diff --git a/annotator/annotator.go b/annotator/annotator.go index 0846185a5..c8991def8 100644 --- a/annotator/annotator.go +++ b/annotator/annotator.go @@ -14,68 +14,8 @@ // can create the appearance streams which specify the exact appearance as needed by many pdf viewers for consistent // appearance of the annotations. // It also contains methods for generating appearance streams for fields via widget annotations. -package annotator ;import (_d "bytes";_ec "errors";_bc "fmt";_f "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/contentstream";_c "github.com/unidoc/unipdf/v3/contentstream/draw";_dd "github.com/unidoc/unipdf/v3/core";_b "github.com/unidoc/unipdf/v3/creator"; -_fa "github.com/unidoc/unipdf/v3/internal/textencoding";_ge "github.com/unidoc/unipdf/v3/model";_da "image";_bb "math";_a "strings";_de "time";_fd "unicode";);func _becd (_bgfb *_ge .PdfField )string {if _bgfb ==nil {return "";};_dcfc ,_cdg :=_bgfb .GetContext ().(*_ge .PdfFieldText ); -if !_cdg {return _becd (_bgfb .Parent );};if _dcfc .DA !=nil {return _dcfc .DA .Str ();};return _becd (_dcfc .Parent );}; - -// CircleAnnotationDef defines a circle annotation or ellipse at position (X, Y) and Width and Height. -// The annotation has various style parameters including Fill and Border options and Opacity. -type CircleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;};func _cbff (_adbcg _dd .PdfObject ,_bcfd *_ge .PdfPageResources )(*_dd .PdfObjectName ,float64 ,bool ){var (_adc *_dd .PdfObjectName ; -_cgfb float64 ;_fbc bool ;);if _afag ,_baeaa :=_dd .GetDict (_adbcg );_baeaa &&_afag !=nil {_bgde :=_dd .TraceToDirectObject (_afag .Get ("\u004e"));switch _gabb :=_bgde .(type ){case *_dd .PdfObjectStream :_egbef ,_dgf :=_dd .DecodeStream (_gabb );if _dgf !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_dgf .Error ()); -return nil ,0,false ;};_ccbg ,_dgf :=_g .NewContentStreamParser (string (_egbef )).Parse ();if _dgf !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_dgf .Error ()); -return nil ,0,false ;};_feg :=_g .NewContentStreamProcessor (*_ccbg );_feg .AddHandler (_g .HandlerConditionEnumOperand ,"\u0054\u0066",func (_eaca *_g .ContentStreamOperation ,_adf _g .GraphicsState ,_dgag *_ge .PdfPageResources )error {if len (_eaca .Params )==2{if _ebag ,_abgd :=_dd .GetName (_eaca .Params [0]); -_abgd {_adc =_ebag ;};if _cbedf ,_gegfd :=_dd .GetNumberAsFloat (_eaca .Params [1]);_gegfd ==nil {_cgfb =_cbedf ;};_fbc =true ;return _g .ErrEarlyExit ;};return nil ;});_feg .Process (_bcfd );return _adc ,_cgfb ,_fbc ;};};return nil ,0,false ;}; - -// Style returns the appearance style of `fa`. If not specified, returns default style. -func (_fdc FieldAppearance )Style ()AppearanceStyle {if _fdc ._daa !=nil {return *_fdc ._daa ;};_dab :=_daag ;return AppearanceStyle {AutoFontSizeFraction :0.65,CheckmarkRune :'✔',BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),MultilineLineHeight :1.2,MultilineVAlignMiddle :false ,DrawAlignmentReticle :false ,AllowMK :true ,MarginLeft :&_dab }; -}; - -// NewSignatureFieldOpts returns a new initialized instance of options -// used to generate a signature appearance. -func NewSignatureFieldOpts ()*SignatureFieldOpts {return &SignatureFieldOpts {Font :_ge .DefaultFont (),FontSize :10,LineHeight :1,AutoSize :true ,TextColor :_ge .NewPdfColorDeviceGray (0),BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),Encoder :_dd .NewFlateEncoder (),ImagePosition :SignatureImageLeft }; -};func _aada (_geac _da .Image ,_ddfe string ,_gdg *SignatureFieldOpts ,_bdb []float64 ,_efd *_g .ContentCreator )(*_dd .PdfObjectName ,*_ge .XObjectImage ,error ){_bffa ,_cgge :=_ge .DefaultImageHandler {}.NewImageFromGoImage (_geac );if _cgge !=nil {return nil ,nil ,_cgge ; -};_fba ,_cgge :=_ge .NewXObjectImageFromImage (_bffa ,nil ,_gdg .Encoder );if _cgge !=nil {return nil ,nil ,_cgge ;};_gfa ,_eef :=float64 (*_fba .Width ),float64 (*_fba .Height );_gcae :=_bdb [2]-_bdb [0];_fgge :=_bdb [3]-_bdb [1];if _gdg .AutoSize {_ffee :=_bb .Min (_gcae /_gfa ,_fgge /_eef ); -_gfa *=_ffee ;_eef *=_ffee ;_bdb [0]=_bdb [0]+(_gcae /2)-(_gfa /2);_bdb [1]=_bdb [1]+(_fgge /2)-(_eef /2);};var _edcf *_dd .PdfObjectName ;if _egbb ,_bfe :=_dd .GetName (_fba .Name );_bfe {_edcf =_egbb ;}else {_edcf =_dd .MakeName (_ddfe );};if _efd !=nil {_efd .Add_q ().Translate (_bdb [0],_bdb [1]).Scale (_gfa ,_eef ).Add_Do (*_edcf ).Add_Q (); -}else {return nil ,nil ,_ec .New ("\u0043\u006f\u006e\u0074en\u0074\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u0075l\u006c");};return _edcf ,_fba ,nil ;};func _acf (_dec *_g .ContentCreator ,_bfa AppearanceStyle ,_fead ,_cge float64 ){_dec .Add_q ().Add_re (0,0,_fead ,_cge ).Add_w (_bfa .BorderSize ).SetStrokingColor (_bfa .BorderColor ).SetNonStrokingColor (_bfa .FillColor ).Add_B ().Add_Q (); -};func _efaf (_acbc *InkAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_geab :=_ge .NewXObjectForm ();_cggcb ,_bfgd ,_cbea :=_befe (_acbc );if _cbea !=nil {return nil ,nil ,_cbea ;};_cbea =_geab .SetContentStream (_cggcb ,nil ); -if _cbea !=nil {return nil ,nil ,_cbea ;};_geab .BBox =_bfgd .ToPdfObject ();_geab .Resources =_ge .NewPdfPageResources ();_geab .Resources .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"));_bdddf :=_dd .MakeDict ();_bdddf .Set ("\u004e",_geab .ToPdfObject ()); -return _bdddf ,_bfgd ,nil ;}; - -// AppearanceFontStyle defines font style characteristics for form fields, -// used in the filling/flattening process. -type AppearanceFontStyle struct{ - -// Fallback represents a global font fallback, used for fields which do -// not specify a font in their default appearance (DA). The fallback is -// also used if there is a font specified in the DA, but it is not -// found in the AcroForm resources (DR). -Fallback *AppearanceFont ; - -// FallbackSize represents a global font size fallback used for fields -// which do not specify a font size in their default appearance (DA). -// The fallback size is applied only if its value is larger than zero. -FallbackSize float64 ; - -// FieldFallbacks defines font fallbacks for specific fields. The map keys -// represent the names of the fields (which can be specified by their -// partial or full names). Specific field fallback fonts take precedence -// over the global font fallback. -FieldFallbacks map[string ]*AppearanceFont ; - -// ForceReplace forces the replacement of fonts in the filling/flattening -// process, even if the default appearance (DA) specifies a valid font. -// If no fallback font is provided, setting this field has no effect. -ForceReplace bool ;};const (_fbac =1;_aac =2;_bcaf =4;_egce =8;_bffc =16;_ffg =32;_dgeg =64;_ddfg =128;_fab =256;_fgf =512;_afaa =1024;_cbba =2048;_ggac =4096;);func _befe (_bcgg *InkAnnotationDef )([]byte ,*_ge .PdfRectangle ,error ){_abgdd :=[][]_c .CubicBezierCurve {}; -for _ ,_bdac :=range _bcgg .Paths {if _bdac .Length ()==0{continue ;};_ffgc :=_bdac .Points ;_gbea ,_fffg ,_dfee :=_gbggf (_ffgc );if _dfee !=nil {return nil ,nil ,_dfee ;};if len (_gbea )!=len (_fffg ){return nil ,nil ,_ec .New ("\u0049\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0061\u006e\u0064\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0063\u006f\u006e\u0074\u0072o\u006c\u0020\u0070\u006f\u0069n\u0074"); -};_bedbb :=[]_c .CubicBezierCurve {};for _fbg :=0;_fbg < len (_gbea );_fbg ++{_bedbb =append (_bedbb ,_c .CubicBezierCurve {P0 :_ffgc [_fbg ],P1 :_gbea [_fbg ],P2 :_fffg [_fbg ],P3 :_ffgc [_fbg +1]});};if len (_bedbb )> 0{_abgdd =append (_abgdd ,_bedbb ); -};};_cgda ,_gbgg ,_cfe :=_cfdc (_abgdd ,_bcgg .Color ,_bcgg .LineWidth );if _cfe !=nil {return nil ,nil ,_cfe ;};return _cgda ,_gbgg ,nil ;}; - -// NewFormSubmitButtonField would create a submit button in specified page according to the parameter in `FormSubmitActionOptions`. -func NewFormSubmitButtonField (page *_ge .PdfPage ,opt FormSubmitActionOptions )(*_ge .PdfFieldButton ,error ){_dbcd :=int64 (_bcaf );if opt .IsExclusionList {_dbcd |=_fbac ;};if opt .IncludeEmptyFields {_dbcd |=_aac ;};if opt .SubmitAsPDF {_dbcd |=_fab ; -};_dcfe :=_ge .NewPdfActionSubmitForm ();_dcfe .Flags =_dd .MakeInteger (_dbcd );_dcfe .F =_ge .NewPdfFilespec ();if opt .Fields !=nil {_dcfe .Fields =opt .Fields ;};_dcfe .F .F =_dd .MakeString (opt .Url );_dcfe .F .FS =_dd .MakeName ("\u0055\u0052\u004c"); -_cgga ,_agae :=_fgbg (page ,opt .Rectangle ,"\u0062t\u006e\u0053\u0075\u0062\u006d\u0069t",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_dcfe .ToPdfObject ());if _agae !=nil {return nil ,_agae ;};return _cgga ,nil ;};func _dg (_gg CircleAnnotationDef ,_eda string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_cbf :=_c .Circle {X :_gg .X ,Y :_gg .Y ,Width :_gg .Width ,Height :_gg .Height ,FillEnabled :_gg .FillEnabled ,FillColor :_gg .FillColor ,BorderEnabled :_gg .BorderEnabled ,BorderWidth :_gg .BorderWidth ,BorderColor :_gg .BorderColor ,Opacity :_gg .Opacity }; -_gf ,_beb ,_ff :=_cbf .Draw (_eda );if _ff !=nil {return nil ,nil ,nil ,_ff ;};_ffe :=&_ge .PdfRectangle {};_ffe .Llx =_gg .X +_beb .Llx ;_ffe .Lly =_gg .Y +_beb .Lly ;_ffe .Urx =_gg .X +_beb .Urx ;_ffe .Ury =_gg .Y +_beb .Ury ;return _gf ,_beb ,_ffe ,nil ; -}; +package annotator ;import (_d "bytes";_cg "errors";_ba "fmt";_f "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/contentstream";_ea "github.com/unidoc/unipdf/v3/contentstream/draw";_cd "github.com/unidoc/unipdf/v3/core";_b "github.com/unidoc/unipdf/v3/creator"; +_fb "github.com/unidoc/unipdf/v3/internal/textencoding";_ec "github.com/unidoc/unipdf/v3/model";_ae "image";_a "math";_ff "strings";_c "time";_dg "unicode";); // FileAnnotationDef holds base information for constructing an file attachment annotation. type FileAnnotationDef struct{ @@ -84,7 +24,7 @@ type FileAnnotationDef struct{ X float64 ;Y float64 ;Width float64 ;Height float64 ; // EmbeddedFile is the file information to be attached. -EmbeddedFile *_ge .EmbeddedFile ; +EmbeddedFile *_ec .EmbeddedFile ; // Author is the author of the attachment file. Author string ; @@ -107,113 +47,69 @@ Description string ; IconName string ; // Color is the color of the annotation. -Color *_ge .PdfColorDeviceRGB ; +Color *_ec .PdfColorDeviceRGB ; // CreationDate is the date and time when the file attachment was created. // If not set, the current time is used. -CreationDate *_de .Time ;}; - -// NewFormResetButtonField would create a reset button in specified page according to the parameter in `FormResetActionOptions`. -func NewFormResetButtonField (page *_ge .PdfPage ,opt FormResetActionOptions )(*_ge .PdfFieldButton ,error ){_acff :=_ge .NewPdfActionResetForm ();_acff .Fields =opt .Fields ;_acff .Flags =_dd .MakeInteger (0);if opt .IsExclusionList {_acff .Flags =_dd .MakeInteger (1); -};_aee ,_dddf :=_fgbg (page ,opt .Rectangle ,"\u0062\u0074\u006e\u0052\u0065\u0073\u0065\u0074",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_acff .ToPdfObject ());if _dddf !=nil {return nil ,_dddf ;};return _aee ,nil ;}; +CreationDate *_c .Time ;}; -// ImageFieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams -// for attaching an image to a button field. -type ImageFieldAppearance struct{OnlyIfMissing bool ;_fcdd *AppearanceStyle ;}; +// CreateFileAttachmentAnnotation creates a file attachment annotation object that can be added to the annotation list of a PDF page. +func CreateFileAttachmentAnnotation (fileDef FileAnnotationDef )(*_ec .PdfAnnotation ,error ){_agff :=_ec .NewPdfFileSpecFromEmbeddedFile (fileDef .EmbeddedFile );if fileDef .Color ==nil {fileDef .Color =_ec .NewPdfColorDeviceRGB (0.0,0.0,0.0);};if fileDef .Description ==""{fileDef .Description =fileDef .EmbeddedFile .Name ; +};if fileDef .CreationDate ==nil {_gbb :=_c .Now ();fileDef .CreationDate =&_gbb ;};if fileDef .IconName ==""{fileDef .IconName ="\u0050u\u0073\u0068\u0050\u0069\u006e";};_aac ,_ggef :=_ec .NewPdfDateFromTime (*fileDef .CreationDate );if _ggef !=nil {return nil ,_ggef ; +};_gfe :=_ec .NewPdfAnnotationFileAttachment ();_gfe .FS =_agff .ToPdfObject ();_gfe .C =_cd .MakeArrayFromFloats ([]float64 {fileDef .Color .R (),fileDef .Color .G (),fileDef .Color .B ()});_gfe .Contents =_cd .MakeString (fileDef .Description );_gfe .CreationDate =_aac .ToPdfObject (); +_gfe .M =_aac .ToPdfObject ();_gfe .Name =_cd .MakeName (fileDef .IconName );_gfe .Rect =_cd .MakeArrayFromFloats ([]float64 {fileDef .X ,fileDef .Y ,fileDef .X +fileDef .Width ,fileDef .Y +fileDef .Height });_gfe .T =_cd .MakeString (fileDef .Author ); +_gfe .Subj =_cd .MakeString (fileDef .Subject );return _gfe .PdfAnnotation ,nil ;}; -// SetStyle applies appearance `style` to `fa`. -func (_cgb *FieldAppearance )SetStyle (style AppearanceStyle ){_cgb ._daa =&style };func _fegd (_eddb RectangleAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_bcee :=_ge .NewXObjectForm ();_bcee .Resources =_ge .NewPdfPageResources (); -_cgegc :="";if _eddb .Opacity < 1.0{_edagb :=_dd .MakeDict ();_edagb .Set ("\u0063\u0061",_dd .MakeFloat (_eddb .Opacity ));_edagb .Set ("\u0043\u0041",_dd .MakeFloat (_eddb .Opacity ));_dcef :=_bcee .Resources .AddExtGState ("\u0067\u0073\u0031",_edagb ); -if _dcef !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031");return nil ,nil ,_dcef ;};_cgegc ="\u0067\u0073\u0031";};_dcb ,_efed ,_ggba ,_fdge :=_egga (_eddb ,_cgegc ); -if _fdge !=nil {return nil ,nil ,_fdge ;};_fdge =_bcee .SetContentStream (_dcb ,nil );if _fdge !=nil {return nil ,nil ,_fdge ;};_bcee .BBox =_efed .ToPdfObject ();_eggb :=_dd .MakeDict ();_eggb .Set ("\u004e",_bcee .ToPdfObject ());return _eggb ,_ggba ,nil ; -}; +// AppearanceFontStyle defines font style characteristics for form fields, +// used in the filling/flattening process. +type AppearanceFontStyle struct{ -// FieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams -// for fields taking into account what value is in the field. A common use case is for generating the -// appearance stream prior to flattening fields. -// -// If `OnlyIfMissing` is true, the field appearance is generated only for fields that do not have an -// appearance stream specified. -// If `RegenerateTextFields` is true, all text fields are regenerated (even if OnlyIfMissing is true). -type FieldAppearance struct{OnlyIfMissing bool ;RegenerateTextFields bool ;_daa *AppearanceStyle ;}; +// Fallback represents a global font fallback, used for fields which do +// not specify a font in their default appearance (DA). The fallback is +// also used if there is a font specified in the DA, but it is not +// found in the AcroForm resources (DR). +Fallback *AppearanceFont ; -// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. -// Implements interface model.FieldAppearanceGenerator. -func (_geacc ImageFieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_dd .PdfObjectDictionary ,error ){_ ,_bbdg :=field .GetContext ().(*_ge .PdfFieldButton );if !_bbdg {_f .Log .Trace ("C\u006f\u0075\u006c\u0064\u0020\u006fn\u006c\u0079\u0020\u0068\u0061\u006ed\u006c\u0065\u0020\u0062\u0075\u0074\u0074o\u006e\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067"); -return nil ,nil ;};_fcgc ,_cefg :=_dd .GetDict (wa .AP );if _cefg &&_geacc .OnlyIfMissing {_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); -return _fcgc ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _bfbc :=field .GetContext ().(type ){case *_ge .PdfFieldButton :if _bfbc .IsPush (){_cdbf ,_egcg :=_gdgb (_bfbc ,wa ,_geacc .Style ());if _egcg !=nil {return nil ,_egcg ; -};return _cdbf ,nil ;};};return nil ,nil ;};func (_fbfd *AppearanceStyle )applyAppearanceCharacteristics (_abd *_dd .PdfObjectDictionary ,_gdc *_dd .PdfObjectDictionary ,_gbdg *_ge .PdfFont )error {if !_fbfd .AllowMK {return nil ;};if CA ,_cgcf :=_dd .GetString (_abd .Get ("\u0043\u0041")); -_cgcf &&_gbdg !=nil {_efgg :=CA .Bytes ();if len (_efgg )!=0{_baf :=[]rune (_gbdg .Encoder ().Decode (_efgg ));if len (_baf )==1{_fbfd .CheckmarkRune =_baf [0];};};};if BC ,_bbga :=_dd .GetArray (_abd .Get ("\u0042\u0043"));_bbga {_bege ,_ffeg :=BC .ToFloat64Array (); -if _ffeg !=nil {return _ffeg ;};switch len (_bege ){case 1:_fbfd .BorderColor =_ge .NewPdfColorDeviceGray (_bege [0]);case 3:_fbfd .BorderColor =_ge .NewPdfColorDeviceRGB (_bege [0],_bege [1],_bege [2]);case 4:_fbfd .BorderColor =_ge .NewPdfColorDeviceCMYK (_bege [0],_bege [1],_bege [2],_bege [3]); -default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0043\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_bege )); -};if _gdc !=nil {if _gbda ,_gde :=_dd .GetNumberAsFloat (_gdc .Get ("\u0057"));_gde ==nil {_fbfd .BorderSize =_gbda ;};};};if BG ,_dfc :=_dd .GetArray (_abd .Get ("\u0042\u0047"));_dfc {_cfb ,_fgbf :=BG .ToFloat64Array ();if _fgbf !=nil {return _fgbf ; -};switch len (_cfb ){case 1:_fbfd .FillColor =_ge .NewPdfColorDeviceGray (_cfb [0]);case 3:_fbfd .FillColor =_ge .NewPdfColorDeviceRGB (_cfb [0],_cfb [1],_cfb [2]);case 4:_fbfd .FillColor =_ge .NewPdfColorDeviceCMYK (_cfb [0],_cfb [1],_cfb [2],_cfb [3]); -default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0047\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_cfb )); -};};return nil ;}; +// FallbackSize represents a global font size fallback used for fields +// which do not specify a font size in their default appearance (DA). +// The fallback size is applied only if its value is larger than zero. +FallbackSize float64 ; -// NewCheckboxField generates a new checkbox field with partial name `name` at location `rect` -// on specified `page` and with field specific options `opt`. -func NewCheckboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt CheckboxFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_gedc ,_eaad :=_ge .NewStandard14Font (_ge .ZapfDingbatsName );if _eaad !=nil {return nil ,_eaad ;};_age :=_ge .NewPdfField ();_adgaa :=&_ge .PdfFieldButton {};_age .SetContext (_adgaa );_adgaa .PdfField =_age ;_adgaa .T =_dd .MakeString (name );_adgaa .SetType (_ge .ButtonTypeCheckbox ); -_ecf :="\u004f\u0066\u0066";if opt .Checked {_ecf ="\u0059\u0065\u0073";};_adgaa .V =_dd .MakeName (_ecf );_dcged :=_ge .NewPdfAnnotationWidget ();_dcged .Rect =_dd .MakeArrayFromFloats (rect );_dcged .P =page .ToPdfObject ();_dcged .F =_dd .MakeInteger (4); -_dcged .Parent =_adgaa .ToPdfObject ();_gdb :=rect [2]-rect [0];_gcec :=rect [3]-rect [1];var _efbd _d .Buffer ;_efbd .WriteString ("\u0071\u000a");_efbd .WriteString ("\u0030 \u0030\u0020\u0031\u0020\u0072\u0067\n");_efbd .WriteString ("\u0042\u0054\u000a"); -_efbd .WriteString ("\u002f\u005a\u0061D\u0062\u0020\u0031\u0032\u0020\u0054\u0066\u000a");_efbd .WriteString ("\u0045\u0054\u000a");_efbd .WriteString ("\u0051\u000a");_eeab :=_g .NewContentCreator ();_eeab .Add_q ();_eeab .Add_rg (0,0,1);_eeab .Add_BT (); -_eeab .Add_Tf (*_dd .MakeName ("\u005a\u0061\u0044\u0062"),12);_eeab .Add_Td (0,0);_eeab .Add_ET ();_eeab .Add_Q ();_debg :=_ge .NewXObjectForm ();_debg .SetContentStream (_eeab .Bytes (),_dd .NewRawEncoder ());_debg .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gdb ,_gcec }); -_debg .Resources =_ge .NewPdfPageResources ();_debg .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gedc .ToPdfObject ());_eeab =_g .NewContentCreator ();_eeab .Add_q ();_eeab .Add_re (0,0,_gdb ,_gcec );_eeab .Add_W ().Add_n ();_eeab .Add_rg (0,0,1); -_eeab .Translate (0,3.0);_eeab .Add_BT ();_eeab .Add_Tf (*_dd .MakeName ("\u005a\u0061\u0044\u0062"),12);_eeab .Add_Td (0,0);_eeab .Add_Tj (*_dd .MakeString ("\u0034"));_eeab .Add_ET ();_eeab .Add_Q ();_egefd :=_ge .NewXObjectForm ();_egefd .SetContentStream (_eeab .Bytes (),_dd .NewRawEncoder ()); -_egefd .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gdb ,_gcec });_egefd .Resources =_ge .NewPdfPageResources ();_egefd .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gedc .ToPdfObject ());_ced :=_dd .MakeDict ();_ced .Set ("\u004f\u0066\u0066",_debg .ToPdfObject ()); -_ced .Set ("\u0059\u0065\u0073",_egefd .ToPdfObject ());_ceffa :=_dd .MakeDict ();_ceffa .Set ("\u004e",_ced );_dcged .AP =_ceffa ;_dcged .AS =_dd .MakeName (_ecf );_adgaa .Annotations =append (_adgaa .Annotations ,_dcged );return _adgaa ,nil ;}; +// FieldFallbacks defines font fallbacks for specific fields. The map keys +// represent the names of the fields (which can be specified by their +// partial or full names). Specific field fallback fonts take precedence +// over the global font fallback. +FieldFallbacks map[string ]*AppearanceFont ; -// CreateLineAnnotation creates a line annotation object that can be added to page PDF annotations. -func CreateLineAnnotation (lineDef LineAnnotationDef )(*_ge .PdfAnnotation ,error ){_aaaa :=_ge .NewPdfAnnotationLine ();_aaaa .L =_dd .MakeArrayFromFloats ([]float64 {lineDef .X1 ,lineDef .Y1 ,lineDef .X2 ,lineDef .Y2 });_acfe :=_dd .MakeName ("\u004e\u006f\u006e\u0065"); -if lineDef .LineEndingStyle1 ==_c .LineEndingStyleArrow {_acfe =_dd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077");};_baga :=_dd .MakeName ("\u004e\u006f\u006e\u0065");if lineDef .LineEndingStyle2 ==_c .LineEndingStyleArrow {_baga =_dd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077"); -};_aaaa .LE =_dd .MakeArray (_acfe ,_baga );if lineDef .Opacity < 1.0{_aaaa .CA =_dd .MakeFloat (lineDef .Opacity );};_feag ,_edcd ,_efaa :=lineDef .LineColor .R (),lineDef .LineColor .G (),lineDef .LineColor .B ();_aaaa .IC =_dd .MakeArrayFromFloats ([]float64 {_feag ,_edcd ,_efaa }); -_aaaa .C =_dd .MakeArrayFromFloats ([]float64 {_feag ,_edcd ,_efaa });_ffec :=_ge .NewBorderStyle ();_ffec .SetBorderWidth (lineDef .LineWidth );_aaaa .BS =_ffec .ToPdfObject ();_adgcg ,_bcgc ,_aecd :=_aeca (lineDef );if _aecd !=nil {return nil ,_aecd ; -};_aaaa .AP =_adgcg ;_aaaa .Rect =_dd .MakeArrayFromFloats ([]float64 {_bcgc .Llx ,_bcgc .Lly ,_bcgc .Urx ,_bcgc .Ury });return _aaaa .PdfAnnotation ,nil ;}; +// ForceReplace forces the replacement of fonts in the filling/flattening +// process, even if the default appearance (DA) specifies a valid font. +// If no fallback font is provided, setting this field has no effect. +ForceReplace bool ;}; -// SignatureImagePosition specifies the image signature location relative to the text signature. -// If text signature is not defined, this position will be ignored. -type SignatureImagePosition int ;func _gcf (_fae ,_gfc float64 ,_bddd *_ge .Image ,_cbbc AppearanceStyle )(*_ge .XObjectForm ,error ){_aedca ,_ccfg :=_ge .NewXObjectImageFromImage (_bddd ,nil ,_dd .NewFlateEncoder ());if _ccfg !=nil {return nil ,_ccfg ; -};_aedca .Decode =_dd .MakeArrayFromFloats ([]float64 {0.0,1.0,0.0,1.0,0.0,1.0});_ecd :=_ge .NewPdfPageResources ();_ecd .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"),_dd .MakeName ("\u0049\u006d\u0061\u0067\u0065\u0043"));_ecd .SetXObjectImageByName (_dd .PdfObjectName ("\u0049\u006d\u0030"),_aedca ); -_dace :=_g .NewContentCreator ();_dace .Add_q ();_dace .Add_cm (float64 (_bddd .Width ),0,0,float64 (_bddd .Height ),0,0);_dace .Add_Do ("\u0049\u006d\u0030");_dace .Add_Q ();_cgff :=_ge .NewXObjectForm ();_cgff .FormType =_dd .MakeInteger (1);_cgff .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,float64 (_bddd .Width ),float64 (_bddd .Height )}); -_cgff .Resources =_ecd ;_cgff .SetContentStream (_dace .Bytes (),_aadc ());return _cgff ,nil ;}; +// ComboboxFieldOptions defines optional parameters for a combobox form field. +type ComboboxFieldOptions struct{ -// NewTextField generates a new text field with partial name `name` at location -// specified by `rect` on given `page` and with field specific options `opt`. -func NewTextField (page *_ge .PdfPage ,name string ,rect []float64 ,opt TextFieldOptions )(*_ge .PdfFieldText ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064");};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); -};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_fcfa :=_ge .NewPdfField ();_fgd :=&_ge .PdfFieldText {};_fcfa .SetContext (_fgd );_fgd .PdfField =_fcfa ;_fgd .T =_dd .MakeString (name ); -if opt .MaxLen > 0{_fgd .MaxLen =_dd .MakeInteger (int64 (opt .MaxLen ));};if len (opt .Value )> 0{_fgd .V =_dd .MakeString (opt .Value );};if opt .TextColor !=""{_adab :=_b .ColorRGBFromHex (opt .TextColor );_egdc ,_adgc ,_adag :=_adab .ToRGB ();_aafe :=12; -if opt .FontSize > 0{_aafe =opt .FontSize ;};_cacf :="\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a";if opt .FontName !=""{_cacf =opt .FontName ;};_dgbc :=_bc .Sprintf ("/\u0025\u0073\u0020\u0025\u0064\u0020T\u0066\u0020\u0025\u002e\u0033\u0066\u0020\u0025\u002e3\u0066\u0020\u0025.\u0033f\u0020\u0072\u0067",_cacf ,_aafe ,_egdc ,_adgc ,_adag ); -_fgd .DA =_dd .MakeString (_dgbc );};_fcfa .SetContext (_fgd );_ggf :=_ge .NewPdfAnnotationWidget ();_ggf .Rect =_dd .MakeArrayFromFloats (rect );_ggf .P =page .ToPdfObject ();_ggf .F =_dd .MakeInteger (4);_ggf .Parent =_fgd .ToPdfObject ();_fgd .Annotations =append (_fgd .Annotations ,_ggf ); -return _fgd ,nil ;};func _cfdc (_gfga [][]_c .CubicBezierCurve ,_cedbg *_ge .PdfColorDeviceRGB ,_caab float64 )([]byte ,*_ge .PdfRectangle ,error ){_cadg :=_g .NewContentCreator ();_cadg .Add_q ().SetStrokingColor (_cedbg ).Add_w (_caab );_bafa :=_c .NewCubicBezierPath (); -for _ ,_gcab :=range _gfga {_bafa .Curves =append (_bafa .Curves ,_gcab ...);for _gbc ,_fbee :=range _gcab {if _gbc ==0{_cadg .Add_m (_fbee .P0 .X ,_fbee .P0 .Y );}else {_cadg .Add_l (_fbee .P0 .X ,_fbee .P0 .Y );};_cadg .Add_c (_fbee .P1 .X ,_fbee .P1 .Y ,_fbee .P2 .X ,_fbee .P2 .Y ,_fbee .P3 .X ,_fbee .P3 .Y ); -};};_cadg .Add_S ().Add_Q ();return _cadg .Bytes (),_bafa .GetBoundingBox ().ToPdfRectangle (),nil ;};func (_geb *AppearanceFont )fillName (){if _geb .Font ==nil ||_geb .Name !=""{return ;};_daf :=_geb .Font .FontDescriptor ();if _daf ==nil ||_daf .FontName ==nil {return ; -};_geb .Name =_daf .FontName .String ();};func (_gbff *AppearanceStyle )processDA (_ggbce *_ge .PdfField ,_fcg *_g .ContentStreamOperations ,_facg ,_cgdd *_ge .PdfPageResources ,_bea *_g .ContentCreator )(*AppearanceFont ,bool ,error ){var _daae *AppearanceFont ; -var _eccf bool ;if _gbff .Fonts !=nil {if _gbff .Fonts .Fallback !=nil {_daae =_gbff .Fonts .Fallback ;};if _aef :=_gbff .Fonts .FieldFallbacks ;_aef !=nil {if _gcag ,_dfcf :=_aef [_ggbce .PartialName ()];_dfcf {_daae =_gcag ;}else if _bag ,_ggcg :=_ggbce .FullName (); -_ggcg ==nil {if _efga ,_eac :=_aef [_bag ];_eac {_daae =_efga ;};};};if _daae !=nil {_daae .fillName ();};_eccf =_gbff .Fonts .ForceReplace ;};var _fcfe string ;var _cgeg float64 ;var _egd bool ;if _fcg !=nil {for _ ,_cdgf :=range *_fcg {if _cdgf .Operand =="\u0054\u0066"&&len (_cdgf .Params )==2{if _bcfb ,_bfg :=_dd .GetNameVal (_cdgf .Params [0]); -_bfg {_fcfe =_bcfb ;};if _caga ,_cff :=_dd .GetNumberAsFloat (_cdgf .Params [1]);_cff ==nil {_cgeg =_caga ;};_egd =true ;continue ;};_bea .AddOperand (*_cdgf );};};var _decd *AppearanceFont ;var _geef _dd .PdfObject ;if _eccf &&_daae !=nil {_decd =_daae ; -}else {if _facg !=nil &&_fcfe !=""{if _cbgf ,_aaed :=_facg .GetFontByName (*_dd .MakeName (_fcfe ));_aaed {if _gaggg ,_bbb :=_ge .NewPdfFontFromPdfObject (_cbgf );_bbb ==nil {_geef =_cbgf ;_decd =&AppearanceFont {Name :_fcfe ,Font :_gaggg ,Size :_cgeg }; -}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006fa\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_bbb ); -};};};if _decd ==nil &&_daae !=nil {_decd =_daae ;};if _decd ==nil {_fcbc ,_dced :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");if _dced !=nil {return nil ,false ,_dced ;};_decd =&AppearanceFont {Name :"\u0048\u0065\u006c\u0076",Font :_fcbc ,Size :_cgeg }; -};};if _decd .Size <=0&&_gbff .Fonts !=nil &&_gbff .Fonts .FallbackSize > 0{_decd .Size =_gbff .Fonts .FallbackSize ;};_gfg :=*_dd .MakeName (_decd .Name );if _geef ==nil {_geef =_decd .Font .ToPdfObject ();};if _facg !=nil &&!_facg .HasFontByName (_gfg ){_facg .SetFontByName (_gfg ,_geef ); -};if _cgdd !=nil &&!_cgdd .HasFontByName (_gfg ){_cgdd .SetFontByName (_gfg ,_geef );};return _decd ,_egd ,nil ;}; +// Choices is the list of string values that can be selected. +Choices []string ;};func _gc (_bae CircleAnnotationDef )(*_cd .PdfObjectDictionary ,*_ec .PdfRectangle ,error ){_fgg :=_ec .NewXObjectForm ();_fgg .Resources =_ec .NewPdfPageResources ();_ca :="";if _bae .Opacity < 1.0{_bcb :=_cd .MakeDict ();_bcb .Set ("\u0063\u0061",_cd .MakeFloat (_bae .Opacity )); +_bcb .Set ("\u0043\u0041",_cd .MakeFloat (_bae .Opacity ));_eg :=_fgg .Resources .AddExtGState ("\u0067\u0073\u0031",_bcb );if _eg !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); +return nil ,nil ,_eg ;};_ca ="\u0067\u0073\u0031";};_ad ,_ecd ,_add ,_ge :=_aa (_bae ,_ca );if _ge !=nil {return nil ,nil ,_ge ;};_ge =_fgg .SetContentStream (_ad ,nil );if _ge !=nil {return nil ,nil ,_ge ;};_fgg .BBox =_ecd .ToPdfObject ();_fd :=_cd .MakeDict (); +_fd .Set ("\u004e",_fgg .ToPdfObject ());return _fd ,_add ,nil ;}; // FormResetActionOptions holds options for creating a form reset button. type FormResetActionOptions struct{ // Rectangle holds the button position, size, and color. -Rectangle _c .Rectangle ; +Rectangle _ea .Rectangle ; // Label specifies the text that would be displayed on the button. Label string ; // LabelColor specifies the button label color. -LabelColor _ge .PdfColor ; +LabelColor _ec .PdfColor ; // Font specifies a font used for rendering the button label. // When omitted it will fallback to use a Helvetica font. -Font *_ge .PdfFont ; +Font *_ec .PdfFont ; // FontSize specifies the font size used in rendering the button label. // The default font size is 12pt. @@ -221,112 +117,34 @@ FontSize *float64 ; // Fields specifies list of fields that could be resetted. // This list may contain indirect object to fields or field names. -Fields *_dd .PdfObjectArray ; +Fields *_cd .PdfObjectArray ; // IsExclusionList specifies that the fields in the `Fields` array would be excluded form reset process. -IsExclusionList bool ;}; - -// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. -// Implements interface model.FieldAppearanceGenerator. -func (_cf FieldAppearance )GenerateAppearanceDict (form *_ge .PdfAcroForm ,field *_ge .PdfField ,wa *_ge .PdfAnnotationWidget )(*_dd .PdfObjectDictionary ,error ){_f .Log .Trace ("\u0047\u0065n\u0065\u0072\u0061\u0074e\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0044i\u0063\u0074\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u0020\u0056:\u0020\u0025\u002b\u0076",field .PartialName (),field .V ); -_ ,_edac :=field .GetContext ().(*_ge .PdfFieldText );_bdc ,_fga :=_dd .GetDict (wa .AP );if _fga &&_cf .OnlyIfMissing &&(!_edac ||!_cf .RegenerateTextFields ){_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); -return _bdc ,nil ;};if form .DR ==nil {form .DR =_ge .NewPdfPageResources ();};switch _cc :=field .GetContext ().(type ){case *_ge .PdfFieldText :_ce :=_cc ;if _dfg :=_becd (_ce .PdfField );_dfg ==""{_ce .DA =form .DA ;};if _cf ._daa !=nil &&_cf ._daa .TextColor !=nil {_agc :=_g .ContentStreamOperations {}; -_ac :=_becd (_ce .PdfField );_gcb ,_ece :=_g .NewContentStreamParser (_ac ).Parse ();if _ece !=nil {return nil ,_ece ;};for _ ,_aga :=range *_gcb {if _aga .Operand =="\u0067"||_aga .Operand =="\u0072\u0067"{continue ;};_agc =append (_agc ,_aga );};_cd :=_cf ._daa .TextColor ; -_gfd ,_dbd :=_cd .(*_ge .PdfColorDeviceRGB );if !_dbd {return nil ,_ece ;};_bcb ,_ae ,_ca :=_dd .MakeFloat (_gfd [0]),_dd .MakeFloat (_gfd [1]),_dd .MakeFloat (_gfd [2]);_dgg :=&_g .ContentStreamOperation {Params :[]_dd .PdfObject {_bcb ,_ae ,_ca },Operand :"\u0072\u0067"}; -_agc =append (_agc ,_dgg );_ee :=_agc .String ();_ee =_a .Replace (_ee ,"\u000a","\u0020",-1);_ee =_a .Trim (_ee ,"\u0020");_ce .DA =_dd .MakeHexString (_ee );};switch {case _ce .Flags ().Has (_ge .FieldFlagPassword ):return nil ,nil ;case _ce .Flags ().Has (_ge .FieldFlagFileSelect ):return nil ,nil ; -case _ce .Flags ().Has (_ge .FieldFlagComb ):if _ce .MaxLen !=nil {_abf ,_cca :=_ddf (wa ,_ce ,form .DR ,_cf .Style ());if _cca !=nil {return nil ,_cca ;};return _abf ,nil ;};};_dc ,_ggb :=_eaa (wa ,_ce ,form .DR ,_cf .Style ());if _ggb !=nil {return nil ,_ggb ; -};return _dc ,nil ;case *_ge .PdfFieldButton :_acg :=_cc ;if _acg .IsCheckbox (){_ddb ,_fff :=_aeg (wa ,_acg ,form .DR ,_cf .Style ());if _fff !=nil {return nil ,_fff ;};return _ddb ,nil ;};_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041\u004e\u0044\u004c\u0045\u0044 \u0062u\u0074\u0074\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u002b\u0076",_acg .GetType ()); -case *_ge .PdfFieldChoice :_ccb :=_cc ;switch {case _ccb .Flags ().Has (_ge .FieldFlagCombo ):_ea ,_bf :=_adbc (form ,wa ,_ccb ,_cf .Style ());if _bf !=nil {return nil ,_bf ;};return _ea ,nil ;default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055N\u0048\u0041\u004eD\u004c\u0045\u0044\u0020c\u0068\u006f\u0069\u0063\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0025\u0073",_ccb .Flags ().String ()); -};default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041N\u0044\u004c\u0045\u0044\u0020\u0066\u0069e\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_cc );};return nil ,nil ;}; - -// TextFieldOptions defines optional parameter for a text field in a form. -type TextFieldOptions struct{MaxLen int ;Value string ; - -// TextColor defines the color of the text in hex format. e.g #43fd23. -// If it has an invalid value a #000000 (black) color is taken as default -TextColor string ; +IsExclusionList bool ;};const (SignatureImageLeft SignatureImagePosition =iota ;SignatureImageRight ;SignatureImageTop ;SignatureImageBottom ;); -// FontName defines the font of the text. Helvetica font is the default one. -// It is recommended to use one of 14 standard PDF fonts. -FontName string ; - -// FontSize defines the font size of the text, 12 is used by default. -FontSize int ;}; +// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. +// Ensures that following operands that are added are not affected by additional operands that are added. +// Implements interface model.ContentStreamWrapper. +func (_dgbcc ImageFieldAppearance )WrapContentStream (page *_ec .PdfPage )error {_gdcg ,_efa :=page .GetAllContentStreams ();if _efa !=nil {return _efa ;};_aeba :=_g .NewContentStreamParser (_gdcg );_gfcf ,_efa :=_aeba .Parse ();if _efa !=nil {return _efa ; +};_gfcf .WrapIfNeeded ();_edab :=[]string {_gfcf .String ()};return page .SetContentStreams (_edab ,_ebf ());}; // ImageFieldOptions defines optional parameters for a push button with image attach capability form field. -type ImageFieldOptions struct{Image *_ge .Image ;_dafc AppearanceStyle ;}; - -// NewImageField generates a new image field with partial name `name` at location `rect` -// on specified `page` and with field specific options `opt`. -func NewImageField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ImageFieldOptions )(*_ge .PdfFieldButton ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_ggfc :=_ge .NewPdfField ();_fddg :=&_ge .PdfFieldButton {};_fddg .PdfField =_ggfc ;_ggfc .SetContext (_fddg );_fddg .SetType (_ge .ButtonTypePush );_fddg .T =_dd .MakeString (name );_ccbb :=_ge .NewPdfAnnotationWidget ();_ccbb .Rect =_dd .MakeArrayFromFloats (rect ); -_ccbb .P =page .ToPdfObject ();_ccbb .F =_dd .MakeInteger (4);_ccbb .Parent =_fddg .ToPdfObject ();_cbfd :=rect [2]-rect [0];_bffb :=rect [3]-rect [1];_bac :=opt ._dafc ;_gdcd :=_g .NewContentCreator ();if _bac .BorderSize > 0{_acf (_gdcd ,_bac ,_cbfd ,_bffb ); -};if _bac .DrawAlignmentReticle {_bggc :=_bac ;_bggc .BorderSize =0.2;_fbff (_gdcd ,_bggc ,_cbfd ,_bffb );};_caeb ,_fefb :=_gcf (_cbfd ,_bffb ,opt .Image ,_bac );if _fefb !=nil {return nil ,_fefb ;};_bdfc ,_bef :=_dd .GetDict (_ccbb .MK );if _bef {_bdfc .Set ("\u006c",_caeb .ToPdfObject ()); -};_efef :=_dd .MakeDict ();_efef .Set ("\u0046\u0052\u004d",_caeb .ToPdfObject ());_aba :=_ge .NewPdfPageResources ();_aba .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046"));_aba .XObject =_efef ;_ceea :=_cbfd -2;_eccd :=_bffb -2;_gdcd .Add_q (); -_gdcd .Add_re (1,1,_ceea ,_eccd );_gdcd .Add_W ();_gdcd .Add_n ();_ceea -=2;_eccd -=2;_gdcd .Add_q ();_gdcd .Add_re (2,2,_ceea ,_eccd );_gdcd .Add_W ();_gdcd .Add_n ();_fade :=_bb .Min (_ceea /float64 (opt .Image .Width ),_eccd /float64 (opt .Image .Height )); -_gdcd .Add_cm (_fade ,0,0,_fade ,(_cbfd /2)-(float64 (opt .Image .Width )*_fade /2)+2,2);_gdcd .Add_Do ("\u0046\u0052\u004d");_gdcd .Add_Q ();_gdcd .Add_Q ();_fccd :=_ge .NewXObjectForm ();_fccd .FormType =_dd .MakeInteger (1);_fccd .Resources =_aba ;_fccd .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_cbfd ,_bffb }); -_fccd .Matrix =_dd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_fccd .SetContentStream (_gdcd .Bytes (),_aadc ());_cdca :=_dd .MakeDict ();_cdca .Set ("\u004e",_fccd .ToPdfObject ());_ccbb .AP =_cdca ;_fddg .Annotations =append (_fddg .Annotations ,_ccbb ); -return _fddg ,nil ;}; - -// ComboboxFieldOptions defines optional parameters for a combobox form field. -type ComboboxFieldOptions struct{ +type ImageFieldOptions struct{Image *_ec .Image ;_aacf AppearanceStyle ;};func _bcbb (_dbf *_ec .PdfField ,_agd ,_fac float64 ,_dge string ,_ddgd AppearanceStyle ,_fcg *_g .ContentStreamOperations ,_gceg *_ec .PdfPageResources ,_dfa *_cd .PdfObjectDictionary )(*_ec .XObjectForm ,error ){_faeg :=_ec .NewPdfPageResources (); +_bba ,_adc :=_agd ,_fac ;_fegg :=_g .NewContentCreator ();if _ddgd .BorderSize > 0{_ffe (_fegg ,_ddgd ,_agd ,_fac );};if _ddgd .DrawAlignmentReticle {_gdeg :=_ddgd ;_gdeg .BorderSize =0.2;_degc (_fegg ,_gdeg ,_agd ,_fac );};_fegg .Add_BMC ("\u0054\u0078"); +_fegg .Add_q ();_fegg .Add_BT ();_agd ,_fac =_ddgd .applyRotation (_dfa ,_agd ,_fac ,_fegg );_fgc ,_ecaa ,_agb :=_ddgd .processDA (_dbf ,_fcg ,_gceg ,_faeg ,_fegg );if _agb !=nil {return nil ,_agb ;};_eea :=_fgc .Font ;_dafg :=_fgc .Size ;_afge :=_cd .MakeName (_fgc .Name ); +_fbe :=_dafg ==0;if _fbe &&_ecaa {_dafg =_fac *_ddgd .AutoFontSizeFraction ;};_fbbf :=_eea .Encoder ();if _fbbf ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_fbbf =_fb .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};if len (_dge )==0{return nil ,nil ;};_fcdd :=_ged ;if _ddgd .MarginLeft !=nil {_fcdd =*_ddgd .MarginLeft ;};_fdb :=0.0;if _fbbf !=nil {for _ ,_acdb :=range _dge {_dgge ,_fbfg :=_eea .GetRuneMetrics (_acdb ); +if !_fbfg {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_acdb ); +continue ;};_fdb +=_dgge .Wx ;};_dge =string (_fbbf .Encode (_dge ));};if _dafg ==0||_fbe &&_fdb > 0&&_fcdd +_fdb *_dafg /1000.0> _agd {_dafg =0.95*1000.0*(_agd -_fcdd )/_fdb ;};_afb :=1.0*_dafg ;_acbf :=2.0;{_gafd :=_afb ;if _fbe &&_acbf +_gafd > _fac {_dafg =0.95*(_fac -_acbf ); +_afb =1.0*_dafg ;_gafd =_afb ;};if _fac > _gafd {_acbf =(_fac -_gafd )/2.0;_acbf +=1.50;};};_fegg .Add_Tf (*_afge ,_dafg );_fegg .Add_Td (_fcdd ,_acbf );_fegg .Add_Tj (*_cd .MakeString (_dge ));_fegg .Add_ET ();_fegg .Add_Q ();_fegg .Add_EMC ();_adfg :=_ec .NewXObjectForm (); +_adfg .Resources =_faeg ;_adfg .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_bba ,_adc });_adfg .SetContentStream (_fegg .Bytes (),_ebf ());return _adfg ,nil ;}; -// Choices is the list of string values that can be selected. -Choices []string ;};func _fgbg (_bgb *_ge .PdfPage ,_bfc _c .Rectangle ,_afdg string ,_abbbd string ,_adcd _ge .PdfColor ,_cbbab *_ge .PdfFont ,_efbg *float64 ,_gbbg _dd .PdfObject )(*_ge .PdfFieldButton ,error ){_eegb ,_aebg :=_bfc .X ,_bfc .Y ;_ecfd :=_bfc .Width ; -_cabe :=_bfc .Height ;if _bfc .FillColor ==nil {_bfc .FillColor =_ge .NewPdfColorDeviceGray (0.7);};if _adcd ==nil {_adcd =_ge .NewPdfColorDeviceGray (0);};if _cbbab ==nil {_ceeg ,_ccbe :=_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); -if _ccbe !=nil {return nil ,_ccbe ;};_cbbab =_ceeg ;};_bbbe :=_ge .NewPdfField ();_gagd :=&_ge .PdfFieldButton {};_bbbe .SetContext (_gagd );_gagd .PdfField =_bbbe ;_gagd .T =_dd .MakeString (_afdg );_gagd .SetType (_ge .ButtonTypePush );_gagd .V =_dd .MakeName ("\u004f\u0066\u0066"); -_gagd .Ff =_dd .MakeInteger (4);_acc :=_dd .MakeDict ();_acc .Set (*_dd .MakeName ("\u0043\u0041"),_dd .MakeString (_abbbd ));_edcc ,_gedb :=_cbbab .GetFontDescriptor ();if _gedb !=nil {return nil ,_gedb ;};_fbca :=_dd .MakeName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); -_efgf :=12.0;if _edcc !=nil &&_edcc .FontName !=nil {_fbca ,_ =_dd .GetName (_edcc .FontName );};if _efbg !=nil {_efgf =*_efbg ;};_ffefb :=_g .NewContentCreator ();_ffefb .Add_q ();_ffefb .SetNonStrokingColor (_bfc .FillColor );_ffefb .Add_re (0,0,_ecfd ,_cabe ); -_ffefb .Add_f ();_ffefb .Add_Q ();_ffefb .Add_q ();_ffefb .Add_BT ();_efde :=0.0;for _ ,_abea :=range _abbbd {_fagf ,_fddd :=_cbbab .GetRuneMetrics (_abea );if !_fddd {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_abea ); -continue ;};_efde +=_fagf .Wx ;};_efde =_efde /1000.0*_efgf ;var _cdf float64 ;if _edcc !=nil {_cdf ,_gedb =_edcc .GetCapHeight ();if _gedb !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_gedb ); -};};if int (_cdf )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_cdf =1000;};_gdce :=_cdf /1000.0*_efgf ;_caf :=(_cabe -_gdce )/2.0;_aeae :=(_ecfd -_efde )/2.0;_ffefb .Add_Tf (*_fbca ,_efgf );_ffefb .SetNonStrokingColor (_adcd );_ffefb .Add_Td (_aeae ,_caf );_ffefb .Add_Tj (*_dd .MakeString (_abbbd ));_ffefb .Add_ET (); -_ffefb .Add_Q ();_cea :=_ge .NewXObjectForm ();_cea .SetContentStream (_ffefb .Bytes (),_dd .NewRawEncoder ());_cea .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_ecfd ,_cabe });_cea .Resources =_ge .NewPdfPageResources ();_cea .Resources .SetFontByName (*_fbca ,_cbbab .ToPdfObject ()); -_gcc :=_dd .MakeDict ();_gcc .Set ("\u004e",_cea .ToPdfObject ());_acdf :=_ge .NewPdfAnnotationWidget ();_acdf .Rect =_dd .MakeArrayFromFloats ([]float64 {_eegb ,_aebg ,_eegb +_ecfd ,_aebg +_cabe });_acdf .P =_bgb .ToPdfObject ();_acdf .F =_dd .MakeInteger (4); -_acdf .Parent =_gagd .ToPdfObject ();_acdf .A =_gbbg ;_acdf .MK =_acc ;_acdf .AP =_gcc ;_gagd .Annotations =append (_gagd .Annotations ,_acdf );return _gagd ,nil ;}; - -// FormSubmitActionOptions holds options for creating a form submit button. -type FormSubmitActionOptions struct{ - -// Rectangle holds the button position, size, and color. -Rectangle _c .Rectangle ; - -// Url specifies the URL where the fieds will be submitted. -Url string ; - -// Label specifies the text that would be displayed on the button. -Label string ; - -// LabelColor specifies the button label color. -LabelColor _ge .PdfColor ; - -// Font specifies a font used for rendering the button label. -// When omitted it will fallback to use a Helvetica font. -Font *_ge .PdfFont ; - -// FontSize specifies the font size used in rendering the button label. -// The default font size is 12pt. -FontSize *float64 ; - -// Fields specifies list of fields that could be submitted. -// This list may contain indirect object to fields or field names. -Fields *_dd .PdfObjectArray ; - -// IsExclusionList specifies that the fields contain in `Fields` array would not be submitted. -IsExclusionList bool ; - -// IncludeEmptyFields specifies if all fields would be submitted even though it's value is empty. -IncludeEmptyFields bool ; - -// SubmitAsPDF specifies that the document shall be submitted as PDF. -// If set then all the other flags shall be ignored. -SubmitAsPDF bool ;}; +// SignatureLine represents a line of information in the signature field appearance. +type SignatureLine struct{Desc string ;Text string ;}; -// CreateInkAnnotation creates an ink annotation object that can be added to the annotation list of a PDF page. -func CreateInkAnnotation (inkDef InkAnnotationDef )(*_ge .PdfAnnotation ,error ){_bbbd :=_ge .NewPdfAnnotationInk ();_cgfc :=_dd .MakeArray ();for _ ,_deagg :=range inkDef .Paths {if _deagg .Length ()==0{continue ;};_gbge :=[]float64 {};for _ ,_agf :=range _deagg .Points {_gbge =append (_gbge ,_agf .X ,_agf .Y ); -};_cgfc .Append (_dd .MakeArrayFromFloats (_gbge ));};_bbbd .InkList =_cgfc ;if inkDef .Color ==nil {inkDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};_bbbd .C =_dd .MakeArrayFromFloats ([]float64 {inkDef .Color .R (),inkDef .Color .G (),inkDef .Color .B ()}); -_ffb ,_egde ,_aadgc :=_efaf (&inkDef );if _aadgc !=nil {return nil ,_aadgc ;};_bbbd .AP =_ffb ;_bbbd .Rect =_dd .MakeArrayFromFloats ([]float64 {_egde .Llx ,_egde .Lly ,_egde .Urx ,_egde .Ury });return _bbbd .PdfAnnotation ,nil ;}; +// Style returns the appearance style of `fa`. If not specified, returns default style. +func (_af FieldAppearance )Style ()AppearanceStyle {if _af ._adf !=nil {return *_af ._adf ;};_dfg :=_ged ;return AppearanceStyle {AutoFontSizeFraction :0.65,CheckmarkRune :'✔',BorderSize :0.0,BorderColor :_ec .NewPdfColorDeviceGray (0),FillColor :_ec .NewPdfColorDeviceGray (1),MultilineLineHeight :1.2,MultilineVAlignMiddle :false ,DrawAlignmentReticle :false ,AllowMK :true ,MarginLeft :&_dfg }; +}; // SignatureFieldOpts represents a set of options used to configure // an appearance widget dictionary. @@ -340,7 +158,7 @@ Rect []float64 ; AutoSize bool ; // Font specifies the font of the text content. -Font *_ge .PdfFont ; +Font *_ec .PdfFont ; // FontSize specifies the size of the text content. FontSize float64 ; @@ -349,141 +167,224 @@ FontSize float64 ; LineHeight float64 ; // TextColor represents the color of the text content displayed. -TextColor _ge .PdfColor ; +TextColor _ec .PdfColor ; // FillColor represents the background color of the appearance annotation area. -FillColor _ge .PdfColor ; +FillColor _ec .PdfColor ; // BorderSize represents border size of the appearance annotation area. BorderSize float64 ; // BorderColor represents the border color of the appearance annotation area. -BorderColor _ge .PdfColor ; +BorderColor _ec .PdfColor ; // WatermarkImage specifies the image used as a watermark that will be rendered // behind the signature. -WatermarkImage _da .Image ; +WatermarkImage _ae .Image ; // Image represents the image used for the signature appearance. -Image _da .Image ; +Image _ae .Image ; // Encoder specifies the image encoder used for image signature. Defaults to flate encoder. -Encoder _dd .StreamEncoder ; +Encoder _cd .StreamEncoder ; // ImagePosition specifies the image location relative to the text signature. -ImagePosition SignatureImagePosition ;};func _be (_ga CircleAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_ab :=_ge .NewXObjectForm ();_ab .Resources =_ge .NewPdfPageResources ();_fg :="";if _ga .Opacity < 1.0{_fag :=_dd .MakeDict (); -_fag .Set ("\u0063\u0061",_dd .MakeFloat (_ga .Opacity ));_fag .Set ("\u0043\u0041",_dd .MakeFloat (_ga .Opacity ));_gce :=_ab .Resources .AddExtGState ("\u0067\u0073\u0031",_fag );if _gce !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); -return nil ,nil ,_gce ;};_fg ="\u0067\u0073\u0031";};_fe ,_fdg ,_gb ,_gag :=_dg (_ga ,_fg );if _gag !=nil {return nil ,nil ,_gag ;};_gag =_ab .SetContentStream (_fe ,nil );if _gag !=nil {return nil ,nil ,_gag ;};_ab .BBox =_fdg .ToPdfObject ();_fdf :=_dd .MakeDict (); -_fdf .Set ("\u004e",_ab .ToPdfObject ());return _fdf ,_gb ,nil ;}; - -// CreateRectangleAnnotation creates a rectangle annotation object that can be added to page PDF annotations. -func CreateRectangleAnnotation (rectDef RectangleAnnotationDef )(*_ge .PdfAnnotation ,error ){_edba :=_ge .NewPdfAnnotationSquare ();if rectDef .BorderEnabled {_ebfe ,_cfac ,_accg :=rectDef .BorderColor .R (),rectDef .BorderColor .G (),rectDef .BorderColor .B (); -_edba .C =_dd .MakeArrayFromFloats ([]float64 {_ebfe ,_cfac ,_accg });_dbb :=_ge .NewBorderStyle ();_dbb .SetBorderWidth (rectDef .BorderWidth );_edba .BS =_dbb .ToPdfObject ();};if rectDef .FillEnabled {_gebc ,_baca ,_dfeb :=rectDef .FillColor .R (),rectDef .FillColor .G (),rectDef .FillColor .B (); -_edba .IC =_dd .MakeArrayFromFloats ([]float64 {_gebc ,_baca ,_dfeb });}else {_edba .IC =_dd .MakeArrayFromIntegers ([]int {});};if rectDef .Opacity < 1.0{_edba .CA =_dd .MakeFloat (rectDef .Opacity );};_gcdg ,_cbd ,_fcac :=_fegd (rectDef );if _fcac !=nil {return nil ,_fcac ; -};_edba .AP =_gcdg ;_edba .Rect =_dd .MakeArrayFromFloats ([]float64 {_cbd .Llx ,_cbd .Lly ,_cbd .Urx ,_cbd .Ury });return _edba .PdfAnnotation ,nil ;};func _adbc (_dbe *_ge .PdfAcroForm ,_feed *_ge .PdfAnnotationWidget ,_fea *_ge .PdfFieldChoice ,_gadf AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_fgb ,_fcc :=_dd .GetArray (_feed .Rect ); -if !_fcc {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_ceef ,_eed :=_ge .NewPdfRectangle (*_fgb );if _eed !=nil {return nil ,_eed ;};_dac ,_bec :=_ceef .Width (),_ceef .Height ();_f .Log .Debug ("\u0043\u0068\u006f\u0069\u0063\u0065\u002c\u0020\u0077\u0061\u0020\u0042S\u003a\u0020\u0025\u0076",_feed .BS ); -_bbd ,_eed :=_g .NewContentStreamParser (_becd (_fea .PdfField )).Parse ();if _eed !=nil {return nil ,_eed ;};_cgd ,_acb :=_dd .GetDict (_feed .MK );if _acb {_cae ,_ :=_dd .GetDict (_feed .BS );_ggbc :=_gadf .applyAppearanceCharacteristics (_cgd ,_cae ,nil ); -if _ggbc !=nil {return nil ,_ggbc ;};};_aecb :=_dd .MakeDict ();for _ ,_efcb :=range _fea .Opt .Elements (){if _gcda ,_fdeee :=_dd .GetArray (_efcb );_fdeee &&_gcda .Len ()==2{_efcb =_gcda .Get (1);};var _bgc string ;if _dddg ,_fef :=_dd .GetString (_efcb ); -_fef {_bgc =_dddg .Decoded ();}else if _cde ,_abbg :=_dd .GetName (_efcb );_abbg {_bgc =_cde .String ();}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004f\u0070\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u002f\u0073\u0074\u0072\u0069\u006e\u0067 \u002d\u0020\u0025\u0054",_efcb ); -return nil ,_ec .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u002f\u0073t\u0072\u0069\u006e\u0067");};if len (_bgc )> 0{_gefb ,_cgdg :=_bge (_fea .PdfField ,_dac ,_bec ,_bgc ,_gadf ,_bbd ,_dbe .DR ,_cgd );if _cgdg !=nil {return nil ,_cgdg ; -};_aecb .Set (*_dd .MakeName (_bgc ),_gefb .ToPdfObject ());};};_fca :=_dd .MakeDict ();_fca .Set ("\u004e",_aecb );return _fca ,nil ;};func _gbggf (_baef []_c .Point )(_eeda []_c .Point ,_cgdab []_c .Point ,_dgee error ){_gbgeg :=len (_baef )-1;if len (_baef )< 1{return nil ,nil ,_ec .New ("\u0041\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0074\u0077\u006f\u0020\u0070\u006f\u0069\u006e\u0074s \u0072e\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0020\u0063\u0075\u0072\u0076\u0065\u0020\u0063\u006f\u006e\u0074r\u006f\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); -};if _gbgeg ==1{_ega :=_c .Point {X :(2*_baef [0].X +_baef [1].X )/3,Y :(2*_baef [0].Y +_baef [1].Y )/3};_eeda =append (_eeda ,_ega );_cgdab =append (_cgdab ,_c .Point {X :2*_ega .X -_baef [0].X ,Y :2*_ega .Y -_baef [0].Y });return _eeda ,_cgdab ,nil ; -};_adba :=make ([]float64 ,_gbgeg );for _facf :=1;_facf < _gbgeg -1;_facf ++{_adba [_facf ]=4*_baef [_facf ].X +2*_baef [_facf +1].X ;};_adba [0]=_baef [0].X +2*_baef [1].X ;_adba [_gbgeg -1]=(8*_baef [_gbgeg -1].X +_baef [_gbgeg ].X )/2.0;_fabb :=_ecgf (_adba ); -for _ded :=1;_ded < _gbgeg -1;_ded ++{_adba [_ded ]=4*_baef [_ded ].Y +2*_baef [_ded +1].Y ;};_adba [0]=_baef [0].Y +2*_baef [1].Y ;_adba [_gbgeg -1]=(8*_baef [_gbgeg -1].Y +_baef [_gbgeg ].Y )/2.0;_ecec :=_ecgf (_adba );_eeda =make ([]_c .Point ,_gbgeg ); -_cgdab =make ([]_c .Point ,_gbgeg );for _cfa :=0;_cfa < _gbgeg ;_cfa ++{_eeda [_cfa ]=_c .Point {X :_fabb [_cfa ],Y :_ecec [_cfa ]};if _cfa < _gbgeg -1{_cgdab [_cfa ]=_c .Point {X :2*_baef [_cfa +1].X -_fabb [_cfa +1],Y :2*_baef [_cfa +1].Y -_ecec [_cfa +1]}; -}else {_cgdab [_cfa ]=_c .Point {X :(_baef [_gbgeg ].X +_fabb [_gbgeg -1])/2,Y :(_baef [_gbgeg ].Y +_ecec [_gbgeg -1])/2};};};return _eeda ,_cgdab ,nil ;};func _gdgb (_fege *_ge .PdfFieldButton ,_fdfg *_ge .PdfAnnotationWidget ,_bcg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_aadcb ,_gdf :=_dd .GetArray (_fdfg .Rect ); -if !_gdf {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_fffd ,_ebeb :=_ge .NewPdfRectangle (*_aadcb );if _ebeb !=nil {return nil ,_ebeb ;};_adbbd ,_dbca :=_fffd .Width (),_fffd .Height ();_decc :=_g .NewContentCreator (); -if _bcg .BorderSize > 0{_acf (_decc ,_bcg ,_adbbd ,_dbca );};if _bcg .DrawAlignmentReticle {_beed :=_bcg ;_beed .BorderSize =0.2;_fbff (_decc ,_beed ,_adbbd ,_dbca );};_cfce :=_fege .GetFillImage ();_edag ,_ebeb :=_gcf (_adbbd ,_dbca ,_cfce ,_bcg );if _ebeb !=nil {return nil ,_ebeb ; -};_cedb ,_ffd :=_dd .GetDict (_fdfg .MK );if _ffd {_cedb .Set ("\u006c",_edag .ToPdfObject ());};_fcfd :=_dd .MakeDict ();_fcfd .Set ("\u0046\u0052\u004d",_edag .ToPdfObject ());_afc :=_ge .NewPdfPageResources ();_afc .ProcSet =_dd .MakeArray (_dd .MakeName ("\u0050\u0044\u0046")); -_afc .XObject =_fcfd ;_ddbe :=_adbbd -2;_gefg :=_dbca -2;_decc .Add_q ();_decc .Add_re (1,1,_ddbe ,_gefg );_decc .Add_W ();_decc .Add_n ();_ddbe -=2;_gefg -=2;_decc .Add_q ();_decc .Add_re (2,2,_ddbe ,_gefg );_decc .Add_W ();_decc .Add_n ();_eead :=_bb .Min (_ddbe /float64 (_cfce .Width ),_gefg /float64 (_cfce .Height )); -_decc .Add_cm (_eead ,0,0,_eead ,(_adbbd /2)-(float64 (_cfce .Width )*_eead /2)+2,2);_decc .Add_Do ("\u0046\u0052\u004d");_decc .Add_Q ();_decc .Add_Q ();_gbee :=_ge .NewXObjectForm ();_gbee .FormType =_dd .MakeInteger (1);_gbee .Resources =_afc ;_gbee .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_adbbd ,_dbca }); -_gbee .Matrix =_dd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_gbee .SetContentStream (_decc .Bytes (),_aadc ());_dgda :=_dd .MakeDict ();_dgda .Set ("\u004e",_gbee .ToPdfObject ());return _dgda ,nil ;};func _aadc ()_dd .StreamEncoder {return _dd .NewFlateEncoder ()}; - +ImagePosition SignatureImagePosition ;}; -// Style returns the appearance style of `fa`. If not specified, returns default style. -func (_cbbe ImageFieldAppearance )Style ()AppearanceStyle {if _cbbe ._fcdd !=nil {return *_cbbe ._fcdd ;};return AppearanceStyle {BorderSize :0.0,BorderColor :_ge .NewPdfColorDeviceGray (0),FillColor :_ge .NewPdfColorDeviceGray (1),DrawAlignmentReticle :false }; -};func _ecgf (_ecdb []float64 )[]float64 {var (_gaggb =len (_ecdb );_cgab =make ([]float64 ,_gaggb );_eeaf =make ([]float64 ,_gaggb ););_gcbc :=2.0;_cgab [0]=_ecdb [0]/_gcbc ;for _dfea :=1;_dfea < _gaggb ;_dfea ++{_eeaf [_dfea ]=1/_gcbc ;if _dfea < _gaggb -1{_gcbc =4.0; -}else {_gcbc =3.5;};_gcbc -=_eeaf [_dfea ];_cgab [_dfea ]=(_ecdb [_dfea ]-_cgab [_dfea -1])/_gcbc ;};for _cagd :=1;_cagd < _gaggb ;_cagd ++{_cgab [_gaggb -_cagd -1]-=_eeaf [_gaggb -_cagd ]*_cgab [_gaggb -_cagd ];};return _cgab ;};func _egga (_bbcb RectangleAnnotationDef ,_bcfad string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_dggc :=_c .Rectangle {X :0,Y :0,Width :_bbcb .Width ,Height :_bbcb .Height ,FillEnabled :_bbcb .FillEnabled ,FillColor :_bbcb .FillColor ,BorderEnabled :_bbcb .BorderEnabled ,BorderWidth :2*_bbcb .BorderWidth ,BorderColor :_bbcb .BorderColor ,Opacity :_bbcb .Opacity }; -_bbdc ,_def ,_baaf :=_dggc .Draw (_bcfad );if _baaf !=nil {return nil ,nil ,nil ,_baaf ;};_ggd :=&_ge .PdfRectangle {};_ggd .Llx =_bbcb .X +_def .Llx ;_ggd .Lly =_bbcb .Y +_def .Lly ;_ggd .Urx =_bbcb .X +_def .Urx ;_ggd .Ury =_bbcb .Y +_def .Ury ;return _bbdc ,_def ,_ggd ,nil ; +// NewFormSubmitButtonField would create a submit button in specified page according to the parameter in `FormSubmitActionOptions`. +func NewFormSubmitButtonField (page *_ec .PdfPage ,opt FormSubmitActionOptions )(*_ec .PdfFieldButton ,error ){_abcg :=int64 (_bafa );if opt .IsExclusionList {_abcg |=_adabb ;};if opt .IncludeEmptyFields {_abcg |=_afgec ;};if opt .SubmitAsPDF {_abcg |=_acde ; +};_cbe :=_ec .NewPdfActionSubmitForm ();_cbe .Flags =_cd .MakeInteger (_abcg );_cbe .F =_ec .NewPdfFilespec ();if opt .Fields !=nil {_cbe .Fields =opt .Fields ;};_cbe .F .F =_cd .MakeString (opt .Url );_cbe .F .FS =_cd .MakeName ("\u0055\u0052\u004c"); +_cefee ,_fbaa :=_agba (page ,opt .Rectangle ,"\u0062t\u006e\u0053\u0075\u0062\u006d\u0069t",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_cbe .ToPdfObject ());if _fbaa !=nil {return nil ,_fbaa ;};return _cefee ,nil ;};func _degc (_ede *_g .ContentCreator ,_abf AppearanceStyle ,_cfbb ,_adce float64 ){_ede .Add_q ().Add_re (0,0,_cfbb ,_adce ).Add_re (0,_adce /2,_cfbb ,_adce /2).Add_re (0,0,_cfbb ,_adce ).Add_re (_cfbb /2,0,_cfbb /2,_adce ).Add_w (_abf .BorderSize ).SetStrokingColor (_abf .BorderColor ).SetNonStrokingColor (_abf .FillColor ).Add_B ().Add_Q (); }; -// CreateFileAttachmentAnnotation creates a file attachment annotation object that can be added to the annotation list of a PDF page. -func CreateFileAttachmentAnnotation (fileDef FileAnnotationDef )(*_ge .PdfAnnotation ,error ){_beag :=_ge .NewPdfFileSpecFromEmbeddedFile (fileDef .EmbeddedFile );if fileDef .Color ==nil {fileDef .Color =_ge .NewPdfColorDeviceRGB (0.0,0.0,0.0);};if fileDef .Description ==""{fileDef .Description =fileDef .EmbeddedFile .Name ; -};if fileDef .CreationDate ==nil {_bebc :=_de .Now ();fileDef .CreationDate =&_bebc ;};if fileDef .IconName ==""{fileDef .IconName ="\u0050u\u0073\u0068\u0050\u0069\u006e";};_debf ,_gbb :=_ge .NewPdfDateFromTime (*fileDef .CreationDate );if _gbb !=nil {return nil ,_gbb ; -};_adgd :=_ge .NewPdfAnnotationFileAttachment ();_adgd .FS =_beag .ToPdfObject ();_adgd .C =_dd .MakeArrayFromFloats ([]float64 {fileDef .Color .R (),fileDef .Color .G (),fileDef .Color .B ()});_adgd .Contents =_dd .MakeString (fileDef .Description );_adgd .CreationDate =_debf .ToPdfObject (); -_adgd .M =_debf .ToPdfObject ();_adgd .Name =_dd .MakeName (fileDef .IconName );_adgd .Rect =_dd .MakeArrayFromFloats ([]float64 {fileDef .X ,fileDef .Y ,fileDef .X +fileDef .Width ,fileDef .Y +fileDef .Height });_adgd .T =_dd .MakeString (fileDef .Author ); -_adgd .Subj =_dd .MakeString (fileDef .Subject );return _adgd .PdfAnnotation ,nil ;};func _eaa (_dga *_ge .PdfAnnotationWidget ,_dcf *_ge .PdfFieldText ,_abg *_ge .PdfPageResources ,_bcf AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_gba :=_ge .NewPdfPageResources (); -_fac ,_ddg :=_dd .GetArray (_dga .Rect );if !_ddg {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_eg ,_ege :=_ge .NewPdfRectangle (*_fac );if _ege !=nil {return nil ,_ege ;};_agcd ,_bdf :=_eg .Width (),_eg .Height (); -_abb ,_dae :=_agcd ,_bdf ;_egf :=true ;_ecc :=_ge .NewXObjectForm ();_ecc .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_abb ,_dae });if _dga .AP !=nil {if _aa ,_bed :=_dd .GetDict (_dga .AP );_bed &&_aa !=nil {_cef :=_dd .TraceToDirectObject (_aa .Get ("\u004e")); -switch _bfd :=_cef .(type ){case *_dd .PdfObjectStream :_bde ,_bbf :=_dd .DecodeStream (_bfd );if _bbf !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_bbf .Error ()); -break ;};_gee ,_bbf :=_g .NewContentStreamParser (string (_bde )).Parse ();if _bbf !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_bbf .Error ()); -break ;};_ef :=_g .NewContentStreamProcessor (*_gee );_ef .AddHandler (_g .HandlerConditionEnumAllOperands ,"",func (_cab *_g .ContentStreamOperation ,_eec _g .GraphicsState ,_ccg *_ge .PdfPageResources )error {if _cab .Operand =="\u0054\u006a"||_cab .Operand =="\u0054\u004a"{if len (_cab .Params )==1{if _ad ,_ba :=_dd .GetString (_cab .Params [0]); -_ba {_egf =_a .TrimSpace (_ad .Str ())=="";};return _g .ErrEarlyExit ;};return nil ;};return nil ;});_ef .Process (_gba );if !_egf {if _daef ,_dcc :=_dd .GetDict (_bfd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));_dcc {_gba ,_bbf =_ge .NewPdfPageResourcesFromDict (_daef ); -if _bbf !=nil {return nil ,_bbf ;};};if _bga ,_egb :=_dd .GetArray (_bfd .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"));_egb {_ecc .Matrix =_bga ;};_ecc .SetContentStream (_bde ,_aadc ());};};};};if _egf {_efc ,_eb :=_dd .GetDict (_dga .MK );if _eb {_fbf ,_ :=_dd .GetDict (_dga .BS ); -_fec :=_bcf .applyAppearanceCharacteristics (_efc ,_fbf ,nil );if _fec !=nil {return nil ,_fec ;};};_abbc ,_aad :=_g .NewContentStreamParser (_becd (_dcf .PdfField )).Parse ();if _aad !=nil {return nil ,_aad ;};_dcd :=_g .NewContentCreator ();if _bcf .BorderSize > 0{_acf (_dcd ,_bcf ,_agcd ,_bdf ); -};if _bcf .DrawAlignmentReticle {_dca :=_bcf ;_dca .BorderSize =0.2;_fbff (_dcd ,_dca ,_agcd ,_bdf );};_dcd .Add_BMC ("\u0054\u0078");_dcd .Add_q ();_agcd ,_bdf =_bcf .applyRotation (_efc ,_agcd ,_bdf ,_dcd );_dcd .Add_BT ();_dggd ,_gga ,_aad :=_bcf .processDA (_dcf .PdfField ,_abbc ,_abg ,_gba ,_dcd ); -if _aad !=nil {return nil ,_aad ;};_ada :=_dggd .Font ;_fgc :=_dggd .Size ;_fde :=_dd .MakeName (_dggd .Name );if _dcf .Flags ().Has (_ge .FieldFlagMultiline )&&_dcf .MaxLen !=nil {_f .Log .Debug ("\u004c\u006f\u006f\u006b\u0020\u0066\u006f\u0072\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072 \u004e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -if _dee ,_aed ,_bfdf :=_cbff (_dga .PdfAnnotation .AP ,_abg );_bfdf {_fde =_dee ;_fgc =_aed ;_gga =true ;};};_aae :=_fgc ==0;if _aae &&_gga {_fgc =_bdf *_bcf .AutoFontSizeFraction ;};_bfb :=_ada .Encoder ();if _bfb ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_bfb =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};_efcg ,_aad :=_ada .GetFontDescriptor ();if _aad !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); -};var _cec string ;if _fbd ,_bad :=_dd .GetString (_dcf .V );_bad {_cec =_fbd .Decoded ();};if len (_cec )==0{return nil ,nil ;};_aca :=[]string {_cec };_gad :=false ;if _dcf .Flags ().Has (_ge .FieldFlagMultiline ){_gad =true ;_cec =_a .Replace (_cec ,"\u000d\u000a","\u000a",-1); -_cec =_a .Replace (_cec ,"\u000d","\u000a",-1);_aca =_a .Split (_cec ,"\u000a");};_dea :=make ([]string ,len (_aca ));copy (_dea ,_aca );_aaf :=_bcf .MultilineLineHeight ;_gagc :=0.0;_ddba :=0;if _bfb !=nil {for _fgc >=0{_bcec :=make ([]string ,len (_aca )); -copy (_bcec ,_aca );_cga :=make ([]string ,len (_dea ));copy (_cga ,_dea );_gagc =0.0;_ddba =0;_cee :=len (_bcec );_bfbg :=0;for _bfbg < _cee {var _ebe float64 ;_bba :=-1;_bae :=_daag ;if _bcf .MarginLeft !=nil {_bae =*_bcf .MarginLeft ;};for _eeb ,_bgf :=range _bcec [_bfbg ]{if _bgf ==' '{_bba =_eeb ; -};_dgb ,_bgd :=_ada .GetRuneMetrics (_bgf );if !_bgd {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_bgf ); -continue ;};_ebe =_bae ;_bae +=_dgb .Wx ;if _gad &&!_aae &&_fgc *_bae /1000.0> _agcd {_bgdg :=_eeb ;_bff :=_eeb ;if _bba > 0{_bgdg =_bba +1;_bff =_bba ;};_efe :=_bcec [_bfbg ][_bgdg :];_ggc :=_cga [_bfbg ][_bgdg :];if _bfbg < len (_bcec )-1{_bcec =append (_bcec [:_bfbg +1],_bcec [_bfbg :]...); -_bcec [_bfbg +1]=_efe ;_cga =append (_cga [:_bfbg +1],_cga [_bfbg :]...);_cga [_bfbg +1]=_ggc ;}else {_bcec =append (_bcec ,_efe );_cga =append (_cga ,_ggc );};_bcec [_bfbg ]=_bcec [_bfbg ][0:_bff ];_cga [_bfbg ]=_cga [_bfbg ][0:_bff ];_cee ++;_bae =_ebe ; -break ;};};if _bae > _gagc {_gagc =_bae ;};_bcec [_bfbg ]=string (_bfb .Encode (_bcec [_bfbg ]));if len (_bcec [_bfbg ])> 0{_ddba ++;};_bfbg ++;};_gd :=_fgc ;if _ddba > 1{_gd *=_aaf ;};_gcd :=float64 (_ddba )*_gd ;if _aae ||_gcd <=_bdf {_aca =_bcec ;_dea =_cga ; -break ;};_fgc --;};};_efg :=_daag ;if _bcf .MarginLeft !=nil {_efg =*_bcf .MarginLeft ;};if _fgc ==0||_aae &&_gagc > 0&&_efg +_gagc *_fgc /1000.0> _agcd {_fgc =0.95*1000.0*(_agcd -_efg )/_gagc ;};_dfe :=_fgg ;{if _ebeg ,_dcg :=_dd .GetIntVal (_dcf .Q ); -_dcg {switch _ebeg {case 0:_dfe =_fgg ;case 1:_dfe =_gaf ;case 2:_dfe =_db ;default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0071\u0075\u0061\u0064\u0064\u0069\u006e\u0067\u003a\u0020%\u0064\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u006c\u0065ft\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074",_ebeg ); -};};};_bca :=_fgc ;if _gad &&_ddba > 1{_bca =_aaf *_fgc ;};var _acd float64 ;if _efcg !=nil {_acd ,_aad =_efcg .GetCapHeight ();if _aad !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_aad ); -};};if int (_acd )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_acd =1000;};_efb :=_acd /1000.0*_fgc ;_gbe :=0.0;{_cbg :=float64 (_ddba )*_bca ;if _aae &&_gbe +_cbg > _bdf {_fgc =0.95*(_bdf -_gbe )/float64 (_ddba );_bca =_fgc ;if _gad &&_ddba > 1{_bca =_aaf *_fgc ;};_efb =_acd /1000.0*_fgc ;_cbg =float64 (_ddba )*_bca ; -};if _bdf > _cbg {if _gad {if _bcf .MultilineVAlignMiddle {_eae :=(_bdf -(_cbg +_efb ))/2.0;_fge :=_eae +_cbg +_efb -_bca ;_gbe =_fge ;if _ddba > 1{_gbe =_gbe +(_cbg /_fgc *float64 (_ddba ))-_bca -_efb ;};if _gbe < _cbg {_gbe =(_bdf -_efb )/2.0;};}else {_gbe =_bdf -_bca ; -if _gbe > _fgc {_dcaf :=0.0;if _gad &&_bcf .MultilineLineHeight > 1&&_ddba > 1{_dcaf =_bcf .MultilineLineHeight -1;};_gbe -=_fgc *(0.5-_dcaf );};};}else {_gbe =(_bdf -_efb )/2.0;};};};if _bcf .TextColor !=nil {_adb :=_bcf .TextColor ;_fece ,_bedg :=_adb .(*_ge .PdfColorDeviceRGB ); -if !_bedg {_fece =_ge .NewPdfColorDeviceRGB (0,0,0);};_dcd .Add_rg (_fece .R (),_fece .G (),_fece .B ());}else {for _ ,_daeg :=range *_abbc {if _daeg .Operand =="\u0072\u0067"||_daeg .Operand =="\u0067"{_dcd .AddOperand (*_daeg );};};};_dcd .Add_Tf (*_fde ,_fgc ); -_dcd .Add_Td (_efg ,_gbe );_af :=_efg ;_ebf :=_efg ;for _fagb ,_cgg :=range _aca {_deag :=0.0;for _ ,_eeg :=range _dea [_fagb ]{_ccf ,_cdb :=_ada .GetRuneMetrics (_eeg );if !_cdb {continue ;};_deag +=_ccf .Wx ;};_fdfc :=_deag /1000.0*_fgc ;_eaf :=_agcd -_fdfc ; -var _ceb float64 ;switch _dfe {case _fgg :_ceb =_af ;case _gaf :_ceb =_eaf /2;case _db :_ceb =_eaf ;};_efg =_ceb -_ebf ;if _efg > 0.0{_dcd .Add_Td (_efg ,0);};_ebf =_ceb ;_dcd .Add_Tj (*_dd .MakeString (_cgg ));if _fagb < len (_aca )-1{_dcd .Add_Td (0,-_fgc *_aaf ); -};};_dcd .Add_ET ();_dcd .Add_Q ();_dcd .Add_EMC ();_ecc .SetContentStream (_dcd .Bytes (),_aadc ());};_ecc .Resources =_gba ;_aab :=_dd .MakeDict ();_aab .Set ("\u004e",_ecc .ToPdfObject ());return _aab ,nil ;}; - // WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. // Ensures that following operands that are added are not affected by additional operands that are added. // Implements interface model.ContentStreamWrapper. -func (_ede FieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_gac ,_gbae :=page .GetAllContentStreams ();if _gbae !=nil {return _gbae ;};_cgcg :=_g .NewContentStreamParser (_gac );_eege ,_gbae :=_cgcg .Parse ();if _gbae !=nil {return _gbae ; -};_eege .WrapIfNeeded ();_bdcc :=[]string {_eege .String ()};return page .SetContentStreams (_bdcc ,_aadc ());}; +func (_gbc FieldAppearance )WrapContentStream (page *_ec .PdfPage )error {_bada ,_aed :=page .GetAllContentStreams ();if _aed !=nil {return _aed ;};_fedb :=_g .NewContentStreamParser (_bada );_ggce ,_aed :=_fedb .Parse ();if _aed !=nil {return _aed ;}; +_ggce .WrapIfNeeded ();_eaa :=[]string {_ggce .String ()};return page .SetContentStreams (_eaa ,_ebf ());};func _dafa (_ebfab RectangleAnnotationDef )(*_cd .PdfObjectDictionary ,*_ec .PdfRectangle ,error ){_afggd :=_ec .NewXObjectForm ();_afggd .Resources =_ec .NewPdfPageResources (); +_afbe :="";if _ebfab .Opacity < 1.0{_ecffe :=_cd .MakeDict ();_ecffe .Set ("\u0063\u0061",_cd .MakeFloat (_ebfab .Opacity ));_ecffe .Set ("\u0043\u0041",_cd .MakeFloat (_ebfab .Opacity ));_dacf :=_afggd .Resources .AddExtGState ("\u0067\u0073\u0031",_ecffe ); +if _dacf !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031");return nil ,nil ,_dacf ;};_afbe ="\u0067\u0073\u0031";};_bcbg ,_dcbb ,_bcac ,_gdce :=_aafd (_ebfab ,_afbe ); +if _gdce !=nil {return nil ,nil ,_gdce ;};_gdce =_afggd .SetContentStream (_bcbg ,nil );if _gdce !=nil {return nil ,nil ,_gdce ;};_afggd .BBox =_dcbb .ToPdfObject ();_ffee :=_cd .MakeDict ();_ffee .Set ("\u004e",_afggd .ToPdfObject ());return _ffee ,_bcac ,nil ; +}; -// NewSignatureField returns a new signature field with a visible appearance -// containing the specified signature lines and styled according to the -// specified options. -func NewSignatureField (signature *_ge .PdfSignature ,lines []*SignatureLine ,opts *SignatureFieldOpts )(*_ge .PdfFieldSignature ,error ){if signature ==nil {return nil ,_ec .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); -};_fabg ,_gbfe :=_aaee (lines ,opts );if _gbfe !=nil {return nil ,_gbfe ;};_daba :=_ge .NewPdfFieldSignature (signature );_daba .Rect =_dd .MakeArrayFromFloats (opts .Rect );_daba .AP =_fabg ;return _daba ,nil ;}; +// CheckboxFieldOptions defines optional parameters for a checkbox field a form. +type CheckboxFieldOptions struct{Checked bool ;}; -// LineAnnotationDef defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none -// (regular line), or arrows at either end. The line also has a specified width, color and opacity. -type LineAnnotationDef struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 _c .LineEndingStyle ;LineEndingStyle2 _c .LineEndingStyle ;};func _aeg (_adga *_ge .PdfAnnotationWidget ,_aff *_ge .PdfFieldButton ,_cfd *_ge .PdfPageResources ,_bbfg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_edg ,_fdcg :=_dd .GetArray (_adga .Rect ); -if !_fdcg {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_ggg ,_bbg :=_ge .NewPdfRectangle (*_edg );if _bbg !=nil {return nil ,_bbg ;};_geg ,_ffef :=_ggg .Width (),_ggg .Height ();_gec ,_aaa :=_geg ,_ffef ; -_f .Log .Debug ("\u0043\u0068\u0065\u0063kb\u006f\u0078\u002c\u0020\u0077\u0061\u0020\u0042\u0053\u003a\u0020\u0025\u0076",_adga .BS );_cdd ,_bbg :=_ge .NewStandard14Font ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073");if _bbg !=nil {return nil ,_bbg ; -};_egbf ,_beg :=_dd .GetDict (_adga .MK );if _beg {_gbgf ,_ :=_dd .GetDict (_adga .BS );_bccg :=_bbfg .applyAppearanceCharacteristics (_egbf ,_gbgf ,_cdd );if _bccg !=nil {return nil ,_bccg ;};};_ebb :=_ge .NewXObjectForm ();{_gbd :=_g .NewContentCreator (); -if _bbfg .BorderSize > 0{_acf (_gbd ,_bbfg ,_geg ,_ffef );};if _bbfg .DrawAlignmentReticle {_dfef :=_bbfg ;_dfef .BorderSize =0.2;_fbff (_gbd ,_dfef ,_geg ,_ffef );};_geg ,_ffef =_bbfg .applyRotation (_egbf ,_geg ,_ffef ,_gbd );_aeb :=_bbfg .AutoFontSizeFraction *_ffef ; -_cfg ,_dbdb :=_cdd .GetRuneMetrics (_bbfg .CheckmarkRune );if !_dbdb {return nil ,_ec .New ("\u0067l\u0079p\u0068\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_fbe :=_cdd .Encoder ();_gef :=_fbe .Encode (string (_bbfg .CheckmarkRune )); -_eba :=_cfg .Wx *_aeb /1000.0;_dce :=705.0;_bdec :=_dce /1000.0*_aeb ;_fdee :=_daag ;if _bbfg .MarginLeft !=nil {_fdee =*_bbfg .MarginLeft ;};_gecf :=1.0;if _eba < _geg {_fdee =(_geg -_eba )/2.0;};if _bdec < _ffef {_gecf =(_ffef -_bdec )/2.0;};_gbd .Add_q ().Add_g (0).Add_BT ().Add_Tf ("\u005a\u0061\u0044\u0062",_aeb ).Add_Td (_fdee ,_gecf ).Add_Tj (*_dd .MakeStringFromBytes (_gef )).Add_ET ().Add_Q (); -_ebb .Resources =_ge .NewPdfPageResources ();_ebb .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_cdd .ToPdfObject ());_ebb .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gec ,_aaa });_ebb .SetContentStream (_gbd .Bytes (),_aadc ());};_fbb :=_ge .NewXObjectForm (); -{_gae :=_g .NewContentCreator ();if _bbfg .BorderSize > 0{_acf (_gae ,_bbfg ,_geg ,_ffef );};_fbb .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_gec ,_aaa });_fbb .SetContentStream (_gae .Bytes (),_aadc ());};_ebbg :=_dd .PdfObjectName ("\u0059\u0065\u0073"); -_aec ,_beg :=_dd .GetDict (_adga .PdfAnnotation .AP );if _beg &&_aec !=nil {_cag :=_dd .TraceToDirectObject (_aec .Get ("\u004e"));switch _ged :=_cag .(type ){case *_dd .PdfObjectDictionary :_ffc :=_ged .Keys ();for _ ,_efa :=range _ffc {if _efa !="\u004f\u0066\u0066"{_ebbg =_efa ; -};};};};_gfda :=_dd .MakeDict ();_gfda .Set ("\u004f\u0066\u0066",_fbb .ToPdfObject ());_gfda .Set (_ebbg ,_ebb .ToPdfObject ());_adbb :=_dd .MakeDict ();_adbb .Set ("\u004e",_gfda );return _adbb ,nil ;}; +// NewImageField generates a new image field with partial name `name` at location `rect` +// on specified `page` and with field specific options `opt`. +func NewImageField (page *_ec .PdfPage ,name string ,rect []float64 ,opt ImageFieldOptions )(*_ec .PdfFieldButton ,error ){if page ==nil {return nil ,_cg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_cg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_cg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_affc :=_ec .NewPdfField ();_efd :=&_ec .PdfFieldButton {};_efd .PdfField =_affc ;_affc .SetContext (_efd );_efd .SetType (_ec .ButtonTypePush );_efd .T =_cd .MakeString (name );_eage :=_ec .NewPdfAnnotationWidget ();_eage .Rect =_cd .MakeArrayFromFloats (rect ); +_eage .P =page .ToPdfObject ();_eage .F =_cd .MakeInteger (4);_eage .Parent =_efd .ToPdfObject ();_gfbg :=rect [2]-rect [0];_dgca :=rect [3]-rect [1];_gfgd :=opt ._aacf ;_ggbd :=_g .NewContentCreator ();if _gfgd .BorderSize > 0{_ffe (_ggbd ,_gfgd ,_gfbg ,_dgca ); +};if _gfgd .DrawAlignmentReticle {_abfd :=_gfgd ;_abfd .BorderSize =0.2;_degc (_ggbd ,_abfd ,_gfbg ,_dgca );};_gad ,_cacc :=_bgef (_gfbg ,_dgca ,opt .Image ,_gfgd );if _cacc !=nil {return nil ,_cacc ;};_gff ,_ccc :=_cd .GetDict (_eage .MK );if _ccc {_gff .Set ("\u006c",_gad .ToPdfObject ()); +};_bcba :=_cd .MakeDict ();_bcba .Set ("\u0046\u0052\u004d",_gad .ToPdfObject ());_bcee :=_ec .NewPdfPageResources ();_bcee .ProcSet =_cd .MakeArray (_cd .MakeName ("\u0050\u0044\u0046"));_bcee .XObject =_bcba ;_gaed :=_gfbg -2;_abe :=_dgca -2;_ggbd .Add_q (); +_ggbd .Add_re (1,1,_gaed ,_abe );_ggbd .Add_W ();_ggbd .Add_n ();_gaed -=2;_abe -=2;_ggbd .Add_q ();_ggbd .Add_re (2,2,_gaed ,_abe );_ggbd .Add_W ();_ggbd .Add_n ();_ebbd :=_a .Min (_gaed /float64 (opt .Image .Width ),_abe /float64 (opt .Image .Height )); +_ggbd .Add_cm (_ebbd ,0,0,_ebbd ,(_gfbg /2)-(float64 (opt .Image .Width )*_ebbd /2)+2,2);_ggbd .Add_Do ("\u0046\u0052\u004d");_ggbd .Add_Q ();_ggbd .Add_Q ();_dec :=_ec .NewXObjectForm ();_dec .FormType =_cd .MakeInteger (1);_dec .Resources =_bcee ;_dec .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_gfbg ,_dgca }); +_dec .Matrix =_cd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_dec .SetContentStream (_ggbd .Bytes (),_ebf ());_cgad :=_cd .MakeDict ();_cgad .Set ("\u004e",_dec .ToPdfObject ());_eage .AP =_cgad ;_efd .Annotations =append (_efd .Annotations ,_eage ); +return _efd ,nil ;}; -// RectangleAnnotationDef is a rectangle defined with a specified Width and Height and a lower left corner at (X,Y). -// The rectangle can optionally have a border and a filling color. -// The Width/Height includes the border (if any specified). -type RectangleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ge .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ge .PdfColorDeviceRGB ;Opacity float64 ;}; +// NewComboboxField generates a new combobox form field with partial name `name` at location `rect` +// on specified `page` and with field specific options `opt`. +func NewComboboxField (page *_ec .PdfPage ,name string ,rect []float64 ,opt ComboboxFieldOptions )(*_ec .PdfFieldChoice ,error ){if page ==nil {return nil ,_cg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_cg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_cg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_efee :=_ec .NewPdfField ();_aadf :=&_ec .PdfFieldChoice {};_efee .SetContext (_aadf );_aadf .PdfField =_efee ;_aadf .T =_cd .MakeString (name );_aadf .Opt =_cd .MakeArray ();for _ ,_gead :=range opt .Choices {_aadf .Opt .Append (_cd .MakeString (_gead )); +};_aadf .SetFlag (_ec .FieldFlagCombo );_ade :=_ec .NewPdfAnnotationWidget ();_ade .Rect =_cd .MakeArrayFromFloats (rect );_ade .P =page .ToPdfObject ();_ade .F =_cd .MakeInteger (4);_ade .Parent =_aadf .ToPdfObject ();_aadf .Annotations =append (_aadf .Annotations ,_ade ); +return _aadf ,nil ;}; // SetStyle applies appearance `style` to `fa`. -func (_febc *ImageFieldAppearance )SetStyle (style AppearanceStyle ){_febc ._fcdd =&style }; +func (_gafb *ImageFieldAppearance )SetStyle (style AppearanceStyle ){_gafb ._cgfa =&style };func _aabff (_bcbe []_ea .Point )(_aacd []_ea .Point ,_cfde []_ea .Point ,_bea error ){_aagf :=len (_bcbe )-1;if len (_bcbe )< 1{return nil ,nil ,_cg .New ("\u0041\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0074\u0077\u006f\u0020\u0070\u006f\u0069\u006e\u0074s \u0072e\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0020\u0063\u0075\u0072\u0076\u0065\u0020\u0063\u006f\u006e\u0074r\u006f\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); +};if _aagf ==1{_ebdf :=_ea .Point {X :(2*_bcbe [0].X +_bcbe [1].X )/3,Y :(2*_bcbe [0].Y +_bcbe [1].Y )/3};_aacd =append (_aacd ,_ebdf );_cfde =append (_cfde ,_ea .Point {X :2*_ebdf .X -_bcbe [0].X ,Y :2*_ebdf .Y -_bcbe [0].Y });return _aacd ,_cfde ,nil ; +};_cgfc :=make ([]float64 ,_aagf );for _aabd :=1;_aabd < _aagf -1;_aabd ++{_cgfc [_aabd ]=4*_bcbe [_aabd ].X +2*_bcbe [_aabd +1].X ;};_cgfc [0]=_bcbe [0].X +2*_bcbe [1].X ;_cgfc [_aagf -1]=(8*_bcbe [_aagf -1].X +_bcbe [_aagf ].X )/2.0;_cbde :=_bddg (_cgfc ); +for _aeg :=1;_aeg < _aagf -1;_aeg ++{_cgfc [_aeg ]=4*_bcbe [_aeg ].Y +2*_bcbe [_aeg +1].Y ;};_cgfc [0]=_bcbe [0].Y +2*_bcbe [1].Y ;_cgfc [_aagf -1]=(8*_bcbe [_aagf -1].Y +_bcbe [_aagf ].Y )/2.0;_decg :=_bddg (_cgfc );_aacd =make ([]_ea .Point ,_aagf ); +_cfde =make ([]_ea .Point ,_aagf );for _eabb :=0;_eabb < _aagf ;_eabb ++{_aacd [_eabb ]=_ea .Point {X :_cbde [_eabb ],Y :_decg [_eabb ]};if _eabb < _aagf -1{_cfde [_eabb ]=_ea .Point {X :2*_bcbe [_eabb +1].X -_cbde [_eabb +1],Y :2*_bcbe [_eabb +1].Y -_decg [_eabb +1]}; +}else {_cfde [_eabb ]=_ea .Point {X :(_bcbe [_aagf ].X +_cbde [_aagf -1])/2,Y :(_bcbe [_aagf ].Y +_decg [_aagf -1])/2};};};return _aacd ,_cfde ,nil ;}; + +// InkAnnotationDef holds base information for constructing an ink annotation. +type InkAnnotationDef struct{ + +// Paths is the array of stroked paths which compose the annotation. +Paths []_ea .Path ; + +// Color is the color of the line. Default to black. +Color *_ec .PdfColorDeviceRGB ; + +// LineWidth is the width of the line. +LineWidth float64 ;}; + +// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. +// Implements interface model.FieldAppearanceGenerator. +func (_cgg FieldAppearance )GenerateAppearanceDict (form *_ec .PdfAcroForm ,field *_ec .PdfField ,wa *_ec .PdfAnnotationWidget )(*_cd .PdfObjectDictionary ,error ){_f .Log .Trace ("\u0047\u0065n\u0065\u0072\u0061\u0074e\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0044i\u0063\u0074\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u0020\u0056:\u0020\u0025\u002b\u0076",field .PartialName (),field .V ); +_ ,_dc :=field .GetContext ().(*_ec .PdfFieldText );_ebb ,_ac :=_cd .GetDict (wa .AP );if _ac &&_cgg .OnlyIfMissing &&(!_dc ||!_cgg .RegenerateTextFields ){_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); +return _ebb ,nil ;};if form .DR ==nil {form .DR =_ec .NewPdfPageResources ();};switch _aec :=field .GetContext ().(type ){case *_ec .PdfFieldText :_gg :=_aec ;if _ee :=_bdadc (_gg .PdfField );_ee ==""{_gg .DA =form .DA ;};if _cgg ._adf !=nil &&_cgg ._adf .TextColor !=nil {_db :=_g .ContentStreamOperations {}; +_fag :=_bdadc (_gg .PdfField );_ecg ,_gd :=_g .NewContentStreamParser (_fag ).Parse ();if _gd !=nil {return nil ,_gd ;};for _ ,_adfa :=range *_ecg {if _adfa .Operand =="\u0067"||_adfa .Operand =="\u0072\u0067"{continue ;};_db =append (_db ,_adfa );};_be :=_cgg ._adf .TextColor ; +_bgc ,_ead :=_be .(*_ec .PdfColorDeviceRGB );if !_ead {return nil ,_gd ;};_da ,_ab ,_egf :=_cd .MakeFloat (_bgc [0]),_cd .MakeFloat (_bgc [1]),_cd .MakeFloat (_bgc [2]);_cfc :=&_g .ContentStreamOperation {Params :[]_cd .PdfObject {_da ,_ab ,_egf },Operand :"\u0072\u0067"}; +_db =append (_db ,_cfc );_gedd :=_db .String ();_gedd =_ff .Replace (_gedd ,"\u000a","\u0020",-1);_gedd =_ff .Trim (_gedd ,"\u0020");_gg .DA =_cd .MakeHexString (_gedd );};switch {case _gg .Flags ().Has (_ec .FieldFlagPassword ):return nil ,nil ;case _gg .Flags ().Has (_ec .FieldFlagFileSelect ):return nil ,nil ; +case _gg .Flags ().Has (_ec .FieldFlagComb ):if _gg .MaxLen !=nil {_bcc ,_dfce :=_gede (wa ,_gg ,form .DR ,_cgg .Style ());if _dfce !=nil {return nil ,_dfce ;};return _bcc ,nil ;};};_baa ,_ed :=_ced (wa ,_gg ,form .DR ,_cgg .Style ());if _ed !=nil {return nil ,_ed ; +};return _baa ,nil ;case *_ec .PdfFieldButton :_eff :=_aec ;if _eff .IsCheckbox (){_daa ,_afc :=_eca (wa ,_eff ,form .DR ,_cgg .Style ());if _afc !=nil {return nil ,_afc ;};return _daa ,nil ;};_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041\u004e\u0044\u004c\u0045\u0044 \u0062u\u0074\u0074\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u002b\u0076",_eff .GetType ()); +case *_ec .PdfFieldChoice :_cfd :=_aec ;switch {case _cfd .Flags ().Has (_ec .FieldFlagCombo ):_fdd ,_fed :=_fgd (form ,wa ,_cfd ,_cgg .Style ());if _fed !=nil {return nil ,_fed ;};return _fdd ,nil ;default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055N\u0048\u0041\u004eD\u004c\u0045\u0044\u0020c\u0068\u006f\u0069\u0063\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0025\u0073",_cfd .Flags ().String ()); +};default:_f .Log .Debug ("\u0054\u004f\u0044\u004f\u003a\u0020\u0055\u004e\u0048\u0041N\u0044\u004c\u0045\u0044\u0020\u0066\u0069e\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_aec );};return nil ,nil ;}; + +// NewSignatureLine returns a new signature line displayed as a part of the +// signature field appearance. +func NewSignatureLine (desc ,text string )*SignatureLine {return &SignatureLine {Desc :desc ,Text :text };};func _aafd (_dagg RectangleAnnotationDef ,_becc string )([]byte ,*_ec .PdfRectangle ,*_ec .PdfRectangle ,error ){_effb :=_ea .Rectangle {X :0,Y :0,Width :_dagg .Width ,Height :_dagg .Height ,FillEnabled :_dagg .FillEnabled ,FillColor :_dagg .FillColor ,BorderEnabled :_dagg .BorderEnabled ,BorderWidth :2*_dagg .BorderWidth ,BorderColor :_dagg .BorderColor ,Opacity :_dagg .Opacity }; +_cggea ,_ccab ,_dceb :=_effb .Draw (_becc );if _dceb !=nil {return nil ,nil ,nil ,_dceb ;};_fdaf :=&_ec .PdfRectangle {};_fdaf .Llx =_dagg .X +_ccab .Llx ;_fdaf .Lly =_dagg .Y +_ccab .Lly ;_fdaf .Urx =_dagg .X +_ccab .Urx ;_fdaf .Ury =_dagg .Y +_ccab .Ury ; +return _cggea ,_ccab ,_fdaf ,nil ;}; // CreateCircleAnnotation creates a circle/ellipse annotation object with appearance stream that can be added to // page PDF annotations. -func CreateCircleAnnotation (circDef CircleAnnotationDef )(*_ge .PdfAnnotation ,error ){_cb :=_ge .NewPdfAnnotationCircle ();if circDef .BorderEnabled {_fb ,_ag ,_cg :=circDef .BorderColor .R (),circDef .BorderColor .G (),circDef .BorderColor .B ();_cb .C =_dd .MakeArrayFromFloats ([]float64 {_fb ,_ag ,_cg }); -_bg :=_ge .NewBorderStyle ();_bg .SetBorderWidth (circDef .BorderWidth );_cb .BS =_bg .ToPdfObject ();};if circDef .FillEnabled {_ed ,_ddd ,_df :=circDef .FillColor .R (),circDef .FillColor .G (),circDef .FillColor .B ();_cb .IC =_dd .MakeArrayFromFloats ([]float64 {_ed ,_ddd ,_df }); -}else {_cb .IC =_dd .MakeArrayFromIntegers ([]int {});};if circDef .Opacity < 1.0{_cb .CA =_dd .MakeFloat (circDef .Opacity );};_bd ,_bce ,_gc :=_be (circDef );if _gc !=nil {return nil ,_gc ;};_cb .AP =_bd ;_cb .Rect =_dd .MakeArrayFromFloats ([]float64 {_bce .Llx ,_bce .Lly ,_bce .Urx ,_bce .Ury }); -return _cb .PdfAnnotation ,nil ;}; +func CreateCircleAnnotation (circDef CircleAnnotationDef )(*_ec .PdfAnnotation ,error ){_fba :=_ec .NewPdfAnnotationCircle ();if circDef .BorderEnabled {_df ,_ga ,_fc :=circDef .BorderColor .R (),circDef .BorderColor .G (),circDef .BorderColor .B ();_fba .C =_cd .MakeArrayFromFloats ([]float64 {_df ,_ga ,_fc }); +_fg :=_ec .NewBorderStyle ();_fg .SetBorderWidth (circDef .BorderWidth );_fba .BS =_fg .ToPdfObject ();};if circDef .FillEnabled {_eb ,_ffa ,_cf :=circDef .FillColor .R (),circDef .FillColor .G (),circDef .FillColor .B ();_fba .IC =_cd .MakeArrayFromFloats ([]float64 {_eb ,_ffa ,_cf }); +}else {_fba .IC =_cd .MakeArrayFromIntegers ([]int {});};if circDef .Opacity < 1.0{_fba .CA =_cd .MakeFloat (circDef .Opacity );};_ef ,_bc ,_cge :=_gc (circDef );if _cge !=nil {return nil ,_cge ;};_fba .AP =_ef ;_fba .Rect =_cd .MakeArrayFromFloats ([]float64 {_bc .Llx ,_bc .Lly ,_bc .Urx ,_bc .Ury }); +return _fba .PdfAnnotation ,nil ;};func (_cdf *AppearanceFont )fillName (){if _cdf .Font ==nil ||_cdf .Name !=""{return ;};_dgc :=_cdf .Font .FontDescriptor ();if _dgc ==nil ||_dgc .FontName ==nil {return ;};_cdf .Name =_dgc .FontName .String ();};func _baeb (_dbgf [][]_ea .CubicBezierCurve ,_dfbf *_ec .PdfColorDeviceRGB ,_cbfb float64 )([]byte ,*_ec .PdfRectangle ,error ){_gbcf :=_g .NewContentCreator (); +_gbcf .Add_q ().SetStrokingColor (_dfbf ).Add_w (_cbfb );_fgbbc :=_ea .NewCubicBezierPath ();for _ ,_cce :=range _dbgf {_fgbbc .Curves =append (_fgbbc .Curves ,_cce ...);for _bdfb ,_gec :=range _cce {if _bdfb ==0{_gbcf .Add_m (_gec .P0 .X ,_gec .P0 .Y ); +}else {_gbcf .Add_l (_gec .P0 .X ,_gec .P0 .Y );};_gbcf .Add_c (_gec .P1 .X ,_gec .P1 .Y ,_gec .P2 .X ,_gec .P2 .Y ,_gec .P3 .X ,_gec .P3 .Y );};};_gbcf .Add_S ().Add_Q ();return _gbcf .Bytes (),_fgbbc .GetBoundingBox ().ToPdfRectangle (),nil ;};func _gabg (_abda []*SignatureLine ,_cfca *SignatureFieldOpts )(*_cd .PdfObjectDictionary ,error ){if _cfca ==nil {_cfca =NewSignatureFieldOpts (); +};var _gba error ;var _abcb *_cd .PdfObjectName ;_gdcb :=_cfca .Font ;if _gdcb !=nil {_cgab ,_ :=_gdcb .GetFontDescriptor ();if _cgab !=nil {if _cdee ,_cbcb :=_cgab .FontName .(*_cd .PdfObjectName );_cbcb {_abcb =_cdee ;};};if _abcb ==nil {_abcb =_cd .MakeName ("\u0046\u006f\u006et\u0031"); +};}else {if _gdcb ,_gba =_ec .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");_gba !=nil {return nil ,_gba ;};_abcb =_cd .MakeName ("\u0048\u0065\u006c\u0076");};_gea :=_cfca .FontSize ;if _gea <=0{_gea =10;};if _cfca .LineHeight <=0{_cfca .LineHeight =1; +};_ceae :=_cfca .LineHeight *_gea ;_eefe ,_ccde :=_gdcb .GetRuneMetrics (' ');if !_ccde {return nil ,_cg .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); +};_feab :=_eefe .Wx ;var _ecb float64 ;var _bafe []string ;for _ ,_bfbc :=range _abda {if _bfbc .Text ==""{continue ;};_bdgg :=_bfbc .Text ;if _bfbc .Desc !=""{_bdgg =_bfbc .Desc +"\u003a\u0020"+_bdgg ;};_bafe =append (_bafe ,_bdgg );var _cgd float64 ; +for _ ,_bbab :=range _bdgg {_dbd ,_dfac :=_gdcb .GetRuneMetrics (_bbab );if !_dfac {continue ;};_cgd +=_dbd .Wx ;};if _cgd > _ecb {_ecb =_cgd ;};};_ecb =_ecb *_gea /1000.0;_edad :=float64 (len (_bafe ))*_ceae ;_bfbb :=_cfca .Image !=nil ;_bagb :=_cfca .Rect ; +if _bagb ==nil {_bagb =[]float64 {0,0,_ecb ,_edad };if _bfbb {_bagb [2]=_ecb *2;_bagb [3]=_edad *2;};_cfca .Rect =_bagb ;};_dbfb :=_bagb [2]-_bagb [0];_cebe :=_bagb [3]-_bagb [1];_dbde ,_gda :=_bagb ,_bagb ;var _eefeb ,_bdfd float64 ;if _bfbb &&len (_bafe )> 0{if _cfca .ImagePosition <=SignatureImageRight {_fdaa :=[]float64 {_bagb [0],_bagb [1],_bagb [0]+(_dbfb /2),_bagb [3]}; +_egc :=[]float64 {_bagb [0]+(_dbfb /2),_bagb [1],_bagb [2],_bagb [3]};if _cfca .ImagePosition ==SignatureImageLeft {_dbde ,_gda =_fdaa ,_egc ;}else {_dbde ,_gda =_egc ,_fdaa ;};}else {_eccc :=[]float64 {_bagb [0],_bagb [1],_bagb [2],_bagb [1]+(_cebe /2)}; +_fcdf :=[]float64 {_bagb [0],_bagb [1]+(_cebe /2),_bagb [2],_bagb [3]};if _cfca .ImagePosition ==SignatureImageTop {_dbde ,_gda =_fcdf ,_eccc ;}else {_dbde ,_gda =_eccc ,_fcdf ;};};};_eefeb =_gda [2]-_gda [0];_bdfd =_gda [3]-_gda [1];var _dbb float64 ; +if _cfca .AutoSize {if _ecb > _eefeb ||_edad > _bdfd {_cggg :=_a .Min (_eefeb /_ecb ,_bdfd /_edad );_gea *=_cggg ;};_ceae =_cfca .LineHeight *_gea ;_dbb +=(_bdfd -float64 (len (_bafe ))*_ceae )/2;};_dfd :=_g .NewContentCreator ();_dbed :=_ec .NewPdfPageResources (); +_dbed .SetFontByName (*_abcb ,_gdcb .ToPdfObject ());if _cfca .BorderSize <=0{_cfca .BorderSize =0;_cfca .BorderColor =_ec .NewPdfColorDeviceGray (1);};_dfd .Add_q ();if _cfca .FillColor !=nil {_dfd .SetNonStrokingColor (_cfca .FillColor );};if _cfca .BorderColor !=nil {_dfd .SetStrokingColor (_cfca .BorderColor ); +};_dfd .Add_w (_cfca .BorderSize ).Add_re (_bagb [0],_bagb [1],_dbfb ,_cebe );if _cfca .FillColor !=nil &&_cfca .BorderColor !=nil {_dfd .Add_B ();}else if _cfca .FillColor !=nil {_dfd .Add_f ();}else if _cfca .BorderColor !=nil {_dfd .Add_S ();};_dfd .Add_Q (); +if _cfca .WatermarkImage !=nil {_cbgc :=[]float64 {_bagb [0],_bagb [1],_bagb [2],_bagb [3]};_gcad ,_bbdc ,_def :=_fbed (_cfca .WatermarkImage ,"\u0049\u006d\u0061\u0067\u0065\u0057\u0061\u0074\u0065r\u006d\u0061\u0072\u006b",_cfca ,_cbgc ,_dfd );if _def !=nil {return nil ,_def ; +};_dbed .SetXObjectImageByName (*_gcad ,_bbdc );};_dfd .Add_q ();_dfd .Translate (_gda [0],_gda [3]-_ceae -_dbb );_dfd .Add_BT ();_ecdc :=_gdcb .Encoder ();for _ ,_bbcff :=range _bafe {var _ebde []byte ;for _ ,_dgacd :=range _bbcff {if _dg .IsSpace (_dgacd ){if len (_ebde )> 0{_dfd .SetNonStrokingColor (_cfca .TextColor ).Add_Tf (*_abcb ,_gea ).Add_TL (_ceae ).Add_TJ ([]_cd .PdfObject {_cd .MakeStringFromBytes (_ebde )}...); +_ebde =nil ;};_dfd .Add_Tf (*_abcb ,_gea ).Add_TL (_ceae ).Add_TJ ([]_cd .PdfObject {_cd .MakeFloat (-_feab )}...);}else {_ebde =append (_ebde ,_ecdc .Encode (string (_dgacd ))...);};};if len (_ebde )> 0{_dfd .SetNonStrokingColor (_cfca .TextColor ).Add_Tf (*_abcb ,_gea ).Add_TL (_ceae ).Add_TJ ([]_cd .PdfObject {_cd .MakeStringFromBytes (_ebde )}...); +};_dfd .Add_Td (0,-_ceae );};_dfd .Add_ET ();_dfd .Add_Q ();if _bfbb {_aef ,_cfa ,_cbgcg :=_fbed (_cfca .Image ,"\u0049\u006d\u0061\u0067\u0065\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065",_cfca ,_dbde ,_dfd );if _cbgcg !=nil {return nil ,_cbgcg ; +};_dbed .SetXObjectImageByName (*_aef ,_cfa );};_cbf :=_ec .NewXObjectForm ();_cbf .Resources =_dbed ;_cbf .BBox =_cd .MakeArrayFromFloats (_bagb );_cbf .SetContentStream (_dfd .Bytes (),_ebf ());_gcc :=_cd .MakeDict ();_gcc .Set ("\u004e",_cbf .ToPdfObject ()); +return _gcc ,nil ;};func _ebf ()_cd .StreamEncoder {return _cd .NewFlateEncoder ()}; + +// NewSignatureFieldOpts returns a new initialized instance of options +// used to generate a signature appearance. +func NewSignatureFieldOpts ()*SignatureFieldOpts {return &SignatureFieldOpts {Font :_ec .DefaultFont (),FontSize :10,LineHeight :1,AutoSize :true ,TextColor :_ec .NewPdfColorDeviceGray (0),BorderColor :_ec .NewPdfColorDeviceGray (0),FillColor :_ec .NewPdfColorDeviceGray (1),Encoder :_cd .NewFlateEncoder (),ImagePosition :SignatureImageLeft }; +};func _fgd (_cdd *_ec .PdfAcroForm ,_ecdb *_ec .PdfAnnotationWidget ,_bcbc *_ec .PdfFieldChoice ,_cagc AppearanceStyle )(*_cd .PdfObjectDictionary ,error ){_bed ,_fefeb :=_cd .GetArray (_ecdb .Rect );if !_fefeb {return nil ,_cg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); +};_agad ,_edg :=_ec .NewPdfRectangle (*_bed );if _edg !=nil {return nil ,_edg ;};_afgg ,_ccd :=_agad .Width (),_agad .Height ();_f .Log .Debug ("\u0043\u0068\u006f\u0069\u0063\u0065\u002c\u0020\u0077\u0061\u0020\u0042S\u003a\u0020\u0025\u0076",_ecdb .BS ); +_gae ,_edg :=_g .NewContentStreamParser (_bdadc (_bcbc .PdfField )).Parse ();if _edg !=nil {return nil ,_edg ;};_gca ,_fefb :=_cd .GetDict (_ecdb .MK );if _fefb {_fcf ,_ :=_cd .GetDict (_ecdb .BS );_egfea :=_cagc .applyAppearanceCharacteristics (_gca ,_fcf ,nil ); +if _egfea !=nil {return nil ,_egfea ;};};_ccb :=_cd .MakeDict ();for _ ,_afggb :=range _bcbc .Opt .Elements (){if _bcg ,_bcdf :=_cd .GetArray (_afggb );_bcdf &&_bcg .Len ()==2{_afggb =_bcg .Get (1);};var _ggg string ;if _daee ,_fea :=_cd .GetString (_afggb ); +_fea {_ggg =_daee .Decoded ();}else if _gfg ,_cac :=_cd .GetName (_afggb );_cac {_ggg =_gfg .String ();}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004f\u0070\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u002f\u0073\u0074\u0072\u0069\u006e\u0067 \u002d\u0020\u0025\u0054",_afggb ); +return nil ,_cg .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u002f\u0073t\u0072\u0069\u006e\u0067");};if len (_ggg )> 0{_aecc ,_bgd :=_bcbb (_bcbc .PdfField ,_afgg ,_ccd ,_ggg ,_cagc ,_gae ,_cdd .DR ,_gca );if _bgd !=nil {return nil ,_bgd ; +};_ccb .Set (*_cd .MakeName (_ggg ),_aecc .ToPdfObject ());};};_fee :=_cd .MakeDict ();_fee .Set ("\u004e",_ccb );return _fee ,nil ;}; + +// NewCheckboxField generates a new checkbox field with partial name `name` at location `rect` +// on specified `page` and with field specific options `opt`. +func NewCheckboxField (page *_ec .PdfPage ,name string ,rect []float64 ,opt CheckboxFieldOptions )(*_ec .PdfFieldButton ,error ){if page ==nil {return nil ,_cg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +};if len (name )<=0{return nil ,_cg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_cg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_gfbc ,_agaa :=_ec .NewStandard14Font (_ec .ZapfDingbatsName );if _agaa !=nil {return nil ,_agaa ;};_bbbe :=_ec .NewPdfField ();_gbff :=&_ec .PdfFieldButton {};_bbbe .SetContext (_gbff );_gbff .PdfField =_bbbe ;_gbff .T =_cd .MakeString (name );_gbff .SetType (_ec .ButtonTypeCheckbox ); +_faec :="\u004f\u0066\u0066";if opt .Checked {_faec ="\u0059\u0065\u0073";};_gbff .V =_cd .MakeName (_faec );_cdb :=_ec .NewPdfAnnotationWidget ();_cdb .Rect =_cd .MakeArrayFromFloats (rect );_cdb .P =page .ToPdfObject ();_cdb .F =_cd .MakeInteger (4); +_cdb .Parent =_gbff .ToPdfObject ();_eeac :=rect [2]-rect [0];_aabb :=rect [3]-rect [1];var _fcc _d .Buffer ;_fcc .WriteString ("\u0071\u000a");_fcc .WriteString ("\u0030 \u0030\u0020\u0031\u0020\u0072\u0067\n");_fcc .WriteString ("\u0042\u0054\u000a"); +_fcc .WriteString ("\u002f\u005a\u0061D\u0062\u0020\u0031\u0032\u0020\u0054\u0066\u000a");_fcc .WriteString ("\u0045\u0054\u000a");_fcc .WriteString ("\u0051\u000a");_bfc :=_g .NewContentCreator ();_bfc .Add_q ();_bfc .Add_rg (0,0,1);_bfc .Add_BT ();_bfc .Add_Tf (*_cd .MakeName ("\u005a\u0061\u0044\u0062"),12); +_bfc .Add_Td (0,0);_bfc .Add_ET ();_bfc .Add_Q ();_aba :=_ec .NewXObjectForm ();_aba .SetContentStream (_bfc .Bytes (),_cd .NewRawEncoder ());_aba .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_eeac ,_aabb });_aba .Resources =_ec .NewPdfPageResources (); +_aba .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gfbc .ToPdfObject ());_bfc =_g .NewContentCreator ();_bfc .Add_q ();_bfc .Add_re (0,0,_eeac ,_aabb );_bfc .Add_W ().Add_n ();_bfc .Add_rg (0,0,1);_bfc .Translate (0,3.0);_bfc .Add_BT ();_bfc .Add_Tf (*_cd .MakeName ("\u005a\u0061\u0044\u0062"),12); +_bfc .Add_Td (0,0);_bfc .Add_Tj (*_cd .MakeString ("\u0034"));_bfc .Add_ET ();_bfc .Add_Q ();_fgca :=_ec .NewXObjectForm ();_fgca .SetContentStream (_bfc .Bytes (),_cd .NewRawEncoder ());_fgca .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_eeac ,_aabb }); +_fgca .Resources =_ec .NewPdfPageResources ();_fgca .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_gfbc .ToPdfObject ());_bdgf :=_cd .MakeDict ();_bdgf .Set ("\u004f\u0066\u0066",_aba .ToPdfObject ());_bdgf .Set ("\u0059\u0065\u0073",_fgca .ToPdfObject ()); +_efcc :=_cd .MakeDict ();_efcc .Set ("\u004e",_bdgf );_cdb .AP =_efcc ;_cdb .AS =_cd .MakeName (_faec );_gbff .Annotations =append (_gbff .Annotations ,_cdb );return _gbff ,nil ;};func _eca (_bf *_ec .PdfAnnotationWidget ,_bcaf *_ec .PdfFieldButton ,_cagb *_ec .PdfPageResources ,_feb AppearanceStyle )(*_cd .PdfObjectDictionary ,error ){_fcbd ,_agf :=_cd .GetArray (_bf .Rect ); +if !_agf {return nil ,_cg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_afdb ,_ded :=_ec .NewPdfRectangle (*_fcbd );if _ded !=nil {return nil ,_ded ;};_bgcd ,_ffc :=_afdb .Width (),_afdb .Height ();_eade ,_ggee :=_bgcd ,_ffc ; +_f .Log .Debug ("\u0043\u0068\u0065\u0063kb\u006f\u0078\u002c\u0020\u0077\u0061\u0020\u0042\u0053\u003a\u0020\u0025\u0076",_bf .BS );_ccaf ,_ded :=_ec .NewStandard14Font ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073");if _ded !=nil {return nil ,_ded ; +};_ecc ,_baecc :=_cd .GetDict (_bf .MK );if _baecc {_fbb ,_ :=_cd .GetDict (_bf .BS );_ceg :=_feb .applyAppearanceCharacteristics (_ecc ,_fbb ,_ccaf );if _ceg !=nil {return nil ,_ceg ;};};_bfb :=_ec .NewXObjectForm ();{_bab :=_g .NewContentCreator ();if _feb .BorderSize > 0{_ffe (_bab ,_feb ,_bgcd ,_ffc ); +};if _feb .DrawAlignmentReticle {_ccg :=_feb ;_ccg .BorderSize =0.2;_degc (_bab ,_ccg ,_bgcd ,_ffc );};_bgcd ,_ffc =_feb .applyRotation (_ecc ,_bgcd ,_ffc ,_bab );_gdcd :=_feb .AutoFontSizeFraction *_ffc ;_fagb ,_bee :=_ccaf .GetRuneMetrics (_feb .CheckmarkRune ); +if !_bee {return nil ,_cg .New ("\u0067l\u0079p\u0068\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_edb :=_ccaf .Encoder ();_eaeb :=_edb .Encode (string (_feb .CheckmarkRune ));_becf :=_fagb .Wx *_gdcd /1000.0;_ffd :=705.0;_fede :=_ffd /1000.0*_gdcd ; +_dde :=_ged ;if _feb .MarginLeft !=nil {_dde =*_feb .MarginLeft ;};_fedea :=1.0;if _becf < _bgcd {_dde =(_bgcd -_becf )/2.0;};if _fede < _ffc {_fedea =(_ffc -_fede )/2.0;};_bab .Add_q ().Add_g (0).Add_BT ().Add_Tf ("\u005a\u0061\u0044\u0062",_gdcd ).Add_Td (_dde ,_fedea ).Add_Tj (*_cd .MakeStringFromBytes (_eaeb )).Add_ET ().Add_Q (); +_bfb .Resources =_ec .NewPdfPageResources ();_bfb .Resources .SetFontByName ("\u005a\u0061\u0044\u0062",_ccaf .ToPdfObject ());_bfb .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_eade ,_ggee });_bfb .SetContentStream (_bab .Bytes (),_ebf ());};_bbb :=_ec .NewXObjectForm (); +{_bddc :=_g .NewContentCreator ();if _feb .BorderSize > 0{_ffe (_bddc ,_feb ,_bgcd ,_ffc );};_bbb .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_eade ,_ggee });_bbb .SetContentStream (_bddc .Bytes (),_ebf ());};_efb :=_cd .PdfObjectName ("\u0059\u0065\u0073"); +_ceb ,_baecc :=_cd .GetDict (_bf .PdfAnnotation .AP );if _baecc &&_ceb !=nil {_bbg :=_cd .TraceToDirectObject (_ceb .Get ("\u004e"));switch _dbcg :=_bbg .(type ){case *_cd .PdfObjectDictionary :_fgbb :=_dbcg .Keys ();for _ ,_gddf :=range _fgbb {if _gddf !="\u004f\u0066\u0066"{_efb =_gddf ; +};};};};_gdga :=_cd .MakeDict ();_gdga .Set ("\u004f\u0066\u0066",_bbb .ToPdfObject ());_gdga .Set (_efb ,_bfb .ToPdfObject ());_aecf :=_cd .MakeDict ();_aecf .Set ("\u004e",_gdga );return _aecf ,nil ;}; + +// ImageFieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams +// for attaching an image to a button field. +type ImageFieldAppearance struct{OnlyIfMissing bool ;_cgfa *AppearanceStyle ;};func _bddg (_efced []float64 )[]float64 {var (_gefe =len (_efced );_gcegb =make ([]float64 ,_gefe );_gfcd =make ([]float64 ,_gefe ););_bcec :=2.0;_gcegb [0]=_efced [0]/_bcec ; +for _cba :=1;_cba < _gefe ;_cba ++{_gfcd [_cba ]=1/_bcec ;if _cba < _gefe -1{_bcec =4.0;}else {_bcec =3.5;};_bcec -=_gfcd [_cba ];_gcegb [_cba ]=(_efced [_cba ]-_gcegb [_cba -1])/_bcec ;};for _gcea :=1;_gcea < _gefe ;_gcea ++{_gcegb [_gefe -_gcea -1]-=_gfcd [_gefe -_gcea ]*_gcegb [_gefe -_gcea ]; +};return _gcegb ;}; + +// NewFormResetButtonField would create a reset button in specified page according to the parameter in `FormResetActionOptions`. +func NewFormResetButtonField (page *_ec .PdfPage ,opt FormResetActionOptions )(*_ec .PdfFieldButton ,error ){_babc :=_ec .NewPdfActionResetForm ();_babc .Fields =opt .Fields ;_babc .Flags =_cd .MakeInteger (0);if opt .IsExclusionList {_babc .Flags =_cd .MakeInteger (1); +};_acdea ,_cccd :=_agba (page ,opt .Rectangle ,"\u0062\u0074\u006e\u0052\u0065\u0073\u0065\u0074",opt .Label ,opt .LabelColor ,opt .Font ,opt .FontSize ,_babc .ToPdfObject ());if _cccd !=nil {return nil ,_cccd ;};return _acdea ,nil ;}; + +// TextFieldOptions defines optional parameter for a text field in a form. +type TextFieldOptions struct{MaxLen int ;Value string ; + +// TextColor defines the color of the text in hex format. e.g #43fd23. +// If it has an invalid value a #000000 (black) color is taken as default +TextColor string ; + +// FontName defines the font of the text. Helvetica font is the default one. +// It is recommended to use one of 14 standard PDF fonts. +FontName string ; + +// FontSize defines the font size of the text, 12 is used by default. +FontSize int ;}; + +// CircleAnnotationDef defines a circle annotation or ellipse at position (X, Y) and Width and Height. +// The annotation has various style parameters including Fill and Border options and Opacity. +type CircleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ec .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ec .PdfColorDeviceRGB ;Opacity float64 ;}; + +// CreateLineAnnotation creates a line annotation object that can be added to page PDF annotations. +func CreateLineAnnotation (lineDef LineAnnotationDef )(*_ec .PdfAnnotation ,error ){_bgb :=_ec .NewPdfAnnotationLine ();_bgb .L =_cd .MakeArrayFromFloats ([]float64 {lineDef .X1 ,lineDef .Y1 ,lineDef .X2 ,lineDef .Y2 });_efde :=_cd .MakeName ("\u004e\u006f\u006e\u0065"); +if lineDef .LineEndingStyle1 ==_ea .LineEndingStyleArrow {_efde =_cd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077");};_fga :=_cd .MakeName ("\u004e\u006f\u006e\u0065");if lineDef .LineEndingStyle2 ==_ea .LineEndingStyleArrow {_fga =_cd .MakeName ("C\u006c\u006f\u0073\u0065\u0064\u0041\u0072\u0072\u006f\u0077"); +};_bgb .LE =_cd .MakeArray (_efde ,_fga );if lineDef .Opacity < 1.0{_bgb .CA =_cd .MakeFloat (lineDef .Opacity );};_fbge ,_bafd ,_bedc :=lineDef .LineColor .R (),lineDef .LineColor .G (),lineDef .LineColor .B ();_bgb .IC =_cd .MakeArrayFromFloats ([]float64 {_fbge ,_bafd ,_bedc }); +_bgb .C =_cd .MakeArrayFromFloats ([]float64 {_fbge ,_bafd ,_bedc });_baae :=_ec .NewBorderStyle ();_baae .SetBorderWidth (lineDef .LineWidth );_bgb .BS =_baae .ToPdfObject ();_eggg ,_dgbf ,_bgegf :=_fdg (lineDef );if _bgegf !=nil {return nil ,_bgegf ; +};_bgb .AP =_eggg ;_bgb .Rect =_cd .MakeArrayFromFloats ([]float64 {_dgbf .Llx ,_dgbf .Lly ,_dgbf .Urx ,_dgbf .Ury });return _bgb .PdfAnnotation ,nil ;}; + +// Style returns the appearance style of `fa`. If not specified, returns default style. +func (_cgag ImageFieldAppearance )Style ()AppearanceStyle {if _cgag ._cgfa !=nil {return *_cgag ._cgfa ;};return AppearanceStyle {BorderSize :0.0,BorderColor :_ec .NewPdfColorDeviceGray (0),FillColor :_ec .NewPdfColorDeviceGray (1),DrawAlignmentReticle :false }; +};type quadding int ; + +// NewSignatureField returns a new signature field with a visible appearance +// containing the specified signature lines and styled according to the +// specified options. +func NewSignatureField (signature *_ec .PdfSignature ,lines []*SignatureLine ,opts *SignatureFieldOpts )(*_ec .PdfFieldSignature ,error ){if signature ==nil {return nil ,_cg .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); +};_gbcd ,_aafb :=_gabg (lines ,opts );if _aafb !=nil {return nil ,_aafb ;};_gcd :=_ec .NewPdfFieldSignature (signature );_gcd .Rect =_cd .MakeArrayFromFloats (opts .Rect );_gcd .AP =_gbcd ;return _gcd ,nil ;};func _daac (_aaff *_ec .PdfFieldButton ,_bcdd *_ec .PdfAnnotationWidget ,_gef AppearanceStyle )(*_cd .PdfObjectDictionary ,error ){_gfbcd ,_fcfa :=_cd .GetArray (_bcdd .Rect ); +if !_fcfa {return nil ,_cg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_acfc ,_bgea :=_ec .NewPdfRectangle (*_gfbcd );if _bgea !=nil {return nil ,_bgea ;};_cfbc ,_cgce :=_acfc .Width (),_acfc .Height ();_gddb :=_g .NewContentCreator (); +if _gef .BorderSize > 0{_ffe (_gddb ,_gef ,_cfbc ,_cgce );};if _gef .DrawAlignmentReticle {_adade :=_gef ;_adade .BorderSize =0.2;_degc (_gddb ,_adade ,_cfbc ,_cgce );};_eeag :=_aaff .GetFillImage ();_bcgd ,_bgea :=_bgef (_cfbc ,_cgce ,_eeag ,_gef );if _bgea !=nil {return nil ,_bgea ; +};_gbba ,_bcbdf :=_cd .GetDict (_bcdd .MK );if _bcbdf {_gbba .Set ("\u006c",_bcgd .ToPdfObject ());};_dbef :=_cd .MakeDict ();_dbef .Set ("\u0046\u0052\u004d",_bcgd .ToPdfObject ());_dcba :=_ec .NewPdfPageResources ();_dcba .ProcSet =_cd .MakeArray (_cd .MakeName ("\u0050\u0044\u0046")); +_dcba .XObject =_dbef ;_fgdd :=_cfbc -2;_ebbg :=_cgce -2;_gddb .Add_q ();_gddb .Add_re (1,1,_fgdd ,_ebbg );_gddb .Add_W ();_gddb .Add_n ();_fgdd -=2;_ebbg -=2;_gddb .Add_q ();_gddb .Add_re (2,2,_fgdd ,_ebbg );_gddb .Add_W ();_gddb .Add_n ();_agfe :=_a .Min (_fgdd /float64 (_eeag .Width ),_ebbg /float64 (_eeag .Height )); +_gddb .Add_cm (_agfe ,0,0,_agfe ,(_cfbc /2)-(float64 (_eeag .Width )*_agfe /2)+2,2);_gddb .Add_Do ("\u0046\u0052\u004d");_gddb .Add_Q ();_gddb .Add_Q ();_aag :=_ec .NewXObjectForm ();_aag .FormType =_cd .MakeInteger (1);_aag .Resources =_dcba ;_aag .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_cfbc ,_cgce }); +_aag .Matrix =_cd .MakeArrayFromFloats ([]float64 {1.0,0.0,0.0,1.0,0.0,0.0});_aag .SetContentStream (_gddb .Bytes (),_ebf ());_dba :=_cd .MakeDict ();_dba .Set ("\u004e",_aag .ToPdfObject ());return _dba ,nil ;};func (_afcg *AppearanceStyle )applyRotation (_fbfc *_cd .PdfObjectDictionary ,_fabf ,_agda float64 ,_cbg *_g .ContentCreator )(float64 ,float64 ){if !_afcg .AllowMK {return _fabf ,_agda ; +};if _fbfc ==nil {return _fabf ,_agda ;};_dbe ,_ :=_cd .GetNumberAsFloat (_fbfc .Get ("\u0052"));if _dbe ==0{return _fabf ,_agda ;};_gcf :=-_dbe ;_dcfb :=_ea .Path {Points :[]_ea .Point {_ea .NewPoint (0,0).Rotate (_gcf ),_ea .NewPoint (_fabf ,0).Rotate (_gcf ),_ea .NewPoint (0,_agda ).Rotate (_gcf ),_ea .NewPoint (_fabf ,_agda ).Rotate (_gcf )}}.GetBoundingBox (); +_cbg .RotateDeg (_dbe );_cbg .Translate (_dcfb .X ,_dcfb .Y );return _dcfb .Width ,_dcfb .Height ;};func _aedf (_gcaa *InkAnnotationDef )(*_cd .PdfObjectDictionary ,*_ec .PdfRectangle ,error ){_fefea :=_ec .NewXObjectForm ();_ceff ,_bdac ,_afde :=_acbc (_gcaa ); +if _afde !=nil {return nil ,nil ,_afde ;};_afde =_fefea .SetContentStream (_ceff ,nil );if _afde !=nil {return nil ,nil ,_afde ;};_fefea .BBox =_bdac .ToPdfObject ();_fefea .Resources =_ec .NewPdfPageResources ();_fefea .Resources .ProcSet =_cd .MakeArray (_cd .MakeName ("\u0050\u0044\u0046")); +_dede :=_cd .MakeDict ();_dede .Set ("\u004e",_fefea .ToPdfObject ());return _dede ,_bdac ,nil ;}; // AppearanceStyle defines style parameters for appearance stream generation. type AppearanceStyle struct{ @@ -492,7 +393,7 @@ type AppearanceStyle struct{ AutoFontSizeFraction float64 ; // CheckmarkRune is a rune used for check mark in checkboxes (for ZapfDingbats font). -CheckmarkRune rune ;BorderSize float64 ;BorderColor _ge .PdfColor ;FillColor _ge .PdfColor ; +CheckmarkRune rune ;BorderSize float64 ;BorderColor _ec .PdfColor ;FillColor _ec .PdfColor ; // Multiplier for lineheight for multi line text. MultilineLineHeight float64 ;MultilineVAlignMiddle bool ; @@ -508,23 +409,50 @@ Fonts *AppearanceFontStyle ; // MarginLeft represents the amount of space to leave on the left side of // the form field bounding box when generating appearances (default: 2.0). -MarginLeft *float64 ;TextColor _ge .PdfColor ;}; +MarginLeft *float64 ;TextColor _ec .PdfColor ;}; -// NewSignatureLine returns a new signature line displayed as a part of the -// signature field appearance. -func NewSignatureLine (desc ,text string )*SignatureLine {return &SignatureLine {Desc :desc ,Text :text };}; +// FormSubmitActionOptions holds options for creating a form submit button. +type FormSubmitActionOptions struct{ -// InkAnnotationDef holds base information for constructing an ink annotation. -type InkAnnotationDef struct{ +// Rectangle holds the button position, size, and color. +Rectangle _ea .Rectangle ; -// Paths is the array of stroked paths which compose the annotation. -Paths []_c .Path ; +// Url specifies the URL where the fieds will be submitted. +Url string ; -// Color is the color of the line. Default to black. -Color *_ge .PdfColorDeviceRGB ; +// Label specifies the text that would be displayed on the button. +Label string ; -// LineWidth is the width of the line. -LineWidth float64 ;};type quadding int ; +// LabelColor specifies the button label color. +LabelColor _ec .PdfColor ; + +// Font specifies a font used for rendering the button label. +// When omitted it will fallback to use a Helvetica font. +Font *_ec .PdfFont ; + +// FontSize specifies the font size used in rendering the button label. +// The default font size is 12pt. +FontSize *float64 ; + +// Fields specifies list of fields that could be submitted. +// This list may contain indirect object to fields or field names. +Fields *_cd .PdfObjectArray ; + +// IsExclusionList specifies that the fields contain in `Fields` array would not be submitted. +IsExclusionList bool ; + +// IncludeEmptyFields specifies if all fields would be submitted even though it's value is empty. +IncludeEmptyFields bool ; + +// SubmitAsPDF specifies that the document shall be submitted as PDF. +// If set then all the other flags shall be ignored. +SubmitAsPDF bool ;};func _bdadc (_bbde *_ec .PdfField )string {if _bbde ==nil {return "";};_fedec ,_cdfgb :=_bbde .GetContext ().(*_ec .PdfFieldText );if !_cdfgb {return _bdadc (_bbde .Parent );};if _fedec .DA !=nil {return _fedec .DA .Str ();};return _bdadc (_fedec .Parent ); +}; + +// RectangleAnnotationDef is a rectangle defined with a specified Width and Height and a lower left corner at (X,Y). +// The rectangle can optionally have a border and a filling color. +// The Width/Height includes the border (if any specified). +type RectangleAnnotationDef struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor *_ec .PdfColorDeviceRGB ;BorderEnabled bool ;BorderWidth float64 ;BorderColor *_ec .PdfColorDeviceRGB ;Opacity float64 ;}; // AppearanceFont represents a font used for generating the appearance of a // field in the filling/flattening process. @@ -535,82 +463,154 @@ type AppearanceFont struct{ Name string ; // Font represents the actual font used for the field appearance. -Font *_ge .PdfFont ; +Font *_ec .PdfFont ; // Size represents the size of the font used for the field appearance. // If the font size is 0, the value of the FallbackSize field of the // AppearanceFontStyle is used, if set. Otherwise, the font size is // calculated based on the available annotation height and on the // AutoFontSizeFraction field of the AppearanceStyle. -Size float64 ;};func _fbff (_dgcf *_g .ContentCreator ,_fgee AppearanceStyle ,_cgf ,_gefbf float64 ){_dgcf .Add_q ().Add_re (0,0,_cgf ,_gefbf ).Add_re (0,_gefbf /2,_cgf ,_gefbf /2).Add_re (0,0,_cgf ,_gefbf ).Add_re (_cgf /2,0,_cgf /2,_gefbf ).Add_w (_fgee .BorderSize ).SetStrokingColor (_fgee .BorderColor ).SetNonStrokingColor (_fgee .FillColor ).Add_B ().Add_Q (); -}; +Size float64 ;};func _agba (_aabf *_ec .PdfPage ,_gddfd _ea .Rectangle ,_cddg string ,_cadb string ,_fabc _ec .PdfColor ,_adfgb *_ec .PdfFont ,_cfdb *float64 ,_affg _cd .PdfObject )(*_ec .PdfFieldButton ,error ){_aabfd ,_gdb :=_gddfd .X ,_gddfd .Y ;_gbe :=_gddfd .Width ; +_bfg :=_gddfd .Height ;if _gddfd .FillColor ==nil {_gddfd .FillColor =_ec .NewPdfColorDeviceGray (0.7);};if _fabc ==nil {_fabc =_ec .NewPdfColorDeviceGray (0);};if _adfgb ==nil {_deeb ,_bgeg :=_ec .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); +if _bgeg !=nil {return nil ,_bgeg ;};_adfgb =_deeb ;};_ffacc :=_ec .NewPdfField ();_degf :=&_ec .PdfFieldButton {};_ffacc .SetContext (_degf );_degf .PdfField =_ffacc ;_degf .T =_cd .MakeString (_cddg );_degf .SetType (_ec .ButtonTypePush );_degf .V =_cd .MakeName ("\u004f\u0066\u0066"); +_degf .Ff =_cd .MakeInteger (4);_feed :=_cd .MakeDict ();_feed .Set (*_cd .MakeName ("\u0043\u0041"),_cd .MakeString (_cadb ));_ebfd ,_aggc :=_adfgb .GetFontDescriptor ();if _aggc !=nil {return nil ,_aggc ;};_fgda :=_cd .MakeName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a"); +_gcfbe :=12.0;if _ebfd !=nil &&_ebfd .FontName !=nil {_fgda ,_ =_cd .GetName (_ebfd .FontName );};if _cfdb !=nil {_gcfbe =*_cfdb ;};_deae :=_g .NewContentCreator ();_deae .Add_q ();_deae .SetNonStrokingColor (_gddfd .FillColor );_deae .Add_re (0,0,_gbe ,_bfg ); +_deae .Add_f ();_deae .Add_Q ();_deae .Add_q ();_deae .Add_BT ();_ffaa :=0.0;for _ ,_eee :=range _cadb {_fddb ,_efdd :=_adfgb .GetRuneMetrics (_eee );if !_efdd {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_eee ); +continue ;};_ffaa +=_fddb .Wx ;};_ffaa =_ffaa /1000.0*_gcfbe ;var _cdea float64 ;if _ebfd !=nil {_cdea ,_aggc =_ebfd .GetCapHeight ();if _aggc !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_aggc ); +};};if int (_cdea )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_cdea =1000;};_bedd :=_cdea /1000.0*_gcfbe ;_bfeb :=(_bfg -_bedd )/2.0;_aae :=(_gbe -_ffaa )/2.0;_deae .Add_Tf (*_fgda ,_gcfbe );_deae .SetNonStrokingColor (_fabc );_deae .Add_Td (_aae ,_bfeb );_deae .Add_Tj (*_cd .MakeString (_cadb ));_deae .Add_ET (); +_deae .Add_Q ();_dfaa :=_ec .NewXObjectForm ();_dfaa .SetContentStream (_deae .Bytes (),_cd .NewRawEncoder ());_dfaa .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_gbe ,_bfg });_dfaa .Resources =_ec .NewPdfPageResources ();_dfaa .Resources .SetFontByName (*_fgda ,_adfgb .ToPdfObject ()); +_bde :=_cd .MakeDict ();_bde .Set ("\u004e",_dfaa .ToPdfObject ());_ddb :=_ec .NewPdfAnnotationWidget ();_ddb .Rect =_cd .MakeArrayFromFloats ([]float64 {_aabfd ,_gdb ,_aabfd +_gbe ,_gdb +_bfg });_ddb .P =_aabf .ToPdfObject ();_ddb .F =_cd .MakeInteger (4); +_ddb .Parent =_degf .ToPdfObject ();_ddb .A =_affg ;_ddb .MK =_feed ;_ddb .AP =_bde ;_degf .Annotations =append (_degf .Annotations ,_ddb );return _degf ,nil ;};const (_adabb =1;_afgec =2;_bafa =4;_efce =8;_agce =16;_cegb =32;_caef =64;_agdf =128;_acde =256; +_gdad =512;_gcab =1024;_gfce =2048;_agbc =4096;); -// NewComboboxField generates a new combobox form field with partial name `name` at location `rect` -// on specified `page` and with field specific options `opt`. -func NewComboboxField (page *_ge .PdfPage ,name string ,rect []float64 ,opt ComboboxFieldOptions )(*_ge .PdfFieldChoice ,error ){if page ==nil {return nil ,_ec .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -};if len (name )<=0{return nil ,_ec .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");};if len (rect )!=4{return nil ,_ec .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_gebd :=_ge .NewPdfField ();_bgce :=&_ge .PdfFieldChoice {};_gebd .SetContext (_bgce );_bgce .PdfField =_gebd ;_bgce .T =_dd .MakeString (name );_bgce .Opt =_dd .MakeArray ();for _ ,_gcdf :=range opt .Choices {_bgce .Opt .Append (_dd .MakeString (_gcdf )); -};_bgce .SetFlag (_ge .FieldFlagCombo );_ebae :=_ge .NewPdfAnnotationWidget ();_ebae .Rect =_dd .MakeArrayFromFloats (rect );_ebae .P =page .ToPdfObject ();_ebae .F =_dd .MakeInteger (4);_ebae .Parent =_bgce .ToPdfObject ();_bgce .Annotations =append (_bgce .Annotations ,_ebae ); -return _bgce ,nil ;};const (_fgg quadding =0;_gaf quadding =1;_db quadding =2;_daag float64 =2.0;);func _bge (_feb *_ge .PdfField ,_deb ,_fggf float64 ,_edb string ,_aea AppearanceStyle ,_egef *_g .ContentStreamOperations ,_cba *_ge .PdfPageResources ,_cdc *_dd .PdfObjectDictionary )(*_ge .XObjectForm ,error ){_fgec :=_ge .NewPdfPageResources (); -_cda ,_cegc :=_deb ,_fggf ;_bbe :=_g .NewContentCreator ();if _aea .BorderSize > 0{_acf (_bbe ,_aea ,_deb ,_fggf );};if _aea .DrawAlignmentReticle {_bcecf :=_aea ;_bcecf .BorderSize =0.2;_fbff (_bbe ,_bcecf ,_deb ,_fggf );};_bbe .Add_BMC ("\u0054\u0078"); -_bbe .Add_q ();_bbe .Add_BT ();_deb ,_fggf =_aea .applyRotation (_cdc ,_deb ,_fggf ,_bbe );_afe ,_adbd ,_abbb :=_aea .processDA (_feb ,_egef ,_cba ,_fgec ,_bbe );if _abbb !=nil {return nil ,_abbb ;};_gab :=_afe .Font ;_caed :=_afe .Size ;_gbf :=_dd .MakeName (_afe .Name ); -_bfde :=_caed ==0;if _bfde &&_adbd {_caed =_fggf *_aea .AutoFontSizeFraction ;};_dgbg :=_gab .Encoder ();if _dgbg ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_dgbg =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};if len (_edb )==0{return nil ,nil ;};_aabf :=_daag ;if _aea .MarginLeft !=nil {_aabf =*_aea .MarginLeft ;};_gagg :=0.0;if _dgbg !=nil {for _ ,_ffcd :=range _edb {_bbaa ,_caeg :=_gab .GetRuneMetrics (_ffcd ); -if !_caeg {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_ffcd ); -continue ;};_gagg +=_bbaa .Wx ;};_edb =string (_dgbg .Encode (_edb ));};if _caed ==0||_bfde &&_gagg > 0&&_aabf +_gagg *_caed /1000.0> _deb {_caed =0.95*1000.0*(_deb -_aabf )/_gagg ;};_baa :=1.0*_caed ;_dcge :=2.0;{_gdd :=_baa ;if _bfde &&_dcge +_gdd > _fggf {_caed =0.95*(_fggf -_dcge ); -_baa =1.0*_caed ;_gdd =_baa ;};if _fggf > _gdd {_dcge =(_fggf -_gdd )/2.0;_dcge +=1.50;};};_bbe .Add_Tf (*_gbf ,_caed );_bbe .Add_Td (_aabf ,_dcge );_bbe .Add_Tj (*_dd .MakeString (_edb ));_bbe .Add_ET ();_bbe .Add_Q ();_bbe .Add_EMC ();_eea :=_ge .NewXObjectForm (); -_eea .Resources =_fgec ;_eea .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_cda ,_cegc });_eea .SetContentStream (_bbe .Bytes (),_aadc ());return _eea ,nil ;};func (_cdac *AppearanceStyle )applyRotation (_edda *_dd .PdfObjectDictionary ,_dcac ,_ace float64 ,_bfdfb *_g .ContentCreator )(float64 ,float64 ){if !_cdac .AllowMK {return _dcac ,_ace ; -};if _edda ==nil {return _dcac ,_ace ;};_dabf ,_ :=_dd .GetNumberAsFloat (_edda .Get ("\u0052"));if _dabf ==0{return _dcac ,_ace ;};_afg :=-_dabf ;_dfce :=_c .Path {Points :[]_c .Point {_c .NewPoint (0,0).Rotate (_afg ),_c .NewPoint (_dcac ,0).Rotate (_afg ),_c .NewPoint (0,_ace ).Rotate (_afg ),_c .NewPoint (_dcac ,_ace ).Rotate (_afg )}}.GetBoundingBox (); -_bfdfb .RotateDeg (_dabf );_bfdfb .Translate (_dfce .X ,_dfce .Y );return _dfce .Width ,_dfce .Height ;};func _aaee (_bfad []*SignatureLine ,_dccd *SignatureFieldOpts )(*_dd .PdfObjectDictionary ,error ){if _dccd ==nil {_dccd =NewSignatureFieldOpts (); -};var _bffd error ;var _eada *_dd .PdfObjectName ;_afbc :=_dccd .Font ;if _afbc !=nil {_bgfa ,_ :=_afbc .GetFontDescriptor ();if _bgfa !=nil {if _cac ,_aegc :=_bgfa .FontName .(*_dd .PdfObjectName );_aegc {_eada =_cac ;};};if _eada ==nil {_eada =_dd .MakeName ("\u0046\u006f\u006et\u0031"); -};}else {if _afbc ,_bffd =_ge .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");_bffd !=nil {return nil ,_bffd ;};_eada =_dd .MakeName ("\u0048\u0065\u006c\u0076");};_gea :=_dccd .FontSize ;if _gea <=0{_gea =10;};if _dccd .LineHeight <=0{_dccd .LineHeight =1; -};_ebfg :=_dccd .LineHeight *_gea ;_geaf ,_geca :=_afbc .GetRuneMetrics (' ');if !_geca {return nil ,_ec .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); -};_dbc :=_geaf .Wx ;var _dacd float64 ;var _ecg []string ;for _ ,_aadg :=range _bfad {if _aadg .Text ==""{continue ;};_eee :=_aadg .Text ;if _aadg .Desc !=""{_eee =_aadg .Desc +"\u003a\u0020"+_eee ;};_ecg =append (_ecg ,_eee );var _caac float64 ;for _ ,_fbbf :=range _eee {_gddb ,_egfb :=_afbc .GetRuneMetrics (_fbbf ); -if !_egfb {continue ;};_caac +=_gddb .Wx ;};if _caac > _dacd {_dacd =_caac ;};};_dacd =_dacd *_gea /1000.0;_egc :=float64 (len (_ecg ))*_ebfg ;_aedc :=_dccd .Image !=nil ;_eddd :=_dccd .Rect ;if _eddd ==nil {_eddd =[]float64 {0,0,_dacd ,_egc };if _aedc {_eddd [2]=_dacd *2; -_eddd [3]=_egc *2;};_dccd .Rect =_eddd ;};_bdd :=_eddd [2]-_eddd [0];_cdcc :=_eddd [3]-_eddd [1];_cfc ,_eggc :=_eddd ,_eddd ;var _dge ,_cdab float64 ;if _aedc &&len (_ecg )> 0{if _dccd .ImagePosition <=SignatureImageRight {_cbb :=[]float64 {_eddd [0],_eddd [1],_eddd [0]+(_bdd /2),_eddd [3]}; -_cce :=[]float64 {_eddd [0]+(_bdd /2),_eddd [1],_eddd [2],_eddd [3]};if _dccd .ImagePosition ==SignatureImageLeft {_cfc ,_eggc =_cbb ,_cce ;}else {_cfc ,_eggc =_cce ,_cbb ;};}else {_cfbf :=[]float64 {_eddd [0],_eddd [1],_eddd [2],_eddd [1]+(_cdcc /2)}; -_dff :=[]float64 {_eddd [0],_eddd [1]+(_cdcc /2),_eddd [2],_eddd [3]};if _dccd .ImagePosition ==SignatureImageTop {_cfc ,_eggc =_dff ,_cfbf ;}else {_cfc ,_eggc =_cfbf ,_dff ;};};};_dge =_eggc [2]-_eggc [0];_cdab =_eggc [3]-_eggc [1];var _gafc float64 ; -if _dccd .AutoSize {if _dacd > _dge ||_egc > _cdab {_bcfc :=_bb .Min (_dge /_dacd ,_cdab /_egc );_gea *=_bcfc ;};_ebfg =_dccd .LineHeight *_gea ;_gafc +=(_cdab -float64 (len (_ecg ))*_ebfg )/2;};_edeb :=_g .NewContentCreator ();_gegg :=_ge .NewPdfPageResources (); -_gegg .SetFontByName (*_eada ,_afbc .ToPdfObject ());if _dccd .BorderSize <=0{_dccd .BorderSize =0;_dccd .BorderColor =_ge .NewPdfColorDeviceGray (1);};_edeb .Add_q ();if _dccd .FillColor !=nil {_edeb .SetNonStrokingColor (_dccd .FillColor );};if _dccd .BorderColor !=nil {_edeb .SetStrokingColor (_dccd .BorderColor ); -};_edeb .Add_w (_dccd .BorderSize ).Add_re (_eddd [0],_eddd [1],_bdd ,_cdcc );if _dccd .FillColor !=nil &&_dccd .BorderColor !=nil {_edeb .Add_B ();}else if _dccd .FillColor !=nil {_edeb .Add_f ();}else if _dccd .BorderColor !=nil {_edeb .Add_S ();};_edeb .Add_Q (); -if _dccd .WatermarkImage !=nil {_bggg :=[]float64 {_eddd [0],_eddd [1],_eddd [2],_eddd [3]};_dafa ,_faa ,_aabe :=_aada (_dccd .WatermarkImage ,"\u0049\u006d\u0061\u0067\u0065\u0057\u0061\u0074\u0065r\u006d\u0061\u0072\u006b",_dccd ,_bggg ,_edeb );if _aabe !=nil {return nil ,_aabe ; -};_gegg .SetXObjectImageByName (*_dafa ,_faa );};_edeb .Add_q ();_edeb .Translate (_eggc [0],_eggc [3]-_ebfg -_gafc );_edeb .Add_BT ();_acbb :=_afbc .Encoder ();for _ ,_fagd :=range _ecg {var _baea []byte ;for _ ,_ccge :=range _fagd {if _fd .IsSpace (_ccge ){if len (_baea )> 0{_edeb .SetNonStrokingColor (_dccd .TextColor ).Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeStringFromBytes (_baea )}...); -_baea =nil ;};_edeb .Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeFloat (-_dbc )}...);}else {_baea =append (_baea ,_acbb .Encode (string (_ccge ))...);};};if len (_baea )> 0{_edeb .SetNonStrokingColor (_dccd .TextColor ).Add_Tf (*_eada ,_gea ).Add_TL (_ebfg ).Add_TJ ([]_dd .PdfObject {_dd .MakeStringFromBytes (_baea )}...); -};_edeb .Add_Td (0,-_ebfg );};_edeb .Add_ET ();_edeb .Add_Q ();if _aedc {_gegf ,_ebbc ,_bgggf :=_aada (_dccd .Image ,"\u0049\u006d\u0061\u0067\u0065\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065",_dccd ,_cfc ,_edeb );if _bgggf !=nil {return nil ,_bgggf ; -};_gegg .SetXObjectImageByName (*_gegf ,_ebbc );};_cad :=_ge .NewXObjectForm ();_cad .Resources =_gegg ;_cad .BBox =_dd .MakeArrayFromFloats (_eddd );_cad .SetContentStream (_edeb .Bytes (),_aadc ());_dabe :=_dd .MakeDict ();_dabe .Set ("\u004e",_cad .ToPdfObject ()); -return _dabe ,nil ;};func _eaee (_aace LineAnnotationDef ,_dgcc string )([]byte ,*_ge .PdfRectangle ,*_ge .PdfRectangle ,error ){_ebab :=_c .Line {X1 :0,Y1 :0,X2 :_aace .X2 -_aace .X1 ,Y2 :_aace .Y2 -_aace .Y1 ,LineColor :_aace .LineColor ,Opacity :_aace .Opacity ,LineWidth :_aace .LineWidth ,LineEndingStyle1 :_aace .LineEndingStyle1 ,LineEndingStyle2 :_aace .LineEndingStyle2 }; -_dccdf ,_faac ,_fgcf :=_ebab .Draw (_dgcc );if _fgcf !=nil {return nil ,nil ,nil ,_fgcf ;};_bbcd :=&_ge .PdfRectangle {};_bbcd .Llx =_aace .X1 +_faac .Llx ;_bbcd .Lly =_aace .Y1 +_faac .Lly ;_bbcd .Urx =_aace .X1 +_faac .Urx ;_bbcd .Ury =_aace .Y1 +_faac .Ury ; -return _dccdf ,_faac ,_bbcd ,nil ;}; +// NewTextField generates a new text field with partial name `name` at location +// specified by `rect` on given `page` and with field specific options `opt`. +func NewTextField (page *_ec .PdfPage ,name string ,rect []float64 ,opt TextFieldOptions )(*_ec .PdfFieldText ,error ){if page ==nil {return nil ,_cg .New ("\u0070a\u0067e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064");};if len (name )<=0{return nil ,_cg .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); +};if len (rect )!=4{return nil ,_cg .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_gcba :=_ec .NewPdfField ();_adaf :=&_ec .PdfFieldText {};_gcba .SetContext (_adaf );_adaf .PdfField =_gcba ;_adaf .T =_cd .MakeString (name ); +if opt .MaxLen > 0{_adaf .MaxLen =_cd .MakeInteger (int64 (opt .MaxLen ));};if len (opt .Value )> 0{_adaf .V =_cd .MakeString (opt .Value );};if opt .TextColor !=""{_geg :=_b .ColorRGBFromHex (opt .TextColor );_eaba ,_adda ,_edec :=_geg .ToRGB ();_agg :=12; +if opt .FontSize > 0{_agg =opt .FontSize ;};_bbbfa :="\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a";if opt .FontName !=""{_bbbfa =opt .FontName ;};_ebed :=_ba .Sprintf ("/\u0025\u0073\u0020\u0025\u0064\u0020T\u0066\u0020\u0025\u002e\u0033\u0066\u0020\u0025\u002e3\u0066\u0020\u0025.\u0033f\u0020\u0072\u0067",_bbbfa ,_agg ,_eaba ,_adda ,_edec ); +_adaf .DA =_cd .MakeString (_ebed );};_gcba .SetContext (_adaf );_cegd :=_ec .NewPdfAnnotationWidget ();_cegd .Rect =_cd .MakeArrayFromFloats (rect );_cegd .P =page .ToPdfObject ();_cegd .F =_cd .MakeInteger (4);_cegd .Parent =_adaf .ToPdfObject ();_adaf .Annotations =append (_adaf .Annotations ,_cegd ); +return _adaf ,nil ;}; -// CheckboxFieldOptions defines optional parameters for a checkbox field a form. -type CheckboxFieldOptions struct{Checked bool ;};func _ddf (_adg *_ge .PdfAnnotationWidget ,_gda *_ge .PdfFieldText ,_fbdf *_ge .PdfPageResources ,_ceg AppearanceStyle )(*_dd .PdfObjectDictionary ,error ){_bgaf :=_ge .NewPdfPageResources ();_abe ,_bee :=_dd .GetArray (_adg .Rect ); -if !_bee {return nil ,_ec .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_eab ,_afd :=_ge .NewPdfRectangle (*_abe );if _afd !=nil {return nil ,_afd ;};_fc ,_bda :=_eab .Width (),_eab .Height ();_bcfa ,_fdd :=_fc ,_bda ;_dgc ,_cbe :=_dd .GetDict (_adg .MK ); -if _cbe {_cgc ,_ :=_dd .GetDict (_adg .BS );_afb :=_ceg .applyAppearanceCharacteristics (_dgc ,_cgc ,nil );if _afb !=nil {return nil ,_afb ;};};_ead ,_cbe :=_dd .GetIntVal (_gda .MaxLen );if !_cbe {return nil ,_ec .New ("\u006d\u0061\u0078\u006c\u0065\u006e\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); -};if _ead <=0{return nil ,_ec .New ("\u006d\u0061\u0078\u004c\u0065\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_fdca :=_fc /float64 (_ead );_edc ,_afd :=_g .NewContentStreamParser (_becd (_gda .PdfField )).Parse ();if _afd !=nil {return nil ,_afd ; -};_ecb :=_g .NewContentCreator ();if _ceg .BorderSize > 0{_acf (_ecb ,_ceg ,_fc ,_bda );};if _ceg .DrawAlignmentReticle {_dcgg :=_ceg ;_dcgg .BorderSize =0.2;_fbff (_ecb ,_dcgg ,_fc ,_bda );};_ecb .Add_BMC ("\u0054\u0078");_ecb .Add_q ();_ ,_bda =_ceg .applyRotation (_dgc ,_fc ,_bda ,_ecb ); -_ecb .Add_BT ();_gagb ,_ffff ,_afd :=_ceg .processDA (_gda .PdfField ,_edc ,_fbdf ,_bgaf ,_ecb );if _afd !=nil {return nil ,_afd ;};_fce :=_gagb .Font ;_agb :=_dd .MakeName (_gagb .Name );_ebfc :=_gagb .Size ;_egg :=_ebfc ==0;if _egg &&_ffff {_ebfc =_bda *_ceg .AutoFontSizeFraction ; -};_fcd :=_fce .Encoder ();if _fcd ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -_fcd =_fa .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};var _aedb string ;if _fcf ,_abfa :=_dd .GetString (_gda .V );_abfa {_aedb =_fcf .Decoded ();};_ecb .Add_Tf (*_agb ,_ebfc );var _fcb float64 ;for _ ,_ecbc :=range _aedb {_caa ,_fgcd :=_fce .GetRuneMetrics (_ecbc ); -if !_fgcd {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_ecbc ); -continue ;};_dgdb :=_caa .Wy ;if int (_dgdb )<=0{_dgdb =_caa .Wx ;};if _dgdb > _fcb {_fcb =_dgdb ;};};if int (_fcb )==0{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0064\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006d\u0061x\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0073\u0069\u007a\u0065\u0020- \u0075\u0073\u0069\u006e\u0067\u0020\u0031\u0030\u0030\u0030"); -_fcb =1000;};_ceed ,_afd :=_fce .GetFontDescriptor ();if _afd !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072");}; -var _gage float64 ;if _ceed !=nil {_gage ,_afd =_ceed .GetCapHeight ();if _afd !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_afd ); -};};if int (_gage )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); -_gage =1000.0;};_bgag :=_gage /1000.0*_ebfc ;_dcga :=0.0;_gbg :=1.0*_ebfc *(_fcb /1000.0);{_abc :=_gbg ;if _egg &&_dcga +_abc > _bda {_ebfc =0.95*(_bda -_dcga );_bgag =_gage /1000.0*_ebfc ;};if _bda > _bgag {_dcga =(_bda -_bgag )/2.0;};};_ecb .Add_Td (0,_dcga ); -if _bcff ,_ebed :=_dd .GetIntVal (_gda .Q );_ebed {switch _bcff {case 2:if len (_aedb )< _ead {_dag :=float64 (_ead -len (_aedb ))*_fdca ;_ecb .Add_Td (_dag ,0);};};};for _gcg ,_fbfc :=range _aedb {_cggc :=_daag ;if _ceg .MarginLeft !=nil {_cggc =*_ceg .MarginLeft ; -};_eca :=string (_fbfc );if _fcd !=nil {_fee ,_cebb :=_fce .GetRuneMetrics (_fbfc );if !_cebb {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_fbfc ); -continue ;};_eca =string (_fcd .Encode (_eca ));_cggd :=_ebfc *_fee .Wx /1000.0;_egbe :=(_fdca -_cggd )/2;_cggc =_egbe ;};_ecb .Add_Td (_cggc ,0);_ecb .Add_Tj (*_dd .MakeString (_eca ));if _gcg !=len (_aedb )-1{_ecb .Add_Td (_fdca -_cggc ,0);};};_ecb .Add_ET (); -_ecb .Add_Q ();_ecb .Add_EMC ();_gfe :=_ge .NewXObjectForm ();_gfe .Resources =_bgaf ;_gfe .BBox =_dd .MakeArrayFromFloats ([]float64 {0,0,_bcfa ,_fdd });_gfe .SetContentStream (_ecb .Bytes (),_aadc ());_ccfc :=_dd .MakeDict ();_ccfc .Set ("\u004e",_gfe .ToPdfObject ()); -return _ccfc ,nil ;}; +// CreateRectangleAnnotation creates a rectangle annotation object that can be added to page PDF annotations. +func CreateRectangleAnnotation (rectDef RectangleAnnotationDef )(*_ec .PdfAnnotation ,error ){_ecdg :=_ec .NewPdfAnnotationSquare ();if rectDef .BorderEnabled {_bcbab ,_ege ,_abge :=rectDef .BorderColor .R (),rectDef .BorderColor .G (),rectDef .BorderColor .B (); +_ecdg .C =_cd .MakeArrayFromFloats ([]float64 {_bcbab ,_ege ,_abge });_ccge :=_ec .NewBorderStyle ();_ccge .SetBorderWidth (rectDef .BorderWidth );_ecdg .BS =_ccge .ToPdfObject ();};if rectDef .FillEnabled {_dccb ,_fffc ,_ggeff :=rectDef .FillColor .R (),rectDef .FillColor .G (),rectDef .FillColor .B (); +_ecdg .IC =_cd .MakeArrayFromFloats ([]float64 {_dccb ,_fffc ,_ggeff });}else {_ecdg .IC =_cd .MakeArrayFromIntegers ([]int {});};if rectDef .Opacity < 1.0{_ecdg .CA =_cd .MakeFloat (rectDef .Opacity );};_bbgd ,_ddaf ,_babca :=_dafa (rectDef );if _babca !=nil {return nil ,_babca ; +};_ecdg .AP =_bbgd ;_ecdg .Rect =_cd .MakeArrayFromFloats ([]float64 {_ddaf .Llx ,_ddaf .Lly ,_ddaf .Urx ,_ddaf .Ury });return _ecdg .PdfAnnotation ,nil ;}; -// SignatureLine represents a line of information in the signature field appearance. -type SignatureLine struct{Desc string ;Text string ;};const (SignatureImageLeft SignatureImagePosition =iota ;SignatureImageRight ;SignatureImageTop ;SignatureImageBottom ;); +// LineAnnotationDef defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none +// (regular line), or arrows at either end. The line also has a specified width, color and opacity. +type LineAnnotationDef struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor *_ec .PdfColorDeviceRGB ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 _ea .LineEndingStyle ;LineEndingStyle2 _ea .LineEndingStyle ;};func (_cea *AppearanceStyle )applyAppearanceCharacteristics (_edag *_cd .PdfObjectDictionary ,_fbg *_cd .PdfObjectDictionary ,_bdbb *_ec .PdfFont )error {if !_cea .AllowMK {return nil ; +};if CA ,_bfa :=_cd .GetString (_edag .Get ("\u0043\u0041"));_bfa &&_bdbb !=nil {_bddcg :=CA .Bytes ();if len (_bddcg )!=0{_bdag :=[]rune (_bdbb .Encoder ().Decode (_bddcg ));if len (_bdag )==1{_cea .CheckmarkRune =_bdag [0];};};};if BC ,_eeg :=_cd .GetArray (_edag .Get ("\u0042\u0043")); +_eeg {_dgba ,_cgga :=BC .ToFloat64Array ();if _cgga !=nil {return _cgga ;};switch len (_dgba ){case 1:_cea .BorderColor =_ec .NewPdfColorDeviceGray (_dgba [0]);case 3:_cea .BorderColor =_ec .NewPdfColorDeviceRGB (_dgba [0],_dgba [1],_dgba [2]);case 4:_cea .BorderColor =_ec .NewPdfColorDeviceCMYK (_dgba [0],_dgba [1],_dgba [2],_dgba [3]); +default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0043\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_dgba )); +};if _fbg !=nil {if _fddg ,_afeb :=_cd .GetNumberAsFloat (_fbg .Get ("\u0057"));_afeb ==nil {_cea .BorderSize =_fddg ;};};};if BG ,_aab :=_cd .GetArray (_edag .Get ("\u0042\u0047"));_aab {_fdda ,_ddd :=BG .ToFloat64Array ();if _ddd !=nil {return _ddd ; +};switch len (_fdda ){case 1:_cea .FillColor =_ec .NewPdfColorDeviceGray (_fdda [0]);case 3:_cea .FillColor =_ec .NewPdfColorDeviceRGB (_fdda [0],_fdda [1],_fdda [2]);case 4:_cea .FillColor =_ec .NewPdfColorDeviceCMYK (_fdda [0],_fdda [1],_fdda [2],_fdda [3]); +default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0042\u0047\u0020\u002d\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0028\u0025\u0064)",len (_fdda )); +};};return nil ;};func _gede (_ffb *_ec .PdfAnnotationWidget ,_dgf *_ec .PdfFieldText ,_cdede *_ec .PdfPageResources ,_daf AppearanceStyle )(*_cd .PdfObjectDictionary ,error ){_bef :=_ec .NewPdfPageResources ();_eaf ,_bdad :=_cd .GetArray (_ffb .Rect ); +if !_bdad {return nil ,_cg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074");};_cadg ,_caf :=_ec .NewPdfRectangle (*_eaf );if _caf !=nil {return nil ,_caf ;};_feg ,_abd :=_cadg .Width (),_cadg .Height ();_adad ,_deg :=_feg ,_abd ; +_gfda ,_ccad :=_cd .GetDict (_ffb .MK );if _ccad {_gce ,_ :=_cd .GetDict (_ffb .BS );_cdfg :=_daf .applyAppearanceCharacteristics (_gfda ,_gce ,nil );if _cdfg !=nil {return nil ,_cdfg ;};};_aff ,_ccad :=_cd .GetIntVal (_dgf .MaxLen );if !_ccad {return nil ,_cg .New ("\u006d\u0061\u0078\u006c\u0065\u006e\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); +};if _aff <=0{return nil ,_cg .New ("\u006d\u0061\u0078\u004c\u0065\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_cggf :=_feg /float64 (_aff );_dcbd ,_caf :=_g .NewContentStreamParser (_bdadc (_dgf .PdfField )).Parse ();if _caf !=nil {return nil ,_caf ; +};_eabe :=_g .NewContentCreator ();if _daf .BorderSize > 0{_ffe (_eabe ,_daf ,_feg ,_abd );};if _daf .DrawAlignmentReticle {_bgf :=_daf ;_bgf .BorderSize =0.2;_degc (_eabe ,_bgf ,_feg ,_abd );};_eabe .Add_BMC ("\u0054\u0078");_eabe .Add_q ();_ ,_abd =_daf .applyRotation (_gfda ,_feg ,_abd ,_eabe ); +_eabe .Add_BT ();_fae ,_aad ,_caf :=_daf .processDA (_dgf .PdfField ,_dcbd ,_cdede ,_bef ,_eabe );if _caf !=nil {return nil ,_caf ;};_aga :=_fae .Font ;_beb :=_cd .MakeName (_fae .Name );_gbf :=_fae .Size ;_bafg :=_gbf ==0;if _bafg &&_aad {_gbf =_abd *_daf .AutoFontSizeFraction ; +};_eadg :=_aga .Encoder ();if _eadg ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_eadg =_fb .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};var _gdg string ;if _ffbe ,_fbc :=_cd .GetString (_dgf .V );_fbc {_gdg =_ffbe .Decoded ();};_eabe .Add_Tf (*_beb ,_gbf );var _dac float64 ;for _ ,_fef :=range _gdg {_cbc ,_cef :=_aga .GetRuneMetrics (_fef ); +if !_cef {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_fef ); +continue ;};_gfag :=_cbc .Wy ;if int (_gfag )<=0{_gfag =_cbc .Wx ;};if _gfag > _dac {_dac =_gfag ;};};if int (_dac )==0{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0064\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006d\u0061x\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0073\u0069\u007a\u0065\u0020- \u0075\u0073\u0069\u006e\u0067\u0020\u0031\u0030\u0030\u0030"); +_dac =1000;};_dcc ,_caf :=_aga .GetFontDescriptor ();if _caf !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072");};var _dbga float64 ; +if _dcc !=nil {_dbga ,_caf =_dcc .GetCapHeight ();if _caf !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_caf ); +};};if int (_dbga )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_dbga =1000.0;};_cgge :=_dbga /1000.0*_gbf ;_acd :=0.0;_ebe :=1.0*_gbf *(_dac /1000.0);{_efffa :=_ebe ;if _bafg &&_acd +_efffa > _abd {_gbf =0.95*(_abd -_acd );_cgge =_dbga /1000.0*_gbf ;};if _abd > _cgge {_acd =(_abd -_cgge )/2.0;};};_eabe .Add_Td (0,_acd ); +if _deee ,_gfb :=_cd .GetIntVal (_dgf .Q );_gfb {switch _deee {case 2:if len (_gdg )< _aff {_cbb :=float64 (_aff -len (_gdg ))*_cggf ;_eabe .Add_Td (_cbb ,0);};};};for _cgee ,_gfad :=range _gdg {_age :=_ged ;if _daf .MarginLeft !=nil {_age =*_daf .MarginLeft ; +};_baec :=string (_gfad );if _eadg !=nil {_gfc ,_cga :=_aga .GetRuneMetrics (_gfad );if !_cga {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067 \u006f\u0076\u0065\u0072",_gfad ); +continue ;};_baec =string (_eadg .Encode (_baec ));_accf :=_gbf *_gfc .Wx /1000.0;_cfcd :=(_cggf -_accf )/2;_age =_cfcd ;};_eabe .Add_Td (_age ,0);_eabe .Add_Tj (*_cd .MakeString (_baec ));if _cgee !=len (_gdg )-1{_eabe .Add_Td (_cggf -_age ,0);};};_eabe .Add_ET (); +_eabe .Add_Q ();_eabe .Add_EMC ();_fefe :=_ec .NewXObjectForm ();_fefe .Resources =_bef ;_fefe .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_adad ,_deg });_fefe .SetContentStream (_eabe .Bytes (),_ebf ());_egg :=_cd .MakeDict ();_egg .Set ("\u004e",_fefe .ToPdfObject ()); +return _egg ,nil ;};func (_accc *AppearanceStyle )processDA (_efec *_ec .PdfField ,_cgcg *_g .ContentStreamOperations ,_bedb ,_dgab *_ec .PdfPageResources ,_ffac *_g .ContentCreator )(*AppearanceFont ,bool ,error ){var _faeb *AppearanceFont ;var _dfga bool ; +if _accc .Fonts !=nil {if _accc .Fonts .Fallback !=nil {_faeb =_accc .Fonts .Fallback ;};if _aceg :=_accc .Fonts .FieldFallbacks ;_aceg !=nil {if _eeae ,_bdbc :=_aceg [_efec .PartialName ()];_bdbc {_faeb =_eeae ;}else if _aceb ,_cff :=_efec .FullName (); +_cff ==nil {if _accd ,_abce :=_aceg [_aceb ];_abce {_faeb =_accd ;};};};if _faeb !=nil {_faeb .fillName ();};_dfga =_accc .Fonts .ForceReplace ;};var _dcd string ;var _afga float64 ;var _faf bool ;if _cgcg !=nil {for _ ,_dgd :=range *_cgcg {if _dgd .Operand =="\u0054\u0066"&&len (_dgd .Params )==2{if _fbbfd ,_bdbbe :=_cd .GetNameVal (_dgd .Params [0]); +_bdbbe {_dcd =_fbbfd ;};if _fbd ,_gfcc :=_cd .GetNumberAsFloat (_dgd .Params [1]);_gfcc ==nil {_afga =_fbd ;};_faf =true ;continue ;};_ffac .AddOperand (*_dgd );};};var _ebec *AppearanceFont ;var _ebd _cd .PdfObject ;if _dfga &&_faeb !=nil {_ebec =_faeb ; +}else {if _bedb !=nil &&_dcd !=""{if _ccbg ,_bgfd :=_bedb .GetFontByName (*_cd .MakeName (_dcd ));_bgfd {if _fce ,_bacc :=_ec .NewPdfFontFromPdfObject (_ccbg );_bacc ==nil {_ebd =_ccbg ;_ebec =&AppearanceFont {Name :_dcd ,Font :_fce ,Size :_afga };}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006fa\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_bacc ); +};};};if _ebec ==nil &&_faeb !=nil {_ebec =_faeb ;};if _ebec ==nil {_gcfb ,_fegga :=_ec .NewStandard14Font ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");if _fegga !=nil {return nil ,false ,_fegga ;};_ebec =&AppearanceFont {Name :"\u0048\u0065\u006c\u0076",Font :_gcfb ,Size :_afga }; +};};if _ebec .Size <=0&&_accc .Fonts !=nil &&_accc .Fonts .FallbackSize > 0{_ebec .Size =_accc .Fonts .FallbackSize ;};_bfe :=*_cd .MakeName (_ebec .Name );if _ebd ==nil {_ebd =_ebec .Font .ToPdfObject ();};if _bedb !=nil &&!_bedb .HasFontByName (_bfe ){_bedb .SetFontByName (_bfe ,_ebd ); +};if _dgab !=nil &&!_dgab .HasFontByName (_bfe ){_dgab .SetFontByName (_bfe ,_ebd );};return _ebec ,_faf ,nil ;}; -// WrapContentStream ensures that the entire content stream for a `page` is wrapped within q ... Q operands. -// Ensures that following operands that are added are not affected by additional operands that are added. -// Implements interface model.ContentStreamWrapper. -func (_cffa ImageFieldAppearance )WrapContentStream (page *_ge .PdfPage )error {_dcad ,_abcg :=page .GetAllContentStreams ();if _abcg !=nil {return _abcg ;};_ccec :=_g .NewContentStreamParser (_dcad );_eeca ,_abcg :=_ccec .Parse ();if _abcg !=nil {return _abcg ; -};_eeca .WrapIfNeeded ();_dafe :=[]string {_eeca .String ()};return page .SetContentStreams (_dafe ,_aadc ());};func _aeca (_efdd LineAnnotationDef )(*_dd .PdfObjectDictionary ,*_ge .PdfRectangle ,error ){_gced :=_ge .NewXObjectForm ();_gced .Resources =_ge .NewPdfPageResources (); -_fefbg :="";if _efdd .Opacity < 1.0{_cbbd :=_dd .MakeDict ();_cbbd .Set ("\u0063\u0061",_dd .MakeFloat (_efdd .Opacity ));_bdde :=_gced .Resources .AddExtGState ("\u0067\u0073\u0031",_cbbd );if _bdde !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031"); -return nil ,nil ,_bdde ;};_fefbg ="\u0067\u0073\u0031";};_eegeb ,_gedg ,_bbc ,_fcgg :=_eaee (_efdd ,_fefbg );if _fcgg !=nil {return nil ,nil ,_fcgg ;};_fcgg =_gced .SetContentStream (_eegeb ,nil );if _fcgg !=nil {return nil ,nil ,_fcgg ;};_gced .BBox =_gedg .ToPdfObject (); -_gcce :=_dd .MakeDict ();_gcce .Set ("\u004e",_gced .ToPdfObject ());return _gcce ,_bbc ,nil ;}; \ No newline at end of file +// FieldAppearance implements interface model.FieldAppearanceGenerator and generates appearance streams +// for fields taking into account what value is in the field. A common use case is for generating the +// appearance stream prior to flattening fields. +// +// If `OnlyIfMissing` is true, the field appearance is generated only for fields that do not have an +// appearance stream specified. +// If `RegenerateTextFields` is true, all text fields are regenerated (even if OnlyIfMissing is true). +type FieldAppearance struct{OnlyIfMissing bool ;RegenerateTextFields bool ;_adf *AppearanceStyle ;};func _eaaa (_gabgf LineAnnotationDef ,_dgfg string )([]byte ,*_ec .PdfRectangle ,*_ec .PdfRectangle ,error ){_degce :=_ea .Line {X1 :0,Y1 :0,X2 :_gabgf .X2 -_gabgf .X1 ,Y2 :_gabgf .Y2 -_gabgf .Y1 ,LineColor :_gabgf .LineColor ,Opacity :_gabgf .Opacity ,LineWidth :_gabgf .LineWidth ,LineEndingStyle1 :_gabgf .LineEndingStyle1 ,LineEndingStyle2 :_gabgf .LineEndingStyle2 }; +_cab ,_gcbg ,_bcbce :=_degce .Draw (_dgfg );if _bcbce !=nil {return nil ,nil ,nil ,_bcbce ;};_geab :=&_ec .PdfRectangle {};_geab .Llx =_gabgf .X1 +_gcbg .Llx ;_geab .Lly =_gabgf .Y1 +_gcbg .Lly ;_geab .Urx =_gabgf .X1 +_gcbg .Urx ;_geab .Ury =_gabgf .Y1 +_gcbg .Ury ; +return _cab ,_gcbg ,_geab ,nil ;};func _aa (_fe CircleAnnotationDef ,_dfc string )([]byte ,*_ec .PdfRectangle ,*_ec .PdfRectangle ,error ){_fca :=_ea .Circle {X :_fe .X ,Y :_fe .Y ,Width :_fe .Width ,Height :_fe .Height ,FillEnabled :_fe .FillEnabled ,FillColor :_fe .FillColor ,BorderEnabled :_fe .BorderEnabled ,BorderWidth :_fe .BorderWidth ,BorderColor :_fe .BorderColor ,Opacity :_fe .Opacity }; +_eab ,_cad ,_bca :=_fca .Draw (_dfc );if _bca !=nil {return nil ,nil ,nil ,_bca ;};_bg :=&_ec .PdfRectangle {};_bg .Llx =_fe .X +_cad .Llx ;_bg .Lly =_fe .Y +_cad .Lly ;_bg .Urx =_fe .X +_cad .Urx ;_bg .Ury =_fe .Y +_cad .Ury ;return _eab ,_cad ,_bg ,nil ; +};func _fdg (_dafe LineAnnotationDef )(*_cd .PdfObjectDictionary ,*_ec .PdfRectangle ,error ){_eeaeb :=_ec .NewXObjectForm ();_eeaeb .Resources =_ec .NewPdfPageResources ();_gfea :="";if _dafe .Opacity < 1.0{_cgaed :=_cd .MakeDict ();_cgaed .Set ("\u0063\u0061",_cd .MakeFloat (_dafe .Opacity )); +_abg :=_eeaeb .Resources .AddExtGState ("\u0067\u0073\u0031",_cgaed );if _abg !=nil {_f .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0064\u0064\u0020\u0065\u0078\u0074g\u0073\u0074\u0061t\u0065 \u0067\u0073\u0031");return nil ,nil ,_abg ; +};_gfea ="\u0067\u0073\u0031";};_egae ,_ddga ,_gaae ,_gbcfd :=_eaaa (_dafe ,_gfea );if _gbcfd !=nil {return nil ,nil ,_gbcfd ;};_gbcfd =_eeaeb .SetContentStream (_egae ,nil );if _gbcfd !=nil {return nil ,nil ,_gbcfd ;};_eeaeb .BBox =_ddga .ToPdfObject (); +_gcae :=_cd .MakeDict ();_gcae .Set ("\u004e",_eeaeb .ToPdfObject ());return _gcae ,_gaae ,nil ;};func _bgef (_fdba ,_eac float64 ,_dafb *_ec .Image ,_bbbd AppearanceStyle )(*_ec .XObjectForm ,error ){_gdadb ,_cec :=_ec .NewXObjectImageFromImage (_dafb ,nil ,_cd .NewFlateEncoder ()); +if _cec !=nil {return nil ,_cec ;};_gdadb .Decode =_cd .MakeArrayFromFloats ([]float64 {0.0,1.0,0.0,1.0,0.0,1.0});_dad :=_ec .NewPdfPageResources ();_dad .ProcSet =_cd .MakeArray (_cd .MakeName ("\u0050\u0044\u0046"),_cd .MakeName ("\u0049\u006d\u0061\u0067\u0065\u0043")); +_dad .SetXObjectImageByName (_cd .PdfObjectName ("\u0049\u006d\u0030"),_gdadb );_dcea :=_g .NewContentCreator ();_dcea .Add_q ();_dcea .Add_cm (float64 (_dafb .Width ),0,0,float64 (_dafb .Height ),0,0);_dcea .Add_Do ("\u0049\u006d\u0030");_dcea .Add_Q (); +_gdbg :=_ec .NewXObjectForm ();_gdbg .FormType =_cd .MakeInteger (1);_gdbg .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,float64 (_dafb .Width ),float64 (_dafb .Height )});_gdbg .Resources =_dad ;_gdbg .SetContentStream (_dcea .Bytes (),_ebf ());return _gdbg ,nil ; +};func _ced (_gaf *_ec .PdfAnnotationWidget ,_cb *_ec .PdfFieldText ,_eef *_ec .PdfPageResources ,_gf AppearanceStyle )(*_cd .PdfObjectDictionary ,error ){_fgf :=_ec .NewPdfPageResources ();_dga ,_ada :=_cd .GetArray (_gaf .Rect );if !_ada {return nil ,_cg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0052\u0065\u0063\u0074"); +};_gge ,_bag :=_ec .NewPdfRectangle (*_dga );if _bag !=nil {return nil ,_bag ;};_bad ,_dcf :=_gge .Width (),_gge .Height ();_eae ,_dfe :=_bad ,_dcf ;_dce :=true ;_afd :=_ec .NewXObjectForm ();_afd .BBox =_cd .MakeArrayFromFloats ([]float64 {0,0,_eae ,_dfe }); +if _gaf .AP !=nil {if _ag ,_cc :=_cd .GetDict (_gaf .AP );_cc &&_ag !=nil {_fgb :=_cd .TraceToDirectObject (_ag .Get ("\u004e"));switch _bb :=_fgb .(type ){case *_cd .PdfObjectStream :_dca ,_ffg :=_cd .DecodeStream (_bb );if _ffg !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_ffg .Error ()); +break ;};_fbf ,_ffg :=_g .NewContentStreamParser (string (_dca )).Parse ();if _ffg !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_ffg .Error ()); +break ;};_eaee :=_g .NewContentStreamProcessor (*_fbf );_eaee .AddHandler (_g .HandlerConditionEnumAllOperands ,"",func (_cgec *_g .ContentStreamOperation ,_dff _g .GraphicsState ,_cfg *_ec .PdfPageResources )error {if _cgec .Operand =="\u0054\u006a"||_cgec .Operand =="\u0054\u004a"{if len (_cgec .Params )==1{if _afe ,_fab :=_cd .GetString (_cgec .Params [0]); +_fab {_dce =_ff .TrimSpace (_afe .Str ())=="";};return _g .ErrEarlyExit ;};return nil ;};return nil ;});_eaee .Process (_fgf );if !_dce {if _dd ,_bd :=_cd .GetDict (_bb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));_bd {_fgf ,_ffg =_ec .NewPdfPageResourcesFromDict (_dd ); +if _ffg !=nil {return nil ,_ffg ;};};if _bdd ,_ace :=_cd .GetArray (_bb .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"));_ace {_afd .Matrix =_bdd ;};_afd .SetContentStream (_dca ,_ebf ());};};};};if _dce {_bbd ,_acf :=_cd .GetDict (_gaf .MK );if _acf {_bda ,_ :=_cd .GetDict (_gaf .BS ); +_efff :=_gf .applyAppearanceCharacteristics (_bbd ,_bda ,nil );if _efff !=nil {return nil ,_efff ;};};_cgf ,_gab :=_g .NewContentStreamParser (_bdadc (_cb .PdfField )).Parse ();if _gab !=nil {return nil ,_gab ;};_bbc :=_g .NewContentCreator ();if _gf .BorderSize > 0{_ffe (_bbc ,_gf ,_bad ,_dcf ); +};if _gf .DrawAlignmentReticle {_afg :=_gf ;_afg .BorderSize =0.2;_degc (_bbc ,_afg ,_bad ,_dcf );};_bbc .Add_BMC ("\u0054\u0078");_bbc .Add_q ();_bad ,_dcf =_gf .applyRotation (_bbd ,_bad ,_dcf ,_bbc );_bbc .Add_BT ();_dbg ,_ccf ,_gab :=_gf .processDA (_cb .PdfField ,_cgf ,_eef ,_fgf ,_bbc ); +if _gab !=nil {return nil ,_gab ;};_bcbd :=_dbg .Font ;_dae :=_dbg .Size ;_abb :=_cd .MakeName (_dbg .Name );if _cb .Flags ().Has (_ec .FieldFlagMultiline )&&_cb .MaxLen !=nil {_f .Log .Debug ("\u004c\u006f\u006f\u006b\u0020\u0066\u006f\u0072\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072 \u004e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +if _bdf ,_fcb ,_aeb :=_cgae (_gaf .PdfAnnotation .AP ,_eef );_aeb {_abb =_bdf ;_dae =_fcb ;_ccf =true ;};};_gfd :=_dae ==0;if _gfd &&_ccf {_dae =_dcf *_gf .AutoFontSizeFraction ;};_edc :=_bcbd .Encoder ();if _edc ==nil {_f .Log .Debug ("\u0057\u0041RN\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0069\u0073\u0020\u006e\u0069l\u002e\u0020\u0041\u0073s\u0075\u006d\u0069\u006eg \u0069\u0064e\u006et\u0069\u0074\u0079\u0020\u0065\u006ec\u006f\u0064\u0065r\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +_edc =_fb .NewIdentityTextEncoder ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048");};_bdb ,_gab :=_bcbd .GetFontDescriptor ();if _gab !=nil {_f .Log .Debug ("\u0045\u0072ro\u0072\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f g\u0065\u0074\u0020\u0066\u006f\u006e\u0074 d\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); +};var _gde string ;if _cde ,_cee :=_cd .GetString (_cb .V );_cee {_gde =_cde .Decoded ();};if len (_gde )==0{return nil ,nil ;};_afgb :=[]string {_gde };_geb :=false ;if _cb .Flags ().Has (_ec .FieldFlagMultiline ){_geb =true ;_gde =_ff .Replace (_gde ,"\u000d\u000a","\u000a",-1); +_gde =_ff .Replace (_gde ,"\u000d","\u000a",-1);_afgb =_ff .Split (_gde ,"\u000a");};_aea :=make ([]string ,len (_afgb ));copy (_aea ,_afgb );_cbd :=_gf .MultilineLineHeight ;_de :=0.0;_cca :=0;if _edc !=nil {for _dae >=0{_egfe :=make ([]string ,len (_afgb )); +copy (_egfe ,_afgb );_adab :=make ([]string ,len (_aea ));copy (_adab ,_aea );_de =0.0;_cca =0;_dee :=len (_egfe );_dgg :=0;for _dgg < _dee {var _edcd float64 ;_dag :=-1;_cfe :=_ged ;if _gf .MarginLeft !=nil {_cfe =*_gf .MarginLeft ;};for _ggc ,_bcf :=range _egfe [_dgg ]{if _bcf ==' '{_dag =_ggc ; +};_fec ,_fda :=_bcbd .GetRuneMetrics (_bcf );if !_fda {_f .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0065\u0074r\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0025\u0076\u0020\u002d\u0020\u0073k\u0069p\u0070\u0069\u006e\u0067",_bcf ); +continue ;};_edcd =_cfe ;_cfe +=_fec .Wx ;if _geb &&!_gfd &&_dae *_cfe /1000.0> _bad {_fcd :=_ggc ;_cded :=_ggc ;if _dag > 0{_fcd =_dag +1;_cded =_dag ;};_baf :=_egfe [_dgg ][_fcd :];_acb :=_adab [_dgg ][_fcd :];if _dgg < len (_egfe )-1{_egfe =append (_egfe [:_dgg +1],_egfe [_dgg :]...); +_egfe [_dgg +1]=_baf ;_adab =append (_adab [:_dgg +1],_adab [_dgg :]...);_adab [_dgg +1]=_acb ;}else {_egfe =append (_egfe ,_baf );_adab =append (_adab ,_acb );};_egfe [_dgg ]=_egfe [_dgg ][0:_cded ];_adab [_dgg ]=_adab [_dgg ][0:_cded ];_dee ++;_cfe =_edcd ; +break ;};};if _cfe > _de {_de =_cfe ;};_egfe [_dgg ]=string (_edc .Encode (_egfe [_dgg ]));if len (_egfe [_dgg ])> 0{_cca ++;};_dgg ++;};_cfb :=_dae ;if _cca > 1{_cfb *=_cbd ;};_dfb :=float64 (_cca )*_cfb ;if _gfd ||_dfb <=_dcf {_afgb =_egfe ;_aea =_adab ; +break ;};_dae --;};};_deef :=_ged ;if _gf .MarginLeft !=nil {_deef =*_gf .MarginLeft ;};if _dae ==0||_gfd &&_de > 0&&_deef +_de *_dae /1000.0> _bad {_dae =0.95*1000.0*(_bad -_deef )/_de ;};_ddg :=_cgc ;{if _bga ,_eda :=_cd .GetIntVal (_cb .Q );_eda {switch _bga {case 0:_ddg =_cgc ; +case 1:_ddg =_efc ;case 2:_ddg =_fcac ;default:_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0071\u0075\u0061\u0064\u0064\u0069\u006e\u0067\u003a\u0020%\u0064\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u006c\u0065ft\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074",_bga ); +};};};_bbcf :=_dae ;if _geb &&_cca > 1{_bbcf =_cbd *_dae ;};var _acc float64 ;if _bdb !=nil {_acc ,_gab =_bdb .GetCapHeight ();if _gab !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0043\u0061\u0070\u0048\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_gab ); +};};if int (_acc )<=0{_f .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u0061\u0070\u0048e\u0069\u0067\u0068\u0074\u0020\u006e\u006ft \u0061\u0076\u0061\u0069l\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065tt\u0069\u006eg\u0020\u0074\u006f\u0020\u0031\u0030\u0030\u0030"); +_acc =1000;};_efe :=_acc /1000.0*_dae ;_egd :=0.0;{_bbcb :=float64 (_cca )*_bbcf ;if _gfd &&_egd +_bbcb > _dcf {_dae =0.95*(_dcf -_egd )/float64 (_cca );_bbcf =_dae ;if _geb &&_cca > 1{_bbcf =_cbd *_dae ;};_efe =_acc /1000.0*_dae ;_bbcb =float64 (_cca )*_bbcf ; +};if _dcf > _bbcb {if _geb {if _gf .MultilineVAlignMiddle {_gcb :=(_dcf -(_bbcb +_efe ))/2.0;_bbdb :=_gcb +_bbcb +_efe -_bbcf ;_egd =_bbdb ;if _cca > 1{_egd =_egd +(_bbcb /_dae *float64 (_cca ))-_bbcf -_efe ;};if _egd < _bbcb {_egd =(_dcf -_efe )/2.0;}; +}else {_egd =_dcf -_bbcf ;if _egd > _dae {_eag :=0.0;if _geb &&_gf .MultilineLineHeight > 1&&_cca > 1{_eag =_gf .MultilineLineHeight -1;};_egd -=_dae *(0.5-_eag );};};}else {_egd =(_dcf -_efe )/2.0;};};};if _gf .TextColor !=nil {_ebba :=_gf .TextColor ; +_gdc ,_ecf :=_ebba .(*_ec .PdfColorDeviceRGB );if !_ecf {_gdc =_ec .NewPdfColorDeviceRGB (0,0,0);};_bbc .Add_rg (_gdc .R (),_gdc .G (),_gdc .B ());}else {for _ ,_gb :=range *_cgf {if _gb .Operand =="\u0072\u0067"||_gb .Operand =="\u0067"{_bbc .AddOperand (*_gb ); +};};};_bbc .Add_Tf (*_abb ,_dae );_bbc .Add_Td (_deef ,_egd );_agc :=_deef ;_bacb :=_deef ;for _dgb ,_dcb :=range _afgb {_bec :=0.0;for _ ,_gga :=range _aea [_dgb ]{_gbg ,_bbcc :=_bcbd .GetRuneMetrics (_gga );if !_bbcc {continue ;};_bec +=_gbg .Wx ;};_bdg :=_bec /1000.0*_dae ; +_gdd :=_bad -_bdg ;var _abc float64 ;switch _ddg {case _cgc :_abc =_agc ;case _efc :_abc =_gdd /2;case _fcac :_abc =_gdd ;};_deef =_abc -_bacb ;if _deef > 0.0{_bbc .Add_Td (_deef ,0);};_bacb =_abc ;_bbc .Add_Tj (*_cd .MakeString (_dcb ));if _dgb < len (_afgb )-1{_bbc .Add_Td (0,-_dae *_cbd ); +};};_bbc .Add_ET ();_bbc .Add_Q ();_bbc .Add_EMC ();_afd .SetContentStream (_bbc .Bytes (),_ebf ());};_afd .Resources =_fgf ;_ebg :=_cd .MakeDict ();_ebg .Set ("\u004e",_afd .ToPdfObject ());return _ebg ,nil ;};func _cgae (_ceaf _cd .PdfObject ,_bbbf *_ec .PdfPageResources )(*_cd .PdfObjectName ,float64 ,bool ){var (_efg *_cd .PdfObjectName ; +_gdec float64 ;_bbf bool ;);if _dea ,_dggf :=_cd .GetDict (_ceaf );_dggf &&_dea !=nil {_ebfa :=_cd .TraceToDirectObject (_dea .Get ("\u004e"));switch _fff :=_ebfa .(type ){case *_cd .PdfObjectStream :_bdaga ,_ega :=_cd .DecodeStream (_fff );if _ega !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u0020\u0073\u0074r\u0065\u0061m\u003a\u0020\u0025\u0076",_ega .Error ()); +return nil ,0,false ;};_egga ,_ega :=_g .NewContentStreamParser (string (_bdaga )).Parse ();if _ega !=nil {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0075n\u0061\u0062l\u0065\u0020\u0070\u0061\u0072\u0073\u0065\u0020c\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061m\u003a\u0020\u0025\u0076",_ega .Error ()); +return nil ,0,false ;};_fge :=_g .NewContentStreamProcessor (*_egga );_fge .AddHandler (_g .HandlerConditionEnumOperand ,"\u0054\u0066",func (_adae *_g .ContentStreamOperation ,_gfac _g .GraphicsState ,_bbabb *_ec .PdfPageResources )error {if len (_adae .Params )==2{if _fbad ,_cafc :=_cd .GetName (_adae .Params [0]); +_cafc {_efg =_fbad ;};if _eaag ,_cae :=_cd .GetNumberAsFloat (_adae .Params [1]);_cae ==nil {_gdec =_eaag ;};_bbf =true ;return _g .ErrEarlyExit ;};return nil ;});_fge .Process (_bbbf );return _efg ,_gdec ,_bbf ;};};return nil ,0,false ;}; + +// GenerateAppearanceDict generates an appearance dictionary for widget annotation `wa` for the `field` in `form`. +// Implements interface model.FieldAppearanceGenerator. +func (_geada ImageFieldAppearance )GenerateAppearanceDict (form *_ec .PdfAcroForm ,field *_ec .PdfField ,wa *_ec .PdfAnnotationWidget )(*_cd .PdfObjectDictionary ,error ){_ ,_gfgc :=field .GetContext ().(*_ec .PdfFieldButton );if !_gfgc {_f .Log .Trace ("C\u006f\u0075\u006c\u0064\u0020\u006fn\u006c\u0079\u0020\u0068\u0061\u006ed\u006c\u0065\u0020\u0062\u0075\u0074\u0074o\u006e\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067"); +return nil ,nil ;};_eaae ,_dfgf :=_cd .GetDict (wa .AP );if _dfgf &&_geada .OnlyIfMissing {_f .Log .Trace ("\u0041\u006c\u0072\u0065a\u0064\u0079\u0020\u0070\u006f\u0070\u0075\u006c\u0061\u0074e\u0064 \u002d\u0020\u0069\u0067\u006e\u006f\u0072i\u006e\u0067"); +return _eaae ,nil ;};if form .DR ==nil {form .DR =_ec .NewPdfPageResources ();};switch _eed :=field .GetContext ().(type ){case *_ec .PdfFieldButton :if _eed .IsPush (){_afbc ,_beg :=_daac (_eed ,wa ,_geada .Style ());if _beg !=nil {return nil ,_beg ;}; +return _afbc ,nil ;};};return nil ,nil ;}; + +// SignatureImagePosition specifies the image signature location relative to the text signature. +// If text signature is not defined, this position will be ignored. +type SignatureImagePosition int ;func _acbc (_fgee *InkAnnotationDef )([]byte ,*_ec .PdfRectangle ,error ){_dafge :=[][]_ea .CubicBezierCurve {};for _ ,_fcca :=range _fgee .Paths {if _fcca .Length ()==0{continue ;};_cgcf :=_fcca .Points ;_bbe ,_ebbgd ,_dcdc :=_aabff (_cgcf ); +if _dcdc !=nil {return nil ,nil ,_dcdc ;};if len (_bbe )!=len (_ebbgd ){return nil ,nil ,_cg .New ("\u0049\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0063\u0061l\u0063\u0075\u006c\u0061\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0061\u006e\u0064\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0063\u006f\u006e\u0074\u0072o\u006c\u0020\u0070\u006f\u0069n\u0074"); +};_gac :=[]_ea .CubicBezierCurve {};for _bfge :=0;_bfge < len (_bbe );_bfge ++{_gac =append (_gac ,_ea .CubicBezierCurve {P0 :_cgcf [_bfge ],P1 :_bbe [_bfge ],P2 :_ebbgd [_bfge ],P3 :_cgcf [_bfge +1]});};if len (_gac )> 0{_dafge =append (_dafge ,_gac ); +};};_baccf ,_dcfg ,_efda :=_baeb (_dafge ,_fgee .Color ,_fgee .LineWidth );if _efda !=nil {return nil ,nil ,_efda ;};return _baccf ,_dcfg ,nil ;}; + +// CreateInkAnnotation creates an ink annotation object that can be added to the annotation list of a PDF page. +func CreateInkAnnotation (inkDef InkAnnotationDef )(*_ec .PdfAnnotation ,error ){_gaef :=_ec .NewPdfAnnotationInk ();_afff :=_cd .MakeArray ();for _ ,_abac :=range inkDef .Paths {if _abac .Length ()==0{continue ;};_feae :=[]float64 {};for _ ,_afdc :=range _abac .Points {_feae =append (_feae ,_afdc .X ,_afdc .Y ); +};_afff .Append (_cd .MakeArrayFromFloats (_feae ));};_gaef .InkList =_afff ;if inkDef .Color ==nil {inkDef .Color =_ec .NewPdfColorDeviceRGB (0.0,0.0,0.0);};_gaef .C =_cd .MakeArrayFromFloats ([]float64 {inkDef .Color .R (),inkDef .Color .G (),inkDef .Color .B ()}); +_cefd ,_dagf ,_deea :=_aedf (&inkDef );if _deea !=nil {return nil ,_deea ;};_gaef .AP =_cefd ;_gaef .Rect =_cd .MakeArrayFromFloats ([]float64 {_dagf .Llx ,_dagf .Lly ,_dagf .Urx ,_dagf .Ury });return _gaef .PdfAnnotation ,nil ;}; + +// SetStyle applies appearance `style` to `fa`. +func (_ce *FieldAppearance )SetStyle (style AppearanceStyle ){_ce ._adf =&style };func _ffe (_ecff *_g .ContentCreator ,_bgdb AppearanceStyle ,_babg ,_cefb float64 ){_ecff .Add_q ().Add_re (0,0,_babg ,_cefb ).Add_w (_bgdb .BorderSize ).SetStrokingColor (_bgdb .BorderColor ).SetNonStrokingColor (_bgdb .FillColor ).Add_B ().Add_Q (); +};const (_cgc quadding =0;_efc quadding =1;_fcac quadding =2;_ged float64 =2.0;);func _fbed (_bcfg _ae .Image ,_efeb string ,_fgbba *SignatureFieldOpts ,_ddde []float64 ,_dfdd *_g .ContentCreator )(*_cd .PdfObjectName ,*_ec .XObjectImage ,error ){_fddf ,_degd :=_ec .DefaultImageHandler {}.NewImageFromGoImage (_bcfg ); +if _degd !=nil {return nil ,nil ,_degd ;};_fgfb ,_degd :=_ec .NewXObjectImageFromImage (_fddf ,nil ,_fgbba .Encoder );if _degd !=nil {return nil ,nil ,_degd ;};_abba ,_efeg :=float64 (*_fgfb .Width ),float64 (*_fgfb .Height );_gaa :=_ddde [2]-_ddde [0]; +_bcgb :=_ddde [3]-_ddde [1];if _fgbba .AutoSize {_cagf :=_a .Min (_gaa /_abba ,_bcgb /_efeg );_abba *=_cagf ;_efeg *=_cagf ;_ddde [0]=_ddde [0]+(_gaa /2)-(_abba /2);_ddde [1]=_ddde [1]+(_bcgb /2)-(_efeg /2);};var _dgbc *_cd .PdfObjectName ;if _egce ,_ggb :=_cd .GetName (_fgfb .Name ); +_ggb {_dgbc =_egce ;}else {_dgbc =_cd .MakeName (_efeb );};if _dfdd !=nil {_dfdd .Add_q ().Translate (_ddde [0],_ddde [1]).Scale (_abba ,_efeg ).Add_Do (*_dgbc ).Add_Q ();}else {return nil ,nil ,_cg .New ("\u0043\u006f\u006e\u0074en\u0074\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u0075l\u006c"); +};return _dgbc ,_fgfb ,nil ;}; \ No newline at end of file diff --git a/common/common.go b/common/common.go index 68955f078..ab280ae6e 100644 --- a/common/common.go +++ b/common/common.go @@ -10,101 +10,102 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package common contains common properties used by the subpackages. -package common ;import (_d "fmt";_cg "io";_dg "os";_cc "path/filepath";_e "runtime";_b "time";);func _gec (_bc _cg .Writer ,_bf string ,_fbe string ,_ecg ...interface{}){_ ,_eff ,_cba ,_gd :=_e .Caller (3);if !_gd {_eff ="\u003f\u003f\u003f";_cba =0;}else {_eff =_cc .Base (_eff ); -};_df :=_d .Sprintf ("\u0025s\u0020\u0025\u0073\u003a\u0025\u0064 ",_bf ,_eff ,_cba )+_fbe +"\u000a";_d .Fprintf (_bc ,_df ,_ecg ...);}; +package common ;import (_b "fmt";_dd "io";_d "os";_ea "path/filepath";_bg "runtime";_bf "time";); -// Error does nothing for dummy logger. -func (DummyLogger )Error (format string ,args ...interface{}){};func (_ad ConsoleLogger )output (_ag _cg .Writer ,_cca string ,_af string ,_gef ...interface{}){_gec (_ag ,_cca ,_af ,_gef ...);};var Log Logger =DummyLogger {}; +// WriterLogger is the logger that writes data to the Output writer +type WriterLogger struct{LogLevel LogLevel ;Output _dd .Writer ;};const _aga =12;func _aea (_gef _dd .Writer ,_gd string ,_bc string ,_bdf ...interface{}){_ ,_eca ,_dc ,_bgg :=_bg .Caller (3);if !_bgg {_eca ="\u003f\u003f\u003f";_dc =0;}else {_eca =_ea .Base (_eca ); +};_bcc :=_b .Sprintf ("\u0025s\u0020\u0025\u0073\u003a\u0025\u0064 ",_gd ,_eca ,_dc )+_bc +"\u000a";_b .Fprintf (_gef ,_bcc ,_bdf ...);}; -// Info logs info message. -func (_eca ConsoleLogger )Info (format string ,args ...interface{}){if _eca .LogLevel >=LogLevelInfo {_eae :="\u005bI\u004e\u0046\u004f\u005d\u0020";_eca .output (_dg .Stdout ,_eae ,format ,args ...);};}; +// IsLogLevel returns true if log level is greater or equal than `level`. +// Can be used to avoid resource intensive calls to loggers. +func (_dfd ConsoleLogger )IsLogLevel (level LogLevel )bool {return _dfd .LogLevel >=level };const (LogLevelTrace LogLevel =5;LogLevelDebug LogLevel =4;LogLevelInfo LogLevel =3;LogLevelNotice LogLevel =2;LogLevelWarning LogLevel =1;LogLevelError LogLevel =0; +); -// NewConsoleLogger creates new console logger. -func NewConsoleLogger (logLevel LogLevel )*ConsoleLogger {return &ConsoleLogger {LogLevel :logLevel }}; +// ConsoleLogger is a logger that writes logs to the 'os.Stdout' +type ConsoleLogger struct{LogLevel LogLevel ;}; -// IsLogLevel returns true from dummy logger. -func (DummyLogger )IsLogLevel (level LogLevel )bool {return true };const _ac =22; +// IsLogLevel returns true if log level is greater or equal than `level`. +// Can be used to avoid resource intensive calls to loggers. +func (_ccf WriterLogger )IsLogLevel (level LogLevel )bool {return _ccf .LogLevel >=level }; + +// Notice does nothing for dummy logger. +func (DummyLogger )Notice (format string ,args ...interface{}){}; // Trace does nothing for dummy logger. func (DummyLogger )Trace (format string ,args ...interface{}){}; -// WriterLogger is the logger that writes data to the Output writer -type WriterLogger struct{LogLevel LogLevel ;Output _cg .Writer ;}; - -// Error logs error message. -func (_cgg WriterLogger )Error (format string ,args ...interface{}){if _cgg .LogLevel >=LogLevelError {_cf :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_cgg .logToWriter (_cgg .Output ,_cf ,format ,args ...);};}; +// Debug does nothing for dummy logger. +func (DummyLogger )Debug (format string ,args ...interface{}){}; -// Error logs error message. -func (_dgg ConsoleLogger )Error (format string ,args ...interface{}){if _dgg .LogLevel >=LogLevelError {_ab :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_dgg .output (_dg .Stdout ,_ab ,format ,args ...);};};func (_dcb WriterLogger )logToWriter (_bbe _cg .Writer ,_eda string ,_ccf string ,_gcb ...interface{}){_gec (_bbe ,_eda ,_ccf ,_gcb ); -}; +// Notice logs notice message. +func (_bb ConsoleLogger )Notice (format string ,args ...interface{}){if _bb .LogLevel >=LogLevelNotice {_eb :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_bb .output (_d .Stdout ,_eb ,format ,args ...);};}; -// Info logs info message. -func (_bg WriterLogger )Info (format string ,args ...interface{}){if _bg .LogLevel >=LogLevelInfo {_de :="\u005bI\u004e\u0046\u004f\u005d\u0020";_bg .logToWriter (_bg .Output ,_de ,format ,args ...);};};const (LogLevelTrace LogLevel =5;LogLevelDebug LogLevel =4; -LogLevelInfo LogLevel =3;LogLevelNotice LogLevel =2;LogLevelWarning LogLevel =1;LogLevelError LogLevel =0;); +// Debug logs debug message. +func (_af WriterLogger )Debug (format string ,args ...interface{}){if _af .LogLevel >=LogLevelDebug {_gg :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_af .logToWriter (_af .Output ,_gg ,format ,args ...);};}; -// UtcTimeFormat returns a formatted string describing a UTC timestamp. -func UtcTimeFormat (t _b .Time )string {return t .Format (_ade )+"\u0020\u0055\u0054\u0043"};const Version ="\u0033\u002e\u0036\u0034\u002e\u0030"; +// Trace logs trace message. +func (_ef ConsoleLogger )Trace (format string ,args ...interface{}){if _ef .LogLevel >=LogLevelTrace {_de :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_ef .output (_d .Stdout ,_de ,format ,args ...);};}; // NewWriterLogger creates new 'writer' logger. -func NewWriterLogger (logLevel LogLevel ,writer _cg .Writer )*WriterLogger {_bbf :=WriterLogger {Output :writer ,LogLevel :logLevel };return &_bbf ;}; +func NewWriterLogger (logLevel LogLevel ,writer _dd .Writer )*WriterLogger {_fbe :=WriterLogger {Output :writer ,LogLevel :logLevel };return &_fbe ;}; -// Debug logs debug message. -func (_gc ConsoleLogger )Debug (format string ,args ...interface{}){if _gc .LogLevel >=LogLevelDebug {_bb :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_gc .output (_dg .Stdout ,_bb ,format ,args ...);};};const _gca =15; +// DummyLogger does nothing. +type DummyLogger struct{};const _cf ="\u0032\u0020\u004aan\u0075\u0061\u0072\u0079\u0020\u0032\u0030\u0030\u0036\u0020\u0061\u0074\u0020\u0031\u0035\u003a\u0030\u0034"; -// Trace logs trace message. -func (_aa ConsoleLogger )Trace (format string ,args ...interface{}){if _aa .LogLevel >=LogLevelTrace {_ge :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_aa .output (_dg .Stdout ,_ge ,format ,args ...);};}; +// Info does nothing for dummy logger. +func (DummyLogger )Info (format string ,args ...interface{}){}; -// IsLogLevel returns true if log level is greater or equal than `level`. -// Can be used to avoid resource intensive calls to loggers. -func (_ed ConsoleLogger )IsLogLevel (level LogLevel )bool {return _ed .LogLevel >=level }; +// Debug logs debug message. +func (_ce ConsoleLogger )Debug (format string ,args ...interface{}){if _ce .LogLevel >=LogLevelDebug {_ae :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_ce .output (_d .Stdout ,_ae ,format ,args ...);};};const Version ="\u0033\u002e\u0036\u0035\u002e\u0030"; -// Trace logs trace message. -func (_bbc WriterLogger )Trace (format string ,args ...interface{}){if _bbc .LogLevel >=LogLevelTrace {_dad :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_bbc .logToWriter (_bbc .Output ,_dad ,format ,args ...);};}; -// Debug does nothing for dummy logger. -func (DummyLogger )Debug (format string ,args ...interface{}){};const _bcf =30;const _eb =11; +// SetLogger sets 'logger' to be used by the unidoc unipdf library. +func SetLogger (logger Logger ){Log =logger }; -// Warning logs warning message. -func (_fd ConsoleLogger )Warning (format string ,args ...interface{}){if _fd .LogLevel >=LogLevelWarning {_cbe :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_fd .output (_dg .Stdout ,_cbe ,format ,args ...);};}; +// Warning does nothing for dummy logger. +func (DummyLogger )Warning (format string ,args ...interface{}){}; -// IsLogLevel returns true if log level is greater or equal than `level`. -// Can be used to avoid resource intensive calls to loggers. -func (_da WriterLogger )IsLogLevel (level LogLevel )bool {return _da .LogLevel >=level }; +// Info logs info message. +func (_fb ConsoleLogger )Info (format string ,args ...interface{}){if _fb .LogLevel >=LogLevelInfo {_ac :="\u005bI\u004e\u0046\u004f\u005d\u0020";_fb .output (_d .Stdout ,_ac ,format ,args ...);};};var Log Logger =DummyLogger {};func (_ga ConsoleLogger )output (_fg _dd .Writer ,_cdf string ,_aag string ,_geb ...interface{}){_aea (_fg ,_cdf ,_aag ,_geb ...); +};func (_be WriterLogger )logToWriter (_ged _dd .Writer ,_afa string ,_acg string ,_ec ...interface{}){_aea (_ged ,_afa ,_acg ,_ec );};const _fa =30;const _efd =15; -// DummyLogger does nothing. -type DummyLogger struct{}; +// Logger is the interface used for logging in the unipdf package. +type Logger interface{Error (_c string ,_ee ...interface{});Warning (_db string ,_g ...interface{});Notice (_f string ,_fc ...interface{});Info (_a string ,_cd ...interface{});Debug (_da string ,_gb ...interface{});Trace (_gf string ,_ag ...interface{}); +IsLogLevel (_df LogLevel )bool ;}; -// SetLogger sets 'logger' to be used by the unidoc unipdf library. -func SetLogger (logger Logger ){Log =logger }; +// LogLevel is the verbosity level for logging. +type LogLevel int ; + +// IsLogLevel returns true from dummy logger. +func (DummyLogger )IsLogLevel (level LogLevel )bool {return true }; // Warning logs warning message. -func (_ecf WriterLogger )Warning (format string ,args ...interface{}){if _ecf .LogLevel >=LogLevelWarning {_db :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_ecf .logToWriter (_ecf .Output ,_db ,format ,args ...);};};const _adg =2024; +func (_fbb WriterLogger )Warning (format string ,args ...interface{}){if _fbb .LogLevel >=LogLevelWarning {_deb :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_fbb .logToWriter (_fbb .Output ,_deb ,format ,args ...);};}; +// Error does nothing for dummy logger. +func (DummyLogger )Error (format string ,args ...interface{}){}; // Notice logs notice message. -func (_edd ConsoleLogger )Notice (format string ,args ...interface{}){if _edd .LogLevel >=LogLevelNotice {_cda :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_edd .output (_dg .Stdout ,_cda ,format ,args ...);};}; +func (_fga WriterLogger )Notice (format string ,args ...interface{}){if _fga .LogLevel >=LogLevelNotice {_gfg :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_fga .logToWriter (_fga .Output ,_gfg ,format ,args ...);};};const _cg =20;var ReleasedAt =_bf .Date (_aff ,_aga ,_cg ,_efd ,_fa ,0,0,_bf .UTC ); -// Notice does nothing for dummy logger. -func (DummyLogger )Notice (format string ,args ...interface{}){};const _ade ="\u0032\u0020\u004aan\u0075\u0061\u0072\u0079\u0020\u0032\u0030\u0030\u0036\u0020\u0061\u0074\u0020\u0031\u0035\u003a\u0030\u0034"; -// Debug logs debug message. -func (_cff WriterLogger )Debug (format string ,args ...interface{}){if _cff .LogLevel >=LogLevelDebug {_ef :="\u005b\u0044\u0045\u0042\u0055\u0047\u005d\u0020";_cff .logToWriter (_cff .Output ,_ef ,format ,args ...);};}; +// Error logs error message. +func (_bgc ConsoleLogger )Error (format string ,args ...interface{}){if _bgc .LogLevel >=LogLevelError {_aa :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_bgc .output (_d .Stdout ,_aa ,format ,args ...);};}; -// Info does nothing for dummy logger. -func (DummyLogger )Info (format string ,args ...interface{}){}; +// UtcTimeFormat returns a formatted string describing a UTC timestamp. +func UtcTimeFormat (t _bf .Time )string {return t .Format (_cf )+"\u0020\u0055\u0054\u0043"}; -// Notice logs notice message. -func (_fb WriterLogger )Notice (format string ,args ...interface{}){if _fb .LogLevel >=LogLevelNotice {_ae :="\u005bN\u004f\u0054\u0049\u0043\u0045\u005d ";_fb .logToWriter (_fb .Output ,_ae ,format ,args ...);};}; +// NewConsoleLogger creates new console logger. +func NewConsoleLogger (logLevel LogLevel )*ConsoleLogger {return &ConsoleLogger {LogLevel :logLevel }}; -// Warning does nothing for dummy logger. -func (DummyLogger )Warning (format string ,args ...interface{}){}; +// Warning logs warning message. +func (_ge ConsoleLogger )Warning (format string ,args ...interface{}){if _ge .LogLevel >=LogLevelWarning {_cc :="\u005b\u0057\u0041\u0052\u004e\u0049\u004e\u0047\u005d\u0020";_ge .output (_d .Stdout ,_cc ,format ,args ...);};};const _aff =2024; -// Logger is the interface used for logging in the unipdf package. -type Logger interface{Error (_f string ,_ca ...interface{});Warning (_a string ,_fe ...interface{});Notice (_g string ,_cb ...interface{});Info (_ec string ,_dc ...interface{});Debug (_be string ,_cd ...interface{});Trace (_ea string ,_ff ...interface{}); -IsLogLevel (_caa LogLevel )bool ;}; +// Trace logs trace message. +func (_fge WriterLogger )Trace (format string ,args ...interface{}){if _fge .LogLevel >=LogLevelTrace {_gc :="\u005b\u0054\u0052\u0041\u0043\u0045\u005d\u0020";_fge .logToWriter (_fge .Output ,_gc ,format ,args ...);};}; -// ConsoleLogger is a logger that writes logs to the 'os.Stdout' -type ConsoleLogger struct{LogLevel LogLevel ;}; +// Error logs error message. +func (_bfg WriterLogger )Error (format string ,args ...interface{}){if _bfg .LogLevel >=LogLevelError {_ab :="\u005b\u0045\u0052\u0052\u004f\u0052\u005d\u0020";_bfg .logToWriter (_bfg .Output ,_ab ,format ,args ...);};}; -// LogLevel is the verbosity level for logging. -type LogLevel int ;var ReleasedAt =_b .Date (_adg ,_eb ,_ac ,_gca ,_bcf ,0,0,_b .UTC ); \ No newline at end of file +// Info logs info message. +func (_bd WriterLogger )Info (format string ,args ...interface{}){if _bd .LogLevel >=LogLevelInfo {_fbed :="\u005bI\u004e\u0046\u004f\u005d\u0020";_bd .logToWriter (_bd .Output ,_fbed ,format ,args ...);};}; \ No newline at end of file diff --git a/common/license/license.go b/common/license/license.go index 8a128bfd5..f5d63ea9e 100644 --- a/common/license/license.go +++ b/common/license/license.go @@ -10,29 +10,30 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package license helps manage commercial licenses and check if they are valid for the version of unipdf used. -package license ;import _b "github.com/unidoc/unipdf/v3/internal/license"; +package license ;import _a "github.com/unidoc/unipdf/v3/internal/license"; -// LicenseKey represents a loaded license key. -type LicenseKey =_b .LicenseKey ;const (LicenseTierUnlicensed =_b .LicenseTierUnlicensed ;LicenseTierCommunity =_b .LicenseTierCommunity ;LicenseTierIndividual =_b .LicenseTierIndividual ;LicenseTierBusiness =_b .LicenseTierBusiness ;); +// MakeUnlicensedKey returns a default key. +func MakeUnlicensedKey ()*LicenseKey {return _a .MakeUnlicensedKey ()}; + +// GetLicenseKey returns the currently loaded license key. +func GetLicenseKey ()*LicenseKey {return _a .GetLicenseKey ()};func SetMeteredKeyUsageLogVerboseMode (val bool ){_a .SetMeteredKeyUsageLogVerboseMode (val )}; + +// GetMeteredState checks the currently used metered document usage status, +// documents used and credits available. +func GetMeteredState ()(_a .MeteredStatus ,error ){return _a .GetMeteredState ()}; // SetMeteredKey sets the metered API key required for SaaS operation. // Document usage is reported periodically for the product to function correctly. -func SetMeteredKey (apiKey string )error {return _b .SetMeteredKey (apiKey )}; - -// GetLicenseKey returns the currently loaded license key. -func GetLicenseKey ()*LicenseKey {return _b .GetLicenseKey ()}; +func SetMeteredKey (apiKey string )error {return _a .SetMeteredKey (apiKey )}; // SetMeteredKeyPersistentCache sets the metered License API Key persistent cache. // Default value 'true', set to `false` will report the usage immediately to license server, // this can be used when there's no access to persistent data storage. -func SetMeteredKeyPersistentCache (val bool ){_b .SetMeteredKeyPersistentCache (val )}; +func SetMeteredKeyPersistentCache (val bool ){_a .SetMeteredKeyPersistentCache (val )};const (LicenseTierUnlicensed =_a .LicenseTierUnlicensed ;LicenseTierCommunity =_a .LicenseTierCommunity ;LicenseTierIndividual =_a .LicenseTierIndividual ;LicenseTierBusiness =_a .LicenseTierBusiness ; +); -// GetMeteredState checks the currently used metered document usage status, -// documents used and credits available. -func GetMeteredState ()(_b .MeteredStatus ,error ){return _b .GetMeteredState ()}; +// LicenseKey represents a loaded license key. +type LicenseKey =_a .LicenseKey ; // SetLicenseKey sets and validates the license key. -func SetLicenseKey (content string ,customerName string )error {return _b .SetLicenseKey (content ,customerName );}; - -// MakeUnlicensedKey returns a default key. -func MakeUnlicensedKey ()*LicenseKey {return _b .MakeUnlicensedKey ()};func SetMeteredKeyUsageLogVerboseMode (val bool ){_b .SetMeteredKeyUsageLogVerboseMode (val )}; \ No newline at end of file +func SetLicenseKey (content string ,customerName string )error {return _a .SetLicenseKey (content ,customerName );}; \ No newline at end of file diff --git a/contentstream/contentstream.go b/contentstream/contentstream.go index f300dc2f5..ba685c738 100644 --- a/contentstream/contentstream.go +++ b/contentstream/contentstream.go @@ -20,790 +20,788 @@ // be converted to a string for embedding in a PDF file. // // The contentstream package uses the core and model packages. -package contentstream ;import (_e "bufio";_fg "bytes";_cg "encoding/hex";_g "errors";_ga "fmt";_dc "github.com/unidoc/unipdf/v3/common";_eaf "github.com/unidoc/unipdf/v3/core";_d "github.com/unidoc/unipdf/v3/internal/imageutil";_b "github.com/unidoc/unipdf/v3/internal/transform"; -_ee "github.com/unidoc/unipdf/v3/model";_fc "image/color";_gg "image/jpeg";_ea "io";_ed "math";_ce "regexp";_c "strconv";); +package contentstream ;import (_g "bufio";_ee "bytes";_ed "encoding/hex";_f "errors";_d "fmt";_dg "github.com/unidoc/unipdf/v3/common";_ec "github.com/unidoc/unipdf/v3/core";_gf "github.com/unidoc/unipdf/v3/internal/imageutil";_dc "github.com/unidoc/unipdf/v3/internal/transform"; +_gb "github.com/unidoc/unipdf/v3/model";_fe "image/color";_a "image/jpeg";_eg "io";_fd "math";_e "regexp";_fa "strconv";); -// Add_Do adds 'Do' operation to the content stream: -// Displays an XObject (image or form) specified by `name`. +// Add_BT appends 'BT' operand to the content stream: +// Begin text. // -// See section 8.8 "External Objects" and Table 87 (pp. 209-220 PDF32000_2008). -func (_cfa *ContentCreator )Add_Do (name _eaf .PdfObjectName )*ContentCreator {_afc :=ContentStreamOperation {};_afc .Operand ="\u0044\u006f";_afc .Params =_fcce ([]_eaf .PdfObjectName {name });_cfa ._eg =append (_cfa ._eg ,&_afc );return _cfa ;}; +// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). +func (_agc *ContentCreator )Add_BT ()*ContentCreator {_beb :=ContentStreamOperation {};_beb .Operand ="\u0042\u0054";_agc ._ecda =append (_agc ._ecda ,&_beb );return _agc ;};func (_bga *ContentStreamInlineImage )String ()string {_bdec :=_d .Sprintf ("I\u006el\u0069\u006e\u0065\u0049\u006d\u0061\u0067\u0065(\u006c\u0065\u006e\u003d%d\u0029\u000a",len (_bga ._addd )); +if _bga .BitsPerComponent !=nil {_bdec +="\u002d\u0020\u0042\u0050\u0043\u0020"+_bga .BitsPerComponent .WriteString ()+"\u000a";};if _bga .ColorSpace !=nil {_bdec +="\u002d\u0020\u0043S\u0020"+_bga .ColorSpace .WriteString ()+"\u000a";};if _bga .Decode !=nil {_bdec +="\u002d\u0020\u0044\u0020"+_bga .Decode .WriteString ()+"\u000a"; +};if _bga .DecodeParms !=nil {_bdec +="\u002d\u0020\u0044P\u0020"+_bga .DecodeParms .WriteString ()+"\u000a";};if _bga .Filter !=nil {_bdec +="\u002d\u0020\u0046\u0020"+_bga .Filter .WriteString ()+"\u000a";};if _bga .Height !=nil {_bdec +="\u002d\u0020\u0048\u0020"+_bga .Height .WriteString ()+"\u000a"; +};if _bga .ImageMask !=nil {_bdec +="\u002d\u0020\u0049M\u0020"+_bga .ImageMask .WriteString ()+"\u000a";};if _bga .Intent !=nil {_bdec +="\u002d \u0049\u006e\u0074\u0065\u006e\u0074 "+_bga .Intent .WriteString ()+"\u000a";};if _bga .Interpolate !=nil {_bdec +="\u002d\u0020\u0049\u0020"+_bga .Interpolate .WriteString ()+"\u000a"; +};if _bga .Width !=nil {_bdec +="\u002d\u0020\u0057\u0020"+_bga .Width .WriteString ()+"\u000a";};return _bdec ;};func (_dffb *ContentStreamProcessor )handleCommand_scn (_aefb *ContentStreamOperation ,_bgda *_gb .PdfPageResources )error {_ebfb :=_dffb ._ecga .ColorspaceNonStroking ; +if !_bdaf (_ebfb ){if len (_aefb .Params )!=_ebfb .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_aefb .Params ),_ebfb );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};};_dagfb ,_fbg :=_ebfb .ColorFromPdfObjects (_aefb .Params );if _fbg !=nil {_dg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0063o\u006co\u0072\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0043\u0053\u0020\u0069\u0073\u0020\u0025\u002b\u0076\u0029",_aefb .Params ,_ebfb ); +return _fbg ;};_dffb ._ecga .ColorNonStroking =_dagfb ;return nil ;};func _ffd (_dfca _ec .PdfObject )(_gb .PdfColorspace ,error ){_dfbag ,_eaca :=_dfca .(*_ec .PdfObjectArray );if !_eaca {_dg .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020cs\u0020\u006e\u006ft\u0020\u0069n\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025#\u0076\u0029",_dfca ); +return nil ,_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _dfbag .Len ()!=4{_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061r\u0072\u0061\u0079\u002c\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0034\u0020\u0028\u0025\u0064\u0029",_dfbag .Len ()); +return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_ebfc ,_eaca :=_dfbag .Get (0).(*_ec .PdfObjectName );if !_eaca {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072s\u0074 \u0065\u006c\u0065\u006de\u006e\u0074 \u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0023\u0076\u0029",*_dfbag ); +return nil ,_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_ebfc !="\u0049"&&*_ebfc !="\u0049n\u0064\u0065\u0078\u0065\u0064"{_dg .Log .Debug ("\u0045\u0072r\u006f\u0072\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0049\u0020\u0028\u0067\u006f\u0074\u003a\u0020\u0025\u0076\u0029",*_ebfc ); +return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_ebfc ,_eaca =_dfbag .Get (1).(*_ec .PdfObjectName );if !_eaca {_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072a\u0079\u003a\u0020\u0025\u0023v\u0029",*_dfbag ); +return nil ,_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_ebfc !="\u0047"&&*_ebfc !="\u0052\u0047\u0042"&&*_ebfc !="\u0043\u004d\u0059\u004b"&&*_ebfc !="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"&&*_ebfc !="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"&&*_ebfc !="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0047\u002f\u0052\u0047\u0042\u002f\u0043\u004d\u0059\u004b\u0020\u0028g\u006f\u0074\u003a\u0020\u0025v\u0029",*_ebfc ); +return nil ,_f .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bbae :="";switch *_ebfc {case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_bbae ="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"; +case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_bbae ="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_bbae ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; +};_fab :=_ec .MakeArray (_ec .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"),_ec .MakeName (_bbae ),_dfbag .Get (2),_dfbag .Get (3));return _gb .NewPdfColorspaceFromPdfObject (_fab );};func _bac (_dage *ContentStreamInlineImage ,_bacc *_ec .PdfObjectDictionary )(*_ec .FlateEncoder ,error ){_abbd :=_ec .NewFlateEncoder (); +if _dage ._dgag !=nil {_abbd .SetImage (_dage ._dgag );};if _bacc ==nil {_afe :=_dage .DecodeParms ;if _afe !=nil {_eac ,_dfd :=_ec .GetDict (_afe );if !_dfd {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_afe ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};_bacc =_eac ;};};if _bacc ==nil {return _abbd ,nil ;};_dg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_bacc .String ()); +_dgf :=_bacc .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _dgf ==nil {_dg .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); +}else {_daae ,_dea :=_dgf .(*_ec .PdfObjectInteger );if !_dea {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_dgf ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_abbd .Predictor =int (*_daae );};_dgf =_bacc .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _dgf !=nil {_cef ,_bdb :=_dgf .(*_ec .PdfObjectInteger );if !_bdb {_dg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_d .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_abbd .BitsPerComponent =int (*_cef );};if _abbd .Predictor > 1{_abbd .Columns =1;_dgf =_bacc .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _dgf !=nil {_adbc ,_ggg :=_dgf .(*_ec .PdfObjectInteger );if !_ggg {return nil ,_d .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_abbd .Columns =int (*_adbc ); +};_abbd .Colors =1;_ecg :=_bacc .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _ecg !=nil {_fbfc ,_fggg :=_ecg .(*_ec .PdfObjectInteger );if !_fggg {return nil ,_d .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_abbd .Colors =int (*_fbfc );};};return _abbd ,nil ;}; -// String returns `ops.Bytes()` as a string. -func (_df *ContentStreamOperations )String ()string {return string (_df .Bytes ())};func (_ddad *ContentStreamProcessor )handleCommand_rg (_fccb *ContentStreamOperation ,_cga *_ee .PdfPageResources )error {_fegg :=_ee .NewPdfColorspaceDeviceRGB ();if len (_fccb .Params )!=_fegg .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_fccb .Params ),_fegg );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_gadc ,_dgd :=_fegg .ColorFromPdfObjects (_fccb .Params );if _dgd !=nil {return _dgd ;};_ddad ._edec .ColorspaceNonStroking =_fegg ;_ddad ._edec .ColorNonStroking =_gadc ;return nil ;}; +// ContentCreator is a builder for PDF content streams. +type ContentCreator struct{_ecda ContentStreamOperations }; -// Add_s appends 's' operand to the content stream: Close and stroke the path. -// -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_dcfg *ContentCreator )Add_s ()*ContentCreator {_cb :=ContentStreamOperation {};_cb .Operand ="\u0073";_dcfg ._eg =append (_dcfg ._eg ,&_cb );return _dcfg ;}; +// String returns `ops.Bytes()` as a string. +func (_fcd *ContentStreamOperations )String ()string {return string (_fcd .Bytes ())}; -// ContentStreamOperations is a slice of ContentStreamOperations. -type ContentStreamOperations []*ContentStreamOperation ;func (_bgb *ContentStreamParser )skipSpaces ()(int ,error ){_aaea :=0;for {_cfbda ,_bfdf :=_bgb ._ccf .Peek (1);if _bfdf !=nil {return 0,_bfdf ;};if _eaf .IsWhiteSpace (_cfbda [0]){_bgb ._ccf .ReadByte (); -_aaea ++;}else {break ;};};return _aaea ,nil ;}; +// String is same as Bytes() except returns as a string for convenience. +func (_edf *ContentCreator )String ()string {return string (_edf ._ecda .Bytes ())}; -// Add_Tf appends 'Tf' operand to the content stream: -// Set font and font size specified by font resource `fontName` and `fontSize`. +// Add_l adds 'l' operand to the content stream: +// Append a straight line segment from the current point to (x,y). // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_ged *ContentCreator )Add_Tf (fontName _eaf .PdfObjectName ,fontSize float64 )*ContentCreator {_dfd :=ContentStreamOperation {};_dfd .Operand ="\u0054\u0066";_dfd .Params =_fcce ([]_eaf .PdfObjectName {fontName });_dfd .Params =append (_dfd .Params ,_daea ([]float64 {fontSize })...); -_ged ._eg =append (_ged ._eg ,&_dfd );return _ged ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_egb *ContentCreator )Add_l (x ,y float64 )*ContentCreator {_dbe :=ContentStreamOperation {};_dbe .Operand ="\u006c";_dbe .Params =_abbc ([]float64 {x ,y });_egb ._ecda =append (_egb ._ecda ,&_dbe );return _egb ;}; -// Add_cm adds 'cm' operation to the content stream: Modifies the current transformation matrix (ctm) -// of the graphics state. +// Add_sh appends 'sh' operand to the content stream: +// Paints the shape and colour shading described by a shading dictionary specified by `name`, +// subject to the current clipping path // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_gaa *ContentCreator )Add_cm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_fa :=ContentStreamOperation {};_fa .Operand ="\u0063\u006d";_fa .Params =_daea ([]float64 {a ,b ,c ,d ,e ,f });_gaa ._eg =append (_gaa ._eg ,&_fa );return _gaa ;};func (_bab *ContentStreamParser )parseBool ()(_eaf .PdfObjectBool ,error ){_dgbc ,_edag :=_bab ._ccf .Peek (4); -if _edag !=nil {return _eaf .PdfObjectBool (false ),_edag ;};if (len (_dgbc )>=4)&&(string (_dgbc [:4])=="\u0074\u0072\u0075\u0065"){_bab ._ccf .Discard (4);return _eaf .PdfObjectBool (true ),nil ;};_dgbc ,_edag =_bab ._ccf .Peek (5);if _edag !=nil {return _eaf .PdfObjectBool (false ),_edag ; -};if (len (_dgbc )>=5)&&(string (_dgbc [:5])=="\u0066\u0061\u006cs\u0065"){_bab ._ccf .Discard (5);return _eaf .PdfObjectBool (false ),nil ;};return _eaf .PdfObjectBool (false ),_g .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg"); -}; +// See section 8.7.4 "Shading Patterns" and Table 77 (p. 190 PDF32000_2008). +func (_gae *ContentCreator )Add_sh (name _ec .PdfObjectName )*ContentCreator {_fdf :=ContentStreamOperation {};_fdf .Operand ="\u0073\u0068";_fdf .Params =_gec ([]_ec .PdfObjectName {name });_gae ._ecda =append (_gae ._ecda ,&_fdf );return _gae ;}; -// NewContentCreator returns a new initialized ContentCreator. -func NewContentCreator ()*ContentCreator {_gf :=&ContentCreator {};_gf ._eg =ContentStreamOperations {};return _gf ;}; +// Add_n appends 'n' operand to the content stream: +// End the path without filling or stroking. +// +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_fcgf *ContentCreator )Add_n ()*ContentCreator {_ccd :=ContentStreamOperation {};_ccd .Operand ="\u006e";_fcgf ._ecda =append (_fcgf ._ecda ,&_ccd );return _fcgf ;}; -// Add_SCN appends 'SCN' operand to the content stream: -// Same as SC but supports more colorspaces. +// Add_TJ appends 'TJ' operand to the content stream: +// Show one or more text string. Array of numbers (displacement) and strings. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_gce *ContentCreator )Add_SCN (c ...float64 )*ContentCreator {_dad :=ContentStreamOperation {};_dad .Operand ="\u0053\u0043\u004e";_dad .Params =_daea (c );_gce ._eg =append (_gce ._eg ,&_dad );return _gce ;}; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_dbc *ContentCreator )Add_TJ (vals ..._ec .PdfObject )*ContentCreator {_gfcgc :=ContentStreamOperation {};_gfcgc .Operand ="\u0054\u004a";_gfcgc .Params =[]_ec .PdfObject {_ec .MakeArray (vals ...)};_dbc ._ecda =append (_dbc ._ecda ,&_gfcgc );return _dbc ; +}; -// Add_M adds 'M' operand to the content stream: Set the miter limit (graphics state). +// Add_ri adds 'ri' operand to the content stream, which sets the color rendering intent. // // See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_acc *ContentCreator )Add_M (miterlimit float64 )*ContentCreator {_gd :=ContentStreamOperation {};_gd .Operand ="\u004d";_gd .Params =_daea ([]float64 {miterlimit });_acc ._eg =append (_acc ._eg ,&_gd );return _acc ;}; +func (_bgb *ContentCreator )Add_ri (intent _ec .PdfObjectName )*ContentCreator {_agd :=ContentStreamOperation {};_agd .Operand ="\u0072\u0069";_agd .Params =_gec ([]_ec .PdfObjectName {intent });_bgb ._ecda =append (_bgb ._ecda ,&_agd );return _bgb ;}; +func (_gfdd *ContentStreamParser )parseName ()(_ec .PdfObjectName ,error ){_gbe :="";_gaeb :=false ;for {_bcfb ,_egdd :=_gfdd ._fdgc .Peek (1);if _egdd ==_eg .EOF {break ;};if _egdd !=nil {return _ec .PdfObjectName (_gbe ),_egdd ;};if !_gaeb {if _bcfb [0]=='/'{_gaeb =true ; +_gfdd ._fdgc .ReadByte ();}else {_dg .Log .Error ("N\u0061\u006d\u0065\u0020\u0073\u0074a\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069\u0074h\u0020\u0025\u0073 \u0028%\u0020\u0078\u0029",_bcfb ,_bcfb );return _ec .PdfObjectName (_gbe ),_d .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_bcfb [0]); +};}else {if _ec .IsWhiteSpace (_bcfb [0]){break ;}else if (_bcfb [0]=='/')||(_bcfb [0]=='[')||(_bcfb [0]=='(')||(_bcfb [0]==']')||(_bcfb [0]=='<')||(_bcfb [0]=='>'){break ;}else if _bcfb [0]=='#'{_ggc ,_ccfb :=_gfdd ._fdgc .Peek (3);if _ccfb !=nil {return _ec .PdfObjectName (_gbe ),_ccfb ; +};_gfdd ._fdgc .Discard (3);_aab ,_ccfb :=_ed .DecodeString (string (_ggc [1:3]));if _ccfb !=nil {return _ec .PdfObjectName (_gbe ),_ccfb ;};_gbe +=string (_aab );}else {_dgbb ,_ :=_gfdd ._fdgc .ReadByte ();_gbe +=string (_dgbb );};};};return _ec .PdfObjectName (_gbe ),nil ; +};const (HandlerConditionEnumOperand HandlerConditionEnum =iota ;HandlerConditionEnumAllOperands ;);func (_fdgb *ContentStreamProcessor )getColorspace (_gadbb string ,_bed *_gb .PdfPageResources )(_gb .PdfColorspace ,error ){switch _gadbb {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return _gb .NewPdfColorspaceDeviceGray (),nil ; +case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return _gb .NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return _gb .NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _gb .NewPdfColorspaceSpecialPattern (),nil ; +};if _bed !=nil {_daaf ,_efcf :=_bed .GetColorspaceByName (_ec .PdfObjectName (_gadbb ));if _efcf {return _daaf ,nil ;};};switch _gadbb {case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _gb .NewPdfColorspaceCalGray (),nil ;case "\u0043\u0061\u006c\u0052\u0047\u0042":return _gb .NewPdfColorspaceCalRGB (),nil ; +case "\u004c\u0061\u0062":return _gb .NewPdfColorspaceLab (),nil ;};_dg .Log .Debug ("\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063e\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u0065\u0064\u003a\u0020\u0025\u0073",_gadbb ); +return nil ,_d .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065:\u0020\u0025\u0073",_gadbb );};func _dcc (_eaf []_ec .PdfObjectString )[]_ec .PdfObject {var _fbc []_ec .PdfObject ; +for _ ,_cbfc :=range _eaf {_fbc =append (_fbc ,_ec .MakeString (_cbfc .Str ()));};return _fbc ;}; -// Add_W_starred appends 'W*' operand to the content stream: -// Modify the current clipping path by intersecting with the current path (even odd rule). +// Add_quotes appends `"` operand to the content stream: +// Move to next line and show a string, using `aw` and `ac` as word +// and character spacing respectively. // -// See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). -func (_gad *ContentCreator )Add_W_starred ()*ContentCreator {_cgf :=ContentStreamOperation {};_cgf .Operand ="\u0057\u002a";_gad ._eg =append (_gad ._eg ,&_cgf );return _gad ;};func (_babd *ContentStreamProcessor )handleCommand_K (_bbd *ContentStreamOperation ,_fgfe *_ee .PdfPageResources )error {_cgaa :=_ee .NewPdfColorspaceDeviceCMYK (); -if len (_bbd .Params )!=_cgaa .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_bbd .Params ),_cgaa );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_acfdc ,_fgaa :=_cgaa .ColorFromPdfObjects (_bbd .Params );if _fgaa !=nil {return _fgaa ;};_babd ._edec .ColorspaceStroking =_cgaa ;_babd ._edec .ColorStroking =_acfdc ;return nil ;}; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_acgc *ContentCreator )Add_quotes (textstr _ec .PdfObjectString ,aw ,ac float64 )*ContentCreator {_ccdd :=ContentStreamOperation {};_ccdd .Operand ="\u0022";_ccdd .Params =_abbc ([]float64 {aw ,ac });_ccdd .Params =append (_ccdd .Params ,_dcc ([]_ec .PdfObjectString {textstr })...); +_acgc ._ecda =append (_acgc ._ecda ,&_ccdd );return _acgc ;}; -// Add_ri adds 'ri' operand to the content stream, which sets the color rendering intent. +// Add_s appends 's' operand to the content stream: Close and stroke the path. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_bfg *ContentCreator )Add_ri (intent _eaf .PdfObjectName )*ContentCreator {_gdd :=ContentStreamOperation {};_gdd .Operand ="\u0072\u0069";_gdd .Params =_fcce ([]_eaf .PdfObjectName {intent });_bfg ._eg =append (_bfg ._eg ,&_gdd );return _bfg ;};type handlerEntry struct{Condition HandlerConditionEnum ; -Operand string ;Handler HandlerFunc ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_daa *ContentCreator )Add_s ()*ContentCreator {_gcd :=ContentStreamOperation {};_gcd .Operand ="\u0073";_daa ._ecda =append (_daa ._ecda ,&_gcd );return _daa ;}; -// Add_SCN_pattern appends 'SCN' operand to the content stream for pattern `name`: -// SCN with name attribute (for pattern). Syntax: c1 ... cn name SCN. +// Add_scn_pattern appends 'scn' operand to the content stream for pattern `name`: +// scn with name attribute (for pattern). Syntax: c1 ... cn name scn. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_ebga *ContentCreator )Add_SCN_pattern (name _eaf .PdfObjectName ,c ...float64 )*ContentCreator {_bc :=ContentStreamOperation {};_bc .Operand ="\u0053\u0043\u004e";_bc .Params =_daea (c );_bc .Params =append (_bc .Params ,_eaf .MakeName (string (name ))); -_ebga ._eg =append (_ebga ._eg ,&_bc );return _ebga ;}; +func (_gg *ContentCreator )Add_scn_pattern (name _ec .PdfObjectName ,c ...float64 )*ContentCreator {_efe :=ContentStreamOperation {};_efe .Operand ="\u0073\u0063\u006e";_efe .Params =_abbc (c );_efe .Params =append (_efe .Params ,_ec .MakeName (string (name ))); +_gg ._ecda =append (_gg ._ecda ,&_efe );return _gg ;};func (_cabf *ContentStreamParser )parseArray ()(*_ec .PdfObjectArray ,error ){_eeeg :=_ec .MakeArray ();_cabf ._fdgc .ReadByte ();for {_cabf .skipSpaces ();_egde ,_fadc :=_cabf ._fdgc .Peek (1);if _fadc !=nil {return _eeeg ,_fadc ; +};if _egde [0]==']'{_cabf ._fdgc .ReadByte ();break ;};_cfg ,_ ,_fadc :=_cabf .parseObject ();if _fadc !=nil {return _eeeg ,_fadc ;};_eeeg .Append (_cfg );};return _eeeg ,nil ;}; -// Add_EMC appends 'EMC' operand to the content stream: -// Ends a marked-content sequence. +// Add_W_starred appends 'W*' operand to the content stream: +// Modify the current clipping path by intersecting with the current path (even odd rule). // -// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_dgg *ContentCreator )Add_EMC ()*ContentCreator {_ccdd :=ContentStreamOperation {};_ccdd .Operand ="\u0045\u004d\u0043";_dgg ._eg =append (_dgg ._eg ,&_ccdd );return _dgg ;}; +// See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). +func (_gad *ContentCreator )Add_W_starred ()*ContentCreator {_fbf :=ContentStreamOperation {};_fbf .Operand ="\u0057\u002a";_gad ._ecda =append (_gad ._ecda ,&_fbf );return _gad ;}; -// Add_y appends 'y' operand to the content stream: Append a Bezier curve to the current path from the -// current point to (x3,y3) with (x1, y1) and (x3,y3) as control points. -// -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_ba *ContentCreator )Add_y (x1 ,y1 ,x3 ,y3 float64 )*ContentCreator {_acf :=ContentStreamOperation {};_acf .Operand ="\u0079";_acf .Params =_daea ([]float64 {x1 ,y1 ,x3 ,y3 });_ba ._eg =append (_ba ._eg ,&_acf );return _ba ;}; +// Transform returns coordinates x, y transformed by the CTM. +func (_ddge *GraphicsState )Transform (x ,y float64 )(float64 ,float64 ){return _ddge .CTM .Transform (x ,y );};func (_gfge *ContentStreamProcessor )handleCommand_k (_efaed *ContentStreamOperation ,_dfaa *_gb .PdfPageResources )error {_acca :=_gb .NewPdfColorspaceDeviceCMYK (); +if len (_efaed .Params )!=_acca .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_efaed .Params ),_acca );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_dde ,_cdde :=_acca .ColorFromPdfObjects (_efaed .Params );if _cdde !=nil {return _cdde ;};_gfge ._ecga .ColorspaceNonStroking =_acca ;_gfge ._ecga .ColorNonStroking =_dde ;return nil ;}; -// Add_TJ appends 'TJ' operand to the content stream: -// Show one or more text string. Array of numbers (displacement) and strings. +// Add_BMC appends 'BMC' operand to the content stream: +// Begins a marked-content sequence terminated by a balancing EMC operator. +// `tag` shall be a name object indicating the role or significance of +// the sequence. // -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_eedf *ContentCreator )Add_TJ (vals ..._eaf .PdfObject )*ContentCreator {_bddd :=ContentStreamOperation {};_bddd .Operand ="\u0054\u004a";_bddd .Params =[]_eaf .PdfObject {_eaf .MakeArray (vals ...)};_eedf ._eg =append (_eedf ._eg ,&_bddd );return _eedf ; -}; +// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). +func (_efg *ContentCreator )Add_BMC (tag _ec .PdfObjectName )*ContentCreator {_efa :=ContentStreamOperation {};_efa .Operand ="\u0042\u004d\u0043";_efa .Params =_gec ([]_ec .PdfObjectName {tag });_efg ._ecda =append (_efg ._ecda ,&_efa );return _efg ;}; +func _bea (_cfcc *ContentStreamInlineImage )(_ec .StreamEncoder ,error ){if _cfcc .Filter ==nil {return _ec .NewRawEncoder (),nil ;};_gbb ,_bcc :=_cfcc .Filter .(*_ec .PdfObjectName );if !_bcc {_fdb ,_gfb :=_cfcc .Filter .(*_ec .PdfObjectArray );if !_gfb {return nil ,_d .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _fdb .Len ()==0{return _ec .NewRawEncoder (),nil ;};if _fdb .Len ()!=1{_gdc ,_fcgc :=_ecc (_cfcc );if _fcgc !=nil {_dg .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_fcgc ); +return nil ,_fcgc ;};_dg .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_gdc );return _gdc ,nil ;};_faf :=_fdb .Get (0);_gbb ,_gfb =_faf .(*_ec .PdfObjectName );if !_gfb {return nil ,_d .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); +};};switch *_gbb {case "\u0041\u0048\u0078","\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065":return _ec .NewASCIIHexEncoder (),nil ;case "\u0041\u0038\u0035","\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065":return _ec .NewASCII85Encoder (),nil ; +case "\u0044\u0043\u0054","\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e":return _bdf (_cfcc );case "\u0046\u006c","F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065":return _bac (_cfcc ,nil );case "\u004c\u005a\u0057","\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e":return _cdbc (_cfcc ,nil ); +case "\u0043\u0043\u0046","\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065":return _ec .NewCCITTFaxEncoder (),nil ;case "\u0052\u004c","\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065":return _ec .NewRunLengthEncoder (),nil ; +default:_dg .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0069\u006d\u0061\u0067\u0065\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u003a\u0020\u0025\u0073",*_gbb ); +return nil ,_f .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006el\u0069n\u0065 \u0065n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};};func (_eeegg *ContentStreamParser )parseOperand ()(*_ec .PdfObjectString ,error ){var _bbcb []byte ; +for {_ebfd ,_gaa :=_eeegg ._fdgc .Peek (1);if _gaa !=nil {return _ec .MakeString (string (_bbcb )),_gaa ;};if _ec .IsDelimiter (_ebfd [0]){break ;};if _ec .IsWhiteSpace (_ebfd [0]){break ;};_gfgg ,_ :=_eeegg ._fdgc .ReadByte ();_bbcb =append (_bbcb ,_gfgg ); +};return _ec .MakeString (string (_bbcb )),nil ;}; -// Add_Tj appends 'Tj' operand to the content stream: -// Show a text string. +// Add_B appends 'B' operand to the content stream: +// Fill and then stroke the path (nonzero winding number rule). // -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_bcg *ContentCreator )Add_Tj (textstr _eaf .PdfObjectString )*ContentCreator {_bg :=ContentStreamOperation {};_bg .Operand ="\u0054\u006a";_bg .Params =_aeg ([]_eaf .PdfObjectString {textstr });_bcg ._eg =append (_bcg ._eg ,&_bg );return _bcg ;}; - - -// NewInlineImageFromImage makes a new content stream inline image object from an image. -func NewInlineImageFromImage (img _ee .Image ,encoder _eaf .StreamEncoder )(*ContentStreamInlineImage ,error ){if encoder ==nil {encoder =_eaf .NewRawEncoder ();};encoder .UpdateParams (img .GetParamsDict ());_baa :=ContentStreamInlineImage {};if img .ColorComponents ==1{_baa .ColorSpace =_eaf .MakeName ("\u0047"); -}else if img .ColorComponents ==3{_baa .ColorSpace =_eaf .MakeName ("\u0052\u0047\u0042");}else if img .ColorComponents ==4{_baa .ColorSpace =_eaf .MakeName ("\u0043\u004d\u0059\u004b");}else {_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006db\u0065\u0072\u0020o\u0066\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006dpo\u006e\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0072\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",img .ColorComponents ); -return nil ,_g .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020c\u006fl\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073");};_baa .BitsPerComponent =_eaf .MakeInteger (img .BitsPerComponent ); -_baa .Width =_eaf .MakeInteger (img .Width );_baa .Height =_eaf .MakeInteger (img .Height );_gdf ,_efac :=encoder .EncodeBytes (img .Data );if _efac !=nil {return nil ,_efac ;};_baa ._gda =_gdf ;_cad :=encoder .GetFilterName ();if _cad !=_eaf .StreamEncodingFilterNameRaw {_baa .Filter =_eaf .MakeName (_cad ); -};return &_baa ,nil ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_gfd *ContentCreator )Add_B ()*ContentCreator {_dffc :=ContentStreamOperation {};_dffc .Operand ="\u0042";_gfd ._ecda =append (_gfd ._ecda ,&_dffc );return _gfd ;}; -// Add_quote appends "'" operand to the content stream: -// Move to next line and show a string. +// ExtractText parses and extracts all text data in content streams and returns as a string. +// Does not take into account Encoding table, the output is simply the character codes. // -// See section 9.4.3 "Text Showing Operators" and -// Table 209 (pp. 258-259 PDF32000_2008). -func (_febb *ContentCreator )Add_quote (textstr _eaf .PdfObjectString )*ContentCreator {_cae :=ContentStreamOperation {};_cae .Operand ="\u0027";_cae .Params =_aeg ([]_eaf .PdfObjectString {textstr });_febb ._eg =append (_febb ._eg ,&_cae );return _febb ; -}; +// Deprecated: More advanced text extraction is offered in package extractor with character encoding support. +func (_ce *ContentStreamParser )ExtractText ()(string ,error ){_aa ,_fcda :=_ce .Parse ();if _fcda !=nil {return "",_fcda ;};_bc :=false ;_de ,_adc :=float64 (-1),float64 (-1);_ecd :="";for _ ,_bff :=range *_aa {if _bff .Operand =="\u0042\u0054"{_bc =true ; +}else if _bff .Operand =="\u0045\u0054"{_bc =false ;};if _bff .Operand =="\u0054\u0064"||_bff .Operand =="\u0054\u0044"||_bff .Operand =="\u0054\u002a"{_ecd +="\u000a";};if _bff .Operand =="\u0054\u006d"{if len (_bff .Params )!=6{continue ;};_fde ,_ea :=_bff .Params [4].(*_ec .PdfObjectFloat ); +if !_ea {_fdg ,_bb :=_bff .Params [4].(*_ec .PdfObjectInteger );if !_bb {continue ;};_fde =_ec .MakeFloat (float64 (*_fdg ));};_ag ,_ea :=_bff .Params [5].(*_ec .PdfObjectFloat );if !_ea {_fdd ,_bbg :=_bff .Params [5].(*_ec .PdfObjectInteger );if !_bbg {continue ; +};_ag =_ec .MakeFloat (float64 (*_fdd ));};if _adc ==-1{_adc =float64 (*_ag );}else if _adc > float64 (*_ag ){_ecd +="\u000a";_de =float64 (*_fde );_adc =float64 (*_ag );continue ;};if _de ==-1{_de =float64 (*_fde );}else if _de < float64 (*_fde ){_ecd +="\u0009"; +_de =float64 (*_fde );};};if _bc &&_bff .Operand =="\u0054\u004a"{if len (_bff .Params )< 1{continue ;};_fef ,_bge :=_bff .Params [0].(*_ec .PdfObjectArray );if !_bge {return "",_d .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0020\u0074y\u0070\u0065\u002c\u0020\u006e\u006f\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_bff .Params [0]); +};for _ ,_ba :=range _fef .Elements (){switch _ae :=_ba .(type ){case *_ec .PdfObjectString :_ecd +=_ae .Str ();case *_ec .PdfObjectFloat :if *_ae < -100{_ecd +="\u0020";};case *_ec .PdfObjectInteger :if *_ae < -100{_ecd +="\u0020";};};};}else if _bc &&_bff .Operand =="\u0054\u006a"{if len (_bff .Params )< 1{continue ; +};_deg ,_gbd :=_bff .Params [0].(*_ec .PdfObjectString );if !_gbd {return "",_d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072\u0020\u0074\u0079p\u0065\u002c\u0020\u006e\u006f\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067 \u0028\u0025\u0054\u0029",_bff .Params [0]); +};_ecd +=_deg .Str ();};};return _ecd ,nil ;}; // Bytes converts the content stream operations to a content stream byte presentation, i.e. the kind that can be // stored as a PDF stream or string format. -func (_cfg *ContentCreator )Bytes ()[]byte {return _cfg ._eg .Bytes ()}; +func (_gc *ContentCreator )Bytes ()[]byte {return _gc ._ecda .Bytes ()}; -// Add_Tstar appends 'T*' operand to the content stream: -// Move to the start of next line. -// -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_deb *ContentCreator )Add_Tstar ()*ContentCreator {_cffc :=ContentStreamOperation {};_cffc .Operand ="\u0054\u002a";_deb ._eg =append (_deb ._eg ,&_cffc );return _deb ;}; +// ContentStreamInlineImage is a representation of an inline image in a Content stream. Everything between the BI and EI operands. +// ContentStreamInlineImage implements the core.PdfObject interface although strictly it is not a PDF object. +type ContentStreamInlineImage struct{BitsPerComponent _ec .PdfObject ;ColorSpace _ec .PdfObject ;Decode _ec .PdfObject ;DecodeParms _ec .PdfObject ;Filter _ec .PdfObject ;Height _ec .PdfObject ;ImageMask _ec .PdfObject ;Intent _ec .PdfObject ;Interpolate _ec .PdfObject ; +Width _ec .PdfObject ;_addd []byte ;_dgag *_gf .ImageBase ;}; -// HandlerConditionEnum represents the type of operand content stream processor (handler). -// The handler may process a single specific named operand or all operands. -type HandlerConditionEnum int ; +// ContentStreamOperation represents an operation in PDF contentstream which consists of +// an operand and parameters. +type ContentStreamOperation struct{Params []_ec .PdfObject ;Operand string ;}; -// NewContentStreamParser creates a new instance of the content stream parser from an input content -// stream string. -func NewContentStreamParser (contentStr string )*ContentStreamParser {_gaf :=ContentStreamParser {};contentStr =string (_daa .ReplaceAll ([]byte (contentStr ),[]byte ("\u002f")));_ecec :=_fg .NewBufferString (contentStr +"\u000a");_gaf ._ccf =_e .NewReader (_ecec ); -return &_gaf ;};func _daea (_fgee []float64 )[]_eaf .PdfObject {var _dfe []_eaf .PdfObject ;for _ ,_afbe :=range _fgee {_dfe =append (_dfe ,_eaf .MakeFloat (_afbe ));};return _dfe ;}; +// All returns true if `hce` is equivalent to HandlerConditionEnumAllOperands. +func (_cgeb HandlerConditionEnum )All ()bool {return _cgeb ==HandlerConditionEnumAllOperands };func (_ebcd *ContentStreamParser )parseObject ()(_dbbbd _ec .PdfObject ,_edga bool ,_egf error ){_ebcd .skipSpaces ();for {_cbeg ,_gccd :=_ebcd ._fdgc .Peek (2); +if _gccd !=nil {return nil ,false ,_gccd ;};_dg .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_cbeg ));if _cbeg [0]=='%'{_ebcd .skipComments ();continue ;}else if _cbeg [0]=='/'{_deb ,_eda :=_ebcd .parseName (); +_dg .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_deb );return &_deb ,false ,_eda ;}else if _cbeg [0]=='('{_dg .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");_ccfa ,_ecfd :=_ebcd .parseString ();return _ccfa ,false ,_ecfd ; +}else if _cbeg [0]=='<'&&_cbeg [1]!='<'{_dg .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0053\u0074\u0072\u0069\u006e\u0067\u0021");_cfa ,_cdfb :=_ebcd .parseHexString ();return _cfa ,false ,_cdfb ;}else if _cbeg [0]=='['{_dg .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021"); +_ffg ,_ccfg :=_ebcd .parseArray ();return _ffg ,false ,_ccfg ;}else if _ec .IsFloatDigit (_cbeg [0])||(_cbeg [0]=='-'&&_ec .IsFloatDigit (_cbeg [1]))||(_cbeg [0]=='+'&&_ec .IsFloatDigit (_cbeg [1])){_dg .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); +_dbbg ,_bcbd :=_ebcd .parseNumber ();return _dbbg ,false ,_bcbd ;}else if _cbeg [0]=='<'&&_cbeg [1]=='<'{_bgfd ,_eddd :=_ebcd .parseDict ();return _bgfd ,false ,_eddd ;}else {_dg .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f"); +_cbeg ,_ =_ebcd ._fdgc .Peek (5);_cfaa :=string (_cbeg );_dg .Log .Trace ("\u0063\u006f\u006e\u0074\u0020\u0050\u0065\u0065\u006b\u0020\u0073\u0074r\u003a\u0020\u0025\u0073",_cfaa );if (len (_cfaa )> 3)&&(_cfaa [:4]=="\u006e\u0075\u006c\u006c"){_cgdab ,_fcad :=_ebcd .parseNull (); +return &_cgdab ,false ,_fcad ;}else if (len (_cfaa )> 4)&&(_cfaa [:5]=="\u0066\u0061\u006cs\u0065"){_dade ,_dfccg :=_ebcd .parseBool ();return &_dade ,false ,_dfccg ;}else if (len (_cfaa )> 3)&&(_cfaa [:4]=="\u0074\u0072\u0075\u0065"){_dffa ,_ege :=_ebcd .parseBool (); +return &_dffa ,false ,_ege ;};_caaf ,_dgbg :=_ebcd .parseOperand ();if _dgbg !=nil {return _caaf ,false ,_dgbg ;};if len (_caaf .String ())< 1{return _caaf ,false ,ErrInvalidOperand ;};return _caaf ,true ,nil ;};};}; -// ExtractText parses and extracts all text data in content streams and returns as a string. -// Does not take into account Encoding table, the output is simply the character codes. +// Add_BDC appends 'BDC' operand to the content stream: +// Begins a marked-content sequence with an associated property list terminated by a balancing EMC operator. +// `tag` shall be a name object indicating the role or significance of +// the sequence. +// `propertyList` shall be a dictionary containing the properties of the // -// Deprecated: More advanced text extraction is offered in package extractor with character encoding support. -func (_ebg *ContentStreamParser )ExtractText ()(string ,error ){_ebc ,_cc :=_ebg .Parse ();if _cc !=nil {return "",_cc ;};_eff :=false ;_dg ,_geb :=float64 (-1),float64 (-1);_bf :="";for _ ,_cgg :=range *_ebc {if _cgg .Operand =="\u0042\u0054"{_eff =true ; -}else if _cgg .Operand =="\u0045\u0054"{_eff =false ;};if _cgg .Operand =="\u0054\u0064"||_cgg .Operand =="\u0054\u0044"||_cgg .Operand =="\u0054\u002a"{_bf +="\u000a";};if _cgg .Operand =="\u0054\u006d"{if len (_cgg .Params )!=6{continue ;};_gag ,_gge :=_cgg .Params [4].(*_eaf .PdfObjectFloat ); -if !_gge {_eac ,_bd :=_cgg .Params [4].(*_eaf .PdfObjectInteger );if !_bd {continue ;};_gag =_eaf .MakeFloat (float64 (*_eac ));};_ad ,_gge :=_cgg .Params [5].(*_eaf .PdfObjectFloat );if !_gge {_bb ,_bdd :=_cgg .Params [5].(*_eaf .PdfObjectInteger );if !_bdd {continue ; -};_ad =_eaf .MakeFloat (float64 (*_bb ));};if _geb ==-1{_geb =float64 (*_ad );}else if _geb > float64 (*_ad ){_bf +="\u000a";_dg =float64 (*_gag );_geb =float64 (*_ad );continue ;};if _dg ==-1{_dg =float64 (*_gag );}else if _dg < float64 (*_gag ){_bf +="\u0009"; -_dg =float64 (*_gag );};};if _eff &&_cgg .Operand =="\u0054\u004a"{if len (_cgg .Params )< 1{continue ;};_eba ,_dba :=_cgg .Params [0].(*_eaf .PdfObjectArray );if !_dba {return "",_ga .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0020\u0074y\u0070\u0065\u002c\u0020\u006e\u006f\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_cgg .Params [0]); -};for _ ,_aga :=range _eba .Elements (){switch _de :=_aga .(type ){case *_eaf .PdfObjectString :_bf +=_de .Str ();case *_eaf .PdfObjectFloat :if *_de < -100{_bf +="\u0020";};case *_eaf .PdfObjectInteger :if *_de < -100{_bf +="\u0020";};};};}else if _eff &&_cgg .Operand =="\u0054\u006a"{if len (_cgg .Params )< 1{continue ; -};_fb ,_cge :=_cgg .Params [0].(*_eaf .PdfObjectString );if !_cge {return "",_ga .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072\u0020\u0074\u0079p\u0065\u002c\u0020\u006e\u006f\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067 \u0028\u0025\u0054\u0029",_cgg .Params [0]); -};_bf +=_fb .Str ();};};return _bf ,nil ;};func (_baga *ContentStreamProcessor )handleCommand_g (_aagd *ContentStreamOperation ,_eeag *_ee .PdfPageResources )error {_fdc :=_ee .NewPdfColorspaceDeviceGray ();if len (_aagd .Params )!=_fdc .GetNumComponents (){_dc .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020p\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0067"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_aagd .Params ),_fdc );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_ggcf ,_dbed :=_fdc .ColorFromPdfObjects (_aagd .Params );if _dbed !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0043o\u006d\u006d\u0061\u006e\u0064\u005f\u0067\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061r\u0061\u006d\u0073\u002e\u0020c\u0073\u003d\u0025\u0054\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fdc ,_aagd ,_dbed ); -return _dbed ;};_baga ._edec .ColorspaceNonStroking =_fdc ;_baga ._edec .ColorNonStroking =_ggcf ;return nil ;}; +// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). +func (_bda *ContentCreator )Add_BDC (tag _ec .PdfObjectName ,propertyList map[string ]_ec .PdfObject )*ContentCreator {_aefa :=ContentStreamOperation {};_aefa .Operand ="\u0042\u0044\u0043";_aefa .Params =_gec ([]_ec .PdfObjectName {tag });if len (propertyList )> 0{_aefa .Params =append (_aefa .Params ,_ec .MakeDictMap (propertyList )); +};_bda ._ecda =append (_bda ._ecda ,&_aefa );return _bda ;};func (_fbdga *ContentStreamProcessor )handleCommand_G (_deag *ContentStreamOperation ,_fdfb *_gb .PdfPageResources )error {_efab :=_gb .NewPdfColorspaceDeviceGray ();if len (_deag .Params )!=_efab .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_deag .Params ),_efab );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_bgfc ,_edda :=_efab .ColorFromPdfObjects (_deag .Params );if _edda !=nil {return _edda ;};_fbdga ._ecga .ColorspaceStroking =_efab ;_fbdga ._ecga .ColorStroking =_bgfc ;return nil ;};func _cdbc (_gef *ContentStreamInlineImage ,_geg *_ec .PdfObjectDictionary )(*_ec .LZWEncoder ,error ){_ebe :=_ec .NewLZWEncoder (); +if _geg ==nil {if _gef .DecodeParms !=nil {_aag ,_edb :=_ec .GetDict (_gef .DecodeParms );if !_edb {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_gef .DecodeParms ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};_geg =_aag ;};};if _geg ==nil {return _ebe ,nil ;};_ace :=_geg .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"); +if _ace !=nil {_bdaa ,_dgb :=_ace .(*_ec .PdfObjectInteger );if !_dgb {_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_ace ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_bdaa !=0&&*_bdaa !=1{return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); +};_ebe .EarlyChange =int (*_bdaa );}else {_ebe .EarlyChange =1;};_ace =_geg .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _ace !=nil {_gffc ,_dceb :=_ace .(*_ec .PdfObjectInteger );if !_dceb {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_ace ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_ebe .Predictor =int (*_gffc );};_ace =_geg .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _ace !=nil {_dcgc ,_afd :=_ace .(*_ec .PdfObjectInteger );if !_afd {_dg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_d .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_ebe .BitsPerComponent =int (*_dcgc );};if _ebe .Predictor > 1{_ebe .Columns =1;_ace =_geg .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _ace !=nil {_eef ,_bee :=_ace .(*_ec .PdfObjectInteger );if !_bee {return nil ,_d .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_ebe .Columns =int (*_eef ); +};_ebe .Colors =1;_ace =_geg .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _ace !=nil {_aac ,_ccbb :=_ace .(*_ec .PdfObjectInteger );if !_ccbb {return nil ,_d .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_ebe .Colors =int (*_aac );};};_dg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_geg .String ());return _ebe ,nil ;};func (_dgg *ContentStreamProcessor )handleCommand_CS (_aadc *ContentStreamOperation ,_gegf *_gb .PdfPageResources )error {if len (_aadc .Params )< 1{_dg .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); +return _f .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_aadc .Params )> 1{_dg .Log .Debug ("\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); +return _f .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_cfdc ,_afg :=_aadc .Params [0].(*_ec .PdfObjectName );if !_afg {_dg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020c\u0073\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); +return _f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_adaf ,_fcdf :=_dgg .getColorspace (string (*_cfdc ),_gegf );if _fcdf !=nil {return _fcdf ;};_dgg ._ecga .ColorspaceStroking =_adaf ;_abc ,_fcdf :=_dgg .getInitialColor (_adaf ); +if _fcdf !=nil {return _fcdf ;};_dgg ._ecga .ColorStroking =_abc ;return nil ;}; -// Add_i adds 'i' operand to the content stream: Set the flatness tolerance in the graphics state. -// -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_da *ContentCreator )Add_i (flatness float64 )*ContentCreator {_ece :=ContentStreamOperation {};_ece .Operand ="\u0069";_ece .Params =_daea ([]float64 {flatness });_da ._eg =append (_da ._eg ,&_ece );return _da ;};func _dda (_dcda *ContentStreamInlineImage )(*_eaf .MultiEncoder ,error ){_aaa :=_eaf .NewMultiEncoder (); -var _ggfb *_eaf .PdfObjectDictionary ;var _ecbe []_eaf .PdfObject ;if _dbac :=_dcda .DecodeParms ;_dbac !=nil {_bcgd ,_cba :=_dbac .(*_eaf .PdfObjectDictionary );if _cba {_ggfb =_bcgd ;};_dgef ,_ffdeg :=_dbac .(*_eaf .PdfObjectArray );if _ffdeg {for _ ,_ddb :=range _dgef .Elements (){if _eafa ,_efgg :=_ddb .(*_eaf .PdfObjectDictionary ); -_efgg {_ecbe =append (_ecbe ,_eafa );}else {_ecbe =append (_ecbe ,nil );};};};};_eec :=_dcda .Filter ;if _eec ==nil {return nil ,_ga .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_fcg ,_dag :=_eec .(*_eaf .PdfObjectArray ); -if !_dag {return nil ,_ga .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079");};for _gbef ,_ebf :=range _fcg .Elements (){_agf ,_gabe :=_ebf .(*_eaf .PdfObjectName ); -if !_gabe {return nil ,_ga .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065");};var _cfab _eaf .PdfObject ; -if _ggfb !=nil {_cfab =_ggfb ;}else {if len (_ecbe )> 0{if _gbef >=len (_ecbe ){return nil ,_ga .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); -};_cfab =_ecbe [_gbef ];};};var _bdgg *_eaf .PdfObjectDictionary ;if _dbf ,_abbf :=_cfab .(*_eaf .PdfObjectDictionary );_abbf {_bdgg =_dbf ;};if *_agf ==_eaf .StreamEncodingFilterNameFlate ||*_agf =="\u0046\u006c"{_egfe ,_ecd :=_cag (_dcda ,_bdgg );if _ecd !=nil {return nil ,_ecd ; -};_aaa .AddEncoder (_egfe );}else if *_agf ==_eaf .StreamEncodingFilterNameLZW {_beg ,_aee :=_gffd (_dcda ,_bdgg );if _aee !=nil {return nil ,_aee ;};_aaa .AddEncoder (_beg );}else if *_agf ==_eaf .StreamEncodingFilterNameASCIIHex {_egae :=_eaf .NewASCIIHexEncoder (); -_aaa .AddEncoder (_egae );}else if *_agf ==_eaf .StreamEncodingFilterNameASCII85 ||*_agf =="\u0041\u0038\u0035"{_ceab :=_eaf .NewASCII85Encoder ();_aaa .AddEncoder (_ceab );}else {_dc .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_agf ); -return nil ,_ga .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _aaa ,nil ;}; +// AddOperand adds a specified operand. +func (_egd *ContentCreator )AddOperand (op ContentStreamOperation )*ContentCreator {_egd ._ecda =append (_egd ._ecda ,&op );return _egd ;};func (_caae *ContentStreamProcessor )handleCommand_sc (_dgc *ContentStreamOperation ,_eaad *_gb .PdfPageResources )error {_abbf :=_caae ._ecga .ColorspaceNonStroking ; +if !_bdaf (_abbf ){if len (_dgc .Params )!=_abbf .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_dgc .Params ),_abbf );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};};_cbab ,_fcfg :=_abbf .ColorFromPdfObjects (_dgc .Params );if _fcfg !=nil {return _fcfg ;};_caae ._ecga .ColorNonStroking =_cbab ;return nil ;}; -// Add_S appends 'S' operand to the content stream: Stroke the path. +// Add_b appends 'b' operand to the content stream: +// Close, fill and then stroke the path (nonzero winding number rule). // // See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fd *ContentCreator )Add_S ()*ContentCreator {_fadg :=ContentStreamOperation {};_fadg .Operand ="\u0053";_fd ._eg =append (_fd ._eg ,&_fadg );return _fd ;}; - -// SetNonStrokingColor sets the non-stroking `color` where color can be one of -// PdfColorDeviceGray, PdfColorDeviceRGB, or PdfColorDeviceCMYK. -func (_gadg *ContentCreator )SetNonStrokingColor (color _ee .PdfColor )*ContentCreator {switch _efa :=color .(type ){case *_ee .PdfColorDeviceGray :_gadg .Add_g (_efa .Val ());case *_ee .PdfColorDeviceRGB :_gadg .Add_rg (_efa .R (),_efa .G (),_efa .B ()); -case *_ee .PdfColorDeviceCMYK :_gadg .Add_k (_efa .C (),_efa .M (),_efa .Y (),_efa .K ());case *_ee .PdfColorPatternType2 :_gadg .Add_cs (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_gadg .Add_scn_pattern (_efa .PatternName );case *_ee .PdfColorPatternType3 :_gadg .Add_cs (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); -_gadg .Add_scn_pattern (_efa .PatternName );default:_dc .Log .Debug ("\u0053\u0065\u0074N\u006f\u006e\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006f\u006c\u006f\u0072\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020c\u006f\u006c\u006f\u0072\u003a\u0020\u0025\u0054",_efa ); -};return _gadg ;}; - -// HasUnclosedQ checks if all the `q` operator is properly closed by `Q` operator. -func (_ec *ContentStreamOperations )HasUnclosedQ ()bool {_dcf :=0;for _ ,_fe :=range *_ec {if _fe .Operand =="\u0071"{_dcf ++;}else if _fe .Operand =="\u0051"{_dcf --;};};return _dcf !=0;}; +func (_edg *ContentCreator )Add_b ()*ContentCreator {_fgg :=ContentStreamOperation {};_fgg .Operand ="\u0062";_edg ._ecda =append (_edg ._ecda ,&_fgg );return _edg ;};func (_bbd *ContentStreamInlineImage )toImageBase (_feed *_gb .PdfPageResources )(*_gf .ImageBase ,error ){if _bbd ._dgag !=nil {return _bbd ._dgag ,nil ; +};_fda :=_gf .ImageBase {};if _bbd .Height ==nil {return nil ,_f .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_ecf ,_gefb :=_bbd .Height .(*_ec .PdfObjectInteger ); +if !_gefb {return nil ,_f .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0068e\u0069\u0067\u0068\u0074");};_fda .Height =int (*_ecf );if _bbd .Width ==nil {return nil ,_f .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +};_cgec ,_gefb :=_bbd .Width .(*_ec .PdfObjectInteger );if !_gefb {return nil ,_f .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064\u0074\u0068");};_fda .Width =int (*_cgec );_fcaf ,_fcf :=_bbd .IsMask ();if _fcf !=nil {return nil ,_fcf ; +};if _fcaf {_fda .BitsPerComponent =1;_fda .ColorComponents =1;}else {if _bbd .BitsPerComponent ==nil {_dg .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0042\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u0038"); +_fda .BitsPerComponent =8;}else {_abf ,_ff :=_bbd .BitsPerComponent .(*_ec .PdfObjectInteger );if !_ff {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0062\u0069\u0074\u0073 p\u0065\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0076al\u0075\u0065,\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_bbd .BitsPerComponent ); +return nil ,_f .New ("\u0042\u0050\u0043\u0020\u0054\u0079\u0070\u0065\u0020e\u0072\u0072\u006f\u0072");};_fda .BitsPerComponent =int (*_abf );};if _bbd .ColorSpace !=nil {_agcg ,_cfb :=_bbd .GetColorSpace (_feed );if _cfb !=nil {return nil ,_cfb ;};_fda .ColorComponents =_agcg .GetNumComponents (); +}else {_dg .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075m\u0069\u006eg\u0020\u0031\u0020\u0063o\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +_fda .ColorComponents =1;};};if _bca ,_adab :=_ec .GetArray (_bbd .Decode );_adab {_fda .Decode ,_fcf =_bca .ToFloat64Array ();if _fcf !=nil {return nil ,_fcf ;};};_bbd ._dgag =&_fda ;return _bbd ._dgag ,nil ;};func (_ceag *ContentStreamParser )parseHexString ()(*_ec .PdfObjectString ,error ){_ceag ._fdgc .ReadByte (); +_gfg :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");var _fad []byte ;for {_ceag .skipSpaces ();_afed ,_deef :=_ceag ._fdgc .Peek (1);if _deef !=nil {return _ec .MakeString (""),_deef ; +};if _afed [0]=='>'{_ceag ._fdgc .ReadByte ();break ;};_bafd ,_ :=_ceag ._fdgc .ReadByte ();if _ee .IndexByte (_gfg ,_bafd )>=0{_fad =append (_fad ,_bafd );};};if len (_fad )%2==1{_fad =append (_fad ,'0');};_dfg ,_ :=_ed .DecodeString (string (_fad )); +return _ec .MakeHexString (string (_dfg )),nil ;}; -// GraphicStateStack represents a stack of GraphicsState. -type GraphicStateStack []GraphicsState ; - -// ContentStreamParser represents a content stream parser for parsing content streams in PDFs. -type ContentStreamParser struct{_ccf *_e .Reader }; - -// Add_v appends 'v' operand to the content stream: Append a Bezier curve to the current path from the -// current point to (x3,y3) with the current point and (x2,y2) as control points. +// Add_m adds 'm' operand to the content stream: Move the current point to (x,y). // // See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_agg *ContentCreator )Add_v (x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_afd :=ContentStreamOperation {};_afd .Operand ="\u0076";_afd .Params =_daea ([]float64 {x2 ,y2 ,x3 ,y3 });_agg ._eg =append (_agg ._eg ,&_afd );return _agg ;}; +func (_bgc *ContentCreator )Add_m (x ,y float64 )*ContentCreator {_dab :=ContentStreamOperation {};_dab .Operand ="\u006d";_dab .Params =_abbc ([]float64 {x ,y });_bgc ._ecda =append (_bgc ._ecda ,&_dab );return _bgc ;}; -// Add_scn_pattern appends 'scn' operand to the content stream for pattern `name`: -// scn with name attribute (for pattern). Syntax: c1 ... cn name scn. -// -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_dab *ContentCreator )Add_scn_pattern (name _eaf .PdfObjectName ,c ...float64 )*ContentCreator {_feb :=ContentStreamOperation {};_feb .Operand ="\u0073\u0063\u006e";_feb .Params =_daea (c );_feb .Params =append (_feb .Params ,_eaf .MakeName (string (name ))); -_dab ._eg =append (_dab ._eg ,&_feb );return _dab ;}; +// ToImage exports the inline image to Image which can be transformed or exported easily. +// Page resources are needed to look up colorspace information. +func (_daga *ContentStreamInlineImage )ToImage (resources *_gb .PdfPageResources )(*_gb .Image ,error ){_aeag ,_geb :=_daga .toImageBase (resources );if _geb !=nil {return nil ,_geb ;};_cea ,_geb :=_bea (_daga );if _geb !=nil {return nil ,_geb ;};_dfcc ,_agda :=_ec .GetDict (_daga .DecodeParms ); +if _agda {_cea .UpdateParams (_dfcc );};_dg .Log .Trace ("\u0065n\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u0020\u0025\u0054",_cea ,_cea );_dg .Log .Trace ("\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065:\u0020\u0025\u002b\u0076",_daga ); +_egg ,_geb :=_cea .DecodeBytes (_daga ._addd );if _geb !=nil {return nil ,_geb ;};_fcb :=&_gb .Image {Width :int64 (_aeag .Width ),Height :int64 (_aeag .Height ),BitsPerComponent :int64 (_aeag .BitsPerComponent ),ColorComponents :_aeag .ColorComponents ,Data :_egg }; +if len (_aeag .Decode )> 0{for _cdc :=0;_cdc < len (_aeag .Decode );_cdc ++{_aeag .Decode [_cdc ]*=float64 ((int (1)< 1{_bbc .Columns =1;_cfbdg =_ggb .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _cfbdg !=nil {_gggb ,_gab :=_cfbdg .(*_eaf .PdfObjectInteger );if !_gab {return nil ,_ga .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_bbc .Columns =int (*_gggb ); -};_bbc .Colors =1;_cfbdg =_ggb .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _cfbdg !=nil {_adg ,_afag :=_cfbdg .(*_eaf .PdfObjectInteger );if !_afag {return nil ,_ga .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_bbc .Colors =int (*_adg );};};_dc .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_ggb .String ());return _bbc ,nil ;}; +func (_ada *ContentCreator )Add_cm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_dge :=ContentStreamOperation {};_dge .Operand ="\u0063\u006d";_dge .Params =_abbc ([]float64 {a ,b ,c ,d ,e ,f });_ada ._ecda =append (_ada ._ecda ,&_dge );return _ada ;};func (_bafb *ContentStreamProcessor )handleCommand_g (_becb *ContentStreamOperation ,_dffbg *_gb .PdfPageResources )error {_dgcc :=_gb .NewPdfColorspaceDeviceGray (); +if len (_becb .Params )!=_dgcc .GetNumComponents (){_dg .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020p\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0067");_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_becb .Params ),_dgcc ); +return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073");};_acfa ,_afdab :=_dgcc .ColorFromPdfObjects (_becb .Params );if _afdab !=nil {_dg .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0043o\u006d\u006d\u0061\u006e\u0064\u005f\u0067\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061r\u0061\u006d\u0073\u002e\u0020c\u0073\u003d\u0025\u0054\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dgcc ,_becb ,_afdab ); +return _afdab ;};_bafb ._ecga .ColorspaceNonStroking =_dgcc ;_bafb ._ecga .ColorNonStroking =_acfa ;return nil ;}; -// Process processes the entire list of operations. Maintains the graphics state that is passed to any -// handlers that are triggered during processing (either on specific operators or all). -func (_gdaf *ContentStreamProcessor )Process (resources *_ee .PdfPageResources )error {_gdaf ._edec .ColorspaceStroking =_ee .NewPdfColorspaceDeviceGray ();_gdaf ._edec .ColorspaceNonStroking =_ee .NewPdfColorspaceDeviceGray ();_gdaf ._edec .ColorStroking =_ee .NewPdfColorDeviceGray (0); -_gdaf ._edec .ColorNonStroking =_ee .NewPdfColorDeviceGray (0);_gdaf ._edec .CTM =_b .IdentityMatrix ();for _ ,_efbg :=range _gdaf ._gbebf {var _abeb error ;switch _efbg .Operand {case "\u0071":_gdaf ._effc .Push (_gdaf ._edec );case "\u0051":if len (_gdaf ._effc )==0{_dc .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0060\u0051\u0060\u0020\u006f\u0070e\u0072\u0061\u0074\u006f\u0072\u002e\u0020\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074\u0061\u0074\u0065 \u0073\u0074\u0061\u0063\u006b\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079.\u0020\u0053\u006bi\u0070\u0070\u0069\u006e\u0067\u002e"); -continue ;};_gdaf ._edec =_gdaf ._effc .Pop ();case "\u0043\u0053":_abeb =_gdaf .handleCommand_CS (_efbg ,resources );case "\u0063\u0073":_abeb =_gdaf .handleCommand_cs (_efbg ,resources );case "\u0053\u0043":_abeb =_gdaf .handleCommand_SC (_efbg ,resources ); -case "\u0053\u0043\u004e":_abeb =_gdaf .handleCommand_SCN (_efbg ,resources );case "\u0073\u0063":_abeb =_gdaf .handleCommand_sc (_efbg ,resources );case "\u0073\u0063\u006e":_abeb =_gdaf .handleCommand_scn (_efbg ,resources );case "\u0047":_abeb =_gdaf .handleCommand_G (_efbg ,resources ); -case "\u0067":_abeb =_gdaf .handleCommand_g (_efbg ,resources );case "\u0052\u0047":_abeb =_gdaf .handleCommand_RG (_efbg ,resources );case "\u0072\u0067":_abeb =_gdaf .handleCommand_rg (_efbg ,resources );case "\u004b":_abeb =_gdaf .handleCommand_K (_efbg ,resources ); -case "\u006b":_abeb =_gdaf .handleCommand_k (_efbg ,resources );case "\u0063\u006d":_abeb =_gdaf .handleCommand_cm (_efbg ,resources );};if _abeb !=nil {_dc .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073s\u006f\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u0028\u0025\u0073)\u003a\u0020\u0025\u0076",_efbg .Operand ,_abeb ); -_dc .Log .Debug ("\u004f\u0070\u0065r\u0061\u006e\u0064\u003a\u0020\u0025\u0023\u0076",_efbg .Operand );return _abeb ;};for _ ,_bade :=range _gdaf ._cfd {var _ggbf error ;if _bade .Condition .All (){_ggbf =_bade .Handler (_efbg ,_gdaf ._edec ,resources ); -}else if _bade .Condition .Operand ()&&_efbg .Operand ==_bade .Operand {_ggbf =_bade .Handler (_efbg ,_gdaf ._edec ,resources );};if _ggbf !=nil {_dc .Log .Debug ("P\u0072\u006f\u0063\u0065\u0073\u0073o\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0072 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_ggbf ); -return _ggbf ;};};};return nil ;};func (_abg *ContentStreamParser )parseString ()(*_eaf .PdfObjectString ,error ){_abg ._ccf .ReadByte ();var _cgfc []byte ;_egg :=1;for {_defd ,_ggaf :=_abg ._ccf .Peek (1);if _ggaf !=nil {return _eaf .MakeString (string (_cgfc )),_ggaf ; -};if _defd [0]=='\\'{_abg ._ccf .ReadByte ();_ceb ,_dgf :=_abg ._ccf .ReadByte ();if _dgf !=nil {return _eaf .MakeString (string (_cgfc )),_dgf ;};if _eaf .IsOctalDigit (_ceb ){_cbe ,_add :=_abg ._ccf .Peek (2);if _add !=nil {return _eaf .MakeString (string (_cgfc )),_add ; -};var _aaec []byte ;_aaec =append (_aaec ,_ceb );for _ ,_cggbd :=range _cbe {if _eaf .IsOctalDigit (_cggbd ){_aaec =append (_aaec ,_cggbd );}else {break ;};};_abg ._ccf .Discard (len (_aaec )-1);_dc .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_aaec ); -_abbb ,_add :=_c .ParseUint (string (_aaec ),8,32);if _add !=nil {return _eaf .MakeString (string (_cgfc )),_add ;};_cgfc =append (_cgfc ,byte (_abbb ));continue ;};switch _ceb {case 'n':_cgfc =append (_cgfc ,'\n');case 'r':_cgfc =append (_cgfc ,'\r'); -case 't':_cgfc =append (_cgfc ,'\t');case 'b':_cgfc =append (_cgfc ,'\b');case 'f':_cgfc =append (_cgfc ,'\f');case '(':_cgfc =append (_cgfc ,'(');case ')':_cgfc =append (_cgfc ,')');case '\\':_cgfc =append (_cgfc ,'\\');};continue ;}else if _defd [0]=='('{_egg ++; -}else if _defd [0]==')'{_egg --;if _egg ==0{_abg ._ccf .ReadByte ();break ;};};_fea ,_ :=_abg ._ccf .ReadByte ();_cgfc =append (_cgfc ,_fea );};return _eaf .MakeString (string (_cgfc )),nil ;}; - -// Scale applies x-y scaling to the transformation matrix. -func (_ceg *ContentCreator )Scale (sx ,sy float64 )*ContentCreator {return _ceg .Add_cm (sx ,0,0,sy ,0,0);}; +// NewContentCreator returns a new initialized ContentCreator. +func NewContentCreator ()*ContentCreator {_fg :=&ContentCreator {};_fg ._ecda =ContentStreamOperations {};return _fg ;};func (_dadb *ContentStreamProcessor )handleCommand_cs (_efae *ContentStreamOperation ,_fbdg *_gb .PdfPageResources )error {if len (_efae .Params )< 1{_dg .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); +return _f .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_efae .Params )> 1{_dg .Log .Debug ("\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); +return _f .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_acdc ,_cda :=_efae .Params [0].(*_ec .PdfObjectName );if !_cda {_dg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0053\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); +return _f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bddd ,_bcaf :=_dadb .getColorspace (string (*_acdc ),_fbdg );if _bcaf !=nil {return _bcaf ;};_dadb ._ecga .ColorspaceNonStroking =_bddd ;_eff ,_bcaf :=_dadb .getInitialColor (_bddd ); +if _bcaf !=nil {return _bcaf ;};_dadb ._ecga .ColorNonStroking =_eff ;return nil ;}; -// Add_re appends 're' operand to the content stream: -// Append a rectangle to the current path as a complete subpath, with lower left corner (x,y). +// Add_Tf appends 'Tf' operand to the content stream: +// Set font and font size specified by font resource `fontName` and `fontSize`. // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_faa *ContentCreator )Add_re (x ,y ,width ,height float64 )*ContentCreator {_dcb :=ContentStreamOperation {};_dcb .Operand ="\u0072\u0065";_dcb .Params =_daea ([]float64 {x ,y ,width ,height });_faa ._eg =append (_faa ._eg ,&_dcb );return _faa ;}; -func (_cdb *ContentStreamProcessor )handleCommand_SC (_ggeb *ContentStreamOperation ,_egag *_ee .PdfPageResources )error {_bccg :=_cdb ._edec .ColorspaceStroking ;if len (_ggeb .Params )!=_bccg .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_ggeb .Params ),_bccg );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_ecef ,_dggd :=_bccg .ColorFromPdfObjects (_ggeb .Params );if _dggd !=nil {return _dggd ;};_cdb ._edec .ColorStroking =_ecef ;return nil ;}; +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_dag *ContentCreator )Add_Tf (fontName _ec .PdfObjectName ,fontSize float64 )*ContentCreator {_eeb :=ContentStreamOperation {};_eeb .Operand ="\u0054\u0066";_eeb .Params =_gec ([]_ec .PdfObjectName {fontName });_eeb .Params =append (_eeb .Params ,_abbc ([]float64 {fontSize })...); +_dag ._ecda =append (_dag ._ecda ,&_eeb );return _dag ;}; // ContentStreamProcessor defines a data structure and methods for processing a content stream, keeping track of the // current graphics state, and allowing external handlers to define their own functions as a part of the processing, // for example rendering or extracting certain information. -type ContentStreamProcessor struct{_effc GraphicStateStack ;_gbebf []*ContentStreamOperation ;_edec GraphicsState ;_cfd []handlerEntry ;_faae int ;}; +type ContentStreamProcessor struct{_aedc GraphicStateStack ;_bcdb []*ContentStreamOperation ;_ecga GraphicsState ;_efeg []handlerEntry ;_bccf int ;};func _agfb (_aaga []int64 )[]_ec .PdfObject {var _fdde []_ec .PdfObject ;for _ ,_eacf :=range _aaga {_fdde =append (_fdde ,_ec .MakeInteger (_eacf )); +};return _fdde ;}; -// Add_BT appends 'BT' operand to the content stream: -// Begin text. +// Add_RG appends 'RG' operand to the content stream: +// Set the stroking colorspace to DeviceRGB and sets the r,g,b colors (0-1 each). // -// See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). -func (_acec *ContentCreator )Add_BT ()*ContentCreator {_ca :=ContentStreamOperation {};_ca .Operand ="\u0042\u0054";_acec ._eg =append (_acec ._eg ,&_ca );return _acec ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_dcg *ContentCreator )Add_RG (r ,g ,b float64 )*ContentCreator {_cae :=ContentStreamOperation {};_cae .Operand ="\u0052\u0047";_cae .Params =_abbc ([]float64 {r ,g ,b });_dcg ._ecda =append (_dcg ._ecda ,&_cae );return _dcg ;}; -// Add_k appends 'k' operand to the content stream: -// Same as K but used for nonstroking operations. +// Add_S appends 'S' operand to the content stream: Stroke the path. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_acb *ContentCreator )Add_k (c ,m ,y ,k float64 )*ContentCreator {_gdg :=ContentStreamOperation {};_gdg .Operand ="\u006b";_gdg .Params =_daea ([]float64 {c ,m ,y ,k });_acb ._eg =append (_acb ._eg ,&_gdg );return _acb ;}; +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_dgd *ContentCreator )Add_S ()*ContentCreator {_eeg :=ContentStreamOperation {};_eeg .Operand ="\u0053";_dgd ._ecda =append (_dgd ._ecda ,&_eeg );return _dgd ;};func (_da *ContentStreamOperations )isWrapped ()bool {if len (*_da )< 2{return false ; +};_ga :=0;for _ ,_fc :=range *_da {if _fc .Operand =="\u0071"{_ga ++;}else if _fc .Operand =="\u0051"{_ga --;}else {if _ga < 1{return false ;};};};return _ga ==0;};func (_afda *ContentStreamParser )skipComments ()error {if _ ,_cee :=_afda .skipSpaces (); +_cee !=nil {return _cee ;};_agb :=true ;for {_abeg ,_cbb :=_afda ._fdgc .Peek (1);if _cbb !=nil {_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_cbb .Error ());return _cbb ;};if _agb &&_abeg [0]!='%'{return nil ;};_agb =false ;if (_abeg [0]!='\r')&&(_abeg [0]!='\n'){_afda ._fdgc .ReadByte (); +}else {break ;};};return _afda .skipComments ();}; -// Add_BMC appends 'BMC' operand to the content stream: -// Begins a marked-content sequence terminated by a balancing EMC operator. -// `tag` shall be a name object indicating the role or significance of -// the sequence. +// Add_y appends 'y' operand to the content stream: Append a Bezier curve to the current path from the +// current point to (x3,y3) with (x1, y1) and (x3,y3) as control points. // -// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_cbf *ContentCreator )Add_BMC (tag _eaf .PdfObjectName )*ContentCreator {_bfd :=ContentStreamOperation {};_bfd .Operand ="\u0042\u004d\u0043";_bfd .Params =_fcce ([]_eaf .PdfObjectName {tag });_cbf ._eg =append (_cbf ._eg ,&_bfd );return _cbf ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_fee *ContentCreator )Add_y (x1 ,y1 ,x3 ,y3 float64 )*ContentCreator {_acb :=ContentStreamOperation {};_acb .Operand ="\u0079";_acb .Params =_abbc ([]float64 {x1 ,y1 ,x3 ,y3 });_fee ._ecda =append (_fee ._ecda ,&_acb );return _fee ;}; + +// HandlerFunc is the function syntax that the ContentStreamProcessor handler must implement. +type HandlerFunc func (_ccg *ContentStreamOperation ,_faab GraphicsState ,_deac *_gb .PdfPageResources )error ;var _dagf =_e .MustCompile ("\u005e\u002f\u007b\u0032\u002c\u007d"); +// GraphicStateStack represents a stack of GraphicsState. +type GraphicStateStack []GraphicsState ; -// Add_quotes appends `"` operand to the content stream: -// Move to next line and show a string, using `aw` and `ac` as word -// and character spacing respectively. +// Process processes the entire list of operations. Maintains the graphics state that is passed to any +// handlers that are triggered during processing (either on specific operators or all). +func (_bged *ContentStreamProcessor )Process (resources *_gb .PdfPageResources )error {_bged ._ecga .ColorspaceStroking =_gb .NewPdfColorspaceDeviceGray ();_bged ._ecga .ColorspaceNonStroking =_gb .NewPdfColorspaceDeviceGray ();_bged ._ecga .ColorStroking =_gb .NewPdfColorDeviceGray (0); +_bged ._ecga .ColorNonStroking =_gb .NewPdfColorDeviceGray (0);_bged ._ecga .CTM =_dc .IdentityMatrix ();for _ ,_gca :=range _bged ._bcdb {var _fga error ;switch _gca .Operand {case "\u0071":_bged ._aedc .Push (_bged ._ecga );case "\u0051":if len (_bged ._aedc )==0{_dg .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0060\u0051\u0060\u0020\u006f\u0070e\u0072\u0061\u0074\u006f\u0072\u002e\u0020\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074\u0061\u0074\u0065 \u0073\u0074\u0061\u0063\u006b\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079.\u0020\u0053\u006bi\u0070\u0070\u0069\u006e\u0067\u002e"); +continue ;};_bged ._ecga =_bged ._aedc .Pop ();case "\u0043\u0053":_fga =_bged .handleCommand_CS (_gca ,resources );case "\u0063\u0073":_fga =_bged .handleCommand_cs (_gca ,resources );case "\u0053\u0043":_fga =_bged .handleCommand_SC (_gca ,resources ); +case "\u0053\u0043\u004e":_fga =_bged .handleCommand_SCN (_gca ,resources );case "\u0073\u0063":_fga =_bged .handleCommand_sc (_gca ,resources );case "\u0073\u0063\u006e":_fga =_bged .handleCommand_scn (_gca ,resources );case "\u0047":_fga =_bged .handleCommand_G (_gca ,resources ); +case "\u0067":_fga =_bged .handleCommand_g (_gca ,resources );case "\u0052\u0047":_fga =_bged .handleCommand_RG (_gca ,resources );case "\u0072\u0067":_fga =_bged .handleCommand_rg (_gca ,resources );case "\u004b":_fga =_bged .handleCommand_K (_gca ,resources ); +case "\u006b":_fga =_bged .handleCommand_k (_gca ,resources );case "\u0063\u006d":_fga =_bged .handleCommand_cm (_gca ,resources );};if _fga !=nil {_dg .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073s\u006f\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u0028\u0025\u0073)\u003a\u0020\u0025\u0076",_gca .Operand ,_fga ); +_dg .Log .Debug ("\u004f\u0070\u0065r\u0061\u006e\u0064\u003a\u0020\u0025\u0023\u0076",_gca .Operand );return _fga ;};for _ ,_feb :=range _bged ._efeg {var _ggf error ;if _feb .Condition .All (){_ggf =_feb .Handler (_gca ,_bged ._ecga ,resources );}else if _feb .Condition .Operand ()&&_gca .Operand ==_feb .Operand {_ggf =_feb .Handler (_gca ,_bged ._ecga ,resources ); +};if _ggf !=nil {_dg .Log .Debug ("P\u0072\u006f\u0063\u0065\u0073\u0073o\u0072\u0020\u0068\u0061\u006e\u0064\u006c\u0065\u0072 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_ggf );return _ggf ;};};};return nil ;}; + +// Add_gs adds 'gs' operand to the content stream: Set the graphics state. +// +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_efbg *ContentCreator )Add_gs (dictName _ec .PdfObjectName )*ContentCreator {_dcf :=ContentStreamOperation {};_dcf .Operand ="\u0067\u0073";_dcf .Params =_gec ([]_ec .PdfObjectName {dictName });_efbg ._ecda =append (_efbg ._ecda ,&_dcf );return _efbg ; +}; + +// Add_Tj appends 'Tj' operand to the content stream: +// Show a text string. // // See section 9.4.3 "Text Showing Operators" and // Table 209 (pp. 258-259 PDF32000_2008). -func (_bdgd *ContentCreator )Add_quotes (textstr _eaf .PdfObjectString ,aw ,ac float64 )*ContentCreator {_baf :=ContentStreamOperation {};_baf .Operand ="\u0022";_baf .Params =_daea ([]float64 {aw ,ac });_baf .Params =append (_baf .Params ,_aeg ([]_eaf .PdfObjectString {textstr })...); -_bdgd ._eg =append (_bdgd ._eg ,&_baf );return _bdgd ;}; +func (_bdd *ContentCreator )Add_Tj (textstr _ec .PdfObjectString )*ContentCreator {_gff :=ContentStreamOperation {};_gff .Operand ="\u0054\u006a";_gff .Params =_dcc ([]_ec .PdfObjectString {textstr });_bdd ._ecda =append (_bdd ._ecda ,&_gff );return _bdd ; +};func _bdf (_bde *ContentStreamInlineImage )(*_ec .DCTEncoder ,error ){_babe :=_ec .NewDCTEncoder ();_ebcc :=_ee .NewReader (_bde ._addd );_fgge ,_acc :=_a .DecodeConfig (_ebcc );if _acc !=nil {_dg .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_acc ); +return nil ,_acc ;};switch _fgge .ColorModel {case _fe .RGBAModel :_babe .BitsPerComponent =8;_babe .ColorComponents =3;case _fe .RGBA64Model :_babe .BitsPerComponent =16;_babe .ColorComponents =3;case _fe .GrayModel :_babe .BitsPerComponent =8;_babe .ColorComponents =1; +case _fe .Gray16Model :_babe .BitsPerComponent =16;_babe .ColorComponents =1;case _fe .CMYKModel :_babe .BitsPerComponent =8;_babe .ColorComponents =4;case _fe .YCbCrModel :_babe .BitsPerComponent =8;_babe .ColorComponents =3;default:return nil ,_f .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); +};_babe .Width =_fgge .Width ;_babe .Height =_fgge .Height ;_dg .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_babe );return _babe ,nil ;};func (_feedb *ContentStreamParser )parseString ()(*_ec .PdfObjectString ,error ){_feedb ._fdgc .ReadByte (); +var _dbb []byte ;_faa :=1;for {_dabc ,_dfba :=_feedb ._fdgc .Peek (1);if _dfba !=nil {return _ec .MakeString (string (_dbb )),_dfba ;};if _dabc [0]=='\\'{_feedb ._fdgc .ReadByte ();_acfb ,_ccdda :=_feedb ._fdgc .ReadByte ();if _ccdda !=nil {return _ec .MakeString (string (_dbb )),_ccdda ; +};if _ec .IsOctalDigit (_acfb ){_bbdf ,_age :=_feedb ._fdgc .Peek (2);if _age !=nil {return _ec .MakeString (string (_dbb )),_age ;};var _feeb []byte ;_feeb =append (_feeb ,_acfb );for _ ,_aae :=range _bbdf {if _ec .IsOctalDigit (_aae ){_feeb =append (_feeb ,_aae ); +}else {break ;};};_feedb ._fdgc .Discard (len (_feeb )-1);_dg .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_feeb );_ggd ,_age :=_fa .ParseUint (string (_feeb ),8,32);if _age !=nil {return _ec .MakeString (string (_dbb )),_age ; +};_dbb =append (_dbb ,byte (_ggd ));continue ;};switch _acfb {case 'n':_dbb =append (_dbb ,'\n');case 'r':_dbb =append (_dbb ,'\r');case 't':_dbb =append (_dbb ,'\t');case 'b':_dbb =append (_dbb ,'\b');case 'f':_dbb =append (_dbb ,'\f');case '(':_dbb =append (_dbb ,'('); +case ')':_dbb =append (_dbb ,')');case '\\':_dbb =append (_dbb ,'\\');};continue ;}else if _dabc [0]=='('{_faa ++;}else if _dabc [0]==')'{_faa --;if _faa ==0{_feedb ._fdgc .ReadByte ();break ;};};_ddg ,_ :=_feedb ._fdgc .ReadByte ();_dbb =append (_dbb ,_ddg ); +};return _ec .MakeString (string (_dbb )),nil ;}; // Add_b_starred appends 'b*' operand to the content stream: // Close, fill and then stroke the path (even-odd winding number rule). // // See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_agc *ContentCreator )Add_b_starred ()*ContentCreator {_gga :=ContentStreamOperation {};_gga .Operand ="\u0062\u002a";_agc ._eg =append (_agc ._eg ,&_gga );return _agc ;}; +func (_dee *ContentCreator )Add_b_starred ()*ContentCreator {_ab :=ContentStreamOperation {};_ab .Operand ="\u0062\u002a";_dee ._ecda =append (_dee ._ecda ,&_ab );return _dee ;};type handlerEntry struct{Condition HandlerConditionEnum ;Operand string ;Handler HandlerFunc ; +}; + +// Add_Tz appends 'Tz' operand to the content stream: +// Set horizontal scaling. +// +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_cgda *ContentCreator )Add_Tz (scale float64 )*ContentCreator {_egbe :=ContentStreamOperation {};_egbe .Operand ="\u0054\u007a";_egbe .Params =_abbc ([]float64 {scale });_cgda ._ecda =append (_cgda ._ecda ,&_egbe );return _cgda ;}; + +// Add_Do adds 'Do' operation to the content stream: +// Displays an XObject (image or form) specified by `name`. +// +// See section 8.8 "External Objects" and Table 87 (pp. 209-220 PDF32000_2008). +func (_caf *ContentCreator )Add_Do (name _ec .PdfObjectName )*ContentCreator {_fcde :=ContentStreamOperation {};_fcde .Operand ="\u0044\u006f";_fcde .Params =_gec ([]_ec .PdfObjectName {name });_caf ._ecda =append (_caf ._ecda ,&_fcde );return _caf ;}; +func (_caafg *ContentStreamProcessor )handleCommand_rg (_aecb *ContentStreamOperation ,_dcgb *_gb .PdfPageResources )error {_ffa :=_gb .NewPdfColorspaceDeviceRGB ();if len (_aecb .Params )!=_ffa .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_aecb .Params ),_ffa );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_adbca ,_fba :=_ffa .ColorFromPdfObjects (_aecb .Params );if _fba !=nil {return _fba ;};_caafg ._ecga .ColorspaceNonStroking =_ffa ;_caafg ._ecga .ColorNonStroking =_adbca ;return nil ;}; + +// Translate applies a simple x-y translation to the transformation matrix. +func (_agg *ContentCreator )Translate (tx ,ty float64 )*ContentCreator {return _agg .Add_cm (1,0,0,1,tx ,ty );};func (_cbf *ContentStreamParser )parseNull ()(_ec .PdfObjectNull ,error ){_ ,_bfd :=_cbf ._fdgc .Discard (4);return _ec .PdfObjectNull {},_bfd ; +}; // WrapIfNeeded wraps the entire contents within q ... Q. If unbalanced, then adds extra Qs at the end. // Only does if needed. Ensures that when adding new content, one start with all states // in the default condition. -func (_cfc *ContentStreamOperations )WrapIfNeeded ()*ContentStreamOperations {if len (*_cfc )==0{return _cfc ;};if _cfc .isWrapped (){return _cfc ;};*_cfc =append ([]*ContentStreamOperation {{Operand :"\u0071"}},*_cfc ...);_cfb :=0;for _ ,_db :=range *_cfc {if _db .Operand =="\u0071"{_cfb ++; -}else if _db .Operand =="\u0051"{_cfb --;};};for _cfb > 0{*_cfc =append (*_cfc ,&ContentStreamOperation {Operand :"\u0051"});_cfb --;};return _cfc ;}; +func (_cf *ContentStreamOperations )WrapIfNeeded ()*ContentStreamOperations {if len (*_cf )==0{return _cf ;};if _cf .isWrapped (){return _cf ;};*_cf =append ([]*ContentStreamOperation {{Operand :"\u0071"}},*_cf ...);_cg :=0;for _ ,_af :=range *_cf {if _af .Operand =="\u0071"{_cg ++; +}else if _af .Operand =="\u0051"{_cg --;};};for _cg > 0{*_cf =append (*_cf ,&ContentStreamOperation {Operand :"\u0051"});_cg --;};return _cf ;}; -// Add_scn appends 'scn' operand to the content stream: -// Same as SC but for nonstroking operations. +// Add_TD appends 'TD' operand to the content stream: +// Move to start of next line with offset (`tx`, `ty`). // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_abf *ContentCreator )Add_scn (c ...float64 )*ContentCreator {_afg :=ContentStreamOperation {};_afg .Operand ="\u0073\u0063\u006e";_afg .Params =_daea (c );_abf ._eg =append (_abf ._eg ,&_afg );return _abf ;}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_dfc *ContentCreator )Add_TD (tx ,ty float64 )*ContentCreator {_gcc :=ContentStreamOperation {};_gcc .Operand ="\u0054\u0044";_gcc .Params =_abbc ([]float64 {tx ,ty });_dfc ._ecda =append (_dfc ._ecda ,&_gcc );return _dfc ;}; + +// Add_j adds 'j' operand to the content stream: Set the line join style (graphics state). +// +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_bgg *ContentCreator )Add_j (lineJoinStyle string )*ContentCreator {_ecb :=ContentStreamOperation {};_ecb .Operand ="\u006a";_ecb .Params =_gec ([]_ec .PdfObjectName {_ec .PdfObjectName (lineJoinStyle )});_bgg ._ecda =append (_bgg ._ecda ,&_ecb ); +return _bgg ;}; // Add_Tc appends 'Tc' operand to the content stream: // Set character spacing. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_bad *ContentCreator )Add_Tc (charSpace float64 )*ContentCreator {_beb :=ContentStreamOperation {};_beb .Operand ="\u0054\u0063";_beb .Params =_daea ([]float64 {charSpace });_bad ._eg =append (_bad ._eg ,&_beb );return _bad ;}; - -// HandlerFunc is the function syntax that the ContentStreamProcessor handler must implement. -type HandlerFunc func (_caed *ContentStreamOperation ,_ecbee GraphicsState ,_aac *_ee .PdfPageResources )error ;func (_a *ContentStreamOperations )isWrapped ()bool {if len (*_a )< 2{return false ;};_ag :=0;for _ ,_cf :=range *_a {if _cf .Operand =="\u0071"{_ag ++; -}else if _cf .Operand =="\u0051"{_ag --;}else {if _ag < 1{return false ;};};};return _ag ==0;}; +func (_gd *ContentCreator )Add_Tc (charSpace float64 )*ContentCreator {_acf :=ContentStreamOperation {};_acf .Operand ="\u0054\u0063";_acf .Params =_abbc ([]float64 {charSpace });_gd ._ecda =append (_gd ._ecda ,&_acf );return _gd ;}; -// SetStrokingColor sets the stroking `color` where color can be one of -// PdfColorDeviceGray, PdfColorDeviceRGB, or PdfColorDeviceCMYK. -func (_bbae *ContentCreator )SetStrokingColor (color _ee .PdfColor )*ContentCreator {switch _age :=color .(type ){case *_ee .PdfColorDeviceGray :_bbae .Add_G (_age .Val ());case *_ee .PdfColorDeviceRGB :_bbae .Add_RG (_age .R (),_age .G (),_age .B ()); -case *_ee .PdfColorDeviceCMYK :_bbae .Add_K (_age .C (),_age .M (),_age .Y (),_age .K ());case *_ee .PdfColorPatternType2 :_bbae .Add_CS (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_bbae .Add_SCN_pattern (_age .PatternName );case *_ee .PdfColorPatternType3 :_bbae .Add_CS (*_eaf .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); -_bbae .Add_SCN_pattern (_age .PatternName );default:_dc .Log .Debug ("\u0053\u0065\u0074\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006fl\u006f\u0072\u003a\u0020\u0075\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006fr\u003a\u0020\u0025\u0054",_age ); -};return _bbae ;};func (_cgfg *ContentStreamProcessor )getColorspace (_abe string ,_edbd *_ee .PdfPageResources )(_ee .PdfColorspace ,error ){switch _abe {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return _ee .NewPdfColorspaceDeviceGray (),nil ; -case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return _ee .NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return _ee .NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _ee .NewPdfColorspaceSpecialPattern (),nil ; -};if _edbd !=nil {_dac ,_cggd :=_edbd .GetColorspaceByName (_eaf .PdfObjectName (_abe ));if _cggd {return _dac ,nil ;};};switch _abe {case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _ee .NewPdfColorspaceCalGray (),nil ;case "\u0043\u0061\u006c\u0052\u0047\u0042":return _ee .NewPdfColorspaceCalRGB (),nil ; -case "\u004c\u0061\u0062":return _ee .NewPdfColorspaceLab (),nil ;};_dc .Log .Debug ("\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063e\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u0065\u0064\u003a\u0020\u0025\u0073",_abe ); -return nil ,_ga .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065:\u0020\u0025\u0073",_abe );}; - -// Add_B appends 'B' operand to the content stream: -// Fill and then stroke the path (nonzero winding number rule). +// Add_d adds 'd' operand to the content stream: Set the line dash pattern. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_cfge *ContentCreator )Add_B ()*ContentCreator {_adc :=ContentStreamOperation {};_adc .Operand ="\u0042";_cfge ._eg =append (_cfge ._eg ,&_adc );return _cfge ;};func _fcce (_bcgc []_eaf .PdfObjectName )[]_eaf .PdfObject {var _gggdg []_eaf .PdfObject ; -for _ ,_gfad :=range _bcgc {_gggdg =append (_gggdg ,_eaf .MakeName (string (_gfad )));};return _gggdg ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_cb *ContentCreator )Add_d (dashArray []int64 ,dashPhase int64 )*ContentCreator {_edd :=ContentStreamOperation {};_edd .Operand ="\u0064";_edd .Params =[]_ec .PdfObject {};_edd .Params =append (_edd .Params ,_ec .MakeArrayFromIntegers64 (dashArray )); +_edd .Params =append (_edd .Params ,_ec .MakeInteger (dashPhase ));_cb ._ecda =append (_cb ._ecda ,&_edd );return _cb ;}; -// Add_g appends 'g' operand to the content stream: -// Same as G but used for nonstroking operations. +// Add_cs appends 'cs' operand to the content stream: +// Same as CS but for non-stroking operations. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_fgae *ContentCreator )Add_g (gray float64 )*ContentCreator {_fed :=ContentStreamOperation {};_fed .Operand ="\u0067";_fed .Params =_daea ([]float64 {gray });_fgae ._eg =append (_fgae ._eg ,&_fed );return _fgae ;}; +func (_cdb *ContentCreator )Add_cs (name _ec .PdfObjectName )*ContentCreator {_cab :=ContentStreamOperation {};_cab .Operand ="\u0063\u0073";_cab .Params =_gec ([]_ec .PdfObjectName {name });_cdb ._ecda =append (_cdb ._ecda ,&_cab );return _cdb ;};func (_adad *ContentStreamParser )skipSpaces ()(int ,error ){_dcbcc :=0; +for {_bffe ,_gcdc :=_adad ._fdgc .Peek (1);if _gcdc !=nil {return 0,_gcdc ;};if _ec .IsWhiteSpace (_bffe [0]){_adad ._fdgc .ReadByte ();_dcbcc ++;}else {break ;};};return _dcbcc ,nil ;}; -// IsMask checks if an image is a mask. -// The image mask entry in the image dictionary specifies that the image data shall be used as a stencil -// mask for painting in the current color. The mask data is 1bpc, grayscale. -func (_daf *ContentStreamInlineImage )IsMask ()(bool ,error ){if _daf .ImageMask !=nil {_deg ,_bddf :=_daf .ImageMask .(*_eaf .PdfObjectBool );if !_bddf {_dc .Log .Debug ("\u0049m\u0061\u0067\u0065\u0020\u006d\u0061\u0073\u006b\u0020\u006e\u006ft\u0020\u0061\u0020\u0062\u006f\u006f\u006c\u0065\u0061\u006e"); -return false ,_g .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065");};return bool (*_deg ),nil ;};return false ,nil ;}; +// NewInlineImageFromImage makes a new content stream inline image object from an image. +func NewInlineImageFromImage (img _gb .Image ,encoder _ec .StreamEncoder )(*ContentStreamInlineImage ,error ){if encoder ==nil {encoder =_ec .NewRawEncoder ();};encoder .UpdateParams (img .GetParamsDict ());_efd :=ContentStreamInlineImage {};if img .ColorComponents ==1{_efd .ColorSpace =_ec .MakeName ("\u0047"); +}else if img .ColorComponents ==3{_efd .ColorSpace =_ec .MakeName ("\u0052\u0047\u0042");}else if img .ColorComponents ==4{_efd .ColorSpace =_ec .MakeName ("\u0043\u004d\u0059\u004b");}else {_dg .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006db\u0065\u0072\u0020o\u0066\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006dpo\u006e\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0072\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",img .ColorComponents ); +return nil ,_f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072 \u006ff\u0020c\u006fl\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073");};_efd .BitsPerComponent =_ec .MakeInteger (img .BitsPerComponent ); +_efd .Width =_ec .MakeInteger (img .Width );_efd .Height =_ec .MakeInteger (img .Height );_afb ,_acec :=encoder .EncodeBytes (img .Data );if _acec !=nil {return nil ,_acec ;};_efd ._addd =_afb ;_aeg :=encoder .GetFilterName ();if _aeg !=_ec .StreamEncodingFilterNameRaw {_efd .Filter =_ec .MakeName (_aeg ); +};return &_efd ,nil ;}; -// Add_gs adds 'gs' operand to the content stream: Set the graphics state. +// Add_EMC appends 'EMC' operand to the content stream: +// Ends a marked-content sequence. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_eag *ContentCreator )Add_gs (dictName _eaf .PdfObjectName )*ContentCreator {_gc :=ContentStreamOperation {};_gc .Operand ="\u0067\u0073";_gc .Params =_fcce ([]_eaf .PdfObjectName {dictName });_eag ._eg =append (_eag ._eg ,&_gc );return _eag ;}; +// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). +func (_gcb *ContentCreator )Add_EMC ()*ContentCreator {_bec :=ContentStreamOperation {};_bec .Operand ="\u0045\u004d\u0043";_gcb ._ecda =append (_gcb ._ecda ,&_bec );return _gcb ;}; -// Add_q adds 'q' operand to the content stream: Pushes the current graphics state on the stack. -// -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_gebf *ContentCreator )Add_q ()*ContentCreator {_gef :=ContentStreamOperation {};_gef .Operand ="\u0071";_gebf ._eg =append (_gebf ._eg ,&_gef );return _gebf ;};func (_gdda *ContentStreamProcessor )handleCommand_cs (_ggfa *ContentStreamOperation ,_abad *_ee .PdfPageResources )error {if len (_ggfa .Params )< 1{_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); -return _g .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_ggfa .Params )> 1{_dc .Log .Debug ("\u0043\u0053\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); -return _g .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_cedc ,_bda :=_ggfa .Params [0].(*_eaf .PdfObjectName );if !_bda {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0053\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); -return _g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_aacg ,_ebgd :=_gdda .getColorspace (string (*_cedc ),_abad );if _ebgd !=nil {return _ebgd ;};_gdda ._edec .ColorspaceNonStroking =_aacg ;_dbdb ,_ebgd :=_gdda .getInitialColor (_aacg ); -if _ebgd !=nil {return _ebgd ;};_gdda ._edec .ColorNonStroking =_dbdb ;return nil ;};func (_aadc *ContentStreamParser )parseObject ()(_gedg _eaf .PdfObject ,_cdd bool ,_gbc error ){_aadc .skipSpaces ();for {_eabd ,_bccd :=_aadc ._ccf .Peek (2);if _bccd !=nil {return nil ,false ,_bccd ; -};_dc .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_eabd ));if _eabd [0]=='%'{_aadc .skipComments ();continue ;}else if _eabd [0]=='/'{_dedf ,_fced :=_aadc .parseName ();_dc .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_dedf ); -return &_dedf ,false ,_fced ;}else if _eabd [0]=='('{_dc .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");_bbb ,_gafe :=_aadc .parseString ();return _bbb ,false ,_gafe ;}else if _eabd [0]=='<'&&_eabd [1]!='<'{_dc .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0053\u0074\u0072\u0069\u006e\u0067\u0021"); -_fcaa ,_feeb :=_aadc .parseHexString ();return _fcaa ,false ,_feeb ;}else if _eabd [0]=='['{_dc .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_dded ,_efed :=_aadc .parseArray ();return _dded ,false ,_efed ;}else if _eaf .IsFloatDigit (_eabd [0])||(_eabd [0]=='-'&&_eaf .IsFloatDigit (_eabd [1]))||(_eabd [0]=='+'&&_eaf .IsFloatDigit (_eabd [1])){_dc .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); -_ebdf ,_cdef :=_aadc .parseNumber ();return _ebdf ,false ,_cdef ;}else if _eabd [0]=='<'&&_eabd [1]=='<'{_fbd ,_afga :=_aadc .parseDict ();return _fbd ,false ,_afga ;}else {_dc .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f"); -_eabd ,_ =_aadc ._ccf .Peek (5);_edb :=string (_eabd );_dc .Log .Trace ("\u0063\u006f\u006e\u0074\u0020\u0050\u0065\u0065\u006b\u0020\u0073\u0074r\u003a\u0020\u0025\u0073",_edb );if (len (_edb )> 3)&&(_edb [:4]=="\u006e\u0075\u006c\u006c"){_gbeb ,_dcaf :=_aadc .parseNull (); -return &_gbeb ,false ,_dcaf ;}else if (len (_edb )> 4)&&(_edb [:5]=="\u0066\u0061\u006cs\u0065"){_fabb ,_bddg :=_aadc .parseBool ();return &_fabb ,false ,_bddg ;}else if (len (_edb )> 3)&&(_edb [:4]=="\u0074\u0072\u0075\u0065"){_fcd ,_fbc :=_aadc .parseBool (); -return &_fcd ,false ,_fbc ;};_efcc ,_edd :=_aadc .parseOperand ();if _edd !=nil {return _efcc ,false ,_edd ;};if len (_efcc .String ())< 1{return _efcc ,false ,ErrInvalidOperand ;};return _efcc ,true ,nil ;};};};func _caa (_fegc string )bool {_ ,_cac :=_bff [_fegc ]; -return _cac }; +// ParseInlineImage parses an inline image from a content stream, both reading its properties and binary data. +// When called, "BI" has already been read from the stream. This function +// finishes reading through "EI" and then returns the ContentStreamInlineImage. +func (_dac *ContentStreamParser )ParseInlineImage ()(*ContentStreamInlineImage ,error ){_eggb :=ContentStreamInlineImage {};for {_dac .skipSpaces ();_eaa ,_cdd ,_abd :=_dac .parseObject ();if _abd !=nil {return nil ,_abd ;};if !_cdd {_ead ,_bgf :=_ec .GetName (_eaa ); +if !_bgf {_dg .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_eaa ); +return nil ,_d .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_eaa ); +};_efcd ,_cag ,_bbb :=_dac .parseObject ();if _bbb !=nil {return nil ,_bbb ;};if _cag {return nil ,_d .Errorf ("\u006eo\u0074\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067 \u0061\u006e\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064");};switch *_ead {case "\u0042\u0050\u0043","\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074":_eggb .BitsPerComponent =_efcd ; +case "\u0043\u0053","\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065":_eggb .ColorSpace =_efcd ;case "\u0044","\u0044\u0065\u0063\u006f\u0064\u0065":_eggb .Decode =_efcd ;case "\u0044\u0050","D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073":_eggb .DecodeParms =_efcd ; +case "\u0046","\u0046\u0069\u006c\u0074\u0065\u0072":_eggb .Filter =_efcd ;case "\u0048","\u0048\u0065\u0069\u0067\u0068\u0074":_eggb .Height =_efcd ;case "\u0049\u004d","\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k":_eggb .ImageMask =_efcd ;case "\u0049\u006e\u0074\u0065\u006e\u0074":_eggb .Intent =_efcd ; +case "\u0049","I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065":_eggb .Interpolate =_efcd ;case "\u0057","\u0057\u0069\u0064t\u0068":_eggb .Width =_efcd ;case "\u004c\u0065\u006e\u0067\u0074\u0068","\u0053u\u0062\u0074\u0079\u0070\u0065","\u0054\u0079\u0070\u0065":_dg .Log .Debug ("\u0049\u0067\u006e\u006fr\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0070a\u0072\u0061\u006d\u0065\u0074\u0065\u0072 \u0025\u0073",*_ead ); +default:return nil ,_d .Errorf ("\u0075\u006e\u006b\u006e\u006f\u0077n\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0020\u0025\u0073",*_ead );};};if _cdd {_bffc ,_eggbf :=_eaa .(*_ec .PdfObjectString ); +if !_eggbf {return nil ,_d .Errorf ("\u0066a\u0069\u006ce\u0064\u0020\u0074o\u0020\u0072\u0065\u0061\u0064\u0020\u0069n\u006c\u0069\u006e\u0065\u0020\u0069m\u0061\u0067\u0065\u0020\u002d\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); +};if _bffc .Str ()=="\u0045\u0049"{_dg .Log .Trace ("\u0049n\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020f\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e\u002e\u002e");return &_eggb ,nil ;}else if _bffc .Str ()=="\u0049\u0044"{_dg .Log .Trace ("\u0049\u0044\u0020\u0073\u0074\u0061\u0072\u0074"); +_gged ,_cde :=_dac ._fdgc .Peek (1);if _cde !=nil {return nil ,_cde ;};if _ec .IsWhiteSpace (_gged [0]){_dac ._fdgc .Discard (1);};_eggb ._addd =[]byte {};_cdf :=0;var _daeb []byte ;for {_eeba ,_gggd :=_dac ._fdgc .ReadByte ();if _gggd !=nil {_dg .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0065\u006e\u0064\u0020o\u0066\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0045\u0049\u0020\u0069\u006e\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u0061\u0074a"); +return nil ,_gggd ;};if _cdf ==0{if _ec .IsWhiteSpace (_eeba ){_daeb =[]byte {};_daeb =append (_daeb ,_eeba );_cdf =1;}else if _eeba =='E'{_daeb =append (_daeb ,_eeba );_cdf =2;}else {_eggb ._addd =append (_eggb ._addd ,_eeba );};}else if _cdf ==1{_daeb =append (_daeb ,_eeba ); +if _eeba =='E'{_cdf =2;}else {_eggb ._addd =append (_eggb ._addd ,_daeb ...);_daeb =[]byte {};if _ec .IsWhiteSpace (_eeba ){_cdf =1;}else {_cdf =0;};};}else if _cdf ==2{_daeb =append (_daeb ,_eeba );if _eeba =='I'{_cdf =3;}else {_eggb ._addd =append (_eggb ._addd ,_daeb ...); +_daeb =[]byte {};_cdf =0;};}else if _cdf ==3{_daeb =append (_daeb ,_eeba );if _ec .IsWhiteSpace (_eeba ){_dgfa ,_cga :=_dac ._fdgc .Peek (20);if _cga !=nil &&_cga !=_eg .EOF {return nil ,_cga ;};_cddd :=NewContentStreamParser (string (_dgfa ));_bfa :=true ; +for _beeb :=0;_beeb < 3;_beeb ++{_gcg ,_gfa ,_fbb :=_cddd .parseObject ();if _fbb !=nil {if _fbb ==_eg .EOF {break ;};_bfa =false ;continue ;};if _gfa &&!_bbac (_gcg .String ()){_bfa =false ;break ;};};if _bfa {if len (_eggb ._addd )> 100{_dg .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078 \u002e\u002e\u002e",len (_eggb ._addd ),_eggb ._addd [:100]); +}else {_dg .Log .Trace ("\u0049\u006d\u0061\u0067e \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025 \u0078",len (_eggb ._addd ),_eggb ._addd );};return &_eggb ,nil ;};};_eggb ._addd =append (_eggb ._addd ,_daeb ...); +_daeb =[]byte {};_cdf =0;};};};};};}; -// Add_Q adds 'Q' operand to the content stream: Pops the most recently stored state from the stack. +// Add_quote appends "'" operand to the content stream: +// Move to next line and show a string. // -// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). -func (_be *ContentCreator )Add_Q ()*ContentCreator {_ebb :=ContentStreamOperation {};_ebb .Operand ="\u0051";_be ._eg =append (_be ._eg ,&_ebb );return _be ;};func (_aaagc *ContentStreamProcessor )handleCommand_CS (_cce *ContentStreamOperation ,_dgea *_ee .PdfPageResources )error {if len (_cce .Params )< 1{_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061\u006e\u0064\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u006f\u0076\u0065\u0072"); -return _g .New ("\u0074o\u006f \u0066\u0065\u0077\u0020\u0070a\u0072\u0061m\u0065\u0074\u0065\u0072\u0073");};if len (_cce .Params )> 1{_dc .Log .Debug ("\u0063\u0073\u0020\u0063\u006f\u006d\u006d\u0061n\u0064\u0020\u0077it\u0068\u0020\u0074\u006f\u006f\u0020m\u0061\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020-\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075i\u006e\u0067"); -return _g .New ("\u0074\u006f\u006f\u0020ma\u006e\u0079\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073");};_gde ,_badd :=_cce .Params [0].(*_eaf .PdfObjectName );if !_badd {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020c\u0073\u0020\u0063o\u006d\u006d\u0061n\u0064\u0020w\u0069\u0074\u0068\u0020\u0069\u006ev\u0061li\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u002c\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072"); -return _g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_aba ,_ggfbg :=_aaagc .getColorspace (string (*_gde ),_dgea );if _ggfbg !=nil {return _ggfbg ;};_aaagc ._edec .ColorspaceStroking =_aba ;_gfa ,_ggfbg :=_aaagc .getInitialColor (_aba ); -if _ggfbg !=nil {return _ggfbg ;};_aaagc ._edec .ColorStroking =_gfa ;return nil ;}; - -// WriteString outputs the object as it is to be written to file. -func (_bdgdg *ContentStreamInlineImage )WriteString ()string {var _ceaf _fg .Buffer ;_bgf :="";if _bdgdg .BitsPerComponent !=nil {_bgf +="\u002f\u0042\u0050C\u0020"+_bdgdg .BitsPerComponent .WriteString ()+"\u000a";};if _bdgdg .ColorSpace !=nil {_bgf +="\u002f\u0043\u0053\u0020"+_bdgdg .ColorSpace .WriteString ()+"\u000a"; -};if _bdgdg .Decode !=nil {_bgf +="\u002f\u0044\u0020"+_bdgdg .Decode .WriteString ()+"\u000a";};if _bdgdg .DecodeParms !=nil {_bgf +="\u002f\u0044\u0050\u0020"+_bdgdg .DecodeParms .WriteString ()+"\u000a";};if _bdgdg .Filter !=nil {_bgf +="\u002f\u0046\u0020"+_bdgdg .Filter .WriteString ()+"\u000a"; -};if _bdgdg .Height !=nil {_bgf +="\u002f\u0048\u0020"+_bdgdg .Height .WriteString ()+"\u000a";};if _bdgdg .ImageMask !=nil {_bgf +="\u002f\u0049\u004d\u0020"+_bdgdg .ImageMask .WriteString ()+"\u000a";};if _bdgdg .Intent !=nil {_bgf +="\u002f\u0049\u006e\u0074\u0065\u006e\u0074\u0020"+_bdgdg .Intent .WriteString ()+"\u000a"; -};if _bdgdg .Interpolate !=nil {_bgf +="\u002f\u0049\u0020"+_bdgdg .Interpolate .WriteString ()+"\u000a";};if _bdgdg .Width !=nil {_bgf +="\u002f\u0057\u0020"+_bdgdg .Width .WriteString ()+"\u000a";};_ceaf .WriteString (_bgf );_ceaf .WriteString ("\u0049\u0044\u0020"); -_ceaf .Write (_bdgdg ._gda );_ceaf .WriteString ("\u000a\u0045\u0049\u000a");return _ceaf .String ();}; +// See section 9.4.3 "Text Showing Operators" and +// Table 209 (pp. 258-259 PDF32000_2008). +func (_aea *ContentCreator )Add_quote (textstr _ec .PdfObjectString )*ContentCreator {_aggc :=ContentStreamOperation {};_aggc .Operand ="\u0027";_aggc .Params =_dcc ([]_ec .PdfObjectString {textstr });_aea ._ecda =append (_aea ._ecda ,&_aggc );return _aea ; +}; -// Add_TD appends 'TD' operand to the content stream: -// Move to start of next line with offset (`tx`, `ty`). +// Add_c adds 'c' operand to the content stream: Append a Bezier curve to the current path from +// the current point to (x3,y3) with (x1,x1) and (x2,y2) as control points. // -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_gec *ContentCreator )Add_TD (tx ,ty float64 )*ContentCreator {_afa :=ContentStreamOperation {};_afa .Operand ="\u0054\u0044";_afa .Params =_daea ([]float64 {tx ,ty });_gec ._eg =append (_gec ._eg ,&_afa );return _gec ;}; - -// AddHandler adds a new ContentStreamProcessor `handler` of type `condition` for `operand`. -func (_aaf *ContentStreamProcessor )AddHandler (condition HandlerConditionEnum ,operand string ,handler HandlerFunc ){_aaead :=handlerEntry {};_aaead .Condition =condition ;_aaead .Operand =operand ;_aaead .Handler =handler ;_aaf ._cfd =append (_aaf ._cfd ,_aaead ); +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_dcd *ContentCreator )Add_c (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_adf :=ContentStreamOperation {};_adf .Operand ="\u0063";_adf .Params =_abbc ([]float64 {x1 ,y1 ,x2 ,y2 ,x3 ,y3 });_dcd ._ecda =append (_dcd ._ecda ,&_adf );return _dcd ; }; -// Add_RG appends 'RG' operand to the content stream: -// Set the stroking colorspace to DeviceRGB and sets the r,g,b colors (0-1 each). +// Add_v appends 'v' operand to the content stream: Append a Bezier curve to the current path from the +// current point to (x3,y3) with the current point and (x2,y2) as control points. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_aff *ContentCreator )Add_RG (r ,g ,b float64 )*ContentCreator {_ddd :=ContentStreamOperation {};_ddd .Operand ="\u0052\u0047";_ddd .Params =_daea ([]float64 {r ,g ,b });_aff ._eg =append (_aff ._eg ,&_ddd );return _aff ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_adfa *ContentCreator )Add_v (x2 ,y2 ,x3 ,y3 float64 )*ContentCreator {_acg :=ContentStreamOperation {};_acg .Operand ="\u0076";_acg .Params =_abbc ([]float64 {x2 ,y2 ,x3 ,y3 });_adfa ._ecda =append (_adfa ._ecda ,&_acg );return _adfa ;}; -// Add_Tz appends 'Tz' operand to the content stream: -// Set horizontal scaling. +// Add_TL appends 'TL' operand to the content stream: +// Set leading. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_eedg *ContentCreator )Add_Tz (scale float64 )*ContentCreator {_bec :=ContentStreamOperation {};_bec .Operand ="\u0054\u007a";_bec .Params =_daea ([]float64 {scale });_eedg ._eg =append (_eedg ._eg ,&_bec );return _eedg ;}; +func (_bfc *ContentCreator )Add_TL (leading float64 )*ContentCreator {_bbe :=ContentStreamOperation {};_bbe .Operand ="\u0054\u004c";_bbe .Params =_abbc ([]float64 {leading });_bfc ._ecda =append (_bfc ._ecda ,&_bbe );return _bfc ;};func _abbc (_ffea []float64 )[]_ec .PdfObject {var _adda []_ec .PdfObject ; +for _ ,_ffeaa :=range _ffea {_adda =append (_adda ,_ec .MakeFloat (_ffeaa ));};return _adda ;};func (_bcaa *ContentStreamProcessor )getInitialColor (_gcca _gb .PdfColorspace )(_gb .PdfColor ,error ){switch _efge :=_gcca .(type ){case *_gb .PdfColorspaceDeviceGray :return _gb .NewPdfColorDeviceGray (0.0),nil ; +case *_gb .PdfColorspaceDeviceRGB :return _gb .NewPdfColorDeviceRGB (0.0,0.0,0.0),nil ;case *_gb .PdfColorspaceDeviceCMYK :return _gb .NewPdfColorDeviceCMYK (0.0,0.0,0.0,1.0),nil ;case *_gb .PdfColorspaceCalGray :return _gb .NewPdfColorCalGray (0.0),nil ; +case *_gb .PdfColorspaceCalRGB :return _gb .NewPdfColorCalRGB (0.0,0.0,0.0),nil ;case *_gb .PdfColorspaceLab :_dfcg :=0.0;_bgd :=0.0;_aabb :=0.0;if _efge .Range [0]> 0{_dfcg =_efge .Range [0];};if _efge .Range [2]> 0{_bgd =_efge .Range [2];};return _gb .NewPdfColorLab (_dfcg ,_bgd ,_aabb ),nil ; +case *_gb .PdfColorspaceICCBased :if _efge .Alternate ==nil {_dg .Log .Trace ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020-\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0066\u0061\u006c\u006c\u0020\u0062a\u0063\u006b\u0020\u0028\u004e\u0020\u003d\u0020\u0025\u0064\u0029",_efge .N ); +if _efge .N ==1{_dg .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079");return _bcaa .getInitialColor (_gb .NewPdfColorspaceDeviceGray ());}else if _efge .N ==3{_dg .Log .Trace ("\u0046a\u006c\u006c\u0069\u006eg\u0020\u0062\u0061\u0063\u006b \u0074o\u0020D\u0065\u0076\u0069\u0063\u0065\u0052\u0047B"); +return _bcaa .getInitialColor (_gb .NewPdfColorspaceDeviceRGB ());}else if _efge .N ==4{_dg .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065C\u004d\u0059\u004b"); +return _bcaa .getInitialColor (_gb .NewPdfColorspaceDeviceCMYK ());}else {return nil ,_f .New ("a\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0049C\u0043"); +};};return _bcaa .getInitialColor (_efge .Alternate );case *_gb .PdfColorspaceSpecialIndexed :if _efge .Base ==nil {return nil ,_f .New ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0062\u0061\u0073e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069f\u0069\u0065\u0064"); +};return _bcaa .getInitialColor (_efge .Base );case *_gb .PdfColorspaceSpecialSeparation :if _efge .AlternateSpace ==nil {return nil ,_f .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); +};return _bcaa .getInitialColor (_efge .AlternateSpace );case *_gb .PdfColorspaceDeviceN :if _efge .AlternateSpace ==nil {return nil ,_f .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); +};return _bcaa .getInitialColor (_efge .AlternateSpace );case *_gb .PdfColorspaceSpecialPattern :return _gb .NewPdfColorPattern (),nil ;};_dg .Log .Debug ("Un\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0066\u006f\u0072\u0020\u0075\u006e\u006b\u006e\u006fw\u006e \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065:\u0020\u0025T",_gcca ); +return nil ,_f .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065");}; -// Add_Tm appends 'Tm' operand to the content stream: -// Set the text line matrix. +// Add_SCN appends 'SCN' operand to the content stream: +// Same as SC but supports more colorspaces. // -// See section 9.4.2 "Text Positioning Operators" and -// Table 108 (pp. 257-258 PDF32000_2008). -func (_eab *ContentCreator )Add_Tm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_cff :=ContentStreamOperation {};_cff .Operand ="\u0054\u006d";_cff .Params =_daea ([]float64 {a ,b ,c ,d ,e ,f });_eab ._eg =append (_eab ._eg ,&_cff );return _eab ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_dbeg *ContentCreator )Add_SCN (c ...float64 )*ContentCreator {_bbf :=ContentStreamOperation {};_bbf .Operand ="\u0053\u0043\u004e";_bbf .Params =_abbc (c );_dbeg ._ecda =append (_dbeg ._ecda ,&_bbf );return _dbeg ;}; -// Bytes converts a set of content stream operations to a content stream byte presentation, -// i.e. the kind that can be stored as a PDF stream or string format. -func (_fgg *ContentStreamOperations )Bytes ()[]byte {var _ff _fg .Buffer ;for _ ,_ac :=range *_fgg {if _ac ==nil {continue ;};if _ac .Operand =="\u0042\u0049"{_ff .WriteString (_ac .Operand +"\u000a");_ff .WriteString (_ac .Params [0].WriteString ());}else {for _ ,_ace :=range _ac .Params {_ff .WriteString (_ace .WriteString ()); -_ff .WriteString ("\u0020");};_ff .WriteString (_ac .Operand +"\u000a");};};return _ff .Bytes ();};func (_cgga *ContentStreamProcessor )handleCommand_scn (_efea *ContentStreamOperation ,_gfgd *_ee .PdfPageResources )error {_gcea :=_cgga ._edec .ColorspaceNonStroking ; -if !_gecbc (_gcea ){if len (_efea .Params )!=_gcea .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_efea .Params ),_gcea );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_feab ,_feed :=_gcea .ColorFromPdfObjects (_efea .Params );if _feed !=nil {_dc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0063o\u006co\u0072\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0043\u0053\u0020\u0069\u0073\u0020\u0025\u002b\u0076\u0029",_efea .Params ,_gcea ); -return _feed ;};_cgga ._edec .ColorNonStroking =_feab ;return nil ;}; +// Add_g appends 'g' operand to the content stream: +// Same as G but used for nonstroking operations. +// +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_acbc *ContentCreator )Add_g (gray float64 )*ContentCreator {_fcgd :=ContentStreamOperation {};_fcgd .Operand ="\u0067";_fcgd .Params =_abbc ([]float64 {gray });_acbc ._ecda =append (_acbc ._ecda ,&_fcgd );return _acbc ;}; -// Wrap ensures that the contentstream is wrapped within a balanced q ... Q expression. -func (_ffc *ContentCreator )Wrap (){_ffc ._eg .WrapIfNeeded ()}; +// Add_k appends 'k' operand to the content stream: +// Same as K but used for nonstroking operations. +// +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_dae *ContentCreator )Add_k (c ,m ,y ,k float64 )*ContentCreator {_gfcb :=ContentStreamOperation {};_gfcb .Operand ="\u006b";_gfcb .Params =_abbc ([]float64 {c ,m ,y ,k });_dae ._ecda =append (_dae ._ecda ,&_gfcb );return _dae ;}; -// Add_m adds 'm' operand to the content stream: Move the current point to (x,y). +// Add_SCN_pattern appends 'SCN' operand to the content stream for pattern `name`: +// SCN with name attribute (for pattern). Syntax: c1 ... cn name SCN. // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_cd *ContentCreator )Add_m (x ,y float64 )*ContentCreator {_eafg :=ContentStreamOperation {};_eafg .Operand ="\u006d";_eafg .Params =_daea ([]float64 {x ,y });_cd ._eg =append (_cd ._eg ,&_eafg );return _cd ;};func (_ggec *ContentStreamParser )parseHexString ()(*_eaf .PdfObjectString ,error ){_ggec ._ccf .ReadByte (); -_abffa :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");var _bbaee []byte ;for {_ggec .skipSpaces ();_dbcc ,_cfcc :=_ggec ._ccf .Peek (1);if _cfcc !=nil {return _eaf .MakeString (""),_cfcc ; -};if _dbcc [0]=='>'{_ggec ._ccf .ReadByte ();break ;};_eace ,_ :=_ggec ._ccf .ReadByte ();if _fg .IndexByte (_abffa ,_eace )>=0{_bbaee =append (_bbaee ,_eace );};};if len (_bbaee )%2==1{_bbaee =append (_bbaee ,'0');};_dcdd ,_ :=_cg .DecodeString (string (_bbaee )); -return _eaf .MakeHexString (string (_dcdd )),nil ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_abb *ContentCreator )Add_SCN_pattern (name _ec .PdfObjectName ,c ...float64 )*ContentCreator {_cafc :=ContentStreamOperation {};_cafc .Operand ="\u0053\u0043\u004e";_cafc .Params =_abbc (c );_cafc .Params =append (_cafc .Params ,_ec .MakeName (string (name ))); +_abb ._ecda =append (_abb ._ecda ,&_cafc );return _abb ;};func (_gagd *ContentStreamParser )parseBool ()(_ec .PdfObjectBool ,error ){_ded ,_ggde :=_gagd ._fdgc .Peek (4);if _ggde !=nil {return _ec .PdfObjectBool (false ),_ggde ;};if (len (_ded )>=4)&&(string (_ded [:4])=="\u0074\u0072\u0075\u0065"){_gagd ._fdgc .Discard (4); +return _ec .PdfObjectBool (true ),nil ;};_ded ,_ggde =_gagd ._fdgc .Peek (5);if _ggde !=nil {return _ec .PdfObjectBool (false ),_ggde ;};if (len (_ded )>=5)&&(string (_ded [:5])=="\u0066\u0061\u006cs\u0065"){_gagd ._fdgc .Discard (5);return _ec .PdfObjectBool (false ),nil ; +};return _ec .PdfObjectBool (false ),_f .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func (_cgbf *ContentStreamProcessor )handleCommand_cm (_ceab *ContentStreamOperation ,_dfed *_gb .PdfPageResources )error {if len (_ceab .Params )!=6{_dg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u006d\u003a\u0020\u0025\u0064",len (_ceab .Params )); +return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073");};_agf ,_cgbb :=_ec .GetNumbersAsFloat (_ceab .Params );if _cgbb !=nil {return _cgbb ; +};_ebfe :=_dc .NewMatrix (_agf [0],_agf [1],_agf [2],_agf [3],_agf [4],_agf [5]);_cgbf ._ecga .CTM .Concat (_ebfe );return nil ;};func (_aagb *ContentStreamParser )parseNumber ()(_ec .PdfObject ,error ){return _ec .ParseNumber (_aagb ._fdgc );}; -// Add_Td appends 'Td' operand to the content stream: -// Move to start of next line with offset (`tx`, `ty`). +// Add_f_starred appends 'f*' operand to the content stream. +// f*: Fill the path using the even-odd rule to determine fill region. +// +// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). +func (_dcb *ContentCreator )Add_f_starred ()*ContentCreator {_dad :=ContentStreamOperation {};_dad .Operand ="\u0066\u002a";_dcb ._ecda =append (_dcb ._ecda ,&_dad );return _dcb ;}; + +// Add_K appends 'K' operand to the content stream: +// Set the stroking colorspace to DeviceCMYK and sets the c,m,y,k color (0-1 each component). +// +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_fdeb *ContentCreator )Add_K (c ,m ,y ,k float64 )*ContentCreator {_cfd :=ContentStreamOperation {};_cfd .Operand ="\u004b";_cfd .Params =_abbc ([]float64 {c ,m ,y ,k });_fdeb ._ecda =append (_fdeb ._ecda ,&_cfd );return _fdeb ;};func (_acbe *ContentStreamProcessor )handleCommand_K (_acce *ContentStreamOperation ,_eega *_gb .PdfPageResources )error {_cfaag :=_gb .NewPdfColorspaceDeviceCMYK (); +if len (_acce .Params )!=_cfaag .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_acce .Params ),_cfaag );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_abae ,_dabb :=_cfaag .ColorFromPdfObjects (_acce .Params );if _dabb !=nil {return _dabb ;};_acbe ._ecga .ColorspaceStroking =_cfaag ;_acbe ._ecga .ColorStroking =_abae ;return nil ;}; + +// Add_Tm appends 'Tm' operand to the content stream: +// Set the text line matrix. // // See section 9.4.2 "Text Positioning Operators" and // Table 108 (pp. 257-258 PDF32000_2008). -func (_ecb *ContentCreator )Add_Td (tx ,ty float64 )*ContentCreator {_ggfg :=ContentStreamOperation {};_ggfg .Operand ="\u0054\u0064";_ggfg .Params =_daea ([]float64 {tx ,ty });_ecb ._eg =append (_ecb ._eg ,&_ggfg );return _ecb ;}; +func (_bab *ContentCreator )Add_Tm (a ,b ,c ,d ,e ,f float64 )*ContentCreator {_gfca :=ContentStreamOperation {};_gfca .Operand ="\u0054\u006d";_gfca .Params =_abbc ([]float64 {a ,b ,c ,d ,e ,f });_bab ._ecda =append (_bab ._ecda ,&_gfca );return _bab ; +}; -// Add_B_starred appends 'B*' operand to the content stream: -// Fill and then stroke the path (even-odd rule). +// Add_Q adds 'Q' operand to the content stream: Pops the most recently stored state from the stack. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_def *ContentCreator )Add_B_starred ()*ContentCreator {_bae :=ContentStreamOperation {};_bae .Operand ="\u0042\u002a";_def ._eg =append (_def ._eg ,&_bae );return _def ;};func (_bbaa *ContentStreamParser )parseName ()(_eaf .PdfObjectName ,error ){_aeec :=""; -_fbf :=false ;for {_accb ,_eafac :=_bbaa ._ccf .Peek (1);if _eafac ==_ea .EOF {break ;};if _eafac !=nil {return _eaf .PdfObjectName (_aeec ),_eafac ;};if !_fbf {if _accb [0]=='/'{_fbf =true ;_bbaa ._ccf .ReadByte ();}else {_dc .Log .Error ("N\u0061\u006d\u0065\u0020\u0073\u0074a\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069\u0074h\u0020\u0025\u0073 \u0028%\u0020\u0078\u0029",_accb ,_accb ); -return _eaf .PdfObjectName (_aeec ),_ga .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_accb [0]);};}else {if _eaf .IsWhiteSpace (_accb [0]){break ;}else if (_accb [0]=='/')||(_accb [0]=='[')||(_accb [0]=='(')||(_accb [0]==']')||(_accb [0]=='<')||(_accb [0]=='>'){break ; -}else if _accb [0]=='#'{_ebbg ,_aea :=_bbaa ._ccf .Peek (3);if _aea !=nil {return _eaf .PdfObjectName (_aeec ),_aea ;};_bbaa ._ccf .Discard (3);_dbbd ,_aea :=_cg .DecodeString (string (_ebbg [1:3]));if _aea !=nil {return _eaf .PdfObjectName (_aeec ),_aea ; -};_aeec +=string (_dbbd );}else {_eedfa ,_ :=_bbaa ._ccf .ReadByte ();_aeec +=string (_eedfa );};};};return _eaf .PdfObjectName (_aeec ),nil ;};func (_bebe *ContentStreamParser )parseNull ()(_eaf .PdfObjectNull ,error ){_ ,_eafc :=_bebe ._ccf .Discard (4); -return _eaf .PdfObjectNull {},_eafc ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_efc *ContentCreator )Add_Q ()*ContentCreator {_aaa :=ContentStreamOperation {};_aaa .Operand ="\u0051";_efc ._ecda =append (_efc ._ecda ,&_aaa );return _efc ;}; -// Push pushes `gs` on the `gsStack`. -func (_adge *GraphicStateStack )Push (gs GraphicsState ){*_adge =append (*_adge ,gs )}; +// Add_rg appends 'rg' operand to the content stream: +// Same as RG but used for nonstroking operations. +// +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_be *ContentCreator )Add_rg (r ,g ,b float64 )*ContentCreator {_gab :=ContentStreamOperation {};_gab .Operand ="\u0072\u0067";_gab .Params =_abbc ([]float64 {r ,g ,b });_be ._ecda =append (_be ._ecda ,&_gab );return _be ;};func _ecc (_gfdb *ContentStreamInlineImage )(*_ec .MultiEncoder ,error ){_gde :=_ec .NewMultiEncoder (); +var _dadg *_ec .PdfObjectDictionary ;var _bdad []_ec .PdfObject ;if _fafa :=_gfdb .DecodeParms ;_fafa !=nil {_beag ,_aaf :=_fafa .(*_ec .PdfObjectDictionary );if _aaf {_dadg =_beag ;};_accd ,_ccf :=_fafa .(*_ec .PdfObjectArray );if _ccf {for _ ,_cefc :=range _accd .Elements (){if _bdfd ,_fce :=_cefc .(*_ec .PdfObjectDictionary ); +_fce {_bdad =append (_bdad ,_bdfd );}else {_bdad =append (_bdad ,nil );};};};};_gge :=_gfdb .Filter ;if _gge ==nil {return nil ,_d .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_fca ,_dcbc :=_gge .(*_ec .PdfObjectArray ); +if !_dcbc {return nil ,_d .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079");};for _ccdgf ,_ecba :=range _fca .Elements (){_becf ,_abba :=_ecba .(*_ec .PdfObjectName ); +if !_abba {return nil ,_d .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065");};var _aec _ec .PdfObject ; +if _dadg !=nil {_aec =_dadg ;}else {if len (_bdad )> 0{if _ccdgf >=len (_bdad ){return nil ,_d .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); +};_aec =_bdad [_ccdgf ];};};var _egc *_ec .PdfObjectDictionary ;if _egbg ,_bgba :=_aec .(*_ec .PdfObjectDictionary );_bgba {_egc =_egbg ;};if *_becf ==_ec .StreamEncodingFilterNameFlate ||*_becf =="\u0046\u006c"{_cfca ,_eec :=_bac (_gfdb ,_egc );if _eec !=nil {return nil ,_eec ; +};_gde .AddEncoder (_cfca );}else if *_becf ==_ec .StreamEncodingFilterNameLZW {_cba ,_baa :=_cdbc (_gfdb ,_egc );if _baa !=nil {return nil ,_baa ;};_gde .AddEncoder (_cba );}else if *_becf ==_ec .StreamEncodingFilterNameASCIIHex {_dba :=_ec .NewASCIIHexEncoder (); +_gde .AddEncoder (_dba );}else if *_becf ==_ec .StreamEncodingFilterNameASCII85 ||*_becf =="\u0041\u0038\u0035"{_ccc :=_ec .NewASCII85Encoder ();_gde .AddEncoder (_ccc );}else {_dg .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_becf ); +return nil ,_d .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _gde ,nil ;}; // Add_f appends 'f' operand to the content stream: // Fill the path using the nonzero winding number rule to determine fill region. // // See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_bdf *ContentCreator )Add_f ()*ContentCreator {_fec :=ContentStreamOperation {};_fec .Operand ="\u0066";_bdf ._eg =append (_bdf ._eg ,&_fec );return _bdf ;}; - -// GetEncoder returns the encoder of the inline image. -func (_cgc *ContentStreamInlineImage )GetEncoder ()(_eaf .StreamEncoder ,error ){return _bcc (_cgc )};func _aeg (_ccec []_eaf .PdfObjectString )[]_eaf .PdfObject {var _ccg []_eaf .PdfObject ;for _ ,_bbdb :=range _ccec {_ccg =append (_ccg ,_eaf .MakeString (_bbdb .Str ())); -};return _ccg ;}; +func (_dga *ContentCreator )Add_f ()*ContentCreator {_edc :=ContentStreamOperation {};_edc .Operand ="\u0066";_dga ._ecda =append (_dga ._ecda ,&_edc );return _dga ;}; -// ParseInlineImage parses an inline image from a content stream, both reading its properties and binary data. -// When called, "BI" has already been read from the stream. This function -// finishes reading through "EI" and then returns the ContentStreamInlineImage. -func (_eee *ContentStreamParser )ParseInlineImage ()(*ContentStreamInlineImage ,error ){_abbgd :=ContentStreamInlineImage {};for {_eee .skipSpaces ();_dcg ,_defc ,_gecb :=_eee .parseObject ();if _gecb !=nil {return nil ,_gecb ;};if !_defc {_dbe ,_fbg :=_eaf .GetName (_dcg ); -if !_fbg {_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_dcg ); -return nil ,_ga .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067e\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020\u0028\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u0029\u0020\u002d\u0020\u0025T",_dcg ); -};_fabd ,_cgff ,_gcec :=_eee .parseObject ();if _gcec !=nil {return nil ,_gcec ;};if _cgff {return nil ,_ga .Errorf ("\u006eo\u0074\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0069\u006e\u0067 \u0061\u006e\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -};switch *_dbe {case "\u0042\u0050\u0043","\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074":_abbgd .BitsPerComponent =_fabd ;case "\u0043\u0053","\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065":_abbgd .ColorSpace =_fabd ; -case "\u0044","\u0044\u0065\u0063\u006f\u0064\u0065":_abbgd .Decode =_fabd ;case "\u0044\u0050","D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073":_abbgd .DecodeParms =_fabd ;case "\u0046","\u0046\u0069\u006c\u0074\u0065\u0072":_abbgd .Filter =_fabd ; -case "\u0048","\u0048\u0065\u0069\u0067\u0068\u0074":_abbgd .Height =_fabd ;case "\u0049\u004d","\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k":_abbgd .ImageMask =_fabd ;case "\u0049\u006e\u0074\u0065\u006e\u0074":_abbgd .Intent =_fabd ;case "\u0049","I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065":_abbgd .Interpolate =_fabd ; -case "\u0057","\u0057\u0069\u0064t\u0068":_abbgd .Width =_fabd ;case "\u004c\u0065\u006e\u0067\u0074\u0068","\u0053u\u0062\u0074\u0079\u0070\u0065","\u0054\u0079\u0070\u0065":_dc .Log .Debug ("\u0049\u0067\u006e\u006fr\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006e\u0065 \u0070a\u0072\u0061\u006d\u0065\u0074\u0065\u0072 \u0025\u0073",*_dbe ); -default:return nil ,_ga .Errorf ("\u0075\u006e\u006b\u006e\u006f\u0077n\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0020\u0025\u0073",*_dbe );};};if _defc {_bgg ,_cgcef :=_dcg .(*_eaf .PdfObjectString ); -if !_cgcef {return nil ,_ga .Errorf ("\u0066a\u0069\u006ce\u0064\u0020\u0074o\u0020\u0072\u0065\u0061\u0064\u0020\u0069n\u006c\u0069\u006e\u0065\u0020\u0069m\u0061\u0067\u0065\u0020\u002d\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -};if _bgg .Str ()=="\u0045\u0049"{_dc .Log .Trace ("\u0049n\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020f\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e\u002e\u002e");return &_abbgd ,nil ;}else if _bgg .Str ()=="\u0049\u0044"{_dc .Log .Trace ("\u0049\u0044\u0020\u0073\u0074\u0061\u0072\u0074"); -_ecac ,_ggd :=_eee ._ccf .Peek (1);if _ggd !=nil {return nil ,_ggd ;};if _eaf .IsWhiteSpace (_ecac [0]){_eee ._ccf .Discard (1);};_abbgd ._gda =[]byte {};_cdg :=0;var _ffee []byte ;for {_ggfe ,_dde :=_eee ._ccf .ReadByte ();if _dde !=nil {_dc .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0065\u006e\u0064\u0020o\u0066\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0045\u0049\u0020\u0069\u006e\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u0061\u0074a"); -return nil ,_dde ;};if _cdg ==0{if _eaf .IsWhiteSpace (_ggfe ){_ffee =[]byte {};_ffee =append (_ffee ,_ggfe );_cdg =1;}else if _ggfe =='E'{_ffee =append (_ffee ,_ggfe );_cdg =2;}else {_abbgd ._gda =append (_abbgd ._gda ,_ggfe );};}else if _cdg ==1{_ffee =append (_ffee ,_ggfe ); -if _ggfe =='E'{_cdg =2;}else {_abbgd ._gda =append (_abbgd ._gda ,_ffee ...);_ffee =[]byte {};if _eaf .IsWhiteSpace (_ggfe ){_cdg =1;}else {_cdg =0;};};}else if _cdg ==2{_ffee =append (_ffee ,_ggfe );if _ggfe =='I'{_cdg =3;}else {_abbgd ._gda =append (_abbgd ._gda ,_ffee ...); -_ffee =[]byte {};_cdg =0;};}else if _cdg ==3{_ffee =append (_ffee ,_ggfe );if _eaf .IsWhiteSpace (_ggfe ){_efc ,_gebfd :=_eee ._ccf .Peek (20);if _gebfd !=nil &&_gebfd !=_ea .EOF {return nil ,_gebfd ;};_dbc :=NewContentStreamParser (string (_efc ));_fee :=true ; -for _gca :=0;_gca < 3;_gca ++{_cbba ,_caf ,_dbdg :=_dbc .parseObject ();if _dbdg !=nil {if _dbdg ==_ea .EOF {break ;};_fee =false ;continue ;};if _caf &&!_caa (_cbba .String ()){_fee =false ;break ;};};if _fee {if len (_abbgd ._gda )> 100{_dc .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078 \u002e\u002e\u002e",len (_abbgd ._gda ),_abbgd ._gda [:100]); -}else {_dc .Log .Trace ("\u0049\u006d\u0061\u0067e \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025 \u0078",len (_abbgd ._gda ),_abbgd ._gda );};return &_abbgd ,nil ;};};_abbgd ._gda =append (_abbgd ._gda ,_ffee ...); -_ffee =[]byte {};_cdg =0;};};};};};}; +// ContentStreamParser represents a content stream parser for parsing content streams in PDFs. +type ContentStreamParser struct{_fdgc *_g .Reader }; // Add_W appends 'W' operand to the content stream: // Modify the current clipping path by intersecting with the current path (nonzero winding rule). // // See section 8.5.4 "Clipping Path Operators" and Table 61 (p. 146 PDF32000_2008). -func (_cde *ContentCreator )Add_W ()*ContentCreator {_efg :=ContentStreamOperation {};_efg .Operand ="\u0057";_cde ._eg =append (_cde ._eg ,&_efg );return _cde ;}; +func (_fgd *ContentCreator )Add_W ()*ContentCreator {_bcd :=ContentStreamOperation {};_bcd .Operand ="\u0057";_fgd ._ecda =append (_fgd ._ecda ,&_bcd );return _fgd ;}; -// All returns true if `hce` is equivalent to HandlerConditionEnumAllOperands. -func (_cdgb HandlerConditionEnum )All ()bool {return _cdgb ==HandlerConditionEnumAllOperands };func (_cfabb *ContentStreamProcessor )getInitialColor (_edab _ee .PdfColorspace )(_ee .PdfColor ,error ){switch _eedd :=_edab .(type ){case *_ee .PdfColorspaceDeviceGray :return _ee .NewPdfColorDeviceGray (0.0),nil ; -case *_ee .PdfColorspaceDeviceRGB :return _ee .NewPdfColorDeviceRGB (0.0,0.0,0.0),nil ;case *_ee .PdfColorspaceDeviceCMYK :return _ee .NewPdfColorDeviceCMYK (0.0,0.0,0.0,1.0),nil ;case *_ee .PdfColorspaceCalGray :return _ee .NewPdfColorCalGray (0.0),nil ; -case *_ee .PdfColorspaceCalRGB :return _ee .NewPdfColorCalRGB (0.0,0.0,0.0),nil ;case *_ee .PdfColorspaceLab :_efef :=0.0;_abgf :=0.0;_dbg :=0.0;if _eedd .Range [0]> 0{_efef =_eedd .Range [0];};if _eedd .Range [2]> 0{_abgf =_eedd .Range [2];};return _ee .NewPdfColorLab (_efef ,_abgf ,_dbg ),nil ; -case *_ee .PdfColorspaceICCBased :if _eedd .Alternate ==nil {_dc .Log .Trace ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020-\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0066\u0061\u006c\u006c\u0020\u0062a\u0063\u006b\u0020\u0028\u004e\u0020\u003d\u0020\u0025\u0064\u0029",_eedd .N ); -if _eedd .N ==1{_dc .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079");return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceGray ());}else if _eedd .N ==3{_dc .Log .Trace ("\u0046a\u006c\u006c\u0069\u006eg\u0020\u0062\u0061\u0063\u006b \u0074o\u0020D\u0065\u0076\u0069\u0063\u0065\u0052\u0047B"); -return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceRGB ());}else if _eedd .N ==4{_dc .Log .Trace ("\u0046\u0061\u006c\u006c\u0069\u006e\u0067\u0020\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0044\u0065\u0076\u0069\u0063\u0065C\u004d\u0059\u004b"); -return _cfabb .getInitialColor (_ee .NewPdfColorspaceDeviceCMYK ());}else {return nil ,_g .New ("a\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0049C\u0043"); -};};return _cfabb .getInitialColor (_eedd .Alternate );case *_ee .PdfColorspaceSpecialIndexed :if _eedd .Base ==nil {return nil ,_g .New ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0062\u0061\u0073e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069f\u0069\u0065\u0064"); -};return _cfabb .getInitialColor (_eedd .Base );case *_ee .PdfColorspaceSpecialSeparation :if _eedd .AlternateSpace ==nil {return nil ,_g .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); -};return _cfabb .getInitialColor (_eedd .AlternateSpace );case *_ee .PdfColorspaceDeviceN :if _eedd .AlternateSpace ==nil {return nil ,_g .New ("\u0061\u006ct\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069fi\u0065\u0064"); -};return _cfabb .getInitialColor (_eedd .AlternateSpace );case *_ee .PdfColorspaceSpecialPattern :return _ee .NewPdfColorPattern (),nil ;};_dc .Log .Debug ("Un\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0066\u006f\u0072\u0020\u0075\u006e\u006b\u006e\u006fw\u006e \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065:\u0020\u0025T",_edab ); -return nil ,_g .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065");}; +// Operations returns the list of operations. +func (_adg *ContentCreator )Operations ()*ContentStreamOperations {return &_adg ._ecda }; -// Add_K appends 'K' operand to the content stream: -// Set the stroking colorspace to DeviceCMYK and sets the c,m,y,k color (0-1 each component). +// Add_Ts appends 'Ts' operand to the content stream: +// Set text rise. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_abb *ContentCreator )Add_K (c ,m ,y ,k float64 )*ContentCreator {_agce :=ContentStreamOperation {};_agce .Operand ="\u004b";_agce .Params =_daea ([]float64 {c ,m ,y ,k });_abb ._eg =append (_abb ._eg ,&_agce );return _abb ;};func (_ddeb *ContentStreamParser )parseDict ()(*_eaf .PdfObjectDictionary ,error ){_dc .Log .Trace ("\u0052\u0065\u0061\u0064i\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074 \u0073t\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0021"); -_bcd :=_eaf .MakeDict ();_dgee ,_ :=_ddeb ._ccf .ReadByte ();if _dgee !='<'{return nil ,_g .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_dgee ,_ =_ddeb ._ccf .ReadByte ();if _dgee !='<'{return nil ,_g .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_ddeb .skipSpaces ();_ede ,_afcd :=_ddeb ._ccf .Peek (2);if _afcd !=nil {return nil ,_afcd ;};_dc .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_ede ),string (_ede ));if (_ede [0]=='>')&&(_ede [1]=='>'){_dc .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -_ddeb ._ccf .ReadByte ();_ddeb ._ccf .ReadByte ();break ;};_dc .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021");_eabe ,_afcd :=_ddeb .parseName ();_dc .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_eabe ); -if _afcd !=nil {_dc .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_afcd );return nil ,_afcd ;};if len (_eabe )> 4&&_eabe [len (_eabe )-4:]=="\u006e\u0075\u006c\u006c"{_ebe :=_eabe [0:len (_eabe )-4]; -_dc .Log .Trace ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_eabe );_dc .Log .Trace ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_ebe ); -_ddeb .skipSpaces ();_egec ,_ :=_ddeb ._ccf .Peek (1);if _egec [0]=='/'{_bcd .Set (_ebe ,_eaf .MakeNull ());continue ;};};_ddeb .skipSpaces ();_cca ,_ ,_afcd :=_ddeb .parseObject ();if _afcd !=nil {return nil ,_afcd ;};_bcd .Set (_eabe ,_cca );_dc .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_eabe ,_cca .String ()); -};return _bcd ,nil ;};func (_dbff *ContentStreamProcessor )handleCommand_sc (_cgge *ContentStreamOperation ,_eea *_ee .PdfPageResources )error {_caag :=_dbff ._edec .ColorspaceNonStroking ;if !_gecbc (_caag ){if len (_cgge .Params )!=_caag .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_cgge .Params ),_caag );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_gdae ,_bbad :=_caag .ColorFromPdfObjects (_cgge .Params );if _bbad !=nil {return _bbad ;};_dbff ._edec .ColorNonStroking =_gdae ;return nil ;}; +// See section 9.3 "Text State Parameters and Operators" and +// Table 105 (pp. 251-252 PDF32000_2008). +func (_bcb *ContentCreator )Add_Ts (rise float64 )*ContentCreator {_caa :=ContentStreamOperation {};_caa .Operand ="\u0054\u0073";_caa .Params =_abbc ([]float64 {rise });_bcb ._ecda =append (_bcb ._ecda ,&_caa );return _bcb ;}; -// Add_b appends 'b' operand to the content stream: -// Close, fill and then stroke the path (nonzero winding number rule). +// Add_scn appends 'scn' operand to the content stream: +// Same as SC but for nonstroking operations. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fca *ContentCreator )Add_b ()*ContentCreator {_fde :=ContentStreamOperation {};_fde .Operand ="\u0062";_fca ._eg =append (_fca ._eg ,&_fde );return _fca ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_bgbf *ContentCreator )Add_scn (c ...float64 )*ContentCreator {_fbd :=ContentStreamOperation {};_fbd .Operand ="\u0073\u0063\u006e";_fbd .Params =_abbc (c );_bgbf ._ecda =append (_bgbf ._ecda ,&_fbd );return _bgbf ;}; -// Transform returns coordinates x, y transformed by the CTM. -func (_dbcb *GraphicsState )Transform (x ,y float64 )(float64 ,float64 ){return _dbcb .CTM .Transform (x ,y );}; +// Wrap ensures that the contentstream is wrapped within a balanced q ... Q expression. +func (_gfc *ContentCreator )Wrap (){_gfc ._ecda .WrapIfNeeded ()};func (_bcda *ContentStreamProcessor )handleCommand_RG (_eed *ContentStreamOperation ,_ffgg *_gb .PdfPageResources )error {_fbdd :=_gb .NewPdfColorspaceDeviceRGB ();if len (_eed .Params )!=_fbdd .GetNumComponents (){_dg .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020R\u0047"); +_dg .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_eed .Params ),_fbdd );return _f .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_aacc ,_ddcc :=_fbdd .ColorFromPdfObjects (_eed .Params );if _ddcc !=nil {return _ddcc ;};_bcda ._ecga .ColorspaceStroking =_fbdd ;_bcda ._ecga .ColorStroking =_aacc ;return nil ;}; -// Add_h appends 'h' operand to the content stream: -// Close the current subpath by adding a line between the current position and the starting position. +// HasUnclosedQ checks if all the `q` operator is properly closed by `Q` operator. +func (_ef *ContentStreamOperations )HasUnclosedQ ()bool {_bg :=0;for _ ,_df :=range *_ef {if _df .Operand =="\u0071"{_bg ++;}else if _df .Operand =="\u0051"{_bg --;};};return _bg !=0;};func (_fcdea *ContentStreamParser )parseDict ()(*_ec .PdfObjectDictionary ,error ){_dg .Log .Trace ("\u0052\u0065\u0061\u0064i\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074 \u0073t\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0021"); +_aff :=_ec .MakeDict ();_ffc ,_ :=_fcdea ._fdgc .ReadByte ();if _ffc !='<'{return nil ,_f .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_ffc ,_ =_fcdea ._fdgc .ReadByte ();if _ffc !='<'{return nil ,_f .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); +};for {_fcdea .skipSpaces ();_gbc ,_dgfd :=_fcdea ._fdgc .Peek (2);if _dgfd !=nil {return nil ,_dgfd ;};_dg .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gbc ),string (_gbc ));if (_gbc [0]=='>')&&(_gbc [1]=='>'){_dg .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +_fcdea ._fdgc .ReadByte ();_fcdea ._fdgc .ReadByte ();break ;};_dg .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021");_cbe ,_dgfd :=_fcdea .parseName ();_dg .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_cbe ); +if _dgfd !=nil {_dg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_dgfd );return nil ,_dgfd ;};if len (_cbe )> 4&&_cbe [len (_cbe )-4:]=="\u006e\u0075\u006c\u006c"{_cded :=_cbe [0:len (_cbe )-4]; +_dg .Log .Trace ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_cbe );_dg .Log .Trace ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_cded ); +_fcdea .skipSpaces ();_cgg ,_ :=_fcdea ._fdgc .Peek (1);if _cgg [0]=='/'{_aff .Set (_cded ,_ec .MakeNull ());continue ;};};_fcdea .skipSpaces ();_dfe ,_ ,_dgfd :=_fcdea .parseObject ();if _dgfd !=nil {return nil ,_dgfd ;};_aff .Set (_cbe ,_dfe );_dg .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_cbe ,_dfe .String ()); +};return _aff ,nil ;}; + +// SetNonStrokingColor sets the non-stroking `color` where color can be one of +// PdfColorDeviceGray, PdfColorDeviceRGB, or PdfColorDeviceCMYK. +func (_bba *ContentCreator )SetNonStrokingColor (color _gb .PdfColor )*ContentCreator {switch _cgd :=color .(type ){case *_gb .PdfColorDeviceGray :_bba .Add_g (_cgd .Val ());case *_gb .PdfColorDeviceRGB :_bba .Add_rg (_cgd .R (),_cgd .G (),_cgd .B ()); +case *_gb .PdfColorDeviceCMYK :_bba .Add_k (_cgd .C (),_cgd .M (),_cgd .Y (),_cgd .K ());case *_gb .PdfColorPatternType2 :_bba .Add_cs (*_ec .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_bba .Add_scn_pattern (_cgd .PatternName );case *_gb .PdfColorPatternType3 :_bba .Add_cs (*_ec .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); +_bba .Add_scn_pattern (_cgd .PatternName );default:_dg .Log .Debug ("\u0053\u0065\u0074N\u006f\u006e\u0053\u0074\u0072\u006f\u006b\u0069\u006e\u0067\u0043\u006f\u006c\u006f\u0072\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020c\u006f\u006c\u006f\u0072\u003a\u0020\u0025\u0054",_cgd ); +};return _bba ;}; + +// Add_J adds 'J' operand to the content stream: Set the line cap style (graphics state). // -// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). -func (_eebg *ContentCreator )Add_h ()*ContentCreator {_ffdb :=ContentStreamOperation {};_ffdb .Operand ="\u0068";_eebg ._eg =append (_eebg ._eg ,&_ffdb );return _eebg ;};func (_dae *ContentStreamInlineImage )String ()string {_dbd :=_ga .Sprintf ("I\u006el\u0069\u006e\u0065\u0049\u006d\u0061\u0067\u0065(\u006c\u0065\u006e\u003d%d\u0029\u000a",len (_dae ._gda )); -if _dae .BitsPerComponent !=nil {_dbd +="\u002d\u0020\u0042\u0050\u0043\u0020"+_dae .BitsPerComponent .WriteString ()+"\u000a";};if _dae .ColorSpace !=nil {_dbd +="\u002d\u0020\u0043S\u0020"+_dae .ColorSpace .WriteString ()+"\u000a";};if _dae .Decode !=nil {_dbd +="\u002d\u0020\u0044\u0020"+_dae .Decode .WriteString ()+"\u000a"; -};if _dae .DecodeParms !=nil {_dbd +="\u002d\u0020\u0044P\u0020"+_dae .DecodeParms .WriteString ()+"\u000a";};if _dae .Filter !=nil {_dbd +="\u002d\u0020\u0046\u0020"+_dae .Filter .WriteString ()+"\u000a";};if _dae .Height !=nil {_dbd +="\u002d\u0020\u0048\u0020"+_dae .Height .WriteString ()+"\u000a"; -};if _dae .ImageMask !=nil {_dbd +="\u002d\u0020\u0049M\u0020"+_dae .ImageMask .WriteString ()+"\u000a";};if _dae .Intent !=nil {_dbd +="\u002d \u0049\u006e\u0074\u0065\u006e\u0074 "+_dae .Intent .WriteString ()+"\u000a";};if _dae .Interpolate !=nil {_dbd +="\u002d\u0020\u0049\u0020"+_dae .Interpolate .WriteString ()+"\u000a"; -};if _dae .Width !=nil {_dbd +="\u002d\u0020\u0057\u0020"+_dae .Width .WriteString ()+"\u000a";};return _dbd ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_ca *ContentCreator )Add_J (lineCapStyle string )*ContentCreator {_cc :=ContentStreamOperation {};_cc .Operand ="\u004a";_cc .Params =_gec ([]_ec .PdfObjectName {_ec .PdfObjectName (lineCapStyle )});_ca ._ecda =append (_ca ._ecda ,&_cc );return _ca ; +}; -// Add_TL appends 'TL' operand to the content stream: -// Set leading. +// Add_Tw appends 'Tw' operand to the content stream: +// Set word spacing. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_eeg *ContentCreator )Add_TL (leading float64 )*ContentCreator {_cbd :=ContentStreamOperation {};_cbd .Operand ="\u0054\u004c";_cbd .Params =_daea ([]float64 {leading });_eeg ._eg =append (_eeg ._eg ,&_cbd );return _eeg ;}; - -// GetColorSpace returns the colorspace of the inline image. -func (_ced *ContentStreamInlineImage )GetColorSpace (resources *_ee .PdfPageResources )(_ee .PdfColorspace ,error ){if _ced .ColorSpace ==nil {_dc .Log .Debug ("\u0049\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076i\u006e\u0067\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u002c\u0020\u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u0047\u0072a\u0079"); -return _ee .NewPdfColorspaceDeviceGray (),nil ;};if _bafc ,_fdd :=_ced .ColorSpace .(*_eaf .PdfObjectArray );_fdd {return _dggeb (_bafc );};_effa ,_ffe :=_ced .ColorSpace .(*_eaf .PdfObjectName );if !_ffe {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u003b\u0025\u002bv\u0029",_ced .ColorSpace ,_ced .ColorSpace ); -return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_effa =="\u0047"||*_effa =="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"{return _ee .NewPdfColorspaceDeviceGray (),nil ; -}else if *_effa =="\u0052\u0047\u0042"||*_effa =="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"{return _ee .NewPdfColorspaceDeviceRGB (),nil ;}else if *_effa =="\u0043\u004d\u0059\u004b"||*_effa =="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{return _ee .NewPdfColorspaceDeviceCMYK (),nil ; -}else if *_effa =="\u0049"||*_effa =="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_g .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0049\u006e\u0064e\u0078 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");}else {if resources .ColorSpace ==nil {_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_effa ); -return nil ,_g .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};_bddc ,_bde :=resources .GetColorspaceByName (*_effa );if !_bde {_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_effa ); -return nil ,_g .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};return _bddc ,nil ;};}; - -// AddOperand adds a specified operand. -func (_ab *ContentCreator )AddOperand (op ContentStreamOperation )*ContentCreator {_ab ._eg =append (_ab ._eg ,&op );return _ab ;}; - -// Parse parses all commands in content stream, returning a list of operation data. -func (_cfabe *ContentStreamParser )Parse ()(*ContentStreamOperations ,error ){_gfg :=ContentStreamOperations {};for {_ebd :=ContentStreamOperation {};for {_dee ,_ffg ,_cdga :=_cfabe .parseObject ();if _cdga !=nil {if _cdga ==_ea .EOF {return &_gfg ,nil ; -};return &_gfg ,_cdga ;};if _ffg {_ebd .Operand ,_ =_eaf .GetStringVal (_dee );_gfg =append (_gfg ,&_ebd );break ;}else {_ebd .Params =append (_ebd .Params ,_dee );};};if _ebd .Operand =="\u0042\u0049"{_gebbf ,_aaab :=_cfabe .ParseInlineImage ();if _aaab !=nil {return &_gfg ,_aaab ; -};_ebd .Params =append (_ebd .Params ,_gebbf );};};}; +func (_abe *ContentCreator )Add_Tw (wordSpace float64 )*ContentCreator {_ecbe :=ContentStreamOperation {};_ecbe .Operand ="\u0054\u0077";_ecbe .Params =_abbc ([]float64 {wordSpace });_abe ._ecda =append (_abe ._ecda ,&_ecbe );return _abe ;}; // Add_ET appends 'ET' operand to the content stream: // End text. // // See section 9.4 "Text Objects" and Table 107 (p. 256 PDF32000_2008). -func (_abff *ContentCreator )Add_ET ()*ContentCreator {_bdge :=ContentStreamOperation {};_bdge .Operand ="\u0045\u0054";_abff ._eg =append (_abff ._eg ,&_bdge );return _abff ;};var _bff =map[string ]struct{}{"\u0062":struct{}{},"\u0042":struct{}{},"\u0062\u002a":struct{}{},"\u0042\u002a":struct{}{},"\u0042\u0044\u0043":struct{}{},"\u0042\u0049":struct{}{},"\u0042\u004d\u0043":struct{}{},"\u0042\u0054":struct{}{},"\u0042\u0058":struct{}{},"\u0063":struct{}{},"\u0063\u006d":struct{}{},"\u0043\u0053":struct{}{},"\u0063\u0073":struct{}{},"\u0064":struct{}{},"\u0064\u0030":struct{}{},"\u0064\u0031":struct{}{},"\u0044\u006f":struct{}{},"\u0044\u0050":struct{}{},"\u0045\u0049":struct{}{},"\u0045\u004d\u0043":struct{}{},"\u0045\u0054":struct{}{},"\u0045\u0058":struct{}{},"\u0066":struct{}{},"\u0046":struct{}{},"\u0066\u002a":struct{}{},"\u0047":struct{}{},"\u0067":struct{}{},"\u0067\u0073":struct{}{},"\u0068":struct{}{},"\u0069":struct{}{},"\u0049\u0044":struct{}{},"\u006a":struct{}{},"\u004a":struct{}{},"\u004b":struct{}{},"\u006b":struct{}{},"\u006c":struct{}{},"\u006d":struct{}{},"\u004d":struct{}{},"\u004d\u0050":struct{}{},"\u006e":struct{}{},"\u0071":struct{}{},"\u0051":struct{}{},"\u0072\u0065":struct{}{},"\u0052\u0047":struct{}{},"\u0072\u0067":struct{}{},"\u0072\u0069":struct{}{},"\u0073":struct{}{},"\u0053":struct{}{},"\u0053\u0043":struct{}{},"\u0073\u0063":struct{}{},"\u0053\u0043\u004e":struct{}{},"\u0073\u0063\u006e":struct{}{},"\u0073\u0068":struct{}{},"\u0054\u002a":struct{}{},"\u0054\u0063":struct{}{},"\u0054\u0064":struct{}{},"\u0054\u0044":struct{}{},"\u0054\u0066":struct{}{},"\u0054\u006a":struct{}{},"\u0054\u004a":struct{}{},"\u0054\u004c":struct{}{},"\u0054\u006d":struct{}{},"\u0054\u0072":struct{}{},"\u0054\u0073":struct{}{},"\u0054\u0077":struct{}{},"\u0054\u007a":struct{}{},"\u0076":struct{}{},"\u0077":struct{}{},"\u0057":struct{}{},"\u0057\u002a":struct{}{},"\u0079":struct{}{},"\u0027":struct{}{},"\u0022":struct{}{}}; +func (_ebf *ContentCreator )Add_ET ()*ContentCreator {_eae :=ContentStreamOperation {};_eae .Operand ="\u0045\u0054";_ebf ._ecda =append (_ebf ._ecda ,&_eae );return _ebf ;}; +// NewContentStreamParser creates a new instance of the content stream parser from an input content +// stream string. +func NewContentStreamParser (contentStr string )*ContentStreamParser {_cdfg :=ContentStreamParser {};contentStr =string (_dagf .ReplaceAll ([]byte (contentStr ),[]byte ("\u002f")));_daac :=_ee .NewBufferString (contentStr +"\u000a");_cdfg ._fdgc =_g .NewReader (_daac ); +return &_cdfg ;}; -// NewContentStreamProcessor returns a new ContentStreamProcessor for operations `ops`. -func NewContentStreamProcessor (ops []*ContentStreamOperation )*ContentStreamProcessor {_ffb :=ContentStreamProcessor {};_ffb ._effc =GraphicStateStack {};_dgec :=GraphicsState {};_ffb ._edec =_dgec ;_ffb ._cfd =[]handlerEntry {};_ffb ._faae =0;_ffb ._gbebf =ops ; -return &_ffb ;}; +// HandlerConditionEnum represents the type of operand content stream processor (handler). +// The handler may process a single specific named operand or all operands. +type HandlerConditionEnum int ; -// Add_cs appends 'cs' operand to the content stream: -// Same as CS but for non-stroking operations. -// -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_ebaf *ContentCreator )Add_cs (name _eaf .PdfObjectName )*ContentCreator {_eaca :=ContentStreamOperation {};_eaca .Operand ="\u0063\u0073";_eaca .Params =_fcce ([]_eaf .PdfObjectName {name });_ebaf ._eg =append (_ebaf ._eg ,&_eaca );return _ebaf ; -}; +// Bytes converts a set of content stream operations to a content stream byte presentation, +// i.e. the kind that can be stored as a PDF stream or string format. +func (_dfb *ContentStreamOperations )Bytes ()[]byte {var _efb _ee .Buffer ;for _ ,_bf :=range *_dfb {if _bf ==nil {continue ;};if _bf .Operand =="\u0042\u0049"{_efb .WriteString (_bf .Operand +"\u000a");_efb .WriteString (_bf .Params [0].WriteString ()); +}else {for _ ,_cgc :=range _bf .Params {_efb .WriteString (_cgc .WriteString ());_efb .WriteString ("\u0020");};_efb .WriteString (_bf .Operand +"\u000a");};};return _efb .Bytes ();}; -// ContentCreator is a builder for PDF content streams. -type ContentCreator struct{_eg ContentStreamOperations }; +// Pop pops and returns the topmost GraphicsState off the `gsStack`. +func (_dgba *GraphicStateStack )Pop ()GraphicsState {_dbad :=(*_dgba )[len (*_dgba )-1];*_dgba =(*_dgba )[:len (*_dgba )-1];return _dbad ;};func _gec (_bef []_ec .PdfObjectName )[]_ec .PdfObject {var _ceff []_ec .PdfObject ;for _ ,_efgg :=range _bef {_ceff =append (_ceff ,_ec .MakeName (string (_efgg ))); +};return _ceff ;}; -// Add_Tr appends 'Tr' operand to the content stream: -// Set text rendering mode. +// Add_h appends 'h' operand to the content stream: +// Close the current subpath by adding a line between the current position and the starting position. // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_eca *ContentCreator )Add_Tr (render int64 )*ContentCreator {_afb :=ContentStreamOperation {};_afb .Operand ="\u0054\u0072";_afb .Params =_abebd ([]int64 {render });_eca ._eg =append (_eca ._eg ,&_afb );return _eca ;};func (_gbea *ContentStreamProcessor )handleCommand_k (_dfa *ContentStreamOperation ,_gbcc *_ee .PdfPageResources )error {_fba :=_ee .NewPdfColorspaceDeviceCMYK (); -if len (_dfa .Params )!=_fba .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_dfa .Params ),_fba );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_dbeb ,_fafd :=_fba .ColorFromPdfObjects (_dfa .Params );if _fafd !=nil {return _fafd ;};_gbea ._edec .ColorspaceNonStroking =_fba ;_gbea ._edec .ColorNonStroking =_dbeb ;return nil ;}; +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_bcf *ContentCreator )Add_h ()*ContentCreator {_dff :=ContentStreamOperation {};_dff .Operand ="\u0068";_bcf ._ecda =append (_bcf ._ecda ,&_dff );return _bcf ;};func _bbac (_cdg string )bool {_ ,_eggc :=_gaf [_cdg ];return _eggc }; -// Add_rg appends 'rg' operand to the content stream: -// Same as RG but used for nonstroking operations. +// GetEncoder returns the encoder of the inline image. +func (_fbfe *ContentStreamInlineImage )GetEncoder ()(_ec .StreamEncoder ,error ){return _bea (_fbfe )}; + +// Add_w adds 'w' operand to the content stream, which sets the line width. // -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_bef *ContentCreator )Add_rg (r ,g ,b float64 )*ContentCreator {_gff :=ContentStreamOperation {};_gff .Operand ="\u0072\u0067";_gff .Params =_daea ([]float64 {r ,g ,b });_bef ._eg =append (_bef ._eg ,&_gff );return _bef ;}; +// See section 8.4.4 "Graphic State Operators" and Table 57 (pp. 135-136 PDF32000_2008). +func (_dd *ContentCreator )Add_w (lineWidth float64 )*ContentCreator {_aef :=ContentStreamOperation {};_aef .Operand ="\u0077";_aef .Params =_abbc ([]float64 {lineWidth });_dd ._ecda =append (_dd ._ecda ,&_aef );return _dd ;}; -// Add_Tw appends 'Tw' operand to the content stream: -// Set word spacing. +// Operand returns true if `hce` is equivalent to HandlerConditionEnumOperand. +func (_bccg HandlerConditionEnum )Operand ()bool {return _bccg ==HandlerConditionEnumOperand }; + +// Add_Tr appends 'Tr' operand to the content stream: +// Set text rendering mode. // // See section 9.3 "Text State Parameters and Operators" and // Table 105 (pp. 251-252 PDF32000_2008). -func (_gb *ContentCreator )Add_Tw (wordSpace float64 )*ContentCreator {_dcd :=ContentStreamOperation {};_dcd .Operand ="\u0054\u0077";_dcd .Params =_daea ([]float64 {wordSpace });_gb ._eg =append (_gb ._eg ,&_dcd );return _gb ;};func (_aaag *ContentStreamInlineImage )toImageBase (_cbg *_ee .PdfPageResources )(*_d .ImageBase ,error ){if _aaag ._eadc !=nil {return _aaag ._eadc ,nil ; -};_gbed :=_d .ImageBase {};if _aaag .Height ==nil {return nil ,_g .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_ddaf ,_aaef :=_aaag .Height .(*_eaf .PdfObjectInteger ); -if !_aaef {return nil ,_g .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0068e\u0069\u0067\u0068\u0074");};_gbed .Height =int (*_ddaf );if _aaag .Width ==nil {return nil ,_g .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -};_fge ,_aaef :=_aaag .Width .(*_eaf .PdfObjectInteger );if !_aaef {return nil ,_g .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064\u0074\u0068");};_gbed .Width =int (*_fge );_fegb ,_cgeg :=_aaag .IsMask ();if _cgeg !=nil {return nil ,_cgeg ; -};if _fegb {_gbed .BitsPerComponent =1;_gbed .ColorComponents =1;}else {if _aaag .BitsPerComponent ==nil {_dc .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0042\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u0038"); -_gbed .BitsPerComponent =8;}else {_dggf ,_efb :=_aaag .BitsPerComponent .(*_eaf .PdfObjectInteger );if !_efb {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0062\u0069\u0074\u0073 p\u0065\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0076al\u0075\u0065,\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_aaag .BitsPerComponent ); -return nil ,_g .New ("\u0042\u0050\u0043\u0020\u0054\u0079\u0070\u0065\u0020e\u0072\u0072\u006f\u0072");};_gbed .BitsPerComponent =int (*_dggf );};if _aaag .ColorSpace !=nil {_gdgd ,_faf :=_aaag .GetColorSpace (_cbg );if _faf !=nil {return nil ,_faf ;}; -_gbed .ColorComponents =_gdgd .GetNumComponents ();}else {_dc .Log .Debug ("\u0049\u006el\u0069\u006e\u0065\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006e\u006f\u0074\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075m\u0069\u006eg\u0020\u0031\u0020\u0063o\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -_gbed .ColorComponents =1;};};if _eagg ,_fgb :=_eaf .GetArray (_aaag .Decode );_fgb {_gbed .Decode ,_cgeg =_eagg .ToFloat64Array ();if _cgeg !=nil {return nil ,_cgeg ;};};_aaag ._eadc =&_gbed ;return _aaag ._eadc ,nil ;};var _daa =_ce .MustCompile ("\u005e\u002f\u007b\u0032\u002c\u007d"); - +func (_aga *ContentCreator )Add_Tr (render int64 )*ContentCreator {_dce :=ContentStreamOperation {};_dce .Operand ="\u0054\u0072";_dce .Params =_agfb ([]int64 {render });_aga ._ecda =append (_aga ._ecda ,&_dce );return _aga ;}; -// Pop pops and returns the topmost GraphicsState off the `gsStack`. -func (_gcc *GraphicStateStack )Pop ()GraphicsState {_bag :=(*_gcc )[len (*_gcc )-1];*_gcc =(*_gcc )[:len (*_gcc )-1];return _bag ;};var (ErrInvalidOperand =_g .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064");ErrEarlyExit =_g .New ("\u0074\u0065\u0072\u006di\u006e\u0061\u0074\u0065\u0020\u0070\u0072\u006f\u0063\u0065s\u0073 \u0065\u0061\u0072\u006c\u0079\u0020\u0065x\u0069\u0074"); -);func (_dca *ContentStreamParser )parseArray ()(*_eaf .PdfObjectArray ,error ){_gdc :=_eaf .MakeArray ();_dca ._ccf .ReadByte ();for {_dca .skipSpaces ();_ecc ,_ebag :=_dca ._ccf .Peek (1);if _ebag !=nil {return _gdc ,_ebag ;};if _ecc [0]==']'{_dca ._ccf .ReadByte (); -break ;};_ebbb ,_ ,_ebag :=_dca .parseObject ();if _ebag !=nil {return _gdc ,_ebag ;};_gdc .Append (_ebbb );};return _gdc ,nil ;};func (_cfabg *ContentStreamParser )parseOperand ()(*_eaf .PdfObjectString ,error ){var _dgge []byte ;for {_ggeg ,_dbag :=_cfabg ._ccf .Peek (1); -if _dbag !=nil {return _eaf .MakeString (string (_dgge )),_dbag ;};if _eaf .IsDelimiter (_ggeg [0]){break ;};if _eaf .IsWhiteSpace (_ggeg [0]){break ;};_gcgb ,_ :=_cfabg ._ccf .ReadByte ();_dgge =append (_dgge ,_gcgb );};return _eaf .MakeString (string (_dgge )),nil ; -}; +// IsMask checks if an image is a mask. +// The image mask entry in the image dictionary specifies that the image data shall be used as a stencil +// mask for painting in the current color. The mask data is 1bpc, grayscale. +func (_gdfd *ContentStreamInlineImage )IsMask ()(bool ,error ){if _gdfd .ImageMask !=nil {_baaa ,_eee :=_gdfd .ImageMask .(*_ec .PdfObjectBool );if !_eee {_dg .Log .Debug ("\u0049m\u0061\u0067\u0065\u0020\u006d\u0061\u0073\u006b\u0020\u006e\u006ft\u0020\u0061\u0020\u0062\u006f\u006f\u006c\u0065\u0061\u006e"); +return false ,_f .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065");};return bool (*_baaa ),nil ;};return false ,nil ;}; -// Add_Ts appends 'Ts' operand to the content stream: -// Set text rise. +// Add_Td appends 'Td' operand to the content stream: +// Move to start of next line with offset (`tx`, `ty`). // -// See section 9.3 "Text State Parameters and Operators" and -// Table 105 (pp. 251-252 PDF32000_2008). -func (_ead *ContentCreator )Add_Ts (rise float64 )*ContentCreator {_bed :=ContentStreamOperation {};_bed .Operand ="\u0054\u0073";_bed .Params =_daea ([]float64 {rise });_ead ._eg =append (_ead ._eg ,&_bed );return _ead ;}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_ebc *ContentCreator )Add_Td (tx ,ty float64 )*ContentCreator {_aeff :=ContentStreamOperation {};_aeff .Operand ="\u0054\u0064";_aeff .Params =_abbc ([]float64 {tx ,ty });_ebc ._ecda =append (_ebc ._ecda ,&_aeff );return _ebc ;}; -// ToImage exports the inline image to Image which can be transformed or exported easily. -// Page resources are needed to look up colorspace information. -func (_bgfc *ContentStreamInlineImage )ToImage (resources *_ee .PdfPageResources )(*_ee .Image ,error ){_efe ,_cggb :=_bgfc .toImageBase (resources );if _cggb !=nil {return nil ,_cggb ;};_cgce ,_cggb :=_bcc (_bgfc );if _cggb !=nil {return nil ,_cggb ;}; -_bdec ,_gcf :=_eaf .GetDict (_bgfc .DecodeParms );if _gcf {_cgce .UpdateParams (_bdec );};_dc .Log .Trace ("\u0065n\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u0020\u0025\u0054",_cgce ,_cgce );_dc .Log .Trace ("\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065:\u0020\u0025\u002b\u0076",_bgfc ); -_ebca ,_cggb :=_cgce .DecodeBytes (_bgfc ._gda );if _cggb !=nil {return nil ,_cggb ;};_ccc :=&_ee .Image {Width :int64 (_efe .Width ),Height :int64 (_efe .Height ),BitsPerComponent :int64 (_efe .BitsPerComponent ),ColorComponents :_efe .ColorComponents ,Data :_ebca }; -if len (_efe .Decode )> 0{for _fcb :=0;_fcb < len (_efe .Decode );_fcb ++{_efe .Decode [_fcb ]*=float64 ((int (1)< 1{_fedc .Columns =1;_dge =_gae .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _dge !=nil {_gaab ,_bebg :=_dge .(*_eaf .PdfObjectInteger );if !_bebg {return nil ,_ga .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_fedc .Columns =int (*_gaab ); -};_fedc .Colors =1;_fce :=_gae .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _fce !=nil {_ggca ,_bga :=_fce .(*_eaf .PdfObjectInteger );if !_bga {return nil ,_ga .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_fedc .Colors =int (*_ggca );};};return _fedc ,nil ;};func (_gbf *ContentStreamProcessor )handleCommand_SCN (_adb *ContentStreamOperation ,_dbcf *_ee .PdfPageResources )error {_gbdga :=_gbf ._edec .ColorspaceStroking ;if !_gecbc (_gbdga ){if len (_adb .Params )!=_gbdga .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_adb .Params ),_gbdga );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};};_eddg ,_bcda :=_gbdga .ColorFromPdfObjects (_adb .Params );if _bcda !=nil {return _bcda ;};_gbf ._edec .ColorStroking =_eddg ;return nil ;};func _cbb (_cdf *ContentStreamInlineImage )(*_eaf .DCTEncoder ,error ){_cfee :=_eaf .NewDCTEncoder ();_egf :=_fg .NewReader (_cdf ._gda ); -_cgef ,_gbd :=_gg .DecodeConfig (_egf );if _gbd !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_gbd );return nil ,_gbd ;};switch _cgef .ColorModel {case _fc .RGBAModel :_cfee .BitsPerComponent =8; -_cfee .ColorComponents =3;case _fc .RGBA64Model :_cfee .BitsPerComponent =16;_cfee .ColorComponents =3;case _fc .GrayModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =1;case _fc .Gray16Model :_cfee .BitsPerComponent =16;_cfee .ColorComponents =1; -case _fc .CMYKModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =4;case _fc .YCbCrModel :_cfee .BitsPerComponent =8;_cfee .ColorComponents =3;default:return nil ,_g .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); -};_cfee .Width =_cgef .Width ;_cfee .Height =_cgef .Height ;_dc .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_cfee );return _cfee ,nil ;}; +// See section 9.4.2 "Text Positioning Operators" and +// Table 108 (pp. 257-258 PDF32000_2008). +func (_cebe *ContentCreator )Add_Tstar ()*ContentCreator {_ccdg :=ContentStreamOperation {};_ccdg .Operand ="\u0054\u002a";_cebe ._ecda =append (_cebe ._ecda ,&_ccdg );return _cebe ;}; -// Add_n appends 'n' operand to the content stream: -// End the path without filling or stroking. +// Add_CS appends 'CS' operand to the content stream: +// Set the current colorspace for stroking operations. // -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_fbb *ContentCreator )Add_n ()*ContentCreator {_aae :=ContentStreamOperation {};_aae .Operand ="\u006e";_fbb ._eg =append (_fbb ._eg ,&_aae );return _fbb ;};func _abebd (_cegf []int64 )[]_eaf .PdfObject {var _eafge []_eaf .PdfObject ;for _ ,_ccgf :=range _cegf {_eafge =append (_eafge ,_eaf .MakeInteger (_ccgf )); -};return _eafge ;}; +// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). +func (_ge *ContentCreator )Add_CS (name _ec .PdfObjectName )*ContentCreator {_ccb :=ContentStreamOperation {};_ccb .Operand ="\u0043\u0053";_ccb .Params =_gec ([]_ec .PdfObjectName {name });_ge ._ecda =append (_ge ._ecda ,&_ccb );return _ge ;}; -// Translate applies a simple x-y translation to the transformation matrix. -func (_eed *ContentCreator )Translate (tx ,ty float64 )*ContentCreator {return _eed .Add_cm (1,0,0,1,tx ,ty );}; +// Push pushes `gs` on the `gsStack`. +func (_fac *GraphicStateStack )Push (gs GraphicsState ){*_fac =append (*_fac ,gs )}; -// Add_BDC appends 'BDC' operand to the content stream: -// Begins a marked-content sequence with an associated property list terminated by a balancing EMC operator. -// `tag` shall be a name object indicating the role or significance of -// the sequence. -// `propertyList` shall be a dictionary containing the properties of the -// -// See section 14.6 "Marked Content" and Table 320 (p. 561 PDF32000_2008). -func (_gagd *ContentCreator )Add_BDC (tag _eaf .PdfObjectName ,propertyList map[string ]_eaf .PdfObject )*ContentCreator {_fcc :=ContentStreamOperation {};_fcc .Operand ="\u0042\u0044\u0043";_fcc .Params =_fcce ([]_eaf .PdfObjectName {tag });if len (propertyList )> 0{_fcc .Params =append (_fcc .Params ,_eaf .MakeDictMap (propertyList )); -};_gagd ._eg =append (_gagd ._eg ,&_fcc );return _gagd ;}; +// GetColorSpace returns the colorspace of the inline image. +func (_ebd *ContentStreamInlineImage )GetColorSpace (resources *_gb .PdfPageResources )(_gb .PdfColorspace ,error ){if _ebd .ColorSpace ==nil {_dg .Log .Debug ("\u0049\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0068\u0061\u0076i\u006e\u0067\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u002c\u0020\u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u0047\u0072a\u0079"); +return _gb .NewPdfColorspaceDeviceGray (),nil ;};if _dgef ,_acbcd :=_ebd .ColorSpace .(*_ec .PdfObjectArray );_acbcd {return _ffd (_dgef );};_afbf ,_ccff :=_ebd .ColorSpace .(*_ec .PdfObjectName );if !_ccff {_dg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u003b\u0025\u002bv\u0029",_ebd .ColorSpace ,_ebd .ColorSpace ); +return nil ,_f .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_afbf =="\u0047"||*_afbf =="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"{return _gb .NewPdfColorspaceDeviceGray (),nil ; +}else if *_afbf =="\u0052\u0047\u0042"||*_afbf =="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"{return _gb .NewPdfColorspaceDeviceRGB (),nil ;}else if *_afbf =="\u0043\u004d\u0059\u004b"||*_afbf =="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{return _gb .NewPdfColorspaceDeviceCMYK (),nil ; +}else if *_afbf =="\u0049"||*_afbf =="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_f .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0049\u006e\u0064e\u0078 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");}else {if resources .ColorSpace ==nil {_dg .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_afbf ); +return nil ,_f .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};_addf ,_aced :=resources .GetColorspaceByName (*_afbf );if !_aced {_dg .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u006c\u0069\u006e\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0073",*_afbf ); +return nil ,_f .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0063o\u006c\u006fr\u0073\u0070\u0061\u0063\u0065");};return _addf ,nil ;};}; -// Operations returns the list of operations. -func (_cef *ContentCreator )Operations ()*ContentStreamOperations {return &_cef ._eg }; +// Scale applies x-y scaling to the transformation matrix. +func (_fdc *ContentCreator )Scale (sx ,sy float64 )*ContentCreator {return _fdc .Add_cm (sx ,0,0,sy ,0,0);}; -// Operand returns true if `hce` is equivalent to HandlerConditionEnumOperand. -func (_cbc HandlerConditionEnum )Operand ()bool {return _cbc ==HandlerConditionEnumOperand }; +// Add_re appends 're' operand to the content stream: +// Append a rectangle to the current path as a complete subpath, with lower left corner (x,y). +// +// See section 8.5.2 "Path Construction Operators" and Table 59 (pp. 140-141 PDF32000_2008). +func (_bcgc *ContentCreator )Add_re (x ,y ,width ,height float64 )*ContentCreator {_ecdf :=ContentStreamOperation {};_ecdf .Operand ="\u0072\u0065";_ecdf .Params =_abbc ([]float64 {x ,y ,width ,height });_bcgc ._ecda =append (_bcgc ._ecda ,&_ecdf );return _bcgc ; +}; // Add_G appends 'G' operand to the content stream: // Set the stroking colorspace to DeviceGray and sets the gray level (0-1). // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_eged *ContentCreator )Add_G (gray float64 )*ContentCreator {_dd :=ContentStreamOperation {};_dd .Operand ="\u0047";_dd .Params =_daea ([]float64 {gray });_eged ._eg =append (_eged ._eg ,&_dd );return _eged ;}; +func (_cfc *ContentCreator )Add_G (gray float64 )*ContentCreator {_ddc :=ContentStreamOperation {};_ddc .Operand ="\u0047";_ddc .Params =_abbc ([]float64 {gray });_cfc ._ecda =append (_cfc ._ecda ,&_ddc );return _cfc ;}; // Add_SC appends 'SC' operand to the content stream: // Set color for stroking operations. Input: c1, ..., cn. // // See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_dgb *ContentCreator )Add_SC (c ...float64 )*ContentCreator {_bea :=ContentStreamOperation {};_bea .Operand ="\u0053\u0043";_bea .Params =_daea (c );_dgb ._eg =append (_dgb ._eg ,&_bea );return _dgb ;};func (_fcf *ContentStreamProcessor )handleCommand_G (_ccbc *ContentStreamOperation ,_gdcd *_ee .PdfPageResources )error {_cbbaf :=_ee .NewPdfColorspaceDeviceGray (); -if len (_ccbc .Params )!=_cbbaf .GetNumComponents (){_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006e\u0075\u006d\u0062\u0065\u0072 \u006f\u0066\u0020\u0070\u0061\u0072\u0061m\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020S\u0043"); -_dc .Log .Debug ("\u004e\u0075mb\u0065\u0072\u0020%\u0064\u0020\u006e\u006ft m\u0061tc\u0068\u0069\u006e\u0067\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0054",len (_ccbc .Params ),_cbbaf );return _g .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_gea ,_dbace :=_cbbaf .ColorFromPdfObjects (_ccbc .Params );if _dbace !=nil {return _dbace ;};_fcf ._edec .ColorspaceStroking =_cbbaf ;_fcf ._edec .ColorStroking =_gea ;return nil ;}; +func (_baf *ContentCreator )Add_SC (c ...float64 )*ContentCreator {_add :=ContentStreamOperation {};_add .Operand ="\u0053\u0043";_add .Params =_abbc (c );_baf ._ecda =append (_baf ._ecda ,&_add );return _baf ;}; -// ContentStreamInlineImage is a representation of an inline image in a Content stream. Everything between the BI and EI operands. -// ContentStreamInlineImage implements the core.PdfObject interface although strictly it is not a PDF object. -type ContentStreamInlineImage struct{BitsPerComponent _eaf .PdfObject ;ColorSpace _eaf .PdfObject ;Decode _eaf .PdfObject ;DecodeParms _eaf .PdfObject ;Filter _eaf .PdfObject ;Height _eaf .PdfObject ;ImageMask _eaf .PdfObject ;Intent _eaf .PdfObject ;Interpolate _eaf .PdfObject ; -Width _eaf .PdfObject ;_gda []byte ;_eadc *_d .ImageBase ;}; - -// GraphicsState is a basic graphics state implementation for PDF processing. -// Initially only implementing and tracking a portion of the information specified. Easy to add more. -type GraphicsState struct{ColorspaceStroking _ee .PdfColorspace ;ColorspaceNonStroking _ee .PdfColorspace ;ColorStroking _ee .PdfColor ;ColorNonStroking _ee .PdfColor ;CTM _b .Matrix ;};func _gecbc (_dcgc _ee .PdfColorspace )bool {_ ,_eae :=_dcgc .(*_ee .PdfColorspaceSpecialPattern ); -return _eae ;}; - -// Add_f_starred appends 'f*' operand to the content stream. -// f*: Fill the path using the even-odd rule to determine fill region. -// -// See section 8.5.3 "Path Painting Operators" and Table 60 (p. 143 PDF32000_2008). -func (_ega *ContentCreator )Add_f_starred ()*ContentCreator {_dbb :=ContentStreamOperation {};_dbb .Operand ="\u0066\u002a";_ega ._eg =append (_ega ._eg ,&_dbb );return _ega ;};func _dggeb (_dabd _eaf .PdfObject )(_ee .PdfColorspace ,error ){_cfeea ,_baddg :=_dabd .(*_eaf .PdfObjectArray ); -if !_baddg {_dc .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020cs\u0020\u006e\u006ft\u0020\u0069n\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025#\u0076\u0029",_dabd ); -return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _cfeea .Len ()!=4{_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061r\u0072\u0061\u0079\u002c\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0034\u0020\u0028\u0025\u0064\u0029",_cfeea .Len ()); -return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_daeaa ,_baddg :=_cfeea .Get (0).(*_eaf .PdfObjectName );if !_baddg {_dc .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072s\u0074 \u0065\u006c\u0065\u006de\u006e\u0074 \u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0023\u0076\u0029",*_cfeea ); -return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_daeaa !="\u0049"&&*_daeaa !="\u0049n\u0064\u0065\u0078\u0065\u0064"{_dc .Log .Debug ("\u0045\u0072r\u006f\u0072\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0063\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0049\u0020\u0028\u0067\u006f\u0074\u003a\u0020\u0025\u0076\u0029",*_daeaa ); -return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_daeaa ,_baddg =_cfeea .Get (1).(*_eaf .PdfObjectName );if !_baddg {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0061\u0072\u0072a\u0079\u003a\u0020\u0025\u0023v\u0029",*_cfeea ); -return nil ,_g .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if *_daeaa !="\u0047"&&*_daeaa !="\u0052\u0047\u0042"&&*_daeaa !="\u0043\u004d\u0059\u004b"&&*_daeaa !="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"&&*_daeaa !="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B"&&*_daeaa !="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"{_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0073\u0020\u0061\u0072r\u0061\u0079\u0020\u0032\u006e\u0064\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0021\u003d\u0020\u0047\u002f\u0052\u0047\u0042\u002f\u0043\u004d\u0059\u004b\u0020\u0028g\u006f\u0074\u003a\u0020\u0025v\u0029",*_daeaa ); -return nil ,_g .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gbg :="";switch *_daeaa {case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_gbg ="\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079"; -case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_gbg ="\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gbg ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; -};_cda :=_eaf .MakeArray (_eaf .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"),_eaf .MakeName (_gbg ),_cfeea .Get (2),_cfeea .Get (3));return _ee .NewPdfColorspaceFromPdfObject (_cda );}; - -// Add_CS appends 'CS' operand to the content stream: -// Set the current colorspace for stroking operations. -// -// See section 8.6.8 "Colour Operators" and Table 74 (p. 179-180 PDF32000_2008). -func (_ggee *ContentCreator )Add_CS (name _eaf .PdfObjectName )*ContentCreator {_bdg :=ContentStreamOperation {};_bdg .Operand ="\u0043\u0053";_bdg .Params =_fcce ([]_eaf .PdfObjectName {name });_ggee ._eg =append (_ggee ._eg ,&_bdg );return _ggee ;}; \ No newline at end of file +// NewContentStreamProcessor returns a new ContentStreamProcessor for operations `ops`. +func NewContentStreamProcessor (ops []*ContentStreamOperation )*ContentStreamProcessor {_fcadg :=ContentStreamProcessor {};_fcadg ._aedc =GraphicStateStack {};_bgfe :=GraphicsState {};_fcadg ._ecga =_bgfe ;_fcadg ._efeg =[]handlerEntry {};_fcadg ._bccf =0; +_fcadg ._bcdb =ops ;return &_fcadg ;}; \ No newline at end of file diff --git a/contentstream/draw/draw.go b/contentstream/draw/draw.go index 68d366824..ab29165f5 100644 --- a/contentstream/draw/draw.go +++ b/contentstream/draw/draw.go @@ -14,276 +14,275 @@ // page content streams and XObject forms and thus also in annotation appearance streams. // // Also defines utility functions for drawing common shapes such as rectangles, lines and circles (ovals). -package draw ;import (_e "fmt";_b "github.com/unidoc/unipdf/v3/contentstream";_ef "github.com/unidoc/unipdf/v3/core";_efb "github.com/unidoc/unipdf/v3/internal/transform";_eg "github.com/unidoc/unipdf/v3/model";_c "math";); +package draw ;import (_b "fmt";_gc "github.com/unidoc/unipdf/v3/contentstream";_g "github.com/unidoc/unipdf/v3/core";_d "github.com/unidoc/unipdf/v3/internal/transform";_a "github.com/unidoc/unipdf/v3/model";_e "math";); -// AppendPoint adds the specified point to the path. -func (_fgf Path )AppendPoint (point Point )Path {_fgf .Points =append (_fgf .Points ,point );return _fgf }; - -// Magnitude returns the magnitude of the vector. -func (_acd Vector )Magnitude ()float64 {return _c .Sqrt (_c .Pow (_acd .Dx ,2.0)+_c .Pow (_acd .Dy ,2.0))};const (LineEndingStyleNone LineEndingStyle =0;LineEndingStyleArrow LineEndingStyle =1;LineEndingStyleButt LineEndingStyle =2;); - -// GetBoundingBox returns the bounding box of the path. -func (_fb Path )GetBoundingBox ()BoundingBox {_ca :=BoundingBox {};_faf :=0.0;_de :=0.0;_cc :=0.0;_dec :=0.0;for _fgg ,_dfb :=range _fb .Points {if _fgg ==0{_faf =_dfb .X ;_de =_dfb .X ;_cc =_dfb .Y ;_dec =_dfb .Y ;continue ;};if _dfb .X < _faf {_faf =_dfb .X ; -};if _dfb .X > _de {_de =_dfb .X ;};if _dfb .Y < _cc {_cc =_dfb .Y ;};if _dfb .Y > _dec {_dec =_dfb .Y ;};};_ca .X =_faf ;_ca .Y =_cc ;_ca .Width =_de -_faf ;_ca .Height =_dec -_cc ;return _ca ;}; +// Line defines a line shape between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none (regular line), +// or arrows at either end. The line also has a specified width, color and opacity. +type Line struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _a .PdfColor ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 LineEndingStyle ;LineEndingStyle2 LineEndingStyle ;LineStyle LineStyle ;}; // AppendCurve appends the specified Bezier curve to the path. -func (_bc CubicBezierPath )AppendCurve (curve CubicBezierCurve )CubicBezierPath {_bc .Curves =append (_bc .Curves ,curve );return _bc ;};func (_ae Point )String ()string {return _e .Sprintf ("(\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u0029",_ae .X ,_ae .Y ); -}; +func (_eb CubicBezierPath )AppendCurve (curve CubicBezierCurve )CubicBezierPath {_eb .Curves =append (_eb .Curves ,curve );return _eb ;}; -// GetBounds returns the bounding box of the Bezier curve. -func (_eb CubicBezierCurve )GetBounds ()_eg .PdfRectangle {_bd :=_eb .P0 .X ;_ce :=_eb .P0 .X ;_db :=_eb .P0 .Y ;_ac :=_eb .P0 .Y ;for _bf :=0.0;_bf <=1.0;_bf +=0.001{Rx :=_eb .P0 .X *_c .Pow (1-_bf ,3)+_eb .P1 .X *3*_bf *_c .Pow (1-_bf ,2)+_eb .P2 .X *3*_c .Pow (_bf ,2)*(1-_bf )+_eb .P3 .X *_c .Pow (_bf ,3); -Ry :=_eb .P0 .Y *_c .Pow (1-_bf ,3)+_eb .P1 .Y *3*_bf *_c .Pow (1-_bf ,2)+_eb .P2 .Y *3*_c .Pow (_bf ,2)*(1-_bf )+_eb .P3 .Y *_c .Pow (_bf ,3);if Rx < _bd {_bd =Rx ;};if Rx > _ce {_ce =Rx ;};if Ry < _db {_db =Ry ;};if Ry > _ac {_ac =Ry ;};};_ed :=_eg .PdfRectangle {}; -_ed .Llx =_bd ;_ed .Lly =_db ;_ed .Urx =_ce ;_ed .Ury =_ac ;return _ed ;}; - -// Rotate returns a new Point at `p` rotated by `theta` degrees. -func (_age Point )Rotate (theta float64 )Point {_adc :=_efb .NewPoint (_age .X ,_age .Y ).Rotate (theta );return NewPoint (_adc .X ,_adc .Y );}; - -// Copy returns a clone of the Bezier path. -func (_bcb CubicBezierPath )Copy ()CubicBezierPath {_g :=CubicBezierPath {};_g .Curves =append (_g .Curves ,_bcb .Curves ...);return _g ;}; - -// NewCubicBezierPath returns a new empty cubic Bezier path. -func NewCubicBezierPath ()CubicBezierPath {_be :=CubicBezierPath {};_be .Curves =[]CubicBezierCurve {};return _be ;}; +// ToPdfRectangle returns the bounding box as a PDF rectangle. +func (_geg BoundingBox )ToPdfRectangle ()*_a .PdfRectangle {return &_a .PdfRectangle {Llx :_geg .X ,Lly :_geg .Y ,Urx :_geg .X +_geg .Width ,Ury :_geg .Y +_geg .Height };}; -// NewPoint returns a new point with the coordinates x, y. -func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }}; +// Polygon is a multi-point shape that can be drawn to a PDF content stream. +type Polygon struct{Points [][]Point ;FillEnabled bool ;FillColor _a .PdfColor ;BorderEnabled bool ;BorderColor _a .PdfColor ;BorderWidth float64 ;}; -// Offset shifts the Bezier path with the specified offsets. -func (_cf CubicBezierPath )Offset (offX ,offY float64 )CubicBezierPath {for _cd ,_eff :=range _cf .Curves {_cf .Curves [_cd ]=_eff .AddOffsetXY (offX ,offY );};return _cf ;}; +// GetBounds returns the bounding box of the Bezier curve. +func (_ea CubicBezierCurve )GetBounds ()_a .PdfRectangle {_ba :=_ea .P0 .X ;_ff :=_ea .P0 .X ;_fb :=_ea .P0 .Y ;_aa :=_ea .P0 .Y ;for _bg :=0.0;_bg <=1.0;_bg +=0.001{Rx :=_ea .P0 .X *_e .Pow (1-_bg ,3)+_ea .P1 .X *3*_bg *_e .Pow (1-_bg ,2)+_ea .P2 .X *3*_e .Pow (_bg ,2)*(1-_bg )+_ea .P3 .X *_e .Pow (_bg ,3); +Ry :=_ea .P0 .Y *_e .Pow (1-_bg ,3)+_ea .P1 .Y *3*_bg *_e .Pow (1-_bg ,2)+_ea .P2 .Y *3*_e .Pow (_bg ,2)*(1-_bg )+_ea .P3 .Y *_e .Pow (_bg ,3);if Rx < _ba {_ba =Rx ;};if Rx > _ff {_ff =Rx ;};if Ry < _fb {_fb =Ry ;};if Ry > _aa {_aa =Ry ;};};_bag :=_a .PdfRectangle {}; +_bag .Llx =_ba ;_bag .Lly =_fb ;_bag .Urx =_ff ;_bag .Ury =_aa ;return _bag ;}; -// Point represents a two-dimensional point. -type Point struct{X float64 ;Y float64 ;}; +// Vector represents a two-dimensional vector. +type Vector struct{Dx float64 ;Dy float64 ;}; -// Draw draws the composite Bezier curve. A graphics state name can be -// specified for setting the curve properties (e.g. setting the opacity). -// Otherwise leave empty (""). Returns the content stream as a byte array and -// the curve bounding box. -func (_adbe PolyBezierCurve )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _adbe .MarkedDraw (gsName ,nil );}; +// RemovePoint removes the point at the index specified by number from the +// path. The index is 1-based. +func (_db Path )RemovePoint (number int )Path {if number < 1||number > len (_db .Points ){return _db ;};_cc :=number -1;_db .Points =append (_db .Points [:_cc ],_db .Points [_cc +1:]...);return _db ;}; -// Draw draws the circle. Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). -// Returns the content stream as a byte array, the bounding box and an error on failure. -func (_fd Circle )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fd .MarkedDraw (gsName ,nil );}; +// GetBoundingBox returns the bounding box of the Bezier path. +func (_dde CubicBezierPath )GetBoundingBox ()Rectangle {_ega :=Rectangle {};_ef :=0.0;_bcd :=0.0;_bf :=0.0;_ebb :=0.0;for _eag ,_be :=range _dde .Curves {_bed :=_be .GetBounds ();if _eag ==0{_ef =_bed .Llx ;_bcd =_bed .Urx ;_bf =_bed .Lly ;_ebb =_bed .Ury ; +continue ;};if _bed .Llx < _ef {_ef =_bed .Llx ;};if _bed .Urx > _bcd {_bcd =_bed .Urx ;};if _bed .Lly < _bf {_bf =_bed .Lly ;};if _bed .Ury > _ebb {_ebb =_bed .Ury ;};};_ega .X =_ef ;_ega .Y =_bf ;_ega .Width =_bcd -_ef ;_ega .Height =_ebb -_bf ;return _ega ; +}; -// Polygon is a multi-point shape that can be drawn to a PDF content stream. -type Polygon struct{Points [][]Point ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;}; +// Copy returns a clone of the path. +func (_bb Path )Copy ()Path {_ec :=Path {};_ec .Points =append (_ec .Points ,_bb .Points ...);return _ec ;}; -// Line defines a line shape between point 1 (X1,Y1) and point 2 (X2,Y2). The line ending styles can be none (regular line), -// or arrows at either end. The line also has a specified width, color and opacity. -type Line struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _eg .PdfColor ;Opacity float64 ;LineWidth float64 ;LineEndingStyle1 LineEndingStyle ;LineEndingStyle2 LineEndingStyle ;LineStyle LineStyle ;}; +// DrawPathWithCreator makes the path with the content creator. +// Adds the PDF commands to draw the path to the creator instance. +func DrawPathWithCreator (path Path ,creator *_gc .ContentCreator ){for _daa ,_beg :=range path .Points {if _daa ==0{creator .Add_m (_beg .X ,_beg .Y );}else {creator .Add_l (_beg .X ,_beg .Y );};};}; // BasicLine defines a line between point 1 (X1,Y1) and point 2 (X2,Y2). The line has a specified width, color and opacity. -type BasicLine struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _eg .PdfColor ;Opacity float64 ;LineWidth float64 ;LineStyle LineStyle ;DashArray []int64 ;DashPhase int64 ;}; +type BasicLine struct{X1 float64 ;Y1 float64 ;X2 float64 ;Y2 float64 ;LineColor _a .PdfColor ;Opacity float64 ;LineWidth float64 ;LineStyle LineStyle ;DashArray []int64 ;DashPhase int64 ;}; -// Draw draws the polygon and marked the content using the specified marked content id. -// A graphics state name can be specified for setting the polygon properties (e.g. setting the opacity). Otherwise leave -// empty (""). +// Draw draws the basic line to PDF and marked the content using the specified marked content id. +// Generates the content stream which can be used in page contents or appearance stream of annotation. // // If mcid is nil, no marked content is added. // -// Returns the content stream as a byte array and the polygon bounding box. -func (_bbc Polygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fab :=_b .NewContentCreator ();if mcid !=nil {_fab .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); -};_fab .Add_q ();_bbc .FillEnabled =_bbc .FillEnabled &&_bbc .FillColor !=nil ;if _bbc .FillEnabled {_fab .SetNonStrokingColor (_bbc .FillColor );};_bbc .BorderEnabled =_bbc .BorderEnabled &&_bbc .BorderColor !=nil ;if _bbc .BorderEnabled {_fab .SetStrokingColor (_bbc .BorderColor ); -_fab .Add_w (_bbc .BorderWidth );};if len (gsName )> 1{_fab .Add_gs (_ef .PdfObjectName (gsName ));};_af :=NewPath ();for _ ,_adg :=range _bbc .Points {for _fff ,_agc :=range _adg {_af =_af .AppendPoint (_agc );if _fff ==0{_fab .Add_m (_agc .X ,_agc .Y ); -}else {_fab .Add_l (_agc .X ,_agc .Y );};};_fab .Add_h ();};if _bbc .FillEnabled &&_bbc .BorderEnabled {_fab .Add_B ();}else if _bbc .FillEnabled {_fab .Add_f ();}else if _bbc .BorderEnabled {_fab .Add_S ();};_fab .Add_Q ();if mcid !=nil {_fab .Add_EMC (); -};return _fab .Bytes (),_af .GetBoundingBox ().ToPdfRectangle (),nil ;}; +// Returns the stream content, XForm bounding box (local), bounding box and an error if one occurred. +func (_ccd BasicLine )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){_bfcc :=NewPath ();_bfcc =_bfcc .AppendPoint (NewPoint (_ccd .X1 ,_ccd .Y1 ));_bfcc =_bfcc .AppendPoint (NewPoint (_ccd .X2 ,_ccd .Y2 ));_gfa :=_gc .NewContentCreator (); +if mcid !=nil {_gfa .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )});};_gfa .Add_q ().Add_w (_ccd .LineWidth ).SetStrokingColor (_ccd .LineColor );if _ccd .LineStyle ==LineStyleDashed {if _ccd .DashArray ==nil {_ccd .DashArray =[]int64 {1,1}; +};_gfa .Add_d (_ccd .DashArray ,_ccd .DashPhase );};if len (gsName )> 1{_gfa .Add_gs (_g .PdfObjectName (gsName ));};DrawPathWithCreator (_bfcc ,_gfa );_gfa .Add_S ().Add_Q ();if mcid !=nil {_gfa .Add_EMC ();};return _gfa .Bytes (),_bfcc .GetBoundingBox ().ToPdfRectangle (),nil ; +}; -// BoundingBox represents the smallest rectangular area that encapsulates an object. -type BoundingBox struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;}; +// Draw draws the circle. Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). +// Returns the content stream as a byte array, the bounding box and an error on failure. +func (_ade Circle )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _ade .MarkedDraw (gsName ,nil );}; -// ToPdfRectangle returns the rectangle as a PDF rectangle. -func (_fe Rectangle )ToPdfRectangle ()*_eg .PdfRectangle {return &_eg .PdfRectangle {Llx :_fe .X ,Lly :_fe .Y ,Urx :_fe .X +_fe .Width ,Ury :_fe .Y +_fe .Height };}; +// Draw draws the polygon. A graphics state name can be specified for +// setting the polygon properties (e.g. setting the opacity). Otherwise leave +// empty (""). Returns the content stream as a byte array and the polygon +// bounding box. +func (_gf Polygon )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _gf .MarkedDraw (gsName ,nil );}; -// RemovePoint removes the point at the index specified by number from the -// path. The index is 1-based. -func (_ga Path )RemovePoint (number int )Path {if number < 1||number > len (_ga .Points ){return _ga ;};_gae :=number -1;_ga .Points =append (_ga .Points [:_gae ],_ga .Points [_gae +1:]...);return _ga ;}; +// AddOffsetXY adds X,Y offset to all points on a curve. +func (_fd CubicBezierCurve )AddOffsetXY (offX ,offY float64 )CubicBezierCurve {_fd .P0 .X +=offX ;_fd .P1 .X +=offX ;_fd .P2 .X +=offX ;_fd .P3 .X +=offX ;_fd .P0 .Y +=offY ;_fd .P1 .Y +=offY ;_fd .P2 .Y +=offY ;_fd .P3 .Y +=offY ;return _fd ;}; + +// NewCubicBezierPath returns a new empty cubic Bezier path. +func NewCubicBezierPath ()CubicBezierPath {_c :=CubicBezierPath {};_c .Curves =[]CubicBezierCurve {};return _c ;}; // Add shifts the coordinates of the point with dx, dy and returns the result. -func (_bed Point )Add (dx ,dy float64 )Point {_bed .X +=dx ;_bed .Y +=dy ;return _bed }; +func (_ce Point )Add (dx ,dy float64 )Point {_ce .X +=dx ;_ce .Y +=dy ;return _ce }; -// NewVector returns a new vector with the direction specified by dx and dy. -func NewVector (dx ,dy float64 )Vector {_fbf :=Vector {};_fbf .Dx =dx ;_fbf .Dy =dy ;return _fbf }; +// PolyBezierCurve represents a composite curve that is the result of +// joining multiple cubic Bezier curves. +type PolyBezierCurve struct{Curves []CubicBezierCurve ;BorderWidth float64 ;BorderColor _a .PdfColor ;FillEnabled bool ;FillColor _a .PdfColor ;}; -// NewVectorBetween returns a new vector with the direction specified by -// the subtraction of point a from point b (b-a). -func NewVectorBetween (a Point ,b Point )Vector {_gce :=Vector {};_gce .Dx =b .X -a .X ;_gce .Dy =b .Y -a .Y ;return _gce ;}; +// Rectangle is a shape with a specified Width and Height and a lower left corner at (X,Y) that can be +// drawn to a PDF content stream. The rectangle can optionally have a border and a filling color. +// The Width/Height includes the border (if any specified), i.e. is positioned inside. +type Rectangle struct{ -// ToPdfRectangle returns the bounding box as a PDF rectangle. -func (_ffa BoundingBox )ToPdfRectangle ()*_eg .PdfRectangle {return &_eg .PdfRectangle {Llx :_ffa .X ,Lly :_ffa .Y ,Urx :_ffa .X +_ffa .Width ,Ury :_ffa .Y +_ffa .Height };}; +// Position and size properties. +X float64 ;Y float64 ;Width float64 ;Height float64 ; -// Length returns the number of points in the path. -func (_fa Path )Length ()int {return len (_fa .Points )}; +// Fill properties. +FillEnabled bool ;FillColor _a .PdfColor ; -// PolyBezierCurve represents a composite curve that is the result of -// joining multiple cubic Bezier curves. -type PolyBezierCurve struct{Curves []CubicBezierCurve ;BorderWidth float64 ;BorderColor _eg .PdfColor ;FillEnabled bool ;FillColor _eg .PdfColor ;}; +// Border properties. +BorderEnabled bool ;BorderColor _a .PdfColor ;BorderWidth float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ; -// CubicBezierCurve is defined by: -// R(t) = P0*(1-t)^3 + P1*3*t*(1-t)^2 + P2*3*t^2*(1-t) + P3*t^3 -// where P0 is the current point, P1, P2 control points and P3 the final point. -type CubicBezierCurve struct{P0 Point ;P1 Point ;P2 Point ;P3 Point ;}; +// Shape opacity (0-1 interval). +Opacity float64 ;}; -// Draw draws the composite curve polygon. A graphics state name can be -// specified for setting the curve properties (e.g. setting the opacity). -// Otherwise leave empty (""). Returns the content stream as a byte array -// and the bounding box of the polygon. -func (_dff CurvePolygon )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _dff .MarkedDraw (gsName ,nil );}; +// Copy returns a clone of the Bezier path. +func (_eg CubicBezierPath )Copy ()CubicBezierPath {_ee :=CubicBezierPath {};_ee .Curves =append (_ee .Curves ,_eg .Curves ...);return _ee ;}; -// Draw draws the composite Bezier curve and marked the content using the specified marked content id. +// Draw draws the composite curve polygon and marked the content using the specified marked content id. // A graphics state name can be specified for setting the curve properties (e.g. setting the opacity). // Otherwise leave empty (""). // // If mcid is nil, no marked content is added. // -// Returns the content stream as a byte array and the curve bounding box. -func (_ddd PolyBezierCurve )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){if _ddd .BorderColor ==nil {_ddd .BorderColor =_eg .NewPdfColorDeviceRGB (0,0,0);};_efba :=NewCubicBezierPath ();for _ ,_cbd :=range _ddd .Curves {_efba =_efba .AppendCurve (_cbd ); -};_beb :=_b .NewContentCreator ();if mcid !=nil {_beb .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_beb .Add_q ();_ddd .FillEnabled =_ddd .FillEnabled &&_ddd .FillColor !=nil ; -if _ddd .FillEnabled {_beb .SetNonStrokingColor (_ddd .FillColor );};_beb .SetStrokingColor (_ddd .BorderColor );_beb .Add_w (_ddd .BorderWidth );if len (gsName )> 1{_beb .Add_gs (_ef .PdfObjectName (gsName ));};for _ec ,_acf :=range _efba .Curves {if _ec ==0{_beb .Add_m (_acf .P0 .X ,_acf .P0 .Y ); -}else {_beb .Add_l (_acf .P0 .X ,_acf .P0 .Y );};_beb .Add_c (_acf .P1 .X ,_acf .P1 .Y ,_acf .P2 .X ,_acf .P2 .Y ,_acf .P3 .X ,_acf .P3 .Y );};if _ddd .FillEnabled {_beb .Add_h ();_beb .Add_B ();}else {_beb .Add_S ();};_beb .Add_Q ();if mcid !=nil {_beb .Add_EMC (); -};return _beb .Bytes (),_efba .GetBoundingBox ().ToPdfRectangle (),nil ;}; +// Returns the content stream as a byte array and the bounding box of the polygon. +func (_fdff CurvePolygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){_bbg :=_gc .NewContentCreator ();if mcid !=nil {_bbg .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )}); +};_bbg .Add_q ();_fdff .FillEnabled =_fdff .FillEnabled &&_fdff .FillColor !=nil ;if _fdff .FillEnabled {_bbg .SetNonStrokingColor (_fdff .FillColor );};_fdff .BorderEnabled =_fdff .BorderEnabled &&_fdff .BorderColor !=nil ;if _fdff .BorderEnabled {_bbg .SetStrokingColor (_fdff .BorderColor ); +_bbg .Add_w (_fdff .BorderWidth );};if len (gsName )> 1{_bbg .Add_gs (_g .PdfObjectName (gsName ));};_adeg :=NewCubicBezierPath ();for _ ,_dee :=range _fdff .Rings {for _ceg ,_bdbb :=range _dee {if _ceg ==0{_bbg .Add_m (_bdbb .P0 .X ,_bdbb .P0 .Y );}else {_bbg .Add_l (_bdbb .P0 .X ,_bdbb .P0 .Y ); +};_bbg .Add_c (_bdbb .P1 .X ,_bdbb .P1 .Y ,_bdbb .P2 .X ,_bdbb .P2 .Y ,_bdbb .P3 .X ,_bdbb .P3 .Y );_adeg =_adeg .AppendCurve (_bdbb );};_bbg .Add_h ();};if _fdff .FillEnabled &&_fdff .BorderEnabled {_bbg .Add_B ();}else if _fdff .FillEnabled {_bbg .Add_f (); +}else if _fdff .BorderEnabled {_bbg .Add_S ();};_bbg .Add_Q ();if mcid !=nil {_bbg .Add_EMC ();};return _bbg .Bytes (),_adeg .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// DrawBezierPathWithCreator makes the bezier path with the content creator. -// Adds the PDF commands to draw the path to the creator instance. -func DrawBezierPathWithCreator (bpath CubicBezierPath ,creator *_b .ContentCreator ){for _bfa ,_bge :=range bpath .Curves {if _bfa ==0{creator .Add_m (_bge .P0 .X ,_bge .P0 .Y );};creator .Add_c (_bge .P1 .X ,_bge .P1 .Y ,_bge .P2 .X ,_bge .P2 .Y ,_bge .P3 .X ,_bge .P3 .Y ); -};}; +// Magnitude returns the magnitude of the vector. +func (_gfad Vector )Magnitude ()float64 {return _e .Sqrt (_e .Pow (_gfad .Dx ,2.0)+_e .Pow (_gfad .Dy ,2.0));}; -// NewCubicBezierCurve returns a new cubic Bezier curve. -func NewCubicBezierCurve (x0 ,y0 ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )CubicBezierCurve {_d :=CubicBezierCurve {};_d .P0 =NewPoint (x0 ,y0 );_d .P1 =NewPoint (x1 ,y1 );_d .P2 =NewPoint (x2 ,y2 );_d .P3 =NewPoint (x3 ,y3 );return _d ;}; +// Offset shifts the Bezier path with the specified offsets. +func (_bc CubicBezierPath )Offset (offX ,offY float64 )CubicBezierPath {for _fa ,_dd :=range _bc .Curves {_bc .Curves [_fa ]=_dd .AddOffsetXY (offX ,offY );};return _bc ;}; -// CurvePolygon is a multi-point shape with rings containing curves that can be -// drawn to a PDF content stream. -type CurvePolygon struct{Rings [][]CubicBezierCurve ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;}; +// Rotate returns a new Point at `p` rotated by `theta` degrees. +func (_ad Point )Rotate (theta float64 )Point {_ca :=_d .NewPoint (_ad .X ,_ad .Y ).Rotate (theta );return NewPoint (_ca .X ,_ca .Y );}; + +// NewPoint returns a new point with the coordinates x, y. +func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }}; + +// Polyline defines a slice of points that are connected as straight lines. +type Polyline struct{Points []Point ;LineColor _a .PdfColor ;LineWidth float64 ;}; + +// Path consists of straight line connections between each point defined in an array of points. +type Path struct{Points []Point ;}; + +// Offset shifts the path with the specified offsets. +func (_bd Path )Offset (offX ,offY float64 )Path {for _ge ,_fe :=range _bd .Points {_bd .Points [_ge ]=_fe .Add (offX ,offY );};return _bd ;}; + +// Point represents a two-dimensional point. +type Point struct{X float64 ;Y float64 ;}; + +// Draw draws the composite Bezier curve. A graphics state name can be +// specified for setting the curve properties (e.g. setting the opacity). +// Otherwise leave empty (""). Returns the content stream as a byte array and +// the curve bounding box. +func (_ddc PolyBezierCurve )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _ddc .MarkedDraw (gsName ,nil );}; // Draw draws the rectangle. A graphics state can be specified for // setting additional properties (e.g. opacity). Otherwise pass an empty string // for the `gsName` parameter. The method returns the content stream as a byte // array and the bounding box of the shape. -func (_fag Rectangle )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fag .MarkedDraw (gsName ,nil );}; +func (_ecb Rectangle )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _ecb .MarkedDraw (gsName ,nil );}; -// FlipX flips the sign of the Dx component of the vector. -func (_afc Vector )FlipX ()Vector {_afc .Dx =-_afc .Dx ;return _afc }; +// AddVector adds vector to a point. +func (_cb Point )AddVector (v Vector )Point {_cb .X +=v .Dx ;_cb .Y +=v .Dy ;return _cb }; -// Draw draws the basic line to PDF. Generates the content stream which can be used in page contents or appearance -// stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error if -// one occurred. -func (_abb BasicLine )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _abb .MarkedDraw (gsName ,nil );}; +// GetBoundingBox returns the bounding box of the path. +func (_gec Path )GetBoundingBox ()BoundingBox {_edb :=BoundingBox {};_bfc :=0.0;_eaa :=0.0;_fc :=0.0;_cf :=0.0;for _fbe ,_bda :=range _gec .Points {if _fbe ==0{_bfc =_bda .X ;_eaa =_bda .X ;_fc =_bda .Y ;_cf =_bda .Y ;continue ;};if _bda .X < _bfc {_bfc =_bda .X ; +};if _bda .X > _eaa {_eaa =_bda .X ;};if _bda .Y < _fc {_fc =_bda .Y ;};if _bda .Y > _cf {_cf =_bda .Y ;};};_edb .X =_bfc ;_edb .Y =_fc ;_edb .Width =_eaa -_bfc ;_edb .Height =_cf -_fc ;return _edb ;}; -// LineEndingStyle defines the line ending style for lines. -// The currently supported line ending styles are None, Arrow (ClosedArrow) and Butt. -type LineEndingStyle int ; +// Draw draws the polygon and marked the content using the specified marked content id. +// A graphics state name can be specified for setting the polygon properties (e.g. setting the opacity). Otherwise leave +// empty (""). +// +// If mcid is nil, no marked content is added. +// +// Returns the content stream as a byte array and the polygon bounding box. +func (_bedg Polygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){_ged :=_gc .NewContentCreator ();if mcid !=nil {_ged .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )}); +};_ged .Add_q ();_bedg .FillEnabled =_bedg .FillEnabled &&_bedg .FillColor !=nil ;if _bedg .FillEnabled {_ged .SetNonStrokingColor (_bedg .FillColor );};_bedg .BorderEnabled =_bedg .BorderEnabled &&_bedg .BorderColor !=nil ;if _bedg .BorderEnabled {_ged .SetStrokingColor (_bedg .BorderColor ); +_ged .Add_w (_bedg .BorderWidth );};if len (gsName )> 1{_ged .Add_gs (_g .PdfObjectName (gsName ));};_bdb :=NewPath ();for _ ,_de :=range _bedg .Points {for _aab ,_cga :=range _de {_bdb =_bdb .AppendPoint (_cga );if _aab ==0{_ged .Add_m (_cga .X ,_cga .Y ); +}else {_ged .Add_l (_cga .X ,_cga .Y );};};_ged .Add_h ();};if _bedg .FillEnabled &&_bedg .BorderEnabled {_ged .Add_B ();}else if _bedg .FillEnabled {_ged .Add_f ();}else if _bedg .BorderEnabled {_ged .Add_S ();};_ged .Add_Q ();if mcid !=nil {_ged .Add_EMC (); +};return _ged .Bytes (),_bdb .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// AddOffsetXY adds X,Y offset to all points on a curve. -func (_f CubicBezierCurve )AddOffsetXY (offX ,offY float64 )CubicBezierCurve {_f .P0 .X +=offX ;_f .P1 .X +=offX ;_f .P2 .X +=offX ;_f .P3 .X +=offX ;_f .P0 .Y +=offY ;_f .P1 .Y +=offY ;_f .P2 .Y +=offY ;_f .P3 .Y +=offY ;return _f ;}; +// ToPdfRectangle returns the rectangle as a PDF rectangle. +func (_eda Rectangle )ToPdfRectangle ()*_a .PdfRectangle {return &_a .PdfRectangle {Llx :_eda .X ,Lly :_eda .Y ,Urx :_eda .X +_eda .Width ,Ury :_eda .Y +_eda .Height };}; -// Circle represents a circle shape with fill and border properties that can be drawn to a PDF content stream. -type Circle struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor _eg .PdfColor ;BorderEnabled bool ;BorderWidth float64 ;BorderColor _eg .PdfColor ;Opacity float64 ;}; +// Rotate rotates the vector by the specified angle. +func (_dgb Vector )Rotate (phi float64 )Vector {_eeae :=_dgb .Magnitude ();_eaaa :=_dgb .GetPolarAngle ();return NewVectorPolar (_eeae ,_eaaa +phi );}; -// AddVector adds vector to a point. -func (_adb Point )AddVector (v Vector )Point {_adb .X +=v .Dx ;_adb .Y +=v .Dy ;return _adb }; +// CubicBezierCurve is defined by: +// R(t) = P0*(1-t)^3 + P1*3*t*(1-t)^2 + P2*3*t^2*(1-t) + P3*t^3 +// where P0 is the current point, P1, P2 control points and P3 the final point. +type CubicBezierCurve struct{P0 Point ;P1 Point ;P2 Point ;P3 Point ;};const (LineEndingStyleNone LineEndingStyle =0;LineEndingStyleArrow LineEndingStyle =1;LineEndingStyleButt LineEndingStyle =2;); + +// FlipX flips the sign of the Dx component of the vector. +func (_afe Vector )FlipX ()Vector {_afe .Dx =-_afe .Dx ;return _afe }; + +// Draw draws the line to PDF contentstream. Generates the content stream which can be used in page contents or +// appearance stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error +// if one occurred. +func (_efac Line )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){_fbg ,_gdb :=_efac .X1 ,_efac .X2 ;_bde ,_gg :=_efac .Y1 ,_efac .Y2 ;_cbg :=_gg -_bde ;_ead :=_gdb -_fbg ;_dag :=_e .Atan2 (_cbg ,_ead );L :=_e .Sqrt (_e .Pow (_ead ,2.0)+_e .Pow (_cbg ,2.0)); +_ab :=_efac .LineWidth ;_gecc :=_e .Pi ;_gfd :=1.0;if _ead < 0{_gfd *=-1.0;};if _cbg < 0{_gfd *=-1.0;};VsX :=_gfd *(-_ab /2*_e .Cos (_dag +_gecc /2));VsY :=_gfd *(-_ab /2*_e .Sin (_dag +_gecc /2)+_ab *_e .Sin (_dag +_gecc /2));V1X :=VsX +_ab /2*_e .Cos (_dag +_gecc /2); +V1Y :=VsY +_ab /2*_e .Sin (_dag +_gecc /2);V2X :=VsX +_ab /2*_e .Cos (_dag +_gecc /2)+L *_e .Cos (_dag );V2Y :=VsY +_ab /2*_e .Sin (_dag +_gecc /2)+L *_e .Sin (_dag );V3X :=VsX +_ab /2*_e .Cos (_dag +_gecc /2)+L *_e .Cos (_dag )+_ab *_e .Cos (_dag -_gecc /2); +V3Y :=VsY +_ab /2*_e .Sin (_dag +_gecc /2)+L *_e .Sin (_dag )+_ab *_e .Sin (_dag -_gecc /2);V4X :=VsX +_ab /2*_e .Cos (_dag -_gecc /2);V4Y :=VsY +_ab /2*_e .Sin (_dag -_gecc /2);_ga :=NewPath ();_ga =_ga .AppendPoint (NewPoint (V1X ,V1Y ));_ga =_ga .AppendPoint (NewPoint (V2X ,V2Y )); +_ga =_ga .AppendPoint (NewPoint (V3X ,V3Y ));_ga =_ga .AppendPoint (NewPoint (V4X ,V4Y ));_gac :=_efac .LineEndingStyle1 ;_ggg :=_efac .LineEndingStyle2 ;_egg :=3*_ab ;_baf :=3*_ab ;_dac :=(_baf -_ab )/2;if _ggg ==LineEndingStyleArrow {_dba :=_ga .GetPointNumber (2); +_eede :=NewVectorPolar (_egg ,_dag +_gecc );_af :=_dba .AddVector (_eede );_dae :=NewVectorPolar (_baf /2,_dag +_gecc /2);_gad :=NewVectorPolar (_egg ,_dag );_ac :=NewVectorPolar (_dac ,_dag +_gecc /2);_eabe :=_af .AddVector (_ac );_abg :=_gad .Add (_dae .Flip ()); +_bge :=_eabe .AddVector (_abg );_gfc :=_dae .Scale (2).Flip ().Add (_abg .Flip ());_dga :=_bge .AddVector (_gfc );_caaa :=_af .AddVector (NewVectorPolar (_ab ,_dag -_gecc /2));_dgac :=NewPath ();_dgac =_dgac .AppendPoint (_ga .GetPointNumber (1));_dgac =_dgac .AppendPoint (_af ); +_dgac =_dgac .AppendPoint (_eabe );_dgac =_dgac .AppendPoint (_bge );_dgac =_dgac .AppendPoint (_dga );_dgac =_dgac .AppendPoint (_caaa );_dgac =_dgac .AppendPoint (_ga .GetPointNumber (4));_ga =_dgac ;};if _gac ==LineEndingStyleArrow {_cebg :=_ga .GetPointNumber (1); +_cbc :=_ga .GetPointNumber (_ga .Length ());_ddcc :=NewVectorPolar (_ab /2,_dag +_gecc +_gecc /2);_acg :=_cebg .AddVector (_ddcc );_dge :=NewVectorPolar (_egg ,_dag ).Add (NewVectorPolar (_baf /2,_dag +_gecc /2));_fdg :=_acg .AddVector (_dge );_gea :=NewVectorPolar (_dac ,_dag -_gecc /2); +_df :=_fdg .AddVector (_gea );_fg :=NewVectorPolar (_egg ,_dag );_fac :=_cbc .AddVector (_fg );_fdgd :=NewVectorPolar (_dac ,_dag +_gecc +_gecc /2);_efb :=_fac .AddVector (_fdgd );_gedc :=_acg ;_gedb :=NewPath ();_gedb =_gedb .AppendPoint (_acg );_gedb =_gedb .AppendPoint (_fdg ); +_gedb =_gedb .AppendPoint (_df );for _ ,_bcbf :=range _ga .Points [1:len (_ga .Points )-1]{_gedb =_gedb .AppendPoint (_bcbf );};_gedb =_gedb .AppendPoint (_fac );_gedb =_gedb .AppendPoint (_efb );_gedb =_gedb .AppendPoint (_gedc );_ga =_gedb ;};_cca :=_gc .NewContentCreator (); +_cca .Add_q ().SetNonStrokingColor (_efac .LineColor );if len (gsName )> 1{_cca .Add_gs (_g .PdfObjectName (gsName ));};_ga =_ga .Offset (_efac .X1 ,_efac .Y1 );_bec :=_ga .GetBoundingBox ();DrawPathWithCreator (_ga ,_cca );if _efac .LineStyle ==LineStyleDashed {_cca .Add_d ([]int64 {1,1},0).Add_S ().Add_f ().Add_Q (); +}else {_cca .Add_f ().Add_Q ();};return _cca .Bytes (),_bec .ToPdfRectangle (),nil ;}; // NewVectorPolar returns a new vector calculated from the specified // magnitude and angle. -func NewVectorPolar (length float64 ,theta float64 )Vector {_cg :=Vector {};_cg .Dx =length *_c .Cos (theta );_cg .Dy =length *_c .Sin (theta );return _cg ;}; +func NewVectorPolar (length float64 ,theta float64 )Vector {_dfg :=Vector {};_dfg .Dx =length *_e .Cos (theta );_dfg .Dy =length *_e .Sin (theta );return _dfg ;}; -// LineStyle refers to how the line will be created. -type LineStyle int ;const (LineStyleSolid LineStyle =0;LineStyleDashed LineStyle =1;); - -// Draw draws the polygon. A graphics state name can be specified for -// setting the polygon properties (e.g. setting the opacity). Otherwise leave -// empty (""). Returns the content stream as a byte array and the polygon -// bounding box. -func (_bee Polygon )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _bee .MarkedDraw (gsName ,nil );}; +// Circle represents a circle shape with fill and border properties that can be drawn to a PDF content stream. +type Circle struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;FillEnabled bool ;FillColor _a .PdfColor ;BorderEnabled bool ;BorderWidth float64 ;BorderColor _a .PdfColor ;Opacity float64 ;}; -// Vector represents a two-dimensional vector. -type Vector struct{Dx float64 ;Dy float64 ;}; +// AppendPoint adds the specified point to the path. +func (_ed Path )AppendPoint (point Point )Path {_ed .Points =append (_ed .Points ,point );return _ed }; -// Draw draws the circle and marked the content using the specified marked content id. -// Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). -// -// If mcid is nil, no marked content is added. -// -// Returns the content stream as a byte array, the bounding box and an error on failure. -func (_gdf Circle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fgd :=_gdf .Width /2;_gfe :=_gdf .Height /2;if _gdf .BorderEnabled {_fgd -=_gdf .BorderWidth /2;_gfe -=_gdf .BorderWidth /2;};_bfd :=0.551784;_cb :=_fgd *_bfd ; -_dfc :=_gfe *_bfd ;_ba :=NewCubicBezierPath ();_ba =_ba .AppendCurve (NewCubicBezierCurve (-_fgd ,0,-_fgd ,_dfc ,-_cb ,_gfe ,0,_gfe ));_ba =_ba .AppendCurve (NewCubicBezierCurve (0,_gfe ,_cb ,_gfe ,_fgd ,_dfc ,_fgd ,0));_ba =_ba .AppendCurve (NewCubicBezierCurve (_fgd ,0,_fgd ,-_dfc ,_cb ,-_gfe ,0,-_gfe )); -_ba =_ba .AppendCurve (NewCubicBezierCurve (0,-_gfe ,-_cb ,-_gfe ,-_fgd ,-_dfc ,-_fgd ,0));_ba =_ba .Offset (_fgd ,_gfe );if _gdf .BorderEnabled {_ba =_ba .Offset (_gdf .BorderWidth /2,_gdf .BorderWidth /2);};if _gdf .X !=0||_gdf .Y !=0{_ba =_ba .Offset (_gdf .X ,_gdf .Y ); -};_dd :=_b .NewContentCreator ();if mcid !=nil {_dd .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_dd .Add_q ();if _gdf .FillEnabled {_dd .SetNonStrokingColor (_gdf .FillColor ); -};if _gdf .BorderEnabled {_dd .SetStrokingColor (_gdf .BorderColor );_dd .Add_w (_gdf .BorderWidth );};if len (gsName )> 1{_dd .Add_gs (_ef .PdfObjectName (gsName ));};DrawBezierPathWithCreator (_ba ,_dd );_dd .Add_h ();if _gdf .FillEnabled &&_gdf .BorderEnabled {_dd .Add_B (); -}else if _gdf .FillEnabled {_dd .Add_f ();}else if _gdf .BorderEnabled {_dd .Add_S ();};_dd .Add_Q ();if mcid !=nil {_dd .Add_EMC ();};_bdc :=_ba .GetBoundingBox ();if _gdf .BorderEnabled {_bdc .Height +=_gdf .BorderWidth ;_bdc .Width +=_gdf .BorderWidth ; -_bdc .X -=_gdf .BorderWidth /2;_bdc .Y -=_gdf .BorderWidth /2;};return _dd .Bytes (),_bdc .ToPdfRectangle (),nil ;}; +// BoundingBox represents the smallest rectangular area that encapsulates an object. +type BoundingBox struct{X float64 ;Y float64 ;Width float64 ;Height float64 ;}; -// Offset shifts the path with the specified offsets. -func (_bdg Path )Offset (offX ,offY float64 )Path {for _fc ,_ad :=range _bdg .Points {_bdg .Points [_fc ]=_ad .Add (offX ,offY );};return _bdg ;}; +// Draw draws the basic line to PDF. Generates the content stream which can be used in page contents or appearance +// stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error if +// one occurred. +func (_fad BasicLine )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _fad .MarkedDraw (gsName ,nil );}; -// DrawPathWithCreator makes the path with the content creator. -// Adds the PDF commands to draw the path to the creator instance. -func DrawPathWithCreator (path Path ,creator *_b .ContentCreator ){for _fdd ,_bafd :=range path .Points {if _fdd ==0{creator .Add_m (_bafd .X ,_bafd .Y );}else {creator .Add_l (_bafd .X ,_bafd .Y );};};}; +// NewCubicBezierCurve returns a new cubic Bezier curve. +func NewCubicBezierCurve (x0 ,y0 ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 )CubicBezierCurve {_dg :=CubicBezierCurve {};_dg .P0 =NewPoint (x0 ,y0 );_dg .P1 =NewPoint (x1 ,y1 );_dg .P2 =NewPoint (x2 ,y2 );_dg .P3 =NewPoint (x3 ,y3 );return _dg ;}; -// NewPath returns a new empty path. -func NewPath ()Path {return Path {}}; +// Scale scales the vector by the specified factor. +func (_efe Vector )Scale (factor float64 )Vector {_cbbf :=_efe .Magnitude ();_aef :=_efe .GetPolarAngle ();_efe .Dx =factor *_cbbf *_e .Cos (_aef );_efe .Dy =factor *_cbbf *_e .Sin (_aef );return _efe ;}; -// GetBoundingBox returns the bounding box of the Bezier path. -func (_gf CubicBezierPath )GetBoundingBox ()Rectangle {_acc :=Rectangle {};_bb :=0.0;_gc :=0.0;_df :=0.0;_fg :=0.0;for _dc ,_ff :=range _gf .Curves {_egf :=_ff .GetBounds ();if _dc ==0{_bb =_egf .Llx ;_gc =_egf .Urx ;_df =_egf .Lly ;_fg =_egf .Ury ;continue ; -};if _egf .Llx < _bb {_bb =_egf .Llx ;};if _egf .Urx > _gc {_gc =_egf .Urx ;};if _egf .Lly < _df {_df =_egf .Lly ;};if _egf .Ury > _fg {_fg =_egf .Ury ;};};_acc .X =_bb ;_acc .Y =_df ;_acc .Width =_gc -_bb ;_acc .Height =_fg -_df ;return _acc ;}; +// Draw draws the composite curve polygon. A graphics state name can be +// specified for setting the curve properties (e.g. setting the opacity). +// Otherwise leave empty (""). Returns the content stream as a byte array +// and the bounding box of the polygon. +func (_eea CurvePolygon )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _eea .MarkedDraw (gsName ,nil );}; -// Copy returns a clone of the path. -func (_gd Path )Copy ()Path {_ab :=Path {};_ab .Points =append (_ab .Points ,_gd .Points ...);return _ab ;}; +// GetPolarAngle returns the angle the magnitude of the vector forms with the +// positive X-axis going counterclockwise. +func (_eaga Vector )GetPolarAngle ()float64 {return _e .Atan2 (_eaga .Dy ,_eaga .Dx )}; -// Add adds the specified vector to the current one and returns the result. -func (_dfg Vector )Add (other Vector )Vector {_dfg .Dx +=other .Dx ;_dfg .Dy +=other .Dy ;return _dfg }; +// LineEndingStyle defines the line ending style for lines. +// The currently supported line ending styles are None, Arrow (ClosedArrow) and Butt. +type LineEndingStyle int ;func (_cab Point )String ()string {return _b .Sprintf ("(\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u0029",_cab .X ,_cab .Y );}; -// Path consists of straight line connections between each point defined in an array of points. -type Path struct{Points []Point ;}; +// CubicBezierPath represents a collection of cubic Bezier curves. +type CubicBezierPath struct{Curves []CubicBezierCurve ;}; -// Draw draws the line to PDF contentstream. Generates the content stream which can be used in page contents or -// appearance stream of annotation. Returns the stream content, XForm bounding box (local), bounding box and an error -// if one occurred. -func (_baf Line )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){_fdcf ,_aec :=_baf .X1 ,_baf .X2 ;_egd ,_gb :=_baf .Y1 ,_baf .Y2 ;_ggd :=_gb -_egd ;_ffd :=_aec -_fdcf ;_edd :=_c .Atan2 (_ggd ,_ffd );L :=_c .Sqrt (_c .Pow (_ffd ,2.0)+_c .Pow (_ggd ,2.0)); -_gdfa :=_baf .LineWidth ;_ede :=_c .Pi ;_gcf :=1.0;if _ffd < 0{_gcf *=-1.0;};if _ggd < 0{_gcf *=-1.0;};VsX :=_gcf *(-_gdfa /2*_c .Cos (_edd +_ede /2));VsY :=_gcf *(-_gdfa /2*_c .Sin (_edd +_ede /2)+_gdfa *_c .Sin (_edd +_ede /2));V1X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2); -V1Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2);V2X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2)+L *_c .Cos (_edd );V2Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2)+L *_c .Sin (_edd );V3X :=VsX +_gdfa /2*_c .Cos (_edd +_ede /2)+L *_c .Cos (_edd )+_gdfa *_c .Cos (_edd -_ede /2); -V3Y :=VsY +_gdfa /2*_c .Sin (_edd +_ede /2)+L *_c .Sin (_edd )+_gdfa *_c .Sin (_edd -_ede /2);V4X :=VsX +_gdfa /2*_c .Cos (_edd -_ede /2);V4Y :=VsY +_gdfa /2*_c .Sin (_edd -_ede /2);_bae :=NewPath ();_bae =_bae .AppendPoint (NewPoint (V1X ,V1Y ));_bae =_bae .AppendPoint (NewPoint (V2X ,V2Y )); -_bae =_bae .AppendPoint (NewPoint (V3X ,V3Y ));_bae =_bae .AppendPoint (NewPoint (V4X ,V4Y ));_cff :=_baf .LineEndingStyle1 ;_edf :=_baf .LineEndingStyle2 ;_ggc :=3*_gdfa ;_eba :=3*_gdfa ;_fcd :=(_eba -_gdfa )/2;if _edf ==LineEndingStyleArrow {_afd :=_bae .GetPointNumber (2); -_acg :=NewVectorPolar (_ggc ,_edd +_ede );_bdgf :=_afd .AddVector (_acg );_ee :=NewVectorPolar (_eba /2,_edd +_ede /2);_bea :=NewVectorPolar (_ggc ,_edd );_bgd :=NewVectorPolar (_fcd ,_edd +_ede /2);_gfg :=_bdgf .AddVector (_bgd );_fec :=_bea .Add (_ee .Flip ()); -_abf :=_gfg .AddVector (_fec );_cab :=_ee .Scale (2).Flip ().Add (_fec .Flip ());_ffc :=_abf .AddVector (_cab );_ea :=_bdgf .AddVector (NewVectorPolar (_gdfa ,_edd -_ede /2));_bga :=NewPath ();_bga =_bga .AppendPoint (_bae .GetPointNumber (1));_bga =_bga .AppendPoint (_bdgf ); -_bga =_bga .AppendPoint (_gfg );_bga =_bga .AppendPoint (_abf );_bga =_bga .AppendPoint (_ffc );_bga =_bga .AppendPoint (_ea );_bga =_bga .AppendPoint (_bae .GetPointNumber (4));_bae =_bga ;};if _cff ==LineEndingStyleArrow {_dbb :=_bae .GetPointNumber (1); -_cda :=_bae .GetPointNumber (_bae .Length ());_edc :=NewVectorPolar (_gdfa /2,_edd +_ede +_ede /2);_fgb :=_dbb .AddVector (_edc );_bgag :=NewVectorPolar (_ggc ,_edd ).Add (NewVectorPolar (_eba /2,_edd +_ede /2));_beef :=_fgb .AddVector (_bgag );_cea :=NewVectorPolar (_fcd ,_edd -_ede /2); -_ged :=_beef .AddVector (_cea );_dgc :=NewVectorPolar (_ggc ,_edd );_abe :=_cda .AddVector (_dgc );_bef :=NewVectorPolar (_fcd ,_edd +_ede +_ede /2);_bgda :=_abe .AddVector (_bef );_bdb :=_fgb ;_cbe :=NewPath ();_cbe =_cbe .AppendPoint (_fgb );_cbe =_cbe .AppendPoint (_beef ); -_cbe =_cbe .AppendPoint (_ged );for _ ,_aa :=range _bae .Points [1:len (_bae .Points )-1]{_cbe =_cbe .AppendPoint (_aa );};_cbe =_cbe .AppendPoint (_abe );_cbe =_cbe .AppendPoint (_bgda );_cbe =_cbe .AppendPoint (_bdb );_bae =_cbe ;};_ddc :=_b .NewContentCreator (); -_ddc .Add_q ().SetNonStrokingColor (_baf .LineColor );if len (gsName )> 1{_ddc .Add_gs (_ef .PdfObjectName (gsName ));};_bae =_bae .Offset (_baf .X1 ,_baf .Y1 );_ccd :=_bae .GetBoundingBox ();DrawPathWithCreator (_bae ,_ddc );if _baf .LineStyle ==LineStyleDashed {_ddc .Add_d ([]int64 {1,1},0).Add_S ().Add_f ().Add_Q (); -}else {_ddc .Add_f ().Add_Q ();};return _ddc .Bytes (),_ccd .ToPdfRectangle (),nil ;}; +// NewVectorBetween returns a new vector with the direction specified by +// the subtraction of point a from point b (b-a). +func NewVectorBetween (a Point ,b Point )Vector {_cfec :=Vector {};_cfec .Dx =b .X -a .X ;_cfec .Dy =b .Y -a .Y ;return _cfec ;}; -// Polyline defines a slice of points that are connected as straight lines. -type Polyline struct{Points []Point ;LineColor _eg .PdfColor ;LineWidth float64 ;}; +// CurvePolygon is a multi-point shape with rings containing curves that can be +// drawn to a PDF content stream. +type CurvePolygon struct{Rings [][]CubicBezierCurve ;FillEnabled bool ;FillColor _a .PdfColor ;BorderEnabled bool ;BorderColor _a .PdfColor ;BorderWidth float64 ;}; -// CubicBezierPath represents a collection of cubic Bezier curves. -type CubicBezierPath struct{Curves []CubicBezierCurve ;}; +// NewVector returns a new vector with the direction specified by dx and dy. +func NewVector (dx ,dy float64 )Vector {_edf :=Vector {};_edf .Dx =dx ;_edf .Dy =dy ;return _edf }; -// Draw draws the basic line to PDF and marked the content using the specified marked content id. -// Generates the content stream which can be used in page contents or appearance stream of annotation. +// Draw draws the circle and marked the content using the specified marked content id. +// Can specify a graphics state (gsName) for setting opacity etc. Otherwise leave empty (""). // // If mcid is nil, no marked content is added. // -// Returns the stream content, XForm bounding box (local), bounding box and an error if one occurred. -func (_dea BasicLine )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_fafe :=NewPath ();_fafe =_fafe .AppendPoint (NewPoint (_dea .X1 ,_dea .Y1 ));_fafe =_fafe .AppendPoint (NewPoint (_dea .X2 ,_dea .Y2 ));_eac :=_b .NewContentCreator (); -if mcid !=nil {_eac .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_eac .Add_q ().Add_w (_dea .LineWidth ).SetStrokingColor (_dea .LineColor );if _dea .LineStyle ==LineStyleDashed {if _dea .DashArray ==nil {_dea .DashArray =[]int64 {1,1}; -};_eac .Add_d (_dea .DashArray ,_dea .DashPhase );};if len (gsName )> 1{_eac .Add_gs (_ef .PdfObjectName (gsName ));};DrawPathWithCreator (_fafe ,_eac );_eac .Add_S ().Add_Q ();if mcid !=nil {_eac .Add_EMC ();};return _eac .Bytes (),_fafe .GetBoundingBox ().ToPdfRectangle (),nil ; -}; - -// Flip changes the sign of the vector: -vector. -func (_da Vector )Flip ()Vector {_cbdd :=_da .Magnitude ();_afe :=_da .GetPolarAngle ();_da .Dx =_cbdd *_c .Cos (_afe +_c .Pi );_da .Dy =_cbdd *_c .Sin (_afe +_c .Pi );return _da ;}; - -// FlipY flips the sign of the Dy component of the vector. -func (_dfd Vector )FlipY ()Vector {_dfd .Dy =-_dfd .Dy ;return _dfd }; - -// GetPointNumber returns the path point at the index specified by number. -// The index is 1-based. -func (_ag Path )GetPointNumber (number int )Point {if number < 1||number > len (_ag .Points ){return Point {};};return _ag .Points [number -1];}; +// Returns the content stream as a byte array, the bounding box and an error on failure. +func (_eab Circle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){_bcg :=_eab .Width /2;_da :=_eab .Height /2;if _eab .BorderEnabled {_bcg -=_eab .BorderWidth /2;_da -=_eab .BorderWidth /2;};_dda :=0.551784;_gb :=_bcg *_dda ; +_eeb :=_da *_dda ;_eee :=NewCubicBezierPath ();_eee =_eee .AppendCurve (NewCubicBezierCurve (-_bcg ,0,-_bcg ,_eeb ,-_gb ,_da ,0,_da ));_eee =_eee .AppendCurve (NewCubicBezierCurve (0,_da ,_gb ,_da ,_bcg ,_eeb ,_bcg ,0));_eee =_eee .AppendCurve (NewCubicBezierCurve (_bcg ,0,_bcg ,-_eeb ,_gb ,-_da ,0,-_da )); +_eee =_eee .AppendCurve (NewCubicBezierCurve (0,-_da ,-_gb ,-_da ,-_bcg ,-_eeb ,-_bcg ,0));_eee =_eee .Offset (_bcg ,_da );if _eab .BorderEnabled {_eee =_eee .Offset (_eab .BorderWidth /2,_eab .BorderWidth /2);};if _eab .X !=0||_eab .Y !=0{_eee =_eee .Offset (_eab .X ,_eab .Y ); +};_ddf :=_gc .NewContentCreator ();if mcid !=nil {_ddf .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )});};_ddf .Add_q ();if _eab .FillEnabled {_ddf .SetNonStrokingColor (_eab .FillColor ); +};if _eab .BorderEnabled {_ddf .SetStrokingColor (_eab .BorderColor );_ddf .Add_w (_eab .BorderWidth );};if len (gsName )> 1{_ddf .Add_gs (_g .PdfObjectName (gsName ));};DrawBezierPathWithCreator (_eee ,_ddf );_ddf .Add_h ();if _eab .FillEnabled &&_eab .BorderEnabled {_ddf .Add_B (); +}else if _eab .FillEnabled {_ddf .Add_f ();}else if _eab .BorderEnabled {_ddf .Add_S ();};_ddf .Add_Q ();if mcid !=nil {_ddf .Add_EMC ();};_bcb :=_eee .GetBoundingBox ();if _eab .BorderEnabled {_bcb .Height +=_eab .BorderWidth ;_bcb .Width +=_eab .BorderWidth ; +_bcb .X -=_eab .BorderWidth /2;_bcb .Y -=_eab .BorderWidth /2;};return _ddf .Bytes (),_bcb .ToPdfRectangle (),nil ;}; -// Draw draws the polyline. A graphics state name can be specified for -// setting the polyline properties (e.g. setting the opacity). Otherwise leave -// empty (""). Returns the content stream as a byte array and the polyline -// bounding box. -func (_fbc Polyline )Draw (gsName string )([]byte ,*_eg .PdfRectangle ,error ){return _fbc .MarkedDraw (gsName ,nil );}; +// NewPath returns a new empty path. +func NewPath ()Path {return Path {}}; -// Scale scales the vector by the specified factor. -func (_ade Vector )Scale (factor float64 )Vector {_cgg :=_ade .Magnitude ();_ece :=_ade .GetPolarAngle ();_ade .Dx =factor *_cgg *_c .Cos (_ece );_ade .Dy =factor *_cgg *_c .Sin (_ece );return _ade ;}; +// DrawBezierPathWithCreator makes the bezier path with the content creator. +// Adds the PDF commands to draw the path to the creator instance. +func DrawBezierPathWithCreator (bpath CubicBezierPath ,creator *_gc .ContentCreator ){for _adegc ,_bfce :=range bpath .Curves {if _adegc ==0{creator .Add_m (_bfce .P0 .X ,_bfce .P0 .Y );};creator .Add_c (_bfce .P1 .X ,_bfce .P1 .Y ,_bfce .P2 .X ,_bfce .P2 .Y ,_bfce .P3 .X ,_bfce .P3 .Y ); +};}; // Draw draws the polyline and marked the content using the specified marked content id.. // A graphics state name can be specified for setting the polyline properties (e.g. setting the opacity). @@ -292,16 +291,25 @@ func (_ade Vector )Scale (factor float64 )Vector {_cgg :=_ade .Magnitude ();_ece // If mcid is nil, no marked content is added. // // Returns the content stream as a byte array and the polyline bounding box. -func (_fagd Polyline )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){if _fagd .LineColor ==nil {_fagd .LineColor =_eg .NewPdfColorDeviceRGB (0,0,0);};_gac :=NewPath ();for _ ,_eacf :=range _fagd .Points {_gac =_gac .AppendPoint (_eacf ); -};_bgg :=_b .NewContentCreator ();if mcid !=nil {_bgg .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )});};_bgg .Add_q ().SetStrokingColor (_fagd .LineColor ).Add_w (_fagd .LineWidth ); -if len (gsName )> 1{_bgg .Add_gs (_ef .PdfObjectName (gsName ));};DrawPathWithCreator (_gac ,_bgg );_bgg .Add_S ();_bgg .Add_Q ();if mcid !=nil {_bgg .Add_EMC ();};return _bgg .Bytes (),_gac .GetBoundingBox ().ToPdfRectangle (),nil ;}; +func (_fcfb Polyline )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){if _fcfb .LineColor ==nil {_fcfb .LineColor =_a .NewPdfColorDeviceRGB (0,0,0);};_ddcd :=NewPath ();for _ ,_eac :=range _fcfb .Points {_ddcd =_ddcd .AppendPoint (_eac ); +};_feb :=_gc .NewContentCreator ();if mcid !=nil {_feb .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )});};_feb .Add_q ().SetStrokingColor (_fcfb .LineColor ).Add_w (_fcfb .LineWidth ); +if len (gsName )> 1{_feb .Add_gs (_g .PdfObjectName (gsName ));};DrawPathWithCreator (_ddcd ,_feb );_feb .Add_S ();_feb .Add_Q ();if mcid !=nil {_feb .Add_EMC ();};return _feb .Bytes (),_ddcd .GetBoundingBox ().ToPdfRectangle (),nil ;}; -// GetPolarAngle returns the angle the magnitude of the vector forms with the -// positive X-axis going counterclockwise. -func (_afea Vector )GetPolarAngle ()float64 {return _c .Atan2 (_afea .Dy ,_afea .Dx )}; +// FlipY flips the sign of the Dy component of the vector. +func (_gfcf Vector )FlipY ()Vector {_gfcf .Dy =-_gfcf .Dy ;return _gfcf };const (LineStyleSolid LineStyle =0;LineStyleDashed LineStyle =1;); -// Rotate rotates the vector by the specified angle. -func (_bgb Vector )Rotate (phi float64 )Vector {_bfg :=_bgb .Magnitude ();_gead :=_bgb .GetPolarAngle ();return NewVectorPolar (_bfg ,_gead +phi );}; +// Draw draws the composite Bezier curve and marked the content using the specified marked content id. +// A graphics state name can be specified for setting the curve properties (e.g. setting the opacity). +// Otherwise leave empty (""). +// +// If mcid is nil, no marked content is added. +// +// Returns the content stream as a byte array and the curve bounding box. +func (_bgf PolyBezierCurve )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){if _bgf .BorderColor ==nil {_bgf .BorderColor =_a .NewPdfColorDeviceRGB (0,0,0);};_fcf :=NewCubicBezierPath ();for _ ,_cbb :=range _bgf .Curves {_fcf =_fcf .AppendCurve (_cbb ); +};_caa :=_gc .NewContentCreator ();if mcid !=nil {_caa .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )});};_caa .Add_q ();_bgf .FillEnabled =_bgf .FillEnabled &&_bgf .FillColor !=nil ; +if _bgf .FillEnabled {_caa .SetNonStrokingColor (_bgf .FillColor );};_caa .SetStrokingColor (_bgf .BorderColor );_caa .Add_w (_bgf .BorderWidth );if len (gsName )> 1{_caa .Add_gs (_g .PdfObjectName (gsName ));};for _cfg ,_cg :=range _fcf .Curves {if _cfg ==0{_caa .Add_m (_cg .P0 .X ,_cg .P0 .Y ); +}else {_caa .Add_l (_cg .P0 .X ,_cg .P0 .Y );};_caa .Add_c (_cg .P1 .X ,_cg .P1 .Y ,_cg .P2 .X ,_cg .P2 .Y ,_cg .P3 .X ,_cg .P3 .Y );};if _bgf .FillEnabled {_caa .Add_h ();_caa .Add_B ();}else {_caa .Add_S ();};_caa .Add_Q ();if mcid !=nil {_caa .Add_EMC (); +};return _caa .Bytes (),_fcf .GetBoundingBox ().ToPdfRectangle (),nil ;}; // Draw draws the rectangle and marked the content using the specified marked content id. // A graphics state can be specified for setting additional properties (e.g. opacity). @@ -310,40 +318,32 @@ func (_bgb Vector )Rotate (phi float64 )Vector {_bfg :=_bgb .Magnitude ();_gead // If `mcid` is nil, no marked content is added. // // The method returns the content stream as a byte array and the bounding box of the shape. -func (_agf Rectangle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_bbe :=_b .NewContentCreator ();if mcid !=nil {_bbe .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); -};_bbe .Add_q ();if _agf .FillEnabled {_bbe .SetNonStrokingColor (_agf .FillColor );};if _agf .BorderEnabled {_bbe .SetStrokingColor (_agf .BorderColor );_bbe .Add_w (_agf .BorderWidth );};if len (gsName )> 1{_bbe .Add_gs (_ef .PdfObjectName (gsName )); -};var (_dgd ,_bg =_agf .X ,_agf .Y ;_bbcc ,_fdc =_agf .Width ,_agf .Height ;_gdd =_c .Abs (_agf .BorderRadiusTopLeft );_dbc =_c .Abs (_agf .BorderRadiusTopRight );_fgfb =_c .Abs (_agf .BorderRadiusBottomLeft );_dgf =_c .Abs (_agf .BorderRadiusBottomRight ); -_ceg =0.4477;);_agce :=Path {Points :[]Point {{X :_dgd +_bbcc -_dgf ,Y :_bg },{X :_dgd +_bbcc ,Y :_bg +_fdc -_dbc },{X :_dgd +_gdd ,Y :_bg +_fdc },{X :_dgd ,Y :_bg +_fgfb }}};_fbe :=[][7]float64 {{_dgf ,_dgd +_bbcc -_dgf *_ceg ,_bg ,_dgd +_bbcc ,_bg +_dgf *_ceg ,_dgd +_bbcc ,_bg +_dgf },{_dbc ,_dgd +_bbcc ,_bg +_fdc -_dbc *_ceg ,_dgd +_bbcc -_dbc *_ceg ,_bg +_fdc ,_dgd +_bbcc -_dbc ,_bg +_fdc },{_gdd ,_dgd +_gdd *_ceg ,_bg +_fdc ,_dgd ,_bg +_fdc -_gdd *_ceg ,_dgd ,_bg +_fdc -_gdd },{_fgfb ,_dgd ,_bg +_fgfb *_ceg ,_dgd +_fgfb *_ceg ,_bg ,_dgd +_fgfb ,_bg }}; -_bbe .Add_m (_dgd +_fgfb ,_bg );for _gea :=0;_gea < 4;_gea ++{_cbf :=_agce .Points [_gea ];_bbe .Add_l (_cbf .X ,_cbf .Y );_ccg :=_fbe [_gea ];if _gg :=_ccg [0];_gg !=0{_bbe .Add_c (_ccg [1],_ccg [2],_ccg [3],_ccg [4],_ccg [5],_ccg [6]);};};_bbe .Add_h (); -if _agf .FillEnabled &&_agf .BorderEnabled {_bbe .Add_B ();}else if _agf .FillEnabled {_bbe .Add_f ();}else if _agf .BorderEnabled {_bbe .Add_S ();};_bbe .Add_Q ();if mcid !=nil {_bbe .Add_EMC ();};return _bbe .Bytes (),_agce .GetBoundingBox ().ToPdfRectangle (),nil ; +func (_gede Rectangle )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_a .PdfRectangle ,error ){_gd :=_gc .NewContentCreator ();if mcid !=nil {_gd .Add_BDC (*_g .MakeName (_a .StructureTypeFigure ),map[string ]_g .PdfObject {"\u004d\u0043\u0049\u0044":_g .MakeInteger (*mcid )}); +};_gd .Add_q ();if _gede .FillEnabled {_gd .SetNonStrokingColor (_gede .FillColor );};if _gede .BorderEnabled {_gd .SetStrokingColor (_gede .BorderColor );_gd .Add_w (_gede .BorderWidth );};if len (gsName )> 1{_gd .Add_gs (_g .PdfObjectName (gsName )); +};var (_efa ,_dc =_gede .X ,_gede .Y ;_bfg ,_bbf =_gede .Width ,_gede .Height ;_eed =_e .Abs (_gede .BorderRadiusTopLeft );_dbc =_e .Abs (_gede .BorderRadiusTopRight );_gega =_e .Abs (_gede .BorderRadiusBottomLeft );_bgc =_e .Abs (_gede .BorderRadiusBottomRight ); +_ceb =0.4477;);_ccc :=Path {Points :[]Point {{X :_efa +_bfg -_bgc ,Y :_dc },{X :_efa +_bfg ,Y :_dc +_bbf -_dbc },{X :_efa +_eed ,Y :_dc +_bbf },{X :_efa ,Y :_dc +_gega }}};_cfe :=[][7]float64 {{_bgc ,_efa +_bfg -_bgc *_ceb ,_dc ,_efa +_bfg ,_dc +_bgc *_ceb ,_efa +_bfg ,_dc +_bgc },{_dbc ,_efa +_bfg ,_dc +_bbf -_dbc *_ceb ,_efa +_bfg -_dbc *_ceb ,_dc +_bbf ,_efa +_bfg -_dbc ,_dc +_bbf },{_eed ,_efa +_eed *_ceb ,_dc +_bbf ,_efa ,_dc +_bbf -_eed *_ceb ,_efa ,_dc +_bbf -_eed },{_gega ,_efa ,_dc +_gega *_ceb ,_efa +_gega *_ceb ,_dc ,_efa +_gega ,_dc }}; +_gd .Add_m (_efa +_gega ,_dc );for _bdad :=0;_bdad < 4;_bdad ++{_gegf :=_ccc .Points [_bdad ];_gd .Add_l (_gegf .X ,_gegf .Y );_ae :=_cfe [_bdad ];if _gff :=_ae [0];_gff !=0{_gd .Add_c (_ae [1],_ae [2],_ae [3],_ae [4],_ae [5],_ae [6]);};};_gd .Add_h (); +if _gede .FillEnabled &&_gede .BorderEnabled {_gd .Add_B ();}else if _gede .FillEnabled {_gd .Add_f ();}else if _gede .BorderEnabled {_gd .Add_S ();};_gd .Add_Q ();if mcid !=nil {_gd .Add_EMC ();};return _gd .Bytes (),_ccc .GetBoundingBox ().ToPdfRectangle (),nil ; }; -// Draw draws the composite curve polygon and marked the content using the specified marked content id. -// A graphics state name can be specified for setting the curve properties (e.g. setting the opacity). -// Otherwise leave empty (""). -// -// If mcid is nil, no marked content is added. -// -// Returns the content stream as a byte array and the bounding box of the polygon. -func (_dg CurvePolygon )MarkedDraw (gsName string ,mcid *int64 )([]byte ,*_eg .PdfRectangle ,error ){_ge :=_b .NewContentCreator ();if mcid !=nil {_ge .Add_BDC (*_ef .MakeName (_eg .StructureTypeFigure ),map[string ]_ef .PdfObject {"\u004d\u0043\u0049\u0044":_ef .MakeInteger (*mcid )}); -};_ge .Add_q ();_dg .FillEnabled =_dg .FillEnabled &&_dg .FillColor !=nil ;if _dg .FillEnabled {_ge .SetNonStrokingColor (_dg .FillColor );};_dg .BorderEnabled =_dg .BorderEnabled &&_dg .BorderColor !=nil ;if _dg .BorderEnabled {_ge .SetStrokingColor (_dg .BorderColor ); -_ge .Add_w (_dg .BorderWidth );};if len (gsName )> 1{_ge .Add_gs (_ef .PdfObjectName (gsName ));};_ced :=NewCubicBezierPath ();for _ ,_cdc :=range _dg .Rings {for _dga ,_fcc :=range _cdc {if _dga ==0{_ge .Add_m (_fcc .P0 .X ,_fcc .P0 .Y );}else {_ge .Add_l (_fcc .P0 .X ,_fcc .P0 .Y ); -};_ge .Add_c (_fcc .P1 .X ,_fcc .P1 .Y ,_fcc .P2 .X ,_fcc .P2 .Y ,_fcc .P3 .X ,_fcc .P3 .Y );_ced =_ced .AppendCurve (_fcc );};_ge .Add_h ();};if _dg .FillEnabled &&_dg .BorderEnabled {_ge .Add_B ();}else if _dg .FillEnabled {_ge .Add_f ();}else if _dg .BorderEnabled {_ge .Add_S (); -};_ge .Add_Q ();if mcid !=nil {_ge .Add_EMC ();};return _ge .Bytes (),_ced .GetBoundingBox ().ToPdfRectangle (),nil ;}; +// Draw draws the polyline. A graphics state name can be specified for +// setting the polyline properties (e.g. setting the opacity). Otherwise leave +// empty (""). Returns the content stream as a byte array and the polyline +// bounding box. +func (_fgg Polyline )Draw (gsName string )([]byte ,*_a .PdfRectangle ,error ){return _fgg .MarkedDraw (gsName ,nil );}; -// Rectangle is a shape with a specified Width and Height and a lower left corner at (X,Y) that can be -// drawn to a PDF content stream. The rectangle can optionally have a border and a filling color. -// The Width/Height includes the border (if any specified), i.e. is positioned inside. -type Rectangle struct{ +// LineStyle refers to how the line will be created. +type LineStyle int ; -// Position and size properties. -X float64 ;Y float64 ;Width float64 ;Height float64 ; +// Add adds the specified vector to the current one and returns the result. +func (_bba Vector )Add (other Vector )Vector {_bba .Dx +=other .Dx ;_bba .Dy +=other .Dy ;return _bba }; -// Fill properties. -FillEnabled bool ;FillColor _eg .PdfColor ; +// GetPointNumber returns the path point at the index specified by number. +// The index is 1-based. +func (_fdf Path )GetPointNumber (number int )Point {if number < 1||number > len (_fdf .Points ){return Point {};};return _fdf .Points [number -1];}; -// Border properties. -BorderEnabled bool ;BorderColor _eg .PdfColor ;BorderWidth float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ; +// Flip changes the sign of the vector: -vector. +func (_cebe Vector )Flip ()Vector {_cabg :=_cebe .Magnitude ();_ddg :=_cebe .GetPolarAngle ();_cebe .Dx =_cabg *_e .Cos (_ddg +_e .Pi );_cebe .Dy =_cabg *_e .Sin (_ddg +_e .Pi );return _cebe ;}; -// Shape opacity (0-1 interval). -Opacity float64 ;}; \ No newline at end of file +// Length returns the number of points in the path. +func (_bedc Path )Length ()int {return len (_bedc .Points )}; \ No newline at end of file diff --git a/core/core.go b/core/core.go index 2446ed746..2d8b97267 100644 --- a/core/core.go +++ b/core/core.go @@ -12,180 +12,77 @@ // Package core defines and implements the primitive PDF object types in golang, and provides functionality // for parsing those from a PDF file stream. This includes I/O handling, cross references, repairs, encryption, // encoding and other core capabilities. -package core ;import (_bb "bufio";_bd "bytes";_ef "compress/lzw";_ag "compress/zlib";_ce "crypto/md5";_cg "crypto/rand";_ge "encoding/hex";_a "errors";_bf "fmt";_eg "github.com/unidoc/unipdf/v3/common";_fc "github.com/unidoc/unipdf/v3/core/security";_dg "github.com/unidoc/unipdf/v3/core/security/crypt"; -_fb "github.com/unidoc/unipdf/v3/internal/ccittfax";_gg "github.com/unidoc/unipdf/v3/internal/imageutil";_cba "github.com/unidoc/unipdf/v3/internal/jbig2";_ca "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/decoder"; -_dbb "github.com/unidoc/unipdf/v3/internal/jbig2/document";_bgc "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_cb "github.com/unidoc/unipdf/v3/internal/strutils";_ee "golang.org/x/image/tiff/lzw";_bg "golang.org/x/xerrors";_g "image";_ac "image/color"; -_f "image/jpeg";_eb "io";_dbc "os";_db "reflect";_de "regexp";_e "sort";_b "strconv";_afc "strings";_c "sync";_cc "time";_af "unicode";); +package core ;import (_gc "bufio";_gbg "bytes";_ae "compress/lzw";_daa "compress/zlib";_e "crypto/md5";_eb "crypto/rand";_cg "encoding/hex";_d "errors";_af "fmt";_gf "github.com/unidoc/unipdf/v3/common";_fg "github.com/unidoc/unipdf/v3/core/security";_ee "github.com/unidoc/unipdf/v3/core/security/crypt"; +_dag "github.com/unidoc/unipdf/v3/internal/ccittfax";_bb "github.com/unidoc/unipdf/v3/internal/imageutil";_ef "github.com/unidoc/unipdf/v3/internal/jbig2";_ca "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_fb "github.com/unidoc/unipdf/v3/internal/jbig2/decoder"; +_ccb "github.com/unidoc/unipdf/v3/internal/jbig2/document";_ag "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_gfg "github.com/unidoc/unipdf/v3/internal/strutils";_fa "golang.org/x/image/tiff/lzw";_gg "golang.org/x/xerrors";_cc "image";_gb "image/color"; +_c "image/jpeg";_cb "io";_a "os";_da "reflect";_ga "regexp";_ff "sort";_db "strconv";_cf "strings";_g "sync";_b "time";_fd "unicode";); -// ResolveReference resolves reference if `o` is a *PdfObjectReference and returns the object referenced to. -// Otherwise returns back `o`. -func ResolveReference (obj PdfObject )PdfObject {if _afefe ,_ecbda :=obj .(*PdfObjectReference );_ecbda {return _afefe .Resolve ();};return obj ;}; - -// PdfVersion returns version of the PDF file. -func (_dafb *PdfParser )PdfVersion ()Version {return _dafb ._dfd };func (_egba *PdfParser )parseDetailedHeader ()(_geb error ){_egba ._eaee .Seek (0,_eb .SeekStart );_egba ._dgca =_bb .NewReader (_egba ._eaee );_bba :=20;_bgg :=make ([]byte ,_bba );var (_afbb bool ; -_abdc int ;);for {_eea ,_bff :=_egba ._dgca .ReadByte ();if _bff !=nil {if _bff ==_eb .EOF {break ;}else {return _bff ;};};if IsDecimalDigit (_eea )&&_bgg [_bba -1]=='.'&&IsDecimalDigit (_bgg [_bba -2])&&_bgg [_bba -3]=='-'&&_bgg [_bba -4]=='F'&&_bgg [_bba -5]=='D'&&_bgg [_bba -6]=='P'&&_bgg [_bba -7]=='%'{_egba ._dfd =Version {Major :int (_bgg [_bba -2]-'0'),Minor :int (_eea -'0')}; -_egba ._dbee ._bcc =_abdc -7;_afbb =true ;break ;};_abdc ++;_bgg =append (_bgg [1:_bba ],_eea );};if !_afbb {return _bf .Errorf ("n\u006f \u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066ou\u006e\u0064");};_ace ,_geb :=_egba ._dgca .ReadByte (); -if _geb ==_eb .EOF {return _bf .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0050d\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074");};if _geb !=nil {return _geb ;};_egba ._dbee ._bgaf =_ace =='\n';_ace ,_geb =_egba ._dgca .ReadByte (); -if _geb !=nil {return _bf .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_geb );};if _ace !='%'{return nil ;};_aagd :=make ([]byte ,4);_ ,_geb =_egba ._dgca .Read (_aagd ); -if _geb !=nil {return _bf .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_geb );};_egba ._dbee ._bfe =[4]byte {_aagd [0],_aagd [1],_aagd [2],_aagd [3]}; -return nil ;}; - -// EncodeBytes encodes data into ASCII85 encoded format. -func (_deea *ASCII85Encoder )EncodeBytes (data []byte )([]byte ,error ){var _dfbc _bd .Buffer ;for _bag :=0;_bag < len (data );_bag +=4{_aadg :=data [_bag ];_dcdf :=1;_fdcb :=byte (0);if _bag +1< len (data ){_fdcb =data [_bag +1];_dcdf ++;};_gacd :=byte (0); -if _bag +2< len (data ){_gacd =data [_bag +2];_dcdf ++;};_eedg :=byte (0);if _bag +3< len (data ){_eedg =data [_bag +3];_dcdf ++;};_bdee :=(uint32 (_aadg )<<24)|(uint32 (_fdcb )<<16)|(uint32 (_gacd )<<8)|uint32 (_eedg );if _bdee ==0{_dfbc .WriteByte ('z'); -}else {_bgd :=_deea .base256Tobase85 (_bdee );for _ ,_bceb :=range _bgd [:_dcdf +1]{_dfbc .WriteByte (_bceb +'!');};};};_dfbc .WriteString ("\u007e\u003e");return _dfbc .Bytes (),nil ;};type limitedReadSeeker struct{_bdag _eb .ReadSeeker ;_efa int64 ;}; - - -// NewFlateEncoder makes a new flate encoder with default parameters, predictor 1 and bits per component 8. -func NewFlateEncoder ()*FlateEncoder {_efe :=&FlateEncoder {};_efe .Predictor =1;_efe .BitsPerComponent =8;_efe .Colors =1;_efe .Columns =1;return _efe ;};func _faec (_fda *_fc .StdEncryptDict ,_acg *PdfObjectDictionary )error {R ,_bdb :=_acg .Get ("\u0052").(*PdfObjectInteger ); -if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0052");};if *R < 2||*R > 6{return _bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052 \u0028\u0025\u0064\u0029",*R ); -};_fda .R =int (*R );O ,_bdb :=_acg .GetString ("\u004f");if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u004f");};if _fda .R ==5||_fda .R ==6{if len (O )< 48{return _bf .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u004f\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (O )); -};}else if len (O )!=32{return _bf .Errorf ("L\u0065n\u0067\u0074\u0068\u0028\u004f\u0029\u0020\u0021=\u0020\u0033\u0032\u0020(%\u0064\u0029",len (O ));};_fda .O =[]byte (O );U ,_bdb :=_acg .GetString ("\u0055");if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0055"); -};if _fda .R ==5||_fda .R ==6{if len (U )< 48{return _bf .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u0055\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (U ));};}else if len (U )!=32{_eg .Log .Debug ("\u0057\u0061r\u006e\u0069\u006e\u0067\u003a\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0028\u0055\u0029\u0020\u0021\u003d\u0020\u0033\u0032\u0020(%\u0064\u0029",len (U )); -};_fda .U =[]byte (U );if _fda .R >=5{OE ,_ccf :=_acg .GetString ("\u004f\u0045");if !_ccf {return _a .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u004f\u0045"); -}else if len (OE )!=32{return _bf .Errorf ("L\u0065\u006e\u0067\u0074h(\u004fE\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (OE ));};_fda .OE =[]byte (OE );UE ,_ccf :=_acg .GetString ("\u0055\u0045");if !_ccf {return _a .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u0055\u0045"); -}else if len (UE )!=32{return _bf .Errorf ("L\u0065\u006e\u0067\u0074h(\u0055E\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (UE ));};_fda .UE =[]byte (UE );};P ,_bdb :=_acg .Get ("\u0050").(*PdfObjectInteger );if !_bdb {return _a .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074 \u0064\u0069\u0063t\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0061\u0074\u0074\u0072"); -};_fda .P =_fc .Permissions (*P );if _fda .R ==6{Perms ,_fgf :=_acg .GetString ("\u0050\u0065\u0072m\u0073");if !_fgf {return _a .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0050\u0065\u0072\u006d\u0073"); -}else if len (Perms )!=16{return _bf .Errorf ("\u004ce\u006e\u0067\u0074\u0068\u0028\u0050\u0065\u0072\u006d\u0073\u0029 \u0021\u003d\u0020\u0031\u0036\u0020\u0028\u0025\u0064\u0029",len (Perms ));};_fda .Perms =[]byte (Perms );};if _fga ,_afe :=_acg .Get ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061").(*PdfObjectBool ); -_afe {_fda .EncryptMetadata =bool (*_fga );}else {_fda .EncryptMetadata =true ;};return nil ;}; - -// MakeDictMap creates a PdfObjectDictionary initialized from a map of keys to values. -func MakeDictMap (objmap map[string ]PdfObject )*PdfObjectDictionary {_bage :=MakeDict ();return _bage .Update (objmap );}; - -// GetFilterName returns the name of the encoding filter. -func (_gbe *ASCII85Encoder )GetFilterName ()string {return StreamEncodingFilterNameASCII85 }; - -// SetPredictor sets the predictor function. Specify the number of columns per row. -// The columns indicates the number of samples per row. -// Used for grouping data together for compression. -func (_acga *FlateEncoder )SetPredictor (columns int ){_acga .Predictor =11;_acga .Columns =columns }; - -// NewDCTEncoder makes a new DCT encoder with default parameters. -func NewDCTEncoder ()*DCTEncoder {_abdce :=&DCTEncoder {};_abdce .ColorComponents =3;_abdce .BitsPerComponent =8;_abdce .Quality =DefaultJPEGQuality ;_abdce .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};return _abdce ;};func (_gff *PdfParser )checkPostEOFData ()error {const _bee ="\u0025\u0025\u0045O\u0046"; -_ ,_bce :=_gff ._eaee .Seek (-int64 (len ([]byte (_bee )))-1,_eb .SeekEnd );if _bce !=nil {return _bce ;};_dgf :=make ([]byte ,len ([]byte (_bee ))+1);_ ,_bce =_gff ._eaee .Read (_dgf );if _bce !=nil {if _bce !=_eb .EOF {return _bce ;};};if string (_dgf )==_bee ||string (_dgf )==_bee +"\u000a"{_gff ._dbee ._bcd =true ; -};return nil ;}; - -// Encode encodes previously prepare jbig2 document and stores it as the byte slice. -func (_gcdb *JBIG2Encoder )Encode ()(_ddff []byte ,_ebf error ){const _dafa ="J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065";if _gcdb ._aed ==nil {return nil ,_bgc .Errorf (_dafa ,"\u0064\u006f\u0063u\u006d\u0065\u006e\u0074 \u0069\u006e\u0070\u0075\u0074\u0020\u0064a\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};_gcdb ._aed .FullHeaders =_gcdb .DefaultPageSettings .FileMode ;_ddff ,_ebf =_gcdb ._aed .Encode ();if _ebf !=nil {return nil ,_bgc .Wrap (_ebf ,_dafa ,"");};return _ddff ,nil ;};var _ffg =_de .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); - - -// GetFilterName returns the name of the encoding filter. -func (_gebg *JBIG2Encoder )GetFilterName ()string {return StreamEncodingFilterNameJBIG2 }; - -// NewASCIIHexEncoder makes a new ASCII hex encoder. -func NewASCIIHexEncoder ()*ASCIIHexEncoder {_eae :=&ASCIIHexEncoder {};return _eae }; - -// Len returns the number of elements in the array. -func (_debgg *PdfObjectArray )Len ()int {if _debgg ==nil {return 0;};return len (_debgg ._cgef );}; - -// Append appends PdfObject(s) to the array. -func (_cbecc *PdfObjectArray )Append (objects ...PdfObject ){if _cbecc ==nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0020\u002d\u0020\u0041\u0074\u0074\u0065\u006d\u0070t\u0020\u0074\u006f\u0020\u0061\u0070p\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020a\u0072\u0072\u0061\u0079"); -return ;};_cbecc ._cgef =append (_cbecc ._cgef ,objects ...);}; - -// NewCompliancePdfParser creates a new PdfParser that will parse input reader with the focus on extracting more metadata, which -// might affect performance of the regular PdfParser this function. -func NewCompliancePdfParser (rs _eb .ReadSeeker )(_cfa *PdfParser ,_cee error ){_cfa =&PdfParser {_eaee :rs ,ObjCache :make (objectCache ),_dfeda :map[int64 ]bool {},_ffad :true ,_agfd :make (map[*PdfParser ]*PdfParser )};if _cee =_cfa .parseDetailedHeader (); -_cee !=nil {return nil ,_cee ;};if _cfa ._daeab ,_cee =_cfa .loadXrefs ();_cee !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_cee ); -return nil ,_cee ;};_eg .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_cfa ._daeab );if len (_cfa ._gfeb .ObjectMap )==0{return nil ,_bf .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); -};return _cfa ,nil ;}; - -// Str returns the string value of the PdfObjectString. Defined in addition to String() function to clarify that -// this function returns the underlying string directly, whereas the String function technically could include -// debug info. -func (_cgag *PdfObjectString )Str ()string {return _cgag ._befb }; - -// Resolve resolves the reference and returns the indirect or stream object. -// If the reference cannot be resolved, a *PdfObjectNull object is returned. -func (_gbaa *PdfObjectReference )Resolve ()PdfObject {if _gbaa ._defda ==nil {return MakeNull ();};_ecfce ,_ ,_geaf :=_gbaa ._defda .resolveReference (_gbaa );if _geaf !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0072\u0065\u0073\u006f\u006cv\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065r\u0065n\u0063\u0065\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074",_geaf ); -return MakeNull ();};if _ecfce ==nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0072\u0065\u0073ol\u0076\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065:\u0020\u006ei\u006c\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0061\u0020nu\u006c\u006c\u0020o\u0062\u006a\u0065\u0063\u0074"); -return MakeNull ();};return _ecfce ;}; +// ToFloat64Array returns a slice of all elements in the array as a float64 slice. An error is +// returned if the array contains non-numeric objects (each element can be either PdfObjectInteger +// or PdfObjectFloat). +func (_fggf *PdfObjectArray )ToFloat64Array ()([]float64 ,error ){var _gage []float64 ;for _ ,_aacgc :=range _fggf .Elements (){switch _fcagb :=_aacgc .(type ){case *PdfObjectInteger :_gage =append (_gage ,float64 (*_fcagb ));case *PdfObjectFloat :_gage =append (_gage ,float64 (*_fcagb )); +default:return nil ,ErrTypeError ;};};return _gage ,nil ;};func (_fgaf *PdfParser )parseLinearizedDictionary ()(*PdfObjectDictionary ,error ){_decc ,_feed :=_fgaf ._bcdda .Seek (0,_cb .SeekEnd );if _feed !=nil {return nil ,_feed ;};var _gdae int64 ;var _cabc int64 =2048; +for _gdae < _decc -4{if _decc <=(_cabc +_gdae ){_cabc =_decc -_gdae ;};_ ,_fggc :=_fgaf ._bcdda .Seek (_gdae ,_cb .SeekStart );if _fggc !=nil {return nil ,_fggc ;};_eefdg :=make ([]byte ,_cabc );_ ,_fggc =_fgaf ._bcdda .Read (_eefdg );if _fggc !=nil {return nil ,_fggc ; +};_gf .Log .Trace ("\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0066i\u0072\u0073\u0074\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0022\u0025\u0073\u0022",string (_eefdg )); +_dffcg :=_cdegb .FindAllStringIndex (string (_eefdg ),-1);if _dffcg !=nil {_bdde :=_dffcg [0];_gf .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_dffcg );_ ,_abfee :=_fgaf ._bcdda .Seek (int64 (_bdde [0]),_cb .SeekStart );if _abfee !=nil {return nil ,_abfee ; +};_fgaf ._fdc =_gc .NewReader (_fgaf ._bcdda );_edebc ,_abfee :=_fgaf .ParseIndirectObject ();if _abfee !=nil {return nil ,nil ;};if _cccdf ,_ecgc :=GetIndirect (_edebc );_ecgc {if _eebda ,_cdgfb :=GetDict (_cccdf .PdfObject );_cdgfb {if _febb :=_eebda .Get ("\u004c\u0069\u006e\u0065\u0061\u0072\u0069\u007a\u0065\u0064"); +_febb !=nil {return _eebda ,nil ;};return nil ,nil ;};};return nil ,nil ;};_gdae +=_cabc -4;};return nil ,_d .New ("\u0074\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064"); +}; -// PdfObjectString represents the primitive PDF string object. -type PdfObjectString struct{_befb string ;_eecac bool ;};func _dfab (_edag *PdfObjectStream ,_eeea *PdfObjectDictionary )(*LZWEncoder ,error ){_acgd :=NewLZWEncoder ();_fbf :=_edag .PdfObjectDictionary ;if _fbf ==nil {return _acgd ,nil ;};if _eeea ==nil {_dbed :=TraceToDirectObject (_fbf .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); -if _dbed !=nil {if _cfg ,_feeb :=_dbed .(*PdfObjectDictionary );_feeb {_eeea =_cfg ;}else if _ebg ,_gfd :=_dbed .(*PdfObjectArray );_gfd {if _ebg .Len ()==1{if _badb ,_abfb :=GetDict (_ebg .Get (0));_abfb {_eeea =_badb ;};};};if _eeea ==nil {_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_dbed ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};};_ccgb :=_fbf .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");if _ccgb !=nil {_daef ,_dga :=_ccgb .(*PdfObjectInteger ); -if !_dga {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_ccgb ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_daef !=0&&*_daef !=1{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); -};_acgd .EarlyChange =int (*_daef );}else {_acgd .EarlyChange =1;};if _eeea ==nil {return _acgd ,nil ;};if _eega ,_ceee :=GetIntVal (_eeea .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));_ceee {if _eega ==0||_eega ==1{_acgd .EarlyChange =_eega ; -}else {_eg .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020E\u0061\u0072\u006c\u0079\u0043\u0068\u0061n\u0067\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020%\u0064",_eega );};};_ccgb =_eeea .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"); -if _ccgb !=nil {_fcab ,_fgbb :=_ccgb .(*PdfObjectInteger );if !_fgbb {_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_ccgb ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_acgd .Predictor =int (*_fcab );};_ccgb =_eeea .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _ccgb !=nil {_afccd ,_afcfb :=_ccgb .(*PdfObjectInteger );if !_afcfb {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_acgd .BitsPerComponent =int (*_afccd );};if _acgd .Predictor > 1{_acgd .Columns =1;_ccgb =_eeea .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); -if _ccgb !=nil {_fbab ,_gcae :=_ccgb .(*PdfObjectInteger );if !_gcae {return nil ,_bf .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_acgd .Columns =int (*_fbab ); -};_acgd .Colors =1;_ccgb =_eeea .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _ccgb !=nil {_bgadc ,_dace :=_ccgb .(*PdfObjectInteger );if !_dace {return nil ,_bf .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_acgd .Colors =int (*_bgadc );};};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_eeea .String ());return _acgd ,nil ;}; +// HasInvalidSubsectionHeader implements core.ParserMetadata interface. +func (_fea ParserMetadata )HasInvalidSubsectionHeader ()bool {return _fea ._daf }; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_fbfb *JBIG2Encoder )MakeStreamDict ()*PdfObjectDictionary {_cfagb :=MakeDict ();_cfagb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_fbfb .GetFilterName ()));return _cfagb ;}; - -// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner password is -// specified, full rights are granted, otherwise the access rights are specified by the Permissions flag. -// -// The bool flag indicates that the user can access and view the file. -// The AccessPermissions shows what access the user has for editing etc. -// An error is returned if there was a problem performing the authentication. -func (_ccfg *PdfParser )CheckAccessRights (password []byte )(bool ,_fc .Permissions ,error ){if _ccfg ._bbaead ==nil {return true ,_fc .PermOwner ,nil ;};return _ccfg ._bbaead .checkAccessRights (password );}; - -// MakeArrayFromIntegers creates an PdfObjectArray from a slice of ints, where each array element is -// an PdfObjectInteger. -func MakeArrayFromIntegers (vals []int )*PdfObjectArray {_eabbc :=MakeArray ();for _ ,_ecbcg :=range vals {_eabbc .Append (MakeInteger (int64 (_ecbcg )));};return _eabbc ;};type xrefType int ;func (_ceba *PdfCrypt )generateParams (_abfd ,_gcf []byte )error {_fge :=_ceba .securityHandler (); -_cbaa ,_dged :=_fge .GenerateParams (&_ceba ._gce ,_gcf ,_abfd );if _dged !=nil {return _dged ;};_ceba ._cgg =_cbaa ;return nil ;}; - -// UpdateParams updates the parameter values of the encoder. -func (_egdaa *ASCIIHexEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// Has the Filter set. Some other parameters are generated elsewhere. +func (_dgcb *DCTEncoder )MakeStreamDict ()*PdfObjectDictionary {_gdde :=MakeDict ();_gdde .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_dgcb .GetFilterName ()));return _gdde ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -// Has the Filter set and the DecodeParms. -func (_cgdd *FlateEncoder )MakeStreamDict ()*PdfObjectDictionary {_edg :=MakeDict ();_edg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_cgdd .GetFilterName ()));_ade :=_cgdd .MakeDecodeParams ();if _ade !=nil {_edg .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_ade ); -};return _edg ;}; +// Version represents a version of a PDF standard. +type Version struct{Major int ;Minor int ;}; -// EncodeBytes DCT encodes the passed in slice of bytes. -func (_acdc *DCTEncoder )EncodeBytes (data []byte )([]byte ,error ){var _cafbf _g .Image ;if _acdc .ColorComponents ==1&&_acdc .BitsPerComponent ==8{_cafbf =&_g .Gray {Rect :_g .Rect (0,0,_acdc .Width ,_acdc .Height ),Pix :data ,Stride :_gg .BytesPerLine (_acdc .Width ,_acdc .BitsPerComponent ,_acdc .ColorComponents )}; -}else {var _bfce error ;_cafbf ,_bfce =_gg .NewImage (_acdc .Width ,_acdc .Height ,_acdc .BitsPerComponent ,_acdc .ColorComponents ,data ,nil ,nil );if _bfce !=nil {return nil ,_bfce ;};};_faafd :=_f .Options {};_faafd .Quality =_acdc .Quality ;var _dbdfa _bd .Buffer ; -if _afda :=_f .Encode (&_dbdfa ,_cafbf ,&_faafd );_afda !=nil {return nil ,_afda ;};return _dbdfa .Bytes (),nil ;};const _abbgc =10;var _gbdg =[]PdfObjectName {"\u0056","\u0052","\u004f","\u0055","\u0050"};func (_gbcg *PdfObjectInteger )String ()string {return _bf .Sprintf ("\u0025\u0064",*_gbcg )}; +// DecodeBytes returns the passed in slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_gdff *RawEncoder )DecodeBytes (encoded []byte )([]byte ,error ){return encoded ,nil }; +// NewParserFromString is used for testing purposes. +func NewParserFromString (txt string )*PdfParser {_cacbf :=_gbg .NewReader ([]byte (txt ));_daff :=&PdfParser {ObjCache :objectCache {},_bcdda :_cacbf ,_fdc :_gc .NewReader (_cacbf ),_fbbge :int64 (len (txt )),_fbge :map[int64 ]bool {},_fefb :make (map[*PdfParser ]*PdfParser )}; +_daff ._gfdb .ObjectMap =make (map[int ]XrefObject );return _daff ;}; -// GetObjectStreams returns the *PdfObjectStreams represented by the PdfObject. On type mismatch the found bool flag is -// false and a nil pointer is returned. -func GetObjectStreams (obj PdfObject )(_fgdeb *PdfObjectStreams ,_cbcfd bool ){_fgdeb ,_cbcfd =obj .(*PdfObjectStreams );return _fgdeb ,_cbcfd ;};var _bgffc _c .Map ; +// GetCrypter returns the PdfCrypt instance which has information about the PDFs encryption. +func (_dgddc *PdfParser )GetCrypter ()*PdfCrypt {return _dgddc ._bcgfc }; -// DecodeBytes decodes a multi-encoded slice of bytes by passing it through the -// DecodeBytes method of the underlying encoders. -func (_eac *MultiEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_bfgd :=encoded ;var _geea error ;for _ ,_ebb :=range _eac ._cfag {_eg .Log .Trace ("\u004du\u006c\u0074i\u0020\u0045\u006e\u0063o\u0064\u0065\u0072 \u0044\u0065\u0063\u006f\u0064\u0065\u003a\u0020\u0041pp\u006c\u0079\u0069n\u0067\u0020F\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0076 \u0025\u0054",_ebb ,_ebb ); -_bfgd ,_geea =_ebb .DecodeBytes (_bfgd );if _geea !=nil {return nil ,_geea ;};};return _bfgd ,nil ;};func (_dccc *PdfParser )parseString ()(*PdfObjectString ,error ){_dccc ._dgca .ReadByte ();var _aagdc _bd .Buffer ;_cfbg :=1;for {_bade ,_gebd :=_dccc ._dgca .Peek (1); -if _gebd !=nil {return MakeString (_aagdc .String ()),_gebd ;};if _bade [0]=='\\'{_dccc ._dgca .ReadByte ();_dbae ,_agfb :=_dccc ._dgca .ReadByte ();if _agfb !=nil {return MakeString (_aagdc .String ()),_agfb ;};if IsOctalDigit (_dbae ){_dgce ,_afed :=_dccc ._dgca .Peek (2); -if _afed !=nil {return MakeString (_aagdc .String ()),_afed ;};var _ggbdd []byte ;_ggbdd =append (_ggbdd ,_dbae );for _ ,_ggcb :=range _dgce {if IsOctalDigit (_ggcb ){_ggbdd =append (_ggbdd ,_ggcb );}else {break ;};};_dccc ._dgca .Discard (len (_ggbdd )-1); -_eg .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_ggbdd );_degde ,_afed :=_b .ParseUint (string (_ggbdd ),8,32);if _afed !=nil {return MakeString (_aagdc .String ()),_afed ;};_aagdc .WriteByte (byte (_degde )); -continue ;};switch _dbae {case 'n':_aagdc .WriteRune ('\n');case 'r':_aagdc .WriteRune ('\r');case 't':_aagdc .WriteRune ('\t');case 'b':_aagdc .WriteRune ('\b');case 'f':_aagdc .WriteRune ('\f');case '(':_aagdc .WriteRune ('(');case ')':_aagdc .WriteRune (')'); -case '\\':_aagdc .WriteRune ('\\');};continue ;}else if _bade [0]=='('{_cfbg ++;}else if _bade [0]==')'{_cfbg --;if _cfbg ==0{_dccc ._dgca .ReadByte ();break ;};};_gbg ,_ :=_dccc ._dgca .ReadByte ();_aagdc .WriteByte (_gbg );};return MakeString (_aagdc .String ()),nil ; -}; +// DecodeBytes decodes a slice of JBIG2 encoded bytes and returns the results. +func (_bgcc *JBIG2Encoder )DecodeBytes (encoded []byte )([]byte ,error ){return _ef .DecodeBytes (encoded ,_fb .Parameters {},_bgcc .Globals );}; -// PdfObject is an interface which all primitive PDF objects must implement. -type PdfObject interface{ +// Decoded returns the PDFDocEncoding or UTF-16BE decoded string contents. +// UTF-16BE is applied when the first two bytes are 0xFE, 0XFF, otherwise decoding of +// PDFDocEncoding is performed. +func (_cbeg *PdfObjectString )Decoded ()string {if _cbeg ==nil {return "";};_dgef :=[]byte (_cbeg ._addg );if len (_dgef )>=2&&_dgef [0]==0xFE&&_dgef [1]==0xFF{return _gfg .UTF16ToString (_dgef [2:]);};return _gfg .PDFDocEncodingToString (_dgef );};const _adgbd =6; +func (_gaba *PdfParser )getNumbersOfUpdatedObjects (_fgeg *PdfParser )([]int ,error ){if _fgeg ==nil {return nil ,_d .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); +};_gccae :=_fgeg ._fbbge ;_cgce :=make ([]int ,0);_fccf :=make (map[int ]interface{});_dfca :=make (map[int ]int64 );for _bdaf ,_fccaf :=range _gaba ._gfdb .ObjectMap {if _fccaf .Offset ==0{if _fccaf .OsObjNumber !=0{if _cfdgf ,_gfgeb :=_gaba ._gfdb .ObjectMap [_fccaf .OsObjNumber ]; +_gfgeb {_fccf [_fccaf .OsObjNumber ]=struct{}{};_dfca [_bdaf ]=_cfdgf .Offset ;}else {return nil ,_d .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0078r\u0065\u0066\u0020\u0074ab\u006c\u0065");};};}else {_dfca [_bdaf ]=_fccaf .Offset ;};}; +for _bfdb ,_bgfdd :=range _dfca {if _ ,_abdcb :=_fccf [_bfdb ];_abdcb {continue ;};if _bgfdd > _gccae {_cgce =append (_cgce ,_bfdb );};};return _cgce ,nil ;}; -// String outputs a string representation of the primitive (for debugging). -String ()string ; +// DecodeBytes decodes the CCITTFax encoded image data. +func (_eeca *CCITTFaxEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_bebf ,_edfd :=_dag .NewDecoder (encoded ,_dag .DecodeOptions {Columns :_eeca .Columns ,Rows :_eeca .Rows ,K :_eeca .K ,EncodedByteAligned :_eeca .EncodedByteAlign ,BlackIsOne :_eeca .BlackIs1 ,EndOfBlock :_eeca .EndOfBlock ,EndOfLine :_eeca .EndOfLine ,DamagedRowsBeforeError :_eeca .DamagedRowsBeforeError }); +if _edfd !=nil {return nil ,_edfd ;};_aeca ,_edfd :=_cb .ReadAll (_bebf );if _edfd !=nil {return nil ,_edfd ;};return _aeca ,nil ;}; -// WriteString outputs the PDF primitive as written to file as expected by the standard. -// TODO(dennwc): it should return a byte slice, or accept a writer -WriteString ()string ;}; +// Clear resets the array to an empty state. +func (_aedb *PdfObjectArray )Clear (){_aedb ._dcgec =[]PdfObject {}};func (_afcd *PdfParser )repairLocateXref ()(int64 ,error ){_gbaef :=int64 (1000);_afcd ._bcdda .Seek (-_gbaef ,_cb .SeekCurrent );_dcff ,_daedc :=_afcd ._bcdda .Seek (0,_cb .SeekCurrent ); +if _daedc !=nil {return 0,_daedc ;};_eaccg :=make ([]byte ,_gbaef );_afcd ._bcdda .Read (_eaccg );_ebcgc :=_ccbcf .FindAllStringIndex (string (_eaccg ),-1);if len (_ebcgc )< 1{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0065\u0070a\u0069\u0072\u003a\u0020\u0078\u0072\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021"); +return 0,_d .New ("\u0072\u0065\u0070\u0061ir\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_afbae :=int64 (_ebcgc [len (_ebcgc )-1][0]);_gabe :=_dcff +_afbae ;return _gabe ,nil ;}; -// DecodeBytes returns the passed in slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_fcg *RawEncoder )DecodeBytes (encoded []byte )([]byte ,error ){return encoded ,nil }; +// WriteString outputs the object as it is to be written to file. +func (_eefg *PdfObjectReference )WriteString ()string {var _gddc _cf .Builder ;_gddc .WriteString (_db .FormatInt (_eefg .ObjectNumber ,10));_gddc .WriteString ("\u0020");_gddc .WriteString (_db .FormatInt (_eefg .GenerationNumber ,10));_gddc .WriteString ("\u0020\u0052"); +return _gddc .String ();}; -// HasNonConformantStream implements core.ParserMetadata. -func (_agbb ParserMetadata )HasNonConformantStream ()bool {return _agbb ._adc }; +// GetFilterName returns the name of the encoding filter. +func (_dgdf *CCITTFaxEncoder )GetFilterName ()string {return StreamEncodingFilterNameCCITTFax }; // AddEncoder adds the passed in encoder to the underlying encoder slice. -func (_egad *MultiEncoder )AddEncoder (encoder StreamEncoder ){_egad ._cfag =append (_egad ._cfag ,encoder );}; +func (_geda *MultiEncoder )AddEncoder (encoder StreamEncoder ){_geda ._fcge =append (_geda ._fcge ,encoder );}; -// GetUpdatedObjects returns pdf objects which were updated from the specific version (from prevParser). -func (_eeca *PdfParser )GetUpdatedObjects (prevParser *PdfParser )(map[int64 ]PdfObject ,error ){if prevParser ==nil {return nil ,_a .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); -};_fagb ,_cgffd :=_eeca .getNumbersOfUpdatedObjects (prevParser );if _cgffd !=nil {return nil ,_cgffd ;};_ggac :=make (map[int64 ]PdfObject );for _ ,_gdagd :=range _fagb {if _gggbe ,_bbgff :=_eeca .LookupByNumber (_gdagd );_bbgff ==nil {_ggac [int64 (_gdagd )]=_gggbe ; -}else {return nil ,_bbgff ;};};return _ggac ,nil ;}; +// GetRevisionNumber returns the current version of the Pdf document. +func (_abea *PdfParser )GetRevisionNumber ()int {return _abea ._decec }; // JBIG2EncoderSettings contains the parameters and settings used by the JBIG2Encoder. // Current version works only on JB2Generic compression. @@ -219,696 +116,394 @@ ResolutionY int ; // Default value: 0.95 Threshold float64 ;}; -// GetTrailer returns the PDFs trailer dictionary. The trailer dictionary is typically the starting point for a PDF, -// referencing other key objects that are important in the document structure. -func (_bfd *PdfParser )GetTrailer ()*PdfObjectDictionary {return _bfd ._daeab }; - -// UpdateParams updates the parameter values of the encoder. -func (_edb *FlateEncoder )UpdateParams (params *PdfObjectDictionary ){_cec ,_bgad :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _bgad ==nil {_edb .Predictor =int (_cec );};_aaaa ,_bgad :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -if _bgad ==nil {_edb .BitsPerComponent =int (_aaaa );};_eca ,_bgad :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _bgad ==nil {_edb .Columns =int (_eca );};_dce ,_bgad :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); -if _bgad ==nil {_edb .Colors =int (_dce );};}; - -// IsOctalDigit checks if a character can be part of an octal digit string. -func IsOctalDigit (c byte )bool {return '0'<=c &&c <='7'}; - -// GetNameVal returns the string value represented by the PdfObject directly or indirectly if -// contained within an indirect object. On type mismatch the found bool flag returned is false and -// an empty string is returned. -func GetNameVal (obj PdfObject )(_adbg string ,_fcfb bool ){_eecbaa ,_fcfb :=TraceToDirectObject (obj ).(*PdfObjectName );if _fcfb {return string (*_eecbaa ),true ;};return ;};func (_fed *PdfParser )lookupByNumberWrapper (_fbd int ,_ggf bool )(PdfObject ,bool ,error ){_ccg ,_cga ,_cag :=_fed .lookupByNumber (_fbd ,_ggf ); -if _cag !=nil {return nil ,_cga ,_cag ;};if !_cga &&_fed ._bbaead !=nil &&_fed ._bbaead ._bga &&!_fed ._bbaead .isDecrypted (_ccg ){_dc :=_fed ._bbaead .Decrypt (_ccg ,0,0);if _dc !=nil {return nil ,_cga ,_dc ;};};return _ccg ,_cga ,nil ;}; - -// WriteString outputs the object as it is to be written to file. -func (_eebeb *PdfObjectString )WriteString ()string {var _bdaf _bd .Buffer ;if _eebeb ._eecac {_efgbd :=_ge .EncodeToString (_eebeb .Bytes ());_bdaf .WriteString ("\u003c");_bdaf .WriteString (_efgbd );_bdaf .WriteString ("\u003e");return _bdaf .String (); -};_cfcb :=map[byte ]string {'\n':"\u005c\u006e",'\r':"\u005c\u0072",'\t':"\u005c\u0074",'\b':"\u005c\u0062",'\f':"\u005c\u0066",'(':"\u005c\u0028",')':"\u005c\u0029",'\\':"\u005c\u005c"};_bdaf .WriteString ("\u0028");for _fbfa :=0;_fbfa < len (_eebeb ._befb ); -_fbfa ++{_dddd :=_eebeb ._befb [_fbfa ];if _bdcde ,_bebe :=_cfcb [_dddd ];_bebe {_bdaf .WriteString (_bdcde );}else {_bdaf .WriteByte (_dddd );};};_bdaf .WriteString ("\u0029");return _bdaf .String ();};func (_ggga *limitedReadSeeker )getError (_eeddb int64 )error {switch {case _eeddb < 0:return _bf .Errorf ("\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0065\u0067\u0061\u0074\u0069\u0076e\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0064",_eeddb ); -case _eeddb > _ggga ._efa :return _bf .Errorf ("u\u006e\u0065\u0078\u0070ec\u0074e\u0064\u0020\u006f\u0066\u0066s\u0065\u0074\u003a\u0020\u0025\u0064",_eeddb );};return nil ;};func (_faegc *PdfParser )parseHexString ()(*PdfObjectString ,error ){_faegc ._dgca .ReadByte (); -var _eeeb _bd .Buffer ;for {_cbfa ,_eabb :=_faegc ._dgca .Peek (1);if _eabb !=nil {return MakeString (""),_eabb ;};if _cbfa [0]=='>'{_faegc ._dgca .ReadByte ();break ;};_abdcg ,_ :=_faegc ._dgca .ReadByte ();if _faegc ._ffad {if _bd .IndexByte (_fgag ,_abdcg )==-1{_faegc ._dbee ._bbgc =true ; -};};if !IsWhiteSpace (_abdcg ){_eeeb .WriteByte (_abdcg );};};if _eeeb .Len ()%2==1{_faegc ._dbee ._cagf =true ;_eeeb .WriteRune ('0');};_bacb ,_ :=_ge .DecodeString (_eeeb .String ());return MakeHexString (string (_bacb )),nil ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +// Has the Filter set and the DecodeParms. +func (_ddfd *FlateEncoder )MakeStreamDict ()*PdfObjectDictionary {_bdf :=MakeDict ();_bdf .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_ddfd .GetFilterName ()));_ebcg :=_ddfd .MakeDecodeParams ();if _ebcg !=nil {_bdf .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_ebcg ); +};return _bdf ;};func (_gdfe *PdfParser )resolveReference (_dbfgg *PdfObjectReference )(PdfObject ,bool ,error ){_fceec ,_befge :=_gdfe .ObjCache [int (_dbfgg .ObjectNumber )];if _befge {return _fceec ,true ,nil ;};_ceab ,_befa :=_gdfe .LookupByReference (*_dbfgg ); +if _befa !=nil {return nil ,false ,_befa ;};_gdfe .ObjCache [int (_dbfgg .ObjectNumber )]=_ceab ;return _ceab ,false ,nil ;}; // GetFilterName returns the name of the encoding filter. -func (_abdgf *RunLengthEncoder )GetFilterName ()string {return StreamEncodingFilterNameRunLength }; - -// Read implementation of Read interface. -func (_dcbf *limitedReadSeeker )Read (p []byte )(_aaag int ,_fgfe error ){_aeed ,_fgfe :=_dcbf ._bdag .Seek (0,_eb .SeekCurrent );if _fgfe !=nil {return 0,_fgfe ;};_gaae :=_dcbf ._efa -_aeed ;if _gaae ==0{return 0,_eb .EOF ;};if _edaac :=int64 (len (p )); -_edaac < _gaae {_gaae =_edaac ;};_cgegb :=make ([]byte ,_gaae );_aaag ,_fgfe =_dcbf ._bdag .Read (_cgegb );copy (p ,_cgegb );return _aaag ,_fgfe ;};func (_ecfcb *PdfParser )resolveReference (_afbfc *PdfObjectReference )(PdfObject ,bool ,error ){_efbdg ,_cdbdb :=_ecfcb .ObjCache [int (_afbfc .ObjectNumber )]; -if _cdbdb {return _efbdg ,true ,nil ;};_bgdfg ,_abgcb :=_ecfcb .LookupByReference (*_afbfc );if _abgcb !=nil {return nil ,false ,_abgcb ;};_ecfcb .ObjCache [int (_afbfc .ObjectNumber )]=_bgdfg ;return _bgdfg ,false ,nil ;}; +func (_cbca *JBIG2Encoder )GetFilterName ()string {return StreamEncodingFilterNameJBIG2 }; -// Seek implementation of Seek interface. -func (_dbgg *limitedReadSeeker )Seek (offset int64 ,whence int )(int64 ,error ){var _caa int64 ;switch whence {case _eb .SeekStart :_caa =offset ;case _eb .SeekCurrent :_ebbc ,_ccfce :=_dbgg ._bdag .Seek (0,_eb .SeekCurrent );if _ccfce !=nil {return 0,_ccfce ; -};_caa =_ebbc +offset ;case _eb .SeekEnd :_caa =_dbgg ._efa +offset ;};if _cggc :=_dbgg .getError (_caa );_cggc !=nil {return 0,_cggc ;};if _ ,_gceag :=_dbgg ._bdag .Seek (_caa ,_eb .SeekStart );_gceag !=nil {return 0,_gceag ;};return _caa ,nil ;}; +// GetParser returns the parser for lazy-loading or compare references. +func (_fbca *PdfObjectReference )GetParser ()*PdfParser {return _fbca ._gcdb }; -// NewRawEncoder returns a new instace of RawEncoder. -func NewRawEncoder ()*RawEncoder {return &RawEncoder {}}; +// String returns a string representation of the *PdfObjectString. +func (_dgec *PdfObjectString )String ()string {return _dgec ._addg };var _cagf =_d .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -// HasInvalidSeparationAfterXRef implements core.ParserMetadata interface. -func (_cgda ParserMetadata )HasInvalidSeparationAfterXRef ()bool {return _cgda ._aad };const _cgaf =6; +// NewRunLengthEncoder makes a new run length encoder +func NewRunLengthEncoder ()*RunLengthEncoder {return &RunLengthEncoder {}}; -// DecodeBytes decodes a slice of Flate encoded bytes and returns the result. -func (_gaa *FlateEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eg .Log .Trace ("\u0046\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065\u0020b\u0079\u0074\u0065\u0073");if len (encoded )==0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0046\u006c\u0061\u0074\u0065 e\u006ec\u006f\u0064\u0065\u0064\u0020\u0062\u0075\u0066\u0066\u0065\u0072\u002e \u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0062y\u0074\u0065\u0020\u0073\u006c\u0069\u0063\u0065\u002e"); -return []byte {},nil ;};_bgeb :=_bd .NewReader (encoded );_baf ,_gdd :=_ag .NewReader (_bgeb );if _gdd !=nil {_eg .Log .Debug ("\u0044e\u0063o\u0064\u0069\u006e\u0067\u0020e\u0072\u0072o\u0072\u0020\u0025\u0076\u000a",_gdd );_eg .Log .Debug ("\u0053t\u0072e\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (encoded ),encoded ); -return nil ,_gdd ;};defer _baf .Close ();var _agf _bd .Buffer ;_agf .ReadFrom (_baf );return _agf .Bytes (),nil ;}; +// EncodeBytes encodes the image data using either Group3 or Group4 CCITT facsimile (fax) encoding. +// `data` is expected to be 1 color component, 1 bit per component. It is also valid to provide 8 BPC, 1 CC image like +// a standard go image Gray data. +func (_beea *CCITTFaxEncoder )EncodeBytes (data []byte )([]byte ,error ){var _fbfe _bb .Gray ;switch len (data ){case _beea .Rows *_beea .Columns :_dcdb ,_fbad :=_bb .NewImage (_beea .Columns ,_beea .Rows ,8,1,data ,nil ,nil );if _fbad !=nil {return nil ,_fbad ; +};_fbfe =_dcdb .(_bb .Gray );case (_beea .Columns *_beea .Rows )+7>>3:_gaadb ,_bfee :=_bb .NewImage (_beea .Columns ,_beea .Rows ,1,1,data ,nil ,nil );if _bfee !=nil {return nil ,_bfee ;};_cceab :=_gaadb .(*_bb .Monochrome );if _bfee =_cceab .AddPadding (); +_bfee !=nil {return nil ,_bfee ;};_fbfe =_cceab ;default:if len (data )< _bb .BytesPerLine (_beea .Columns ,1,1)*_beea .Rows {return nil ,_d .New ("p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020i\u006e\u0070\u0075t\u0020d\u0061\u0074\u0061"); +};_ccgf ,_gfb :=_bb .NewImage (_beea .Columns ,_beea .Rows ,1,1,data ,nil ,nil );if _gfb !=nil {return nil ,_gfb ;};_ceee :=_ccgf .(*_bb .Monochrome );_fbfe =_ceee ;};_fbbg :=make ([][]byte ,_beea .Rows );for _bffd :=0;_bffd < _beea .Rows ;_bffd ++{_agaf :=make ([]byte ,_beea .Columns ); +for _cfdg :=0;_cfdg < _beea .Columns ;_cfdg ++{_egec :=_fbfe .GrayAt (_cfdg ,_bffd );_agaf [_cfdg ]=_egec .Y >>7;};_fbbg [_bffd ]=_agaf ;};_faab :=&_dag .Encoder {K :_beea .K ,Columns :_beea .Columns ,EndOfLine :_beea .EndOfLine ,EndOfBlock :_beea .EndOfBlock ,BlackIs1 :_beea .BlackIs1 ,DamagedRowsBeforeError :_beea .DamagedRowsBeforeError ,Rows :_beea .Rows ,EncodedByteAlign :_beea .EncodedByteAlign }; +return _faab .Encode (_fbbg ),nil ;};func (_bde *PdfCrypt )encryptBytes (_gdeg []byte ,_cfeb string ,_eeef []byte )([]byte ,error ){_gf .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073");_cgcd ,_fbb :=_bde ._fcag [_cfeb ]; +if !_fbb {return nil ,_af .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_cfeb );};return _cgcd .EncryptBytes (_gdeg ,_eeef );}; -// NewLZWEncoder makes a new LZW encoder with default parameters. -func NewLZWEncoder ()*LZWEncoder {_bfcg :=&LZWEncoder {};_bfcg .Predictor =1;_bfcg .BitsPerComponent =8;_bfcg .Colors =1;_bfcg .Columns =1;_bfcg .EarlyChange =1;return _bfcg ;};func _gbcgd (_feebc PdfObject ,_dffcc int )PdfObject {if _dffcc > _abbgc {_eg .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_abbgc ); -return MakeNull ();};switch _ccacf :=_feebc .(type ){case *PdfIndirectObject :_feebc =_gbcgd ((*_ccacf ).PdfObject ,_dffcc +1);case *PdfObjectArray :for _bggb ,_dfgd :=range (*_ccacf )._cgef {(*_ccacf )._cgef [_bggb ]=_gbcgd (_dfgd ,_dffcc +1);};case *PdfObjectDictionary :for _fbgf ,_dbge :=range (*_ccacf )._degg {(*_ccacf )._degg [_fbgf ]=_gbcgd (_dbge ,_dffcc +1); -};_e .Slice ((*_ccacf )._aeba ,func (_dfeb ,_bege int )bool {return (*_ccacf )._aeba [_dfeb ]< (*_ccacf )._aeba [_bege ]});};return _feebc ;}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_cbcf *FlateEncoder )MakeDecodeParams ()PdfObject {if _cbcf .Predictor > 1{_bda :=MakeDict ();_bda .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_cbcf .Predictor )));if _cbcf .BitsPerComponent !=8{_bda .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_cbcf .BitsPerComponent ))); +};if _cbcf .Columns !=1{_bda .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_cbcf .Columns )));};if _cbcf .Colors !=1{_bda .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_cbcf .Colors )));};return _bda ;};return nil ; +}; -// JBIG2Image is the image structure used by the jbig2 encoder. Its Data must be in a -// 1 bit per component and 1 component per pixel (1bpp). In order to create binary image -// use GoImageToJBIG2 function. If the image data contains the row bytes padding set the HasPadding to true. -type JBIG2Image struct{ +// UpdateParams updates the parameter values of the encoder. +func (_bbge *ASCII85Encoder )UpdateParams (params *PdfObjectDictionary ){}; -// Width and Height defines the image boundaries. -Width ,Height int ; +// Read implementation of Read interface. +func (_baac *limitedReadSeeker )Read (p []byte )(_fcbf int ,_cdgf error ){_bdbee ,_cdgf :=_baac ._dcb .Seek (0,_cb .SeekCurrent );if _cdgf !=nil {return 0,_cdgf ;};_adbc :=_baac ._adad -_bdbee ;if _adbc ==0{return 0,_cb .EOF ;};if _bfege :=int64 (len (p )); +_bfege < _adbc {_adbc =_bfege ;};_bbcc :=make ([]byte ,_adbc );_fcbf ,_cdgf =_baac ._dcb .Read (_bbcc );copy (p ,_bbcc );return _fcbf ,_cdgf ;}; -// Data is the byte slice data for the input image -Data []byte ; +// UpdateParams updates the parameter values of the encoder. +func (_baeea *JPXEncoder )UpdateParams (params *PdfObjectDictionary ){}; -// HasPadding is the attribute that defines if the last byte of the data in the row contains -// 0 bits padding. -HasPadding bool ;}; +// StreamEncoder represents the interface for all PDF stream encoders. +type StreamEncoder interface{GetFilterName ()string ;MakeDecodeParams ()PdfObject ;MakeStreamDict ()*PdfObjectDictionary ;UpdateParams (_fbeg *PdfObjectDictionary );EncodeBytes (_fgdc []byte )([]byte ,error );DecodeBytes (_dabc []byte )([]byte ,error ); +DecodeStream (_eaa *PdfObjectStream )([]byte ,error );};func (_dfbga *PdfParser )traceStreamLength (_gfbe PdfObject )(PdfObject ,error ){_eefd ,_ggce :=_gfbe .(*PdfObjectReference );if _ggce {_daac ,_cfcg :=_dfbga ._fbge [_eefd .ObjectNumber ];if _cfcg &&_daac {_gf .Log .Debug ("\u0053t\u0072\u0065a\u006d\u0020\u004c\u0065n\u0067\u0074\u0068 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 u\u006e\u0072\u0065s\u006f\u006cv\u0065\u0064\u0020\u0028\u0069\u006cl\u0065\u0067a\u006c\u0029"); +return nil ,_d .New ("\u0069\u006c\u006c\u0065ga\u006c\u0020\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006fo\u0070");};_dfbga ._fbge [_eefd .ObjectNumber ]=true ;};_bffc ,_bfddd :=_dfbga .Resolve (_gfbe );if _bfddd !=nil {return nil ,_bfddd ; +};_gf .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_bffc );if _ggce {_dfbga ._fbge [_eefd .ObjectNumber ]=false ;};return _bffc ,nil ;}; -// DecodeBytes decodes the CCITTFax encoded image data. -func (_bddc *CCITTFaxEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_fgbe ,_cgdc :=_fb .NewDecoder (encoded ,_fb .DecodeOptions {Columns :_bddc .Columns ,Rows :_bddc .Rows ,K :_bddc .K ,EncodedByteAligned :_bddc .EncodedByteAlign ,BlackIsOne :_bddc .BlackIs1 ,EndOfBlock :_bddc .EndOfBlock ,EndOfLine :_bddc .EndOfLine ,DamagedRowsBeforeError :_bddc .DamagedRowsBeforeError }); -if _cgdc !=nil {return nil ,_cgdc ;};_eebbc ,_cgdc :=_eb .ReadAll (_fgbe );if _cgdc !=nil {return nil ,_cgdc ;};return _eebbc ,nil ;};func _eddc (_cdbcf *PdfObjectStream )(*MultiEncoder ,error ){_aaf :=NewMultiEncoder ();_bdcb :=_cdbcf .PdfObjectDictionary ; -if _bdcb ==nil {return _aaf ,nil ;};var _dabba *PdfObjectDictionary ;var _ffdg []PdfObject ;_ddbd :=_bdcb .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _ddbd !=nil {_bced ,_cgc :=_ddbd .(*PdfObjectDictionary );if _cgc {_dabba =_bced ; -};_gcff ,_gfaab :=_ddbd .(*PdfObjectArray );if _gfaab {for _ ,_agef :=range _gcff .Elements (){_agef =TraceToDirectObject (_agef );if _daaf ,_cgcg :=_agef .(*PdfObjectDictionary );_cgcg {_ffdg =append (_ffdg ,_daaf );}else {_ffdg =append (_ffdg ,MakeDict ()); -};};};};_ddbd =_bdcb .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");if _ddbd ==nil {return nil ,_bf .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_cbaed ,_bddg :=_ddbd .(*PdfObjectArray );if !_bddg {return nil ,_bf .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079"); -};for _aggf ,_dfcc :=range _cbaed .Elements (){_gcbeg ,_bbbb :=_dfcc .(*PdfObjectName );if !_bbbb {return nil ,_bf .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065"); -};var _dabe PdfObject ;if _dabba !=nil {_dabe =_dabba ;}else {if len (_ffdg )> 0{if _aggf >=len (_ffdg ){return nil ,_bf .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); -};_dabe =_ffdg [_aggf ];};};var _dcgf *PdfObjectDictionary ;if _gffgd ,_cgfg :=_dabe .(*PdfObjectDictionary );_cgfg {_dcgf =_gffgd ;};_eg .Log .Trace ("\u004e\u0065\u0078t \u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073\u002c \u0064p\u003a \u0025v\u002c\u0020\u0064\u0050\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u0076",*_gcbeg ,_dabe ,_dcgf ); -if *_gcbeg ==StreamEncodingFilterNameFlate {_dggd ,_gdcbe :=_gggg (_cdbcf ,_dcgf );if _gdcbe !=nil {return nil ,_gdcbe ;};_aaf .AddEncoder (_dggd );}else if *_gcbeg ==StreamEncodingFilterNameLZW {_affa ,_bcee :=_dfab (_cdbcf ,_dcgf );if _bcee !=nil {return nil ,_bcee ; -};_aaf .AddEncoder (_affa );}else if *_gcbeg ==StreamEncodingFilterNameASCIIHex {_bcbc :=NewASCIIHexEncoder ();_aaf .AddEncoder (_bcbc );}else if *_gcbeg ==StreamEncodingFilterNameASCII85 {_efcf :=NewASCII85Encoder ();_aaf .AddEncoder (_efcf );}else if *_gcbeg ==StreamEncodingFilterNameDCT {_gddd ,_baeb :=_eebe (_cdbcf ,_aaf ); -if _baeb !=nil {return nil ,_baeb ;};_aaf .AddEncoder (_gddd );_eg .Log .Trace ("A\u0064d\u0065\u0064\u0020\u0044\u0043\u0054\u0020\u0065n\u0063\u006f\u0064\u0065r.\u002e\u002e");_eg .Log .Trace ("\u004du\u006ct\u0069\u0020\u0065\u006e\u0063o\u0064\u0065r\u003a\u0020\u0025\u0023\u0076",_aaf ); -}else if *_gcbeg ==StreamEncodingFilterNameCCITTFax {_gbfg ,_abcbb :=_gaga (_cdbcf ,_dcgf );if _abcbb !=nil {return nil ,_abcbb ;};_aaf .AddEncoder (_gbfg );}else {_eg .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_gcbeg ); -return nil ,_bf .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _aaf ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_babga *RawEncoder )GetFilterName ()string {return StreamEncodingFilterNameRaw };func (_bfadd *PdfParser )parsePdfVersion ()(int ,int ,error ){var _dcce int64 =20;_dbgf :=make ([]byte ,_dcce );_bfadd ._bcdda .Seek (0,_cb .SeekStart );_bfadd ._bcdda .Read (_dbgf ); +var _cceac error ;var _aeeac ,_fedd int ;if _cacf :=_fbbf .FindStringSubmatch (string (_dbgf ));len (_cacf )< 3{if _aeeac ,_fedd ,_cceac =_bfadd .seekPdfVersionTopDown ();_cceac !=nil {_gf .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e"); +return 0,0,_cceac ;};_bfadd ._bcdda ,_cceac =_cbgdc (_bfadd ._bcdda ,_bfadd .GetFileOffset ()-8);if _cceac !=nil {return 0,0,_cceac ;};}else {if _aeeac ,_cceac =_db .Atoi (_cacf [1]);_cceac !=nil {return 0,0,_cceac ;};if _fedd ,_cceac =_db .Atoi (_cacf [2]); +_cceac !=nil {return 0,0,_cceac ;};_bfadd .SetFileOffset (0);};_bfadd ._fdc =_gc .NewReader (_bfadd ._bcdda );_gf .Log .Debug ("\u0050\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_aeeac ,_fedd );return _aeeac ,_fedd ,nil ; +};func (_edf *PdfParser )parseDetailedHeader ()(_gded error ){_edf ._bcdda .Seek (0,_cb .SeekStart );_edf ._fdc =_gc .NewReader (_edf ._bcdda );_abfg :=20;_egfeg :=make ([]byte ,_abfg );var (_ffbd bool ;_acbg int ;);for {_gcbc ,_ceg :=_edf ._fdc .ReadByte (); +if _ceg !=nil {if _ceg ==_cb .EOF {break ;}else {return _ceg ;};};if IsDecimalDigit (_gcbc )&&_egfeg [_abfg -1]=='.'&&IsDecimalDigit (_egfeg [_abfg -2])&&_egfeg [_abfg -3]=='-'&&_egfeg [_abfg -4]=='F'&&_egfeg [_abfg -5]=='D'&&_egfeg [_abfg -6]=='P'&&_egfeg [_abfg -7]=='%'{_edf ._dbdd =Version {Major :int (_egfeg [_abfg -2]-'0'),Minor :int (_gcbc -'0')}; +_edf ._ebaa ._fbe =_acbg -7;_ffbd =true ;break ;};_acbg ++;_egfeg =append (_egfeg [1:_abfg ],_gcbc );};if !_ffbd {return _af .Errorf ("n\u006f \u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066ou\u006e\u0064");};_fgab ,_gded :=_edf ._fdc .ReadByte (); +if _gded ==_cb .EOF {return _af .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0050d\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074");};if _gded !=nil {return _gded ;};_edf ._ebaa ._gaad =_fgab =='\n';_fgab ,_gded =_edf ._fdc .ReadByte (); +if _gded !=nil {return _af .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_gded );};if _fgab !='%'{return nil ;};_gfef :=make ([]byte ,4);_ ,_gded =_edf ._fdc .Read (_gfef ); +if _gded !=nil {return _af .Errorf ("\u006e\u006f\u0074\u0020a\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0064\u0066 \u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u003a \u0025\u0077",_gded );};_edf ._ebaa ._fccg =[4]byte {_gfef [0],_gfef [1],_gfef [2],_gfef [3]}; +return nil ;};var _bbga =_ga .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029");func (_aacg *PdfCrypt )makeKey (_cgb string ,_aaf ,_fbd uint32 ,_bba []byte )([]byte ,error ){_cfg ,_bbb :=_aacg ._fcag [_cgb ]; +if !_bbb {return nil ,_af .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_cgb );};return _cfg .MakeKey (_aaf ,_fbd ,_bba );}; -// RunLengthEncoder represents Run length encoding. -type RunLengthEncoder struct{}; +// ParseDict reads and parses a PDF dictionary object enclosed with '<<' and '>>' +func (_gcbb *PdfParser )ParseDict ()(*PdfObjectDictionary ,error ){_gf .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_geca :=MakeDict ();_geca ._cbdf =_gcbb ;_fcf ,_ :=_gcbb ._fdc .ReadByte (); +if _fcf !='<'{return nil ,_d .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_fcf ,_ =_gcbb ._fdc .ReadByte ();if _fcf !='<'{return nil ,_d .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};for {_gcbb .skipSpaces (); +_gcbb .skipComments ();_ebbg ,_baaf :=_gcbb ._fdc .Peek (2);if _baaf !=nil {return nil ,_baaf ;};_gf .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_ebbg ),string (_ebbg ));if (_ebbg [0]=='>')&&(_ebbg [1]=='>'){_gf .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +_gcbb ._fdc .ReadByte ();_gcbb ._fdc .ReadByte ();break ;};_gf .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021");_cdba ,_baaf :=_gcbb .parseName ();_gf .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_cdba ); +if _baaf !=nil {_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_baaf );return nil ,_baaf ;};if len (_cdba )> 4&&_cdba [len (_cdba )-4:]=="\u006e\u0075\u006c\u006c"{_dcga :=_cdba [0:len (_cdba )-4]; +_gf .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_cdba );_gf .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_dcga ); +_gcbb .skipSpaces ();_bdbac ,_ :=_gcbb ._fdc .Peek (1);if _bdbac [0]=='/'{_geca .Set (_dcga ,MakeNull ());continue ;};};_gcbb .skipSpaces ();_dgce ,_baaf :=_gcbb .parseObject ();if _baaf !=nil {return nil ,_baaf ;};_geca .Set (_cdba ,_dgce );if _gf .Log .IsLogLevel (_gf .LogLevelTrace ){_gf .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_cdba ,_dgce .String ()); +};};_gf .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021");return _geca ,nil ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -// Has the Filter set. Some other parameters are generated elsewhere. -func (_egda *DCTEncoder )MakeStreamDict ()*PdfObjectDictionary {_ccfe :=MakeDict ();_ccfe .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_egda .GetFilterName ()));return _ccfe ;}; +// NewJBIG2Encoder creates a new JBIG2Encoder. +func NewJBIG2Encoder ()*JBIG2Encoder {return &JBIG2Encoder {_bacd :_ccb .InitEncodeDocument (false )}};func (_bfdf *PdfCrypt )generateParams (_afa ,_aefc []byte )error {_cdee :=_bfdf .securityHandler ();_feda ,_bged :=_cdee .GenerateParams (&_bfdf ._acc ,_aefc ,_afa ); +if _bged !=nil {return _bged ;};_bfdf ._dbbe =_feda ;return nil ;}; -// DecodeBytes decodes byte array with ASCII85. 5 ASCII characters -> 4 raw binary bytes -func (_bgfe *ASCII85Encoder )DecodeBytes (encoded []byte )([]byte ,error ){var _gadf []byte ;_eg .Log .Trace ("\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0020\u0044e\u0063\u006f\u0064\u0065");_abad :=0;_dcd :=false ;for _abad < len (encoded )&&!_dcd {_dead :=[5]byte {0,0,0,0,0}; -_dbf :=0;_agfc :=0;_eebd :=4;for _agfc < 5+_dbf {if _abad +_agfc ==len (encoded ){break ;};_fdac :=encoded [_abad +_agfc ];if IsWhiteSpace (_fdac ){_dbf ++;_agfc ++;continue ;}else if _fdac =='~'&&_abad +_agfc +1< len (encoded )&&encoded [_abad +_agfc +1]=='>'{_eebd =(_agfc -_dbf )-1; -if _eebd < 0{_eebd =0;};_dcd =true ;break ;}else if _fdac >='!'&&_fdac <='u'{_fdac -='!';}else if _fdac =='z'&&_agfc -_dbf ==0{_eebd =4;_agfc ++;break ;}else {_eg .Log .Error ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020co\u0064\u0065"); -return nil ,_a .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u0064\u0065\u0020e\u006e\u0063\u006f\u0075\u006e\u0074\u0065\u0072\u0065\u0064");};_dead [_agfc -_dbf ]=_fdac ;_agfc ++;};_abad +=_agfc ;for _eeag :=_eebd +1;_eeag < 5;_eeag ++{_dead [_eeag ]=84; -};_fbb :=uint32 (_dead [0])*85*85*85*85+uint32 (_dead [1])*85*85*85+uint32 (_dead [2])*85*85+uint32 (_dead [3])*85+uint32 (_dead [4]);_aff :=[]byte {byte ((_fbb >>24)&0xff),byte ((_fbb >>16)&0xff),byte ((_fbb >>8)&0xff),byte (_fbb &0xff)};_gadf =append (_gadf ,_aff [:_eebd ]...); -};_eg .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0065\u006e\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",encoded );_eg .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0064\u0065\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",_gadf ); -return _gadf ,nil ;}; +// GetArray returns the *PdfObjectArray represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetArray (obj PdfObject )(_ebdbd *PdfObjectArray ,_adaa bool ){_ebdbd ,_adaa =TraceToDirectObject (obj ).(*PdfObjectArray );return _ebdbd ,_adaa ;}; -// Merge merges in key/values from another dictionary. Overwriting if has same keys. -// The mutated dictionary (d) is returned in order to allow method chaining. -func (_dfaeg *PdfObjectDictionary )Merge (another *PdfObjectDictionary )*PdfObjectDictionary {if another !=nil {for _ ,_gagd :=range another .Keys (){_dacg :=another .Get (_gagd );_dfaeg .Set (_gagd ,_dacg );};};return _dfaeg ;}; +// NewParser creates a new parser for a PDF file via ReadSeeker. Loads the cross reference stream and trailer. +// An error is returned on failure. +func NewParser (rs _cb .ReadSeeker )(*PdfParser ,error ){_gcec :=&PdfParser {_bcdda :rs ,ObjCache :make (objectCache ),_fbge :map[int64 ]bool {},_fcca :make ([]int64 ,0),_fefb :make (map[*PdfParser ]*PdfParser )};_fddg ,_bddf ,_bbbd :=_gcec .parsePdfVersion (); +if _bbbd !=nil {_gf .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_bbbd );return nil ,_bbbd ;};_gcec ._dbdd .Major =_fddg ;_gcec ._dbdd .Minor =_bddf ; +if _gcec ._ffe ,_bbbd =_gcec .loadXrefs ();_bbbd !=nil {_gf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_bbbd );return nil ,_bbbd ; +};_gf .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_gcec ._ffe );_affe ,_bbbd :=_gcec .parseLinearizedDictionary ();if _bbbd !=nil {return nil ,_bbbd ;};if _affe !=nil {_gcec ._ecbbe ,_bbbd =_gcec .checkLinearizedInformation (_affe ); +if _bbbd !=nil {return nil ,_bbbd ;};};if len (_gcec ._gfdb .ObjectMap )==0{return nil ,_af .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064");}; +_gcec ._decec =len (_gcec ._fcca );if _gcec ._ecbbe &&_gcec ._decec !=0{_gcec ._decec --;};_gcec ._acaa =make ([]*PdfParser ,_gcec ._decec );return _gcec ,nil ;};var _fbbf =_ga .MustCompile ("\u0025P\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029"); -// MakeBool creates a PdfObjectBool from a bool value. -func MakeBool (val bool )*PdfObjectBool {_dfbd :=PdfObjectBool (val );return &_dfbd };func (_ga *PdfCrypt )saveCryptFilters (_ggfc *PdfObjectDictionary )error {if _ga ._ea .V < 4{return _a .New ("\u0063\u0061\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020V\u003e\u003d\u0034"); -};_cafg :=MakeDict ();_ggfc .Set ("\u0043\u0046",_cafg );for _cebf ,_dbg :=range _ga ._ceaa {if _cebf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{continue ;};_cde :=_beab (_dbg ,"");_cafg .Set (PdfObjectName (_cebf ),_cde );};_ggfc .Set ("\u0053\u0074\u0072\u0046",MakeName (_ga ._fcf )); -_ggfc .Set ("\u0053\u0074\u006d\u0046",MakeName (_ga ._fde ));return nil ;}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_bgfa *RawEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; +func (_fdagf *MultiEncoder )MakeStreamDict ()*PdfObjectDictionary {_gacc :=MakeDict ();_gacc .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",_fdagf .GetFilterArray ());for _ ,_eagd :=range _fdagf ._fcge {_cbgd :=_eagd .MakeStreamDict ();for _ ,_abee :=range _cbgd .Keys (){_cegc :=_cbgd .Get (_abee ); +if _abee !="\u0046\u0069\u006c\u0074\u0065\u0072"&&_abee !="D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"{_gacc .Set (_abee ,_cegc );};};};_gce :=_fdagf .MakeDecodeParams ();if _gce !=nil {_gacc .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_gce ); +};return _gacc ;}; -// MakeEncodedString creates a PdfObjectString with encoded content, which can be either -// UTF-16BE or PDFDocEncoding depending on whether `utf16BE` is true or false respectively. -func MakeEncodedString (s string ,utf16BE bool )*PdfObjectString {if utf16BE {var _aaae _bd .Buffer ;_aaae .Write ([]byte {0xFE,0xFF});_aaae .WriteString (_cb .StringToUTF16 (s ));return &PdfObjectString {_befb :_aaae .String (),_eecac :true };};return &PdfObjectString {_befb :string (_cb .StringToPDFDocEncoding (s )),_eecac :false }; -};var _dbdbc =_de .MustCompile ("\u005c\u0073\u002a\u0078\u0072\u0065\u0066\u005c\u0073\u002a"); +// GetString is a helper for Get that returns a string value. +// Returns false if the key is missing or a value is not a string. +func (_bfef *PdfObjectDictionary )GetString (key PdfObjectName )(string ,bool ){_badcc :=_bfef .Get (key );if _badcc ==nil {return "",false ;};_gbdcf ,_bdbbg :=_badcc .(*PdfObjectString );if !_bdbbg {return "",false ;};return _gbdcf .Str (),true ;}; -// DecodeBytes decodes a slice of DCT encoded bytes and returns the result. -func (_bebb *DCTEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_faeb :=_bd .NewReader (encoded );_dfbb ,_dbea :=_f .Decode (_faeb );if _dbea !=nil {_eg .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_dbea ); -return nil ,_dbea ;};_gbfe :=_dfbb .Bounds ();var _gfcf =make ([]byte ,_gbfe .Dx ()*_gbfe .Dy ()*_bebb .ColorComponents *_bebb .BitsPerComponent /8);_degfd :=0;switch _bebb .ColorComponents {case 1:_fab :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]}; -for _efdf :=_gbfe .Min .Y ;_efdf < _gbfe .Max .Y ;_efdf ++{for _cdfc :=_gbfe .Min .X ;_cdfc < _gbfe .Max .X ;_cdfc ++{_eaag :=_dfbb .At (_cdfc ,_efdf );if _bebb .BitsPerComponent ==16{_gdfd ,_edf :=_eaag .(_ac .Gray16 );if !_edf {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_gaee :=_ceag (uint (_gdfd .Y >>8),_fab [0],_fab [1]);_efdc :=_ceag (uint (_gdfd .Y ),_fab [0],_fab [1]);_gfcf [_degfd ]=byte (_gaee );_degfd ++;_gfcf [_degfd ]=byte (_efdc );_degfd ++;}else {_eeaf ,_egeb :=_eaag .(_ac .Gray );if !_egeb {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_gfcf [_degfd ]=byte (_ceag (uint (_eeaf .Y ),_fab [0],_fab [1]));_degfd ++;};};};case 3:_eecd :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]};_aecbd :=[]float64 {_bebb .Decode [2],_bebb .Decode [3]};_fbdc :=[]float64 {_bebb .Decode [4],_bebb .Decode [5]}; -for _edaa :=_gbfe .Min .Y ;_edaa < _gbfe .Max .Y ;_edaa ++{for _aaec :=_gbfe .Min .X ;_aaec < _gbfe .Max .X ;_aaec ++{_aeef :=_dfbb .At (_aaec ,_edaa );if _bebb .BitsPerComponent ==16{_aga ,_bfaba :=_aeef .(_ac .RGBA64 );if !_bfaba {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_geca :=_ceag (uint (_aga .R >>8),_eecd [0],_eecd [1]);_cfdcc :=_ceag (uint (_aga .R ),_eecd [0],_eecd [1]);_babg :=_ceag (uint (_aga .G >>8),_aecbd [0],_aecbd [1]);_ece :=_ceag (uint (_aga .G ),_aecbd [0],_aecbd [1]);_cgfb :=_ceag (uint (_aga .B >>8),_fbdc [0],_fbdc [1]); -_fbec :=_ceag (uint (_aga .B ),_fbdc [0],_fbdc [1]);_gfcf [_degfd ]=byte (_geca );_degfd ++;_gfcf [_degfd ]=byte (_cfdcc );_degfd ++;_gfcf [_degfd ]=byte (_babg );_degfd ++;_gfcf [_degfd ]=byte (_ece );_degfd ++;_gfcf [_degfd ]=byte (_cgfb );_degfd ++; -_gfcf [_degfd ]=byte (_fbec );_degfd ++;}else {_bged ,_gbfd :=_aeef .(_ac .RGBA );if _gbfd {_cfdb :=_ceag (uint (_bged .R ),_eecd [0],_eecd [1]);_fdb :=_ceag (uint (_bged .G ),_aecbd [0],_aecbd [1]);_gbfa :=_ceag (uint (_bged .B ),_fbdc [0],_fbdc [1]); -_gfcf [_degfd ]=byte (_cfdb );_degfd ++;_gfcf [_degfd ]=byte (_fdb );_degfd ++;_gfcf [_degfd ]=byte (_gbfa );_degfd ++;}else {_eaba ,_ebgc :=_aeef .(_ac .YCbCr );if !_ebgc {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_eaff ,_daaa ,_badaa ,_ :=_eaba .RGBA ();_dadb :=_ceag (uint (_eaff >>8),_eecd [0],_eecd [1]);_feda :=_ceag (uint (_daaa >>8),_aecbd [0],_aecbd [1]);_adfa :=_ceag (uint (_badaa >>8),_fbdc [0],_fbdc [1]);_gfcf [_degfd ]=byte (_dadb );_degfd ++;_gfcf [_degfd ]=byte (_feda ); -_degfd ++;_gfcf [_degfd ]=byte (_adfa );_degfd ++;};};};};case 4:_ceadd :=[]float64 {_bebb .Decode [0],_bebb .Decode [1]};_bdea :=[]float64 {_bebb .Decode [2],_bebb .Decode [3]};_gcbd :=[]float64 {_bebb .Decode [4],_bebb .Decode [5]};_deag :=[]float64 {_bebb .Decode [6],_bebb .Decode [7]}; -for _cede :=_gbfe .Min .Y ;_cede < _gbfe .Max .Y ;_cede ++{for _bbbd :=_gbfe .Min .X ;_bbbd < _gbfe .Max .X ;_bbbd ++{_gfde :=_dfbb .At (_bbbd ,_cede );_bede ,_adge :=_gfde .(_ac .CMYK );if !_adge {return nil ,_a .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_bacf :=255-_ceag (uint (_bede .C ),_ceadd [0],_ceadd [1]);_dgfb :=255-_ceag (uint (_bede .M ),_bdea [0],_bdea [1]);_gceg :=255-_ceag (uint (_bede .Y ),_gcbd [0],_gcbd [1]);_dde :=255-_ceag (uint (_bede .K ),_deag [0],_deag [1]);_gfcf [_degfd ]=byte (_bacf ); -_degfd ++;_gfcf [_degfd ]=byte (_dgfb );_degfd ++;_gfcf [_degfd ]=byte (_gceg );_degfd ++;_gfcf [_degfd ]=byte (_dde );_degfd ++;};};};return _gfcf ,nil ;}; +// MakeInteger creates a PdfObjectInteger from an int64. +func MakeInteger (val int64 )*PdfObjectInteger {_bddea :=PdfObjectInteger (val );return &_bddea }; // WriteString outputs the object as it is to be written to file. -func (_daff *PdfIndirectObject )WriteString ()string {var _dgaf _afc .Builder ;_dgaf .WriteString (_b .FormatInt (_daff .ObjectNumber ,10));_dgaf .WriteString ("\u0020\u0030\u0020\u0052");return _dgaf .String ();}; +func (_agcg *PdfObjectStream )WriteString ()string {var _gcfad _cf .Builder ;_gcfad .WriteString (_db .FormatInt (_agcg .ObjectNumber ,10));_gcfad .WriteString ("\u0020\u0030\u0020\u0052");return _gcfad .String ();}; -// String returns the PDF version as a string. Implements interface fmt.Stringer. -func (_adcf Version )String ()string {return _bf .Sprintf ("\u00250\u0064\u002e\u0025\u0030\u0064",_adcf .Major ,_adcf .Minor );};func (_eege *PdfParser )parseName ()(PdfObjectName ,error ){var _bdfb _bd .Buffer ;_cgeb :=false ;for {_dacc ,_dafe :=_eege ._dgca .Peek (1); -if _dafe ==_eb .EOF {break ;};if _dafe !=nil {return PdfObjectName (_bdfb .String ()),_dafe ;};if !_cgeb {if _dacc [0]=='/'{_cgeb =true ;_eege ._dgca .ReadByte ();}else if _dacc [0]=='%'{_eege .readComment ();_eege .skipSpaces ();}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_dacc ,_dacc ); -return PdfObjectName (_bdfb .String ()),_bf .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_dacc [0]);};}else {if IsWhiteSpace (_dacc [0]){break ;}else if (_dacc [0]=='/')||(_dacc [0]=='[')||(_dacc [0]=='(')||(_dacc [0]==']')||(_dacc [0]=='<')||(_dacc [0]=='>'){break ; -}else if _dacc [0]=='#'{_adccc ,_dage :=_eege ._dgca .Peek (3);if _dage !=nil {return PdfObjectName (_bdfb .String ()),_dage ;};_bgbbe ,_dage :=_ge .DecodeString (string (_adccc [1:3]));if _dage !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0066o\u006c\u006co\u0077\u0069\u006e\u0067 \u0027\u0023\u0027\u002c \u0063\u006f\u006e\u0074\u0069n\u0075\u0069\u006e\u0067\u0020\u0075\u0073i\u006e\u0067\u0020\u006c\u0069t\u0065\u0072\u0061\u006c\u0020\u002d\u0020\u004f\u0075t\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074"); -_bdfb .WriteByte ('#');_eege ._dgca .Discard (1);continue ;};_eege ._dgca .Discard (3);_bdfb .Write (_bgbbe );}else {_cdda ,_ :=_eege ._dgca .ReadByte ();_bdfb .WriteByte (_cdda );};};};return PdfObjectName (_bdfb .String ()),nil ;}; +// UpdateParams updates the parameter values of the encoder. +func (_adcb *MultiEncoder )UpdateParams (params *PdfObjectDictionary ){for _ ,_dbdgf :=range _adcb ._fcge {_dbdgf .UpdateParams (params );};};type encryptDict struct{Filter string ;V int ;SubFilter string ;Length int ;StmF string ;StrF string ;EFF string ; +CF map[string ]_ee .FilterDict ;};func _adge (_bagc *PdfObjectStream ,_afeb *PdfObjectDictionary )(*LZWEncoder ,error ){_adgg :=NewLZWEncoder ();_geee :=_bagc .PdfObjectDictionary ;if _geee ==nil {return _adgg ,nil ;};if _afeb ==nil {_bccg :=TraceToDirectObject (_geee .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); +if _bccg !=nil {if _dea ,_aaab :=_bccg .(*PdfObjectDictionary );_aaab {_afeb =_dea ;}else if _baa ,_gdd :=_bccg .(*PdfObjectArray );_gdd {if _baa .Len ()==1{if _efgg ,_cbed :=GetDict (_baa .Get (0));_cbed {_afeb =_efgg ;};};};if _afeb ==nil {_gf .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_bccg ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};};_dce :=_geee .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");if _dce !=nil {_ddaeg ,_bfb :=_dce .(*PdfObjectInteger ); +if !_bfb {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a \u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u006e\u0075\u006d\u0065\u0072i\u0063 \u0028\u0025\u0054\u0029",_dce ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065");};if *_ddaeg !=0&&*_ddaeg !=1{return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0045\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065\u0020\u0076\u0061\u006c\u0075e\u0020\u0028\u006e\u006f\u0074 \u0030\u0020o\u0072\u0020\u0031\u0029"); +};_adgg .EarlyChange =int (*_ddaeg );}else {_adgg .EarlyChange =1;};if _afeb ==nil {return _adgg ,nil ;};if _cddd ,_ggef :=GetIntVal (_afeb .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));_ggef {if _cddd ==0||_cddd ==1{_adgg .EarlyChange =_cddd ; +}else {_gf .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020E\u0061\u0072\u006c\u0079\u0043\u0068\u0061n\u0067\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020%\u0064",_cddd );};};_dce =_afeb .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"); +if _dce !=nil {_aed ,_adea :=_dce .(*PdfObjectInteger );if !_adea {_gf .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_dce ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_adgg .Predictor =int (*_aed );};_dce =_afeb .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _dce !=nil {_accg ,_egae :=_dce .(*PdfObjectInteger );if !_egae {_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_af .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_adgg .BitsPerComponent =int (*_accg );};if _adgg .Predictor > 1{_adgg .Columns =1;_dce =_afeb .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"); +if _dce !=nil {_fba ,_bgcd :=_dce .(*PdfObjectInteger );if !_bgcd {return nil ,_af .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_adgg .Columns =int (*_fba ); +};_adgg .Colors =1;_dce =_afeb .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _dce !=nil {_cfgg ,_egfg :=_dce .(*PdfObjectInteger );if !_egfg {return nil ,_af .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_adgg .Colors =int (*_cfgg );};};_gf .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_afeb .String ());return _adgg ,nil ;}; -// IsPrintable checks if a character is printable. -// Regular characters that are outside the range EXCLAMATION MARK(21h) -// (!) to TILDE (7Eh) (~) should be written using the hexadecimal notation. -func IsPrintable (c byte )bool {return 0x21<=c &&c <=0x7E}; +// UpdateParams updates the parameter values of the encoder. +func (_bgga *RawEncoder )UpdateParams (params *PdfObjectDictionary ){};func _edba (_eaf _bb .Image )*JBIG2Image {_dbde :=_eaf .Base ();return &JBIG2Image {Data :_dbde .Data ,Width :_dbde .Width ,Height :_dbde .Height ,HasPadding :true };}; -// MakeString creates an PdfObjectString from a string. -// NOTE: PDF does not use utf-8 string encoding like Go so `s` will often not be a utf-8 encoded -// string. -func MakeString (s string )*PdfObjectString {_fdg :=PdfObjectString {_befb :s };return &_fdg }; +// RawEncoder implements Raw encoder/decoder (no encoding, pass through) +type RawEncoder struct{};type xrefType int ; + +// ASCII85Encoder implements ASCII85 encoder/decoder. +type ASCII85Encoder struct{};func (_agdf *ASCII85Encoder )base256Tobase85 (_acd uint32 )[5]byte {_ebda :=[5]byte {0,0,0,0,0};_ecaf :=_acd ;for _aecf :=0;_aecf < 5;_aecf ++{_cfed :=uint32 (1);for _bedf :=0;_bedf < 4-_aecf ;_bedf ++{_cfed *=85;};_dcd :=_ecaf /_cfed ; +_ecaf =_ecaf %_cfed ;_ebda [_aecf ]=byte (_dcd );};return _ebda ;}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_fcce *MultiEncoder )MakeDecodeParams ()PdfObject {if len (_fcce ._cfag )==0{return nil ;};if len (_fcce ._cfag )==1{return _fcce ._cfag [0].MakeDecodeParams ();};_cgcf :=MakeArray ();_agde :=true ;for _ ,_ecdfe :=range _fcce ._cfag {_ggbg :=_ecdfe .MakeDecodeParams (); -if _ggbg ==nil {_cgcf .Append (MakeNull ());}else {_agde =false ;_cgcf .Append (_ggbg );};};if _agde {return nil ;};return _cgcf ;}; - -// CCITTFaxEncoder implements Group3 and Group4 facsimile (fax) encoder/decoder. -type CCITTFaxEncoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;};func (_aeee *PdfParser )skipSpaces ()(int ,error ){_daeg :=0;for {_eced ,_gdde :=_aeee ._dgca .ReadByte (); -if _gdde !=nil {return 0,_gdde ;};if IsWhiteSpace (_eced ){_daeg ++;}else {_aeee ._dgca .UnreadByte ();break ;};};return _daeg ,nil ;};func _eebe (_cbf *PdfObjectStream ,_bdfa *MultiEncoder )(*DCTEncoder ,error ){_add :=NewDCTEncoder ();_fcac :=_cbf .PdfObjectDictionary ; -if _fcac ==nil {return _add ,nil ;};_bed :=_cbf .Stream ;if _bdfa !=nil {_bbc ,_dbdf :=_bdfa .DecodeBytes (_bed );if _dbdf !=nil {return nil ,_dbdf ;};_bed =_bbc ;};_ccae :=_bd .NewReader (_bed );_eedd ,_fgae :=_f .DecodeConfig (_ccae );if _fgae !=nil {_eg .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_fgae ); -return nil ,_fgae ;};switch _eedd .ColorModel {case _ac .RGBAModel :_add .BitsPerComponent =8;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _ac .RGBA64Model :_add .BitsPerComponent =16;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0}; -case _ac .GrayModel :_add .BitsPerComponent =8;_add .ColorComponents =1;_add .Decode =[]float64 {0.0,1.0};case _ac .Gray16Model :_add .BitsPerComponent =16;_add .ColorComponents =1;_add .Decode =[]float64 {0.0,1.0};case _ac .CMYKModel :_add .BitsPerComponent =8; -_add .ColorComponents =4;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};case _ac .YCbCrModel :_add .BitsPerComponent =8;_add .ColorComponents =3;_add .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};default:return nil ,_a .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); -};_add .Width =_eedd .Width ;_add .Height =_eedd .Height ;_eg .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_add );_add .Quality =DefaultJPEGQuality ;_fcdg ,_fced :=GetArray (_fcac .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); -if _fced {_dabb ,_faaf :=_fcdg .ToFloat64Array ();if _faaf !=nil {return _add ,_faaf ;};_add .Decode =_dabb ;};return _add ,nil ;}; - -// DecodeStream decodes a multi-encoded stream by passing it through the -// DecodeStream method of the underlying encoders. -func (_fcgc *MultiEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _fcgc .DecodeBytes (streamObj .Stream );}; - -// MakeObjectStreams creates an PdfObjectStreams from a list of PdfObjects. -func MakeObjectStreams (objects ...PdfObject )*PdfObjectStreams {return &PdfObjectStreams {_fcde :objects };}; - -// EncodeJBIG2Image encodes 'img' into jbig2 encoded bytes stream, using default encoder settings. -func (_adad *JBIG2Encoder )EncodeJBIG2Image (img *JBIG2Image )([]byte ,error ){const _gfgeg ="c\u006f\u0072\u0065\u002eEn\u0063o\u0064\u0065\u004a\u0042\u0049G\u0032\u0049\u006d\u0061\u0067\u0065";if _cggd :=_adad .AddPageImage (img ,&_adad .DefaultPageSettings ); -_cggd !=nil {return nil ,_bgc .Wrap (_cggd ,_gfgeg ,"");};return _adad .Encode ();}; - -// UpdateParams updates the parameter values of the encoder. -func (_fbg *JPXEncoder )UpdateParams (params *PdfObjectDictionary ){}; +func (_edcb *MultiEncoder )MakeDecodeParams ()PdfObject {if len (_edcb ._fcge )==0{return nil ;};if len (_edcb ._fcge )==1{return _edcb ._fcge [0].MakeDecodeParams ();};_egfb :=MakeArray ();_begc :=true ;for _ ,_cbaab :=range _edcb ._fcge {_fcee :=_cbaab .MakeDecodeParams (); +if _fcee ==nil {_egfb .Append (MakeNull ());}else {_begc =false ;_egfb .Append (_fcee );};};if _begc {return nil ;};return _egfb ;};func (_daeb *PdfCrypt )isDecrypted (_fbf PdfObject )bool {_ ,_gfd :=_daeb ._dbe [_fbf ];if _gfd {_gf .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0064\u0065\u0063\u0072y\u0070\u0074\u0065\u0064"); +return true ;};switch _fgc :=_fbf .(type ){case *PdfObjectStream :if _daeb ._acc .R !=5{if _aff ,_fga :=_fgc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_fga &&*_aff =="\u0058\u0052\u0065\u0066"{return true ;};};case *PdfIndirectObject :if _ ,_gfd =_daeb ._dbdb [int (_fgc .ObjectNumber )]; +_gfd {return true ;};switch _gfa :=_fgc .PdfObject .(type ){case *PdfObjectDictionary :_ggdc :=true ;for _ ,_gcg :=range _dffb {if _gfa .Get (_gcg )==nil {_ggdc =false ;break ;};};if _ggdc {return true ;};};};_gf .Log .Trace ("\u004e\u006f\u0074\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); +return false ;}; -// JPXEncoder implements JPX encoder/decoder (dummy, for now) -// FIXME: implement -type JPXEncoder struct{};func (_febec *PdfParser )xrefNextObjectOffset (_adfg int64 )int64 {_ebgb :=int64 (0);if len (_febec ._gfeb .ObjectMap )==0{return 0;};if len (_febec ._gfeb ._ege )==0{_gffde :=0;for _ ,_faaa :=range _febec ._gfeb .ObjectMap {if _faaa .Offset > 0{_gffde ++; -};};if _gffde ==0{return 0;};_febec ._gfeb ._ege =make ([]XrefObject ,_gffde );_ccdc :=0;for _ ,_bbba :=range _febec ._gfeb .ObjectMap {if _bbba .Offset > 0{_febec ._gfeb ._ege [_ccdc ]=_bbba ;_ccdc ++;};};_e .Slice (_febec ._gfeb ._ege ,func (_daad ,_dgedg int )bool {return _febec ._gfeb ._ege [_daad ].Offset < _febec ._gfeb ._ege [_dgedg ].Offset ; -});};_edgf :=_e .Search (len (_febec ._gfeb ._ege ),func (_ecaeb int )bool {return _febec ._gfeb ._ege [_ecaeb ].Offset >=_adfg });if _edgf < len (_febec ._gfeb ._ege ){_ebgb =_febec ._gfeb ._ege [_edgf ].Offset ;};return _ebgb ;};var _afgba =_a .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +// DecodeStream decodes a DCT encoded stream and returns the result as a +// slice of bytes. +func (_baeaa *DCTEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _baeaa .DecodeBytes (streamObj .Stream );};func _ccd (_ebcbc uint ,_ccdc ,_eecc float64 )float64 {return (_ccdc +(float64 (_ebcbc )*(_eecc -_ccdc )/255))*255;}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_adab *ASCIIHexEncoder )MakeDecodeParams ()PdfObject {return nil }; +func (_eggg *DCTEncoder )MakeDecodeParams ()PdfObject {return nil }; -// MultiEncoder supports serial encoding. -type MultiEncoder struct{_cfag []StreamEncoder }; +// ASCIIHexEncoder implements ASCII hex encoder/decoder. +type ASCIIHexEncoder struct{}; -// Keys returns the list of keys in the dictionary. -// If `d` is nil returns a nil slice. -func (_eefc *PdfObjectDictionary )Keys ()[]PdfObjectName {if _eefc ==nil {return nil ;};return _eefc ._aeba ;};func (_afbf *PdfParser )loadXrefs ()(*PdfObjectDictionary ,error ){_afbf ._gfeb .ObjectMap =make (map[int ]XrefObject );_afbf ._bgag =make (objectStreams ); -_bead ,_fdfb :=_afbf ._eaee .Seek (0,_eb .SeekEnd );if _fdfb !=nil {return nil ,_fdfb ;};_eg .Log .Trace ("\u0066s\u0069\u007a\u0065\u003a\u0020\u0025d",_bead );_afbf ._dfdf =_bead ;_fdfb =_afbf .seekToEOFMarker (_bead );if _fdfb !=nil {_eg .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0073\u0065\u0065\u006b\u0020\u0074\u006f\u0020\u0065\u006f\u0066\u0020\u006d\u0061\u0072\u006b\u0065\u0072: \u0025\u0076",_fdfb ); -return nil ,_fdfb ;};_efddg ,_fdfb :=_afbf ._eaee .Seek (0,_eb .SeekCurrent );if _fdfb !=nil {return nil ,_fdfb ;};var _fggcg int64 =64;_beee :=_efddg -_fggcg ;if _beee < 0{_beee =0;};_ ,_fdfb =_afbf ._eaee .Seek (_beee ,_eb .SeekStart );if _fdfb !=nil {return nil ,_fdfb ; -};_dcfa :=make ([]byte ,_fggcg );_ ,_fdfb =_afbf ._eaee .Read (_dcfa );if _fdfb !=nil {_eg .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u003a\u0020\u0025\u0076",_fdfb ); -return nil ,_fdfb ;};_dgede :=_dded .FindStringSubmatch (string (_dcfa ));if len (_dgede )< 2{_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020n\u006f\u0074\u0020f\u006fu\u006e\u0064\u0021"); -return nil ,_a .New ("\u0073\u0074\u0061\u0072tx\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};if len (_dgede )> 2{_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004du\u006c\u0074\u0069\u0070\u006c\u0065\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029\u0021",_dcfa ); -return nil ,_a .New ("m\u0075\u006c\u0074\u0069\u0070\u006ce\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065f\u0020\u0065\u006et\u0072i\u0065\u0073\u003f");};_gggeg ,_ :=_b .ParseInt (_dgede [1],10,64);_eg .Log .Trace ("\u0073t\u0061r\u0074\u0078\u0072\u0065\u0066\u0020\u0061\u0074\u0020\u0025\u0064",_gggeg ); -if _gggeg > _bead {_eg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u006f\u0066f\u0073e\u0074 \u006fu\u0074\u0073\u0069\u0064\u0065\u0020\u006f\u0066\u0020\u0066\u0069\u006c\u0065");_eg .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0072e\u0070\u0061\u0069\u0072"); -_gggeg ,_fdfb =_afbf .repairLocateXref ();if _fdfb !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0065\u0070\u0061\u0069\u0072\u0020\u0061\u0074\u0074\u0065\u006d\u0070t\u0020\u0066\u0061\u0069\u006c\u0065\u0064 \u0028\u0025\u0073\u0029"); -return nil ,_fdfb ;};};_afbf ._eaee .Seek (_gggeg ,_eb .SeekStart );_afbf ._dgca =_bb .NewReader (_afbf ._eaee );_feeg ,_fdfb :=_afbf .parseXref ();if _fdfb !=nil {return nil ,_fdfb ;};_abde :=_feeg .Get ("\u0058R\u0065\u0066\u0053\u0074\u006d");if _abde !=nil {_efca ,_gbgb :=_abde .(*PdfObjectInteger ); -if !_gbgb {return nil ,_a .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0021=\u0020\u0069\u006e\u0074");};_ ,_fdfb =_afbf .parseXrefStream (_efca );if _fdfb !=nil {return nil ,_fdfb ;};};var _ebeb []int64 ;_aaedg :=func (_ecebb int64 ,_gcgeb []int64 )bool {for _ ,_dfee :=range _gcgeb {if _dfee ==_ecebb {return true ; -};};return false ;};_abde =_feeg .Get ("\u0050\u0072\u0065\u0076");for _abde !=nil {_fcabf ,_edfeg :=_abde .(*PdfObjectInteger );if !_edfeg {_eg .Log .Debug ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020P\u0072\u0065\u0076\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_abde ); -return _feeg ,nil ;};_dgad :=*_fcabf ;_eg .Log .Trace ("\u0041\u006eot\u0068\u0065\u0072 \u0050\u0072\u0065\u0076 xr\u0065f \u0074\u0061\u0062\u006c\u0065\u0020\u006fbj\u0065\u0063\u0074\u0020\u0061\u0074\u0020%\u0064",_dgad );_afbf ._eaee .Seek (int64 (_dgad ),_eb .SeekStart ); -_afbf ._dgca =_bb .NewReader (_afbf ._eaee );_gfgb ,_dbgbg :=_afbf .parseXref ();if _dbgbg !=nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0045\u0072\u0072\u006f\u0072\u0020-\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069n\u0067\u0020\u0061\u006e\u006f\u0074\u0068\u0065\u0072\u0020\u0028\u0050re\u0076\u0029\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072"); -_eg .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0063\u006f\u006e\u0074\u0069n\u0075\u0065\u0020\u0062\u0079\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067\u0020\u0069\u0074");break ;};_afbf ._ead =append (_afbf ._ead ,int64 (_dgad )); -_abde =_gfgb .Get ("\u0050\u0072\u0065\u0076");if _abde !=nil {_gdb :=*(_abde .(*PdfObjectInteger ));if _aaedg (int64 (_gdb ),_ebeb ){_eg .Log .Debug ("\u0050\u0072ev\u0065\u006e\u0074i\u006e\u0067\u0020\u0063irc\u0075la\u0072\u0020\u0078\u0072\u0065\u0066\u0020re\u0066\u0065\u0072\u0065\u006e\u0063\u0069n\u0067"); -break ;};_ebeb =append (_ebeb ,int64 (_gdb ));};};return _feeg ,nil ;};func (_bdge *PdfParser )skipComments ()error {if _ ,_ccab :=_bdge .skipSpaces ();_ccab !=nil {return _ccab ;};_adfb :=true ;for {_begf ,_aece :=_bdge ._dgca .Peek (1);if _aece !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_aece .Error ()); -return _aece ;};if _adfb &&_begf [0]!='%'{return nil ;};_adfb =false ;if (_begf [0]!='\r')&&(_begf [0]!='\n'){_bdge ._dgca .ReadByte ();}else {break ;};};return _bdge .skipComments ();}; +// ToIntegerArray returns a slice of all array elements as an int slice. An error is returned if the +// array non-integer objects. Each element can only be PdfObjectInteger. +func (_dfbf *PdfObjectArray )ToIntegerArray ()([]int ,error ){var _ccaad []int ;for _ ,_adcg :=range _dfbf .Elements (){if _bggb ,_eaag :=_adcg .(*PdfObjectInteger );_eaag {_ccaad =append (_ccaad ,int (*_bggb ));}else {return nil ,ErrTypeError ;};};return _ccaad ,nil ; +}; -// GetInt returns the *PdfObjectBool object that is represented by a PdfObject either directly or indirectly -// within an indirect object. The bool flag indicates whether a match was found. -func GetInt (obj PdfObject )(_ddae *PdfObjectInteger ,_afdd bool ){_ddae ,_afdd =TraceToDirectObject (obj ).(*PdfObjectInteger );return _ddae ,_afdd ;}; +// PdfObjectDictionary represents the primitive PDF dictionary/map object. +type PdfObjectDictionary struct{_cgdb map[PdfObjectName ]PdfObject ;_gaccg []PdfObjectName ;_fefbg *_g .Mutex ;_cbdf *PdfParser ;}; -// IsNullObject returns true if `obj` is a PdfObjectNull. -func IsNullObject (obj PdfObject )bool {_ ,_ddgf :=TraceToDirectObject (obj ).(*PdfObjectNull );return _ddgf ;}; +// LookupByReference looks up a PdfObject by a reference. +func (_ecc *PdfParser )LookupByReference (ref PdfObjectReference )(PdfObject ,error ){_gf .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0075\u0070\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0025\u0073",ref .String ());return _ecc .LookupByNumber (int (ref .ObjectNumber )); +};var _bdfe _g .Map ; -// ToInt64Slice returns a slice of all array elements as an int64 slice. An error is returned if the -// array non-integer objects. Each element can only be PdfObjectInteger. -func (_dfceb *PdfObjectArray )ToInt64Slice ()([]int64 ,error ){var _faed []int64 ;for _ ,_dffga :=range _dfceb .Elements (){if _aeceg ,_ddab :=_dffga .(*PdfObjectInteger );_ddab {_faed =append (_faed ,int64 (*_aeceg ));}else {return nil ,ErrTypeError ; -};};return _faed ,nil ;}; +// SetIfNotNil sets the dictionary's key -> val mapping entry -IF- val is not nil. +// Note that we take care to perform a type switch. Otherwise if we would supply a nil value +// of another type, e.g. (PdfObjectArray*)(nil), then it would not be a PdfObject(nil) and thus +// would get set. +func (_gefb *PdfObjectDictionary )SetIfNotNil (key PdfObjectName ,val PdfObject ){if val !=nil {switch _fdbc :=val .(type ){case *PdfObjectName :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectDictionary :if _fdbc !=nil {_gefb .Set (key ,val ); +};case *PdfObjectStream :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectString :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectNull :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectInteger :if _fdbc !=nil {_gefb .Set (key ,val ); +};case *PdfObjectArray :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectBool :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectFloat :if _fdbc !=nil {_gefb .Set (key ,val );};case *PdfObjectReference :if _fdbc !=nil {_gefb .Set (key ,val ); +};case *PdfIndirectObject :if _fdbc !=nil {_gefb .Set (key ,val );};default:_gf .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",val ); +};};}; -// PdfObjectFloat represents the primitive PDF floating point numerical object. -type PdfObjectFloat float64 ; +// WriteString outputs the object as it is to be written to file. +func (_gdaa *PdfObjectInteger )WriteString ()string {return _db .FormatInt (int64 (*_gdaa ),10)}; -// ToIntegerArray returns a slice of all array elements as an int slice. An error is returned if the +// ToInt64Slice returns a slice of all array elements as an int64 slice. An error is returned if the // array non-integer objects. Each element can only be PdfObjectInteger. -func (_fbfg *PdfObjectArray )ToIntegerArray ()([]int ,error ){var _gfgdb []int ;for _ ,_ecbad :=range _fbfg .Elements (){if _dfgg ,_gacg :=_ecbad .(*PdfObjectInteger );_gacg {_gfgdb =append (_gfgdb ,int (*_dfgg ));}else {return nil ,ErrTypeError ;};};return _gfgdb ,nil ; -}; +func (_gfgfc *PdfObjectArray )ToInt64Slice ()([]int64 ,error ){var _bfag []int64 ;for _ ,_fccafg :=range _gfgfc .Elements (){if _ggcd ,_efdcc :=_fccafg .(*PdfObjectInteger );_efdcc {_bfag =append (_bfag ,int64 (*_ggcd ));}else {return nil ,ErrTypeError ; +};};return _bfag ,nil ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_gae *FlateEncoder )MakeDecodeParams ()PdfObject {if _gae .Predictor > 1{_face :=MakeDict ();_face .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_gae .Predictor )));if _gae .BitsPerComponent !=8{_face .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_gae .BitsPerComponent ))); -};if _gae .Columns !=1{_face .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_gae .Columns )));};if _gae .Colors !=1{_face .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_gae .Colors )));};return _face ;};return nil ; -}; +// IsPrintable checks if a character is printable. +// Regular characters that are outside the range EXCLAMATION MARK(21h) +// (!) to TILDE (7Eh) (~) should be written using the hexadecimal notation. +func IsPrintable (c byte )bool {return 0x21<=c &&c <=0x7E}; -// GetFileOffset returns the current file offset, accounting for buffered position. -func (_ebefg *PdfParser )GetFileOffset ()int64 {_beda ,_ :=_ebefg ._eaee .Seek (0,_eb .SeekCurrent );_beda -=int64 (_ebefg ._dgca .Buffered ());return _beda ;}; +// DecodeStream returns the passed in stream as a slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_abfe *RawEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return streamObj .Stream ,nil ;}; -// SetFileOffset sets the file to an offset position and resets buffer. -func (_bbce *PdfParser )SetFileOffset (offset int64 ){if offset < 0{offset =0;};_bbce ._eaee .Seek (offset ,_eb .SeekStart );_bbce ._dgca =_bb .NewReader (_bbce ._eaee );}; +// AddPageImage adds the page with the image 'img' to the encoder context in order to encode it jbig2 document. +// The 'settings' defines what encoding type should be used by the encoder. +func (_gdge *JBIG2Encoder )AddPageImage (img *JBIG2Image ,settings *JBIG2EncoderSettings )(_bcae error ){const _gfde ="\u004a\u0042\u0049\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065\u0049m\u0061\u0067\u0065"; +if _gdge ==nil {return _ag .Error (_gfde ,"J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u0069\u0073 n\u0069\u006c");};if settings ==nil {settings =&_gdge .DefaultPageSettings ;};if _gdge ._bacd ==nil {_gdge ._bacd =_ccb .InitEncodeDocument (settings .FileMode ); +};if _bcae =settings .Validate ();_bcae !=nil {return _ag .Wrap (_bcae ,_gfde ,"");};_cgcfb ,_bcae :=img .toBitmap ();if _bcae !=nil {return _ag .Wrap (_bcae ,_gfde ,"");};switch settings .Compression {case JB2Generic :if _bcae =_gdge ._bacd .AddGenericPage (_cgcfb ,settings .DuplicatedLinesRemoval ); +_bcae !=nil {return _ag .Wrap (_bcae ,_gfde ,"");};case JB2SymbolCorrelation :return _ag .Error (_gfde ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +case JB2SymbolRankHaus :return _ag .Error (_gfde ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +default:return _ag .Error (_gfde ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return nil ;}; -// ToGoImage converts the JBIG2Image to the golang image.Image. -func (_edab *JBIG2Image )ToGoImage ()(_g .Image ,error ){const _dfagc ="J\u0042I\u0047\u0032\u0049\u006d\u0061\u0067\u0065\u002eT\u006f\u0047\u006f\u0049ma\u0067\u0065";if _edab .Data ==nil {return nil ,_bgc .Error (_dfagc ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); -};if _edab .Width ==0||_edab .Height ==0{return nil ,_bgc .Error (_dfagc ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};_ecfe ,_dbde :=_gg .NewImage (_edab .Width ,_edab .Height ,1,1,_edab .Data ,nil ,nil );if _dbde !=nil {return nil ,_dbde ;};return _ecfe ,nil ;};type cryptFilters map[string ]_dg .Filter ; +// EncodeBytes returns the passed in slice of bytes. +// The purpose of the method is to satisfy the StreamEncoder interface. +func (_ddc *RawEncoder )EncodeBytes (data []byte )([]byte ,error ){return data ,nil }; -// Validate validates the page settings for the JBIG2 encoder. -func (_cgeg JBIG2EncoderSettings )Validate ()error {const _ccfc ="\u0076a\u006ci\u0064\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065\u0072";if _cgeg .Threshold < 0||_cgeg .Threshold > 1.0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064\u0020\u0076a\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0076\u0027 \u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061n\u0067\u0065\u0020\u005b\u0030\u002e0\u002c\u0020\u0031.\u0030\u005d",_cgeg .Threshold ); -};if _cgeg .ResolutionX < 0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0078\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cgeg .ResolutionX ); -};if _cgeg .ResolutionY < 0{return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0079\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_cgeg .ResolutionY ); -};if _cgeg .DefaultPixelValue !=0&&_cgeg .DefaultPixelValue !=1{return _bgc .Errorf (_ccfc ,"de\u0066\u0061u\u006c\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072 \u0074\u0068\u0065\u0020\u0062\u0069\u0074\u003a \u007b0\u002c\u0031}",_cgeg .DefaultPixelValue ); -};if _cgeg .Compression !=JB2Generic {return _bgc .Errorf (_ccfc ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0063\u006fm\u0070\u0072\u0065\u0073s\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -};return nil ;};var _bdeag =_de .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064+\u0029\u005c\u0073\u002b\u0028\u005b\u006e\u0066\u005d\u0029\\\u0073\u002a\u0024");func (_ba *PdfParser )lookupByNumber (_cce int ,_gd bool )(PdfObject ,bool ,error ){_egb ,_aaa :=_ba .ObjCache [_cce ]; -if _aaa {_eg .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0063a\u0063\u0068\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0025\u0064",_cce );return _egb ,false ,nil ;};if _ba ._gddc ==nil {_ba ._gddc =map[int ]bool {}; -};if _ba ._gddc [_cce ]{_eg .Log .Debug ("ER\u0052\u004f\u0052\u003a\u0020\u004c\u006fok\u0075\u0070\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0069\u0073\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0069\u006e\u0020\u0070\u0072\u006f\u0067\u0072\u0065\u0073\u0073\u0020\u002d\u0020\u0072\u0065c\u0075\u0072\u0073\u0069\u0076\u0065 \u006c\u006f\u006f\u006b\u0075\u0070\u0020\u0061\u0074t\u0065m\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064",_cce ); -return nil ,false ,_a .New ("\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006f\u006f\u006b\u0075p\u0020a\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064");};_ba ._gddc [_cce ]=true ;defer delete (_ba ._gddc ,_cce ); -_cdd ,_aaa :=_ba ._gfeb .ObjectMap [_cce ];if !_aaa {_eg .Log .Trace ("\u0055\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u006c\u006f\u0063\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006e\u0020\u0078\u0072\u0065\u0066\u0073\u0021 \u002d\u0020\u0052\u0065\u0074u\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -var _ff PdfObjectNull ;return &_ff ,false ,nil ;};_eg .Log .Trace ("L\u006fo\u006b\u0075\u0070\u0020\u006f\u0062\u006a\u0020n\u0075\u006d\u0062\u0065r \u0025\u0064",_cce );if _cdd .XType ==XrefTypeTableEntry {_eg .Log .Trace ("\u0078r\u0065f\u006f\u0062\u006a\u0020\u006fb\u006a\u0020n\u0075\u006d\u0020\u0025\u0064",_cdd .ObjectNumber ); -_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u0067e\u006e\u0020\u0025\u0064",_cdd .Generation );_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0064",_cdd .Offset );_ba ._eaee .Seek (_cdd .Offset ,_eb .SeekStart ); -_ba ._dgca =_bb .NewReader (_ba ._eaee );_gfb ,_fg :=_ba .ParseIndirectObject ();if _fg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006ce\u0064\u0020\u0072\u0065\u0061\u0064\u0069n\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029",_fg ); -if _gd {_eg .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0072\u0065\u0070\u0061\u0069r\u0020\u0078\u0072\u0065\u0066\u0073\u0020\u0028\u0074\u006f\u0070\u0020d\u006f\u0077\u006e\u0029");_bgbb ,_cbg :=_ba .repairRebuildXrefsTopDown (); -if _cbg !=nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020r\u0065\u0070\u0061\u0069\u0072\u0020\u0028\u0025\u0073\u0029",_cbg );return nil ,false ,_cbg ;};_ba ._gfeb =*_bgbb ;return _ba .lookupByNumber (_cce ,false ); -};return nil ,false ,_fg ;};if _gd {_ab ,_ ,_ :=_fcb (_gfb );if int (_ab )!=_cce {_eg .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0078\u0072\u0065\u0066s\u003a \u0052e\u0062\u0075\u0069\u006c\u0064\u0069\u006eg");_baa :=_ba .rebuildXrefTable (); -if _baa !=nil {return nil ,false ,_baa ;};_ba .ObjCache =objectCache {};return _ba .lookupByNumberWrapper (_cce ,false );};};_eg .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006f\u0062\u006a");_ba .ObjCache [_cce ]=_gfb ; -return _gfb ,false ,nil ;}else if _cdd .XType ==XrefTypeObjectStream {_eg .Log .Trace ("\u0078r\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0021");_eg .Log .Trace ("\u003e\u004c\u006f\u0061\u0064\u0020\u0076\u0069\u0061\u0020\u004f\u0053\u0021"); -_eg .Log .Trace ("\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0069\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020%\u0064\u002f\u0025\u0064",_cdd .OsObjNumber ,_cdd .OsObjIndex ); -if _cdd .OsObjNumber ==_cce {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0043i\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065f\u0065\u0072\u0065n\u0063e\u0021\u003f\u0021");return nil ,true ,_a .New ("\u0078\u0072\u0065f \u0063\u0069\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -};if _ ,_efg :=_ba ._gfeb .ObjectMap [_cdd .OsObjNumber ];_efg {_fad ,_efd :=_ba .lookupObjectViaOS (_cdd .OsObjNumber ,_cce );if _efd !=nil {_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069n\u0067\u0020\u0045\u0052\u0052\u0020\u0028\u0025\u0073\u0029",_efd ); -return nil ,true ,_efd ;};_eg .Log .Trace ("\u003c\u004c\u006f\u0061\u0064\u0065\u0064\u0020\u0076i\u0061\u0020\u004f\u0053");_ba .ObjCache [_cce ]=_fad ;if _ba ._bbaead !=nil {_ba ._bbaead ._cdg [_fad ]=true ;};return _fad ,true ,nil ;};_eg .Log .Debug ("\u003f\u003f\u0020\u0042\u0065\u006c\u006f\u006eg\u0073\u0020\u0074o \u0061\u0020\u006e\u006f\u006e\u002dc\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002e.\u002e\u0021"); -return nil ,true ,_a .New ("\u006f\u0073\u0020\u0062\u0065\u006c\u006fn\u0067\u0073\u0020t\u006f\u0020\u0061\u0020n\u006f\u006e\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};return nil ,false ,_a .New ("\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0078\u0072\u0065\u0066 \u0074\u0079\u0070\u0065");};func _ccbg (_cfgaf PdfObject )(*float64 ,error ){switch _dbbgg :=_cfgaf .(type ){case *PdfObjectFloat :_eeec :=float64 (*_dbbgg ); -return &_eeec ,nil ;case *PdfObjectInteger :_ggbc :=float64 (*_dbbgg );return &_ggbc ,nil ;case *PdfObjectNull :return nil ,nil ;};return nil ,ErrNotANumber ;}; +// GetPreviousRevisionReadSeeker returns ReadSeeker for the previous version of the Pdf document. +func (_cffa *PdfParser )GetPreviousRevisionReadSeeker ()(_cb .ReadSeeker ,error ){if _bfbd :=_cffa .seekToEOFMarker (_cffa ._fbbge -_adgbd );_bfbd !=nil {return nil ,_bfbd ;};_fddb ,_bcege :=_cffa ._bcdda .Seek (0,_cb .SeekCurrent );if _bcege !=nil {return nil ,_bcege ; +};_fddb +=_adgbd ;return _dfga (_cffa ._bcdda ,_fddb );}; -// Remove removes an element specified by key. -func (_cgba *PdfObjectDictionary )Remove (key PdfObjectName ){_bfad :=-1;for _acf ,_edec :=range _cgba ._aeba {if _edec ==key {_bfad =_acf ;break ;};};if _bfad >=0{_cgba ._aeba =append (_cgba ._aeba [:_bfad ],_cgba ._aeba [_bfad +1:]...);delete (_cgba ._degg ,key ); -};}; +// MakeObjectStreams creates an PdfObjectStreams from a list of PdfObjects. +func MakeObjectStreams (objects ...PdfObject )*PdfObjectStreams {return &PdfObjectStreams {_gdfde :objects };};func (_ecd *PdfParser )checkPostEOFData ()error {const _ccef ="\u0025\u0025\u0045O\u0046";_ ,_cdeg :=_ecd ._bcdda .Seek (-int64 (len ([]byte (_ccef )))-1,_cb .SeekEnd ); +if _cdeg !=nil {return _cdeg ;};_cceg :=make ([]byte ,len ([]byte (_ccef ))+1);_ ,_cdeg =_ecd ._bcdda .Read (_cceg );if _cdeg !=nil {if _cdeg !=_cb .EOF {return _cdeg ;};};if string (_cceg )==_ccef ||string (_cceg )==_ccef +"\u000a"{_ecd ._ebaa ._cbe =true ; +};return nil ;}; -// EncodeImage encodes 'img' golang image.Image into jbig2 encoded bytes document using default encoder settings. -func (_gcfe *JBIG2Encoder )EncodeImage (img _g .Image )([]byte ,error ){return _gcfe .encodeImage (img )};func (_fgfd *PdfParser )parseLinearizedDictionary ()(*PdfObjectDictionary ,error ){_cacg ,_gdac :=_fgfd ._eaee .Seek (0,_eb .SeekEnd );if _gdac !=nil {return nil ,_gdac ; -};var _fdcg int64 ;var _acdf int64 =2048;for _fdcg < _cacg -4{if _cacg <=(_acdf +_fdcg ){_acdf =_cacg -_fdcg ;};_ ,_fgdd :=_fgfd ._eaee .Seek (_fdcg ,_eb .SeekStart );if _fgdd !=nil {return nil ,_fgdd ;};_dfged :=make ([]byte ,_acdf );_ ,_fgdd =_fgfd ._eaee .Read (_dfged ); -if _fgdd !=nil {return nil ,_fgdd ;};_eg .Log .Trace ("\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0066i\u0072\u0073\u0074\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0022\u0025\u0073\u0022",string (_dfged )); -_fbed :=_bbaea .FindAllStringIndex (string (_dfged ),-1);if _fbed !=nil {_eacg :=_fbed [0];_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_fbed );_ ,_dfcf :=_fgfd ._eaee .Seek (int64 (_eacg [0]),_eb .SeekStart );if _dfcf !=nil {return nil ,_dfcf ; -};_fgfd ._dgca =_bb .NewReader (_fgfd ._eaee );_dbagc ,_dfcf :=_fgfd .ParseIndirectObject ();if _dfcf !=nil {return nil ,nil ;};if _bafe ,_cagab :=GetIndirect (_dbagc );_cagab {if _cae ,_bebbc :=GetDict (_bafe .PdfObject );_bebbc {if _ecbc :=_cae .Get ("\u004c\u0069\u006e\u0065\u0061\u0072\u0069\u007a\u0065\u0064"); -_ecbc !=nil {return _cae ,nil ;};return nil ,nil ;};};return nil ,nil ;};_fdcg +=_acdf -4;};return nil ,_a .New ("\u0074\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064"); -};func (_cfbbf *PdfParser )seekPdfVersionTopDown ()(int ,int ,error ){_cfbbf ._eaee .Seek (0,_eb .SeekStart );_cfbbf ._dgca =_bb .NewReader (_cfbbf ._eaee );_aabd :=20;_gaadf :=make ([]byte ,_aabd );for {_cdfe ,_dade :=_cfbbf ._dgca .ReadByte ();if _dade !=nil {if _dade ==_eb .EOF {break ; -}else {return 0,0,_dade ;};};if IsDecimalDigit (_cdfe )&&_gaadf [_aabd -1]=='.'&&IsDecimalDigit (_gaadf [_aabd -2])&&_gaadf [_aabd -3]=='-'&&_gaadf [_aabd -4]=='F'&&_gaadf [_aabd -5]=='D'&&_gaadf [_aabd -6]=='P'{_efcag :=int (_gaadf [_aabd -2]-'0');_dcaf :=int (_cdfe -'0'); -return _efcag ,_dcaf ,nil ;};_gaadf =append (_gaadf [1:_aabd ],_cdfe );};return 0,0,_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; +// Decrypt an object with specified key. For numbered objects, +// the key argument is not used and a new one is generated based +// on the object and generation number. +// Traverses through all the subobjects (recursive). +// +// Does not look up references.. That should be done prior to calling. +func (_bec *PdfCrypt )Decrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _bec .isDecrypted (obj ){return nil ;};switch _beg :=obj .(type ){case *PdfIndirectObject :_bec ._dbe [_beg ]=true ;_gf .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_beg .ObjectNumber ,_beg .GenerationNumber ); +_gcb :=_beg .ObjectNumber ;_bafb :=_beg .GenerationNumber ;_gefe :=_bec .Decrypt (_beg .PdfObject ,_gcb ,_bafb );if _gefe !=nil {return _gefe ;};return nil ;case *PdfObjectStream :_bec ._dbe [_beg ]=true ;_dfgb :=_beg .PdfObjectDictionary ;if _bec ._acc .R !=5{if _aadg ,_ddd :=_dfgb .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_ddd &&*_aadg =="\u0058\u0052\u0065\u0066"{return nil ;};};_bcg :=_beg .ObjectNumber ;_gbgf :=_beg .GenerationNumber ;_gf .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_bcg ,_gbgf ); +_afb :=_fgf ;if _bec ._ffgd .V >=4{_afb =_bec ._bfe ;_gf .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_bec ._bfe );if _baec ,_gdb :=_dfgb .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); +_gdb {if _ecfa ,_cea :=GetName (_baec .Get (0));_cea {if *_ecfa =="\u0043\u0072\u0079p\u0074"{_afb ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _eeacg ,_deb :=_dfgb .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); +_deb {if _abd ,_faa :=_eeacg .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_faa {if _ ,_eeaa :=_bec ._fcag [string (*_abd )];_eeaa {_gf .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_abd ); +_afb =string (*_abd );};};};};};};_gf .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_afb );if _afb =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_ccaa :=_bec .Decrypt (_dfgb ,_bcg ,_gbgf ); +if _ccaa !=nil {return _ccaa ;};_cde ,_ccaa :=_bec .makeKey (_afb ,uint32 (_bcg ),uint32 (_gbgf ),_bec ._dbbe );if _ccaa !=nil {return _ccaa ;};_beg .Stream ,_ccaa =_bec .decryptBytes (_beg .Stream ,_afb ,_cde );if _ccaa !=nil {return _ccaa ;};_dfgb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_beg .Stream )))); +return nil ;case *PdfObjectString :_gf .Log .Trace ("\u0044e\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_gdba :=_fgf ;if _bec ._ffgd .V >=4{_gf .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_bec ._eab ); +if _bec ._eab =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_gdba =_bec ._eab ;};_abe ,_gdc :=_bec .makeKey (_gdba ,uint32 (parentObjNum ),uint32 (parentGenNum ),_bec ._dbbe );if _gdc !=nil {return _gdc ;};_ddae :=_beg .Str ();_bed :=make ([]byte ,len (_ddae )); +for _efg :=0;_efg < len (_ddae );_efg ++{_bed [_efg ]=_ddae [_efg ];};if len (_bed )> 0{_gf .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_bed ,_bed ); +_bed ,_gdc =_bec .decryptBytes (_bed ,_gdba ,_abe );if _gdc !=nil {return _gdc ;};};_beg ._addg =string (_bed );return nil ;case *PdfObjectArray :for _ ,_dec :=range _beg .Elements (){_gcfbf :=_bec .Decrypt (_dec ,parentObjNum ,parentGenNum );if _gcfbf !=nil {return _gcfbf ; +};};return nil ;case *PdfObjectDictionary :_fcc :=false ;if _ceeb :=_beg .Get ("\u0054\u0079\u0070\u0065");_ceeb !=nil {_affa ,_bgg :=_ceeb .(*PdfObjectName );if _bgg &&*_affa =="\u0053\u0069\u0067"{_fcc =true ;};};for _ ,_gga :=range _beg .Keys (){_bcgf :=_beg .Get (_gga ); +if _fcc &&string (_gga )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_gga )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_gga )!="\u0050\u0072\u0065\u0076"&&string (_gga )!="\u004c\u0061\u0073\u0074"{_fge :=_bec .Decrypt (_bcgf ,parentObjNum ,parentGenNum ); +if _fge !=nil {return _fge ;};};};return nil ;};return nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_efaf *PdfObjectNull )WriteString ()string {return "\u006e\u0075\u006c\u006c"}; +// PdfObjectBool represents the primitive PDF boolean object. +type PdfObjectBool bool ; -// Clear resets the dictionary to an empty state. -func (_egef *PdfObjectDictionary )Clear (){_egef ._aeba =[]PdfObjectName {};_egef ._degg =map[PdfObjectName ]PdfObject {};_egef ._fgcd =&_c .Mutex {};}; +// String returns the PDF version as a string. Implements interface fmt.Stringer. +func (_afd Version )String ()string {return _af .Sprintf ("\u00250\u0064\u002e\u0025\u0030\u0064",_afd .Major ,_afd .Minor );};var _faadf =_ga .MustCompile ("\u005e\\\u0073\u002a\u005b\u002d]\u002a\u0028\u005c\u0064\u002b)\u005cs\u002b(\u005c\u0064\u002b\u0029\u005c\u0073\u002bR"); +func (_cfc *PdfParser )skipSpaces ()(int ,error ){_adda :=0;for {_bcgeg ,_ebcbe :=_cfc ._fdc .ReadByte ();if _ebcbe !=nil {return 0,_ebcbe ;};if IsWhiteSpace (_bcgeg ){_adda ++;}else {_cfc ._fdc .UnreadByte ();break ;};};return _adda ,nil ;}; -// EncodeBytes encodes slice of bytes into JBIG2 encoding format. -// The input 'data' must be an image. In order to Decode it a user is responsible to -// load the codec ('png', 'jpg'). -// Returns jbig2 single page encoded document byte slice. The encoder uses DefaultPageSettings -// to encode given image. -func (_cgfde *JBIG2Encoder )EncodeBytes (data []byte )([]byte ,error ){const _cfbb ="\u004aB\u0049\u0047\u0032\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002eE\u006e\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065\u0073";if _cgfde .ColorComponents !=1||_cgfde .BitsPerComponent !=1{return nil ,_bgc .Errorf (_cfbb ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u002e\u0020\u004a\u0042\u0049G\u0032\u0020E\u006e\u0063o\u0064\u0065\u0072\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020bi\u006e\u0061\u0072\u0079\u0020\u0069\u006d\u0061\u0067e\u0073\u0020\u0064\u0061\u0074\u0061"); -};var (_fgce *_ca .Bitmap ;_degff error ;);_affg :=(_cgfde .Width *_cgfde .Height )==len (data );if _affg {_fgce ,_degff =_ca .NewWithUnpaddedData (_cgfde .Width ,_cgfde .Height ,data );}else {_fgce ,_degff =_ca .NewWithData (_cgfde .Width ,_cgfde .Height ,data ); -};if _degff !=nil {return nil ,_degff ;};_bgae :=_cgfde .DefaultPageSettings ;if _degff =_bgae .Validate ();_degff !=nil {return nil ,_bgc .Wrap (_degff ,_cfbb ,"");};if _cgfde ._aed ==nil {_cgfde ._aed =_dbb .InitEncodeDocument (_bgae .FileMode );};switch _bgae .Compression {case JB2Generic :if _degff =_cgfde ._aed .AddGenericPage (_fgce ,_bgae .DuplicatedLinesRemoval ); -_degff !=nil {return nil ,_bgc .Wrap (_degff ,_cfbb ,"");};case JB2SymbolCorrelation :return nil ,_bgc .Error (_cfbb ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -case JB2SymbolRankHaus :return nil ,_bgc .Error (_cfbb ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -default:return nil ,_bgc .Error (_cfbb ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return _cgfde .Encode ();}; +// NewCCITTFaxEncoder makes a new CCITTFax encoder. +func NewCCITTFaxEncoder ()*CCITTFaxEncoder {return &CCITTFaxEncoder {Columns :1728,EndOfBlock :true }}; -// Get returns the PdfObject corresponding to the specified key. -// Returns a nil value if the key is not set. -func (_bggc *PdfObjectDictionary )Get (key PdfObjectName )PdfObject {_bggc ._fgcd .Lock ();defer _bggc ._fgcd .Unlock ();_eaegaf ,_gaaaf :=_bggc ._degg [key ];if !_gaaaf {return nil ;};return _eaegaf ;}; +// IsEncrypted checks if the document is encrypted. A bool flag is returned indicating the result. +// First time when called, will check if the Encrypt dictionary is accessible through the trailer dictionary. +// If encrypted, prepares a crypt datastructure which can be used to authenticate and decrypt the document. +// On failure, an error is returned. +func (_ffcg *PdfParser )IsEncrypted ()(bool ,error ){if _ffcg ._bcgfc !=nil {return true ,nil ;}else if _ffcg ._ffe ==nil {return false ,nil ;};_gf .Log .Trace ("\u0043\u0068\u0065c\u006b\u0069\u006e\u0067 \u0065\u006e\u0063\u0072\u0079\u0070\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021"); +_fbag :=_ffcg ._ffe .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074");if _fbag ==nil {return false ,nil ;};_gf .Log .Trace ("\u0049\u0073\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0021");var (_edbb *PdfObjectDictionary ;);switch _dgcbfe :=_fbag .(type ){case *PdfObjectDictionary :_edbb =_dgcbfe ; +case *PdfObjectReference :_gf .Log .Trace ("\u0030\u003a\u0020\u004c\u006f\u006f\u006b\u0020\u0075\u0070\u0020\u0072e\u0066\u0020\u0025\u0071",_dgcbfe );_fede ,_dcbge :=_ffcg .LookupByReference (*_dgcbfe );_gf .Log .Trace ("\u0031\u003a\u0020%\u0071",_fede ); +if _dcbge !=nil {return false ,_dcbge ;};_afde ,_febf :=_fede .(*PdfIndirectObject );if !_febf {_gf .Log .Debug ("E\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); +return false ,_d .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gdbce ,_febf :=_afde .PdfObject .(*PdfObjectDictionary );_ffcg ._efda =_afde ;_gf .Log .Trace ("\u0032\u003a\u0020%\u0071",_gdbce );if !_febf {return false ,_d .New ("\u0074\u0072a\u0069\u006c\u0065\u0072 \u0045\u006ec\u0072\u0079\u0070\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};_edbb =_gdbce ;case *PdfObjectNull :_gf .Log .Debug ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074 \u0069\u0073\u0020a\u0020\u006e\u0075l\u006c\u0020o\u0062\u006a\u0065\u0063\u0074\u002e \u0046il\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u002e"); +return false ,nil ;default:return false ,_af .Errorf ("u\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0074\u0079\u0070\u0065: \u0025\u0054",_dgcbfe );};_fdfgcd ,_gegdf :=PdfCryptNewDecrypt (_ffcg ,_edbb ,_ffcg ._ffe );if _gegdf !=nil {return false ,_gegdf ; +};for _ ,_bbag :=range []string {"\u0045n\u0063\u0072\u0079\u0070\u0074"}{_efe :=_ffcg ._ffe .Get (PdfObjectName (_bbag ));if _efe ==nil {continue ;};switch _afdb :=_efe .(type ){case *PdfObjectReference :_fdfgcd ._dbdb [int (_afdb .ObjectNumber )]=struct{}{}; +case *PdfIndirectObject :_fdfgcd ._dbe [_afdb ]=true ;_fdfgcd ._dbdb [int (_afdb .ObjectNumber )]=struct{}{};};};_ffcg ._bcgfc =_fdfgcd ;_gf .Log .Trace ("\u0043\u0072\u0079\u0070\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0025\u0062",_fdfgcd ); +return true ,nil ;};func _dfga (_fagc _cb .ReadSeeker ,_edgc int64 )(*limitedReadSeeker ,error ){_ ,_bga :=_fagc .Seek (0,_cb .SeekStart );if _bga !=nil {return nil ,_bga ;};return &limitedReadSeeker {_dcb :_fagc ,_adad :_edgc },nil ;}; -// GetFilterName returns the name of the encoding filter. -func (_cebd *ASCIIHexEncoder )GetFilterName ()string {return StreamEncodingFilterNameASCIIHex };const JB2ImageAutoThreshold =-1.0; +// NewASCII85Encoder makes a new ASCII85 encoder. +func NewASCII85Encoder ()*ASCII85Encoder {_fadf :=&ASCII85Encoder {};return _fadf }; -// ToFloat64Array returns a slice of all elements in the array as a float64 slice. An error is -// returned if the array contains non-numeric objects (each element can be either PdfObjectInteger -// or PdfObjectFloat). -func (_ccabd *PdfObjectArray )ToFloat64Array ()([]float64 ,error ){var _beceb []float64 ;for _ ,_fedaf :=range _ccabd .Elements (){switch _bffb :=_fedaf .(type ){case *PdfObjectInteger :_beceb =append (_beceb ,float64 (*_bffb ));case *PdfObjectFloat :_beceb =append (_beceb ,float64 (*_bffb )); -default:return nil ,ErrTypeError ;};};return _beceb ,nil ;};func _acdcf (_afge ,_gfeg ,_dbdb uint8 )uint8 {_cegd :=int (_dbdb );_ecag :=int (_gfeg )-_cegd ;_eceb :=int (_afge )-_cegd ;_cegd =_dffg (_ecag +_eceb );_ecag =_dffg (_ecag );_eceb =_dffg (_eceb ); -if _ecag <=_eceb &&_ecag <=_cegd {return _afge ;}else if _eceb <=_cegd {return _gfeg ;};return _dbdb ;}; +// GetUpdatedObjects returns pdf objects which were updated from the specific version (from prevParser). +func (_dcgeg *PdfParser )GetUpdatedObjects (prevParser *PdfParser )(map[int64 ]PdfObject ,error ){if prevParser ==nil {return nil ,_d .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); +};_cfca ,_fbgfc :=_dcgeg .getNumbersOfUpdatedObjects (prevParser );if _fbgfc !=nil {return nil ,_fbgfc ;};_eegc :=make (map[int64 ]PdfObject );for _ ,_eebeb :=range _cfca {if _cgcg ,_gadge :=_dcgeg .LookupByNumber (_eebeb );_gadge ==nil {_eegc [int64 (_eebeb )]=_cgcg ; +}else {return nil ,_gadge ;};};return _eegc ,nil ;}; -// UpdateParams updates the parameter values of the encoder. -func (_ecgd *RunLengthEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// GetEncryptObj returns the PdfIndirectObject which has information about the PDFs encryption details. +func (_gdgb *PdfParser )GetEncryptObj ()*PdfIndirectObject {return _gdgb ._efda }; -// XrefTable represents the cross references in a PDF, i.e. the table of objects and information -// where to access within the PDF file. -type XrefTable struct{ObjectMap map[int ]XrefObject ;_ege []XrefObject ;}; +// GoImageToJBIG2 creates a binary image on the base of 'i' golang image.Image. +// If the image is not a black/white image then the function converts provided input into +// JBIG2Image with 1bpp. For non grayscale images the function performs the conversion to the grayscale temp image. +// Then it checks the value of the gray image value if it's within bounds of the black white threshold. +// This 'bwThreshold' value should be in range (0.0, 1.0). The threshold checks if the grayscale pixel (uint) value +// is greater or smaller than 'bwThreshold' * 255. Pixels inside the range will be white, and the others will be black. +// If the 'bwThreshold' is equal to -1.0 - JB2ImageAutoThreshold then it's value would be set on the base of +// it's histogram using Triangle method. For more information go to: +// +// https://www.mathworks.com/matlabcentral/fileexchange/28047-gray-image-thresholding-using-the-triangle-method +func GoImageToJBIG2 (i _cc .Image ,bwThreshold float64 )(*JBIG2Image ,error ){const _bfdd ="\u0047\u006f\u0049\u006d\u0061\u0067\u0065\u0054\u006fJ\u0042\u0049\u0047\u0032";if i ==nil {return nil ,_ag .Error (_bfdd ,"i\u006d\u0061\u0067\u0065 '\u0069'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +};var (_aedf uint8 ;_bfdag _bb .Image ;_cfbd error ;);if bwThreshold ==JB2ImageAutoThreshold {_bfdag ,_cfbd =_bb .MonochromeConverter .Convert (i );}else if bwThreshold > 1.0||bwThreshold < 0.0{return nil ,_ag .Error (_bfdd ,"p\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074h\u0072\u0065\u0073\u0068\u006f\u006c\u0064 i\u0073\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u0020\u0072\u0061\u006ege\u0020\u007b0\u002e\u0030\u002c\u0020\u0031\u002e\u0030\u007d"); +}else {_aedf =uint8 (255*bwThreshold );_bfdag ,_cfbd =_bb .MonochromeThresholdConverter (_aedf ).Convert (i );};if _cfbd !=nil {return nil ,_cfbd ;};return _edba (_bfdag ),nil ;}; -// MakeLazy create temporary file for stream to reduce memory usage. -// It can be used for creating PDF with many images. -// Temporary files are removed automatically when Write/WriteToFile is called for creator object. -func (_bacc *PdfObjectStream )MakeLazy ()error {if _bacc .Lazy {return nil ;};_cecf ,_gbdca :=_dbc .CreateTemp ("","\u0078o\u0062\u006a\u0065\u0063\u0074");if _gbdca !=nil {return _gbdca ;};defer _cecf .Close ();_ ,_gbdca =_cecf .Write (_bacc .Stream ); -if _gbdca !=nil {return _gbdca ;};_bacc .Lazy =true ;_bacc .Stream =nil ;_bacc .TempFile =_cecf .Name ();return nil ;}; +// MakeArrayFromIntegers creates an PdfObjectArray from a slice of ints, where each array element is +// an PdfObjectInteger. +func MakeArrayFromIntegers (vals []int )*PdfObjectArray {_bacg :=MakeArray ();for _ ,_bbdd :=range vals {_bacg .Append (MakeInteger (int64 (_bbdd )));};return _bacg ;};func _egeg (_bdba string )(PdfObjectReference ,error ){_aabg :=PdfObjectReference {}; +_bfec :=_faadf .FindStringSubmatch (_bdba );if len (_bfec )< 3{_gf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065");return _aabg ,_d .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); +};_ccff ,_ :=_db .Atoi (_bfec [1]);_gdee ,_ :=_db .Atoi (_bfec [2]);_aabg .ObjectNumber =int64 (_ccff );_aabg .GenerationNumber =int64 (_gdee );return _aabg ,nil ;}; -// DecodeBytes decodes a byte slice from Run length encoding. +// ParseNumber parses a numeric objects from a buffered stream. +// Section 7.3.3. +// Integer or Float. // -// 7.4.5 RunLengthDecode Filter -// The RunLengthDecode filter decodes data that has been encoded in a simple byte-oriented format based on run length. -// The encoded data shall be a sequence of runs, where each run shall consist of a length byte followed by 1 to 128 -// bytes of data. If the length byte is in the range 0 to 127, the following length + 1 (1 to 128) bytes shall be -// copied literally during decompression. If length is in the range 129 to 255, the following single byte shall be -// copied 257 - length (2 to 128) times during decompression. A length value of 128 shall denote EOD. -func (_deba *RunLengthEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_cgffb :=_bd .NewReader (encoded );var _cffd []byte ;for {_fdab ,_fgg :=_cgffb .ReadByte ();if _fgg !=nil {return nil ,_fgg ;};if _fdab > 128{_fdee ,_fcef :=_cgffb .ReadByte (); -if _fcef !=nil {return nil ,_fcef ;};for _edd :=0;_edd < 257-int (_fdab );_edd ++{_cffd =append (_cffd ,_fdee );};}else if _fdab < 128{for _abdaf :=0;_abdaf < int (_fdab )+1;_abdaf ++{_age ,_egf :=_cgffb .ReadByte ();if _egf !=nil {return nil ,_egf ;}; -_cffd =append (_cffd ,_age );};}else {break ;};};return _cffd ,nil ;};func _aae (_ffe *_dg .FilterDict ,_ffc *PdfObjectDictionary )error {if _adf ,_bec :=_ffc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_bec {if _bfga :=string (*_adf );_bfga !="C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"{_eg .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020C\u0046\u0020\u0064ic\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074e\u0072\u0029",_bfga ); -};};_gdf ,_beca :=_ffc .Get ("\u0043\u0046\u004d").(*PdfObjectName );if !_beca {return _bf .Errorf ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0028\u004e\u006f\u006e\u0065\u0029"); -};_ffe .CFM =string (*_gdf );if _fba ,_eff :=_ffc .Get ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et").(*PdfObjectName );_eff {_ffe .AuthEvent =_fc .AuthEvent (*_fba );}else {_ffe .AuthEvent =_fc .EventDocOpen ;};if _aaef ,_bgff :=_ffc .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger ); -_bgff {_ffe .Length =int (*_aaef );};return nil ;}; - -// IsDelimiter checks if a character represents a delimiter. -func IsDelimiter (c byte )bool {return c =='('||c ==')'||c =='<'||c =='>'||c =='['||c ==']'||c =='{'||c =='}'||c =='/'||c =='%';}; +// An integer shall be written as one or more decimal digits optionally +// preceded by a sign. The value shall be interpreted as a signed +// decimal integer and shall be converted to an integer object. +// +// A real value shall be written as one or more decimal digits with an +// optional sign and a leading, trailing, or embedded PERIOD (2Eh) +// (decimal point). The value shall be interpreted as a real number +// and shall be converted to a real object. +// +// Regarding exponential numbers: 7.3.3 Numeric Objects: +// A conforming writer shall not use the PostScript syntax for numbers +// with non-decimal radices (such as 16#FFFE) or in exponential format +// (such as 6.02E23). +// Nonetheless, we sometimes get numbers with exponential format, so +// we will support it in the reader (no confusion with other types, so +// no compromise). +func ParseNumber (buf *_gc .Reader )(PdfObject ,error ){_fbdeb :=false ;_deaf :=true ;var _ecae _gbg .Buffer ;for {if _gf .Log .IsLogLevel (_gf .LogLevelTrace ){_gf .Log .Trace ("\u0050\u0061\u0072\u0073in\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0022\u0025\u0073\u0022",_ecae .String ()); +};_fdfa ,_fded :=buf .Peek (1);if _fded ==_cb .EOF {break ;};if _fded !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0025\u0073",_fded );return nil ,_fded ;};if _deaf &&(_fdfa [0]=='-'||_fdfa [0]=='+'){_cccc ,_ :=buf .ReadByte ();_ecae .WriteByte (_cccc ); +_deaf =false ;}else if IsDecimalDigit (_fdfa [0]){_ecacf ,_ :=buf .ReadByte ();_ecae .WriteByte (_ecacf );}else if _fdfa [0]=='.'{_daebe ,_ :=buf .ReadByte ();_ecae .WriteByte (_daebe );_fbdeb =true ;}else if _fdfa [0]=='e'||_fdfa [0]=='E'{_dafef ,_ :=buf .ReadByte (); +_ecae .WriteByte (_dafef );_fbdeb =true ;_deaf =true ;}else {break ;};};var _afgfg PdfObject ;if _fbdeb {_cfdb ,_fedb :=_db .ParseFloat (_ecae .String (),64);if _fedb !=nil {_gf .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025v\u0020\u0065\u0072\u0072\u003d\u0025v\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0030\u002e\u0020\u004fu\u0074\u0070u\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074",_ecae .String (),_fedb ); +_cfdb =0.0;};_baaa :=PdfObjectFloat (_cfdb );_afgfg =&_baaa ;}else {_egecc ,_bdge :=_db .ParseInt (_ecae .String (),10,64);if _bdge !=nil {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0025\u0076\u0020\u0065\u0072\u0072\u003d%\u0076\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 \u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006ec\u006f\u0072r\u0065c\u0074",_ecae .String (),_bdge ); +_egecc =0;};_aefe :=PdfObjectInteger (_egecc );_afgfg =&_aefe ;};return _afgfg ,nil ;}; -// PdfObjectStream represents the primitive PDF Object stream. -type PdfObjectStream struct{PdfObjectReference ;*PdfObjectDictionary ;Stream []byte ;Lazy bool ;TempFile string ;};func (_aaed *PdfCrypt )newEncryptDict ()*PdfObjectDictionary {_egd :=MakeDict ();_egd .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064")); -_egd .Set ("\u0056",MakeInteger (int64 (_aaed ._ea .V )));_egd .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_aaed ._ea .Length )));return _egd ;}; +// GetFilterName returns the name of the encoding filter. +func (_dgdd *LZWEncoder )GetFilterName ()string {return StreamEncodingFilterNameLZW };func (_gbed *PdfObjectDictionary )setWithLock (_gfbd PdfObjectName ,_dfce PdfObject ,_bfeea bool ){if _bfeea {_gbed ._fefbg .Lock ();defer _gbed ._fefbg .Unlock ();}; +_ ,_gbcf :=_gbed ._cgdb [_gfbd ];if !_gbcf {_gbed ._gaccg =append (_gbed ._gaccg ,_gfbd );};_gbed ._cgdb [_gfbd ]=_dfce ;}; -// MakeFloat creates an PdfObjectFloat from a float64. -func MakeFloat (val float64 )*PdfObjectFloat {_gdgb :=PdfObjectFloat (val );return &_gdgb }; +// DecodeStream decodes the stream containing CCITTFax encoded image data. +func (_efggd *CCITTFaxEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _efggd .DecodeBytes (streamObj .Stream );}; // GetFilterName returns the names of the underlying encoding filters, // separated by spaces. // Note: This is just a string, should not be used in /Filter dictionary entry. Use GetFilterArray for that. // TODO(v4): Refactor to GetFilter() which can be used for /Filter (either Name or Array), this can be // renamed to String() as a pretty string to use in debugging etc. -func (_dbdfd *MultiEncoder )GetFilterName ()string {_dfed :="";for _cbb ,_ffed :=range _dbdfd ._cfag {_dfed +=_ffed .GetFilterName ();if _cbb < len (_dbdfd ._cfag )-1{_dfed +="\u0020";};};return _dfed ;}; - -// JBIG2CompressionType defines the enum compression type used by the JBIG2Encoder. -type JBIG2CompressionType int ; - -// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. -func (_bada *FlateEncoder )EncodeBytes (data []byte )([]byte ,error ){if _bada .Predictor !=1&&_bada .Predictor !=11{_eg .Log .Debug ("E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0046\u006c\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065r\u0020P\u0072\u0065\u0064\u0069c\u0074\u006fr\u0020\u003d\u0020\u0031\u002c\u0020\u0031\u0031\u0020\u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); -return nil ,ErrUnsupportedEncodingParameters ;};if _bada .Predictor ==11{_babd :=_bada .Columns ;_eba :=len (data )/_babd ;if len (data )%_babd !=0{_eg .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068"); -return nil ,_a .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068");};_ddd :=_bd .NewBuffer (nil );_dfge :=make ([]byte ,_babd );for _efef :=0;_efef < _eba ;_efef ++{_egdd :=data [_babd *_efef :_babd *(_efef +1)]; -_dfge [0]=_egdd [0];for _eeac :=1;_eeac < _babd ;_eeac ++{_dfge [_eeac ]=byte (int (_egdd [_eeac ]-_egdd [_eeac -1])%256);};_ddd .WriteByte (1);_ddd .Write (_dfge );};data =_ddd .Bytes ();};var _decf _bd .Buffer ;_fdc :=_ag .NewWriter (&_decf );_fdc .Write (data ); -_fdc .Close ();return _decf .Bytes (),nil ;};func (_cbd *PdfCrypt )authenticate (_bef []byte )(bool ,error ){_cbd ._bga =false ;_dfc :=_cbd .securityHandler ();_ggg ,_dagc ,_eaf :=_dfc .Authenticate (&_cbd ._gce ,_bef );if _eaf !=nil {return false ,_eaf ; -}else if _dagc ==0||len (_ggg )==0{return false ,nil ;};_cbd ._bga =true ;_cbd ._cgg =_ggg ;return true ,nil ;};func _gaga (_cddb *PdfObjectStream ,_acb *PdfObjectDictionary )(*CCITTFaxEncoder ,error ){_gfgcg :=NewCCITTFaxEncoder ();_eafa :=_cddb .PdfObjectDictionary ; -if _eafa ==nil {return _gfgcg ,nil ;};if _acb ==nil {_fabd :=TraceToDirectObject (_eafa .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));if _fabd !=nil {switch _ddcd :=_fabd .(type ){case *PdfObjectDictionary :_acb =_ddcd ;case *PdfObjectArray :if _ddcd .Len ()==1{if _ccca ,_aabc :=GetDict (_ddcd .Get (0)); -_aabc {_acb =_ccca ;};};default:_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_fabd );return nil ,_a .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); -};};if _acb ==nil {_eg .Log .Error ("\u0044\u0065c\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064 %\u0023\u0076",_fabd );return nil ,_a .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); -};};if _abg ,_gbdc :=GetNumberAsInt64 (_acb .Get ("\u004b"));_gbdc ==nil {_gfgcg .K =int (_abg );};if _dfgcd ,_facf :=GetNumberAsInt64 (_acb .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"));_facf ==nil {_gfgcg .Columns =int (_dfgcd );}else {_gfgcg .Columns =1728; -};if _dcg ,_eebb :=GetNumberAsInt64 (_acb .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_eebb ==nil {_gfgcg .BlackIs1 =_dcg > 0;}else {if _fgda ,_edc :=GetBoolVal (_acb .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_edc {_gfgcg .BlackIs1 =_fgda ; -}else {if _agada ,_cef :=GetArray (_acb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));_cef {_ega ,_adeb :=_agada .ToIntegerArray ();if _adeb ==nil {_gfgcg .BlackIs1 =_ega [0]==1&&_ega [1]==0;};};};};if _ebdf ,_gffg :=GetNumberAsInt64 (_acb .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); -_gffg ==nil {_gfgcg .EncodedByteAlign =_ebdf > 0;}else {if _ecge ,_dbff :=GetBoolVal (_acb .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_dbff {_gfgcg .EncodedByteAlign =_ecge ;};};if _bafb ,_bbae :=GetNumberAsInt64 (_acb .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); -_bbae ==nil {_gfgcg .EndOfLine =_bafb > 0;}else {if _efba ,_fggd :=GetBoolVal (_acb .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_fggd {_gfgcg .EndOfLine =_efba ;};};if _affd ,_eefg :=GetNumberAsInt64 (_acb .Get ("\u0052\u006f\u0077\u0073")); -_eefg ==nil {_gfgcg .Rows =int (_affd );};_gfgcg .EndOfBlock =true ;if _gfag ,_dadf :=GetNumberAsInt64 (_acb .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_dadf ==nil {_gfgcg .EndOfBlock =_gfag > 0;}else {if _gee ,_eedc :=GetBoolVal (_acb .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); -_eedc {_gfgcg .EndOfBlock =_gee ;};};if _afea ,_gcagcd :=GetNumberAsInt64 (_acb .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072"));_gcagcd !=nil {_gfgcg .DamagedRowsBeforeError =int (_afea ); -};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_acb .String ());return _gfgcg ,nil ;}; - -// GetStringVal returns the string value represented by the PdfObject directly or indirectly if -// contained within an indirect object. On type mismatch the found bool flag returned is false and -// an empty string is returned. -func GetStringVal (obj PdfObject )(_bdgfd string ,_gdeab bool ){_egfe ,_gdeab :=TraceToDirectObject (obj ).(*PdfObjectString );if _gdeab {return _egfe .Str (),true ;};return ;}; - -// GetPreviousRevisionParser returns PdfParser for the previous version of the Pdf document. -func (_ebac *PdfParser )GetPreviousRevisionParser ()(*PdfParser ,error ){if _ebac ._bgea ==0{return nil ,_a .New ("\u0074\u0068\u0069\u0073 i\u0073\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0072\u0065\u0076\u0069\u0073\u0069o\u006e");};if _gcffe ,_ffb :=_ebac ._agfd [_ebac ]; -_ffb {return _gcffe ,nil ;};_fdcc ,_egfg :=_ebac .GetPreviousRevisionReadSeeker ();if _egfg !=nil {return nil ,_egfg ;};_agag ,_egfg :=NewParser (_fdcc );_agag ._agfd =_ebac ._agfd ;if _egfg !=nil {return nil ,_egfg ;};_ebac ._agfd [_ebac ]=_agag ;return _agag ,nil ; -};func (_fged *JBIG2Image )toBitmap ()(_cgcd *_ca .Bitmap ,_gged error ){const _ccad ="\u004a\u0042\u0049\u00472I\u006d\u0061\u0067\u0065\u002e\u0074\u006f\u0042\u0069\u0074\u006d\u0061\u0070";if _fged .Data ==nil {return nil ,_bgc .Error (_ccad ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); -};if _fged .Width ==0||_fged .Height ==0{return nil ,_bgc .Error (_ccad ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if _fged .HasPadding {_cgcd ,_gged =_ca .NewWithData (_fged .Width ,_fged .Height ,_fged .Data );}else {_cgcd ,_gged =_ca .NewWithUnpaddedData (_fged .Width ,_fged .Height ,_fged .Data );};if _gged !=nil {return nil ,_bgc .Wrap (_gged ,_ccad ,"");};return _cgcd ,nil ; -}; - -// ParseIndirectObject parses an indirect object from the input stream. Can also be an object stream. -// Returns the indirect object (*PdfIndirectObject) or the stream object (*PdfObjectStream). -func (_eaffd *PdfParser )ParseIndirectObject ()(PdfObject ,error ){_fcff :=PdfIndirectObject {};_fcff ._defda =_eaffd ;_eg .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a");_cddcf ,_gafg :=_eaffd ._dgca .Peek (20); -if _gafg !=nil {if _gafg !=_eb .EOF {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a");return &_fcff ,_gafg ; -};};_eg .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_cddcf ));_ecbb :=_bbaea .FindStringSubmatchIndex (string (_cddcf ));if len (_ecbb )< 6{if _gafg ==_eb .EOF {return nil ,_gafg ; -};_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cddcf )); -return &_fcff ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_eaffd ._dgca .Discard (_ecbb [0]);_eg .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_ecbb );_abadf :=_ecbb [1]-_ecbb [0];_cdgcb :=make ([]byte ,_abadf );_ ,_gafg =_eaffd .ReadAtLeast (_cdgcb ,_abadf );if _gafg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_gafg ); -return nil ,_gafg ;};_eg .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cdgcb );_cfda :=_bbaea .FindStringSubmatch (string (_cdgcb ));if len (_cfda )< 3{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cdgcb )); -return &_fcff ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_becgd ,_ :=_b .Atoi (_cfda [1]);_gdeac ,_ :=_b .Atoi (_cfda [2]);_fcff .ObjectNumber =int64 (_becgd );_fcff .GenerationNumber =int64 (_gdeac );for {_fggce ,_cdc :=_eaffd ._dgca .Peek (2);if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_fggce ),string (_fggce )); -if IsWhiteSpace (_fggce [0]){_eaffd .skipSpaces ();}else if _fggce [0]=='%'{_eaffd .skipComments ();}else if (_fggce [0]=='<')&&(_fggce [1]=='<'){_eg .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_fcff .PdfObject ,_cdc =_eaffd .ParseDict (); -_eg .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_cdc );if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -}else if (_fggce [0]=='/')||(_fggce [0]=='(')||(_fggce [0]=='[')||(_fggce [0]=='<'){_fcff .PdfObject ,_cdc =_eaffd .parseObject ();if _cdc !=nil {return &_fcff ,_cdc ;};_eg .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); -}else if _fggce [0]==']'{_eg .Log .Debug ("\u0057\u0041\u0052\u004e\u0049N\u0047\u003a\u0020\u0027\u005d\u0027 \u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u006eo\u0074\u0020\u0062\u0065i\u006e\u0067\u0020\u0075\u0073\u0065d\u0020\u0061\u0073\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006e\u0064\u0069n\u0067\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e"); -_eaffd ._dgca .Discard (1);}else {if _fggce [0]=='e'{_gffgdc ,_gbda :=_eaffd .readTextLine ();if _gbda !=nil {return nil ,_gbda ;};if len (_gffgdc )>=6&&_gffgdc [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _fggce [0]=='s'{_fggce ,_ =_eaffd ._dgca .Peek (10); -if string (_fggce [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_gecae :=6;if len (_fggce )> 6{if IsWhiteSpace (_fggce [_gecae ])&&_fggce [_gecae ]!='\r'&&_fggce [_gecae ]!='\n'{_eg .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0050\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); -_eaffd ._dbee ._adc =true ;_gecae ++;};if _fggce [_gecae ]=='\r'{_gecae ++;if _fggce [_gecae ]=='\n'{_gecae ++;};}else if _fggce [_gecae ]=='\n'{_gecae ++;}else {_eaffd ._dbee ._adc =true ;};};_eaffd ._dgca .Discard (_gecae );_ffff ,_cegdb :=_fcff .PdfObject .(*PdfObjectDictionary ); -if !_cegdb {return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_ffff ); -_agbe ,_aegb :=_eaffd .traceStreamLength (_ffff .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"));if _aegb !=nil {_eg .Log .Debug ("\u0046\u0061\u0069l\u0020\u0074\u006f\u0020t\u0072\u0061\u0063\u0065\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076",_aegb ); -return nil ,_aegb ;};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_agbe );_gbde ,_bbgb :=_agbe .(*PdfObjectInteger );if !_bbgb {return nil ,_a .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); -};_fgeb :=*_gbde ;if _fgeb < 0{return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};_ceade :=_eaffd .GetFileOffset (); -_agbea :=_eaffd .xrefNextObjectOffset (_ceade );if _ceade +int64 (_fgeb )> _agbea &&_agbea > _ceade {_eg .Log .Debug ("E\u0078\u0070\u0065\u0063te\u0064 \u0065\u006e\u0064\u0069\u006eg\u0020\u0061\u0074\u0020\u0025\u0064",_ceade +int64 (_fgeb ));_eg .Log .Debug ("\u004e\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020\u0061t\u0020\u0025\u0064",_agbea ); -_eecba :=_agbea -_ceade -17;if _eecba < 0{return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020go\u0069\u006e\u0067 \u0070\u0061s\u0074\u0020\u0062\u006f\u0075\u006ed\u0061\u0072i\u0065\u0073"); -};_eg .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u0020c\u006f\u0072\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0074\u006f\u0020%\u0064\u002e\u002e\u002e",_eecba );_fgeb =PdfObjectInteger (_eecba ); -_ffff .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (_eecba ));};if int64 (_fgeb )> _eaffd ._dfdf {_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); -return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_bcbe :=make ([]byte ,_fgeb ); -_ ,_aegb =_eaffd .ReadAtLeast (_bcbe ,int (_fgeb ));if _aegb !=nil {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_bcbe ),_bcbe );_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aegb ); -return nil ,_aegb ;};_bcad :=PdfObjectStream {};_bcad .Stream =_bcbe ;_bcad .PdfObjectDictionary =_fcff .PdfObject .(*PdfObjectDictionary );_bcad .ObjectNumber =_fcff .ObjectNumber ;_bcad .GenerationNumber =_fcff .GenerationNumber ;_bcad .PdfObjectReference ._defda =_eaffd ; -_eaffd .skipSpaces ();_eaffd ._dgca .Discard (9);_eaffd .skipSpaces ();return &_bcad ,nil ;};};_fcff .PdfObject ,_cdc =_eaffd .parseObject ();if _fcff .PdfObject ==nil {_eg .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); -_fcff .PdfObject =MakeNull ();};return &_fcff ,_cdc ;};};if _fcff .PdfObject ==nil {_eg .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); -_fcff .PdfObject =MakeNull ();};_eg .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021");return &_fcff ,nil ;};func _abb (_abc XrefTable ){_eg .Log .Debug ("\u003dX\u003d\u0058\u003d\u0058\u003d"); -_eg .Log .Debug ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a");_gdg :=0;for _ ,_abd :=range _abc .ObjectMap {_eg .Log .Debug ("i\u002b\u0031\u003a\u0020\u0025\u0064 \u0028\u006f\u0062\u006a\u0020\u006eu\u006d\u003a\u0020\u0025\u0064\u0020\u0067e\u006e\u003a\u0020\u0025\u0064\u0029\u0020\u002d\u003e\u0020%\u0064",_gdg +1,_abd .ObjectNumber ,_abd .Generation ,_abd .Offset ); -_gdg ++;};};func _afce (_agefa _eb .ReadSeeker ,_cecaa int64 )(*limitedReadSeeker ,error ){_ ,_fdbd :=_agefa .Seek (0,_eb .SeekStart );if _fdbd !=nil {return nil ,_fdbd ;};return &limitedReadSeeker {_bdag :_agefa ,_efa :_cecaa },nil ;}; - -// NewParserFromString is used for testing purposes. -func NewParserFromString (txt string )*PdfParser {_cfc :=_bd .NewReader ([]byte (txt ));_feebb :=&PdfParser {ObjCache :objectCache {},_eaee :_cfc ,_dgca :_bb .NewReader (_cfc ),_dfdf :int64 (len (txt )),_dfeda :map[int64 ]bool {},_agfd :make (map[*PdfParser ]*PdfParser )}; -_feebb ._gfeb .ObjectMap =make (map[int ]XrefObject );return _feebb ;}; - -// ParseDict reads and parses a PDF dictionary object enclosed with '<<' and '>>' -func (_dgdg *PdfParser )ParseDict ()(*PdfObjectDictionary ,error ){_eg .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_adde :=MakeDict ();_adde ._afbd =_dgdg ;_gfcg ,_ :=_dgdg ._dgca .ReadByte (); -if _gfcg !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_gfcg ,_ =_dgdg ._dgca .ReadByte ();if _gfcg !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_dgdg .skipSpaces ();_dgdg .skipComments ();_cbbf ,_abgc :=_dgdg ._dgca .Peek (2);if _abgc !=nil {return nil ,_abgc ;};_eg .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_cbbf ),string (_cbbf )); -if (_cbbf [0]=='>')&&(_cbbf [1]=='>'){_eg .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_dgdg ._dgca .ReadByte ();_dgdg ._dgca .ReadByte ();break ;};_eg .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); -_agfbe ,_abgc :=_dgdg .parseName ();_eg .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_agfbe );if _abgc !=nil {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_abgc ); -return nil ,_abgc ;};if len (_agfbe )> 4&&_agfbe [len (_agfbe )-4:]=="\u006e\u0075\u006c\u006c"{_acgf :=_agfbe [0:len (_agfbe )-4];_eg .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_agfbe ); -_eg .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_acgf );_dgdg .skipSpaces ();_eafgd ,_ :=_dgdg ._dgca .Peek (1);if _eafgd [0]=='/'{_adde .Set (_acgf ,MakeNull ());continue ;};}; -_dgdg .skipSpaces ();_aada ,_abgc :=_dgdg .parseObject ();if _abgc !=nil {return nil ,_abgc ;};_adde .Set (_agfbe ,_aada );if _eg .Log .IsLogLevel (_eg .LogLevelTrace ){_eg .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_agfbe ,_aada .String ()); -};};_eg .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021");return _adde ,nil ;};func (_ggcbd *PdfParser )parseArray ()(*PdfObjectArray ,error ){_gdfa :=MakeArray ();_ggcbd ._dgca .ReadByte (); -for {_ggcbd .skipSpaces ();_gbgd ,_gfgdf :=_ggcbd ._dgca .Peek (1);if _gfgdf !=nil {return _gdfa ,_gfgdf ;};if _gbgd [0]==']'{_ggcbd ._dgca .ReadByte ();break ;};_agadg ,_gfgdf :=_ggcbd .parseObject ();if _gfgdf !=nil {return _gdfa ,_gfgdf ;};_gdfa .Append (_agadg ); -};return _gdfa ,nil ;}; - -// UpdateParams updates the parameter values of the encoder. -func (_ccc *DCTEncoder )UpdateParams (params *PdfObjectDictionary ){_ffa ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _cfgd ==nil {_ccc .ColorComponents =int (_ffa );};_ffeb ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -if _cfgd ==nil {_ccc .BitsPerComponent =int (_ffeb );};_cage ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _cfgd ==nil {_ccc .Width =int (_cage );};_gfaa ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); -if _cfgd ==nil {_ccc .Height =int (_gfaa );};_dfb ,_cfgd :=GetNumberAsInt64 (params .Get ("\u0051u\u0061\u006c\u0069\u0074\u0079"));if _cfgd ==nil {_ccc .Quality =int (_dfb );};_fcfd ,_fadc :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); -if _fadc {_ccc .Decode ,_cfgd =_fcfd .ToFloat64Array ();if _cfgd !=nil {_eg .Log .Error ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020de\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006eto\u0020\u0061r\u0072\u0061\u0079\u0073\u003a\u0020\u0025\u0076",_cfgd ); -};};};func (_gbcd *PdfParser )inspect ()(map[string ]int ,error ){_eg .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0053P\u0045\u0043\u0054\u0020\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d");_eg .Log .Trace ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a"); -_gfbdg :=map[string ]int {};_befeg :=0;_gddfe :=0;var _agebg []int ;for _ddaga :=range _gbcd ._gfeb .ObjectMap {_agebg =append (_agebg ,_ddaga );};_e .Ints (_agebg );_cdgfb :=0;for _ ,_ddcg :=range _agebg {_abgcbc :=_gbcd ._gfeb .ObjectMap [_ddcg ];if _abgcbc .ObjectNumber ==0{continue ; -};_befeg ++;_eg .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d");_eg .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0075\u0070\u0020\u006f\u0062\u006a\u0065c\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0025\u0064",_abgcbc .ObjectNumber ); -_ccdd ,_bdcded :=_gbcd .LookupByNumber (_abgcbc .ObjectNumber );if _bdcded !=nil {_eg .Log .Trace ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u006c\u006f\u006f\u006b\u0075p\u0020\u006f\u0062\u006a\u0020\u0025\u0064 \u0028\u0025\u0073\u0029",_abgcbc .ObjectNumber ,_bdcded ); -_gddfe ++;continue ;};_eg .Log .Trace ("\u006fb\u006a\u003a\u0020\u0025\u0073",_ccdd );_egaf ,_deef :=_ccdd .(*PdfIndirectObject );if _deef {_eg .Log .Trace ("\u0049N\u0044 \u004f\u004f\u0042\u004a\u0020\u0025\u0064\u003a\u0020\u0025\u0073",_abgcbc .ObjectNumber ,_egaf ); -_aeaa ,_adee :=_egaf .PdfObject .(*PdfObjectDictionary );if _adee {if _edba ,_dcca :=_aeaa .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_dcca {_beeb :=string (*_edba );_eg .Log .Trace ("\u002d\u002d\u002d\u003e\u0020\u004f\u0062\u006a\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_beeb ); -_ ,_cgca :=_gfbdg [_beeb ];if _cgca {_gfbdg [_beeb ]++;}else {_gfbdg [_beeb ]=1;};}else if _eebg ,_dggb :=_aeaa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065").(*PdfObjectName );_dggb {_gafd :=string (*_eebg );_eg .Log .Trace ("-\u002d-\u003e\u0020\u004f\u0062\u006a\u0020\u0073\u0075b\u0074\u0079\u0070\u0065: \u0025\u0073",_gafd ); -_ ,_gdbg :=_gfbdg [_gafd ];if _gdbg {_gfbdg [_gafd ]++;}else {_gfbdg [_gafd ]=1;};};if _ccdf ,_cgddf :=_aeaa .Get ("\u0053").(*PdfObjectName );_cgddf &&*_ccdf =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_ ,_cbcd :=_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]; -if _cbcd {_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_gfbdg ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]=1;};};};}else if _caeb ,_ecagg :=_ccdd .(*PdfObjectStream );_ecagg {if _edac ,_fbaga :=_caeb .PdfObjectDictionary .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_fbaga {_eg .Log .Trace ("\u002d\u002d\u003e\u0020\u0053\u0074\u0072\u0065\u0061\u006d\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073",*_edac );_bbea :=string (*_edac );_gfbdg [_bbea ]++;};}else {_bfcc ,_dgda :=_ccdd .(*PdfObjectDictionary ); -if _dgda {_aegd ,_geeg :=_bfcc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if _geeg {_bcfd :=string (*_aegd );_eg .Log .Trace ("\u002d-\u002d \u006f\u0062\u006a\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",_bcfd );_gfbdg [_bcfd ]++;};};_eg .Log .Trace ("\u0044\u0049\u0052\u0045\u0043\u0054\u0020\u004f\u0042\u004a\u0020\u0025d\u003a\u0020\u0025\u0073",_abgcbc .ObjectNumber ,_ccdd ); -};_cdgfb ++;};_eg .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0045\u004fF\u0020\u0049\u004e\u0053\u0050\u0045\u0043T\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d");_eg .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d"); -_eg .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074 \u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064",_befeg );_eg .Log .Trace ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u006f\u006b\u0075p\u003a\u0020\u0025\u0064",_gddfe );for _babb ,_gdcd :=range _gfbdg {_eg .Log .Trace ("\u0025\u0073\u003a\u0020\u0025\u0064",_babb ,_gdcd ); -};_eg .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d");if len (_gbcd ._gfeb .ObjectMap )< 1{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0068\u0069\u0073 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074 \u0069s\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0021\u0029"); -return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0028\u0078r\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u0029");};_cgaff ,_beabb :=_gfbdg ["\u0046\u006f\u006e\u0074"]; -if !_beabb ||_cgaff < 2{_eg .Log .Trace ("\u0054\u0068\u0069s \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073 \u0070r\u006fb\u0061\u0062\u006c\u0079\u0020\u0073\u0063\u0061\u006e\u006e\u0065\u0064\u0021");}else {_eg .Log .Trace ("\u0054\u0068\u0069\u0073\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0066o\u0072\u0020\u0065\u0078\u0074r\u0061\u0063t\u0069\u006f\u006e\u0021"); -};return _gfbdg ,nil ;};const (DefaultJPEGQuality =75;); - -// DecodeBytes decodes a slice of JBIG2 encoded bytes and returns the results. -func (_ddag *JBIG2Encoder )DecodeBytes (encoded []byte )([]byte ,error ){return _cba .DecodeBytes (encoded ,_ec .Parameters {},_ddag .Globals );}; - -// PdfCryptNewDecrypt makes the document crypt handler based on the encryption dictionary -// and trailer dictionary. Returns an error on failure to process. -func PdfCryptNewDecrypt (parser *PdfParser ,ed ,trailer *PdfObjectDictionary )(*PdfCrypt ,error ){_fgb :=&PdfCrypt {_bga :false ,_cdg :make (map[PdfObject ]bool ),_bdd :make (map[PdfObject ]bool ),_afcf :make (map[int ]struct{}),_cagb :parser };_eaa ,_gb :=ed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectName ); -if !_gb {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0043\u0072\u0079\u0070\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u0066\u0069\u0065\u006c\u0064\u0021"); -return _fgb ,_a .New ("r\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0063\u0072\u0079\u0070\u0074 \u0066\u0069\u0065\u006c\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069n\u0067");};if *_eaa !="\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064"{_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020(%\u0073\u0029",*_eaa ); -return _fgb ,_a .New ("\u0075n\u0073u\u0070\u0070\u006f\u0072\u0074e\u0064\u0020F\u0069\u006c\u0074\u0065\u0072");};_fgb ._ea .Filter =string (*_eaa );if _gcaa ,_fcd :=ed .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r").(*PdfObjectString );_fcd {_fgb ._ea .SubFilter =_gcaa .Str (); -_eg .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0073\u0075\u0062f\u0069\u006ct\u0065\u0072\u0020\u0025\u0073",_gcaa );};if L ,_bdbf :=ed .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger );_bdbf {if (*L %8)!=0{_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0065\u006ec\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -return _fgb ,_a .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0065\u006e\u0063\u0072y\u0070t\u0069o\u006e\u0020\u006c\u0065\u006e\u0067\u0074h");};_fgb ._ea .Length =int (*L );}else {_fgb ._ea .Length =40;};_fgb ._ea .V =0;if _abcg ,_bac :=ed .Get ("\u0056").(*PdfObjectInteger ); -_bac {V :=int (*_abcg );_fgb ._ea .V =V ;if V >=1&&V <=2{_fgb ._ceaa =_afb (_fgb ._ea .Length );}else if V >=4&&V <=5{if _aac :=_fgb .loadCryptFilters (ed );_aac !=nil {return _fgb ,_aac ;};}else {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0061lg\u006f\u0020\u0056 \u003d \u0025\u0064",V ); -return _fgb ,_a .New ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d");};};if _aeg :=_faec (&_fgb ._gce ,ed );_aeg !=nil {return _fgb ,_aeg ;};_fbag :="";if _egge ,_dcc :=trailer .Get ("\u0049\u0044").(*PdfObjectArray ); -_dcc &&_egge .Len ()>=1{_dag ,_cdag :=GetString (_egge .Get (0));if !_cdag {return _fgb ,_a .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0074r\u0061\u0069l\u0065\u0072\u0020\u0049\u0044");};_fbag =_dag .Str ();}else {_eg .Log .Debug ("\u0054\u0072ai\u006c\u0065\u0072 \u0049\u0044\u0020\u0061rra\u0079 m\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0021"); -};_fgb ._afcc =_fbag ;return _fgb ,nil ;}; - -// DecodeBytes decodes a slice of JPX encoded bytes and returns the result. -func (_acbe *JPXEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_acbe .GetFilterName ()); -return encoded ,ErrNoJPXDecode ;};func (_adcc *offsetReader )Seek (offset int64 ,whence int )(int64 ,error ){if whence ==_eb .SeekStart {offset +=_adcc ._fff ;};_fgde ,_gfda :=_adcc ._dbcbf .Seek (offset ,whence );if _gfda !=nil {return _fgde ,_gfda ;}; -if whence ==_eb .SeekCurrent {_fgde -=_adcc ._fff ;};if _fgde < 0{return 0,_a .New ("\u0063\u006f\u0072\u0065\u002eo\u0066\u0066\u0073\u0065\u0074\u0052\u0065\u0061\u0064\u0065\u0072\u002e\u0053e\u0065\u006b\u003a\u0020\u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};return _fgde ,nil ;}; - -// ASCIIHexEncoder implements ASCII hex encoder/decoder. -type ASCIIHexEncoder struct{}; - -// GetBoolVal returns the bool value within a *PdObjectBool represented by an PdfObject interface directly or indirectly. -// If the PdfObject does not represent a bool value, a default value of false is returned (found = false also). -func GetBoolVal (obj PdfObject )(_gdba bool ,_beaf bool ){_adcca ,_beaf :=TraceToDirectObject (obj ).(*PdfObjectBool );if _beaf {return bool (*_adcca ),true ;};return false ,false ;}; - -// DecodeStream implements ASCII hex decoding. -func (_afa *ASCIIHexEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _afa .DecodeBytes (streamObj .Stream );}; - -// String returns a string representation of `name`. -func (_cegdg *PdfObjectName )String ()string {return string (*_cegdg )}; +func (_ddag *MultiEncoder )GetFilterName ()string {_ddgb :="";for _ebeg ,_fdfe :=range _ddag ._fcge {_ddgb +=_fdfe .GetFilterName ();if _ebeg < len (_ddag ._fcge )-1{_ddgb +="\u0020";};};return _ddgb ;}; -// GetFilterName returns the name of the encoding filter. -func (_efb *CCITTFaxEncoder )GetFilterName ()string {return StreamEncodingFilterNameCCITTFax };func (_edfg *PdfParser )parseXrefTable ()(*PdfObjectDictionary ,error ){var _fddb *PdfObjectDictionary ;_cagcc ,_bbag :=_edfg .readTextLine ();if _bbag !=nil {return nil ,_bbag ; -};if _edfg ._ffad &&_afc .Count (_afc .TrimPrefix (_cagcc ,"\u0078\u0072\u0065\u0066"),"\u0020")> 0{_edfg ._dbee ._aad =true ;};_eg .Log .Trace ("\u0078\u0072\u0065\u0066 f\u0069\u0072\u0073\u0074\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cagcc ); -_efga :=-1;_ddagd :=0;_ceagb :=false ;_fgfb :="";for {_edfg .skipSpaces ();_ ,_feab :=_edfg ._dgca .Peek (1);if _feab !=nil {return nil ,_feab ;};_cagcc ,_feab =_edfg .readTextLine ();if _feab !=nil {return nil ,_feab ;};_cddf :=_ddadf .FindStringSubmatch (_cagcc ); -if len (_cddf )==0{_cgbg :=len (_fgfb )> 0;_fgfb +=_cagcc +"\u000a";if _cgbg {_cddf =_ddadf .FindStringSubmatch (_fgfb );};};if len (_cddf )==3{if _edfg ._ffad &&!_edfg ._dbee ._dcb {var (_bcce bool ;_debe int ;);for _ ,_efge :=range _cagcc {if _af .IsDigit (_efge ){if _bcce {break ; -};continue ;};if !_bcce {_bcce =true ;};_debe ++;};if _debe > 1{_edfg ._dbee ._dcb =true ;};};_caag ,_ :=_b .Atoi (_cddf [1]);_eddd ,_ :=_b .Atoi (_cddf [2]);_efga =_caag ;_ddagd =_eddd ;_ceagb =true ;_fgfb ="";_eg .Log .Trace ("\u0078r\u0065\u0066 \u0073\u0075\u0062s\u0065\u0063\u0074\u0069\u006f\u006e\u003a \u0066\u0069\u0072\u0073\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0064\u0020\u006fb\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_efga ,_ddagd ); -continue ;};_dbgb :=_bdeag .FindStringSubmatch (_cagcc );if len (_dbgb )==4{if !_ceagb {_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0058r\u0065\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006fr\u006da\u0074\u0021\u000a");return nil ,_a .New ("\u0078\u0072\u0065\u0066 i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); -};_bbbfb ,_ :=_b .ParseInt (_dbgb [1],10,64);_ddbb ,_ :=_b .Atoi (_dbgb [2]);_egbf :=_dbgb [3];_fgfb ="";if _afc .ToLower (_egbf )=="\u006e"&&_bbbfb > 1{_baea ,_ageb :=_edfg ._gfeb .ObjectMap [_efga ];if !_ageb ||_ddbb > _baea .Generation {_gddf :=XrefObject {ObjectNumber :_efga ,XType :XrefTypeTableEntry ,Offset :_bbbfb ,Generation :_ddbb }; -_edfg ._gfeb .ObjectMap [_efga ]=_gddf ;};};_efga ++;continue ;};if (len (_cagcc )> 6)&&(_cagcc [:7]=="\u0074r\u0061\u0069\u006c\u0065\u0072"){_eg .Log .Trace ("\u0046o\u0075n\u0064\u0020\u0074\u0072\u0061i\u006c\u0065r\u0020\u002d\u0020\u0025\u0073",_cagcc ); -if len (_cagcc )> 9{_gefd :=_edfg .GetFileOffset ();_edfg .SetFileOffset (_gefd -int64 (len (_cagcc ))+7);};_edfg .skipSpaces ();_edfg .skipComments ();_eg .Log .Trace ("R\u0065\u0061\u0064\u0069ng\u0020t\u0072\u0061\u0069\u006c\u0065r\u0020\u0064\u0069\u0063\u0074\u0021"); -_eg .Log .Trace ("\u0070\u0065\u0065\u006b\u003a\u0020\u0022\u0025\u0073\u0022",_cagcc );_fddb ,_feab =_edfg .ParseDict ();_eg .Log .Trace ("\u0045O\u0046\u0020\u0072\u0065a\u0064\u0069\u006e\u0067\u0020t\u0072a\u0069l\u0065\u0072\u0020\u0064\u0069\u0063\u0074!"); -if _feab !=nil {_eg .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_feab );return nil ,_feab ;};break ;};if _cagcc =="\u0025\u0025\u0045O\u0046"{_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006e\u0064 \u006f\u0066\u0020\u0066\u0069\u006c\u0065 -\u0020\u0074\u0072\u0061i\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066ou\u006e\u0064 \u002d\u0020\u0065\u0072\u0072\u006f\u0072\u0021"); -return nil ,_a .New ("\u0065\u006e\u0064 \u006f\u0066\u0020\u0066i\u006c\u0065\u0020\u002d\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_eg .Log .Trace ("\u0078\u0072\u0065\u0066\u0020\u006d\u006f\u0072\u0065 \u003a\u0020\u0025\u0073",_cagcc ); -};_eg .Log .Trace ("\u0045\u004f\u0046 p\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0021");if _edfg ._bdcf ==nil {_cgebb :=XrefTypeTableEntry ;_edfg ._bdcf =&_cgebb ;};return _fddb ,nil ;};type objectStreams map[int ]objectStream ; -func (_eggec *PdfParser )parseXrefStream (_feeae *PdfObjectInteger )(*PdfObjectDictionary ,error ){if _feeae !=nil {_eg .Log .Trace ("\u0058\u0052\u0065f\u0053\u0074\u006d\u0020x\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0061\u0074\u0020\u0025\u0064",_feeae ); -_eggec ._eaee .Seek (int64 (*_feeae ),_eb .SeekStart );_eggec ._dgca =_bb .NewReader (_eggec ._eaee );};_adba :=_eggec .GetFileOffset ();_bfb ,_abgd :=_eggec .ParseIndirectObject ();if _abgd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0078\u0072\u0065\u0066\u0020\u006fb\u006a\u0065\u0063\u0074"); -return nil ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072e\u0061\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062j\u0065\u0063\u0074");};_eg .Log .Trace ("\u0058R\u0065f\u0053\u0074\u006d\u0020\u006fb\u006a\u0065c\u0074\u003a\u0020\u0025\u0073",_bfb ); -_cdbcbg ,_fcgf :=_bfb .(*PdfObjectStream );if !_fcgf {_eg .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0058R\u0065\u0066\u0053\u0074\u006d\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067 \u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0021"); -return nil ,_a .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0070\u006f\u0069\u006e\u0074i\u006e\u0067\u0020\u0074\u006f\u0020a\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006fb\u006a\u0065\u0063\u0074");};_afbe :=_cdbcbg .PdfObjectDictionary ; -_efddb ,_fcgf :=_cdbcbg .PdfObjectDictionary .Get ("\u0053\u0069\u007a\u0065").(*PdfObjectInteger );if !_fcgf {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0069\u007a\u0065\u0020f\u0072\u006f\u006d\u0020\u0078\u0072\u0065f\u0020\u0073\u0074\u006d"); -return nil ,_a .New ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0053\u0069\u007ae\u0020\u0066\u0072\u006f\u006d\u0020\u0078\u0072\u0065\u0066 \u0073\u0074\u006d");};if int64 (*_efddb )> 8388607{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u0053\u0069\u007a\u0065\u0020\u0065x\u0063\u0065\u0065\u0064\u0065\u0064\u0020l\u0069\u006d\u0069\u0074\u002c\u0020\u006f\u0076\u0065\u0072\u00208\u0033\u0038\u0038\u0036\u0030\u0037\u0020\u0028\u0025\u0064\u0029",*_efddb ); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dfdb :=_cdbcbg .PdfObjectDictionary .Get ("\u0057");_acgg ,_fcgf :=_dfdb .(*PdfObjectArray );if !_fcgf {return nil ,_a .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0020\u0069\u006e\u0020x\u0072\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};_dgdf :=_acgg .Len ();if _dgdf !=3{_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020\u0028\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033\u0020\u002d\u0020\u0025\u0064\u0029",_dgdf ); -return nil ,_a .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065f\u0020s\u0074\u006d\u0020\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033");};var _adff []int64 ;for _cdgc :=0;_cdgc < 3; -_cdgc ++{_bfdc ,_ggcf :=GetInt (_acgg .Get (_cdgc ));if !_ggcf {return nil ,_a .New ("i\u006e\u0076\u0061\u006cid\u0020w\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0074\u0079\u0070\u0065");};_adff =append (_adff ,int64 (*_bfdc ));};_dcdg ,_abgd :=DecodeStream (_cdbcbg ); -if _abgd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f \u0064e\u0063o\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_abgd );return nil ,_abgd ;};_gacdd :=int (_adff [0]); -_gdfe :=int (_adff [0]+_adff [1]);_cddd :=int (_adff [0]+_adff [1]+_adff [2]);_fdce :=int (_adff [0]+_adff [1]+_adff [2]);if _gacdd < 0||_gdfe < 0||_cddd < 0{_eg .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u003c \u0030 \u0028\u0025\u0064\u002c\u0025\u0064\u002c%\u0064\u0029",_gacdd ,_gdfe ,_cddd ); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fdce ==0{_eg .Log .Debug ("\u004e\u006f\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0069\u006e\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0028\u0064\u0065\u006c\u0074\u0061\u0062\u0020=\u003d\u0020\u0030\u0029"); -return _afbe ,nil ;};_gdag :=len (_dcdg )/_fdce ;_efbdc :=0;_cabg :=_cdbcbg .PdfObjectDictionary .Get ("\u0049\u006e\u0064e\u0078");var _gaag []int ;if _cabg !=nil {_eg .Log .Trace ("\u0049n\u0064\u0065\u0078\u003a\u0020\u0025b",_cabg );_fdad ,_gddff :=_cabg .(*PdfObjectArray ); -if !_gddff {_eg .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0029"); -return nil ,_a .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0049\u006e\u0064e\u0078\u0020\u006f\u0062je\u0063\u0074");};if _fdad .Len ()%2!=0{_eg .Log .Debug ("\u0057\u0041\u0052\u004eI\u004e\u0047\u0020\u0046\u0061\u0069\u006c\u0075\u0072e\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020i\u006e\u0064\u0065\u0078\u0020n\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006f\u0066\u0020\u0032\u002e"); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_efbdc =0;_ffda ,_cfeg :=_fdad .ToIntegerArray ();if _cfeg !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0065\u0078 \u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0073\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0073\u003a\u0020\u0025\u0076",_cfeg ); -return nil ,_cfeg ;};for _gceec :=0;_gceec < len (_ffda );_gceec +=2{_aggb :=_ffda [_gceec ];_fbdg :=_ffda [_gceec +1];for _fcae :=0;_fcae < _fbdg ;_fcae ++{_gaag =append (_gaag ,_aggb +_fcae );};_efbdc +=_fbdg ;};}else {for _gdcf :=0;_gdcf < int (*_efddb ); -_gdcf ++{_gaag =append (_gaag ,_gdcf );};_efbdc =int (*_efddb );};if _gdag ==_efbdc +1{_eg .Log .Debug ("\u0049n\u0063\u006f\u006d\u0070ati\u0062\u0069\u006c\u0069t\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020\u006f\u0066\u0020\u0031\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u002d\u0020\u0061\u0070\u0070en\u0064\u0069\u006eg\u0020\u006f\u006e\u0065\u0020-\u0020M\u0061\u0079\u0020\u006c\u0065\u0061\u0064\u0020\u0074o\u0020\u0070\u0072\u006f\u0062\u006c\u0065\u006d\u0073"); -_faebd :=_efbdc -1;for _ ,_gga :=range _gaag {if _gga > _faebd {_faebd =_gga ;};};_gaag =append (_gaag ,_faebd +1);_efbdc ++;};if _gdag !=len (_gaag ){_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020x\u0072\u0065\u0066 \u0073\u0074\u006d:\u0020\u006eu\u006d\u0020\u0065\u006e\u0074\u0072i\u0065s \u0021\u003d\u0020\u006c\u0065\u006e\u0028\u0069\u006e\u0064\u0069\u0063\u0065\u0073\u0029\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_gdag ,len (_gaag )); -return nil ,_a .New ("\u0078\u0072ef\u0020\u0073\u0074m\u0020\u006e\u0075\u006d en\u0074ri\u0065\u0073\u0020\u0021\u003d\u0020\u006cen\u0028\u0069\u006e\u0064\u0069\u0063\u0065s\u0029");};_eg .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074s\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0025\u0064",_efbdc ); -_eg .Log .Trace ("\u0049\u006e\u0064i\u0063\u0065\u0073\u003a\u0020\u0025\u0020\u0064",_gaag );_ddcde :=func (_aggc []byte )int64 {var _fggca int64 ;for _fdag :=0;_fdag < len (_aggc );_fdag ++{_fggca +=int64 (_aggc [_fdag ])*(1<=len (_gaag ){_eg .Log .Debug ("X\u0052\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u002d\u0020\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063e\u0073s\u0020\u0069\u006e\u0064e\u0078\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u006f\u0075\u006e\u0064\u0073\u0020\u002d\u0020\u0062\u0072\u0065\u0061\u006b\u0069\u006e\u0067"); -break ;};_bbgfd :=_gaag [_ddeg ];_ddeg ++;_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0031\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_gaea );_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0032\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_fedf );_eg .Log .Trace ("%\u0064\u002e\u0020\u0070\u0033\u003a\u0020\u0025\u0020\u0078",_bbgfd ,_cbee ); -_eg .Log .Trace ("\u0025d\u002e \u0078\u0072\u0065\u0066\u003a \u0025\u0064 \u0025\u0064\u0020\u0025\u0064",_bbgfd ,_gbee ,_efeb ,_eaef );if _gbee ==0{_eg .Log .Trace ("-\u0020\u0046\u0072\u0065\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020-\u0020\u0063\u0061\u006e\u0020\u0070\u0072o\u0062\u0061\u0062\u006c\u0079\u0020\u0069\u0067\u006e\u006fr\u0065"); -}else if _gbee ==1{_eg .Log .Trace ("\u002d\u0020I\u006e\u0020\u0075\u0073e\u0020\u002d \u0075\u006e\u0063\u006f\u006d\u0070\u0072\u0065s\u0073\u0065\u0064\u0020\u0076\u0069\u0061\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0062",_fedf );if _efeb ==_adba {_eg .Log .Debug ("\u0055\u0070d\u0061\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0058\u0052\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064",_bbgfd ,_cdbcbg .ObjectNumber ); -_bbgfd =int (_cdbcbg .ObjectNumber );};if _ecec ,_bcff :=_eggec ._gfeb .ObjectMap [_bbgfd ];!_bcff ||int (_eaef )> _ecec .Generation {_acbb :=XrefObject {ObjectNumber :_bbgfd ,XType :XrefTypeTableEntry ,Offset :_efeb ,Generation :int (_eaef )};_eggec ._gfeb .ObjectMap [_bbgfd ]=_acbb ; -};}else if _gbee ==2{_eg .Log .Trace ("\u002d\u0020\u0049\u006e \u0075\u0073\u0065\u0020\u002d\u0020\u0063\u006f\u006d\u0070r\u0065s\u0073\u0065\u0064\u0020\u006f\u0062\u006ae\u0063\u0074");if _ ,_gfadf :=_eggec ._gfeb .ObjectMap [_bbgfd ];!_gfadf {_eceda :=XrefObject {ObjectNumber :_bbgfd ,XType :XrefTypeObjectStream ,OsObjNumber :int (_efeb ),OsObjIndex :int (_eaef )}; -_eggec ._gfeb .ObjectMap [_bbgfd ]=_eceda ;_eg .Log .Trace ("\u0065\u006e\u0074\u0072\u0079\u003a\u0020\u0025\u002b\u0076",_eceda );};}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0056\u0041L\u0049\u0044\u0020\u0054\u0059\u0050\u0045\u0020\u0058\u0072\u0065\u0066\u0053\u0074\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u003f\u002d\u002d\u002d\u002d\u002d\u002d-"); -continue ;};};if _eggec ._bdcf ==nil {_ebbd :=XrefTypeObjectStream ;_eggec ._bdcf =&_ebbd ;};return _afbe ,nil ;}; - -// DecodeBytes decodes a slice of LZW encoded bytes and returns the result. -func (_fgef *LZWEncoder )DecodeBytes (encoded []byte )([]byte ,error ){var _gba _bd .Buffer ;_cbce :=_bd .NewReader (encoded );var _ggdb _eb .ReadCloser ;if _fgef .EarlyChange ==1{_ggdb =_ee .NewReader (_cbce ,_ee .MSB ,8);}else {_ggdb =_ef .NewReader (_cbce ,_ef .MSB ,8); -};defer _ggdb .Close ();if _ ,_abbf :=_gba .ReadFrom (_ggdb );_abbf !=nil {if _abbf !=_eb .ErrUnexpectedEOF ||_gba .Len ()==0{return nil ,_abbf ;};_eg .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u004c\u005a\u0057\u0020\u0064\u0065\u0063\u006f\u0064i\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076\u002e \u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062e \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_abbf ); -};return _gba .Bytes (),nil ;}; +// PdfParser parses a PDF file and provides access to the object structure of the PDF. +type PdfParser struct{_dbdd Version ;_bcdda _cb .ReadSeeker ;_fdc *_gc .Reader ;_fbbge int64 ;_gfdb XrefTable ;_agfae int64 ;_cbae *xrefType ;_feaf objectStreams ;_ffe *PdfObjectDictionary ;_bcgfc *PdfCrypt ;_efda *PdfIndirectObject ;_edbc bool ;ObjCache objectCache ; +_fcbe map[int ]bool ;_fbge map[int64 ]bool ;_ebaa ParserMetadata ;_fdgb bool ;_fcca []int64 ;_decec int ;_ecbbe bool ;_gced int64 ;_fefb map[*PdfParser ]*PdfParser ;_acaa []*PdfParser ;};func (_aad *PdfCrypt )newEncryptDict ()*PdfObjectDictionary {_dda :=MakeDict (); +_dda .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064"));_dda .Set ("\u0056",MakeInteger (int64 (_aad ._ffgd .V )));_dda .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_aad ._ffgd .Length ))); +return _dda ;}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_acc *ASCII85Encoder )MakeDecodeParams ()PdfObject {return nil }; - -// HeaderPosition gets the file header position. -func (_befe ParserMetadata )HeaderPosition ()int {return _befe ._bcc }; - -// DecodeStream decodes RunLengthEncoded stream object and give back decoded bytes. -func (_bcca *RunLengthEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bcca .DecodeBytes (streamObj .Stream );};func (_efdad *PdfParser )seekToEOFMarker (_cbeg int64 )error {var _cgafb int64 ;var _aebe int64 =2048;for _cgafb < _cbeg -4{if _cbeg <=(_aebe +_cgafb ){_aebe =_cbeg -_cgafb ; -};_ ,_febdd :=_efdad ._eaee .Seek (_cbeg -_cgafb -_aebe ,_eb .SeekStart );if _febdd !=nil {return _febdd ;};_eggb :=make ([]byte ,_aebe );_efdad ._eaee .Read (_eggb );_eg .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_eggb )); -_aggd :=_ebcb .FindAllStringIndex (string (_eggb ),-1);if _aggd !=nil {_eaab :=_aggd [len (_aggd )-1];_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_aggd );_fbgd :=_cbeg -_cgafb -_aebe +int64 (_eaab [0]);_efdad ._eaee .Seek (_fbgd ,_eb .SeekStart ); -return nil ;};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_cgafb +=_aebe -4;};_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _afgba ;}; +func (_cdbc *RawEncoder )MakeDecodeParams ()PdfObject {return nil }; -// Elements returns a slice of the PdfObject elements in the array. -func (_gcgab *PdfObjectArray )Elements ()[]PdfObject {if _gcgab ==nil {return nil ;};return _gcgab ._cgef ;};var _fgag =[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046"); - -// GetString is a helper for Get that returns a string value. -// Returns false if the key is missing or a value is not a string. -func (_gcgad *PdfObjectDictionary )GetString (key PdfObjectName )(string ,bool ){_bcag :=_gcgad .Get (key );if _bcag ==nil {return "",false ;};_fbedg ,_dcbg :=_bcag .(*PdfObjectString );if !_dcbg {return "",false ;};return _fbedg .Str (),true ;}; - -// PdfObjectInteger represents the primitive PDF integer numerical object. -type PdfObjectInteger int64 ;func (_bbdb *PdfCrypt )isDecrypted (_cgd PdfObject )bool {_ ,_ggfb :=_bbdb ._cdg [_cgd ];if _ggfb {_eg .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0064\u0065\u0063\u0072y\u0070\u0074\u0065\u0064");return true ; -};switch _ecf :=_cgd .(type ){case *PdfObjectStream :if _bbdb ._gce .R !=5{if _dfg ,_gcb :=_ecf .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_gcb &&*_dfg =="\u0058\u0052\u0065\u0066"{return true ;};};case *PdfIndirectObject :if _ ,_ggfb =_bbdb ._afcf [int (_ecf .ObjectNumber )]; -_ggfb {return true ;};switch _gad :=_ecf .PdfObject .(type ){case *PdfObjectDictionary :_fecf :=true ;for _ ,_abf :=range _gbdg {if _gad .Get (_abf )==nil {_fecf =false ;break ;};};if _fecf {return true ;};};};_eg .Log .Trace ("\u004e\u006f\u0074\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); -return false ;}; - -// EncodeBytes encodes the passed in slice of bytes by passing it through the -// EncodeBytes method of the underlying encoders. -func (_cdde *MultiEncoder )EncodeBytes (data []byte )([]byte ,error ){_dgbee :=data ;var _adea error ;for _dffdg :=len (_cdde ._cfag )-1;_dffdg >=0;_dffdg --{_beg :=_cdde ._cfag [_dffdg ];_dgbee ,_adea =_beg .EncodeBytes (_dgbee );if _adea !=nil {return nil ,_adea ; -};};return _dgbee ,nil ;}; - -// DecodeStream implements ASCII85 stream decoding. -func (_efdfd *ASCII85Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _efdfd .DecodeBytes (streamObj .Stream );}; - -// String returns a string describing `ind`. -func (_fafe *PdfIndirectObject )String ()string {return _bf .Sprintf ("\u0049\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0025\u0064",(*_fafe ).ObjectNumber );}; - -// EncodeBytes implements support for LZW encoding. Currently not supporting predictors (raw compressed data only). -// Only supports the Early change = 1 algorithm (compress/lzw) as the other implementation -// does not have a write method. -// TODO: Consider refactoring compress/lzw to allow both. -func (_gaca *LZWEncoder )EncodeBytes (data []byte )([]byte ,error ){if _gaca .Predictor !=1{return nil ,_bf .Errorf ("\u004c\u005aW \u0050\u0072\u0065d\u0069\u0063\u0074\u006fr =\u00201 \u006f\u006e\u006c\u0079\u0020\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0079e\u0074"); -};if _gaca .EarlyChange ==1{return nil ,_bf .Errorf ("\u004c\u005a\u0057\u0020\u0045\u0061\u0072\u006c\u0079\u0020\u0043\u0068\u0061n\u0067\u0065\u0020\u003d\u0020\u0030 \u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0079\u0065\u0074"); -};var _aee _bd .Buffer ;_abda :=_ef .NewWriter (&_aee ,_ef .MSB ,8);_abda .Write (data );_abda .Close ();return _aee .Bytes (),nil ;}; +// NewASCIIHexEncoder makes a new ASCII hex encoder. +func NewASCIIHexEncoder ()*ASCIIHexEncoder {_gacfe :=&ASCIIHexEncoder {};return _gacfe };func (_bbbef *offsetReader )Seek (offset int64 ,whence int )(int64 ,error ){if whence ==_cb .SeekStart {offset +=_bbbef ._fbdd ;};_cgcfa ,_agdd :=_bbbef ._fgge .Seek (offset ,whence ); +if _agdd !=nil {return _cgcfa ,_agdd ;};if whence ==_cb .SeekCurrent {_cgcfa -=_bbbef ._fbdd ;};if _cgcfa < 0{return 0,_d .New ("\u0063\u006f\u0072\u0065\u002eo\u0066\u0066\u0073\u0065\u0074\u0052\u0065\u0061\u0064\u0065\u0072\u002e\u0053e\u0065\u006b\u003a\u0020\u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};return _cgcfa ,nil ;}; -// DecodeGlobals decodes 'encoded' byte stream and returns their Globally defined segments ('Globals'). -func (_eebf *JBIG2Encoder )DecodeGlobals (encoded []byte )(_cba .Globals ,error ){return _cba .DecodeGlobals (encoded );};func (_adaba *PdfParser )parseXref ()(*PdfObjectDictionary ,error ){_adaba .skipSpaces ();const _gacbg =20;_ddfgc ,_ :=_adaba ._dgca .Peek (_gacbg ); -for _aecc :=0;_aecc < 2;_aecc ++{if _adaba ._eeeaf ==0{_adaba ._eeeaf =_adaba .GetFileOffset ();};if _bbaea .Match (_ddfgc ){_eg .Log .Trace ("\u0078\u0072e\u0066\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0074\u006f\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002e\u0020\u0050\u0072\u006f\u0062\u0061\u0062\u006c\u0079\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_eg .Log .Debug ("\u0073t\u0061r\u0074\u0069\u006e\u0067\u0020w\u0069\u0074h\u0020\u0022\u0025\u0073\u0022",string (_ddfgc ));return _adaba .parseXrefStream (nil );};if _dbdbc .Match (_ddfgc ){_eg .Log .Trace ("\u0053\u0074\u0061\u006ed\u0061\u0072\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073e\u0063t\u0069\u006f\u006e\u0020\u0074\u0061\u0062l\u0065\u0021"); -return _adaba .parseXrefTable ();};_ddea :=_adaba .GetFileOffset ();if _adaba ._eeeaf ==0{_adaba ._eeeaf =_ddea ;};_adaba .SetFileOffset (_ddea -_gacbg );defer _adaba .SetFileOffset (_ddea );_defd ,_ :=_adaba ._dgca .Peek (_gacbg );_ddfgc =append (_defd ,_ddfgc ...); -};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u0078\u0072\u0065f\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006fr\u0020\u0073\u0074\u0072\u0065\u0061\u006d.\u0020\u0052\u0065\u0070\u0061i\u0072\u0020\u0061\u0074\u0074e\u006d\u0070\u0074\u0065\u0064\u003a\u0020\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0065\u0061\u0072\u006c\u0069\u0065\u0073\u0074\u0020x\u0072\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u0062\u006f\u0074to\u006d\u002e"); -if _eade :=_adaba .repairSeekXrefMarker ();_eade !=nil {_eg .Log .Debug ("\u0052e\u0070a\u0069\u0072\u0020\u0066\u0061i\u006c\u0065d\u0020\u002d\u0020\u0025\u0076",_eade );return nil ,_eade ;};return _adaba .parseXrefTable ();}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_gdbc *JPXEncoder )MakeDecodeParams ()PdfObject {return nil }; -// MakeArrayFromIntegers64 creates an PdfObjectArray from a slice of int64s, where each array element -// is an PdfObjectInteger. -func MakeArrayFromIntegers64 (vals []int64 )*PdfObjectArray {_dfeg :=MakeArray ();for _ ,_acec :=range vals {_dfeg .Append (MakeInteger (_acec ));};return _dfeg ;};func _cbgg (_fcbb int )int {if _fcbb < 0{return -_fcbb ;};return _fcbb ;}; +// GetNameVal returns the string value represented by the PdfObject directly or indirectly if +// contained within an indirect object. On type mismatch the found bool flag returned is false and +// an empty string is returned. +func GetNameVal (obj PdfObject )(_cdae string ,_fagg bool ){_gbae ,_fagg :=TraceToDirectObject (obj ).(*PdfObjectName );if _fagg {return string (*_gbae ),true ;};return ;}; -// Decrypt an object with specified key. For numbered objects, -// the key argument is not used and a new one is generated based -// on the object and generation number. -// Traverses through all the subobjects (recursive). -// -// Does not look up references.. That should be done prior to calling. -func (_gac *PdfCrypt )Decrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _gac .isDecrypted (obj ){return nil ;};switch _cagd :=obj .(type ){case *PdfIndirectObject :_gac ._cdg [_cagd ]=true ;_eg .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_cagd .ObjectNumber ,_cagd .GenerationNumber ); -_dec :=_cagd .ObjectNumber ;_fgab :=_cagd .GenerationNumber ;_aaab :=_gac .Decrypt (_cagd .PdfObject ,_dec ,_fgab );if _aaab !=nil {return _aaab ;};return nil ;case *PdfObjectStream :_gac ._cdg [_cagd ]=true ;_ccef :=_cagd .PdfObjectDictionary ;if _gac ._gce .R !=5{if _agg ,_ada :=_ccef .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_ada &&*_agg =="\u0058\u0052\u0065\u0066"{return nil ;};};_ebca :=_cagd .ObjectNumber ;_ffd :=_cagd .GenerationNumber ;_eg .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_ebca ,_ffd ); -_efgf :=_gcgd ;if _gac ._ea .V >=4{_efgf =_gac ._fde ;_eg .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_gac ._fde );if _ede ,_fbdd :=_ccef .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); -_fbdd {if _cfe ,_dgee :=GetName (_ede .Get (0));_dgee {if *_cfe =="\u0043\u0072\u0079p\u0074"{_efgf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _debg ,_cdb :=_ccef .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); -_cdb {if _ddgb ,_gab :=_debg .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_gab {if _ ,_ceg :=_gac ._ceaa [string (*_ddgb )];_ceg {_eg .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_ddgb ); -_efgf =string (*_ddgb );};};};};};};_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_efgf );if _efgf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_febd :=_gac .Decrypt (_ccef ,_ebca ,_ffd ); -if _febd !=nil {return _febd ;};_ebd ,_febd :=_gac .makeKey (_efgf ,uint32 (_ebca ),uint32 (_ffd ),_gac ._cgg );if _febd !=nil {return _febd ;};_cagd .Stream ,_febd =_gac .decryptBytes (_cagd .Stream ,_efgf ,_ebd );if _febd !=nil {return _febd ;};_ccef .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_cagd .Stream )))); -return nil ;case *PdfObjectString :_eg .Log .Trace ("\u0044e\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_dbeb :=_gcgd ;if _gac ._ea .V >=4{_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_gac ._fcf ); -if _gac ._fcf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_dbeb =_gac ._fcf ;};_gag ,_bfab :=_gac .makeKey (_dbeb ,uint32 (parentObjNum ),uint32 (parentGenNum ),_gac ._cgg );if _bfab !=nil {return _bfab ;};_gef :=_cagd .Str ();_daab :=make ([]byte ,len (_gef )); -for _bdc :=0;_bdc < len (_gef );_bdc ++{_daab [_bdc ]=_gef [_bdc ];};if len (_daab )> 0{_eg .Log .Trace ("\u0044e\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_daab ,_daab ); -_daab ,_bfab =_gac .decryptBytes (_daab ,_dbeb ,_gag );if _bfab !=nil {return _bfab ;};};_cagd ._befb =string (_daab );return nil ;case *PdfObjectArray :for _ ,_cbae :=range _cagd .Elements (){_cbc :=_gac .Decrypt (_cbae ,parentObjNum ,parentGenNum );if _cbc !=nil {return _cbc ; -};};return nil ;case *PdfObjectDictionary :_dgg :=false ;if _eag :=_cagd .Get ("\u0054\u0079\u0070\u0065");_eag !=nil {_adg ,_bbb :=_eag .(*PdfObjectName );if _bbb &&*_adg =="\u0053\u0069\u0067"{_dgg =true ;};};for _ ,_fedc :=range _cagd .Keys (){_ccag :=_cagd .Get (_fedc ); -if _dgg &&string (_fedc )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_fedc )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_fedc )!="\u0050\u0072\u0065\u0076"&&string (_fedc )!="\u004c\u0061\u0073\u0074"{_gge :=_gac .Decrypt (_ccag ,parentObjNum ,parentGenNum ); -if _gge !=nil {return _gge ;};};};return nil ;};return nil ;};func (_adeaa *PdfParser )checkLinearizedInformation (_gfcc *PdfObjectDictionary )(bool ,error ){var _eggg error ;_adeaa ._ddge ,_eggg =GetNumberAsInt64 (_gfcc .Get ("\u004c"));if _eggg !=nil {return false ,_eggg ; -};_eggg =_adeaa .seekToEOFMarker (_adeaa ._ddge );switch _eggg {case nil :return true ,nil ;case _afgba :return false ,nil ;default:return false ,_eggg ;};};func (_fgaa *FlateEncoder )postDecodePredict (_bece []byte )([]byte ,error ){if _fgaa .Predictor > 1{if _fgaa .Predictor ==2{_eg .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_eg .Log .Trace ("\u0043\u006f\u006c\u006f\u0072\u0073\u003a\u0020\u0025\u0064",_fgaa .Colors );_dccg :=_fgaa .Columns *_fgaa .Colors ;if _dccg < 1{return []byte {},nil ;};_fdf :=len (_bece )/_dccg ;if len (_bece )%_dccg !=0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_bece ),_dccg );};if _dccg %_fgaa .Colors !=0{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_dccg ,_fgaa .Colors ); -};if _dccg > len (_bece ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_dccg ,len (_bece )); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eg .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_bece ),_bece ); -_bda :=_bd .NewBuffer (nil );for _cbcb :=0;_cbcb < _fdf ;_cbcb ++{_bdg :=_bece [_dccg *_cbcb :_dccg *(_cbcb +1)];for _dced :=_fgaa .Colors ;_dced < _dccg ;_dced ++{_bdg [_dced ]+=_bdg [_dced -_fgaa .Colors ];};_bda .Write (_bdg );};_ebef :=_bda .Bytes (); -_eg .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_ebef ),_ebef );return _ebef ,nil ;}else if _fgaa .Predictor >=10&&_fgaa .Predictor <=15{_eg .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_cead :=_fgaa .Columns *_fgaa .Colors +1;_cdaga :=len (_bece )/_cead ;if len (_bece )%_cead !=0{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_bece ),_cead ); -};if _cead > len (_bece ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_cead ,len (_bece )); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_fecfb :=_bd .NewBuffer (nil );_eg .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_fgaa .Columns ); -_eg .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_bece ),_cead ,_cdaga );_bfgf :=make ([]byte ,_cead );for _cbad :=0;_cbad < _cead ;_cbad ++{_bfgf [_cbad ]=0; -};_ddf :=_fgaa .Colors ;for _gcadc :=0;_gcadc < _cdaga ;_gcadc ++{_daf :=_bece [_cead *_gcadc :_cead *(_gcadc +1)];_ebcd :=_daf [0];switch _ebcd {case _aegg :case _gcbe :for _gcd :=1+_ddf ;_gcd < _cead ;_gcd ++{_daf [_gcd ]+=_daf [_gcd -_ddf ];};case _bcf :for _feae :=1; -_feae < _cead ;_feae ++{_daf [_feae ]+=_bfgf [_feae ];};case _caga :for _eab :=1;_eab < _ddf +1;_eab ++{_daf [_eab ]+=_bfgf [_eab ]/2;};for _febe :=_ddf +1;_febe < _cead ;_febe ++{_daf [_febe ]+=byte ((int (_daf [_febe -_ddf ])+int (_bfgf [_febe ]))/2); -};case _fag :for _gfad :=1;_gfad < _cead ;_gfad ++{var _eeba ,_eeab ,_eeff byte ;_eeab =_bfgf [_gfad ];if _gfad >=_ddf +1{_eeba =_daf [_gfad -_ddf ];_eeff =_bfgf [_gfad -_ddf ];};_daf [_gfad ]+=_acdcf (_eeba ,_eeab ,_eeff );};default:_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029\u0020\u0040\u0072o\u0077\u0020\u0025\u0064",_ebcd ,_gcadc ); -return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_ebcd );};copy (_bfgf ,_daf );_fecfb .Write (_daf [1:]);};_bcdf :=_fecfb .Bytes ();return _bcdf ,nil ; -}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_fgaa .Predictor );return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_fgaa .Predictor ); -};};return _bece ,nil ;}; +// DecodeStream decodes the stream data and returns the decoded data. +// An error is returned upon failure. +func DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_gf .Log .Trace ("\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_aeaaa ,_afffg :=NewEncoderFromStream (streamObj );if _afffg !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_afffg ); +return nil ,_afffg ;};_gf .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076\u000a",_aeaaa );_gcdbe ,_afffg :=_aeaaa .DecodeStream (streamObj );if _afffg !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_afffg ); +return nil ,_afffg ;};return _gcdbe ,nil ;}; -// GetParser returns the parser for lazy-loading or compare references. -func (_dbba *PdfObjectReference )GetParser ()*PdfParser {return _dbba ._defda }; +// MakeEncodedString creates a PdfObjectString with encoded content, which can be either +// UTF-16BE or PDFDocEncoding depending on whether `utf16BE` is true or false respectively. +func MakeEncodedString (s string ,utf16BE bool )*PdfObjectString {if utf16BE {var _abeg _gbg .Buffer ;_abeg .Write ([]byte {0xFE,0xFF});_abeg .WriteString (_gfg .StringToUTF16 (s ));return &PdfObjectString {_addg :_abeg .String (),_ffff :true };};return &PdfObjectString {_addg :string (_gfg .StringToPDFDocEncoding (s )),_ffff :false }; +};func (_fbee *PdfParser )parseArray ()(*PdfObjectArray ,error ){_ffee :=MakeArray ();_fbee ._fdc .ReadByte ();for {_fbee .skipSpaces ();_cffb ,_dgbfa :=_fbee ._fdc .Peek (1);if _dgbfa !=nil {return _ffee ,_dgbfa ;};if _cffb [0]==']'{_fbee ._fdc .ReadByte (); +break ;};_fgfg ,_dgbfa :=_fbee .parseObject ();if _dgbfa !=nil {return _ffee ,_dgbfa ;};_ffee .Append (_fgfg );};return _ffee ,nil ;}; -// HasDataAfterEOF checks if there is some data after EOF marker. -func (_eef ParserMetadata )HasDataAfterEOF ()bool {return _eef ._bcd }; +// TraceToDirectObject traces a PdfObject to a direct object. For example direct objects contained +// in indirect objects (can be double referenced even). +func TraceToDirectObject (obj PdfObject )PdfObject {if _ceeca ,_baffg :=obj .(*PdfObjectReference );_baffg {obj =_ceeca .Resolve ();};_ggae ,_efcf :=obj .(*PdfIndirectObject );_acgf :=0;for _efcf {obj =_ggae .PdfObject ;_ggae ,_efcf =GetIndirect (obj ); +_acgf ++;if _acgf > _dacf {_gf .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0061\u0063\u0065\u0020\u0064\u0065p\u0074\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u0062\u0065\u0079\u006fn\u0064\u0020\u0025\u0064\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0067oi\u006e\u0067\u0020\u0064\u0065\u0065\u0070\u0065\u0072\u0021",_dacf ); +return nil ;};};return obj ;}; -// XrefObject defines a cross reference entry which is a map between object number (with generation number) and the -// location of the actual object, either as a file offset (xref table entry), or as a location within an xref -// stream object (xref object stream). -type XrefObject struct{XType xrefType ;ObjectNumber int ;Generation int ; +// PdfObjectName represents the primitive PDF name object. +type PdfObjectName string ; -// For normal xrefs (defined by OFFSET) -Offset int64 ; +// String returns a string describing `ref`. +func (_ebdb *PdfObjectReference )String ()string {return _af .Sprintf ("\u0052\u0065\u0066\u0028\u0025\u0064\u0020\u0025\u0064\u0029",_ebdb .ObjectNumber ,_ebdb .GenerationNumber );}; -// For xrefs to object streams. -OsObjNumber int ;OsObjIndex int ;}; +// NewDCTEncoder makes a new DCT encoder with default parameters. +func NewDCTEncoder ()*DCTEncoder {_bdfd :=&DCTEncoder {};_bdfd .ColorComponents =3;_bdfd .BitsPerComponent =8;_bdfd .Quality =DefaultJPEGQuality ;_bdfd .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};return _bdfd ;}; -// String returns a string describing `null`. -func (_agfdf *PdfObjectNull )String ()string {return "\u006e\u0075\u006c\u006c"};func (_efdg *PdfParser )parseNull ()(PdfObjectNull ,error ){_ ,_becg :=_efdg ._dgca .Discard (4);return PdfObjectNull {},_becg ;}; +// NewMultiEncoder returns a new instance of MultiEncoder. +func NewMultiEncoder ()*MultiEncoder {_ddad :=MultiEncoder {};_ddad ._fcge =[]StreamEncoder {};return &_ddad ;}; // JBIG2Encoder implements both jbig2 encoder and the decoder. The encoder allows to encode // provided images (best used document scans) in multiple way. By default it uses single page generic @@ -933,10 +528,10 @@ BitsPerComponent int ; Width int ; // Height is the height of the image to encode. -Height int ;_aed *_dbb .Document ; +Height int ;_bacd *_ccb .Document ; // Globals are the JBIG2 global segments. -Globals _cba .Globals ; +Globals _ef .Globals ; // IsChocolateData defines if the data is encoded such that // binary data '1' means black and '0' white. @@ -947,654 +542,911 @@ IsChocolateData bool ; // DefaultPageSettings are the settings parameters used by the jbig2 encoder. DefaultPageSettings JBIG2EncoderSettings ;}; -// PdfObjectDictionary represents the primitive PDF dictionary/map object. -type PdfObjectDictionary struct{_degg map[PdfObjectName ]PdfObject ;_aeba []PdfObjectName ;_fgcd *_c .Mutex ;_afbd *PdfParser ;}; - -// FlattenObject returns the contents of `obj`. In other words, `obj` with indirect objects replaced -// by their values. -// The replacements are made recursively to a depth of traceMaxDepth. -// NOTE: Dicts are sorted to make objects with same contents have the same PDF object strings. -func FlattenObject (obj PdfObject )PdfObject {return _gbcgd (obj ,0)}; - -// String returns a string describing `ref`. -func (_dgfd *PdfObjectReference )String ()string {return _bf .Sprintf ("\u0052\u0065\u0066\u0028\u0025\u0064\u0020\u0025\u0064\u0029",_dgfd .ObjectNumber ,_dgfd .GenerationNumber );}; +// MakeStringFromBytes creates an PdfObjectString from a byte array. +// This is more natural than MakeString as `data` is usually not utf-8 encoded. +func MakeStringFromBytes (data []byte )*PdfObjectString {return MakeString (string (data ))}; -// PdfParser parses a PDF file and provides access to the object structure of the PDF. -type PdfParser struct{_dfd Version ;_eaee _eb .ReadSeeker ;_dgca *_bb .Reader ;_dfdf int64 ;_gfeb XrefTable ;_eeeaf int64 ;_bdcf *xrefType ;_bgag objectStreams ;_daeab *PdfObjectDictionary ;_bbaead *PdfCrypt ;_dfce *PdfIndirectObject ;_cddea bool ;ObjCache objectCache ; -_gddc map[int ]bool ;_dfeda map[int64 ]bool ;_dbee ParserMetadata ;_ffad bool ;_ead []int64 ;_bgea int ;_gdea bool ;_ddge int64 ;_agfd map[*PdfParser ]*PdfParser ;_gaad []*PdfParser ;}; +// HasDataAfterEOF checks if there is some data after EOF marker. +func (_bcgb ParserMetadata )HasDataAfterEOF ()bool {return _bcgb ._cbe }; -// EncodeBytes encodes the image data using either Group3 or Group4 CCITT facsimile (fax) encoding. -// `data` is expected to be 1 color component, 1 bit per component. It is also valid to provide 8 BPC, 1 CC image like -// a standard go image Gray data. -func (_cgddb *CCITTFaxEncoder )EncodeBytes (data []byte )([]byte ,error ){var _faeg _gg .Gray ;switch len (data ){case _cgddb .Rows *_cgddb .Columns :_bdgf ,_ecae :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,8,1,data ,nil ,nil );if _ecae !=nil {return nil ,_ecae ; -};_faeg =_bdgf .(_gg .Gray );case (_cgddb .Columns *_cgddb .Rows )+7>>3:_eaeg ,_ebee :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,1,1,data ,nil ,nil );if _ebee !=nil {return nil ,_ebee ;};_dagf :=_eaeg .(*_gg .Monochrome );if _ebee =_dagf .AddPadding (); -_ebee !=nil {return nil ,_ebee ;};_faeg =_dagf ;default:if len (data )< _gg .BytesPerLine (_cgddb .Columns ,1,1)*_cgddb .Rows {return nil ,_a .New ("p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020i\u006e\u0070\u0075t\u0020d\u0061\u0074\u0061"); -};_decc ,_agd :=_gg .NewImage (_cgddb .Columns ,_cgddb .Rows ,1,1,data ,nil ,nil );if _agd !=nil {return nil ,_agd ;};_bgdd :=_decc .(*_gg .Monochrome );_faeg =_bgdd ;};_acge :=make ([][]byte ,_cgddb .Rows );for _fdcbf :=0;_fdcbf < _cgddb .Rows ;_fdcbf ++{_accf :=make ([]byte ,_cgddb .Columns ); -for _bdaa :=0;_bdaa < _cgddb .Columns ;_bdaa ++{_abdd :=_faeg .GrayAt (_bdaa ,_fdcbf );_accf [_bdaa ]=_abdd .Y >>7;};_acge [_fdcbf ]=_accf ;};_ffac :=&_fb .Encoder {K :_cgddb .K ,Columns :_cgddb .Columns ,EndOfLine :_cgddb .EndOfLine ,EndOfBlock :_cgddb .EndOfBlock ,BlackIs1 :_cgddb .BlackIs1 ,DamagedRowsBeforeError :_cgddb .DamagedRowsBeforeError ,Rows :_cgddb .Rows ,EncodedByteAlign :_cgddb .EncodedByteAlign }; -return _ffac .Encode (_acge ),nil ;}; +// Append appends PdfObject(s) to the array. +func (_bgae *PdfObjectArray )Append (objects ...PdfObject ){if _bgae ==nil {_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0020\u002d\u0020\u0041\u0074\u0074\u0065\u006d\u0070t\u0020\u0074\u006f\u0020\u0061\u0070p\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020a\u0072\u0072\u0061\u0079"); +return ;};_bgae ._dcgec =append (_bgae ._dcgec ,objects ...);};func (_dab *PdfCrypt )loadCryptFilters (_acgd *PdfObjectDictionary )error {_dab ._fcag =cryptFilters {};_cbg :=_acgd .Get ("\u0043\u0046");_cbg =TraceToDirectObject (_cbg );if _ebdd ,_eedc :=_cbg .(*PdfObjectReference ); +_eedc {_ecb ,_ddaa :=_dab ._bcc .LookupByReference (*_ebdd );if _ddaa !=nil {_gf .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0075\u0070\u0020\u0043\u0046\u0020\u0072\u0065\u0066\u0065\u0072en\u0063\u0065"); +return _ddaa ;};_cbg =TraceToDirectObject (_ecb );};_bbf ,_cab :=_cbg .(*PdfObjectDictionary );if !_cab {_gf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0043\u0046\u002c \u0074\u0079\u0070\u0065: \u0025\u0054",_cbg );return _d .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0046"); +};for _ ,_cec :=range _bbf .Keys (){_cce :=_bbf .Get (_cec );if _eedd ,_gde :=_cce .(*PdfObjectReference );_gde {_bcb ,_gacf :=_dab ._bcc .LookupByReference (*_eedd );if _gacf !=nil {_gf .Log .Debug ("\u0045\u0072ro\u0072\u0020\u006co\u006f\u006b\u0075\u0070 up\u0020di\u0063\u0074\u0069\u006f\u006e\u0061\u0072y \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065"); +return _gacf ;};_cce =TraceToDirectObject (_bcb );};_ccbf ,_agf :=_cce .(*PdfObjectDictionary );if !_agf {return _af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006e \u0043\u0046\u0020\u0028\u006e\u0061\u006d\u0065\u0020\u0025\u0073\u0029\u0020-\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0062\u0075\u0074\u0020\u0025\u0054",_cec ,_cce ); +};if _cec =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u002d\u0020\u0043\u0061\u006e\u006e\u006f\u0074\u0020\u006f\u0076\u0065\u0072\u0077r\u0069\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0069d\u0065\u006e\u0074\u0069\u0074\u0079\u0020\u0066\u0069\u006c\u0074\u0065\u0072 \u002d\u0020\u0054\u0072\u0079\u0069n\u0067\u0020\u006ee\u0078\u0074"); +continue ;};var _ebdde _ee .FilterDict ;if _fgb :=_dae (&_ebdde ,_ccbf );_fgb !=nil {return _fgb ;};_cdb ,_agfa :=_ee .NewFilter (_ebdde );if _agfa !=nil {return _agfa ;};_dab ._fcag [string (_cec )]=_cdb ;};_dab ._fcag ["\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"]=_ee .NewIdentity (); +_dab ._eab ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _dad ,_ggcg :=_acgd .Get ("\u0053\u0074\u0072\u0046").(*PdfObjectName );_ggcg {if _ ,_bccf :=_dab ._fcag [string (*_dad )];!_bccf {return _af .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u0072\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_dad ); +};_dab ._eab =string (*_dad );};_dab ._bfe ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _face ,_aade :=_acgd .Get ("\u0053\u0074\u006d\u0046").(*PdfObjectName );_aade {if _ ,_abc :=_dab ._fcag [string (*_face )];!_abc {return _af .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u006d\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_face ); +};_dab ._bfe =string (*_face );};return nil ;}; -// FlateEncoder represents Flate encoding. -type FlateEncoder struct{Predictor int ;BitsPerComponent int ; +// GetIndirect returns the *PdfIndirectObject represented by the PdfObject. On type mismatch the found bool flag is +// false and a nil pointer is returned. +func GetIndirect (obj PdfObject )(_gcga *PdfIndirectObject ,_cgeg bool ){obj =ResolveReference (obj );_gcga ,_cgeg =obj .(*PdfIndirectObject );return _gcga ,_cgeg ;}; -// For predictors -Columns int ;Rows int ;Colors int ;_dagb *_gg .ImageBase ;};const _ebbf =32<<(^uint (0)>>63); +// HeaderPosition gets the file header position. +func (_gdfa ParserMetadata )HeaderPosition ()int {return _gdfa ._fbe }; -// MakeHexString creates an PdfObjectString from a string intended for output as a hexadecimal string. -func MakeHexString (s string )*PdfObjectString {_efag :=PdfObjectString {_befb :s ,_eecac :true };return &_efag ;}; +// String returns a string describing `streams`. +func (_aeab *PdfObjectStreams )String ()string {return _af .Sprintf ("\u004f\u0062j\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0025\u0064",_aeab .ObjectNumber );};var (ErrUnsupportedEncodingParameters =_d .New ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); +ErrNoCCITTFaxDecode =_d .New ("\u0043\u0043I\u0054\u0054\u0046\u0061\u0078\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoJBIG2Decode =_d .New ("\u004a\u0042\u0049\u0047\u0032\u0044\u0065c\u006f\u0064\u0065 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoJPXDecode =_d .New ("\u004a\u0050\u0058\u0044\u0065c\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); +ErrNoPdfVersion =_d .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");ErrTypeError =_d .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");ErrRangeError =_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +ErrNotSupported =_gg .New ("\u0066\u0065\u0061t\u0075\u0072\u0065\u0020n\u006f\u0074\u0020\u0063\u0075\u0072\u0072e\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");ErrNotANumber =_d .New ("\u006e\u006f\u0074 \u0061\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); +);const _fgf ="\u0053\u0074\u0064C\u0046"; -// UpdateParams updates the parameter values of the encoder. -func (_cfga *RawEncoder )UpdateParams (params *PdfObjectDictionary ){}; +// Seek implementation of Seek interface. +func (_edga *limitedReadSeeker )Seek (offset int64 ,whence int )(int64 ,error ){var _gea int64 ;switch whence {case _cb .SeekStart :_gea =offset ;case _cb .SeekCurrent :_dgcbf ,_ecabd :=_edga ._dcb .Seek (0,_cb .SeekCurrent );if _ecabd !=nil {return 0,_ecabd ; +};_gea =_dgcbf +offset ;case _cb .SeekEnd :_gea =_edga ._adad +offset ;};if _fccc :=_edga .getError (_gea );_fccc !=nil {return 0,_fccc ;};if _ ,_edfb :=_edga ._dcb .Seek (_gea ,_cb .SeekStart );_edfb !=nil {return 0,_edfb ;};return _gea ,nil ;}; -// GetNumberAsFloat returns the contents of `obj` as a float if it is an integer or float, or an -// error if it isn't. -func GetNumberAsFloat (obj PdfObject )(float64 ,error ){switch _cdce :=obj .(type ){case *PdfObjectFloat :return float64 (*_cdce ),nil ;case *PdfObjectInteger :return float64 (*_cdce ),nil ;case *PdfObjectReference :_fffg :=TraceToDirectObject (obj );return GetNumberAsFloat (_fffg ); -case *PdfIndirectObject :return GetNumberAsFloat (_cdce .PdfObject );};return 0,ErrNotANumber ;};func (_ddfb *JBIG2Encoder )encodeImage (_ddcc _g .Image )([]byte ,error ){const _eeae ="e\u006e\u0063\u006f\u0064\u0065\u0049\u006d\u0061\u0067\u0065";_fbdf ,_dfbg :=GoImageToJBIG2 (_ddcc ,JB2ImageAutoThreshold ); -if _dfbg !=nil {return nil ,_bgc .Wrap (_dfbg ,_eeae ,"\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069m\u0061g\u0065\u0020\u0074\u006f\u0020\u006a\u0062\u0069\u0067\u0032\u0020\u0069\u006d\u0067");};if _dfbg =_ddfb .AddPageImage (_fbdf ,&_ddfb .DefaultPageSettings ); -_dfbg !=nil {return nil ,_bgc .Wrap (_dfbg ,_eeae ,"");};return _ddfb .Encode ();}; +// Elements returns a slice of the PdfObject elements in the array. +func (_cdbd *PdfObjectArray )Elements ()[]PdfObject {if _cdbd ==nil {return nil ;};return _cdbd ._dcgec ;}; -// PdfCrypt provides PDF encryption/decryption support. -// The PDF standard supports encryption of strings and streams (Section 7.6). -type PdfCrypt struct{_ea encryptDict ;_gce _fc .StdEncryptDict ;_afcc string ;_cgg []byte ;_cdg map[PdfObject ]bool ;_bdd map[PdfObject ]bool ;_bga bool ;_ceaa cryptFilters ;_fde string ;_fcf string ;_cagb *PdfParser ;_afcf map[int ]struct{};}; +// GetDict returns the *PdfObjectDictionary represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetDict (obj PdfObject )(_aggfg *PdfObjectDictionary ,_bbdgf bool ){_aggfg ,_bbdgf =TraceToDirectObject (obj ).(*PdfObjectDictionary );return _aggfg ,_bbdgf ;};func (_cgafg *PdfObjectInteger )String ()string {return _af .Sprintf ("\u0025\u0064",*_cgafg )}; -// EncodeBytes JPX encodes the passed in slice of bytes. -func (_dbdd *JPXEncoder )EncodeBytes (data []byte )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_dbdd .GetFilterName ()); -return data ,ErrNoJPXDecode ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_gcdc *JPXEncoder )MakeDecodeParams ()PdfObject {return nil }; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_aae *CCITTFaxEncoder )MakeStreamDict ()*PdfObjectDictionary {_bbc :=MakeDict ();_bbc .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_aae .GetFilterName ()));_bbc .SetIfNotNil ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_aae .MakeDecodeParams ()); +return _bbc ;}; -// GetNumbersAsFloat converts a list of pdf objects representing floats or integers to a slice of -// float64 values. -func GetNumbersAsFloat (objects []PdfObject )(_cdae []float64 ,_fgaed error ){for _ ,_gccc :=range objects {_agbc ,_ddee :=GetNumberAsFloat (_gccc );if _ddee !=nil {return nil ,_ddee ;};_cdae =append (_cdae ,_agbc );};return _cdae ,nil ;}; +// LookupByNumber looks up a PdfObject by object number. Returns an error on failure. +func (_baf *PdfParser )LookupByNumber (objNumber int )(PdfObject ,error ){_edd ,_ ,_bdb :=_baf .lookupByNumberWrapper (objNumber ,true );return _edd ,_bdb ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_fggc *MultiEncoder )MakeStreamDict ()*PdfObjectDictionary {_ebec :=MakeDict ();_ebec .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",_fggc .GetFilterArray ());for _ ,_ccbd :=range _fggc ._cfag {_egdb :=_ccbd .MakeStreamDict ();for _ ,_cefc :=range _egdb .Keys (){_fbaba :=_egdb .Get (_cefc ); -if _cefc !="\u0046\u0069\u006c\u0074\u0065\u0072"&&_cefc !="D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"{_ebec .Set (_cefc ,_fbaba );};};};_addd :=_fggc .MakeDecodeParams ();if _addd !=nil {_ebec .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_addd ); -};return _ebec ;}; +// PdfCryptNewDecrypt makes the document crypt handler based on the encryption dictionary +// and trailer dictionary. Returns an error on failure to process. +func PdfCryptNewDecrypt (parser *PdfParser ,ed ,trailer *PdfObjectDictionary )(*PdfCrypt ,error ){_cbgg :=&PdfCrypt {_cbcb :false ,_dbe :make (map[PdfObject ]bool ),_cae :make (map[PdfObject ]bool ),_dbdb :make (map[int ]struct{}),_bcc :parser };_gccc ,_efd :=ed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectName ); +if !_efd {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0043\u0072\u0079\u0070\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u0066\u0069\u0065\u006c\u0064\u0021"); +return _cbgg ,_d .New ("r\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0063\u0072\u0079\u0070\u0074 \u0066\u0069\u0065\u006c\u0064\u0020\u0046i\u006c\u0074\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069n\u0067");};if *_gccc !="\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064"{_gf .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020(%\u0073\u0029",*_gccc ); +return _cbgg ,_d .New ("\u0075n\u0073u\u0070\u0070\u006f\u0072\u0074e\u0064\u0020F\u0069\u006c\u0074\u0065\u0072");};_cbgg ._ffgd .Filter =string (*_gccc );if _egbb ,_aac :=ed .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r").(*PdfObjectString );_aac {_cbgg ._ffgd .SubFilter =_egbb .Str (); +_gf .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0073\u0075\u0062f\u0069\u006ct\u0065\u0072\u0020\u0025\u0073",_egbb );};if L ,_gcfb :=ed .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger );_gcfb {if (*L %8)!=0{_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0065\u006ec\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +return _cbgg ,_d .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0065\u006e\u0063\u0072y\u0070t\u0069o\u006e\u0020\u006c\u0065\u006e\u0067\u0074h");};_cbgg ._ffgd .Length =int (*L );}else {_cbgg ._ffgd .Length =40;};_cbgg ._ffgd .V =0;if _gad ,_dac :=ed .Get ("\u0056").(*PdfObjectInteger ); +_dac {V :=int (*_gad );_cbgg ._ffgd .V =V ;if V >=1&&V <=2{_cbgg ._fcag =_gcf (_cbgg ._ffgd .Length );}else if V >=4&&V <=5{if _babf :=_cbgg .loadCryptFilters (ed );_babf !=nil {return _cbgg ,_babf ;};}else {_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0061lg\u006f\u0020\u0056 \u003d \u0025\u0064",V ); +return _cbgg ,_d .New ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d");};};if _fgd :=_ggb (&_cbgg ._acc ,ed );_fgd !=nil {return _cbgg ,_fgd ;};_ccbfc :="";if _ebf ,_eebd :=trailer .Get ("\u0049\u0044").(*PdfObjectArray ); +_eebd &&_ebf .Len ()>=1{_bceb ,_ggfd :=GetString (_ebf .Get (0));if !_ggfd {return _cbgg ,_d .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0074r\u0061\u0069l\u0065\u0072\u0020\u0049\u0044");};_ccbfc =_bceb .Str ();}else {_gf .Log .Debug ("\u0054\u0072ai\u006c\u0065\u0072 \u0049\u0044\u0020\u0061rra\u0079 m\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0021"); +};_cbgg ._bc =_ccbfc ;return _cbgg ,nil ;};func _ggb (_dfd *_fg .StdEncryptDict ,_gbgc *PdfObjectDictionary )error {R ,_ece :=_gbgc .Get ("\u0052").(*PdfObjectInteger );if !_ece {return _d .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0052"); +};if *R < 2||*R > 6{return _af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052 \u0028\u0025\u0064\u0029",*R );};_dfd .R =int (*R );O ,_ece :=_gbgc .GetString ("\u004f");if !_ece {return _d .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u004f"); +};if _dfd .R ==5||_dfd .R ==6{if len (O )< 48{return _af .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u004f\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (O ));};}else if len (O )!=32{return _af .Errorf ("L\u0065n\u0067\u0074\u0068\u0028\u004f\u0029\u0020\u0021=\u0020\u0033\u0032\u0020(%\u0064\u0029",len (O )); +};_dfd .O =[]byte (O );U ,_ece :=_gbgc .GetString ("\u0055");if !_ece {return _d .New ("\u0065\u006e\u0063\u0072y\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006eg\u0020\u0055");};if _dfd .R ==5||_dfd .R ==6{if len (U )< 48{return _af .Errorf ("\u004c\u0065\u006e\u0067th\u0028\u0055\u0029\u0020\u003c\u0020\u0034\u0038\u0020\u0028\u0025\u0064\u0029",len (U )); +};}else if len (U )!=32{_gf .Log .Debug ("\u0057\u0061r\u006e\u0069\u006e\u0067\u003a\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0028\u0055\u0029\u0020\u0021\u003d\u0020\u0033\u0032\u0020(%\u0064\u0029",len (U ));};_dfd .U =[]byte (U );if _dfd .R >=5{OE ,_cba :=_gbgc .GetString ("\u004f\u0045"); +if !_cba {return _d .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u004f\u0045");}else if len (OE )!=32{return _af .Errorf ("L\u0065\u006e\u0067\u0074h(\u004fE\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (OE )); +};_dfd .OE =[]byte (OE );UE ,_cba :=_gbgc .GetString ("\u0055\u0045");if !_cba {return _d .New ("\u0065\u006ec\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006eg \u0055\u0045"); +}else if len (UE )!=32{return _af .Errorf ("L\u0065\u006e\u0067\u0074h(\u0055E\u0029\u0020\u0021\u003d\u00203\u0032\u0020\u0028\u0025\u0064\u0029",len (UE ));};_dfd .UE =[]byte (UE );};P ,_ece :=_gbgc .Get ("\u0050").(*PdfObjectInteger );if !_ece {return _d .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074 \u0064\u0069\u0063t\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0061\u0074\u0074\u0072"); +};_dfd .P =_fg .Permissions (*P );if _dfd .R ==6{Perms ,_eee :=_gbgc .GetString ("\u0050\u0065\u0072m\u0073");if !_eee {return _d .New ("\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0050\u0065\u0072\u006d\u0073"); +}else if len (Perms )!=16{return _af .Errorf ("\u004ce\u006e\u0067\u0074\u0068\u0028\u0050\u0065\u0072\u006d\u0073\u0029 \u0021\u003d\u0020\u0031\u0036\u0020\u0028\u0025\u0064\u0029",len (Perms ));};_dfd .Perms =[]byte (Perms );};if _bce ,_gef :=_gbgc .Get ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061").(*PdfObjectBool ); +_gef {_dfd .EncryptMetadata =bool (*_bce );}else {_dfd .EncryptMetadata =true ;};return nil ;}; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_gdcba *ASCIIHexEncoder )MakeStreamDict ()*PdfObjectDictionary {_fcag :=MakeDict ();_fcag .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gdcba .GetFilterName ()));return _fcag ;};const _gcgd ="\u0053\u0074\u0064C\u0046"; +// Resolve resolves the reference and returns the indirect or stream object. +// If the reference cannot be resolved, a *PdfObjectNull object is returned. +func (_ggefc *PdfObjectReference )Resolve ()PdfObject {if _ggefc ._gcdb ==nil {return MakeNull ();};_agdgbb ,_ ,_bcfdf :=_ggefc ._gcdb .resolveReference (_ggefc );if _bcfdf !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0072\u0065\u0073\u006f\u006cv\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065r\u0065n\u0063\u0065\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074",_bcfdf ); +return MakeNull ();};if _agdgbb ==nil {_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0072\u0065\u0073ol\u0076\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065:\u0020\u006ei\u006c\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0061\u0020nu\u006c\u006c\u0020o\u0062\u006a\u0065\u0063\u0074"); +return MakeNull ();};return _agdgbb ;};func _ebcga (_gedg ,_bade ,_fbfbd int )error {if _bade < 0||_bade > _gedg {return _d .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0061\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); +};if _fbfbd < _bade {return _d .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0073\u006c\u0069\u0063e\u0020i\u006ed\u0065\u0078\u0020\u0062\u0020\u003c\u0020a");};if _fbfbd > _gedg {return _d .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0062\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); +};return nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_fgfdb *PdfObjectName )WriteString ()string {var _bgda _bd .Buffer ;if len (*_fgfdb )> 127{_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u0061\u006d\u0065\u0020t\u006fo\u0020l\u006f\u006e\u0067\u0020\u0028\u0025\u0073)",*_fgfdb );};_bgda .WriteString ("\u002f"); -for _gaaa :=0;_gaaa < len (*_fgfdb );_gaaa ++{_efffe :=(*_fgfdb )[_gaaa ];if !IsPrintable (_efffe )||_efffe =='#'||IsDelimiter (_efffe ){_bgda .WriteString (_bf .Sprintf ("\u0023\u0025\u002e2\u0078",_efffe ));}else {_bgda .WriteByte (_efffe );};};return _bgda .String (); -}; +// UpdateParams updates the parameter values of the encoder. +func (_faad *CCITTFaxEncoder )UpdateParams (params *PdfObjectDictionary ){if _geb ,_aabdc :=GetNumberAsInt64 (params .Get ("\u004b"));_aabdc ==nil {_faad .K =int (_geb );};if _fbfb ,_fcd :=GetNumberAsInt64 (params .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073")); +_fcd ==nil {_faad .Columns =int (_fbfb );}else if _fbfb ,_fcd =GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));_fcd ==nil {_faad .Columns =int (_fbfb );};if _ebcb ,_dceec :=GetNumberAsInt64 (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031")); +_dceec ==nil {_faad .BlackIs1 =_ebcb > 0;}else {if _bfeg ,_gbcd :=GetBoolVal (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_gbcd {_faad .BlackIs1 =_bfeg ;}else {if _bfbg ,_gfca :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); +_gfca {_gfab ,_eggbb :=_bfbg .ToIntegerArray ();if _eggbb ==nil {_faad .BlackIs1 =_gfab [0]==1&&_gfab [1]==0;};};};};if _geff ,_cfeg :=GetNumberAsInt64 (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); +_cfeg ==nil {_faad .EncodedByteAlign =_geff > 0;}else {if _cdca ,_ddfa :=GetBoolVal (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_ddfa {_faad .EncodedByteAlign =_cdca ;};};if _ddcg ,_feff :=GetNumberAsInt64 (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); +_feff ==nil {_faad .EndOfLine =_ddcg > 0;}else {if _cccd ,_egccg :=GetBoolVal (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_egccg {_faad .EndOfLine =_cccd ;};};if _eegd ,_bagg :=GetNumberAsInt64 (params .Get ("\u0052\u006f\u0077\u0073")); +_bagg ==nil {_faad .Rows =int (_eegd );}else if _eegd ,_bagg =GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_bagg ==nil {_faad .Rows =int (_eegd );};if _cada ,_bdcb :=GetNumberAsInt64 (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); +_bdcb ==nil {_faad .EndOfBlock =_cada > 0;}else {if _edg ,_ebef :=GetBoolVal (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_ebef {_faad .EndOfBlock =_edg ;};};if _gcdf ,_dbbf :=GetNumberAsInt64 (params .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072")); +_dbbf !=nil {_faad .DamagedRowsBeforeError =int (_gcdf );};}; -// PdfObjectStreams represents the primitive PDF object streams. -// 7.5.7 Object Streams (page 45). -type PdfObjectStreams struct{PdfObjectReference ;_fcde []PdfObject ;}; +// HasInvalidSeparationAfterXRef implements core.ParserMetadata interface. +func (_fbgb ParserMetadata )HasInvalidSeparationAfterXRef ()bool {return _fbgb ._ccaab };func (_aagd *FlateEncoder )postDecodePredict (_ced []byte )([]byte ,error ){if _aagd .Predictor > 1{if _aagd .Predictor ==2{_gf .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_gf .Log .Trace ("\u0043\u006f\u006c\u006f\u0072\u0073\u003a\u0020\u0025\u0064",_aagd .Colors );_cgd :=_aagd .Columns *_aagd .Colors ;if _cgd < 1{return []byte {},nil ;};_daada :=len (_ced )/_cgd ;if len (_ced )%_cgd !=0{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_ced ),_cgd );};if _cgd %_aagd .Colors !=0{return nil ,_af .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_cgd ,_aagd .Colors ); +};if _cgd > len (_ced ){_gf .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_cgd ,len (_ced )); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gf .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_ced ),_ced ); +_fgeb :=_gbg .NewBuffer (nil );for _afe :=0;_afe < _daada ;_afe ++{_fcb :=_ced [_cgd *_afe :_cgd *(_afe +1)];for _gaceg :=_aagd .Colors ;_gaceg < _cgd ;_gaceg ++{_fcb [_gaceg ]+=_fcb [_gaceg -_aagd .Colors ];};_fgeb .Write (_fcb );};_cff :=_fgeb .Bytes (); +_gf .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_cff ),_cff );return _cff ,nil ;}else if _aagd .Predictor >=10&&_aagd .Predictor <=15{_gf .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_cagb :=_aagd .Columns *_aagd .Colors +1;_abfa :=len (_ced )/_cagb ;if len (_ced )%_cagb !=0{return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_ced ),_cagb ); +};if _cagb > len (_ced ){_gf .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_cagb ,len (_ced )); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dgd :=_gbg .NewBuffer (nil );_gf .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_aagd .Columns ); +_gf .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_ced ),_cagb ,_abfa );_bcec :=make ([]byte ,_cagb );for _cfab :=0;_cfab < _cagb ;_cfab ++{_bcec [_cfab ]=0; +};_cbff :=_aagd .Colors ;for _afcf :=0;_afcf < _abfa ;_afcf ++{_eddf :=_ced [_cagb *_afcf :_cagb *(_afcf +1)];_agef :=_eddf [0];switch _agef {case _dgb :case _gae :for _gdg :=1+_cbff ;_gdg < _cagb ;_gdg ++{_eddf [_gdg ]+=_eddf [_gdg -_cbff ];};case _adef :for _cef :=1; +_cef < _cagb ;_cef ++{_eddf [_cef ]+=_bcec [_cef ];};case _fbfa :for _bca :=1;_bca < _cbff +1;_bca ++{_eddf [_bca ]+=_bcec [_bca ]/2;};for _beb :=_cbff +1;_beb < _cagb ;_beb ++{_eddf [_beb ]+=byte ((int (_eddf [_beb -_cbff ])+int (_bcec [_beb ]))/2);}; +case _abfga :for _fdec :=1;_fdec < _cagb ;_fdec ++{var _accf ,_cbaa ,_abfb byte ;_cbaa =_bcec [_fdec ];if _fdec >=_cbff +1{_accf =_eddf [_fdec -_cbff ];_abfb =_bcec [_fdec -_cbff ];};_eddf [_fdec ]+=_dbgb (_accf ,_cbaa ,_abfb );};default:_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029\u0020\u0040\u0072o\u0077\u0020\u0025\u0064",_agef ,_afcf ); +return nil ,_af .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_agef );};copy (_bcec ,_eddf );_dgd .Write (_eddf [1:]);};_aggf :=_dgd .Bytes ();return _aggf ,nil ; +}else {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_aagd .Predictor );return nil ,_af .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_aagd .Predictor ); +};};return _ced ,nil ;}; -// GetFilterName returns the name of the encoding filter. -func (_beagc *DCTEncoder )GetFilterName ()string {return StreamEncodingFilterNameDCT };func _gddef (_dceb ,_dbac PdfObject ,_eage int )bool {if _eage > _abbgc {_eg .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_abbgc ); -return false ;};if _dceb ==nil &&_dbac ==nil {return true ;}else if _dceb ==nil ||_dbac ==nil {return false ;};if _db .TypeOf (_dceb )!=_db .TypeOf (_dbac ){return false ;};switch _ccdgc :=_dceb .(type ){case *PdfObjectNull ,*PdfObjectReference :return true ; -case *PdfObjectName :return *_ccdgc ==*(_dbac .(*PdfObjectName ));case *PdfObjectString :return *_ccdgc ==*(_dbac .(*PdfObjectString ));case *PdfObjectInteger :return *_ccdgc ==*(_dbac .(*PdfObjectInteger ));case *PdfObjectBool :return *_ccdgc ==*(_dbac .(*PdfObjectBool )); -case *PdfObjectFloat :return *_ccdgc ==*(_dbac .(*PdfObjectFloat ));case *PdfIndirectObject :return _gddef (TraceToDirectObject (_dceb ),TraceToDirectObject (_dbac ),_eage +1);case *PdfObjectArray :_beae :=_dbac .(*PdfObjectArray );if len ((*_ccdgc )._cgef )!=len ((*_beae )._cgef ){return false ; -};for _bfabf ,_cbeb :=range (*_ccdgc )._cgef {if !_gddef (_cbeb ,(*_beae )._cgef [_bfabf ],_eage +1){return false ;};};return true ;case *PdfObjectDictionary :_deac :=_dbac .(*PdfObjectDictionary );_bgdfb ,_feag :=(*_ccdgc )._degg ,(*_deac )._degg ;if len (_bgdfb )!=len (_feag ){return false ; -};for _fbef ,_bfea :=range _bgdfb {_becc ,_fbedd :=_feag [_fbef ];if !_fbedd ||!_gddef (_bfea ,_becc ,_eage +1){return false ;};};return true ;case *PdfObjectStream :_bdade :=_dbac .(*PdfObjectStream );return _gddef ((*_ccdgc ).PdfObjectDictionary ,(*_bdade ).PdfObjectDictionary ,_eage +1); -default:_eg .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",_dceb ); -};return false ;}; +// DCTEncoder provides a DCT (JPG) encoding/decoding functionality for images. +type DCTEncoder struct{ColorComponents int ;BitsPerComponent int ;Width int ;Height int ;Quality int ;Decode []float64 ;};func (_fbeef *PdfParser )seekPdfVersionTopDown ()(int ,int ,error ){_fbeef ._bcdda .Seek (0,_cb .SeekStart );_fbeef ._fdc =_gc .NewReader (_fbeef ._bcdda ); +_cebb :=20;_cedg :=make ([]byte ,_cebb );for {_ddab ,_ggeaa :=_fbeef ._fdc .ReadByte ();if _ggeaa !=nil {if _ggeaa ==_cb .EOF {break ;}else {return 0,0,_ggeaa ;};};if IsDecimalDigit (_ddab )&&_cedg [_cebb -1]=='.'&&IsDecimalDigit (_cedg [_cebb -2])&&_cedg [_cebb -3]=='-'&&_cedg [_cebb -4]=='F'&&_cedg [_cebb -5]=='D'&&_cedg [_cebb -6]=='P'{_dcgef :=int (_cedg [_cebb -2]-'0'); +_fcdg :=int (_ddab -'0');return _dcgef ,_fcdg ,nil ;};_cedg =append (_cedg [1:_cebb ],_ddab );};return 0,0,_d .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; -// NewRunLengthEncoder makes a new run length encoder -func NewRunLengthEncoder ()*RunLengthEncoder {return &RunLengthEncoder {}}; +// DecodeBytes decodes a byte slice from Run length encoding. +// +// 7.4.5 RunLengthDecode Filter +// The RunLengthDecode filter decodes data that has been encoded in a simple byte-oriented format based on run length. +// The encoded data shall be a sequence of runs, where each run shall consist of a length byte followed by 1 to 128 +// bytes of data. If the length byte is in the range 0 to 127, the following length + 1 (1 to 128) bytes shall be +// copied literally during decompression. If length is in the range 129 to 255, the following single byte shall be +// copied 257 - length (2 to 128) times during decompression. A length value of 128 shall denote EOD. +func (_cdc *RunLengthEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_efdfc :=_gbg .NewReader (encoded );var _affbf []byte ;for {_cfef ,_cdgc :=_efdfc .ReadByte ();if _cdgc !=nil {return nil ,_cdgc ;};if _cfef > 128{_cade ,_baee :=_efdfc .ReadByte (); +if _baee !=nil {return nil ,_baee ;};for _fag :=0;_fag < 257-int (_cfef );_fag ++{_affbf =append (_affbf ,_cade );};}else if _cfef < 128{for _cbec :=0;_cbec < int (_cfef )+1;_cbec ++{_afebd ,_aeac :=_efdfc .ReadByte ();if _aeac !=nil {return nil ,_aeac ; +};_affbf =append (_affbf ,_afebd );};}else {break ;};};return _affbf ,nil ;}; -// StreamEncoder represents the interface for all PDF stream encoders. -type StreamEncoder interface{GetFilterName ()string ;MakeDecodeParams ()PdfObject ;MakeStreamDict ()*PdfObjectDictionary ;UpdateParams (_cdgf *PdfObjectDictionary );EncodeBytes (_acda []byte )([]byte ,error );DecodeBytes (_fege []byte )([]byte ,error ); -DecodeStream (_bccb *PdfObjectStream )([]byte ,error );}; +// ParserMetadata gets the pdf parser metadata. +func (_affb *PdfParser )ParserMetadata ()(ParserMetadata ,error ){if !_affb ._fdgb {return ParserMetadata {},_af .Errorf ("\u0070\u0061\u0072\u0073\u0065r\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0072\u006be\u0064\u0020\u0066\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0065\u0064\u0020\u006d\u0065\u0074\u0061\u0064\u0061\u0074a"); +};return _affb ._ebaa ,nil ;};func (_baagc *PdfParser )parseXrefStream (_abgb *PdfObjectInteger )(*PdfObjectDictionary ,error ){if _abgb !=nil {_gf .Log .Trace ("\u0058\u0052\u0065f\u0053\u0074\u006d\u0020x\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0061\u0074\u0020\u0025\u0064",_abgb ); +_baagc ._bcdda .Seek (int64 (*_abgb ),_cb .SeekStart );_baagc ._fdc =_gc .NewReader (_baagc ._bcdda );};_dbeg :=_baagc .GetFileOffset ();_adbg ,_egca :=_baagc .ParseIndirectObject ();if _egca !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0078\u0072\u0065\u0066\u0020\u006fb\u006a\u0065\u0063\u0074"); +return nil ,_d .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072e\u0061\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062j\u0065\u0063\u0074");};_gf .Log .Trace ("\u0058R\u0065f\u0053\u0074\u006d\u0020\u006fb\u006a\u0065c\u0074\u003a\u0020\u0025\u0073",_adbg ); +_cecb ,_edcg :=_adbg .(*PdfObjectStream );if !_edcg {_gf .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0058R\u0065\u0066\u0053\u0074\u006d\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067 \u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0021"); +return nil ,_d .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0070\u006f\u0069\u006e\u0074i\u006e\u0067\u0020\u0074\u006f\u0020a\u0020\u006e\u006f\u006e\u002d\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006fb\u006a\u0065\u0063\u0074");};_dbfg :=_cecb .PdfObjectDictionary ; +_aegf ,_edcg :=_cecb .PdfObjectDictionary .Get ("\u0053\u0069\u007a\u0065").(*PdfObjectInteger );if !_edcg {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0069\u007a\u0065\u0020f\u0072\u006f\u006d\u0020\u0078\u0072\u0065f\u0020\u0073\u0074\u006d"); +return nil ,_d .New ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0053\u0069\u007ae\u0020\u0066\u0072\u006f\u006d\u0020\u0078\u0072\u0065\u0066 \u0073\u0074\u006d");};if int64 (*_aegf )> 8388607{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u0053\u0069\u007a\u0065\u0020\u0065x\u0063\u0065\u0065\u0064\u0065\u0064\u0020l\u0069\u006d\u0069\u0074\u002c\u0020\u006f\u0076\u0065\u0072\u00208\u0033\u0038\u0038\u0036\u0030\u0037\u0020\u0028\u0025\u0064\u0029",*_aegf ); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gdgf :=_cecb .PdfObjectDictionary .Get ("\u0057");_gbcc ,_edcg :=_gdgf .(*PdfObjectArray );if !_edcg {return nil ,_d .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0020\u0069\u006e\u0020x\u0072\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};_gfga :=_gbcc .Len ();if _gfga !=3{_gf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020\u0028\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033\u0020\u002d\u0020\u0025\u0064\u0029",_gfga ); +return nil ,_d .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0078\u0072\u0065f\u0020s\u0074\u006d\u0020\u006c\u0065\u006e\u0028\u0057\u0029\u0020\u0021\u003d\u0020\u0033");};var _cfbb []int64 ;for _agdgg :=0;_agdgg < 3; +_agdgg ++{_adgbe ,_eabc :=GetInt (_gbcc .Get (_agdgg ));if !_eabc {return nil ,_d .New ("i\u006e\u0076\u0061\u006cid\u0020w\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0074\u0079\u0070\u0065");};_cfbb =append (_cfbb ,int64 (*_adgbe ));};_eeab ,_egca :=DecodeStream (_cecb ); +if _egca !=nil {_gf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f \u0064e\u0063o\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_egca );return nil ,_egca ;};_daag :=int (_cfbb [0]); +_afbb :=int (_cfbb [0]+_cfbb [1]);_acgdf :=int (_cfbb [0]+_cfbb [1]+_cfbb [2]);_fbgf :=int (_cfbb [0]+_cfbb [1]+_cfbb [2]);if _daag < 0||_afbb < 0||_acgdf < 0{_gf .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u003c \u0030 \u0028\u0025\u0064\u002c\u0025\u0064\u002c%\u0064\u0029",_daag ,_afbb ,_acgdf ); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fbgf ==0{_gf .Log .Debug ("\u004e\u006f\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0069\u006e\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0028\u0064\u0065\u006c\u0074\u0061\u0062\u0020=\u003d\u0020\u0030\u0029"); +return _dbfg ,nil ;};_gbcg :=len (_eeab )/_fbgf ;_edeb :=0;_bbee :=_cecb .PdfObjectDictionary .Get ("\u0049\u006e\u0064e\u0078");var _ffbe []int ;if _bbee !=nil {_gf .Log .Trace ("\u0049n\u0064\u0065\u0078\u003a\u0020\u0025b",_bbee );_baabc ,_cbfc :=_bbee .(*PdfObjectArray ); +if !_cbfc {_gf .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0029"); +return nil ,_d .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0049\u006e\u0064e\u0078\u0020\u006f\u0062je\u0063\u0074");};if _baabc .Len ()%2!=0{_gf .Log .Debug ("\u0057\u0041\u0052\u004eI\u004e\u0047\u0020\u0046\u0061\u0069\u006c\u0075\u0072e\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0073\u0074\u006d\u0020i\u006e\u0064\u0065\u0078\u0020n\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006f\u0066\u0020\u0032\u002e"); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_edeb =0;_fbegf ,_abbag :=_baabc .ToIntegerArray ();if _abbag !=nil {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0065\u0078 \u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0073\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0073\u003a\u0020\u0025\u0076",_abbag ); +return nil ,_abbag ;};for _fedf :=0;_fedf < len (_fbegf );_fedf +=2{_dade :=_fbegf [_fedf ];_ecef :=_fbegf [_fedf +1];for _bfgg :=0;_bfgg < _ecef ;_bfgg ++{_ffbe =append (_ffbe ,_dade +_bfgg );};_edeb +=_ecef ;};}else {for _bbgg :=0;_bbgg < int (*_aegf ); +_bbgg ++{_ffbe =append (_ffbe ,_bbgg );};_edeb =int (*_aegf );};if _gbcg ==_edeb +1{_gf .Log .Debug ("\u0049n\u0063\u006f\u006d\u0070ati\u0062\u0069\u006c\u0069t\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020\u006f\u0066\u0020\u0031\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u002d\u0020\u0061\u0070\u0070en\u0064\u0069\u006eg\u0020\u006f\u006e\u0065\u0020-\u0020M\u0061\u0079\u0020\u006c\u0065\u0061\u0064\u0020\u0074o\u0020\u0070\u0072\u006f\u0062\u006c\u0065\u006d\u0073"); +_bgedd :=_edeb -1;for _ ,_daagc :=range _ffbe {if _daagc > _bgedd {_bgedd =_daagc ;};};_ffbe =append (_ffbe ,_bgedd +1);_edeb ++;};if _gbcg !=len (_ffbe ){_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020x\u0072\u0065\u0066 \u0073\u0074\u006d:\u0020\u006eu\u006d\u0020\u0065\u006e\u0074\u0072i\u0065s \u0021\u003d\u0020\u006c\u0065\u006e\u0028\u0069\u006e\u0064\u0069\u0063\u0065\u0073\u0029\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_gbcg ,len (_ffbe )); +return nil ,_d .New ("\u0078\u0072ef\u0020\u0073\u0074m\u0020\u006e\u0075\u006d en\u0074ri\u0065\u0073\u0020\u0021\u003d\u0020\u006cen\u0028\u0069\u006e\u0064\u0069\u0063\u0065s\u0029");};_gf .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074s\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0025\u0064",_edeb ); +_gf .Log .Trace ("\u0049\u006e\u0064i\u0063\u0065\u0073\u003a\u0020\u0025\u0020\u0064",_ffbe );_ddaf :=func (_egccd []byte )int64 {var _adabd int64 ;for _afdd :=0;_afdd < len (_egccd );_afdd ++{_adabd +=int64 (_egccd [_afdd ])*(1<=len (_ffbe ){_gf .Log .Debug ("X\u0052\u0065\u0066\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u002d\u0020\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063e\u0073s\u0020\u0069\u006e\u0064e\u0078\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u006f\u0075\u006e\u0064\u0073\u0020\u002d\u0020\u0062\u0072\u0065\u0061\u006b\u0069\u006e\u0067"); +break ;};_begde :=_ffbe [_dgca ];_dgca ++;_gf .Log .Trace ("%\u0064\u002e\u0020\u0070\u0031\u003a\u0020\u0025\u0020\u0078",_begde ,_abdb );_gf .Log .Trace ("%\u0064\u002e\u0020\u0070\u0032\u003a\u0020\u0025\u0020\u0078",_begde ,_gfcd );_gf .Log .Trace ("%\u0064\u002e\u0020\u0070\u0033\u003a\u0020\u0025\u0020\u0078",_begde ,_dacg ); +_gf .Log .Trace ("\u0025d\u002e \u0078\u0072\u0065\u0066\u003a \u0025\u0064 \u0025\u0064\u0020\u0025\u0064",_begde ,_daeec ,_gba ,_acbfe );if _daeec ==0{_gf .Log .Trace ("-\u0020\u0046\u0072\u0065\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020-\u0020\u0063\u0061\u006e\u0020\u0070\u0072o\u0062\u0061\u0062\u006c\u0079\u0020\u0069\u0067\u006e\u006fr\u0065"); +}else if _daeec ==1{_gf .Log .Trace ("\u002d\u0020I\u006e\u0020\u0075\u0073e\u0020\u002d \u0075\u006e\u0063\u006f\u006d\u0070\u0072\u0065s\u0073\u0065\u0064\u0020\u0076\u0069\u0061\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0062",_gfcd );if _gba ==_dbeg {_gf .Log .Debug ("\u0055\u0070d\u0061\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0058\u0052\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064",_begde ,_cecb .ObjectNumber ); +_begde =int (_cecb .ObjectNumber );};if _gggac ,_addc :=_baagc ._gfdb .ObjectMap [_begde ];!_addc ||int (_acbfe )> _gggac .Generation {_bgfgb :=XrefObject {ObjectNumber :_begde ,XType :XrefTypeTableEntry ,Offset :_gba ,Generation :int (_acbfe )};_baagc ._gfdb .ObjectMap [_begde ]=_bgfgb ; +};}else if _daeec ==2{_gf .Log .Trace ("\u002d\u0020\u0049\u006e \u0075\u0073\u0065\u0020\u002d\u0020\u0063\u006f\u006d\u0070r\u0065s\u0073\u0065\u0064\u0020\u006f\u0062\u006ae\u0063\u0074");if _ ,_dfcc :=_baagc ._gfdb .ObjectMap [_begde ];!_dfcc {_gbfef :=XrefObject {ObjectNumber :_begde ,XType :XrefTypeObjectStream ,OsObjNumber :int (_gba ),OsObjIndex :int (_acbfe )}; +_baagc ._gfdb .ObjectMap [_begde ]=_gbfef ;_gf .Log .Trace ("\u0065\u006e\u0074\u0072\u0079\u003a\u0020\u0025\u002b\u0076",_gbfef );};}else {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0056\u0041L\u0049\u0044\u0020\u0054\u0059\u0050\u0045\u0020\u0058\u0072\u0065\u0066\u0053\u0074\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u003f\u002d\u002d\u002d\u002d\u002d\u002d-"); +continue ;};};if _baagc ._cbae ==nil {_dbc :=XrefTypeObjectStream ;_baagc ._cbae =&_dbc ;};return _dbfg ,nil ;};func _gcf (_bee int )cryptFilters {return cryptFilters {_fgf :_ee .NewFilterV2 (_bee )}}; -// ReadBytesAt reads byte content at specific offset and length within the PDF. -func (_deda *PdfParser )ReadBytesAt (offset ,len int64 )([]byte ,error ){_cdbd :=_deda .GetFileOffset ();_ ,_aafd :=_deda ._eaee .Seek (offset ,_eb .SeekStart );if _aafd !=nil {return nil ,_aafd ;};_fffd :=make ([]byte ,len );_ ,_aafd =_eb .ReadAtLeast (_deda ._eaee ,_fffd ,int (len )); -if _aafd !=nil {return nil ,_aafd ;};_deda .SetFileOffset (_cdbd );return _fffd ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_ddg *ASCII85Encoder )GetFilterName ()string {return StreamEncodingFilterNameASCII85 };func _cbdc (_egfd *PdfObjectStream ,_fddc *PdfObjectDictionary )(*JBIG2Encoder ,error ){const _fdfgc ="\u006ee\u0077\u004a\u0042\u0049G\u0032\u0044\u0065\u0063\u006fd\u0065r\u0046r\u006f\u006d\u0053\u0074\u0072\u0065\u0061m"; +_eagdf :=NewJBIG2Encoder ();_cbbg :=_egfd .PdfObjectDictionary ;if _cbbg ==nil {return _eagdf ,nil ;};if _fddc ==nil {_cbcd :=_cbbg .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _cbcd !=nil {switch _eacg :=_cbcd .(type ){case *PdfObjectDictionary :_fddc =_eacg ; +case *PdfObjectArray :if _eacg .Len ()==1{if _ccdb ,_eefaf :=GetDict (_eacg .Get (0));_eefaf {_fddc =_ccdb ;};};default:_gf .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065P\u0061\u0072\u0061\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0025\u0023\u0076",_cbcd ); +return nil ,_ag .Errorf (_fdfgc ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050a\u0072m\u0073\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_eacg );};};};if _fddc ==nil {return _eagdf ,nil ;};_eagdf .UpdateParams (_fddc ); +_eccg ,_caaf :=GetStream (_fddc .Get ("\u004a\u0042\u0049G\u0032\u0047\u006c\u006f\u0062\u0061\u006c\u0073"));if !_caaf {return _eagdf ,nil ;};var _fddca error ;_eagdf .Globals ,_fddca =_ef .DecodeGlobals (_eccg .Stream );if _fddca !=nil {_fddca =_ag .Wrap (_fddca ,_fdfgc ,"\u0063\u006f\u0072\u0072u\u0070\u0074\u0065\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0065n\u0063\u006f\u0064\u0065\u0064\u0020\u0064a\u0074\u0061"); +_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fddca );return nil ,_fddca ;};return _eagdf ,nil ;}; -// Elements returns a slice of the PdfObject elements in the array. -// Preferred over accessing the array directly as type may be changed in future major versions (v3). -func (_fagd *PdfObjectStreams )Elements ()[]PdfObject {if _fagd ==nil {return nil ;};return _fagd ._fcde ;}; +// DecodeStream decodes a JPX encoded stream and returns the result as a +// slice of bytes. +func (_aba *JPXEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_aba .GetFilterName ()); +return streamObj .Stream ,ErrNoJPXDecode ;}; -// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. -func (_dgbe *RunLengthEncoder )EncodeBytes (data []byte )([]byte ,error ){_gbb :=_bd .NewReader (data );var _edfe []byte ;var _aab []byte ;_cfgc ,_debc :=_gbb .ReadByte ();if _debc ==_eb .EOF {return []byte {},nil ;}else if _debc !=nil {return nil ,_debc ; -};_afdc :=1;for {_fgd ,_agad :=_gbb .ReadByte ();if _agad ==_eb .EOF {break ;}else if _agad !=nil {return nil ,_agad ;};if _fgd ==_cfgc {if len (_aab )> 0{_aab =_aab [:len (_aab )-1];if len (_aab )> 0{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...); -};_afdc =1;_aab =[]byte {};};_afdc ++;if _afdc >=127{_edfe =append (_edfe ,byte (257-_afdc ),_cfgc );_afdc =0;};}else {if _afdc > 0{if _afdc ==1{_aab =[]byte {_cfgc };}else {_edfe =append (_edfe ,byte (257-_afdc ),_cfgc );};_afdc =0;};_aab =append (_aab ,_fgd ); -if len (_aab )>=127{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...);_aab =[]byte {};};};_cfgc =_fgd ;};if len (_aab )> 0{_edfe =append (_edfe ,byte (len (_aab )-1));_edfe =append (_edfe ,_aab ...);}else if _afdc > 0{_edfe =append (_edfe ,byte (257-_afdc ),_cfgc ); -};_edfe =append (_edfe ,128);return _edfe ,nil ;};func _dgag (_gbgbg string )(int ,int ,error ){_edcd :=_bbaea .FindStringSubmatch (_gbgbg );if len (_edcd )< 3{return 0,0,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_aeeeg ,_ :=_b .Atoi (_edcd [1]);_bedaf ,_ :=_b .Atoi (_edcd [2]);return _aeeeg ,_bedaf ,nil ;}; +// WriteString outputs the object as it is to be written to file. +func (_ggcgc *PdfObjectString )WriteString ()string {var _baad _gbg .Buffer ;if _ggcgc ._ffff {_dfbgc :=_cg .EncodeToString (_ggcgc .Bytes ());_baad .WriteString ("\u003c");_baad .WriteString (_dfbgc );_baad .WriteString ("\u003e");return _baad .String (); +};_abeee :=map[byte ]string {'\n':"\u005c\u006e",'\r':"\u005c\u0072",'\t':"\u005c\u0074",'\b':"\u005c\u0062",'\f':"\u005c\u0066",'(':"\u005c\u0028",')':"\u005c\u0029",'\\':"\u005c\u005c"};_baad .WriteString ("\u0028");for _dcbb :=0;_dcbb < len (_ggcgc ._addg ); +_dcbb ++{_dacga :=_ggcgc ._addg [_dcbb ];if _fecbd ,_eddfa :=_abeee [_dacga ];_eddfa {_baad .WriteString (_fecbd );}else {_baad .WriteByte (_dacga );};};_baad .WriteString ("\u0029");return _baad .String ();};func (_bad *PdfCrypt )securityHandler ()_fg .StdHandler {if _bad ._acc .R >=5{return _fg .NewHandlerR6 (); +};return _fg .NewHandlerR4 (_bad ._bc ,_bad ._ffgd .Length );}; -// GetArray returns the *PdfObjectArray represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetArray (obj PdfObject )(_ebba *PdfObjectArray ,_acce bool ){_ebba ,_acce =TraceToDirectObject (obj ).(*PdfObjectArray );return _ebba ,_acce ;}; +// GetFilterName returns the name of the encoding filter. +func (_efad *DCTEncoder )GetFilterName ()string {return StreamEncodingFilterNameDCT };func (_dege *PdfParser )skipComments ()error {if _ ,_dgfed :=_dege .skipSpaces ();_dgfed !=nil {return _dgfed ;};_gedd :=true ;for {_caca ,_ddb :=_dege ._fdc .Peek (1); +if _ddb !=nil {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ddb .Error ());return _ddb ;};if _gedd &&_caca [0]!='%'{return nil ;};_gedd =false ;if (_caca [0]!='\r')&&(_caca [0]!='\n'){_dege ._fdc .ReadByte ();}else {break ;};};return _dege .skipComments (); +}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_bcbg *DCTEncoder )MakeDecodeParams ()PdfObject {return nil };func _dbgaa (_aeggb *PdfObjectStream ,_ecc *PdfObjectDictionary )(*JBIG2Encoder ,error ){const _afca ="\u006ee\u0077\u004a\u0042\u0049G\u0032\u0044\u0065\u0063\u006fd\u0065r\u0046r\u006f\u006d\u0053\u0074\u0072\u0065\u0061m"; -_gcega :=NewJBIG2Encoder ();_bgbc :=_aeggb .PdfObjectDictionary ;if _bgbc ==nil {return _gcega ,nil ;};if _ecc ==nil {_aced :=_bgbc .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _aced !=nil {switch _feba :=_aced .(type ){case *PdfObjectDictionary :_ecc =_feba ; -case *PdfObjectArray :if _feba .Len ()==1{if _aaefd ,_ecga :=GetDict (_feba .Get (0));_ecga {_ecc =_aaefd ;};};default:_eg .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065P\u0061\u0072\u0061\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0025\u0023\u0076",_aced ); -return nil ,_bgc .Errorf (_afca ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050a\u0072m\u0073\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_feba );};};};if _ecc ==nil {return _gcega ,nil ;};_gcega .UpdateParams (_ecc ); -_gdcg ,_fdfc :=GetStream (_ecc .Get ("\u004a\u0042\u0049G\u0032\u0047\u006c\u006f\u0062\u0061\u006c\u0073"));if !_fdfc {return _gcega ,nil ;};var _gfdb error ;_gcega .Globals ,_gfdb =_cba .DecodeGlobals (_gdcg .Stream );if _gfdb !=nil {_gfdb =_bgc .Wrap (_gfdb ,_afca ,"\u0063\u006f\u0072\u0072u\u0070\u0074\u0065\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0065n\u0063\u006f\u0064\u0065\u0064\u0020\u0064a\u0074\u0061"); -_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gfdb );return nil ,_gfdb ;};return _gcega ,nil ;}; +func (_cbeb *ASCIIHexEncoder )MakeDecodeParams ()PdfObject {return nil }; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_agadc *CCITTFaxEncoder )MakeStreamDict ()*PdfObjectDictionary {_ecfb :=MakeDict ();_ecfb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_agadc .GetFilterName ()));_ecfb .SetIfNotNil ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_agadc .MakeDecodeParams ()); -return _ecfb ;}; +// WriteString outputs the object as it is to be written to file. +func (_dcaa *PdfIndirectObject )WriteString ()string {var _fbgd _cf .Builder ;_fbgd .WriteString (_db .FormatInt (_dcaa .ObjectNumber ,10));_fbgd .WriteString ("\u0020\u0030\u0020\u0052");return _fbgd .String ();}; -// MakeNull creates an PdfObjectNull. -func MakeNull ()*PdfObjectNull {_cfgcb :=PdfObjectNull {};return &_cfgcb };func (_afaa *PdfParser )repairLocateXref ()(int64 ,error ){_aadf :=int64 (1000);_afaa ._eaee .Seek (-_aadf ,_eb .SeekCurrent );_ddeag ,_acbg :=_afaa ._eaee .Seek (0,_eb .SeekCurrent ); -if _acbg !=nil {return 0,_acbg ;};_dbaaf :=make ([]byte ,_aadf );_afaa ._eaee .Read (_dbaaf );_cfcbf :=_abe .FindAllStringIndex (string (_dbaaf ),-1);if len (_cfcbf )< 1{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0065\u0070a\u0069\u0072\u003a\u0020\u0078\u0072\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021"); -return 0,_a .New ("\u0072\u0065\u0070\u0061ir\u003a\u0020\u0078\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_eaagc :=int64 (_cfcbf [len (_cfcbf )-1][0]);_abfe :=_ddeag +_eaagc ;return _abfe ,nil ;};var _egfb =_de .MustCompile ("\u0025P\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029"); -func (_gbea *PdfParser )repairRebuildXrefsTopDown ()(*XrefTable ,error ){if _gbea ._cddea {return nil ,_bf .Errorf ("\u0072\u0065\u0070\u0061\u0069\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_gbea ._cddea =true ;_gbea ._eaee .Seek (0,_eb .SeekStart ); -_gbea ._dgca =_bb .NewReader (_gbea ._eaee );_dgbda :=20;_aeca :=make ([]byte ,_dgbda );_daaad :=XrefTable {};_daaad .ObjectMap =make (map[int ]XrefObject );for {_ddeef ,_gdacd :=_gbea ._dgca .ReadByte ();if _gdacd !=nil {if _gdacd ==_eb .EOF {break ;}else {return nil ,_gdacd ; -};};if _ddeef =='j'&&_aeca [_dgbda -1]=='b'&&_aeca [_dgbda -2]=='o'&&IsWhiteSpace (_aeca [_dgbda -3]){_cfdbg :=_dgbda -4;for IsWhiteSpace (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0||!IsDecimalDigit (_aeca [_cfdbg ]){continue ;};for IsDecimalDigit (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --; -};if _cfdbg ==0||!IsWhiteSpace (_aeca [_cfdbg ]){continue ;};for IsWhiteSpace (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0||!IsDecimalDigit (_aeca [_cfdbg ]){continue ;};for IsDecimalDigit (_aeca [_cfdbg ])&&_cfdbg > 0{_cfdbg --;};if _cfdbg ==0{continue ; -};_cdaeb :=_gbea .GetFileOffset ()-int64 (_dgbda -_cfdbg );_aafg :=append (_aeca [_cfdbg +1:],_ddeef );_gaagc ,_ccce ,_ebgcd :=_dgag (string (_aafg ));if _ebgcd !=nil {_eg .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u003a\u0020\u0025\u0076",_ebgcd ); -return nil ,_ebgcd ;};if _cbge ,_cbbd :=_daaad .ObjectMap [_gaagc ];!_cbbd ||_cbge .Generation < _ccce {_bfca :=XrefObject {};_bfca .XType =XrefTypeTableEntry ;_bfca .ObjectNumber =_gaagc ;_bfca .Generation =_ccce ;_bfca .Offset =_cdaeb ;_daaad .ObjectMap [_gaagc ]=_bfca ; -};};_aeca =append (_aeca [1:_dgbda ],_ddeef );};_gbea ._gddc =nil ;return &_daaad ,nil ;}; +// GetFilterName returns the name of the encoding filter. +func (_bedfb *JPXEncoder )GetFilterName ()string {return StreamEncodingFilterNameJPX };func (_ddfdg *PdfParser )inspect ()(map[string ]int ,error ){_gf .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0049\u004e\u0053P\u0045\u0043\u0054\u0020\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d"); +_gf .Log .Trace ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a");_aegd :=map[string ]int {};_ecff :=0;_gdbab :=0;var _bdbbb []int ;for _adaae :=range _ddfdg ._gfdb .ObjectMap {_bdbbb =append (_bdbbb ,_adaae );};_ff .Ints (_bdbbb );_cdag :=0; +for _ ,_dacfc :=range _bdbbb {_dacfd :=_ddfdg ._gfdb .ObjectMap [_dacfc ];if _dacfd .ObjectNumber ==0{continue ;};_ecff ++;_gf .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d");_gf .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0075\u0070\u0020\u006f\u0062\u006a\u0065c\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0025\u0064",_dacfd .ObjectNumber ); +_bgedf ,_adaec :=_ddfdg .LookupByNumber (_dacfd .ObjectNumber );if _adaec !=nil {_gf .Log .Trace ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u006c\u006f\u006f\u006b\u0075p\u0020\u006f\u0062\u006a\u0020\u0025\u0064 \u0028\u0025\u0073\u0029",_dacfd .ObjectNumber ,_adaec ); +_gdbab ++;continue ;};_gf .Log .Trace ("\u006fb\u006a\u003a\u0020\u0025\u0073",_bgedf );_bgaf ,_aeedd :=_bgedf .(*PdfIndirectObject );if _aeedd {_gf .Log .Trace ("\u0049N\u0044 \u004f\u004f\u0042\u004a\u0020\u0025\u0064\u003a\u0020\u0025\u0073",_dacfd .ObjectNumber ,_bgaf ); +_abgc ,_bfaag :=_bgaf .PdfObject .(*PdfObjectDictionary );if _bfaag {if _fabfc ,_aaed :=_abgc .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );_aaed {_eeeg :=string (*_fabfc );_gf .Log .Trace ("\u002d\u002d\u002d\u003e\u0020\u004f\u0062\u006a\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_eeeg ); +_ ,_dbbdc :=_aegd [_eeeg ];if _dbbdc {_aegd [_eeeg ]++;}else {_aegd [_eeeg ]=1;};}else if _adgbc ,_gddcb :=_abgc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065").(*PdfObjectName );_gddcb {_edaec :=string (*_adgbc );_gf .Log .Trace ("-\u002d-\u003e\u0020\u004f\u0062\u006a\u0020\u0073\u0075b\u0074\u0079\u0070\u0065: \u0025\u0073",_edaec ); +_ ,_ccga :=_aegd [_edaec ];if _ccga {_aegd [_edaec ]++;}else {_aegd [_edaec ]=1;};};if _dgffa ,_fcbfb :=_abgc .Get ("\u0053").(*PdfObjectName );_fcbfb &&*_dgffa =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_ ,_addbf :=_aegd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]; +if _addbf {_aegd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_aegd ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]=1;};};};}else if _eacfb ,_efbg :=_bgedf .(*PdfObjectStream );_efbg {if _dbbda ,_gcef :=_eacfb .PdfObjectDictionary .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_gcef {_gf .Log .Trace ("\u002d\u002d\u003e\u0020\u0053\u0074\u0072\u0065\u0061\u006d\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073",*_dbbda );_bcfe :=string (*_dbbda );_aegd [_bcfe ]++;};}else {_gecb ,_cdgb :=_bgedf .(*PdfObjectDictionary ); +if _cdgb {_bfbdc ,_cggg :=_gecb .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if _cggg {_ddbc :=string (*_bfbdc );_gf .Log .Trace ("\u002d-\u002d \u006f\u0062\u006a\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",_ddbc );_aegd [_ddbc ]++;};};_gf .Log .Trace ("\u0044\u0049\u0052\u0045\u0043\u0054\u0020\u004f\u0042\u004a\u0020\u0025d\u003a\u0020\u0025\u0073",_dacfd .ObjectNumber ,_bgedf ); +};_cdag ++;};_gf .Log .Trace ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u0045\u004fF\u0020\u0049\u004e\u0053\u0050\u0045\u0043T\u0020\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d");_gf .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d"); +_gf .Log .Trace ("\u004f\u0062j\u0065\u0063\u0074 \u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064",_ecff );_gf .Log .Trace ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u006f\u006b\u0075p\u003a\u0020\u0025\u0064",_gdbab );for _daggf ,_agcga :=range _aegd {_gf .Log .Trace ("\u0025\u0073\u003a\u0020\u0025\u0064",_daggf ,_agcga ); +};_gf .Log .Trace ("\u003d=\u003d\u003d\u003d\u003d\u003d");if len (_ddfdg ._gfdb .ObjectMap )< 1{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0068\u0069\u0073 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074 \u0069s\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062l\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0021\u0029"); +return nil ,_af .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0028\u0078r\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u0029");};_fdecd ,_gbcfde :=_aegd ["\u0046\u006f\u006e\u0074"]; +if !_gbcfde ||_fdecd < 2{_gf .Log .Trace ("\u0054\u0068\u0069s \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073 \u0070r\u006fb\u0061\u0062\u006c\u0079\u0020\u0073\u0063\u0061\u006e\u006e\u0065\u0064\u0021");}else {_gf .Log .Trace ("\u0054\u0068\u0069\u0073\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0066o\u0072\u0020\u0065\u0078\u0074r\u0061\u0063t\u0069\u006f\u006e\u0021"); +};return _aegd ,nil ;}; -// MakeDict creates and returns an empty PdfObjectDictionary. -func MakeDict ()*PdfObjectDictionary {_fdage :=&PdfObjectDictionary {};_fdage ._degg =map[PdfObjectName ]PdfObject {};_fdage ._aeba =[]PdfObjectName {};_fdage ._fgcd =&_c .Mutex {};return _fdage ;}; +// String returns a string describing `stream`. +func (_edgac *PdfObjectStream )String ()string {return _af .Sprintf ("O\u0062j\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0025\u0064: \u0025\u0073",_edgac .ObjectNumber ,_edgac .PdfObjectDictionary );}; -// IsEncrypted checks if the document is encrypted. A bool flag is returned indicating the result. -// First time when called, will check if the Encrypt dictionary is accessible through the trailer dictionary. -// If encrypted, prepares a crypt datastructure which can be used to authenticate and decrypt the document. -// On failure, an error is returned. -func (_ggfgd *PdfParser )IsEncrypted ()(bool ,error ){if _ggfgd ._bbaead !=nil {return true ,nil ;}else if _ggfgd ._daeab ==nil {return false ,nil ;};_eg .Log .Trace ("\u0043\u0068\u0065c\u006b\u0069\u006e\u0067 \u0065\u006e\u0063\u0072\u0079\u0070\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021"); -_ecdd :=_ggfgd ._daeab .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074");if _ecdd ==nil {return false ,nil ;};_eg .Log .Trace ("\u0049\u0073\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0021");var (_baed *PdfObjectDictionary ;);switch _deed :=_ecdd .(type ){case *PdfObjectDictionary :_baed =_deed ; -case *PdfObjectReference :_eg .Log .Trace ("\u0030\u003a\u0020\u004c\u006f\u006f\u006b\u0020\u0075\u0070\u0020\u0072e\u0066\u0020\u0025\u0071",_deed );_ebgfd ,_bedf :=_ggfgd .LookupByReference (*_deed );_eg .Log .Trace ("\u0031\u003a\u0020%\u0071",_ebgfd ); -if _bedf !=nil {return false ,_bedf ;};_aagee ,_gece :=_ebgfd .(*PdfIndirectObject );if !_gece {_eg .Log .Debug ("E\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); -return false ,_a .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gfebf ,_gece :=_aagee .PdfObject .(*PdfObjectDictionary );_ggfgd ._dfce =_aagee ;_eg .Log .Trace ("\u0032\u003a\u0020%\u0071",_gfebf );if !_gece {return false ,_a .New ("\u0074\u0072a\u0069\u006c\u0065\u0072 \u0045\u006ec\u0072\u0079\u0070\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};_baed =_gfebf ;case *PdfObjectNull :_eg .Log .Debug ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074 \u0069\u0073\u0020a\u0020\u006e\u0075l\u006c\u0020o\u0062\u006a\u0065\u0063\u0074\u002e \u0046il\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u002e"); -return false ,nil ;default:return false ,_bf .Errorf ("u\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0074\u0079\u0070\u0065: \u0025\u0054",_deed );};_deaf ,_adgbd :=PdfCryptNewDecrypt (_ggfgd ,_baed ,_ggfgd ._daeab );if _adgbd !=nil {return false ,_adgbd ; -};for _ ,_dfdc :=range []string {"\u0045n\u0063\u0072\u0079\u0070\u0074"}{_ceadc :=_ggfgd ._daeab .Get (PdfObjectName (_dfdc ));if _ceadc ==nil {continue ;};switch _gbgf :=_ceadc .(type ){case *PdfObjectReference :_deaf ._afcf [int (_gbgf .ObjectNumber )]=struct{}{}; -case *PdfIndirectObject :_deaf ._cdg [_gbgf ]=true ;_deaf ._afcf [int (_gbgf .ObjectNumber )]=struct{}{};};};_ggfgd ._bbaead =_deaf ;_eg .Log .Trace ("\u0043\u0072\u0079\u0070\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0025\u0062",_deaf ); -return true ,nil ;}; +// MakeStream creates an PdfObjectStream with specified contents and encoding. If encoding is nil, then raw encoding +// will be used (i.e. no encoding applied). +func MakeStream (contents []byte ,encoder StreamEncoder )(*PdfObjectStream ,error ){_degbd :=&PdfObjectStream {};if encoder ==nil {encoder =NewRawEncoder ();};_degbd .PdfObjectDictionary =encoder .MakeStreamDict ();_fgdf ,_dbga :=encoder .EncodeBytes (contents ); +if _dbga !=nil {return nil ,_dbga ;};_degbd .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_fgdf ))));_degbd .Stream =_fgdf ;return _degbd ,nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_bcbd *PdfObjectArray )WriteString ()string {var _cgcc _afc .Builder ;_cgcc .WriteString ("\u005b");for _cggf ,_bfda :=range _bcbd .Elements (){_cgcc .WriteString (_bfda .WriteString ());if _cggf < (_bcbd .Len ()-1){_cgcc .WriteString ("\u0020"); -};};_cgcc .WriteString ("\u005d");return _cgcc .String ();};func (_bace *PdfParser )getNumbersOfUpdatedObjects (_bcfc *PdfParser )([]int ,error ){if _bcfc ==nil {return nil ,_a .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0070\u0061\u0072\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020nu\u006c\u006c"); -};_begg :=_bcfc ._dfdf ;_ccdg :=make ([]int ,0);_acaa :=make (map[int ]interface{});_eaggb :=make (map[int ]int64 );for _gcbb ,_fagff :=range _bace ._gfeb .ObjectMap {if _fagff .Offset ==0{if _fagff .OsObjNumber !=0{if _bafd ,_ccac :=_bace ._gfeb .ObjectMap [_fagff .OsObjNumber ]; -_ccac {_acaa [_fagff .OsObjNumber ]=struct{}{};_eaggb [_gcbb ]=_bafd .Offset ;}else {return nil ,_a .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0078r\u0065\u0066\u0020\u0074ab\u006c\u0065");};};}else {_eaggb [_gcbb ]=_fagff .Offset ;};}; -for _aagf ,_bbdcf :=range _eaggb {if _ ,_aggff :=_acaa [_aagf ];_aggff {continue ;};if _bbdcf > _begg {_ccdg =append (_ccdg ,_aagf );};};return _ccdg ,nil ;};func (_cbbg *PdfParser )parseBool ()(PdfObjectBool ,error ){_ggge ,_egeab :=_cbbg ._dgca .Peek (4); -if _egeab !=nil {return PdfObjectBool (false ),_egeab ;};if (len (_ggge )>=4)&&(string (_ggge [:4])=="\u0074\u0072\u0075\u0065"){_cbbg ._dgca .Discard (4);return PdfObjectBool (true ),nil ;};_ggge ,_egeab =_cbbg ._dgca .Peek (5);if _egeab !=nil {return PdfObjectBool (false ),_egeab ; -};if (len (_ggge )>=5)&&(string (_ggge [:5])=="\u0066\u0061\u006cs\u0065"){_cbbg ._dgca .Discard (5);return PdfObjectBool (false ),nil ;};return PdfObjectBool (false ),_a .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg"); -}; +// DecodeStream decodes a multi-encoded stream by passing it through the +// DecodeStream method of the underlying encoders. +func (_fgec *MultiEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _fgec .DecodeBytes (streamObj .Stream );};func (_adcf *JBIG2Image )toBitmap ()(_aaeg *_ca .Bitmap ,_ffdc error ){const _aaff ="\u004a\u0042\u0049\u00472I\u006d\u0061\u0067\u0065\u002e\u0074\u006f\u0042\u0069\u0074\u006d\u0061\u0070"; +if _adcf .Data ==nil {return nil ,_ag .Error (_aaff ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};if _adcf .Width ==0||_adcf .Height ==0{return nil ,_ag .Error (_aaff ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if _adcf .HasPadding {_aaeg ,_ffdc =_ca .NewWithData (_adcf .Width ,_adcf .Height ,_adcf .Data );}else {_aaeg ,_ffdc =_ca .NewWithUnpaddedData (_adcf .Width ,_adcf .Height ,_adcf .Data );};if _ffdc !=nil {return nil ,_ag .Wrap (_ffdc ,_aaff ,"");};return _aaeg ,nil ; +};func (_febae *limitedReadSeeker )getError (_bcegb int64 )error {switch {case _bcegb < 0:return _af .Errorf ("\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0065\u0067\u0061\u0074\u0069\u0076e\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0064",_bcegb ); +case _bcegb > _febae ._adad :return _af .Errorf ("u\u006e\u0065\u0078\u0070ec\u0074e\u0064\u0020\u006f\u0066\u0066s\u0065\u0074\u003a\u0020\u0025\u0064",_bcegb );};return nil ;}; -// GoImageToJBIG2 creates a binary image on the base of 'i' golang image.Image. -// If the image is not a black/white image then the function converts provided input into -// JBIG2Image with 1bpp. For non grayscale images the function performs the conversion to the grayscale temp image. -// Then it checks the value of the gray image value if it's within bounds of the black white threshold. -// This 'bwThreshold' value should be in range (0.0, 1.0). The threshold checks if the grayscale pixel (uint) value -// is greater or smaller than 'bwThreshold' * 255. Pixels inside the range will be white, and the others will be black. -// If the 'bwThreshold' is equal to -1.0 - JB2ImageAutoThreshold then it's value would be set on the base of -// it's histogram using Triangle method. For more information go to: -// -// https://www.mathworks.com/matlabcentral/fileexchange/28047-gray-image-thresholding-using-the-triangle-method -func GoImageToJBIG2 (i _g .Image ,bwThreshold float64 )(*JBIG2Image ,error ){const _cccd ="\u0047\u006f\u0049\u006d\u0061\u0067\u0065\u0054\u006fJ\u0042\u0049\u0047\u0032";if i ==nil {return nil ,_bgc .Error (_cccd ,"i\u006d\u0061\u0067\u0065 '\u0069'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); -};var (_cdec uint8 ;_cege _gg .Image ;_cafa error ;);if bwThreshold ==JB2ImageAutoThreshold {_cege ,_cafa =_gg .MonochromeConverter .Convert (i );}else if bwThreshold > 1.0||bwThreshold < 0.0{return nil ,_bgc .Error (_cccd ,"p\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074h\u0072\u0065\u0073\u0068\u006f\u006c\u0064 i\u0073\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u0020\u0072\u0061\u006ege\u0020\u007b0\u002e\u0030\u002c\u0020\u0031\u002e\u0030\u007d"); -}else {_cdec =uint8 (255*bwThreshold );_cege ,_cafa =_gg .MonochromeThresholdConverter (_cdec ).Convert (i );};if _cafa !=nil {return nil ,_cafa ;};return _cab (_cege ),nil ;}; +// HasInvalidHexRunes implements core.ParserMetadata interface. +func (_ebe ParserMetadata )HasInvalidHexRunes ()bool {return _ebe ._eecf };func _begdc (_ddgd int )int {_fddf :=_ddgd >>(_ffab -1);return (_ddgd ^_fddf )-_fddf }; -// Inspect analyzes the document object structure. Returns a map of object types (by name) with the instance count -// as value. -func (_dabc *PdfParser )Inspect ()(map[string ]int ,error ){return _dabc .inspect ()}; +// Set sets the PdfObject at index i of the streams. An error is returned if the index is outside bounds. +func (_ddgdg *PdfObjectStreams )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_ddgdg ._gdfde ){return _d .New ("\u004f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_ddgdg ._gdfde [i ]=obj ;return nil ;}; -// AddPageImage adds the page with the image 'img' to the encoder context in order to encode it jbig2 document. -// The 'settings' defines what encoding type should be used by the encoder. -func (_dffc *JBIG2Encoder )AddPageImage (img *JBIG2Image ,settings *JBIG2EncoderSettings )(_babfg error ){const _feff ="\u004a\u0042\u0049\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065\u0049m\u0061\u0067\u0065"; -if _dffc ==nil {return _bgc .Error (_feff ,"J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u0069\u0073 n\u0069\u006c");};if settings ==nil {settings =&_dffc .DefaultPageSettings ;};if _dffc ._aed ==nil {_dffc ._aed =_dbb .InitEncodeDocument (settings .FileMode ); -};if _babfg =settings .Validate ();_babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};_dede ,_babfg :=img .toBitmap ();if _babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};switch settings .Compression {case JB2Generic :if _babfg =_dffc ._aed .AddGenericPage (_dede ,settings .DuplicatedLinesRemoval ); -_babfg !=nil {return _bgc .Wrap (_babfg ,_feff ,"");};case JB2SymbolCorrelation :return _bgc .Error (_feff ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -case JB2SymbolRankHaus :return _bgc .Error (_feff ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); -default:return _bgc .Error (_feff ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return nil ;}; +// Validate validates the page settings for the JBIG2 encoder. +func (_acdc JBIG2EncoderSettings )Validate ()error {const _fbef ="\u0076a\u006ci\u0064\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065\u0072";if _acdc .Threshold < 0||_acdc .Threshold > 1.0{return _ag .Errorf (_fbef ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064\u0020\u0076a\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0076\u0027 \u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061n\u0067\u0065\u0020\u005b\u0030\u002e0\u002c\u0020\u0031.\u0030\u005d",_acdc .Threshold ); +};if _acdc .ResolutionX < 0{return _ag .Errorf (_fbef ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0078\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_acdc .ResolutionX ); +};if _acdc .ResolutionY < 0{return _ag .Errorf (_fbef ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0079\u0020\u0072\u0065\u0073\u006f\u006c\u0075\u0074\u0069\u006fn\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u0076\u0065 \u006f\u0072\u0020\u007a\u0065\u0072o\u0020\u0076\u0061l\u0075\u0065",_acdc .ResolutionY ); +};if _acdc .DefaultPixelValue !=0&&_acdc .DefaultPixelValue !=1{return _ag .Errorf (_fbef ,"de\u0066\u0061u\u006c\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072 \u0074\u0068\u0065\u0020\u0062\u0069\u0074\u003a \u007b0\u002c\u0031}",_acdc .DefaultPixelValue ); +};if _acdc .Compression !=JB2Generic {return _ag .Errorf (_fbef ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u0063\u006fm\u0070\u0072\u0065\u0073s\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +};return nil ;};func (_cddg *PdfParser )readTextLine ()(string ,error ){var _bdeg _gbg .Buffer ;for {_dcbg ,_gdce :=_cddg ._fdc .Peek (1);if _gdce !=nil {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_gdce .Error ());return _bdeg .String (),_gdce ; +};if (_dcbg [0]!='\r')&&(_dcbg [0]!='\n'){_fdad ,_ :=_cddg ._fdc .ReadByte ();_bdeg .WriteByte (_fdad );}else {break ;};};return _bdeg .String (),nil ;}; -// GetDict returns the *PdfObjectDictionary represented by the PdfObject directly or indirectly within an indirect +// UpdateParams updates the parameter values of the encoder. +func (_gbff *ASCIIHexEncoder )UpdateParams (params *PdfObjectDictionary ){};type offsetReader struct{_fgge _cb .ReadSeeker ;_fbdd int64 ;}; + +// DecodeBytes decodes a slice of DCT encoded bytes and returns the result. +func (_dggg *DCTEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_ffde :=_gbg .NewReader (encoded );_cgab ,_fgce :=_c .Decode (_ffde );if _fgce !=nil {_gf .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_fgce ); +return nil ,_fgce ;};_gfgd :=_cgab .Bounds ();var _fbde =make ([]byte ,_gfgd .Dx ()*_gfgd .Dy ()*_dggg .ColorComponents *_dggg .BitsPerComponent /8);_egcf :=0;switch _dggg .ColorComponents {case 1:_cgad :=[]float64 {_dggg .Decode [0],_dggg .Decode [1]}; +for _ebg :=_gfgd .Min .Y ;_ebg < _gfgd .Max .Y ;_ebg ++{for _gbgb :=_gfgd .Min .X ;_gbgb < _gfgd .Max .X ;_gbgb ++{_cfd :=_cgab .At (_gbgb ,_ebg );if _dggg .BitsPerComponent ==16{_cbcff ,_acbf :=_cfd .(_gb .Gray16 );if !_acbf {return nil ,_d .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_fdf :=_ccd (uint (_cbcff .Y >>8),_cgad [0],_cgad [1]);_gbdg :=_ccd (uint (_cbcff .Y ),_cgad [0],_cgad [1]);_fbde [_egcf ]=byte (_fdf );_egcf ++;_fbde [_egcf ]=byte (_gbdg );_egcf ++;}else {_eeae ,_ecab :=_cfd .(_gb .Gray );if !_ecab {return nil ,_d .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_fbde [_egcf ]=byte (_ccd (uint (_eeae .Y ),_cgad [0],_cgad [1]));_egcf ++;};};};case 3:_dcfg :=[]float64 {_dggg .Decode [0],_dggg .Decode [1]};_deab :=[]float64 {_dggg .Decode [2],_dggg .Decode [3]};_gadg :=[]float64 {_dggg .Decode [4],_dggg .Decode [5]}; +for _bfaf :=_gfgd .Min .Y ;_bfaf < _gfgd .Max .Y ;_bfaf ++{for _ccea :=_gfgd .Min .X ;_ccea < _gfgd .Max .X ;_ccea ++{_bbad :=_cgab .At (_ccea ,_bfaf );if _dggg .BitsPerComponent ==16{_gbfe ,_bfdc :=_bbad .(_gb .RGBA64 );if !_bfdc {return nil ,_d .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_bcd :=_ccd (uint (_gbfe .R >>8),_dcfg [0],_dcfg [1]);_cccb :=_ccd (uint (_gbfe .R ),_dcfg [0],_dcfg [1]);_bdg :=_ccd (uint (_gbfe .G >>8),_deab [0],_deab [1]);_cccf :=_ccd (uint (_gbfe .G ),_deab [0],_deab [1]);_bbfg :=_ccd (uint (_gbfe .B >>8),_gadg [0],_gadg [1]); +_dbeb :=_ccd (uint (_gbfe .B ),_gadg [0],_gadg [1]);_fbde [_egcf ]=byte (_bcd );_egcf ++;_fbde [_egcf ]=byte (_cccb );_egcf ++;_fbde [_egcf ]=byte (_bdg );_egcf ++;_fbde [_egcf ]=byte (_cccf );_egcf ++;_fbde [_egcf ]=byte (_bbfg );_egcf ++;_fbde [_egcf ]=byte (_dbeb ); +_egcf ++;}else {_fcae ,_bfac :=_bbad .(_gb .RGBA );if _bfac {_ccg :=_ccd (uint (_fcae .R ),_dcfg [0],_dcfg [1]);_eba :=_ccd (uint (_fcae .G ),_deab [0],_deab [1]);_bcef :=_ccd (uint (_fcae .B ),_gadg [0],_gadg [1]);_fbde [_egcf ]=byte (_ccg );_egcf ++; +_fbde [_egcf ]=byte (_eba );_egcf ++;_fbde [_egcf ]=byte (_bcef );_egcf ++;}else {_bdfg ,_edbe :=_bbad .(_gb .YCbCr );if !_edbe {return nil ,_d .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_caga ,_gdbae ,_egcg ,_ :=_bdfg .RGBA (); +_addb :=_ccd (uint (_caga >>8),_dcfg [0],_dcfg [1]);_ebddb :=_ccd (uint (_gdbae >>8),_deab [0],_deab [1]);_eeaac :=_ccd (uint (_egcg >>8),_gadg [0],_gadg [1]);_fbde [_egcf ]=byte (_addb );_egcf ++;_fbde [_egcf ]=byte (_ebddb );_egcf ++;_fbde [_egcf ]=byte (_eeaac ); +_egcf ++;};};};};case 4:_fdga :=[]float64 {_dggg .Decode [0],_dggg .Decode [1]};_feba :=[]float64 {_dggg .Decode [2],_dggg .Decode [3]};_agc :=[]float64 {_dggg .Decode [4],_dggg .Decode [5]};_eeff :=[]float64 {_dggg .Decode [6],_dggg .Decode [7]};for _baca :=_gfgd .Min .Y ; +_baca < _gfgd .Max .Y ;_baca ++{for _ddde :=_gfgd .Min .X ;_ddde < _gfgd .Max .X ;_ddde ++{_efdf :=_cgab .At (_ddde ,_baca );_agefb ,_gcgf :=_efdf .(_gb .CMYK );if !_gcgf {return nil ,_d .New ("\u0063\u006fl\u006f\u0072\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_adf :=255-_ccd (uint (_agefb .C ),_fdga [0],_fdga [1]);_gfgg :=255-_ccd (uint (_agefb .M ),_feba [0],_feba [1]);_dbdc :=255-_ccd (uint (_agefb .Y ),_agc [0],_agc [1]);_gfge :=255-_ccd (uint (_agefb .K ),_eeff [0],_eeff [1]);_fbde [_egcf ]=byte (_adf ); +_egcf ++;_fbde [_egcf ]=byte (_gfgg );_egcf ++;_fbde [_egcf ]=byte (_dbdc );_egcf ++;_fbde [_egcf ]=byte (_gfge );_egcf ++;};};};return _fbde ,nil ;}; + +// Keys returns the list of keys in the dictionary. +// If `d` is nil returns a nil slice. +func (_efaa *PdfObjectDictionary )Keys ()[]PdfObjectName {if _efaa ==nil {return nil ;};return _efaa ._gaccg ;}; + +// HasEOLAfterHeader gets information if there is a EOL after the version header. +func (_bfda ParserMetadata )HasEOLAfterHeader ()bool {return _bfda ._gaad }; + +// GetRevision returns PdfParser for the specific version of the Pdf document. +func (_dggf *PdfParser )GetRevision (revisionNumber int )(*PdfParser ,error ){_babfg :=_dggf ._decec ;if _babfg ==revisionNumber {return _dggf ,nil ;};if _babfg < revisionNumber {return nil ,_d .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0072\u0065\u0076\u0069\u0073i\u006fn\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};if _dggf ._acaa [revisionNumber ]!=nil {return _dggf ._acaa [revisionNumber ],nil ;};_cfebd :=_dggf ;for ;_babfg > revisionNumber ;_babfg --{_fcgc ,_cfcgd :=_cfebd .GetPreviousRevisionParser ();if _cfcgd !=nil {return nil ,_cfcgd ;};_dggf ._acaa [_babfg -1]=_fcgc ; +_dggf ._fefb [_cfebd ]=_fcgc ;_cfebd =_fcgc ;};return _cfebd ,nil ;}; + +// UpdateParams updates the parameter values of the encoder. +func (_cdd *LZWEncoder )UpdateParams (params *PdfObjectDictionary ){_aaa ,_agga :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _agga ==nil {_cdd .Predictor =int (_aaa );};_dcfa ,_agga :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +if _agga ==nil {_cdd .BitsPerComponent =int (_dcfa );};_ebde ,_agga :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _agga ==nil {_cdd .Columns =int (_ebde );};_cggc ,_agga :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); +if _agga ==nil {_cdd .Colors =int (_cggc );};_fbbc ,_agga :=GetNumberAsInt64 (params .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));if _agga ==nil {_cdd .EarlyChange =int (_fbbc );};}; + +// MakeStreamDict make a new instance of an encoding dictionary for a stream object. +func (_edc *ASCII85Encoder )MakeStreamDict ()*PdfObjectDictionary {_dffc :=MakeDict ();_dffc .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_edc .GetFilterName ()));return _dffc ;}; + +// FlattenObject returns the contents of `obj`. In other words, `obj` with indirect objects replaced +// by their values. +// The replacements are made recursively to a depth of traceMaxDepth. +// NOTE: Dicts are sorted to make objects with same contents have the same PDF object strings. +func FlattenObject (obj PdfObject )PdfObject {return _egcfg (obj ,0)}; + +// GetTrailer returns the PDFs trailer dictionary. The trailer dictionary is typically the starting point for a PDF, +// referencing other key objects that are important in the document structure. +func (_abfd *PdfParser )GetTrailer ()*PdfObjectDictionary {return _abfd ._ffe }; + +// MakeNull creates an PdfObjectNull. +func MakeNull ()*PdfObjectNull {_bega :=PdfObjectNull {};return &_bega }; + +// Get returns the i-th element of the array or nil if out of bounds (by index). +func (_gdab *PdfObjectArray )Get (i int )PdfObject {if _gdab ==nil ||i >=len (_gdab ._dcgec )||i < 0{return nil ;};return _gdab ._dcgec [i ];};func _cgbc (_bgdb int )int {if _bgdb < 0{return -_bgdb ;};return _bgdb ;}; + +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_dddg *LZWEncoder )MakeDecodeParams ()PdfObject {if _dddg .Predictor > 1{_acab :=MakeDict ();_acab .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_dddg .Predictor )));if _dddg .BitsPerComponent !=8{_acab .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_dddg .BitsPerComponent ))); +};if _dddg .Columns !=1{_acab .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_dddg .Columns )));};if _dddg .Colors !=1{_acab .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_dddg .Colors )));};return _acab ;};return nil ; +};func _ddbf (_cafg string )(int ,int ,error ){_dgee :=_cdegb .FindStringSubmatch (_cafg );if len (_dgee )< 3{return 0,0,_d .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_ffcd ,_ :=_db .Atoi (_dgee [1]);_bbdf ,_ :=_db .Atoi (_dgee [2]);return _ffcd ,_bbdf ,nil ;}; + +// Len returns the number of elements in the array. +func (_aafa *PdfObjectArray )Len ()int {if _aafa ==nil {return 0;};return len (_aafa ._dcgec );};func (_daded *PdfParser )loadXrefs ()(*PdfObjectDictionary ,error ){_daded ._gfdb .ObjectMap =make (map[int ]XrefObject );_daded ._feaf =make (objectStreams ); +_caba ,_dafb :=_daded ._bcdda .Seek (0,_cb .SeekEnd );if _dafb !=nil {return nil ,_dafb ;};_gf .Log .Trace ("\u0066s\u0069\u007a\u0065\u003a\u0020\u0025d",_caba );_daded ._fbbge =_caba ;_dafb =_daded .seekToEOFMarker (_caba );if _dafb !=nil {_gf .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0073\u0065\u0065\u006b\u0020\u0074\u006f\u0020\u0065\u006f\u0066\u0020\u006d\u0061\u0072\u006b\u0065\u0072: \u0025\u0076",_dafb ); +return nil ,_dafb ;};_eacb ,_dafb :=_daded ._bcdda .Seek (0,_cb .SeekCurrent );if _dafb !=nil {return nil ,_dafb ;};var _cadf int64 =64;_gbda :=_eacb -_cadf ;if _gbda < 0{_gbda =0;};_ ,_dafb =_daded ._bcdda .Seek (_gbda ,_cb .SeekStart );if _dafb !=nil {return nil ,_dafb ; +};_gecf :=make ([]byte ,_cadf );_ ,_dafb =_daded ._bcdda .Read (_gecf );if _dafb !=nil {_gf .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u003a\u0020\u0025\u0076",_dafb ); +return nil ,_dafb ;};_abfdg :=_fbae .FindStringSubmatch (string (_gecf ));if len (_abfdg )< 2{_gf .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020n\u006f\u0074\u0020f\u006fu\u006e\u0064\u0021"); +return nil ,_d .New ("\u0073\u0074\u0061\u0072tx\u0072\u0065\u0066\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};if len (_abfdg )> 2{_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004du\u006c\u0074\u0069\u0070\u006c\u0065\u0020s\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029\u0021",_gecf ); +return nil ,_d .New ("m\u0075\u006c\u0074\u0069\u0070\u006ce\u0020\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065f\u0020\u0065\u006et\u0072i\u0065\u0073\u003f");};_gfed ,_ :=_db .ParseInt (_abfdg [1],10,64);_gf .Log .Trace ("\u0073t\u0061r\u0074\u0078\u0072\u0065\u0066\u0020\u0061\u0074\u0020\u0025\u0064",_gfed ); +if _gfed > _caba {_gf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u006f\u0066f\u0073e\u0074 \u006fu\u0074\u0073\u0069\u0064\u0065\u0020\u006f\u0066\u0020\u0066\u0069\u006c\u0065");_gf .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0072e\u0070\u0061\u0069\u0072"); +_gfed ,_dafb =_daded .repairLocateXref ();if _dafb !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0052\u0065\u0070\u0061\u0069\u0072\u0020\u0061\u0074\u0074\u0065\u006d\u0070t\u0020\u0066\u0061\u0069\u006c\u0065\u0064 \u0028\u0025\u0073\u0029"); +return nil ,_dafb ;};};_daded ._bcdda .Seek (_gfed ,_cb .SeekStart );_daded ._fdc =_gc .NewReader (_daded ._bcdda );_cfge ,_dafb :=_daded .parseXref ();if _dafb !=nil {return nil ,_dafb ;};_eccf :=_cfge .Get ("\u0058R\u0065\u0066\u0053\u0074\u006d");if _eccf !=nil {_fgbc ,_dgada :=_eccf .(*PdfObjectInteger ); +if !_dgada {return nil ,_d .New ("\u0058\u0052\u0065\u0066\u0053\u0074\u006d\u0020\u0021=\u0020\u0069\u006e\u0074");};_ ,_dafb =_daded .parseXrefStream (_fgbc );if _dafb !=nil {return nil ,_dafb ;};};var _dgdb []int64 ;_aebd :=func (_fecd int64 ,_ffba []int64 )bool {for _ ,_fdb :=range _ffba {if _fdb ==_fecd {return true ; +};};return false ;};_eccf =_cfge .Get ("\u0050\u0072\u0065\u0076");for _eccf !=nil {_dbge ,_abgd :=_eccf .(*PdfObjectInteger );if !_abgd {_gf .Log .Debug ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020P\u0072\u0065\u0076\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_eccf ); +return _cfge ,nil ;};_bcfac :=*_dbge ;_gf .Log .Trace ("\u0041\u006eot\u0068\u0065\u0072 \u0050\u0072\u0065\u0076 xr\u0065f \u0074\u0061\u0062\u006c\u0065\u0020\u006fbj\u0065\u0063\u0074\u0020\u0061\u0074\u0020%\u0064",_bcfac );_daded ._bcdda .Seek (int64 (_bcfac ),_cb .SeekStart ); +_daded ._fdc =_gc .NewReader (_daded ._bcdda );_abff ,_efac :=_daded .parseXref ();if _efac !=nil {_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0045\u0072\u0072\u006f\u0072\u0020-\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069n\u0067\u0020\u0061\u006e\u006f\u0074\u0068\u0065\u0072\u0020\u0028\u0050re\u0076\u0029\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072"); +_gf .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0063\u006f\u006e\u0074\u0069n\u0075\u0065\u0020\u0062\u0079\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067\u0020\u0069\u0074");break ;};_daded ._fcca =append (_daded ._fcca ,int64 (_bcfac )); +_eccf =_abff .Get ("\u0050\u0072\u0065\u0076");if _eccf !=nil {_fgef :=*(_eccf .(*PdfObjectInteger ));if _aebd (int64 (_fgef ),_dgdb ){_gf .Log .Debug ("\u0050\u0072ev\u0065\u006e\u0074i\u006e\u0067\u0020\u0063irc\u0075la\u0072\u0020\u0078\u0072\u0065\u0066\u0020re\u0066\u0065\u0072\u0065\u006e\u0063\u0069n\u0067"); +break ;};_dgdb =append (_dgdb ,int64 (_fgef ));};};return _cfge ,nil ;}; + +// GetXrefType returns the type of the first xref object (table or stream). +func (_gdbba *PdfParser )GetXrefType ()*xrefType {return _gdbba ._cbae }; + +// Merge merges in key/values from another dictionary. Overwriting if has same keys. +// The mutated dictionary (d) is returned in order to allow method chaining. +func (_egea *PdfObjectDictionary )Merge (another *PdfObjectDictionary )*PdfObjectDictionary {if another !=nil {for _ ,_gbfed :=range another .Keys (){_febaa :=another .Get (_gbfed );_egea .Set (_gbfed ,_febaa );};};return _egea ;}; + +// CCITTFaxEncoder implements Group3 and Group4 facsimile (fax) encoder/decoder. +type CCITTFaxEncoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;}; + +// ResolveReferencesDeep recursively traverses through object `o`, looking up and replacing +// references with indirect objects. +// Optionally a map of already deep-resolved objects can be provided via `traversed`. The `traversed` map +// is updated while traversing the objects to avoid traversing same objects multiple times. +func ResolveReferencesDeep (o PdfObject ,traversed map[PdfObject ]struct{})error {if traversed ==nil {traversed =map[PdfObject ]struct{}{};};return _abaf (o ,0,traversed );};type objectCache map[int ]PdfObject ; + +// GetFloat returns the *PdfObjectFloat represented by the PdfObject directly or indirectly within an indirect // object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetDict (obj PdfObject )(_efbe *PdfObjectDictionary ,_febf bool ){_efbe ,_febf =TraceToDirectObject (obj ).(*PdfObjectDictionary );return _efbe ,_febf ;}; +func GetFloat (obj PdfObject )(_efb *PdfObjectFloat ,_afgf bool ){_efb ,_afgf =TraceToDirectObject (obj ).(*PdfObjectFloat );return _efb ,_afgf ;}; -// NewParser creates a new parser for a PDF file via ReadSeeker. Loads the cross reference stream and trailer. -// An error is returned on failure. -func NewParser (rs _eb .ReadSeeker )(*PdfParser ,error ){_fedfg :=&PdfParser {_eaee :rs ,ObjCache :make (objectCache ),_dfeda :map[int64 ]bool {},_ead :make ([]int64 ,0),_agfd :make (map[*PdfParser ]*PdfParser )};_cfcf ,_cbec ,_eafe :=_fedfg .parsePdfVersion (); -if _eafe !=nil {_eg .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_eafe );return nil ,_eafe ;};_fedfg ._dfd .Major =_cfcf ;_fedfg ._dfd .Minor =_cbec ; -if _fedfg ._daeab ,_eafe =_fedfg .loadXrefs ();_eafe !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_eafe );return nil ,_eafe ; -};_eg .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_fedfg ._daeab );_bbbc ,_eafe :=_fedfg .parseLinearizedDictionary ();if _eafe !=nil {return nil ,_eafe ;};if _bbbc !=nil {_fedfg ._gdea ,_eafe =_fedfg .checkLinearizedInformation (_bbbc ); -if _eafe !=nil {return nil ,_eafe ;};};if len (_fedfg ._gfeb .ObjectMap )==0{return nil ,_bf .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); -};_fedfg ._bgea =len (_fedfg ._ead );if _fedfg ._gdea &&_fedfg ._bgea !=0{_fedfg ._bgea --;};_fedfg ._gaad =make ([]*PdfParser ,_fedfg ._bgea );return _fedfg ,nil ;}; +// NewLZWEncoder makes a new LZW encoder with default parameters. +func NewLZWEncoder ()*LZWEncoder {_eefb :=&LZWEncoder {};_eefb .Predictor =1;_eefb .BitsPerComponent =8;_eefb .Colors =1;_eefb .Columns =1;_eefb .EarlyChange =1;return _eefb ;}; -// DrawableImage is same as golang image/draw's Image interface that allow drawing images. -type DrawableImage interface{ColorModel ()_ac .Model ;Bounds ()_g .Rectangle ;At (_cbfg ,_gea int )_ac .Color ;Set (_gaac ,_dba int ,_cdad _ac .Color );};func (_efgbg *PdfParser )readTextLine ()(string ,error ){var _adgb _bd .Buffer ;for {_dggg ,_fbad :=_efgbg ._dgca .Peek (1); -if _fbad !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_fbad .Error ());return _adgb .String (),_fbad ;};if (_dggg [0]!='\r')&&(_dggg [0]!='\n'){_gedc ,_ :=_efgbg ._dgca .ReadByte ();_adgb .WriteByte (_gedc );}else {break ; -};};return _adgb .String (),nil ;};func (_afbg *PdfParser )parsePdfVersion ()(int ,int ,error ){var _bdad int64 =20;_gbbf :=make ([]byte ,_bdad );_afbg ._eaee .Seek (0,_eb .SeekStart );_afbg ._eaee .Read (_gbbf );var _ggbde error ;var _gccd ,_ecebg int ; -if _bgafg :=_egfb .FindStringSubmatch (string (_gbbf ));len (_bgafg )< 3{if _gccd ,_ecebg ,_ggbde =_afbg .seekPdfVersionTopDown ();_ggbde !=nil {_eg .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e"); -return 0,0,_ggbde ;};_afbg ._eaee ,_ggbde =_ebfa (_afbg ._eaee ,_afbg .GetFileOffset ()-8);if _ggbde !=nil {return 0,0,_ggbde ;};}else {if _gccd ,_ggbde =_b .Atoi (_bgafg [1]);_ggbde !=nil {return 0,0,_ggbde ;};if _ecebg ,_ggbde =_b .Atoi (_bgafg [2]); -_ggbde !=nil {return 0,0,_ggbde ;};_afbg .SetFileOffset (0);};_afbg ._dgca =_bb .NewReader (_afbg ._eaee );_eg .Log .Debug ("\u0050\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_gccd ,_ecebg );return _gccd ,_ecebg ,nil ; -}; +// MakeIndirectObject creates an PdfIndirectObject with a specified direct object PdfObject. +func MakeIndirectObject (obj PdfObject )*PdfIndirectObject {_eebef :=&PdfIndirectObject {};_eebef .PdfObject =obj ;return _eebef ;}; -// MakeName creates a PdfObjectName from a string. -func MakeName (s string )*PdfObjectName {_dffdf :=PdfObjectName (s );return &_dffdf }; +// NewRawEncoder returns a new instace of RawEncoder. +func NewRawEncoder ()*RawEncoder {return &RawEncoder {}}; -// Set sets the PdfObject at index i of the array. An error is returned if the index is outside bounds. -func (_cbdd *PdfObjectArray )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_cbdd ._cgef ){return _a .New ("\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_cbdd ._cgef [i ]=obj ;return nil ;}; +// String returns a string describing `ind`. +func (_fbfae *PdfIndirectObject )String ()string {return _af .Sprintf ("\u0049\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0025\u0064",(*_fbfae ).ObjectNumber );}; -// GetStream returns the *PdfObjectStream represented by the PdfObject. On type mismatch the found bool flag is -// false and a nil pointer is returned. -func GetStream (obj PdfObject )(_fcdge *PdfObjectStream ,_fbff bool ){obj =ResolveReference (obj );_fcdge ,_fbff =obj .(*PdfObjectStream );return _fcdge ,_fbff ;}; +// DecodeBytes decodes a slice of LZW encoded bytes and returns the result. +func (_feag *LZWEncoder )DecodeBytes (encoded []byte )([]byte ,error ){var _cfba _gbg .Buffer ;_agge :=_gbg .NewReader (encoded );var _geea _cb .ReadCloser ;if _feag .EarlyChange ==1{_geea =_fa .NewReader (_agge ,_fa .MSB ,8);}else {_geea =_ae .NewReader (_agge ,_ae .MSB ,8); +};defer _geea .Close ();if _ ,_dbaf :=_cfba .ReadFrom (_geea );_dbaf !=nil {if _dbaf !=_cb .ErrUnexpectedEOF ||_cfba .Len ()==0{return nil ,_dbaf ;};_gf .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u004c\u005a\u0057\u0020\u0064\u0065\u0063\u006f\u0064i\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076\u002e \u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062e \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_dbaf ); +};return _cfba .Bytes (),nil ;};const _ffab =32<<(^uint (0)>>63);const JB2ImageAutoThreshold =-1.0;var _eafg =[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");func (_bgfg *PdfParser )parseXrefTable ()(*PdfObjectDictionary ,error ){var _dfbg *PdfObjectDictionary ; +_gdfc ,_bggag :=_bgfg .readTextLine ();if _bggag !=nil {return nil ,_bggag ;};if _bgfg ._fdgb &&_cf .Count (_cf .TrimPrefix (_gdfc ,"\u0078\u0072\u0065\u0066"),"\u0020")> 0{_bgfg ._ebaa ._ccaab =true ;};_gf .Log .Trace ("\u0078\u0072\u0065\u0066 f\u0069\u0072\u0073\u0074\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_gdfc ); +_faaa :=-1;_fagba :=0;_gcea :=false ;_ebbd :="";for {_bgfg .skipSpaces ();_ ,_bfdae :=_bgfg ._fdc .Peek (1);if _bfdae !=nil {return nil ,_bfdae ;};_gdfc ,_bfdae =_bgfg .readTextLine ();if _bfdae !=nil {return nil ,_bfdae ;};_dgff :=_adff .FindStringSubmatch (_gdfc ); +if len (_dgff )==0{_bgde :=len (_ebbd )> 0;_ebbd +=_gdfc +"\u000a";if _bgde {_dgff =_adff .FindStringSubmatch (_ebbd );};};if len (_dgff )==3{if _bgfg ._fdgb &&!_bgfg ._ebaa ._daf {var (_ffdef bool ;_eecg int ;);for _ ,_aagcb :=range _gdfc {if _fd .IsDigit (_aagcb ){if _ffdef {break ; +};continue ;};if !_ffdef {_ffdef =true ;};_eecg ++;};if _eecg > 1{_bgfg ._ebaa ._daf =true ;};};_ggga ,_ :=_db .Atoi (_dgff [1]);_adae ,_ :=_db .Atoi (_dgff [2]);_faaa =_ggga ;_fagba =_adae ;_gcea =true ;_ebbd ="";_gf .Log .Trace ("\u0078r\u0065\u0066 \u0073\u0075\u0062s\u0065\u0063\u0074\u0069\u006f\u006e\u003a \u0066\u0069\u0072\u0073\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0064\u0020\u006fb\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_faaa ,_fagba ); +continue ;};_ccda :=_bcgd .FindStringSubmatch (_gdfc );if len (_ccda )==4{if !_gcea {_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0058r\u0065\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006fr\u006da\u0074\u0021\u000a");return nil ,_d .New ("\u0078\u0072\u0065\u0066 i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); +};_afec ,_ :=_db .ParseInt (_ccda [1],10,64);_facc ,_ :=_db .Atoi (_ccda [2]);_gfgbe :=_ccda [3];_ebbd ="";if _cf .ToLower (_gfgbe )=="\u006e"&&_afec > 1{_cacb ,_acbc :=_bgfg ._gfdb .ObjectMap [_faaa ];if !_acbc ||_facc > _cacb .Generation {_dagg :=XrefObject {ObjectNumber :_faaa ,XType :XrefTypeTableEntry ,Offset :_afec ,Generation :_facc }; +_bgfg ._gfdb .ObjectMap [_faaa ]=_dagg ;};};_faaa ++;continue ;};if (len (_gdfc )> 6)&&(_gdfc [:7]=="\u0074r\u0061\u0069\u006c\u0065\u0072"){_gf .Log .Trace ("\u0046o\u0075n\u0064\u0020\u0074\u0072\u0061i\u006c\u0065r\u0020\u002d\u0020\u0025\u0073",_gdfc ); +if len (_gdfc )> 9{_bbgcc :=_bgfg .GetFileOffset ();_bgfg .SetFileOffset (_bbgcc -int64 (len (_gdfc ))+7);};_bgfg .skipSpaces ();_bgfg .skipComments ();_gf .Log .Trace ("R\u0065\u0061\u0064\u0069ng\u0020t\u0072\u0061\u0069\u006c\u0065r\u0020\u0064\u0069\u0063\u0074\u0021"); +_gf .Log .Trace ("\u0070\u0065\u0065\u006b\u003a\u0020\u0022\u0025\u0073\u0022",_gdfc );_dfbg ,_bfdae =_bgfg .ParseDict ();_gf .Log .Trace ("\u0045O\u0046\u0020\u0072\u0065a\u0064\u0069\u006e\u0067\u0020t\u0072a\u0069l\u0065\u0072\u0020\u0064\u0069\u0063\u0074!"); +if _bfdae !=nil {_gf .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_bfdae );return nil ,_bfdae ;};break ;};if _gdfc =="\u0025\u0025\u0045O\u0046"{_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006e\u0064 \u006f\u0066\u0020\u0066\u0069\u006c\u0065 -\u0020\u0074\u0072\u0061i\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066ou\u006e\u0064 \u002d\u0020\u0065\u0072\u0072\u006f\u0072\u0021"); +return nil ,_d .New ("\u0065\u006e\u0064 \u006f\u0066\u0020\u0066i\u006c\u0065\u0020\u002d\u0020\u0074\u0072a\u0069\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_gf .Log .Trace ("\u0078\u0072\u0065\u0066\u0020\u006d\u006f\u0072\u0065 \u003a\u0020\u0025\u0073",_gdfc ); +};_gf .Log .Trace ("\u0045\u004f\u0046 p\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0021");if _bgfg ._cbae ==nil {_fcac :=XrefTypeTableEntry ;_bgfg ._cbae =&_fcac ;};return _dfbg ,nil ;}; -// GetRevision returns PdfParser for the specific version of the Pdf document. -func (_ddbf *PdfParser )GetRevision (revisionNumber int )(*PdfParser ,error ){_ccda :=_ddbf ._bgea ;if _ccda ==revisionNumber {return _ddbf ,nil ;};if _ccda < revisionNumber {return nil ,_a .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0072\u0065\u0076\u0069\u0073i\u006fn\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};if _ddbf ._gaad [revisionNumber ]!=nil {return _ddbf ._gaad [revisionNumber ],nil ;};_aacf :=_ddbf ;for ;_ccda > revisionNumber ;_ccda --{_bbbac ,_ecbd :=_aacf .GetPreviousRevisionParser ();if _ecbd !=nil {return nil ,_ecbd ;};_ddbf ._gaad [_ccda -1]=_bbbac ; -_ddbf ._agfd [_aacf ]=_bbbac ;_aacf =_bbbac ;};return _aacf ,nil ;}; +// EncodeBytes encodes the passed in slice of bytes by passing it through the +// EncodeBytes method of the underlying encoders. +func (_ccegd *MultiEncoder )EncodeBytes (data []byte )([]byte ,error ){_ggfea :=data ;var _ebfd error ;for _ceecg :=len (_ccegd ._fcge )-1;_ceecg >=0;_ceecg --{_fdff :=_ccegd ._fcge [_ceecg ];_ggfea ,_ebfd =_fdff .EncodeBytes (_ggfea );if _ebfd !=nil {return nil ,_ebfd ; +};};return _ggfea ,nil ;}; -// String returns a string describing `streams`. -func (_badf *PdfObjectStreams )String ()string {return _bf .Sprintf ("\u004f\u0062j\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0025\u0064",_badf .ObjectNumber );};type objectCache map[int ]PdfObject ; +// ResolveReference resolves reference if `o` is a *PdfObjectReference and returns the object referenced to. +// Otherwise returns back `o`. +func ResolveReference (obj PdfObject )PdfObject {if _caea ,_dgda :=obj .(*PdfObjectReference );_dgda {return _caea .Resolve ();};return obj ;}; -// Append appends PdfObject(s) to the streams. -func (_ccead *PdfObjectStreams )Append (objects ...PdfObject ){if _ccead ==nil {_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0020-\u0020\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0074\u006f\u0020\u0061p\u0070\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073"); -return ;};_ccead ._fcde =append (_ccead ._fcde ,objects ...);}; +// GetStringVal returns the string value represented by the PdfObject directly or indirectly if +// contained within an indirect object. On type mismatch the found bool flag returned is false and +// an empty string is returned. +func GetStringVal (obj PdfObject )(_dbec string ,_gdabc bool ){_beeea ,_gdabc :=TraceToDirectObject (obj ).(*PdfObjectString );if _gdabc {return _beeea .Str (),true ;};return ;}; -// GetStringBytes is like GetStringVal except that it returns the string as a []byte. -// It is for convenience. -func GetStringBytes (obj PdfObject )(_dbcd []byte ,_caec bool ){_abgca ,_caec :=TraceToDirectObject (obj ).(*PdfObjectString );if _caec {return _abgca .Bytes (),true ;};return ;}; +// MakeArrayFromFloats creates an PdfObjectArray from a slice of float64s, where each array element is an +// PdfObjectFloat. +func MakeArrayFromFloats (vals []float64 )*PdfObjectArray {_ecda :=MakeArray ();for _ ,_deegg :=range vals {_ecda .Append (MakeFloat (_deegg ));};return _ecda ;};func _dbgb (_gdga ,_bgd ,_ebdab uint8 )uint8 {_geba :=int (_ebdab );_cfgc :=int (_bgd )-_geba ; +_bgcf :=int (_gdga )-_geba ;_geba =_begdc (_cfgc +_bgcf );_cfgc =_begdc (_cfgc );_bgcf =_begdc (_bgcf );if _cfgc <=_bgcf &&_cfgc <=_geba {return _gdga ;}else if _bgcf <=_geba {return _bgd ;};return _ebdab ;};var _ffgc =_ga .MustCompile ("\u005e\u005b\\\u002b\u002d\u002e\u005d*\u0028\u005b0\u002d\u0039\u002e\u005d\u002b\u0029\u005b\u0065E\u005d\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); -// NewJBIG2Encoder creates a new JBIG2Encoder. -func NewJBIG2Encoder ()*JBIG2Encoder {return &JBIG2Encoder {_aed :_dbb .InitEncodeDocument (false )}}; -// GetXrefOffset returns the offset of the xref table. -func (_eefgd *PdfParser )GetXrefOffset ()int64 {return _eefgd ._eeeaf }; +// GetAccessPermissions returns the PDF access permissions as an AccessPermissions object. +func (_bbfb *PdfCrypt )GetAccessPermissions ()_fg .Permissions {return _bbfb ._acc .P }; + +// HasNonConformantStream implements core.ParserMetadata. +func (_agg ParserMetadata )HasNonConformantStream ()bool {return _agg ._fbg };func (_efaf *PdfParser )parseObject ()(PdfObject ,error ){_gf .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074");_efaf .skipSpaces (); +for {_agad ,_cegb :=_efaf ._fdc .Peek (2);if _cegb !=nil {if _cegb !=_cb .EOF ||len (_agad )==0{return nil ,_cegb ;};if len (_agad )==1{_agad =append (_agad ,' ');};};_gf .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_agad )); +if _agad [0]=='/'{_badd ,_deef :=_efaf .parseName ();_gf .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_badd );return &_badd ,_deef ;}else if _agad [0]=='('{_gf .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!"); +_cadaa ,_abdcf :=_efaf .parseString ();return _cadaa ,_abdcf ;}else if _agad [0]=='['{_gf .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_fcgee ,_gdgbd :=_efaf .parseArray ();return _fcgee ,_gdgbd ;}else if (_agad [0]=='<')&&(_agad [1]=='<'){_gf .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021"); +_deed ,_ffbg :=_efaf .ParseDict ();return _deed ,_ffbg ;}else if _agad [0]=='<'{_gf .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021");_fabc ,_bbec :=_efaf .parseHexString ();return _fabc ,_bbec ;}else if _agad [0]=='%'{_efaf .readComment (); +_efaf .skipSpaces ();}else {_gf .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_agad ,_ =_efaf ._fdc .Peek (15);_efafe :=string (_agad );_gf .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_efafe ); +if (len (_efafe )> 3)&&(_efafe [:4]=="\u006e\u0075\u006c\u006c"){_acdf ,_begccg :=_efaf .parseNull ();return &_acdf ,_begccg ;}else if (len (_efafe )> 4)&&(_efafe [:5]=="\u0066\u0061\u006cs\u0065"){_afdf ,_gceb :=_efaf .parseBool ();return &_afdf ,_gceb ; +}else if (len (_efafe )> 3)&&(_efafe [:4]=="\u0074\u0072\u0075\u0065"){_caeg ,_eafe :=_efaf .parseBool ();return &_caeg ,_eafe ;};_eaaa :=_faadf .FindStringSubmatch (_efafe );if len (_eaaa )> 1{_agad ,_ =_efaf ._fdc .ReadBytes ('R');_gf .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_agad [:])); +_fgff ,_geed :=_egeg (string (_agad ));_fgff ._gcdb =_efaf ;return &_fgff ,_geed ;};_bfaa :=_bbga .FindStringSubmatch (_efafe );if len (_bfaa )> 1{_gf .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");_ggfb ,_dgcc :=_efaf .parseNumber (); +return _ggfb ,_dgcc ;};_bfaa =_ffgc .FindStringSubmatch (_efafe );if len (_bfaa )> 1{_gf .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_gf .Log .Trace ("\u0025\u0020\u0073",_bfaa ); +_fggee ,_ddeg :=_efaf .parseNumber ();return _fggee ,_ddeg ;};_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_efafe );return nil ,_d .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); +};};};var _ccbcf =_ga .MustCompile ("\u005b\\\u0072\u005c\u006e\u005d\u005c\u0073\u002a\u0028\u0078\u0072\u0065f\u0029\u005c\u0073\u002a\u005b\u005c\u0072\u005c\u006e\u005d"); + +// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner password is +// specified, full rights are granted, otherwise the access rights are specified by the Permissions flag. +// +// The bool flag indicates that the user can access and view the file. +// The AccessPermissions shows what access the user has for editing etc. +// An error is returned if there was a problem performing the authentication. +func (_daadg *PdfParser )CheckAccessRights (password []byte )(bool ,_fg .Permissions ,error ){if _daadg ._bcgfc ==nil {return true ,_fg .PermOwner ,nil ;};return _daadg ._bcgfc .checkAccessRights (password );}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_gaf *RunLengthEncoder )MakeStreamDict ()*PdfObjectDictionary {_dfac :=MakeDict ();_dfac .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_gaf .GetFilterName ()));return _dfac ;};type offsetReader struct{_dbcbf _eb .ReadSeeker ;_fff int64 ; -}; +func (_gega *RawEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; -// HasOddLengthHexStrings checks if the document has odd length hexadecimal strings. -func (_cbcf ParserMetadata )HasOddLengthHexStrings ()bool {return _cbcf ._cagf }; +// PdfObjectInteger represents the primitive PDF integer numerical object. +type PdfObjectInteger int64 ; -// GetNumberAsInt64 returns the contents of `obj` as an int64 if it is an integer or float, or an -// error if it isn't. This is for cases where expecting an integer, but some implementations -// actually store the number in a floating point format. -func GetNumberAsInt64 (obj PdfObject )(int64 ,error ){switch _befc :=obj .(type ){case *PdfObjectFloat :_eg .Log .Debug ("\u004e\u0075m\u0062\u0065\u0072\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u0073\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0077\u0061s\u0020\u0073\u0074\u006f\u0072\u0065\u0064\u0020\u0061\u0073\u0020\u0066\u006c\u006fa\u0074\u0020(\u0074\u0079\u0070\u0065 \u0063\u0061\u0073\u0074\u0069n\u0067\u0020\u0075\u0073\u0065\u0064\u0029"); -return int64 (*_befc ),nil ;case *PdfObjectInteger :return int64 (*_befc ),nil ;case *PdfObjectReference :_gdgd :=TraceToDirectObject (obj );return GetNumberAsInt64 (_gdgd );case *PdfIndirectObject :return GetNumberAsInt64 (_befc .PdfObject );};return 0,ErrNotANumber ; -}; +// GetFloatVal returns the float64 value represented by the PdfObject directly or indirectly if contained within an +// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. +func GetFloatVal (obj PdfObject )(_fefbd float64 ,_eaca bool ){_aegg ,_eaca :=TraceToDirectObject (obj ).(*PdfObjectFloat );if _eaca {return float64 (*_aegg ),true ;};return 0,false ;};func (_gcecf *PdfParser )rebuildXrefTable ()error {_cdegd :=XrefTable {}; +_cdegd .ObjectMap =map[int ]XrefObject {};_dbeba :=make ([]int ,0,len (_gcecf ._gfdb .ObjectMap ));for _dgfbd :=range _gcecf ._gfdb .ObjectMap {_dbeba =append (_dbeba ,_dgfbd );};_ff .Ints (_dbeba );for _ ,_geeea :=range _dbeba {_edac :=_gcecf ._gfdb .ObjectMap [_geeea ]; +_adba ,_ ,_ddee :=_gcecf .lookupByNumberWrapper (_geeea ,false );if _ddee !=nil {_gf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f l\u006f\u006f\u006b\u0020\u0075\u0070\u0020ob\u006a\u0065\u0063\u0074\u0020\u0028\u0025s\u0029",_ddee ); +_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u006fm\u0070\u006c\u0065\u0074\u0065\u006c\u0079\u0020\u0062\u0072\u006f\u006b\u0065\u006e\u0020\u002d\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0074\u006f \u0072\u0065\u0070\u0061\u0069r\u0020"); +_bgffc ,_caad :=_gcecf .repairRebuildXrefsTopDown ();if _caad !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0072\u0065\u0062\u0075\u0069l\u0064\u0020\u0072\u0065\u0070a\u0069\u0072 \u0028\u0025\u0073\u0029",_caad ); +return _caad ;};_gcecf ._gfdb =*_bgffc ;_gf .Log .Debug ("\u0052e\u0070\u0061\u0069\u0072e\u0064\u0020\u0078\u0072\u0065f\u0020t\u0061b\u006c\u0065\u0020\u0062\u0075\u0069\u006ct");return nil ;};_gdbf ,_def ,_ddee :=_ec (_adba );if _ddee !=nil {return _ddee ; +};_edac .ObjectNumber =int (_gdbf );_edac .Generation =int (_def );_cdegd .ObjectMap [int (_gdbf )]=_edac ;};_gcecf ._gfdb =_cdegd ;_gf .Log .Debug ("N\u0065w\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061b\u006c\u0065\u0020\u0062ui\u006c\u0074");_bge (_gcecf ._gfdb ); +return nil ;};func _ggc (_feb *_fg .StdEncryptDict ,_egb *PdfObjectDictionary ){_egb .Set ("\u0052",MakeInteger (int64 (_feb .R )));_egb .Set ("\u0050",MakeInteger (int64 (_feb .P )));_egb .Set ("\u004f",MakeStringFromBytes (_feb .O ));_egb .Set ("\u0055",MakeStringFromBytes (_feb .U )); +if _feb .R >=5{_egb .Set ("\u004f\u0045",MakeStringFromBytes (_feb .OE ));_egb .Set ("\u0055\u0045",MakeStringFromBytes (_feb .UE ));_egb .Set ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",MakeBool (_feb .EncryptMetadata )); +if _feb .R > 5{_egb .Set ("\u0050\u0065\u0072m\u0073",MakeStringFromBytes (_feb .Perms ));};};}; -// DecodeStream returns the passed in stream as a slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_fgcc *RawEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return streamObj .Stream ,nil ;}; +// PdfObjectString represents the primitive PDF string object. +type PdfObjectString struct{_addg string ;_ffff bool ;}; -// Clear resets the array to an empty state. -func (_eaabg *PdfObjectArray )Clear (){_eaabg ._cgef =[]PdfObject {}}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_cgdc *ASCII85Encoder )MakeDecodeParams ()PdfObject {return nil };func (_fbdbb *PdfParser )parseNull ()(PdfObjectNull ,error ){_ ,_dcfgb :=_fbdbb ._fdc .Discard (4);return PdfObjectNull {},_dcfgb ;};var _cdegb =_ga .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a"); -// GetFilterName returns the name of the encoding filter. -func (_cgffa *RawEncoder )GetFilterName ()string {return StreamEncodingFilterNameRaw }; + +// EncodeImage encodes 'img' golang image.Image into jbig2 encoded bytes document using default encoder settings. +func (_ecce *JBIG2Encoder )EncodeImage (img _cc .Image )([]byte ,error ){return _ecce .encodeImage (img )}; + +// String returns a descriptive information string about the encryption method used. +func (_abbd *PdfCrypt )String ()string {if _abbd ==nil {return "";};_gbcb :=_abbd ._ffgd .Filter +"\u0020\u002d\u0020";if _abbd ._ffgd .V ==0{_gbcb +="\u0055\u006e\u0064\u006fcu\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0061\u006c\u0067\u006f\u0072\u0069\u0074h\u006d"; +}else if _abbd ._ffgd .V ==1{_gbcb +="\u0052\u0043\u0034:\u0020\u0034\u0030\u0020\u0062\u0069\u0074\u0073";}else if _abbd ._ffgd .V ==2{_gbcb +=_af .Sprintf ("\u0052\u0043\u0034:\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073",_abbd ._ffgd .Length );}else if _abbd ._ffgd .V ==3{_gbcb +="U\u006e\u0070\u0075\u0062li\u0073h\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d"; +}else if _abbd ._ffgd .V >=4{_gbcb +=_af .Sprintf ("\u0053\u0074r\u0065\u0061\u006d\u0020f\u0069\u006ct\u0065\u0072\u003a\u0020\u0025\u0073\u0020\u002d \u0053\u0074\u0072\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074\u0065r\u003a\u0020\u0025\u0073",_abbd ._bfe ,_abbd ._eab ); +_gbcb +="\u003b\u0020C\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0073\u003a";for _aca ,_fgg :=range _abbd ._fcag {_gbcb +=_af .Sprintf ("\u0020\u002d\u0020\u0025\u0073\u003a\u0020\u0025\u0073 \u0028\u0025\u0064\u0029",_aca ,_fgg .Name (),_fgg .KeyLength ()); +};};_bab :=_abbd .GetAccessPermissions ();_gbcb +=_af .Sprintf ("\u0020\u002d\u0020\u0025\u0023\u0076",_bab );return _gbcb ;}; + +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +// Has the Filter set and the DecodeParms. +func (_abg *LZWEncoder )MakeStreamDict ()*PdfObjectDictionary {_aced :=MakeDict ();_aced .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_abg .GetFilterName ()));_gab :=_abg .MakeDecodeParams ();if _gab !=nil {_aced .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_gab ); +};_aced .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (int64 (_abg .EarlyChange )));return _aced ;}; // WriteString outputs the object as it is to be written to file. -func (_eacf *PdfObjectBool )WriteString ()string {if *_eacf {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; +func (_adbcd *PdfObjectFloat )WriteString ()string {return _db .FormatFloat (float64 (*_adbcd ),'f',-1,64);}; -// GetFilterName returns the name of the encoding filter. -func (_fgfa *LZWEncoder )GetFilterName ()string {return StreamEncodingFilterNameLZW };func _ebfa (_dbag _eb .ReadSeeker ,_ggda int64 )(*offsetReader ,error ){_cebdd :=&offsetReader {_dbcbf :_dbag ,_fff :_ggda };_ ,_dgab :=_cebdd .Seek (0,_eb .SeekStart ); -return _cebdd ,_dgab ;};var _ddadf =_de .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064\u002b)\u005c\u0073\u002a\u0024"); +// WriteString outputs the object as it is to be written to file. +func (_deegd *PdfObjectDictionary )WriteString ()string {var _bgaa _cf .Builder ;_bgaa .WriteString ("\u003c\u003c");for _ ,_gbcdg :=range _deegd ._gaccg {_dcgdc :=_deegd ._cgdb [_gbcdg ];_bgaa .WriteString (_gbcdg .WriteString ());_bgaa .WriteString ("\u0020"); +_bgaa .WriteString (_dcgdc .WriteString ());};_bgaa .WriteString ("\u003e\u003e");return _bgaa .String ();};func (_dbfe *PdfParser )xrefNextObjectOffset (_ebcbf int64 )int64 {_afab :=int64 (0);if len (_dbfe ._gfdb .ObjectMap )==0{return 0;};if len (_dbfe ._gfdb ._eg )==0{_cecf :=0; +for _ ,_dcda :=range _dbfe ._gfdb .ObjectMap {if _dcda .Offset > 0{_cecf ++;};};if _cecf ==0{return 0;};_dbfe ._gfdb ._eg =make ([]XrefObject ,_cecf );_abge :=0;for _ ,_cfce :=range _dbfe ._gfdb .ObjectMap {if _cfce .Offset > 0{_dbfe ._gfdb ._eg [_abge ]=_cfce ; +_abge ++;};};_ff .Slice (_dbfe ._gfdb ._eg ,func (_dafe ,_cda int )bool {return _dbfe ._gfdb ._eg [_dafe ].Offset < _dbfe ._gfdb ._eg [_cda ].Offset });};_edfc :=_ff .Search (len (_dbfe ._gfdb ._eg ),func (_bbbc int )bool {return _dbfe ._gfdb ._eg [_bbbc ].Offset >=_ebcbf }); +if _edfc < len (_dbfe ._gfdb ._eg ){_afab =_dbfe ._gfdb ._eg [_edfc ].Offset ;};return _afab ;}; -// UpdateParams updates the parameter values of the encoder. -func (_dbcc *CCITTFaxEncoder )UpdateParams (params *PdfObjectDictionary ){if _cadf ,_ceca :=GetNumberAsInt64 (params .Get ("\u004b"));_ceca ==nil {_dbcc .K =int (_cadf );};if _ebdd ,_gafc :=GetNumberAsInt64 (params .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073")); -_gafc ==nil {_dbcc .Columns =int (_ebdd );}else if _ebdd ,_gafc =GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));_gafc ==nil {_dbcc .Columns =int (_ebdd );};if _eafg ,_gfab :=GetNumberAsInt64 (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031")); -_gfab ==nil {_dbcc .BlackIs1 =_eafg > 0;}else {if _cdbcb ,_bcaf :=GetBoolVal (params .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_bcaf {_dbcc .BlackIs1 =_cdbcb ;}else {if _dgbd ,_febgf :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); -_febgf {_fggdd ,_gaed :=_dgbd .ToIntegerArray ();if _gaed ==nil {_dbcc .BlackIs1 =_fggdd [0]==1&&_fggdd [1]==0;};};};};if _fcc ,_dccf :=GetNumberAsInt64 (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); -_dccf ==nil {_dbcc .EncodedByteAlign =_fcc > 0;}else {if _ebda ,_egcb :=GetBoolVal (params .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_egcb {_dbcc .EncodedByteAlign =_ebda ;};};if _bccgd ,_edad :=GetNumberAsInt64 (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); -_edad ==nil {_dbcc .EndOfLine =_bccgd > 0;}else {if _edbf ,_dbga :=GetBoolVal (params .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_dbga {_dbcc .EndOfLine =_edbf ;};};if _bgga ,_aagcc :=GetNumberAsInt64 (params .Get ("\u0052\u006f\u0077\u0073")); -_aagcc ==nil {_dbcc .Rows =int (_bgga );}else if _bgga ,_aagcc =GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_aagcc ==nil {_dbcc .Rows =int (_bgga );};if _badg ,_fecb :=GetNumberAsInt64 (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); -_fecb ==nil {_dbcc .EndOfBlock =_badg > 0;}else {if _dffd ,_fgbg :=GetBoolVal (params .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_fgbg {_dbcc .EndOfBlock =_dffd ;};};if _fccd ,_afbc :=GetNumberAsInt64 (params .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072")); -_afbc !=nil {_dbcc .DamagedRowsBeforeError =int (_fccd );};};func (_ccb *PdfCrypt )encryptBytes (_aag []byte ,_bae string ,_feg []byte )([]byte ,error ){_eg .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); -_cdf ,_dfag :=_ccb ._ceaa [_bae ];if !_dfag {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_bae );};return _cdf .EncryptBytes (_aag ,_feg );}; +// MakeLazy create temporary file for stream to reduce memory usage. +// It can be used for creating PDF with many images. +// Temporary files are removed automatically when Write/WriteToFile is called for creator object. +func (_cace *PdfObjectStream )MakeLazy ()error {if _cace .Lazy {return nil ;};_becga ,_fgae :=_a .CreateTemp ("","\u0078o\u0062\u006a\u0065\u0063\u0074");if _fgae !=nil {return _fgae ;};defer _becga .Close ();_ ,_fgae =_becga .Write (_cace .Stream );if _fgae !=nil {return _fgae ; +};_cace .Lazy =true ;_cace .Stream =nil ;_cace .TempFile =_becga .Name ();return nil ;}; + +// MakeDict creates and returns an empty PdfObjectDictionary. +func MakeDict ()*PdfObjectDictionary {_eafb :=&PdfObjectDictionary {};_eafb ._cgdb =map[PdfObjectName ]PdfObject {};_eafb ._gaccg =[]PdfObjectName {};_eafb ._fefbg =&_g .Mutex {};return _eafb ;};var _fbae =_ga .MustCompile ("\u0073t\u0061r\u0074\u0078\u003f\u0072\u0065f\u005c\u0073*\u0028\u005c\u0064\u002b\u0029"); + + +// DecodeBytes decodes a multi-encoded slice of bytes by passing it through the +// DecodeBytes method of the underlying encoders. +func (_gfdf *MultiEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_afegg :=encoded ;var _eaea error ;for _ ,_efga :=range _gfdf ._fcge {_gf .Log .Trace ("\u004du\u006c\u0074i\u0020\u0045\u006e\u0063o\u0064\u0065\u0072 \u0044\u0065\u0063\u006f\u0064\u0065\u003a\u0020\u0041pp\u006c\u0079\u0069n\u0067\u0020F\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0076 \u0025\u0054",_efga ,_efga ); +_afegg ,_eaea =_efga .DecodeBytes (_afegg );if _eaea !=nil {return nil ,_eaea ;};};return _afegg ,nil ;}; + +// PdfObjectReference represents the primitive PDF reference object. +type PdfObjectReference struct{_gcdb *PdfParser ;ObjectNumber int64 ;GenerationNumber int64 ;}; // IsFloatDigit checks if a character can be a part of a float number string. -func IsFloatDigit (c byte )bool {return ('0'<=c &&c <='9')||c =='.'};func (_bbd *PdfParser )lookupObjectViaOS (_def int ,_aa int )(PdfObject ,error ){var _dgb *_bd .Reader ;var _fca objectStream ;var _bgf bool ;_fca ,_bgf =_bbd ._bgag [_def ];if !_bgf {_defa ,_eed :=_bbd .LookupByNumber (_def ); -if _eed !=nil {_eg .Log .Debug ("\u004d\u0069ss\u0069\u006e\u0067 \u006f\u0062\u006a\u0065ct \u0073tr\u0065\u0061\u006d\u0020\u0077\u0069\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u0020%\u0064",_def );return nil ,_eed ;};_bgb ,_cfd :=_defa .(*PdfObjectStream ); -if !_cfd {return nil ,_a .New ("i\u006e\u0076\u0061\u006cid\u0020o\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d");};if _bbd ._bbaead !=nil &&!_bbd ._bbaead .isDecrypted (_bgb ){return nil ,_a .New ("\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0064\u0065\u0063r\u0079\u0070\u0074\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d"); -};_ed :=_bgb .PdfObjectDictionary ;_eg .Log .Trace ("\u0073o\u0020\u0064\u003a\u0020\u0025\u0073\n",_ed .String ());_bbe ,_cfd :=_ed .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if !_cfd {_eg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0061\u006c\u0077\u0061\u0079\u0073\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054\u0079\u0070\u0065"); -return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020T\u0079\u0070\u0065");};if _afc .ToLower (string (*_bbe ))!="\u006f\u0062\u006a\u0073\u0074\u006d"{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0074\u0079\u0070\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0077\u0061\u0079\u0073 \u0062\u0065\u0020\u004f\u0062\u006a\u0053\u0074\u006d\u0020\u0021"); -return nil ,_a .New ("\u006f\u0062\u006a\u0065c\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074y\u0070e\u0020\u0021\u003d\u0020\u004f\u0062\u006aS\u0074\u006d");};N ,_cfd :=_ed .Get ("\u004e").(*PdfObjectInteger );if !_cfd {return nil ,_a .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020i\u006e\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_defe ,_cfd :=_ed .Get ("\u0046\u0069\u0072s\u0074").(*PdfObjectInteger );if !_cfd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0046\u0069\u0072\u0073\u0074\u0020i\u006e \u0073t\u0072e\u0061\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_eg .Log .Trace ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u0020\u006eu\u006d\u0062\u0065\u0072\u0020\u006f\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_bbe ,*N );_cca ,_eed :=DecodeStream (_bgb );if _eed !=nil {return nil ,_eed ; -};_eg .Log .Trace ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_cca );_gc :=_bbd .GetFileOffset ();defer func (){_bbd .SetFileOffset (_gc )}();_dgb =_bd .NewReader (_cca );_bbd ._dgca =_bb .NewReader (_dgb );_eg .Log .Trace ("\u0050a\u0072s\u0069\u006e\u0067\u0020\u006ff\u0066\u0073e\u0074\u0020\u006d\u0061\u0070"); -_fe :=map[int ]int64 {};for _cd :=0;_cd < int (*N );_cd ++{_bbd .skipSpaces ();_gf ,_acd :=_bbd .parseNumber ();if _acd !=nil {return nil ,_acd ;};_ebc ,_afd :=_gf .(*PdfObjectInteger );if !_afd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); -};_bbd .skipSpaces ();_gf ,_acd =_bbd .parseNumber ();if _acd !=nil {return nil ,_acd ;};_egc ,_afd :=_gf .(*PdfObjectInteger );if !_afd {return nil ,_a .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); -};_eg .Log .Trace ("\u006f\u0062j\u0020\u0025\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0025\u0064",*_ebc ,*_egc );_fe [int (*_ebc )]=int64 (*_defe +*_egc );};_fca =objectStream {N :int (*N ),_cf :_cca ,_be :_fe };_bbd ._bgag [_def ]=_fca ;}else {_bbg :=_bbd .GetFileOffset (); -defer func (){_bbd .SetFileOffset (_bbg )}();_dgb =_bd .NewReader (_fca ._cf );_bbd ._dgca =_bb .NewReader (_dgb );};_cac :=_fca ._be [_aa ];_eg .Log .Trace ("\u0041\u0043\u0054\u0055AL\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u005b\u0025\u0064\u005d\u0020\u003d\u0020%\u0064",_aa ,_cac ); -_dgb .Seek (_cac ,_eb .SeekStart );_bbd ._dgca =_bb .NewReader (_dgb );_ad ,_ :=_bbd ._dgca .Peek (100);_eg .Log .Trace ("\u004f\u0042\u004a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_ad ));_df ,_dd :=_bbd .parseObject ();if _dd !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0072\u0065\u0061\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_dd ); -return nil ,_dd ;};if _df ==nil {return nil ,_a .New ("o\u0062\u006a\u0065\u0063t \u0063a\u006e\u006e\u006f\u0074\u0020b\u0065\u0020\u006e\u0075\u006c\u006c");};_fa :=PdfIndirectObject {};_fa .ObjectNumber =int64 (_aa );_fa .PdfObject =_df ;_fa ._defda =_bbd ; -return &_fa ,nil ;}; +func IsFloatDigit (c byte )bool {return ('0'<=c &&c <='9')||c =='.'}; -// GetPreviousRevisionReadSeeker returns ReadSeeker for the previous version of the Pdf document. -func (_dacd *PdfParser )GetPreviousRevisionReadSeeker ()(_eb .ReadSeeker ,error ){if _ccea :=_dacd .seekToEOFMarker (_dacd ._dfdf -_cgaf );_ccea !=nil {return nil ,_ccea ;};_eaded ,_ddcca :=_dacd ._eaee .Seek (0,_eb .SeekCurrent );if _ddcca !=nil {return nil ,_ddcca ; -};_eaded +=_cgaf ;return _afce (_dacd ._eaee ,_eaded );};func (_bdec *PdfParser )parseNumber ()(PdfObject ,error ){return ParseNumber (_bdec ._dgca )}; +// WriteString outputs the object as it is to be written to file. +func (_cdcaf *PdfObjectArray )WriteString ()string {var _egdb _cf .Builder ;_egdb .WriteString ("\u005b");for _gdac ,_cbeba :=range _cdcaf .Elements (){_egdb .WriteString (_cbeba .WriteString ());if _gdac < (_cdcaf .Len ()-1){_egdb .WriteString ("\u0020"); +};};_egdb .WriteString ("\u005d");return _egdb .String ();}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_eaagb *CCITTFaxEncoder )MakeDecodeParams ()PdfObject {_beagca :=MakeDict ();_beagca .Set ("\u004b",MakeInteger (int64 (_eaagb .K )));_beagca .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_eaagb .Columns )));if _eaagb .BlackIs1 {_beagca .Set ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031",MakeBool (_eaagb .BlackIs1 )); -};if _eaagb .EncodedByteAlign {_beagca .Set ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e",MakeBool (_eaagb .EncodedByteAlign ));};if _eaagb .EndOfLine &&_eaagb .K >=0{_beagca .Set ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee",MakeBool (_eaagb .EndOfLine )); -};if _eaagb .Rows !=0&&!_eaagb .EndOfBlock {_beagca .Set ("\u0052\u006f\u0077\u0073",MakeInteger (int64 (_eaagb .Rows )));};if !_eaagb .EndOfBlock {_beagca .Set ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b",MakeBool (_eaagb .EndOfBlock )); -};if _eaagb .DamagedRowsBeforeError !=0{_beagca .Set ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072",MakeInteger (int64 (_eaagb .DamagedRowsBeforeError )));};return _beagca ;}; +// JPXEncoder implements JPX encoder/decoder (dummy, for now) +// FIXME: implement +type JPXEncoder struct{}; -// GetObjectNums returns a sorted list of object numbers of the PDF objects in the file. -func (_baef *PdfParser )GetObjectNums ()[]int {var _gfeee []int ;for _ ,_deafd :=range _baef ._gfeb .ObjectMap {_gfeee =append (_gfeee ,_deafd .ObjectNumber );};_e .Ints (_gfeee );return _gfeee ;}; +// XrefObject defines a cross reference entry which is a map between object number (with generation number) and the +// location of the actual object, either as a file offset (xref table entry), or as a location within an xref +// stream object (xref object stream). +type XrefObject struct{XType xrefType ;ObjectNumber int ;Generation int ; -// DecodeStream decodes a JPX encoded stream and returns the result as a -// slice of bytes. -func (_fagf *JPXEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_fagf .GetFilterName ()); -return streamObj .Stream ,ErrNoJPXDecode ;}; +// For normal xrefs (defined by OFFSET) +Offset int64 ; -// GetFilterArray returns the names of the underlying encoding filters in an array that -// can be used as /Filter entry. -func (_fdeg *MultiEncoder )GetFilterArray ()*PdfObjectArray {_debb :=make ([]PdfObject ,len (_fdeg ._cfag ));for _eded ,_eead :=range _fdeg ._cfag {_debb [_eded ]=MakeName (_eead .GetFilterName ());};return MakeArray (_debb ...);};var (ErrUnsupportedEncodingParameters =_a .New ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); -ErrNoCCITTFaxDecode =_a .New ("\u0043\u0043I\u0054\u0054\u0046\u0061\u0078\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoJBIG2Decode =_a .New ("\u004a\u0042\u0049\u0047\u0032\u0044\u0065c\u006f\u0064\u0065 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoJPXDecode =_a .New ("\u004a\u0050\u0058\u0044\u0065c\u006f\u0064\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064"); -ErrNoPdfVersion =_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");ErrTypeError =_a .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");ErrRangeError =_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -ErrNotSupported =_bg .New ("\u0066\u0065\u0061t\u0075\u0072\u0065\u0020n\u006f\u0074\u0020\u0063\u0075\u0072\u0072e\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");ErrNotANumber =_a .New ("\u006e\u006f\u0074 \u0061\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); -); +// For xrefs to object streams. +OsObjNumber int ;OsObjIndex int ;};const _dacf =10; -// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -func (_edbb *JPXEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()};func _ccafa (_eabd *PdfObjectStream ,_ffcfb *PdfObjectDictionary )(*RunLengthEncoder ,error ){return NewRunLengthEncoder (),nil ;};var _dded =_de .MustCompile ("\u0073t\u0061r\u0074\u0078\u003f\u0072\u0065f\u005c\u0073*\u0028\u005c\u0064\u002b\u0029"); -type objectStream struct{N int ;_cf []byte ;_be map[int ]int64 ;}; +// RegisterCustomStreamEncoder register a custom encoder handler for certain filter. +func RegisterCustomStreamEncoder (filterName string ,customStreamEncoder StreamEncoder ){_bdfe .Store (filterName ,customStreamEncoder );};func (_bcgbe *PdfParser )parseXref ()(*PdfObjectDictionary ,error ){_bcgbe .skipSpaces ();const _acae =20;_dgbe ,_ :=_bcgbe ._fdc .Peek (_acae ); +for _ggbg :=0;_ggbg < 2;_ggbg ++{if _bcgbe ._agfae ==0{_bcgbe ._agfae =_bcgbe .GetFileOffset ();};if _cdegb .Match (_dgbe ){_gf .Log .Trace ("\u0078\u0072e\u0066\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0074\u006f\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002e\u0020\u0050\u0072\u006f\u0062\u0061\u0062\u006c\u0079\u0020\u0078\u0072\u0065\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_gf .Log .Debug ("\u0073t\u0061r\u0074\u0069\u006e\u0067\u0020w\u0069\u0074h\u0020\u0022\u0025\u0073\u0022",string (_dgbe ));return _bcgbe .parseXrefStream (nil );};if _gfcb .Match (_dgbe ){_gf .Log .Trace ("\u0053\u0074\u0061\u006ed\u0061\u0072\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0073e\u0063t\u0069\u006f\u006e\u0020\u0074\u0061\u0062l\u0065\u0021"); +return _bcgbe .parseXrefTable ();};_gccf :=_bcgbe .GetFileOffset ();if _bcgbe ._agfae ==0{_bcgbe ._agfae =_gccf ;};_bcgbe .SetFileOffset (_gccf -_acae );defer _bcgbe .SetFileOffset (_gccf );_gcgd ,_ :=_bcgbe ._fdc .Peek (_acae );_dgbe =append (_gcgd ,_dgbe ...); +};_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006e\u0067\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u0078\u0072\u0065f\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u006fr\u0020\u0073\u0074\u0072\u0065\u0061\u006d.\u0020\u0052\u0065\u0070\u0061i\u0072\u0020\u0061\u0074\u0074e\u006d\u0070\u0074\u0065\u0064\u003a\u0020\u004c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0065\u0061\u0072\u006c\u0069\u0065\u0073\u0074\u0020x\u0072\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u0062\u006f\u0074to\u006d\u002e"); +if _bbfa :=_bcgbe .repairSeekXrefMarker ();_bbfa !=nil {_gf .Log .Debug ("\u0052e\u0070a\u0069\u0072\u0020\u0066\u0061i\u006c\u0065d\u0020\u002d\u0020\u0025\u0076",_bbfa );return nil ,_bbfa ;};return _bcgbe .parseXrefTable ();};type cryptFilters map[string ]_ee .Filter ; -// UpdateParams updates the parameter values of the encoder. -// Implements StreamEncoder interface. -func (_aage *JBIG2Encoder )UpdateParams (params *PdfObjectDictionary ){_abade ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _ffcd ==nil {_aage .BitsPerComponent =int (_abade ); -};_bcec ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _ffcd ==nil {_aage .Width =int (_bcec );};_ddad ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _ffcd ==nil {_aage .Height =int (_ddad ); -};_ffcb ,_ffcd :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _ffcd ==nil {_aage .ColorComponents =int (_ffcb );};}; -// DecodeStream decodes a JBIG2 encoded stream and returns the result as a slice of bytes. -func (_cbac *JBIG2Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _cbac .DecodeBytes (streamObj .Stream );};func (_badaab *PdfParser )traceStreamLength (_eacb PdfObject )(PdfObject ,error ){_fcgcf ,_fdbb :=_eacb .(*PdfObjectReference ); -if _fdbb {_dagcd ,_efgg :=_badaab ._dfeda [_fcgcf .ObjectNumber ];if _efgg &&_dagcd {_eg .Log .Debug ("\u0053t\u0072\u0065a\u006d\u0020\u004c\u0065n\u0067\u0074\u0068 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 u\u006e\u0072\u0065s\u006f\u006cv\u0065\u0064\u0020\u0028\u0069\u006cl\u0065\u0067a\u006c\u0029"); -return nil ,_a .New ("\u0069\u006c\u006c\u0065ga\u006c\u0020\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006fo\u0070");};_badaab ._dfeda [_fcgcf .ObjectNumber ]=true ;};_gbag ,_fded :=_badaab .Resolve (_eacb );if _fded !=nil {return nil ,_fded ; -};_eg .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_gbag );if _fdbb {_badaab ._dfeda [_fcgcf .ObjectNumber ]=false ;};return _gbag ,nil ;}; +// PdfVersion returns version of the PDF file. +func (_fbfc *PdfParser )PdfVersion ()Version {return _fbfc ._dbdd }; -// PdfIndirectObject represents the primitive PDF indirect object. -type PdfIndirectObject struct{PdfObjectReference ;PdfObject ;}; +// EncodeStream encodes the stream data using the encoded specified by the stream's dictionary. +func EncodeStream (streamObj *PdfObjectStream )error {_gf .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_beca ,_cced :=NewEncoderFromStream (streamObj );if _cced !=nil {_gf .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_cced ); +return _cced ;};if _aada ,_fcfa :=_beca .(*LZWEncoder );_fcfa {_aada .EarlyChange =0;streamObj .PdfObjectDictionary .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (0));};_gf .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u000a",_beca ); +_gebgd ,_cced :=_beca .EncodeBytes (streamObj .Stream );if _cced !=nil {_gf .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_cced );return _cced ; +};streamObj .Stream =_gebgd ;streamObj .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gebgd ))));return nil ;}; -// PdfObjectNull represents the primitive PDF null object. -type PdfObjectNull struct{}; +// GetPreviousRevisionParser returns PdfParser for the previous version of the Pdf document. +func (_eeffa *PdfParser )GetPreviousRevisionParser ()(*PdfParser ,error ){if _eeffa ._decec ==0{return nil ,_d .New ("\u0074\u0068\u0069\u0073 i\u0073\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0072\u0065\u0076\u0069\u0073\u0069o\u006e");};if _ecge ,_gddd :=_eeffa ._fefb [_eeffa ]; +_gddd {return _ecge ,nil ;};_cgbbf ,_ggeg :=_eeffa .GetPreviousRevisionReadSeeker ();if _ggeg !=nil {return nil ,_ggeg ;};_ecgef ,_ggeg :=NewParser (_cgbbf );_ecgef ._fefb =_eeffa ._fefb ;if _ggeg !=nil {return nil ,_ggeg ;};_eeffa ._fefb [_eeffa ]=_ecgef ; +return _ecgef ,nil ;}; -// MakeStreamDict make a new instance of an encoding dictionary for a stream object. -func (_dagg *ASCII85Encoder )MakeStreamDict ()*PdfObjectDictionary {_ebgf :=MakeDict ();_ebgf .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_dagg .GetFilterName ()));return _ebgf ;}; +// Clear resets the dictionary to an empty state. +func (_bdbba *PdfObjectDictionary )Clear (){_bdbba ._gaccg =[]PdfObjectName {};_bdbba ._cgdb =map[PdfObjectName ]PdfObject {};_bdbba ._fefbg =&_g .Mutex {};};func _dae (_cfb *_ee .FilterDict ,_eed *PdfObjectDictionary )error {if _gge ,_eff :=_eed .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_eff {if _cdf :=string (*_gge );_cdf !="C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"{_gf .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020C\u0046\u0020\u0064ic\u0074\u0020\u0074\u0079\u0070\u0065:\u0020\u0025\u0073\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074e\u0072\u0029",_cdf ); +};};_ada ,_ebd :=_eed .Get ("\u0043\u0046\u004d").(*PdfObjectName );if !_ebd {return _af .Errorf ("\u0075\u006e\u0073u\u0070\u0070\u006f\u0072t\u0065\u0064\u0020\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0028\u004e\u006f\u006e\u0065\u0029"); +};_cfb .CFM =string (*_ada );if _cdg ,_egg :=_eed .Get ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et").(*PdfObjectName );_egg {_cfb .AuthEvent =_fg .AuthEvent (*_cdg );}else {_cfb .AuthEvent =_fg .EventDocOpen ;};if _daad ,_efc :=_eed .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*PdfObjectInteger ); +_efc {_cfb .Length =int (*_daad );};return nil ;};func _daed (_gdbb *PdfObjectStream ,_gbd *PdfObjectDictionary )(*FlateEncoder ,error ){_eded :=NewFlateEncoder ();_dbf :=_gdbb .PdfObjectDictionary ;if _dbf ==nil {return _eded ,nil ;};_eded ._dgg =_aaeb (_dbf ); +if _gbd ==nil {_dabd :=TraceToDirectObject (_dbf .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));switch _deda :=_dabd .(type ){case *PdfObjectArray :if _deda .Len ()!=1{_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020\u0028\u0025\u0064\u0029",_deda .Len ()); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _bcbe ,_gag :=GetDict (_deda .Get (0));_gag {_gbd =_bcbe ;};case *PdfObjectDictionary :_gbd =_deda ;case *PdfObjectNull ,nil :default:_gf .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_dabd ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _gbd ==nil {return _eded ,nil ;};_gf .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_gbd .String ()); +_aeaa :=_gbd .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _aeaa ==nil {_gf .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); +}else {_fccd ,_ecg :=_aeaa .(*PdfObjectInteger );if !_ecg {_gf .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_aeaa ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_eded .Predictor =int (*_fccd );};_aeaa =_gbd .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +if _aeaa !=nil {_dgfb ,_gfgbg :=_aeaa .(*PdfObjectInteger );if !_gfgbg {_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); +return nil ,_af .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_eded .BitsPerComponent =int (*_dgfb );if _eded .BitsPerComponent !=_eded ._dgg .BitsPerComponent {_gf .Log .Debug ("\u0057A\u0052\u004e\u0049\u004eG\u003a \u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006di\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0077\u0069\u0074\u0068 \u0069\u006d\u0061\u0067\u0065\u0020\u0028\u0025\u0064\u002f%\u0064\u0029\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020i\u006da\u0067\u0065",_eded .BitsPerComponent ,_eded ._dgg .BitsPerComponent ); +_eded .BitsPerComponent =_eded ._dgg .BitsPerComponent ;};};if _eded .Predictor > 1{_eded .Columns =1;_aeaa =_gbd .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073");if _aeaa !=nil {_ddff ,_gee :=_aeaa .(*PdfObjectInteger );if !_gee {return nil ,_af .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};_eded .Columns =int (*_ddff );};_eded .Colors =1;_aeaa =_gbd .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _aeaa !=nil {_cbf ,_afaa :=_aeaa .(*PdfObjectInteger );if !_afaa {return nil ,_af .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +};_eded .Colors =int (*_cbf );};};return _eded ,nil ;};func (_bbe *PdfParser )lookupByNumberWrapper (_ggfg int ,_cbc bool )(PdfObject ,bool ,error ){_egfe ,_cca ,_df :=_bbe .lookupByNumber (_ggfg ,_cbc );if _df !=nil {return nil ,_cca ,_df ;};if !_cca &&_bbe ._bcgfc !=nil &&_bbe ._bcgfc ._cbcb &&!_bbe ._bcgfc .isDecrypted (_egfe ){_bgf :=_bbe ._bcgfc .Decrypt (_egfe ,0,0); +if _bgf !=nil {return nil ,_cca ,_bgf ;};};return _egfe ,_cca ,nil ;}; -// LookupByReference looks up a PdfObject by a reference. -func (_beb *PdfParser )LookupByReference (ref PdfObjectReference )(PdfObject ,error ){_eg .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0075\u0070\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0025\u0073",ref .String ());return _beb .LookupByNumber (int (ref .ObjectNumber )); -}; +// String returns a string describing `array`. +func (_aacf *PdfObjectArray )String ()string {_aged :="\u005b";for _cfcfg ,_efff :=range _aacf .Elements (){_aged +=_efff .String ();if _cfcfg < (_aacf .Len ()-1){_aged +="\u002c\u0020";};};_aged +="\u005d";return _aged ;};const (_dgb =0;_gae =1;_adef =2; +_fbfa =3;_abfga =4;); -// HasInvalidHexRunes implements core.ParserMetadata interface. -func (_fef ParserMetadata )HasInvalidHexRunes ()bool {return _fef ._bbgc };const (StreamEncodingFilterNameFlate ="F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameLZW ="\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e"; -StreamEncodingFilterNameDCT ="\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRunLength ="\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameASCIIHex ="\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065"; -StreamEncodingFilterNameASCII85 ="\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameCCITTFax ="\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065";StreamEncodingFilterNameJBIG2 ="J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065"; -StreamEncodingFilterNameJPX ="\u004aP\u0058\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRaw ="\u0052\u0061\u0077";); +// EncodeJBIG2Image encodes 'img' into jbig2 encoded bytes stream, using default encoder settings. +func (_dgbb *JBIG2Encoder )EncodeJBIG2Image (img *JBIG2Image )([]byte ,error ){const _bfed ="c\u006f\u0072\u0065\u002eEn\u0063o\u0064\u0065\u004a\u0042\u0049G\u0032\u0049\u006d\u0061\u0067\u0065";if _bbged :=_dgbb .AddPageImage (img ,&_dgbb .DefaultPageSettings ); +_bbged !=nil {return nil ,_ag .Wrap (_bbged ,_bfed ,"");};return _dgbb .Encode ();};func (_gdbd *PdfParser )repairRebuildXrefsTopDown ()(*XrefTable ,error ){if _gdbd ._edbc {return nil ,_af .Errorf ("\u0072\u0065\u0070\u0061\u0069\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};_gdbd ._edbc =true ;_gdbd ._bcdda .Seek (0,_cb .SeekStart );_gdbd ._fdc =_gc .NewReader (_gdbd ._bcdda );_ccegg :=20;_dgece :=make ([]byte ,_ccegg );_dada :=XrefTable {};_dada .ObjectMap =make (map[int ]XrefObject );for {_cfae ,_geeac :=_gdbd ._fdc .ReadByte (); +if _geeac !=nil {if _geeac ==_cb .EOF {break ;}else {return nil ,_geeac ;};};if _cfae =='j'&&_dgece [_ccegg -1]=='b'&&_dgece [_ccegg -2]=='o'&&IsWhiteSpace (_dgece [_ccegg -3]){_fagdb :=_ccegg -4;for IsWhiteSpace (_dgece [_fagdb ])&&_fagdb > 0{_fagdb --; +};if _fagdb ==0||!IsDecimalDigit (_dgece [_fagdb ]){continue ;};for IsDecimalDigit (_dgece [_fagdb ])&&_fagdb > 0{_fagdb --;};if _fagdb ==0||!IsWhiteSpace (_dgece [_fagdb ]){continue ;};for IsWhiteSpace (_dgece [_fagdb ])&&_fagdb > 0{_fagdb --;};if _fagdb ==0||!IsDecimalDigit (_dgece [_fagdb ]){continue ; +};for IsDecimalDigit (_dgece [_fagdb ])&&_fagdb > 0{_fagdb --;};if _fagdb ==0{continue ;};_aaad :=_gdbd .GetFileOffset ()-int64 (_ccegg -_fagdb );_begaf :=append (_dgece [_fagdb +1:],_cfae );_efdb ,_ebdbg ,_aafc :=_ddbf (string (_begaf ));if _aafc !=nil {_gf .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u003a\u0020\u0025\u0076",_aafc ); +return nil ,_aafc ;};if _debga ,_cbcbb :=_dada .ObjectMap [_efdb ];!_cbcbb ||_debga .Generation < _ebdbg {_cgda :=XrefObject {};_cgda .XType =XrefTypeTableEntry ;_cgda .ObjectNumber =_efdb ;_cgda .Generation =_ebdbg ;_cgda .Offset =_aaad ;_dada .ObjectMap [_efdb ]=_cgda ; +};};_dgece =append (_dgece [1:_ccegg ],_cfae );};_gdbd ._fcbe =nil ;return &_dada ,nil ;}; -// PdfObjectBool represents the primitive PDF boolean object. -type PdfObjectBool bool ; +// DecodeStream decodes a LZW encoded stream and returns the result as a +// slice of bytes. +func (_cbcbe *LZWEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_gf .Log .Trace ("\u004c\u005a\u0057 \u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067");_gf .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_cbcbe .Predictor ); +_dbed ,_feaa :=_cbcbe .DecodeBytes (streamObj .Stream );if _feaa !=nil {return nil ,_feaa ;};_gf .Log .Trace ("\u0020\u0049\u004e\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (streamObj .Stream ),streamObj .Stream );_gf .Log .Trace ("\u004f\u0055\u0054\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (_dbed ),_dbed ); +if _cbcbe .Predictor > 1{if _cbcbe .Predictor ==2{_gf .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_adgda :=_cbcbe .Columns *_cbcbe .Colors ;if _adgda < 1{return []byte {},nil ;};_egbg :=len (_dbed )/_adgda ; +if len (_dbed )%_adgda !=0{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_dbed ),_adgda );};if _adgda %_cbcbe .Colors !=0{return nil ,_af .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_adgda ,_cbcbe .Colors ); +};if _adgda > len (_dbed ){_gf .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_adgda ,len (_dbed )); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_gf .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_dbed ),_dbed ); +_bfa :=_gbg .NewBuffer (nil );for _gcfa :=0;_gcfa < _egbg ;_gcfa ++{_bdd :=_dbed [_adgda *_gcfa :_adgda *(_gcfa +1)];for _aabd :=_cbcbe .Colors ;_aabd < _adgda ;_aabd ++{_bdd [_aabd ]=byte (int (_bdd [_aabd ]+_bdd [_aabd -_cbcbe .Colors ])%256);};_bfa .Write (_bdd ); +};_caae :=_bfa .Bytes ();_gf .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_caae ),_caae );return _caae ,nil ;}else if _cbcbe .Predictor >=10&&_cbcbe .Predictor <=15{_gf .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_baff :=_cbcbe .Columns *_cbcbe .Colors +1;if _baff < 1{return []byte {},nil ;};_cedb :=len (_dbed )/_baff ;if len (_dbed )%_baff !=0{return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_dbed ),_baff ); +};if _baff > len (_dbed ){_gf .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_baff ,len (_dbed )); +return nil ,_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bedd :=_gbg .NewBuffer (nil );_gf .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_cbcbe .Columns ); +_gf .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_dbed ),_baff ,_cedb );_gec :=make ([]byte ,_baff );for _dcccc :=0;_dcccc < _baff ;_dcccc ++{_gec [_dcccc ]=0; +};for _dfgbf :=0;_dfgbf < _cedb ;_dfgbf ++{_cefg :=_dbed [_baff *_dfgbf :_baff *(_dfgbf +1)];_fdd :=_cefg [0];switch _fdd {case 0:case 1:for _edeg :=2;_edeg < _baff ;_edeg ++{_cefg [_edeg ]=byte (int (_cefg [_edeg ]+_cefg [_edeg -1])%256);};case 2:for _baab :=1; +_baab < _baff ;_baab ++{_cefg [_baab ]=byte (int (_cefg [_baab ]+_gec [_baab ])%256);};default:_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0066i\u006c\u0074\u0065\u0072\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_fdd ); +return nil ,_af .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_fdd );};for _acgb :=0;_acgb < _baff ;_acgb ++{_gec [_acgb ]=_cefg [_acgb ];};_bedd .Write (_cefg [1:]); +};_ffcf :=_bedd .Bytes ();return _ffcf ,nil ;}else {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_cbcbe .Predictor ); +return nil ,_af .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_cbcbe .Predictor );};};return _dbed ,nil ;}; -// NewEncoderFromStream creates a StreamEncoder based on the stream's dictionary. -func NewEncoderFromStream (streamObj *PdfObjectStream )(StreamEncoder ,error ){_eeaa :=TraceToDirectObject (streamObj .PdfObjectDictionary .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _eeaa ==nil {return NewRawEncoder (),nil ;};if _ ,_afcaf :=_eeaa .(*PdfObjectNull ); -_afcaf {return NewRawEncoder (),nil ;};_ddce ,_ccgca :=_eeaa .(*PdfObjectName );if !_ccgca {_bbaf ,_faebf :=_eeaa .(*PdfObjectArray );if !_faebf {return nil ,_bf .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); -};if _bbaf .Len ()==0{return NewRawEncoder (),nil ;};if _bbaf .Len ()!=1{_gggf ,_bdaae :=_eddc (streamObj );if _bdaae !=nil {_eg .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_bdaae ); -return nil ,_bdaae ;};_eg .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_gggf );return _gggf ,nil ;};_eeaa =_bbaf .Get (0);_ddce ,_faebf =_eeaa .(*PdfObjectName );if !_faebf {return nil ,_bf .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); -};};if _ddbdf ,_aaedb :=_bgffc .Load (_ddce .String ());_aaedb {return _ddbdf .(StreamEncoder ),nil ;};switch *_ddce {case StreamEncodingFilterNameFlate :return _gggg (streamObj ,nil );case StreamEncodingFilterNameLZW :return _dfab (streamObj ,nil );case StreamEncodingFilterNameDCT :return _eebe (streamObj ,nil ); -case StreamEncodingFilterNameRunLength :return _ccafa (streamObj ,nil );case StreamEncodingFilterNameASCIIHex :return NewASCIIHexEncoder (),nil ;case StreamEncodingFilterNameASCII85 ,"\u0041\u0038\u0035":return NewASCII85Encoder (),nil ;case StreamEncodingFilterNameCCITTFax :return _gaga (streamObj ,nil ); -case StreamEncodingFilterNameJBIG2 :return _dbgaa (streamObj ,nil );case StreamEncodingFilterNameJPX :return NewJPXEncoder (),nil ;};_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006fd\u0021"); -return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064i\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0028\u0025\u0073\u0029",*_ddce );}; +// GetIntVal returns the int value represented by the PdfObject directly or indirectly if contained within an +// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. +func GetIntVal (obj PdfObject )(_dgeca int ,_eadc bool ){_fdfcc ,_eadc :=TraceToDirectObject (obj ).(*PdfObjectInteger );if _eadc &&_fdfcc !=nil {return int (*_fdfcc ),true ;};return 0,false ;}; -// MakeArray creates an PdfObjectArray from a list of PdfObjects. -func MakeArray (objects ...PdfObject )*PdfObjectArray {return &PdfObjectArray {_cgef :objects }};func _aba (_gcag *_fc .StdEncryptDict ,_gcg *PdfObjectDictionary ){_gcg .Set ("\u0052",MakeInteger (int64 (_gcag .R )));_gcg .Set ("\u0050",MakeInteger (int64 (_gcag .P ))); -_gcg .Set ("\u004f",MakeStringFromBytes (_gcag .O ));_gcg .Set ("\u0055",MakeStringFromBytes (_gcag .U ));if _gcag .R >=5{_gcg .Set ("\u004f\u0045",MakeStringFromBytes (_gcag .OE ));_gcg .Set ("\u0055\u0045",MakeStringFromBytes (_gcag .UE ));_gcg .Set ("\u0045n\u0063r\u0079\u0070\u0074\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",MakeBool (_gcag .EncryptMetadata )); -if _gcag .R > 5{_gcg .Set ("\u0050\u0065\u0072m\u0073",MakeStringFromBytes (_gcag .Perms ));};};}; +// EncodeBytes ASCII encodes the passed in slice of bytes. +func (_dgae *ASCIIHexEncoder )EncodeBytes (data []byte )([]byte ,error ){var _fcab _gbg .Buffer ;for _ ,_debf :=range data {_fcab .WriteString (_af .Sprintf ("\u0025\u002e\u0032X\u0020",_debf ));};_fcab .WriteByte ('>');return _fcab .Bytes (),nil ;}; -// IsAuthenticated returns true if the PDF has already been authenticated for accessing. -func (_edfb *PdfParser )IsAuthenticated ()bool {return _edfb ._bbaead ._bga }; +// Inspect analyzes the document object structure. Returns a map of object types (by name) with the instance count +// as value. +func (_gbfc *PdfParser )Inspect ()(map[string ]int ,error ){return _gbfc .inspect ()}; -// Len returns the number of elements in the streams. -func (_aabcb *PdfObjectStreams )Len ()int {if _aabcb ==nil {return 0;};return len (_aabcb ._fcde );}; +// DecodeBytes decodes byte array with ASCII85. 5 ASCII characters -> 4 raw binary bytes +func (_aagb *ASCII85Encoder )DecodeBytes (encoded []byte )([]byte ,error ){var _bef []byte ;_gf .Log .Trace ("\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0020\u0044e\u0063\u006f\u0064\u0065");_aafb :=0;_faf :=false ;for _aafb < len (encoded )&&!_faf {_cccfd :=[5]byte {0,0,0,0,0}; +_gacef :=0;_caf :=0;_eac :=4;for _caf < 5+_gacef {if _aafb +_caf ==len (encoded ){break ;};_bcfa :=encoded [_aafb +_caf ];if IsWhiteSpace (_bcfa ){_gacef ++;_caf ++;continue ;}else if _bcfa =='~'&&_aafb +_caf +1< len (encoded )&&encoded [_aafb +_caf +1]=='>'{_eac =(_caf -_gacef )-1; +if _eac < 0{_eac =0;};_faf =true ;break ;}else if _bcfa >='!'&&_bcfa <='u'{_bcfa -='!';}else if _bcfa =='z'&&_caf -_gacef ==0{_eac =4;_caf ++;break ;}else {_gf .Log .Error ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020co\u0064\u0065"); +return nil ,_d .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u0064\u0065\u0020e\u006e\u0063\u006f\u0075\u006e\u0074\u0065\u0072\u0065\u0064");};_cccfd [_caf -_gacef ]=_bcfa ;_caf ++;};_aafb +=_caf ;for _cceae :=_eac +1;_cceae < 5;_cceae ++{_cccfd [_cceae ]=84; +};_cece :=uint32 (_cccfd [0])*85*85*85*85+uint32 (_cccfd [1])*85*85*85+uint32 (_cccfd [2])*85*85+uint32 (_cccfd [3])*85+uint32 (_cccfd [4]);_dca :=[]byte {byte ((_cece >>24)&0xff),byte ((_cece >>16)&0xff),byte ((_cece >>8)&0xff),byte (_cece &0xff)};_bef =append (_bef ,_dca [:_eac ]...); +};_gf .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0065\u006e\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",encoded );_gf .Log .Trace ("A\u0053\u0043\u0049\u004985\u002c \u0064\u0065\u0063\u006f\u0064e\u0064\u003a\u0020\u0025\u0020\u0058",_bef ); +return _bef ,nil ;}; -// GetFilterName returns the name of the encoding filter. -func (_fgff *FlateEncoder )GetFilterName ()string {return StreamEncodingFilterNameFlate }; +// String returns a string describing `null`. +func (_fbga *PdfObjectNull )String ()string {return "\u006e\u0075\u006c\u006c"};func _abaf (_gcebc PdfObject ,_dcbd int ,_ecag map[PdfObject ]struct{})error {_gf .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072s\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0061\u0074\u0061 \u0028\u0064\u0065\u0070\u0074\u0068\u0020=\u0020\u0025\u0064\u0029",_dcbd ); +if _ ,_ffffe :=_ecag [_gcebc ];_ffffe {_gf .Log .Trace ("-\u0041\u006c\u0072\u0065ad\u0079 \u0074\u0072\u0061\u0076\u0065r\u0073\u0065\u0064\u002e\u002e\u002e");return nil ;};_ecag [_gcebc ]=struct{}{};switch _ggeae :=_gcebc .(type ){case *PdfIndirectObject :_feae :=_ggeae ; +_gf .Log .Trace ("\u0069\u006f\u003a\u0020\u0025\u0073",_feae );_gf .Log .Trace ("\u002d\u0020\u0025\u0073",_feae .PdfObject );return _abaf (_feae .PdfObject ,_dcbd +1,_ecag );case *PdfObjectStream :_dceg :=_ggeae ;return _abaf (_dceg .PdfObjectDictionary ,_dcbd +1,_ecag ); +case *PdfObjectDictionary :_cebe :=_ggeae ;_gf .Log .Trace ("\u002d\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_cebe );for _ ,_bedfe :=range _cebe .Keys (){_gbbb :=_cebe .Get (_bedfe );if _fgfdg ,_aeeg :=_gbbb .(*PdfObjectReference );_aeeg {_bfba :=_fgfdg .Resolve (); +_cebe .Set (_bedfe ,_bfba );_bbece :=_abaf (_bfba ,_dcbd +1,_ecag );if _bbece !=nil {return _bbece ;};}else {_eabb :=_abaf (_gbbb ,_dcbd +1,_ecag );if _eabb !=nil {return _eabb ;};};};return nil ;case *PdfObjectArray :_edff :=_ggeae ;_gf .Log .Trace ("-\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_edff ); +for _fbege ,_degf :=range _edff .Elements (){if _dddb ,_bgcfb :=_degf .(*PdfObjectReference );_bgcfb {_abbe :=_dddb .Resolve ();_edff .Set (_fbege ,_abbe );_gedc :=_abaf (_abbe ,_dcbd +1,_ecag );if _gedc !=nil {return _gedc ;};}else {_gbgcg :=_abaf (_degf ,_dcbd +1,_ecag ); +if _gbgcg !=nil {return _gbgcg ;};};};return nil ;case *PdfObjectReference :_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020T\u0072\u0061\u0063\u0069\u006e\u0067\u0020\u0061\u0020r\u0065\u0066\u0065r\u0065n\u0063\u0065\u0021");return _d .New ("\u0065r\u0072\u006f\u0072\u0020t\u0072\u0061\u0063\u0069\u006eg\u0020a\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); +};return nil ;}; -// Version represents a version of a PDF standard. -type Version struct{Major int ;Minor int ;}; +// EncryptInfo contains an information generated by the document encrypter. +type EncryptInfo struct{Version ; -// String returns a descriptive information string about the encryption method used. -func (_fbae *PdfCrypt )String ()string {if _fbae ==nil {return "";};_fec :=_fbae ._ea .Filter +"\u0020\u002d\u0020";if _fbae ._ea .V ==0{_fec +="\u0055\u006e\u0064\u006fcu\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0061\u006c\u0067\u006f\u0072\u0069\u0074h\u006d"; -}else if _fbae ._ea .V ==1{_fec +="\u0052\u0043\u0034:\u0020\u0034\u0030\u0020\u0062\u0069\u0074\u0073";}else if _fbae ._ea .V ==2{_fec +=_bf .Sprintf ("\u0052\u0043\u0034:\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073",_fbae ._ea .Length );}else if _fbae ._ea .V ==3{_fec +="U\u006e\u0070\u0075\u0062li\u0073h\u0065\u0064\u0020\u0061\u006cg\u006f\u0072\u0069\u0074\u0068\u006d"; -}else if _fbae ._ea .V >=4{_fec +=_bf .Sprintf ("\u0053\u0074r\u0065\u0061\u006d\u0020f\u0069\u006ct\u0065\u0072\u003a\u0020\u0025\u0073\u0020\u002d \u0053\u0074\u0072\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0074\u0065r\u003a\u0020\u0025\u0073",_fbae ._fde ,_fbae ._fcf ); -_fec +="\u003b\u0020C\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0073\u003a";for _feb ,_abaa :=range _fbae ._ceaa {_fec +=_bf .Sprintf ("\u0020\u002d\u0020\u0025\u0073\u003a\u0020\u0025\u0073 \u0028\u0025\u0064\u0029",_feb ,_abaa .Name (),_abaa .KeyLength ()); -};};_gfa :=_fbae .GetAccessPermissions ();_fec +=_bf .Sprintf ("\u0020\u002d\u0020\u0025\u0023\u0076",_gfa );return _fec ;}; +// Encrypt is an encryption dictionary that contains all necessary parameters. +// It should be stored in all copies of the document trailer. +Encrypt *PdfObjectDictionary ; -// GetEncryptObj returns the PdfIndirectObject which has information about the PDFs encryption details. -func (_cgfbe *PdfParser )GetEncryptObj ()*PdfIndirectObject {return _cgfbe ._dfce }; +// ID0 and ID1 are IDs used in the trailer. Older algorithms such as RC4 uses them for encryption. +ID0 ,ID1 string ;}; -// Encrypt an object with specified key. For numbered objects, -// the key argument is not used and a new one is generated based -// on the object and generation number. -// Traverses through all the subobjects (recursive). -// -// Does not look up references.. That should be done prior to calling. -func (_eagg *PdfCrypt )Encrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _eagg .isEncrypted (obj ){return nil ;};switch _beag :=obj .(type ){case *PdfIndirectObject :_eagg ._bdd [_beag ]=true ;_eg .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_beag .ObjectNumber ,_beag .GenerationNumber ); -_ddc :=_beag .ObjectNumber ;_gbdb :=_beag .GenerationNumber ;_babf :=_eagg .Encrypt (_beag .PdfObject ,_ddc ,_gbdb );if _babf !=nil {return _babf ;};return nil ;case *PdfObjectStream :_eagg ._bdd [_beag ]=true ;_gage :=_beag .PdfObjectDictionary ;if _bdda ,_decd :=_gage .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); -_decd &&*_bdda =="\u0058\u0052\u0065\u0066"{return nil ;};_eaae :=_beag .ObjectNumber ;_gecf :=_beag .GenerationNumber ;_eg .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_eaae ,_gecf ); -_degf :=_gcgd ;if _eagg ._ea .V >=4{_degf =_eagg ._fde ;_eg .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_eagg ._fde );if _abdg ,_degd :=_gage .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); -_degd {if _dae ,_gcbc :=GetName (_abdg .Get (0));_gcbc {if *_dae =="\u0043\u0072\u0079p\u0074"{_degf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _dab ,_cfeb :=_gage .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); -_cfeb {if _bc ,_aec :=_dab .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_aec {if _ ,_aacb :=_eagg ._ceaa [string (*_bc )];_aacb {_eg .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_bc ); -_degf =string (*_bc );};};};};};};_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_degf );if _degf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_eeeg :=_eagg .Encrypt (_beag .PdfObjectDictionary ,_eaae ,_gecf ); -if _eeeg !=nil {return _eeeg ;};_dfae ,_eeeg :=_eagg .makeKey (_degf ,uint32 (_eaae ),uint32 (_gecf ),_eagg ._cgg );if _eeeg !=nil {return _eeeg ;};_beag .Stream ,_eeeg =_eagg .encryptBytes (_beag .Stream ,_degf ,_dfae );if _eeeg !=nil {return _eeeg ;}; -_gage .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_beag .Stream ))));return nil ;case *PdfObjectString :_eg .Log .Trace ("\u0045n\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_ccaa :=_gcgd ; -if _eagg ._ea .V >=4{_eg .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_eagg ._fcf );if _eagg ._fcf =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_ccaa =_eagg ._fcf ;};_bgbf ,_gfgda :=_eagg .makeKey (_ccaa ,uint32 (parentObjNum ),uint32 (parentGenNum ),_eagg ._cgg ); -if _gfgda !=nil {return _gfgda ;};_aaea :=_beag .Str ();_faa :=make ([]byte ,len (_aaea ));for _daba :=0;_daba < len (_aaea );_daba ++{_faa [_daba ]=_aaea [_daba ];};_eg .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_faa ,_faa ); -_faa ,_gfgda =_eagg .encryptBytes (_faa ,_ccaa ,_bgbf );if _gfgda !=nil {return _gfgda ;};_beag ._befb =string (_faa );return nil ;case *PdfObjectArray :for _ ,_baad :=range _beag .Elements (){_gcgf :=_eagg .Encrypt (_baad ,parentObjNum ,parentGenNum ); -if _gcgf !=nil {return _gcgf ;};};return nil ;case *PdfObjectDictionary :_acgb :=false ;if _cffc :=_beag .Get ("\u0054\u0079\u0070\u0065");_cffc !=nil {_fegf ,_edef :=_cffc .(*PdfObjectName );if _edef &&*_fegf =="\u0053\u0069\u0067"{_acgb =true ;};};for _ ,_dgc :=range _beag .Keys (){_cbga :=_beag .Get (_dgc ); -if _acgb &&string (_dgc )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ;};if string (_dgc )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_dgc )!="\u0050\u0072\u0065\u0076"&&string (_dgc )!="\u004c\u0061\u0073\u0074"{_gfge :=_eagg .Encrypt (_cbga ,parentObjNum ,parentGenNum ); -if _gfge !=nil {return _gfge ;};};};return nil ;};return nil ;}; +// UpdateParams updates the parameter values of the encoder. +// Implements StreamEncoder interface. +func (_bdaa *JBIG2Encoder )UpdateParams (params *PdfObjectDictionary ){_eddgf ,_gabd :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _gabd ==nil {_bdaa .BitsPerComponent =int (_eddgf ); +};_afg ,_gabd :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _gabd ==nil {_bdaa .Width =int (_afg );};_bgfd ,_gabd :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _gabd ==nil {_bdaa .Height =int (_bgfd ); +};_cbag ,_gabd :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _gabd ==nil {_bdaa .ColorComponents =int (_cbag );};};func (_dabe *JBIG2Encoder )encodeImage (_ddcb _cc .Image )([]byte ,error ){const _affad ="e\u006e\u0063\u006f\u0064\u0065\u0049\u006d\u0061\u0067\u0065"; +_cfaa ,_afgc :=GoImageToJBIG2 (_ddcb ,JB2ImageAutoThreshold );if _afgc !=nil {return nil ,_ag .Wrap (_afgc ,_affad ,"\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069m\u0061g\u0065\u0020\u0074\u006f\u0020\u006a\u0062\u0069\u0067\u0032\u0020\u0069\u006d\u0067"); +};if _afgc =_dabe .AddPageImage (_cfaa ,&_dabe .DefaultPageSettings );_afgc !=nil {return nil ,_ag .Wrap (_afgc ,_affad ,"");};return _dabe .Encode ();};func (_baef *PdfParser )seekToEOFMarker (_dafa int64 )error {var _facb int64 ;var _addac int64 =2048; +for _facb < _dafa -4{if _dafa <=(_addac +_facb ){_addac =_dafa -_facb ;};_ ,_bcfd :=_baef ._bcdda .Seek (_dafa -_facb -_addac ,_cb .SeekStart );if _bcfd !=nil {return _bcfd ;};_daae :=make ([]byte ,_addac );_baef ._bcdda .Read (_daae );_gf .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_daae )); +_cfcb :=_edgg .FindAllStringIndex (string (_daae ),-1);if _cfcb !=nil {_aage :=_cfcb [len (_cfcb )-1];_gf .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_cfcb );_ggec :=_dafa -_facb -_addac +int64 (_aage [0]);_baef ._bcdda .Seek (_ggec ,_cb .SeekStart ); +return nil ;};_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_facb +=_addac -4;};_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _cagf ;}; -// DecodeStream decodes the stream containing CCITTFax encoded image data. -func (_dbffc *CCITTFaxEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _dbffc .DecodeBytes (streamObj .Stream );};type encryptDict struct{Filter string ;V int ;SubFilter string ;Length int ;StmF string ;StrF string ;EFF string ; -CF map[string ]_dg .FilterDict ;}; +// PdfObjectStreams represents the primitive PDF object streams. +// 7.5.7 Object Streams (page 45). +type PdfObjectStreams struct{PdfObjectReference ;_gdfde []PdfObject ;}; -// TraceToDirectObject traces a PdfObject to a direct object. For example direct objects contained -// in indirect objects (can be double referenced even). -func TraceToDirectObject (obj PdfObject )PdfObject {if _gdgde ,_ebea :=obj .(*PdfObjectReference );_ebea {obj =_gdgde .Resolve ();};_ddddg ,_aggfg :=obj .(*PdfIndirectObject );_fdbbf :=0;for _aggfg {obj =_ddddg .PdfObject ;_ddddg ,_aggfg =GetIndirect (obj ); -_fdbbf ++;if _fdbbf > _abbgc {_eg .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0061\u0063\u0065\u0020\u0064\u0065p\u0074\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u0062\u0065\u0079\u006fn\u0064\u0020\u0025\u0064\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0067oi\u006e\u0067\u0020\u0064\u0065\u0065\u0070\u0065\u0072\u0021",_abbgc ); -return nil ;};};return obj ;}; +// DecodeGlobals decodes 'encoded' byte stream and returns their Globally defined segments ('Globals'). +func (_bedde *JBIG2Encoder )DecodeGlobals (encoded []byte )(_ef .Globals ,error ){return _ef .DecodeGlobals (encoded );}; -// WriteString outputs the object as it is to be written to file. -func (_dbgac *PdfObjectInteger )WriteString ()string {return _b .FormatInt (int64 (*_dbgac ),10)}; +// DecodeStream implements ASCII85 stream decoding. +func (_bcfab *ASCII85Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bcfab .DecodeBytes (streamObj .Stream );};func (_agdg *offsetReader )Read (p []byte )(_adgb int ,_febd error ){return _agdg ._fgge .Read (p )}; -// ParserMetadata gets the pdf parser metadata. -func (_gde *PdfParser )ParserMetadata ()(ParserMetadata ,error ){if !_gde ._ffad {return ParserMetadata {},_bf .Errorf ("\u0070\u0061\u0072\u0073\u0065r\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0072\u006be\u0064\u0020\u0066\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0064\u0065\u0074\u0061\u0069\u006c\u0065\u0064\u0020\u006d\u0065\u0074\u0061\u0064\u0061\u0074a"); -};return _gde ._dbee ,nil ;}; +// PdfObjectArray represents the primitive PDF array object. +type PdfObjectArray struct{_dcgec []PdfObject }; -// ResolveReferencesDeep recursively traverses through object `o`, looking up and replacing -// references with indirect objects. -// Optionally a map of already deep-resolved objects can be provided via `traversed`. The `traversed` map -// is updated while traversing the objects to avoid traversing same objects multiple times. -func ResolveReferencesDeep (o PdfObject ,traversed map[PdfObject ]struct{})error {if traversed ==nil {traversed =map[PdfObject ]struct{}{};};return _dbdc (o ,0,traversed );};var _bbaea =_de .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a"); -func _eged ()string {return _eg .Version }; +// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. +func (_egcgg *RunLengthEncoder )EncodeBytes (data []byte )([]byte ,error ){_cdde :=_gbg .NewReader (data );var _beeeb []byte ;var _cdec []byte ;_ebgd ,_fddef :=_cdde .ReadByte ();if _fddef ==_cb .EOF {return []byte {},nil ;}else if _fddef !=nil {return nil ,_fddef ; +};_beba :=1;for {_dfc ,_cbbb :=_cdde .ReadByte ();if _cbbb ==_cb .EOF {break ;}else if _cbbb !=nil {return nil ,_cbbb ;};if _dfc ==_ebgd {if len (_cdec )> 0{_cdec =_cdec [:len (_cdec )-1];if len (_cdec )> 0{_beeeb =append (_beeeb ,byte (len (_cdec )-1)); +_beeeb =append (_beeeb ,_cdec ...);};_beba =1;_cdec =[]byte {};};_beba ++;if _beba >=127{_beeeb =append (_beeeb ,byte (257-_beba ),_ebgd );_beba =0;};}else {if _beba > 0{if _beba ==1{_cdec =[]byte {_ebgd };}else {_beeeb =append (_beeeb ,byte (257-_beba ),_ebgd ); +};_beba =0;};_cdec =append (_cdec ,_dfc );if len (_cdec )>=127{_beeeb =append (_beeeb ,byte (len (_cdec )-1));_beeeb =append (_beeeb ,_cdec ...);_cdec =[]byte {};};};_ebgd =_dfc ;};if len (_cdec )> 0{_beeeb =append (_beeeb ,byte (len (_cdec )-1));_beeeb =append (_beeeb ,_cdec ...); +}else if _beba > 0{_beeeb =append (_beeeb ,byte (257-_beba ),_ebgd );};_beeeb =append (_beeeb ,128);return _beeeb ,nil ;};type objectStream struct{N int ;_aeb []byte ;_ce map[int ]int64 ;};func _bbfgc (_bdgd *PdfObjectStream ,_fef *PdfObjectDictionary )(*RunLengthEncoder ,error ){return NewRunLengthEncoder (),nil ; +}; -// WriteString outputs the object as it is to be written to file. -func (_aaad *PdfObjectFloat )WriteString ()string {return _b .FormatFloat (float64 (*_aaad ),'f',-1,64);}; +// GetStringBytes is like GetStringVal except that it returns the string as a []byte. +// It is for convenience. +func GetStringBytes (obj PdfObject )(_efddf []byte ,_cgeaa bool ){_bfgec ,_cgeaa :=TraceToDirectObject (obj ).(*PdfObjectString );if _cgeaa {return _bfgec .Bytes (),true ;};return ;}; -// RegisterCustomStreamEncoder register a custom encoder handler for certain filter. -func RegisterCustomStreamEncoder (filterName string ,customStreamEncoder StreamEncoder ){_bgffc .Store (filterName ,customStreamEncoder );}; +// MakeDictMap creates a PdfObjectDictionary initialized from a map of keys to values. +func MakeDictMap (objmap map[string ]PdfObject )*PdfObjectDictionary {_eacf :=MakeDict ();return _eacf .Update (objmap );};func _dfeb ()string {return _gf .Version }; -// EncodeBytes ASCII encodes the passed in slice of bytes. -func (_cbgd *ASCIIHexEncoder )EncodeBytes (data []byte )([]byte ,error ){var _cgfd _bd .Buffer ;for _ ,_dgeea :=range data {_cgfd .WriteString (_bf .Sprintf ("\u0025\u002e\u0032X\u0020",_dgeea ));};_cgfd .WriteByte ('>');return _cgfd .Bytes (),nil ;}; +// GetInt returns the *PdfObjectBool object that is represented by a PdfObject either directly or indirectly +// within an indirect object. The bool flag indicates whether a match was found. +func GetInt (obj PdfObject )(_bacb *PdfObjectInteger ,_bfece bool ){_bacb ,_bfece =TraceToDirectObject (obj ).(*PdfObjectInteger );return _bacb ,_bfece ;};var _edgg =_ga .MustCompile ("\u0025\u0025\u0045\u004f\u0046\u003f"); -// HasEOLAfterHeader gets information if there is a EOL after the version header. -func (_fcbf ParserMetadata )HasEOLAfterHeader ()bool {return _fcbf ._bgaf };var _adgc =_de .MustCompile ("\u005e\\\u0073\u002a\u005b\u002d]\u002a\u0028\u005c\u0064\u002b)\u005cs\u002b(\u005c\u0064\u002b\u0029\u005c\u0073\u002bR"); +// GetBoolVal returns the bool value within a *PdObjectBool represented by an PdfObject interface directly or indirectly. +// If the PdfObject does not represent a bool value, a default value of false is returned (found = false also). +func GetBoolVal (obj PdfObject )(_fddce bool ,_dfab bool ){_aegb ,_dfab :=TraceToDirectObject (obj ).(*PdfObjectBool );if _dfab {return bool (*_aegb ),true ;};return false ,false ;};func (_edb *PdfCrypt )decryptBytes (_ega []byte ,_cgcf string ,_dffbg []byte )([]byte ,error ){_gf .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); +_bae ,_fed :=_edb ._fcag [_cgcf ];if !_fed {return nil ,_af .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_cgcf );};return _bae .DecryptBytes (_ega ,_dffbg );}; -// GetName returns the *PdfObjectName represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetName (obj PdfObject )(_bbac *PdfObjectName ,_ceea bool ){_bbac ,_ceea =TraceToDirectObject (obj ).(*PdfObjectName );return _bbac ,_ceea ;}; +// GetBool returns the *PdfObjectBool object that is represented by a PdfObject directly or indirectly +// within an indirect object. The bool flag indicates whether a match was found. +func GetBool (obj PdfObject )(_befb *PdfObjectBool ,_dbgc bool ){_befb ,_dbgc =TraceToDirectObject (obj ).(*PdfObjectBool );return _befb ,_dbgc ;};var _bcgd =_ga .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064+\u0029\u005c\u0073\u002b\u0028\u005b\u006e\u0066\u005d\u0029\\\u0073\u002a\u0024"); -// IsDecimalDigit checks if the character is a part of a decimal number string. -func IsDecimalDigit (c byte )bool {return '0'<=c &&c <='9'}; -// SetIfNotNil sets the dictionary's key -> val mapping entry -IF- val is not nil. -// Note that we take care to perform a type switch. Otherwise if we would supply a nil value -// of another type, e.g. (PdfObjectArray*)(nil), then it would not be a PdfObject(nil) and thus -// would get set. -func (_bdab *PdfObjectDictionary )SetIfNotNil (key PdfObjectName ,val PdfObject ){if val !=nil {switch _badd :=val .(type ){case *PdfObjectName :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectDictionary :if _badd !=nil {_bdab .Set (key ,val ); -};case *PdfObjectStream :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectString :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectNull :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectInteger :if _badd !=nil {_bdab .Set (key ,val ); -};case *PdfObjectArray :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectBool :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectFloat :if _badd !=nil {_bdab .Set (key ,val );};case *PdfObjectReference :if _badd !=nil {_bdab .Set (key ,val ); -};case *PdfIndirectObject :if _badd !=nil {_bdab .Set (key ,val );};default:_eg .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",val ); -};};}; +// WriteString outputs the object as it is to be written to file. +func (_bcdag *PdfObjectStreams )WriteString ()string {var _fefcd _cf .Builder ;_fefcd .WriteString (_db .FormatInt (_bcdag .ObjectNumber ,10));_fefcd .WriteString ("\u0020\u0030\u0020\u0052");return _fefcd .String ();}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_bgcc *RawEncoder )MakeDecodeParams ()PdfObject {return nil }; +// UpdateParams updates the parameter values of the encoder. +func (_bbg *RunLengthEncoder )UpdateParams (params *PdfObjectDictionary ){}; -// GetString returns the *PdfObjectString represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetString (obj PdfObject )(_bdgec *PdfObjectString ,_fbedb bool ){_bdgec ,_fbedb =TraceToDirectObject (obj ).(*PdfObjectString );return _bdgec ,_fbedb ;}; +// PdfObjectStream represents the primitive PDF Object stream. +type PdfObjectStream struct{PdfObjectReference ;*PdfObjectDictionary ;Stream []byte ;Lazy bool ;TempFile string ;}; -// DecodeStream decodes a FlateEncoded stream object and give back decoded bytes. -func (_dbcb *FlateEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u0046l\u0061t\u0065\u0044\u0065\u0063\u006fd\u0065\u0020s\u0074\u0072\u0065\u0061\u006d");_eg .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_dbcb .Predictor ); -if _dbcb .BitsPerComponent !=8{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003d\u0025\u0064\u0020\u0028\u006f\u006e\u006c\u0079\u0020\u0038\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0029",_dbcb .BitsPerComponent ); -};_egea ,_aecb :=_dbcb .DecodeBytes (streamObj .Stream );if _aecb !=nil {return nil ,_aecb ;};_egea ,_aecb =_dbcb .postDecodePredict (_egea );if _aecb !=nil {return nil ,_aecb ;};return _egea ,nil ;}; +// GetXrefOffset returns the offset of the xref table. +func (_fdfb *PdfParser )GetXrefOffset ()int64 {return _fdfb ._agfae }; + +// String returns a string representation of `name`. +func (_cfaf *PdfObjectName )String ()string {return string (*_cfaf )}; + +// WriteString outputs the object as it is to be written to file. +func (_eeabe *PdfObjectBool )WriteString ()string {if *_eeabe {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; + +// PdfObjectFloat represents the primitive PDF floating point numerical object. +type PdfObjectFloat float64 ; + +// MakeString creates an PdfObjectString from a string. +// NOTE: PDF does not use utf-8 string encoding like Go so `s` will often not be a utf-8 encoded +// string. +func MakeString (s string )*PdfObjectString {_gdbaf :=PdfObjectString {_addg :s };return &_gdbaf }; // Set sets the dictionary's key -> val mapping entry. Overwrites if key already set. -func (_fcdde *PdfObjectDictionary )Set (key PdfObjectName ,val PdfObject ){_fcdde .setWithLock (key ,val ,true );};func (_afef *PdfCrypt )securityHandler ()_fc .StdHandler {if _afef ._gce .R >=5{return _fc .NewHandlerR6 ();};return _fc .NewHandlerR4 (_afef ._afcc ,_afef ._ea .Length ); -};func (_babc *PdfParser )rebuildXrefTable ()error {_cegg :=XrefTable {};_cegg .ObjectMap =map[int ]XrefObject {};_bdfe :=make ([]int ,0,len (_babc ._gfeb .ObjectMap ));for _bega :=range _babc ._gfeb .ObjectMap {_bdfe =append (_bdfe ,_bega );};_e .Ints (_bdfe ); -for _ ,_fgfac :=range _bdfe {_fbcd :=_babc ._gfeb .ObjectMap [_fgfac ];_dcff ,_ ,_bceg :=_babc .lookupByNumberWrapper (_fgfac ,false );if _bceg !=nil {_eg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020U\u006e\u0061\u0062\u006ce t\u006f l\u006f\u006f\u006b\u0020\u0075\u0070\u0020ob\u006a\u0065\u0063\u0074\u0020\u0028\u0025s\u0029",_bceg ); -_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u006fm\u0070\u006c\u0065\u0074\u0065\u006c\u0079\u0020\u0062\u0072\u006f\u006b\u0065\u006e\u0020\u002d\u0020\u0061\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0074\u006f \u0072\u0065\u0070\u0061\u0069r\u0020"); -_bagg ,_afee :=_babc .repairRebuildXrefsTopDown ();if _afee !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0078\u0072\u0065\u0066\u0020\u0072\u0065\u0062\u0075\u0069l\u0064\u0020\u0072\u0065\u0070a\u0069\u0072 \u0028\u0025\u0073\u0029",_afee ); -return _afee ;};_babc ._gfeb =*_bagg ;_eg .Log .Debug ("\u0052e\u0070\u0061\u0069\u0072e\u0064\u0020\u0078\u0072\u0065f\u0020t\u0061b\u006c\u0065\u0020\u0062\u0075\u0069\u006ct");return nil ;};_ffaf ,_gafcf ,_bceg :=_fcb (_dcff );if _bceg !=nil {return _bceg ; -};_fbcd .ObjectNumber =int (_ffaf );_fbcd .Generation =int (_gafcf );_cegg .ObjectMap [int (_ffaf )]=_fbcd ;};_babc ._gfeb =_cegg ;_eg .Log .Debug ("N\u0065w\u0020\u0078\u0072\u0065\u0066\u0020\u0074\u0061b\u006c\u0065\u0020\u0062ui\u006c\u0074");_abb (_babc ._gfeb ); -return nil ;}; +func (_ddcd *PdfObjectDictionary )Set (key PdfObjectName ,val PdfObject ){_ddcd .setWithLock (key ,val ,true );}; -// LookupByNumber looks up a PdfObject by object number. Returns an error on failure. -func (_bfc *PdfParser )LookupByNumber (objNumber int )(PdfObject ,error ){_egg ,_ ,_bgbg :=_bfc .lookupByNumberWrapper (objNumber ,true );return _egg ,_bgbg ;}; +// IsHexadecimal checks if the PdfObjectString contains Hexadecimal data. +func (_cgf *PdfObjectString )IsHexadecimal ()bool {return _cgf ._ffff };func _begd (_cbbf *PdfObjectStream )(*MultiEncoder ,error ){_cbbec :=NewMultiEncoder ();_facag :=_cbbf .PdfObjectDictionary ;if _facag ==nil {return _cbbec ,nil ;};var _gaab *PdfObjectDictionary ; +var _eacc []PdfObject ;_fbfd :=_facag .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");if _fbfd !=nil {_dcab ,_bcgg :=_fbfd .(*PdfObjectDictionary );if _bcgg {_gaab =_dcab ;};_aadb ,_aecac :=_fbfd .(*PdfObjectArray );if _aecac {for _ ,_acgbg :=range _aadb .Elements (){_acgbg =TraceToDirectObject (_acgbg ); +if _fgfd ,_fdgab :=_acgbg .(*PdfObjectDictionary );_fdgab {_eacc =append (_eacc ,_fgfd );}else {_eacc =append (_eacc ,MakeDict ());};};};};_fbfd =_facag .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");if _fbfd ==nil {return nil ,_af .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +};_dgcbe ,_abdc :=_fbfd .(*PdfObjectArray );if !_abdc {return nil ,_af .Errorf ("m\u0075\u006c\u0074\u0069\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0063\u0061\u006e\u0020\u006f\u006el\u0079\u0020\u0062\u0065\u0020\u006d\u0061\u0064\u0065\u0020fr\u006f\u006d\u0020a\u0072r\u0061\u0079"); +};for _ffa ,_bcge :=range _dgcbe .Elements (){_acff ,_bbed :=_bcge .(*PdfObjectName );if !_bbed {return nil ,_af .Errorf ("\u006d\u0075l\u0074\u0069\u0020\u0066i\u006c\u0074e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061 \u006e\u0061\u006d\u0065"); +};var _afff PdfObject ;if _gaab !=nil {_afff =_gaab ;}else {if len (_eacc )> 0{if _ffa >=len (_eacc ){return nil ,_af .Errorf ("\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0073\u0020\u0069\u006e\u0020d\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006d\u0073\u0020a\u0072\u0072\u0061\u0079"); +};_afff =_eacc [_ffa ];};};var _bfbb *PdfObjectDictionary ;if _aagc ,_fdag :=_afff .(*PdfObjectDictionary );_fdag {_bfbb =_aagc ;};_gf .Log .Trace ("\u004e\u0065\u0078t \u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073\u002c \u0064p\u003a \u0025v\u002c\u0020\u0064\u0050\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u0076",*_acff ,_afff ,_bfbb ); +if *_acff ==StreamEncodingFilterNameFlate {_bcdb ,_adbb :=_daed (_cbbf ,_bfbb );if _adbb !=nil {return nil ,_adbb ;};_cbbec .AddEncoder (_bcdb );}else if *_acff ==StreamEncodingFilterNameLZW {_bgef ,_fefdb :=_adge (_cbbf ,_bfbb );if _fefdb !=nil {return nil ,_fefdb ; +};_cbbec .AddEncoder (_bgef );}else if *_acff ==StreamEncodingFilterNameASCIIHex {_eadb :=NewASCIIHexEncoder ();_cbbec .AddEncoder (_eadb );}else if *_acff ==StreamEncodingFilterNameASCII85 {_bccb :=NewASCII85Encoder ();_cbbec .AddEncoder (_bccb );}else if *_acff ==StreamEncodingFilterNameDCT {_eecac ,_gfac :=_ecgf (_cbbf ,_cbbec ); +if _gfac !=nil {return nil ,_gfac ;};_cbbec .AddEncoder (_eecac );_gf .Log .Trace ("A\u0064d\u0065\u0064\u0020\u0044\u0043\u0054\u0020\u0065n\u0063\u006f\u0064\u0065r.\u002e\u002e");_gf .Log .Trace ("\u004du\u006ct\u0069\u0020\u0065\u006e\u0063o\u0064\u0065r\u003a\u0020\u0025\u0023\u0076",_cbbec ); +}else if *_acff ==StreamEncodingFilterNameCCITTFax {_agaa ,_egfc :=_fbaa (_cbbf ,_bfbb );if _egfc !=nil {return nil ,_egfc ;};_cbbec .AddEncoder (_agaa );}else {_gf .Log .Error ("U\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u0069l\u0074\u0065\u0072\u0020\u0025\u0073",*_acff ); +return nil ,_af .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u0066\u0069\u006c\u0074er \u0069n \u006d\u0075\u006c\u0074\u0069\u0020\u0066il\u0074\u0065\u0072\u0020\u0061\u0072\u0072a\u0079");};};return _cbbec ,nil ;}; -// UpdateParams updates the parameter values of the encoder. -func (_gdfdb *MultiEncoder )UpdateParams (params *PdfObjectDictionary ){for _ ,_gcdcc :=range _gdfdb ._cfag {_gcdcc .UpdateParams (params );};}; +// DecodeStream decodes a JBIG2 encoded stream and returns the result as a slice of bytes. +func (_cfdga *JBIG2Encoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _cfdga .DecodeBytes (streamObj .Stream );}; -// Bytes returns the PdfObjectString content as a []byte array. -func (_cbab *PdfObjectString )Bytes ()[]byte {return []byte (_cbab ._befb )}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_agfc *ASCIIHexEncoder )MakeStreamDict ()*PdfObjectDictionary {_aeeb :=MakeDict ();_aeeb .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_agfc .GetFilterName ()));return _aeeb ;}; -// ParseNumber parses a numeric objects from a buffered stream. -// Section 7.3.3. -// Integer or Float. -// -// An integer shall be written as one or more decimal digits optionally -// preceded by a sign. The value shall be interpreted as a signed -// decimal integer and shall be converted to an integer object. -// -// A real value shall be written as one or more decimal digits with an -// optional sign and a leading, trailing, or embedded PERIOD (2Eh) -// (decimal point). The value shall be interpreted as a real number -// and shall be converted to a real object. +// EqualObjects returns true if `obj1` and `obj2` have the same contents. // -// Regarding exponential numbers: 7.3.3 Numeric Objects: -// A conforming writer shall not use the PostScript syntax for numbers -// with non-decimal radices (such as 16#FFFE) or in exponential format -// (such as 6.02E23). -// Nonetheless, we sometimes get numbers with exponential format, so -// we will support it in the reader (no confusion with other types, so -// no compromise). -func ParseNumber (buf *_bb .Reader )(PdfObject ,error ){_bebec :=false ;_dgba :=true ;var _ggde _bd .Buffer ;for {if _eg .Log .IsLogLevel (_eg .LogLevelTrace ){_eg .Log .Trace ("\u0050\u0061\u0072\u0073in\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0022\u0025\u0073\u0022",_ggde .String ()); -};_faaca ,_edce :=buf .Peek (1);if _edce ==_eb .EOF {break ;};if _edce !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0025\u0073",_edce );return nil ,_edce ;};if _dgba &&(_faaca [0]=='-'||_faaca [0]=='+'){_dbab ,_ :=buf .ReadByte ();_ggde .WriteByte (_dbab ); -_dgba =false ;}else if IsDecimalDigit (_faaca [0]){_cegb ,_ :=buf .ReadByte ();_ggde .WriteByte (_cegb );}else if _faaca [0]=='.'{_ccbfd ,_ :=buf .ReadByte ();_ggde .WriteByte (_ccbfd );_bebec =true ;}else if _faaca [0]=='e'||_faaca [0]=='E'{_ebfb ,_ :=buf .ReadByte (); -_ggde .WriteByte (_ebfb );_bebec =true ;_dgba =true ;}else {break ;};};var _eeffe PdfObject ;if _bebec {_eagc ,_cbfb :=_b .ParseFloat (_ggde .String (),64);if _cbfb !=nil {_eg .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025v\u0020\u0065\u0072\u0072\u003d\u0025v\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0030\u002e\u0020\u004fu\u0074\u0070u\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069n\u0063\u006f\u0072\u0072\u0065\u0063\u0074",_ggde .String (),_cbfb ); -_eagc =0.0;};_fcfg :=PdfObjectFloat (_eagc );_eeffe =&_fcfg ;}else {_ffgg ,_dcebe :=_b .ParseInt (_ggde .String (),10,64);if _dcebe !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0025\u0076\u0020\u0065\u0072\u0072\u003d%\u0076\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0030\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 \u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006ec\u006f\u0072r\u0065c\u0074",_ggde .String (),_dcebe ); -_ffgg =0;};_cbff :=PdfObjectInteger (_ffgg );_eeffe =&_cbff ;};return _eeffe ,nil ;}; +// NOTE: It is a good idea to flatten obj1 and obj2 with FlattenObject before calling this function +// so that contents, rather than references, can be compared. +func EqualObjects (obj1 ,obj2 PdfObject )bool {return _gcab (obj1 ,obj2 ,0)}; -// MakeInteger creates a PdfObjectInteger from an int64. -func MakeInteger (val int64 )*PdfObjectInteger {_dcdef :=PdfObjectInteger (val );return &_dcdef };func _cab (_egcg _gg .Image )*JBIG2Image {_gdcga :=_egcg .Base ();return &JBIG2Image {Data :_gdcga .Data ,Width :_gdcga .Width ,Height :_gdcga .Height ,HasPadding :true }; -}; +// IsWhiteSpace checks if byte represents a white space character. +func IsWhiteSpace (ch byte )bool {if (ch ==0x00)||(ch ==0x09)||(ch ==0x0A)||(ch ==0x0C)||(ch ==0x0D)||(ch ==0x20){return true ;};return false ;}; -// HeaderCommentBytes gets the header comment bytes. -func (_ggbd ParserMetadata )HeaderCommentBytes ()[4]byte {return _ggbd ._bfe }; +// Remove removes an element specified by key. +func (_cccfb *PdfObjectDictionary )Remove (key PdfObjectName ){_ffbf :=-1;for _adfe ,_bgbeg :=range _cccfb ._gaccg {if _bgbeg ==key {_ffbf =_adfe ;break ;};};if _ffbf >=0{_cccfb ._gaccg =append (_cccfb ._gaccg [:_ffbf ],_cccfb ._gaccg [_ffbf +1:]...);delete (_cccfb ._cgdb ,key ); +};}; + +// DecodeBytes decodes a slice of Flate encoded bytes and returns the result. +func (_fbdb *FlateEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_gf .Log .Trace ("\u0046\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065\u0020b\u0079\u0074\u0065\u0073");if len (encoded )==0{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0046\u006c\u0061\u0074\u0065 e\u006ec\u006f\u0064\u0065\u0064\u0020\u0062\u0075\u0066\u0066\u0065\u0072\u002e \u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0065\u006d\u0070\u0074\u0079\u0020\u0062y\u0074\u0065\u0020\u0073\u006c\u0069\u0063\u0065\u002e"); +return []byte {},nil ;};_ceb :=_gbg .NewReader (encoded );_ceaa ,_bff :=_daa .NewReader (_ceb );if _bff !=nil {_gf .Log .Debug ("\u0044e\u0063o\u0064\u0069\u006e\u0067\u0020e\u0072\u0072o\u0072\u0020\u0025\u0076\u000a",_bff );_gf .Log .Debug ("\u0053t\u0072e\u0061\u006d\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (encoded ),encoded ); +return nil ,_bff ;};defer _ceaa .Close ();var _fbbd _gbg .Buffer ;_fbbd .ReadFrom (_ceaa );return _fbbd .Bytes (),nil ;};func _bge (_dga XrefTable ){_gf .Log .Debug ("\u003dX\u003d\u0058\u003d\u0058\u003d");_gf .Log .Debug ("X\u0072\u0065\u0066\u0020\u0074\u0061\u0062\u006c\u0065\u003a"); +_efa :=0;for _ ,_eda :=range _dga .ObjectMap {_gf .Log .Debug ("i\u002b\u0031\u003a\u0020\u0025\u0064 \u0028\u006f\u0062\u006a\u0020\u006eu\u006d\u003a\u0020\u0025\u0064\u0020\u0067e\u006e\u003a\u0020\u0025\u0064\u0029\u0020\u002d\u003e\u0020%\u0064",_efa +1,_eda .ObjectNumber ,_eda .Generation ,_eda .Offset ); +_efa ++;};}; + +// IsNullObject returns true if `obj` is a PdfObjectNull. +func IsNullObject (obj PdfObject )bool {_ ,_bfeb :=TraceToDirectObject (obj ).(*PdfObjectNull );return _bfeb ;};const (StreamEncodingFilterNameFlate ="F\u006c\u0061\u0074\u0065\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameLZW ="\u004cZ\u0057\u0044\u0065\u0063\u006f\u0064e"; +StreamEncodingFilterNameDCT ="\u0044C\u0054\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRunLength ="\u0052u\u006eL\u0065\u006e\u0067\u0074\u0068\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameASCIIHex ="\u0041\u0053\u0043\u0049\u0049\u0048\u0065\u0078\u0044e\u0063\u006f\u0064\u0065"; +StreamEncodingFilterNameASCII85 ="\u0041\u0053\u0043\u0049\u0049\u0038\u0035\u0044\u0065\u0063\u006f\u0064\u0065";StreamEncodingFilterNameCCITTFax ="\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065";StreamEncodingFilterNameJBIG2 ="J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065"; +StreamEncodingFilterNameJPX ="\u004aP\u0058\u0044\u0065\u0063\u006f\u0064e";StreamEncodingFilterNameRaw ="\u0052\u0061\u0077";); + +// GetNumberAsInt64 returns the contents of `obj` as an int64 if it is an integer or float, or an +// error if it isn't. This is for cases where expecting an integer, but some implementations +// actually store the number in a floating point format. +func GetNumberAsInt64 (obj PdfObject )(int64 ,error ){switch _gcfdd :=obj .(type ){case *PdfObjectFloat :_gf .Log .Debug ("\u004e\u0075m\u0062\u0065\u0072\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u0073\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0077\u0061s\u0020\u0073\u0074\u006f\u0072\u0065\u0064\u0020\u0061\u0073\u0020\u0066\u006c\u006fa\u0074\u0020(\u0074\u0079\u0070\u0065 \u0063\u0061\u0073\u0074\u0069n\u0067\u0020\u0075\u0073\u0065\u0064\u0029"); +return int64 (*_gcfdd ),nil ;case *PdfObjectInteger :return int64 (*_gcfdd ),nil ;case *PdfObjectReference :_dfdc :=TraceToDirectObject (obj );return GetNumberAsInt64 (_dfdc );case *PdfIndirectObject :return GetNumberAsInt64 (_gcfdd .PdfObject );};return 0,ErrNotANumber ; +};func (_aabb *PdfCrypt )isEncrypted (_becg PdfObject )bool {_ ,_gcfd :=_aabb ._cae [_becg ];if _gcfd {_gf .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0065\u006e\u0063\u0072y\u0070\u0074\u0065\u0064");return true ;};_gf .Log .Trace ("\u004e\u006f\u0074\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); +return false ;};const (XrefTypeTableEntry xrefType =iota ;XrefTypeObjectStream xrefType =iota ;); + +// Len returns the number of elements in the streams. +func (_afbc *PdfObjectStreams )Len ()int {if _afbc ==nil {return 0;};return len (_afbc ._gdfde );}; // MakeStreamDict makes a new instance of an encoding dictionary for a stream object. -// Has the Filter set and the DecodeParms. -func (_dfe *LZWEncoder )MakeStreamDict ()*PdfObjectDictionary {_efeg :=MakeDict ();_efeg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_dfe .GetFilterName ()));_bcb :=_dfe .MakeDecodeParams ();if _bcb !=nil {_efeg .Set ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073",_bcb ); -};_efeg .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (int64 (_dfe .EarlyChange )));return _efeg ;};func (_edgg *PdfObjectDictionary )setWithLock (_afdcf PdfObjectName ,_egdf PdfObject ,_cfcfd bool ){if _cfcfd {_edgg ._fgcd .Lock (); -defer _edgg ._fgcd .Unlock ();};_ ,_gbeb :=_edgg ._degg [_afdcf ];if !_gbeb {_edgg ._aeba =append (_edgg ._aeba ,_afdcf );};_edgg ._degg [_afdcf ]=_egdf ;}; +func (_ddec *JPXEncoder )MakeStreamDict ()*PdfObjectDictionary {return MakeDict ()}; -// DecodeStream decodes a DCT encoded stream and returns the result as a -// slice of bytes. -func (_bca *DCTEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bca .DecodeBytes (streamObj .Stream );};func (_dabf *ASCII85Encoder )base256Tobase85 (_aaeg uint32 )[5]byte {_bfgc :=[5]byte {0,0,0,0,0};_bdfac :=_aaeg ;for _eddf :=0; -_eddf < 5;_eddf ++{_gfbf :=uint32 (1);for _dfgc :=0;_dfgc < 4-_eddf ;_dfgc ++{_gfbf *=85;};_bdfd :=_bdfac /_gfbf ;_bdfac =_bdfac %_gfbf ;_bfgc [_eddf ]=byte (_bdfd );};return _bfgc ;}; +// DrawableImage is same as golang image/draw's Image interface that allow drawing images. +type DrawableImage interface{ColorModel ()_gb .Model ;Bounds ()_cc .Rectangle ;At (_edegg ,_cbde int )_gb .Color ;Set (_bffe ,_ecaa int ,_caac _gb .Color );}; -// GetXrefTable returns the PDFs xref table. -func (_ggc *PdfParser )GetXrefTable ()XrefTable {return _ggc ._gfeb }; +// NewEncoderFromStream creates a StreamEncoder based on the stream's dictionary. +func NewEncoderFromStream (streamObj *PdfObjectStream )(StreamEncoder ,error ){_fabf :=TraceToDirectObject (streamObj .PdfObjectDictionary .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _fabf ==nil {return NewRawEncoder (),nil ;};if _ ,_eecd :=_fabf .(*PdfObjectNull ); +_eecd {return NewRawEncoder (),nil ;};_baacg ,_cffaa :=_fabf .(*PdfObjectName );if !_cffaa {_dbea ,_cdgdc :=_fabf .(*PdfObjectArray );if !_cdgdc {return nil ,_af .Errorf ("\u0066\u0069\u006c\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0072 \u0041\u0072\u0072\u0061\u0079\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _dbea .Len ()==0{return NewRawEncoder (),nil ;};if _dbea .Len ()!=1{_efdfcg ,_gbcgd :=_begd (streamObj );if _gbcgd !=nil {_gf .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u006d\u0075\u006c\u0074i\u0020\u0065\u006e\u0063\u006f\u0064\u0065r\u003a\u0020\u0025\u0076",_gbcgd ); +return nil ,_gbcgd ;};_gf .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063:\u0020\u0025\u0073\u000a",_efdfcg );return _efdfcg ,nil ;};_fabf =_dbea .Get (0);_baacg ,_cdgdc =_fabf .(*PdfObjectName );if !_cdgdc {return nil ,_af .Errorf ("\u0066\u0069l\u0074\u0065\u0072\u0020a\u0072\u0072a\u0079\u0020\u006d\u0065\u006d\u0062\u0065\u0072 \u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006fb\u006a\u0065\u0063\u0074"); +};};if _fage ,_gfgc :=_bdfe .Load (_baacg .String ());_gfgc {return _fage .(StreamEncoder ),nil ;};switch *_baacg {case StreamEncodingFilterNameFlate :return _daed (streamObj ,nil );case StreamEncodingFilterNameLZW :return _adge (streamObj ,nil );case StreamEncodingFilterNameDCT :return _ecgf (streamObj ,nil ); +case StreamEncodingFilterNameRunLength :return _bbfgc (streamObj ,nil );case StreamEncodingFilterNameASCIIHex :return NewASCIIHexEncoder (),nil ;case StreamEncodingFilterNameASCII85 ,"\u0041\u0038\u0035":return NewASCII85Encoder (),nil ;case StreamEncodingFilterNameCCITTFax :return _fbaa (streamObj ,nil ); +case StreamEncodingFilterNameJBIG2 :return _cbdc (streamObj ,nil );case StreamEncodingFilterNameJPX :return NewJPXEncoder (),nil ;};_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006fd\u0021"); +return nil ,_af .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063o\u0064i\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0028\u0025\u0073\u0029",*_baacg );}; + +// HeaderCommentBytes gets the header comment bytes. +func (_fff ParserMetadata )HeaderCommentBytes ()[4]byte {return _fff ._fccg };type limitedReadSeeker struct{_dcb _cb .ReadSeeker ;_adad int64 ;}; + +// UpdateParams updates the parameter values of the encoder. +func (_bgcdb *DCTEncoder )UpdateParams (params *PdfObjectDictionary ){_dbag ,_eag :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073"));if _eag ==nil {_bgcdb .ColorComponents =int (_dbag ); +};_eddg ,_eag :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));if _eag ==nil {_bgcdb .BitsPerComponent =int (_eddg );};_gcca ,_eag :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068")); +if _eag ==nil {_bgcdb .Width =int (_gcca );};_aee ,_eag :=GetNumberAsInt64 (params .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));if _eag ==nil {_bgcdb .Height =int (_aee );};_cdgd ,_eag :=GetNumberAsInt64 (params .Get ("\u0051u\u0061\u006c\u0069\u0074\u0079")); +if _eag ==nil {_bgcdb .Quality =int (_cdgd );};_cge ,_eddc :=GetArray (params .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));if _eddc {_bgcdb .Decode ,_eag =_cge .ToFloat64Array ();if _eag !=nil {_gf .Log .Error ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020de\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006eto\u0020\u0061r\u0072\u0061\u0079\u0073\u003a\u0020\u0025\u0076",_eag ); +};};}; + +// IsDelimiter checks if a character represents a delimiter. +func IsDelimiter (c byte )bool {return c =='('||c ==')'||c =='<'||c =='>'||c =='['||c ==']'||c =='{'||c =='}'||c =='/'||c =='%';}; -// WriteString outputs the object as it is to be written to file. -func (_ccbga *PdfObjectReference )WriteString ()string {var _bdeb _afc .Builder ;_bdeb .WriteString (_b .FormatInt (_ccbga .ObjectNumber ,10));_bdeb .WriteString ("\u0020");_bdeb .WriteString (_b .FormatInt (_ccbga .GenerationNumber ,10));_bdeb .WriteString ("\u0020\u0052"); -return _bdeb .String ();}; +// Encrypt an object with specified key. For numbered objects, +// the key argument is not used and a new one is generated based +// on the object and generation number. +// Traverses through all the subobjects (recursive). +// +// Does not look up references.. That should be done prior to calling. +func (_dgfe *PdfCrypt )Encrypt (obj PdfObject ,parentObjNum ,parentGenNum int64 )error {if _dgfe .isEncrypted (obj ){return nil ;};switch _bcbb :=obj .(type ){case *PdfIndirectObject :_dgfe ._cae [_bcbb ]=true ;_gf .Log .Trace ("\u0045\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067 \u0069\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u0025\u0064\u0020\u0025\u0064\u0020\u006f\u0062\u006a\u0021",_bcbb .ObjectNumber ,_bcbb .GenerationNumber ); +_aec :=_bcbb .ObjectNumber ;_cgba :=_bcbb .GenerationNumber ;_cgg :=_dgfe .Encrypt (_bcbb .PdfObject ,_aec ,_cgba );if _cgg !=nil {return _cgg ;};return nil ;case *PdfObjectStream :_dgfe ._cae [_bcbb ]=true ;_acbd :=_bcbb .PdfObjectDictionary ;if _baea ,_cabg :=_acbd .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName ); +_cabg &&*_baea =="\u0058\u0052\u0065\u0066"{return nil ;};_dc :=_bcbb .ObjectNumber ;_eccc :=_bcbb .GenerationNumber ;_gf .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070t\u0069\u006e\u0067\u0020\u0073t\u0072e\u0061m\u0020\u0025\u0064\u0020\u0025\u0064\u0020!",_dc ,_eccc ); +_fee :=_fgf ;if _dgfe ._ffgd .V >=4{_fee =_dgfe ._bfe ;_gf .Log .Trace ("\u0074\u0068\u0069\u0073.s\u0074\u0072\u0065\u0061\u006d\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u003d\u0020%\u0073",_dgfe ._bfe );if _dcf ,_dcc :=_acbd .Get ("\u0046\u0069\u006c\u0074\u0065\u0072").(*PdfObjectArray ); +_dcc {if _eebb ,_cgbag :=GetName (_dcf .Get (0));_cgbag {if *_eebb =="\u0043\u0072\u0079p\u0074"{_fee ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _dfe ,_ffd :=_acbd .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073").(*PdfObjectDictionary ); +_ffd {if _cfa ,_afbd :=_dfe .Get ("\u004e\u0061\u006d\u0065").(*PdfObjectName );_afbd {if _ ,_egab :=_dgfe ._fcag [string (*_cfa )];_egab {_gf .Log .Trace ("\u0055\u0073\u0069\u006eg \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020%\u0073",*_cfa ); +_fee =string (*_cfa );};};};};};};_gf .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_fee );if _fee =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};};_cad :=_dgfe .Encrypt (_bcbb .PdfObjectDictionary ,_dc ,_eccc ); +if _cad !=nil {return _cad ;};_bbbf ,_cad :=_dgfe .makeKey (_fee ,uint32 (_dc ),uint32 (_eccc ),_dgfe ._dbbe );if _cad !=nil {return _cad ;};_bcbb .Stream ,_cad =_dgfe .encryptBytes (_bcbb .Stream ,_fee ,_bbbf );if _cad !=nil {return _cad ;};_acbd .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_bcbb .Stream )))); +return nil ;case *PdfObjectString :_gf .Log .Trace ("\u0045n\u0063r\u0079\u0070\u0074\u0069\u006eg\u0020\u0073t\u0072\u0069\u006e\u0067\u0021");_eae :=_fgf ;if _dgfe ._ffgd .V >=4{_gf .Log .Trace ("\u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0066i\u006c\u0074\u0065\u0072",_dgfe ._eab ); +if _dgfe ._eab =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{return nil ;};_eae =_dgfe ._eab ;};_beee ,_acf :=_dgfe .makeKey (_eae ,uint32 (parentObjNum ),uint32 (parentGenNum ),_dgfe ._dbbe );if _acf !=nil {return _acf ;};_fab :=_bcbb .Str ();_ace :=make ([]byte ,len (_fab )); +for _efdc :=0;_efdc < len (_fab );_efdc ++{_ace [_efdc ]=_fab [_efdc ];};_gf .Log .Trace ("\u0045n\u0063\u0072\u0079\u0070\u0074\u0020\u0073\u0074\u0072\u0069\u006eg\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025\u0020\u0078",_ace ,_ace );_ace ,_acf =_dgfe .encryptBytes (_ace ,_eae ,_beee ); +if _acf !=nil {return _acf ;};_bcbb ._addg =string (_ace );return nil ;case *PdfObjectArray :for _ ,_afba :=range _bcbb .Elements (){_faca :=_dgfe .Encrypt (_afba ,parentObjNum ,parentGenNum );if _faca !=nil {return _faca ;};};return nil ;case *PdfObjectDictionary :_ead :=false ; +if _dee :=_bcbb .Get ("\u0054\u0079\u0070\u0065");_dee !=nil {_bfd ,_deea :=_dee .(*PdfObjectName );if _deea &&*_bfd =="\u0053\u0069\u0067"{_ead =true ;};};for _ ,_ded :=range _bcbb .Keys (){_bbbe :=_bcbb .Get (_ded );if _ead &&string (_ded )=="\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"{continue ; +};if string (_ded )!="\u0050\u0061\u0072\u0065\u006e\u0074"&&string (_ded )!="\u0050\u0072\u0065\u0076"&&string (_ded )!="\u004c\u0061\u0073\u0074"{_becgf :=_dgfe .Encrypt (_bbbe ,parentObjNum ,parentGenNum );if _becgf !=nil {return _becgf ;};};};return nil ; +};return nil ;}; // Update updates multiple keys and returns the dictionary back so can be used in a chained fashion. -func (_dffdd *PdfObjectDictionary )Update (objmap map[string ]PdfObject )*PdfObjectDictionary {_dffdd ._fgcd .Lock ();defer _dffdd ._fgcd .Unlock ();for _accfb ,_ddabg :=range objmap {_dffdd .setWithLock (PdfObjectName (_accfb ),_ddabg ,false );};return _dffdd ; +func (_badc *PdfObjectDictionary )Update (objmap map[string ]PdfObject )*PdfObjectDictionary {_badc ._fefbg .Lock ();defer _badc ._fefbg .Unlock ();for _cadfg ,_aeaf :=range objmap {_badc .setWithLock (PdfObjectName (_cadfg ),_aeaf ,false );};return _badc ; }; -// GetAccessPermissions returns the PDF access permissions as an AccessPermissions object. -func (_bfa *PdfCrypt )GetAccessPermissions ()_fc .Permissions {return _bfa ._gce .P }; +// HasOddLengthHexStrings checks if the document has odd length hexadecimal strings. +func (_gfgb ParserMetadata )HasOddLengthHexStrings ()bool {return _gfgb ._add }; -// String returns a string describing `array`. -func (_aaaac *PdfObjectArray )String ()string {_facb :="\u005b";for _cagfa ,_efea :=range _aaaac .Elements (){_facb +=_efea .String ();if _cagfa < (_aaaac .Len ()-1){_facb +="\u002c\u0020";};};_facb +="\u005d";return _facb ;}; +// JBIG2Image is the image structure used by the jbig2 encoder. Its Data must be in a +// 1 bit per component and 1 component per pixel (1bpp). In order to create binary image +// use GoImageToJBIG2 function. If the image data contains the row bytes padding set the HasPadding to true. +type JBIG2Image struct{ -// MakeStream creates an PdfObjectStream with specified contents and encoding. If encoding is nil, then raw encoding -// will be used (i.e. no encoding applied). -func MakeStream (contents []byte ,encoder StreamEncoder )(*PdfObjectStream ,error ){_bagd :=&PdfObjectStream {};if encoder ==nil {encoder =NewRawEncoder ();};_bagd .PdfObjectDictionary =encoder .MakeStreamDict ();_gfbe ,_bbceb :=encoder .EncodeBytes (contents ); -if _bbceb !=nil {return nil ,_bbceb ;};_bagd .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gfbe ))));_bagd .Stream =_gfbe ;return _bagd ,nil ;}; +// Width and Height defines the image boundaries. +Width ,Height int ; -// HasInvalidSubsectionHeader implements core.ParserMetadata interface. -func (_cdbc ParserMetadata )HasInvalidSubsectionHeader ()bool {return _cdbc ._dcb };func (_agca *PdfCrypt )loadCryptFilters (_bad *PdfObjectDictionary )error {_agca ._ceaa =cryptFilters {};_fac :=_bad .Get ("\u0043\u0046");_fac =TraceToDirectObject (_fac ); -if _dbbg ,_cbe :=_fac .(*PdfObjectReference );_cbe {_efc ,_daa :=_agca ._cagb .LookupByReference (*_dbbg );if _daa !=nil {_eg .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u006f\u006b\u0069\u006e\u0067\u0020\u0075\u0070\u0020\u0043\u0046\u0020\u0072\u0065\u0066\u0065\u0072en\u0063\u0065"); -return _daa ;};_fac =TraceToDirectObject (_efc );};_dea ,_feea :=_fac .(*PdfObjectDictionary );if !_feea {_eg .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0043\u0046\u002c \u0074\u0079\u0070\u0065: \u0025\u0054",_fac );return _a .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0046"); -};for _ ,_dfa :=range _dea .Keys (){_cgf :=_dea .Get (_dfa );if _ecg ,_eeed :=_cgf .(*PdfObjectReference );_eeed {_gec ,_cfb :=_agca ._cagb .LookupByReference (*_ecg );if _cfb !=nil {_eg .Log .Debug ("\u0045\u0072ro\u0072\u0020\u006co\u006f\u006b\u0075\u0070 up\u0020di\u0063\u0074\u0069\u006f\u006e\u0061\u0072y \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065"); -return _cfb ;};_cgf =TraceToDirectObject (_gec );};_cgff ,_eda :=_cgf .(*PdfObjectDictionary );if !_eda {return _bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006e \u0043\u0046\u0020\u0028\u006e\u0061\u006d\u0065\u0020\u0025\u0073\u0029\u0020-\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0062\u0075\u0074\u0020\u0025\u0054",_dfa ,_cgf ); -};if _dfa =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u002d\u0020\u0043\u0061\u006e\u006e\u006f\u0074\u0020\u006f\u0076\u0065\u0072\u0077r\u0069\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0069d\u0065\u006e\u0074\u0069\u0074\u0079\u0020\u0066\u0069\u006c\u0074\u0065\u0072 \u002d\u0020\u0054\u0072\u0079\u0069n\u0067\u0020\u006ee\u0078\u0074"); -continue ;};var _fgc _dg .FilterDict ;if _ccfd :=_aae (&_fgc ,_cgff );_ccfd !=nil {return _ccfd ;};_ggdg ,_cgb :=_dg .NewFilter (_fgc );if _cgb !=nil {return _cgb ;};_agca ._ceaa [string (_dfa )]=_ggdg ;};_agca ._ceaa ["\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"]=_dg .NewIdentity (); -_agca ._fcf ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _caf ,_gda :=_bad .Get ("\u0053\u0074\u0072\u0046").(*PdfObjectName );_gda {if _ ,_bebg :=_agca ._ceaa [string (*_caf )];!_bebg {return _bf .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u0072\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_caf ); -};_agca ._fcf =string (*_caf );};_agca ._fde ="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079";if _bab ,_fgfc :=_bad .Get ("\u0053\u0074\u006d\u0046").(*PdfObjectName );_fgfc {if _ ,_ggfa :=_agca ._ceaa [string (*_bab )];!_ggfa {return _bf .Errorf ("\u0063\u0072\u0079\u0070t\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0066o\u0072\u0020\u0053\u0074\u006d\u0046\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064\u0020\u0069\u006e\u0020C\u0046\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0073\u0029",*_bab ); -};_agca ._fde =string (*_bab );};return nil ;}; +// Data is the byte slice data for the input image +Data []byte ; -// String returns a string describing `stream`. -func (_bdeeg *PdfObjectStream )String ()string {return _bf .Sprintf ("O\u0062j\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0025\u0064: \u0025\u0073",_bdeeg .ObjectNumber ,_bdeeg .PdfObjectDictionary );};func (_fdea *offsetReader )Read (p []byte )(_eebaf int ,_cccc error ){return _fdea ._dbcbf .Read (p )}; -var _abe =_de .MustCompile ("\u005b\\\u0072\u005c\u006e\u005d\u005c\u0073\u002a\u0028\u0078\u0072\u0065f\u0029\u005c\u0073\u002a\u005b\u005c\u0072\u005c\u006e\u005d"); +// HasPadding is the attribute that defines if the last byte of the data in the row contains +// 0 bits padding. +HasPadding bool ;}; -// GetXrefType returns the type of the first xref object (table or stream). -func (_cbed *PdfParser )GetXrefType ()*xrefType {return _cbed ._bdcf };func _afb (_ebe int )cryptFilters {return cryptFilters {_gcgd :_dg .NewFilterV2 (_ebe )}}; +// Decrypt attempts to decrypt the PDF file with a specified password. Also tries to +// decrypt with an empty password. Returns true if successful, false otherwise. +// An error is returned when there is a problem with decrypting. +func (_cfcd *PdfParser )Decrypt (password []byte )(bool ,error ){if _cfcd ._bcgfc ==nil {return false ,_d .New ("\u0063\u0068\u0065\u0063k \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u0072s\u0074");};_fbefc ,_ddcbd :=_cfcd ._bcgfc .authenticate (password ); +if _ddcbd !=nil {return false ,_ddcbd ;};if !_fbefc {_fbefc ,_ddcbd =_cfcd ._bcgfc .authenticate ([]byte (""));};return _fbefc ,_ddcbd ;}; -// IsHexadecimal checks if the PdfObjectString contains Hexadecimal data. -func (_edcb *PdfObjectString )IsHexadecimal ()bool {return _edcb ._eecac }; +// GetAsFloat64Slice returns the array as []float64 slice. +// Returns an error if not entirely numeric (only PdfObjectIntegers, PdfObjectFloats). +func (_gff *PdfObjectArray )GetAsFloat64Slice ()([]float64 ,error ){var _dbgd []float64 ;for _ ,_cggd :=range _gff .Elements (){_fgba ,_eebbf :=GetNumberAsFloat (TraceToDirectObject (_cggd ));if _eebbf !=nil {return nil ,_af .Errorf ("\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0075m\u0062\u0065\u0072"); +};_dbgd =append (_dbgd ,_fgba );};return _dbgd ,nil ;};func (_egaa *PdfParser )checkLinearizedInformation (_bbadb *PdfObjectDictionary )(bool ,error ){var _ddeba error ;_egaa ._gced ,_ddeba =GetNumberAsInt64 (_bbadb .Get ("\u004c"));if _ddeba !=nil {return false ,_ddeba ; +};_ddeba =_egaa .seekToEOFMarker (_egaa ._gced );switch _ddeba {case nil :return true ,nil ;case _cagf :return false ,nil ;default:return false ,_ddeba ;};}; -// MakeStringFromBytes creates an PdfObjectString from a byte array. -// This is more natural than MakeString as `data` is usually not utf-8 encoded. -func MakeStringFromBytes (data []byte )*PdfObjectString {return MakeString (string (data ))};func _ceag (_cagc uint ,_fdec ,_efegf float64 )float64 {return (_fdec +(float64 (_cagc )*(_efegf -_fdec )/255))*255;}; +// Get returns the PdfObject corresponding to the specified key. +// Returns a nil value if the key is not set. +func (_gfbb *PdfObjectDictionary )Get (key PdfObjectName )PdfObject {_gfbb ._fefbg .Lock ();defer _gfbb ._fefbg .Unlock ();_gbcfd ,_faac :=_gfbb ._cgdb [key ];if !_faac {return nil ;};return _gbcfd ;}; -// IsWhiteSpace checks if byte represents a white space character. -func IsWhiteSpace (ch byte )bool {if (ch ==0x00)||(ch ==0x09)||(ch ==0x0A)||(ch ==0x0C)||(ch ==0x0D)||(ch ==0x20){return true ;};return false ;}; +// MakeHexString creates an PdfObjectString from a string intended for output as a hexadecimal string. +func MakeHexString (s string )*PdfObjectString {_fced :=PdfObjectString {_addg :s ,_ffff :true };return &_fced ;};func (_gca *PdfParser )parseBool ()(PdfObjectBool ,error ){_dbdcf ,_dfcf :=_gca ._fdc .Peek (4);if _dfcf !=nil {return PdfObjectBool (false ),_dfcf ; +};if (len (_dbdcf )>=4)&&(string (_dbdcf [:4])=="\u0074\u0072\u0075\u0065"){_gca ._fdc .Discard (4);return PdfObjectBool (true ),nil ;};_dbdcf ,_dfcf =_gca ._fdc .Peek (5);if _dfcf !=nil {return PdfObjectBool (false ),_dfcf ;};if (len (_dbdcf )>=5)&&(string (_dbdcf [:5])=="\u0066\u0061\u006cs\u0065"){_gca ._fdc .Discard (5); +return PdfObjectBool (false ),nil ;};return PdfObjectBool (false ),_d .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on the current encoder settings. -func (_fcbd *JBIG2Encoder )MakeDecodeParams ()PdfObject {return MakeDict ()}; +// GetString returns the *PdfObjectString represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetString (obj PdfObject )(_bccfb *PdfObjectString ,_fcaga bool ){_bccfb ,_fcaga =TraceToDirectObject (obj ).(*PdfObjectString );return _bccfb ,_fcaga ;};var _dffb =[]PdfObjectName {"\u0056","\u0052","\u004f","\u0055","\u0050"}; -// PdfObjectArray represents the primitive PDF array object. -type PdfObjectArray struct{_cgef []PdfObject }; +// MultiEncoder supports serial encoding. +type MultiEncoder struct{_fcge []StreamEncoder }; -// GetAsFloat64Slice returns the array as []float64 slice. -// Returns an error if not entirely numeric (only PdfObjectIntegers, PdfObjectFloats). -func (_ecdee *PdfObjectArray )GetAsFloat64Slice ()([]float64 ,error ){var _dege []float64 ;for _ ,_baabf :=range _ecdee .Elements (){_cabc ,_ffffb :=GetNumberAsFloat (TraceToDirectObject (_baabf ));if _ffffb !=nil {return nil ,_bf .Errorf ("\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006c\u0065\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0075m\u0062\u0065\u0072"); -};_dege =append (_dege ,_cabc );};return _dege ,nil ;}; +// Set sets the PdfObject at index i of the array. An error is returned if the index is outside bounds. +func (_gagg *PdfObjectArray )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_gagg ._dcgec ){return _d .New ("\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_gagg ._dcgec [i ]=obj ;return nil ;}; -// SetImage sets the image base for given flate encoder. -func (_fea *FlateEncoder )SetImage (img *_gg .ImageBase ){_fea ._dagb =img }; +// DecodeStream decodes RunLengthEncoded stream object and give back decoded bytes. +func (_gbec *RunLengthEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _gbec .DecodeBytes (streamObj .Stream );}; -// Decrypt attempts to decrypt the PDF file with a specified password. Also tries to -// decrypt with an empty password. Returns true if successful, false otherwise. -// An error is returned when there is a problem with decrypting. -func (_dfaba *PdfParser )Decrypt (password []byte )(bool ,error ){if _dfaba ._bbaead ==nil {return false ,_a .New ("\u0063\u0068\u0065\u0063k \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u0072s\u0074");};_eaadb ,_cbade :=_dfaba ._bbaead .authenticate (password ); -if _cbade !=nil {return false ,_cbade ;};if !_eaadb {_eaadb ,_cbade =_dfaba ._bbaead .authenticate ([]byte (""));};return _eaadb ,_cbade ;}; +// GetNumbersAsFloat converts a list of pdf objects representing floats or integers to a slice of +// float64 values. +func GetNumbersAsFloat (objects []PdfObject )(_aefcb []float64 ,_afda error ){for _ ,_fada :=range objects {_gadb ,_gdbcb :=GetNumberAsFloat (_fada );if _gdbcb !=nil {return nil ,_gdbcb ;};_aefcb =append (_aefcb ,_gadb );};return _aefcb ,nil ;}; -// DecodeStream decodes the stream data and returns the decoded data. -// An error is returned upon failure. -func DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_gcgb ,_ccabdg :=NewEncoderFromStream (streamObj );if _ccabdg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ccabdg ); -return nil ,_ccabdg ;};_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076\u000a",_gcgb );_abdaa ,_ccabdg :=_gcgb .DecodeStream (streamObj );if _ccabdg !=nil {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006f\u0064\u0069n\u0067\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ccabdg ); -return nil ,_ccabdg ;};return _abdaa ,nil ;};func (_dfegc *PdfParser )repairSeekXrefMarker ()error {_fffe ,_adccd :=_dfegc ._eaee .Seek (0,_eb .SeekEnd );if _adccd !=nil {return _adccd ;};_cdge :=_de .MustCompile ("\u005cs\u0078\u0072\u0065\u0066\u005c\u0073*"); -var _cffg int64 ;var _cbaf int64 =1000;for _cffg < _fffe {if _fffe <=(_cbaf +_cffg ){_cbaf =_fffe -_cffg ;};_ ,_eefce :=_dfegc ._eaee .Seek (-_cffg -_cbaf ,_eb .SeekEnd );if _eefce !=nil {return _eefce ;};_fgdaa :=make ([]byte ,_cbaf );_dfegc ._eaee .Read (_fgdaa ); -_eg .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0078\u0072\u0065\u0066\u0020\u003a\u0020\u0022\u0025\u0073\u0022",string (_fgdaa ));_gcfea :=_cdge .FindAllStringIndex (string (_fgdaa ),-1);if _gcfea !=nil {_edbfg :=_gcfea [len (_gcfea )-1]; -_eg .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_gcfea );_dfegc ._eaee .Seek (-_cffg -_cbaf +int64 (_edbfg [0]),_eb .SeekEnd );_dfegc ._dgca =_bb .NewReader (_dfegc ._eaee );for {_cafe ,_ffbf :=_dfegc ._dgca .Peek (1);if _ffbf !=nil {return _ffbf ; -};_eg .Log .Trace ("\u0042\u003a\u0020\u0025\u0064\u0020\u0025\u0063",_cafe [0],_cafe [0]);if !IsWhiteSpace (_cafe [0]){break ;};_dfegc ._dgca .Discard (1);};return nil ;};_eg .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_cffg +=_cbaf ;};_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074a\u0062\u006c\u0065\u0020\u006d\u0061r\u006b\u0065\u0072\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u002e"); -return _a .New ("\u0078r\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020");}; +// GetName returns the *PdfObjectName represented by the PdfObject directly or indirectly within an indirect +// object. On type mismatch the found bool flag is false and a nil pointer is returned. +func GetName (obj PdfObject )(_eadbc *PdfObjectName ,_ggab bool ){_eadbc ,_ggab =TraceToDirectObject (obj ).(*PdfObjectName );return _eadbc ,_ggab ;}; + +// ToGoImage converts the JBIG2Image to the golang image.Image. +func (_bbade *JBIG2Image )ToGoImage ()(_cc .Image ,error ){const _ecgfg ="J\u0042I\u0047\u0032\u0049\u006d\u0061\u0067\u0065\u002eT\u006f\u0047\u006f\u0049ma\u0067\u0065";if _bbade .Data ==nil {return nil ,_ag .Error (_ecgfg ,"\u0069\u006d\u0061\u0067e \u0064\u0061\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); +};if _bbade .Width ==0||_bbade .Height ==0{return nil ,_ag .Error (_ecgfg ,"\u0069\u006d\u0061\u0067\u0065\u0020h\u0065\u0069\u0067\u0068\u0074\u0020\u006f\u0072\u0020\u0077\u0069\u0064\u0074h\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};_fagb ,_gda :=_bb .NewImage (_bbade .Width ,_bbade .Height ,1,1,_bbade .Data ,nil ,nil );if _gda !=nil {return nil ,_gda ;};return _fagb ,nil ;}; + +// GetObjectStreams returns the *PdfObjectStreams represented by the PdfObject. On type mismatch the found bool flag is +// false and a nil pointer is returned. +func GetObjectStreams (obj PdfObject )(_adfea *PdfObjectStreams ,_cgfg bool ){_adfea ,_cgfg =obj .(*PdfObjectStreams );return _adfea ,_cgfg ;}; + +// GetNumberAsFloat returns the contents of `obj` as a float if it is an integer or float, or an +// error if it isn't. +func GetNumberAsFloat (obj PdfObject )(float64 ,error ){switch _dcbc :=obj .(type ){case *PdfObjectFloat :return float64 (*_dcbc ),nil ;case *PdfObjectInteger :return float64 (*_dcbc ),nil ;case *PdfObjectReference :_gbef :=TraceToDirectObject (obj );return GetNumberAsFloat (_gbef ); +case *PdfIndirectObject :return GetNumberAsFloat (_dcbc .PdfObject );};return 0,ErrNotANumber ;}; // LZWEncoder provides LZW encoding/decoding functionality. type LZWEncoder struct{Predictor int ;BitsPerComponent int ; @@ -1605,241 +1457,392 @@ Columns int ;Colors int ; // LZW algorithm setting. EarlyChange int ;}; -// UpdateParams updates the parameter values of the encoder. -func (_ecdf *ASCII85Encoder )UpdateParams (params *PdfObjectDictionary ){}; +// PdfObject is an interface which all primitive PDF objects must implement. +type PdfObject interface{ -// NewJPXEncoder returns a new instance of JPXEncoder. -func NewJPXEncoder ()*JPXEncoder {return &JPXEncoder {}};func _dafd (_geff string )(PdfObjectReference ,error ){_efff :=PdfObjectReference {};_aead :=_adgc .FindStringSubmatch (_geff );if len (_aead )< 3{_eg .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -return _efff ,_a .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e");};_dbgd ,_ :=_b .Atoi (_aead [1]);_edbfd ,_ :=_b .Atoi (_aead [2]);_efff .ObjectNumber =int64 (_dbgd );_efff .GenerationNumber =int64 (_edbfd ); -return _efff ,nil ;}; +// String outputs a string representation of the primitive (for debugging). +String ()string ; -// UpdateParams updates the parameter values of the encoder. -func (_afg *LZWEncoder )UpdateParams (params *PdfObjectDictionary ){_afgc ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _fdfg ==nil {_afg .Predictor =int (_afgc );};_adca ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -if _fdfg ==nil {_afg .BitsPerComponent =int (_adca );};_adga ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _fdfg ==nil {_afg .Columns =int (_adga );};_gfgc ,_fdfg :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); -if _fdfg ==nil {_afg .Colors =int (_gfgc );};_eefe ,_fdfg :=GetNumberAsInt64 (params .Get ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065"));if _fdfg ==nil {_afg .EarlyChange =int (_eefe );};}; +// WriteString outputs the PDF primitive as written to file as expected by the standard. +// TODO(dennwc): it should return a byte slice, or accept a writer +WriteString ()string ;}; -// WriteString outputs the object as it is to be written to file. -func (_defb *PdfObjectDictionary )WriteString ()string {var _cafbc _afc .Builder ;_cafbc .WriteString ("\u003c\u003c");for _ ,_gabf :=range _defb ._aeba {_cccdb :=_defb ._degg [_gabf ];_cafbc .WriteString (_gabf .WriteString ());_cafbc .WriteString ("\u0020"); -_cafbc .WriteString (_cccdb .WriteString ());};_cafbc .WriteString ("\u003e\u003e");return _cafbc .String ();}; +// ReadAtLeast reads at least n bytes into slice p. +// Returns the number of bytes read (should always be == n), and an error on failure. +func (_cecd *PdfParser )ReadAtLeast (p []byte ,n int )(int ,error ){_afef :=n ;_bfga :=0;_bdcbc :=0;for _afef > 0{_ggdg ,_gdegd :=_cecd ._fdc .Read (p [_bfga :]);if _gdegd !=nil {_gf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ggdg ,_bdcbc ,_gdegd .Error ()); +return _bfga ,_d .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_bdcbc ++;_bfga +=_ggdg ;_afef -=_ggdg ;};return _bfga ,nil ;};func (_dbg *PdfParser )lookupObjectViaOS (_bf int ,_dg int )(PdfObject ,error ){var _aa *_gbg .Reader ; +var _cgc objectStream ;var _gfe bool ;_cgc ,_gfe =_dbg ._feaf [_bf ];if !_gfe {_fc ,_ggf :=_dbg .LookupByNumber (_bf );if _ggf !=nil {_gf .Log .Debug ("\u004d\u0069ss\u0069\u006e\u0067 \u006f\u0062\u006a\u0065ct \u0073tr\u0065\u0061\u006d\u0020\u0077\u0069\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u0020%\u0064",_bf ); +return nil ,_ggf ;};_cee ,_bd :=_fc .(*PdfObjectStream );if !_bd {return nil ,_d .New ("i\u006e\u0076\u0061\u006cid\u0020o\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0072\u0065\u0061\u006d");};if _dbg ._bcgfc !=nil &&!_dbg ._bcgfc .isDecrypted (_cee ){return nil ,_d .New ("\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0064\u0065\u0063r\u0079\u0070\u0074\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d"); +};_ffg :=_cee .PdfObjectDictionary ;_gf .Log .Trace ("\u0073o\u0020\u0064\u003a\u0020\u0025\u0073\n",_ffg .String ());_ebc ,_bd :=_ffg .Get ("\u0054\u0079\u0070\u0065").(*PdfObjectName );if !_bd {_gf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0061\u006c\u0077\u0061\u0079\u0073\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054\u0079\u0070\u0065"); +return nil ,_d .New ("\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020T\u0079\u0070\u0065");};if _cf .ToLower (string (*_ebc ))!="\u006f\u0062\u006a\u0073\u0074\u006d"{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u0074\u0079\u0070\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0077\u0061\u0079\u0073 \u0062\u0065\u0020\u004f\u0062\u006a\u0053\u0074\u006d\u0020\u0021"); +return nil ,_d .New ("\u006f\u0062\u006a\u0065c\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074y\u0070e\u0020\u0021\u003d\u0020\u004f\u0062\u006aS\u0074\u006d");};N ,_bd :=_ffg .Get ("\u004e").(*PdfObjectInteger );if !_bd {return nil ,_d .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020i\u006e\u0020\u0073\u0074\u0072\u0065\u0061m\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_be ,_bd :=_ffg .Get ("\u0046\u0069\u0072s\u0074").(*PdfObjectInteger );if !_bd {return nil ,_d .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0046\u0069\u0072\u0073\u0074\u0020i\u006e \u0073t\u0072e\u0061\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_gf .Log .Trace ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u0020\u006eu\u006d\u0062\u0065\u0072\u0020\u006f\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0064",_ebc ,*N );_ab ,_ggf :=DecodeStream (_cee );if _ggf !=nil {return nil ,_ggf ; +};_gf .Log .Trace ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_ab );_gac :=_dbg .GetFileOffset ();defer func (){_dbg .SetFileOffset (_gac )}();_aa =_gbg .NewReader (_ab );_dbg ._fdc =_gc .NewReader (_aa );_gf .Log .Trace ("\u0050a\u0072s\u0069\u006e\u0067\u0020\u006ff\u0066\u0073e\u0074\u0020\u006d\u0061\u0070"); +_dbd :=map[int ]int64 {};for _cbb :=0;_cbb < int (*N );_cbb ++{_dbg .skipSpaces ();_ed ,_cd :=_dbg .parseNumber ();if _cd !=nil {return nil ,_cd ;};_ba ,_bg :=_ed .(*PdfObjectInteger );if !_bg {return nil ,_d .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); +};_dbg .skipSpaces ();_ed ,_cd =_dbg .parseNumber ();if _cd !=nil {return nil ,_cd ;};_gd ,_bg :=_ed .(*PdfObjectInteger );if !_bg {return nil ,_d .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073t\u0072e\u0061m\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0074\u0061\u0062\u006c\u0065"); +};_gf .Log .Trace ("\u006f\u0062j\u0020\u0025\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0025\u0064",*_ba ,*_gd );_dbd [int (*_ba )]=int64 (*_be +*_gd );};_cgc =objectStream {N :int (*N ),_aeb :_ab ,_ce :_dbd };_dbg ._feaf [_bf ]=_cgc ;}else {_dbb :=_dbg .GetFileOffset (); +defer func (){_dbg .SetFileOffset (_dbb )}();_aa =_gbg .NewReader (_cgc ._aeb );_dbg ._fdc =_gc .NewReader (_aa );};_ffc :=_cgc ._ce [_dg ];_gf .Log .Trace ("\u0041\u0043\u0054\u0055AL\u0020\u006f\u0066\u0066\u0073\u0065\u0074\u005b\u0025\u0064\u005d\u0020\u003d\u0020%\u0064",_dg ,_ffc ); +_aa .Seek (_ffc ,_cb .SeekStart );_dbg ._fdc =_gc .NewReader (_aa );_ea ,_ :=_dbg ._fdc .Peek (100);_gf .Log .Trace ("\u004f\u0042\u004a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_ea ));_fde ,_cag :=_dbg .parseObject ();if _cag !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c \u0074\u006f\u0020\u0072\u0065\u0061\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_cag ); +return nil ,_cag ;};if _fde ==nil {return nil ,_d .New ("o\u0062\u006a\u0065\u0063t \u0063a\u006e\u006e\u006f\u0074\u0020b\u0065\u0020\u006e\u0075\u006c\u006c");};_egf :=PdfIndirectObject {};_egf .ObjectNumber =int64 (_dg );_egf .PdfObject =_fde ;_egf ._gcdb =_dbg ; +return &_egf ,nil ;};func _aaeb (_dffcb *PdfObjectDictionary )(_agdda *_bb .ImageBase ){var (_fedag *PdfObjectInteger ;_gdfaa bool ;);if _fedag ,_gdfaa =_dffcb .Get ("\u0057\u0069\u0064t\u0068").(*PdfObjectInteger );_gdfaa {_agdda =&_bb .ImageBase {Width :int (*_fedag )}; +}else {return nil ;};if _fedag ,_gdfaa =_dffcb .Get ("\u0048\u0065\u0069\u0067\u0068\u0074").(*PdfObjectInteger );_gdfaa {_agdda .Height =int (*_fedag );};if _fedag ,_gdfaa =_dffcb .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074").(*PdfObjectInteger ); +_gdfaa {_agdda .BitsPerComponent =int (*_fedag );};if _fedag ,_gdfaa =_dffcb .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073").(*PdfObjectInteger );_gdfaa {_agdda .ColorComponents =int (*_fedag );};return _agdda ; +};const (JB2Generic JBIG2CompressionType =iota ;JB2SymbolCorrelation ;JB2SymbolRankHaus ;); + +// FlateEncoder represents Flate encoding. +type FlateEncoder struct{Predictor int ;BitsPerComponent int ; + +// For predictors +Columns int ;Rows int ;Colors int ;_dgg *_bb .ImageBase ;};func _ec (_eec PdfObject )(int64 ,int64 ,error ){if _acg ,_aab :=_eec .(*PdfIndirectObject );_aab {return _acg .ObjectNumber ,_acg .GenerationNumber ,nil ;};if _ffb ,_gbb :=_eec .(*PdfObjectStream ); +_gbb {return _ffb .ObjectNumber ,_ffb .GenerationNumber ,nil ;};return 0,0,_d .New ("\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u002f\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062je\u0063\u0074");}; + +// String returns a string describing `d`. +func (_bece *PdfObjectDictionary )String ()string {var _dbda _cf .Builder ;_dbda .WriteString ("\u0044\u0069\u0063t\u0028");for _ ,_bcgde :=range _bece ._gaccg {_aedfc :=_bece ._cgdb [_bcgde ];_dbda .WriteString ("\u0022"+_bcgde .String ()+"\u0022\u003a\u0020"); +_dbda .WriteString (_aedfc .String ());_dbda .WriteString ("\u002c\u0020");};_dbda .WriteString ("\u0029");return _dbda .String ();}; + +// ReadBytesAt reads byte content at specific offset and length within the PDF. +func (_aega *PdfParser )ReadBytesAt (offset ,len int64 )([]byte ,error ){_bebc :=_aega .GetFileOffset ();_ ,_dece :=_aega ._bcdda .Seek (offset ,_cb .SeekStart );if _dece !=nil {return nil ,_dece ;};_cbce :=make ([]byte ,len );_ ,_dece =_cb .ReadAtLeast (_aega ._bcdda ,_cbce ,int (len )); +if _dece !=nil {return nil ,_dece ;};_aega .SetFileOffset (_bebc );return _cbce ,nil ;}; + +// EncodeBytes implements support for LZW encoding. Currently not supporting predictors (raw compressed data only). +// Only supports the Early change = 1 algorithm (compress/lzw) as the other implementation +// does not have a write method. +// TODO: Consider refactoring compress/lzw to allow both. +func (_aga *LZWEncoder )EncodeBytes (data []byte )([]byte ,error ){if _aga .Predictor !=1{return nil ,_af .Errorf ("\u004c\u005aW \u0050\u0072\u0065d\u0069\u0063\u0074\u006fr =\u00201 \u006f\u006e\u006c\u0079\u0020\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0079e\u0074"); +};if _aga .EarlyChange ==1{return nil ,_af .Errorf ("\u004c\u005a\u0057\u0020\u0045\u0061\u0072\u006c\u0079\u0020\u0043\u0068\u0061n\u0067\u0065\u0020\u003d\u0020\u0030 \u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0079\u0065\u0074"); +};var _egcc _gbg .Buffer ;_agd :=_ae .NewWriter (&_egcc ,_ae .MSB ,8);_agd .Write (data );_agd .Close ();return _egcc .Bytes (),nil ;}; // MakeDecodeParams makes a new instance of an encoding dictionary based on // the current encoder settings. -func (_gfee *RunLengthEncoder )MakeDecodeParams ()PdfObject {return nil }; +func (_egge *RunLengthEncoder )MakeDecodeParams ()PdfObject {return nil }; -// EqualObjects returns true if `obj1` and `obj2` have the same contents. -// -// NOTE: It is a good idea to flatten obj1 and obj2 with FlattenObject before calling this function -// so that contents, rather than references, can be compared. -func EqualObjects (obj1 ,obj2 PdfObject )bool {return _gddef (obj1 ,obj2 ,0)};func (_ffcbg *PdfObjectFloat )String ()string {return _bf .Sprintf ("\u0025\u0066",*_ffcbg )}; +// SetImage sets the image base for given flate encoder. +func (_adb *FlateEncoder )SetImage (img *_bb .ImageBase ){_adb ._dgg =img }; -// GetIndirect returns the *PdfIndirectObject represented by the PdfObject. On type mismatch the found bool flag is +// PdfIndirectObject represents the primitive PDF indirect object. +type PdfIndirectObject struct{PdfObjectReference ;PdfObject ;}; + +// DecodeStream implements ASCII hex decoding. +func (_bebd *ASCIIHexEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){return _bebd .DecodeBytes (streamObj .Stream );}; + +// Str returns the string value of the PdfObjectString. Defined in addition to String() function to clarify that +// this function returns the underlying string directly, whereas the String function technically could include +// debug info. +func (_ebfda *PdfObjectString )Str ()string {return _ebfda ._addg };func (_fgeba *PdfParser )parseString ()(*PdfObjectString ,error ){_fgeba ._fdc .ReadByte ();var _dcad _gbg .Buffer ;_cddeb :=1;for {_acge ,_gbfg :=_fgeba ._fdc .Peek (1);if _gbfg !=nil {return MakeString (_dcad .String ()),_gbfg ; +};if _acge [0]=='\\'{_fgeba ._fdc .ReadByte ();_bgca ,_edfa :=_fgeba ._fdc .ReadByte ();if _edfa !=nil {return MakeString (_dcad .String ()),_edfa ;};if IsOctalDigit (_bgca ){_bdgb ,_ecec :=_fgeba ._fdc .Peek (2);if _ecec !=nil {return MakeString (_dcad .String ()),_ecec ; +};var _bcff []byte ;_bcff =append (_bcff ,_bgca );for _ ,_cgdce :=range _bdgb {if IsOctalDigit (_cgdce ){_bcff =append (_bcff ,_cgdce );}else {break ;};};_fgeba ._fdc .Discard (len (_bcff )-1);_gf .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_bcff ); +_ceeeb ,_ecec :=_db .ParseUint (string (_bcff ),8,32);if _ecec !=nil {return MakeString (_dcad .String ()),_ecec ;};_dcad .WriteByte (byte (_ceeeb ));continue ;};switch _bgca {case 'n':_dcad .WriteRune ('\n');case 'r':_dcad .WriteRune ('\r');case 't':_dcad .WriteRune ('\t'); +case 'b':_dcad .WriteRune ('\b');case 'f':_dcad .WriteRune ('\f');case '(':_dcad .WriteRune ('(');case ')':_dcad .WriteRune (')');case '\\':_dcad .WriteRune ('\\');};continue ;}else if _acge [0]=='('{_cddeb ++;}else if _acge [0]==')'{_cddeb --;if _cddeb ==0{_fgeba ._fdc .ReadByte (); +break ;};};_eecaa ,_ :=_fgeba ._fdc .ReadByte ();_dcad .WriteByte (_eecaa );};return MakeString (_dcad .String ()),nil ;}; + +// GetStream returns the *PdfObjectStream represented by the PdfObject. On type mismatch the found bool flag is // false and a nil pointer is returned. -func GetIndirect (obj PdfObject )(_cfge *PdfIndirectObject ,_acfb bool ){obj =ResolveReference (obj );_cfge ,_acfb =obj .(*PdfIndirectObject );return _cfge ,_acfb ;}; +func GetStream (obj PdfObject )(_fgde *PdfObjectStream ,_adgf bool ){obj =ResolveReference (obj );_fgde ,_adgf =obj .(*PdfObjectStream );return _fgde ,_adgf ;}; -// NewCCITTFaxEncoder makes a new CCITTFax encoder. -func NewCCITTFaxEncoder ()*CCITTFaxEncoder {return &CCITTFaxEncoder {Columns :1728,EndOfBlock :true }};func (_cgcfc *PdfParser )parseObject ()(PdfObject ,error ){_eg .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); -_cgcfc .skipSpaces ();for {_efbd ,_ecaa :=_cgcfc ._dgca .Peek (2);if _ecaa !=nil {if _ecaa !=_eb .EOF ||len (_efbd )==0{return nil ,_ecaa ;};if len (_efbd )==1{_efbd =append (_efbd ,' ');};};_eg .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_efbd )); -if _efbd [0]=='/'{_gcaf ,_edefd :=_cgcfc .parseName ();_eg .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_gcaf );return &_gcaf ,_edefd ;}else if _efbd [0]=='('{_eg .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!"); -_acag ,_fggde :=_cgcfc .parseString ();return _acag ,_fggde ;}else if _efbd [0]=='['{_eg .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021");_decg ,_cfee :=_cgcfc .parseArray ();return _decg ,_cfee ;}else if (_efbd [0]=='<')&&(_efbd [1]=='<'){_eg .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021"); -_fbaa ,_eggf :=_cgcfc .ParseDict ();return _fbaa ,_eggf ;}else if _efbd [0]=='<'{_eg .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021");_gcgc ,_cgegd :=_cgcfc .parseHexString ();return _gcgc ,_cgegd ;}else if _efbd [0]=='%'{_cgcfc .readComment (); -_cgcfc .skipSpaces ();}else {_eg .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_efbd ,_ =_cgcfc ._dgca .Peek (15);_adb :=string (_efbd );_eg .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_adb ); -if (len (_adb )> 3)&&(_adb [:4]=="\u006e\u0075\u006c\u006c"){_gfdd ,_gfbd :=_cgcfc .parseNull ();return &_gfdd ,_gfbd ;}else if (len (_adb )> 4)&&(_adb [:5]=="\u0066\u0061\u006cs\u0065"){_cgcdf ,_efdd :=_cgcfc .parseBool ();return &_cgcdf ,_efdd ;}else if (len (_adb )> 3)&&(_adb [:4]=="\u0074\u0072\u0075\u0065"){_dcdd ,_bedd :=_cgcfc .parseBool (); -return &_dcdd ,_bedd ;};_adccb :=_adgc .FindStringSubmatch (_adb );if len (_adccb )> 1{_efbd ,_ =_cgcfc ._dgca .ReadBytes ('R');_eg .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_efbd [:]));_eaad ,_dffa :=_dafd (string (_efbd )); -_eaad ._defda =_cgcfc ;return &_eaad ,_dffa ;};_cfgce :=_ffg .FindStringSubmatch (_adb );if len (_cfgce )> 1{_eg .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");_ecfa ,_cbcbc :=_cgcfc .parseNumber ();return _ecfa ,_cbcbc ;}; -_cfgce =_bbec .FindStringSubmatch (_adb );if len (_cfgce )> 1{_eg .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_eg .Log .Trace ("\u0025\u0020\u0073",_cfgce );_ecde ,_dca :=_cgcfc .parseNumber (); -return _ecde ,_dca ;};_eg .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_adb );return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); -};};}; +// MakeArray creates an PdfObjectArray from a list of PdfObjects. +func MakeArray (objects ...PdfObject )*PdfObjectArray {return &PdfObjectArray {_dcgec :objects }}; -// WriteString outputs the object as it is to be written to file. -func (_edggg *PdfObjectStream )WriteString ()string {var _agbbc _afc .Builder ;_agbbc .WriteString (_b .FormatInt (_edggg .ObjectNumber ,10));_agbbc .WriteString ("\u0020\u0030\u0020\u0052");return _agbbc .String ();};func (_dee *PdfCrypt )checkAccessRights (_cfdc []byte )(bool ,_fc .Permissions ,error ){_gfgd :=_dee .securityHandler (); -_ddg ,_gbd ,_abcc :=_gfgd .Authenticate (&_dee ._gce ,_cfdc );if _abcc !=nil {return false ,0,_abcc ;}else if _gbd ==0||len (_ddg )==0{return false ,0,nil ;};return true ,_gbd ,nil ;}; +// NewCompliancePdfParser creates a new PdfParser that will parse input reader with the focus on extracting more metadata, which +// might affect performance of the regular PdfParser this function. +func NewCompliancePdfParser (rs _cb .ReadSeeker )(_eeg *PdfParser ,_gcfbc error ){_eeg =&PdfParser {_bcdda :rs ,ObjCache :make (objectCache ),_fbge :map[int64 ]bool {},_fdgb :true ,_fefb :make (map[*PdfParser ]*PdfParser )};if _gcfbc =_eeg .parseDetailedHeader (); +_gcfbc !=nil {return nil ,_gcfbc ;};if _eeg ._ffe ,_gcfbc =_eeg .loadXrefs ();_gcfbc !=nil {_gf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020F\u0061\u0069\u006c\u0065d t\u006f l\u006f\u0061\u0064\u0020\u0078\u0072\u0065f \u0074\u0061\u0062\u006c\u0065\u0021\u0020%\u0073",_gcfbc ); +return nil ,_gcfbc ;};_gf .Log .Trace ("T\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0073",_eeg ._ffe );if len (_eeg ._gfdb .ObjectMap )==0{return nil ,_af .Errorf ("\u0065\u006d\u0070\u0074\u0079\u0020\u0058\u0052\u0045\u0046\u0020t\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0049\u006e\u0076a\u006c\u0069\u0064"); +};return _eeg ,nil ;}; -// GetFloatVal returns the float64 value represented by the PdfObject directly or indirectly if contained within an -// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. -func GetFloatVal (obj PdfObject )(_dffad float64 ,_cafde bool ){_dadbf ,_cafde :=TraceToDirectObject (obj ).(*PdfObjectFloat );if _cafde {return float64 (*_dadbf ),true ;};return 0,false ;};func (_bfae *PdfCrypt )decryptBytes (_gbf []byte ,_cbdc string ,_gcc []byte )([]byte ,error ){_eg .Log .Trace ("\u0044\u0065\u0063\u0072\u0079\u0070\u0074\u0020\u0062\u0079\u0074\u0065\u0073"); -_baaa ,_ddb :=_bfae ._ceaa [_cbdc ];if !_ddb {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_cbdc );};return _baaa .DecryptBytes (_gbf ,_gcc );}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on +// the current encoder settings. +func (_agdb *CCITTFaxEncoder )MakeDecodeParams ()PdfObject {_fcg :=MakeDict ();_fcg .Set ("\u004b",MakeInteger (int64 (_agdb .K )));_fcg .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_agdb .Columns )));if _agdb .BlackIs1 {_fcg .Set ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031",MakeBool (_agdb .BlackIs1 )); +};if _agdb .EncodedByteAlign {_fcg .Set ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e",MakeBool (_agdb .EncodedByteAlign ));};if _agdb .EndOfLine &&_agdb .K >=0{_fcg .Set ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee",MakeBool (_agdb .EndOfLine )); +};if _agdb .Rows !=0&&!_agdb .EndOfBlock {_fcg .Set ("\u0052\u006f\u0077\u0073",MakeInteger (int64 (_agdb .Rows )));};if !_agdb .EndOfBlock {_fcg .Set ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b",MakeBool (_agdb .EndOfBlock ));};if _agdb .DamagedRowsBeforeError !=0{_fcg .Set ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072",MakeInteger (int64 (_agdb .DamagedRowsBeforeError ))); +};return _fcg ;}; -// String returns a string describing `d`. -func (_cfca *PdfObjectDictionary )String ()string {var _egca _afc .Builder ;_egca .WriteString ("\u0044\u0069\u0063t\u0028");for _ ,_cagec :=range _cfca ._aeba {_ggef :=_cfca ._degg [_cagec ];_egca .WriteString ("\u0022"+_cagec .String ()+"\u0022\u003a\u0020"); -_egca .WriteString (_ggef .String ());_egca .WriteString ("\u002c\u0020");};_egca .WriteString ("\u0029");return _egca .String ();}; +// Append appends PdfObject(s) to the streams. +func (_ecca *PdfObjectStreams )Append (objects ...PdfObject ){if _ecca ==nil {_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0020-\u0020\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0074\u006f\u0020\u0061p\u0070\u0065\u006e\u0064\u0020\u0074\u006f\u0020\u0061\u0020\u006e\u0069\u006c\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073"); +return ;};_ecca ._gdfde =append (_ecca ._gdfde ,objects ...);}; -// ASCII85Encoder implements ASCII85 encoder/decoder. -type ASCII85Encoder struct{}; +// RunLengthEncoder represents Run length encoding. +type RunLengthEncoder struct{}; -// String returns a string representation of the *PdfObjectString. -func (_cddbe *PdfObjectString )String ()string {return _cddbe ._befb };var _ebcb =_de .MustCompile ("\u0025\u0025\u0045\u004f\u0046\u003f"); +// Resolve resolves a PdfObject to direct object, looking up and resolving references as needed (unlike TraceToDirect). +func (_de *PdfParser )Resolve (obj PdfObject )(PdfObject ,error ){_gccg ,_ebb :=obj .(*PdfObjectReference );if !_ebb {return obj ,nil ;};_cbbe :=_de .GetFileOffset ();defer func (){_de .SetFileOffset (_cbbe )}();_eea ,_egd :=_de .LookupByReference (*_gccg ); +if _egd !=nil {return nil ,_egd ;};_dff ,_gace :=_eea .(*PdfIndirectObject );if !_gace {return _eea ,nil ;};_eea =_dff .PdfObject ;_ ,_ebb =_eea .(*PdfObjectReference );if _ebb {return _dff ,_d .New ("\u006d\u0075lt\u0069\u0020\u0064e\u0070\u0074\u0068\u0020tra\u0063e \u0070\u006f\u0069\u006e\u0074\u0065\u0072 t\u006f\u0020\u0070\u006f\u0069\u006e\u0074e\u0072"); +};return _eea ,nil ;}; -// RawEncoder implements Raw encoder/decoder (no encoding, pass through) -type RawEncoder struct{};func _dffg (_fedca int )int {_dgbg :=_fedca >>(_ebbf -1);return (_fedca ^_dgbg )-_dgbg }; +// UpdateParams updates the parameter values of the encoder. +func (_acbdc *FlateEncoder )UpdateParams (params *PdfObjectDictionary ){_ggea ,_dgc :=GetNumberAsInt64 (params .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr"));if _dgc ==nil {_acbdc .Predictor =int (_ggea );};_bag ,_dgc :=GetNumberAsInt64 (params .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +if _dgc ==nil {_acbdc .BitsPerComponent =int (_bag );};_eefa ,_dgc :=GetNumberAsInt64 (params .Get ("\u0057\u0069\u0064t\u0068"));if _dgc ==nil {_acbdc .Columns =int (_eefa );};_fffg ,_dgc :=GetNumberAsInt64 (params .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073")); +if _dgc ==nil {_acbdc .Colors =int (_fffg );};}; -// GetFloat returns the *PdfObjectFloat represented by the PdfObject directly or indirectly within an indirect -// object. On type mismatch the found bool flag is false and a nil pointer is returned. -func GetFloat (obj PdfObject )(_aabf *PdfObjectFloat ,_ddgbg bool ){_aabf ,_ddgbg =TraceToDirectObject (obj ).(*PdfObjectFloat );return _aabf ,_ddgbg ;}; +// Elements returns a slice of the PdfObject elements in the array. +// Preferred over accessing the array directly as type may be changed in future major versions (v3). +func (_geedb *PdfObjectStreams )Elements ()[]PdfObject {if _geedb ==nil {return nil ;};return _geedb ._gdfde ;}; + +// GetFilterName returns the name of the encoding filter. +func (_bcbf *FlateEncoder )GetFilterName ()string {return StreamEncodingFilterNameFlate }; + +// DecodeImages decodes the page images from the jbig2 'encoded' data input. +// The jbig2 document may contain multiple pages, thus the function can return multiple +// images. The images order corresponds to the page number. +func (_abec *JBIG2Encoder )DecodeImages (encoded []byte )([]_cc .Image ,error ){const _aaae ="\u004aB\u0049\u0047\u0032\u0045n\u0063\u006f\u0064\u0065\u0072.\u0044e\u0063o\u0064\u0065\u0049\u006d\u0061\u0067\u0065s";_ggcf ,_ddce :=_fb .Decode (encoded ,_fb .Parameters {},_abec .Globals .ToDocumentGlobals ()); +if _ddce !=nil {return nil ,_ag .Wrap (_ddce ,_aaae ,"");};_cgea ,_ddce :=_ggcf .PageNumber ();if _ddce !=nil {return nil ,_ag .Wrap (_ddce ,_aaae ,"");};_ebee :=[]_cc .Image {};var _abbf _cc .Image ;for _fgaa :=1;_fgaa <=_cgea ;_fgaa ++{_abbf ,_ddce =_ggcf .DecodePageImage (_fgaa ); +if _ddce !=nil {return nil ,_ag .Wrapf (_ddce ,_aaae ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_fgaa );};_ebee =append (_ebee ,_abbf );};return _ebee ,nil ;}; + +// Bytes returns the PdfObjectString content as a []byte array. +func (_ddega *PdfObjectString )Bytes ()[]byte {return []byte (_ddega ._addg )};func (_ggg *PdfCrypt )checkAccessRights (_dfg []byte )(bool ,_fg .Permissions ,error ){_egce :=_ggg .securityHandler ();_cbd ,_ecac ,_adg :=_egce .Authenticate (&_ggg ._acc ,_dfg ); +if _adg !=nil {return false ,0,_adg ;}else if _ecac ==0||len (_cbd )==0{return false ,0,nil ;};return true ,_ecac ,nil ;}; + +// EncodeBytes encodes slice of bytes into JBIG2 encoding format. +// The input 'data' must be an image. In order to Decode it a user is responsible to +// load the codec ('png', 'jpg'). +// Returns jbig2 single page encoded document byte slice. The encoder uses DefaultPageSettings +// to encode given image. +func (_fcgd *JBIG2Encoder )EncodeBytes (data []byte )([]byte ,error ){const _befd ="\u004aB\u0049\u0047\u0032\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002eE\u006e\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065\u0073";if _fcgd .ColorComponents !=1||_fcgd .BitsPerComponent !=1{return nil ,_ag .Errorf (_befd ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u002e\u0020\u004a\u0042\u0049G\u0032\u0020E\u006e\u0063o\u0064\u0065\u0072\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020bi\u006e\u0061\u0072\u0079\u0020\u0069\u006d\u0061\u0067e\u0073\u0020\u0064\u0061\u0074\u0061"); +};var (_fgbb *_ca .Bitmap ;_ffgb error ;);_bfge :=(_fcgd .Width *_fcgd .Height )==len (data );if _bfge {_fgbb ,_ffgb =_ca .NewWithUnpaddedData (_fcgd .Width ,_fcgd .Height ,data );}else {_fgbb ,_ffgb =_ca .NewWithData (_fcgd .Width ,_fcgd .Height ,data ); +};if _ffgb !=nil {return nil ,_ffgb ;};_baae :=_fcgd .DefaultPageSettings ;if _ffgb =_baae .Validate ();_ffgb !=nil {return nil ,_ag .Wrap (_ffgb ,_befd ,"");};if _fcgd ._bacd ==nil {_fcgd ._bacd =_ccb .InitEncodeDocument (_baae .FileMode );};switch _baae .Compression {case JB2Generic :if _ffgb =_fcgd ._bacd .AddGenericPage (_fgbb ,_baae .DuplicatedLinesRemoval ); +_ffgb !=nil {return nil ,_ag .Wrap (_ffgb ,_befd ,"");};case JB2SymbolCorrelation :return nil ,_ag .Error (_befd ,"s\u0079\u006d\u0062\u006f\u006c\u0020\u0063\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e e\u006e\u0063\u006f\u0064i\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006dpl\u0065\u006de\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +case JB2SymbolRankHaus :return nil ,_ag .Error (_befd ,"\u0073y\u006d\u0062o\u006c\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073 \u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0020\u006e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065m\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074"); +default:return nil ,_ag .Error (_befd ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020c\u006f\u006d\u0070\u0072\u0065\u0073\u0073i\u006f\u006e");};return _fcgd .Encode ();}; + +// PdfCrypt provides PDF encryption/decryption support. +// The PDF standard supports encryption of strings and streams (Section 7.6). +type PdfCrypt struct{_ffgd encryptDict ;_acc _fg .StdEncryptDict ;_bc string ;_dbbe []byte ;_dbe map[PdfObject ]bool ;_cae map[PdfObject ]bool ;_cbcb bool ;_fcag cryptFilters ;_bfe string ;_eab string ;_bcc *PdfParser ;_dbdb map[int ]struct{};};func (_edbag *PdfObjectFloat )String ()string {return _af .Sprintf ("\u0025\u0066",*_edbag )}; -// PdfCryptNewEncrypt makes the document crypt handler based on a specified crypt filter. -func PdfCryptNewEncrypt (cf _dg .Filter ,userPass ,ownerPass []byte ,perm _fc .Permissions )(*PdfCrypt ,*EncryptInfo ,error ){_deb :=&PdfCrypt {_bdd :make (map[PdfObject ]bool ),_ceaa :make (cryptFilters ),_gce :_fc .StdEncryptDict {P :perm ,EncryptMetadata :true }}; -var _baab Version ;if cf !=nil {_dac :=cf .PDFVersion ();_baab .Major ,_baab .Minor =_dac [0],_dac [1];V ,R :=cf .HandlerVersion ();_deb ._ea .V =V ;_deb ._gce .R =R ;_deb ._ea .Length =cf .KeyLength ()*8;};const (_bfg =_gcgd ;);_deb ._ceaa [_bfg ]=cf ; -if _deb ._ea .V >=4{_deb ._fde =_bfg ;_deb ._fcf =_bfg ;};_fae :=_deb .newEncryptDict ();_dge :=_ce .Sum ([]byte (_cc .Now ().Format (_cc .RFC850 )));_deg :=string (_dge [:]);_ae :=make ([]byte ,100);_cg .Read (_ae );_dge =_ce .Sum (_ae );_bea :=string (_dge [:]); -_eg .Log .Trace ("\u0052\u0061\u006e\u0064\u006f\u006d\u0020\u0062\u003a\u0020\u0025\u0020\u0078",_ae );_eg .Log .Trace ("\u0047\u0065\u006e\u0020\u0049\u0064\u0020\u0030\u003a\u0020\u0025\u0020\u0078",_deg );_deb ._afcc =_deg ;_ceb :=_deb .generateParams (userPass ,ownerPass ); -if _ceb !=nil {return nil ,nil ,_ceb ;};_aba (&_deb ._gce ,_fae );if _deb ._ea .V >=4{if _agb :=_deb .saveCryptFilters (_fae );_agb !=nil {return nil ,nil ,_agb ;};};return _deb ,&EncryptInfo {Version :_baab ,Encrypt :_fae ,ID0 :_deg ,ID1 :_bea },nil ; -}; + +// SetFileOffset sets the file to an offset position and resets buffer. +func (_aaaf *PdfParser )SetFileOffset (offset int64 ){if offset < 0{offset =0;};_aaaf ._bcdda .Seek (offset ,_cb .SeekStart );_aaaf ._fdc =_gc .NewReader (_aaaf ._bcdda );}; // GetFilterName returns the name of the encoding filter. -func (_bccag *JPXEncoder )GetFilterName ()string {return StreamEncodingFilterNameJPX }; +func (_dcee *RunLengthEncoder )GetFilterName ()string {return StreamEncodingFilterNameRunLength };func (_age *PdfCrypt )saveCryptFilters (_eeac *PdfObjectDictionary )error {if _age ._ffgd .V < 4{return _d .New ("\u0063\u0061\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020V\u003e\u003d\u0034"); +};_dfa :=MakeDict ();_eeac .Set ("\u0043\u0046",_dfa );for _afc ,_geg :=range _age ._fcag {if _afc =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"{continue ;};_cdfe :=_ege (_geg ,"");_dfa .Set (PdfObjectName (_afc ),_cdfe );};_eeac .Set ("\u0053\u0074\u0072\u0046",MakeName (_age ._eab )); +_eeac .Set ("\u0053\u0074\u006d\u0046",MakeName (_age ._bfe ));return nil ;}; -// Set sets the PdfObject at index i of the streams. An error is returned if the index is outside bounds. -func (_beaa *PdfObjectStreams )Set (i int ,obj PdfObject )error {if i < 0||i >=len (_beaa ._fcde ){return _a .New ("\u004f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0062o\u0075\u006e\u0064\u0073");};_beaa ._fcde [i ]=obj ;return nil ;}; +// Encode encodes previously prepare jbig2 document and stores it as the byte slice. +func (_egag *JBIG2Encoder )Encode ()(_cega []byte ,_gegd error ){const _cdeee ="J\u0042I\u0047\u0032\u0044\u006f\u0063\u0075\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065";if _egag ._bacd ==nil {return nil ,_ag .Errorf (_cdeee ,"\u0064\u006f\u0063u\u006d\u0065\u006e\u0074 \u0069\u006e\u0070\u0075\u0074\u0020\u0064a\u0074\u0061\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};_egag ._bacd .FullHeaders =_egag .DefaultPageSettings .FileMode ;_cega ,_gegd =_egag ._bacd .Encode ();if _gegd !=nil {return nil ,_ag .Wrap (_gegd ,_cdeee ,"");};return _cega ,nil ;};func (_gdef *PdfCrypt )authenticate (_afce []byte )(bool ,error ){_gdef ._cbcb =false ; +_gefa :=_gdef .securityHandler ();_deg ,_gbf ,_fda :=_gefa .Authenticate (&_gdef ._acc ,_afce );if _fda !=nil {return false ,_fda ;}else if _gbf ==0||len (_deg )==0{return false ,nil ;};_gdef ._cbcb =true ;_gdef ._dbbe =_deg ;return true ,nil ;};func (_dd *PdfParser )lookupByNumber (_dba int ,_abf bool )(PdfObject ,bool ,error ){_fad ,_gcd :=_dd .ObjCache [_dba ]; +if _gcd {_gf .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0063a\u0063\u0068\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0025\u0064",_dba );return _fad ,false ,nil ;};if _dd ._fcbe ==nil {_dd ._fcbe =map[int ]bool {}; +};if _dd ._fcbe [_dba ]{_gf .Log .Debug ("ER\u0052\u004f\u0052\u003a\u0020\u004c\u006fok\u0075\u0070\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0069\u0073\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0069\u006e\u0020\u0070\u0072\u006f\u0067\u0072\u0065\u0073\u0073\u0020\u002d\u0020\u0072\u0065c\u0075\u0072\u0073\u0069\u0076\u0065 \u006c\u006f\u006f\u006b\u0075\u0070\u0020\u0061\u0074t\u0065m\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064",_dba ); +return nil ,false ,_d .New ("\u0072\u0065\u0063\u0075\u0072\u0073\u0069\u0076\u0065\u0020\u006c\u006f\u006f\u006b\u0075p\u0020a\u0074\u0074\u0065\u006d\u0070\u0074\u0020\u0062\u006c\u006f\u0063\u006b\u0065\u0064");};_dd ._fcbe [_dba ]=true ;defer delete (_dd ._fcbe ,_dba ); +_ad ,_gcd :=_dd ._gfdb .ObjectMap [_dba ];if !_gcd {_gf .Log .Trace ("\u0055\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u006c\u006f\u0063\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006e\u0020\u0078\u0072\u0065\u0066\u0073\u0021 \u002d\u0020\u0052\u0065\u0074u\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +var _ggd PdfObjectNull ;return &_ggd ,false ,nil ;};_gf .Log .Trace ("L\u006fo\u006b\u0075\u0070\u0020\u006f\u0062\u006a\u0020n\u0075\u006d\u0062\u0065r \u0025\u0064",_dba );if _ad .XType ==XrefTypeTableEntry {_gf .Log .Trace ("\u0078r\u0065f\u006f\u0062\u006a\u0020\u006fb\u006a\u0020n\u0075\u006d\u0020\u0025\u0064",_ad .ObjectNumber ); +_gf .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u0067e\u006e\u0020\u0025\u0064",_ad .Generation );_gf .Log .Trace ("\u0078\u0072\u0065\u0066\u006f\u0062\u006a\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0025\u0064",_ad .Offset );_dd ._bcdda .Seek (_ad .Offset ,_cb .SeekStart ); +_dd ._fdc =_gc .NewReader (_dd ._bcdda );_cfe ,_eef :=_dd .ParseIndirectObject ();if _eef !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006ce\u0064\u0020\u0072\u0065\u0061\u0064\u0069n\u0067\u0020\u0078\u0072\u0065\u0066\u0020\u0028\u0025\u0073\u0029",_eef ); +if _abf {_gf .Log .Debug ("\u0041\u0074t\u0065\u006d\u0070\u0074i\u006e\u0067 \u0074\u006f\u0020\u0072\u0065\u0070\u0061\u0069r\u0020\u0078\u0072\u0065\u0066\u0073\u0020\u0028\u0074\u006f\u0070\u0020d\u006f\u0077\u006e\u0029");_abb ,_gfgf :=_dd .repairRebuildXrefsTopDown (); +if _gfgf !=nil {_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020r\u0065\u0070\u0061\u0069\u0072\u0020\u0028\u0025\u0073\u0029",_gfgf );return nil ,false ,_gfgf ;};_dd ._gfdb =*_abb ;return _dd .lookupByNumber (_dba ,false ); +};return nil ,false ,_eef ;};if _abf {_cac ,_ ,_ :=_ec (_cfe );if int (_cac )!=_dba {_gf .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0078\u0072\u0065\u0066s\u003a \u0052e\u0062\u0075\u0069\u006c\u0064\u0069\u006eg");_aea :=_dd .rebuildXrefTable (); +if _aea !=nil {return nil ,false ,_aea ;};_dd .ObjCache =objectCache {};return _dd .lookupByNumberWrapper (_dba ,false );};};_gf .Log .Trace ("\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006f\u0062\u006a");_dd .ObjCache [_dba ]=_cfe ; +return _cfe ,false ,nil ;}else if _ad .XType ==XrefTypeObjectStream {_gf .Log .Trace ("\u0078r\u0065\u0066\u0020\u0066\u0072\u006f\u006d\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0021");_gf .Log .Trace ("\u003e\u004c\u006f\u0061\u0064\u0020\u0076\u0069\u0061\u0020\u004f\u0053\u0021"); +_gf .Log .Trace ("\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0069\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020%\u0064\u002f\u0025\u0064",_ad .OsObjNumber ,_ad .OsObjIndex ); +if _ad .OsObjNumber ==_dba {_gf .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0043i\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065f\u0065\u0072\u0065n\u0063e\u0021\u003f\u0021");return nil ,true ,_d .New ("\u0078\u0072\u0065f \u0063\u0069\u0072\u0063\u0075\u006c\u0061\u0072\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +};if _ ,_aef :=_dd ._gfdb .ObjectMap [_ad .OsObjNumber ];_aef {_ecf ,_bgc :=_dd .lookupObjectViaOS (_ad .OsObjNumber ,_dba );if _bgc !=nil {_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069n\u0067\u0020\u0045\u0052\u0052\u0020\u0028\u0025\u0073\u0029",_bgc ); +return nil ,true ,_bgc ;};_gf .Log .Trace ("\u003c\u004c\u006f\u0061\u0064\u0065\u0064\u0020\u0076i\u0061\u0020\u004f\u0053");_dd .ObjCache [_dba ]=_ecf ;if _dd ._bcgfc !=nil {_dd ._bcgfc ._dbe [_ecf ]=true ;};return _ecf ,true ,nil ;};_gf .Log .Debug ("\u003f\u003f\u0020\u0042\u0065\u006c\u006f\u006eg\u0073\u0020\u0074o \u0061\u0020\u006e\u006f\u006e\u002dc\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002e.\u002e\u0021"); +return nil ,true ,_d .New ("\u006f\u0073\u0020\u0062\u0065\u006c\u006fn\u0067\u0073\u0020t\u006f\u0020\u0061\u0020n\u006f\u006e\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};return nil ,false ,_d .New ("\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0078\u0072\u0065\u0066 \u0074\u0079\u0070\u0065");}; -// EncodeBytes returns the passed in slice of bytes. -// The purpose of the method is to satisfy the StreamEncoder interface. -func (_gcge *RawEncoder )EncodeBytes (data []byte )([]byte ,error ){return data ,nil }; +// MakeName creates a PdfObjectName from a string. +func MakeName (s string )*PdfObjectName {_adec :=PdfObjectName (s );return &_adec };func (_daga *PdfParser )parseHexString ()(*PdfObjectString ,error ){_daga ._fdc .ReadByte ();var _bbgc _gbg .Buffer ;for {_cbaeb ,_bcfag :=_daga ._fdc .Peek (1);if _bcfag !=nil {return MakeString (""),_bcfag ; +};if _cbaeb [0]=='>'{_daga ._fdc .ReadByte ();break ;};_gfefd ,_ :=_daga ._fdc .ReadByte ();if _daga ._fdgb {if _gbg .IndexByte (_eafg ,_gfefd )==-1{_daga ._ebaa ._eecf =true ;};};if !IsWhiteSpace (_gfefd ){_bbgc .WriteByte (_gfefd );};};if _bbgc .Len ()%2==1{_daga ._ebaa ._add =true ; +_bbgc .WriteRune ('0');};_bcddg ,_ :=_cg .DecodeString (_bbgc .String ());return MakeHexString (string (_bcddg )),nil ;}; -// Decoded returns the PDFDocEncoding or UTF-16BE decoded string contents. -// UTF-16BE is applied when the first two bytes are 0xFE, 0XFF, otherwise decoding of -// PDFDocEncoding is performed. -func (_edaf *PdfObjectString )Decoded ()string {if _edaf ==nil {return "";};_cafd :=[]byte (_edaf ._befb );if len (_cafd )>=2&&_cafd [0]==0xFE&&_cafd [1]==0xFF{return _cb .UTF16ToString (_cafd [2:]);};return _cb .PDFDocEncodingToString (_cafd );}; +// XrefTable represents the cross references in a PDF, i.e. the table of objects and information +// where to access within the PDF file. +type XrefTable struct{ObjectMap map[int ]XrefObject ;_eg []XrefObject ;}; -// WriteString outputs the object as it is to be written to file. -func (_bfac *PdfObjectStreams )WriteString ()string {var _dfbbd _afc .Builder ;_dfbbd .WriteString (_b .FormatInt (_bfac .ObjectNumber ,10));_dfbbd .WriteString ("\u0020\u0030\u0020\u0052");return _dfbbd .String ();};const (_aegg =0;_gcbe =1;_bcf =2;_caga =3; -_fag =4;);func (_dad *PdfCrypt )isEncrypted (_ded PdfObject )bool {_ ,_gfe :=_dad ._bdd [_ded ];if _gfe {_eg .Log .Trace ("\u0041\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0065\u006e\u0063\u0072y\u0070\u0074\u0065\u0064");return true ;};_eg .Log .Trace ("\u004e\u006f\u0074\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0065d\u0020\u0079\u0065\u0074"); -return false ;}; +// GetFilterArray returns the names of the underlying encoding filters in an array that +// can be used as /Filter entry. +func (_edfe *MultiEncoder )GetFilterArray ()*PdfObjectArray {_cfga :=make ([]PdfObject ,len (_edfe ._fcge ));for _debg ,_edef :=range _edfe ._fcge {_cfga [_debg ]=MakeName (_edef .GetFilterName ());};return MakeArray (_cfga ...);};func _ecgf (_bggf *PdfObjectStream ,_gbe *MultiEncoder )(*DCTEncoder ,error ){_babg :=NewDCTEncoder (); +_eddga :=_bggf .PdfObjectDictionary ;if _eddga ==nil {return _babg ,nil ;};_debd :=_bggf .Stream ;if _gbe !=nil {_eggb ,_cdfd :=_gbe .DecodeBytes (_debd );if _cdfd !=nil {return nil ,_cdfd ;};_debd =_eggb ;};_fdde :=_gbg .NewReader (_debd );_dgfbe ,_aeba :=_c .DecodeConfig (_fdde ); +if _aeba !=nil {_gf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_aeba );return nil ,_aeba ;};switch _dgfbe .ColorModel {case _gb .RGBAModel :_babg .BitsPerComponent =8; +_babg .ColorComponents =3;_babg .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _gb .RGBA64Model :_babg .BitsPerComponent =16;_babg .ColorComponents =3;_babg .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};case _gb .GrayModel :_babg .BitsPerComponent =8; +_babg .ColorComponents =1;_babg .Decode =[]float64 {0.0,1.0};case _gb .Gray16Model :_babg .BitsPerComponent =16;_babg .ColorComponents =1;_babg .Decode =[]float64 {0.0,1.0};case _gb .CMYKModel :_babg .BitsPerComponent =8;_babg .ColorComponents =4;_babg .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0}; +case _gb .YCbCrModel :_babg .BitsPerComponent =8;_babg .ColorComponents =3;_babg .Decode =[]float64 {0.0,1.0,0.0,1.0,0.0,1.0};default:return nil ,_d .New ("\u0075\u006e\u0073up\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006d\u006f\u0064\u0065\u006c"); +};_babg .Width =_dgfbe .Width ;_babg .Height =_dgfbe .Height ;_gf .Log .Trace ("\u0044\u0043T\u0020\u0045\u006ec\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076",_babg );_babg .Quality =DefaultJPEGQuality ;_egda ,_gece :=GetArray (_eddga .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")); +if _gece {_ccbc ,_gbcbc :=_egda .ToFloat64Array ();if _gbcbc !=nil {return _babg ,_gbcbc ;};_babg .Decode =_ccbc ;};return _babg ,nil ;}; -// DecodeBytes decodes a slice of ASCII encoded bytes and returns the result. -func (_aaecc *ASCIIHexEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_fgec :=_bd .NewReader (encoded );var _ccgc []byte ;for {_cadd ,_dff :=_fgec .ReadByte ();if _dff !=nil {return nil ,_dff ;};if _cadd =='>'{break ;};if IsWhiteSpace (_cadd ){continue ; -};if (_cadd >='a'&&_cadd <='f')||(_cadd >='A'&&_cadd <='F')||(_cadd >='0'&&_cadd <='9'){_ccgc =append (_ccgc ,_cadd );}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0061\u0073\u0063\u0069\u0069 \u0068\u0065\u0078\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072 \u0028\u0025\u0063\u0029",_cadd ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0073\u0063\u0069\u0069\u0020\u0068e\u0078 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0028\u0025\u0063\u0029",_cadd );};};if len (_ccgc )%2==1{_ccgc =append (_ccgc ,'0'); -};_eg .Log .Trace ("\u0049\u006e\u0062\u006f\u0075\u006e\u0064\u0020\u0025\u0073",_ccgc );_gggb :=make ([]byte ,_ge .DecodedLen (len (_ccgc )));_ ,_bdcd :=_ge .Decode (_gggb ,_ccgc );if _bdcd !=nil {return nil ,_bdcd ;};return _gggb ,nil ;}; +// PdfObjectNull represents the primitive PDF null object. +type PdfObjectNull struct{};func _egcfg (_fceg PdfObject ,_adbe int )PdfObject {if _adbe > _dacf {_gf .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_dacf ); +return MakeNull ();};switch _gcabb :=_fceg .(type ){case *PdfIndirectObject :_fceg =_egcfg ((*_gcabb ).PdfObject ,_adbe +1);case *PdfObjectArray :for _eeeb ,_cfggc :=range (*_gcabb )._dcgec {(*_gcabb )._dcgec [_eeeb ]=_egcfg (_cfggc ,_adbe +1);};case *PdfObjectDictionary :for _acffg ,_acef :=range (*_gcabb )._cgdb {(*_gcabb )._cgdb [_acffg ]=_egcfg (_acef ,_adbe +1); +};_ff .Slice ((*_gcabb )._gaccg ,func (_egee ,_gcgef int )bool {return (*_gcabb )._gaccg [_egee ]< (*_gcabb )._gaccg [_gcgef ]});};return _fceg ;}; -// NewMultiEncoder returns a new instance of MultiEncoder. -func NewMultiEncoder ()*MultiEncoder {_fbbe :=MultiEncoder {};_fbbe ._cfag =[]StreamEncoder {};return &_fbbe ;}; +// EncodeBytes encodes a bytes array and return the encoded value based on the encoder parameters. +func (_bbea *FlateEncoder )EncodeBytes (data []byte )([]byte ,error ){if _bbea .Predictor !=1&&_bbea .Predictor !=11{_gf .Log .Debug ("E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0046\u006c\u0061\u0074\u0065\u0045\u006e\u0063\u006f\u0064\u0065r\u0020P\u0072\u0065\u0064\u0069c\u0074\u006fr\u0020\u003d\u0020\u0031\u002c\u0020\u0031\u0031\u0020\u006f\u006e\u006c\u0079\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); +return nil ,ErrUnsupportedEncodingParameters ;};if _bbea .Predictor ==11{_bdbb :=_bbea .Columns ;_acac :=len (data )/_bdbb ;if len (data )%_bdbb !=0{_gf .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068"); +return nil ,_d .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0072o\u0077\u0020l\u0065\u006e\u0067\u0074\u0068");};_dgad :=_gbg .NewBuffer (nil );_eedg :=make ([]byte ,_bdbb );for _cga :=0;_cga < _acac ;_cga ++{_ecgd :=data [_bdbb *_cga :_bdbb *(_cga +1)]; +_eedg [0]=_ecgd [0];for _dde :=1;_dde < _bdbb ;_dde ++{_eedg [_dde ]=byte (int (_ecgd [_dde ]-_ecgd [_dde -1])%256);};_dgad .WriteByte (1);_dgad .Write (_eedg );};data =_dgad .Bytes ();};var _fcba _gbg .Buffer ;_adgd :=_daa .NewWriter (&_fcba );_adgd .Write (data ); +_adgd .Close ();return _fcba .Bytes (),nil ;};func _gcab (_dcfd ,_aegac PdfObject ,_bfc int )bool {if _bfc > _dacf {_gf .Log .Error ("\u0054\u0072ac\u0065\u0020\u0064e\u0070\u0074\u0068\u0020lev\u0065l \u0062\u0065\u0079\u006f\u006e\u0064\u0020%d\u0020\u002d\u0020\u0065\u0072\u0072\u006fr\u0021",_dacf ); +return false ;};if _dcfd ==nil &&_aegac ==nil {return true ;}else if _dcfd ==nil ||_aegac ==nil {return false ;};if _da .TypeOf (_dcfd )!=_da .TypeOf (_aegac ){return false ;};switch _bfedf :=_dcfd .(type ){case *PdfObjectNull ,*PdfObjectReference :return true ; +case *PdfObjectName :return *_bfedf ==*(_aegac .(*PdfObjectName ));case *PdfObjectString :return *_bfedf ==*(_aegac .(*PdfObjectString ));case *PdfObjectInteger :return *_bfedf ==*(_aegac .(*PdfObjectInteger ));case *PdfObjectBool :return *_bfedf ==*(_aegac .(*PdfObjectBool )); +case *PdfObjectFloat :return *_bfedf ==*(_aegac .(*PdfObjectFloat ));case *PdfIndirectObject :return _gcab (TraceToDirectObject (_dcfd ),TraceToDirectObject (_aegac ),_bfc +1);case *PdfObjectArray :_afdbc :=_aegac .(*PdfObjectArray );if len ((*_bfedf )._dcgec )!=len ((*_afdbc )._dcgec ){return false ; +};for _gegb ,_cdbf :=range (*_bfedf )._dcgec {if !_gcab (_cdbf ,(*_afdbc )._dcgec [_gegb ],_bfc +1){return false ;};};return true ;case *PdfObjectDictionary :_cfacd :=_aegac .(*PdfObjectDictionary );_acdfg ,_afbda :=(*_bfedf )._cgdb ,(*_cfacd )._cgdb ; +if len (_acdfg )!=len (_afbda ){return false ;};for _bgea ,_abgcd :=range _acdfg {_ddcc ,_fgfee :=_afbda [_bgea ];if !_fgfee ||!_gcab (_abgcd ,_ddcc ,_bfc +1){return false ;};};return true ;case *PdfObjectStream :_fbff :=_aegac .(*PdfObjectStream );return _gcab ((*_bfedf ).PdfObjectDictionary ,(*_fbff ).PdfObjectDictionary ,_bfc +1); +default:_gf .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0068\u0061\u0070\u0070\u0065\u006e\u0021",_dcfd ); +};return false ;}; -// MakeIndirectObject creates an PdfIndirectObject with a specified direct object PdfObject. -func MakeIndirectObject (obj PdfObject )*PdfIndirectObject {_ggbf :=&PdfIndirectObject {};_ggbf .PdfObject =obj ;return _ggbf ;}; +// IsDecimalDigit checks if the character is a part of a decimal number string. +func IsDecimalDigit (c byte )bool {return '0'<=c &&c <='9'}; -// MakeArrayFromFloats creates an PdfObjectArray from a slice of float64s, where each array element is an -// PdfObjectFloat. -func MakeArrayFromFloats (vals []float64 )*PdfObjectArray {_cccg :=MakeArray ();for _ ,_adce :=range vals {_cccg .Append (MakeFloat (_adce ));};return _cccg ;}; +// EncodeBytes encodes data into ASCII85 encoded format. +func (_geged *ASCII85Encoder )EncodeBytes (data []byte )([]byte ,error ){var _gfae _gbg .Buffer ;for _ccf :=0;_ccf < len (data );_ccf +=4{_gbba :=data [_ccf ];_ecbb :=1;_ceed :=byte (0);if _ccf +1< len (data ){_ceed =data [_ccf +1];_ecbb ++;};_fcaa :=byte (0); +if _ccf +2< len (data ){_fcaa =data [_ccf +2];_ecbb ++;};_gaf :=byte (0);if _ccf +3< len (data ){_gaf =data [_ccf +3];_ecbb ++;};_ebec :=(uint32 (_gbba )<<24)|(uint32 (_ceed )<<16)|(uint32 (_fcaa )<<8)|uint32 (_gaf );if _ebec ==0{_gfae .WriteByte ('z'); +}else {_dabg :=_geged .base256Tobase85 (_ebec );for _ ,_ebgf :=range _dabg [:_ecbb +1]{_gfae .WriteByte (_ebgf +'!');};};};_gfae .WriteString ("\u007e\u003e");return _gfae .Bytes (),nil ;};func (_gada *PdfParser )repairSeekXrefMarker ()error {_fade ,_caag :=_gada ._bcdda .Seek (0,_cb .SeekEnd ); +if _caag !=nil {return _caag ;};_edae :=_ga .MustCompile ("\u005cs\u0078\u0072\u0065\u0066\u005c\u0073*");var _gfda int64 ;var _gbad int64 =1000;for _gfda < _fade {if _fade <=(_gbad +_gfda ){_gbad =_fade -_gfda ;};_ ,_egcec :=_gada ._bcdda .Seek (-_gfda -_gbad ,_cb .SeekEnd ); +if _egcec !=nil {return _egcec ;};_ccba :=make ([]byte ,_gbad );_gada ._bcdda .Read (_ccba );_gf .Log .Trace ("\u004c\u006f\u006fki\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0078\u0072\u0065\u0066\u0020\u003a\u0020\u0022\u0025\u0073\u0022",string (_ccba )); +_dfcae :=_edae .FindAllStringIndex (string (_ccba ),-1);if _dfcae !=nil {_cedd :=_dfcae [len (_dfcae )-1];_gf .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_dfcae );_gada ._bcdda .Seek (-_gfda -_gbad +int64 (_cedd [0]),_cb .SeekEnd ); +_gada ._fdc =_gc .NewReader (_gada ._bcdda );for {_cgdd ,_bcba :=_gada ._fdc .Peek (1);if _bcba !=nil {return _bcba ;};_gf .Log .Trace ("\u0042\u003a\u0020\u0025\u0064\u0020\u0025\u0063",_cgdd [0],_cgdd [0]);if !IsWhiteSpace (_cgdd [0]){break ;};_gada ._fdc .Discard (1); +};return nil ;};_gf .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_gfda +=_gbad ;};_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0058\u0072\u0065\u0066\u0020\u0074a\u0062\u006c\u0065\u0020\u006d\u0061r\u006b\u0065\u0072\u0020\u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u002e"); +return _d .New ("\u0078r\u0065f\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020");}; -// GetIntVal returns the int value represented by the PdfObject directly or indirectly if contained within an -// indirect object. On type mismatch the found bool flag returned is false and a nil pointer is returned. -func GetIntVal (obj PdfObject )(_baebg int ,_ggggg bool ){_ebcbg ,_ggggg :=TraceToDirectObject (obj ).(*PdfObjectInteger );if _ggggg &&_ebcbg !=nil {return int (*_ebcbg ),true ;};return 0,false ;}; +// MakeDecodeParams makes a new instance of an encoding dictionary based on the current encoder settings. +func (_fefg *JBIG2Encoder )MakeDecodeParams ()PdfObject {return MakeDict ()}; -// EncryptInfo contains an information generated by the document encrypter. -type EncryptInfo struct{Version ; +// GetFileOffset returns the current file offset, accounting for buffered position. +func (_gbgfe *PdfParser )GetFileOffset ()int64 {_cged ,_ :=_gbgfe ._bcdda .Seek (0,_cb .SeekCurrent );_cged -=int64 (_gbgfe ._fdc .Buffered ());return _cged ;}; -// Encrypt is an encryption dictionary that contains all necessary parameters. -// It should be stored in all copies of the document trailer. -Encrypt *PdfObjectDictionary ; +// JBIG2CompressionType defines the enum compression type used by the JBIG2Encoder. +type JBIG2CompressionType int ;var _gfcb =_ga .MustCompile ("\u005c\u0073\u002a\u0078\u0072\u0065\u0066\u005c\u0073\u002a"); -// ID0 and ID1 are IDs used in the trailer. Older algorithms such as RC4 uses them for encryption. -ID0 ,ID1 string ;};func _dfff (_accfe *PdfObjectDictionary )(_fbcgb *_gg .ImageBase ){var (_dcce *PdfObjectInteger ;_abccf bool ;);if _dcce ,_abccf =_accfe .Get ("\u0057\u0069\u0064t\u0068").(*PdfObjectInteger );_abccf {_fbcgb =&_gg .ImageBase {Width :int (*_dcce )}; -}else {return nil ;};if _dcce ,_abccf =_accfe .Get ("\u0048\u0065\u0069\u0067\u0068\u0074").(*PdfObjectInteger );_abccf {_fbcgb .Height =int (*_dcce );};if _dcce ,_abccf =_accfe .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074").(*PdfObjectInteger ); -_abccf {_fbcgb .BitsPerComponent =int (*_dcce );};if _dcce ,_abccf =_accfe .Get ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073").(*PdfObjectInteger );_abccf {_fbcgb .ColorComponents =int (*_dcce );};return _fbcgb ;}; -const (JB2Generic JBIG2CompressionType =iota ;JB2SymbolCorrelation ;JB2SymbolRankHaus ;);const (XrefTypeTableEntry xrefType =iota ;XrefTypeObjectStream xrefType =iota ;); +// NewJPXEncoder returns a new instance of JPXEncoder. +func NewJPXEncoder ()*JPXEncoder {return &JPXEncoder {}}; -// GetRevisionNumber returns the current version of the Pdf document. -func (_cdfb *PdfParser )GetRevisionNumber ()int {return _cdfb ._bgea }; +// IsAuthenticated returns true if the PDF has already been authenticated for accessing. +func (_ebff *PdfParser )IsAuthenticated ()bool {return _ebff ._bcgfc ._cbcb };const (DefaultJPEGQuality =75;);func _cbgdc (_bdbe _cb .ReadSeeker ,_egfde int64 )(*offsetReader ,error ){_dge :=&offsetReader {_fgge :_bdbe ,_fbdd :_egfde };_ ,_fgac :=_dge .Seek (0,_cb .SeekStart ); +return _dge ,_fgac ;};func _eagb (_fdcd PdfObject )(*float64 ,error ){switch _ecfg :=_fdcd .(type ){case *PdfObjectFloat :_fcad :=float64 (*_ecfg );return &_fcad ,nil ;case *PdfObjectInteger :_dbca :=float64 (*_ecfg );return &_dbca ,nil ;case *PdfObjectNull :return nil ,nil ; +};return nil ,ErrNotANumber ;};func _ege (_eca _ee .Filter ,_caa _fg .AuthEvent )*PdfObjectDictionary {if _caa ==""{_caa =_fg .EventDocOpen ;};_gaa :=MakeDict ();_gaa .Set ("\u0054\u0079\u0070\u0065",MakeName ("C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072")); +_gaa .Set ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et",MakeName (string (_caa )));_gaa .Set ("\u0043\u0046\u004d",MakeName (_eca .Name ()));_gaa .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_eca .KeyLength ())));return _gaa ;}; -// DCTEncoder provides a DCT (JPG) encoding/decoding functionality for images. -type DCTEncoder struct{ColorComponents int ;BitsPerComponent int ;Width int ;Height int ;Quality int ;Decode []float64 ;};func (_fdabd *PdfParser )readComment ()(string ,error ){var _fcace _bd .Buffer ;_ ,_dfacc :=_fdabd .skipSpaces ();if _dfacc !=nil {return _fcace .String (),_dfacc ; -};_cdfd :=true ;for {_eaega ,_dcde :=_fdabd ._dgca .Peek (1);if _dcde !=nil {_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_dcde .Error ());return _fcace .String (),_dcde ;};if _cdfd &&_eaega [0]!='%'{return _fcace .String (),_a .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025"); -};_cdfd =false ;if (_eaega [0]!='\r')&&(_eaega [0]!='\n'){_fdcbc ,_ :=_fdabd ._dgca .ReadByte ();_fcace .WriteByte (_fdcbc );}else {break ;};};return _fcace .String (),nil ;}; +// SetPredictor sets the predictor function. Specify the number of columns per row. +// The columns indicates the number of samples per row. +// Used for grouping data together for compression. +func (_gdfd *FlateEncoder )SetPredictor (columns int ){_gdfd .Predictor =11;_gdfd .Columns =columns };func _fbaa (_bceg *PdfObjectStream ,_bggg *PdfObjectDictionary )(*CCITTFaxEncoder ,error ){_dbbd :=NewCCITTFaxEncoder ();_ceec :=_bceg .PdfObjectDictionary ; +if _ceec ==nil {return _dbbd ,nil ;};if _bggg ==nil {_ccgg :=TraceToDirectObject (_ceec .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"));if _ccgg !=nil {switch _degb :=_ccgg .(type ){case *PdfObjectDictionary :_bggg =_degb ;case *PdfObjectArray :if _degb .Len ()==1{if _eebe ,_afeg :=GetDict (_degb .Get (0)); +_afeg {_bggg =_eebe ;};};default:_gf .Log .Error ("\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0025\u0023\u0076",_ccgg );return nil ,_d .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); +};};if _bggg ==nil {_gf .Log .Error ("\u0044\u0065c\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064 %\u0023\u0076",_ccgg );return nil ,_d .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073"); +};};if _afbg ,_fefc :=GetNumberAsInt64 (_bggg .Get ("\u004b"));_fefc ==nil {_dbbd .K =int (_afbg );};if _baag ,_afag :=GetNumberAsInt64 (_bggg .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073"));_afag ==nil {_dbbd .Columns =int (_baag );}else {_dbbd .Columns =1728; +};if _cfdc ,_fefa :=GetNumberAsInt64 (_bggg .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_fefa ==nil {_dbbd .BlackIs1 =_cfdc > 0;}else {if _gbdc ,_aeed :=GetBoolVal (_bggg .Get ("\u0042\u006c\u0061\u0063\u006b\u0049\u0073\u0031"));_aeed {_dbbd .BlackIs1 =_gbdc ; +}else {if _cdbg ,_fadg :=GetArray (_bggg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065"));_fadg {_aebe ,_bbac :=_cdbg .ToIntegerArray ();if _bbac ==nil {_dbbd .BlackIs1 =_aebe [0]==1&&_aebe [1]==0;};};};};if _bfg ,_dbdg :=GetNumberAsInt64 (_bggg .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e")); +_dbdg ==nil {_dbbd .EncodedByteAlign =_bfg > 0;}else {if _bbd ,_abba :=GetBoolVal (_bggg .Get ("\u0045\u006ec\u006f\u0064\u0065d\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e"));_abba {_dbbd .EncodedByteAlign =_bbd ;};};if _beef ,_fefd :=GetNumberAsInt64 (_bggg .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee")); +_fefd ==nil {_dbbd .EndOfLine =_beef > 0;}else {if _dacb ,_bbdg :=GetBoolVal (_bggg .Get ("\u0045n\u0064\u004f\u0066\u004c\u0069\u006ee"));_bbdg {_dbbd .EndOfLine =_dacb ;};};if _befc ,_dfgg :=GetNumberAsInt64 (_bggg .Get ("\u0052\u006f\u0077\u0073")); +_dfgg ==nil {_dbbd .Rows =int (_befc );};_dbbd .EndOfBlock =true ;if _efdg ,_faea :=GetNumberAsInt64 (_bggg .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b"));_faea ==nil {_dbbd .EndOfBlock =_efdg > 0;}else {if _fdeb ,_degc :=GetBoolVal (_bggg .Get ("\u0045\u006e\u0064\u004f\u0066\u0042\u006c\u006f\u0063\u006b")); +_degc {_dbbd .EndOfBlock =_fdeb ;};};if _bgcdd ,_ccegb :=GetNumberAsInt64 (_bggg .Get ("\u0044\u0061\u006d\u0061ge\u0064\u0052\u006f\u0077\u0073\u0042\u0065\u0066\u006f\u0072\u0065\u0045\u0072\u0072o\u0072"));_ccegb !=nil {_dbbd .DamagedRowsBeforeError =int (_bgcdd ); +};_gf .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_bggg .String ());return _dbbd ,nil ;}; -// DecodeImages decodes the page images from the jbig2 'encoded' data input. -// The jbig2 document may contain multiple pages, thus the function can return multiple -// images. The images order corresponds to the page number. -func (_bcdd *JBIG2Encoder )DecodeImages (encoded []byte )([]_g .Image ,error ){const _ggbgd ="\u004aB\u0049\u0047\u0032\u0045n\u0063\u006f\u0064\u0065\u0072.\u0044e\u0063o\u0064\u0065\u0049\u006d\u0061\u0067\u0065s";_efda ,_gcegd :=_ec .Decode (encoded ,_ec .Parameters {},_bcdd .Globals .ToDocumentGlobals ()); -if _gcegd !=nil {return nil ,_bgc .Wrap (_gcegd ,_ggbgd ,"");};_bedb ,_gcegd :=_efda .PageNumber ();if _gcegd !=nil {return nil ,_bgc .Wrap (_gcegd ,_ggbgd ,"");};_gcea :=[]_g .Image {};var _feec _g .Image ;for _gceb :=1;_gceb <=_bedb ;_gceb ++{_feec ,_gcegd =_efda .DecodePageImage (_gceb ); -if _gcegd !=nil {return nil ,_bgc .Wrapf (_gcegd ,_ggbgd ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_gceb );};_gcea =append (_gcea ,_feec );};return _gcea ,nil ;};func _acbc (_badab ,_gbfc ,_ffdf int )error {if _gbfc < 0||_gbfc > _badab {return _a .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0061\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); -};if _ffdf < _gbfc {return _a .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0073\u006c\u0069\u0063e\u0020i\u006ed\u0065\u0078\u0020\u0062\u0020\u003c\u0020a");};if _ffdf > _badab {return _a .New ("s\u006c\u0069\u0063\u0065\u0020\u0069n\u0064\u0065\u0078\u0020\u0062\u0020\u006f\u0075\u0074 \u006f\u0066\u0020b\u006fu\u006e\u0064\u0073"); -};return nil ;}; +// IsOctalDigit checks if a character can be part of an octal digit string. +func IsOctalDigit (c byte )bool {return '0'<=c &&c <='7'}; -// GetCrypter returns the PdfCrypt instance which has information about the PDFs encryption. -func (_gfdg *PdfParser )GetCrypter ()*PdfCrypt {return _gfdg ._bbaead };func (_abcb *PdfCrypt )makeKey (_febg string ,_bfaf ,_cge uint32 ,_ccaf []byte )([]byte ,error ){_aca ,_ggb :=_abcb ._ceaa [_febg ];if !_ggb {return nil ,_bf .Errorf ("\u0075n\u006b\u006e\u006f\u0077n\u0020\u0063\u0072\u0079\u0070t\u0020f\u0069l\u0074\u0065\u0072\u0020\u0028\u0025\u0073)",_febg ); -};return _aca .MakeKey (_bfaf ,_cge ,_ccaf );}; +// String returns the state of the bool as "true" or "false". +func (_bagb *PdfObjectBool )String ()string {if *_bagb {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; -// GetBool returns the *PdfObjectBool object that is represented by a PdfObject directly or indirectly -// within an indirect object. The bool flag indicates whether a match was found. -func GetBool (obj PdfObject )(_cfcfe *PdfObjectBool ,_bdef bool ){_cfcfe ,_bdef =TraceToDirectObject (obj ).(*PdfObjectBool );return _cfcfe ,_bdef ;}; +// EncodeBytes JPX encodes the passed in slice of bytes. +func (_befg *JPXEncoder )EncodeBytes (data []byte )([]byte ,error ){_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_befg .GetFilterName ()); +return data ,ErrNoJPXDecode ;}; -// PdfObjectReference represents the primitive PDF reference object. -type PdfObjectReference struct{_defda *PdfParser ;ObjectNumber int64 ;GenerationNumber int64 ;}; +// ParseIndirectObject parses an indirect object from the input stream. Can also be an object stream. +// Returns the indirect object (*PdfIndirectObject) or the stream object (*PdfObjectStream). +func (_bded *PdfParser )ParseIndirectObject ()(PdfObject ,error ){_agb :=PdfIndirectObject {};_agb ._gcdb =_bded ;_gf .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a");_gegc ,_ccbd :=_bded ._fdc .Peek (20); +if _ccbd !=nil {if _ccbd !=_cb .EOF {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a");return &_agb ,_ccbd ; +};};_gf .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_gegc ));_agbf :=_cdegb .FindStringSubmatchIndex (string (_gegc ));if len (_agbf )< 6{if _ccbd ==_cb .EOF {return nil ,_ccbd ; +};_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_gegc )); +return &_agb ,_d .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_bded ._fdc .Discard (_agbf [0]);_gf .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_agbf );_ggcfc :=_agbf [1]-_agbf [0];_cccfe :=make ([]byte ,_ggcfc );_ ,_ccbd =_bded .ReadAtLeast (_cccfe ,_ggcfc );if _ccbd !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_ccbd ); +return nil ,_ccbd ;};_gf .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cccfe );_bfea :=_cdegb .FindStringSubmatch (string (_cccfe ));if len (_bfea )< 3{_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cccfe )); +return &_agb ,_d .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_dddgc ,_ :=_db .Atoi (_bfea [1]);_cgbd ,_ :=_db .Atoi (_bfea [2]);_agb .ObjectNumber =int64 (_dddgc );_agb .GenerationNumber =int64 (_cgbd );for {_gccd ,_ggbf :=_bded ._fdc .Peek (2);if _ggbf !=nil {return &_agb ,_ggbf ;};_gf .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gccd ),string (_gccd )); +if IsWhiteSpace (_gccd [0]){_bded .skipSpaces ();}else if _gccd [0]=='%'{_bded .skipComments ();}else if (_gccd [0]=='<')&&(_gccd [1]=='<'){_gf .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_agb .PdfObject ,_ggbf =_bded .ParseDict (); +_gf .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_ggbf );if _ggbf !=nil {return &_agb ,_ggbf ;};_gf .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +}else if (_gccd [0]=='/')||(_gccd [0]=='(')||(_gccd [0]=='[')||(_gccd [0]=='<'){_agb .PdfObject ,_ggbf =_bded .parseObject ();if _ggbf !=nil {return &_agb ,_ggbf ;};_gf .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); +}else if _gccd [0]==']'{_gf .Log .Debug ("\u0057\u0041\u0052\u004e\u0049N\u0047\u003a\u0020\u0027\u005d\u0027 \u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u006eo\u0074\u0020\u0062\u0065i\u006e\u0067\u0020\u0075\u0073\u0065d\u0020\u0061\u0073\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0065\u006e\u0064\u0069n\u0067\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e"); +_bded ._fdc .Discard (1);}else {if _gccd [0]=='e'{_fcfe ,_effg :=_bded .readTextLine ();if _effg !=nil {return nil ,_effg ;};if len (_fcfe )>=6&&_fcfe [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _gccd [0]=='s'{_gccd ,_ =_bded ._fdc .Peek (10); +if string (_gccd [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_eggf :=6;if len (_gccd )> 6{if IsWhiteSpace (_gccd [_eggf ])&&_gccd [_eggf ]!='\r'&&_gccd [_eggf ]!='\n'{_gf .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0050\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); +_bded ._ebaa ._fbg =true ;_eggf ++;};if _gccd [_eggf ]=='\r'{_eggf ++;if _gccd [_eggf ]=='\n'{_eggf ++;};}else if _gccd [_eggf ]=='\n'{_eggf ++;}else {_bded ._ebaa ._fbg =true ;};};_bded ._fdc .Discard (_eggf );_dbcg ,_bbfgd :=_agb .PdfObject .(*PdfObjectDictionary ); +if !_bbfgd {return nil ,_d .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_gf .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_dbcg ); +_dcabc ,_fgacf :=_bded .traceStreamLength (_dbcg .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"));if _fgacf !=nil {_gf .Log .Debug ("\u0046\u0061\u0069l\u0020\u0074\u006f\u0020t\u0072\u0061\u0063\u0065\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076",_fgacf ); +return nil ,_fgacf ;};_gf .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0065\u006e\u0067\u0074h\u003f\u0020\u0025\u0073",_dcabc );_ffbed ,_ggbc :=_dcabc .(*PdfObjectInteger );if !_ggbc {return nil ,_d .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); +};_egcb :=*_ffbed ;if _egcb < 0{return nil ,_d .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};_bbccg :=_bded .GetFileOffset (); +_gdefff :=_bded .xrefNextObjectOffset (_bbccg );if _bbccg +int64 (_egcb )> _gdefff &&_gdefff > _bbccg {_gf .Log .Debug ("E\u0078\u0070\u0065\u0063te\u0064 \u0065\u006e\u0064\u0069\u006eg\u0020\u0061\u0074\u0020\u0025\u0064",_bbccg +int64 (_egcb ));_gf .Log .Debug ("\u004e\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020\u0061t\u0020\u0025\u0064",_gdefff ); +_cgedd :=_gdefff -_bbccg -17;if _cgedd < 0{return nil ,_d .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020go\u0069\u006e\u0067 \u0070\u0061s\u0074\u0020\u0062\u006f\u0075\u006ed\u0061\u0072i\u0065\u0073"); +};_gf .Log .Debug ("\u0041\u0074\u0074\u0065\u006d\u0070\u0074\u0069\u006e\u0067\u0020\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u0020c\u006f\u0072\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0074\u006f\u0020%\u0064\u002e\u002e\u002e",_cgedd );_egcb =PdfObjectInteger (_cgedd ); +_dbcg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (_cgedd ));};if int64 (_egcb )> _bded ._fbbge {_gf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); +return nil ,_d .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_bcgc :=make ([]byte ,_egcb ); +_ ,_fgacf =_bded .ReadAtLeast (_bcgc ,int (_egcb ));if _fgacf !=nil {_gf .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_bcgc ),_bcgc );_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fgacf ); +return nil ,_fgacf ;};_agdgb :=PdfObjectStream {};_agdgb .Stream =_bcgc ;_agdgb .PdfObjectDictionary =_agb .PdfObject .(*PdfObjectDictionary );_agdgb .ObjectNumber =_agb .ObjectNumber ;_agdgb .GenerationNumber =_agb .GenerationNumber ;_agdgb .PdfObjectReference ._gcdb =_bded ; +_bded .skipSpaces ();_bded ._fdc .Discard (9);_bded .skipSpaces ();return &_agdgb ,nil ;};};_agb .PdfObject ,_ggbf =_bded .parseObject ();if _agb .PdfObject ==nil {_gf .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); +_agb .PdfObject =MakeNull ();};return &_agb ,_ggbf ;};};if _agb .PdfObject ==nil {_gf .Log .Debug ("\u0049N\u0043\u004f\u004dP\u0041\u0054\u0049B\u0049LI\u0054\u0059\u003a\u0020\u0049\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061n \u006fb\u006a\u0065\u0063\u0074\u0020\u002d \u0061\u0073\u0073\u0075\u006di\u006e\u0067\u0020\u006e\u0075\u006c\u006c\u0020\u006f\u0062\u006ae\u0063\u0074"); +_agb .PdfObject =MakeNull ();};_gf .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021");return &_agb ,nil ;}; -// Resolve resolves a PdfObject to direct object, looking up and resolving references as needed (unlike TraceToDirect). -func (_bgbgd *PdfParser )Resolve (obj PdfObject )(PdfObject ,error ){_cea ,_eee :=obj .(*PdfObjectReference );if !_eee {return obj ,nil ;};_dbbe :=_bgbgd .GetFileOffset ();defer func (){_bgbgd .SetFileOffset (_dbbe )}();_gca ,_agc :=_bgbgd .LookupByReference (*_cea ); -if _agc !=nil {return nil ,_agc ;};_egbc ,_da :=_gca .(*PdfIndirectObject );if !_da {return _gca ,nil ;};_gca =_egbc .PdfObject ;_ ,_eee =_gca .(*PdfObjectReference );if _eee {return _egbc ,_a .New ("\u006d\u0075lt\u0069\u0020\u0064e\u0070\u0074\u0068\u0020tra\u0063e \u0070\u006f\u0069\u006e\u0074\u0065\u0072 t\u006f\u0020\u0070\u006f\u0069\u006e\u0074e\u0072"); -};return _gca ,nil ;}; +// NewFlateEncoder makes a new flate encoder with default parameters, predictor 1 and bits per component 8. +func NewFlateEncoder ()*FlateEncoder {_gged :=&FlateEncoder {};_gged .Predictor =1;_gged .BitsPerComponent =8;_gged .Colors =1;_gged .Columns =1;return _gged ;}; -// Get returns the i-th element of the array or nil if out of bounds (by index). -func (_fefc *PdfObjectArray )Get (i int )PdfObject {if _fefc ==nil ||i >=len (_fefc ._cgef )||i < 0{return nil ;};return _fefc ._cgef [i ];}; +// MakeArrayFromIntegers64 creates an PdfObjectArray from a slice of int64s, where each array element +// is an PdfObjectInteger. +func MakeArrayFromIntegers64 (vals []int64 )*PdfObjectArray {_bbae :=MakeArray ();for _ ,_aebg :=range vals {_bbae .Append (MakeInteger (_aebg ));};return _bbae ;}; -// PdfObjectName represents the primitive PDF name object. -type PdfObjectName string ; +// GetObjectNums returns a sorted list of object numbers of the PDF objects in the file. +func (_dfdg *PdfParser )GetObjectNums ()[]int {var _ccfg []int ;for _ ,_aaffg :=range _dfdg ._gfdb .ObjectMap {_ccfg =append (_ccfg ,_aaffg .ObjectNumber );};_ff .Ints (_ccfg );return _ccfg ;}; -// EncodeStream encodes the stream data using the encoded specified by the stream's dictionary. -func EncodeStream (streamObj *PdfObjectStream )error {_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");_adaa ,_bccf :=NewEncoderFromStream (streamObj );if _bccf !=nil {_eg .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0065\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_bccf ); -return _bccf ;};if _bgec ,_cafgf :=_adaa .(*LZWEncoder );_cafgf {_bgec .EarlyChange =0;streamObj .PdfObjectDictionary .Set ("E\u0061\u0072\u006c\u0079\u0043\u0068\u0061\u006e\u0067\u0065",MakeInteger (0));};_eg .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0025\u002b\u0076\u000a",_adaa ); -_gffgg ,_bccf :=_adaa .EncodeBytes (streamObj .Stream );if _bccf !=nil {_eg .Log .Debug ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_bccf );return _bccf ; -};streamObj .Stream =_gffgg ;streamObj .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (len (_gffgg ))));return nil ;}; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_efdfcf *RunLengthEncoder )MakeStreamDict ()*PdfObjectDictionary {_deeg :=MakeDict ();_deeg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_efdfcf .GetFilterName ()));return _deeg ;}; -// ParserMetadata is the parser based metadata information about document. -// The data here could be used on document verification. -type ParserMetadata struct{_bcc int ;_bgaf bool ;_bfe [4]byte ;_bcd bool ;_cagf bool ;_bbgc bool ;_adc bool ;_dcb bool ;_aad bool ;}; +// DecodeBytes decodes a slice of ASCII encoded bytes and returns the result. +func (_accfb *ASCIIHexEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_fdfg :=_gbg .NewReader (encoded );var _dadb []byte ;for {_fdef ,_bcda :=_fdfg .ReadByte ();if _bcda !=nil {return nil ,_bcda ;};if _fdef =='>'{break ;};if IsWhiteSpace (_fdef ){continue ; +};if (_fdef >='a'&&_fdef <='f')||(_fdef >='A'&&_fdef <='F')||(_fdef >='0'&&_fdef <='9'){_dadb =append (_dadb ,_fdef );}else {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0061\u0073\u0063\u0069\u0069 \u0068\u0065\u0078\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072 \u0028\u0025\u0063\u0029",_fdef ); +return nil ,_af .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0073\u0063\u0069\u0069\u0020\u0068e\u0078 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0028\u0025\u0063\u0029",_fdef );};};if len (_dadb )%2==1{_dadb =append (_dadb ,'0'); +};_gf .Log .Trace ("\u0049\u006e\u0062\u006f\u0075\u006e\u0064\u0020\u0025\u0073",_dadb );_ged :=make ([]byte ,_cg .DecodedLen (len (_dadb )));_ ,_cdff :=_cg .Decode (_ged ,_dadb );if _cdff !=nil {return nil ,_cdff ;};return _ged ,nil ;};func (_daee *PdfParser )parseName ()(PdfObjectName ,error ){var _cgbb _gbg .Buffer ; +_eefba :=false ;for {_fagd ,_bddc :=_daee ._fdc .Peek (1);if _bddc ==_cb .EOF {break ;};if _bddc !=nil {return PdfObjectName (_cgbb .String ()),_bddc ;};if !_eefba {if _fagd [0]=='/'{_eefba =true ;_daee ._fdc .ReadByte ();}else if _fagd [0]=='%'{_daee .readComment (); +_daee .skipSpaces ();}else {_gf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_fagd ,_fagd );return PdfObjectName (_cgbb .String ()),_af .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_fagd [0]); +};}else {if IsWhiteSpace (_fagd [0]){break ;}else if (_fagd [0]=='/')||(_fagd [0]=='[')||(_fagd [0]=='(')||(_fagd [0]==']')||(_fagd [0]=='<')||(_fagd [0]=='>'){break ;}else if _fagd [0]=='#'{_eddde ,_bdec :=_daee ._fdc .Peek (3);if _bdec !=nil {return PdfObjectName (_cgbb .String ()),_bdec ; +};_bcfc ,_bdec :=_cg .DecodeString (string (_eddde [1:3]));if _bdec !=nil {_gf .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0049\u006ev\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0066o\u006c\u006co\u0077\u0069\u006e\u0067 \u0027\u0023\u0027\u002c \u0063\u006f\u006e\u0074\u0069n\u0075\u0069\u006e\u0067\u0020\u0075\u0073i\u006e\u0067\u0020\u006c\u0069t\u0065\u0072\u0061\u006c\u0020\u002d\u0020\u004f\u0075t\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074"); +_cgbb .WriteByte ('#');_daee ._fdc .Discard (1);continue ;};_daee ._fdc .Discard (3);_cgbb .Write (_bcfc );}else {_dgbf ,_ :=_daee ._fdc .ReadByte ();_cgbb .WriteByte (_dgbf );};};};return PdfObjectName (_cgbb .String ()),nil ;}; -// String returns the state of the bool as "true" or "false". -func (_begfc *PdfObjectBool )String ()string {if *_begfc {return "\u0074\u0072\u0075\u0065";};return "\u0066\u0061\u006cs\u0065";}; +// DecodeBytes decodes a slice of JPX encoded bytes and returns the result. +func (_efdd *JPXEncoder )DecodeBytes (encoded []byte )([]byte ,error ){_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0041t\u0074\u0065\u006dpt\u0069\u006e\u0067\u0020\u0074\u006f \u0075\u0073\u0065\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0073",_efdd .GetFilterName ()); +return encoded ,ErrNoJPXDecode ;};type objectStreams map[int ]objectStream ;var _adff =_ga .MustCompile ("\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u0028\u005c\u0064\u002b)\u005c\u0073\u002a\u0024"); -// DecodeStream decodes a LZW encoded stream and returns the result as a -// slice of bytes. -func (_ggeb *LZWEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_eg .Log .Trace ("\u004c\u005a\u0057 \u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067");_eg .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_ggeb .Predictor ); -_gdgf ,_ffcf :=_ggeb .DecodeBytes (streamObj .Stream );if _ffcf !=nil {return nil ,_ffcf ;};_eg .Log .Trace ("\u0020\u0049\u004e\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (streamObj .Stream ),streamObj .Stream );_eg .Log .Trace ("\u004f\u0055\u0054\u003a\u0020\u0028\u0025\u0064\u0029\u0020\u0025\u0020\u0078",len (_gdgf ),_gdgf ); -if _ggeb .Predictor > 1{if _ggeb .Predictor ==2{_eg .Log .Trace ("\u0054\u0069\u0066\u0066\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_afgb :=_ggeb .Columns *_ggeb .Colors ;if _afgb < 1{return []byte {},nil ;};_gcfa :=len (_gdgf )/_afgb ;if len (_gdgf )%_afgb !=0{_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020T\u0049\u0046\u0046 \u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002e\u002e\u002e"); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_gdgf ),_afgb );};if _afgb %_ggeb .Colors !=0{return nil ,_bf .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0072\u006fw\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020(\u0025\u0064\u0029\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006fr\u0073\u0020\u0025\u0064",_afgb ,_ggeb .Colors ); -};if _afgb > len (_gdgf ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_afgb ,len (_gdgf )); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_eg .Log .Trace ("i\u006e\u0070\u0020\u006fut\u0044a\u0074\u0061\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (_gdgf ),_gdgf ); -_ccbf :=_bd .NewBuffer (nil );for _bbbf :=0;_bbbf < _gcfa ;_bbbf ++{_fcdd :=_gdgf [_afgb *_bbbf :_afgb *(_bbbf +1)];for _effd :=_ggeb .Colors ;_effd < _afgb ;_effd ++{_fcdd [_effd ]=byte (int (_fcdd [_effd ]+_fcdd [_effd -_ggeb .Colors ])%256);};_ccbf .Write (_fcdd ); -};_cbda :=_ccbf .Bytes ();_eg .Log .Trace ("\u0050O\u0075t\u0044\u0061\u0074\u0061\u0020(\u0025\u0064)\u003a\u0020\u0025\u0020\u0078",len (_cbda ),_cbda );return _cbda ,nil ;}else if _ggeb .Predictor >=10&&_ggeb .Predictor <=15{_eg .Log .Trace ("\u0050\u004e\u0047 \u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -_efgb :=_ggeb .Columns *_ggeb .Colors +1;if _efgb < 1{return []byte {},nil ;};_fbeed :=len (_gdgf )/_efgb ;if len (_gdgf )%_efgb !=0{return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0077 \u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064/\u0025\u0064\u0029",len (_gdgf ),_efgb ); -};if _efgb > len (_gdgf ){_eg .Log .Debug ("\u0052\u006fw\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0064\u0061\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0028\u0025\u0064\u002f\u0025\u0064\u0029",_efgb ,len (_gdgf )); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_cggb :=_bd .NewBuffer (nil );_eg .Log .Trace ("P\u0072\u0065\u0064\u0069ct\u006fr\u0020\u0063\u006f\u006c\u0075m\u006e\u0073\u003a\u0020\u0025\u0064",_ggeb .Columns ); -_eg .Log .Trace ("\u004ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064\u0020\u002f \u0025d\u0020=\u0020\u0025\u0064\u0020\u0072\u006f\u0077s",len (_gdgf ),_efgb ,_fbeed );_ddfg :=make ([]byte ,_efgb );for _cbdb :=0;_cbdb < _efgb ;_cbdb ++{_ddfg [_cbdb ]=0; -};for _cafb :=0;_cafb < _fbeed ;_cafb ++{_gcagc :=_gdgf [_efgb *_cafb :_efgb *(_cafb +1)];_bccg :=_gcagc [0];switch _bccg {case 0:case 1:for _beabf :=2;_beabf < _efgb ;_beabf ++{_gcagc [_beabf ]=byte (int (_gcagc [_beabf ]+_gcagc [_beabf -1])%256);};case 2:for _ggdd :=1; -_ggdd < _efgb ;_ggdd ++{_gcagc [_ggdd ]=byte (int (_gcagc [_ggdd ]+_ddfg [_ggdd ])%256);};default:_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0066i\u006c\u0074\u0065\u0072\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_bccg ); -return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065r\u0020\u0062\u0079\u0074\u0065\u0020\u0028\u0025\u0064\u0029",_bccg );};for _fgac :=0;_fgac < _efgb ;_fgac ++{_ddfg [_fgac ]=_gcagc [_fgac ];};_cggb .Write (_gcagc [1:]); -};_ecb :=_cggb .Bytes ();return _ecb ,nil ;}else {_eg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072 \u0028\u0025\u0064\u0029",_ggeb .Predictor ); -return nil ,_bf .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u0070\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020(\u0025\u0064\u0029",_ggeb .Predictor );};};return _gdgf ,nil ;}; +// MakeBool creates a PdfObjectBool from a bool value. +func MakeBool (val bool )*PdfObjectBool {_acee :=PdfObjectBool (val );return &_acee }; -// ReadAtLeast reads at least n bytes into slice p. -// Returns the number of bytes read (should always be == n), and an error on failure. -func (_bbdc *PdfParser )ReadAtLeast (p []byte ,n int )(int ,error ){_bgefd :=n ;_daaba :=0;_bbcg :=0;for _bgefd > 0{_ccd ,_aeb :=_bbdc ._dgca .Read (p [_daaba :]);if _aeb !=nil {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ccd ,_bbcg ,_aeb .Error ()); -return _daaba ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_bbcg ++;_daaba +=_ccd ;_bgefd -=_ccd ;};return _daaba ,nil ;};var _bbec =_de .MustCompile ("\u005e\u005b\\\u002b\u002d\u002e\u005d*\u0028\u005b0\u002d\u0039\u002e\u005d\u002b\u0029\u005b\u0065E\u005d\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); -func _gggg (_ced *PdfObjectStream ,_acgae *PdfObjectDictionary )(*FlateEncoder ,error ){_eeee :=NewFlateEncoder ();_cad :=_ced .PdfObjectDictionary ;if _cad ==nil {return _eeee ,nil ;};_eeee ._dagb =_dfff (_cad );if _acgae ==nil {_gdcb :=TraceToDirectObject (_cad .Get ("D\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073")); -switch _gabc :=_gdcb .(type ){case *PdfObjectArray :if _gabc .Len ()!=1{_eg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072:\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020\u0028\u0025\u0064\u0029",_gabc .Len ()); -return nil ,_a .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fadb ,_edbe :=GetDict (_gabc .Get (0));_edbe {_acgae =_fadb ;};case *PdfObjectDictionary :_acgae =_gabc ;case *PdfObjectNull ,nil :default:_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079 \u0028%\u0054\u0029",_gdcb ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073");};};if _acgae ==nil {return _eeee ,nil ;};_eg .Log .Trace ("\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0070\u0061\u0072\u0061\u006ds\u003a\u0020\u0025\u0073",_acgae .String ()); -_dda :=_acgae .Get ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr");if _dda ==nil {_eg .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0066\u0072\u006f\u006d\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u006d\u0073 \u002d\u0020\u0043\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020\u0077\u0069t\u0068\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u00281\u0029"); -}else {_fdd ,_gbc :=_dda .(*PdfObjectInteger );if !_gbc {_eg .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020\u0050\u0072\u0065d\u0069\u0063\u0074\u006f\u0072\u0020\u0073pe\u0063\u0069\u0066\u0069e\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u006f\u0074 n\u0075\u006de\u0072\u0069\u0063\u0020\u0028\u0025\u0054\u0029",_dda ); -return nil ,_bf .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0072\u0065\u0064i\u0063\u0074\u006f\u0072");};_eeee .Predictor =int (*_fdd );};_dda =_acgae .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -if _dda !=nil {_fbe ,_ggdf :=_dda .(*PdfObjectInteger );if !_ggdf {_eg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0042i\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"); -return nil ,_bf .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");};_eeee .BitsPerComponent =int (*_fbe );if _eeee .BitsPerComponent !=_eeee ._dagb .BitsPerComponent {_eg .Log .Debug ("\u0057A\u0052\u004e\u0049\u004eG\u003a \u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006di\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0077\u0069\u0074\u0068 \u0069\u006d\u0061\u0067\u0065\u0020\u0028\u0025\u0064\u002f%\u0064\u0029\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020i\u006da\u0067\u0065",_eeee .BitsPerComponent ,_eeee ._dagb .BitsPerComponent ); -_eeee .BitsPerComponent =_eeee ._dagb .BitsPerComponent ;};};if _eeee .Predictor > 1{_eeee .Columns =1;_dda =_acgae .Get ("\u0043o\u006c\u0075\u006d\u006e\u0073");if _dda !=nil {_gacb ,_fbee :=_dda .(*PdfObjectInteger );if !_fbee {return nil ,_bf .Errorf ("\u0070r\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u0020\u0063\u006f\u006cu\u006d\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); -};_eeee .Columns =int (*_gacb );};_eeee .Colors =1;_dda =_acgae .Get ("\u0043\u006f\u006c\u006f\u0072\u0073");if _dda !=nil {_gffd ,_dcf :=_dda .(*PdfObjectInteger );if !_dcf {return nil ,_bf .Errorf ("\u0070\u0072\u0065d\u0069\u0063\u0074\u006fr\u0020\u0063\u006f\u006c\u006f\u0072\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -};_eeee .Colors =int (*_gffd );};};return _eeee ,nil ;};func _fcb (_fee PdfObject )(int64 ,int64 ,error ){if _bge ,_ecd :=_fee .(*PdfIndirectObject );_ecd {return _bge .ObjectNumber ,_bge .GenerationNumber ,nil ;};if _eeg ,_gfc :=_fee .(*PdfObjectStream ); -_gfc {return _eeg .ObjectNumber ,_eeg .GenerationNumber ,nil ;};return 0,0,_a .New ("\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u002f\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062je\u0063\u0074");};func _dbdc (_feaee PdfObject ,_dcfe int ,_ddcb map[PdfObject ]struct{})error {_eg .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072s\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0061\u0074\u0061 \u0028\u0064\u0065\u0070\u0074\u0068\u0020=\u0020\u0025\u0064\u0029",_dcfe ); -if _ ,_cgde :=_ddcb [_feaee ];_cgde {_eg .Log .Trace ("-\u0041\u006c\u0072\u0065ad\u0079 \u0074\u0072\u0061\u0076\u0065r\u0073\u0065\u0064\u002e\u002e\u002e");return nil ;};_ddcb [_feaee ]=struct{}{};switch _cbdca :=_feaee .(type ){case *PdfIndirectObject :_aaaeb :=_cbdca ; -_eg .Log .Trace ("\u0069\u006f\u003a\u0020\u0025\u0073",_aaaeb );_eg .Log .Trace ("\u002d\u0020\u0025\u0073",_aaaeb .PdfObject );return _dbdc (_aaaeb .PdfObject ,_dcfe +1,_ddcb );case *PdfObjectStream :_dcdc :=_cbdca ;return _dbdc (_dcdc .PdfObjectDictionary ,_dcfe +1,_ddcb ); -case *PdfObjectDictionary :_acbed :=_cbdca ;_eg .Log .Trace ("\u002d\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_acbed );for _ ,_facc :=range _acbed .Keys (){_daegg :=_acbed .Get (_facc );if _effb ,_ggfgb :=_daegg .(*PdfObjectReference );_ggfgb {_adbc :=_effb .Resolve (); -_acbed .Set (_facc ,_adbc );_agbee :=_dbdc (_adbc ,_dcfe +1,_ddcb );if _agbee !=nil {return _agbee ;};}else {_gacc :=_dbdc (_daegg ,_dcfe +1,_ddcb );if _gacc !=nil {return _gacc ;};};};return nil ;case *PdfObjectArray :_bgcf :=_cbdca ;_eg .Log .Trace ("-\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_bgcf ); -for _fdagee ,_ebefc :=range _bgcf .Elements (){if _fefcb ,_ffcc :=_ebefc .(*PdfObjectReference );_ffcc {_abgg :=_fefcb .Resolve ();_bgcf .Set (_fdagee ,_abgg );_dadbb :=_dbdc (_abgg ,_dcfe +1,_ddcb );if _dadbb !=nil {return _dadbb ;};}else {_becf :=_dbdc (_ebefc ,_dcfe +1,_ddcb ); -if _becf !=nil {return _becf ;};};};return nil ;case *PdfObjectReference :_eg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020T\u0072\u0061\u0063\u0069\u006e\u0067\u0020\u0061\u0020r\u0065\u0066\u0065r\u0065n\u0063\u0065\u0021");return _a .New ("\u0065r\u0072\u006f\u0072\u0020t\u0072\u0061\u0063\u0069\u006eg\u0020a\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); -};return nil ;}; +// EncodeBytes DCT encodes the passed in slice of bytes. +func (_gfc *DCTEncoder )EncodeBytes (data []byte )([]byte ,error ){var _dedb _cc .Image ;if _gfc .ColorComponents ==1&&_gfc .BitsPerComponent ==8{_dedb =&_cc .Gray {Rect :_cc .Rect (0,0,_gfc .Width ,_gfc .Height ),Pix :data ,Stride :_bb .BytesPerLine (_gfc .Width ,_gfc .BitsPerComponent ,_gfc .ColorComponents )}; +}else {var _bdc error ;_dedb ,_bdc =_bb .NewImage (_gfc .Width ,_gfc .Height ,_gfc .BitsPerComponent ,_gfc .ColorComponents ,data ,nil ,nil );if _bdc !=nil {return nil ,_bdc ;};};_ddfc :=_c .Options {};_ddfc .Quality =_gfc .Quality ;var _faced _gbg .Buffer ; +if _ebad :=_c .Encode (&_faced ,_dedb ,&_ddfc );_ebad !=nil {return nil ,_ebad ;};return _faced .Bytes (),nil ;}; -// NewASCII85Encoder makes a new ASCII85 encoder. -func NewASCII85Encoder ()*ASCII85Encoder {_fefa :=&ASCII85Encoder {};return _fefa }; +// MakeStreamDict makes a new instance of an encoding dictionary for a stream object. +func (_bggfa *JBIG2Encoder )MakeStreamDict ()*PdfObjectDictionary {_bafg :=MakeDict ();_bafg .Set ("\u0046\u0069\u006c\u0074\u0065\u0072",MakeName (_bggfa .GetFilterName ()));return _bafg ;}; -// MakeDecodeParams makes a new instance of an encoding dictionary based on -// the current encoder settings. -func (_bgfg *LZWEncoder )MakeDecodeParams ()PdfObject {if _bgfg .Predictor > 1{_eecf :=MakeDict ();_eecf .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",MakeInteger (int64 (_bgfg .Predictor )));if _bgfg .BitsPerComponent !=8{_eecf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",MakeInteger (int64 (_bgfg .BitsPerComponent ))); -};if _bgfg .Columns !=1{_eecf .Set ("\u0043o\u006c\u0075\u006d\u006e\u0073",MakeInteger (int64 (_bgfg .Columns )));};if _bgfg .Colors !=1{_eecf .Set ("\u0043\u006f\u006c\u006f\u0072\u0073",MakeInteger (int64 (_bgfg .Colors )));};return _eecf ;};return nil ; -};func _beab (_dbd _dg .Filter ,_defc _fc .AuthEvent )*PdfObjectDictionary {if _defc ==""{_defc =_fc .EventDocOpen ;};_gdc :=MakeDict ();_gdc .Set ("\u0054\u0079\u0070\u0065",MakeName ("C\u0072\u0079\u0070\u0074\u0046\u0069\u006c\u0074\u0065\u0072"));_gdc .Set ("\u0041u\u0074\u0068\u0045\u0076\u0065\u006et",MakeName (string (_defc ))); -_gdc .Set ("\u0043\u0046\u004d",MakeName (_dbd .Name ()));_gdc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",MakeInteger (int64 (_dbd .KeyLength ())));return _gdc ;}; \ No newline at end of file +// DecodeStream decodes a FlateEncoded stream object and give back decoded bytes. +func (_eeea *FlateEncoder )DecodeStream (streamObj *PdfObjectStream )([]byte ,error ){_gf .Log .Trace ("\u0046l\u0061t\u0065\u0044\u0065\u0063\u006fd\u0065\u0020s\u0074\u0072\u0065\u0061\u006d");_gf .Log .Trace ("\u0050\u0072\u0065\u0064\u0069\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_eeea .Predictor ); +if _eeea .BitsPerComponent !=8{return nil ,_af .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003d\u0025\u0064\u0020\u0028\u006f\u006e\u006c\u0079\u0020\u0038\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0029",_eeea .BitsPerComponent ); +};_ffgg ,_gdcb :=_eeea .DecodeBytes (streamObj .Stream );if _gdcb !=nil {return nil ,_gdcb ;};_ffgg ,_gdcb =_eeea .postDecodePredict (_ffgg );if _gdcb !=nil {return nil ,_gdcb ;};return _ffgg ,nil ;};func (_ffaf *PdfParser )parseNumber ()(PdfObject ,error ){return ParseNumber (_ffaf ._fdc )}; + + +// PdfCryptNewEncrypt makes the document crypt handler based on a specified crypt filter. +func PdfCryptNewEncrypt (cf _ee .Filter ,userPass ,ownerPass []byte ,perm _fg .Permissions )(*PdfCrypt ,*EncryptInfo ,error ){_fdg :=&PdfCrypt {_cae :make (map[PdfObject ]bool ),_fcag :make (cryptFilters ),_acc :_fg .StdEncryptDict {P :perm ,EncryptMetadata :true }}; +var _fca Version ;if cf !=nil {_eeb :=cf .PDFVersion ();_fca .Major ,_fca .Minor =_eeb [0],_eeb [1];V ,R :=cf .HandlerVersion ();_fdg ._ffgd .V =V ;_fdg ._acc .R =R ;_fdg ._ffgd .Length =cf .KeyLength ()*8;};const (_ddf =_fgf ;);_fdg ._fcag [_ddf ]=cf ; +if _fdg ._ffgd .V >=4{_fdg ._bfe =_ddf ;_fdg ._eab =_ddf ;};_ge :=_fdg .newEncryptDict ();_ede :=_e .Sum ([]byte (_b .Now ().Format (_b .RFC850 )));_egc :=string (_ede [:]);_acb :=make ([]byte ,100);_eb .Read (_acb );_ede =_e .Sum (_acb );_fac :=string (_ede [:]); +_gf .Log .Trace ("\u0052\u0061\u006e\u0064\u006f\u006d\u0020\u0062\u003a\u0020\u0025\u0020\u0078",_acb );_gf .Log .Trace ("\u0047\u0065\u006e\u0020\u0049\u0064\u0020\u0030\u003a\u0020\u0025\u0020\u0078",_egc );_fdg ._bc =_egc ;_aag :=_fdg .generateParams (userPass ,ownerPass ); +if _aag !=nil {return nil ,nil ,_aag ;};_ggc (&_fdg ._acc ,_ge );if _fdg ._ffgd .V >=4{if _dbbb :=_fdg .saveCryptFilters (_ge );_dbbb !=nil {return nil ,nil ,_dbbb ;};};return _fdg ,&EncryptInfo {Version :_fca ,Encrypt :_ge ,ID0 :_egc ,ID1 :_fac },nil ; +};func (_agfca *PdfParser )readComment ()(string ,error ){var _dcge _gbg .Buffer ;_ ,_cgada :=_agfca .skipSpaces ();if _cgada !=nil {return _dcge .String (),_cgada ;};_eddd :=true ;for {_fgfe ,_begcc :=_agfca ._fdc .Peek (1);if _begcc !=nil {_gf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_begcc .Error ()); +return _dcge .String (),_begcc ;};if _eddd &&_fgfe [0]!='%'{return _dcge .String (),_d .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");};_eddd =false ;if (_fgfe [0]!='\r')&&(_fgfe [0]!='\n'){_deac ,_ :=_agfca ._fdc .ReadByte (); +_dcge .WriteByte (_deac );}else {break ;};};return _dcge .String (),nil ;}; + +// GetXrefTable returns the PDFs xref table. +func (_dgggc *PdfParser )GetXrefTable ()XrefTable {return _dgggc ._gfdb }; + +// GetFilterName returns the name of the encoding filter. +func (_bcf *ASCIIHexEncoder )GetFilterName ()string {return StreamEncodingFilterNameASCIIHex }; + +// WriteString outputs the object as it is to be written to file. +func (_gefea *PdfObjectNull )WriteString ()string {return "\u006e\u0075\u006c\u006c"}; + +// WriteString outputs the object as it is to be written to file. +func (_bcaed *PdfObjectName )WriteString ()string {var _faeb _gbg .Buffer ;if len (*_bcaed )> 127{_gf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u0061\u006d\u0065\u0020t\u006fo\u0020l\u006f\u006e\u0067\u0020\u0028\u0025\u0073)",*_bcaed );};_faeb .WriteString ("\u002f"); +for _afed :=0;_afed < len (*_bcaed );_afed ++{_ggbcd :=(*_bcaed )[_afed ];if !IsPrintable (_ggbcd )||_ggbcd =='#'||IsDelimiter (_ggbcd ){_faeb .WriteString (_af .Sprintf ("\u0023\u0025\u002e2\u0078",_ggbcd ));}else {_faeb .WriteByte (_ggbcd );};};return _faeb .String (); +}; + +// ParserMetadata is the parser based metadata information about document. +// The data here could be used on document verification. +type ParserMetadata struct{_fbe int ;_gaad bool ;_fccg [4]byte ;_cbe bool ;_add bool ;_eecf bool ;_fbg bool ;_daf bool ;_ccaab bool ;}; + +// MakeFloat creates an PdfObjectFloat from a float64. +func MakeFloat (val float64 )*PdfObjectFloat {_dcgd :=PdfObjectFloat (val );return &_dcgd }; \ No newline at end of file diff --git a/core/security/crypt/crypt.go b/core/security/crypt/crypt.go index 9d12249d3..a403c114b 100644 --- a/core/security/crypt/crypt.go +++ b/core/security/crypt/crypt.go @@ -9,63 +9,29 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package crypt ;import (_c "crypto/aes";_cc "crypto/cipher";_dd "crypto/md5";_ad "crypto/rand";_d "crypto/rc4";_e "fmt";_g "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/core/security";_f "io";);func init (){_abe ("\u0041\u0045\u0053V\u0032",_bg )}; +package crypt ;import (_cc "crypto/aes";_e "crypto/cipher";_a "crypto/md5";_de "crypto/rand";_dd "crypto/rc4";_c "fmt";_cd "github.com/unidoc/unipdf/v3/common";_ce "github.com/unidoc/unipdf/v3/core/security";_da "io";);func init (){_bcf ("\u0041\u0045\u0053V\u0032",_ca )}; +type filterAESV3 struct{filterAES };type filterAESV2 struct{filterAES }; +// Name implements Filter interface. +func (filterV2 )Name ()string {return "\u0056\u0032"};func _ca (_dec FilterDict )(Filter ,error ){if _dec .Length ==128{_cd .Log .Debug ("\u0041\u0045S\u0056\u0032\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_dec .Length ); +_dec .Length /=8;};if _dec .Length !=0&&_dec .Length !=16{return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0032\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_dec .Length ); +};return filterAESV2 {},nil ;}; // NewIdentity creates an identity filter that bypasses all data without changes. -func NewIdentity ()Filter {return filterIdentity {}}; - -// NewFilter creates CryptFilter from a corresponding dictionary. -func NewFilter (d FilterDict )(Filter ,error ){_fad ,_dgb :=_ga (d .CFM );if _dgb !=nil {return nil ,_dgb ;};_gdg ,_dgb :=_fad (d );if _dgb !=nil {return nil ,_dgb ;};return _gdg ,nil ;};func (filterIdentity )Name ()string {return "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"}; -var _ Filter =filterAESV2 {};type filterV2 struct{_debd int };var _ Filter =filterV2 {}; - -// MakeKey implements Filter interface. -func (filterAESV3 )MakeKey (_ ,_ uint32 ,ekey []byte )([]byte ,error ){return ekey ,nil };type filterIdentity struct{}; - -// Name implements Filter interface. -func (filterAESV2 )Name ()string {return "\u0041\u0045\u0053V\u0032"};func init (){_abe ("\u0041\u0045\u0053V\u0033",_ac )}; +func NewIdentity ()Filter {return filterIdentity {}};func (filterIdentity )Name ()string {return "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"}; // HandlerVersion implements Filter interface. -func (filterAESV2 )HandlerVersion ()(V ,R int ){V ,R =4,4;return ;}; - -// NewFilterV2 creates a RC4-based filter with a specified key length (in bytes). -func NewFilterV2 (length int )Filter {_bdf ,_deb :=_cgb (FilterDict {Length :length });if _deb !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020R\u0043\u0034\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_deb ); -return filterV2 {_debd :length };};return _bdf ;}; - -// Name implements Filter interface. -func (filterAESV3 )Name ()string {return "\u0041\u0045\u0053V\u0033"};type filterAES struct{};type filterFunc func (_bcad FilterDict )(Filter ,error ); - -// EncryptBytes implements Filter interface. -func (filterV2 )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_feeg ,_aa :=_d .NewCipher (okey );if _aa !=nil {return nil ,_aa ;};_g .Log .Trace ("\u0052\u00434\u0020\u0045\u006ec\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf );_feeg .XORKeyStream (buf ,buf ); -_g .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; - -// NewFilterAESV2 creates an AES-based filter with a 128 bit key (AESV2). -func NewFilterAESV2 ()Filter {_ba ,_ee :=_bg (FilterDict {});if _ee !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_ee ); -return filterAESV2 {};};return _ba ;};func _bg (_fe FilterDict )(Filter ,error ){if _fe .Length ==128{_g .Log .Debug ("\u0041\u0045S\u0056\u0032\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_fe .Length ); -_fe .Length /=8;};if _fe .Length !=0&&_fe .Length !=16{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0032\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_fe .Length ); -};return filterAESV2 {},nil ;}; +func (_ddf filterV2 )HandlerVersion ()(V ,R int ){V ,R =2,3;return ;};type filterAES struct{}; // KeyLength implements Filter interface. -func (filterAESV2 )KeyLength ()int {return 128/8};func (filterIdentity )DecryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil };func (filterIdentity )PDFVersion ()[2]int {return [2]int {}};var (_ab =make (map[string ]filterFunc ););func init (){_abe ("\u0056\u0032",_cgb )}; -func _cd (_bc ,_gda uint32 ,_ge []byte ,_db bool )([]byte ,error ){_cdc :=make ([]byte ,len (_ge )+5);copy (_cdc ,_ge );for _age :=0;_age < 3;_age ++{_fb :=byte ((_bc >>uint32 (8*_age ))&0xff);_cdc [_age +len (_ge )]=_fb ;};for _bdd :=0;_bdd < 2;_bdd ++{_bga :=byte ((_gda >>uint32 (8*_bdd ))&0xff); -_cdc [_bdd +len (_ge )+3]=_bga ;};if _db {_cdc =append (_cdc ,0x73);_cdc =append (_cdc ,0x41);_cdc =append (_cdc ,0x6C);_cdc =append (_cdc ,0x54);};_fbg :=_dd .New ();_fbg .Write (_cdc );_bb :=_fbg .Sum (nil );if len (_ge )+5< 16{return _bb [0:len (_ge )+5],nil ; -};return _bb ,nil ;};func (filterAES )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_bfc ,_bd :=_c .NewCipher (okey );if _bd !=nil {return nil ,_bd ;};if len (buf )< 16{_g .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0041\u0045\u0053\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0062\u0075\u0066\u0020\u0025\u0073",buf ); -return buf ,_e .Errorf ("\u0041\u0045\u0053\u003a B\u0075\u0066\u0020\u006c\u0065\u006e\u0020\u003c\u0020\u0031\u0036\u0020\u0028\u0025d\u0029",len (buf ));};_cg :=buf [:16];buf =buf [16:];if len (buf )%16!=0{_g .Log .Debug ("\u0020\u0069\u0076\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (_cg ),_cg ); -_g .Log .Debug ("\u0062\u0075\u0066\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );return buf ,_e .Errorf ("\u0041\u0045\u0053\u0020\u0062\u0075\u0066\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069p\u006c\u0065\u0020\u006f\u0066 \u0031\u0036 \u0028\u0025\u0064\u0029",len (buf )); -};_bfg :=_cc .NewCBCDecrypter (_bfc ,_cg );_g .Log .Trace ("A\u0045\u0053\u0020\u0044ec\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );_g .Log .Trace ("\u0063\u0068\u006f\u0070\u0020\u0041\u0045\u0053\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u0020\u0028\u0025\u0064\u0029\u003a \u0025\u0020\u0078",len (buf ),buf ); -_bfg .CryptBlocks (buf ,buf );_g .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );if len (buf )==0{_g .Log .Trace ("\u0045\u006d\u0070\u0074\u0079\u0020b\u0075\u0066\u002c\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0065\u006d\u0070\u0074\u0079\u0020\u0073t\u0072\u0069\u006e\u0067"); -return buf ,nil ;};_bgd :=int (buf [len (buf )-1]);if _bgd > len (buf ){_g .Log .Debug ("\u0049\u006c\u006c\u0065g\u0061\u006c\u0020\u0070\u0061\u0064\u0020\u006c\u0065\u006eg\u0074h\u0020\u0028\u0025\u0064\u0020\u003e\u0020%\u0064\u0029",_bgd ,len (buf )); -return buf ,_e .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0070a\u0064\u0020l\u0065\u006e\u0067\u0074\u0068");};buf =buf [:len (buf )-_bgd ];return buf ,nil ;};func (filterIdentity )MakeKey (objNum ,genNum uint32 ,fkey []byte )([]byte ,error ){return fkey ,nil }; +func (_fg filterV2 )KeyLength ()int {return _fg ._agf };func init (){_bcf ("\u0041\u0045\u0053V\u0033",_ge )}; +// NewFilterAESV2 creates an AES-based filter with a 128 bit key (AESV2). +func NewFilterAESV2 ()Filter {_cb ,_dg :=_ca (FilterDict {});if _dg !=nil {_cd .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_dg ); +return filterAESV2 {};};return _cb ;}; -// PDFVersion implements Filter interface. -func (filterAESV3 )PDFVersion ()[2]int {return [2]int {2,0}};func (filterAES )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_gd ,_da :=_c .NewCipher (okey );if _da !=nil {return nil ,_da ;};_g .Log .Trace ("A\u0045\u0053\u0020\u0045nc\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); -const _ae =_c .BlockSize ;_bf :=_ae -len (buf )%_ae ;for _ca :=0;_ca < _bf ;_ca ++{buf =append (buf ,byte (_bf ));};_g .Log .Trace ("\u0050a\u0064d\u0065\u0064\u0020\u0074\u006f \u0025\u0064 \u0062\u0079\u0074\u0065\u0073",len (buf ));_fc :=make ([]byte ,_ae +len (buf )); -_ebg :=_fc [:_ae ];if _ ,_gf :=_f .ReadFull (_ad .Reader ,_ebg );_gf !=nil {return nil ,_gf ;};_bae :=_cc .NewCBCEncrypter (_gd ,_ebg );_bae .CryptBlocks (_fc [_ae :],buf );buf =_fc ;_g .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); -return buf ,nil ;};func (filterIdentity )HandlerVersion ()(V ,R int ){return ;}; - -// HandlerVersion implements Filter interface. -func (filterAESV3 )HandlerVersion ()(V ,R int ){V ,R =5,6;return ;}; +// MakeKey implements Filter interface. +func (filterAESV3 )MakeKey (_ ,_ uint32 ,ekey []byte )([]byte ,error ){return ekey ,nil };type filterFunc func (_ab FilterDict )(Filter ,error );var _ Filter =filterV2 {}; // Filter is a common interface for crypt filter methods. type Filter interface{ @@ -84,54 +50,86 @@ HandlerVersion ()(V ,R int ); // MakeKey generates a object encryption key based on file encryption key and object numbers. // Used only for legacy filters - AESV3 doesn't change the key for each object. -MakeKey (_aad ,_bad uint32 ,_gea []byte )([]byte ,error ); +MakeKey (_ef ,_eb uint32 ,_bdgf []byte )([]byte ,error ); // EncryptBytes encrypts a buffer using object encryption key, as returned by MakeKey. // Implementation may reuse a buffer and encrypt data in-place. -EncryptBytes (_bac []byte ,_abd []byte )([]byte ,error ); +EncryptBytes (_ddfd []byte ,_dabf []byte )([]byte ,error ); // DecryptBytes decrypts a buffer using object encryption key, as returned by MakeKey. // Implementation may reuse a buffer and decrypt data in-place. -DecryptBytes (_ccf []byte ,_af []byte )([]byte ,error );}; +DecryptBytes (_daf []byte ,_ged []byte )([]byte ,error );}; -// DecryptBytes implements Filter interface. -func (filterV2 )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_bee ,_bca :=_d .NewCipher (okey );if _bca !=nil {return nil ,_bca ;};_g .Log .Trace ("\u0052\u00434\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); -_bee .XORKeyStream (buf ,buf );_g .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; +// PDFVersion implements Filter interface. +func (filterAESV3 )PDFVersion ()[2]int {return [2]int {2,0}}; -// Name implements Filter interface. -func (filterV2 )Name ()string {return "\u0056\u0032"}; +// MakeKey implements Filter interface. +func (_cee filterV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _fd (objNum ,genNum ,ekey ,false );};type filterV2 struct{_agf int }; // PDFVersion implements Filter interface. -func (_fa filterV2 )PDFVersion ()[2]int {return [2]int {}}; +func (_bca filterV2 )PDFVersion ()[2]int {return [2]int {}}; + +// Name implements Filter interface. +func (filterAESV2 )Name ()string {return "\u0041\u0045\u0053V\u0032"};func (filterAES )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_ccf ,_dc :=_cc .NewCipher (okey );if _dc !=nil {return nil ,_dc ;};_cd .Log .Trace ("A\u0045\u0053\u0020\u0045nc\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); +const _cbc =_cc .BlockSize ;_gg :=_cbc -len (buf )%_cbc ;for _cf :=0;_cf < _gg ;_cf ++{buf =append (buf ,byte (_gg ));};_cd .Log .Trace ("\u0050a\u0064d\u0065\u0064\u0020\u0074\u006f \u0025\u0064 \u0062\u0079\u0074\u0065\u0073",len (buf ));_b :=make ([]byte ,_cbc +len (buf )); +_bb :=_b [:_cbc ];if _ ,_bd :=_da .ReadFull (_de .Reader ,_bb );_bd !=nil {return nil ,_bd ;};_dee :=_e .NewCBCEncrypter (_ccf ,_bb );_dee .CryptBlocks (_b [_cbc :],buf );buf =_b ;_cd .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf ); +return buf ,nil ;};func (filterIdentity )HandlerVersion ()(V ,R int ){return ;};func init (){_bcf ("\u0056\u0032",_bf )}; + +// NewFilter creates CryptFilter from a corresponding dictionary. +func NewFilter (d FilterDict )(Filter ,error ){_dff ,_be :=_ggd (d .CFM );if _be !=nil {return nil ,_be ;};_ff ,_be :=_dff (d );if _be !=nil {return nil ,_be ;};return _ff ,nil ;}; // KeyLength implements Filter interface. -func (_ec filterV2 )KeyLength ()int {return _ec ._debd };var _ Filter =filterAESV3 {};func (filterIdentity )EncryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil };func _abe (_cee string ,_gb filterFunc ){if _ ,_gdaa :=_ab [_cee ];_gdaa {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064"); -};_ab [_cee ]=_gb ;};func _ac (_de FilterDict )(Filter ,error ){if _de .Length ==256{_g .Log .Debug ("\u0041\u0045S\u0056\u0033\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_de .Length ); -_de .Length /=8;};if _de .Length !=0&&_de .Length !=32{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0033\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_de .Length ); -};return filterAESV3 {},nil ;}; +func (filterAESV3 )KeyLength ()int {return 256/8};func _fd (_af ,_dcb uint32 ,_ga []byte ,_gec bool )([]byte ,error ){_edd :=make ([]byte ,len (_ga )+5);copy (_edd ,_ga );for _bde :=0;_bde < 3;_bde ++{_df :=byte ((_af >>uint32 (8*_bde ))&0xff);_edd [_bde +len (_ga )]=_df ; +};for _ad :=0;_ad < 2;_ad ++{_adc :=byte ((_dcb >>uint32 (8*_ad ))&0xff);_edd [_ad +len (_ga )+3]=_adc ;};if _gec {_edd =append (_edd ,0x73);_edd =append (_edd ,0x41);_edd =append (_edd ,0x6C);_edd =append (_edd ,0x54);};_fc :=_a .New ();_fc .Write (_edd ); +_bg :=_fc .Sum (nil );if len (_ga )+5< 16{return _bg [0:len (_ga )+5],nil ;};return _bg ,nil ;};var _ Filter =filterAESV3 {};func _ggd (_eddf string )(filterFunc ,error ){_bec :=_fb [_eddf ];if _bec ==nil {return nil ,_c .Errorf ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0072\u0079p\u0074 \u0066\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0071",_eddf ); +};return _bec ,nil ;}; + +// NewFilterV2 creates a RC4-based filter with a specified key length (in bytes). +func NewFilterV2 (length int )Filter {_dce ,_bdg :=_bf (FilterDict {Length :length });if _bdg !=nil {_cd .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020R\u0043\u0034\u0020\u0056\u0032\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_bdg ); +return filterV2 {_agf :length };};return _dce ;};func _bf (_bdb FilterDict )(Filter ,error ){if _bdb .Length %8!=0{return nil ,_c .Errorf ("\u0063\u0072\u0079p\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020o\u0066\u0020\u0038\u0020\u0028\u0025\u0064\u0029",_bdb .Length ); +};if _bdb .Length < 5||_bdb .Length > 16{if _bdb .Length ==40||_bdb .Length ==64||_bdb .Length ==128{_cd .Log .Debug ("\u0053\u0054\u0041\u004e\u0044AR\u0044\u0020V\u0049\u004f\u004c\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0043\u0072\u0079\u0070\u0074\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072s\u0020\u0074\u006f \u0062\u0065\u0020\u0069\u006e\u0020\u0062\u0069\u0074\u0073\u0020\u0072\u0061t\u0068\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0020-\u0020\u0061s\u0073u\u006d\u0069\u006e\u0067\u0020\u0062\u0069t\u0073\u0020\u0028\u0025\u0064\u0029",_bdb .Length ); +_bdb .Length /=8;}else {return nil ,_c .Errorf ("\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074h\u0020\u006e\u006f\u0074\u0020\u0069\u006e \u0072\u0061\u006e\u0067\u0065\u0020\u0034\u0030\u0020\u002d\u00201\u0032\u0038\u0020\u0062\u0069\u0074\u0020\u0028\u0025\u0064\u0029",_bdb .Length ); +};};return filterV2 {_agf :_bdb .Length },nil ;};var _ Filter =filterAESV2 {}; // KeyLength implements Filter interface. -func (filterAESV3 )KeyLength ()int {return 256/8}; +func (filterAESV2 )KeyLength ()int {return 128/8}; -// MakeKey implements Filter interface. -func (_eg filterV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _cd (objNum ,genNum ,ekey ,false );};func (filterIdentity )KeyLength ()int {return 0}; +// FilterDict represents information from a CryptFilter dictionary. +type FilterDict struct{CFM string ;AuthEvent _ce .AuthEvent ;Length int ;}; + +// EncryptBytes implements Filter interface. +func (filterV2 )EncryptBytes (buf []byte ,okey []byte )([]byte ,error ){_fe ,_bgg :=_dd .NewCipher (okey );if _bgg !=nil {return nil ,_bgg ;};_cd .Log .Trace ("\u0052\u00434\u0020\u0045\u006ec\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); +_fe .XORKeyStream (buf ,buf );_cd .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;};type filterIdentity struct{};func _bcf (_ceb string ,_cae filterFunc ){if _ ,_fa :=_fb [_ceb ];_fa {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064"); +};_fb [_ceb ]=_cae ;}; + +// HandlerVersion implements Filter interface. +func (filterAESV3 )HandlerVersion ()(V ,R int ){V ,R =5,6;return ;}; // PDFVersion implements Filter interface. -func (filterAESV2 )PDFVersion ()[2]int {return [2]int {1,5}}; +func (filterAESV2 )PDFVersion ()[2]int {return [2]int {1,5}};func (filterAES )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_cdb ,_cbg :=_cc .NewCipher (okey );if _cbg !=nil {return nil ,_cbg ;};if len (buf )< 16{_cd .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020\u0041\u0045\u0053\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0062\u0075\u0066\u0020\u0025\u0073",buf ); +return buf ,_c .Errorf ("\u0041\u0045\u0053\u003a B\u0075\u0066\u0020\u006c\u0065\u006e\u0020\u003c\u0020\u0031\u0036\u0020\u0028\u0025d\u0029",len (buf ));};_ed :=buf [:16];buf =buf [16:];if len (buf )%16!=0{_cd .Log .Debug ("\u0020\u0069\u0076\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (_ed ),_ed ); +_cd .Log .Debug ("\u0062\u0075\u0066\u0020\u0028\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );return buf ,_c .Errorf ("\u0041\u0045\u0053\u0020\u0062\u0075\u0066\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069p\u006c\u0065\u0020\u006f\u0066 \u0031\u0036 \u0028\u0025\u0064\u0029",len (buf )); +};_cac :=_e .NewCBCDecrypter (_cdb ,_ed );_cd .Log .Trace ("A\u0045\u0053\u0020\u0044ec\u0072y\u0070\u0074\u0020\u0028\u0025d\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );_cd .Log .Trace ("\u0063\u0068\u006f\u0070\u0020\u0041\u0045\u0053\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u0020\u0028\u0025\u0064\u0029\u003a \u0025\u0020\u0078",len (buf ),buf ); +_cac .CryptBlocks (buf ,buf );_cd .Log .Trace ("\u0074\u006f\u0020(\u0025\u0064\u0029\u003a\u0020\u0025\u0020\u0078",len (buf ),buf );if len (buf )==0{_cd .Log .Trace ("\u0045\u006d\u0070\u0074\u0079\u0020b\u0075\u0066\u002c\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067 \u0065\u006d\u0070\u0074\u0079\u0020\u0073t\u0072\u0069\u006e\u0067"); +return buf ,nil ;};_f :=int (buf [len (buf )-1]);if _f > len (buf ){_cd .Log .Debug ("\u0049\u006c\u006c\u0065g\u0061\u006c\u0020\u0070\u0061\u0064\u0020\u006c\u0065\u006eg\u0074h\u0020\u0028\u0025\u0064\u0020\u003e\u0020%\u0064\u0029",_f ,len (buf )); +return buf ,_c .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0070a\u0064\u0020l\u0065\u006e\u0067\u0074\u0068");};buf =buf [:len (buf )-_f ];return buf ,nil ;}; -// MakeKey implements Filter interface. -func (filterAESV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _cd (objNum ,genNum ,ekey ,true );};type filterAESV3 struct{filterAES }; +// Name implements Filter interface. +func (filterAESV3 )Name ()string {return "\u0041\u0045\u0053V\u0033"};var (_fb =make (map[string ]filterFunc ););func (filterIdentity )KeyLength ()int {return 0};func (filterIdentity )PDFVersion ()[2]int {return [2]int {}};func (filterIdentity )MakeKey (objNum ,genNum uint32 ,fkey []byte )([]byte ,error ){return fkey ,nil }; -// FilterDict represents information from a CryptFilter dictionary. -type FilterDict struct{CFM string ;AuthEvent _b .AuthEvent ;Length int ;}; -// HandlerVersion implements Filter interface. -func (_ed filterV2 )HandlerVersion ()(V ,R int ){V ,R =2,3;return ;};func _ga (_dae string )(filterFunc ,error ){_bgb :=_ab [_dae ];if _bgb ==nil {return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0072\u0079p\u0074 \u0066\u0069\u006c\u0074\u0065\u0072\u003a \u0025\u0071",_dae ); -};return _bgb ,nil ;}; +// DecryptBytes implements Filter interface. +func (filterV2 )DecryptBytes (buf []byte ,okey []byte )([]byte ,error ){_ddd ,_cec :=_dd .NewCipher (okey );if _cec !=nil {return nil ,_cec ;};_cd .Log .Trace ("\u0052\u00434\u0020\u0044\u0065c\u0072\u0079\u0070\u0074\u003a\u0020\u0025\u0020\u0078",buf ); +_ddd .XORKeyStream (buf ,buf );_cd .Log .Trace ("\u0074o\u003a\u0020\u0025\u0020\u0078",buf );return buf ,nil ;}; // NewFilterAESV3 creates an AES-based filter with a 256 bit key (AESV3). -func NewFilterAESV3 ()Filter {_cca ,_eb :=_ac (FilterDict {});if _eb !=nil {_g .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0033\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_eb ); -return filterAESV3 {};};return _cca ;};type filterAESV2 struct{filterAES };func _cgb (_fee FilterDict )(Filter ,error ){if _fee .Length %8!=0{return nil ,_e .Errorf ("\u0063\u0072\u0079p\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006e\u006f\u0074\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020o\u0066\u0020\u0038\u0020\u0028\u0025\u0064\u0029",_fee .Length ); -};if _fee .Length < 5||_fee .Length > 16{if _fee .Length ==40||_fee .Length ==64||_fee .Length ==128{_g .Log .Debug ("\u0053\u0054\u0041\u004e\u0044AR\u0044\u0020V\u0049\u004f\u004c\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0043\u0072\u0079\u0070\u0074\u0020\u004c\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072s\u0020\u0074\u006f \u0062\u0065\u0020\u0069\u006e\u0020\u0062\u0069\u0074\u0073\u0020\u0072\u0061t\u0068\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0020-\u0020\u0061s\u0073u\u006d\u0069\u006e\u0067\u0020\u0062\u0069t\u0073\u0020\u0028\u0025\u0064\u0029",_fee .Length ); -_fee .Length /=8;}else {return nil ,_e .Errorf ("\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u006c\u0065\u006e\u0067\u0074h\u0020\u006e\u006f\u0074\u0020\u0069\u006e \u0072\u0061\u006e\u0067\u0065\u0020\u0034\u0030\u0020\u002d\u00201\u0032\u0038\u0020\u0062\u0069\u0074\u0020\u0028\u0025\u0064\u0029",_fee .Length ); -};};return filterV2 {_debd :_fee .Length },nil ;}; \ No newline at end of file +func NewFilterAESV3 ()Filter {_eg ,_dgg :=_ge (FilterDict {});if _dgg !=nil {_cd .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0063re\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0056\u0033\u0020\u0063\u0072\u0079pt\u0020\u0066i\u006c\u0074\u0065\u0072\u003a\u0020\u0025\u0076",_dgg ); +return filterAESV3 {};};return _eg ;};func (filterIdentity )EncryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil };func (filterIdentity )DecryptBytes (p []byte ,okey []byte )([]byte ,error ){return p ,nil }; + +// MakeKey implements Filter interface. +func (filterAESV2 )MakeKey (objNum ,genNum uint32 ,ekey []byte )([]byte ,error ){return _fd (objNum ,genNum ,ekey ,true );};func _ge (_ee FilterDict )(Filter ,error ){if _ee .Length ==256{_cd .Log .Debug ("\u0041\u0045S\u0056\u0033\u0020c\u0072\u0079\u0070\u0074\u0020f\u0069\u006c\u0074\u0065\u0072 l\u0065\u006e\u0067\u0074\u0068\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0074\u006f\u0020\u0062e\u0020i\u006e\u0020\u0062\u0069\u0074\u0073 ra\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0062\u0079te\u0073 \u002d\u0020\u0061\u0073s\u0075m\u0069n\u0067\u0020b\u0069\u0074s \u0028\u0025\u0064\u0029",_ee .Length ); +_ee .Length /=8;};if _ee .Length !=0&&_ee .Length !=32{return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0041\u0045\u0053\u0056\u0033\u0020\u0063\u0072\u0079\u0070\u0074\u0020\u0066\u0069\u006c\u0074e\u0072\u0020\u006c\u0065\u006eg\u0074\u0068 \u0028\u0025\u0064\u0029",_ee .Length ); +};return filterAESV3 {},nil ;}; + +// HandlerVersion implements Filter interface. +func (filterAESV2 )HandlerVersion ()(V ,R int ){V ,R =4,4;return ;}; \ No newline at end of file diff --git a/core/security/security.go b/core/security/security.go index b9cd821e4..471a26b75 100644 --- a/core/security/security.go +++ b/core/security/security.go @@ -9,121 +9,121 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package security ;import (_ed "bytes";_de "crypto/aes";_b "crypto/cipher";_f "crypto/md5";_bd "crypto/rand";_bc "crypto/rc4";_a "crypto/sha256";_dc "crypto/sha512";_g "encoding/binary";_ae "errors";_gc "fmt";_ga "github.com/unidoc/unipdf/v3/common";_dd "hash"; -_d "io";_be "math";);func (_ace stdHandlerR4 )alg3 (R int ,_ece ,_eabc []byte )([]byte ,error ){var _abg []byte ;if len (_eabc )> 0{_abg =_ace .alg3Key (R ,_eabc );}else {_abg =_ace .alg3Key (R ,_ece );};_ad ,_dca :=_bc .NewCipher (_abg );if _dca !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); -};_ba :=_ace .paddedPass (_ece );_af :=make ([]byte ,len (_ba ));_ad .XORKeyStream (_af ,_ba );if R >=3{_dg :=make ([]byte ,len (_abg ));for _cac :=0;_cac < 19;_cac ++{for _afe :=0;_afe < len (_abg );_afe ++{_dg [_afe ]=_abg [_afe ]^byte (_cac +1);};_bgb ,_eef :=_bc .NewCipher (_dg ); -if _eef !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_bgb .XORKeyStream (_af ,_af );};};return _af ,nil ;};func (_ada stdHandlerR4 )alg4 (_dcf []byte ,_aba []byte )([]byte ,error ){_fd ,_aae :=_bc .NewCipher (_dcf ); -if _aae !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_ffa :=[]byte (_acg );_bga :=make ([]byte ,len (_ffa ));_fd .XORKeyStream (_bga ,_ffa );return _bga ,nil ;};func _ge (_c _b .Block )*ecb {return &ecb {_ac :_c ,_ab :_c .BlockSize ()}}; +package security ;import (_dd "bytes";_be "crypto/aes";_g "crypto/cipher";_da "crypto/md5";_ed "crypto/rand";_ec "crypto/rc4";_eg "crypto/sha256";_e "crypto/sha512";_ef "encoding/binary";_db "errors";_fe "fmt";_ff "github.com/unidoc/unipdf/v3/common";_d "hash"; +_b "io";_bed "math";);func (_bedb stdHandlerR6 )alg10 (_cfb *StdEncryptDict ,_bgc []byte )error {if _fbg :=_efd ("\u0061\u006c\u00671\u0030","\u004b\u0065\u0079",32,_bgc );_fbg !=nil {return _fbg ;};_ebd :=uint64 (uint32 (_cfb .P ))|(_bed .MaxUint32 <<32); +Perms :=make ([]byte ,16);_ef .LittleEndian .PutUint64 (Perms [:8],_ebd );if _cfb .EncryptMetadata {Perms [8]='T';}else {Perms [8]='F';};copy (Perms [9:12],"\u0061\u0064\u0062");if _ ,_dbdb :=_b .ReadFull (_ed .Reader ,Perms [12:16]);_dbdb !=nil {return _dbdb ; +};_begf ,_abf :=_fdae (_bgc [:32]);if _abf !=nil {return _abf ;};_fcg :=_c (_begf );_fcg .CryptBlocks (Perms ,Perms );_cfb .Perms =Perms [:16];return nil ;};func (_bea *ecbEncrypter )CryptBlocks (dst ,src []byte ){if len (src )%_bea ._beb !=0{_ff .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); +return ;};if len (dst )< len (src ){_ff .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); +return ;};for len (src )> 0{_bea ._dad .Encrypt (dst ,src [:_bea ._beb ]);src =src [_bea ._beb :];dst =dst [_bea ._beb :];};};func (_aacg stdHandlerR6 )alg13 (_cgc *StdEncryptDict ,_eead []byte )error {if _bcd :=_efd ("\u0061\u006c\u00671\u0033","\u004b\u0065\u0079",32,_eead ); +_bcd !=nil {return _bcd ;};if _fddc :=_efd ("\u0061\u006c\u00671\u0033","\u0050\u0065\u0072m\u0073",16,_cgc .Perms );_fddc !=nil {return _fddc ;};_bacg :=make ([]byte ,16);copy (_bacg ,_cgc .Perms [:16]);_bgbe ,_cec :=_be .NewCipher (_eead [:32]);if _cec !=nil {return _cec ; +};_ggg :=_fb (_bgbe );_ggg .CryptBlocks (_bacg ,_bacg );if !_dd .Equal (_bacg [9:12],[]byte ("\u0061\u0064\u0062")){return _db .New ("\u0064\u0065\u0063o\u0064\u0065\u0064\u0020p\u0065\u0072\u006d\u0069\u0073\u0073\u0069o\u006e\u0073\u0020\u0061\u0072\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};_bdff :=Permissions (_ef .LittleEndian .Uint32 (_bacg [0:4]));if _bdff !=_cgc .P {return _db .New ("\u0070\u0065r\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0061il\u0065\u0064"); +};var _ebg bool ;if _bacg [8]=='T'{_ebg =true ;}else if _bacg [8]=='F'{_ebg =false ;}else {return _db .New ("\u0064\u0065\u0063\u006f\u0064\u0065\u0064 \u006d\u0065\u0074a\u0064\u0061\u0074\u0061 \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0067\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); +};if _ebg !=_cgc .EncryptMetadata {return _db .New ("\u006d\u0065t\u0061\u0064\u0061\u0074a\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e \u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066a\u0069\u006c\u0065\u0064"); +};return nil ;};var _ StdHandler =stdHandlerR4 {};func (_gae stdHandlerR6 )alg2a (_dbca *StdEncryptDict ,_gdgg []byte )([]byte ,Permissions ,error ){if _dfb :=_efd ("\u0061\u006c\u00672\u0061","\u004f",48,_dbca .O );_dfb !=nil {return nil ,0,_dfb ;};if _bc :=_efd ("\u0061\u006c\u00672\u0061","\u0055",48,_dbca .U ); +_bc !=nil {return nil ,0,_bc ;};if len (_gdgg )> 127{_gdgg =_gdgg [:127];};_eaa ,_eb :=_gae .alg12 (_dbca ,_gdgg );if _eb !=nil {return nil ,0,_eb ;};var (_gbgb []byte ;_abb []byte ;_cga []byte ;);var _eag Permissions ;if len (_eaa )!=0{_eag =PermOwner ; +_faf :=make ([]byte ,len (_gdgg )+8+48);_bfd :=copy (_faf ,_gdgg );_bfd +=copy (_faf [_bfd :],_dbca .O [40:48]);copy (_faf [_bfd :],_dbca .U [0:48]);_gbgb =_faf ;_abb =_dbca .OE ;_cga =_dbca .U [0:48];}else {_eaa ,_eb =_gae .alg11 (_dbca ,_gdgg );if _eb ==nil &&len (_eaa )==0{_eaa ,_eb =_gae .alg11 (_dbca ,[]byte ("")); +};if _eb !=nil {return nil ,0,_eb ;}else if len (_eaa )==0{return nil ,0,nil ;};_eag =_dbca .P ;_effb :=make ([]byte ,len (_gdgg )+8);_cac :=copy (_effb ,_gdgg );copy (_effb [_cac :],_dbca .U [40:48]);_gbgb =_effb ;_abb =_dbca .UE ;_cga =nil ;};if _dfd :=_efd ("\u0061\u006c\u00672\u0061","\u004b\u0065\u0079",32,_abb ); +_dfd !=nil {return nil ,0,_dfd ;};_abb =_abb [:32];_bff ,_eb :=_gae .alg2b (_dbca .R ,_gbgb ,_gdgg ,_cga );if _eb !=nil {return nil ,0,_eb ;};_bgf ,_eb :=_be .NewCipher (_bff [:32]);if _eb !=nil {return nil ,0,_eb ;};_geb :=make ([]byte ,_be .BlockSize ); +_gcc :=_g .NewCBCDecrypter (_bgf ,_geb );_fgf :=make ([]byte ,32);_gcc .CryptBlocks (_fgf ,_abb );if _dbca .R ==5{return _fgf ,_eag ,nil ;};_eb =_gae .alg13 (_dbca ,_fgf );if _eb !=nil {return nil ,0,_eb ;};return _fgf ,_eag ,nil ;};func (_ged stdHandlerR4 )alg3Key (R int ,_fc []byte )[]byte {_eda :=_da .New (); +_fa :=_ged .paddedPass (_fc );_eda .Write (_fa );if R >=3{for _ggb :=0;_ggb < 50;_ggb ++{_cd :=_eda .Sum (nil );_eda =_da .New ();_eda .Write (_cd );};};_ecg :=_eda .Sum (nil );if R ==2{_ecg =_ecg [0:5];}else {_ecg =_ecg [0:_ged .Length /8];};return _ecg ; +};func _dde (_agbg ,_ggc ,_bfdg []byte )([]byte ,error ){var (_gbc ,_bac ,_gdgge _d .Hash ;);_gbc =_eg .New ();_gafb :=make ([]byte ,64);_abec :=_gbc ;_abec .Write (_agbg );K :=_abec .Sum (_gafb [:0]);_cde :=make ([]byte ,64*(127+64+48));_bdc :=func (_cae int )([]byte ,error ){_ace :=len (_ggc )+len (K )+len (_bfdg ); +_ecb :=_cde [:_ace ];_bgb :=copy (_ecb ,_ggc );_bgb +=copy (_ecb [_bgb :],K [:]);_bgb +=copy (_ecb [_bgb :],_bfdg );if _bgb !=_ace {_ff .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0072\u006f\u0075\u006ed\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u007ae\u002e"); +return nil ,_db .New ("\u0077\u0072\u006f\u006e\u0067\u0020\u0073\u0069\u007a\u0065");};K1 :=_cde [:_ace *64];_dbd (K1 ,_ace );_egb ,_abc :=_fdae (K [0:16]);if _abc !=nil {return nil ,_abc ;};_fea :=_g .NewCBCEncrypter (_egb ,K [16:32]);_fea .CryptBlocks (K1 ,K1 ); +E :=K1 ;_fbf :=0;for _abef :=0;_abef < 16;_abef ++{_fbf +=int (E [_abef ]%3);};var _bbd _d .Hash ;switch _fbf %3{case 0:_bbd =_gbc ;case 1:if _bac ==nil {_bac =_e .New384 ();};_bbd =_bac ;case 2:if _gdgge ==nil {_gdgge =_e .New ();};_bbd =_gdgge ;};_bbd .Reset (); +_bbd .Write (E );K =_bbd .Sum (_gafb [:0]);return E ,nil ;};for _cfef :=0;;{E ,_dab :=_bdc (_cfef );if _dab !=nil {return nil ,_dab ;};_edf :=E [len (E )-1];_cfef ++;if _cfef >=64&&_edf <=uint8 (_cfef -32){break ;};};return K [:32],nil ;};func (_af stdHandlerR4 )alg5 (_ab []byte ,_de []byte )([]byte ,error ){_abg :=_da .New (); +_abg .Write ([]byte (_gd ));_abg .Write ([]byte (_af .ID0 ));_eec :=_abg .Sum (nil );_ff .Log .Trace ("\u0061\u006c\u0067\u0035");_ff .Log .Trace ("\u0065k\u0065\u0079\u003a\u0020\u0025\u0020x",_ab );_ff .Log .Trace ("\u0049D\u003a\u0020\u0025\u0020\u0078",_af .ID0 ); +if len (_eec )!=16{return nil ,_db .New ("\u0068a\u0073\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074\u0020\u0031\u0036\u0020\u0062\u0079\u0074\u0065\u0073");};_ag ,_dgb :=_ec .NewCipher (_ab );if _dgb !=nil {return nil ,_db .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_bdf :=make ([]byte ,16);_ag .XORKeyStream (_bdf ,_eec );_cdbd :=make ([]byte ,len (_ab ));for _ca :=0;_ca < 19;_ca ++{for _cge :=0;_cge < len (_ab );_cge ++{_cdbd [_cge ]=_ab [_cge ]^byte (_ca +1);};_ag ,_dgb =_ec .NewCipher (_cdbd );if _dgb !=nil {return nil ,_db .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_ag .XORKeyStream (_bdf ,_bdf );_ff .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u002c\u0020\u0065\u006b\u0065\u0079:\u0020\u0025\u0020\u0078",_ca ,_cdbd );_ff .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0020\u0078",_ca ,_bdf ); +};_ega :=make ([]byte ,32);for _abd :=0;_abd < 16;_abd ++{_ega [_abd ]=_bdf [_abd ];};_ ,_dgb =_ed .Read (_ega [16:32]);if _dgb !=nil {return nil ,_db .New ("\u0066a\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065n\u0020r\u0061n\u0064\u0020\u006e\u0075\u006d\u0062\u0065r"); +};return _ega ,nil ;}; +// StdEncryptDict is a set of additional fields used in standard encryption dictionary. +type StdEncryptDict struct{R int ;P Permissions ;EncryptMetadata bool ;O ,U []byte ;OE ,UE []byte ;Perms []byte ;};type errInvalidField struct{Func string ;Field string ;Exp int ;Got int ;};func _c (_bf _g .Block )_g .BlockMode {return (*ecbEncrypter )(_ge (_bf ))}; +const _gd ="\x28\277\116\136\x4e\x75\x8a\x41\x64\000\x4e\x56\377"+"\xfa\001\010\056\x2e\x00\xb6\xd0\x68\076\x80\x2f\014"+"\251\xfe\x64\x53\x69\172"; -// Allowed checks if a set of permissions can be granted. -func (_edb Permissions )Allowed (p2 Permissions )bool {return _edb &p2 ==p2 };func (_aac stdHandlerR6 )alg12 (_cedb *StdEncryptDict ,_cgde []byte )([]byte ,error ){if _ggf :=_db ("\u0061\u006c\u00671\u0032","\u0055",48,_cedb .U );_ggf !=nil {return nil ,_ggf ; -};if _eda :=_db ("\u0061\u006c\u00671\u0032","\u004f",48,_cedb .O );_eda !=nil {return nil ,_eda ;};_ded :=make ([]byte ,len (_cgde )+8+48);_eggff :=copy (_ded ,_cgde );_eggff +=copy (_ded [_eggff :],_cedb .O [32:40]);_eggff +=copy (_ded [_eggff :],_cedb .U [0:48]); -_fba ,_bdeb :=_aac .alg2b (_cedb .R ,_ded ,_cgde ,_cedb .U [0:48]);if _bdeb !=nil {return nil ,_bdeb ;};_fba =_fba [:32];if !_ed .Equal (_fba ,_cedb .O [:32]){return nil ,nil ;};return _fba ,nil ;};var _ StdHandler =stdHandlerR6 {};func (_dbac stdHandlerR6 )alg9 (_cgg *StdEncryptDict ,_gbg []byte ,_gee []byte )error {if _deb :=_db ("\u0061\u006c\u0067\u0039","\u004b\u0065\u0079",32,_gbg ); -_deb !=nil {return _deb ;};if _eabd :=_db ("\u0061\u006c\u0067\u0039","\u0055",48,_cgg .U );_eabd !=nil {return _eabd ;};var _dde [16]byte ;if _ ,_bad :=_d .ReadFull (_bd .Reader ,_dde [:]);_bad !=nil {return _bad ;};_bgd :=_dde [0:8];_aecb :=_dde [8:16]; -_febc :=_cgg .U [:48];_gbf :=make ([]byte ,len (_gee )+len (_bgd )+len (_febc ));_cda :=copy (_gbf ,_gee );_cda +=copy (_gbf [_cda :],_bgd );_cda +=copy (_gbf [_cda :],_febc );_dfg ,_agcc :=_dbac .alg2b (_cgg .R ,_gbf ,_gee ,_febc );if _agcc !=nil {return _agcc ; -};O :=make ([]byte ,len (_dfg )+len (_bgd )+len (_aecb ));_cda =copy (O ,_dfg [:32]);_cda +=copy (O [_cda :],_bgd );_cda +=copy (O [_cda :],_aecb );_cgg .O =O ;_cda =len (_gee );_cda +=copy (_gbf [_cda :],_aecb );_dfg ,_agcc =_dbac .alg2b (_cgg .R ,_gbf ,_gee ,_febc ); -if _agcc !=nil {return _agcc ;};_gae ,_agcc :=_gda (_dfg [:32]);if _agcc !=nil {return _agcc ;};_cddg :=make ([]byte ,_de .BlockSize );_badc :=_b .NewCBCEncrypter (_gae ,_cddg );OE :=make ([]byte ,32);_badc .CryptBlocks (OE ,_gbg [:32]);_cgg .OE =OE ;return nil ; -}; - -// Authenticate implements StdHandler interface. -func (_affe stdHandlerR6 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){return _affe .alg2a (d ,pass );};func (_gb *ecbEncrypter )CryptBlocks (dst ,src []byte ){if len (src )%_gb ._ab !=0{_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); -return ;};if len (dst )< len (src ){_ga .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); -return ;};for len (src )> 0{_gb ._ac .Encrypt (dst ,src [:_gb ._ab ]);src =src [_gb ._ab :];dst =dst [_gb ._ab :];};};func (_gab stdHandlerR6 )alg8 (_eggf *StdEncryptDict ,_cfab []byte ,_fcg []byte )error {if _adge :=_db ("\u0061\u006c\u0067\u0038","\u004b\u0065\u0079",32,_cfab ); -_adge !=nil {return _adge ;};var _gad [16]byte ;if _ ,_dbf :=_d .ReadFull (_bd .Reader ,_gad [:]);_dbf !=nil {return _dbf ;};_aga :=_gad [0:8];_cdeg :=_gad [8:16];_gdb :=make ([]byte ,len (_fcg )+len (_aga ));_bgc :=copy (_gdb ,_fcg );copy (_gdb [_bgc :],_aga ); -_eefc ,_fbca :=_gab .alg2b (_eggf .R ,_gdb ,_fcg ,nil );if _fbca !=nil {return _fbca ;};U :=make ([]byte ,len (_eefc )+len (_aga )+len (_cdeg ));_bgc =copy (U ,_eefc [:32]);_bgc +=copy (U [_bgc :],_aga );copy (U [_bgc :],_cdeg );_eggf .U =U ;_bgc =len (_fcg ); -copy (_gdb [_bgc :],_cdeg );_eefc ,_fbca =_gab .alg2b (_eggf .R ,_gdb ,_fcg ,nil );if _fbca !=nil {return _fbca ;};_febe ,_fbca :=_gda (_eefc [:32]);if _fbca !=nil {return _fbca ;};_cbf :=make ([]byte ,_de .BlockSize );_cfca :=_b .NewCBCEncrypter (_febe ,_cbf ); -UE :=make ([]byte ,32);_cfca .CryptBlocks (UE ,_cfab [:32]);_eggf .UE =UE ;return nil ;}; +// GenerateParams is the algorithm opposite to alg2a (R>=5). +// It generates U,O,UE,OE,Perms fields using AESv3 encryption. +// There is no algorithm number assigned to this function in the spec. +// It expects R, P and EncryptMetadata fields to be set. +func (_cag stdHandlerR6 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){_bbdd :=make ([]byte ,32);if _ ,_geg :=_b .ReadFull (_ed .Reader ,_bbdd );_geg !=nil {return nil ,_geg ;};d .U =nil ;d .O =nil ;d .UE =nil ;d .OE =nil ;d .Perms =nil ; +if len (upass )> 127{upass =upass [:127];};if len (opass )> 127{opass =opass [:127];};if _eage :=_cag .alg8 (d ,_bbdd ,upass );_eage !=nil {return nil ,_eage ;};if _abcbe :=_cag .alg9 (d ,_bbdd ,opass );_abcbe !=nil {return nil ,_abcbe ;};if d .R ==5{return _bbdd ,nil ; +};if _fgd :=_cag .alg10 (d ,_bbdd );_fgd !=nil {return nil ,_fgd ;};return _bbdd ,nil ;}; // GenerateParams generates and sets O and U parameters for the encryption dictionary. // It expects R, P and EncryptMetadata fields to be set. -func (_adb stdHandlerR4 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){O ,_gfb :=_adb .alg3 (d .R ,upass ,opass );if _gfb !=nil {_ga .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_gfb ); -return nil ,_gfb ;};d .O =O ;_ga .Log .Trace ("\u0067\u0065\u006e\u0020\u004f\u003a\u0020\u0025\u0020\u0078",O );_gba :=_adb .alg2 (d ,upass );U ,_gfb :=_adb .alg5 (_gba ,upass );if _gfb !=nil {_ga .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_gfb ); -return nil ,_gfb ;};d .U =U ;_ga .Log .Trace ("\u0067\u0065\u006e\u0020\u0055\u003a\u0020\u0025\u0020\u0078",U );return _gba ,nil ;};func _ebb (_aff []byte ,_ecf int ){_gagf :=_ecf ;for _gagf < len (_aff ){copy (_aff [_gagf :],_aff [:_gagf ]);_gagf *=2; -};};func (_fgf stdHandlerR6 )alg10 (_cc *StdEncryptDict ,_bef []byte )error {if _cge :=_db ("\u0061\u006c\u00671\u0030","\u004b\u0065\u0079",32,_bef );_cge !=nil {return _cge ;};_bdc :=uint64 (uint32 (_cc .P ))|(_be .MaxUint32 <<32);Perms :=make ([]byte ,16); -_g .LittleEndian .PutUint64 (Perms [:8],_bdc );if _cc .EncryptMetadata {Perms [8]='T';}else {Perms [8]='F';};copy (Perms [9:12],"\u0061\u0064\u0062");if _ ,_acge :=_d .ReadFull (_bd .Reader ,Perms [12:16]);_acge !=nil {return _acge ;};_gbc ,_ged :=_gda (_bef [:32]); -if _ged !=nil {return _ged ;};_ced :=_gaa (_gbc );_ced .CryptBlocks (Perms ,Perms );_cc .Perms =Perms [:16];return nil ;};func (_aa *ecbDecrypter )CryptBlocks (dst ,src []byte ){if len (src )%_aa ._ab !=0{_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); -return ;};if len (dst )< len (src ){_ga .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0064\u0065\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); -return ;};for len (src )> 0{_aa ._ac .Decrypt (dst ,src [:_aa ._ab ]);src =src [_aa ._ab :];dst =dst [_aa ._ab :];};};func (stdHandlerR4 )paddedPass (_ca []byte )[]byte {_eg :=make ([]byte ,32);_ddc :=copy (_eg ,_ca );for ;_ddc < 32;_ddc ++{_eg [_ddc ]=_acg [_ddc -len (_ca )]; -};return _eg ;};type errInvalidField struct{Func string ;Field string ;Exp int ;Got int ;};func (_gfg stdHandlerR6 )alg2a (_geg *StdEncryptDict ,_eea []byte )([]byte ,Permissions ,error ){if _eaa :=_db ("\u0061\u006c\u00672\u0061","\u004f",48,_geg .O ); -_eaa !=nil {return nil ,0,_eaa ;};if _bce :=_db ("\u0061\u006c\u00672\u0061","\u0055",48,_geg .U );_bce !=nil {return nil ,0,_bce ;};if len (_eea )> 127{_eea =_eea [:127];};_cdd ,_bee :=_gfg .alg12 (_geg ,_eea );if _bee !=nil {return nil ,0,_bee ;};var (_bcf []byte ; -_bebf []byte ;_ce []byte ;);var _eb Permissions ;if len (_cdd )!=0{_eb =PermOwner ;_abb :=make ([]byte ,len (_eea )+8+48);_aea :=copy (_abb ,_eea );_aea +=copy (_abb [_aea :],_geg .O [40:48]);copy (_abb [_aea :],_geg .U [0:48]);_bcf =_abb ;_bebf =_geg .OE ; -_ce =_geg .U [0:48];}else {_cdd ,_bee =_gfg .alg11 (_geg ,_eea );if _bee ==nil &&len (_cdd )==0{_cdd ,_bee =_gfg .alg11 (_geg ,[]byte (""));};if _bee !=nil {return nil ,0,_bee ;}else if len (_cdd )==0{return nil ,0,nil ;};_eb =_geg .P ;_fdf :=make ([]byte ,len (_eea )+8); -_cab :=copy (_fdf ,_eea );copy (_fdf [_cab :],_geg .U [40:48]);_bcf =_fdf ;_bebf =_geg .UE ;_ce =nil ;};if _ebc :=_db ("\u0061\u006c\u00672\u0061","\u004b\u0065\u0079",32,_bebf );_ebc !=nil {return nil ,0,_ebc ;};_bebf =_bebf [:32];_egf ,_bee :=_gfg .alg2b (_geg .R ,_bcf ,_eea ,_ce ); -if _bee !=nil {return nil ,0,_bee ;};_feb ,_bee :=_de .NewCipher (_egf [:32]);if _bee !=nil {return nil ,0,_bee ;};_acfb :=make ([]byte ,_de .BlockSize );_cgd :=_b .NewCBCDecrypter (_feb ,_acfb );_gff :=make ([]byte ,32);_cgd .CryptBlocks (_gff ,_bebf ); -if _geg .R ==5{return _gff ,_eb ,nil ;};_bee =_gfg .alg13 (_geg ,_gff );if _bee !=nil {return nil ,0,_bee ;};return _gff ,_eb ,nil ;};var _ StdHandler =stdHandlerR4 {};func _gg (_gbd _b .Block )_b .BlockMode {return (*ecbDecrypter )(_ge (_gbd ))};func (_dfb stdHandlerR6 )alg13 (_gce *StdEncryptDict ,_aedf []byte )error {if _bgg :=_db ("\u0061\u006c\u00671\u0033","\u004b\u0065\u0079",32,_aedf ); -_bgg !=nil {return _bgg ;};if _dff :=_db ("\u0061\u006c\u00671\u0033","\u0050\u0065\u0072m\u0073",16,_gce .Perms );_dff !=nil {return _dff ;};_gcbf :=make ([]byte ,16);copy (_gcbf ,_gce .Perms [:16]);_acb ,_gec :=_de .NewCipher (_aedf [:32]);if _gec !=nil {return _gec ; -};_cgfec :=_gg (_acb );_cgfec .CryptBlocks (_gcbf ,_gcbf );if !_ed .Equal (_gcbf [9:12],[]byte ("\u0061\u0064\u0062")){return _ae .New ("\u0064\u0065\u0063o\u0064\u0065\u0064\u0020p\u0065\u0072\u006d\u0069\u0073\u0073\u0069o\u006e\u0073\u0020\u0061\u0072\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); -};_cgea :=Permissions (_g .LittleEndian .Uint32 (_gcbf [0:4]));if _cgea !=_gce .P {return _ae .New ("\u0070\u0065r\u006d\u0069\u0073\u0073\u0069\u006f\u006e\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0061il\u0065\u0064"); -};var _dbg bool ;if _gcbf [8]=='T'{_dbg =true ;}else if _gcbf [8]=='F'{_dbg =false ;}else {return _ae .New ("\u0064\u0065\u0063\u006f\u0064\u0065\u0064 \u006d\u0065\u0074a\u0064\u0061\u0074\u0061 \u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0067\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064"); -};if _dbg !=_gce .EncryptMetadata {return _ae .New ("\u006d\u0065t\u0061\u0064\u0061\u0074a\u0020\u0065n\u0063\u0072\u0079\u0070\u0074\u0069\u006f\u006e \u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e\u0020\u0066a\u0069\u006c\u0065\u0064"); -};return nil ;}; +func (_aec stdHandlerR4 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){O ,_aeb :=_aec .alg3 (d .R ,upass ,opass );if _aeb !=nil {_ff .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_aeb ); +return nil ,_aeb ;};d .O =O ;_ff .Log .Trace ("\u0067\u0065\u006e\u0020\u004f\u003a\u0020\u0025\u0020\u0078",O );_fdd :=_aec .alg2 (d ,upass );U ,_aeb :=_aec .alg5 (_fdd ,upass );if _aeb !=nil {_ff .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006ee\u0072\u0061\u0074\u0069\u006e\u0067 \u004f\u0020\u0066\u006f\u0072\u0020\u0065\u006e\u0063\u0072\u0079p\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",_aeb ); +return nil ,_aeb ;};d .U =U ;_ff .Log .Trace ("\u0067\u0065\u006e\u0020\u0055\u003a\u0020\u0025\u0020\u0078",U );return _fdd ,nil ;};func (_deg stdHandlerR4 )alg6 (_bge *StdEncryptDict ,_bdd []byte )([]byte ,error ){var (_cbb []byte ;_aeg error ;);_cbf :=_deg .alg2 (_bge ,_bdd ); +if _bge .R ==2{_cbb ,_aeg =_deg .alg4 (_cbf ,_bdd );}else if _bge .R >=3{_cbb ,_aeg =_deg .alg5 (_cbf ,_bdd );}else {return nil ,_db .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};if _aeg !=nil {return nil ,_aeg ;};_ff .Log .Trace ("\u0063\u0068\u0065\u0063k:\u0020\u0025\u0020\u0078\u0020\u003d\u003d\u0020\u0025\u0020\u0078\u0020\u003f",string (_cbb ),string (_bge .U )); +_ce :=_cbb ;_gbg :=_bge .U ;if _bge .R >=3{if len (_ce )> 16{_ce =_ce [0:16];};if len (_gbg )> 16{_gbg =_gbg [0:16];};};if !_dd .Equal (_ce ,_gbg ){return nil ,nil ;};return _cbf ,nil ;}; + +// NewHandlerR6 creates a new standard security handler for R=5 and R=6. +func NewHandlerR6 ()StdHandler {return stdHandlerR6 {}};func _fb (_bb _g .Block )_g .BlockMode {return (*ecbDecrypter )(_ge (_bb ))};func _agb (_fgc []byte )([]byte ,error ){_fff :=_eg .New ();_fff .Write (_fgc );return _fff .Sum (nil ),nil ;};type ecbDecrypter ecb ; + // AuthEvent is an event type that triggers authentication. -type AuthEvent string ;type ecbEncrypter ecb ;func _gaa (_fe _b .Block )_b .BlockMode {return (*ecbEncrypter )(_ge (_fe ))}; +type AuthEvent string ;type stdHandlerR4 struct{Length int ;ID0 string ;};func (_fec stdHandlerR6 )alg2b (R int ,_cbc ,_gca ,_gbb []byte )([]byte ,error ){if R ==5{return _agb (_cbc );};return _dde (_cbc ,_gca ,_gbb );};func (_beg stdHandlerR6 )alg9 (_gafe *StdEncryptDict ,_egc []byte ,_ebb []byte )error {if _ecde :=_efd ("\u0061\u006c\u0067\u0039","\u004b\u0065\u0079",32,_egc ); +_ecde !=nil {return _ecde ;};if _cdd :=_efd ("\u0061\u006c\u0067\u0039","\u0055",48,_gafe .U );_cdd !=nil {return _cdd ;};var _dbg [16]byte ;if _ ,_cbe :=_b .ReadFull (_ed .Reader ,_dbg [:]);_cbe !=nil {return _cbe ;};_eca :=_dbg [0:8];_dga :=_dbg [8:16]; +_aacf :=_gafe .U [:48];_bce :=make ([]byte ,len (_ebb )+len (_eca )+len (_aacf ));_bgd :=copy (_bce ,_ebb );_bgd +=copy (_bce [_bgd :],_eca );_bgd +=copy (_bce [_bgd :],_aacf );_gab ,_daf :=_beg .alg2b (_gafe .R ,_bce ,_ebb ,_aacf );if _daf !=nil {return _daf ; +};O :=make ([]byte ,len (_gab )+len (_eca )+len (_dga ));_bgd =copy (O ,_gab [:32]);_bgd +=copy (O [_bgd :],_eca );_bgd +=copy (O [_bgd :],_dga );_gafe .O =O ;_bgd =len (_ebb );_bgd +=copy (_bce [_bgd :],_dga );_gab ,_daf =_beg .alg2b (_gafe .R ,_bce ,_ebb ,_aacf ); +if _daf !=nil {return _daf ;};_afb ,_daf :=_fdae (_gab [:32]);if _daf !=nil {return _daf ;};_dafc :=make ([]byte ,_be .BlockSize );_cafc :=_g .NewCBCEncrypter (_afb ,_dafc );OE :=make ([]byte ,32);_cafc .CryptBlocks (OE ,_egc [:32]);_gafe .OE =OE ;return nil ; +}; + +// Authenticate implements StdHandler interface. +func (_ede stdHandlerR4 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){_ff .Log .Trace ("\u0044\u0065b\u0075\u0067\u0067\u0069n\u0067\u0020a\u0075\u0074\u0068\u0065\u006e\u0074\u0069\u0063a\u0074\u0069\u006f\u006e\u0020\u002d\u0020\u006f\u0077\u006e\u0065\u0072 \u0070\u0061\u0073\u0073"); +_agc ,_gfb :=_ede .alg7 (d ,pass );if _gfb !=nil {return nil ,0,_gfb ;};if _agc !=nil {_ff .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _agc ,PermOwner ,nil ; +};_ff .Log .Trace ("\u0044\u0065bu\u0067\u0067\u0069n\u0067\u0020\u0061\u0075the\u006eti\u0063\u0061\u0074\u0069\u006f\u006e\u0020- \u0075\u0073\u0065\u0072\u0020\u0070\u0061s\u0073");_agc ,_gfb =_ede .alg6 (d ,pass );if _gfb !=nil {return nil ,0,_gfb ; +};if _agc !=nil {_ff .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _agc ,d .P ,nil ;};return nil ,0,nil ;};type ecb struct{_dad _g .Block ;_beb int ;};type ecbEncrypter ecb ; +func _fdae (_ecd []byte )(_g .Block ,error ){_abea ,_gaa :=_be .NewCipher (_ecd );if _gaa !=nil {_ff .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0063\u0069p\u0068\u0065r\u003a\u0020\u0025\u0076",_gaa ); +return nil ,_gaa ;};return _abea ,nil ;};func (_egad stdHandlerR6 )alg8 (_ebe *StdEncryptDict ,_abcb []byte ,_fafb []byte )error {if _dfeg :=_efd ("\u0061\u006c\u0067\u0038","\u004b\u0065\u0079",32,_abcb );_dfeg !=nil {return _dfeg ;};var _bec [16]byte ; +if _ ,_becf :=_b .ReadFull (_ed .Reader ,_bec [:]);_becf !=nil {return _becf ;};_bef :=_bec [0:8];_bdb :=_bec [8:16];_dded :=make ([]byte ,len (_fafb )+len (_bef ));_adb :=copy (_dded ,_fafb );copy (_dded [_adb :],_bef );_gbcb ,_fddf :=_egad .alg2b (_ebe .R ,_dded ,_fafb ,nil ); +if _fddf !=nil {return _fddf ;};U :=make ([]byte ,len (_gbcb )+len (_bef )+len (_bdb ));_adb =copy (U ,_gbcb [:32]);_adb +=copy (U [_adb :],_bef );copy (U [_adb :],_bdb );_ebe .U =U ;_adb =len (_fafb );copy (_dded [_adb :],_bdb );_gbcb ,_fddf =_egad .alg2b (_ebe .R ,_dded ,_fafb ,nil ); +if _fddf !=nil {return _fddf ;};_bga ,_fddf :=_fdae (_gbcb [:32]);if _fddf !=nil {return _fddf ;};_acc :=make ([]byte ,_be .BlockSize );_ecf :=_g .NewCBCEncrypter (_bga ,_acc );UE :=make ([]byte ,32);_ecf .CryptBlocks (UE ,_abcb [:32]);_ebe .UE =UE ;return nil ; +};func (_gg stdHandlerR4 )alg2 (_aca *StdEncryptDict ,_bag []byte )[]byte {_ff .Log .Trace ("\u0061\u006c\u0067\u0032");_cfe :=_gg .paddedPass (_bag );_dag :=_da .New ();_dag .Write (_cfe );_dag .Write (_aca .O );var _fg [4]byte ;_ef .LittleEndian .PutUint32 (_fg [:],uint32 (_aca .P )); +_dag .Write (_fg [:]);_ff .Log .Trace ("\u0067o\u0020\u0050\u003a\u0020\u0025\u0020x",_fg );_dag .Write ([]byte (_gg .ID0 ));_ff .Log .Trace ("\u0074\u0068\u0069\u0073\u002e\u0052\u0020\u003d\u0020\u0025d\u0020\u0065\u006e\u0063\u0072\u0079\u0070t\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u0025\u0076",_aca .R ,_aca .EncryptMetadata ); +if (_aca .R >=4)&&!_aca .EncryptMetadata {_dag .Write ([]byte {0xff,0xff,0xff,0xff});};_ea :=_dag .Sum (nil );if _aca .R >=3{_dag =_da .New ();for _cff :=0;_cff < 50;_cff ++{_dag .Reset ();_dag .Write (_ea [0:_gg .Length /8]);_ea =_dag .Sum (nil );};}; +if _aca .R >=3{return _ea [0:_gg .Length /8];};return _ea [0:5];}; + +// NewHandlerR4 creates a new standard security handler for R<=4. +func NewHandlerR4 (id0 string ,length int )StdHandler {return stdHandlerR4 {ID0 :id0 ,Length :length }};func _ge (_bee _g .Block )*ecb {return &ecb {_dad :_bee ,_beb :_bee .BlockSize ()}}; + +// Allowed checks if a set of permissions can be granted. +func (_cg Permissions )Allowed (p2 Permissions )bool {return _cg &p2 ==p2 };func (_acd errInvalidField )Error ()string {return _fe .Sprintf ("\u0025s\u003a\u0020e\u0078\u0070\u0065\u0063t\u0065\u0064\u0020%\u0073\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074o \u0062\u0065\u0020%\u0064\u0020b\u0079\u0074\u0065\u0073\u002c\u0020g\u006f\u0074 \u0025\u0064",_acd .Func ,_acd .Field ,_acd .Exp ,_acd .Got ); +}; + +// Authenticate implements StdHandler interface. +func (_gdga stdHandlerR6 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){return _gdga .alg2a (d ,pass );};func (_fag stdHandlerR4 )alg4 (_gc []byte ,_fd []byte )([]byte ,error ){_edb ,_bbe :=_ec .NewCipher (_gc );if _bbe !=nil {return nil ,_db .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); +};_gad :=[]byte (_gd );_gdd :=make ([]byte ,len (_gad ));_edb .XORKeyStream (_gdd ,_gad );return _gdd ,nil ;};func (_a *ecbEncrypter )BlockSize ()int {return _a ._beb };func (_abda stdHandlerR4 )alg7 (_cc *StdEncryptDict ,_aac []byte )([]byte ,error ){_caf :=_abda .alg3Key (_cc .R ,_aac ); +_dgf :=make ([]byte ,len (_cc .O ));if _cc .R ==2{_dbc ,_gba :=_ec .NewCipher (_caf );if _gba !=nil {return nil ,_db .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072");};_dbc .XORKeyStream (_dgf ,_cc .O );}else if _cc .R >=3{_abe :=append ([]byte {},_cc .O ...); +for _gac :=0;_gac < 20;_gac ++{_dea :=append ([]byte {},_caf ...);for _cfa :=0;_cfa < len (_caf );_cfa ++{_dea [_cfa ]^=byte (19-_gac );};_efe ,_dec :=_ec .NewCipher (_dea );if _dec !=nil {return nil ,_db .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072"); +};_efe .XORKeyStream (_dgf ,_abe );_abe =append ([]byte {},_dgf ...);};}else {return nil ,_db .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};_fda ,_ccc :=_abda .alg6 (_cc ,_dgf );if _ccc !=nil {return nil ,nil ;};return _fda ,nil ;};func (_dgaa stdHandlerR6 )alg12 (_fafc *StdEncryptDict ,_cba []byte )([]byte ,error ){if _eecf :=_efd ("\u0061\u006c\u00671\u0032","\u0055",48,_fafc .U ); +_eecf !=nil {return nil ,_eecf ;};if _cgaf :=_efd ("\u0061\u006c\u00671\u0032","\u004f",48,_fafc .O );_cgaf !=nil {return nil ,_cgaf ;};_gddb :=make ([]byte ,len (_cba )+8+48);_fge :=copy (_gddb ,_cba );_fge +=copy (_gddb [_fge :],_fafc .O [32:40]);_fge +=copy (_gddb [_fge :],_fafc .U [0:48]); +_bfg ,_efg :=_dgaa .alg2b (_fafc .R ,_gddb ,_cba ,_fafc .U [0:48]);if _efg !=nil {return nil ,_efg ;};_bfg =_bfg [:32];if !_dd .Equal (_bfg ,_fafc .O [:32]){return nil ,nil ;};return _bfg ,nil ;};type stdHandlerR6 struct{};func (_df stdHandlerR4 )alg3 (R int ,_eff ,_ad []byte )([]byte ,error ){var _fed []byte ; +if len (_ad )> 0{_fed =_df .alg3Key (R ,_ad );}else {_fed =_df .alg3Key (R ,_eff );};_egg ,_ee :=_ec .NewCipher (_fed );if _ee !=nil {return nil ,_db .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_cdb :=_df .paddedPass (_eff ); +_bfb :=make ([]byte ,len (_cdb ));_egg .XORKeyStream (_bfb ,_cdb );if R >=3{_eea :=make ([]byte ,len (_fed ));for _gf :=0;_gf < 19;_gf ++{for _aef :=0;_aef < len (_fed );_aef ++{_eea [_aef ]=_fed [_aef ]^byte (_gf +1);};_gaf ,_dfe :=_ec .NewCipher (_eea ); +if _dfe !=nil {return nil ,_db .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068");};_gaf .XORKeyStream (_bfb ,_bfb );};};return _bfb ,nil ;};const (EventDocOpen =AuthEvent ("\u0044o\u0063\u004f\u0070\u0065\u006e"); +EventEFOpen =AuthEvent ("\u0045\u0046\u004f\u0070\u0065\u006e"););func (stdHandlerR4 )paddedPass (_aaa []byte )[]byte {_ba :=make ([]byte ,32);_cfd :=copy (_ba ,_aaa );for ;_cfd < 32;_cfd ++{_ba [_cfd ]=_gd [_cfd -len (_aaa )];};return _ba ;};const (PermOwner =Permissions (_bed .MaxUint32 ); +PermPrinting =Permissions (1<<2);PermModify =Permissions (1<<3);PermExtractGraphics =Permissions (1<<4);PermAnnotate =Permissions (1<<5);PermFillForms =Permissions (1<<8);PermDisabilityExtract =Permissions (1<<9);PermRotateInsert =Permissions (1<<10);PermFullPrintQuality =Permissions (1<<11); +);var _ StdHandler =stdHandlerR6 {};func _dbd (_edc []byte ,_gcca int ){_adc :=_gcca ;for _adc < len (_edc ){copy (_edc [_adc :],_edc [:_adc ]);_adc *=2;};};func (_fef stdHandlerR6 )alg11 (_gbbf *StdEncryptDict ,_fgb []byte )([]byte ,error ){if _dcc :=_efd ("\u0061\u006c\u00671\u0031","\u0055",48,_gbbf .U ); +_dcc !=nil {return nil ,_dcc ;};_dbcb :=make ([]byte ,len (_fgb )+8);_cgeg :=copy (_dbcb ,_fgb );_cgeg +=copy (_dbcb [_cgeg :],_gbbf .U [32:40]);_ffb ,_edbc :=_fef .alg2b (_gbbf .R ,_dbcb ,_fgb ,nil );if _edbc !=nil {return nil ,_edbc ;};_ffb =_ffb [:32]; +if !_dd .Equal (_ffb ,_gbbf .U [:32]){return nil ,nil ;};return _ffb ,nil ;}; // StdHandler is an interface for standard security handlers. type StdHandler interface{ // GenerateParams uses owner and user passwords to set encryption parameters and generate an encryption key. // It assumes that R, P and EncryptMetadata are already set. -GenerateParams (_ec *StdEncryptDict ,_ag ,_bcb []byte )([]byte ,error ); +GenerateParams (_cb *StdEncryptDict ,_ga ,_dc []byte )([]byte ,error ); // Authenticate uses encryption dictionary parameters and the password to calculate // the document encryption key. It also returns permissions that should be granted to a user. // In case of failed authentication, it returns empty key and zero permissions with no error. -Authenticate (_cf *StdEncryptDict ,_ggd []byte )([]byte ,Permissions ,error );};func (_agdd stdHandlerR6 )alg2b (R int ,_gegf ,_dcae ,_gde []byte )([]byte ,error ){if R ==5{return _abbc (_gegf );};return _dag (_gegf ,_dcae ,_gde );};func (_dbd stdHandlerR4 )alg5 (_agcf []byte ,_bf []byte )([]byte ,error ){_cg :=_f .New (); -_cg .Write ([]byte (_acg ));_cg .Write ([]byte (_dbd .ID0 ));_dcc :=_cg .Sum (nil );_ga .Log .Trace ("\u0061\u006c\u0067\u0035");_ga .Log .Trace ("\u0065k\u0065\u0079\u003a\u0020\u0025\u0020x",_agcf );_ga .Log .Trace ("\u0049D\u003a\u0020\u0025\u0020\u0078",_dbd .ID0 ); -if len (_dcc )!=16{return nil ,_ae .New ("\u0068a\u0073\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074\u0020\u0031\u0036\u0020\u0062\u0079\u0074\u0065\u0073");};_cfc ,_cfa :=_bc .NewCipher (_agcf );if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); -};_gf :=make ([]byte ,16);_cfc .XORKeyStream (_gf ,_dcc );_cgf :=make ([]byte ,len (_agcf ));for _bcg :=0;_bcg < 19;_bcg ++{for _fb :=0;_fb < len (_agcf );_fb ++{_cgf [_fb ]=_agcf [_fb ]^byte (_bcg +1);};_cfc ,_cfa =_bc .NewCipher (_cgf );if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069l\u0065\u0064\u0020\u0072\u0063\u0034\u0020\u0063\u0069\u0070\u0068"); -};_cfc .XORKeyStream (_gf ,_gf );_ga .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u002c\u0020\u0065\u006b\u0065\u0079:\u0020\u0025\u0020\u0078",_bcg ,_cgf );_ga .Log .Trace ("\u0069\u0020\u003d\u0020\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0020\u0078",_bcg ,_gf ); -};_fce :=make ([]byte ,32);for _gbb :=0;_gbb < 16;_gbb ++{_fce [_gbb ]=_gf [_gbb ];};_ ,_cfa =_bd .Read (_fce [16:32]);if _cfa !=nil {return nil ,_ae .New ("\u0066a\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065n\u0020r\u0061n\u0064\u0020\u006e\u0075\u006d\u0062\u0065r"); -};return _fce ,nil ;};type stdHandlerR6 struct{};func _db (_cff ,_ea string ,_dee int ,_dcb []byte )error {if len (_dcb )< _dee {return errInvalidField {Func :_cff ,Field :_ea ,Exp :_dee ,Got :len (_dcb )};};return nil ;}; - -// StdEncryptDict is a set of additional fields used in standard encryption dictionary. -type StdEncryptDict struct{R int ;P Permissions ;EncryptMetadata bool ;O ,U []byte ;OE ,UE []byte ;Perms []byte ;}; +Authenticate (_dg *StdEncryptDict ,_gb []byte )([]byte ,Permissions ,error );};func (_ae *ecbDecrypter )BlockSize ()int {return _ae ._beb }; // Permissions is a bitmask of access permissions for a PDF file. -type Permissions uint32 ;func (_gd stdHandlerR4 )alg3Key (R int ,_eab []byte )[]byte {_bgf :=_f .New ();_aag :=_gd .paddedPass (_eab );_bgf .Write (_aag );if R >=3{for _df :=0;_df < 50;_df ++{_bb :=_bgf .Sum (nil );_bgf =_f .New ();_bgf .Write (_bb );}; -};_cd :=_bgf .Sum (nil );if R ==2{_cd =_cd [0:5];}else {_cd =_cd [0:_gd .Length /8];};return _cd ;};func _dag (_cde ,_egee ,_bced []byte )([]byte ,error ){var (_eefb ,_aaga ,_cddd _dd .Hash ;);_eefb =_a .New ();_abgd :=make ([]byte ,64);_gbdg :=_eefb ; -_gbdg .Write (_cde );K :=_gbdg .Sum (_abgd [:0]);_fdb :=make ([]byte ,64*(127+64+48));_caa :=func (_ebd int )([]byte ,error ){_ddac :=len (_egee )+len (K )+len (_bced );_dbda :=_fdb [:_ddac ];_bde :=copy (_dbda ,_egee );_bde +=copy (_dbda [_bde :],K [:]); -_bde +=copy (_dbda [_bde :],_bced );if _bde !=_ddac {_ga .Log .Error ("E\u0052\u0052\u004f\u0052\u003a\u0020u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0072\u006f\u0075\u006ed\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u007ae\u002e"); -return nil ,_ae .New ("\u0077\u0072\u006f\u006e\u0067\u0020\u0073\u0069\u007a\u0065");};K1 :=_fdb [:_ddac *64];_ebb (K1 ,_ddac );_feca ,_dbb :=_gda (K [0:16]);if _dbb !=nil {return nil ,_dbb ;};_feac :=_b .NewCBCEncrypter (_feca ,K [16:32]);_feac .CryptBlocks (K1 ,K1 ); -E :=K1 ;_agg :=0;for _fa :=0;_fa < 16;_fa ++{_agg +=int (E [_fa ]%3);};var _acgc _dd .Hash ;switch _agg %3{case 0:_acgc =_eefb ;case 1:if _aaga ==nil {_aaga =_dc .New384 ();};_acgc =_aaga ;case 2:if _cddd ==nil {_cddd =_dc .New ();};_acgc =_cddd ;};_acgc .Reset (); -_acgc .Write (E );K =_acgc .Sum (_abgd [:0]);return E ,nil ;};for _ecbf :=0;;{E ,_dgc :=_caa (_ecbf );if _dgc !=nil {return nil ,_dgc ;};_bebfe :=E [len (E )-1];_ecbf ++;if _ecbf >=64&&_bebfe <=uint8 (_ecbf -32){break ;};};return K [:32],nil ;}; - -// NewHandlerR6 creates a new standard security handler for R=5 and R=6. -func NewHandlerR6 ()StdHandler {return stdHandlerR6 {}};const (PermOwner =Permissions (_be .MaxUint32 );PermPrinting =Permissions (1<<2);PermModify =Permissions (1<<3);PermExtractGraphics =Permissions (1<<4);PermAnnotate =Permissions (1<<5);PermFillForms =Permissions (1<<8); -PermDisabilityExtract =Permissions (1<<9);PermRotateInsert =Permissions (1<<10);PermFullPrintQuality =Permissions (1<<11););type ecb struct{_ac _b .Block ;_ab int ;}; - -// GenerateParams is the algorithm opposite to alg2a (R>=5). -// It generates U,O,UE,OE,Perms fields using AESv3 encryption. -// There is no algorithm number assigned to this function in the spec. -// It expects R, P and EncryptMetadata fields to be set. -func (_ddacd stdHandlerR6 )GenerateParams (d *StdEncryptDict ,opass ,upass []byte )([]byte ,error ){_eag :=make ([]byte ,32);if _ ,_cad :=_d .ReadFull (_bd .Reader ,_eag );_cad !=nil {return nil ,_cad ;};d .U =nil ;d .O =nil ;d .UE =nil ;d .OE =nil ;d .Perms =nil ; -if len (upass )> 127{upass =upass [:127];};if len (opass )> 127{opass =opass [:127];};if _cdb :=_ddacd .alg8 (d ,_eag ,upass );_cdb !=nil {return nil ,_cdb ;};if _edfd :=_ddacd .alg9 (d ,_eag ,opass );_edfd !=nil {return nil ,_edfd ;};if d .R ==5{return _eag ,nil ; -};if _gcea :=_ddacd .alg10 (d ,_eag );_gcea !=nil {return nil ,_gcea ;};return _eag ,nil ;};type ecbDecrypter ecb ;func (_ff stdHandlerR4 )alg2 (_agc *StdEncryptDict ,_fg []byte )[]byte {_ga .Log .Trace ("\u0061\u006c\u0067\u0032");_bg :=_ff .paddedPass (_fg ); -_edf :=_f .New ();_edf .Write (_bg );_edf .Write (_agc .O );var _ee [4]byte ;_g .LittleEndian .PutUint32 (_ee [:],uint32 (_agc .P ));_edf .Write (_ee [:]);_ga .Log .Trace ("\u0067o\u0020\u0050\u003a\u0020\u0025\u0020x",_ee );_edf .Write ([]byte (_ff .ID0 )); -_ga .Log .Trace ("\u0074\u0068\u0069\u0073\u002e\u0052\u0020\u003d\u0020\u0025d\u0020\u0065\u006e\u0063\u0072\u0079\u0070t\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u0025\u0076",_agc .R ,_agc .EncryptMetadata );if (_agc .R >=4)&&!_agc .EncryptMetadata {_edf .Write ([]byte {0xff,0xff,0xff,0xff}); -};_acf :=_edf .Sum (nil );if _agc .R >=3{_edf =_f .New ();for _fc :=0;_fc < 50;_fc ++{_edf .Reset ();_edf .Write (_acf [0:_ff .Length /8]);_acf =_edf .Sum (nil );};};if _agc .R >=3{return _acf [0:_ff .Length /8];};return _acf [0:5];};func _abbc (_cfd []byte )([]byte ,error ){_bdf :=_a .New (); -_bdf .Write (_cfd );return _bdf .Sum (nil ),nil ;};func (_agd errInvalidField )Error ()string {return _gc .Sprintf ("\u0025s\u003a\u0020e\u0078\u0070\u0065\u0063t\u0065\u0064\u0020%\u0073\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074o \u0062\u0065\u0020%\u0064\u0020b\u0079\u0074\u0065\u0073\u002c\u0020g\u006f\u0074 \u0025\u0064",_agd .Func ,_agd .Field ,_agd .Exp ,_agd .Got ); -};const _acg ="\x28\277\116\136\x4e\x75\x8a\x41\x64\000\x4e\x56\377"+"\xfa\001\010\056\x2e\x00\xb6\xd0\x68\076\x80\x2f\014"+"\251\xfe\x64\x53\x69\172";func _gda (_egg []byte )(_b .Block ,error ){_ege ,_fda :=_de .NewCipher (_egg );if _fda !=nil {_ga .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020A\u0045\u0053\u0020\u0063\u0069p\u0068\u0065r\u003a\u0020\u0025\u0076",_fda ); -return nil ,_fda ;};return _ege ,nil ;};func (_fec stdHandlerR4 )alg6 (_dba *StdEncryptDict ,_gbba []byte )([]byte ,error ){var (_da []byte ;_aab error ;);_agb :=_fec .alg2 (_dba ,_gbba );if _dba .R ==2{_da ,_aab =_fec .alg4 (_agb ,_gbba );}else if _dba .R >=3{_da ,_aab =_fec .alg5 (_agb ,_gbba ); -}else {return nil ,_ae .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R");};if _aab !=nil {return nil ,_aab ;};_ga .Log .Trace ("\u0063\u0068\u0065\u0063k:\u0020\u0025\u0020\u0078\u0020\u003d\u003d\u0020\u0025\u0020\u0078\u0020\u003f",string (_da ),string (_dba .U )); -_ecb :=_da ;_fecb :=_dba .U ;if _dba .R >=3{if len (_ecb )> 16{_ecb =_ecb [0:16];};if len (_fecb )> 16{_fecb =_fecb [0:16];};};if !_ed .Equal (_ecb ,_fecb ){return nil ,nil ;};return _agb ,nil ;};func (_beb *ecbEncrypter )BlockSize ()int {return _beb ._ab }; -func (_gcb stdHandlerR4 )alg7 (_dga *StdEncryptDict ,_fbc []byte )([]byte ,error ){_aabe :=_gcb .alg3Key (_dga .R ,_fbc );_gag :=make ([]byte ,len (_dga .O ));if _dga .R ==2{_ecg ,_acec :=_bc .NewCipher (_aabe );if _acec !=nil {return nil ,_ae .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072"); -};_ecg .XORKeyStream (_gag ,_dga .O );}else if _dga .R >=3{_gge :=append ([]byte {},_dga .O ...);for _ef :=0;_ef < 20;_ef ++{_ffb :=append ([]byte {},_aabe ...);for _abd :=0;_abd < len (_aabe );_abd ++{_ffb [_abd ]^=byte (19-_ef );};_cb ,_dda :=_bc .NewCipher (_ffb ); -if _dda !=nil {return nil ,_ae .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0063\u0069\u0070\u0068\u0065\u0072");};_cb .XORKeyStream (_gag ,_gge );_gge =append ([]byte {},_gag ...);};}else {return nil ,_ae .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020R"); -};_aec ,_edba :=_gcb .alg6 (_dga ,_gag );if _edba !=nil {return nil ,nil ;};return _aec ,nil ;}; - -// NewHandlerR4 creates a new standard security handler for R<=4. -func NewHandlerR4 (id0 string ,length int )StdHandler {return stdHandlerR4 {ID0 :id0 ,Length :length }};const (EventDocOpen =AuthEvent ("\u0044o\u0063\u004f\u0070\u0065\u006e");EventEFOpen =AuthEvent ("\u0045\u0046\u004f\u0070\u0065\u006e"););func (_fee *ecbDecrypter )BlockSize ()int {return _fee ._ab }; - - -// Authenticate implements StdHandler interface. -func (_gcc stdHandlerR4 )Authenticate (d *StdEncryptDict ,pass []byte )([]byte ,Permissions ,error ){_ga .Log .Trace ("\u0044\u0065b\u0075\u0067\u0067\u0069n\u0067\u0020a\u0075\u0074\u0068\u0065\u006e\u0074\u0069\u0063a\u0074\u0069\u006f\u006e\u0020\u002d\u0020\u006f\u0077\u006e\u0065\u0072 \u0070\u0061\u0073\u0073"); -_adg ,_bgbg :=_gcc .alg7 (d ,pass );if _bgbg !=nil {return nil ,0,_bgbg ;};if _adg !=nil {_ga .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _adg ,PermOwner ,nil ; -};_ga .Log .Trace ("\u0044\u0065bu\u0067\u0067\u0069n\u0067\u0020\u0061\u0075the\u006eti\u0063\u0061\u0074\u0069\u006f\u006e\u0020- \u0075\u0073\u0065\u0072\u0020\u0070\u0061s\u0073");_adg ,_bgbg =_gcc .alg6 (d ,pass );if _bgbg !=nil {return nil ,0,_bgbg ; -};if _adg !=nil {_ga .Log .Trace ("\u0074h\u0069\u0073\u002e\u0061u\u0074\u0068\u0065\u006e\u0074i\u0063a\u0074e\u0064\u0020\u003d\u0020\u0054\u0072\u0075e");return _adg ,d .P ,nil ;};return nil ,0,nil ;};func (_aed stdHandlerR6 )alg11 (_abgc *StdEncryptDict ,_cgfe []byte )([]byte ,error ){if _eca :=_db ("\u0061\u006c\u00671\u0031","\u0055",48,_abgc .U ); -_eca !=nil {return nil ,_eca ;};_bec :=make ([]byte ,len (_cgfe )+8);_fbg :=copy (_bec ,_cgfe );_fbg +=copy (_bec [_fbg :],_abgc .U [32:40]);_cgdb ,_egfd :=_aed .alg2b (_abgc .R ,_bec ,_cgfe ,nil );if _egfd !=nil {return nil ,_egfd ;};_cgdb =_cgdb [:32]; -if !_ed .Equal (_cgdb ,_abgc .U [:32]){return nil ,nil ;};return _cgdb ,nil ;};type stdHandlerR4 struct{Length int ;ID0 string ;}; \ No newline at end of file +type Permissions uint32 ;func (_cf *ecbDecrypter )CryptBlocks (dst ,src []byte ){if len (src )%_cf ._beb !=0{_ff .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0045\u0043\u0042\u0020\u0064\u0065\u0063\u0072\u0079\u0070\u0074\u003a \u0069\u006e\u0070\u0075\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u0075\u006c\u006c\u0020\u0062\u006c\u006f\u0063\u006b\u0073"); +return ;};if len (dst )< len (src ){_ff .Log .Error ("\u0045R\u0052\u004fR\u003a\u0020\u0045C\u0042\u0020\u0064\u0065\u0063\u0072\u0079p\u0074\u003a\u0020\u006f\u0075\u0074p\u0075\u0074\u0020\u0073\u006d\u0061\u006c\u006c\u0065\u0072\u0020t\u0068\u0061\u006e\u0020\u0069\u006e\u0070\u0075\u0074"); +return ;};for len (src )> 0{_cf ._dad .Decrypt (dst ,src [:_cf ._beb ]);src =src [_cf ._beb :];dst =dst [_cf ._beb :];};};func _efd (_ac ,_bd string ,_bg int ,_aee []byte )error {if len (_aee )< _bg {return errInvalidField {Func :_ac ,Field :_bd ,Exp :_bg ,Got :len (_aee )}; +};return nil ;}; \ No newline at end of file diff --git a/creator/creator.go b/creator/creator.go index ceb016dc2..18e302126 100644 --- a/creator/creator.go +++ b/creator/creator.go @@ -12,386 +12,371 @@ // Package creator is used for quickly generating pages and content with a simple interface. // It is built on top of the model package to provide access to the most common // operations such as creating text and image reports and manipulating existing pages. -package creator ;import (_cc "bytes";_b "encoding/xml";_fc "errors";_f "fmt";_af "github.com/gorilla/i18n/linebreak";_fbb "github.com/unidoc/unichart/render";_ca "github.com/unidoc/unipdf/v3/common";_eag "github.com/unidoc/unipdf/v3/contentstream";_ddb "github.com/unidoc/unipdf/v3/contentstream/draw"; -_be "github.com/unidoc/unipdf/v3/core";_ea "github.com/unidoc/unipdf/v3/internal/graphic2d/svg";_bd "github.com/unidoc/unipdf/v3/internal/integrations/unichart";_ag "github.com/unidoc/unipdf/v3/internal/license";_cbe "github.com/unidoc/unipdf/v3/internal/transform"; -_gd "github.com/unidoc/unipdf/v3/model";_fbg "golang.org/x/text/unicode/bidi";_dd "image";_cb "io";_bg "log";_ff "math";_e "os";_c "path/filepath";_g "regexp";_d "sort";_fd "strconv";_ddf "strings";_fb "text/template";_ab "unicode";); +package creator ;import (_ad "bytes";_f "encoding/xml";_ag "errors";_g "fmt";_adc "github.com/gorilla/i18n/linebreak";_eb "github.com/unidoc/unichart/render";_e "github.com/unidoc/unipdf/v3/common";_cb "github.com/unidoc/unipdf/v3/contentstream";_ee "github.com/unidoc/unipdf/v3/contentstream/draw"; +_cc "github.com/unidoc/unipdf/v3/core";_ef "github.com/unidoc/unipdf/v3/internal/graphic2d/svg";_fd "github.com/unidoc/unipdf/v3/internal/integrations/unichart";_bed "github.com/unidoc/unipdf/v3/internal/license";_c "github.com/unidoc/unipdf/v3/internal/transform"; +_fg "github.com/unidoc/unipdf/v3/model";_afd "golang.org/x/text/unicode/bidi";_aae "image";_ge "io";_bfc "log";_d "math";_gf "os";_b "path/filepath";_af "regexp";_bf "sort";_be "strconv";_ga "strings";_aa "text/template";_fa "unicode";); -// FrontpageFunctionArgs holds the input arguments to a front page drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type FrontpageFunctionArgs struct{PageNum int ;TotalPages int ;};func _ggagfc ()*FilledCurve {_fcac :=FilledCurve {};_fcac ._cefdf =[]_ddb .CubicBezierCurve {};return &_fcac ;}; - -// Width returns the width of the rectangle. -// NOTE: the returned value does not include the border width of the rectangle. -func (_dcebe *Rectangle )Width ()float64 {return _dcebe ._dacdg };func (_dga *Block )mergeBlocks (_aa *Block )error {_eagb :=_cga (_dga ._ge ,_dga ._fa ,_aa ._ge ,_aa ._fa );if _eagb !=nil {return _eagb ;};for _ ,_dea :=range _aa ._bdc {_dga .AddAnnotation (_dea ); -};return nil ;};func (_cgbcd *templateProcessor )parseBoolAttr (_ecgef ,_gaece string )bool {_ca .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0062\u006f\u006f\u006c\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_ecgef ,_gaece ); -_afedd ,_ :=_fd .ParseBool (_gaece );return _gaece ==""||_afedd ;}; - -// SetBackgroundColor set background color of the shading area. -// -// By default the background color is set to white. -func (_faeb *RadialShading )SetBackgroundColor (backgroundColor Color ){_faeb ._ffcg .SetBackgroundColor (backgroundColor );}; - -// Height returns the height of the graphic svg. -func (_cfda *GraphicSVG )Height ()float64 {return _cfda ._dddg .Height };func (_egfb *templateProcessor )parseLineStyleAttr (_acgea ,_ebbdb string )_ddb .LineStyle {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_acgea ,_ebbdb ); -_dgfad :=map[string ]_ddb .LineStyle {"\u0073\u006f\u006ci\u0064":_ddb .LineStyleSolid ,"\u0064\u0061\u0073\u0068\u0065\u0064":_ddb .LineStyleDashed }[_ebbdb ];return _dgfad ;}; - -// GetMargins returns the margins of the ellipse: left, right, top, bottom. -func (_dacd *Ellipse )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dacd ._dffg .Left ,_dacd ._dffg .Right ,_dacd ._dffg .Top ,_dacd ._dffg .Bottom ;};func (_bacc *Chapter )headingText ()string {_ggda :=_bacc ._fagc ;if _fbfa :=_bacc .headingNumber (); -_fbfa !=""{_ggda =_f .Sprintf ("\u0025\u0073\u0020%\u0073",_fbfa ,_ggda );};return _ggda ;}; - -// Width returns the width of the chart. In relative positioning mode, -// all the available context width is used at render time. -func (_ddcb *Chart )Width ()float64 {return float64 (_ddcb ._bgcd .Width ())}; - -// SetPageMargins sets the page margins: left, right, top, bottom. -// The default page margins are 10% of document width. -func (_dfb *Creator )SetPageMargins (left ,right ,top ,bottom float64 ){_dfb ._gffac .Left =left ;_dfb ._gffac .Right =right ;_dfb ._gffac .Top =top ;_dfb ._gffac .Bottom =bottom ;}; - -// Flip flips the active page on the specified axes. -// If `flipH` is true, the page is flipped horizontally. Similarly, if `flipV` -// is true, the page is flipped vertically. If both are true, the page is -// flipped both horizontally and vertically. -// NOTE: the flip transformations are applied when the creator is finalized, -// which is at write time in most cases. -func (_feeg *Creator )Flip (flipH ,flipV bool )error {_ffdc :=_feeg .getActivePage ();if _ffdc ==nil {return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_bbgf ,_eefb :=_feeg ._gaf [_ffdc ];if !_eefb {_bbgf =&pageTransformations {}; -_feeg ._gaf [_ffdc ]=_bbgf ;};_bbgf ._fgfca =flipH ;_bbgf ._gfega =flipV ;return nil ;}; - -// RotateDeg rotates the current active page by angle degrees. An error is returned on failure, -// which can be if there is no currently active page, or the angleDeg is not a multiple of 90 degrees. -func (_cccc *Creator )RotateDeg (angleDeg int64 )error {_fcbg :=_cccc .getActivePage ();if _fcbg ==nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0065\u003a\u0020\u006e\u006f\u0020p\u0061\u0067\u0065\u0020\u0063\u0075\u0072\u0072\u0065\u006etl\u0079\u0020\u0061c\u0074i\u0076\u0065"); -return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};if angleDeg %90!=0{_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067e\u0020\u0072\u006f\u0074\u0061\u0074\u0069on\u0020\u0061\u006e\u0067l\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006dul\u0074\u0069p\u006c\u0065\u0020\u006f\u0066\u0020\u0039\u0030"); -return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};var _fagg int64 ;if _fcbg .Rotate !=nil {_fagg =*(_fcbg .Rotate );};_fagg +=angleDeg ;_fcbg .Rotate =&_fagg ;return nil ;};func _agbf (_cfaa []byte )(*Image ,error ){_ecdd :=_cc .NewReader (_cfaa ); -_cbac ,_eefe :=_gd .ImageHandling .Read (_ecdd );if _eefe !=nil {_ca .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_eefe );return nil ,_eefe ;};return _bddd (_cbac ); -}; - -// SetWidthRight sets border width for right. -func (_ddfa *border )SetWidthRight (bw float64 ){_ddfa ._dggc =bw };func _bacfg (_cbfg TextStyle )*List {return &List {_cacc :TextChunk {Text :"\u2022\u0020",Style :_cbfg },_eeccg :0,_gcbf :true ,_egbg :PositionRelative ,_edga :_cbfg };}; - -// SetAngle sets the rotation angle of the text. -func (_adaae *StyledParagraph )SetAngle (angle float64 ){_adaae ._cbace =angle };func _fdaf (_bcaeb *templateProcessor ,_fbgd *templateNode )(interface{},error ){return _bcaeb .parseDivision (_fbgd );}; - -// SetMarkedContentID sets the marked content id for the chart. -func (_badf *Chart )SetMarkedContentID (mcid int64 )*_gd .KDict {_badf ._gcge =&mcid ;_gfbf :=_gd .NewKDictionary ();_gfbf .S =_be .MakeName (_gd .StructureTypeFigure );_gfbf .K =_be .MakeInteger (mcid );return _gfbf ;}; - -// NewPolyline creates a new polyline. -func (_dad *Creator )NewPolyline (points []_ddb .Point )*Polyline {return _gcee (points )};var (ColorBlack =ColorRGBFromArithmetic (0,0,0);ColorWhite =ColorRGBFromArithmetic (1,1,1);ColorRed =ColorRGBFromArithmetic (1,0,0);ColorGreen =ColorRGBFromArithmetic (0,1,0); -ColorBlue =ColorRGBFromArithmetic (0,0,1);ColorYellow =ColorRGBFromArithmetic (1,1,0););func (_acebb *StyledParagraph )getTextLineWidth (_bfeg []*TextChunk )float64 {var _egfe float64 ;_fdeae :=len (_bfeg );for _gfbfe ,_bcbf :=range _bfeg {_bdce :=&_bcbf .Style ; -_acdg :=len (_bcbf .Text );for _egedc ,_ggcc :=range _bcbf .Text {if _ggcc =='\u000A'{continue ;};_dggfc ,_cgfc :=_bdce .Font .GetRuneMetrics (_ggcc );if !_cgfc {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_ggcc ); -return -1;};_egfe +=_bdce .FontSize *_dggfc .Wx *_bdce .horizontalScale ();if _ggcc !=' '&&(_gfbfe !=_fdeae -1||_egedc !=_acdg -1){_egfe +=_bdce .CharSpacing *1000.0;};};};return _egfe ;}; - -// FitMode defines resizing options of an object inside a container. -type FitMode int ;func _cegb (_cacf ,_dfaef ,_acgb ,_ecdg float64 )*Line {return &Line {_cbagd :_cacf ,_efeb :_dfaef ,_agbba :_acgb ,_dcga :_ecdg ,_ffga :ColorBlack ,_gbfc :1.0,_adcb :1.0,_cccd :[]int64 {1,1},_fcbba :PositionAbsolute };}; +// SetBorderRadius sets the radius of the background corners. +func (_ed *Background )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_ed .BorderRadiusTopLeft =topLeft ;_ed .BorderRadiusTopRight =topRight ;_ed .BorderRadiusBottomLeft =bottomLeft ;_ed .BorderRadiusBottomRight =bottomRight ;}; -// DrawWithContext draws the Block using the specified drawing context. -func (_dbe *Block )DrawWithContext (d Drawable ,ctx DrawContext )error {_daf ,_ ,_ceg :=d .GeneratePageBlocks (ctx );if _ceg !=nil {return _ceg ;};if len (_daf )!=1{return ErrContentNotFit ;};for _ ,_dfd :=range _daf {if _cafa :=_dbe .mergeBlocks (_dfd ); -_cafa !=nil {return _cafa ;};};return nil ;}; +// SetFillOpacity sets the fill opacity. +func (_gedbc *Polygon )SetFillOpacity (opacity float64 ){_gedbc ._bgfda =opacity }; -// SetMarkedContentID sets marked content ID. -func (_egc *border )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; +// Indent returns the left offset of the list when nested into another list. +func (_bfbg *List )Indent ()float64 {return _bfbg ._bfcab };func _eedcg (_gbfd *Block ,_agadb *Paragraph ,_fbee DrawContext )(DrawContext ,error ){_ffac :=1;_ggee :=_cc .PdfObjectName ("\u0046\u006f\u006e\u0074"+_be .Itoa (_ffac ));for _gbfd ._fdf .HasFontByName (_ggee ){_ffac ++; +_ggee =_cc .PdfObjectName ("\u0046\u006f\u006e\u0074"+_be .Itoa (_ffac ));};_cebc :=_gbfd ._fdf .SetFontByName (_ggee ,_agadb ._ebedc .ToPdfObject ());if _cebc !=nil {return _fbee ,_cebc ;};_agadb .wrapText ();_dffd :=_cb .NewContentCreator ();_dffd .Add_q (); +_cedg :=_fbee .PageHeight -_fbee .Y -_agadb ._afgfg *_agadb ._eaff ;_dffd .Translate (_fbee .X ,_cedg );if _agadb ._dedfa !=0{_dffd .RotateDeg (_agadb ._dedfa );};_eebf :=_agbd (_agadb ._bffcf );_cebc =_cabfe (_gbfd ,_eebf ,_agadb ._bffcf ,func ()Rectangle {return Rectangle {_fgcb :_fbee .X ,_aedg :_cedg ,_cfee :_agadb .getMaxLineWidth ()/1000.0,_edcdb :_agadb .Height ()}; +});if _cebc !=nil {return _fbee ,_cebc ;};_dffd .Add_BT ();_ccgde :=map[string ]_cc .PdfObject {};if _agadb ._ddag !=nil {_ccgde ["\u004d\u0043\u0049\u0044"]=_cc .MakeInteger (*_agadb ._ddag );};if _agadb ._gdcf !=""{_ccgde ["\u004c\u0061\u006e\u0067"]=_cc .MakeString (_agadb ._gdcf ); +};if len (_ccgde )> 0{_dffd .Add_BDC (*_cc .MakeName (_fg .StructureTypeParagraph ),_ccgde );};_dffd .SetNonStrokingColor (_eebf ).Add_Tf (_ggee ,_agadb ._afgfg ).Add_TL (_agadb ._afgfg *_agadb ._eaff );for _abba ,_eefb :=range _agadb ._cefa {if _abba !=0{_dffd .Add_Tstar (); +};_bcbd :=[]rune (_eefb );_aeee :=0.0;_fegf :=0;for _gddd ,_dgea :=range _bcbd {if _dgea ==' '{_fegf ++;continue ;};if _dgea =='\u000A'{continue ;};_adffg ,_afede :=_agadb ._ebedc .GetRuneMetrics (_dgea );if !_afede {_e .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006e\u0065\u0020\u0069=\u0025\u0064\u0020\u0072\u0075\u006e\u0065=\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0069n\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073\u0020\u0025\u0073",_gddd ,_dgea ,_dgea ,_agadb ._ebedc .BaseFont (),_agadb ._ebedc .Subtype ()); +return _fbee ,_ag .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068");};_aeee +=_agadb ._afgfg *_adffg .Wx ;};var _efad []_cc .PdfObject ;_aegg ,_afae :=_agadb ._ebedc .GetRuneMetrics (' '); +if !_afae {return _fbee ,_ag .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_bggc :=_aegg .Wx ;switch _agadb ._eead {case TextAlignmentJustify :if _fegf > 0&&_abba < len (_agadb ._cefa )-1{_bggc =(_agadb ._edd *1000.0-_aeee )/float64 (_fegf )/_agadb ._afgfg ; +};case TextAlignmentCenter :_aafgg :=_aeee +float64 (_fegf )*_bggc *_agadb ._afgfg ;_dbdg :=(_agadb ._edd *1000.0-_aafgg )/2/_agadb ._afgfg ;_efad =append (_efad ,_cc .MakeFloat (-_dbdg ));case TextAlignmentRight :_dgae :=_aeee +float64 (_fegf )*_bggc *_agadb ._afgfg ; +_fggea :=(_agadb ._edd *1000.0-_dgae )/_agadb ._afgfg ;_efad =append (_efad ,_cc .MakeFloat (-_fggea ));};_ecagd :=_agadb ._ebedc .Encoder ();var _ecaga []byte ;for _ ,_cabgf :=range _bcbd {if _cabgf =='\u000A'{continue ;};if _cabgf ==' '{if len (_ecaga )> 0{_efad =append (_efad ,_cc .MakeStringFromBytes (_ecaga )); +_ecaga =nil ;};_efad =append (_efad ,_cc .MakeFloat (-_bggc ));}else {if _ ,_geeef :=_ecagd .RuneToCharcode (_cabgf );!_geeef {_cebc =UnsupportedRuneError {Message :_g .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_cabgf ,_cabgf ),Rune :_cabgf }; +_fbee ._adac =append (_fbee ._adac ,_cebc );_e .Log .Debug (_cebc .Error ());if _fbee ._eecc <=0{continue ;};_cabgf =_fbee ._eecc ;};_ecaga =append (_ecaga ,_ecagd .Encode (string (_cabgf ))...);};};if len (_ecaga )> 0{_efad =append (_efad ,_cc .MakeStringFromBytes (_ecaga )); +};_dffd .Add_TJ (_efad ...);};if len (_ccgde )> 0{_dffd .Add_EMC ();};_dffd .Add_ET ();_dffd .Add_Q ();_gcacf :=_dffd .Operations ();_gcacf .WrapIfNeeded ();_gbfd .addContents (_gcacf );if _agadb ._cddfc .IsRelative (){_eeag :=_agadb .Height ();_fbee .Y +=_eeag ; +_fbee .Height -=_eeag ;if _fbee .Inline {_fbee .X +=_agadb .Width ()+_agadb ._fdgb .Right ;};};return _fbee ,nil ;};func _bcdg (_fgfge *templateProcessor ,_abdc *templateNode )(interface{},error ){return _fgfge .parseTable (_abdc );}; -// SetColorBottom sets border color for bottom. -func (_aee *border )SetColorBottom (col Color ){_aee ._bfde =col };func (_ggee *Invoice )drawInformation ()*Table {_dfbb :=_gdcg (2);_gbbb :=append ([][2]*InvoiceCell {_ggee ._eeffg ,_ggee ._cegfg ,_ggee ._fgfe },_ggee ._ebf ...);for _ ,_gfegg :=range _gbbb {_feca ,_agca :=_gfegg [0],_gfegg [1]; -if _agca .Value ==""{continue ;};_edcb :=_dfbb .NewCell ();_edcb .SetBackgroundColor (_feca .BackgroundColor );_ggee .setCellBorder (_edcb ,_feca );_afdf :=_aedcd (_feca .TextStyle );_afdf .Append (_feca .Value );_afdf .SetMargins (0,0,2,1);_edcb .SetContent (_afdf ); -_edcb =_dfbb .NewCell ();_edcb .SetBackgroundColor (_agca .BackgroundColor );_ggee .setCellBorder (_edcb ,_agca );_afdf =_aedcd (_agca .TextStyle );_afdf .Append (_agca .Value );_afdf .SetMargins (0,0,2,1);_edcb .SetContent (_afdf );};return _dfbb ;}; +// ColorRGBFromHex converts color hex code to rgb color for using with creator. +// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. +// Example hex code: #ffffff -> (1,1,1) white. +func ColorRGBFromHex (hexStr string )Color {_efg :=rgbColor {};if (len (hexStr )!=4&&len (hexStr )!=7)||hexStr [0]!='#'{_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _efg ; +};var _gfdgb ,_fed ,_dda int ;if len (hexStr )==4{var _gba ,_gcab ,_feed int ;_cadc ,_gbeb :=_g .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_gba ,&_gcab ,&_feed );if _gbeb !=nil {_e .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_gbeb ); +return _efg ;};if _cadc !=3{_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _efg ;};_gfdgb =_gba *16+_gba ;_fed =_gcab *16+_gcab ;_dda =_feed *16+_feed ;}else {_efcf ,_dcc :=_g .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_gfdgb ,&_fed ,&_dda ); +if _dcc !=nil {_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _efg ;};if _efcf !=3{_e .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_efcf ); +return _efg ;};};_ffee :=float64 (_gfdgb )/255.0;_bbed :=float64 (_fed )/255.0;_bcbg :=float64 (_dda )/255.0;_efg ._ddg =_ffee ;_efg ._baa =_bbed ;_efg ._cebb =_bcbg ;return _efg ;}; -// SetMarkedContentID sets the marked content ID for the paragraph. -func (_faed *StyledParagraph )SetMarkedContentID (mcid int64 )*_gd .KDict {_faed ._gbdb =&mcid ;_fabc :=_gd .NewKDictionary ();_fabc .S =_be .MakeName ("\u0050");_fabc .K =_be .MakeInteger (mcid );return _fabc ;}; +// NoteStyle returns the style properties used to render the content of the +// invoice note sections. +func (_dccaa *Invoice )NoteStyle ()TextStyle {return _dccaa ._agdde }; -// SetOutlineTree adds the specified outline tree to the PDF file generated -// by the creator. Adding an external outline tree disables the automatic -// generation of outlines done by the creator for the relevant components. -func (_eecc *Creator )SetOutlineTree (outlineTree *_gd .PdfOutlineTreeNode ){_eecc ._dfac =outlineTree }; +// SetLineHeight sets the line height (1.0 default). +func (_efcd *Paragraph )SetLineHeight (lineheight float64 ){_efcd ._eaff =lineheight };func _bdgfd (_gggbd *_fg .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,0),Font :_gggbd ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; +};var (ErrContentNotFit =_ag .New ("\u0043\u0061\u006e\u006e\u006ft\u0020\u0066\u0069\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020i\u006e\u0074\u006f\u0020\u0061\u006e\u0020\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0073\u0070\u0061\u0063\u0065"); +); -// SetFillOpacity sets the fill opacity of the ellipse. -func (_cbbe *Ellipse )SetFillOpacity (opacity float64 ){_cbbe ._baae =opacity };func _ebaa (_faddbe string ,_bfebb bool )string {_cgfb :=_faddbe ;if _cgfb ==""{return "";};_fcacg :=_fbg .Paragraph {};_ ,_fdcfg :=_fcacg .SetString (_faddbe );if _fdcfg !=nil {return _cgfb ; -};_fgbd ,_fdcfg :=_fcacg .Order ();if _fdcfg !=nil {return _cgfb ;};_cbbgb :=_fgbd .NumRuns ();_gaadg :=make ([]string ,_cbbgb );for _ffdff :=0;_ffdff < _fgbd .NumRuns ();_ffdff ++{_ecae :=_fgbd .Run (_ffdff );_bbgfd :=_ecae .String ();if _ecae .Direction ()==_fbg .RightToLeft {_bbgfd =_fbg .ReverseString (_bbgfd ); -};if _bfebb {_gaadg [_ffdff ]=_bbgfd ;}else {_gaadg [_cbbgb -1]=_bbgfd ;};_cbbgb --;};if len (_gaadg )!=_fgbd .NumRuns (){return _faddbe ;};_cgfb =_ddf .Join (_gaadg ,"");return _cgfb ;};func _ecdbd (_dgbag *_gd .PdfFont ,_adffe float64 )*fontMetrics {_efff :=&fontMetrics {}; -if _dgbag ==nil {_ca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0069s\u0020\u006e\u0069\u006c");return _efff ;};_bddde ,_ccabd :=_dgbag .GetFontDescriptor ();if _ccabd !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0067\u0065t\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063ri\u0070\u0074\u006fr\u003a \u0025\u0076",_ccabd ); -return _efff ;};if _efff ._edgacc ,_ccabd =_bddde .GetCapHeight ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_ccabd ); -};if int (_efff ._edgacc )<=0{_ca .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0043\u0061p\u0020\u0048\u0065ig\u0068\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061\u0069\u006c\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065\u0074t\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u00310\u0030\u0030"); -_efff ._edgacc =1000;};_efff ._edgacc *=_adffe /1000.0;if _efff ._daeb ,_ccabd =_bddde .GetXHeight ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041R\u004e\u003a\u0020\u0055n\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0078\u002d\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_ccabd ); -};_efff ._daeb *=_adffe /1000.0;if _efff ._gecf ,_ccabd =_bddde .GetAscent ();_ccabd !=nil {_ca .Log .Trace ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0061\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_ccabd ); -};_efff ._gecf *=_adffe /1000.0;if _efff ._gfcgf ,_ccabd =_bddde .GetDescent ();_ccabd !=nil {_ca .Log .Trace ("\u0057\u0041RN\u003a\u0020\u0055n\u0061\u0062\u006c\u0065 to\u0020ge\u0074\u0020\u0066\u006f\u006e\u0074\u0020de\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_ccabd ); -};_efff ._gfcgf *=_adffe /1000.0;return _efff ;};func _dfdb (_dcdf _fbb .ChartRenderable )*Chart {return &Chart {_bgcd :_dcdf ,_eebg :PositionRelative ,_aabg :Margins {Top :10,Bottom :10}};}; +// NewGraphicSVGFromFile creates a graphic SVG from a file. +func NewGraphicSVGFromFile (path string )(*GraphicSVG ,error ){return _ecag (path )}; -// SetTotal sets the total of the invoice. -func (_edce *Invoice )SetTotal (value string ){_edce ._cecdb [1].Value =value };func (_agbg cmykColor )ToRGB ()(float64 ,float64 ,float64 ){_dfeb :=_agbg ._febg ;return 1-(_agbg ._cgab *(1-_dfeb )+_dfeb ),1-(_agbg ._bfdc *(1-_dfeb )+_dfeb ),1-(_agbg ._fec *(1-_dfeb )+_dfeb ); -}; +// SetEnableWrap sets the line wrapping enabled flag. +func (_bacd *StyledParagraph )SetEnableWrap (enableWrap bool ){_bacd ._ebedb =enableWrap ;_bacd ._adea =false ;}; -// TextOverflow determines the behavior of paragraph text which does -// not fit in the available space. -type TextOverflow int ;func (_aag *Chapter )headingNumber ()string {var _bfb string ;if _aag ._dge {if _aag ._gag !=0{_bfb =_fd .Itoa (_aag ._gag )+"\u002e";};if _aag ._bae !=nil {_dgb :=_aag ._bae .headingNumber ();if _dgb !=""{_bfb =_dgb +_bfb ;};};}; -return _bfb ;};func _bbdfeg (_ageac *_gd .PdfAnnotationLink )*_gd .PdfAnnotationLink {if _ageac ==nil {return nil ;};_bcbd :=_gd .NewPdfAnnotationLink ();_bcbd .BS =_ageac .BS ;_bcbd .A =_ageac .A ;if _egec ,_aegfe :=_ageac .GetAction ();_aegfe ==nil &&_egec !=nil {_bcbd .SetAction (_egec ); -};if _bfab ,_cbbdf :=_ageac .Dest .(*_be .PdfObjectArray );_cbbdf {_bcbd .Dest =_be .MakeArray (_bfab .Elements ()...);};return _bcbd ;}; +// Height returns the height of the list. +func (_gbec *List )Height ()float64 {var _ebgg float64 ;for _ ,_ceda :=range _gbec ._ecd {_ebgg +=_ceda .ctxHeight (_gbec .Width ());};return _ebgg ;}; -// SetFillOpacity sets the fill opacity of the rectangle. -func (_geagb *Rectangle )SetFillOpacity (opacity float64 ){_geagb ._aadb =opacity }; +// SetHeight sets the Image's document height to specified h. +func (_ccba *Image )SetHeight (h float64 ){_ccba ._gcca =h }; -// New creates a new instance of the PDF Creator. -func New ()*Creator {const _fde ="c\u0072\u0065\u0061\u0074\u006f\u0072\u002e\u004e\u0065\u0077";_cfeb :=&Creator {};_cfeb ._bee =[]*_gd .PdfPage {};_cfeb ._fafg =map[*_gd .PdfPage ]*Block {};_cfeb ._gaf =map[*_gd .PdfPage ]*pageTransformations {};_cfeb .SetPageSize (PageSizeLetter ); -_dfcb :=0.1*_cfeb ._baec ;_cfeb ._gffac .Left =_dfcb ;_cfeb ._gffac .Right =_dfcb ;_cfeb ._gffac .Top =_dfcb ;_cfeb ._gffac .Bottom =_dfcb ;var _ggdc error ;_cfeb ._fbbd ,_ggdc =_gd .NewStandard14Font (_gd .HelveticaName );if _ggdc !=nil {_cfeb ._fbbd =_gd .DefaultFont (); -};_cfeb ._gafc ,_ggdc =_gd .NewStandard14Font (_gd .HelveticaBoldName );if _ggdc !=nil {_cfeb ._fbbd =_gd .DefaultFont ();};_cfeb ._dda =_cfeb .NewTOC ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073"); -_cfeb .AddOutlines =true ;_cfeb ._eagf =_gd .NewOutline ();_ag .TrackUse (_fde );return _cfeb ;};func (_gdfea *Invoice )generateInformationBlocks (_dceb DrawContext )([]*Block ,DrawContext ,error ){_ebcg :=_aedcd (_gdfea ._bdae );_ebcg .SetMargins (0,0,0,20); -_ebdc :=_gdfea .drawAddress (_gdfea ._afbf );_ebdc =append (_ebdc ,_ebcg );_ebdc =append (_ebdc ,_gdfea .drawAddress (_gdfea ._adbcd )...);_egedg :=_cfgb ();for _ ,_afaee :=range _ebdc {_egedg .Add (_afaee );};_eaaa :=_gdfea .drawInformation ();_ddfd :=_gdcg (2); -_ddfd .SetMargins (0,0,25,0);_dfdf :=_ddfd .NewCell ();_dfdf .SetIndent (0);_dfdf .SetContent (_egedg );_dfdf =_ddfd .NewCell ();_dfdf .SetContent (_eaaa );return _ddfd .GeneratePageBlocks (_dceb );}; +// SetAngle sets the rotation angle in degrees. +func (_ca *Block )SetAngle (angleDeg float64 ){_ca ._de =angleDeg }; -// ColorGrayFromHex converts color hex code to gray color for using with creator. -// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. -// Example hex code: #ff -> white. -func ColorGrayFromHex (hexStr string )Color {_fcbb :=grayColor {};if (len (hexStr )!=2&&len (hexStr )!=3)||hexStr [0]!='#'{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ; -};var _dfae int ;if len (hexStr )==2{var _bfdd int ;_cdec ,_abbc :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078",&_bfdd );if _abbc !=nil {_ca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_abbc ); -return _fcbb ;};if _cdec !=1{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ;};_dfae =_bfdd *16+_bfdd ;}else {_gedf ,_bba :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078",&_dfae ); -if _bba !=nil {_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _fcbb ;};if _gedf !=1{_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_gedf ); -return _fcbb ;};};_fcbb ._ddcc =float64 (_dfae )/255.0;return _fcbb ;}; +// AddSubtable copies the cells of the subtable in the table, starting with the +// specified position. The table row and column indices are 1-based, which +// makes the position of the first cell of the first row of the table 1,1. +// The table is automatically extended if the subtable exceeds its columns. +// This can happen when the subtable has more columns than the table or when +// one or more columns of the subtable starting from the specified position +// exceed the last column of the table. +func (_dfbe *Table )AddSubtable (row ,col int ,subtable *Table ){for _ ,_gedbca :=range subtable ._dcbag {_cffbe :=&TableCell {};*_cffbe =*_gedbca ;_cffbe ._aacdd =_dfbe ;_cffbe ._bbcd +=col -1;if _abcg :=_dfbe ._ggfcc -(_cffbe ._bbcd -1);_abcg < _cffbe ._ffgb {_dfbe ._ggfcc +=_cffbe ._ffgb -_abcg ; +_dfbe .resetColumnWidths ();_e .Log .Debug ("\u0054a\u0062l\u0065\u003a\u0020\u0073\u0075\u0062\u0074\u0061\u0062\u006c\u0065 \u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0061\u0062\u006c\u0065\u002e\u0020\u0045\u0078\u0070\u0061\u006e\u0064\u0069\u006e\u0067\u0020\u0074\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0025\u0064\u0020\u0063\u006fl\u0075\u006d\u006e\u0073\u002e",_dfbe ._ggfcc ); +};_cffbe ._cceff +=row -1;_fabeb :=subtable ._dbfg [_gedbca ._cceff -1];if _cffbe ._cceff > _dfbe ._aade {for _cffbe ._cceff > _dfbe ._aade {_dfbe ._aade ++;_dfbe ._dbfg =append (_dfbe ._dbfg ,_dfbe ._ffgfa );};_dfbe ._dbfg [_cffbe ._cceff -1]=_fabeb ; +}else {_dfbe ._dbfg [_cffbe ._cceff -1]=_d .Max (_dfbe ._dbfg [_cffbe ._cceff -1],_fabeb );};_dfbe ._dcbag =append (_dfbe ._dcbag ,_cffbe );};_dfbe .sortCells ();};func _efff (_fafc string )(*Image ,error ){_aegcd ,_cdaa :=_gf .Open (_fafc );if _cdaa !=nil {return nil ,_cdaa ; +};defer _aegcd .Close ();_dbg ,_cdaa :=_fg .ImageHandling .Read (_aegcd );if _cdaa !=nil {_e .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_cdaa );return nil ,_cdaa ; +};return _gfgg (_dbg );};func (_cbee *Image )rotatedSize ()(float64 ,float64 ){_bdbg :=_cbee ._edede ;_fabb :=_cbee ._gcca ;_acadc :=_cbee ._bfff ;if _acadc ==0{return _bdbg ,_fabb ;};_aaedc :=_ee .Path {Points :[]_ee .Point {_ee .NewPoint (0,0).Rotate (_acadc ),_ee .NewPoint (_bdbg ,0).Rotate (_acadc ),_ee .NewPoint (0,_fabb ).Rotate (_acadc ),_ee .NewPoint (_bdbg ,_fabb ).Rotate (_acadc )}}.GetBoundingBox (); +return _aaedc .Width ,_aaedc .Height ;}; -// SetFillOpacity sets the fill opacity. -func (_bgccg *Polygon )SetFillOpacity (opacity float64 ){_bgccg ._cbfb =opacity };func (_cfdcb *templateProcessor )run ()error {_ddfff :=_b .NewDecoder (_cc .NewReader (_cfdcb ._fagcac ));var _aegag *templateNode ;for {_abaad ,_dggef :=_ddfff .Token (); -if _dggef !=nil {if _dggef ==_cb .EOF {return nil ;};return _dggef ;};if _abaad ==nil {break ;};_dbfae ,_degb :=_abfae (_ddfff );_cfbb :=_ddfff .InputOffset ();switch _bbed :=_abaad .(type ){case _b .StartElement :_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006eg\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0074\u0061r\u0074\u0020\u0074\u0061\u0067\u003a\u0020`\u0025\u0073\u0060\u002e",_bbed .Name .Local ); -_febf ,_dacb :=_dfbbf [_bbed .Name .Local ];if !_dacb {if _cfdcb ._cabb ==""{if _dbfae !=0{_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0064\u003a\u0025\u0064\u005d",_bbed .Name .Local ,_dbfae ,_degb ); -}else {_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070i\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u002e\u0020\u005b%\u0064\u005d",_bbed .Name .Local ,_cfbb ); -};}else {if _dbfae !=0{_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070p\u006f\u0072\u0074\u0065\u0064\u0020\u0074e\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u003a\u0025d\u005d",_bbed .Name .Local ,_cfdcb ._cabb ,_dbfae ,_degb ); -}else {_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u005d",_bbed .Name .Local ,_cfdcb ._cabb ,_cfbb ); -};};continue ;};_aegag =&templateNode {_eccfd :_bbed ,_ddbbd :_aegag ,_gbdd :_dbfae ,_ggcca :_degb ,_afdda :_cfbb };if _cccgb :=_febf ._bdafc ;_cccgb !=nil {_aegag ._fdfd ,_dggef =_cccgb (_cfdcb ,_aegag );if _dggef !=nil {return _dggef ;};};case _b .EndElement :_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0065\u006e\u0064\u0020\u0074\u0061\u0067\u003a\u0020\u0060\u0025\u0073\u0060\u002e",_bbed .Name .Local ); -if _aegag !=nil {if _aegag ._fdfd !=nil {if _badce :=_cfdcb .renderNode (_aegag );_badce !=nil {return _badce ;};};_aegag =_aegag ._ddbbd ;};case _b .CharData :if _aegag !=nil &&_aegag ._fdfd !=nil {if _feabf :=_cfdcb .addNodeText (_aegag ,string (_bbed )); -_feabf !=nil {return _feabf ;};};case _b .Comment :_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0063\u006f\u006d\u006d\u0065\u006e\u0074\u003a\u0020\u0060\u0025\u0073\u0060\u002e",string (_bbed )); -};};return nil ;};func (_afbee *LinearShading )shadingModel ()*_gd .PdfShadingType2 {_fgfb :=_ddb .NewPoint (_afbee ._ddfb .Llx +_afbee ._ddfb .Width ()/2,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2);_bceb :=_ddb .NewPoint (_afbee ._ddfb .Llx ,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2).Add (-_fgfb .X ,-_fgfb .Y ).Rotate (_afbee ._cfebd ).Add (_fgfb .X ,_fgfb .Y ); -_bceb =_ddb .NewPoint (_ff .Max (_ff .Min (_bceb .X ,_afbee ._ddfb .Urx ),_afbee ._ddfb .Llx ),_ff .Max (_ff .Min (_bceb .Y ,_afbee ._ddfb .Ury ),_afbee ._ddfb .Lly ));_fecf :=_ddb .NewPoint (_afbee ._ddfb .Urx ,_afbee ._ddfb .Lly +_afbee ._ddfb .Height ()/2).Add (-_fgfb .X ,-_fgfb .Y ).Rotate (_afbee ._cfebd ).Add (_fgfb .X ,_fgfb .Y ); -_fecf =_ddb .NewPoint (_ff .Min (_ff .Max (_fecf .X ,_afbee ._ddfb .Llx ),_afbee ._ddfb .Urx ),_ff .Min (_ff .Max (_fecf .Y ,_afbee ._ddfb .Lly ),_afbee ._ddfb .Ury ));_ddac :=_gd .NewPdfShadingType2 ();_ddac .PdfShading .ShadingType =_be .MakeInteger (2); -_ddac .PdfShading .ColorSpace =_gd .NewPdfColorspaceDeviceRGB ();_ddac .PdfShading .AntiAlias =_be .MakeBool (_afbee ._faee ._fdda );_ddac .Coords =_be .MakeArrayFromFloats ([]float64 {_bceb .X ,_bceb .Y ,_fecf .X ,_fecf .Y });_ddac .Extend =_be .MakeArray (_be .MakeBool (_afbee ._faee ._gecd [0]),_be .MakeBool (_afbee ._faee ._gecd [1])); -_ddac .Function =_afbee ._faee .generatePdfFunctions ();return _ddac ;}; +// Scale scales the rectangle dimensions by the specified factors. +func (_efcde *Rectangle )Scale (xFactor ,yFactor float64 ){_efcde ._cfee =xFactor *_efcde ._cfee ;_efcde ._edcdb =yFactor *_efcde ._edcdb ;}; -// ScaleToWidth scales the Block to a specified width, maintaining the same aspect ratio. -func (_bea *Block )ScaleToWidth (w float64 ){_ecc :=w /_bea ._de ;_bea .Scale (_ecc ,_ecc )};func (_cbdd *templateProcessor )parseChart (_agdcd *templateNode )(interface{},error ){var _cgdfc string ;for _ ,_efag :=range _agdcd ._eccfd .Attr {_ddecg :=_efag .Value ; -switch _bbcfgf :=_efag .Name .Local ;_bbcfgf {case "\u0073\u0072\u0063":_cgdfc =_ddecg ;};};if _cgdfc ==""{_cbdd .nodeLogError (_agdcd ,"\u0043\u0068\u0061\u0072\u0074\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); -return nil ,_fababg ;};_ggcf ,_dage :=_cbdd ._agabg .ChartMap [_cgdfc ];if !_dage {_cbdd .nodeLogError (_agdcd ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0063ha\u0072\u0074\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_cgdfc ); -return nil ,_fababg ;};_ggdac :=NewChart (_ggcf );for _ ,_fgbc :=range _agdcd ._eccfd .Attr {_cbagdc :=_fgbc .Value ;switch _bgea :=_fgbc .Name .Local ;_bgea {case "\u0078":_ggdac .SetPos (_cbdd .parseFloatAttr (_bgea ,_cbagdc ),_ggdac ._badb );case "\u0079":_ggdac .SetPos (_ggdac ._cfca ,_cbdd .parseFloatAttr (_bgea ,_cbagdc )); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_caad :=_cbdd .parseMarginAttr (_bgea ,_cbagdc );_ggdac .SetMargins (_caad .Left ,_caad .Right ,_caad .Top ,_caad .Bottom );case "\u0077\u0069\u0064t\u0068":_ggdac ._bgcd .SetWidth (int (_cbdd .parseFloatAttr (_bgea ,_cbagdc ))); -case "\u0068\u0065\u0069\u0067\u0068\u0074":_ggdac ._bgcd .SetHeight (int (_cbdd .parseFloatAttr (_bgea ,_cbagdc )));case "\u0073\u0072\u0063":break ;default:_cbdd .nodeLogDebug (_agdcd ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0063h\u0061\u0072\u0074\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_bgea ); -};};return _ggdac ,nil ;}; +// Scale scales Image by a constant factor, both width and height. +func (_fbeg *Image )Scale (xFactor ,yFactor float64 ){_fbeg ._edede =xFactor *_fbeg ._edede ;_fbeg ._gcca =yFactor *_fbeg ._gcca ;}; -// SetOpacity sets opacity for Image. -func (_dgggf *Image )SetOpacity (opacity float64 ){_dgggf ._fgec =opacity }; +// SetFitMode sets the fit mode of the line. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_dede *Line )SetFitMode (fitMode FitMode ){_dede ._cfgaf =fitMode };func _cafda (_addc ,_adeda TextStyle )*Invoice {_dbad :=&Invoice {_edaed :"\u0049N\u0056\u004f\u0049\u0043\u0045",_acbc :"\u002c\u0020",_dadb :_addc ,_cabf :_adeda };_dbad ._ddacd =&InvoiceAddress {Separator :_dbad ._acbc }; +_dbad ._edecg =&InvoiceAddress {Heading :"\u0042i\u006c\u006c\u0020\u0074\u006f",Separator :_dbad ._acbc };_bagdg :=ColorRGBFrom8bit (245,245,245);_bdfgb :=ColorRGBFrom8bit (155,155,155);_dbad ._cegc =_adeda ;_dbad ._cegc .Color =_bdfgb ;_dbad ._cegc .FontSize =20; +_dbad ._aegb =_addc ;_dbad ._gdcbb =_adeda ;_dbad ._agdde =_addc ;_dbad ._gfbc =_adeda ;_dbad ._acd =_dbad .NewCellProps ();_dbad ._acd .BackgroundColor =_bagdg ;_dbad ._acd .TextStyle =_adeda ;_dbad ._fbbe =_dbad .NewCellProps ();_dbad ._fbbe .TextStyle =_adeda ; +_dbad ._fbbe .BackgroundColor =_bagdg ;_dbad ._fbbe .BorderColor =_bagdg ;_dbad ._abed =_dbad .NewCellProps ();_dbad ._abed .BorderColor =_bagdg ;_dbad ._abed .BorderSides =[]CellBorderSide {CellBorderSideBottom };_dbad ._abed .Alignment =CellHorizontalAlignmentRight ; +_dbad ._fafg =_dbad .NewCellProps ();_dbad ._fafg .Alignment =CellHorizontalAlignmentRight ;_dbad ._egfe =[2]*InvoiceCell {_dbad .newCell ("\u0049\u006e\u0076\u006f\u0069\u0063\u0065\u0020\u006eu\u006d\u0062\u0065\u0072",_dbad ._acd ),_dbad .newCell ("",_dbad ._acd )}; +_dbad ._afgcd =[2]*InvoiceCell {_dbad .newCell ("\u0044\u0061\u0074\u0065",_dbad ._acd ),_dbad .newCell ("",_dbad ._acd )};_dbad ._bddf =[2]*InvoiceCell {_dbad .newCell ("\u0044\u0075\u0065\u0020\u0044\u0061\u0074\u0065",_dbad ._acd ),_dbad .newCell ("",_dbad ._acd )}; +_dbad ._bfaa =[2]*InvoiceCell {_dbad .newCell ("\u0053\u0075\u0062\u0074\u006f\u0074\u0061\u006c",_dbad ._fafg ),_dbad .newCell ("",_dbad ._fafg )};_gacd :=_dbad ._fafg ;_gacd .TextStyle =_adeda ;_gacd .BackgroundColor =_bagdg ;_gacd .BorderColor =_bagdg ; +_dbad ._gbba =[2]*InvoiceCell {_dbad .newCell ("\u0054\u006f\u0074a\u006c",_gacd ),_dbad .newCell ("",_gacd )};_dbad ._ccbd =[2]string {"\u004e\u006f\u0074e\u0073",""};_dbad ._cgaa =[2]string {"T\u0065r\u006d\u0073\u0020\u0061\u006e\u0064\u0020\u0063o\u006e\u0064\u0069\u0074io\u006e\u0073",""}; +_dbad ._gda =[]*InvoiceCell {_dbad .newColumn ("D\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",CellHorizontalAlignmentLeft ),_dbad .newColumn ("\u0051\u0075\u0061\u006e\u0074\u0069\u0074\u0079",CellHorizontalAlignmentRight ),_dbad .newColumn ("\u0055\u006e\u0069\u0074\u0020\u0070\u0072\u0069\u0063\u0065",CellHorizontalAlignmentRight ),_dbad .newColumn ("\u0041\u006d\u006f\u0075\u006e\u0074",CellHorizontalAlignmentRight )}; +return _dbad ;};func (_gfdbd *templateProcessor )parseFloatArray (_cedbd ,_cebg string )[]float64 {_e .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0066\u006c\u006f\u0061\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_cedbd ,_cebg ); +_accg :=_ga .Fields (_cebg );_ggfe :=make ([]float64 ,0,len (_accg ));for _ ,_bbec :=range _accg {_cbgc ,_ :=_be .ParseFloat (_bbec ,64);_ggfe =append (_ggfe ,_cbgc );};return _ggfe ;}; -// Marker returns the marker used for the list items. -// The marker instance can be used the change the text and the style -// of newly added list items. -func (_cgbd *List )Marker ()*TextChunk {return &_cgbd ._cacc }; +// SetStyle sets the style for all the line components: number, title, +// separator, page. +func (_dfgdd *TOCLine )SetStyle (style TextStyle ){_dfgdd .Number .Style =style ;_dfgdd .Title .Style =style ;_dfgdd .Separator .Style =style ;_dfgdd .Page .Style =style ;}; -// SetMarkedContentID sets marked content ID. -func (_egga *CurvePolygon )SetMarkedContentID (mcid int64 )*_gd .KDict {_egga ._acgc =&mcid ;_eggg :=_gd .NewKDictionary ();_eggg .S =_be .MakeName (_gd .StructureTypeFigure );_eggg .K =_be .MakeInteger (mcid );return _eggg ;}; +// GeneratePageBlocks generates the page blocks for the Division component. +// Multiple blocks are generated if the contents wrap over multiple pages. +func (_acad *Division )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_ade []*Block ;_gefb bool ;_cfef error ;_fddd =_acad ._cfeb .IsRelative ();_geaac =_acad ._dbfc .Top ;);if _fddd &&!_acad ._aafe &&!_acad ._ddee {_cfeg :=_acad .ctxHeight (ctx .Width ); +if _cfeg > ctx .Height -_acad ._dbfc .Top &&_cfeg <=ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom {if _ade ,ctx ,_cfef =_cbbeb ().GeneratePageBlocks (ctx );_cfef !=nil {return nil ,ctx ,_cfef ;};_gefb =true ;_geaac =0;};};_gdca :=ctx ;_cbaeg :=ctx ; +if _fddd {ctx .X +=_acad ._dbfc .Left ;ctx .Y +=_geaac ;ctx .Width -=_acad ._dbfc .Left +_acad ._dbfc .Right ;ctx .Height -=_geaac ;_cbaeg =ctx ;ctx .X +=_acad ._ffde .Left ;ctx .Y +=_acad ._ffde .Top ;ctx .Width -=_acad ._ffde .Left +_acad ._ffde .Right ; +ctx .Height -=_acad ._ffde .Top ;ctx .Margins .Top +=_acad ._ffde .Top ;ctx .Margins .Bottom +=_acad ._ffde .Bottom ;ctx .Margins .Left +=_acad ._dbfc .Left +_acad ._ffde .Left ;ctx .Margins .Right +=_acad ._dbfc .Right +_acad ._ffde .Right ;};ctx .Inline =_acad ._ddee ; +_aaef :=ctx ;_fdcf :=ctx ;var _fcfc float64 ;for _ ,_eafe :=range _acad ._caef {if ctx .Inline {if (ctx .X -_aaef .X )+_eafe .Width ()<=ctx .Width {ctx .Y =_fdcf .Y ;ctx .Height =_fdcf .Height ;}else {ctx .X =_aaef .X ;ctx .Width =_aaef .Width ;_fdcf .Y +=_fcfc ; +_fdcf .Height -=_fcfc ;_fcfc =0;};};_eebd ,_efef ,_fgge :=_eafe .GeneratePageBlocks (ctx );if _fgge !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006eg\u0020p\u0061\u0067\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073\u003a\u0020\u0025\u0076",_fgge ); +return nil ,ctx ,_fgge ;};if len (_eebd )< 1{continue ;};if len (_ade )> 0{_ade [len (_ade )-1].mergeBlocks (_eebd [0]);_ade =append (_ade ,_eebd [1:]...);}else {if _cbd :=_eebd [0]._fb ;_cbd ==nil ||len (*_cbd )==0{_gefb =true ;};_ade =append (_ade ,_eebd [0:]...); +};if ctx .Inline {if ctx .Page !=_efef .Page {_aaef .Y =ctx .Margins .Top ;_aaef .Height =ctx .PageHeight -ctx .Margins .Top ;_fdcf .Y =_aaef .Y ;_fdcf .Height =_aaef .Height ;_fcfc =_efef .Height -_aaef .Height ;}else {if _affd :=ctx .Height -_efef .Height ; +_affd > _fcfc {_fcfc =_affd ;};};}else {_efef .X =ctx .X ;};ctx =_efef ;};if len (_acad ._caef )==0{_bcc :=NewBlock (ctx .Width ,0);_ade =append (_ade ,_bcc );};ctx .Inline =_gdca .Inline ;ctx .Margins =_gdca .Margins ;if _fddd {ctx .X =_gdca .X ;ctx .Width =_gdca .Width ; +ctx .Y +=_acad ._ffde .Bottom ;ctx .Height -=_acad ._ffde .Bottom ;};if _acad ._eag !=nil {_ade ,_cfef =_acad .drawBackground (_ade ,_cbaeg ,ctx ,_gefb );if _cfef !=nil {return nil ,ctx ,_cfef ;};};if _acad ._cfeb .IsAbsolute (){return _ade ,_gdca ,nil ; +};ctx .Y +=_acad ._dbfc .Bottom ;ctx .Height -=_acad ._dbfc .Bottom ;return _ade ,ctx ,nil ;};func _gcba (_ffb *Chapter ,_fff *TOC ,_ddea *_fg .Outline ,_bdgf string ,_bgga int ,_cbf TextStyle )*Chapter {var _cde uint =1;if _ffb !=nil {_cde =_ffb ._fbce +1; +};_dbb :=&Chapter {_gcef :_bgga ,_agdd :_bdgf ,_aeg :true ,_feff :true ,_cef :_ffb ,_fgbb :_fff ,_bbgf :_ddea ,_efca :[]Drawable {},_fbce :_cde };_bdf :=_agegc (_dbb .headingText (),_cbf );_bdf .SetFont (_cbf .Font );_bdf .SetFontSize (_cbf .FontSize ); +_dbb ._caba =_bdf ;return _dbb ;}; -// InfoLines returns all the rows in the invoice information table as -// description-value cell pairs. -func (_cfbd *Invoice )InfoLines ()[][2]*InvoiceCell {_fagca :=[][2]*InvoiceCell {_cfbd ._eeffg ,_cfbd ._cegfg ,_cfbd ._fgfe };return append (_fagca ,_cfbd ._ebf ...);}; +// TOC returns the table of contents component of the creator. +func (_fbgd *Creator )TOC ()*TOC {return _fbgd ._fgedc };func _caagg (_cgebe *_f .Decoder )(int ,int ){return 0,0}; -// GetMargins returns the Block's margins: left, right, top, bottom. -func (_fg *Block )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _fg ._bc .Left ,_fg ._bc .Right ,_fg ._bc .Top ,_fg ._bc .Bottom ;}; +// Crop crops the Image to the specified bounds. +func (_ecagc *Image )Crop (x0 ,y0 ,x1 ,y1 int ){_deee ,_adfdc :=_ecagc ._fccc .ToGoImage ();if _adfdc !=nil {_bfc .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074o\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_adfdc ); +};var _gbfc _aae .Image ;_ddac :=_aae .Rect (x0 ,y0 ,x1 ,y1 );if _fcaf :=_ddac .Intersect (_deee .Bounds ());!_ddac .Empty (){_facc :=_aae .NewRGBA (_aae .Rect (0,0,_ddac .Dx (),_ddac .Dy ()));for _aefea :=_fcaf .Min .Y ;_aefea < _fcaf .Max .Y ;_aefea ++{for _eacfd :=_fcaf .Min .X ; +_eacfd < _fcaf .Max .X ;_eacfd ++{_facc .Set (_eacfd -_fcaf .Min .X ,_aefea -_fcaf .Min .Y ,_deee .At (_eacfd ,_aefea ));};};_gbfc =_facc ;}else {_gbfc =&_aae .RGBA {};};_cgag ,_adfdc :=_fg .ImageHandling .NewImageFromGoImage (_gbfc );if _adfdc !=nil {_bfc .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0066\u0072\u006fm\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_adfdc ); +};_gade :=float64 (_cgag .Width );_febe :=float64 (_cgag .Height );_ecagc ._fccc =_cgag ;_ecagc ._dbac =_gade ;_ecagc ._bca =_febe ;_ecagc ._edede =_gade ;_ecagc ._gcca =_febe ;}; // SetWidth set the Image's document width to specified w. This does not change the raw image data, i.e. // no actual scaling of data is performed. That is handled by the PDF viewer. -func (_dfeg *Image )SetWidth (w float64 ){_dfeg ._dcbe =w }; +func (_bfdc *Image )SetWidth (w float64 ){_bfdc ._edede =w };func (_acdf *templateProcessor )nodeLogDebug (_fbcf *templateNode ,_cbecg string ,_ebcc ...interface{}){_e .Log .Debug (_acdf .getNodeErrorLocation (_fbcf ,_cbecg ,_ebcc ...));};func (_gcbaa *Ellipse )applyFitMode (_edcf float64 ){_edcf -=_gcbaa ._cdcf .Left +_gcbaa ._cdcf .Right ; +switch _gcbaa ._gbee {case FitModeFillWidth :_gcbaa .ScaleToWidth (_edcf );};};func (_gegf *Chapter )headingNumber ()string {var _ceb string ;if _gegf ._aeg {if _gegf ._gcef !=0{_ceb =_be .Itoa (_gegf ._gcef )+"\u002e";};if _gegf ._cef !=nil {_fdfg :=_gegf ._cef .headingNumber (); +if _fdfg !=""{_ceb =_fdfg +_ceb ;};};};return _ceb ;}; -// TableCell defines a table cell which can contain a Drawable as content. -type TableCell struct{_ceege Color ;_aecgdc _ddb .LineStyle ;_bddcf CellBorderStyle ;_edgac Color ;_debdc float64 ;_dgag CellBorderStyle ;_daea Color ;_acdc float64 ;_deef CellBorderStyle ;_cada Color ;_gecc float64 ;_gcccg CellBorderStyle ;_agcef Color ; -_efec float64 ;_fgcga ,_gggbbd int ;_edegf int ;_ffebf int ;_bdea VectorDrawable ;_bebbe CellHorizontalAlignment ;_bdcca CellVerticalAlignment ;_adeb float64 ;_gabb *Table ;}; +// Width is not used. The list component is designed to fill into the available +// width depending on the context. Returns 0. +func (_fefaf *List )Width ()float64 {return 0};func (_ffecfc *StyledParagraph )wrapChunks (_acbab bool )error {if !_ffecfc ._ebedb ||int (_ffecfc ._dcdb )<=0{_ffecfc ._eeea =[][]*TextChunk {_ffecfc ._eaad };return nil ;};if _ffecfc ._eabaa {_ffecfc .wrapWordChunks (); +};_ffecfc ._eeea =[][]*TextChunk {};var _cdbbe []*TextChunk ;var _abdda float64 ;_aaeca :=_fa .IsSpace ;if !_acbab {_aaeca =func (rune )bool {return false };};_fcbb :=_fbbab (_ffecfc ._dcdb *1000.0,0.000001);for _ ,_fbcb :=range _ffecfc ._eaad {_bbcfb :=_fbcb .Style ; +_cdcg :=_fbcb ._ecgg ;_fdfgd :=_fbcb .VerticalAlignment ;var (_bfaf []rune ;_fddga []float64 ;);_agfac :=_bggde (_fbcb .Text );for _ ,_acgda :=range _fbcb .Text {if _acgda =='\u000A'{if !_acbab {_bfaf =append (_bfaf ,_acgda );};_cdbbe =append (_cdbbe ,&TextChunk {Text :_ga .TrimRightFunc (string (_bfaf ),_aaeca ),Style :_bbcfb ,_ecgg :_bcadd (_cdcg ),VerticalAlignment :_fdfgd }); +_ffecfc ._eeea =append (_ffecfc ._eeea ,_cdbbe );_cdbbe =nil ;_abdda =0;_bfaf =nil ;_fddga =nil ;continue ;};_fbbeb :=_acgda ==' ';_ddbac ,_defbg :=_bbcfb .Font .GetRuneMetrics (_acgda );if _ddbac .Wx ==0&&_bbcfb .MultiFont !=nil ||_bbcfb .MultiFont !=nil &&!_defbg {_ddbac ,_defbg =_bbcfb .MultiFont .GetRuneMetrics (_acgda ); +};if !_defbg {_e .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_acgda );return _ag .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +};_abea :=_bbcfb .FontSize *_ddbac .Wx *_bbcfb .horizontalScale ();_fecaf :=_abea ;if !_fbbeb {_fecaf =_abea +_bbcfb .CharSpacing *1000.0;};if _abdda +_abea > _fcbb {_begg :=-1;if !_fbbeb {for _ebdc :=len (_bfaf )-1;_ebdc >=0;_ebdc --{if _bfaf [_ebdc ]==' '{_begg =_ebdc ; +break ;};};};if _ffecfc ._eabaa {_ccggd :=len (_cdbbe );if _ccggd > 0{_cdbbe [_ccggd -1].Text =_ga .TrimRightFunc (_cdbbe [_ccggd -1].Text ,_aaeca );_ffecfc ._eeea =append (_ffecfc ._eeea ,_cdbbe );_cdbbe =[]*TextChunk {};};_bfaf =append (_bfaf ,_acgda ); +_fddga =append (_fddga ,_fecaf );if _begg >=0{_bfaf =_bfaf [_begg +1:];_fddga =_fddga [_begg +1:];};_abdda =0;for _ ,_eeeb :=range _fddga {_abdda +=_eeeb ;};if _abdda > _fcbb {_gffe :=string (_bfaf [:len (_bfaf )-1]);_gffe =_gfeaa (_gffe ,_agfac );if !_acbab &&_fbbeb {_gffe +="\u0020"; +};_cdbbe =append (_cdbbe ,&TextChunk {Text :_ga .TrimRightFunc (_gffe ,_aaeca ),Style :_bbcfb ,_ecgg :_bcadd (_cdcg ),VerticalAlignment :_fdfgd });_ffecfc ._eeea =append (_ffecfc ._eeea ,_cdbbe );_cdbbe =[]*TextChunk {};_bfaf =[]rune {_acgda };_fddga =[]float64 {_fecaf }; +_abdda =_fecaf ;};continue ;};_bdaga :=string (_bfaf );if _begg >=0{_bdaga =string (_bfaf [0:_begg +1]);_bfaf =_bfaf [_begg +1:];_bfaf =append (_bfaf ,_acgda );_fddga =_fddga [_begg +1:];_fddga =append (_fddga ,_fecaf );_abdda =0;for _ ,_bdecb :=range _fddga {_abdda +=_bdecb ; +};}else {if _fbbeb {_abdda =0;_bfaf =[]rune {};_fddga =[]float64 {};}else {_abdda =_fecaf ;_bfaf =[]rune {_acgda };_fddga =[]float64 {_fecaf };};};_bdaga =_gfeaa (_bdaga ,_agfac );if !_acbab &&_fbbeb {_bdaga +="\u0020";};_cdbbe =append (_cdbbe ,&TextChunk {Text :_ga .TrimRightFunc (_bdaga ,_aaeca ),Style :_bbcfb ,_ecgg :_bcadd (_cdcg ),VerticalAlignment :_fdfgd }); +_ffecfc ._eeea =append (_ffecfc ._eeea ,_cdbbe );_cdbbe =[]*TextChunk {};}else {_abdda +=_fecaf ;_bfaf =append (_bfaf ,_acgda );_fddga =append (_fddga ,_fecaf );};};if len (_bfaf )> 0{_cgdf :=_gfeaa (string (_bfaf ),_agfac );_cdbbe =append (_cdbbe ,&TextChunk {Text :_cgdf ,Style :_bbcfb ,_ecgg :_bcadd (_cdcg ),VerticalAlignment :_fdfgd }); +};};if len (_cdbbe )> 0{_ffecfc ._eeea =append (_ffecfc ._eeea ,_cdbbe );};return nil ;};func (_edag *templateProcessor )parseFitModeAttr (_dcfgf ,_ggdfe string )FitMode {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u0069\u0074\u0020\u006do\u0064\u0065\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_dcfgf ,_ggdfe ); +_caeda :=map[string ]FitMode {"\u006e\u006f\u006e\u0065":FitModeNone ,"\u0066\u0069\u006c\u006c\u002d\u0077\u0069\u0064\u0074\u0068":FitModeFillWidth }[_ggdfe ];return _caeda ;}; -// SetBuyerAddress sets the buyer address of the invoice. -func (_bdcf *Invoice )SetBuyerAddress (address *InvoiceAddress ){_bdcf ._adbcd =address };func _addgg ()*PageBreak {return &PageBreak {}}; +// SetFillOpacity sets the fill opacity of the ellipse. +func (_gacac *Ellipse )SetFillOpacity (opacity float64 ){_gacac ._ccgg =opacity };func _baee (_ddcf *templateProcessor ,_agec *templateNode )(interface{},error ){return _ddcf .parseTextChunk (_agec ,nil );}; -// SetAntiAlias enables anti alias config. -// -// Anti alias is disabled by default. -func (_ffcb *RadialShading )SetAntiAlias (enable bool ){_ffcb ._ffcg .SetAntiAlias (enable )};func (_dbab *Invoice )generateNoteBlocks (_cbff DrawContext )([]*Block ,DrawContext ,error ){_ggea :=_cfgb ();_dggag :=append ([][2]string {_dbab ._cdbg ,_dbab ._acae },_dbab ._dbef ...); -for _ ,_beab :=range _dggag {if _beab [1]!=""{_egdg :=_dbab .drawSection (_beab [0],_beab [1]);for _ ,_adcd :=range _egdg {_ggea .Add (_adcd );};_cbdf :=_aedcd (_dbab ._bdae );_cbdf .SetMargins (0,0,10,0);_ggea .Add (_cbdf );};};return _ggea .GeneratePageBlocks (_cbff ); -};func (_cbecf *templateProcessor )parseFloatAttr (_dccea ,_dadc string )float64 {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0066\u006c\u006f\u0061t a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_dccea ,_dadc ); -_cggcf ,_ :=_fd .ParseFloat (_dadc ,64);return _cggcf ;}; +// DrawHeader sets a function to draw a header on created output pages. +func (_gbefe *Creator )DrawHeader (drawHeaderFunc func (_bcee *Block ,_fedd HeaderFunctionArgs )){_gbefe ._ddd =drawHeaderFunc ;};const (FitModeNone FitMode =iota ;FitModeFillWidth ;); -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_ggbf *TOC )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aggb :=ctx ;_eecd ,ctx ,_ccfga :=_ggbf ._gfbgc .GeneratePageBlocks (ctx );if _ccfga !=nil {return _eecd ,ctx ,_ccfga ;};for _ ,_facgd :=range _ggbf ._gfcc {_cabd :=_facgd ._bfabf ; -if !_ggbf ._daded {_facgd ._bfabf =0;};_ecfd ,_fgcgag ,_acee :=_facgd .GeneratePageBlocks (ctx );_facgd ._bfabf =_cabd ;if _acee !=nil {return _eecd ,ctx ,_acee ;};if len (_ecfd )< 1{continue ;};_eecd [len (_eecd )-1].mergeBlocks (_ecfd [0]);_eecd =append (_eecd ,_ecfd [1:]...); -ctx =_fgcgag ;};if _ggbf ._egade .IsRelative (){ctx .X =_aggb .X ;};if _ggbf ._egade .IsAbsolute (){return _eecd ,_aggb ,nil ;};return _eecd ,ctx ,nil ;}; +// MoveY moves the drawing context to absolute position y. +func (_dgac *Creator )MoveY (y float64 ){_dgac ._eac .Y =y };func _facg (_dade *_ef .GraphicSVG )(*GraphicSVG ,error ){return &GraphicSVG {_fedda :_dade ,_bggf :PositionRelative ,_gafed :Margins {Top :10,Bottom :10}},nil ;}; -// SetStyleRight sets border style for right side. -func (_cda *border )SetStyleRight (style CellBorderStyle ){_cda ._cbgf =style }; +// SetMarkedContentID sets the marked content ID. +func (_gcfa *PageBreak )SetMarkedContentID (id int64 )*_fg .KDict {return nil }; -// NewList creates a new list. -func (_dfg *Creator )NewList ()*List {return _bacfg (_dfg .NewTextStyle ())}; +// SetNotes sets the notes section of the invoice. +func (_dgge *Invoice )SetNotes (title ,content string ){_dgge ._ccbd =[2]string {title ,content }};func (_adacc *Invoice )generateNoteBlocks (_begb DrawContext )([]*Block ,DrawContext ,error ){_dabd :=_dabf ();_feba :=append ([][2]string {_adacc ._ccbd ,_adacc ._cgaa },_adacc ._feac ...); +for _ ,_aabg :=range _feba {if _aabg [1]!=""{_gded :=_adacc .drawSection (_aabg [0],_aabg [1]);for _ ,_dacf :=range _gded {_dabd .Add (_dacf );};_dfaef :=_gdcg (_adacc ._dadb );_dfaef .SetMargins (0,0,10,0);_dabd .Add (_dfaef );};};return _dabd .GeneratePageBlocks (_begb ); +}; -// NewStyledParagraph creates a new styled paragraph. -// Default attributes: -// Font: Helvetica, -// Font size: 10 -// Encoding: WinAnsiEncoding -// Wrap: enabled -// Text color: black -func (_egbb *Creator )NewStyledParagraph ()*StyledParagraph {return _aedcd (_egbb .NewTextStyle ())}; +// SetPdfWriterAccessFunc sets a PdfWriter access function/hook. +// Exposes the PdfWriter just prior to writing the PDF. Can be used to encrypt the output PDF, etc. +// +// Example of encrypting with a user/owner password "password" +// Prior to calling c.WriteFile(): +// +// c.SetPdfWriterAccessFunc(func(w *model.PdfWriter) error { +// userPass := []byte("password") +// ownerPass := []byte("password") +// err := w.Encrypt(userPass, ownerPass, nil) +// return err +// }) +func (_badff *Creator )SetPdfWriterAccessFunc (pdfWriterAccessFunc func (_adgg *_fg .PdfWriter )error ){_badff ._bcdb =pdfWriterAccessFunc ;};func _gffdf (_efdf string ,_ccfc ,_cfabf TextStyle )*TOC {_becdf :=_cfabf ;_becdf .FontSize =14;_beba :=_gdcg (_becdf ); +_beba .SetEnableWrap (true );_beba .SetTextAlignment (TextAlignmentLeft );_beba .SetMargins (0,0,0,5);_bcfcd :=_beba .Append (_efdf );_bcfcd .Style =_becdf ;return &TOC {_bdaf :_beba ,_ggfdc :[]*TOCLine {},_gadfec :_ccfc ,_fecc :_ccfc ,_geaf :_ccfc ,_ecaad :_ccfc ,_fdeb :"\u002e",_geggd :10,_abdfe :Margins {0,0,2,2},_gbcdg :PositionRelative ,_affc :_ccfc ,_cgaf :true }; +};func (_fgfd *Image )applyFitMode (_edfcc float64 ){_edfcc -=_fgfd ._efdcd .Left +_fgfd ._efdcd .Right ;switch _fgfd ._dfde {case FitModeFillWidth :_fgfd .ScaleToWidth (_edfcc );};}; -// SetBorderWidth sets the border width. -func (_fdcb *PolyBezierCurve )SetBorderWidth (borderWidth float64 ){_fdcb ._bgdab .BorderWidth =borderWidth ;}; +// Add adds a VectorDrawable to the Division container. +// Currently supported VectorDrawables: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// - *Rectangle +// - *Ellipse +// - *Line +// - *Table +// - *Division +// - *List +func (_ecfd *Division )Add (d VectorDrawable )error {switch _fcdac :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Rectangle ,*Ellipse ,*Line ,*Table ,*Division ,*List :case containerDrawable :_dcecg ,_deff :=_fcdac .ContainerComponent (_ecfd ); +if _deff !=nil {return _deff ;};_dffg ,_egbbe :=_dcecg .(VectorDrawable );if !_egbbe {return _g .Errorf ("\u0072\u0065\u0073\u0075\u006ct\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u002d\u0020\u0025\u0054\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0056\u0065c\u0074\u006f\u0072\u0044\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020i\u006e\u0074\u0065\u0072\u0066\u0061c\u0065",_dcecg ); +};d =_dffg ;default:return _ag .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0079\u0070e\u0020i\u006e\u0020\u0044\u0069\u0076\u0069\u0073i\u006f\u006e");};_ecfd ._caef =append (_ecfd ._caef ,d );return nil ;}; -// BorderColor returns the border color of the ellipse. -func (_gacb *Ellipse )BorderColor ()Color {return _gacb ._bfgf };func _gaea (_bgddb *Block ,_eaee _gd .PdfColor ,_bffbe Color ,_fefcc func ()Rectangle )error {switch _beea :=_eaee .(type ){case *_gd .PdfColorPatternType2 :_bfeag ,_efcec :=_bffbe .(*LinearShading ); -if !_efcec {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u004c\u0069\u006e\u0065\u0061\u0072\u0053\u0068\u0061d\u0069\u006e\u0067");};_bega :=_fefcc ();_bfeag .SetBoundingBox (_bega ._fdeb ,_bega ._fefcd ,_bega ._dacdg ,_bega ._ddccd ); -_fdgde ,_cbfff :=_bfeag .AddPatternResource (_bgddb );if _cbfff !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_cbfff ); -};_beea .PatternName =_fdgde ;case *_gd .PdfColorPatternType3 :_ecfee ,_efba :=_bffbe .(*RadialShading );if !_efba {return _f .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0052\u0061\u0064\u0069\u0061\u006c\u0053\u0068\u0061d\u0069\u006e\u0067"); -};_agafc :=_fefcc ();_ecfee .SetBoundingBox (_agafc ._fdeb ,_agafc ._fefcd ,_agafc ._dacdg ,_agafc ._ddccd );_gdega ,_bdaf :=_ecfee .AddPatternResource (_bgddb );if _bdaf !=nil {return _f .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_bdaf ); -};_beea .PatternName =_gdega ;};return nil ;}; +// SetLineStyle sets the style for all the line components: number, title, +// separator, page. The style is applied only for new lines added to the +// TOC component. +func (_ecce *TOC )SetLineStyle (style TextStyle ){_ecce .SetLineNumberStyle (style );_ecce .SetLineTitleStyle (style );_ecce .SetLineSeparatorStyle (style );_ecce .SetLinePageStyle (style );}; + +// Height returns the height of the graphic svg. +func (_ecbg *GraphicSVG )Height ()float64 {return _ecbg ._fedda .Height }; // Width is not used as the division component is designed to fill all the // available space, depending on the context. Returns 0. -func (_ebb *Division )Width ()float64 {return 0};func _cgcff (_dcgbd string ,_dgggb ,_ggdbe TextStyle )*TOC {_efeca :=_ggdbe ;_efeca .FontSize =14;_beeb :=_aedcd (_efeca );_beeb .SetEnableWrap (true );_beeb .SetTextAlignment (TextAlignmentLeft );_beeb .SetMargins (0,0,0,5); -_faec :=_beeb .Append (_dcgbd );_faec .Style =_efeca ;return &TOC {_gfbgc :_beeb ,_gfcc :[]*TOCLine {},_defeaa :_dgggb ,_eebgb :_dgggb ,_daffbe :_dgggb ,_ccffd :_dgggb ,_gffbbe :"\u002e",_dddcf :10,_caada :Margins {0,0,2,2},_egade :PositionRelative ,_cdef :_dgggb ,_daded :true }; -};func _fac (_bgbb Color )_gd .PdfColor {if _bgbb ==nil {_bgbb =ColorBlack ;};switch _bgda :=_bgbb .(type ){case grayColor :return _gd .NewPdfColorDeviceGray (_bgda ._ddcc );case cmykColor :return _gd .NewPdfColorDeviceCMYK (_bgda ._cgab ,_bgda ._bfdc ,_bgda ._fec ,_bgda ._febg ); -case *LinearShading :return _gd .NewPdfColorPatternType2 ();case *RadialShading :return _gd .NewPdfColorPatternType3 ();};return _gd .NewPdfColorDeviceRGB (_bgbb .ToRGB ());};func (_aafg *Line )computeCoords (_aaea DrawContext )(_dabbc ,_fdccd ,_ccd ,_beggf float64 ){_dabbc =_aaea .X ; -_ccd =_dabbc +_aafg ._agbba -_aafg ._cbagd ;_dacg :=_aafg ._adcb ;if _aafg ._cbagd ==_aafg ._agbba {_dacg /=2;};if _aafg ._efeb < _aafg ._dcga {_fdccd =_aaea .PageHeight -_aaea .Y -_dacg ;_beggf =_fdccd -_aafg ._dcga +_aafg ._efeb ;}else {_beggf =_aaea .PageHeight -_aaea .Y -_dacg ; -_fdccd =_beggf -_aafg ._efeb +_aafg ._dcga ;};switch _aafg ._aedgf {case FitModeFillWidth :_ccd =_dabbc +_aaea .Width ;};return _dabbc ,_fdccd ,_ccd ,_beggf ;};func (_egae *List )markerWidth ()float64 {var _cbbc float64 ;for _ ,_dfdbb :=range _egae ._fadf {_gged :=_aedcd (_egae ._edga ); -_gged .SetEnableWrap (false );_gged .SetTextAlignment (TextAlignmentRight );_gged .Append (_dfdbb ._gdeca .Text ).Style =_dfdbb ._gdeca .Style ;_dfdbf :=_gged .getTextWidth ()/1000.0;if _cbbc < _dfdbf {_cbbc =_dfdbf ;};};return _cbbc ;}; +func (_gedb *Division )Width ()float64 {return 0};func (_bdeac *templateProcessor )parseColorAttr (_ecfag ,_fafcg string )Color {_e .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0063\u006f\u006c\u006fr a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_ecfag ,_fafcg ); +_fafcg =_ga .TrimSpace (_fafcg );if _ga .HasPrefix (_fafcg ,"\u006c\u0069n\u0065\u0061\u0072-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ga .HasSuffix (_fafcg ,"\u0029")&&len (_fafcg )> 17{return _bdeac .parseLinearGradientAttr (_bdeac .creator ,_fafcg ); +};if _ga .HasPrefix (_fafcg ,"\u0072\u0061d\u0069\u0061\u006c-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ga .HasSuffix (_fafcg ,"\u0029")&&len (_fafcg )> 17{return _bdeac .parseRadialGradientAttr (_bdeac .creator ,_fafcg );};if _eaed :=_bdeac .parseColor (_fafcg ); +_eaed !=nil {return _eaed ;};return ColorBlack ;}; -// GeneratePageBlocks generates the page blocks for the Division component. -// Multiple blocks are generated if the contents wrap over multiple pages. -func (_bgfag *Division )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_bdfc []*Block ;_abac bool ;_fdae error ;_dag =_bgfag ._fbfc .IsRelative ();_aeega =_bgfag ._fceg .Top ;);if _dag &&!_bgfag ._adbb &&!_bgfag ._dccc {_bdbf :=_bgfag .ctxHeight (ctx .Width ); -if _bdbf > ctx .Height -_bgfag ._fceg .Top &&_bdbf <=ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom {if _bdfc ,ctx ,_fdae =_addgg ().GeneratePageBlocks (ctx );_fdae !=nil {return nil ,ctx ,_fdae ;};_abac =true ;_aeega =0;};};_eccga :=ctx ;_fgbg :=ctx ; -if _dag {ctx .X +=_bgfag ._fceg .Left ;ctx .Y +=_aeega ;ctx .Width -=_bgfag ._fceg .Left +_bgfag ._fceg .Right ;ctx .Height -=_aeega ;_fgbg =ctx ;ctx .X +=_bgfag ._dcfb .Left ;ctx .Y +=_bgfag ._dcfb .Top ;ctx .Width -=_bgfag ._dcfb .Left +_bgfag ._dcfb .Right ; -ctx .Height -=_bgfag ._dcfb .Top ;ctx .Margins .Top +=_bgfag ._dcfb .Top ;ctx .Margins .Bottom +=_bgfag ._dcfb .Bottom ;ctx .Margins .Left +=_bgfag ._fceg .Left +_bgfag ._dcfb .Left ;ctx .Margins .Right +=_bgfag ._fceg .Right +_bgfag ._dcfb .Right ;};ctx .Inline =_bgfag ._dccc ; -_eccf :=ctx ;_bbcb :=ctx ;var _aefb float64 ;for _ ,_afbd :=range _bgfag ._cggf {if ctx .Inline {if (ctx .X -_eccf .X )+_afbd .Width ()<=ctx .Width {ctx .Y =_bbcb .Y ;ctx .Height =_bbcb .Height ;}else {ctx .X =_eccf .X ;ctx .Width =_eccf .Width ;_bbcb .Y +=_aefb ; -_bbcb .Height -=_aefb ;_aefb =0;};};_bbec ,_dccb ,_fccc :=_afbd .GeneratePageBlocks (ctx );if _fccc !=nil {_ca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006eg\u0020p\u0061\u0067\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073\u003a\u0020\u0025\u0076",_fccc ); -return nil ,ctx ,_fccc ;};if len (_bbec )< 1{continue ;};if len (_bdfc )> 0{_bdfc [len (_bdfc )-1].mergeBlocks (_bbec [0]);_bdfc =append (_bdfc ,_bbec [1:]...);}else {if _eebc :=_bbec [0]._ge ;_eebc ==nil ||len (*_eebc )==0{_abac =true ;};_bdfc =append (_bdfc ,_bbec [0:]...); -};if ctx .Inline {if ctx .Page !=_dccb .Page {_eccf .Y =ctx .Margins .Top ;_eccf .Height =ctx .PageHeight -ctx .Margins .Top ;_bbcb .Y =_eccf .Y ;_bbcb .Height =_eccf .Height ;_aefb =_dccb .Height -_eccf .Height ;}else {if _gbfg :=ctx .Height -_dccb .Height ; -_gbfg > _aefb {_aefb =_gbfg ;};};}else {_dccb .X =ctx .X ;};ctx =_dccb ;};if len (_bgfag ._cggf )==0{_cab :=NewBlock (ctx .Width ,0);_bdfc =append (_bdfc ,_cab );};ctx .Inline =_eccga .Inline ;ctx .Margins =_eccga .Margins ;if _dag {ctx .X =_eccga .X ; -ctx .Width =_eccga .Width ;ctx .Y +=_bgfag ._dcfb .Bottom ;ctx .Height -=_bgfag ._dcfb .Bottom ;};if _bgfag ._bacfc !=nil {_bdfc ,_fdae =_bgfag .drawBackground (_bdfc ,_fgbg ,ctx ,_abac );if _fdae !=nil {return nil ,ctx ,_fdae ;};};if _bgfag ._fbfc .IsAbsolute (){return _bdfc ,_eccga ,nil ; -};ctx .Y +=_bgfag ._fceg .Bottom ;ctx .Height -=_bgfag ._fceg .Bottom ;return _bdfc ,ctx ,nil ;}; +// AppendColumn appends a column to the line items table. +func (_cafc *Invoice )AppendColumn (description string )*InvoiceCell {_dbce :=_cafc .NewColumn (description );_cafc ._gda =append (_cafc ._gda ,_dbce );return _dbce ;}; -// SetMarkedContentID sets the marked content ID for the chapter. -func (_fda *Chapter )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; +// Reset removes all the text chunks the paragraph contains. +func (_efbb *StyledParagraph )Reset (){_efbb ._eaad =[]*TextChunk {}}; -// NewImageFromGoImage creates an Image from a go image.Image data structure. -func (_aedg *Creator )NewImageFromGoImage (goimg _dd .Image )(*Image ,error ){return _gdbcg (goimg )};func (_bbag *List )ctxHeight (_bebe float64 )float64 {_bebe -=_bbag ._eeccg ;var _gbgfg float64 ;for _ ,_bbfb :=range _bbag ._fadf {_gbgfg +=_bbfb .ctxHeight (_bebe ); -};return _gbgfg ;}; +// SetShowNumbering sets a flag to indicate whether or not to show chapter numbers as part of title. +func (_ecca *Chapter )SetShowNumbering (show bool ){_ecca ._aeg =show ;_ecca ._caba .SetText (_ecca .headingText ());};func (_egcf *Table )wrapRow (_eeee int ,_caed DrawContext ,_gebg float64 )(bool ,error ){if !_egcf ._cfce {return false ,nil ;};var (_bcec =_egcf ._dcbag [_eeee ]; +_dccac =-1;_fgca []*TableCell ;_ddead float64 ;_cfcb bool ;_befb =make ([]float64 ,0,len (_egcf ._efeeb )););_agegb :=func (_edeg *TableCell ,_dbgef VectorDrawable ,_agabf bool )*TableCell {_cfbee :=*_edeg ;_cfbee ._efce =_dbgef ;if _agabf {_cfbee ._cceff ++; +};return &_cfbee ;};_cddde :=func (_daage int ,_fdcgd VectorDrawable ){var _gbeaca float64 =-1;if _fdcgd ==nil {if _caade :=_befb [_daage -_eeee ];_caade > _caed .Height {_fdcgd =_egcf ._dcbag [_daage ]._efce ;_egcf ._dcbag [_daage ]._efce =nil ;_befb [_daage -_eeee ]=0; +_gbeaca =_caade ;};};_aaebcg :=_agegb (_egcf ._dcbag [_daage ],_fdcgd ,true );_fgca =append (_fgca ,_aaebcg );if _gbeaca < 0{_gbeaca =_aaebcg .height (_caed .Width );};if _gbeaca > _ddead {_ddead =_gbeaca ;};};for _gdfg :=_eeee ;_gdfg < len (_egcf ._dcbag ); +_gdfg ++{_abecd :=_egcf ._dcbag [_gdfg ];if _bcec ._cceff !=_abecd ._cceff {_dccac =_gdfg ;break ;};_caed .Width =_abecd .width (_egcf ._efeeb ,_gebg );_dgcc :=_abecd .height (_caed .Width );var _bacdb VectorDrawable ;switch _geeefc :=_abecd ._efce .(type ){case *StyledParagraph :if _dgcc > _caed .Height {_dedca :=_caed ; +_dedca .Height =_d .Floor (_caed .Height -_geeefc ._gfdga .Top -_geeefc ._gfdga .Bottom -0.5*_geeefc .getTextHeight ());_fdcga ,_defd ,_abee :=_geeefc .split (_dedca );if _abee !=nil {return false ,_abee ;};if _fdcga !=nil &&_defd !=nil {_geeefc =_fdcga ; +_abecd =_agegb (_abecd ,_fdcga ,false );_egcf ._dcbag [_gdfg ]=_abecd ;_bacdb =_defd ;_cfcb =true ;};_dgcc =_abecd .height (_caed .Width );};case *Division :if _dgcc > _caed .Height {_fageg :=_caed ;_fageg .Height =_d .Floor (_caed .Height -_geeefc ._dbfc .Top -_geeefc ._dbfc .Bottom ); +_dbfge ,_eagac :=_geeefc .split (_fageg );if _dbfge !=nil &&_eagac !=nil {_geeefc =_dbfge ;_abecd =_agegb (_abecd ,_dbfge ,false );_egcf ._dcbag [_gdfg ]=_abecd ;_bacdb =_eagac ;_cfcb =true ;if _dbfge ._eag !=nil {_dbfge ._eag .BorderRadiusBottomLeft =0; +_dbfge ._eag .BorderRadiusBottomRight =0;};if _eagac ._eag !=nil {_eagac ._eag .BorderRadiusTopLeft =0;_eagac ._eag .BorderRadiusTopRight =0;};_dgcc =_abecd .height (_caed .Width );};};case *List :if _dgcc > _caed .Height {_afba :=_caed ;_afba .Height =_d .Floor (_caed .Height -_geeefc ._dffgd .Vertical ()); +_gabgd ,_fgfg :=_geeefc .split (_afba );if _gabgd !=nil {_geeefc =_gabgd ;_abecd =_agegb (_abecd ,_gabgd ,false );_egcf ._dcbag [_gdfg ]=_abecd ;};if _fgfg !=nil {_bacdb =_fgfg ;_cfcb =true ;};_dgcc =_abecd .height (_caed .Width );};};_befb =append (_befb ,_dgcc ); +if _cfcb {if _fgca ==nil {_fgca =make ([]*TableCell ,0,len (_egcf ._efeeb ));for _bacbf :=_eeee ;_bacbf < _gdfg ;_bacbf ++{_cddde (_bacbf ,nil );};};_cddde (_gdfg ,_bacdb );};};var _agega float64 ;for _ ,_ffaca :=range _befb {if _ffaca > _agega {_agega =_ffaca ; +};};if _cfcb &&_agega < _caed .Height {if _dccac < 0{_dccac =len (_egcf ._dcbag );};_cgda :=_egcf ._dcbag [_dccac -1]._cceff +_egcf ._dcbag [_dccac -1]._dcgbe -1;for _aagbc :=_dccac ;_aagbc < len (_egcf ._dcbag );_aagbc ++{_egcf ._dcbag [_aagbc ]._cceff ++; +};_egcf ._dcbag =append (_egcf ._dcbag [:_dccac ],append (_fgca ,_egcf ._dcbag [_dccac :]...)...);_egcf ._dbfg =append (_egcf ._dbfg [:_cgda ],append ([]float64 {_ddead },_egcf ._dbfg [_cgda :]...)...);_egcf ._dbfg [_bcec ._cceff +_bcec ._dcgbe -2]=_agega ; +};return _cfcb ,nil ;};func (_aafff *templateProcessor )parseListItem (_egga *templateNode )(interface{},error ){if _egga ._dadbf ==nil {_aafff .nodeLogError (_egga ,"\u004c\u0069\u0073t\u0020\u0069\u0074\u0065m\u0020\u0070\u0061\u0072\u0065\u006e\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_bgacd ;};_cdgde ,_dfffg :=_egga ._dadbf ._fcga .(*List );if !_dfffg {_aafff .nodeLogError (_egga ,"\u004c\u0069s\u0074\u0020\u0069\u0074\u0065\u006d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u004cis\u0074\u002e"); +return nil ,_bgacd ;};_fdgbg :=_fgcf ();_fdgbg ._fdfdb =_cdgde ._bcga ;return _fdgbg ,nil ;};func (_aebfb *Table )getLastCellFromCol (_dcbad int )(int ,*TableCell ){for _eaddd :=len (_aebfb ._dcbag )-1;_eaddd >=0;_eaddd --{if _aebfb ._dcbag [_eaddd ]._bbcd ==_dcbad {return _eaddd ,_aebfb ._dcbag [_eaddd ]; +};};return 0,nil ;}; -// Append adds a new text chunk to the paragraph. -func (_dged *StyledParagraph )Append (text string )*TextChunk {_cgbdc :=NewTextChunk (text ,_dged ._cggd );return _dged .appendChunk (_cgbdc );}; +// GeneratePageBlocks draws the chart onto a block. +func (_acfb *Chart )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fgbc :=ctx ;_ffe :=_acfb ._fadcc .IsRelative ();var _aabf []*Block ;if _ffe {_cee :=1.0;_bgfe :=_acfb ._acgd .Top ;if float64 (_acfb ._ggc .Height ())> ctx .Height -_acfb ._acgd .Top {_aabf =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; +var _acab error ;if _ ,ctx ,_acab =_cbbeb ().GeneratePageBlocks (ctx );_acab !=nil {return nil ,ctx ,_acab ;};_bgfe =0;};ctx .X +=_acfb ._acgd .Left +_cee ;ctx .Y +=_bgfe ;ctx .Width -=_acfb ._acgd .Left +_acfb ._acgd .Right +2*_cee ;ctx .Height -=_bgfe ; +_acfb ._ggc .SetWidth (int (ctx .Width ));}else {ctx .X =_acfb ._agdda ;ctx .Y =_acfb ._ccfa ;};_beb :=_cb .NewContentCreator ();if _acfb ._cefe !=nil {_beb .Add_BDC (*_cc .MakeName (_fg .StructureTypeFigure ),map[string ]_cc .PdfObject {"\u004d\u0043\u0049\u0044":_cc .MakeInteger (*_acfb ._cefe )}); +};_beb .Translate (0,ctx .PageHeight );_beb .Scale (1,-1);_beb .Translate (ctx .X ,ctx .Y );_cace :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_acfb ._ggc .Render (_fd .NewRenderer (_beb ,_cace ._fdf ),nil );if _acfb ._cefe !=nil {_beb .Add_EMC ();};if _gcaf :=_cace .addContentsByString (_beb .String ()); +_gcaf !=nil {return nil ,ctx ,_gcaf ;};if _ffe {_cdeb :=_acfb .Height ()+_acfb ._acgd .Bottom ;ctx .Y +=_cdeb ;ctx .Height -=_cdeb ;}else {ctx =_fgbc ;};_aabf =append (_aabf ,_cace );return _aabf ,ctx ,nil ;}; -// SetDashPattern sets the dash pattern of the line. -// NOTE: the dash pattern is taken into account only if the style of the -// line is set to dashed. -func (_fede *Line )SetDashPattern (dashArray []int64 ,dashPhase int64 ){_fede ._cccd =dashArray ;_fede ._aaed =dashPhase ;}; +// SetFillColor sets background color for border. +func (_gfdg *border )SetFillColor (col Color ){_gfdg ._fad =col };func _befg (_cadab TextStyle )*List {return &List {_bcga :TextChunk {Text :"\u2022\u0020",Style :_cadab },_bfcab :0,_abfa :true ,_ddc :PositionRelative ,_bfce :_cadab };};func _gecf (_dcgfe ,_aaed ,_eecca ,_bdgb float64 )*Ellipse {return &Ellipse {_adcf :_dcgfe ,_deag :_aaed ,_aacd :_eecca ,_gfcb :_bdgb ,_ggcea :PositionAbsolute ,_ccgg :1.0,_befd :ColorBlack ,_ecgc :1.0,_afef :1.0}; +}; -// NewImageFromFile creates an Image from a file. -func (_gac *Creator )NewImageFromFile (path string )(*Image ,error ){return _dgc (path )}; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated if the contents wrap +// over multiple pages. +func (_fdc *Chapter )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cbc :=ctx ;if _fdc ._ccf .IsRelative (){ctx .X +=_fdc ._ffg .Left ;ctx .Y +=_fdc ._ffg .Top ;ctx .Width -=_fdc ._ffg .Left +_fdc ._ffg .Right ;ctx .Height -=_fdc ._ffg .Top ; +};_ggb ,_edae ,_fdb :=_fdc ._caba .GeneratePageBlocks (ctx );if _fdb !=nil {return _ggb ,ctx ,_fdb ;};ctx =_edae ;_gaad :=ctx .X ;_fcbc :=ctx .Y -_fdc ._caba .Height ();_gdcb :=int64 (ctx .Page );_dfdc :=_fdc .headingNumber ();_acc :=_fdc .headingText (); +if _fdc ._feff {_dgde :=_fdc ._fgbb .Add (_dfdc ,_fdc ._agdd ,_be .FormatInt (_gdcb ,10),_fdc ._fbce );if _fdc ._fgbb ._cgaf {_dgde .SetLink (_gdcb ,_gaad ,_fcbc );};};if _fdc ._ecc ==nil {_fdc ._ecc =_fg .NewOutlineItem (_acc ,_fg .NewOutlineDest (_gdcb -1,_gaad ,_fcbc )); +if _fdc ._cef !=nil {_fdc ._cef ._ecc .Add (_fdc ._ecc );}else {_fdc ._bbgf .Add (_fdc ._ecc );};}else {_edaa :=&_fdc ._ecc .Dest ;_edaa .Page =_gdcb -1;_edaa .X =_gaad ;_edaa .Y =_fcbc ;};for _ ,_ebc :=range _fdc ._efca {_fcg ,_aafg ,_aaff :=_ebc .GeneratePageBlocks (ctx ); +if _aaff !=nil {return _ggb ,ctx ,_aaff ;};if len (_fcg )< 1{continue ;};_ggb [len (_ggb )-1].mergeBlocks (_fcg [0]);_ggb =append (_ggb ,_fcg [1:]...);ctx =_aafg ;};if _fdc ._ccf .IsRelative (){ctx .X =_cbc .X ;};if _fdc ._ccf .IsAbsolute (){return _ggb ,_cbc ,nil ; +};return _ggb ,ctx ,nil ;};func (_ggbdg *templateProcessor )parseLineStyleAttr (_bfdf ,_fgcfd string )_ee .LineStyle {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_bfdf ,_fgcfd ); +_egdb :=map[string ]_ee .LineStyle {"\u0073\u006f\u006ci\u0064":_ee .LineStyleSolid ,"\u0064\u0061\u0073\u0068\u0065\u0064":_ee .LineStyleDashed }[_fgcfd ];return _egdb ;}; -// List represents a list of items. -// The representation of a list item is as follows: -// -// [marker] [content] +// SetExtends specifies whether ot extend the shading beyond the starting and ending points. // -// e.g.: • This is the content of the item. -// The supported components to add content to list items are: -// - Paragraph -// - StyledParagraph -// - List -type List struct{_fadf []*listItem ;_edgdc Margins ;_cacc TextChunk ;_eeccg float64 ;_gcbf bool ;_egbg Positioning ;_edga TextStyle ;}; - -// Width returns the width of the ellipse. -func (_acde *Ellipse )Width ()float64 {return _acde ._gbea };func _dfcd ()*listItem {return &listItem {}}; +// Text extends is set to `[]bool{false, false}` by default. +func (_feee *LinearShading )SetExtends (start bool ,end bool ){_feee ._bdbc .SetExtends (start ,end )};func _bafa (_dbdf *_fg .PdfAnnotationLink )*_fg .PdfAnnotationLink {if _dbdf ==nil {return nil ;};_fcccg :=_fg .NewPdfAnnotationLink ();_fcccg .BS =_dbdf .BS ; +_fcccg .A =_dbdf .A ;if _cfed ,_gcgd :=_dbdf .GetAction ();_gcgd ==nil &&_cfed !=nil {_fcccg .SetAction (_cfed );};if _faadf ,_dfebg :=_dbdf .Dest .(*_cc .PdfObjectArray );_dfebg {_fcccg .Dest =_cc .MakeArray (_faadf .Elements ()...);};return _fcccg ;}; -// SetMarkedContentID sets marked content ID. -func (_baaf *Invoice )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; -// Width returns the width of the Paragraph. -func (_gecb *Paragraph )Width ()float64 {if _gecb ._abaa &&int (_gecb ._gba )> 0{return _gecb ._gba ;};return _gecb .getTextWidth ()/1000.0;};func (_gffad grayColor )ToRGB ()(float64 ,float64 ,float64 ){return _gffad ._ddcc ,_gffad ._ddcc ,_gffad ._ddcc ; -}; +// NewInvoice returns an instance of an empty invoice. +func (_gbdf *Creator )NewInvoice ()*Invoice {_ddgf :=_gbdf .NewTextStyle ();_ddgf .Font =_gbdf ._geaa ;return _cafda (_gbdf .NewTextStyle (),_ddgf );}; -// InvoiceCellProps holds all style properties for an invoice cell. -type InvoiceCellProps struct{TextStyle TextStyle ;Alignment CellHorizontalAlignment ;BackgroundColor Color ;BorderColor Color ;BorderWidth float64 ;BorderSides []CellBorderSide ;}; +// Height returns the current page height. +func (_gbef *Creator )Height ()float64 {return _gbef ._fdfd }; -// Height returns the height of the ellipse. -func (_gbbg *Ellipse )Height ()float64 {return _gbbg ._fgbb }; +// SetAddressHeadingStyle sets the style properties used to render the +// heading of the invoice address sections. +func (_dfgf *Invoice )SetAddressHeadingStyle (style TextStyle ){_dfgf ._gdcbb =style }; -// SetHeight sets the Image's document height to specified h. -func (_cegde *Image )SetHeight (h float64 ){_cegde ._fae =h }; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_ebgf *TOCLine )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_bcagc :=ctx ;_abaag ,ctx ,_gegae :=_ebgf ._bcecg .GeneratePageBlocks (ctx );if _gegae !=nil {return _abaag ,ctx ,_gegae ;};if _ebgf ._geaaee .IsRelative (){ctx .X =_bcagc .X ; +};if _ebgf ._geaaee .IsAbsolute (){return _abaag ,_bcagc ,nil ;};return _abaag ,ctx ,nil ;}; -// SetIncludeInTOC sets a flag to indicate whether or not to include in tOC. -func (_efc *Chapter )SetIncludeInTOC (includeInTOC bool ){_efc ._addc =includeInTOC };func _ccac (_dgae VectorDrawable ,_ceag float64 )float64 {switch _ecd :=_dgae .(type ){case *Paragraph :if _ecd ._abaa {_ecd .SetWidth (_ceag -_ecd ._cgacg .Left -_ecd ._cgacg .Right ); -};return _ecd .Height ()+_ecd ._cgacg .Top +_ecd ._cgacg .Bottom ;case *StyledParagraph :if _ecd ._egbgc {_ecd .SetWidth (_ceag -_ecd ._affa .Left -_ecd ._affa .Right );};return _ecd .Height ()+_ecd ._affa .Top +_ecd ._affa .Bottom ;case *Image :_ecd .applyFitMode (_ceag ); -return _ecd .Height ()+_ecd ._fcad .Top +_ecd ._fcad .Bottom ;case *Rectangle :_ecd .applyFitMode (_ceag );return _ecd .Height ()+_ecd ._ddfgb .Top +_ecd ._ddfgb .Bottom +_ecd ._bcdgg ;case *Ellipse :_ecd .applyFitMode (_ceag );return _ecd .Height ()+_ecd ._dffg .Top +_ecd ._dffg .Bottom ; -case *Division :return _ecd .ctxHeight (_ceag )+_ecd ._fceg .Top +_ecd ._fceg .Bottom +_ecd ._dcfb .Top +_ecd ._dcfb .Bottom ;case *Table :_ecd .updateRowHeights (_ceag -_ecd ._ccecg .Left -_ecd ._ccecg .Right );return _ecd .Height ()+_ecd ._ccecg .Top +_ecd ._ccecg .Bottom ; -case *List :return _ecd .ctxHeight (_ceag )+_ecd ._edgdc .Top +_ecd ._edgdc .Bottom ;case marginDrawable :_ ,_ ,_cbba ,_abgd :=_ecd .GetMargins ();return _ecd .Height ()+_cbba +_abgd ;default:return _ecd .Height ();};}; +// AddPage adds the specified page to the creator. +// NOTE: If the page has a Rotate flag, the creator will take care of +// transforming the contents to maintain the correct orientation. +func (_gff *Creator )AddPage (page *_fg .PdfPage )error {_cdfd ,_bfcb :=_gff .wrapPageIfNeeded (page );if _bfcb !=nil {return _bfcb ;};if _cdfd !=nil {page =_cdfd ;};_fdea ,_bfcb :=page .GetMediaBox ();if _bfcb !=nil {_e .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0070\u0061g\u0065\u0020\u006d\u0065\u0064\u0069\u0061\u0062\u006f\u0078\u003a\u0020\u0025\u0076",_bfcb ); +return _bfcb ;};_fdea .Normalize ();_bbee ,_fafa :=_fdea .Llx ,_fdea .Lly ;_gaab :=_fdea ;if _dccf :=page .CropBox ;_dccf !=nil &&*_dccf !=*_fdea {_dccf .Normalize ();_bbee ,_fafa =_dccf .Llx ,_dccf .Lly ;_gaab =_dccf ;};_ccdg :=_c .IdentityMatrix ();_gabcd ,_bfcb :=page .GetRotate (); +if _bfcb !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bfcb .Error ()); +};_gbda :=_gabcd %360!=0&&_gabcd %90==0;if _gbda {_aagf :=float64 ((360+_gabcd %360)%360);if _aagf ==90{_ccdg =_ccdg .Translate (_gaab .Width (),0);}else if _aagf ==180{_ccdg =_ccdg .Translate (_gaab .Width (),_gaab .Height ());}else if _aagf ==270{_ccdg =_ccdg .Translate (0,_gaab .Height ()); +};_ccdg =_ccdg .Mult (_c .RotationMatrix (_aagf *_d .Pi /180));_ccdg =_ccdg .Round (0.000001);_gbac :=_dddeg (_gaab ,_ccdg );_gaab =_gbac ;_gaab .Normalize ();};if _bbee !=0||_fafa !=0{_ccdg =_c .TranslationMatrix (_bbee ,_fafa ).Mult (_ccdg );};if !_ccdg .Identity (){_ccdg =_ccdg .Round (0.000001); +_gff ._ffge [page ]=&pageTransformations {_cbff :&_ccdg };};_gff ._egcd =_gaab .Width ();_gff ._fdfd =_gaab .Height ();_gff .initContext ();_gff ._edaf =append (_gff ._edaf ,page );_gff ._eac .Page ++;return nil ;}; -// Curve represents a cubic Bezier curve with a control point. -type Curve struct{_eded float64 ;_dbcd float64 ;_efdba float64 ;_bacf float64 ;_ffea float64 ;_agefe float64 ;_gffeeb Color ;_bdag float64 ;_dffa *int64 ;}; +// SetLineOpacity sets the line opacity. +func (_dcbf *Polyline )SetLineOpacity (opacity float64 ){_dcbf ._bbad =opacity }; -// NewTextStyle creates a new text style object which can be used to style -// chunks of text. -// Default attributes: -// Font: Helvetica -// Font size: 10 -// Encoding: WinAnsiEncoding -// Text color: black -func (_gbd *Creator )NewTextStyle ()TextStyle {return _dbdbf (_gbd ._fbbd )}; +// BorderWidth returns the border width of the rectangle. +func (_fdgf *Rectangle )BorderWidth ()float64 {return _fdgf ._dfbg }; -// SetWidth sets the Paragraph width. This is essentially the wrapping width, i.e. the width the -// text can extend to prior to wrapping over to next line. -func (_debgb *Paragraph )SetWidth (width float64 ){_debgb ._gba =width ;_debgb .wrapText ()}; +// NewImageFromFile creates an Image from a file. +func (_dcgb *Creator )NewImageFromFile (path string )(*Image ,error ){return _efff (path )}; -// SetBorderOpacity sets the border opacity of the rectangle. -func (_dbdd *Rectangle )SetBorderOpacity (opacity float64 ){_dbdd ._ggge =opacity };func (_gebc *Invoice )generateTotalBlocks (_gdgeg DrawContext )([]*Block ,DrawContext ,error ){_cdfab :=_gdcg (4);_cdfab .SetMargins (0,0,10,10);_bfee :=[][2]*InvoiceCell {_gebc ._ffce }; -_bfee =append (_bfee ,_gebc ._gfgd ...);_bfee =append (_bfee ,_gebc ._cecdb );for _ ,_cbee :=range _bfee {_ecad ,_gdeb :=_cbee [0],_cbee [1];if _gdeb .Value ==""{continue ;};_cdfab .SkipCells (2);_eefed :=_cdfab .NewCell ();_eefed .SetBackgroundColor (_ecad .BackgroundColor ); -_eefed .SetHorizontalAlignment (_gdeb .Alignment );_gebc .setCellBorder (_eefed ,_ecad );_ggbba :=_aedcd (_ecad .TextStyle );_ggbba .SetMargins (0,0,2,1);_ggbba .Append (_ecad .Value );_eefed .SetContent (_ggbba );_eefed =_cdfab .NewCell ();_eefed .SetBackgroundColor (_gdeb .BackgroundColor ); -_eefed .SetHorizontalAlignment (_gdeb .Alignment );_gebc .setCellBorder (_eefed ,_ecad );_ggbba =_aedcd (_gdeb .TextStyle );_ggbba .SetMargins (0,0,2,1);_ggbba .Append (_gdeb .Value );_eefed .SetContent (_ggbba );};return _cdfab .GeneratePageBlocks (_gdgeg ); -}; +// SetBorderColor sets the border color. +func (_fbfb *PolyBezierCurve )SetBorderColor (color Color ){_fbfb ._ggae .BorderColor =_agbd (color )}; -// NewFilledCurve returns a instance of filled curve. -func (_bbbg *Creator )NewFilledCurve ()*FilledCurve {return _ggagfc ()}; +// SetBorderOpacity sets the border opacity. +func (_fbgb *Polygon )SetBorderOpacity (opacity float64 ){_fbgb ._bedb =opacity };func (_fca *Block )addContents (_dagd *_cb .ContentStreamOperations ){_fca ._fb .WrapIfNeeded ();_dagd .WrapIfNeeded ();*_fca ._fb =append (*_fca ._fb ,*_dagd ...);};func (_aeb *Creator )wrapPageIfNeeded (_agag *_fg .PdfPage )(*_fg .PdfPage ,error ){_dfgg ,_aegc :=_agag .GetAllContentStreams (); +if _aegc !=nil {return nil ,_aegc ;};_dfcb :=_cb .NewContentStreamParser (_dfgg );_dfdb ,_aegc :=_dfcb .Parse ();if _aegc !=nil {return nil ,_aegc ;};if !_dfdb .HasUnclosedQ (){return nil ,nil ;};_dfdb .WrapIfNeeded ();_becd ,_aegc :=_cc .MakeStream (_dfdb .Bytes (),_cc .NewFlateEncoder ()); +if _aegc !=nil {return nil ,_aegc ;};_agag .Contents =_cc .MakeArray (_becd );return _agag ,nil ;}; -// Height returns the height of the division, assuming all components are -// stacked on top of each other. -func (_adca *Division )Height ()float64 {var _bfff float64 ;for _ ,_caaa :=range _adca ._cggf {switch _bcf :=_caaa .(type ){case marginDrawable :_ ,_ ,_aafd ,_dddc :=_bcf .GetMargins ();_bfff +=_bcf .Height ()+_aafd +_dddc ;default:_bfff +=_bcf .Height (); -};};return _bfff ;}; +// Date returns the invoice date description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_fccb *Invoice )Date ()(*InvoiceCell ,*InvoiceCell ){return _fccb ._afgcd [0],_fccb ._afgcd [1]}; -// InvoiceAddress contains contact information that can be displayed -// in an invoice. It is used for the seller and buyer information in the -// invoice template. -type InvoiceAddress struct{Heading string ;Name string ;Street string ;Street2 string ;Zip string ;City string ;State string ;Country string ;Phone string ;Email string ; +// ToRGB implements interface Color. +// Note: It's not directly used since shading color works differently than regular color. +func (_aecce *LinearShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0};func (_fafcf *templateProcessor )parseImage (_dgcf *templateNode )(interface{},error ){var _gbdbd string ;for _ ,_dddga :=range _dgcf ._fagc .Attr {_ccee :=_dddga .Value ;switch _agaaf :=_dddga .Name .Local ; +_agaaf {case "\u0073\u0072\u0063":_gbdbd =_ccee ;};};_agdb ,_bcbbe :=_fafcf .loadImageFromSrc (_gbdbd );if _bcbbe !=nil {return nil ,_bcbbe ;};var _gefgg _cc .StreamEncoder ;_faff :=_ga .ToLower (_b .Ext (_gbdbd ));if _faff =="\u006a\u0070\u0067"||_faff =="\u006a\u0070\u0065\u0067"{_gefgg =_cc .NewDCTEncoder (); +}else {_gefgg =_cc .NewFlateEncoder ();};_agdb .SetEncoder (_gefgg );for _ ,_cfcdc :=range _dgcf ._fagc .Attr {_ccda :=_cfcdc .Value ;switch _bggcc :=_cfcdc .Name .Local ;_bggcc {case "\u0061\u006c\u0069g\u006e":_agdb .SetHorizontalAlignment (_fafcf .parseHorizontalAlignmentAttr (_bggcc ,_ccda )); +case "\u006fp\u0061\u0063\u0069\u0074\u0079":_agdb .SetOpacity (_fafcf .parseFloatAttr (_bggcc ,_ccda ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_dbcf :=_fafcf .parseMarginAttr (_bggcc ,_ccda );_agdb .SetMargins (_dbcf .Left ,_dbcf .Right ,_dbcf .Top ,_dbcf .Bottom ); +case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_agdb .SetFitMode (_fafcf .parseFitModeAttr (_bggcc ,_ccda ));case "\u0078":_agdb .SetPos (_fafcf .parseFloatAttr (_bggcc ,_ccda ),_agdb ._baeg );case "\u0079":_agdb .SetPos (_agdb ._cdaf ,_fafcf .parseFloatAttr (_bggcc ,_ccda )); +case "\u0077\u0069\u0064t\u0068":_agdb .SetWidth (_fafcf .parseFloatAttr (_bggcc ,_ccda ));case "\u0068\u0065\u0069\u0067\u0068\u0074":_agdb .SetHeight (_fafcf .parseFloatAttr (_bggcc ,_ccda ));case "\u0061\u006e\u0067l\u0065":_agdb .SetAngle (_fafcf .parseFloatAttr (_bggcc ,_ccda )); +case "\u0065n\u0063\u006f\u0064\u0065\u0072":_gefgg =_fafcf .parseImageEncoder (_bggcc ,_ccda );if _gefgg !=nil {_agdb .SetEncoder (_gefgg );};case "\u0073\u0072\u0063":break ;default:_fafcf .nodeLogDebug (_dgcf ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0069m\u0061\u0067\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_bggcc ); +};};return _agdb ,nil ;};func (_fcba *InvoiceAddress )fmtLine (_deab ,_bage string ,_bgce bool )string {if _bgce {_bage ="";};return _g .Sprintf ("\u0025\u0073\u0025s\u000a",_bage ,_deab );}; -// Separator defines the separator between different address components, -// such as the city, state and zip code. It defaults to ", " when the -// field is an empty string. -Separator string ; +// Height returns the height of the Paragraph. The height is calculated based on the input text and how it is wrapped +// within the container. Does not include Margins. +func (_ffbd *StyledParagraph )Height ()float64 {_ffbd .wrapText ();var _abgb float64 ;for _ ,_ggbcf :=range _ffbd ._eeea {var _fadb float64 ;for _ ,_edeba :=range _ggbcf {_cbeb :=_ffbd ._aaebc *_edeba .Style .FontSize ;if _cbeb > _fadb {_fadb =_cbeb ;}; +};_abgb +=_fadb ;};return _abgb ;}; -// If enabled, the Phone field label (`Phone: `) is not displayed. -HidePhoneLabel bool ; +// InfoLines returns all the rows in the invoice information table as +// description-value cell pairs. +func (_aeae *Invoice )InfoLines ()[][2]*InvoiceCell {_affbe :=[][2]*InvoiceCell {_aeae ._egfe ,_aeae ._afgcd ,_aeae ._bddf };return append (_affbe ,_aeae ._bbaef ...);};func _fgcf ()*listItem {return &listItem {}};func _cbec (_ccfd []_ee .CubicBezierCurve )*PolyBezierCurve {return &PolyBezierCurve {_ggae :&_ee .PolyBezierCurve {Curves :_ccfd ,BorderColor :_fg .NewPdfColorDeviceRGB (0,0,0),BorderWidth :1.0},_eecd :1.0,_dgacd :1.0}; +}; -// If enabled, the Email field label (`Email: `) is not displayed. -HideEmailLabel bool ;}; +// FrontpageFunctionArgs holds the input arguments to a front page drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type FrontpageFunctionArgs struct{PageNum int ;TotalPages int ;}; -// SetNoteHeadingStyle sets the style properties used to render the heading -// of the invoice note sections. -func (_afae *Invoice )SetNoteHeadingStyle (style TextStyle ){_afae ._begb =style };func _fcde (_dedeg *templateProcessor ,_ddcfe *templateNode )(interface{},error ){return _dedeg .parseLine (_ddcfe );}; +// Columns returns all the columns in the invoice line items table. +func (_dgeb *Invoice )Columns ()[]*InvoiceCell {return _dgeb ._gda }; -// Width returns the cell's width based on the input draw context. -func (_ebgbf *TableCell )Width (ctx DrawContext )float64 {_eddfe :=float64 (0.0);for _gdce :=0;_gdce < _ebgbf ._ffebf ;_gdce ++{_eddfe +=_ebgbf ._gabb ._faae [_ebgbf ._gggbbd +_gdce -1];};_fddge :=ctx .Width *_eddfe ;return _fddge ;}; +// SetFillOpacity sets the fill opacity. +func (_agcf *CurvePolygon )SetFillOpacity (opacity float64 ){_agcf ._cgbbg =opacity }; -// SetFitMode sets the fit mode of the ellipse. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_egad *Ellipse )SetFitMode (fitMode FitMode ){_egad ._fdbc =fitMode };const (AnchorBottomLeft AnchorPoint =iota ;AnchorBottomRight ;AnchorTopLeft ;AnchorTopRight ;AnchorCenter ;AnchorLeft ;AnchorRight ;AnchorTop ;AnchorBottom ;); +// SetMargins sets the margins of the line. +// NOTE: line margins are only applied if relative positioning is used. +func (_fgadc *Line )SetMargins (left ,right ,top ,bottom float64 ){_fgadc ._adae .Left =left ;_fgadc ._adae .Right =right ;_fgadc ._adae .Top =top ;_fgadc ._adae .Bottom =bottom ;}; -// NewTOCLine creates a new table of contents line with the default style. -func (_cecd *Creator )NewTOCLine (number ,title ,page string ,level uint )*TOCLine {return _eefca (number ,title ,page ,level ,_cecd .NewTextStyle ());}; +// SetSubtotal sets the subtotal of the invoice. +func (_aead *Invoice )SetSubtotal (value string ){_aead ._bfaa [1].Value =value }; -// TextRenderingMode determines whether showing text shall cause glyph -// outlines to be stroked, filled, used as a clipping boundary, or some -// combination of the three. -// See section 9.3 "Text State Parameters and Operators" and -// Table 106 (pp. 254-255 PDF32000_2008). -type TextRenderingMode int ;func (_gcad *TextStyle )horizontalScale ()float64 {return _gcad .HorizontalScaling /100}; +// SetBackgroundColor sets the cell's background color. +func (_abcb *TableCell )SetBackgroundColor (col Color ){_abcb ._fffcf =col }; -// AddHighlightedText adds a new highlighted text to the paragraph. -func (_gagca *StyledParagraph )AddHighlightedText (text string ,color Color ,alpha float64 )*TextChunk {_cafe :=NewTextChunk (text ,_gagca ._cggd );_cafe .Highlight (color ,alpha );return _gagca .appendChunk (_cafe );}; +// SetHorizontalAlignment sets the cell's horizontal alignment of content. +// Can be one of: +// - CellHorizontalAlignmentLeft +// - CellHorizontalAlignmentCenter +// - CellHorizontalAlignmentRight +func (_egaf *TableCell )SetHorizontalAlignment (halign CellHorizontalAlignment ){_egaf ._bbgd =halign };const (CellBorderStyleNone CellBorderStyle =iota ;CellBorderStyleSingle ;CellBorderStyleDouble ;); -// SetFontSize sets the font size in document units (points). -func (_gadd *Paragraph )SetFontSize (fontSize float64 ){_gadd ._geac =fontSize }; +// BorderWidth returns the border width of the ellipse. +func (_fbd *Ellipse )BorderWidth ()float64 {return _fbd ._ecgc };func (_bbedc *List )split (_abdg DrawContext )(_gabg ,_egbaa *List ){var (_ceebe float64 ;_eeca ,_efgab []*listItem ;);_bebg :=_abdg .Width -_bbedc ._dffgd .Horizontal ()-_bbedc ._bfcab -_bbedc .markerWidth (); +_dfbb :=_bbedc .markerWidth ();for _eccc ,_defg :=range _bbedc ._ecd {_begf :=_defg .ctxHeight (_bebg );_ceebe +=_begf ;if _ceebe <=_abdg .Height {_eeca =append (_eeca ,_defg );}else {switch _gbbd :=_defg ._cabb .(type ){case *List :_debg :=_abdg ;_debg .Height =_d .Floor (_begf -(_ceebe -_abdg .Height )); +_bdbf ,_debf :=_gbbd .split (_debg );if _bdbf !=nil {_dabdd :=_fgcf ();_dabdd ._fdfdb =_defg ._fdfdb ;_dabdd ._cabb =_bdbf ;_eeca =append (_eeca ,_dabdd );};if _debf !=nil {_ggfc :=_gbbd ._bcga .Style .FontSize ;_bgbe ,_agaff :=_gbbd ._bcga .Style .Font .GetRuneMetrics (' '); +if _agaff {_ggfc =_gbbd ._bcga .Style .FontSize *_bgbe .Wx *_gbbd ._bcga .Style .horizontalScale ()/1000.0;};_fcfbd :=_ga .Repeat ("\u0020",int (_dfbb /_ggfc ));_bebf :=_fgcf ();_bebf ._fdfdb =*NewTextChunk (_fcfbd ,_gbbd ._bcga .Style );_bebf ._cabb =_debf ; +_efgab =append (_efgab ,_bebf );_efgab =append (_efgab ,_bbedc ._ecd [_eccc +1:]...);};default:_efgab =_bbedc ._ecd [_eccc :];};if len (_efgab )> 0{break ;};};};if len (_eeca )> 0{_gabg =_befg (_bbedc ._bfce );*_gabg =*_bbedc ;_gabg ._ecd =_eeca ;};if len (_efgab )> 0{_egbaa =_befg (_bbedc ._bfce ); +*_egbaa =*_bbedc ;_egbaa ._ecd =_efgab ;};return _gabg ,_egbaa ;}; // AddInternalLink adds a new internal link to the paragraph. // The text parameter represents the text that is displayed. @@ -399,159 +384,224 @@ func (_gadd *Paragraph )SetFontSize (fontSize float64 ){_gadd ._geac =fontSize } // coordinates. Position 0, 0 is at the top left of the page. // The zoom of the destination page is controlled with the zoom // parameter. Pass in 0 to keep the current zoom value. -func (_beba *StyledParagraph )AddInternalLink (text string ,page int64 ,x ,y ,zoom float64 )*TextChunk {_aaccd :=NewTextChunk (text ,_beba ._debd );_aaccd .AddAnnotation (_egded (page -1,x ,y ,zoom ));return _beba .appendChunk (_aaccd );};func _bdcfa (_feae string )bool {_bfec :=func (_fdfa rune )bool {return _fdfa =='\u000A'}; -_dbdac :=_ddf .TrimFunc (_feae ,_bfec );_fbad :=_fbg .Paragraph {};_ ,_gggff :=_fbad .SetString (_dbdac );if _gggff !=nil {return true ;};_cbage ,_gggff :=_fbad .Order ();if _gggff !=nil {return true ;};if _cbage .NumRuns ()< 1{return true ;};return _fbad .IsLeftToRight (); +func (_gccfc *StyledParagraph )AddInternalLink (text string ,page int64 ,x ,y ,zoom float64 )*TextChunk {_gfaa :=NewTextChunk (text ,_gccfc ._caff );_gfaa .AddAnnotation (_adcae (page -1,x ,y ,zoom ));return _gccfc .appendChunk (_gfaa );}; + +// SetMargins sets the margins of the rectangle. +// NOTE: rectangle margins are only applied if relative positioning is used. +func (_faee *Rectangle )SetMargins (left ,right ,top ,bottom float64 ){_faee ._dadff .Left =left ;_faee ._dadff .Right =right ;_faee ._dadff .Top =top ;_faee ._dadff .Bottom =bottom ;}; + +// SetLevel sets the indentation level of the TOC line. +func (_ddfe *TOCLine )SetLevel (level uint ){_ddfe ._ebfee =level ;_ddfe ._bcecg ._gfdga .Left =_ddfe ._cegff +float64 (_ddfe ._ebfee -1)*_ddfe ._cggae ;}; + +// NewPageBreak create a new page break. +func (_aaeb *Creator )NewPageBreak ()*PageBreak {return _cbbeb ()};func _gfeaa (_adfdcf string ,_affgc bool )string {_bfad :=_adfdcf ;if _bfad ==""{return "";};_dgabf :=_afd .Paragraph {};_ ,_acbae :=_dgabf .SetString (_adfdcf );if _acbae !=nil {return _bfad ; +};_eggb ,_acbae :=_dgabf .Order ();if _acbae !=nil {return _bfad ;};_ffbcc :=_eggb .NumRuns ();_efcfb :=make ([]string ,_ffbcc );for _dbaeae :=0;_dbaeae < _eggb .NumRuns ();_dbaeae ++{_feaeb :=_eggb .Run (_dbaeae );_cgbgf :=_feaeb .String ();if _feaeb .Direction ()==_afd .RightToLeft {_cgbgf =_afd .ReverseString (_cgbgf ); +};if _affgc {_efcfb [_dbaeae ]=_cgbgf ;}else {_efcfb [_ffbcc -1]=_cgbgf ;};_ffbcc --;};if len (_efcfb )!=_eggb .NumRuns (){return _adfdcf ;};_bfad =_ga .Join (_efcfb ,"");return _bfad ;};func _ccgdc (_gdcbc *templateProcessor ,_bbbgf *templateNode )(interface{},error ){return _gdcbc .parseBackground (_bbbgf ); }; -// SetMargins sets the margins of the line. -// NOTE: line margins are only applied if relative positioning is used. -func (_ddcce *Line )SetMargins (left ,right ,top ,bottom float64 ){_ddcce ._cbeb .Left =left ;_ddcce ._cbeb .Right =right ;_ddcce ._cbeb .Top =top ;_ddcce ._cbeb .Bottom =bottom ;}; +// SetAnchor set gradient position anchor. +// Default to center. +func (_acfbb *RadialShading )SetAnchor (anchor AnchorPoint ){_acfbb ._abeca =anchor };func (_bafg *Creator )newPage ()*_fg .PdfPage {_fbgde :=_fg .NewPdfPage ();_ebddc :=_bafg ._ecgae [0];_agba :=_bafg ._ecgae [1];_acaf :=_fg .PdfRectangle {Llx :0,Lly :0,Urx :_ebddc ,Ury :_agba }; +_fbgde .MediaBox =&_acaf ;_bafg ._egcd =_ebddc ;_bafg ._fdfd =_agba ;_bafg .initContext ();return _fbgde ;}; -// GetMargins returns the margins of the chart (left, right, top, bottom). -func (_fbaa *Chart )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _fbaa ._aabg .Left ,_fbaa ._aabg .Right ,_fbaa ._aabg .Top ,_fbaa ._aabg .Bottom ;}; +// EnablePageWrap controls whether the division is wrapped across pages. +// If disabled, the division is moved in its entirety on a new page, if it +// does not fit in the available height. By default, page wrapping is enabled. +// If the height of the division is larger than an entire page, wrapping is +// enabled automatically in order to avoid unwanted behavior. +// Currently, page wrapping can only be disabled for vertical divisions. +func (_bbab *Division )EnablePageWrap (enable bool ){_bbab ._aafe =enable };func _fgfc (_eeffe string )([]string ,error ){var (_dbccd []string ;_cgfb []rune ;);for _ ,_bgfgd :=range _eeffe {if _bgfgd =='\u000A'{if len (_cgfb )> 0{_dbccd =append (_dbccd ,string (_cgfb )); +};_dbccd =append (_dbccd ,string (_bgfgd ));_cgfb =nil ;continue ;};_cgfb =append (_cgfb ,_bgfgd );};if len (_cgfb )> 0{_dbccd =append (_dbccd ,string (_cgfb ));};var _bfec []string ;for _ ,_fbbcd :=range _dbccd {_dadaa :=[]rune (_fbbcd );_geaeb :=_adc .NewScanner (_dadaa ); +var _dcabg []rune ;for _bcaa :=0;_bcaa < len (_dadaa );_bcaa ++{_ ,_gccac ,_cgbae :=_geaeb .Next ();if _cgbae !=nil {return nil ,_cgbae ;};if _gccac ==_adc .BreakProhibited ||_fa .IsSpace (_dadaa [_bcaa ]){_dcabg =append (_dcabg ,_dadaa [_bcaa ]);if _fa .IsSpace (_dadaa [_bcaa ]){_bfec =append (_bfec ,string (_dcabg )); +_dcabg =[]rune {};};continue ;}else {if len (_dcabg )> 0{_bfec =append (_bfec ,string (_dcabg ));};_dcabg =[]rune {_dadaa [_bcaa ]};};};if len (_dcabg )> 0{_bfec =append (_bfec ,string (_dcabg ));};};return _bfec ,nil ;}; -// Insert adds a new text chunk at the specified position in the paragraph. -func (_aaae *StyledParagraph )Insert (index uint ,text string )*TextChunk {_fegcg :=uint (len (_aaae ._bcbc ));if index > _fegcg {index =_fegcg ;};_fbgcg :=NewTextChunk (text ,_aaae ._cggd );_aaae ._bcbc =append (_aaae ._bcbc [:index ],append ([]*TextChunk {_fbgcg },_aaae ._bcbc [index :]...)...); -_aaae .wrapText ();return _fbgcg ;};func (_acaa *StyledParagraph )wrapText ()error {return _acaa .wrapChunks (true )}; +// SetMarkedContentID sets marked content ID. +func (_ggcff *Polyline )SetMarkedContentID (mcid int64 )*_fg .KDict {_ggcff ._bdec =&mcid ;_dagb :=_fg .NewKDictionary ();_dagb .S =_cc .MakeName (_fg .StructureTypeFigure );_dagb .K =_cc .MakeInteger (mcid );return _dagb ;};func (_geba *Invoice )drawInformation ()*Table {_bdabf :=_dgbaa (2); +_afcb :=append ([][2]*InvoiceCell {_geba ._egfe ,_geba ._afgcd ,_geba ._bddf },_geba ._bbaef ...);for _ ,_ffga :=range _afcb {_abgg ,_gbbg :=_ffga [0],_ffga [1];if _gbbg .Value ==""{continue ;};_eagb :=_bdabf .NewCell ();_eagb .SetBackgroundColor (_abgg .BackgroundColor ); +_geba .setCellBorder (_eagb ,_abgg );_dgca :=_gdcg (_abgg .TextStyle );_dgca .Append (_abgg .Value );_dgca .SetMargins (0,0,2,1);_eagb .SetContent (_dgca );_eagb =_bdabf .NewCell ();_eagb .SetBackgroundColor (_gbbg .BackgroundColor );_geba .setCellBorder (_eagb ,_gbbg ); +_dgca =_gdcg (_gbbg .TextStyle );_dgca .Append (_gbbg .Value );_dgca .SetMargins (0,0,2,1);_eagb .SetContent (_dgca );};return _bdabf ;}; -// SetLazy sets the lazy mode for the image. -func (_cgdef *Image )SetLazy (lazy bool ){_cgdef ._bfbd =lazy }; +// SetBorderOpacity sets the border opacity. +func (_fbfbe *PolyBezierCurve )SetBorderOpacity (opacity float64 ){_fbfbe ._dgacd =opacity }; -// SetLink makes the line an internal link. -// The text parameter represents the text that is displayed. -// The user is taken to the specified page, at the specified x and y -// coordinates. Position 0, 0 is at the top left of the page. -func (_adbgc *TOCLine )SetLink (page int64 ,x ,y float64 ){_adbgc ._bfcae =x ;_adbgc ._geaed =y ;_adbgc ._bfabf =page ;_egdde :=_adbgc ._ecfeg ._debd .Color ;_adbgc .Number .Style .Color =_egdde ;_adbgc .Title .Style .Color =_egdde ;_adbgc .Separator .Style .Color =_egdde ; -_adbgc .Page .Style .Color =_egdde ;}; +// Lines returns all the rows of the invoice line items table. +func (_eefd *Invoice )Lines ()[][]*InvoiceCell {return _eefd ._gadcc }; -// FitMode returns the fit mode of the ellipse. -func (_fged *Ellipse )FitMode ()FitMode {return _fged ._fdbc }; +// MoveRight moves the drawing context right by relative displacement dx (negative goes left). +func (_bbea *Creator )MoveRight (dx float64 ){_bbea ._eac .X +=dx }; -// Angle returns the block rotation angle in degrees. -func (_ee *Block )Angle ()float64 {return _ee ._ac };func (_cdbce *templateProcessor )parseColor (_eddg string )Color {if _eddg ==""{return nil ;};_cbfbg ,_bddbg :=_cdbce ._agabg .ColorMap [_eddg ];if _bddbg {return _cbfbg ;};if _eddg [0]=='#'{return ColorRGBFromHex (_eddg ); -};return nil ;}; +// SetPadding sets the padding of the component. The padding represents +// inner margins which are applied around the contents of the division. +// The background of the component is not affected by its padding. +func (_dbdeg *Division )SetPadding (left ,right ,top ,bottom float64 ){_dbdeg ._ffde .Left =left ;_dbdeg ._ffde .Right =right ;_dbdeg ._ffde .Top =top ;_dbdeg ._ffde .Bottom =bottom ;};func _degac (_dcadc []*ColorPoint )*LinearShading {return &LinearShading {_bdbc :&shading {_cgcfg :ColorWhite ,_ggbc :false ,_aafab :[]bool {false ,false },_gbae :_dcadc },_bfeb :&_fg .PdfRectangle {}}; +};func _gbddg (_gaef *templateProcessor ,_bbcae *templateNode )(interface{},error ){return _gaef .parseDivision (_bbcae );}; -// NewGraphicSVGFromFile creates a graphic SVG from a file. -func NewGraphicSVGFromFile (path string )(*GraphicSVG ,error ){return _dgbe (path )}; +// DrawContext defines the drawing context. The DrawContext is continuously used and updated when +// drawing the page contents in relative mode. Keeps track of current X, Y position, available +// height as well as other page parameters such as margins and dimensions. +type DrawContext struct{ -// SetSubtotal sets the subtotal of the invoice. -func (_dggf *Invoice )SetSubtotal (value string ){_dggf ._ffce [1].Value =value }; +// Current page number. +Page int ; -// SetFillColor sets the fill color. -func (_gcbd *PolyBezierCurve )SetFillColor (color Color ){_gcbd ._gfde =color ;_gcbd ._bgdab .FillColor =_fac (color );}; +// Current position. In a relative positioning mode, a drawable will be placed at these coordinates. +X ,Y float64 ; -// GeneratePageBlocks generates the table page blocks. Multiple blocks are -// generated if the contents wrap over multiple pages. -// Implements the Drawable interface. -func (_aeef *Table )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aeeed :=_aeef ;if _aeef ._ffeag {_aeeed =_aeef .clone ();};return _cbgg (_aeeed ,ctx );};func (_agbff *templateProcessor )parseFontAttr (_bdacb ,_aeacg string )*_gd .PdfFont {_ca .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_bdacb ,_aeacg ); -_gcde :=_agbff .creator ._fbbd ;if _aeacg ==""{return _gcde ;};_afefg :=_ddf .Split (_aeacg ,"\u002c");for _ ,_ddece :=range _afefg {_ddece =_ddf .TrimSpace (_ddece );if _ddece ==""{continue ;};_cfcd ,_cgbae :=_agbff ._agabg .FontMap [_aeacg ];if _cgbae {return _cfcd ; -};_aafgg ,_cgbae :=map[string ]_gd .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_gd .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_gd .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_gd .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_gd .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_gd .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_gd .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_gd .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_gd .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_gd .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_gd .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_gd .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_gd .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_gd .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_gd .TimesBoldItalicName }[_aeacg ]; -if _cgbae {if _deafa ,_cbca :=_gd .NewStandard14Font (_aafgg );_cbca ==nil {return _deafa ;};};if _ceed :=_agbff .parseAttrPropList (_ddece );len (_ceed )> 0{if _cccca ,_caafb :=_ceed ["\u0070\u0061\u0074\u0068"];_caafb {_aabda :=_gd .NewPdfFontFromTTFFile ; -if _cfcac ,_dgcag :=_ceed ["\u0074\u0079\u0070\u0065"];_dgcag &&_cfcac =="\u0063o\u006d\u0070\u006f\u0073\u0069\u0074e"{_aabda =_gd .NewCompositePdfFontFromTTFFile ;};if _afcbc ,_cgdca :=_aabda (_cccca );_cgdca !=nil {_ca .Log .Debug ("\u0043\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0060\u0025\u0073\u0060\u003a %\u0076\u002e",_cccca ,_cgdca ); -}else {return _afcbc ;};};};};return _gcde ;}; +// Context dimensions. Available width and height (on current page). +Width ,Height float64 ; -// SetPos sets absolute positioning with specified coordinates. -func (_dfcge *StyledParagraph )SetPos (x ,y float64 ){_dfcge ._abab =PositionAbsolute ;_dfcge ._cabcd =x ;_dfcge ._ccde =y ;}; +// Page Margins. +Margins Margins ; -// CreateTableOfContents sets a function to generate table of contents. -func (_afcb *Creator )CreateTableOfContents (genTOCFunc func (_ceba *TOC )error ){_afcb ._bef =genTOCFunc ;}; +// Absolute Page size, widths and height. +PageWidth float64 ;PageHeight float64 ; -// SetLineStyle sets the style for all the line components: number, title, -// separator, page. The style is applied only for new lines added to the -// TOC component. -func (_gccg *TOC )SetLineStyle (style TextStyle ){_gccg .SetLineNumberStyle (style );_gccg .SetLineTitleStyle (style );_gccg .SetLineSeparatorStyle (style );_gccg .SetLinePageStyle (style );}; +// Controls whether the components are stacked horizontally +Inline bool ;_eecc rune ;_adac []error ;}; -// TextStyle is a collection of properties that can be assigned to a text chunk. -type TextStyle struct{ +// Color interface represents colors in the PDF creator. +type Color interface{ToRGB ()(float64 ,float64 ,float64 );}; -// Color represents the color of the text. -Color Color ; +// SetOptimizer sets the optimizer to optimize PDF before writing. +func (_dga *Creator )SetOptimizer (optimizer _fg .Optimizer ){_dga ._egba =optimizer }; -// OutlineColor represents the color of the text outline. -OutlineColor Color ; +// GetHeading returns the chapter heading paragraph. Used to give access to address style: font, sizing etc. +func (_fea *Chapter )GetHeading ()*Paragraph {return _fea ._caba }; -// MultiFont represents an encoder that accepts multiple fonts and selects the correct font for encoding. -MultiFont *_gd .MultipleFontEncoder ; +// NewCell makes a new cell and inserts it into the table at the current position. +func (_cfaf *Table )NewCell ()*TableCell {return _cfaf .MultiCell (1,1)}; -// Font represents the font the text will use. -Font *_gd .PdfFont ; +// SetColorTop sets border color for top. +func (_fcde *border )SetColorTop (col Color ){_fcde ._ggfd =col }; -// FontSize represents the size of the font. -FontSize float64 ; +// SetWidthBottom sets border width for bottom. +func (_cadb *border )SetWidthBottom (bw float64 ){_cadb ._adgc =bw };func (_deef grayColor )ToRGB ()(float64 ,float64 ,float64 ){return _deef ._dbd ,_deef ._dbd ,_deef ._dbd }; -// OutlineSize represents the thickness of the text outline. -OutlineSize float64 ; +// Width returns the current page width. +func (_afed *Creator )Width ()float64 {return _afed ._egcd }; -// CharSpacing represents the character spacing. -CharSpacing float64 ; +// GeneratePageBlocks draws the curve onto page blocks. +func (_bagab *Curve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_afgc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_efa :=_cb .NewContentCreator ();if _bagab ._cgcd !=nil {_efa .Add_BDC (*_cc .MakeName (_fg .StructureTypeFigure ),map[string ]_cc .PdfObject {"\u004d\u0043\u0049\u0044":_cc .MakeInteger (*_bagab ._cgcd )}); +};_efa .Add_q ().Add_w (_bagab ._cda ).SetStrokingColor (_agbd (_bagab ._aecb )).Add_m (_bagab ._gdff ,ctx .PageHeight -_bagab ._agbg ).Add_v (_bagab ._gcace ,ctx .PageHeight -_bagab ._aeeb ,_bagab ._abd ,ctx .PageHeight -_bagab ._bfg ).Add_S ().Add_Q (); +if _bagab ._cgcd !=nil {_efa .Add_EMC ();};_cacc :=_afgc .addContentsByString (_efa .String ());if _cacc !=nil {return nil ,ctx ,_cacc ;};return []*Block {_afgc },ctx ,nil ;}; -// HorizontalScaling represents the percentage to horizontally scale -// characters by (default: 100). Values less than 100 will result in -// narrower text while values greater than 100 will result in wider text. -HorizontalScaling float64 ; +// GetMargins returns the margins of the ellipse: left, right, top, bottom. +func (_cbg *Ellipse )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _cbg ._cdcf .Left ,_cbg ._cdcf .Right ,_cbg ._cdcf .Top ,_cbg ._cdcf .Bottom ;}; -// RenderingMode represents the rendering mode. -RenderingMode TextRenderingMode ; +// Lines returns all the lines the table of contents has. +func (_cbbebg *TOC )Lines ()[]*TOCLine {return _cbbebg ._ggfdc }; -// Underline specifies if the text chunk is underlined. -Underline bool ; +// SetRowHeight sets the height for a specified row. +func (_fgae *Table )SetRowHeight (row int ,h float64 )error {if row < 1||row > len (_fgae ._dbfg ){return _ag .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_fgae ._dbfg [row -1]=h ;return nil ; +};func (_dfdd *templateProcessor )parseInt64Array (_daffe ,_abdbc string )[]int64 {_e .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0069\u006e\u0074\u0036\u0034\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_daffe ,_abdbc ); +_cddg :=_ga .Fields (_abdbc );_bcef :=make ([]int64 ,0,len (_cddg ));for _ ,_cgbcg :=range _cddg {_effg ,_ :=_be .ParseInt (_cgbcg ,10,64);_bcef =append (_bcef ,_effg );};return _bcef ;};func (_edfccf *templateProcessor )parsePageBreak (_fgdeb *templateNode )(interface{},error ){return _cbbeb (),nil ; +}; -// UnderlineStyle represents the style of the line used to underline text. -UnderlineStyle TextDecorationLineStyle ; +// WriteToFile writes the Creator output to file specified by path. +func (_geee *Creator )WriteToFile (outputPath string )error {_fcaa ,_fcfd :=_gf .Create (outputPath );if _fcfd !=nil {return _fcfd ;};defer _fcaa .Close ();return _geee .Write (_fcaa );}; -// TextRise specifies a vertical adjustment for text. It is useful for -// drawing subscripts/superscripts. A positive text rise value will -// produce superscript text, while a negative one will result in -// subscript text. -TextRise float64 ;}; +// TotalLines returns all the rows in the invoice totals table as +// description-value cell pairs. +func (_fgccb *Invoice )TotalLines ()[][2]*InvoiceCell {_cgeb :=[][2]*InvoiceCell {_fgccb ._bfaa };_cgeb =append (_cgeb ,_fgccb ._bgab ...);return append (_cgeb ,_fgccb ._gbba );};func _fcbff (_ddbeaa ,_bgdad ,_deeec TextChunk ,_cagad uint ,_fadd TextStyle )*TOCLine {_gagcf :=_gdcg (_fadd ); +_gagcf .SetEnableWrap (true );_gagcf .SetTextAlignment (TextAlignmentLeft );_gagcf .SetMargins (0,0,2,2);_dedfg :=&TOCLine {_bcecg :_gagcf ,Number :_ddbeaa ,Title :_bgdad ,Page :_deeec ,Separator :TextChunk {Text :"\u002e",Style :_fadd },_cegff :0,_ebfee :_cagad ,_cggae :10,_geaaee :PositionRelative }; +_gagcf ._gfdga .Left =_dedfg ._cegff +float64 (_dedfg ._ebfee -1)*_dedfg ._cggae ;_gagcf ._ebgbd =_dedfg .prepareParagraph ;return _dedfg ;}; -// GetCoords returns the (x1, y1), (x2, y2) points defining the Line. -func (_dgcg *Line )GetCoords ()(float64 ,float64 ,float64 ,float64 ){return _dgcg ._cbagd ,_dgcg ._efeb ,_dgcg ._agbba ,_dgcg ._dcga ;};func _efb (_age string )string {_fba :=_fee .FindAllString (_age ,-1);if len (_fba )==0{_age =_age +"\u0030";}else {_fcea ,_gec :=_fd .Atoi (_fba [len (_fba )-1]); -if _gec !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072 \u0063\u006f\u006ev\u0065rt\u0069\u006e\u0067\u0020\u0064\u0069\u0067i\u0074\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006e\u0061\u006de,\u0020f\u0061\u006c\u006c\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0062a\u0073\u0069\u0063\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a \u0025\u0076",_gec ); -_age =_age +"\u0030";}else {_fcea ++;_dbbf :=_ddf .LastIndex (_age ,_fba [len (_fba )-1]);if _dbbf ==-1{_age =_f .Sprintf ("\u0025\u0073\u0025\u0064",_age [:len (_age )-1],_fcea );}else {_age =_age [:_dbbf ]+_fd .Itoa (_fcea );};};};return _age ;}; +// Chart represents a chart drawable. +// It is used to render unichart chart components using a creator instance. +type Chart struct{_ggc _eb .ChartRenderable ;_fadcc Positioning ;_agdda float64 ;_ccfa float64 ;_acgd Margins ;_cefe *int64 ;};func (_ffgc *templateProcessor )parseChart (_cddfa *templateNode )(interface{},error ){var _aada string ;for _ ,_dfda :=range _cddfa ._fagc .Attr {_dcdg :=_dfda .Value ; +switch _ggfdad :=_dfda .Name .Local ;_ggfdad {case "\u0073\u0072\u0063":_aada =_dcdg ;};};if _aada ==""{_ffgc .nodeLogError (_cddfa ,"\u0043\u0068\u0061\u0072\u0074\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); +return nil ,_fgdd ;};_aacf ,_gafbc :=_ffgc ._edegg .ChartMap [_aada ];if !_gafbc {_ffgc .nodeLogError (_cddfa ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0063ha\u0072\u0074\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_aada ); +return nil ,_fgdd ;};_bagcg :=NewChart (_aacf );for _ ,_baddb :=range _cddfa ._fagc .Attr {_gcedb :=_baddb .Value ;switch _bebeg :=_baddb .Name .Local ;_bebeg {case "\u0078":_bagcg .SetPos (_ffgc .parseFloatAttr (_bebeg ,_gcedb ),_bagcg ._ccfa );case "\u0079":_bagcg .SetPos (_bagcg ._agdda ,_ffgc .parseFloatAttr (_bebeg ,_gcedb )); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_fagca :=_ffgc .parseMarginAttr (_bebeg ,_gcedb );_bagcg .SetMargins (_fagca .Left ,_fagca .Right ,_fagca .Top ,_fagca .Bottom );case "\u0077\u0069\u0064t\u0068":_bagcg ._ggc .SetWidth (int (_ffgc .parseFloatAttr (_bebeg ,_gcedb ))); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_bagcg ._ggc .SetHeight (int (_ffgc .parseFloatAttr (_bebeg ,_gcedb )));case "\u0073\u0072\u0063":break ;default:_ffgc .nodeLogDebug (_cddfa ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0063h\u0061\u0072\u0074\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_bebeg ); +};};return _bagcg ,nil ;}; -// Margins returns the margins of the component. -func (_aaaa *Division )Margins ()(_cece ,_bgfgb ,_efaa ,_dcacc float64 ){return _aaaa ._fceg .Left ,_aaaa ._fceg .Right ,_aaaa ._fceg .Top ,_aaaa ._fceg .Bottom ;}; +// FitMode defines resizing options of an object inside a container. +type FitMode int ; -// DrawHeader sets a function to draw a header on created output pages. -func (_gea *Creator )DrawHeader (drawHeaderFunc func (_agfa *Block ,_gffeg HeaderFunctionArgs )){_gea ._eee =drawHeaderFunc ;};func (_eeded *Table )getLastCellFromCol (_ecdcb int )(int ,*TableCell ){for _abbdd :=len (_eeded ._gedg )-1;_abbdd >=0;_abbdd --{if _eeded ._gedg [_abbdd ]._gggbbd ==_ecdcb {return _abbdd ,_eeded ._gedg [_abbdd ]; -};};return 0,nil ;}; +// TextRenderingMode determines whether showing text shall cause glyph +// outlines to be stroked, filled, used as a clipping boundary, or some +// combination of the three. +// See section 9.3 "Text State Parameters and Operators" and +// Table 106 (pp. 254-255 PDF32000_2008). +type TextRenderingMode int ;func (_fbdd *templateProcessor )loadImageFromSrc (_efbbf string )(*Image ,error ){if _efbbf ==""{_e .Log .Error ("\u0049\u006d\u0061\u0067\u0065\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); +return nil ,_fgdd ;};_dced :=_ga .Split (_efbbf ,"\u002c");for _ ,_egcdg :=range _dced {_egcdg =_ga .TrimSpace (_egcdg );if _egcdg ==""{continue ;};_bgdab ,_cadfe :=_fbdd ._edegg .ImageMap [_egcdg ];if _cadfe {return _gfgg (_bgdab );};if _ebccb :=_fbdd .parseAttrPropList (_egcdg ); +len (_ebccb )> 0{if _edfb ,_bcab :=_ebccb ["\u0070\u0061\u0074\u0068"];_bcab {if _ebgd ,_bcegf :=_efff (_edfb );_bcegf !=nil {_e .Log .Debug ("\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0060\u0025\u0073\u0060\u003a\u0020\u0025\u0076\u002e",_edfb ,_bcegf ); +}else {return _ebgd ,nil ;};};};};_e .Log .Error ("\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0069ma\u0067\u0065\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_efbbf );return nil ,_fgdd ;}; -// NewPageBreak create a new page break. -func (_cbaaf *Creator )NewPageBreak ()*PageBreak {return _addgg ()}; +// SetMarkedContentID sets the marked content id for the chart. +func (_eff *Chart )SetMarkedContentID (mcid int64 )*_fg .KDict {_eff ._cefe =&mcid ;_bcb :=_fg .NewKDictionary ();_bcb .S =_cc .MakeName (_fg .StructureTypeFigure );_bcb .K =_cc .MakeInteger (mcid );return _bcb ;}; -// Invoice represents a configurable invoice template. -type Invoice struct{_bgfbda string ;_afed *Image ;_adbcd *InvoiceAddress ;_afbf *InvoiceAddress ;_gggd string ;_eeffg [2]*InvoiceCell ;_cegfg [2]*InvoiceCell ;_fgfe [2]*InvoiceCell ;_ebf [][2]*InvoiceCell ;_gbbc []*InvoiceCell ;_gdfd [][]*InvoiceCell ; -_ffce [2]*InvoiceCell ;_cecdb [2]*InvoiceCell ;_gfgd [][2]*InvoiceCell ;_cdbg [2]string ;_acae [2]string ;_dbef [][2]string ;_bdae TextStyle ;_ddba TextStyle ;_fcbed TextStyle ;_gdga TextStyle ;_fefc TextStyle ;_degfg TextStyle ;_begb TextStyle ;_ffda InvoiceCellProps ; -_dbbfd InvoiceCellProps ;_ddce InvoiceCellProps ;_aabdc InvoiceCellProps ;_afbg Positioning ;};func (_gcgg *Creator )wrapPageIfNeeded (_caa *_gd .PdfPage )(*_gd .PdfPage ,error ){_cdgf ,_ddgf :=_caa .GetAllContentStreams ();if _ddgf !=nil {return nil ,_ddgf ; -};_gabc :=_eag .NewContentStreamParser (_cdgf );_egag ,_ddgf :=_gabc .Parse ();if _ddgf !=nil {return nil ,_ddgf ;};if !_egag .HasUnclosedQ (){return nil ,nil ;};_egag .WrapIfNeeded ();_ebc ,_ddgf :=_be .MakeStream (_egag .Bytes (),_be .NewFlateEncoder ()); -if _ddgf !=nil {return nil ,_ddgf ;};_caa .Contents =_be .MakeArray (_ebc );return _caa ,nil ;}; +// PageSize represents the page size as a 2 element array representing the width and height in PDF document units (points). +type PageSize [2]float64 ; -// Line defines a line between point 1 (X1, Y1) and point 2 (X2, Y2). -// The line width, color, style (solid or dashed) and opacity can be -// configured. Implements the Drawable interface. -type Line struct{_cbagd float64 ;_efeb float64 ;_agbba float64 ;_dcga float64 ;_ffga Color ;_dddcg _ddb .LineStyle ;_gbfc float64 ;_cccd []int64 ;_aaed int64 ;_adcb float64 ;_fcbba Positioning ;_aedgf FitMode ;_cbeb Margins ;_afac *int64 ;}; +// ColorGrayFrom8bit creates a Color from 8-bit (0-255) gray values. +// Example: +// +// gray := ColorGrayFrom8bit(255, 0, 0) +func ColorGrayFrom8bit (g byte )Color {return grayColor {float64 (g )/255.0}}; -// Positioning returns the type of positioning the ellipse is set to use. -func (_gbef *Ellipse )Positioning ()Positioning {return _gbef ._gbbf };func (_faaa *listItem )ctxHeight (_abga float64 )float64 {var _dfea float64 ;switch _egac :=_faaa ._cfec .(type ){case *Paragraph :if _egac ._abaa {_egac .SetWidth (_abga -_egac ._cgacg .Horizontal ()); -};_dfea =_egac .Height ()+_egac ._cgacg .Vertical ();_dfea +=0.5*_egac ._geac *_egac ._agdbb ;case *StyledParagraph :if _egac ._egbgc {_egac .SetWidth (_abga -_egac ._affa .Horizontal ());};_dfea =_egac .Height ()+_egac ._affa .Vertical ();_dfea +=0.5*_egac .getTextHeight (); -case *List :_defea :=_abga -_faaa ._gdeca .Width ()-_egac ._edgdc .Horizontal ()-_egac ._eeccg ;_dfea =_egac .ctxHeight (_defea )+_egac ._edgdc .Vertical ();case *Image :_dfea =_egac .Height ()+_egac ._fcad .Vertical ();case *Division :_ddfaa :=_abga -_faaa ._gdeca .Width ()-_egac ._fceg .Horizontal (); -_dfea =_egac .ctxHeight (_ddfaa )+_egac ._fceg .Vertical ();case *Table :_egddb :=_abga -_faaa ._gdeca .Width ()-_egac ._ccecg .Horizontal ();_egac .updateRowHeights (_egddb );_dfea =_egac .Height ()+_egac ._ccecg .Vertical ();default:_dfea =_faaa ._cfec .Height (); -};return _dfea ;}; +// SetPositioning sets the positioning of the line (absolute or relative). +func (_cgcfa *Line )SetPositioning (positioning Positioning ){_cgcfa ._cfgfg =positioning }; -// GeneratePageBlocks draw graphic svg into block. -func (_agbb *GraphicSVG )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ddab :=ctx ;_fegd :=_agbb ._cdgd .IsRelative ();var _acedc []*Block ;if _fegd {_feffb :=1.0;_ebdea :=_agbb ._agdb .Top ;if _agbb ._dddg .Height > ctx .Height -_agbb ._agdb .Top {_acedc =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; -var _aceb error ;if _ ,ctx ,_aceb =_addgg ().GeneratePageBlocks (ctx );_aceb !=nil {return nil ,ctx ,_aceb ;};_ebdea =0;};ctx .X +=_agbb ._agdb .Left +_feffb ;ctx .Y +=_ebdea ;ctx .Width -=_agbb ._agdb .Left +_agbb ._agdb .Right +2*_feffb ;ctx .Height -=_ebdea ; -}else {ctx .X =_agbb ._eeeb ;ctx .Y =_agbb ._gca ;};_aeaf :=_eag .NewContentCreator ();_aeaf .Translate (0,ctx .PageHeight );_aeaf .Scale (1,-1);_aeaf .Translate (ctx .X ,ctx .Y );_cbed :=_agbb ._dddg .Width /_agbb ._dddg .ViewBox .W ;_fgg :=_agbb ._dddg .Height /_agbb ._dddg .ViewBox .H ; -_aecg :=0.0;_caed :=0.0;if _fegd {_aecg =_agbb ._eeeb -(_agbb ._dddg .ViewBox .X *_ff .Max (_cbed ,_fgg ));_caed =_agbb ._gca -(_agbb ._dddg .ViewBox .Y *_ff .Max (_cbed ,_fgg ));};_adfb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _agbb ._dcfc !=nil {_aeaf .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_agbb ._dcfc )}); -};_agbb ._dddg .ToContentCreator (_aeaf ,_adfb ._fa ,_cbed ,_fgg ,_aecg ,_caed );if _agbb ._dcfc !=nil {_aeaf .Add_EMC ();};if _bbfd :=_adfb .addContentsByString (_aeaf .String ());_bbfd !=nil {return nil ,ctx ,_bbfd ;};if _fegd {_ccgf :=_agbb .Height ()+_agbb ._agdb .Bottom ; -ctx .Y +=_ccgf ;ctx .Height -=_ccgf ;}else {ctx =_ddab ;};_acedc =append (_acedc ,_adfb );return _acedc ,ctx ,nil ;}; +// SetIndent sets the left offset of the list when nested into another list. +func (_bgfd *List )SetIndent (indent float64 ){_bgfd ._bfcab =indent ;_bgfd ._abfa =false };func _caddf (_faecg string )*_fg .PdfAnnotation {_caee :=_fg .NewPdfAnnotationLink ();_ecgdf :=_fg .NewBorderStyle ();_ecgdf .SetBorderWidth (0);_caee .BS =_ecgdf .ToPdfObject (); +_cgage :=_fg .NewPdfActionURI ();_cgage .URI =_cc .MakeString (_faecg );_caee .SetAction (_cgage .PdfAction );return _caee .PdfAnnotation ;}; -// SetMarkedContentID sets the marked content identifier. -func (_aeb *Division )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; +// Finalize renders all blocks to the creator pages. In addition, it takes care +// of adding headers and footers, as well as generating the front page, +// table of contents and outlines. +// Finalize is automatically called before writing the document out. Calling the +// method manually can be useful when adding external pages to the creator, +// using the AddPage method, as it renders all creator blocks to the added +// pages, without having to write the document out. +// NOTE: TOC and outlines are generated only if the AddTOC and AddOutlines +// fields of the creator are set to true (enabled by default). Furthermore, TOCs +// and outlines without content are skipped. TOC and outline content is +// added automatically when using the chapter component. TOCs and outlines can +// also be set externally, using the SetTOC and SetOutlineTree methods. +// Finalize should only be called once, after all draw calls have taken place, +// as it will return immediately if the creator instance has been finalized. +func (_bbae *Creator )Finalize ()error {if _bbae ._cgbf {return nil ;};_gde :=len (_bbae ._edaf );_gdcc :=0;if _bbae ._cdc !=nil {_bbd :=*_bbae ;_bbae ._edaf =nil ;_bbae ._ffbc =nil ;_bbae .initContext ();_dcfc :=FrontpageFunctionArgs {PageNum :1,TotalPages :_gde }; +_bbae ._cdc (_dcfc );_gdcc +=len (_bbae ._edaf );_bbae ._edaf =_bbd ._edaf ;_bbae ._ffbc =_bbd ._ffbc ;};if _bbae .AddTOC {_bbae .initContext ();_bbae ._eac .Page =_gdcc +1;if _bbae .CustomTOC &&_bbae ._gadc !=nil {_eggg :=*_bbae ;_bbae ._edaf =nil ;_bbae ._ffbc =nil ; +if _def :=_bbae ._gadc (_bbae ._fgedc );_def !=nil {return _def ;};_gdcc +=len (_bbae ._edaf );_bbae ._edaf =_eggg ._edaf ;_bbae ._ffbc =_eggg ._ffbc ;}else {if _bbae ._gadc !=nil {if _geca :=_bbae ._gadc (_bbae ._fgedc );_geca !=nil {return _geca ;};}; +_bceb ,_ ,_ada :=_bbae ._fgedc .GeneratePageBlocks (_bbae ._eac );if _ada !=nil {_e .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073: \u0025\u0076",_ada ); +return _ada ;};_gdcc +=len (_bceb );};_bdgc :=_bbae ._fgedc .Lines ();for _ ,_fgce :=range _bdgc {_feb ,_ebfag :=_be .Atoi (_fgce .Page .Text );if _ebfag !=nil {continue ;};_fgce .Page .Text =_be .Itoa (_feb +_gdcc );_fgce ._cbefe +=int64 (_gdcc );};}; +_ffba :=false ;var _gcfd []*_fg .PdfPage ;if _bbae ._cdc !=nil {_efge :=*_bbae ;_bbae ._edaf =nil ;_bbae ._ffbc =nil ;_fgec :=FrontpageFunctionArgs {PageNum :1,TotalPages :_gde };_bbae ._cdc (_fgec );_gde +=len (_bbae ._edaf );_gcfd =_bbae ._edaf ;_bbae ._edaf =append (_bbae ._edaf ,_efge ._edaf ...); +_bbae ._ffbc =_efge ._ffbc ;_ffba =true ;};var _cgbgg []*_fg .PdfPage ;if _bbae .AddTOC {_bbae .initContext ();if _bbae .CustomTOC &&_bbae ._gadc !=nil {_aebf :=*_bbae ;_bbae ._edaf =nil ;_bbae ._ffbc =nil ;if _feg :=_bbae ._gadc (_bbae ._fgedc );_feg !=nil {_e .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_feg ); +return _feg ;};_cgbgg =_bbae ._edaf ;_gde +=len (_cgbgg );_bbae ._edaf =_aebf ._edaf ;_bbae ._ffbc =_aebf ._ffbc ;}else {if _bbae ._gadc !=nil {if _fcgg :=_bbae ._gadc (_bbae ._fgedc );_fcgg !=nil {_e .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_fcgg ); +return _fcgg ;};};_adcd ,_ ,_ :=_bbae ._fgedc .GeneratePageBlocks (_bbae ._eac );for _ ,_fdeag :=range _adcd {_fdeag .SetPos (0,0);_gde ++;_dgb :=_bbae .newPage ();_cgbgg =append (_cgbgg ,_dgb );_bbae .setActivePage (_dgb );_bbae .Draw (_fdeag );};};if _ffba {_efe :=_gcfd ; +_eae :=_bbae ._edaf [len (_gcfd ):];_bbae ._edaf =append ([]*_fg .PdfPage {},_efe ...);_bbae ._edaf =append (_bbae ._edaf ,_cgbgg ...);_bbae ._edaf =append (_bbae ._edaf ,_eae ...);}else {_bbae ._edaf =append (_cgbgg ,_bbae ._edaf ...);};};if _bbae ._afe !=nil &&_bbae .AddOutlines {var _gfa func (_bacfg *_fg .OutlineItem ); +_gfa =func (_ggcd *_fg .OutlineItem ){_ggcd .Dest .Page +=int64 (_gdcc );if _fegg :=int (_ggcd .Dest .Page );_fegg >=0&&_fegg < len (_bbae ._edaf ){_ggcd .Dest .PageObj =_bbae ._edaf [_fegg ].GetPageAsIndirectObject ();}else {_e .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_fegg ); +};_ggcd .Dest .Y =_bbae ._fdfd -_ggcd .Dest .Y ;_dccff :=_ggcd .Items ();for _ ,_adfb :=range _dccff {_gfa (_adfb );};};_gebe :=_bbae ._afe .Items ();for _ ,_fddg :=range _gebe {_gfa (_fddg );};if _bbae .AddTOC {var _dgdd int ;if _ffba {_dgdd =len (_gcfd ); +};_bfb :=_fg .NewOutlineDest (int64 (_dgdd ),0,_bbae ._fdfd );if _dgdd >=0&&_dgdd < len (_bbae ._edaf ){_bfb .PageObj =_bbae ._edaf [_dgdd ].GetPageAsIndirectObject ();}else {_e .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_dgdd ); +};_bbae ._afe .Insert (0,_fg .NewOutlineItem ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073",_bfb ));};};for _ffeb ,_gdeb :=range _bbae ._edaf {_bbae .setActivePage (_gdeb );if _bbae ._dagg !=nil {_ceeb ,_gabd ,_dcfd :=_gdeb .Size (); +if _dcfd !=nil {return _dcfd ;};_efgc :=PageFinalizeFunctionArgs {PageNum :_ffeb +1,PageWidth :_ceeb ,PageHeight :_gabd ,TOCPages :len (_cgbgg ),TotalPages :_gde };if _dafcc :=_bbae ._dagg (_efgc );_dafcc !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0070\u0061\u0067\u0065\u0020\u0066\u0069\u006e\u0061\u006c\u0069\u007a\u0065 \u0063\u0061\u006c\u006c\u0062\u0061\u0063k\u003a\u0020\u0025\u0076",_dafcc ); +return _dafcc ;};};if _bbae ._ddd !=nil {_bgd :=NewBlock (_bbae ._egcd ,_bbae ._fadg .Top );_agff :=HeaderFunctionArgs {PageNum :_ffeb +1,TotalPages :_gde };_bbae ._ddd (_bgd ,_agff );_bgd .SetPos (0,0);if _aggb :=_bbae .Draw (_bgd );_aggb !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0068e\u0061\u0064\u0065\u0072\u003a\u0020\u0025v",_aggb ); +return _aggb ;};};if _bbae ._efbg !=nil {_ecac :=NewBlock (_bbae ._egcd ,_bbae ._fadg .Bottom );_bdd :=FooterFunctionArgs {PageNum :_ffeb +1,TotalPages :_gde };_bbae ._efbg (_ecac ,_bdd );_ecac .SetPos (0,_bbae ._fdfd -_ecac ._fe );if _cabgc :=_bbae .Draw (_ecac ); +_cabgc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0066o\u006f\u0074\u0065\u0072\u003a\u0020\u0025v",_cabgc );return _cabgc ;};};_abc ,_dcag :=_bbae ._ffge [_gdeb ];if _aagd ,_dddd :=_bbae ._aecf [_gdeb ]; +_dddd {if _dcag {_abc .transformBlock (_aagd );};if _bcg :=_aagd .drawToPage (_gdeb );_bcg !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020%\u0064\u0020\u0062\u006c\u006f\u0063\u006bs\u003a\u0020\u0025\u0076",_ffeb +1,_bcg ); +return _bcg ;};};if _dcag {if _gffg :=_abc .transformPage (_gdeb );_gffg !=nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0074\u0072\u0061\u006e\u0073f\u006f\u0072\u006d\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0076",_gffg ); +return _gffg ;};};};_bbae ._cgbf =true ;return nil ;};func _cbbeb ()*PageBreak {return &PageBreak {}};func (_dfee *templateProcessor )nodeLogError (_affff *templateNode ,_deffa string ,_bcgf ...interface{}){_e .Log .Error (_dfee .getNodeErrorLocation (_affff ,_deffa ,_bcgf ...)); +}; -// PageBreak represents a page break for a chapter. -type PageBreak struct{};func _efafa (_edba *templateProcessor ,_cgcf *templateNode )(interface{},error ){return _edba .parseList (_cgcf );}; +// GetMargins returns the Paragraph's margins: left, right, top, bottom. +func (_efgabc *StyledParagraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _efgabc ._gfdga .Left ,_efgabc ._gfdga .Right ,_efgabc ._gfdga .Top ,_efgabc ._gfdga .Bottom ;};func (_eggge *templateProcessor )parseMarginAttr (_afac ,_adag string )Margins {_e .Log .Debug ("\u0050\u0061r\u0073\u0069\u006e\u0067 \u006d\u0061r\u0067\u0069\u006e\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_afac ,_adag ); +_defge :=Margins {};switch _afbfe :=_ga .Fields (_adag );len (_afbfe ){case 1:_defge .Top ,_ =_be .ParseFloat (_afbfe [0],64);_defge .Bottom =_defge .Top ;_defge .Left =_defge .Top ;_defge .Right =_defge .Top ;case 2:_defge .Top ,_ =_be .ParseFloat (_afbfe [0],64); +_defge .Bottom =_defge .Top ;_defge .Left ,_ =_be .ParseFloat (_afbfe [1],64);_defge .Right =_defge .Left ;case 3:_defge .Top ,_ =_be .ParseFloat (_afbfe [0],64);_defge .Left ,_ =_be .ParseFloat (_afbfe [1],64);_defge .Right =_defge .Left ;_defge .Bottom ,_ =_be .ParseFloat (_afbfe [2],64); +case 4:_defge .Top ,_ =_be .ParseFloat (_afbfe [0],64);_defge .Right ,_ =_be .ParseFloat (_afbfe [1],64);_defge .Bottom ,_ =_be .ParseFloat (_afbfe [2],64);_defge .Left ,_ =_be .ParseFloat (_afbfe [3],64);};return _defge ;};func (_cadbbf *TextChunk )clone ()*TextChunk {_bedf :=*_cadbbf ; +_bedf ._ecgg =_bcadd (_cadbbf ._ecgg );return &_bedf ;}; + +// SetOpacity sets the opacity of the line (0-1). +func (_eegf *Line )SetOpacity (opacity float64 ){_eegf ._gebb =opacity };func (_gdef *Paragraph )getMaxLineWidth ()float64 {if _gdef ._cefa ==nil ||(_gdef ._cefa !=nil &&len (_gdef ._cefa )==0){_gdef .wrapText ();};var _cccb float64 ;for _ ,_dfgb :=range _gdef ._cefa {_edebc :=_gdef .getTextLineWidth (_dfgb ); +if _edebc > _cccb {_cccb =_edebc ;};};return _cccb ;}; + +// SetInline sets the inline mode of the division. +func (_gfgd *Division )SetInline (inline bool ){_gfgd ._ddee =inline }; + +// SetLineTitleStyle sets the style for the title part of all new lines +// of the table of contents. +func (_bebaf *TOC )SetLineTitleStyle (style TextStyle ){_bebaf ._fecc =style }; // AddTextItem appends a new item with the specified text to the list. // The method creates a styled paragraph with the specified text and returns @@ -559,1691 +609,1680 @@ type PageBreak struct{};func _efafa (_edba *templateProcessor ,_cgcf *templateNo // The method also returns the marker used for the newly added item. // The marker object can be used to change the text and style of the marker // for the current item. -func (_eebbd *List )AddTextItem (text string )(*StyledParagraph ,*TextChunk ,error ){_dddad :=_aedcd (_eebbd ._edga );_dddad .Append (text );_dfec ,_efda :=_eebbd .Add (_dddad );return _dddad ,_dfec ,_efda ;}; - -// SetIndent sets the cell's left indent. -func (_aeed *TableCell )SetIndent (indent float64 ){_aeed ._adeb =indent }; +func (_fdce *List )AddTextItem (text string )(*StyledParagraph ,*TextChunk ,error ){_adfg :=_gdcg (_fdce ._bfce );_adfg .Append (text );_bccf ,_bdgd :=_fdce .Add (_adfg );return _adfg ,_bccf ,_bdgd ;}; -// MoveDown moves the drawing context down by relative displacement dy (negative goes up). -func (_ddec *Creator )MoveDown (dy float64 ){_ddec ._ecfb .Y +=dy }; - -// TOC represents a table of contents component. -// It consists of a paragraph heading and a collection of -// table of contents lines. -// The representation of a table of contents line is as follows: -// -// [number] [title] [separator] [page] -// -// e.g.: Chapter1 Introduction ........... 1 -type TOC struct{_gfbgc *StyledParagraph ;_gfcc []*TOCLine ;_defeaa TextStyle ;_eebgb TextStyle ;_daffbe TextStyle ;_ccffd TextStyle ;_gffbbe string ;_dddcf float64 ;_caada Margins ;_egade Positioning ;_cdef TextStyle ;_daded bool ;}; - -// FillColor returns the fill color of the ellipse. -func (_cgabg *Ellipse )FillColor ()Color {return _cgabg ._cgcbc };func (_cggef *templateProcessor )parseRectangle (_fccf *templateNode )(interface{},error ){_dfecf :=_cggef .creator .NewRectangle (0,0,0,0);for _ ,_gcdc :=range _fccf ._eccfd .Attr {_gbag :=_gcdc .Value ; -switch _accdf :=_gcdc .Name .Local ;_accdf {case "\u0078":_dfecf ._fdeb =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0079":_dfecf ._fefcd =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0077\u0069\u0064t\u0068":_dfecf .SetWidth (_cggef .parseFloatAttr (_accdf ,_gbag )); -case "\u0068\u0065\u0069\u0067\u0068\u0074":_dfecf .SetHeight (_cggef .parseFloatAttr (_accdf ,_gbag ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dfecf .SetFillColor (_cggef .parseColorAttr (_accdf ,_gbag ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_dfecf .SetFillOpacity (_cggef .parseFloatAttr (_accdf ,_gbag )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dfecf .SetBorderColor (_cggef .parseColorAttr (_accdf ,_gbag ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_dfecf .SetBorderOpacity (_cggef .parseFloatAttr (_accdf ,_gbag )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_dfecf .SetBorderWidth (_cggef .parseFloatAttr (_accdf ,_gbag ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_eccd ,_acdea ,_ebeb ,_dfbga :=_cggef .parseBorderRadiusAttr (_accdf ,_gbag ); -_dfecf .SetBorderRadius (_eccd ,_acdea ,_dfbga ,_ebeb );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dfecf ._dfegd =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dfecf ._afgd =_cggef .parseFloatAttr (_accdf ,_gbag ); -case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dfecf ._ebddb =_cggef .parseFloatAttr (_accdf ,_gbag );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dfecf ._fcgc =_cggef .parseFloatAttr (_accdf ,_gbag ); -case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_dfecf .SetPositioning (_cggef .parsePositioningAttr (_accdf ,_gbag ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_dfecf .SetFitMode (_cggef .parseFitModeAttr (_accdf ,_gbag ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_aedeb :=_cggef .parseMarginAttr (_accdf ,_gbag ); -_dfecf .SetMargins (_aedeb .Left ,_aedeb .Right ,_aedeb .Top ,_aedeb .Bottom );default:_cggef .nodeLogDebug (_fccf ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020re\u0063\u0074\u0061\u006e\u0067\u006ce\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_accdf ); -};};return _dfecf ,nil ;}; +// GeneratePageBlocks generates a page break block. +func (_bddg *PageBreak )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gbdfa :=[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y ),NewBlock (ctx .PageWidth ,ctx .PageHeight )};ctx .Page ++;_gafg :=ctx ;_gafg .Y =ctx .Margins .Top ; +_gafg .X =ctx .Margins .Left ;_gafg .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_gafg .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right ;ctx =_gafg ;return _gbdfa ,ctx ,nil ;}; -// SetColor sets the line color. Use ColorRGBFromHex, ColorRGBFrom8bit or -// ColorRGBFromArithmetic to create the color object. -func (_cbab *Line )SetColor (color Color ){_cbab ._ffga =color }; +// Color returns the color of the line. +func (_cgcb *Line )Color ()Color {return _cgcb ._eadb }; -// Number returns the invoice number description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_debg *Invoice )Number ()(*InvoiceCell ,*InvoiceCell ){return _debg ._eeffg [0],_debg ._eeffg [1]}; +// ColorGrayFromHex converts color hex code to gray color for using with creator. +// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. +// Example hex code: #ff -> white. +func ColorGrayFromHex (hexStr string )Color {_ffaa :=grayColor {};if (len (hexStr )!=2&&len (hexStr )!=3)||hexStr [0]!='#'{_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ffaa ; +};var _gfcc int ;if len (hexStr )==2{var _dfce int ;_cgbg ,_cdd :=_g .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078",&_dfce );if _cdd !=nil {_e .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_cdd ); +return _ffaa ;};if _cgbg !=1{_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ffaa ;};_gfcc =_dfce *16+_dfce ;}else {_fdg ,_gecd :=_g .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078",&_gfcc ); +if _gecd !=nil {_e .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ffaa ;};if _fdg !=1{_e .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_fdg ); +return _ffaa ;};};_ffaa ._dbd =float64 (_gfcc )/255.0;return _ffaa ;}; -// SetStyleLeft sets border style for left side. -func (_cfg *border )SetStyleLeft (style CellBorderStyle ){_cfg ._fgfc =style };func _efca (_aegd *Block ,_bgaeb *StyledParagraph ,_fcadf [][]*TextChunk ,_gggba DrawContext )(DrawContext ,[][]*TextChunk ,error ){_gddd :=1;_dfba :=_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd )); -for _aegd ._fa .HasFontByName (_dfba ){_gddd ++;_dfba =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));};_aagd :=_aegd ._fa .SetFontByName (_dfba ,_bgaeb ._cggd .Font .ToPdfObject ());if _aagd !=nil {return _gggba ,nil ,_aagd ; -};_gddd ++;_efedc :=_dfba ;_cbdbf :=_bgaeb ._cggd .FontSize ;_cadd :=_bgaeb ._abab .IsRelative ();var _gggbf [][]_be .PdfObjectName ;var _affde [][]*TextChunk ;var _ebbgf float64 ;for _cabf ,_fcge :=range _fcadf {var _efbe []_be .PdfObjectName ;var _fafgc float64 ; -if len (_fcge )> 0{_fafgc =_fcge [0].Style .FontSize ;};for _ ,_ead :=range _fcge {_cfcee :=_ead .Style ;if _ead .Text !=""&&_cfcee .FontSize > _fafgc {_fafgc =_cfcee .FontSize ;};if _fafgc > _gggba .PageHeight {return _gggba ,nil ,_fc .New ("\u0050\u0061\u0072\u0061\u0067\u0072a\u0070\u0068\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020\u006ca\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0070\u0061\u0067\u0065 \u0068e\u0069\u0067\u0068\u0074"); -};_dfba =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_addaf :=_aegd ._fa .SetFontByName (_dfba ,_cfcee .Font .ToPdfObject ());if _addaf !=nil {return _gggba ,nil ,_addaf ;};_efbe =append (_efbe ,_dfba );_gddd ++;};_fafgc *=_bgaeb ._bcde ; -if _cadd &&_ebbgf +_fafgc > _gggba .Height {_affde =_fcadf [_cabf :];_fcadf =_fcadf [:_cabf ];break ;};_ebbgf +=_fafgc ;_gggbf =append (_gggbf ,_efbe );};_bbcfg ,_dgcd ,_gdccf :=_bgaeb .getLineMetrics (0);_deeb ,_ebaeg :=_bbcfg *_bgaeb ._bcde ,_dgcd *_bgaeb ._bcde ; -if len (_fcadf )==0{return _gggba ,_affde ,nil ;};_ggdae :=_eag .NewContentCreator ();_ggdae .Add_q ();_edac :=_ebaeg ;if _bgaeb ._eeedb ==TextVerticalAlignmentCenter {_edac =_dgcd +(_bbcfg +_gdccf -_dgcd )/2+(_ebaeg -_dgcd )/2;};_dgfe :=_gggba .PageHeight -_gggba .Y -_edac ; -_ggdae .Translate (_gggba .X ,_dgfe );_bbbd :=_dgfe ;if _bgaeb ._cbace !=0{_ggdae .RotateDeg (_bgaeb ._cbace );};if _bgaeb ._fcga ==TextOverflowHidden {_ggdae .Add_re (0,-_ebbgf +_deeb +1,_bgaeb ._cbcb ,_ebbgf ).Add_W ().Add_n ();};_ggdae .Add_BT ();_eebf :=map[string ]_be .PdfObject {}; -if _bgaeb ._gbdb !=nil {_eebf ["\u004d\u0043\u0049\u0044"]=_be .MakeInteger (*_bgaeb ._gbdb );};if _bgaeb ._abce !=""{_eebf ["\u004c\u0061\u006e\u0067"]=_be .MakeString (_bgaeb ._abce );};if len (_eebf )> 0{_ggdae .Add_BDC (*_be .MakeName (_gd .StructureTypeParagraph ),_eebf ); -};var _cgba []*_ddb .BasicLine ;for _gaed ,_dgee :=range _fcadf {_gced :=_gggba .X ;var _cdbaf float64 ;if len (_dgee )> 0{_cdbaf =_dgee [0].Style .FontSize ;};_bbcfg ,_ ,_gdccf =_bgaeb .getLineMetrics (_gaed );_ebaeg =(_bbcfg +_gdccf );for _ ,_dccbf :=range _dgee {_gaaa :=&_dccbf .Style ; -if _dccbf .Text !=""&&_gaaa .FontSize > _cdbaf {_cdbaf =_gaaa .FontSize ;};if _ebaeg > _cdbaf {_cdbaf =_ebaeg ;};};if _gaed !=0{_ggdae .Add_TD (0,-_cdbaf *_bgaeb ._bcde );_bbbd -=_cdbaf *_bgaeb ._bcde ;};_abaae :=_gaed ==len (_fcadf )-1;var (_ccge float64 ; -_gdbaf float64 ;_afbc *fontMetrics ;_aged float64 ;_bfgfe uint ;);var _gbgfge []float64 ;for _ ,_ffaf :=range _dgee {_gabce :=&_ffaf .Style ;if _gabce .FontSize > _gdbaf {_gdbaf =_gabce .FontSize ;_afbc =_ecdbd (_ffaf .Style .Font ,_gabce .FontSize );}; -if _ebaeg > _gdbaf {_gdbaf =_ebaeg ;};_fbfg ,_dcdb :=_gabce .Font .GetRuneMetrics (' ');if _fbfg .Wx ==0&&_gabce .MultiFont !=nil {_fbfg ,_dcdb =_gabce .MultiFont .GetRuneMetrics (' ');_gabce .MultiFont .Reset ();};if !_dcdb {return _gggba ,nil ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); -};var _daafc uint ;var _effdd float64 ;_gfab :=len (_ffaf .Text );for _fcgbbe ,_gbfe :=range _ffaf .Text {if _gbfe ==' '{_daafc ++;continue ;};if _gbfe =='\u000A'{continue ;};_afaa ,_fgaeee :=_gabce .Font .GetRuneMetrics (_gbfe );if _afaa .Wx ==0&&_gabce .MultiFont !=nil {_afaa ,_fgaeee =_gabce .MultiFont .GetRuneMetrics (' '); -_gabce .MultiFont .Reset ();};if !_fgaeee {_ca .Log .Debug ("\u0055\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006ee\u0020%\u0076\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u000a",_gbfe );return _gggba ,nil ,_fc .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068"); -};_effdd +=_gabce .FontSize *_afaa .Wx *_gabce .horizontalScale ();if _fcgbbe !=_gfab -1{_effdd +=_gabce .CharSpacing *1000.0;};};_gbgfge =append (_gbgfge ,_effdd );_ccge +=_effdd ;_aged +=float64 (_daafc )*_fbfg .Wx *_gabce .FontSize *_gabce .horizontalScale (); -_bfgfe +=_daafc ;};_gdbaf *=_bgaeb ._bcde ;var _gafg []_be .PdfObject ;_dcad :=_bgaeb ._cbcb *1000.0;if _bgaeb ._abff ==TextAlignmentJustify {if _bfgfe > 0&&!_abaae {_aged =(_dcad -_ccge )/float64 (_bfgfe )/_cbdbf ;};}else if _bgaeb ._abff ==TextAlignmentCenter {_gceec :=(_dcad -_ccge -_aged )/2; -_gfge :=_gceec /_cbdbf ;_gafg =append (_gafg ,_be .MakeFloat (-_gfge ));_gced +=_gceec /1000.0;}else if _bgaeb ._abff ==TextAlignmentRight {_ebbdd :=(_dcad -_ccge -_aged );_afab :=_ebbdd /_cbdbf ;_gafg =append (_gafg ,_be .MakeFloat (-_afab ));_gced +=_ebbdd /1000.0; -};if len (_gafg )> 0{_ggdae .Add_Tf (_efedc ,_cbdbf ).Add_TL (_cbdbf *_bgaeb ._bcde ).Add_TJ (_gafg ...);};_abcf :=0.0;for _acgef ,_geaeg :=range _dgee {_bebc :=&_geaeg .Style ;_bfbda :=_efedc ;_eaeca :=_cbdbf ;_aefa :=_bebc .OutlineColor !=nil ;_cbcf :=_bebc .HorizontalScaling !=DefaultHorizontalScaling ; -_fdeac :=_bebc .OutlineSize !=1;if _fdeac {_ggdae .Add_w (_bebc .OutlineSize );};_edgab :=_bebc .RenderingMode !=TextRenderingModeFill ;if _edgab {_ggdae .Add_Tr (int64 (_bebc .RenderingMode ));};_ebbe :=_bebc .CharSpacing !=0;if _ebbe {_ggdae .Add_Tc (_bebc .CharSpacing ); -};_cbbd :=_bebc .TextRise !=0;if _cbbd {_ggdae .Add_Ts (_bebc .TextRise );};if _geaeg .VerticalAlignment !=TextVerticalAlignmentBaseline {_gafdg :=_ecdbd (_geaeg .Style .Font ,_bebc .FontSize );switch _geaeg .VerticalAlignment {case TextVerticalAlignmentCenter :_abcf =_afbc ._daeb /2-_gafdg ._daeb /2; -case TextVerticalAlignmentBottom :_abcf =_afbc ._gfcgf -_gafdg ._gfcgf ;case TextVerticalAlignmentTop :_abcf =_dgcd -_bebc .FontSize ;};if _abcf !=0.0{_ggdae .Translate (0,_abcf );};};if _bgaeb ._abff !=TextAlignmentJustify ||_abaae {_bdaa ,_fegdd :=_bebc .Font .GetRuneMetrics (' '); -if !_fegdd {return _gggba ,nil ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_bfbda =_gggbf [_gaed ][_acgef ];_eaeca =_bebc .FontSize ; -_aged =_bdaa .Wx *_bebc .horizontalScale ();};_egbdcf :=_bebc .Font .Encoder ();var _cebf []byte ;var _cegaf bool ;_bacd :=_bebc .Font ;for _ ,_edcbd :=range _geaeg .Text {if _edcbd =='\u000A'{continue ;};if _edcbd ==' '{if len (_cebf )> 0{if _aefa {_ggdae .SetStrokingColor (_fac (_bebc .OutlineColor )); -};if _cbcf {_ggdae .Add_Tz (_bebc .HorizontalScaling );};_abdb :=_gggbf [_gaed ][_acgef ];if _cegaf {_abdb =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_dbad :=_aegd ._fa .SetFontByName (_abdb ,_bacd .ToPdfObject ()); -if _dbad !=nil {return _gggba ,nil ,_dbad ;};_gddd ++;_cegaf =false ;_egbdcf =_bebc .Font .Encoder ();};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_abdb ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); -_cebf =nil ;};if _cbcf {_ggdae .Add_Tz (DefaultHorizontalScaling );};_ggdae .Add_Tf (_bfbda ,_eaeca ).Add_TJ ([]_be .PdfObject {_be .MakeFloat (-_aged )}...);_gbgfge [_acgef ]+=_aged *_eaeca ;}else {if _ ,_face :=_egbdcf .RuneToCharcode (_edcbd );!_face {if _bebc .MultiFont !=nil {_ecbb ,_cddfg :=_bebc .MultiFont .Encoder (_edcbd ); -if _cddfg {if len (_cebf )!=0{_abda :=_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd ));_decgd :=_aegd ._fa .SetFontByName (_bfbda ,_bacd .ToPdfObject ());if _decgd !=nil {return _gggba ,nil ,_decgd ;};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_abda ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); -_gddd ++;_cebf =nil ;};_egbdcf =_ecbb ;_cegaf =true ;_bacd =_bebc .MultiFont .CurrentFont ;};}else {_aagd =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_edcbd ,_edcbd ),Rune :_edcbd }; -_gggba ._ebbc =append (_gggba ._ebbc ,_aagd );_ca .Log .Debug (_aagd .Error ());if _gggba ._ebeg <=0{continue ;};_edcbd =_gggba ._ebeg ;};};_ccfed :=_egbdcf .Encode (string (_edcbd ));_cebf =append (_cebf ,_ccfed ...);};if _bebc .MultiFont !=nil {_bebc .MultiFont .Reset (); -};};if len (_cebf )> 0{if _aefa {_ggdae .SetStrokingColor (_fac (_bebc .OutlineColor ));};if _cbcf {_ggdae .Add_Tz (_bebc .HorizontalScaling );};_ccced :=_gggbf [_gaed ][_acgef ];if _cegaf {_ccced =_be .PdfObjectName (_f .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_gddd )); -_ecba :=_aegd ._fa .SetFontByName (_ccced ,_bacd .ToPdfObject ());if _ecba !=nil {return _gggba ,nil ,_ecba ;};_gddd ++;_cegaf =false ;};_ggdae .SetNonStrokingColor (_fac (_bebc .Color )).Add_Tf (_ccced ,_bebc .FontSize ).Add_TJ ([]_be .PdfObject {_be .MakeStringFromBytes (_cebf )}...); -};_bacg :=_gbgfge [_acgef ]/1000.0;if _bebc .Underline {_dgdbe :=_bebc .UnderlineStyle .Color ;if _dgdbe ==nil {_dgdbe =_geaeg .Style .Color ;};_gdae ,_eagce ,_bcgfe :=_dgdbe .ToRGB ();_cceg :=_gced -_gggba .X ;_bbdgb :=_bbbd -_dgfe +_bebc .TextRise -_bebc .UnderlineStyle .Offset ; -_cgba =append (_cgba ,&_ddb .BasicLine {X1 :_cceg ,Y1 :_bbdgb ,X2 :_cceg +_bacg ,Y2 :_bbdgb ,LineWidth :_geaeg .Style .UnderlineStyle .Thickness ,LineColor :_gd .NewPdfColorDeviceRGB (_gdae ,_eagce ,_bcgfe )});};for _ebcb ,_bcdfg :=range _geaeg ._bcfe {var _ccgb *_be .PdfObjectArray ; -if len (_geaeg ._dgdde )==_ebcb {switch _bded :=_bcdfg .GetContext ().(type ){case *_gd .PdfAnnotationLink :_ccgb =_be .MakeArray ();_bded .Rect =_ccgb ;_cbgc ,_abbe :=_bded .Dest .(*_be .PdfObjectArray );if _abbe &&_cbgc .Len ()==5{_efebb ,_dgca :=_cbgc .Get (1).(*_be .PdfObjectName ); -if _dgca &&_efebb .String ()=="\u0058\u0059\u005a"{_geee ,_ccfaf :=_be .GetNumberAsFloat (_cbgc .Get (3));if _ccfaf ==nil {_cbgc .Set (3,_be .MakeFloat (_gggba .PageHeight -_geee ));};};};case *_gd .PdfAnnotationHighlight :_ccgb =_be .MakeArray ();_bded .Rect =_ccgb ; -_gebce :=_gced ;_ggbgge :=_bbbd +_bebc .TextRise ;_dagbg :=_baead (&_gd .PdfRectangle {Llx :_gebce ,Lly :_ggbgge ,Urx :_gebce +_bacg ,Ury :_ggbgge +_gdbaf },_bgaeb ._cbace );_bded .QuadPoints =_be .MakeArrayFromFloats ([]float64 {_dagbg [0].X ,_dagbg [0].Y ,_dagbg [1].X ,_dagbg [1].Y ,_dagbg [3].X ,_dagbg [3].Y ,_dagbg [2].X ,_dagbg [2].Y }); -};_geaeg ._dgdde =append (_geaeg ._dgdde ,true );};if _ccgb !=nil {_dfacg :=_ddb .NewPoint (_gced -_gggba .X ,_bbbd +_bebc .TextRise -_dgfe ).Rotate (_bgaeb ._cbace );_dfacg .X +=_gggba .X ;_dfacg .Y +=_dgfe ;_dgfeg ,_cbef ,_cbbfa ,_geceg :=_bcecf (_bacg ,_gdbaf ,_bgaeb ._cbace ); -_dfacg .X +=_dgfeg ;_dfacg .Y +=_cbef ;_ccgb .Clear ();_ccgb .Append (_be .MakeFloat (_dfacg .X ));_ccgb .Append (_be .MakeFloat (_dfacg .Y ));_ccgb .Append (_be .MakeFloat (_dfacg .X +_cbbfa ));_ccgb .Append (_be .MakeFloat (_dfacg .Y +_geceg ));};_aegd .AddAnnotation (_bcdfg ); -};_gced +=_bacg ;if _fdeac {_ggdae .Add_w (1.0);};if _aefa {_ggdae .Add_RG (0.0,0.0,0.0);};if _edgab {_ggdae .Add_Tr (int64 (TextRenderingModeFill ));};if _ebbe {_ggdae .Add_Tc (0);};if _cbbd {_ggdae .Add_Ts (0);};if _cbcf {_ggdae .Add_Tz (DefaultHorizontalScaling ); -};if _abcf !=0.0{_ggdae .Translate (0,-_abcf );_abcf =0.0;};};};if len (_eebf )> 0{_ggdae .Add_EMC ();};_ggdae .Add_ET ();for _ ,_dbgb :=range _cgba {_ggdae .SetStrokingColor (_dbgb .LineColor ).Add_w (_dbgb .LineWidth ).Add_m (_dbgb .X1 ,_dbgb .Y1 ).Add_l (_dbgb .X2 ,_dbgb .Y2 ).Add_s (); -};_ggdae .Add_Q ();_beaf :=_ggdae .Operations ();_beaf .WrapIfNeeded ();_aegd .addContents (_beaf );if _cadd {_cdage :=_ebbgf ;_gggba .Y +=_cdage ;_gggba .Height -=_cdage ;if _gggba .Inline {_gggba .X +=_bgaeb .Width ()+_bgaeb ._affa .Right ;};};return _gggba ,_affde ,nil ; -}; +// GetMargins returns the left, right, top, bottom Margins. +func (_adbdc *Table )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _adbdc ._beac .Left ,_adbdc ._beac .Right ,_adbdc ._beac .Top ,_adbdc ._beac .Bottom ;}; -// FitMode returns the fit mode of the image. -func (_agcd *Image )FitMode ()FitMode {return _agcd ._gfba }; +// Vertical returns total vertical (top + bottom) margin. +func (_gcee *Margins )Vertical ()float64 {return _gcee .Bottom +_gcee .Top }; -// SetFillColor sets the fill color of the rectangle. -func (_dfecc *Rectangle )SetFillColor (col Color ){_dfecc ._gffbd =col };func _dbdbf (_decb *_gd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,0),Font :_decb ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; -};func (_bcad *Invoice )drawSection (_deea ,_fad string )[]*StyledParagraph {var _badc []*StyledParagraph ;if _deea !=""{_degg :=_aedcd (_bcad ._begb );_degg .SetMargins (0,0,0,5);_degg .Append (_deea );_badc =append (_badc ,_degg );};if _fad !=""{_dfab :=_aedcd (_bcad ._degfg ); -_dfab .Append (_fad );_badc =append (_badc ,_dfab );};return _badc ;}; +// Add appends a new item to the list. +// The supported components are: *Paragraph, *StyledParagraph, *Division, *Image, *Table, and *List. +// Returns the marker used for the newly added item. The returned marker +// object can be used to change the text and style of the marker for the +// current item. +func (_aebfd *List )Add (item VectorDrawable )(*TextChunk ,error ){_ffec :=&listItem {_cabb :item ,_fdfdb :_aebfd ._bcga };switch _gbfgg :=item .(type ){case *Paragraph :case *StyledParagraph :case *List :if _gbfgg ._abfa {_gbfgg ._bfcab =15;};case *Division :case *Image :case *Table :default:return nil ,_ag .New ("\u0074\u0068i\u0073\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u006c\u0069\u0073\u0074"); +};_aebfd ._ecd =append (_aebfd ._ecd ,_ffec );return &_ffec ._fdfdb ,nil ;}; -// EnableWordWrap sets the paragraph word wrap flag. -func (_abade *StyledParagraph )EnableWordWrap (val bool ){_abade ._fecad =val }; +// Scale scales the ellipse dimensions by the specified factors. +func (_adeg *Ellipse )Scale (xFactor ,yFactor float64 ){_adeg ._aacd =xFactor *_adeg ._aacd ;_adeg ._gfcb =yFactor *_adeg ._gfcb ;}; -// ScaleToHeight scale Image to a specified height h, maintaining the aspect ratio. -func (_acbbf *Image )ScaleToHeight (h float64 ){_bedb :=_acbbf ._dcbe /_acbbf ._fae ;_acbbf ._fae =h ;_acbbf ._dcbe =h *_bedb ;}; +// InvoiceCell represents any cell belonging to a table from the invoice +// template. The main tables are the invoice information table, the line +// items table and totals table. Contains the text value of the cell and +// the style properties of the cell. +type InvoiceCell struct{InvoiceCellProps ;Value string ;}; -// SetAngle sets the rotation angle of the text. -func (_fbbg *Paragraph )SetAngle (angle float64 ){_fbbg ._ggc =angle }; +// SetColPosition sets cell column position. +func (_gecbc *TableCell )SetColPosition (col int ){_gecbc ._bbcd =col }; -// GetOptimizer returns current PDF optimizer. -func (_ceb *Creator )GetOptimizer ()_gd .Optimizer {return _ceb ._bfg }; +// Height returns the total height of all rows. +func (_gggf *Table )Height ()float64 {_faagf :=float64 (0.0);for _ ,_agcc :=range _gggf ._dbfg {_faagf +=_agcc ;};return _faagf ;}; -// CurRow returns the currently active cell's row number. -func (_dgbfe *Table )CurRow ()int {_efeg :=(_dgbfe ._eaeec -1)/_dgbfe ._cafcb +1;return _efeg }; +// Height returns the height of the rectangle. +// NOTE: the returned value does not include the border width of the rectangle. +func (_fagf *Rectangle )Height ()float64 {return _fagf ._edcdb }; -// GeneratePageBlocks draws the composite curve polygon on a new block -// representing the page. Implements the Drawable interface. -func (_bgcdb *CurvePolygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_geec :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bbfe ,_febb :=_geec .setOpacity (_bgcdb ._bgabd ,_bgcdb ._acfa );if _febb !=nil {return nil ,ctx ,_febb ; -};_gcgd :=_bgcdb ._fbff ;_gcgd .FillEnabled =_gcgd .FillColor !=nil ;_gcgd .BorderEnabled =_gcgd .BorderColor !=nil &&_gcgd .BorderWidth > 0;var (_cbfa =ctx .PageHeight ;_ggagf =_gcgd .Rings ;_bebb =make ([][]_ddb .CubicBezierCurve ,0,len (_gcgd .Rings )); -);_fagga :=_gd .PdfRectangle {};if len (_ggagf )> 0&&len (_ggagf [0])> 0{_gdf :=_ggagf [0][0];_gdf .P0 .Y =_cbfa -_gdf .P0 .Y ;_gdf .P1 .Y =_cbfa -_gdf .P1 .Y ;_gdf .P2 .Y =_cbfa -_gdf .P2 .Y ;_gdf .P3 .Y =_cbfa -_gdf .P3 .Y ;_fagga =_gdf .GetBounds (); -};for _ ,_aeg :=range _ggagf {_fcdc :=make ([]_ddb .CubicBezierCurve ,0,len (_aeg ));for _ ,_eebaf :=range _aeg {_edc :=_eebaf ;_edc .P0 .Y =_cbfa -_edc .P0 .Y ;_edc .P1 .Y =_cbfa -_edc .P1 .Y ;_edc .P2 .Y =_cbfa -_edc .P2 .Y ;_edc .P3 .Y =_cbfa -_edc .P3 .Y ; -_fcdc =append (_fcdc ,_edc );_bfaa :=_edc .GetBounds ();_fagga .Llx =_ff .Min (_fagga .Llx ,_bfaa .Llx );_fagga .Lly =_ff .Min (_fagga .Lly ,_bfaa .Lly );_fagga .Urx =_ff .Max (_fagga .Urx ,_bfaa .Urx );_fagga .Ury =_ff .Max (_fagga .Ury ,_bfaa .Ury ); -};_bebb =append (_bebb ,_fcdc );};_gcgd .Rings =_bebb ;defer func (){_gcgd .Rings =_ggagf }();if _gcgd .FillEnabled {_fbc :=_gaea (_geec ,_bgcdb ._fbff .FillColor ,_bgcdb ._fdbd ,func ()Rectangle {return Rectangle {_fdeb :_fagga .Llx ,_fefcd :_fagga .Lly ,_dacdg :_fagga .Width (),_ddccd :_fagga .Height ()}; -});if _fbc !=nil {return nil ,ctx ,_fbc ;};};_bffa ,_ ,_febb :=_gcgd .MarkedDraw (_bbfe ,_bgcdb ._acgc );if _febb !=nil {return nil ,ctx ,_febb ;};if _febb =_geec .addContentsByString (string (_bffa ));_febb !=nil {return nil ,ctx ,_febb ;};return []*Block {_geec },ctx ,nil ; +// SetPageSize sets the Creator's page size. Pages that are added after this will be created with +// this Page size. +// Does not affect pages already created. +// +// Common page sizes are defined as constants. +// Examples: +// 1. c.SetPageSize(creator.PageSizeA4) +// 2. c.SetPageSize(creator.PageSizeA3) +// 3. c.SetPageSize(creator.PageSizeLegal) +// 4. c.SetPageSize(creator.PageSizeLetter) +// +// For custom sizes: Use the PPMM (points per mm) and PPI (points per inch) when defining those based on +// physical page sizes: +// +// Examples: +// 1. 10x15 sq. mm: SetPageSize(PageSize{10*creator.PPMM, 15*creator.PPMM}) where PPMM is points per mm. +// 2. 3x2 sq. inches: SetPageSize(PageSize{3*creator.PPI, 2*creator.PPI}) where PPI is points per inch. +func (_edgge *Creator )SetPageSize (size PageSize ){_edgge ._ecgae =size ;_edgge ._egcd =size [0];_edgge ._fdfd =size [1];_ecb :=0.1*_edgge ._egcd ;_edgge ._fadg .Left =_ecb ;_edgge ._fadg .Right =_ecb ;_edgge ._fadg .Top =_ecb ;_edgge ._fadg .Bottom =_ecb ; }; -// Polyline represents a slice of points that are connected as straight lines. -// Implements the Drawable interface and can be rendered using the Creator. -type Polyline struct{_gcaf *_ddb .Polyline ;_aegga float64 ;_ecga *int64 ;}; +// Background contains properties related to the background of a component. +type Background struct{FillColor Color ;BorderColor Color ;BorderSize float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ;}; -// SetAntiAlias enables anti alias config. -// -// Anti alias is disabled by default. -func (_egcg *shading )SetAntiAlias (enable bool ){_egcg ._fdda =enable }; +// Append adds a new text chunk to the paragraph. +func (_babdc *StyledParagraph )Append (text string )*TextChunk {_gcdge :=NewTextChunk (text ,_babdc ._ffdb );return _babdc .appendChunk (_gcdge );};func _bgfg (_decag ...interface{})[]interface{}{return _decag }; -// SetViewerPreferences sets the viewer preferences for the PDF document. -func (_cdggd *Creator )SetViewerPreferences (viewerPreferences *_gd .ViewerPreferences ){_cdggd ._ggfa =viewerPreferences ;};func (_dfgf *Invoice )generateLineBlocks (_dedd DrawContext )([]*Block ,DrawContext ,error ){_bcgc :=_gdcg (len (_dfgf ._gbbc )); -_bcgc .SetMargins (0,0,25,0);for _ ,_fbdeb :=range _dfgf ._gbbc {_fcgbb :=_aedcd (_fbdeb .TextStyle );_fcgbb .SetMargins (0,0,1,0);_fcgbb .Append (_fbdeb .Value );_fafc :=_bcgc .NewCell ();_fafc .SetHorizontalAlignment (_fbdeb .Alignment );_fafc .SetBackgroundColor (_fbdeb .BackgroundColor ); -_dfgf .setCellBorder (_fafc ,_fbdeb );_fafc .SetContent (_fcgbb );};for _ ,_edeb :=range _dfgf ._gdfd {for _ ,_agaf :=range _edeb {_egbdc :=_aedcd (_agaf .TextStyle );_egbdc .SetMargins (0,0,3,2);_egbdc .Append (_agaf .Value );_ageg :=_bcgc .NewCell (); -_ageg .SetHorizontalAlignment (_agaf .Alignment );_ageg .SetBackgroundColor (_agaf .BackgroundColor );_dfgf .setCellBorder (_ageg ,_agaf );_ageg .SetContent (_egbdc );};};return _bcgc .GeneratePageBlocks (_dedd );}; +// Positioning returns the type of positioning the ellipse is set to use. +func (_dcae *Ellipse )Positioning ()Positioning {return _dcae ._ggcea };func _bedd (_becf VectorDrawable ,_cfcd float64 )float64 {switch _ddddf :=_becf .(type ){case *Paragraph :if _ddddf ._dagc {_ddddf .SetWidth (_cfcd -_ddddf ._fdgb .Left -_ddddf ._fdgb .Right ); +};return _ddddf .Height ()+_ddddf ._fdgb .Top +_ddddf ._fdgb .Bottom ;case *StyledParagraph :if _ddddf ._ebedb {_ddddf .SetWidth (_cfcd -_ddddf ._gfdga .Left -_ddddf ._gfdga .Right );};return _ddddf .Height ()+_ddddf ._gfdga .Top +_ddddf ._gfdga .Bottom ; +case *Image :_ddddf .applyFitMode (_cfcd );return _ddddf .Height ()+_ddddf ._efdcd .Top +_ddddf ._efdcd .Bottom ;case *Rectangle :_ddddf .applyFitMode (_cfcd );return _ddddf .Height ()+_ddddf ._dadff .Top +_ddddf ._dadff .Bottom +_ddddf ._dfbg ;case *Ellipse :_ddddf .applyFitMode (_cfcd ); +return _ddddf .Height ()+_ddddf ._cdcf .Top +_ddddf ._cdcf .Bottom ;case *Division :return _ddddf .ctxHeight (_cfcd )+_ddddf ._dbfc .Top +_ddddf ._dbfc .Bottom +_ddddf ._ffde .Top +_ddddf ._ffde .Bottom ;case *Table :_ddddf .updateRowHeights (_cfcd -_ddddf ._beac .Left -_ddddf ._beac .Right ); +return _ddddf .Height ()+_ddddf ._beac .Top +_ddddf ._beac .Bottom ;case *List :return _ddddf .ctxHeight (_cfcd )+_ddddf ._dffgd .Top +_ddddf ._dffgd .Bottom ;case marginDrawable :_ ,_ ,_dfad ,_ebad :=_ddddf .GetMargins ();return _ddddf .Height ()+_dfad +_ebad ; +default:return _ddddf .Height ();};}; -// SetHorizontalAlignment sets the horizontal alignment of the image. -func (_bdffd *Image )SetHorizontalAlignment (alignment HorizontalAlignment ){_bdffd ._ggaca =alignment }; +// SetLazy sets the lazy mode for the image. +func (_dadg *Image )SetLazy (lazy bool ){_dadg ._bbdd =lazy }; -// GeneratePageBlocks draws the polygon on a new block representing the page. -// Implements the Drawable interface. -func (_cfbf *Polygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_edbc :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_egge ,_bcgf :=_edbc .setOpacity (_cfbf ._cbfb ,_cfbf ._gcdg );if _bcgf !=nil {return nil ,ctx ,_bcgf ;};_acdec :=_cfbf ._dbfd ; -_acdec .FillEnabled =_acdec .FillColor !=nil ;_acdec .BorderEnabled =_acdec .BorderColor !=nil &&_acdec .BorderWidth > 0;_dgaef :=_acdec .Points ;_baed :=_gd .PdfRectangle {};_daacf :=false ;for _aefbf :=range _dgaef {for _dcaa :=range _dgaef [_aefbf ]{_becg :=&_dgaef [_aefbf ][_dcaa ]; -_becg .Y =ctx .PageHeight -_becg .Y ;if !_daacf {_baed .Llx =_becg .X ;_baed .Lly =_becg .Y ;_baed .Urx =_becg .X ;_baed .Ury =_becg .Y ;_daacf =true ;}else {_baed .Llx =_ff .Min (_baed .Llx ,_becg .X );_baed .Lly =_ff .Min (_baed .Lly ,_becg .Y );_baed .Urx =_ff .Max (_baed .Urx ,_becg .X ); -_baed .Ury =_ff .Max (_baed .Ury ,_becg .Y );};};};if _acdec .FillEnabled {_aegg :=_gaea (_edbc ,_cfbf ._dbfd .FillColor ,_cfbf ._aafdc ,func ()Rectangle {return Rectangle {_fdeb :_baed .Llx ,_fefcd :_baed .Lly ,_dacdg :_baed .Width (),_ddccd :_baed .Height ()}; -});if _aegg !=nil {return nil ,ctx ,_aegg ;};};_gccc ,_ ,_bcgf :=_acdec .MarkedDraw (_egge ,_cfbf ._fgdbe );if _bcgf !=nil {return nil ,ctx ,_bcgf ;};if _bcgf =_edbc .addContentsByString (string (_gccc ));_bcgf !=nil {return nil ,ctx ,_bcgf ;};return []*Block {_edbc },ctx ,nil ; -}; +// Flip flips the active page on the specified axes. +// If `flipH` is true, the page is flipped horizontally. Similarly, if `flipV` +// is true, the page is flipped vertically. If both are true, the page is +// flipped both horizontally and vertically. +// NOTE: the flip transformations are applied when the creator is finalized, +// which is at write time in most cases. +func (_abad *Creator )Flip (flipH ,flipV bool )error {_bfdb :=_abad .getActivePage ();if _bfdb ==nil {return _ag .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_bbfb ,_deb :=_abad ._ffge [_bfdb ];if !_deb {_bbfb =&pageTransformations {}; +_abad ._ffge [_bfdb ]=_bbfb ;};_bbfb ._gaae =flipH ;_bbfb ._dbde =flipV ;return nil ;};func (_fefg *Invoice )newCell (_ddec string ,_fcfb InvoiceCellProps )*InvoiceCell {return &InvoiceCell {_fcfb ,_ddec };}; -// Drawable is a widget that can be used to draw with the Creator. -type Drawable interface{ +// Width is not used. Not used as a Table element is designed to fill into +// available width depending on the context. Returns 0. +func (_bbfd *Table )Width ()float64 {return 0}; -// GeneratePageBlocks draw onto blocks representing Page contents. As the content can wrap over many pages, multiple -// templates are returned, one per Page. The function also takes a draw context containing information -// where to draw (if relative positioning) and the available height to draw on accounting for Margins etc. -GeneratePageBlocks (_dbgg DrawContext )([]*Block ,DrawContext ,error ); +// SkipOver skips over a specified number of rows and cols. +func (_aega *Table )SkipOver (rows ,cols int ){_edfga :=rows *_aega ._ggfcc +cols -1;if _edfga < 0{_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _gbfde :=0;_gbfde < _edfga ;_gbfde ++{_aega .NewCell ();};}; -// SetMarkedContentID sets the marked content id for the drawable. -SetMarkedContentID (_dac int64 )*_gd .KDict ;}; +// New creates a new instance of the PDF Creator. +func New ()*Creator {const _bbac ="c\u0072\u0065\u0061\u0074\u006f\u0072\u002e\u004e\u0065\u0077";_ccab :=&Creator {};_ccab ._edaf =[]*_fg .PdfPage {};_ccab ._aecf =map[*_fg .PdfPage ]*Block {};_ccab ._ffge =map[*_fg .PdfPage ]*pageTransformations {};_ccab .SetPageSize (PageSizeLetter ); +_eadd :=0.1*_ccab ._egcd ;_ccab ._fadg .Left =_eadd ;_ccab ._fadg .Right =_eadd ;_ccab ._fadg .Top =_eadd ;_ccab ._fadg .Bottom =_eadd ;var _afgf error ;_ccab ._ebfa ,_afgf =_fg .NewStandard14Font (_fg .HelveticaName );if _afgf !=nil {_ccab ._ebfa =_fg .DefaultFont (); +};_ccab ._geaa ,_afgf =_fg .NewStandard14Font (_fg .HelveticaBoldName );if _afgf !=nil {_ccab ._ebfa =_fg .DefaultFont ();};_ccab ._fgedc =_ccab .NewTOC ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073"); +_ccab .AddOutlines =true ;_ccab ._afe =_fg .NewOutline ();_bed .TrackUse (_bbac );return _ccab ;}; -// SetLineWidth sets the line width. -func (_bagg *Polyline )SetLineWidth (lineWidth float64 ){_bagg ._gcaf .LineWidth =lineWidth }; +// Width returns the width of the line. +// NOTE: Depending on the fit mode the line is set to use, its width may be +// calculated at runtime (e.g. when using FitModeFillWidth). +func (_fcbg *Line )Width ()float64 {return _d .Abs (_fcbg ._fabaf -_fcbg ._dfaec )}; -// SetPos sets the position of the chart to the specified coordinates. -// This method sets the chart to use absolute positioning. -func (_gdgc *Chart )SetPos (x ,y float64 ){_gdgc ._eebg =PositionAbsolute ;_gdgc ._cfca =x ;_gdgc ._badb =y ;}; +// SetMarkedContentID sets marked content ID. +func (_dgdc *FilledCurve )SetMarkedContentID (mcid int64 )*_fg .KDict {_dgdc ._bbaf =&mcid ;_gfge :=_fg .NewKDictionary ();_gfge .S =_cc .MakeName (_fg .StructureTypeFigure );_gfge .K =_cc .MakeInteger (mcid );return _gfge ;};func (_dddg *LinearShading )shadingModel ()*_fg .PdfShadingType2 {_afead :=_ee .NewPoint (_dddg ._bfeb .Llx +_dddg ._bfeb .Width ()/2,_dddg ._bfeb .Lly +_dddg ._bfeb .Height ()/2); +_edeed :=_ee .NewPoint (_dddg ._bfeb .Llx ,_dddg ._bfeb .Lly +_dddg ._bfeb .Height ()/2).Add (-_afead .X ,-_afead .Y ).Rotate (_dddg ._gdbeg ).Add (_afead .X ,_afead .Y );_edeed =_ee .NewPoint (_d .Max (_d .Min (_edeed .X ,_dddg ._bfeb .Urx ),_dddg ._bfeb .Llx ),_d .Max (_d .Min (_edeed .Y ,_dddg ._bfeb .Ury ),_dddg ._bfeb .Lly )); +_adde :=_ee .NewPoint (_dddg ._bfeb .Urx ,_dddg ._bfeb .Lly +_dddg ._bfeb .Height ()/2).Add (-_afead .X ,-_afead .Y ).Rotate (_dddg ._gdbeg ).Add (_afead .X ,_afead .Y );_adde =_ee .NewPoint (_d .Min (_d .Max (_adde .X ,_dddg ._bfeb .Llx ),_dddg ._bfeb .Urx ),_d .Min (_d .Max (_adde .Y ,_dddg ._bfeb .Lly ),_dddg ._bfeb .Ury )); +_ffce :=_fg .NewPdfShadingType2 ();_ffce .PdfShading .ShadingType =_cc .MakeInteger (2);_ffce .PdfShading .ColorSpace =_fg .NewPdfColorspaceDeviceRGB ();_ffce .PdfShading .AntiAlias =_cc .MakeBool (_dddg ._bdbc ._ggbc );_ffce .Coords =_cc .MakeArrayFromFloats ([]float64 {_edeed .X ,_edeed .Y ,_adde .X ,_adde .Y }); +_ffce .Extend =_cc .MakeArray (_cc .MakeBool (_dddg ._bdbc ._aafab [0]),_cc .MakeBool (_dddg ._bdbc ._aafab [1]));_ffce .Function =_dddg ._bdbc .generatePdfFunctions ();return _ffce ;};func (_agfbb *templateProcessor )parseTextOverflowAttr (_gbfa ,_ddfda string )TextOverflow {_e .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0074e\u0078\u0074\u0020o\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_gbfa ,_ddfda ); +_dcbfd :=map[string ]TextOverflow {"\u0076i\u0073\u0069\u0062\u006c\u0065":TextOverflowVisible ,"\u0068\u0069\u0064\u0064\u0065\u006e":TextOverflowHidden }[_ddfda ];return _dcbfd ;}; -// SetStyleBottom sets border style for bottom side. -func (_gefb *border )SetStyleBottom (style CellBorderStyle ){_gefb ._dcd =style }; +// SetEnableWrap sets the line wrapping enabled flag. +func (_dfgd *Paragraph )SetEnableWrap (enableWrap bool ){_dfgd ._dagc =enableWrap ;_dfgd ._abdd =false }; -// ToRGB implements interface Color. -// Note: It's not directly used since shading color works differently than regular color. -func (_gfgbe *RadialShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0}; +// SetSideBorderColor sets the cell's side border color. +func (_efefd *TableCell )SetSideBorderColor (side CellBorderSide ,col Color ){switch side {case CellBorderSideAll :_efefd ._badce =col ;_efefd ._fdaa =col ;_efefd ._dbdbd =col ;_efefd ._efcaa =col ;case CellBorderSideTop :_efefd ._badce =col ;case CellBorderSideBottom :_efefd ._fdaa =col ; +case CellBorderSideLeft :_efefd ._dbdbd =col ;case CellBorderSideRight :_efefd ._efcaa =col ;};};type listItem struct{_cabb VectorDrawable ;_fdfdb TextChunk ;}; -// SetTerms sets the terms and conditions section of the invoice. -func (_caaca *Invoice )SetTerms (title ,content string ){_caaca ._acae =[2]string {title ,content }}; +// SetAnnotation sets an annotation on a TextChunk, +// this will replace any existing annotation that has been set. +// Supplying a nil value as parameter would clear all the annotations. +func (_dgabc *TextChunk )SetAnnotation (annotation *_fg .PdfAnnotation ){if annotation ==nil {_dgabc .ClearAnnotations ();}else {_dgabc ._ecgg =[]*_fg .PdfAnnotation {annotation };};}; -// ClearAnnotations clears any existing annotations. -func (_fafa *TextChunk )ClearAnnotations (){_fafa ._bcfe =[]*_gd .PdfAnnotation {}};func (_abceb *templateProcessor )parseCellBorderStyleAttr (_acaed ,_befg string )CellBorderStyle {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020c\u0065\u006c\u006c b\u006f\u0072\u0064\u0065\u0072\u0020s\u0074\u0079\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025s\u0029\u002e",_acaed ,_befg ); -_aebdb :=map[string ]CellBorderStyle {"\u006e\u006f\u006e\u0065":CellBorderStyleNone ,"\u0073\u0069\u006e\u0067\u006c\u0065":CellBorderStyleSingle ,"\u0064\u006f\u0075\u0062\u006c\u0065":CellBorderStyleDouble }[_befg ];return _aebdb ;}; +// SetHeight sets the height of the rectangle. +func (_acaeb *Rectangle )SetHeight (height float64 ){_acaeb ._edcdb =height }; -// BuyerAddress returns the buyer address used in the invoice template. -func (_aggc *Invoice )BuyerAddress ()*InvoiceAddress {return _aggc ._adbcd }; +// Add adds a new line with the default style to the table of contents. +func (_geaga *TOC )Add (number ,title ,page string ,level uint )*TOCLine {_eefde :=_geaga .AddLine (_fcbff (TextChunk {Text :number ,Style :_geaga ._gadfec },TextChunk {Text :title ,Style :_geaga ._fecc },TextChunk {Text :page ,Style :_geaga ._ecaad },level ,_geaga ._affc )); +if _eefde ==nil {return nil ;};_bdfa :=&_geaga ._abdfe ;_eefde .SetMargins (_bdfa .Left ,_bdfa .Right ,_bdfa .Top ,_bdfa .Bottom );_eefde .SetLevelOffset (_geaga ._geggd );_eefde .Separator .Text =_geaga ._fdeb ;_eefde .Separator .Style =_geaga ._geaf ; +return _eefde ;}; -// SetColor sets the color of the Paragraph text. -// -// Example: -// -// 1. p := NewParagraph("Red paragraph") -// // Set to red color with a hex code: -// p.SetColor(creator.ColorRGBFromHex("#ff0000")) -// -// 2. Make Paragraph green with 8-bit rgb values (0-255 each component) -// p.SetColor(creator.ColorRGBFrom8bit(0, 255, 0) -// -// 3. Make Paragraph blue with arithmetic (0-1) rgb components. -// p.SetColor(creator.ColorRGBFromArithmetic(0, 0, 1.0) -func (_deab *Paragraph )SetColor (col Color ){_deab ._ebbg =col };func _cdae (_ceaaaf *templateProcessor ,_cccaf *templateNode )(interface{},error ){return _ceaaaf .parseTextChunk (_cccaf ,nil );};func (_befe *pageTransformations )applyFlip (_eed *_gd .PdfPage )error {_gaba ,_dfef :=_befe ._fgfca ,_befe ._gfega ; -if !_gaba &&!_dfef {return nil ;};if _eed ==nil {return _fc .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};_befa ,_bafd :=_eed .GetMediaBox ();if _bafd !=nil {return _bafd ;};_aded ,_aedc :=_befa .Width (),_befa .Height (); -_bcec ,_bafd :=_eed .GetRotate ();if _bafd !=nil {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bafd .Error ()); -};if _gcba :=_bcec %360!=0&&_bcec %90==0;_gcba {if _adea :=(360+_bcec %360)%360;_adea ==90||_adea ==270{_gaba ,_dfef =_dfef ,_gaba ;};};_ecfa ,_beb :=1.0,0.0;if _gaba {_ecfa ,_beb =-1.0,-_aded ;};_fagf ,_bgdaf :=1.0,0.0;if _dfef {_fagf ,_bgdaf =-1.0,-_aedc ; -};_dcf :=_eag .NewContentCreator ().Scale (_ecfa ,_fagf ).Translate (_beb ,_bgdaf );_eacf ,_bafd :=_be .MakeStream (_dcf .Bytes (),_be .NewFlateEncoder ());if _bafd !=nil {return _bafd ;};_eda :=_be .MakeArray (_eacf );_eda .Append (_eed .GetContentStreamObjs ()...); -_eed .Contents =_eda ;return nil ;};func (_gddbc *templateProcessor )parseColorAttr (_eabfa ,_egfd string )Color {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0063\u006f\u006c\u006fr a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_eabfa ,_egfd ); -_egfd =_ddf .TrimSpace (_egfd );if _ddf .HasPrefix (_egfd ,"\u006c\u0069n\u0065\u0061\u0072-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ddf .HasSuffix (_egfd ,"\u0029")&&len (_egfd )> 17{return _gddbc .parseLinearGradientAttr (_gddbc .creator ,_egfd ); -};if _ddf .HasPrefix (_egfd ,"\u0072\u0061d\u0069\u0061\u006c-\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0028")&&_ddf .HasSuffix (_egfd ,"\u0029")&&len (_egfd )> 17{return _gddbc .parseRadialGradientAttr (_gddbc .creator ,_egfd );};if _ebfc :=_gddbc .parseColor (_egfd ); -_ebfc !=nil {return _ebfc ;};return ColorBlack ;};func (_badfdd *StyledParagraph )split (_bgdc DrawContext )(_gabe ,_dfaa *StyledParagraph ,_fgaee error ){if _fgaee =_badfdd .wrapChunks (false );_fgaee !=nil {return nil ,nil ,_fgaee ;};if len (_badfdd ._ccae )==1&&_badfdd ._bcde > _bgdc .Height {return _badfdd ,nil ,nil ; -};_eagbf :=func (_fcba []*TextChunk ,_abace []*TextChunk )[]*TextChunk {if len (_abace )==0{return _fcba ;};_adege :=len (_fcba );if _adege ==0{return append (_fcba ,_abace ...);};if _fcba [_adege -1].Style ==_abace [0].Style {_fcba [_adege -1].Text +=_abace [0].Text ; -}else {_fcba =append (_fcba ,_abace [0]);};return append (_fcba ,_abace [1:]...);};_ggfe :=func (_ccec *StyledParagraph ,_fafbd []*TextChunk )*StyledParagraph {if len (_fafbd )==0{return nil ;};_gcef :=*_ccec ;_gcef ._bcbc =_fafbd ;return &_gcef ;};var (_eece float64 ; -_aefd []*TextChunk ;_fadd []*TextChunk ;);for _ ,_ddebg :=range _badfdd ._ccae {var _fcfe float64 ;_fdaee :=make ([]*TextChunk ,0,len (_ddebg ));for _ ,_fefe :=range _ddebg {if _decd :=_fefe .Style .FontSize ;_decd > _fcfe {_fcfe =_decd ;};_fdaee =append (_fdaee ,_fefe .clone ()); -};_fcfe *=_badfdd ._bcde ;if _badfdd ._abab .IsRelative (){if _eece +_fcfe > _bgdc .Height {_fadd =_eagbf (_fadd ,_fdaee );}else {_aefd =_eagbf (_aefd ,_fdaee );};};_eece +=_fcfe ;};_badfdd ._ccae =nil ;if len (_fadd )==0{return _badfdd ,nil ,nil ;};return _ggfe (_badfdd ,_aefd ),_ggfe (_badfdd ,_fadd ),nil ; -}; +// ScaleToHeight scales the rectangle to the specified height. The width of +// the rectangle is scaled so that the aspect ratio is maintained. +func (_gbbf *Rectangle )ScaleToHeight (h float64 ){_ebfdf :=_gbbf ._cfee /_gbbf ._edcdb ;_gbbf ._edcdb =h ;_gbbf ._cfee =h *_ebfdf ;};func _dfac (_agae ,_gcdf *_fg .PdfPageResources )error {_bde ,_ :=_agae .GetColorspaces ();if _bde !=nil &&len (_bde .Colorspaces )> 0{for _afg ,_cfa :=range _bde .Colorspaces {_cgf :=*_cc .MakeName (_afg ); +if _gcdf .HasColorspaceByName (_cgf ){continue ;};_bbe :=_gcdf .SetColorspaceByName (_cgf ,_cfa );if _bbe !=nil {return _bbe ;};};};return nil ;}; -// SetMarkedContentID sets the marked content ID for the image. -func (_gefc *Image )SetMarkedContentID (mcid int64 )*_gd .KDict {_gefc ._cebad =&mcid ;_beaa :=_gd .NewKDictionary ();_beaa .S =_be .MakeName (_gd .StructureTypeFigure );_beaa .K =_be .MakeInteger (mcid );return _beaa ;}; +// CellHorizontalAlignment defines the table cell's horizontal alignment. +type CellHorizontalAlignment int ; -// SetBorderColor sets the border color. -func (_fbaae *Polygon )SetBorderColor (color Color ){_fbaae ._dbfd .BorderColor =_fac (color )}; +// SetLineNumberStyle sets the style for the numbers part of all new lines +// of the table of contents. +func (_gacae *TOC )SetLineNumberStyle (style TextStyle ){_gacae ._gadfec =style }; -// SetBorderOpacity sets the border opacity. -func (_bcab *CurvePolygon )SetBorderOpacity (opacity float64 ){_bcab ._acfa =opacity }; +// TitleStyle returns the style properties used to render the invoice title. +func (_gebd *Invoice )TitleStyle ()TextStyle {return _gebd ._cegc }; -// ScaleToWidth scale Image to a specified width w, maintaining the aspect ratio. -func (_fgdb *Image )ScaleToWidth (w float64 ){_fcce :=_fgdb ._fae /_fgdb ._dcbe ;_fgdb ._dcbe =w ;_fgdb ._fae =w *_fcce ;}; +// SetLogo sets the logo of the invoice. +func (_acbf *Invoice )SetLogo (logo *Image ){_acbf ._efcff =logo }; -// Add adds a new line with the default style to the table of contents. -func (_cfedd *TOC )Add (number ,title ,page string ,level uint )*TOCLine {_bgacc :=_cfedd .AddLine (_gcaeg (TextChunk {Text :number ,Style :_cfedd ._defeaa },TextChunk {Text :title ,Style :_cfedd ._eebgb },TextChunk {Text :page ,Style :_cfedd ._ccffd },level ,_cfedd ._cdef )); -if _bgacc ==nil {return nil ;};_daede :=&_cfedd ._caada ;_bgacc .SetMargins (_daede .Left ,_daede .Right ,_daede .Top ,_daede .Bottom );_bgacc .SetLevelOffset (_cfedd ._dddcf );_bgacc .Separator .Text =_cfedd ._gffbbe ;_bgacc .Separator .Style =_cfedd ._daffbe ; -return _bgacc ;}; +// GetCoords returns the center coordinates of ellipse (`xc`, `yc`). +func (_afce *Ellipse )GetCoords ()(float64 ,float64 ){return _afce ._adcf ,_afce ._deag };func _acff (_eeed *Creator ,_cfeba string ,_efgb []byte ,_fgece *TemplateOptions ,_aabc componentRenderer )*templateProcessor {if _fgece ==nil {_fgece =&TemplateOptions {}; +};_fgece .init ();if _aabc ==nil {_aabc =_eeed ;};return &templateProcessor {creator :_eeed ,_ccdgc :_efgb ,_edegg :_fgece ,_fcge :_aabc ,_cbda :_cfeba };}; -// Height returns the height of the rectangle. -// NOTE: the returned value does not include the border width of the rectangle. -func (_egff *Rectangle )Height ()float64 {return _egff ._ddccd }; +// SetMakeredContentID sets the marked content identifier for the ellipse. +func (_eeec *Ellipse )SetMarkedContentID (mcid int64 )*_fg .KDict {_eeec ._eaeb =&mcid ;_ebbb :=_fg .NewKDictionary ();_ebbb .S =_cc .MakeName (_fg .StructureTypeFigure );_ebbb .K =_cc .MakeInteger (mcid );return _ebbb ;};func (_faae *Table )moveToNextAvailableCell ()int {_ddcg :=(_faae ._cgce -1)%(_faae ._ggfcc )+1; +for {if _ddcg -1>=len (_faae ._eaaad ){if _faae ._eaaad [0]==0{return _ddcg ;};_ddcg =1;}else if _faae ._eaaad [_ddcg -1]==0{return _ddcg ;};_faae ._cgce ++;_faae ._eaaad [_ddcg -1]--;_ddcg ++;};};func (_gefg *Table )resetColumnWidths (){_gefg ._efeeb =[]float64 {}; +_dgbg :=float64 (1.0)/float64 (_gefg ._ggfcc );for _faad :=0;_faad < _gefg ._ggfcc ;_faad ++{_gefg ._efeeb =append (_gefg ._efeeb ,_dgbg );};}; -// TOC returns the table of contents component of the creator. -func (_ffb *Creator )TOC ()*TOC {return _ffb ._dda }; +// SetPos sets the Block's positioning to absolute mode with the specified coordinates. +func (_cg *Block )SetPos (x ,y float64 ){_cg ._bb =PositionAbsolute ;_cg ._da =x ;_cg ._fbg =y }; -// GetMargins returns the Chapter's margin: left, right, top, bottom. -func (_dbfe *Chapter )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dbfe ._dfdg .Left ,_dbfe ._dfdg .Right ,_dbfe ._dfdg .Top ,_dbfe ._dfdg .Bottom ;};const (TextVerticalAlignmentBaseline TextVerticalAlignment =iota ;TextVerticalAlignmentCenter ; -TextVerticalAlignmentBottom ;TextVerticalAlignmentTop ;); +// SetMarkedContentID sets marked content ID. +func (_aegf *CurvePolygon )SetMarkedContentID (mcid int64 )*_fg .KDict {_aegf ._aaeeb =&mcid ;_fbfe :=_fg .NewKDictionary ();_fbfe .S =_cc .MakeName (_fg .StructureTypeFigure );_fbfe .K =_cc .MakeInteger (mcid );return _fbfe ;};func _bcadd (_acdg []*_fg .PdfAnnotation )[]*_fg .PdfAnnotation {var _faacf []*_fg .PdfAnnotation ; +for _ ,_ggagc :=range _acdg {_faacf =append (_faacf ,_eedd (_ggagc ));};return _faacf ;};func (_eeeba *TableCell )cloneProps (_acda VectorDrawable )*TableCell {_cagd :=*_eeeba ;_cagd ._efce =_acda ;return &_cagd ;};func (_adggb *Division )split (_gcdd DrawContext )(_ddb ,_gfcgd *Division ){var (_cgfa float64 ; +_ecee ,_eacb []VectorDrawable ;);_degd :=_gcdd .Width -_adggb ._dbfc .Left -_adggb ._dbfc .Right -_adggb ._ffde .Left -_adggb ._ffde .Right ;for _cfc ,_gccc :=range _adggb ._caef {_cgfa +=_bedd (_gccc ,_degd );if _cgfa < _gcdd .Height {_ecee =append (_ecee ,_gccc ); +}else {_eacb =_adggb ._caef [_cfc :];break ;};};if len (_ecee )> 0{_ddb =_dabf ();*_ddb =*_adggb ;_ddb ._caef =_ecee ;if _adggb ._eag !=nil {_ddb ._eag =&Background {};*_ddb ._eag =*_adggb ._eag ;};};if len (_eacb )> 0{_gfcgd =_dabf ();*_gfcgd =*_adggb ; +_gfcgd ._caef =_eacb ;if _adggb ._eag !=nil {_gfcgd ._eag =&Background {};*_gfcgd ._eag =*_adggb ._eag ;};};return _ddb ,_gfcgd ;};func (_cbbe *Image )makeXObject ()error {_bbda ,_eccb :=_fg .NewXObjectImageFromImageLazy (_cbbe ._fccc ,nil ,_cbbe ._fdef ,_cbbe ._bbdd ); +if _eccb !=nil {_e .Log .Error ("\u0046\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061t\u0065 \u0078o\u0062j\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_eccb );return _eccb ;};_cbbe ._abg =_bbda ; +return nil ;};func (_fbfdcf *templateProcessor )parseCellBorderStyleAttr (_addfg ,_dadag string )CellBorderStyle {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020c\u0065\u006c\u006c b\u006f\u0072\u0064\u0065\u0072\u0020s\u0074\u0079\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025s\u0029\u002e",_addfg ,_dadag ); +_cfaag :=map[string ]CellBorderStyle {"\u006e\u006f\u006e\u0065":CellBorderStyleNone ,"\u0073\u0069\u006e\u0067\u006c\u0065":CellBorderStyleSingle ,"\u0064\u006f\u0075\u0062\u006c\u0065":CellBorderStyleDouble }[_dadag ];return _cfaag ;}; -// Width returns the width of the specified text chunk. -func (_aedcg *TextChunk )Width ()float64 {var (_bggab float64 ;_dafbg =_aedcg .Style ;);for _ ,_ccgg :=range _aedcg .Text {_ffbf ,_bgee :=_dafbg .Font .GetRuneMetrics (_ccgg );if !_bgee {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_ccgg ,_ccgg ,_dafbg .Font .BaseFont (),_dafbg .Font .Subtype ()); -_ca .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_dafbg .Font );_ca .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_dafbg .Font .Encoder ());};_dgba :=_dafbg .FontSize *_ffbf .Wx ;_bcedf :=_dgba ;if _ccgg !=' '{_bcedf =_dgba +_dafbg .CharSpacing *1000.0; -};_bggab +=_bcedf ;};return _bggab /1000.0;};func (_cdggf *StyledParagraph )getMaxLineWidth ()float64 {if _cdggf ._ccae ==nil ||(_cdggf ._ccae !=nil &&len (_cdggf ._ccae )==0){_cdggf .wrapText ();};var _cgceg float64 ;for _ ,_dbba :=range _cdggf ._ccae {_cffe :=_cdggf .getTextLineWidth (_dbba ); -if _cffe > _cgceg {_cgceg =_cffe ;};};return _cgceg ;}; +// GetRowHeight returns the height of the specified row. +func (_cbef *Table )GetRowHeight (row int )(float64 ,error ){if row < 1||row > len (_cbef ._dbfg ){return 0,_ag .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};return _cbef ._dbfg [row -1],nil ; +}; -// HeaderFunctionArgs holds the input arguments to a header drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type HeaderFunctionArgs struct{PageNum int ;TotalPages int ;}; +// CurvePolygon represents a curve polygon shape. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type CurvePolygon struct{_daee *_ee .CurvePolygon ;_cgbbg float64 ;_eacf float64 ;_dcaad Color ;_aaeeb *int64 ;}; -// EnableRowWrap controls whether rows are wrapped across pages. -// NOTE: Currently, row wrapping is supported for rows using StyledParagraphs. -func (_ggdaa *Table )EnableRowWrap (enable bool ){_ggdaa ._ffeag =enable }; +// PageFinalize sets a function to be called for each page before finalization +// (i.e. the last stage of page processing before they get written out). +// The callback function allows final touch-ups for each page, and it +// provides information that might not be known at other stages of designing +// the document (e.g. the total number of pages). Unlike the header/footer +// functions, which are limited to the top/bottom margins of the page, the +// finalize function can be used draw components anywhere on the current page. +func (_ccfac *Creator )PageFinalize (pageFinalizeFunc func (_fgaa PageFinalizeFunctionArgs )error ){_ccfac ._dagg =pageFinalizeFunc ;}; -// NewImageFromData creates an Image from image data. -func (_adgb *Creator )NewImageFromData (data []byte )(*Image ,error ){return _agbf (data )};func _cegc (_eadb *_e .File )([]*_gd .PdfPage ,error ){_abdba ,_eedeaf :=_gd .NewPdfReader (_eadb );if _eedeaf !=nil {return nil ,_eedeaf ;};_adae ,_eedeaf :=_abdba .GetNumPages (); -if _eedeaf !=nil {return nil ,_eedeaf ;};var _gcfc []*_gd .PdfPage ;for _aeffa :=0;_aeffa < _adae ;_aeffa ++{_fdfdf ,_gggfg :=_abdba .GetPage (_aeffa +1);if _gggfg !=nil {return nil ,_gggfg ;};_gcfc =append (_gcfc ,_fdfdf );};return _gcfc ,nil ;}; +// CellBorderSide defines the table cell's border side. +type CellBorderSide int ; -// SetMakeredContentID sets the marked content identifier for the ellipse. -func (_bccf *Ellipse )SetMarkedContentID (mcid int64 )*_gd .KDict {_bccf ._ecdc =&mcid ;_cccgc :=_gd .NewKDictionary ();_cccgc .S =_be .MakeName (_gd .StructureTypeFigure );_cccgc .K =_be .MakeInteger (mcid );return _cccgc ;}; +// SetLanguageIdentifier sets the language identifier for the paragraph. +func (_bgbd *StyledParagraph )SetLanguageIdentifier (id string ){_bgbd ._gggc =id };func _cfecd (_bggab *_fg .PdfRectangle ,_cfdf float64 )[4]_ee .Point {_bafgc :=_cfdf *_d .Pi /180.0;_feacb :=_bggab .Width ();_eace :=_bggab .Height ();_feada :=_d .Sin (_bafgc ); +_agfbg :=_d .Cos (_bafgc );_gcbbg :=[4]_ee .Point {{X :_bfgd (_bggab .Llx ,3),Y :_bfgd (_bggab .Lly ,3)},{X :_bfgd (_bggab .Llx +_feacb *_agfbg ,3),Y :_bfgd (_bggab .Lly +_feacb *_feada ,3)},{X :_bfgd (_bggab .Llx +_feacb *_agfbg -_eace *_feada ,3),Y :_bfgd (_bggab .Lly +_feacb *_feada +_eace *_agfbg ,3)},{X :_bfgd (_bggab .Llx -_eace *_feada ,3),Y :_bfgd (_bggab .Lly +_eace *_agfbg ,3)}}; +return _gcbbg ;};func _gcge (_cbgfb *templateProcessor ,_agda *templateNode )(interface{},error ){return _cbgfb .parseRectangle (_agda );}; -// AddPatternResource adds pattern dictionary inside the resources dictionary. -func (_ecgae *RadialShading )AddPatternResource (block *Block )(_eaab _be .PdfObjectName ,_daba error ){_aedca :=1;_eeec :=_be .PdfObjectName ("\u0050"+_fd .Itoa (_aedca ));for block ._fa .HasPatternByName (_eeec ){_aedca ++;_eeec =_be .PdfObjectName ("\u0050"+_fd .Itoa (_aedca )); -};if _fgef :=block ._fa .SetPatternByName (_eeec ,_ecgae .ToPdfShadingPattern ().ToPdfObject ());_fgef !=nil {return "",_fgef ;};return _eeec ,nil ;};func (_fdfec *templateProcessor )parseRadialGradientAttr (creator *Creator ,_feeee string )Color {_cfae :=ColorBlack ; -if _feeee ==""{return _cfae ;};var (_dacdga error ;_acfg =0.0;_fadgf =0.0;_ccaea =-1.0;_cfeg =_ddf .Split (_feeee [16:len (_feeee )-1],"\u002c"););_abbf :=_ddf .Fields (_cfeg [0]);if len (_abbf )==2&&_ddf .TrimSpace (_abbf [0])[0]!='#'{_acfg ,_dacdga =_fd .ParseFloat (_abbf [0],64); -if _dacdga !=nil {_ca .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0058\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_dacdga ); -};_fadgf ,_dacdga =_fd .ParseFloat (_abbf [1],64);if _dacdga !=nil {_ca .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0059\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_dacdga ); -};_cfeg =_cfeg [1:];};_eecfg :=_ddf .TrimSpace (_cfeg [0]);if _eecfg [0]!='#'{_ccaea ,_dacdga =_fd .ParseFloat (_eecfg ,64);if _dacdga !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0072\u0061\u0064\u0069\u0061l\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0073\u0069\u007ae\u003a\u0020\u0025\u0076",_dacdga ); -};_cfeg =_cfeg [1:];};_cdacc ,_bebg :=_fdfec .processGradientColorPair (_cfeg );if _cdacc ==nil ||_bebg ==nil {return _cfae ;};_cadgf :=creator .NewRadialGradientColor (_acfg ,_fadgf ,0,_ccaea ,[]*ColorPoint {});for _cfbg :=0;_cfbg < len (_cdacc );_cfbg ++{_cadgf .AddColorStop (_cdacc [_cfbg ],_bebg [_cfbg ]); -};return _cadgf ;}; +// SetLineWidth sets the line width. +func (_cgfd *Line )SetLineWidth (width float64 ){_cgfd ._ffbcg =width }; -// BorderOpacity returns the border opacity of the ellipse (0-1). -func (_gfddb *Ellipse )BorderOpacity ()float64 {return _gfddb ._egegc }; +// SetStyleBottom sets border style for bottom side. +func (_gaca *border )SetStyleBottom (style CellBorderStyle ){_gaca ._decae =style };func _bagce (_egdeg *_fg .PdfAnnotationHighlight )*_fg .PdfAnnotationHighlight {if _egdeg ==nil {return nil ;};_fffbc :=_fg .NewPdfAnnotationHighlight ();_fffbc .C =_egdeg .C ; +_fffbc .CA =_egdeg .CA ;_fffbc .Rect =_egdeg .Rect ;_fffbc .QuadPoints =_egdeg .QuadPoints ;return _fffbc ;};const (CellBorderSideLeft CellBorderSide =iota ;CellBorderSideRight ;CellBorderSideTop ;CellBorderSideBottom ;CellBorderSideAll ;);func (_deega *templateProcessor )parseBorderRadiusAttr (_gcffa ,_efeega string )(_dgff ,_gbfb ,_ggbd ,_addef float64 ){_e .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0062o\u0072\u0064\u0065r\u0020\u0072\u0061\u0064\u0069\u0075\u0073\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_gcffa ,_efeega ); +switch _ggbe :=_ga .Fields (_efeega );len (_ggbe ){case 1:_dgff ,_ =_be .ParseFloat (_ggbe [0],64);_gbfb =_dgff ;_ggbd =_dgff ;_addef =_dgff ;case 2:_dgff ,_ =_be .ParseFloat (_ggbe [0],64);_ggbd =_dgff ;_gbfb ,_ =_be .ParseFloat (_ggbe [1],64);_addef =_gbfb ; +case 3:_dgff ,_ =_be .ParseFloat (_ggbe [0],64);_gbfb ,_ =_be .ParseFloat (_ggbe [1],64);_addef =_gbfb ;_ggbd ,_ =_be .ParseFloat (_ggbe [2],64);case 4:_dgff ,_ =_be .ParseFloat (_ggbe [0],64);_gbfb ,_ =_be .ParseFloat (_ggbe [1],64);_ggbd ,_ =_be .ParseFloat (_ggbe [2],64); +_addef ,_ =_be .ParseFloat (_ggbe [3],64);};return _dgff ,_gbfb ,_ggbd ,_addef ;}; -// SetPositioning sets the positioning of the ellipse (absolute or relative). -func (_abbg *Ellipse )SetPositioning (position Positioning ){_abbg ._gbbf =position }; +// LevelOffset returns the amount of space an indentation level occupies. +func (_ddga *TOCLine )LevelOffset ()float64 {return _ddga ._cggae }; -// AppendCurve appends a Bezier curve to the filled curve. -func (_cgda *FilledCurve )AppendCurve (curve _ddb .CubicBezierCurve )*FilledCurve {_cgda ._cefdf =append (_cgda ._cefdf ,curve );return _cgda ;}; +// SetFitMode sets the fit mode of the ellipse. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_ceea *Ellipse )SetFitMode (fitMode FitMode ){_ceea ._gbee =fitMode }; -// NewChapter creates a new chapter with the specified title as the heading. -func (_bbfc *Creator )NewChapter (title string )*Chapter {_bbfc ._agdg ++;_bbdf :=_bbfc .NewTextStyle ();_bbdf .FontSize =16;return _dbaf (nil ,_bbfc ._dda ,_bbfc ._eagf ,title ,_bbfc ._agdg ,_bbdf );}; +// SetCoords sets the upper left corner coordinates of the rectangle. +func (_dcaef *Rectangle )SetCoords (x ,y float64 ){_dcaef ._fgcb =x ;_dcaef ._aedg =y };const (PositionRelative Positioning =iota ;PositionAbsolute ;); -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_gddbe *Invoice )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_adbcg :=ctx ;_fafca :=[]func (_caff DrawContext )([]*Block ,DrawContext ,error ){_gddbe .generateHeaderBlocks ,_gddbe .generateInformationBlocks ,_gddbe .generateLineBlocks ,_gddbe .generateTotalBlocks ,_gddbe .generateNoteBlocks }; -var _beaad []*Block ;for _ ,_feee :=range _fafca {_gcae ,_bbbf ,_affff :=_feee (ctx );if _affff !=nil {return _beaad ,ctx ,_affff ;};if len (_beaad )==0{_beaad =_gcae ;}else if len (_gcae )> 0{_beaad [len (_beaad )-1].mergeBlocks (_gcae [0]);_beaad =append (_beaad ,_gcae [1:]...); -};ctx =_bbbf ;};if _gddbe ._afbg .IsRelative (){ctx .X =_adbcg .X ;};if _gddbe ._afbg .IsAbsolute (){return _beaad ,_adbcg ,nil ;};return _beaad ,ctx ,nil ;}; +// NewCellProps returns the default properties of an invoice cell. +func (_bbgbg *Invoice )NewCellProps ()InvoiceCellProps {_eecf :=ColorRGBFrom8bit (255,255,255);return InvoiceCellProps {TextStyle :_bbgbg ._dadb ,Alignment :CellHorizontalAlignmentLeft ,BackgroundColor :_eecf ,BorderColor :_eecf ,BorderWidth :1,BorderSides :[]CellBorderSide {CellBorderSideAll }}; +}; -// SetBorderLineStyle sets border style (currently dashed or plain). -func (_cbaceg *TableCell )SetBorderLineStyle (style _ddb .LineStyle ){_cbaceg ._aecgdc =style };type border struct{_ffa float64 ;_cbc float64 ;_dc float64 ;_ggb float64 ;_agaab Color ;_fed Color ;_cgd float64 ;_bfde Color ;_fcec float64 ;_gcg Color ;_dggc float64 ; -_ed Color ;_egeb float64 ;LineStyle _ddb .LineStyle ;_fgfc CellBorderStyle ;_cbgf CellBorderStyle ;_gdgg CellBorderStyle ;_dcd CellBorderStyle ;}; +// SetAngle sets Image rotation angle in degrees. +func (_dadfb *Image )SetAngle (angle float64 ){_dadfb ._bfff =angle }; -// BorderWidth returns the border width of the ellipse. -func (_dgggg *Ellipse )BorderWidth ()float64 {return _dgggg ._fdcc };func (_daffb *StyledParagraph )getLineMetrics (_fafgg int )(_baff ,_eegb ,_ceeg float64 ){if _daffb ._ccae ==nil ||(_daffb ._ccae !=nil &&len (_daffb ._ccae )==0){_daffb .wrapText (); -};if _fafgg < 0||_fafgg > len (_daffb ._ccae )-1{_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020p\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020\u006c\u0069\u006e\u0065 \u0069\u006e\u0064\u0065\u0078\u0020\u0025\u0064\u002e\u0020\u0052\u0065tu\u0072\u006e\u0069\u006e\u0067\u0020\u0030\u002c\u0020\u0030",_fafgg ); -return 0,0,0;};_gfaa :=_daffb ._ccae [_fafgg ];for _ ,_bafaf :=range _gfaa {_bdeg :=_ecdbd (_bafaf .Style .Font ,_bafaf .Style .FontSize );if _bdeg ._edgacc > _baff {_baff =_bdeg ._edgacc ;};if _bdeg ._gfcgf < _ceeg {_ceeg =_bdeg ._gfcgf ;};if _ccfa :=_bafaf .Style .FontSize ; -_ccfa > _eegb {_eegb =_ccfa ;};};return _baff ,_eegb ,_ceeg ;};func (_cba *Block )addContentsByString (_eae string )error {_adbc :=_eag .NewContentStreamParser (_eae );_bdd ,_aef :=_adbc .Parse ();if _aef !=nil {return _aef ;};_cba ._ge .WrapIfNeeded (); -_bdd .WrapIfNeeded ();*_cba ._ge =append (*_cba ._ge ,*_bdd ...);return nil ;};func (_dgg *Block )translate (_adc ,_ddbg float64 ){_gde :=_eag .NewContentCreator ().Translate (_adc ,-_ddbg ).Operations ();*_dgg ._ge =append (*_gde ,*_dgg ._ge ...);_dgg ._ge .WrapIfNeeded (); -};func (_ddff *Invoice )generateHeaderBlocks (_fgca DrawContext )([]*Block ,DrawContext ,error ){_bacb :=_aedcd (_ddff ._fcbed );_bacb .SetEnableWrap (true );_bacb .Append (_ddff ._bgfbda );_bgcdbb :=_gdcg (2);if _ddff ._afed !=nil {_ecadb :=_bgcdbb .NewCell (); -_ecadb .SetHorizontalAlignment (CellHorizontalAlignmentLeft );_ecadb .SetVerticalAlignment (CellVerticalAlignmentMiddle );_ecadb .SetIndent (0);_ecadb .SetContent (_ddff ._afed );_ddff ._afed .ScaleToHeight (_bacb .Height ()+20);}else {_bgcdbb .SkipCells (1); -};_egaa :=_bgcdbb .NewCell ();_egaa .SetHorizontalAlignment (CellHorizontalAlignmentRight );_egaa .SetVerticalAlignment (CellVerticalAlignmentMiddle );_egaa .SetContent (_bacb );return _bgcdbb .GeneratePageBlocks (_fgca );}; +// SetMargins sets the Chapter margins: left, right, top, bottom. +// Typically not needed as the creator's page margins are used. +func (_fddf *Chapter )SetMargins (left ,right ,top ,bottom float64 ){_fddf ._ffg .Left =left ;_fddf ._ffg .Right =right ;_fddf ._ffg .Top =top ;_fddf ._ffg .Bottom =bottom ;}; -// GetMargins returns the left, right, top, bottom Margins. -func (_dbeeb *Table )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _dbeeb ._ccecg .Left ,_dbeeb ._ccecg .Right ,_dbeeb ._ccecg .Top ,_dbeeb ._ccecg .Bottom ;};func (_aeea *Table )resetColumnWidths (){_aeea ._faae =[]float64 {};_ddccc :=float64 (1.0)/float64 (_aeea ._cafcb ); -for _cffeg :=0;_cffeg < _aeea ._cafcb ;_cffeg ++{_aeea ._faae =append (_aeea ._faae ,_ddccc );};}; +// SetMarkedContentID sets the marked content identifier. +func (_baegc *Polygon )SetMarkedContentID (mcid int64 )*_fg .KDict {_baegc ._dgef =&mcid ;_ccagc :=_fg .NewKDictionary ();_ccagc .S =_cc .MakeName (_fg .StructureTypeFigure );_ccagc .K =_cc .MakeInteger (mcid );return _ccagc ;};func (_gggad *shading )generatePdfFunctions ()[]_fg .PdfFunction {if len (_gggad ._gbae )==0{return nil ; +}else if len (_gggad ._gbae )<=2{_ebba ,_fgfbd ,_dfaf :=_gggad ._gbae [0]._gafge .ToRGB ();_ffecf ,_ggea ,_bcdbd :=_gggad ._gbae [len (_gggad ._gbae )-1]._gafge .ToRGB ();return []_fg .PdfFunction {&_fg .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_ebba ,_fgfbd ,_dfaf },C1 :[]float64 {_ffecf ,_ggea ,_bcdbd }}}; +}else {_gggd :=[]_fg .PdfFunction {};_ccae :=[]float64 {};for _fcag :=0;_fcag < len (_gggad ._gbae )-1;_fcag ++{_fbgf ,_edbc ,_faef :=_gggad ._gbae [_fcag ]._gafge .ToRGB ();_fecd ,_dcecd ,_daaf :=_gggad ._gbae [_fcag +1]._gafge .ToRGB ();_begbf :=&_fg .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_fbgf ,_edbc ,_faef },C1 :[]float64 {_fecd ,_dcecd ,_daaf }}; +_gggd =append (_gggd ,_begbf );if _fcag > 0{_ccae =append (_ccae ,_gggad ._gbae [_fcag ]._aecbc );};};_bcfb :=[]float64 {};for range _gggd {_bcfb =append (_bcfb ,[]float64 {0.0,1.0}...);};return []_fg .PdfFunction {&_fg .PdfFunctionType3 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},Functions :_gggd ,Bounds :_ccae ,Encode :_bcfb }}; +};};func _cbcd (_gfed *templateProcessor ,_fefc *templateNode )(interface{},error ){return _gfed .parseChapter (_fefc );}; -// ColorRGBFromArithmetic creates a Color from arithmetic color values (0-1). -// Example: -// -// green := ColorRGBFromArithmetic(0.0, 1.0, 0.0) -func ColorRGBFromArithmetic (r ,g ,b float64 )Color {return rgbColor {_afd :_ff .Max (_ff .Min (r ,1.0),0.0),_fef :_ff .Max (_ff .Min (g ,1.0),0.0),_cbbf :_ff .Max (_ff .Min (b ,1.0),0.0)};}; +// String implements error interface. +func (_cecb UnsupportedRuneError )Error ()string {return _cecb .Message }; -// SetPositioning sets the positioning of the line (absolute or relative). -func (_acff *Line )SetPositioning (positioning Positioning ){_acff ._fcbba =positioning };type shading struct{_bbdfc Color ;_fdda bool ;_gecd []bool ;_agcac []*ColorPoint ;};func (_dagad *templateProcessor )parseAttrPropList (_cddbg string )map[string ]string {_ffafa :=_ddf .Fields (_cddbg ); -if len (_ffafa )==0{return nil ;};_cccab :=map[string ]string {};for _ ,_gfgfe :=range _ffafa {_edecf :=_ebeae .FindStringSubmatch (_gfgfe );if len (_edecf )< 3{continue ;};_bfgd ,_gafca :=_ddf .TrimSpace (_edecf [1]),_edecf [2];if _bfgd ==""{continue ; -};_cccab [_bfgd ]=_gafca ;};return _cccab ;}; +// CreateTableOfContents sets a function to generate table of contents. +func (_bga *Creator )CreateTableOfContents (genTOCFunc func (_gceef *TOC )error ){_bga ._gadc =genTOCFunc ;}; -// SetLineNumberStyle sets the style for the numbers part of all new lines -// of the table of contents. -func (_edaeb *TOC )SetLineNumberStyle (style TextStyle ){_edaeb ._defeaa =style }; +// ConvertToBinary converts current image data into binary (Bi-level image) format. +// If provided image is RGB or GrayScale the function converts it into binary image +// using histogram auto threshold method. +func (_dccc *Image )ConvertToBinary ()error {return _dccc ._fccc .ConvertToBinary ()};func (_dcege *templateProcessor )parseTextVerticalAlignmentAttr (_debbd ,_abfc string )TextVerticalAlignment {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_debbd ,_abfc ); +_gebca :=map[string ]TextVerticalAlignment {"\u0062\u0061\u0073\u0065\u006c\u0069\u006e\u0065":TextVerticalAlignmentBaseline ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextVerticalAlignmentCenter }[_abfc ];return _gebca ;}; -// Logo returns the logo of the invoice. -func (_cafbc *Invoice )Logo ()*Image {return _cafbc ._afed };const (HorizontalAlignmentLeft HorizontalAlignment =iota ;HorizontalAlignmentCenter ;HorizontalAlignmentRight ;); +// GetCoords returns the (x1, y1), (x2, y2) points defining the Line. +func (_dfbd *Line )GetCoords ()(float64 ,float64 ,float64 ,float64 ){return _dfbd ._dfaec ,_dfbd ._gafbg ,_dfbd ._fabaf ,_dfbd ._cgeea ;}; -// SetAddressStyle sets the style properties used to render the content of -// the invoice address sections. -func (_abaf *Invoice )SetAddressStyle (style TextStyle ){_abaf ._gdga =style };func _cgfa (_ebcc map[string ]interface{},_eaaae ...interface{})(map[string ]interface{},error ){_ebfb :=len (_eaaae );if _ebfb %2!=0{return nil ,_be .ErrRangeError ;};for _feea :=0; -_feea < _ebfb ;_feea +=2{_befac ,_agda :=_eaaae [_feea ].(string );if !_agda {return nil ,_be .ErrTypeError ;};_ebcc [_befac ]=_eaaae [_feea +1];};return _ebcc ,nil ;}; +// SetMargins sets the Table's left, right, top, bottom margins. +func (_fabbb *Table )SetMargins (left ,right ,top ,bottom float64 ){_fabbb ._beac .Left =left ;_fabbb ._beac .Right =right ;_fabbb ._beac .Top =top ;_fabbb ._beac .Bottom =bottom ;};func _ggeg (_bbbbc *templateProcessor ,_ggcb *templateNode )(interface{},error ){return _bbbbc .parseListMarker (_ggcb ); +};func _cfb (_cbffg [][]_ee .Point )*Polygon {return &Polygon {_aaec :&_ee .Polygon {Points :_cbffg },_bgfda :1.0,_bedb :1.0};}; -// Notes returns the notes section of the invoice as a title-content pair. -func (_aabgc *Invoice )Notes ()(string ,string ){return _aabgc ._cdbg [0],_aabgc ._cdbg [1]};func (_cgb *FilledCurve )draw (_gddb *Block ,_egbd string )([]byte ,*_gd .PdfRectangle ,error ){_dffc :=_ddb .NewCubicBezierPath ();for _ ,_bced :=range _cgb ._cefdf {_dffc =_dffc .AppendCurve (_bced ); -};creator :=_eag .NewContentCreator ();if _cgb ._gfecd !=nil {creator .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_cgb ._gfecd )});};creator .Add_q ();if _cgb .FillEnabled &&_cgb ._gdge !=nil {_ecfag :=_fac (_cgb ._gdge ); -_cdbf :=_gaea (_gddb ,_ecfag ,_cgb ._gdge ,func ()Rectangle {_gdfa :=_ddb .NewCubicBezierPath ();for _ ,_ceagf :=range _cgb ._cefdf {_gdfa =_gdfa .AppendCurve (_ceagf );};_bgeb :=_gdfa .GetBoundingBox ();if _cgb .BorderEnabled {_bgeb .Height +=_cgb .BorderWidth ; -_bgeb .Width +=_cgb .BorderWidth ;_bgeb .X -=_cgb .BorderWidth /2;_bgeb .Y -=_cgb .BorderWidth /2;};return Rectangle {_fdeb :_bgeb .X ,_fefcd :_bgeb .Y ,_dacdg :_bgeb .Width ,_ddccd :_bgeb .Height };});if _cdbf !=nil {return nil ,nil ,_cdbf ;};creator .SetNonStrokingColor (_ecfag ); -};if _cgb .BorderEnabled {if _cgb ._aebe !=nil {creator .SetStrokingColor (_fac (_cgb ._aebe ));};creator .Add_w (_cgb .BorderWidth );};if len (_egbd )> 1{creator .Add_gs (_be .PdfObjectName (_egbd ));};_ddb .DrawBezierPathWithCreator (_dffc ,creator ); -creator .Add_h ();if _cgb .FillEnabled &&_cgb .BorderEnabled {creator .Add_B ();}else if _cgb .FillEnabled {creator .Add_f ();}else if _cgb .BorderEnabled {creator .Add_S ();};creator .Add_Q ();if _cgb ._gfecd !=nil {creator .Add_EMC ();};_fagcd :=_dffc .GetBoundingBox (); -if _cgb .BorderEnabled {_fagcd .Height +=_cgb .BorderWidth ;_fagcd .Width +=_cgb .BorderWidth ;_fagcd .X -=_cgb .BorderWidth /2;_fagcd .Y -=_cgb .BorderWidth /2;};_bgef :=&_gd .PdfRectangle {};_bgef .Llx =_fagcd .X ;_bgef .Lly =_fagcd .Y ;_bgef .Urx =_fagcd .X +_fagcd .Width ; -_bgef .Ury =_fagcd .Y +_fagcd .Height ;return creator .Bytes (),_bgef ,nil ;}; +// SetMargins sets the margins of the chart component. +func (_cage *Chart )SetMargins (left ,right ,top ,bottom float64 ){_cage ._acgd .Left =left ;_cage ._acgd .Right =right ;_cage ._acgd .Top =top ;_cage ._acgd .Bottom =bottom ;};func _agbd (_dcaa Color )_fg .PdfColor {if _dcaa ==nil {_dcaa =ColorBlack ; +};switch _gdf :=_dcaa .(type ){case grayColor :return _fg .NewPdfColorDeviceGray (_gdf ._dbd );case cmykColor :return _fg .NewPdfColorDeviceCMYK (_gdf ._bcbb ,_gdf ._ebcb ,_gdf ._ggcc ,_gdf ._ebg );case *LinearShading :return _fg .NewPdfColorPatternType2 (); +case *RadialShading :return _fg .NewPdfColorPatternType3 ();};return _fg .NewPdfColorDeviceRGB (_dcaa .ToRGB ());}; -// SetBorderColor sets the cell's border color. -func (_cdfce *TableCell )SetBorderColor (col Color ){_cdfce ._edgac =col ;_cdfce ._daea =col ;_cdfce ._cada =col ;_cdfce ._agcef =col ;}; +// Level returns the indentation level of the TOC line. +func (_cafe *TOCLine )Level ()uint {return _cafe ._ebfee }; -// ColorCMYKFrom8bit creates a Color from c,m,y,k values (0-100). -// Example: -// -// red := ColorCMYKFrom8Bit(0, 100, 100, 0) -func ColorCMYKFrom8bit (c ,m ,y ,k byte )Color {return cmykColor {_cgab :_ff .Min (float64 (c ),100)/100.0,_bfdc :_ff .Min (float64 (m ),100)/100.0,_fec :_ff .Min (float64 (y ),100)/100.0,_febg :_ff .Min (float64 (k ),100)/100.0};};func _cfgc (_dagb ,_acce ,_cddf ,_acagg float64 )*Ellipse {return &Ellipse {_dbeb :_dagb ,_caaf :_acce ,_gbea :_cddf ,_fgbb :_acagg ,_gbbf :PositionAbsolute ,_baae :1.0,_bfgf :ColorBlack ,_fdcc :1.0,_egegc :1.0}; -}; +// NewCell returns a new invoice table cell. +func (_bfba *Invoice )NewCell (value string )*InvoiceCell {return _bfba .newCell (value ,_bfba .NewCellProps ());}; -// CurvePolygon represents a curve polygon shape. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type CurvePolygon struct{_fbff *_ddb .CurvePolygon ;_bgabd float64 ;_acfa float64 ;_fdbd Color ;_acgc *int64 ;};func (_bfad *Ellipse )applyFitMode (_fddd float64 ){_fddd -=_bfad ._dffg .Left +_bfad ._dffg .Right ;switch _bfad ._fdbc {case FitModeFillWidth :_bfad .ScaleToWidth (_fddd ); -};};func (_fbed *pageTransformations )transformBlock (_fea *Block ){if _fbed ._agce !=nil {_fea .transform (*_fbed ._agce );};}; +// AddTotalLine adds a new line in the invoice totals table. +func (_fefb *Invoice )AddTotalLine (desc ,value string )(*InvoiceCell ,*InvoiceCell ){_fdfc :=&InvoiceCell {_fefb ._fafg ,desc };_gbebb :=&InvoiceCell {_fefb ._fafg ,value };_fefb ._bgab =append (_fefb ._bgab ,[2]*InvoiceCell {_fdfc ,_gbebb });return _fdfc ,_gbebb ; +}; -// SetMargins sets the Table's left, right, top, bottom margins. -func (_dgab *Table )SetMargins (left ,right ,top ,bottom float64 ){_dgab ._ccecg .Left =left ;_dgab ._ccecg .Right =right ;_dgab ._ccecg .Top =top ;_dgab ._ccecg .Bottom =bottom ;}; +// NewCurvePolygon creates a new curve polygon. +func (_afb *Creator )NewCurvePolygon (rings [][]_ee .CubicBezierCurve )*CurvePolygon {return _aggd (rings );};func (_aacdb *StyledParagraph )getMaxLineWidth ()float64 {if _aacdb ._eeea ==nil ||(_aacdb ._eeea !=nil &&len (_aacdb ._eeea )==0){_aacdb .wrapText (); +};var _bggdg float64 ;for _ ,_fddda :=range _aacdb ._eeea {_acef :=_aacdb .getTextLineWidth (_fddda );if _acef > _bggdg {_bggdg =_acef ;};};return _bggdg ;}; -// ToPdfShadingPattern generates a new model.PdfShadingPatternType2 object. -func (_dgdcb *LinearShading )ToPdfShadingPattern ()*_gd .PdfShadingPatternType2 {_cbde ,_dccbg ,_caffb :=_dgdcb ._faee ._bbdfc .ToRGB ();_bcdf :=_dgdcb .shadingModel ();_bcdf .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_cbde ,_dccbg ,_caffb }); -_fgce :=_gd .NewPdfShadingPatternType2 ();_fgce .Shading =_bcdf ;return _fgce ;}; +// AddHighlightedText adds a new highlighted text to the paragraph. +func (_fbdb *StyledParagraph )AddHighlightedText (text string ,color Color ,alpha float64 )*TextChunk {_fcaaf :=NewTextChunk (text ,_fbdb ._ffdb );_fcaaf .Highlight (color ,alpha );return _fbdb .appendChunk (_fcaaf );}; -// SetBorder sets the cell's border style. -func (_daaef *TableCell )SetBorder (side CellBorderSide ,style CellBorderStyle ,width float64 ){if style ==CellBorderStyleSingle &&side ==CellBorderSideAll {_daaef ._bddcf =CellBorderStyleSingle ;_daaef ._debdc =width ;_daaef ._dgag =CellBorderStyleSingle ; -_daaef ._acdc =width ;_daaef ._deef =CellBorderStyleSingle ;_daaef ._gecc =width ;_daaef ._gcccg =CellBorderStyleSingle ;_daaef ._efec =width ;}else if style ==CellBorderStyleDouble &&side ==CellBorderSideAll {_daaef ._bddcf =CellBorderStyleDouble ;_daaef ._debdc =width ; -_daaef ._dgag =CellBorderStyleDouble ;_daaef ._acdc =width ;_daaef ._deef =CellBorderStyleDouble ;_daaef ._gecc =width ;_daaef ._gcccg =CellBorderStyleDouble ;_daaef ._efec =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideLeft {_daaef ._bddcf =style ; -_daaef ._debdc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideBottom {_daaef ._dgag =style ;_daaef ._acdc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideRight {_daaef ._deef =style ; -_daaef ._gecc =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideTop {_daaef ._gcccg =style ;_daaef ._efec =width ;};}; +// SetStructTreeRoot sets the structure tree root to be appended in the document that will be created. +func (_caaba *Creator )SetStructTreeRoot (structTreeRoot *_fg .StructTreeRoot ){_caaba ._dada =structTreeRoot ;}; -// SetMarkedContentID sets the marked content ID. -func (_fecab *PolyBezierCurve )SetMarkedContentID (mcid int64 )*_gd .KDict {_fecab ._bgadb =&mcid ;_cdfe :=_gd .NewKDictionary ();_cdfe .S =_be .MakeName (_gd .StructureTypeFigure );_cdfe .K =_be .MakeInteger (mcid );return _cdfe ;};func _gcaeg (_aedf ,_eecce ,_gccgf TextChunk ,_ecdda uint ,_daca TextStyle )*TOCLine {_decfd :=_aedcd (_daca ); -_decfd .SetEnableWrap (true );_decfd .SetTextAlignment (TextAlignmentLeft );_decfd .SetMargins (0,0,2,2);_dcgaa :=&TOCLine {_ecfeg :_decfd ,Number :_aedf ,Title :_eecce ,Page :_gccgf ,Separator :TextChunk {Text :"\u002e",Style :_daca },_gdcff :0,_bfcf :_ecdda ,_gedeb :10,_cdfed :PositionRelative }; -_decfd ._affa .Left =_dcgaa ._gdcff +float64 (_dcgaa ._bfcf -1)*_dcgaa ._gedeb ;_decfd ._bfbe =_dcgaa .prepareParagraph ;return _dcgaa ;};type templateProcessor struct{creator *Creator ;_fagcac []byte ;_agabg *TemplateOptions ;_gfcf componentRenderer ; -_cabb string ;}; +// SetFont sets the Paragraph's font. +func (_gged *Paragraph )SetFont (font *_fg .PdfFont ){_gged ._ebedc =font }; -// AppendColumn appends a column to the line items table. -func (_bbfg *Invoice )AppendColumn (description string )*InvoiceCell {_gcebd :=_bbfg .NewColumn (description );_bbfg ._gbbc =append (_bbfg ._gbbc ,_gcebd );return _gcebd ;}; +// Sections returns the custom content sections of the invoice as +// title-content pairs. +func (_abgf *Invoice )Sections ()[][2]string {return _abgf ._feac }; -// Finalize renders all blocks to the creator pages. In addition, it takes care -// of adding headers and footers, as well as generating the front page, -// table of contents and outlines. -// Finalize is automatically called before writing the document out. Calling the -// method manually can be useful when adding external pages to the creator, -// using the AddPage method, as it renders all creator blocks to the added -// pages, without having to write the document out. -// NOTE: TOC and outlines are generated only if the AddTOC and AddOutlines -// fields of the creator are set to true (enabled by default). Furthermore, TOCs -// and outlines without content are skipped. TOC and outline content is -// added automatically when using the chapter component. TOCs and outlines can -// also be set externally, using the SetTOC and SetOutlineTree methods. -// Finalize should only be called once, after all draw calls have taken place, -// as it will return immediately if the creator instance has been finalized. -func (_eeda *Creator )Finalize ()error {if _eeda ._gbg {return nil ;};_cagc :=len (_eeda ._bee );_dde :=0;if _eeda ._bbde !=nil {_abf :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ;_eeda .initContext ();_ddd :=FrontpageFunctionArgs {PageNum :1,TotalPages :_cagc }; -_eeda ._bbde (_ddd );_dde +=len (_eeda ._bee );_eeda ._bee =_abf ._bee ;_eeda ._cafc =_abf ._cafc ;};if _eeda .AddTOC {_eeda .initContext ();_eeda ._ecfb .Page =_dde +1;if _eeda .CustomTOC &&_eeda ._bef !=nil {_bca :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ; -if _acdae :=_eeda ._bef (_eeda ._dda );_acdae !=nil {return _acdae ;};_dde +=len (_eeda ._bee );_eeda ._bee =_bca ._bee ;_eeda ._cafc =_bca ._cafc ;}else {if _eeda ._bef !=nil {if _edeg :=_eeda ._bef (_eeda ._dda );_edeg !=nil {return _edeg ;};};_feg ,_ ,_gfdd :=_eeda ._dda .GeneratePageBlocks (_eeda ._ecfb ); -if _gfdd !=nil {_ca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074\u0065\u0020\u0062\u006c\u006f\u0063\u006b\u0073: \u0025\u0076",_gfdd );return _gfdd ;};_dde +=len (_feg );};_eagg :=_eeda ._dda .Lines (); -for _ ,_bdcc :=range _eagg {_ebad ,_bbdd :=_fd .Atoi (_bdcc .Page .Text );if _bbdd !=nil {continue ;};_bdcc .Page .Text =_fd .Itoa (_ebad +_dde );_bdcc ._bfabf +=int64 (_dde );};};_daee :=false ;var _adgf []*_gd .PdfPage ;if _eeda ._bbde !=nil {_fge :=*_eeda ; -_eeda ._bee =nil ;_eeda ._cafc =nil ;_cgdg :=FrontpageFunctionArgs {PageNum :1,TotalPages :_cagc };_eeda ._bbde (_cgdg );_cagc +=len (_eeda ._bee );_adgf =_eeda ._bee ;_eeda ._bee =append (_eeda ._bee ,_fge ._bee ...);_eeda ._cafc =_fge ._cafc ;_daee =true ; -};var _cec []*_gd .PdfPage ;if _eeda .AddTOC {_eeda .initContext ();if _eeda .CustomTOC &&_eeda ._bef !=nil {_adbcc :=*_eeda ;_eeda ._bee =nil ;_eeda ._cafc =nil ;if _ggbgg :=_eeda ._bef (_eeda ._dda );_ggbgg !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_ggbgg ); -return _ggbgg ;};_cec =_eeda ._bee ;_cagc +=len (_cec );_eeda ._bee =_adbcc ._bee ;_eeda ._cafc =_adbcc ._cafc ;}else {if _eeda ._bef !=nil {if _ecgb :=_eeda ._bef (_eeda ._dda );_ecgb !=nil {_ca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020\u0067\u0065\u006e\u0065\u0072\u0061\u0074i\u006e\u0067\u0020\u0054\u004f\u0043\u003a\u0020\u0025\u0076",_ecgb ); -return _ecgb ;};};_bggf ,_ ,_ :=_eeda ._dda .GeneratePageBlocks (_eeda ._ecfb );for _ ,_acdd :=range _bggf {_acdd .SetPos (0,0);_cagc ++;_bgbcg :=_eeda .newPage ();_cec =append (_cec ,_bgbcg );_eeda .setActivePage (_bgbcg );_eeda .Draw (_acdd );};};if _daee {_edec :=_adgf ; -_afff :=_eeda ._bee [len (_adgf ):];_eeda ._bee =append ([]*_gd .PdfPage {},_edec ...);_eeda ._bee =append (_eeda ._bee ,_cec ...);_eeda ._bee =append (_eeda ._bee ,_afff ...);}else {_eeda ._bee =append (_cec ,_eeda ._bee ...);};};if _eeda ._eagf !=nil &&_eeda .AddOutlines {var _gdcb func (_efbc *_gd .OutlineItem ); -_gdcb =func (_afdc *_gd .OutlineItem ){_afdc .Dest .Page +=int64 (_dde );if _affg :=int (_afdc .Dest .Page );_affg >=0&&_affg < len (_eeda ._bee ){_afdc .Dest .PageObj =_eeda ._bee [_affg ].GetPageAsIndirectObject ();}else {_ca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_affg ); -};_afdc .Dest .Y =_eeda ._defa -_afdc .Dest .Y ;_cgaa :=_afdc .Items ();for _ ,_ggfab :=range _cgaa {_gdcb (_ggfab );};};_facd :=_eeda ._eagf .Items ();for _ ,_egda :=range _facd {_gdcb (_egda );};if _eeda .AddTOC {var _cdb int ;if _daee {_cdb =len (_adgf ); -};_bade :=_gd .NewOutlineDest (int64 (_cdb ),0,_eeda ._defa );if _cdb >=0&&_cdb < len (_eeda ._bee ){_bade .PageObj =_eeda ._bee [_cdb ].GetPageAsIndirectObject ();}else {_ca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_cdb ); -};_eeda ._eagf .Insert (0,_gd .NewOutlineItem ("\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0065\u006e\u0074\u0073",_bade ));};};for _afce ,_cbeg :=range _eeda ._bee {_eeda .setActivePage (_cbeg );if _eeda ._bdfe !=nil {_bgfef ,_beee ,_faff :=_cbeg .Size (); -if _faff !=nil {return _faff ;};_fdgd :=PageFinalizeFunctionArgs {PageNum :_afce +1,PageWidth :_bgfef ,PageHeight :_beee ,TOCPages :len (_cec ),TotalPages :_cagc };if _cddc :=_eeda ._bdfe (_fdgd );_cddc !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0070\u0061\u0067\u0065\u0020\u0066\u0069\u006e\u0061\u006c\u0069\u007a\u0065 \u0063\u0061\u006c\u006c\u0062\u0061\u0063k\u003a\u0020\u0025\u0076",_cddc ); -return _cddc ;};};if _eeda ._eee !=nil {_dgfd :=NewBlock (_eeda ._baec ,_eeda ._gffac .Top );_dggg :=HeaderFunctionArgs {PageNum :_afce +1,TotalPages :_cagc };_eeda ._eee (_dgfd ,_dggg );_dgfd .SetPos (0,0);if _gaa :=_eeda .Draw (_dgfd );_gaa !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0068e\u0061\u0064\u0065\u0072\u003a\u0020\u0025v",_gaa ); -return _gaa ;};};if _eeda ._fdc !=nil {_edgc :=NewBlock (_eeda ._baec ,_eeda ._gffac .Bottom );_gfda :=FooterFunctionArgs {PageNum :_afce +1,TotalPages :_cagc };_eeda ._fdc (_edgc ,_gfda );_edgc .SetPos (0,_eeda ._defa -_edgc ._ad );if _eea :=_eeda .Draw (_edgc ); -_eea !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069n\u0067 \u0066o\u006f\u0074\u0065\u0072\u003a\u0020\u0025v",_eea );return _eea ;};};_eeee ,_ggbb :=_eeda ._gaf [_cbeg ];if _edd ,_badfa :=_eeda ._fafg [_cbeg ]; -_badfa {if _ggbb {_eeee .transformBlock (_edd );};if _ecgbd :=_edd .drawToPage (_cbeg );_ecgbd !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0064\u0072\u0061\u0077\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020%\u0064\u0020\u0062\u006c\u006f\u0063\u006bs\u003a\u0020\u0025\u0076",_afce +1,_ecgbd ); -return _ecgbd ;};};if _ggbb {if _gcfae :=_eeee .transformPage (_cbeg );_gcfae !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0074\u0072\u0061\u006e\u0073f\u006f\u0072\u006d\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0076",_gcfae ); -return _gcfae ;};};};_eeda ._gbg =true ;return nil ;};func (_eaggb *Image )makeXObject ()error {_gggc ,_agfef :=_gd .NewXObjectImageFromImageLazy (_eaggb ._dgaaf ,nil ,_eaggb ._bdeb ,_eaggb ._bfbd );if _agfef !=nil {_ca .Log .Error ("\u0046\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061t\u0065 \u0078o\u0062j\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_agfef ); -return _agfef ;};_eaggb ._cbaag =_gggc ;return nil ;}; +// VectorDrawable is a Drawable with a specified width and height. +type VectorDrawable interface{Drawable ; -// SetWidth sets the the Paragraph width. This is essentially the wrapping width, -// i.e. the width the text can extend to prior to wrapping over to next line. -func (_cacbb *StyledParagraph )SetWidth (width float64 ){_cacbb ._cbcb =width ;_cacbb .wrapText ()}; +// Width returns the width of the Drawable. +Width ()float64 ; -// SetMarkedContentID sets marked content ID. -func (_agfe *Curve )SetMarkedContentID (mcid int64 )*_gd .KDict {_agfe ._dffa =&mcid ;_gffc :=_gd .NewKDictionary ();_gffc .S =_be .MakeName (_gd .StructureTypeFigure );_gffc .K =_be .MakeInteger (mcid );return _gffc ;}; +// Height returns the height of the Drawable. +Height ()float64 ;}; -// SetAnnotation sets an annotation on a TextChunk, -// this will replace any existing annotation that has been set. -// Supplying a nil value as parameter would clear all the annotations. -func (_bebad *TextChunk )SetAnnotation (annotation *_gd .PdfAnnotation ){if annotation ==nil {_bebad .ClearAnnotations ();}else {_bebad ._bcfe =[]*_gd .PdfAnnotation {annotation };};}; +// Positioning returns the type of positioning the line is set to use. +func (_dcgc *Line )Positioning ()Positioning {return _dcgc ._cfgfg }; -// SetLineWidth sets the line width. -func (_dbbd *Line )SetLineWidth (width float64 ){_dbbd ._adcb =width }; +// GraphicSVG represents a drawable graphic SVG. +// It is used to render the graphic SVG components using a creator instance. +type GraphicSVG struct{_fedda *_ef .GraphicSVG ;_bggf Positioning ;_bcce float64 ;_adfd float64 ;_gafed Margins ;_fbfd *int64 ;}; -// AddLine appends a new line to the invoice line items table. -func (_egdd *Invoice )AddLine (values ...string )[]*InvoiceCell {_cegfd :=len (_egdd ._gbbc );var _caab []*InvoiceCell ;for _gcebdg ,_abbd :=range values {_fabb :=_egdd .newCell (_abbd ,_egdd ._ddce );if _gcebdg < _cegfd {_fabb .Alignment =_egdd ._gbbc [_gcebdg ].Alignment ; -};_caab =append (_caab ,_fabb );};_egdd ._gdfd =append (_egdd ._gdfd ,_caab );return _caab ;};func _bcecf (_dfag ,_gcddg ,_eacb float64 )(_gfff ,_fbcgf ,_fabda ,_gdad float64 ){if _eacb ==0{return 0,0,_dfag ,_gcddg ;};_ecfcd :=_ddb .Path {Points :[]_ddb .Point {_ddb .NewPoint (0,0).Rotate (_eacb ),_ddb .NewPoint (_dfag ,0).Rotate (_eacb ),_ddb .NewPoint (0,_gcddg ).Rotate (_eacb ),_ddb .NewPoint (_dfag ,_gcddg ).Rotate (_eacb )}}.GetBoundingBox (); -return _ecfcd .X ,_ecfcd .Y ,_ecfcd .Width ,_ecfcd .Height ;}; +// Draw draws the drawable d on the block. +// Note that the drawable must not wrap, i.e. only return one block. Otherwise an error is returned. +func (_fcb *Block )Draw (d Drawable )error {_gad :=DrawContext {};_gad .Width =_fcb ._fbe ;_gad .Height =_fcb ._fe ;_gad .PageWidth =_fcb ._fbe ;_gad .PageHeight =_fcb ._fe ;_gad .X =0;_gad .Y =0;_fab ,_ ,_aga :=d .GeneratePageBlocks (_gad );if _aga !=nil {return _aga ; +};if len (_fab )!=1{return ErrContentNotFit ;};for _ ,_fba :=range _fab {if _adf :=_fcb .mergeBlocks (_fba );_adf !=nil {return _adf ;};};return nil ;}; -// NewInvoice returns an instance of an empty invoice. -func (_dfacb *Creator )NewInvoice ()*Invoice {_gffb :=_dfacb .NewTextStyle ();_gffb .Font =_dfacb ._gafc ;return _ccbgg (_dfacb .NewTextStyle (),_gffb );};func _gfged (_eafce *templateProcessor ,_dccbc *templateNode )(interface{},error ){return _eafce .parseListMarker (_dccbc ); -};type pageTransformations struct{_agce *_cbe .Matrix ;_fgfca bool ;_gfega bool ;}; +// Text sets the text content of the Paragraph. +func (_bfbd *Paragraph )Text ()string {return _bfbd ._gegagc }; -// SetFitMode sets the fit mode of the rectangle. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_ggdee *Rectangle )SetFitMode (fitMode FitMode ){_ggdee ._dfgc =fitMode }; +// TextVerticalAlignment controls the vertical position of the text +// in a styled paragraph. +type TextVerticalAlignment int ; -// SetLineOpacity sets the line opacity. -func (_bfeb *Polyline )SetLineOpacity (opacity float64 ){_bfeb ._aegga =opacity }; +// NewCurve returns new instance of Curve between points (x1,y1) and (x2, y2) with control point (cx,cy). +func (_bcgb *Creator )NewCurve (x1 ,y1 ,cx ,cy ,x2 ,y2 float64 )*Curve {return _aea (x1 ,y1 ,cx ,cy ,x2 ,y2 );};var (_gaeb =_af .MustCompile ("\u0028[\u005cw\u002d\u005d\u002b\u0029\u005c(\u0027\u0028.\u002b\u0029\u0027\u005c\u0029");_dgefa =_ag .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u0072\u0065a\u0074\u006f\u0072\u0020\u0069\u006e\u0073t\u0061\u006e\u0063\u0065"); +_bgacd =_ag .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020p\u0061\u0072\u0065\u006e\u0074\u0020\u006eo\u0064\u0065");_fddc =_ag .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020c\u0068\u0069\u006cd\u0020n\u006f\u0064\u0065"); +_fgdd =_ag .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070l\u0061t\u0065 \u0072\u0065\u0073\u006f\u0075\u0072\u0063e");); -// SetBorderColor sets border color of the rectangle. -func (_cgcbf *Rectangle )SetBorderColor (col Color ){_cgcbf ._aagf =col };func _gfdba (_afdcd *templateProcessor ,_egeeb *templateNode )(interface{},error ){return _afdcd .parseStyledParagraph (_egeeb );}; +// SetHeaderRows turns the selected table rows into headers that are repeated +// for every page the table spans. startRow and endRow are inclusive. +func (_dbfe *Table )SetHeaderRows (startRow ,endRow int )error {if startRow <=0{return _ag .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020r\u006f\u0077\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); +};if endRow <=0{return _ag .New ("\u0068\u0065a\u0064\u0065\u0072\u0020e\u006e\u0064 \u0072\u006f\u0077\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030");};if startRow > endRow {return _ag .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0072\u006f\u0077\u0020\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065 \u0065\u006e\u0064\u0020\u0072o\u0077"); +};_dbfe ._bcdba =true ;_dbfe ._abbga =startRow ;_dbfe ._fdca =endRow ;return nil ;};func (_afcef *templateProcessor )parseCellVerticalAlignmentAttr (_becdbb ,_gcacg string )CellVerticalAlignment {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u0065\u006c\u006c\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_becdbb ,_gcacg ); +_daegd :=map[string ]CellVerticalAlignment {"\u0074\u006f\u0070":CellVerticalAlignmentTop ,"\u006d\u0069\u0064\u0064\u006c\u0065":CellVerticalAlignmentMiddle ,"\u0062\u006f\u0074\u0074\u006f\u006d":CellVerticalAlignmentBottom }[_gcacg ];return _daegd ; +};const (DefaultHorizontalScaling =100;); -// CellBorderStyle defines the table cell's border style. -type CellBorderStyle int ; +// BorderOpacity returns the border opacity of the ellipse (0-1). +func (_daea *Ellipse )BorderOpacity ()float64 {return _daea ._afef }; -// SetSellerAddress sets the seller address of the invoice. -func (_cdgfc *Invoice )SetSellerAddress (address *InvoiceAddress ){_cdgfc ._afbf =address }; +// SetLineHeight sets the line height (1.0 default). +func (_cdgc *StyledParagraph )SetLineHeight (lineheight float64 ){_cdgc ._aaebc =lineheight };func (_edfe *templateProcessor )parseBoolAttr (_agdfg ,_ccdab string )bool {_e .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0062\u006f\u006f\u006c\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_agdfg ,_ccdab ); +_decdc ,_ :=_be .ParseBool (_ccdab );return _ccdab ==""||_decdc ;};func (_daad *FilledCurve )draw (_dbaeg *Block ,_effa string )([]byte ,*_fg .PdfRectangle ,error ){_dacc :=_ee .NewCubicBezierPath ();for _ ,_fbbc :=range _daad ._fffb {_dacc =_dacc .AppendCurve (_fbbc ); +};creator :=_cb .NewContentCreator ();if _daad ._bbaf !=nil {creator .Add_BDC (*_cc .MakeName (_fg .StructureTypeFigure ),map[string ]_cc .PdfObject {"\u004d\u0043\u0049\u0044":_cc .MakeInteger (*_daad ._bbaf )});};creator .Add_q ();if _daad .FillEnabled &&_daad ._dfae !=nil {_agad :=_agbd (_daad ._dfae ); +_feae :=_cabfe (_dbaeg ,_agad ,_daad ._dfae ,func ()Rectangle {_gfdf :=_ee .NewCubicBezierPath ();for _ ,_gcde :=range _daad ._fffb {_gfdf =_gfdf .AppendCurve (_gcde );};_bdfe :=_gfdf .GetBoundingBox ();if _daad .BorderEnabled {_bdfe .Height +=_daad .BorderWidth ; +_bdfe .Width +=_daad .BorderWidth ;_bdfe .X -=_daad .BorderWidth /2;_bdfe .Y -=_daad .BorderWidth /2;};return Rectangle {_fgcb :_bdfe .X ,_aedg :_bdfe .Y ,_cfee :_bdfe .Width ,_edcdb :_bdfe .Height };});if _feae !=nil {return nil ,nil ,_feae ;};creator .SetNonStrokingColor (_agad ); +};if _daad .BorderEnabled {if _daad ._bdac !=nil {creator .SetStrokingColor (_agbd (_daad ._bdac ));};creator .Add_w (_daad .BorderWidth );};if len (_effa )> 1{creator .Add_gs (_cc .PdfObjectName (_effa ));};_ee .DrawBezierPathWithCreator (_dacc ,creator ); +creator .Add_h ();if _daad .FillEnabled &&_daad .BorderEnabled {creator .Add_B ();}else if _daad .FillEnabled {creator .Add_f ();}else if _daad .BorderEnabled {creator .Add_S ();};creator .Add_Q ();if _daad ._bbaf !=nil {creator .Add_EMC ();};_cecd :=_dacc .GetBoundingBox (); +if _daad .BorderEnabled {_cecd .Height +=_daad .BorderWidth ;_cecd .Width +=_daad .BorderWidth ;_cecd .X -=_daad .BorderWidth /2;_cecd .Y -=_daad .BorderWidth /2;};_caac :=&_fg .PdfRectangle {};_caac .Llx =_cecd .X ;_caac .Lly =_cecd .Y ;_caac .Urx =_cecd .X +_cecd .Width ; +_caac .Ury =_cecd .Y +_cecd .Height ;return creator .Bytes (),_caac ,nil ;}; -// SetLanguageIdentifier sets the language identifier for the paragraph. -func (_fcdag *StyledParagraph )SetLanguageIdentifier (id string ){_fcdag ._abce =id }; +// Width returns the cell's width based on the input draw context. +func (_dgda *TableCell )Width (ctx DrawContext )float64 {_gcabg :=float64 (0.0);for _cdcc :=0;_cdcc < _dgda ._ffgb ;_cdcc ++{_gcabg +=_dgda ._aacdd ._efeeb [_dgda ._bbcd +_cdcc -1];};_dagcg :=ctx .Width *_gcabg ;return _dagcg ;};type rgbColor struct{_ddg ,_baa ,_cebb float64 }; -// TitleStyle returns the style properties used to render the invoice title. -func (_bcaba *Invoice )TitleStyle ()TextStyle {return _bcaba ._fcbed };func _cbgg (_ccbe *Table ,_edfea DrawContext )([]*Block ,DrawContext ,error ){var _dgde []*Block ;_ceaaac :=NewBlock (_edfea .PageWidth ,_edfea .PageHeight );_ccbe .updateRowHeights (_edfea .Width -_ccbe ._ccecg .Left -_ccbe ._ccecg .Right ); -_befb :=_ccbe ._ccecg .Top ;if _ccbe ._ccdf .IsRelative ()&&!_ccbe ._ebcgb {_begf :=_ccbe .Height ();if _begf > _edfea .Height -_ccbe ._ccecg .Top &&_begf <=_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom {_dgde =[]*Block {NewBlock (_edfea .PageWidth ,_edfea .PageHeight -_edfea .Y )}; -var _eafdc error ;if _ ,_edfea ,_eafdc =_addgg ().GeneratePageBlocks (_edfea );_eafdc !=nil {return nil ,_edfea ,_eafdc ;};_befb =0;};};_aega :=_edfea ;if _ccbe ._ccdf .IsAbsolute (){_edfea .X =_ccbe ._dece ;_edfea .Y =_ccbe ._aeff ;}else {_edfea .X +=_ccbe ._ccecg .Left ; -_edfea .Y +=_befb ;_edfea .Width -=_ccbe ._ccecg .Left +_ccbe ._ccecg .Right ;_edfea .Height -=_befb ;};_cbdg :=_edfea .Width ;_cbfaa :=_edfea .X ;_dace :=_edfea .Y ;_cddg :=_edfea .Height ;_ddeab :=0;_fecd ,_debef :=-1,-1;if _ccbe ._fbbbb {for _caaba ,_bggd :=range _ccbe ._gedg {if _bggd ._fgcga < _ccbe ._bccfd {continue ; -};if _bggd ._fgcga > _ccbe ._deceb {break ;};if _fecd < 0{_fecd =_caaba ;};_debef =_caaba ;};};if _gfbad :=_ccbe .wrapContent (_edfea );_gfbad !=nil {return nil ,_edfea ,_gfbad ;};_ccbe .updateRowHeights (_edfea .Width -_ccbe ._ccecg .Left -_ccbe ._ccecg .Right ); -var (_gfbb bool ;_cebcg int ;_egdad int ;_bbfce bool ;_acbbc int ;_egab error ;);for _aadfb :=0;_aadfb < len (_ccbe ._gedg );_aadfb ++{_dbed :=_ccbe ._gedg [_aadfb ];if _gcebf ,_dfbe :=_ccbe .getLastCellFromCol (_dbed ._gggbbd );_gcebf ==_aadfb {if (_dfbe ._fgcga +_dfbe ._edegf -1)< _ccbe ._addf {for _ccgd :=_dbed ._fgcga ; -_ccgd < _ccbe ._addf ;_ccgd ++{_afgdc :=&TableCell {};_afgdc ._fgcga =_ccgd +1;_afgdc ._edegf =1;_afgdc ._gggbbd =_dbed ._gggbbd ;_ccbe ._gedg =append (_ccbe ._gedg ,_afgdc );};};};_dfbbg :=_dbed .width (_ccbe ._faae ,_cbdg );_dbfa :=float64 (0.0);for _dfgb :=0; -_dfgb < _dbed ._gggbbd -1;_dfgb ++{_dbfa +=_ccbe ._faae [_dfgb ]*_cbdg ;};_eddaf :=float64 (0.0);for _cbgdb :=_ddeab ;_cbgdb < _dbed ._fgcga -1;_cbgdb ++{_eddaf +=_ccbe ._gadc [_cbgdb ];};_edfea .Height =_cddg -_eddaf ;_abbea :=float64 (0.0);for _dbbgd :=0; -_dbbgd < _dbed ._edegf ;_dbbgd ++{_abbea +=_ccbe ._gadc [_dbed ._fgcga +_dbbgd -1];};_ffcf :=_bbfce &&_dbed ._fgcga !=_acbbc ;_acbbc =_dbed ._fgcga ;if _ffcf ||_abbea > _edfea .Height {if _ccbe ._ffeag &&!_bbfce {_bbfce ,_egab =_ccbe .wrapRow (_aadfb ,_edfea ,_cbdg ); -if _egab !=nil {return nil ,_edfea ,_egab ;};if _bbfce {_aadfb --;continue ;};};_dgde =append (_dgde ,_ceaaac );_ceaaac =NewBlock (_edfea .PageWidth ,_edfea .PageHeight );_cbfaa =_edfea .Margins .Left +_ccbe ._ccecg .Left ;_dace =_edfea .Margins .Top ; -_edfea .Height =_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom ;_edfea .Page ++;_cddg =_edfea .Height ;_ddeab =_dbed ._fgcga -1;_eddaf =0;_bbfce =false ;if _ccbe ._fbbbb &&_fecd >=0{_cebcg =_aadfb ;_aadfb =_fecd -1;_egdad =_ddeab ;_ddeab =_ccbe ._bccfd -1; -_gfbb =true ;if _dbed ._edegf > (_ccbe ._addf -_acbbc )||(_dbed ._edegf > 1&&_aadfb < 0){_ca .Log .Debug ("\u0054a\u0062\u006ce\u0020\u0068\u0065a\u0064\u0065\u0072\u0020\u0072\u006f\u0077s\u0070\u0061\u006e\u0020\u0065\u0078c\u0065\u0065\u0064\u0073\u0020\u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u002e"); -_gfbb =false ;_fecd ,_debef =-1,-1;};continue ;};if _ffcf {_aadfb --;continue ;};};_edfea .Width =_dfbbg ;_edfea .X =_cbfaa +_dbfa ;_edfea .Y =_dace +_eddaf ;if _abbea > _edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom {_abbea =_edfea .PageHeight -_edfea .Margins .Top -_edfea .Margins .Bottom ; -};_faede :=_gdgf (_edfea .X ,_edfea .Y ,_dfbbg ,_abbea );if _dbed ._ceege !=nil {_faede .SetFillColor (_dbed ._ceege );};_faede .LineStyle =_dbed ._aecgdc ;_faede ._fgfc =_dbed ._bddcf ;_faede ._cbgf =_dbed ._deef ;_faede ._gdgg =_dbed ._gcccg ;_faede ._dcd =_dbed ._dgag ; -if _dbed ._edgac !=nil {_faede .SetColorLeft (_dbed ._edgac );};if _dbed ._daea !=nil {_faede .SetColorBottom (_dbed ._daea );};if _dbed ._cada !=nil {_faede .SetColorRight (_dbed ._cada );};if _dbed ._agcef !=nil {_faede .SetColorTop (_dbed ._agcef ); -};_faede .SetWidthBottom (_dbed ._acdc );_faede .SetWidthLeft (_dbed ._debdc );_faede .SetWidthRight (_dbed ._gecc );_faede .SetWidthTop (_dbed ._efec );_geea :=NewBlock (_ceaaac ._de ,_ceaaac ._ad );_fdgbd :=_ceaaac .Draw (_faede );if _fdgbd !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdgbd ); -};if _dbed ._bdea !=nil {_fgeg :=_dbed ._bdea .Width ();_caffd :=_dbed ._bdea .Height ();_fcee :=0.0;switch _dbde :=_dbed ._bdea .(type ){case *Paragraph :if _dbde ._abaa {_fgeg =_dbde .getMaxLineWidth ()/1000.0;};_bgfdd ,_edcd ,_ :=_dbde .getTextMetrics (); -_fcaec ,_aada :=_bgfdd *_dbde ._agdbb ,_edcd *_dbde ._agdbb ;_caffd =_caffd -_aada +_fcaec ;_fcee +=_fcaec -_aada ;_bdfba :=0.5;if _ccbe ._ggab {_bdfba =0.3;};switch _dbed ._bdcca {case CellVerticalAlignmentTop :_fcee +=_fcaec *_bdfba ;case CellVerticalAlignmentBottom :_fcee -=_fcaec *_bdfba ; -};_fgeg +=_dbde ._cgacg .Left +_dbde ._cgacg .Right ;_caffd +=_dbde ._cgacg .Top +_dbde ._cgacg .Bottom ;case *StyledParagraph :if _dbde ._egbgc {_fgeg =_dbde .getMaxLineWidth ()/1000.0;};_dbgee ,_abbcb ,_fefccd :=_dbde .getLineMetrics (0);_fdcba ,_cbda :=_dbgee *_dbde ._bcde ,_abbcb *_dbde ._bcde ; -if _dbde ._eeedb ==TextVerticalAlignmentCenter {_fcee =_cbda -(_abbcb +(_dbgee +_fefccd -_abbcb )/2+(_cbda -_abbcb )/2);};if len (_dbde ._ccae )==1{_caffd =_fdcba ;}else {_caffd =_caffd -_cbda +_fdcba ;};_fcee +=_fdcba -_cbda ;switch _dbed ._bdcca {case CellVerticalAlignmentTop :_fcee +=_fdcba *0.5; -case CellVerticalAlignmentBottom :_fcee -=_fdcba *0.5;};_fgeg +=_dbde ._affa .Left +_dbde ._affa .Right ;_caffd +=_dbde ._affa .Top +_dbde ._affa .Bottom ;case *Table :_fgeg =_dfbbg ;case *List :_fgeg =_dfbbg ;case *Division :_fgeg =_dfbbg ;case *Chart :_fgeg =_dfbbg ; -case *Line :_caffd +=_dbde ._cbeb .Top +_dbde ._cbeb .Bottom ;_fcee -=_dbde .Height ()/2;case *Image :_fgeg +=_dbde ._fcad .Left +_dbde ._fcad .Right ;_caffd +=_dbde ._fcad .Top +_dbde ._fcad .Bottom ;};switch _dbed ._bebbe {case CellHorizontalAlignmentLeft :_edfea .X +=_dbed ._adeb ; -_edfea .Width -=_dbed ._adeb ;case CellHorizontalAlignmentCenter :if _cgegb :=_dfbbg -_fgeg ;_cgegb > 0{_edfea .X +=_cgegb /2;_edfea .Width -=_cgegb /2;};case CellHorizontalAlignmentRight :if _dfbbg > _fgeg {_edfea .X =_edfea .X +_dfbbg -_fgeg -_dbed ._adeb ; -_edfea .Width -=_dbed ._adeb ;};};_fded :=_edfea .Y ;_efcd :=_edfea .Height ;_edfea .Y +=_fcee ;switch _dbed ._bdcca {case CellVerticalAlignmentTop :case CellVerticalAlignmentMiddle :if _dabab :=_abbea -_caffd ;_dabab > 0{_edfea .Y +=_dabab /2;_edfea .Height -=_dabab /2; -};case CellVerticalAlignmentBottom :if _abbea > _caffd {_edfea .Y =_edfea .Y +_abbea -_caffd ;_edfea .Height =_abbea ;};};_gffge :=_ceaaac .DrawWithContext (_dbed ._bdea ,_edfea );if _gffge !=nil {if _fc .Is (_gffge ,ErrContentNotFit )&&!_ffcf {_ceaaac =_geea ; -_ffcf =true ;_aadfb --;continue ;};_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gffge );};_edfea .Y =_fded ;_edfea .Height =_efcd ;};_edfea .Y +=_abbea ;_edfea .Height -=_abbea ;if _gfbb &&_aadfb +1> _debef {_dace +=_eddaf +_abbea ; -_cddg -=_abbea +_eddaf ;_ddeab =_egdad ;_aadfb =_cebcg -1;_gfbb =false ;};};_dgde =append (_dgde ,_ceaaac );if _ccbe ._ccdf .IsAbsolute (){return _dgde ,_aega ,nil ;};_edfea .X =_aega .X ;_edfea .Width =_aega .Width ;_edfea .Y +=_ccbe ._ccecg .Bottom ; -_edfea .Height -=_ccbe ._ccecg .Bottom ;return _dgde ,_edfea ,nil ;}; -// SetMargins sets the margins of the ellipse. -// NOTE: ellipse margins are only applied if relative positioning is used. -func (_eccgae *Ellipse )SetMargins (left ,right ,top ,bottom float64 ){_eccgae ._dffg .Left =left ;_eccgae ._dffg .Right =right ;_eccgae ._dffg .Top =top ;_eccgae ._dffg .Bottom =bottom ;}; +// AddressStyle returns the style properties used to render the content of +// the invoice address sections. +func (_bcgd *Invoice )AddressStyle ()TextStyle {return _bcgd ._aegb }; -// SetMargins sets the Block's left, right, top, bottom, margins. -func (_aca *Block )SetMargins (left ,right ,top ,bottom float64 ){_aca ._bc .Left =left ;_aca ._bc .Right =right ;_aca ._bc .Top =top ;_aca ._bc .Bottom =bottom ;};func _bdab (_gfedg *Block ,_dgbb *Image ,_gcab DrawContext )(DrawContext ,error ){_aaec :=_gcab ; -_adge :=1;_ddde :=_be .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_adge ));for _gfedg ._fa .HasXObjectByName (_ddde ){_adge ++;_ddde =_be .PdfObjectName (_f .Sprintf ("\u0049\u006d\u0067%\u0064",_adge ));};_gbcg :=_gfedg ._fa .SetXObjectImageByNameLazy (_ddde ,_dgbb ._cbaag ,_dgbb ._bfbd ); -if _gbcg !=nil {return _gcab ,_gbcg ;};_gaee :=0;_aabd :=_be .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_gaee ));for _gfedg ._fa .HasExtGState (_aabd ){_gaee ++;_aabd =_be .PdfObjectName (_f .Sprintf ("\u0047\u0053\u0025\u0064",_gaee ));}; -_gagc :=_be .MakeDict ();_gagc .Set ("\u0042\u004d",_be .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));if _dgbb ._fgec < 1.0{_gagc .Set ("\u0043\u0041",_be .MakeFloat (_dgbb ._fgec ));_gagc .Set ("\u0063\u0061",_be .MakeFloat (_dgbb ._fgec ));};_gbcg =_gfedg ._fa .AddExtGState (_aabd ,_be .MakeIndirectObject (_gagc )); -if _gbcg !=nil {return _gcab ,_gbcg ;};_cgeg :=_dgbb .Width ();_gcddc :=_dgbb .Height ();_ ,_fdea :=_dgbb .rotatedSize ();_cdba :=_gcab .X ;_dbac :=_gcab .PageHeight -_gcab .Y -_gcddc ;if _dgbb ._dbafc .IsRelative (){_dbac -=(_fdea -_gcddc )/2;switch _dgbb ._ggaca {case HorizontalAlignmentCenter :_cdba +=(_gcab .Width -_cgeg )/2; -case HorizontalAlignmentRight :_cdba =_gcab .PageWidth -_gcab .Margins .Right -_dgbb ._fcad .Right -_cgeg ;};};_feba :=_dgbb ._afgb ;_ddeb :=_eag .NewContentCreator ();if _dgbb ._cebad !=nil {_ddeb .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_dgbb ._cebad )}); -};_ddeb .Add_gs (_aabd );_ddeb .Translate (_cdba ,_dbac );if _feba !=0{_ddeb .Translate (_cgeg /2,_gcddc /2);_ddeb .RotateDeg (_feba );_ddeb .Translate (-_cgeg /2,-_gcddc /2);};_ddeb .Scale (_cgeg ,_gcddc ).Add_Do (_ddde );if _dgbb ._cebad !=nil {_ddeb .Add_EMC (); -};_bgad :=_ddeb .Operations ();_bgad .WrapIfNeeded ();_gfedg .addContents (_bgad );if _dgbb ._dbafc .IsRelative (){_gcab .Y +=_fdea ;_gcab .Height -=_fdea ;return _gcab ,nil ;};return _aaec ,nil ;}; +// Width returns the Block's width. +func (_bd *Block )Width ()float64 {return _bd ._fbe };const (CellHorizontalAlignmentLeft CellHorizontalAlignment =iota ;CellHorizontalAlignmentCenter ;CellHorizontalAlignmentRight ;); -// Paragraph represents text drawn with a specified font and can wrap across lines and pages. -// By default, it occupies the available width in the drawing context. -type Paragraph struct{_bcgag string ;_caccd *_gd .PdfFont ;_geac float64 ;_agdbb float64 ;_ebbg Color ;_eced TextAlignment ;_abaa bool ;_gba float64 ;_gdef int ;_aagb bool ;_ggc float64 ;_cgacg Margins ;_adfd Positioning ;_dagaa float64 ;_dcag float64 ; -_babg ,_bcadb float64 ;_beag []string ;_bafa *int64 ;_fbbdg string ;}; +// SetMargins sets the margins of the component. The margins are applied +// around the division. +func (_adgf *Division )SetMargins (left ,right ,top ,bottom float64 ){_adgf ._dbfc .Left =left ;_adgf ._dbfc .Right =right ;_adgf ._dbfc .Top =top ;_adgf ._dbfc .Bottom =bottom ;}; -// IsAbsolute checks if the positioning is absolute. -func (_caga Positioning )IsAbsolute ()bool {return _caga ==PositionAbsolute }; +// ClearAnnotations clears any existing annotations. +func (_bggdc *TextChunk )ClearAnnotations (){_bggdc ._ecgg =[]*_fg .PdfAnnotation {}}; -// GeneratePageBlocks draws the curve onto page blocks. -func (_bddb *Curve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dabd :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bcac :=_eag .NewContentCreator ();if _bddb ._dffa !=nil {_bcac .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_bddb ._dffa )}); -};_bcac .Add_q ().Add_w (_bddb ._bdag ).SetStrokingColor (_fac (_bddb ._gffeeb )).Add_m (_bddb ._eded ,ctx .PageHeight -_bddb ._dbcd ).Add_v (_bddb ._efdba ,ctx .PageHeight -_bddb ._bacf ,_bddb ._ffea ,ctx .PageHeight -_bddb ._agefe ).Add_S ().Add_Q (); -if _bddb ._dffa !=nil {_bcac .Add_EMC ();};_cafbb :=_dabd .addContentsByString (_bcac .String ());if _cafbb !=nil {return nil ,ctx ,_cafbb ;};return []*Block {_dabd },ctx ,nil ;}; +// CellBorderStyle defines the table cell's border style. +type CellBorderStyle int ; -// SetBorderColor sets the border color. -func (_dbbg *CurvePolygon )SetBorderColor (color Color ){_dbbg ._fbff .BorderColor =_fac (color )}; +// GeneratePageBlocks generates the table page blocks. Multiple blocks are +// generated if the contents wrap over multiple pages. +// Implements the Drawable interface. +func (_cbcf *Table )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_bbegd :=_cbcf ;if _cbcf ._cfce {_bbegd =_cbcf .clone ();};return _dgdb (_bbegd ,ctx );}; -// SetInline sets the inline mode of the division. -func (_facb *Division )SetInline (inline bool ){_facb ._dccc =inline };const (TextOverflowVisible TextOverflow =iota ;TextOverflowHidden ;); +// Lazy gets the lazy mode for the image. +func (_fcaad *Image )Lazy ()bool {return _fcaad ._bbdd };const (CellVerticalAlignmentTop CellVerticalAlignment =iota ;CellVerticalAlignmentMiddle ;CellVerticalAlignmentBottom ;); -// SetVerticalAlignment set the cell's vertical alignment of content. -// Can be one of: -// - CellHorizontalAlignmentTop -// - CellHorizontalAlignmentMiddle -// - CellHorizontalAlignmentBottom -func (_dabeb *TableCell )SetVerticalAlignment (valign CellVerticalAlignment ){_dabeb ._bdcca =valign };func (_eegbe *Table )moveToNextAvailableCell ()int {_ebdad :=(_eegbe ._eaeec -1)%(_eegbe ._cafcb )+1;for {if _ebdad -1>=len (_eegbe ._gaad ){if _eegbe ._gaad [0]==0{return _ebdad ; -};_ebdad =1;}else if _eegbe ._gaad [_ebdad -1]==0{return _ebdad ;};_eegbe ._eaeec ++;_eegbe ._gaad [_ebdad -1]--;_ebdad ++;};}; +// NewBlock creates a new Block with specified width and height. +func NewBlock (width float64 ,height float64 )*Block {_db :=&Block {};_db ._fb =&_cb .ContentStreamOperations {};_db ._fdf =_fg .NewPdfPageResources ();_db ._fbe =width ;_db ._fe =height ;return _db ;};func (_addee *templateProcessor )parseTextChunk (_abde *templateNode ,_ebcd *TextChunk )(interface{},error ){if _abde ._dadbf ==nil {_addee .nodeLogError (_abde ,"\u0054\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_bgacd ;};var (_adbg =_addee .creator .NewTextStyle ();_bcbdd bool ;);for _ ,_ceeca :=range _abde ._fagc .Attr {if _ceeca .Name .Local =="\u006c\u0069\u006e\u006b"{_fgfe ,_begfg :=_abde ._dadbf ._fcga .(*StyledParagraph );if !_begfg {_addee .nodeLogError (_abde ,"\u004c\u0069\u006e\u006b \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u006f\u006e\u006c\u0079\u0020\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0070\u0061\u0072\u0061\u0067r\u0061\u0070\u0068\u0027\u0073\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e"); +_bcbdd =true ;}else {_adbg =_fgfe ._caff ;};break ;};};if _ebcd ==nil {_ebcd =NewTextChunk ("",_adbg );};for _ ,_feffg :=range _abde ._fagc .Attr {_cea :=_feffg .Value ;switch _abacd :=_feffg .Name .Local ;_abacd {case "\u0063\u006f\u006co\u0072":_ebcd .Style .Color =_addee .parseColorAttr (_abacd ,_cea ); +case "\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ebcd .Style .OutlineColor =_addee .parseColorAttr (_abacd ,_cea );case "\u0066\u006f\u006e\u0074":_ebcd .Style .Font =_addee .parseFontAttr (_abacd ,_cea );case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_ebcd .Style .FontSize =_addee .parseFloatAttr (_abacd ,_cea ); +case "\u006f\u0075\u0074l\u0069\u006e\u0065\u002d\u0073\u0069\u007a\u0065":_ebcd .Style .OutlineSize =_addee .parseFloatAttr (_abacd ,_cea );case "\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u002d\u0073\u0070a\u0063\u0069\u006e\u0067":_ebcd .Style .CharSpacing =_addee .parseFloatAttr (_abacd ,_cea ); +case "\u0068o\u0072i\u007a\u006f\u006e\u0074\u0061l\u002d\u0073c\u0061\u006c\u0069\u006e\u0067":_ebcd .Style .HorizontalScaling =_addee .parseFloatAttr (_abacd ,_cea );case "\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067-\u006d\u006f\u0064\u0065":_ebcd .Style .RenderingMode =_addee .parseTextRenderingModeAttr (_abacd ,_cea ); +case "\u0075n\u0064\u0065\u0072\u006c\u0069\u006ee":_ebcd .Style .Underline =_addee .parseBoolAttr (_abacd ,_cea );case "\u0075n\u0064e\u0072\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ebcd .Style .UnderlineStyle .Color =_addee .parseColorAttr (_abacd ,_cea ); +case "\u0075\u006ed\u0065\u0072\u006ci\u006e\u0065\u002d\u006f\u0066\u0066\u0073\u0065\u0074":_ebcd .Style .UnderlineStyle .Offset =_addee .parseFloatAttr (_abacd ,_cea );case "\u0075\u006e\u0064\u0065rl\u0069\u006e\u0065\u002d\u0074\u0068\u0069\u0063\u006b\u006e\u0065\u0073\u0073":_ebcd .Style .UnderlineStyle .Thickness =_addee .parseFloatAttr (_abacd ,_cea ); +case "\u006c\u0069\u006e\u006b":if !_bcbdd {_ebcd .AddAnnotation (_addee .parseLinkAttr (_abacd ,_cea ));};case "\u0074e\u0078\u0074\u002d\u0072\u0069\u0073e":_ebcd .Style .TextRise =_addee .parseFloatAttr (_abacd ,_cea );default:_addee .nodeLogDebug (_abde ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_abacd ); +};};return _ebcd ,nil ;}; -// NewParagraph creates a new text paragraph. -// Default attributes: -// Font: Helvetica, -// Font size: 10 -// Encoding: WinAnsiEncoding -// Wrap: enabled -// Text color: black -func (_ccccf *Creator )NewParagraph (text string )*Paragraph {return _dafab (text ,_ccccf .NewTextStyle ());};var (PageSizeA3 =PageSize {297*PPMM ,420*PPMM };PageSizeA4 =PageSize {210*PPMM ,297*PPMM };PageSizeA5 =PageSize {148*PPMM ,210*PPMM };PageSizeLetter =PageSize {8.5*PPI ,11*PPI }; -PageSizeLegal =PageSize {8.5*PPI ,14*PPI };); +// AddSection adds a new content section at the end of the invoice. +func (_ebeec *Invoice )AddSection (title ,content string ){_ebeec ._feac =append (_ebeec ._feac ,[2]string {title ,content });}; -// MultiColCell makes a new cell with the specified column span and inserts it -// into the table at the current position. -func (_fabfc *Table )MultiColCell (colspan int )*TableCell {return _fabfc .MultiCell (1,colspan )}; +// Fit fits the chunk into the specified bounding box, cropping off the +// remainder in a new chunk, if it exceeds the specified dimensions. +// NOTE: The method assumes a line height of 1.0. In order to account for other +// line height values, the passed in height must be divided by the line height: +// height = height / lineHeight +func (_bcafa *TextChunk )Fit (width ,height float64 )(*TextChunk ,error ){_dfeeb ,_beee :=_bcafa .Wrap (width );if _beee !=nil {return nil ,_beee ;};_acbea :=int (height /_bcafa .Style .FontSize );if _acbea >=len (_dfeeb ){return nil ,nil ;};_gfeac :="\u000a"; +_bcafa .Text =_ga .Replace (_ga .Join (_dfeeb [:_acbea ],"\u0020"),_gfeac +"\u0020",_gfeac ,-1);_deabd :=_ga .Replace (_ga .Join (_dfeeb [_acbea :],"\u0020"),_gfeac +"\u0020",_gfeac ,-1);return NewTextChunk (_deabd ,_bcafa .Style ),nil ;}; -// SetColumns overwrites any columns in the line items table. This should be -// called before AddLine. -func (_ceda *Invoice )SetColumns (cols []*InvoiceCell ){_ceda ._gbbc =cols }; +// SetBorderColor sets the border color. +func (_gagfa *Polygon )SetBorderColor (color Color ){_gagfa ._aaec .BorderColor =_agbd (color )}; -// SkipCells skips over a specified number of cells in the table. -func (_gabd *Table )SkipCells (num int ){if num < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _baee :=0;_baee < num ;_baee ++{_gabd .NewCell ();};}; +// Number returns the invoice number description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_fcad *Invoice )Number ()(*InvoiceCell ,*InvoiceCell ){return _fcad ._egfe [0],_fcad ._egfe [1]}; -// SetFillColor sets the fill color. -func (_gdgea *Polygon )SetFillColor (color Color ){_gdgea ._aafdc =color ;_gdgea ._dbfd .FillColor =_fac (color );}; +// SetWidth sets the the Paragraph width. This is essentially the wrapping width, +// i.e. the width the text can extend to prior to wrapping over to next line. +func (_eaag *StyledParagraph )SetWidth (width float64 ){_eaag ._dcdb =width ;_eaag .wrapText ()}; // MultiRowCell makes a new cell with the specified row span and inserts it // into the table at the current position. -func (_bccg *Table )MultiRowCell (rowspan int )*TableCell {return _bccg .MultiCell (rowspan ,1)}; - -// SetBorderOpacity sets the border opacity. -func (_afacg *PolyBezierCurve )SetBorderOpacity (opacity float64 ){_afacg ._acfb =opacity }; - -// FooterFunctionArgs holds the input arguments to a footer drawing function. -// It is designed as a struct, so additional parameters can be added in the future with backwards -// compatibility. -type FooterFunctionArgs struct{PageNum int ;TotalPages int ;}; +func (_ddbaa *Table )MultiRowCell (rowspan int )*TableCell {return _ddbaa .MultiCell (rowspan ,1)}; -// SetMargins sets the Chapter margins: left, right, top, bottom. -// Typically not needed as the creator's page margins are used. -func (_bgge *Chapter )SetMargins (left ,right ,top ,bottom float64 ){_bgge ._dfdg .Left =left ;_bgge ._dfdg .Right =right ;_bgge ._dfdg .Top =top ;_bgge ._dfdg .Bottom =bottom ;}; - -// GetRowHeight returns the height of the specified row. -func (_cabe *Table )GetRowHeight (row int )(float64 ,error ){if row < 1||row > len (_cabe ._gadc ){return 0,_fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};return _cabe ._gadc [row -1],nil ; -}; +// Wrap wraps the text of the chunk into lines based on its style and the +// specified width. +func (_ebeda *TextChunk )Wrap (width float64 )([]string ,error ){if int (width )<=0{return []string {_ebeda .Text },nil ;};var _cfaff []string ;var _aedgc []rune ;var _gggcc float64 ;var _abdbf []float64 ;_adaca :=_ebeda .Style ;_adcdg :=_bggde (_ebeda .Text ); +for _ ,_febgf :=range _ebeda .Text {if _febgf =='\u000A'{_feaec :=_gfeaa (string (_aedgc ),_adcdg );_cfaff =append (_cfaff ,_ga .TrimRightFunc (_feaec ,_fa .IsSpace )+string (_febgf ));_aedgc =nil ;_gggcc =0;_abdbf =nil ;continue ;};_cdabg :=_febgf ==' '; +_gaga ,_fccbd :=_adaca .Font .GetRuneMetrics (_febgf );if !_fccbd {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_febgf ,_febgf ,_adaca .Font .BaseFont (),_adaca .Font .Subtype ()); +_e .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_adaca .Font );_e .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_adaca .Font .Encoder ());return nil ,_ag .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +};_cbgcc :=_adaca .FontSize *_gaga .Wx ;_deec :=_cbgcc ;if !_cdabg {_deec =_cbgcc +_adaca .CharSpacing *1000.0;};if _gggcc +_cbgcc > width *1000.0{_ggac :=-1;if !_cdabg {for _efceb :=len (_aedgc )-1;_efceb >=0;_efceb --{if _aedgc [_efceb ]==' '{_ggac =_efceb ; +break ;};};};_bedac :=string (_aedgc );if _ggac > 0{_bedac =string (_aedgc [0:_ggac +1]);_aedgc =append (_aedgc [_ggac +1:],_febgf );_abdbf =append (_abdbf [_ggac +1:],_deec );_gggcc =0;for _ ,_gbafb :=range _abdbf {_gggcc +=_gbafb ;};}else {if _cdabg {_aedgc =[]rune {}; +_abdbf =[]float64 {};_gggcc =0;}else {_aedgc =[]rune {_febgf };_abdbf =[]float64 {_deec };_gggcc =_deec ;};};_bedac =_gfeaa (_bedac ,_adcdg );_cfaff =append (_cfaff ,_ga .TrimRightFunc (_bedac ,_fa .IsSpace ));}else {_aedgc =append (_aedgc ,_febgf );_gggcc +=_deec ; +_abdbf =append (_abdbf ,_deec );};};if len (_aedgc )> 0{_ebeff :=string (_aedgc );_ebeff =_gfeaa (_ebeff ,_adcdg );_cfaff =append (_cfaff ,_ebeff );};return _cfaff ,nil ;}; -// ScaleToWidth scales the rectangle to the specified width. The height of -// the rectangle is scaled so that the aspect ratio is maintained. -func (_bbcaf *Rectangle )ScaleToWidth (w float64 ){_gffab :=_bbcaf ._ddccd /_bbcaf ._dacdg ;_bbcaf ._dacdg =w ;_bbcaf ._ddccd =w *_gffab ;};func (_eafg *Division )split (_cffb DrawContext )(_ccgcc ,_cfa *Division ){var (_fbcf float64 ;_acfd ,_fbde []VectorDrawable ; -);_bdbba :=_cffb .Width -_eafg ._fceg .Left -_eafg ._fceg .Right -_eafg ._dcfb .Left -_eafg ._dcfb .Right ;for _edea ,_fdbg :=range _eafg ._cggf {_fbcf +=_ccac (_fdbg ,_bdbba );if _fbcf < _cffb .Height {_acfd =append (_acfd ,_fdbg );}else {_fbde =_eafg ._cggf [_edea :]; -break ;};};if len (_acfd )> 0{_ccgcc =_cfgb ();*_ccgcc =*_eafg ;_ccgcc ._cggf =_acfd ;if _eafg ._bacfc !=nil {_ccgcc ._bacfc =&Background {};*_ccgcc ._bacfc =*_eafg ._bacfc ;};};if len (_fbde )> 0{_cfa =_cfgb ();*_cfa =*_eafg ;_cfa ._cggf =_fbde ;if _eafg ._bacfc !=nil {_cfa ._bacfc =&Background {}; -*_cfa ._bacfc =*_eafg ._bacfc ;};};return _ccgcc ,_cfa ;}; +// SetBorderColor sets the border color for the path. +func (_bdb *FilledCurve )SetBorderColor (color Color ){_bdb ._bdac =color }; -// SetNotes sets the notes section of the invoice. -func (_cbdb *Invoice )SetNotes (title ,content string ){_cbdb ._cdbg =[2]string {title ,content }}; +// Horizontal returns total horizontal (left + right) margin. +func (_dcg *Margins )Horizontal ()float64 {return _dcg .Left +_dcg .Right }; -// Sections returns the custom content sections of the invoice as -// title-content pairs. -func (_addgd *Invoice )Sections ()[][2]string {return _addgd ._dbef }; +// BorderColor returns the border color of the rectangle. +func (_adede *Rectangle )BorderColor ()Color {return _adede ._cegbf }; -// GeneratePageBlocks generates the page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. Implements the Drawable interface. -func (_gggde *StyledParagraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aadc :=ctx ;var _dfce []*Block ;_cggfa :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _gggde ._abab .IsRelative (){ctx .X +=_gggde ._affa .Left ;ctx .Y +=_gggde ._affa .Top ; -ctx .Width -=_gggde ._affa .Left +_gggde ._affa .Right ;ctx .Height -=_gggde ._affa .Top ;_gggde .SetWidth (ctx .Width );}else {if int (_gggde ._cbcb )<=0{_gggde .SetWidth (_gggde .getTextWidth ()/1000.0);};ctx .X =_gggde ._cabcd ;ctx .Y =_gggde ._ccde ; -};if _gggde ._bfbe !=nil {_gggde ._bfbe (_gggde ,ctx );};if _fcfd :=_gggde .wrapText ();_fcfd !=nil {return nil ,ctx ,_fcfd ;};_acfde :=_gggde ._ccae ;_gabaa :=0;for {_bddg ,_edgef ,_bdbfa :=_efca (_cggfa ,_gggde ,_acfde ,ctx );if _bdbfa !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bdbfa ); -return nil ,ctx ,_bdbfa ;};ctx =_bddg ;_dfce =append (_dfce ,_cggfa );if _acfde =_edgef ;len (_edgef )==0{break ;};if len (_edgef )==_gabaa {return nil ,ctx ,_fc .New ("\u006e\u006f\u0074\u0020\u0065\u006e\u006f\u0075\u0067\u0068 \u0073\u0070\u0061\u0063\u0065\u0020\u0066o\u0072\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068"); -};_cggfa =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_bddg =ctx ;_bddg .Y =ctx .Margins .Top ;_bddg .X =ctx .Margins .Left +_gggde ._affa .Left ;_bddg .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_bddg .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_gggde ._affa .Left -_gggde ._affa .Right ; -ctx =_bddg ;_gabaa =len (_edgef );};if _gggde ._abab .IsRelative (){ctx .Y +=_gggde ._affa .Bottom ;ctx .Height -=_gggde ._affa .Bottom ;if !ctx .Inline {ctx .X =_aadc .X ;ctx .Width =_aadc .Width ;};return _dfce ,ctx ,nil ;};return _dfce ,_aadc ,nil ; -}; +// SetAngle sets the rotation angle of the text. +func (_edgd *Paragraph )SetAngle (angle float64 ){_edgd ._dedfa =angle }; -// SetEnableWrap sets the line wrapping enabled flag. -func (_aaaee *StyledParagraph )SetEnableWrap (enableWrap bool ){_aaaee ._egbgc =enableWrap ;_aaaee ._baceb =false ;};func _gdcg (_eafb int )*Table {_bfge :=&Table {_cafcb :_eafb ,_aedbd :10.0,_faae :[]float64 {},_gadc :[]float64 {},_gedg :[]*TableCell {},_gaad :make ([]int ,_eafb ),_ebcgb :true }; -_bfge .resetColumnWidths ();return _bfge ;}; +// Block contains a portion of PDF Page contents. It has a width and a position and can +// be placed anywhere on a Page. It can even contain a whole Page, and is used in the creator +// where each Drawable object can output one or more blocks, each representing content for separate pages +// (typically needed when Page breaks occur). +type Block struct{_fb *_cb .ContentStreamOperations ;_fdf *_fg .PdfPageResources ;_bb Positioning ;_da ,_fbg float64 ;_fbe float64 ;_fe float64 ;_de float64 ;_fge Margins ;_ccb []*_fg .PdfAnnotation ;}; -// SetAngle sets Image rotation angle in degrees. -func (_becc *Image )SetAngle (angle float64 ){_becc ._afgb =angle }; +// NewTextChunk returns a new text chunk instance. +func NewTextChunk (text string ,style TextStyle )*TextChunk {return &TextChunk {Text :text ,Style :style ,VerticalAlignment :TextVerticalAlignmentBaseline ,_ecgg :[]*_fg .PdfAnnotation {},_gcfaba :[]bool {}};};func (_ceec *Paragraph )getTextWidth ()float64 {_bgef :=0.0; +for _ ,_cbba :=range _ceec ._gegagc {if _cbba =='\u000A'{continue ;};_bcdf ,_cegf :=_ceec ._ebedc .GetRuneMetrics (_cbba );if !_cegf {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_cbba ,_cbba ); +return -1;};_bgef +=_ceec ._afgfg *_bcdf .Wx ;};return _bgef ;}; -// AddColorStop add color stop info for rendering gradient color. -func (_dbaed *RadialShading )AddColorStop (color Color ,point float64 ){_dbaed ._ffcg .AddColorStop (color ,point );}; +// AddLine appends a new line to the invoice line items table. +func (_bbff *Invoice )AddLine (values ...string )[]*InvoiceCell {_ggcde :=len (_bbff ._gda );var _abbe []*InvoiceCell ;for _bbdb ,_fead :=range values {_bbaee :=_bbff .newCell (_fead ,_bbff ._abed );if _bbdb < _ggcde {_bbaee .Alignment =_bbff ._gda [_bbdb ].Alignment ; +};_abbe =append (_abbe ,_bbaee );};_bbff ._gadcc =append (_bbff ._gadcc ,_abbe );return _abbe ;}; -// Date returns the invoice date description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_eeccd *Invoice )Date ()(*InvoiceCell ,*InvoiceCell ){return _eeccd ._cegfg [0],_eeccd ._cegfg [1]}; +// SetBorderColor sets the border color. +func (_efdc *CurvePolygon )SetBorderColor (color Color ){_efdc ._daee .BorderColor =_agbd (color )}; -// Reset removes all the text chunks the paragraph contains. -func (_ecgec *StyledParagraph )Reset (){_ecgec ._bcbc =[]*TextChunk {}};func _caacc (_cbgda *templateProcessor ,_gbbgc *templateNode )(interface{},error ){return _cbgda .parseBackground (_gbbgc );};func _gdgf (_gefde ,_cege ,_dgfb ,_ddbd float64 )*border {_ddbgc :=&border {}; -_ddbgc ._ffa =_gefde ;_ddbgc ._cbc =_cege ;_ddbgc ._dc =_dgfb ;_ddbgc ._ggb =_ddbd ;_ddbgc ._ed =ColorBlack ;_ddbgc ._bfde =ColorBlack ;_ddbgc ._fed =ColorBlack ;_ddbgc ._gcg =ColorBlack ;_ddbgc ._egeb =0;_ddbgc ._fcec =0;_ddbgc ._cgd =0;_ddbgc ._dggc =0; -_ddbgc .LineStyle =_ddb .LineStyleSolid ;return _ddbgc ;};func (_ccfe *Image )applyFitMode (_fgcb float64 ){_fgcb -=_ccfe ._fcad .Left +_ccfe ._fcad .Right ;switch _ccfe ._gfba {case FitModeFillWidth :_ccfe .ScaleToWidth (_fgcb );};}; +// SetHeading sets the text and the style of the heading of the TOC component. +func (_gacg *TOC )SetHeading (text string ,style TextStyle ){_fdbd :=_gacg .Heading ();_fdbd .Reset ();_dcgga :=_fdbd .Append (text );_dcgga .Style =style ;}; -// SetPdfWriterAccessFunc sets a PdfWriter access function/hook. -// Exposes the PdfWriter just prior to writing the PDF. Can be used to encrypt the output PDF, etc. -// -// Example of encrypting with a user/owner password "password" -// Prior to calling c.WriteFile(): -// -// c.SetPdfWriterAccessFunc(func(w *model.PdfWriter) error { -// userPass := []byte("password") -// ownerPass := []byte("password") -// err := w.Encrypt(userPass, ownerPass, nil) -// return err -// }) -func (_bedf *Creator )SetPdfWriterAccessFunc (pdfWriterAccessFunc func (_dbee *_gd .PdfWriter )error ){_bedf ._eaa =pdfWriterAccessFunc ;}; +// Margins returns the margins of the component. +func (_caceb *Division )Margins ()(_faec ,_fcdec ,_bacfe ,_ffded float64 ){return _caceb ._dbfc .Left ,_caceb ._dbfc .Right ,_caceb ._dbfc .Top ,_caceb ._dbfc .Bottom ;};func (_adeaa *templateProcessor )parseAttrPropList (_bdbgba string )map[string ]string {_dgceb :=_ga .Fields (_bdbgba ); +if len (_dgceb )==0{return nil ;};_afad :=map[string ]string {};for _ ,_dfaca :=range _dgceb {_bdeg :=_gaeb .FindStringSubmatch (_dfaca );if len (_bdeg )< 3{continue ;};_cbga ,_caefd :=_ga .TrimSpace (_bdeg [1]),_bdeg [2];if _cbga ==""{continue ;};_afad [_cbga ]=_caefd ; +};return _afad ;}; -// SetPos sets absolute positioning with specified coordinates. -func (_acccde *Paragraph )SetPos (x ,y float64 ){_acccde ._adfd =PositionAbsolute ;_acccde ._dagaa =x ;_acccde ._dcag =y ;}; +// SetMargins sets the Paragraph's margins. +func (_ccaf *Paragraph )SetMargins (left ,right ,top ,bottom float64 ){_ccaf ._fdgb .Left =left ;_ccaf ._fdgb .Right =right ;_ccaf ._fdgb .Top =top ;_ccaf ._fdgb .Bottom =bottom ;};func (_ffd *Block )drawToPage (_ggdg *_fg .PdfPage )error {_caf :=&_cb .ContentStreamOperations {}; +if _ggdg .Resources ==nil {_ggdg .Resources =_fg .NewPdfPageResources ();};_dbf :=_badb (_caf ,_ggdg .Resources ,_ffd ._fb ,_ffd ._fdf );if _dbf !=nil {return _dbf ;};if _dbf =_dfac (_ffd ._fdf ,_ggdg .Resources );_dbf !=nil {return _dbf ;};if _dbf =_ggdg .AppendContentBytes (_caf .Bytes (),true ); +_dbf !=nil {return _dbf ;};for _ ,_bbc :=range _ffd ._ccb {_ggdg .AddAnnotation (_bbc );};return nil ;}; -// AddColorStop add color stop information for rendering gradient. -func (_gfeb *shading )AddColorStop (color Color ,point float64 ){_gfeb ._agcac =append (_gfeb ._agcac ,_cgeb (color ,point ));};func (_fgcg *Creator )newPage ()*_gd .PdfPage {_dcbb :=_gd .NewPdfPage ();_cccbb :=_fgcg ._gfed [0];_gdba :=_fgcg ._gfed [1]; -_egd :=_gd .PdfRectangle {Llx :0,Lly :0,Urx :_cccbb ,Ury :_gdba };_dcbb .MediaBox =&_egd ;_fgcg ._baec =_cccbb ;_fgcg ._defa =_gdba ;_fgcg .initContext ();return _dcbb ;}; +// Positioning represents the positioning type for drawing creator components (relative/absolute). +type Positioning int ; -// SetTitle sets the title of the invoice. -func (_ebbf *Invoice )SetTitle (title string ){_ebbf ._bgfbda =title };func (_dff rgbColor )ToRGB ()(float64 ,float64 ,float64 ){return _dff ._afd ,_dff ._fef ,_dff ._cbbf }; +// Line defines a line between point 1 (X1, Y1) and point 2 (X2, Y2). +// The line width, color, style (solid or dashed) and opacity can be +// configured. Implements the Drawable interface. +type Line struct{_dfaec float64 ;_gafbg float64 ;_fabaf float64 ;_cgeea float64 ;_eadb Color ;_cbge _ee .LineStyle ;_gebb float64 ;_dafca []int64 ;_ddgcc int64 ;_ffbcg float64 ;_cfgfg Positioning ;_cfgaf FitMode ;_adae Margins ;_cgcf *int64 ;}; -// AddSection adds a new content section at the end of the invoice. -func (_debc *Invoice )AddSection (title ,content string ){_debc ._dbef =append (_debc ._dbef ,[2]string {title ,content });}; +// SetViewerPreferences sets the viewer preferences for the PDF document. +func (_gfgac *Creator )SetViewerPreferences (viewerPreferences *_fg .ViewerPreferences ){_gfgac ._bba =viewerPreferences ;}; -// GetMargins returns the margins of the line: left, right, top, bottom. -func (_adad *Line )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _adad ._cbeb .Left ,_adad ._cbeb .Right ,_adad ._cbeb .Top ,_adad ._cbeb .Bottom ;}; +// GetCoords returns the upper left corner coordinates of the rectangle (`x`, `y`). +func (_abaab *Rectangle )GetCoords ()(float64 ,float64 ){return _abaab ._fgcb ,_abaab ._aedg }; -// MoveY moves the drawing context to absolute position y. -func (_fbag *Creator )MoveY (y float64 ){_fbag ._ecfb .Y =y };var PPI float64 =72; +// Width returns the width of the chart. In relative positioning mode, +// all the available context width is used at render time. +func (_fged *Chart )Width ()float64 {return float64 (_fged ._ggc .Width ())}; -// SetMarkedContentID sets the marked content id for the list. -func (_cgdaf *List )SetMarkedContentID (id int64 )*_gd .KDict {return nil }; +// Add adds a new Drawable to the chapter. +// Currently supported Drawables: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// - *Table +// - *Division +// - *List +// - *Rectangle +// - *Ellipse +// - *Line +// - *Block, +// - *PageBreak +// - *Chapter +func (_gef *Chapter )Add (d Drawable )error {if Drawable (_gef )==d {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0061\u0064\u0064\u0020\u0069\u0074\u0073\u0065\u006c\u0066");return _ag .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +};switch _aca :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line ,*Block ,*PageBreak ,*Chapter :_gef ._efca =append (_gef ._efca ,d );case containerDrawable :_fbf ,_cfgc :=_aca .ContainerComponent (_gef ); +if _cfgc !=nil {return _cfgc ;};_gef ._efca =append (_gef ._efca ,_fbf );default:_e .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u003a\u0020\u0025\u0054",d );return _ag .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};return nil ;}; -// ScaleToHeight scales the rectangle to the specified height. The width of -// the rectangle is scaled so that the aspect ratio is maintained. -func (_ffgf *Rectangle )ScaleToHeight (h float64 ){_bgae :=_ffgf ._dacdg /_ffgf ._ddccd ;_ffgf ._ddccd =h ;_ffgf ._dacdg =h *_bgae ;}; +// Write output of creator to io.Writer interface. +func (_aaaa *Creator )Write (ws _ge .Writer )error {if _gdccb :=_aaaa .Finalize ();_gdccb !=nil {return _gdccb ;};_cfgf :="";if _dbec ,_dab :=ws .(*_gf .File );_dab {_cfgf =_dbec .Name ();};_acabd :=_fg .NewPdfWriter ();_acabd .SetOptimizer (_aaaa ._egba ); +_acabd .SetFileName (_cfgf );if _aaaa ._gaf !=nil {_adff :=_acabd .SetForms (_aaaa ._gaf );if _adff !=nil {_e .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_adff );return _adff ;};};if _aaaa ._affb !=nil {_acabd .AddOutlineTree (_aaaa ._affb ); +}else if _aaaa ._afe !=nil &&_aaaa .AddOutlines {_acabd .AddOutlineTree (&_aaaa ._afe .ToPdfOutline ().PdfOutlineTreeNode );};if _aaaa ._eefc !=nil {if _gdee :=_acabd .SetPageLabels (_aaaa ._eefc );_gdee !=nil {_e .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020C\u006f\u0075\u006c\u0064 no\u0074 s\u0065\u0074\u0020\u0070\u0061\u0067\u0065 l\u0061\u0062\u0065\u006c\u0073\u003a\u0020%\u0076",_gdee ); +return _gdee ;};};if _aaaa ._dgg !=nil {for _ ,_cacd :=range _aaaa ._dgg {_geea :=_cacd .SubsetRegistered ();if _geea !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006ft\u0020s\u0075\u0062\u0073\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_geea ); +return _geea ;};};};if _aaaa ._bcdb !=nil {_efbc :=_aaaa ._bcdb (&_acabd );if _efbc !=nil {_e .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_efbc );return _efbc ;};};for _agc ,_cfgca :=range _aaaa ._edaf {_abb :=_acabd .AddPage (_cfgca ); +if _abb !=nil {_e .Log .Error ("\u0046\u0061\u0069\u006ced\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0050\u0061\u0067\u0065\u003a\u0020%\u0076",_abb );return _abb ;};if _aaaa ._dada !=nil {_efgcd :=_aaaa ._dada .K ;_fgcc ,_ffcf :=_acabd .GetPageIndirectObject (_agc ); +if _ffcf !=nil {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043\u006fu\u006c\u0064\u0020n\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061ge\u0020\u0069\u006ed\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074 \u0025\u0076",_ffcf ); +};var _dfec func (_ged *_fg .KDict );_dfec =func (_bffc *_fg .KDict ){if _bffc ==nil {return ;};if _bffc .GetPageNumber ()-1==int64 (_agc ){_bffc .SetPage (_fgcc );};for _ ,_eaf :=range _bffc .GetChildren (){if _dbbf :=_eaf .GetKDict ();_dbbf !=nil {_dfec (_dbbf ); +};};};for _ ,_fdgd :=range _efgcd {_dfec (_fdgd );};};};if _aaaa ._dada !=nil {if _dffa :=_acabd .SetCatalogStructTreeRoot (_aaaa ._dada .ToPdfObject ());_dffa !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0073\u0065\u0074 \u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006ft\u003a\u0020\u0025\u0076",_dffa ); +return _dffa ;};};if _aaaa ._bba !=nil {if _ebef :=_acabd .SetCatalogViewerPreferences (_aaaa ._bba .ToPdfObject ());_ebef !=nil {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074\u0020\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_ebef ); +return _ebef ;};};if _aaaa ._eca !=""{if _gfdc :=_acabd .SetCatalogLanguage (_cc .MakeString (_aaaa ._eca ));_gfdc !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065t\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_gfdc ); +return _gfdc ;};};_cdgba :=_acabd .Write (ws );if _cdgba !=nil {return _cdgba ;};return nil ;};const (HorizontalAlignmentLeft HorizontalAlignment =iota ;HorizontalAlignmentCenter ;HorizontalAlignmentRight ;); -// Cols returns the total number of columns the table has. -func (_afgbe *Table )Cols ()int {return _afgbe ._cafcb }; +// TemplateOptions contains options and resources to use when rendering +// a template with a Creator instance. +// All the resources in the map fields can be referenced by their +// name/key in the template which is rendered using the options instance. +type TemplateOptions struct{ -// Vertical returns total vertical (top + bottom) margin. -func (_bdfff *Margins )Vertical ()float64 {return _bdfff .Bottom +_bdfff .Top }; +// HelperFuncMap is used to define functions which can be accessed +// inside the rendered templates by their assigned names. +HelperFuncMap _aa .FuncMap ; -// Columns returns all the columns in the invoice line items table. -func (_ddda *Invoice )Columns ()[]*InvoiceCell {return _ddda ._gbbc }; +// SubtemplateMap contains templates which can be rendered alongside +// the main template. They can be accessed using their assigned names +// in the main template or in the other subtemplates. +// Subtemplates defined inside the subtemplates specified in the map +// can be accessed directly. +// All resources available to the main template are also available +// to the subtemplates. +SubtemplateMap map[string ]_ge .Reader ; -// SetBoundingBox set gradient color bounding box where the gradient would be rendered. -func (_gbac *RadialShading )SetBoundingBox (x ,y ,width ,height float64 ){_gbac ._gagb =&_gd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; +// FontMap contains pre-loaded fonts which can be accessed +// inside the rendered templates by their assigned names. +FontMap map[string ]*_fg .PdfFont ; -// SetStyle sets the style of the line (solid or dashed). -func (_eggc *Line )SetStyle (style _ddb .LineStyle ){_eggc ._dddcg =style }; +// ImageMap contains pre-loaded images which can be accessed +// inside the rendered templates by their assigned names. +ImageMap map[string ]*_fg .Image ; -// NewCell makes a new cell and inserts it into the table at the current position. -func (_ddcbfc *Table )NewCell ()*TableCell {return _ddcbfc .MultiCell (1,1)}; +// ColorMap contains colors which can be accessed +// inside the rendered templates by their assigned names. +ColorMap map[string ]Color ; -// GetMargins returns the margins of the TOC line: left, right, top, bottom. -func (_baef *TOCLine )GetMargins ()(float64 ,float64 ,float64 ,float64 ){_afbdf :=&_baef ._ecfeg ._affa ;return _baef ._gdcff ,_afbdf .Right ,_afbdf .Top ,_afbdf .Bottom ;};func _gdece (_faefg *templateProcessor ,_bcfd *templateNode )(interface{},error ){return _faefg .parseTableCell (_bcfd ); -};const (CellVerticalAlignmentTop CellVerticalAlignment =iota ;CellVerticalAlignmentMiddle ;CellVerticalAlignmentBottom ;); +// ChartMap contains charts which can be accessed +// inside the rendered templates by their assigned names. +ChartMap map[string ]_eb .ChartRenderable ;}; -// Scale block by specified factors in the x and y directions. -func (_gbb *Block )Scale (sx ,sy float64 ){_ddg :=_eag .NewContentCreator ().Scale (sx ,sy ).Operations ();*_gbb ._ge =append (*_ddg ,*_gbb ._ge ...);_gbb ._ge .WrapIfNeeded ();_gbb ._de *=sx ;_gbb ._ad *=sy ;}; +// SetBuyerAddress sets the buyer address of the invoice. +func (_fbccb *Invoice )SetBuyerAddress (address *InvoiceAddress ){_fbccb ._edecg =address };func _bfedg (_bddge ,_bgdb interface{})(interface{},error ){_cdec ,_cgaaf :=_dfgga (_bddge );if _cgaaf !=nil {return nil ,_cgaaf ;};switch _dgfce :=_cdec .(type ){case int64 :_cggdf ,_cdfeg :=_dfgga (_bgdb ); +if _cdfeg !=nil {return nil ,_cdfeg ;};switch _bcaf :=_cggdf .(type ){case int64 :return _dgfce +_bcaf ,nil ;case float64 :return float64 (_dgfce )+_bcaf ,nil ;};case float64 :_fceg ,_adcg :=_dfgga (_bgdb );if _adcg !=nil {return nil ,_adcg ;};switch _gbdeba :=_fceg .(type ){case int64 :return _dgfce +float64 (_gbdeba ),nil ; +case float64 :return _dgfce +_gbdeba ,nil ;};};return nil ,_g .Errorf ("\u0066\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0025\u0076\u0020\u0061\u006e\u0064\u0020\u0025\u0076",_bddge ,_bgdb );}; -// SetMarkedContentID sets the marked content id for the paragraph. -func (_bdcg *Paragraph )SetMarkedContentID (mcid int64 )*_gd .KDict {_bdcg ._bafa =&mcid ;_dbebf :=_gd .NewKDictionary ();_dbebf .S =_be .MakeName ("\u0050");_dbebf .K =_be .MakeInteger (mcid );return _dbebf ;}; +// SetDueDate sets the due date of the invoice. +func (_ebag *Invoice )SetDueDate (dueDate string )(*InvoiceCell ,*InvoiceCell ){_ebag ._bddf [1].Value =dueDate ;return _ebag ._bddf [0],_ebag ._bddf [1];}; -// AddInfo is used to append a piece of invoice information in the template -// information table. -func (_adac *Invoice )AddInfo (description ,value string )(*InvoiceCell ,*InvoiceCell ){_dgdd :=[2]*InvoiceCell {_adac .newCell (description ,_adac ._ffda ),_adac .newCell (value ,_adac ._ffda )};_adac ._ebf =append (_adac ._ebf ,_dgdd );return _dgdd [0],_dgdd [1]; -}; +// SetWidthLeft sets border width for left. +func (_acbd *border )SetWidthLeft (bw float64 ){_acbd ._adg =bw }; -// Margins returns the margins of the list: left, right, top, bottom. -func (_abbgg *List )Margins ()(float64 ,float64 ,float64 ,float64 ){return _abbgg ._edgdc .Left ,_abbgg ._edgdc .Right ,_abbgg ._edgdc .Top ,_abbgg ._edgdc .Bottom ;}; +// Drawable is a widget that can be used to draw with the Creator. +type Drawable interface{ -// SetMargins sets the margins of the paragraph. -func (_ecge *List )SetMargins (left ,right ,top ,bottom float64 ){_ecge ._edgdc .Left =left ;_ecge ._edgdc .Right =right ;_ecge ._edgdc .Top =top ;_ecge ._edgdc .Bottom =bottom ;}; +// GeneratePageBlocks draw onto blocks representing Page contents. As the content can wrap over many pages, multiple +// templates are returned, one per Page. The function also takes a draw context containing information +// where to draw (if relative positioning) and the available height to draw on accounting for Margins etc. +GeneratePageBlocks (_cbaa DrawContext )([]*Block ,DrawContext ,error ); -// AddAnnotation adds an annotation on a TextChunk. -func (_ebcfe *TextChunk )AddAnnotation (annotation *_gd .PdfAnnotation ){if annotation ==nil {return ;};_ebcfe ._bcfe =append (_ebcfe ._bcfe ,annotation );}; +// SetMarkedContentID sets the marked content id for the drawable. +SetMarkedContentID (_edgb int64 )*_fg .KDict ;}; -// SetPositioning sets the positioning of the rectangle (absolute or relative). -func (_cegff *Rectangle )SetPositioning (position Positioning ){_cegff ._dbdf =position }; +// SetMargins sets the margins of the ellipse. +// NOTE: ellipse margins are only applied if relative positioning is used. +func (_bcbfg *Ellipse )SetMargins (left ,right ,top ,bottom float64 ){_bcbfg ._cdcf .Left =left ;_bcbfg ._cdcf .Right =right ;_bcbfg ._cdcf .Top =top ;_bcbfg ._cdcf .Bottom =bottom ;}; -// SetFillColor sets the fill color of the ellipse. -func (_afgg *Ellipse )SetFillColor (col Color ){_afgg ._cgcbc =col }; +// Width returns the width of the rectangle. +// NOTE: the returned value does not include the border width of the rectangle. +func (_afgcdg *Rectangle )Width ()float64 {return _afgcdg ._cfee }; -// NewSubchapter creates a new child chapter with the specified title. -func (_aaf *Chapter )NewSubchapter (title string )*Chapter {_ceab :=_dbdbf (_aaf ._adbf ._caccd );_ceab .FontSize =14;_aaf ._eec ++;_bde :=_dbaf (_aaf ,_aaf ._bbg ,_aaf ._acbg ,title ,_aaf ._eec ,_ceab );_aaf .Add (_bde );return _bde ;}; +// SetAngle sets the rotation angle of the text. +func (_gbdae *StyledParagraph )SetAngle (angle float64 ){_gbdae ._eedg =angle }; -// VectorDrawable is a Drawable with a specified width and height. -type VectorDrawable interface{Drawable ; +// Draw processes the specified Drawable widget and generates blocks that can +// be rendered to the output document. The generated blocks can span over one +// or more pages. Additional pages are added if the contents go over the current +// page. Each generated block is assigned to the creator page it will be +// rendered to. In order to render the generated blocks to the creator pages, +// call Finalize, Write or WriteToFile. +func (_ccag *Creator )Draw (d Drawable )error {if _ccag .getActivePage ()==nil {_ccag .NewPage ();};_eee ,_aaga ,_eeb :=d .GeneratePageBlocks (_ccag ._eac );if _eeb !=nil {return _eeb ;};if len (_aaga ._adac )> 0{_ccag .Errors =append (_ccag .Errors ,_aaga ._adac ...); +};for _deac ,_fgg :=range _eee {if _deac > 0{_ccag .NewPage ();};_gecaf :=_ccag .getActivePage ();if _fffe ,_ecf :=_ccag ._aecf [_gecaf ];_ecf {if _ggaa :=_fffe .mergeBlocks (_fgg );_ggaa !=nil {return _ggaa ;};if _fcdc :=_dfac (_fgg ._fdf ,_fffe ._fdf ); +_fcdc !=nil {return _fcdc ;};}else {_ccag ._aecf [_gecaf ]=_fgg ;};};_ccag ._eac .X =_aaga .X ;_ccag ._eac .Y =_aaga .Y ;_ccag ._eac .Height =_aaga .PageHeight -_aaga .Y -_aaga .Margins .Bottom ;return nil ;}; -// Width returns the width of the Drawable. -Width ()float64 ; +// Width returns the width of the Paragraph. +func (_cbbb *Paragraph )Width ()float64 {if _cbbb ._dagc &&int (_cbbb ._edd )> 0{return _cbbb ._edd ;};return _cbbb .getTextWidth ()/1000.0;};func _cabfe (_gdg *Block ,_dbeb _fg .PdfColor ,_cece Color ,_deea func ()Rectangle )error {switch _dcfa :=_dbeb .(type ){case *_fg .PdfColorPatternType2 :_ccgc ,_aace :=_cece .(*LinearShading ); +if !_aace {return _g .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u004c\u0069\u006e\u0065\u0061\u0072\u0053\u0068\u0061d\u0069\u006e\u0067");};_fabe :=_deea ();_ccgc .SetBoundingBox (_fabe ._fgcb ,_fabe ._aedg ,_fabe ._cfee ,_fabe ._edcdb ); +_cebaf ,_fgaca :=_ccgc .AddPatternResource (_gdg );if _fgaca !=nil {return _g .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_fgaca ); +};_dcfa .PatternName =_cebaf ;case *_fg .PdfColorPatternType3 :_afgge ,_acgf :=_cece .(*RadialShading );if !_acgf {return _g .Errorf ("\u0043\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0052\u0061\u0064\u0069\u0061\u006c\u0053\u0068\u0061d\u0069\u006e\u0067"); +};_egfg :=_deea ();_afgge .SetBoundingBox (_egfg ._fgcb ,_egfg ._aedg ,_egfg ._cfee ,_egfg ._edcdb );_gffa ,_bfcfc :=_afgge .AddPatternResource (_gdg );if _bfcfc !=nil {return _g .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0074\u006f \u0072\u0065\u0073\u006f\u0075r\u0063\u0065s\u003a\u0020\u0025\u0076",_bfcfc ); +};_dcfa .PatternName =_gffa ;};return nil ;};func _bedae (_fcefa *templateProcessor ,_bggg *templateNode )(interface{},error ){return _fcefa .parseStyledParagraph (_bggg );};func _cbb (_baff string )(*GraphicSVG ,error ){_babdg ,_cdfe :=_ef .ParseFromString (_baff ); +if _cdfe !=nil {return nil ,_cdfe ;};return _facg (_babdg );}; -// Height returns the height of the Drawable. -Height ()float64 ;};func (_acaac *templateProcessor )parseParagraph (_fcfa *templateNode ,_edfbd *Paragraph )(interface{},error ){if _edfbd ==nil {_edfbd =_acaac .creator .NewParagraph ("");};for _ ,_bfdg :=range _fcfa ._eccfd .Attr {_ddfe :=_bfdg .Value ; -switch _dfefd :=_bfdg .Name .Local ;_dfefd {case "\u0066\u006f\u006e\u0074":_edfbd .SetFont (_acaac .parseFontAttr (_dfefd ,_ddfe ));case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_edfbd .SetFontSize (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_edfbd .SetTextAlignment (_acaac .parseTextAlignmentAttr (_dfefd ,_ddfe )); -case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_edfbd .SetLineHeight (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_edfbd .SetEnableWrap (_acaac .parseBoolAttr (_dfefd ,_ddfe )); -case "\u0063\u006f\u006co\u0072":_edfbd .SetColor (_acaac .parseColorAttr (_dfefd ,_ddfe ));case "\u0078":_edfbd .SetPos (_acaac .parseFloatAttr (_dfefd ,_ddfe ),_edfbd ._dcag );case "\u0079":_edfbd .SetPos (_edfbd ._dagaa ,_acaac .parseFloatAttr (_dfefd ,_ddfe )); -case "\u0061\u006e\u0067l\u0065":_edfbd .SetAngle (_acaac .parseFloatAttr (_dfefd ,_ddfe ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gaab :=_acaac .parseMarginAttr (_dfefd ,_ddfe );_edfbd .SetMargins (_gaab .Left ,_gaab .Right ,_gaab .Top ,_gaab .Bottom ); -case "\u006da\u0078\u002d\u006c\u0069\u006e\u0065s":_edfbd .SetMaxLines (int (_acaac .parseInt64Attr (_dfefd ,_ddfe )));default:_acaac .nodeLogDebug (_fcfa ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020pa\u0072\u0061\u0067\u0072\u0061\u0070h\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_dfefd ); -};};return _edfbd ,nil ;};func (_agec *Paragraph )wrapText ()error {if !_agec ._abaa ||int (_agec ._gba )<=0{_agec ._beag =[]string {_agec ._bcgag };return nil ;};_aefe :=NewTextChunk (_agec ._bcgag ,TextStyle {Font :_agec ._caccd ,FontSize :_agec ._geac }); -_bffe ,_bdbd :=_aefe .Wrap (_agec ._gba );if _bdbd !=nil {return _bdbd ;};if _agec ._gdef > 0&&len (_bffe )> _agec ._gdef {_bffe =_bffe [:_agec ._gdef ];};_agec ._beag =_bffe ;return nil ;}; +// SetForms adds an Acroform to a PDF file. Sets the specified form for writing. +func (_fec *Creator )SetForms (form *_fg .PdfAcroForm )error {_fec ._gaf =form ;return nil }; -// SetLineHeight sets the line height (1.0 default). -func (_edb *Paragraph )SetLineHeight (lineheight float64 ){_edb ._agdbb =lineheight }; +// GetCoords returns coordinates of border. +func (_bac *border )GetCoords ()(float64 ,float64 ){return _bac ._efd ,_bac ._eed };func (_ebbf *Rectangle )applyFitMode (_cbfe float64 ){_cbfe -=_ebbf ._dadff .Left +_ebbf ._dadff .Right +_ebbf ._dfbg ;switch _ebbf ._gfad {case FitModeFillWidth :_ebbf .ScaleToWidth (_cbfe ); +};}; -// AddLine adds a new line with the provided style to the table of contents. -func (_afbed *TOC )AddLine (line *TOCLine )*TOCLine {if line ==nil {return nil ;};_afbed ._gfcc =append (_afbed ._gfcc ,line );return line ;};func (_aabe *TableCell )width (_geaf []float64 ,_gcff float64 )float64 {_edgaf :=float64 (0.0);for _cdac :=0;_cdac < _aabe ._ffebf ; -_cdac ++{_edgaf +=_geaf [_aabe ._gggbbd +_cdac -1];};return _edgaf *_gcff ;}; +// GeneratePageBlocks draws the rectangle on a new block representing the page. Implements the Drawable interface. +func (_bcfcb *Rectangle )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_dfbgd []*Block ;_adgcac =NewBlock (ctx .PageWidth ,ctx .PageHeight );_fagb =ctx ;_edgag =_bcfcb ._dfbg /2;);_eeac :=_bcfcb ._egff .IsRelative ();if _eeac {_bcfcb .applyFitMode (ctx .Width ); +ctx .X +=_bcfcb ._dadff .Left +_edgag ;ctx .Y +=_bcfcb ._dadff .Top +_edgag ;ctx .Width -=_bcfcb ._dadff .Left +_bcfcb ._dadff .Right ;ctx .Height -=_bcfcb ._dadff .Top +_bcfcb ._dadff .Bottom ;if _bcfcb ._edcdb > ctx .Height {_dfbgd =append (_dfbgd ,_adgcac ); +_adgcac =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_dfgaa :=ctx ;_dfgaa .Y =ctx .Margins .Top +_bcfcb ._dadff .Top +_edgag ;_dfgaa .X =ctx .Margins .Left +_bcfcb ._dadff .Left +_edgag ;_dfgaa .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_bcfcb ._dadff .Top -_bcfcb ._dadff .Bottom ; +_dfgaa .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_bcfcb ._dadff .Left -_bcfcb ._dadff .Right ;ctx =_dfgaa ;};}else {ctx .X =_bcfcb ._fgcb ;ctx .Y =_bcfcb ._aedg ;};_gbbc :=_ee .Rectangle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_bcfcb ._edcdb ,Width :_bcfcb ._cfee ,Height :_bcfcb ._edcdb ,BorderRadiusTopLeft :_bcfcb ._cccba ,BorderRadiusTopRight :_bcfcb ._dfff ,BorderRadiusBottomLeft :_bcfcb ._bgda ,BorderRadiusBottomRight :_bcfcb ._dddfb ,Opacity :1.0}; +if _bcfcb ._cfab !=nil {_gbbc .FillEnabled =true ;_ebcf :=_agbd (_bcfcb ._cfab );_eaeg :=_cabfe (_adgcac ,_ebcf ,_bcfcb ._cfab ,func ()Rectangle {return Rectangle {_fgcb :_gbbc .X ,_aedg :_gbbc .Y ,_cfee :_gbbc .Width ,_edcdb :_gbbc .Height };});if _eaeg !=nil {return nil ,ctx ,_eaeg ; +};_gbbc .FillColor =_ebcf ;};if _bcfcb ._cegbf !=nil &&_bcfcb ._dfbg > 0{_gbbc .BorderEnabled =true ;_gbbc .BorderColor =_agbd (_bcfcb ._cegbf );_gbbc .BorderWidth =_bcfcb ._dfbg ;};_dfffc ,_fggb :=_adgcac .setOpacity (_bcfcb ._ddad ,_bcfcb ._fgedb );if _fggb !=nil {return nil ,ctx ,_fggb ; +};_ccge ,_ ,_fggb :=_gbbc .MarkedDraw (_dfffc ,_bcfcb ._becdb );if _fggb !=nil {return nil ,ctx ,_fggb ;};if _fggb =_adgcac .addContentsByString (string (_ccge ));_fggb !=nil {return nil ,ctx ,_fggb ;};if _eeac {ctx .X =_fagb .X ;ctx .Width =_fagb .Width ; +_cccc :=_bcfcb ._edcdb +_edgag ;ctx .Y +=_cccc +_bcfcb ._dadff .Bottom ;ctx .Height -=_cccc ;}else {ctx =_fagb ;};_dfbgd =append (_dfbgd ,_adgcac );return _dfbgd ,ctx ,nil ;}; -// UnsupportedRuneError is an error that occurs when there is unsupported glyph being used. -type UnsupportedRuneError struct{Message string ;Rune rune ;}; +// MoveDown moves the drawing context down by relative displacement dy (negative goes up). +func (_eccg *Creator )MoveDown (dy float64 ){_eccg ._eac .Y +=dy }; -// SetTextAlignment sets the horizontal alignment of the text within the space provided. -func (_gddgf *StyledParagraph )SetTextAlignment (align TextAlignment ){_gddgf ._abff =align }; +// SetBorderColor sets the cell's border color. +func (_fgbbdb *TableCell )SetBorderColor (col Color ){_fgbbdb ._dbdbd =col ;_fgbbdb ._fdaa =col ;_fgbbdb ._efcaa =col ;_fgbbdb ._badce =col ;}; -// NewTOC creates a new table of contents. -func (_caac *Creator )NewTOC (title string )*TOC {_ccbc :=_caac .NewTextStyle ();_ccbc .Font =_caac ._gafc ;return _cgcff (title ,_caac .NewTextStyle (),_ccbc );}; +// SetLineMargins sets the margins for all new lines of the table of contents. +func (_bccfg *TOC )SetLineMargins (left ,right ,top ,bottom float64 ){_eefa :=&_bccfg ._abdfe ;_eefa .Left =left ;_eefa .Right =right ;_eefa .Top =top ;_eefa .Bottom =bottom ;}; // Margins represents page margins or margins around an element. type Margins struct{Left float64 ;Right float64 ;Top float64 ;Bottom float64 ;}; -// ToPdfShadingPattern generates a new model.PdfShadingPatternType3 object. -func (_ebed *RadialShading )ToPdfShadingPattern ()*_gd .PdfShadingPatternType3 {_fagb ,_acdb ,_affd :=_ebed ._ffcg ._bbdfc .ToRGB ();_bbdeg :=_ebed .shadingModel ();_bbdeg .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_fagb ,_acdb ,_affd }); -_geaee :=_gd .NewPdfShadingPatternType3 ();_geaee .Shading =_bbdeg ;return _geaee ;}; - -// NewImage create a new image from a unidoc image (model.Image). -func (_bcgb *Creator )NewImage (img *_gd .Image )(*Image ,error ){return _bddd (img )};func (_eggdd *TableCell )cloneProps (_gagcb VectorDrawable )*TableCell {_ecce :=*_eggdd ;_ecce ._bdea =_gagcb ;return &_ecce ;}; - -// String implements error interface. -func (_adbg UnsupportedRuneError )Error ()string {return _adbg .Message }; +// SetBorderOpacity sets the border opacity. +func (_adbf *CurvePolygon )SetBorderOpacity (opacity float64 ){_adbf ._eacf =opacity }; -// Lines returns all the rows of the invoice line items table. -func (_gdgab *Invoice )Lines ()[][]*InvoiceCell {return _gdgab ._gdfd };func _aedcd (_bbfbe TextStyle )*StyledParagraph {return &StyledParagraph {_bcbc :[]*TextChunk {},_cggd :_bbfbe ,_debd :_cfbbd (_bbfbe .Font ),_bcde :1.0,_abff :TextAlignmentLeft ,_egbgc :true ,_baceb :true ,_fecad :false ,_cbace :0,_efea :1,_abag :1,_abab :PositionRelative ,_abce :""}; +// SetFillColor sets the fill color. +func (_dcb *CurvePolygon )SetFillColor (color Color ){_dcb ._dcaad =color ;_dcb ._daee .FillColor =_agbd (color );};var (ColorBlack =ColorRGBFromArithmetic (0,0,0);ColorWhite =ColorRGBFromArithmetic (1,1,1);ColorRed =ColorRGBFromArithmetic (1,0,0);ColorGreen =ColorRGBFromArithmetic (0,1,0); +ColorBlue =ColorRGBFromArithmetic (0,0,1);ColorYellow =ColorRGBFromArithmetic (1,1,0););func (_cac *Block )duplicate ()*Block {_fc :=&Block {};*_fc =*_cac ;_aad :=_cb .ContentStreamOperations {};_aad =append (_aad ,*_cac ._fb ...);_fc ._fb =&_aad ;return _fc ; }; -// Total returns the invoice total description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_caec *Invoice )Total ()(*InvoiceCell ,*InvoiceCell ){return _caec ._cecdb [0],_caec ._cecdb [1]}; +// SetSideBorderStyle sets the cell's side border style. +func (_bece *TableCell )SetSideBorderStyle (side CellBorderSide ,style CellBorderStyle ){switch side {case CellBorderSideAll :_bece ._degg =style ;_bece ._acebeg =style ;_bece ._fbcbf =style ;_bece ._feec =style ;case CellBorderSideTop :_bece ._degg =style ; +case CellBorderSideBottom :_bece ._acebeg =style ;case CellBorderSideLeft :_bece ._fbcbf =style ;case CellBorderSideRight :_bece ._feec =style ;};};func _bggde (_gbdaea string )bool {_fcaef :=func (_ffcgeg rune )bool {return _ffcgeg =='\u000A'};_badbb :=_ga .TrimFunc (_gbdaea ,_fcaef ); +_ceafg :=_afd .Paragraph {};_ ,_cbcda :=_ceafg .SetString (_badbb );if _cbcda !=nil {return true ;};_cgdag ,_cbcda :=_ceafg .Order ();if _cbcda !=nil {return true ;};if _cgdag .NumRuns ()< 1{return true ;};return _ceafg .IsLeftToRight ();};func (_dbdac *templateProcessor )parseParagraph (_defcg *templateNode ,_aaadf *Paragraph )(interface{},error ){if _aaadf ==nil {_aaadf =_dbdac .creator .NewParagraph (""); +};for _ ,_caded :=range _defcg ._fagc .Attr {_cadd :=_caded .Value ;switch _bebee :=_caded .Name .Local ;_bebee {case "\u0066\u006f\u006e\u0074":_aaadf .SetFont (_dbdac .parseFontAttr (_bebee ,_cadd ));case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_aaadf .SetFontSize (_dbdac .parseFloatAttr (_bebee ,_cadd )); +case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_aaadf .SetTextAlignment (_dbdac .parseTextAlignmentAttr (_bebee ,_cadd ));case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_aaadf .SetLineHeight (_dbdac .parseFloatAttr (_bebee ,_cadd )); +case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_aaadf .SetEnableWrap (_dbdac .parseBoolAttr (_bebee ,_cadd ));case "\u0063\u006f\u006co\u0072":_aaadf .SetColor (_dbdac .parseColorAttr (_bebee ,_cadd ));case "\u0078":_aaadf .SetPos (_dbdac .parseFloatAttr (_bebee ,_cadd ),_aaadf ._egfb ); +case "\u0079":_aaadf .SetPos (_aaadf ._acbe ,_dbdac .parseFloatAttr (_bebee ,_cadd ));case "\u0061\u006e\u0067l\u0065":_aaadf .SetAngle (_dbdac .parseFloatAttr (_bebee ,_cadd ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_gfbb :=_dbdac .parseMarginAttr (_bebee ,_cadd ); +_aaadf .SetMargins (_gfbb .Left ,_gfbb .Right ,_gfbb .Top ,_gfbb .Bottom );case "\u006da\u0078\u002d\u006c\u0069\u006e\u0065s":_aaadf .SetMaxLines (int (_dbdac .parseInt64Attr (_bebee ,_cadd )));default:_dbdac .nodeLogDebug (_defcg ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020pa\u0072\u0061\u0067\u0072\u0061\u0070h\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_bebee ); +};};return _aaadf ,nil ;}; -// Height returns the current page height. -func (_dcac *Creator )Height ()float64 {return _dcac ._defa }; +// UnsupportedRuneError is an error that occurs when there is unsupported glyph being used. +type UnsupportedRuneError struct{Message string ;Rune rune ;}; -// NewCurvePolygon creates a new curve polygon. -func (_cefd *Creator )NewCurvePolygon (rings [][]_ddb .CubicBezierCurve )*CurvePolygon {return _ebcd (rings );};func (_ffcbf *templateProcessor )parseImage (_fdfdd *templateNode )(interface{},error ){var _cfbdb string ;for _ ,_gaegg :=range _fdfdd ._eccfd .Attr {_fgcdd :=_gaegg .Value ; -switch _gggga :=_gaegg .Name .Local ;_gggga {case "\u0073\u0072\u0063":_cfbdb =_fgcdd ;};};_bdccf ,_fdgcb :=_ffcbf .loadImageFromSrc (_cfbdb );if _fdgcb !=nil {return nil ,_fdgcb ;};var _egddc _be .StreamEncoder ;_geaca :=_ddf .ToLower (_c .Ext (_cfbdb )); -if _geaca =="\u006a\u0070\u0067"||_geaca =="\u006a\u0070\u0065\u0067"{_egddc =_be .NewDCTEncoder ();}else {_egddc =_be .NewFlateEncoder ();};_bdccf .SetEncoder (_egddc );for _ ,_cadab :=range _fdfdd ._eccfd .Attr {_fega :=_cadab .Value ;switch _dggad :=_cadab .Name .Local ; -_dggad {case "\u0061\u006c\u0069g\u006e":_bdccf .SetHorizontalAlignment (_ffcbf .parseHorizontalAlignmentAttr (_dggad ,_fega ));case "\u006fp\u0061\u0063\u0069\u0074\u0079":_bdccf .SetOpacity (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_bgdge :=_ffcbf .parseMarginAttr (_dggad ,_fega ); -_bdccf .SetMargins (_bgdge .Left ,_bgdge .Right ,_bgdge .Top ,_bgdge .Bottom );case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_bdccf .SetFitMode (_ffcbf .parseFitModeAttr (_dggad ,_fega ));case "\u0078":_bdccf .SetPos (_ffcbf .parseFloatAttr (_dggad ,_fega ),_bdccf ._bgabe ); -case "\u0079":_bdccf .SetPos (_bdccf ._aeae ,_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0077\u0069\u0064t\u0068":_bdccf .SetWidth (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0068\u0065\u0069\u0067\u0068\u0074":_bdccf .SetHeight (_ffcbf .parseFloatAttr (_dggad ,_fega )); -case "\u0061\u006e\u0067l\u0065":_bdccf .SetAngle (_ffcbf .parseFloatAttr (_dggad ,_fega ));case "\u0065n\u0063\u006f\u0064\u0065\u0072":_egddc =_ffcbf .parseImageEncoder (_dggad ,_fega );if _egddc !=nil {_bdccf .SetEncoder (_egddc );};case "\u0073\u0072\u0063":break ; -default:_ffcbf .nodeLogDebug (_fdfdd ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0069m\u0061\u0067\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_dggad ); -};};return _bdccf ,nil ;}; +// AddPatternResource adds pattern dictionary inside the resources dictionary. +func (_egce *RadialShading )AddPatternResource (block *Block )(_ceca _cc .PdfObjectName ,_bcfbd error ){_gffag :=1;_ggad :=_cc .PdfObjectName ("\u0050"+_be .Itoa (_gffag ));for block ._fdf .HasPatternByName (_ggad ){_gffag ++;_ggad =_cc .PdfObjectName ("\u0050"+_be .Itoa (_gffag )); +};if _dbab :=block ._fdf .SetPatternByName (_ggad ,_egce .ToPdfShadingPattern ().ToPdfObject ());_dbab !=nil {return "",_dbab ;};return _ggad ,nil ;}; -// Add appends a new item to the list. -// The supported components are: *Paragraph, *StyledParagraph, *Division, *Image, *Table, and *List. -// Returns the marker used for the newly added item. The returned marker -// object can be used to change the text and style of the marker for the -// current item. -func (_dgbee *List )Add (item VectorDrawable )(*TextChunk ,error ){_dadd :=&listItem {_cfec :item ,_gdeca :_dgbee ._cacc };switch _cegbg :=item .(type ){case *Paragraph :case *StyledParagraph :case *List :if _cegbg ._gcbf {_cegbg ._eeccg =15;};case *Division :case *Image :case *Table :default:return nil ,_fc .New ("\u0074\u0068i\u0073\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u006c\u0069\u0073\u0074"); -};_dgbee ._fadf =append (_dgbee ._fadf ,_dadd );return &_dadd ._gdeca ,nil ;}; +// SetBoundingBox set gradient color bounding box where the gradient would be rendered. +func (_bdfd *RadialShading )SetBoundingBox (x ,y ,width ,height float64 ){_bdfd ._gegd =&_fg .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// EnablePageWrap controls whether the table is wrapped across pages. -// If disabled, the table is moved in its entirety on a new page, if it -// does not fit in the available height. By default, page wrapping is enabled. -// If the height of the table is larger than an entire page, wrapping is -// enabled automatically in order to avoid unwanted behavior. -func (_gcggf *Table )EnablePageWrap (enable bool ){_gcggf ._ebcgb =enable }; +// SetTitleStyle sets the style properties of the invoice title. +func (_dcfg *Invoice )SetTitleStyle (style TextStyle ){_dcfg ._cegc =style }; -// SetMakedContentID sets the marked content id for the table. -func (_defg *Table )SetMarkedContentID (mcid int64 )*_gd .KDict {return nil }; +// FillOpacity returns the fill opacity of the ellipse (0-1). +func (_cade *Ellipse )FillOpacity ()float64 {return _cade ._ccgg };func (_fefa *Invoice )drawSection (_fcgc ,_bgeeg string )[]*StyledParagraph {var _bgeega []*StyledParagraph ;if _fcgc !=""{_gccceg :=_gdcg (_fefa ._gfbc );_gccceg .SetMargins (0,0,0,5); +_gccceg .Append (_fcgc );_bgeega =append (_bgeega ,_gccceg );};if _bgeeg !=""{_fdgc :=_gdcg (_fefa ._agdde );_fdgc .Append (_bgeeg );_bgeega =append (_bgeega ,_fdgc );};return _bgeega ;};func (_gafgd *templateProcessor )parseFontAttr (_ffbfe ,_acaa string )*_fg .PdfFont {_e .Log .Debug ("P\u0061\u0072\u0073\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_ffbfe ,_acaa ); +_bffe :=_gafgd .creator ._ebfa ;if _acaa ==""{return _bffe ;};_efcfc :=_ga .Split (_acaa ,"\u002c");for _ ,_gcddg :=range _efcfc {_gcddg =_ga .TrimSpace (_gcddg );if _gcddg ==""{continue ;};_ebfec ,_eadgb :=_gafgd ._edegg .FontMap [_acaa ];if _eadgb {return _ebfec ; +};_baede ,_eadgb :=map[string ]_fg .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_fg .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_fg .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_fg .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_fg .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_fg .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_fg .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_fg .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_fg .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_fg .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_fg .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_fg .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_fg .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_fg .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_fg .TimesBoldItalicName }[_acaa ]; +if _eadgb {if _febaa ,_effc :=_fg .NewStandard14Font (_baede );_effc ==nil {return _febaa ;};};if _cdfdb :=_gafgd .parseAttrPropList (_gcddg );len (_cdfdb )> 0{if _ddedb ,_dgded :=_cdfdb ["\u0070\u0061\u0074\u0068"];_dgded {_gegfb :=_fg .NewPdfFontFromTTFFile ; +if _degf ,_bffg :=_cdfdb ["\u0074\u0079\u0070\u0065"];_bffg &&_degf =="\u0063o\u006d\u0070\u006f\u0073\u0069\u0074e"{_gegfb =_fg .NewCompositePdfFontFromTTFFile ;};if _dggf ,_cdab :=_gegfb (_ddedb );_cdab !=nil {_e .Log .Debug ("\u0043\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0060\u0025\u0073\u0060\u003a %\u0076\u002e",_ddedb ,_cdab ); +}else {return _dggf ;};};};};return _bffe ;}; -// SetBorderWidth sets the border width of the rectangle. -func (_fggd *Rectangle )SetBorderWidth (bw float64 ){_fggd ._bcdgg =bw }; +// GetMargins returns the Paragraph's margins: left, right, top, bottom. +func (_ffcc *Paragraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _ffcc ._fdgb .Left ,_ffcc ._fdgb .Right ,_ffcc ._fdgb .Top ,_ffcc ._fdgb .Bottom ;}; -// SetPos sets the Block's positioning to absolute mode with the specified coordinates. -func (_dbg *Block )SetPos (x ,y float64 ){_dbg ._agg =PositionAbsolute ;_dbg ._eg =x ;_dbg ._bge =y }; +// SetStyle sets the style of the line (solid or dashed). +func (_fgff *Line )SetStyle (style _ee .LineStyle ){_fgff ._cbge =style };func _dagba (_bcbddb ,_dgfag ,_gbca string ,_dccgc uint ,_fabc TextStyle )*TOCLine {return _fcbff (TextChunk {Text :_bcbddb ,Style :_fabc },TextChunk {Text :_dgfag ,Style :_fabc },TextChunk {Text :_gbca ,Style :_fabc },_dccgc ,_fabc ); +}; -// NewChart creates a new creator drawable based on the provided -// unichart chart component. -func NewChart (chart _fbb .ChartRenderable )*Chart {return _dfdb (chart )};func (_eacfa *templateProcessor )renderNode (_bcdb *templateNode )error {_gggecb :=_bcdb ._fdfd ;if _gggecb ==nil {return nil ;};_defab :=_bcdb ._eccfd .Name .Local ;_ebbadb ,_bfdbf :=_dfbbf [_defab ]; -if !_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"I\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e \u0053\u006b\u0069p\u0070i\u006e\u0067\u002e",_defab );return nil ;};var _gcddf interface{};if _bcdb ._ddbbd !=nil &&_bcdb ._ddbbd ._fdfd !=nil {_eacag :=_bcdb ._ddbbd ._eccfd .Name .Local ; -if _ ,_bfdbf =_ebbadb ._bfbgb [_eacag ];!_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_eacag ,_defab ); -return _eeeee ;};_gcddf =_bcdb ._ddbbd ._fdfd ;}else {_fbgg :="\u0063r\u0065\u0061\u0074\u006f\u0072";switch _eacfa ._gfcf .(type ){case *Block :_fbgg ="\u0062\u006c\u006fc\u006b";};if _ ,_bfdbf =_ebbadb ._bfbgb [_fbgg ];!_bfdbf {_eacfa .nodeLogDebug (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_fbgg ,_defab ); -return _eeeee ;};_gcddf =_eacfa ._gfcf ;};switch _ggad :=_gcddf .(type ){case componentRenderer :_ecafc ,_babf :=_gggecb .(Drawable );if !_babf {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u002e",_defab ,_gggecb ); -return _deegg ;};_addfd :=_ggad .Draw (_ecafc );if _addfd !=nil {return _eacfa .nodeError (_bcdb ,"\u0043\u0061\u006en\u006f\u0074\u0020\u0064r\u0061\u0077\u0073\u0020\u0074\u0061\u0067 \u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_addfd ); -};case *Division :switch _fcdcd :=_gggecb .(type ){case *Background :_ggad .SetBackground (_fcdcd );case VectorDrawable :_cgcc :=_ggad .Add (_fcdcd );if _cgcc !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061d\u0064\u0020\u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054)\u0020\u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0044\u0069\u0076i\u0073\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_cgcc ); -};};case *TableCell :_cfgd ,_fadg :=_gggecb .(VectorDrawable );if !_fadg {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029 \u0069\u0073\u0020\u006e\u006f\u0074 \u0061\u0020\u0076\u0065\u0063\u0074\u006f\u0072\u0020\u0064\u0072\u0061\u0077a\u0062\u006c\u0065\u002e",_defab ,_gggecb ); -return _deegg ;};_agge :=_ggad .SetContent (_cfgd );if _agge !=nil {return _eacfa .nodeError (_bcdb ,"C\u0061\u006e\u006e\u006f\u0074\u0020\u0061\u0064\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073> \u0028\u0025\u0054\u0029 \u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0074\u0061bl\u0065\u0020c\u0065\u006c\u006c\u003a\u0020\u0025\u0073\u002e",_defab ,_gggecb ,_agge ); -};case *StyledParagraph :_dgdef ,_cefge :=_gggecb .(*TextChunk );if !_cefge {_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067 <\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020i\u0073 \u006eo\u0074 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e",_defab ,_gggecb ); -return _deegg ;};_ggad .appendChunk (_dgdef );case *Chapter :switch _ecagc :=_gggecb .(type ){case *Chapter :return nil ;case *Paragraph :if _bcdb ._eccfd .Name .Local =="\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067"{return nil ; -};_fcbf :=_ggad .Add (_ecagc );if _fcbf !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_defab ,_gggecb ,_fcbf ); -};case Drawable :_dbabf :=_ggad .Add (_ecagc );if _dbabf !=nil {return _eacfa .nodeError (_bcdb ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_defab ,_gggecb ,_dbabf ); -};};case *List :switch _aebec :=_gggecb .(type ){case *TextChunk :case *listItem :_ggad ._fadf =append (_ggad ._fadf ,_aebec );default:_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073>\u0020\u0028\u0025T\u0029\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u0074\u0065\u006d\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_defab ,_gggecb ); -};case *listItem :switch _dbgc :=_gggecb .(type ){case *TextChunk :case *StyledParagraph :_ggad ._cfec =_dbgc ;case *List :if _dbgc ._gcbf {_dbgc ._eeccg =15;};_ggad ._cfec =_dbgc ;case *Image :_ggad ._cfec =_dbgc ;case *Division :_ggad ._cfec =_dbgc ; -case *Table :_ggad ._cfec =_dbgc ;default:_eacfa .nodeLogError (_bcdb ,"\u0054\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u002e",_defab ,_gggecb ); -return _deegg ;};};return nil ;};const (DefaultHorizontalScaling =100;); +// DueDate returns the invoice due date description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_dgfd *Invoice )DueDate ()(*InvoiceCell ,*InvoiceCell ){return _dgfd ._bddf [0],_dgfd ._bddf [1]}; -// SetStructTreeRoot sets the structure tree root to be appended in the document that will be created. -func (_dabf *Creator )SetStructTreeRoot (structTreeRoot *_gd .StructTreeRoot ){_dabf ._fgc =structTreeRoot ;};func _cebge (_badff *_gd .PdfAnnotation )*_gd .PdfAnnotation {if _badff ==nil {return nil ;};var _fdedb *_gd .PdfAnnotation ;switch _egcae :=_badff .GetContext ().(type ){case *_gd .PdfAnnotationLink :if _caeg :=_bbdfeg (_egcae ); -_caeg !=nil {_fdedb =_caeg .PdfAnnotation ;};case *_gd .PdfAnnotationHighlight :if _dfcee :=_faadb (_egcae );_dfcee !=nil {_fdedb =_dfcee .PdfAnnotation ;};};return _fdedb ;}; +// Rows returns the total number of rows the table has. +func (_agbga *Table )Rows ()int {return _agbga ._aade }; -// NewBlockFromPage creates a Block from a PDF Page. Useful for loading template pages as blocks -// from a PDF document and additional content with the creator. -func NewBlockFromPage (page *_gd .PdfPage )(*Block ,error ){_ded :=&Block {};_ae ,_ege :=page .GetAllContentStreams ();if _ege !=nil {return nil ,_ege ;};_egg :=_eag .NewContentStreamParser (_ae );_afe ,_ege :=_egg .Parse ();if _ege !=nil {return nil ,_ege ; -};_afe .WrapIfNeeded ();_ded ._ge =_afe ;if page .Resources !=nil {_ded ._fa =page .Resources ;}else {_ded ._fa =_gd .NewPdfPageResources ();};_eb ,_ege :=page .GetMediaBox ();if _ege !=nil {return nil ,_ege ;};if _eb .Llx !=0||_eb .Lly !=0{_ded .translate (-_eb .Llx ,_eb .Lly ); -};_ded ._de =_eb .Urx -_eb .Llx ;_ded ._ad =_eb .Ury -_eb .Lly ;if page .Rotate !=nil {_ded ._ac =-float64 (*page .Rotate );};return _ded ,nil ;}; +// ToRGB implements interface Color. +// Note: It's not directly used since shading color works differently than regular color. +func (_abab *RadialShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0}; + +// SetFillColor sets the fill color. +func (_agbe *PolyBezierCurve )SetFillColor (color Color ){_agbe ._feca =color ;_agbe ._ggae .FillColor =_agbd (color );}; -// AddressStyle returns the style properties used to render the content of -// the invoice address sections. -func (_begbg *Invoice )AddressStyle ()TextStyle {return _begbg ._gdga }; +// Height returns the Block's height. +func (_edc *Block )Height ()float64 {return _edc ._fe }; -// IsRelative checks if the positioning is relative. -func (_gdec Positioning )IsRelative ()bool {return _gdec ==PositionRelative }; +// SetCoords sets the center coordinates of the ellipse. +func (_gecfa *Ellipse )SetCoords (xc ,yc float64 ){_gecfa ._adcf =xc ;_gecfa ._deag =yc };func (_daegc *Division )ctxHeight (_ggcf float64 )float64 {_ggcf -=_daegc ._dbfc .Left +_daegc ._dbfc .Right +_daegc ._ffde .Left +_daegc ._ffde .Right ;var _cbac float64 ; +for _ ,_cggf :=range _daegc ._caef {_cbac +=_bedd (_cggf ,_ggcf );};return _cbac ;}; -// Polygon represents a polygon shape. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type Polygon struct{_dbfd *_ddb .Polygon ;_cbfb float64 ;_gcdg float64 ;_aafdc Color ;_fgdbe *int64 ;};func (_badg *templateProcessor )parseListMarker (_dgggfc *templateNode )(interface{},error ){if _dgggfc ._ddbbd ==nil {_badg .nodeLogError (_dgggfc ,"\u004c\u0069\u0073\u0074\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0063a\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); -return nil ,_eeeee ;};var _ecdb *TextChunk ;switch _fcdagd :=_dgggfc ._ddbbd ._fdfd .(type ){case *List :_ecdb =&_fcdagd ._cacc ;case *listItem :_ecdb =&_fcdagd ._gdeca ;default:_badg .nodeLogError (_dgggfc ,"\u0025\u0076 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u006c\u0069\u0073\u0074\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e",_fcdagd ); -return nil ,_eeeee ;};if _ ,_cbebf :=_badg .parseTextChunk (_dgggfc ,_ecdb );_cbebf !=nil {_badg .nodeLogError (_dgggfc ,"\u0043\u006f\u0075ld\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072\u0073e\u0020l\u0069s\u0074 \u006d\u0061\u0072\u006b\u0065\u0072\u003a\u0020\u0060\u0025\u0076\u0060\u002e",_cbebf ); -return nil ,nil ;};return _ecdb ,nil ;};func (_cgegf *templateProcessor )parseEllipse (_gdbgcg *templateNode )(interface{},error ){_febgff :=_cgegf .creator .NewEllipse (0,0,0,0);for _ ,_dfcdb :=range _gdbgcg ._eccfd .Attr {_gaada :=_dfcdb .Value ;switch _bcdfd :=_dfcdb .Name .Local ; -_bcdfd {case "\u0063\u0078":_febgff ._dbeb =_cgegf .parseFloatAttr (_bcdfd ,_gaada );case "\u0063\u0079":_febgff ._caaf =_cgegf .parseFloatAttr (_bcdfd ,_gaada );case "\u0077\u0069\u0064t\u0068":_febgff .SetWidth (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); -case "\u0068\u0065\u0069\u0067\u0068\u0074":_febgff .SetHeight (_cgegf .parseFloatAttr (_bcdfd ,_gaada ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_febgff .SetFillColor (_cgegf .parseColorAttr (_bcdfd ,_gaada ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_febgff .SetFillOpacity (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_febgff .SetBorderColor (_cgegf .parseColorAttr (_bcdfd ,_gaada ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_febgff .SetBorderOpacity (_cgegf .parseFloatAttr (_bcdfd ,_gaada )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_febgff .SetBorderWidth (_cgegf .parseFloatAttr (_bcdfd ,_gaada ));case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_febgff .SetPositioning (_cgegf .parsePositioningAttr (_bcdfd ,_gaada )); -case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_febgff .SetFitMode (_cgegf .parseFitModeAttr (_bcdfd ,_gaada ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_aadfa :=_cgegf .parseMarginAttr (_bcdfd ,_gaada );_febgff .SetMargins (_aadfa .Left ,_aadfa .Right ,_aadfa .Top ,_aadfa .Bottom ); -default:_cgegf .nodeLogDebug (_gdbgcg ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006c\u006c\u0069\u0070\u0073\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_bcdfd ); -};};return _febgff ,nil ;}; +// Creator is a wrapper around functionality for creating PDF reports and/or adding new +// content onto imported PDF pages, etc. +type Creator struct{ -// SetIndent sets the left offset of the list when nested into another list. -func (_ebadc *List )SetIndent (indent float64 ){_ebadc ._eeccg =indent ;_ebadc ._gcbf =false };func (_gggf *templateProcessor )parseMarginAttr (_bcebb ,_cfdd string )Margins {_ca .Log .Debug ("\u0050\u0061r\u0073\u0069\u006e\u0067 \u006d\u0061r\u0067\u0069\u006e\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_bcebb ,_cfdd ); -_bgccgg :=Margins {};switch _fada :=_ddf .Fields (_cfdd );len (_fada ){case 1:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Bottom =_bgccgg .Top ;_bgccgg .Left =_bgccgg .Top ;_bgccgg .Right =_bgccgg .Top ;case 2:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64); -_bgccgg .Bottom =_bgccgg .Top ;_bgccgg .Left ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Right =_bgccgg .Left ;case 3:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Left ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Right =_bgccgg .Left ;_bgccgg .Bottom ,_ =_fd .ParseFloat (_fada [2],64); -case 4:_bgccgg .Top ,_ =_fd .ParseFloat (_fada [0],64);_bgccgg .Right ,_ =_fd .ParseFloat (_fada [1],64);_bgccgg .Bottom ,_ =_fd .ParseFloat (_fada [2],64);_bgccgg .Left ,_ =_fd .ParseFloat (_fada [3],64);};return _bgccgg ;}; +// Errors keeps error messages that should not interrupt pdf processing and to be checked later. +Errors []error ; -// Ellipse defines an ellipse with a center at (xc,yc) and a specified width and height. The ellipse can have a colored -// fill and/or border with a specified width. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type Ellipse struct{_dbeb float64 ;_caaf float64 ;_gbea float64 ;_fgbb float64 ;_gbbf Positioning ;_cgcbc Color ;_baae float64 ;_bfgf Color ;_fdcc float64 ;_egegc float64 ;_dffg Margins ;_fdbc FitMode ;_ecdc *int64 ;}; +// UnsupportedCharacterReplacement is character that will be used to replace unsupported glyph. +// The value will be passed to drawing context. +UnsupportedCharacterReplacement rune ;_edaf []*_fg .PdfPage ;_aecf map[*_fg .PdfPage ]*Block ;_ffge map[*_fg .PdfPage ]*pageTransformations ;_ffbc *_fg .PdfPage ;_ecgae PageSize ;_eac DrawContext ;_fadg Margins ;_egcd ,_fdfd float64 ;_ffged int ;_cdc func (_dfacf FrontpageFunctionArgs ); +_gadc func (_fbga *TOC )error ;_ddd func (_cbae *Block ,_gcf HeaderFunctionArgs );_efbg func (_geeg *Block ,_dcf FooterFunctionArgs );_dagg func (_aff PageFinalizeFunctionArgs )error ;_bcdb func (_fbafa *_fg .PdfWriter )error ;_cgbf bool ; -// GetHorizontalAlignment returns the horizontal alignment of the image. -func (_fbaf *Image )GetHorizontalAlignment ()HorizontalAlignment {return _fbaf ._ggaca }; +// Controls whether a table of contents will be generated. +AddTOC bool ; -// SetMargins sets the Paragraph's margins. -func (_dcfe *Paragraph )SetMargins (left ,right ,top ,bottom float64 ){_dcfe ._cgacg .Left =left ;_dcfe ._cgacg .Right =right ;_dcfe ._cgacg .Top =top ;_dcfe ._cgacg .Bottom =bottom ;};func (_adbed *templateProcessor )parseBorderRadiusAttr (_aaccg ,_agdcg string )(_cfaae ,_cdagc ,_cceaf ,_dadec float64 ){_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0062o\u0072\u0064\u0065r\u0020\u0072\u0061\u0064\u0069\u0075\u0073\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_aaccg ,_agdcg ); -switch _eeece :=_ddf .Fields (_agdcg );len (_eeece ){case 1:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc =_cfaae ;_cceaf =_cfaae ;_dadec =_cfaae ;case 2:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cceaf =_cfaae ;_cdagc ,_ =_fd .ParseFloat (_eeece [1],64); -_dadec =_cdagc ;case 3:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc ,_ =_fd .ParseFloat (_eeece [1],64);_dadec =_cdagc ;_cceaf ,_ =_fd .ParseFloat (_eeece [2],64);case 4:_cfaae ,_ =_fd .ParseFloat (_eeece [0],64);_cdagc ,_ =_fd .ParseFloat (_eeece [1],64); -_cceaf ,_ =_fd .ParseFloat (_eeece [2],64);_dadec ,_ =_fd .ParseFloat (_eeece [3],64);};return _cfaae ,_cdagc ,_cceaf ,_dadec ;}; +// CustomTOC specifies if the TOC is rendered by the user. +// When the `CustomTOC` field is set to `true`, the default TOC component is not rendered. +// Instead the TOC is drawn by the user, in the callback provided to +// the `Creator.CreateTableOfContents` method. +// If `CustomTOC` is set to `false`, the callback provided to +// `Creator.CreateTableOfContents` customizes the style of the automatically generated TOC component. +CustomTOC bool ;_fgedc *TOC ; -// LevelOffset returns the amount of space an indentation level occupies. -func (_ccfcd *TOCLine )LevelOffset ()float64 {return _ccfcd ._gedeb }; +// Controls whether outlines will be generated. +AddOutlines bool ;_afe *_fg .Outline ;_affb *_fg .PdfOutlineTreeNode ;_gaf *_fg .PdfAcroForm ;_eefc _cc .PdfObject ;_egba _fg .Optimizer ;_dgg []*_fg .PdfFont ;_ebfa *_fg .PdfFont ;_geaa *_fg .PdfFont ;_dada *_fg .StructTreeRoot ;_bba *_fg .ViewerPreferences ; +_eca string ;}; -// BorderWidth returns the border width of the rectangle. -func (_cbcec *Rectangle )BorderWidth ()float64 {return _cbcec ._bcdgg }; +// SetFillColor sets the fill color for the path. +func (_caafb *FilledCurve )SetFillColor (color Color ){_caafb ._dfae =color };func (_edeb *pageTransformations )transformPage (_aag *_fg .PdfPage )error {if _bacf :=_edeb .applyFlip (_aag );_bacf !=nil {return _bacf ;};return nil ;};type containerDrawable interface{Drawable ; -// GeneratePageBlocks generates the page blocks. Multiple blocks are generated if the contents wrap -// over multiple pages. Implements the Drawable interface. -func (_faef *Paragraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_befc :=ctx ;var _gcbad []*Block ;_eace :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _faef ._adfd .IsRelative (){ctx .X +=_faef ._cgacg .Left ;ctx .Y +=_faef ._cgacg .Top ; -ctx .Width -=_faef ._cgacg .Left +_faef ._cgacg .Right ;ctx .Height -=_faef ._cgacg .Top ;_faef .SetWidth (ctx .Width );if _faef .Height ()> ctx .Height {_gcbad =append (_gcbad ,_eace );_eace =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_cfee :=ctx ; -_cfee .Y =ctx .Margins .Top ;_cfee .X =ctx .Margins .Left +_faef ._cgacg .Left ;_cfee .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_cfee .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_faef ._cgacg .Left -_faef ._cgacg .Right ; -ctx =_cfee ;};}else {if int (_faef ._gba )<=0{_faef .SetWidth (_faef .getTextWidth ());};ctx .X =_faef ._dagaa ;ctx .Y =_faef ._dcag ;};ctx ,_gacc :=_babe (_eace ,_faef ,ctx );if _gacc !=nil {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gacc ); -return nil ,ctx ,_gacc ;};_gcbad =append (_gcbad ,_eace );if _faef ._adfd .IsRelative (){ctx .Y +=_faef ._cgacg .Bottom ;ctx .Height -=_faef ._cgacg .Bottom ;if !ctx .Inline {ctx .X =_befc .X ;ctx .Width =_befc .Width ;};return _gcbad ,ctx ,nil ;};return _gcbad ,_befc ,nil ; -};func (_ddcgg *templateProcessor )parseCellAlignmentAttr (_ccbcb ,_edcdf string )CellHorizontalAlignment {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020c\u0065\u006c\u006c\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ccbcb ,_edcdf ); -_caafbg :=map[string ]CellHorizontalAlignment {"\u006c\u0065\u0066\u0074":CellHorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":CellHorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":CellHorizontalAlignmentRight }[_edcdf ];return _caafbg ; -};func _babe (_afgf *Block ,_dbce *Paragraph ,_dbge DrawContext )(DrawContext ,error ){_fggc :=1;_ggdeb :=_be .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fd .Itoa (_fggc ));for _afgf ._fa .HasFontByName (_ggdeb ){_fggc ++;_ggdeb =_be .PdfObjectName ("\u0046\u006f\u006e\u0074"+_fd .Itoa (_fggc )); -};_bffaa :=_afgf ._fa .SetFontByName (_ggdeb ,_dbce ._caccd .ToPdfObject ());if _bffaa !=nil {return _dbge ,_bffaa ;};_dbce .wrapText ();_gede :=_eag .NewContentCreator ();_gede .Add_q ();_bdgg :=_dbge .PageHeight -_dbge .Y -_dbce ._geac *_dbce ._agdbb ; -_gede .Translate (_dbge .X ,_bdgg );if _dbce ._ggc !=0{_gede .RotateDeg (_dbce ._ggc );};_fdcca :=_fac (_dbce ._ebbg );_bffaa =_gaea (_afgf ,_fdcca ,_dbce ._ebbg ,func ()Rectangle {return Rectangle {_fdeb :_dbge .X ,_fefcd :_bdgg ,_dacdg :_dbce .getMaxLineWidth ()/1000.0,_ddccd :_dbce .Height ()}; -});if _bffaa !=nil {return _dbge ,_bffaa ;};_gede .Add_BT ();_bfea :=map[string ]_be .PdfObject {};if _dbce ._bafa !=nil {_bfea ["\u004d\u0043\u0049\u0044"]=_be .MakeInteger (*_dbce ._bafa );};if _dbce ._fbbdg !=""{_bfea ["\u004c\u0061\u006e\u0067"]=_be .MakeString (_dbce ._fbbdg ); -};if len (_bfea )> 0{_gede .Add_BDC (*_be .MakeName (_gd .StructureTypeParagraph ),_bfea );};_gede .SetNonStrokingColor (_fdcca ).Add_Tf (_ggdeb ,_dbce ._geac ).Add_TL (_dbce ._geac *_dbce ._agdbb );for _egea ,_cebada :=range _dbce ._beag {if _egea !=0{_gede .Add_Tstar (); -};_eddf :=[]rune (_cebada );_dagg :=0.0;_defc :=0;for _fgdcc ,_gcbge :=range _eddf {if _gcbge ==' '{_defc ++;continue ;};if _gcbge =='\u000A'{continue ;};_aacc ,_badbg :=_dbce ._caccd .GetRuneMetrics (_gcbge );if !_badbg {_ca .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006e\u0065\u0020\u0069=\u0025\u0064\u0020\u0072\u0075\u006e\u0065=\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0069n\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073\u0020\u0025\u0073",_fgdcc ,_gcbge ,_gcbge ,_dbce ._caccd .BaseFont (),_dbce ._caccd .Subtype ()); -return _dbge ,_fc .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068");};_dagg +=_dbce ._geac *_aacc .Wx ;};var _dfcda []_be .PdfObject ;_daae ,_eedd :=_dbce ._caccd .GetRuneMetrics (' '); -if !_eedd {return _dbge ,_fc .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_ddcac :=_daae .Wx ;switch _dbce ._eced {case TextAlignmentJustify :if _defc > 0&&_egea < len (_dbce ._beag )-1{_ddcac =(_dbce ._gba *1000.0-_dagg )/float64 (_defc )/_dbce ._geac ; -};case TextAlignmentCenter :_bcfa :=_dagg +float64 (_defc )*_ddcac *_dbce ._geac ;_aggcb :=(_dbce ._gba *1000.0-_bcfa )/2/_dbce ._geac ;_dfcda =append (_dfcda ,_be .MakeFloat (-_aggcb ));case TextAlignmentRight :_efaaa :=_dagg +float64 (_defc )*_ddcac *_dbce ._geac ; -_effc :=(_dbce ._gba *1000.0-_efaaa )/_dbce ._geac ;_dfcda =append (_dfcda ,_be .MakeFloat (-_effc ));};_bgdd :=_dbce ._caccd .Encoder ();var _cccae []byte ;for _ ,_ddbb :=range _eddf {if _ddbb =='\u000A'{continue ;};if _ddbb ==' '{if len (_cccae )> 0{_dfcda =append (_dfcda ,_be .MakeStringFromBytes (_cccae )); -_cccae =nil ;};_dfcda =append (_dfcda ,_be .MakeFloat (-_ddcac ));}else {if _ ,_efgde :=_bgdd .RuneToCharcode (_ddbb );!_efgde {_bffaa =UnsupportedRuneError {Message :_f .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_ddbb ,_ddbb ),Rune :_ddbb }; -_dbge ._ebbc =append (_dbge ._ebbc ,_bffaa );_ca .Log .Debug (_bffaa .Error ());if _dbge ._ebeg <=0{continue ;};_ddbb =_dbge ._ebeg ;};_cccae =append (_cccae ,_bgdd .Encode (string (_ddbb ))...);};};if len (_cccae )> 0{_dfcda =append (_dfcda ,_be .MakeStringFromBytes (_cccae )); -};_gede .Add_TJ (_dfcda ...);};if len (_bfea )> 0{_gede .Add_EMC ();};_gede .Add_ET ();_gede .Add_Q ();_adcf :=_gede .Operations ();_adcf .WrapIfNeeded ();_afgf .addContents (_adcf );if _dbce ._adfd .IsRelative (){_afecg :=_dbce .Height ();_dbge .Y +=_afecg ; -_dbge .Height -=_afecg ;if _dbge .Inline {_dbge .X +=_dbce .Width ()+_dbce ._cgacg .Right ;};};return _dbge ,nil ;}; -// SetBorderOpacity sets the border opacity of the ellipse. -func (_eabb *Ellipse )SetBorderOpacity (opacity float64 ){_eabb ._egegc =opacity }; +// ContainerComponent checks if the component is allowed to be added into provided 'container' and returns +// preprocessed copy of itself. If the component is not changed it is allowed to return itself in a callback way. +// If the component is not compatible with provided container this method should return an error. +ContainerComponent (_gcabe Drawable )(Drawable ,error );}; -// Terms returns the terms and conditions section of the invoice as a -// title-content pair. -func (_eabba *Invoice )Terms ()(string ,string ){return _eabba ._acae [0],_eabba ._acae [1]}; +// FitMode returns the fit mode of the image. +func (_afa *Image )FitMode ()FitMode {return _afa ._dfde }; -// AddSubtable copies the cells of the subtable in the table, starting with the -// specified position. The table row and column indices are 1-based, which -// makes the position of the first cell of the first row of the table 1,1. -// The table is automatically extended if the subtable exceeds its columns. -// This can happen when the subtable has more columns than the table or when -// one or more columns of the subtable starting from the specified position -// exceed the last column of the table. -func (_dbfgd *Table )AddSubtable (row ,col int ,subtable *Table ){for _ ,_eeedg :=range subtable ._gedg {_ccff :=&TableCell {};*_ccff =*_eeedg ;_ccff ._gabb =_dbfgd ;_ccff ._gggbbd +=col -1;if _cbgdd :=_dbfgd ._cafcb -(_ccff ._gggbbd -1);_cbgdd < _ccff ._ffebf {_dbfgd ._cafcb +=_ccff ._ffebf -_cbgdd ; -_dbfgd .resetColumnWidths ();_ca .Log .Debug ("\u0054a\u0062l\u0065\u003a\u0020\u0073\u0075\u0062\u0074\u0061\u0062\u006c\u0065 \u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0061\u0062\u006c\u0065\u002e\u0020\u0045\u0078\u0070\u0061\u006e\u0064\u0069\u006e\u0067\u0020\u0074\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0025\u0064\u0020\u0063\u006fl\u0075\u006d\u006e\u0073\u002e",_dbfgd ._cafcb ); -};_ccff ._fgcga +=row -1;_dfdbba :=subtable ._gadc [_eeedg ._fgcga -1];if _ccff ._fgcga > _dbfgd ._addf {for _ccff ._fgcga > _dbfgd ._addf {_dbfgd ._addf ++;_dbfgd ._gadc =append (_dbfgd ._gadc ,_dbfgd ._aedbd );};_dbfgd ._gadc [_ccff ._fgcga -1]=_dfdbba ; -}else {_dbfgd ._gadc [_ccff ._fgcga -1]=_ff .Max (_dbfgd ._gadc [_ccff ._fgcga -1],_dfdbba );};_dbfgd ._gedg =append (_dbfgd ._gedg ,_ccff );};_dbfgd .sortCells ();};func _cfebg (_daed *templateProcessor ,_fdac *templateNode )(interface{},error ){return _daed .parseChapter (_fdac ); -}; +// Notes returns the notes section of the invoice as a title-content pair. +func (_dcba *Invoice )Notes ()(string ,string ){return _dcba ._ccbd [0],_dcba ._ccbd [1]}; -// SetMarkedContentID sets the marked content ID. -func (_daac *PageBreak )SetMarkedContentID (id int64 )*_gd .KDict {return nil };const (FitModeNone FitMode =iota ;FitModeFillWidth ;); +// SetText replaces all the text of the paragraph with the specified one. +func (_gcg *StyledParagraph )SetText (text string )*TextChunk {_gcg .Reset ();return _gcg .Append (text )};func (_fgfda *templateProcessor )parseDivision (_ffgd *templateNode )(interface{},error ){_dbca :=_fgfda .creator .NewDivision ();for _ ,_dgbcc :=range _ffgd ._fagc .Attr {_geaef :=_dgbcc .Value ; +switch _cbgd :=_dgbcc .Name .Local ;_cbgd {case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_dbca .EnablePageWrap (_fgfda .parseBoolAttr (_cbgd ,_geaef ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_eegb :=_fgfda .parseMarginAttr (_cbgd ,_geaef ); +_dbca .SetMargins (_eegb .Left ,_eegb .Right ,_eegb .Top ,_eegb .Bottom );case "\u0070a\u0064\u0064\u0069\u006e\u0067":_acggd :=_fgfda .parseMarginAttr (_cbgd ,_geaef );_dbca .SetPadding (_acggd .Left ,_acggd .Right ,_acggd .Top ,_acggd .Bottom );default:_fgfda .nodeLogDebug (_ffgd ,"U\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0064\u0069\u0076\u0069\u0073\u0069on\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025s`\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cbgd ); +};};return _dbca ,nil ;}; -// SetHeight sets the height of the rectangle. -func (_aedd *Rectangle )SetHeight (height float64 ){_aedd ._ddccd =height }; +// SetWidth sets the Paragraph width. This is essentially the wrapping width, i.e. the width the +// text can extend to prior to wrapping over to next line. +func (_ecge *Paragraph )SetWidth (width float64 ){_ecge ._edd =width ;_ecge .wrapText ()}; -// GeneratePageBlocks draws the line on a new block representing the page. -// Implements the Drawable interface. -func (_aaeab *Line )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_geba []*Block ;_ddbdb =NewBlock (ctx .PageWidth ,ctx .PageHeight );_fafb =ctx ;_bfc ,_aaga =_aaeab ._cbagd ,ctx .PageHeight -_aaeab ._efeb ;_dgdac ,_abef =_aaeab ._agbba ,ctx .PageHeight -_aaeab ._dcga ; -);_adbgf :=_aaeab ._fcbba .IsRelative ();if _adbgf {ctx .X +=_aaeab ._cbeb .Left ;ctx .Y +=_aaeab ._cbeb .Top ;ctx .Width -=_aaeab ._cbeb .Left +_aaeab ._cbeb .Right ;ctx .Height -=_aaeab ._cbeb .Top +_aaeab ._cbeb .Bottom ;_bfc ,_aaga ,_dgdac ,_abef =_aaeab .computeCoords (ctx ); -if _aaeab .Height ()> ctx .Height {_geba =append (_geba ,_ddbdb );_ddbdb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_gbge :=ctx ;_gbge .Y =ctx .Margins .Top +_aaeab ._cbeb .Top ;_gbge .X =ctx .Margins .Left +_aaeab ._cbeb .Left ;_gbge .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_aaeab ._cbeb .Top -_aaeab ._cbeb .Bottom ; -_gbge .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_aaeab ._cbeb .Left -_aaeab ._cbeb .Right ;ctx =_gbge ;_bfc ,_aaga ,_dgdac ,_abef =_aaeab .computeCoords (ctx );};};_afbe :=_ddb .BasicLine {X1 :_bfc ,Y1 :_aaga ,X2 :_dgdac ,Y2 :_abef ,LineColor :_fac (_aaeab ._ffga ),Opacity :_aaeab ._gbfc ,LineWidth :_aaeab ._adcb ,LineStyle :_aaeab ._dddcg ,DashArray :_aaeab ._cccd ,DashPhase :_aaeab ._aaed }; -_egee ,_effe :=_ddbdb .setOpacity (1.0,_aaeab ._gbfc );if _effe !=nil {return nil ,ctx ,_effe ;};_bdbfe ,_ ,_effe :=_afbe .MarkedDraw (_egee ,_aaeab ._afac );if _effe !=nil {return nil ,ctx ,_effe ;};if _effe =_ddbdb .addContentsByString (string (_bdbfe )); -_effe !=nil {return nil ,ctx ,_effe ;};if _adbgf {ctx .X =_fafb .X ;ctx .Width =_fafb .Width ;_dcbgd :=_aaeab .Height ();ctx .Y +=_dcbgd +_aaeab ._cbeb .Bottom ;ctx .Height -=_dcbgd ;}else {ctx =_fafb ;};_geba =append (_geba ,_ddbdb );return _geba ,ctx ,nil ; -}; +// CellVerticalAlignment defines the table cell's vertical alignment. +type CellVerticalAlignment int ;func _eafg (_cfba []_ee .Point )*Polyline {return &Polyline {_cfcad :&_ee .Polyline {Points :_cfba ,LineColor :_fg .NewPdfColorDeviceRGB (0,0,0),LineWidth :1.0},_bbad :1.0};};func (_abdbe *StyledParagraph )appendChunk (_bgafg *TextChunk )*TextChunk {_abdbe ._eaad =append (_abdbe ._eaad ,_bgafg ); +_abdbe .wrapText ();return _bgafg ;}; -// SetAntiAlias enables anti alias config. -// -// Anti alias is disabled by default. -func (_abee *LinearShading )SetAntiAlias (enable bool ){_abee ._faee .SetAntiAlias (enable )}; +// ToPdfShadingPattern generates a new model.PdfShadingPatternType2 object. +func (_gedg *LinearShading )ToPdfShadingPattern ()*_fg .PdfShadingPatternType2 {_fcfebb ,_beda ,_afccb :=_gedg ._bdbc ._cgcfg .ToRGB ();_acgg :=_gedg .shadingModel ();_acgg .PdfShading .Background =_cc .MakeArrayFromFloats ([]float64 {_fcfebb ,_beda ,_afccb }); +_bfbb :=_fg .NewPdfShadingPatternType2 ();_bfbb .Shading =_acgg ;return _bfbb ;};const (TextAlignmentLeft TextAlignment =iota ;TextAlignmentRight ;TextAlignmentCenter ;TextAlignmentJustify ;); -// NoteHeadingStyle returns the style properties used to render the heading of -// the invoice note sections. -func (_cegg *Invoice )NoteHeadingStyle ()TextStyle {return _cegg ._begb }; +// SetStyleTop sets border style for top side. +func (_bbeg *border )SetStyleTop (style CellBorderStyle ){_bbeg ._dee =style }; -// SetAlternateText sets the alternate text for the image. -func (_eebbc *Image )SetAlternateText (text string ){_eebbc ._bfbga =text }; +// SetBorderRadius sets the radius of the rectangle corners. +func (_agbge *Rectangle )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_agbge ._cccba =topLeft ;_agbge ._dfff =topRight ;_agbge ._bgda =bottomLeft ;_agbge ._dddfb =bottomRight ;}; -// AddTotalLine adds a new line in the invoice totals table. -func (_cfde *Invoice )AddTotalLine (desc ,value string )(*InvoiceCell ,*InvoiceCell ){_gad :=&InvoiceCell {_cfde ._aabdc ,desc };_acceg :=&InvoiceCell {_cfde ._aabdc ,value };_cfde ._gfgd =append (_cfde ._gfgd ,[2]*InvoiceCell {_gad ,_acceg });return _gad ,_acceg ; +// SetPos sets the position of the chart to the specified coordinates. +// This method sets the chart to use absolute positioning. +func (_gfga *Chart )SetPos (x ,y float64 ){_gfga ._fadcc =PositionAbsolute ;_gfga ._agdda =x ;_gfga ._ccfa =y ;};func _dfgga (_cfdc interface{})(interface{},error ){switch _affcf :=_cfdc .(type ){case uint8 :return int64 (_affcf ),nil ;case int8 :return int64 (_affcf ),nil ; +case uint16 :return int64 (_affcf ),nil ;case int16 :return int64 (_affcf ),nil ;case uint32 :return int64 (_affcf ),nil ;case int32 :return int64 (_affcf ),nil ;case uint64 :return int64 (_affcf ),nil ;case int64 :return _affcf ,nil ;case int :return int64 (_affcf ),nil ; +case float32 :return float64 (_affcf ),nil ;case float64 :return _affcf ,nil ;};return nil ,_g .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0076\u0061\u006c\u0075\u0065\u002c\u0020\u0025\u0076\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006eu\u006d\u0062\u0065\u0072",_cfdc ); }; -// AddShadingResource adds shading dictionary inside the resources dictionary. -func (_geacg *RadialShading )AddShadingResource (block *Block )(_ddebc _be .PdfObjectName ,_affdf error ){_daaec :=1;_ddebc =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_daaec ));for block ._fa .HasShadingByName (_ddebc ){_daaec ++;_ddebc =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_daaec )); -};if _fegdc :=block ._fa .SetShadingByName (_ddebc ,_geacg .shadingModel ().ToPdfObject ());_fegdc !=nil {return "",_fegdc ;};return _ddebc ,nil ;}; +// AddAnnotation adds an annotation to the current block. +// The annotation will be added to the page the block will be rendered on. +func (_fde *Block )AddAnnotation (annotation *_fg .PdfAnnotation ){for _ ,_eef :=range _fde ._ccb {if _eef ==annotation {return ;};};_fde ._ccb =append (_fde ._ccb ,annotation );}; -// GetIndent get the cell's left indent. -func (_fabab *TableCell )GetIndent ()float64 {return _fabab ._adeb }; +// AddColorStop add color stop information for rendering gradient. +func (_cdef *shading )AddColorStop (color Color ,point float64 ){_cdef ._gbae =append (_cdef ._gbae ,_aaedd (color ,point ));}; -// SetMarkedContentID sets marked content ID. -func (_eccb *FilledCurve )SetMarkedContentID (mcid int64 )*_gd .KDict {_eccb ._gfecd =&mcid ;_bgde :=_gd .NewKDictionary ();_bgde .S =_be .MakeName (_gd .StructureTypeFigure );_bgde .K =_be .MakeInteger (mcid );return _bgde ;}; +// SetNoteStyle sets the style properties used to render the content of the +// invoice note sections. +func (_ddbe *Invoice )SetNoteStyle (style TextStyle ){_ddbe ._agdde =style };func (_aaeag *StyledParagraph )getTextHeight ()float64 {var _edebaa float64 ;for _ ,_dfgde :=range _aaeag ._eaad {_ccccf :=_dfgde .Style .FontSize *_aaeag ._aaebc ;if _ccccf > _edebaa {_edebaa =_ccccf ; +};};return _edebaa ;}; -// SetBorderColor sets the border color. -func (_egbae *PolyBezierCurve )SetBorderColor (color Color ){_egbae ._bgdab .BorderColor =_fac (color )}; +// NewChapter creates a new chapter with the specified title as the heading. +func (_agcd *Creator )NewChapter (title string )*Chapter {_agcd ._ffged ++;_bfcf :=_agcd .NewTextStyle ();_bfcf .FontSize =16;return _gcba (nil ,_agcd ._fgedc ,_agcd ._afe ,title ,_agcd ._ffged ,_bfcf );}; -// SetTextVerticalAlignment sets the vertical alignment of the text within the -// bounds of the styled paragraph. -// -// Note: Currently Styled Paragraph doesn't support TextVerticalAlignmentBottom -// as that option only used for aligning text chunks. -// -// In order to change the vertical alignment of individual text chunks, use TextChunk.VerticalAlignment. -func (_fgcd *StyledParagraph )SetTextVerticalAlignment (align TextVerticalAlignment ){_fgcd ._eeedb =align ;}; +// Positioning returns the type of positioning the rectangle is set to use. +func (_eecfd *Rectangle )Positioning ()Positioning {return _eecfd ._egff }; -// InsertColumn inserts a column in the line items table at the specified index. -func (_bfgc *Invoice )InsertColumn (index uint ,description string )*InvoiceCell {_efgb :=uint (len (_bfgc ._gbbc ));if index > _efgb {index =_efgb ;};_eeccb :=_bfgc .NewColumn (description );_bfgc ._gbbc =append (_bfgc ._gbbc [:index ],append ([]*InvoiceCell {_eeccb },_bfgc ._gbbc [index :]...)...); -return _eeccb ;}; +// GeneratePageBlocks generates the page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. Implements the Drawable interface. +func (_ecef *StyledParagraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cbeed :=ctx ;var _fage []*Block ;_cbgf :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _ecef ._cbeg .IsRelative (){ctx .X +=_ecef ._gfdga .Left ;ctx .Y +=_ecef ._gfdga .Top ; +ctx .Width -=_ecef ._gfdga .Left +_ecef ._gfdga .Right ;ctx .Height -=_ecef ._gfdga .Top ;_ecef .SetWidth (ctx .Width );}else {if int (_ecef ._dcdb )<=0{_ecef .SetWidth (_ecef .getTextWidth ()/1000.0);};ctx .X =_ecef ._adedg ;ctx .Y =_ecef ._ddade ;};if _ecef ._ebgbd !=nil {_ecef ._ebgbd (_ecef ,ctx ); +};if _gfca :=_ecef .wrapText ();_gfca !=nil {return nil ,ctx ,_gfca ;};_becdba :=_ecef ._eeea ;_dfdcg :=0;for {_ccbbd ,_edfg ,_fcbac :=_adgee (_cbgf ,_ecef ,_becdba ,ctx );if _fcbac !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fcbac ); +return nil ,ctx ,_fcbac ;};ctx =_ccbbd ;_fage =append (_fage ,_cbgf );if _becdba =_edfg ;len (_edfg )==0{break ;};if len (_edfg )==_dfdcg {return nil ,ctx ,_ag .New ("\u006e\u006f\u0074\u0020\u0065\u006e\u006f\u0075\u0067\u0068 \u0073\u0070\u0061\u0063\u0065\u0020\u0066o\u0072\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068"); +};_cbgf =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_ccbbd =ctx ;_ccbbd .Y =ctx .Margins .Top ;_ccbbd .X =ctx .Margins .Left +_ecef ._gfdga .Left ;_ccbbd .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_ccbbd .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_ecef ._gfdga .Left -_ecef ._gfdga .Right ; +ctx =_ccbbd ;_dfdcg =len (_edfg );};if _ecef ._cbeg .IsRelative (){ctx .Y +=_ecef ._gfdga .Bottom ;ctx .Height -=_ecef ._gfdga .Bottom ;if !ctx .Inline {ctx .X =_cbeed .X ;ctx .Width =_cbeed .Width ;};return _fage ,ctx ,nil ;};return _fage ,_cbeed ,nil ; +};func (_eedf *TextChunk )Highlight (color Color ,alpha float64 )*_fg .PdfAnnotation {_bfbdf ,_facf ,_egggb :=color .ToRGB ();_debbb :=_fg .NewPdfAnnotationHighlight ();_debbb .C =_cc .MakeArrayFromFloats ([]float64 {_bfbdf ,_facf ,_egggb });_debbb .CA =_cc .MakeFloat (alpha ); +_eedf .AddAnnotation (_debbb .PdfAnnotation );return _debbb .PdfAnnotation ;}; -// SetLineLevelOffset sets the amount of space an indentation level occupies -// for all new lines of the table of contents. -func (_bacgca *TOC )SetLineLevelOffset (levelOffset float64 ){_bacgca ._dddcf =levelOffset };func (_eafcb *templateProcessor )parsePositioningAttr (_dgeea ,_ebcgd string )Positioning {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0069\u006e\u0067\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_dgeea ,_ebcgd ); -_gfbg :=map[string ]Positioning {"\u0072\u0065\u006c\u0061\u0074\u0069\u0076\u0065":PositionRelative ,"\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065":PositionAbsolute }[_ebcgd ];return _gfbg ;}; +// SkipRows skips over a specified number of rows in the table. +func (_bdbe *Table )SkipRows (num int ){_afag :=num *_bdbe ._ggfcc -1;if _afag < 0{_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _daef :=0;_daef < _afag ;_daef ++{_bdbe .NewCell ();};}; -// SetHeight sets the height of the ellipse. -func (_badd *Ellipse )SetHeight (height float64 ){_badd ._fgbb =height }; +// Height returns the height of the Paragraph. The height is calculated based on the input text and +// how it is wrapped within the container. Does not include Margins. +func (_badfa *Paragraph )Height ()float64 {_badfa .wrapText ();return float64 (len (_badfa ._cefa ))*_badfa ._eaff *_badfa ._afgfg ;}; -// SetRowPosition sets cell row position. -func (_acfe *TableCell )SetRowPosition (row int ){_acfe ._fgcga =row };func (_fdd *Block )setOpacity (_ce float64 ,_abb float64 )(string ,error ){if (_ce < 0||_ce >=1.0)&&(_abb < 0||_abb >=1.0){return "",nil ;};_dec :=0;_gdb :=_f .Sprintf ("\u0047\u0053\u0025\u0064",_dec ); -for _fdd ._fa .HasExtGState (_be .PdfObjectName (_gdb )){_dec ++;_gdb =_f .Sprintf ("\u0047\u0053\u0025\u0064",_dec );};_cg :=_be .MakeDict ();if _ce >=0&&_ce < 1.0{_cg .Set ("\u0063\u0061",_be .MakeFloat (_ce ));};if _abb >=0&&_abb < 1.0{_cg .Set ("\u0043\u0041",_be .MakeFloat (_abb )); -};_fcf :=_fdd ._fa .AddExtGState (_be .PdfObjectName (_gdb ),_cg );if _fcf !=nil {return "",_fcf ;};return _gdb ,nil ;}; +// SetMarkedContentID sets the marked content ID for the paragraph. +func (_egfa *StyledParagraph )SetMarkedContentID (mcid int64 )*_fg .KDict {_egfa ._gccf =&mcid ;_ebcg :=_fg .NewKDictionary ();_ebcg .S =_cc .MakeName ("\u0050");_ebcg .K =_cc .MakeInteger (mcid );return _ebcg ;}; -// SetMarkedContentID sets the marked content identifier. -func (_egde *Polygon )SetMarkedContentID (mcid int64 )*_gd .KDict {_egde ._fgdbe =&mcid ;_daab :=_gd .NewKDictionary ();_daab .S =_be .MakeName (_gd .StructureTypeFigure );_daab .K =_be .MakeInteger (mcid );return _daab ;}; +// CurCol returns the currently active cell's column number. +func (_cgagc *Table )CurCol ()int {_aafcd :=(_cgagc ._cgce -1)%(_cgagc ._ggfcc )+1;return _aafcd }; -// FitMode returns the fit mode of the line. -func (_fddf *Line )FitMode ()FitMode {return _fddf ._aedgf }; +// MoveX moves the drawing context to absolute position x. +func (_dccb *Creator )MoveX (x float64 ){_dccb ._eac .X =x };var (PageSizeA3 =PageSize {297*PPMM ,420*PPMM };PageSizeA4 =PageSize {210*PPMM ,297*PPMM };PageSizeA5 =PageSize {148*PPMM ,210*PPMM };PageSizeLetter =PageSize {8.5*PPI ,11*PPI };PageSizeLegal =PageSize {8.5*PPI ,14*PPI }; +); -// Write output of creator to io.Writer interface. -func (_cafcd *Creator )Write (ws _cb .Writer )error {if _gfede :=_cafcd .Finalize ();_gfede !=nil {return _gfede ;};_ffba :="";if _bbb ,_acag :=ws .(*_e .File );_acag {_ffba =_bbb .Name ();};_bdg :=_gd .NewPdfWriter ();_bdg .SetOptimizer (_cafcd ._bfg ); -_bdg .SetFileName (_ffba );if _cafcd ._bdac !=nil {_aaab :=_bdg .SetForms (_cafcd ._bdac );if _aaab !=nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_aaab );return _aaab ;};};if _cafcd ._dfac !=nil {_bdg .AddOutlineTree (_cafcd ._dfac ); -}else if _cafcd ._eagf !=nil &&_cafcd .AddOutlines {_bdg .AddOutlineTree (&_cafcd ._eagf .ToPdfOutline ().PdfOutlineTreeNode );};if _cafcd ._ddad !=nil {if _bbdcf :=_bdg .SetPageLabels (_cafcd ._ddad );_bbdcf !=nil {_ca .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020C\u006f\u0075\u006c\u0064 no\u0074 s\u0065\u0074\u0020\u0070\u0061\u0067\u0065 l\u0061\u0062\u0065\u006c\u0073\u003a\u0020%\u0076",_bbdcf ); -return _bbdcf ;};};if _cafcd ._dgad !=nil {for _ ,_efg :=range _cafcd ._dgad {_fabd :=_efg .SubsetRegistered ();if _fabd !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006ft\u0020s\u0075\u0062\u0073\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0025\u0076",_fabd ); -return _fabd ;};};};if _cafcd ._eaa !=nil {_degf :=_cafcd ._eaa (&_bdg );if _degf !=nil {_ca .Log .Debug ("F\u0061\u0069\u006c\u0075\u0072\u0065\u003a\u0020\u0025\u0076",_degf );return _degf ;};};for _dgga ,_deca :=range _cafcd ._bee {_accf :=_bdg .AddPage (_deca ); -if _accf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006ced\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0050\u0061\u0067\u0065\u003a\u0020%\u0076",_accf );return _accf ;};if _cafcd ._fgc !=nil {_bcb :=_cafcd ._fgc .K ;_beda ,_gcbg :=_bdg .GetPageIndirectObject (_dgga ); -if _gcbg !=nil {_ca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043\u006fu\u006c\u0064\u0020n\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061ge\u0020\u0069\u006ed\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074 \u0025\u0076",_gcbg ); -};var _bfaf func (_bgba *_gd .KDict );_bfaf =func (_fgab *_gd .KDict ){if _fgab ==nil {return ;};if _fgab .GetPageNumber ()-1==int64 (_dgga ){_fgab .SetPage (_beda );};for _ ,_ceac :=range _fgab .GetChildren (){if _eeac :=_ceac .GetKDict ();_eeac !=nil {_bfaf (_eeac ); -};};};for _ ,_bgeg :=range _bcb {_bfaf (_bgeg );};};};if _cafcd ._fgc !=nil {if _cae :=_bdg .SetCatalogStructTreeRoot (_cafcd ._fgc .ToPdfObject ());_cae !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0073\u0065\u0074 \u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006ft\u003a\u0020\u0025\u0076",_cae ); -return _cae ;};};if _cafcd ._ggfa !=nil {if _eccgb :=_bdg .SetCatalogViewerPreferences (_cafcd ._ggfa .ToPdfObject ());_eccgb !=nil {_ca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074\u0020\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_eccgb ); -return _eccgb ;};};if _cafcd ._ggfag !=""{if _fdb :=_bdg .SetCatalogLanguage (_be .MakeString (_cafcd ._ggfag ));_fdb !=nil {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0073\u0065t\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_fdb ); -return _fdb ;};};_baga :=_bdg .Write (ws );if _baga !=nil {return _baga ;};return nil ;}; +// SetOpacity sets opacity for Image. +func (_dge *Image )SetOpacity (opacity float64 ){_dge ._cffdg =opacity }; -// SetLevel sets the indentation level of the TOC line. -func (_accge *TOCLine )SetLevel (level uint ){_accge ._bfcf =level ;_accge ._ecfeg ._affa .Left =_accge ._gdcff +float64 (_accge ._bfcf -1)*_accge ._gedeb ;}; +// SetStyleRight sets border style for right side. +func (_abf *border )SetStyleRight (style CellBorderStyle ){_abf ._egd =style };func _caea (_deefe *Block ,_bcbbg *Image ,_ecaa DrawContext )(DrawContext ,error ){_ggec :=_ecaa ;_agfe :=1;_egef :=_cc .PdfObjectName (_g .Sprintf ("\u0049\u006d\u0067%\u0064",_agfe )); +for _deefe ._fdf .HasXObjectByName (_egef ){_agfe ++;_egef =_cc .PdfObjectName (_g .Sprintf ("\u0049\u006d\u0067%\u0064",_agfe ));};_gcbd :=_deefe ._fdf .SetXObjectImageByNameLazy (_egef ,_bcbbg ._abg ,_bcbbg ._bbdd );if _gcbd !=nil {return _ecaa ,_gcbd ; +};_aebb :=0;_bcbfbf :=_cc .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_aebb ));for _deefe ._fdf .HasExtGState (_bcbfbf ){_aebb ++;_bcbfbf =_cc .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_aebb ));};_gae :=_cc .MakeDict ();_gae .Set ("\u0042\u004d",_cc .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); +if _bcbbg ._cffdg < 1.0{_gae .Set ("\u0043\u0041",_cc .MakeFloat (_bcbbg ._cffdg ));_gae .Set ("\u0063\u0061",_cc .MakeFloat (_bcbbg ._cffdg ));};_gcbd =_deefe ._fdf .AddExtGState (_bcbfbf ,_cc .MakeIndirectObject (_gae ));if _gcbd !=nil {return _ecaa ,_gcbd ; +};_bead :=_bcbbg .Width ();_fecg :=_bcbbg .Height ();_ ,_aebeg :=_bcbbg .rotatedSize ();_bgeaa :=_ecaa .X ;_eeg :=_ecaa .PageHeight -_ecaa .Y -_fecg ;if _bcbbg ._bebb .IsRelative (){_eeg -=(_aebeg -_fecg )/2;switch _bcbbg ._dege {case HorizontalAlignmentCenter :_bgeaa +=(_ecaa .Width -_bead )/2; +case HorizontalAlignmentRight :_bgeaa =_ecaa .PageWidth -_ecaa .Margins .Right -_bcbbg ._efdcd .Right -_bead ;};};_acba :=_bcbbg ._bfff ;_cbgb :=_cb .NewContentCreator ();if _bcbbg ._aeeg !=nil {_cbgb .Add_BDC (*_cc .MakeName (_fg .StructureTypeFigure ),map[string ]_cc .PdfObject {"\u004d\u0043\u0049\u0044":_cc .MakeInteger (*_bcbbg ._aeeg )}); +};_cbgb .Add_gs (_bcbfbf );_cbgb .Translate (_bgeaa ,_eeg );if _acba !=0{_cbgb .Translate (_bead /2,_fecg /2);_cbgb .RotateDeg (_acba );_cbgb .Translate (-_bead /2,-_fecg /2);};_cbgb .Scale (_bead ,_fecg ).Add_Do (_egef );if _bcbbg ._aeeg !=nil {_cbgb .Add_EMC (); +};_ffaf :=_cbgb .Operations ();_ffaf .WrapIfNeeded ();_deefe .addContents (_ffaf );if _bcbbg ._bebb .IsRelative (){_ecaa .Y +=_aebeg ;_ecaa .Height -=_aebeg ;return _ecaa ,nil ;};return _ggec ,nil ;};func (_bfed *Division )drawBackground (_fbff []*Block ,_ceef ,_adec DrawContext ,_aefa bool )([]*Block ,error ){_add :=len (_fbff ); +if _add ==0||_bfed ._eag ==nil {return _fbff ,nil ;};_dcaf :=make ([]*Block ,0,len (_fbff ));for _gbdd ,_aded :=range _fbff {var (_ffff =_bfed ._eag .BorderRadiusTopLeft ;_cbagf =_bfed ._eag .BorderRadiusTopRight ;_eea =_bfed ._eag .BorderRadiusBottomLeft ; +_ceba =_bfed ._eag .BorderRadiusBottomRight ;);_cgbfe :=_ceef ;_cgbfe .Page +=_gbdd ;if _gbdd ==0{if _aefa {_dcaf =append (_dcaf ,_aded );continue ;};if _add ==1{_cgbfe .Height =_adec .Y -_ceef .Y ;};}else {_cgbfe .X =_cgbfe .Margins .Left +_bfed ._dbfc .Left ; +_cgbfe .Y =_cgbfe .Margins .Top ;_cgbfe .Width =_cgbfe .PageWidth -_cgbfe .Margins .Left -_cgbfe .Margins .Right -_bfed ._dbfc .Left -_bfed ._dbfc .Right ;if _gbdd ==_add -1{_cgbfe .Height =_adec .Y -_cgbfe .Margins .Top -_bfed ._dbfc .Top ;}else {_cgbfe .Height =_cgbfe .PageHeight -_cgbfe .Margins .Top -_cgbfe .Margins .Bottom ; +};if !_aefa {_ffff =0;_cbagf =0;};};if _add > 1&&_gbdd !=_add -1{_eea =0;_ceba =0;};_bgb :=_gffd (_cgbfe .X ,_cgbfe .Y ,_cgbfe .Width ,_cgbfe .Height );_bgb .SetFillColor (_bfed ._eag .FillColor );_bgb .SetBorderColor (_bfed ._eag .BorderColor );_bgb .SetBorderWidth (_bfed ._eag .BorderSize ); +_bgb .SetBorderRadius (_ffff ,_cbagf ,_eea ,_ceba );_dgfg ,_ ,_cfgd :=_bgb .GeneratePageBlocks (_cgbfe );if _cfgd !=nil {return nil ,_cfgd ;};if len (_dgfg )==0{continue ;};_dace :=_dgfg [0];if _cfgd =_dace .mergeBlocks (_aded );_cfgd !=nil {return nil ,_cfgd ; +};_dcaf =append (_dcaf ,_dace );};return _dcaf ,nil ;};func (_edbab *templateProcessor )parseListMarker (_bcda *templateNode )(interface{},error ){if _bcda ._dadbf ==nil {_edbab .nodeLogError (_bcda ,"\u004c\u0069\u0073\u0074\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0063a\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); +return nil ,_bgacd ;};var _fbdbe *TextChunk ;switch _gagfc :=_bcda ._dadbf ._fcga .(type ){case *List :_fbdbe =&_gagfc ._bcga ;case *listItem :_fbdbe =&_gagfc ._fdfdb ;default:_edbab .nodeLogError (_bcda ,"\u0025\u0076 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u006c\u0069\u0073\u0074\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e",_gagfc ); +return nil ,_bgacd ;};if _ ,_daca :=_edbab .parseTextChunk (_bcda ,_fbdbe );_daca !=nil {_edbab .nodeLogError (_bcda ,"\u0043\u006f\u0075ld\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072\u0073e\u0020l\u0069s\u0074 \u006d\u0061\u0072\u006b\u0065\u0072\u003a\u0020\u0060\u0025\u0076\u0060\u002e",_daca ); +return nil ,nil ;};return _fbdbe ,nil ;};func _dadf (_gcae []byte )(*Image ,error ){_ceee :=_ad .NewReader (_gcae );_cbcb ,_efaa :=_fg .ImageHandling .Read (_ceee );if _efaa !=nil {_e .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_efaa ); +return nil ,_efaa ;};return _gfgg (_cbcb );}; -// Table allows organizing content in an rows X columns matrix, which can spawn across multiple pages. -type Table struct{_addf int ;_cafcb int ;_eaeec int ;_faae []float64 ;_gadc []float64 ;_aedbd float64 ;_gedg []*TableCell ;_gaad []int ;_ccdf Positioning ;_dece ,_aeff float64 ;_ccecg Margins ;_fbbbb bool ;_bccfd int ;_deceb int ;_ffeag bool ;_ebcgb bool ; -_ggab bool ;}; +// Title returns the title of the invoice. +func (_bdag *Invoice )Title ()string {return _bdag ._edaed }; -// Width returns the width of the graphic svg. -func (_eedb *GraphicSVG )Width ()float64 {return _eedb ._dddg .Width }; +// Invoice represents a configurable invoice template. +type Invoice struct{_edaed string ;_efcff *Image ;_edecg *InvoiceAddress ;_ddacd *InvoiceAddress ;_acbc string ;_egfe [2]*InvoiceCell ;_afgcd [2]*InvoiceCell ;_bddf [2]*InvoiceCell ;_bbaef [][2]*InvoiceCell ;_gda []*InvoiceCell ;_gadcc [][]*InvoiceCell ; +_bfaa [2]*InvoiceCell ;_gbba [2]*InvoiceCell ;_bgab [][2]*InvoiceCell ;_ccbd [2]string ;_cgaa [2]string ;_feac [][2]string ;_dadb TextStyle ;_cabf TextStyle ;_cegc TextStyle ;_aegb TextStyle ;_gdcbb TextStyle ;_agdde TextStyle ;_gfbc TextStyle ;_acd InvoiceCellProps ; +_fbbe InvoiceCellProps ;_abed InvoiceCellProps ;_fafg InvoiceCellProps ;_fgde Positioning ;}; -// SetPadding sets the padding of the component. The padding represents -// inner margins which are applied around the contents of the division. -// The background of the component is not affected by its padding. -func (_dgea *Division )SetPadding (left ,right ,top ,bottom float64 ){_dgea ._dcfb .Left =left ;_dgea ._dcfb .Right =right ;_dgea ._dcfb .Top =top ;_dgea ._dcfb .Bottom =bottom ;}; +// RotatedSize returns the width and height of the rotated block. +func (_ggd *Block )RotatedSize ()(float64 ,float64 ){_ ,_ ,_gac ,_gbe :=_cbbf (_ggd ._fbe ,_ggd ._fe ,_ggd ._de );return _gac ,_gbe ;}; -// Width is not used. The list component is designed to fill into the available -// width depending on the context. Returns 0. -func (_adcdb *List )Width ()float64 {return 0};func _dgbe (_ggeb string )(*GraphicSVG ,error ){_deda ,_ddea :=_ea .ParseFromFile (_ggeb );if _ddea !=nil {return nil ,_ddea ;};return _badfd (_deda );};func (_ggdb *templateProcessor )nodeLogError (_baba *templateNode ,_ffdb string ,_adgg ...interface{}){_ca .Log .Error (_ggdb .getNodeErrorLocation (_baba ,_ffdb ,_adgg ...)); +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_adge *List )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var _ebdga float64 ;var _ecfeg []*StyledParagraph ;for _ ,_dgeg :=range _adge ._ecd {_egec :=_gdcg (_adge ._bfce );_egec .SetEnableWrap (false );_egec .SetTextAlignment (TextAlignmentRight ); +_egec .Append (_dgeg ._fdfdb .Text ).Style =_dgeg ._fdfdb .Style ;_ebgga :=_egec .getTextWidth ()/1000.0/ctx .Width ;if _ebdga < _ebgga {_ebdga =_ebgga ;};_ecfeg =append (_ecfeg ,_egec );};_dceg :=_dgbaa (2);_dceg .SetColumnWidths (_ebdga ,1-_ebdga );_dceg .SetMargins (_adge ._dffgd .Left +_adge ._bfcab ,_adge ._dffgd .Right ,_adge ._dffgd .Top ,_adge ._dffgd .Bottom ); +_dceg .EnableRowWrap (true );for _dbge ,_fgac :=range _adge ._ecd {_bcfc :=_dceg .NewCell ();_bcfc .SetIndent (0);_bcfc .SetContent (_ecfeg [_dbge ]);_bcfc =_dceg .NewCell ();_bcfc .SetIndent (0);_bcfc .SetContent (_fgac ._cabb );};return _dceg .GeneratePageBlocks (ctx ); }; -// RotatedSize returns the width and height of the rotated block. -func (_ade *Block )RotatedSize ()(float64 ,float64 ){_ ,_ ,_dgf ,_cfc :=_bcecf (_ade ._de ,_ade ._ad ,_ade ._ac );return _dgf ,_cfc ;};func (_cgdf *Table )sortCells (){_d .Slice (_cgdf ._gedg ,func (_gdabd ,_cbfca int )bool {_bdbef :=_cgdf ._gedg [_gdabd ]._fgcga ; -_fdbe :=_cgdf ._gedg [_cbfca ]._fgcga ;if _bdbef < _fdbe {return true ;};if _bdbef > _fdbe {return false ;};return _cgdf ._gedg [_gdabd ]._gggbbd < _cgdf ._gedg [_cbfca ]._gggbbd ;});}; +// NewList creates a new list. +func (_ebfe *Creator )NewList ()*List {return _befg (_ebfe .NewTextStyle ())}; -// ToRGB implements interface Color. -// Note: It's not directly used since shading color works differently than regular color. -func (_gdfg *LinearShading )ToRGB ()(float64 ,float64 ,float64 ){return 0,0,0};func _cfgb ()*Division {return &Division {_adbb :true }};func (_ebbd *Invoice )newColumn (_fedbe string ,_adeg CellHorizontalAlignment )*InvoiceCell {_ffed :=&InvoiceCell {_ebbd ._dbbfd ,_fedbe }; -_ffed .Alignment =_adeg ;return _ffed ;}; +// GetMargins returns the Chapter's margin: left, right, top, bottom. +func (_geac *Chapter )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _geac ._ffg .Left ,_geac ._ffg .Right ,_geac ._ffg .Top ,_geac ._ffg .Bottom ;}; -// DashPattern returns the dash pattern of the line. -func (_acccd *Line )DashPattern ()(_gdde []int64 ,_gfdc int64 ){return _acccd ._cccd ,_acccd ._aaed }; +// SetIncludeInTOC sets a flag to indicate whether or not to include in tOC. +func (_agaf *Chapter )SetIncludeInTOC (includeInTOC bool ){_agaf ._feff =includeInTOC };func _cacf ()*FilledCurve {_cedc :=FilledCurve {};_cedc ._fffb =[]_ee .CubicBezierCurve {};return &_cedc ;}; -// GraphicSVG represents a drawable graphic SVG. -// It is used to render the graphic SVG components using a creator instance. -type GraphicSVG struct{_dddg *_ea .GraphicSVG ;_cdgd Positioning ;_eeeb float64 ;_gca float64 ;_agdb Margins ;_dcfc *int64 ;}; +// Total returns the invoice total description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_eggf *Invoice )Total ()(*InvoiceCell ,*InvoiceCell ){return _eggf ._gbba [0],_eggf ._gbba [1]}; -// GetCoords returns the upper left corner coordinates of the rectangle (`x`, `y`). -func (_cedf *Rectangle )GetCoords ()(float64 ,float64 ){return _cedf ._fdeb ,_cedf ._fefcd }; +// Marker returns the marker used for the list items. +// The marker instance can be used the change the text and the style +// of newly added list items. +func (_bagbd *List )Marker ()*TextChunk {return &_bagbd ._bcga }; -// SetCompactMode sets the compact mode flag for this table. -// -// By enabling compact mode, table cell that contains Paragraph/StyleParagraph -// would not add extra height when calculating it's height. -// -// The default value is false. -func (_bbee *Table )SetCompactMode (enable bool ){_bbee ._ggab =enable }; +// NewImage create a new image from a unidoc image (model.Image). +func (_bdab *Creator )NewImage (img *_fg .Image )(*Image ,error ){return _gfgg (img )}; -// SetLogo sets the logo of the invoice. -func (_egfg *Invoice )SetLogo (logo *Image ){_egfg ._afed =logo }; +// MultiColCell makes a new cell with the specified column span and inserts it +// into the table at the current position. +func (_ccec *Table )MultiColCell (colspan int )*TableCell {return _ccec .MultiCell (1,colspan )}; -// NoteStyle returns the style properties used to render the content of the -// invoice note sections. -func (_dbdc *Invoice )NoteStyle ()TextStyle {return _dbdc ._degfg }; +// FitMode returns the fit mode of the ellipse. +func (_gbb *Ellipse )FitMode ()FitMode {return _gbb ._gbee };type fontMetrics struct{_bcgbe float64 ;_fbdag float64 ;_gecad float64 ;_dfef float64 ;}; -// SetShowNumbering sets a flag to indicate whether or not to show chapter numbers as part of title. -func (_ceaa *Chapter )SetShowNumbering (show bool ){_ceaa ._dge =show ;_ceaa ._adbf .SetText (_ceaa .headingText ());};func _ebdg (_gaeg [][]_ddb .Point )*Polygon {return &Polygon {_dbfd :&_ddb .Polygon {Points :_gaeg },_cbfb :1.0,_gcdg :1.0};}; +// Link returns link information for this line. +func (_cfbf *TOCLine )Link ()(_bdee int64 ,_efbgd ,_eedab float64 ){return _cfbf ._cbefe ,_cfbf ._dfecd ,_cfbf ._daccb ;}; -// SetMarkedContentID sets marked content ID. -func (_cggg *Polyline )SetMarkedContentID (mcid int64 )*_gd .KDict {_cggg ._ecga =&mcid ;_eabcd :=_gd .NewKDictionary ();_eabcd .S =_be .MakeName (_gd .StructureTypeFigure );_eabcd .K =_be .MakeInteger (mcid );return _eabcd ;}; +// LineWidth returns the width of the line. +func (_bbegg *Line )LineWidth ()float64 {return _bbegg ._ffbcg };func _fbbab (_dacb float64 ,_eadae float64 )float64 {return _d .Round (_dacb /_eadae )*_eadae }; -// Height returns the height of the Paragraph. The height is calculated based on the input text and -// how it is wrapped within the container. Does not include Margins. -func (_aaeb *Paragraph )Height ()float64 {_aaeb .wrapText ();return float64 (len (_aaeb ._beag ))*_aaeb ._agdbb *_aaeb ._geac ;}; +// SetLink makes the line an internal link. +// The text parameter represents the text that is displayed. +// The user is taken to the specified page, at the specified x and y +// coordinates. Position 0, 0 is at the top left of the page. +func (_bfaaa *TOCLine )SetLink (page int64 ,x ,y float64 ){_bfaaa ._dfecd =x ;_bfaaa ._daccb =y ;_bfaaa ._cbefe =page ;_fbcdf :=_bfaaa ._bcecg ._caff .Color ;_bfaaa .Number .Style .Color =_fbcdf ;_bfaaa .Title .Style .Color =_fbcdf ;_bfaaa .Separator .Style .Color =_fbcdf ; +_bfaaa .Page .Style .Color =_fbcdf ;}; + +// NoteHeadingStyle returns the style properties used to render the heading of +// the invoice note sections. +func (_bgbf *Invoice )NoteHeadingStyle ()TextStyle {return _bgbf ._gfbc }; + +// SetTextAlignment sets the horizontal alignment of the text within the space provided. +func (_ddgd *Paragraph )SetTextAlignment (align TextAlignment ){_ddgd ._eead =align }; // SetSideBorderWidth sets the cell's side border width. -func (_eafc *TableCell )SetSideBorderWidth (side CellBorderSide ,width float64 ){switch side {case CellBorderSideAll :_eafc ._efec =width ;_eafc ._acdc =width ;_eafc ._debdc =width ;_eafc ._gecc =width ;case CellBorderSideTop :_eafc ._efec =width ;case CellBorderSideBottom :_eafc ._acdc =width ; -case CellBorderSideLeft :_eafc ._debdc =width ;case CellBorderSideRight :_eafc ._gecc =width ;};}; +func (_eeda *TableCell )SetSideBorderWidth (side CellBorderSide ,width float64 ){switch side {case CellBorderSideAll :_eeda ._ffagg =width ;_eeda ._edca =width ;_eeda ._gaeea =width ;_eeda ._gcbb =width ;case CellBorderSideTop :_eeda ._ffagg =width ;case CellBorderSideBottom :_eeda ._edca =width ; +case CellBorderSideLeft :_eeda ._gaeea =width ;case CellBorderSideRight :_eeda ._gcbb =width ;};}; -// NewBlock creates a new Block with specified width and height. -func NewBlock (width float64 ,height float64 )*Block {_gg :=&Block {};_gg ._ge =&_eag .ContentStreamOperations {};_gg ._fa =_gd .NewPdfPageResources ();_gg ._de =width ;_gg ._ad =height ;return _gg ;}; +// NewChart creates a new creator drawable based on the provided +// unichart chart component. +func NewChart (chart _eb .ChartRenderable )*Chart {return _cbfa (chart )};func (_bbaa *TOCLine )getLineLink ()*_fg .PdfAnnotation {if _bbaa ._cbefe <=0{return nil ;};return _adcae (_bbaa ._cbefe -1,_bbaa ._dfecd ,_bbaa ._daccb ,0);}; -// SetLineColor sets the line color. -func (_fcggf *Polyline )SetLineColor (color Color ){_fcggf ._gcaf .LineColor =_fac (color )};func (_efacf *templateProcessor )parsePageBreak (_ddbf *templateNode )(interface{},error ){return _addgg (),nil ;}; +// GeneratePageBlocks generate the Page blocks. Draws the Image on a block, implementing the Drawable interface. +func (_agdg *Image )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){if _agdg ._abg ==nil {if _dbff :=_agdg .makeXObject ();_dbff !=nil {return nil ,ctx ,_dbff ;};};var _aafa []*Block ;_gcec :=ctx ;_fdegb :=NewBlock (ctx .PageWidth ,ctx .PageHeight ); +if _agdg ._bebb .IsRelative (){_agdg .applyFitMode (ctx .Width );ctx .X +=_agdg ._efdcd .Left ;ctx .Y +=_agdg ._efdcd .Top ;ctx .Width -=_agdg ._efdcd .Left +_agdg ._efdcd .Right ;ctx .Height -=_agdg ._efdcd .Top +_agdg ._efdcd .Bottom ;if _agdg ._gcca > ctx .Height {_aafa =append (_aafa ,_fdegb ); +_fdegb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_efeb :=ctx ;_efeb .Y =ctx .Margins .Top +_agdg ._efdcd .Top ;_efeb .X =ctx .Margins .Left +_agdg ._efdcd .Left ;_efeb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_agdg ._efdcd .Top -_agdg ._efdcd .Bottom ; +_efeb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_agdg ._efdcd .Left -_agdg ._efdcd .Right ;ctx =_efeb ;};}else {ctx .X =_agdg ._cdaf ;ctx .Y =_agdg ._baeg ;};ctx ,_afec :=_caea (_fdegb ,_agdg ,ctx );if _afec !=nil {return nil ,ctx ,_afec ; +};_aafa =append (_aafa ,_fdegb );if _agdg ._bebb .IsAbsolute (){ctx =_gcec ;}else {ctx .X =_gcec .X ;ctx .Width =_gcec .Width ;ctx .Y +=_agdg ._efdcd .Bottom ;};return _aafa ,ctx ,nil ;}; -// SetFont sets the Paragraph's font. -func (_aaad *Paragraph )SetFont (font *_gd .PdfFont ){_aaad ._caccd =font };func (_eceeb *templateProcessor )parseChapter (_eabf *templateNode )(interface{},error ){_bgac :=_eceeb .creator .NewChapter ;if _eabf ._ddbbd !=nil {if _aecae ,_gace :=_eabf ._ddbbd ._fdfd .(*Chapter ); -_gace {_bgac =_aecae .NewSubchapter ;};};_fdadf :=_bgac ("");for _ ,_fcgga :=range _eabf ._eccfd .Attr {_fdcf :=_fcgga .Value ;switch _eedbc :=_fcgga .Name .Local ;_eedbc {case "\u0073\u0068\u006f\u0077\u002d\u006e\u0075\u006d\u0062e\u0072\u0069\u006e\u0067":_fdadf .SetShowNumbering (_eceeb .parseBoolAttr (_eedbc ,_fdcf )); -case "\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u002d\u0069n\u002d\u0074\u006f\u0063":_fdadf .SetIncludeInTOC (_eceeb .parseBoolAttr (_eedbc ,_fdcf ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_cafdg :=_eceeb .parseMarginAttr (_eedbc ,_fdcf );_fdadf .SetMargins (_cafdg .Left ,_cafdg .Right ,_cafdg .Top ,_cafdg .Bottom ); -default:_eceeb .nodeLogDebug (_eabf ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_eedbc ); -};};return _fdadf ,nil ;};func (_afea *templateProcessor )parseTextVerticalAlignmentAttr (_abdg ,_eafcf string )TextVerticalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_abdg ,_eafcf ); -_bgefg :=map[string ]TextVerticalAlignment {"\u0062\u0061\u0073\u0065\u006c\u0069\u006e\u0065":TextVerticalAlignmentBaseline ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextVerticalAlignmentCenter }[_eafcf ];return _bgefg ;}; +// InsertColumn inserts a column in the line items table at the specified index. +func (_daff *Invoice )InsertColumn (index uint ,description string )*InvoiceCell {_gccce :=uint (len (_daff ._gda ));if index > _gccce {index =_gccce ;};_cefc :=_daff .NewColumn (description );_daff ._gda =append (_daff ._gda [:index ],append ([]*InvoiceCell {_cefc },_daff ._gda [index :]...)...); +return _cefc ;};func (_cefee *templateProcessor )renderNode (_fagfd *templateNode )error {_gede :=_fagfd ._fcga ;if _gede ==nil {return nil ;};_aeede :=_fagfd ._fagc .Name .Local ;_dcgg ,_daggg :=_fbcba [_aeede ];if !_daggg {_cefee .nodeLogDebug (_fagfd ,"I\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e \u0053\u006b\u0069p\u0070i\u006e\u0067\u002e",_aeede ); +return nil ;};var _ebea interface{};if _fagfd ._dadbf !=nil &&_fagfd ._dadbf ._fcga !=nil {_bbbgg :=_fagfd ._dadbf ._fagc .Name .Local ;if _ ,_daggg =_dcgg ._gefce [_bbbgg ];!_daggg {_cefee .nodeLogDebug (_fagfd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_bbbgg ,_aeede ); +return _bgacd ;};_ebea =_fagfd ._dadbf ._fcga ;}else {_eafd :="\u0063r\u0065\u0061\u0074\u006f\u0072";switch _cefee ._fcge .(type ){case *Block :_eafd ="\u0062\u006c\u006fc\u006b";};if _ ,_daggg =_dcgg ._gefce [_eafd ];!_daggg {_cefee .nodeLogDebug (_fagfd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e \u0069\u0073\u0020no\u0074\u0020\u0061\u0020\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u003c\u0025\u0073\u003e\u0020\u0074a\u0067\u002e",_eafd ,_aeede ); +return _bgacd ;};_ebea =_cefee ._fcge ;};switch _gddc :=_ebea .(type ){case componentRenderer :_dgcca ,_aeccee :=_gede .(Drawable );if !_aeccee {_cefee .nodeLogError (_fagfd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020n\u006f\u0074\u0020\u0061\u0020\u0064\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u002e",_aeede ,_gede ); +return _fddc ;};_cbead :=_gddc .Draw (_dgcca );if _cbead !=nil {return _cefee .nodeError (_fagfd ,"\u0043\u0061\u006en\u006f\u0074\u0020\u0064r\u0061\u0077\u0073\u0020\u0074\u0061\u0067 \u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u0073\u002e",_aeede ,_gede ,_cbead ); +};case *Division :switch _dafb :=_gede .(type ){case *Background :_gddc .SetBackground (_dafb );case VectorDrawable :_eaaed :=_gddc .Add (_dafb );if _eaaed !=nil {return _cefee .nodeError (_fagfd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061d\u0064\u0020\u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054)\u0020\u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0044\u0069\u0076i\u0073\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u002e",_aeede ,_gede ,_eaaed ); +};};case *TableCell :_cdge ,_fcaadf :=_gede .(VectorDrawable );if !_fcaadf {_cefee .nodeLogError (_fagfd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029 \u0069\u0073\u0020\u006e\u006f\u0074 \u0061\u0020\u0076\u0065\u0063\u0074\u006f\u0072\u0020\u0064\u0072\u0061\u0077a\u0062\u006c\u0065\u002e",_aeede ,_gede ); +return _fddc ;};_caaef :=_gddc .SetContent (_cdge );if _caaef !=nil {return _cefee .nodeError (_fagfd ,"C\u0061\u006e\u006e\u006f\u0074\u0020\u0061\u0064\u0064 \u0074\u0061\u0067\u0020\u003c\u0025\u0073> \u0028\u0025\u0054\u0029 \u0069\u006e\u0074\u006f\u0020\u0061\u0020\u0074\u0061bl\u0065\u0020c\u0065\u006c\u006c\u003a\u0020\u0025\u0073\u002e",_aeede ,_gede ,_caaef ); +};case *StyledParagraph :_afgde ,_caaca :=_gede .(*TextChunk );if !_caaca {_cefee .nodeLogError (_fagfd ,"\u0054\u0061\u0067 <\u0025\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020i\u0073 \u006eo\u0074 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e",_aeede ,_gede ); +return _fddc ;};_gddc .appendChunk (_afgde );case *Chapter :switch _adegc :=_gede .(type ){case *Chapter :return nil ;case *Paragraph :if _fagfd ._fagc .Name .Local =="\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067"{return nil ; +};_gbdbb :=_gddc .Add (_adegc );if _gbdbb !=nil {return _cefee .nodeError (_fagfd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_aeede ,_gede ,_gbdbb ); +};case Drawable :_bdfccg :=_gddc .Add (_adegc );if _bdfccg !=nil {return _cefee .nodeError (_fagfd ,"\u0043a\u006e\u006eo\u0074\u0020\u0061\u0064d\u0020\u0074\u0061g\u0020\u003c\u0025\u0073\u003e\u0020\u0028\u0025\u0054) \u0069\u006e\u0074o\u0020\u0061 \u0043\u0068\u0061\u0070\u0074\u0065r\u003a\u0020%\u0073\u002e",_aeede ,_gede ,_bdfccg ); +};};case *List :switch _bgecb :=_gede .(type ){case *TextChunk :case *listItem :_gddc ._ecd =append (_gddc ._ecd ,_bgecb );default:_cefee .nodeLogError (_fagfd ,"\u0054\u0061\u0067\u0020\u003c\u0025\u0073>\u0020\u0028\u0025T\u0029\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u0074\u0065\u006d\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_aeede ,_gede ); +};case *listItem :switch _eegc :=_gede .(type ){case *TextChunk :case *StyledParagraph :_gddc ._cabb =_eegc ;case *List :if _eegc ._abfa {_eegc ._bfcab =15;};_gddc ._cabb =_eegc ;case *Image :_gddc ._cabb =_eegc ;case *Division :_gddc ._cabb =_eegc ;case *Table :_gddc ._cabb =_eegc ; +default:_cefee .nodeLogError (_fagfd ,"\u0054\u0061\u0067\u0020\u003c%\u0073\u003e\u0020\u0028\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u006c\u0069\u0073\u0074\u002e",_aeede ,_gede ); +return _fddc ;};};return nil ;};func (_beece *templateProcessor )parseTableCell (_fgda *templateNode )(interface{},error ){if _fgda ._dadbf ==nil {_beece .nodeLogError (_fgda ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return nil ,_bgacd ;};_ccea ,_cacbf :=_fgda ._dadbf ._fcga .(*Table );if !_cacbf {_beece .nodeLogError (_fgda ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020\u006e\u006f\u0074\u0020a\u0020\u0074a\u0062\u006c\u0065\u002e",_fgda ._dadbf ._fcga ); +return nil ,_bgacd ;};var _gcabb ,_eacg int64 ;for _ ,_cdaac :=range _fgda ._fagc .Attr {_efbae :=_cdaac .Value ;switch _edegb :=_cdaac .Name .Local ;_edegb {case "\u0063o\u006c\u0073\u0070\u0061\u006e":_gcabb =_beece .parseInt64Attr (_edegb ,_efbae ); +case "\u0072o\u0077\u0073\u0070\u0061\u006e":_eacg =_beece .parseInt64Attr (_edegb ,_efbae );};};if _gcabb <=0{_gcabb =1;};if _eacg <=0{_eacg =1;};_fdcgc :=_ccea .MultiCell (int (_eacg ),int (_gcabb ));for _ ,_cfadd :=range _fgda ._fagc .Attr {_gedbb :=_cfadd .Value ; +switch _bdgbg :=_cfadd .Name .Local ;_bdgbg {case "\u0069\u006e\u0064\u0065\u006e\u0074":_fdcgc .SetIndent (_beece .parseFloatAttr (_bdgbg ,_gedbb ));case "\u0061\u006c\u0069g\u006e":_fdcgc .SetHorizontalAlignment (_beece .parseCellAlignmentAttr (_bdgbg ,_gedbb )); +case "\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u002da\u006c\u0069\u0067\u006e":_fdcgc .SetVerticalAlignment (_beece .parseCellVerticalAlignmentAttr (_bdgbg ,_gedbb ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065":_fdcgc .SetSideBorderStyle (CellBorderSideAll ,_beece .parseCellBorderStyleAttr (_bdgbg ,_gedbb )); +case "\u0062\u006fr\u0064\u0065\u0072-\u0073\u0074\u0079\u006c\u0065\u002d\u0074\u006f\u0070":_fdcgc .SetSideBorderStyle (CellBorderSideTop ,_beece .parseCellBorderStyleAttr (_bdgbg ,_gedbb ));case "\u0062\u006f\u0072\u0064er\u002d\u0073\u0074\u0079\u006c\u0065\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_fdcgc .SetSideBorderStyle (CellBorderSideBottom ,_beece .parseCellBorderStyleAttr (_bdgbg ,_gedbb )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065-\u006c\u0065\u0066\u0074":_fdcgc .SetSideBorderStyle (CellBorderSideLeft ,_beece .parseCellBorderStyleAttr (_bdgbg ,_gedbb ));case "\u0062o\u0072d\u0065\u0072\u002d\u0073\u0074y\u006c\u0065-\u0072\u0069\u0067\u0068\u0074":_fdcgc .SetSideBorderStyle (CellBorderSideRight ,_beece .parseCellBorderStyleAttr (_bdgbg ,_gedbb )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_fdcgc .SetSideBorderWidth (CellBorderSideAll ,_beece .parseFloatAttr (_bdgbg ,_gedbb ));case "\u0062\u006fr\u0064\u0065\u0072-\u0077\u0069\u0064\u0074\u0068\u002d\u0074\u006f\u0070":_fdcgc .SetSideBorderWidth (CellBorderSideTop ,_beece .parseFloatAttr (_bdgbg ,_gedbb )); +case "\u0062\u006f\u0072\u0064er\u002d\u0077\u0069\u0064\u0074\u0068\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_fdcgc .SetSideBorderWidth (CellBorderSideBottom ,_beece .parseFloatAttr (_bdgbg ,_gedbb ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068-\u006c\u0065\u0066\u0074":_fdcgc .SetSideBorderWidth (CellBorderSideLeft ,_beece .parseFloatAttr (_bdgbg ,_gedbb )); +case "\u0062o\u0072d\u0065\u0072\u002d\u0077\u0069d\u0074\u0068-\u0072\u0069\u0067\u0068\u0074":_fdcgc .SetSideBorderWidth (CellBorderSideRight ,_beece .parseFloatAttr (_bdgbg ,_gedbb ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_fdcgc .SetSideBorderColor (CellBorderSideAll ,_beece .parseColorAttr (_bdgbg ,_gedbb )); +case "\u0062\u006fr\u0064\u0065\u0072-\u0063\u006f\u006c\u006f\u0072\u002d\u0074\u006f\u0070":_fdcgc .SetSideBorderColor (CellBorderSideTop ,_beece .parseColorAttr (_bdgbg ,_gedbb ));case "\u0062\u006f\u0072\u0064er\u002d\u0063\u006f\u006c\u006f\u0072\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_fdcgc .SetSideBorderColor (CellBorderSideBottom ,_beece .parseColorAttr (_bdgbg ,_gedbb )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072-\u006c\u0065\u0066\u0074":_fdcgc .SetSideBorderColor (CellBorderSideLeft ,_beece .parseColorAttr (_bdgbg ,_gedbb ));case "\u0062o\u0072d\u0065\u0072\u002d\u0063\u006fl\u006f\u0072-\u0072\u0069\u0067\u0068\u0074":_fdcgc .SetSideBorderColor (CellBorderSideRight ,_beece .parseColorAttr (_bdgbg ,_gedbb )); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006c\u0069\u006e\u0065\u002ds\u0074\u0079\u006c\u0065":_fdcgc .SetBorderLineStyle (_beece .parseLineStyleAttr (_bdgbg ,_gedbb ));case "\u0062\u0061c\u006b\u0067\u0072o\u0075\u006e\u0064\u002d\u0063\u006f\u006c\u006f\u0072":_fdcgc .SetBackgroundColor (_beece .parseColorAttr (_bdgbg ,_gedbb )); +case "\u0063o\u006c\u0073\u0070\u0061\u006e","\u0072o\u0077\u0073\u0070\u0061\u006e":break ;default:_beece .nodeLogDebug (_fgda ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_bdgbg ); +};};return _fdcgc ,nil ;}; -// Width returns Image's document width. -func (_ddfc *Image )Width ()float64 {return _ddfc ._dcbe };const (CellHorizontalAlignmentLeft CellHorizontalAlignment =iota ;CellHorizontalAlignmentCenter ;CellHorizontalAlignmentRight ;); +// SetLineLevelOffset sets the amount of space an indentation level occupies +// for all new lines of the table of contents. +func (_cbbebe *TOC )SetLineLevelOffset (levelOffset float64 ){_cbbebe ._geggd =levelOffset }; -// Height returns the Block's height. -func (_gb *Block )Height ()float64 {return _gb ._ad }; +// PolyBezierCurve represents a composite curve that is the result of joining +// multiple cubic Bezier curves. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type PolyBezierCurve struct{_ggae *_ee .PolyBezierCurve ;_eecd float64 ;_dgacd float64 ;_feca Color ;_efec *int64 ;};func (_fbdae *StyledParagraph )split (_dgbe DrawContext )(_aeafe ,_bagcc *StyledParagraph ,_ebbae error ){if _ebbae =_fbdae .wrapChunks (false ); +_ebbae !=nil {return nil ,nil ,_ebbae ;};if len (_fbdae ._eeea )==1&&_fbdae ._aaebc > _dgbe .Height {return _fbdae ,nil ,nil ;};_dagde :=func (_ecdb []*TextChunk ,_gbbgg []*TextChunk )[]*TextChunk {if len (_gbbgg )==0{return _ecdb ;};_fgbf :=len (_ecdb ); +if _fgbf ==0{return append (_ecdb ,_gbbgg ...);};if _ecdb [_fgbf -1].Style ==_gbbgg [0].Style {_ecdb [_fgbf -1].Text +=_gbbgg [0].Text ;}else {_ecdb =append (_ecdb ,_gbbgg [0]);};return append (_ecdb ,_gbbgg [1:]...);};_fbcac :=func (_defc *StyledParagraph ,_dfed []*TextChunk )*StyledParagraph {if len (_dfed )==0{return nil ; +};_daag :=*_defc ;_daag ._eaad =_dfed ;return &_daag ;};var (_acbg float64 ;_eadbg []*TextChunk ;_cdff []*TextChunk ;);for _ ,_gbgc :=range _fbdae ._eeea {var _cfbe float64 ;_gabed :=make ([]*TextChunk ,0,len (_gbgc ));for _ ,_adca :=range _gbgc {if _gdeea :=_adca .Style .FontSize ; +_gdeea > _cfbe {_cfbe =_gdeea ;};_gabed =append (_gabed ,_adca .clone ());};_cfbe *=_fbdae ._aaebc ;if _fbdae ._cbeg .IsRelative (){if _acbg +_cfbe > _dgbe .Height {_cdff =_dagde (_cdff ,_gabed );}else {_eadbg =_dagde (_eadbg ,_gabed );};};_acbg +=_cfbe ; +};_fbdae ._eeea =nil ;if len (_cdff )==0{return _fbdae ,nil ,nil ;};return _fbcac (_fbdae ,_eadbg ),_fbcac (_fbdae ,_cdff ),nil ;}; -// SetDate sets the date of the invoice. -func (_cdbe *Invoice )SetDate (date string )(*InvoiceCell ,*InvoiceCell ){_cdbe ._cegfg [1].Value =date ;return _cdbe ._cegfg [0],_cdbe ._cegfg [1];}; +// SetPageMargins sets the page margins: left, right, top, bottom. +// The default page margins are 10% of document width. +func (_acca *Creator )SetPageMargins (left ,right ,top ,bottom float64 ){_acca ._fadg .Left =left ;_acca ._fadg .Right =right ;_acca ._fadg .Top =top ;_acca ._fadg .Bottom =bottom ;};func _aaedd (_gefc Color ,_gccd float64 )*ColorPoint {return &ColorPoint {_gafge :_gefc ,_aecbc :_gccd }}; +func _dddeg (_cdebd *_fg .PdfRectangle ,_ddabe _c .Matrix )*_fg .PdfRectangle {var _eafc _fg .PdfRectangle ;_eafc .Llx ,_eafc .Lly =_ddabe .Transform (_cdebd .Llx ,_cdebd .Lly );_eafc .Urx ,_eafc .Ury =_ddabe .Transform (_cdebd .Urx ,_cdebd .Ury );_eafc .Normalize (); +return &_eafc ;};func (_bfac *pageTransformations )transformBlock (_cca *Block ){if _bfac ._cbff !=nil {_cca .transform (*_bfac ._cbff );};}; -// TextDecorationLineStyle represents the style of lines used to decorate -// a text chunk (e.g. underline). -type TextDecorationLineStyle struct{ +// GeneratePageBlocks draws the block contents on a template Page block. +// Implements the Drawable interface. +func (_gec *Block )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fef :=_c .IdentityMatrix ();_ff ,_bg :=_gec .Width (),_gec .Height ();if _gec ._bb .IsRelative (){_fef =_fef .Translate (ctx .X ,ctx .PageHeight -ctx .Y -_bg );}else {_fef =_fef .Translate (_gec ._da ,ctx .PageHeight -_gec ._fbg -_bg ); +};_dae :=_bg ;if _gec ._de !=0{_fef =_fef .Translate (_ff /2,_bg /2).Rotate (_gec ._de *_d .Pi /180.0).Translate (-_ff /2,-_bg /2);_ ,_dae =_gec .RotatedSize ();};if _gec ._bb .IsRelative (){ctx .Y +=_dae ;};_gbd :=_cb .NewContentCreator ();_gbd .Add_cm (_fef [0],_fef [1],_fef [3],_fef [4],_fef [6],_fef [7]); +_ede :=_gec .duplicate ();_cfd :=append (*_gbd .Operations (),*_ede ._fb ...);_cfd .WrapIfNeeded ();_ede ._fb =&_cfd ;for _ ,_dc :=range _gec ._ccb {_bge ,_gga :=_cc .GetArray (_dc .Rect );if !_gga ||_bge .Len ()!=4{_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0069\u006e\u0076\u0061\u006ci\u0064 \u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065l\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_dc .Rect ); +continue ;};_gecb ,_cfg :=_fg .NewPdfRectangle (*_bge );if _cfg !=nil {_e .Log .Debug ("\u0057A\u0052N\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0070\u0061\u0072\u0073e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u002e",_cfg ); +continue ;};_gecb .Transform (_fef );_dc .Rect =_gecb .ToPdfObject ();};return []*Block {_ede },ctx ,nil ;}; -// Color represents the color of the line (default: the color of the text). -Color Color ; +// ScaleToWidth scale Image to a specified width w, maintaining the aspect ratio. +func (_eaba *Image )ScaleToWidth (w float64 ){_dcca :=_eaba ._gcca /_eaba ._edede ;_eaba ._edede =w ;_eaba ._gcca =w *_dcca ;}; -// Offset represents the vertical offset of the line (default: 1). -Offset float64 ; +// SetFontSize sets the font size in document units (points). +func (_eebdb *Paragraph )SetFontSize (fontSize float64 ){_eebdb ._afgfg =fontSize };var PPI float64 =72; -// Thickness represents the thickness of the line (default: 1). -Thickness float64 ;}; +// Polygon represents a polygon shape. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type Polygon struct{_aaec *_ee .Polygon ;_bgfda float64 ;_bedb float64 ;_aacg Color ;_dgef *int64 ;};func (_ecgaa *StyledParagraph )getLineMetrics (_bbde int )(_fadeb ,_ddge ,_aefaa float64 ){if _ecgaa ._eeea ==nil ||(_ecgaa ._eeea !=nil &&len (_ecgaa ._eeea )==0){_ecgaa .wrapText (); +};if _bbde < 0||_bbde > len (_ecgaa ._eeea )-1{_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020p\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020\u006c\u0069\u006e\u0065 \u0069\u006e\u0064\u0065\u0078\u0020\u0025\u0064\u002e\u0020\u0052\u0065tu\u0072\u006e\u0069\u006e\u0067\u0020\u0030\u002c\u0020\u0030",_bbde ); +return 0,0,0;};_degdb :=_ecgaa ._eeea [_bbde ];for _ ,_bgac :=range _degdb {_cfad :=_ddcc (_bgac .Style .Font ,_bgac .Style .FontSize );if _cfad ._bcgbe > _fadeb {_fadeb =_cfad ._bcgbe ;};if _cfad ._dfef < _aefaa {_aefaa =_cfad ._dfef ;};if _eebg :=_bgac .Style .FontSize ; +_eebg > _ddge {_ddge =_eebg ;};};return _fadeb ,_ddge ,_aefaa ;};func (_dgfda *Table )sortCells (){_bf .Slice (_dgfda ._dcbag ,func (_bbacg ,_aacge int )bool {_bbfba :=_dgfda ._dcbag [_bbacg ]._cceff ;_cacb :=_dgfda ._dcbag [_aacge ]._cceff ;if _bbfba < _cacb {return true ; +};if _bbfba > _cacb {return false ;};return _dgfda ._dcbag [_bbacg ]._bbcd < _dgfda ._dcbag [_aacge ]._bbcd ;});};func _acb (_ebdd string )string {_bea :=_dbae .FindAllString (_ebdd ,-1);if len (_bea )==0{_ebdd =_ebdd +"\u0030";}else {_acgb ,_fafd :=_be .Atoi (_bea [len (_bea )-1]); +if _fafd !=nil {_e .Log .Debug ("\u0045r\u0072\u006f\u0072 \u0063\u006f\u006ev\u0065rt\u0069\u006e\u0067\u0020\u0064\u0069\u0067i\u0074\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006e\u0061\u006de,\u0020f\u0061\u006c\u006c\u0062\u0061\u0063k\u0020\u0074\u006f\u0020\u0062a\u0073\u0069\u0063\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a \u0025\u0076",_fafd ); +_ebdd =_ebdd +"\u0030";}else {_acgb ++;_dgcb :=_ga .LastIndex (_ebdd ,_bea [len (_bea )-1]);if _dgcb ==-1{_ebdd =_g .Sprintf ("\u0025\u0073\u0025\u0064",_ebdd [:len (_ebdd )-1],_acgb );}else {_ebdd =_ebdd [:_dgcb ]+_be .Itoa (_acgb );};};};return _ebdd ; +};func (_edb *Block )SetMarkedContentID (id int64 )*_fg .KDict {return nil }; -// DrawContext defines the drawing context. The DrawContext is continuously used and updated when -// drawing the page contents in relative mode. Keeps track of current X, Y position, available -// height as well as other page parameters such as margins and dimensions. -type DrawContext struct{ +// DrawTemplate renders the template provided through the specified reader, +// using the specified `data` and `options`. +// Creator templates are first executed as text/template *Template instances, +// so the specified `data` is inserted within the template. +// The second phase of processing is actually parsing the template, translating +// it into creator components and rendering them using the provided options. +// Both the `data` and `options` parameters can be nil. +func (_ggf *Block )DrawTemplate (c *Creator ,r _ge .Reader ,data interface{},options *TemplateOptions )error {return _abgc (c ,r ,data ,options ,_ggf );}; -// Current page number. -Page int ; +// NewColorPoint creates a new color and point object for use in the gradient rendering process. +func NewColorPoint (color Color ,point float64 )*ColorPoint {return _aaedd (color ,point )}; -// Current position. In a relative positioning mode, a drawable will be placed at these coordinates. -X ,Y float64 ; +// GetMargins returns the margins of the graphic svg (left, right, top, bottom). +func (_aebe *GraphicSVG )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aebe ._gafed .Left ,_aebe ._gafed .Right ,_aebe ._gafed .Top ,_aebe ._gafed .Bottom ;}; -// Context dimensions. Available width and height (on current page). -Width ,Height float64 ; +// SetBorder sets the cell's border style. +func (_eede *TableCell )SetBorder (side CellBorderSide ,style CellBorderStyle ,width float64 ){if style ==CellBorderStyleSingle &&side ==CellBorderSideAll {_eede ._fbcbf =CellBorderStyleSingle ;_eede ._gaeea =width ;_eede ._acebeg =CellBorderStyleSingle ; +_eede ._edca =width ;_eede ._feec =CellBorderStyleSingle ;_eede ._gcbb =width ;_eede ._degg =CellBorderStyleSingle ;_eede ._ffagg =width ;}else if style ==CellBorderStyleDouble &&side ==CellBorderSideAll {_eede ._fbcbf =CellBorderStyleDouble ;_eede ._gaeea =width ; +_eede ._acebeg =CellBorderStyleDouble ;_eede ._edca =width ;_eede ._feec =CellBorderStyleDouble ;_eede ._gcbb =width ;_eede ._degg =CellBorderStyleDouble ;_eede ._ffagg =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideLeft {_eede ._fbcbf =style ; +_eede ._gaeea =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideBottom {_eede ._acebeg =style ;_eede ._edca =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideRight {_eede ._feec =style ; +_eede ._gcbb =width ;}else if (style ==CellBorderStyleSingle ||style ==CellBorderStyleDouble )&&side ==CellBorderSideTop {_eede ._degg =style ;_eede ._ffagg =width ;};}; -// Page Margins. -Margins Margins ; +// SetMargins sets the margins for the Image (in relative mode): left, right, top, bottom. +func (_bgec *Image )SetMargins (left ,right ,top ,bottom float64 ){_bgec ._efdcd .Left =left ;_bgec ._efdcd .Right =right ;_bgec ._efdcd .Top =top ;_bgec ._efdcd .Bottom =bottom ;}; -// Absolute Page size, widths and height. -PageWidth float64 ;PageHeight float64 ; +// SetText sets the text content of the Paragraph. +func (_defgf *Paragraph )SetText (text string ){_defgf ._gegagc =text };func (_afccc *templateProcessor )run ()error {_eaccc :=_f .NewDecoder (_ad .NewReader (_afccc ._ccdgc ));var _bbcagf *templateNode ;for {_abcgf ,_eadg :=_eaccc .Token ();if _eadg !=nil {if _eadg ==_ge .EOF {return nil ; +};return _eadg ;};if _abcgf ==nil {break ;};_cdcb ,_acbb :=_caagg (_eaccc );_fabd :=_eaccc .InputOffset ();switch _faab :=_abcgf .(type ){case _f .StartElement :_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006eg\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0074\u0061r\u0074\u0020\u0074\u0061\u0067\u003a\u0020`\u0025\u0073\u0060\u002e",_faab .Name .Local ); +_cgefd ,_ffgfg :=_fbcba [_faab .Name .Local ];if !_ffgfg {if _afccc ._cbda ==""{if _cdcb !=0{_e .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0064\u003a\u0025\u0064\u005d",_faab .Name .Local ,_cdcb ,_acbb ); +}else {_e .Log .Debug ("\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070i\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u002e\u0020\u005b%\u0064\u005d",_faab .Name .Local ,_fabd ); +};}else {if _cdcb !=0{_e .Log .Debug ("\u0055\u006e\u0073\u0075\u0070p\u006f\u0072\u0074\u0065\u0064\u0020\u0074e\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0074\u0061\u0067\u0020\u003c\u0025\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u003a\u0025d\u005d",_faab .Name .Local ,_afccc ._cbda ,_cdcb ,_acbb ); +}else {_e .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 \u0074\u0061\u0067\u0020\u003c%\u0073\u003e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e\u0020\u005b%\u0073\u003a\u0025\u0064\u005d",_faab .Name .Local ,_afccc ._cbda ,_fabd ); +};};continue ;};_bbcagf =&templateNode {_fagc :_faab ,_dadbf :_bbcagf ,_fbae :_cdcb ,_cffbc :_acbb ,_ceefa :_fabd };if _dcdff :=_cgefd ._aaeg ;_dcdff !=nil {_bbcagf ._fcga ,_eadg =_dcdff (_afccc ,_bbcagf );if _eadg !=nil {return _eadg ;};};case _f .EndElement :_e .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0065\u006e\u0064\u0020\u0074\u0061\u0067\u003a\u0020\u0060\u0025\u0073\u0060\u002e",_faab .Name .Local ); +if _bbcagf !=nil {if _bbcagf ._fcga !=nil {if _efac :=_afccc .renderNode (_bbcagf );_efac !=nil {return _efac ;};};_bbcagf =_bbcagf ._dadbf ;};case _f .CharData :if _bbcagf !=nil &&_bbcagf ._fcga !=nil {if _aedbd :=_afccc .addNodeText (_bbcagf ,string (_faab )); +_aedbd !=nil {return _aedbd ;};};case _f .Comment :_e .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020t\u0065\u006d\u0070\u006c\u0061\u0074\u0065 \u0063\u006f\u006d\u006d\u0065\u006e\u0074\u003a\u0020\u0060\u0025\u0073\u0060\u002e",string (_faab )); +};};return nil ;}; -// Controls whether the components are stacked horizontally -Inline bool ;_ebeg rune ;_ebbc []error ;}; +// SellerAddress returns the seller address used in the invoice template. +func (_efde *Invoice )SellerAddress ()*InvoiceAddress {return _efde ._ddacd }; -// PageFinalizeFunctionArgs holds the input arguments provided to the page -// finalize callback function which can be set using Creator.PageFinalize. -type PageFinalizeFunctionArgs struct{PageNum int ;PageWidth float64 ;PageHeight float64 ;TOCPages int ;TotalPages int ;}; +// NewTOC creates a new table of contents. +func (_cbag *Creator )NewTOC (title string )*TOC {_fcfa :=_cbag .NewTextStyle ();_fcfa .Font =_cbag ._geaa ;return _gffdf (title ,_cbag .NewTextStyle (),_fcfa );}; -// ColorPoint is a pair of Color and a relative point where the color -// would be rendered. -type ColorPoint struct{_ccfgb Color ;_aeeb float64 ;}; +// SetColumns overwrites any columns in the line items table. This should be +// called before AddLine. +func (_fafcb *Invoice )SetColumns (cols []*InvoiceCell ){_fafcb ._gda =cols }; -// AddColorStop add color stop info for rendering gradient color. -func (_cdbc *LinearShading )AddColorStop (color Color ,point float64 ){_cdbc ._faee .AddColorStop (color ,point );}; +// Chapter is used to arrange multiple drawables (paragraphs, images, etc) into a single section. +// The concept is the same as a book or a report chapter. +type Chapter struct{_gcef int ;_agdd string ;_caba *Paragraph ;_efca []Drawable ;_dbcg int ;_aeg bool ;_feff bool ;_ccf Positioning ;_dfga ,_afdc float64 ;_ffg Margins ;_cef *Chapter ;_fgbb *TOC ;_bbgf *_fg .Outline ;_ecc *_fg .OutlineItem ;_fbce uint ; +};func (_gdebf *Invoice )generateTotalBlocks (_edee DrawContext )([]*Block ,DrawContext ,error ){_facb :=_dgbaa (4);_facb .SetMargins (0,0,10,10);_acgdd :=[][2]*InvoiceCell {_gdebf ._bfaa };_acgdd =append (_acgdd ,_gdebf ._bgab ...);_acgdd =append (_acgdd ,_gdebf ._gbba ); +for _ ,_edbb :=range _acgdd {_dgbb ,_bceg :=_edbb [0],_edbb [1];if _bceg .Value ==""{continue ;};_facb .SkipCells (2);_cdgaa :=_facb .NewCell ();_cdgaa .SetBackgroundColor (_dgbb .BackgroundColor );_cdgaa .SetHorizontalAlignment (_bceg .Alignment );_gdebf .setCellBorder (_cdgaa ,_dgbb ); +_efaad :=_gdcg (_dgbb .TextStyle );_efaad .SetMargins (0,0,2,1);_efaad .Append (_dgbb .Value );_cdgaa .SetContent (_efaad );_cdgaa =_facb .NewCell ();_cdgaa .SetBackgroundColor (_bceg .BackgroundColor );_cdgaa .SetHorizontalAlignment (_bceg .Alignment ); +_gdebf .setCellBorder (_cdgaa ,_dgbb );_efaad =_gdcg (_bceg .TextStyle );_efaad .SetMargins (0,0,2,1);_efaad .Append (_bceg .Value );_cdgaa .SetContent (_efaad );};return _facb .GeneratePageBlocks (_edee );}; -// SetAddressHeadingStyle sets the style properties used to render the -// heading of the invoice address sections. -func (_baac *Invoice )SetAddressHeadingStyle (style TextStyle ){_baac ._fefc =style }; +// SetColumnWidths sets the fractional column widths. +// Each width should be in the range 0-1 and is a fraction of the table width. +// The number of width inputs must match number of columns, otherwise an error is returned. +func (_dcagf *Table )SetColumnWidths (widths ...float64 )error {if len (widths )!=_dcagf ._ggfcc {_e .Log .Debug ("M\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020\u0077\u0069\u0064\u0074\u0068\u0073\u0020\u0061nd\u0020\u0063\u006fl\u0075m\u006e\u0073"); +return _ag .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dcagf ._efeeb =widths ;return nil ;};var _fbcba =map[string ]*templateTag {"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_bedae },"\u0074\u0065\u0078\u0074\u002d\u0063\u0068\u0075\u006e\u006b":&templateTag {_gefce :map[string ]struct{}{"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":struct{}{}},_aaeg :_baee },"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_gbddg },"\u0074\u0061\u0062l\u0065":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_bcdg },"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":&templateTag {_gefce :map[string ]struct{}{"\u0074\u0061\u0062l\u0065":struct{}{}},_aaeg :_bggff },"\u006c\u0069\u006e\u0065":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_dfcd },"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_gcge },"\u0065l\u006c\u0069\u0070\u0073\u0065":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_cagdc },"\u0069\u006d\u0061g\u0065":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_gedgb },"\u0063h\u0061\u0070\u0074\u0065\u0072":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_cbcd },"\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":&templateTag {_gefce :map[string ]struct{}{"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_affbb },"\u0063\u0068\u0061r\u0074":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_gbga },"\u0070\u0061\u0067\u0065\u002d\u0062\u0072\u0065\u0061\u006b":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_aaeg :_edefa },"\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064":&templateTag {_gefce :map[string ]struct{}{"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{}},_aaeg :_ccgdc },"\u006c\u0069\u0073\u0074":&templateTag {_gefce :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_adgfg },"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":&templateTag {_gefce :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{}},_aaeg :_cebd },"l\u0069\u0073\u0074\u002d\u006d\u0061\u0072\u006b\u0065\u0072":&templateTag {_gefce :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_aaeg :_ggeg }}; +func _ffdg (_beed ...interface{})(map[string ]interface{},error ){_acdfd :=len (_beed );if _acdfd %2!=0{_e .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u006d\u0061\u0070\u003a\u0020\u0025\u0064\u002e",_acdfd ); +return nil ,_cc .ErrRangeError ;};_ccgfg :=map[string ]interface{}{};for _gbfdf :=0;_gbfdf < _acdfd ;_gbfdf +=2{_egcde ,_bbdafda :=_beed [_gbfdf ].(string );if !_bbdafda {_e .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0070 \u006b\u0065\u0079\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u002e\u0020\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u002e",_beed [_gbfdf ]); +return nil ,_cc .ErrTypeError ;};_ccgfg [_egcde ]=_beed [_gbfdf +1];};return _ccgfg ,nil ;};var _dbae =_af .MustCompile ("\u005c\u0064\u002b"); -// SetPos sets the position of the graphic svg to the specified coordinates. -// This method sets the graphic svg to use absolute positioning. -func (_fdgb *GraphicSVG )SetPos (x ,y float64 ){_fdgb ._cdgd =PositionAbsolute ;_fdgb ._eeeb =x ;_fdgb ._gca =y ;}; +// SetBorderWidth sets the border width. +func (_egdg *PolyBezierCurve )SetBorderWidth (borderWidth float64 ){_egdg ._ggae .BorderWidth =borderWidth ;}; -// Opacity returns the opacity of the line. -func (_gbgf *Line )Opacity ()float64 {return _gbgf ._gbfc }; +// Curve represents a cubic Bezier curve with a control point. +type Curve struct{_gdff float64 ;_agbg float64 ;_gcace float64 ;_aeeb float64 ;_abd float64 ;_bfg float64 ;_aecb Color ;_cda float64 ;_cgcd *int64 ;}; -// Width is not used. Not used as a Table element is designed to fill into -// available width depending on the context. Returns 0. -func (_geedc *Table )Width ()float64 {return 0};func (_gdggd *Table )updateRowHeights (_deebg float64 ){for _ ,_bccb :=range _gdggd ._gedg {_dabfc :=_bccb .width (_gdggd ._faae ,_deebg );_abcc :=_bccb .height (_dabfc );_eggdb :=_gdggd ._gadc [_bccb ._fgcga +_bccb ._edegf -2]; -if _bccb ._edegf > 1{_ggbga :=0.0;_fbeaa :=_gdggd ._gadc [_bccb ._fgcga -1:(_bccb ._fgcga +_bccb ._edegf -1)];for _ ,_edcg :=range _fbeaa {_ggbga +=_edcg ;};if _abcc <=_ggbga {continue ;};};if _abcc > _eggdb {_geca :=_abcc /float64 (_bccb ._edegf );if _geca > _eggdb {for _eebgd :=1; -_eebgd <=_bccb ._edegf ;_eebgd ++{if _geca > _gdggd ._gadc [_bccb ._fgcga +_eebgd -2]{_gdggd ._gadc [_bccb ._fgcga +_eebgd -2]=_geca ;};};};};};}; +// FilledCurve represents a closed path of Bezier curves with a border and fill. +type FilledCurve struct{_fffb []_ee .CubicBezierCurve ;FillEnabled bool ;_dfae Color ;BorderEnabled bool ;BorderWidth float64 ;_bdac Color ;_bbaf *int64 ;};func (_edcbb *templateProcessor )parseRectangle (_cdgbe *templateNode )(interface{},error ){_dbed :=_edcbb .creator .NewRectangle (0,0,0,0); +for _ ,_cedde :=range _cdgbe ._fagc .Attr {_gaaf :=_cedde .Value ;switch _ffdf :=_cedde .Name .Local ;_ffdf {case "\u0078":_dbed ._fgcb =_edcbb .parseFloatAttr (_ffdf ,_gaaf );case "\u0079":_dbed ._aedg =_edcbb .parseFloatAttr (_ffdf ,_gaaf );case "\u0077\u0069\u0064t\u0068":_dbed .SetWidth (_edcbb .parseFloatAttr (_ffdf ,_gaaf )); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_dbed .SetHeight (_edcbb .parseFloatAttr (_ffdf ,_gaaf ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dbed .SetFillColor (_edcbb .parseColorAttr (_ffdf ,_gaaf ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_dbed .SetFillOpacity (_edcbb .parseFloatAttr (_ffdf ,_gaaf )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dbed .SetBorderColor (_edcbb .parseColorAttr (_ffdf ,_gaaf ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_dbed .SetBorderOpacity (_edcbb .parseFloatAttr (_ffdf ,_gaaf )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_dbed .SetBorderWidth (_edcbb .parseFloatAttr (_ffdf ,_gaaf ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_gebdg ,_bagabf ,_gcfbgd ,_fdabb :=_edcbb .parseBorderRadiusAttr (_ffdf ,_gaaf ); +_dbed .SetBorderRadius (_gebdg ,_bagabf ,_fdabb ,_gcfbgd );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dbed ._cccba =_edcbb .parseFloatAttr (_ffdf ,_gaaf );case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dbed ._dfff =_edcbb .parseFloatAttr (_ffdf ,_gaaf ); +case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dbed ._bgda =_edcbb .parseFloatAttr (_ffdf ,_gaaf );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dbed ._dddfb =_edcbb .parseFloatAttr (_ffdf ,_gaaf ); +case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_dbed .SetPositioning (_edcbb .parsePositioningAttr (_ffdf ,_gaaf ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_dbed .SetFitMode (_edcbb .parseFitModeAttr (_ffdf ,_gaaf ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_ggfccg :=_edcbb .parseMarginAttr (_ffdf ,_gaaf ); +_dbed .SetMargins (_ggfccg .Left ,_ggfccg .Right ,_ggfccg .Top ,_ggfccg .Bottom );default:_edcbb .nodeLogDebug (_cdgbe ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065\u0064\u0020re\u0063\u0074\u0061\u006e\u0067\u006ce\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073`\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e",_ffdf ); +};};return _dbed ,nil ;};func (_fbafag *templateProcessor )parseFloatAttr (_abbcc ,_cgbfb string )float64 {_e .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0066\u006c\u006f\u0061t a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_abbcc ,_cgbfb ); +_fegb ,_ :=_be .ParseFloat (_cgbfb ,64);return _fegb ;}; -// SetExtends specifies whether to extend the shading beyond the starting and ending points. -// -// Text extends is set to `[]bool{false, false}` by default. -func (_edecd *shading )SetExtends (start bool ,end bool ){_edecd ._gecd =[]bool {start ,end }}; +// Scale block by specified factors in the x and y directions. +func (_ccd *Block )Scale (sx ,sy float64 ){_dg :=_cb .NewContentCreator ().Scale (sx ,sy ).Operations ();*_ccd ._fb =append (*_dg ,*_ccd ._fb ...);_ccd ._fb .WrapIfNeeded ();_ccd ._fbe *=sx ;_ccd ._fe *=sy ;}; + +// SetWidth sets the width of the ellipse. +func (_cdce *Ellipse )SetWidth (width float64 ){_cdce ._aacd =width };func (_abfgf *Table )updateRowHeights (_bdgaf float64 ){for _ ,_aaada :=range _abfgf ._dcbag {_gffc :=_aaada .width (_abfgf ._efeeb ,_bdgaf );_bfbef :=_aaada .height (_gffc );_gfff :=_abfgf ._dbfg [_aaada ._cceff +_aaada ._dcgbe -2]; +if _aaada ._dcgbe > 1{_efbe :=0.0;_fcbbb :=_abfgf ._dbfg [_aaada ._cceff -1:(_aaada ._cceff +_aaada ._dcgbe -1)];for _ ,_dbbdc :=range _fcbbb {_efbe +=_dbbdc ;};if _bfbef <=_efbe {continue ;};};if _bfbef > _gfff {_aebd :=_bfbef /float64 (_aaada ._dcgbe ); +if _aebd > _gfff {for _gbced :=1;_gbced <=_aaada ._dcgbe ;_gbced ++{if _aebd > _abfgf ._dbfg [_aaada ._cceff +_gbced -2]{_abfgf ._dbfg [_aaada ._cceff +_gbced -2]=_aebd ;};};};};};};const (AnchorBottomLeft AnchorPoint =iota ;AnchorBottomRight ;AnchorTopLeft ; +AnchorTopRight ;AnchorCenter ;AnchorLeft ;AnchorRight ;AnchorTop ;AnchorBottom ;);func (_bbg *Block )setOpacity (_dba float64 ,_gee float64 )(string ,error ){if (_dba < 0||_dba >=1.0)&&(_gee < 0||_gee >=1.0){return "",nil ;};_cbe :=0;_fdd :=_g .Sprintf ("\u0047\u0053\u0025\u0064",_cbe ); +for _bbg ._fdf .HasExtGState (_cc .PdfObjectName (_fdd )){_cbe ++;_fdd =_g .Sprintf ("\u0047\u0053\u0025\u0064",_cbe );};_gea :=_cc .MakeDict ();if _dba >=0&&_dba < 1.0{_gea .Set ("\u0063\u0061",_cc .MakeFloat (_dba ));};if _gee >=0&&_gee < 1.0{_gea .Set ("\u0043\u0041",_cc .MakeFloat (_gee )); +};_ae :=_bbg ._fdf .AddExtGState (_cc .PdfObjectName (_fdd ),_gea );if _ae !=nil {return "",_ae ;};return _fdd ,nil ;}; + +// GetIndent get the cell's left indent. +func (_cabfd *TableCell )GetIndent ()float64 {return _cabfd ._eacbd };type pageTransformations struct{_cbff *_c .Matrix ;_gaae bool ;_dbde bool ;}; -// ConvertToBinary converts current image data into binary (Bi-level image) format. -// If provided image is RGB or GrayScale the function converts it into binary image -// using histogram auto threshold method. -func (_dcbg *Image )ConvertToBinary ()error {return _dcbg ._dgaaf .ConvertToBinary ()}; +// SetMarkedContentID sets the marked content id for the paragraph. +func (_ffab *Paragraph )SetMarkedContentID (mcid int64 )*_fg .KDict {_ffab ._ddag =&mcid ;_bfee :=_fg .NewKDictionary ();_bfee .S =_cc .MakeName ("\u0050");_bfee .K =_cc .MakeInteger (mcid );return _bfee ;}; -// Heading returns the heading component of the table of contents. -func (_gdgee *TOC )Heading ()*StyledParagraph {return _gdgee ._gfbgc };const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ; -TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;); +// SetColorLeft sets border color for left. +func (_agd *border )SetColorLeft (col Color ){_agd ._cfaa =col }; -// SetBackgroundColor sets the cell's background color. -func (_eeeab *TableCell )SetBackgroundColor (col Color ){_eeeab ._ceege =col }; +// SetIndent sets the cell's left indent. +func (_dbcc *TableCell )SetIndent (indent float64 ){_dbcc ._eacbd =indent };func (_gfbe *Paragraph )wrapText ()error {if !_gfbe ._dagc ||int (_gfbe ._edd )<=0{_gfbe ._cefa =[]string {_gfbe ._gegagc };return nil ;};_fbged :=NewTextChunk (_gfbe ._gegagc ,TextStyle {Font :_gfbe ._ebedc ,FontSize :_gfbe ._afgfg }); +_ceebc ,_dccg :=_fbged .Wrap (_gfbe ._edd );if _dccg !=nil {return _dccg ;};if _gfbe ._cddd > 0&&len (_ceebc )> _gfbe ._cddd {_ceebc =_ceebc [:_gfbe ._cddd ];};_gfbe ._cefa =_ceebc ;return nil ;}; -// SetLineMargins sets the margins for all new lines of the table of contents. -func (_fdegg *TOC )SetLineMargins (left ,right ,top ,bottom float64 ){_baafe :=&_fdegg ._caada ;_baafe .Left =left ;_baafe .Right =right ;_baafe .Top =top ;_baafe .Bottom =bottom ;};func (_dbfeg *templateProcessor )nodeError (_ddebf *templateNode ,_fdge string ,_aace ...interface{})error {return _f .Errorf ("\u0025\u0073",_dbfeg .getNodeErrorLocation (_ddebf ,_fdge ,_aace ...)); -};type listItem struct{_cfec VectorDrawable ;_gdeca TextChunk ;};func (_ebde *Division )drawBackground (_adfa []*Block ,_gcgb ,_abgg DrawContext ,_ccgc bool )([]*Block ,error ){_cagce :=len (_adfa );if _cagce ==0||_ebde ._bacfc ==nil {return _adfa ,nil ; -};_dgbf :=make ([]*Block ,0,len (_adfa ));for _bdbe ,_gdeg :=range _adfa {var (_efgd =_ebde ._bacfc .BorderRadiusTopLeft ;_afec =_ebde ._bacfc .BorderRadiusTopRight ;_ebda =_ebde ._bacfc .BorderRadiusBottomLeft ;_cbce =_ebde ._bacfc .BorderRadiusBottomRight ; -);_bggcg :=_gcgb ;_bggcg .Page +=_bdbe ;if _bdbe ==0{if _ccgc {_dgbf =append (_dgbf ,_gdeg );continue ;};if _cagce ==1{_bggcg .Height =_abgg .Y -_gcgb .Y ;};}else {_bggcg .X =_bggcg .Margins .Left +_ebde ._fceg .Left ;_bggcg .Y =_bggcg .Margins .Top ;_bggcg .Width =_bggcg .PageWidth -_bggcg .Margins .Left -_bggcg .Margins .Right -_ebde ._fceg .Left -_ebde ._fceg .Right ; -if _bdbe ==_cagce -1{_bggcg .Height =_abgg .Y -_bggcg .Margins .Top -_ebde ._fceg .Top ;}else {_bggcg .Height =_bggcg .PageHeight -_bggcg .Margins .Top -_bggcg .Margins .Bottom ;};if !_ccgc {_efgd =0;_afec =0;};};if _cagce > 1&&_bdbe !=_cagce -1{_ebda =0; -_cbce =0;};_edag :=_acbe (_bggcg .X ,_bggcg .Y ,_bggcg .Width ,_bggcg .Height );_edag .SetFillColor (_ebde ._bacfc .FillColor );_edag .SetBorderColor (_ebde ._bacfc .BorderColor );_edag .SetBorderWidth (_ebde ._bacfc .BorderSize );_edag .SetBorderRadius (_efgd ,_afec ,_ebda ,_cbce ); -_fffc ,_ ,_eaggc :=_edag .GeneratePageBlocks (_bggcg );if _eaggc !=nil {return nil ,_eaggc ;};if len (_fffc )==0{continue ;};_aecb :=_fffc [0];if _eaggc =_aecb .mergeBlocks (_gdeg );_eaggc !=nil {return nil ,_eaggc ;};_dgbf =append (_dgbf ,_aecb );};return _dgbf ,nil ; -}; +// SetPos sets the position of the graphic svg to the specified coordinates. +// This method sets the graphic svg to use absolute positioning. +func (_eabe *GraphicSVG )SetPos (x ,y float64 ){_eabe ._bggf =PositionAbsolute ;_eabe ._bcce =x ;_eabe ._adfd =y ;}; -// SetFillColor sets the fill color for the path. -func (_facdc *FilledCurve )SetFillColor (color Color ){_facdc ._gdge =color }; +// NewStyledParagraph creates a new styled paragraph. +// Default attributes: +// Font: Helvetica, +// Font size: 10 +// Encoding: WinAnsiEncoding +// Wrap: enabled +// Text color: black +func (_aagac *Creator )NewStyledParagraph ()*StyledParagraph {return _gdcg (_aagac .NewTextStyle ())}; -// SetAngle sets the rotation angle in degrees. -func (_dg *Block )SetAngle (angleDeg float64 ){_dg ._ac =angleDeg }; +// TOCLine represents a line in a table of contents. +// The component can be used both in the context of a +// table of contents component and as a standalone component. +// The representation of a table of contents line is as follows: +/* + [number] [title] [separator] [page] + e.g.: Chapter1 Introduction ........... 1 +*/ +type TOCLine struct{_bcecg *StyledParagraph ; -// SetPos sets the Table's positioning to absolute mode and specifies the upper-left corner -// coordinates as (x,y). -// Note that this is only sensible to use when the table does not wrap over multiple pages. -// TODO: Should be able to set width too (not just based on context/relative positioning mode). -func (_bbdb *Table )SetPos (x ,y float64 ){_bbdb ._ccdf =PositionAbsolute ;_bbdb ._dece =x ;_bbdb ._aeff =y ;};func _dgc (_caee string )(*Image ,error ){_aefba ,_cedc :=_e .Open (_caee );if _cedc !=nil {return nil ,_cedc ;};defer _aefba .Close ();_gae ,_cedc :=_gd .ImageHandling .Read (_aefba ); -if _cedc !=nil {_ca .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_cedc );return nil ,_cedc ;};return _bddd (_gae );}; +// Holds the text and style of the number part of the TOC line. +Number TextChunk ; -// Subtotal returns the invoice subtotal description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_cdee *Invoice )Subtotal ()(*InvoiceCell ,*InvoiceCell ){return _cdee ._ffce [0],_cdee ._ffce [1]}; +// Holds the text and style of the title part of the TOC line. +Title TextChunk ; -// CellBorderSide defines the table cell's border side. -type CellBorderSide int ; +// Holds the text and style of the separator part of the TOC line. +Separator TextChunk ; -// Width returns the width of the Paragraph. -func (_dcbgb *StyledParagraph )Width ()float64 {if _dcbgb ._egbgc &&int (_dcbgb ._cbcb )> 0{return _dcbgb ._cbcb ;};return _dcbgb .getTextWidth ()/1000.0;};func (_fddb *templateProcessor )parseCellVerticalAlignmentAttr (_caae ,_aadcg string )CellVerticalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u0065\u006c\u006c\u0020\u0076\u0065r\u0074\u0069\u0063\u0061\u006c\u0020\u0061\u006c\u0069\u0067\u006e\u006d\u0065n\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a (\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_caae ,_aadcg ); -_bggac :=map[string ]CellVerticalAlignment {"\u0074\u006f\u0070":CellVerticalAlignmentTop ,"\u006d\u0069\u0064\u0064\u006c\u0065":CellVerticalAlignmentMiddle ,"\u0062\u006f\u0074\u0074\u006f\u006d":CellVerticalAlignmentBottom }[_aadcg ];return _bggac ; -};func (_ffafc *templateProcessor )parseFitModeAttr (_edebc ,_eefef string )FitMode {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u0069\u0074\u0020\u006do\u0064\u0065\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c \u0025\u0073\u0029\u002e",_edebc ,_eefef ); -_gfbc :=map[string ]FitMode {"\u006e\u006f\u006e\u0065":FitModeNone ,"\u0066\u0069\u006c\u006c\u002d\u0077\u0069\u0064\u0074\u0068":FitModeFillWidth }[_eefef ];return _gfbc ;};func (_cdf *pageTransformations )transformPage (_ageb *_gd .PdfPage )error {if _ffab :=_cdf .applyFlip (_ageb ); -_ffab !=nil {return _ffab ;};return nil ;};func (_bdef *templateProcessor )parseImageEncoder (_gfdg ,_dadb string )_be .StreamEncoder {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0028\u0060\u0025s\u0060\u002c \u0025\u0073\u0029\u002e",_gfdg ,_dadb ); -if _dadb =="\u0066\u006c\u0061t\u0065"{return _be .NewFlateEncoder ();}else if _dadb =="\u0064\u0063\u0074"{return _be .NewDCTEncoder ();};_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0076\u0061\u006cu\u0065\u0020\u006f\u0066 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u0020\u0066\u006f\u0075\u006e\u0064\u002e",_gfdg ,_dadb ); -return nil ;}; +// Holds the text and style of the page part of the TOC line. +Page TextChunk ;_cegff float64 ;_ebfee uint ;_cggae float64 ;_geaaee Positioning ;_dfecd float64 ;_daccb float64 ;_cbefe int64 ;};func (_eddg *StyledParagraph )wrapWordChunks (){if !_eddg ._eabaa {return ;};var (_ggfda []*TextChunk ;_cbdd *_fg .PdfFont ; +);for _ ,_cdcd :=range _eddg ._eaad {_bdff :=[]rune (_cdcd .Text );if _cbdd ==nil {_cbdd =_cdcd .Style .Font ;};_fffd :=_cdcd ._ecgg ;_edba :=_cdcd .VerticalAlignment ;if len (_ggfda )> 0{if len (_bdff )==1&&_fa .IsPunct (_bdff [0])&&_cdcd .Style .Font ==_cbdd {_gadfed :=[]rune (_ggfda [len (_ggfda )-1].Text ); +_ggfda [len (_ggfda )-1].Text =string (append (_gadfed ,_bdff [0]));continue ;}else {_ ,_ffbdd :=_be .Atoi (_cdcd .Text );if _ffbdd ==nil {_abfg :=[]rune (_ggfda [len (_ggfda )-1].Text );_cfae :=len (_abfg );if _cfae >=2{_ ,_bcceg :=_be .Atoi (string (_abfg [_cfae -2])); +if _bcceg ==nil &&_fa .IsPunct (_abfg [_cfae -1]){_ggfda [len (_ggfda )-1].Text =string (append (_abfg ,_bdff ...));continue ;};};};};};_daegcb ,_dafd :=_fgfc (_cdcd .Text );if _dafd !=nil {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0062\u0072\u0065\u0061\u006b\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020w\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0076",_dafd ); +_daegcb =[]string {_cdcd .Text };};for _ ,_bbbd :=range _daegcb {_aabfe :=NewTextChunk (_bbbd ,_cdcd .Style );_aabfe ._ecgg =_bcadd (_fffd );_aabfe .VerticalAlignment =_edba ;_ggfda =append (_ggfda ,_aabfe );};_cbdd =_cdcd .Style .Font ;};if len (_ggfda )> 0{_eddg ._eaad =_ggfda ; +};};func (_bbdg *StyledParagraph )getTextWidth ()float64 {var _badgf float64 ;_bbaec :=len (_bbdg ._eaad );for _ebbfc ,_fgba :=range _bbdg ._eaad {_aafda :=&_fgba .Style ;_gcfc :=len (_fgba .Text );for _gafebd ,_agaffe :=range _fgba .Text {if _agaffe =='\u000A'{continue ; +};_gdfd ,_defb :=_aafda .Font .GetRuneMetrics (_agaffe );if !_defb {_e .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_agaffe ); +return -1;};_badgf +=_aafda .FontSize *_gdfd .Wx *_aafda .horizontalScale ();if _agaffe !=' '&&(_ebbfc !=_bbaec -1||_gafebd !=_gcfc -1){_badgf +=_aafda .CharSpacing *1000.0;};};};return _badgf ;}; -// SetColorRight sets border color for right. -func (_aaa *border )SetColorRight (col Color ){_aaa ._gcg =col }; +// AddLine adds a new line with the provided style to the table of contents. +func (_bedfe *TOC )AddLine (line *TOCLine )*TOCLine {if line ==nil {return nil ;};_bedfe ._ggfdc =append (_bedfe ._ggfdc ,line );return line ;}; -// Length calculates and returns the length of the line. -func (_dafa *Line )Length ()float64 {return _ff .Sqrt (_ff .Pow (_dafa ._agbba -_dafa ._cbagd ,2.0)+_ff .Pow (_dafa ._dcga -_dafa ._efeb ,2.0));}; +// ColorCMYKFrom8bit creates a Color from c,m,y,k values (0-100). +// Example: +// +// red := ColorCMYKFrom8Bit(0, 100, 100, 0) +func ColorCMYKFrom8bit (c ,m ,y ,k byte )Color {return cmykColor {_bcbb :_d .Min (float64 (c ),100)/100.0,_ebcb :_d .Min (float64 (m ),100)/100.0,_ggcc :_d .Min (float64 (y ),100)/100.0,_ebg :_d .Min (float64 (k ),100)/100.0};}; -// TotalLines returns all the rows in the invoice totals table as -// description-value cell pairs. -func (_dddgf *Invoice )TotalLines ()[][2]*InvoiceCell {_gefa :=[][2]*InvoiceCell {_dddgf ._ffce };_gefa =append (_gefa ,_dddgf ._gfgd ...);return append (_gefa ,_dddgf ._cecdb );};func _bggfea (_efaee *templateProcessor ,_fgfcd *templateNode )(interface{},error ){return _efaee .parseChart (_fgfcd ); -}; +// Length calculates and returns the length of the line. +func (_egfd *Line )Length ()float64 {return _d .Sqrt (_d .Pow (_egfd ._fabaf -_egfd ._dfaec ,2.0)+_d .Pow (_egfd ._cgeea -_egfd ._gafbg ,2.0));};func (_eecdf *templateProcessor )parseRadialGradientAttr (creator *Creator ,_gaced string )Color {_feeee :=ColorBlack ; +if _gaced ==""{return _feeee ;};var (_bdbd error ;_gdgcb =0.0;_deaa =0.0;_fbgefe =-1.0;_ffcgb =_ga .Split (_gaced [16:len (_gaced )-1],"\u002c"););_ddbc :=_ga .Fields (_ffcgb [0]);if len (_ddbc )==2&&_ga .TrimSpace (_ddbc [0])[0]!='#'{_gdgcb ,_bdbd =_be .ParseFloat (_ddbc [0],64); +if _bdbd !=nil {_e .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0058\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_bdbd ); +};_deaa ,_bdbd =_be .ParseFloat (_ddbc [1],64);if _bdbd !=nil {_e .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0070a\u0072\u0073\u0069\u006e\u0067\u0020\u0072a\u0064\u0069\u0061\u006c\u0020\u0067r\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0059\u0020\u0070\u006fs\u0069\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076",_bdbd ); +};_ffcgb =_ffcgb [1:];};_ebbg :=_ga .TrimSpace (_ffcgb [0]);if _ebbg [0]!='#'{_fbgefe ,_bdbd =_be .ParseFloat (_ebbg ,64);if _bdbd !=nil {_e .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0072\u0061\u0064\u0069\u0061l\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0073\u0069\u007ae\u003a\u0020\u0025\u0076",_bdbd ); +};_ffcgb =_ffcgb [1:];};_bccda ,_ecfb :=_eecdf .processGradientColorPair (_ffcgb );if _bccda ==nil ||_ecfb ==nil {return _feeee ;};_caabf :=creator .NewRadialGradientColor (_gdgcb ,_deaa ,0,_fbgefe ,[]*ColorPoint {});for _cedbf :=0;_cedbf < len (_bccda ); +_cedbf ++{_caabf .AddColorStop (_bccda [_cedbf ],_ecfb [_cedbf ]);};return _caabf ;}; // AddExternalLink adds a new external link to the paragraph. // The text parameter represents the text that is displayed and the url // parameter sets the destionation of the link. -func (_eacea *StyledParagraph )AddExternalLink (text ,url string )*TextChunk {_bffg :=NewTextChunk (text ,_eacea ._debd );_bffg .AddAnnotation (_cgdd (url ));return _eacea .appendChunk (_bffg );}; +func (_deefa *StyledParagraph )AddExternalLink (text ,url string )*TextChunk {_gfdb :=NewTextChunk (text ,_deefa ._caff );_gfdb .AddAnnotation (_caddf (url ));return _deefa .appendChunk (_gfdb );}; -// WriteToFile writes the Creator output to file specified by path. -func (_dgged *Creator )WriteToFile (outputPath string )error {_dcc ,_bbdg :=_e .Create (outputPath );if _bbdg !=nil {return _bbdg ;};defer _dcc .Close ();return _dgged .Write (_dcc );}; +// AnchorPoint defines anchor point where the center position of the radial gradient would be calculated. +type AnchorPoint int ; -// ScaleToWidth scales the ellipse to the specified width. The height of -// the ellipse is scaled so that the aspect ratio is maintained. -func (_bdad *Ellipse )ScaleToWidth (w float64 ){_ffeb :=_bdad ._fgbb /_bdad ._gbea ;_bdad ._gbea =w ;_bdad ._fgbb =w *_ffeb ;}; +// Width returns the width of the specified text chunk. +func (_bfab *TextChunk )Width ()float64 {var (_geeb float64 ;_debcc =_bfab .Style ;);for _ ,_egaef :=range _bfab .Text {_fafdf ,_cdeed :=_debcc .Font .GetRuneMetrics (_egaef );if !_cdeed {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_egaef ,_egaef ,_debcc .Font .BaseFont (),_debcc .Font .Subtype ()); +_e .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_debcc .Font );_e .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_debcc .Font .Encoder ());};_edce :=_debcc .FontSize *_fafdf .Wx ;_ggaca :=_edce ;if _egaef !=' '{_ggaca =_edce +_debcc .CharSpacing *1000.0; +};_geeb +=_ggaca ;};return _geeb /1000.0;}; -// Context returns the current drawing context. -func (_egcd *Creator )Context ()DrawContext {return _egcd ._ecfb }; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_ggaab *TOC )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_adbe :=ctx ;_fcgga ,ctx ,_dabc :=_ggaab ._bdaf .GeneratePageBlocks (ctx );if _dabc !=nil {return _fcgga ,ctx ,_dabc ;};for _ ,_ffaae :=range _ggaab ._ggfdc {_ccca :=_ffaae ._cbefe ; +if !_ggaab ._cgaf {_ffaae ._cbefe =0;};_cadfec ,_bbcg ,_cgcdd :=_ffaae .GeneratePageBlocks (ctx );_ffaae ._cbefe =_ccca ;if _cgcdd !=nil {return _fcgga ,ctx ,_cgcdd ;};if len (_cadfec )< 1{continue ;};_fcgga [len (_fcgga )-1].mergeBlocks (_cadfec [0]); +_fcgga =append (_fcgga ,_cadfec [1:]...);ctx =_bbcg ;};if _ggaab ._gbcdg .IsRelative (){ctx .X =_adbe .X ;};if _ggaab ._gbcdg .IsAbsolute (){return _fcgga ,_adbe ,nil ;};return _fcgga ,ctx ,nil ;}; -// SetBorderRadius sets the radius of the rectangle corners. -func (_dgfa *Rectangle )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_dgfa ._dfegd =topLeft ;_dgfa ._afgd =topRight ;_dgfa ._ebddb =bottomLeft ;_dgfa ._fcgc =bottomRight ;};func (_gfgdb *templateProcessor )parseInt64Array (_ccded ,_bcff string )[]int64 {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0069\u006e\u0074\u0036\u0034\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ccded ,_bcff ); -_cggec :=_ddf .Fields (_bcff );_cecg :=make ([]int64 ,0,len (_cggec ));for _ ,_gddec :=range _cggec {_aeda ,_ :=_fd .ParseInt (_gddec ,10,64);_cecg =append (_cecg ,_aeda );};return _cecg ;};var _fee =_g .MustCompile ("\u005c\u0064\u002b");func _bdda (_aaedf *Creator ,_dcbeg string ,_fdcd []byte ,_gccf *TemplateOptions ,_bcef componentRenderer )*templateProcessor {if _gccf ==nil {_gccf =&TemplateOptions {}; -};_gccf .init ();if _bcef ==nil {_bcef =_aaedf ;};return &templateProcessor {creator :_aaedf ,_fagcac :_fdcd ,_agabg :_gccf ,_gfcf :_bcef ,_cabb :_dcbeg };};func _bddd (_dfad *_gd .Image )(*Image ,error ){_accc :=float64 (_dfad .Width );_ebg :=float64 (_dfad .Height ); -return &Image {_dgaaf :_dfad ,_dade :_accc ,_abecc :_ebg ,_dcbe :_accc ,_fae :_ebg ,_afgb :0,_fgec :1.0,_dbafc :PositionRelative },nil ;};func (_beff *StyledParagraph )wrapChunks (_agdd bool )error {if !_beff ._egbgc ||int (_beff ._cbcb )<=0{_beff ._ccae =[][]*TextChunk {_beff ._bcbc }; -return nil ;};if _beff ._fecad {_beff .wrapWordChunks ();};_beff ._ccae =[][]*TextChunk {};var _fedbg []*TextChunk ;var _eedga float64 ;_bfded :=_ab .IsSpace ;if !_agdd {_bfded =func (rune )bool {return false };};_cfcad :=_fgfcf (_beff ._cbcb *1000.0,0.000001); -for _ ,_badfc :=range _beff ._bcbc {_abfaf :=_badfc .Style ;_adcdg :=_badfc ._bcfe ;_defcb :=_badfc .VerticalAlignment ;var (_daag []rune ;_agea []float64 ;);_eeef :=_bdcfa (_badfc .Text );for _ ,_bdcb :=range _badfc .Text {if _bdcb =='\u000A'{if !_agdd {_daag =append (_daag ,_bdcb ); -};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (string (_daag ),_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb });_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =nil ;_eedga =0;_daag =nil ;_agea =nil ;continue ; -};_ceceg :=_bdcb ==' ';_gdcc ,_fbcaf :=_abfaf .Font .GetRuneMetrics (_bdcb );if _gdcc .Wx ==0&&_abfaf .MultiFont !=nil ||_abfaf .MultiFont !=nil &&!_fbcaf {_gdcc ,_fbcaf =_abfaf .MultiFont .GetRuneMetrics (_bdcb );};if !_fbcaf {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_bdcb ); -return _fc .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067");};_fgdab :=_abfaf .FontSize *_gdcc .Wx *_abfaf .horizontalScale ();_faca :=_fgdab ;if !_ceceg {_faca =_fgdab +_abfaf .CharSpacing *1000.0; -};if _eedga +_fgdab > _cfcad {_ffae :=-1;if !_ceceg {for _fbgb :=len (_daag )-1;_fbgb >=0;_fbgb --{if _daag [_fbgb ]==' '{_ffae =_fbgb ;break ;};};};if _beff ._fecad {_bece :=len (_fedbg );if _bece > 0{_fedbg [_bece -1].Text =_ddf .TrimRightFunc (_fedbg [_bece -1].Text ,_bfded ); -_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =[]*TextChunk {};};_daag =append (_daag ,_bdcb );_agea =append (_agea ,_faca );if _ffae >=0{_daag =_daag [_ffae +1:];_agea =_agea [_ffae +1:];};_eedga =0;for _ ,_fcadg :=range _agea {_eedga +=_fcadg ; -};if _eedga > _cfcad {_bada :=string (_daag [:len (_daag )-1]);_bada =_ebaa (_bada ,_eeef );if !_agdd &&_ceceg {_bada +="\u0020";};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (_bada ,_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb }); -_beff ._ccae =append (_beff ._ccae ,_fedbg );_fedbg =[]*TextChunk {};_daag =[]rune {_bdcb };_agea =[]float64 {_faca };_eedga =_faca ;};continue ;};_cebg :=string (_daag );if _ffae >=0{_cebg =string (_daag [0:_ffae +1]);_daag =_daag [_ffae +1:];_daag =append (_daag ,_bdcb ); -_agea =_agea [_ffae +1:];_agea =append (_agea ,_faca );_eedga =0;for _ ,_aebeb :=range _agea {_eedga +=_aebeb ;};}else {if _ceceg {_eedga =0;_daag =[]rune {};_agea =[]float64 {};}else {_eedga =_faca ;_daag =[]rune {_bdcb };_agea =[]float64 {_faca };};}; -_cebg =_ebaa (_cebg ,_eeef );if !_agdd &&_ceceg {_cebg +="\u0020";};_fedbg =append (_fedbg ,&TextChunk {Text :_ddf .TrimRightFunc (_cebg ,_bfded ),Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb });_beff ._ccae =append (_beff ._ccae ,_fedbg ); -_fedbg =[]*TextChunk {};}else {_eedga +=_faca ;_daag =append (_daag ,_bdcb );_agea =append (_agea ,_faca );};};if len (_daag )> 0{_fabaa :=_ebaa (string (_daag ),_eeef );_fedbg =append (_fedbg ,&TextChunk {Text :_fabaa ,Style :_abfaf ,_bcfe :_aagc (_adcdg ),VerticalAlignment :_defcb }); -};};if len (_fedbg )> 0{_beff ._ccae =append (_beff ._ccae ,_fedbg );};return nil ;}; +// GeneratePageBlocks draws the line on a new block representing the page. +// Implements the Drawable interface. +func (_bbaca *Line )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_efebc []*Block ;_cbce =NewBlock (ctx .PageWidth ,ctx .PageHeight );_gfgab =ctx ;_dgga ,_fade =_bbaca ._dfaec ,ctx .PageHeight -_bbaca ._gafbg ;_aeaf ,_edff =_bbaca ._fabaf ,ctx .PageHeight -_bbaca ._cgeea ; +);_dedb :=_bbaca ._cfgfg .IsRelative ();if _dedb {ctx .X +=_bbaca ._adae .Left ;ctx .Y +=_bbaca ._adae .Top ;ctx .Width -=_bbaca ._adae .Left +_bbaca ._adae .Right ;ctx .Height -=_bbaca ._adae .Top +_bbaca ._adae .Bottom ;_dgga ,_fade ,_aeaf ,_edff =_bbaca .computeCoords (ctx ); +if _bbaca .Height ()> ctx .Height {_efebc =append (_efebc ,_cbce );_cbce =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_bfbe :=ctx ;_bfbe .Y =ctx .Margins .Top +_bbaca ._adae .Top ;_bfbe .X =ctx .Margins .Left +_bbaca ._adae .Left ;_bfbe .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_bbaca ._adae .Top -_bbaca ._adae .Bottom ; +_bfbe .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_bbaca ._adae .Left -_bbaca ._adae .Right ;ctx =_bfbe ;_dgga ,_fade ,_aeaf ,_edff =_bbaca .computeCoords (ctx );};};_fgee :=_ee .BasicLine {X1 :_dgga ,Y1 :_fade ,X2 :_aeaf ,Y2 :_edff ,LineColor :_agbd (_bbaca ._eadb ),Opacity :_bbaca ._gebb ,LineWidth :_bbaca ._ffbcg ,LineStyle :_bbaca ._cbge ,DashArray :_bbaca ._dafca ,DashPhase :_bbaca ._ddgcc }; +_fcgd ,_eebb :=_cbce .setOpacity (1.0,_bbaca ._gebb );if _eebb !=nil {return nil ,ctx ,_eebb ;};_fcfeb ,_ ,_eebb :=_fgee .MarkedDraw (_fcgd ,_bbaca ._cgcf );if _eebb !=nil {return nil ,ctx ,_eebb ;};if _eebb =_cbce .addContentsByString (string (_fcfeb )); +_eebb !=nil {return nil ,ctx ,_eebb ;};if _dedb {ctx .X =_gfgab .X ;ctx .Width =_gfgab .Width ;_cfcc :=_bbaca .Height ();ctx .Y +=_cfcc +_bbaca ._adae .Bottom ;ctx .Height -=_cfcc ;}else {ctx =_gfgab ;};_efebc =append (_efebc ,_cbce );return _efebc ,ctx ,nil ; +};func (_efbgg *templateProcessor )parseTable (_gbdg *templateNode )(interface{},error ){var _acdaf int64 ;for _ ,_gbad :=range _gbdg ._fagc .Attr {_bfef :=_gbad .Value ;switch _bbdafd :=_gbad .Name .Local ;_bbdafd {case "\u0063o\u006c\u0075\u006d\u006e\u0073":_acdaf =_efbgg .parseInt64Attr (_bbdafd ,_bfef ); +};};if _acdaf <=0{_efbgg .nodeLogDebug (_gbdg ,"\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006eu\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0074\u0061\u0062\u006ce\u0020\u0063\u006f\u006cu\u006d\u006e\u0073\u003a\u0020\u0025\u0064\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0031\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020m\u0061\u0079\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_acdaf ); +_acdaf =1;};_cdgd :=_efbgg .creator .NewTable (int (_acdaf ));for _ ,_cbaef :=range _gbdg ._fagc .Attr {_egaac :=_cbaef .Value ;switch _fggg :=_cbaef .Name .Local ;_fggg {case "\u0063\u006f\u006c\u0075\u006d\u006e\u002d\u0077\u0069\u0064\u0074\u0068\u0073":_cdgd .SetColumnWidths (_efbgg .parseFloatArray (_fggg ,_egaac )...); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_ffbda :=_efbgg .parseMarginAttr (_fggg ,_egaac );_cdgd .SetMargins (_ffbda .Left ,_ffbda .Right ,_ffbda .Top ,_ffbda .Bottom );case "\u0078":_cdgd .SetPos (_efbgg .parseFloatAttr (_fggg ,_egaac ),_cdgd ._eeecd ); +case "\u0079":_cdgd .SetPos (_cdgd ._gcacef ,_efbgg .parseFloatAttr (_fggg ,_egaac ));case "\u0068\u0065a\u0064\u0065\u0072-\u0073\u0074\u0061\u0072\u0074\u002d\u0072\u006f\u0077":_cdgd ._abbga =int (_efbgg .parseInt64Attr (_fggg ,_egaac ));case "\u0068\u0065\u0061\u0064\u0065\u0072\u002d\u0065\u006ed\u002d\u0072\u006f\u0077":_cdgd ._fdca =int (_efbgg .parseInt64Attr (_fggg ,_egaac )); +case "\u0065n\u0061b\u006c\u0065\u002d\u0072\u006f\u0077\u002d\u0077\u0072\u0061\u0070":_cdgd .EnableRowWrap (_efbgg .parseBoolAttr (_fggg ,_egaac ));case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_cdgd .EnablePageWrap (_efbgg .parseBoolAttr (_fggg ,_egaac )); +case "\u0063o\u006c\u0075\u006d\u006e\u0073":break ;default:_efbgg .nodeLogDebug (_gbdg ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0074a\u0062\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_fggg ); +};};if _cdgd ._abbga !=0&&_cdgd ._fdca !=0{_cdgcc :=_cdgd .SetHeaderRows (_cdgd ._abbga ,_cdgd ._fdca );if _cdgcc !=nil {_efbgg .nodeLogDebug (_gbdg ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0073\u0065t t\u0061bl\u0065\u0020\u0068\u0065\u0061\u0064\u0065r \u0072\u006f\u0077\u0073\u003a\u0020\u0025v\u002e",_cdgcc ); +};}else {_cdgd ._abbga =0;_cdgd ._fdca =0;};return _cdgd ,nil ;}; -// Positioning returns the type of positioning the line is set to use. -func (_ffabc *Line )Positioning ()Positioning {return _ffabc ._fcbba }; +// SetAddressStyle sets the style properties used to render the content of +// the invoice address sections. +func (_cgeca *Invoice )SetAddressStyle (style TextStyle ){_cgeca ._aegb =style };func (_ccgda *listItem )ctxHeight (_cbcc float64 )float64 {var _eedcd float64 ;switch _ceead :=_ccgda ._cabb .(type ){case *Paragraph :if _ceead ._dagc {_ceead .SetWidth (_cbcc -_ceead ._fdgb .Horizontal ()); +};_eedcd =_ceead .Height ()+_ceead ._fdgb .Vertical ();_eedcd +=0.5*_ceead ._afgfg *_ceead ._eaff ;case *StyledParagraph :if _ceead ._ebedb {_ceead .SetWidth (_cbcc -_ceead ._gfdga .Horizontal ());};_eedcd =_ceead .Height ()+_ceead ._gfdga .Vertical (); +_eedcd +=0.5*_ceead .getTextHeight ();case *List :_dcea :=_cbcc -_ccgda ._fdfdb .Width ()-_ceead ._dffgd .Horizontal ()-_ceead ._bfcab ;_eedcd =_ceead .ctxHeight (_dcea )+_ceead ._dffgd .Vertical ();case *Image :_eedcd =_ceead .Height ()+_ceead ._efdcd .Vertical (); +case *Division :_ccdbg :=_cbcc -_ccgda ._fdfdb .Width ()-_ceead ._dbfc .Horizontal ();_eedcd =_ceead .ctxHeight (_ccdbg )+_ceead ._dbfc .Vertical ();case *Table :_bgccb :=_cbcc -_ccgda ._fdfdb .Width ()-_ceead ._beac .Horizontal ();_ceead .updateRowHeights (_bgccb ); +_eedcd =_ceead .Height ()+_ceead ._beac .Vertical ();default:_eedcd =_ccgda ._cabb .Height ();};return _eedcd ;}; -// Height returns the height of the list. -func (_fceb *List )Height ()float64 {var _eggcd float64 ;for _ ,_efac :=range _fceb ._fadf {_eggcd +=_efac .ctxHeight (_fceb .Width ());};return _eggcd ;};type rgbColor struct{_afd ,_fef ,_cbbf float64 };func (_gdebg *Paragraph )getTextWidth ()float64 {_dbcfe :=0.0; -for _ ,_dbffa :=range _gdebg ._bcgag {if _dbffa =='\u000A'{continue ;};_gddg ,_cebc :=_gdebg ._caccd .GetRuneMetrics (_dbffa );if !_cebc {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_dbffa ,_dbffa ); -return -1;};_dbcfe +=_gdebg ._geac *_gddg .Wx ;};return _dbcfe ;}; +// MultiCell makes a new cell with the specified row span and col span +// and inserts it into the table at the current position. +func (_agde *Table )MultiCell (rowspan ,colspan int )*TableCell {_agde ._cgce ++;_bdbgb :=(_agde .moveToNextAvailableCell ()-1)%(_agde ._ggfcc )+1;_bccb :=(_agde ._cgce -1)/_agde ._ggfcc +1;for _bccb > _agde ._aade {_agde ._aade ++;_agde ._dbfg =append (_agde ._dbfg ,_agde ._ffgfa ); +};_fcce :=&TableCell {};_fcce ._cceff =_bccb ;_fcce ._bbcd =_bdbgb ;_fcce ._eacbd =5;_fcce ._fbcbf =CellBorderStyleNone ;_fcce ._baaea =_ee .LineStyleSolid ;_fcce ._bbgd =CellHorizontalAlignmentLeft ;_fcce ._badba =CellVerticalAlignmentTop ;_fcce ._gaeea =0; +_fcce ._edca =0;_fcce ._gcbb =0;_fcce ._ffagg =0;_edfdf :=ColorBlack ;_fcce ._dbdbd =_edfdf ;_fcce ._fdaa =_edfdf ;_fcce ._efcaa =_edfdf ;_fcce ._badce =_edfdf ;if rowspan < 1{_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061t\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0072\u006f\u0077s\u0070\u0061n\u0020\u0074o\u00201\u002e",rowspan ); +rowspan =1;};_abfd :=_agde ._aade -(_fcce ._cceff -1);if rowspan > _abfd {_e .Log .Debug ("\u0054\u0061b\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070\u0061\u006e\u0020\u0028\u0025d\u0029\u0020\u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072o\u0077\u0073 \u0028\u0025\u0064\u0029.\u0020\u0041\u0064\u0064\u0069n\u0067\u0020\u0072\u006f\u0077\u0073\u002e",rowspan ,_abfd ); +_agde ._aade +=rowspan -1;for _bafe :=0;_bafe <=rowspan -_abfd ;_bafe ++{_agde ._dbfg =append (_agde ._dbfg ,_agde ._ffgfa );};};for _gcff :=0;_gcff < colspan &&_bdbgb +_gcff -1< len (_agde ._eaaad );_gcff ++{_agde ._eaaad [_bdbgb +_gcff -1]=rowspan -1; +};_fcce ._dcgbe =rowspan ;if colspan < 1{_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0063\u006f\u006c\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061n\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006cs\u0070\u0061n\u0020\u0074o\u00201\u002e",colspan ); +colspan =1;};_eeace :=_agde ._ggfcc -(_fcce ._bbcd -1);if colspan > _eeace {_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0065\u006c\u006c\u0020\u0063o\u006c\u0073\u0070\u0061\u006e\u0020\u0028\u0025\u0064\u0029\u0020\u0065\u0078\u0063\u0065\u0065\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072\u006f\u0077\u0020\u0063\u006f\u006c\u0073\u0020\u0028\u0025d\u0029\u002e\u0020\u0041\u0064\u006a\u0075\u0073\u0074\u0069\u006e\u0067 \u0063\u006f\u006c\u0073\u0070\u0061n\u002e",colspan ,_eeace ); +colspan =_eeace ;};_fcce ._ffgb =colspan ;_agde ._cgce +=colspan -1;_agde ._dcbag =append (_agde ._dcbag ,_fcce );_fcce ._aacdd =_agde ;return _fcce ;}; -// SetBoundingBox set gradient color bounding box where the gradient would be rendered. -func (_dfda *LinearShading )SetBoundingBox (x ,y ,width ,height float64 ){_dfda ._ddfb =&_gd .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; +// SetTitle sets the title of the invoice. +func (_agfed *Invoice )SetTitle (title string ){_agfed ._edaed =title }; -// PolyBezierCurve represents a composite curve that is the result of joining -// multiple cubic Bezier curves. -// Implements the Drawable interface and can be drawn on PDF using the Creator. -type PolyBezierCurve struct{_bgdab *_ddb .PolyBezierCurve ;_dcfbf float64 ;_acfb float64 ;_gfde Color ;_bgadb *int64 ;}; +// CurRow returns the currently active cell's row number. +func (_gcaed *Table )CurRow ()int {_gaee :=(_gcaed ._cgce -1)/_gcaed ._ggfcc +1;return _gaee }; -// SetNumber sets the number of the invoice. -func (_eefc *Invoice )SetNumber (number string )(*InvoiceCell ,*InvoiceCell ){_eefc ._eeffg [1].Value =number ;return _eefc ._eeffg [0],_eefc ._eeffg [1];}; +// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated +// if the contents wrap over multiple pages. +func (_acade *Invoice )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cbdc :=ctx ;_cbbd :=[]func (_ecfa DrawContext )([]*Block ,DrawContext ,error ){_acade .generateHeaderBlocks ,_acade .generateInformationBlocks ,_acade .generateLineBlocks ,_acade .generateTotalBlocks ,_acade .generateNoteBlocks }; +var _fede []*Block ;for _ ,_fcbf :=range _cbbd {_bbbb ,_badfd ,_aggcb :=_fcbf (ctx );if _aggcb !=nil {return _fede ,ctx ,_aggcb ;};if len (_fede )==0{_fede =_bbbb ;}else if len (_bbbb )> 0{_fede [len (_fede )-1].mergeBlocks (_bbbb [0]);_fede =append (_fede ,_bbbb [1:]...); +};ctx =_badfd ;};if _acade ._fgde .IsRelative (){ctx .X =_cbdc .X ;};if _acade ._fgde .IsAbsolute (){return _fede ,_cbdc ,nil ;};return _fede ,ctx ,nil ;};func _cgd (_dfea string ,_ecg _cc .PdfObject ,_aec *_fg .PdfPageResources )_cc .PdfObjectName {_fgd :=_ga .TrimRightFunc (_ga .TrimSpace (_dfea ),func (_dfg rune )bool {return _fa .IsNumber (_dfg )}); +if _fgd ==""{_fgd ="\u0046\u006f\u006e\u0074";};_dfge :=0;_fcc :=_cc .PdfObjectName (_dfea );for {_gege ,_aab :=_aec .GetFontByName (_fcc );if !_aab ||_gege ==_ecg {break ;};_dfge ++;_fcc =_cc .PdfObjectName (_g .Sprintf ("\u0025\u0073\u0025\u0064",_fgd ,_dfge )); +};return _fcc ;}; -// SetPageLabels adds the specified page labels to the PDF file generated -// by the creator. See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -// NOTE: for existing PDF files, the page label ranges object can be obtained -// using the model.PDFReader's GetPageLabels method. -func (_gbeg *Creator )SetPageLabels (pageLabels _be .PdfObject ){_gbeg ._ddad =pageLabels };var (ErrContentNotFit =_fc .New ("\u0043\u0061\u006e\u006e\u006ft\u0020\u0066\u0069\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020i\u006e\u0074\u006f\u0020\u0061\u006e\u0020\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0073\u0070\u0061\u0063\u0065"); -);func (_eaca *templateProcessor )parseStyledParagraph (_abcff *templateNode )(interface{},error ){_feddb :=_eaca .creator .NewStyledParagraph ();for _ ,_cbdc :=range _abcff ._eccfd .Attr {_bcba :=_cbdc .Value ;switch _ebgg :=_cbdc .Name .Local ;_ebgg {case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_feddb .SetTextAlignment (_eaca .parseTextAlignmentAttr (_ebgg ,_bcba )); -case "\u0076\u0065\u0072\u0074ic\u0061\u006c\u002d\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_feddb .SetTextVerticalAlignment (_eaca .parseTextVerticalAlignmentAttr (_ebgg ,_bcba ));case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_feddb .SetLineHeight (_eaca .parseFloatAttr (_ebgg ,_bcba )); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_ffcef :=_eaca .parseMarginAttr (_ebgg ,_bcba );_feddb .SetMargins (_ffcef .Left ,_ffcef .Right ,_ffcef .Top ,_ffcef .Bottom );case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_feddb .SetEnableWrap (_eaca .parseBoolAttr (_ebgg ,_bcba )); -case "\u0065\u006ea\u0062\u006c\u0065-\u0077\u006f\u0072\u0064\u002d\u0077\u0072\u0061\u0070":_feddb .EnableWordWrap (_eaca .parseBoolAttr (_ebgg ,_bcba ));case "\u0074\u0065\u0078\u0074\u002d\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077":_feddb .SetTextOverflow (_eaca .parseTextOverflowAttr (_ebgg ,_bcba )); -case "\u0078":_feddb .SetPos (_eaca .parseFloatAttr (_ebgg ,_bcba ),_feddb ._ccde );case "\u0079":_feddb .SetPos (_feddb ._cabcd ,_eaca .parseFloatAttr (_ebgg ,_bcba ));case "\u0061\u006e\u0067l\u0065":_feddb .SetAngle (_eaca .parseFloatAttr (_ebgg ,_bcba )); -default:_eaca .nodeLogDebug (_abcff ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0073\u0074\u0079l\u0065\u0064\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0060\u0025\u0073`.\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ebgg ); -};};return _feddb ,nil ;}; +// SetMargins sets the Paragraph's margins. +func (_fbda *StyledParagraph )SetMargins (left ,right ,top ,bottom float64 ){_fbda ._gfdga .Left =left ;_fbda ._gfdga .Right =right ;_fbda ._gfdga .Top =top ;_fbda ._gfdga .Bottom =bottom ;}; -// InvoiceCell represents any cell belonging to a table from the invoice -// template. The main tables are the invoice information table, the line -// items table and totals table. Contains the text value of the cell and -// the style properties of the cell. -type InvoiceCell struct{InvoiceCellProps ;Value string ;}; +// SetShowLinks sets visibility of links for the TOC lines. +func (_bcfd *TOC )SetShowLinks (showLinks bool ){_bcfd ._cgaf =showLinks }; -// FillOpacity returns the fill opacity of the ellipse (0-1). -func (_acbbd *Ellipse )FillOpacity ()float64 {return _acbbd ._baae }; +// NewDivision returns a new Division container component. +func (_aege *Creator )NewDivision ()*Division {return _dabf ()}; -// SetForms adds an Acroform to a PDF file. Sets the specified form for writing. -func (_baccc *Creator )SetForms (form *_gd .PdfAcroForm )error {_baccc ._bdac =form ;return nil }; +// GeneratePageBlocks draws the ellipse on a new block representing the page. +func (_cdee *Ellipse )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_dcd []*Block ;_fcgb =NewBlock (ctx .PageWidth ,ctx .PageHeight );_gcfbb =ctx ;);_eacc :=_cdee ._ggcea .IsRelative ();if _eacc {_cdee .applyFitMode (ctx .Width ); +ctx .X +=_cdee ._cdcf .Left ;ctx .Y +=_cdee ._cdcf .Top ;ctx .Width -=_cdee ._cdcf .Left +_cdee ._cdcf .Right ;ctx .Height -=_cdee ._cdcf .Top +_cdee ._cdcf .Bottom ;if _cdee ._gfcb > ctx .Height {_dcd =append (_dcd ,_fcgb );_fcgb =NewBlock (ctx .PageWidth ,ctx .PageHeight ); +ctx .Page ++;_ecgaea :=ctx ;_ecgaea .Y =ctx .Margins .Top +_cdee ._cdcf .Top ;_ecgaea .X =ctx .Margins .Left +_cdee ._cdcf .Left ;_ecgaea .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cdee ._cdcf .Top -_cdee ._cdcf .Bottom ;_ecgaea .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cdee ._cdcf .Left -_cdee ._cdcf .Right ; +ctx =_ecgaea ;};}else {ctx .X =_cdee ._adcf -_cdee ._aacd /2;ctx .Y =_cdee ._deag -_cdee ._gfcb /2;};_egca :=_ee .Circle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cdee ._gfcb ,Width :_cdee ._aacd ,Height :_cdee ._gfcb ,BorderWidth :_cdee ._ecgc ,Opacity :1.0}; +if _cdee ._ffebd !=nil {_egca .FillEnabled =true ;_dedc :=_agbd (_cdee ._ffebd );_ebed :=_cabfe (_fcgb ,_dedc ,_cdee ._ffebd ,func ()Rectangle {return Rectangle {_fgcb :_egca .X ,_aedg :_egca .Y ,_cfee :_egca .Width ,_edcdb :_egca .Height };});if _ebed !=nil {return nil ,ctx ,_ebed ; +};_egca .FillColor =_dedc ;};if _cdee ._befd !=nil {_egca .BorderEnabled =false ;if _cdee ._ecgc > 0{_egca .BorderEnabled =true ;};_egca .BorderColor =_agbd (_cdee ._befd );_egca .BorderWidth =_cdee ._ecgc ;};_fggec ,_faba :=_fcgb .setOpacity (_cdee ._ccgg ,_cdee ._afef ); +if _faba !=nil {return nil ,ctx ,_faba ;};_eaea ,_ ,_faba :=_egca .MarkedDraw (_fggec ,_cdee ._eaeb );if _faba !=nil {return nil ,ctx ,_faba ;};_faba =_fcgb .addContentsByString (string (_eaea ));if _faba !=nil {return nil ,ctx ,_faba ;};if _eacc {ctx .X =_gcfbb .X ; +ctx .Width =_gcfbb .Width ;ctx .Y +=_cdee ._gfcb +_cdee ._cdcf .Bottom ;ctx .Height -=_cdee ._gfcb ;}else {ctx =_gcfbb ;};_dcd =append (_dcd ,_fcgb );return _dcd ,ctx ,nil ;}; -// TemplateOptions contains options and resources to use when rendering -// a template with a Creator instance. -// All the resources in the map fields can be referenced by their -// name/key in the template which is rendered using the options instance. -type TemplateOptions struct{ +// Height returns the height of the division, assuming all components are +// stacked on top of each other. +func (_fdeg *Division )Height ()float64 {var _bfccb float64 ;for _ ,_fgcg :=range _fdeg ._caef {switch _baae :=_fgcg .(type ){case marginDrawable :_ ,_ ,_fae ,_dedf :=_baae .GetMargins ();_bfccb +=_baae .Height ()+_fae +_dedf ;default:_bfccb +=_baae .Height (); +};};return _bfccb ;}; -// HelperFuncMap is used to define functions which can be accessed -// inside the rendered templates by their assigned names. -HelperFuncMap _fb .FuncMap ; +// Paragraph represents text drawn with a specified font and can wrap across lines and pages. +// By default, it occupies the available width in the drawing context. +type Paragraph struct{_gegagc string ;_ebedc *_fg .PdfFont ;_afgfg float64 ;_eaff float64 ;_bffcf Color ;_eead TextAlignment ;_dagc bool ;_edd float64 ;_cddd int ;_abdd bool ;_dedfa float64 ;_fdgb Margins ;_cddfc Positioning ;_acbe float64 ;_egfb float64 ; +_bffce ,_ffecb float64 ;_cefa []string ;_ddag *int64 ;_gdcf string ;}; -// SubtemplateMap contains templates which can be rendered alongside -// the main template. They can be accessed using their assigned names -// in the main template or in the other subtemplates. -// Subtemplates defined inside the subtemplates specified in the map -// can be accessed directly. -// All resources available to the main template are also available -// to the subtemplates. -SubtemplateMap map[string ]_cb .Reader ; +// SetBorderWidth sets the border width. +func (_ebaa *Polygon )SetBorderWidth (borderWidth float64 ){_ebaa ._aaec .BorderWidth =borderWidth }; -// FontMap contains pre-loaded fonts which can be accessed -// inside the rendered templates by their assigned names. -FontMap map[string ]*_gd .PdfFont ; +// Division is a container component which can wrap across multiple pages. +// Currently supported drawable components: +// - *Paragraph +// - *StyledParagraph +// - *Image +// - *Chart +// +// The component stacking behavior is vertical, where the drawables are drawn +// on top of each other. +type Division struct{_caef []VectorDrawable ;_cfeb Positioning ;_dbfc Margins ;_ffde Margins ;_ddee bool ;_aafe bool ;_eag *Background ;}; -// ImageMap contains pre-loaded images which can be accessed -// inside the rendered templates by their assigned names. -ImageMap map[string ]*_gd .Image ; +// TextStyle is a collection of properties that can be assigned to a text chunk. +type TextStyle struct{ -// ColorMap contains colors which can be accessed -// inside the rendered templates by their assigned names. -ColorMap map[string ]Color ; +// Color represents the color of the text. +Color Color ; -// ChartMap contains charts which can be accessed -// inside the rendered templates by their assigned names. -ChartMap map[string ]_fbb .ChartRenderable ;}; +// OutlineColor represents the color of the text outline. +OutlineColor Color ; -// SetBackgroundColor set background color of the shading area. -// -// By default the background color is set to white. -func (_gbae *LinearShading )SetBackgroundColor (backgroundColor Color ){_gbae ._faee .SetBackgroundColor (backgroundColor );}; +// MultiFont represents an encoder that accepts multiple fonts and selects the correct font for encoding. +MultiFont *_fg .MultipleFontEncoder ; -// MultiCell makes a new cell with the specified row span and col span -// and inserts it into the table at the current position. -func (_fafbf *Table )MultiCell (rowspan ,colspan int )*TableCell {_fafbf ._eaeec ++;_dede :=(_fafbf .moveToNextAvailableCell ()-1)%(_fafbf ._cafcb )+1;_dgaaa :=(_fafbf ._eaeec -1)/_fafbf ._cafcb +1;for _dgaaa > _fafbf ._addf {_fafbf ._addf ++;_fafbf ._gadc =append (_fafbf ._gadc ,_fafbf ._aedbd ); -};_bebae :=&TableCell {};_bebae ._fgcga =_dgaaa ;_bebae ._gggbbd =_dede ;_bebae ._adeb =5;_bebae ._bddcf =CellBorderStyleNone ;_bebae ._aecgdc =_ddb .LineStyleSolid ;_bebae ._bebbe =CellHorizontalAlignmentLeft ;_bebae ._bdcca =CellVerticalAlignmentTop ; -_bebae ._debdc =0;_bebae ._acdc =0;_bebae ._gecc =0;_bebae ._efec =0;_fgde :=ColorBlack ;_bebae ._edgac =_fgde ;_bebae ._daea =_fgde ;_bebae ._cada =_fgde ;_bebae ._agcef =_fgde ;if rowspan < 1{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061t\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0072\u006f\u0077s\u0070\u0061n\u0020\u0074o\u00201\u002e",rowspan ); -rowspan =1;};_dgbbb :=_fafbf ._addf -(_bebae ._fgcga -1);if rowspan > _dgbbb {_ca .Log .Debug ("\u0054\u0061b\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0072\u006f\u0077\u0073\u0070\u0061\u006e\u0020\u0028\u0025d\u0029\u0020\u0065\u0078\u0063\u0065e\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072o\u0077\u0073 \u0028\u0025\u0064\u0029.\u0020\u0041\u0064\u0064\u0069n\u0067\u0020\u0072\u006f\u0077\u0073\u002e",rowspan ,_dgbbb ); -_fafbf ._addf +=rowspan -1;for _fcca :=0;_fcca <=rowspan -_dgbbb ;_fcca ++{_fafbf ._gadc =append (_fafbf ._gadc ,_fafbf ._aedbd );};};for _ddfbg :=0;_ddfbg < colspan &&_dede +_ddfbg -1< len (_fafbf ._gaad );_ddfbg ++{_fafbf ._gaad [_dede +_ddfbg -1]=rowspan -1; -};_bebae ._edegf =rowspan ;if colspan < 1{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065\u003a\u0020\u0063\u0065\u006c\u006c\u0020\u0063\u006f\u006c\u0073\u0070a\u006e\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061n\u0020\u0031\u0020\u0028\u0025\u0064\u0029\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006cs\u0070\u0061n\u0020\u0074o\u00201\u002e",colspan ); -colspan =1;};_geda :=_fafbf ._cafcb -(_bebae ._gggbbd -1);if colspan > _geda {_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0065\u006c\u006c\u0020\u0063o\u006c\u0073\u0070\u0061\u006e\u0020\u0028\u0025\u0064\u0029\u0020\u0065\u0078\u0063\u0065\u0065\u0064\u0073\u0020\u0072\u0065\u006d\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0072\u006f\u0077\u0020\u0063\u006f\u006c\u0073\u0020\u0028\u0025d\u0029\u002e\u0020\u0041\u0064\u006a\u0075\u0073\u0074\u0069\u006e\u0067 \u0063\u006f\u006c\u0073\u0070\u0061n\u002e",colspan ,_geda ); -colspan =_geda ;};_bebae ._ffebf =colspan ;_fafbf ._eaeec +=colspan -1;_fafbf ._gedg =append (_fafbf ._gedg ,_bebae );_bebae ._gabb =_fafbf ;return _bebae ;}; +// Font represents the font the text will use. +Font *_fg .PdfFont ; -// GeneratePageBlocks draws the block contents on a template Page block. -// Implements the Drawable interface. -func (_ba *Block )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ec :=_cbe .IdentityMatrix ();_ccc ,_db :=_ba .Width (),_ba .Height ();if _ba ._agg .IsRelative (){_ec =_ec .Translate (ctx .X ,ctx .PageHeight -ctx .Y -_db );}else {_ec =_ec .Translate (_ba ._eg ,ctx .PageHeight -_ba ._bge -_db ); -};_fbe :=_db ;if _ba ._ac !=0{_ec =_ec .Translate (_ccc /2,_db /2).Rotate (_ba ._ac *_ff .Pi /180.0).Translate (-_ccc /2,-_db /2);_ ,_fbe =_ba .RotatedSize ();};if _ba ._agg .IsRelative (){ctx .Y +=_fbe ;};_bf :=_eag .NewContentCreator ();_bf .Add_cm (_ec [0],_ec [1],_ec [3],_ec [4],_ec [6],_ec [7]); -_afc :=_ba .duplicate ();_adb :=append (*_bf .Operations (),*_afc ._ge ...);_adb .WrapIfNeeded ();_afc ._ge =&_adb ;for _ ,_da :=range _ba ._bdc {_gab ,_fag :=_be .GetArray (_da .Rect );if !_fag ||_gab .Len ()!=4{_ca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0069\u006e\u0076\u0061\u006ci\u0064 \u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065l\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_da .Rect ); -continue ;};_caf ,_ada :=_gd .NewPdfRectangle (*_gab );if _ada !=nil {_ca .Log .Debug ("\u0057A\u0052N\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0070\u0061\u0072\u0073e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0052\u0065\u0063\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061y\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u002e",_ada ); -continue ;};_caf .Transform (_ec );_da .Rect =_caf .ToPdfObject ();};return []*Block {_afc },ctx ,nil ;}; +// FontSize represents the size of the font. +FontSize float64 ; -// Height returns the total height of all rows. -func (_ffge *Table )Height ()float64 {_gebf :=float64 (0.0);for _ ,_bdgc :=range _ffge ._gadc {_gebf +=_bdgc ;};return _gebf ;}; +// OutlineSize represents the thickness of the text outline. +OutlineSize float64 ; -// SetExtends specifies whether ot extend the shading beyond the starting and ending points. -// -// Text extends is set to `[]bool{false, false}` by default. -func (_bagc *RadialShading )SetExtends (start bool ,end bool ){_bagc ._ffcg .SetExtends (start ,end )}; +// CharSpacing represents the character spacing. +CharSpacing float64 ; -// SetPos sets the absolute position. Changes object positioning to absolute. -func (_afecf *Image )SetPos (x ,y float64 ){_afecf ._dbafc =PositionAbsolute ;_afecf ._aeae =x ;_afecf ._bgabe =y ;};func (_ddgce *RadialShading )shadingModel ()*_gd .PdfShadingType3 {_fcfce ,_aaac ,_dgdb :=_ddgce ._ffcg ._bbdfc .ToRGB ();var _ccccb _ddb .Point ; -switch _ddgce ._cgdec {case AnchorBottomLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly };case AnchorBottomRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Ury -_ddgce ._gagb .Height ()};case AnchorTopLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()}; -case AnchorTopRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Ury };case AnchorLeft :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2};case AnchorTop :_ccccb =_ddb .Point {X :_ddgce ._gagb .Llx +_ddgce ._gagb .Width ()/2,Y :_ddgce ._gagb .Ury }; -case AnchorRight :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx ,Y :_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2};case AnchorBottom :_ccccb =_ddb .Point {X :_ddgce ._gagb .Urx +_ddgce ._gagb .Width ()/2,Y :_ddgce ._gagb .Lly };default:_ccccb =_ddb .NewPoint (_ddgce ._gagb .Llx +_ddgce ._gagb .Width ()/2,_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()/2); -};_gaac :=_ddgce ._dabe ;_ccgfa :=_ddgce ._bbbc ;_fedc :=_ccccb .X +_ddgce ._edfe ;_abad :=_ccccb .Y +_ddgce ._dcgb ;if _gaac ==-1.0{_gaac =0.0;};if _ccgfa ==-1.0{var _dcbee []float64 ;_gaec :=_ff .Pow (_fedc -_ddgce ._gagb .Llx ,2)+_ff .Pow (_abad -_ddgce ._gagb .Lly ,2); -_dcbee =append (_dcbee ,_ff .Abs (_gaec ));_gabae :=_ff .Pow (_fedc -_ddgce ._gagb .Llx ,2)+_ff .Pow (_ddgce ._gagb .Lly +_ddgce ._gagb .Height ()-_abad ,2);_dcbee =append (_dcbee ,_ff .Abs (_gabae ));_ffaba :=_ff .Pow (_ddgce ._gagb .Urx -_fedc ,2)+_ff .Pow (_abad -_ddgce ._gagb .Ury -_ddgce ._gagb .Height (),2); -_dcbee =append (_dcbee ,_ff .Abs (_ffaba ));_fcccc :=_ff .Pow (_ddgce ._gagb .Urx -_fedc ,2)+_ff .Pow (_ddgce ._gagb .Ury -_abad ,2);_dcbee =append (_dcbee ,_ff .Abs (_fcccc ));_d .Slice (_dcbee ,func (_ebfd ,_caba int )bool {return _ebfd > _caba });_ccgfa =_ff .Sqrt (_dcbee [0]); -};_acge :=&_gd .PdfRectangle {Llx :_fedc -_ccgfa ,Lly :_abad -_ccgfa ,Urx :_fedc +_ccgfa ,Ury :_abad +_ccgfa };_afeg :=_gd .NewPdfShadingType3 ();_afeg .PdfShading .ShadingType =_be .MakeInteger (3);_afeg .PdfShading .ColorSpace =_gd .NewPdfColorspaceDeviceRGB (); -_afeg .PdfShading .Background =_be .MakeArrayFromFloats ([]float64 {_fcfce ,_aaac ,_dgdb });_afeg .PdfShading .BBox =_acge ;_afeg .PdfShading .AntiAlias =_be .MakeBool (_ddgce ._ffcg ._fdda );_afeg .Coords =_be .MakeArrayFromFloats ([]float64 {_fedc ,_abad ,_gaac ,_fedc ,_abad ,_ccgfa }); -_afeg .Domain =_be .MakeArrayFromFloats ([]float64 {0.0,1.0});_afeg .Extend =_be .MakeArray (_be .MakeBool (_ddgce ._ffcg ._gecd [0]),_be .MakeBool (_ddgce ._ffcg ._gecd [1]));_afeg .Function =_ddgce ._ffcg .generatePdfFunctions ();return _afeg ;}; +// HorizontalScaling represents the percentage to horizontally scale +// characters by (default: 100). Values less than 100 will result in +// narrower text while values greater than 100 will result in wider text. +HorizontalScaling float64 ; -// SetExtends specifies whether ot extend the shading beyond the starting and ending points. -// -// Text extends is set to `[]bool{false, false}` by default. -func (_fdgc *LinearShading )SetExtends (start bool ,end bool ){_fdgc ._faee .SetExtends (start ,end )}; +// RenderingMode represents the rendering mode. +RenderingMode TextRenderingMode ; -// SetColorLeft sets border color for left. -func (_bgff *border )SetColorLeft (col Color ){_bgff ._fed =col }; +// Underline specifies if the text chunk is underlined. +Underline bool ; -// DrawFooter sets a function to draw a footer on created output pages. -func (_eggb *Creator )DrawFooter (drawFooterFunc func (_ccb *Block ,_ggac FooterFunctionArgs )){_eggb ._fdc =drawFooterFunc ;};func (_dbda *Table )clone ()*Table {_dgec :=*_dbda ;_dgec ._gadc =make ([]float64 ,len (_dbda ._gadc ));copy (_dgec ._gadc ,_dbda ._gadc ); -_dgec ._faae =make ([]float64 ,len (_dbda ._faae ));copy (_dgec ._faae ,_dbda ._faae );_dgec ._gedg =make ([]*TableCell ,0,len (_dbda ._gedg ));for _ ,_beaga :=range _dbda ._gedg {_edda :=*_beaga ;_edda ._gabb =&_dgec ;_dgec ._gedg =append (_dgec ._gedg ,&_edda ); -};return &_dgec ;};func (_debf *Paragraph )getTextMetrics ()(_gdbgc ,_geeb ,_cadg float64 ){_ffeab :=_ecdbd (_debf ._caccd ,_debf ._geac );if _ffeab ._edgacc > _gdbgc {_gdbgc =_ffeab ._edgacc ;};if _ffeab ._gfcgf < _cadg {_cadg =_ffeab ._gfcgf ;};if _fgda :=_debf ._geac ; -_fgda > _geeb {_geeb =_fgda ;};return _gdbgc ,_geeb ,_cadg ;};func (_abde *Table )wrapContent (_edae DrawContext )error {if _abde ._ffeag {return nil ;};_abde .sortCells ();_fdaeeb :=func (_gdca *TableCell ,_fggg int ,_bggdg int ,_fdfc int )(_daafb int ){if _fdfc < 1{return -1; -};_fdegd :=0;for _dfgg :=_bggdg +1;_dfgg < len (_abde ._gedg )-1;_dfgg ++{_dacde :=_abde ._gedg [_dfgg ];if _dacde ._fgcga ==_fdfc &&_fdegd !=_bggdg {_fdegd =_dfgg ;if (_dacde ._gggbbd < _gdca ._gggbbd &&_abde ._cafcb > _dacde ._gggbbd )||_gdca ._gggbbd < _abde ._cafcb {continue ; -};break ;};};_beefg :=float64 (0.0);for _cgecg :=0;_cgecg < _gdca ._edegf ;_cgecg ++{_beefg +=_abde ._gadc [_gdca ._fgcga +_cgecg -1];};_cdbgc :=_gdca .width (_abde ._faae ,_edae .Width );var (_caeda VectorDrawable ;_aacce =false ;);switch _dcce :=_gdca ._bdea .(type ){case *StyledParagraph :_bggfe :=_edae ; -_bggfe .Height =_ff .Floor (_beefg -_dcce ._affa .Top -_dcce ._affa .Bottom -0.5*_dcce .getTextHeight ());_bggfe .Width =_cdbgc ;_eecf ,_aecf ,_acdcd :=_dcce .split (_bggfe );if _acdcd !=nil {_ca .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_acdcd .Error ()); -};if _eecf !=nil &&_aecf !=nil {_abde ._gedg [_bggdg ]._bdea =_eecf ;_caeda =_aecf ;_aacce =true ;};};_abde ._gedg [_bggdg ]._edegf =_gdca ._edegf ;_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_bedfb :=_gdca .cloneProps (nil ); -if _aacce {_bedfb ._bdea =_caeda ;};_bedfb ._edegf =_fggg ;_bedfb ._fgcga =_fdfc +1;_bedfb ._gggbbd =_gdca ._gggbbd ;if _bedfb ._fgcga +_bedfb ._edegf -1> _abde ._addf {for _cfdc :=_abde ._addf ;_cfdc < _bedfb ._fgcga +_bedfb ._edegf -1;_cfdc ++{_abde ._addf ++; -_abde ._gadc =append (_abde ._gadc ,_abde ._aedbd );};};_abde ._gedg =append (_abde ._gedg [:_fdegd +1],append ([]*TableCell {_bedfb },_abde ._gedg [_fdegd +1:]...)...);return _fdegd +1;};_gegg :=func (_agag *TableCell ,_bebcf int ,_eeagf int ,_efaf float64 )(_fdcad int ){_cdda :=_agag .width (_abde ._faae ,_edae .Width ); -_feeb :=_efaf ;_ecggf :=1;_gedff :=_edae .Height ;if _gedff > 0{for _feeb > _gedff {_feeb -=_edae .Height ;_gedff =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_ecggf ++;};};var (_fgefa VectorDrawable ;_gdaa =false ;);switch _dfebd :=_agag ._bdea .(type ){case *StyledParagraph :_adgba :=_edae ; -_adgba .Height =_ff .Floor (_edae .Height -_dfebd ._affa .Top -_dfebd ._affa .Bottom -0.5*_dfebd .getTextHeight ());_adgba .Width =_cdda ;_gbdag ,_efebf ,_afcf :=_dfebd .split (_adgba );if _afcf !=nil {_ca .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_afcf .Error ()); -};if _gbdag !=nil &&_efebf !=nil {_abde ._gedg [_bebcf ]._bdea =_gbdag ;_fgefa =_efebf ;_gdaa =true ;};};if _ecggf < 2{return -1;};if _abde ._gedg [_bebcf ]._fgcga +_ecggf -1> _abde ._addf {for _bbba :=0;_bbba < _ecggf ;_bbba ++{_abde ._addf ++;_abde ._gadc =append (_abde ._gadc ,_abde ._aedbd ); -};};_dbfgb :=_efaf /float64 (_ecggf );for _cgabd :=0;_cgabd < _ecggf ;_cgabd ++{_abde ._gadc [_eeagf +_cgabd -1]=_dbfgb ;};_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_fegge :=_agag .cloneProps (nil );if _gdaa {_fegge ._bdea =_fgefa ; -};_fegge ._edegf =1;_fegge ._fgcga =_eeagf +_ecggf -1;_fegge ._gggbbd =_agag ._gggbbd ;_abde ._gedg =append (_abde ._gedg ,_fegge );return len (_abde ._gedg );};_gefdc :=1;_bffcb :=-1;for _aeaa :=0;_aeaa < len (_abde ._gedg );_aeaa ++{_cade :=_abde ._gedg [_aeaa ]; -if _bffcb ==_aeaa {_gefdc =_cade ._fgcga ;};if _cade ._edegf < 2{if _ddcf :=_abde ._gadc [_cade ._fgcga -1];_ddcf > _edae .Height {_bffcb =_gegg (_cade ,_aeaa ,_cade ._fgcga ,_ddcf );continue ;};continue ;};_ffdfg :=float64 (0);for _abacf :=0;_abacf < _cade ._edegf ; -_abacf ++{_ffdfg +=_abde ._gadc [_cade ._fgcga +_abacf -1];};_ffgag :=float64 (0);for _eaebb :=_gefdc -1;_eaebb < _cade ._fgcga -1;_eaebb ++{_ffgag +=_abde ._gadc [_eaebb ];};if _ffdfg <=(_edae .Height -_ffgag ){continue ;};_edefc :=float64 (0.0);_aebd :=_cade ._edegf ; -_bcaf :=-1;_ccdg :=1;for _gcccb :=1;_gcccb <=_cade ._edegf ;_gcccb ++{if (_edefc +_abde ._gadc [_cade ._fgcga +_gcccb -2])> (_edae .Height -_ffgag ){_ccdg --;break ;};_bcaf =_cade ._fgcga +_gcccb -1;_aebd =_cade ._edegf -_gcccb ;_edefc +=_abde ._gadc [_cade ._fgcga +_gcccb -2]; -_ccdg ++;};if _cade ._edegf ==_aebd {_edae .Height =_edae .PageHeight -_edae .Margins .Top -_edae .Margins .Bottom ;_gefdc =_cade ._fgcga ;_aeaa --;continue ;};if _aebd > 0&&_cade ._edegf > _ccdg {_cade ._edegf =_ccdg ;_bffcb =_fdaeeb (_cade ,_aebd ,_aeaa ,_bcaf ); -if _aeaa +1==_bffcb {_aeaa --;};};_gefdc =_cade ._fgcga ;};_abde .sortCells ();return nil ;}; +// UnderlineStyle represents the style of the line used to underline text. +UnderlineStyle TextDecorationLineStyle ; -// SetLanguage sets the language identifier that will be stored inside document catalog. -func (_cgc *Creator )SetLanguage (language string ){_cgc ._ggfag =language };func (_egce *Invoice )drawAddress (_eebcb *InvoiceAddress )[]*StyledParagraph {var _gbba []*StyledParagraph ;if _eebcb .Heading !=""{_dafe :=_aedcd (_egce ._fefc );_dafe .SetMargins (0,0,0,7); -_dafe .Append (_eebcb .Heading );_gbba =append (_gbba ,_dafe );};_bgffa :=_aedcd (_egce ._gdga );_bgffa .SetLineHeight (1.2);_aege :=_eebcb .Separator ;if _aege ==""{_aege =_egce ._gggd ;};_cbbb :=_eebcb .City ;if _eebcb .State !=""{if _cbbb !=""{_cbbb +=_aege ; -};_cbbb +=_eebcb .State ;};if _eebcb .Zip !=""{if _cbbb !=""{_cbbb +=_aege ;};_cbbb +=_eebcb .Zip ;};if _eebcb .Name !=""{_bgffa .Append (_eebcb .Name +"\u000a");};if _eebcb .Street !=""{_bgffa .Append (_eebcb .Street +"\u000a");};if _eebcb .Street2 !=""{_bgffa .Append (_eebcb .Street2 +"\u000a"); -};if _cbbb !=""{_bgffa .Append (_cbbb +"\u000a");};if _eebcb .Country !=""{_bgffa .Append (_eebcb .Country +"\u000a");};_ffdf :=_aedcd (_egce ._gdga );_ffdf .SetLineHeight (1.2);_ffdf .SetMargins (0,0,7,0);if _eebcb .Phone !=""{_ffdf .Append (_eebcb .fmtLine (_eebcb .Phone ,"\u0050h\u006f\u006e\u0065\u003a\u0020",_eebcb .HidePhoneLabel )); -};if _eebcb .Email !=""{_ffdf .Append (_eebcb .fmtLine (_eebcb .Email ,"\u0045m\u0061\u0069\u006c\u003a\u0020",_eebcb .HideEmailLabel ));};_gbba =append (_gbba ,_bgffa ,_ffdf );return _gbba ;}; +// TextRise specifies a vertical adjustment for text. It is useful for +// drawing subscripts/superscripts. A positive text rise value will +// produce superscript text, while a negative one will result in +// subscript text. +TextRise float64 ;}; -// SetMarkedContentID sets marked content ID. -func (_fdfe *GraphicSVG )SetMarkedContentID (mcid int64 )*_gd .KDict {_fdfe ._dcfc =&mcid ;_dbcb :=_gd .NewKDictionary ();_dbcb .S =_be .MakeName (_gd .StructureTypeFigure );_dbcb .K =_be .MakeInteger (mcid );return _dbcb ;};func _dbaf (_deae *Chapter ,_bace *TOC ,_ebe *_gd .Outline ,_abd string ,_bdbb int ,_faf TextStyle )*Chapter {var _gggb uint =1; -if _deae !=nil {_gggb =_deae ._ecgg +1;};_bbca :=&Chapter {_gag :_bdbb ,_fagc :_abd ,_dge :true ,_addc :true ,_bae :_deae ,_bbg :_bace ,_acbg :_ebe ,_agef :[]Drawable {},_ecgg :_gggb };_ebac :=_dafab (_bbca .headingText (),_faf );_ebac .SetFont (_faf .Font ); -_ebac .SetFontSize (_faf .FontSize );_bbca ._adbf =_ebac ;return _bbca ;};func (_cdagb *templateProcessor )parseLinkAttr (_aagg ,_ffcfg string )*_gd .PdfAnnotation {_ffcfg =_ddf .TrimSpace (_ffcfg );if _ddf .HasPrefix (_ffcfg ,"\u0075\u0072\u006c(\u0027")&&_ddf .HasSuffix (_ffcfg ,"\u0027\u0029")&&len (_ffcfg )> 7{return _cgdd (_ffcfg [5:len (_ffcfg )-2]); -};if _ddf .HasPrefix (_ffcfg ,"\u0070\u0061\u0067e\u0028")&&_ddf .HasSuffix (_ffcfg ,"\u0029")&&len (_ffcfg )> 6{var (_adfgf error ;_efgbg int64 ;_dggaa float64 ;_acba float64 ;_fgddc =1.0;_ecbbc =_ddf .Split (_ffcfg [5:len (_ffcfg )-1],"\u002c"););_efgbg ,_adfgf =_fd .ParseInt (_ddf .TrimSpace (_ecbbc [0]),10,64); -if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf );return nil ;};if len (_ecbbc )>=2{_dggaa ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [1]),64); -if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0058\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); -return nil ;};};if len (_ecbbc )>=3{_acba ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [2]),64);if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0059\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); -return nil ;};};if len (_ecbbc )>=4{_fgddc ,_adfgf =_fd .ParseFloat (_ddf .TrimSpace (_ecbbc [3]),64);if _adfgf !=nil {_ca .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u007a\u006f\u006f\u006d\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_adfgf ); -return nil ;};};return _egded (_efgbg -1,_dggaa ,_acba ,_fgddc );};return nil ;};func (_cfdac *TextChunk )Highlight (color Color ,alpha float64 )*_gd .PdfAnnotation {_acfdd ,_gcccc ,_gccde :=color .ToRGB ();_dcgaf :=_gd .NewPdfAnnotationHighlight ();_dcgaf .C =_be .MakeArrayFromFloats ([]float64 {_acfdd ,_gcccc ,_gccde }); -_dcgaf .CA =_be .MakeFloat (alpha );_cfdac .AddAnnotation (_dcgaf .PdfAnnotation );return _dcgaf .PdfAnnotation ;};func (_baeda *StyledParagraph )appendChunk (_gbgc *TextChunk )*TextChunk {_baeda ._bcbc =append (_baeda ._bcbc ,_gbgc );_baeda .wrapText (); -return _gbgc ;}; +// SetMarkedContentID sets the marked content ID for the chapter. +func (_ebf *Chapter )SetMarkedContentID (id int64 )*_fg .KDict {return nil };func (_abda *StyledParagraph )getTextLineWidth (_efffe []*TextChunk )float64 {var _daadb float64 ;_beff :=len (_efffe );for _befgc ,_gegec :=range _efffe {_befa :=&_gegec .Style ; +_fcef :=len (_gegec .Text );for _egae ,_fbab :=range _gegec .Text {if _fbab =='\u000A'{continue ;};_edgbd ,_dgba :=_befa .Font .GetRuneMetrics (_fbab );if !_dgba {_e .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_fbab ); +return -1;};_daadb +=_befa .FontSize *_edgbd .Wx *_befa .horizontalScale ();if _fbab !=' '&&(_befgc !=_beff -1||_egae !=_fcef -1){_daadb +=_befa .CharSpacing *1000.0;};};};return _daadb ;};func (_bbafa *Paragraph )getTextMetrics ()(_efeg ,_eeaa ,_cdafd float64 ){_dgdee :=_ddcc (_bbafa ._ebedc ,_bbafa ._afgfg ); +if _dgdee ._bcgbe > _efeg {_efeg =_dgdee ._bcgbe ;};if _dgdee ._dfef < _cdafd {_cdafd =_dgdee ._dfef ;};if _edcdf :=_bbafa ._afgfg ;_edcdf > _eeaa {_eeaa =_edcdf ;};return _efeg ,_eeaa ,_cdafd ;}; -// SetMargins sets the margins for the Image (in relative mode): left, right, top, bottom. -func (_cdfc *Image )SetMargins (left ,right ,top ,bottom float64 ){_cdfc ._fcad .Left =left ;_cdfc ._fcad .Right =right ;_cdfc ._fcad .Top =top ;_cdfc ._fcad .Bottom =bottom ;}; +// DrawTemplate renders the template provided through the specified reader, +// using the specified `data` and `options`. +// Creator templates are first executed as text/template *Template instances, +// so the specified `data` is inserted within the template. +// The second phase of processing is actually parsing the template, translating +// it into creator components and rendering them using the provided options. +// Both the `data` and `options` parameters can be nil. +func (_ded *Creator )DrawTemplate (r _ge .Reader ,data interface{},options *TemplateOptions )error {return _abgc (_ded ,r ,data ,options ,_ded );};func _ddcc (_bccfe *_fg .PdfFont ,_agced float64 )*fontMetrics {_dffe :=&fontMetrics {};if _bccfe ==nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0069s\u0020\u006e\u0069\u006c"); +return _dffe ;};_bccc ,_cbebf :=_bccfe .GetFontDescriptor ();if _cbebf !=nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0067\u0065t\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063ri\u0070\u0074\u006fr\u003a \u0025\u0076",_cbebf ); +return _dffe ;};if _dffe ._bcgbe ,_cbebf =_bccc .GetCapHeight ();_cbebf !=nil {_e .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_cbebf ); +};if int (_dffe ._bcgbe )<=0{_e .Log .Trace ("\u0057\u0041\u0052\u004e\u003a\u0020\u0043\u0061p\u0020\u0048\u0065ig\u0068\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061\u0069\u006c\u0061\u0062\u006c\u0065\u0020\u002d\u0020\u0073\u0065\u0074t\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u00310\u0030\u0030"); +_dffe ._bcgbe =1000;};_dffe ._bcgbe *=_agced /1000.0;if _dffe ._fbdag ,_cbebf =_bccc .GetXHeight ();_cbebf !=nil {_e .Log .Trace ("\u0057\u0041R\u004e\u003a\u0020\u0055n\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0067\u0065\u0074 \u0066\u006f\u006e\u0074\u0020\u0078\u002d\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_cbebf ); +};_dffe ._fbdag *=_agced /1000.0;if _dffe ._gecad ,_cbebf =_bccc .GetAscent ();_cbebf !=nil {_e .Log .Trace ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0061\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_cbebf ); +};_dffe ._gecad *=_agced /1000.0;if _dffe ._dfef ,_cbebf =_bccc .GetDescent ();_cbebf !=nil {_e .Log .Trace ("\u0057\u0041RN\u003a\u0020\u0055n\u0061\u0062\u006c\u0065 to\u0020ge\u0074\u0020\u0066\u006f\u006e\u0074\u0020de\u0073\u0063\u0065\u006e\u0074\u003a\u0020%\u0076",_cbebf ); +};_dffe ._dfef *=_agced /1000.0;return _dffe ;};func _cbbf (_fcafa ,_cbcca ,_gggfa float64 )(_eaeae ,_bgfc ,_degfc ,_cegg float64 ){if _gggfa ==0{return 0,0,_fcafa ,_cbcca ;};_cggac :=_ee .Path {Points :[]_ee .Point {_ee .NewPoint (0,0).Rotate (_gggfa ),_ee .NewPoint (_fcafa ,0).Rotate (_gggfa ),_ee .NewPoint (0,_cbcca ).Rotate (_gggfa ),_ee .NewPoint (_fcafa ,_cbcca ).Rotate (_gggfa )}}.GetBoundingBox (); +return _cggac .X ,_cggac .Y ,_cggac .Width ,_cggac .Height ;}; -// BorderColor returns the border color of the rectangle. -func (_cdca *Rectangle )BorderColor ()Color {return _cdca ._aagf }; +// TextOverflow determines the behavior of paragraph text which does +// not fit in the available space. +type TextOverflow int ; -// Indent returns the left offset of the list when nested into another list. -func (_cddb *List )Indent ()float64 {return _cddb ._eeccg }; +// FitMode returns the fit mode of the line. +func (_ageb *Line )FitMode ()FitMode {return _ageb ._cfgaf }; -// TextChunk represents a chunk of text along with a particular style. -type TextChunk struct{ +// DashPattern returns the dash pattern of the line. +func (_ffcg *Line )DashPattern ()(_gdec []int64 ,_dbbd int64 ){return _ffcg ._dafca ,_ffcg ._ddgcc }; -// The text that is being rendered in the PDF. -Text string ; +// ScaleToHeight scales the Block to a specified height, maintaining the same aspect ratio. +func (_dce *Block )ScaleToHeight (h float64 ){_gbde :=h /_dce ._fe ;_dce .Scale (_gbde ,_gbde )}; -// The style of the text being rendered. -Style TextStyle ;_bcfe []*_gd .PdfAnnotation ;_dgdde []bool ; +// Cols returns the total number of columns the table has. +func (_beae *Table )Cols ()int {return _beae ._ggfcc };func (_gbefc *TableCell )width (_defca []float64 ,_gbcc float64 )float64 {_cgbba :=float64 (0.0);for _aadfg :=0;_aadfg < _gbefc ._ffgb ;_aadfg ++{_cgbba +=_defca [_gbefc ._bbcd +_aadfg -1];};return _cgbba *_gbcc ; +}; -// The vertical alignment of the text chunk. -VerticalAlignment TextVerticalAlignment ;}; +// SetWidth sets the width of the rectangle. +func (_fgbg *Rectangle )SetWidth (width float64 ){_fgbg ._cfee =width }; -// RadialShading holds information that will be used to render a radial shading. -type RadialShading struct{_ffcg *shading ;_gagb *_gd .PdfRectangle ;_cgdec AnchorPoint ;_edfe float64 ;_dcgb float64 ;_dabe float64 ;_bbbc float64 ;}; +// ColorCMYKFromArithmetic creates a Color from arithmetic color values (0-1). +// Example: +// +// green := ColorCMYKFromArithmetic(1.0, 0.0, 1.0, 0.0) +func ColorCMYKFromArithmetic (c ,m ,y ,k float64 )Color {return cmykColor {_bcbb :_d .Max (_d .Min (c ,1.0),0.0),_ebcb :_d .Max (_d .Min (m ,1.0),0.0),_ggcc :_d .Max (_d .Min (y ,1.0),0.0),_ebg :_d .Max (_d .Min (k ,1.0),0.0)};}; -// Height returns the height of the chart. -func (_egeg *Chart )Height ()float64 {return float64 (_egeg ._bgcd .Height ())};func _ebeaed (_bcdggb string )([]string ,error ){var (_faacc []string ;_dfgcc []rune ;);for _ ,_ggba :=range _bcdggb {if _ggba =='\u000A'{if len (_dfgcc )> 0{_faacc =append (_faacc ,string (_dfgcc )); -};_faacc =append (_faacc ,string (_ggba ));_dfgcc =nil ;continue ;};_dfgcc =append (_dfgcc ,_ggba );};if len (_dfgcc )> 0{_faacc =append (_faacc ,string (_dfgcc ));};var _fefg []string ;for _ ,_egbgca :=range _faacc {_daaag :=[]rune (_egbgca );_aadaa :=_af .NewScanner (_daaag ); -var _eebcf []rune ;for _ddeag :=0;_ddeag < len (_daaag );_ddeag ++{_ ,_cfea ,_edfd :=_aadaa .Next ();if _edfd !=nil {return nil ,_edfd ;};if _cfea ==_af .BreakProhibited ||_ab .IsSpace (_daaag [_ddeag ]){_eebcf =append (_eebcf ,_daaag [_ddeag ]);if _ab .IsSpace (_daaag [_ddeag ]){_fefg =append (_fefg ,string (_eebcf )); -_eebcf =[]rune {};};continue ;}else {if len (_eebcf )> 0{_fefg =append (_fefg ,string (_eebcf ));};_eebcf =[]rune {_daaag [_ddeag ]};};};if len (_eebcf )> 0{_fefg =append (_fefg ,string (_eebcf ));};};return _fefg ,nil ;}; +// CreateFrontPage sets a function to generate a front Page. +func (_eedc *Creator )CreateFrontPage (genFrontPageFunc func (_dgf FrontpageFunctionArgs )){_eedc ._cdc =genFrontPageFunc ;};func (_dfeb *templateProcessor )addNodeText (_fcagc *templateNode ,_ccff string )error {_agdbe :=_fcagc ._fcga ;if _agdbe ==nil {return nil ; +};switch _ebcgc :=_agdbe .(type ){case *TextChunk :_ebcgc .Text =_ccff ;case *Paragraph :switch _fcagc ._fagc .Name .Local {case "\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":if _fcagc ._dadbf !=nil {if _dagcf ,_adfdca :=_fcagc ._dadbf ._fcga .(*Chapter ); +_adfdca {_dagcf ._agdd =_ccff ;_ebcgc .SetText (_dagcf .headingText ());};};default:_ebcgc .SetText (_ccff );};};return nil ;}; -// SetWidth sets line width. -func (_gcea *Curve )SetWidth (width float64 ){_gcea ._bdag =width }; +// SetLineSeparator sets the separator for all new lines of the table of contents. +func (_adgbd *TOC )SetLineSeparator (separator string ){_adgbd ._fdeb =separator };type shading struct{_cgcfg Color ;_ggbc bool ;_aafab []bool ;_gbae []*ColorPoint ;};func _bgba (_adbfe map[string ]interface{},_ddgde ...interface{})(map[string ]interface{},error ){_fgdb :=len (_ddgde ); +if _fgdb %2!=0{return nil ,_cc .ErrRangeError ;};for _fcbba :=0;_fcbba < _fgdb ;_fcbba +=2{_ccaeg ,_ccafa :=_ddgde [_fcbba ].(string );if !_ccafa {return nil ,_cc .ErrTypeError ;};_adbfe [_ccaeg ]=_ddgde [_fcbba +1];};return _adbfe ,nil ;};func (_cd *Block )translate (_acg ,_dgd float64 ){_bab :=_cb .NewContentCreator ().Translate (_acg ,-_dgd ).Operations (); +*_cd ._fb =append (*_bab ,*_cd ._fb ...);_cd ._fb .WrapIfNeeded ();}; -// SkipRows skips over a specified number of rows in the table. -func (_aeac *Table )SkipRows (num int ){_adafd :=num *_aeac ._cafcb -1;if _adafd < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _beef :=0;_beef < _adafd ;_beef ++{_aeac .NewCell ();};}; +// SetBoundingBox set gradient color bounding box where the gradient would be rendered. +func (_bggd *LinearShading )SetBoundingBox (x ,y ,width ,height float64 ){_bggd ._bfeb =&_fg .PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// NewCurve returns new instance of Curve between points (x1,y1) and (x2, y2) with control point (cx,cy). -func (_fgb *Creator )NewCurve (x1 ,y1 ,cx ,cy ,x2 ,y2 float64 )*Curve {return _cbgb (x1 ,y1 ,cx ,cy ,x2 ,y2 );}; +// FooterFunctionArgs holds the input arguments to a footer drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type FooterFunctionArgs struct{PageNum int ;TotalPages int ;}; -// SetWidthBottom sets border width for bottom. -func (_dbff *border )SetWidthBottom (bw float64 ){_dbff ._fcec =bw }; +// SetMaxLines sets the maximum number of lines before the paragraph +// text is truncated. +func (_beadf *Paragraph )SetMaxLines (maxLines int ){_beadf ._cddd =maxLines ;_beadf .wrapText ()};func (_adbde *Invoice )generateLineBlocks (_gggg DrawContext )([]*Block ,DrawContext ,error ){_cffdb :=_dgbaa (len (_adbde ._gda ));_cffdb .SetMargins (0,0,25,0); +for _ ,_gbc :=range _adbde ._gda {_abcc :=_gdcg (_gbc .TextStyle );_abcc .SetMargins (0,0,1,0);_abcc .Append (_gbc .Value );_cedd :=_cffdb .NewCell ();_cedd .SetHorizontalAlignment (_gbc .Alignment );_cedd .SetBackgroundColor (_gbc .BackgroundColor );_adbde .setCellBorder (_cedd ,_gbc ); +_cedd .SetContent (_abcc );};for _ ,_dcecb :=range _adbde ._gadcc {for _ ,_gbce :=range _dcecb {_gbeaf :=_gdcg (_gbce .TextStyle );_gbeaf .SetMargins (0,0,3,2);_gbeaf .Append (_gbce .Value );_aadfc :=_cffdb .NewCell ();_aadfc .SetHorizontalAlignment (_gbce .Alignment ); +_aadfc .SetBackgroundColor (_gbce .BackgroundColor );_adbde .setCellBorder (_aadfc ,_gbce );_aadfc .SetContent (_gbeaf );};};return _cffdb .GeneratePageBlocks (_gggg );}; -// AnchorPoint defines anchor point where the center position of the radial gradient would be calculated. -type AnchorPoint int ; +// SetPos sets the Table's positioning to absolute mode and specifies the upper-left corner +// coordinates as (x,y). +// Note that this is only sensible to use when the table does not wrap over multiple pages. +// TODO: Should be able to set width too (not just based on context/relative positioning mode). +func (_fcfde *Table )SetPos (x ,y float64 ){_fcfde ._ccgdeg =PositionAbsolute ;_fcfde ._gcacef =x ;_fcfde ._eeecd =y ;}; -// SetText sets the text content of the Paragraph. -func (_bgdad *Paragraph )SetText (text string ){_bgdad ._bcgag =text }; +// NewColumn returns a new column for the line items invoice table. +func (_gag *Invoice )NewColumn (description string )*InvoiceCell {return _gag .newColumn (description ,CellHorizontalAlignmentLeft );};func (_afde *templateProcessor )processGradientColorPair (_efgg []string )(_ggcfc []Color ,_abbb []float64 ){for _ ,_fdbc :=range _efgg {var (_fdag =_ga .Fields (_fdbc ); +_adffd =len (_fdag ););if _adffd ==0{continue ;};_abafg :="";if _adffd > 1{_abafg =_ga .TrimSpace (_fdag [1]);};_ddcb :=-1.0;if _ga .HasSuffix (_abafg ,"\u0025"){_agbfc ,_ddaf :=_be .ParseFloat (_abafg [:len (_abafg )-1],64);if _ddaf !=nil {_e .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0069n\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ddaf ); +};_ddcb =_agbfc /100.0;};_ggcg :=_afde .parseColor (_ga .TrimSpace (_fdag [0]));if _ggcg !=nil {_ggcfc =append (_ggcfc ,_ggcg );_abbb =append (_abbb ,_ddcb );};};if len (_ggcfc )!=len (_abbb ){_e .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u006c\u0069\u006e\u0065\u0061\u0072\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0064\u0065\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u0021"); +return nil ,nil ;};_egee :=-1;_ffcge :=0.0;for _fgab ,_eagg :=range _abbb {if _eagg ==-1.0{if _fgab ==0{_eagg =0.0;_abbb [_fgab ]=0.0;continue ;};_egee ++;if _fgab < len (_abbb )-1{continue ;}else {_eagg =1.0;_abbb [_fgab ]=1.0;};};_ecabe :=_egee +1;for _ecgad :=_fgab -_egee ; +_ecgad < _fgab ;_ecgad ++{_abbb [_ecgad ]=_ffcge +(float64 (_ecgad )*(_eagg -_ffcge )/float64 (_ecabe ));};_ffcge =_eagg ;_egee =-1;};return _ggcfc ,_abbb ;}; -// GetMargins returns the margins of the graphic svg (left, right, top, bottom). -func (_aebg *GraphicSVG )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aebg ._agdb .Left ,_aebg ._agdb .Right ,_aebg ._agdb .Top ,_aebg ._agdb .Bottom ;};func (_ecec *TextChunk )clone ()*TextChunk {_bgbe :=*_ecec ;_bgbe ._bcfe =_aagc (_ecec ._bcfe ); -return &_bgbe ;};func _egded (_ccaa int64 ,_aegb ,_deac ,_agega float64 )*_gd .PdfAnnotation {_eagaf :=_gd .NewPdfAnnotationLink ();_eagag :=_gd .NewBorderStyle ();_eagag .SetBorderWidth (0);_eagaf .BS =_eagag .ToPdfObject ();if _ccaa < 0{_ccaa =0;};_eagaf .Dest =_be .MakeArray (_be .MakeInteger (_ccaa ),_be .MakeName ("\u0058\u0059\u005a"),_be .MakeFloat (_aegb ),_be .MakeFloat (_deac ),_be .MakeFloat (_agega )); -return _eagaf .PdfAnnotation ;}; +// TOC represents a table of contents component. +// It consists of a paragraph heading and a collection of +// table of contents lines. +// The representation of a table of contents line is as follows: +// +// [number] [title] [separator] [page] +// +// e.g.: Chapter1 Introduction ........... 1 +type TOC struct{_bdaf *StyledParagraph ;_ggfdc []*TOCLine ;_gadfec TextStyle ;_fecc TextStyle ;_geaf TextStyle ;_ecaad TextStyle ;_fdeb string ;_geggd float64 ;_abdfe Margins ;_gbcdg Positioning ;_affc TextStyle ;_cgaf bool ;}; -// CellHorizontalAlignment defines the table cell's horizontal alignment. -type CellHorizontalAlignment int ; +// DrawFooter sets a function to draw a footer on created output pages. +func (_affbd *Creator )DrawFooter (drawFooterFunc func (_bebe *Block ,_bedc FooterFunctionArgs )){_affbd ._efbg =drawFooterFunc ;}; -// Background contains properties related to the background of a component. -type Background struct{FillColor Color ;BorderColor Color ;BorderSize float64 ;BorderRadiusTopLeft float64 ;BorderRadiusTopRight float64 ;BorderRadiusBottomLeft float64 ;BorderRadiusBottomRight float64 ;}; +// DrawWithContext draws the Block using the specified drawing context. +func (_ccdd *Block )DrawWithContext (d Drawable ,ctx DrawContext )error {_cgb ,_ ,_gfd :=d .GeneratePageBlocks (ctx );if _gfd !=nil {return _gfd ;};if len (_cgb )!=1{return ErrContentNotFit ;};for _ ,_dca :=range _cgb {if _daf :=_ccdd .mergeBlocks (_dca ); +_daf !=nil {return _daf ;};};return nil ;}; -// SetShowLinks sets visibility of links for the TOC lines. -func (_fbeb *TOC )SetShowLinks (showLinks bool ){_fbeb ._daded =showLinks };func _acaec (_aafa ,_gfedgg ,_ddgbf int )[]int {_bbdfg :=[]int {};for _cfdad :=_aafa ;_cfdad <=_ddgbf ;_cfdad +=_gfedgg {_bbdfg =append (_bbdfg ,_cfdad );};return _bbdfg ;}; +// SetTextOverflow controls the behavior of paragraph text which +// does not fit in the available space. +func (_dedff *StyledParagraph )SetTextOverflow (textOverflow TextOverflow ){_dedff ._efea =textOverflow ;}; -// ScaleToHeight scales the Block to a specified height, maintaining the same aspect ratio. -func (_abe *Block )ScaleToHeight (h float64 ){_fbgc :=h /_abe ._ad ;_abe .Scale (_fbgc ,_fbgc )};func (_bgbc *Creator )getActivePage ()*_gd .PdfPage {if _bgbc ._cafc ==nil {if len (_bgbc ._bee )==0{return nil ;};return _bgbc ._bee [len (_bgbc ._bee )-1]; -};return _bgbc ._cafc ;}; +// SetMargins sets the margins of the graphic svg component. +func (_aeab *GraphicSVG )SetMargins (left ,right ,top ,bottom float64 ){_aeab ._gafed .Left =left ;_aeab ._gafed .Right =right ;_aeab ._gafed .Top =top ;_aeab ._gafed .Bottom =bottom ;};func _affbb (_eefef *templateProcessor ,_cgba *templateNode )(interface{},error ){return _eefef .parseChapterHeading (_cgba ); +};func (_dgdeb *templateProcessor )parseChapter (_ceaf *templateNode )(interface{},error ){_debcb :=_dgdeb .creator .NewChapter ;if _ceaf ._dadbf !=nil {if _cacg ,_deeg :=_ceaf ._dadbf ._fcga .(*Chapter );_deeg {_debcb =_cacg .NewSubchapter ;};};_ffdd :=_debcb (""); +for _ ,_bcdfe :=range _ceaf ._fagc .Attr {_aacc :=_bcdfe .Value ;switch _bdfcc :=_bcdfe .Name .Local ;_bdfcc {case "\u0073\u0068\u006f\u0077\u002d\u006e\u0075\u006d\u0062e\u0072\u0069\u006e\u0067":_ffdd .SetShowNumbering (_dgdeb .parseBoolAttr (_bdfcc ,_aacc )); +case "\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u002d\u0069n\u002d\u0074\u006f\u0063":_ffdd .SetIncludeInTOC (_dgdeb .parseBoolAttr (_bdfcc ,_aacc ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_ceebd :=_dgdeb .parseMarginAttr (_bdfcc ,_aacc );_ffdd .SetMargins (_ceebd .Left ,_ceebd .Right ,_ceebd .Top ,_ceebd .Bottom ); +default:_dgdeb .nodeLogDebug (_ceaf ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_bdfcc ); +};};return _ffdd ,nil ;}; -// AddressHeadingStyle returns the style properties used to render the -// heading of the invoice address sections. -func (_ebgf *Invoice )AddressHeadingStyle ()TextStyle {return _ebgf ._ddba }; +// NewBlockFromPage creates a Block from a PDF Page. Useful for loading template pages as blocks +// from a PDF document and additional content with the creator. +func NewBlockFromPage (page *_fg .PdfPage )(*Block ,error ){_gg :=&Block {};_gb ,_fee :=page .GetAllContentStreams ();if _fee !=nil {return nil ,_fee ;};_dag :=_cb .NewContentStreamParser (_gb );_dec ,_fee :=_dag .Parse ();if _fee !=nil {return nil ,_fee ; +};_dec .WrapIfNeeded ();_gg ._fb =_dec ;if page .Resources !=nil {_gg ._fdf =page .Resources ;}else {_gg ._fdf =_fg .NewPdfPageResources ();};_ba ,_fee :=page .GetMediaBox ();if _fee !=nil {return nil ,_fee ;};if _ba .Llx !=0||_ba .Lly !=0{_gg .translate (-_ba .Llx ,_ba .Lly ); +};_gg ._fbe =_ba .Urx -_ba .Llx ;_gg ._fe =_ba .Ury -_ba .Lly ;if page .Rotate !=nil {_gg ._de =-float64 (*page .Rotate );};return _gg ,nil ;}; -// SetColorTop sets border color for top. -func (_bddc *border )SetColorTop (col Color ){_bddc ._ed =col }; +// SetFitMode sets the fit mode of the image. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_afab *Image )SetFitMode (fitMode FitMode ){_afab ._dfde =fitMode };func _cagdc (_gegeb *templateProcessor ,_abfe *templateNode )(interface{},error ){return _gegeb .parseEllipse (_abfe );}; -// SetNoteStyle sets the style properties used to render the content of the -// invoice note sections. -func (_aabcg *Invoice )SetNoteStyle (style TextStyle ){_aabcg ._degfg =style }; +// SetHorizontalAlignment sets the horizontal alignment of the image. +func (_cadf *Image )SetHorizontalAlignment (alignment HorizontalAlignment ){_cadf ._dege =alignment }; -// SetWidthLeft sets border width for left. -func (_gfb *border )SetWidthLeft (bw float64 ){_gfb ._cgd =bw }; +// InvoiceCellProps holds all style properties for an invoice cell. +type InvoiceCellProps struct{TextStyle TextStyle ;Alignment CellHorizontalAlignment ;BackgroundColor Color ;BorderColor Color ;BorderWidth float64 ;BorderSides []CellBorderSide ;}; -// SetBorderWidth sets the border width. -func (_ddag *Polygon )SetBorderWidth (borderWidth float64 ){_ddag ._dbfd .BorderWidth =borderWidth }; +// SetMarkedContentID sets the marked content ID for the image. +func (_edcb *Image )SetMarkedContentID (mcid int64 )*_fg .KDict {_edcb ._aeeg =&mcid ;_ffgf :=_fg .NewKDictionary ();_ffgf .S =_cc .MakeName (_fg .StructureTypeFigure );_ffgf .K =_cc .MakeInteger (mcid );return _ffgf ;};func (_fbcc cmykColor )ToRGB ()(float64 ,float64 ,float64 ){_dff :=_fbcc ._ebg ; +return 1-(_fbcc ._bcbb *(1-_dff )+_dff ),1-(_fbcc ._ebcb *(1-_dff )+_dff ),1-(_fbcc ._ggcc *(1-_dff )+_dff );}; -// Height returns the height of the Paragraph. The height is calculated based on the input text and how it is wrapped -// within the container. Does not include Margins. -func (_aadf *StyledParagraph )Height ()float64 {_aadf .wrapText ();var _bacca float64 ;for _ ,_cbbfc :=range _aadf ._ccae {var _cafd float64 ;for _ ,_ffbea :=range _cbbfc {_cgca :=_aadf ._bcde *_ffbea .Style .FontSize ;if _cgca > _cafd {_cafd =_cgca ;}; -};_bacca +=_cafd ;};return _bacca ;}; +// HorizontalAlignment represents the horizontal alignment of components +// within a page. +type HorizontalAlignment int ; -// SetHeaderRows turns the selected table rows into headers that are repeated -// for every page the table spans. startRow and endRow are inclusive. -func (_bfdb *Table )SetHeaderRows (startRow ,endRow int )error {if startRow <=0{return _fc .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020r\u006f\u0077\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); -};if endRow <=0{return _fc .New ("\u0068\u0065a\u0064\u0065\u0072\u0020e\u006e\u0064 \u0072\u006f\u0077\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030");};if startRow > endRow {return _fc .New ("\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0072\u006f\u0077\u0020\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065 \u0065\u006e\u0064\u0020\u0072o\u0077"); -};_bfdb ._fbbbb =true ;_bfdb ._bccfd =startRow ;_bfdb ._deceb =endRow ;return nil ;}; +// SetMargins sets the Block's left, right, top, bottom, margins. +func (_gd *Block )SetMargins (left ,right ,top ,bottom float64 ){_gd ._fge .Left =left ;_gd ._fge .Right =right ;_gd ._fge .Top =top ;_gd ._fge .Bottom =bottom ;}; -// Scale scales Image by a constant factor, both width and height. -func (_ebae *Image )Scale (xFactor ,yFactor float64 ){_ebae ._dcbe =xFactor *_ebae ._dcbe ;_ebae ._fae =yFactor *_ebae ._fae ;};func (_dbbbc *templateProcessor )parseTextAlignmentAttr (_ecbfe ,_begba string )TextAlignment {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020t\u0065\u0078\u0074\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ecbfe ,_begba ); -_bcfg :=map[string ]TextAlignment {"\u006c\u0065\u0066\u0074":TextAlignmentLeft ,"\u0072\u0069\u0067h\u0074":TextAlignmentRight ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextAlignmentCenter ,"\u006au\u0073\u0074\u0069\u0066\u0079":TextAlignmentJustify }[_begba ]; -return _bcfg ;}; +// SetMarkedContentID sets marked content ID. +func (_eccd *Invoice )SetMarkedContentID (id int64 )*_fg .KDict {return nil }; -// SetTextAlignment sets the horizontal alignment of the text within the space provided. -func (_fgdce *Paragraph )SetTextAlignment (align TextAlignment ){_fgdce ._eced =align }; +// NewFilledCurve returns a instance of filled curve. +func (_fefe *Creator )NewFilledCurve ()*FilledCurve {return _cacf ()}; -// Scale scales the ellipse dimensions by the specified factors. -func (_bbcae *Ellipse )Scale (xFactor ,yFactor float64 ){_bbcae ._gbea =xFactor *_bbcae ._gbea ;_bbcae ._fgbb =yFactor *_bbcae ._fgbb ;}; +// SetPos sets absolute positioning with specified coordinates. +func (_edfd *StyledParagraph )SetPos (x ,y float64 ){_edfd ._cbeg =PositionAbsolute ;_edfd ._adedg =x ;_edfd ._ddade =y ;}; -// Chapter is used to arrange multiple drawables (paragraphs, images, etc) into a single section. -// The concept is the same as a book or a report chapter. -type Chapter struct{_gag int ;_fagc string ;_adbf *Paragraph ;_agef []Drawable ;_eec int ;_dge bool ;_addc bool ;_adba Positioning ;_ecg ,_fgd float64 ;_dfdg Margins ;_bae *Chapter ;_bbg *TOC ;_acbg *_gd .Outline ;_edge *_gd .OutlineItem ;_ecgg uint ;}; -var _dfbbf =map[string ]*templateTag {"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_gfdba },"\u0074\u0065\u0078\u0074\u002d\u0063\u0068\u0075\u006e\u006b":&templateTag {_bfbgb :map[string ]struct{}{"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":struct{}{}},_bdafc :_cdae },"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_fdaf },"\u0074\u0061\u0062l\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_ddcfb },"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":&templateTag {_bfbgb :map[string ]struct{}{"\u0074\u0061\u0062l\u0065":struct{}{}},_bdafc :_gdece },"\u006c\u0069\u006e\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_fcde },"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_dddf },"\u0065l\u006c\u0069\u0070\u0073\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_dacbg },"\u0069\u006d\u0061g\u0065":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_abadb },"\u0063h\u0061\u0070\u0074\u0065\u0072":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_cfebg },"\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":&templateTag {_bfbgb :map[string ]struct{}{"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_fbfgd },"\u0063\u0068\u0061r\u0074":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_bggfea },"\u0070\u0061\u0067\u0065\u002d\u0062\u0072\u0065\u0061\u006b":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{}},_bdafc :_baddb },"\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064":&templateTag {_bfbgb :map[string ]struct{}{"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{}},_bdafc :_caacc },"\u006c\u0069\u0073\u0074":&templateTag {_bfbgb :map[string ]struct{}{"\u0063r\u0065\u0061\u0074\u006f\u0072":struct{}{},"\u0062\u006c\u006fc\u006b":struct{}{},"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":struct{}{},"\u0074\u0061\u0062\u006c\u0065\u002d\u0063\u0065\u006c\u006c":struct{}{},"\u0063h\u0061\u0070\u0074\u0065\u0072":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_efafa },"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":&templateTag {_bfbgb :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{}},_bdafc :_fedcb },"l\u0069\u0073\u0074\u002d\u006d\u0061\u0072\u006b\u0065\u0072":&templateTag {_bfbgb :map[string ]struct{}{"\u006c\u0069\u0073\u0074":struct{}{},"\u006ci\u0073\u0074\u002d\u0069\u0074\u0065m":struct{}{}},_bdafc :_gfged }}; -func (_dcba *StyledParagraph )getTextWidth ()float64 {var _gbbcd float64 ;_acddg :=len (_dcba ._bcbc );for _ceae ,_egcgg :=range _dcba ._bcbc {_gegd :=&_egcgg .Style ;_daaf :=len (_egcgg .Text );for _ccab ,_abfa :=range _egcgg .Text {if _abfa =='\u000A'{continue ; -};_efed ,_edef :=_gegd .Font .GetRuneMetrics (_abfa );if !_edef {_ca .Log .Debug ("\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069c\u0073 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0025\u0076\u000a",_abfa ); -return -1;};_gbbcd +=_gegd .FontSize *_efed .Wx *_gegd .horizontalScale ();if _abfa !=' '&&(_ceae !=_acddg -1||_ccab !=_daaf -1){_gbbcd +=_gegd .CharSpacing *1000.0;};};};return _gbbcd ;}; +// SetExtends specifies whether ot extend the shading beyond the starting and ending points. +// +// Text extends is set to `[]bool{false, false}` by default. +func (_cfefd *RadialShading )SetExtends (start bool ,end bool ){_cfefd ._fefgd .SetExtends (start ,end )}; -// Draw draws the drawable d on the block. -// Note that the drawable must not wrap, i.e. only return one block. Otherwise an error is returned. -func (_bgc *Block )Draw (d Drawable )error {_gce :=DrawContext {};_gce .Width =_bgc ._de ;_gce .Height =_bgc ._ad ;_gce .PageWidth =_bgc ._de ;_gce .PageHeight =_bgc ._ad ;_gce .X =0;_gce .Y =0;_bfe ,_ ,_ggd :=d .GeneratePageBlocks (_gce );if _ggd !=nil {return _ggd ; -};if len (_bfe )!=1{return ErrContentNotFit ;};for _ ,_ffg :=range _bfe {if _aed :=_bgc .mergeBlocks (_ffg );_aed !=nil {return _aed ;};};return nil ;};type containerDrawable interface{Drawable ; +// SetMargins sets the margins of the paragraph. +func (_afca *List )SetMargins (left ,right ,top ,bottom float64 ){_afca ._dffgd .Left =left ;_afca ._dffgd .Right =right ;_afca ._dffgd .Top =top ;_afca ._dffgd .Bottom =bottom ;};func (_fcbae *templateProcessor )parseHorizontalAlignmentAttr (_edggc ,_ceece string )HorizontalAlignment {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0020a\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029.",_edggc ,_ceece ); +_abeg :=map[string ]HorizontalAlignment {"\u006c\u0065\u0066\u0074":HorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":HorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":HorizontalAlignmentRight }[_ceece ];return _abeg ;}; -// ContainerComponent checks if the component is allowed to be added into provided 'container' and returns -// preprocessed copy of itself. If the component is not changed it is allowed to return itself in a callback way. -// If the component is not compatible with provided container this method should return an error. -ContainerComponent (_cccg Drawable )(Drawable ,error );}; +// SetHeight sets the height of the ellipse. +func (_bbcf *Ellipse )SetHeight (height float64 ){_bbcf ._gfcb =height }; -// AddShadingResource adds shading dictionary inside the resources dictionary. -func (_dgcfd *LinearShading )AddShadingResource (block *Block )(_agafg _be .PdfObjectName ,_fbeac error ){_bcabc :=1;_agafg =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_bcabc ));for block ._fa .HasShadingByName (_agafg ){_bcabc ++;_agafg =_be .PdfObjectName ("\u0053\u0068"+_fd .Itoa (_bcabc )); -};if _dfdd :=block ._fa .SetShadingByName (_agafg ,_dgcfd .shadingModel ().ToPdfObject ());_dfdd !=nil {return "",_dfdd ;};return _agafg ,nil ;}; +// Width returns the width of the graphic svg. +func (_eded *GraphicSVG )Width ()float64 {return _eded ._fedda .Width };func _abgc (_aeef *Creator ,_dfafb _ge .Reader ,_beaeb interface{},_daagf *TemplateOptions ,_fcefe componentRenderer )error {if _aeef ==nil {_e .Log .Error ("\u0043\u0072\u0065a\u0074\u006f\u0072\u0020i\u006e\u0073\u0074\u0061\u006e\u0063\u0065 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); +return _dgefa ;};_gdddf :="";if _cagdf ,_ecdg :=_dfafb .(*_gf .File );_ecdg {_gdddf =_cagdf .Name ();};_aeaa :=_ad .NewBuffer (nil );if _ ,_dcde :=_ge .Copy (_aeaa ,_dfafb );_dcde !=nil {return _dcde ;};_eaebb :=_aa .FuncMap {"\u0064\u0069\u0063\u0074":_ffdg ,"\u0061\u0064\u0064":_bfedg ,"\u0061\u0072\u0072a\u0079":_bgfg ,"\u0065\u0078\u0074\u0065\u006e\u0064\u0044\u0069\u0063\u0074":_bgba ,"\u006da\u006b\u0065\u0053\u0065\u0071":_aabe }; +if _daagf !=nil &&_daagf .HelperFuncMap !=nil {for _dccbb ,_fcdabe :=range _daagf .HelperFuncMap {if _ ,_gdccf :=_eaebb [_dccbb ];_gdccf {_e .Log .Debug ("\u0043\u0061\u006e\u006e\u006f\u0074 \u006f\u0076\u0065r\u0072\u0069\u0064e\u0020\u0062\u0075\u0069\u006c\u0074\u002d\u0069\u006e\u0020`\u0025\u0073\u0060\u0020\u0068el\u0070\u0065\u0072\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_dccbb ); +continue ;};_eaebb [_dccbb ]=_fcdabe ;};};_cceb ,_ebab :=_aa .New ("").Funcs (_eaebb ).Parse (_aeaa .String ());if _ebab !=nil {return _ebab ;};if _daagf !=nil &&_daagf .SubtemplateMap !=nil {for _cfcda ,_eggca :=range _daagf .SubtemplateMap {if _cfcda ==""{_e .Log .Debug ("\u0053\u0075\u0062\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067.\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +continue ;};if _eggca ==nil {_e .Log .Debug ("S\u0075\u0062t\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u0061\u006e\u006eo\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079 \u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e"); +continue ;};_egbbb :=_ad .NewBuffer (nil );if _ ,_gadcab :=_ge .Copy (_egbbb ,_eggca );_gadcab !=nil {return _gadcab ;};if _ ,_bgebb :=_cceb .New (_cfcda ).Parse (_egbbb .String ());_bgebb !=nil {return _bgebb ;};};};_aeaa .Reset ();if _ceeg :=_cceb .Execute (_aeaa ,_beaeb ); +_ceeg !=nil {return _ceeg ;};return _acff (_aeef ,_gdddf ,_aeaa .Bytes (),_daagf ,_fcefe ).run ();};func _gdcg (_fbac TextStyle )*StyledParagraph {return &StyledParagraph {_eaad :[]*TextChunk {},_ffdb :_fbac ,_caff :_gecc (_fbac .Font ),_aaebc :1.0,_bffa :TextAlignmentLeft ,_ebedb :true ,_adea :true ,_eabaa :false ,_eedg :0,_bcba :1,_caga :1,_cbeg :PositionRelative ,_gggc :""}; +};func (_fagde *templateProcessor )parseLine (_cabfea *templateNode )(interface{},error ){_ebced :=_fagde .creator .NewLine (0,0,0,0);for _ ,_abae :=range _cabfea ._fagc .Attr {_gdad :=_abae .Value ;switch _ebac :=_abae .Name .Local ;_ebac {case "\u0078\u0031":_ebced ._dfaec =_fagde .parseFloatAttr (_ebac ,_gdad ); +case "\u0079\u0031":_ebced ._gafbg =_fagde .parseFloatAttr (_ebac ,_gdad );case "\u0078\u0032":_ebced ._fabaf =_fagde .parseFloatAttr (_ebac ,_gdad );case "\u0079\u0032":_ebced ._cgeea =_fagde .parseFloatAttr (_ebac ,_gdad );case "\u0074h\u0069\u0063\u006b\u006e\u0065\u0073s":_ebced .SetLineWidth (_fagde .parseFloatAttr (_ebac ,_gdad )); +case "\u0063\u006f\u006co\u0072":_ebced .SetColor (_fagde .parseColorAttr (_ebac ,_gdad ));case "\u0073\u0074\u0079l\u0065":_ebced .SetStyle (_fagde .parseLineStyleAttr (_ebac ,_gdad ));case "\u0064\u0061\u0073\u0068\u002d\u0061\u0072\u0072\u0061\u0079":_ebced .SetDashPattern (_fagde .parseInt64Array (_ebac ,_gdad ),_ebced ._ddgcc ); +case "\u0064\u0061\u0073\u0068\u002d\u0070\u0068\u0061\u0073\u0065":_ebced .SetDashPattern (_ebced ._dafca ,_fagde .parseInt64Attr (_ebac ,_gdad ));case "\u006fp\u0061\u0063\u0069\u0074\u0079":_ebced .SetOpacity (_fagde .parseFloatAttr (_ebac ,_gdad )); +case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_ebced .SetPositioning (_fagde .parsePositioningAttr (_ebac ,_gdad ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_ebced .SetFitMode (_fagde .parseFitModeAttr (_ebac ,_gdad ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_dbbeb :=_fagde .parseMarginAttr (_ebac ,_gdad ); +_ebced .SetMargins (_dbbeb .Left ,_dbbeb .Right ,_dbbeb .Top ,_dbbeb .Bottom );default:_fagde .nodeLogDebug (_cabfea ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u006e\u0065 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ebac ); +};};return _ebced ,nil ;};func (_gdbga *templateProcessor )parseBackground (_efcge *templateNode )(interface{},error ){_dddbfe :=&Background {};for _ ,_gfefe :=range _efcge ._fagc .Attr {_fcded :=_gfefe .Value ;switch _ffcd :=_gfefe .Name .Local ;_ffcd {case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dddbfe .FillColor =_gdbga .parseColorAttr (_ffcd ,_fcded ); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dddbfe .BorderColor =_gdbga .parseColorAttr (_ffcd ,_fcded );case "b\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0069\u007a\u0065":_dddbfe .BorderSize =_gdbga .parseFloatAttr (_ffcd ,_fcded ); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_eaeaa ,_aage ,_dgbd ,_eafeg :=_gdbga .parseBorderRadiusAttr (_ffcd ,_fcded );_dddbfe .SetBorderRadius (_eaeaa ,_aage ,_eafeg ,_dgbd );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dddbfe .BorderRadiusTopLeft =_gdbga .parseFloatAttr (_ffcd ,_fcded ); +case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dddbfe .BorderRadiusTopRight =_gdbga .parseFloatAttr (_ffcd ,_fcded );case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dddbfe .BorderRadiusBottomLeft =_gdbga .parseFloatAttr (_ffcd ,_fcded ); +case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dddbfe .BorderRadiusBottomRight =_gdbga .parseFloatAttr (_ffcd ,_fcded );default:_gdbga .nodeLogDebug (_efcge ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_ffcd ); +};};return _dddbfe ,nil ;}; -// Block contains a portion of PDF Page contents. It has a width and a position and can -// be placed anywhere on a Page. It can even contain a whole Page, and is used in the creator -// where each Drawable object can output one or more blocks, each representing content for separate pages -// (typically needed when Page breaks occur). -type Block struct{_ge *_eag .ContentStreamOperations ;_fa *_gd .PdfPageResources ;_agg Positioning ;_eg ,_bge float64 ;_de float64 ;_ad float64 ;_ac float64 ;_bc Margins ;_bdc []*_gd .PdfAnnotation ;}; +// SetColorBottom sets border color for bottom. +func (_gdb *border )SetColorBottom (col Color ){_gdb ._gadfg =col };func (_gbea *pageTransformations )applyFlip (_cdg *_fg .PdfPage )error {_gcfe ,_egeg :=_gbea ._gaae ,_gbea ._dbde ;if !_gcfe &&!_egeg {return nil ;};if _cdg ==nil {return _ag .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065"); +};_ebddb ,_cdf :=_cdg .GetMediaBox ();if _cdf !=nil {return _cdf ;};_geb ,_dcad :=_ebddb .Width (),_ebddb .Height ();_dcec ,_cdf :=_cdg .GetRotate ();if _cdf !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_cdf .Error ()); +};if _gebc :=_dcec %360!=0&&_dcec %90==0;_gebc {if _caaf :=(360+_dcec %360)%360;_caaf ==90||_caaf ==270{_gcfe ,_egeg =_egeg ,_gcfe ;};};_cdbb ,_ggce :=1.0,0.0;if _gcfe {_cdbb ,_ggce =-1.0,-_geb ;};_geag ,_gbdb :=1.0,0.0;if _egeg {_geag ,_gbdb =-1.0,-_dcad ; +};_afc :=_cb .NewContentCreator ().Scale (_cdbb ,_geag ).Translate (_ggce ,_gbdb );_dbe ,_cdf :=_cc .MakeStream (_afc .Bytes (),_cc .NewFlateEncoder ());if _cdf !=nil {return _cdf ;};_gegg :=_cc .MakeArray (_dbe );_gegg .Append (_cdg .GetContentStreamObjs ()...); +_cdg .Contents =_gegg ;return nil ;}; -// GeneratePageBlocks draws the filled curve on page blocks. -func (_aafe *FilledCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cbea :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_dbdb ,_ ,_gcdd :=_aafe .draw (_cbea ,"");if _gcdd !=nil {return nil ,ctx ,_gcdd ;};_gcdd =_cbea .addContentsByString (string (_dbdb )); -if _gcdd !=nil {return nil ,ctx ,_gcdd ;};return []*Block {_cbea },ctx ,nil ;};type templateNode struct{_fdfd interface{};_eccfd _b .StartElement ;_ddbbd *templateNode ;_gbdd int ;_ggcca int ;_afdda int64 ;};func _fgfcf (_bbab float64 ,_bgcbg float64 )float64 {return _ff .Round (_bbab /_bgcbg )*_bgcbg }; +// SetWidthRight sets border width for right. +func (_decd *border )SetWidthRight (bw float64 ){_decd ._cfdb =bw };func (_affg *Line )computeCoords (_bcf DrawContext )(_aafc ,_agaa ,_fedeg ,_dddfe float64 ){_aafc =_bcf .X ;_fedeg =_aafc +_affg ._fabaf -_affg ._dfaec ;_bcbc :=_affg ._ffbcg ;if _affg ._dfaec ==_affg ._fabaf {_bcbc /=2; +};if _affg ._gafbg < _affg ._cgeea {_agaa =_bcf .PageHeight -_bcf .Y -_bcbc ;_dddfe =_agaa -_affg ._cgeea +_affg ._gafbg ;}else {_dddfe =_bcf .PageHeight -_bcf .Y -_bcbc ;_agaa =_dddfe -_affg ._gafbg +_affg ._cgeea ;};switch _affg ._cfgaf {case FitModeFillWidth :_fedeg =_aafc +_bcf .Width ; +};return _aafc ,_agaa ,_fedeg ,_dddfe ;}; +// SetColor sets the color of the Paragraph text. +// +// Example: +// +// 1. p := NewParagraph("Red paragraph") +// // Set to red color with a hex code: +// p.SetColor(creator.ColorRGBFromHex("#ff0000")) +// +// 2. Make Paragraph green with 8-bit rgb values (0-255 each component) +// p.SetColor(creator.ColorRGBFrom8bit(0, 255, 0) +// +// 3. Make Paragraph blue with arithmetic (0-1) rgb components. +// p.SetColor(creator.ColorRGBFromArithmetic(0, 0, 1.0) +func (_dfab *Paragraph )SetColor (col Color ){_dfab ._bffcf =col }; -// NewEllipse creates a new ellipse with the center at (`xc`, `yc`), -// having the specified width and height. -// NOTE: In relative positioning mode, `xc` and `yc` are calculated using the -// current context. Furthermore, when the fit mode is set to fill the available -// space, the ellipse is scaled so that it occupies the entire context width -// while maintaining the original aspect ratio. -func (_abg *Creator )NewEllipse (xc ,yc ,width ,height float64 )*Ellipse {return _cfgc (xc ,yc ,width ,height );};func _agfg (_fgdc string )(*GraphicSVG ,error ){_fbdeg ,_gfcg :=_ea .ParseFromString (_fgdc );if _gfcg !=nil {return nil ,_gfcg ;};return _badfd (_fbdeg ); -};func (_bgfd *Block )duplicate ()*Block {_cgg :=&Block {};*_cgg =*_bgfd ;_gf :=_eag .ContentStreamOperations {};_gf =append (_gf ,*_bgfd ._ge ...);_cgg ._ge =&_gf ;return _cgg ;};func _febba (_cabc []_ddb .CubicBezierCurve )*PolyBezierCurve {return &PolyBezierCurve {_bgdab :&_ddb .PolyBezierCurve {Curves :_cabc ,BorderColor :_gd .NewPdfColorDeviceRGB (0,0,0),BorderWidth :1.0},_dcfbf :1.0,_acfb :1.0}; +// SetFillOpacity sets the fill opacity of the rectangle. +func (_gadfgd *Rectangle )SetFillOpacity (opacity float64 ){_gadfgd ._ddad =opacity };func _agegc (_acebe string ,_gagf TextStyle )*Paragraph {_eagd :=&Paragraph {_gegagc :_acebe ,_ebedc :_gagf .Font ,_afgfg :_gagf .FontSize ,_eaff :1.0,_dagc :true ,_abdd :true ,_eead :TextAlignmentLeft ,_dedfa :0,_bffce :1,_ffecb :1,_cddfc :PositionRelative ,_gdcf :""}; +_eagd .SetColor (_gagf .Color );return _eagd ;};func (_dbbe *Invoice )setCellBorder (_abdb *TableCell ,_baed *InvoiceCell ){for _ ,_agdc :=range _baed .BorderSides {_abdb .SetBorder (_agdc ,CellBorderStyleSingle ,_baed .BorderWidth );};_abdb .SetBorderColor (_baed .BorderColor ); }; -// GetMargins returns the margins of the rectangle: left, right, top, bottom. -func (_bffd *Rectangle )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _bffd ._ddfgb .Left ,_bffd ._ddfgb .Right ,_bffd ._ddfgb .Top ,_bffd ._ddfgb .Bottom ;}; +// Height returns the height of the ellipse. +func (_bcbfb *Ellipse )Height ()float64 {return _bcbfb ._gfcb }; -// SetBorderWidth sets the border width of the ellipse. -func (_ggde *Ellipse )SetBorderWidth (bw float64 ){_ggde ._fdcc =bw }; +// Table allows organizing content in an rows X columns matrix, which can spawn across multiple pages. +type Table struct{_aade int ;_ggfcc int ;_cgce int ;_efeeb []float64 ;_dbfg []float64 ;_ffgfa float64 ;_dcbag []*TableCell ;_eaaad []int ;_ccgdeg Positioning ;_gcacef ,_eeecd float64 ;_beac Margins ;_bcdba bool ;_abbga int ;_fdca int ;_cfce bool ;_ebce bool ; +_fgcd bool ;}; -// The Image type is used to draw an image onto PDF. -type Image struct{_cbaag *_gd .XObjectImage ;_dgaaf *_gd .Image ;_bfbga string ;_afgb float64 ;_dcbe ,_fae float64 ;_dade ,_abecc float64 ;_dbafc Positioning ;_ggaca HorizontalAlignment ;_aeae float64 ;_bgabe float64 ;_fgec float64 ;_fcad Margins ;_cdfa ,_ecag float64 ; -_bdeb _be .StreamEncoder ;_gfba FitMode ;_bfbd bool ;_cebad *int64 ;}; +// Padding returns the padding of the component. +func (_degae *Division )Padding ()(_caca ,_dcfdb ,_ggfa ,_baec float64 ){return _degae ._ffde .Left ,_degae ._ffde .Right ,_degae ._ffde .Top ,_degae ._ffde .Bottom ;};type componentRenderer interface{Draw (_ccaff Drawable )error ;}; -// NewTextChunk returns a new text chunk instance. -func NewTextChunk (text string ,style TextStyle )*TextChunk {return &TextChunk {Text :text ,Style :style ,VerticalAlignment :TextVerticalAlignmentBaseline ,_bcfe :[]*_gd .PdfAnnotation {},_dgdde :[]bool {}};}; +// SetLineWidth sets the line width. +func (_abag *Polyline )SetLineWidth (lineWidth float64 ){_abag ._cfcad .LineWidth =lineWidth }; -// Rectangle defines a rectangle with upper left corner at (x,y) and a specified width and height. The rectangle -// can have a colored fill and/or border with a specified width. +// FillOpacity returns the fill opacity of the rectangle (0-1). +func (_feffd *Rectangle )FillOpacity ()float64 {return _feffd ._ddad }; + +// Ellipse defines an ellipse with a center at (xc,yc) and a specified width and height. The ellipse can have a colored +// fill and/or border with a specified width. // Implements the Drawable interface and can be drawn on PDF using the Creator. -type Rectangle struct{_fdeb float64 ;_fefcd float64 ;_dacdg float64 ;_ddccd float64 ;_dbdf Positioning ;_gffbd Color ;_aadb float64 ;_aagf Color ;_bcdgg float64 ;_ggge float64 ;_dfegd float64 ;_afgd float64 ;_ebddb float64 ;_fcgc float64 ;_ddfgb Margins ; -_dfgc FitMode ;_bcee *int64 ;}; +type Ellipse struct{_adcf float64 ;_deag float64 ;_aacd float64 ;_gfcb float64 ;_ggcea Positioning ;_ffebd Color ;_ccgg float64 ;_befd Color ;_ecgc float64 ;_afef float64 ;_cdcf Margins ;_gbee FitMode ;_eaeb *int64 ;};type templateNode struct{_fcga interface{}; +_fagc _f .StartElement ;_dadbf *templateNode ;_fbae int ;_cffbc int ;_ceefa int64 ;}; -// Horizontal returns total horizontal (left + right) margin. -func (_ccceb *Margins )Horizontal ()float64 {return _ccceb .Left +_ccceb .Right }; +// SetTextAlignment sets the horizontal alignment of the text within the space provided. +func (_fdbf *StyledParagraph )SetTextAlignment (align TextAlignment ){_fdbf ._bffa =align }; -// SetMargins sets the Paragraph's margins. -func (_eefg *StyledParagraph )SetMargins (left ,right ,top ,bottom float64 ){_eefg ._affa .Left =left ;_eefg ._affa .Right =right ;_eefg ._affa .Top =top ;_eefg ._affa .Bottom =bottom ;}; +// SetTOC sets the table of content component of the creator. +// This method should be used when building a custom table of contents. +func (_bagd *Creator )SetTOC (toc *TOC ){if toc ==nil {return ;};_bagd ._fgedc =toc ;}; -// FitMode returns the fit mode of the rectangle. -func (_ccfg *Rectangle )FitMode ()FitMode {return _ccfg ._dfgc };func _dafab (_baeb string ,_cfaf TextStyle )*Paragraph {_gffce :=&Paragraph {_bcgag :_baeb ,_caccd :_cfaf .Font ,_geac :_cfaf .FontSize ,_agdbb :1.0,_abaa :true ,_aagb :true ,_eced :TextAlignmentLeft ,_ggc :0,_babg :1,_bcadb :1,_adfd :PositionRelative ,_fbbdg :""}; -_gffce .SetColor (_cfaf .Color );return _gffce ;};func _agcee (_cdcaf interface{})(interface{},error ){switch _cbaab :=_cdcaf .(type ){case uint8 :return int64 (_cbaab ),nil ;case int8 :return int64 (_cbaab ),nil ;case uint16 :return int64 (_cbaab ),nil ; -case int16 :return int64 (_cbaab ),nil ;case uint32 :return int64 (_cbaab ),nil ;case int32 :return int64 (_cbaab ),nil ;case uint64 :return int64 (_cbaab ),nil ;case int64 :return _cbaab ,nil ;case int :return int64 (_cbaab ),nil ;case float32 :return float64 (_cbaab ),nil ; -case float64 :return _cbaab ,nil ;};return nil ,_f .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0076\u0061\u006c\u0075\u0065\u002c\u0020\u0025\u0076\u0020\u0069\u0073 \u006e\u006f\u0074\u0020\u0061\u0020\u006eu\u006d\u0062\u0065\u0072",_cdcaf ); -}; +// AddColorStop add color stop info for rendering gradient color. +func (_gbeec *RadialShading )AddColorStop (color Color ,point float64 ){_gbeec ._fefgd .AddColorStop (color ,point );};func (_ceffb *templateProcessor )parseColor (_aebbd string )Color {if _aebbd ==""{return nil ;};_cagae ,_fecdc :=_ceffb ._edegg .ColorMap [_aebbd ]; +if _fecdc {return _cagae ;};if _aebbd [0]=='#'{return ColorRGBFromHex (_aebbd );};return nil ;}; -// SetSideBorderStyle sets the cell's side border style. -func (_cdebg *TableCell )SetSideBorderStyle (side CellBorderSide ,style CellBorderStyle ){switch side {case CellBorderSideAll :_cdebg ._gcccg =style ;_cdebg ._dgag =style ;_cdebg ._bddcf =style ;_cdebg ._deef =style ;case CellBorderSideTop :_cdebg ._gcccg =style ; -case CellBorderSideBottom :_cdebg ._dgag =style ;case CellBorderSideLeft :_cdebg ._bddcf =style ;case CellBorderSideRight :_cdebg ._deef =style ;};}; +// ScaleToWidth scales the ellipse to the specified width. The height of +// the ellipse is scaled so that the aspect ratio is maintained. +func (_gaaa *Ellipse )ScaleToWidth (w float64 ){_gacacg :=_gaaa ._gfcb /_gaaa ._aacd ;_gaaa ._aacd =w ;_gaaa ._gfcb =w *_gacacg ;}; -// SetLineSeparator sets the separator for all new lines of the table of contents. -func (_cfffa *TOC )SetLineSeparator (separator string ){_cfffa ._gffbbe =separator };func (_cagb *templateProcessor )parseFloatArray (_fbgf ,_fead string )[]float64 {_ca .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0066\u006c\u006f\u0061\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_fbgf ,_fead ); -_fadgg :=_ddf .Fields (_fead );_befbb :=make ([]float64 ,0,len (_fadgg ));for _ ,_dgeg :=range _fadgg {_fdgfb ,_ :=_fd .ParseFloat (_dgeg ,64);_befbb =append (_befbb ,_fdgfb );};return _befbb ;}; +// AddPatternResource adds pattern dictionary inside the resources dictionary. +func (_ecedg *LinearShading )AddPatternResource (block *Block )(_gaed _cc .PdfObjectName ,_cgac error ){_bcgc :=1;_gdgg :=_cc .PdfObjectName ("\u0050"+_be .Itoa (_bcgc ));for block ._fdf .HasPatternByName (_gdgg ){_bcgc ++;_gdgg =_cc .PdfObjectName ("\u0050"+_be .Itoa (_bcgc )); +};if _bfffg :=block ._fdf .SetPatternByName (_gdgg ,_ecedg .ToPdfShadingPattern ().ToPdfObject ());_bfffg !=nil {return "",_bfffg ;};return _gdgg ,nil ;}; -// SetMargins sets the margins of the component. The margins are applied -// around the division. -func (_cgcb *Division )SetMargins (left ,right ,top ,bottom float64 ){_cgcb ._fceg .Left =left ;_cgcb ._fceg .Right =right ;_cgcb ._fceg .Top =top ;_cgcb ._fceg .Bottom =bottom ;};type componentRenderer interface{Draw (_afga Drawable )error ;};func _cgdd (_fcgd string )*_gd .PdfAnnotation {_gcec :=_gd .NewPdfAnnotationLink (); -_beedc :=_gd .NewBorderStyle ();_beedc .SetBorderWidth (0);_gcec .BS =_beedc .ToPdfObject ();_gbbab :=_gd .NewPdfActionURI ();_gbbab .URI =_be .MakeString (_fcgd );_gcec .SetAction (_gbbab .PdfAction );return _gcec .PdfAnnotation ;}; +// NewPolyBezierCurve creates a new composite Bezier (polybezier) curve. +func (_fdbb *Creator )NewPolyBezierCurve (curves []_ee .CubicBezierCurve )*PolyBezierCurve {return _cbec (curves );}; -// GetHeading returns the chapter heading paragraph. Used to give access to address style: font, sizing etc. -func (_gebb *Chapter )GetHeading ()*Paragraph {return _gebb ._adbf };func _dddf (_efgc *templateProcessor ,_befae *templateNode )(interface{},error ){return _efgc .parseRectangle (_befae );}; +// SetOutlineTree adds the specified outline tree to the PDF file generated +// by the creator. Adding an external outline tree disables the automatic +// generation of outlines done by the creator for the relevant components. +func (_cddf *Creator )SetOutlineTree (outlineTree *_fg .PdfOutlineTreeNode ){_cddf ._affb =outlineTree }; -// SetStyle sets the style for all the line components: number, title, -// separator, page. -func (_bfbee *TOCLine )SetStyle (style TextStyle ){_bfbee .Number .Style =style ;_bfbee .Title .Style =style ;_bfbee .Separator .Style =style ;_bfbee .Page .Style =style ;}; +// GetMargins returns the Image's margins: left, right, top, bottom. +func (_gdcce *Image )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _gdcce ._efdcd .Left ,_gdcce ._efdcd .Right ,_gdcce ._efdcd .Top ,_gdcce ._efdcd .Bottom ;};func (_ebbc *TableCell )height (_gcecea float64 )float64 {var _dgbf float64 ;switch _aedb :=_ebbc ._efce .(type ){case *Paragraph :if _aedb ._dagc {_aedb .SetWidth (_gcecea -_ebbc ._eacbd -_aedb ._fdgb .Left -_aedb ._fdgb .Right ); +};_dgbf =_aedb .Height ()+_aedb ._fdgb .Top +_aedb ._fdgb .Bottom ;if !_ebbc ._aacdd ._fgcd {_dgbf +=(0.5*_aedb ._afgfg *_aedb ._eaff );};case *StyledParagraph :if _aedb ._ebedb {_aedb .SetWidth (_gcecea -_ebbc ._eacbd -_aedb ._gfdga .Left -_aedb ._gfdga .Right ); +};_dgbf =_aedb .Height ()+_aedb ._gfdga .Top +_aedb ._gfdga .Bottom ;if !_ebbc ._aacdd ._fgcd {_dgbf +=(0.5*_aedb .getTextHeight ());};case *Image :_aedb .applyFitMode (_gcecea -_ebbc ._eacbd );_dgbf =_aedb .Height ()+_aedb ._efdcd .Top +_aedb ._efdcd .Bottom ; +case *Table :_aedb .updateRowHeights (_gcecea -_ebbc ._eacbd -_aedb ._beac .Left -_aedb ._beac .Right );_dgbf =_aedb .Height ()+_aedb ._beac .Top +_aedb ._beac .Bottom ;case *List :_dgbf =_aedb .ctxHeight (_gcecea -_ebbc ._eacbd )+_aedb ._dffgd .Top +_aedb ._dffgd .Bottom ; +case *Division :_dgbf =_aedb .ctxHeight (_gcecea -_ebbc ._eacbd )+_aedb ._dbfc .Top +_aedb ._dbfc .Bottom +_aedb ._ffde .Top +_aedb ._ffde .Bottom ;case *Chart :_dgbf =_aedb .Height ()+_aedb ._acgd .Top +_aedb ._acgd .Bottom ;case *Rectangle :_aedb .applyFitMode (_gcecea -_ebbc ._eacbd ); +_dgbf =_aedb .Height ()+_aedb ._dadff .Top +_aedb ._dadff .Bottom +_aedb ._dfbg ;case *Ellipse :_aedb .applyFitMode (_gcecea -_ebbc ._eacbd );_dgbf =_aedb .Height ()+_aedb ._cdcf .Top +_aedb ._cdcf .Bottom ;case *Line :_dgbf =_aedb .Height ()+_aedb ._adae .Top +_aedb ._adae .Bottom ; +};return _dgbf ;}; -// AddAnnotation adds an annotation to the current block. -// The annotation will be added to the page the block will be rendered on. -func (_bgf *Block )AddAnnotation (annotation *_gd .PdfAnnotation ){for _ ,_eeb :=range _bgf ._bdc {if _eeb ==annotation {return ;};};_bgf ._bdc =append (_bgf ._bdc ,annotation );}; +// SetPos sets the absolute position. Changes object positioning to absolute. +func (_cgbc *Image )SetPos (x ,y float64 ){_cgbc ._bebb =PositionAbsolute ;_cgbc ._cdaf =x ;_cgbc ._baeg =y ;}; -// SetFillColor sets background color for border. -func (_fca *border )SetFillColor (col Color ){_fca ._agaab =col };type grayColor struct{_ddcc float64 }; +// RadialShading holds information that will be used to render a radial shading. +type RadialShading struct{_fefgd *shading ;_gegd *_fg .PdfRectangle ;_abeca AnchorPoint ;_afdaf float64 ;_fgbbd float64 ;_ddba float64 ;_gfda float64 ;}; -// SetFitMode sets the fit mode of the line. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_eaggd *Line )SetFitMode (fitMode FitMode ){_eaggd ._aedgf =fitMode }; +// SetDashPattern sets the dash pattern of the line. +// NOTE: the dash pattern is taken into account only if the style of the +// line is set to dashed. +func (_gebf *Line )SetDashPattern (dashArray []int64 ,dashPhase int64 ){_gebf ._dafca =dashArray ;_gebf ._ddgcc =dashPhase ;}; -// NewColorPoint creates a new color and point object for use in the gradient rendering process. -func NewColorPoint (color Color ,point float64 )*ColorPoint {return _cgeb (color ,point )}; +// NewPolygon creates a new polygon. +func (_fccd *Creator )NewPolygon (points [][]_ee .Point )*Polygon {return _cfb (points )}; -// Inline returns whether the inline mode of the division is active. -func (_acaf *Division )Inline ()bool {return _acaf ._dccc };func (_dgfff *templateProcessor )parseDivision (_cgdc *templateNode )(interface{},error ){_acdf :=_dgfff .creator .NewDivision ();for _ ,_bdbed :=range _cgdc ._eccfd .Attr {_geaff :=_bdbed .Value ; -switch _dfgd :=_bdbed .Name .Local ;_dfgd {case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_acdf .EnablePageWrap (_dgfff .parseBoolAttr (_dfgd ,_geaff ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_edbg :=_dgfff .parseMarginAttr (_dfgd ,_geaff ); -_acdf .SetMargins (_edbg .Left ,_edbg .Right ,_edbg .Top ,_edbg .Bottom );case "\u0070a\u0064\u0064\u0069\u006e\u0067":_bgbbf :=_dgfff .parseMarginAttr (_dfgd ,_geaff );_acdf .SetPadding (_bgbbf .Left ,_bgbbf .Right ,_bgbbf .Top ,_bgbbf .Bottom );default:_dgfff .nodeLogDebug (_cgdc ,"U\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0064\u0069\u0076\u0069\u0073\u0069on\u0020\u0061\u0074\u0074r\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025s`\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_dfgd ); -};};return _acdf ,nil ;}; +// NewTable create a new Table with a specified number of columns. +func (_fgfb *Creator )NewTable (cols int )*Table {return _dgbaa (cols )}; -// NewCellProps returns the default properties of an invoice cell. -func (_bbfac *Invoice )NewCellProps ()InvoiceCellProps {_ccacb :=ColorRGBFrom8bit (255,255,255);return InvoiceCellProps {TextStyle :_bbfac ._bdae ,Alignment :CellHorizontalAlignmentLeft ,BackgroundColor :_ccacb ,BorderColor :_ccacb ,BorderWidth :1,BorderSides :[]CellBorderSide {CellBorderSideAll }}; -}; +// SetMarkedContentID sets the marked content ID. +func (_cbaf *PolyBezierCurve )SetMarkedContentID (mcid int64 )*_fg .KDict {_cbaf ._efec =&mcid ;_edbfb :=_fg .NewKDictionary ();_edbfb .S =_cc .MakeName (_fg .StructureTypeFigure );_edbfb .K =_cc .MakeInteger (mcid );return _edbfb ;}; -// NewRectangle creates a new rectangle with the left corner at (`x`, `y`), -// having the specified width and height. -// NOTE: In relative positioning mode, `x` and `y` are calculated using the -// current context. Furthermore, when the fit mode is set to fill the available -// space, the rectangle is scaled so that it occupies the entire context width -// while maintaining the original aspect ratio. -func (_fbea *Creator )NewRectangle (x ,y ,width ,height float64 )*Rectangle {return _acbe (x ,y ,width ,height );}; +// ColorPoint is a pair of Color and a relative point where the color +// would be rendered. +type ColorPoint struct{_gafge Color ;_aecbc float64 ;}; -// BorderOpacity returns the border opacity of the rectangle (0-1). -func (_daeec *Rectangle )BorderOpacity ()float64 {return _daeec ._ggge }; +// SetLanguage sets the language identifier that will be stored inside document catalog. +func (_afgd *Creator )SetLanguage (language string ){_afgd ._eca =language }; -// SetWidth sets the width of the rectangle. -func (_dbgf *Rectangle )SetWidth (width float64 ){_dbgf ._dacdg =width };func (_gdfe *Image )rotatedSize ()(float64 ,float64 ){_fgae :=_gdfe ._dcbe ;_cee :=_gdfe ._fae ;_cacb :=_gdfe ._afgb ;if _cacb ==0{return _fgae ,_cee ;};_adaa :=_ddb .Path {Points :[]_ddb .Point {_ddb .NewPoint (0,0).Rotate (_cacb ),_ddb .NewPoint (_fgae ,0).Rotate (_cacb ),_ddb .NewPoint (0,_cee ).Rotate (_cacb ),_ddb .NewPoint (_fgae ,_cee ).Rotate (_cacb )}}.GetBoundingBox (); -return _adaa .Width ,_adaa .Height ;};func _eefca (_bggda ,_ggbbc ,_ebafb string ,_feadd uint ,_cebgec TextStyle )*TOCLine {return _gcaeg (TextChunk {Text :_bggda ,Style :_cebgec },TextChunk {Text :_ggbbc ,Style :_cebgec },TextChunk {Text :_ebafb ,Style :_cebgec },_feadd ,_cebgec ); -}; +// TextAlignment options for paragraph. +type TextAlignment int ;func _eagf (_bgeg _aae .Image )(*Image ,error ){_edad ,_bfgc :=_fg .ImageHandling .NewImageFromGoImage (_bgeg );if _bfgc !=nil {return nil ,_bfgc ;};return _gfgg (_edad );}; -// ColorCMYKFromArithmetic creates a Color from arithmetic color values (0-1). -// Example: +// SetBorderColor sets border color of the rectangle. +func (_gdccc *Rectangle )SetBorderColor (col Color ){_gdccc ._cegbf =col }; + +// SetBackgroundColor set background color of the shading area. // -// green := ColorCMYKFromArithmetic(1.0, 0.0, 1.0, 0.0) -func ColorCMYKFromArithmetic (c ,m ,y ,k float64 )Color {return cmykColor {_cgab :_ff .Max (_ff .Min (c ,1.0),0.0),_bfdc :_ff .Max (_ff .Min (m ,1.0),0.0),_fec :_ff .Max (_ff .Min (y ,1.0),0.0),_febg :_ff .Max (_ff .Min (k ,1.0),0.0)};}; +// By default the background color is set to white. +func (_fdcg *RadialShading )SetBackgroundColor (backgroundColor Color ){_fdcg ._fefgd .SetBackgroundColor (backgroundColor );}; -// SetColor sets the line color. -func (_cbgd *Curve )SetColor (col Color ){_cbgd ._gffeeb =col };var PPMM =float64 (72*1.0/25.4); +// SetBackground sets the background properties of the component. +func (_eggc *Division )SetBackground (background *Background ){_eggc ._eag =background };func (_gagd *Invoice )drawAddress (_cfde *InvoiceAddress )[]*StyledParagraph {var _dcef []*StyledParagraph ;if _cfde .Heading !=""{_cbea :=_gdcg (_gagd ._gdcbb );_cbea .SetMargins (0,0,0,7); +_cbea .Append (_cfde .Heading );_dcef =append (_dcef ,_cbea );};_gaeg :=_gdcg (_gagd ._aegb );_gaeg .SetLineHeight (1.2);_gabe :=_cfde .Separator ;if _gabe ==""{_gabe =_gagd ._acbc ;};_cgee :=_cfde .City ;if _cfde .State !=""{if _cgee !=""{_cgee +=_gabe ; +};_cgee +=_cfde .State ;};if _cfde .Zip !=""{if _cgee !=""{_cgee +=_gabe ;};_cgee +=_cfde .Zip ;};if _cfde .Name !=""{_gaeg .Append (_cfde .Name +"\u000a");};if _cfde .Street !=""{_gaeg .Append (_cfde .Street +"\u000a");};if _cfde .Street2 !=""{_gaeg .Append (_cfde .Street2 +"\u000a"); +};if _cgee !=""{_gaeg .Append (_cgee +"\u000a");};if _cfde .Country !=""{_gaeg .Append (_cfde .Country +"\u000a");};_faeg :=_gdcg (_gagd ._aegb );_faeg .SetLineHeight (1.2);_faeg .SetMargins (0,0,7,0);if _cfde .Phone !=""{_faeg .Append (_cfde .fmtLine (_cfde .Phone ,"\u0050h\u006f\u006e\u0065\u003a\u0020",_cfde .HidePhoneLabel )); +};if _cfde .Email !=""{_faeg .Append (_cfde .fmtLine (_cfde .Email ,"\u0045m\u0061\u0069\u006c\u003a\u0020",_cfde .HideEmailLabel ));};_dcef =append (_dcef ,_gaeg ,_faeg );return _dcef ;};func _badb (_fda *_cb .ContentStreamOperations ,_gaa *_fg .PdfPageResources ,_fbaf *_cb .ContentStreamOperations ,_df *_fg .PdfPageResources )error {_ggdc :=map[_cc .PdfObjectName ]_cc .PdfObjectName {}; +_aaa :=map[_cc .PdfObjectName ]_cc .PdfObjectName {};_gc :=map[_cc .PdfObjectName ]_cc .PdfObjectName {};_bce :=map[_cc .PdfObjectName ]_cc .PdfObjectName {};_ce :=map[_cc .PdfObjectName ]_cc .PdfObjectName {};_gca :=map[_cc .PdfObjectName ]_cc .PdfObjectName {}; +for _ ,_ebb :=range *_fbaf {switch _ebb .Operand {case "\u0044\u006f":if len (_ebb .Params )==1{if _geg ,_daeg :=_ebb .Params [0].(*_cc .PdfObjectName );_daeg {if _ ,_cab :=_ggdc [*_geg ];!_cab {var _ebe _cc .PdfObjectName ;_gfc ,_ :=_df .GetXObjectByName (*_geg ); +if _gfc !=nil {_ebe =*_geg ;for {_fbc ,_ :=_gaa .GetXObjectByName (_ebe );if _fbc ==nil ||_fbc ==_gfc {break ;};_ebe =*_cc .MakeName (_acb (_ebe .String ()));};};_gaa .SetXObjectByName (_ebe ,_gfc );_ggdc [*_geg ]=_ebe ;};_gfb :=_ggdc [*_geg ];_ebb .Params [0]=&_gfb ; +};};case "\u0054\u0066":if len (_ebb .Params )==2{if _babd ,_aaee :=_ebb .Params [0].(*_cc .PdfObjectName );_aaee {if _ ,_edbf :=_aaa [*_babd ];!_edbf {_bef ,_aggc :=_df .GetFontByName (*_babd );_cgbb :=*_babd ;if _aggc &&_bef !=nil {_cgbb =_cgd (_babd .String (),_bef ,_gaa ); +};_gaa .SetFontByName (_cgbb ,_bef );_aaa [*_babd ]=_cgbb ;};_edg :=_aaa [*_babd ];_ebb .Params [0]=&_edg ;};};case "\u0043\u0053","\u0063\u0073":if len (_ebb .Params )==1{if _badf ,_aef :=_ebb .Params [0].(*_cc .PdfObjectName );_aef {if _ ,_edf :=_gc [*_badf ]; +!_edf {var _dafa _cc .PdfObjectName ;_deca ,_cae :=_df .GetColorspaceByName (*_badf );if _cae {_dafa =*_badf ;for {_dfe ,_bfa :=_gaa .GetColorspaceByName (_dafa );if !_bfa ||_deca ==_dfe {break ;};_dafa =*_cc .MakeName (_acb (_dafa .String ()));};_gaa .SetColorspaceByName (_dafa ,_deca ); +_gc [*_badf ]=_dafa ;}else {_e .Log .Debug ("C\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064");};};if _deg ,_bcd :=_gc [*_badf ];_bcd {_ebb .Params [0]=&_deg ;}else {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",*_badf ); +};};};case "\u0053\u0043\u004e","\u0073\u0063\u006e":if len (_ebb .Params )==1{if _degc ,_cabg :=_ebb .Params [0].(*_cc .PdfObjectName );_cabg {if _ ,_ec :=_bce [*_degc ];!_ec {var _caa _cc .PdfObjectName ;_dbfa ,_ced :=_df .GetPatternByName (*_degc ); +if _ced {_caa =*_degc ;for {_caag ,_gega :=_gaa .GetPatternByName (_caa );if !_gega ||_caag ==_dbfa {break ;};_caa =*_cc .MakeName (_acb (_caa .String ()));};_gcd :=_gaa .SetPatternByName (_caa ,_dbfa .ToPdfObject ());if _gcd !=nil {return _gcd ;};_bce [*_degc ]=_caa ; +};};if _dfa ,_ggg :=_bce [*_degc ];_ggg {_ebb .Params [0]=&_dfa ;};};};case "\u0073\u0068":if len (_ebb .Params )==1{if _aed ,_gadf :=_ebb .Params [0].(*_cc .PdfObjectName );_gadf {if _ ,_fbb :=_ce [*_aed ];!_fbb {var _egc _cc .PdfObjectName ;_aac ,_fcd :=_df .GetShadingByName (*_aed ); +if _fcd {_egc =*_aed ;for {_ggga ,_age :=_gaa .GetShadingByName (_egc );if !_age ||_aac ==_ggga {break ;};_egc =*_cc .MakeName (_acb (_egc .String ()));};_ffa :=_gaa .SetShadingByName (_egc ,_aac .ToPdfObject ());if _ffa !=nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052 S\u0065t\u0020\u0073\u0068\u0061\u0064i\u006e\u0067\u003a\u0020\u0025\u0076",_ffa ); +return _ffa ;};_ce [*_aed ]=_egc ;}else {_e .Log .Debug ("\u0053\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};};if _gab ,_cabd :=_ce [*_aed ];_cabd {_ebb .Params [0]=&_gab ;}else {_e .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020S\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0025\u0073 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064",*_aed ); +};};};case "\u0067\u0073":if len (_ebb .Params )==1{if _ebbe ,_cedb :=_ebb .Params [0].(*_cc .PdfObjectName );_cedb {if _ ,_caab :=_gca [*_ebbe ];!_caab {var _cgg _cc .PdfObjectName ;_cec ,_agb :=_df .GetExtGState (*_ebbe );if _agb {_cgg =*_ebbe ;for {_fgb ,_fdac :=_gaa .GetExtGState (_cgg ); +if !_fdac ||_cec ==_fgb {break ;};_cgg =*_cc .MakeName (_acb (_cgg .String ()));};};_gaa .AddExtGState (_cgg ,_cec );_gca [*_ebbe ]=_cgg ;};_dbcb :=_gca [*_ebbe ];_ebb .Params [0]=&_dbcb ;};};};*_fda =append (*_fda ,_ebb );};return nil ;};func (_cfca *Invoice )newColumn (_ccef string ,_eaaa CellHorizontalAlignment )*InvoiceCell {_cabe :=&InvoiceCell {_cfca ._fbbe ,_ccef }; +_cabe .Alignment =_eaaa ;return _cabe ;};func _cbfa (_cfec _eb .ChartRenderable )*Chart {return &Chart {_ggc :_cfec ,_fadcc :PositionRelative ,_acgd :Margins {Top :10,Bottom :10}};};func (_ddcea *templateProcessor )parseImageEncoder (_cbacg ,_egag string )_cc .StreamEncoder {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0028\u0060\u0025s\u0060\u002c \u0025\u0073\u0029\u002e",_cbacg ,_egag ); +if _egag =="\u0066\u006c\u0061t\u0065"{return _cc .NewFlateEncoder ();}else if _egag =="\u0064\u0063\u0074"{return _cc .NewDCTEncoder ();};_e .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0076\u0061\u006cu\u0065\u0020\u006f\u0066 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u0020\u0066\u006f\u0075\u006e\u0064\u002e",_cbacg ,_egag ); +return nil ;};type grayColor struct{_dbd float64 }; // SetContent sets the cell's content. The content is a VectorDrawable, i.e. // a Drawable with a known height and width. @@ -2258,871 +2297,827 @@ func (_cbgd *Curve )SetColor (col Color ){_cbgd ._gffeeb =col };var PPMM =float6 // - *Rectangle // - *Ellipse // - *Line -func (_eefa *TableCell )SetContent (vd VectorDrawable )error {switch _efga :=vd .(type ){case *Paragraph :if _efga ._aagb {_efga ._abaa =true ;};_eefa ._bdea =vd ;case *StyledParagraph :if _efga ._baceb {_efga ._egbgc =true ;};_eefa ._bdea =vd ;case *Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line :_eefa ._bdea =vd ; -default:_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0079p\u0065\u0020\u0025\u0054",vd ); -return _be .ErrTypeError ;};return nil ;};func (_aff *Creator )setActivePage (_acda *_gd .PdfPage ){_aff ._cafc =_acda };func (_afad *Division )ctxHeight (_bdfa float64 )float64 {_bdfa -=_afad ._fceg .Left +_afad ._fceg .Right +_afad ._dcfb .Left +_afad ._dcfb .Right ; -var _adag float64 ;for _ ,_fegc :=range _afad ._cggf {_adag +=_ccac (_fegc ,_bdfa );};return _adag ;}; +func (_aagc *TableCell )SetContent (vd VectorDrawable )error {switch _gbcd :=vd .(type ){case *Paragraph :if _gbcd ._abdd {_gbcd ._dagc =true ;};_aagc ._efce =vd ;case *StyledParagraph :if _gbcd ._adea {_gbcd ._ebedb =true ;};_aagc ._efce =vd ;case *Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line :_aagc ._efce =vd ; +default:_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0063e\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0079p\u0065\u0020\u0025\u0054",vd );return _cc .ErrTypeError ; +};return nil ;}; -// NewTable create a new Table with a specified number of columns. -func (_aacb *Creator )NewTable (cols int )*Table {return _gdcg (cols )};func _cfbbd (_eebcg *_gd .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,238),Font :_eebcg ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; +// Context returns the current drawing context. +func (_gcac *Creator )Context ()DrawContext {return _gcac ._eac }; + +// AddInfo is used to append a piece of invoice information in the template +// information table. +func (_gdd *Invoice )AddInfo (description ,value string )(*InvoiceCell ,*InvoiceCell ){_badd :=[2]*InvoiceCell {_gdd .newCell (description ,_gdd ._acd ),_gdd .newCell (value ,_gdd ._acd )};_gdd ._bbaef =append (_gdd ._bbaef ,_badd );return _badd [0],_badd [1]; }; -// SetHeading sets the text and the style of the heading of the TOC component. -func (_egeee *TOC )SetHeading (text string ,style TextStyle ){_cced :=_egeee .Heading ();_cced .Reset ();_dbga :=_cced .Append (text );_dbga .Style =style ;}; +// GetMargins returns the margins of the chart (left, right, top, bottom). +func (_gbf *Chart )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _gbf ._acgd .Left ,_gbf ._acgd .Right ,_gbf ._acgd .Top ,_gbf ._acgd .Bottom ;}; -// EnablePageWrap controls whether the division is wrapped across pages. -// If disabled, the division is moved in its entirety on a new page, if it -// does not fit in the available height. By default, page wrapping is enabled. -// If the height of the division is larger than an entire page, wrapping is -// enabled automatically in order to avoid unwanted behavior. -// Currently, page wrapping can only be disabled for vertical divisions. -func (_eebd *Division )EnablePageWrap (enable bool ){_eebd ._adbb =enable }; +// List represents a list of items. +// The representation of a list item is as follows: +// +// [marker] [content] +// +// e.g.: • This is the content of the item. +// The supported components to add content to list items are: +// - Paragraph +// - StyledParagraph +// - List +type List struct{_ecd []*listItem ;_dffgd Margins ;_bcga TextChunk ;_bfcab float64 ;_abfa bool ;_ddc Positioning ;_bfce TextStyle ;}; -// FillOpacity returns the fill opacity of the rectangle (0-1). -func (_dbec *Rectangle )FillOpacity ()float64 {return _dbec ._aadb }; +// SetNoteHeadingStyle sets the style properties used to render the heading +// of the invoice note sections. +func (_ecba *Invoice )SetNoteHeadingStyle (style TextStyle ){_ecba ._gfbc =style };func (_dggeg *templateProcessor )parseLinearGradientAttr (creator *Creator ,_gfffb string )Color {_faccg :=ColorBlack ;if _gfffb ==""{return _faccg ;};_adga :=creator .NewLinearGradientColor ([]*ColorPoint {}); +_adga .SetExtends (true ,true );var (_agdce =_ga .Split (_gfffb [16:len (_gfffb )-1],"\u002c");_caffc =_ga .TrimSpace (_agdce [0]););if _ga .HasSuffix (_caffc ,"\u0064\u0065\u0067"){_fgbbb ,_befge :=_be .ParseFloat (_caffc [:len (_caffc )-3],64);if _befge !=nil {_e .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0061\u006e\u0067\u006ce\u003a\u0020\u0025\u0076",_befge ); +}else {_adga .SetAngle (_fgbbb );};_agdce =_agdce [1:];};_efcb ,_efcef :=_dggeg .processGradientColorPair (_agdce );if _efcb ==nil ||_efcef ==nil {return _faccg ;};for _fgacb :=0;_fgacb < len (_efcb );_fgacb ++{_adga .AddColorStop (_efcb [_fgacb ],_efcef [_fgacb ]); +};return _adga ;};func (_bdga *Invoice )generateHeaderBlocks (_cbgg DrawContext )([]*Block ,DrawContext ,error ){_dagga :=_gdcg (_bdga ._cegc );_dagga .SetEnableWrap (true );_dagga .Append (_bdga ._edaed );_eefgd :=_dgbaa (2);if _bdga ._efcff !=nil {_aagb :=_eefgd .NewCell (); +_aagb .SetHorizontalAlignment (CellHorizontalAlignmentLeft );_aagb .SetVerticalAlignment (CellVerticalAlignmentMiddle );_aagb .SetIndent (0);_aagb .SetContent (_bdga ._efcff );_bdga ._efcff .ScaleToHeight (_dagga .Height ()+20);}else {_eefgd .SkipCells (1); +};_bacg :=_eefgd .NewCell ();_bacg .SetHorizontalAlignment (CellHorizontalAlignmentRight );_bacg .SetVerticalAlignment (CellVerticalAlignmentMiddle );_bacg .SetContent (_dagga );return _eefgd .GeneratePageBlocks (_cbgg );};func _gedgb (_dbee *templateProcessor ,_dcbaf *templateNode )(interface{},error ){return _dbee .parseImage (_dcbaf ); +}; -// SetEncoder sets the encoding/compression mechanism for the image. -func (_daeef *Image )SetEncoder (encoder _be .StreamEncoder ){_daeef ._bdeb =encoder };func (_fcd *Block )transform (_fcb _cbe .Matrix ){_bgfb :=_eag .NewContentCreator ().Add_cm (_fcb [0],_fcb [1],_fcb [3],_fcb [4],_fcb [6],_fcb [7]).Operations ();*_fcd ._ge =append (*_bgfb ,*_fcd ._ge ...); -_fcd ._ge .WrapIfNeeded ();};type marginDrawable interface{VectorDrawable ;GetMargins ()(float64 ,float64 ,float64 ,float64 );}; +// Height returns Image's document height. +func (_bfca *Image )Height ()float64 {return _bfca ._gcca }; -// GeneratePageBlocks generates a page break block. -func (_eaec *PageBreak )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cecee :=[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y ),NewBlock (ctx .PageWidth ,ctx .PageHeight )};ctx .Page ++;_gfecb :=ctx ;_gfecb .Y =ctx .Margins .Top ; -_gfecb .X =ctx .Margins .Left ;_gfecb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_gfecb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right ;ctx =_gfecb ;return _cecee ,ctx ,nil ;}; +// GeneratePageBlocks draws the polygon on a new block representing the page. +// Implements the Drawable interface. +func (_cdfa *Polygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_eada :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_fbbg ,_dbda :=_eada .setOpacity (_cdfa ._bgfda ,_cdfa ._bedb );if _dbda !=nil {return nil ,ctx ,_dbda ;};_cafdd :=_cdfa ._aaec ; +_cafdd .FillEnabled =_cafdd .FillColor !=nil ;_cafdd .BorderEnabled =_cafdd .BorderColor !=nil &&_cafdd .BorderWidth > 0;_gceb :=_cafdd .Points ;_bgde :=_fg .PdfRectangle {};_egece :=false ;for _deda :=range _gceb {for _gcdg :=range _gceb [_deda ]{_cffa :=&_gceb [_deda ][_gcdg ]; +_cffa .Y =ctx .PageHeight -_cffa .Y ;if !_egece {_bgde .Llx =_cffa .X ;_bgde .Lly =_cffa .Y ;_bgde .Urx =_cffa .X ;_bgde .Ury =_cffa .Y ;_egece =true ;}else {_bgde .Llx =_d .Min (_bgde .Llx ,_cffa .X );_bgde .Lly =_d .Min (_bgde .Lly ,_cffa .Y );_bgde .Urx =_d .Max (_bgde .Urx ,_cffa .X ); +_bgde .Ury =_d .Max (_bgde .Ury ,_cffa .Y );};};};if _cafdd .FillEnabled {_abbg :=_cabfe (_eada ,_cdfa ._aaec .FillColor ,_cdfa ._aacg ,func ()Rectangle {return Rectangle {_fgcb :_bgde .Llx ,_aedg :_bgde .Lly ,_cfee :_bgde .Width (),_edcdb :_bgde .Height ()}; +});if _abbg !=nil {return nil ,ctx ,_abbg ;};};_agdf ,_ ,_dbda :=_cafdd .MarkedDraw (_fbbg ,_cdfa ._dgef );if _dbda !=nil {return nil ,ctx ,_dbda ;};if _dbda =_eada .addContentsByString (string (_agdf ));_dbda !=nil {return nil ,ctx ,_dbda ;};return []*Block {_eada },ctx ,nil ; +};func _dgbaa (_eeeg int )*Table {_ggbaf :=&Table {_ggfcc :_eeeg ,_ffgfa :10.0,_efeeb :[]float64 {},_dbfg :[]float64 {},_dcbag :[]*TableCell {},_eaaad :make ([]int ,_eeeg ),_ebce :true };_ggbaf .resetColumnWidths ();return _ggbaf ;}; -// SetBorderRadius sets the radius of the background corners. -func (_ga *Background )SetBorderRadius (topLeft ,topRight ,bottomLeft ,bottomRight float64 ){_ga .BorderRadiusTopLeft =topLeft ;_ga .BorderRadiusTopRight =topRight ;_ga .BorderRadiusBottomLeft =bottomLeft ;_ga .BorderRadiusBottomRight =bottomRight ;}; +// SetAngle would set the angle at which the gradient is rendered. +// +// The default angle would be 0 where the gradient would be rendered from left to right side. +func (_cgga *LinearShading )SetAngle (angle float64 ){_cgga ._gdbeg =angle };func (_abddc *templateProcessor )parseTextAlignmentAttr (_cfgg ,_cfcdac string )TextAlignment {_e .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020t\u0065\u0078\u0074\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_cfgg ,_cfcdac ); +_bcceb :=map[string ]TextAlignment {"\u006c\u0065\u0066\u0074":TextAlignmentLeft ,"\u0072\u0069\u0067h\u0074":TextAlignmentRight ,"\u0063\u0065\u006e\u0074\u0065\u0072":TextAlignmentCenter ,"\u006au\u0073\u0074\u0069\u0066\u0079":TextAlignmentJustify }[_cfcdac ]; +return _bcceb ;}; -// CurCol returns the currently active cell's column number. -func (_fefed *Table )CurCol ()int {_dfeab :=(_fefed ._eaeec -1)%(_fefed ._cafcb )+1;return _dfeab }; +// SetDate sets the date of the invoice. +func (_beec *Invoice )SetDate (date string )(*InvoiceCell ,*InvoiceCell ){_beec ._afgcd [1].Value =date ;return _beec ._afgcd [0],_beec ._afgcd [1];};func _gffd (_fbfc ,_cfecf ,_ggeb ,_fggc float64 )*Rectangle {return &Rectangle {_fgcb :_fbfc ,_aedg :_cfecf ,_cfee :_ggeb ,_edcdb :_fggc ,_egff :PositionAbsolute ,_ddad :1.0,_cegbf :ColorBlack ,_dfbg :1.0,_fgedb :1.0}; +};func (_fgded *templateProcessor )parseTextRenderingModeAttr (_ggcdg ,_ddbea string )TextRenderingMode {_e .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u006d\u006f\u0064e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_ggcdg ,_ddbea ); +_ecfae :=map[string ]TextRenderingMode {"\u0066\u0069\u006c\u006c":TextRenderingModeFill ,"\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeStroke ,"f\u0069\u006c\u006c\u002d\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeFillStroke ,"\u0069n\u0076\u0069\u0073\u0069\u0062\u006ce":TextRenderingModeInvisible ,"\u0066i\u006c\u006c\u002d\u0063\u006c\u0069p":TextRenderingModeFillClip ,"s\u0074\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeStrokeClip ,"\u0066\u0069l\u006c\u002d\u0073t\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeFillStrokeClip ,"\u0063\u006c\u0069\u0070":TextRenderingModeClip }[_ddbea ]; +return _ecfae ;}; -// SetMargins sets the margins of the chart component. -func (_fbbc *Chart )SetMargins (left ,right ,top ,bottom float64 ){_fbbc ._aabg .Left =left ;_fbbc ._aabg .Right =right ;_fbbc ._aabg .Top =top ;_fbbc ._aabg .Bottom =bottom ;}; +// GetMargins returns the margins of the line: left, right, top, bottom. +func (_aabfb *Line )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aabfb ._adae .Left ,_aabfb ._adae .Right ,_aabfb ._adae .Top ,_aabfb ._adae .Bottom ;};type cmykColor struct{_bcbb ,_ebcb ,_ggcc ,_ebg float64 }; -// SetBorderColor sets the border color for the path. -func (_eeed *FilledCurve )SetBorderColor (color Color ){_eeed ._aebe =color }; +// TextChunk represents a chunk of text along with a particular style. +type TextChunk struct{ -// Add adds a new Drawable to the chapter. -// Currently supported Drawables: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// - *Table -// - *Division -// - *List -// - *Rectangle -// - *Ellipse -// - *Line -// - *Block, -// - *PageBreak -// - *Chapter -func (_cbf *Chapter )Add (d Drawable )error {if Drawable (_cbf )==d {_ca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0061\u0064\u0064\u0020\u0069\u0074\u0073\u0065\u006c\u0066");return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); -};switch _cef :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Table ,*Division ,*List ,*Rectangle ,*Ellipse ,*Line ,*Block ,*PageBreak ,*Chapter :_cbf ._agef =append (_cbf ._agef ,d );case containerDrawable :_bgb ,_bga :=_cef .ContainerComponent (_cbf ); -if _bga !=nil {return _bga ;};_cbf ._agef =append (_cbf ._agef ,_bgb );default:_ca .Log .Debug ("\u0055n\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u003a\u0020\u0025\u0054",d );return _fc .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};return nil ;}; +// The text that is being rendered in the PDF. +Text string ; -// GeneratePageBlocks draws the chart onto a block. -func (_accd *Chart )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_aba :=ctx ;_bcc :=_accd ._eebg .IsRelative ();var _bgd []*Block ;if _bcc {_cafg :=1.0;_agf :=_accd ._aabg .Top ;if float64 (_accd ._bgcd .Height ())> ctx .Height -_accd ._aabg .Top {_bgd =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; -var _cgge error ;if _ ,ctx ,_cgge =_addgg ().GeneratePageBlocks (ctx );_cgge !=nil {return nil ,ctx ,_cgge ;};_agf =0;};ctx .X +=_accd ._aabg .Left +_cafg ;ctx .Y +=_agf ;ctx .Width -=_accd ._aabg .Left +_accd ._aabg .Right +2*_cafg ;ctx .Height -=_agf ; -_accd ._bgcd .SetWidth (int (ctx .Width ));}else {ctx .X =_accd ._cfca ;ctx .Y =_accd ._badb ;};_gda :=_eag .NewContentCreator ();if _accd ._gcge !=nil {_gda .Add_BDC (*_be .MakeName (_gd .StructureTypeFigure ),map[string ]_be .PdfObject {"\u004d\u0043\u0049\u0044":_be .MakeInteger (*_accd ._gcge )}); -};_gda .Translate (0,ctx .PageHeight );_gda .Scale (1,-1);_gda .Translate (ctx .X ,ctx .Y );_afb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_accd ._bgcd .Render (_bd .NewRenderer (_gda ,_afb ._fa ),nil );if _accd ._gcge !=nil {_gda .Add_EMC ();};if _efdb :=_afb .addContentsByString (_gda .String ()); -_efdb !=nil {return nil ,ctx ,_efdb ;};if _bcc {_ffe :=_accd .Height ()+_accd ._aabg .Bottom ;ctx .Y +=_ffe ;ctx .Height -=_ffe ;}else {ctx =_aba ;};_bgd =append (_bgd ,_afb );return _bgd ,ctx ,nil ;}; +// The style of the text being rendered. +Style TextStyle ;_ecgg []*_fg .PdfAnnotation ;_gcfaba []bool ; -// Title returns the title of the invoice. -func (_daaa *Invoice )Title ()string {return _daaa ._bgfbda }; +// The vertical alignment of the text chunk. +VerticalAlignment TextVerticalAlignment ;}; -// FillColor returns the fill color of the rectangle. -func (_aeee *Rectangle )FillColor ()Color {return _aeee ._gffbd };func _abadb (_gdgce *templateProcessor ,_ebec *templateNode )(interface{},error ){return _gdgce .parseImage (_ebec );};func _fedcb (_fcdd *templateProcessor ,_defcf *templateNode )(interface{},error ){return _fcdd .parseListItem (_defcf ); -}; +// SetTotal sets the total of the invoice. +func (_ebdg *Invoice )SetTotal (value string ){_ebdg ._gbba [1].Value =value }; + +// SetMarkedContentID sets marked content ID. +func (_dccfff *GraphicSVG )SetMarkedContentID (mcid int64 )*_fg .KDict {_dccfff ._fbfd =&mcid ;_eaaf :=_fg .NewKDictionary ();_eaaf .S =_cc .MakeName (_fg .StructureTypeFigure );_eaaf .K =_cc .MakeInteger (mcid );return _eaaf ;};func (_gcfb *Creator )setActivePage (_aadf *_fg .PdfPage ){_gcfb ._ffbc =_aadf }; + + +// LinearShading holds data for rendering a linear shading gradient. +type LinearShading struct{_bdbc *shading ;_bfeb *_fg .PdfRectangle ;_gdbeg float64 ;}; + +// GeneratePageBlocks draws the polyline on a new block representing the page. +// Implements the Drawable interface. +func (_bgecd *Polyline )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_faga :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_ccgf ,_ccada :=_faga .setOpacity (_bgecd ._bbad ,_bgecd ._bbad );if _ccada !=nil {return nil ,ctx ,_ccada ; +};_ggag :=_bgecd ._cfcad .Points ;for _acag :=range _ggag {_ebbd :=&_ggag [_acag ];_ebbd .Y =ctx .PageHeight -_ebbd .Y ;};_ggda ,_ ,_ccada :=_bgecd ._cfcad .MarkedDraw (_ccgf ,_bgecd ._bdec );if _ccada !=nil {return nil ,ctx ,_ccada ;};if _ccada =_faga .addContentsByString (string (_ggda )); +_ccada !=nil {return nil ,ctx ,_ccada ;};return []*Block {_faga },ctx ,nil ;};func (_afgad *templateProcessor )parseEllipse (_efcfd *templateNode )(interface{},error ){_gfef :=_afgad .creator .NewEllipse (0,0,0,0);for _ ,_bdef :=range _efcfd ._fagc .Attr {_beab :=_bdef .Value ; +switch _cbdce :=_bdef .Name .Local ;_cbdce {case "\u0063\u0078":_gfef ._adcf =_afgad .parseFloatAttr (_cbdce ,_beab );case "\u0063\u0079":_gfef ._deag =_afgad .parseFloatAttr (_cbdce ,_beab );case "\u0077\u0069\u0064t\u0068":_gfef .SetWidth (_afgad .parseFloatAttr (_cbdce ,_beab )); +case "\u0068\u0065\u0069\u0067\u0068\u0074":_gfef .SetHeight (_afgad .parseFloatAttr (_cbdce ,_beab ));case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_gfef .SetFillColor (_afgad .parseColorAttr (_cbdce ,_beab ));case "\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079":_gfef .SetFillOpacity (_afgad .parseFloatAttr (_cbdce ,_beab )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_gfef .SetBorderColor (_afgad .parseColorAttr (_cbdce ,_beab ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006f\u0070a\u0063\u0069\u0074\u0079":_gfef .SetBorderOpacity (_afgad .parseFloatAttr (_cbdce ,_beab )); +case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_gfef .SetBorderWidth (_afgad .parseFloatAttr (_cbdce ,_beab ));case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_gfef .SetPositioning (_afgad .parsePositioningAttr (_cbdce ,_beab )); +case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_gfef .SetFitMode (_afgad .parseFitModeAttr (_cbdce ,_beab ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_bgegb :=_afgad .parseMarginAttr (_cbdce ,_beab );_gfef .SetMargins (_bgegb .Left ,_bgegb .Right ,_bgegb .Top ,_bgegb .Bottom ); +default:_afgad .nodeLogDebug (_efcfd ,"\u0055\u006es\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006c\u006c\u0069\u0070\u0073\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cbdce ); +};};return _gfef ,nil ;}; + +// SetBackgroundColor set background color of the shading area. +// +// By default the background color is set to white. +func (_gdbe *shading )SetBackgroundColor (backgroundColor Color ){_gdbe ._cgcfg =backgroundColor }; + +// SetAntiAlias enables anti alias config. +// +// Anti alias is disabled by default. +func (_egge *shading )SetAntiAlias (enable bool ){_egge ._ggbc =enable }; + +// ToPdfShadingPattern generates a new model.PdfShadingPatternType3 object. +func (_gbbcd *RadialShading )ToPdfShadingPattern ()*_fg .PdfShadingPatternType3 {_abbc ,_bbca ,_fbfdc :=_gbbcd ._fefgd ._cgcfg .ToRGB ();_edbce :=_gbbcd .shadingModel ();_edbce .PdfShading .Background =_cc .MakeArrayFromFloats ([]float64 {_abbc ,_bbca ,_fbfdc }); +_ecgd :=_fg .NewPdfShadingPatternType3 ();_ecgd .Shading =_edbce ;return _ecgd ;}; + +// AddShadingResource adds shading dictionary inside the resources dictionary. +func (_dcce *LinearShading )AddShadingResource (block *Block )(_cffb _cc .PdfObjectName ,_eecdc error ){_acdd :=1;_cffb =_cc .PdfObjectName ("\u0053\u0068"+_be .Itoa (_acdd ));for block ._fdf .HasShadingByName (_cffb ){_acdd ++;_cffb =_cc .PdfObjectName ("\u0053\u0068"+_be .Itoa (_acdd )); +};if _aeebd :=block ._fdf .SetShadingByName (_cffb ,_dcce .shadingModel ().ToPdfObject ());_aeebd !=nil {return "",_aeebd ;};return _cffb ,nil ;}; + +// AddAnnotation adds an annotation on a TextChunk. +func (_eceg *TextChunk )AddAnnotation (annotation *_fg .PdfAnnotation ){if annotation ==nil {return ;};_eceg ._ecgg =append (_eceg ._ecgg ,annotation );};func (_efaec *TOCLine )prepareParagraph (_aegcgf *StyledParagraph ,_gfgc DrawContext ){_gbaec :=_efaec .Title .Text ; +if _efaec .Number .Text !=""{_gbaec ="\u0020"+_gbaec ;};_gbaec +="\u0020";_gdeff :=_efaec .Page .Text ;if _gdeff !=""{_gdeff ="\u0020"+_gdeff ;};_babcc :=[]*_fg .PdfAnnotation {};_acedf :=_efaec .getLineLink ();if _acedf !=nil {_babcc =append (_babcc ,_acedf ); +};_aegcgf ._eaad =[]*TextChunk {{Text :_efaec .Number .Text ,Style :_efaec .Number .Style ,_ecgg :_babcc },{Text :_gbaec ,Style :_efaec .Title .Style ,_ecgg :_babcc },{Text :_gdeff ,Style :_efaec .Page .Style ,_ecgg :_babcc }};_aegcgf .wrapText ();_gdgcc :=len (_aegcgf ._eeea ); +if _gdgcc ==0{return ;};_ddfb :=_gfgc .Width *1000-_aegcgf .getTextLineWidth (_aegcgf ._eeea [_gdgcc -1]);_dfag :=_aegcgf .getTextLineWidth ([]*TextChunk {&_efaec .Separator });_dgcfa :=int (_ddfb /_dfag );_bbdf :=_ga .Repeat (_efaec .Separator .Text ,_dgcfa ); +_eecce :=_efaec .Separator .Style ;_bbgdb :=_aegcgf .Insert (2,_bbdf );_bbgdb .Style =_eecce ;_bbgdb .SetAnnotation (_efaec .getLineLink ());_ddfb =_ddfb -float64 (_dgcfa )*_dfag ;if _ddfb > 500{_cfaffb ,_dgefae :=_eecce .Font .GetRuneMetrics (' ');if _dgefae &&_ddfb > _cfaffb .Wx {_caccb :=int (_ddfb /_cfaffb .Wx ); +if _caccb > 0{_dcge :=_eecce ;_dcge .FontSize =1;_bbgdb =_aegcgf .Insert (2,_ga .Repeat ("\u0020",_caccb ));_bbgdb .Style =_dcge ;_bbgdb .SetAnnotation (_efaec .getLineLink ());};};};}; + +// SetMarkedContentID sets the marked content ID. +func (_abec *Rectangle )SetMarkedContentID (mcid int64 )*_fg .KDict {_abec ._becdb =&mcid ;_ddgg :=_fg .NewKDictionary ();_ddgg .S =_cc .MakeName (_fg .StructureTypeFigure );_ddgg .K =_cc .MakeInteger (mcid );return _ddgg ;}; + +// SetLineSeparatorStyle sets the style for the separator part of all new +// lines of the table of contents. +func (_bgbc *TOC )SetLineSeparatorStyle (style TextStyle ){_bgbc ._geaf =style };func _gbga (_eagdd *templateProcessor ,_cced *templateNode )(interface{},error ){return _eagdd .parseChart (_cced );}; + +// EnablePageWrap controls whether the table is wrapped across pages. +// If disabled, the table is moved in its entirety on a new page, if it +// does not fit in the available height. By default, page wrapping is enabled. +// If the height of the table is larger than an entire page, wrapping is +// enabled automatically in order to avoid unwanted behavior. +func (_gccb *Table )EnablePageWrap (enable bool ){_gccb ._ebce =enable }; + +// ScaleToHeight sets the graphic svg scaling factor with the given height. +func (_cada *GraphicSVG )ScaleToHeight (h float64 ){_aafef :=_cada ._fedda .Width /_cada ._fedda .Height ;_cada ._fedda .Height =h ;_cada ._fedda .Width =h *_aafef ;_cada ._fedda .SetScaling (_aafef ,_aafef );};func (_dbgf *List )markerWidth ()float64 {var _bgaf float64 ; +for _ ,_defa :=range _dbgf ._ecd {_ageg :=_gdcg (_dbgf ._bfce );_ageg .SetEnableWrap (false );_ageg .SetTextAlignment (TextAlignmentRight );_ageg .Append (_defa ._fdfdb .Text ).Style =_defa ._fdfdb .Style ;_ebdgg :=_ageg .getTextWidth ()/1000.0;if _bgaf < _ebdgg {_bgaf =_ebdgg ; +};};return _bgaf ;}; + +// GeneratePageBlocks implements drawable interface. +func (_ccdb *border )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gadfe :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_dfd :=_ccdb ._efd ;_efdd :=ctx .PageHeight -_ccdb ._eed ;if _ccdb ._fad !=nil {_cgc :=_ee .Rectangle {Opacity :1.0,X :_ccdb ._efd ,Y :ctx .PageHeight -_ccdb ._eed -_ccdb ._cad ,Height :_ccdb ._cad ,Width :_ccdb ._bdc }; +_cgc .FillEnabled =true ;_aaea :=_agbd (_ccdb ._fad );_bbb :=_cabfe (_gadfe ,_aaea ,_ccdb ._fad ,func ()Rectangle {return Rectangle {_fgcb :_cgc .X ,_aedg :_cgc .Y ,_cfee :_cgc .Width ,_edcdb :_cgc .Height };});if _bbb !=nil {return nil ,ctx ,_bbb ;};_cgc .FillColor =_aaea ; +_cgc .BorderEnabled =false ;_dd ,_ ,_bbb :=_cgc .Draw ("");if _bbb !=nil {return nil ,ctx ,_bbb ;};_bbb =_gadfe .addContentsByString (string (_dd ));if _bbb !=nil {return nil ,ctx ,_bbb ;};};_dde :=_ccdb ._gfe ;_dad :=_ccdb ._adgc ;_acee :=_ccdb ._adg ; +_bgca :=_ccdb ._cfdb ;_egg :=_ccdb ._gfe ;if _ccdb ._dee ==CellBorderStyleDouble {_egg +=2*_dde ;};_decf :=_ccdb ._adgc ;if _ccdb ._decae ==CellBorderStyleDouble {_decf +=2*_dad ;};_bee :=_ccdb ._adg ;if _ccdb ._dfb ==CellBorderStyleDouble {_bee +=2*_acee ; +};_aaf :=_ccdb ._cfdb ;if _ccdb ._egd ==CellBorderStyleDouble {_aaf +=2*_bgca ;};_gegag :=(_egg -_bee )/2;_bgcc :=(_egg -_aaf )/2;_abe :=(_decf -_bee )/2;_bff :=(_decf -_aaf )/2;if _ccdb ._gfe !=0{_daa :=_dfd ;_gce :=_efdd ;if _ccdb ._dee ==CellBorderStyleDouble {_gce -=_dde ; +_aecc :=_ee .BasicLine {LineColor :_agbd (_ccdb ._ggfd ),Opacity :1.0,LineWidth :_ccdb ._gfe ,LineStyle :_ccdb .LineStyle ,X1 :_daa -_egg /2+_gegag ,Y1 :_gce +2*_dde ,X2 :_daa +_egg /2-_bgcc +_ccdb ._bdc ,Y2 :_gce +2*_dde };_bcea ,_ ,_baf :=_aecc .Draw (""); +if _baf !=nil {return nil ,ctx ,_baf ;};_baf =_gadfe .addContentsByString (string (_bcea ));if _baf !=nil {return nil ,ctx ,_baf ;};};_ege :=_ee .BasicLine {LineWidth :_ccdb ._gfe ,Opacity :1.0,LineColor :_agbd (_ccdb ._ggfd ),LineStyle :_ccdb .LineStyle ,X1 :_daa -_egg /2+_gegag +(_bee -_ccdb ._adg ),Y1 :_gce ,X2 :_daa +_egg /2-_bgcc +_ccdb ._bdc -(_aaf -_ccdb ._cfdb ),Y2 :_gce }; +_cce ,_ ,_egbb :=_ege .Draw ("");if _egbb !=nil {return nil ,ctx ,_egbb ;};_egbb =_gadfe .addContentsByString (string (_cce ));if _egbb !=nil {return nil ,ctx ,_egbb ;};};if _ccdb ._adgc !=0{_gcb :=_dfd ;_fgdg :=_efdd -_ccdb ._cad ;if _ccdb ._decae ==CellBorderStyleDouble {_fgdg +=_dad ; +_babdf :=_ee .BasicLine {LineWidth :_ccdb ._adgc ,Opacity :1.0,LineColor :_agbd (_ccdb ._gadfg ),LineStyle :_ccdb .LineStyle ,X1 :_gcb -_decf /2+_abe ,Y1 :_fgdg -2*_dad ,X2 :_gcb +_decf /2-_bff +_ccdb ._bdc ,Y2 :_fgdg -2*_dad };_befe ,_ ,_edfc :=_babdf .Draw (""); +if _edfc !=nil {return nil ,ctx ,_edfc ;};_edfc =_gadfe .addContentsByString (string (_befe ));if _edfc !=nil {return nil ,ctx ,_edfc ;};};_gfg :=_ee .BasicLine {LineWidth :_ccdb ._adgc ,Opacity :1.0,LineColor :_agbd (_ccdb ._gadfg ),LineStyle :_ccdb .LineStyle ,X1 :_gcb -_decf /2+_abe +(_bee -_ccdb ._adg ),Y1 :_fgdg ,X2 :_gcb +_decf /2-_bff +_ccdb ._bdc -(_aaf -_ccdb ._cfdb ),Y2 :_fgdg }; +_edec ,_ ,_bgg :=_gfg .Draw ("");if _bgg !=nil {return nil ,ctx ,_bgg ;};_bgg =_gadfe .addContentsByString (string (_edec ));if _bgg !=nil {return nil ,ctx ,_bgg ;};};if _ccdb ._adg !=0{_ea :=_dfd ;_gdc :=_efdd ;if _ccdb ._dfb ==CellBorderStyleDouble {_ea +=_acee ; +_dega :=_ee .BasicLine {LineWidth :_ccdb ._adg ,Opacity :1.0,LineColor :_agbd (_ccdb ._cfaa ),LineStyle :_ccdb .LineStyle ,X1 :_ea -2*_acee ,Y1 :_gdc +_bee /2+_gegag ,X2 :_ea -2*_acee ,Y2 :_gdc -_bee /2-_abe -_ccdb ._cad };_bec ,_ ,_agab :=_dega .Draw (""); +if _agab !=nil {return nil ,ctx ,_agab ;};_agab =_gadfe .addContentsByString (string (_bec ));if _agab !=nil {return nil ,ctx ,_agab ;};};_cgbd :=_ee .BasicLine {LineWidth :_ccdb ._adg ,Opacity :1.0,LineColor :_agbd (_ccdb ._cfaa ),LineStyle :_ccdb .LineStyle ,X1 :_ea ,Y1 :_gdc +_bee /2+_gegag -(_egg -_ccdb ._gfe ),X2 :_ea ,Y2 :_gdc -_bee /2-_abe -_ccdb ._cad +(_decf -_ccdb ._adgc )}; +_fac ,_ ,_fadf :=_cgbd .Draw ("");if _fadf !=nil {return nil ,ctx ,_fadf ;};_fadf =_gadfe .addContentsByString (string (_fac ));if _fadf !=nil {return nil ,ctx ,_fadf ;};};if _ccdb ._cfdb !=0{_cfe :=_dfd +_ccdb ._bdc ;_aee :=_efdd ;if _ccdb ._egd ==CellBorderStyleDouble {_cfe -=_bgca ; +_bcdd :=_ee .BasicLine {LineWidth :_ccdb ._cfdb ,Opacity :1.0,LineColor :_agbd (_ccdb ._adfc ),LineStyle :_ccdb .LineStyle ,X1 :_cfe +2*_bgca ,Y1 :_aee +_aaf /2+_bgcc ,X2 :_cfe +2*_bgca ,Y2 :_aee -_aaf /2-_bff -_ccdb ._cad };_ceg ,_ ,_gbdeb :=_bcdd .Draw (""); +if _gbdeb !=nil {return nil ,ctx ,_gbdeb ;};_gbdeb =_gadfe .addContentsByString (string (_ceg ));if _gbdeb !=nil {return nil ,ctx ,_gbdeb ;};};_abff :=_ee .BasicLine {LineWidth :_ccdb ._cfdb ,Opacity :1.0,LineColor :_agbd (_ccdb ._adfc ),LineStyle :_ccdb .LineStyle ,X1 :_cfe ,Y1 :_aee +_aaf /2+_bgcc -(_egg -_ccdb ._gfe ),X2 :_cfe ,Y2 :_aee -_aaf /2-_bff -_ccdb ._cad +(_decf -_ccdb ._adgc )}; +_gabc ,_ ,_fbca :=_abff .Draw ("");if _fbca !=nil {return nil ,ctx ,_fbca ;};_fbca =_gadfe .addContentsByString (string (_gabc ));if _fbca !=nil {return nil ,ctx ,_fbca ;};};return []*Block {_gadfe },ctx ,nil ;}; + +// GetOptimizer returns current PDF optimizer. +func (_bgfb *Creator )GetOptimizer ()_fg .Optimizer {return _bgfb ._egba }; + +// SetTerms sets the terms and conditions section of the invoice. +func (_bbcb *Invoice )SetTerms (title ,content string ){_bbcb ._cgaa =[2]string {title ,content }};func _aea (_ffbf ,_cgec ,_ebec ,_gefd ,_abcd ,_bceae float64 )*Curve {_gafe :=&Curve {};_gafe ._gdff =_ffbf ;_gafe ._agbg =_cgec ;_gafe ._gcace =_ebec ;_gafe ._aeeb =_gefd ; +_gafe ._abd =_abcd ;_gafe ._bfg =_bceae ;_gafe ._aecb =ColorBlack ;_gafe ._cda =1.0;return _gafe ;}; // NewRadialGradientColor creates a radial gradient color that could act as a color in other componenents. // Note: The innerRadius must be smaller than outerRadius for the circle to render properly. -func (_cgde *Creator )NewRadialGradientColor (x float64 ,y float64 ,innerRadius float64 ,outerRadius float64 ,colorPoints []*ColorPoint )*RadialShading {return _dgdg (x ,y ,innerRadius ,outerRadius ,colorPoints );};func (_dfcged *templateProcessor )parseLine (_gbaf *templateNode )(interface{},error ){_gaga :=_dfcged .creator .NewLine (0,0,0,0); -for _ ,_bbdfd :=range _gbaf ._eccfd .Attr {_adfgg :=_bbdfd .Value ;switch _defb :=_bbdfd .Name .Local ;_defb {case "\u0078\u0031":_gaga ._cbagd =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0079\u0031":_gaga ._efeb =_dfcged .parseFloatAttr (_defb ,_adfgg ); -case "\u0078\u0032":_gaga ._agbba =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0079\u0032":_gaga ._dcga =_dfcged .parseFloatAttr (_defb ,_adfgg );case "\u0074h\u0069\u0063\u006b\u006e\u0065\u0073s":_gaga .SetLineWidth (_dfcged .parseFloatAttr (_defb ,_adfgg )); -case "\u0063\u006f\u006co\u0072":_gaga .SetColor (_dfcged .parseColorAttr (_defb ,_adfgg ));case "\u0073\u0074\u0079l\u0065":_gaga .SetStyle (_dfcged .parseLineStyleAttr (_defb ,_adfgg ));case "\u0064\u0061\u0073\u0068\u002d\u0061\u0072\u0072\u0061\u0079":_gaga .SetDashPattern (_dfcged .parseInt64Array (_defb ,_adfgg ),_gaga ._aaed ); -case "\u0064\u0061\u0073\u0068\u002d\u0070\u0068\u0061\u0073\u0065":_gaga .SetDashPattern (_gaga ._cccd ,_dfcged .parseInt64Attr (_defb ,_adfgg ));case "\u006fp\u0061\u0063\u0069\u0074\u0079":_gaga .SetOpacity (_dfcged .parseFloatAttr (_defb ,_adfgg )); -case "\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e":_gaga .SetPositioning (_dfcged .parsePositioningAttr (_defb ,_adfgg ));case "\u0066\u0069\u0074\u002d\u006d\u006f\u0064\u0065":_gaga .SetFitMode (_dfcged .parseFitModeAttr (_defb ,_adfgg ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_caeb :=_dfcged .parseMarginAttr (_defb ,_adfgg ); -_gaga .SetMargins (_caeb .Left ,_caeb .Right ,_caeb .Top ,_caeb .Bottom );default:_dfcged .nodeLogDebug (_gbaf ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u006e\u0065 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_defb ); -};};return _gaga ,nil ;}; - -// Color interface represents colors in the PDF creator. -type Color interface{ToRGB ()(float64 ,float64 ,float64 );}; +func (_ddgc *Creator )NewRadialGradientColor (x float64 ,y float64 ,innerRadius float64 ,outerRadius float64 ,colorPoints []*ColorPoint )*RadialShading {return _cdbc (x ,y ,innerRadius ,outerRadius ,colorPoints );}; -// PageFinalize sets a function to be called for each page before finalization -// (i.e. the last stage of page processing before they get written out). -// The callback function allows final touch-ups for each page, and it -// provides information that might not be known at other stages of designing -// the document (e.g. the total number of pages). Unlike the header/footer -// functions, which are limited to the top/bottom margins of the page, the -// finalize function can be used draw components anywhere on the current page. -func (_ecaf *Creator )PageFinalize (pageFinalizeFunc func (_gcfa PageFinalizeFunctionArgs )error ){_ecaf ._bdfe =pageFinalizeFunc ;};func (_gcffc *templateProcessor )parseListItem (_bgbcc *templateNode )(interface{},error ){if _bgbcc ._ddbbd ==nil {_gcffc .nodeLogError (_bgbcc ,"\u004c\u0069\u0073t\u0020\u0069\u0074\u0065m\u0020\u0070\u0061\u0072\u0065\u006e\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_eeeee ;};_gfaf ,_dgac :=_bgbcc ._ddbbd ._fdfd .(*List );if !_dgac {_gcffc .nodeLogError (_bgbcc ,"\u004c\u0069s\u0074\u0020\u0069\u0074\u0065\u006d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u004cis\u0074\u002e"); -return nil ,_eeeee ;};_dgbc :=_dfcd ();_dgbc ._gdeca =_gfaf ._cacc ;return _dgbc ,nil ;};type templateTag struct{_bfbgb map[string ]struct{};_bdafc func (*templateProcessor ,*templateNode )(interface{},error );}; +// SetBorderWidth sets the border width of the ellipse. +func (_ccfg *Ellipse )SetBorderWidth (bw float64 ){_ccfg ._ecgc =bw }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_gfgf *List )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var _ggef float64 ;var _cfaaf []*StyledParagraph ;for _ ,_ccca :=range _gfgf ._fadf {_acaef :=_aedcd (_gfgf ._edga );_acaef .SetEnableWrap (false );_acaef .SetTextAlignment (TextAlignmentRight ); -_acaef .Append (_ccca ._gdeca .Text ).Style =_ccca ._gdeca .Style ;_daddg :=_acaef .getTextWidth ()/1000.0/ctx .Width ;if _ggef < _daddg {_ggef =_daddg ;};_cfaaf =append (_cfaaf ,_acaef );};_geg :=_gdcg (2);_geg .SetColumnWidths (_ggef ,1-_ggef );_geg .SetMargins (_gfgf ._edgdc .Left +_gfgf ._eeccg ,_gfgf ._edgdc .Right ,_gfgf ._edgdc .Top ,_gfgf ._edgdc .Bottom ); -_geg .EnableRowWrap (true );for _bcga ,_gfbe :=range _gfgf ._fadf {_ebba :=_geg .NewCell ();_ebba .SetIndent (0);_ebba .SetContent (_cfaaf [_bcga ]);_ebba =_geg .NewCell ();_ebba .SetIndent (0);_ebba .SetContent (_gfbe ._cfec );};return _geg .GeneratePageBlocks (ctx ); -}; +// SetVerticalAlignment set the cell's vertical alignment of content. +// Can be one of: +// - CellHorizontalAlignmentTop +// - CellHorizontalAlignmentMiddle +// - CellHorizontalAlignmentBottom +func (_gfgbc *TableCell )SetVerticalAlignment (valign CellVerticalAlignment ){_gfgbc ._badba =valign }; -// LinearShading holds data for rendering a linear shading gradient. -type LinearShading struct{_faee *shading ;_ddfb *_gd .PdfRectangle ;_cfebd float64 ;}; +// PageBreak represents a page break for a chapter. +type PageBreak struct{}; -// LineWidth returns the width of the line. -func (_ceeb *Line )LineWidth ()float64 {return _ceeb ._adcb }; +// AddColorStop add color stop info for rendering gradient color. +func (_efeeg *LinearShading )AddColorStop (color Color ,point float64 ){_efeeg ._bdbc .AddColorStop (color ,point );};func (_edaea *TextStyle )horizontalScale ()float64 {return _edaea .HorizontalScaling /100}; -// SetLineSeparatorStyle sets the style for the separator part of all new -// lines of the table of contents. -func (_dbaea *TOC )SetLineSeparatorStyle (style TextStyle ){_dbaea ._daffbe =style }; +// BorderOpacity returns the border opacity of the rectangle (0-1). +func (_dbaea *Rectangle )BorderOpacity ()float64 {return _dbaea ._fgedb }; -// SetBackgroundColor set background color of the shading area. -// -// By default the background color is set to white. -func (_adeab *shading )SetBackgroundColor (backgroundColor Color ){_adeab ._bbdfc =backgroundColor };func _bgca (_gcdfe *Creator ,_cdab _cb .Reader ,_dggde interface{},_aade *TemplateOptions ,_dbfef componentRenderer )error {if _gcdfe ==nil {_ca .Log .Error ("\u0043\u0072\u0065a\u0074\u006f\u0072\u0020i\u006e\u0073\u0074\u0061\u006e\u0063\u0065 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return _dgaba ;};_cddce :="";if _ccfc ,_bcaee :=_cdab .(*_e .File );_bcaee {_cddce =_ccfc .Name ();};_cdfcf :=_cc .NewBuffer (nil );if _ ,_bedae :=_cb .Copy (_cdfcf ,_cdab );_bedae !=nil {return _bedae ;};_fbef :=_fb .FuncMap {"\u0064\u0069\u0063\u0074":_aegcb ,"\u0061\u0064\u0064":_adebe ,"\u0061\u0072\u0072a\u0079":_cddab ,"\u0065\u0078\u0074\u0065\u006e\u0064\u0044\u0069\u0063\u0074":_cgfa ,"\u006da\u006b\u0065\u0053\u0065\u0071":_acaec }; -if _aade !=nil &&_aade .HelperFuncMap !=nil {for _ddcad ,_cgcbfc :=range _aade .HelperFuncMap {if _ ,_eagd :=_fbef [_ddcad ];_eagd {_ca .Log .Debug ("\u0043\u0061\u006e\u006e\u006f\u0074 \u006f\u0076\u0065r\u0072\u0069\u0064e\u0020\u0062\u0075\u0069\u006c\u0074\u002d\u0069\u006e\u0020`\u0025\u0073\u0060\u0020\u0068el\u0070\u0065\u0072\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ddcad ); -continue ;};_fbef [_ddcad ]=_cgcbfc ;};};_aegc ,_ffeca :=_fb .New ("").Funcs (_fbef ).Parse (_cdfcf .String ());if _ffeca !=nil {return _ffeca ;};if _aade !=nil &&_aade .SubtemplateMap !=nil {for _aafgb ,_ebcde :=range _aade .SubtemplateMap {if _aafgb ==""{_ca .Log .Debug ("\u0053\u0075\u0062\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0063\u0061\u006en\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067.\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065 \u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -continue ;};if _ebcde ==nil {_ca .Log .Debug ("S\u0075\u0062t\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u0061\u006e\u006eo\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079 \u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e"); -continue ;};_cegae :=_cc .NewBuffer (nil );if _ ,_cgcbd :=_cb .Copy (_cegae ,_ebcde );_cgcbd !=nil {return _cgcbd ;};if _ ,_dbdeb :=_aegc .New (_aafgb ).Parse (_cegae .String ());_dbdeb !=nil {return _dbdeb ;};};};_cdfcf .Reset ();if _begc :=_aegc .Execute (_cdfcf ,_dggde ); -_begc !=nil {return _begc ;};return _bdda (_gcdfe ,_cddce ,_cdfcf .Bytes (),_aade ,_dbfef ).run ();};func (_eedg *List )split (_aggcd DrawContext )(_baca ,_gagg *List ){var (_dcfg float64 ;_eede ,_cdadd []*listItem ;);_acbgb :=_aggcd .Width -_eedg ._edgdc .Horizontal ()-_eedg ._eeccg -_eedg .markerWidth (); -_ebea :=_eedg .markerWidth ();for _cggc ,_cgf :=range _eedg ._fadf {_fcfg :=_cgf .ctxHeight (_acbgb );_dcfg +=_fcfg ;if _dcfg <=_aggcd .Height {_eede =append (_eede ,_cgf );}else {switch _cgce :=_cgf ._cfec .(type ){case *List :_dcbbe :=_aggcd ;_dcbbe .Height =_ff .Floor (_fcfg -(_dcfg -_aggcd .Height )); -_feeeb ,_bfca :=_cgce .split (_dcbbe );if _feeeb !=nil {_defe :=_dfcd ();_defe ._gdeca =_cgf ._gdeca ;_defe ._cfec =_feeeb ;_eede =append (_eede ,_defe );};if _bfca !=nil {_ddbe :=_cgce ._cacc .Style .FontSize ;_ecab ,_bfgg :=_cgce ._cacc .Style .Font .GetRuneMetrics (' '); -if _bfgg {_ddbe =_cgce ._cacc .Style .FontSize *_ecab .Wx *_cgce ._cacc .Style .horizontalScale ()/1000.0;};_eabc :=_ddf .Repeat ("\u0020",int (_ebea /_ddbe ));_gefdf :=_dfcd ();_gefdf ._gdeca =*NewTextChunk (_eabc ,_cgce ._cacc .Style );_gefdf ._cfec =_bfca ; -_cdadd =append (_cdadd ,_gefdf );_cdadd =append (_cdadd ,_eedg ._fadf [_cggc +1:]...);};default:_cdadd =_eedg ._fadf [_cggc :];};if len (_cdadd )> 0{break ;};};};if len (_eede )> 0{_baca =_bacfg (_eedg ._edga );*_baca =*_eedg ;_baca ._fadf =_eede ;};if len (_cdadd )> 0{_gagg =_bacfg (_eedg ._edga ); -*_gagg =*_eedg ;_gagg ._fadf =_cdadd ;};return _baca ,_gagg ;}; +// NewImageFromData creates an Image from image data. +func (_dddf *Creator )NewImageFromData (data []byte )(*Image ,error ){return _dadf (data )};func _cebd (_dabfb *templateProcessor ,_gcfcb *templateNode )(interface{},error ){return _dabfb .parseListItem (_gcfcb );}; -// Scale scales the rectangle dimensions by the specified factors. -func (_ccad *Rectangle )Scale (xFactor ,yFactor float64 ){_ccad ._dacdg =xFactor *_ccad ._dacdg ;_ccad ._ddccd =yFactor *_ccad ._ddccd ;}; +// Margins returns the margins of the list: left, right, top, bottom. +func (_cegb *List )Margins ()(float64 ,float64 ,float64 ,float64 ){return _cegb ._dffgd .Left ,_cegb ._dffgd .Right ,_cegb ._dffgd .Top ,_cegb ._dffgd .Bottom ;}; -// SetDueDate sets the due date of the invoice. -func (_fcede *Invoice )SetDueDate (dueDate string )(*InvoiceCell ,*InvoiceCell ){_fcede ._fgfe [1].Value =dueDate ;return _fcede ._fgfe [0],_fcede ._fgfe [1];}; +// SetBorderOpacity sets the border opacity of the rectangle. +func (_gcfg *Rectangle )SetBorderOpacity (opacity float64 ){_gcfg ._fgedb =opacity }; -// SetMargins sets the margins TOC line. -func (_fcaaa *TOCLine )SetMargins (left ,right ,top ,bottom float64 ){_fcaaa ._gdcff =left ;_gabf :=&_fcaaa ._ecfeg ._affa ;_gabf .Left =_fcaaa ._gdcff +float64 (_fcaaa ._bfcf -1)*_fcaaa ._gedeb ;_gabf .Right =right ;_gabf .Top =top ;_gabf .Bottom =bottom ; -}; +// GeneratePageBlocks generates the page blocks. Multiple blocks are generated if the contents wrap +// over multiple pages. Implements the Drawable interface. +func (_afea *Paragraph )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fcca :=ctx ;var _dggg []*Block ;_gdbg :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _afea ._cddfc .IsRelative (){ctx .X +=_afea ._fdgb .Left ;ctx .Y +=_afea ._fdgb .Top ; +ctx .Width -=_afea ._fdgb .Left +_afea ._fdgb .Right ;ctx .Height -=_afea ._fdgb .Top ;_afea .SetWidth (ctx .Width );if _afea .Height ()> ctx .Height {_dggg =append (_dggg ,_gdbg );_gdbg =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_gagc :=ctx ; +_gagc .Y =ctx .Margins .Top ;_gagc .X =ctx .Margins .Left +_afea ._fdgb .Left ;_gagc .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom ;_gagc .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_afea ._fdgb .Left -_afea ._fdgb .Right ; +ctx =_gagc ;};}else {if int (_afea ._edd )<=0{_afea .SetWidth (_afea .getTextWidth ());};ctx .X =_afea ._acbe ;ctx .Y =_afea ._egfb ;};ctx ,_acae :=_eedcg (_gdbg ,_afea ,ctx );if _acae !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_acae ); +return nil ,ctx ,_acae ;};_dggg =append (_dggg ,_gdbg );if _afea ._cddfc .IsRelative (){ctx .Y +=_afea ._fdgb .Bottom ;ctx .Height -=_afea ._fdgb .Bottom ;if !ctx .Inline {ctx .X =_fcca .X ;ctx .Width =_fcca .Width ;};return _dggg ,ctx ,nil ;};return _dggg ,_fcca ,nil ; +};func (_fege *Table )wrapContent (_gadb DrawContext )error {if _fege ._cfce {return nil ;};_fege .sortCells ();_badbg :=func (_dagcc *TableCell ,_fddb int ,_ggdcf int ,_cgeg int )(_ggcec int ){if _cgeg < 1{return -1;};_gcce :=0;for _bacge :=_ggdcf +1; +_bacge < len (_fege ._dcbag )-1;_bacge ++{_fccf :=_fege ._dcbag [_bacge ];if _fccf ._cceff ==_cgeg &&_gcce !=_ggdcf {_gcce =_bacge ;if (_fccf ._bbcd < _dagcc ._bbcd &&_fege ._ggfcc > _fccf ._bbcd )||_dagcc ._bbcd < _fege ._ggfcc {continue ;};break ;};}; +_bccd :=float64 (0.0);for _geae :=0;_geae < _dagcc ._dcgbe ;_geae ++{_bccd +=_fege ._dbfg [_dagcc ._cceff +_geae -1];};_abeed :=_dagcc .width (_fege ._efeeb ,_gadb .Width );var (_fffg VectorDrawable ;_fbaff =false ;);switch _fcgdc :=_dagcc ._efce .(type ){case *StyledParagraph :_fcadg :=_gadb ; +_fcadg .Height =_d .Floor (_bccd -_fcgdc ._gfdga .Top -_fcgdc ._gfdga .Bottom -0.5*_fcgdc .getTextHeight ());_fcadg .Width =_abeed ;_bcdbc ,_gaaea ,_bfffa :=_fcgdc .split (_fcadg );if _bfffa !=nil {_e .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_bfffa .Error ()); +};if _bcdbc !=nil &&_gaaea !=nil {_fege ._dcbag [_ggdcf ]._efce =_bcdbc ;_fffg =_gaaea ;_fbaff =true ;};};_fege ._dcbag [_ggdcf ]._dcgbe =_dagcc ._dcgbe ;_gadb .Height =_gadb .PageHeight -_gadb .Margins .Top -_gadb .Margins .Bottom ;_ddfd :=_dagcc .cloneProps (nil ); +if _fbaff {_ddfd ._efce =_fffg ;};_ddfd ._dcgbe =_fddb ;_ddfd ._cceff =_cgeg +1;_ddfd ._bbcd =_dagcc ._bbcd ;if _ddfd ._cceff +_ddfd ._dcgbe -1> _fege ._aade {for _fbfa :=_fege ._aade ;_fbfa < _ddfd ._cceff +_ddfd ._dcgbe -1;_fbfa ++{_fege ._aade ++;_fege ._dbfg =append (_fege ._dbfg ,_fege ._ffgfa ); +};};_fege ._dcbag =append (_fege ._dcbag [:_gcce +1],append ([]*TableCell {_ddfd },_fege ._dcbag [_gcce +1:]...)...);return _gcce +1;};_bdcfb :=func (_agddee *TableCell ,_efaab int ,_feef int ,_fgdgb float64 )(_abfba int ){_fdaff :=_agddee .width (_fege ._efeeb ,_gadb .Width ); +_bccdc :=_fgdgb ;_ebgcg :=1;_gdedg :=_gadb .Height ;if _gdedg > 0{for _bccdc > _gdedg {_bccdc -=_gadb .Height ;_gdedg =_gadb .PageHeight -_gadb .Margins .Top -_gadb .Margins .Bottom ;_ebgcg ++;};};var (_dbcdg VectorDrawable ;_aeabe =false ;);switch _afdf :=_agddee ._efce .(type ){case *StyledParagraph :_gabeb :=_gadb ; +_gabeb .Height =_d .Floor (_gadb .Height -_afdf ._gfdga .Top -_afdf ._gfdga .Bottom -0.5*_afdf .getTextHeight ());_gabeb .Width =_fdaff ;_bfceb ,_abfac ,_fgfde :=_afdf .split (_gabeb );if _fgfde !=nil {_e .Log .Error ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0072a\u0070\u0020\u0073\u0074\u0079\u006c\u0065d\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u003a\u0020\u0025\u0076",_fgfde .Error ()); +};if _bfceb !=nil &&_abfac !=nil {_fege ._dcbag [_efaab ]._efce =_bfceb ;_dbcdg =_abfac ;_aeabe =true ;};};if _ebgcg < 2{return -1;};if _fege ._dcbag [_efaab ]._cceff +_ebgcg -1> _fege ._aade {for _fgef :=0;_fgef < _ebgcg ;_fgef ++{_fege ._aade ++;_fege ._dbfg =append (_fege ._dbfg ,_fege ._ffgfa ); +};};_bbcefe :=_fgdgb /float64 (_ebgcg );for _adba :=0;_adba < _ebgcg ;_adba ++{_fege ._dbfg [_feef +_adba -1]=_bbcefe ;};_gadb .Height =_gadb .PageHeight -_gadb .Margins .Top -_gadb .Margins .Bottom ;_cfbef :=_agddee .cloneProps (nil );if _aeabe {_cfbef ._efce =_dbcdg ; +};_cfbef ._dcgbe =1;_cfbef ._cceff =_feef +_ebgcg -1;_cfbef ._bbcd =_agddee ._bbcd ;_fege ._dcbag =append (_fege ._dcbag ,_cfbef );return len (_fege ._dcbag );};_bgfbg :=1;_abcda :=-1;for _cadfc :=0;_cadfc < len (_fege ._dcbag );_cadfc ++{_egccd :=_fege ._dcbag [_cadfc ]; +if _abcda ==_cadfc {_bgfbg =_egccd ._cceff ;};if _egccd ._dcgbe < 2{if _ggfg :=_fege ._dbfg [_egccd ._cceff -1];_ggfg > _gadb .Height {_abcda =_bdcfb (_egccd ,_cadfc ,_egccd ._cceff ,_ggfg );continue ;};continue ;};_ggab :=float64 (0);for _abcdd :=0;_abcdd < _egccd ._dcgbe ; +_abcdd ++{_ggab +=_fege ._dbfg [_egccd ._cceff +_abcdd -1];};_gcgf :=float64 (0);for _cgeaf :=_bgfbg -1;_cgeaf < _egccd ._cceff -1;_cgeaf ++{_gcgf +=_fege ._dbfg [_cgeaf ];};if _ggab <=(_gadb .Height -_gcgf ){continue ;};_gagff :=float64 (0.0);_edac :=_egccd ._dcgbe ; +_ggfgd :=-1;_acgc :=1;for _bcff :=1;_bcff <=_egccd ._dcgbe ;_bcff ++{if (_gagff +_fege ._dbfg [_egccd ._cceff +_bcff -2])> (_gadb .Height -_gcgf ){_acgc --;break ;};_ggfgd =_egccd ._cceff +_bcff -1;_edac =_egccd ._dcgbe -_bcff ;_gagff +=_fege ._dbfg [_egccd ._cceff +_bcff -2]; +_acgc ++;};if _egccd ._dcgbe ==_edac {_gadb .Height =_gadb .PageHeight -_gadb .Margins .Top -_gadb .Margins .Bottom ;_bgfbg =_egccd ._cceff ;_cadfc --;continue ;};if _edac > 0&&_egccd ._dcgbe > _acgc {_egccd ._dcgbe =_acgc ;_abcda =_badbg (_egccd ,_edac ,_cadfc ,_ggfgd ); +if _cadfc +1==_abcda {_cadfc --;};};_bgfbg =_egccd ._cceff ;};_fege .sortCells ();return nil ;};func (_aaad *Paragraph )getTextLineWidth (_ggge string )float64 {var _dcga float64 ;for _ ,_aegcg :=range _ggge {if _aegcg =='\u000A'{continue ;};_ebfb ,_aceba :=_aaad ._ebedc .GetRuneMetrics (_aegcg ); +if !_aceba {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_aegcg ,_aegcg ); +return -1;};_dcga +=_aaad ._afgfg *_ebfb .Wx ;};return _dcga ;}; -// SetHorizontalAlignment sets the cell's horizontal alignment of content. -// Can be one of: -// - CellHorizontalAlignmentLeft -// - CellHorizontalAlignmentCenter -// - CellHorizontalAlignmentRight -func (_afffg *TableCell )SetHorizontalAlignment (halign CellHorizontalAlignment ){_afffg ._bebbe =halign ;}; +// The Image type is used to draw an image onto PDF. +type Image struct{_abg *_fg .XObjectImage ;_fccc *_fg .Image ;_fdfa string ;_bfff float64 ;_edede ,_gcca float64 ;_dbac ,_bca float64 ;_bebb Positioning ;_dege HorizontalAlignment ;_cdaf float64 ;_baeg float64 ;_cffdg float64 ;_efdcd Margins ;_ddf ,_bgea float64 ; +_fdef _cc .StreamEncoder ;_dfde FitMode ;_bbdd bool ;_aeeg *int64 ;}; -// SetAngle would set the angle at which the gradient is rendered. +// SetAntiAlias enables anti alias config. // -// The default angle would be 0 where the gradient would be rendered from left to right side. -func (_ecddf *LinearShading )SetAngle (angle float64 ){_ecddf ._cfebd =angle }; +// Anti alias is disabled by default. +func (_gadef *RadialShading )SetAntiAlias (enable bool ){_gadef ._fefgd .SetAntiAlias (enable )}; -// SetBorderWidth sets the border width. -func (_ggag *CurvePolygon )SetBorderWidth (borderWidth float64 ){_ggag ._fbff .BorderWidth =borderWidth }; +// SetLinePageStyle sets the style for the page part of all new lines +// of the table of contents. +func (_bbccc *TOC )SetLinePageStyle (style TextStyle ){_bbccc ._ecaad =style }; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated -// if the contents wrap over multiple pages. -func (_fbbbff *TOCLine )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gefca :=ctx ;_afega ,ctx ,_fcgdb :=_fbbbff ._ecfeg .GeneratePageBlocks (ctx );if _fcgdb !=nil {return _afega ,ctx ,_fcgdb ;};if _fbbbff ._cdfed .IsRelative (){ctx .X =_gefca .X ; -};if _fbbbff ._cdfed .IsAbsolute (){return _afega ,_gefca ,nil ;};return _afega ,ctx ,nil ;}; +// SetMargins sets the margins TOC line. +func (_fcdee *TOCLine )SetMargins (left ,right ,top ,bottom float64 ){_fcdee ._cegff =left ;_cbbgf :=&_fcdee ._bcecg ._gfdga ;_cbbgf .Left =_fcdee ._cegff +float64 (_fcdee ._ebfee -1)*_fcdee ._cggae ;_cbbgf .Right =right ;_cbbgf .Top =top ;_cbbgf .Bottom =bottom ; +}; -// SetCoords sets the center coordinates of the ellipse. -func (_afda *Ellipse )SetCoords (xc ,yc float64 ){_afda ._dbeb =xc ;_afda ._caaf =yc }; +// SetPageLabels adds the specified page labels to the PDF file generated +// by the creator. See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +// NOTE: for existing PDF files, the page label ranges object can be obtained +// using the model.PDFReader's GetPageLabels method. +func (_ead *Creator )SetPageLabels (pageLabels _cc .PdfObject ){_ead ._eefc =pageLabels }; -// DrawTemplate renders the template provided through the specified reader, -// using the specified `data` and `options`. -// Creator templates are first executed as text/template *Template instances, -// so the specified `data` is inserted within the template. -// The second phase of processing is actually parsing the template, translating -// it into creator components and rendering them using the provided options. -// Both the `data` and `options` parameters can be nil. -func (_cca *Block )DrawTemplate (c *Creator ,r _cb .Reader ,data interface{},options *TemplateOptions )error {return _bgca (c ,r ,data ,options ,_cca );};func (_aeaed *templateProcessor )parseTextRenderingModeAttr (_faaf ,_bedbc string )TextRenderingMode {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u006d\u006f\u0064e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a \u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_faaf ,_bedbc ); -_edgdb :=map[string ]TextRenderingMode {"\u0066\u0069\u006c\u006c":TextRenderingModeFill ,"\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeStroke ,"f\u0069\u006c\u006c\u002d\u0073\u0074\u0072\u006f\u006b\u0065":TextRenderingModeFillStroke ,"\u0069n\u0076\u0069\u0073\u0069\u0062\u006ce":TextRenderingModeInvisible ,"\u0066i\u006c\u006c\u002d\u0063\u006c\u0069p":TextRenderingModeFillClip ,"s\u0074\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeStrokeClip ,"\u0066\u0069l\u006c\u002d\u0073t\u0072\u006f\u006b\u0065\u002d\u0063\u006c\u0069\u0070":TextRenderingModeFillStrokeClip ,"\u0063\u006c\u0069\u0070":TextRenderingModeClip }[_bedbc ]; -return _edgdb ;}; +// GeneratePageBlocks draws the composite curve polygon on a new block +// representing the page. Implements the Drawable interface. +func (_cffd *CurvePolygon )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_baaa :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_gfea ,_fbcag :=_baaa .setOpacity (_cffd ._cgbbg ,_cffd ._eacf );if _fbcag !=nil {return nil ,ctx ,_fbcag ; +};_egbg :=_cffd ._daee ;_egbg .FillEnabled =_egbg .FillColor !=nil ;_egbg .BorderEnabled =_egbg .BorderColor !=nil &&_egbg .BorderWidth > 0;var (_badg =ctx .PageHeight ;_dcgf =_egbg .Rings ;_dfgc =make ([][]_ee .CubicBezierCurve ,0,len (_egbg .Rings )); +);_bgeb :=_fg .PdfRectangle {};if len (_dcgf )> 0&&len (_dcgf [0])> 0{_bfe :=_dcgf [0][0];_bfe .P0 .Y =_badg -_bfe .P0 .Y ;_bfe .P1 .Y =_badg -_bfe .P1 .Y ;_bfe .P2 .Y =_badg -_bfe .P2 .Y ;_bfe .P3 .Y =_badg -_bfe .P3 .Y ;_bgeb =_bfe .GetBounds ();};for _ ,_caaa :=range _dcgf {_egbe :=make ([]_ee .CubicBezierCurve ,0,len (_caaa )); +for _ ,_dgad :=range _caaa {_ccad :=_dgad ;_ccad .P0 .Y =_badg -_ccad .P0 .Y ;_ccad .P1 .Y =_badg -_ccad .P1 .Y ;_ccad .P2 .Y =_badg -_ccad .P2 .Y ;_ccad .P3 .Y =_badg -_ccad .P3 .Y ;_egbe =append (_egbe ,_ccad );_daed :=_ccad .GetBounds ();_bgeb .Llx =_d .Min (_bgeb .Llx ,_daed .Llx ); +_bgeb .Lly =_d .Min (_bgeb .Lly ,_daed .Lly );_bgeb .Urx =_d .Max (_bgeb .Urx ,_daed .Urx );_bgeb .Ury =_d .Max (_bgeb .Ury ,_daed .Ury );};_dfgc =append (_dfgc ,_egbe );};_egbg .Rings =_dfgc ;defer func (){_egbg .Rings =_dcgf }();if _egbg .FillEnabled {_gge :=_cabfe (_baaa ,_cffd ._daee .FillColor ,_cffd ._dcaad ,func ()Rectangle {return Rectangle {_fgcb :_bgeb .Llx ,_aedg :_bgeb .Lly ,_cfee :_bgeb .Width (),_edcdb :_bgeb .Height ()}; +});if _gge !=nil {return nil ,ctx ,_gge ;};};_beeg ,_ ,_fbcag :=_egbg .MarkedDraw (_gfea ,_cffd ._aaeeb );if _fbcag !=nil {return nil ,ctx ,_fbcag ;};if _fbcag =_baaa .addContentsByString (string (_beeg ));_fbcag !=nil {return nil ,ctx ,_fbcag ;};return []*Block {_baaa },ctx ,nil ; +}; -// SetWidth sets the width of the ellipse. -func (_efdc *Ellipse )SetWidth (width float64 ){_efdc ._gbea =width };func (_gafgf *templateProcessor )parseTextOverflowAttr (_adebc ,_eedea string )TextOverflow {_ca .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020\u0074e\u0078\u0074\u0020o\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020\u0061tt\u0072\u0069\u0062u\u0074\u0065:\u0020\u0028\u0060\u0025\u0073\u0060,\u0020\u0025s\u0029\u002e",_adebc ,_eedea ); -_becb :=map[string ]TextOverflow {"\u0076i\u0073\u0069\u0062\u006c\u0065":TextOverflowVisible ,"\u0068\u0069\u0064\u0064\u0065\u006e":TextOverflowHidden }[_eedea ];return _becb ;}; +// EnableRowWrap controls whether rows are wrapped across pages. +// NOTE: Currently, row wrapping is supported for rows using StyledParagraphs. +func (_gace *Table )EnableRowWrap (enable bool ){_gace ._cfce =enable }; -// Positioning represents the positioning type for drawing creator components (relative/absolute). -type Positioning int ; +// SetLevelOffset sets the amount of space an indentation level occupies. +func (_faffc *TOCLine )SetLevelOffset (levelOffset float64 ){_faffc ._cggae =levelOffset ;_faffc ._bcecg ._gfdga .Left =_faffc ._cegff +float64 (_faffc ._ebfee -1)*_faffc ._cggae ;}; -// NewPolyBezierCurve creates a new composite Bezier (polybezier) curve. -func (_gcdf *Creator )NewPolyBezierCurve (curves []_ddb .CubicBezierCurve )*PolyBezierCurve {return _febba (curves );};func _cgeb (_efbad Color ,_febbb float64 )*ColorPoint {return &ColorPoint {_ccfgb :_efbad ,_aeeb :_febbb };}; +// SetBorderLineStyle sets border style (currently dashed or plain). +func (_cbgef *TableCell )SetBorderLineStyle (style _ee .LineStyle ){_cbgef ._baaea =style };func (_bae rgbColor )ToRGB ()(float64 ,float64 ,float64 ){return _bae ._ddg ,_bae ._baa ,_bae ._cebb };func _bggff (_bdgac *templateProcessor ,_cgfdb *templateNode )(interface{},error ){return _bdgac .parseTableCell (_cgfdb ); +};func (_edcfa *TemplateOptions )init (){if _edcfa .SubtemplateMap ==nil {_edcfa .SubtemplateMap =map[string ]_ge .Reader {};};if _edcfa .FontMap ==nil {_edcfa .FontMap =map[string ]*_fg .PdfFont {};};if _edcfa .ImageMap ==nil {_edcfa .ImageMap =map[string ]*_fg .Image {}; +};if _edcfa .ColorMap ==nil {_edcfa .ColorMap =map[string ]Color {};};if _edcfa .ChartMap ==nil {_edcfa .ChartMap =map[string ]_eb .ChartRenderable {};};}; -// HorizontalAlignment represents the horizontal alignment of components -// within a page. -type HorizontalAlignment int ; +// Insert adds a new text chunk at the specified position in the paragraph. +func (_ddbb *StyledParagraph )Insert (index uint ,text string )*TextChunk {_agbfd :=uint (len (_ddbb ._eaad ));if index > _agbfd {index =_agbfd ;};_gadff :=NewTextChunk (text ,_ddbb ._ffdb );_ddbb ._eaad =append (_ddbb ._eaad [:index ],append ([]*TextChunk {_gadff },_ddbb ._eaad [index :]...)...); +_ddbb .wrapText ();return _gadff ;}; -// Chart represents a chart drawable. -// It is used to render unichart chart components using a creator instance. -type Chart struct{_bgcd _fbb .ChartRenderable ;_eebg Positioning ;_cfca float64 ;_badb float64 ;_aabg Margins ;_gcge *int64 ;};func (_gfeded *templateProcessor )parseTableCell (_bddaa *templateNode )(interface{},error ){if _bddaa ._ddbbd ==nil {_gfeded .nodeLogError (_bddaa ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_eeeee ;};_fafcca ,_ecgbf :=_bddaa ._ddbbd ._fdfd .(*Table );if !_ecgbf {_gfeded .nodeLogError (_bddaa ,"\u0054\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u0028\u0025\u0054\u0029\u0020\u0069s\u0020\u006e\u006f\u0074\u0020a\u0020\u0074a\u0062\u006c\u0065\u002e",_bddaa ._ddbbd ._fdfd ); -return nil ,_eeeee ;};var _beeee ,_dabbf int64 ;for _ ,_beccg :=range _bddaa ._eccfd .Attr {_ggceg :=_beccg .Value ;switch _dbafcg :=_beccg .Name .Local ;_dbafcg {case "\u0063o\u006c\u0073\u0070\u0061\u006e":_beeee =_gfeded .parseInt64Attr (_dbafcg ,_ggceg ); -case "\u0072o\u0077\u0073\u0070\u0061\u006e":_dabbf =_gfeded .parseInt64Attr (_dbafcg ,_ggceg );};};if _beeee <=0{_beeee =1;};if _dabbf <=0{_dabbf =1;};_bgaga :=_fafcca .MultiCell (int (_dabbf ),int (_beeee ));for _ ,_cdcba :=range _bddaa ._eccfd .Attr {_aefdf :=_cdcba .Value ; -switch _fdgf :=_cdcba .Name .Local ;_fdgf {case "\u0069\u006e\u0064\u0065\u006e\u0074":_bgaga .SetIndent (_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0061\u006c\u0069g\u006e":_bgaga .SetHorizontalAlignment (_gfeded .parseCellAlignmentAttr (_fdgf ,_aefdf )); -case "\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u002da\u006c\u0069\u0067\u006e":_bgaga .SetVerticalAlignment (_gfeded .parseCellVerticalAlignmentAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065":_bgaga .SetSideBorderStyle (CellBorderSideAll ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); -case "\u0062\u006fr\u0064\u0065\u0072-\u0073\u0074\u0079\u006c\u0065\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderStyle (CellBorderSideTop ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064er\u002d\u0073\u0074\u0079\u006c\u0065\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderStyle (CellBorderSideBottom ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0074\u0079\u006c\u0065-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderStyle (CellBorderSideLeft ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf ));case "\u0062o\u0072d\u0065\u0072\u002d\u0073\u0074y\u006c\u0065-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderStyle (CellBorderSideRight ,_gfeded .parseCellBorderStyleAttr (_fdgf ,_aefdf )); -case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068":_bgaga .SetSideBorderWidth (CellBorderSideAll ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006fr\u0064\u0065\u0072-\u0077\u0069\u0064\u0074\u0068\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderWidth (CellBorderSideTop ,_gfeded .parseFloatAttr (_fdgf ,_aefdf )); -case "\u0062\u006f\u0072\u0064er\u002d\u0077\u0069\u0064\u0074\u0068\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderWidth (CellBorderSideBottom ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0077\u0069\u0064\u0074\u0068-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderWidth (CellBorderSideLeft ,_gfeded .parseFloatAttr (_fdgf ,_aefdf )); -case "\u0062o\u0072d\u0065\u0072\u002d\u0077\u0069d\u0074\u0068-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderWidth (CellBorderSideRight ,_gfeded .parseFloatAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_bgaga .SetSideBorderColor (CellBorderSideAll ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); -case "\u0062\u006fr\u0064\u0065\u0072-\u0063\u006f\u006c\u006f\u0072\u002d\u0074\u006f\u0070":_bgaga .SetSideBorderColor (CellBorderSideTop ,_gfeded .parseColorAttr (_fdgf ,_aefdf ));case "\u0062\u006f\u0072\u0064er\u002d\u0063\u006f\u006c\u006f\u0072\u002d\u0062\u006f\u0074\u0074\u006f\u006d":_bgaga .SetSideBorderColor (CellBorderSideBottom ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072-\u006c\u0065\u0066\u0074":_bgaga .SetSideBorderColor (CellBorderSideLeft ,_gfeded .parseColorAttr (_fdgf ,_aefdf ));case "\u0062o\u0072d\u0065\u0072\u002d\u0063\u006fl\u006f\u0072-\u0072\u0069\u0067\u0068\u0074":_bgaga .SetSideBorderColor (CellBorderSideRight ,_gfeded .parseColorAttr (_fdgf ,_aefdf )); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u006c\u0069\u006e\u0065\u002ds\u0074\u0079\u006c\u0065":_bgaga .SetBorderLineStyle (_gfeded .parseLineStyleAttr (_fdgf ,_aefdf ));case "\u0062\u0061c\u006b\u0067\u0072o\u0075\u006e\u0064\u002d\u0063\u006f\u006c\u006f\u0072":_bgaga .SetBackgroundColor (_gfeded .parseColorAttr (_fdgf ,_aefdf )); -case "\u0063o\u006c\u0073\u0070\u0061\u006e","\u0072o\u0077\u0073\u0070\u0061\u006e":break ;default:_gfeded .nodeLogDebug (_bddaa ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0063\u0065\u006c\u006c\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_fdgf ); -};};return _bgaga ,nil ;}; +// NewLinearGradientColor creates a linear gradient color that could act as a color in other components. +func (_decb *Creator )NewLinearGradientColor (colorPoints []*ColorPoint )*LinearShading {return _degac (colorPoints );}; -// MoveRight moves the drawing context right by relative displacement dx (negative goes left). -func (_ced *Creator )MoveRight (dx float64 ){_ced ._ecfb .X +=dx };func (_bdfac *templateProcessor )parseLinearGradientAttr (creator *Creator ,_caag string )Color {_fbae :=ColorBlack ;if _caag ==""{return _fbae ;};_dgdaf :=creator .NewLinearGradientColor ([]*ColorPoint {}); -_dgdaf .SetExtends (true ,true );var (_adab =_ddf .Split (_caag [16:len (_caag )-1],"\u002c");_fcccf =_ddf .TrimSpace (_adab [0]););if _ddf .HasSuffix (_fcccf ,"\u0064\u0065\u0067"){_bcgcfg ,_eafe :=_fd .ParseFloat (_fcccf [:len (_fcccf )-3],64);if _eafe !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0061\u006e\u0067\u006ce\u003a\u0020\u0025\u0076",_eafe ); -}else {_dgdaf .SetAngle (_bcgcfg );};_adab =_adab [1:];};_eedeg ,_dggb :=_bdfac .processGradientColorPair (_adab );if _eedeg ==nil ||_dggb ==nil {return _fbae ;};for _ccgfg :=0;_ccgfg < len (_eedeg );_ccgfg ++{_dgdaf .AddColorStop (_eedeg [_ccgfg ],_dggb [_ccgfg ]); -};return _dgdaf ;}; +// Angle returns the block rotation angle in degrees. +func (_cba *Block )Angle ()float64 {return _cba ._de }; -// SellerAddress returns the seller address used in the invoice template. -func (_gbfa *Invoice )SellerAddress ()*InvoiceAddress {return _gbfa ._afbf }; +// ScaleToWidth scales the rectangle to the specified width. The height of +// the rectangle is scaled so that the aspect ratio is maintained. +func (_dcgbc *Rectangle )ScaleToWidth (w float64 ){_bdgfg :=_dcgbc ._edcdb /_dcgbc ._cfee ;_dcgbc ._cfee =w ;_dcgbc ._edcdb =w *_bdgfg ;}; -// Scale sets the scale ratio with `X` factor and `Y` factor for the graphic svg. -func (_bcdg *GraphicSVG )Scale (xFactor ,yFactor float64 ){_bcdg ._dddg .Width =xFactor *_bcdg ._dddg .Width ;_bcdg ._dddg .Height =yFactor *_bcdg ._dddg .Height ;_bcdg ._dddg .SetScaling (xFactor ,yFactor );}; +// SetEncoder sets the encoding/compression mechanism for the image. +func (_egde *Image )SetEncoder (encoder _cc .StreamEncoder ){_egde ._fdef =encoder }; -// Width returns the Block's width. -func (_cafb *Block )Width ()float64 {return _cafb ._de }; +// NewTextStyle creates a new text style object which can be used to style +// chunks of text. +// Default attributes: +// Font: Helvetica +// Font size: 10 +// Encoding: WinAnsiEncoding +// Text color: black +func (_bcbf *Creator )NewTextStyle ()TextStyle {return _bdgfd (_bcbf ._ebfa )};func _bfgd (_afcg float64 ,_acgdc int )float64 {_ebbbc :=_d .Pow10 (_acgdc );return _d .Round (_ebbbc *_afcg )/_ebbbc ;};func _eedd (_bafc *_fg .PdfAnnotation )*_fg .PdfAnnotation {if _bafc ==nil {return nil ; +};var _abaed *_fg .PdfAnnotation ;switch _cbbg :=_bafc .GetContext ().(type ){case *_fg .PdfAnnotationLink :if _bgdfc :=_bafa (_cbbg );_bgdfc !=nil {_abaed =_bgdfc .PdfAnnotation ;};case *_fg .PdfAnnotationHighlight :if _fcdca :=_bagce (_cbbg );_fcdca !=nil {_abaed =_fcdca .PdfAnnotation ; +};};return _abaed ;}; -// Add adds a VectorDrawable to the Division container. -// Currently supported VectorDrawables: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// - *Rectangle -// - *Ellipse -// - *Line -// - *Table -// - *Division -// - *List -func (_edgd *Division )Add (d VectorDrawable )error {switch _bddbd :=d .(type ){case *Paragraph ,*StyledParagraph ,*Image ,*Chart ,*Rectangle ,*Ellipse ,*Line ,*Table ,*Division ,*List :case containerDrawable :_ddcbf ,_ecgc :=_bddbd .ContainerComponent (_edgd ); -if _ecgc !=nil {return _ecgc ;};_afa ,_efce :=_ddcbf .(VectorDrawable );if !_efce {return _f .Errorf ("\u0072\u0065\u0073\u0075\u006ct\u0020\u006f\u0066\u0020\u0043\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u002d\u0020\u0025\u0054\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0056\u0065c\u0074\u006f\u0072\u0044\u0072\u0061\u0077\u0061\u0062\u006c\u0065\u0020i\u006e\u0074\u0065\u0072\u0066\u0061c\u0065",_ddcbf ); -};d =_afa ;default:return _fc .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0079\u0070e\u0020i\u006e\u0020\u0044\u0069\u0076\u0069\u0073i\u006f\u006e");};_edgd ._cggf =append (_edgd ._cggf ,d );return nil ;};func _dgdg (_efae float64 ,_dfbd float64 ,_dgfba float64 ,_ddcg float64 ,_bdbg []*ColorPoint )*RadialShading {return &RadialShading {_ffcg :&shading {_bbdfc :ColorWhite ,_fdda :false ,_gecd :[]bool {false ,false },_agcac :_bdbg },_edfe :_efae ,_dcgb :_dfbd ,_dabe :_dgfba ,_bbbc :_ddcg ,_cgdec :AnchorCenter }; -}; +// TableCell defines a table cell which can contain a Drawable as content. +type TableCell struct{_fffcf Color ;_baaea _ee .LineStyle ;_fbcbf CellBorderStyle ;_dbdbd Color ;_gaeea float64 ;_acebeg CellBorderStyle ;_fdaa Color ;_edca float64 ;_feec CellBorderStyle ;_efcaa Color ;_gcbb float64 ;_degg CellBorderStyle ;_badce Color ; +_ffagg float64 ;_cceff ,_bbcd int ;_dcgbe int ;_ffgb int ;_efce VectorDrawable ;_bbgd CellHorizontalAlignment ;_badba CellVerticalAlignment ;_eacbd float64 ;_aacdd *Table ;};func (_cff *Creator )getActivePage ()*_fg .PdfPage {if _cff ._ffbc ==nil {if len (_cff ._edaf )==0{return nil ; +};return _cff ._edaf [len (_cff ._edaf )-1];};return _cff ._ffbc ;}; -// Height returns Image's document height. -func (_ddgb *Image )Height ()float64 {return _ddgb ._fae }; +// SetFillColor sets the fill color. +func (_gdce *Polygon )SetFillColor (color Color ){_gdce ._aacg =color ;_gdce ._aaec .FillColor =_agbd (color );};func _adgfg (_fcbde *templateProcessor ,_deaef *templateNode )(interface{},error ){return _fcbde .parseList (_deaef );}; -// Link returns link information for this line. -func (_abefa *TOCLine )Link ()(_gecg int64 ,_ebag ,_fecc float64 ){return _abefa ._bfabf ,_abefa ._bfcae ,_abefa ._geaed ;}; +// Width returns Image's document width. +func (_aadff *Image )Width ()float64 {return _aadff ._edede }; -// GeneratePageBlocks implements drawable interface. -func (_gffe *border )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_dgfbb :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_add :=_gffe ._ffa ;_cegf :=ctx .PageHeight -_gffe ._cbc ;if _gffe ._agaab !=nil {_afca :=_ddb .Rectangle {Opacity :1.0,X :_gffe ._ffa ,Y :ctx .PageHeight -_gffe ._cbc -_gffe ._ggb ,Height :_gffe ._ggb ,Width :_gffe ._dc }; -_afca .FillEnabled =true ;_dead :=_fac (_gffe ._agaab );_ffag :=_gaea (_dgfbb ,_dead ,_gffe ._agaab ,func ()Rectangle {return Rectangle {_fdeb :_afca .X ,_fefcd :_afca .Y ,_dacdg :_afca .Width ,_ddccd :_afca .Height };});if _ffag !=nil {return nil ,ctx ,_ffag ; -};_afca .FillColor =_dead ;_afca .BorderEnabled =false ;_aeeg ,_ ,_ffag :=_afca .Draw ("");if _ffag !=nil {return nil ,ctx ,_ffag ;};_ffag =_dgfbb .addContentsByString (string (_aeeg ));if _ffag !=nil {return nil ,ctx ,_ffag ;};};_eca :=_gffe ._egeb ;_cdd :=_gffe ._fcec ; -_cag :=_gffe ._cgd ;_dbcf :=_gffe ._dggc ;_edg :=_gffe ._egeb ;if _gffe ._gdgg ==CellBorderStyleDouble {_edg +=2*_eca ;};_bbd :=_gffe ._fcec ;if _gffe ._dcd ==CellBorderStyleDouble {_bbd +=2*_cdd ;};_bbdc :=_gffe ._cgd ;if _gffe ._fgfc ==CellBorderStyleDouble {_bbdc +=2*_cag ; -};_fcae :=_gffe ._dggc ;if _gffe ._cbgf ==CellBorderStyleDouble {_fcae +=2*_dbcf ;};_cgef :=(_edg -_bbdc )/2;_gcb :=(_edg -_fcae )/2;_gcf :=(_bbd -_bbdc )/2;_fab :=(_bbd -_fcae )/2;if _gffe ._egeb !=0{_eaed :=_add ;_dfcc :=_cegf ;if _gffe ._gdgg ==CellBorderStyleDouble {_dfcc -=_eca ; -_dce :=_ddb .BasicLine {LineColor :_fac (_gffe ._ed ),Opacity :1.0,LineWidth :_gffe ._egeb ,LineStyle :_gffe .LineStyle ,X1 :_eaed -_edg /2+_cgef ,Y1 :_dfcc +2*_eca ,X2 :_eaed +_edg /2-_gcb +_gffe ._dc ,Y2 :_dfcc +2*_eca };_ggbg ,_ ,_bbda :=_dce .Draw (""); -if _bbda !=nil {return nil ,ctx ,_bbda ;};_bbda =_dgfbb .addContentsByString (string (_ggbg ));if _bbda !=nil {return nil ,ctx ,_bbda ;};};_ede :=_ddb .BasicLine {LineWidth :_gffe ._egeb ,Opacity :1.0,LineColor :_fac (_gffe ._ed ),LineStyle :_gffe .LineStyle ,X1 :_eaed -_edg /2+_cgef +(_bbdc -_gffe ._cgd ),Y1 :_dfcc ,X2 :_eaed +_edg /2-_gcb +_gffe ._dc -(_fcae -_gffe ._dggc ),Y2 :_dfcc }; -_ccg ,_ ,_eeg :=_ede .Draw ("");if _eeg !=nil {return nil ,ctx ,_eeg ;};_eeg =_dgfbb .addContentsByString (string (_ccg ));if _eeg !=nil {return nil ,ctx ,_eeg ;};};if _gffe ._fcec !=0{_gge :=_add ;_def :=_cegf -_gffe ._ggb ;if _gffe ._dcd ==CellBorderStyleDouble {_def +=_cdd ; -_gfec :=_ddb .BasicLine {LineWidth :_gffe ._fcec ,Opacity :1.0,LineColor :_fac (_gffe ._bfde ),LineStyle :_gffe .LineStyle ,X1 :_gge -_bbd /2+_gcf ,Y1 :_def -2*_cdd ,X2 :_gge +_bbd /2-_fab +_gffe ._dc ,Y2 :_def -2*_cdd };_bgg ,_ ,_geb :=_gfec .Draw (""); -if _geb !=nil {return nil ,ctx ,_geb ;};_geb =_dgfbb .addContentsByString (string (_bgg ));if _geb !=nil {return nil ,ctx ,_geb ;};};_cbb :=_ddb .BasicLine {LineWidth :_gffe ._fcec ,Opacity :1.0,LineColor :_fac (_gffe ._bfde ),LineStyle :_gffe .LineStyle ,X1 :_gge -_bbd /2+_gcf +(_bbdc -_gffe ._cgd ),Y1 :_def ,X2 :_gge +_bbd /2-_fab +_gffe ._dc -(_fcae -_gffe ._dggc ),Y2 :_def }; -_baf ,_ ,_bcd :=_cbb .Draw ("");if _bcd !=nil {return nil ,ctx ,_bcd ;};_bcd =_dgfbb .addContentsByString (string (_baf ));if _bcd !=nil {return nil ,ctx ,_bcd ;};};if _gffe ._cgd !=0{_agb :=_add ;_afcc :=_cegf ;if _gffe ._fgfc ==CellBorderStyleDouble {_agb +=_cag ; -_bec :=_ddb .BasicLine {LineWidth :_gffe ._cgd ,Opacity :1.0,LineColor :_fac (_gffe ._fed ),LineStyle :_gffe .LineStyle ,X1 :_agb -2*_cag ,Y1 :_afcc +_bbdc /2+_cgef ,X2 :_agb -2*_cag ,Y2 :_afcc -_bbdc /2-_gcf -_gffe ._ggb };_cff ,_ ,_cad :=_bec .Draw (""); -if _cad !=nil {return nil ,ctx ,_cad ;};_cad =_dgfbb .addContentsByString (string (_cff ));if _cad !=nil {return nil ,ctx ,_cad ;};};_agc :=_ddb .BasicLine {LineWidth :_gffe ._cgd ,Opacity :1.0,LineColor :_fac (_gffe ._fed ),LineStyle :_gffe .LineStyle ,X1 :_agb ,Y1 :_afcc +_bbdc /2+_cgef -(_edg -_gffe ._egeb ),X2 :_agb ,Y2 :_afcc -_bbdc /2-_gcf -_gffe ._ggb +(_bbd -_gffe ._fcec )}; -_dfa ,_ ,_deg :=_agc .Draw ("");if _deg !=nil {return nil ,ctx ,_deg ;};_deg =_dgfbb .addContentsByString (string (_dfa ));if _deg !=nil {return nil ,ctx ,_deg ;};};if _gffe ._dggc !=0{_dbcg :=_add +_gffe ._dc ;_efdg :=_cegf ;if _gffe ._cbgf ==CellBorderStyleDouble {_dbcg -=_dbcf ; -_egf :=_ddb .BasicLine {LineWidth :_gffe ._dggc ,Opacity :1.0,LineColor :_fac (_gffe ._gcg ),LineStyle :_gffe .LineStyle ,X1 :_dbcg +2*_dbcf ,Y1 :_efdg +_fcae /2+_gcb ,X2 :_dbcg +2*_dbcf ,Y2 :_efdg -_fcae /2-_fab -_gffe ._ggb };_bda ,_ ,_bggc :=_egf .Draw (""); -if _bggc !=nil {return nil ,ctx ,_bggc ;};_bggc =_dgfbb .addContentsByString (string (_bda ));if _bggc !=nil {return nil ,ctx ,_bggc ;};};_eggd :=_ddb .BasicLine {LineWidth :_gffe ._dggc ,Opacity :1.0,LineColor :_fac (_gffe ._gcg ),LineStyle :_gffe .LineStyle ,X1 :_dbcg ,Y1 :_efdg +_fcae /2+_gcb -(_edg -_gffe ._egeb ),X2 :_dbcg ,Y2 :_efdg -_fcae /2-_fab -_gffe ._ggb +(_bbd -_gffe ._fcec )}; -_eab ,_ ,_gbe :=_eggd .Draw ("");if _gbe !=nil {return nil ,ctx ,_gbe ;};_gbe =_dgfbb .addContentsByString (string (_eab ));if _gbe !=nil {return nil ,ctx ,_gbe ;};};return []*Block {_dgfbb },ctx ,nil ;};func (_feaba *StyledParagraph )wrapWordChunks (){if !_feaba ._fecad {return ; -};var (_fdca []*TextChunk ;_dcbbee *_gd .PdfFont ;);for _ ,_ebbgc :=range _feaba ._bcbc {_decc :=[]rune (_ebbgc .Text );if _dcbbee ==nil {_dcbbee =_ebbgc .Style .Font ;};_cggdg :=_ebbgc ._bcfe ;_cfgf :=_ebbgc .VerticalAlignment ;if len (_fdca )> 0{if len (_decc )==1&&_ab .IsPunct (_decc [0])&&_ebbgc .Style .Font ==_dcbbee {_dabc :=[]rune (_fdca [len (_fdca )-1].Text ); -_fdca [len (_fdca )-1].Text =string (append (_dabc ,_decc [0]));continue ;}else {_ ,_egca :=_fd .Atoi (_ebbgc .Text );if _egca ==nil {_dfdab :=[]rune (_fdca [len (_fdca )-1].Text );_dbggf :=len (_dfdab );if _dbggf >=2{_ ,_beeaf :=_fd .Atoi (string (_dfdab [_dbggf -2])); -if _beeaf ==nil &&_ab .IsPunct (_dfdab [_dbggf -1]){_fdca [len (_fdca )-1].Text =string (append (_dfdab ,_decc ...));continue ;};};};};};_ggce ,_adgea :=_ebeaed (_ebbgc .Text );if _adgea !=nil {_ca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0062\u0072\u0065\u0061\u006b\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020w\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0076",_adgea ); -_ggce =[]string {_ebbgc .Text };};for _ ,_faaad :=range _ggce {_bcgcf :=NewTextChunk (_faaad ,_ebbgc .Style );_bcgcf ._bcfe =_aagc (_cggdg );_bcgcf .VerticalAlignment =_cfgf ;_fdca =append (_fdca ,_bcgcf );};_dcbbee =_ebbgc .Style .Font ;};if len (_fdca )> 0{_feaba ._bcbc =_fdca ; -};};func (_bfafe *Paragraph )getTextLineWidth (_ceee string )float64 {var _cfcb float64 ;for _ ,_dcgc :=range _ceee {if _dcgc =='\u000A'{continue ;};_ecgcg ,_ccaca :=_bfafe ._caccd .GetRuneMetrics (_dcgc );if !_ccaca {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052u\u006e\u0065\u0020\u0063\u0068a\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0028\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0029",_dcgc ,_dcgc ); -return -1;};_cfcb +=_bfafe ._geac *_ecgcg .Wx ;};return _cfcb ;}; +// Opacity returns the opacity of the line. +func (_ebfd *Line )Opacity ()float64 {return _ebfd ._gebb }; -// SetColumnWidths sets the fractional column widths. -// Each width should be in the range 0-1 and is a fraction of the table width. -// The number of width inputs must match number of columns, otherwise an error is returned. -func (_bffc *Table )SetColumnWidths (widths ...float64 )error {if len (widths )!=_bffc ._cafcb {_ca .Log .Debug ("M\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020\u0077\u0069\u0064\u0074\u0068\u0073\u0020\u0061nd\u0020\u0063\u006fl\u0075m\u006e\u0073"); -return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_bffc ._faae =widths ;return nil ;};func (_eafd *Creator )initContext (){_eafd ._ecfb .X =_eafd ._gffac .Left ;_eafd ._ecfb .Y =_eafd ._gffac .Top ; -_eafd ._ecfb .Width =_eafd ._baec -_eafd ._gffac .Right -_eafd ._gffac .Left ;_eafd ._ecfb .Height =_eafd ._defa -_eafd ._gffac .Bottom -_eafd ._gffac .Top ;_eafd ._ecfb .PageHeight =_eafd ._defa ;_eafd ._ecfb .PageWidth =_eafd ._baec ;_eafd ._ecfb .Margins =_eafd ._gffac ; -_eafd ._ecfb ._ebeg =_eafd .UnsupportedCharacterReplacement ;};func (_agfgc *templateProcessor )parseTable (_abdbg *templateNode )(interface{},error ){var _ffcgg int64 ;for _ ,_afcff :=range _abdbg ._eccfd .Attr {_dgffd :=_afcff .Value ;switch _edfb :=_afcff .Name .Local ; -_edfb {case "\u0063o\u006c\u0075\u006d\u006e\u0073":_ffcgg =_agfgc .parseInt64Attr (_edfb ,_dgffd );};};if _ffcgg <=0{_agfgc .nodeLogDebug (_abdbg ,"\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006eu\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0074\u0061\u0062\u006ce\u0020\u0063\u006f\u006cu\u006d\u006e\u0073\u003a\u0020\u0025\u0064\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0031\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020m\u0061\u0079\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e",_ffcgg ); -_ffcgg =1;};_ebbad :=_agfgc .creator .NewTable (int (_ffcgg ));for _ ,_gdceg :=range _abdbg ._eccfd .Attr {_gaeda :=_gdceg .Value ;switch _ccfd :=_gdceg .Name .Local ;_ccfd {case "\u0063\u006f\u006c\u0075\u006d\u006e\u002d\u0077\u0069\u0064\u0074\u0068\u0073":_ebbad .SetColumnWidths (_agfgc .parseFloatArray (_ccfd ,_gaeda )...); -case "\u006d\u0061\u0072\u0067\u0069\u006e":_bbfeb :=_agfgc .parseMarginAttr (_ccfd ,_gaeda );_ebbad .SetMargins (_bbfeb .Left ,_bbfeb .Right ,_bbfeb .Top ,_bbfeb .Bottom );case "\u0078":_ebbad .SetPos (_agfgc .parseFloatAttr (_ccfd ,_gaeda ),_ebbad ._aeff ); -case "\u0079":_ebbad .SetPos (_ebbad ._dece ,_agfgc .parseFloatAttr (_ccfd ,_gaeda ));case "\u0068\u0065a\u0064\u0065\u0072-\u0073\u0074\u0061\u0072\u0074\u002d\u0072\u006f\u0077":_ebbad ._bccfd =int (_agfgc .parseInt64Attr (_ccfd ,_gaeda ));case "\u0068\u0065\u0061\u0064\u0065\u0072\u002d\u0065\u006ed\u002d\u0072\u006f\u0077":_ebbad ._deceb =int (_agfgc .parseInt64Attr (_ccfd ,_gaeda )); -case "\u0065n\u0061b\u006c\u0065\u002d\u0072\u006f\u0077\u002d\u0077\u0072\u0061\u0070":_ebbad .EnableRowWrap (_agfgc .parseBoolAttr (_ccfd ,_gaeda ));case "\u0065\u006ea\u0062\u006c\u0065-\u0070\u0061\u0067\u0065\u002d\u0077\u0072\u0061\u0070":_ebbad .EnablePageWrap (_agfgc .parseBoolAttr (_ccfd ,_gaeda )); -case "\u0063o\u006c\u0075\u006d\u006e\u0073":break ;default:_agfgc .nodeLogDebug (_abdbg ,"\u0055n\u0073\u0075p\u0070\u006f\u0072\u0074e\u0064\u0020\u0074a\u0062\u006c\u0065\u0020\u0061\u0074\u0074\u0072\u0069bu\u0074\u0065\u003a \u0060\u0025s\u0060\u002e\u0020\u0053\u006b\u0069p\u0070\u0069n\u0067\u002e",_ccfd ); -};};if _ebbad ._bccfd !=0&&_ebbad ._deceb !=0{_ddccdc :=_ebbad .SetHeaderRows (_ebbad ._bccfd ,_ebbad ._deceb );if _ddccdc !=nil {_agfgc .nodeLogDebug (_abdbg ,"\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0073\u0065t t\u0061bl\u0065\u0020\u0068\u0065\u0061\u0064\u0065r \u0072\u006f\u0077\u0073\u003a\u0020\u0025v\u002e",_ddccdc ); -};}else {_ebbad ._bccfd =0;_ebbad ._deceb =0;};return _ebbad ,nil ;}; +// ColorRGBFrom8bit creates a Color from 8-bit (0-255) r,g,b values. +// Example: +// +// red := ColorRGBFrom8Bit(255, 0, 0) +func ColorRGBFrom8bit (r ,g ,b byte )Color {return rgbColor {_ddg :float64 (r )/255.0,_baa :float64 (g )/255.0,_cebb :float64 (b )/255.0};}; -// FilledCurve represents a closed path of Bezier curves with a border and fill. -type FilledCurve struct{_cefdf []_ddb .CubicBezierCurve ;FillEnabled bool ;_gdge Color ;BorderEnabled bool ;BorderWidth float64 ;_aebe Color ;_gfecd *int64 ;};func (_egadf *TemplateOptions )init (){if _egadf .SubtemplateMap ==nil {_egadf .SubtemplateMap =map[string ]_cb .Reader {}; -};if _egadf .FontMap ==nil {_egadf .FontMap =map[string ]*_gd .PdfFont {};};if _egadf .ImageMap ==nil {_egadf .ImageMap =map[string ]*_gd .Image {};};if _egadf .ColorMap ==nil {_egadf .ColorMap =map[string ]Color {};};if _egadf .ChartMap ==nil {_egadf .ChartMap =map[string ]_fbb .ChartRenderable {}; -};}; +// Width returns the width of the Paragraph. +func (_bdecc *StyledParagraph )Width ()float64 {if _bdecc ._ebedb &&int (_bdecc ._dcdb )> 0{return _bdecc ._dcdb ;};return _bdecc .getTextWidth ()/1000.0;}; -// SetOpacity sets the opacity of the line (0-1). -func (_fafcc *Line )SetOpacity (opacity float64 ){_fafcc ._gbfc =opacity }; +// ScaleToWidth scales the Block to a specified width, maintaining the same aspect ratio. +func (_bc *Block )ScaleToWidth (w float64 ){_bgf :=w /_bc ._fbe ;_bc .Scale (_bgf ,_bgf )};func (_dfcg *templateProcessor )parsePositioningAttr (_cggd ,_ffbe string )Positioning {_e .Log .Debug ("\u0050\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0069\u006e\u0067\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060%\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_cggd ,_ffbe ); +_aaab :=map[string ]Positioning {"\u0072\u0065\u006c\u0061\u0074\u0069\u0076\u0065":PositionRelative ,"\u0061\u0062\u0073\u006f\u006c\u0075\u0074\u0065":PositionAbsolute }[_ffbe ];return _aaab ;}; -// SetMarkedContentID sets the marked content ID. -func (_edee *Rectangle )SetMarkedContentID (mcid int64 )*_gd .KDict {_edee ._bcee =&mcid ;_bcabf :=_gd .NewKDictionary ();_bcabf .S =_be .MakeName (_gd .StructureTypeFigure );_bcabf .K =_be .MakeInteger (mcid );return _bcabf ;};func (_bgfgf *StyledParagraph )getTextHeight ()float64 {var _cecec float64 ; -for _ ,_afba :=range _bgfgf ._bcbc {_effg :=_afba .Style .FontSize *_bgfgf ._bcde ;if _effg > _cecec {_cecec =_effg ;};};return _cecec ;}; +// SetBorderColor sets the border color of the ellipse. +func (_ffgec *Ellipse )SetBorderColor (col Color ){_ffgec ._befd =col };type border struct{_efd float64 ;_eed float64 ;_bdc float64 ;_cad float64 ;_fad Color ;_cfaa Color ;_adg float64 ;_gadfg Color ;_adgc float64 ;_adfc Color ;_cfdb float64 ;_ggfd Color ; +_gfe float64 ;LineStyle _ee .LineStyle ;_dfb CellBorderStyle ;_egd CellBorderStyle ;_dee CellBorderStyle ;_decae CellBorderStyle ;};func _cdbc (_aafgc float64 ,_adffb float64 ,_dbba float64 ,_gadg float64 ,_gdeg []*ColorPoint )*RadialShading {return &RadialShading {_fefgd :&shading {_cgcfg :ColorWhite ,_ggbc :false ,_aafab :[]bool {false ,false },_gbae :_gdeg },_afdaf :_aafgc ,_fgbbd :_adffb ,_ddba :_dbba ,_gfda :_gadg ,_abeca :AnchorCenter }; +};func (_fccde *Table )clone ()*Table {_gbfe :=*_fccde ;_gbfe ._dbfg =make ([]float64 ,len (_fccde ._dbfg ));copy (_gbfe ._dbfg ,_fccde ._dbfg );_gbfe ._efeeb =make ([]float64 ,len (_fccde ._efeeb ));copy (_gbfe ._efeeb ,_fccde ._efeeb );_gbfe ._dcbag =make ([]*TableCell ,0,len (_fccde ._dcbag )); +for _ ,_cedcd :=range _fccde ._dcbag {_bbdge :=*_cedcd ;_bbdge ._aacdd =&_gbfe ;_gbfe ._dcbag =append (_gbfe ._dcbag ,&_bbdge );};return &_gbfe ;}; -// SetFillColor sets the fill color. -func (_beg *CurvePolygon )SetFillColor (color Color ){_beg ._fdbd =color ;_beg ._fbff .FillColor =_fac (color );}; +// SetStyleLeft sets border style for left side. +func (_ece *border )SetStyleLeft (style CellBorderStyle ){_ece ._dfb =style };func (_eec *Block )addContentsByString (_ebd string )error {_adb :=_cb .NewContentStreamParser (_ebd );_ac ,_fgf :=_adb .Parse ();if _fgf !=nil {return _fgf ;};_eec ._fb .WrapIfNeeded (); +_ac .WrapIfNeeded ();*_eec ._fb =append (*_eec ._fb ,*_ac ...);return nil ;}; -// Padding returns the padding of the component. -func (_cfce *Division )Padding ()(_addcf ,_dbfg ,_cdag ,_cafbg float64 ){return _cfce ._dcfb .Left ,_cfce ._dcfb .Right ,_cfce ._dcfb .Top ,_cfce ._dcfb .Bottom ;}; +// SetPositioning sets the positioning of the rectangle (absolute or relative). +func (_feabc *Rectangle )SetPositioning (position Positioning ){_feabc ._egff =position }; -// Division is a container component which can wrap across multiple pages. -// Currently supported drawable components: -// - *Paragraph -// - *StyledParagraph -// - *Image -// - *Chart -// -// The component stacking behavior is vertical, where the drawables are drawn -// on top of each other. -type Division struct{_cggf []VectorDrawable ;_fbfc Positioning ;_fceg Margins ;_dcfb Margins ;_dccc bool ;_adbb bool ;_bacfc *Background ;}; +// SetSellerAddress sets the seller address of the invoice. +func (_ecbc *Invoice )SetSellerAddress (address *InvoiceAddress ){_ecbc ._ddacd =address }; -// SetWidthTop sets border width for top. -func (_efd *border )SetWidthTop (bw float64 ){_efd ._egeb =bw };func _gcee (_fefa []_ddb .Point )*Polyline {return &Polyline {_gcaf :&_ddb .Polyline {Points :_fefa ,LineColor :_gd .NewPdfColorDeviceRGB (0,0,0),LineWidth :1.0},_aegga :1.0};}; +// StyledParagraph represents text drawn with a specified font and can wrap across lines and pages. +// By default occupies the available width in the drawing context. +type StyledParagraph struct{_eaad []*TextChunk ;_ffdb TextStyle ;_caff TextStyle ;_bffa TextAlignment ;_aegge TextVerticalAlignment ;_aaebc float64 ;_ebedb bool ;_dcdb float64 ;_eabaa bool ;_adea bool ;_efea TextOverflow ;_eedg float64 ;_gfdga Margins ; +_cbeg Positioning ;_adedg float64 ;_ddade float64 ;_bcba float64 ;_caga float64 ;_eeea [][]*TextChunk ;_ebgbd func (_bbcag *StyledParagraph ,_gceec DrawContext );_gccf *int64 ;_gggc string ;};func (_fag *Block )mergeBlocks (_bbf *Block )error {_faf :=_badb (_fag ._fb ,_fag ._fdf ,_bbf ._fb ,_bbf ._fdf ); +if _faf !=nil {return _faf ;};for _ ,_dbc :=range _bbf ._ccb {_fag .AddAnnotation (_dbc );};return nil ;}; -// Creator is a wrapper around functionality for creating PDF reports and/or adding new -// content onto imported PDF pages, etc. -type Creator struct{ +// RotateDeg rotates the current active page by angle degrees. An error is returned on failure, +// which can be if there is no currently active page, or the angleDeg is not a multiple of 90 degrees. +func (_cdgb *Creator )RotateDeg (angleDeg int64 )error {_ebgb :=_cdgb .getActivePage ();if _ebgb ==nil {_e .Log .Debug ("F\u0061\u0069\u006c\u0020\u0074\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0065\u003a\u0020\u006e\u006f\u0020p\u0061\u0067\u0065\u0020\u0063\u0075\u0072\u0072\u0065\u006etl\u0079\u0020\u0061c\u0074i\u0076\u0065"); +return _ag .New ("\u006e\u006f\u0020\u0070\u0061\u0067\u0065\u0020\u0061c\u0074\u0069\u0076\u0065");};if angleDeg %90!=0{_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067e\u0020\u0072\u006f\u0074\u0061\u0074\u0069on\u0020\u0061\u006e\u0067l\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006dul\u0074\u0069p\u006c\u0065\u0020\u006f\u0066\u0020\u0039\u0030"); +return _ag .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};var _gfcg int64 ;if _ebgb .Rotate !=nil {_gfcg =*(_ebgb .Rotate );};_gfcg +=angleDeg ;_ebgb .Rotate =&_gfcg ;return nil ;}; -// Errors keeps error messages that should not interrupt pdf processing and to be checked later. -Errors []error ; +// Terms returns the terms and conditions section of the invoice as a +// title-content pair. +func (_ccce *Invoice )Terms ()(string ,string ){return _ccce ._cgaa [0],_ccce ._cgaa [1]};func _gfgg (_ddfc *_fg .Image )(*Image ,error ){_fagd :=float64 (_ddfc .Width );_cfge :=float64 (_ddfc .Height );return &Image {_fccc :_ddfc ,_dbac :_fagd ,_bca :_cfge ,_edede :_fagd ,_gcca :_cfge ,_bfff :0,_cffdg :1.0,_bebb :PositionRelative },nil ; +}; -// UnsupportedCharacterReplacement is character that will be used to replace unsupported glyph. -// The value will be passed to drawing context. -UnsupportedCharacterReplacement rune ;_bee []*_gd .PdfPage ;_fafg map[*_gd .PdfPage ]*Block ;_gaf map[*_gd .PdfPage ]*pageTransformations ;_cafc *_gd .PdfPage ;_gfed PageSize ;_ecfb DrawContext ;_gffac Margins ;_baec ,_defa float64 ;_agdg int ;_bbde func (_gafd FrontpageFunctionArgs ); -_bef func (_eac *TOC )error ;_eee func (_bcg *Block ,_cddd HeaderFunctionArgs );_fdc func (_dgaf *Block ,_bgab FooterFunctionArgs );_bdfe func (_gcgf PageFinalizeFunctionArgs )error ;_eaa func (_bbcf *_gd .PdfWriter )error ;_gbg bool ; +// NewGraphicSVGFromString creates a graphic SVG from a SVG string. +func NewGraphicSVGFromString (svgStr string )(*GraphicSVG ,error ){return _cbb (svgStr )};func _gecc (_gbaff *_fg .PdfFont )TextStyle {return TextStyle {Color :ColorRGBFrom8bit (0,0,238),Font :_gbaff ,FontSize :10,OutlineSize :1,HorizontalScaling :DefaultHorizontalScaling ,UnderlineStyle :TextDecorationLineStyle {Offset :1,Thickness :1}}; +}; -// Controls whether a table of contents will be generated. -AddTOC bool ; +// FillColor returns the fill color of the ellipse. +func (_cdgbc *Ellipse )FillColor ()Color {return _cdgbc ._ffebd }; -// CustomTOC specifies if the TOC is rendered by the user. -// When the `CustomTOC` field is set to `true`, the default TOC component is not rendered. -// Instead the TOC is drawn by the user, in the callback provided to -// the `Creator.CreateTableOfContents` method. -// If `CustomTOC` is set to `false`, the callback provided to -// `Creator.CreateTableOfContents` customizes the style of the automatically generated TOC component. -CustomTOC bool ;_dda *TOC ; +// Polyline represents a slice of points that are connected as straight lines. +// Implements the Drawable interface and can be rendered using the Creator. +type Polyline struct{_cfcad *_ee .Polyline ;_bbad float64 ;_bdec *int64 ;}; -// Controls whether outlines will be generated. -AddOutlines bool ;_eagf *_gd .Outline ;_dfac *_gd .PdfOutlineTreeNode ;_bdac *_gd .PdfAcroForm ;_ddad _be .PdfObject ;_bfg _gd .Optimizer ;_dgad []*_gd .PdfFont ;_fbbd *_gd .PdfFont ;_gafc *_gd .PdfFont ;_fgc *_gd .StructTreeRoot ;_ggfa *_gd .ViewerPreferences ; -_ggfag string ;}; +// SetFillColor sets the fill color of the ellipse. +func (_afcc *Ellipse )SetFillColor (col Color ){_afcc ._ffebd =col }; -// SetPageSize sets the Creator's page size. Pages that are added after this will be created with -// this Page size. -// Does not affect pages already created. -// -// Common page sizes are defined as constants. -// Examples: -// 1. c.SetPageSize(creator.PageSizeA4) -// 2. c.SetPageSize(creator.PageSizeA3) -// 3. c.SetPageSize(creator.PageSizeLegal) -// 4. c.SetPageSize(creator.PageSizeLetter) -// -// For custom sizes: Use the PPMM (points per mm) and PPI (points per inch) when defining those based on -// physical page sizes: +// ColorGrayFromArithmetic creates a Color from a grayscale value (0-1). +// Example: // -// Examples: -// 1. 10x15 sq. mm: SetPageSize(PageSize{10*creator.PPMM, 15*creator.PPMM}) where PPMM is points per mm. -// 2. 3x2 sq. inches: SetPageSize(PageSize{3*creator.PPI, 2*creator.PPI}) where PPI is points per inch. -func (_eged *Creator )SetPageSize (size PageSize ){_eged ._gfed =size ;_eged ._baec =size [0];_eged ._defa =size [1];_bgfe :=0.1*_eged ._baec ;_eged ._gffac .Left =_bgfe ;_eged ._gffac .Right =_bgfe ;_eged ._gffac .Top =_bgfe ;_eged ._gffac .Bottom =_bgfe ; -};func (_gbfef *TOCLine )prepareParagraph (_bdfacf *StyledParagraph ,_befee DrawContext ){_fdgcc :=_gbfef .Title .Text ;if _gbfef .Number .Text !=""{_fdgcc ="\u0020"+_fdgcc ;};_fdgcc +="\u0020";_caca :=_gbfef .Page .Text ;if _caca !=""{_caca ="\u0020"+_caca ; -};_ecdcba :=[]*_gd .PdfAnnotation {};_ddbc :=_gbfef .getLineLink ();if _ddbc !=nil {_ecdcba =append (_ecdcba ,_ddbc );};_bdfacf ._bcbc =[]*TextChunk {{Text :_gbfef .Number .Text ,Style :_gbfef .Number .Style ,_bcfe :_ecdcba },{Text :_fdgcc ,Style :_gbfef .Title .Style ,_bcfe :_ecdcba },{Text :_caca ,Style :_gbfef .Page .Style ,_bcfe :_ecdcba }}; -_bdfacf .wrapText ();_ddagb :=len (_bdfacf ._ccae );if _ddagb ==0{return ;};_faeg :=_befee .Width *1000-_bdfacf .getTextLineWidth (_bdfacf ._ccae [_ddagb -1]);_dffeb :=_bdfacf .getTextLineWidth ([]*TextChunk {&_gbfef .Separator });_ggca :=int (_faeg /_dffeb ); -_aaca :=_ddf .Repeat (_gbfef .Separator .Text ,_ggca );_debgc :=_gbfef .Separator .Style ;_abfc :=_bdfacf .Insert (2,_aaca );_abfc .Style =_debgc ;_abfc .SetAnnotation (_gbfef .getLineLink ());_faeg =_faeg -float64 (_ggca )*_dffeb ;if _faeg > 500{_cadb ,_dbfbb :=_debgc .Font .GetRuneMetrics (' '); -if _dbfbb &&_faeg > _cadb .Wx {_gfdbc :=int (_faeg /_cadb .Wx );if _gfdbc > 0{_efge :=_debgc ;_efge .FontSize =1;_abfc =_bdfacf .Insert (2,_ddf .Repeat ("\u0020",_gfdbc ));_abfc .Style =_efge ;_abfc .SetAnnotation (_gbfef .getLineLink ());};};};};const (PositionRelative Positioning =iota ; -PositionAbsolute ;); - -// NewCell returns a new invoice table cell. -func (_ceef *Invoice )NewCell (value string )*InvoiceCell {return _ceef .newCell (value ,_ceef .NewCellProps ());}; +// gray := ColorGrayFromArithmetic(0.7) +func ColorGrayFromArithmetic (g float64 )Color {return grayColor {g }};func (_aefc *StyledParagraph )wrapText ()error {return _aefc .wrapChunks (true )}; -// MoveX moves the drawing context to absolute position x. -func (_eaga *Creator )MoveX (x float64 ){_eaga ._ecfb .X =x }; +// FitMode returns the fit mode of the rectangle. +func (_eacbe *Rectangle )FitMode ()FitMode {return _eacbe ._gfad }; -// SetBackground sets the background properties of the component. -func (_dbae *Division )SetBackground (background *Background ){_dbae ._bacfc =background }; +// IsRelative checks if the positioning is relative. +func (_baga Positioning )IsRelative ()bool {return _baga ==PositionRelative }; -// SetStyleTop sets border style for top side. -func (_aae *border )SetStyleTop (style CellBorderStyle ){_aae ._gdgg =style }; +// NewPage adds a new Page to the Creator and sets as the active Page. +func (_edga *Creator )NewPage ()*_fg .PdfPage {_ffc :=_edga .newPage ();_edga ._edaf =append (_edga ._edaf ,_ffc );_edga ._eac .Page ++;return _ffc ;}; -// NewStyledTOCLine creates a new table of contents line with the provided style. -func (_aacbd *Creator )NewStyledTOCLine (number ,title ,page TextChunk ,level uint ,style TextStyle )*TOCLine {return _gcaeg (number ,title ,page ,level ,style );}; +// NewTOCLine creates a new table of contents line with the default style. +func (_egbd *Creator )NewTOCLine (number ,title ,page string ,level uint )*TOCLine {return _dagba (number ,title ,page ,level ,_egbd .NewTextStyle ());}; -// CellVerticalAlignment defines the table cell's vertical alignment. -type CellVerticalAlignment int ; +// SetBorderOpacity sets the border opacity of the ellipse. +func (_gfce *Ellipse )SetBorderOpacity (opacity float64 ){_gfce ._afef =opacity };func _aabe (_efgea ,_abecg ,_ebafe int )[]int {_fbba :=[]int {};for _gcbbc :=_efgea ;_gcbbc <=_ebafe ;_gcbbc +=_abecg {_fbba =append (_fbba ,_gcbbc );};return _fbba ;}; -// SetBorderOpacity sets the border opacity. -func (_aabcd *Polygon )SetBorderOpacity (opacity float64 ){_aabcd ._gcdg =opacity }; +// TextDecorationLineStyle represents the style of lines used to decorate +// a text chunk (e.g. underline). +type TextDecorationLineStyle struct{ -// Crop crops the Image to the specified bounds. -func (_cbbag *Image )Crop (x0 ,y0 ,x1 ,y1 int ){_ggae ,_cdad :=_cbbag ._dgaaf .ToGoImage ();if _cdad !=nil {_bg .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074o\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_cdad ); -};var _abdf _dd .Image ;_acac :=_dd .Rect (x0 ,y0 ,x1 ,y1 );if _cgac :=_acac .Intersect (_ggae .Bounds ());!_acac .Empty (){_fegg :=_dd .NewRGBA (_dd .Rect (0,0,_acac .Dx (),_acac .Dy ()));for _fbac :=_cgac .Min .Y ;_fbac < _cgac .Max .Y ;_fbac ++{for _cegd :=_cgac .Min .X ; -_cegd < _cgac .Max .X ;_cegd ++{_fegg .Set (_cegd -_cgac .Min .X ,_fbac -_cgac .Min .Y ,_ggae .At (_cegd ,_fbac ));};};_abdf =_fegg ;}else {_abdf =&_dd .RGBA {};};_ddegb ,_cdad :=_gd .ImageHandling .NewImageFromGoImage (_abdf );if _cdad !=nil {_bg .Fatalf ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0066\u0072\u006fm\u0020\u0047\u006f\u0020\u0049m\u0061\u0067e\u003a\u0020\u0025\u0076",_cdad ); -};_begg :=float64 (_ddegb .Width );_gddf :=float64 (_ddegb .Height );_cbbag ._dgaaf =_ddegb ;_cbbag ._dade =_begg ;_cbbag ._abecc =_gddf ;_cbbag ._dcbe =_begg ;_cbbag ._fae =_gddf ;}; +// Color represents the color of the line (default: the color of the text). +Color Color ; -// GeneratePageBlocks draws the ellipse on a new block representing the page. -func (_cged *Ellipse )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_adbac []*Block ;_ebef =NewBlock (ctx .PageWidth ,ctx .PageHeight );_afbb =ctx ;);_fedd :=_cged ._gbbf .IsRelative ();if _fedd {_cged .applyFitMode (ctx .Width ); -ctx .X +=_cged ._dffg .Left ;ctx .Y +=_cged ._dffg .Top ;ctx .Width -=_cged ._dffg .Left +_cged ._dffg .Right ;ctx .Height -=_cged ._dffg .Top +_cged ._dffg .Bottom ;if _cged ._fgbb > ctx .Height {_adbac =append (_adbac ,_ebef );_ebef =NewBlock (ctx .PageWidth ,ctx .PageHeight ); -ctx .Page ++;_fdaef :=ctx ;_fdaef .Y =ctx .Margins .Top +_cged ._dffg .Top ;_fdaef .X =ctx .Margins .Left +_cged ._dffg .Left ;_fdaef .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cged ._dffg .Top -_cged ._dffg .Bottom ;_fdaef .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cged ._dffg .Left -_cged ._dffg .Right ; -ctx =_fdaef ;};}else {ctx .X =_cged ._dbeb -_cged ._gbea /2;ctx .Y =_cged ._caaf -_cged ._fgbb /2;};_gffd :=_ddb .Circle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cged ._fgbb ,Width :_cged ._gbea ,Height :_cged ._fgbb ,BorderWidth :_cged ._fdcc ,Opacity :1.0}; -if _cged ._cgcbc !=nil {_gffd .FillEnabled =true ;_dcbc :=_fac (_cged ._cgcbc );_fdad :=_gaea (_ebef ,_dcbc ,_cged ._cgcbc ,func ()Rectangle {return Rectangle {_fdeb :_gffd .X ,_fefcd :_gffd .Y ,_dacdg :_gffd .Width ,_ddccd :_gffd .Height };});if _fdad !=nil {return nil ,ctx ,_fdad ; -};_gffd .FillColor =_dcbc ;};if _cged ._bfgf !=nil {_gffd .BorderEnabled =false ;if _cged ._fdcc > 0{_gffd .BorderEnabled =true ;};_gffd .BorderColor =_fac (_cged ._bfgf );_gffd .BorderWidth =_cged ._fdcc ;};_bcae ,_fbead :=_ebef .setOpacity (_cged ._baae ,_cged ._egegc ); -if _fbead !=nil {return nil ,ctx ,_fbead ;};_bcca ,_ ,_fbead :=_gffd .MarkedDraw (_bcae ,_cged ._ecdc );if _fbead !=nil {return nil ,ctx ,_fbead ;};_fbead =_ebef .addContentsByString (string (_bcca ));if _fbead !=nil {return nil ,ctx ,_fbead ;};if _fedd {ctx .X =_afbb .X ; -ctx .Width =_afbb .Width ;ctx .Y +=_cged ._fgbb +_cged ._dffg .Bottom ;ctx .Height -=_cged ._fgbb ;}else {ctx =_afbb ;};_adbac =append (_adbac ,_ebef );return _adbac ,ctx ,nil ;}; +// Offset represents the vertical offset of the line (default: 1). +Offset float64 ; -// GeneratePageBlocks draws the composite Bezier curve on a new block -// representing the page. Implements the Drawable interface. -func (_bfadc *PolyBezierCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_ffeac :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_cce ,_cfga :=_ffeac .setOpacity (_bfadc ._dcfbf ,_bfadc ._acfb );if _cfga !=nil {return nil ,ctx ,_cfga ; -};_dbfc :=_bfadc ._bgdab ;_dbfc .FillEnabled =_dbfc .FillColor !=nil ;var (_accfe =ctx .PageHeight ;_gefdff =_dbfc .Curves ;_ebdd =make ([]_ddb .CubicBezierCurve ,0,len (_dbfc .Curves )););_cdgfd :=_gd .PdfRectangle {};for _eaggg :=range _dbfc .Curves {_cgfe :=_gefdff [_eaggg ]; -_cgfe .P0 .Y =_accfe -_cgfe .P0 .Y ;_cgfe .P1 .Y =_accfe -_cgfe .P1 .Y ;_cgfe .P2 .Y =_accfe -_cgfe .P2 .Y ;_cgfe .P3 .Y =_accfe -_cgfe .P3 .Y ;_ebdd =append (_ebdd ,_cgfe );_faac :=_cgfe .GetBounds ();if _eaggg ==0{_cdgfd =_faac ;}else {_cdgfd .Llx =_ff .Min (_cdgfd .Llx ,_faac .Llx ); -_cdgfd .Lly =_ff .Min (_cdgfd .Lly ,_faac .Lly );_cdgfd .Urx =_ff .Max (_cdgfd .Urx ,_faac .Urx );_cdgfd .Ury =_ff .Max (_cdgfd .Ury ,_faac .Ury );};};_dbfc .Curves =_ebdd ;defer func (){_dbfc .Curves =_gefdff }();if _dbfc .FillEnabled {_bgdg :=_gaea (_ffeac ,_bfadc ._bgdab .FillColor ,_bfadc ._gfde ,func ()Rectangle {return Rectangle {_fdeb :_cdgfd .Llx ,_fefcd :_cdgfd .Lly ,_dacdg :_cdgfd .Width (),_ddccd :_cdgfd .Height ()}; -});if _bgdg !=nil {return nil ,ctx ,_bgdg ;};};_gfegc ,_ ,_cfga :=_dbfc .MarkedDraw (_cce ,_bfadc ._bgadb );if _cfga !=nil {return nil ,ctx ,_cfga ;};if _cfga =_ffeac .addContentsByString (string (_gfegc ));_cfga !=nil {return nil ,ctx ,_cfga ;};return []*Block {_ffeac },ctx ,nil ; -}; +// Thickness represents the thickness of the line (default: 1). +Thickness float64 ;}; -// ColorRGBFromHex converts color hex code to rgb color for using with creator. -// NOTE: If there is a problem interpreting the string, then will use black color and log a debug message. -// Example hex code: #ffffff -> (1,1,1) white. -func ColorRGBFromHex (hexStr string )Color {_ega :=rgbColor {};if (len (hexStr )!=4&&len (hexStr )!=7)||hexStr [0]!='#'{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ; -};var _dgfg ,_fcc ,_cgec int ;if len (hexStr )==4{var _aaeg ,_bedg ,_dcee int ;_acf ,_bccc :=_f .Sscanf (hexStr ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_aaeg ,&_bedg ,&_dcee );if _bccc !=nil {_ca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",hexStr ,_bccc ); -return _ega ;};if _acf !=3{_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ;};_dgfg =_aaeg *16+_aaeg ;_fcc =_bedg *16+_bedg ;_cgec =_dcee *16+_dcee ;}else {_gffee ,_cac :=_f .Sscanf (hexStr ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_dgfg ,&_fcc ,&_cgec ); -if _cac !=nil {_ca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",hexStr );return _ega ;};if _gffee !=3{_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",hexStr ,_gffee ); -return _ega ;};};_adaf :=float64 (_dgfg )/255.0;_bbe :=float64 (_fcc )/255.0;_acd :=float64 (_cgec )/255.0;_ega ._afd =_adaf ;_ega ._fef =_bbe ;_ega ._cbbf =_acd ;return _ega ;}; +// BuyerAddress returns the buyer address used in the invoice template. +func (_fccg *Invoice )BuyerAddress ()*InvoiceAddress {return _fccg ._edecg }; -// TextAlignment options for paragraph. -type TextAlignment int ; +// SetFillColor sets the fill color of the rectangle. +func (_eced *Rectangle )SetFillColor (col Color ){_eced ._cfab =col }; -// Lazy gets the lazy mode for the image. -func (_agac *Image )Lazy ()bool {return _agac ._bfbd };func (_dfcgb *TableCell )height (_gdefb float64 )float64 {var _adfdf float64 ;switch _eaedg :=_dfcgb ._bdea .(type ){case *Paragraph :if _eaedg ._abaa {_eaedg .SetWidth (_gdefb -_dfcgb ._adeb -_eaedg ._cgacg .Left -_eaedg ._cgacg .Right ); -};_adfdf =_eaedg .Height ()+_eaedg ._cgacg .Top +_eaedg ._cgacg .Bottom ;if !_dfcgb ._gabb ._ggab {_adfdf +=(0.5*_eaedg ._geac *_eaedg ._agdbb );};case *StyledParagraph :if _eaedg ._egbgc {_eaedg .SetWidth (_gdefb -_dfcgb ._adeb -_eaedg ._affa .Left -_eaedg ._affa .Right ); -};_adfdf =_eaedg .Height ()+_eaedg ._affa .Top +_eaedg ._affa .Bottom ;if !_dfcgb ._gabb ._ggab {_adfdf +=(0.5*_eaedg .getTextHeight ());};case *Image :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb );_adfdf =_eaedg .Height ()+_eaedg ._fcad .Top +_eaedg ._fcad .Bottom ; -case *Table :_eaedg .updateRowHeights (_gdefb -_dfcgb ._adeb -_eaedg ._ccecg .Left -_eaedg ._ccecg .Right );_adfdf =_eaedg .Height ()+_eaedg ._ccecg .Top +_eaedg ._ccecg .Bottom ;case *List :_adfdf =_eaedg .ctxHeight (_gdefb -_dfcgb ._adeb )+_eaedg ._edgdc .Top +_eaedg ._edgdc .Bottom ; -case *Division :_adfdf =_eaedg .ctxHeight (_gdefb -_dfcgb ._adeb )+_eaedg ._fceg .Top +_eaedg ._fceg .Bottom +_eaedg ._dcfb .Top +_eaedg ._dcfb .Bottom ;case *Chart :_adfdf =_eaedg .Height ()+_eaedg ._aabg .Top +_eaedg ._aabg .Bottom ;case *Rectangle :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb ); -_adfdf =_eaedg .Height ()+_eaedg ._ddfgb .Top +_eaedg ._ddfgb .Bottom +_eaedg ._bcdgg ;case *Ellipse :_eaedg .applyFitMode (_gdefb -_dfcgb ._adeb );_adfdf =_eaedg .Height ()+_eaedg ._dffg .Top +_eaedg ._dffg .Bottom ;case *Line :_adfdf =_eaedg .Height ()+_eaedg ._cbeb .Top +_eaedg ._cbeb .Bottom ; -};return _adfdf ;}; +// SetBackgroundColor set background color of the shading area. +// +// By default the background color is set to white. +func (_deae *LinearShading )SetBackgroundColor (backgroundColor Color ){_deae ._bdbc .SetBackgroundColor (backgroundColor );}; -// GetMargins returns the Paragraph's margins: left, right, top, bottom. -func (_cbebg *Paragraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _cbebg ._cgacg .Left ,_cbebg ._cgacg .Right ,_cbebg ._cgacg .Top ,_cbebg ._cgacg .Bottom ;}; +// NewSubchapter creates a new child chapter with the specified title. +func (_afda *Chapter )NewSubchapter (title string )*Chapter {_bbgb :=_bdgfd (_afda ._caba ._ebedc );_bbgb .FontSize =14;_afda ._dbcg ++;_bfdg :=_gcba (_afda ,_afda ._fgbb ,_afda ._bbgf ,title ,_afda ._dbcg ,_bbgb );_afda .Add (_bfdg );return _bfdg ;};func _dabf ()*Division {return &Division {_aafe :true }}; -// Width returns the width of the line. -// NOTE: Depending on the fit mode the line is set to use, its width may be -// calculated at runtime (e.g. when using FitModeFillWidth). -func (_dfebf *Line )Width ()float64 {return _ff .Abs (_dfebf ._agbba -_dfebf ._cbagd )};func _faadb (_caaae *_gd .PdfAnnotationHighlight )*_gd .PdfAnnotationHighlight {if _caaae ==nil {return nil ;};_fgfg :=_gd .NewPdfAnnotationHighlight ();_fgfg .C =_caaae .C ; -_fgfg .CA =_caaae .CA ;_fgfg .Rect =_caaae .Rect ;_fgfg .QuadPoints =_caaae .QuadPoints ;return _fgfg ;};func _abfae (_bddcg *_b .Decoder )(int ,int ){return 0,0}; -// Width returns the current page width. -func (_geff *Creator )Width ()float64 {return _geff ._baec }; +// AppendCurve appends a Bezier curve to the filled curve. +func (_ega *FilledCurve )AppendCurve (curve _ee .CubicBezierCurve )*FilledCurve {_ega ._fffb =append (_ega ._fffb ,curve );return _ega ;};func (_cfcdg *templateProcessor )parseStyledParagraph (_gedbd *templateNode )(interface{},error ){_fgbe :=_cfcdg .creator .NewStyledParagraph (); +for _ ,_fddbc :=range _gedbd ._fagc .Attr {_ebcae :=_fddbc .Value ;switch _gbecb :=_fddbc .Name .Local ;_gbecb {case "\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_fgbe .SetTextAlignment (_cfcdg .parseTextAlignmentAttr (_gbecb ,_ebcae )); +case "\u0076\u0065\u0072\u0074ic\u0061\u006c\u002d\u0074\u0065\u0078\u0074\u002d\u0061\u006c\u0069\u0067\u006e":_fgbe .SetTextVerticalAlignment (_cfcdg .parseTextVerticalAlignmentAttr (_gbecb ,_ebcae ));case "l\u0069\u006e\u0065\u002d\u0068\u0065\u0069\u0067\u0068\u0074":_fgbe .SetLineHeight (_cfcdg .parseFloatAttr (_gbecb ,_ebcae )); +case "\u006d\u0061\u0072\u0067\u0069\u006e":_gdfb :=_cfcdg .parseMarginAttr (_gbecb ,_ebcae );_fgbe .SetMargins (_gdfb .Left ,_gdfb .Right ,_gdfb .Top ,_gdfb .Bottom );case "e\u006e\u0061\u0062\u006c\u0065\u002d\u0077\u0072\u0061\u0070":_fgbe .SetEnableWrap (_cfcdg .parseBoolAttr (_gbecb ,_ebcae )); +case "\u0065\u006ea\u0062\u006c\u0065-\u0077\u006f\u0072\u0064\u002d\u0077\u0072\u0061\u0070":_fgbe .EnableWordWrap (_cfcdg .parseBoolAttr (_gbecb ,_ebcae ));case "\u0074\u0065\u0078\u0074\u002d\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077":_fgbe .SetTextOverflow (_cfcdg .parseTextOverflowAttr (_gbecb ,_ebcae )); +case "\u0078":_fgbe .SetPos (_cfcdg .parseFloatAttr (_gbecb ,_ebcae ),_fgbe ._ddade );case "\u0079":_fgbe .SetPos (_fgbe ._adedg ,_cfcdg .parseFloatAttr (_gbecb ,_ebcae ));case "\u0061\u006e\u0067l\u0065":_fgbe .SetAngle (_cfcdg .parseFloatAttr (_gbecb ,_ebcae )); +default:_cfcdg .nodeLogDebug (_gedbd ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0073\u0074\u0079l\u0065\u0064\u0020\u0070\u0061\u0072\u0061\u0067\u0072\u0061\u0070\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0060\u0025\u0073`.\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_gbecb ); +};};return _fgbe ,nil ;};func (_dcefb *templateProcessor )parseCellAlignmentAttr (_agcb ,_cffde string )CellHorizontalAlignment {_e .Log .Debug ("\u0050a\u0072\u0073i\u006e\u0067\u0020c\u0065\u006c\u006c\u0020\u0061\u006c\u0069g\u006e\u006d\u0065\u006e\u0074\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028`\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029\u002e",_agcb ,_cffde ); +_cfadb :=map[string ]CellHorizontalAlignment {"\u006c\u0065\u0066\u0074":CellHorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":CellHorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":CellHorizontalAlignmentRight }[_cffde ];return _cfadb ; +}; -// NewPolygon creates a new polygon. -func (_fcg *Creator )NewPolygon (points [][]_ddb .Point )*Polygon {return _ebdg (points )}; +// SetMarkedContentID sets marked content ID. +func (_aaeda *TOC )SetMarkedContentID (mcid int64 )*_fg .KDict {return nil }; -// Color returns the color of the line. -func (_agdc *Line )Color ()Color {return _agdc ._ffga }; +// SetBorderWidth sets the border width. +func (_caec *CurvePolygon )SetBorderWidth (borderWidth float64 ){_caec ._daee .BorderWidth =borderWidth };func _dgfa (_fcbe ,_dded ,_ccgd ,_dgfde float64 )*Line {return &Line {_dfaec :_fcbe ,_gafbg :_dded ,_fabaf :_ccgd ,_cgeea :_dgfde ,_eadb :ColorBlack ,_gebb :1.0,_ffbcg :1.0,_dafca :[]int64 {1,1},_cfgfg :PositionAbsolute }; +}; -// SetBorderColor sets the border color of the ellipse. -func (_cfgca *Ellipse )SetBorderColor (col Color ){_cfgca ._bfgf =col }; +// NewRectangle creates a new rectangle with the left corner at (`x`, `y`), +// having the specified width and height. +// NOTE: In relative positioning mode, `x` and `y` are calculated using the +// current context. Furthermore, when the fit mode is set to fill the available +// space, the rectangle is scaled so that it occupies the entire context width +// while maintaining the original aspect ratio. +func (_bdcf *Creator )NewRectangle (x ,y ,width ,height float64 )*Rectangle {return _gffd (x ,y ,width ,height );}; // SetMarkedContentID sets marked content ID. -func (_fcfb *TOC )SetMarkedContentID (mcid int64 )*_gd .KDict {return nil };func (_aaef *templateProcessor )processGradientColorPair (_edbd []string )(_gffbb []Color ,_egdc []float64 ){for _ ,_bgacb :=range _edbd {var (_gfdff =_ddf .Fields (_bgacb );_faddb =len (_gfdff ); -);if _faddb ==0{continue ;};_aacg :="";if _faddb > 1{_aacg =_ddf .TrimSpace (_gfdff [1]);};_gbff :=-1.0;if _ddf .HasSuffix (_aacg ,"\u0025"){_dfgag ,_dbcee :=_fd .ParseFloat (_aacg [:len (_aacg )-1],64);if _dbcee !=nil {_ca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0070\u006f\u0069n\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dbcee ); -};_gbff =_dfgag /100.0;};_effb :=_aaef .parseColor (_ddf .TrimSpace (_gfdff [0]));if _effb !=nil {_gffbb =append (_gffbb ,_effb );_egdc =append (_egdc ,_gbff );};};if len (_gffbb )!=len (_egdc ){_ca .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u006c\u0069\u006e\u0065\u0061\u0072\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0064\u0065\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u0021"); -return nil ,nil ;};_afef :=-1;_ggfae :=0.0;for _ddacf ,_ggeg :=range _egdc {if _ggeg ==-1.0{if _ddacf ==0{_ggeg =0.0;_egdc [_ddacf ]=0.0;continue ;};_afef ++;if _ddacf < len (_egdc )-1{continue ;}else {_ggeg =1.0;_egdc [_ddacf ]=1.0;};};_cdcd :=_afef +1; -for _aebf :=_ddacf -_afef ;_aebf < _ddacf ;_aebf ++{_egdc [_aebf ]=_ggfae +(float64 (_aebf )*(_ggeg -_ggfae )/float64 (_cdcd ));};_ggfae =_ggeg ;_afef =-1;};return _gffbb ,_egdc ;}; +func (_ecga *border )SetMarkedContentID (id int64 )*_fg .KDict {return nil }; -// SetTitleStyle sets the style properties of the invoice title. -func (_cbeaf *Invoice )SetTitleStyle (style TextStyle ){_cbeaf ._fcbed =style }; - -// AddPage adds the specified page to the creator. -// NOTE: If the page has a Rotate flag, the creator will take care of -// transforming the contents to maintain the correct orientation. -func (_fcbe *Creator )AddPage (page *_gd .PdfPage )error {_dcg ,_bfa :=_fcbe .wrapPageIfNeeded (page );if _bfa !=nil {return _bfa ;};if _dcg !=nil {page =_dcg ;};_geae ,_bfa :=page .GetMediaBox ();if _bfa !=nil {_ca .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0070\u0061g\u0065\u0020\u006d\u0065\u0064\u0069\u0061\u0062\u006f\u0078\u003a\u0020\u0025\u0076",_bfa ); -return _bfa ;};_geae .Normalize ();_cfb ,_cdff :=_geae .Llx ,_geae .Lly ;_bggea :=_geae ;if _eeea :=page .CropBox ;_eeea !=nil &&*_eeea !=*_geae {_eeea .Normalize ();_cfb ,_cdff =_eeea .Llx ,_eeea .Lly ;_bggea =_eeea ;};_fffd :=_cbe .IdentityMatrix (); -_efbb ,_bfa :=page .GetRotate ();if _bfa !=nil {_ca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bfa .Error ()); -};_gggg :=_efbb %360!=0&&_efbb %90==0;if _gggg {_aeca :=float64 ((360+_efbb %360)%360);if _aeca ==90{_fffd =_fffd .Translate (_bggea .Width (),0);}else if _aeca ==180{_fffd =_fffd .Translate (_bggea .Width (),_bggea .Height ());}else if _aeca ==270{_fffd =_fffd .Translate (0,_bggea .Height ()); -};_fffd =_fffd .Mult (_cbe .RotationMatrix (_aeca *_ff .Pi /180));_fffd =_fffd .Round (0.000001);_ecfg :=_dgeb (_bggea ,_fffd );_bggea =_ecfg ;_bggea .Normalize ();};if _cfb !=0||_cdff !=0{_fffd =_cbe .TranslationMatrix (_cfb ,_cdff ).Mult (_fffd );};if !_fffd .Identity (){_fffd =_fffd .Round (0.000001); -_fcbe ._gaf [page ]=&pageTransformations {_agce :&_fffd };};_fcbe ._baec =_bggea .Width ();_fcbe ._defa =_bggea .Height ();_fcbe .initContext ();_fcbe ._bee =append (_fcbe ._bee ,page );_fcbe ._ecfb .Page ++;return nil ;}; +// SetCompactMode sets the compact mode flag for this table. +// +// By enabling compact mode, table cell that contains Paragraph/StyleParagraph +// would not add extra height when calculating it's height. +// +// The default value is false. +func (_gcece *Table )SetCompactMode (enable bool ){_gcece ._fgcd =enable }; -// SetTextOverflow controls the behavior of paragraph text which -// does not fit in the available space. -func (_fgfbe *StyledParagraph )SetTextOverflow (textOverflow TextOverflow ){_fgfbe ._fcga =textOverflow ;}; +// HeaderFunctionArgs holds the input arguments to a header drawing function. +// It is designed as a struct, so additional parameters can be added in the future with backwards +// compatibility. +type HeaderFunctionArgs struct{PageNum int ;TotalPages int ;}; -// SetText replaces all the text of the paragraph with the specified one. -func (_adfg *StyledParagraph )SetText (text string )*TextChunk {_adfg .Reset ();return _adfg .Append (text );};func _cga (_aede *_eag .ContentStreamOperations ,_bfd *_gd .PdfPageResources ,_ggf *_eag .ContentStreamOperations ,_fddg *_gd .PdfPageResources )error {_cd :=map[_be .PdfObjectName ]_be .PdfObjectName {}; -_ggg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_bed :=map[_be .PdfObjectName ]_be .PdfObjectName {};_gfg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_fdg :=map[_be .PdfObjectName ]_be .PdfObjectName {};_bb :=map[_be .PdfObjectName ]_be .PdfObjectName {}; -for _ ,_fbf :=range *_ggf {switch _fbf .Operand {case "\u0044\u006f":if len (_fbf .Params )==1{if _adg ,_aab :=_fbf .Params [0].(*_be .PdfObjectName );_aab {if _ ,_agd :=_cd [*_adg ];!_agd {var _ecfe _be .PdfObjectName ;_dgge ,_ :=_fddg .GetXObjectByName (*_adg ); -if _dgge !=nil {_ecfe =*_adg ;for {_daa ,_ :=_bfd .GetXObjectByName (_ecfe );if _daa ==nil ||_daa ==_dgge {break ;};_ecfe =*_be .MakeName (_efb (_ecfe .String ()));};};_bfd .SetXObjectByName (_ecfe ,_dgge );_cd [*_adg ]=_ecfe ;};_deb :=_cd [*_adg ];_fbf .Params [0]=&_deb ; -};};case "\u0054\u0066":if len (_fbf .Params )==2{if _ddc ,_ecb :=_fbf .Params [0].(*_be .PdfObjectName );_ecb {if _ ,_dfc :=_ggg [*_ddc ];!_dfc {_aea ,_fga :=_fddg .GetFontByName (*_ddc );_decf :=*_ddc ;if _fga &&_aea !=nil {_decf =_eff (_ddc .String (),_aea ,_bfd ); -};_bfd .SetFontByName (_decf ,_aea );_ggg [*_ddc ]=_decf ;};_gcc :=_ggg [*_ddc ];_fbf .Params [0]=&_gcc ;};};case "\u0043\u0053","\u0063\u0073":if len (_fbf .Params )==1{if _gffa ,_gdg :=_fbf .Params [0].(*_be .PdfObjectName );_gdg {if _ ,_ccce :=_bed [*_gffa ]; -!_ccce {var _ffd _be .PdfObjectName ;_ddca ,_egb :=_fddg .GetColorspaceByName (*_gffa );if _egb {_ffd =*_gffa ;for {_cde ,_aedb :=_bfd .GetColorspaceByName (_ffd );if !_aedb ||_ddca ==_cde {break ;};_ffd =*_be .MakeName (_efb (_ffd .String ()));};_bfd .SetColorspaceByName (_ffd ,_ddca ); -_bed [*_gffa ]=_ffd ;}else {_ca .Log .Debug ("C\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064");};};if _dbgd ,_gdd :=_bed [*_gffa ];_gdd {_fbf .Params [0]=&_dbgd ;}else {_ca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020%\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",*_gffa ); -};};};case "\u0053\u0043\u004e","\u0073\u0063\u006e":if len (_fbf .Params )==1{if _dfe ,_gfe :=_fbf .Params [0].(*_be .PdfObjectName );_gfe {if _ ,_bac :=_gfg [*_dfe ];!_bac {var _dba _be .PdfObjectName ;_gfc ,_fbbb :=_fddg .GetPatternByName (*_dfe );if _fbbb {_dba =*_dfe ; -for {_aga ,_fddgf :=_bfd .GetPatternByName (_dba );if !_fddgf ||_aga ==_gfc {break ;};_dba =*_be .MakeName (_efb (_dba .String ()));};_cdc :=_bfd .SetPatternByName (_dba ,_gfc .ToPdfObject ());if _cdc !=nil {return _cdc ;};_gfg [*_dfe ]=_dba ;};};if _gefd ,_gdc :=_gfg [*_dfe ]; -_gdc {_fbf .Params [0]=&_gefd ;};};};case "\u0073\u0068":if len (_fbf .Params )==1{if _cbd ,_baa :=_fbf .Params [0].(*_be .PdfObjectName );_baa {if _ ,_dbaa :=_fdg [*_cbd ];!_dbaa {var _eeba _be .PdfObjectName ;_fcda ,_dbb :=_fddg .GetShadingByName (*_cbd ); -if _dbb {_eeba =*_cbd ;for {_bbc ,_fce :=_bfd .GetShadingByName (_eeba );if !_fce ||_fcda ==_bbc {break ;};_eeba =*_be .MakeName (_efb (_eeba .String ()));};_agaa :=_bfd .SetShadingByName (_eeba ,_fcda .ToPdfObject ());if _agaa !=nil {_ca .Log .Debug ("E\u0052\u0052\u004f\u0052 S\u0065t\u0020\u0073\u0068\u0061\u0064i\u006e\u0067\u003a\u0020\u0025\u0076",_agaa ); -return _agaa ;};_fdg [*_cbd ]=_eeba ;}else {_ca .Log .Debug ("\u0053\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};};if _gceb ,_cbaa :=_fdg [*_cbd ];_cbaa {_fbf .Params [0]=&_gceb ;}else {_ca .Log .Debug ("E\u0072\u0072\u006f\u0072\u003a\u0020S\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0025\u0073 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064",*_cbd ); -};};};case "\u0067\u0073":if len (_fbf .Params )==1{if _eef ,_faa :=_fbf .Params [0].(*_be .PdfObjectName );_faa {if _ ,_ddgc :=_bb [*_eef ];!_ddgc {var _dbc _be .PdfObjectName ;_dae ,_fff :=_fddg .GetExtGState (*_eef );if _fff {_dbc =*_eef ;for {_gdcf ,_ffde :=_bfd .GetExtGState (_dbc ); -if !_ffde ||_dae ==_gdcf {break ;};_dbc =*_be .MakeName (_efb (_dbc .String ()));};};_bfd .AddExtGState (_dbc ,_dae );_bb [*_eef ]=_dbc ;};_efa :=_bb [*_eef ];_fbf .Params [0]=&_efa ;};};};*_aede =append (*_aede ,_fbf );};return nil ;}; +// BorderColor returns the border color of the ellipse. +func (_cga *Ellipse )BorderColor ()Color {return _cga ._befd };func (_gdde *List )ctxHeight (_gbgd float64 )float64 {_gbgd -=_gdde ._bfcab ;var _caagc float64 ;for _ ,_cdfdg :=range _gdde ._ecd {_caagc +=_cdfdg .ctxHeight (_gbgd );};return _caagc ;}; -// AddPatternResource adds pattern dictionary inside the resources dictionary. -func (_debba *LinearShading )AddPatternResource (block *Block )(_gebbg _be .PdfObjectName ,_gece error ){_cbecg :=1;_bdbdd :=_be .PdfObjectName ("\u0050"+_fd .Itoa (_cbecg ));for block ._fa .HasPatternByName (_bdbdd ){_cbecg ++;_bdbdd =_be .PdfObjectName ("\u0050"+_fd .Itoa (_cbecg )); -};if _dcdc :=block ._fa .SetPatternByName (_bdbdd ,_debba .ToPdfShadingPattern ().ToPdfObject ());_dcdc !=nil {return "",_dcdc ;};return _bdbdd ,nil ;}; +// Style returns the style of the line. +func (_dgbc *Line )Style ()_ee .LineStyle {return _dgbc ._cbge }; -// Wrap wraps the text of the chunk into lines based on its style and the -// specified width. -func (_cegfb *TextChunk )Wrap (width float64 )([]string ,error ){if int (width )<=0{return []string {_cegfb .Text },nil ;};var _dege []string ;var _ffgd []rune ;var _afdcba float64 ;var _defd []float64 ;_aafcf :=_cegfb .Style ;_egfeg :=_bdcfa (_cegfb .Text ); -for _ ,_bead :=range _cegfb .Text {if _bead =='\u000A'{_fbacc :=_ebaa (string (_ffgd ),_egfeg );_dege =append (_dege ,_ddf .TrimRightFunc (_fbacc ,_ab .IsSpace )+string (_bead ));_ffgd =nil ;_afdcba =0;_defd =nil ;continue ;};_bgcde :=_bead ==' ';_acfbd ,_bfeea :=_aafcf .Font .GetRuneMetrics (_bead ); -if !_bfeea {_ca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0052\u0075\u006e\u0065\u0020\u0063\u0068\u0061\u0072\u0020\u006det\u0072i\u0063\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064!\u0020\u0072\u0075\u006e\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u003d\u0025\u0063\u0020\u0066o\u006e\u0074\u003d\u0025\u0073\u0020\u0025\u0023\u0071",_bead ,_bead ,_aafcf .Font .BaseFont (),_aafcf .Font .Subtype ()); -_ca .Log .Trace ("\u0046o\u006e\u0074\u003a\u0020\u0025\u0023v",_aafcf .Font );_ca .Log .Trace ("\u0045\u006e\u0063o\u0064\u0065\u0072\u003a\u0020\u0025\u0023\u0076",_aafcf .Font .Encoder ());return nil ,_fc .New ("\u0067\u006c\u0079\u0070\u0068\u0020\u0063\u0068\u0061\u0072\u0020m\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -};_ebbcf :=_aafcf .FontSize *_acfbd .Wx ;_bbfcb :=_ebbcf ;if !_bgcde {_bbfcb =_ebbcf +_aafcf .CharSpacing *1000.0;};if _afdcba +_ebbcf > width *1000.0{_gaca :=-1;if !_bgcde {for _cbebfd :=len (_ffgd )-1;_cbebfd >=0;_cbebfd --{if _ffgd [_cbebfd ]==' '{_gaca =_cbebfd ; -break ;};};};_edcc :=string (_ffgd );if _gaca > 0{_edcc =string (_ffgd [0:_gaca +1]);_ffgd =append (_ffgd [_gaca +1:],_bead );_defd =append (_defd [_gaca +1:],_bbfcb );_afdcba =0;for _ ,_afabb :=range _defd {_afdcba +=_afabb ;};}else {if _bgcde {_ffgd =[]rune {}; -_defd =[]float64 {};_afdcba =0;}else {_ffgd =[]rune {_bead };_defd =[]float64 {_bbfcb };_afdcba =_bbfcb ;};};_edcc =_ebaa (_edcc ,_egfeg );_dege =append (_dege ,_ddf .TrimRightFunc (_edcc ,_ab .IsSpace ));}else {_ffgd =append (_ffgd ,_bead );_afdcba +=_bbfcb ; -_defd =append (_defd ,_bbfcb );};};if len (_ffgd )> 0{_fgada :=string (_ffgd );_fgada =_ebaa (_fgada ,_egfeg );_dege =append (_dege ,_fgada );};return _dege ,nil ;};func (_defcbe *templateProcessor )nodeLogDebug (_deccb *templateNode ,_dded string ,_cddcc ...interface{}){_ca .Log .Debug (_defcbe .getNodeErrorLocation (_deccb ,_dded ,_cddcc ...)); +// GeneratePageBlocks draws the composite Bezier curve on a new block +// representing the page. Implements the Drawable interface. +func (_fcgf *PolyBezierCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_fcae :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_bfbgc ,_daeee :=_fcae .setOpacity (_fcgf ._eecd ,_fcgf ._dgacd );if _daeee !=nil {return nil ,ctx ,_daeee ; +};_cbcg :=_fcgf ._ggae ;_cbcg .FillEnabled =_cbcg .FillColor !=nil ;var (_fdaf =ctx .PageHeight ;_bbdag =_cbcg .Curves ;_edab =make ([]_ee .CubicBezierCurve ,0,len (_cbcg .Curves )););_afgg :=_fg .PdfRectangle {};for _gbgg :=range _cbcg .Curves {_fefae :=_bbdag [_gbgg ]; +_fefae .P0 .Y =_fdaf -_fefae .P0 .Y ;_fefae .P1 .Y =_fdaf -_fefae .P1 .Y ;_fefae .P2 .Y =_fdaf -_fefae .P2 .Y ;_fefae .P3 .Y =_fdaf -_fefae .P3 .Y ;_edab =append (_edab ,_fefae );_ffbb :=_fefae .GetBounds ();if _gbgg ==0{_afgg =_ffbb ;}else {_afgg .Llx =_d .Min (_afgg .Llx ,_ffbb .Llx ); +_afgg .Lly =_d .Min (_afgg .Lly ,_ffbb .Lly );_afgg .Urx =_d .Max (_afgg .Urx ,_ffbb .Urx );_afgg .Ury =_d .Max (_afgg .Ury ,_ffbb .Ury );};};_cbcg .Curves =_edab ;defer func (){_cbcg .Curves =_bbdag }();if _cbcg .FillEnabled {_cdea :=_cabfe (_fcae ,_fcgf ._ggae .FillColor ,_fcgf ._feca ,func ()Rectangle {return Rectangle {_fgcb :_afgg .Llx ,_aedg :_afgg .Lly ,_cfee :_afgg .Width (),_edcdb :_afgg .Height ()}; +});if _cdea !=nil {return nil ,ctx ,_cdea ;};};_ecdc ,_ ,_daeee :=_cbcg .MarkedDraw (_bfbgc ,_fcgf ._efec );if _daeee !=nil {return nil ,ctx ,_daeee ;};if _daeee =_fcae .addContentsByString (string (_ecdc ));_daeee !=nil {return nil ,ctx ,_daeee ;};return []*Block {_fcae },ctx ,nil ; }; -// SetLevelOffset sets the amount of space an indentation level occupies. -func (_fcbbaa *TOCLine )SetLevelOffset (levelOffset float64 ){_fcbbaa ._gedeb =levelOffset ;_fcbbaa ._ecfeg ._affa .Left =_fcbbaa ._gdcff +float64 (_fcbbaa ._bfcf -1)*_fcbbaa ._gedeb ;};func (_fadb *templateProcessor )addNodeText (_ggeed *templateNode ,_afdfg string )error {_ebca :=_ggeed ._fdfd ; -if _ebca ==nil {return nil ;};switch _afdbg :=_ebca .(type ){case *TextChunk :_afdbg .Text =_afdfg ;case *Paragraph :switch _ggeed ._eccfd .Name .Local {case "\u0063h\u0061p\u0074\u0065\u0072\u002d\u0068\u0065\u0061\u0064\u0069\u006e\u0067":if _ggeed ._ddbbd !=nil {if _cefgb ,_beffe :=_ggeed ._ddbbd ._fdfd .(*Chapter ); -_beffe {_cefgb ._fagc =_afdfg ;_afdbg .SetText (_cefgb .headingText ());};};default:_afdbg .SetText (_afdfg );};};return nil ;}; - -// SetFitMode sets the fit mode of the image. -// NOTE: The fit mode is only applied if relative positioning is used. -func (_gbc *Image )SetFitMode (fitMode FitMode ){_gbc ._gfba =fitMode };func _cffg (_dfgcg float64 ,_fgegf int )float64 {_gbeaa :=_ff .Pow10 (_fgegf );return _ff .Round (_gbeaa *_dfgcg )/_gbeaa ;};func _adcc (_aec ,_cea *_gd .PdfPageResources )error {_dfcg ,_ :=_aec .GetColorspaces (); -if _dfcg !=nil &&len (_dfcg .Colorspaces )> 0{for _feb ,_agad :=range _dfcg .Colorspaces {_egbf :=*_be .MakeName (_feb );if _cea .HasColorspaceByName (_egbf ){continue ;};_eccg :=_cea .SetColorspaceByName (_egbf ,_agad );if _eccg !=nil {return _eccg ;}; -};};return nil ;}; +// Heading returns the heading component of the table of contents. +func (_fbbebc *TOC )Heading ()*StyledParagraph {return _fbbebc ._bdaf }; -// SetLineHeight sets the line height (1.0 default). -func (_bcbe *StyledParagraph )SetLineHeight (lineheight float64 ){_bcbe ._bcde =lineheight };func _dgeb (_dgcgg *_gd .PdfRectangle ,_bfeabd _cbe .Matrix )*_gd .PdfRectangle {var _bcafg _gd .PdfRectangle ;_bcafg .Llx ,_bcafg .Lly =_bfeabd .Transform (_dgcgg .Llx ,_dgcgg .Lly ); -_bcafg .Urx ,_bcafg .Ury =_bfeabd .Transform (_dgcgg .Urx ,_dgcgg .Ury );_bcafg .Normalize ();return &_bcafg ;};func (_eggbe *templateProcessor )parseInt64Attr (_edeed ,_fbbbf string )int64 {_ca .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0069\u006e\u0074\u00364 a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_edeed ,_fbbbf ); -_caabc ,_ :=_fd .ParseInt (_fbbbf ,10,64);return _caabc ;}; +// Height returns the height of the line. +func (_gbgff *Line )Height ()float64 {_begc :=_gbgff ._ffbcg ;if _gbgff ._dfaec ==_gbgff ._fabaf {_begc /=2;};return _d .Abs (_gbgff ._cgeea -_gbgff ._gafbg )+_begc ;}; -// GetCoords returns coordinates of border. -func (_efab *border )GetCoords ()(float64 ,float64 ){return _efab ._ffa ,_efab ._cbc }; +// SetLanguageIdentifier sets the language identifier for the paragraph. +func (_fdbg *Paragraph )SetLanguageIdentifier (id string ){_fdbg ._gdcf =id }; -// Lines returns all the lines the table of contents has. -func (_efdd *TOC )Lines ()[]*TOCLine {return _efdd ._gfcc }; +// SetPos sets absolute positioning with specified coordinates. +func (_fded *Paragraph )SetPos (x ,y float64 ){_fded ._cddfc =PositionAbsolute ;_fded ._acbe =x ;_fded ._egfb =y ;}; -// ScaleToWidth sets the graphic svg scaling factor with the given width. -func (_bfba *GraphicSVG )ScaleToWidth (w float64 ){_ece :=_bfba ._dddg .Height /_bfba ._dddg .Width ;_bfba ._dddg .Width =w ;_bfba ._dddg .Height =w *_ece ;_bfba ._dddg .SetScaling (_ece ,_ece );}; +// Logo returns the logo of the invoice. +func (_faa *Invoice )Logo ()*Image {return _faa ._efcff }; -// NewLine creates a new line between (x1, y1) to (x2, y2), -// using default attributes. -// NOTE: In relative positioning mode, `x1` and `y1` are calculated using the -// current context and `x2`, `y2` are used only to calculate the position of -// the second point in relation to the first one (used just as a measurement -// of size). Furthermore, when the fit mode is set to fill the context width, -// `x2` is set to the right edge coordinate of the context. -func (_daec *Creator )NewLine (x1 ,y1 ,x2 ,y2 float64 )*Line {return _cegb (x1 ,y1 ,x2 ,y2 )};func _badfd (_bab *_ea .GraphicSVG )(*GraphicSVG ,error ){return &GraphicSVG {_dddg :_bab ,_cdgd :PositionRelative ,_agdb :Margins {Top :10,Bottom :10}},nil ; -};func (_bdf *Block )SetMarkedContentID (id int64 )*_gd .KDict {return nil };const (TextAlignmentLeft TextAlignment =iota ;TextAlignmentRight ;TextAlignmentCenter ;TextAlignmentJustify ;);func (_bfegc *templateProcessor )getNodeErrorLocation (_gfgg *templateNode ,_cfff string ,_aagae ...interface{})string {_afdcb :=_f .Sprintf (_cfff ,_aagae ...); -_cfba :=_f .Sprintf ("\u0025\u0064",_gfgg ._afdda );if _gfgg ._gbdd !=0{_cfba =_f .Sprintf ("\u0025\u0064\u003a%\u0064",_gfgg ._gbdd ,_gfgg ._ggcca );};if _bfegc ._cabb !=""{return _f .Sprintf ("\u0025\u0073\u0020\u005b\u0025\u0073\u003a\u0025\u0073\u005d",_afdcb ,_bfegc ._cabb ,_cfba ); -};return _f .Sprintf ("\u0025s\u0020\u005b\u0025\u0073\u005d",_afdcb ,_cfba );};func _ddcfb (_eefaa *templateProcessor ,_acgg *templateNode )(interface{},error ){return _eefaa .parseTable (_acgg );};func _cddab (_edeca ...interface{})[]interface{}{return _edeca }; +// SetPositioning sets the positioning of the ellipse (absolute or relative). +func (_bacb *Ellipse )SetPositioning (position Positioning ){_bacb ._ggcea =position }; +// SetMarkedContentID sets the marked content id for the line. +func (_fgeg *Line )SetMarkedContentID (mcid int64 )*_fg .KDict {_fgeg ._cgcf =&mcid ;_cegd :=_fg .NewKDictionary ();_cegd .S =_cc .MakeName (_fg .StructureTypeFigure );_cegd .K =_cc .MakeInteger (mcid );return _cegd ;}; -// TOCLine represents a line in a table of contents. -// The component can be used both in the context of a -// table of contents component and as a standalone component. -// The representation of a table of contents line is as follows: -/* - [number] [title] [separator] [page] - e.g.: Chapter1 Introduction ........... 1 -*/ -type TOCLine struct{_ecfeg *StyledParagraph ; +// SetAlternateText sets the alternate text for the image. +func (_gbgf *Image )SetAlternateText (text string ){_gbgf ._fdfa =text }; -// Holds the text and style of the number part of the TOC line. -Number TextChunk ; +// SetRowPosition sets cell row position. +func (_ecgf *TableCell )SetRowPosition (row int ){_ecgf ._cceff =row }; -// Holds the text and style of the title part of the TOC line. -Title TextChunk ; +// EnableWordWrap sets the paragraph word wrap flag. +func (_aede *StyledParagraph )EnableWordWrap (val bool ){_aede ._eabaa =val }; -// Holds the text and style of the separator part of the TOC line. -Separator TextChunk ; +// GetHorizontalAlignment returns the horizontal alignment of the image. +func (_aafd *Image )GetHorizontalAlignment ()HorizontalAlignment {return _aafd ._dege };func _cagdfg (_eaec *_gf .File )([]*_fg .PdfPage ,error ){_afdd ,_agegf :=_fg .NewPdfReader (_eaec );if _agegf !=nil {return nil ,_agegf ;};_aageg ,_agegf :=_afdd .GetNumPages (); +if _agegf !=nil {return nil ,_agegf ;};var _accf []*_fg .PdfPage ;for _fabf :=0;_fabf < _aageg ;_fabf ++{_dgdbc ,_cedge :=_afdd .GetPage (_fabf +1);if _cedge !=nil {return nil ,_cedge ;};_accf =append (_accf ,_dgdbc );};return _accf ,nil ;};const (TextRenderingModeFill TextRenderingMode =iota ; +TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ;TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;); -// Holds the text and style of the page part of the TOC line. -Page TextChunk ;_gdcff float64 ;_bfcf uint ;_gedeb float64 ;_cdfed Positioning ;_bfcae float64 ;_geaed float64 ;_bfabf int64 ;};func _aagc (_gbedg []*_gd .PdfAnnotation )[]*_gd .PdfAnnotation {var _bfbc []*_gd .PdfAnnotation ;for _ ,_bdfg :=range _gbedg {_bfbc =append (_bfbc ,_cebge (_bdfg )); -};return _bfbc ;}; +// AddShadingResource adds shading dictionary inside the resources dictionary. +func (_daab *RadialShading )AddShadingResource (block *Block )(_ccbf _cc .PdfObjectName ,_caafbe error ){_bbdaf :=1;_ccbf =_cc .PdfObjectName ("\u0053\u0068"+_be .Itoa (_bbdaf ));for block ._fdf .HasShadingByName (_ccbf ){_bbdaf ++;_ccbf =_cc .PdfObjectName ("\u0053\u0068"+_be .Itoa (_bbdaf )); +};if _gggadb :=block ._fdf .SetShadingByName (_ccbf ,_daab .shadingModel ().ToPdfObject ());_gggadb !=nil {return "",_gggadb ;};return _ccbf ,nil ;};func (_aeeff *templateProcessor )nodeError (_eggfg *templateNode ,_ccaffd string ,_efbcf ...interface{})error {return _g .Errorf ("\u0025\u0073",_aeeff .getNodeErrorLocation (_eggfg ,_ccaffd ,_efbcf ...)); +};func _adgee (_fcdab *Block ,_eceb *StyledParagraph ,_gfgdb [][]*TextChunk ,_bagg DrawContext )(DrawContext ,[][]*TextChunk ,error ){_caffa :=1;_bgcfd :=_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa ));for _fcdab ._fdf .HasFontByName (_bgcfd ){_caffa ++; +_bgcfd =_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa ));};_cdba :=_fcdab ._fdf .SetFontByName (_bgcfd ,_eceb ._ffdb .Font .ToPdfObject ());if _cdba !=nil {return _bagg ,nil ,_cdba ;};_caffa ++;_geacf :=_bgcfd ;_fdad :=_eceb ._ffdb .FontSize ; +_adgb :=_eceb ._cbeg .IsRelative ();var _eacfb [][]_cc .PdfObjectName ;var _gagde [][]*TextChunk ;var _gcbg float64 ;for _bbbc ,_adad :=range _gfgdb {var _ccgfb []_cc .PdfObjectName ;var _dfca float64 ;if len (_adad )> 0{_dfca =_adad [0].Style .FontSize ; +};for _ ,_agbgd :=range _adad {_ddab :=_agbgd .Style ;if _agbgd .Text !=""&&_ddab .FontSize > _dfca {_dfca =_ddab .FontSize ;};if _dfca > _bagg .PageHeight {return _bagg ,nil ,_ag .New ("\u0050\u0061\u0072\u0061\u0067\u0072a\u0070\u0068\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0063\u0061\u006e\u0027\u0074\u0020\u0062\u0065\u0020\u006ca\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0070\u0061\u0067\u0065 \u0068e\u0069\u0067\u0068\u0074"); +};_bgcfd =_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa ));_cgef :=_fcdab ._fdf .SetFontByName (_bgcfd ,_ddab .Font .ToPdfObject ());if _cgef !=nil {return _bagg ,nil ,_cgef ;};_ccgfb =append (_ccgfb ,_bgcfd );_caffa ++; +};_dfca *=_eceb ._aaebc ;if _adgb &&_gcbg +_dfca > _bagg .Height {_gagde =_gfgdb [_bbbc :];_gfgdb =_gfgdb [:_bbbc ];break ;};_gcbg +=_dfca ;_eacfb =append (_eacfb ,_ccgfb );};_ggcdd ,_fcagf ,_deded :=_eceb .getLineMetrics (0);_dbdb ,_cagec :=_ggcdd *_eceb ._aaebc ,_fcagf *_eceb ._aaebc ; +if len (_gfgdb )==0{return _bagg ,_gagde ,nil ;};_bggad :=_cb .NewContentCreator ();_bggad .Add_q ();_afeb :=_cagec ;if _eceb ._aegge ==TextVerticalAlignmentCenter {_afeb =_fcagf +(_ggcdd +_deded -_fcagf )/2+(_cagec -_fcagf )/2;};_fadge :=_bagg .PageHeight -_bagg .Y -_afeb ; +_bggad .Translate (_bagg .X ,_fadge );_gefcd :=_fadge ;if _eceb ._eedg !=0{_bggad .RotateDeg (_eceb ._eedg );};if _eceb ._efea ==TextOverflowHidden {_bggad .Add_re (0,-_gcbg +_dbdb +1,_eceb ._dcdb ,_gcbg ).Add_W ().Add_n ();};_bggad .Add_BT ();_efgf :=map[string ]_cc .PdfObject {}; +if _eceb ._gccf !=nil {_efgf ["\u004d\u0043\u0049\u0044"]=_cc .MakeInteger (*_eceb ._gccf );};if _eceb ._gggc !=""{_efgf ["\u004c\u0061\u006e\u0067"]=_cc .MakeString (_eceb ._gggc );};if len (_efgf )> 0{_bggad .Add_BDC (*_cc .MakeName (_fg .StructureTypeParagraph ),_efgf ); +};var _dddbf []*_ee .BasicLine ;for _geaae ,_gdgc :=range _gfgdb {_gfccd :=_bagg .X ;var _bbcc float64 ;if len (_gdgc )> 0{_bbcc =_gdgc [0].Style .FontSize ;};_ggcdd ,_ ,_deded =_eceb .getLineMetrics (_geaae );_cagec =(_ggcdd +_deded );for _ ,_gbbfg :=range _gdgc {_fgegg :=&_gbbfg .Style ; +if _gbbfg .Text !=""&&_fgegg .FontSize > _bbcc {_bbcc =_fgegg .FontSize ;};if _cagec > _bbcc {_bbcc =_cagec ;};};if _geaae !=0{_bggad .Add_TD (0,-_bbcc *_eceb ._aaebc );_gefcd -=_bbcc *_eceb ._aaebc ;};_cgea :=_geaae ==len (_gfgdb )-1;var (_fbgef float64 ; +_eged float64 ;_bgdf *fontMetrics ;_gfeb float64 ;_bcdbdd uint ;);var _gcfab []float64 ;for _ ,_abfb :=range _gdgc {_bdcd :=&_abfb .Style ;if _bdcd .FontSize > _eged {_eged =_bdcd .FontSize ;_bgdf =_ddcc (_abfb .Style .Font ,_bdcd .FontSize );};if _cagec > _eged {_eged =_cagec ; +};_gfbca ,_ddce :=_bdcd .Font .GetRuneMetrics (' ');if _gfbca .Wx ==0&&_bdcd .MultiFont !=nil {_gfbca ,_ddce =_bdcd .MultiFont .GetRuneMetrics (' ');_bdcd .MultiFont .Reset ();};if !_ddce {return _bagg ,nil ,_ag .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068"); +};var _edef uint ;var _bace float64 ;_acagd :=len (_abfb .Text );for _deefc ,_daae :=range _abfb .Text {if _daae ==' '{_edef ++;continue ;};if _daae =='\u000A'{continue ;};_fdfdg ,_cbfc :=_bdcd .Font .GetRuneMetrics (_daae );if _fdfdg .Wx ==0&&_bdcd .MultiFont !=nil {_fdfdg ,_cbfc =_bdcd .MultiFont .GetRuneMetrics (' '); +_bdcd .MultiFont .Reset ();};if !_cbfc {_e .Log .Debug ("\u0055\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0072\u0075\u006ee\u0020%\u0076\u0020\u0069\u006e\u0020\u0066\u006fn\u0074\u000a",_daae );return _bagg ,nil ,_ag .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0067\u006c\u0079p\u0068"); +};_bace +=_bdcd .FontSize *_fdfdg .Wx *_bdcd .horizontalScale ();if _deefc !=_acagd -1{_bace +=_bdcd .CharSpacing *1000.0;};};_gcfab =append (_gcfab ,_bace );_fbgef +=_bace ;_gfeb +=float64 (_edef )*_gfbca .Wx *_bdcd .FontSize *_bdcd .horizontalScale (); +_bcdbdd +=_edef ;};_eged *=_eceb ._aaebc ;var _bffff []_cc .PdfObject ;_adcdb :=_eceb ._dcdb *1000.0;if _eceb ._bffa ==TextAlignmentJustify {if _bcdbdd > 0&&!_cgea {_gfeb =(_adcdb -_fbgef )/float64 (_bcdbdd )/_fdad ;};}else if _eceb ._bffa ==TextAlignmentCenter {_ecgeg :=(_adcdb -_fbgef -_gfeb )/2; +_faag :=_ecgeg /_fdad ;_bffff =append (_bffff ,_cc .MakeFloat (-_faag ));_gfccd +=_ecgeg /1000.0;}else if _eceb ._bffa ==TextAlignmentRight {_cadac :=(_adcdb -_fbgef -_gfeb );_cdcfc :=_cadac /_fdad ;_bffff =append (_bffff ,_cc .MakeFloat (-_cdcfc ));_gfccd +=_cadac /1000.0; +};if len (_bffff )> 0{_bggad .Add_Tf (_geacf ,_fdad ).Add_TL (_fdad *_eceb ._aaebc ).Add_TJ (_bffff ...);};_addf :=0.0;for _dabff ,_egecf :=range _gdgc {_afbe :=&_egecf .Style ;_daabg :=_geacf ;_fdcd :=_fdad ;_eaaaf :=_afbe .OutlineColor !=nil ;_afcbb :=_afbe .HorizontalScaling !=DefaultHorizontalScaling ; +_bbbg :=_afbe .OutlineSize !=1;if _bbbg {_bggad .Add_w (_afbe .OutlineSize );};_cbdde :=_afbe .RenderingMode !=TextRenderingModeFill ;if _cbdde {_bggad .Add_Tr (int64 (_afbe .RenderingMode ));};_faed :=_afbe .CharSpacing !=0;if _faed {_bggad .Add_Tc (_afbe .CharSpacing ); +};_agdgg :=_afbe .TextRise !=0;if _agdgg {_bggad .Add_Ts (_afbe .TextRise );};if _egecf .VerticalAlignment !=TextVerticalAlignmentBaseline {_bgbda :=_ddcc (_egecf .Style .Font ,_afbe .FontSize );switch _egecf .VerticalAlignment {case TextVerticalAlignmentCenter :_addf =_bgdf ._fbdag /2-_bgbda ._fbdag /2; +case TextVerticalAlignmentBottom :_addf =_bgdf ._dfef -_bgbda ._dfef ;case TextVerticalAlignmentTop :_addf =_fcagf -_afbe .FontSize ;};if _addf !=0.0{_bggad .Translate (0,_addf );};};if _eceb ._bffa !=TextAlignmentJustify ||_cgea {_aegbe ,_baaf :=_afbe .Font .GetRuneMetrics (' '); +if !_baaf {return _bagg ,nil ,_ag .New ("\u0074\u0068e \u0066\u006f\u006et\u0020\u0064\u006f\u0065s n\u006ft \u0068\u0061\u0076\u0065\u0020\u0061\u0020sp\u0061\u0063\u0065\u0020\u0067\u006c\u0079p\u0068");};_daabg =_eacfb [_geaae ][_dabff ];_fdcd =_afbe .FontSize ; +_gfeb =_aegbe .Wx *_afbe .horizontalScale ();};_ebgc :=_afbe .Font .Encoder ();var _bccfad []byte ;var _gced bool ;_deffe :=_afbe .Font ;for _ ,_gadgg :=range _egecf .Text {if _gadgg =='\u000A'{continue ;};if _gadgg ==' '{if len (_bccfad )> 0{if _eaaaf {_bggad .SetStrokingColor (_agbd (_afbe .OutlineColor )); +};if _afcbb {_bggad .Add_Tz (_afbe .HorizontalScaling );};_caad :=_eacfb [_geaae ][_dabff ];if _gced {_caad =_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa ));_ceff :=_fcdab ._fdf .SetFontByName (_caad ,_deffe .ToPdfObject ()); +if _ceff !=nil {return _bagg ,nil ,_ceff ;};_caffa ++;_gced =false ;_ebgc =_afbe .Font .Encoder ();};_bggad .SetNonStrokingColor (_agbd (_afbe .Color )).Add_Tf (_caad ,_afbe .FontSize ).Add_TJ ([]_cc .PdfObject {_cc .MakeStringFromBytes (_bccfad )}...); +_bccfad =nil ;};if _afcbb {_bggad .Add_Tz (DefaultHorizontalScaling );};_bggad .Add_Tf (_daabg ,_fdcd ).Add_TJ ([]_cc .PdfObject {_cc .MakeFloat (-_gfeb )}...);_gcfab [_dabff ]+=_gfeb *_fdcd ;}else {if _ ,_eeff :=_ebgc .RuneToCharcode (_gadgg );!_eeff {if _afbe .MultiFont !=nil {_ggdf ,_gaea :=_afbe .MultiFont .Encoder (_gadgg ); +if _gaea {if len (_bccfad )!=0{_dgfdf :=_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa ));_dccaag :=_fcdab ._fdf .SetFontByName (_daabg ,_deffe .ToPdfObject ());if _dccaag !=nil {return _bagg ,nil ,_dccaag ;};_bggad .SetNonStrokingColor (_agbd (_afbe .Color )).Add_Tf (_dgfdf ,_afbe .FontSize ).Add_TJ ([]_cc .PdfObject {_cc .MakeStringFromBytes (_bccfad )}...); +_caffa ++;_bccfad =nil ;};_ebgc =_ggdf ;_gced =true ;_deffe =_afbe .MultiFont .CurrentFont ;};}else {_cdba =UnsupportedRuneError {Message :_g .Sprintf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0075\u006e\u0065 \u0069\u006e\u0020\u0074\u0065\u0078\u0074\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0023\u0078\u0020\u0028\u0025\u0063\u0029",_gadgg ,_gadgg ),Rune :_gadgg }; +_bagg ._adac =append (_bagg ._adac ,_cdba );_e .Log .Debug (_cdba .Error ());if _bagg ._eecc <=0{continue ;};_gadgg =_bagg ._eecc ;};};_dbdba :=_ebgc .Encode (string (_gadgg ));_bccfad =append (_bccfad ,_dbdba ...);};if _afbe .MultiFont !=nil {_afbe .MultiFont .Reset (); +};};if len (_bccfad )> 0{if _eaaaf {_bggad .SetStrokingColor (_agbd (_afbe .OutlineColor ));};if _afcbb {_bggad .Add_Tz (_afbe .HorizontalScaling );};_afgfc :=_eacfb [_geaae ][_dabff ];if _gced {_afgfc =_cc .PdfObjectName (_g .Sprintf ("\u0046\u006f\u006e\u0074\u0025\u0064",_caffa )); +_dage :=_fcdab ._fdf .SetFontByName (_afgfc ,_deffe .ToPdfObject ());if _dage !=nil {return _bagg ,nil ,_dage ;};_caffa ++;_gced =false ;};_bggad .SetNonStrokingColor (_agbd (_afbe .Color )).Add_Tf (_afgfc ,_afbe .FontSize ).Add_TJ ([]_cc .PdfObject {_cc .MakeStringFromBytes (_bccfad )}...); +};_cbcgf :=_gcfab [_dabff ]/1000.0;if _afbe .Underline {_fdfgdb :=_afbe .UnderlineStyle .Color ;if _fdfgdb ==nil {_fdfgdb =_egecf .Style .Color ;};_ggdfg ,_bddb ,_fedg :=_fdfgdb .ToRGB ();_cfcdb :=_gfccd -_bagg .X ;_bgedb :=_gefcd -_fadge +_afbe .TextRise -_afbe .UnderlineStyle .Offset ; +_dddbf =append (_dddbf ,&_ee .BasicLine {X1 :_cfcdb ,Y1 :_bgedb ,X2 :_cfcdb +_cbcgf ,Y2 :_bgedb ,LineWidth :_egecf .Style .UnderlineStyle .Thickness ,LineColor :_fg .NewPdfColorDeviceRGB (_ggdfg ,_bddb ,_fedg )});};for _fdcfcc ,_dfdcd :=range _egecf ._ecgg {var _gggcf *_cc .PdfObjectArray ; +if len (_egecf ._gcfaba )==_fdcfcc {switch _cfeca :=_dfdcd .GetContext ().(type ){case *_fg .PdfAnnotationLink :_gggcf =_cc .MakeArray ();_cfeca .Rect =_gggcf ;_ffgea ,_ceddc :=_cfeca .Dest .(*_cc .PdfObjectArray );if _ceddc &&_ffgea .Len ()==5{_cafdf ,_gdbd :=_ffgea .Get (1).(*_cc .PdfObjectName ); +if _gdbd &&_cafdf .String ()=="\u0058\u0059\u005a"{_eefe ,_bgff :=_cc .GetNumberAsFloat (_ffgea .Get (3));if _bgff ==nil {_ffgea .Set (3,_cc .MakeFloat (_bagg .PageHeight -_eefe ));};};};case *_fg .PdfAnnotationHighlight :_gggcf =_cc .MakeArray ();_cfeca .Rect =_gggcf ; +_gedd :=_gfccd ;_gcdfe :=_gefcd +_afbe .TextRise ;_bbada :=_cfecd (&_fg .PdfRectangle {Llx :_gedd ,Lly :_gcdfe ,Urx :_gedd +_cbcgf ,Ury :_gcdfe +_eged },_eceb ._eedg );_cfeca .QuadPoints =_cc .MakeArrayFromFloats ([]float64 {_bbada [0].X ,_bbada [0].Y ,_bbada [1].X ,_bbada [1].Y ,_bbada [3].X ,_bbada [3].Y ,_bbada [2].X ,_bbada [2].Y }); +};_egecf ._gcfaba =append (_egecf ._gcfaba ,true );};if _gggcf !=nil {_abce :=_ee .NewPoint (_gfccd -_bagg .X ,_gefcd +_afbe .TextRise -_fadge ).Rotate (_eceb ._eedg );_abce .X +=_bagg .X ;_abce .Y +=_fadge ;_fbdg ,_beef ,_fgag ,_fbea :=_cbbf (_cbcgf ,_eged ,_eceb ._eedg ); +_abce .X +=_fbdg ;_abce .Y +=_beef ;_gggcf .Clear ();_gggcf .Append (_cc .MakeFloat (_abce .X ));_gggcf .Append (_cc .MakeFloat (_abce .Y ));_gggcf .Append (_cc .MakeFloat (_abce .X +_fgag ));_gggcf .Append (_cc .MakeFloat (_abce .Y +_fbea ));};_fcdab .AddAnnotation (_dfdcd ); +};_gfccd +=_cbcgf ;if _bbbg {_bggad .Add_w (1.0);};if _eaaaf {_bggad .Add_RG (0.0,0.0,0.0);};if _cbdde {_bggad .Add_Tr (int64 (TextRenderingModeFill ));};if _faed {_bggad .Add_Tc (0);};if _agdgg {_bggad .Add_Ts (0);};if _afcbb {_bggad .Add_Tz (DefaultHorizontalScaling ); +};if _addf !=0.0{_bggad .Translate (0,-_addf );_addf =0.0;};};};if len (_efgf )> 0{_bggad .Add_EMC ();};_bggad .Add_ET ();for _ ,_feeeb :=range _dddbf {_bggad .SetStrokingColor (_feeeb .LineColor ).Add_w (_feeeb .LineWidth ).Add_m (_feeeb .X1 ,_feeeb .Y1 ).Add_l (_feeeb .X2 ,_feeeb .Y2 ).Add_s (); +};_bggad .Add_Q ();_gbfdd :=_bggad .Operations ();_gbfdd .WrapIfNeeded ();_fcdab .addContents (_gbfdd );if _adgb {_ffecbf :=_gcbg ;_bagg .Y +=_ffecbf ;_bagg .Height -=_ffecbf ;if _bagg .Inline {_bagg .X +=_eceb .Width ()+_eceb ._gfdga .Right ;};};return _bagg ,_gagde ,nil ; +}; -// Rows returns the total number of rows the table has. -func (_eafbd *Table )Rows ()int {return _eafbd ._addf };func _baddb (_gbed *templateProcessor ,_eagdb *templateNode )(interface{},error ){return _gbed .parsePageBreak (_eagdb );};func _aegcb (_gcdb ...interface{})(map[string ]interface{},error ){_cffff :=len (_gcdb ); -if _cffff %2!=0{_ca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u0073\u0020\u0066\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u006d\u0061\u0070\u003a\u0020\u0025\u0064\u002e",_cffff ); -return nil ,_be .ErrRangeError ;};_aegf :=map[string ]interface{}{};for _cbfffc :=0;_cbfffc < _cffff ;_cbfffc +=2{_abdd ,_ddge :=_gcdb [_cbfffc ].(string );if !_ddge {_ca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0070 \u006b\u0065\u0079\u0020t\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u002e\u0020\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u002e",_gcdb [_cbfffc ]); -return nil ,_be .ErrTypeError ;};_aegf [_abdd ]=_gcdb [_cbfffc +1];};return _aegf ,nil ;}; +// NewParagraph creates a new text paragraph. +// Default attributes: +// Font: Helvetica, +// Font size: 10 +// Encoding: WinAnsiEncoding +// Wrap: enabled +// Text color: black +func (_fbgaa *Creator )NewParagraph (text string )*Paragraph {return _agegc (text ,_fbgaa .NewTextStyle ());}; -// GeneratePageBlocks generate the Page blocks. Multiple blocks are generated if the contents wrap -// over multiple pages. -func (_gfd *Chapter )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_abec :=ctx ;if _gfd ._adba .IsRelative (){ctx .X +=_gfd ._dfdg .Left ;ctx .Y +=_gfd ._dfdg .Top ;ctx .Width -=_gfd ._dfdg .Left +_gfd ._dfdg .Right ;ctx .Height -=_gfd ._dfdg .Top ; -};_decg ,_cbbg ,_fced :=_gfd ._adbf .GeneratePageBlocks (ctx );if _fced !=nil {return _decg ,ctx ,_fced ;};ctx =_cbbg ;_cdg :=ctx .X ;_aabc :=ctx .Y -_gfd ._adbf .Height ();_egcb :=int64 (ctx .Page );_bdde :=_gfd .headingNumber ();_dgaa :=_gfd .headingText (); -if _gfd ._addc {_dab :=_gfd ._bbg .Add (_bdde ,_gfd ._fagc ,_fd .FormatInt (_egcb ,10),_gfd ._ecgg );if _gfd ._bbg ._daded {_dab .SetLink (_egcb ,_cdg ,_aabc );};};if _gfd ._edge ==nil {_gfd ._edge =_gd .NewOutlineItem (_dgaa ,_gd .NewOutlineDest (_egcb -1,_cdg ,_aabc )); -if _gfd ._bae !=nil {_gfd ._bae ._edge .Add (_gfd ._edge );}else {_gfd ._acbg .Add (_gfd ._edge );};}else {_bce :=&_gfd ._edge .Dest ;_bce .Page =_egcb -1;_bce .X =_cdg ;_bce .Y =_aabc ;};for _ ,_dca :=range _gfd ._agef {_effd ,_fgdd ,_acbb :=_dca .GeneratePageBlocks (ctx ); -if _acbb !=nil {return _decg ,ctx ,_acbb ;};if len (_effd )< 1{continue ;};_decg [len (_decg )-1].mergeBlocks (_effd [0]);_decg =append (_decg ,_effd [1:]...);ctx =_fgdd ;};if _gfd ._adba .IsRelative (){ctx .X =_abec .X ;};if _gfd ._adba .IsAbsolute (){return _decg ,_abec ,nil ; -};return _decg ,ctx ,nil ;};func (_abgff *TOCLine )getLineLink ()*_gd .PdfAnnotation {if _abgff ._bfabf <=0{return nil ;};return _egded (_abgff ._bfabf -1,_abgff ._bfcae ,_abgff ._geaed ,0);}; +// SkipCells skips over a specified number of cells in the table. +func (_dgbcg *Table )SkipCells (num int ){if num < 0{_e .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); +return ;};for _bgafc :=0;_bgafc < num ;_bgafc ++{_dgbcg .NewCell ();};}; -// SetCoords sets the upper left corner coordinates of the rectangle. -func (_abc *Rectangle )SetCoords (x ,y float64 ){_abc ._fdeb =x ;_abc ._fefcd =y };func (_aaccb *Table )wrapRow (_cefe int ,_fegf DrawContext ,_ecbf float64 )(bool ,error ){if !_aaccb ._ffeag {return false ,nil ;};var (_eaef =_aaccb ._gedg [_cefe ];_ggbge =-1; -_efbd []*TableCell ;_cgefd float64 ;_gcaa bool ;_gbgcb =make ([]float64 ,0,len (_aaccb ._faae )););_ddbed :=func (_gcgfc *TableCell ,_cgad VectorDrawable ,_adbd bool )*TableCell {_gefad :=*_gcgfc ;_gefad ._bdea =_cgad ;if _adbd {_gefad ._fgcga ++;};return &_gefad ; -};_bffff :=func (_feffc int ,_egbaf VectorDrawable ){var _gfdb float64 =-1;if _egbaf ==nil {if _cdge :=_gbgcb [_feffc -_cefe ];_cdge > _fegf .Height {_egbaf =_aaccb ._gedg [_feffc ]._bdea ;_aaccb ._gedg [_feffc ]._bdea =nil ;_gbgcb [_feffc -_cefe ]=0;_gfdb =_cdge ; -};};_acedf :=_ddbed (_aaccb ._gedg [_feffc ],_egbaf ,true );_efbd =append (_efbd ,_acedf );if _gfdb < 0{_gfdb =_acedf .height (_fegf .Width );};if _gfdb > _cgefd {_cgefd =_gfdb ;};};for _cdfca :=_cefe ;_cdfca < len (_aaccb ._gedg );_cdfca ++{_eecb :=_aaccb ._gedg [_cdfca ]; -if _eaef ._fgcga !=_eecb ._fgcga {_ggbge =_cdfca ;break ;};_fegf .Width =_eecb .width (_aaccb ._faae ,_ecbf );_ebgb :=_eecb .height (_fegf .Width );var _bacga VectorDrawable ;switch _bfeab :=_eecb ._bdea .(type ){case *StyledParagraph :if _ebgb > _fegf .Height {_gege :=_fegf ; -_gege .Height =_ff .Floor (_fegf .Height -_bfeab ._affa .Top -_bfeab ._affa .Bottom -0.5*_bfeab .getTextHeight ());_ddbdba ,_eggbb ,_baaa :=_bfeab .split (_gege );if _baaa !=nil {return false ,_baaa ;};if _ddbdba !=nil &&_eggbb !=nil {_bfeab =_ddbdba ; -_eecb =_ddbed (_eecb ,_ddbdba ,false );_aaccb ._gedg [_cdfca ]=_eecb ;_bacga =_eggbb ;_gcaa =true ;};_ebgb =_eecb .height (_fegf .Width );};case *Division :if _ebgb > _fegf .Height {_fdgg :=_fegf ;_fdgg .Height =_ff .Floor (_fegf .Height -_bfeab ._fceg .Top -_bfeab ._fceg .Bottom ); -_abgf ,_dfccg :=_bfeab .split (_fdgg );if _abgf !=nil &&_dfccg !=nil {_bfeab =_abgf ;_eecb =_ddbed (_eecb ,_abgf ,false );_aaccb ._gedg [_cdfca ]=_eecb ;_bacga =_dfccg ;_gcaa =true ;if _abgf ._bacfc !=nil {_abgf ._bacfc .BorderRadiusBottomLeft =0;_abgf ._bacfc .BorderRadiusBottomRight =0; -};if _dfccg ._bacfc !=nil {_dfccg ._bacfc .BorderRadiusTopLeft =0;_dfccg ._bacfc .BorderRadiusTopRight =0;};_ebgb =_eecb .height (_fegf .Width );};};case *List :if _ebgb > _fegf .Height {_deeg :=_fegf ;_deeg .Height =_ff .Floor (_fegf .Height -_bfeab ._edgdc .Vertical ()); -_edebf ,_agdgg :=_bfeab .split (_deeg );if _edebf !=nil {_bfeab =_edebf ;_eecb =_ddbed (_eecb ,_edebf ,false );_aaccb ._gedg [_cdfca ]=_eecb ;};if _agdgg !=nil {_bacga =_agdgg ;_gcaa =true ;};_ebgb =_eecb .height (_fegf .Width );};};_gbgcb =append (_gbgcb ,_ebgb ); -if _gcaa {if _efbd ==nil {_efbd =make ([]*TableCell ,0,len (_aaccb ._faae ));for _decaf :=_cefe ;_decaf < _cdfca ;_decaf ++{_bffff (_decaf ,nil );};};_bffff (_cdfca ,_bacga );};};var _bffgg float64 ;for _ ,_cefg :=range _gbgcb {if _cefg > _bffgg {_bffgg =_cefg ; -};};if _gcaa &&_bffgg < _fegf .Height {if _ggbge < 0{_ggbge =len (_aaccb ._gedg );};_gceaa :=_aaccb ._gedg [_ggbge -1]._fgcga +_aaccb ._gedg [_ggbge -1]._edegf -1;for _dfbg :=_ggbge ;_dfbg < len (_aaccb ._gedg );_dfbg ++{_aaccb ._gedg [_dfbg ]._fgcga ++; -};_aaccb ._gedg =append (_aaccb ._gedg [:_ggbge ],append (_efbd ,_aaccb ._gedg [_ggbge :]...)...);_aaccb ._gadc =append (_aaccb ._gadc [:_gceaa ],append ([]float64 {_cgefd },_aaccb ._gadc [_gceaa :]...)...);_aaccb ._gadc [_eaef ._fgcga +_eaef ._edegf -2]=_bffgg ; -};return _gcaa ,nil ;}; +// SetColor sets the line color. +func (_cdga *Curve )SetColor (col Color ){_cdga ._aecb =col }; -// StyledParagraph represents text drawn with a specified font and can wrap across lines and pages. -// By default occupies the available width in the drawing context. -type StyledParagraph struct{_bcbc []*TextChunk ;_cggd TextStyle ;_debd TextStyle ;_abff TextAlignment ;_eeedb TextVerticalAlignment ;_bcde float64 ;_egbgc bool ;_cbcb float64 ;_fecad bool ;_baceb bool ;_fcga TextOverflow ;_cbace float64 ;_affa Margins ; -_abab Positioning ;_cabcd float64 ;_ccde float64 ;_efea float64 ;_abag float64 ;_ccae [][]*TextChunk ;_bfbe func (_ffdd *StyledParagraph ,_ecee DrawContext );_gbdb *int64 ;_abce string ;}; +// MoveTo moves the drawing context to absolute coordinates (x, y). +func (_adcc *Creator )MoveTo (x ,y float64 ){_adcc ._eac .X =x ;_adcc ._eac .Y =y };func (_afff *Creator )initContext (){_afff ._eac .X =_afff ._fadg .Left ;_afff ._eac .Y =_afff ._fadg .Top ;_afff ._eac .Width =_afff ._egcd -_afff ._fadg .Right -_afff ._fadg .Left ; +_afff ._eac .Height =_afff ._fdfd -_afff ._fadg .Bottom -_afff ._fadg .Top ;_afff ._eac .PageHeight =_afff ._fdfd ;_afff ._eac .PageWidth =_afff ._egcd ;_afff ._eac .Margins =_afff ._fadg ;_afff ._eac ._eecc =_afff .UnsupportedCharacterReplacement ;}; -// GetMargins returns the Paragraph's margins: left, right, top, bottom. -func (_aafb *StyledParagraph )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aafb ._affa .Left ,_aafb ._affa .Right ,_aafb ._affa .Top ,_aafb ._affa .Bottom ;};func _cbgb (_fdf ,_dgda ,_gfga ,_fdeg ,_fafd ,_ebaf float64 )*Curve {_egef :=&Curve {}; -_egef ._eded =_fdf ;_egef ._dbcd =_dgda ;_egef ._efdba =_gfga ;_egef ._bacf =_fdeg ;_egef ._ffea =_fafd ;_egef ._agefe =_ebaf ;_egef ._gffeeb =ColorBlack ;_egef ._bdag =1.0;return _egef ;};func (_addad *templateProcessor )parseList (_ecfc *templateNode )(interface{},error ){_fdag :=_addad .creator .NewList (); -for _ ,_cefgc :=range _ecfc ._eccfd .Attr {_gadf :=_cefgc .Value ;switch _dcda :=_cefgc .Name .Local ;_dcda {case "\u0069\u006e\u0064\u0065\u006e\u0074":_fdag .SetIndent (_addad .parseFloatAttr (_dcda ,_gadf ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_fgee :=_addad .parseMarginAttr (_dcda ,_gadf ); -_fdag .SetMargins (_fgee .Left ,_fgee .Right ,_fgee .Top ,_fgee .Bottom );default:_addad .nodeLogDebug (_ecfc ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u0073\u0074 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_dcda ); -};};return _fdag ,nil ;}; +// SetMarkedContentID sets marked content ID. +func (_egf *Curve )SetMarkedContentID (mcid int64 )*_fg .KDict {_egf ._cgcd =&mcid ;_bbce :=_fg .NewKDictionary ();_bbce .S =_cc .MakeName (_fg .StructureTypeFigure );_bbce .K =_cc .MakeInteger (mcid );return _bbce ;};func _adcae (_gaebc int64 ,_ecega ,_fgged ,_bbbga float64 )*_fg .PdfAnnotation {_cccg :=_fg .NewPdfAnnotationLink (); +_dagf :=_fg .NewBorderStyle ();_dagf .SetBorderWidth (0);_cccg .BS =_dagf .ToPdfObject ();if _gaebc < 0{_gaebc =0;};_cccg .Dest =_cc .MakeArray (_cc .MakeInteger (_gaebc ),_cc .MakeName ("\u0058\u0059\u005a"),_cc .MakeFloat (_ecega ),_cc .MakeFloat (_fgged ),_cc .MakeFloat (_bbbga )); +return _cccg .PdfAnnotation ;};const (TextVerticalAlignmentBaseline TextVerticalAlignment =iota ;TextVerticalAlignmentCenter ;TextVerticalAlignmentBottom ;TextVerticalAlignmentTop ;);var PPMM =float64 (72*1.0/25.4); -// SetTOC sets the table of content component of the creator. -// This method should be used when building a custom table of contents. -func (_bgfbd *Creator )SetTOC (toc *TOC ){if toc ==nil {return ;};_bgfbd ._dda =toc ;};func _dacbg (_bfae *templateProcessor ,_fadaf *templateNode )(interface{},error ){return _bfae .parseEllipse (_fadaf );}; +// FillColor returns the fill color of the rectangle. +func (_efae *Rectangle )FillColor ()Color {return _efae ._cfab };const (TextOverflowVisible TextOverflow =iota ;TextOverflowHidden ;); -// SetRowHeight sets the height for a specified row. -func (_dbfb *Table )SetRowHeight (row int ,h float64 )error {if row < 1||row > len (_dbfb ._gadc ){return _fc .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};_dbfb ._gadc [row -1]=h ;return nil ; -}; +// SetFitMode sets the fit mode of the rectangle. +// NOTE: The fit mode is only applied if relative positioning is used. +func (_afggb *Rectangle )SetFitMode (fitMode FitMode ){_afggb ._gfad =fitMode }; -// GeneratePageBlocks draws the rectangle on a new block representing the page. Implements the Drawable interface. -func (_cbfc *Rectangle )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){var (_bedd []*Block ;_afccg =NewBlock (ctx .PageWidth ,ctx .PageHeight );_baafd =ctx ;_agabb =_cbfc ._bcdgg /2;);_fgff :=_cbfc ._dbdf .IsRelative ();if _fgff {_cbfc .applyFitMode (ctx .Width ); -ctx .X +=_cbfc ._ddfgb .Left +_agabb ;ctx .Y +=_cbfc ._ddfgb .Top +_agabb ;ctx .Width -=_cbfc ._ddfgb .Left +_cbfc ._ddfgb .Right ;ctx .Height -=_cbfc ._ddfgb .Top +_cbfc ._ddfgb .Bottom ;if _cbfc ._ddccd > ctx .Height {_bedd =append (_bedd ,_afccg );_afccg =NewBlock (ctx .PageWidth ,ctx .PageHeight ); -ctx .Page ++;_cdcb :=ctx ;_cdcb .Y =ctx .Margins .Top +_cbfc ._ddfgb .Top +_agabb ;_cdcb .X =ctx .Margins .Left +_cbfc ._ddfgb .Left +_agabb ;_cdcb .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_cbfc ._ddfgb .Top -_cbfc ._ddfgb .Bottom ; -_cdcb .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_cbfc ._ddfgb .Left -_cbfc ._ddfgb .Right ;ctx =_cdcb ;};}else {ctx .X =_cbfc ._fdeb ;ctx .Y =_cbfc ._fefcd ;};_dffe :=_ddb .Rectangle {X :ctx .X ,Y :ctx .PageHeight -ctx .Y -_cbfc ._ddccd ,Width :_cbfc ._dacdg ,Height :_cbfc ._ddccd ,BorderRadiusTopLeft :_cbfc ._dfegd ,BorderRadiusTopRight :_cbfc ._afgd ,BorderRadiusBottomLeft :_cbfc ._ebddb ,BorderRadiusBottomRight :_cbfc ._fcgc ,Opacity :1.0}; -if _cbfc ._gffbd !=nil {_dffe .FillEnabled =true ;_efee :=_fac (_cbfc ._gffbd );_bgcb :=_gaea (_afccg ,_efee ,_cbfc ._gffbd ,func ()Rectangle {return Rectangle {_fdeb :_dffe .X ,_fefcd :_dffe .Y ,_dacdg :_dffe .Width ,_ddccd :_dffe .Height };});if _bgcb !=nil {return nil ,ctx ,_bgcb ; -};_dffe .FillColor =_efee ;};if _cbfc ._aagf !=nil &&_cbfc ._bcdgg > 0{_dffe .BorderEnabled =true ;_dffe .BorderColor =_fac (_cbfc ._aagf );_dffe .BorderWidth =_cbfc ._bcdgg ;};_egbfc ,_eaae :=_afccg .setOpacity (_cbfc ._aadb ,_cbfc ._ggge );if _eaae !=nil {return nil ,ctx ,_eaae ; -};_dggd ,_ ,_eaae :=_dffe .MarkedDraw (_egbfc ,_cbfc ._bcee );if _eaae !=nil {return nil ,ctx ,_eaae ;};if _eaae =_afccg .addContentsByString (string (_dggd ));_eaae !=nil {return nil ,ctx ,_eaae ;};if _fgff {ctx .X =_baafd .X ;ctx .Width =_baafd .Width ; -_beed :=_cbfc ._ddccd +_agabb ;ctx .Y +=_beed +_cbfc ._ddfgb .Bottom ;ctx .Height -=_beed ;}else {ctx =_baafd ;};_bedd =append (_bedd ,_afccg );return _bedd ,ctx ,nil ;}; +// SetWidth sets line width. +func (_agce *Curve )SetWidth (width float64 ){_agce ._cda =width }; -// SetAnchor set gradient position anchor. -// Default to center. -func (_fccb *RadialShading )SetAnchor (anchor AnchorPoint ){_fccb ._cgdec =anchor }; +// SetBorderWidth sets the border width of the rectangle. +func (_abge *Rectangle )SetBorderWidth (bw float64 ){_abge ._dfbg =bw }; -// SetLineTitleStyle sets the style for the title part of all new lines -// of the table of contents. -func (_dcgce *TOC )SetLineTitleStyle (style TextStyle ){_dcgce ._eebgb =style }; +// SetFillOpacity sets the fill opacity. +func (_baab *PolyBezierCurve )SetFillOpacity (opacity float64 ){_baab ._eecd =opacity }; -// SetMaxLines sets the maximum number of lines before the paragraph -// text is truncated. -func (_fage *Paragraph )SetMaxLines (maxLines int ){_fage ._gdef =maxLines ;_fage .wrapText ()}; +// NewEllipse creates a new ellipse with the center at (`xc`, `yc`), +// having the specified width and height. +// NOTE: In relative positioning mode, `xc` and `yc` are calculated using the +// current context. Furthermore, when the fit mode is set to fill the available +// space, the ellipse is scaled so that it occupies the entire context width +// while maintaining the original aspect ratio. +func (_abac *Creator )NewEllipse (xc ,yc ,width ,height float64 )*Ellipse {return _gecf (xc ,yc ,width ,height );}; -// ScaleToHeight scales the ellipse to the specified height. The width of -// the ellipse is scaled so that the aspect ratio is maintained. -func (_feab *Ellipse )ScaleToHeight (h float64 ){_afdb :=_feab ._gbea /_feab ._fgbb ;_feab ._fgbb =h ;_feab ._gbea =h *_afdb ;}; +// SetMarkedContentID sets the marked content identifier. +func (_edgaa *Division )SetMarkedContentID (id int64 )*_fg .KDict {return nil };type marginDrawable interface{VectorDrawable ;GetMargins ()(float64 ,float64 ,float64 ,float64 );}; -// DueDate returns the invoice due date description and value cells. -// The returned values can be used to customize the styles of the cells. -func (_dcbbf *Invoice )DueDate ()(*InvoiceCell ,*InvoiceCell ){return _dcbbf ._fgfe [0],_dcbbf ._fgfe [1];}; +// ScaleToWidth sets the graphic svg scaling factor with the given width. +func (_dgade *GraphicSVG )ScaleToWidth (w float64 ){_ecaf :=_dgade ._fedda .Height /_dgade ._fedda .Width ;_dgade ._fedda .Width =w ;_dgade ._fedda .Height =w *_ecaf ;_dgade ._fedda .SetScaling (_ecaf ,_ecaf );}; -// Style returns the style of the line. -func (_gfa *Line )Style ()_ddb .LineStyle {return _gfa ._dddcg }; +// SetColor sets the line color. Use ColorRGBFromHex, ColorRGBFrom8bit or +// ColorRGBFromArithmetic to create the color object. +func (_fdab *Line )SetColor (color Color ){_fdab ._eadb =color }; -// Positioning returns the type of positioning the rectangle is set to use. -func (_beeec *Rectangle )Positioning ()Positioning {return _beeec ._dbdf };func (_facg *Paragraph )getMaxLineWidth ()float64 {if _facg ._beag ==nil ||(_facg ._beag !=nil &&len (_facg ._beag )==0){_facg .wrapText ();};var _dgdc float64 ;for _ ,_accce :=range _facg ._beag {_bbbfe :=_facg .getTextLineWidth (_accce ); -if _bbbfe > _dgdc {_dgdc =_bbbfe ;};};return _dgdc ;}; +// Rectangle defines a rectangle with upper left corner at (x,y) and a specified width and height. The rectangle +// can have a colored fill and/or border with a specified width. +// Implements the Drawable interface and can be drawn on PDF using the Creator. +type Rectangle struct{_fgcb float64 ;_aedg float64 ;_cfee float64 ;_edcdb float64 ;_egff Positioning ;_cfab Color ;_ddad float64 ;_cegbf Color ;_dfbg float64 ;_fgedb float64 ;_cccba float64 ;_dfff float64 ;_bgda float64 ;_dddfb float64 ;_dadff Margins ; +_gfad FitMode ;_becdb *int64 ;}; -// ColorGrayFromArithmetic creates a Color from a grayscale value (0-1). -// Example: -// -// gray := ColorGrayFromArithmetic(0.7) -func ColorGrayFromArithmetic (g float64 )Color {return grayColor {g }}; +// IsAbsolute checks if the positioning is absolute. +func (_cfga Positioning )IsAbsolute ()bool {return _cfga ==PositionAbsolute };func (_caae *Chapter )headingText ()string {_dea :=_caae ._agdd ;if _bfcc :=_caae .headingNumber ();_bfcc !=""{_dea =_g .Sprintf ("\u0025\u0073\u0020%\u0073",_bfcc ,_dea );}; +return _dea ;}; -// SetFillOpacity sets the fill opacity. -func (_dfcbd *CurvePolygon )SetFillOpacity (opacity float64 ){_dfcbd ._bgabd =opacity };var (_ebeae =_g .MustCompile ("\u0028[\u005cw\u002d\u005d\u002b\u0029\u005c(\u0027\u0028.\u002b\u0029\u0027\u005c\u0029");_dgaba =_fc .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0063\u0072\u0065a\u0074\u006f\u0072\u0020\u0069\u006e\u0073t\u0061\u006e\u0063\u0065"); -_eeeee =_fc .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0074\u0065\u006d\u0070\u006c\u0061\u0074e\u0020p\u0061\u0072\u0065\u006e\u0074\u0020\u006eo\u0064\u0065");_deegg =_fc .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0074\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020c\u0068\u0069\u006cd\u0020n\u006f\u0064\u0065"); -_fababg =_fc .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0074\u0065\u006d\u0070l\u0061t\u0065 \u0072\u0065\u0073\u006f\u0075\u0072\u0063e"););func (_gbdee *templateProcessor )loadImageFromSrc (_deaeb string )(*Image ,error ){if _deaeb ==""{_ca .Log .Error ("\u0049\u006d\u0061\u0067\u0065\u0020\u0060\u0073\u0072\u0063\u0060\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u0065m\u0070\u0074\u0079\u002e"); -return nil ,_fababg ;};_dadg :=_ddf .Split (_deaeb ,"\u002c");for _ ,_ebead :=range _dadg {_ebead =_ddf .TrimSpace (_ebead );if _ebead ==""{continue ;};_cafba ,_bfeaa :=_gbdee ._agabg .ImageMap [_ebead ];if _bfeaa {return _bddd (_cafba );};if _eadd :=_gbdee .parseAttrPropList (_ebead ); -len (_eadd )> 0{if _gafge ,_ggadc :=_eadd ["\u0070\u0061\u0074\u0068"];_ggadc {if _fbab ,_eade :=_dgc (_gafge );_eade !=nil {_ca .Log .Debug ("\u0043\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0060\u0025\u0073\u0060\u003a\u0020\u0025\u0076\u002e",_gafge ,_eade ); -}else {return _fbab ,nil ;};};};};_ca .Log .Error ("\u0043\u006ful\u0064\u0020\u006eo\u0074\u0020\u0066\u0069nd \u0069ma\u0067\u0065\u0020\u0072\u0065\u0073\u006fur\u0063\u0065\u003a\u0020\u0060\u0025\u0073`\u002e",_deaeb );return nil ,_fababg ;}; +// GetMargins returns the margins of the rectangle: left, right, top, bottom. +func (_edeeg *Rectangle )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _edeeg ._dadff .Left ,_edeeg ._dadff .Right ,_edeeg ._dadff .Top ,_edeeg ._dadff .Bottom ;}; -// SetOptimizer sets the optimizer to optimize PDF before writing. -func (_feff *Creator )SetOptimizer (optimizer _gd .Optimizer ){_feff ._bfg =optimizer }; +// GeneratePageBlocks draw graphic svg into block. +func (_afbf *GraphicSVG )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_badfe :=ctx ;_fbcd :=_afbf ._bggf .IsRelative ();var _fgeda []*Block ;if _fbcd {_egaa :=1.0;_bbcef :=_afbf ._gafed .Top ;if _afbf ._fedda .Height > ctx .Height -_afbf ._gafed .Top {_fgeda =[]*Block {NewBlock (ctx .PageWidth ,ctx .PageHeight -ctx .Y )}; +var _fdfe error ;if _ ,ctx ,_fdfe =_cbbeb ().GeneratePageBlocks (ctx );_fdfe !=nil {return nil ,ctx ,_fdfe ;};_bbcef =0;};ctx .X +=_afbf ._gafed .Left +_egaa ;ctx .Y +=_bbcef ;ctx .Width -=_afbf ._gafed .Left +_afbf ._gafed .Right +2*_egaa ;ctx .Height -=_bbcef ; +}else {ctx .X =_afbf ._bcce ;ctx .Y =_afbf ._adfd ;};_fegc :=_cb .NewContentCreator ();_fegc .Translate (0,ctx .PageHeight );_fegc .Scale (1,-1);_fegc .Translate (ctx .X ,ctx .Y );_edcd :=_afbf ._fedda .Width /_afbf ._fedda .ViewBox .W ;_debc :=_afbf ._fedda .Height /_afbf ._fedda .ViewBox .H ; +_dcdf :=0.0;_fcbd :=0.0;if _fbcd {_dcdf =_afbf ._bcce -(_afbf ._fedda .ViewBox .X *_d .Max (_edcd ,_debc ));_fcbd =_afbf ._adfd -(_afbf ._fedda .ViewBox .Y *_d .Max (_edcd ,_debc ));};_ccbg :=NewBlock (ctx .PageWidth ,ctx .PageHeight );if _afbf ._fbfd !=nil {_fegc .Add_BDC (*_cc .MakeName (_fg .StructureTypeFigure ),map[string ]_cc .PdfObject {"\u004d\u0043\u0049\u0044":_cc .MakeInteger (*_afbf ._fbfd )}); +};_afbf ._fedda .ToContentCreator (_fegc ,_ccbg ._fdf ,_edcd ,_debc ,_dcdf ,_fcbd );if _afbf ._fbfd !=nil {_fegc .Add_EMC ();};if _gafeb :=_ccbg .addContentsByString (_fegc .String ());_gafeb !=nil {return nil ,ctx ,_gafeb ;};if _fbcd {_gafea :=_afbf .Height ()+_afbf ._gafed .Bottom ; +ctx .Y +=_gafea ;ctx .Height -=_gafea ;}else {ctx =_badfe ;};_fgeda =append (_fgeda ,_ccbg );return _fgeda ,ctx ,nil ;}; -// SetLanguageIdentifier sets the language identifier for the paragraph. -func (_affb *Paragraph )SetLanguageIdentifier (id string ){_affb ._fbbdg =id }; +// Subtotal returns the invoice subtotal description and value cells. +// The returned values can be used to customize the styles of the cells. +func (_efebf *Invoice )Subtotal ()(*InvoiceCell ,*InvoiceCell ){return _efebf ._bfaa [0],_efebf ._bfaa [1];};type templateTag struct{_gefce map[string ]struct{};_aaeg func (*templateProcessor ,*templateNode )(interface{},error );}; -// NewGraphicSVGFromString creates a graphic SVG from a SVG string. -func NewGraphicSVGFromString (svgStr string )(*GraphicSVG ,error ){return _agfg (svgStr )};func _fbfgd (_dedb *templateProcessor ,_gacbe *templateNode )(interface{},error ){return _dedb .parseChapterHeading (_gacbe );}; +// EnableFontSubsetting enables font subsetting for `font` when the creator output is written to file. +// Embeds only the subset of the runes/glyphs that are actually used to display the file. +// Subsetting can reduce the size of fonts significantly. +func (_ffaad *Creator )EnableFontSubsetting (font *_fg .PdfFont ){_ffaad ._dgg =append (_ffaad ._dgg ,font );}; -// SetEnableWrap sets the line wrapping enabled flag. -func (_bafb *Paragraph )SetEnableWrap (enableWrap bool ){_bafb ._abaa =enableWrap ;_bafb ._aagb =false }; +// GetMargins returns the margins of the TOC line: left, right, top, bottom. +func (_effae *TOCLine )GetMargins ()(float64 ,float64 ,float64 ,float64 ){_fddca :=&_effae ._bcecg ._gfdga ;return _effae ._cegff ,_fddca .Right ,_fddca .Top ,_fddca .Bottom ;}; -// ScaleToHeight sets the graphic svg scaling factor with the given height. -func (_fgbbd *GraphicSVG )ScaleToHeight (h float64 ){_daff :=_fgbbd ._dddg .Width /_fgbbd ._dddg .Height ;_fgbbd ._dddg .Height =h ;_fgbbd ._dddg .Width =h *_daff ;_fgbbd ._dddg .SetScaling (_daff ,_daff );}; +// NewImageFromGoImage creates an Image from a go image.Image data structure. +func (_eaa *Creator )NewImageFromGoImage (goimg _aae .Image )(*Image ,error ){return _eagf (goimg )}; -// SetColPosition sets cell column position. -func (_gddee *TableCell )SetColPosition (col int ){_gddee ._gggbbd =col }; +// Inline returns whether the inline mode of the division is active. +func (_feeb *Division )Inline ()bool {return _feeb ._ddee };func (_bad *Block )transform (_cdb _c .Matrix ){_beg :=_cb .NewContentCreator ().Add_cm (_cdb [0],_cdb [1],_cdb [3],_cdb [4],_cdb [6],_cdb [7]).Operations ();*_bad ._fb =append (*_beg ,*_bad ._fb ...); +_bad ._fb .WrapIfNeeded ();}; -// SetMargins sets the margins of the rectangle. -// NOTE: rectangle margins are only applied if relative positioning is used. -func (_cdeb *Rectangle )SetMargins (left ,right ,top ,bottom float64 ){_cdeb ._ddfgb .Left =left ;_cdeb ._ddfgb .Right =right ;_cdeb ._ddfgb .Top =top ;_cdeb ._ddfgb .Bottom =bottom ;};func (_cbag *Invoice )setCellBorder (_dcfd *TableCell ,_deaf *InvoiceCell ){for _ ,_dddca :=range _deaf .BorderSides {_dcfd .SetBorder (_dddca ,CellBorderStyleSingle ,_deaf .BorderWidth ); -};_dcfd .SetBorderColor (_deaf .BorderColor );};func _baead (_feggf *_gd .PdfRectangle ,_dbcfa float64 )[4]_ddb .Point {_fbaed :=_dbcfa *_ff .Pi /180.0;_dcccc :=_feggf .Width ();_edfbdd :=_feggf .Height ();_fgegc :=_ff .Sin (_fbaed );_ccfag :=_ff .Cos (_fbaed ); -_dccf :=[4]_ddb .Point {{X :_cffg (_feggf .Llx ,3),Y :_cffg (_feggf .Lly ,3)},{X :_cffg (_feggf .Llx +_dcccc *_ccfag ,3),Y :_cffg (_feggf .Lly +_dcccc *_fgegc ,3)},{X :_cffg (_feggf .Llx +_dcccc *_ccfag -_edfbdd *_fgegc ,3),Y :_cffg (_feggf .Lly +_dcccc *_fgegc +_edfbdd *_ccfag ,3)},{X :_cffg (_feggf .Llx -_edfbdd *_fgegc ,3),Y :_cffg (_feggf .Lly +_edfbdd *_ccfag ,3)}}; -return _dccf ;};func (_beaab *templateProcessor )parseHorizontalAlignmentAttr (_baea ,_cdecd string )HorizontalAlignment {_ca .Log .Debug ("\u0050\u0061\u0072\u0073\u0069n\u0067\u0020\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0020a\u006c\u0069\u0067\u006e\u006d\u0065\u006e\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0028\u0060\u0025\u0073\u0060\u002c\u0020\u0025\u0073\u0029.",_baea ,_cdecd ); -_bgabeg :=map[string ]HorizontalAlignment {"\u006c\u0065\u0066\u0074":HorizontalAlignmentLeft ,"\u0063\u0065\u006e\u0074\u0065\u0072":HorizontalAlignmentCenter ,"\u0072\u0069\u0067h\u0074":HorizontalAlignmentRight }[_cdecd ];return _bgabeg ;}; +// PageFinalizeFunctionArgs holds the input arguments provided to the page +// finalize callback function which can be set using Creator.PageFinalize. +type PageFinalizeFunctionArgs struct{PageNum int ;PageWidth float64 ;PageHeight float64 ;TOCPages int ;TotalPages int ;}; -// CreateFrontPage sets a function to generate a front Page. -func (_cdgg *Creator )CreateFrontPage (genFrontPageFunc func (_aage FrontpageFunctionArgs )){_cdgg ._bbde =genFrontPageFunc ;}; +// GetMargins returns the Block's margins: left, right, top, bottom. +func (_efb *Block )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _efb ._fge .Left ,_efb ._fge .Right ,_efb ._fge .Top ,_efb ._fge .Bottom ;};func (_feebd *templateProcessor )getNodeErrorLocation (_fafdd *templateNode ,_ecdf string ,_bfbba ...interface{})string {_gdedb :=_g .Sprintf (_ecdf ,_bfbba ...); +_ggef :=_g .Sprintf ("\u0025\u0064",_fafdd ._ceefa );if _fafdd ._fbae !=0{_ggef =_g .Sprintf ("\u0025\u0064\u003a%\u0064",_fafdd ._fbae ,_fafdd ._cffbc );};if _feebd ._cbda !=""{return _g .Sprintf ("\u0025\u0073\u0020\u005b\u0025\u0073\u003a\u0025\u0073\u005d",_gdedb ,_feebd ._cbda ,_ggef ); +};return _g .Sprintf ("\u0025s\u0020\u005b\u0025\u0073\u005d",_gdedb ,_ggef );}; -// ColorGrayFrom8bit creates a Color from 8-bit (0-255) gray values. -// Example: +// SetAntiAlias enables anti alias config. // -// gray := ColorGrayFrom8bit(255, 0, 0) -func ColorGrayFrom8bit (g byte )Color {return grayColor {float64 (g )/255.0}};func (_gc *Block )addContents (_cge *_eag .ContentStreamOperations ){_gc ._ge .WrapIfNeeded ();_cge .WrapIfNeeded ();*_gc ._ge =append (*_gc ._ge ,*_cge ...);};const (CellBorderSideLeft CellBorderSide =iota ; -CellBorderSideRight ;CellBorderSideTop ;CellBorderSideBottom ;CellBorderSideAll ;); +// Anti alias is disabled by default. +func (_aeggg *LinearShading )SetAntiAlias (enable bool ){_aeggg ._bdbc .SetAntiAlias (enable )};func (_cggb *templateProcessor )parseInt64Attr (_fecgb ,_cgdfd string )int64 {_e .Log .Debug ("\u0050\u0061rs\u0069\u006e\u0067 \u0069\u006e\u0074\u00364 a\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020(`\u0025\u0073\u0060\u002c\u0020\u0025\u0073)\u002e",_fecgb ,_cgdfd ); +_ecaac ,_ :=_be .ParseInt (_cgdfd ,10,64);return _ecaac ;};func _ace (_aba ,_bfd ,_ggdge ,_cecf float64 )*border {_aefe :=&border {};_aefe ._efd =_aba ;_aefe ._eed =_bfd ;_aefe ._bdc =_ggdge ;_aefe ._cad =_cecf ;_aefe ._ggfd =ColorBlack ;_aefe ._gadfg =ColorBlack ; +_aefe ._cfaa =ColorBlack ;_aefe ._adfc =ColorBlack ;_aefe ._gfe =0;_aefe ._adgc =0;_aefe ._adg =0;_aefe ._cfdb =0;_aefe .LineStyle =_ee .LineStyleSolid ;return _aefe ;};func _dfcd (_beaf *templateProcessor ,_fefbf *templateNode )(interface{},error ){return _beaf .parseLine (_fefbf ); +}; -// SetMargins sets the margins of the graphic svg component. -func (_gcbe *GraphicSVG )SetMargins (left ,right ,top ,bottom float64 ){_gcbe ._agdb .Left =left ;_gcbe ._agdb .Right =right ;_gcbe ._agdb .Top =top ;_gcbe ._agdb .Bottom =bottom ;}; +// SetMakedContentID sets the marked content id for the table. +func (_aeed *Table )SetMarkedContentID (mcid int64 )*_fg .KDict {return nil }; -// NewLinearGradientColor creates a linear gradient color that could act as a color in other components. -func (_acg *Creator )NewLinearGradientColor (colorPoints []*ColorPoint )*LinearShading {return _bgaf (colorPoints );}; +// InvoiceAddress contains contact information that can be displayed +// in an invoice. It is used for the seller and buyer information in the +// invoice template. +type InvoiceAddress struct{Heading string ;Name string ;Street string ;Street2 string ;Zip string ;City string ;State string ;Country string ;Phone string ;Email string ; -// PageSize represents the page size as a 2 element array representing the width and height in PDF document units (points). -type PageSize [2]float64 ; +// Separator defines the separator between different address components, +// such as the city, state and zip code. It defaults to ", " when the +// field is an empty string. +Separator string ; -// SetSideBorderColor sets the cell's side border color. -func (_efcb *TableCell )SetSideBorderColor (side CellBorderSide ,col Color ){switch side {case CellBorderSideAll :_efcb ._agcef =col ;_efcb ._daea =col ;_efcb ._edgac =col ;_efcb ._cada =col ;case CellBorderSideTop :_efcb ._agcef =col ;case CellBorderSideBottom :_efcb ._daea =col ; -case CellBorderSideLeft :_efcb ._edgac =col ;case CellBorderSideRight :_efcb ._cada =col ;};}; +// If enabled, the Phone field label (`Phone: `) is not displayed. +HidePhoneLabel bool ; -// SkipOver skips over a specified number of rows and cols. -func (_eacd *Table )SkipOver (rows ,cols int ){_ccdb :=rows *_eacd ._cafcb +cols -1;if _ccdb < 0{_ca .Log .Debug ("\u0054\u0061\u0062\u006c\u0065:\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0073\u006b\u0069\u0070\u0020b\u0061\u0063\u006b\u0020\u0074\u006f\u0020\u0070\u0072\u0065\u0076\u0069\u006f\u0075\u0073\u0020\u0063\u0065\u006c\u006c\u0073"); -return ;};for _fddgb :=0;_fddgb < _ccdb ;_fddgb ++{_eacd .NewCell ();};}; +// If enabled, the Email field label (`Email: `) is not displayed. +HideEmailLabel bool ;};func _dgdb (_gcfgf *Table ,_acce DrawContext )([]*Block ,DrawContext ,error ){var _bdgbc []*Block ;_cabba :=NewBlock (_acce .PageWidth ,_acce .PageHeight );_gcfgf .updateRowHeights (_acce .Width -_gcfgf ._beac .Left -_gcfgf ._beac .Right ); +_ddeg :=_gcfgf ._beac .Top ;if _gcfgf ._ccgdeg .IsRelative ()&&!_gcfgf ._ebce {_fdadc :=_gcfgf .Height ();if _fdadc > _acce .Height -_gcfgf ._beac .Top &&_fdadc <=_acce .PageHeight -_acce .Margins .Top -_acce .Margins .Bottom {_bdgbc =[]*Block {NewBlock (_acce .PageWidth ,_acce .PageHeight -_acce .Y )}; +var _bbedd error ;if _ ,_acce ,_bbedd =_cbbeb ().GeneratePageBlocks (_acce );_bbedd !=nil {return nil ,_acce ,_bbedd ;};_ddeg =0;};};_gbeac :=_acce ;if _gcfgf ._ccgdeg .IsAbsolute (){_acce .X =_gcfgf ._gcacef ;_acce .Y =_gcfgf ._eeecd ;}else {_acce .X +=_gcfgf ._beac .Left ; +_acce .Y +=_ddeg ;_acce .Width -=_gcfgf ._beac .Left +_gcfgf ._beac .Right ;_acce .Height -=_ddeg ;};_fceb :=_acce .Width ;_bffd :=_acce .X ;_eddb :=_acce .Y ;_fdgcf :=_acce .Height ;_eagff :=0;_fbcce ,_egab :=-1,-1;if _gcfgf ._bcdba {for _fefbb ,_cbfd :=range _gcfgf ._dcbag {if _cbfd ._cceff < _gcfgf ._abbga {continue ; +};if _cbfd ._cceff > _gcfgf ._fdca {break ;};if _fbcce < 0{_fbcce =_fefbb ;};_egab =_fefbb ;};};if _gdaf :=_gcfgf .wrapContent (_acce );_gdaf !=nil {return nil ,_acce ,_gdaf ;};_gcfgf .updateRowHeights (_acce .Width -_gcfgf ._beac .Left -_gcfgf ._beac .Right ); +var (_bcbae bool ;_gfbcb int ;_befc int ;_eceeg bool ;_geed int ;_cadae error ;);for _dfgac :=0;_dfgac < len (_gcfgf ._dcbag );_dfgac ++{_fecdg :=_gcfgf ._dcbag [_dfgac ];if _dgdf ,_becfb :=_gcfgf .getLastCellFromCol (_fecdg ._bbcd );_dgdf ==_dfgac {if (_becfb ._cceff +_becfb ._dcgbe -1)< _gcfgf ._aade {for _acada :=_fecdg ._cceff ; +_acada < _gcfgf ._aade ;_acada ++{_baba :=&TableCell {};_baba ._cceff =_acada +1;_baba ._dcgbe =1;_baba ._bbcd =_fecdg ._bbcd ;_gcfgf ._dcbag =append (_gcfgf ._dcbag ,_baba );};};};_fedf :=_fecdg .width (_gcfgf ._efeeb ,_fceb );_cfdef :=float64 (0.0);for _dceb :=0; +_dceb < _fecdg ._bbcd -1;_dceb ++{_cfdef +=_gcfgf ._efeeb [_dceb ]*_fceb ;};_dbgfa :=float64 (0.0);for _bgbdc :=_eagff ;_bgbdc < _fecdg ._cceff -1;_bgbdc ++{_dbgfa +=_gcfgf ._dbfg [_bgbdc ];};_acce .Height =_fdgcf -_dbgfa ;_gebbe :=float64 (0.0);for _ggdfa :=0; +_ggdfa < _fecdg ._dcgbe ;_ggdfa ++{_gebbe +=_gcfgf ._dbfg [_fecdg ._cceff +_ggdfa -1];};_fffc :=_eceeg &&_fecdg ._cceff !=_geed ;_geed =_fecdg ._cceff ;if _fffc ||_gebbe > _acce .Height {if _gcfgf ._cfce &&!_eceeg {_eceeg ,_cadae =_gcfgf .wrapRow (_dfgac ,_acce ,_fceb ); +if _cadae !=nil {return nil ,_acce ,_cadae ;};if _eceeg {_dfgac --;continue ;};};_bdgbc =append (_bdgbc ,_cabba );_cabba =NewBlock (_acce .PageWidth ,_acce .PageHeight );_bffd =_acce .Margins .Left +_gcfgf ._beac .Left ;_eddb =_acce .Margins .Top ;_acce .Height =_acce .PageHeight -_acce .Margins .Top -_acce .Margins .Bottom ; +_acce .Page ++;_fdgcf =_acce .Height ;_eagff =_fecdg ._cceff -1;_dbgfa =0;_eceeg =false ;if _gcfgf ._bcdba &&_fbcce >=0{_gfbcb =_dfgac ;_dfgac =_fbcce -1;_befc =_eagff ;_eagff =_gcfgf ._abbga -1;_bcbae =true ;if _fecdg ._dcgbe > (_gcfgf ._aade -_geed )||(_fecdg ._dcgbe > 1&&_dfgac < 0){_e .Log .Debug ("\u0054a\u0062\u006ce\u0020\u0068\u0065a\u0064\u0065\u0072\u0020\u0072\u006f\u0077s\u0070\u0061\u006e\u0020\u0065\u0078c\u0065\u0065\u0064\u0073\u0020\u0061\u0076\u0061\u0069\u006c\u0061b\u006c\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u002e"); +_bcbae =false ;_fbcce ,_egab =-1,-1;};continue ;};if _fffc {_dfgac --;continue ;};};_acce .Width =_fedf ;_acce .X =_bffd +_cfdef ;_acce .Y =_eddb +_dbgfa ;if _gebbe > _acce .PageHeight -_acce .Margins .Top -_acce .Margins .Bottom {_gebbe =_acce .PageHeight -_acce .Margins .Top -_acce .Margins .Bottom ; +};_ccbe :=_ace (_acce .X ,_acce .Y ,_fedf ,_gebbe );if _fecdg ._fffcf !=nil {_ccbe .SetFillColor (_fecdg ._fffcf );};_ccbe .LineStyle =_fecdg ._baaea ;_ccbe ._dfb =_fecdg ._fbcbf ;_ccbe ._egd =_fecdg ._feec ;_ccbe ._dee =_fecdg ._degg ;_ccbe ._decae =_fecdg ._acebeg ; +if _fecdg ._dbdbd !=nil {_ccbe .SetColorLeft (_fecdg ._dbdbd );};if _fecdg ._fdaa !=nil {_ccbe .SetColorBottom (_fecdg ._fdaa );};if _fecdg ._efcaa !=nil {_ccbe .SetColorRight (_fecdg ._efcaa );};if _fecdg ._badce !=nil {_ccbe .SetColorTop (_fecdg ._badce ); +};_ccbe .SetWidthBottom (_fecdg ._edca );_ccbe .SetWidthLeft (_fecdg ._gaeea );_ccbe .SetWidthRight (_fecdg ._gcbb );_ccbe .SetWidthTop (_fecdg ._ffagg );_gbaf :=NewBlock (_cabba ._fbe ,_cabba ._fe );_dfbc :=_cabba .Draw (_ccbe );if _dfbc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dfbc ); +};if _fecdg ._efce !=nil {_babaf :=_fecdg ._efce .Width ();_ddegg :=_fecdg ._efce .Height ();_fcgcb :=0.0;switch _dedd :=_fecdg ._efce .(type ){case *Paragraph :if _dedd ._dagc {_babaf =_dedd .getMaxLineWidth ()/1000.0;};_fcdd ,_gaag ,_ :=_dedd .getTextMetrics (); +_bdfeg ,_gdecg :=_fcdd *_dedd ._eaff ,_gaag *_dedd ._eaff ;_ddegg =_ddegg -_gdecg +_bdfeg ;_fcgcb +=_bdfeg -_gdecg ;_efba :=0.5;if _gcfgf ._fgcd {_efba =0.3;};switch _fecdg ._badba {case CellVerticalAlignmentTop :_fcgcb +=_bdfeg *_efba ;case CellVerticalAlignmentBottom :_fcgcb -=_bdfeg *_efba ; +};_babaf +=_dedd ._fdgb .Left +_dedd ._fdgb .Right ;_ddegg +=_dedd ._fdgb .Top +_dedd ._fdgb .Bottom ;case *StyledParagraph :if _dedd ._ebedb {_babaf =_dedd .getMaxLineWidth ()/1000.0;};_afcd ,_daaga ,_ebgce :=_dedd .getLineMetrics (0);_gfdae ,_gafa :=_afcd *_dedd ._aaebc ,_daaga *_dedd ._aaebc ; +if _dedd ._aegge ==TextVerticalAlignmentCenter {_fcgcb =_gafa -(_daaga +(_afcd +_ebgce -_daaga )/2+(_gafa -_daaga )/2);};if len (_dedd ._eeea )==1{_ddegg =_gfdae ;}else {_ddegg =_ddegg -_gafa +_gfdae ;};_fcgcb +=_gfdae -_gafa ;switch _fecdg ._badba {case CellVerticalAlignmentTop :_fcgcb +=_gfdae *0.5; +case CellVerticalAlignmentBottom :_fcgcb -=_gfdae *0.5;};_babaf +=_dedd ._gfdga .Left +_dedd ._gfdga .Right ;_ddegg +=_dedd ._gfdga .Top +_dedd ._gfdga .Bottom ;case *Table :_babaf =_fedf ;case *List :_babaf =_fedf ;case *Division :_babaf =_fedf ;case *Chart :_babaf =_fedf ; +case *Line :_ddegg +=_dedd ._adae .Top +_dedd ._adae .Bottom ;_fcgcb -=_dedd .Height ()/2;case *Image :_babaf +=_dedd ._efdcd .Left +_dedd ._efdcd .Right ;_ddegg +=_dedd ._efdcd .Top +_dedd ._efdcd .Bottom ;};switch _fecdg ._bbgd {case CellHorizontalAlignmentLeft :_acce .X +=_fecdg ._eacbd ; +_acce .Width -=_fecdg ._eacbd ;case CellHorizontalAlignmentCenter :if _defag :=_fedf -_babaf ;_defag > 0{_acce .X +=_defag /2;_acce .Width -=_defag /2;};case CellHorizontalAlignmentRight :if _fedf > _babaf {_acce .X =_acce .X +_fedf -_babaf -_fecdg ._eacbd ; +_acce .Width -=_fecdg ._eacbd ;};};_fccbe :=_acce .Y ;_fbeb :=_acce .Height ;_acce .Y +=_fcgcb ;switch _fecdg ._badba {case CellVerticalAlignmentTop :case CellVerticalAlignmentMiddle :if _dbbg :=_gebbe -_ddegg ;_dbbg > 0{_acce .Y +=_dbbg /2;_acce .Height -=_dbbg /2; +};case CellVerticalAlignmentBottom :if _gebbe > _ddegg {_acce .Y =_acce .Y +_gebbe -_ddegg ;_acce .Height =_gebbe ;};};_gggb :=_cabba .DrawWithContext (_fecdg ._efce ,_acce );if _gggb !=nil {if _ag .Is (_gggb ,ErrContentNotFit )&&!_fffc {_cabba =_gbaf ; +_fffc =true ;_dfgac --;continue ;};_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gggb );};_acce .Y =_fccbe ;_acce .Height =_fbeb ;};_acce .Y +=_gebbe ;_acce .Height -=_gebbe ;if _bcbae &&_dfgac +1> _egab {_eddb +=_dbgfa +_gebbe ;_fdgcf -=_gebbe +_dbgfa ; +_eagff =_befc ;_dfgac =_gfbcb -1;_bcbae =false ;};};_bdgbc =append (_bdgbc ,_cabba );if _gcfgf ._ccgdeg .IsAbsolute (){return _bdgbc ,_gbeac ,nil ;};_acce .X =_gbeac .X ;_acce .Width =_gbeac .Width ;_acce .Y +=_gcfgf ._beac .Bottom ;_acce .Height -=_gcfgf ._beac .Bottom ; +return _bdgbc ,_acce ,nil ;};func _edefa (_gdeee *templateProcessor ,_cgcef *templateNode )(interface{},error ){return _gdeee .parsePageBreak (_cgcef );};func (_egccg *RadialShading )shadingModel ()*_fg .PdfShadingType3 {_gbace ,_bbgbc ,_bgdg :=_egccg ._fefgd ._cgcfg .ToRGB (); +var _bbfc _ee .Point ;switch _egccg ._abeca {case AnchorBottomLeft :_bbfc =_ee .Point {X :_egccg ._gegd .Llx ,Y :_egccg ._gegd .Lly };case AnchorBottomRight :_bbfc =_ee .Point {X :_egccg ._gegd .Urx ,Y :_egccg ._gegd .Ury -_egccg ._gegd .Height ()};case AnchorTopLeft :_bbfc =_ee .Point {X :_egccg ._gegd .Llx ,Y :_egccg ._gegd .Lly +_egccg ._gegd .Height ()}; +case AnchorTopRight :_bbfc =_ee .Point {X :_egccg ._gegd .Urx ,Y :_egccg ._gegd .Ury };case AnchorLeft :_bbfc =_ee .Point {X :_egccg ._gegd .Llx ,Y :_egccg ._gegd .Lly +_egccg ._gegd .Height ()/2};case AnchorTop :_bbfc =_ee .Point {X :_egccg ._gegd .Llx +_egccg ._gegd .Width ()/2,Y :_egccg ._gegd .Ury }; +case AnchorRight :_bbfc =_ee .Point {X :_egccg ._gegd .Urx ,Y :_egccg ._gegd .Lly +_egccg ._gegd .Height ()/2};case AnchorBottom :_bbfc =_ee .Point {X :_egccg ._gegd .Urx +_egccg ._gegd .Width ()/2,Y :_egccg ._gegd .Lly };default:_bbfc =_ee .NewPoint (_egccg ._gegd .Llx +_egccg ._gegd .Width ()/2,_egccg ._gegd .Lly +_egccg ._gegd .Height ()/2); +};_decdd :=_egccg ._ddba ;_dfgbb :=_egccg ._gfda ;_dbcd :=_bbfc .X +_egccg ._afdaf ;_bcad :=_bbfc .Y +_egccg ._fgbbd ;if _decdd ==-1.0{_decdd =0.0;};if _dfgbb ==-1.0{var _bagc []float64 ;_bgcb :=_d .Pow (_dbcd -_egccg ._gegd .Llx ,2)+_d .Pow (_bcad -_egccg ._gegd .Lly ,2); +_bagc =append (_bagc ,_d .Abs (_bgcb ));_gfgb :=_d .Pow (_dbcd -_egccg ._gegd .Llx ,2)+_d .Pow (_egccg ._gegd .Lly +_egccg ._gegd .Height ()-_bcad ,2);_bagc =append (_bagc ,_d .Abs (_gfgb ));_bdagg :=_d .Pow (_egccg ._gegd .Urx -_dbcd ,2)+_d .Pow (_bcad -_egccg ._gegd .Ury -_egccg ._gegd .Height (),2); +_bagc =append (_bagc ,_d .Abs (_bdagg ));_gebaa :=_d .Pow (_egccg ._gegd .Urx -_dbcd ,2)+_d .Pow (_egccg ._gegd .Ury -_bcad ,2);_bagc =append (_bagc ,_d .Abs (_gebaa ));_bf .Slice (_bagc ,func (_adcb ,_dgegg int )bool {return _adcb > _dgegg });_dfgbb =_d .Sqrt (_bagc [0]); +};_acfc :=&_fg .PdfRectangle {Llx :_dbcd -_dfgbb ,Lly :_bcad -_dfgbb ,Urx :_dbcd +_dfgbb ,Ury :_bcad +_dfgbb };_bfgb :=_fg .NewPdfShadingType3 ();_bfgb .PdfShading .ShadingType =_cc .MakeInteger (3);_bfgb .PdfShading .ColorSpace =_fg .NewPdfColorspaceDeviceRGB (); +_bfgb .PdfShading .Background =_cc .MakeArrayFromFloats ([]float64 {_gbace ,_bbgbc ,_bgdg });_bfgb .PdfShading .BBox =_acfc ;_bfgb .PdfShading .AntiAlias =_cc .MakeBool (_egccg ._fefgd ._ggbc );_bfgb .Coords =_cc .MakeArrayFromFloats ([]float64 {_dbcd ,_bcad ,_decdd ,_dbcd ,_bcad ,_dfgbb }); +_bfgb .Domain =_cc .MakeArrayFromFloats ([]float64 {0.0,1.0});_bfgb .Extend =_cc .MakeArray (_cc .MakeBool (_egccg ._fefgd ._aafab [0]),_cc .MakeBool (_egccg ._fefgd ._aafab [1]));_bfgb .Function =_egccg ._fefgd .generatePdfFunctions ();return _bfgb ;}; -// NewPage adds a new Page to the Creator and sets as the active Page. -func (_cfcc *Creator )NewPage ()*_gd .PdfPage {_afg :=_cfcc .newPage ();_cfcc ._bee =append (_cfcc ._bee ,_afg );_cfcc ._ecfb .Page ++;return _afg ;}; -// NewDivision returns a new Division container component. -func (_dee *Creator )NewDivision ()*Division {return _cfgb ()};func (_bbcbc *templateProcessor )parseBackground (_fgcge *templateNode )(interface{},error ){_dggae :=&Background {};for _ ,_dcfcc :=range _fgcge ._eccfd .Attr {_ggcd :=_dcfcc .Value ;switch _ccgca :=_dcfcc .Name .Local ; -_ccgca {case "\u0066\u0069\u006c\u006c\u002d\u0063\u006f\u006c\u006f\u0072":_dggae .FillColor =_bbcbc .parseColorAttr (_ccgca ,_ggcd );case "\u0062\u006f\u0072d\u0065\u0072\u002d\u0063\u006f\u006c\u006f\u0072":_dggae .BorderColor =_bbcbc .parseColorAttr (_ccgca ,_ggcd ); -case "b\u006f\u0072\u0064\u0065\u0072\u002d\u0073\u0069\u007a\u0065":_dggae .BorderSize =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dddgc ,_egggf ,_gaeeg ,_aeagg :=_bbcbc .parseBorderRadiusAttr (_ccgca ,_ggcd ); -_dggae .SetBorderRadius (_dddgc ,_egggf ,_aeagg ,_gaeeg );case "\u0062\u006f\u0072\u0064er\u002d\u0074\u006f\u0070\u002d\u006c\u0065\u0066\u0074\u002d\u0072\u0061\u0064\u0069u\u0073":_dggae .BorderRadiusTopLeft =_bbcbc .parseFloatAttr (_ccgca ,_ggcd ); -case "\u0062\u006f\u0072de\u0072\u002d\u0074\u006f\u0070\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061\u0064\u0069\u0075\u0073":_dggae .BorderRadiusTopRight =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );case "\u0062o\u0072\u0064\u0065\u0072-\u0062\u006f\u0074\u0074\u006fm\u002dl\u0065f\u0074\u002d\u0072\u0061\u0064\u0069\u0075s":_dggae .BorderRadiusBottomLeft =_bbcbc .parseFloatAttr (_ccgca ,_ggcd ); -case "\u0062\u006f\u0072\u0064\u0065\u0072\u002d\u0062\u006f\u0074\u0074o\u006d\u002d\u0072\u0069\u0067\u0068\u0074\u002d\u0072\u0061d\u0069\u0075\u0073":_dggae .BorderRadiusBottomRight =_bbcbc .parseFloatAttr (_ccgca ,_ggcd );default:_bbcbc .nodeLogDebug (_fgcge ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0062\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_ccgca ); -};};return _dggae ,nil ;}; +// Width returns the width of the ellipse. +func (_dcafd *Ellipse )Width ()float64 {return _dcafd ._aacd }; -// Level returns the indentation level of the TOC line. -func (_baddc *TOCLine )Level ()uint {return _baddc ._bfcf }; +// SetColorRight sets border color for right. +func (_aceb *border )SetColorRight (col Color ){_aceb ._adfc =col }; -// ColorRGBFrom8bit creates a Color from 8-bit (0-255) r,g,b values. +// GeneratePageBlocks draws the filled curve on page blocks. +func (_fgad *FilledCurve )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_gcfbg :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_faecf ,_ ,_fcfg :=_fgad .draw (_gcfbg ,"");if _fcfg !=nil {return nil ,ctx ,_fcfg ;};_fcfg =_gcfbg .addContentsByString (string (_faecf )); +if _fcfg !=nil {return nil ,ctx ,_fcfg ;};return []*Block {_gcfbg },ctx ,nil ;}; + +// ColorRGBFromArithmetic creates a Color from arithmetic color values (0-1). // Example: // -// red := ColorRGBFrom8Bit(255, 0, 0) -func ColorRGBFrom8bit (r ,g ,b byte )Color {return rgbColor {_afd :float64 (r )/255.0,_fef :float64 (g )/255.0,_cbbf :float64 (b )/255.0};};type cmykColor struct{_cgab ,_bfdc ,_fec ,_febg float64 };const (CellBorderStyleNone CellBorderStyle =iota ;CellBorderStyleSingle ; -CellBorderStyleDouble ;);func (_bacgc *templateProcessor )parseChapterHeading (_gggec *templateNode )(interface{},error ){if _gggec ._ddbbd ==nil {_bacgc .nodeLogError (_gggec ,"\u0043\u0068a\u0070\u0074\u0065\u0072 \u0068\u0065a\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0072e\u006e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); -return nil ,_eeeee ;};_geffg ,_affdfe :=_gggec ._ddbbd ._fdfd .(*Chapter );if !_affdfe {_bacgc .nodeLogError (_gggec ,"\u0043h\u0061\u0070t\u0065\u0072\u0020h\u0065\u0061\u0064\u0069\u006e\u0067\u0020p\u0061\u0072\u0065\u006e\u0074\u0020(\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u002e",_gggec ._ddbbd ._fdfd ); -return nil ,_eeeee ;};_ffff :=_geffg .GetHeading ();if _ ,_cgfg :=_bacgc .parseParagraph (_gggec ,_ffff );_cgfg !=nil {return nil ,_cgfg ;};return _ffff ,nil ;};func (_ecggd *InvoiceAddress )fmtLine (_fabf ,_gdbg string ,_ffec bool )string {if _ffec {_gdbg =""; -};return _f .Sprintf ("\u0025\u0073\u0025s\u000a",_gdbg ,_fabf );}; - -// SetFillOpacity sets the fill opacity. -func (_cgbc *PolyBezierCurve )SetFillOpacity (opacity float64 ){_cgbc ._dcfbf =opacity };func (_aeag *Invoice )newCell (_agab string ,_cfed InvoiceCellProps )*InvoiceCell {return &InvoiceCell {_cfed ,_agab };};func (_ged *Block )drawToPage (_bff *_gd .PdfPage )error {_eba :=&_eag .ContentStreamOperations {}; -if _bff .Resources ==nil {_bff .Resources =_gd .NewPdfPageResources ();};_eebb :=_cga (_eba ,_bff .Resources ,_ged ._ge ,_ged ._fa );if _eebb !=nil {return _eebb ;};if _eebb =_adcc (_ged ._fa ,_bff .Resources );_eebb !=nil {return _eebb ;};if _eebb =_bff .AppendContentBytes (_eba .Bytes (),true ); -_eebb !=nil {return _eebb ;};for _ ,_cbg :=range _ged ._bdc {_bff .AddAnnotation (_cbg );};return nil ;}; - -// GeneratePageBlocks draws the polyline on a new block representing the page. -// Implements the Drawable interface. -func (_gagcg *Polyline )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){_cfeca :=NewBlock (ctx .PageWidth ,ctx .PageHeight );_beaaf ,_eeebd :=_cfeca .setOpacity (_gagcg ._aegga ,_gagcg ._aegga );if _eeebd !=nil {return nil ,ctx ,_eeebd ; -};_cadgd :=_gagcg ._gcaf .Points ;for _cgbe :=range _cadgd {_edgf :=&_cadgd [_cgbe ];_edgf .Y =ctx .PageHeight -_edgf .Y ;};_aebga ,_ ,_eeebd :=_gagcg ._gcaf .MarkedDraw (_beaaf ,_gagcg ._ecga );if _eeebd !=nil {return nil ,ctx ,_eeebd ;};if _eeebd =_cfeca .addContentsByString (string (_aebga )); -_eeebd !=nil {return nil ,ctx ,_eeebd ;};return []*Block {_cfeca },ctx ,nil ;}; +// green := ColorRGBFromArithmetic(0.0, 1.0, 0.0) +func ColorRGBFromArithmetic (r ,g ,b float64 )Color {return rgbColor {_ddg :_d .Max (_d .Min (r ,1.0),0.0),_baa :_d .Max (_d .Min (g ,1.0),0.0),_cebb :_d .Max (_d .Min (b ,1.0),0.0)};};func _aggd (_eba [][]_ee .CubicBezierCurve )*CurvePolygon {return &CurvePolygon {_daee :&_ee .CurvePolygon {Rings :_eba },_cgbbg :1.0,_eacf :1.0}; +}; -// Text sets the text content of the Paragraph. -func (_egba *Paragraph )Text ()string {return _egba ._bcgag }; +// SetNumber sets the number of the invoice. +func (_fbge *Invoice )SetNumber (number string )(*InvoiceCell ,*InvoiceCell ){_fbge ._egfe [1].Value =number ;return _fbge ._egfe [0],_fbge ._egfe [1];}; -// GeneratePageBlocks generate the Page blocks. Draws the Image on a block, implementing the Drawable interface. -func (_edff *Image )GeneratePageBlocks (ctx DrawContext )([]*Block ,DrawContext ,error ){if _edff ._cbaag ==nil {if _cega :=_edff .makeXObject ();_cega !=nil {return nil ,ctx ,_cega ;};};var _egcc []*Block ;_bafe :=ctx ;_fcgb :=NewBlock (ctx .PageWidth ,ctx .PageHeight ); -if _edff ._dbafc .IsRelative (){_edff .applyFitMode (ctx .Width );ctx .X +=_edff ._fcad .Left ;ctx .Y +=_edff ._fcad .Top ;ctx .Width -=_edff ._fcad .Left +_edff ._fcad .Right ;ctx .Height -=_edff ._fcad .Top +_edff ._fcad .Bottom ;if _edff ._fae > ctx .Height {_egcc =append (_egcc ,_fcgb ); -_fcgb =NewBlock (ctx .PageWidth ,ctx .PageHeight );ctx .Page ++;_cgbf :=ctx ;_cgbf .Y =ctx .Margins .Top +_edff ._fcad .Top ;_cgbf .X =ctx .Margins .Left +_edff ._fcad .Left ;_cgbf .Height =ctx .PageHeight -ctx .Margins .Top -ctx .Margins .Bottom -_edff ._fcad .Top -_edff ._fcad .Bottom ; -_cgbf .Width =ctx .PageWidth -ctx .Margins .Left -ctx .Margins .Right -_edff ._fcad .Left -_edff ._fcad .Right ;ctx =_cgbf ;};}else {ctx .X =_edff ._aeae ;ctx .Y =_edff ._bgabe ;};ctx ,_dabb :=_bdab (_fcgb ,_edff ,ctx );if _dabb !=nil {return nil ,ctx ,_dabb ; -};_egcc =append (_egcc ,_fcgb );if _edff ._dbafc .IsAbsolute (){ctx =_bafe ;}else {ctx .X =_bafe .X ;ctx .Width =_bafe .Width ;ctx .Y +=_edff ._fcad .Bottom ;};return _egcc ,ctx ,nil ;}; +// ScaleToHeight scale Image to a specified height h, maintaining the aspect ratio. +func (_fdec *Image )ScaleToHeight (h float64 ){_bgee :=_fdec ._edede /_fdec ._gcca ;_fdec ._gcca =h ;_fdec ._edede =h *_bgee ;};func (_bgeca *Invoice )generateInformationBlocks (_fefag DrawContext )([]*Block ,DrawContext ,error ){_cgbbc :=_gdcg (_bgeca ._dadb ); +_cgbbc .SetMargins (0,0,0,20);_bacgc :=_bgeca .drawAddress (_bgeca ._ddacd );_bacgc =append (_bacgc ,_cgbbc );_bacgc =append (_bacgc ,_bgeca .drawAddress (_bgeca ._edecg )...);_ddde :=_dabf ();for _ ,_gadca :=range _bacgc {_ddde .Add (_gadca );};_faeb :=_bgeca .drawInformation (); +_dfba :=_dgbaa (2);_dfba .SetMargins (0,0,25,0);_gdffe :=_dfba .NewCell ();_gdffe .SetIndent (0);_gdffe .SetContent (_ddde );_gdffe =_dfba .NewCell ();_gdffe .SetContent (_faeb );return _dfba .GeneratePageBlocks (_fefag );}; -// SetLinePageStyle sets the style for the page part of all new lines -// of the table of contents. -func (_ceff *TOC )SetLinePageStyle (style TextStyle ){_ceff ._ccffd =style }; +// SetWidthTop sets border width for top. +func (_bdg *border )SetWidthTop (bw float64 ){_bdg ._gfe =bw }; -// TextVerticalAlignment controls the vertical position of the text -// in a styled paragraph. -type TextVerticalAlignment int ;func _ebcd (_fcgg [][]_ddb .CubicBezierCurve )*CurvePolygon {return &CurvePolygon {_fbff :&_ddb .CurvePolygon {Rings :_fcgg },_bgabd :1.0,_acfa :1.0};};func _ccbgg (_bgag ,_gded TextStyle )*Invoice {_addg :=&Invoice {_bgfbda :"\u0049N\u0056\u004f\u0049\u0043\u0045",_gggd :"\u002c\u0020",_bdae :_bgag ,_ddba :_gded }; -_addg ._afbf =&InvoiceAddress {Separator :_addg ._gggd };_addg ._adbcd =&InvoiceAddress {Heading :"\u0042i\u006c\u006c\u0020\u0074\u006f",Separator :_addg ._gggd };_efe :=ColorRGBFrom8bit (245,245,245);_faba :=ColorRGBFrom8bit (155,155,155);_addg ._fcbed =_gded ; -_addg ._fcbed .Color =_faba ;_addg ._fcbed .FontSize =20;_addg ._gdga =_bgag ;_addg ._fefc =_gded ;_addg ._degfg =_bgag ;_addg ._begb =_gded ;_addg ._ffda =_addg .NewCellProps ();_addg ._ffda .BackgroundColor =_efe ;_addg ._ffda .TextStyle =_gded ;_addg ._dbbfd =_addg .NewCellProps (); -_addg ._dbbfd .TextStyle =_gded ;_addg ._dbbfd .BackgroundColor =_efe ;_addg ._dbbfd .BorderColor =_efe ;_addg ._ddce =_addg .NewCellProps ();_addg ._ddce .BorderColor =_efe ;_addg ._ddce .BorderSides =[]CellBorderSide {CellBorderSideBottom };_addg ._ddce .Alignment =CellHorizontalAlignmentRight ; -_addg ._aabdc =_addg .NewCellProps ();_addg ._aabdc .Alignment =CellHorizontalAlignmentRight ;_addg ._eeffg =[2]*InvoiceCell {_addg .newCell ("\u0049\u006e\u0076\u006f\u0069\u0063\u0065\u0020\u006eu\u006d\u0062\u0065\u0072",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )}; -_addg ._cegfg =[2]*InvoiceCell {_addg .newCell ("\u0044\u0061\u0074\u0065",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )};_addg ._fgfe =[2]*InvoiceCell {_addg .newCell ("\u0044\u0075\u0065\u0020\u0044\u0061\u0074\u0065",_addg ._ffda ),_addg .newCell ("",_addg ._ffda )}; -_addg ._ffce =[2]*InvoiceCell {_addg .newCell ("\u0053\u0075\u0062\u0074\u006f\u0074\u0061\u006c",_addg ._aabdc ),_addg .newCell ("",_addg ._aabdc )};_dbbb :=_addg ._aabdc ;_dbbb .TextStyle =_gded ;_dbbb .BackgroundColor =_efe ;_dbbb .BorderColor =_efe ; -_addg ._cecdb =[2]*InvoiceCell {_addg .newCell ("\u0054\u006f\u0074a\u006c",_dbbb ),_addg .newCell ("",_dbbb )};_addg ._cdbg =[2]string {"\u004e\u006f\u0074e\u0073",""};_addg ._acae =[2]string {"T\u0065r\u006d\u0073\u0020\u0061\u006e\u0064\u0020\u0063o\u006e\u0064\u0069\u0074io\u006e\u0073",""}; -_addg ._gbbc =[]*InvoiceCell {_addg .newColumn ("D\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",CellHorizontalAlignmentLeft ),_addg .newColumn ("\u0051\u0075\u0061\u006e\u0074\u0069\u0074\u0079",CellHorizontalAlignmentRight ),_addg .newColumn ("\u0055\u006e\u0069\u0074\u0020\u0070\u0072\u0069\u0063\u0065",CellHorizontalAlignmentRight ),_addg .newColumn ("\u0041\u006d\u006f\u0075\u006e\u0074",CellHorizontalAlignmentRight )}; -return _addg ;};type fontMetrics struct{_edgacc float64 ;_daeb float64 ;_gecf float64 ;_gfcgf float64 ;}; +// SetMarkedContentID sets the marked content id for the list. +func (_ecfe *List )SetMarkedContentID (id int64 )*_fg .KDict {return nil };func (_bcag *templateProcessor )parseList (_gfbbd *templateNode )(interface{},error ){_gbfdeb :=_bcag .creator .NewList ();for _ ,_cbdda :=range _gfbbd ._fagc .Attr {_cadbb :=_cbdda .Value ; +switch _eaae :=_cbdda .Name .Local ;_eaae {case "\u0069\u006e\u0064\u0065\u006e\u0074":_gbfdeb .SetIndent (_bcag .parseFloatAttr (_eaae ,_cadbb ));case "\u006d\u0061\u0072\u0067\u0069\u006e":_agagc :=_bcag .parseMarginAttr (_eaae ,_cadbb );_gbfdeb .SetMargins (_agagc .Left ,_agagc .Right ,_agagc .Top ,_agagc .Bottom ); +default:_bcag .nodeLogDebug (_gfbbd ,"\u0055\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u006c\u0069\u0073\u0074 \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_eaae ); +};};return _gbfdeb ,nil ;};func (_ebae *templateProcessor )parseChapterHeading (_ddbec *templateNode )(interface{},error ){if _ddbec ._dadbf ==nil {_ebae .nodeLogError (_ddbec ,"\u0043\u0068a\u0070\u0074\u0065\u0072 \u0068\u0065a\u0064\u0069\u006e\u0067\u0020\u0070\u0061\u0072e\u006e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c\u002e"); +return nil ,_bgacd ;};_gdaa ,_fcafg :=_ddbec ._dadbf ._fcga .(*Chapter );if !_fcafg {_ebae .nodeLogError (_ddbec ,"\u0043h\u0061\u0070t\u0065\u0072\u0020h\u0065\u0061\u0064\u0069\u006e\u0067\u0020p\u0061\u0072\u0065\u006e\u0074\u0020(\u0025\u0054\u0029\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0063\u0068\u0061\u0070\u0074\u0065\u0072\u002e",_ddbec ._dadbf ._fcga ); +return nil ,_bgacd ;};_abgff :=_gdaa .GetHeading ();if _ ,_dbfd :=_ebae .parseParagraph (_ddbec ,_abgff );_dbfd !=nil {return nil ,_dbfd ;};return _abgff ,nil ;}; -// EnableFontSubsetting enables font subsetting for `font` when the creator output is written to file. -// Embeds only the subset of the runes/glyphs that are actually used to display the file. -// Subsetting can reduce the size of fonts significantly. -func (_faad *Creator )EnableFontSubsetting (font *_gd .PdfFont ){_faad ._dgad =append (_faad ._dgad ,font );}; +// ScaleToHeight scales the ellipse to the specified height. The width of +// the ellipse is scaled so that the aspect ratio is maintained. +func (_ebee *Ellipse )ScaleToHeight (h float64 ){_dcff :=_ebee ._aacd /_ebee ._gfcb ;_ebee ._gfcb =h ;_ebee ._aacd =h *_dcff ;}; -// GetMargins returns the Image's margins: left, right, top, bottom. -func (_aabgg *Image )GetMargins ()(float64 ,float64 ,float64 ,float64 ){return _aabgg ._fcad .Left ,_aabgg ._fcad .Right ,_aabgg ._fcad .Top ,_aabgg ._fcad .Bottom ;}; +// SetLineColor sets the line color. +func (_efgd *Polyline )SetLineColor (color Color ){_efgd ._cfcad .LineColor =_agbd (color )}; -// Fit fits the chunk into the specified bounding box, cropping off the -// remainder in a new chunk, if it exceeds the specified dimensions. -// NOTE: The method assumes a line height of 1.0. In order to account for other -// line height values, the passed in height must be divided by the line height: -// height = height / lineHeight -func (_ddee *TextChunk )Fit (width ,height float64 )(*TextChunk ,error ){_eeecec ,_ebaea :=_ddee .Wrap (width );if _ebaea !=nil {return nil ,_ebaea ;};_dcagb :=int (height /_ddee .Style .FontSize );if _dcagb >=len (_eeecec ){return nil ,nil ;};_gccd :="\u000a"; -_ddee .Text =_ddf .Replace (_ddf .Join (_eeecec [:_dcagb ],"\u0020"),_gccd +"\u0020",_gccd ,-1);_baab :=_ddf .Replace (_ddf .Join (_eeecec [_dcagb :],"\u0020"),_gccd +"\u0020",_gccd ,-1);return NewTextChunk (_baab ,_ddee .Style ),nil ;};func _adebe (_egaaf ,_bbgb interface{})(interface{},error ){_bbedd ,_ddabf :=_agcee (_egaaf ); -if _ddabf !=nil {return nil ,_ddabf ;};switch _faebc :=_bbedd .(type ){case int64 :_fgfbd ,_cddfe :=_agcee (_bbgb );if _cddfe !=nil {return nil ,_cddfe ;};switch _cbffc :=_fgfbd .(type ){case int64 :return _faebc +_cbffc ,nil ;case float64 :return float64 (_faebc )+_cbffc ,nil ; -};case float64 :_eaeef ,_bbbdg :=_agcee (_bbgb );if _bbbdg !=nil {return nil ,_bbbdg ;};switch _dcfge :=_eaeef .(type ){case int64 :return _faebc +float64 (_dcfge ),nil ;case float64 :return _faebc +_dcfge ,nil ;};};return nil ,_f .Errorf ("\u0066\u0061\u0069le\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0025\u0076\u0020\u0061\u006e\u0064\u0020\u0025\u0076",_egaaf ,_bbgb ); -};func _eff (_dbf string ,_afcd _be .PdfObject ,_bbf *_gd .PdfPageResources )_be .PdfObjectName {_gfeg :=_ddf .TrimRightFunc (_ddf .TrimSpace (_dbf ),func (_adbe rune )bool {return _ab .IsNumber (_adbe )});if _gfeg ==""{_gfeg ="\u0046\u006f\u006e\u0074"; -};_bdb :=0;_gdbc :=_be .PdfObjectName (_dbf );for {_eaf ,_ccf :=_bbf .GetFontByName (_gdbc );if !_ccf ||_eaf ==_afcd {break ;};_bdb ++;_gdbc =_be .PdfObjectName (_f .Sprintf ("\u0025\u0073\u0025\u0064",_gfeg ,_bdb ));};return _gdbc ;}; +// NewPolyline creates a new polyline. +func (_badc *Creator )NewPolyline (points []_ee .Point )*Polyline {return _eafg (points )}; -// MoveTo moves the drawing context to absolute coordinates (x, y). -func (_dced *Creator )MoveTo (x ,y float64 ){_dced ._ecfb .X =x ;_dced ._ecfb .Y =y }; +// AddressHeadingStyle returns the style properties used to render the +// heading of the invoice address sections. +func (_ebca *Invoice )AddressHeadingStyle ()TextStyle {return _ebca ._cabf };type templateProcessor struct{creator *Creator ;_ccdgc []byte ;_edegg *TemplateOptions ;_fcge componentRenderer ;_cbda string ;}; -// DrawTemplate renders the template provided through the specified reader, -// using the specified `data` and `options`. -// Creator templates are first executed as text/template *Template instances, -// so the specified `data` is inserted within the template. -// The second phase of processing is actually parsing the template, translating -// it into creator components and rendering them using the provided options. -// Both the `data` and `options` parameters can be nil. -func (_fbbcg *Creator )DrawTemplate (r _cb .Reader ,data interface{},options *TemplateOptions )error {return _bgca (_fbbcg ,r ,data ,options ,_fbbcg );}; +// Height returns the height of the chart. +func (_abaa *Chart )Height ()float64 {return float64 (_abaa ._ggc .Height ())}; -// NewColumn returns a new column for the line items invoice table. -func (_fbca *Invoice )NewColumn (description string )*InvoiceCell {return _fbca .newColumn (description ,CellHorizontalAlignmentLeft );};func (_fcfcb *templateProcessor )parseTextChunk (_bfac *templateNode ,_ffcecc *TextChunk )(interface{},error ){if _bfac ._ddbbd ==nil {_fcfcb .nodeLogError (_bfac ,"\u0054\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0070\u0061\u0072\u0065n\u0074 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c\u002e"); -return nil ,_eeeee ;};var (_bdfbd =_fcfcb .creator .NewTextStyle ();_gdcge bool ;);for _ ,_fgga :=range _bfac ._eccfd .Attr {if _fgga .Name .Local =="\u006c\u0069\u006e\u006b"{_dfff ,_ccfcb :=_bfac ._ddbbd ._fdfd .(*StyledParagraph );if !_ccfcb {_fcfcb .nodeLogError (_bfac ,"\u004c\u0069\u006e\u006b \u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u006f\u006e\u006c\u0079\u0020\u0061\u0070\u0070\u006c\u0069\u0063\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0070\u0061\u0072\u0061\u0067r\u0061\u0070\u0068\u0027\u0073\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u002e"); -_gdcge =true ;}else {_bdfbd =_dfff ._debd ;};break ;};};if _ffcecc ==nil {_ffcecc =NewTextChunk ("",_bdfbd );};for _ ,_ecgbc :=range _bfac ._eccfd .Attr {_dfbae :=_ecgbc .Value ;switch _dedaa :=_ecgbc .Name .Local ;_dedaa {case "\u0063\u006f\u006co\u0072":_ffcecc .Style .Color =_fcfcb .parseColorAttr (_dedaa ,_dfbae ); -case "\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ffcecc .Style .OutlineColor =_fcfcb .parseColorAttr (_dedaa ,_dfbae );case "\u0066\u006f\u006e\u0074":_ffcecc .Style .Font =_fcfcb .parseFontAttr (_dedaa ,_dfbae );case "\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae":_ffcecc .Style .FontSize =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); -case "\u006f\u0075\u0074l\u0069\u006e\u0065\u002d\u0073\u0069\u007a\u0065":_ffcecc .Style .OutlineSize =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u002d\u0073\u0070a\u0063\u0069\u006e\u0067":_ffcecc .Style .CharSpacing =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); -case "\u0068o\u0072i\u007a\u006f\u006e\u0074\u0061l\u002d\u0073c\u0061\u006c\u0069\u006e\u0067":_ffcecc .Style .HorizontalScaling =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067-\u006d\u006f\u0064\u0065":_ffcecc .Style .RenderingMode =_fcfcb .parseTextRenderingModeAttr (_dedaa ,_dfbae ); -case "\u0075n\u0064\u0065\u0072\u006c\u0069\u006ee":_ffcecc .Style .Underline =_fcfcb .parseBoolAttr (_dedaa ,_dfbae );case "\u0075n\u0064e\u0072\u006c\u0069\u006e\u0065\u002d\u0063\u006f\u006c\u006f\u0072":_ffcecc .Style .UnderlineStyle .Color =_fcfcb .parseColorAttr (_dedaa ,_dfbae ); -case "\u0075\u006ed\u0065\u0072\u006ci\u006e\u0065\u002d\u006f\u0066\u0066\u0073\u0065\u0074":_ffcecc .Style .UnderlineStyle .Offset =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );case "\u0075\u006e\u0064\u0065rl\u0069\u006e\u0065\u002d\u0074\u0068\u0069\u0063\u006b\u006e\u0065\u0073\u0073":_ffcecc .Style .UnderlineStyle .Thickness =_fcfcb .parseFloatAttr (_dedaa ,_dfbae ); -case "\u006c\u0069\u006e\u006b":if !_gdcge {_ffcecc .AddAnnotation (_fcfcb .parseLinkAttr (_dedaa ,_dfbae ));};case "\u0074e\u0078\u0074\u002d\u0072\u0069\u0073e":_ffcecc .Style .TextRise =_fcfcb .parseFloatAttr (_dedaa ,_dfbae );default:_fcfcb .nodeLogDebug (_bfac ,"\u0055\u006e\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0063\u0068\u0075\u006e\u006b\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0060\u0025\u0073\u0060\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e",_dedaa ); -};};return _ffcecc ,nil ;};func _acbe (_eeaa ,_becgf ,_eeead ,_gfce float64 )*Rectangle {return &Rectangle {_fdeb :_eeaa ,_fefcd :_becgf ,_dacdg :_eeead ,_ddccd :_gfce ,_dbdf :PositionAbsolute ,_aadb :1.0,_aagf :ColorBlack ,_bcdgg :1.0,_ggge :1.0};};func (_abfgb *Rectangle )applyFitMode (_gdgcd float64 ){_gdgcd -=_abfgb ._ddfgb .Left +_abfgb ._ddfgb .Right +_abfgb ._bcdgg ; -switch _abfgb ._dfgc {case FitModeFillWidth :_abfgb .ScaleToWidth (_gdgcd );};}; +// NewLine creates a new line between (x1, y1) to (x2, y2), +// using default attributes. +// NOTE: In relative positioning mode, `x1` and `y1` are calculated using the +// current context and `x2`, `y2` are used only to calculate the position of +// the second point in relation to the first one (used just as a measurement +// of size). Furthermore, when the fit mode is set to fill the context width, +// `x2` is set to the right edge coordinate of the context. +func (_aegd *Creator )NewLine (x1 ,y1 ,x2 ,y2 float64 )*Line {return _dgfa (x1 ,y1 ,x2 ,y2 )};func _ecag (_dcbd string )(*GraphicSVG ,error ){_eab ,_cdgac :=_ef .ParseFromFile (_dcbd );if _cdgac !=nil {return nil ,_cdgac ;};return _facg (_eab );}; -// SetMarkedContentID sets the marked content id for the line. -func (_dabg *Line )SetMarkedContentID (mcid int64 )*_gd .KDict {_dabg ._afac =&mcid ;_efdf :=_gd .NewKDictionary ();_efdf .S =_be .MakeName (_gd .StructureTypeFigure );_efdf .K =_be .MakeInteger (mcid );return _efdf ;}; +// SetTextVerticalAlignment sets the vertical alignment of the text within the +// bounds of the styled paragraph. +// +// Note: Currently Styled Paragraph doesn't support TextVerticalAlignmentBottom +// as that option only used for aligning text chunks. +// +// In order to change the vertical alignment of individual text chunks, use TextChunk.VerticalAlignment. +func (_fdfea *StyledParagraph )SetTextVerticalAlignment (align TextVerticalAlignment ){_fdfea ._aegge =align ;}; -// Height returns the height of the line. -func (_cebadd *Line )Height ()float64 {_cffa :=_cebadd ._adcb ;if _cebadd ._cbagd ==_cebadd ._agbba {_cffa /=2;};return _ff .Abs (_cebadd ._dcga -_cebadd ._efeb )+_cffa ;};func (_bdccd *shading )generatePdfFunctions ()[]_gd .PdfFunction {if len (_bdccd ._agcac )==0{return nil ; -}else if len (_bdccd ._agcac )<=2{_egfgb ,_gfdf ,_bgbf :=_bdccd ._agcac [0]._ccfgb .ToRGB ();_ccdd ,_bgfdg ,_cecb :=_bdccd ._agcac [len (_bdccd ._agcac )-1]._ccfgb .ToRGB ();return []_gd .PdfFunction {&_gd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_egfgb ,_gfdf ,_bgbf },C1 :[]float64 {_ccdd ,_bgfdg ,_cecb }}}; -}else {_ffcec :=[]_gd .PdfFunction {};_dgcf :=[]float64 {};for _ggfagf :=0;_ggfagf < len (_bdccd ._agcac )-1;_ggfagf ++{_fbcg ,_fcaab ,_bbeg :=_bdccd ._agcac [_ggfagf ]._ccfgb .ToRGB ();_egead ,_gbda ,_dgaefg :=_bdccd ._agcac [_ggfagf +1]._ccfgb .ToRGB (); -_cgbb :=&_gd .PdfFunctionType2 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},N :1,C0 :[]float64 {_fbcg ,_fcaab ,_bbeg },C1 :[]float64 {_egead ,_gbda ,_dgaefg }};_ffcec =append (_ffcec ,_cgbb );if _ggfagf > 0{_dgcf =append (_dgcf ,_bdccd ._agcac [_ggfagf ]._aeeb ); -};};_adff :=[]float64 {};for range _ffcec {_adff =append (_adff ,[]float64 {0.0,1.0}...);};return []_gd .PdfFunction {&_gd .PdfFunctionType3 {Domain :[]float64 {0.0,1.0},Range :[]float64 {0.0,1.0,0.0,1.0,0.0,1.0},Functions :_ffcec ,Bounds :_dgcf ,Encode :_adff }}; -};};func _bgaf (_bdada []*ColorPoint )*LinearShading {return &LinearShading {_faee :&shading {_bbdfc :ColorWhite ,_fdda :false ,_gecd :[]bool {false ,false },_agcac :_bdada },_ddfb :&_gd .PdfRectangle {}};}; +// NewStyledTOCLine creates a new table of contents line with the provided style. +func (_ecbf *Creator )NewStyledTOCLine (number ,title ,page TextChunk ,level uint ,style TextStyle )*TOCLine {return _fcbff (number ,title ,page ,level ,style );};func (_fgfed *templateProcessor )parseLinkAttr (_adecf ,_aeeed string )*_fg .PdfAnnotation {_aeeed =_ga .TrimSpace (_aeeed ); +if _ga .HasPrefix (_aeeed ,"\u0075\u0072\u006c(\u0027")&&_ga .HasSuffix (_aeeed ,"\u0027\u0029")&&len (_aeeed )> 7{return _caddf (_aeeed [5:len (_aeeed )-2]);};if _ga .HasPrefix (_aeeed ,"\u0070\u0061\u0067e\u0028")&&_ga .HasSuffix (_aeeed ,"\u0029")&&len (_aeeed )> 6{var (_ffgba error ; +_gabb int64 ;_bbbf float64 ;_ecfbe float64 ;_gceg =1.0;_ccggde =_ga .Split (_aeeed [5:len (_aeeed )-1],"\u002c"););_gabb ,_ffgba =_be .ParseInt (_ga .TrimSpace (_ccggde [0]),10,64);if _ffgba !=nil {_e .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0070\u0061\u0067\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_ffgba ); +return nil ;};if len (_ccggde )>=2{_bbbf ,_ffgba =_be .ParseFloat (_ga .TrimSpace (_ccggde [1]),64);if _ffgba !=nil {_e .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0058\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_ffgba ); +return nil ;};};if len (_ccggde )>=3{_ecfbe ,_ffgba =_be .ParseFloat (_ga .TrimSpace (_ccggde [2]),64);if _ffgba !=nil {_e .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0070\u0061\u0072\u0073\u0069\u006eg\u0020\u0059\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_ffgba ); +return nil ;};};if len (_ccggde )>=4{_gceg ,_ffgba =_be .ParseFloat (_ga .TrimSpace (_ccggde [3]),64);if _ffgba !=nil {_e .Log .Error ("\u0046\u0061\u0069\u006c\u0065\u0064 \u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u007a\u006f\u006f\u006d\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065r\u003a\u0020\u0025\u0076",_ffgba ); +return nil ;};};return _adcae (_gabb -1,_bbbf ,_ecfbe ,_gceg );};return nil ;}; -// Draw processes the specified Drawable widget and generates blocks that can -// be rendered to the output document. The generated blocks can span over one -// or more pages. Additional pages are added if the contents go over the current -// page. Each generated block is assigned to the creator page it will be -// rendered to. In order to render the generated blocks to the creator pages, -// call Finalize, Write or WriteToFile. -func (_dbd *Creator )Draw (d Drawable )error {if _dbd .getActivePage ()==nil {_dbd .NewPage ();};_bfbg ,_gbf ,_eabg :=d .GeneratePageBlocks (_dbd ._ecfb );if _eabg !=nil {return _eabg ;};if len (_gbf ._ebbc )> 0{_dbd .Errors =append (_dbd .Errors ,_gbf ._ebbc ...); -};for _bgfg ,_aced :=range _bfbg {if _bgfg > 0{_dbd .NewPage ();};_adf :=_dbd .getActivePage ();if _cbec ,_becd :=_dbd ._fafg [_adf ];_becd {if _fcfc :=_cbec .mergeBlocks (_aced );_fcfc !=nil {return _fcfc ;};if _edf :=_adcc (_aced ._fa ,_cbec ._fa );_edf !=nil {return _edf ; -};}else {_dbd ._fafg [_adf ]=_aced ;};};_dbd ._ecfb .X =_gbf .X ;_dbd ._ecfb .Y =_gbf .Y ;_dbd ._ecfb .Height =_gbf .PageHeight -_gbf .Y -_gbf .Margins .Bottom ;return nil ;}; +// SetExtends specifies whether to extend the shading beyond the starting and ending points. +// +// Text extends is set to `[]bool{false, false}` by default. +func (_cfbd *shading )SetExtends (start bool ,end bool ){_cfbd ._aafab =[]bool {start ,end }}; -// GetCoords returns the center coordinates of ellipse (`xc`, `yc`). -func (_gdab *Ellipse )GetCoords ()(float64 ,float64 ){return _gdab ._dbeb ,_gdab ._caaf };func _gdbcg (_gfgb _dd .Image )(*Image ,error ){_geed ,_fdab :=_gd .ImageHandling .NewImageFromGoImage (_gfgb );if _fdab !=nil {return nil ,_fdab ;};return _bddd (_geed ); -}; \ No newline at end of file +// Scale sets the scale ratio with `X` factor and `Y` factor for the graphic svg. +func (_ddbf *GraphicSVG )Scale (xFactor ,yFactor float64 ){_ddbf ._fedda .Width =xFactor *_ddbf ._fedda .Width ;_ddbf ._fedda .Height =yFactor *_ddbf ._fedda .Height ;_ddbf ._fedda .SetScaling (xFactor ,yFactor );}; \ No newline at end of file diff --git a/extractor/extractor.go b/extractor/extractor.go index 1587583bc..214fbfa71 100644 --- a/extractor/extractor.go +++ b/extractor/extractor.go @@ -11,592 +11,90 @@ // Package extractor is used for quickly extracting PDF content through a simple interface. // Currently offers functionality for extracting textual content. -package extractor ;import (_eg "bytes";_ad "errors";_bf "fmt";_e "github.com/unidoc/unipdf/v3/common";_gd "github.com/unidoc/unipdf/v3/contentstream";_ff "github.com/unidoc/unipdf/v3/core";_cge "github.com/unidoc/unipdf/v3/internal/license";_gac "github.com/unidoc/unipdf/v3/internal/textencoding"; -_da "github.com/unidoc/unipdf/v3/internal/transform";_b "github.com/unidoc/unipdf/v3/model";_a "golang.org/x/image/draw";_c "golang.org/x/text/unicode/norm";_ga "image";_dd "image/color";_f "io";_ce "math";_dg "reflect";_df "regexp";_fd "sort";_bfb "strings"; -_g "unicode";_cg "unicode/utf8";);func (_fbe *imageExtractContext )extractInlineImage (_ddf *_gd .ContentStreamInlineImage ,_gcda _gd .GraphicsState ,_bgf *_b .PdfPageResources )error {_gcdd ,_bgee :=_ddf .ToImage (_bgf );if _bgee !=nil {return _bgee ; -};_fcb ,_bgee :=_ddf .GetColorSpace (_bgf );if _bgee !=nil {return _bgee ;};if _fcb ==nil {_fcb =_b .NewPdfColorspaceDeviceGray ();};_agc ,_bgee :=_fcb .ImageToRGB (*_gcdd );if _bgee !=nil {return _bgee ;};_cee :=ImageMark {Image :&_agc ,Width :_gcda .CTM .ScalingFactorX (),Height :_gcda .CTM .ScalingFactorY (),Angle :_gcda .CTM .Angle ()}; -_cee .X ,_cee .Y =_gcda .CTM .Translation ();_fbe ._bcf =append (_fbe ._bcf ,_cee );_fbe ._abd ++;return nil ;}; - -// TableCell is a cell in a TextTable. -type TableCell struct{_b .PdfRectangle ; - -// Text is the extracted text. -Text string ; - -// Marks returns the TextMarks corresponding to the text in Text. -Marks TextMarkArray ;};func (_fcdf *textObject )getFontDirect (_fegf string )(*_b .PdfFont ,error ){_affd ,_fda :=_fcdf .getFontDict (_fegf );if _fda !=nil {return nil ,_fda ;};_cfgf ,_fda :=_b .NewPdfFontFromPdfObject (_affd );if _fda !=nil {_e .Log .Debug ("\u0067\u0065\u0074\u0046\u006f\u006e\u0074\u0044\u0069\u0072\u0065\u0063\u0074\u003a\u0020\u004e\u0065\u0077Pd\u0066F\u006f\u006e\u0074\u0046\u0072\u006f\u006d\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d%\u0023\u0071\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fegf ,_fda ); -};return _cfgf ,_fda ;}; - -// String returns a description of `tm`. -func (_cddf *textMark )String ()string {return _bf .Sprintf ("\u0025\u002e\u0032f \u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\u0022\u0025\u0073\u0022",_cddf .PdfRectangle ,_cddf ._dgfec ,_cddf ._gddf );};var _dfda =[]string {"\u2756","\u27a2","\u2713","\u2022","\uf0a7","\u25a1","\u2212","\u25a0","\u25aa","\u006f"}; -type event struct{_caacf float64 ;_bdec bool ;_cfgdd int ;};type compositeCell struct{_b .PdfRectangle ;paraList ;};func _gfeee (_ddfb ,_eebd float64 )bool {return _ce .Abs (_ddfb -_eebd )<=_baaf };const (_beeg =1.0e-6;_cegb =1.0e-4;_adgg =10;_adeg =6; -_dacc =0.5;_dgab =0.12;_gbcc =0.19;_ebagb =0.04;_bdeb =0.04;_ffbc =1.0;_fcga =0.04;_fbee =12;_efce =0.4;_eaac =0.7;_gbeb =1.0;_cbb =0.1;_aaca =1.4;_ddfg =0.46;_gebb =0.02;_abdd =0.2;_bcgc =0.5;_ggcab =4;_aeaf =4.0;_dbebd =6;_degb =0.3;_ecde =0.01;_bdcb =0.02; -_dbee =2;_fbedf =2;_bgfd =500;_cef =4.0;_ggbb =4.0;_adda =0.05;_acgde =0.1;_baaf =2.0;_acgdd =2.0;_aae =1.5;_cgcb =3.0;_dgga =0.25;);func _afbc (_gfggge ,_eea _b .PdfRectangle )bool {return _gfggge .Llx <=_eea .Llx &&_eea .Urx <=_gfggge .Urx &&_gfggge .Lly <=_eea .Lly &&_eea .Ury <=_gfggge .Ury ; -};func (_bcbfg paraList )log (_bfeda string ){if !_ddcfg {return ;};_e .Log .Info ("%\u0038\u0073\u003a\u0020\u0025\u0064 \u0070\u0061\u0072\u0061\u0073\u0020=\u003d\u003d\u003d\u003d\u003d\u003d\u002d-\u002d\u002d\u002d\u002d\u002d\u003d\u003d\u003d\u003d\u003d=\u003d",_bfeda ,len (_bcbfg )); -for _ggge ,_ddaf :=range _bcbfg {if _ddaf ==nil {continue ;};_fbfg :=_ddaf .text ();_bbdcb :="\u0020\u0020";if _ddaf ._cegg !=nil {_bbdcb =_bf .Sprintf ("\u005b%\u0064\u0078\u0025\u0064\u005d",_ddaf ._cegg ._addag ,_ddaf ._cegg ._cffff );};_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0025s\u0020\u0025\u0071\u000a",_ggge ,_ddaf .PdfRectangle ,_bbdcb ,_ggcea (_fbfg ,50)); -};};func _gbba (_fedcb func (*wordBag ,*textWord ,float64 )bool ,_gfbb float64 )func (*wordBag ,*textWord )bool {return func (_cffd *wordBag ,_aabg *textWord )bool {return _fedcb (_cffd ,_aabg ,_gfbb )};};func (_dgccf rulingList )blocks (_gbeg ,_cbce *ruling )bool {if _gbeg ._efbba > _cbce ._daba ||_cbce ._efbba > _gbeg ._daba {return false ; -};_cdege :=_ce .Max (_gbeg ._efbba ,_cbce ._efbba );_gcefa :=_ce .Min (_gbeg ._daba ,_cbce ._daba );if _gbeg ._efadf > _cbce ._efadf {_gbeg ,_cbce =_cbce ,_gbeg ;};for _ ,_febda :=range _dgccf {if _gbeg ._efadf <=_febda ._efadf +_acgdd &&_febda ._efadf <=_cbce ._efadf +_acgdd &&_febda ._efbba <=_gcefa &&_cdege <=_febda ._daba {return true ; -};};return false ;}; - -// ToText returns the page text as a single string. -// Deprecated: This function is deprecated and will be removed in a future major version. Please use -// Text() instead. -func (_gefb PageText )ToText ()string {return _gefb .Text ()};func _fccd (_afgb ,_fdege _b .PdfRectangle )bool {return _fbad (_afgb ,_fdege )&&_cbdd (_afgb ,_fdege )};func (_afdg *textTable )growTable (){_gfaf :=func (_fbceb paraList ){_afdg ._cffff ++; -for _gdcgg :=0;_gdcgg < _afdg ._addag ;_gdcgg ++{_fcee :=_fbceb [_gdcgg ];_afdg .put (_gdcgg ,_afdg ._cffff -1,_fcee );};};_edcc :=func (_acfdb paraList ){_afdg ._addag ++;for _fccgf :=0;_fccgf < _afdg ._cffff ;_fccgf ++{_dfdad :=_acfdb [_fccgf ];_afdg .put (_afdg ._addag -1,_fccgf ,_dfdad ); -};};if _cfdc {_afdg .log ("\u0067r\u006f\u0077\u0054\u0061\u0062\u006ce");};for _fead :=0;;_fead ++{_bagb :=false ;_aadcd :=_afdg .getDown ();_fdabc :=_afdg .getRight ();if _cfdc {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fead ,_afdg ); -_bf .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0020\u0064\u006f\u0077\u006e\u003d\u0025\u0073\u000a",_aadcd );_bf .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0072\u0069\u0067\u0068\u0074\u003d\u0025\u0073\u000a",_fdabc );};if _aadcd !=nil &&_fdabc !=nil {_dcdb :=_aadcd [len (_aadcd )-1]; -if !_dcdb .taken ()&&_dcdb ==_fdabc [len (_fdabc )-1]{_gfaf (_aadcd );if _fdabc =_afdg .getRight ();_fdabc !=nil {_edcc (_fdabc );_afdg .put (_afdg ._addag -1,_afdg ._cffff -1,_dcdb );};_bagb =true ;};};if !_bagb &&_aadcd !=nil {_gfaf (_aadcd );_bagb =true ; -};if !_bagb &&_fdabc !=nil {_edcc (_fdabc );_bagb =true ;};if !_bagb {break ;};};};func _cfea (_cede ,_bbgde _da .Point )bool {_ccce :=_ce .Abs (_cede .X -_bbgde .X );_dafcd :=_ce .Abs (_cede .Y -_bbgde .Y );return _fgdc (_ccce ,_dafcd );};func (_ccf *imageExtractContext )extractFormImages (_gga *_ff .PdfObjectName ,_gdd _gd .GraphicsState ,_bbca *_b .PdfPageResources )error {_faf ,_abed :=_bbca .GetXObjectFormByName (*_gga ); -if _abed !=nil {return _abed ;};if _faf ==nil {return nil ;};_cgef ,_abed :=_faf .GetContentStream ();if _abed !=nil {return _abed ;};_cdc :=_faf .Resources ;if _cdc ==nil {_cdc =_bbca ;};_abed =_ccf .extractContentStreamImages (string (_cgef ),_cdc ); -if _abed !=nil {return _abed ;};_ccf ._dagc ++;return nil ;};func _cafae (_bcfe string )(string ,bool ){_faebe :=[]rune (_bcfe );if len (_faebe )!=1{return "",false ;};_fdea ,_dabda :=_dagcb [_faebe [0]];return _fdea ,_dabda ;};func (_ggcac *wordBag )text ()string {_ggad :=_ggcac .allWords (); -_cabb :=make ([]string ,len (_ggad ));for _fccc ,_dagb :=range _ggad {_cabb [_fccc ]=_dagb ._deccc ;};return _bfb .Join (_cabb ,"\u0020");};func (_adac *shapesState )moveTo (_bdca ,_dbdf float64 ){_adac ._cbeb =true ;_adac ._dfca =_adac .devicePoint (_bdca ,_dbdf ); -if _gegd {_e .Log .Info ("\u006d\u006fv\u0065\u0054\u006f\u003a\u0020\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u003d%.\u0032\u0066",_bdca ,_dbdf ,_adac ._dfca );};};func _aged (_acdf ,_bece bounded )float64 {return _acdf .bbox ().Llx -_bece .bbox ().Urx }; -func _fdd (_fbeag float64 )int {var _edgc int ;if _fbeag >=0{_edgc =int (_fbeag /_adeg );}else {_edgc =int (_fbeag /_adeg )-1;};return _edgc ;};func (_dafd *textTable )putComposite (_bfecb ,_gbgc int ,_fdfb paraList ,_dcbf _b .PdfRectangle ){if len (_fdfb )==0{_e .Log .Error ("\u0074\u0065xt\u0054\u0061\u0062l\u0065\u0029\u0020\u0070utC\u006fmp\u006f\u0073\u0069\u0074\u0065\u003a\u0020em\u0070\u0074\u0079\u0020\u0070\u0061\u0072a\u0073"); -return ;};_ebgf :=compositeCell {PdfRectangle :_dcbf ,paraList :_fdfb };if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0070\u0075\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u003c\u002d\u0025\u0073\u000a",_bfecb ,_gbgc ,_ebgf .String ()); -};_ebgf .updateBBox ();_dafd ._bdfcg [_fbfgf (_bfecb ,_gbgc )]=_ebgf ;};type subpath struct{_gfb []_da .Point ;_dffd bool ;}; - -// BBox returns the smallest axis-aligned rectangle that encloses all the TextMarks in `ma`. -func (_fec *TextMarkArray )BBox ()(_b .PdfRectangle ,bool ){var _fbdc _b .PdfRectangle ;_gece :=false ;for _ ,_bcba :=range _fec ._gaac {if _bcba .Meta ||_gbcg (_bcba .Text ){continue ;};if _gece {_fbdc =_badbb (_fbdc ,_bcba .BBox );}else {_fbdc =_bcba .BBox ; -_gece =true ;};};return _fbdc ,_gece ;}; - -// NewWithOptions an Extractor instance for extracting content from the input PDF page with options. -func NewWithOptions (page *_b .PdfPage ,options *Options )(*Extractor ,error ){const _gcfe ="\u0065x\u0074\u0072\u0061\u0063\u0074\u006f\u0072\u002e\u004e\u0065\u0077W\u0069\u0074\u0068\u004f\u0070\u0074\u0069\u006f\u006e\u0073";_cbe ,_fca :=page .GetAllContentStreams (); -if _fca !=nil {return nil ,_fca ;};_gdb ,_ddb :=page .GetStructTreeRoot ();if !_ddb {_e .Log .Debug ("T\u0068\u0065\u0020\u0070\u0064\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0074\u0061\u0067g\u0065d\u002e\u0020\u0053\u0074r\u0075\u0063t\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0065\u0078\u0069\u0073\u0074\u002e"); -};_gad :=page .GetContainingPdfObject ();_ab ,_fca :=page .GetMediaBox ();if _fca !=nil {return nil ,_bf .Errorf ("\u0065\u0078\u0074r\u0061\u0063\u0074\u006fr\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u002e\u0020\u0025\u0076",_fca ); -};_abf :=&Extractor {_ddgf :_cbe ,_eba :page .Resources ,_fg :*_ab ,_fce :page .CropBox ,_cbg :map[string ]fontEntry {},_cdgf :map[string ]textResult {},_dfd :map[string ]textResult {},_ddde :options ,_fcdd :_gdb ,_fdgc :_gad };if _abf ._fg .Llx > _abf ._fg .Urx {_e .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0058\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_abf ._fg ); -_abf ._fg .Llx ,_abf ._fg .Urx =_abf ._fg .Urx ,_abf ._fg .Llx ;};if _abf ._fg .Lly > _abf ._fg .Ury {_e .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0059\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_abf ._fg ); -_abf ._fg .Lly ,_abf ._fg .Ury =_abf ._fg .Ury ,_abf ._fg .Lly ;};if _abf ._ddde !=nil {if _abf ._ddde .IncludeAnnotations {_abf ._bge ,_fca =page .GetAnnotations ();if _fca !=nil {_e .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0073: \u0025\u0076",_fca ); -};};};_cge .TrackUse (_gcfe );return _abf ,nil ;};func _dcag (_gcca ,_bege _da .Point )bool {_eddb :=_ce .Abs (_gcca .X -_bege .X );_aacf :=_ce .Abs (_gcca .Y -_bege .Y );return _fgdc (_aacf ,_eddb );};func _bdgd (_dgecg []*textWord ,_ebgge *textWord )[]*textWord {for _dbage ,_bgedc :=range _dgecg {if _bgedc ==_ebgge {return _ecbbg (_dgecg ,_dbage ); -};};_e .Log .Error ("\u0072\u0065\u006d\u006f\u0076e\u0057\u006f\u0072\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u0073\u0020\u0064o\u0065\u0073\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",_ebgge ); -return nil ;};func _badbb (_cfaed ,_ccdd _b .PdfRectangle )_b .PdfRectangle {return _b .PdfRectangle {Llx :_ce .Min (_cfaed .Llx ,_ccdd .Llx ),Lly :_ce .Min (_cfaed .Lly ,_ccdd .Lly ),Urx :_ce .Max (_cfaed .Urx ,_ccdd .Urx ),Ury :_ce .Max (_cfaed .Ury ,_ccdd .Ury )}; -};func (_afb *shapesState )fill (_fge *[]pathSection ){_eegf :=pathSection {_cdad :_afb ._fgdb ,Color :_afb ._aaag .getFillColor ()};*_fge =append (*_fge ,_eegf );if _ccffg {_cccg :=_eegf .bbox ();_bf .Printf ("\u0020 \u0020\u0020\u0046\u0049\u004c\u004c\u003a %\u0032\u0064\u0020\u0066\u0069\u006c\u006c\u0073\u0020\u0028\u0025\u0064\u0020\u006ee\u0077\u0029 \u0073\u0073\u003d%\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d\u0025\u0033\u0076\u0020\u0025\u0036\u002e\u0032f\u003d\u00256.\u0032\u0066\u0078%\u0036\u002e\u0032\u0066\u000a",len (*_fge ),len (_eegf ._cdad ),_afb ,_eegf .Color ,_cccg ,_cccg .Width (),_cccg .Height ()); -if _dad {for _dcge ,_fcdfa :=range _eegf ._cdad {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_dcge ,_fcdfa );if _dcge ==10{break ;};};};};};const (_cgaa =true ;_bbdc =true ;_bgcff =true ;_egef =false ;_degdd =false ;_debd =6;_feff =3.0; -_fecg =200;_fcbff =true ;_cabf =true ;_febc =true ;_bfce =true ;_dbcdd =false ;); - -// GetContentStreamOps returns the contentStreamOps field of `pt`. -func (_badc *PageText )GetContentStreamOps ()*_gd .ContentStreamOperations {return _badc ._cfcc }; - -// ExtractPageImages returns the image contents of the page extractor, including data -// and position, size information for each image. -// A set of options to control page image extraction can be passed in. The options -// parameter can be nil for the default options. By default, inline stencil masks -// are not extracted. -func (_fff *Extractor )ExtractPageImages (options *ImageExtractOptions )(*PageImages ,error ){_acd :=&imageExtractContext {_fcaf :options };_bbcc :=_acd .extractContentStreamImages (_fff ._ddgf ,_fff ._eba );if _bbcc !=nil {return nil ,_bbcc ;};return &PageImages {Images :_acd ._bcf },nil ; -};func (_bgbca *textWord )addDiacritic (_egfc string ){_edbgc :=_bgbca ._bggbb [len (_bgbca ._bggbb )-1];_edbgc ._gddf +=_egfc ;_edbgc ._gddf =_c .NFKC .String (_edbgc ._gddf );}; +package extractor ;import (_af "bytes";_bfb "errors";_deg "fmt";_d "github.com/unidoc/unipdf/v3/common";_gf "github.com/unidoc/unipdf/v3/contentstream";_cb "github.com/unidoc/unipdf/v3/core";_gc "github.com/unidoc/unipdf/v3/internal/license";_c "github.com/unidoc/unipdf/v3/internal/textencoding"; +_ed "github.com/unidoc/unipdf/v3/internal/transform";_bf "github.com/unidoc/unipdf/v3/model";_f "golang.org/x/image/draw";_b "golang.org/x/text/unicode/norm";_de "image";_bcc "image/color";_bc "io";_aa "math";_ga "reflect";_fc "regexp";_bd "sort";_gb "strings"; +_g "unicode";_a "unicode/utf8";);func (_abff *wordBag )getDepthIdx (_ccfcc float64 )int {_efca :=_abff .depthIndexes ();_fgcea :=_fdcc (_ccfcc );if _fgcea < _efca [0]{return _efca [0];};if _fgcea > _efca [len (_efca )-1]{return _efca [len (_efca )-1];}; +return _fgcea ;};func _ddbd (_gdbb *textLine )float64 {return _gdbb ._bbfda [0].Llx };func (_agdba lineRuling )yMean ()float64 {return 0.5*(_agdba ._bffg .Y +_agdba ._cabeba .Y )};type lists []*list ;func (_adce paraList )log (_bfbca string ){if !_egbc {return ; +};_d .Log .Info ("%\u0038\u0073\u003a\u0020\u0025\u0064 \u0070\u0061\u0072\u0061\u0073\u0020=\u003d\u003d\u003d\u003d\u003d\u003d\u002d-\u002d\u002d\u002d\u002d\u002d\u003d\u003d\u003d\u003d\u003d=\u003d",_bfbca ,len (_adce ));for _bdefe ,_aead :=range _adce {if _aead ==nil {continue ; +};_edba :=_aead .text ();_fbaae :="\u0020\u0020";if _aead ._fcdge !=nil {_fbaae =_deg .Sprintf ("\u005b%\u0064\u0078\u0025\u0064\u005d",_aead ._fcdge ._ccfea ,_aead ._fcdge ._gecff );};_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0025s\u0020\u0025\u0071\u000a",_bdefe ,_aead .PdfRectangle ,_fbaae ,_bdfde (_edba ,50)); +};};func (_edgdd rulingList )comp (_acab ,_bded int )bool {_bafc ,_gfddc :=_edgdd [_acab ],_edgdd [_bded ];_dbaf ,_afcef :=_bafc ._daea ,_gfddc ._daea ;if _dbaf !=_afcef {return _dbaf > _afcef ;};if _dbaf ==_acdg {return false ;};_cgfc :=func (_ebgfc bool )bool {if _dbaf ==_faec {return _ebgfc ; +};return !_ebgfc ;};_aebaf ,_gbefb :=_bafc ._gdge ,_gfddc ._gdge ;if _aebaf !=_gbefb {return _cgfc (_aebaf > _gbefb );};_aebaf ,_gbefb =_bafc ._ggbc ,_gfddc ._ggbc ;if _aebaf !=_gbefb {return _cgfc (_aebaf < _gbefb );};return _cgfc (_bafc ._agbd < _gfddc ._agbd ); +};func _agbea (_dbba []*textLine ,_bacd map[float64 ][]*textLine )[]*list {_bfbcd :=_agfgg (_bacd );_ggfd :=[]*list {};if len (_bfbcd )==0{return _ggfd ;};_defc :=_bfbcd [0];_bfdg :=1;_daga :=_bacd [_defc ];for _abeg ,_ecdc :=range _daga {var _ceafg float64 ; +_dfegd :=[]*list {};_bbaa :=_ecdc ._eeage ;_gdac :=-1.0;if _abeg < len (_daga )-1{_gdac =_daga [_abeg +1]._eeage ;};if _bfdg < len (_bfbcd ){_dfegd =_egcb (_dbba ,_bacd ,_bfbcd ,_bfdg ,_bbaa ,_gdac );};_ceafg =_gdac ;if len (_dfegd )> 0{_bbbb :=_dfegd [0]; +if len (_bbbb ._gead )> 0{_ceafg =_bbbb ._gead [0]._eeage ;};};_dddbfg :=[]*textLine {_ecdc };_gbeeb :=_cabeb (_ecdc ,_dbba ,_bfbcd ,_bbaa ,_ceafg );_dddbfg =append (_dddbfg ,_gbeeb ...);_ceca :=_dca (_dddbfg ,"\u0062\u0075\u006c\u006c\u0065\u0074",_dfegd ); +_ceca ._gcbe =_fdea (_dddbfg ,"");_ggfd =append (_ggfd ,_ceca );};return _ggfd ;};func _dgcc (_effa []int ,_cfbc *TextMarkArray ,_eag string )(*TextMarkArray ,Box ,error ){_eaa :=Box {};_ebaa :=_effa [0];_bfef :=_effa [1];_gcf :=len (_eag )-len (_gb .TrimLeft (_eag ,"\u0020")); +_gfcd :=len (_eag )-len (_gb .TrimRight (_eag ,"\u0020\u000a"));_ebaa =_ebaa +_gcf ;_bfef =_bfef -_gfcd ;_dffa ,_ffg :=_cfbc .RangeOffset (_ebaa ,_bfef );if _ffg !=nil {return nil ,_eaa ,_ffg ;};_gfa ,_fcdb :=_dffa .BBox ();if !_fcdb {return nil ,_eaa ,_deg .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_dffa ); +};_eaa =Box {BBox :_gfa };return _dffa ,_eaa ,nil ;};func (_bbaac *textTable )subdivide ()*textTable {_bbaac .logComposite ("\u0073u\u0062\u0064\u0069\u0076\u0069\u0064e");_fbcc :=_bbaac .compositeRowCorridors ();_cbfgc :=_bbaac .compositeColCorridors (); +if _cdgfc {_d .Log .Info ("\u0073u\u0062\u0064i\u0076\u0069\u0064\u0065:\u000a\u0009\u0072o\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s=\u0025\u0073\u000a\t\u0063\u006fl\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073=\u0025\u0073",_eaae (_fbcc ),_eaae (_cbfgc )); +};if len (_fbcc )==0||len (_cbfgc )==0{return _bbaac ;};_caef (_fbcc );_caef (_cbfgc );if _cdgfc {_d .Log .Info ("\u0073\u0075\u0062\u0064\u0069\u0076\u0069\u0064\u0065\u0020\u0066\u0069\u0078\u0065\u0064\u003a\u000a\u0009r\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073\u003d\u0025\u0073\u000a\u0009\u0063\u006f\u006cC\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d\u0025\u0073",_eaae (_fbcc ),_eaae (_cbfgc )); +};_dcdcd ,_fabebf :=_fdbed (_bbaac ._gecff ,_fbcc );_dbga ,_bbbea :=_fdbed (_bbaac ._ccfea ,_cbfgc );_dbgde :=make (map[uint64 ]*textPara ,_bbbea *_fabebf );_dccc :=&textTable {PdfRectangle :_bbaac .PdfRectangle ,_cgfe :_bbaac ._cgfe ,_gecff :_fabebf ,_ccfea :_bbbea ,_agcf :_dbgde }; +if _cdgfc {_d .Log .Info ("\u0073\u0075b\u0064\u0069\u0076\u0069\u0064\u0065\u003a\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0063\u0065\u006c\u006c\u0073\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0079\u004f\u0066\u0066\u0073\u0065\u0074\u0073=\u0025\u002b\u0076\u000a"+"\u0009\u0078\u004f\u0066\u0066\u0073\u0065\u0074\u0073\u003d\u0025\u002b\u0076",_bbaac ._ccfea ,_bbaac ._gecff ,_bbbea ,_fabebf ,_eaae (_fbcc ),_eaae (_cbfgc ),_dcdcd ,_dbga ); +};for _ebfcc :=0;_ebfcc < _bbaac ._gecff ;_ebfcc ++{_abddb :=_dcdcd [_ebfcc ];for _dcff :=0;_dcff < _bbaac ._ccfea ;_dcff ++{_eadfa :=_dbga [_dcff ];if _cdgfc {_deg .Printf ("\u0025\u0036\u0064\u002c %\u0032\u0064\u003a\u0020\u0078\u0030\u003d\u0025\u0064\u0020\u0079\u0030\u003d\u0025d\u000a",_dcff ,_ebfcc ,_eadfa ,_abddb ); +};_bfgdg ,_eaad :=_bbaac ._ebcde [_dfdbcc (_dcff ,_ebfcc )];if !_eaad {continue ;};_bdace :=_bfgdg .split (_fbcc [_ebfcc ],_cbfgc [_dcff ]);for _faebd :=0;_faebd < _bdace ._gecff ;_faebd ++{for _aagafg :=0;_aagafg < _bdace ._ccfea ;_aagafg ++{_ffaee :=_bdace .get (_aagafg ,_faebd ); +_dccc .put (_eadfa +_aagafg ,_abddb +_faebd ,_ffaee );if _cdgfc {_deg .Printf ("\u0025\u0038\u0064\u002c\u0020\u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_eadfa +_aagafg ,_abddb +_faebd ,_ffaee );};};};};};return _dccc ;};func (_bcccb *subpath )isQuadrilateral ()bool {if len (_bcccb ._egdag )< 4||len (_bcccb ._egdag )> 5{return false ; +};if len (_bcccb ._egdag )==5{_cabb :=_bcccb ._egdag [0];_acdea :=_bcccb ._egdag [4];if _cabb .X !=_acdea .X ||_cabb .Y !=_acdea .Y {return false ;};};return true ;};func _bbda (_eefa byte )bool {for _ ,_acecd :=range _egga {if []byte (_acecd )[0]==_eefa {return true ; +};};return false ;};type cachedImage struct{_dff *_bf .Image ;_dea _bf .PdfColorspace ;}; // Text gets the extracted text contained in `l`. -func (_bdfe *list )Text ()string {_efdaa :=&_bfb .Builder {};_degc :="";_aaee (_bdfe ,_efdaa ,&_degc );return _efdaa .String ();};func (_abad *textPara )isAtom ()*textTable {_gbaf :=_abad ;_bbedc :=_abad ._abbb ;_fefb :=_abad ._dabf ;if _bbedc .taken ()||_fefb .taken (){return nil ; -};_adfdg :=_bbedc ._dabf ;if _adfdg .taken ()||_adfdg !=_fefb ._abbb {return nil ;};return _ccbed (_gbaf ,_bbedc ,_fefb ,_adfdg );};func (_ccff *textObject )moveTextSetLeading (_acgd ,_bgaa float64 ){_ccff ._eef ._efda =-_bgaa ;_ccff .moveLP (_acgd ,_bgaa ); -};func (_cfbbb gridTile )numBorders ()int {_beeca :=0;if _cfbbb ._cfgg {_beeca ++;};if _cfbbb ._bbed {_beeca ++;};if _cfbbb ._cega {_beeca ++;};if _cfbbb ._fdde {_beeca ++;};return _beeca ;};type list struct{_efgb []*textLine ;_eaag string ;_ddfgc []*list ; -_cceae string ;};func (_dcfd *stateStack )top ()*textState {if _dcfd .empty (){return nil ;};return (*_dcfd )[_dcfd .size ()-1];};func (_ffcg *shapesState )drawRectangle (_ebcff ,_cgeg ,_cgdff ,_babf float64 ){if _gegd {_febg :=_ffcg .devicePoint (_ebcff ,_cgeg ); -_edgg :=_ffcg .devicePoint (_ebcff +_cgdff ,_cgeg +_babf );_dbga :=_b .PdfRectangle {Llx :_febg .X ,Lly :_febg .Y ,Urx :_edgg .X ,Ury :_edgg .Y };_e .Log .Info ("d\u0072a\u0077\u0052\u0065\u0063\u0074\u0061\u006e\u0067l\u0065\u003a\u0020\u00256.\u0032\u0066",_dbga ); -};_ffcg .newSubPath ();_ffcg .moveTo (_ebcff ,_cgeg );_ffcg .lineTo (_ebcff +_cgdff ,_cgeg );_ffcg .lineTo (_ebcff +_cgdff ,_cgeg +_babf );_ffcg .lineTo (_ebcff ,_cgeg +_babf );_ffcg .closePath ();};func (_eecca *textPara )depth ()float64 {if _eecca ._cdcca {return -1.0; -};if len (_eecca ._bbgab )> 0{return _eecca ._bbgab [0]._dce ;};return _eecca ._cegg .depth ();};func (_aafa *wordBag )highestWord (_bdagf int ,_ebfgf ,_eaa float64 )*textWord {for _ ,_fega :=range _aafa ._ecfd [_bdagf ]{if _ebfgf <=_fega ._bagdd &&_fega ._bagdd <=_eaa {return _fega ; -};};return nil ;}; +func (_aeae *list )Text ()string {_ecac :=&_gb .Builder {};_aaeg :="";_egac (_aeae ,_ecac ,&_aaeg );return _ecac .String ();};func _fbbd (_bed _bf .PdfRectangle )textState {return textState {_fge :100,_deca :RenderModeFill ,_cdef :_bed };};const (_caeg =1.0e-6; +_eadea =1.0e-4;_cgaaf =10;_eegd =6;_bdfd =0.5;_cgbg =0.12;_fgee =0.19;_abcf =0.04;_gdab =0.04;_cfcd =1.0;_gaba =0.04;_aade =12;_afbbg =0.4;_bdcgg =0.7;_fcacb =1.0;_egdg =0.1;_cfcf =1.4;_fdedb =0.46;_agecf =0.02;_gceg =0.2;_bfbf =0.5;_cfgd =4;_dedb =4.0; +_fcda =6;_dcdc =0.3;_fgbf =0.01;_dadd =0.02;_agfef =2;_efga =2;_edda =500;_fdccd =4.0;_fcgg =4.0;_aeeg =0.05;_fafbf =0.1;_afa =2.0;_gece =2.0;_fdbb =1.5;_cgbeb =3.0;_defaa =0.25;);func (_dcfe *textObject )getFontDirect (_cdeb string )(*_bf .PdfFont ,error ){_faeg ,_bcce :=_dcfe .getFontDict (_cdeb ); +if _bcce !=nil {return nil ,_bcce ;};_cece ,_bcce :=_bf .NewPdfFontFromPdfObject (_faeg );if _bcce !=nil {_d .Log .Debug ("\u0067\u0065\u0074\u0046\u006f\u006e\u0074\u0044\u0069\u0072\u0065\u0063\u0074\u003a\u0020\u004e\u0065\u0077Pd\u0066F\u006f\u006e\u0074\u0046\u0072\u006f\u006d\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d%\u0023\u0071\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cdeb ,_bcce ); +};return _cece ,_bcce ;};func (_dcgfg paraList )llyRange (_gefd []int ,_beefdd ,_bcfd float64 )[]int {_abbf :=len (_dcgfg );if _bcfd < _dcgfg [_gefd [0]].Lly ||_beefdd > _dcgfg [_gefd [_abbf -1]].Lly {return nil ;};_aefb :=_bd .Search (_abbf ,func (_daacd int )bool {return _dcgfg [_gefd [_daacd ]].Lly >=_beefdd }); +_agede :=_bd .Search (_abbf ,func (_ggbdg int )bool {return _dcgfg [_gefd [_ggbdg ]].Lly > _bcfd });return _gefd [_aefb :_agede ];};func _ccebf (_gecbf *wordBag ,_ccfa float64 ,_agaac ,_efcf rulingList ,_ecacd bool )[]*wordBag {var _abbbgg []*wordBag ; +for _ ,_afbg :=range _gecbf .depthIndexes (){_aaaf :=false ;for !_gecbf .empty (_afbg ){_bgeb :=_gecbf .firstReadingIndex (_afbg );_acgag :=_gecbf .firstWord (_bgeb );_efgba :=_ddc (_acgag ,_ccfa ,_agaac ,_efcf );_gecbf .removeWord (_acgag ,_bgeb );if _dgad {_d .Log .Info ("\u0066\u0069\u0072\u0073\u0074\u0057\u006f\u0072\u0064\u0020\u005e\u005e^\u005e\u0020\u0025\u0073",_acgag .String ()); +};for _edb :=true ;_edb ;_edb =_aaaf {_aaaf =false ;_cbbb :=_fcacb *_efgba ._bcf ;_gcbf :=_afbbg *_efgba ._bcf ;if _ecacd {_gcbf =_aa .MaxFloat64 ;};_eggfa :=_cfcd *_efgba ._bcf ;if _dgad {_d .Log .Info ("\u0070a\u0072a\u0057\u006f\u0072\u0064\u0073\u0020\u0064\u0065\u0070\u0074\u0068 \u0025\u002e\u0032\u0066 \u002d\u0020\u0025\u002e\u0032f\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061\u0044\u0065\u0070\u0074\u0068\u0047\u0061\u0070\u003d\u0025\u002e\u0032\u0066\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061R\u0065\u0061\u0064\u0069\u006e\u0067\u0047\u0061p\u003d\u0025\u002e\u0032\u0066",_efgba .minDepth (),_efgba .maxDepth (),_eggfa ,_gcbf ); +};if _gecbf .scanBand ("\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",_efgba ,_cbaa (_ggbfd ,0),_efgba .minDepth ()-_eggfa ,_efgba .maxDepth ()+_eggfa ,_gaba ,false ,false )> 0{_aaaf =true ;};if _gecbf .scanBand ("\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_efgba ,_cbaa (_ggbfd ,_gcbf ),_efgba .minDepth (),_efgba .maxDepth (),_bdcgg ,false ,false )> 0{_aaaf =true ; +};if _aaaf {continue ;};_bedb :=_gecbf .scanBand ("",_efgba ,_cbaa (_ffc ,_cbbb ),_efgba .minDepth (),_efgba .maxDepth (),_egdg ,true ,false );if _bedb > 0{_feffc :=(_efgba .maxDepth ()-_efgba .minDepth ())/_efgba ._bcf ;if (_bedb > 1&&float64 (_bedb )> 0.3*_feffc )||_bedb <=10{if _gecbf .scanBand ("\u006f\u0074\u0068e\u0072",_efgba ,_cbaa (_ffc ,_cbbb ),_efgba .minDepth (),_efgba .maxDepth (),_egdg ,false ,true )> 0{_aaaf =true ; +};};};};_abbbgg =append (_abbbgg ,_efgba );};};return _abbbgg ;};func (_deec *stateStack )size ()int {return len (*_deec )};func (_aagbf *subpath )close (){if !_afcb (_aagbf ._egdag [0],_aagbf .last ()){_aagbf .add (_aagbf ._egdag [0]);};_aagbf ._ecefb =true ; +_aagbf .removeDuplicates ();};func (_ccac rulingList )snapToGroups ()rulingList {_dcdbg ,_eeedb :=_ccac .vertsHorzs ();if len (_dcdbg )> 0{_dcdbg =_dcdbg .snapToGroupsDirection ();};if len (_eeedb )> 0{_eeedb =_eeedb .snapToGroupsDirection ();};_gcdag :=append (_dcdbg ,_eeedb ...); +_gcdag .log ("\u0073\u006e\u0061p\u0054\u006f\u0047\u0072\u006f\u0075\u0070\u0073");return _gcdag ;};func (_geg *shapesState )lastpointEstablished ()(_ed .Point ,bool ){if _geg ._cfff {return _geg ._acbeg ,false ;};_fgbd :=len (_geg ._eccd );if _fgbd > 0&&_geg ._eccd [_fgbd -1]._ecefb {return _geg ._eccd [_fgbd -1].last (),false ; +};return _ed .Point {},true ;}; // PageTextOptions holds various options available in extraction process. -type PageTextOptions struct{_bfgf bool ;_gabb bool ;};func (_caaf rulingList )toTilings ()(rulingList ,[]gridTiling ){_caaf .log ("\u0074o\u0054\u0069\u006c\u0069\u006e\u0067s");if len (_caaf )==0{return nil ,nil ;};_caaf =_caaf .tidied ("\u0061\u006c\u006c"); -_caaf .log ("\u0074\u0069\u0064\u0069\u0065\u0064");_egdfd :=_caaf .toGrids ();_addg :=make ([]gridTiling ,len (_egdfd ));for _dggcb ,_dbceb :=range _egdfd {_addg [_dggcb ]=_dbceb .asTiling ();};return _caaf ,_addg ;}; - -// Options extractor options. -type Options struct{ - -// DisableDocumentTags specifies whether to use the document tags during list extraction. -DisableDocumentTags bool ; - -// ApplyCropBox will extract page text based on page cropbox if set to `true`. -ApplyCropBox bool ; - -// UseSimplerExtractionProcess will skip topological text ordering and table processing. -// -// NOTE: While normally the extra processing is beneficial, it can also lead to problems when it does not work. -// Thus it is a flag to allow the user to control this process. -// -// Skipping some extraction processes would also lead to the reduced processing time. -UseSimplerExtractionProcess bool ; - -// IncludeAnnotations specifies whether to include annotations in the extraction process, default value is `false`. -IncludeAnnotations bool ;};func (_gegdd paraList )tables ()[]TextTable {var _ebbf []TextTable ;if _aada {_e .Log .Info ("\u0070\u0061\u0072\u0061\u0073\u002e\u0074\u0061\u0062\u006c\u0065\u0073\u003a");};for _ ,_ggecf :=range _gegdd {_cbfa :=_ggecf ._cegg ; -if _cbfa !=nil &&_cbfa .isExportable (){_ebbf =append (_ebbf ,_cbfa .toTextTable ());};};return _ebbf ;};func _fbfgf (_ddeae ,_aeba int )uint64 {return uint64 (_ddeae )*0x1000000+uint64 (_aeba )};func (_baf *wordBag )sort (){for _ ,_cedbd :=range _baf ._ecfd {_fd .Slice (_cedbd ,func (_dgbf ,_cba int )bool {return _deedf (_cedbd [_dgbf ],_cedbd [_cba ])< 0}); -};}; - -// TextTable represents a table. -// Cells are ordered top-to-bottom, left-to-right. -// Cells[y] is the (0-offset) y'th row in the table. -// Cells[y][x] is the (0-offset) x'th column in the table. -type TextTable struct{_b .PdfRectangle ;W ,H int ;Cells [][]TableCell ;};var _edbf =map[rulingKind ]string {_aagc :"\u006e\u006f\u006e\u0065",_geggc :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_eeeae :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"}; -func _dbfa (_ggda []*textLine ,_bafd string )string {var _cabfb _bfb .Builder ;_ccgee :=0.0;for _afcg ,_bdad :=range _ggda {_fdda :=_bdad .text ();_fcbfa :=_bdad ._dce ;if _afcg < len (_ggda )-1{_ccgee =_ggda [_afcg +1]._dce ;}else {_ccgee =0.0;};_cabfb .WriteString (_bafd ); -_cabfb .WriteString (_fdda );if _ccgee !=_fcbfa {_cabfb .WriteString ("\u000a");}else {_cabfb .WriteString ("\u0020");};};return _cabfb .String ();};func (_fegda compositeCell )String ()string {_affebf :="";if len (_fegda .paraList )> 0{_affebf =_ggcea (_fegda .paraList .merge ().text (),50); -};return _bf .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0070\u0061\u0072a\u0073\u0020\u0025\u0071",_fegda .PdfRectangle ,len (_fegda .paraList ),_affebf );}; - -// PageFonts represents extracted fonts on a PDF page. -type PageFonts struct{Fonts []Font ;};func (_bbadf *textTable )emptyCompositeRow (_agcc int )bool {for _bbcgd :=0;_bbcgd < _bbadf ._addag ;_bbcgd ++{if _gbfdd ,_ccbee :=_bbadf ._bdfcg [_fbfgf (_bbcgd ,_agcc )];_ccbee {if len (_gbfdd .paraList )> 0{return false ; -};};};return true ;};func (_cccd paraList )llyRange (_decb []int ,_gfde ,_degca float64 )[]int {_gbab :=len (_cccd );if _degca < _cccd [_decb [0]].Lly ||_gfde > _cccd [_decb [_gbab -1]].Lly {return nil ;};_bffaf :=_fd .Search (_gbab ,func (_baefc int )bool {return _cccd [_decb [_baefc ]].Lly >=_gfde }); -_gaefa :=_fd .Search (_gbab ,func (_ddga int )bool {return _cccd [_decb [_ddga ]].Lly > _degca });return _decb [_bffaf :_gaefa ];};func _bc (_dfa string ,_cf bool ,_gb bool )BidiText {_fdg :="\u006c\u0074\u0072";if _gb {_fdg ="\u0074\u0074\u0062";}else if !_cf {_fdg ="\u0072\u0074\u006c"; -};return BidiText {_db :_dfa ,_bg :_fdg };};func _bcdc (_dgdg *wordBag ,_cgebg *textWord ,_dfebf float64 )bool {return _cgebg .Llx < _dgdg .Urx +_dfebf &&_dgdg .Llx -_dfebf < _cgebg .Urx ;};func (_adff *textObject )getCurrentFont ()*_b .PdfFont {_bab :=_adff ._eef ._ggec ; -if _bab ==nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020U\u0073\u0069\u006e\u0067\u0020d\u0065\u0066a\u0075\u006c\u0074\u002e");return _b .DefaultFont (); -};return _bab ;};func _gaacb (_dcfee ,_bgdc _da .Point )rulingKind {_eaae :=_ce .Abs (_dcfee .X -_bgdc .X );_fgec :=_ce .Abs (_dcfee .Y -_bgdc .Y );return _bdfee (_eaae ,_fgec ,_adda );};func (_ccfe *textPara )writeCellText (_cbfac _f .Writer ){for _dgbc ,_geaf :=range _ccfe ._bbgab {_fcdge :=_geaf .text (); -_bfba :=_cgaa &&_geaf .endsInHyphen ()&&_dgbc !=len (_ccfe ._bbgab )-1;if _bfba {_fcdge =_ffag (_fcdge );};_cbfac .Write ([]byte (_fcdge ));if !(_bfba ||_dgbc ==len (_ccfe ._bbgab )-1){_cbfac .Write ([]byte (_dadac (_geaf ._dce ,_ccfe ._bbgab [_dgbc +1]._dce ))); -};};};func (_gaf *textObject )setTextRise (_cff float64 ){if _gaf ==nil {return ;};_gaf ._eef ._gcfd =_cff ;};const _fgcg =1.0/1000.0;func (_aggcb paraList )toTextMarks ()[]TextMark {_fefdg :=0;var _adbg []TextMark ;for _gbdb ,_gadb :=range _aggcb {if _gadb ._cdcca {continue ; -};_fccf :=_gadb .toTextMarks (&_fefdg );_adbg =append (_adbg ,_fccf ...);if _gbdb !=len (_aggcb )-1{if _egad (_gadb ,_aggcb [_gbdb +1]){_adbg =_bacbe (_adbg ,&_fefdg ,"\u0020");}else {_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a"); -};};};_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");_adbg =_bacbe (_adbg ,&_fefdg ,"\u000a");return _adbg ;};const (_gge ="\u0045\u0052R\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"; -_gfa ="\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043a\u006e\u0027\u0074 g\u0065\u0074\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002c\u0020\u0066\u006fn\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064"; -_dbb ="\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065";_agd ="E\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066o\u006e\u0074\u0020\u0066ou\u006e\u0064"; -);type paraList []*textPara ;func _babc (_ggbbe []float64 ,_eebb ,_fffa float64 )[]float64 {_feece ,_dbcda :=_eebb ,_fffa ;if _dbcda < _feece {_feece ,_dbcda =_dbcda ,_feece ;};_cfabd :=make ([]float64 ,0,len (_ggbbe )+2);_cfabd =append (_cfabd ,_eebb ); -for _ ,_faebd :=range _ggbbe {if _faebd <=_feece {continue ;}else if _faebd >=_dbcda {break ;};_cfabd =append (_cfabd ,_faebd );};_cfabd =append (_cfabd ,_fffa );return _cfabd ;};func (_dddb *stateStack )empty ()bool {return len (*_dddb )==0};func _cbc (_fbbd _da .Matrix )_da .Point {_dbae ,_bfc :=_fbbd .Translation (); -return _da .Point {X :_dbae ,Y :_bfc };};func (_cfc *imageExtractContext )extractXObjectImage (_abe *_ff .PdfObjectName ,_dfac _gd .GraphicsState ,_ffc *_b .PdfPageResources )error {_afg ,_ :=_ffc .GetXObjectByName (*_abe );if _afg ==nil {return nil ;}; -_edda ,_fee :=_cfc ._ba [_afg ];if !_fee {_acde ,_bcga :=_ffc .GetXObjectImageByName (*_abe );if _bcga !=nil {return _bcga ;};if _acde ==nil {return nil ;};_cga ,_bcga :=_acde .ToImage ();if _bcga !=nil {return _bcga ;};var _dge _ga .Image ;if _acde .Mask !=nil {if _dge ,_bcga =_gfdc (_acde .Mask ,_dd .Opaque ); -_bcga !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -};}else if _acde .SMask !=nil {_dge ,_bcga =_cecfa (_acde .SMask ,_dd .Opaque );if _bcga !=nil {_e .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};};if _dge !=nil {_dbf ,_dac :=_cga .ToGoImage ();if _dac !=nil {return _dac ;};_dbf =_fcagb (_dbf ,_dge );switch _acde .ColorSpace .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0049n\u0064\u0065\u0078\u0065\u0064":_cga ,_dac =_b .ImageHandling .NewGrayImageFromGoImage (_dbf ); -if _dac !=nil {return _dac ;};default:_cga ,_dac =_b .ImageHandling .NewImageFromGoImage (_dbf );if _dac !=nil {return _dac ;};};};_edda =&cachedImage {_cfa :_cga ,_gfe :_acde .ColorSpace };_cfc ._ba [_afg ]=_edda ;};_ccb :=_edda ._cfa ;_fegc :=_edda ._gfe ; -_edf ,_agda :=_fegc .ImageToRGB (*_ccb );if _agda !=nil {return _agda ;};_e .Log .Debug ("@\u0044\u006f\u0020\u0043\u0054\u004d\u003a\u0020\u0025\u0073",_dfac .CTM .String ());_cdb :=ImageMark {Image :&_edf ,Width :_dfac .CTM .ScalingFactorX (),Height :_dfac .CTM .ScalingFactorY (),Angle :_dfac .CTM .Angle ()}; -_cdb .X ,_cdb .Y =_dfac .CTM .Translation ();_cfc ._bcf =append (_cfc ._bcf ,_cdb );_cfc ._begg ++;return nil ;};const _ddc =20;func (_gdgb *textPara )bbox ()_b .PdfRectangle {return _gdgb .PdfRectangle };type bounded interface{bbox ()_b .PdfRectangle }; -func (_cecc *textLine )endsInHyphen ()bool {_eadgb :=_cecc ._edge [len (_cecc ._edge )-1];_bcee :=_eadgb ._deccc ;_dfefa ,_febd :=_cg .DecodeLastRuneInString (_bcee );if _febd <=0||!_g .Is (_g .Hyphen ,_dfefa ){return false ;};if _eadgb ._gcccd &&_cdca (_bcee ){return true ; -};return _cdca (_cecc .text ());};func _dgc (_ddg []string ,_bee int ,_fb int ){for _fc ,_ge :=_bee ,_fb -1;_fc < _ge ;_fc ,_ge =_fc +1,_ge -1{_adg :=_ddg [_fc ];_ddg [_fc ]=_ddg [_ge ];_ddg [_ge ]=_adg ;};};func (_eaagd rulingList )sortStrict (){_fd .Slice (_eaagd ,func (_adbc ,_dgcad int )bool {_ceabe ,_bfbf :=_eaagd [_adbc ],_eaagd [_dgcad ]; -_bddgf ,_fgff :=_ceabe ._facdf ,_bfbf ._facdf ;if _bddgf !=_fgff {return _bddgf > _fgff ;};_bagc ,_dgfg :=_ceabe ._efadf ,_bfbf ._efadf ;if !_dbfgf (_bagc -_dgfg ){return _bagc < _dgfg ;};_bagc ,_dgfg =_ceabe ._efbba ,_bfbf ._efbba ;if _bagc !=_dgfg {return _bagc < _dgfg ; -};return _ceabe ._daba < _bfbf ._daba ;});};func (_ecgad rulingList )snapToGroups ()rulingList {_fedgcb ,_afce :=_ecgad .vertsHorzs ();if len (_fedgcb )> 0{_fedgcb =_fedgcb .snapToGroupsDirection ();};if len (_afce )> 0{_afce =_afce .snapToGroupsDirection (); -};_gdefe :=append (_fedgcb ,_afce ...);_gdefe .log ("\u0073\u006e\u0061p\u0054\u006f\u0047\u0072\u006f\u0075\u0070\u0073");return _gdefe ;};func _cgcbb (_cedcg map[int ][]float64 )string {_gecb :=_bcef (_cedcg );_gbffg :=make ([]string ,len (_cedcg )); -for _fbdf ,_gafe :=range _gecb {_gbffg [_fbdf ]=_bf .Sprintf ("\u0025\u0064\u003a\u0020\u0025\u002e\u0032\u0066",_gafe ,_cedcg [_gafe ]);};return _bf .Sprintf ("\u007b\u0025\u0073\u007d",_bfb .Join (_gbffg ,"\u002c\u0020"));};func (_becc gridTile )contains (_gedc _b .PdfRectangle )bool {if _becc .numBorders ()< 3{return false ; -};if _becc ._cfgg &&_gedc .Llx < _becc .Llx -_aae {return false ;};if _becc ._bbed &&_gedc .Urx > _becc .Urx +_aae {return false ;};if _becc ._cega &&_gedc .Lly < _becc .Lly -_aae {return false ;};if _becc ._fdde &&_gedc .Ury > _becc .Ury +_aae {return false ; -};return true ;};type textMark struct{_b .PdfRectangle ;_egba int ;_gddf string ;_fcfce string ;_facf *_b .PdfFont ;_dgfec float64 ;_dggd float64 ;_eebef _da .Matrix ;_degf _da .Point ;_badbe _b .PdfRectangle ;_ebgb _dd .Color ;_eage _dd .Color ;_facd _ff .PdfObject ; -_ccffd []string ;Tw float64 ;Th float64 ;_faad int ;_bafde int ;};func _gdcb (_bdagb _b .PdfRectangle )*ruling {return &ruling {_facdf :_geggc ,_efadf :_bdagb .Lly ,_efbba :_bdagb .Llx ,_daba :_bdagb .Urx };};func (_dcfeb lineRuling )asRuling ()(*ruling ,bool ){_aadfe :=ruling {_facdf :_dcfeb ._becb ,Color :_dcfeb .Color ,_bagdc :_eede }; -switch _dcfeb ._becb {case _eeeae :_aadfe ._efadf =_dcfeb .xMean ();_aadfe ._efbba =_ce .Min (_dcfeb ._eefea .Y ,_dcfeb ._edcb .Y );_aadfe ._daba =_ce .Max (_dcfeb ._eefea .Y ,_dcfeb ._edcb .Y );case _geggc :_aadfe ._efadf =_dcfeb .yMean ();_aadfe ._efbba =_ce .Min (_dcfeb ._eefea .X ,_dcfeb ._edcb .X ); -_aadfe ._daba =_ce .Max (_dcfeb ._eefea .X ,_dcfeb ._edcb .X );default:_e .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_dcfeb ._becb );return nil ,false ;};return &_aadfe ,true ; -};var (_dagcb =map[rune ]string {0x0060:"\u0300",0x02CB:"\u0300",0x0027:"\u0301",0x00B4:"\u0301",0x02B9:"\u0301",0x02CA:"\u0301",0x005E:"\u0302",0x02C6:"\u0302",0x007E:"\u0303",0x02DC:"\u0303",0x00AF:"\u0304",0x02C9:"\u0304",0x02D8:"\u0306",0x02D9:"\u0307",0x00A8:"\u0308",0x00B0:"\u030a",0x02DA:"\u030a",0x02BA:"\u030b",0x02DD:"\u030b",0x02C7:"\u030c",0x02C8:"\u030d",0x0022:"\u030e",0x02BB:"\u0312",0x02BC:"\u0313",0x0486:"\u0313",0x055A:"\u0313",0x02BD:"\u0314",0x0485:"\u0314",0x0559:"\u0314",0x02D4:"\u031d",0x02D5:"\u031e",0x02D6:"\u031f",0x02D7:"\u0320",0x02B2:"\u0321",0x00B8:"\u0327",0x02CC:"\u0329",0x02B7:"\u032b",0x02CD:"\u0331",0x005F:"\u0332",0x204E:"\u0359"}; -);type fontEntry struct{_eeecc *_b .PdfFont ;_dcgd int64 ;};func _fbad (_gfcc ,_egcc _b .PdfRectangle )bool {return _egcc .Llx <=_gfcc .Urx &&_gfcc .Llx <=_egcc .Urx ;}; - -// String returns a string describing `tm`. -func (_efbb TextMark )String ()string {_cfae :=_efbb .BBox ;var _fbff string ;if _efbb .Font !=nil {_fbff =_efbb .Font .String ();if len (_fbff )> 50{_fbff =_fbff [:50]+"\u002e\u002e\u002e";};};var _bbdg string ;if _efbb .Meta {_bbdg ="\u0020\u002a\u004d\u002a"; -};return _bf .Sprintf ("\u007b\u0054\u0065\u0078t\u004d\u0061\u0072\u006b\u003a\u0020\u0025\u0064\u0020%\u0071\u003d\u0025\u0030\u0032\u0078\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e2\u0066\u0029\u0020\u0028\u00256\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0025\u0073\u007d",_efbb .Offset ,_efbb .Text ,[]rune (_efbb .Text ),_cfae .Llx ,_cfae .Lly ,_cfae .Urx ,_cfae .Ury ,_fbff ,_bbdg ); -};func _efbf (_gefa int ,_aeafa func (int ,int )bool )[]int {_bbfg :=make ([]int ,_gefa );for _cgfba :=range _bbfg {_bbfg [_cgfba ]=_cgfba ;};_fd .Slice (_bbfg ,func (_ddfff ,_cdde int )bool {return _aeafa (_bbfg [_ddfff ],_bbfg [_cdde ])});return _bbfg ; -};type markKind int ;func (_cegf *textObject )newTextMark (_bdee string ,_fbag _da .Matrix ,_ccad _da .Point ,_bfdb float64 ,_febe *_b .PdfFont ,_agea float64 ,_bfed ,_cbcg _dd .Color ,_febf _ff .PdfObject ,_bbbe []string ,_cceb int ,_gbfeb int )(textMark ,bool ){_bcab :=_fbag .Angle (); -_geeef :=_abdbd (_bcab ,_adgg );var _bdab float64 ;if _geeef %180!=90{_bdab =_fbag .ScalingFactorY ();}else {_bdab =_fbag .ScalingFactorX ();};_gfd :=_cbc (_fbag );_cgfe :=_b .PdfRectangle {Llx :_gfd .X ,Lly :_gfd .Y ,Urx :_ccad .X ,Ury :_ccad .Y };switch _geeef %360{case 90:_cgfe .Urx -=_bdab ; -case 180:_cgfe .Ury -=_bdab ;case 270:_cgfe .Urx +=_bdab ;case 0:_cgfe .Ury +=_bdab ;default:_geeef =0;_cgfe .Ury +=_bdab ;};if _cgfe .Llx > _cgfe .Urx {_cgfe .Llx ,_cgfe .Urx =_cgfe .Urx ,_cgfe .Llx ;};if _cgfe .Lly > _cgfe .Ury {_cgfe .Lly ,_cgfe .Ury =_cgfe .Ury ,_cgfe .Lly ; -};_edc :=true ;if _cegf ._beec ._fg .Width ()> 0{_becf ,_cgga :=_agdbc (_cgfe ,_cegf ._beec ._fg );if !_cgga {_edc =false ;_e .Log .Debug ("\u0054\u0065\u0078\u0074\u0020m\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0070a\u0067\u0065\u002e\u0020\u0062\u0062\u006f\u0078\u003d\u0025\u0067\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u0067\u0020\u0074\u0065\u0078\u0074\u003d\u0025q",_cgfe ,_cegf ._beec ._fg ,_bdee ); -};_cgfe =_becf ;};_ggadb :=_cgfe ;_afda :=_cegf ._beec ._fg ;switch _geeef %360{case 90:_afda .Urx ,_afda .Ury =_afda .Ury ,_afda .Urx ;_ggadb =_b .PdfRectangle {Llx :_afda .Urx -_cgfe .Ury ,Urx :_afda .Urx -_cgfe .Lly ,Lly :_cgfe .Llx ,Ury :_cgfe .Urx }; -case 180:_ggadb =_b .PdfRectangle {Llx :_afda .Urx -_cgfe .Llx ,Urx :_afda .Urx -_cgfe .Urx ,Lly :_afda .Ury -_cgfe .Lly ,Ury :_afda .Ury -_cgfe .Ury };case 270:_afda .Urx ,_afda .Ury =_afda .Ury ,_afda .Urx ;_ggadb =_b .PdfRectangle {Llx :_cgfe .Ury ,Urx :_cgfe .Lly ,Lly :_afda .Ury -_cgfe .Llx ,Ury :_afda .Ury -_cgfe .Urx }; -};if _ggadb .Llx > _ggadb .Urx {_ggadb .Llx ,_ggadb .Urx =_ggadb .Urx ,_ggadb .Llx ;};if _ggadb .Lly > _ggadb .Ury {_ggadb .Lly ,_ggadb .Ury =_ggadb .Ury ,_ggadb .Lly ;};_cfda :=textMark {_gddf :_bdee ,PdfRectangle :_ggadb ,_badbe :_cgfe ,_facf :_febe ,_dgfec :_bdab ,_dggd :_agea ,_eebef :_fbag ,_degf :_ccad ,_egba :_geeef ,_ebgb :_bfed ,_eage :_cbcg ,_facd :_febf ,_ccffd :_bbbe ,Th :_cegf ._eef ._ddcc ,Tw :_cegf ._eef ._fagd ,_faad :_gbfeb ,_bafde :_cceb }; -if _ecfc {_e .Log .Info ("n\u0065\u0077\u0054\u0065\u0078\u0074M\u0061\u0072\u006b\u003a\u0020\u0073t\u0061\u0072\u0074\u003d\u0025\u002e\u0032f\u0020\u0065\u006e\u0064\u003d\u0025\u002e\u0032\u0066\u0020%\u0073",_gfd ,_ccad ,_cfda .String ());};return _cfda ,_edc ; -}; - -// String returns a human readable description of `ss`. -func (_ggaf *shapesState )String ()string {return _bf .Sprintf ("\u007b\u0025\u0064\u0020su\u0062\u0070\u0061\u0074\u0068\u0073\u0020\u0066\u0072\u0065\u0073\u0068\u003d\u0025t\u007d",len (_ggaf ._fgdb ),_ggaf ._cbeb );};func _adfb (_adbb ,_ecgg bounded )float64 {_acac :=_ddabf (_adbb ,_ecgg ); -if !_dbfgf (_acac ){return _acac ;};return _deedf (_adbb ,_ecgg );}; - -// ImageMark represents an image drawn on a page and its position in device coordinates. -// All coordinates are in device coordinates. -type ImageMark struct{Image *_b .Image ; - -// Dimensions of the image as displayed in the PDF. -Width float64 ;Height float64 ; - -// Position of the image in PDF coordinates (lower left corner). -X float64 ;Y float64 ; - -// Angle in degrees, if rotated. -Angle float64 ;}; +type PageTextOptions struct{_agea bool ;_cfg bool ;_beba bool ;};func _dfcgf (_debff _bf .PdfRectangle )*ruling {return &ruling {_daea :_acegd ,_gdge :_debff .Llx ,_ggbc :_debff .Lly ,_agbd :_debff .Ury };};func (_dac *textObject )setWordSpacing (_ddag float64 ){if _dac ==nil {return ; +};_dac ._gdga ._bfec =_ddag ;}; -// Text returns the text content of the `bulletLists`. -func (_gadf *lists )Text ()string {_ceafe :=&_bfb .Builder {};for _ ,_fecd :=range *_gadf {_gbgd :=_fecd .Text ();_ceafe .WriteString (_gbgd );};return _ceafe .String ();};type rectRuling struct{_dbcg rulingKind ;_adgeg markKind ;_dd .Color ;_b .PdfRectangle ; -};func (_aggd *textMark )bbox ()_b .PdfRectangle {return _aggd .PdfRectangle }; - -// PageImages represents extracted images on a PDF page with spatial information: -// display position and size. -type PageImages struct{Images []ImageMark ;};func _cfegg (_deeda []*textMark ,_gadfa _b .PdfRectangle )*textWord {_fgfg :=_deeda [0].PdfRectangle ;_cgfbg :=_deeda [0]._dgfec ;for _ ,_acdb :=range _deeda [1:]{_fgfg =_badbb (_fgfg ,_acdb .PdfRectangle ); -if _acdb ._dgfec > _cgfbg {_cgfbg =_acdb ._dgfec ;};};return &textWord {PdfRectangle :_fgfg ,_bggbb :_deeda ,_bagdd :_gadfa .Ury -_fgfg .Lly ,_ecdce :_cgfbg };};func (_ggcaf *TextMarkArray )exists (_fgdf TextMark )bool {for _ ,_abbe :=range _ggcaf .Elements (){if _dg .DeepEqual (_fgdf .DirectObject ,_abbe .DirectObject )&&_dg .DeepEqual (_fgdf .BBox ,_abbe .BBox )&&_abbe .Text ==_fgdf .Text {return true ; -};};return false ;};func (_ddea *shapesState )stroke (_dgfe *[]pathSection ){_cgba :=pathSection {_cdad :_ddea ._fgdb ,Color :_ddea ._aaag .getStrokeColor ()};*_dgfe =append (*_dgfe ,_cgba );if _ccffg {_bf .Printf ("\u0020 \u0020\u0020S\u0054\u0052\u004fK\u0045\u003a\u0020\u0025\u0064\u0020\u0073t\u0072\u006f\u006b\u0065\u0073\u0020s\u0073\u003d\u0025\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d%\u002b\u0076\u0020\u0025\u0036\u002e\u0032\u0066\u000a",len (*_dgfe ),_ddea ,_ddea ._aaag .getStrokeColor (),_cgba .bbox ()); -if _dad {for _bfaac ,_ggd :=range _ddea ._fgdb {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_bfaac ,_ggd );if _bfaac ==10{break ;};};};};};type structElement struct{_bgec string ;_fefd []structElement ;_cabe int64 ;_fbfd _ff .PdfObject ; -};func _bdfee (_fceaa ,_abef ,_deegb float64 )rulingKind {if _fceaa >=_deegb &&_fgdc (_abef ,_fceaa ){return _geggc ;};if _abef >=_deegb &&_fgdc (_fceaa ,_abef ){return _eeeae ;};return _aagc ;};func (_facdfd paraList )applyTables (_aeda []*textTable )paraList {var _afdb paraList ; -for _ ,_efded :=range _aeda {_afdb =append (_afdb ,_efded .newTablePara ());};for _ ,_afcf :=range _facdfd {if _afcf ._cdaad {continue ;};_afdb =append (_afdb ,_afcf );};return _afdb ;};var _beg =false ;func _cbdc (_faec []*textMark ,_efdd _b .PdfRectangle )string {_e .Log .Trace ("\u006d\u0061\u006b\u0065\u0053i\u006d\u0070\u006c\u0065\u0054\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",len (_faec ),_efdd ); -_cfcfd :="";if len (_faec )==0{return _cfcfd ;};_def :=_gabdf (_faec ,_efdd );if len (_def )==0{return _cfcfd ;};_faaf :=0.0;_gcge :=true ;_acfbf :="";for _ ,_deabe :=range _def {_ebcc :=_deabe ._ecdce ;if _ebcc > _fbee {_ebcc =_fbee ;};if (_deabe ._bagdd -_faaf > _dacc *_ebcc &&_faaf !=0.0)||(_faaf -_deabe ._bagdd > _ebcc *10){_eccgdb :=_dc ([]rune (_acfbf )); -_acfbf =_eccgdb ._db ;_acfbf +="\u000a";_cfcfd +=_acfbf ;_acfbf ="";}else {if !_gcge {_acfbf +="\u0020";};};_acfbf +=_deabe ._deccc ;_gcge =false ;_faaf =_deabe ._bagdd ;};if _acfbf !=""{_efaf :=_dc ([]rune (_acfbf ));_acfbf =_efaf ._db ;_acfbf +="\u000a"; -_cfcfd +=_acfbf ;};return _cfcfd ;};func _gbdcf (_gdcc []*textLine )map[float64 ][]*textLine {_fd .Slice (_gdcc ,func (_fggc ,_eecc int )bool {return _gdcc [_fggc ]._dce < _gdcc [_eecc ]._dce });_eafbb :=map[float64 ][]*textLine {};for _ ,_dgfc :=range _gdcc {_cdbf :=_bbfb (_dgfc ); -_cdbf =_ce .Round (_cdbf );_eafbb [_cdbf ]=append (_eafbb [_cdbf ],_dgfc );};return _eafbb ;};func (_ccgcf paraList )eventNeighbours (_ceecbdd []event )map[*textPara ][]int {_fd .Slice (_ceecbdd ,func (_fdfgc ,_egega int )bool {_abffg ,_aedb :=_ceecbdd [_fdfgc ],_ceecbdd [_egega ]; -_dadgg ,_ggde :=_abffg ._caacf ,_aedb ._caacf ;if _dadgg !=_ggde {return _dadgg < _ggde ;};if _abffg ._bdec !=_aedb ._bdec {return _abffg ._bdec ;};return _fdfgc < _egega ;});_dgbff :=make (map[int ]intSet );_cfaff :=make (intSet );for _ ,_gbae :=range _ceecbdd {if _gbae ._bdec {_dgbff [_gbae ._cfgdd ]=make (intSet ); -for _agdga :=range _cfaff {if _agdga !=_gbae ._cfgdd {_dgbff [_gbae ._cfgdd ].add (_agdga );_dgbff [_agdga ].add (_gbae ._cfgdd );};};_cfaff .add (_gbae ._cfgdd );}else {_cfaff .del (_gbae ._cfgdd );};};_dgddc :=map[*textPara ][]int {};for _fbbfb ,_fbcba :=range _dgbff {_dddf :=_ccgcf [_fbbfb ]; -if len (_fbcba )==0{_dgddc [_dddf ]=nil ;continue ;};_bafg :=make ([]int ,len (_fbcba ));_gdgeac :=0;for _bage :=range _fbcba {_bafg [_gdgeac ]=_bage ;_gdgeac ++;};_dgddc [_dddf ]=_bafg ;};return _dgddc ;};func (_cdcd rulingList )bbox ()_b .PdfRectangle {var _geeeb _b .PdfRectangle ; -if len (_cdcd )==0{_e .Log .Error ("r\u0075\u006c\u0069\u006e\u0067\u004ci\u0073\u0074\u002e\u0062\u0062\u006f\u0078\u003a\u0020n\u006f\u0020\u0072u\u006ci\u006e\u0067\u0073");return _b .PdfRectangle {};};if _cdcd [0]._facdf ==_geggc {_geeeb .Llx ,_geeeb .Urx =_cdcd .secMinMax (); -_geeeb .Lly ,_geeeb .Ury =_cdcd .primMinMax ();}else {_geeeb .Llx ,_geeeb .Urx =_cdcd .primMinMax ();_geeeb .Lly ,_geeeb .Ury =_cdcd .secMinMax ();};return _geeeb ;}; - -// String returns a human readable description of `path`. -func (_ade *subpath )String ()string {_cdeg :=_ade ._gfb ;_beggc :=len (_cdeg );if _beggc <=5{return _bf .Sprintf ("\u0025d\u003a\u0020\u0025\u0036\u002e\u0032f",_beggc ,_cdeg );};return _bf .Sprintf ("\u0025d\u003a\u0020\u0025\u0036.\u0032\u0066\u0020\u0025\u0036.\u0032f\u0020.\u002e\u002e\u0020\u0025\u0036\u002e\u0032f",_beggc ,_cdeg [0],_cdeg [1],_cdeg [_beggc -1]); -};type structTreeRoot struct{_addd []structElement ;_fedg string ;};func _fdab (_ecag _b .PdfRectangle )*ruling {return &ruling {_facdf :_eeeae ,_efadf :_ecag .Urx ,_efbba :_ecag .Lly ,_daba :_ecag .Ury };};func (_daca *wordBag )removeWord (_cddc *textWord ,_dfae int ){_dgfa :=_daca ._ecfd [_dfae ]; -_dgfa =_bdgd (_dgfa ,_cddc );if len (_dgfa )==0{delete (_daca ._ecfd ,_dfae );}else {_daca ._ecfd [_dfae ]=_dgfa ;};};func _fagdd (_dgdd *textWord ,_gecea float64 ,_dbdg ,_badd rulingList )*wordBag {_bdfd :=_fdd (_dgdd ._bagdd );_bded :=[]*textWord {_dgdd }; -_dab :=wordBag {_ecfd :map[int ][]*textWord {_bdfd :_bded },PdfRectangle :_dgdd .PdfRectangle ,_dbfbe :_dgdd ._ecdce ,_gdgea :_gecea ,_dbgbc :_dbdg ,_edfe :_badd };return &_dab ;};type gridTiling struct{_b .PdfRectangle ;_aabgb []float64 ;_fdgd []float64 ; -_caabf map[float64 ]map[float64 ]gridTile ;};func _gc (_ed []string ,_aa int ,_gcd string )int {_dff :=_aa ;for ;_dff < len (_ed );_dff ++{if _ed [_dff ]!=_gcd {return _dff ;};};return _dff ;};func (_cbgg paraList )llyOrdering ()[]int {_eafe :=make ([]int ,len (_cbgg )); -for _fefg :=range _cbgg {_eafe [_fefg ]=_fefg ;};_fd .SliceStable (_eafe ,func (_gbdf ,_gdgg int )bool {_fedcc ,_bebe :=_eafe [_gbdf ],_eafe [_gdgg ];return _cbgg [_fedcc ].Lly < _cbgg [_bebe ].Lly ;});return _eafe ;};func _geec (_fcbd *_b .Image ,_debda _dd .Color )_ga .Image {_edbd ,_egbfg :=int (_fcbd .Width ),int (_fcbd .Height ); -_afbgd :=_ga .NewRGBA (_ga .Rect (0,0,_edbd ,_egbfg ));for _ebggg :=0;_ebggg < _egbfg ;_ebggg ++{for _dcagf :=0;_dcagf < _edbd ;_dcagf ++{_acbb ,_aegdf :=_fcbd .ColorAt (_dcagf ,_ebggg );if _aegdf !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_dcagf ,_ebggg ); -continue ;};_cddd ,_bfbae ,_dbccf ,_ :=_acbb .RGBA ();var _agff _dd .Color ;if _cddd +_bfbae +_dbccf ==0{_agff =_dd .Transparent ;}else {_agff =_debda ;};_afbgd .Set (_dcagf ,_ebggg ,_agff );};};return _afbgd ;};func (_gcdcb *TextMarkArray )getTextMarkAtOffset (_afa int )*TextMark {for _ ,_ccdc :=range _gcdcb ._gaac {if _ccdc .Offset ==_afa {return &_ccdc ; -};};return nil ;};func (_fbae paraList )findTextTables ()[]*textTable {var _gbeef []*textTable ;for _ ,_faee :=range _fbae {if _faee .taken ()||_faee .Width ()==0{continue ;};_gfffbf :=_faee .isAtom ();if _gfffbf ==nil {continue ;};_gfffbf .growTable (); -if _gfffbf ._addag *_gfffbf ._cffff < _dbebd {continue ;};_gfffbf .markCells ();_gfffbf .log ("\u0067\u0072\u006fw\u006e");_gbeef =append (_gbeef ,_gfffbf );};return _gbeef ;};func (_baef *textLine )text ()string {var _adgec []string ;for _ ,_bdcg :=range _baef ._edge {if _bdcg ._gcccd {_adgec =append (_adgec ,"\u0020"); -};_adgec =append (_adgec ,_bdcg ._deccc );};_bdbc :=_bfb .Join (_adgec ,"");_bbce :=_dc ([]rune (_bdbc ));return _bbce ._db ;};func _dea (_gbd *_gd .ContentStreamOperation )(float64 ,error ){if len (_gbd .Params )!=1{_fgae :=_ad .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); -_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_gbd .Operand ,1,len (_gbd .Params ),_gbd .Params ); -return 0.0,_fgae ;};return _ff .GetNumberAsFloat (_gbd .Params [0]);};var _be =[]string {"\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0053","\u0042","\u0053","\u0057\u0053","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042","\u0042","\u0053","\u0057\u0053","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0053","\u0043\u0053","\u0045\u0053","\u0043\u0053","\u0043\u0053","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0043\u0053","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0043\u0053","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u004e","\u0045\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c"}; -func _caaae (_bdgfa map[int ]intSet )[]int {_feffg :=make ([]int ,0,len (_bdgfa ));for _dffce :=range _bdgfa {_feffg =append (_feffg ,_dffce );};_fd .Ints (_feffg );return _feffg ;};func (_ffab *subpath )close (){if !_dcba (_ffab ._gfb [0],_ffab .last ()){_ffab .add (_ffab ._gfb [0]); -};_ffab ._dffd =true ;_ffab .removeDuplicates ();}; - -// List returns all the list objects detected on the page. -// It detects all the bullet point Lists from a given pdf page and builds a slice of bullet list objects. -// A given bullet list object has a tree structure. -// Each bullet point list is extracted with the text content it contains and all the sub lists found under it as children in the tree. -// The rest content of the pdf is ignored and only text in the bullet point lists are extracted. -// The list extraction is done in two ways. -// 1. If the document is tagged then the lists are extracted using the tags provided in the document. -// 2. Otherwise the bullet lists are extracted from the raw text using regex matching. -// By default the document tag is used if available. -// However this can be disabled using `DisableDocumentTags` in the `Options` object. -// Sometimes disabling document tags option might give a better bullet list extraction if the document was tagged incorrectly. -// -// options := &Options{ -// DisableDocumentTags: false, // this means use document tag if available -// } -// ex, err := NewWithOptions(page, options) -// // handle error -// pageText, _, _, err := ex.ExtractPageText() -// // handle error -// lists := pageText.List() -// txt := lists.Text() -func (_ffbb PageText )List ()lists {_adaga :=!_ffbb ._ddfd ._bfgf ;_dfgg :=_ffbb .getParagraphs ();_egee :=true ;if _ffbb ._cagg ==nil ||*_ffbb ._cagg ==nil {_egee =false ;};_bced :=_dfgg .list ();if _egee &&_adaga {_eadc :=_baag (&_dfgg );_feab :=&structTreeRoot {}; -_feab .parseStructTreeRoot (*_ffbb ._cagg );if _feab ._addd ==nil {_e .Log .Debug ("\u004c\u0069\u0073\u0074\u003a\u0020\u0073t\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e'\u0074\u0020\u0068\u0061\u0076e\u0020\u0061\u006e\u0079\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u002e"); -return _bced ;};_bced =_feab .buildList (_eadc ,_ffbb ._cfec );};return _bced ;};func _fgefe (_fgga _b .PdfRectangle ,_dabc ,_edbce ,_aacdd ,_dafg *ruling )gridTile {_acdd :=_fgga .Llx ;_bffab :=_fgga .Urx ;_edbbc :=_fgga .Lly ;_deffd :=_fgga .Ury ;return gridTile {PdfRectangle :_fgga ,_cfgg :_dabc !=nil &&_dabc .encloses (_edbbc ,_deffd ),_bbed :_edbce !=nil &&_edbce .encloses (_edbbc ,_deffd ),_cega :_aacdd !=nil &&_aacdd .encloses (_acdd ,_bffab ),_fdde :_dafg !=nil &&_dafg .encloses (_acdd ,_bffab )}; -};func (_dcfad paraList )xNeighbours (_dbega float64 )map[*textPara ][]int {_fgdfe :=make ([]event ,2*len (_dcfad ));if _dbega ==0{for _gdgd ,_fddg :=range _dcfad {_fgdfe [2*_gdgd ]=event {_fddg .Llx ,true ,_gdgd };_fgdfe [2*_gdgd +1]=event {_fddg .Urx ,false ,_gdgd }; -};}else {for _ebbd ,_dfgee :=range _dcfad {_fgdfe [2*_ebbd ]=event {_dfgee .Llx -_dbega *_dfgee .fontsize (),true ,_ebbd };_fgdfe [2*_ebbd +1]=event {_dfgee .Urx +_dbega *_dfgee .fontsize (),false ,_ebbd };};};return _dcfad .eventNeighbours (_fgdfe );}; -func (_gegg *wordBag )depthIndexes ()[]int {if len (_gegg ._ecfd )==0{return nil ;};_afag :=make ([]int ,len (_gegg ._ecfd ));_fcbab :=0;for _gcgg :=range _gegg ._ecfd {_afag [_fcbab ]=_gcgg ;_fcbab ++;};_fd .Ints (_afag );return _afag ;};func _bfcg (_bfab *textLine ,_fffd []*textLine ,_gbef []float64 ,_dfbg ,_fcfe float64 )[]*textLine {_egddc :=[]*textLine {}; -for _ ,_fbeeg :=range _fffd {if _fbeeg ._dce >=_dfbg {if _fcfe !=-1&&_fbeeg ._dce < _fcfe {if _fbeeg .text ()!=_bfab .text (){if _ce .Round (_fbeeg .Llx )< _ce .Round (_bfab .Llx ){break ;};_egddc =append (_egddc ,_fbeeg );};}else if _fcfe ==-1{if _fbeeg ._dce ==_bfab ._dce {if _fbeeg .text ()!=_bfab .text (){_egddc =append (_egddc ,_fbeeg ); -};continue ;};_bgad :=_adad (_bfab ,_fffd ,_gbef );if _bgad !=-1&&_fbeeg ._dce <=_bgad {_egddc =append (_egddc ,_fbeeg );};};};};return _egddc ;};func (_caab *PageText )computeViews (){if _caab ._ddfd ._gabb {_caab ._ceef =_caab .getText ();return ;};_abc :=_caab .getParagraphs (); -_aba :=new (_eg .Buffer );_abc .writeText (_aba );_caab ._ceef =_aba .String ();_caab ._ebdc =_abc .toTextMarks ();_caab ._eeg =_abc .tables ();if _aada {_e .Log .Info ("\u0063\u006f\u006dpu\u0074\u0065\u0056\u0069\u0065\u0077\u0073\u003a\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064",len (_caab ._eeg )); -};}; +// ExtractTextWithStats works like ExtractText but returns the number of characters in the output +// (`numChars`) and the number of characters that were not decoded (`numMisses`). +func (_abag *Extractor )ExtractTextWithStats ()(_gfca string ,_dcef int ,_dgba int ,_adgg error ){_dddef ,_dcef ,_dgba ,_adgg :=_abag .ExtractPageText ();if _adgg !=nil {return "",_dcef ,_dgba ,_adgg ;};return _dddef .Text (),_dcef ,_dgba ,nil ;};func _bddfb (_dbce _bf .PdfRectangle )*ruling {return &ruling {_daea :_faec ,_gdge :_dbce .Lly ,_ggbc :_dbce .Llx ,_agbd :_dbce .Urx }; +};func _bcda (_deff string ,_eae string )([][]int ,error ){_abg ,_aec :=_fc .Compile (_deff );if _aec !=nil {return nil ,_deg .Errorf ("\u0065\u0072\u0072\u006f\u0072\u0020c\u006f\u006d\u0070\u0069\u006c\u0069\u006e\u0067\u0020\u0072\u0065\u0067\u0065x\u0020\u0070\u0061\u0074\u0074\u0065\u0072n\u003a\u0020\u0025\u0077",_aec ); +};_cab :=_abg .FindAllStringIndex (_eae ,-1);return _cab ,nil ;}; // Extractor stores and offers functionality for extracting content from PDF pages. -type Extractor struct{_ddgf string ;_eba *_b .PdfPageResources ;_fg _b .PdfRectangle ;_fce *_b .PdfRectangle ;_cbg map[string ]fontEntry ;_cdgf map[string ]textResult ;_dfd map[string ]textResult ;_ddd int64 ;_bbc int ;_ddde *Options ;_fcdd *_ff .PdfObject ; -_fdgc _ff .PdfObject ;_bge []*_b .PdfAnnotation ;};func (_fegd *wordBag )firstReadingIndex (_edff int )int {_cbcbb :=_fegd .firstWord (_edff )._ecdce ;_eebe :=float64 (_edff +1)*_adeg ;_dbcd :=_eebe +_aeaf *_cbcbb ;_dcfb :=_edff ;for _ ,_babb :=range _fegd .depthBand (_eebe ,_dbcd ){if _deedf (_fegd .firstWord (_babb ),_fegd .firstWord (_dcfb ))< 0{_dcfb =_babb ; -};};return _dcfb ;};func (_bbdd *textTable )log (_gbbc string ){if !_aada {return ;};_e .Log .Info ("~\u007e\u007e\u0020\u0025\u0073\u003a \u0025\u0064\u0020\u0078\u0020\u0025d\u0020\u0067\u0072\u0069\u0064\u003d\u0025t\u000a\u0020\u0020\u0020\u0020\u0020\u0020\u0025\u0036\u002e2\u0066",_gbbc ,_bbdd ._addag ,_bbdd ._cffff ,_bbdd ._cbbdd ,_bbdd .PdfRectangle ); -for _dfacf :=0;_dfacf < _bbdd ._cffff ;_dfacf ++{for _ceggb :=0;_ceggb < _bbdd ._addag ;_ceggb ++{_acdca :=_bbdd .get (_ceggb ,_dfacf );if _acdca ==nil {continue ;};_bf .Printf ("%\u0034\u0064\u0020\u00252d\u003a \u0025\u0036\u002e\u0032\u0066 \u0025\u0071\u0020\u0025\u0064\u000a",_ceggb ,_dfacf ,_acdca .PdfRectangle ,_ggcea (_acdca .text (),50),_cg .RuneCountInString (_acdca .text ())); -};};};func _cbdd (_efcb ,_ecfg _b .PdfRectangle )bool {return _efcb .Lly <=_ecfg .Ury &&_ecfg .Lly <=_efcb .Ury ;};func (_ecg *textObject )checkOp (_fcdg *_gd .ContentStreamOperation ,_efg int ,_dbgb bool )(_cdeb bool ,_adb error ){if _ecg ==nil {var _aafc []_ff .PdfObject ; -if _efg > 0{_aafc =_fcdg .Params ;if len (_aafc )> _efg {_aafc =_aafc [:_efg ];};};_e .Log .Debug ("\u0025\u0023q \u006f\u0070\u0065r\u0061\u006e\u0064\u0020out\u0073id\u0065\u0020\u0074\u0065\u0078\u0074\u002e p\u0061\u0072\u0061\u006d\u0073\u003d\u0025+\u0076",_fcdg .Operand ,_aafc ); -};if _efg >=0{if len (_fcdg .Params )!=_efg {if _dbgb {_adb =_ad .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et");};_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_fcdg .Operand ,_efg ,len (_fcdg .Params ),_fcdg .Params ); -return false ,_adb ;};};return true ,nil ;};func (_gffa paraList )merge ()*textPara {_e .Log .Trace ("\u006d\u0065\u0072\u0067\u0065:\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_gffa )); -if len (_gffa )==0{return nil ;};_gffa .sortReadingOrder ();_bfae :=_gffa [0].PdfRectangle ;_adec :=_gffa [0]._bbgab ;for _ ,_aeacb :=range _gffa [1:]{_bfae =_badbb (_bfae ,_aeacb .PdfRectangle );_adec =append (_adec ,_aeacb ._bbgab ...);};return _gfbeg (_bfae ,_adec ); -};func (_gdbf *textTable )markCells (){for _fdgcg :=0;_fdgcg < _gdbf ._cffff ;_fdgcg ++{for _ggbd :=0;_ggbd < _gdbf ._addag ;_ggbd ++{_defeae :=_gdbf .get (_ggbd ,_fdgcg );if _defeae !=nil {_defeae ._cdaad =true ;};};};};func (_gedeb *textPara )taken ()bool {return _gedeb ==nil ||_gedeb ._cdaad }; -var _bb =[]string {"\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u004f\u004e","\u004f\u004e","\u0041\u004c","\u0045\u0054","\u0045\u0054","\u0041\u004c","\u0043\u0053","\u0041\u004c","\u004f\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0045\u0054","\u0041\u004e","\u0041\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c"}; -func (_gdede *textTable )subdivide ()*textTable {_gdede .logComposite ("\u0073u\u0062\u0064\u0069\u0076\u0069\u0064e");_aebba :=_gdede .compositeRowCorridors ();_eace :=_gdede .compositeColCorridors ();if _aada {_e .Log .Info ("\u0073u\u0062\u0064i\u0076\u0069\u0064\u0065:\u000a\u0009\u0072o\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s=\u0025\u0073\u000a\t\u0063\u006fl\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073=\u0025\u0073",_cgcbb (_aebba ),_cgcbb (_eace )); -};if len (_aebba )==0||len (_eace )==0{return _gdede ;};_gfeg (_aebba );_gfeg (_eace );if _aada {_e .Log .Info ("\u0073\u0075\u0062\u0064\u0069\u0076\u0069\u0064\u0065\u0020\u0066\u0069\u0078\u0065\u0064\u003a\u000a\u0009r\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073\u003d\u0025\u0073\u000a\u0009\u0063\u006f\u006cC\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d\u0025\u0073",_cgcbb (_aebba ),_cgcbb (_eace )); -};_bdade ,_cacd :=_edbe (_gdede ._cffff ,_aebba );_aadbb ,_dccbb :=_edbe (_gdede ._addag ,_eace );_ecabf :=make (map[uint64 ]*textPara ,_dccbb *_cacd );_ddged :=&textTable {PdfRectangle :_gdede .PdfRectangle ,_cbbdd :_gdede ._cbbdd ,_cffff :_cacd ,_addag :_dccbb ,_egbgg :_ecabf }; -if _aada {_e .Log .Info ("\u0073\u0075b\u0064\u0069\u0076\u0069\u0064\u0065\u003a\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0063\u0065\u006c\u006c\u0073\u003d\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072s\u003d\u0025\u0073\u000a"+"\u0009\u0079\u004f\u0066\u0066\u0073\u0065\u0074\u0073=\u0025\u002b\u0076\u000a"+"\u0009\u0078\u004f\u0066\u0066\u0073\u0065\u0074\u0073\u003d\u0025\u002b\u0076",_gdede ._addag ,_gdede ._cffff ,_dccbb ,_cacd ,_cgcbb (_aebba ),_cgcbb (_eace ),_bdade ,_aadbb ); -};for _eggd :=0;_eggd < _gdede ._cffff ;_eggd ++{_bffb :=_bdade [_eggd ];for _fbcbg :=0;_fbcbg < _gdede ._addag ;_fbcbg ++{_dgcb :=_aadbb [_fbcbg ];if _aada {_bf .Printf ("\u0025\u0036\u0064\u002c %\u0032\u0064\u003a\u0020\u0078\u0030\u003d\u0025\u0064\u0020\u0079\u0030\u003d\u0025d\u000a",_fbcbg ,_eggd ,_dgcb ,_bffb ); -};_cbacb ,_bbeef :=_gdede ._bdfcg [_fbfgf (_fbcbg ,_eggd )];if !_bbeef {continue ;};_gffea :=_cbacb .split (_aebba [_eggd ],_eace [_fbcbg ]);for _cacbc :=0;_cacbc < _gffea ._cffff ;_cacbc ++{for _eccc :=0;_eccc < _gffea ._addag ;_eccc ++{_fcff :=_gffea .get (_eccc ,_cacbc ); -_ddged .put (_dgcb +_eccc ,_bffb +_cacbc ,_fcff );if _aada {_bf .Printf ("\u0025\u0038\u0064\u002c\u0020\u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_dgcb +_eccc ,_bffb +_cacbc ,_fcff );};};};};};return _ddged ;};func (_bedad *textTable )compositeRowCorridors ()map[int ][]float64 {_dcee :=make (map[int ][]float64 ,_bedad ._cffff ); -if _aada {_e .Log .Info ("c\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0052\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073:\u0020h\u003d\u0025\u0064",_bedad ._cffff );};for _bdbef :=1;_bdbef < _bedad ._cffff ;_bdbef ++{var _bgbg []compositeCell ; -for _fbga :=0;_fbga < _bedad ._addag ;_fbga ++{if _gfacf ,_acdab :=_bedad ._bdfcg [_fbfgf (_fbga ,_bdbef )];_acdab {_bgbg =append (_bgbg ,_gfacf );};};if len (_bgbg )==0{continue ;};_cedeg :=_aafaa (_bgbg );_dcee [_bdbef ]=_cedeg ;if _aada {_bf .Printf ("\u0020\u0020\u0020\u0025\u0032\u0064\u003a\u0020\u00256\u002e\u0032\u0066\u000a",_bdbef ,_cedeg ); -};};return _dcee ;};func _cdca (_cfb string )bool {if _cg .RuneCountInString (_cfb )< _ggcab {return false ;};_cccb ,_cbac :=_cg .DecodeLastRuneInString (_cfb );if _cbac <=0||!_g .Is (_g .Hyphen ,_cccb ){return false ;};_cccb ,_cbac =_cg .DecodeLastRuneInString (_cfb [:len (_cfb )-_cbac ]); -return _cbac > 0&&!_g .IsSpace (_cccb );};const (_ggafb markKind =iota ;_eede ;_befdb ;_ecdge ;);func _ddabf (_dabd ,_agdb bounded )float64 {return _ecdg (_dabd )-_ecdg (_agdb )};func _beba (_aeabe *list )[]*list {var _dace []*list ;for _ ,_cbfg :=range _aeabe ._ddfgc {switch _cbfg ._eaag {case "\u004c\u0049":_dbcf :=_bdge (_cbfg ); -_ddbe :=_beba (_cbfg );_dgcgf :=_affeb (_dbcf ,"\u0062\u0075\u006c\u006c\u0065\u0074",_ddbe );_fagf :=_dbfa (_dbcf ,"");_dgcgf ._cceae =_fagf ;_dace =append (_dace ,_dgcgf );case "\u004c\u0042\u006fd\u0079":return _beba (_cbfg );case "\u004c":_ddef :=_beba (_cbfg ); -_dace =append (_dace ,_ddef ...);return _dace ;};};return _dace ;};func _fbefd (_bbegg float64 )float64 {return _cegb *_ce .Round (_bbegg /_cegb )};type wordBag struct{_b .PdfRectangle ;_dbfbe float64 ;_dbgbc ,_edfe rulingList ;_gdgea float64 ;_ecfd map[int ][]*textWord ; -};func _caabc (_cgagb *list ,_cage *string )string {_gacb :=_bfb .Split (_cgagb ._cceae ,"\u000a");_facg :=&_bfb .Builder {};for _ ,_cdcc :=range _gacb {if _cdcc !=""{_facg .WriteString (*_cage );_facg .WriteString (_cdcc );_facg .WriteString ("\u000a"); -};};return _facg .String ();};func (_gcfc *subpath )removeDuplicates (){if len (_gcfc ._gfb )==0{return ;};_dec :=[]_da .Point {_gcfc ._gfb [0]};for _ ,_bbdf :=range _gcfc ._gfb [1:]{if !_dcba (_bbdf ,_dec [len (_dec )-1]){_dec =append (_dec ,_bbdf );}; -};_gcfc ._gfb =_dec ;};func _aaba (_cdcab []*textLine )[]*textLine {_cfeg :=[]*textLine {};for _ ,_fbfe :=range _cdcab {_dcgg :=_fbfe .text ();_efbee :=_agge .Find ([]byte (_dcgg ));if _efbee !=nil {_cfeg =append (_cfeg ,_fbfe );};};return _cfeg ;};func _ecbbg (_dbegab []*textWord ,_dega int )[]*textWord {_becfg :=len (_dbegab ); -copy (_dbegab [_dega :],_dbegab [_dega +1:]);return _dbegab [:_becfg -1];};func (_ddee *shapesState )devicePoint (_gca ,_dgce float64 )_da .Point {_abae :=_ddee ._cdgfg .Mult (_ddee ._gefd );_gca ,_dgce =_abae .Transform (_gca ,_dgce );return _da .NewPoint (_gca ,_dgce ); -};func (_bfaa *stateStack )push (_efd *textState ){_beda :=*_efd ;*_bfaa =append (*_bfaa ,&_beda )};type rulingKind int ;func (_ddba paraList )sortReadingOrder (){_e .Log .Trace ("\u0073\u006fr\u0074\u0052\u0065\u0061\u0064i\u006e\u0067\u004f\u0072\u0064e\u0072\u003a\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_ddba )); -if len (_ddba )<=1{return ;};_ddba .computeEBBoxes ();_fd .Slice (_ddba ,func (_decg ,_dbgd int )bool {return _adfb (_ddba [_decg ],_ddba [_dbgd ])<=0});};func (_gcfea paraList )extractTables (_cbadg []gridTiling )paraList {if _aada {_e .Log .Debug ("\u0065\u0078\u0074r\u0061\u0063\u0074\u0054\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_gcfea )); -};if len (_gcfea )< _dbebd {return _gcfea ;};_bebf :=_gcfea .findTables (_cbadg );if _aada {_e .Log .Info ("c\u006f\u006d\u0062\u0069\u006e\u0065d\u0020\u0074\u0061\u0062\u006c\u0065s\u0020\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_bebf )); -for _ffcb ,_eeda :=range _bebf {_eeda .log (_bf .Sprintf ("c\u006f\u006d\u0062\u0069\u006e\u0065\u0064\u0020\u0025\u0064",_ffcb ));};};return _gcfea .applyTables (_bebf );};func (_cgdc *shapesState )quadraticTo (_ffgda ,_fbg ,_add ,_cfaf float64 ){if _gegd {_e .Log .Info ("\u0071\u0075\u0061d\u0072\u0061\u0074\u0069\u0063\u0054\u006f\u003a"); -};_cgdc .addPoint (_add ,_cfaf );};func _ffag (_addda string )string {_bbabc :=[]rune (_addda );return string (_bbabc [:len (_bbabc )-1])};func (_gaaa rectRuling )asRuling ()(*ruling ,bool ){_eaee :=ruling {_facdf :_gaaa ._dbcg ,Color :_gaaa .Color ,_bagdc :_befdb }; -switch _gaaa ._dbcg {case _eeeae :_eaee ._efadf =0.5*(_gaaa .Llx +_gaaa .Urx );_eaee ._efbba =_gaaa .Lly ;_eaee ._daba =_gaaa .Ury ;_edggc ,_gccc :=_gaaa .checkWidth (_gaaa .Llx ,_gaaa .Urx );if !_gccc {if _dcbb {_e .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067V\u0065\u0072\u0074\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_gaaa ); -};return nil ,false ;};_eaee ._geeb =_edggc ;case _geggc :_eaee ._efadf =0.5*(_gaaa .Lly +_gaaa .Ury );_eaee ._efbba =_gaaa .Llx ;_eaee ._daba =_gaaa .Urx ;_fgabg ,_fdedf :=_gaaa .checkWidth (_gaaa .Lly ,_gaaa .Ury );if !_fdedf {if _dcbb {_e .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067H\u006f\u0072\u007a\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_gaaa ); -};return nil ,false ;};_eaee ._geeb =_fgabg ;default:_e .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_gaaa ._dbcg );return nil ,false ;};return &_eaee ,true ;};func (_dedg compositeCell )split (_eada ,_decgd []float64 )*textTable {_gbggf :=len (_eada )+1; -_eecg :=len (_decgd )+1;if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0043\u0065l\u006c\u002e\u0073\u0070l\u0069\u0074\u003a\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a\u0009\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025\u0073\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073=\u0025\u0036\u002e\u0032\u0066\u000a\t\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d%\u0036\u002e\u0032\u0066",_eecg ,_gbggf ,_dedg ,_eada ,_decgd ); -_bf .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073\u000a",len (_dedg .paraList ));for _bggf ,_egbec :=range _dedg .paraList {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bggf ,_egbec .String ());}; -_bf .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",len (_dedg .lines ()));for _badbea ,_fagb :=range _dedg .lines (){_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_badbea ,_fagb );};};_eada =_babc (_eada ,_dedg .Ury ,_dedg .Lly ); -_decgd =_babc (_decgd ,_dedg .Llx ,_dedg .Urx );_cece :=make (map[uint64 ]*textPara ,_eecg *_gbggf );_dbeg :=textTable {_addag :_eecg ,_cffff :_gbggf ,_egbgg :_cece };_gacf :=_dedg .paraList ;_fd .Slice (_gacf ,func (_gcedc ,_gbee int )bool {_bfeb ,_bgbfg :=_gacf [_gcedc ],_gacf [_gbee ]; -_adffg ,_defe :=_bfeb .Lly ,_bgbfg .Lly ;if _adffg !=_defe {return _adffg < _defe ;};return _bfeb .Llx < _bgbfg .Llx ;});_dgecc :=make (map[uint64 ]_b .PdfRectangle ,_eecg *_gbggf );for _gfaag ,_egddb :=range _eada [1:]{_aeef :=_eada [_gfaag ];for _fdgf ,_abdbb :=range _decgd [1:]{_bdcc :=_decgd [_fdgf ]; -_dgecc [_fbfgf (_fdgf ,_gfaag )]=_b .PdfRectangle {Llx :_bdcc ,Urx :_abdbb ,Lly :_egddb ,Ury :_aeef };};};if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0043\u0065l\u006c\u002e\u0073\u0070\u006c\u0069\u0074\u003a\u0020\u0072e\u0063\u0074\u0073"); -_bf .Printf ("\u0020\u0020\u0020\u0020");for _gcgac :=0;_gcgac < _eecg ;_gcgac ++{_bf .Printf ("\u0025\u0033\u0030\u0064\u002c\u0020",_gcgac );};_bf .Println ();for _gegb :=0;_gegb < _gbggf ;_gegb ++{_bf .Printf ("\u0020\u0020\u0025\u0032\u0064\u003a",_gegb ); -for _cegc :=0;_cegc < _eecg ;_cegc ++{_bf .Printf ("\u00256\u002e\u0032\u0066\u002c\u0020",_dgecc [_fbfgf (_cegc ,_gegb )]);};_bf .Println ();};};_agag :=func (_faed *textLine )(int ,int ){for _gace :=0;_gace < _gbggf ;_gace ++{for _aecd :=0;_aecd < _eecg ; -_aecd ++{if _afbc (_dgecc [_fbfgf (_aecd ,_gace )],_faed .PdfRectangle ){return _aecd ,_gace ;};};};return -1,-1;};_gedecb :=make (map[uint64 ][]*textLine ,_eecg *_gbggf );for _ ,_gfecf :=range _gacf .lines (){_cddb ,_beaa :=_agag (_gfecf );if _cddb < 0{continue ; -};_gedecb [_fbfgf (_cddb ,_beaa )]=append (_gedecb [_fbfgf (_cddb ,_beaa )],_gfecf );};for _efab :=0;_efab < len (_eada )-1;_efab ++{_bdadc :=_eada [_efab ];_dfab :=_eada [_efab +1];for _ebac :=0;_ebac < len (_decgd )-1;_ebac ++{_fbbda :=_decgd [_ebac ]; -_fbef :=_decgd [_ebac +1];_fgde :=_b .PdfRectangle {Llx :_fbbda ,Urx :_fbef ,Lly :_dfab ,Ury :_bdadc };_cfdeg :=_gedecb [_fbfgf (_ebac ,_efab )];if len (_cfdeg )==0{continue ;};_cfbbf :=_gfbeg (_fgde ,_cfdeg );_dbeg .put (_ebac ,_efab ,_cfbbf );};};return &_dbeg ; -};func _cdcg (_abdg ,_acfd _da .Point )rulingKind {_bfgfd :=_ce .Abs (_abdg .X -_acfd .X );_gafa :=_ce .Abs (_abdg .Y -_acfd .Y );return _bdfee (_bfgfd ,_gafa ,_cef );}; - -// Tables returns the tables extracted from the page. -func (_cfcfg PageText )Tables ()[]TextTable {if _aada {_e .Log .Info ("\u0054\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_cfcfg ._eeg ));};return _cfcfg ._eeg ;};func (_bbcaa *wordBag )arrangeText ()*textPara {_bbcaa .sort ();if _bbdc {_bbcaa .removeDuplicates (); -};var _gagb []*textLine ;for _ ,_bfaag :=range _bbcaa .depthIndexes (){for !_bbcaa .empty (_bfaag ){_cfbd :=_bbcaa .firstReadingIndex (_bfaag );_cefb :=_bbcaa .firstWord (_cfbd );_aeeee :=_gdged (_bbcaa ,_cfbd );_ecga :=_cefb ._ecdce ;if _ecga < _fbee {_ecga =_fbee ; -};_dddg :=_cefb ._bagdd -_dacc *_ecga ;_cdaca :=_cefb ._bagdd +_dacc *_ecga ;_gagg :=_aaca *_ecga ;_fdbb :=_ddfg *_ecga ;_dgaeg :for {var _adeed *textWord ;_cdccf :=0;for _ ,_ffedf :=range _bbcaa .depthBand (_dddg ,_cdaca ){_bcaf :=_bbcaa .highestWord (_ffedf ,_dddg ,_cdaca ); -if _bcaf ==nil {continue ;};_dceab :=_aged (_bcaf ,_aeeee ._edge [len (_aeeee ._edge )-1]);if _dceab < -_fdbb {break _dgaeg ;};if _dceab > _gagg {continue ;};if _adeed !=nil &&_deedf (_bcaf ,_adeed )>=0{continue ;};_adeed =_bcaf ;_cdccf =_ffedf ;};if _adeed ==nil {break ; -};_aeeee .pullWord (_bbcaa ,_adeed ,_cdccf );};_aeeee .markWordBoundaries ();_gagb =append (_gagb ,_aeeee );};};if len (_gagb )==0{return nil ;};_fd .Slice (_gagb ,func (_fabe ,_dbgac int )bool {return _adfb (_gagb [_fabe ],_gagb [_dbgac ])< 0});_eggf :=_gfbeg (_bbcaa .PdfRectangle ,_gagb ); -if _abfb {_e .Log .Info ("\u0061\u0072\u0072an\u0067\u0065\u0054\u0065\u0078\u0074\u0020\u0021\u0021\u0021\u0020\u0070\u0061\u0072\u0061\u003d\u0025\u0073",_eggf .String ());if _fbed {for _gdgeg ,_dbdgd :=range _eggf ._bbgab {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gdgeg ,_dbdgd .String ()); -if _gecf {for _fcdgb ,_bcgaf :=range _dbdgd ._edge {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_fcdgb ,_bcgaf .String ());for _fdfg ,_efcc :=range _bcgaf ._bggbb {_bf .Printf ("\u00251\u0032\u0064\u003a\u0020\u0025\u0073\n",_fdfg ,_efcc .String ()); -};};};};};};return _eggf ;};func (_ecbc lineRuling )xMean ()float64 {return 0.5*(_ecbc ._eefea .X +_ecbc ._edcb .X )};func (_bgcg rulingList )sort (){_fd .Slice (_bgcg ,_bgcg .comp )};func _dadac (_dgcc ,_egge float64 )string {_beef :=!_dbfgf (_dgcc -_egge ); -if _beef {return "\u000a";};return "\u0020";};func (_edgdc paraList )sortTopoOrder (){_babd :=_edgdc .topoOrder ();_edgdc .reorder (_babd )}; - -// ApplyArea processes the page text only within the specified area `bbox`. -// Each time ApplyArea is called, it updates the result set in `pt`. -// Can be called multiple times in a row with different bounding boxes. -func (_bgcf *PageText )ApplyArea (bbox _b .PdfRectangle ){_aegf :=make ([]*textMark ,0,len (_bgcf ._eca ));for _ ,_cfccc :=range _bgcf ._eca {if _fccd (_cfccc .bbox (),bbox ){_aegf =append (_aegf ,_cfccc );};};var _fcbgf paraList ;_cca :="";_fcba :=len (_aegf ); -for _cdaa :=0;_cdaa < 360&&_fcba > 0;_cdaa +=90{_bbcg :=make ([]*textMark ,0,len (_aegf )-_fcba );for _ ,_bfgb :=range _aegf {if _bfgb ._egba ==_cdaa {_bbcg =append (_bbcg ,_bfgb );};};if len (_bbcg )> 0{if _bgcf ._ddfd ._gabb {_cca +=_cbdc (_bbcg ,_bgcf ._bfaf ); -}else {_fgb :=_fabd (_bbcg ,_bgcf ._bfaf ,nil ,nil );_fcbgf =append (_fcbgf ,_fgb ...);};_fcba -=len (_bbcg );};};if _bgcf ._ddfd ._gabb {_bgcf ._ceef =_cca ;}else {_gcdf :=new (_eg .Buffer );_fcbgf .writeText (_gcdf );_bgcf ._ceef =_gcdf .String ();_bgcf ._ebdc =_fcbgf .toTextMarks (); -_bgcf ._eeg =_fcbgf .tables ();};};func (_eec *textObject )nextLine (){_eec .moveLP (0,-_eec ._eef ._efda )};func (_bbbg *textObject )showTextAdjusted (_gdge *_ff .PdfObjectArray ,_aaf int ,_gcc string )error {_cgaf :=false ;for _ ,_gef :=range _gdge .Elements (){switch _gef .(type ){case *_ff .PdfObjectFloat ,*_ff .PdfObjectInteger :_fccg ,_dca :=_ff .GetNumberAsFloat (_gef ); -if _dca !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078t\u0041\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0042\u0061\u0064\u0020\u006e\u0075\u006d\u0065r\u0069\u0063\u0061\u006c\u0020a\u0072\u0067\u002e\u0020\u006f\u003d\u0025\u0073\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); -return _dca ;};_dfee ,_cedg :=-_fccg *0.001*_bbbg ._eef ._gec ,0.0;if _cgaf {_cedg ,_dfee =_dfee ,_cedg ;};_ggca :=_cadc (_da .Point {X :_dfee ,Y :_cedg });_bbbg ._cdffg .Concat (_ggca );case *_ff .PdfObjectString :_bce :=_ff .TraceToDirectObject (_gef ); -_agee ,_gcdc :=_ff .GetStringBytes (_bce );if !_gcdc {_e .Log .Trace ("s\u0068\u006f\u0077\u0054\u0065\u0078\u0074\u0041\u0064j\u0075\u0073\u0074\u0065\u0064\u003a\u0020Ba\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0061\u0072\u0067\u002e\u0020o=\u0025\u0073 \u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); -return _ff .ErrTypeError ;};_bbbg .renderText (_bce ,_agee ,_aaf ,_gcc );default:_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078\u0074A\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0055\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0028%T\u0029\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_gef ,_gdge ); -return _ff .ErrTypeError ;};};return nil ;};func _defa (_accc []pathSection )rulingList {_dadaf (_accc );if _ccffg {_e .Log .Info ("\u006da\u006b\u0065\u0046\u0069l\u006c\u0052\u0075\u006c\u0069n\u0067s\u003a \u0025\u0064\u0020\u0066\u0069\u006c\u006cs",len (_accc )); -};var _abaeb rulingList ;for _ ,_gbcd :=range _accc {for _ ,_acdeb :=range _gbcd ._cdad {if !_acdeb .isQuadrilateral (){if _ccffg {_e .Log .Error ("!\u0069s\u0051\u0075\u0061\u0064\u0072\u0069\u006c\u0061t\u0065\u0072\u0061\u006c: \u0025\u0073",_acdeb ); -};continue ;};if _dgcgb ,_abff :=_acdeb .makeRectRuling (_gbcd .Color );_abff {_abaeb =append (_abaeb ,_dgcgb );}else {if _dcbb {_e .Log .Error ("\u0021\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0073",_acdeb ); -};};};};if _ccffg {_e .Log .Info ("\u006d\u0061\u006b\u0065Fi\u006c\u006c\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0073",_abaeb .String ());};return _abaeb ;};func _abdbd (_fgdg float64 ,_dagbd int )int {if _dagbd ==0{_dagbd =1;};_dddbf :=float64 (_dagbd ); -return int (_ce .Round (_fgdg /_dddbf )*_dddbf );};func _ebde (_gaef []*textLine ,_dcef map[float64 ][]*textLine )[]*list {_babfa :=_dceb (_dcef );_cgad :=[]*list {};if len (_babfa )==0{return _cgad ;};_caba :=_babfa [0];_fgdd :=1;_eaga :=_dcef [_caba ]; -for _gabd ,_ccgf :=range _eaga {var _gfgc float64 ;_gcaf :=[]*list {};_daegd :=_ccgf ._dce ;_cfdf :=-1.0;if _gabd < len (_eaga )-1{_cfdf =_eaga [_gabd +1]._dce ;};if _fgdd < len (_babfa ){_gcaf =_dbead (_gaef ,_dcef ,_babfa ,_fgdd ,_daegd ,_cfdf );};_gfgc =_cfdf ; -if len (_gcaf )> 0{_bdcf :=_gcaf [0];if len (_bdcf ._efgb )> 0{_gfgc =_bdcf ._efgb [0]._dce ;};};_fcddc :=[]*textLine {_ccgf };_cfcb :=_bfcg (_ccgf ,_gaef ,_babfa ,_daegd ,_gfgc );_fcddc =append (_fcddc ,_cfcb ...);_abgag :=_affeb (_fcddc ,"\u0062\u0075\u006c\u006c\u0065\u0074",_gcaf ); -_abgag ._cceae =_dbfa (_fcddc ,"");_cgad =append (_cgad ,_abgag );};return _cgad ;};func (_acdg *textObject )getStrokeColor ()_dd .Color {return _edggf (_acdg ._fcbe .ColorspaceStroking ,_acdg ._fcbe .ColorStroking );};func _edbe (_eefg int ,_ebafd map[int ][]float64 )([]int ,int ){_eabg :=make ([]int ,_eefg ); -_ccebd :=0;for _acge :=0;_acge < _eefg ;_acge ++{_eabg [_acge ]=_ccebd ;_ccebd +=len (_ebafd [_acge ])+1;};return _eabg ,_ccebd ;};func (_fdcf paraList )topoOrder ()[]int {if _ddcfg {_e .Log .Info ("\u0074\u006f\u0070\u006f\u004f\u0072\u0064\u0065\u0072\u003a"); -};_baddf :=len (_fdcf );_dfaed :=make ([]bool ,_baddf );_babbf :=make ([]int ,0,_baddf );_dade :=_fdcf .llyOrdering ();var _dcfa func (_adba int );_dcfa =func (_ccba int ){_dfaed [_ccba ]=true ;for _dfad :=0;_dfad < _baddf ;_dfad ++{if !_dfaed [_dfad ]{if _fdcf .readBefore (_dade ,_ccba ,_dfad ){_dcfa (_dfad ); -};};};_babbf =append (_babbf ,_ccba );};for _ebea :=0;_ebea < _baddf ;_ebea ++{if !_dfaed [_ebea ]{_dcfa (_ebea );};};return _gddd (_babbf );};func _agdbc (_eeea ,_bdbd _b .PdfRectangle )(_b .PdfRectangle ,bool ){if !_fccd (_eeea ,_bdbd ){return _b .PdfRectangle {},false ; -};return _b .PdfRectangle {Llx :_ce .Max (_eeea .Llx ,_bdbd .Llx ),Urx :_ce .Min (_eeea .Urx ,_bdbd .Urx ),Lly :_ce .Max (_eeea .Lly ,_bdbd .Lly ),Ury :_ce .Min (_eeea .Ury ,_bdbd .Ury )},true ;};func (_dfecd *textTable )logComposite (_cbfdc string ){if !_aada {return ; -};_e .Log .Info ("\u007e~\u007eP\u0061\u0072\u0061\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_dfecd ._addag ,_dfecd ._cffff ,_cbfdc );_bf .Printf ("\u0025\u0035\u0073 \u007c","");for _dffc :=0;_dffc < _dfecd ._addag ;_dffc ++{_bf .Printf ("\u0025\u0033\u0064 \u007c",_dffc ); -};_bf .Println ("");_bf .Printf ("\u0025\u0035\u0073 \u002b","");for _cfdfe :=0;_cfdfe < _dfecd ._addag ;_cfdfe ++{_bf .Printf ("\u0025\u0033\u0073 \u002b","\u002d\u002d\u002d");};_bf .Println ("");for _fabae :=0;_fabae < _dfecd ._cffff ;_fabae ++{_bf .Printf ("\u0025\u0035\u0064 \u007c",_fabae ); -for _bcbec :=0;_bcbec < _dfecd ._addag ;_bcbec ++{_dfefdc ,_ :=_dfecd ._bdfcg [_fbfgf (_bcbec ,_fabae )].parasBBox ();_bf .Printf ("\u0025\u0033\u0064 \u007c",len (_dfefdc ));};_bf .Println ("");};_e .Log .Info ("\u007e~\u007eT\u0065\u0078\u0074\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_dfecd ._addag ,_dfecd ._cffff ,_cbfdc ); -_bf .Printf ("\u0025\u0035\u0073 \u007c","");for _ecfdc :=0;_ecfdc < _dfecd ._addag ;_ecfdc ++{_bf .Printf ("\u0025\u0031\u0032\u0064\u0020\u007c",_ecfdc );};_bf .Println ("");_bf .Printf ("\u0025\u0035\u0073 \u002b","");for _ddffc :=0;_ddffc < _dfecd ._addag ; -_ddffc ++{_bf .Print ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d\u002b");};_bf .Println ("");for _facag :=0;_facag < _dfecd ._cffff ;_facag ++{_bf .Printf ("\u0025\u0035\u0064 \u007c",_facag );for _ebgbb :=0;_ebgbb < _dfecd ._addag ; -_ebgbb ++{_cbbgf ,_ :=_dfecd ._bdfcg [_fbfgf (_ebgbb ,_facag )].parasBBox ();_bcfa :="";_eaea :=_cbbgf .merge ();if _eaea !=nil {_bcfa =_eaea .text ();};_bcfa =_bf .Sprintf ("\u0025\u0071",_ggcea (_bcfa ,12));_bcfa =_bcfa [1:len (_bcfa )-1];_bf .Printf ("\u0025\u0031\u0032\u0073\u0020\u007c",_bcfa ); -};_bf .Println ("");};};func _agfc (_ccae _da .Point )*subpath {return &subpath {_gfb :[]_da .Point {_ccae }}};type lineRuling struct{_becb rulingKind ;_cafe markKind ;_dd .Color ;_eefea ,_edcb _da .Point ;};func (_egfgf *subpath )isQuadrilateral ()bool {if len (_egfgf ._gfb )< 4||len (_egfgf ._gfb )> 5{return false ; -};if len (_egfgf ._gfb )==5{_bgcce :=_egfgf ._gfb [0];_cdcff :=_egfgf ._gfb [4];if _bgcce .X !=_cdcff .X ||_bgcce .Y !=_cdcff .Y {return false ;};};return true ;};func (_aeae rulingList )snapToGroupsDirection ()rulingList {_aeae .sortStrict ();_fcafb :=make (map[*ruling ]rulingList ,len (_aeae )); -_dfeab :=_aeae [0];_gbff :=func (_gbcf *ruling ){_dfeab =_gbcf ;_fcafb [_dfeab ]=rulingList {_gbcf }};_gbff (_aeae [0]);for _ ,_abedf :=range _aeae [1:]{if _abedf ._efadf < _dfeab ._efadf -_beeg {_e .Log .Error ("\u0073\u006e\u0061\u0070T\u006f\u0047\u0072\u006f\u0075\u0070\u0073\u0044\u0069r\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0057\u0072\u006f\u006e\u0067\u0020\u0070\u0072\u0069\u006da\u0072\u0079\u0020\u006f\u0072d\u0065\u0072\u002e\u000a\u0009\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0020\u0076\u003d\u0025\u0073",_dfeab ,_abedf ); -};if _abedf ._efadf > _dfeab ._efadf +_acgdd {_gbff (_abedf );}else {_fcafb [_dfeab ]=append (_fcafb [_dfeab ],_abedf );};};_cccda :=make (map[*ruling ]float64 ,len (_fcafb ));_eeed :=make (map[*ruling ]*ruling ,len (_aeae ));for _egcg ,_abaef :=range _fcafb {_cccda [_egcg ]=_abaef .mergePrimary (); -for _ ,_dddba :=range _abaef {_eeed [_dddba ]=_egcg ;};};for _ ,_aeead :=range _aeae {_aeead ._efadf =_cccda [_eeed [_aeead ]];};_abcc :=make (rulingList ,0,len (_aeae ));for _ ,_egdff :=range _fcafb {_dbcb :=_egdff .splitSec ();for _cbbd ,_cgadd :=range _dbcb {_aafccf :=_cgadd .merge (); -if len (_abcc )> 0{_afgg :=_abcc [len (_abcc )-1];if _afgg .alignsPrimary (_aafccf )&&_afgg .alignsSec (_aafccf ){_e .Log .Error ("\u0073\u006e\u0061\u0070\u0054\u006fG\u0072\u006f\u0075\u0070\u0073\u0044\u0069\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0044\u0075\u0070\u006ci\u0063\u0061\u0074\u0065\u0020\u0069\u003d\u0025\u0064\u000a\u0009\u0077\u003d\u0025s\u000a\t\u0076\u003d\u0025\u0073",_cbbd ,_afgg ,_aafccf ); -continue ;};};_abcc =append (_abcc ,_aafccf );};};_abcc .sortStrict ();return _abcc ;};func (_dcd *textObject )getFillColor ()_dd .Color {return _edggf (_dcd ._fcbe .ColorspaceNonStroking ,_dcd ._fcbe .ColorNonStroking );};func (_cgfg paraList )reorder (_cegd []int ){_ecfb :=make (paraList ,len (_cgfg )); -for _facb ,_aef :=range _cegd {_ecfb [_facb ]=_cgfg [_aef ];};copy (_cgfg ,_ecfb );};type shapesState struct{_gefd _da .Matrix ;_cdgfg _da .Matrix ;_fgdb []*subpath ;_cbeb bool ;_dfca _da .Point ;_aaag *textObject ;};func _feabd (_cfcg *_b .Image ,_gggf _dd .Color )_ga .Image {_gdccd ,_fabcf :=int (_cfcg .Width ),int (_cfcg .Height ); -_efcce :=_ga .NewRGBA (_ga .Rect (0,0,_gdccd ,_fabcf ));for _faedc :=0;_faedc < _fabcf ;_faedc ++{for _gcbd :=0;_gcbd < _gdccd ;_gcbd ++{_edfaa ,_abedb :=_cfcg .ColorAt (_gcbd ,_faedc );if _abedb !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_gcbd ,_faedc ); -continue ;};_cdbb ,_becg ,_fdca ,_ :=_edfaa .RGBA ();var _fgbf _dd .Color ;if _cdbb +_becg +_fdca ==0{_fgbf =_gggf ;}else {_fgbf =_dd .Transparent ;};_efcce .Set (_gcbd ,_faedc ,_fgbf );};};return _efcce ;}; - -// Font represents the font properties on a PDF page. -type Font struct{PdfFont *_b .PdfFont ; - -// FontName represents Font Name from font properties. -FontName string ; - -// FontType represents Font Subtype entry in the font dictionary inside page resources. -// Examples : type0, Type1, MMType1, Type3, TrueType, CIDFont. -FontType string ; - -// ToUnicode is true if font provides a `ToUnicode` mapping. -ToUnicode bool ; - -// IsCID is true if underlying font is a composite font. -// Composite font is represented by a font dictionary whose Subtype is `Type0` -IsCID bool ; - -// IsSimple is true if font is simple font. -// A simple font is limited to only 8 bit (255) character codes. -IsSimple bool ; - -// FontData represents the raw data of the embedded font file. -// It can have format TrueType (TTF), PostScript Font (PFB) or Compact Font Format (CCF). -// FontData value can be indicates from `FontFile`, `FontFile2` or `FontFile3` inside Font Descriptor. -// At most, only one of `FontFile`, `FontFile2` or `FontFile3` will be FontData value. -FontData []byte ; - -// FontFileName is a name representing the font. it has format: -// (Font Name) + (Font Type Extension), example: helvetica.ttf. -FontFileName string ; - -// FontDescriptor represents metrics and other attributes inside font properties from PDF Structure (Font Descriptor). -FontDescriptor *_b .PdfFontDescriptor ;}; - -// PageText represents the layout of text on a device page. -type PageText struct{_eca []*textMark ;_ceef string ;_ebdc []TextMark ;_eeg []TextTable ;_bfaf _b .PdfRectangle ;_eff []pathSection ;_caa []pathSection ;_cagg *_ff .PdfObject ;_cfec _ff .PdfObject ;_cfcc *_gd .ContentStreamOperations ;_ddfd PageTextOptions ; -};func _cacef (_gcfa ,_dcae bounded )float64 {_cdcfc :=_deedf (_gcfa ,_dcae );if !_dbfgf (_cdcfc ){return _cdcfc ;};return _ddabf (_gcfa ,_dcae );}; - -// String returns a description of `k`. -func (_cabdd markKind )String ()string {_egfdf ,_dgbg :=_eafg [_cabdd ];if !_dgbg {return _bf .Sprintf ("\u004e\u006f\u0074\u0020\u0061\u0020\u006d\u0061\u0072k\u003a\u0020\u0025\u0064",_cabdd );};return _egfdf ;}; - -// String returns a string describing the current state of the textState stack. -func (_gbf *stateStack )String ()string {_fcbf :=[]string {_bf .Sprintf ("\u002d\u002d\u002d\u002d f\u006f\u006e\u0074\u0020\u0073\u0074\u0061\u0063\u006b\u003a\u0020\u0025\u0064",len (*_gbf ))};for _ecd ,_cacb :=range *_gbf {_gdac :="\u003c\u006e\u0069l\u003e"; -if _cacb !=nil {_gdac =_cacb .String ();};_fcbf =append (_fcbf ,_bf .Sprintf ("\u0009\u0025\u0032\u0064\u003a\u0020\u0025\u0073",_ecd ,_gdac ));};return _bfb .Join (_fcbf ,"\u000a");};func (_aeee *stateStack )pop ()*textState {if _aeee .empty (){return nil ; -};_ffee :=*(*_aeee )[len (*_aeee )-1];*_aeee =(*_aeee )[:len (*_aeee )-1];return &_ffee ;};func (_geeba *subpath )makeRectRuling (_dafcc _dd .Color )(*ruling ,bool ){if _dcbb {_e .Log .Info ("\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0070\u0061\u0074\u0068\u003d\u0025\u0076",_geeba ); -};_ffbge :=_geeba ._gfb [:4];_bcae :=make (map[int ]rulingKind ,len (_ffbge ));for _efdg ,_gfaca :=range _ffbge {_afca :=_geeba ._gfb [(_efdg +1)%4];_bcae [_efdg ]=_gaacb (_gfaca ,_afca );if _dcbb {_bf .Printf ("\u0025\u0034\u0064: \u0025\u0073\u0020\u003d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066",_efdg ,_bcae [_efdg ],_gfaca ,_afca ); -};};if _dcbb {_bf .Printf ("\u0020\u0020\u0020\u006b\u0069\u006e\u0064\u0073\u003d\u0025\u002b\u0076\u000a",_bcae );};var _befe ,_gadg []int ;for _cdcbf ,_acdac :=range _bcae {switch _acdac {case _geggc :_gadg =append (_gadg ,_cdcbf );case _eeeae :_befe =append (_befe ,_cdcbf ); -};};if _dcbb {_bf .Printf ("\u0020\u0020 \u0068\u006f\u0072z\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_gadg ),_gadg );_bf .Printf ("\u0020\u0020 \u0076\u0065\u0072t\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_befe ),_befe ); -};_bgcffe :=(len (_gadg )==2&&len (_befe )==2)||(len (_gadg )==2&&len (_befe )==0&&_dcag (_ffbge [_gadg [0]],_ffbge [_gadg [1]]))||(len (_befe )==2&&len (_gadg )==0&&_cfea (_ffbge [_befe [0]],_ffbge [_befe [1]]));if _dcbb {_bf .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_gadg ),len (_befe ),_bgcffe ); -};if !_bgcffe {if _dcbb {_e .Log .Error ("\u0021!\u006d\u0061\u006b\u0065R\u0065\u0063\u0074\u0052\u0075l\u0069n\u0067:\u0020\u0070\u0061\u0074\u0068\u003d\u0025v",_geeba );_bf .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_gadg ),len (_befe ),_bgcffe ); -};return &ruling {},false ;};if len (_befe )==0{for _cgegc ,_debg :=range _bcae {if _debg !=_geggc {_befe =append (_befe ,_cgegc );};};};if len (_gadg )==0{for _bacf ,_abbdf :=range _bcae {if _abbdf !=_eeeae {_gadg =append (_gadg ,_bacf );};};};if _dcbb {_e .Log .Info ("\u006da\u006b\u0065R\u0065\u0063\u0074\u0052u\u006c\u0069\u006eg\u003a\u0020\u0068\u006f\u0072\u007a\u0073\u003d\u0025d \u0076\u0065\u0072t\u0073\u003d%\u0064\u0020\u0070\u006f\u0069\u006et\u0073\u003d%\u0064\u000a"+"\u0009\u0020\u0068o\u0072\u007a\u0073\u003d\u0025\u002b\u0076\u000a"+"\u0009\u0020\u0076e\u0072\u0074\u0073\u003d\u0025\u002b\u0076\u000a"+"\t\u0070\u006f\u0069\u006e\u0074\u0073\u003d\u0025\u002b\u0076",len (_gadg ),len (_befe ),len (_ffbge ),_gadg ,_befe ,_ffbge ); -};var _abege ,_dadg ,_dbce ,_bfgfb _da .Point ;if _ffbge [_gadg [0]].Y > _ffbge [_gadg [1]].Y {_dbce ,_bfgfb =_ffbge [_gadg [0]],_ffbge [_gadg [1]];}else {_dbce ,_bfgfb =_ffbge [_gadg [1]],_ffbge [_gadg [0]];};if _ffbge [_befe [0]].X > _ffbge [_befe [1]].X {_abege ,_dadg =_ffbge [_befe [0]],_ffbge [_befe [1]]; -}else {_abege ,_dadg =_ffbge [_befe [1]],_ffbge [_befe [0]];};_baae :=_b .PdfRectangle {Llx :_abege .X ,Urx :_dadg .X ,Lly :_bfgfb .Y ,Ury :_dbce .Y };if _baae .Llx > _baae .Urx {_baae .Llx ,_baae .Urx =_baae .Urx ,_baae .Llx ;};if _baae .Lly > _baae .Ury {_baae .Lly ,_baae .Ury =_baae .Ury ,_baae .Lly ; -};_egefc :=rectRuling {PdfRectangle :_baae ,_dbcg :_bcbfb (_baae ),Color :_dafcc };if _egefc ._dbcg ==_aagc {if _dcbb {_e .Log .Error ("\u006da\u006b\u0065\u0052\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006eg\u003a\u0020\u006b\u0069\u006e\u0064\u003d\u006e\u0069\u006c"); -};return nil ,false ;};_cacc ,_dbcc :=_egefc .asRuling ();if !_dbcc {if _dcbb {_e .Log .Error ("\u006da\u006b\u0065\u0052\u0065c\u0074\u0052\u0075\u006c\u0069n\u0067:\u0020!\u0069\u0073\u0052\u0075\u006c\u0069\u006eg");};return nil ,false ;};if _ccffg {_bf .Printf ("\u0020\u0020\u0020\u0072\u003d\u0025\u0073\u000a",_cacc .String ()); -};return _cacc ,true ;};func _gdc (_bfceb structElement )[]structElement {_fbcf :=[]structElement {};for _ ,_edga :=range _bfceb ._fefd {for _ ,_ebbb :=range _edga ._fefd {for _ ,_eaad :=range _ebbb ._fefd {if _eaad ._bgec =="\u004c"{_fbcf =append (_fbcf ,_eaad ); -};};};};return _fbcf ;};func _cac (_acc []Font ,_fdc string )bool {for _ ,_gdg :=range _acc {if _gdg .FontName ==_fdc {return true ;};};return false ;};func (_abecf rulingList )primaries ()[]float64 {_bbgd :=make (map[float64 ]struct{},len (_abecf ));for _ ,_eaaec :=range _abecf {_bbgd [_eaaec ._efadf ]=struct{}{}; -};_feaba :=make ([]float64 ,len (_bbgd ));_gcbce :=0;for _aefg :=range _bbgd {_feaba [_gcbce ]=_aefg ;_gcbce ++;};_fd .Float64s (_feaba );return _feaba ;}; - -// ImageExtractOptions contains options for controlling image extraction from -// PDF pages. -type ImageExtractOptions struct{IncludeInlineStencilMasks bool ;};func (_dece *structTreeRoot )buildList (_gbdc map[int ][]*textLine ,_cbbb _ff .PdfObject )[]*list {if _dece ==nil {_e .Log .Debug ("\u0062\u0075\u0069\u006c\u0064\u004c\u0069\u0073\u0074\u003a\u0020t\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0069\u0073 \u006e\u0069\u006c"); -return nil ;};var _ebegb *structElement ;_fffe :=[]structElement {};if len (_dece ._addd )==1{_ffgaa :=_dece ._addd [0]._bgec ;if _ffgaa =="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074"||_ffgaa =="\u0053\u0065\u0063\u0074"||_ffgaa =="\u0050\u0061\u0072\u0074"||_ffgaa =="\u0044\u0069\u0076"||_ffgaa =="\u0041\u0072\u0074"{_ebegb =&_dece ._addd [0]; -};}else {_ebegb =&structElement {_fefd :_dece ._addd ,_bgec :_dece ._fedg };};if _ebegb ==nil {_e .Log .Debug ("\u0062\u0075\u0069\u006cd\u004c\u0069\u0073\u0074\u003a\u0020\u0074\u006f\u0070\u0045l\u0065m\u0065\u006e\u0074\u0020\u0069\u0073\u0020n\u0069\u006c"); -return nil ;};for _ ,_dadabg :=range _ebegb ._fefd {if _dadabg ._bgec =="\u004c"{_fffe =append (_fffe ,_dadabg );}else if _dadabg ._bgec =="\u0054\u0061\u0062l\u0065"{_fcaa :=_gdc (_dadabg );_fffe =append (_fffe ,_fcaa ...);};};_gege :=_egbf (_fffe ,_gbdc ,_cbbb ); -var _feeb []*list ;for _ ,_ecef :=range _gege {_cdda :=_beba (_ecef );_feeb =append (_feeb ,_cdda ...);};return _feeb ;}; - -// String returns a human readable description of `vecs`. -func (_afge rulingList )String ()string {if len (_afge )==0{return "\u007b \u0045\u004d\u0050\u0054\u0059\u0020}";};_cgecd ,_acad :=_afge .vertsHorzs ();_agfcg :=len (_cgecd );_eega :=len (_acad );if _agfcg ==0||_eega ==0{return _bf .Sprintf ("\u007b%\u0064\u0020\u0078\u0020\u0025\u0064}",_agfcg ,_eega ); -};_dcdgb :=_b .PdfRectangle {Llx :_cgecd [0]._efadf ,Urx :_cgecd [_agfcg -1]._efadf ,Lly :_acad [_eega -1]._efadf ,Ury :_acad [0]._efadf };return _bf .Sprintf ("\u007b\u0025d\u0020\u0078\u0020%\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u007d",_agfcg ,_eega ,_dcdgb ); -};func (_abbfc rulingList )removeDuplicates ()rulingList {if len (_abbfc )==0{return nil ;};_abbfc .sort ();_gbbe :=rulingList {_abbfc [0]};for _ ,_abcdc :=range _abbfc [1:]{if _abcdc .equals (_gbbe [len (_gbbe )-1]){continue ;};_gbbe =append (_gbbe ,_abcdc ); -};return _gbbe ;};type textResult struct{_bbe PageText ;_dcg int ;_ebbe int ;};func (_bgde *textTable )computeBbox ()_b .PdfRectangle {var _fdba _b .PdfRectangle ;_gbgb :=false ;for _cedea :=0;_cedea < _bgde ._cffff ;_cedea ++{for _fgdca :=0;_fgdca < _bgde ._addag ; -_fgdca ++{_eeca :=_bgde .get (_fgdca ,_cedea );if _eeca ==nil {continue ;};if !_gbgb {_fdba =_eeca .PdfRectangle ;_gbgb =true ;}else {_fdba =_badbb (_fdba ,_eeca .PdfRectangle );};};};return _fdba ;};func (_fabc lineRuling )yMean ()float64 {return 0.5*(_fabc ._eefea .Y +_fabc ._edcb .Y )}; -type textWord struct{_b .PdfRectangle ;_bagdd float64 ;_deccc string ;_bggbb []*textMark ;_ecdce float64 ;_gcccd bool ;}; - -// String returns a string describing `ma`. -func (_beca TextMarkArray )String ()string {_fbeb :=len (_beca ._gaac );if _fbeb ==0{return "\u0045\u004d\u0050T\u0059";};_cdef :=_beca ._gaac [0];_egg :=_beca ._gaac [_fbeb -1];return _bf .Sprintf ("\u007b\u0054\u0045\u0058\u0054\u004d\u0041\u0052K\u0041\u0052\u0052AY\u003a\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025s\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d%\u0073\u007d",_fbeb ,_cdef ,_egg ); -};func (_gcae paraList )lines ()[]*textLine {var _cbae []*textLine ;for _ ,_aaaab :=range _gcae {_cbae =append (_cbae ,_aaaab ._bbgab ...);};return _cbae ;};func (_acb *textObject )showText (_aede _ff .PdfObject ,_ebfb []byte ,_ffd int ,_bdaa string )error {return _acb .renderText (_aede ,_ebfb ,_ffd ,_bdaa ); -};func _bbfb (_acec *textLine )float64 {return _acec ._edge [0].Llx };func (_ccge *wordBag )allWords ()[]*textWord {var _gbdd []*textWord ;for _ ,_adcd :=range _ccge ._ecfd {_gbdd =append (_gbdd ,_adcd ...);};return _gbdd ;};func (_dbeef paraList )findGridTables (_fgcad []gridTiling )[]*textTable {if _aada {_e .Log .Info ("\u0066i\u006e\u0064\u0047\u0072\u0069\u0064\u0054\u0061\u0062\u006c\u0065s\u003a\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073",len (_dbeef )); -for _ggfd ,_cbdbc :=range _dbeef {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_ggfd ,_cbdbc );};};var _faca []*textTable ;for _aafbb ,_ebbc :=range _fgcad {_acgfee ,_feabf :=_dbeef .findTableGrid (_ebbc );if _acgfee !=nil {_acgfee .log (_bf .Sprintf ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0057\u0069\u0074\u0068\u0047\u0072\u0069\u0064\u0073\u003a\u0020%\u0064",_aafbb )); -_faca =append (_faca ,_acgfee );_acgfee .markCells ();};for _aeaed :=range _feabf {_aeaed ._cdaad =true ;};};if _aada {_e .Log .Info ("\u0066i\u006e\u0064\u0047\u0072i\u0064\u0054\u0061\u0062\u006ce\u0073:\u0020%\u0064\u0020\u0074\u0061\u0062\u006c\u0065s",len (_faca )); -};return _faca ;};func (_fafdd *textTable )isExportable ()bool {if _fafdd ._cbbdd {return true ;};_cdbc :=func (_faabb int )bool {_badg :=_fafdd .get (0,_faabb );if _badg ==nil {return false ;};_cbbgb :=_badg .text ();_cccf :=_cg .RuneCountInString (_cbbgb ); -_ebcce :=_aeccb .MatchString (_cbbgb );return _cccf <=1||_ebcce ;};for _ddedd :=0;_ddedd < _fafdd ._cffff ;_ddedd ++{if !_cdbc (_ddedd ){return true ;};};return false ;};type ruling struct{_facdf rulingKind ;_bagdc markKind ;_dd .Color ;_efadf float64 ; -_efbba float64 ;_daba float64 ;_geeb float64 ;}; - -// String returns a description of `k`. -func (_acbgg rulingKind )String ()string {_agdc ,_adga :=_edbf [_acbgg ];if !_adga {return _bf .Sprintf ("\u004e\u006ft\u0020\u0061\u0020r\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_acbgg );};return _agdc ;};func (_bffd intSet )add (_ddffe int ){_bffd [_ddffe ]=struct{}{}}; - - -// NewFromContents creates a new extractor from contents and page resources. -func NewFromContents (contents string ,resources *_b .PdfPageResources )(*Extractor ,error ){const _eabf ="\u0065x\u0074\u0072\u0061\u0063t\u006f\u0072\u002e\u004e\u0065w\u0046r\u006fm\u0043\u006f\u006e\u0074\u0065\u006e\u0074s";_bda :=&Extractor {_ddgf :contents ,_eba :resources ,_cbg :map[string ]fontEntry {},_cdgf :map[string ]textResult {}}; -_cge .TrackUse (_eabf );return _bda ,nil ;}; +type Extractor struct{_gbb string ;_ac *_bf .PdfPageResources ;_gca _bf .PdfRectangle ;_gad *_bf .PdfRectangle ;_fca map[string ]fontEntry ;_bac map[string ]textResult ;_eda map[string ]textResult ;_bba int64 ;_efa int ;_aag *Options ;_geb *_cb .PdfObject ; +_dbg _cb .PdfObject ;_gec []*_bf .PdfAnnotation ;}; -// BidiText represents a bidi text organized in its visual order -// with base direction of the text. -type BidiText struct{_db string ;_bg string ;};const (_aagc rulingKind =iota ;_geggc ;_eeeae ;);func (_cabfc *textLine )pullWord (_aceg *wordBag ,_abga *textWord ,_caac int ){_cabfc .appendWord (_abga );_aceg .removeWord (_abga ,_caac );};func _egbf (_dcgf []structElement ,_gdcg map[int ][]*textLine ,_dbbgg _ff .PdfObject )[]*list {_eccgf :=[]*list {}; -for _ ,_acbgb :=range _dcgf {_egae :=_acbgb ._fefd ;_fbdg :=int (_acbgb ._cabe );_gaacf :=_acbgb ._bgec ;_ggg :=[]*textLine {};_dgde :=[]*list {};_cdbdd :=_acbgb ._fbfd ;_gbbg ,_bgcc :=(_cdbdd .(*_ff .PdfObjectReference ));if !_bgcc {_e .Log .Debug ("\u0066\u0061\u0069l\u0065\u0064\u0020\u006f\u0074\u0020\u0063\u0061\u0073\u0074\u0020\u0074\u006f\u0020\u002a\u0063\u006f\u0072\u0065\u002e\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); -};if _fbdg !=-1&&_gbbg !=nil {if _fefe ,_ccaa :=_gdcg [_fbdg ];_ccaa {if _gbbd ,_gfeaf :=_dbbgg .(*_ff .PdfIndirectObject );_gfeaf {_beb :=_gbbd .PdfObjectReference ;if _dg .DeepEqual (*_gbbg ,_beb ){_ggg =_fefe ;};};};};if _egae !=nil {_dgde =_egbf (_egae ,_gdcg ,_dbbgg ); -};_gdcd :=_affeb (_ggg ,_gaacf ,_dgde );_eccgf =append (_eccgf ,_gdcd );};return _eccgf ;};func (_bcgf *textTable )put (_ecca ,_gaage int ,_bddf *textPara ){_bcgf ._egbgg [_fbfgf (_ecca ,_gaage )]=_bddf ;};func _bfecf (_dggc byte )bool {for _ ,_abeg :=range _dfda {if []byte (_abeg )[0]==_dggc {return true ; -};};return false ;};func (_acddf *textTable )getDown ()paraList {_agde :=make (paraList ,_acddf ._addag );for _eaeef :=0;_eaeef < _acddf ._addag ;_eaeef ++{_efag :=_acddf .get (_eaeef ,_acddf ._cffff -1)._dabf ;if _efag .taken (){return nil ;};_agde [_eaeef ]=_efag ; -};for _aeff :=0;_aeff < _acddf ._addag -1;_aeff ++{if _agde [_aeff ]._abbb !=_agde [_aeff +1]{return nil ;};};return _agde ;};func (_ggba intSet )del (_dgcgaf int ){delete (_ggba ,_dgcgaf )};func (_acda *wordBag )firstWord (_agbgf int )*textWord {return _acda ._ecfd [_agbgf ][0]}; -func (_adag *imageExtractContext )processOperand (_af *_gd .ContentStreamOperation ,_ddgfe _gd .GraphicsState ,_fga *_b .PdfPageResources )error {if _af .Operand =="\u0042\u0049"&&len (_af .Params )==1{_aca ,_gfc :=_af .Params [0].(*_gd .ContentStreamInlineImage ); -if !_gfc {return nil ;};if _dgd ,_aaa :=_ff .GetBoolVal (_aca .ImageMask );_aaa {if _dgd &&!_adag ._fcaf .IncludeInlineStencilMasks {return nil ;};};return _adag .extractInlineImage (_aca ,_ddgfe ,_fga );}else if _af .Operand =="\u0044\u006f"&&len (_af .Params )==1{_dbag ,_abfad :=_ff .GetName (_af .Params [0]); -if !_abfad {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065");return _eddg ;};_ ,_afd :=_fga .GetXObjectByName (*_dbag );switch _afd {case _b .XObjectTypeImage :return _adag .extractXObjectImage (_dbag ,_ddgfe ,_fga );case _b .XObjectTypeForm :return _adag .extractFormImages (_dbag ,_ddgfe ,_fga ); -};}else if _adag ._eag &&(_af .Operand =="\u0073\u0063\u006e"||_af .Operand =="\u0053\u0043\u004e")&&len (_af .Params )==1{_bcc ,_cce :=_ff .GetName (_af .Params [0]);if !_cce {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065"); -return _eddg ;};_cfd ,_cce :=_fga .GetPatternByName (*_bcc );if !_cce {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");return nil ;};if _cfd .IsTiling (){_bgbc :=_cfd .GetAsTilingPattern (); -_dege ,_fa :=_bgbc .GetContentStream ();if _fa !=nil {return _fa ;};_fa =_adag .extractContentStreamImages (string (_dege ),_bgbc .Resources );if _fa !=nil {return _fa ;};};}else if (_af .Operand =="\u0063\u0073"||_af .Operand =="\u0043\u0053")&&len (_af .Params )>=1{_adag ._eag =_af .Params [0].String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"; -};return nil ;};func (_bfbe paraList )writeText (_gbgfd _f .Writer ){for _fcce ,_gfaa :=range _bfbe {if _gfaa ._cdcca {continue ;};_gfaa .writeText (_gbgfd );if _fcce !=len (_bfbe )-1{if _egad (_gfaa ,_bfbe [_fcce +1]){_gbgfd .Write ([]byte ("\u0020")); -}else {_gbgfd .Write ([]byte ("\u000a"));_gbgfd .Write ([]byte ("\u000a"));};};};_gbgfd .Write ([]byte ("\u000a"));_gbgfd .Write ([]byte ("\u000a"));};func (_ddce rulingList )connections (_feffe map[int ]intSet ,_fgf int )intSet {_gbggd :=make (intSet ); -_aecda :=make (intSet );var _gadd func (int );_gadd =func (_acgfd int ){if !_aecda .has (_acgfd ){_aecda .add (_acgfd );for _afbg :=range _ddce {if _feffe [_afbg ].has (_acgfd ){_gbggd .add (_afbg );};};for _dcbe :=range _ddce {if _gbggd .has (_dcbe ){_gadd (_dcbe ); -};};};};_gadd (_fgf );return _gbggd ;};func (_bcfg *textObject )setTextRenderMode (_cfe int ){if _bcfg ==nil {return ;};_bcfg ._eef ._ddgg =RenderMode (_cfe );}; +// String returns a description of `state`. +func (_dbfd *textState )String ()string {_bgac :="\u005bN\u004f\u0054\u0020\u0053\u0045\u0054]";if _dbfd ._bddc !=nil {_bgac =_dbfd ._bddc .BaseFont ();};return _deg .Sprintf ("\u0074\u0063\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0077\u003d\u0025\u002e\u0032\u0066 \u0074f\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071",_dbfd ._dbad ,_dbfd ._bfec ,_dbfd ._bbb ,_bgac ); +};func (_cbbc *shapesState )cubicTo (_bdg ,_bfea ,_caeeg ,_ecgca ,_cagc ,_ecae float64 ){if _efcb {_d .Log .Info ("\u0063\u0075\u0062\u0069\u0063\u0054\u006f\u003a");};_cbbc .addPoint (_cagc ,_ecae );};func (_dcdfg *compositeCell )updateBBox (){for _ ,_bdbcd :=range _dcdfg .paraList {_dcdfg .PdfRectangle =_caddg (_dcdfg .PdfRectangle ,_bdbcd .PdfRectangle ); +};};func _afcb (_ffece ,_dfff _ed .Point )bool {return _ffece .X ==_dfff .X &&_ffece .Y ==_dfff .Y };func _ccab (_fbdfg []pathSection ){if _eadea < 0.0{return ;};if _cfef {_d .Log .Info ("\u0067\u0072\u0061\u006e\u0075\u006c\u0061\u0072\u0069\u007a\u0065\u003a\u0020\u0025\u0064 \u0073u\u0062\u0070\u0061\u0074\u0068\u0020\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0073",len (_fbdfg )); +};for _bfga ,_aagbb :=range _fbdfg {for _cfbbdc ,_cgdeb :=range _aagbb ._cgdd {for _cbfebg ,_cecc :=range _cgdeb ._egdag {_cgdeb ._egdag [_cbfebg ]=_ed .Point {X :_fbdc (_cecc .X ),Y :_fbdc (_cecc .Y )};if _cfef {_feeac :=_cgdeb ._egdag [_cbfebg ];if !_afcb (_cecc ,_feeac ){_eedge :=_ed .Point {X :_feeac .X -_cecc .X ,Y :_feeac .Y -_cecc .Y }; +_deg .Printf ("\u0025\u0034d \u002d\u0020\u00254\u0064\u0020\u002d\u0020%4d\u003a %\u002e\u0032\u0066\u0020\u2192\u0020\u0025.2\u0066\u0020\u0028\u0025\u0067\u0029\u000a",_bfga ,_cfbbdc ,_cbfebg ,_cecc ,_feeac ,_eedge );};};};};};};func _ecdb (_bdebf []*textWord ,_beag float64 ,_bebbb ,_adbf rulingList )*wordBag {_afbce :=_ddc (_bdebf [0],_beag ,_bebbb ,_adbf ); +for _ ,_bfbgb :=range _bdebf [1:]{_efcg :=_fdcc (_bfbgb ._afefd );_afbce ._gecfd [_efcg ]=append (_afbce ._gecfd [_efcg ],_bfbgb );_afbce .PdfRectangle =_caddg (_afbce .PdfRectangle ,_bfbgb .PdfRectangle );};_afbce .sort ();return _afbce ;};func (_gfce *textPara )fontsize ()float64 {return _gfce ._efff [0]._cecg }; +func (_fafg *textObject )moveTextSetLeading (_gdaf ,_dfea float64 ){_fafg ._gdga ._abf =-_dfea ;_fafg .moveLP (_gdaf ,_dfea );};func (_acfdb lineRuling )asRuling ()(*ruling ,bool ){_dbbf :=ruling {_daea :_acfdb ._ceece ,Color :_acfdb .Color ,_dfbf :_efgg }; +switch _acfdb ._ceece {case _acegd :_dbbf ._gdge =_acfdb .xMean ();_dbbf ._ggbc =_aa .Min (_acfdb ._bffg .Y ,_acfdb ._cabeba .Y );_dbbf ._agbd =_aa .Max (_acfdb ._bffg .Y ,_acfdb ._cabeba .Y );case _faec :_dbbf ._gdge =_acfdb .yMean ();_dbbf ._ggbc =_aa .Min (_acfdb ._bffg .X ,_acfdb ._cabeba .X ); +_dbbf ._agbd =_aa .Max (_acfdb ._bffg .X ,_acfdb ._cabeba .X );default:_d .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_acfdb ._ceece );return nil ,false ;};return &_dbbf ,true ; +};func (_gdcgg rulingList )sort (){_bd .Slice (_gdcgg ,_gdcgg .comp )};func _ecf (_fef []byte ,_gdgg *_bf .PdfFont )string {_efda :=_gdgg .BytesToCharcodes (_fef );_egfc ,_ggb ,_bfdc :=_gdgg .CharcodesToStrings (_efda ,"");if _bfdc > 0{_d .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_ggb ,_bfdc ); +};_cgae :=_gb .Join (_egfc ,"");return _cgae ;};func (_bfaa rulingList )vertsHorzs ()(rulingList ,rulingList ){var _ffdb ,_gafaf rulingList ;for _ ,_aggdb :=range _bfaa {switch _aggdb ._daea {case _acegd :_ffdb =append (_ffdb ,_aggdb );case _faec :_gafaf =append (_gafaf ,_aggdb ); +};};return _ffdb ,_gafaf ;};func _ffc (_ddbg *wordBag ,_dggf *textWord ,_agbaf float64 )bool {return _ddbg .Urx <=_dggf .Llx &&_dggf .Llx < _ddbg .Urx +_agbaf ;};func (_efgcc paraList )sortReadingOrder (){_d .Log .Trace ("\u0073\u006fr\u0074\u0052\u0065\u0061\u0064i\u006e\u0067\u004f\u0072\u0064e\u0072\u003a\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_efgcc )); +if len (_efgcc )<=1{return ;};_efgcc .computeEBBoxes ();_bd .Slice (_efgcc ,func (_geda ,_deae int )bool {return _facae (_efgcc [_geda ],_efgcc [_deae ])<=0});}; -// String returns a description of `p`. -func (_eeeg *textPara )String ()string {if _eeeg ._cdcca {return _bf .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u005b\u0045\u004d\u0050\u0054\u0059\u005d",_eeeg .PdfRectangle );};_cdgga :="";if _eeeg ._cegg !=nil {_cdgga =_bf .Sprintf ("\u005b\u0025\u0064\u0078\u0025\u0064\u005d\u0020",_eeeg ._cegg ._addag ,_eeeg ._cegg ._cffff ); -};return _bf .Sprintf ("\u0025\u0036\u002e\u0032f \u0025\u0073\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u0020\u0025\u0071",_eeeg .PdfRectangle ,_cdgga ,len (_eeeg ._bbgab ),_ggcea (_eeeg .text (),50));};func (_cbaf *textTable )getComposite (_decc ,_cbfd int )(paraList ,_b .PdfRectangle ){_dcgba ,_cceacg :=_cbaf ._bdfcg [_fbfgf (_decc ,_cbfd )]; -if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0067\u0065\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u002d\u003e\u0025\u0073\u000a",_decc ,_cbfd ,_dcgba .String ());};if !_cceacg {return nil ,_b .PdfRectangle {}; -};return _dcgba .parasBBox ();};func (_ebb *imageExtractContext )extractContentStreamImages (_cea string ,_abfa *_b .PdfPageResources )error {_bcb :=_gd .NewContentStreamParser (_cea );_cbd ,_cedb :=_bcb .Parse ();if _cedb !=nil {return _cedb ;};if _ebb ._ba ==nil {_ebb ._ba =map[*_ff .PdfObjectStream ]*cachedImage {}; -};if _ebb ._fcaf ==nil {_ebb ._fcaf =&ImageExtractOptions {};};_bbcd :=_gd .NewContentStreamProcessor (*_cbd );_bbcd .AddHandler (_gd .HandlerConditionEnumAllOperands ,"",_ebb .processOperand );return _bbcd .Process (_abfa );};func _gbcg (_afec string )bool {for _ ,_aaeeea :=range _afec {if !_g .IsSpace (_aaeeea ){return false ; -};};return true ;};func _deabc (_adadg ,_geacb int )int {if _adadg < _geacb {return _adadg ;};return _geacb ;};func _dceb (_edgd map[float64 ][]*textLine )[]float64 {_fcfc :=[]float64 {};for _aegdg :=range _edgd {_fcfc =append (_fcfc ,_aegdg );};_fd .Float64s (_fcfc ); -return _fcfc ;};func (_cbcb *subpath )add (_ceaa ..._da .Point ){_cbcb ._gfb =append (_cbcb ._gfb ,_ceaa ...)};func (_fcfa *textTable )toTextTable ()TextTable {if _aada {_e .Log .Info ("t\u006fT\u0065\u0078\u0074\u0054\u0061\u0062\u006c\u0065:\u0020\u0025\u0064\u0020x \u0025\u0064",_fcfa ._addag ,_fcfa ._cffff ); -};_fgdbg :=make ([][]TableCell ,_fcfa ._cffff );for _feaa :=0;_feaa < _fcfa ._cffff ;_feaa ++{_fgdbg [_feaa ]=make ([]TableCell ,_fcfa ._addag );for _cdeca :=0;_cdeca < _fcfa ._addag ;_cdeca ++{_cbefe :=_fcfa .get (_cdeca ,_feaa );if _cbefe ==nil {continue ; -};_bagcg (_cbefe ._bbgab );if _aada {_bf .Printf ("\u0025\u0034\u0064 \u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_cdeca ,_feaa ,_cbefe );};_fgdbg [_feaa ][_cdeca ].Text =_cbefe .text ();_gbec :=0;_fgdbg [_feaa ][_cdeca ].Marks ._gaac =_cbefe .toTextMarks (&_gbec ); -};};_fdfd :=TextTable {W :_fcfa ._addag ,H :_fcfa ._cffff ,Cells :_fgdbg };_fdfd .PdfRectangle =_fcfa .bbox ();return _fdfd ;};func (_fdeed rulingList )aligned ()bool {if len (_fdeed )< 2{return false ;};_decbe :=make (map[*ruling ]int );_decbe [_fdeed [0]]=0; -for _ ,_gfceb :=range _fdeed [1:]{_eafc :=false ;for _gged :=range _decbe {if _gfceb .gridIntersecting (_gged ){_decbe [_gged ]++;_eafc =true ;break ;};};if !_eafc {_decbe [_gfceb ]=0;};};_ggdg :=0;for _ ,_aebc :=range _decbe {if _aebc ==0{_ggdg ++;};}; -_ffcgc :=float64 (_ggdg )/float64 (len (_fdeed ));_edgce :=_ffcgc <=1.0-_dgga ;if _ccffg {_e .Log .Info ("\u0061\u006c\u0069\u0067\u006e\u0065\u0064\u003d\u0025\u0074\u0020\u0075\u006em\u0061\u0074\u0063\u0068\u0065\u0064=\u0025\u002e\u0032\u0066\u003d\u0025\u0064\u002f\u0025\u0064\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_edgce ,_ffcgc ,_ggdg ,len (_fdeed ),_fdeed .String ()); -};return _edgce ;};func (_gcea *textObject )setFont (_cgd string ,_daga float64 )error {if _gcea ==nil {return nil ;};_gcea ._eef ._gec =_daga ;_gfffb ,_dbg :=_gcea .getFont (_cgd );if _dbg !=nil {return _dbg ;};_gcea ._eef ._ggec =_gfffb ;return nil ; -};type textObject struct{_beec *Extractor ;_cbgda *_b .PdfPageResources ;_fcbe _gd .GraphicsState ;_eef *textState ;_cgdf *stateStack ;_cdffg _da .Matrix ;_fea _da .Matrix ;_daeb []*textMark ;_bdfc bool ;};func _adad (_feca *textLine ,_gcfdb []*textLine ,_ecbb []float64 )float64 {var _aggf float64 =-1; -for _ ,_bbfa :=range _gcfdb {if _bbfa ._dce > _feca ._dce {if _ce .Round (_bbfa .Llx )>=_ce .Round (_feca .Llx ){_aggf =_bbfa ._dce ;}else {break ;};};};return _aggf ;};func (_gbeeb *textTable )emptyCompositeColumn (_gadae int )bool {for _fbgcb :=0;_fbgcb < _gbeeb ._cffff ; -_fbgcb ++{if _bfgg ,_ceae :=_gbeeb ._bdfcg [_fbfgf (_gadae ,_fbgcb )];_ceae {if len (_bfgg .paraList )> 0{return false ;};};};return true ;};func _cdge (_eadg *wordBag ,_abge *textWord ,_adfd float64 )bool {return _eadg .Urx <=_abge .Llx &&_abge .Llx < _eadg .Urx +_adfd ; -};func (_aedd *ruling )alignsPrimary (_fddf *ruling )bool {return _aedd ._facdf ==_fddf ._facdf &&_ce .Abs (_aedd ._efadf -_fddf ._efadf )< _acgdd *0.5;};func _gaec (_gcdcf []pathSection )rulingList {_dadaf (_gcdcf );if _ccffg {_e .Log .Info ("\u006d\u0061k\u0065\u0053\u0074\u0072\u006f\u006b\u0065\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0064\u0020\u0073\u0074\u0072ok\u0065\u0073",len (_gcdcf )); -};var _daaa rulingList ;for _ ,_geaa :=range _gcdcf {for _ ,_fbcg :=range _geaa ._cdad {if len (_fbcg ._gfb )< 2{continue ;};_bfafg :=_fbcg ._gfb [0];for _ ,_dbbd :=range _fbcg ._gfb [1:]{if _fefcf ,_ceff :=_abag (_bfafg ,_dbbd ,_geaa .Color );_ceff {_daaa =append (_daaa ,_fefcf ); -};_bfafg =_dbbd ;};};};if _ccffg {_e .Log .Info ("m\u0061\u006b\u0065\u0053tr\u006fk\u0065\u0052\u0075\u006c\u0069n\u0067\u0073\u003a\u0020\u0025\u0073",_daaa );};return _daaa ;};type textLine struct{_b .PdfRectangle ;_dce float64 ;_edge []*textWord ;_efde float64 ; -};func _ebgg (_ddff []*textLine ,_cdbdc ,_bdcfc float64 )[]*textLine {var _fae []*textLine ;for _ ,_bffa :=range _ddff {if _cdbdc ==-1{if _bffa ._dce > _bdcfc {_fae =append (_fae ,_bffa );};}else {if _bffa ._dce > _bdcfc &&_bffa ._dce < _cdbdc {_fae =append (_fae ,_bffa ); -};};};return _fae ;};func (_egdd *subpath )last ()_da .Point {return _egdd ._gfb [len (_egdd ._gfb )-1]};func (_feed *textPara )text ()string {_cbga :=new (_eg .Buffer );_feed .writeText (_cbga );return _cbga .String ();};func (_ddfc *textObject )moveText (_eade ,_gede float64 ){_ddfc .moveLP (_eade ,_gede )}; -func _gddd (_dead []int )[]int {_bgaf :=make ([]int ,len (_dead ));for _ecbgc ,_dccf :=range _dead {_bgaf [len (_dead )-1-_ecbgc ]=_dccf ;};return _bgaf ;};func _cadc (_gffd _da .Point )_da .Matrix {return _da .TranslationMatrix (_gffd .X ,_gffd .Y )}; -func _acaf (_deeg _b .PdfRectangle )*ruling {return &ruling {_facdf :_geggc ,_efadf :_deeg .Ury ,_efbba :_deeg .Llx ,_daba :_deeg .Urx };};func (_bddg rulingList )isActualGrid ()(rulingList ,bool ){_eadgbe ,_gegag :=_bddg .augmentGrid ();if !(len (_eadgbe )>=_dbee +1&&len (_gegag )>=_fbedf +1){if _ccffg {_e .Log .Info ("\u0069s\u0041\u0063t\u0075\u0061\u006c\u0047r\u0069\u0064\u003a \u004e\u006f\u0074\u0020\u0061\u006c\u0069\u0067\u006eed\u002e\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u003c\u0020\u0025d\u0020\u0078 \u0025\u0064",len (_eadgbe ),len (_gegag ),_dbee +1,_fbedf +1); -};return nil ,false ;};if _ccffg {_e .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075a\u006c\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025t\u0020\u0026\u0020\u0025\u0074\u0020\u2192 \u0025\u0074",_bddg ,len (_eadgbe )>=2,len (_gegag )>=2,len (_eadgbe )>=2&&len (_gegag )>=2); -for _bbdb ,_bdff :=range _bddg {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0076\u000a",_bbdb ,_bdff );};};if _dbcdd {_ddcb ,_agdg :=_eadgbe [0],_eadgbe [len (_eadgbe )-1];_bebd ,_edbff :=_gegag [0],_gegag [len (_gegag )-1];if !(_aebg (_ddcb ._efadf -_bebd ._efbba )&&_aebg (_agdg ._efadf -_bebd ._daba )&&_aebg (_bebd ._efadf -_ddcb ._daba )&&_aebg (_edbff ._efadf -_ddcb ._efbba )){if _ccffg {_e .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069d\u003a\u0020\u0020N\u006f\u0074 \u0061\u006c\u0069\u0067\u006e\u0065d\u002e\n\t\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0076\u0031\u003d\u0025\u0073\u000a\u0009\u0068\u0030\u003d\u0025\u0073\u000a\u0009\u0068\u0031\u003d\u0025\u0073",_ddcb ,_agdg ,_bebd ,_edbff ); -};return nil ,false ;};}else {if !_eadgbe .aligned (){if _dcbc {_e .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0076\u0065\u0072\u0074\u0073\u002e\u0020%\u0064",len (_eadgbe )); -};return nil ,false ;};if !_gegag .aligned (){if _ccffg {_e .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0068\u006f\u0072\u007a\u0073\u002e\u0020%\u0064",len (_gegag )); -};return nil ,false ;};};_fdee :=append (_eadgbe ,_gegag ...);return _fdee ,true ;};func _dbead (_edbg []*textLine ,_gdeba map[float64 ][]*textLine ,_edef []float64 ,_bfgff int ,_dfec ,_daec float64 )[]*list {_baefb :=[]*list {};_fccgb :=_bfgff ;_bfgff =_bfgff +1; -_eeaf :=_edef [_fccgb ];_dfge :=_gdeba [_eeaf ];_fgbe :=_ebgg (_dfge ,_daec ,_dfec );for _ebfcg ,_dgcd :=range _fgbe {var _dcefd float64 ;_aggc :=[]*list {};_cfab :=_dgcd ._dce ;_gbgg :=_daec ;if _ebfcg < len (_fgbe )-1{_gbgg =_fgbe [_ebfcg +1]._dce ;}; -if _bfgff < len (_edef ){_aggc =_dbead (_edbg ,_gdeba ,_edef ,_bfgff ,_cfab ,_gbgg );};_dcefd =_gbgg ;if len (_aggc )> 0{_cdffa :=_aggc [0];if len (_cdffa ._efgb )> 0{_dcefd =_cdffa ._efgb [0]._dce ;};};_adcc :=[]*textLine {_dgcd };_ebaf :=_bfcg (_dgcd ,_edbg ,_edef ,_cfab ,_dcefd ); -_adcc =append (_adcc ,_ebaf ...);_bcbb :=_affeb (_adcc ,"\u0062\u0075\u006c\u006c\u0065\u0074",_aggc );_bcbb ._cceae =_dbfa (_adcc ,"");_baefb =append (_baefb ,_bcbb );};return _baefb ;};func _bcbfb (_bbee _b .PdfRectangle )rulingKind {_bada :=_bbee .Width (); -_gffe :=_bbee .Height ();if _bada > _gffe {if _bada >=_cef {return _geggc ;};}else {if _gffe >=_cef {return _eeeae ;};};return _aagc ;}; +// ToTextMark returns the public view of `tm`. +func (_gdggb *textMark )ToTextMark ()TextMark {return TextMark {Text :_gdggb ._dbec ,Original :_gdggb ._gacg ,BBox :_gdggb ._cdff ,Font :_gdggb ._bgaa ,FontSize :_gdggb ._fegc ,FillColor :_gdggb ._dcdf ,StrokeColor :_gdggb ._gbdg ,Orientation :_gdggb ._acgg ,DirectObject :_gdggb ._edeg ,ObjString :_gdggb ._eabfe ,Tw :_gdggb .Tw ,Th :_gdggb .Th ,Tc :_gdggb ._dcfgg ,Index :_gdggb ._gfdce }; +};func _adaf (_gbgd ,_afbda bounded )float64 {_gab :=_cedg (_gbgd ,_afbda );if !_bgfbd (_gab ){return _gab ;};return _agcb (_gbgd ,_afbda );};func (_cffa *textMark )inDiacriticArea (_egggeg *textMark )bool {_dafa :=_cffa .Llx -_egggeg .Llx ;_geag :=_cffa .Urx -_egggeg .Urx ; +_cbgcb :=_cffa .Lly -_egggeg .Lly ;return _aa .Abs (_dafa +_geag )< _cffa .Width ()*_bfbf &&_aa .Abs (_cbgcb )< _cffa .Height ()*_bfbf ;};func _beeg (_fadc ,_ebdf _ed .Point )bool {_fgddg :=_aa .Abs (_fadc .X -_ebdf .X );_cgbfa :=_aa .Abs (_fadc .Y -_ebdf .Y ); +return _fefg (_cgbfa ,_fgddg );};func _agfdc (_abede structElement )[]structElement {_acdbf :=[]structElement {};for _ ,_dbfg :=range _abede ._ccbf {for _ ,_gbbdg :=range _dbfg ._ccbf {for _ ,_bacf :=range _gbbdg ._ccbf {if _bacf ._gffd =="\u004c"{_acdbf =append (_acdbf ,_bacf ); +};};};};return _acdbf ;}; -// New returns an Extractor instance for extracting content from the input PDF page. -func New (page *_b .PdfPage )(*Extractor ,error ){return NewWithOptions (page ,nil )};func (_bde *PageText )getText ()string {_ffgd :="";_gbb :=len (_bde ._eca );for _cgec :=0;_cgec < 360&&_gbb > 0;_cgec +=90{_ace :=make ([]*textMark ,0,len (_bde ._eca )-_gbb ); -for _ ,_afc :=range _bde ._eca {if _afc ._egba ==_cgec {_ace =append (_ace ,_afc );};};if len (_ace )> 0{_ffgd +=_cbdc (_ace ,_bde ._bfaf );_gbb -=len (_ace );};};return _ffgd ;};func (_gcdfc *wordBag )absorb (_fggb *wordBag ){_aded :=_fggb .makeRemovals (); -for _cdebe ,_dgee :=range _fggb ._ecfd {for _ ,_dcaf :=range _dgee {_gcdfc .pullWord (_dcaf ,_cdebe ,_aded );};};_fggb .applyRemovals (_aded );};type lists []*list ;func (_cgcbc gridTiling )complete ()bool {for _ ,_fadb :=range _cgcbc ._caabf {for _ ,_aefc :=range _fadb {if !_aefc .complete (){return false ; -};};};return true ;};func (_bdd *Extractor )extractPageText (_aacc string ,_ede *_b .PdfPageResources ,_bggd _da .Matrix ,_dffg int ,_dgf bool )(*PageText ,int ,int ,error ){_e .Log .Trace ("\u0065x\u0074\u0072\u0061\u0063t\u0050\u0061\u0067\u0065\u0054e\u0078t\u003a \u006c\u0065\u0076\u0065\u006c\u003d\u0025d",_dffg ); -_bgbe :=&PageText {_bfaf :_bdd ._fg ,_cagg :_bdd ._fcdd ,_cfec :_bdd ._fdgc };_ffg :=_aagd (_bdd ._fg );var _dgca stateStack ;_cdbg :=_gaad (_bdd ,_ede ,_gd .GraphicsState {},&_ffg ,&_dgca );_aag :=shapesState {_cdgfg :_bggd ,_gefd :_da .IdentityMatrix (),_aaag :_cdbg }; -var _daea bool ;_afe :=-1;_abec :="";if _dffg > _ddc {_gfea :=_ad .New ("\u0066\u006f\u0072\u006d s\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077");_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0065\u0078\u0074\u0072\u0061\u0063\u0074\u0050\u0061\u0067\u0065\u0054\u0065\u0078\u0074\u002e\u0020\u0072\u0065\u0063u\u0072\u0073\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u003d\u0025\u0064 \u0065r\u0072\u003d\u0025\u0076",_dffg ,_gfea ); -return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_gfea ;};_gfad :=_gd .NewContentStreamParser (_aacc );_efc ,_bae :=_gfad .Parse ();if _bae !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020e\u0078\u0074\u0072a\u0063\u0074\u0050\u0061g\u0065\u0054\u0065\u0078\u0074\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bae ); -return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_bae ;};_bgbe ._cfcc =_efc ;_bccf :=_gd .NewContentStreamProcessor (*_efc );_bccf .AddHandler (_gd .HandlerConditionEnumAllOperands ,"",func (_ead *_gd .ContentStreamOperation ,_gceb _gd .GraphicsState ,_fceb *_b .PdfPageResources )error {_cde :=_ead .Operand ; -if _gfbd {_e .Log .Info ("\u0026&\u0026\u0020\u006f\u0070\u003d\u0025s",_ead );};switch _cde {case "\u0071":if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};_dgca .push (&_ffg );case "\u0051":if !_dgca .empty (){_ffg =*_dgca .pop (); -};_aag ._gefd =_gceb .CTM ;if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};case "\u0042\u0044\u0043":_dfcf ,_ggc :=_ff .GetDict (_ead .Params [1]);if !_ggc {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0042D\u0043\u0020\u006f\u0070\u003d\u0025\u0073 \u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); -return _bae ;};_ceaf :=_dfcf .Get ("\u004d\u0043\u0049\u0044");if _ceaf !=nil {_dfe ,_dacf :=_ff .GetIntVal (_ceaf );if !_dacf {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0044C\u0020\u006f\u0070=\u0025\u0073\u002e\u0020\u0042\u0061\u0064\u0020\u006eum\u0065\u0072\u0069c\u0061\u006c \u006f\u0062\u006a\u0065\u0063\u0074.\u0020\u006f=\u0025\u0073",_ead ,_ceaf ); -};_afe =_dfe ;}else {_afe =-1;};_gfff :=_dfcf .Get ("\u0041\u0063\u0074\u0075\u0061\u006c\u0054\u0065\u0078\u0074");if _gfff !=nil {_abec =_gfff .String ();};case "\u0045\u004d\u0043":_afe =-1;_abec ="";case "\u0042\u0054":if _daea {_e .Log .Debug ("\u0042\u0054\u0020\u0063\u0061\u006c\u006c\u0065\u0064\u0020\u0077\u0068\u0069\u006c\u0065 \u0069n\u0020\u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_bgbe ._eca =append (_bgbe ._eca ,_cdbg ._daeb ...);};_daea =true ;_bbab :=_gceb ;if _dgf {_bbab =_gd .GraphicsState {};_bbab .CTM =_aag ._gefd ;};_bbab .CTM =_bggd .Mult (_bbab .CTM );_cdbg =_gaad (_bdd ,_fceb ,_bbab ,&_ffg ,&_dgca );_aag ._aaag =_cdbg ; -case "\u0045\u0054":if !_daea {_e .Log .Debug ("\u0045\u0054\u0020ca\u006c\u006c\u0065\u0064\u0020\u006f\u0075\u0074\u0073i\u0064e\u0020o\u0066 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_daea =false ;_bgbe ._eca =append (_bgbe ._eca ,_cdbg ._daeb ...); -_cdbg .reset ();case "\u0054\u002a":_cdbg .nextLine ();case "\u0054\u0064":if _abdb ,_dbdd :=_cdbg .checkOp (_ead ,2,true );!_abdb {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbdd );return _dbdd ;}; -_gda ,_cgf ,_fbd :=_fgfb (_ead .Params );if _fbd !=nil {return _fbd ;};_cdbg .moveText (_gda ,_cgf );case "\u0054\u0044":if _gaa ,_fbc :=_cdbg .checkOp (_ead ,2,true );!_gaa {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fbc ); -return _fbc ;};_bfg ,_gcdg ,_gbg :=_fgfb (_ead .Params );if _gbg !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gbg );return _gbg ;};_cdbg .moveTextSetLeading (_bfg ,_gcdg );case "\u0054\u006a":if _fag ,_gdeb :=_cdbg .checkOp (_ead ,1,true ); -!_fag {_e .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0054\u006a\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d%\u0076",_ead ,_gdeb );return _gdeb ;};_bff :=_ff .TraceToDirectObject (_ead .Params [0]);_fed ,_eac :=_ff .GetStringBytes (_bff ); -if !_eac {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020T\u006a\u0020o\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074S\u0074\u0072\u0069\u006e\u0067\u0042\u0079\u0074\u0065\u0073\u0020\u0066a\u0069\u006c\u0065\u0064",_ead );return _ff .ErrTypeError ; -};return _cdbg .showText (_bff ,_fed ,_afe ,_abec );case "\u0054\u004a":if _gfcb ,_aff :=_cdbg .checkOp (_ead ,1,true );!_gfcb {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aff );return _aff ; -};_cace ,_dee :=_ff .GetArray (_ead .Params [0]);if !_dee {_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); -return _bae ;};return _cdbg .showTextAdjusted (_cace ,_afe ,_abec );case "\u0027":if _bgbeb ,_aeg :=_cdbg .checkOp (_ead ,1,true );!_bgbeb {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0027\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aeg );return _aeg ; -};_dbfg :=_ff .TraceToDirectObject (_ead .Params [0]);_bed ,_bbf :=_ff .GetStringBytes (_dbfg );if !_bbf {_e .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020'\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ead ); -return _ff .ErrTypeError ;};_cdbg .nextLine ();return _cdbg .showText (_dbfg ,_bed ,_afe ,_abec );case "\u0022":if _fdf ,_cbdb :=_cdbg .checkOp (_ead ,3,true );!_fdf {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0022\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cbdb ); -return _cbdb ;};_affe ,_fbfb ,_ggcg :=_fgfb (_ead .Params [:2]);if _ggcg !=nil {return _ggcg ;};_bcbg :=_ff .TraceToDirectObject (_ead .Params [2]);_ggea ,_cdce :=_ff .GetStringBytes (_bcbg );if !_cdce {_e .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020\"\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_ead ); -return _ff .ErrTypeError ;};_cdbg .setCharSpacing (_affe );_cdbg .setWordSpacing (_fbfb );_cdbg .nextLine ();return _cdbg .showText (_bcbg ,_ggea ,_afe ,_abec );case "\u0054\u004c":_eabfg ,_fcea :=_dea (_ead );if _fcea !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004c\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fcea ); -return _fcea ;};_cdbg .setTextLeading (_eabfg );case "\u0054\u0063":_gdbd ,_afdd :=_dea (_ead );if _afdd !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0063\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afdd );return _afdd ;};_cdbg .setCharSpacing (_gdbd ); -case "\u0054\u0066":if _ebc ,_fdeg :=_cdbg .checkOp (_ead ,2,true );!_ebc {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0066\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fdeg );return _fdeg ;};_geg ,_cedc :=_ff .GetNameVal (_ead .Params [0]); -if !_cedc {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_ead );return _ff .ErrTypeError ;};_gcb ,_gcga :=_ff .GetNumberAsFloat (_ead .Params [1]); -if !_cedc {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u0046\u006c\u006f\u0061\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065d\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ead ,_gcga ); -return _gcga ;};_gcga =_cdbg .setFont (_geg ,_gcb );_cdbg ._bdfc =_ad .Is (_gcga ,_ff .ErrNotSupported );if _gcga !=nil &&!_cdbg ._bdfc {return _gcga ;};case "\u0054\u006d":if _fbb ,_fcec :=_cdbg .checkOp (_ead ,6,true );!_fbb {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u006d\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fcec ); -return _fcec ;};_ece ,_afgf :=_ff .GetNumbersAsFloat (_ead .Params );if _afgf !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_afgf );return _afgf ;};_cdbg .setTextMatrix (_ece );case "\u0054\u0072":if _aee ,_cdf :=_cdbg .checkOp (_ead ,1,true ); -!_aee {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0072\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cdf );return _cdf ;};_cbea ,_fcag :=_ff .GetIntVal (_ead .Params [0]);if !_fcag {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0020\u006f\u0070\u003d\u0025\u0073 \u0047e\u0074\u0049\u006e\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_ead ); -return _ff .ErrTypeError ;};_cdbg .setTextRenderMode (_cbea );case "\u0054\u0073":if _cdff ,_fgg :=_cdbg .checkOp (_ead ,1,true );!_cdff {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fgg );return _fgg ; -};_gcdda ,_dda :=_ff .GetNumberAsFloat (_ead .Params [0]);if _dda !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dda );return _dda ;};_cdbg .setTextRise (_gcdda );case "\u0054\u0077":if _cbgd ,_ggb :=_cdbg .checkOp (_ead ,1,true ); -!_cbgd {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggb );return _ggb ;};_bec ,_aga :=_ff .GetNumberAsFloat (_ead .Params [0]);if _aga !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_aga ); -return _aga ;};_cdbg .setWordSpacing (_bec );case "\u0054\u007a":if _eagd ,_dbdc :=_cdbg .checkOp (_ead ,1,true );!_eagd {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbdc );return _dbdc ;};_cdcf ,_ebf :=_ff .GetNumberAsFloat (_ead .Params [0]); -if _ebf !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ebf );return _ebf ;};_cdbg .setHorizScaling (_cdcf );case "\u0063\u006d":if !_dgf {_aag ._gefd =_gceb .CTM ;};if _aag ._gefd .Singular (){_fcf :=_da .IdentityMatrix ().Translate (_aag ._gefd .Translation ()); -_e .Log .Debug ("S\u0069n\u0067\u0075\u006c\u0061\u0072\u0020\u0063\u0074m\u003d\u0025\u0073\u2192%s",_aag ._gefd ,_fcf );_aag ._gefd =_fcf ;};if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd );};case "\u006d":if len (_ead .Params )!=2{_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_gcg ); -return nil ;};_dbeb ,_dbfb :=_ff .GetNumbersAsFloat (_ead .Params );if _dbfb !=nil {return _dbfb ;};_aag .moveTo (_dbeb [0],_dbeb [1]);case "\u006c":if len (_ead .Params )!=2{_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_gcg ); -return nil ;};_dbc ,_agb :=_ff .GetNumbersAsFloat (_ead .Params );if _agb !=nil {return _agb ;};_aag .lineTo (_dbc [0],_dbc [1]);case "\u0063":if len (_ead .Params )!=6{return _gcg ;};_edg ,_cfg :=_ff .GetNumbersAsFloat (_ead .Params );if _cfg !=nil {return _cfg ; -};_e .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_edg );_aag .cubicTo (_edg [0],_edg [1],_edg [2],_edg [3],_edg [4],_edg [5]);case "\u0076","\u0079":if len (_ead .Params )!=4{return _gcg ; -};_degd ,_fbbg :=_ff .GetNumbersAsFloat (_ead .Params );if _fbbg !=nil {return _fbbg ;};_e .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_degd );_aag .quadraticTo (_degd [0],_degd [1],_degd [2],_degd [3]); -case "\u0068":_aag .closePath ();case "\u0072\u0065":if len (_ead .Params )!=4{return _gcg ;};_eee ,_fbbf :=_ff .GetNumbersAsFloat (_ead .Params );if _fbbf !=nil {return _fbbf ;};_aag .drawRectangle (_eee [0],_eee [1],_eee [2],_eee [3]);_aag .closePath (); -case "\u0053":_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0073":_aag .closePath ();_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0046":_aag .fill (&_bgbe ._caa );_aag .clearPath ();case "\u0066","\u0066\u002a":_aag .closePath ();_aag .fill (&_bgbe ._caa ); -_aag .clearPath ();case "\u0042","\u0042\u002a":_aag .fill (&_bgbe ._caa );_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u0062","\u0062\u002a":_aag .closePath ();_aag .fill (&_bgbe ._caa );_aag .stroke (&_bgbe ._eff );_aag .clearPath ();case "\u006e":_aag .clearPath (); -case "\u0044\u006f":if len (_ead .Params )==0{_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0058\u004fbj\u0065c\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0070\u0065\u0072\u0061n\u0064\u0020\u0066\u006f\u0072\u0020\u0044\u006f\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072.\u0020\u0047\u006f\u0074\u0020\u0025\u002b\u0076\u002e",_ead .Params ); -return _ff .ErrRangeError ;};_gbea ,_aea :=_ff .GetName (_ead .Params [0]);if !_aea {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u006f\u0020\u006f\u0070e\u0072a\u0074\u006f\u0072\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006fp\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u002b\u0076\u002e",_ead .Params [0]); -return _ff .ErrTypeError ;};_ ,_aeb :=_fceb .GetXObjectByName (*_gbea );if _aeb !=_b .XObjectTypeForm {break ;};_fbcb ,_aea :=_bdd ._cdgf [_gbea .String ()];if !_aea {_adfc ,_cbfc :=_fceb .GetXObjectFormByName (*_gbea );if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc ); -return _cbfc ;};_bggg ,_cbfc :=_adfc .GetContentStream ();if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc );return _cbfc ;};_ebfg :=_adfc .Resources ;if _ebfg ==nil {_ebfg =_fceb ;};_gaba :=_gceb .CTM ;if _ege ,_eeb :=_ff .GetArray (_adfc .Matrix ); -_eeb {_aec ,_bac :=_ege .GetAsFloat64Slice ();if _bac !=nil {return _bac ;};if len (_aec )!=6{return _gcg ;};_aebb :=_da .NewMatrix (_aec [0],_aec [1],_aec [2],_aec [3],_aec [4],_aec [5]);_gaba =_gceb .CTM .Mult (_aebb );};_ecc ,_egac ,_dbbc ,_cbfc :=_bdd .extractPageText (string (_bggg ),_ebfg ,_bggd .Mult (_gaba ),_dffg +1,false ); -if _cbfc !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cbfc );return _cbfc ;};_fbcb =textResult {*_ecc ,_egac ,_dbbc };_bdd ._cdgf [_gbea .String ()]=_fbcb ;};_aag ._gefd =_gceb .CTM ;if _gegd {_e .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_aag ._gefd ); -};_bgbe ._eca =append (_bgbe ._eca ,_fbcb ._bbe ._eca ...);_bgbe ._eff =append (_bgbe ._eff ,_fbcb ._bbe ._eff ...);_bgbe ._caa =append (_bgbe ._caa ,_fbcb ._bbe ._caa ...);_ffg ._gedec +=_fbcb ._dcg ;_ffg ._ffed +=_fbcb ._ebbe ;case "\u0072\u0067","\u0067","\u006b","\u0063\u0073","\u0073\u0063","\u0073\u0063\u006e":_cdbg ._fcbe .ColorspaceNonStroking =_gceb .ColorspaceNonStroking ; -_cdbg ._fcbe .ColorNonStroking =_gceb .ColorNonStroking ;case "\u0052\u0047","\u0047","\u004b","\u0043\u0053","\u0053\u0043","\u0053\u0043\u004e":_cdbg ._fcbe .ColorspaceStroking =_gceb .ColorspaceStroking ;_cdbg ._fcbe .ColorStroking =_gceb .ColorStroking ; -};return nil ;});_bae =_bccf .Process (_ede );if _bdd ._ddde !=nil &&_bdd ._ddde .IncludeAnnotations &&!_dgf {for _ ,_gba :=range _bdd ._bge {_agba ,_fffg :=_ff .GetDict (_gba .AP );if !_fffg {continue ;};_bag ,_fffg :=_agba .Get ("\u004e").(*_ff .PdfObjectStream ); -if !_fffg {continue ;};_dgbb ,_fac :=_ff .DecodeStream (_bag );if _fac !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u006f\u006e\u0020\u0064\u0065c\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_fac );continue ; -};_ebd :=_bag .PdfObjectDictionary .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_gedg ,_fac :=_b .NewPdfPageResourcesFromDict (_ebd .(*_ff .PdfObjectDictionary ));if _fac !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_fac ); -continue ;};_abb :=_da .IdentityMatrix ();_cgag ,_fffg :=_bag .PdfObjectDictionary .Get ("\u004d\u0061\u0074\u0072\u0069\u0078").(*_ff .PdfObjectArray );if _fffg {_ffa ,_feb :=_cgag .GetAsFloat64Slice ();if _feb !=nil {_e .Log .Debug ("\u0045\u0072\u0072or\u0020\u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069n\u0067 \u0066l\u006fa\u0074\u0036\u0034\u0020\u0073\u006c\u0069\u0063\u0065\u003a\u0020\u0025\u0076",_feb ); -continue ;};if len (_ffa )!=6{_e .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0074\u0072\u0069\u0078\u0020\u0073\u006ci\u0063\u0065\u0020l\u0065n\u0067\u0074\u0068");continue ;};_abb =_da .NewMatrix (_ffa [0],_ffa [1],_ffa [2],_ffa [3],_ffa [4],_ffa [5]); -};_fba ,_fffg :=_bdd ._dfd [_bag .String ()];if !_fffg {_gfae ,_fgac ,_cad ,_caf :=_bdd .extractPageText (string (_dgbb ),_gedg ,_abb ,_dffg +1,true );if _caf !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0065x\u0074\u0072a\u0063\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0065\u0078\u0074s\u003a\u0020\u0025\u0076",_caf ); -continue ;};_fba =textResult {*_gfae ,_fgac ,_cad };_bdd ._dfd [_bag .String ()]=_fba ;};_bgbe ._eca =append (_bgbe ._eca ,_fba ._bbe ._eca ...);_bgbe ._eff =append (_bgbe ._eff ,_fba ._bbe ._eff ...);_bgbe ._caa =append (_bgbe ._caa ,_fba ._bbe ._caa ...); -_ffg ._gedec +=_fba ._dcg ;_ffg ._ffed +=_fba ._ebbe ;};};return _bgbe ,_ffg ._gedec ,_ffg ._ffed ,_bae ;};func _gfeg (_agbd map[int ][]float64 ){if len (_agbd )<=1{return ;};_cfeff :=_bcef (_agbd );if _aada {_e .Log .Info ("\u0066i\u0078C\u0065\u006c\u006c\u0073\u003a \u006b\u0065y\u0073\u003d\u0025\u002b\u0076",_cfeff ); -};var _adabe ,_eedab int ;for _adabe ,_eedab =range _cfeff {if _agbd [_eedab ]!=nil {break ;};};for _faeb ,_agbaa :=range _cfeff [_adabe :]{_fgddg :=_agbd [_agbaa ];if _fgddg ==nil {continue ;};if _aada {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u006b\u0030\u003d\u0025\u0064\u0020\u006b1\u003d\u0025\u0064\u000a",_adabe +_faeb ,_eedab ,_agbaa ); -};_dcgge :=_agbd [_agbaa ];if _dcgge [len (_dcgge )-1]> _fgddg [0]{_dcgge [len (_dcgge )-1]=_fgddg [0];_agbd [_eedab ]=_dcgge ;};_eedab =_agbaa ;};};func _gced (_fbce _b .PdfRectangle ,_ebfbb bounded )float64 {return _fbce .Ury -_ebfbb .bbox ().Lly };const (RenderModeStroke RenderMode =1< _ccaf ;};if _bggae ==_aagc {return false ;};_egadc :=func (_ccgd bool )bool {if _bggae ==_geggc {return _ccgd ;};return !_ccgd ;};_adbe ,_begd :=_gdaa ._efadf ,_dgef ._efadf ;if _adbe !=_begd {return _egadc (_adbe > _begd ); -};_adbe ,_begd =_gdaa ._efbba ,_dgef ._efbba ;if _adbe !=_begd {return _egadc (_adbe < _begd );};return _egadc (_gdaa ._daba < _dgef ._daba );}; +// PageFonts represents extracted fonts on a PDF page. +type PageFonts struct{Fonts []Font ;};func _cdfea (_bagc ,_bagf *textPara )bool {if _bagc ._afce ||_bagf ._afce {return true ;};return _bgfbd (_bagc .depth ()-_bagf .depth ());};func _bgdg (_cgg []*TextMarkArray ,_fdb ,_afed string )(string ,error ){_aafd :=0; +for _ ,_fed :=range _cgg {_abb :=_fed ._agfc [0].DirectObject ;if _abb ==nil {continue ;};_gaf :=_abb .String ();if len (_gaf )> 1{_eeb :=_cfdb (_fed ,&_fdb ,&_aafd ,_afed );if _eeb !=nil {return _fdb ,_eeb ;};}else if len (_gaf )==1{_afgc :=_dbeg (_fed ,&_fdb ,&_aafd ,_afed ); +if _afgc !=nil {return _fdb ,_afgc ;};};};return _fdb ,nil ;};func (_ddbfda *textTable )growTable (){_cbdgc :=func (_gddd paraList ){_ddbfda ._gecff ++;for _abebb :=0;_abebb < _ddbfda ._ccfea ;_abebb ++{_bdade :=_gddd [_abebb ];_ddbfda .put (_abebb ,_ddbfda ._gecff -1,_bdade ); +};};_fbgg :=func (_cdecc paraList ){_ddbfda ._ccfea ++;for _gabb :=0;_gabb < _ddbfda ._gecff ;_gabb ++{_ccgd :=_cdecc [_gabb ];_ddbfda .put (_ddbfda ._ccfea -1,_gabb ,_ccgd );};};if _caff {_ddbfda .log ("\u0067r\u006f\u0077\u0054\u0061\u0062\u006ce");}; +for _feef :=0;;_feef ++{_bbeeb :=false ;_bgdb :=_ddbfda .getDown ();_agae :=_ddbfda .getRight ();if _caff {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_feef ,_ddbfda );_deg .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0020\u0064\u006f\u0077\u006e\u003d\u0025\u0073\u000a",_bgdb ); +_deg .Printf ("\u0020\u0020 \u0020\u0020\u0020 \u0072\u0069\u0067\u0068\u0074\u003d\u0025\u0073\u000a",_agae );};if _bgdb !=nil &&_agae !=nil {_aabcce :=_bgdb [len (_bgdb )-1];if !_aabcce .taken ()&&_aabcce ==_agae [len (_agae )-1]{_cbdgc (_bgdb );if _agae =_ddbfda .getRight (); +_agae !=nil {_fbgg (_agae );_ddbfda .put (_ddbfda ._ccfea -1,_ddbfda ._gecff -1,_aabcce );};_bbeeb =true ;};};if !_bbeeb &&_bgdb !=nil {_cbdgc (_bgdb );_bbeeb =true ;};if !_bbeeb &&_agae !=nil {_fbgg (_agae );_bbeeb =true ;};if !_bbeeb {break ;};};}; // TextMark represents extracted text on a page with information regarding both textual content, // formatting (font and size) and positioning. @@ -628,10 +126,10 @@ Text string ; Original string ; // BBox is the bounding box of the text. -BBox _b .PdfRectangle ; +BBox _bf .PdfRectangle ; // Font is the font the text was drawn with. -Font *_b .PdfFont ; +Font *_bf .PdfFont ; // FontSize is the font size the text was drawn with. FontSize float64 ; @@ -649,81 +147,61 @@ Meta bool ; // FillColor is the fill color of the text. // The color is nil for spaces and line breaks (i.e. the Meta field is true). -FillColor _dd .Color ; +FillColor _bcc .Color ; // StrokeColor is the stroke color of the text. // The color is nil for spaces and line breaks (i.e. the Meta field is true). -StrokeColor _dd .Color ; +StrokeColor _bcc .Color ; // Orientation is the text orientation Orientation int ; // DirectObject is the underlying PdfObject (Text Object) that represents the visible texts. This is introduced to get // a simple access to the TextObject in case editing or replacment of some text is needed. E.g during redaction. -DirectObject _ff .PdfObject ; +DirectObject _cb .PdfObject ; // ObjString is a decoded string operand of a text-showing operator. It has the same value as `Text` attribute except // when many glyphs are represented with the same Text Object that contains multiple length string operand in which case // ObjString spans more than one character string that falls in different TextMark objects. -ObjString []string ;Tw float64 ;Th float64 ;Tc float64 ;Index int ;_gdfc bool ;_baeg *TextTable ;};func (_efbe *textObject )renderText (_bged _ff .PdfObject ,_dbfc []byte ,_dcb int ,_cdgg string )error {if _efbe ._bdfc {_e .Log .Debug ("\u0072\u0065\u006e\u0064\u0065r\u0054\u0065\u0078\u0074\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0066\u006f\u006e\u0074\u002e\u0020\u004e\u006f\u0074\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u002e"); -return nil ;};_abg :=_efbe .getCurrentFont ();_dbbg :=_abg .BytesToCharcodes (_dbfc );_acff ,_adfa ,_cdcb :=_abg .CharcodesToStrings (_dbbg ,_cdgg );if _cdcb > 0{_e .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_adfa ,_cdcb ); -};_efbe ._eef ._gedec +=_adfa ;_efbe ._eef ._ffed +=_cdcb ;_dface :=_efbe ._eef ;_dbge :=_dface ._gec ;_bcad :=_dface ._ddcc /100.0;_ffede :=_fgcg ;if _abg .Subtype ()=="\u0054\u0079\u0070e\u0033"{_ffede =1;};_gaca ,_cgaff :=_abg .GetRuneMetrics (' '); -if !_cgaff {_gaca ,_cgaff =_abg .GetCharMetrics (32);};if !_cgaff {_gaca ,_ =_b .DefaultFont ().GetRuneMetrics (' ');};_edgf :=_gaca .Wx *_ffede ;_e .Log .Trace ("\u0073p\u0061\u0063e\u0057\u0069\u0064t\u0068\u003d\u0025\u002e\u0032\u0066\u0020t\u0065\u0078\u0074\u003d\u0025\u0071 \u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0066\u006f\u006et\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",_edgf ,_acff ,_abg ,_dbge ); -_cacbf :=_da .NewMatrix (_dbge *_bcad ,0,0,_dbge ,0,_dface ._gcfd );if _dgfb {_e .Log .Info ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0074\u0065\u0078t\u0073\u003d\u0025\u0071",len (_dbbg ),_dbbg ,_acff ); -};_e .Log .Trace ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0072\u0075\u006ee\u0073\u003d\u0025\u0071",len (_dbbg ),_dbbg ,len (_acff ));_fcddg :=_efbe .getFillColor (); -_ebag :=_efbe .getStrokeColor ();for _egb ,_ffbg :=range _acff {_deb :=[]rune (_ffbg );if len (_deb )==1&&_deb [0]=='\x00'{continue ;};_gfgg :=_dbbg [_egb ];_aeac :=_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_cacbf );_cgdb :=0.0;if len (_deb )==1&&_deb [0]==32{_cgdb =_dface ._fagd ; -};_dddee ,_ffde :=_abg .GetCharMetrics (_gfgg );if !_ffde {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0065\u0074r\u0069\u0063\u0020\u0066\u006f\u0072\u0020\u0063\u006fde\u003d\u0025\u0064 \u0072\u003d0\u0078\u0025\u0030\u0034\u0078\u003d%\u002b\u0071 \u0025\u0073",_gfgg ,_deb ,_deb ,_abg ); -return _bf .Errorf ("\u006e\u006f\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073:\u0020f\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0063\u006f\u0064\u0065\u003d\u0025\u0064",_abg .String (),_gfgg );};_gedf :=_da .Point {X :_dddee .Wx *_ffede ,Y :_dddee .Wy *_ffede }; -_fcbg :=_da .Point {X :(_gedf .X *_dbge +_cgdb )*_bcad };_ffaf :=_da .Point {X :(_gedf .X *_dbge +_dface ._bggb +_cgdb )*_bcad };if _dgfb {_e .Log .Info ("\u0074\u0066\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0063\u003d\u0025\u002e\u0032f\u0020t\u0077\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_dbge ,_dface ._bggb ,_dface ._fagd ,_bcad ); -_e .Log .Info ("\u0064x\u002c\u0064\u0079\u003d%\u002e\u0033\u0066\u0020\u00740\u003d%\u002e3\u0066\u0020\u0074\u003d\u0025\u002e\u0033f",_gedf ,_fcbg ,_ffaf );};_eaf :=_cadc (_fcbg );_egd :=_cadc (_ffaf );_ebcf :=_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_eaf ); -if _gade {_e .Log .Info ("e\u006e\u0064\u003a\u000a\tC\u0054M\u003d\u0025\u0073\u000a\u0009 \u0074\u006d\u003d\u0025\u0073\u000a"+"\u0009\u0020t\u0064\u003d\u0025s\u0020\u0078\u006c\u0061\u0074\u003d\u0025\u0073\u000a"+"\u0009t\u0064\u0030\u003d\u0025s\u000a\u0009\u0020\u0020\u2192 \u0025s\u0020x\u006c\u0061\u0074\u003d\u0025\u0073",_efbe ._fcbe .CTM ,_efbe ._cdffg ,_egd ,_cbc (_efbe ._fcbe .CTM .Mult (_efbe ._cdffg ).Mult (_egd )),_eaf ,_ebcf ,_cbc (_ebcf )); -};_cadg ,_gfee :=_efbe .newTextMark (_gac .ExpandLigatures (_deb ),_aeac ,_cbc (_ebcf ),_ce .Abs (_edgf *_aeac .ScalingFactorX ()),_abg ,_efbe ._eef ._bggb ,_fcddg ,_ebag ,_bged ,_acff ,_egb ,_dcb );if !_gfee {_e .Log .Debug ("\u0054\u0065\u0078\u0074\u0020\u006d\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069d\u0065 \u0070\u0061\u0067\u0065\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); -continue ;};if _abg ==nil {_e .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u002e");}else if _abg .Encoder ()==nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020N\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u002e\u0020\u0066o\u006et\u003d\u0025\u0073",_abg ); -}else {if _dfdd ,_agg :=_abg .Encoder ().CharcodeToRune (_gfgg );_agg {_cadg ._fcfce =string (_dfdd );};};_e .Log .Trace ("i\u003d\u0025\u0064\u0020\u0063\u006fd\u0065\u003d\u0025\u0064\u0020\u006d\u0061\u0072\u006b=\u0025\u0073\u0020t\u0072m\u003d\u0025\u0073",_egb ,_gfgg ,_cadg ,_aeac ); -_efbe ._daeb =append (_efbe ._daeb ,&_cadg );_efbe ._cdffg .Concat (_egd );};return nil ;};func (_egbfd *textMark )inDiacriticArea (_fbfab *textMark )bool {_eabe :=_egbfd .Llx -_fbfab .Llx ;_fbdgg :=_egbfd .Urx -_fbfab .Urx ;_agcd :=_egbfd .Lly -_fbfab .Lly ; -return _ce .Abs (_eabe +_fbdgg )< _egbfd .Width ()*_bcgc &&_ce .Abs (_agcd )< _egbfd .Height ()*_bcgc ;};func (_baegg *textLine )appendWord (_bgbf *textWord ){_baegg ._edge =append (_baegg ._edge ,_bgbf );_baegg .PdfRectangle =_badbb (_baegg .PdfRectangle ,_bgbf .PdfRectangle ); -if _bgbf ._ecdce > _baegg ._efde {_baegg ._efde =_bgbf ._ecdce ;};if _bgbf ._bagdd > _baegg ._dce {_baegg ._dce =_bgbf ._bagdd ;};};type textTable struct{_b .PdfRectangle ;_addag ,_cffff int ;_cbbdd bool ;_egbgg map[uint64 ]*textPara ;_bdfcg map[uint64 ]compositeCell ; -};func _aaee (_dfce *list ,_cgdce *_bfb .Builder ,_bcdf *string ){_ded :=_caabc (_dfce ,_bcdf );_cgdce .WriteString (_ded );for _ ,_cggf :=range _dfce ._ddfgc {_aaeg :=*_bcdf +"\u0020\u0020\u0020";_aaee (_cggf ,_cgdce ,&_aaeg );};};func (_bacb *PageText )getParagraphs ()paraList {var _ggce rulingList ; -if _febc {_abbd :=_gaec (_bacb ._eff );_ggce =append (_ggce ,_abbd ...);};if _bfce {_bgef :=_defa (_bacb ._caa );_ggce =append (_ggce ,_bgef ...);};_ggce ,_egdb :=_ggce .toTilings ();var _fbbfc paraList ;_gfgd :=len (_bacb ._eca );for _eedg :=0;_eedg < 360&&_gfgd > 0; -_eedg +=90{_fdge :=make ([]*textMark ,0,len (_bacb ._eca )-_gfgd );for _ ,_fbeae :=range _bacb ._eca {if _fbeae ._egba ==_eedg {_fdge =append (_fdge ,_fbeae );};};if len (_fdge )> 0{_dgcg :=_fabd (_fdge ,_bacb ._bfaf ,_ggce ,_egdb );_fbbfc =append (_fbbfc ,_dgcg ...); -_gfgd -=len (_fdge );};};return _fbbfc ;};var _eafg =map[markKind ]string {_eede :"\u0073\u0074\u0072\u006f\u006b\u0065",_befdb :"\u0066\u0069\u006c\u006c",_ecdge :"\u0061u\u0067\u006d\u0065\u006e\u0074"};func _baag (_aadf *paraList )map[int ][]*textLine {_daa :=map[int ][]*textLine {}; -for _ ,_beed :=range *_aadf {for _ ,_faa :=range _beed ._bbgab {if !_gbdg (_faa ){_e .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); -continue ;};_faba :=_faa ._edge [0]._bggbb [0]._faad ;_daa [_faba ]=append (_daa [_faba ],_faa );};if _beed ._cegg !=nil {_dadab :=_beed ._cegg ._egbgg ;for _ ,_gdegf :=range _dadab {for _ ,_dccb :=range _gdegf ._bbgab {if !_gbdg (_dccb ){_e .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); -continue ;};_ebg :=_dccb ._edge [0]._bggbb [0]._faad ;_daa [_ebg ]=append (_daa [_ebg ],_dccb );};};};};return _daa ;};func _deedf (_dfba ,_bfcb bounded )float64 {return _dfba .bbox ().Llx -_bfcb .bbox ().Llx }; - -// String returns a description of `v`. -func (_dacfb *ruling )String ()string {if _dacfb ._facdf ==_aagc {return "\u004e\u004f\u0054\u0020\u0052\u0055\u004c\u0049\u004e\u0047";};_dabb ,_edbc :="\u0078","\u0079";if _dacfb ._facdf ==_geggc {_dabb ,_edbc ="\u0079","\u0078";};_ffca :="";if _dacfb ._geeb !=0.0{_ffca =_bf .Sprintf (" \u0077\u0069\u0064\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_dacfb ._geeb ); -};return _bf .Sprintf ("\u0025\u00310\u0073\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0020\u0025\u0076\u0025\u0073",_dacfb ._facdf ,_dabb ,_dacfb ._efadf ,_edbc ,_dacfb ._efbba ,_dacfb ._daba ,_dacfb ._daba -_dacfb ._efbba ,_dacfb ._bagdc ,_dacfb .Color ,_ffca ); -};func (_fcgaf *textTable )compositeColCorridors ()map[int ][]float64 {_egff :=make (map[int ][]float64 ,_fcgaf ._addag );if _aada {_e .Log .Info ("\u0063\u006f\u006d\u0070o\u0073\u0069\u0074\u0065\u0043\u006f\u006c\u0043\u006f\u0072r\u0069d\u006f\u0072\u0073\u003a\u0020\u0077\u003d%\u0064\u0020",_fcgaf ._addag ); -};for _gbegd :=0;_gbegd < _fcgaf ._addag ;_gbegd ++{_egff [_gbegd ]=nil ;};return _egff ;};func (_egdga rulingList )log (_fdgfa string ){if !_ccffg {return ;};_e .Log .Info ("\u0023\u0023\u0023\u0020\u0025\u0031\u0030\u0073\u003a\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_fdgfa ,_egdga .String ()); -for _dccg ,_deef :=range _egdga {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dccg ,_deef .String ());};};func _abag (_ccbg ,_abeb _da .Point ,_dggg _dd .Color )(*ruling ,bool ){_fdaa :=lineRuling {_eefea :_ccbg ,_edcb :_abeb ,_becb :_cdcg (_ccbg ,_abeb ),Color :_dggg }; -if _fdaa ._becb ==_aagc {return nil ,false ;};return _fdaa .asRuling ();};func (_bbd *textObject )setWordSpacing (_badb float64 ){if _bbd ==nil {return ;};_bbd ._eef ._fagd =_badb ;};func (_dgba *textObject )setCharSpacing (_cda float64 ){if _dgba ==nil {return ; -};_dgba ._eef ._bggb =_cda ;if _dgfb {_e .Log .Info ("\u0073\u0065t\u0043\u0068\u0061\u0072\u0053\u0070\u0061\u0063\u0069\u006e\u0067\u003a\u0020\u0025\u002e\u0032\u0066\u0020\u0073\u0074\u0061\u0074e=\u0025\u0073",_cda ,_dgba ._eef .String ());};};type gridTile struct{_b .PdfRectangle ; -_fdde ,_cfgg ,_cega ,_bbed bool ;};func (_fggef paraList )readBefore (_bdafg []int ,_dfbgb ,_agfe int )bool {_gdbc ,_ecdc :=_fggef [_dfbgb ],_fggef [_agfe ];if _cfeb (_gdbc ,_ecdc )&&_gdbc .Lly > _ecdc .Lly {return true ;};if !(_gdbc ._cdcbd .Urx < _ecdc ._cdcbd .Llx ){return false ; -};_dbdgf ,_fged :=_gdbc .Lly ,_ecdc .Lly ;if _dbdgf > _fged {_fged ,_dbdgf =_dbdgf ,_fged ;};_gded :=_ce .Max (_gdbc ._cdcbd .Llx ,_ecdc ._cdcbd .Llx );_dfbac :=_ce .Min (_gdbc ._cdcbd .Urx ,_ecdc ._cdcbd .Urx );_acbd :=_fggef .llyRange (_bdafg ,_dbdgf ,_fged ); -for _ ,_ecgb :=range _acbd {if _ecgb ==_dfbgb ||_ecgb ==_agfe {continue ;};_ageec :=_fggef [_ecgb ];if _ageec ._cdcbd .Llx <=_dfbac &&_gded <=_ageec ._cdcbd .Urx {return false ;};};return true ;}; - -// Append appends `mark` to the mark array. -func (_deed *TextMarkArray )Append (mark TextMark ){_deed ._gaac =append (_deed ._gaac ,mark )};type intSet map[int ]struct{};func (_cae pathSection )bbox ()_b .PdfRectangle {_gbc :=_cae ._cdad [0]._gfb [0];_dgae :=_b .PdfRectangle {Llx :_gbc .X ,Urx :_gbc .X ,Lly :_gbc .Y ,Ury :_gbc .Y }; -_fggg :=func (_ebeg _da .Point ){if _ebeg .X < _dgae .Llx {_dgae .Llx =_ebeg .X ;}else if _ebeg .X > _dgae .Urx {_dgae .Urx =_ebeg .X ;};if _ebeg .Y < _dgae .Lly {_dgae .Lly =_ebeg .Y ;}else if _ebeg .Y > _dgae .Ury {_dgae .Ury =_ebeg .Y ;};};for _ ,_ccg :=range _cae ._cdad [0]._gfb [1:]{_fggg (_ccg ); -};for _ ,_eaba :=range _cae ._cdad [1:]{for _ ,_fbdcb :=range _eaba ._gfb {_fggg (_fbdcb );};};return _dgae ;};func (_ceea *wordBag )depthRange (_aeeed ,_eagf int )[]int {var _dfb []int ;for _eegfd :=range _ceea ._ecfd {if _aeeed <=_eegfd &&_eegfd <=_eagf {_dfb =append (_dfb ,_eegfd ); -};};if len (_dfb )==0{return nil ;};_fd .Ints (_dfb );return _dfb ;};func (_eefeag rulingList )vertsHorzs ()(rulingList ,rulingList ){var _bbfbe ,_dcacc rulingList ;for _ ,_ecbbc :=range _eefeag {switch _ecbbc ._facdf {case _eeeae :_bbfbe =append (_bbfbe ,_ecbbc ); -case _geggc :_dcacc =append (_dcacc ,_ecbbc );};};return _bbfbe ,_dcacc ;};func _dcba (_cedd ,_fgegd _da .Point )bool {return _cedd .X ==_fgegd .X &&_cedd .Y ==_fgegd .Y };func (_acbg *shapesState )lastpointEstablished ()(_da .Point ,bool ){if _acbg ._cbeb {return _acbg ._dfca ,false ; -};_eaff :=len (_acbg ._fgdb );if _eaff > 0&&_acbg ._fgdb [_eaff -1]._dffd {return _acbg ._fgdb [_eaff -1].last (),false ;};return _da .Point {},true ;};var _agge *_df .Regexp =_df .MustCompile (_abcd +"\u007c"+_ebcdf );func _bacbe (_efcg []TextMark ,_fdbg *int ,_fafd string )[]TextMark {_gaeg :=_caaa ; -_gaeg .Text =_fafd ;return _fcef (_efcg ,_fdbg ,_gaeg );};func _dag (_gf []string ,_gab int ,_ec int ,_dde string ){for _edd :=_gab ;_edd < _ec ;_edd ++{_gf [_edd ]=_dde ;};};func (_ceca *textPara )writeText (_afcgb _f .Writer ){if _ceca ._cegg ==nil {_ceca .writeCellText (_afcgb ); -return ;};for _beegc :=0;_beegc < _ceca ._cegg ._cffff ;_beegc ++{for _gfaea :=0;_gfaea < _ceca ._cegg ._addag ;_gfaea ++{_agdag :=_ceca ._cegg .get (_gfaea ,_beegc );if _agdag ==nil {_afcgb .Write ([]byte ("\u0009"));}else {_bagcg (_agdag ._bbgab );_agdag .writeCellText (_afcgb ); -};_afcgb .Write ([]byte ("\u0020"));};if _beegc < _ceca ._cegg ._cffff -1{_afcgb .Write ([]byte ("\u000a"));};};};func (_cbbg *textPara )toTextMarks (_eaaf *int )[]TextMark {if _cbbg ._cegg ==nil {return _cbbg .toCellTextMarks (_eaaf );};var _eceb []TextMark ; -for _gccd :=0;_gccd < _cbbg ._cegg ._cffff ;_gccd ++{for _gdef :=0;_gdef < _cbbg ._cegg ._addag ;_gdef ++{_beea :=_cbbg ._cegg .get (_gdef ,_gccd );if _beea ==nil {_eceb =_bacbe (_eceb ,_eaaf ,"\u0009");}else {_gfec :=_beea .toCellTextMarks (_eaaf );_eceb =append (_eceb ,_gfec ...); -};_eceb =_bacbe (_eceb ,_eaaf ,"\u0020");};if _gccd < _cbbg ._cegg ._cffff -1{_eceb =_bacbe (_eceb ,_eaaf ,"\u000a");};};_aebbd :=_cbbg ._cegg ;if _aebbd .isExportable (){_bbfbd :=_aebbd .toTextTable ();_eceb =_egfd (_eceb ,&_bbfbd );};return _eceb ;}; +ObjString []string ;Tw float64 ;Th float64 ;Tc float64 ;Index int ;_bbcf bool ;_bbce *TextTable ;};func (_cbbcfg compositeCell )hasLines (_abdd []*textLine )bool {for _gaag ,_ecfca :=range _abdd {_gcee :=_aefc (_cbbcfg .PdfRectangle ,_ecfca .PdfRectangle ); +if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u005e\u005e\u005e\u0069\u006e\u0074\u0065\u0072\u0073e\u0063t\u0073\u003d\u0025\u0074\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u000a",_gcee ,_gaag ,len (_abdd ));_deg .Printf ("\u0020\u0020\u0020\u0020 \u005e\u005e\u005e\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025s\u000a",_cbbcfg ); +_deg .Printf ("\u0020 \u0020 \u0020\u0020\u0020\u006c\u0069\u006e\u0065\u003d\u0025\u0073\u000a",_ecfca );};if _gcee {return true ;};};return false ;};func _febe (_cbdc ,_ede bounded )float64 {return _cbdc .bbox ().Llx -_ede .bbox ().Urx };func (_cdee *subpath )add (_dgd ..._ed .Point ){_cdee ._egdag =append (_cdee ._egdag ,_dgd ...)}; +func _gbgcd (_cfca *PageText )error {_agffe :=_gc .GetLicenseKey ();if _agffe !=nil &&_agffe .IsLicensed ()||_bfa {return nil ;};_deg .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); +_deg .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _bfb .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");}; +// BBox returns the smallest axis-aligned rectangle that encloses all the TextMarks in `ma`. +func (_dcgf *TextMarkArray )BBox ()(_bf .PdfRectangle ,bool ){var _gcga _bf .PdfRectangle ;_dag :=false ;for _ ,_cgaa :=range _dcgf ._agfc {if _cgaa .Meta ||_eacce (_cgaa .Text ){continue ;};if _dag {_gcga =_caddg (_gcga ,_cgaa .BBox );}else {_gcga =_cgaa .BBox ; +_dag =true ;};};return _gcga ,_dag ;};func _beeba (_gcead ,_affb _bf .PdfRectangle )(_bf .PdfRectangle ,bool ){if !_aefc (_gcead ,_affb ){return _bf .PdfRectangle {},false ;};return _bf .PdfRectangle {Llx :_aa .Max (_gcead .Llx ,_affb .Llx ),Urx :_aa .Min (_gcead .Urx ,_affb .Urx ),Lly :_aa .Max (_gcead .Lly ,_affb .Lly ),Ury :_aa .Min (_gcead .Ury ,_affb .Ury )},true ; +};func (_begb *shapesState )addPoint (_dafd ,_baba float64 ){_dabd :=_begb .establishSubpath ();_dadce :=_begb .devicePoint (_dafd ,_baba );if _dabd ==nil {_begb ._cfff =true ;_begb ._acbeg =_dadce ;}else {_dabd .add (_dadce );};};func (_afae *textWord )absorb (_bcfaaf *textWord ){_afae .PdfRectangle =_caddg (_afae .PdfRectangle ,_bcfaaf .PdfRectangle ); +_afae ._bdaeb =append (_afae ._bdaeb ,_bcfaaf ._bdaeb ...);}; -// ExtractPageText returns the text contents of `e` (an Extractor for a page) as a PageText. -// TODO(peterwilliams97): The stats complicate this function signature and aren't very useful. -// -// Replace with a function like Extract() (*PageText, error) -func (_cgbc *Extractor )ExtractPageText ()(*PageText ,int ,int ,error ){_cag ,_ccbb ,_bga ,_ceed :=_cgbc .extractPageText (_cgbc ._ddgf ,_cgbc ._eba ,_da .IdentityMatrix (),0,false );if _ceed !=nil &&_ceed !=_b .ErrColorOutOfRange {return nil ,0,0,_ceed ; -};if _cgbc ._ddde !=nil {_cag ._ddfd ._gabb =_cgbc ._ddde .UseSimplerExtractionProcess ;};_cag .computeViews ();_ceed =_bbeea (_cag );if _ceed !=nil {return nil ,0,0,_ceed ;};if _cgbc ._ddde !=nil {if _cgbc ._ddde .ApplyCropBox &&_cgbc ._fce !=nil {_cag .ApplyArea (*_cgbc ._fce ); -};_cag ._ddfd ._bfgf =_cgbc ._ddde .DisableDocumentTags ;};return _cag ,_ccbb ,_bga ,nil ;}; +// String returns a description of `p`. +func (_dedf *textPara )String ()string {if _dedf ._afce {return _deg .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u005b\u0045\u004d\u0050\u0054\u0059\u005d",_dedf .PdfRectangle );};_gfda :="";if _dedf ._fcdge !=nil {_gfda =_deg .Sprintf ("\u005b\u0025\u0064\u0078\u0025\u0064\u005d\u0020",_dedf ._fcdge ._ccfea ,_dedf ._fcdge ._gecff ); +};return _deg .Sprintf ("\u0025\u0036\u002e\u0032f \u0025\u0073\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u0020\u0025\u0071",_dedf .PdfRectangle ,_gfda ,len (_dedf ._efff ),_bdfde (_dedf .text (),50));};func (_edc *imageExtractContext )extractFormImages (_bgb *_cb .PdfObjectName ,_ecdd _gf .GraphicsState ,_eafa *_bf .PdfPageResources )error {_defd ,_cae :=_eafa .GetXObjectFormByName (*_bgb ); +if _cae !=nil {return _cae ;};if _defd ==nil {return nil ;};_acc ,_cae :=_defd .GetContentStream ();if _cae !=nil {return _cae ;};_bcd :=_defd .Resources ;if _bcd ==nil {_bcd =_eafa ;};_cae =_edc .extractContentStreamImages (string (_acc ),_bcd );if _cae !=nil {return _cae ; +};_edc ._gbce ++;return nil ;};func (_acabe paraList )addNeighbours (){_fccf :=func (_bdff []int ,_abbadd *textPara )([]*textPara ,[]*textPara ){_dacb :=make ([]*textPara ,0,len (_bdff )-1);_bcbf :=make ([]*textPara ,0,len (_bdff )-1);for _ ,_ggabd :=range _bdff {_fcaec :=_acabe [_ggabd ]; +if _fcaec .Urx <=_abbadd .Llx {_dacb =append (_dacb ,_fcaec );}else if _fcaec .Llx >=_abbadd .Urx {_bcbf =append (_bcbf ,_fcaec );};};return _dacb ,_bcbf ;};_cacec :=func (_bbef []int ,_adbc *textPara )([]*textPara ,[]*textPara ){_cdfa :=make ([]*textPara ,0,len (_bbef )-1); +_cgcc :=make ([]*textPara ,0,len (_bbef )-1);for _ ,_debgc :=range _bbef {_cdca :=_acabe [_debgc ];if _cdca .Ury <=_adbc .Lly {_cgcc =append (_cgcc ,_cdca );}else if _cdca .Lly >=_adbc .Ury {_cdfa =append (_cdfa ,_cdca );};};return _cdfa ,_cgcc ;};_deeaf :=_acabe .yNeighbours (_dadd ); +for _ ,_dbde :=range _acabe {_cfbae :=_deeaf [_dbde ];if len (_cfbae )==0{continue ;};_gbbca ,_bcge :=_fccf (_cfbae ,_dbde );if len (_gbbca )==0&&len (_bcge )==0{continue ;};if len (_gbbca )> 0{_bgbad :=_gbbca [0];for _ ,_bfdea :=range _gbbca [1:]{if _bfdea .Urx >=_bgbad .Urx {_bgbad =_bfdea ; +};};for _ ,_gbca :=range _gbbca {if _gbca !=_bgbad &&_gbca .Urx > _bgbad .Llx {_bgbad =nil ;break ;};};if _bgbad !=nil &&_eabf (_dbde .PdfRectangle ,_bgbad .PdfRectangle ){_dbde ._baec =_bgbad ;};};if len (_bcge )> 0{_ffad :=_bcge [0];for _ ,_bcac :=range _bcge [1:]{if _bcac .Llx <=_ffad .Llx {_ffad =_bcac ; +};};for _ ,_eeadf :=range _bcge {if _eeadf !=_ffad &&_eeadf .Llx < _ffad .Urx {_ffad =nil ;break ;};};if _ffad !=nil &&_eabf (_dbde .PdfRectangle ,_ffad .PdfRectangle ){_dbde ._dabb =_ffad ;};};};_deeaf =_acabe .xNeighbours (_fgbf );for _ ,_effaac :=range _acabe {_gbbbb :=_deeaf [_effaac ]; +if len (_gbbbb )==0{continue ;};_daddc ,_gdef :=_cacec (_gbbbb ,_effaac );if len (_daddc )==0&&len (_gdef )==0{continue ;};if len (_gdef )> 0{_befcb :=_gdef [0];for _ ,_gcebe :=range _gdef [1:]{if _gcebe .Ury >=_befcb .Ury {_befcb =_gcebe ;};};for _ ,_cdcg :=range _gdef {if _cdcg !=_befcb &&_cdcg .Ury > _befcb .Lly {_befcb =nil ; +break ;};};if _befcb !=nil &&_aggg (_effaac .PdfRectangle ,_befcb .PdfRectangle ){_effaac ._bddf =_befcb ;};};if len (_daddc )> 0{_ccgg :=_daddc [0];for _ ,_bgebc :=range _daddc [1:]{if _bgebc .Lly <=_ccgg .Lly {_ccgg =_bgebc ;};};for _ ,_bdaa :=range _daddc {if _bdaa !=_ccgg &&_bdaa .Lly < _ccgg .Ury {_ccgg =nil ; +break ;};};if _ccgg !=nil &&_aggg (_effaac .PdfRectangle ,_ccgg .PdfRectangle ){_effaac ._defb =_ccgg ;};};};for _ ,_cecdc :=range _acabe {if _cecdc ._baec !=nil &&_cecdc ._baec ._dabb !=_cecdc {_cecdc ._baec =nil ;};if _cecdc ._defb !=nil &&_cecdc ._defb ._bddf !=_cecdc {_cecdc ._defb =nil ; +};if _cecdc ._dabb !=nil &&_cecdc ._dabb ._baec !=_cecdc {_cecdc ._dabb =nil ;};if _cecdc ._bddf !=nil &&_cecdc ._bddf ._defb !=_cecdc {_cecdc ._bddf =nil ;};};};func (_gbgc paraList )tables ()[]TextTable {var _eadag []TextTable ;if _cdgfc {_d .Log .Info ("\u0070\u0061\u0072\u0061\u0073\u002e\u0074\u0061\u0062\u006c\u0065\u0073\u003a"); +};for _ ,_cedc :=range _gbgc {_afebd :=_cedc ._fcdge ;if _afebd !=nil &&_afebd .isExportable (){_eadag =append (_eadag ,_afebd .toTextTable ());};};return _eadag ;};const _abgf =20;func (_ffb *wordBag )depthRange (_ccdg ,_bfc int )[]int {var _efge []int ; +for _ccef :=range _ffb ._gecfd {if _ccdg <=_ccef &&_ccef <=_bfc {_efge =append (_efge ,_ccef );};};if len (_efge )==0{return nil ;};_bd .Ints (_efge );return _efge ;};func (_dbed *TextMarkArray )exists (_bbg TextMark )bool {for _ ,_ffec :=range _dbed .Elements (){if _ga .DeepEqual (_bbg .DirectObject ,_ffec .DirectObject )&&_ga .DeepEqual (_bbg .BBox ,_ffec .BBox )&&_ffec .Text ==_bbg .Text {return true ; +};};return false ;};func _afdgg (_bcceg *list )[]*list {var _ggde []*list ;for _ ,_bbcfa :=range _bcceg ._caede {switch _bbcfa ._degb {case "\u004c\u0049":_dgcgg :=_fdgec (_bbcfa );_fcgea :=_afdgg (_bbcfa );_gbcec :=_dca (_dgcgg ,"\u0062\u0075\u006c\u006c\u0065\u0074",_fcgea ); +_gdca :=_fdea (_dgcgg ,"");_gbcec ._gcbe =_gdca ;_ggde =append (_ggde ,_gbcec );case "\u004c\u0042\u006fd\u0079":return _afdgg (_bbcfa );case "\u004c":_aegd :=_afdgg (_bbcfa );_ggde =append (_ggde ,_aegd ...);return _ggde ;};};return _ggde ;};type intSet map[int ]struct{}; +func (_ebfg *textObject )setTextMatrix (_ecgc []float64 ){if len (_ecgc )!=6{_d .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006c\u0065\u006e\u0028\u0066\u0029\u0020\u0021\u003d\u0020\u0036\u0020\u0028\u0025\u0064\u0029",len (_ecgc ));return ;};_dbgf ,_egc ,_gebb ,_bbfd ,_acbd ,_cbeg :=_ecgc [0],_ecgc [1],_ecgc [2],_ecgc [3],_ecgc [4],_ecgc [5]; +_ebfg ._dcea =_ed .NewMatrix (_dbgf ,_egc ,_gebb ,_bbfd ,_acbd ,_cbeg );_ebfg ._dada =_ebfg ._dcea ;};func _gdafg (_afbgc ,_fcbdb int )int {if _afbgc > _fcbdb {return _afbgc ;};return _fcbdb ;};func (_fbge *textObject )setHorizScaling (_dfaa float64 ){if _fbge ==nil {return ; +};_fbge ._gdga ._fge =_dfaa ;};var _ce =[]string {"\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0053","\u0042","\u0053","\u0057\u0053","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042","\u0042","\u0053","\u0057\u0053","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0053","\u0043\u0053","\u0045\u0053","\u0043\u0053","\u0043\u0053","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0043\u0053","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0042\u004e","\u0043\u0053","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u0045\u0054","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u0042\u004e","\u004f\u004e","\u004f\u004e","\u0045\u0054","\u0045\u0054","\u0045\u004e","\u0045\u004e","\u004f\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u0045\u004e","\u004c","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004f\u004e","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c","\u004c"}; +type textLine struct{_bf .PdfRectangle ;_eeage float64 ;_bbfda []*textWord ;_cecg float64 ;};func (_eada *textMark )bbox ()_bf .PdfRectangle {return _eada .PdfRectangle };const _agcc =10;func (_fbagc *textTable )toTextTable ()TextTable {if _cdgfc {_d .Log .Info ("t\u006fT\u0065\u0078\u0074\u0054\u0061\u0062\u006c\u0065:\u0020\u0025\u0064\u0020x \u0025\u0064",_fbagc ._ccfea ,_fbagc ._gecff ); +};_eagf :=make ([][]TableCell ,_fbagc ._gecff );for _ggbb :=0;_ggbb < _fbagc ._gecff ;_ggbb ++{_eagf [_ggbb ]=make ([]TableCell ,_fbagc ._ccfea );for _eafgf :=0;_eafgf < _fbagc ._ccfea ;_eafgf ++{_gbecb :=_fbagc .get (_eafgf ,_ggbb );if _gbecb ==nil {continue ; +};_dcca (_gbecb ._efff );if _cdgfc {_deg .Printf ("\u0025\u0034\u0064 \u0025\u0032\u0064\u003a\u0020\u0025\u0073\u000a",_eafgf ,_ggbb ,_gbecb );};_eagf [_ggbb ][_eafgf ].Text =_gbecb .text ();_gfcgg :=0;_eagf [_ggbb ][_eafgf ].Marks ._agfc =_gbecb .toTextMarks (&_gfcgg ); +};};_eaedg :=TextTable {W :_fbagc ._ccfea ,H :_fbagc ._gecff ,Cells :_eagf };_eaedg .PdfRectangle =_fbagc .bbox ();return _eaedg ;};const (_acdg rulingKind =iota ;_faec ;_acegd ;);func (_adb *shapesState )lineTo (_gffg ,_gffca float64 ){if _efcb {_d .Log .Info ("\u006c\u0069\u006eeT\u006f\u0028\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0070\u003d\u0025\u002e\u0032\u0066",_gffg ,_gffca ,_adb .devicePoint (_gffg ,_gffca )); +};_adb .addPoint (_gffg ,_gffca );};type bounded interface{bbox ()_bf .PdfRectangle }; // ExtractFonts returns all font information from the page extractor, including // font name, font type, the raw data of the embedded font file (if embedded), font descriptor and more. @@ -732,301 +210,884 @@ func (_cgbc *Extractor )ExtractPageText ()(*PageText ,int ,int ,error ){_cag ,_c // The entries from `previousPageFonts` are added to the returned result unless already included in the page, i.e. no duplicate entries. // // NOTE: If previousPageFonts is nil, all fonts from the page will be returned. Use it when building up a full list of fonts for a document or page range. -func (_fe *Extractor )ExtractFonts (previousPageFonts *PageFonts )(*PageFonts ,error ){_adab :=PageFonts {};_fdbe :=_adab .extractPageResourcesToFont (_fe ._eba );if _fdbe !=nil {return nil ,_fdbe ;};if previousPageFonts !=nil {for _ ,_fgc :=range previousPageFonts .Fonts {if !_cac (_adab .Fonts ,_fgc .FontName ){_adab .Fonts =append (_adab .Fonts ,_fgc ); -};};};return &PageFonts {Fonts :_adab .Fonts },nil ;};func (_babe *wordBag )getDepthIdx (_bfec float64 )int {_gagd :=_babe .depthIndexes ();_edb :=_fdd (_bfec );if _edb < _gagd [0]{return _gagd [0];};if _edb > _gagd [len (_gagd )-1]{return _gagd [len (_gagd )-1]; -};return _edb ;};func (_bdbb rulingList )tidied (_cfdca string )rulingList {_geba :=_bdbb .removeDuplicates ();_geba .log ("\u0075n\u0069\u0071\u0075\u0065\u0073");_cgdfa :=_geba .snapToGroups ();if _cgdfa ==nil {return nil ;};_cgdfa .sort ();if _ccffg {_e .Log .Info ("\u0074\u0069\u0064i\u0065\u0064\u003a\u0020\u0025\u0071\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u0075\u006e\u0069\u0071\u0075\u0065\u0073\u003d\u0025\u0064\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0064\u003d\u0025\u0064",_cfdca ,len (_bdbb ),len (_geba ),len (_cgdfa )); -};_cgdfa .log ("\u0063o\u0061\u006c\u0065\u0073\u0063\u0065d");return _cgdfa ;};func (_agbcg paraList )findTables (_gagbf []gridTiling )[]*textTable {_agbcg .addNeighbours ();_fd .Slice (_agbcg ,func (_efdde ,_dgbe int )bool {return _cacef (_agbcg [_efdde ],_agbcg [_dgbe ])< 0}); -var _cffad []*textTable ;if _fcbff {_fgdgd :=_agbcg .findGridTables (_gagbf );_cffad =append (_cffad ,_fgdgd ...);};if _cabf {_ceecbd :=_agbcg .findTextTables ();_cffad =append (_cffad ,_ceecbd ...);};return _cffad ;};func (_afceg paraList )yNeighbours (_bbef float64 )map[*textPara ][]int {_faaed :=make ([]event ,2*len (_afceg )); -if _bbef ==0{for _aeabd ,_cgcg :=range _afceg {_faaed [2*_aeabd ]=event {_cgcg .Lly ,true ,_aeabd };_faaed [2*_aeabd +1]=event {_cgcg .Ury ,false ,_aeabd };};}else {for _fggdf ,_gbbca :=range _afceg {_faaed [2*_fggdf ]=event {_gbbca .Lly -_bbef *_gbbca .fontsize (),true ,_fggdf }; -_faaed [2*_fggdf +1]=event {_gbbca .Ury +_bbef *_gbbca .fontsize (),false ,_fggdf };};};return _afceg .eventNeighbours (_faaed );}; +func (_egge *Extractor )ExtractFonts (previousPageFonts *PageFonts )(*PageFonts ,error ){_gba :=PageFonts {};_ege :=_gba .extractPageResourcesToFont (_egge ._ac );if _ege !=nil {return nil ,_ege ;};if previousPageFonts !=nil {for _ ,_ad :=range previousPageFonts .Fonts {if !_bda (_gba .Fonts ,_ad .FontName ){_gba .Fonts =append (_gba .Fonts ,_ad ); +};};};return &PageFonts {Fonts :_gba .Fonts },nil ;};func (_eebed rulingList )blocks (_badcfc ,_cecd *ruling )bool {if _badcfc ._ggbc > _cecd ._agbd ||_cecd ._ggbc > _badcfc ._agbd {return false ;};_efag :=_aa .Max (_badcfc ._ggbc ,_cecd ._ggbc );_dgceg :=_aa .Min (_badcfc ._agbd ,_cecd ._agbd ); +if _badcfc ._gdge > _cecd ._gdge {_badcfc ,_cecd =_cecd ,_badcfc ;};for _ ,_abgeb :=range _eebed {if _badcfc ._gdge <=_abgeb ._gdge +_gece &&_abgeb ._gdge <=_cecd ._gdge +_gece &&_abgeb ._ggbc <=_dgceg &&_efag <=_abgeb ._agbd {return true ;};};return false ; +};func _ddc (_fcgf *textWord ,_fgeag float64 ,_fecc ,_cabc rulingList )*wordBag {_adae :=_fdcc (_fcgf ._afefd );_beab :=[]*textWord {_fcgf };_dbab :=wordBag {_gecfd :map[int ][]*textWord {_adae :_beab },PdfRectangle :_fcgf .PdfRectangle ,_bcf :_fcgf ._gbaff ,_bdgd :_fgeag ,_affe :_fecc ,_fgea :_cabc }; +return &_dbab ;};func _cbafcd (_befc string )bool {if _a .RuneCountInString (_befc )< _cfgd {return false ;};_fddbb ,_acbb :=_a .DecodeLastRuneInString (_befc );if _acbb <=0||!_g .Is (_g .Hyphen ,_fddbb ){return false ;};_fddbb ,_acbb =_a .DecodeLastRuneInString (_befc [:len (_befc )-_acbb ]); +return _acbb > 0&&!_g .IsSpace (_fddbb );};func _egac (_dabg *list ,_cdbb *_gb .Builder ,_fcbc *string ){_ebdcg :=_cgdb (_dabg ,_fcbc );_cdbb .WriteString (_ebdcg );for _ ,_aggff :=range _dabg ._caede {_cgaf :=*_fcbc +"\u0020\u0020\u0020";_egac (_aggff ,_cdbb ,&_cgaf ); +};};func _agfgg (_bgddc map[float64 ][]*textLine )[]float64 {_baebb :=[]float64 {};for _bacec :=range _bgddc {_baebb =append (_baebb ,_bacec );};_bd .Float64s (_baebb );return _baebb ;};func _eacce (_gfcgf string )bool {for _ ,_dgbec :=range _gfcgf {if !_g .IsSpace (_dgbec ){return false ; +};};return true ;};func (_eagg *wordBag )firstReadingIndex (_bbdg int )int {_bbee :=_eagg .firstWord (_bbdg )._gbaff ;_gdgc :=float64 (_bbdg +1)*_eegd ;_fffg :=_gdgc +_dedb *_bbee ;_gfcff :=_bbdg ;for _ ,_cgggb :=range _eagg .depthBand (_gdgc ,_fffg ){if _cedg (_eagg .firstWord (_cgggb ),_eagg .firstWord (_gfcff ))< 0{_gfcff =_cgggb ; +};};return _gfcff ;};type rulingList []*ruling ;func (_gaffc *textObject )setTextRenderMode (_cgac int ){if _gaffc ==nil {return ;};_gaffc ._gdga ._deca =RenderMode (_cgac );};type textObject struct{_dgccb *Extractor ;_aaaa *_bf .PdfPageResources ;_cbge _gf .GraphicsState ; +_gdga *textState ;_cgdf *stateStack ;_dcea _ed .Matrix ;_dada _ed .Matrix ;_ebfd []*textMark ;_agba bool ;};func _agbe (_dadb []*textLine )map[float64 ][]*textLine {_bd .Slice (_dadb ,func (_bcdc ,_adaeg int )bool {return _dadb [_bcdc ]._eeage < _dadb [_adaeg ]._eeage }); +_dbfgd :=map[float64 ][]*textLine {};for _ ,_bgad :=range _dadb {_faae :=_ddbd (_bgad );_faae =_aa .Round (_faae );_dbfgd [_faae ]=append (_dbfgd [_faae ],_bgad );};return _dbfgd ;};func (_bgdeb *PageText )getText ()string {_ccca :="";_gcfd :=len (_bgdeb ._afbb ); +for _fcc :=0;_fcc < 360&&_gcfd > 0;_fcc +=90{_bdeb :=make ([]*textMark ,0,len (_bgdeb ._afbb )-_gcfd );for _ ,_bcgd :=range _bgdeb ._afbb {if _bcgd ._acgg ==_fcc {_bdeb =append (_bdeb ,_bcgd );};};if len (_bdeb )> 0{_ccca +=_ecbcb (_bdeb ,_bgdeb ._cffb ); +_gcfd -=len (_bdeb );};};return _ccca ;}; + +// Elements returns the TextMarks in `ma`. +func (_ddb *TextMarkArray )Elements ()[]TextMark {return _ddb ._agfc };func (_aecbf *textWord )computeText ()string {_cfed :=make ([]string ,len (_aecbf ._bdaeb ));for _fgae ,_fcga :=range _aecbf ._bdaeb {_cfed [_fgae ]=_fcga ._dbec ;};return _gb .Join (_cfed ,""); +};type pathSection struct{_cgdd []*subpath ;_bcc .Color ;};func (_ecdaf *textTable )emptyCompositeRow (_gdbgf int )bool {for _gcccd :=0;_gcccd < _ecdaf ._ccfea ;_gcccd ++{if _faefd ,_abbd :=_ecdaf ._ebcde [_dfdbcc (_gcccd ,_gdbgf )];_abbd {if len (_faefd .paraList )> 0{return false ; +};};};return true ;};func _dbeg (_ebb *TextMarkArray ,_cgc *string ,_bdc *int ,_fcac string )error {var _abc TextMark ;for _ ,_ffa :=range _ebb .Elements (){_ffaa :=_ffa .Text ;_gbf :=_ffa .Font ;_dfca :="";_fced :=*_cgc ;if len (_fced )> *_bdc {_dfca =_fced [*_bdc :*_bdc +len (_ffaa )]; +}else if *_bdc ==len (_fcac )-1&&len (_fced )> *_bdc {_dfca =_fced [*_bdc :];};_adga :=_ffa .DirectObject ;if _adga ==nil &&_ffa .Text =="\u0020"{_fbfb :=_abc .ObjString ;_dcf :=_fbfb [len (_fbfb )-1];if _dcf !=_ffa .Text {_adga =_abc .DirectObject ;_gbf =_abc .Font ; +_cace ,_fde :=_cb .GetString (_adga );if !_fde {return _deg .Errorf ("\u0075n\u0061\u0062l\u0065\u0020\u0074\u006f \u0067\u0065\u0074 \u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0042\u0079te\u0073\u0020\u0066r\u006f\u006d \u0064\u0069\u0072\u0065\u0063\u0074O\u0062\u006ae\u0063\u0074"); +};_bcgbf ,_fde :=_cb .GetStringBytes (_adga );if !_fde {return _cb .ErrTypeError ;};_ged :=_ecf (_bcgbf ,_gbf );_dfca =_ged +_dfca ;_edab (_cace ,_dfca ,_gbf );*_bdc +=len (_ffaa );continue ;};};_dgcg ,_gbag :=_cb .GetString (_adga );if !_gbag {return _deg .Errorf ("\u0075n\u0061\u0062l\u0065\u0020\u0074\u006f \u0067\u0065\u0074 \u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0042\u0079te\u0073\u0020\u0066r\u006f\u006d \u0064\u0069\u0072\u0065\u0063\u0074O\u0062\u006ae\u0063\u0074"); +};_eba :="";_fedf ,_gbag :=_cb .GetStringBytes (_adga );if !_gbag {return _cb .ErrTypeError ;};_gdee :=_ecf (_fedf ,_gbf );_eba =_gb .Replace (_gdee ,_ffaa ,_dfca ,1);_edab (_dgcg ,_eba ,_gbf );*_bdc +=len (_ffaa );_abc =_ffa ;};return nil ;};func _eaff (_bebf bounded )float64 {return -_bebf .bbox ().Lly }; +func (_cfgde paraList )writeText (_bbada _bc .Writer ){for _ddee ,_dfdbg :=range _cfgde {if _dfdbg ._afce {continue ;};_dfdbg .writeText (_bbada );if _ddee !=len (_cfgde )-1{if _cdfea (_dfdbg ,_cfgde [_ddee +1]){_bbada .Write ([]byte ("\u0020"));}else {_bbada .Write ([]byte ("\u000a")); +_bbada .Write ([]byte ("\u000a"));};};};_bbada .Write ([]byte ("\u000a"));_bbada .Write ([]byte ("\u000a"));};const (_ee ="\u0045\u0052R\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"; +_eac ="\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043a\u006e\u0027\u0074 g\u0065\u0074\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002c\u0020\u0066\u006fn\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064"; +_eb ="\u0045\u0052\u0052O\u0052\u003a\u0020\u0043\u0061\u006e\u0027\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065";_gff ="E\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066o\u006e\u0074\u0020\u0066ou\u006e\u0064"; +); + +// ExtractText processes and extracts all text data in content streams and returns as a string. +// It takes into account character encodings in the PDF file, which are decoded by +// CharcodeBytesToUnicode. +// Characters that can't be decoded are replaced with MissingCodeRune ('\ufffd' = �). +func (_bab *Extractor )ExtractText ()(string ,error ){_eebe ,_ ,_ ,_gadb :=_bab .ExtractTextWithStats ();return _eebe ,_gadb ;};func (_gaege *textObject )nextLine (){_gaege .moveLP (0,-_gaege ._gdga ._abf )};func (_dbgff intSet )del (_edffe int ){delete (_dbgff ,_edffe )}; + + +// RenderMode specifies the text rendering mode (Tmode), which determines whether showing text shall cause +// glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. +// Stroking, filling, and clipping shall have the same effects for a text object as they do for a path object +// (see 8.5.3, "Path-Painting Operators" and 8.5.4, "Clipping Path Operators"). +type RenderMode int ; + +// String returns a description of `w`. +func (_dcaga *textWord )String ()string {return _deg .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_dcaga ._afefd ,_dcaga .PdfRectangle ,_dcaga ._gbaff ,_dcaga ._dfaee ); +};func (_gfbd paraList )sortTopoOrder (){_gbef :=_gfbd .topoOrder ();_gfbd .reorder (_gbef )};func (_bedg *subpath )removeDuplicates (){if len (_bedg ._egdag )==0{return ;};_ebab :=[]_ed .Point {_bedg ._egdag [0]};for _ ,_fgdef :=range _bedg ._egdag [1:]{if !_afcb (_fgdef ,_ebab [len (_ebab )-1]){_ebab =append (_ebab ,_fgdef ); +};};_bedg ._egdag =_ebab ;};func (_bcad *textObject )getFont (_gbee string )(*_bf .PdfFont ,error ){if _bcad ._dgccb ._fca !=nil {_daa ,_dbbd :=_bcad .getFontDict (_gbee );if _dbbd !=nil {_d .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0067\u0065\u0074\u0046\u006f\u006e\u0074:\u0020n\u0061m\u0065=\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",_gbee ,_dbbd .Error ()); +return nil ,_dbbd ;};_bcad ._dgccb ._bba ++;_aagca ,_egde :=_bcad ._dgccb ._fca [_daa .String ()];if _egde {_aagca ._aagb =_bcad ._dgccb ._bba ;return _aagca ._cdfd ,nil ;};};_gcea ,_acgd :=_bcad .getFontDict (_gbee );if _acgd !=nil {return nil ,_acgd ; +};_fgda ,_acgd :=_bcad .getFontDirect (_gbee );if _acgd !=nil {return nil ,_acgd ;};if _bcad ._dgccb ._fca !=nil {_gbfc :=fontEntry {_fgda ,_bcad ._dgccb ._bba };if len (_bcad ._dgccb ._fca )>=_agcc {var _edff []string ;for _bfbg :=range _bcad ._dgccb ._fca {_edff =append (_edff ,_bfbg ); +};_bd .Slice (_edff ,func (_ceda ,_aga int )bool {return _bcad ._dgccb ._fca [_edff [_ceda ]]._aagb < _bcad ._dgccb ._fca [_edff [_aga ]]._aagb ;});delete (_bcad ._dgccb ._fca ,_edff [0]);};_bcad ._dgccb ._fca [_gcea .String ()]=_gbfc ;};return _fgda ,nil ; +}; + +// Tables returns the tables extracted from the page. +func (_egca PageText )Tables ()[]TextTable {if _cdgfc {_d .Log .Info ("\u0054\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_egca ._aef ));};return _egca ._aef ;};func _ea (_cc []rune )BidiText {_bb :=-1;_cga :=false ;_cea :=true ;_efb :=len (_cc ); +_agg :=make ([]string ,_efb );_gg :=make ([]string ,_efb );if _efb ==0||_cga {return _ae (string (_cc ),_cea ,_cga );};_cbf :=0;for _dc ,_cf :=range _cc {_agg [_dc ]=string (_cf );_gdg :="\u004c";if _cf <=0x00ff{_gdg =_ce [_cf ];}else if 0x0590<=_cf &&_cf <=0x05f4{_gdg ="\u0052"; +}else if 0x0600<=_cf &&_cf <=0x06ff{_fga :=_cf &0xff;if int (_fga )>=len (_bdb ){_d .Log .Debug ("\u0042\u0069\u0064\u0069\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0055n\u0069c\u006f\u0064\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020"+string (_cf )); +};_gdg =_bdb [_cf &0xff];}else if (0x0700<=_cf &&_cf <=0x08ac)||(0xfb50<=_cf &&_cf <=0xfdff)||(0xfe70<=_cf &&_cf <=0xfeff){_gdg ="\u0041\u004c";};if _gdg =="\u0052"||_gdg =="\u0041\u004c"||_gdg =="\u0041\u004e"{_cbf ++;};_gg [_dc ]=_gdg ;};if _cbf ==0{_cea =true ; +return _ae (string (_cc ),_cea ,false );};if _bb ==-1{if float64 (_cbf )/float64 (_efb )< 0.3&&_efb > 4{_cea =true ;_bb =0;}else {_cea =false ;_bb =1;};};var _ddg []int ;for range _cc {_ddg =append (_ddg ,_bb );};_gfg :="\u004c";if _dd (_bb ){_gfg ="\u0052"; +};_ec :=_gfg ;_bca :=_ec ;_bde :=_ec ;for _ge :=range _cc {if _gg [_ge ]=="\u004e\u0053\u004d"{_gg [_ge ]=_bde ;}else {_bde =_gg [_ge ];};};_bde =_ec ;var _cbb string ;for _fac :=range _cc {_cbb =_gg [_fac ];if _cbb =="\u0045\u004e"{if _bde =="\u0041\u004c"{_gg [_fac ]="\u0041\u004e"; +}else {_gg [_fac ]="\u0045\u004e";};}else if _cbb =="\u0052"||_cbb =="\u004c"||_cbb =="\u0041\u004c"{_bde =_cbb ;};};for _aab :=range _cc {_ddd :=_gg [_aab ];if _ddd =="\u0041\u004c"{_gg [_aab ]="\u0052";};};for _ecg :=1;_ecg < (len (_cc )-1);_ecg ++{if _gg [_ecg ]=="\u0045\u0053"&&_gg [_ecg -1]=="\u0045\u004e"&&_gg [_ecg +1]=="\u0045\u004e"{_gg [_ecg ]="\u0045\u004e"; +};if _gg [_ecg ]=="\u0043\u0053"&&(_gg [_ecg -1]=="\u0045\u004e"||_gg [_ecg -1]=="\u0041\u004e")&&_gg [_ecg +1]==_gg [_ecg -1]{_gg [_ecg ]=_gg [_ecg -1];};};for _fce :=range _cc {if _gg [_fce ]=="\u0045\u004e"{for _ceaa :=_fce -1;_ceaa >=0;_ceaa --{if _gg [_ceaa ]!="\u0045\u0054"{break ; +};_gg [_ceaa ]="\u0045\u004e";};for _faf :=_fce +1;_faf < _efb ;_faf ++{if _gg [_faf ]!="\u0045\u0054"{break ;};_gg [_faf ]="\u0045\u004e";};};};for _debc :=range _cc {_agc :=_gg [_debc ];if _agc =="\u0057\u0053"||_agc =="\u0045\u0053"||_agc =="\u0045\u0054"||_agc =="\u0043\u0053"{_gg [_debc ]="\u004f\u004e"; +};};_bde ="\u0073\u006f\u0072";for _cgd :=range _cc {_ceb :=_gg [_cgd ];if _ceb =="\u0045\u004e"{if _bde =="\u004c"{_gg [_cgd ]="\u004c";}else {_gg [_cgd ]="\u0045\u004e";};}else if _ceb =="\u0052"||_ceb =="\u004c"{_bde =_ceb ;};};for _bdd :=0;_bdd < len (_cc ); +_bdd ++{if _gg [_bdd ]=="\u004f\u004e"{_cgb :=_ba (_gg ,_bdd +1,"\u004f\u004e");_ab :=_bca ;if _bdd > 0{_ab =_gg [_bdd -1];};_dfd :=_bca ;if _cgb +1< _efb {_dfd =_gg [_cgb +1];};if _ab !="\u004c"{_ab ="\u0052";};if _dfd !="\u004c"{_dfd ="\u0052";};if _ab ==_dfd {_fe (_gg ,_bdd ,_cgb ,_ab ); +};_bdd =_cgb -1;};};for _cad :=range _cc {if _gg [_cad ]=="\u004f\u004e"{_gg [_cad ]=_gfg ;};};for _bfg :=range _cc {_fcd :=_gg [_bfg ];if _cd (_ddg [_bfg ]){if _fcd =="\u0052"{_ddg [_bfg ]++;}else if _fcd =="\u0041\u004e"||_fcd =="\u0045\u004e"{_ddg [_bfg ]+=2; +};}else if _fcd =="\u004c"||_fcd =="\u0041\u004e"||_fcd =="\u0045\u004e"{_ddg [_bfg ]++;};};_dege :=-1;_cce :=99;var _bg int ;for _dgg :=0;_dgg < len (_ddg );_dgg ++{_bg =_ddg [_dgg ];if _dege < _bg {_dege =_bg ;};if _cce > _bg &&_dd (_bg ){_cce =_bg ; +};};for _cba :=_dege ;_cba >=_cce ;_cba --{_bff :=-1;for _bbf :=0;_bbf < len (_ddg );_bbf ++{if _ddg [_bbf ]< _cba {if _bff >=0{_dda (_agg ,_bff ,_bbf );_bff =-1;};}else if _bff < 0{_bff =_bbf ;};};if _bff >=0{_dda (_agg ,_bff ,len (_ddg ));};};for _eab :=0; +_eab < len (_agg );_eab ++{_gae :=_agg [_eab ];if _gae =="\u003c"||_gae =="\u003e"{_agg [_eab ]="";};};return _ae (_gb .Join (_agg ,""),_cea ,false );};func (_defda *stateStack )pop ()*textState {if _defda .empty (){return nil ;};_gfe :=*(*_defda )[len (*_defda )-1]; +*_defda =(*_defda )[:len (*_defda )-1];return &_gfe ;};var _bfcb *_fc .Regexp =_fc .MustCompile (_fbeee +"\u007c"+_cgdaf );var _bfa =false ;func (_gggg *ruling )alignsSec (_gedea *ruling )bool {const _abfcfc =_gece +1.0;return _gggg ._ggbc -_abfcfc <=_gedea ._agbd &&_gedea ._ggbc -_abfcfc <=_gggg ._agbd ; +};func (_cee *textObject )getCurrentFont ()*_bf .PdfFont {_bgg :=_cee ._gdga ._bddc ;if _bgg ==nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020U\u0073\u0069\u006e\u0067\u0020d\u0065\u0066a\u0075\u006c\u0074\u002e"); +return _bf .DefaultFont ();};return _bgg ;}; + +// Text returns the text content of the `bulletLists`. +func (_fabf *lists )Text ()string {_aaac :=&_gb .Builder {};for _ ,_cgea :=range *_fabf {_bcfe :=_cgea .Text ();_aaac .WriteString (_bcfe );};return _aaac .String ();};func (_ffedg gridTile )contains (_ebgd _bf .PdfRectangle )bool {if _ffedg .numBorders ()< 3{return false ; +};if _ffedg ._cbegc &&_ebgd .Llx < _ffedg .Llx -_fdbb {return false ;};if _ffedg ._eeba &&_ebgd .Urx > _ffedg .Urx +_fdbb {return false ;};if _ffedg ._ffdg &&_ebgd .Lly < _ffedg .Lly -_fdbb {return false ;};if _ffedg ._egfbb &&_ebgd .Ury > _ffedg .Ury +_fdbb {return false ; +};return true ;}; + +// Append appends `mark` to the mark array. +func (_cccc *TextMarkArray )Append (mark TextMark ){_cccc ._agfc =append (_cccc ._agfc ,mark )};func _edab (_fgf *_cb .PdfObjectString ,_becb string ,_aagf *_bf .PdfFont ){_fgd ,_bfgdf :=_aagf .StringToCharcodeBytes (_becb );if _bfgdf !=0{_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0073\u006fm\u0065\u0020\u0072un\u0065\u0073\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065d\u002e\u000a\u0009\u0025\u0073\u0020\u002d\u003e \u0025\u0076",_becb ,_fgd ); +};_cge :=_cb .MakeStringFromBytes (_fgd );*_fgf =*_cge ;};func (_fcfd *textPara )bbox ()_bf .PdfRectangle {return _fcfd .PdfRectangle };func (_dgbd *structTreeRoot )parseStructTreeRoot (_abged _cb .PdfObject ){if _abged !=nil {_adac ,_ecddf :=_cb .GetDict (_abged ); +if !_ecddf {_d .Log .Debug ("\u0070\u0061\u0072s\u0065\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u003a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); +};K :=_adac .Get ("\u004b");_affef :=_adac .Get ("\u0054\u0079\u0070\u0065").String ();var _gffef *_cb .PdfObjectArray ;switch _ebcd :=K .(type ){case *_cb .PdfObjectArray :_gffef =_ebcd ;case *_cb .PdfObjectReference :_gffef =_cb .MakeArray (K );};_gbba :=[]structElement {}; +for _ ,_afcg :=range _gffef .Elements (){_fbfba :=&structElement {};_fbfba .parseStructElement (_afcg );_gbba =append (_gbba ,*_fbfba );};_dgbd ._gbgb =_gbba ;_dgbd ._feaee =_affef ;};};func (_agdbf *textLine )bbox ()_bf .PdfRectangle {return _agdbf .PdfRectangle }; +func (_eeeg *wordBag )depthIndexes ()[]int {if len (_eeeg ._gecfd )==0{return nil ;};_bbecg :=make ([]int ,len (_eeeg ._gecfd ));_ebc :=0;for _abac :=range _eeeg ._gecfd {_bbecg [_ebc ]=_abac ;_ebc ++;};_bd .Ints (_bbecg );return _bbecg ;};func _abad (_bgfb float64 )bool {return _aa .Abs (_bgfb )< _gece }; +func (_afgff intSet )add (_dfcc int ){_afgff [_dfcc ]=struct{}{}};func (_gebd *subpath )last ()_ed .Point {return _gebd ._egdag [len (_gebd ._egdag )-1]};func (_dfbe paraList )inTile (_ccae gridTile )paraList {var _aedcd paraList ;for _ ,_beace :=range _dfbe {if _ccae .contains (_beace .PdfRectangle ){_aedcd =append (_aedcd ,_beace ); +};};if _cdgfc {_deg .Printf ("\u0020 \u0020\u0069\u006e\u0054i\u006c\u0065\u003a\u0020\u0020%\u0073 \u0069n\u0073\u0069\u0064\u0065\u003d\u0025\u0064\n",_ccae ,len (_aedcd ));for _efdad ,_ccfaf :=range _aedcd {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_efdad ,_ccfaf ); +};_deg .Println ("");};return _aedcd ;}; + +// Marks returns the TextMark collection for a page. It represents all the text on the page. +func (_gdaa PageText )Marks ()*TextMarkArray {return &TextMarkArray {_agfc :_gdaa ._ecda }};func _cdde (_dbbbd []*textMark ,_fadd _bf .PdfRectangle )*textWord {_ffgef :=_dbbbd [0].PdfRectangle ;_afda :=_dbbbd [0]._fegc ;for _ ,_fecge :=range _dbbbd [1:]{_ffgef =_caddg (_ffgef ,_fecge .PdfRectangle ); +if _fecge ._fegc > _afda {_afda =_fecge ._fegc ;};};return &textWord {PdfRectangle :_ffgef ,_bdaeb :_dbbbd ,_afefd :_fadd .Ury -_ffgef .Lly ,_gbaff :_afda };};var _fgeb =TextMark {Text :"\u005b\u0058\u005d",Original :"\u0020",Meta :true ,FillColor :_bcc .White ,StrokeColor :_bcc .White }; +func (_fdbba rulingList )intersections ()map[int ]intSet {var _fgdd ,_gbad []int ;for _gdaceg ,_fbgeb :=range _fdbba {switch _fbgeb ._daea {case _acegd :_fgdd =append (_fgdd ,_gdaceg );case _faec :_gbad =append (_gbad ,_gdaceg );};};if len (_fgdd )< _agfef +1||len (_gbad )< _efga +1{return nil ; +};if len (_fgdd )+len (_gbad )> _edda {_d .Log .Debug ("\u0069\u006e\u0074\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0073\u003a\u0020\u0054\u004f\u004f\u0020\u004d\u0041\u004e\u0059\u0020\u0072\u0075\u006ci\u006e\u0067\u0073\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u003d\u0020%\u0064 \u0078\u0020\u0025\u0064",len (_fdbba ),len (_fgdd ),len (_gbad )); +return nil ;};_ccad :=make (map[int ]intSet ,len (_fgdd )+len (_gbad ));for _ ,_deadd :=range _fgdd {for _ ,_ebff :=range _gbad {if _fdbba [_deadd ].intersects (_fdbba [_ebff ]){if _ ,_dfece :=_ccad [_deadd ];!_dfece {_ccad [_deadd ]=make (intSet );};if _ ,_aabcc :=_ccad [_ebff ]; +!_aabcc {_ccad [_ebff ]=make (intSet );};_ccad [_deadd ].add (_ebff );_ccad [_ebff ].add (_deadd );};};};return _ccad ;};func (_adegc *textTable )getComposite (_edac ,_dgae int )(paraList ,_bf .PdfRectangle ){_bagdb ,_cfaa :=_adegc ._ebcde [_dfdbcc (_edac ,_dgae )]; +if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0067\u0065\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u002d\u003e\u0025\u0073\u000a",_edac ,_dgae ,_bagdb .String ());};if !_cfaa {return nil ,_bf .PdfRectangle {}; +};return _bagdb .parasBBox ();};func _ggbfd (_fdab *wordBag ,_bgdda *textWord ,_fcdg float64 )bool {return _bgdda .Llx < _fdab .Urx +_fcdg &&_fdab .Llx -_fcdg < _bgdda .Urx ;};func (_adbe *textWord )toTextMarks (_afgafa *int )[]TextMark {var _gacf []TextMark ; +for _ ,_acba :=range _adbe ._bdaeb {_gacf =_bafff (_gacf ,_afgafa ,_acba .ToTextMark ());};return _gacf ;};func _agfb (_feaba map[int ][]float64 )[]int {_cbdcc :=make ([]int ,len (_feaba ));_gdde :=0;for _bcbca :=range _feaba {_cbdcc [_gdde ]=_bcbca ;_gdde ++; +};_bd .Ints (_cbdcc );return _cbdcc ;};func _fe (_bce []string ,_aff int ,_gfc int ,_cbd string ){for _dde :=_aff ;_dde < _gfc ;_dde ++{_bce [_dde ]=_cbd ;};};type markKind int ;func _gbac (_ggbfb *_gf .ContentStreamOperation )(float64 ,error ){if len (_ggbfb .Params )!=1{_aea :=_bfb .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); +_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_ggbfb .Operand ,1,len (_ggbfb .Params ),_ggbfb .Params ); +return 0.0,_aea ;};return _cb .GetNumberAsFloat (_ggbfb .Params [0]);};func _fefg (_dgeb ,_gaaa float64 )bool {return _dgeb /_aa .Max (_fafbf ,_gaaa )< _aeeg };func _cadc (_fege _bf .PdfRectangle ,_bgba bounded )float64 {return _fege .Ury -_bgba .bbox ().Lly }; +func (_eaea *shapesState )fill (_eedfc *[]pathSection ){_gecgf :=pathSection {_cgdd :_eaea ._eccd ,Color :_eaea ._ebaf .getFillColor ()};*_eedfc =append (*_eedfc ,_gecgf );if _cfef {_gedd :=_gecgf .bbox ();_deg .Printf ("\u0020 \u0020\u0020\u0046\u0049\u004c\u004c\u003a %\u0032\u0064\u0020\u0066\u0069\u006c\u006c\u0073\u0020\u0028\u0025\u0064\u0020\u006ee\u0077\u0029 \u0073\u0073\u003d%\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d\u0025\u0033\u0076\u0020\u0025\u0036\u002e\u0032f\u003d\u00256.\u0032\u0066\u0078%\u0036\u002e\u0032\u0066\u000a",len (*_eedfc ),len (_gecgf ._cgdd ),_eaea ,_gecgf .Color ,_gedd ,_gedd .Width (),_gedd .Height ()); +if _cabe {for _feg ,_cbc :=range _gecgf ._cgdd {_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_feg ,_cbc );if _feg ==10{break ;};};};};};func _ffcc (_debad map[float64 ]gridTile )[]float64 {_cefdb :=make ([]float64 ,0,len (_debad )); +for _gadg :=range _debad {_cefdb =append (_cefdb ,_gadg );};_bd .Float64s (_cefdb );return _cefdb ;}; + +// String returns a description of `tm`. +func (_cbfe *textMark )String ()string {return _deg .Sprintf ("\u0025\u002e\u0032f \u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\u0022\u0025\u0073\u0022",_cbfe .PdfRectangle ,_cbfe ._fegc ,_cbfe ._dbec );};func (_gabe rulingList )splitSec ()[]rulingList {_bd .Slice (_gabe ,func (_gggdc ,_daaa int )bool {_ggcg ,_ddab :=_gabe [_gggdc ],_gabe [_daaa ]; +if _ggcg ._ggbc !=_ddab ._ggbc {return _ggcg ._ggbc < _ddab ._ggbc ;};return _ggcg ._agbd < _ddab ._agbd ;});_gbgbc :=make (map[*ruling ]struct{},len (_gabe ));_beea :=func (_baad *ruling )rulingList {_bbde :=rulingList {_baad };_gbgbc [_baad ]=struct{}{}; +for _ ,_geeb :=range _gabe {if _ ,_dbbag :=_gbgbc [_geeb ];_dbbag {continue ;};for _ ,_bacb :=range _bbde {if _geeb .alignsSec (_bacb ){_bbde =append (_bbde ,_geeb );_gbgbc [_geeb ]=struct{}{};break ;};};};return _bbde ;};_bbeef :=[]rulingList {_beea (_gabe [0])}; +for _ ,_efbfc :=range _gabe [1:]{if _ ,_ebbea :=_gbgbc [_efbfc ];_ebbea {continue ;};_bbeef =append (_bbeef ,_beea (_efbfc ));};return _bbeef ;}; + +// Box represents the bounding box of a given textMark on pdf page. +// This might be used for different kinds of high lighting after doing the search +type Box struct{BBox _bf .PdfRectangle ;};func (_afcag paraList )eventNeighbours (_cacd []event )map[*textPara ][]int {_bd .Slice (_cacd ,func (_gfea ,_afebg int )bool {_egcaa ,_adbgd :=_cacd [_gfea ],_cacd [_afebg ];_cfdg ,_defcg :=_egcaa ._gddf ,_adbgd ._gddf ; +if _cfdg !=_defcg {return _cfdg < _defcg ;};if _egcaa ._ebfae !=_adbgd ._ebfae {return _egcaa ._ebfae ;};return _gfea < _afebg ;});_abagc :=make (map[int ]intSet );_gaefec :=make (intSet );for _ ,_abgdgc :=range _cacd {if _abgdgc ._ebfae {_abagc [_abgdgc ._cffbf ]=make (intSet ); +for _acabed :=range _gaefec {if _acabed !=_abgdgc ._cffbf {_abagc [_abgdgc ._cffbf ].add (_acabed );_abagc [_acabed ].add (_abgdgc ._cffbf );};};_gaefec .add (_abgdgc ._cffbf );}else {_gaefec .del (_abgdgc ._cffbf );};};_acecb :=map[*textPara ][]int {}; +for _cbebf ,_egaed :=range _abagc {_bcfg :=_afcag [_cbebf ];if len (_egaed )==0{_acecb [_bcfg ]=nil ;continue ;};_dgagf :=make ([]int ,len (_egaed ));_bagce :=0;for _gdgcg :=range _egaed {_dgagf [_bagce ]=_gdgcg ;_bagce ++;};_acecb [_bcfg ]=_dgagf ;};return _acecb ; +};func _dca (_baef []*textLine ,_ddbf string ,_fgdge []*list )*list {return &list {_gead :_baef ,_degb :_ddbf ,_caede :_fgdge };};func (_eeadg *textPara )depth ()float64 {if _eeadg ._afce {return -1.0;};if len (_eeadg ._efff )> 0{return _eeadg ._efff [0]._eeage ; +};return _eeadg ._fcdge .depth ();};func (_afge *textObject )moveLP (_cdec ,_ebae float64 ){_afge ._dada .Concat (_ed .NewMatrix (1,0,0,1,_cdec ,_ebae ));_afge ._dcea =_afge ._dada ;};func (_ggaab paraList )topoOrder ()[]int {if _egbc {_d .Log .Info ("\u0074\u006f\u0070\u006f\u004f\u0072\u0064\u0065\u0072\u003a"); +};_caaf :=len (_ggaab );_egacb :=make ([]bool ,_caaf );_gbcf :=make ([]int ,0,_caaf );_afebe :=_ggaab .llyOrdering ();var _ggcd func (_gafee int );_ggcd =func (_gdace int ){_egacb [_gdace ]=true ;for _bgebb :=0;_bgebb < _caaf ;_bgebb ++{if !_egacb [_bgebb ]{if _ggaab .readBefore (_afebe ,_gdace ,_bgebb ){_ggcd (_bgebb ); +};};};_gbcf =append (_gbcf ,_gdace );};for _faefa :=0;_faefa < _caaf ;_faefa ++{if !_egacb [_faefa ]{_ggcd (_faefa );};};return _cdfeg (_gbcf );}; + +// ToText returns the page text as a single string. +// Deprecated: This function is deprecated and will be removed in a future major version. Please use +// Text() instead. +func (_cegd PageText )ToText ()string {return _cegd .Text ()};func (_babd *shapesState )newSubPath (){_babd .clearPath ();if _efcb {_d .Log .Info ("\u006e\u0065\u0077\u0053\u0075\u0062\u0050\u0061\u0074h\u003a\u0020\u0025\u0073",_babd );};}; + +// New returns an Extractor instance for extracting content from the input PDF page. +func New (page *_bf .PdfPage )(*Extractor ,error ){return NewWithOptions (page ,nil )};func _fdea (_dcdb []*textLine ,_ggbg string )string {var _fageb _gb .Builder ;_gcegd :=0.0;for _agfg ,_ebaeb :=range _dcdb {_cdgca :=_ebaeb .text ();_bccegd :=_ebaeb ._eeage ; +if _agfg < len (_dcdb )-1{_gcegd =_dcdb [_agfg +1]._eeage ;}else {_gcegd =0.0;};_fageb .WriteString (_ggbg );_fageb .WriteString (_cdgca );if _gcegd !=_bccegd {_fageb .WriteString ("\u000a");}else {_fageb .WriteString ("\u0020");};};return _fageb .String (); +};func _bade (_efgd *paraList )map[int ][]*textLine {_dcfc :=map[int ][]*textLine {};for _ ,_bdcd :=range *_efgd {for _ ,_fcde :=range _bdcd ._efff {if !_aaffd (_fcde ){_d .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); +continue ;};_eeca :=_fcde ._bbfda [0]._bdaeb [0]._ebfcb ;_dcfc [_eeca ]=append (_dcfc [_eeca ],_fcde );};if _bdcd ._fcdge !=nil {_gcge :=_bdcd ._fcdge ._agcf ;for _ ,_eeeb :=range _gcge {for _ ,_dfaag :=range _eeeb ._efff {if !_aaffd (_dfaag ){_d .Log .Debug ("g\u0072\u006f\u0075p\u004c\u0069\u006e\u0065\u0073\u003a\u0020\u0054\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u006c\u0069\u006e\u0065\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0073 \u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u006e\u0065 \u006d\u0063\u0069\u0064 \u006e\u0075\u006d\u0062e\u0072\u002e\u0020\u0049\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u006c\u0069\u0074\u002e"); +continue ;};_becba :=_dfaag ._bbfda [0]._bdaeb [0]._ebfcb ;_dcfc [_becba ]=append (_dcfc [_becba ],_dfaag );};};};};return _dcfc ;};func (_cacfb *textTable )isExportable ()bool {if _cacfb ._cgfe {return true ;};_bfbcc :=func (_egebf int )bool {_ddad :=_cacfb .get (0,_egebf ); +if _ddad ==nil {return false ;};_ecddfd :=_ddad .text ();_fbec :=_a .RuneCountInString (_ecddfd );_cffg :=_cfcc .MatchString (_ecddfd );return _fbec <=1||_cffg ;};for _gefda :=0;_gefda < _cacfb ._gecff ;_gefda ++{if !_bfbcc (_gefda ){return true ;};};return false ; +};func (_cabd *textObject )getFillColor ()_bcc .Color {return _gceaba (_cabd ._cbge .ColorspaceNonStroking ,_cabd ._cbge .ColorNonStroking );};func (_bdee paraList )extractTables (_caagc []gridTiling )paraList {if _cdgfc {_d .Log .Debug ("\u0065\u0078\u0074r\u0061\u0063\u0074\u0054\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_bdee )); +};if len (_bdee )< _fcda {return _bdee ;};_edcgd :=_bdee .findTables (_caagc );if _cdgfc {_d .Log .Info ("c\u006f\u006d\u0062\u0069\u006e\u0065d\u0020\u0074\u0061\u0062\u006c\u0065s\u0020\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_edcgd )); +for _gdccf ,_ggga :=range _edcgd {_ggga .log (_deg .Sprintf ("c\u006f\u006d\u0062\u0069\u006e\u0065\u0064\u0020\u0025\u0064",_gdccf ));};};return _bdee .applyTables (_edcgd );};func _bdcge (_ffbc ,_afgg _bf .PdfRectangle )bool {return _ffbc .Llx <=_afgg .Llx &&_afgg .Urx <=_ffbc .Urx &&_ffbc .Lly <=_afgg .Lly &&_afgg .Ury <=_ffbc .Ury ; +};func (_ecbg *textLine )toTextMarks (_bbedc *int )[]TextMark {var _ecgd []TextMark ;for _ ,_eeega :=range _ecbg ._bbfda {if _eeega ._cfacf {_ecgd =_ecaf (_ecgd ,_bbedc ,"\u0020");};_aaga :=_eeega .toTextMarks (_bbedc );_ecgd =append (_ecgd ,_aaga ...); +};return _ecgd ;};func _gcae (_cadab []*textLine )[]*textLine {_gbbdf :=[]*textLine {};for _ ,_cbbg :=range _cadab {_dfee :=_cbbg .text ();_aceg :=_bfcb .Find ([]byte (_dfee ));if _aceg !=nil {_gbbdf =append (_gbbdf ,_cbbg );};};return _gbbdf ;}; + +// GetContentStreamOps returns the contentStreamOps field of `pt`. +func (_cbfa *PageText )GetContentStreamOps ()*_gf .ContentStreamOperations {return _cbfa ._ffab };func (_ccefe compositeCell )String ()string {_ebee :="";if len (_ccefe .paraList )> 0{_ebee =_bdfde (_ccefe .paraList .merge ().text (),50);};return _deg .Sprintf ("\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0070\u0061\u0072a\u0073\u0020\u0025\u0071",_ccefe .PdfRectangle ,len (_ccefe .paraList ),_ebee ); +};func _fgde (_bage _ed .Point )_ed .Matrix {return _ed .TranslationMatrix (_bage .X ,_bage .Y )};func (_egee *structTreeRoot )buildList (_gbbf map[int ][]*textLine ,_gdgad _cb .PdfObject )[]*list {if _egee ==nil {_d .Log .Debug ("\u0062\u0075\u0069\u006c\u0064\u004c\u0069\u0073\u0074\u003a\u0020t\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0069\u0073 \u006e\u0069\u006c"); +return nil ;};var _gfaa *structElement ;_fgcd :=[]structElement {};if len (_egee ._gbgb )==1{_bedf :=_egee ._gbgb [0]._gffd ;if _bedf =="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074"||_bedf =="\u0053\u0065\u0063\u0074"||_bedf =="\u0050\u0061\u0072\u0074"||_bedf =="\u0044\u0069\u0076"||_bedf =="\u0041\u0072\u0074"{_gfaa =&_egee ._gbgb [0]; +};}else {_gfaa =&structElement {_ccbf :_egee ._gbgb ,_gffd :_egee ._feaee };};if _gfaa ==nil {_d .Log .Debug ("\u0062\u0075\u0069\u006cd\u004c\u0069\u0073\u0074\u003a\u0020\u0074\u006f\u0070\u0045l\u0065m\u0065\u006e\u0074\u0020\u0069\u0073\u0020n\u0069\u006c"); +return nil ;};for _ ,_cfbf :=range _gfaa ._ccbf {if _cfbf ._gffd =="\u004c"{_fgcd =append (_fgcd ,_cfbf );}else if _cfbf ._gffd =="\u0054\u0061\u0062l\u0065"{_dffb :=_agfdc (_cfbf );_fgcd =append (_fgcd ,_dffb ...);};};_ffcdg :=_eggf (_fgcd ,_gbbf ,_gdgad ); +var _cegb []*list ;for _ ,_bdbd :=range _ffcdg {_adfd :=_afdgg (_bdbd );_cegb =append (_cegb ,_adfd ...);};return _cegb ;};func (_face *textTable )putComposite (_efgcg ,_bfdbd int ,_aace paraList ,_bbgbc _bf .PdfRectangle ){if len (_aace )==0{_d .Log .Error ("\u0074\u0065xt\u0054\u0061\u0062l\u0065\u0029\u0020\u0070utC\u006fmp\u006f\u0073\u0069\u0074\u0065\u003a\u0020em\u0070\u0074\u0079\u0020\u0070\u0061\u0072a\u0073"); +return ;};_daecd :=compositeCell {PdfRectangle :_bbgbc ,paraList :_aace };if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0070\u0075\u0074\u0043\u006f\u006d\u0070o\u0073i\u0074\u0065\u0028\u0025\u0064\u002c\u0025\u0064\u0029\u003c\u002d\u0025\u0073\u000a",_efgcg ,_bfdbd ,_daecd .String ()); +};_daecd .updateBBox ();_face ._ebcde [_dfdbcc (_efgcg ,_bfdbd )]=_daecd ;};func (_fcdff gridTiling )log (_gbae string ){if !_bcde {return ;};_d .Log .Info ("\u0074i\u006ci\u006e\u0067\u003a\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0071",len (_fcdff ._cbeaa ),len (_fcdff ._bede ),_gbae ); +_deg .Printf ("\u0020\u0020\u0020l\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a",_fcdff ._cbeaa );_deg .Printf ("\u0020\u0020\u0020l\u006c\u0079\u003d\u0025\u002e\u0032\u0066\u000a",_fcdff ._bede );for _edea ,_fega :=range _fcdff ._bede {_gdggc ,_efbc :=_fcdff ._efde [_fega ]; +if !_efbc {continue ;};_deg .Printf ("%\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_edea ,_fega );for _cdaf ,_aebg :=range _fcdff ._cbeaa {_ffcg ,_acgbc :=_gdggc [_aebg ];if !_acgbc {continue ;};_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_cdaf ,_ffcg .String ()); +};};};func (_dcgc paraList )applyTables (_bafg []*textTable )paraList {var _facf paraList ;for _ ,_gdbc :=range _bafg {_facf =append (_facf ,_gdbc .newTablePara ());};for _ ,_acded :=range _dcgc {if _acded ._edca {continue ;};_facf =append (_facf ,_acded ); +};return _facf ;};func _caaea (_aeec []pathSection )rulingList {_ccab (_aeec );if _cfef {_d .Log .Info ("\u006da\u006b\u0065\u0046\u0069l\u006c\u0052\u0075\u006c\u0069n\u0067s\u003a \u0025\u0064\u0020\u0066\u0069\u006c\u006cs",len (_aeec ));};var _abcg rulingList ; +for _ ,_gffa :=range _aeec {for _ ,_feag :=range _gffa ._cgdd {if !_feag .isQuadrilateral (){if _cfef {_d .Log .Error ("!\u0069s\u0051\u0075\u0061\u0064\u0072\u0069\u006c\u0061t\u0065\u0072\u0061\u006c: \u0025\u0073",_feag );};continue ;};if _fdac ,_egdd :=_feag .makeRectRuling (_gffa .Color ); +_egdd {_abcg =append (_abcg ,_fdac );}else {if _bfdca {_d .Log .Error ("\u0021\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0073",_feag );};};};};if _cfef {_d .Log .Info ("\u006d\u0061\u006b\u0065Fi\u006c\u006c\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0073",_abcg .String ()); +};return _abcg ;};func _cbfcf (_cgge *Extractor ,_dadf *_bf .PdfPageResources ,_cfda _gf .GraphicsState ,_afca *textState ,_cbaf *stateStack )*textObject {return &textObject {_dgccb :_cgge ,_aaaa :_dadf ,_cbge :_cfda ,_cgdf :_cbaf ,_gdga :_afca ,_dcea :_ed .IdentityMatrix (),_dada :_ed .IdentityMatrix ()}; +}; + +// String returns a string describing the current state of the textState stack. +func (_fcee *stateStack )String ()string {_dga :=[]string {_deg .Sprintf ("\u002d\u002d\u002d\u002d f\u006f\u006e\u0074\u0020\u0073\u0074\u0061\u0063\u006b\u003a\u0020\u0025\u0064",len (*_fcee ))};for _eacd ,_ade :=range *_fcee {_bcaba :="\u003c\u006e\u0069l\u003e"; +if _ade !=nil {_bcaba =_ade .String ();};_dga =append (_dga ,_deg .Sprintf ("\u0009\u0025\u0032\u0064\u003a\u0020\u0025\u0073",_eacd ,_bcaba ));};return _gb .Join (_dga ,"\u000a");}; + +// Editor represents a document editor object +type Editor struct{_cef *_bf .PdfReader };func (_cca *textObject )renderText (_ecff _cb .PdfObject ,_dfde []byte ,_baed int ,_ccb string )error {if _cca ._agba {_d .Log .Debug ("\u0072\u0065\u006e\u0064\u0065r\u0054\u0065\u0078\u0074\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0066\u006f\u006e\u0074\u002e\u0020\u004e\u006f\u0074\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u002e"); +return nil ;};_aagd :=_cca .getCurrentFont ();_gfab :=_aagd .BytesToCharcodes (_dfde );_adggc ,_cdgc ,_acbe :=_aagd .CharcodesToStrings (_gfab ,_ccb );if _acbe > 0{_d .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_cdgc ,_acbe ); +};_cca ._gdga ._egcg +=_cdgc ;_cca ._gdga ._acec +=_acbe ;_cbded :=_cca ._gdga ;_fgce :=_cbded ._bbb ;_dfeg :=_cbded ._fge /100.0;_gge :=_gebbg ;if _aagd .Subtype ()=="\u0054\u0079\u0070e\u0033"{_gge =1;};_cgdg ,_fdfc :=_aagd .GetRuneMetrics (' ');if !_fdfc {_cgdg ,_fdfc =_aagd .GetCharMetrics (32); +};if !_fdfc {_cgdg ,_ =_bf .DefaultFont ().GetRuneMetrics (' ');};_caed :=_cgdg .Wx *_gge ;_d .Log .Trace ("\u0073p\u0061\u0063e\u0057\u0069\u0064t\u0068\u003d\u0025\u002e\u0032\u0066\u0020t\u0065\u0078\u0074\u003d\u0025\u0071 \u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0066\u006f\u006et\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",_caed ,_adggc ,_aagd ,_fgce ); +_egab :=_ed .NewMatrix (_fgce *_dfeg ,0,0,_fgce ,0,_cbded ._cgbc );if _gecgff {_d .Log .Info ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0074\u0065\u0078t\u0073\u003d\u0025\u0071",len (_gfab ),_gfab ,_adggc ); +};_d .Log .Trace ("\u0072\u0065\u006e\u0064\u0065\u0072T\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020\u0063\u006f\u0064\u0065\u0073=\u0025\u002b\u0076\u0020\u0072\u0075\u006ee\u0073\u003d\u0025\u0071",len (_gfab ),_gfab ,len (_adggc ));_eega :=_cca .getFillColor (); +_fgad :=_cca .getStrokeColor ();for _bcbc ,_cgda :=range _adggc {_agcdf :=[]rune (_cgda );if len (_agcdf )==1&&_agcdf [0]=='\x00'{continue ;};_geba :=_gfab [_bcbc ];_abbb :=_cca ._cbge .CTM .Mult (_cca ._dcea ).Mult (_egab );_beadf :=0.0;if len (_agcdf )==1&&_agcdf [0]==32{_beadf =_cbded ._bfec ; +};_fbee ,_afgd :=_aagd .GetCharMetrics (_geba );if !_afgd {_d .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0065\u0074r\u0069\u0063\u0020\u0066\u006f\u0072\u0020\u0063\u006fde\u003d\u0025\u0064 \u0072\u003d0\u0078\u0025\u0030\u0034\u0078\u003d%\u002b\u0071 \u0025\u0073",_geba ,_agcdf ,_agcdf ,_aagd ); +return _deg .Errorf ("\u006e\u006f\u0020\u0063\u0068\u0061\u0072\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073:\u0020f\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0063\u006f\u0064\u0065\u003d\u0025\u0064",_aagd .String (),_geba );};_fcea :=_ed .Point {X :_fbee .Wx *_gge ,Y :_fbee .Wy *_gge }; +_cbbdc :=_ed .Point {X :(_fcea .X *_fgce +_beadf )*_dfeg };_fbgb :=_ed .Point {X :(_fcea .X *_fgce +_cbded ._dbad +_beadf )*_dfeg };if _gecgff {_d .Log .Info ("\u0074\u0066\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0063\u003d\u0025\u002e\u0032f\u0020t\u0077\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_fgce ,_cbded ._dbad ,_cbded ._bfec ,_dfeg ); +_d .Log .Info ("\u0064x\u002c\u0064\u0079\u003d%\u002e\u0033\u0066\u0020\u00740\u003d%\u002e3\u0066\u0020\u0074\u003d\u0025\u002e\u0033f",_fcea ,_cbbdc ,_fbgb );};_cfdd :=_fgde (_cbbdc );_dbef :=_fgde (_fbgb );_dddefg :=_cca ._cbge .CTM .Mult (_cca ._dcea ).Mult (_cfdd ); +if _gegb {_d .Log .Info ("e\u006e\u0064\u003a\u000a\tC\u0054M\u003d\u0025\u0073\u000a\u0009 \u0074\u006d\u003d\u0025\u0073\u000a"+"\u0009\u0020t\u0064\u003d\u0025s\u0020\u0078\u006c\u0061\u0074\u003d\u0025\u0073\u000a"+"\u0009t\u0064\u0030\u003d\u0025s\u000a\u0009\u0020\u0020\u2192 \u0025s\u0020x\u006c\u0061\u0074\u003d\u0025\u0073",_cca ._cbge .CTM ,_cca ._dcea ,_dbef ,_ceg (_cca ._cbge .CTM .Mult (_cca ._dcea ).Mult (_dbef )),_cfdd ,_dddefg ,_ceg (_dddefg )); +};_cff ,_afd :=_cca .newTextMark (_c .ExpandLigatures (_agcdf ),_abbb ,_ceg (_dddefg ),_aa .Abs (_caed *_abbb .ScalingFactorX ()),_aagd ,_cca ._gdga ._dbad ,_eega ,_fgad ,_ecff ,_adggc ,_bcbc ,_baed );if !_afd {_d .Log .Debug ("\u0054\u0065\u0078\u0074\u0020\u006d\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069d\u0065 \u0070\u0061\u0067\u0065\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); +continue ;};if _aagd ==nil {_d .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u004e\u006f\u0020\u0066\u006f\u006e\u0074\u002e");}else if _aagd .Encoder ()==nil {_d .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020N\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u002e\u0020\u0066o\u006et\u003d\u0025\u0073",_aagd ); +}else {if _decac ,_bbcd :=_aagd .Encoder ().CharcodeToRune (_geba );_bbcd {_cff ._gacg =string (_decac );};};_d .Log .Trace ("i\u003d\u0025\u0064\u0020\u0063\u006fd\u0065\u003d\u0025\u0064\u0020\u006d\u0061\u0072\u006b=\u0025\u0073\u0020t\u0072m\u003d\u0025\u0073",_bcbc ,_geba ,_cff ,_abbb ); +_cca ._ebfd =append (_cca ._ebfd ,&_cff );_cca ._dcea .Concat (_dbef );};return nil ;};func _cfdb (_acde *TextMarkArray ,_dbf *string ,_eebf *int ,_bfgd string )error {_bebb :=_acde .Elements ()[0].DirectObject ;_bec ,_fcdf :=_cb .GetString (_bebb );if !_fcdf {return _deg .Errorf ("\u0075n\u0061\u0062l\u0065\u0020\u0074\u006f \u0067\u0065\u0074 \u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0042\u0079te\u0073\u0020\u0066r\u006f\u006d \u0064\u0069\u0072\u0065\u0063\u0074O\u0062\u006ae\u0063\u0074"); +};_eebb :=_add (_acde );_ddeaa ,_fcdf :=_cb .GetStringBytes (_bebb );if !_fcdf {return _cb .ErrTypeError ;};_egf :=_acde .Elements ()[0].Font ;_dgf :=_ecf (_ddeaa ,_egf );_gagf :="";_dae :=*_dbf ;if len (_dae )> *_eebf {_gagf =_dae [*_eebf :*_eebf +len (_eebb )]; +}else if *_eebf ==len (_bfgd )-1&&len (_dae )> *_eebf {_gagf =_dae [*_eebf :];};_fgaa :="";_gfdd :=_gb .Split (_dgf ,"\u0020");_bdde :=_gfdd [len (_gfdd )-1];if _bdde ==_eebb &&*_eebf ==0{_dgbc :=_gb .LastIndex (_dgf ,_eebb );_fgaa =_dcfd (_dgf ,_dgbc ,len (_eebb )+_dgbc ,_gagf ); +}else if *_eebf ==len (_bfgd )-1&&len (_dae )> *_eebf {_fgaa =_gb .Replace (_dgf ,_eebb ,_dae [*_eebf :],-1);}else {_fgaa =_gb .Replace (_dgf ,_eebb ,_gagf ,1);};_edab (_bec ,_fgaa ,_egf );*_eebf +=len (_eebb );return nil ;};func _ggcdg (_bffc []pathSection )rulingList {_ccab (_bffc ); +if _cfef {_d .Log .Info ("\u006d\u0061k\u0065\u0053\u0074\u0072\u006f\u006b\u0065\u0052\u0075\u006c\u0069\u006e\u0067\u0073\u003a\u0020\u0025\u0064\u0020\u0073\u0074\u0072ok\u0065\u0073",len (_bffc ));};var _acfc rulingList ;for _ ,_egffd :=range _bffc {for _ ,_bedgd :=range _egffd ._cgdd {if len (_bedgd ._egdag )< 2{continue ; +};_cadg :=_bedgd ._egdag [0];for _ ,_fdff :=range _bedgd ._egdag [1:]{if _fdde ,_fcca :=_adcff (_cadg ,_fdff ,_egffd .Color );_fcca {_acfc =append (_acfc ,_fdde );};_cadg =_fdff ;};};};if _cfef {_d .Log .Info ("m\u0061\u006b\u0065\u0053tr\u006fk\u0065\u0052\u0075\u006c\u0069n\u0067\u0073\u003a\u0020\u0025\u0073",_acfc ); +};return _acfc ;};func (_cgde *textObject )setTextRise (_gfbff float64 ){if _cgde ==nil {return ;};_cgde ._gdga ._cgbc =_gfbff ;};func (_afgf *textTable )getRight ()paraList {_fcbd :=make (paraList ,_afgf ._gecff );for _abgda :=0;_abgda < _afgf ._gecff ; +_abgda ++{_edabcd :=_afgf .get (_afgf ._ccfea -1,_abgda )._dabb ;if _edabcd .taken (){return nil ;};_fcbd [_abgda ]=_edabcd ;};for _ebedb :=0;_ebedb < _afgf ._gecff -1;_ebedb ++{if _fcbd [_ebedb ]._bddf !=_fcbd [_ebedb +1]{return nil ;};};return _fcbd ; +};func _gffgf (_cgbed _cb .PdfObject ,_eccga _bcc .Color )(_de .Image ,error ){_fbcbc ,_eadd :=_cb .GetStream (_cgbed );if !_eadd {return nil ,nil ;};_acgf ,_fbece :=_bf .NewXObjectImageFromStream (_fbcbc );if _fbece !=nil {return nil ,_fbece ;};_eaadd ,_fbece :=_acgf .ToImage (); +if _fbece !=nil {return nil ,_fbece ;};return _cacc (_eaadd ,_eccga ),nil ;};func (_cgaba rulingList )primaries ()[]float64 {_cfcbf :=make (map[float64 ]struct{},len (_cgaba ));for _ ,_cbbba :=range _cgaba {_cfcbf [_cbbba ._gdge ]=struct{}{};};_aedc :=make ([]float64 ,len (_cfcbf )); +_dfag :=0;for _cedd :=range _cfcbf {_aedc [_dfag ]=_cedd ;_dfag ++;};_bd .Float64s (_aedc );return _aedc ;};func _fdgec (_debg *list )[]*textLine {for _ ,_acef :=range _debg ._caede {switch _acef ._degb {case "\u004c\u0042\u006fd\u0079":if len (_acef ._gead )!=0{return _acef ._gead ; +};return _fdgec (_acef );case "\u0053\u0070\u0061\u006e":return _acef ._gead ;case "I\u006e\u006c\u0069\u006e\u0065\u0053\u0068\u0061\u0070\u0065":return _acef ._gead ;};};return nil ;};func _fbdaa (_feggg string )(string ,bool ){_dgcea :=[]rune (_feggg ); +if len (_dgcea )!=1{return "",false ;};_cddgg ,_badbd :=_efede [_dgcea [0]];return _cddgg ,_badbd ;};func (_ggcda *textTable )markCells (){for _daege :=0;_daege < _ggcda ._gecff ;_daege ++{for _bfeae :=0;_bfeae < _ggcda ._ccfea ;_bfeae ++{_afac :=_ggcda .get (_bfeae ,_daege ); +if _afac !=nil {_afac ._edca =true ;};};};}; + +// Text returns the extracted page text. +func (_fcece PageText )Text ()string {return _fcece ._ada }; + +// ImageExtractOptions contains options for controlling image extraction from +// PDF pages. +type ImageExtractOptions struct{IncludeInlineStencilMasks bool ;};func (_fadfc *structElement )parseStructElement (_gfbfa _cb .PdfObject ){_cgad ,_ggfg :=_cb .GetDict (_gfbfa );if !_ggfg {_d .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0053\u0074\u0072u\u0063\u0074\u0045le\u006d\u0065\u006e\u0074\u003a\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u002e"); +return ;};_adba :=_cgad .Get ("\u0053");_caec :=_cgad .Get ("\u0050\u0067");_bdgg :="";if _adba !=nil {_bdgg =_adba .String ();};_ebfc :=_cgad .Get ("\u004b");_fadfc ._gffd =_bdgg ;_fadfc ._ecgce =_caec ;switch _caedb :=_ebfc .(type ){case *_cb .PdfObjectInteger :_fadfc ._gffd =_bdgg ; +_fadfc ._bagd =int64 (*_caedb );_fadfc ._ecgce =_caec ;case *_cb .PdfObjectReference :_adbg :=*_cb .MakeArray (_caedb );var _eedg int64 =-1;_fadfc ._bagd =_eedg ;if _adbg .Len ()==1{_eadf :=_adbg .Elements ()[0];_gffb ,_gbcb :=_eadf .(*_cb .PdfObjectInteger ); +if _gbcb {_eedg =int64 (*_gffb );_fadfc ._bagd =_eedg ;_fadfc ._gffd =_bdgg ;_fadfc ._ecgce =_caec ;return ;};};_cbac :=[]structElement {};for _ ,_cbbca :=range _adbg .Elements (){_bcbec ,_gacb :=_cbbca .(*_cb .PdfObjectInteger );if _gacb {_eedg =int64 (*_bcbec ); +_fadfc ._bagd =_eedg ;_fadfc ._gffd =_bdgg ;}else {_gebc :=&structElement {};_gebc .parseStructElement (_cbbca );_cbac =append (_cbac ,*_gebc );};_eedg =-1;};_fadfc ._ccbf =_cbac ;case *_cb .PdfObjectArray :_babg :=_ebfc .(*_cb .PdfObjectArray );var _afbe int64 =-1; +_fadfc ._bagd =_afbe ;if _babg .Len ()==1{_gcbea :=_babg .Elements ()[0];_bgdf ,_gfeg :=_gcbea .(*_cb .PdfObjectInteger );if _gfeg {_afbe =int64 (*_bgdf );_fadfc ._bagd =_afbe ;_fadfc ._gffd =_bdgg ;_fadfc ._ecgce =_caec ;return ;};};_fedd :=[]structElement {}; +for _ ,_bdbg :=range _babg .Elements (){_fccb ,_eagge :=_bdbg .(*_cb .PdfObjectInteger );if _eagge {_afbe =int64 (*_fccb );_fadfc ._bagd =_afbe ;_fadfc ._gffd =_bdgg ;_fadfc ._ecgce =_caec ;}else {_dddfc :=&structElement {};_dddfc .parseStructElement (_bdbg ); +_fedd =append (_fedd ,*_dddfc );};_afbe =-1;};_fadfc ._ccbf =_fedd ;};};func (_cfbbd *textTable )put (_ddfdc ,_bffae int ,_cfce *textPara ){_cfbbd ._agcf [_dfdbcc (_ddfdc ,_bffae )]=_cfce ;}; + +// String returns a description of `k`. +func (_ffeb rulingKind )String ()string {_aebc ,_efgcb :=_eccf [_ffeb ];if !_efgcb {return _deg .Sprintf ("\u004e\u006ft\u0020\u0061\u0020r\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_ffeb );};return _aebc ;};func _fffdb (_acda ,_aceed _ed .Point )rulingKind {_ffefa :=_aa .Abs (_acda .X -_aceed .X ); +_cdga :=_aa .Abs (_acda .Y -_aceed .Y );return _ecefe (_ffefa ,_cdga ,_fdccd );};func _fedde (_fgfb ,_cdfeb _ed .Point )rulingKind {_fdged :=_aa .Abs (_fgfb .X -_cdfeb .X );_eceee :=_aa .Abs (_fgfb .Y -_cdfeb .Y );return _ecefe (_fdged ,_eceee ,_aeeg ); +};var _egga =[]string {"\u2756","\u27a2","\u2713","\u2022","\uf0a7","\u25a1","\u2212","\u25a0","\u25aa","\u006f"};func (_efba *textPara )toTextMarks (_fcdag *int )[]TextMark {if _efba ._fcdge ==nil {return _efba .toCellTextMarks (_fcdag );};var _ccfb []TextMark ; +for _gfcabe :=0;_gfcabe < _efba ._fcdge ._gecff ;_gfcabe ++{for _gada :=0;_gada < _efba ._fcdge ._ccfea ;_gada ++{_bbbge :=_efba ._fcdge .get (_gada ,_gfcabe );if _bbbge ==nil {_ccfb =_ecaf (_ccfb ,_fcdag ,"\u0009");}else {_gdacb :=_bbbge .toCellTextMarks (_fcdag ); +_ccfb =append (_ccfb ,_gdacb ...);};_ccfb =_ecaf (_ccfb ,_fcdag ,"\u0020");};if _gfcabe < _efba ._fcdge ._gecff -1{_ccfb =_ecaf (_ccfb ,_fcdag ,"\u000a");};};_dfecd :=_efba ._fcdge ;if _dfecd .isExportable (){_fecf :=_dfecd .toTextTable ();_ccfb =_cdccd (_ccfb ,&_fecf ); +};return _ccfb ;};func (_egfcd *wordBag )sort (){for _ ,_abaga :=range _egfcd ._gecfd {_bd .Slice (_abaga ,func (_eeag ,_ebdc int )bool {return _cedg (_abaga [_eeag ],_abaga [_ebdc ])< 0});};};func (_aeacee gridTile )complete ()bool {return _aeacee .numBorders ()==4}; +func (_eabfc gridTile )numBorders ()int {_bagfg :=0;if _eabfc ._cbegc {_bagfg ++;};if _eabfc ._eeba {_bagfg ++;};if _eabfc ._ffdg {_bagfg ++;};if _eabfc ._egfbb {_bagfg ++;};return _bagfg ;};const (RenderModeStroke RenderMode =1< _fdgb .Lly {return true ; +};if !(_dge ._ecddc .Urx < _fdgb ._ecddc .Llx ){return false ;};_cefe ,_gddc :=_dge .Lly ,_fdgb .Lly ;if _cefe > _gddc {_gddc ,_cefe =_cefe ,_gddc ;};_cdcc :=_aa .Max (_dge ._ecddc .Llx ,_fdgb ._ecddc .Llx );_cgf :=_aa .Min (_dge ._ecddc .Urx ,_fdgb ._ecddc .Urx ); +_fggg :=_cgcd .llyRange (_fceg ,_cefe ,_gddc );for _ ,_adef :=range _fggg {if _adef ==_eacae ||_adef ==_decfg {continue ;};_afffe :=_cgcd [_adef ];if _afffe ._ecddc .Llx <=_cgf &&_cdcc <=_afffe ._ecddc .Urx {return false ;};};return true ;};func _adeg (_edfd ,_fbfec _ed .Point )bool {_efaac :=_aa .Abs (_edfd .X -_fbfec .X ); +_gdcaf :=_aa .Abs (_edfd .Y -_fbfec .Y );return _fefg (_efaac ,_gdcaf );};func (_gbdb lineRuling )xMean ()float64 {return 0.5*(_gbdb ._bffg .X +_gbdb ._cabeba .X )}; // RangeOffset returns the TextMarks in `ma` that overlap text[start:end] in the extracted text. // These are tm: `start` <= tm.Offset + len(tm.Text) && tm.Offset < `end` where // `start` and `end` are offsets in the extracted text. // NOTE: TextMarks can contain multiple characters. e.g. "ffi" for the ffi ligature so the first and // last elements of the returned TextMarkArray may only partially overlap text[start:end]. -func (_bbbdf *TextMarkArray )RangeOffset (start ,end int )(*TextMarkArray ,error ){if _bbbdf ==nil {return nil ,_ad .New ("\u006da\u003d\u003d\u006e\u0069\u006c");};if end < start {return nil ,_bf .Errorf ("\u0065\u006e\u0064\u0020\u003c\u0020\u0073\u0074\u0061\u0072\u0074\u002e\u0020\u0052\u0061n\u0067\u0065\u004f\u0066\u0066\u0073\u0065\u0074\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020\u0073\u0074\u0061\u0072t=\u0025\u0064\u0020\u0065\u006e\u0064\u003d\u0025\u0064\u0020",start ,end ); -};_eafb :=len (_bbbdf ._gaac );if _eafb ==0{return _bbbdf ,nil ;};if start < _bbbdf ._gaac [0].Offset {start =_bbbdf ._gaac [0].Offset ;};if end > _bbbdf ._gaac [_eafb -1].Offset +1{end =_bbbdf ._gaac [_eafb -1].Offset +1;};_ebcd :=_fd .Search (_eafb ,func (_ecf int )bool {return _bbbdf ._gaac [_ecf ].Offset +len (_bbbdf ._gaac [_ecf ].Text )-1>=start }); -if !(0<=_ebcd &&_ebcd < _eafb ){_aebd :=_bf .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073\u0074\u0061\u0072\u0074\u003d%\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009 \u006c\u0061\u0073\u0074\u003d%\u0076",start ,_ebcd ,_eafb ,_bbbdf ._gaac [0],_bbbdf ._gaac [_eafb -1]); -return nil ,_aebd ;};_bagd :=_fd .Search (_eafb ,func (_cead int )bool {return _bbbdf ._gaac [_cead ].Offset > end -1});if !(0<=_bagd &&_bagd < _eafb ){_ggag :=_bf .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020r\u0061\u006e\u0067e\u002e\u0020\u0065n\u0064\u003d%\u0064\u0020\u0069\u0045\u006e\u0064=\u0025d \u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d\u0025\u0076",end ,_bagd ,_eafb ,_bbbdf ._gaac [0],_bbbdf ._gaac [_eafb -1]); -return nil ,_ggag ;};if _bagd <=_ebcd {return nil ,_bf .Errorf ("\u0069\u0045\u006e\u0064\u0020\u003c=\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003a\u0020\u0073\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u0065\u006ed\u003d\u0025\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020i\u0045n\u0064\u003d\u0025\u0064",start ,end ,_ebcd ,_bagd ); -};return &TextMarkArray {_gaac :_bbbdf ._gaac [_ebcd :_bagd ]},nil ;};func (_ddge *textObject )setTextLeading (_abfd float64 ){if _ddge ==nil {return ;};_ddge ._eef ._efda =_abfd ;};const _bbg =10; +func (_gbdd *TextMarkArray )RangeOffset (start ,end int )(*TextMarkArray ,error ){if _gbdd ==nil {return nil ,_bfb .New ("\u006da\u003d\u003d\u006e\u0069\u006c");};if end < start {return nil ,_deg .Errorf ("\u0065\u006e\u0064\u0020\u003c\u0020\u0073\u0074\u0061\u0072\u0074\u002e\u0020\u0052\u0061n\u0067\u0065\u004f\u0066\u0066\u0073\u0065\u0074\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064\u002e\u0020\u0073\u0074\u0061\u0072t=\u0025\u0064\u0020\u0065\u006e\u0064\u003d\u0025\u0064\u0020",start ,end ); +};_bdcg :=len (_gbdd ._agfc );if _bdcg ==0{return _gbdd ,nil ;};if start < _gbdd ._agfc [0].Offset {start =_gbdd ._agfc [0].Offset ;};if end > _gbdd ._agfc [_bdcg -1].Offset +1{end =_gbdd ._agfc [_bdcg -1].Offset +1;};_feaa :=_bd .Search (_bdcg ,func (_edaga int )bool {return _gbdd ._agfc [_edaga ].Offset +len (_gbdd ._agfc [_edaga ].Text )-1>=start }); +if !(0<=_feaa &&_feaa < _bdcg ){_fage :=_deg .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073\u0074\u0061\u0072\u0074\u003d%\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009 \u006c\u0061\u0073\u0074\u003d%\u0076",start ,_feaa ,_bdcg ,_gbdd ._agfc [0],_gbdd ._agfc [_bdcg -1]); +return nil ,_fage ;};_ffd :=_bd .Search (_bdcg ,func (_ebfgf int )bool {return _gbdd ._agfc [_ebfgf ].Offset > end -1});if !(0<=_ffd &&_ffd < _bdcg ){_efgc :=_deg .Errorf ("\u004f\u0075\u0074\u0020\u006f\u0066\u0020r\u0061\u006e\u0067e\u002e\u0020\u0065n\u0064\u003d%\u0064\u0020\u0069\u0045\u006e\u0064=\u0025d \u006c\u0065\u006e\u003d\u0025\u0064\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025\u0076\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d\u0025\u0076",end ,_ffd ,_bdcg ,_gbdd ._agfc [0],_gbdd ._agfc [_bdcg -1]); +return nil ,_efgc ;};if _ffd <=_feaa {return nil ,_deg .Errorf ("\u0069\u0045\u006e\u0064\u0020\u003c=\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003a\u0020\u0073\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020\u0065\u006ed\u003d\u0025\u0064\u0020\u0069\u0053\u0074\u0061\u0072\u0074\u003d\u0025\u0064\u0020i\u0045n\u0064\u003d\u0025\u0064",start ,end ,_feaa ,_ffd ); +};return &TextMarkArray {_agfc :_gbdd ._agfc [_feaa :_ffd ]},nil ;};func (_ecacg *textTable )depth ()float64 {_dddd :=1e10;for _efbce :=0;_efbce < _ecacg ._ccfea ;_efbce ++{_bfab :=_ecacg .get (_efbce ,0);if _bfab ==nil ||_bfab ._afce {continue ;};_dddd =_aa .Min (_dddd ,_bfab .depth ()); +};return _dddd ;};func (_bcga *textPara )toCellTextMarks (_dedff *int )[]TextMark {var _debe []TextMark ;for _eaffa ,_ebded :=range _bcga ._efff {_eadb :=_ebded .toTextMarks (_dedff );_eegca :=_bcbdc &&_ebded .endsInHyphen ()&&_eaffa !=len (_bcga ._efff )-1; +if _eegca {_eadb =_bfge (_eadb ,_dedff );};_debe =append (_debe ,_eadb ...);if !(_eegca ||_eaffa ==len (_bcga ._efff )-1){_debe =_ecaf (_debe ,_dedff ,_gdggf (_ebded ._eeage ,_bcga ._efff [_eaffa +1]._eeage ));};};return _debe ;};func _bcbee (_bcbdca float64 ,_cgeab int )int {if _cgeab ==0{_cgeab =1; +};_afeg :=float64 (_cgeab );return int (_aa .Round (_bcbdca /_afeg )*_afeg );};func _dfaac (_gaegc ,_egebe int )int {if _gaegc < _egebe {return _gaegc ;};return _egebe ;};func _edagc (_egea []compositeCell )[]float64 {var _ffbf []*textLine ;_acbdc :=0; +for _ ,_cgag :=range _egea {_acbdc +=len (_cgag .paraList );_ffbf =append (_ffbf ,_cgag .lines ()...);};_bd .Slice (_ffbf ,func (_bccbd ,_eecaf int )bool {_cefc ,_ggfcc :=_ffbf [_bccbd ],_ffbf [_eecaf ];_aafb ,_gfefe :=_cefc ._eeage ,_ggfcc ._eeage ;if !_bgfbd (_aafb -_gfefe ){return _aafb < _gfefe ; +};return _cefc .Llx < _ggfcc .Llx ;});if _cdgfc {_deg .Printf ("\u0020\u0020\u0020 r\u006f\u0077\u0042\u006f\u0072\u0064\u0065\u0072\u0073:\u0020%\u0064 \u0070a\u0072\u0061\u0073\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",_acbdc ,len (_ffbf )); +for _aeea ,_gbddd :=range _ffbf {_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_aeea ,_gbddd );};};var _abfacc []float64 ;_ebdeb :=_ffbf [0];var _fccc [][]*textLine ;_faegd :=[]*textLine {_ebdeb };for _bfbb ,_fccag :=range _ffbf [1:]{if _fccag .Ury < _ebdeb .Lly {_ggccg :=0.5*(_fccag .Ury +_ebdeb .Lly ); +if _cdgfc {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u003c\u0020\u0025\u0036.\u0032f\u0020\u0062\u006f\u0072\u0064\u0065\u0072\u003d\u0025\u0036\u002e\u0032\u0066\u000a"+"\u0009\u0020\u0071\u003d\u0025\u0073\u000a\u0009\u0020p\u003d\u0025\u0073\u000a",_bfbb ,_fccag .Ury ,_ebdeb .Lly ,_ggccg ,_ebdeb ,_fccag ); +};_abfacc =append (_abfacc ,_ggccg );_fccc =append (_fccc ,_faegd );_faegd =nil ;};_faegd =append (_faegd ,_fccag );if _fccag .Lly < _ebdeb .Lly {_ebdeb =_fccag ;};};if len (_faegd )> 0{_fccc =append (_fccc ,_faegd );};if _cdgfc {_deg .Printf (" \u0020\u0020\u0020\u0020\u0020\u0020 \u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073\u003d%\u0036.\u0032\u0066\u000a",_abfacc ); +};if _cdgfc {_d .Log .Info ("\u0072\u006f\u0077\u003d\u0025\u0064",len (_egea ));for _cbbgf ,_dgaad :=range _egea {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cbbgf ,_dgaad );};_d .Log .Info ("\u0067r\u006f\u0075\u0070\u0073\u003d\u0025d",len (_fccc )); +for _efbad ,_cecf :=range _fccc {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0064\u000a",_efbad ,len (_cecf ));for _dbfc ,_ddeae :=range _cecf {_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_dbfc ,_ddeae );};};};_feadb :=true ; +for _abfgb ,_cggc :=range _fccc {_eggee :=true ;for _egebb ,_daag :=range _egea {if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u007e\u007e\u007e\u0067\u0072\u006f\u0075\u0070\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0063\u0065\u006cl\u0020\u0025\u0064\u0020\u006ff\u0020\u0025d\u0020\u0025\u0073\u000a",_abfgb ,len (_fccc ),_egebb ,len (_egea ),_daag ); +};if !_daag .hasLines (_cggc ){if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u0021\u0021\u0021\u0067\u0072\u006f\u0075\u0070\u0020\u0025d\u0020\u006f\u0066\u0020\u0025\u0064 \u0063\u0065\u006c\u006c\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064 \u004f\u0055\u0054\u000a",_abfgb ,len (_fccc ),_egebb ,len (_egea )); +};_eggee =false ;break ;};};if !_eggee {_feadb =false ;break ;};};if !_feadb {if _cdgfc {_d .Log .Info ("\u0072\u006f\u0077\u0020\u0063o\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u0020\u0064\u006f\u006e\u0027\u0074 \u0073\u0070\u0061\u006e\u0020\u0061\u006c\u006c\u0020\u0063\u0065\u006c\u006c\u0073\u0020\u0069\u006e\u0020\u0072\u006f\u0077\u002e\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); +};_abfacc =nil ;};if _cdgfc &&_abfacc !=nil {_deg .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u002a\u002a*\u0072\u006f\u0077\u0043\u006f\u0072\u0072i\u0064\u006f\u0072\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u000a",_abfacc );};return _abfacc ; +}; -// TableInfo gets table information of the textmark `tm`. -func (_ffecg *TextMark )TableInfo ()(*TextTable ,[][]int ){if !_ffecg ._gdfc {return nil ,nil ;};_eda :=_ffecg ._baeg ;_egf :=_eda .getCellInfo (*_ffecg );return _eda ,_egf ;};func _fcagb (_fafe ,_fcbfc _ga .Image )_ga .Image {_baee ,_fbgccb :=_fcbfc .Bounds ().Size (),_fafe .Bounds ().Size (); -_dbaef ,_ffbbg :=_baee .X ,_baee .Y ;if _fbgccb .X > _dbaef {_dbaef =_fbgccb .X ;};if _fbgccb .Y > _ffbbg {_ffbbg =_fbgccb .Y ;};_bbdad :=_ga .Rect (0,0,_dbaef ,_ffbbg );if _baee .X !=_dbaef ||_baee .Y !=_ffbbg {_edgdg :=_ga .NewRGBA (_bbdad );_a .BiLinear .Scale (_edgdg ,_bbdad ,_fafe ,_fcbfc .Bounds (),_a .Over ,nil ); -_fcbfc =_edgdg ;};if _fbgccb .X !=_dbaef ||_fbgccb .Y !=_ffbbg {_eeac :=_ga .NewRGBA (_bbdad );_a .BiLinear .Scale (_eeac ,_bbdad ,_fafe ,_fafe .Bounds (),_a .Over ,nil );_fafe =_eeac ;};_edgceb :=_ga .NewRGBA (_bbdad );_a .DrawMask (_edgceb ,_bbdad ,_fafe ,_ga .Point {},_fcbfc ,_ga .Point {},_a .Over ); -return _edgceb ;};func (_adeb paraList )inTile (_accd gridTile )paraList {var _cbgbf paraList ;for _ ,_dcfbf :=range _adeb {if _accd .contains (_dcfbf .PdfRectangle ){_cbgbf =append (_cbgbf ,_dcfbf );};};if _aada {_bf .Printf ("\u0020 \u0020\u0069\u006e\u0054i\u006c\u0065\u003a\u0020\u0020%\u0073 \u0069n\u0073\u0069\u0064\u0065\u003d\u0025\u0064\n",_accd ,len (_cbgbf )); -for _fdcgc ,_ggdfg :=range _cbgbf {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fdcgc ,_ggdfg );};_bf .Println ("");};return _cbgbf ;}; +// NewEditor returns a new Editor object +func NewEditor (reader *_bf .PdfReader )*Editor {return &Editor {_cef :reader }};func (_baea *wordBag )blocked (_bbad *textWord )bool {if _bbad .Urx < _baea .Llx {_gafag :=_gdgb (_bbad .PdfRectangle );_bfbce :=_dfcgf (_baea .PdfRectangle );if _baea ._affe .blocks (_gafag ,_bfbce ){if _fabe {_d .Log .Info ("\u0062\u006c\u006f\u0063ke\u0064\u0020\u2190\u0078\u003a\u0020\u0025\u0073\u0020\u0025\u0073",_bbad ,_baea ); +};return true ;};}else if _baea .Urx < _bbad .Llx {_bfdb :=_gdgb (_baea .PdfRectangle );_ccda :=_dfcgf (_bbad .PdfRectangle );if _baea ._affe .blocks (_bfdb ,_ccda ){if _fabe {_d .Log .Info ("b\u006co\u0063\u006b\u0065\u0064\u0020\u0078\u2192\u0020:\u0020\u0025\u0073\u0020%s",_bbad ,_baea ); +};return true ;};};if _bbad .Ury < _baea .Lly {_ffgg :=_ebgf (_bbad .PdfRectangle );_bacc :=_bddfb (_baea .PdfRectangle );if _baea ._fgea .blocks (_ffgg ,_bacc ){if _fabe {_d .Log .Info ("\u0062\u006c\u006f\u0063ke\u0064\u0020\u2190\u0079\u003a\u0020\u0025\u0073\u0020\u0025\u0073",_bbad ,_baea ); +};return true ;};}else if _baea .Ury < _bbad .Lly {_ceaf :=_ebgf (_baea .PdfRectangle );_adgag :=_bddfb (_bbad .PdfRectangle );if _baea ._fgea .blocks (_ceaf ,_adgag ){if _fabe {_d .Log .Info ("b\u006co\u0063\u006b\u0065\u0064\u0020\u0079\u2192\u0020:\u0020\u0025\u0073\u0020%s",_bbad ,_baea ); +};return true ;};};return false ;};func (_bdae *textObject )setTextLeading (_dbc float64 ){if _bdae ==nil {return ;};_bdae ._gdga ._abf =_dbc ;};func (_adgd *textObject )reset (){_adgd ._dcea =_ed .IdentityMatrix ();_adgd ._dada =_ed .IdentityMatrix (); +_adgd ._ebfd =nil ;};func _eaae (_bcbb map[int ][]float64 )string {_cdba :=_agfb (_bcbb );_caacd :=make ([]string ,len (_bcbb ));for _geab ,_efaaf :=range _cdba {_caacd [_geab ]=_deg .Sprintf ("\u0025\u0064\u003a\u0020\u0025\u002e\u0032\u0066",_efaaf ,_bcbb [_efaaf ]); +};return _deg .Sprintf ("\u007b\u0025\u0073\u007d",_gb .Join (_caacd ,"\u002c\u0020"));};func (_adda *textPara )text ()string {_cfgc :=new (_af .Buffer );_adda .writeText (_cfgc );return _cfgc .String ();};type paraList []*textPara ;func _ggeb (_fcaag *_bf .Image ,_beadab _bcc .Color )_de .Image {_badea ,_cebg :=int (_fcaag .Width ),int (_fcaag .Height ); +_ebfdd :=_de .NewRGBA (_de .Rect (0,0,_badea ,_cebg ));for _addd :=0;_addd < _cebg ;_addd ++{for _gcab :=0;_gcab < _badea ;_gcab ++{_ggdd ,_adead :=_fcaag .ColorAt (_gcab ,_addd );if _adead !=nil {_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_gcab ,_addd ); +continue ;};_bffba ,_acfe ,_dfafe ,_ :=_ggdd .RGBA ();var _adecf _bcc .Color ;if _bffba +_acfe +_dfafe ==0{_adecf =_bcc .Transparent ;}else {_adecf =_beadab ;};_ebfdd .Set (_gcab ,_addd ,_adecf );};};return _ebfdd ;};func (_fdeg *textTable )compositeRowCorridors ()map[int ][]float64 {_fgff :=make (map[int ][]float64 ,_fdeg ._gecff ); +if _cdgfc {_d .Log .Info ("c\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0052\u006f\u0077\u0043\u006f\u0072\u0072\u0069d\u006f\u0072\u0073:\u0020h\u003d\u0025\u0064",_fdeg ._gecff );};for _dafcb :=1;_dafcb < _fdeg ._gecff ;_dafcb ++{var _fbgde []compositeCell ; +for _gdcb :=0;_gdcb < _fdeg ._ccfea ;_gdcb ++{if _gefdb ,_deac :=_fdeg ._ebcde [_dfdbcc (_gdcb ,_dafcb )];_deac {_fbgde =append (_fbgde ,_gefdb );};};if len (_fbgde )==0{continue ;};_aefdc :=_edagc (_fbgde );_fgff [_dafcb ]=_aefdc ;if _cdgfc {_deg .Printf ("\u0020\u0020\u0020\u0025\u0032\u0064\u003a\u0020\u00256\u002e\u0032\u0066\u000a",_dafcb ,_aefdc ); +};};return _fgff ;};const _gebbg =1.0/1000.0; -// ExtractText processes and extracts all text data in content streams and returns as a string. -// It takes into account character encodings in the PDF file, which are decoded by -// CharcodeBytesToUnicode. -// Characters that can't be decoded are replaced with MissingCodeRune ('\ufffd' = �). -func (_dbec *Extractor )ExtractText ()(string ,error ){_ffec ,_ ,_ ,_ccc :=_dbec .ExtractTextWithStats ();return _ffec ,_ccc ;};func _fcef (_fgcc []TextMark ,_edba *int ,_cgfb TextMark )[]TextMark {_cgfb .Offset =*_edba ;_fgcc =append (_fgcc ,_cgfb );*_edba +=len (_cgfb .Text ); -return _fgcc ;}; +// ImageMark represents an image drawn on a page and its position in device coordinates. +// All coordinates are in device coordinates. +type ImageMark struct{Image *_bf .Image ; -// ToTextMark returns the public view of `tm`. -func (_afbed *textMark )ToTextMark ()TextMark {return TextMark {Text :_afbed ._gddf ,Original :_afbed ._fcfce ,BBox :_afbed ._badbe ,Font :_afbed ._facf ,FontSize :_afbed ._dgfec ,FillColor :_afbed ._ebgb ,StrokeColor :_afbed ._eage ,Orientation :_afbed ._egba ,DirectObject :_afbed ._facd ,ObjString :_afbed ._ccffd ,Tw :_afbed .Tw ,Th :_afbed .Th ,Tc :_afbed ._dggd ,Index :_afbed ._bafde }; -};func (_edfd *wordBag )empty (_aegd int )bool {_ ,_aeab :=_edfd ._ecfd [_aegd ];return !_aeab };func (_dfefag gridTiling )log (_febfe string ){if !_gacae {return ;};_e .Log .Info ("\u0074i\u006ci\u006e\u0067\u003a\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0071",len (_dfefag ._aabgb ),len (_dfefag ._fdgd ),_febfe ); -_bf .Printf ("\u0020\u0020\u0020l\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a",_dfefag ._aabgb );_bf .Printf ("\u0020\u0020\u0020l\u006c\u0079\u003d\u0025\u002e\u0032\u0066\u000a",_dfefag ._fdgd );for _dcbca ,_fafbg :=range _dfefag ._fdgd {_aabe ,_ccbe :=_dfefag ._caabf [_fafbg ]; -if !_ccbe {continue ;};_bf .Printf ("%\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_dcbca ,_fafbg );for _ddgc ,_bfcbd :=range _dfefag ._aabgb {_babea ,_cfcd :=_aabe [_bfcbd ];if !_cfcd {continue ;};_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_ddgc ,_babea .String ()); -};};};func _egfd (_eafbfd []TextMark ,_bbcee *TextTable )[]TextMark {var _efef []TextMark ;for _ ,_fgeb :=range _eafbfd {_fgeb ._gdfc =true ;_fgeb ._baeg =_bbcee ;_efef =append (_efef ,_fgeb );};return _efef ;}; +// Dimensions of the image as displayed in the PDF. +Width float64 ;Height float64 ; -// Elements returns the TextMarks in `ma`. -func (_aafb *TextMarkArray )Elements ()[]TextMark {return _aafb ._gaac };func (_bfdbg rulingList )augmentGrid ()(rulingList ,rulingList ){_gagge ,_cagbf :=_bfdbg .vertsHorzs ();if len (_gagge )==0||len (_cagbf )==0{return _gagge ,_cagbf ;};_caea ,_fgeg :=_gagge ,_cagbf ; -_eaab :=_gagge .bbox ();_egag :=_cagbf .bbox ();if _ccffg {_e .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0056\u003d\u0025\u0036\u002e\u0032\u0066",_eaab );_e .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0048\u003d\u0025\u0036\u002e\u0032\u0066",_egag ); -};var _aefb ,_gbfga ,_caccc ,_cdffge *ruling ;if _egag .Llx < _eaab .Llx -_baaf {_aefb =&ruling {_bagdc :_ecdge ,_facdf :_eeeae ,_efadf :_egag .Llx ,_efbba :_eaab .Lly ,_daba :_eaab .Ury };_gagge =append (rulingList {_aefb },_gagge ...);};if _egag .Urx > _eaab .Urx +_baaf {_gbfga =&ruling {_bagdc :_ecdge ,_facdf :_eeeae ,_efadf :_egag .Urx ,_efbba :_eaab .Lly ,_daba :_eaab .Ury }; -_gagge =append (_gagge ,_gbfga );};if _eaab .Lly < _egag .Lly -_baaf {_caccc =&ruling {_bagdc :_ecdge ,_facdf :_geggc ,_efadf :_eaab .Lly ,_efbba :_egag .Llx ,_daba :_egag .Urx };_cagbf =append (rulingList {_caccc },_cagbf ...);};if _eaab .Ury > _egag .Ury +_baaf {_cdffge =&ruling {_bagdc :_ecdge ,_facdf :_geggc ,_efadf :_eaab .Ury ,_efbba :_egag .Llx ,_daba :_egag .Urx }; -_cagbf =append (_cagbf ,_cdffge );};if len (_gagge )+len (_cagbf )==len (_bfdbg ){return _caea ,_fgeg ;};_dacd :=append (_gagge ,_cagbf ...);_bfdbg .log ("u\u006e\u0061\u0075\u0067\u006d\u0065\u006e\u0074\u0065\u0064");_dacd .log ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0065d"); -return _gagge ,_cagbf ;};func _egad (_cgbca ,_dgdgb *textPara )bool {if _cgbca ._cdcca ||_dgdgb ._cdcca {return true ;};return _dbfgf (_cgbca .depth ()-_dgdgb .depth ());};func _cecfa (_ddcea _ff .PdfObject ,_afeb _dd .Color )(_ga .Image ,error ){_ebggf ,_eafcb :=_ff .GetStream (_ddcea ); -if !_eafcb {return nil ,nil ;};_agbdd ,_fbcgd :=_b .NewXObjectImageFromStream (_ebggf );if _fbcgd !=nil {return nil ,_fbcgd ;};_deaef ,_fbcgd :=_agbdd .ToImage ();if _fbcgd !=nil {return nil ,_fbcgd ;};return _geec (_deaef ,_afeb ),nil ;};func _gaad (_dfeb *Extractor ,_aedc *_b .PdfPageResources ,_gafc _gd .GraphicsState ,_efb *textState ,_ebdg *stateStack )*textObject {return &textObject {_beec :_dfeb ,_cbgda :_aedc ,_fcbe :_gafc ,_cgdf :_ebdg ,_eef :_efb ,_cdffg :_da .IdentityMatrix (),_fea :_da .IdentityMatrix ()}; -};func _gfdc (_eedgb _ff .PdfObject ,_agfg _dd .Color )(_ga .Image ,error ){_abfg ,_ggadbg :=_ff .GetStream (_eedgb );if !_ggadbg {return nil ,nil ;};_gedb ,_dgbcg :=_b .NewXObjectImageFromStream (_abfg );if _dgbcg !=nil {return nil ,_dgbcg ;};_ggecb ,_dgbcg :=_gedb .ToImage (); -if _dgbcg !=nil {return nil ,_dgbcg ;};return _feabd (_ggecb ,_agfg ),nil ;};func _ccbed (_cfbgc ,_ffaa ,_ffcbf ,_gaegf *textPara )*textTable {_gbdda :=&textTable {_addag :2,_cffff :2,_egbgg :make (map[uint64 ]*textPara ,4)};_gbdda .put (0,0,_cfbgc );_gbdda .put (1,0,_ffaa ); -_gbdda .put (0,1,_ffcbf );_gbdda .put (1,1,_gaegf );return _gbdda ;};func (_cgae *textLine )toTextMarks (_dbadc *int )[]TextMark {var _ddeg []TextMark ;for _ ,_agdaf :=range _cgae ._edge {if _agdaf ._gcccd {_ddeg =_bacbe (_ddeg ,_dbadc ,"\u0020");};_bfgbe :=_agdaf .toTextMarks (_dbadc ); -_ddeg =append (_ddeg ,_bfgbe ...);};return _ddeg ;};type rulingList []*ruling ;func _dbfgf (_gfabf float64 )bool {return _ce .Abs (_gfabf )< _beeg };func _eadb (_dcec []TextMark ,_dfde *int )[]TextMark {_baafb :=_dcec [len (_dcec )-1];_adaba :=[]rune (_baafb .Text ); -if len (_adaba )==1{_dcec =_dcec [:len (_dcec )-1];_bdbe :=_dcec [len (_dcec )-1];*_dfde =_bdbe .Offset +len (_bdbe .Text );}else {_cbgb :=_ffag (_baafb .Text );*_dfde +=len (_cbgb )-len (_baafb .Text );_baafb .Text =_cbgb ;};return _dcec ;};func _fddag (_fgeba map[float64 ]map[float64 ]gridTile )[]float64 {_abcf :=make ([]float64 ,0,len (_fgeba )); -for _agbad :=range _fgeba {_abcf =append (_abcf ,_agbad );};_fd .Float64s (_abcf );_aedga :=len (_abcf );for _gdab :=0;_gdab < _aedga /2;_gdab ++{_abcf [_gdab ],_abcf [_aedga -1-_gdab ]=_abcf [_aedga -1-_gdab ],_abcf [_gdab ];};return _abcf ;};func (_dbad *wordBag )applyRemovals (_babg map[int ]map[*textWord ]struct{}){for _gdad ,_gdeg :=range _babg {if len (_gdeg )==0{continue ; -};_gfac :=_dbad ._ecfd [_gdad ];_egdf :=len (_gfac )-len (_gdeg );if _egdf ==0{delete (_dbad ._ecfd ,_gdad );continue ;};_ceecb :=make ([]*textWord ,_egdf );_agcf :=0;for _ ,_affc :=range _gfac {if _ ,_fded :=_gdeg [_affc ];!_fded {_ceecb [_agcf ]=_affc ; -_agcf ++;};};_dbad ._ecfd [_gdad ]=_ceecb ;};};func (_fafc *wordBag )minDepth ()float64 {return _fafc ._gdgea -(_fafc .Ury -_fafc ._dbfbe )};func (_adabb *wordBag )makeRemovals ()map[int ]map[*textWord ]struct{}{_cfdd :=make (map[int ]map[*textWord ]struct{},len (_adabb ._ecfd )); -for _gbfe :=range _adabb ._ecfd {_cfdd [_gbfe ]=make (map[*textWord ]struct{});};return _cfdd ;};func (_baff rectRuling )checkWidth (_effd ,_bdbfe float64 )(float64 ,bool ){_fbcd :=_bdbfe -_effd ;_efbec :=_fbcd <=_acgdd ;return _fbcd ,_efbec ;};func _cgb (_cd int )bool {return (_cd &1)==0}; -func (_bgce *textPara )toCellTextMarks (_ecab *int )[]TextMark {var _fbfdd []TextMark ;for _gdebc ,_eefd :=range _bgce ._bbgab {_gcdga :=_eefd .toTextMarks (_ecab );_adbae :=_cgaa &&_eefd .endsInHyphen ()&&_gdebc !=len (_bgce ._bbgab )-1;if _adbae {_gcdga =_eadb (_gcdga ,_ecab ); -};_fbfdd =append (_fbfdd ,_gcdga ...);if !(_adbae ||_gdebc ==len (_bgce ._bbgab )-1){_fbfdd =_bacbe (_fbfdd ,_ecab ,_dadac (_eefd ._dce ,_bgce ._bbgab [_gdebc +1]._dce ));};};return _fbfdd ;};func (_aade rulingList )merge ()*ruling {_bebg :=_aade [0]._efadf ; -_ecfde :=_aade [0]._efbba ;_bega :=_aade [0]._daba ;for _ ,_edffe :=range _aade [1:]{_bebg +=_edffe ._efadf ;if _edffe ._efbba < _ecfde {_ecfde =_edffe ._efbba ;};if _edffe ._daba > _bega {_bega =_edffe ._daba ;};};_dbgbcb :=&ruling {_facdf :_aade [0]._facdf ,_bagdc :_aade [0]._bagdc ,Color :_aade [0].Color ,_efadf :_bebg /float64 (len (_aade )),_efbba :_ecfde ,_daba :_bega }; -if _dcbc {_e .Log .Info ("\u006de\u0072g\u0065\u003a\u0020\u0025\u0032d\u0020\u0076e\u0063\u0073\u0020\u0025\u0073",len (_aade ),_dbgbcb );for _daee ,_dacg :=range _aade {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_daee ,_dacg );}; -};return _dbgbcb ;};func (_ecbg *textObject )getFontDict (_begc string )(_fdcb _ff .PdfObject ,_bdc error ){_ecaf :=_ecbg ._cbgda ;if _ecaf ==nil {_e .Log .Debug ("g\u0065\u0074\u0046\u006f\u006e\u0074D\u0069\u0063\u0074\u002e\u0020\u004eo\u0020\u0072\u0065\u0073\u006f\u0075\u0072c\u0065\u0073\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025#\u0071",_begc ); -return nil ,nil ;};_fdcb ,_ceag :=_ecaf .GetFontByName (_ff .PdfObjectName (_begc ));if !_ceag {_e .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0067\u0065t\u0046\u006f\u006et\u0044\u0069\u0063\u0074\u003a\u0020\u0046\u006f\u006et \u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020\u006e\u0061m\u0065\u003d%\u0023\u0071",_begc ); -return nil ,_ad .New ("f\u006f\u006e\u0074\u0020no\u0074 \u0069\u006e\u0020\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0073");};return _fdcb ,nil ;};var (_eddg =_ad .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -_gcg =_ad .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");); +// Position of the image in PDF coordinates (lower left corner). +X float64 ;Y float64 ; -// Len returns the number of TextMarks in `ma`. -func (_ccbc *TextMarkArray )Len ()int {if _ccbc ==nil {return 0;};return len (_ccbc ._gaac );};func (_fgad rulingList )intersections ()map[int ]intSet {var _fefa ,_gcdgg []int ;for _cdec ,_abcbf :=range _fgad {switch _abcbf ._facdf {case _eeeae :_fefa =append (_fefa ,_cdec ); -case _geggc :_gcdgg =append (_gcdgg ,_cdec );};};if len (_fefa )< _dbee +1||len (_gcdgg )< _fbedf +1{return nil ;};if len (_fefa )+len (_gcdgg )> _bgfd {_e .Log .Debug ("\u0069\u006e\u0074\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0073\u003a\u0020\u0054\u004f\u004f\u0020\u004d\u0041\u004e\u0059\u0020\u0072\u0075\u006ci\u006e\u0067\u0073\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u003d\u0020%\u0064 \u0078\u0020\u0025\u0064",len (_fgad ),len (_fefa ),len (_gcdgg )); -return nil ;};_aeea :=make (map[int ]intSet ,len (_fefa )+len (_gcdgg ));for _ ,_eabfa :=range _fefa {for _ ,_gadfd :=range _gcdgg {if _fgad [_eabfa ].intersects (_fgad [_gadfd ]){if _ ,_adce :=_aeea [_eabfa ];!_adce {_aeea [_eabfa ]=make (intSet );};if _ ,_defec :=_aeea [_gadfd ]; -!_defec {_aeea [_gadfd ]=make (intSet );};_aeea [_eabfa ].add (_gadfd );_aeea [_gadfd ].add (_eabfa );};};};return _aeea ;};func _ccdb (_agfd map[float64 ]map[float64 ]gridTile )[]float64 {_gdgc :=make ([]float64 ,0,len (_agfd ));_gdega :=make (map[float64 ]struct{},len (_agfd )); -for _ ,_cbbbg :=range _agfd {for _effb :=range _cbbbg {if _ ,_eefa :=_gdega [_effb ];_eefa {continue ;};_gdgc =append (_gdgc ,_effb );_gdega [_effb ]=struct{}{};};};_fd .Float64s (_gdgc );return _gdgc ;};var _ebcdf string ="\u005e\u005b\u0061\u002d\u007a\u0041\u002dZ\u005d\u0028\u005c)\u007c\u005c\u002e)\u007c\u005e[\u005c\u0064\u005d\u002b\u0028\u005c)\u007c\\.\u0029\u007c\u005e\u005c\u0028\u005b\u0061\u002d\u007a\u0041\u002d\u005a\u005d\u005c\u0029\u007c\u005e\u005c\u0028\u005b\u005c\u0064\u005d\u002b\u005c\u0029"; -func (_gcdb *wordBag )scanBand (_dagf string ,_dcda *wordBag ,_gcgb func (_acfa *wordBag ,_dcdd *textWord )bool ,_cec ,_dfeae ,_deab float64 ,_baa ,_gae bool )int {_adagd :=_dcda ._dbfbe ;var _cgeb map[int ]map[*textWord ]struct{};if !_baa {_cgeb =_gcdb .makeRemovals (); -};_gcebe :=_dacc *_adagd ;_fgca :=0;for _ ,_agbc :=range _gcdb .depthBand (_cec -_gcebe ,_dfeae +_gcebe ){if len (_gcdb ._ecfd [_agbc ])==0{continue ;};for _ ,_cade :=range _gcdb ._ecfd [_agbc ]{if !(_cec -_gcebe <=_cade ._bagdd &&_cade ._bagdd <=_dfeae +_gcebe ){continue ; -};if !_gcgb (_dcda ,_cade ){continue ;};_bea :=2.0*_ce .Abs (_cade ._ecdce -_dcda ._dbfbe )/(_cade ._ecdce +_dcda ._dbfbe );_agac :=_ce .Max (_cade ._ecdce /_dcda ._dbfbe ,_dcda ._dbfbe /_cade ._ecdce );_dage :=_ce .Min (_bea ,_agac );if _deab > 0&&_dage > _deab {continue ; -};if _dcda .blocked (_cade ){continue ;};if !_baa {_dcda .pullWord (_cade ,_agbc ,_cgeb );};_fgca ++;if !_gae {if _cade ._bagdd < _cec {_cec =_cade ._bagdd ;};if _cade ._bagdd > _dfeae {_dfeae =_cade ._bagdd ;};};if _baa {break ;};};};if !_baa {_gcdb .applyRemovals (_cgeb ); -};return _fgca ;}; +// Angle in degrees, if rotated. +Angle float64 ;};func _ddf (_aaf *TextMarkArray )[]*TextMarkArray {_bgf :=_aaf .Elements ();_aagc :=len (_bgf );var _bbed _cb .PdfObject ;_gaed :=[]*TextMarkArray {};_acb :=&TextMarkArray {};_ccd :=-1;for _edcd ,_eaba :=range _bgf {_fba :=_eaba .DirectObject ; +_ccd =_eaba .Index ;if _fba ==nil {_ace :=_gag (_aaf ,_edcd ,_ccd );if _bbed !=nil {if _ace ==-1||_ace > _edcd {_gaed =append (_gaed ,_acb );_acb =&TextMarkArray {};};};}else if _fba !=nil &&_bbed ==nil {if _ccd ==0&&_edcd > 0{_gaed =append (_gaed ,_acb ); +_acb =&TextMarkArray {};};}else if _fba !=nil &&_bbed !=nil {if _fba !=_bbed {_gaed =append (_gaed ,_acb );_acb =&TextMarkArray {};};};_bbed =_fba ;_acb .Append (_eaba );if _edcd ==(_aagc -1){_gaed =append (_gaed ,_acb );};};return _gaed ;};func (_fbcf *textTable )reduce ()*textTable {_bddgd :=make ([]int ,0,_fbcf ._gecff ); +_ecaef :=make ([]int ,0,_fbcf ._ccfea );for _gabf :=0;_gabf < _fbcf ._gecff ;_gabf ++{if !_fbcf .emptyCompositeRow (_gabf ){_bddgd =append (_bddgd ,_gabf );};};for _bgcb :=0;_bgcb < _fbcf ._ccfea ;_bgcb ++{if !_fbcf .emptyCompositeColumn (_bgcb ){_ecaef =append (_ecaef ,_bgcb ); +};};if len (_bddgd )==_fbcf ._gecff &&len (_ecaef )==_fbcf ._ccfea {return _fbcf ;};_ffce :=textTable {_cgfe :_fbcf ._cgfe ,_ccfea :len (_ecaef ),_gecff :len (_bddgd ),_agcf :make (map[uint64 ]*textPara ,len (_ecaef )*len (_bddgd ))};if _cdgfc {_d .Log .Info ("\u0072\u0065\u0064\u0075ce\u003a\u0020\u0025\u0064\u0078\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064\u0078%\u0064",_fbcf ._ccfea ,_fbcf ._gecff ,len (_ecaef ),len (_bddgd )); +_d .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_ecaef );_d .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_bddgd );};for _ceabf ,_cfgf :=range _bddgd {for _dbeeg ,_ebaad :=range _ecaef {_cbfac ,_ddebc :=_fbcf .getComposite (_ebaad ,_cfgf ); +if _cbfac ==nil {continue ;};if _cdgfc {_deg .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_dbeeg ,_ceabf ,_ebaad ,_cfgf ,_bdfde (_cbfac .merge ().text (),50));};_ffce .putComposite (_dbeeg ,_ceabf ,_cbfac ,_ddebc ); +};};return &_ffce ;};func (_ddfg *wordBag )maxDepth ()float64 {return _ddfg ._bdgd -_ddfg .Lly };func (_ecddcg rulingList )bbox ()_bf .PdfRectangle {var _gdbf _bf .PdfRectangle ;if len (_ecddcg )==0{_d .Log .Error ("r\u0075\u006c\u0069\u006e\u0067\u004ci\u0073\u0074\u002e\u0062\u0062\u006f\u0078\u003a\u0020n\u006f\u0020\u0072u\u006ci\u006e\u0067\u0073"); +return _bf .PdfRectangle {};};if _ecddcg [0]._daea ==_faec {_gdbf .Llx ,_gdbf .Urx =_ecddcg .secMinMax ();_gdbf .Lly ,_gdbf .Ury =_ecddcg .primMinMax ();}else {_gdbf .Llx ,_gdbf .Urx =_ecddcg .primMinMax ();_gdbf .Lly ,_gdbf .Ury =_ecddcg .secMinMax (); +};return _gdbf ;};func _add (_edf *TextMarkArray )string {_bfbc :="";for _ ,_bae :=range _edf .Elements (){_bfbc +=_bae .Text ;};return _bfbc ;};func (_cdda *textWord )bbox ()_bf .PdfRectangle {return _cdda .PdfRectangle };func (_gcbg paraList )llyOrdering ()[]int {_edabg :=make ([]int ,len (_gcbg )); +for _aaege :=range _gcbg {_edabg [_aaege ]=_aaege ;};_bd .SliceStable (_edabg ,func (_acca ,_cabdb int )bool {_efecg ,_agab :=_edabg [_acca ],_edabg [_cabdb ];return _gcbg [_efecg ].Lly < _gcbg [_agab ].Lly ;});return _edabg ;};func _fbbfc (_eadfc []*textMark ,_aggb _bf .PdfRectangle ,_fbac rulingList ,_gbec []gridTiling ,_gage bool )paraList {_d .Log .Trace ("\u006d\u0061\u006b\u0065\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u003a \u0025\u0064\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065=\u0025\u002e\u0032\u0066",len (_eadfc ),_aggb ); +if len (_eadfc )==0{return nil ;};_dagg :=_fcfa (_eadfc ,_aggb );if len (_dagg )==0{return nil ;};_fbac .log ("\u006d\u0061\u006be\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065");_debfg ,_fbfd :=_fbac .vertsHorzs ();_cgdag :=_ecdb (_dagg ,_aggb .Ury ,_debfg ,_fbfd ); +_cbaae :=_ccebf (_cgdag ,_aggb .Ury ,_debfg ,_fbfd ,_gage );_cbaae =_eaed (_cbaae );_geff :=make (paraList ,0,len (_cbaae ));for _ ,_cdbf :=range _cbaae {_dfecf :=_cdbf .arrangeText (_gage );if _dfecf !=nil {_geff =append (_geff ,_dfecf );};};if len (_geff )>=_fcda {_geff =_geff .extractTables (_gbec ); +};_geff .sortReadingOrder ();_geff .sortTopoOrder ();_geff .log ("\u0073\u006f\u0072te\u0064\u0020\u0069\u006e\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0064\u0065\u0072");return _geff ;};func _gadcd (_cdcee map[float64 ]map[float64 ]gridTile )[]float64 {_dafdb :=make ([]float64 ,0,len (_cdcee )); +_cbafd :=make (map[float64 ]struct{},len (_cdcee ));for _ ,_gcgd :=range _cdcee {for _abdgb :=range _gcgd {if _ ,_acedc :=_cbafd [_abdgb ];_acedc {continue ;};_dafdb =append (_dafdb ,_abdgb );_cbafd [_abdgb ]=struct{}{};};};_bd .Float64s (_dafdb );return _dafdb ; +};type textWord struct{_bf .PdfRectangle ;_afefd float64 ;_dfaee string ;_bdaeb []*textMark ;_gbaff float64 ;_cfacf bool ;};func _ba (_eg []string ,_egg int ,_fb string )int {_ca :=_egg ;for ;_ca < len (_eg );_ca ++{if _eg [_ca ]!=_fb {return _ca ;};}; +return _ca ;};func (_eedgb *ruling )gridIntersecting (_abcff *ruling )bool {return _cffc (_eedgb ._ggbc ,_abcff ._ggbc )&&_cffc (_eedgb ._agbd ,_abcff ._agbd );};func _dda (_cg []string ,_ef int ,_db int ){for _dg ,_gfb :=_ef ,_db -1;_dg < _gfb ;_dg ,_gfb =_dg +1,_gfb -1{_df :=_cg [_dg ]; +_cg [_dg ]=_cg [_gfb ];_cg [_gfb ]=_df ;};};func (_fbggg *textTable )get (_fegg ,_cbgd int )*textPara {return _fbggg ._agcf [_dfdbcc (_fegg ,_cbgd )]};func (_bdded paraList )reorder (_fgge []int ){_aegc :=make (paraList ,len (_bdded ));for _eceb ,_bafb :=range _fgge {_aegc [_eceb ]=_bdded [_bafb ]; +};copy (_bdded ,_aegc );}; -// ExtractTextWithStats works like ExtractText but returns the number of characters in the output -// (`numChars`) and the number of characters that were not decoded (`numMisses`). -func (_bbbd *Extractor )ExtractTextWithStats ()(_cgc string ,_bdaf int ,_gff int ,_ega error ){_dfc ,_bdaf ,_gff ,_ega :=_bbbd .ExtractPageText ();if _ega !=nil {return "",_bdaf ,_gff ,_ega ;};return _dfc .Text (),_bdaf ,_gff ,nil ;};func (_bdfeeb *ruling )intersects (_bfdbf *ruling )bool {_efbbf :=(_bdfeeb ._facdf ==_eeeae &&_bfdbf ._facdf ==_geggc )||(_bfdbf ._facdf ==_eeeae &&_bdfeeb ._facdf ==_geggc ); -_bgdcd :=func (_beae ,_acdc *ruling )bool {return _beae ._efbba -_baaf <=_acdc ._efadf &&_acdc ._efadf <=_beae ._daba +_baaf ;};_aaegd :=_bgdcd (_bdfeeb ,_bfdbf );_befag :=_bgdcd (_bfdbf ,_bdfeeb );if _ccffg {_bf .Printf ("\u0020\u0020\u0020\u0020\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003a\u0020\u0020\u006fr\u0074\u0068\u006f\u0067\u006f\u006e\u0061l\u003d\u0025\u0074\u0020\u006f\u0031\u003d\u0025\u0074\u0020\u006f2\u003d\u0025\u0074\u0020\u2192\u0020\u0025\u0074\u000a"+"\u0020\u0020\u0020 \u0020\u0020\u0020\u0076\u003d\u0025\u0073\u000a"+" \u0020\u0020\u0020\u0020\u0020\u0077\u003d\u0025\u0073\u000a",_efbbf ,_aaegd ,_befag ,_efbbf &&_aaegd &&_befag ,_bdfeeb ,_bfdbf ); -};return _efbbf &&_aaegd &&_befag ;};func (_bbdae rulingList )asTiling ()gridTiling {if _gacae {_e .Log .Info ("r\u0075\u006ci\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0063s\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u002b\u002b\u002b\u0020\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_bbdae )); -};for _dfdb ,_fabcc :=range _bbdae [1:]{_fbdccd :=_bbdae [_dfdb ];if _fbdccd .alignsPrimary (_fabcc )&&_fbdccd .alignsSec (_fabcc ){_e .Log .Error ("a\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0044\u0075\u0070\u006c\u0069\u0063\u0061\u0074\u0065 \u0072\u0075\u006c\u0069\u006e\u0067\u0073\u002e\u000a\u0009v=\u0025\u0073\u000a\t\u0077=\u0025\u0073",_fabcc ,_fbdccd ); -};};_bbdae .sortStrict ();_bbdae .log ("\u0073n\u0061\u0070\u0070\u0065\u0064");_accag ,_gabg :=_bbdae .vertsHorzs ();_bcge :=_accag .primaries ();_dded :=_gabg .primaries ();_debga :=len (_bcge )-1;_geeeg :=len (_dded )-1;if _debga ==0||_geeeg ==0{return gridTiling {}; -};_agbge :=_b .PdfRectangle {Llx :_bcge [0],Urx :_bcge [_debga ],Lly :_dded [0],Ury :_dded [_geeeg ]};if _gacae {_e .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0072\u0074s=\u0025\u0064",len (_accag )); -for _gaegb ,_debbc :=range _accag {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gaegb ,_debbc );};_e .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0068\u006f\u0072\u007as=\u0025\u0064",len (_gabg )); -for _bcaed ,_gdec :=range _gabg {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bcaed ,_gdec );};_e .Log .Info ("\u0072\u0075\u006c\u0069\u006eg\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067:\u0020\u0020\u0077\u0078\u0068\u003d\u0025\u0064\u0078\u0025\u0064\u000a\u0009\u006c\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a\u0009\u006c\u006c\u0079\u003d\u0025\u002e\u0032f",_debga ,_geeeg ,_bcge ,_dded ); -};_deea :=make ([]gridTile ,_debga *_geeeg );for _deda :=_geeeg -1;_deda >=0;_deda --{_aecc :=_dded [_deda ];_eacfc :=_dded [_deda +1];for _ecbf :=0;_ecbf < _debga ;_ecbf ++{_dcaff :=_bcge [_ecbf ];_edceb :=_bcge [_ecbf +1];_abddg :=_accag .findPrimSec (_dcaff ,_aecc ); -_ddccd :=_accag .findPrimSec (_edceb ,_aecc );_cfeda :=_gabg .findPrimSec (_aecc ,_dcaff );_fafde :=_gabg .findPrimSec (_eacfc ,_dcaff );_bcbfe :=_b .PdfRectangle {Llx :_dcaff ,Urx :_edceb ,Lly :_aecc ,Ury :_eacfc };_adfef :=_fgefe (_bcbfe ,_abddg ,_ddccd ,_cfeda ,_fafde ); -_deea [_deda *_debga +_ecbf ]=_adfef ;if _gacae {_bf .Printf ("\u0020\u0020\u0078\u003d\u0025\u0032\u0064\u0020\u0079\u003d\u0025\u0032\u0064\u003a\u0020%\u0073 \u0025\u0036\u002e\u0032\u0066\u0020\u0078\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_ecbf ,_deda ,_adfef .String (),_adfef .Width (),_adfef .Height ()); -};};};if _gacae {_e .Log .Info ("r\u0075\u006c\u0069\u006e\u0067\u004c\u0069\u0073\u0074.\u0061\u0073\u0054\u0069\u006c\u0069\u006eg:\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0020\u0068\u006f\u0072\u0069zo\u006e\u0074a\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_agbge ); -};_gfbbg :=make ([]map[float64 ]gridTile ,_geeeg );for _geda :=_geeeg -1;_geda >=0;_geda --{if _gacae {_bf .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_geda );};_gfbbg [_geda ]=make (map[float64 ]gridTile ,_debga );for _dbecg :=0;_dbecg < _debga ; -_dbecg ++{_fgaeb :=_deea [_geda *_debga +_dbecg ];if _gacae {_bf .Printf ("\u0020\u0020\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dbecg ,_fgaeb );};if !_fgaeb ._cfgg {continue ;};_cafa :=_dbecg ;for _dbef :=_dbecg +1;!_fgaeb ._bbed &&_dbef < _debga ; -_dbef ++{_egabf :=_deea [_geda *_debga +_dbef ];_fgaeb .Urx =_egabf .Urx ;_fgaeb ._fdde =_fgaeb ._fdde ||_egabf ._fdde ;_fgaeb ._cega =_fgaeb ._cega ||_egabf ._cega ;_fgaeb ._bbed =_egabf ._bbed ;if _gacae {_bf .Printf ("\u0020 \u0020%\u0034\u0064\u003a\u0020\u0025s\u0020\u2192 \u0025\u0073\u000a",_dbef ,_egabf ,_fgaeb ); -};_cafa =_dbef ;};if _gacae {_bf .Printf (" \u0020 \u0025\u0032\u0064\u0020\u002d\u0020\u0025\u0032d\u0020\u2192\u0020\u0025s\n",_dbecg ,_cafa ,_fgaeb );};_dbecg =_cafa ;_gfbbg [_geda ][_fgaeb .Llx ]=_fgaeb ;};};_cecfgc :=make (map[float64 ]map[float64 ]gridTile ,_geeeg ); -_ebafg :=make (map[float64 ]map[float64 ]struct{},_geeeg );for _ceegb :=_geeeg -1;_ceegb >=0;_ceegb --{_ccgde :=_deea [_ceegb *_debga ].Lly ;_cecfgc [_ccgde ]=make (map[float64 ]gridTile ,_debga );_ebafg [_ccgde ]=make (map[float64 ]struct{},_debga );}; -if _gacae {_e .Log .Info ("\u0072u\u006c\u0069n\u0067\u004c\u0069s\u0074\u002e\u0061\u0073\u0054\u0069\u006ci\u006e\u0067\u003a\u0020\u0063\u006fa\u006c\u0065\u0073\u0063\u0065\u0020\u0076\u0065\u0072\u0074\u0069c\u0061\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_agbge ); -};for _cffaf :=_geeeg -1;_cffaf >=0;_cffaf --{_aegda :=_deea [_cffaf *_debga ].Lly ;_dgac :=_gfbbg [_cffaf ];if _gacae {_bf .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_cffaf );};for _ ,_bcafc :=range _gdbe (_dgac ){if _ ,_ecfgd :=_ebafg [_aegda ][_bcafc ]; -_ecfgd {continue ;};_cdefb :=_dgac [_bcafc ];if _gacae {_bf .Printf (" \u0020\u0020\u0020\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_cdefb .String ());};for _dgcf :=_cffaf -1;_dgcf >=0;_dgcf --{if _cdefb ._cega {break ;};_ggcee :=_gfbbg [_dgcf ];_ggdd ,_bcdd :=_ggcee [_bcafc ]; -if !_bcdd {break ;};if _ggdd .Urx !=_cdefb .Urx {break ;};_cdefb ._cega =_ggdd ._cega ;_cdefb .Lly =_ggdd .Lly ;if _gacae {_bf .Printf ("\u0020\u0020\u0020\u0020 \u0020\u0020\u0076\u003d\u0025\u0073\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_ggdd .String (),_cdefb .String ()); -};_ebafg [_ggdd .Lly ][_ggdd .Llx ]=struct{}{};};if _cffaf ==0{_cdefb ._cega =true ;};if _cdefb .complete (){_cecfgc [_aegda ][_bcafc ]=_cdefb ;};};};_fcdfb :=gridTiling {PdfRectangle :_agbge ,_aabgb :_ccdb (_cecfgc ),_fdgd :_fddag (_cecfgc ),_caabf :_cecfgc }; -_fcdfb .log ("\u0043r\u0065\u0061\u0074\u0065\u0064");return _fcdfb ;};func _ecdg (_abgg bounded )float64 {return -_abgg .bbox ().Lly };func (_eacfe rulingList )mergePrimary ()float64 {_cadb :=_eacfe [0]._efadf ;for _ ,_ageaab :=range _eacfe [1:]{_cadb +=_ageaab ._efadf ; -};return _cadb /float64 (len (_eacfe ));};func (_gcde TextTable )getCellInfo (_dbgg TextMark )[][]int {for _ddccg ,_bbac :=range _gcde .Cells {for _aebfe :=range _bbac {_fgcf :=&_bbac [_aebfe ].Marks ;if _fgcf .exists (_dbgg ){return [][]int {{_ddccg },{_aebfe }}; -};};};return nil ;};func (_gabge intSet )has (_gdcee int )bool {_ ,_ggagce :=_gabge [_gdcee ];return _ggagce };func _dc (_ged []rune )BidiText {_ffe :=-1;_dga :=false ;_dgb :=true ;_fcc :=len (_ged );_geb :=make ([]string ,_fcc );_adf :=make ([]string ,_fcc ); -if _fcc ==0||_dga {return _bc (string (_ged ),_dgb ,_dga );};_gce :=0;for _bgg ,_gcf :=range _ged {_geb [_bgg ]=string (_gcf );_gde :="\u004c";if _gcf <=0x00ff{_gde =_be [_gcf ];}else if 0x0590<=_gcf &&_gcf <=0x05f4{_gde ="\u0052";}else if 0x0600<=_gcf &&_gcf <=0x06ff{_ea :=_gcf &0xff; -if int (_ea )>=len (_bb ){_e .Log .Debug ("\u0042\u0069\u0064\u0069\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0055n\u0069c\u006f\u0064\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020"+string (_gcf ));};_gde =_bb [_gcf &0xff]; -}else if (0x0700<=_gcf &&_gcf <=0x08ac)||(0xfb50<=_gcf &&_gcf <=0xfdff)||(0xfe70<=_gcf &&_gcf <=0xfeff){_gde ="\u0041\u004c";};if _gde =="\u0052"||_gde =="\u0041\u004c"||_gde =="\u0041\u004e"{_gce ++;};_adf [_bgg ]=_gde ;};if _gce ==0{_dgb =true ;return _bc (string (_ged ),_dgb ,false ); -};if _ffe ==-1{if float64 (_gce )/float64 (_fcc )< 0.3&&_fcc > 4{_dgb =true ;_ffe =0;}else {_dgb =false ;_ffe =1;};};var _bbb []int ;for range _ged {_bbb =append (_bbb ,_ffe );};_ae :="\u004c";if _gg (_ffe ){_ae ="\u0052";};_ada :=_ae ;_dae :=_ada ;_fdb :=_ada ; -for _fcd :=range _ged {if _adf [_fcd ]=="\u004e\u0053\u004d"{_adf [_fcd ]=_fdb ;}else {_fdb =_adf [_fcd ];};};_fdb =_ada ;var _eae string ;for _de :=range _ged {_eae =_adf [_de ];if _eae =="\u0045\u004e"{if _fdb =="\u0041\u004c"{_adf [_de ]="\u0041\u004e"; -}else {_adf [_de ]="\u0045\u004e";};}else if _eae =="\u0052"||_eae =="\u004c"||_eae =="\u0041\u004c"{_fdb =_eae ;};};for _ceb :=range _ged {_dfg :=_adf [_ceb ];if _dfg =="\u0041\u004c"{_adf [_ceb ]="\u0052";};};for _cc :=1;_cc < (len (_ged )-1);_cc ++{if _adf [_cc ]=="\u0045\u0053"&&_adf [_cc -1]=="\u0045\u004e"&&_adf [_cc +1]=="\u0045\u004e"{_adf [_cc ]="\u0045\u004e"; -};if _adf [_cc ]=="\u0043\u0053"&&(_adf [_cc -1]=="\u0045\u004e"||_adf [_cc -1]=="\u0041\u004e")&&_adf [_cc +1]==_adf [_cc -1]{_adf [_cc ]=_adf [_cc -1];};};for _dbd :=range _ged {if _adf [_dbd ]=="\u0045\u004e"{for _adfg :=_dbd -1;_adfg >=0;_adfg --{if _adf [_adfg ]!="\u0045\u0054"{break ; -};_adf [_adfg ]="\u0045\u004e";};for _egc :=_dbd +1;_egc < _fcc ;_egc ++{if _adf [_egc ]!="\u0045\u0054"{break ;};_adf [_egc ]="\u0045\u004e";};};};for _deg :=range _ged {_ccd :=_adf [_deg ];if _ccd =="\u0057\u0053"||_ccd =="\u0045\u0053"||_ccd =="\u0045\u0054"||_ccd =="\u0043\u0053"{_adf [_deg ]="\u004f\u004e"; -};};_fdb ="\u0073\u006f\u0072";for _cb :=range _ged {_cdd :=_adf [_cb ];if _cdd =="\u0045\u004e"{if _fdb =="\u004c"{_adf [_cb ]="\u004c";}else {_adf [_cb ]="\u0045\u004e";};}else if _cdd =="\u0052"||_cdd =="\u004c"{_fdb =_cdd ;};};for _dba :=0;_dba < len (_ged ); -_dba ++{if _adf [_dba ]=="\u004f\u004e"{_cdg :=_gc (_adf ,_dba +1,"\u004f\u004e");_ee :=_dae ;if _dba > 0{_ee =_adf [_dba -1];};_cgg :=_dae ;if _cdg +1< _fcc {_cgg =_adf [_cdg +1];};if _ee !="\u004c"{_ee ="\u0052";};if _cgg !="\u004c"{_cgg ="\u0052";}; -if _ee ==_cgg {_dag (_adf ,_dba ,_cdg ,_ee );};_dba =_cdg -1;};};for _eab :=range _ged {if _adf [_eab ]=="\u004f\u004e"{_adf [_eab ]=_ae ;};};for _gee :=range _ged {_bd :=_adf [_gee ];if _cgb (_bbb [_gee ]){if _bd =="\u0052"{_bbb [_gee ]++;}else if _bd =="\u0041\u004e"||_bd =="\u0045\u004e"{_bbb [_gee ]+=2; -};}else if _bd =="\u004c"||_bd =="\u0041\u004e"||_bd =="\u0045\u004e"{_bbb [_gee ]++;};};_ac :=-1;_acf :=99;var _eb int ;for _ag :=0;_ag < len (_bbb );_ag ++{_eb =_bbb [_ag ];if _ac < _eb {_ac =_eb ;};if _acf > _eb &&_gg (_eb ){_acf =_eb ;};};for _fbf :=_ac ; -_fbf >=_acf ;_fbf --{_gea :=-1;for _dcf :=0;_dcf < len (_bbb );_dcf ++{if _bbb [_dcf ]< _fbf {if _gea >=0{_dgc (_geb ,_gea ,_dcf );_gea =-1;};}else if _gea < 0{_gea =_dcf ;};};if _gea >=0{_dgc (_geb ,_gea ,len (_bbb ));};};for _bdf :=0;_bdf < len (_geb ); -_bdf ++{_cbf :=_geb [_bdf ];if _cbf =="\u003c"||_cbf =="\u003e"{_geb [_bdf ]="";};};return _bc (_bfb .Join (_geb ,""),_dgb ,false );};func _aafaa (_eeaffd []compositeCell )[]float64 {var _cfeea []*textLine ;_egeb :=0;for _ ,_faecb :=range _eeaffd {_egeb +=len (_faecb .paraList ); -_cfeea =append (_cfeea ,_faecb .lines ()...);};_fd .Slice (_cfeea ,func (_bffc ,_afad int )bool {_fced ,_dagd :=_cfeea [_bffc ],_cfeea [_afad ];_dgaa ,_gegf :=_fced ._dce ,_dagd ._dce ;if !_dbfgf (_dgaa -_gegf ){return _dgaa < _gegf ;};return _fced .Llx < _dagd .Llx ; -});if _aada {_bf .Printf ("\u0020\u0020\u0020 r\u006f\u0077\u0042\u006f\u0072\u0064\u0065\u0072\u0073:\u0020%\u0064 \u0070a\u0072\u0061\u0073\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",_egeb ,len (_cfeea ));for _bgab ,_gaab :=range _cfeea {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_bgab ,_gaab ); -};};var _eefc []float64 ;_aggda :=_cfeea [0];var _gcbb [][]*textLine ;_acadb :=[]*textLine {_aggda };for _fbcbgc ,_dbbcb :=range _cfeea [1:]{if _dbbcb .Ury < _aggda .Lly {_cccc :=0.5*(_dbbcb .Ury +_aggda .Lly );if _aada {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u003c\u0020\u0025\u0036.\u0032f\u0020\u0062\u006f\u0072\u0064\u0065\u0072\u003d\u0025\u0036\u002e\u0032\u0066\u000a"+"\u0009\u0020\u0071\u003d\u0025\u0073\u000a\u0009\u0020p\u003d\u0025\u0073\u000a",_fbcbgc ,_dbbcb .Ury ,_aggda .Lly ,_cccc ,_aggda ,_dbbcb ); -};_eefc =append (_eefc ,_cccc );_gcbb =append (_gcbb ,_acadb );_acadb =nil ;};_acadb =append (_acadb ,_dbbcb );if _dbbcb .Lly < _aggda .Lly {_aggda =_dbbcb ;};};if len (_acadb )> 0{_gcbb =append (_gcbb ,_acadb );};if _aada {_bf .Printf (" \u0020\u0020\u0020\u0020\u0020\u0020 \u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064o\u0072\u0073\u003d%\u0036.\u0032\u0066\u000a",_eefc ); -};if _aada {_e .Log .Info ("\u0072\u006f\u0077\u003d\u0025\u0064",len (_eeaffd ));for _cefbc ,_dbebf :=range _eeaffd {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_cefbc ,_dbebf );};_e .Log .Info ("\u0067r\u006f\u0075\u0070\u0073\u003d\u0025d",len (_gcbb )); -for _egeg ,_fgaeg :=range _gcbb {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0064\u000a",_egeg ,len (_fgaeg ));for _aafbg ,_dfdag :=range _fgaeg {_bf .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_aafbg ,_dfdag );};};};_fcdaf :=true ; -for _cedcf ,_agca :=range _gcbb {_feec :=true ;for _dcbed ,_fgdcg :=range _eeaffd {if _aada {_bf .Printf ("\u0020\u0020\u0020\u007e\u007e\u007e\u0067\u0072\u006f\u0075\u0070\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0020\u0063\u0065\u006cl\u0020\u0025\u0064\u0020\u006ff\u0020\u0025d\u0020\u0025\u0073\u000a",_cedcf ,len (_gcbb ),_dcbed ,len (_eeaffd ),_fgdcg ); -};if !_fgdcg .hasLines (_agca ){if _aada {_bf .Printf ("\u0020\u0020\u0020\u0021\u0021\u0021\u0067\u0072\u006f\u0075\u0070\u0020\u0025d\u0020\u006f\u0066\u0020\u0025\u0064 \u0063\u0065\u006c\u006c\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064 \u004f\u0055\u0054\u000a",_cedcf ,len (_gcbb ),_dcbed ,len (_eeaffd )); -};_feec =false ;break ;};};if !_feec {_fcdaf =false ;break ;};};if !_fcdaf {if _aada {_e .Log .Info ("\u0072\u006f\u0077\u0020\u0063o\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u0020\u0064\u006f\u006e\u0027\u0074 \u0073\u0070\u0061\u006e\u0020\u0061\u006c\u006c\u0020\u0063\u0065\u006c\u006c\u0073\u0020\u0069\u006e\u0020\u0072\u006f\u0077\u002e\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); -};_eefc =nil ;};if _aada &&_eefc !=nil {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u002a\u002a*\u0072\u006f\u0077\u0043\u006f\u0072\u0072i\u0064\u006f\u0072\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u000a",_eefc );};return _eefc ;}; +// PageText represents the layout of text on a device page. +type PageText struct{_afbb []*textMark ;_ada string ;_ecda []TextMark ;_aef []TextTable ;_cffb _bf .PdfRectangle ;_edag []pathSection ;_dffe []pathSection ;_fabb *_cb .PdfObject ;_dadc _cb .PdfObject ;_ffab *_gf .ContentStreamOperations ;_dcce PageTextOptions ; +};func (_cfga *textTable )log (_eabace string ){if !_cdgfc {return ;};_d .Log .Info ("~\u007e\u007e\u0020\u0025\u0073\u003a \u0025\u0064\u0020\u0078\u0020\u0025d\u0020\u0067\u0072\u0069\u0064\u003d\u0025t\u000a\u0020\u0020\u0020\u0020\u0020\u0020\u0025\u0036\u002e2\u0066",_eabace ,_cfga ._ccfea ,_cfga ._gecff ,_cfga ._cgfe ,_cfga .PdfRectangle ); +for _ebga :=0;_ebga < _cfga ._gecff ;_ebga ++{for _agda :=0;_agda < _cfga ._ccfea ;_agda ++{_bageb :=_cfga .get (_agda ,_ebga );if _bageb ==nil {continue ;};_deg .Printf ("%\u0034\u0064\u0020\u00252d\u003a \u0025\u0036\u002e\u0032\u0066 \u0025\u0071\u0020\u0025\u0064\u000a",_agda ,_ebga ,_bageb .PdfRectangle ,_bdfde (_bageb .text (),50),_a .RuneCountInString (_bageb .text ())); +};};};func _gafae (_geddd []*textWord ,_dbea *textWord )[]*textWord {for _bgfg ,_ffde :=range _geddd {if _ffde ==_dbea {return _bfgcb (_geddd ,_bgfg );};};_d .Log .Error ("\u0072\u0065\u006d\u006f\u0076e\u0057\u006f\u0072\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u0073\u0020\u0064o\u0065\u0073\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",_dbea ); +return nil ;};func (_ebbd *wordBag )makeRemovals ()map[int ]map[*textWord ]struct{}{_affa :=make (map[int ]map[*textWord ]struct{},len (_ebbd ._gecfd ));for _fbaf :=range _ebbd ._gecfd {_affa [_fbaf ]=make (map[*textWord ]struct{});};return _affa ;};func _eggf (_dead []structElement ,_faed map[int ][]*textLine ,_ddbfd _cb .PdfObject )[]*list {_dbfde :=[]*list {}; +for _ ,_ccga :=range _dead {_gdcg :=_ccga ._ccbf ;_aeb :=int (_ccga ._bagd );_gcgc :=_ccga ._gffd ;_cceb :=[]*textLine {};_bacg :=[]*list {};_bbcdc :=_ccga ._ecgce ;_bdbb ,_cfac :=(_bbcdc .(*_cb .PdfObjectReference ));if !_cfac {_d .Log .Debug ("\u0066\u0061\u0069l\u0065\u0064\u0020\u006f\u0074\u0020\u0063\u0061\u0073\u0074\u0020\u0074\u006f\u0020\u002a\u0063\u006f\u0072\u0065\u002e\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +};if _aeb !=-1&&_bdbb !=nil {if _ffgea ,_cgbae :=_faed [_aeb ];_cgbae {if _aada ,_edee :=_ddbfd .(*_cb .PdfIndirectObject );_edee {_cfbb :=_aada .PdfObjectReference ;if _ga .DeepEqual (*_bdbb ,_cfbb ){_cceb =_ffgea ;};};};};if _gdcg !=nil {_bacg =_eggf (_gdcg ,_faed ,_ddbfd ); +};_fcecc :=_dca (_cceb ,_gcgc ,_bacg );_dbfde =append (_dbfde ,_fcecc );};return _dbfde ;};func _agcb (_fgcf ,_egef bounded )float64 {return _eaff (_fgcf )-_eaff (_egef )};func (_begd rulingList )isActualGrid ()(rulingList ,bool ){_gfbbf ,_bdac :=_begd .augmentGrid (); +if !(len (_gfbbf )>=_agfef +1&&len (_bdac )>=_efga +1){if _cfef {_d .Log .Info ("\u0069s\u0041\u0063t\u0075\u0061\u006c\u0047r\u0069\u0064\u003a \u004e\u006f\u0074\u0020\u0061\u006c\u0069\u0067\u006eed\u002e\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u003c\u0020\u0025d\u0020\u0078 \u0025\u0064",len (_gfbbf ),len (_bdac ),_agfef +1,_efga +1); +};return nil ,false ;};if _cfef {_d .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075a\u006c\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0073\u0020\u003a\u0020\u0025t\u0020\u0026\u0020\u0025\u0074\u0020\u2192 \u0025\u0074",_begd ,len (_gfbbf )>=2,len (_bdac )>=2,len (_gfbbf )>=2&&len (_bdac )>=2); +for _eefg ,_bafbc :=range _begd {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0076\u000a",_eefg ,_bafbc );};};if _dcbf {_aaaga ,_eaee :=_gfbbf [0],_gfbbf [len (_gfbbf )-1];_cagfg ,_gfbe :=_bdac [0],_bdac [len (_bdac )-1];if !(_abad (_aaaga ._gdge -_cagfg ._ggbc )&&_abad (_eaee ._gdge -_cagfg ._agbd )&&_abad (_cagfg ._gdge -_aaaga ._agbd )&&_abad (_gfbe ._gdge -_aaaga ._ggbc )){if _cfef {_d .Log .Info ("\u0069\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069d\u003a\u0020\u0020N\u006f\u0074 \u0061\u006c\u0069\u0067\u006e\u0065d\u002e\n\t\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0076\u0031\u003d\u0025\u0073\u000a\u0009\u0068\u0030\u003d\u0025\u0073\u000a\u0009\u0068\u0031\u003d\u0025\u0073",_aaaga ,_eaee ,_cagfg ,_gfbe ); +};return nil ,false ;};}else {if !_gfbbf .aligned (){if _fafe {_d .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0076\u0065\u0072\u0074\u0073\u002e\u0020%\u0064",len (_gfbbf )); +};return nil ,false ;};if !_bdac .aligned (){if _cfef {_d .Log .Info ("i\u0073\u0041\u0063\u0074\u0075\u0061l\u0047\u0072\u0069\u0064\u003a\u0020N\u006f\u0074\u0020\u0061\u006c\u0069\u0067n\u0065\u0064\u0020\u0068\u006f\u0072\u007a\u0073\u002e\u0020%\u0064",len (_bdac )); +};return nil ,false ;};};_bdcc :=append (_gfbbf ,_bdac ...);return _bdcc ,true ;}; +// BidiText represents a bidi text organized in its visual order +// with base direction of the text. +type BidiText struct{_bfe string ;_fa string ;};func _gdgb (_agee _bf .PdfRectangle )*ruling {return &ruling {_daea :_acegd ,_gdge :_agee .Urx ,_ggbc :_agee .Lly ,_agbd :_agee .Ury };};func (_eadc *ruling )intersects (_abaa *ruling )bool {_ddeaag :=(_eadc ._daea ==_acegd &&_abaa ._daea ==_faec )||(_abaa ._daea ==_acegd &&_eadc ._daea ==_faec ); +_ecgg :=func (_abgcg ,_geca *ruling )bool {return _abgcg ._ggbc -_afa <=_geca ._gdge &&_geca ._gdge <=_abgcg ._agbd +_afa ;};_cfbdd :=_ecgg (_eadc ,_abaa );_gdgef :=_ecgg (_abaa ,_eadc );if _cfef {_deg .Printf ("\u0020\u0020\u0020\u0020\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003a\u0020\u0020\u006fr\u0074\u0068\u006f\u0067\u006f\u006e\u0061l\u003d\u0025\u0074\u0020\u006f\u0031\u003d\u0025\u0074\u0020\u006f2\u003d\u0025\u0074\u0020\u2192\u0020\u0025\u0074\u000a"+"\u0020\u0020\u0020 \u0020\u0020\u0020\u0076\u003d\u0025\u0073\u000a"+" \u0020\u0020\u0020\u0020\u0020\u0077\u003d\u0025\u0073\u000a",_ddeaag ,_cfbdd ,_gdgef ,_ddeaag &&_cfbdd &&_gdgef ,_eadc ,_abaa ); +};return _ddeaag &&_cfbdd &&_gdgef ;}; -// Text returns the extracted page text. -func (_agf PageText )Text ()string {return _agf ._ceef };func (_baca *structTreeRoot )parseStructTreeRoot (_dced _ff .PdfObject ){if _dced !=nil {_bfff ,_degea :=_ff .GetDict (_dced );if !_degea {_e .Log .Debug ("\u0070\u0061\u0072s\u0065\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u003a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); -};K :=_bfff .Get ("\u004b");_acgf :=_bfff .Get ("\u0054\u0079\u0070\u0065").String ();var _dgfeg *_ff .PdfObjectArray ;switch _gfce :=K .(type ){case *_ff .PdfObjectArray :_dgfeg =_gfce ;case *_ff .PdfObjectReference :_dgfeg =_ff .MakeArray (K );};_dafc :=[]structElement {}; -for _ ,_dacfa :=range _dgfeg .Elements (){_fefc :=&structElement {};_fefc .parseStructElement (_dacfa );_dafc =append (_dafc ,*_fefc );};_baca ._addd =_dafc ;_baca ._fedg =_acgf ;};};func (_cgca gridTile )complete ()bool {return _cgca .numBorders ()==4}; -func (_egbbb *textWord )absorb (_ggbe *textWord ){_egbbb .PdfRectangle =_badbb (_egbbb .PdfRectangle ,_ggbe .PdfRectangle );_egbbb ._bggbb =append (_egbbb ._bggbb ,_ggbe ._bggbb ...);};var _caaa =TextMark {Text :"\u005b\u0058\u005d",Original :"\u0020",Meta :true ,FillColor :_dd .White ,StrokeColor :_dd .White }; +// String returns a human readable description of `vecs`. +func (_gbbdd rulingList )String ()string {if len (_gbbdd )==0{return "\u007b \u0045\u004d\u0050\u0054\u0059\u0020}";};_eede ,_fddg :=_gbbdd .vertsHorzs ();_ddfac :=len (_eede );_cagde :=len (_fddg );if _ddfac ==0||_cagde ==0{return _deg .Sprintf ("\u007b%\u0064\u0020\u0078\u0020\u0025\u0064}",_ddfac ,_cagde ); +};_bgacb :=_bf .PdfRectangle {Llx :_eede [0]._gdge ,Urx :_eede [_ddfac -1]._gdge ,Lly :_fddg [_cagde -1]._gdge ,Ury :_fddg [0]._gdge };return _deg .Sprintf ("\u007b\u0025d\u0020\u0078\u0020%\u0064\u003a\u0020\u0025\u0036\u002e\u0032\u0066\u007d",_ddfac ,_cagde ,_bgacb ); +};func (_aaa *imageExtractContext )extractXObjectImage (_fec *_cb .PdfObjectName ,_ccc _gf .GraphicsState ,_affg *_bf .PdfPageResources )error {_ggd ,_ :=_affg .GetXObjectByName (*_fec );if _ggd ==nil {return nil ;};_cfb ,_gdc :=_aaa ._bag [_ggd ];if !_gdc {_bea ,_dgc :=_affg .GetXObjectImageByName (*_fec ); +if _dgc !=nil {return _dgc ;};if _bea ==nil {return nil ;};_ggfa ,_dgc :=_bea .ToImage ();if _dgc !=nil {return _dgc ;};var _eecf _de .Image ;if _bea .Mask !=nil {if _eecf ,_dgc =_gffgf (_bea .Mask ,_bcc .Opaque );_dgc !=nil {_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +};}else if _bea .SMask !=nil {_eecf ,_dgc =_agdd (_bea .SMask ,_bcc .Opaque );if _dgc !=nil {_d .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};};if _eecf !=nil {_abd ,_daf :=_ggfa .ToGoImage ();if _daf !=nil {return _daf ;};_abd =_gcgb (_abd ,_eecf );switch _bea .ColorSpace .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0049n\u0064\u0065\u0078\u0065\u0064":_ggfa ,_daf =_bf .ImageHandling .NewGrayImageFromGoImage (_abd ); +if _daf !=nil {return _daf ;};default:_ggfa ,_daf =_bf .ImageHandling .NewImageFromGoImage (_abd );if _daf !=nil {return _daf ;};};};_cfb =&cachedImage {_dff :_ggfa ,_dea :_bea .ColorSpace };_aaa ._bag [_ggd ]=_cfb ;};_dcc :=_cfb ._dff ;_bbe :=_cfb ._dea ; +_cac ,_deaa :=_bbe .ImageToRGB (*_dcc );if _deaa !=nil {return _deaa ;};_d .Log .Debug ("@\u0044\u006f\u0020\u0043\u0054\u004d\u003a\u0020\u0025\u0073",_ccc .CTM .String ());_febag :=ImageMark {Image :&_cac ,Width :_ccc .CTM .ScalingFactorX (),Height :_ccc .CTM .ScalingFactorY (),Angle :_ccc .CTM .Angle ()}; +_febag .X ,_febag .Y =_ccc .CTM .Translation ();_aaa ._gcgg =append (_aaa ._gcgg ,_febag );_aaa ._aed ++;return nil ;};type structTreeRoot struct{_gbgb []structElement ;_feaee string ;}; +// Options extractor options. +type Options struct{ -// String returns a string descibing `i`. -func (_fggd gridTile )String ()string {_ebfcb :=func (_ebcg bool ,_ffbfc string )string {if _ebcg {return _ffbfc ;};return "\u005f";};return _bf .Sprintf ("\u00256\u002e2\u0066\u0020\u0025\u0031\u0073%\u0031\u0073%\u0031\u0073\u0025\u0031\u0073",_fggd .PdfRectangle ,_ebfcb (_fggd ._cfgg ,"\u004c"),_ebfcb (_fggd ._bbed ,"\u0052"),_ebfcb (_fggd ._cega ,"\u0042"),_ebfcb (_fggd ._fdde ,"\u0054")); -};func (_beecg *shapesState )closePath (){if _beecg ._cbeb {_beecg ._fgdb =append (_beecg ._fgdb ,_agfc (_beecg ._dfca ));_beecg ._cbeb =false ;}else if len (_beecg ._fgdb )==0{if _gegd {_e .Log .Debug ("\u0063\u006c\u006f\u0073eP\u0061\u0074\u0068\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u0020\u0070\u0061t\u0068"); -};_beecg ._cbeb =false ;return ;};_beecg ._fgdb [len (_beecg ._fgdb )-1].close ();if _gegd {_e .Log .Info ("\u0063\u006c\u006f\u0073\u0065\u0050\u0061\u0074\u0068\u003a\u0020\u0025\u0073",_beecg );};};var _aeccb =_df .MustCompile ("\u005e\u005c\u0073\u002a\u0028\u005c\u0064\u002b\u005c\u002e\u003f|\u005b\u0049\u0069\u0076\u005d\u002b\u0029\u005c\u0073\u002a\\\u0029\u003f\u0024"); -func (_aabd *textTable )depth ()float64 {_feee :=1e10;for _eeaa :=0;_eeaa < _aabd ._addag ;_eeaa ++{_aaeae :=_aabd .get (_eeaa ,0);if _aaeae ==nil ||_aaeae ._cdcca {continue ;};_feee =_ce .Min (_feee ,_aaeae .depth ());};return _feee ;}; +// DisableDocumentTags specifies whether to use the document tags during list extraction. +DisableDocumentTags bool ; -// RenderMode specifies the text rendering mode (Tmode), which determines whether showing text shall cause -// glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three. -// Stroking, filling, and clipping shall have the same effects for a text object as they do for a path object -// (see 8.5.3, "Path-Painting Operators" and 8.5.4, "Clipping Path Operators"). -type RenderMode int ;func (_gbfd *wordBag )maxDepth ()float64 {return _gbfd ._gdgea -_gbfd .Lly };type textPara struct{_b .PdfRectangle ;_cdcbd _b .PdfRectangle ;_bbgab []*textLine ;_cegg *textTable ;_cdaad bool ;_cdcca bool ;_ebff *textPara ;_abbb *textPara ; -_cfbb *textPara ;_dabf *textPara ;_aaeee []list ;};func (_abce *shapesState )establishSubpath ()*subpath {_dcfc ,_bcgb :=_abce .lastpointEstablished ();if !_bcgb {_abce ._fgdb =append (_abce ._fgdb ,_agfc (_dcfc ));};if len (_abce ._fgdb )==0{return nil ; -};_abce ._cbeb =false ;return _abce ._fgdb [len (_abce ._fgdb )-1];};func _gdbe (_cfbf map[float64 ]gridTile )[]float64 {_dagac :=make ([]float64 ,0,len (_cfbf ));for _bfcc :=range _cfbf {_dagac =append (_dagac ,_bfcc );};_fd .Float64s (_dagac );return _dagac ; -};func _gg (_bfa int )bool {return (_bfa &1)!=0};func (_ddab *wordBag )depthBand (_bef ,_egbe float64 )[]int {if len (_ddab ._ecfd )==0{return nil ;};return _ddab .depthRange (_ddab .getDepthIdx (_bef ),_ddab .getDepthIdx (_egbe ));};func _affeb (_gcbc []*textLine ,_aedg string ,_aacg []*list )*list {return &list {_efgb :_gcbc ,_eaag :_aedg ,_ddfgc :_aacg }; -};func (_gffc paraList )list ()[]*list {var _fgge []*textLine ;var _egaec []*textLine ;for _ ,_gbad :=range _gffc {_dgff :=_gbad .getListLines ();_fgge =append (_fgge ,_dgff ...);_egaec =append (_egaec ,_gbad ._bbgab ...);};_ccddd :=_gbdcf (_fgge );_egab :=_ebde (_egaec ,_ccddd ); -return _egab ;};func _aebg (_cbgf float64 )bool {return _ce .Abs (_cbgf )< _acgdd };func (_dcbd compositeCell )parasBBox ()(paraList ,_b .PdfRectangle ){return _dcbd .paraList ,_dcbd .PdfRectangle ;};func (_ggab *shapesState )cubicTo (_cfdg ,_deac ,_eagg ,_dcdg ,_fgbb ,_bcde float64 ){if _gegd {_e .Log .Info ("\u0063\u0075\u0062\u0069\u0063\u0054\u006f\u003a"); -};_ggab .addPoint (_fgbb ,_bcde );};func (_eeecf *textTable )bbox ()_b .PdfRectangle {return _eeecf .PdfRectangle };func (_gfbef rulingList )primMinMax ()(float64 ,float64 ){_eccf ,_adgb :=_gfbef [0]._efadf ,_gfbef [0]._efadf ;for _ ,_fbbdc :=range _gfbef [1:]{if _fbbdc ._efadf < _eccf {_eccf =_fbbdc ._efadf ; -}else if _fbbdc ._efadf > _adgb {_adgb =_fbbdc ._efadf ;};};return _eccf ,_adgb ;}; +// ApplyCropBox will extract page text based on page cropbox if set to `true`. +ApplyCropBox bool ; -// String returns a description of `t`. -func (_gagf *textTable )String ()string {return _bf .Sprintf ("\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0025\u0074",_gagf ._addag ,_gagf ._cffff ,_gagf ._cbbdd );};func (_bfggb *textWord )computeText ()string {_facc :=make ([]string ,len (_bfggb ._bggbb )); -for _defg ,_gddc :=range _bfggb ._bggbb {_facc [_defg ]=_gddc ._gddf ;};return _bfb .Join (_facc ,"");};func _efgd (_cecfg *wordBag ,_cdac float64 ,_fgab ,_aadaf rulingList )[]*wordBag {var _fgaf []*wordBag ;for _ ,_fbfaf :=range _cecfg .depthIndexes (){_ebdd :=false ; -for !_cecfg .empty (_fbfaf ){_caef :=_cecfg .firstReadingIndex (_fbfaf );_bdcd :=_cecfg .firstWord (_caef );_edbbb :=_fagdd (_bdcd ,_cdac ,_fgab ,_aadaf );_cecfg .removeWord (_bdcd ,_caef );if _gecc {_e .Log .Info ("\u0066\u0069\u0072\u0073\u0074\u0057\u006f\u0072\u0064\u0020\u005e\u005e^\u005e\u0020\u0025\u0073",_bdcd .String ()); -};for _gfceg :=true ;_gfceg ;_gfceg =_ebdd {_ebdd =false ;_bcabc :=_gbeb *_edbbb ._dbfbe ;_bcgbf :=_efce *_edbbb ._dbfbe ;_deag :=_ffbc *_edbbb ._dbfbe ;if _gecc {_e .Log .Info ("\u0070a\u0072a\u0057\u006f\u0072\u0064\u0073\u0020\u0064\u0065\u0070\u0074\u0068 \u0025\u002e\u0032\u0066 \u002d\u0020\u0025\u002e\u0032f\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061\u0044\u0065\u0070\u0074\u0068\u0047\u0061\u0070\u003d\u0025\u002e\u0032\u0066\u0020\u006d\u0061\u0078\u0049\u006e\u0074\u0072\u0061R\u0065\u0061\u0064\u0069\u006e\u0067\u0047\u0061p\u003d\u0025\u002e\u0032\u0066",_edbbb .minDepth (),_edbbb .maxDepth (),_deag ,_bcgbf ); -};if _cecfg .scanBand ("\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",_edbbb ,_gbba (_bcdc ,0),_edbbb .minDepth ()-_deag ,_edbbb .maxDepth ()+_deag ,_fcga ,false ,false )> 0{_ebdd =true ;};if _cecfg .scanBand ("\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_edbbb ,_gbba (_bcdc ,_bcgbf ),_edbbb .minDepth (),_edbbb .maxDepth (),_eaac ,false ,false )> 0{_ebdd =true ; -};if _ebdd {continue ;};_dgdgg :=_cecfg .scanBand ("",_edbbb ,_gbba (_cdge ,_bcabc ),_edbbb .minDepth (),_edbbb .maxDepth (),_cbb ,true ,false );if _dgdgg > 0{_ecfe :=(_edbbb .maxDepth ()-_edbbb .minDepth ())/_edbbb ._dbfbe ;if (_dgdgg > 1&&float64 (_dgdgg )> 0.3*_ecfe )||_dgdgg <=10{if _cecfg .scanBand ("\u006f\u0074\u0068e\u0072",_edbbb ,_gbba (_cdge ,_bcabc ),_edbbb .minDepth (),_edbbb .maxDepth (),_cbb ,false ,true )> 0{_ebdd =true ; -};};};};_fgaf =append (_fgaf ,_edbbb );};};return _fgaf ;};func _adef (_ecaa string ,_cbggf []rulingList ){_e .Log .Info ("\u0024\u0024 \u0025\u0064\u0020g\u0072\u0069\u0064\u0073\u0020\u002d\u0020\u0025\u0073",len (_cbggf ),_ecaa );for _fbgc ,_acga :=range _cbggf {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fbgc ,_acga .String ()); -};};func (_dfecb *textTable )getRight ()paraList {_aafe :=make (paraList ,_dfecb ._cffff );for _affa :=0;_affa < _dfecb ._cffff ;_affa ++{_daead :=_dfecb .get (_dfecb ._addag -1,_affa )._abbb ;if _daead .taken (){return nil ;};_aafe [_affa ]=_daead ;}; -for _ebga :=0;_ebga < _dfecb ._cffff -1;_ebga ++{if _aafe [_ebga ]._dabf !=_aafe [_ebga +1]{return nil ;};};return _aafe ;};func (_edgaa rulingList )toGrids ()[]rulingList {if _ccffg {_e .Log .Info ("t\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_edgaa ); -};_cccdg :=_edgaa .intersections ();if _ccffg {_e .Log .Info ("\u0074\u006f\u0047r\u0069\u0064\u0073\u003a \u0076\u0065\u0063\u0073\u003d\u0025\u0064 \u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003d\u0025\u0064\u0020",len (_edgaa ),len (_cccdg )); -for _ ,_daaaa :=range _caaae (_cccdg ){_bf .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_daaaa ,_cccdg [_daaaa ]);};};_dbebc :=make (map[int ]intSet ,len (_edgaa ));for _afcgc :=range _edgaa {_eebg :=_edgaa .connections (_cccdg ,_afcgc );if len (_eebg )> 0{_dbebc [_afcgc ]=_eebg ; -};};if _ccffg {_e .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0063\u006fn\u006e\u0065\u0063\u0074s=\u0025\u0064",len (_dbebc ));for _ ,_dbde :=range _caaae (_dbebc ){_bf .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_dbde ,_dbebc [_dbde ]); -};};_aacb :=_efbf (len (_edgaa ),func (_aacd ,_dggb int )bool {_fcad ,_geab :=len (_dbebc [_aacd ]),len (_dbebc [_dggb ]);if _fcad !=_geab {return _fcad > _geab ;};return _edgaa .comp (_aacd ,_dggb );});if _ccffg {_e .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u006f\u0072d\u0065\u0072\u0069\u006eg=\u0025\u0076",_aacb ); -};_cffea :=[][]int {{_aacb [0]}};_dcac :for _ ,_eceea :=range _aacb [1:]{for _gegc ,_fffb :=range _cffea {for _ ,_ecgbf :=range _fffb {if _dbebc [_ecgbf ].has (_eceea ){_cffea [_gegc ]=append (_fffb ,_eceea );continue _dcac ;};};};_cffea =append (_cffea ,[]int {_eceea }); -};if _ccffg {_e .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020i\u0067\u0072i\u0064\u0073\u003d\u0025\u0076",_cffea );};_fd .SliceStable (_cffea ,func (_acgfe ,_aebe int )bool {return len (_cffea [_acgfe ])> len (_cffea [_aebe ])});for _ ,_ffcf :=range _cffea {_fd .Slice (_ffcf ,func (_dfdgc ,_acace int )bool {return _edgaa .comp (_ffcf [_dfdgc ],_ffcf [_acace ])}); -};_daab :=make ([]rulingList ,len (_cffea ));for _fggce ,_ecggd :=range _cffea {_eebga :=make (rulingList ,len (_ecggd ));for _aeaa ,_ccde :=range _ecggd {_eebga [_aeaa ]=_edgaa [_ccde ];};_daab [_fggce ]=_eebga ;};if _ccffg {_e .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020g\u0072\u0069d\u0073\u003d\u0025\u002b\u0076",_daab ); -};var _fdbeb []rulingList ;for _ ,_dgbce :=range _daab {if _gbadf ,_gdgbf :=_dgbce .isActualGrid ();_gdgbf {_dgbce =_gbadf ;_dgbce =_dgbce .snapToGroups ();_fdbeb =append (_fdbeb ,_dgbce );};};if _ccffg {_adef ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0061\u0063t\u0075\u0061\u006c\u0047ri\u0064\u0073",_fdbeb ); -_e .Log .Info ("\u0074\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0067\u0072\u0069\u0064\u0073\u003d%\u0064 \u0061\u0063\u0074\u0075\u0061\u006c\u0047\u0072\u0069\u0064\u0073\u003d\u0025\u0064",len (_daab ),len (_fdbeb ));};return _fdbeb ;}; +// UseSimplerExtractionProcess will skip topological text ordering and table processing. +// +// NOTE: While normally the extra processing is beneficial, it can also lead to problems when it does not work. +// Thus it is a flag to allow the user to control this process. +// +// Skipping some extraction processes would also lead to the reduced processing time. +UseSimplerExtractionProcess bool ; -// String returns a description of `w`. -func (_afaf *textWord )String ()string {return _bf .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_afaf ._bagdd ,_afaf .PdfRectangle ,_afaf ._ecdce ,_afaf ._deccc ); -};func (_dfdba *textWord )appendMark (_cada *textMark ,_dgdbg _b .PdfRectangle ){_dfdba ._bggbb =append (_dfdba ._bggbb ,_cada );_dfdba .PdfRectangle =_badbb (_dfdba .PdfRectangle ,_cada .PdfRectangle );if _cada ._dgfec > _dfdba ._ecdce {_dfdba ._ecdce =_cada ._dgfec ; -};_dfdba ._bagdd =_dgdbg .Ury -_dfdba .PdfRectangle .Lly ;};type pathSection struct{_cdad []*subpath ;_dd .Color ;}; +// IncludeAnnotations specifies whether to include annotations in the extraction process, default value is `false`. +IncludeAnnotations bool ; + +// If enabled, this option prevents splitting of one line into several lines. +DisableMultiColumns bool ;};func (_ggfe compositeCell )split (_cfdce ,_gbcee []float64 )*textTable {_eegb :=len (_cfdce )+1;_dbda :=len (_gbcee )+1;if _cdgfc {_d .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069t\u0065\u0043\u0065l\u006c\u002e\u0073\u0070l\u0069\u0074\u003a\u0020\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u000a\u0009\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025\u0073\u000a"+"\u0009\u0072\u006f\u0077\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073=\u0025\u0036\u002e\u0032\u0066\u000a\t\u0063\u006f\u006c\u0043\u006f\u0072\u0072\u0069\u0064\u006f\u0072\u0073\u003d%\u0036\u002e\u0032\u0066",_dbda ,_eegb ,_ggfe ,_cfdce ,_gbcee ); +_deg .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073\u000a",len (_ggfe .paraList ));for _bcfee ,_cegf :=range _ggfe .paraList {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bcfee ,_cegf .String ()); +};_deg .Printf ("\u0020\u0020\u0020\u0020\u0025\u0064\u0020\u006c\u0069\u006e\u0065\u0073\u000a",len (_ggfe .lines ()));for _bdgb ,_dgee :=range _ggfe .lines (){_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bdgb ,_dgee );};};_cfdce =_bcdab (_cfdce ,_ggfe .Ury ,_ggfe .Lly ); +_gbcee =_bcdab (_gbcee ,_ggfe .Llx ,_ggfe .Urx );_aecbd :=make (map[uint64 ]*textPara ,_dbda *_eegb );_bffdb :=textTable {_ccfea :_dbda ,_gecff :_eegb ,_agcf :_aecbd };_begg :=_ggfe .paraList ;_bd .Slice (_begg ,func (_fbfg ,_fbdf int )bool {_ddeacd ,_fddd :=_begg [_fbfg ],_begg [_fbdf ]; +_cefdd ,_abfc :=_ddeacd .Lly ,_fddd .Lly ;if _cefdd !=_abfc {return _cefdd < _abfc ;};return _ddeacd .Llx < _fddd .Llx ;});_ggfb :=make (map[uint64 ]_bf .PdfRectangle ,_dbda *_eegb );for _fbgd ,_egag :=range _cfdce [1:]{_fcede :=_cfdce [_fbgd ];for _egeg ,_abfg :=range _gbcee [1:]{_dadde :=_gbcee [_egeg ]; +_ggfb [_dfdbcc (_egeg ,_fbgd )]=_bf .PdfRectangle {Llx :_dadde ,Urx :_abfg ,Lly :_egag ,Ury :_fcede };};};if _cdgfc {_d .Log .Info ("\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0043\u0065l\u006c\u002e\u0073\u0070\u006c\u0069\u0074\u003a\u0020\u0072e\u0063\u0074\u0073"); +_deg .Printf ("\u0020\u0020\u0020\u0020");for _aggd :=0;_aggd < _dbda ;_aggd ++{_deg .Printf ("\u0025\u0033\u0030\u0064\u002c\u0020",_aggd );};_deg .Println ();for _cdae :=0;_cdae < _eegb ;_cdae ++{_deg .Printf ("\u0020\u0020\u0025\u0032\u0064\u003a",_cdae ); +for _dfbd :=0;_dfbd < _dbda ;_dfbd ++{_deg .Printf ("\u00256\u002e\u0032\u0066\u002c\u0020",_ggfb [_dfdbcc (_dfbd ,_cdae )]);};_deg .Println ();};};_cagf :=func (_dbcba *textLine )(int ,int ){for _bcfac :=0;_bcfac < _eegb ;_bcfac ++{for _gcbeb :=0;_gcbeb < _dbda ; +_gcbeb ++{if _bdcge (_ggfb [_dfdbcc (_gcbeb ,_bcfac )],_dbcba .PdfRectangle ){return _gcbeb ,_bcfac ;};};};return -1,-1;};_eggea :=make (map[uint64 ][]*textLine ,_dbda *_eegb );for _ ,_bbecd :=range _begg .lines (){_acfg ,_cgcda :=_cagf (_bbecd );if _acfg < 0{continue ; +};_eggea [_dfdbcc (_acfg ,_cgcda )]=append (_eggea [_dfdbcc (_acfg ,_cgcda )],_bbecd );};for _cgdbf :=0;_cgdbf < len (_cfdce )-1;_cgdbf ++{_eabb :=_cfdce [_cgdbf ];_dcdfc :=_cfdce [_cgdbf +1];for _gadac :=0;_gadac < len (_gbcee )-1;_gadac ++{_abfda :=_gbcee [_gadac ]; +_dfdbc :=_gbcee [_gadac +1];_ebfde :=_bf .PdfRectangle {Llx :_abfda ,Urx :_dfdbc ,Lly :_dcdfc ,Ury :_eabb };_aeac :=_eggea [_dfdbcc (_gadac ,_cgdbf )];if len (_aeac )==0{continue ;};_gcff :=_bada (_ebfde ,_aeac );_bffdb .put (_gadac ,_cgdbf ,_gcff );}; +};return &_bffdb ;};var (_efede =map[rune ]string {0x0060:"\u0300",0x02CB:"\u0300",0x0027:"\u0301",0x00B4:"\u0301",0x02B9:"\u0301",0x02CA:"\u0301",0x005E:"\u0302",0x02C6:"\u0302",0x007E:"\u0303",0x02DC:"\u0303",0x00AF:"\u0304",0x02C9:"\u0304",0x02D8:"\u0306",0x02D9:"\u0307",0x00A8:"\u0308",0x00B0:"\u030a",0x02DA:"\u030a",0x02BA:"\u030b",0x02DD:"\u030b",0x02C7:"\u030c",0x02C8:"\u030d",0x0022:"\u030e",0x02BB:"\u0312",0x02BC:"\u0313",0x0486:"\u0313",0x055A:"\u0313",0x02BD:"\u0314",0x0485:"\u0314",0x0559:"\u0314",0x02D4:"\u031d",0x02D5:"\u031e",0x02D6:"\u031f",0x02D7:"\u0320",0x02B2:"\u0321",0x00B8:"\u0327",0x02CC:"\u0329",0x02B7:"\u032b",0x02CD:"\u0331",0x005F:"\u0332",0x204E:"\u0359"}; +);type ruling struct{_daea rulingKind ;_dfbf markKind ;_bcc .Color ;_gdge float64 ;_ggbc float64 ;_agbd float64 ;_agcddd float64 ;};func (_cbdb *imageExtractContext )processOperand (_bace *_gf .ContentStreamOperation ,_ccf _gf .GraphicsState ,_gbbd *_bf .PdfPageResources )error {if _bace .Operand =="\u0042\u0049"&&len (_bace .Params )==1{_gcc ,_aba :=_bace .Params [0].(*_gf .ContentStreamInlineImage ); +if !_aba {return nil ;};if _gccc ,_cdf :=_cb .GetBoolVal (_gcc .ImageMask );_cdf {if _gccc &&!_cbdb ._fgg .IncludeInlineStencilMasks {return nil ;};};return _cbdb .extractInlineImage (_gcc ,_ccf ,_gbbd );}else if _bace .Operand =="\u0044\u006f"&&len (_bace .Params )==1{_agf ,_fbf :=_cb .GetName (_bace .Params [0]); +if !_fbf {_d .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065");return _efd ;};_ ,_adc :=_gbbd .GetXObjectByName (*_agf );switch _adc {case _bf .XObjectTypeImage :return _cbdb .extractXObjectImage (_agf ,_ccf ,_gbbd );case _bf .XObjectTypeForm :return _cbdb .extractFormImages (_agf ,_ccf ,_gbbd ); +};}else if _cbdb ._ced &&(_bace .Operand =="\u0073\u0063\u006e"||_bace .Operand =="\u0053\u0043\u004e")&&len (_bace .Params )==1{_def ,_caa :=_cb .GetName (_bace .Params [0]);if !_caa {_d .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0079\u0070\u0065"); +return _efd ;};_ecb ,_caa :=_gbbd .GetPatternByName (*_def );if !_caa {_d .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");return nil ;};if _ecb .IsTiling (){_eec :=_ecb .GetAsTilingPattern (); +_aca ,_ebd :=_eec .GetContentStream ();if _ebd !=nil {return _ebd ;};_ebd =_cbdb .extractContentStreamImages (string (_aca ),_eec .Resources );if _ebd !=nil {return _ebd ;};};}else if (_bace .Operand =="\u0063\u0073"||_bace .Operand =="\u0043\u0053")&&len (_bace .Params )>=1{_cbdb ._ced =_bace .Params [0].String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"; +};return nil ;}; + +// Search searches the pages specified by `pages`. +func (_bgd *Editor )Search (pattern string ,pages []int )(map[int ]Match ,error ){_fda ,_ ,_fafa :=_bgd .getMatches (pattern ,pages );return _fda ,_fafa ;};func (_gaegf *textPara )writeText (_gdff _bc .Writer ){if _gaegf ._fcdge ==nil {_gaegf .writeCellText (_gdff ); +return ;};for _begf :=0;_begf < _gaegf ._fcdge ._gecff ;_begf ++{for _ebg :=0;_ebg < _gaegf ._fcdge ._ccfea ;_ebg ++{_ddfe :=_gaegf ._fcdge .get (_ebg ,_begf );if _ddfe ==nil {_gdff .Write ([]byte ("\u0009"));}else {_dcca (_ddfe ._efff );_ddfe .writeCellText (_gdff ); +};_gdff .Write ([]byte ("\u0020"));};if _begf < _gaegf ._fcdge ._gecff -1{_gdff .Write ([]byte ("\u000a"));};};}; -// String returns a description of `state`. -func (_bfd *textState )String ()string {_dfdg :="\u005bN\u004f\u0054\u0020\u0053\u0045\u0054]";if _bfd ._ggec !=nil {_dfdg =_bfd ._ggec .BaseFont ();};return _bf .Sprintf ("\u0074\u0063\u003d\u0025\u002e\u0032\u0066\u0020\u0074\u0077\u003d\u0025\u002e\u0032\u0066 \u0074f\u0073\u003d\u0025\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071",_bfd ._bggb ,_bfd ._fagd ,_bfd ._gec ,_dfdg ); -};var _abcd string ="\u0028\u003f\u0069\u0029\u005e\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028?\u003a\u0044\u007cM\u0029\u007c\u0044\u003f\u0043{\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028\u003f\u003a\u004c\u007c\u0043\u0029\u007cL\u003f\u0058\u007b\u0030\u002c\u0033}\u0029\u0028\u0049\u0028\u003f\u003a\u0056\u007c\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u005c\u0029\u007c\u005c\u002e\u0029\u007c\u005e\u005c\u0028\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028\u003f\u003aD\u007cM\u0029\u007c\u0044\u003f\u0043\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028?\u003a\u004c\u007c\u0043\u0029\u007c\u004c?\u0058\u007b0\u002c\u0033\u007d\u0029(\u0049\u0028\u003f\u003a\u0056|\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u005c\u0029"; -func (_ceec *shapesState )clearPath (){_ceec ._fgdb =nil ;_ceec ._cbeb =false ;if _gegd {_e .Log .Info ("\u0043\u004c\u0045A\u0052\u003a\u0020\u0073\u0073\u003d\u0025\u0073",_ceec );};};func _dadaf (_eeceb []pathSection ){if _cegb < 0.0{return ;};if _ccffg {_e .Log .Info ("\u0067\u0072\u0061\u006e\u0075\u006c\u0061\u0072\u0069\u007a\u0065\u003a\u0020\u0025\u0064 \u0073u\u0062\u0070\u0061\u0074\u0068\u0020\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0073",len (_eeceb )); -};for _dgbcc ,_egabff :=range _eeceb {for _befg ,_accdc :=range _egabff ._cdad {for _bdccf ,_babbc :=range _accdc ._gfb {_accdc ._gfb [_bdccf ]=_da .Point {X :_fbefd (_babbc .X ),Y :_fbefd (_babbc .Y )};if _ccffg {_aggfe :=_accdc ._gfb [_bdccf ];if !_dcba (_babbc ,_aggfe ){_aaaaa :=_da .Point {X :_aggfe .X -_babbc .X ,Y :_aggfe .Y -_babbc .Y }; -_bf .Printf ("\u0025\u0034d \u002d\u0020\u00254\u0064\u0020\u002d\u0020%4d\u003a %\u002e\u0032\u0066\u0020\u2192\u0020\u0025.2\u0066\u0020\u0028\u0025\u0067\u0029\u000a",_dgbcc ,_befg ,_bdccf ,_babbc ,_aggfe ,_aaaaa );};};};};};};func _fgdc (_eeaff ,_fdcgf float64 )bool {return _eeaff /_ce .Max (_acgde ,_fdcgf )< _adda }; -func (_edgae rulingList )secMinMax ()(float64 ,float64 ){_daef ,_fafa :=_edgae [0]._efbba ,_edgae [0]._daba ;for _ ,_eceef :=range _edgae [1:]{if _eceef ._efbba < _daef {_daef =_eceef ._efbba ;};if _eceef ._daba > _fafa {_fafa =_eceef ._daba ;};};return _daef ,_fafa ; -};func (_ffcgd rulingList )findPrimSec (_bfdd ,_cefg float64 )*ruling {for _ ,_cfef :=range _ffcgd {if _dbfgf (_cfef ._efadf -_bfdd )&&_cfef ._efbba -_baaf <=_cefg &&_cefg <=_cfef ._daba +_baaf {return _cfef ;};};return nil ;};func _fabd (_dbdcd []*textMark ,_bagg _b .PdfRectangle ,_bdacd rulingList ,_daceg []gridTiling )paraList {_e .Log .Trace ("\u006d\u0061\u006b\u0065\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u003a \u0025\u0064\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065=\u0025\u002e\u0032\u0066",len (_dbdcd ),_bagg ); -if len (_dbdcd )==0{return nil ;};_dgcga :=_gabdf (_dbdcd ,_bagg );if len (_dgcga )==0{return nil ;};_bdacd .log ("\u006d\u0061\u006be\u0054\u0065\u0078\u0074\u0050\u0061\u0067\u0065");_fegca ,_dfgce :=_bdacd .vertsHorzs ();_edbb :=_adee (_dgcga ,_bagg .Ury ,_fegca ,_dfgce ); -_bdbf :=_efgd (_edbb ,_bagg .Ury ,_fegca ,_dfgce );_bdbf =_bbea (_bdbf );_aegg :=make (paraList ,0,len (_bdbf ));for _ ,_dcea :=range _bdbf {_feaf :=_dcea .arrangeText ();if _feaf !=nil {_aegg =append (_aegg ,_feaf );};};if len (_aegg )>=_dbebd {_aegg =_aegg .extractTables (_daceg ); -};_aegg .sortReadingOrder ();_aegg .sortTopoOrder ();_aegg .log ("\u0073\u006f\u0072te\u0064\u0020\u0069\u006e\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0064\u0065\u0072");return _aegg ;};func _gdged (_cbeec *wordBag ,_dfefd int )*textLine {_agcb :=_cbeec .firstWord (_dfefd ); -_ccea :=textLine {PdfRectangle :_agcb .PdfRectangle ,_efde :_agcb ._ecdce ,_dce :_agcb ._bagdd };_ccea .pullWord (_cbeec ,_agcb ,_dfefd );return &_ccea ;}; +// TextMarkArray is a collection of TextMarks. +type TextMarkArray struct{_agfc []TextMark };func _gcgb (_ddbb ,_cegcg _de .Image )_de .Image {_gdea ,_dgaed :=_cegcg .Bounds ().Size (),_ddbb .Bounds ().Size ();_cebcc ,_abgcc :=_gdea .X ,_gdea .Y ;if _dgaed .X > _cebcc {_cebcc =_dgaed .X ;};if _dgaed .Y > _abgcc {_abgcc =_dgaed .Y ; +};_ffea :=_de .Rect (0,0,_cebcc ,_abgcc );if _gdea .X !=_cebcc ||_gdea .Y !=_abgcc {_abfaa :=_de .NewRGBA (_ffea );_f .BiLinear .Scale (_abfaa ,_ffea ,_ddbb ,_cegcg .Bounds (),_f .Over ,nil );_cegcg =_abfaa ;};if _dgaed .X !=_cebcc ||_dgaed .Y !=_abgcc {_eacbb :=_de .NewRGBA (_ffea ); +_f .BiLinear .Scale (_eacbb ,_ffea ,_ddbb ,_ddbb .Bounds (),_f .Over ,nil );_ddbb =_eacbb ;};_bgegf :=_de .NewRGBA (_ffea );_f .DrawMask (_bgegf ,_ffea ,_ddbb ,_de .Point {},_cegcg ,_de .Point {},_f .Over );return _bgegf ;};func _fdcc (_baee float64 )int {var _cafd int ; +if _baee >=0{_cafd =int (_baee /_eegd );}else {_cafd =int (_baee /_eegd )-1;};return _cafd ;};func (_cgdc rulingList )secMinMax ()(float64 ,float64 ){_dabda ,_fbca :=_cgdc [0]._ggbc ,_cgdc [0]._agbd ;for _ ,_cafbc :=range _cgdc [1:]{if _cafbc ._ggbc < _dabda {_dabda =_cafbc ._ggbc ; +};if _cafbc ._agbd > _fbca {_fbca =_cafbc ._agbd ;};};return _dabda ,_fbca ;};func (_gfabe gridTiling )complete ()bool {for _ ,_gceab :=range _gfabe ._efde {for _ ,_abfcf :=range _gceab {if !_abfcf .complete (){return false ;};};};return true ;}; // String returns a description of `l`. -func (_cfff *textLine )String ()string {return _bf .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_cfff ._dce ,_cfff .PdfRectangle ,_cfff ._efde ,_cfff .text ()); -};func _bbeea (_cdacaf *PageText )error {_cbdee :=_cge .GetLicenseKey ();if _cbdee !=nil &&_cbdee .IsLicensed ()||_beg {return nil ;};_bf .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); -_bf .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _ad .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};func _ffagf (_eacb ,_fgdeb int )int {if _eacb > _fgdeb {return _eacb ;};return _fgdeb ; -};func (_cab *textObject )setTextMatrix (_gebc []float64 ){if len (_gebc )!=6{_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006c\u0065\u006e\u0028\u0066\u0029\u0020\u0021\u003d\u0020\u0036\u0020\u0028\u0025\u0064\u0029",len (_gebc ));return ;};_cfag ,_aed ,_bca ,_gfg ,_bdb ,_bad :=_gebc [0],_gebc [1],_gebc [2],_gebc [3],_gebc [4],_gebc [5]; -_cab ._cdffg =_da .NewMatrix (_cfag ,_aed ,_bca ,_gfg ,_bdb ,_bad );_cab ._fea =_cab ._cdffg ;};func _adee (_fege []*textWord ,_cbcc float64 ,_bbabb ,_efcd rulingList )*wordBag {_dfgcc :=_fagdd (_fege [0],_cbcc ,_bbabb ,_efcd );for _ ,_gecd :=range _fege [1:]{_agga :=_fdd (_gecd ._bagdd ); -_dfgcc ._ecfd [_agga ]=append (_dfgcc ._ecfd [_agga ],_gecd );_dfgcc .PdfRectangle =_badbb (_dfgcc .PdfRectangle ,_gecd .PdfRectangle );};_dfgcc .sort ();return _dfgcc ;};func (_accf *wordBag )removeDuplicates (){if _ecff {_e .Log .Info ("r\u0065m\u006f\u0076\u0065\u0044\u0075\u0070\u006c\u0069c\u0061\u0074\u0065\u0073: \u0025\u0071",_accf .text ()); -};for _ ,_ffdb :=range _accf .depthIndexes (){if len (_accf ._ecfd [_ffdb ])==0{continue ;};_cgaad :=_accf ._ecfd [_ffdb ][0];_debb :=_abdd *_cgaad ._ecdce ;_fdebf :=_cgaad ._bagdd ;for _ ,_edede :=range _accf .depthBand (_fdebf ,_fdebf +_debb ){_dbbe :=map[*textWord ]struct{}{}; -_afgd :=_accf ._ecfd [_edede ];for _ ,_dcafg :=range _afgd {if _ ,_ddccb :=_dbbe [_dcafg ];_ddccb {continue ;};for _ ,_edggb :=range _afgd {if _ ,_bdbfd :=_dbbe [_edggb ];_bdbfd {continue ;};if _edggb !=_dcafg &&_edggb ._deccc ==_dcafg ._deccc &&_ce .Abs (_edggb .Llx -_dcafg .Llx )< _debb &&_ce .Abs (_edggb .Urx -_dcafg .Urx )< _debb &&_ce .Abs (_edggb .Lly -_dcafg .Lly )< _debb &&_ce .Abs (_edggb .Ury -_dcafg .Ury )< _debb {_dbbe [_edggb ]=struct{}{}; -};};};if len (_dbbe )> 0{_aeca :=0;for _ ,_bdbg :=range _afgd {if _ ,_gfab :=_dbbe [_bdbg ];!_gfab {_afgd [_aeca ]=_bdbg ;_aeca ++;};};_accf ._ecfd [_edede ]=_afgd [:len (_afgd )-len (_dbbe )];if len (_accf ._ecfd [_edede ])==0{delete (_accf ._ecfd ,_edede ); -};};};};};const (_bdg =false ;_ecfc =false ;_gfbd =false ;_gade =false ;_gegd =false ;_dgfb =false ;_gecc =false ;_ddcfg =false ;_abfb =false ;_fbed =_abfb &&true ;_gecf =_fbed &&false ;_ecff =_abfb &&true ;_aada =false ;_cfdc =_aada &&false ;_ggdf =_aada &&true ; -_ccffg =false ;_dad =_ccffg &&false ;_dcbc =_ccffg &&false ;_gacae =_ccffg &&true ;_dcbb =_ccffg &&false ;_aadc =_ccffg &&false ;);func _bbea (_ebfc []*wordBag )[]*wordBag {if len (_ebfc )<=1{return _ebfc ;};if _abfb {_e .Log .Info ("\u006d\u0065\u0072\u0067\u0065\u0057\u006f\u0072\u0064B\u0061\u0067\u0073\u003a"); -};_fd .Slice (_ebfc ,func (_dfgcd ,_bcbe int )bool {_gcef ,_fdcg :=_ebfc [_dfgcd ],_ebfc [_bcbe ];_agbae :=_gcef .Width ()*_gcef .Height ();_cdbd :=_fdcg .Width ()*_fdcg .Height ();if _agbae !=_cdbd {return _agbae > _cdbd ;};if _gcef .Height ()!=_fdcg .Height (){return _gcef .Height ()> _fdcg .Height (); -};return _dfgcd < _bcbe ;});var _bgdd []*wordBag ;_efgg :=make (intSet );for _ebeb :=0;_ebeb < len (_ebfc );_ebeb ++{if _efgg .has (_ebeb ){continue ;};_abgdb :=_ebfc [_ebeb ];for _fad :=_ebeb +1;_fad < len (_ebfc );_fad ++{if _efgg .has (_ebeb ){continue ; -};_ebdgc :=_ebfc [_fad ];_gfcf :=_abgdb .PdfRectangle ;_gfcf .Llx -=_abgdb ._dbfbe ;if _afbc (_gfcf ,_ebdgc .PdfRectangle ){_abgdb .absorb (_ebdgc );_efgg .add (_fad );};};_bgdd =append (_bgdd ,_abgdb );};if len (_ebfc )!=len (_bgdd )+len (_efgg ){_e .Log .Error ("\u006d\u0065\u0072ge\u0057\u006f\u0072\u0064\u0042\u0061\u0067\u0073\u003a \u0025d\u2192%\u0064 \u0061\u0062\u0073\u006f\u0072\u0062\u0065\u0064\u003d\u0025\u0064",len (_ebfc ),len (_bgdd ),len (_efgg )); -};return _bgdd ;};func _edggf (_ddded _b .PdfColorspace ,_fceed _b .PdfColor )_dd .Color {if _ddded ==nil ||_fceed ==nil {return _dd .Black ;};_fbeeb ,_gffdf :=_ddded .ColorToRGB (_fceed );if _gffdf !=nil {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006fu\u006c\u0064\u0020no\u0074\u0020\u0063\u006f\u006e\u0076e\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0025\u0076\u0020\u0028\u0025\u0076)\u0020\u0074\u006f\u0020\u0052\u0047\u0042\u003a \u0025\u0073",_fceed ,_ddded ,_gffdf ); -return _dd .Black ;};_gaee ,_dcfef :=_fbeeb .(*_b .PdfColorDeviceRGB );if !_dcfef {_e .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0052\u0047\u0042\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0076",_fbeeb ); -return _dd .Black ;};return _dd .NRGBA {R :uint8 (_gaee .R ()*255),G :uint8 (_gaee .G ()*255),B :uint8 (_gaee .B ()*255),A :uint8 (255)};}; +func (_fgceg *textLine )String ()string {return _deg .Sprintf ("\u0025\u002e2\u0066\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066\u0020\"%\u0073\u0022",_fgceg ._eeage ,_fgceg .PdfRectangle ,_fgceg ._cecg ,_fgceg .text ()); +};func _cdccd (_bfbfb []TextMark ,_bcaa *TextTable )[]TextMark {var _dgbb []TextMark ;for _ ,_fdcg :=range _bfbfb {_fdcg ._bbcf =true ;_fdcg ._bbce =_bcaa ;_dgbb =append (_dgbb ,_fdcg );};return _dgbb ;};func _egcb (_eaab []*textLine ,_gbbe map[float64 ][]*textLine ,_caac []float64 ,_fdad int ,_afaa ,_fadfe float64 )[]*list {_aafa :=[]*list {}; +_faeb :=_fdad ;_fdad =_fdad +1;_affee :=_caac [_faeb ];_fbdg :=_gbbe [_affee ];_afee :=_bgga (_fbdg ,_fadfe ,_afaa );for _aeed ,_ebbb :=range _afee {var _cgggf float64 ;_abdg :=[]*list {};_febbg :=_ebbb ._eeage ;_gfbcg :=_fadfe ;if _aeed < len (_afee )-1{_gfbcg =_afee [_aeed +1]._eeage ; +};if _fdad < len (_caac ){_abdg =_egcb (_eaab ,_gbbe ,_caac ,_fdad ,_febbg ,_gfbcg );};_cgggf =_gfbcg ;if len (_abdg )> 0{_gaad :=_abdg [0];if len (_gaad ._gead )> 0{_cgggf =_gaad ._gead [0]._eeage ;};};_dbfge :=[]*textLine {_ebbb };_adcf :=_cabeb (_ebbb ,_eaab ,_caac ,_febbg ,_cgggf ); +_dbfge =append (_dbfge ,_adcf ...);_decf :=_dca (_dbfge ,"\u0062\u0075\u006c\u006c\u0065\u0074",_abdg );_decf ._gcbe =_fdea (_dbfge ,"");_aafa =append (_aafa ,_decf );};return _aafa ;};func _adcff (_aded ,_acfgf _ed .Point ,_ddda _bcc .Color )(*ruling ,bool ){_gceb :=lineRuling {_bffg :_aded ,_cabeba :_acfgf ,_ceece :_fffdb (_aded ,_acfgf ),Color :_ddda }; +if _gceb ._ceece ==_acdg {return nil ,false ;};return _gceb .asRuling ();};func (_bgcfc rulingList )tidied (_befd string )rulingList {_ecacf :=_bgcfc .removeDuplicates ();_ecacf .log ("\u0075n\u0069\u0071\u0075\u0065\u0073");_bcgdc :=_ecacf .snapToGroups (); +if _bcgdc ==nil {return nil ;};_bcgdc .sort ();if _cfef {_d .Log .Info ("\u0074\u0069\u0064i\u0065\u0064\u003a\u0020\u0025\u0071\u0020\u0076\u0065\u0063\u0073\u003d\u0025\u0064\u0020\u0075\u006e\u0069\u0071\u0075\u0065\u0073\u003d\u0025\u0064\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0064\u003d\u0025\u0064",_befd ,len (_bgcfc ),len (_ecacf ),len (_bcgdc )); +};_bcgdc .log ("\u0063o\u0061\u006c\u0065\u0073\u0063\u0065d");return _bcgdc ;};func _dgec (_bdbbde map[int ]intSet )[]int {_egegb :=make ([]int ,0,len (_bdbbde ));for _dace :=range _bdbbde {_egegb =append (_egegb ,_dace );};_bd .Ints (_egegb );return _egegb ; +};func (_aagbg *subpath )makeRectRuling (_acge _bcc .Color )(*ruling ,bool ){if _bfdca {_d .Log .Info ("\u006d\u0061\u006beR\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0070\u0061\u0074\u0068\u003d\u0025\u0076",_aagbg );};_cbfbbb :=_aagbg ._egdag [:4]; +_bbbbf :=make (map[int ]rulingKind ,len (_cbfbbb ));for _deecf ,_egagf :=range _cbfbbb {_badb :=_aagbg ._egdag [(_deecf +1)%4];_bbbbf [_deecf ]=_fedde (_egagf ,_badb );if _bfdca {_deg .Printf ("\u0025\u0034\u0064: \u0025\u0073\u0020\u003d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066",_deecf ,_bbbbf [_deecf ],_egagf ,_badb ); +};};if _bfdca {_deg .Printf ("\u0020\u0020\u0020\u006b\u0069\u006e\u0064\u0073\u003d\u0025\u002b\u0076\u000a",_bbbbf );};var _dcgga ,_dcgb []int ;for _bagg ,_dced :=range _bbbbf {switch _dced {case _faec :_dcgb =append (_dcgb ,_bagg );case _acegd :_dcgga =append (_dcgga ,_bagg ); +};};if _bfdca {_deg .Printf ("\u0020\u0020 \u0068\u006f\u0072z\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_dcgb ),_dcgb );_deg .Printf ("\u0020\u0020 \u0076\u0065\u0072t\u0073\u003d\u0025\u0064\u0020\u0025\u002b\u0076\u000a",len (_dcgga ),_dcgga ); +};_fbgf :=(len (_dcgb )==2&&len (_dcgga )==2)||(len (_dcgb )==2&&len (_dcgga )==0&&_beeg (_cbfbbb [_dcgb [0]],_cbfbbb [_dcgb [1]]))||(len (_dcgga )==2&&len (_dcgb )==0&&_adeg (_cbfbbb [_dcgga [0]],_cbfbbb [_dcgga [1]]));if _bfdca {_deg .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_dcgb ),len (_dcgga ),_fbgf ); +};if !_fbgf {if _bfdca {_d .Log .Error ("\u0021!\u006d\u0061\u006b\u0065R\u0065\u0063\u0074\u0052\u0075l\u0069n\u0067:\u0020\u0070\u0061\u0074\u0068\u003d\u0025v",_aagbg );_deg .Printf (" \u0020\u0020\u0068\u006f\u0072\u007as\u003d\u0025\u0064\u0020\u0076\u0065\u0072\u0074\u0073=\u0025\u0064\u0020o\u006b=\u0025\u0074\u000a",len (_dcgb ),len (_dcgga ),_fbgf ); +};return &ruling {},false ;};if len (_dcgga )==0{for _cggeea ,_cadaa :=range _bbbbf {if _cadaa !=_faec {_dcgga =append (_dcgga ,_cggeea );};};};if len (_dcgb )==0{for _abbad ,_adea :=range _bbbbf {if _adea !=_acegd {_dcgb =append (_dcgb ,_abbad );};};}; +if _bfdca {_d .Log .Info ("\u006da\u006b\u0065R\u0065\u0063\u0074\u0052u\u006c\u0069\u006eg\u003a\u0020\u0068\u006f\u0072\u007a\u0073\u003d\u0025d \u0076\u0065\u0072t\u0073\u003d%\u0064\u0020\u0070\u006f\u0069\u006et\u0073\u003d%\u0064\u000a"+"\u0009\u0020\u0068o\u0072\u007a\u0073\u003d\u0025\u002b\u0076\u000a"+"\u0009\u0020\u0076e\u0072\u0074\u0073\u003d\u0025\u002b\u0076\u000a"+"\t\u0070\u006f\u0069\u006e\u0074\u0073\u003d\u0025\u002b\u0076",len (_dcgb ),len (_dcgga ),len (_cbfbbb ),_dcgb ,_dcgga ,_cbfbbb ); +};var _bfeg ,_agdg ,_fgfd ,_bgcfa _ed .Point ;if _cbfbbb [_dcgb [0]].Y > _cbfbbb [_dcgb [1]].Y {_fgfd ,_bgcfa =_cbfbbb [_dcgb [0]],_cbfbbb [_dcgb [1]];}else {_fgfd ,_bgcfa =_cbfbbb [_dcgb [1]],_cbfbbb [_dcgb [0]];};if _cbfbbb [_dcgga [0]].X > _cbfbbb [_dcgga [1]].X {_bfeg ,_agdg =_cbfbbb [_dcgga [0]],_cbfbbb [_dcgga [1]]; +}else {_bfeg ,_agdg =_cbfbbb [_dcgga [1]],_cbfbbb [_dcgga [0]];};_gacea :=_bf .PdfRectangle {Llx :_bfeg .X ,Urx :_agdg .X ,Lly :_bgcfa .Y ,Ury :_fgfd .Y };if _gacea .Llx > _gacea .Urx {_gacea .Llx ,_gacea .Urx =_gacea .Urx ,_gacea .Llx ;};if _gacea .Lly > _gacea .Ury {_gacea .Lly ,_gacea .Ury =_gacea .Ury ,_gacea .Lly ; +};_cedb :=rectRuling {PdfRectangle :_gacea ,_deba :_deaf (_gacea ),Color :_acge };if _cedb ._deba ==_acdg {if _bfdca {_d .Log .Error ("\u006da\u006b\u0065\u0052\u0065\u0063\u0074\u0052\u0075\u006c\u0069\u006eg\u003a\u0020\u006b\u0069\u006e\u0064\u003d\u006e\u0069\u006c"); +};return nil ,false ;};_cddc ,_bagb :=_cedb .asRuling ();if !_bagb {if _bfdca {_d .Log .Error ("\u006da\u006b\u0065\u0052\u0065c\u0074\u0052\u0075\u006c\u0069n\u0067:\u0020!\u0069\u0073\u0052\u0075\u006c\u0069\u006eg");};return nil ,false ;};if _cfef {_deg .Printf ("\u0020\u0020\u0020\u0072\u003d\u0025\u0073\u000a",_cddc .String ()); +};return _cddc ,true ;};func _caef (_abebg map[int ][]float64 ){if len (_abebg )<=1{return ;};_fgfgg :=_agfb (_abebg );if _cdgfc {_d .Log .Info ("\u0066i\u0078C\u0065\u006c\u006c\u0073\u003a \u006b\u0065y\u0073\u003d\u0025\u002b\u0076",_fgfgg );};var _agggf ,_cgce int ; +for _agggf ,_cgce =range _fgfgg {if _abebg [_cgce ]!=nil {break ;};};for _dggcg ,_edecc :=range _fgfgg [_agggf :]{_bbge :=_abebg [_edecc ];if _bbge ==nil {continue ;};if _cdgfc {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u006b\u0030\u003d\u0025\u0064\u0020\u006b1\u003d\u0025\u0064\u000a",_agggf +_dggcg ,_cgce ,_edecc ); +};_ecdda :=_abebg [_edecc ];if _ecdda [len (_ecdda )-1]> _bbge [0]{_ecdda [len (_ecdda )-1]=_bbge [0];_abebg [_cgce ]=_ecdda ;};_cgce =_edecc ;};};var _cacgbc =map[markKind ]string {_efgg :"\u0073\u0074\u0072\u006f\u006b\u0065",_dgea :"\u0066\u0069\u006c\u006c",_caeegd :"\u0061u\u0067\u006d\u0065\u006e\u0074"}; +func (_dbee paraList )lines ()[]*textLine {var _egfb []*textLine ;for _ ,_dggc :=range _dbee {_egfb =append (_egfb ,_dggc ._efff ...);};return _egfb ;};var _cgdaf string ="\u005e\u005b\u0061\u002d\u007a\u0041\u002dZ\u005d\u0028\u005c)\u007c\u005c\u002e)\u007c\u005e[\u005c\u0064\u005d\u002b\u0028\u005c)\u007c\\.\u0029\u007c\u005e\u005c\u0028\u005b\u0061\u002d\u007a\u0041\u002d\u005a\u005d\u005c\u0029\u007c\u005e\u005c\u0028\u005b\u005c\u0064\u005d\u002b\u005c\u0029"; +func _cffc (_aage ,_agef float64 )bool {return _aa .Abs (_aage -_agef )<=_afa };func (_cgcb *textTable )newTablePara ()*textPara {_gbgg :=_cgcb .computeBbox ();_efdc :=&textPara {PdfRectangle :_gbgg ,_ecddc :_gbgg ,_fcdge :_cgcb };if _cdgfc {_d .Log .Info ("\u006e\u0065w\u0054\u0061\u0062l\u0065\u0050\u0061\u0072\u0061\u003a\u0020\u0025\u0073",_efdc ); +};return _efdc ;};func (_gfbc *shapesState )stroke (_efae *[]pathSection ){_egdeb :=pathSection {_cgdd :_gfbc ._eccd ,Color :_gfbc ._ebaf .getStrokeColor ()};*_efae =append (*_efae ,_egdeb );if _cfef {_deg .Printf ("\u0020 \u0020\u0020S\u0054\u0052\u004fK\u0045\u003a\u0020\u0025\u0064\u0020\u0073t\u0072\u006f\u006b\u0065\u0073\u0020s\u0073\u003d\u0025\u0073\u0020\u0063\u006f\u006c\u006f\u0072\u003d%\u002b\u0076\u0020\u0025\u0036\u002e\u0032\u0066\u000a",len (*_efae ),_gfbc ,_gfbc ._ebaf .getStrokeColor (),_egdeb .bbox ()); +if _cabe {for _cafg ,_aafe :=range _gfbc ._eccd {_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_cafg ,_aafe );if _cafg ==10{break ;};};};};};func (_ecee *ruling )equals (_dbgg *ruling )bool {return _ecee ._daea ==_dbgg ._daea &&_cffc (_ecee ._gdge ,_dbgg ._gdge )&&_cffc (_ecee ._ggbc ,_dbgg ._ggbc )&&_cffc (_ecee ._agbd ,_dbgg ._agbd ); +};type imageExtractContext struct{_gcgg []ImageMark ;_cdc int ;_aed int ;_gbce int ;_bag map[*_cb .PdfObjectStream ]*cachedImage ;_fgg *ImageExtractOptions ;_ced bool ;};func (_bebaa paraList )computeEBBoxes (){if _fafbe {_d .Log .Info ("\u0063o\u006dp\u0075\u0074\u0065\u0045\u0042\u0042\u006f\u0078\u0065\u0073\u003a"); +};for _ ,_eagd :=range _bebaa {_eagd ._ecddc =_eagd .PdfRectangle ;};_bdbbd :=_bebaa .yNeighbours (0);for _ffff ,_ccgb :=range _bebaa {_gadba :=_ccgb ._ecddc ;_efdg ,_cgbac :=-1.0e9,+1.0e9;for _ ,_fgdgg :=range _bdbbd [_ccgb ]{_facd :=_bebaa [_fgdgg ]._ecddc ; +if _facd .Urx < _gadba .Llx {_efdg =_aa .Max (_efdg ,_facd .Urx );}else if _gadba .Urx < _facd .Llx {_cgbac =_aa .Min (_cgbac ,_facd .Llx );};};for _ecaec ,_dgafc :=range _bebaa {_abfa :=_dgafc ._ecddc ;if _ffff ==_ecaec ||_abfa .Ury > _gadba .Lly {continue ; +};if _efdg <=_abfa .Llx &&_abfa .Llx < _gadba .Llx {_gadba .Llx =_abfa .Llx ;}else if _abfa .Urx <=_cgbac &&_gadba .Urx < _abfa .Urx {_gadba .Urx =_abfa .Urx ;};};if _fafbe {_deg .Printf ("\u0025\u0034\u0064\u003a %\u0036\u002e\u0032\u0066\u2192\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0071\u000a",_ffff ,_ccgb ._ecddc ,_gadba ,_bdfde (_ccgb .text (),50)); +};_ccgb ._ecddc =_gadba ;};if _cgbfge {for _ ,_cacge :=range _bebaa {_cacge .PdfRectangle =_cacge ._ecddc ;};};};func (_ecbb *wordBag )applyRemovals (_bcccd map[int ]map[*textWord ]struct{}){for _egbdd ,_bdbeg :=range _bcccd {if len (_bdbeg )==0{continue ; +};_fdbg :=_ecbb ._gecfd [_egbdd ];_bebe :=len (_fdbg )-len (_bdbeg );if _bebe ==0{delete (_ecbb ._gecfd ,_egbdd );continue ;};_abcc :=make ([]*textWord ,_bebe );_bgcaa :=0;for _ ,_cccg :=range _fdbg {if _ ,_bgag :=_bdbeg [_cccg ];!_bgag {_abcc [_bgcaa ]=_cccg ; +_bgcaa ++;};};_ecbb ._gecfd [_egbdd ]=_abcc ;};};func (_eefgb *textWord )addDiacritic (_ggdb string ){_dabgf :=_eefgb ._bdaeb [len (_eefgb ._bdaeb )-1];_dabgf ._dbec +=_ggdb ;_dabgf ._dbec =_b .NFKC .String (_dabgf ._dbec );}; -// String returns a human readable description of `s`. -func (_dbbcbd intSet )String ()string {var _dagfc []int ;for _degbf :=range _dbbcbd {if _dbbcbd .has (_degbf ){_dagfc =append (_dagfc ,_degbf );};};_fd .Ints (_dagfc );return _bf .Sprintf ("\u0025\u002b\u0076",_dagfc );};func _cfeb (_fdeb ,_deff *textPara )bool {return _fbad (_fdeb ._cdcbd ,_deff ._cdcbd )}; -func _ggcea (_ebca string ,_aaead int )string {if len (_ebca )< _aaead {return _ebca ;};return _ebca [:_aaead ];};func (_efac *compositeCell )updateBBox (){for _ ,_geccb :=range _efac .paraList {_efac .PdfRectangle =_badbb (_efac .PdfRectangle ,_geccb .PdfRectangle ); -};};type imageExtractContext struct{_bcf []ImageMark ;_abd int ;_begg int ;_dagc int ;_ba map[*_ff .PdfObjectStream ]*cachedImage ;_fcaf *ImageExtractOptions ;_eag bool ;};func (_agefd *textTable )reduce ()*textTable {_fddb :=make ([]int ,0,_agefd ._cffff ); -_gcbg :=make ([]int ,0,_agefd ._addag );for _bbbc :=0;_bbbc < _agefd ._cffff ;_bbbc ++{if !_agefd .emptyCompositeRow (_bbbc ){_fddb =append (_fddb ,_bbbc );};};for _gabdb :=0;_gabdb < _agefd ._addag ;_gabdb ++{if !_agefd .emptyCompositeColumn (_gabdb ){_gcbg =append (_gcbg ,_gabdb ); -};};if len (_fddb )==_agefd ._cffff &&len (_gcbg )==_agefd ._addag {return _agefd ;};_gabaga :=textTable {_cbbdd :_agefd ._cbbdd ,_addag :len (_gcbg ),_cffff :len (_fddb ),_egbgg :make (map[uint64 ]*textPara ,len (_gcbg )*len (_fddb ))};if _aada {_e .Log .Info ("\u0072\u0065\u0064\u0075ce\u003a\u0020\u0025\u0064\u0078\u0025\u0064\u0020\u002d\u003e\u0020\u0025\u0064\u0078%\u0064",_agefd ._addag ,_agefd ._cffff ,len (_gcbg ),len (_fddb )); -_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_gcbg );_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_fddb );};for _fbgb ,_adae :=range _fddb {for _eddaa ,_gggc :=range _gcbg {_ddbb ,_bdafga :=_agefd .getComposite (_gggc ,_adae ); -if _ddbb ==nil {continue ;};if _aada {_bf .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_eddaa ,_fbgb ,_gggc ,_adae ,_ggcea (_ddbb .merge ().text (),50));};_gabaga .putComposite (_eddaa ,_fbgb ,_ddbb ,_bdafga ); -};};return &_gabaga ;}; +// String returns a description of `v`. +func (_edeb *ruling )String ()string {if _edeb ._daea ==_acdg {return "\u004e\u004f\u0054\u0020\u0052\u0055\u004c\u0049\u004e\u0047";};_ceab ,_acebf :="\u0078","\u0079";if _edeb ._daea ==_faec {_ceab ,_acebf ="\u0079","\u0078";};_abdga :="";if _edeb ._agcddd !=0.0{_abdga =_deg .Sprintf (" \u0077\u0069\u0064\u0074\u0068\u003d\u0025\u002e\u0032\u0066",_edeb ._agcddd ); +};return _deg .Sprintf ("\u0025\u00310\u0073\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0073\u003d\u0025\u0036\u002e\u0032\u0066\u0020\u002d\u0020\u0025\u0036\u002e\u0032\u0066\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0020\u0025\u0076\u0025\u0073",_edeb ._daea ,_ceab ,_edeb ._gdge ,_acebf ,_edeb ._ggbc ,_edeb ._agbd ,_edeb ._agbd -_edeb ._ggbc ,_edeb ._dfbf ,_edeb .Color ,_abdga ); +};func (_ebef rulingList )sortStrict (){_bd .Slice (_ebef ,func (_aaaca ,_edcg int )bool {_caceg ,_gggb :=_ebef [_aaaca ],_ebef [_edcg ];_dcda ,_eegag :=_caceg ._daea ,_gggb ._daea ;if _dcda !=_eegag {return _dcda > _eegag ;};_dcbcb ,_gabc :=_caceg ._gdge ,_gggb ._gdge ; +if !_bgfbd (_dcbcb -_gabc ){return _dcbcb < _gabc ;};_dcbcb ,_gabc =_caceg ._ggbc ,_gggb ._ggbc ;if _dcbcb !=_gabc {return _dcbcb < _gabc ;};return _caceg ._agbd < _gggb ._agbd ;});};func (_aabg *textTable )logComposite (_aceddg string ){if !_cdgfc {return ; +};_d .Log .Info ("\u007e~\u007eP\u0061\u0072\u0061\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_aabg ._ccfea ,_aabg ._gecff ,_aceddg );_deg .Printf ("\u0025\u0035\u0073 \u007c","");for _bfdbf :=0;_bfdbf < _aabg ._ccfea ;_bfdbf ++{_deg .Printf ("\u0025\u0033\u0064 \u007c",_bfdbf ); +};_deg .Println ("");_deg .Printf ("\u0025\u0035\u0073 \u002b","");for _bbecdd :=0;_bbecdd < _aabg ._ccfea ;_bbecdd ++{_deg .Printf ("\u0025\u0033\u0073 \u002b","\u002d\u002d\u002d");};_deg .Println ("");for _dfafd :=0;_dfafd < _aabg ._gecff ;_dfafd ++{_deg .Printf ("\u0025\u0035\u0064 \u007c",_dfafd ); +for _ccdae :=0;_ccdae < _aabg ._ccfea ;_ccdae ++{_aacb ,_ :=_aabg ._ebcde [_dfdbcc (_ccdae ,_dfafd )].parasBBox ();_deg .Printf ("\u0025\u0033\u0064 \u007c",len (_aacb ));};_deg .Println ("");};_d .Log .Info ("\u007e~\u007eT\u0065\u0078\u0074\u0020\u0025d\u0020\u0078 \u0025\u0064\u0020\u0025\u0073",_aabg ._ccfea ,_aabg ._gecff ,_aceddg ); +_deg .Printf ("\u0025\u0035\u0073 \u007c","");for _gebbc :=0;_gebbc < _aabg ._ccfea ;_gebbc ++{_deg .Printf ("\u0025\u0031\u0032\u0064\u0020\u007c",_gebbc );};_deg .Println ("");_deg .Printf ("\u0025\u0035\u0073 \u002b","");for _dcdd :=0;_dcdd < _aabg ._ccfea ; +_dcdd ++{_deg .Print ("\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d\u002d-\u002d\u002d\u002d\u002b");};_deg .Println ("");for _ebcab :=0;_ebcab < _aabg ._gecff ;_ebcab ++{_deg .Printf ("\u0025\u0035\u0064 \u007c",_ebcab );for _fedgc :=0;_fedgc < _aabg ._ccfea ; +_fedgc ++{_dfbdg ,_ :=_aabg ._ebcde [_dfdbcc (_fedgc ,_ebcab )].parasBBox ();_fabea :="";_ebbga :=_dfbdg .merge ();if _ebbga !=nil {_fabea =_ebbga .text ();};_fabea =_deg .Sprintf ("\u0025\u0071",_bdfde (_fabea ,12));_fabea =_fabea [1:len (_fabea )-1]; +_deg .Printf ("\u0025\u0031\u0032\u0073\u0020\u007c",_fabea );};_deg .Println ("");};};func _fcfa (_efbcb []*textMark ,_cbcg _bf .PdfRectangle )[]*textWord {var _cfdca []*textWord ;var _geaga *textWord ;if _befg {_d .Log .Info ("\u006d\u0061\u006beT\u0065\u0078\u0074\u0057\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0064\u0020\u006d\u0061\u0072\u006b\u0073",len (_efbcb )); +};_edbb :=func (){if _geaga !=nil {_fefc :=_geaga .computeText ();if !_eacce (_fefc ){_geaga ._dfaee =_fefc ;_cfdca =append (_cfdca ,_geaga );if _befg {_d .Log .Info ("\u0061\u0064\u0064Ne\u0077\u0057\u006f\u0072\u0064\u003a\u0020\u0025\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",len (_cfdca )-1,_geaga .String ()); +for _badcg ,_edbbg :=range _geaga ._bdaeb {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_badcg ,_edbbg .String ());};};};_geaga =nil ;};};for _ ,_addg :=range _efbcb {if _ebed &&_geaga !=nil &&len (_geaga ._bdaeb )> 0{_gagae :=_geaga ._bdaeb [len (_geaga ._bdaeb )-1]; +_fggf ,_bdec :=_fbdaa (_addg ._dbec );_acdeae ,_bgea :=_fbdaa (_gagae ._dbec );if _bdec &&!_bgea &&_gagae .inDiacriticArea (_addg ){_geaga .addDiacritic (_fggf );continue ;};if _bgea &&!_bdec &&_addg .inDiacriticArea (_gagae ){_geaga ._bdaeb =_geaga ._bdaeb [:len (_geaga ._bdaeb )-1]; +_geaga .appendMark (_addg ,_cbcg );_geaga .addDiacritic (_acdeae );continue ;};};_aagbfb :=_eacce (_addg ._dbec );if _aagbfb {_edbb ();continue ;};if _geaga ==nil &&!_aagbfb {_geaga =_cdde ([]*textMark {_addg },_cbcg );continue ;};_dgcf :=_geaga ._gbaff ; +_fcfg :=_aa .Abs (_cadc (_cbcg ,_addg )-_geaga ._afefd )/_dgcf ;_adedd :=_febe (_addg ,_geaga )/_dgcf ;if _adedd >=_cgbg ||!(-_fgee <=_adedd &&_fcfg <=_abcf ){_edbb ();_geaga =_cdde ([]*textMark {_addg },_cbcg );continue ;};_geaga .appendMark (_addg ,_cbcg ); +};_edbb ();return _cfdca ;}; -// TextMarkArray is a collection of TextMarks. -type TextMarkArray struct{_gaac []TextMark };func _bdge (_cceac *list )[]*textLine {for _ ,_addb :=range _cceac ._ddfgc {switch _addb ._eaag {case "\u004c\u0042\u006fd\u0079":if len (_addb ._efgb )!=0{return _addb ._efgb ;};return _bdge (_addb );case "\u0053\u0070\u0061\u006e":return _addb ._efgb ; -case "I\u006e\u006c\u0069\u006e\u0065\u0053\u0068\u0061\u0070\u0065":return _addb ._efgb ;};};return nil ;};func (_cgagf *ruling )encloses (_agbgg ,_caceg float64 )bool {return _cgagf ._efbba -_baaf <=_agbgg &&_caceg <=_cgagf ._daba +_baaf ;}; +// String returns a human readable description of `ss`. +func (_cdfe *shapesState )String ()string {return _deg .Sprintf ("\u007b\u0025\u0064\u0020su\u0062\u0070\u0061\u0074\u0068\u0073\u0020\u0066\u0072\u0065\u0073\u0068\u003d\u0025t\u007d",len (_cdfe ._eccd ),_cdfe ._cfff );};func _afde (_ffedf string )string {_feaaa :=[]rune (_ffedf ); +return string (_feaaa [:len (_feaaa )-1])};func _gbdcg (_eegaf []rulingList )(rulingList ,rulingList ){var _gdeee rulingList ;for _ ,_eegab :=range _eegaf {_gdeee =append (_gdeee ,_eegab ...);};return _gdeee .vertsHorzs ();};type rulingKind int ;type compositeCell struct{_bf .PdfRectangle ; +paraList ;};func (_dfeef rulingList )toGrids ()[]rulingList {if _cfef {_d .Log .Info ("t\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_dfeef );};_befdg :=_dfeef .intersections ();if _cfef {_d .Log .Info ("\u0074\u006f\u0047r\u0069\u0064\u0073\u003a \u0076\u0065\u0063\u0073\u003d\u0025\u0064 \u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074\u0073\u003d\u0025\u0064\u0020",len (_dfeef ),len (_befdg )); +for _ ,_aeeb :=range _dgec (_befdg ){_deg .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_aeeb ,_befdg [_aeeb ]);};};_eceg :=make (map[int ]intSet ,len (_dfeef ));for _cacf :=range _dfeef {_adeae :=_dfeef .connections (_befdg ,_cacf );if len (_adeae )> 0{_eceg [_cacf ]=_adeae ; +};};if _cfef {_d .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0063\u006fn\u006e\u0065\u0063\u0074s=\u0025\u0064",len (_eceg ));for _ ,_eacg :=range _dgec (_eceg ){_deg .Printf ("\u00254\u0064\u003a\u0020\u0025\u002b\u0076\n",_eacg ,_eceg [_eacg ]); +};};_adeb :=_bfae (len (_dfeef ),func (_edgd ,_ffcf int )bool {_abgc ,_cabf :=len (_eceg [_edgd ]),len (_eceg [_ffcf ]);if _abgc !=_cabf {return _abgc > _cabf ;};return _dfeef .comp (_edgd ,_ffcf );});if _cfef {_d .Log .Info ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u006f\u0072d\u0065\u0072\u0069\u006eg=\u0025\u0076",_adeb ); +};_faffb :=[][]int {{_adeb [0]}};_dgbca :for _ ,_feabg :=range _adeb [1:]{for _fcacc ,_dfaf :=range _faffb {for _ ,_ebbda :=range _dfaf {if _eceg [_ebbda ].has (_feabg ){_faffb [_fcacc ]=append (_dfaf ,_feabg );continue _dgbca ;};};};_faffb =append (_faffb ,[]int {_feabg }); +};if _cfef {_d .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020i\u0067\u0072i\u0064\u0073\u003d\u0025\u0076",_faffb );};_bd .SliceStable (_faffb ,func (_aeecg ,_gcef int )bool {return len (_faffb [_aeecg ])> len (_faffb [_gcef ])});for _ ,_fafbc :=range _faffb {_bd .Slice (_fafbc ,func (_fcbce ,_caggc int )bool {return _dfeef .comp (_fafbc [_fcbce ],_fafbc [_caggc ])}); +};_cddd :=make ([]rulingList ,len (_faffb ));for _febbd ,_ddcf :=range _faffb {_fbbc :=make (rulingList ,len (_ddcf ));for _fdgaa ,_aedbf :=range _ddcf {_fbbc [_fdgaa ]=_dfeef [_aedbf ];};_cddd [_febbd ]=_fbbc ;};if _cfef {_d .Log .Info ("\u0074o\u0047r\u0069\u0064\u0073\u003a\u0020g\u0072\u0069d\u0073\u003d\u0025\u002b\u0076",_cddd ); +};var _eabacd []rulingList ;for _ ,_cafga :=range _cddd {if _bgeg ,_baded :=_cafga .isActualGrid ();_baded {_cafga =_bgeg ;_cafga =_cafga .snapToGroups ();_eabacd =append (_eabacd ,_cafga );};};if _cfef {_bgec ("t\u006fG\u0072\u0069\u0064\u0073\u003a\u0020\u0061\u0063t\u0075\u0061\u006c\u0047ri\u0064\u0073",_eabacd ); +_d .Log .Info ("\u0074\u006f\u0047\u0072\u0069\u0064\u0073\u003a\u0020\u0067\u0072\u0069\u0064\u0073\u003d%\u0064 \u0061\u0063\u0074\u0075\u0061\u006c\u0047\u0072\u0069\u0064\u0073\u003d\u0025\u0064",len (_cddd ),len (_eabacd ));};return _eabacd ;}; // String returns a description of `b`. -func (_bfga *wordBag )String ()string {var _eddgc []string ;for _ ,_eefe :=range _bfga .depthIndexes (){_dbagd :=_bfga ._ecfd [_eefe ];for _ ,_cbef :=range _dbagd {_eddgc =append (_eddgc ,_cbef ._deccc );};};return _bf .Sprintf ("\u0025.\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065=\u0025\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0025\u0071",_bfga .PdfRectangle ,_bfga ._dbfbe ,len (_eddgc ),_eddgc ); -};func (_cccgf *structElement )parseStructElement (_dada _ff .PdfObject ){_ceccg ,_bddd :=_ff .GetDict (_dada );if !_bddd {_e .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0053\u0074\u0072u\u0063\u0074\u0045le\u006d\u0065\u006e\u0074\u003a\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u002e"); -return ;};_cfbg :=_ceccg .Get ("\u0053");_dadd :=_ceccg .Get ("\u0050\u0067");_aead :="";if _cfbg !=nil {_aead =_cfbg .String ();};_baac :=_ceccg .Get ("\u004b");_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;switch _cabd :=_baac .(type ){case *_ff .PdfObjectInteger :_cccgf ._bgec =_aead ; -_cccgf ._cabe =int64 (*_cabd );_cccgf ._fbfd =_dadd ;case *_ff .PdfObjectReference :_fdgeb :=*_ff .MakeArray (_cabd );var _gdfe int64 =-1;_cccgf ._cabe =_gdfe ;if _fdgeb .Len ()==1{_adfe :=_fdgeb .Elements ()[0];_edfa ,_cabde :=_adfe .(*_ff .PdfObjectInteger ); -if _cabde {_gdfe =int64 (*_edfa );_cccgf ._cabe =_gdfe ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;return ;};};_bdfb :=[]structElement {};for _ ,_cfgfe :=range _fdgeb .Elements (){_cagf ,_gfbe :=_cfgfe .(*_ff .PdfObjectInteger );if _gfbe {_gdfe =int64 (*_cagf ); -_cccgf ._cabe =_gdfe ;_cccgf ._bgec =_aead ;}else {_gfef :=&structElement {};_gfef .parseStructElement (_cfgfe );_bdfb =append (_bdfb ,*_gfef );};_gdfe =-1;};_cccgf ._fefd =_bdfb ;case *_ff .PdfObjectArray :_adgee :=_baac .(*_ff .PdfObjectArray );var _bacc int64 =-1; -_cccgf ._cabe =_bacc ;if _adgee .Len ()==1{_dgbd :=_adgee .Elements ()[0];_eeeaa ,_ggef :=_dgbd .(*_ff .PdfObjectInteger );if _ggef {_bacc =int64 (*_eeeaa );_cccgf ._cabe =_bacc ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;return ;};};_gcebf :=[]structElement {}; -for _ ,_ddbd :=range _adgee .Elements (){_bgga ,_bcec :=_ddbd .(*_ff .PdfObjectInteger );if _bcec {_bacc =int64 (*_bgga );_cccgf ._cabe =_bacc ;_cccgf ._bgec =_aead ;_cccgf ._fbfd =_dadd ;}else {_ecee :=&structElement {};_ecee .parseStructElement (_ddbd ); -_gcebf =append (_gcebf ,*_ecee );};_bacc =-1;};_cccgf ._fefd =_gcebf ;};};func (_adc *shapesState )lineTo (_ceab ,_cbee float64 ){if _gegd {_e .Log .Info ("\u006c\u0069\u006eeT\u006f\u0028\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0070\u003d\u0025\u002e\u0032\u0066",_ceab ,_cbee ,_adc .devicePoint (_ceab ,_cbee )); -};_adc .addPoint (_ceab ,_cbee );};type stateStack []*textState ;func (_faac *textWord )bbox ()_b .PdfRectangle {return _faac .PdfRectangle };func (_dggdc *textTable )newTablePara ()*textPara {_gdbed :=_dggdc .computeBbox ();_beab :=&textPara {PdfRectangle :_gdbed ,_cdcbd :_gdbed ,_cegg :_dggdc }; -if _aada {_e .Log .Info ("\u006e\u0065w\u0054\u0061\u0062l\u0065\u0050\u0061\u0072\u0061\u003a\u0020\u0025\u0073",_beab );};return _beab ;};func (_eafbc paraList )computeEBBoxes (){if _bdg {_e .Log .Info ("\u0063o\u006dp\u0075\u0074\u0065\u0045\u0042\u0042\u006f\u0078\u0065\u0073\u003a"); -};for _ ,_dffe :=range _eafbc {_dffe ._cdcbd =_dffe .PdfRectangle ;};_cefc :=_eafbc .yNeighbours (0);for _ggf ,_bbeac :=range _eafbc {_dcgc :=_bbeac ._cdcbd ;_bbga ,_cbad :=-1.0e9,+1.0e9;for _ ,_fece :=range _cefc [_bbeac ]{_edea :=_eafbc [_fece ]._cdcbd ; -if _edea .Urx < _dcgc .Llx {_bbga =_ce .Max (_bbga ,_edea .Urx );}else if _dcgc .Urx < _edea .Llx {_cbad =_ce .Min (_cbad ,_edea .Llx );};};for _ccbbg ,_ceee :=range _eafbc {_cgcc :=_ceee ._cdcbd ;if _ggf ==_ccbbg ||_cgcc .Ury > _dcgc .Lly {continue ;}; -if _bbga <=_cgcc .Llx &&_cgcc .Llx < _dcgc .Llx {_dcgc .Llx =_cgcc .Llx ;}else if _cgcc .Urx <=_cbad &&_dcgc .Urx < _cgcc .Urx {_dcgc .Urx =_cgcc .Urx ;};};if _bdg {_bf .Printf ("\u0025\u0034\u0064\u003a %\u0036\u002e\u0032\u0066\u2192\u0025\u0036\u002e\u0032\u0066\u0020\u0025\u0071\u000a",_ggf ,_bbeac ._cdcbd ,_dcgc ,_ggcea (_bbeac .text (),50)); -};_bbeac ._cdcbd =_dcgc ;};if _egef {for _ ,_abbf :=range _eafbc {_abbf .PdfRectangle =_abbf ._cdcbd ;};};};func (_gffec *textTable )reduceTiling (_acccb gridTiling ,_cdaf float64 )*textTable {_fbaf :=make ([]int ,0,_gffec ._cffff );_ggeff :=make ([]int ,0,_gffec ._addag ); -_gfcec :=_acccb ._aabgb ;_dbeeb :=_acccb ._fdgd ;for _gaga :=0;_gaga < _gffec ._cffff ;_gaga ++{_cgcba :=_gaga > 0&&_ce .Abs (_dbeeb [_gaga -1]-_dbeeb [_gaga ])< _cdaf &&_gffec .emptyCompositeRow (_gaga );if !_cgcba {_fbaf =append (_fbaf ,_gaga );};};for _eead :=0; -_eead < _gffec ._addag ;_eead ++{_gbabf :=_eead < _gffec ._addag -1&&_ce .Abs (_gfcec [_eead +1]-_gfcec [_eead ])< _cdaf &&_gffec .emptyCompositeColumn (_eead );if !_gbabf {_ggeff =append (_ggeff ,_eead );};};if len (_fbaf )==_gffec ._cffff &&len (_ggeff )==_gffec ._addag {return _gffec ; -};_eedd :=textTable {_cbbdd :_gffec ._cbbdd ,_addag :len (_ggeff ),_cffff :len (_fbaf ),_bdfcg :make (map[uint64 ]compositeCell ,len (_ggeff )*len (_fbaf ))};if _aada {_e .Log .Info ("\u0072\u0065\u0064\u0075c\u0065\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0025d\u0078%\u0064\u0020\u002d\u003e\u0020\u0025\u0064x\u0025\u0064",_gffec ._addag ,_gffec ._cffff ,len (_ggeff ),len (_fbaf )); -_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_ggeff );_e .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_fbaf );};for _fbdcg ,_ggagc :=range _fbaf {for _dbba ,_cdceg :=range _ggeff {_fggac ,_edged :=_gffec .getComposite (_cdceg ,_ggagc ); -if len (_fggac )==0{continue ;};if _aada {_bf .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_dbba ,_fbdcg ,_cdceg ,_ggagc ,_ggcea (_fggac .merge ().text (),50));};_eedd .putComposite (_dbba ,_fbdcg ,_fggac ,_edged ); -};};return &_eedd ;};func (_eeec *textObject )setHorizScaling (_eed float64 ){if _eeec ==nil {return ;};_eeec ._eef ._ddcc =_eed ;};func (_dgfd *textLine )bbox ()_b .PdfRectangle {return _dgfd .PdfRectangle }; +func (_dbcb *wordBag )String ()string {var _cfcb []string ;for _ ,_cgbfg :=range _dbcb .depthIndexes (){_fcff :=_dbcb ._gecfd [_cgbfg ];for _ ,_fagae :=range _fcff {_cfcb =append (_cfcb ,_fagae ._dfaee );};};return _deg .Sprintf ("\u0025.\u0032\u0066\u0020\u0066\u006f\u006e\u0074\u0073\u0069\u007a\u0065=\u0025\u002e\u0032\u0066\u0020\u0025\u0064\u0020\u0025\u0071",_dbcb .PdfRectangle ,_dbcb ._bcf ,len (_cfcb ),_cfcb ); +};func (_ccbd *ruling )encloses (_eccce ,_dagag float64 )bool {return _ccbd ._ggbc -_afa <=_eccce &&_dagag <=_ccbd ._agbd +_afa ;};func (_abae *textObject )getFontDict (_fafb string )(_eafd _cb .PdfObject ,_gdba error ){_eagb :=_abae ._aaaa ;if _eagb ==nil {_d .Log .Debug ("g\u0065\u0074\u0046\u006f\u006e\u0074D\u0069\u0063\u0074\u002e\u0020\u004eo\u0020\u0072\u0065\u0073\u006f\u0075\u0072c\u0065\u0073\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025#\u0071",_fafb ); +return nil ,nil ;};_eafd ,_gfdc :=_eagb .GetFontByName (_cb .PdfObjectName (_fafb ));if !_gfdc {_d .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0067\u0065t\u0046\u006f\u006et\u0044\u0069\u0063\u0074\u003a\u0020\u0046\u006f\u006et \u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020\u006e\u0061m\u0065\u003d%\u0023\u0071",_fafb ); +return nil ,_bfb .New ("f\u006f\u006e\u0074\u0020no\u0074 \u0069\u006e\u0020\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0073");};return _eafd ,nil ;};type stateStack []*textState ;func (_dfgd paraList )list ()[]*list {var _fgdb []*textLine ;var _feddf []*textLine ; +for _ ,_agfea :=range _dfgd {_afffd :=_agfea .getListLines ();_fgdb =append (_fgdb ,_afffd ...);_feddf =append (_feddf ,_agfea ._efff ...);};_aaag :=_agbe (_fgdb );_ebag :=_agbea (_feddf ,_aaag );return _ebag ;};var (_efd =_bfb .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +_be =_bfb .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"););func _bcdab (_agag []float64 ,_gbcff ,_gade float64 )[]float64 {_eaecd ,_faba :=_gbcff ,_gade ;if _faba < _eaecd {_eaecd ,_faba =_faba ,_eaecd ; +};_agcfb :=make ([]float64 ,0,len (_agag )+2);_agcfb =append (_agcfb ,_gbcff );for _ ,_fdgff :=range _agag {if _fdgff <=_eaecd {continue ;}else if _fdgff >=_faba {break ;};_agcfb =append (_agcfb ,_fdgff );};_agcfb =append (_agcfb ,_gade );return _agcfb ; +};func (_eaag *shapesState )establishSubpath ()*subpath {_ccfc ,_fdbe :=_eaag .lastpointEstablished ();if !_fdbe {_eaag ._eccd =append (_eaag ._eccd ,_effg (_ccfc ));};if len (_eaag ._eccd )==0{return nil ;};_eaag ._cfff =false ;return _eaag ._eccd [len (_eaag ._eccd )-1]; +};func (_bgcf *textObject )showText (_egad _cb .PdfObject ,_fdf []byte ,_bfde int ,_adcb string )error {return _bgcf .renderText (_egad ,_fdf ,_bfde ,_adcb );};func (_dgbad paraList )merge ()*textPara {_d .Log .Trace ("\u006d\u0065\u0072\u0067\u0065:\u0020\u0070\u0061\u0072\u0061\u0073\u003d\u0025\u0064\u0020\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u0078\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d",len (_dgbad )); +if len (_dgbad )==0{return nil ;};_dgbad .sortReadingOrder ();_dbbb :=_dgbad [0].PdfRectangle ;_fead :=_dgbad [0]._efff ;for _ ,_ccgcb :=range _dgbad [1:]{_dbbb =_caddg (_dbbb ,_ccgcb .PdfRectangle );_fead =append (_fead ,_ccgcb ._efff ...);};return _bada (_dbbb ,_fead ); +};func (_eagbd rulingList )removeDuplicates ()rulingList {if len (_eagbd )==0{return nil ;};_eagbd .sort ();_eagga :=rulingList {_eagbd [0]};for _ ,_gbfb :=range _eagbd [1:]{if _gbfb .equals (_eagga [len (_eagga )-1]){continue ;};_eagga =append (_eagga ,_gbfb ); +};return _eagga ;};func _agdd (_ggcf _cb .PdfObject ,_bfddb _bcc .Color )(_de .Image ,error ){_gbgag ,_dbbcd :=_cb .GetStream (_ggcf );if !_dbbcd {return nil ,nil ;};_cafff ,_cedbb :=_bf .NewXObjectImageFromStream (_gbgag );if _cedbb !=nil {return nil ,_cedbb ; +};_fgbfea ,_cedbb :=_cafff .ToImage ();if _cedbb !=nil {return nil ,_cedbb ;};return _ggeb (_fgbfea ,_bfddb ),nil ;};func (_ddae rulingList )toTilings ()(rulingList ,[]gridTiling ){_ddae .log ("\u0074o\u0054\u0069\u006c\u0069\u006e\u0067s");if len (_ddae )==0{return nil ,nil ; +};_ddae =_ddae .tidied ("\u0061\u006c\u006c");_ddae .log ("\u0074\u0069\u0064\u0069\u0065\u0064");_efcc :=_ddae .toGrids ();_gggd :=make ([]gridTiling ,len (_efcc ));for _efbg ,_abeb :=range _efcc {_gggd [_efbg ]=_abeb .asTiling ();};return _ddae ,_gggd ; +};func (_cefa rulingList )snapToGroupsDirection ()rulingList {_cefa .sortStrict ();_ddbde :=make (map[*ruling ]rulingList ,len (_cefa ));_cbbe :=_cefa [0];_cbbdg :=func (_dgebf *ruling ){_cbbe =_dgebf ;_ddbde [_cbbe ]=rulingList {_dgebf }};_cbbdg (_cefa [0]); +for _ ,_egcdb :=range _cefa [1:]{if _egcdb ._gdge < _cbbe ._gdge -_caeg {_d .Log .Error ("\u0073\u006e\u0061\u0070T\u006f\u0047\u0072\u006f\u0075\u0070\u0073\u0044\u0069r\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0057\u0072\u006f\u006e\u0067\u0020\u0070\u0072\u0069\u006da\u0072\u0079\u0020\u006f\u0072d\u0065\u0072\u002e\u000a\u0009\u0076\u0030\u003d\u0025\u0073\u000a\u0009\u0020\u0076\u003d\u0025\u0073",_cbbe ,_egcdb ); +};if _egcdb ._gdge > _cbbe ._gdge +_gece {_cbbdg (_egcdb );}else {_ddbde [_cbbe ]=append (_ddbde [_cbbe ],_egcdb );};};_fbda :=make (map[*ruling ]float64 ,len (_ddbde ));_debcda :=make (map[*ruling ]*ruling ,len (_cefa ));for _ddfed ,_dffea :=range _ddbde {_fbda [_ddfed ]=_dffea .mergePrimary (); +for _ ,_bgfc :=range _dffea {_debcda [_bgfc ]=_ddfed ;};};for _ ,_facaa :=range _cefa {_facaa ._gdge =_fbda [_debcda [_facaa ]];};_ebddaf :=make (rulingList ,0,len (_cefa ));for _ ,_bbcde :=range _ddbde {_afgaf :=_bbcde .splitSec ();for _gdccc ,_dgeg :=range _afgaf {_cgbd :=_dgeg .merge (); +if len (_ebddaf )> 0{_cdbec :=_ebddaf [len (_ebddaf )-1];if _cdbec .alignsPrimary (_cgbd )&&_cdbec .alignsSec (_cgbd ){_d .Log .Error ("\u0073\u006e\u0061\u0070\u0054\u006fG\u0072\u006f\u0075\u0070\u0073\u0044\u0069\u0072\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0044\u0075\u0070\u006ci\u0063\u0061\u0074\u0065\u0020\u0069\u003d\u0025\u0064\u000a\u0009\u0077\u003d\u0025s\u000a\t\u0076\u003d\u0025\u0073",_gdccc ,_cdbec ,_cgbd ); +continue ;};};_ebddaf =append (_ebddaf ,_cgbd );};};_ebddaf .sortStrict ();return _ebddaf ;};func _ecefe (_gbbc ,_aedg ,_ddcc float64 )rulingKind {if _gbbc >=_ddcc &&_fefg (_aedg ,_gbbc ){return _faec ;};if _aedg >=_ddcc &&_fefg (_gbbc ,_aedg ){return _acegd ; +};return _acdg ;};func (_ddcfg paraList )findTables (_cgggd []gridTiling )[]*textTable {_ddcfg .addNeighbours ();_bd .Slice (_ddcfg ,func (_fcecf ,_dccgdf int )bool {return _adaf (_ddcfg [_fcecf ],_ddcfg [_dccgdf ])< 0});var _ffeba []*textTable ;if _gegg {_dbgd :=_ddcfg .findGridTables (_cgggd ); +_ffeba =append (_ffeba ,_dbgd ...);};if _cafb {_cfag :=_ddcfg .findTextTables ();_ffeba =append (_ffeba ,_cfag ...);};return _ffeba ;}; + +// NewWithOptions an Extractor instance for extracting content from the input PDF page with options. +func NewWithOptions (page *_bf .PdfPage ,options *Options )(*Extractor ,error ){const _aad ="\u0065x\u0074\u0072\u0061\u0063\u0074\u006f\u0072\u002e\u004e\u0065\u0077W\u0069\u0074\u0068\u004f\u0070\u0074\u0069\u006f\u006e\u0073";_afb ,_efgb :=page .GetAllContentStreams (); +if _efgb !=nil {return nil ,_efgb ;};_agce ,_gac :=page .GetStructTreeRoot ();if !_gac {_d .Log .Debug ("T\u0068\u0065\u0020\u0070\u0064\u0066\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0074\u0061\u0067g\u0065d\u002e\u0020\u0053\u0074r\u0075\u0063t\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020\u0065\u0078\u0069\u0073\u0074\u002e"); +};_bffd :=page .GetContainingPdfObject ();_dfg ,_efgb :=page .GetMediaBox ();if _efgb !=nil {return nil ,_deg .Errorf ("\u0065\u0078\u0074r\u0061\u0063\u0074\u006fr\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u002e\u0020\u0025\u0076",_efgb ); +};_dggb :=&Extractor {_gbb :_afb ,_ac :page .Resources ,_gca :*_dfg ,_gad :page .CropBox ,_fca :map[string ]fontEntry {},_bac :map[string ]textResult {},_eda :map[string ]textResult {},_aag :options ,_geb :_agce ,_dbg :_bffd };if _dggb ._gca .Llx > _dggb ._gca .Urx {_d .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0058\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_dggb ._gca ); +_dggb ._gca .Llx ,_dggb ._gca .Urx =_dggb ._gca .Urx ,_dggb ._gca .Llx ;};if _dggb ._gca .Lly > _dggb ._gca .Ury {_d .Log .Info ("\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u0068\u0061\u0073\u0020\u0059\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073\u0020r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u002e\u0020\u0025\u002e\u0032\u0066\u0020F\u0069x\u0069\u006e\u0067\u002e",_dggb ._gca ); +_dggb ._gca .Lly ,_dggb ._gca .Ury =_dggb ._gca .Ury ,_dggb ._gca .Lly ;};if _dggb ._aag !=nil {if _dggb ._aag .IncludeAnnotations {_dggb ._gec ,_efgb =page .GetAnnotations ();if _efgb !=nil {_d .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0073: \u0025\u0076",_efgb ); +};};};_gc .TrackUse (_aad );return _dggb ,nil ;};func (_afdg *wordBag )allWords ()[]*textWord {var _fceae []*textWord ;for _ ,_eccg :=range _afdg ._gecfd {_fceae =append (_fceae ,_eccg ...);};return _fceae ;};func (_fefa *textLine )appendWord (_abgef *textWord ){_fefa ._bbfda =append (_fefa ._bbfda ,_abgef ); +_fefa .PdfRectangle =_caddg (_fefa .PdfRectangle ,_abgef .PdfRectangle );if _abgef ._gbaff > _fefa ._cecg {_fefa ._cecg =_abgef ._gbaff ;};if _abgef ._afefd > _fefa ._eeage {_fefa ._eeage =_abgef ._afefd ;};}; + +// String returns a human readable description of `path`. +func (_cbgg *subpath )String ()string {_dcfg :=_cbgg ._egdag ;_bcbd :=len (_dcfg );if _bcbd <=5{return _deg .Sprintf ("\u0025d\u003a\u0020\u0025\u0036\u002e\u0032f",_bcbd ,_dcfg );};return _deg .Sprintf ("\u0025d\u003a\u0020\u0025\u0036.\u0032\u0066\u0020\u0025\u0036.\u0032f\u0020.\u002e\u002e\u0020\u0025\u0036\u002e\u0032f",_bcbd ,_dcfg [0],_dcfg [1],_dcfg [_bcbd -1]); +};type wordBag struct{_bf .PdfRectangle ;_bcf float64 ;_affe ,_fgea rulingList ;_bdgd float64 ;_gecfd map[int ][]*textWord ;};func _bdfde (_agdfe string ,_dcgaf int )string {if len (_agdfe )< _dcgaf {return _agdfe ;};return _agdfe [:_dcgaf ];};func (_ccacg paraList )findTextTables ()[]*textTable {var _cbeac []*textTable ; +for _ ,_aadd :=range _ccacg {if _aadd .taken ()||_aadd .Width ()==0{continue ;};_cgdca :=_aadd .isAtom ();if _cgdca ==nil {continue ;};_cgdca .growTable ();if _cgdca ._ccfea *_cgdca ._gecff < _fcda {continue ;};_cgdca .markCells ();_cgdca .log ("\u0067\u0072\u006fw\u006e"); +_cbeac =append (_cbeac ,_cgdca );};return _cbeac ;};func (_fgbb *Editor )getMatches (_cfd string ,_dgb []int )(map[int ]Match ,map[int ][]*TextMarkArray ,error ){_bga :=map[int ]Match {};_egb :=map[int ][]*TextMarkArray {};for _ ,_aae :=range _dgb {_gef ,_cdd :=_fgbb ._cef .GetPage (_aae ); +if _cdd !=nil {return nil ,nil ,_cdd ;};_bbaf ,_cdd :=New (_gef );if _cdd !=nil {return nil ,nil ,_cdd ;};_ff ,_ ,_ ,_cdd :=_bbaf .ExtractPageText ();if _cdd !=nil {return nil ,nil ,_cdd ;};_dce :=_ff .Text ();_dec ,_cdd :=_bcda (_cfd ,_dce );if _cdd !=nil {return nil ,nil ,_cdd ; +};if len (_dec )==0{_d .Log .Info ("\u004e\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0066\u006f\u0075\u006e\u0064\u0020f\u006fr\u0020\u0025\u0073\u0020\u006f\u006e\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_cfd ,_aae );};_dbe :=_ff .Marks (); +_dbd :=[]Box {};for _ ,_agb :=range _dec {_ ,_bffe ,_fbag :=_dgcc (_agb ,_dbe ,_cfd );if _fbag !=nil {return nil ,nil ,_fbag ;};_dbd =append (_dbd ,_bffe );};_acdf :=Match {Pattern :_cfd ,Indexes :_dec ,Locations :_dbd };_bga [_aae ]=_acdf ;};return _bga ,_egb ,nil ; +}; + +// TextTable represents a table. +// Cells are ordered top-to-bottom, left-to-right. +// Cells[y] is the (0-offset) y'th row in the table. +// Cells[y][x] is the (0-offset) x'th column in the table. +type TextTable struct{_bf .PdfRectangle ;W ,H int ;Cells [][]TableCell ;};func (_cdgf *PageText )getParagraphs ()paraList {var _acfb rulingList ;if _gebf {_fdge :=_ggcdg (_cdgf ._edag );_acfb =append (_acfb ,_fdge ...);};if _bcbe {_bbba :=_caaea (_cdgf ._dffe ); +_acfb =append (_acfb ,_bbba ...);};_acfb ,_bbbg :=_acfb .toTilings ();var _cddg paraList ;_aggf :=len (_cdgf ._afbb );for _afbd :=0;_afbd < 360&&_aggf > 0;_afbd +=90{_gfde :=make ([]*textMark ,0,len (_cdgf ._afbb )-_aggf );for _ ,_gefa :=range _cdgf ._afbb {if _gefa ._acgg ==_afbd {_gfde =append (_gfde ,_gefa ); +};};if len (_gfde )> 0{_gecb :=_fbbfc (_gfde ,_cdgf ._cffb ,_acfb ,_bbbg ,_cdgf ._dcce ._beba );_cddg =append (_cddg ,_gecb ...);_aggf -=len (_gfde );};};return _cddg ;};func (_ecec intSet )has (_fdbgd int )bool {_ ,_bbggb :=_ecec [_fdbgd ];return _bbggb }; + + +// String returns a string describing `tm`. +func (_dgaf TextMark )String ()string {_gadd :=_dgaf .BBox ;var _fffd string ;if _dgaf .Font !=nil {_fffd =_dgaf .Font .String ();if len (_fffd )> 50{_fffd =_fffd [:50]+"\u002e\u002e\u002e";};};var _dffg string ;if _dgaf .Meta {_dffg ="\u0020\u002a\u004d\u002a"; +};return _deg .Sprintf ("\u007b\u0054\u0065\u0078t\u004d\u0061\u0072\u006b\u003a\u0020\u0025\u0064\u0020%\u0071\u003d\u0025\u0030\u0032\u0078\u0020\u0028\u0025\u0036\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e2\u0066\u0029\u0020\u0028\u00256\u002e\u0032\u0066\u002c\u0020\u0025\u0036\u002e\u0032\u0066\u0029\u0020\u0025\u0073\u0025\u0073\u007d",_dgaf .Offset ,_dgaf .Text ,[]rune (_dgaf .Text ),_gadd .Llx ,_gadd .Lly ,_gadd .Urx ,_gadd .Ury ,_fffd ,_dffg ); +};type event struct{_gddf float64 ;_ebfae bool ;_cffbf int ;};func (_eggdc *wordBag )removeDuplicates (){if _ebfga {_d .Log .Info ("r\u0065m\u006f\u0076\u0065\u0044\u0075\u0070\u006c\u0069c\u0061\u0074\u0065\u0073: \u0025\u0071",_eggdc .text ());};for _ ,_faefb :=range _eggdc .depthIndexes (){if len (_eggdc ._gecfd [_faefb ])==0{continue ; +};_efecc :=_eggdc ._gecfd [_faefb ][0];_gefcd :=_gceg *_efecc ._gbaff ;_aacd :=_efecc ._afefd ;for _ ,_acefd :=range _eggdc .depthBand (_aacd ,_aacd +_gefcd ){_ddbgf :=map[*textWord ]struct{}{};_cbea :=_eggdc ._gecfd [_acefd ];for _ ,_bebd :=range _cbea {if _ ,_abbg :=_ddbgf [_bebd ]; +_abbg {continue ;};for _ ,_ecea :=range _cbea {if _ ,_fgcc :=_ddbgf [_ecea ];_fgcc {continue ;};if _ecea !=_bebd &&_ecea ._dfaee ==_bebd ._dfaee &&_aa .Abs (_ecea .Llx -_bebd .Llx )< _gefcd &&_aa .Abs (_ecea .Urx -_bebd .Urx )< _gefcd &&_aa .Abs (_ecea .Lly -_bebd .Lly )< _gefcd &&_aa .Abs (_ecea .Ury -_bebd .Ury )< _gefcd {_ddbgf [_ecea ]=struct{}{}; +};};};if len (_ddbgf )> 0{_gcbgd :=0;for _ ,_acdc :=range _cbea {if _ ,_gfcae :=_ddbgf [_acdc ];!_gfcae {_cbea [_gcbgd ]=_acdc ;_gcbgd ++;};};_eggdc ._gecfd [_acefd ]=_cbea [:len (_cbea )-len (_ddbgf )];if len (_eggdc ._gecfd [_acefd ])==0{delete (_eggdc ._gecfd ,_acefd ); +};};};};};func (_dfegb *textTable )computeBbox ()_bf .PdfRectangle {var _bbag _bf .PdfRectangle ;_eedb :=false ;for _acfga :=0;_acfga < _dfegb ._gecff ;_acfga ++{for _aegga :=0;_aegga < _dfegb ._ccfea ;_aegga ++{_bbbeg :=_dfegb .get (_aegga ,_acfga );if _bbbeg ==nil {continue ; +};if !_eedb {_bbag =_bbbeg .PdfRectangle ;_eedb =true ;}else {_bbag =_caddg (_bbag ,_bbbeg .PdfRectangle );};};};return _bbag ;};func _bgga (_gggeb []*textLine ,_bbgd ,_fdaf float64 )[]*textLine {var _bgaf []*textLine ;for _ ,_babef :=range _gggeb {if _bbgd ==-1{if _babef ._eeage > _fdaf {_bgaf =append (_bgaf ,_babef ); +};}else {if _babef ._eeage > _fdaf &&_babef ._eeage < _bbgd {_bgaf =append (_bgaf ,_babef );};};};return _bgaf ;};func _dd (_deb int )bool {return (_deb &1)!=0}; + +// String returns a string descibing `i`. +func (_ccade gridTile )String ()string {_ggda :=func (_beefa bool ,_cdea string )string {if _beefa {return _cdea ;};return "\u005f";};return _deg .Sprintf ("\u00256\u002e2\u0066\u0020\u0025\u0031\u0073%\u0031\u0073%\u0031\u0073\u0025\u0031\u0073",_ccade .PdfRectangle ,_ggda (_ccade ._cbegc ,"\u004c"),_ggda (_ccade ._eeba ,"\u0052"),_ggda (_ccade ._ffdg ,"\u0042"),_ggda (_ccade ._egfbb ,"\u0054")); +}; + +// ApplyArea processes the page text only within the specified area `bbox`. +// Each time ApplyArea is called, it updates the result set in `pt`. +// Can be called multiple times in a row with different bounding boxes. +func (_cacb *PageText )ApplyArea (bbox _bf .PdfRectangle ){_cacgb :=make ([]*textMark ,0,len (_cacb ._afbb ));for _ ,_ccba :=range _cacb ._afbb {if _aefc (_ccba .bbox (),bbox ){_cacgb =append (_cacgb ,_ccba );};};var _afeb paraList ;_abceb :="";_gce :=len (_cacgb ); +for _aaff :=0;_aaff < 360&&_gce > 0;_aaff +=90{_fbgbd :=make ([]*textMark ,0,len (_cacgb )-_gce );for _ ,_afga :=range _cacgb {if _afga ._acgg ==_aaff {_fbgbd =append (_fbgbd ,_afga );};};if len (_fbgbd )> 0{if _cacb ._dcce ._cfg {_abceb +=_ecbcb (_fbgbd ,_cacb ._cffb ); +}else {_bef :=_fbbfc (_fbgbd ,_cacb ._cffb ,nil ,nil ,_cacb ._dcce ._beba );_afeb =append (_afeb ,_bef ...);};_gce -=len (_fbgbd );};};if _cacb ._dcce ._cfg {_cacb ._ada =_abceb ;}else {_fded :=new (_af .Buffer );_afeb .writeText (_fded );_cacb ._ada =_fded .String (); +_cacb ._ecda =_afeb .toTextMarks ();_cacb ._aef =_afeb .tables ();};};func (_efab *textLine )markWordBoundaries (){_ffdc :=_agecf *_efab ._cecg ;for _fbdb ,_daad :=range _efab ._bbfda [1:]{if _febe (_daad ,_efab ._bbfda [_fbdb ])>=_ffdc {_daad ._cfacf =true ; +};};};func _cbaa (_dgcgb func (*wordBag ,*textWord ,float64 )bool ,_cggee float64 )func (*wordBag ,*textWord )bool {return func (_cbcd *wordBag ,_cebd *textWord )bool {return _dgcgb (_cbcd ,_cebd ,_cggee )};};type fontEntry struct{_cdfd *_bf .PdfFont ; +_aagb int64 ;};func _dfdfa (_dbaa ,_ecgbc ,_acdd ,_fbce *textPara )*textTable {_gefg :=&textTable {_ccfea :2,_gecff :2,_agcf :make (map[uint64 ]*textPara ,4)};_gefg .put (0,0,_dbaa );_gefg .put (1,0,_ecgbc );_gefg .put (0,1,_acdd );_gefg .put (1,1,_fbce ); +return _gefg ;};func (_agaa *shapesState )drawRectangle (_dfae ,_egcc ,_dcfb ,_cfffg float64 ){if _efcb {_bbec :=_agaa .devicePoint (_dfae ,_egcc );_faa :=_agaa .devicePoint (_dfae +_dcfb ,_egcc +_cfffg );_dfb :=_bf .PdfRectangle {Llx :_bbec .X ,Lly :_bbec .Y ,Urx :_faa .X ,Ury :_faa .Y }; +_d .Log .Info ("d\u0072a\u0077\u0052\u0065\u0063\u0074\u0061\u006e\u0067l\u0065\u003a\u0020\u00256.\u0032\u0066",_dfb );};_agaa .newSubPath ();_agaa .moveTo (_dfae ,_egcc );_agaa .lineTo (_dfae +_dcfb ,_egcc );_agaa .lineTo (_dfae +_dcfb ,_egcc +_cfffg ); +_agaa .lineTo (_dfae ,_egcc +_cfffg );_agaa .closePath ();}; + +// String returns a string describing `ma`. +func (_bbbgf TextMarkArray )String ()string {_acga :=len (_bbbgf ._agfc );if _acga ==0{return "\u0045\u004d\u0050T\u0059";};_ecdg :=_bbbgf ._agfc [0];_edg :=_bbbgf ._agfc [_acga -1];return _deg .Sprintf ("\u007b\u0054\u0045\u0058\u0054\u004d\u0041\u0052K\u0041\u0052\u0052AY\u003a\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073\u000a\u0009\u0066\u0069\u0072\u0073\u0074\u003d\u0025s\u000a\u0009\u0020\u006c\u0061\u0073\u0074\u003d%\u0073\u007d",_acga ,_ecdg ,_edg ); +};const (_bbfg markKind =iota ;_efgg ;_dgea ;_caeegd ;);func (_gfge *wordBag )removeWord (_bgfa *textWord ,_cbgc int ){_cegdf :=_gfge ._gecfd [_cbgc ];_cegdf =_gafae (_cegdf ,_bgfa );if len (_cegdf )==0{delete (_gfge ._gecfd ,_cbgc );}else {_gfge ._gecfd [_cbgc ]=_cegdf ; +};};func _cacc (_edfdc *_bf .Image ,_dbgc _bcc .Color )_de .Image {_gecae ,_ccde :=int (_edfdc .Width ),int (_edfdc .Height );_eage :=_de .NewRGBA (_de .Rect (0,0,_gecae ,_ccde ));for _degf :=0;_degf < _ccde ;_degf ++{for _geed :=0;_geed < _gecae ;_geed ++{_fagg ,_dfbad :=_edfdc .ColorAt (_geed ,_degf ); +if _dfbad !=nil {_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_geed ,_degf ); +continue ;};_efaeb ,_fcab ,_bbagd ,_ :=_fagg .RGBA ();var _cgced _bcc .Color ;if _efaeb +_fcab +_bbagd ==0{_cgced =_dbgc ;}else {_cgced =_bcc .Transparent ;};_eage .Set (_geed ,_degf ,_cgced );};};return _eage ;};func _cdag (_dbefb ,_gbeg *textPara )bool {return _aggg (_dbefb ._ecddc ,_gbeg ._ecddc )}; +func (_dfagg *textWord )appendMark (_adbaf *textMark ,_adeec _bf .PdfRectangle ){_dfagg ._bdaeb =append (_dfagg ._bdaeb ,_adbaf );_dfagg .PdfRectangle =_caddg (_dfagg .PdfRectangle ,_adbaf .PdfRectangle );if _adbaf ._fegc > _dfagg ._gbaff {_dfagg ._gbaff =_adbaf ._fegc ; +};_dfagg ._afefd =_adeec .Ury -_dfagg .PdfRectangle .Lly ;}; + +// Len returns the number of TextMarks in `ma`. +func (_aadb *TextMarkArray )Len ()int {if _aadb ==nil {return 0;};return len (_aadb ._agfc );};func (_adf *imageExtractContext )extractContentStreamImages (_efee string ,_dfc *_bf .PdfPageResources )error {_cebf :=_gf .NewContentStreamParser (_efee );_dab ,_cgbf :=_cebf .Parse (); +if _cgbf !=nil {return _cgbf ;};if _adf ._bag ==nil {_adf ._bag =map[*_cb .PdfObjectStream ]*cachedImage {};};if _adf ._fgg ==nil {_adf ._fgg =&ImageExtractOptions {};};_fcb :=_gf .NewContentStreamProcessor (*_dab );_fcb .AddHandler (_gf .HandlerConditionEnumAllOperands ,"",_adf .processOperand ); +return _fcb .Process (_dfc );};func (_cfeff rulingList )findPrimSec (_ebeb ,_gbdc float64 )*ruling {for _ ,_edcc :=range _cfeff {if _bgfbd (_edcc ._gdge -_ebeb )&&_edcc ._ggbc -_afa <=_gbdc &&_gbdc <=_edcc ._agbd +_afa {return _edcc ;};};return nil ;}; +func (_cgbb *textTable )getDown ()paraList {_aadec :=make (paraList ,_cgbb ._ccfea );for _bbgb :=0;_bbgb < _cgbb ._ccfea ;_bbgb ++{_gdabc :=_cgbb .get (_bbgb ,_cgbb ._gecff -1)._bddf ;if _gdabc .taken (){return nil ;};_aadec [_bbgb ]=_gdabc ;};for _gfgad :=0; +_gfgad < _cgbb ._ccfea -1;_gfgad ++{if _aadec [_gfgad ]._dabb !=_aadec [_gfgad +1]{return nil ;};};return _aadec ;};func _bgec (_cfefc string ,_cfgg []rulingList ){_d .Log .Info ("\u0024\u0024 \u0025\u0064\u0020g\u0072\u0069\u0064\u0073\u0020\u002d\u0020\u0025\u0073",len (_cfgg ),_cfefc ); +for _egfcg ,_eeec :=range _cfgg {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_egfcg ,_eeec .String ());};};func (_feae *wordBag )firstWord (_fdce int )*textWord {return _feae ._gecfd [_fdce ][0]};func _bdgce (_gffcae []_cb .PdfObject )(_cgdge ,_ddgc float64 ,_gcaed error ){if len (_gffcae )!=2{return 0,0,_deg .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0073\u003a \u0025\u0064",len (_gffcae )); +};_caefc ,_gcaed :=_cb .GetNumbersAsFloat (_gffcae );if _gcaed !=nil {return 0,0,_gcaed ;};return _caefc [0],_caefc [1],nil ;}; + +// TableInfo gets table information of the textmark `tm`. +func (_fbd *TextMark )TableInfo ()(*TextTable ,[][]int ){if !_fbd ._bbcf {return nil ,nil ;};_agdf :=_fbd ._bbce ;_gfga :=_agdf .getCellInfo (*_fbd );return _agdf ,_gfga ;};func (_acedd *textTable )reduceTiling (_gebe gridTiling ,_afef float64 )*textTable {_acgc :=make ([]int ,0,_acedd ._gecff ); +_ecddcd :=make ([]int ,0,_acedd ._ccfea );_ffaf :=_gebe ._cbeaa ;_daffa :=_gebe ._bede ;for _gbbdfe :=0;_gbbdfe < _acedd ._gecff ;_gbbdfe ++{_cgcg :=_gbbdfe > 0&&_aa .Abs (_daffa [_gbbdfe -1]-_daffa [_gbbdfe ])< _afef &&_acedd .emptyCompositeRow (_gbbdfe ); +if !_cgcg {_acgc =append (_acgc ,_gbbdfe );};};for _fbfecg :=0;_fbfecg < _acedd ._ccfea ;_fbfecg ++{_aggde :=_fbfecg < _acedd ._ccfea -1&&_aa .Abs (_ffaf [_fbfecg +1]-_ffaf [_fbfecg ])< _afef &&_acedd .emptyCompositeColumn (_fbfecg );if !_aggde {_ecddcd =append (_ecddcd ,_fbfecg ); +};};if len (_acgc )==_acedd ._gecff &&len (_ecddcd )==_acedd ._ccfea {return _acedd ;};_afbad :=textTable {_cgfe :_acedd ._cgfe ,_ccfea :len (_ecddcd ),_gecff :len (_acgc ),_ebcde :make (map[uint64 ]compositeCell ,len (_ecddcd )*len (_acgc ))};if _cdgfc {_d .Log .Info ("\u0072\u0065\u0064\u0075c\u0065\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0025d\u0078%\u0064\u0020\u002d\u003e\u0020\u0025\u0064x\u0025\u0064",_acedd ._ccfea ,_acedd ._gecff ,len (_ecddcd ),len (_acgc )); +_d .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0043\u006f\u006c\u0073\u003a\u0020\u0025\u002b\u0076",_ecddcd );_d .Log .Info ("\u0072\u0065d\u0075\u0063\u0065d\u0052\u006f\u0077\u0073\u003a\u0020\u0025\u002b\u0076",_acgc );};for _dbabe ,_beecb :=range _acgc {for _dggbe ,_afcae :=range _ecddcd {_gfbfd ,_gded :=_acedd .getComposite (_afcae ,_beecb ); +if len (_gfbfd )==0{continue ;};if _cdgfc {_deg .Printf ("\u0020 \u0025\u0032\u0064\u002c \u0025\u0032\u0064\u0020\u0028%\u0032d\u002c \u0025\u0032\u0064\u0029\u0020\u0025\u0071\n",_dggbe ,_dbabe ,_afcae ,_beecb ,_bdfde (_gfbfd .merge ().text (),50));}; +_afbad .putComposite (_dggbe ,_dbabe ,_gfbfd ,_gded );};};return &_afbad ;};type rectRuling struct{_deba rulingKind ;_bbbe markKind ;_bcc .Color ;_bf .PdfRectangle ;};type list struct{_gead []*textLine ;_degb string ;_caede []*list ;_gcbe string ;};func _fefeg (_egbfb map[float64 ]map[float64 ]gridTile )[]float64 {_fgbgg :=make ([]float64 ,0,len (_egbfb )); +for _ddgdf :=range _egbfb {_fgbgg =append (_fgbgg ,_ddgdf );};_bd .Float64s (_fgbgg );_ecddg :=len (_fgbgg );for _feeab :=0;_feeab < _ecddg /2;_feeab ++{_fgbgg [_feeab ],_fgbgg [_ecddg -1-_feeab ]=_fgbgg [_ecddg -1-_feeab ],_fgbgg [_feeab ];};return _fgbgg ; +};func (_gbfg *textObject )newTextMark (_gefc string ,_agbf _ed .Matrix ,_ffae _ed .Point ,_cbbcf float64 ,_ggea *_bf .PdfFont ,_dcbc float64 ,_aeab ,_ffed _bcc .Color ,_ceac _cb .PdfObject ,_ecbca []string ,_ddgd int ,_ecdag int )(textMark ,bool ){_cegc :=_agbf .Angle (); +_gfcg :=_bcbee (_cegc ,_cgaaf );var _dbdb float64 ;if _gfcg %180!=90{_dbdb =_agbf .ScalingFactorY ();}else {_dbdb =_agbf .ScalingFactorX ();};_dfda :=_ceg (_agbf );_dgafa :=_bf .PdfRectangle {Llx :_dfda .X ,Lly :_dfda .Y ,Urx :_ffae .X ,Ury :_ffae .Y }; +switch _gfcg %360{case 90:_dgafa .Urx -=_dbdb ;case 180:_dgafa .Ury -=_dbdb ;case 270:_dgafa .Urx +=_dbdb ;case 0:_dgafa .Ury +=_dbdb ;default:_gfcg =0;_dgafa .Ury +=_dbdb ;};if _dgafa .Llx > _dgafa .Urx {_dgafa .Llx ,_dgafa .Urx =_dgafa .Urx ,_dgafa .Llx ; +};if _dgafa .Lly > _dgafa .Ury {_dgafa .Lly ,_dgafa .Ury =_dgafa .Ury ,_dgafa .Lly ;};_cbce :=true ;if _gbfg ._dgccb ._gca .Width ()> 0{_aaggf ,_fggc :=_beeba (_dgafa ,_gbfg ._dgccb ._gca );if !_fggc {_cbce =false ;_d .Log .Debug ("\u0054\u0065\u0078\u0074\u0020m\u0061\u0072\u006b\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0070a\u0067\u0065\u002e\u0020\u0062\u0062\u006f\u0078\u003d\u0025\u0067\u0020\u006d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u0067\u0020\u0074\u0065\u0078\u0074\u003d\u0025q",_dgafa ,_gbfg ._dgccb ._gca ,_gefc ); +};_dgafa =_aaggf ;};_adee :=_dgafa ;_dcbd :=_gbfg ._dgccb ._gca ;switch _gfcg %360{case 90:_dcbd .Urx ,_dcbd .Ury =_dcbd .Ury ,_dcbd .Urx ;_adee =_bf .PdfRectangle {Llx :_dcbd .Urx -_dgafa .Ury ,Urx :_dcbd .Urx -_dgafa .Lly ,Lly :_dgafa .Llx ,Ury :_dgafa .Urx }; +case 180:_adee =_bf .PdfRectangle {Llx :_dcbd .Urx -_dgafa .Llx ,Urx :_dcbd .Urx -_dgafa .Urx ,Lly :_dcbd .Ury -_dgafa .Lly ,Ury :_dcbd .Ury -_dgafa .Ury };case 270:_dcbd .Urx ,_dcbd .Ury =_dcbd .Ury ,_dcbd .Urx ;_adee =_bf .PdfRectangle {Llx :_dgafa .Ury ,Urx :_dgafa .Lly ,Lly :_dcbd .Ury -_dgafa .Llx ,Ury :_dcbd .Ury -_dgafa .Urx }; +};if _adee .Llx > _adee .Urx {_adee .Llx ,_adee .Urx =_adee .Urx ,_adee .Llx ;};if _adee .Lly > _adee .Ury {_adee .Lly ,_adee .Ury =_adee .Ury ,_adee .Lly ;};_bdfda :=textMark {_dbec :_gefc ,PdfRectangle :_adee ,_cdff :_dgafa ,_bgaa :_ggea ,_fegc :_dbdb ,_dcfgg :_dcbc ,_cagcg :_agbf ,_ccge :_ffae ,_acgg :_gfcg ,_dcdf :_aeab ,_gbdg :_ffed ,_edeg :_ceac ,_eabfe :_ecbca ,Th :_gbfg ._gdga ._fge ,Tw :_gbfg ._gdga ._bfec ,_ebfcb :_ecdag ,_gfdce :_ddgd }; +if _befg {_d .Log .Info ("n\u0065\u0077\u0054\u0065\u0078\u0074M\u0061\u0072\u006b\u003a\u0020\u0073t\u0061\u0072\u0074\u003d\u0025\u002e\u0032f\u0020\u0065\u006e\u0064\u003d\u0025\u002e\u0032\u0066\u0020%\u0073",_dfda ,_ffae ,_bdfda .String ());};return _bdfda ,_cbce ; +};func _dcfd (_cgbe string ,_gaegg ,_bgbd int ,_eca string )string {if _bgbd > len (_cgbe )-1{return _cgbe [:_gaegg ]+_eca ;};return _cgbe [:_gaegg ]+_eca +_cgbe [_bgbd :];};func _bafff (_eagbc []TextMark ,_aagaf *int ,_gabg TextMark )[]TextMark {_gabg .Offset =*_aagaf ; +_eagbc =append (_eagbc ,_gabg );*_aagaf +=len (_gabg .Text );return _eagbc ;};func (_efec *wordBag )scanBand (_gfdcb string ,_dgafb *wordBag ,_eafg func (_dafg *wordBag ,_bbafb *textWord )bool ,_fgca ,_agfe ,_ebdda float64 ,_bebec ,_cdgfa bool )int {_fbcb :=_dgafb ._bcf ; +var _becf map[int ]map[*textWord ]struct{};if !_bebec {_becf =_efec .makeRemovals ();};_dbae :=_bdfd *_fbcb ;_ecgcd :=0;for _ ,_fcag :=range _efec .depthBand (_fgca -_dbae ,_agfe +_dbae ){if len (_efec ._gecfd [_fcag ])==0{continue ;};for _ ,_gbde :=range _efec ._gecfd [_fcag ]{if !(_fgca -_dbae <=_gbde ._afefd &&_gbde ._afefd <=_agfe +_dbae ){continue ; +};if !_eafg (_dgafb ,_gbde ){continue ;};_dbdd :=2.0*_aa .Abs (_gbde ._gbaff -_dgafb ._bcf )/(_gbde ._gbaff +_dgafb ._bcf );_gfbba :=_aa .Max (_gbde ._gbaff /_dgafb ._bcf ,_dgafb ._bcf /_gbde ._gbaff );_dbge :=_aa .Min (_dbdd ,_gfbba );if _ebdda > 0&&_dbge > _ebdda {continue ; +};if _dgafb .blocked (_gbde ){continue ;};if !_bebec {_dgafb .pullWord (_gbde ,_fcag ,_becf );};_ecgcd ++;if !_cdgfa {if _gbde ._afefd < _fgca {_fgca =_gbde ._afefd ;};if _gbde ._afefd > _agfe {_agfe =_gbde ._afefd ;};};if _bebec {break ;};};};if !_bebec {_efec .applyRemovals (_becf ); +};return _ecgcd ;};func (_gfgd *textObject )getStrokeColor ()_bcc .Color {return _gceaba (_gfgd ._cbge .ColorspaceStroking ,_gfgd ._cbge .ColorStroking );};func (_eggge *textLine )endsInHyphen ()bool {_bdeae :=_eggge ._bbfda [len (_eggge ._bbfda )-1];_cedf :=_bdeae ._dfaee ; +_egeb ,_aeag :=_a .DecodeLastRuneInString (_cedf );if _aeag <=0||!_g .Is (_g .Hyphen ,_egeb ){return false ;};if _bdeae ._cfacf &&_cbafcd (_cedf ){return true ;};return _cbafcd (_eggge .text ());};func _effg (_eade _ed .Point )*subpath {return &subpath {_egdag :[]_ed .Point {_eade }}}; +func (_cfc *shapesState )moveTo (_ccce ,_cgbce float64 ){_cfc ._cfff =true ;_cfc ._acbeg =_cfc .devicePoint (_ccce ,_cgbce );if _efcb {_d .Log .Info ("\u006d\u006fv\u0065\u0054\u006f\u003a\u0020\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u003d%.\u0032\u0066",_ccce ,_cgbce ,_cfc ._acbeg ); +};};func (_cbbd *textObject )setFont (_fgdg string ,_ggca float64 )error {if _cbbd ==nil {return nil ;};_cbbd ._gdga ._bbb =_ggca ;_gdcc ,_ebfe :=_cbbd .getFont (_fgdg );if _ebfe !=nil {return _ebfe ;};_cbbd ._gdga ._bddc =_gdcc ;return nil ;}; + +// Font represents the font properties on a PDF page. +type Font struct{PdfFont *_bf .PdfFont ; + +// FontName represents Font Name from font properties. +FontName string ; + +// FontType represents Font Subtype entry in the font dictionary inside page resources. +// Examples : type0, Type1, MMType1, Type3, TrueType, CIDFont. +FontType string ; + +// ToUnicode is true if font provides a `ToUnicode` mapping. +ToUnicode bool ; + +// IsCID is true if underlying font is a composite font. +// Composite font is represented by a font dictionary whose Subtype is `Type0` +IsCID bool ; + +// IsSimple is true if font is simple font. +// A simple font is limited to only 8 bit (255) character codes. +IsSimple bool ; + +// FontData represents the raw data of the embedded font file. +// It can have format TrueType (TTF), PostScript Font (PFB) or Compact Font Format (CCF). +// FontData value can be indicates from `FontFile`, `FontFile2` or `FontFile3` inside Font Descriptor. +// At most, only one of `FontFile`, `FontFile2` or `FontFile3` will be FontData value. +FontData []byte ; + +// FontFileName is a name representing the font. it has format: +// (Font Name) + (Font Type Extension), example: helvetica.ttf. +FontFileName string ; + +// FontDescriptor represents metrics and other attributes inside font properties from PDF Structure (Font Descriptor). +FontDescriptor *_bf .PdfFontDescriptor ;};func (_edaa paraList )toTextMarks ()[]TextMark {_cbeb :=0;var _cbdg []TextMark ;for _eead ,_bfcc :=range _edaa {if _bfcc ._afce {continue ;};_effgg :=_bfcc .toTextMarks (&_cbeb );_cbdg =append (_cbdg ,_effgg ...); +if _eead !=len (_edaa )-1{if _cdfea (_bfcc ,_edaa [_eead +1]){_cbdg =_ecaf (_cbdg ,&_cbeb ,"\u0020");}else {_cbdg =_ecaf (_cbdg ,&_cbeb ,"\u000a");_cbdg =_ecaf (_cbdg ,&_cbeb ,"\u000a");};};};_cbdg =_ecaf (_cbdg ,&_cbeb ,"\u000a");_cbdg =_ecaf (_cbdg ,&_cbeb ,"\u000a"); +return _cbdg ;};func (_cgaec *wordBag )absorb (_dddbf *wordBag ){_gagg :=_dddbf .makeRemovals ();for _cffe ,_effgb :=range _dddbf ._gecfd {for _ ,_cfa :=range _effgb {_cgaec .pullWord (_cfa ,_cffe ,_gagg );};};_dddbf .applyRemovals (_gagg );}; + +// ExtractPageText returns the text contents of `e` (an Extractor for a page) as a PageText. +// TODO(peterwilliams97): The stats complicate this function signature and aren't very useful. +// +// Replace with a function like Extract() (*PageText, error) +func (_fcba *Extractor )ExtractPageText ()(*PageText ,int ,int ,error ){_dcb ,_gee ,_baeb ,_bgab :=_fcba .extractPageText (_fcba ._gbb ,_fcba ._ac ,_ed .IdentityMatrix (),0,false );if _bgab !=nil &&_bgab !=_bf .ErrColorOutOfRange {return nil ,0,0,_bgab ; +};if _fcba ._aag !=nil {_dcb ._dcce ._cfg =_fcba ._aag .UseSimplerExtractionProcess ;_dcb ._dcce ._beba =_fcba ._aag .DisableMultiColumns ;};_dcb .computeViews ();_bgab =_gbgcd (_dcb );if _bgab !=nil {return nil ,0,0,_bgab ;};if _fcba ._aag !=nil {if _fcba ._aag .ApplyCropBox &&_fcba ._gad !=nil {_dcb .ApplyArea (*_fcba ._gad ); +};_dcb ._dcce ._agea =_fcba ._aag .DisableDocumentTags ;};return _dcb ,_gee ,_baeb ,nil ;};func (_effc *wordBag )depthBand (_efgbb ,_bcfa float64 )[]int {if len (_effc ._gecfd )==0{return nil ;};return _effc .depthRange (_effc .getDepthIdx (_efgbb ),_effc .getDepthIdx (_bcfa )); +};func _cabeb (_deea *textLine ,_cfbd []*textLine ,_ecdba []float64 ,_adbaa ,_fdgac float64 )[]*textLine {_edec :=[]*textLine {};for _ ,_eaecb :=range _cfbd {if _eaecb ._eeage >=_adbaa {if _fdgac !=-1&&_eaecb ._eeage < _fdgac {if _eaecb .text ()!=_deea .text (){if _aa .Round (_eaecb .Llx )< _aa .Round (_deea .Llx ){break ; +};_edec =append (_edec ,_eaecb );};}else if _fdgac ==-1{if _eaecb ._eeage ==_deea ._eeage {if _eaecb .text ()!=_deea .text (){_edec =append (_edec ,_eaecb );};continue ;};_abfd :=_caag (_deea ,_cfbd ,_ecdba );if _abfd !=-1&&_eaecb ._eeage <=_abfd {_edec =append (_edec ,_eaecb ); +};};};};return _edec ;};type subpath struct{_egdag []_ed .Point ;_ecefb bool ;};type structElement struct{_gffd string ;_ccbf []structElement ;_bagd int64 ;_ecgce _cb .PdfObject ;};func (_ageaf *wordBag )text ()string {_acgb :=_ageaf .allWords ();_bdef :=make ([]string ,len (_acgb )); +for _agcdd ,_cbdedg :=range _acgb {_bdef [_agcdd ]=_cbdedg ._dfaee ;};return _gb .Join (_bdef ,"\u0020");};func _dcca (_agcda []*textLine ){_bd .Slice (_agcda ,func (_cbfce ,_aface int )bool {_cdad ,_bgddb :=_agcda [_cbfce ],_agcda [_aface ];return _cdad ._eeage < _bgddb ._eeage ; +});}; + +// String returns a description of `t`. +func (_ddeaf *textTable )String ()string {return _deg .Sprintf ("\u0025\u0064\u0020\u0078\u0020\u0025\u0064\u0020\u0025\u0074",_ddeaf ._ccfea ,_ddeaf ._gecff ,_ddeaf ._cgfe );};func (_ccee *imageExtractContext )extractInlineImage (_beb *_gf .ContentStreamInlineImage ,_bfbd _gf .GraphicsState ,_gfd *_bf .PdfPageResources )error {_bcb ,_fdd :=_beb .ToImage (_gfd ); +if _fdd !=nil {return _fdd ;};_adg ,_fdd :=_beb .GetColorSpace (_gfd );if _fdd !=nil {return _fdd ;};if _adg ==nil {_adg =_bf .NewPdfColorspaceDeviceGray ();};_acd ,_fdd :=_adg .ImageToRGB (*_bcb );if _fdd !=nil {return _fdd ;};_cdg :=ImageMark {Image :&_acd ,Width :_bfbd .CTM .ScalingFactorX (),Height :_bfbd .CTM .ScalingFactorY (),Angle :_bfbd .CTM .Angle ()}; +_cdg .X ,_cdg .Y =_bfbd .CTM .Translation ();_ccee ._gcgg =append (_ccee ._gcgg ,_cdg );_ccee ._cdc ++;return nil ;};func _dcbe (_fgdf _bf .PdfRectangle ,_cgbfd ,_dfba ,_bbdc ,_ecadg *ruling )gridTile {_ggfce :=_fgdf .Llx ;_fgadf :=_fgdf .Urx ;_afcc :=_fgdf .Lly ; +_beada :=_fgdf .Ury ;return gridTile {PdfRectangle :_fgdf ,_cbegc :_cgbfd !=nil &&_cgbfd .encloses (_afcc ,_beada ),_eeba :_dfba !=nil &&_dfba .encloses (_afcc ,_beada ),_ffdg :_bbdc !=nil &&_bbdc .encloses (_ggfce ,_fgadf ),_egfbb :_ecadg !=nil &&_ecadg .encloses (_ggfce ,_fgadf )}; +};func (_agd *Extractor )extractPageText (_egaf string ,_afff *_bf .PdfPageResources ,_gecg _ed .Matrix ,_cagd int ,_gaga bool )(*PageText ,int ,int ,error ){_d .Log .Trace ("\u0065x\u0074\u0072\u0061\u0063t\u0050\u0061\u0067\u0065\u0054e\u0078t\u003a \u006c\u0065\u0076\u0065\u006c\u003d\u0025d",_cagd ); +_eaec :=&PageText {_cffb :_agd ._gca ,_fabb :_agd ._geb ,_dadc :_agd ._dbg };_edabe :=_fbbd (_agd ._gca );var _bgde stateStack ;_cdb :=_cbfcf (_agd ,_afff ,_gf .GraphicsState {},&_edabe ,&_bgde );_bgce :=shapesState {_gcfb :_gecg ,_daac :_ed .IdentityMatrix (),_ebaf :_cdb }; +var _fbe bool ;_cdeg :=-1;_gbbb :="";if _cagd > _abgf {_gbg :=_bfb .New ("\u0066\u006f\u0072\u006d s\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077");_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0065\u0078\u0074\u0072\u0061\u0063\u0074\u0050\u0061\u0067\u0065\u0054\u0065\u0078\u0074\u002e\u0020\u0072\u0065\u0063u\u0072\u0073\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u003d\u0025\u0064 \u0065r\u0072\u003d\u0025\u0076",_cagd ,_gbg ); +return _eaec ,_edabe ._egcg ,_edabe ._acec ,_gbg ;};_bffa :=_gf .NewContentStreamParser (_egaf );_eef ,_dafe :=_bffa .Parse ();if _dafe !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020e\u0078\u0074\u0072a\u0063\u0074\u0050\u0061g\u0065\u0054\u0065\u0078\u0074\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dafe ); +return _eaec ,_edabe ._egcg ,_edabe ._acec ,_dafe ;};_eaec ._ffab =_eef ;_afbc :=_gf .NewContentStreamProcessor (*_eef );_afbc .AddHandler (_gf .HandlerConditionEnumAllOperands ,"",func (_cadd *_gf .ContentStreamOperation ,_ecag _gf .GraphicsState ,_dfgg *_bf .PdfPageResources )error {_gdb :=_cadd .Operand ; +if _bbbae {_d .Log .Info ("\u0026&\u0026\u0020\u006f\u0070\u003d\u0025s",_cadd );};switch _gdb {case "\u0071":if _efcb {_d .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_bgce ._daac );};_bgde .push (&_edabe );case "\u0051":if !_bgde .empty (){_edabe =*_bgde .pop (); +};_bgce ._daac =_ecag .CTM ;if _efcb {_d .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_bgce ._daac );};case "\u0042\u0044\u0043":_ecbc ,_gafc :=_cb .GetDict (_cadd .Params [1]);if !_gafc {_d .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0042D\u0043\u0020\u006f\u0070\u003d\u0025\u0073 \u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_cadd ); +return _dafe ;};_dgce :=_ecbc .Get ("\u004d\u0043\u0049\u0044");if _dgce !=nil {_eaca ,_afc :=_cb .GetIntVal (_dgce );if !_afc {_d .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0044C\u0020\u006f\u0070=\u0025\u0073\u002e\u0020\u0042\u0061\u0064\u0020\u006eum\u0065\u0072\u0069c\u0061\u006c \u006f\u0062\u006a\u0065\u0063\u0074.\u0020\u006f=\u0025\u0073",_cadd ,_dgce ); +};_cdeg =_eaca ;}else {_cdeg =-1;};_fbc :=_ecbc .Get ("\u0041\u0063\u0074\u0075\u0061\u006c\u0054\u0065\u0078\u0074");if _fbc !=nil {_gbbb =_fbc .String ();};case "\u0045\u004d\u0043":_cdeg =-1;_gbbb ="";case "\u0042\u0054":if _fbe {_d .Log .Debug ("\u0042\u0054\u0020\u0063\u0061\u006c\u006c\u0065\u0064\u0020\u0077\u0068\u0069\u006c\u0065 \u0069n\u0020\u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_eaec ._afbb =append (_eaec ._afbb ,_cdb ._ebfd ...);};_fbe =true ;_gbe :=_ecag ;if _gaga {_gbe =_gf .GraphicsState {};_gbe .CTM =_bgce ._daac ;};_gbe .CTM =_gecg .Mult (_gbe .CTM );_cdb =_cbfcf (_agd ,_dfgg ,_gbe ,&_edabe ,&_bgde );_bgce ._ebaf =_cdb ; +case "\u0045\u0054":if !_fbe {_d .Log .Debug ("\u0045\u0054\u0020ca\u006c\u006c\u0065\u0064\u0020\u006f\u0075\u0074\u0073i\u0064e\u0020o\u0066 \u0061\u0020\u0074\u0065\u0078\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_fbe =false ;_eaec ._afbb =append (_eaec ._afbb ,_cdb ._ebfd ...); +_cdb .reset ();case "\u0054\u002a":_cdb .nextLine ();case "\u0054\u0064":if _abda ,_fdg :=_cdb .checkOp (_cadd ,2,true );!_abda {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fdg );return _fdg ;};_cbde ,_bbc ,_gfcab :=_bdgce (_cadd .Params ); +if _gfcab !=nil {return _gfcab ;};_cdb .moveText (_cbde ,_bbc );case "\u0054\u0044":if _bece ,_efc :=_cdb .checkOp (_cadd ,2,true );!_bece {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_efc );return _efc ; +};_caca ,_baeg ,_ecc :=_bdgce (_cadd .Params );if _ecc !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ecc );return _ecc ;};_cdb .moveTextSetLeading (_caca ,_baeg );case "\u0054\u006a":if _cgab ,_ebba :=_cdb .checkOp (_cadd ,1,true ); +!_cgab {_d .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0054\u006a\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d%\u0076",_cadd ,_ebba );return _ebba ;};_afba :=_cb .TraceToDirectObject (_cadd .Params [0]);_gecd ,_ecaa :=_cb .GetStringBytes (_afba ); +if !_ecaa {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020T\u006a\u0020o\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074S\u0074\u0072\u0069\u006e\u0067\u0042\u0079\u0074\u0065\u0073\u0020\u0066a\u0069\u006c\u0065\u0064",_cadd );return _cb .ErrTypeError ; +};return _cdb .showText (_afba ,_gecd ,_cdeg ,_gbbb );case "\u0054\u004a":if _daff ,_fbed :=_cdb .checkOp (_cadd ,1,true );!_daff {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fbed );return _fbed ; +};_cda ,_faga :=_cb .GetArray (_cadd .Params [0]);if !_faga {_d .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_cadd ); +return _dafe ;};return _cdb .showTextAdjusted (_cda ,_cdeg ,_gbbb );case "\u0027":if _bccc ,_ece :=_cdb .checkOp (_cadd ,1,true );!_bccc {_d .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0027\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ece );return _ece ; +};_ebe :=_cb .TraceToDirectObject (_cadd .Params [0]);_gfbf ,_aeg :=_cb .GetStringBytes (_ebe );if !_aeg {_d .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020'\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_cadd ); +return _cb .ErrTypeError ;};_cdb .nextLine ();return _cdb .showText (_ebe ,_gfbf ,_cdeg ,_gbbb );case "\u0022":if _eed ,_ddeb :=_cdb .checkOp (_cadd ,3,true );!_eed {_d .Log .Debug ("\u0045R\u0052O\u0052\u003a\u0020\u0022\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ddeb ); +return _ddeb ;};_cbfc ,_eebba ,_cdaa :=_bdgce (_cadd .Params [:2]);if _cdaa !=nil {return _cdaa ;};_fcf :=_cb .TraceToDirectObject (_cadd .Params [2]);_fbfe ,_ggc :=_cb .GetStringBytes (_fcf );if !_ggc {_d .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020\"\u0020\u006f\u0070\u003d%s \u0047et\u0053\u0074\u0072\u0069\u006e\u0067\u0042yt\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064",_cadd ); +return _cb .ErrTypeError ;};_cdb .setCharSpacing (_cbfc );_cdb .setWordSpacing (_eebba );_cdb .nextLine ();return _cdb .showText (_fcf ,_fbfe ,_cdeg ,_gbbb );case "\u0054\u004c":_age ,_bead :=_gbac (_cadd );if _bead !=nil {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u004c\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bead ); +return _bead ;};_cdb .setTextLeading (_age );case "\u0054\u0063":_gfcf ,_abgd :=_gbac (_cadd );if _abgd !=nil {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0063\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_abgd );return _abgd ;};_cdb .setCharSpacing (_gfcf ); +case "\u0054\u0066":if _ccecf ,_ccecd :=_cdb .checkOp (_cadd ,2,true );!_ccecf {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0066\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ccecd );return _ccecd ;};_agec ,_daee :=_cb .GetNameVal (_cadd .Params [0]); +if !_daee {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_cadd );return _cb .ErrTypeError ;};_fddb ,_dafc :=_cb .GetNumberAsFloat (_cadd .Params [1]); +if !_daee {_d .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u0046\u006c\u006f\u0061\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065d\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_cadd ,_dafc ); +return _dafc ;};_dafc =_cdb .setFont (_agec ,_fddb );_cdb ._agba =_bfb .Is (_dafc ,_cb .ErrNotSupported );if _dafc !=nil &&!_cdb ._agba {return _dafc ;};case "\u0054\u006d":if _fbb ,_egd :=_cdb .checkOp (_cadd ,6,true );!_fbb {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u006d\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_egd ); +return _egd ;};_bdbf ,_efdag :=_cb .GetNumbersAsFloat (_cadd .Params );if _efdag !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_efdag );return _efdag ;};_cdb .setTextMatrix (_bdbf );case "\u0054\u0072":if _ggg ,_acf :=_cdb .checkOp (_cadd ,1,true ); +!_ggg {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0072\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_acf );return _acf ;};_bfaf ,_dfa :=_cb .GetIntVal (_cadd .Params [0]);if !_dfa {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0072\u0020\u006f\u0070\u003d\u0025\u0073 \u0047e\u0074\u0049\u006e\u0074\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_cadd ); +return _cb .ErrTypeError ;};_cdb .setTextRenderMode (_bfaf );case "\u0054\u0073":if _aceb ,_ceag :=_cdb .checkOp (_cadd ,1,true );!_aceb {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a \u0054\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ceag );return _ceag ; +};_ecad ,_faff :=_cb .GetNumberAsFloat (_cadd .Params [0]);if _faff !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_faff );return _faff ;};_cdb .setTextRise (_ecad );case "\u0054\u0077":if _ccfe ,_gcb :=_cdb .checkOp (_cadd ,1,true ); +!_ccfe {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gcb );return _gcb ;};_eacb ,_ggff :=_cb .GetNumberAsFloat (_cadd .Params [0]);if _ggff !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ggff ); +return _ggff ;};_cdb .setWordSpacing (_eacb );case "\u0054\u007a":if _caee ,_dddb :=_cdb .checkOp (_cadd ,1,true );!_caee {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dddb );return _dddb ;};_cggg ,_gfgga :=_cb .GetNumberAsFloat (_cadd .Params [0]); +if _gfgga !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gfgga );return _gfgga ;};_cdb .setHorizScaling (_cggg );case "\u0063\u006d":if !_gaga {_bgce ._daac =_ecag .CTM ;};if _bgce ._daac .Singular (){_agfd :=_ed .IdentityMatrix ().Translate (_bgce ._daac .Translation ()); +_d .Log .Debug ("S\u0069n\u0067\u0075\u006c\u0061\u0072\u0020\u0063\u0074m\u003d\u0025\u0073\u2192%s",_bgce ._daac ,_agfd );_bgce ._daac =_agfd ;};if _efcb {_d .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_bgce ._daac );};case "\u006d":if len (_cadd .Params )!=2{_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_be ); +return nil ;};_cfe ,_gbd :=_cb .GetNumbersAsFloat (_cadd .Params );if _gbd !=nil {return _gbd ;};_bgce .moveTo (_cfe [0],_cfe [1]);case "\u006c":if len (_cadd .Params )!=2{_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0076\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_be ); +return nil ;};_fcg ,_gdeb :=_cb .GetNumbersAsFloat (_cadd .Params );if _gdeb !=nil {return _gdeb ;};_bgce .lineTo (_fcg [0],_fcg [1]);case "\u0063":if len (_cadd .Params )!=6{return _be ;};_fea ,_cada :=_cb .GetNumbersAsFloat (_cadd .Params );if _cada !=nil {return _cada ; +};_d .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_fea );_bgce .cubicTo (_fea [0],_fea [1],_fea [2],_fea [3],_fea [4],_fea [5]);case "\u0076","\u0079":if len (_cadd .Params )!=4{return _be ; +};_ebdd ,_acdb :=_cb .GetNumbersAsFloat (_cadd .Params );if _acdb !=nil {return _acdb ;};_d .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020b\u0065\u007a\u0069\u0065\u0072 \u0070a\u0072a\u006d\u0073\u003a\u0020\u0025\u002e\u0032f",_ebdd );_bgce .quadraticTo (_ebdd [0],_ebdd [1],_ebdd [2],_ebdd [3]); +case "\u0068":_bgce .closePath ();case "\u0072\u0065":if len (_cadd .Params )!=4{return _be ;};_egbd ,_defa :=_cb .GetNumbersAsFloat (_cadd .Params );if _defa !=nil {return _defa ;};_bgce .drawRectangle (_egbd [0],_egbd [1],_egbd [2],_egbd [3]);_bgce .closePath (); +case "\u0053":_bgce .stroke (&_eaec ._edag );_bgce .clearPath ();case "\u0073":_bgce .closePath ();_bgce .stroke (&_eaec ._edag );_bgce .clearPath ();case "\u0046":_bgce .fill (&_eaec ._dffe );_bgce .clearPath ();case "\u0066","\u0066\u002a":_bgce .closePath (); +_bgce .fill (&_eaec ._dffe );_bgce .clearPath ();case "\u0042","\u0042\u002a":_bgce .fill (&_eaec ._dffe );_bgce .stroke (&_eaec ._edag );_bgce .clearPath ();case "\u0062","\u0062\u002a":_bgce .closePath ();_bgce .fill (&_eaec ._dffe );_bgce .stroke (&_eaec ._edag ); +_bgce .clearPath ();case "\u006e":_bgce .clearPath ();case "\u0044\u006f":if len (_cadd .Params )==0{_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0058\u004fbj\u0065c\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0070\u0065\u0072\u0061n\u0064\u0020\u0066\u006f\u0072\u0020\u0044\u006f\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072.\u0020\u0047\u006f\u0074\u0020\u0025\u002b\u0076\u002e",_cadd .Params ); +return _cb .ErrRangeError ;};_bgff ,_gfcda :=_cb .GetName (_cadd .Params [0]);if !_gfcda {_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0044\u006f\u0020\u006f\u0070e\u0072a\u0074\u006f\u0072\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006fp\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u002b\u0076\u002e",_cadd .Params [0]); +return _cb .ErrTypeError ;};_ ,_acg :=_dfgg .GetXObjectByName (*_bgff );if _acg !=_bf .XObjectTypeForm {break ;};_feab ,_gfcda :=_agd ._bac [_bgff .String ()];if !_gfcda {_bgdd ,_dgcd :=_dfgg .GetXObjectFormByName (*_bgff );if _dgcd !=nil {_d .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgcd ); +return _dgcd ;};_gdbg ,_dgcd :=_bgdd .GetContentStream ();if _dgcd !=nil {_d .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgcd );return _dgcd ;};_eagc :=_bgdd .Resources ;if _eagc ==nil {_eagc =_dfgg ;};_fgfg :=_ecag .CTM ;if _aee ,_agcd :=_cb .GetArray (_bgdd .Matrix ); +_agcd {_dfad ,_egda :=_aee .GetAsFloat64Slice ();if _egda !=nil {return _egda ;};if len (_dfad )!=6{return _be ;};_cbe :=_ed .NewMatrix (_dfad [0],_dfad [1],_dfad [2],_dfad [3],_dfad [4],_dfad [5]);_fgfg =_ecag .CTM .Mult (_cbe );};_eea ,_ecce ,_ddac ,_dgcd :=_agd .extractPageText (string (_gdbg ),_eagc ,_gecg .Mult (_fgfg ),_cagd +1,false ); +if _dgcd !=nil {_d .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgcd );return _dgcd ;};_feab =textResult {*_eea ,_ecce ,_ddac };_agd ._bac [_bgff .String ()]=_feab ;};_bgce ._daac =_ecag .CTM ;if _efcb {_d .Log .Info ("\u0063\u0074\u006d\u003d\u0025\u0073",_bgce ._daac ); +};_eaec ._afbb =append (_eaec ._afbb ,_feab ._ecef ._afbb ...);_eaec ._edag =append (_eaec ._edag ,_feab ._ecef ._edag ...);_eaec ._dffe =append (_eaec ._dffe ,_feab ._ecef ._dffe ...);_edabe ._egcg +=_feab ._abce ;_edabe ._acec +=_feab ._cec ;case "\u0072\u0067","\u0067","\u006b","\u0063\u0073","\u0073\u0063","\u0073\u0063\u006e":_cdb ._cbge .ColorspaceNonStroking =_ecag .ColorspaceNonStroking ; +_cdb ._cbge .ColorNonStroking =_ecag .ColorNonStroking ;case "\u0052\u0047","\u0047","\u004b","\u0043\u0053","\u0053\u0043","\u0053\u0043\u004e":_cdb ._cbge .ColorspaceStroking =_ecag .ColorspaceStroking ;_cdb ._cbge .ColorStroking =_ecag .ColorStroking ; +};return nil ;});_dafe =_afbc .Process (_afff );if _agd ._aag !=nil &&_agd ._aag .IncludeAnnotations &&!_gaga {for _ ,_bfbe :=range _agd ._gec {_egdf ,_ebbe :=_cb .GetDict (_bfbe .AP );if !_ebbe {continue ;};_effb ,_ebbe :=_egdf .Get ("\u004e").(*_cb .PdfObjectStream ); +if !_ebbe {continue ;};_egdc ,_abe :=_cb .DecodeStream (_effb );if _abe !=nil {_d .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u006f\u006e\u0020\u0064\u0065c\u006f\u0064\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_abe );continue ; +};_abed :=_effb .PdfObjectDictionary .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_gbga ,_abe :=_bf .NewPdfPageResourcesFromDict (_abed .(*_cb .PdfObjectDictionary ));if _abe !=nil {_d .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0076",_abe ); +continue ;};_agbg :=_ed .IdentityMatrix ();_gafe ,_ebbe :=_effb .PdfObjectDictionary .Get ("\u004d\u0061\u0074\u0072\u0069\u0078").(*_cb .PdfObjectArray );if _ebbe {_debf ,_gbcg :=_gafe .GetAsFloat64Slice ();if _gbcg !=nil {_d .Log .Debug ("\u0045\u0072\u0072or\u0020\u006f\u006e\u0020\u0067\u0065\u0074\u0074\u0069n\u0067 \u0066l\u006fa\u0074\u0036\u0034\u0020\u0073\u006c\u0069\u0063\u0065\u003a\u0020\u0025\u0076",_gbcg ); +continue ;};if len (_debf )!=6{_d .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006d\u0061\u0074\u0072\u0069\u0078\u0020\u0073\u006ci\u0063\u0065\u0020l\u0065n\u0067\u0074\u0068");continue ;};_agbg =_ed .NewMatrix (_debf [0],_debf [1],_debf [2],_debf [3],_debf [4],_debf [5]); +};_edd ,_ebbe :=_agd ._eda [_effb .String ()];if !_ebbe {_adde ,_fcdbb ,_caae ,_fff :=_agd .extractPageText (string (_egdc ),_gbga ,_agbg ,_cagd +1,true );if _fff !=nil {_d .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0065x\u0074\u0072a\u0063\u0074\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0065\u0078\u0074s\u003a\u0020\u0025\u0076",_fff ); +continue ;};_edd =textResult {*_adde ,_fcdbb ,_caae };_agd ._eda [_effb .String ()]=_edd ;};_eaec ._afbb =append (_eaec ._afbb ,_edd ._ecef ._afbb ...);_eaec ._edag =append (_eaec ._edag ,_edd ._ecef ._edag ...);_eaec ._dffe =append (_eaec ._dffe ,_edd ._ecef ._dffe ...); +_edabe ._egcg +=_edd ._abce ;_edabe ._acec +=_edd ._cec ;};};return _eaec ,_edabe ._egcg ,_edabe ._acec ,_dafe ;};func _facae (_effe ,_agff bounded )float64 {_ggbe :=_agcb (_effe ,_agff );if !_bgfbd (_ggbe ){return _ggbe ;};return _cedg (_effe ,_agff ); +};func (_feddb *wordBag )arrangeText (_aaab bool )*textPara {_feddb .sort ();if _ggge {_feddb .removeDuplicates ();};var _dffca []*textLine ;for _ ,_abedg :=range _feddb .depthIndexes (){for !_feddb .empty (_abedg ){_dffad :=_feddb .firstReadingIndex (_abedg ); +_dedd :=_feddb .firstWord (_dffad );_ddgga :=_bfbded (_feddb ,_dffad );_eecg :=_dedd ._gbaff ;if _eecg < _aade {_eecg =_aade ;};_dggg :=_dedd ._afefd -_bdfd *_eecg ;_bbafg :=_dedd ._afefd +_bdfd *_eecg ;_adbb :=_cfcf *_eecg ;_dbfgg :=_fdedb *_eecg ;_ceed :for {var _ebcc *textWord ; +_afbaa :=0;for _ ,_ggbeg :=range _feddb .depthBand (_dggg ,_bbafg ){_bfbgg :=_feddb .highestWord (_ggbeg ,_dggg ,_bbafg );if _bfbgg ==nil {continue ;};_bdfb :=_febe (_bfbgg ,_ddgga ._bbfda [len (_ddgga ._bbfda )-1]);if _bdfb < -_dbfgg {break _ceed ;};if !_aaab &&_bdfb > _adbb {continue ; +};if _ebcc !=nil &&_cedg (_bfbgg ,_ebcc )>=0{continue ;};_ebcc =_bfbgg ;_afbaa =_ggbeg ;};if _ebcc ==nil {break ;};_ddgga .pullWord (_feddb ,_ebcc ,_afbaa );};_ddgga .markWordBoundaries ();_dffca =append (_dffca ,_ddgga );};};if len (_dffca )==0{return nil ; +};_bd .Slice (_dffca ,func (_bgef ,_ffef int )bool {return _facae (_dffca [_bgef ],_dffca [_ffef ])< 0});_acegb :=_bada (_feddb .PdfRectangle ,_dffca );if _ceff {_d .Log .Info ("\u0061\u0072\u0072an\u0067\u0065\u0054\u0065\u0078\u0074\u0020\u0021\u0021\u0021\u0020\u0070\u0061\u0072\u0061\u003d\u0025\u0073",_acegb .String ()); +if _bfed {for _dgbe ,_caeea :=range _acegb ._efff {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dgbe ,_caeea .String ());if _daffg {for _dedba ,_fcaab :=range _caeea ._bbfda {_deg .Printf ("\u0025\u0038\u0064\u003a\u0020\u0025\u0073\u000a",_dedba ,_fcaab .String ()); +for _cabg ,_abfac :=range _fcaab ._bdaeb {_deg .Printf ("\u00251\u0032\u0064\u003a\u0020\u0025\u0073\n",_cabg ,_abfac .String ());};};};};};};return _acegb ;};type textState struct{_dbad float64 ;_bfec float64 ;_fge float64 ;_abf float64 ;_bbb float64 ; +_deca RenderMode ;_cgbc float64 ;_bddc *_bf .PdfFont ;_cdef _bf .PdfRectangle ;_egcg int ;_acec int ;};func (_ddfd *textPara )writeCellText (_aeba _bc .Writer ){for _febbb ,_efdb :=range _ddfd ._efff {_ebca :=_efdb .text ();_cecea :=_bcbdc &&_efdb .endsInHyphen ()&&_febbb !=len (_ddfd ._efff )-1; +if _cecea {_ebca =_afde (_ebca );};_aeba .Write ([]byte (_ebca ));if !(_cecea ||_febbb ==len (_ddfd ._efff )-1){_aeba .Write ([]byte (_gdggf (_efdb ._eeage ,_ddfd ._efff [_febbb +1]._eeage )));};};}; + +// PageImages represents extracted images on a PDF page with spatial information: +// display position and size. +type PageImages struct{Images []ImageMark ;};func (_cbdeb *wordBag )empty (_accg int )bool {_ ,_bcdag :=_cbdeb ._gecfd [_accg ];return !_bcdag }; + +// ExtractPageImages returns the image contents of the page extractor, including data +// and position, size information for each image. +// A set of options to control page image extraction can be passed in. The options +// parameter can be nil for the default options. By default, inline stencil masks +// are not extracted. +func (_gbc *Extractor )ExtractPageImages (options *ImageExtractOptions )(*PageImages ,error ){_gcg :=&imageExtractContext {_fgg :options };_ggf :=_gcg .extractContentStreamImages (_gbc ._gbb ,_gbc ._ac );if _ggf !=nil {return nil ,_ggf ;};return &PageImages {Images :_gcg ._gcgg },nil ; +};func (_aeda *stateStack )push (_fdga *textState ){_fedg :=*_fdga ;*_aeda =append (*_aeda ,&_fedg )}; + +// String returns a description of `k`. +func (_dggbf markKind )String ()string {_agbge ,_caddd :=_cacgbc [_dggbf ];if !_caddd {return _deg .Sprintf ("\u004e\u006f\u0074\u0020\u0061\u0020\u006d\u0061\u0072k\u003a\u0020\u0025\u0064",_dggbf );};return _agbge ;};func _deaf (_eeaf _bf .PdfRectangle )rulingKind {_bfdd :=_eeaf .Width (); +_cdfdd :=_eeaf .Height ();if _bfdd > _cdfdd {if _bfdd >=_fdccd {return _faec ;};}else {if _cdfdd >=_fdccd {return _acegd ;};};return _acdg ;};func (_ecd *PageFonts )extractPageResourcesToFont (_efe *_bf .PdfPageResources )error {if _efe .Font ==nil {return _bfb .New (_gff ); +};_bdbe ,_dbb :=_cb .GetDict (_efe .Font );if !_dbb {return _bfb .New (_ee );};for _ ,_feb :=range _bdbe .Keys (){var (_ded =true ;_da []byte ;_degec string ;);_gda ,_fee :=_efe .GetFontByName (_feb );if !_fee {return _bfb .New (_eac );};_fab ,_ebf :=_bf .NewPdfFontFromPdfObject (_gda ); +if _ebf !=nil {return _ebf ;};_eee :=_fab .FontDescriptor ();_bbd :=_fab .FontDescriptor ().FontName .String ();_ead :=_fab .Subtype ();if _bda (_ecd .Fonts ,_bbd ){continue ;};if len (_fab .ToUnicode ())==0{_ded =false ;};if _eee .FontFile !=nil {if _beg ,_cbg :=_cb .GetStream (_eee .FontFile ); +_cbg {_da ,_ebf =_cb .DecodeStream (_beg );if _ebf !=nil {return _ebf ;};_degec =_bbd +"\u002e\u0070\u0066\u0062";};}else if _eee .FontFile2 !=nil {if _bgc ,_gaeg :=_cb .GetStream (_eee .FontFile2 );_gaeg {_da ,_ebf =_cb .DecodeStream (_bgc );if _ebf !=nil {return _ebf ; +};_degec =_bbd +"\u002e\u0074\u0074\u0066";};}else if _eee .FontFile3 !=nil {if _fbg ,_ccg :=_cb .GetStream (_eee .FontFile3 );_ccg {_da ,_ebf =_cb .DecodeStream (_fbg );if _ebf !=nil {return _ebf ;};_degec =_bbd +"\u002e\u0063\u0066\u0066";};};if len (_degec )< 1{_d .Log .Debug (_eb ); +};_fgc :=Font {FontName :_bbd ,PdfFont :_fab ,IsCID :_fab .IsCID (),IsSimple :_fab .IsSimple (),ToUnicode :_ded ,FontType :_ead ,FontData :_da ,FontFileName :_degec ,FontDescriptor :_eee };_ecd .Fonts =append (_ecd .Fonts ,_fgc );};return nil ;};func (_dcgg *shapesState )clearPath (){_dcgg ._eccd =nil ; +_dcgg ._cfff =false ;if _efcb {_d .Log .Info ("\u0043\u004c\u0045A\u0052\u003a\u0020\u0073\u0073\u003d\u0025\u0073",_dcgg );};};func _gceaba (_efbab _bf .PdfColorspace ,_abbga _bf .PdfColor )_bcc .Color {if _efbab ==nil ||_abbga ==nil {return _bcc .Black ; +};_ceba ,_bfgdb :=_efbab .ColorToRGB (_abbga );if _bfgdb !=nil {_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006fu\u006c\u0064\u0020no\u0074\u0020\u0063\u006f\u006e\u0076e\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0025\u0076\u0020\u0028\u0025\u0076)\u0020\u0074\u006f\u0020\u0052\u0047\u0042\u003a \u0025\u0073",_abbga ,_efbab ,_bfgdb ); +return _bcc .Black ;};_adcg ,_adeaeb :=_ceba .(*_bf .PdfColorDeviceRGB );if !_adeaeb {_d .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065\u0064 \u0063\u006f\u006c\u006f\u0072\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0052\u0047\u0042\u0020\u0063\u006flo\u0072\u0073\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0076",_ceba ); +return _bcc .Black ;};return _bcc .NRGBA {R :uint8 (_adcg .R ()*255),G :uint8 (_adcg .G ()*255),B :uint8 (_adcg .B ()*255),A :uint8 (255)};};func _fbdc (_gfag float64 )float64 {return _eadea *_aa .Round (_gfag /_eadea )};func _bfgcb (_cggcc []*textWord ,_feee int )[]*textWord {_cdadd :=len (_cggcc ); +copy (_cggcc [_feee :],_cggcc [_feee +1:]);return _cggcc [:_cdadd -1];};const (_fafbe =false ;_befg =false ;_bbbae =false ;_gegb =false ;_efcb =false ;_gecgff =false ;_dgad =false ;_egbc =false ;_ceff =false ;_bfed =_ceff &&true ;_daffg =_bfed &&false ; +_ebfga =_ceff &&true ;_cdgfc =false ;_caff =_cdgfc &&false ;_becd =_cdgfc &&true ;_cfef =false ;_cabe =_cfef &&false ;_fafe =_cfef &&false ;_bcde =_cfef &&true ;_bfdca =_cfef &&false ;_fabe =_cfef &&false ;);func _eaed (_deed []*wordBag )[]*wordBag {if len (_deed )<=1{return _deed ; +};if _ceff {_d .Log .Info ("\u006d\u0065\u0072\u0067\u0065\u0057\u006f\u0072\u0064B\u0061\u0067\u0073\u003a");};_bd .Slice (_deed ,func (_eced ,_fccg int )bool {_dbfe ,_cbgf :=_deed [_eced ],_deed [_fccg ];_aagg :=_dbfe .Width ()*_dbfe .Height ();_baff :=_cbgf .Width ()*_cbgf .Height (); +if _aagg !=_baff {return _aagg > _baff ;};if _dbfe .Height ()!=_cbgf .Height (){return _dbfe .Height ()> _cbgf .Height ();};return _eced < _fccg ;});var _ddgg []*wordBag ;_cgdab :=make (intSet );for _dabe :=0;_dabe < len (_deed );_dabe ++{if _cgdab .has (_dabe ){continue ; +};_feff :=_deed [_dabe ];for _faca :=_dabe +1;_faca < len (_deed );_faca ++{if _cgdab .has (_dabe ){continue ;};_gged :=_deed [_faca ];_gefe :=_feff .PdfRectangle ;_gefe .Llx -=_feff ._bcf ;if _bdcge (_gefe ,_gged .PdfRectangle ){_feff .absorb (_gged ); +_cgdab .add (_faca );};};_ddgg =append (_ddgg ,_feff );};if len (_deed )!=len (_ddgg )+len (_cgdab ){_d .Log .Error ("\u006d\u0065\u0072ge\u0057\u006f\u0072\u0064\u0042\u0061\u0067\u0073\u003a \u0025d\u2192%\u0064 \u0061\u0062\u0073\u006f\u0072\u0062\u0065\u0064\u003d\u0025\u0064",len (_deed ),len (_ddgg ),len (_cgdab )); +};return _ddgg ;};func (_eaeaf *ruling )alignsPrimary (_faag *ruling )bool {return _eaeaf ._daea ==_faag ._daea &&_aa .Abs (_eaeaf ._gdge -_faag ._gdge )< _gece *0.5;};func (_dgbcb *textTable )bbox ()_bf .PdfRectangle {return _dgbcb .PdfRectangle };var _fbeee string ="\u0028\u003f\u0069\u0029\u005e\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028?\u003a\u0044\u007cM\u0029\u007c\u0044\u003f\u0043{\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028\u003f\u003a\u004c\u007c\u0043\u0029\u007cL\u003f\u0058\u007b\u0030\u002c\u0033}\u0029\u0028\u0049\u0028\u003f\u003a\u0056\u007c\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u005c\u0029\u007c\u005c\u002e\u0029\u007c\u005e\u005c\u0028\u0028\u004d\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0043\u0028\u003f\u003aD\u007cM\u0029\u007c\u0044\u003f\u0043\u007b\u0030\u002c\u0033\u007d\u0029\u0028\u0058\u0028?\u003a\u004c\u007c\u0043\u0029\u007c\u004c?\u0058\u007b0\u002c\u0033\u007d\u0029(\u0049\u0028\u003f\u003a\u0056|\u0058\u0029\u007c\u0056\u003f\u0049\u007b\u0030\u002c\u0033\u007d\u0029\u005c\u0029"; +func (_dccf rulingList )aligned ()bool {if len (_dccf )< 2{return false ;};_ffdff :=make (map[*ruling ]int );_ffdff [_dccf [0]]=0;for _ ,_gaffe :=range _dccf [1:]{_ebce :=false ;for _aefd :=range _ffdff {if _gaffe .gridIntersecting (_aefd ){_ffdff [_aefd ]++; +_ebce =true ;break ;};};if !_ebce {_ffdff [_gaffe ]=0;};};_efbgc :=0;for _ ,_fcgeg :=range _ffdff {if _fcgeg ==0{_efbgc ++;};};_gbfca :=float64 (_efbgc )/float64 (len (_dccf ));_afbef :=_gbfca <=1.0-_defaa ;if _cfef {_d .Log .Info ("\u0061\u006c\u0069\u0067\u006e\u0065\u0064\u003d\u0025\u0074\u0020\u0075\u006em\u0061\u0074\u0063\u0068\u0065\u0064=\u0025\u002e\u0032\u0066\u003d\u0025\u0064\u002f\u0025\u0064\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_afbef ,_gbfca ,_efbgc ,len (_dccf ),_dccf .String ()); +};return _afbef ;};func _bgfbd (_fdbd float64 )bool {return _aa .Abs (_fdbd )< _caeg };func (_daec *textObject )setCharSpacing (_dgbg float64 ){if _daec ==nil {return ;};_daec ._gdga ._dbad =_dgbg ;if _gecgff {_d .Log .Info ("\u0073\u0065t\u0043\u0068\u0061\u0072\u0053\u0070\u0061\u0063\u0069\u006e\u0067\u003a\u0020\u0025\u002e\u0032\u0066\u0020\u0073\u0074\u0061\u0074e=\u0025\u0073",_dgbg ,_daec ._gdga .String ()); +};};func _bada (_bfeac _bf .PdfRectangle ,_edce []*textLine )*textPara {return &textPara {PdfRectangle :_bfeac ,_efff :_edce };};const (_bcbdc =true ;_ggge =true ;_ebed =true ;_cgbfge =false ;_baae =false ;_ecede =6;_bge =3.0;_badc =200;_gegg =true ;_cafb =true ; +_gebf =true ;_bcbe =true ;_dcbf =false ;);func (_afdga rulingList )augmentGrid ()(rulingList ,rulingList ){_cdge ,_ggfc :=_afdga .vertsHorzs ();if len (_cdge )==0||len (_ggfc )==0{return _cdge ,_ggfc ;};_gcda ,_ccceg :=_cdge ,_ggfc ;_aagga :=_cdge .bbox (); +_fegf :=_ggfc .bbox ();if _cfef {_d .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0056\u003d\u0025\u0036\u002e\u0032\u0066",_aagga );_d .Log .Info ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0047\u0072\u0069\u0064\u003a\u0020b\u0062\u006f\u0078\u0048\u003d\u0025\u0036\u002e\u0032\u0066",_fegf ); +};var _dabf ,_abagd ,_egefc ,_dcde *ruling ;if _fegf .Llx < _aagga .Llx -_afa {_dabf =&ruling {_dfbf :_caeegd ,_daea :_acegd ,_gdge :_fegf .Llx ,_ggbc :_aagga .Lly ,_agbd :_aagga .Ury };_cdge =append (rulingList {_dabf },_cdge ...);};if _fegf .Urx > _aagga .Urx +_afa {_abagd =&ruling {_dfbf :_caeegd ,_daea :_acegd ,_gdge :_fegf .Urx ,_ggbc :_aagga .Lly ,_agbd :_aagga .Ury }; +_cdge =append (_cdge ,_abagd );};if _aagga .Lly < _fegf .Lly -_afa {_egefc =&ruling {_dfbf :_caeegd ,_daea :_faec ,_gdge :_aagga .Lly ,_ggbc :_fegf .Llx ,_agbd :_fegf .Urx };_ggfc =append (rulingList {_egefc },_ggfc ...);};if _aagga .Ury > _fegf .Ury +_afa {_dcde =&ruling {_dfbf :_caeegd ,_daea :_faec ,_gdge :_aagga .Ury ,_ggbc :_fegf .Llx ,_agbd :_fegf .Urx }; +_ggfc =append (_ggfc ,_dcde );};if len (_cdge )+len (_ggfc )==len (_afdga ){return _gcda ,_ccceg ;};_aadc :=append (_cdge ,_ggfc ...);_afdga .log ("u\u006e\u0061\u0075\u0067\u006d\u0065\u006e\u0074\u0065\u0064");_aadc .log ("\u0061u\u0067\u006d\u0065\u006e\u0074\u0065d"); +return _cdge ,_ggfc ;};func (_dfdf paraList )findGridTables (_daaf []gridTiling )[]*textTable {if _cdgfc {_d .Log .Info ("\u0066i\u006e\u0064\u0047\u0072\u0069\u0064\u0054\u0061\u0062\u006c\u0065s\u003a\u0020\u0025\u0064\u0020\u0070\u0061\u0072\u0061\u0073",len (_dfdf )); +for _bfee ,_ebeg :=range _dfdf {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bfee ,_ebeg );};};var _bfdcf []*textTable ;for _egdfc ,_fdgd :=range _daaf {_ecgb ,_aeaga :=_dfdf .findTableGrid (_fdgd );if _ecgb !=nil {_ecgb .log (_deg .Sprintf ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0057\u0069\u0074\u0068\u0047\u0072\u0069\u0064\u0073\u003a\u0020%\u0064",_egdfc )); +_bfdcf =append (_bfdcf ,_ecgb );_ecgb .markCells ();};for _gabgg :=range _aeaga {_gabgg ._edca =true ;};};if _cdgfc {_d .Log .Info ("\u0066i\u006e\u0064\u0047\u0072i\u0064\u0054\u0061\u0062\u006ce\u0073:\u0020%\u0064\u0020\u0074\u0061\u0062\u006c\u0065s",len (_bfdcf )); +};return _bfdcf ;};func (_eddf *shapesState )closePath (){if _eddf ._cfff {_eddf ._eccd =append (_eddf ._eccd ,_effg (_eddf ._acbeg ));_eddf ._cfff =false ;}else if len (_eddf ._eccd )==0{if _efcb {_d .Log .Debug ("\u0063\u006c\u006f\u0073eP\u0061\u0074\u0068\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u0020\u0070\u0061t\u0068"); +};_eddf ._cfff =false ;return ;};_eddf ._eccd [len (_eddf ._eccd )-1].close ();if _efcb {_d .Log .Info ("\u0063\u006c\u006f\u0073\u0065\u0050\u0061\u0074\u0068\u003a\u0020\u0025\u0073",_eddf );};};func (_ddfeb rulingList )connections (_aegg map[int ]intSet ,_ggab int )intSet {_ccgaa :=make (intSet ); +_bfgb :=make (intSet );var _aaef func (int );_aaef =func (_abcgf int ){if !_bfgb .has (_abcgf ){_bfgb .add (_abcgf );for _ggfeg :=range _ddfeb {if _aegg [_ggfeg ].has (_abcgf ){_ccgaa .add (_ggfeg );};};for _gfbda :=range _ddfeb {if _ccgaa .has (_gfbda ){_aaef (_gfbda ); +};};};};_aaef (_ggab );return _ccgaa ;};func _aaffd (_ggedf *textLine )bool {_gdcdf :=true ;_gecde :=-1;for _ ,_gaefe :=range _ggedf ._bbfda {for _ ,_ffga :=range _gaefe ._bdaeb {_ffcd :=_ffga ._ebfcb ;if _gecde ==-1{_gecde =_ffcd ;}else {if _gecde !=_ffcd {_gdcdf =false ; +break ;};};};};return _gdcdf ;}; + +// WriteToFile writes the edited content to `outputPath`. +func (_ddde *Editor )WriteToFile (outputPath string )error {_ccgc ,_efbf :=_ddde ._cef .ToWriter (nil );if _efbf !=nil {return _deg .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020c\u006f\u006e\u0076\u0065\u0072\u0074\u0020t\u006f\u0020\u0077\u0072\u0069\u0074\u0065\u0072\u0020\u0025\u0076",_efbf ); +};_ccgc .WriteToFile (outputPath );return nil ;};var _cfcc =_fc .MustCompile ("\u005e\u005c\u0073\u002a\u0028\u005c\u0064\u002b\u005c\u002e\u003f|\u005b\u0049\u0069\u0076\u005d\u002b\u0029\u005c\u0073\u002a\\\u0029\u003f\u0024");func (_ebebc paraList )findTableGrid (_agggff gridTiling )(*textTable ,map[*textPara ]struct{}){_aagdg :=len (_agggff ._cbeaa ); +_bbcc :=len (_agggff ._bede );_fcfc :=textTable {_cgfe :true ,_ccfea :_aagdg ,_gecff :_bbcc ,_agcf :make (map[uint64 ]*textPara ,_aagdg *_bbcc ),_ebcde :make (map[uint64 ]compositeCell ,_aagdg *_bbcc )};_fcfc .PdfRectangle =_agggff .PdfRectangle ;_cebc :=make (map[*textPara ]struct{}); +_acea :=int ((1.0-_dcdc )*float64 (_aagdg *_bbcc ));_ecaag :=0;if _bcde {_d .Log .Info ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0064\u0020\u0078\u0020%\u0064",_aagdg ,_bbcc );};for _fbgc ,_edgc :=range _agggff ._bede {_bedd ,_fcaf :=_agggff ._efde [_edgc ]; +if !_fcaf {continue ;};for _efed ,_fdbgc :=range _agggff ._cbeaa {_edgfb ,_fdgbc :=_bedd [_fdbgc ];if !_fdgbc {continue ;};_fgbdc :=_ebebc .inTile (_edgfb );if len (_fgbdc )==0{_ecaag ++;if _ecaag > _acea {if _bcde {_d .Log .Info ("\u0021\u006e\u0075m\u0045\u006d\u0070\u0074\u0079\u003d\u0025\u0064",_ecaag ); +};return nil ,nil ;};}else {_fcfc .putComposite (_efed ,_fbgc ,_fgbdc ,_edgfb .PdfRectangle );for _ ,_bgee :=range _fgbdc {_cebc [_bgee ]=struct{}{};};};};};_eebeb :=0;for _aabff :=0;_aabff < _aagdg ;_aabff ++{_bgagd :=_fcfc .get (_aabff ,0);if _bgagd ==nil ||!_bgagd ._afce {_eebeb ++; +};};if _eebeb ==0{if _bcde {_d .Log .Info ("\u0021\u006e\u0075m\u0048\u0065\u0061\u0064\u0065\u0072\u003d\u0030");};return nil ,nil ;};_efcfg :=_fcfc .reduceTiling (_agggff ,_cgbeb );_efcfg =_efcfg .subdivide ();return _efcfg ,_cebc ;};func (_eegc *stateStack )top ()*textState {if _eegc .empty (){return nil ; +};return (*_eegc )[_eegc .size ()-1];};func _bda (_caf []Font ,_feba string )bool {for _ ,_bddd :=range _caf {if _bddd .FontName ==_feba {return true ;};};return false ;};func (_fdc *textObject )showTextAdjusted (_eaga *_cb .PdfObjectArray ,_gffe int ,_gaff string )error {_bdf :=false ; +for _ ,_fadf :=range _eaga .Elements (){switch _fadf .(type ){case *_cb .PdfObjectFloat ,*_cb .PdfObjectInteger :_ddeac ,_ffgd :=_cb .GetNumberAsFloat (_fadf );if _ffgd !=nil {_d .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078t\u0041\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0042\u0061\u0064\u0020\u006e\u0075\u006d\u0065r\u0069\u0063\u0061\u006c\u0020a\u0072\u0067\u002e\u0020\u006f\u003d\u0025\u0073\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_fadf ,_eaga ); +return _ffgd ;};_ggbf ,_dddea :=-_ddeac *0.001*_fdc ._gdga ._bbb ,0.0;if _bdf {_dddea ,_ggbf =_ggbf ,_dddea ;};_ffe :=_fgde (_ed .Point {X :_ggbf ,Y :_dddea });_fdc ._dcea .Concat (_ffe );case *_cb .PdfObjectString :_aecb :=_cb .TraceToDirectObject (_fadf ); +_ffge ,_dee :=_cb .GetStringBytes (_aecb );if !_dee {_d .Log .Trace ("s\u0068\u006f\u0077\u0054\u0065\u0078\u0074\u0041\u0064j\u0075\u0073\u0074\u0065\u0064\u003a\u0020Ba\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0061\u0072\u0067\u002e\u0020o=\u0025\u0073 \u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_fadf ,_eaga ); +return _cb .ErrTypeError ;};_fdc .renderText (_aecb ,_ffge ,_gffe ,_gaff );default:_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0073\u0068\u006f\u0077\u0054\u0065\u0078\u0074A\u0064\u006a\u0075\u0073\u0074\u0065\u0064\u002e\u0020\u0055\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0028%T\u0029\u0020\u0061\u0072\u0067\u0073\u003d\u0025\u002b\u0076",_fadf ,_eaga ); +return _cb .ErrTypeError ;};};return nil ;};func (_bddab *textTable )emptyCompositeColumn (_ggfgc int )bool {for _gdfb :=0;_gdfb < _bddab ._gecff ;_gdfb ++{if _fffa ,_ceacd :=_bddab ._ebcde [_dfdbcc (_ggfgc ,_gdfb )];_ceacd {if len (_fffa .paraList )> 0{return false ; +};};};return true ;};func (_bffb paraList )yNeighbours (_bdab float64 )map[*textPara ][]int {_ddga :=make ([]event ,2*len (_bffb ));if _bdab ==0{for _fadce ,_gfagc :=range _bffb {_ddga [2*_fadce ]=event {_gfagc .Lly ,true ,_fadce };_ddga [2*_fadce +1]=event {_gfagc .Ury ,false ,_fadce }; +};}else {for _cbecb ,_eacdb :=range _bffb {_ddga [2*_cbecb ]=event {_eacdb .Lly -_bdab *_eacdb .fontsize (),true ,_cbecb };_ddga [2*_cbecb +1]=event {_eacdb .Ury +_bdab *_eacdb .fontsize (),false ,_cbecb };};};return _bffb .eventNeighbours (_ddga );};func (_dedfc *textPara )taken ()bool {return _dedfc ==nil ||_dedfc ._edca }; +var _bdb =[]string {"\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u004f\u004e","\u004f\u004e","\u0041\u004c","\u0045\u0054","\u0045\u0054","\u0041\u004c","\u0043\u0053","\u0041\u004c","\u004f\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0041\u004e","\u0045\u0054","\u0041\u004e","\u0041\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004e","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004f\u004e","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u004e\u0053\u004d","\u0041\u004c","\u0041\u004c","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0045\u004e","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c","\u0041\u004c"}; +func (_fcaa *wordBag )minDepth ()float64 {return _fcaa ._bdgd -(_fcaa .Ury -_fcaa ._bcf )};func (_dgccc *textObject )moveText (_dfec ,_acce float64 ){_dgccc .moveLP (_dfec ,_acce )};func (_eggd *wordBag )pullWord (_ggcc *textWord ,_cccgg int ,_acee map[int ]map[*textWord ]struct{}){_eggd .PdfRectangle =_caddg (_eggd .PdfRectangle ,_ggcc .PdfRectangle ); +if _ggcc ._gbaff > _eggd ._bcf {_eggd ._bcf =_ggcc ._gbaff ;};_eggd ._gecfd [_cccgg ]=append (_eggd ._gecfd [_cccgg ],_ggcc );_acee [_cccgg ][_ggcc ]=struct{}{};}; + +// Replace takes a pattern and replaces all the texts that much the pattern with `replacement`. +func (_beec *Editor )Replace (pattern string ,replacement string ,pages []int )error {_febb :=map[int ]Match {};for _ ,_eff :=range pages {_bcdg ,_cbdd :=_beec ._cef .GetPage (_eff );if _cbdd !=nil {return _cbdd ;};_ccec ,_cbdd :=New (_bcdg );if _cbdd !=nil {return _cbdd ; +};_ddea ,_ ,_ ,_cbdd :=_ccec .ExtractPageText ();if _cbdd !=nil {return _cbdd ;};_fag :="";_dba :=_ddea .Text ();_bccb ,_cbdd :=_bcda (pattern ,_dba );if _cbdd !=nil {return _cbdd ;};_fgag :=_ddea .Marks ();_gcd :=[]Box {};for _ ,_bcg :=range _bccb {_cadb ,_bcgb ,_abge :=_dgcc (_bcg ,_fgag ,pattern ); +if _abge !=nil {return _abge ;};_gacd :=_ddf (_cadb );if _abge !=nil {return _abge ;};_gcd =append (_gcd ,_bcgb );replacement ,_abge =_bgdg (_gacd ,replacement ,pattern );if _abge !=nil {return _abge ;};};_fag =_ddea .GetContentStreamOps ().String ();_cde :=Match {Pattern :pattern ,Indexes :_bccb ,Locations :_gcd }; +_bcdg .SetContentStreams ([]string {_fag },_cb .NewFlateEncoder ());_febb [_eff ]=_cde ;};return nil ;};func (_ddacf *PageText )computeViews (){if _ddacf ._dcce ._cfg {_ddacf ._ada =_ddacf .getText ();return ;};_fae :=_ddacf .getParagraphs ();_eabac :=new (_af .Buffer ); +_fae .writeText (_eabac );_ddacf ._ada =_eabac .String ();_ddacf ._ecda =_fae .toTextMarks ();_ddacf ._aef =_fae .tables ();if _cdgfc {_d .Log .Info ("\u0063\u006f\u006dpu\u0074\u0065\u0056\u0069\u0065\u0077\u0073\u003a\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003d\u0025\u0064",len (_ddacf ._aef )); +};};func (_gggc *textTable )compositeColCorridors ()map[int ][]float64 {_bbbd :=make (map[int ][]float64 ,_gggc ._ccfea );if _cdgfc {_d .Log .Info ("\u0063\u006f\u006d\u0070o\u0073\u0069\u0074\u0065\u0043\u006f\u006c\u0043\u006f\u0072r\u0069d\u006f\u0072\u0073\u003a\u0020\u0077\u003d%\u0064\u0020",_gggc ._ccfea ); +};for _gagfa :=0;_gagfa < _gggc ._ccfea ;_gagfa ++{_bbbd [_gagfa ]=nil ;};return _bbbd ;};func (_cead *textLine )pullWord (_bbgg *wordBag ,_aged *textWord ,_eddbb int ){_cead .appendWord (_aged );_bbgg .removeWord (_aged ,_eddbb );};type shapesState struct{_daac _ed .Matrix ; +_gcfb _ed .Matrix ;_eccd []*subpath ;_cfff bool ;_acbeg _ed .Point ;_ebaf *textObject ;};func _gdggf (_aegbe ,_cfde float64 )string {_edabc :=!_bgfbd (_aegbe -_cfde );if _edabc {return "\u000a";};return "\u0020";};func _bfae (_baag int ,_ffdd func (int ,int )bool )[]int {_cgdee :=make ([]int ,_baag ); +for _fdabf :=range _cgdee {_cgdee [_fdabf ]=_fdabf ;};_bd .Slice (_cgdee ,func (_bfff ,_ecbd int )bool {return _ffdd (_cgdee [_bfff ],_cgdee [_ecbd ])});return _cgdee ;};func (_dad *stateStack )empty ()bool {return len (*_dad )==0};func (_abbbg *textPara )getListLines ()[]*textLine {var _gga []*textLine ; +_ecge :=_gcae (_abbbg ._efff );for _ ,_fbbfg :=range _abbbg ._efff {_cabcd :=_fbbfg ._bbfda [0]._dfaee [0];if _bbda (_cabcd ){_gga =append (_gga ,_fbbfg );};};_gga =append (_gga ,_ecge ...);return _gga ;};func _ebgf (_dagf _bf .PdfRectangle )*ruling {return &ruling {_daea :_faec ,_gdge :_dagf .Ury ,_ggbc :_dagf .Llx ,_agbd :_dagf .Urx }; +};func (_gfef *wordBag )highestWord (_addf int ,_fagc ,_fecg float64 )*textWord {for _ ,_gace :=range _gfef ._gecfd [_addf ]{if _fagc <=_gace ._afefd &&_gace ._afefd <=_fecg {return _gace ;};};return nil ;};func (_ceae *shapesState )devicePoint (_eaagg ,_ffag float64 )_ed .Point {_fbgbc :=_ceae ._gcfb .Mult (_ceae ._daac ); +_eaagg ,_ffag =_fbgbc .Transform (_eaagg ,_ffag );return _ed .NewPoint (_eaagg ,_ffag );};func _cgdb (_gcega *list ,_ebcg *string )string {_ceec :=_gb .Split (_gcega ._gcbe ,"\u000a");_acaa :=&_gb .Builder {};for _ ,_bgace :=range _ceec {if _bgace !=""{_acaa .WriteString (*_ebcg ); +_acaa .WriteString (_bgace );_acaa .WriteString ("\u000a");};};return _acaa .String ();};func (_fgeg rulingList )primMinMax ()(float64 ,float64 ){_cdgce ,_cggf :=_fgeg [0]._gdge ,_fgeg [0]._gdge ;for _ ,_afdee :=range _fgeg [1:]{if _afdee ._gdge < _cdgce {_cdgce =_afdee ._gdge ; +}else if _afdee ._gdge > _cggf {_cggf =_afdee ._gdge ;};};return _cdgce ,_cggf ;};func (_dgff rectRuling )checkWidth (_bdeag ,_fcgfg float64 )(float64 ,bool ){_dgaa :=_fcgfg -_bdeag ;_efeeb :=_dgaa <=_gece ;return _dgaa ,_efeeb ;};func _caddg (_eddb ,_effaa _bf .PdfRectangle )_bf .PdfRectangle {return _bf .PdfRectangle {Llx :_aa .Min (_eddb .Llx ,_effaa .Llx ),Lly :_aa .Min (_eddb .Lly ,_effaa .Lly ),Urx :_aa .Max (_eddb .Urx ,_effaa .Urx ),Ury :_aa .Max (_eddb .Ury ,_effaa .Ury )}; +};func (_beac *textObject )checkOp (_efaa *_gf .ContentStreamOperation ,_eggg int ,_gdd bool )(_cgbfe bool ,_gcaa error ){if _beac ==nil {var _aedb []_cb .PdfObject ;if _eggg > 0{_aedb =_efaa .Params ;if len (_aedb )> _eggg {_aedb =_aedb [:_eggg ];};}; +_d .Log .Debug ("\u0025\u0023q \u006f\u0070\u0065r\u0061\u006e\u0064\u0020out\u0073id\u0065\u0020\u0074\u0065\u0078\u0074\u002e p\u0061\u0072\u0061\u006d\u0073\u003d\u0025+\u0076",_efaa .Operand ,_aedb );};if _eggg >=0{if len (_efaa .Params )!=_eggg {if _gdd {_gcaa =_bfb .New ("\u0069n\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0070\u0061r\u0061m\u0065t\u0065\u0072\u0020\u0063\u006f\u0075\u006et"); +};_d .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u0023\u0071\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020h\u0061\u0076\u0065\u0020\u0025\u0064\u0020i\u006e\u0070\u0075\u0074\u0020\u0070\u0061\u0072\u0061\u006d\u0073,\u0020\u0067\u006f\u0074\u0020\u0025\u0064\u0020\u0025\u002b\u0076",_efaa .Operand ,_eggg ,len (_efaa .Params ),_efaa .Params ); +return false ,_gcaa ;};};return true ,nil ;};func (_ffggf rulingList )asTiling ()gridTiling {if _bcde {_d .Log .Info ("r\u0075\u006ci\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0063s\u003d\u0025\u0064\u0020\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u002b\u002b\u002b\u0020\u003d\u003d\u003d\u003d=\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d=\u003d",len (_ffggf )); +};for _fgbg ,_ceede :=range _ffggf [1:]{_bfdce :=_ffggf [_fgbg ];if _bfdce .alignsPrimary (_ceede )&&_bfdce .alignsSec (_ceede ){_d .Log .Error ("a\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0044\u0075\u0070\u006c\u0069\u0063\u0061\u0074\u0065 \u0072\u0075\u006c\u0069\u006e\u0067\u0073\u002e\u000a\u0009v=\u0025\u0073\u000a\t\u0077=\u0025\u0073",_ceede ,_bfdce ); +};};_ffggf .sortStrict ();_ffggf .log ("\u0073n\u0061\u0070\u0070\u0065\u0064");_bcdgd ,_bdeagf :=_ffggf .vertsHorzs ();_afgdc :=_bcdgd .primaries ();_ccadd :=_bdeagf .primaries ();_ebfac :=len (_afgdc )-1;_bdebfb :=len (_ccadd )-1;if _ebfac ==0||_bdebfb ==0{return gridTiling {}; +};_afgeb :=_bf .PdfRectangle {Llx :_afgdc [0],Urx :_afgdc [_ebfac ],Lly :_ccadd [0],Ury :_ccadd [_bdebfb ]};if _bcde {_d .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0076\u0065\u0072\u0074s=\u0025\u0064",len (_bcdgd )); +for _fecd ,_eggad :=range _bcdgd {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fecd ,_eggad );};_d .Log .Info ("\u0072\u0075l\u0069\u006e\u0067\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067\u003a\u0020\u0068\u006f\u0072\u007as=\u0025\u0064",len (_bdeagf )); +for _bbab ,_dade :=range _bdeagf {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_bbab ,_dade );};_d .Log .Info ("\u0072\u0075\u006c\u0069\u006eg\u004c\u0069\u0073\u0074\u002e\u0061\u0073\u0054\u0069\u006c\u0069\u006e\u0067:\u0020\u0020\u0077\u0078\u0068\u003d\u0025\u0064\u0078\u0025\u0064\u000a\u0009\u006c\u006c\u0078\u003d\u0025\u002e\u0032\u0066\u000a\u0009\u006c\u006c\u0079\u003d\u0025\u002e\u0032f",_ebfac ,_bdebfb ,_afgdc ,_ccadd ); +};_fgbfe :=make ([]gridTile ,_ebfac *_bdebfb );for _edegd :=_bdebfb -1;_edegd >=0;_edegd --{_fcgb :=_ccadd [_edegd ];_feea :=_ccadd [_edegd +1];for _ebafb :=0;_ebafb < _ebfac ;_ebafb ++{_gddb :=_afgdc [_ebafb ];_egeef :=_afgdc [_ebafb +1];_badf :=_bcdgd .findPrimSec (_gddb ,_fcgb ); +_egbf :=_bcdgd .findPrimSec (_egeef ,_fcgb );_bfdef :=_bdeagf .findPrimSec (_fcgb ,_gddb );_cgbff :=_bdeagf .findPrimSec (_feea ,_gddb );_fgdbb :=_bf .PdfRectangle {Llx :_gddb ,Urx :_egeef ,Lly :_fcgb ,Ury :_feea };_abef :=_dcbe (_fgdbb ,_badf ,_egbf ,_bfdef ,_cgbff ); +_fgbfe [_edegd *_ebfac +_ebafb ]=_abef ;if _bcde {_deg .Printf ("\u0020\u0020\u0078\u003d\u0025\u0032\u0064\u0020\u0079\u003d\u0025\u0032\u0064\u003a\u0020%\u0073 \u0025\u0036\u002e\u0032\u0066\u0020\u0078\u0020\u0025\u0036\u002e\u0032\u0066\u000a",_ebafb ,_edegd ,_abef .String (),_abef .Width (),_abef .Height ()); +};};};if _bcde {_d .Log .Info ("r\u0075\u006c\u0069\u006e\u0067\u004c\u0069\u0073\u0074.\u0061\u0073\u0054\u0069\u006c\u0069\u006eg:\u0020\u0063\u006f\u0061l\u0065\u0073\u0063\u0065\u0020\u0068\u006f\u0072\u0069zo\u006e\u0074a\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_afgeb ); +};_agcg :=make ([]map[float64 ]gridTile ,_bdebfb );for _debce :=_bdebfb -1;_debce >=0;_debce --{if _bcde {_deg .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_debce );};_agcg [_debce ]=make (map[float64 ]gridTile ,_ebfac );for _gceaa :=0;_gceaa < _ebfac ; +_gceaa ++{_agbgd :=_fgbfe [_debce *_ebfac +_gceaa ];if _bcde {_deg .Printf ("\u0020\u0020\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_gceaa ,_agbgd );};if !_agbgd ._cbegc {continue ;};_fdca :=_gceaa ;for _deefe :=_gceaa +1;!_agbgd ._eeba &&_deefe < _ebfac ; +_deefe ++{_eccc :=_fgbfe [_debce *_ebfac +_deefe ];_agbgd .Urx =_eccc .Urx ;_agbgd ._egfbb =_agbgd ._egfbb ||_eccc ._egfbb ;_agbgd ._ffdg =_agbgd ._ffdg ||_eccc ._ffdg ;_agbgd ._eeba =_eccc ._eeba ;if _bcde {_deg .Printf ("\u0020 \u0020%\u0034\u0064\u003a\u0020\u0025s\u0020\u2192 \u0025\u0073\u000a",_deefe ,_eccc ,_agbgd ); +};_fdca =_deefe ;};if _bcde {_deg .Printf (" \u0020 \u0025\u0032\u0064\u0020\u002d\u0020\u0025\u0032d\u0020\u2192\u0020\u0025s\n",_gceaa ,_fdca ,_agbgd );};_gceaa =_fdca ;_agcg [_debce ][_agbgd .Llx ]=_agbgd ;};};_cfgdef :=make (map[float64 ]map[float64 ]gridTile ,_bdebfb ); +_bbbf :=make (map[float64 ]map[float64 ]struct{},_bdebfb );for _efcaa :=_bdebfb -1;_efcaa >=0;_efcaa --{_baffb :=_fgbfe [_efcaa *_ebfac ].Lly ;_cfgdef [_baffb ]=make (map[float64 ]gridTile ,_ebfac );_bbbf [_baffb ]=make (map[float64 ]struct{},_ebfac ); +};if _bcde {_d .Log .Info ("\u0072u\u006c\u0069n\u0067\u004c\u0069s\u0074\u002e\u0061\u0073\u0054\u0069\u006ci\u006e\u0067\u003a\u0020\u0063\u006fa\u006c\u0065\u0073\u0063\u0065\u0020\u0076\u0065\u0072\u0074\u0069c\u0061\u006c\u002e\u0020\u0025\u0036\u002e\u0032\u0066",_afgeb ); +};for _fggb :=_bdebfb -1;_fggb >=0;_fggb --{_ccaa :=_fgbfe [_fggb *_ebfac ].Lly ;_eeegab :=_agcg [_fggb ];if _bcde {_deg .Printf ("\u0020\u0020\u0079\u003d\u0025\u0032\u0064\u000a",_fggb );};for _ ,_cfee :=range _ffcc (_eeegab ){if _ ,_facc :=_bbbf [_ccaa ][_cfee ]; +_facc {continue ;};_cfbfg :=_eeegab [_cfee ];if _bcde {_deg .Printf (" \u0020\u0020\u0020\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_cfbfg .String ());};for _gafbg :=_fggb -1;_gafbg >=0;_gafbg --{if _cfbfg ._ffdg {break ;};_bgffc :=_agcg [_gafbg ];_dcad ,_ebdcd :=_bgffc [_cfee ]; +if !_ebdcd {break ;};if _dcad .Urx !=_cfbfg .Urx {break ;};_cfbfg ._ffdg =_dcad ._ffdg ;_cfbfg .Lly =_dcad .Lly ;if _bcde {_deg .Printf ("\u0020\u0020\u0020\u0020 \u0020\u0020\u0076\u003d\u0025\u0073\u0020\u0076\u0030\u003d\u0025\u0073\u000a",_dcad .String (),_cfbfg .String ()); +};_bbbf [_dcad .Lly ][_dcad .Llx ]=struct{}{};};if _fggb ==0{_cfbfg ._ffdg =true ;};if _cfbfg .complete (){_cfgdef [_ccaa ][_cfee ]=_cfbfg ;};};};_fcded :=gridTiling {PdfRectangle :_afgeb ,_cbeaa :_gadcd (_cfgdef ),_bede :_fefeg (_cfgdef ),_efde :_cfgdef }; +_fcded .log ("\u0043r\u0065\u0061\u0074\u0065\u0064");return _fcded ;};func _aggg (_aaaae ,_dfcg _bf .PdfRectangle )bool {return _dfcg .Llx <=_aaaae .Urx &&_aaaae .Llx <=_dfcg .Urx ;};func _cdfeg (_bdgc []int )[]int {_ceace :=make ([]int ,len (_bdgc )); +for _egcd ,_dage :=range _bdgc {_ceace [len (_bdgc )-1-_egcd ]=_dage ;};return _ceace ;};func (_cfdc TextTable )getCellInfo (_ffdf TextMark )[][]int {for _gadc ,_gecdd :=range _cfdc .Cells {for _dfdb :=range _gecdd {_eedf :=&_gecdd [_dfdb ].Marks ;if _eedf .exists (_ffdf ){return [][]int {{_gadc },{_dfdb }}; +};};};return nil ;};func _ae (_ag string ,_fd bool ,_fg bool )BidiText {_efg :="\u006c\u0074\u0072";if _fg {_efg ="\u0074\u0074\u0062";}else if !_fd {_efg ="\u0072\u0074\u006c";};return BidiText {_bfe :_ag ,_fa :_efg };};func (_ecdf rulingList )merge ()*ruling {_gfcaed :=_ecdf [0]._gdge ; +_deafa :=_ecdf [0]._ggbc ;_abbgd :=_ecdf [0]._agbd ;for _ ,_deeg :=range _ecdf [1:]{_gfcaed +=_deeg ._gdge ;if _deeg ._ggbc < _deafa {_deafa =_deeg ._ggbc ;};if _deeg ._agbd > _abbgd {_abbgd =_deeg ._agbd ;};};_eeda :=&ruling {_daea :_ecdf [0]._daea ,_dfbf :_ecdf [0]._dfbf ,Color :_ecdf [0].Color ,_gdge :_gfcaed /float64 (len (_ecdf )),_ggbc :_deafa ,_agbd :_abbgd }; +if _fafe {_d .Log .Info ("\u006de\u0072g\u0065\u003a\u0020\u0025\u0032d\u0020\u0076e\u0063\u0073\u0020\u0025\u0073",len (_ecdf ),_eeda );for _fffe ,_ebdb :=range _ecdf {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_fffe ,_ebdb );};}; +return _eeda ;};func (_deffb *textLine )text ()string {var _afcd []string ;for _ ,_dccg :=range _deffb ._bbfda {if _dccg ._cfacf {_afcd =append (_afcd ,"\u0020");};_afcd =append (_afcd ,_dccg ._dfaee );};_fgbc :=_gb .Join (_afcd ,"");_caegd :=_ea ([]rune (_fgbc )); +return _caegd ._bfe ;};type lineRuling struct{_ceece rulingKind ;_daecf markKind ;_bcc .Color ;_bffg ,_cabeba _ed .Point ;};func (_dbcf *shapesState )quadraticTo (_fbbf ,_baf ,_dcga ,_babe float64 ){if _efcb {_d .Log .Info ("\u0071\u0075\u0061d\u0072\u0061\u0074\u0069\u0063\u0054\u006f\u003a"); +};_dbcf .addPoint (_dcga ,_babe );};var _eccf =map[rulingKind ]string {_acdg :"\u006e\u006f\u006e\u0065",_faec :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c",_acegd :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"}; + +// Match defines the structure for each match, including pattern, indexes, and locations. +type Match struct{Pattern string ;Indexes [][]int ;Locations []Box ;};func _gag (_dddf *TextMarkArray ,_gfbb int ,_cag int )int {_ega :=_dddf .Elements ();_cdgd :=_gfbb -1;_bcab :=_gfbb +1;_defg :=-1;if _cdgd >=0{_gdcd :=_ega [_cdgd ];_cbfb :=_gdcd .ObjString ; +_dcd :=len (_cbfb );_baa :=_gdcd .Index ;if _baa +1< _dcd {return _cdgd ;};};if _bcab < len (_ega ){_eeg :=_ega [_bcab ];_ddgf :=_eeg .ObjString ;if _ddgf [0]!=_eeg .Text {return _bcab ;};};if _defg ==-1&&_ega [_gfbb ].Text =="\u0020"{return _cdgd ;};return _defg ; +};func _aefc (_gaa ,_cbec _bf .PdfRectangle )bool {return _aggg (_gaa ,_cbec )&&_eabf (_gaa ,_cbec )};func (_cdgdc rulingList )log (_aeace string ){if !_cfef {return ;};_d .Log .Info ("\u0023\u0023\u0023\u0020\u0025\u0031\u0030\u0073\u003a\u0020\u0076\u0065c\u0073\u003d\u0025\u0073",_aeace ,_cdgdc .String ()); +for _dfce ,_aced :=range _cdgdc {_deg .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_dfce ,_aced .String ());};}; // String returns a string describing `pt`. -func (_ddcf PageText )String ()string {_ebe :=_bf .Sprintf ("P\u0061\u0067\u0065\u0054ex\u0074:\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073",len (_ddcf ._eca ));_gdea :=[]string {"\u002d"+_ebe };for _ ,_eccg :=range _ddcf ._eca {_gdea =append (_gdea ,_eccg .String ()); -};_gdea =append (_gdea ,"\u002b"+_ebe );return _bfb .Join (_gdea ,"\u000a");};func (_dfeef *textObject )getFont (_dcce string )(*_b .PdfFont ,error ){if _dfeef ._beec ._cbg !=nil {_fef ,_fedc :=_dfeef .getFontDict (_dcce );if _fedc !=nil {_e .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0067\u0065\u0074\u0046\u006f\u006e\u0074:\u0020n\u0061m\u0065=\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",_dcce ,_fedc .Error ()); -return nil ,_fedc ;};_dfeef ._beec ._ddd ++;_fcde ,_efbc :=_dfeef ._beec ._cbg [_fef .String ()];if _efbc {_fcde ._dcgd =_dfeef ._beec ._ddd ;return _fcde ._eeecc ,nil ;};};_gag ,_cgdba :=_dfeef .getFontDict (_dcce );if _cgdba !=nil {return nil ,_cgdba ; -};_fbdcc ,_cgdba :=_dfeef .getFontDirect (_dcce );if _cgdba !=nil {return nil ,_cgdba ;};if _dfeef ._beec ._cbg !=nil {_aab :=fontEntry {_fbdcc ,_dfeef ._beec ._ddd };if len (_dfeef ._beec ._cbg )>=_bbg {var _abba []string ;for _agbg :=range _dfeef ._beec ._cbg {_abba =append (_abba ,_agbg ); -};_fd .Slice (_abba ,func (_fbac ,_bbfe int )bool {return _dfeef ._beec ._cbg [_abba [_fbac ]]._dcgd < _dfeef ._beec ._cbg [_abba [_bbfe ]]._dcgd ;});delete (_dfeef ._beec ._cbg ,_abba [0]);};_dfeef ._beec ._cbg [_gag .String ()]=_aab ;};return _fbdcc ,nil ; -};func (_aagb compositeCell )hasLines (_cfffe []*textLine )bool {for _gdce ,_cafb :=range _cfffe {_gafcf :=_fccd (_aagb .PdfRectangle ,_cafb .PdfRectangle );if _aada {_bf .Printf ("\u0020\u0020\u0020\u0020\u0020\u0020\u005e\u005e\u005e\u0069\u006e\u0074\u0065\u0072\u0073e\u0063t\u0073\u003d\u0025\u0074\u0020\u0025\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u000a",_gafcf ,_gdce ,len (_cfffe )); -_bf .Printf ("\u0020\u0020\u0020\u0020 \u005e\u005e\u005e\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u003d\u0025s\u000a",_aagb );_bf .Printf ("\u0020 \u0020 \u0020\u0020\u0020\u006c\u0069\u006e\u0065\u003d\u0025\u0073\u000a",_cafb );};if _gafcf {return true ; -};};return false ;};func (_ffbf *ruling )gridIntersecting (_fgaa *ruling )bool {return _gfeee (_ffbf ._efbba ,_fgaa ._efbba )&&_gfeee (_ffbf ._daba ,_fgaa ._daba );};func (_eafgg paraList )findTableGrid (_efbeb gridTiling )(*textTable ,map[*textPara ]struct{}){_acffg :=len (_efbeb ._aabgb ); -_dfbc :=len (_efbeb ._fdgd );_dbgbd :=textTable {_cbbdd :true ,_addag :_acffg ,_cffff :_dfbc ,_egbgg :make (map[uint64 ]*textPara ,_acffg *_dfbc ),_bdfcg :make (map[uint64 ]compositeCell ,_acffg *_dfbc )};_dbgbd .PdfRectangle =_efbeb .PdfRectangle ;_agadd :=make (map[*textPara ]struct{}); -_gcdbf :=int ((1.0-_degb )*float64 (_acffg *_dfbc ));_adbgf :=0;if _gacae {_e .Log .Info ("\u0066\u0069\u006e\u0064Ta\u0062\u006c\u0065\u0047\u0072\u0069\u0064\u003a\u0020\u0025\u0064\u0020\u0078\u0020%\u0064",_acffg ,_dfbc );};for _gbggg ,_bdea :=range _efbeb ._fdgd {_acgb ,_faedf :=_efbeb ._caabf [_bdea ]; -if !_faedf {continue ;};for _dgfcb ,_cafbc :=range _efbeb ._aabgb {_cdefc ,_ddad :=_acgb [_cafbc ];if !_ddad {continue ;};_ggfdc :=_eafgg .inTile (_cdefc );if len (_ggfdc )==0{_adbgf ++;if _adbgf > _gcdbf {if _gacae {_e .Log .Info ("\u0021\u006e\u0075m\u0045\u006d\u0070\u0074\u0079\u003d\u0025\u0064",_adbgf ); -};return nil ,nil ;};}else {_dbgbd .putComposite (_dgfcb ,_gbggg ,_ggfdc ,_cdefc .PdfRectangle );for _ ,_ddeee :=range _ggfdc {_agadd [_ddeee ]=struct{}{};};};};};_edfg :=0;for _aggae :=0;_aggae < _acffg ;_aggae ++{_bbeg :=_dbgbd .get (_aggae ,0);if _bbeg ==nil ||!_bbeg ._cdcca {_edfg ++; -};};if _edfg ==0{if _gacae {_e .Log .Info ("\u0021\u006e\u0075m\u0048\u0065\u0061\u0064\u0065\u0072\u003d\u0030");};return nil ,nil ;};_fbeagd :=_dbgbd .reduceTiling (_efbeb ,_cgcb );_fbeagd =_fbeagd .subdivide ();return _fbeagd ,_agadd ;};func (_befd *textLine )markWordBoundaries (){_eeef :=_gebb *_befd ._efde ; -for _ceac ,_befa :=range _befd ._edge [1:]{if _aged (_befa ,_befd ._edge [_ceac ])>=_eeef {_befa ._gcccd =true ;};};};func (_geea *ruling )equals (_eaaga *ruling )bool {return _geea ._facdf ==_eaaga ._facdf &&_gfeee (_geea ._efadf ,_eaaga ._efadf )&&_gfeee (_geea ._efbba ,_eaaga ._efbba )&&_gfeee (_geea ._daba ,_eaaga ._daba ); -};func (_aacfa *textTable )get (_efga ,_eafd int )*textPara {return _aacfa ._egbgg [_fbfgf (_efga ,_eafd )]};func _gabdf (_dfed []*textMark ,_ddffd _b .PdfRectangle )[]*textWord {var _ggcgg []*textWord ;var _debf *textWord ;if _ecfc {_e .Log .Info ("\u006d\u0061\u006beT\u0065\u0078\u0074\u0057\u006f\u0072\u0064\u0073\u003a\u0020\u0025\u0064\u0020\u006d\u0061\u0072\u006b\u0073",len (_dfed )); -};_aaed :=func (){if _debf !=nil {_ggdaa :=_debf .computeText ();if !_gbcg (_ggdaa ){_debf ._deccc =_ggdaa ;_ggcgg =append (_ggcgg ,_debf );if _ecfc {_e .Log .Info ("\u0061\u0064\u0064Ne\u0077\u0057\u006f\u0072\u0064\u003a\u0020\u0025\u0064\u003a\u0020\u0077\u006f\u0072\u0064\u003d\u0025\u0073",len (_ggcgg )-1,_debf .String ()); -for _eegda ,_fdag :=range _debf ._bggbb {_bf .Printf ("\u0025\u0034\u0064\u003a\u0020\u0025\u0073\u000a",_eegda ,_fdag .String ());};};};_debf =nil ;};};for _ ,_dagae :=range _dfed {if _bgcff &&_debf !=nil &&len (_debf ._bggbb )> 0{_ceacf :=_debf ._bggbb [len (_debf ._bggbb )-1]; -_bafa ,_fdcgb :=_cafae (_dagae ._gddf );_baffg ,_daac :=_cafae (_ceacf ._gddf );if _fdcgb &&!_daac &&_ceacf .inDiacriticArea (_dagae ){_debf .addDiacritic (_bafa );continue ;};if _daac &&!_fdcgb &&_dagae .inDiacriticArea (_ceacf ){_debf ._bggbb =_debf ._bggbb [:len (_debf ._bggbb )-1]; -_debf .appendMark (_dagae ,_ddffd );_debf .addDiacritic (_baffg );continue ;};};_gafcfe :=_gbcg (_dagae ._gddf );if _gafcfe {_aaed ();continue ;};if _debf ==nil &&!_gafcfe {_debf =_cfegg ([]*textMark {_dagae },_ddffd );continue ;};_dbgc :=_debf ._ecdce ; -_bgadf :=_ce .Abs (_gced (_ddffd ,_dagae )-_debf ._bagdd )/_dbgc ;_abfaf :=_aged (_dagae ,_debf )/_dbgc ;if _abfaf >=_dgab ||!(-_gbcc <=_abfaf &&_bgadf <=_ebagb ){_aaed ();_debf =_cfegg ([]*textMark {_dagae },_ddffd );continue ;};_debf .appendMark (_dagae ,_ddffd ); -};_aaed ();return _ggcgg ;};type cachedImage struct{_cfa *_b .Image ;_gfe _b .PdfColorspace ;};func (_cfcf *textObject )reset (){_cfcf ._cdffg =_da .IdentityMatrix ();_cfcf ._fea =_da .IdentityMatrix ();_cfcf ._daeb =nil ;};func (_fcg *textObject )moveLP (_bdag ,_gfggg float64 ){_fcg ._fea .Concat (_da .NewMatrix (1,0,0,1,_bdag ,_gfggg )); -_fcg ._cdffg =_fcg ._fea ;}; +func (_gcag PageText )String ()string {_bgca :=_deg .Sprintf ("P\u0061\u0067\u0065\u0054ex\u0074:\u0020\u0025\u0064\u0020\u0065l\u0065\u006d\u0065\u006e\u0074\u0073",len (_gcag ._afbb ));_aeaa :=[]string {"\u002d"+_bgca };for _ ,_dfcd :=range _gcag ._afbb {_aeaa =append (_aeaa ,_dfcd .String ()); +};_aeaa =append (_aeaa ,"\u002b"+_bgca );return _gb .Join (_aeaa ,"\u000a");};type textResult struct{_ecef PageText ;_abce int ;_cec int ;};func _bfbded (_dbgfg *wordBag ,_gaef int )*textLine {_fgga :=_dbgfg .firstWord (_gaef );_ebfef :=textLine {PdfRectangle :_fgga .PdfRectangle ,_cecg :_fgga ._gbaff ,_eeage :_fgga ._afefd }; +_ebfef .pullWord (_dbgfg ,_fgga ,_gaef );return &_ebfef ;};func _dfdbcc (_edgf ,_fadb int )uint64 {return uint64 (_edgf )*0x1000000+uint64 (_fadb )};func _bfge (_bfdga []TextMark ,_agcee *int )[]TextMark {_eeac :=_bfdga [len (_bfdga )-1];_dbfa :=[]rune (_eeac .Text ); +if len (_dbfa )==1{_bfdga =_bfdga [:len (_bfdga )-1];_ebgc :=_bfdga [len (_bfdga )-1];*_agcee =_ebgc .Offset +len (_ebgc .Text );}else {_fcae :=_afde (_eeac .Text );*_agcee +=len (_fcae )-len (_eeac .Text );_eeac .Text =_fcae ;};return _bfdga ;};func (_cbfg *textPara )isAtom ()*textTable {_dcaf :=_cbfg ; +_edge :=_cbfg ._dabb ;_gbbg :=_cbfg ._bddf ;if _edge .taken ()||_gbbg .taken (){return nil ;};_gcgf :=_edge ._bddf ;if _gcgf .taken ()||_gcgf !=_gbbg ._dabb {return nil ;};return _dfdfa (_dcaf ,_edge ,_gbbg ,_gcgf );};func (_debcd rectRuling )asRuling ()(*ruling ,bool ){_egbg :=ruling {_daea :_debcd ._deba ,Color :_debcd .Color ,_dfbf :_dgea }; +switch _debcd ._deba {case _acegd :_egbg ._gdge =0.5*(_debcd .Llx +_debcd .Urx );_egbg ._ggbc =_debcd .Lly ;_egbg ._agbd =_debcd .Ury ;_gdgfc ,_fcead :=_debcd .checkWidth (_debcd .Llx ,_debcd .Urx );if !_fcead {if _bfdca {_d .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067V\u0065\u0072\u0074\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_debcd ); +};return nil ,false ;};_egbg ._agcddd =_gdgfc ;case _faec :_egbg ._gdge =0.5*(_debcd .Lly +_debcd .Ury );_egbg ._ggbc =_debcd .Llx ;_egbg ._agbd =_debcd .Urx ;_gcdg ,_cdbc :=_debcd .checkWidth (_debcd .Lly ,_debcd .Ury );if !_cdbc {if _bfdca {_d .Log .Error ("\u0072\u0065\u0063\u0074\u0052\u0075l\u0069\u006e\u0067\u002e\u0061\u0073\u0052\u0075\u006c\u0069\u006e\u0067\u003a\u0020\u0072\u0075\u006c\u0069\u006e\u0067H\u006f\u0072\u007a\u0020\u0021\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0074h\u0020v\u003d\u0025\u002b\u0076",_debcd ); +};return nil ,false ;};_egbg ._agcddd =_gcdg ;default:_d .Log .Error ("\u0062\u0061\u0064\u0020pr\u0069\u006d\u0061\u0072\u0079\u0020\u006b\u0069\u006e\u0064\u003d\u0025\u0064",_debcd ._deba );return nil ,false ;};return &_egbg ,true ;};func _fdbed (_dabgd int ,_egae map[int ][]float64 )([]int ,int ){_cfbg :=make ([]int ,_dabgd ); +_cgec :=0;for _bggd :=0;_bggd < _dabgd ;_bggd ++{_cfbg [_bggd ]=_cgec ;_cgec +=len (_egae [_bggd ])+1;};return _cfbg ,_cgec ;};func (_cagg *TextMarkArray )getTextMarkAtOffset (_gafa int )*TextMark {for _ ,_edcdd :=range _cagg ._agfc {if _edcdd .Offset ==_gafa {return &_edcdd ; +};};return nil ;}; -// Marks returns the TextMark collection for a page. It represents all the text on the page. -func (_gcbf PageText )Marks ()*TextMarkArray {return &TextMarkArray {_gaac :_gcbf ._ebdc }};func _gfbeg (_gfbbf _b .PdfRectangle ,_eeff []*textLine )*textPara {return &textPara {PdfRectangle :_gfbbf ,_bbgab :_eeff };};func _gbdg (_faae *textLine )bool {_acfb :=true ; -_fada :=-1;for _ ,_dadb :=range _faae ._edge {for _ ,_geeee :=range _dadb ._bggbb {_dbddf :=_geeee ._faad ;if _fada ==-1{_fada =_dbddf ;}else {if _fada !=_dbddf {_acfb =false ;break ;};};};};return _acfb ;};func (_eagb *subpath )clear (){*_eagb =subpath {}}; -func _bcef (_cfega map[int ][]float64 )[]int {_acecb :=make ([]int ,len (_cfega ));_efagf :=0;for _cgfa :=range _cfega {_acecb [_efagf ]=_cgfa ;_efagf ++;};_fd .Ints (_acecb );return _acecb ;};func _aagd (_aebf _b .PdfRectangle )textState {return textState {_ddcc :100,_ddgg :RenderModeFill ,_dgbba :_aebf }; -};func (_dbe *PageFonts )extractPageResourcesToFont (_bba *_b .PdfPageResources )error {if _bba .Font ==nil {return _ad .New (_agd );};_gbe ,_dbea :=_ff .GetDict (_bba .Font );if !_dbea {return _ad .New (_gge );};for _ ,_ffb :=range _gbe .Keys (){var (_ced =true ; -_dcc []byte ;_acg string ;);_cddg ,_age :=_bba .GetFontByName (_ffb );if !_age {return _ad .New (_gfa );};_bfe ,_bgc :=_b .NewPdfFontFromPdfObject (_cddg );if _bgc !=nil {return _bgc ;};_eabff :=_bfe .FontDescriptor ();_fbfa :=_bfe .FontDescriptor ().FontName .String (); -_bcd :=_bfe .Subtype ();if _cac (_dbe .Fonts ,_fbfa ){continue ;};if len (_bfe .ToUnicode ())==0{_ced =false ;};if _eabff .FontFile !=nil {if _dfgc ,_ca :=_ff .GetStream (_eabff .FontFile );_ca {_dcc ,_bgc =_ff .DecodeStream (_dfgc );if _bgc !=nil {return _bgc ; -};_acg =_fbfa +"\u002e\u0070\u0066\u0062";};}else if _eabff .FontFile2 !=nil {if _ecb ,_gfag :=_ff .GetStream (_eabff .FontFile2 );_gfag {_dcc ,_bgc =_ff .DecodeStream (_ecb );if _bgc !=nil {return _bgc ;};_acg =_fbfa +"\u002e\u0074\u0074\u0066";};}else if _eabff .FontFile3 !=nil {if _fgd ,_bdac :=_ff .GetStream (_eabff .FontFile3 ); -_bdac {_dcc ,_bgc =_ff .DecodeStream (_fgd );if _bgc !=nil {return _bgc ;};_acg =_fbfa +"\u002e\u0063\u0066\u0066";};};if len (_acg )< 1{_e .Log .Debug (_dbb );};_bcg :=Font {FontName :_fbfa ,PdfFont :_bfe ,IsCID :_bfe .IsCID (),IsSimple :_bfe .IsSimple (),ToUnicode :_ced ,FontType :_bcd ,FontData :_dcc ,FontFileName :_acg ,FontDescriptor :_eabff }; -_dbe .Fonts =append (_dbe .Fonts ,_bcg );};return nil ;};func _ddae (_adde []rulingList )(rulingList ,rulingList ){var _cffag rulingList ;for _ ,_cbddf :=range _adde {_cffag =append (_cffag ,_cbddf ...);};return _cffag .vertsHorzs ();};func (_cecf *wordBag )pullWord (_ceg *textWord ,_bbgc int ,_fcbeb map[int ]map[*textWord ]struct{}){_cecf .PdfRectangle =_badbb (_cecf .PdfRectangle ,_ceg .PdfRectangle ); -if _ceg ._ecdce > _cecf ._dbfbe {_cecf ._dbfbe =_ceg ._ecdce ;};_cecf ._ecfd [_bbgc ]=append (_cecf ._ecfd [_bbgc ],_ceg );_fcbeb [_bbgc ][_ceg ]=struct{}{};};func (_gadc paraList )addNeighbours (){_cccef :=func (_bbcdb []int ,_aadea *textPara )([]*textPara ,[]*textPara ){_cbfdf :=make ([]*textPara ,0,len (_bbcdb )-1); -_bcaa :=make ([]*textPara ,0,len (_bbcdb )-1);for _ ,_egbb :=range _bbcdb {_fcab :=_gadc [_egbb ];if _fcab .Urx <=_aadea .Llx {_cbfdf =append (_cbfdf ,_fcab );}else if _fcab .Llx >=_aadea .Urx {_bcaa =append (_bcaa ,_fcab );};};return _cbfdf ,_bcaa ;}; -_abfe :=func (_deabcf []int ,_dbefb *textPara )([]*textPara ,[]*textPara ){_ffdea :=make ([]*textPara ,0,len (_deabcf )-1);_abcgb :=make ([]*textPara ,0,len (_deabcf )-1);for _ ,_ebcfc :=range _deabcf {_gdae :=_gadc [_ebcfc ];if _gdae .Ury <=_dbefb .Lly {_abcgb =append (_abcgb ,_gdae ); -}else if _gdae .Lly >=_dbefb .Ury {_ffdea =append (_ffdea ,_gdae );};};return _ffdea ,_abcgb ;};_ccgc :=_gadc .yNeighbours (_bdcb );for _ ,_ffbgd :=range _gadc {_gfcd :=_ccgc [_ffbgd ];if len (_gfcd )==0{continue ;};_cgfed ,_fdgg :=_cccef (_gfcd ,_ffbgd ); -if len (_cgfed )==0&&len (_fdgg )==0{continue ;};if len (_cgfed )> 0{_gbfb :=_cgfed [0];for _ ,_caga :=range _cgfed [1:]{if _caga .Urx >=_gbfb .Urx {_gbfb =_caga ;};};for _ ,_fgcce :=range _cgfed {if _fgcce !=_gbfb &&_fgcce .Urx > _gbfb .Llx {_gbfb =nil ; -break ;};};if _gbfb !=nil &&_cbdd (_ffbgd .PdfRectangle ,_gbfb .PdfRectangle ){_ffbgd ._ebff =_gbfb ;};};if len (_fdgg )> 0{_bcfb :=_fdgg [0];for _ ,_dfefb :=range _fdgg [1:]{if _dfefb .Llx <=_bcfb .Llx {_bcfb =_dfefb ;};};for _ ,_fdbebg :=range _fdgg {if _fdbebg !=_bcfb &&_fdbebg .Llx < _bcfb .Urx {_bcfb =nil ; -break ;};};if _bcfb !=nil &&_cbdd (_ffbgd .PdfRectangle ,_bcfb .PdfRectangle ){_ffbgd ._abbb =_bcfb ;};};};_ccgc =_gadc .xNeighbours (_ecde );for _ ,_abfc :=range _gadc {_cfede :=_ccgc [_abfc ];if len (_cfede )==0{continue ;};_cfefb ,_ffedeg :=_abfe (_cfede ,_abfc ); -if len (_cfefb )==0&&len (_ffedeg )==0{continue ;};if len (_ffedeg )> 0{_gdbca :=_ffedeg [0];for _ ,_dgdb :=range _ffedeg [1:]{if _dgdb .Ury >=_gdbca .Ury {_gdbca =_dgdb ;};};for _ ,_cacg :=range _ffedeg {if _cacg !=_gdbca &&_cacg .Ury > _gdbca .Lly {_gdbca =nil ; -break ;};};if _gdbca !=nil &&_fbad (_abfc .PdfRectangle ,_gdbca .PdfRectangle ){_abfc ._dabf =_gdbca ;};};if len (_cfefb )> 0{_baad :=_cfefb [0];for _ ,_aeada :=range _cfefb [1:]{if _aeada .Lly <=_baad .Lly {_baad =_aeada ;};};for _ ,_adacb :=range _cfefb {if _adacb !=_baad &&_adacb .Lly < _baad .Ury {_baad =nil ; -break ;};};if _baad !=nil &&_fbad (_abfc .PdfRectangle ,_baad .PdfRectangle ){_abfc ._cfbb =_baad ;};};};for _ ,_aeggb :=range _gadc {if _aeggb ._ebff !=nil &&_aeggb ._ebff ._abbb !=_aeggb {_aeggb ._ebff =nil ;};if _aeggb ._cfbb !=nil &&_aeggb ._cfbb ._dabf !=_aeggb {_aeggb ._cfbb =nil ; -};if _aeggb ._abbb !=nil &&_aeggb ._abbb ._ebff !=_aeggb {_aeggb ._abbb =nil ;};if _aeggb ._dabf !=nil &&_aeggb ._dabf ._cfbb !=_aeggb {_aeggb ._dabf =nil ;};};}; \ No newline at end of file +// List returns all the list objects detected on the page. +// It detects all the bullet point Lists from a given pdf page and builds a slice of bullet list objects. +// A given bullet list object has a tree structure. +// Each bullet point list is extracted with the text content it contains and all the sub lists found under it as children in the tree. +// The rest content of the pdf is ignored and only text in the bullet point lists are extracted. +// The list extraction is done in two ways. +// 1. If the document is tagged then the lists are extracted using the tags provided in the document. +// 2. Otherwise the bullet lists are extracted from the raw text using regex matching. +// By default the document tag is used if available. +// However this can be disabled using `DisableDocumentTags` in the `Options` object. +// Sometimes disabling document tags option might give a better bullet list extraction if the document was tagged incorrectly. +// +// options := &Options{ +// DisableDocumentTags: false, // this means use document tag if available +// } +// ex, err := NewWithOptions(page, options) +// // handle error +// pageText, _, _, err := ex.ExtractPageText() +// // handle error +// lists := pageText.List() +// txt := lists.Text() +func (_cdce PageText )List ()lists {_badcf :=!_cdce ._dcce ._agea ;_ebafe :=_cdce .getParagraphs ();_eabe :=true ;if _cdce ._fabb ==nil ||*_cdce ._fabb ==nil {_eabe =false ;};_fefeba :=_ebafe .list ();if _eabe &&_badcf {_eecb :=_bade (&_ebafe );_gede :=&structTreeRoot {}; +_gede .parseStructTreeRoot (*_cdce ._fabb );if _gede ._gbgb ==nil {_d .Log .Debug ("\u004c\u0069\u0073\u0074\u003a\u0020\u0073t\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0064\u006f\u0065\u0073\u006e'\u0074\u0020\u0068\u0061\u0076e\u0020\u0061\u006e\u0079\u0020\u0063\u006f\u006e\u0074e\u006e\u0074\u002c\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0065\u0078\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u002e"); +return _fefeba ;};_fefeba =_gede .buildList (_eecb ,_cdce ._dadc );};return _fefeba ;};type textMark struct{_bf .PdfRectangle ;_acgg int ;_dbec string ;_gacg string ;_bgaa *_bf .PdfFont ;_fegc float64 ;_dcfgg float64 ;_cagcg _ed .Matrix ;_ccge _ed .Point ; +_cdff _bf .PdfRectangle ;_dcdf _bcc .Color ;_gbdg _bcc .Color ;_edeg _cb .PdfObject ;_eabfe []string ;Tw float64 ;Th float64 ;_ebfcb int ;_gfdce int ;};func (_agfdb rulingList )mergePrimary ()float64 {_aegbg :=_agfdb [0]._gdge ;for _ ,_adge :=range _agfdb [1:]{_aegbg +=_adge ._gdge ; +};return _aegbg /float64 (len (_agfdb ));};func _ceg (_aabc _ed .Matrix )_ed .Point {_gdf ,_bdea :=_aabc .Translation ();return _ed .Point {X :_gdf ,Y :_bdea };}; + +// NewFromContents creates a new extractor from contents and page resources. +func NewFromContents (contents string ,resources *_bf .PdfPageResources )(*Extractor ,error ){const _afg ="\u0065x\u0074\u0072\u0061\u0063t\u006f\u0072\u002e\u004e\u0065w\u0046r\u006fm\u0043\u006f\u006e\u0074\u0065\u006e\u0074s";_bee :=&Extractor {_gbb :contents ,_ac :resources ,_fca :map[string ]fontEntry {},_bac :map[string ]textResult {}}; +_gc .TrackUse (_afg );return _bee ,nil ;};func (_bfaed paraList )xNeighbours (_bdeg float64 )map[*textPara ][]int {_gdcga :=make ([]event ,2*len (_bfaed ));if _bdeg ==0{for _ggbfbg ,_ecdfg :=range _bfaed {_gdcga [2*_ggbfbg ]=event {_ecdfg .Llx ,true ,_ggbfbg }; +_gdcga [2*_ggbfbg +1]=event {_ecdfg .Urx ,false ,_ggbfbg };};}else {for _acbc ,_dadeb :=range _bfaed {_gdcga [2*_acbc ]=event {_dadeb .Llx -_bdeg *_dadeb .fontsize (),true ,_acbc };_gdcga [2*_acbc +1]=event {_dadeb .Urx +_bdeg *_dadeb .fontsize (),false ,_acbc }; +};};return _bfaed .eventNeighbours (_gdcga );};func _ecaf (_gbaf []TextMark ,_cbfbb *int ,_ebea string )[]TextMark {_bdad :=_fgeb ;_bdad .Text =_ebea ;return _bafff (_gbaf ,_cbfbb ,_bdad );};type textPara struct{_bf .PdfRectangle ;_ecddc _bf .PdfRectangle ; +_efff []*textLine ;_fcdge *textTable ;_edca bool ;_afce bool ;_baec *textPara ;_dabb *textPara ;_defb *textPara ;_bddf *textPara ;_dgafg []list ;};type textTable struct{_bf .PdfRectangle ;_ccfea ,_gecff int ;_cgfe bool ;_agcf map[uint64 ]*textPara ;_ebcde map[uint64 ]compositeCell ; +};func (_acfd compositeCell )parasBBox ()(paraList ,_bf .PdfRectangle ){return _acfd .paraList ,_acfd .PdfRectangle ;};func (_ffgb *subpath )clear (){*_ffgb =subpath {}};func _eabf (_ebabg ,_fcge _bf .PdfRectangle )bool {return _ebabg .Lly <=_fcge .Ury &&_fcge .Lly <=_ebabg .Ury ; +}; + +// String returns a human readable description of `s`. +func (_aaacd intSet )String ()string {var _edgff []int ;for _egbdf :=range _aaacd {if _aaacd .has (_egbdf ){_edgff =append (_edgff ,_egbdf );};};_bd .Ints (_edgff );return _deg .Sprintf ("\u0025\u002b\u0076",_edgff );};func _ecbcb (_efcgf []*textMark ,_ggaa _bf .PdfRectangle )string {_d .Log .Trace ("\u006d\u0061\u006b\u0065\u0053i\u006d\u0070\u006c\u0065\u0054\u0065\u0078\u0074\u003a\u0020\u0025\u0064\u0020e\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0020\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u003d\u0025\u002e\u0032\u0066",len (_efcgf ),_ggaa ); +_aeaaa :="";if len (_efcgf )==0{return _aeaaa ;};_eaagf :=_fcfa (_efcgf ,_ggaa );if len (_eaagf )==0{return _aeaaa ;};_eeegc :=0.0;_ggaf :=true ;_aaec :="";for _ ,_dgag :=range _eaagf {_ebbg :=_dgag ._gbaff ;if _ebbg > _aade {_ebbg =_aade ;};if (_dgag ._afefd -_eeegc > _bdfd *_ebbg &&_eeegc !=0.0)||(_eeegc -_dgag ._afefd > _ebbg *10){_dagc :=_ea ([]rune (_aaec )); +_aaec =_dagc ._bfe ;_aaec +="\u000a";_aeaaa +=_aaec ;_aaec ="";}else {if !_ggaf {_aaec +="\u0020";};};_aaec +=_dgag ._dfaee ;_ggaf =false ;_eeegc =_dgag ._afefd ;};if _aaec !=""{_cfeb :=_ea ([]rune (_aaec ));_aaec =_cfeb ._bfe ;_aaec +="\u000a";_aeaaa +=_aaec ; +};return _aeaaa ;};func _cd (_gd int )bool {return (_gd &1)==0};func _caag (_afbag *textLine ,_gdfa []*textLine ,_agccg []float64 )float64 {var _fabeb float64 =-1;for _ ,_fdae :=range _gdfa {if _fdae ._eeage > _afbag ._eeage {if _aa .Round (_fdae .Llx )>=_aa .Round (_afbag .Llx ){_fabeb =_fdae ._eeage ; +}else {break ;};};};return _fabeb ;}; + +// TableCell is a cell in a TextTable. +type TableCell struct{_bf .PdfRectangle ; + +// Text is the extracted text. +Text string ; + +// Marks returns the TextMarks corresponding to the text in Text. +Marks TextMarkArray ;};type gridTiling struct{_bf .PdfRectangle ;_cbeaa []float64 ;_bede []float64 ;_efde map[float64 ]map[float64 ]gridTile ;};func (_effbc pathSection )bbox ()_bf .PdfRectangle {_dadg :=_effbc ._cgdd [0]._egdag [0];_defdac :=_bf .PdfRectangle {Llx :_dadg .X ,Urx :_dadg .X ,Lly :_dadg .Y ,Ury :_dadg .Y }; +_ccced :=func (_bfgc _ed .Point ){if _bfgc .X < _defdac .Llx {_defdac .Llx =_bfgc .X ;}else if _bfgc .X > _defdac .Urx {_defdac .Urx =_bfgc .X ;};if _bfgc .Y < _defdac .Lly {_defdac .Lly =_bfgc .Y ;}else if _bfgc .Y > _defdac .Ury {_defdac .Ury =_bfgc .Y ; +};};for _ ,_ggbd :=range _effbc ._cgdd [0]._egdag [1:]{_ccced (_ggbd );};for _ ,_gdce :=range _effbc ._cgdd [1:]{for _ ,_cfba :=range _gdce ._egdag {_ccced (_cfba );};};return _defdac ;};type gridTile struct{_bf .PdfRectangle ;_egfbb ,_cbegc ,_ffdg ,_eeba bool ; +}; \ No newline at end of file diff --git a/fdf/fdf.go b/fdf/fdf.go index 02cbb0c01..7431a2d30 100644 --- a/fdf/fdf.go +++ b/fdf/fdf.go @@ -10,116 +10,114 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package fdf provides support for loading form field data from Form Field Data (FDF) files. -package fdf ;import (_dg "bufio";_fb "bytes";_f "encoding/hex";_a "errors";_ba "fmt";_ce "github.com/unidoc/unipdf/v3/common";_ad "github.com/unidoc/unipdf/v3/core";_c "io";_g "os";_dd "regexp";_e "sort";_b "strconv";_da "strings";);var _cbc =_dd .MustCompile ("\u005e\u005b\u005c+-\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e]\u002b)\u0065[\u005c+\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e\u005d\u002b\u0029"); -func _gagd (_eaae string )(*fdfParser ,error ){_gbe :=fdfParser {};_gcf :=[]byte (_eaae );_ceaa :=_fb .NewReader (_gcf );_gbe ._bed =_ceaa ;_gbe ._cg =map[int64 ]_ad .PdfObject {};_fge :=_dg .NewReader (_ceaa );_gbe ._cdcc =_fge ;_gbe ._gg =int64 (len (_eaae )); -return &_gbe ,_gbe .parse ();}; +package fdf ;import (_d "bufio";_ga "bytes";_ab "encoding/hex";_b "errors";_eg "fmt";_f "github.com/unidoc/unipdf/v3/common";_df "github.com/unidoc/unipdf/v3/core";_gb "io";_aba "os";_g "regexp";_c "sort";_a "strconv";_ef "strings";);func (_bgf *fdfParser )parseIndirectObject ()(_df .PdfObject ,error ){_fabc :=_df .PdfIndirectObject {}; +_f .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a");_dad ,_eag :=_bgf ._adcc .Peek (20);if _eag !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); +return &_fabc ,_eag ;};_f .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_dad ));_dddf :=_gg .FindStringSubmatchIndex (string (_dad ));if len (_dddf )< 6{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_dad )); +return &_fabc ,_b .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_bgf ._adcc .Discard (_dddf [0]);_f .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_dddf );_caa :=_dddf [1]-_dddf [0];_eegg :=make ([]byte ,_caa );_ ,_eag =_bgf .readAtLeast (_eegg ,_caa );if _eag !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_eag ); +return nil ,_eag ;};_f .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_eegg );_eceg :=_gg .FindStringSubmatch (string (_eegg ));if len (_eceg )< 3{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_eegg )); +return &_fabc ,_b .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_dde ,_ :=_a .Atoi (_eceg [1]);_ddge ,_ :=_a .Atoi (_eceg [2]);_fabc .ObjectNumber =int64 (_dde );_fabc .GenerationNumber =int64 (_ddge );for {_gbff ,_fdg :=_bgf ._adcc .Peek (2);if _fdg !=nil {return &_fabc ,_fdg ;};_f .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gbff ),string (_gbff )); +if _df .IsWhiteSpace (_gbff [0]){_bgf .skipSpaces ();}else if _gbff [0]=='%'{_bgf .skipComments ();}else if (_gbff [0]=='<')&&(_gbff [1]=='<'){_f .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_fabc .PdfObject ,_fdg =_bgf .parseDict (); +_f .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_fdg );if _fdg !=nil {return &_fabc ,_fdg ;};_f .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +}else if (_gbff [0]=='/')||(_gbff [0]=='(')||(_gbff [0]=='[')||(_gbff [0]=='<'){_fabc .PdfObject ,_fdg =_bgf .parseObject ();if _fdg !=nil {return &_fabc ,_fdg ;};_f .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); +}else {if _gbff [0]=='e'{_abbf ,_gbfe :=_bgf .readTextLine ();if _gbfe !=nil {return nil ,_gbfe ;};if len (_abbf )>=6&&_abbf [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _gbff [0]=='s'{_gbff ,_ =_bgf ._adcc .Peek (10);if string (_gbff [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_bge :=6; +if len (_gbff )> 6{if _df .IsWhiteSpace (_gbff [_bge ])&&_gbff [_bge ]!='\r'&&_gbff [_bge ]!='\n'{_f .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0046\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); +_bge ++;};if _gbff [_bge ]=='\r'{_bge ++;if _gbff [_bge ]=='\n'{_bge ++;};}else if _gbff [_bge ]=='\n'{_bge ++;};};_bgf ._adcc .Discard (_bge );_fbe ,_cffe :=_fabc .PdfObject .(*_df .PdfObjectDictionary );if !_cffe {return nil ,_b .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_f .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_fbe );_fag ,_bfdb :=_fbe .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*_df .PdfObjectInteger );if !_bfdb {return nil ,_b .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); +};_abe :=*_fag ;if _abe < 0{return nil ,_b .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};if int64 (_abe )> _bgf ._fab {_f .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); +return nil ,_b .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_cgg :=make ([]byte ,_abe ); +_ ,_fdg =_bgf .readAtLeast (_cgg ,int (_abe ));if _fdg !=nil {_f .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_cgg ),_cgg );_f .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdg ); +return nil ,_fdg ;};_eade :=_df .PdfObjectStream {};_eade .Stream =_cgg ;_eade .PdfObjectDictionary =_fabc .PdfObject .(*_df .PdfObjectDictionary );_eade .ObjectNumber =_fabc .ObjectNumber ;_eade .GenerationNumber =_fabc .GenerationNumber ;_bgf .skipSpaces (); +_bgf ._adcc .Discard (9);_bgf .skipSpaces ();return &_eade ,nil ;};};_fabc .PdfObject ,_fdg =_bgf .parseObject ();return &_fabc ,_fdg ;};};_f .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021"); +return &_fabc ,nil ;};func (_eff *fdfParser )skipComments ()error {if _ ,_dcf :=_eff .skipSpaces ();_dcf !=nil {return _dcf ;};_dfc :=true ;for {_cg ,_afa :=_eff ._adcc .Peek (1);if _afa !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_afa .Error ()); +return _afa ;};if _dfc &&_cg [0]!='%'{return nil ;};_dfc =false ;if (_cg [0]!='\r')&&(_cg [0]!='\n'){_eff ._adcc .ReadByte ();}else {break ;};};return _eff .skipComments ();};var _efd =_g .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029"); +var _gg =_g .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a");func (_ebb *fdfParser )parseNull ()(_df .PdfObjectNull ,error ){_ ,_afc :=_ebb ._adcc .Discard (4);return _df .PdfObjectNull {},_afc ; +};var _bg =_g .MustCompile ("\u0025F\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029");func (_gbe *fdfParser )parseNumber ()(_df .PdfObject ,error ){return _df .ParseNumber (_gbe ._adcc )}; + +// Load loads FDF form data from `r`. +func Load (r _gb .ReadSeeker )(*Data ,error ){_ec ,_ff :=_ede (r );if _ff !=nil {return nil ,_ff ;};_ad ,_ff :=_ec .Root ();if _ff !=nil {return nil ,_ff ;};_ge ,_de :=_df .GetArray (_ad .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_de {return nil ,_b .New ("\u0066\u0069\u0065\u006c\u0064\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +};return &Data {_dc :_ge ,_af :_ad },nil ;}; // FieldDictionaries returns a map of field names to field dictionaries. -func (fdf *Data )FieldDictionaries ()(map[string ]*_ad .PdfObjectDictionary ,error ){_eb :=map[string ]*_ad .PdfObjectDictionary {};for _af :=0;_af < fdf ._adg .Len ();_af ++{_acd ,_fg :=_ad .GetDict (fdf ._adg .Get (_af ));if _fg {_ade ,_ :=_ad .GetString (_acd .Get ("\u0054")); -if _ade !=nil {_eb [_ade .Str ()]=_acd ;};};};return _eb ,nil ;};func (_acg *fdfParser )parseDict ()(*_ad .PdfObjectDictionary ,error ){_ce .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020D\u0069\u0063\u0074\u0021"); -_ceb :=_ad .MakeDict ();_cec ,_ :=_acg ._cdcc .ReadByte ();if _cec !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_cec ,_ =_acg ._cdcc .ReadByte ();if _cec !='<'{return nil ,_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -};for {_acg .skipSpaces ();_acg .skipComments ();_gdd ,_bcb :=_acg ._cdcc .Peek (2);if _bcb !=nil {return nil ,_bcb ;};_ce .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gdd ),string (_gdd )); -if (_gdd [0]=='>')&&(_gdd [1]=='>'){_ce .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079");_acg ._cdcc .ReadByte ();_acg ._cdcc .ReadByte ();break ;};_ce .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021"); -_ecc ,_bcb :=_acg .parseName ();_ce .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_ecc );if _bcb !=nil {_ce .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_bcb ); -return nil ,_bcb ;};if len (_ecc )> 4&&_ecc [len (_ecc )-4:]=="\u006e\u0075\u006c\u006c"{_gbg :=_ecc [0:len (_ecc )-4];_ce .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_ecc ); -_ce .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_gbg );_acg .skipSpaces ();_bcag ,_ :=_acg ._cdcc .Peek (1);if _bcag [0]=='/'{_ceb .Set (_gbg ,_ad .MakeNull ());continue ;};};_acg .skipSpaces (); -_agd ,_bcb :=_acg .parseObject ();if _bcb !=nil {return nil ,_bcb ;};_ceb .Set (_ecc ,_agd );_ce .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_ecc ,_agd .String ());};_ce .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021"); -return _ceb ,nil ;};func (_age *fdfParser )parseFdfVersion ()(int ,int ,error ){_age ._bed .Seek (0,_c .SeekStart );_ggc :=20;_baff :=make ([]byte ,_ggc );_age ._bed .Read (_baff );_ebcc :=_gcd .FindStringSubmatch (string (_baff ));if len (_ebcc )< 3{_dcf ,_edb ,_fab :=_age .seekFdfVersionTopDown (); -if _fab !=nil {_ce .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e");return 0,0,_fab ; -};return _dcf ,_edb ,nil ;};_ggb ,_aea :=_b .Atoi (_ebcc [1]);if _aea !=nil {return 0,0,_aea ;};_dbg ,_aea :=_b .Atoi (_ebcc [2]);if _aea !=nil {return 0,0,_aea ;};_ce .Log .Debug ("\u0046\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_ggb ,_dbg ); -return _ggb ,_dbg ,nil ;};var _gcd =_dd .MustCompile ("\u0025F\u0044F\u002d\u0028\u005c\u0064\u0029\u005c\u002e\u0028\u005c\u0064\u0029");var _ge =_dd .MustCompile ("\u0025\u0025\u0045O\u0046");func (_ab *fdfParser )setFileOffset (_fe int64 ){_ab ._bed .Seek (_fe ,_c .SeekStart ); -_ab ._cdcc =_dg .NewReader (_ab ._bed );};func (_dab *fdfParser )skipSpaces ()(int ,error ){_ebc :=0;for {_aaf ,_ddad :=_dab ._cdcc .ReadByte ();if _ddad !=nil {return 0,_ddad ;};if _ad .IsWhiteSpace (_aaf ){_ebc ++;}else {_dab ._cdcc .UnreadByte ();break ; -};};return _ebc ,nil ;};func (_fd *fdfParser )readAtLeast (_ag []byte ,_fgg int )(int ,error ){_be :=_fgg ;_cea :=0;_ef :=0;for _be > 0{_ea ,_cc :=_fd ._cdcc .Read (_ag [_cea :]);if _cc !=nil {_ce .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_ea ,_ef ,_cc .Error ()); -return _cea ,_a .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067");};_ef ++;_cea +=_ea ;_be -=_ea ;};return _cea ,nil ;};func (_egbe *fdfParser )trace (_beb _ad .PdfObject )_ad .PdfObject {switch _cef :=_beb .(type ){case *_ad .PdfObjectReference :_cca ,_gfe :=_egbe ._cg [_cef .ObjectNumber ].(*_ad .PdfIndirectObject ); -if _gfe {return _cca .PdfObject ;};_ce .Log .Debug ("\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ;case *_ad .PdfIndirectObject :return _cef .PdfObject ;};return _beb ;}; +func (fdf *Data )FieldDictionaries ()(map[string ]*_df .PdfObjectDictionary ,error ){_ag :=map[string ]*_df .PdfObjectDictionary {};for _dff :=0;_dff < fdf ._dc .Len ();_dff ++{_bf ,_adf :=_df .GetDict (fdf ._dc .Get (_dff ));if _adf {_aa ,_ :=_df .GetString (_bf .Get ("\u0054")); +if _aa !=nil {_ag [_aa .Str ()]=_bf ;};};};return _ag ,nil ;};func _gac (_eea string )(*fdfParser ,error ){_dge :=fdfParser {};_bda :=[]byte (_eea );_cfg :=_ga .NewReader (_bda );_dge ._dce =_cfg ;_dge ._gdee =map[int64 ]_df .PdfObject {};_gabd :=_d .NewReader (_cfg ); +_dge ._adcc =_gabd ;_dge ._fab =int64 (len (_eea ));return &_dge ,_dge .parse ();}; -// Data represents forms data format (FDF) file data. -type Data struct{_ac *_ad .PdfObjectDictionary ;_adg *_ad .PdfObjectArray ;};func (_aebd *fdfParser )parseBool ()(_ad .PdfObjectBool ,error ){_fggf ,_bcg :=_aebd ._cdcc .Peek (4);if _bcg !=nil {return _ad .PdfObjectBool (false ),_bcg ;};if (len (_fggf )>=4)&&(string (_fggf [:4])=="\u0074\u0072\u0075\u0065"){_aebd ._cdcc .Discard (4); -return _ad .PdfObjectBool (true ),nil ;};_fggf ,_bcg =_aebd ._cdcc .Peek (5);if _bcg !=nil {return _ad .PdfObjectBool (false ),_bcg ;};if (len (_fggf )>=5)&&(string (_fggf [:5])=="\u0066\u0061\u006cs\u0065"){_aebd ._cdcc .Discard (5);return _ad .PdfObjectBool (false ),nil ; -};return _ad .PdfObjectBool (false ),_a .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};type fdfParser struct{_eae int ;_dde int ;_cg map[int64 ]_ad .PdfObject ;_bed _c .ReadSeeker ; -_cdcc *_dg .Reader ;_gg int64 ;_bb *_ad .PdfObjectDictionary ;};func (_fbe *fdfParser )parse ()error {_fbe ._bed .Seek (0,_c .SeekStart );_fbe ._cdcc =_dg .NewReader (_fbe ._bed );for {_fbe .skipComments ();_dbcf ,_ddd :=_fbe ._cdcc .Peek (20);if _ddd !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); -return _ddd ;};if _da .HasPrefix (string (_dbcf ),"\u0074r\u0061\u0069\u006c\u0065\u0072"){_fbe ._cdcc .Discard (7);_fbe .skipSpaces ();_fbe .skipComments ();_bafg ,_ :=_fbe .parseDict ();_fbe ._bb =_bafg ;break ;};_geb :=_agc .FindStringSubmatchIndex (string (_dbcf )); -if len (_geb )< 6{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_dbcf )); -return _a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_bdd ,_ddd :=_fbe .parseIndirectObject ();if _ddd !=nil {return _ddd ;};switch _ebag :=_bdd .(type ){case *_ad .PdfIndirectObject :_fbe ._cg [_ebag .ObjectNumber ]=_ebag ;case *_ad .PdfObjectStream :_fbe ._cg [_ebag .ObjectNumber ]=_ebag ;default:return _a .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};};return nil ;};func (_gcdd *fdfParser )parseNumber ()(_ad .PdfObject ,error ){return _ad .ParseNumber (_gcdd ._cdcc )};func (_bac *fdfParser )parseArray ()(*_ad .PdfObjectArray ,error ){_beg :=_ad .MakeArray ();_bac ._cdcc .ReadByte ();for {_bac .skipSpaces (); -_bfe ,_acc :=_bac ._cdcc .Peek (1);if _acc !=nil {return _beg ,_acc ;};if _bfe [0]==']'{_bac ._cdcc .ReadByte ();break ;};_bd ,_acc :=_bac .parseObject ();if _acc !=nil {return _beg ,_acc ;};_beg .Append (_bd );};return _beg ,nil ;};func (_gca *fdfParser )readTextLine ()(string ,error ){var _bf _fb .Buffer ; -for {_fbb ,_adb :=_gca ._cdcc .Peek (1);if _adb !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_adb .Error ());return _bf .String (),_adb ;};if (_fbb [0]!='\r')&&(_fbb [0]!='\n'){_ff ,_ :=_gca ._cdcc .ReadByte ();_bf .WriteByte (_ff ); -}else {break ;};};return _bf .String (),nil ;};func (_fcf *fdfParser )parseString ()(*_ad .PdfObjectString ,error ){_fcf ._cdcc .ReadByte ();var _agg _fb .Buffer ;_bg :=1;for {_dea ,_df :=_fcf ._cdcc .Peek (1);if _df !=nil {return _ad .MakeString (_agg .String ()),_df ; -};if _dea [0]=='\\'{_fcf ._cdcc .ReadByte ();_cae ,_afe :=_fcf ._cdcc .ReadByte ();if _afe !=nil {return _ad .MakeString (_agg .String ()),_afe ;};if _ad .IsOctalDigit (_cae ){_eac ,_fbbg :=_fcf ._cdcc .Peek (2);if _fbbg !=nil {return _ad .MakeString (_agg .String ()),_fbbg ; -};var _bgc []byte ;_bgc =append (_bgc ,_cae );for _ ,_dc :=range _eac {if _ad .IsOctalDigit (_dc ){_bgc =append (_bgc ,_dc );}else {break ;};};_fcf ._cdcc .Discard (len (_bgc )-1);_ce .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_bgc ); -_eaf ,_fbbg :=_b .ParseUint (string (_bgc ),8,32);if _fbbg !=nil {return _ad .MakeString (_agg .String ()),_fbbg ;};_agg .WriteByte (byte (_eaf ));continue ;};switch _cae {case 'n':_agg .WriteRune ('\n');case 'r':_agg .WriteRune ('\r');case 't':_agg .WriteRune ('\t'); -case 'b':_agg .WriteRune ('\b');case 'f':_agg .WriteRune ('\f');case '(':_agg .WriteRune ('(');case ')':_agg .WriteRune (')');case '\\':_agg .WriteRune ('\\');};continue ;}else if _dea [0]=='('{_bg ++;}else if _dea [0]==')'{_bg --;if _bg ==0{_fcf ._cdcc .ReadByte (); -break ;};};_dgb ,_ :=_fcf ._cdcc .ReadByte ();_agg .WriteByte (_dgb );};return _ad .MakeString (_agg .String ()),nil ;};func (_efe *fdfParser )parseIndirectObject ()(_ad .PdfObject ,error ){_bge :=_ad .PdfIndirectObject {};_ce .Log .Trace ("\u002dR\u0065a\u0064\u0020\u0069\u006e\u0064i\u0072\u0065c\u0074\u0020\u006f\u0062\u006a"); -_ace ,_ddg :=_efe ._cdcc .Peek (20);if _ddg !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); -return &_bge ,_ddg ;};_ce .Log .Trace ("\u0028\u0069\u006edi\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0020\u0070\u0065\u0065\u006b\u0020\u0022\u0025\u0073\u0022",string (_ace ));_def :=_agc .FindStringSubmatchIndex (string (_ace ));if len (_def )< 6{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_ace )); -return &_bge ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_efe ._cdcc .Discard (_def [0]);_ce .Log .Trace ("O\u0066\u0066\u0073\u0065\u0074\u0073\u0020\u0025\u0020\u0064",_def );_ged :=_def [1]-_def [0];_cgd :=make ([]byte ,_ged );_ ,_ddg =_efe .readAtLeast (_cgd ,_ged );if _ddg !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0061\u0062l\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020-\u0020\u0025\u0073",_ddg ); -return nil ,_ddg ;};_ce .Log .Trace ("\u0074\u0065\u0078t\u006c\u0069\u006e\u0065\u003a\u0020\u0025\u0073",_cgd );_gab :=_agc .FindStringSubmatch (string (_cgd ));if len (_gab )< 3{_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cgd )); -return &_bge ,_a .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); -};_ffg ,_ :=_b .Atoi (_gab [1]);_dce ,_ :=_b .Atoi (_gab [2]);_bge .ObjectNumber =int64 (_ffg );_bge .GenerationNumber =int64 (_dce );for {_cfb ,_bffa :=_efe ._cdcc .Peek (2);if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("I\u006ed\u002e\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_cfb ),string (_cfb )); -if _ad .IsWhiteSpace (_cfb [0]){_efe .skipSpaces ();}else if _cfb [0]=='%'{_efe .skipComments ();}else if (_cfb [0]=='<')&&(_cfb [1]=='<'){_ce .Log .Trace ("\u0043\u0061\u006c\u006c\u0020\u0050\u0061\u0072\u0073e\u0044\u0069\u0063\u0074");_bge .PdfObject ,_bffa =_efe .parseDict (); -_ce .Log .Trace ("\u0045\u004f\u0046\u0020Ca\u006c\u006c\u0020\u0050\u0061\u0072\u0073\u0065\u0044\u0069\u0063\u0074\u003a\u0020%\u0076",_bffa );if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e.\u002e\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -}else if (_cfb [0]=='/')||(_cfb [0]=='(')||(_cfb [0]=='[')||(_cfb [0]=='<'){_bge .PdfObject ,_bffa =_efe .parseObject ();if _bffa !=nil {return &_bge ,_bffa ;};_ce .Log .Trace ("P\u0061\u0072\u0073\u0065\u0064\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u002e\u002e\u002e \u0066\u0069\u006ei\u0073h\u0065\u0064\u002e"); -}else {if _cfb [0]=='e'{_dcfg ,_eba :=_efe .readTextLine ();if _eba !=nil {return nil ,_eba ;};if len (_dcfg )>=6&&_dcfg [0:6]=="\u0065\u006e\u0064\u006f\u0062\u006a"{break ;};}else if _cfb [0]=='s'{_cfb ,_ =_efe ._cdcc .Peek (10);if string (_cfb [:6])=="\u0073\u0074\u0072\u0065\u0061\u006d"{_ecfd :=6; -if len (_cfb )> 6{if _ad .IsWhiteSpace (_cfb [_ecfd ])&&_cfb [_ecfd ]!='\r'&&_cfb [_ecfd ]!='\n'{_ce .Log .Debug ("\u004e\u006fn\u002d\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0074\u0020\u0046\u0044\u0046\u0020\u006e\u006f\u0074 \u0065\u006e\u0064\u0069\u006e\u0067 \u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006c\u0069\u006e\u0065\u0020\u0070\u0072o\u0070\u0065r\u006c\u0079\u0020\u0077i\u0074\u0068\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072"); -_ecfd ++;};if _cfb [_ecfd ]=='\r'{_ecfd ++;if _cfb [_ecfd ]=='\n'{_ecfd ++;};}else if _cfb [_ecfd ]=='\n'{_ecfd ++;};};_efe ._cdcc .Discard (_ecfd );_eee ,_gcae :=_bge .PdfObject .(*_ad .PdfObjectDictionary );if !_gcae {return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006di\u0073s\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_ce .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074\u0020\u0025\u0073",_eee );_bfee ,_cafg :=_eee .Get ("\u004c\u0065\u006e\u0067\u0074\u0068").(*_ad .PdfObjectInteger );if !_cafg {return nil ,_a .New ("\u0073\u0074re\u0061\u006d\u0020l\u0065\u006e\u0067\u0074h n\u0065ed\u0073\u0020\u0074\u006f\u0020\u0062\u0065 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067e\u0072"); -};_bgef :=*_bfee ;if _bgef < 0{return nil ,_a .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f \u0062e\u0020\u006c\u006f\u006e\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030");};if int64 (_bgef )> _efe ._gg {_ce .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053t\u0072\u0065\u0061\u006d\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0069\u007a\u0065"); -return nil ,_a .New ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0073t\u0072\u0065\u0061m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u002c\u0020la\u0072\u0067\u0065r\u0020\u0074h\u0061\u006e\u0020\u0066\u0069\u006ce\u0020\u0073i\u007a\u0065");};_eccc :=make ([]byte ,_bgef ); -_ ,_bffa =_efe .readAtLeast (_eccc ,int (_bgef ));if _bffa !=nil {_ce .Log .Debug ("E\u0052\u0052\u004f\u0052 s\u0074r\u0065\u0061\u006d\u0020\u0028%\u0064\u0029\u003a\u0020\u0025\u0058",len (_eccc ),_eccc );_ce .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bffa ); -return nil ,_bffa ;};_ddf :=_ad .PdfObjectStream {};_ddf .Stream =_eccc ;_ddf .PdfObjectDictionary =_bge .PdfObject .(*_ad .PdfObjectDictionary );_ddf .ObjectNumber =_bge .ObjectNumber ;_ddf .GenerationNumber =_bge .GenerationNumber ;_efe .skipSpaces (); -_efe ._cdcc .Discard (9);_efe .skipSpaces ();return &_ddf ,nil ;};};_bge .PdfObject ,_bffa =_efe .parseObject ();return &_bge ,_bffa ;};};_ce .Log .Trace ("\u0052\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0021"); -return &_bge ,nil ;};func (_baf *fdfParser )parseHexString ()(*_ad .PdfObjectString ,error ){_baf ._cdcc .ReadByte ();var _fdd _fb .Buffer ;for {_dbb ,_bea :=_baf ._cdcc .Peek (1);if _bea !=nil {return _ad .MakeHexString (""),_bea ;};if _dbb [0]=='>'{_baf ._cdcc .ReadByte (); -break ;};_dfd ,_ :=_baf ._cdcc .ReadByte ();if !_ad .IsWhiteSpace (_dfd ){_fdd .WriteByte (_dfd );};};if _fdd .Len ()%2==1{_fdd .WriteRune ('0');};_fgf ,_ffad :=_f .DecodeString (_fdd .String ());if _ffad !=nil {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0078\u0020\u0073\u0074r\u0069\u006e\u0067\u003a\u0020\u0027\u0025\u0073\u0027 \u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0061n\u0020\u0065\u006d\u0070\u0074\u0079 \u0073\u0074\u0072i\u006e\u0067",_fdd .String ()); -return _ad .MakeHexString (""),nil ;};return _ad .MakeHexString (string (_fgf )),nil ;};var _agc =_dd .MustCompile ("\u0028\u005c\u0064\u002b)\\\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002b\u006f\u0062\u006a");func (_ebb *fdfParser )parseName ()(_ad .PdfObjectName ,error ){var _adf _fb .Buffer ; -_edg :=false ;for {_ffa ,_fga :=_ebb ._cdcc .Peek (1);if _fga ==_c .EOF {break ;};if _fga !=nil {return _ad .PdfObjectName (_adf .String ()),_fga ;};if !_edg {if _ffa [0]=='/'{_edg =true ;_ebb ._cdcc .ReadByte ();}else if _ffa [0]=='%'{_ebb .readComment (); -_ebb .skipSpaces ();}else {_ce .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_ffa ,_ffa );return _ad .PdfObjectName (_adf .String ()),_ba .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_ffa [0]); -};}else {if _ad .IsWhiteSpace (_ffa [0]){break ;}else if (_ffa [0]=='/')||(_ffa [0]=='[')||(_ffa [0]=='(')||(_ffa [0]==']')||(_ffa [0]=='<')||(_ffa [0]=='>'){break ;}else if _ffa [0]=='#'{_bc ,_bee :=_ebb ._cdcc .Peek (3);if _bee !=nil {return _ad .PdfObjectName (_adf .String ()),_bee ; -};_ebb ._cdcc .Discard (3);_cgb ,_bee :=_f .DecodeString (string (_bc [1:3]));if _bee !=nil {return _ad .PdfObjectName (_adf .String ()),_bee ;};_adf .Write (_cgb );}else {_gba ,_ :=_ebb ._cdcc .ReadByte ();_adf .WriteByte (_gba );};};};return _ad .PdfObjectName (_adf .String ()),nil ; -};func (_cdb *fdfParser )readComment ()(string ,error ){var _gga _fb .Buffer ;_ ,_aee :=_cdb .skipSpaces ();if _aee !=nil {return _gga .String (),_aee ;};_eda :=true ;for {_ded ,_ggag :=_cdb ._cdcc .Peek (1);if _ggag !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ggag .Error ()); -return _gga .String (),_ggag ;};if _eda &&_ded [0]!='%'{return _gga .String (),_a .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");};_eda =false ;if (_ded [0]!='\r')&&(_ded [0]!='\n'){_ee ,_ :=_cdb ._cdcc .ReadByte (); -_gga .WriteByte (_ee );}else {break ;};};return _gga .String (),nil ;};var _efg =_dd .MustCompile ("\u005e\u005b\u005c\u002b\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d9\u002e\u005d\u002b\u0029");func (_cdbg *fdfParser )seekFdfVersionTopDown ()(int ,int ,error ){_cdbg ._bed .Seek (0,_c .SeekStart ); -_cdbg ._cdcc =_dg .NewReader (_cdbg ._bed );_ecfg :=20;_aca :=make ([]byte ,_ecfg );for {_fbc ,_aead :=_cdbg ._cdcc .ReadByte ();if _aead !=nil {if _aead ==_c .EOF {break ;}else {return 0,0,_aead ;};};if _ad .IsDecimalDigit (_fbc )&&_aca [_ecfg -1]=='.'&&_ad .IsDecimalDigit (_aca [_ecfg -2])&&_aca [_ecfg -3]=='-'&&_aca [_ecfg -4]=='F'&&_aca [_ecfg -5]=='D'&&_aca [_ecfg -6]=='P'{_aff :=int (_aca [_ecfg -2]-'0'); -_gfc :=int (_fbc -'0');return _aff ,_gfc ,nil ;};_aca =append (_aca [1:_ecfg ],_fbc );};return 0,0,_a .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};func _fgb (_gec string )(_ad .PdfObjectReference ,error ){_cbf :=_ad .PdfObjectReference {}; -_gbc :=_ca .FindStringSubmatch (_gec );if len (_gbc )< 3{_ce .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065");return _cbf ,_a .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e"); -};_eaa ,_eg :=_b .Atoi (_gbc [1]);if _eg !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070a\u0072\u0073\u0069n\u0067\u0020\u006fb\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072 '\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0020\u003d\u0020\u0030",_gbc [1]); -return _cbf ,nil ;};_cbf .ObjectNumber =int64 (_eaa );_aaa ,_eg :=_b .Atoi (_gbc [2]);if _eg !=nil {_ce .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020g\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0027\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0067\u0065\u006e\u0020\u003d\u0020\u0030",_gbc [2]); -return _cbf ,nil ;};_cbf .GenerationNumber =int64 (_aaa );return _cbf ,nil ;}; +// FieldValues implements interface model.FieldValueProvider. +// Returns a map of field names to values (PdfObjects). +func (fdf *Data )FieldValues ()(map[string ]_df .PdfObject ,error ){_cf ,_ac :=fdf .FieldDictionaries ();if _ac !=nil {return nil ,_ac ;};var _be []string ;for _bb :=range _cf {_be =append (_be ,_bb );};_c .Strings (_be );_afbb :=map[string ]_df .PdfObject {}; +for _ ,_dae :=range _be {_dd :=_cf [_dae ];_dfd :=_df .TraceToDirectObject (_dd .Get ("\u0056"));_afbb [_dae ]=_dfd ;};return _afbb ,nil ;};func (_cge *fdfParser )parseObject ()(_df .PdfObject ,error ){_f .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); +_cge .skipSpaces ();for {_ecb ,_ece :=_cge ._adcc .Peek (2);if _ece !=nil {return nil ,_ece ;};_f .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_ecb ));if _ecb [0]=='/'{_efb ,_ca :=_cge .parseName (); +_f .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_efb );return &_efb ,_ca ;}else if _ecb [0]=='('{_f .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");return _cge .parseString ();}else if _ecb [0]=='['{_f .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021"); +return _cge .parseArray ();}else if (_ecb [0]=='<')&&(_ecb [1]=='<'){_f .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021");return _cge .parseDict ();}else if _ecb [0]=='<'{_f .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021"); +return _cge .parseHexString ();}else if _ecb [0]=='%'{_cge .readComment ();_cge .skipSpaces ();}else {_f .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_ecb ,_ =_cge ._adcc .Peek (15);_ggef :=string (_ecb ); +_f .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_ggef );if (len (_ggef )> 3)&&(_ggef [:4]=="\u006e\u0075\u006c\u006c"){_aad ,_gf :=_cge .parseNull ();return &_aad ,_gf ;}else if (len (_ggef )> 4)&&(_ggef [:5]=="\u0066\u0061\u006cs\u0065"){_dbf ,_bc :=_cge .parseBool (); +return &_dbf ,_bc ;}else if (len (_ggef )> 3)&&(_ggef [:4]=="\u0074\u0072\u0075\u0065"){_cdb ,_cdf :=_cge .parseBool ();return &_cdb ,_cdf ;};_bab :=_ee .FindStringSubmatch (_ggef );if len (_bab )> 1{_ecb ,_ =_cge ._adcc .ReadBytes ('R');_f .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_ecb [:])); +_eeb ,_dbd :=_agb (string (_ecb ));return &_eeb ,_dbd ;};_dgd :=_efd .FindStringSubmatch (_ggef );if len (_dgd )> 1{_f .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");return _cge .parseNumber ();};_dgd =_gae .FindStringSubmatch (_ggef ); +if len (_dgd )> 1{_f .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_f .Log .Trace ("\u0025\u0020\u0073",_dgd );return _cge .parseNumber ();};_f .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_ggef ); +return nil ,_b .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); +};};};func _ede (_acdg _gb .ReadSeeker )(*fdfParser ,error ){_ddc :=&fdfParser {};_ddc ._dce =_acdg ;_ddc ._gdee =map[int64 ]_df .PdfObject {};_cggb ,_bdg ,_cfga :=_ddc .parseFdfVersion ();if _cfga !=nil {_f .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_cfga ); +return nil ,_cfga ;};_ddc ._adc =_cggb ;_ddc ._dda =_bdg ;_cfga =_ddc .parse ();return _ddc ,_cfga ;};func (_efg *fdfParser )parseBool ()(_df .PdfObjectBool ,error ){_abb ,_dcff :=_efg ._adcc .Peek (4);if _dcff !=nil {return _df .PdfObjectBool (false ),_dcff ; +};if (len (_abb )>=4)&&(string (_abb [:4])=="\u0074\u0072\u0075\u0065"){_efg ._adcc .Discard (4);return _df .PdfObjectBool (true ),nil ;};_abb ,_dcff =_efg ._adcc .Peek (5);if _dcff !=nil {return _df .PdfObjectBool (false ),_dcff ;};if (len (_abb )>=5)&&(string (_abb [:5])=="\u0066\u0061\u006cs\u0065"){_efg ._adcc .Discard (5); +return _df .PdfObjectBool (false ),nil ;};return _df .PdfObjectBool (false ),_b .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func (_cfd *fdfParser )seekToEOFMarker (_eec int64 )error {_bbe :=int64 (0); +_cb :=int64 (1000);for _bbe < _eec {if _eec <=(_cb +_bbe ){_cb =_eec -_bbe ;};_ ,_eggb :=_cfd ._dce .Seek (-_bbe -_cb ,_gb .SeekEnd );if _eggb !=nil {return _eggb ;};_fbgf :=make ([]byte ,_cb );_cfd ._dce .Read (_fbgf );_f .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_fbgf )); +_def :=_cd .FindAllStringIndex (string (_fbgf ),-1);if _def !=nil {_dcec :=_def [len (_def )-1];_f .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_def );_cfd ._dce .Seek (-_bbe -_cb +int64 (_dcec [0]),_gb .SeekEnd );return nil ;};_f .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); +_bbe +=_cb ;};_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _b .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +}; // LoadFromPath loads FDF form data from file path `fdfPath`. -func LoadFromPath (fdfPath string )(*Data ,error ){_gc ,_cd :=_g .Open (fdfPath );if _cd !=nil {return nil ,_cd ;};defer _gc .Close ();return Load (_gc );};func _afg (_ggd _c .ReadSeeker )(*fdfParser ,error ){_cdab :=&fdfParser {};_cdab ._bed =_ggd ;_cdab ._cg =map[int64 ]_ad .PdfObject {}; -_fgcg ,_eag ,_cfa :=_cdab .parseFdfVersion ();if _cfa !=nil {_ce .Log .Error ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0076e\u0072\u0073\u0069o\u006e:\u0020\u0025\u0076",_cfa );return nil ,_cfa ;};_cdab ._eae =_fgcg ; -_cdab ._dde =_eag ;_cfa =_cdab .parse ();return _cdab ,_cfa ;}; +func LoadFromPath (fdfPath string )(*Data ,error ){_da ,_gd :=_aba .Open (fdfPath );if _gd !=nil {return nil ,_gd ;};defer _da .Close ();return Load (_da );}; // Root returns the Root of the FDF document. -func (_gfb *fdfParser )Root ()(*_ad .PdfObjectDictionary ,error ){if _gfb ._bb !=nil {if _fcaa ,_egb :=_gfb .trace (_gfb ._bb .Get ("\u0052\u006f\u006f\u0074")).(*_ad .PdfObjectDictionary );_egb {if _cebb ,_aeeg :=_gfb .trace (_fcaa .Get ("\u0046\u0044\u0046")).(*_ad .PdfObjectDictionary ); -_aeeg {return _cebb ,nil ;};};};var _caa []int64 ;for _dae :=range _gfb ._cg {_caa =append (_caa ,_dae );};_e .Slice (_caa ,func (_dbe ,_ggg int )bool {return _caa [_dbe ]< _caa [_ggg ]});for _ ,_dgd :=range _caa {_ega :=_gfb ._cg [_dgd ];if _dbge ,_aag :=_gfb .trace (_ega ).(*_ad .PdfObjectDictionary ); -_aag {if _cda ,_bgg :=_gfb .trace (_dbge .Get ("\u0046\u0044\u0046")).(*_ad .PdfObjectDictionary );_bgg {return _cda ,nil ;};};};return nil ,_a .New ("\u0046\u0044\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");}; +func (_gfb *fdfParser )Root ()(*_df .PdfObjectDictionary ,error ){if _gfb ._bec !=nil {if _fba ,_facd :=_gfb .trace (_gfb ._bec .Get ("\u0052\u006f\u006f\u0074")).(*_df .PdfObjectDictionary );_facd {if _fefd ,_ege :=_gfb .trace (_fba .Get ("\u0046\u0044\u0046")).(*_df .PdfObjectDictionary ); +_ege {return _fefd ,nil ;};};};var _cgga []int64 ;for _ebbf :=range _gfb ._gdee {_cgga =append (_cgga ,_ebbf );};_c .Slice (_cgga ,func (_ceb ,_ade int )bool {return _cgga [_ceb ]< _cgga [_ade ]});for _ ,_egdb :=range _cgga {_ebe :=_gfb ._gdee [_egdb ]; +if _acg ,_cfc :=_gfb .trace (_ebe ).(*_df .PdfObjectDictionary );_cfc {if _aee ,_eggd :=_gfb .trace (_acg .Get ("\u0046\u0044\u0046")).(*_df .PdfObjectDictionary );_eggd {return _aee ,nil ;};};};return nil ,_b .New ("\u0046\u0044\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};type fdfParser struct{_adc int ;_dda int ;_gdee map[int64 ]_df .PdfObject ;_dce _gb .ReadSeeker ;_adcc *_d .Reader ;_fab int64 ;_bec *_df .PdfObjectDictionary ;};func (_fac *fdfParser )readTextLine ()(string ,error ){var _cff _ga .Buffer ;for {_dcfa ,_egdg :=_fac ._adcc .Peek (1); +if _egdg !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_egdg .Error ());return _cff .String (),_egdg ;};if (_dcfa [0]!='\r')&&(_dcfa [0]!='\n'){_fce ,_ :=_fac ._adcc .ReadByte ();_cff .WriteByte (_fce );}else {break ;};};return _cff .String (),nil ; +};func (_fc *fdfParser )readComment ()(string ,error ){var _fb _ga .Buffer ;_ ,_bfd :=_fc .skipSpaces ();if _bfd !=nil {return _fb .String (),_bfd ;};_ce :=true ;for {_abg ,_fcf :=_fc ._adcc .Peek (1);if _fcf !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_fcf .Error ()); +return _fb .String (),_fcf ;};if _ce &&_abg [0]!='%'{return _fb .String (),_b .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");};_ce =false ;if (_abg [0]!='\r')&&(_abg [0]!='\n'){_ed ,_ :=_fc ._adcc .ReadByte (); +_fb .WriteByte (_ed );}else {break ;};};return _fb .String (),nil ;};func (_ddg *fdfParser )parseName ()(_df .PdfObjectName ,error ){var _gaeb _ga .Buffer ;_bfe :=false ;for {_efe ,_cea :=_ddg ._adcc .Peek (1);if _cea ==_gb .EOF {break ;};if _cea !=nil {return _df .PdfObjectName (_gaeb .String ()),_cea ; +};if !_bfe {if _efe [0]=='/'{_bfe =true ;_ddg ._adcc .ReadByte ();}else if _efe [0]=='%'{_ddg .readComment ();_ddg .skipSpaces ();}else {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020N\u0061\u006d\u0065\u0020\u0073\u0074\u0061\u0072\u0074\u0069\u006e\u0067\u0020w\u0069\u0074\u0068\u0020\u0025\u0073\u0020(\u0025\u0020\u0078\u0029",_efe ,_efe ); +return _df .PdfObjectName (_gaeb .String ()),_eg .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_efe [0]);};}else {if _df .IsWhiteSpace (_efe [0]){break ;}else if (_efe [0]=='/')||(_efe [0]=='[')||(_efe [0]=='(')||(_efe [0]==']')||(_efe [0]=='<')||(_efe [0]=='>'){break ; +}else if _efe [0]=='#'{_dgb ,_feg :=_ddg ._adcc .Peek (3);if _feg !=nil {return _df .PdfObjectName (_gaeb .String ()),_feg ;};_ddg ._adcc .Discard (3);_ddd ,_feg :=_ab .DecodeString (string (_dgb [1:3]));if _feg !=nil {return _df .PdfObjectName (_gaeb .String ()),_feg ; +};_gaeb .Write (_ddd );}else {_eaa ,_ :=_ddg ._adcc .ReadByte ();_gaeb .WriteByte (_eaa );};};};return _df .PdfObjectName (_gaeb .String ()),nil ;};func (_adg *fdfParser )seekFdfVersionTopDown ()(int ,int ,error ){_adg ._dce .Seek (0,_gb .SeekStart );_adg ._adcc =_d .NewReader (_adg ._dce ); +_fabf :=20;_aed :=make ([]byte ,_fabf );for {_eef ,_efde :=_adg ._adcc .ReadByte ();if _efde !=nil {if _efde ==_gb .EOF {break ;}else {return 0,0,_efde ;};};if _df .IsDecimalDigit (_eef )&&_aed [_fabf -1]=='.'&&_df .IsDecimalDigit (_aed [_fabf -2])&&_aed [_fabf -3]=='-'&&_aed [_fabf -4]=='F'&&_aed [_fabf -5]=='D'&&_aed [_fabf -6]=='P'{_fbc :=int (_aed [_fabf -2]-'0'); +_cbe :=int (_eef -'0');return _fbc ,_cbe ,nil ;};_aed =append (_aed [1:_fabf ],_eef );};return 0,0,_b .New ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};func (_abdc *fdfParser )parseFdfVersion ()(int ,int ,error ){_abdc ._dce .Seek (0,_gb .SeekStart ); +_gabb :=20;_abcg :=make ([]byte ,_gabb );_abdc ._dce .Read (_abcg );_egg :=_bg .FindStringSubmatch (string (_abcg ));if len (_egg )< 3{_cdbe ,_dca ,_cfb :=_abdc .seekFdfVersionTopDown ();if _cfb !=nil {_f .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065\u0063\u006f\u0076\u0065\u0072\u0079\u0020\u002d\u0020\u0075n\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0066\u0069nd\u0020\u0076\u0065r\u0073i\u006f\u006e"); +return 0,0,_cfb ;};return _cdbe ,_dca ,nil ;};_acf ,_gbd :=_a .Atoi (_egg [1]);if _gbd !=nil {return 0,0,_gbd ;};_acd ,_gbd :=_a .Atoi (_egg [2]);if _gbd !=nil {return 0,0,_gbd ;};_f .Log .Debug ("\u0046\u0064\u0066\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020%\u0064\u002e\u0025\u0064",_acf ,_acd ); +return _acf ,_acd ,nil ;};func (_bgb *fdfParser )parseDict ()(*_df .PdfObjectDictionary ,error ){_f .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_abc :=_df .MakeDict ();_gbg ,_ :=_bgb ._adcc .ReadByte (); +if _gbg !='<'{return nil ,_b .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};_gbg ,_ =_bgb ._adcc .ReadByte ();if _gbg !='<'{return nil ,_b .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074");};for {_bgb .skipSpaces (); +_bgb .skipComments ();_gdg ,_baa :=_bgb ._adcc .Peek (2);if _baa !=nil {return nil ,_baa ;};_f .Log .Trace ("D\u0069c\u0074\u0020\u0070\u0065\u0065\u006b\u003a\u0020%\u0073\u0020\u0028\u0025 x\u0029\u0021",string (_gdg ),string (_gdg ));if (_gdg [0]=='>')&&(_gdg [1]=='>'){_f .Log .Trace ("\u0045\u004f\u0046\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +_bgb ._adcc .ReadByte ();_bgb ._adcc .ReadByte ();break ;};_f .Log .Trace ("\u0050a\u0072s\u0065\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0021");_gbcc ,_baa :=_bgb .parseName ();_f .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_gbcc ); +if _baa !=nil {_f .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0052e\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006ea\u006d\u0065\u0020e\u0072r\u0020\u0025\u0073",_baa );return nil ,_baa ;};if len (_gbcc )> 4&&_gbcc [len (_gbcc )-4:]=="\u006e\u0075\u006c\u006c"{_gcc :=_gbcc [0:len (_gbcc )-4]; +_f .Log .Debug ("\u0054\u0061\u006b\u0069n\u0067\u0020\u0063\u0061\u0072\u0065\u0020\u006f\u0066\u0020n\u0075l\u006c\u0020\u0062\u0075\u0067\u0020\u0028%\u0073\u0029",_gbcc );_f .Log .Debug ("\u004e\u0065\u0077\u0020ke\u0079\u0020\u0022\u0025\u0073\u0022\u0020\u003d\u0020\u006e\u0075\u006c\u006c",_gcc ); +_bgb .skipSpaces ();_gga ,_ :=_bgb ._adcc .Peek (1);if _gga [0]=='/'{_abc .Set (_gcc ,_df .MakeNull ());continue ;};};_bgb .skipSpaces ();_afd ,_baa :=_bgb .parseObject ();if _baa !=nil {return nil ,_baa ;};_abc .Set (_gbcc ,_afd );_f .Log .Trace ("\u0064\u0069\u0063\u0074\u005b\u0025\u0073\u005d\u0020\u003d\u0020\u0025\u0073",_gbcc ,_afd .String ()); +};_f .Log .Trace ("\u0072\u0065\u0074\u0075rn\u0069\u006e\u0067\u0020\u0046\u0044\u0046\u0020\u0044\u0069\u0063\u0074\u0021");return _abc ,nil ;};func (_bfaa *fdfParser )parseString ()(*_df .PdfObjectString ,error ){_bfaa ._adcc .ReadByte ();var _abd _ga .Buffer ; +_cc :=1;for {_gbf ,_bef :=_bfaa ._adcc .Peek (1);if _bef !=nil {return _df .MakeString (_abd .String ()),_bef ;};if _gbf [0]=='\\'{_bfaa ._adcc .ReadByte ();_bgg ,_fca :=_bfaa ._adcc .ReadByte ();if _fca !=nil {return _df .MakeString (_abd .String ()),_fca ; +};if _df .IsOctalDigit (_bgg ){_ebf ,_aca :=_bfaa ._adcc .Peek (2);if _aca !=nil {return _df .MakeString (_abd .String ()),_aca ;};var _fg []byte ;_fg =append (_fg ,_bgg );for _ ,_gec :=range _ebf {if _df .IsOctalDigit (_gec ){_fg =append (_fg ,_gec ); +}else {break ;};};_bfaa ._adcc .Discard (len (_fg )-1);_f .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_fg );_fgc ,_aca :=_a .ParseUint (string (_fg ),8,32);if _aca !=nil {return _df .MakeString (_abd .String ()),_aca ; +};_abd .WriteByte (byte (_fgc ));continue ;};switch _bgg {case 'n':_abd .WriteRune ('\n');case 'r':_abd .WriteRune ('\r');case 't':_abd .WriteRune ('\t');case 'b':_abd .WriteRune ('\b');case 'f':_abd .WriteRune ('\f');case '(':_abd .WriteRune ('(');case ')':_abd .WriteRune (')'); +case '\\':_abd .WriteRune ('\\');};continue ;}else if _gbf [0]=='('{_cc ++;}else if _gbf [0]==')'{_cc --;if _cc ==0{_bfaa ._adcc .ReadByte ();break ;};};_gcg ,_ :=_bfaa ._adcc .ReadByte ();_abd .WriteByte (_gcg );};return _df .MakeString (_abd .String ()),nil ; +};func (_ba *fdfParser )getFileOffset ()int64 {_fa ,_ :=_ba ._dce .Seek (0,_gb .SeekCurrent );_fa -=int64 (_ba ._adcc .Buffered ());return _fa ;};func (_gc *fdfParser )setFileOffset (_dg int64 ){_gc ._dce .Seek (_dg ,_gb .SeekStart );_gc ._adcc =_d .NewReader (_gc ._dce ); +};func (_bgba *fdfParser )parse ()error {_bgba ._dce .Seek (0,_gb .SeekStart );_bgba ._adcc =_d .NewReader (_bgba ._dce );for {_bgba .skipComments ();_cgd ,_fga :=_bgba ._adcc .Peek (20);if _fga !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f\u0020r\u0065a\u0064\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a"); +return _fga ;};if _ef .HasPrefix (string (_cgd ),"\u0074r\u0061\u0069\u006c\u0065\u0072"){_bgba ._adcc .Discard (7);_bgba .skipSpaces ();_bgba .skipComments ();_gcd ,_ :=_bgba .parseDict ();_bgba ._bec =_gcd ;break ;};_ggag :=_gg .FindStringSubmatchIndex (string (_cgd )); +if len (_ggag )< 6{_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0061\u0062l\u0065\u0020\u0074\u006f \u0066\u0069\u006e\u0064\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",string (_cgd )); +return _b .New ("\u0075\u006e\u0061b\u006c\u0065\u0020\u0074\u006f\u0020\u0064\u0065\u0074\u0065\u0063\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065"); +};_ceg ,_fga :=_bgba .parseIndirectObject ();if _fga !=nil {return _fga ;};switch _ebbg :=_ceg .(type ){case *_df .PdfIndirectObject :_bgba ._gdee [_ebbg .ObjectNumber ]=_ebbg ;case *_df .PdfObjectStream :_bgba ._gdee [_ebbg .ObjectNumber ]=_ebbg ;default:return _b .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};};return nil ;};func (_faa *fdfParser )parseArray ()(*_df .PdfObjectArray ,error ){_bfc :=_df .MakeArray ();_faa ._adcc .ReadByte ();for {_faa .skipSpaces ();_egc ,_bd :=_faa ._adcc .Peek (1);if _bd !=nil {return _bfc ,_bd ;};if _egc [0]==']'{_faa ._adcc .ReadByte (); +break ;};_bad ,_bd :=_faa .parseObject ();if _bd !=nil {return _bfc ,_bd ;};_bfc .Append (_bad );};return _bfc ,nil ;};func (_ebg *fdfParser )parseHexString ()(*_df .PdfObjectString ,error ){_ebg ._adcc .ReadByte ();var _bbbg _ga .Buffer ;for {_fgf ,_bae :=_ebg ._adcc .Peek (1); +if _bae !=nil {return _df .MakeHexString (""),_bae ;};if _fgf [0]=='>'{_ebg ._adcc .ReadByte ();break ;};_effg ,_ :=_ebg ._adcc .ReadByte ();if !_df .IsWhiteSpace (_effg ){_bbbg .WriteByte (_effg );};};if _bbbg .Len ()%2==1{_bbbg .WriteRune ('0');};_fbg ,_ggb :=_ab .DecodeString (_bbbg .String ()); +if _ggb !=nil {_f .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0078\u0020\u0073\u0074r\u0069\u006e\u0067\u003a\u0020\u0027\u0025\u0073\u0027 \u002d\u0020\u0072\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0061n\u0020\u0065\u006d\u0070\u0074\u0079 \u0073\u0074\u0072i\u006e\u0067",_bbbg .String ()); +return _df .MakeHexString (""),nil ;};return _df .MakeHexString (string (_fbg )),nil ;};func _agb (_bbc string )(_df .PdfObjectReference ,error ){_feb :=_df .PdfObjectReference {};_gge :=_ee .FindStringSubmatch (_bbc );if len (_gge )< 3{_f .Log .Debug ("\u0045\u0072\u0072or\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065"); +return _feb ,_b .New ("\u0075n\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0070\u0061r\u0073e\u0020r\u0065\u0066\u0065\u0072\u0065\u006e\u0063e");};_fgb ,_ead :=_a .Atoi (_gge [1]);if _ead !=nil {_f .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070a\u0072\u0073\u0069n\u0067\u0020\u006fb\u006a\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072 '\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u0075\u006d\u0020\u003d\u0020\u0030",_gge [1]); +return _feb ,nil ;};_feb .ObjectNumber =int64 (_fgb );_fcc ,_ead :=_a .Atoi (_gge [2]);if _ead !=nil {_f .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061r\u0073\u0069\u006e\u0067\u0020g\u0065\u006e\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0027\u0025\u0073\u0027\u0020\u002d\u0020\u0055\u0073\u0069\u006e\u0067\u0020\u0067\u0065\u006e\u0020\u003d\u0020\u0030",_gge [2]); +return _feb ,nil ;};_feb .GenerationNumber =int64 (_fcc );return _feb ,nil ;};func (_fbb *fdfParser )trace (_edd _df .PdfObject )_df .PdfObject {switch _bgc :=_edd .(type ){case *_df .PdfObjectReference :_abec ,_febg :=_fbb ._gdee [_bgc .ObjectNumber ].(*_df .PdfIndirectObject ); +if _febg {return _abec .PdfObject ;};_f .Log .Debug ("\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ;case *_df .PdfIndirectObject :return _bgc .PdfObject ;};return _edd ;};var _gae =_g .MustCompile ("\u005e\u005b\u005c+-\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e]\u002b)\u0065[\u005c+\u002d\u002e\u005d\u002a\u0028\u005b\u0030\u002d\u0039\u002e\u005d\u002b\u0029"); +var _ee =_g .MustCompile ("^\u005c\u0073\u002a\u0028\\d\u002b)\u005c\u0073\u002b\u0028\u005cd\u002b\u0029\u005c\u0073\u002b\u0052");func (_ea *fdfParser )readAtLeast (_ega []byte ,_dcd int )(int ,error ){_gab :=_dcd ;_dec :=0;_bbf :=0;for _gab > 0{_db ,_egd :=_ea ._adcc .Read (_ega [_dec :]); +if _egd !=nil {_f .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0046\u0061i\u006c\u0065\u0064\u0020\u0072\u0065\u0061d\u0069\u006e\u0067\u0020\u0028\u0025\u0064\u003b\u0025\u0064\u0029\u0020\u0025\u0073",_db ,_bbf ,_egd .Error ());return _dec ,_b .New ("\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0072\u0065a\u0064\u0069\u006e\u0067"); +};_bbf ++;_dec +=_db ;_gab -=_db ;};return _dec ,nil ;};func (_bba *fdfParser )skipSpaces ()(int ,error ){_aae :=0;for {_bbaf ,_fe :=_bba ._adcc .ReadByte ();if _fe !=nil {return 0,_fe ;};if _df .IsWhiteSpace (_bbaf ){_aae ++;}else {_bba ._adcc .UnreadByte (); +break ;};};return _aae ,nil ;}; -// FieldValues implements interface model.FieldValueProvider. -// Returns a map of field names to values (PdfObjects). -func (fdf *Data )FieldValues ()(map[string ]_ad .PdfObject ,error ){_db ,_aa :=fdf .FieldDictionaries ();if _aa !=nil {return nil ,_aa ;};var _de []string ;for _gd :=range _db {_de =append (_de ,_gd );};_e .Strings (_de );_ae :=map[string ]_ad .PdfObject {}; -for _ ,_cdc :=range _de {_ecf :=_db [_cdc ];_fca :=_ad .TraceToDirectObject (_ecf .Get ("\u0056"));_ae [_cdc ]=_fca ;};return _ae ,nil ;};func (_dac *fdfParser )skipComments ()error {if _ ,_gf :=_dac .skipSpaces ();_gf !=nil {return _gf ;};_ada :=true ; -for {_cgc ,_ebf :=_dac ._cdcc .Peek (1);if _ebf !=nil {_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_ebf .Error ());return _ebf ;};if _ada &&_cgc [0]!='%'{return nil ;};_ada =false ;if (_cgc [0]!='\r')&&(_cgc [0]!='\n'){_dac ._cdcc .ReadByte (); -}else {break ;};};return _dac .skipComments ();}; - -// Load loads FDF form data from `r`. -func Load (r _c .ReadSeeker )(*Data ,error ){_fa ,_cf :=_afg (r );if _cf !=nil {return nil ,_cf ;};_fae ,_cf :=_fa .Root ();if _cf !=nil {return nil ,_cf ;};_ed ,_ceg :=_ad .GetArray (_fae .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_ceg {return nil ,_a .New ("\u0066\u0069\u0065\u006c\u0064\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -};return &Data {_adg :_ed ,_ac :_fae },nil ;};func (_add *fdfParser )seekToEOFMarker (_bcc int64 )error {_cfge :=int64 (0);_efgf :=int64 (1000);for _cfge < _bcc {if _bcc <=(_efgf +_cfge ){_efgf =_bcc -_cfge ;};_ ,_ece :=_add ._bed .Seek (-_cfge -_efgf ,_c .SeekEnd ); -if _ece !=nil {return _ece ;};_bcd :=make ([]byte ,_efgf );_add ._bed .Read (_bcd );_ce .Log .Trace ("\u004c\u006f\u006f\u006bi\u006e\u0067\u0020\u0066\u006f\u0072\u0020\u0045\u004f\u0046 \u006da\u0072\u006b\u0065\u0072\u003a\u0020\u0022%\u0073\u0022",string (_bcd )); -_ggae :=_ge .FindAllStringIndex (string (_bcd ),-1);if _ggae !=nil {_accg :=_ggae [len (_ggae )-1];_ce .Log .Trace ("\u0049\u006e\u0064\u003a\u0020\u0025\u0020\u0064",_ggae );_add ._bed .Seek (-_cfge -_efgf +int64 (_accg [0]),_c .SeekEnd );return nil ; -};_ce .Log .Debug ("\u0057\u0061\u0072\u006e\u0069\u006eg\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0021\u0020\u002d\u0020\u0063\u006f\u006e\u0074\u0069\u006e\u0075\u0065\u0020s\u0065e\u006b\u0069\u006e\u0067"); -_cfge +=_efgf ;};_ce .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0045\u004f\u0046\u0020\u006d\u0061\u0072\u006be\u0072 \u0077\u0061\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e");return _a .New ("\u0045\u004f\u0046\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};func (_ced *fdfParser )getFileOffset ()int64 {_gb ,_ :=_ced ._bed .Seek (0,_c .SeekCurrent );_gb -=int64 (_ced ._cdcc .Buffered ());return _gb ;};var _ca =_dd .MustCompile ("^\u005c\u0073\u002a\u0028\\d\u002b)\u005c\u0073\u002b\u0028\u005cd\u002b\u0029\u005c\u0073\u002b\u0052"); -func (_cbd *fdfParser )parseNull ()(_ad .PdfObjectNull ,error ){_ ,_gfd :=_cbd ._cdcc .Discard (4);return _ad .PdfObjectNull {},_gfd ;};func (_cgcg *fdfParser )parseObject ()(_ad .PdfObject ,error ){_ce .Log .Trace ("\u0052e\u0061d\u0020\u0064\u0069\u0072\u0065c\u0074\u0020o\u0062\u006a\u0065\u0063\u0074"); -_cgcg .skipSpaces ();for {_ffb ,_fbd :=_cgcg ._cdcc .Peek (2);if _fbd !=nil {return nil ,_fbd ;};_ce .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_ffb ));if _ffb [0]=='/'{_becf ,_fgbc :=_cgcg .parseName (); -_ce .Log .Trace ("\u002d\u003e\u004ea\u006d\u0065\u003a\u0020\u0027\u0025\u0073\u0027",_becf );return &_becf ,_fgbc ;}else if _ffb [0]=='('{_ce .Log .Trace ("\u002d>\u0053\u0074\u0072\u0069\u006e\u0067!");return _cgcg .parseString ();}else if _ffb [0]=='['{_ce .Log .Trace ("\u002d\u003e\u0041\u0072\u0072\u0061\u0079\u0021"); -return _cgcg .parseArray ();}else if (_ffb [0]=='<')&&(_ffb [1]=='<'){_ce .Log .Trace ("\u002d>\u0044\u0069\u0063\u0074\u0021");return _cgcg .parseDict ();}else if _ffb [0]=='<'{_ce .Log .Trace ("\u002d\u003e\u0048\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0021"); -return _cgcg .parseHexString ();}else if _ffb [0]=='%'{_cgcg .readComment ();_cgcg .skipSpaces ();}else {_ce .Log .Trace ("\u002d\u003eN\u0075\u006d\u0062e\u0072\u0020\u006f\u0072\u0020\u0072\u0065\u0066\u003f");_ffb ,_ =_cgcg ._cdcc .Peek (15);_cfg :=string (_ffb ); -_ce .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_cfg );if (len (_cfg )> 3)&&(_cfg [:4]=="\u006e\u0075\u006c\u006c"){_gdg ,_fcd :=_cgcg .parseNull ();return &_gdg ,_fcd ;}else if (len (_cfg )> 4)&&(_cfg [:5]=="\u0066\u0061\u006cs\u0065"){_ga ,_ffag :=_cgcg .parseBool (); -return &_ga ,_ffag ;}else if (len (_cfg )> 3)&&(_cfg [:4]=="\u0074\u0072\u0075\u0065"){_faf ,_cagge :=_cgcg .parseBool ();return &_faf ,_cagge ;};_dbc :=_ca .FindStringSubmatch (_cfg );if len (_dbc )> 1{_ffb ,_ =_cgcg ._cdcc .ReadBytes ('R');_ce .Log .Trace ("\u002d\u003e\u0020\u0021\u0052\u0065\u0066\u003a\u0020\u0027\u0025\u0073\u0027",string (_ffb [:])); -_fbbe ,_bfg :=_fgb (string (_ffb ));return &_fbbe ,_bfg ;};_eaec :=_efg .FindStringSubmatch (_cfg );if len (_eaec )> 1{_ce .Log .Trace ("\u002d\u003e\u0020\u004e\u0075\u006d\u0062\u0065\u0072\u0021");return _cgcg .parseNumber ();};_eaec =_cbc .FindStringSubmatch (_cfg ); -if len (_eaec )> 1{_ce .Log .Trace ("\u002d\u003e\u0020\u0045xp\u006f\u006e\u0065\u006e\u0074\u0069\u0061\u006c\u0020\u004e\u0075\u006d\u0062\u0065r\u0021");_ce .Log .Trace ("\u0025\u0020\u0073",_eaec );return _cgcg .parseNumber ();};_ce .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020U\u006e\u006b\u006e\u006f\u0077n\u0020(\u0070e\u0065\u006b\u0020\u0022\u0025\u0073\u0022)",_cfg ); -return nil ,_a .New ("\u006f\u0062\u006a\u0065\u0063t\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020\u0075\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e"); -};};}; \ No newline at end of file +// Data represents forms data format (FDF) file data. +type Data struct{_af *_df .PdfObjectDictionary ;_dc *_df .PdfObjectArray ;};var _cd =_g .MustCompile ("\u0025\u0025\u0045O\u0046"); \ No newline at end of file diff --git a/fjson/fjson.go b/fjson/fjson.go index 6312d7e6b..08e39df04 100644 --- a/fjson/fjson.go +++ b/fjson/fjson.go @@ -10,43 +10,43 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package fjson provides support for loading PDF form field data from JSON data/files. -package fjson ;import (_f "encoding/json";_cc "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/core";_ac "github.com/unidoc/unipdf/v3/model";_a "io";_c "os";); +package fjson ;import (_c "encoding/json";_b "github.com/unidoc/unipdf/v3/common";_cd "github.com/unidoc/unipdf/v3/core";_ad "github.com/unidoc/unipdf/v3/model";_e "io";_a "os";);type fieldValue struct{Name string `json:"name"`;Value string `json:"value"`; +ImageValue *_ad .Image `json:"-"`; -// LoadFromPDFFile loads form field data from a PDF file. -func LoadFromPDFFile (filePath string )(*FieldData ,error ){_ad ,_cfe :=_c .Open (filePath );if _cfe !=nil {return nil ,_cfe ;};defer _ad .Close ();return LoadFromPDF (_ad );}; - -// LoadFromJSON loads JSON form data from `r`. -func LoadFromJSON (r _a .Reader )(*FieldData ,error ){var _ag FieldData ;_ed :=_f .NewDecoder (r ).Decode (&_ag ._de );if _ed !=nil {return nil ,_ed ;};return &_ag ,nil ;}; +// Options lists allowed values if present. +Options []string `json:"options,omitempty"`;}; -// LoadFromPDF loads form field data from a PDF. -func LoadFromPDF (rs _a .ReadSeeker )(*FieldData ,error ){_eda ,_ace :=_ac .NewPdfReader (rs );if _ace !=nil {return nil ,_ace ;};if _eda .AcroForm ==nil {return nil ,nil ;};var _cg []fieldValue ;_be :=_eda .AcroForm .AllFields ();for _ ,_bg :=range _be {var _fg []string ; -_cf :=make (map[string ]struct{});_cfb ,_eb :=_bg .FullName ();if _eb !=nil {return nil ,_eb ;};if _ee ,_fe :=_bg .V .(*_e .PdfObjectString );_fe {_cg =append (_cg ,fieldValue {Name :_cfb ,Value :_ee .Decoded ()});continue ;};var _da string ;for _ ,_df :=range _bg .Annotations {_g ,_bd :=_e .GetName (_df .AS ); -if _bd {_da =_g .String ();};_fgf ,_gd :=_e .GetDict (_df .AP );if !_gd {continue ;};_gg ,_ :=_e .GetDict (_fgf .Get ("\u004e"));for _ ,_fd :=range _gg .Keys (){_fec :=_fd .String ();if _ ,_bec :=_cf [_fec ];!_bec {_fg =append (_fg ,_fec );_cf [_fec ]=struct{}{}; -};};_fda ,_ :=_e .GetDict (_fgf .Get ("\u0044"));for _ ,_ea :=range _fda .Keys (){_ebd :=_ea .String ();if _ ,_ae :=_cf [_ebd ];!_ae {_fg =append (_fg ,_ebd );_cf [_ebd ]=struct{}{};};};};_ge :=fieldValue {Name :_cfb ,Value :_da ,Options :_fg };_cg =append (_cg ,_ge ); -};_bf :=FieldData {_de :_cg };return &_bf ,nil ;}; +// LoadFromJSONFile loads form field data from a JSON file. +func LoadFromJSONFile (filePath string )(*FieldData ,error ){_ge ,_d :=_a .Open (filePath );if _d !=nil {return nil ,_d ;};defer _ge .Close ();return LoadFromJSON (_ge );}; // FieldImageValues implements model.FieldImageProvider interface. -func (_ga *FieldData )FieldImageValues ()(map[string ]*_ac .Image ,error ){_ffdc :=make (map[string ]*_ac .Image );for _ ,_gdf :=range _ga ._de {if _gdf .ImageValue !=nil {_ffdc [_gdf .Name ]=_gdf .ImageValue ;};};return _ffdc ,nil ;}; +func (_cde *FieldData )FieldImageValues ()(map[string ]*_ad .Image ,error ){_gcg :=make (map[string ]*_ad .Image );for _ ,_bf :=range _cde ._g {if _bf .ImageValue !=nil {_gcg [_bf .Name ]=_bf .ImageValue ;};};return _gcg ,nil ;}; // FieldValues implements model.FieldValueProvider interface. -func (_gga *FieldData )FieldValues ()(map[string ]_e .PdfObject ,error ){_ede :=make (map[string ]_e .PdfObject );for _ ,_af :=range _gga ._de {if len (_af .Value )> 0{_ede [_af .Name ]=_e .MakeString (_af .Value );};};return _ede ,nil ;}; +func (_gc *FieldData )FieldValues ()(map[string ]_cd .PdfObject ,error ){_gfb :=make (map[string ]_cd .PdfObject );for _ ,_def :=range _gc ._g {if len (_def .Value )> 0{_gfb [_def .Name ]=_cd .MakeString (_def .Value );};};return _gfb ,nil ;}; -// SetImageFromFile assign image file to a specific field identified by fieldName. -func (_eac *FieldData )SetImageFromFile (fieldName string ,imagePath string ,opt []string )error {_cd ,_gdg :=_c .Open (imagePath );if _gdg !=nil {return _gdg ;};defer _cd .Close ();_cfc ,_gdg :=_ac .ImageHandling .Read (_cd );if _gdg !=nil {_cc .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_gdg ); -return _gdg ;};return _eac .SetImage (fieldName ,_cfc ,opt );}; +// SetImage assign model.Image to a specific field identified by fieldName. +func (_bee *FieldData )SetImage (fieldName string ,img *_ad .Image ,opt []string )error {_ffc :=fieldValue {Name :fieldName ,ImageValue :img ,Options :opt };_bee ._g =append (_bee ._g ,_ffc );return nil ;}; // JSON returns the field data as a string in JSON format. -func (_fgg FieldData )JSON ()(string ,error ){_fgd ,_ffd :=_f .MarshalIndent (_fgg ._de ,"","\u0020\u0020\u0020\u0020");return string (_fgd ),_ffd ;}; +func (_fb FieldData )JSON ()(string ,error ){_ffb ,_fac :=_c .MarshalIndent (_fb ._g ,"","\u0020\u0020\u0020\u0020");return string (_ffb ),_fac ;}; -// LoadFromJSONFile loads form field data from a JSON file. -func LoadFromJSONFile (filePath string )(*FieldData ,error ){_b ,_bc :=_c .Open (filePath );if _bc !=nil {return nil ,_bc ;};defer _b .Close ();return LoadFromJSON (_b );}; +// LoadFromPDF loads form field data from a PDF. +func LoadFromPDF (rs _e .ReadSeeker )(*FieldData ,error ){_af ,_gea :=_ad .NewPdfReader (rs );if _gea !=nil {return nil ,_gea ;};if _af .AcroForm ==nil {return nil ,nil ;};var _db []fieldValue ;_ced :=_af .AcroForm .AllFields ();for _ ,_cfd :=range _ced {var _adb []string ; +_gd :=make (map[string ]struct{});_ab ,_ca :=_cfd .FullName ();if _ca !=nil {return nil ,_ca ;};if _cb ,_ec :=_cfd .V .(*_cd .PdfObjectString );_ec {_db =append (_db ,fieldValue {Name :_ab ,Value :_cb .Decoded ()});continue ;};var _da string ;for _ ,_cfg :=range _cfd .Annotations {_fd ,_gf :=_cd .GetName (_cfg .AS ); +if _gf {_da =_fd .String ();};_edd ,_abc :=_cd .GetDict (_cfg .AP );if !_abc {continue ;};_fe ,_ :=_cd .GetDict (_edd .Get ("\u004e"));for _ ,_edde :=range _fe .Keys (){_bef :=_edde .String ();if _ ,_faa :=_gd [_bef ];!_faa {_adb =append (_adb ,_bef ); +_gd [_bef ]=struct{}{};};};_aff ,_ :=_cd .GetDict (_edd .Get ("\u0044"));for _ ,_gfe :=range _aff .Keys (){_ff :=_gfe .String ();if _ ,_bec :=_gd [_ff ];!_bec {_adb =append (_adb ,_ff );_gd [_ff ]=struct{}{};};};};_fff :=fieldValue {Name :_ab ,Value :_da ,Options :_adb }; +_db =append (_db ,_fff );};_fffg :=FieldData {_g :_db };return &_fffg ,nil ;}; -// FieldData represents form field data loaded from JSON file. -type FieldData struct{_de []fieldValue }; +// LoadFromJSON loads JSON form data from `r`. +func LoadFromJSON (r _e .Reader )(*FieldData ,error ){var _ce FieldData ;_ed :=_c .NewDecoder (r ).Decode (&_ce ._g );if _ed !=nil {return nil ,_ed ;};return &_ce ,nil ;}; -// SetImage assign model.Image to a specific field identified by fieldName. -func (_ce *FieldData )SetImage (fieldName string ,img *_ac .Image ,opt []string )error {_edf :=fieldValue {Name :fieldName ,ImageValue :img ,Options :opt };_ce ._de =append (_ce ._de ,_edf );return nil ;};type fieldValue struct{Name string `json:"name"`; -Value string `json:"value"`;ImageValue *_ac .Image `json:"-"`; +// SetImageFromFile assign image file to a specific field identified by fieldName. +func (_bd *FieldData )SetImageFromFile (fieldName string ,imagePath string ,opt []string )error {_dea ,_ee :=_a .Open (imagePath );if _ee !=nil {return _ee ;};defer _dea .Close ();_aa ,_ee :=_ad .ImageHandling .Read (_dea );if _ee !=nil {_b .Log .Error ("\u0045\u0072\u0072or\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_ee ); +return _ee ;};return _bd .SetImage (fieldName ,_aa ,opt );}; -// Options lists allowed values if present. -Options []string `json:"options,omitempty"`;}; \ No newline at end of file +// FieldData represents form field data loaded from JSON file. +type FieldData struct{_g []fieldValue }; + +// LoadFromPDFFile loads form field data from a PDF file. +func LoadFromPDFFile (filePath string )(*FieldData ,error ){_fg ,_ece :=_a .Open (filePath );if _ece !=nil {return nil ,_ece ;};defer _fg .Close ();return LoadFromPDF (_fg );}; \ No newline at end of file diff --git a/go.mod b/go.mod index b6d7d5156..f404e8368 100644 --- a/go.mod +++ b/go.mod @@ -15,10 +15,10 @@ require ( github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a github.com/unidoc/unichart v0.3.0 github.com/unidoc/unitype v0.4.0 - golang.org/x/crypto v0.22.0 + golang.org/x/crypto v0.31.0 golang.org/x/image v0.18.0 - golang.org/x/net v0.24.0 - golang.org/x/text v0.16.0 + golang.org/x/net v0.33.0 + golang.org/x/text v0.21.0 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 ) @@ -28,6 +28,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - golang.org/x/sys v0.19.0 // indirect + golang.org/x/sys v0.28.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index 3954f9f96..4983ae470 100644 --- a/go.sum +++ b/go.sum @@ -54,23 +54,25 @@ github.com/unidoc/unichart v0.3.0 h1:VX1j5yzhjrR3f2flC03Yat6/WF3h7Z+DLEvJLoTGhoc github.com/unidoc/unichart v0.3.0/go.mod h1:8JnLNKSOl8yQt1jXewNgYFHhFm5M6/ZiaydncFDpakA= github.com/unidoc/unitype v0.4.0 h1:/TMZ3wgwfWWX64mU5x2O9no9UmoBqYCB089LYYqHyQQ= github.com/unidoc/unitype v0.4.0/go.mod h1:HV5zuUeqMKA4QgYQq3KDlJY/P96XF90BQB+6czK6LVA= -golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30= -golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= +golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= +golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= golang.org/x/image v0.0.0-20211028202545-6944b10bf410/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ= golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E= golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= +golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= +golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220731174439-a90be440212d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o= -golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= +golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= -golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= +golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= +golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU= golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90= diff --git a/internal/bitwise/bitwise.go b/internal/bitwise/bitwise.go index 415041dc7..f6f55230a 100644 --- a/internal/bitwise/bitwise.go +++ b/internal/bitwise/bitwise.go @@ -9,60 +9,58 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bitwise ;import (_g "encoding/binary";_b "errors";_e "fmt";_ga "github.com/unidoc/unipdf/v3/common";_gad "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_d "io";);func BufferedMSB ()*BufferedWriter {return &BufferedWriter {_ba :true }};type BufferedWriter struct{_fe []byte ; -_gf uint8 ;_gab int ;_ba bool ;};func (_ed *BufferedWriter )WriteBit (bit int )error {if bit !=1&&bit !=0{return _gad .Errorf ("\u0042\u0075\u0066fe\u0072\u0065\u0064\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0062\u0069\u0074\u0020\u0076\u0061\u006cu\u0065\u0020\u006du\u0073\u0074\u0020\u0062e\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u007d\u0020\u0062\u0075\u0074\u0020\u0069\u0073\u003a\u0020\u0025\u0064",bit ); -};if len (_ed ._fe )-1< _ed ._gab {_ed .expandIfNeeded (1);};_fb :=_ed ._gf ;if _ed ._ba {_fb =7-_ed ._gf ;};_ed ._fe [_ed ._gab ]|=byte (uint16 (bit <<_fb )&0xff);_ed ._gf ++;if _ed ._gf ==8{_ed ._gab ++;_ed ._gf =0;};return nil ;};func (_bg *BufferedWriter )ResetBitIndex (){_bg ._gf =0}; -type Reader struct{_dec readerSource ;_gbc byte ;_gbe byte ;_fbb int64 ;_add int ;_cb int ;_bfae int64 ;_ebg byte ;_gcd byte ;_ddf int ;};type BitWriter interface{WriteBit (_bd int )error ;WriteBits (_gdd uint64 ,_aad int )(_eea int ,_abb error );FinishByte (); -SkipBits (_af int )error ;};type StreamReader interface{_d .Reader ;_d .ByteReader ;_d .Seeker ;Align ()byte ;BitPosition ()int ;Mark ();Length ()uint64 ;ReadBit ()(int ,error );ReadBits (_ede byte )(uint64 ,error );ReadBool ()(bool ,error );ReadUint32 ()(uint32 ,error ); -Reset ();AbsolutePosition ()int64 ;};func (_gaec *Writer )ResetBit (){_gaec ._abf =0};func (_ade *Reader )readBool ()(_gfa bool ,_bfc error ){if _ade ._gbe ==0{_ade ._gbc ,_bfc =_ade .readBufferByte ();if _bfc !=nil {return false ,_bfc ;};_gfa =(_ade ._gbc &0x80)!=0; -_ade ._gbc ,_ade ._gbe =_ade ._gbc &0x7f,7;return _gfa ,nil ;};_ade ._gbe --;_gfa =(_ade ._gbc &(1<<_ade ._gbe ))!=0;_ade ._gbc &=1<<_ade ._gbe -1;return _gfa ,nil ;};func (_cbe *Reader )Align ()(_dgfa byte ){_dgfa =_cbe ._gbe ;_cbe ._gbe =0;return _dgfa }; -func (_ca *Reader )ReadUint32 ()(uint32 ,error ){_ddffg :=make ([]byte ,4);_ ,_ge :=_ca .Read (_ddffg );if _ge !=nil {return 0,_ge ;};return _g .BigEndian .Uint32 (_ddffg ),nil ;};func (_dgbe *Writer )WriteByte (c byte )error {return _dgbe .writeByte (c )}; -func (_bff *Reader )RelativePosition ()int64 {return _bff ._fbb };func (_acf *Reader )read (_eee []byte )(int ,error ){if _acf ._fbb >=int64 (_acf ._dec ._gfd ){return 0,_d .EOF ;};_acf ._cb =-1;_dbf :=copy (_eee ,_acf ._dec ._bda [(int64 (_acf ._dec ._bb )+_acf ._fbb ):(_acf ._dec ._bb +_acf ._dec ._gfd )]); -_acf ._fbb +=int64 (_dbf );return _dbf ,nil ;};func (_fa *BufferedWriter )fullOffset ()int {_gac :=_fa ._gab ;if _fa ._gf !=0{_gac ++;};return _gac ;};func (_cac *Reader )readUnalignedByte ()(_cgd byte ,_feeg error ){_agc :=_cac ._gbe ;_cgd =_cac ._gbc <<(8-_agc ); -_cac ._gbc ,_feeg =_cac .readBufferByte ();if _feeg !=nil {return 0,_feeg ;};_cgd |=_cac ._gbc >>_agc ;_cac ._gbc &=1<<_agc -1;return _cgd ,nil ;};func NewWriter (data []byte )*Writer {return &Writer {_baf :data }};func (_dbed *Reader )ConsumeRemainingBits ()(uint64 ,error ){if _dbed ._gbe !=0{return _dbed .ReadBits (_dbed ._gbe ); -};return 0,nil ;};func (_cd *Reader )BitPosition ()int {return int (_cd ._gbe )};func (_dfa *BufferedWriter )WriteBits (bits uint64 ,number int )(_ad int ,_fgg error ){const _gbf ="\u0042u\u0066\u0066\u0065\u0072e\u0064\u0057\u0072\u0069\u0074e\u0072.\u0057r\u0069\u0074\u0065\u0072\u0042\u0069\u0074s"; -if number < 0||number > 64{return 0,_gad .Errorf (_gbf ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); -};_db :=number /8;if _db > 0{_fbc :=number -_db *8;for _gae :=_db -1;_gae >=0;_gae --{_ag :=byte ((bits >>uint (_gae *8+_fbc ))&0xff);if _fgg =_dfa .WriteByte (_ag );_fgg !=nil {return _ad ,_gad .Wrapf (_fgg ,_gbf ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_db -_gae +1); -};};number -=_db *8;if number ==0{return _db ,nil ;};};var _bfb int ;for _dd :=0;_dd < number ;_dd ++{if _dfa ._ba {_bfb =int ((bits >>uint (number -1-_dd ))&0x1);}else {_bfb =int (bits &0x1);bits >>=1;};if _fgg =_dfa .WriteBit (_bfb );_fgg !=nil {return _ad ,_gad .Wrapf (_fgg ,_gbf ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_dd ); -};};return _db ,nil ;};const (_dg =64;_cc =int (^uint (0)>>1););type BinaryWriter interface{BitWriter ;_d .Writer ;_d .ByteWriter ;Data ()[]byte ;};var _ BinaryWriter =&BufferedWriter {};func (_faa *BufferedWriter )writeByte (_gc byte ){switch {case _faa ._gf ==0:_faa ._fe [_faa ._gab ]=_gc ; -_faa ._gab ++;case _faa ._ba :_faa ._fe [_faa ._gab ]|=_gc >>_faa ._gf ;_faa ._gab ++;_faa ._fe [_faa ._gab ]=byte (uint16 (_gc )<<(8-_faa ._gf )&0xff);default:_faa ._fe [_faa ._gab ]|=byte (uint16 (_gc )<<_faa ._gf &0xff);_faa ._gab ++;_faa ._fe [_faa ._gab ]=_gc >>(8-_faa ._gf ); -};};func (_fd *Reader )NewPartialReader (offset ,length int ,relative bool )(*Reader ,error ){if offset < 0{return nil ,_b .New ("p\u0061\u0072\u0074\u0069\u0061\u006c\u0020\u0072\u0065\u0061\u0064\u0065\u0072\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062e \u006e\u0065\u0067a\u0074i\u0076\u0065"); -};if relative {offset =_fd ._dec ._bb +offset ;};if length > 0{_bgd :=len (_fd ._dec ._bda );if relative {_bgd =_fd ._dec ._gfd ;};if offset +length > _bgd {return nil ,_e .Errorf ("\u0070\u0061r\u0074\u0069\u0061l\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u006f\u0066\u0066se\u0074\u0028\u0025\u0064\u0029\u002b\u006c\u0065\u006e\u0067\u0074\u0068\u0028\u0025\u0064\u0029\u003d\u0025d\u0020i\u0073\u0020\u0067\u0072\u0065\u0061ter\u0020\u0074\u0068\u0061\u006e\u0020\u0074\u0068\u0065\u0020\u006f\u0072ig\u0069n\u0061\u006c\u0020\u0072e\u0061d\u0065r\u0020\u006ce\u006e\u0067th\u003a\u0020\u0025\u0064",offset ,length ,offset +length ,_fd ._dec ._gfd ); -};};if length < 0{_cg :=len (_fd ._dec ._bda );if relative {_cg =_fd ._dec ._gfd ;};length =_cg -offset ;};return &Reader {_dec :readerSource {_bda :_fd ._dec ._bda ,_gfd :length ,_bb :offset }},nil ;};func (_dgf *BufferedWriter )byteCapacity ()int {_fgga :=len (_dgf ._fe )-_dgf ._gab ; -if _dgf ._gf !=0{_fgga --;};return _fgga ;};func (_eg *BufferedWriter )grow (_gffd int ){if _eg ._fe ==nil &&_gffd < _dg {_eg ._fe =make ([]byte ,_gffd ,_dg );return ;};_ee :=len (_eg ._fe );if _eg ._gf !=0{_ee ++;};_ec :=cap (_eg ._fe );switch {case _gffd <=_ec /2-_ee :_ga .Log .Trace ("\u005b\u0042\u0075\u0066\u0066\u0065r\u0065\u0064\u0057\u0072\u0069t\u0065\u0072\u005d\u0020\u0067\u0072o\u0077\u0020\u002d\u0020\u0072e\u0073\u006c\u0069\u0063\u0065\u0020\u006f\u006e\u006c\u0079\u002e\u0020L\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0043\u0061\u0070\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u006e\u003a\u0020'\u0025\u0064\u0027",len (_eg ._fe ),cap (_eg ._fe ),_gffd ); -_ga .Log .Trace ("\u0020\u006e\u0020\u003c\u003d\u0020\u0063\u0020\u002f\u0020\u0032\u0020\u002d\u006d\u002e \u0043:\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u006d\u003a\u0020\u0027\u0025\u0064\u0027",_ec ,_ee );copy (_eg ._fe ,_eg ._fe [_eg .fullOffset ():]); -case _ec > _cc -_ec -_gffd :_ga .Log .Error ("\u0042\u0055F\u0046\u0045\u0052 \u0074\u006f\u006f\u0020\u006c\u0061\u0072\u0067\u0065");return ;default:_gdc :=make ([]byte ,2*_ec +_gffd );copy (_gdc ,_eg ._fe );_eg ._fe =_gdc ;};_eg ._fe =_eg ._fe [:_ee +_gffd ]; -};func (_dbfc *Writer )writeByte (_ccg byte )error {if _dbfc ._feb > len (_dbfc ._baf )-1{return _d .EOF ;};if _dbfc ._feb ==len (_dbfc ._baf )-1&&_dbfc ._abf !=0{return _d .EOF ;};if _dbfc ._abf ==0{_dbfc ._baf [_dbfc ._feb ]=_ccg ;_dbfc ._feb ++;return nil ; -};if _dbfc ._ecb {_dbfc ._baf [_dbfc ._feb ]|=_ccg >>_dbfc ._abf ;_dbfc ._feb ++;_dbfc ._baf [_dbfc ._feb ]=byte (uint16 (_ccg )<<(8-_dbfc ._abf )&0xff);}else {_dbfc ._baf [_dbfc ._feb ]|=byte (uint16 (_ccg )<<_dbfc ._abf &0xff);_dbfc ._feb ++;_dbfc ._baf [_dbfc ._feb ]=_ccg >>(8-_dbfc ._abf ); -};return nil ;};func (_a *BufferedWriter )Len ()int {return _a .byteCapacity ()};func (_ae *Reader )readBufferByte ()(byte ,error ){if _ae ._fbb >=int64 (_ae ._dec ._gfd ){return 0,_d .EOF ;};_ae ._cb =-1;_egb :=_ae ._dec ._bda [int64 (_ae ._dec ._bb )+_ae ._fbb ]; -_ae ._fbb ++;_ae ._add =int (_egb );return _egb ,nil ;};func (_gffc *Reader )Reset (){_gffc ._fbb =_gffc ._bfae ;_gffc ._gbe =_gffc ._ebg ;_gffc ._gbc =_gffc ._gcd ;_gffc ._add =_gffc ._ddf ;};func (_da *BufferedWriter )writeShiftedBytes (_fef []byte )int {for _ ,_ac :=range _fef {_da .writeByte (_ac ); -};return len (_fef );};func (_gd *BufferedWriter )Reset (){_gd ._fe =_gd ._fe [:0];_gd ._gab =0;_gd ._gf =0};func (_adg *Reader )Seek (offset int64 ,whence int )(int64 ,error ){_adg ._cb =-1;_adg ._gbe =0;_adg ._gbc =0;_adg ._add =0;var _cbg int64 ;switch whence {case _d .SeekStart :_cbg =offset ; -case _d .SeekCurrent :_cbg =_adg ._fbb +offset ;case _d .SeekEnd :_cbg =int64 (_adg ._dec ._gfd )+offset ;default:return 0,_b .New ("\u0072\u0065\u0061de\u0072\u002e\u0052\u0065\u0061\u0064\u0065\u0072\u002eS\u0065e\u006b:\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0068\u0065\u006e\u0063\u0065"); -};if _cbg < 0{return 0,_b .New ("\u0072\u0065a\u0064\u0065\u0072\u002eR\u0065\u0061d\u0065\u0072\u002e\u0053\u0065\u0065\u006b\u003a \u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e");};_adg ._fbb =_cbg ; -_adg ._gbe =0;return _cbg ,nil ;};func NewWriterMSB (data []byte )*Writer {return &Writer {_baf :data ,_ecb :true }};func (_bgf *BufferedWriter )expandIfNeeded (_bfa int ){if !_bgf .tryGrowByReslice (_bfa ){_bgf .grow (_bfa );};};func (_fc *Reader )ReadBit ()(_ddff int ,_aaf error ){_ef ,_aaf :=_fc .readBool (); -if _aaf !=nil {return 0,_aaf ;};if _ef {_ddff =1;};return _ddff ,nil ;};func (_eca *Writer )Data ()[]byte {return _eca ._baf };func (_ebcg *Writer )FinishByte (){if _ebcg ._abf ==0{return ;};_ebcg ._abf =0;_ebcg ._feb ++;};var (_ _d .Reader =&Reader {}; -_ _d .ByteReader =&Reader {};_ _d .Seeker =&Reader {};_ StreamReader =&Reader {};);func (_agb *Reader )Length ()uint64 {return uint64 (_agb ._dec ._gfd )};func (_gcb *Writer )Write (p []byte )(int ,error ){if len (p )> _gcb .byteCapacity (){return 0,_d .EOF ; -};for _ ,_abd :=range p {if _ddb :=_gcb .writeByte (_abd );_ddb !=nil {return 0,_ddb ;};};return len (p ),nil ;};func (_gaf *Reader )Read (p []byte )(_afd int ,_bbg error ){if _gaf ._gbe ==0{return _gaf .read (p );};for ;_afd < len (p );_afd ++{if p [_afd ],_bbg =_gaf .readUnalignedByte (); -_bbg !=nil {return 0,_bbg ;};};return _afd ,nil ;};var _ _d .ByteWriter =&BufferedWriter {};var _ _d .Writer =&BufferedWriter {};func (_aae *Writer )writeBit (_ggd uint8 )error {if len (_aae ._baf )-1< _aae ._feb {return _d .EOF ;};_dab :=_aae ._abf ;if _aae ._ecb {_dab =7-_aae ._abf ; -};_aae ._baf [_aae ._feb ]|=byte (uint16 (_ggd <<_dab )&0xff);_aae ._abf ++;if _aae ._abf ==8{_aae ._feb ++;_aae ._abf =0;};return nil ;};func (_gga *Reader )Mark (){_gga ._bfae =_gga ._fbb ;_gga ._ebg =_gga ._gbe ;_gga ._gcd =_gga ._gbc ;_gga ._ddf =_gga ._add ; -};func NewReader (data []byte )*Reader {return &Reader {_dec :readerSource {_bda :data ,_gfd :len (data ),_bb :0}};};func (_beg *Writer )WriteBit (bit int )error {switch bit {case 0,1:return _beg .writeBit (uint8 (bit ));};return _gad .Error ("\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0062\u0069\u0074\u0020v\u0061\u006c\u0075\u0065"); -};func (_eb *BufferedWriter )FinishByte (){if _eb ._gf ==0{return ;};_eb ._gf =0;_eb ._gab ++;};func (_ecf *BufferedWriter )writeFullBytes (_ecff []byte )int {_fbd :=copy (_ecf ._fe [_ecf .fullOffset ():],_ecff );_ecf ._gab +=_fbd ;return _fbd ;};func (_gea *Writer )UseMSB ()bool {return _gea ._ecb }; -func (_fca *Writer )SkipBits (skip int )error {const _gba ="\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073";if skip ==0{return nil ;};_ea :=int (_fca ._abf )+skip ;if _ea >=0&&_ea < 8{_fca ._abf =uint8 (_ea );return nil ; -};_ea =int (_fca ._abf )+_fca ._feb *8+skip ;if _ea < 0{return _gad .Errorf (_gba ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_beb :=_ea /8;_dgb :=_ea %8;_ga .Log .Trace ("\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073"); -_ga .Log .Trace ("\u0042\u0069\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0042\u0079\u0074\u0065\u0049n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0046\u0075\u006c\u006c\u0042\u0069\u0074\u0073\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u004c\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027,\u0020\u0043\u0061p\u003a\u0020\u0027\u0025\u0064\u0027",_fca ._abf ,_fca ._feb ,int (_fca ._abf )+(_fca ._feb )*8,len (_fca ._baf ),cap (_fca ._baf )); -_ga .Log .Trace ("S\u006b\u0069\u0070\u003a\u0020\u0027%\u0064\u0027\u002c\u0020\u0064\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062i\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025d\u0027",skip ,_ea ,_dgb );_fca ._abf =uint8 (_dgb );if _gfff :=_beb -_fca ._feb ; -_gfff > 0&&len (_fca ._baf )-1< _beb {_ga .Log .Trace ("\u0042\u0079\u0074e\u0044\u0069\u0066\u0066\u003a\u0020\u0025\u0064",_gfff );return _gad .Errorf (_gba ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_fca ._feb =_beb ;_ga .Log .Trace ("\u0042\u0069\u0074I\u006e\u0064\u0065\u0078:\u0020\u0027\u0025\u0064\u0027\u002c\u0020B\u0079\u0074\u0065\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027",_fca ._abf ,_fca ._feb );return nil ;};func (_fdd *Reader )ReadBits (n byte )(_gge uint64 ,_fec error ){if n < _fdd ._gbe {_baa :=_fdd ._gbe -n ; -_gge =uint64 (_fdd ._gbc >>_baa );_fdd ._gbc &=1<<_baa -1;_fdd ._gbe =_baa ;return _gge ,nil ;};if n > _fdd ._gbe {if _fdd ._gbe > 0{_gge =uint64 (_fdd ._gbc );n -=_fdd ._gbe ;};for n >=8{_dba ,_fgb :=_fdd .readBufferByte ();if _fgb !=nil {return 0,_fgb ; -};_gge =_gge <<8+uint64 (_dba );n -=8;};if n > 0{if _fdd ._gbc ,_fec =_fdd .readBufferByte ();_fec !=nil {return 0,_fec ;};_dff :=8-n ;_gge =_gge <>_dff );_fdd ._gbc &=1<<_dff -1;_fdd ._gbe =_dff ;}else {_fdd ._gbe =0;};return _gge ,nil ; -};_fdd ._gbe =0;return uint64 (_fdd ._gbc ),nil ;};func (_fee *Reader )AbsolutePosition ()int64 {return _fee ._fbb +int64 (_fee ._dec ._bb )};type readerSource struct{_bda []byte ;_bb int ;_gfd int ;};type Writer struct{_baf []byte ;_abf uint8 ;_feb int ; -_ecb bool ;};func (_fcg *Reader )ReadBool ()(bool ,error ){return _fcg .readBool ()};func (_adb *Reader )ReadByte ()(byte ,error ){if _adb ._gbe ==0{return _adb .readBufferByte ();};return _adb .readUnalignedByte ();};func (_bf *BufferedWriter )Data ()[]byte {return _bf ._fe }; -func (_dbd *Writer )byteCapacity ()int {_cff :=len (_dbd ._baf )-_dbd ._feb ;if _dbd ._abf !=0{_cff --;};return _cff ;};func (_dae *Writer )WriteBits (bits uint64 ,number int )(_ccc int ,_cfe error ){const _cgc ="\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065r\u0042\u0069\u0074\u0073"; -if number < 0||number > 64{return 0,_gad .Errorf (_cgc ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); -};if number ==0{return 0,nil ;};_cbf :=number /8;if _cbf > 0{_dgcd :=number -_cbf *8;for _cfb :=_cbf -1;_cfb >=0;_cfb --{_fce :=byte ((bits >>uint (_cfb *8+_dgcd ))&0xff);if _cfe =_dae .WriteByte (_fce );_cfe !=nil {return _ccc ,_gad .Wrapf (_cfe ,_cgc ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_cbf -_cfb +1); -};};number -=_cbf *8;if number ==0{return _cbf ,nil ;};};var _efd int ;for _ggae :=0;_ggae < number ;_ggae ++{if _dae ._ecb {_efd =int ((bits >>uint (number -1-_ggae ))&0x1);}else {_efd =int (bits &0x1);bits >>=1;};if _cfe =_dae .WriteBit (_efd );_cfe !=nil {return _ccc ,_gad .Wrapf (_cfe ,_cgc ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_ggae ); -};};return _cbf ,nil ;};func (_dgc *BufferedWriter )WriteByte (bt byte )error {if _dgc ._gab > len (_dgc ._fe )-1||(_dgc ._gab ==len (_dgc ._fe )-1&&_dgc ._gf !=0){_dgc .expandIfNeeded (1);};_dgc .writeByte (bt );return nil ;};var _ BinaryWriter =&Writer {}; -func (_gbg *BufferedWriter )tryGrowByReslice (_dbe int )bool {if _cf :=len (_gbg ._fe );_dbe <=cap (_gbg ._fe )-_cf {_gbg ._fe =_gbg ._fe [:_cf +_dbe ];return true ;};return false ;};func (_gg *Reader )AbsoluteLength ()uint64 {return uint64 (len (_gg ._dec ._bda ))}; -func (_de *BufferedWriter )Write (d []byte )(int ,error ){_de .expandIfNeeded (len (d ));if _de ._gf ==0{return _de .writeFullBytes (d ),nil ;};return _de .writeShiftedBytes (d ),nil ;};func (_gaa *BufferedWriter )SkipBits (skip int )error {if skip ==0{return nil ; -};_ccd :=int (_gaa ._gf )+skip ;if _ccd >=0&&_ccd < 8{_gaa ._gf =uint8 (_ccd );return nil ;};_ccd =int (_gaa ._gf )+_gaa ._gab *8+skip ;if _ccd < 0{return _gad .Errorf ("\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_aa :=_ccd /8;_fg :=_ccd %8;_gaa ._gf =uint8 (_fg );if _df :=_aa -_gaa ._gab ;_df > 0&&len (_gaa ._fe )-1< _aa {if _gaa ._gf !=0{_df ++;};_gaa .expandIfNeeded (_df );};_gaa ._gab =_aa ;return nil ;}; \ No newline at end of file +package bitwise ;import (_c "encoding/binary";_ec "errors";_b "fmt";_bf "github.com/unidoc/unipdf/v3/common";_f "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_e "io";);func NewWriter (data []byte )*Writer {return &Writer {_def :data }};func (_fge *Reader )Read (p []byte )(_fce int ,_cde error ){if _fge ._de ==0{return _fge .read (p ); +};for ;_fce < len (p );_fce ++{if p [_fce ],_cde =_fge .readUnalignedByte ();_cde !=nil {return 0,_cde ;};};return _fce ,nil ;};func NewWriterMSB (data []byte )*Writer {return &Writer {_def :data ,_fef :true }};func (_dfg *Reader )read (_acc []byte )(int ,error ){if _dfg ._adb >=int64 (_dfg ._ca ._bbd ){return 0,_e .EOF ; +};_dfg ._bb =-1;_gfe :=copy (_acc ,_dfg ._ca ._dbd [(int64 (_dfg ._ca ._aabe )+_dfg ._adb ):(_dfg ._ca ._aabe +_dfg ._ca ._bbd )]);_dfg ._adb +=int64 (_gfe );return _gfe ,nil ;};func (_ff *BufferedWriter )Len ()int {return _ff .byteCapacity ()};func (_afg *Reader )ReadBits (n byte )(_adc uint64 ,_edd error ){if n < _afg ._de {_fa :=_afg ._de -n ; +_adc =uint64 (_afg ._ad >>_fa );_afg ._ad &=1<<_fa -1;_afg ._de =_fa ;return _adc ,nil ;};if n > _afg ._de {if _afg ._de > 0{_adc =uint64 (_afg ._ad );n -=_afg ._de ;};for n >=8{_fcec ,_dge :=_afg .readBufferByte ();if _dge !=nil {return 0,_dge ;};_adc =_adc <<8+uint64 (_fcec ); +n -=8;};if n > 0{if _afg ._ad ,_edd =_afg .readBufferByte ();_edd !=nil {return 0,_edd ;};_aae :=8-n ;_adc =_adc <>_aae );_afg ._ad &=1<<_aae -1;_afg ._de =_aae ;}else {_afg ._de =0;};return _adc ,nil ;};_afg ._de =0;return uint64 (_afg ._ad ),nil ; +};func (_ae *BufferedWriter )writeByte (_db byte ){switch {case _ae ._bfb ==0:_ae ._bg [_ae ._eg ]=_db ;_ae ._eg ++;case _ae ._cc :_ae ._bg [_ae ._eg ]|=_db >>_ae ._bfb ;_ae ._eg ++;_ae ._bg [_ae ._eg ]=byte (uint16 (_db )<<(8-_ae ._bfb )&0xff);default:_ae ._bg [_ae ._eg ]|=byte (uint16 (_db )<<_ae ._bfb &0xff); +_ae ._eg ++;_ae ._bg [_ae ._eg ]=_db >>(8-_ae ._bfb );};};func (_add *Reader )BitPosition ()int {return int (_add ._de )};func (_bcc *Reader )readBool ()(_bbcb bool ,_ccd error ){if _bcc ._de ==0{_bcc ._ad ,_ccd =_bcc .readBufferByte ();if _ccd !=nil {return false ,_ccd ; +};_bbcb =(_bcc ._ad &0x80)!=0;_bcc ._ad ,_bcc ._de =_bcc ._ad &0x7f,7;return _bbcb ,nil ;};_bcc ._de --;_bbcb =(_bcc ._ad &(1<<_bcc ._de ))!=0;_bcc ._ad &=1<<_bcc ._de -1;return _bbcb ,nil ;};func (_fbc *Reader )RelativePosition ()int64 {return _fbc ._adb }; +func (_ega *Writer )byteCapacity ()int {_fda :=len (_ega ._def )-_ega ._dag ;if _ega ._cad !=0{_fda --;};return _fda ;};func (_bfg *BufferedWriter )WriteBit (bit int )error {if bit !=1&&bit !=0{return _f .Errorf ("\u0042\u0075\u0066fe\u0072\u0065\u0064\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0062\u0069\u0074\u0020\u0076\u0061\u006cu\u0065\u0020\u006du\u0073\u0074\u0020\u0062e\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u007d\u0020\u0062\u0075\u0074\u0020\u0069\u0073\u003a\u0020\u0025\u0064",bit ); +};if len (_bfg ._bg )-1< _bfg ._eg {_bfg .expandIfNeeded (1);};_bc :=_bfg ._bfb ;if _bfg ._cc {_bc =7-_bfg ._bfb ;};_bfg ._bg [_bfg ._eg ]|=byte (uint16 (bit <<_bc )&0xff);_bfg ._bfb ++;if _bfg ._bfb ==8{_bfg ._eg ++;_bfg ._bfb =0;};return nil ;};func (_fcee *Writer )ResetBit (){_fcee ._cad =0}; +func (_gaf *Writer )WriteBit (bit int )error {switch bit {case 0,1:return _gaf .writeBit (uint8 (bit ));};return _f .Error ("\u0057\u0072\u0069\u0074\u0065\u0042\u0069\u0074","\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0062\u0069\u0074\u0020v\u0061\u006c\u0075\u0065"); +};func (_gbg *Writer )FinishByte (){if _gbg ._cad ==0{return ;};_gbg ._cad =0;_gbg ._dag ++;};func (_debg *Writer )Write (p []byte )(int ,error ){if len (p )> _debg .byteCapacity (){return 0,_e .EOF ;};for _ ,_dfe :=range p {if _aag :=_debg .writeByte (_dfe ); +_aag !=nil {return 0,_aag ;};};return len (p ),nil ;};func (_be *Reader )ReadBit ()(_ddce int ,_dcd error ){_afb ,_dcd :=_be .readBool ();if _dcd !=nil {return 0,_dcd ;};if _afb {_ddce =1;};return _ddce ,nil ;};func (_dc *BufferedWriter )Data ()[]byte {return _dc ._bg }; +func (_cfa *Reader )Align ()(_eed byte ){_eed =_cfa ._de ;_cfa ._de =0;return _eed };func (_dg *BufferedWriter )expandIfNeeded (_ed int ){if !_dg .tryGrowByReslice (_ed ){_dg .grow (_ed );};};func (_a *BufferedWriter )FinishByte (){if _a ._bfb ==0{return ; +};_a ._bfb =0;_a ._eg ++;};func (_ee *BufferedWriter )writeFullBytes (_fdc []byte )int {_bac :=copy (_ee ._bg [_ee .fullOffset ():],_fdc );_ee ._eg +=_bac ;return _bac ;};func (_acf *Reader )Seek (offset int64 ,whence int )(int64 ,error ){_acf ._bb =-1; +_acf ._de =0;_acf ._ad =0;_acf ._fca =0;var _abab int64 ;switch whence {case _e .SeekStart :_abab =offset ;case _e .SeekCurrent :_abab =_acf ._adb +offset ;case _e .SeekEnd :_abab =int64 (_acf ._ca ._bbd )+offset ;default:return 0,_ec .New ("\u0072\u0065\u0061de\u0072\u002e\u0052\u0065\u0061\u0064\u0065\u0072\u002eS\u0065e\u006b:\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0068\u0065\u006e\u0063\u0065"); +};if _abab < 0{return 0,_ec .New ("\u0072\u0065a\u0064\u0065\u0072\u002eR\u0065\u0061d\u0065\u0072\u002e\u0053\u0065\u0065\u006b\u003a \u006e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0070\u006f\u0073i\u0074\u0069\u006f\u006e");};_acf ._adb =_abab ; +_acf ._de =0;return _abab ,nil ;};func (_fg *BufferedWriter )grow (_fc int ){if _fg ._bg ==nil &&_fc < _gc {_fg ._bg =make ([]byte ,_fc ,_gc );return ;};_cf :=len (_fg ._bg );if _fg ._bfb !=0{_cf ++;};_bgb :=cap (_fg ._bg );switch {case _fc <=_bgb /2-_cf :_bf .Log .Trace ("\u005b\u0042\u0075\u0066\u0066\u0065r\u0065\u0064\u0057\u0072\u0069t\u0065\u0072\u005d\u0020\u0067\u0072o\u0077\u0020\u002d\u0020\u0072e\u0073\u006c\u0069\u0063\u0065\u0020\u006f\u006e\u006c\u0079\u002e\u0020L\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0043\u0061\u0070\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u006e\u003a\u0020'\u0025\u0064\u0027",len (_fg ._bg ),cap (_fg ._bg ),_fc ); +_bf .Log .Trace ("\u0020\u006e\u0020\u003c\u003d\u0020\u0063\u0020\u002f\u0020\u0032\u0020\u002d\u006d\u002e \u0043:\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u006d\u003a\u0020\u0027\u0025\u0064\u0027",_bgb ,_cf );copy (_fg ._bg ,_fg ._bg [_fg .fullOffset ():]); +case _bgb > _d -_bgb -_fc :_bf .Log .Error ("\u0042\u0055F\u0046\u0045\u0052 \u0074\u006f\u006f\u0020\u006c\u0061\u0072\u0067\u0065");return ;default:_dca :=make ([]byte ,2*_bgb +_fc );copy (_dca ,_fg ._bg );_fg ._bg =_dca ;};_fg ._bg =_fg ._bg [:_cf +_fc ]; +};type Writer struct{_def []byte ;_cad uint8 ;_dag int ;_fef bool ;};func (_ddc *Reader )AbsoluteLength ()uint64 {return uint64 (len (_ddc ._ca ._dbd ))};var (_ _e .Reader =&Reader {};_ _e .ByteReader =&Reader {};_ _e .Seeker =&Reader {};_ StreamReader =&Reader {}; +);func (_ga *Reader )ReadBool ()(bool ,error ){return _ga .readBool ()};func (_fdb *Reader )ReadUint32 ()(uint32 ,error ){_aabb :=make ([]byte ,4);_ ,_fde :=_fdb .Read (_aabb );if _fde !=nil {return 0,_fde ;};return _c .BigEndian .Uint32 (_aabb ),nil ; +};func (_ge *BufferedWriter )writeShiftedBytes (_ea []byte )int {for _ ,_efg :=range _ea {_ge .writeByte (_efg );};return len (_ea );};var _ _e .Writer =&BufferedWriter {};func (_bbc *Reader )ConsumeRemainingBits ()(uint64 ,error ){if _bbc ._de !=0{return _bbc .ReadBits (_bbc ._de ); +};return 0,nil ;};func (_dd *BufferedWriter )Reset (){_dd ._bg =_dd ._bg [:0];_dd ._eg =0;_dd ._bfb =0};type StreamReader interface{_e .Reader ;_e .ByteReader ;_e .Seeker ;Align ()byte ;BitPosition ()int ;Mark ();Length ()uint64 ;ReadBit ()(int ,error ); +ReadBits (_gcd byte )(uint64 ,error );ReadBool ()(bool ,error );ReadUint32 ()(uint32 ,error );Reset ();AbsolutePosition ()int64 ;};func (_ag *BufferedWriter )ResetBitIndex (){_ag ._bfb =0};func (_agdd *Reader )readUnalignedByte ()(_cgd byte ,_edc error ){_ffd :=_agdd ._de ; +_cgd =_agdd ._ad <<(8-_ffd );_agdd ._ad ,_edc =_agdd .readBufferByte ();if _edc !=nil {return 0,_edc ;};_cgd |=_agdd ._ad >>_ffd ;_agdd ._ad &=1<<_ffd -1;return _cgd ,nil ;};func (_efge *Reader )NewPartialReader (offset ,length int ,relative bool )(*Reader ,error ){if offset < 0{return nil ,_ec .New ("p\u0061\u0072\u0074\u0069\u0061\u006c\u0020\u0072\u0065\u0061\u0064\u0065\u0072\u0020\u006f\u0066\u0066\u0073e\u0074\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062e \u006e\u0065\u0067a\u0074i\u0076\u0065"); +};if relative {offset =_efge ._ca ._aabe +offset ;};if length > 0{_aba :=len (_efge ._ca ._dbd );if relative {_aba =_efge ._ca ._bbd ;};if offset +length > _aba {return nil ,_b .Errorf ("\u0070\u0061r\u0074\u0069\u0061l\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u006f\u0066\u0066se\u0074\u0028\u0025\u0064\u0029\u002b\u006c\u0065\u006e\u0067\u0074\u0068\u0028\u0025\u0064\u0029\u003d\u0025d\u0020i\u0073\u0020\u0067\u0072\u0065\u0061ter\u0020\u0074\u0068\u0061\u006e\u0020\u0074\u0068\u0065\u0020\u006f\u0072ig\u0069n\u0061\u006c\u0020\u0072e\u0061d\u0065r\u0020\u006ce\u006e\u0067th\u003a\u0020\u0025\u0064",offset ,length ,offset +length ,_efge ._ca ._bbd ); +};};if length < 0{_geg :=len (_efge ._ca ._dbd );if relative {_geg =_efge ._ca ._bbd ;};length =_geg -offset ;};return &Reader {_ca :readerSource {_dbd :_efge ._ca ._dbd ,_bbd :length ,_aabe :offset }},nil ;};func (_ab *BufferedWriter )SkipBits (skip int )error {if skip ==0{return nil ; +};_eb :=int (_ab ._bfb )+skip ;if _eb >=0&&_eb < 8{_ab ._bfb =uint8 (_eb );return nil ;};_eb =int (_ab ._bfb )+_ab ._eg *8+skip ;if _eb < 0{return _f .Errorf ("\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_abe :=_eb /8;_age :=_eb %8;_ab ._bfb =uint8 (_age );if _gg :=_abe -_ab ._eg ;_gg > 0&&len (_ab ._bg )-1< _abe {if _ab ._bfb !=0{_gg ++;};_ab .expandIfNeeded (_gg );};_ab ._eg =_abe ;return nil ;};func NewReader (data []byte )*Reader {return &Reader {_ca :readerSource {_dbd :data ,_bbd :len (data ),_aabe :0}}; +};func (_bff *Writer )SkipBits (skip int )error {const _bbb ="\u0057r\u0069t\u0065\u0072\u002e\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073";if skip ==0{return nil ;};_agef :=int (_bff ._cad )+skip ;if _agef >=0&&_agef < 8{_bff ._cad =uint8 (_agef ); +return nil ;};_agef =int (_bff ._cad )+_bff ._dag *8+skip ;if _agef < 0{return _f .Errorf (_bbb ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_gbf :=_agef /8;_ebe :=_agef %8;_bf .Log .Trace ("\u0053\u006b\u0069\u0070\u0042\u0069\u0074\u0073"); +_bf .Log .Trace ("\u0042\u0069\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0042\u0079\u0074\u0065\u0049n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0046\u0075\u006c\u006c\u0042\u0069\u0074\u0073\u003a\u0020'\u0025\u0064\u0027\u002c\u0020\u004c\u0065\u006e\u003a\u0020\u0027\u0025\u0064\u0027,\u0020\u0043\u0061p\u003a\u0020\u0027\u0025\u0064\u0027",_bff ._cad ,_bff ._dag ,int (_bff ._cad )+(_bff ._dag )*8,len (_bff ._def ),cap (_bff ._def )); +_bf .Log .Trace ("S\u006b\u0069\u0070\u003a\u0020\u0027%\u0064\u0027\u002c\u0020\u0064\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062i\u0074\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025d\u0027",skip ,_agef ,_ebe );_bff ._cad =uint8 (_ebe );if _cgb :=_gbf -_bff ._dag ; +_cgb > 0&&len (_bff ._def )-1< _gbf {_bf .Log .Trace ("\u0042\u0079\u0074e\u0044\u0069\u0066\u0066\u003a\u0020\u0025\u0064",_cgb );return _f .Errorf (_bbb ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_bff ._dag =_gbf ; +_bf .Log .Trace ("\u0042\u0069\u0074I\u006e\u0064\u0065\u0078:\u0020\u0027\u0025\u0064\u0027\u002c\u0020B\u0079\u0074\u0065\u0049\u006e\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027",_bff ._cad ,_bff ._dag );return nil ;};func BufferedMSB ()*BufferedWriter {return &BufferedWriter {_cc :true }}; +func (_abf *Writer )writeByte (_bga byte )error {if _abf ._dag > len (_abf ._def )-1{return _e .EOF ;};if _abf ._dag ==len (_abf ._def )-1&&_abf ._cad !=0{return _e .EOF ;};if _abf ._cad ==0{_abf ._def [_abf ._dag ]=_bga ;_abf ._dag ++;return nil ;};if _abf ._fef {_abf ._def [_abf ._dag ]|=_bga >>_abf ._cad ; +_abf ._dag ++;_abf ._def [_abf ._dag ]=byte (uint16 (_bga )<<(8-_abf ._cad )&0xff);}else {_abf ._def [_abf ._dag ]|=byte (uint16 (_bga )<<_abf ._cad &0xff);_abf ._dag ++;_abf ._def [_abf ._dag ]=_bga >>(8-_abf ._cad );};return nil ;};func (_ef *BufferedWriter )fullOffset ()int {_gd :=_ef ._eg ; +if _ef ._bfb !=0{_gd ++;};return _gd ;};func (_bbda *Writer )WriteByte (c byte )error {return _bbda .writeByte (c )};func (_eae *Reader )readBufferByte ()(byte ,error ){if _eae ._adb >=int64 (_eae ._ca ._bbd ){return 0,_e .EOF ;};_eae ._bb =-1;_agb :=_eae ._ca ._dbd [int64 (_eae ._ca ._aabe )+_eae ._adb ]; +_eae ._adb ++;_eae ._fca =int (_agb );return _agb ,nil ;};type Reader struct{_ca readerSource ;_ad byte ;_de byte ;_adb int64 ;_fca int ;_bb int ;_edg int64 ;_ddd byte ;_cd byte ;_egg int ;};func (_ccg *BufferedWriter )WriteByte (bt byte )error {if _ccg ._eg > len (_ccg ._bg )-1||(_ccg ._eg ==len (_ccg ._bg )-1&&_ccg ._bfb !=0){_ccg .expandIfNeeded (1); +};_ccg .writeByte (bt );return nil ;};const (_gc =64;_d =int (^uint (0)>>1););func (_af *BufferedWriter )Write (d []byte )(int ,error ){_af .expandIfNeeded (len (d ));if _af ._bfb ==0{return _af .writeFullBytes (d ),nil ;};return _af .writeShiftedBytes (d ),nil ; +};func (_gee *Reader )AbsolutePosition ()int64 {return _gee ._adb +int64 (_gee ._ca ._aabe )};var _ _e .ByteWriter =&BufferedWriter {};func (_bgd *BufferedWriter )byteCapacity ()int {_agd :=len (_bgd ._bg )-_bgd ._eg ;if _bgd ._bfb !=0{_agd --;};return _agd ; +};func (_deb *Reader )Reset (){_deb ._adb =_deb ._edg ;_deb ._de =_deb ._ddd ;_deb ._ad =_deb ._cd ;_deb ._fca =_deb ._egg ;};type BufferedWriter struct{_bg []byte ;_bfb uint8 ;_eg int ;_cc bool ;};func (_ccga *Reader )Mark (){_ccga ._edg =_ccga ._adb ; +_ccga ._ddd =_ccga ._de ;_ccga ._cd =_ccga ._ad ;_ccga ._egg =_ccga ._fca ;};func (_dcf *BufferedWriter )WriteBits (bits uint64 ,number int )(_fb int ,_aa error ){const _fd ="\u0042u\u0066\u0066\u0065\u0072e\u0064\u0057\u0072\u0069\u0074e\u0072.\u0057r\u0069\u0074\u0065\u0072\u0042\u0069\u0074s"; +if number < 0||number > 64{return 0,_f .Errorf (_fd ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); +};_fbe :=number /8;if _fbe > 0{_aab :=number -_fbe *8;for _df :=_fbe -1;_df >=0;_df --{_ecb :=byte ((bits >>uint (_df *8+_aab ))&0xff);if _aa =_dcf .WriteByte (_ecb );_aa !=nil {return _fb ,_f .Wrapf (_aa ,_fd ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_fbe -_df +1); +};};number -=_fbe *8;if number ==0{return _fbe ,nil ;};};var _ba int ;for _fe :=0;_fe < number ;_fe ++{if _dcf ._cc {_ba =int ((bits >>uint (number -1-_fe ))&0x1);}else {_ba =int (bits &0x1);bits >>=1;};if _aa =_dcf .WriteBit (_ba );_aa !=nil {return _fb ,_f .Wrapf (_aa ,_fd ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_fe ); +};};return _fbe ,nil ;};func (_dea *Reader )ReadByte ()(byte ,error ){if _dea ._de ==0{return _dea .readBufferByte ();};return _dea .readUnalignedByte ();};type readerSource struct{_dbd []byte ;_aabe int ;_bbd int ;};var _ BinaryWriter =&BufferedWriter {}; +func (_agc *Writer )WriteBits (bits uint64 ,number int )(_gec int ,_cdd error ){const _dcca ="\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065r\u0042\u0069\u0074\u0073";if number < 0||number > 64{return 0,_f .Errorf (_dcca ,"\u0062i\u0074\u0073 \u006e\u0075\u006db\u0065\u0072\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020r\u0061\u006e\u0067\u0065\u0020\u003c\u0030\u002c\u0036\u0034\u003e,\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",number ); +};if number ==0{return 0,nil ;};_gba :=number /8;if _gba > 0{_dda :=number -_gba *8;for _aeb :=_gba -1;_aeb >=0;_aeb --{_gaa :=byte ((bits >>uint (_aeb *8+_dda ))&0xff);if _cdd =_agc .WriteByte (_gaa );_cdd !=nil {return _gec ,_f .Wrapf (_cdd ,_dcca ,"\u0062\u0079\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_gba -_aeb +1); +};};number -=_gba *8;if number ==0{return _gba ,nil ;};};var _bge int ;for _ggc :=0;_ggc < number ;_ggc ++{if _agc ._fef {_bge =int ((bits >>uint (number -1-_ggc ))&0x1);}else {_bge =int (bits &0x1);bits >>=1;};if _cdd =_agc .WriteBit (_bge );_cdd !=nil {return _gec ,_f .Wrapf (_cdd ,_dcca ,"\u0062i\u0074\u003a\u0020\u0025\u0064",_ggc ); +};};return _gba ,nil ;};func (_bed *Writer )UseMSB ()bool {return _bed ._fef };func (_gga *Reader )Length ()uint64 {return uint64 (_gga ._ca ._bbd )};func (_aee *Writer )writeBit (_daa uint8 )error {if len (_aee ._def )-1< _aee ._dag {return _e .EOF ;}; +_adbd :=_aee ._cad ;if _aee ._fef {_adbd =7-_aee ._cad ;};_aee ._def [_aee ._dag ]|=byte (uint16 (_daa <<_adbd )&0xff);_aee ._cad ++;if _aee ._cad ==8{_aee ._dag ++;_aee ._cad =0;};return nil ;};type BinaryWriter interface{BitWriter ;_e .Writer ;_e .ByteWriter ; +Data ()[]byte ;};type BitWriter interface{WriteBit (_ecd int )error ;WriteBits (_ffb uint64 ,_cgc int )(_ecc int ,_gb error );FinishByte ();SkipBits (_dfb int )error ;};var _ BinaryWriter =&Writer {};func (_gfc *Writer )Data ()[]byte {return _gfc ._def }; +func (_cb *BufferedWriter )tryGrowByReslice (_ac int )bool {if _cg :=len (_cb ._bg );_ac <=cap (_cb ._bg )-_cg {_cb ._bg =_cb ._bg [:_cg +_ac ];return true ;};return false ;}; \ No newline at end of file diff --git a/internal/ccittfax/ccittfax.go b/internal/ccittfax/ccittfax.go index ca3d86eca..ea9d0e581 100644 --- a/internal/ccittfax/ccittfax.go +++ b/internal/ccittfax/ccittfax.go @@ -9,121 +9,119 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package ccittfax ;import (_g "errors";_f "github.com/unidoc/unipdf/v3/internal/bitwise";_ga "io";_c "math";);func (_gbdg *treeNode )walk (_caag bool )*treeNode {if _caag {return _gbdg ._efa ;};return _gbdg ._dfg ;};func init (){_ba =&treeNode {_bbf :true ,_fde :_gb }; -_a =&treeNode {_fde :_ab ,_efa :_ba };_a ._dfg =_a ;_d =&tree {_fgbc :&treeNode {}};if _bg :=_d .fillWithNode (12,0,_a );_bg !=nil {panic (_bg .Error ());};if _ge :=_d .fillWithNode (12,1,_ba );_ge !=nil {panic (_ge .Error ());};_fg =&tree {_fgbc :&treeNode {}}; -for _ff :=0;_ff < len (_af );_ff ++{for _cb :=0;_cb < len (_af [_ff ]);_cb ++{if _dg :=_fg .fill (_ff +2,int (_af [_ff ][_cb ]),int (_fc [_ff ][_cb ]));_dg !=nil {panic (_dg .Error ());};};};if _gee :=_fg .fillWithNode (12,0,_a );_gee !=nil {panic (_gee .Error ()); -};if _bge :=_fg .fillWithNode (12,1,_ba );_bge !=nil {panic (_bge .Error ());};_ca =&tree {_fgbc :&treeNode {}};for _bb :=0;_bb < len (_cbd );_bb ++{for _bd :=0;_bd < len (_cbd [_bb ]);_bd ++{if _geec :=_ca .fill (_bb +4,int (_cbd [_bb ][_bd ]),int (_ae [_bb ][_bd ])); -_geec !=nil {panic (_geec .Error ());};};};if _ac :=_ca .fillWithNode (12,0,_a );_ac !=nil {panic (_ac .Error ());};if _cee :=_ca .fillWithNode (12,1,_ba );_cee !=nil {panic (_cee .Error ());};_ce =&tree {_fgbc :&treeNode {}};if _dd :=_ce .fill (4,1,_cc ); -_dd !=nil {panic (_dd .Error ());};if _gbe :=_ce .fill (3,1,_gc );_gbe !=nil {panic (_gbe .Error ());};if _de :=_ce .fill (1,1,0);_de !=nil {panic (_de .Error ());};if _be :=_ce .fill (3,3,1);_be !=nil {panic (_be .Error ());};if _e :=_ce .fill (6,3,2); -_e !=nil {panic (_e .Error ());};if _cag :=_ce .fill (7,3,3);_cag !=nil {panic (_cag .Error ());};if _ged :=_ce .fill (3,2,-1);_ged !=nil {panic (_ged .Error ());};if _ef :=_ce .fill (6,2,-2);_ef !=nil {panic (_ef .Error ());};if _efe :=_ce .fill (7,2,-3); -_efe !=nil {panic (_efe .Error ());};};func _bffd (_fbda ,_dcag []byte ,_ccbc int ,_gfdc bool )int {_gga :=_ccf (_dcag ,_ccbc );if _gga < len (_dcag )&&(_ccbc ==-1&&_dcag [_gga ]==_bgdc ||_ccbc >=0&&_ccbc < len (_fbda )&&_fbda [_ccbc ]==_dcag [_gga ]||_ccbc >=len (_fbda )&&_gfdc &&_dcag [_gga ]==_bgdc ||_ccbc >=len (_fbda )&&!_gfdc &&_dcag [_gga ]==_fcf ){_gga =_ccf (_dcag ,_gga ); -};return _gga ;};func _dad (_cfb []byte ,_aacc int ,_dfab code )([]byte ,int ){_fef :=0;for _fef < _dfab .BitsWritten {_dafca :=_aacc /8;_aga :=_aacc %8;if _dafca >=len (_cfb ){_cfb =append (_cfb ,0);};_baeg :=8-_aga ;_aag :=_dfab .BitsWritten -_fef ;if _baeg > _aag {_baeg =_aag ; -};if _fef < 8{_cfb [_dafca ]=_cfb [_dafca ]|byte (_dfab .Code >>uint (8+_aga -_fef ))&_dgg [8-_baeg -_aga ];}else {_cfb [_dafca ]=_cfb [_dafca ]|(byte (_dfab .Code <>uint (_aga );};_aacc +=_baeg ;_fef +=_baeg ;};return _cfb ,_aacc ; -};func (_gcde *Decoder )tryFetchRTC2D ()(_gbc error ){_gcde ._adb .Mark ();var _dde bool ;for _cbcd :=0;_cbcd < 5;_cbcd ++{_dde ,_gbc =_gcde .tryFetchEOL1 ();if _gbc !=nil {if _g .Is (_gbc ,_ga .EOF ){if _cbcd ==0{break ;};return _ad ;};};if _dde {continue ; -};if _cbcd > 0{return _ad ;};break ;};if _dde {return _ga .EOF ;};_gcde ._adb .Reset ();return _gbc ;};func (_dfd *Decoder )decodeRowType6 ()error {if _dfd ._ffd {_dfd ._adb .Align ();};if _dfd ._eee {_dfd ._adb .Mark ();_eef ,_ece :=_dfd .tryFetchEOL (); -if _ece !=nil {return _ece ;};if _eef {_eef ,_ece =_dfd .tryFetchEOL ();if _ece !=nil {return _ece ;};if _eef {return _ga .EOF ;};};_dfd ._adb .Reset ();};return _dfd .decode2D ();};type tiffType int ;func _baef (_gbad []byte ,_fec bool ,_fdba int )(int ,int ){_gebc :=0; -for _fdba < len (_gbad ){if _fec {if _gbad [_fdba ]!=_bgdc {break ;};}else {if _gbad [_fdba ]!=_fcf {break ;};};_gebc ++;_fdba ++;};return _gebc ,_fdba ;};func init (){_fca =make (map[int ]code );_fca [0]=code {Code :13<<8|3<<6,BitsWritten :10};_fca [1]=code {Code :2<<(5+8),BitsWritten :3}; -_fca [2]=code {Code :3<<(6+8),BitsWritten :2};_fca [3]=code {Code :2<<(6+8),BitsWritten :2};_fca [4]=code {Code :3<<(5+8),BitsWritten :3};_fca [5]=code {Code :3<<(4+8),BitsWritten :4};_fca [6]=code {Code :2<<(4+8),BitsWritten :4};_fca [7]=code {Code :3<<(3+8),BitsWritten :5}; -_fca [8]=code {Code :5<<(2+8),BitsWritten :6};_fca [9]=code {Code :4<<(2+8),BitsWritten :6};_fca [10]=code {Code :4<<(1+8),BitsWritten :7};_fca [11]=code {Code :5<<(1+8),BitsWritten :7};_fca [12]=code {Code :7<<(1+8),BitsWritten :7};_fca [13]=code {Code :4<<8,BitsWritten :8}; -_fca [14]=code {Code :7<<8,BitsWritten :8};_fca [15]=code {Code :12<<8,BitsWritten :9};_fca [16]=code {Code :5<<8|3<<6,BitsWritten :10};_fca [17]=code {Code :6<<8,BitsWritten :10};_fca [18]=code {Code :2<<8,BitsWritten :10};_fca [19]=code {Code :12<<8|7<<5,BitsWritten :11}; -_fca [20]=code {Code :13<<8,BitsWritten :11};_fca [21]=code {Code :13<<8|4<<5,BitsWritten :11};_fca [22]=code {Code :6<<8|7<<5,BitsWritten :11};_fca [23]=code {Code :5<<8,BitsWritten :11};_fca [24]=code {Code :2<<8|7<<5,BitsWritten :11};_fca [25]=code {Code :3<<8,BitsWritten :11}; -_fca [26]=code {Code :12<<8|10<<4,BitsWritten :12};_fca [27]=code {Code :12<<8|11<<4,BitsWritten :12};_fca [28]=code {Code :12<<8|12<<4,BitsWritten :12};_fca [29]=code {Code :12<<8|13<<4,BitsWritten :12};_fca [30]=code {Code :6<<8|8<<4,BitsWritten :12}; -_fca [31]=code {Code :6<<8|9<<4,BitsWritten :12};_fca [32]=code {Code :6<<8|10<<4,BitsWritten :12};_fca [33]=code {Code :6<<8|11<<4,BitsWritten :12};_fca [34]=code {Code :13<<8|2<<4,BitsWritten :12};_fca [35]=code {Code :13<<8|3<<4,BitsWritten :12};_fca [36]=code {Code :13<<8|4<<4,BitsWritten :12}; -_fca [37]=code {Code :13<<8|5<<4,BitsWritten :12};_fca [38]=code {Code :13<<8|6<<4,BitsWritten :12};_fca [39]=code {Code :13<<8|7<<4,BitsWritten :12};_fca [40]=code {Code :6<<8|12<<4,BitsWritten :12};_fca [41]=code {Code :6<<8|13<<4,BitsWritten :12};_fca [42]=code {Code :13<<8|10<<4,BitsWritten :12}; -_fca [43]=code {Code :13<<8|11<<4,BitsWritten :12};_fca [44]=code {Code :5<<8|4<<4,BitsWritten :12};_fca [45]=code {Code :5<<8|5<<4,BitsWritten :12};_fca [46]=code {Code :5<<8|6<<4,BitsWritten :12};_fca [47]=code {Code :5<<8|7<<4,BitsWritten :12};_fca [48]=code {Code :6<<8|4<<4,BitsWritten :12}; -_fca [49]=code {Code :6<<8|5<<4,BitsWritten :12};_fca [50]=code {Code :5<<8|2<<4,BitsWritten :12};_fca [51]=code {Code :5<<8|3<<4,BitsWritten :12};_fca [52]=code {Code :2<<8|4<<4,BitsWritten :12};_fca [53]=code {Code :3<<8|7<<4,BitsWritten :12};_fca [54]=code {Code :3<<8|8<<4,BitsWritten :12}; -_fca [55]=code {Code :2<<8|7<<4,BitsWritten :12};_fca [56]=code {Code :2<<8|8<<4,BitsWritten :12};_fca [57]=code {Code :5<<8|8<<4,BitsWritten :12};_fca [58]=code {Code :5<<8|9<<4,BitsWritten :12};_fca [59]=code {Code :2<<8|11<<4,BitsWritten :12};_fca [60]=code {Code :2<<8|12<<4,BitsWritten :12}; -_fca [61]=code {Code :5<<8|10<<4,BitsWritten :12};_fca [62]=code {Code :6<<8|6<<4,BitsWritten :12};_fca [63]=code {Code :6<<8|7<<4,BitsWritten :12};_gd =make (map[int ]code );_gd [0]=code {Code :53<<8,BitsWritten :8};_gd [1]=code {Code :7<<(2+8),BitsWritten :6}; -_gd [2]=code {Code :7<<(4+8),BitsWritten :4};_gd [3]=code {Code :8<<(4+8),BitsWritten :4};_gd [4]=code {Code :11<<(4+8),BitsWritten :4};_gd [5]=code {Code :12<<(4+8),BitsWritten :4};_gd [6]=code {Code :14<<(4+8),BitsWritten :4};_gd [7]=code {Code :15<<(4+8),BitsWritten :4}; -_gd [8]=code {Code :19<<(3+8),BitsWritten :5};_gd [9]=code {Code :20<<(3+8),BitsWritten :5};_gd [10]=code {Code :7<<(3+8),BitsWritten :5};_gd [11]=code {Code :8<<(3+8),BitsWritten :5};_gd [12]=code {Code :8<<(2+8),BitsWritten :6};_gd [13]=code {Code :3<<(2+8),BitsWritten :6}; -_gd [14]=code {Code :52<<(2+8),BitsWritten :6};_gd [15]=code {Code :53<<(2+8),BitsWritten :6};_gd [16]=code {Code :42<<(2+8),BitsWritten :6};_gd [17]=code {Code :43<<(2+8),BitsWritten :6};_gd [18]=code {Code :39<<(1+8),BitsWritten :7};_gd [19]=code {Code :12<<(1+8),BitsWritten :7}; -_gd [20]=code {Code :8<<(1+8),BitsWritten :7};_gd [21]=code {Code :23<<(1+8),BitsWritten :7};_gd [22]=code {Code :3<<(1+8),BitsWritten :7};_gd [23]=code {Code :4<<(1+8),BitsWritten :7};_gd [24]=code {Code :40<<(1+8),BitsWritten :7};_gd [25]=code {Code :43<<(1+8),BitsWritten :7}; -_gd [26]=code {Code :19<<(1+8),BitsWritten :7};_gd [27]=code {Code :36<<(1+8),BitsWritten :7};_gd [28]=code {Code :24<<(1+8),BitsWritten :7};_gd [29]=code {Code :2<<8,BitsWritten :8};_gd [30]=code {Code :3<<8,BitsWritten :8};_gd [31]=code {Code :26<<8,BitsWritten :8}; -_gd [32]=code {Code :27<<8,BitsWritten :8};_gd [33]=code {Code :18<<8,BitsWritten :8};_gd [34]=code {Code :19<<8,BitsWritten :8};_gd [35]=code {Code :20<<8,BitsWritten :8};_gd [36]=code {Code :21<<8,BitsWritten :8};_gd [37]=code {Code :22<<8,BitsWritten :8}; -_gd [38]=code {Code :23<<8,BitsWritten :8};_gd [39]=code {Code :40<<8,BitsWritten :8};_gd [40]=code {Code :41<<8,BitsWritten :8};_gd [41]=code {Code :42<<8,BitsWritten :8};_gd [42]=code {Code :43<<8,BitsWritten :8};_gd [43]=code {Code :44<<8,BitsWritten :8}; -_gd [44]=code {Code :45<<8,BitsWritten :8};_gd [45]=code {Code :4<<8,BitsWritten :8};_gd [46]=code {Code :5<<8,BitsWritten :8};_gd [47]=code {Code :10<<8,BitsWritten :8};_gd [48]=code {Code :11<<8,BitsWritten :8};_gd [49]=code {Code :82<<8,BitsWritten :8}; -_gd [50]=code {Code :83<<8,BitsWritten :8};_gd [51]=code {Code :84<<8,BitsWritten :8};_gd [52]=code {Code :85<<8,BitsWritten :8};_gd [53]=code {Code :36<<8,BitsWritten :8};_gd [54]=code {Code :37<<8,BitsWritten :8};_gd [55]=code {Code :88<<8,BitsWritten :8}; -_gd [56]=code {Code :89<<8,BitsWritten :8};_gd [57]=code {Code :90<<8,BitsWritten :8};_gd [58]=code {Code :91<<8,BitsWritten :8};_gd [59]=code {Code :74<<8,BitsWritten :8};_gd [60]=code {Code :75<<8,BitsWritten :8};_gd [61]=code {Code :50<<8,BitsWritten :8}; -_gd [62]=code {Code :51<<8,BitsWritten :8};_gd [63]=code {Code :52<<8,BitsWritten :8};_bc =make (map[int ]code );_bc [64]=code {Code :3<<8|3<<6,BitsWritten :10};_bc [128]=code {Code :12<<8|8<<4,BitsWritten :12};_bc [192]=code {Code :12<<8|9<<4,BitsWritten :12}; -_bc [256]=code {Code :5<<8|11<<4,BitsWritten :12};_bc [320]=code {Code :3<<8|3<<4,BitsWritten :12};_bc [384]=code {Code :3<<8|4<<4,BitsWritten :12};_bc [448]=code {Code :3<<8|5<<4,BitsWritten :12};_bc [512]=code {Code :3<<8|12<<3,BitsWritten :13};_bc [576]=code {Code :3<<8|13<<3,BitsWritten :13}; -_bc [640]=code {Code :2<<8|10<<3,BitsWritten :13};_bc [704]=code {Code :2<<8|11<<3,BitsWritten :13};_bc [768]=code {Code :2<<8|12<<3,BitsWritten :13};_bc [832]=code {Code :2<<8|13<<3,BitsWritten :13};_bc [896]=code {Code :3<<8|18<<3,BitsWritten :13};_bc [960]=code {Code :3<<8|19<<3,BitsWritten :13}; -_bc [1024]=code {Code :3<<8|20<<3,BitsWritten :13};_bc [1088]=code {Code :3<<8|21<<3,BitsWritten :13};_bc [1152]=code {Code :3<<8|22<<3,BitsWritten :13};_bc [1216]=code {Code :119<<3,BitsWritten :13};_bc [1280]=code {Code :2<<8|18<<3,BitsWritten :13};_bc [1344]=code {Code :2<<8|19<<3,BitsWritten :13}; -_bc [1408]=code {Code :2<<8|20<<3,BitsWritten :13};_bc [1472]=code {Code :2<<8|21<<3,BitsWritten :13};_bc [1536]=code {Code :2<<8|26<<3,BitsWritten :13};_bc [1600]=code {Code :2<<8|27<<3,BitsWritten :13};_bc [1664]=code {Code :3<<8|4<<3,BitsWritten :13}; -_bc [1728]=code {Code :3<<8|5<<3,BitsWritten :13};_bee =make (map[int ]code );_bee [64]=code {Code :27<<(3+8),BitsWritten :5};_bee [128]=code {Code :18<<(3+8),BitsWritten :5};_bee [192]=code {Code :23<<(2+8),BitsWritten :6};_bee [256]=code {Code :55<<(1+8),BitsWritten :7}; -_bee [320]=code {Code :54<<8,BitsWritten :8};_bee [384]=code {Code :55<<8,BitsWritten :8};_bee [448]=code {Code :100<<8,BitsWritten :8};_bee [512]=code {Code :101<<8,BitsWritten :8};_bee [576]=code {Code :104<<8,BitsWritten :8};_bee [640]=code {Code :103<<8,BitsWritten :8}; -_bee [704]=code {Code :102<<8,BitsWritten :9};_bee [768]=code {Code :102<<8|1<<7,BitsWritten :9};_bee [832]=code {Code :105<<8,BitsWritten :9};_bee [896]=code {Code :105<<8|1<<7,BitsWritten :9};_bee [960]=code {Code :106<<8,BitsWritten :9};_bee [1024]=code {Code :106<<8|1<<7,BitsWritten :9}; -_bee [1088]=code {Code :107<<8,BitsWritten :9};_bee [1152]=code {Code :107<<8|1<<7,BitsWritten :9};_bee [1216]=code {Code :108<<8,BitsWritten :9};_bee [1280]=code {Code :108<<8|1<<7,BitsWritten :9};_bee [1344]=code {Code :109<<8,BitsWritten :9};_bee [1408]=code {Code :109<<8|1<<7,BitsWritten :9}; -_bee [1472]=code {Code :76<<8,BitsWritten :9};_bee [1536]=code {Code :76<<8|1<<7,BitsWritten :9};_bee [1600]=code {Code :77<<8,BitsWritten :9};_bee [1664]=code {Code :24<<(2+8),BitsWritten :6};_bee [1728]=code {Code :77<<8|1<<7,BitsWritten :9};_ddg =make (map[int ]code ); -_ddg [1792]=code {Code :1<<8,BitsWritten :11};_ddg [1856]=code {Code :1<<8|4<<5,BitsWritten :11};_ddg [1920]=code {Code :1<<8|5<<5,BitsWritten :11};_ddg [1984]=code {Code :1<<8|2<<4,BitsWritten :12};_ddg [2048]=code {Code :1<<8|3<<4,BitsWritten :12};_ddg [2112]=code {Code :1<<8|4<<4,BitsWritten :12}; -_ddg [2176]=code {Code :1<<8|5<<4,BitsWritten :12};_ddg [2240]=code {Code :1<<8|6<<4,BitsWritten :12};_ddg [2304]=code {Code :1<<8|7<<4,BitsWritten :12};_ddg [2368]=code {Code :1<<8|12<<4,BitsWritten :12};_ddg [2432]=code {Code :1<<8|13<<4,BitsWritten :12}; -_ddg [2496]=code {Code :1<<8|14<<4,BitsWritten :12};_ddg [2560]=code {Code :1<<8|15<<4,BitsWritten :12};_dgg =make (map[int ]byte );_dgg [0]=0xFF;_dgg [1]=0xFE;_dgg [2]=0xFC;_dgg [3]=0xF8;_dgg [4]=0xF0;_dgg [5]=0xE0;_dgg [6]=0xC0;_dgg [7]=0x80;_dgg [8]=0x00; -};func _cd (_caa int ,_gdab bool )(code ,int ,bool ){if _caa < 64{if _gdab {return _gd [_caa ],0,true ;};return _fca [_caa ],0,true ;};_dcg :=_caa /64;if _dcg > 40{return _ddg [2560],_caa -2560,false ;};if _dcg > 27{return _ddg [_dcg *64],_caa -_dcg *64,false ; -};if _gdab {return _bee [_dcg *64],_caa -_dcg *64,false ;};return _bc [_dcg *64],_caa -_dcg *64,false ;};type tree struct{_fgbc *treeNode };func (_gcd *Decoder )getNextChangingElement (_dfac int ,_geb bool )int {_bcb :=0;if !_geb {_bcb =1;};_ffg :=int (uint32 (_gcd ._cfc )&0xFFFFFFFE)+_bcb ; -if _ffg > 2{_ffg -=2;};if _dfac ==0{return _ffg ;};for _gef :=_ffg ;_gef < _gcd ._fa ;_gef +=2{if _dfac < _gcd ._cf [_gef ]{_gcd ._cfc =_gef ;return _gef ;};};return -1;};func (_ffa *Encoder )encodeG4 (_ccgf [][]byte )[]byte {_ddc :=make ([][]byte ,len (_ccgf )); -copy (_ddc ,_ccgf );_ddc =_cagea (_ddc );var _ffag []byte ;var _gbd int ;for _edc :=1;_edc < len (_ddc );_edc ++{if _ffa .Rows > 0&&!_ffa .EndOfBlock &&_edc ==(_ffa .Rows +1){break ;};var _gfd []byte ;var _eeb ,_fae ,_gba int ;_fffa :=_gbd ;_accb :=-1; -for _accb < len (_ddc [_edc ]){_eeb =_ccf (_ddc [_edc ],_accb );_fae =_acfc (_ddc [_edc ],_ddc [_edc -1],_accb );_gba =_ccf (_ddc [_edc -1],_fae );if _gba < _eeb {_gfd ,_fffa =_dad (_gfd ,_fffa ,_bbe );_accb =_gba ;}else {if _c .Abs (float64 (_fae -_eeb ))> 3{_gfd ,_fffa ,_accb =_ffagc (_ddc [_edc ],_gfd ,_fffa ,_accb ,_eeb ); -}else {_gfd ,_fffa =_fagb (_gfd ,_fffa ,_eeb ,_fae );_accb =_eeb ;};};};_ffag =_ffa .appendEncodedRow (_ffag ,_gfd ,_gbd );if _ffa .EncodedByteAlign {_fffa =0;};_gbd =_fffa %8;};if _ffa .EndOfBlock {_ccbg ,_ :=_faee (_gbd );_ffag =_ffa .appendEncodedRow (_ffag ,_ccbg ,_gbd ); -};return _ffag ;};func (_beg *Decoder )decode2D ()error {_beg ._fa =_beg ._fcd ;_beg ._ed ,_beg ._cf =_beg ._cf ,_beg ._ed ;_ffbf :=true ;var (_gcfe bool ;_beeg int ;_dfbg error ;);_beg ._fcd =0;_bcde :for _beeg < _beg ._dga {_bdd :=_ce ._fgbc ;for {_gcfe ,_dfbg =_beg ._adb .ReadBool (); -if _dfbg !=nil {return _dfbg ;};_bdd =_bdd .walk (_gcfe );if _bdd ==nil {continue _bcde ;};if !_bdd ._bbf {continue ;};switch _bdd ._fde {case _gc :var _bba int ;if _ffbf {_bba ,_dfbg =_beg .decodeRun (_ca );}else {_bba ,_dfbg =_beg .decodeRun (_fg );}; -if _dfbg !=nil {return _dfbg ;};_beeg +=_bba ;_beg ._ed [_beg ._fcd ]=_beeg ;_beg ._fcd ++;if _ffbf {_bba ,_dfbg =_beg .decodeRun (_fg );}else {_bba ,_dfbg =_beg .decodeRun (_ca );};if _dfbg !=nil {return _dfbg ;};_beeg +=_bba ;_beg ._ed [_beg ._fcd ]=_beeg ; -_beg ._fcd ++;case _cc :_gbfg :=_beg .getNextChangingElement (_beeg ,_ffbf )+1;if _gbfg >=_beg ._fa {_beeg =_beg ._dga ;}else {_beeg =_beg ._cf [_gbfg ];};default:_gcef :=_beg .getNextChangingElement (_beeg ,_ffbf );if _gcef >=_beg ._fa ||_gcef ==-1{_beeg =_beg ._dga +_bdd ._fde ; -}else {_beeg =_beg ._cf [_gcef ]+_bdd ._fde ;};_beg ._ed [_beg ._fcd ]=_beeg ;_beg ._fcd ++;_ffbf =!_ffbf ;};continue _bcde ;};};return nil ;};func _acfc (_gfb ,_adfc []byte ,_ebf int )int {_cbda :=_ccf (_adfc ,_ebf );if _cbda < len (_adfc )&&(_ebf ==-1&&_adfc [_cbda ]==_bgdc ||_ebf >=0&&_ebf < len (_gfb )&&_gfb [_ebf ]==_adfc [_cbda ]||_ebf >=len (_gfb )&&_gfb [_ebf -1]!=_adfc [_cbda ]){_cbda =_ccf (_adfc ,_cbda ); -};return _cbda ;};type code struct{Code uint16 ;BitsWritten int ;};func NewDecoder (data []byte ,options DecodeOptions )(*Decoder ,error ){_gbf :=&Decoder {_adb :_f .NewReader (data ),_dga :options .Columns ,_cefg :options .Rows ,_eg :options .DamagedRowsBeforeError ,_aeg :make ([]byte ,(options .Columns +7)/8),_cf :make ([]int ,options .Columns +2),_ed :make ([]int ,options .Columns +2),_ffd :options .EncodedByteAligned ,_bca :options .BlackIsOne ,_ecb :options .EndOfLine ,_eee :options .EndOfBlock }; -switch {case options .K ==0:_gbf ._fcc =_ccc ;if len (data )< 20{return nil ,_g .New ("\u0074o\u006f\u0020\u0073\u0068o\u0072\u0074\u0020\u0063\u0063i\u0074t\u0066a\u0078\u0020\u0073\u0074\u0072\u0065\u0061m");};_ccb :=data [:20];if _ccb [0]!=0||(_ccb [1]>>4!=1&&_ccb [1]!=1){_gbf ._fcc =_cef ; -_dgd :=(uint16 (_ccb [0])<<8+uint16 (_ccb [1]&0xff))>>4;for _daf :=12;_daf < 160;_daf ++{_dgd =(_dgd <<1)+uint16 ((_ccb [_daf /8]>>uint16 (7-(_daf %8)))&0x01);if _dgd &0xfff==1{_gbf ._fcc =_ccc ;break ;};};};case options .K < 0:_gbf ._fcc =_bdc ;case options .K > 0:_gbf ._fcc =_ccc ; -_gbf ._fed =true ;};switch _gbf ._fcc {case _cef ,_ccc ,_bdc :default:return nil ,_g .New ("\u0075\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u0063\u0069\u0074\u0074\u0066\u0061\u0078\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0072\u0020ty\u0070\u0065"); -};return _gbf ,nil ;};func _cefd (_bcg ,_efec int )code {var _aceg code ;switch _efec -_bcg {case -1:_aceg =_fe ;case -2:_aceg =_agb ;case -3:_aceg =_acc ;case 0:_aceg =_ec ;case 1:_aceg =_dc ;case 2:_aceg =_gce ;case 3:_aceg =_efc ;};return _aceg ;};func (_fdcb *Encoder )appendEncodedRow (_age ,_bgc []byte ,_bfcf int )[]byte {if len (_age )> 0&&_bfcf !=0&&!_fdcb .EncodedByteAlign {_age [len (_age )-1]=_age [len (_age )-1]|_bgc [0]; -_age =append (_age ,_bgc [1:]...);}else {_age =append (_age ,_bgc ...);};return _age ;};func _fbg (_fgg []byte ,_cagc int )([]byte ,int ){return _dad (_fgg ,_cagc ,_bbe )};func _bcf (_gdfa []byte ,_bddf int ,_ege int ,_aae bool )([]byte ,int ){var (_ggc code ; -_gcg bool ;);for !_gcg {_ggc ,_ege ,_gcg =_cd (_ege ,_aae );_gdfa ,_bddf =_dad (_gdfa ,_bddf ,_ggc );};return _gdfa ,_bddf ;};func (_fcb *Decoder )tryFetchEOL ()(bool ,error ){_dgac ,_bed :=_fcb ._adb .ReadBits (12);if _bed !=nil {return false ,_bed ;}; -return _dgac ==0x1,nil ;};var (_ba *treeNode ;_a *treeNode ;_fg *tree ;_ca *tree ;_d *tree ;_ce *tree ;_gb =-2000;_ab =-1000;_cc =-3000;_gc =-4000;);func _cagea (_cgef [][]byte )[][]byte {_dcac :=make ([]byte ,len (_cgef [0]));for _edcc :=range _dcac {_dcac [_edcc ]=_bgdc ; -};_cgef =append (_cgef ,[]byte {});for _gff :=len (_cgef )-1;_gff > 0;_gff --{_cgef [_gff ]=_cgef [_gff -1];};_cgef [0]=_dcac ;return _cgef ;};func (_dafc *Decoder )decodeRun (_fbb *tree )(int ,error ){var _cea int ;_gf :=_fbb ._fgbc ;for {_gae ,_gaec :=_dafc ._adb .ReadBool (); -if _gaec !=nil {return 0,_gaec ;};_gf =_gf .walk (_gae );if _gf ==nil {return 0,_g .New ("\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006f\u0064\u0065\u0020\u0069n\u0020H\u0075f\u0066m\u0061\u006e\u0020\u0052\u004c\u0045\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};if _gf ._bbf {_cea +=_gf ._fde ;switch {case _gf ._fde >=64:_gf =_fbb ._fgbc ;case _gf ._fde >=0:return _cea ,nil ;default:return _dafc ._dga ,nil ;};};};};var _cbd =[...][]uint16 {{0x7,0x8,0xb,0xc,0xe,0xf},{0x12,0x13,0x14,0x1b,0x7,0x8},{0x17,0x18,0x2a,0x2b,0x3,0x34,0x35,0x7,0x8},{0x13,0x17,0x18,0x24,0x27,0x28,0x2b,0x3,0x37,0x4,0x8,0xc},{0x12,0x13,0x14,0x15,0x16,0x17,0x1a,0x1b,0x2,0x24,0x25,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x3,0x32,0x33,0x34,0x35,0x36,0x37,0x4,0x4a,0x4b,0x5,0x52,0x53,0x54,0x55,0x58,0x59,0x5a,0x5b,0x64,0x65,0x67,0x68,0xa,0xb},{0x98,0x99,0x9a,0x9b,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb},{},{0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f}}; -var _ae =[...][]uint16 {{2,3,4,5,6,7},{128,8,9,64,10,11},{192,1664,16,17,13,14,15,1,12},{26,21,28,27,18,24,25,22,256,23,20,19},{33,34,35,36,37,38,31,32,29,53,54,39,40,41,42,43,44,30,61,62,63,0,320,384,45,59,60,46,49,50,51,52,55,56,57,58,448,512,640,576,47,48},{1472,1536,1600,1728,704,768,832,896,960,1024,1088,1152,1216,1280,1344,1408},{},{1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560}}; -var (_ad =_g .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0063\u006f\u0072\u0072\u0075\u0070\u0074\u0065\u0064\u0020\u0052T\u0043");_cbc =_g .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0045\u004f\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064"); -);func (_eded *tree )fill (_adfe ,_fac ,_gge int )error {_gea :=_eded ._fgbc ;for _dbc :=0;_dbc < _adfe ;_dbc ++{_ecd :=_adfe -1-_dbc ;_bbacg :=((_fac >>uint (_ecd ))&1)!=0;_egf :=_gea .walk (_bbacg );if _egf !=nil {if _egf ._bbf {return _g .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); -};_gea =_egf ;continue ;};_egf =&treeNode {};if _dbc ==_adfe -1{_egf ._fde =_gge ;_egf ._bbf =true ;};if _fac ==0{_egf ._cab =true ;};_gea .set (_bbacg ,_egf );_gea =_egf ;};return nil ;};func _faef (_cgg []byte ,_cff int ,_fcee code )([]byte ,int ){_bda :=true ; -var _ebc []byte ;_ebc ,_cff =_dad (nil ,_cff ,_fcee );_ddec :=0;var _ebg int ;for _ddec < len (_cgg ){_ebg ,_ddec =_baef (_cgg ,_bda ,_ddec );_ebc ,_cff =_bcf (_ebc ,_cff ,_ebg ,_bda );_bda =!_bda ;};return _ebc ,_cff %8;};func (_bcdd *tree )fillWithNode (_baac ,_ffae int ,_adac *treeNode )error {_fcdb :=_bcdd ._fgbc ; -for _fdda :=0;_fdda < _baac ;_fdda ++{_gfdf :=uint (_baac -1-_fdda );_bea :=((_ffae >>_gfdf )&1)!=0;_geff :=_fcdb .walk (_bea );if _geff !=nil {if _geff ._bbf {return _g .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); -};_fcdb =_geff ;continue ;};if _fdda ==_baac -1{_geff =_adac ;}else {_geff =&treeNode {};};if _ffae ==0{_geff ._cab =true ;};_fcdb .set (_bea ,_geff );_fcdb =_geff ;};return nil ;};func (_cec *Decoder )tryFetchEOL1 ()(bool ,error ){_adf ,_aac :=_cec ._adb .ReadBits (13); -if _aac !=nil {return false ,_aac ;};return _adf ==0x3,nil ;};func _faee (_fab int )([]byte ,int ){var _faba []byte ;for _aggb :=0;_aggb < 2;_aggb ++{_faba ,_fab =_dad (_faba ,_fab ,_ag );};return _faba ,_fab %8;};type treeNode struct{_dfg *treeNode ;_efa *treeNode ; -_fde int ;_cab bool ;_bbf bool ;};type DecodeOptions struct{Columns int ;Rows int ;K int ;EncodedByteAligned bool ;BlackIsOne bool ;EndOfBlock bool ;EndOfLine bool ;DamagedRowsBeforeError int ;};func _cedb (_bdbf int )([]byte ,int ){var _acf []byte ;for _bbac :=0; -_bbac < 6;_bbac ++{_acf ,_bdbf =_dad (_acf ,_bdbf ,_ag );};return _acf ,_bdbf %8;};var _fc =[...][]uint16 {{3,2},{1,4},{6,5},{7},{9,8},{10,11,12},{13,14},{15},{16,17,0,18,64},{24,25,23,22,19,20,21,1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560,52,55,56,59,60,320,384,448,53,54,50,51,44,45,46,47,57,58,61,256,48,49,62,63,30,31,32,33,40,41,128,192,26,27,28,29,34,35,36,37,38,39,42,43},{640,704,768,832,1280,1344,1408,1472,1536,1600,1664,1728,512,576,896,960,1024,1088,1152,1216}}; -func (_fba *Decoder )looseFetchEOL ()(bool ,error ){_fda ,_cg :=_fba ._adb .ReadBits (12);if _cg !=nil {return false ,_cg ;};switch _fda {case 0x1:return true ,nil ;case 0x0:for {_aedg ,_fdc :=_fba ._adb .ReadBool ();if _fdc !=nil {return false ,_fdc ; -};if _aedg {return true ,nil ;};};default:return false ,nil ;};};type Decoder struct{_dga int ;_cefg int ;_fb int ;_aeg []byte ;_eg int ;_fed bool ;_agg bool ;_agc bool ;_bca bool ;_ecb bool ;_eee bool ;_ffd bool ;_da int ;_gca int ;_cf []int ;_ed []int ; -_fa int ;_fcd int ;_db int ;_cfc int ;_adb *_f .Reader ;_fcc tiffType ;_bff error ;};func (_ede *Decoder )decodeRowType2 ()error {if _ede ._ffd {_ede ._adb .Align ();};if _aed :=_ede .decode1D ();_aed !=nil {return _aed ;};return nil ;};const (_ tiffType =iota ; -_cef ;_ccc ;_bdc ;);func _ffagc (_dfaf ,_bec []byte ,_faea ,_cda ,_cdb int )([]byte ,int ,int ){_cage :=_ccf (_dfaf ,_cdb );_afb :=_cda >=0&&_dfaf [_cda ]==_bgdc ||_cda ==-1;_bec ,_faea =_dad (_bec ,_faea ,_bf );var _ddbc int ;if _cda > -1{_ddbc =_cdb -_cda ; -}else {_ddbc =_cdb -_cda -1;};_bec ,_faea =_bcf (_bec ,_faea ,_ddbc ,_afb );_afb =!_afb ;_fdbd :=_cage -_cdb ;_bec ,_faea =_bcf (_bec ,_faea ,_fdbd ,_afb );_cda =_cage ;return _bec ,_faea ,_cda ;};var _af =[...][]uint16 {{0x2,0x3},{0x2,0x3},{0x2,0x3},{0x3},{0x4,0x5},{0x4,0x5,0x7},{0x4,0x7},{0x18},{0x17,0x18,0x37,0x8,0xf},{0x17,0x18,0x28,0x37,0x67,0x68,0x6c,0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f,0x24,0x27,0x28,0x2b,0x2c,0x33,0x34,0x35,0x37,0x38,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xda,0xdb},{0x4a,0x4b,0x4c,0x4d,0x52,0x53,0x54,0x55,0x5a,0x5b,0x64,0x65,0x6c,0x6d,0x72,0x73,0x74,0x75,0x76,0x77}}; -func (_fag *Decoder )fetch ()error {if _fag ._da ==-1{return nil ;};if _fag ._gca < _fag ._da {return nil ;};_fag ._da =0;_abg :=_fag .decodeRow ();if _abg !=nil {if !_g .Is (_abg ,_ga .EOF ){return _abg ;};if _fag ._da !=0{return _abg ;};_fag ._da =-1; -};_fag ._gca =0;return nil ;};func _ccf (_dce []byte ,_dcd int )int {if _dcd >=len (_dce ){return _dcd ;};if _dcd < -1{_dcd =-1;};var _dcgd byte ;if _dcd > -1{_dcgd =_dce [_dcd ];}else {_dcgd =_bgdc ;};_dafcf :=_dcd +1;for _dafcf < len (_dce ){if _dce [_dafcf ]!=_dcgd {break ; -};_dafcf ++;};return _dafcf ;};func (_fcdd *Encoder )encodeG32D (_efed [][]byte )[]byte {var _cbdg []byte ;var _dcc int ;for _eea :=0;_eea < len (_efed );_eea +=_fcdd .K {if _fcdd .Rows > 0&&!_fcdd .EndOfBlock &&_eea ==_fcdd .Rows {break ;};_ada ,_fdb :=_faef (_efed [_eea ],_dcc ,_aeb ); -_cbdg =_fcdd .appendEncodedRow (_cbdg ,_ada ,_dcc );if _fcdd .EncodedByteAlign {_fdb =0;};_dcc =_fdb ;for _fbd :=_eea +1;_fbd < (_eea +_fcdd .K )&&_fbd < len (_efed );_fbd ++{if _fcdd .Rows > 0&&!_fcdd .EndOfBlock &&_fbd ==_fcdd .Rows {break ;};_bbaf ,_caf :=_dad (nil ,_dcc ,_fge ); -var _afag ,_fdd ,_cge int ;_dbf :=-1;for _dbf < len (_efed [_fbd ]){_afag =_ccf (_efed [_fbd ],_dbf );_fdd =_acfc (_efed [_fbd ],_efed [_fbd -1],_dbf );_cge =_ccf (_efed [_fbd -1],_fdd );if _cge < _afag {_bbaf ,_caf =_fbg (_bbaf ,_caf );_dbf =_cge ;}else {if _c .Abs (float64 (_fdd -_afag ))> 3{_bbaf ,_caf ,_dbf =_ffagc (_efed [_fbd ],_bbaf ,_caf ,_dbf ,_afag ); -}else {_bbaf ,_caf =_fagb (_bbaf ,_caf ,_afag ,_fdd );_dbf =_afag ;};};};_cbdg =_fcdd .appendEncodedRow (_cbdg ,_bbaf ,_dcc );if _fcdd .EncodedByteAlign {_caf =0;};_dcc =_caf %8;};};if _fcdd .EndOfBlock {_gg ,_ :=_abf (_dcc );_cbdg =_fcdd .appendEncodedRow (_cbdg ,_gg ,_dcc ); -};return _cbdg ;};var (_bgdc byte =1;_fcf byte =0;);var (_fca map[int ]code ;_gd map[int ]code ;_bc map[int ]code ;_bee map[int ]code ;_ddg map[int ]code ;_dgg map[int ]byte ;_ag =code {Code :1<<4,BitsWritten :12};_aeb =code {Code :3<<3,BitsWritten :13}; -_fge =code {Code :2<<3,BitsWritten :13};_bbe =code {Code :1<<12,BitsWritten :4};_bf =code {Code :1<<13,BitsWritten :3};_ec =code {Code :1<<15,BitsWritten :1};_fe =code {Code :3<<13,BitsWritten :3};_agb =code {Code :3<<10,BitsWritten :6};_acc =code {Code :3<<9,BitsWritten :7}; -_dc =code {Code :2<<13,BitsWritten :3};_gce =code {Code :2<<10,BitsWritten :6};_efc =code {Code :2<<9,BitsWritten :7};);func _fagb (_dcgb []byte ,_bce ,_ggcb ,_fbdg int )([]byte ,int ){_bgcd :=_cefd (_ggcb ,_fbdg );_dcgb ,_bce =_dad (_dcgb ,_bce ,_bgcd ); -return _dcgb ,_bce ;};func (_fcg tiffType )String ()string {switch _fcg {case _cef :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u004d\u006f\u0064i\u0066\u0069\u0065\u0064\u0048\u0075\u0066\u0066\u006d\u0061n\u0052\u006c\u0065";case _ccc :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0034"; -case _bdc :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0036";default:return "\u0075n\u0064\u0065\u0066\u0069\u006e\u0065d";};};func (_acb *Decoder )decodeRowType4 ()error {if !_acb ._fed {return _acb .decoderRowType41D ();};if _acb ._ffd {_acb ._adb .Align (); -};_acb ._adb .Mark ();_fga ,_adbe :=_acb .tryFetchEOL ();if _adbe !=nil {return _adbe ;};if !_fga &&_acb ._ecb {_acb ._db ++;if _acb ._db > _acb ._eg {return _cbc ;};_acb ._adb .Reset ();};if !_fga {_acb ._adb .Reset ();};_adbec ,_adbe :=_acb ._adb .ReadBool (); -if _adbe !=nil {return _adbe ;};if _adbec {if _fga &&_acb ._eee {if _adbe =_acb .tryFetchRTC2D ();_adbe !=nil {return _adbe ;};};_adbe =_acb .decode1D ();}else {_adbe =_acb .decode2D ();};if _adbe !=nil {return _adbe ;};return nil ;};func (_dca *Decoder )decodeRow ()(_efd error ){if !_dca ._eee &&_dca ._cefg > 0&&_dca ._cefg ==_dca ._fb {return _ga .EOF ; -};switch _dca ._fcc {case _cef :_efd =_dca .decodeRowType2 ();case _ccc :_efd =_dca .decodeRowType4 ();case _bdc :_efd =_dca .decodeRowType6 ();};if _efd !=nil {return _efd ;};_ddf :=0;_cbe :=true ;_dca ._cfc =0;for _gcfa :=0;_gcfa < _dca ._fcd ;_gcfa ++{_fbc :=_dca ._dga ; -if _gcfa !=_dca ._fcd {_fbc =_dca ._ed [_gcfa ];};if _fbc > _dca ._dga {_fbc =_dca ._dga ;};_ea :=_ddf /8;for _ddf %8!=0&&_fbc -_ddf > 0{var _baa byte ;if !_cbe {_baa =1< 7{_dca ._aeg [_ea ]=_cba ;_ddf +=8;_ea ++;};};for _fbc -_ddf > 0{if _ddf %8==0{_dca ._aeg [_ea ]=0;};var _ced byte ;if !_cbe {_ced =1< 0{return _ad ;};break ;};if _bag {return _ga .EOF ;};_abgc ._adb .Reset ();};if _ffb =_abgc .decode1D ();_ffb !=nil {return _ffb ;};return nil ;};func _abf (_ade int )([]byte ,int ){var _bae []byte ;for _gcdg :=0; -_gcdg < 6;_gcdg ++{_bae ,_ade =_dad (_bae ,_ade ,_aeb );};return _bae ,_ade %8;};func (_bgd *Decoder )decodeG32D ()error {_bgd ._fa =_bgd ._fcd ;_bgd ._ed ,_bgd ._cf =_bgd ._cf ,_bgd ._ed ;_bdb :=true ;var (_aab bool ;_fd int ;_gde error ;);_bgd ._fcd =0; -_gbb :for _fd < _bgd ._dga {_bcd :=_ce ._fgbc ;for {_aab ,_gde =_bgd ._adb .ReadBool ();if _gde !=nil {return _gde ;};_bcd =_bcd .walk (_aab );if _bcd ==nil {continue _gbb ;};if !_bcd ._bbf {continue ;};switch _bcd ._fde {case _gc :var _ccg int ;if _bdb {_ccg ,_gde =_bgd .decodeRun (_ca ); -}else {_ccg ,_gde =_bgd .decodeRun (_fg );};if _gde !=nil {return _gde ;};_fd +=_ccg ;_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;if _bdb {_ccg ,_gde =_bgd .decodeRun (_fg );}else {_ccg ,_gde =_bgd .decodeRun (_ca );};if _gde !=nil {return _gde ;};_fd +=_ccg ; -_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;case _cc :_bdcg :=_bgd .getNextChangingElement (_fd ,_bdb )+1;if _bdcg >=_bgd ._fa {_fd =_bgd ._dga ;}else {_fd =_bgd ._cf [_bdcg ];};default:_dfa :=_bgd .getNextChangingElement (_fd ,_bdb );if _dfa >=_bgd ._fa ||_dfa ==-1{_fd =_bgd ._dga +_bcd ._fde ; -}else {_fd =_bgd ._cf [_dfa ]+_bcd ._fde ;};_bgd ._ed [_bgd ._fcd ]=_fd ;_bgd ._fcd ++;_bdb =!_bdb ;};continue _gbb ;};};return nil ;};func (_eb *Decoder )decode1D ()error {var (_edf int ;_fgb error ;);_gda :=true ;_eb ._fcd =0;for {var _ecg int ;if _gda {_ecg ,_fgb =_eb .decodeRun (_ca ); -}else {_ecg ,_fgb =_eb .decodeRun (_fg );};if _fgb !=nil {return _fgb ;};_edf +=_ecg ;_eb ._ed [_eb ._fcd ]=_edf ;_eb ._fcd ++;_gda =!_gda ;if _edf >=_eb ._dga {break ;};};return nil ;};func (_fcgb *treeNode )set (_gfg bool ,_bcab *treeNode ){if !_gfg {_fcgb ._dfg =_bcab ; -}else {_fcgb ._efa =_bcab ;};};func (_ffc *Encoder )Encode (pixels [][]byte )[]byte {if _ffc .BlackIs1 {_bgdc =0;_fcf =1;}else {_bgdc =1;_fcf =0;};if _ffc .K ==0{return _ffc .encodeG31D (pixels );};if _ffc .K > 0{return _ffc .encodeG32D (pixels );};if _ffc .K < 0{return _ffc .encodeG4 (pixels ); -};return nil ;};type Encoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ;};func (_bdf *Decoder )Read (in []byte )(int ,error ){if _bdf ._bff !=nil {return 0,_bdf ._bff ; -};_ddb :=len (in );var (_bcac int ;_fce int ;);for _ddb !=0{if _bdf ._gca >=_bdf ._da {if _aa :=_bdf .fetch ();_aa !=nil {_bdf ._bff =_aa ;return 0,_aa ;};};if _bdf ._da ==-1{return _bcac ,_ga .EOF ;};switch {case _ddb <=_bdf ._da -_bdf ._gca :_df :=_bdf ._aeg [_bdf ._gca :_bdf ._gca +_ddb ]; -for _ ,_cad :=range _df {if !_bdf ._bca {_cad =^_cad ;};in [_fce ]=_cad ;_fce ++;};_bcac +=len (_df );_bdf ._gca +=len (_df );return _bcac ,nil ;default:_bfc :=_bdf ._aeg [_bdf ._gca :];for _ ,_dfb :=range _bfc {if !_bdf ._bca {_dfb =^_dfb ;};in [_fce ]=_dfb ; -_fce ++;};_bcac +=len (_bfc );_bdf ._gca +=len (_bfc );_ddb -=len (_bfc );};};return _bcac ,nil ;};func (_ded *Encoder )encodeG31D (_edd [][]byte )[]byte {var _afa []byte ;_abc :=0;for _aaa :=range _edd {if _ded .Rows > 0&&!_ded .EndOfBlock &&_aaa ==_ded .Rows {break ; -};_eff ,_gdf :=_faef (_edd [_aaa ],_abc ,_ag );_afa =_ded .appendEncodedRow (_afa ,_eff ,_abc );if _ded .EncodedByteAlign {_gdf =0;};_abc =_gdf ;};if _ded .EndOfBlock {_bef ,_ :=_cedb (_abc );_afa =_ded .appendEncodedRow (_afa ,_bef ,_abc );};return _afa ; -}; \ No newline at end of file +package ccittfax ;import (_c "errors";_cg "github.com/unidoc/unipdf/v3/internal/bitwise";_bg "io";_a "math";);type code struct{Code uint16 ;BitsWritten int ;};func init (){_f =&treeNode {_fddf :true ,_faa :_bd };_e =&treeNode {_faa :_ga ,_gceb :_f };_e ._fbe =_e ; +_ge =&tree {_fgcf :&treeNode {}};if _ffc :=_ge .fillWithNode (12,0,_e );_ffc !=nil {panic (_ffc .Error ());};if _ca :=_ge .fillWithNode (12,1,_f );_ca !=nil {panic (_ca .Error ());};_g =&tree {_fgcf :&treeNode {}};for _fa :=0;_fa < len (_ag );_fa ++{for _ba :=0; +_ba < len (_ag [_fa ]);_ba ++{if _ab :=_g .fill (_fa +2,int (_ag [_fa ][_ba ]),int (_bdc [_fa ][_ba ]));_ab !=nil {panic (_ab .Error ());};};};if _ec :=_g .fillWithNode (12,0,_e );_ec !=nil {panic (_ec .Error ());};if _ce :=_g .fillWithNode (12,1,_f ); +_ce !=nil {panic (_ce .Error ());};_bc =&tree {_fgcf :&treeNode {}};for _fac :=0;_fac < len (_bb );_fac ++{for _ee :=0;_ee < len (_bb [_fac ]);_ee ++{if _cd :=_bc .fill (_fac +4,int (_bb [_fac ][_ee ]),int (_ffb [_fac ][_ee ]));_cd !=nil {panic (_cd .Error ()); +};};};if _geb :=_bc .fillWithNode (12,0,_e );_geb !=nil {panic (_geb .Error ());};if _fe :=_bc .fillWithNode (12,1,_f );_fe !=nil {panic (_fe .Error ());};_gc =&tree {_fgcf :&treeNode {}};if _fd :=_gc .fill (4,1,_ff );_fd !=nil {panic (_fd .Error ());}; +if _gae :=_gc .fill (3,1,_d );_gae !=nil {panic (_gae .Error ());};if _fec :=_gc .fill (1,1,0);_fec !=nil {panic (_fec .Error ());};if _be :=_gc .fill (3,3,1);_be !=nil {panic (_be .Error ());};if _cf :=_gc .fill (6,3,2);_cf !=nil {panic (_cf .Error ()); +};if _cfd :=_gc .fill (7,3,3);_cfd !=nil {panic (_cfd .Error ());};if _bea :=_gc .fill (3,2,-1);_bea !=nil {panic (_bea .Error ());};if _eb :=_gc .fill (6,2,-2);_eb !=nil {panic (_eb .Error ());};if _ed :=_gc .fill (7,2,-3);_ed !=nil {panic (_ed .Error ()); +};};func _gdd (_age ,_aeg []byte ,_fcbg int )int {_feac :=_ccbb (_aeg ,_fcbg );if _feac < len (_aeg )&&(_fcbg ==-1&&_aeg [_feac ]==_ada ||_fcbg >=0&&_fcbg < len (_age )&&_age [_fcbg ]==_aeg [_feac ]||_fcbg >=len (_age )&&_age [_fcbg -1]!=_aeg [_feac ]){_feac =_ccbb (_aeg ,_feac ); +};return _feac ;};func (_gdb *treeNode )walk (_abgg bool )*treeNode {if _abgg {return _gdb ._gceb ;};return _gdb ._fbe ;};type Encoder struct{K int ;EndOfLine bool ;EncodedByteAlign bool ;Columns int ;Rows int ;EndOfBlock bool ;BlackIs1 bool ;DamagedRowsBeforeError int ; +};func (_fade *Decoder )decodeRun (_ccg *tree )(int ,error ){var _egfd int ;_cgf :=_ccg ._fgcf ;for {_ecb ,_fag :=_fade ._fbd .ReadBool ();if _fag !=nil {return 0,_fag ;};_cgf =_cgf .walk (_ecb );if _cgf ==nil {return 0,_c .New ("\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006f\u0064\u0065\u0020\u0069n\u0020H\u0075f\u0066m\u0061\u006e\u0020\u0052\u004c\u0045\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};if _cgf ._fddf {_egfd +=_cgf ._faa ;switch {case _cgf ._faa >=64:_cgf =_ccg ._fgcf ;case _cgf ._faa >=0:return _egfd ,nil ;default:return _fade ._fc ,nil ;};};};};func _dccf (_dac []byte ,_dgb bool ,_eaca int )(int ,int ){_dfb :=0;for _eaca < len (_dac ){if _dgb {if _dac [_eaca ]!=_ada {break ; +};}else {if _dac [_eaca ]!=_ceaa {break ;};};_dfb ++;_eaca ++;};return _dfb ,_eaca ;};type tree struct{_fgcf *treeNode };func init (){_bf =make (map[int ]code );_bf [0]=code {Code :13<<8|3<<6,BitsWritten :10};_bf [1]=code {Code :2<<(5+8),BitsWritten :3}; +_bf [2]=code {Code :3<<(6+8),BitsWritten :2};_bf [3]=code {Code :2<<(6+8),BitsWritten :2};_bf [4]=code {Code :3<<(5+8),BitsWritten :3};_bf [5]=code {Code :3<<(4+8),BitsWritten :4};_bf [6]=code {Code :2<<(4+8),BitsWritten :4};_bf [7]=code {Code :3<<(3+8),BitsWritten :5}; +_bf [8]=code {Code :5<<(2+8),BitsWritten :6};_bf [9]=code {Code :4<<(2+8),BitsWritten :6};_bf [10]=code {Code :4<<(1+8),BitsWritten :7};_bf [11]=code {Code :5<<(1+8),BitsWritten :7};_bf [12]=code {Code :7<<(1+8),BitsWritten :7};_bf [13]=code {Code :4<<8,BitsWritten :8}; +_bf [14]=code {Code :7<<8,BitsWritten :8};_bf [15]=code {Code :12<<8,BitsWritten :9};_bf [16]=code {Code :5<<8|3<<6,BitsWritten :10};_bf [17]=code {Code :6<<8,BitsWritten :10};_bf [18]=code {Code :2<<8,BitsWritten :10};_bf [19]=code {Code :12<<8|7<<5,BitsWritten :11}; +_bf [20]=code {Code :13<<8,BitsWritten :11};_bf [21]=code {Code :13<<8|4<<5,BitsWritten :11};_bf [22]=code {Code :6<<8|7<<5,BitsWritten :11};_bf [23]=code {Code :5<<8,BitsWritten :11};_bf [24]=code {Code :2<<8|7<<5,BitsWritten :11};_bf [25]=code {Code :3<<8,BitsWritten :11}; +_bf [26]=code {Code :12<<8|10<<4,BitsWritten :12};_bf [27]=code {Code :12<<8|11<<4,BitsWritten :12};_bf [28]=code {Code :12<<8|12<<4,BitsWritten :12};_bf [29]=code {Code :12<<8|13<<4,BitsWritten :12};_bf [30]=code {Code :6<<8|8<<4,BitsWritten :12};_bf [31]=code {Code :6<<8|9<<4,BitsWritten :12}; +_bf [32]=code {Code :6<<8|10<<4,BitsWritten :12};_bf [33]=code {Code :6<<8|11<<4,BitsWritten :12};_bf [34]=code {Code :13<<8|2<<4,BitsWritten :12};_bf [35]=code {Code :13<<8|3<<4,BitsWritten :12};_bf [36]=code {Code :13<<8|4<<4,BitsWritten :12};_bf [37]=code {Code :13<<8|5<<4,BitsWritten :12}; +_bf [38]=code {Code :13<<8|6<<4,BitsWritten :12};_bf [39]=code {Code :13<<8|7<<4,BitsWritten :12};_bf [40]=code {Code :6<<8|12<<4,BitsWritten :12};_bf [41]=code {Code :6<<8|13<<4,BitsWritten :12};_bf [42]=code {Code :13<<8|10<<4,BitsWritten :12};_bf [43]=code {Code :13<<8|11<<4,BitsWritten :12}; +_bf [44]=code {Code :5<<8|4<<4,BitsWritten :12};_bf [45]=code {Code :5<<8|5<<4,BitsWritten :12};_bf [46]=code {Code :5<<8|6<<4,BitsWritten :12};_bf [47]=code {Code :5<<8|7<<4,BitsWritten :12};_bf [48]=code {Code :6<<8|4<<4,BitsWritten :12};_bf [49]=code {Code :6<<8|5<<4,BitsWritten :12}; +_bf [50]=code {Code :5<<8|2<<4,BitsWritten :12};_bf [51]=code {Code :5<<8|3<<4,BitsWritten :12};_bf [52]=code {Code :2<<8|4<<4,BitsWritten :12};_bf [53]=code {Code :3<<8|7<<4,BitsWritten :12};_bf [54]=code {Code :3<<8|8<<4,BitsWritten :12};_bf [55]=code {Code :2<<8|7<<4,BitsWritten :12}; +_bf [56]=code {Code :2<<8|8<<4,BitsWritten :12};_bf [57]=code {Code :5<<8|8<<4,BitsWritten :12};_bf [58]=code {Code :5<<8|9<<4,BitsWritten :12};_bf [59]=code {Code :2<<8|11<<4,BitsWritten :12};_bf [60]=code {Code :2<<8|12<<4,BitsWritten :12};_bf [61]=code {Code :5<<8|10<<4,BitsWritten :12}; +_bf [62]=code {Code :6<<8|6<<4,BitsWritten :12};_bf [63]=code {Code :6<<8|7<<4,BitsWritten :12};_cb =make (map[int ]code );_cb [0]=code {Code :53<<8,BitsWritten :8};_cb [1]=code {Code :7<<(2+8),BitsWritten :6};_cb [2]=code {Code :7<<(4+8),BitsWritten :4}; +_cb [3]=code {Code :8<<(4+8),BitsWritten :4};_cb [4]=code {Code :11<<(4+8),BitsWritten :4};_cb [5]=code {Code :12<<(4+8),BitsWritten :4};_cb [6]=code {Code :14<<(4+8),BitsWritten :4};_cb [7]=code {Code :15<<(4+8),BitsWritten :4};_cb [8]=code {Code :19<<(3+8),BitsWritten :5}; +_cb [9]=code {Code :20<<(3+8),BitsWritten :5};_cb [10]=code {Code :7<<(3+8),BitsWritten :5};_cb [11]=code {Code :8<<(3+8),BitsWritten :5};_cb [12]=code {Code :8<<(2+8),BitsWritten :6};_cb [13]=code {Code :3<<(2+8),BitsWritten :6};_cb [14]=code {Code :52<<(2+8),BitsWritten :6}; +_cb [15]=code {Code :53<<(2+8),BitsWritten :6};_cb [16]=code {Code :42<<(2+8),BitsWritten :6};_cb [17]=code {Code :43<<(2+8),BitsWritten :6};_cb [18]=code {Code :39<<(1+8),BitsWritten :7};_cb [19]=code {Code :12<<(1+8),BitsWritten :7};_cb [20]=code {Code :8<<(1+8),BitsWritten :7}; +_cb [21]=code {Code :23<<(1+8),BitsWritten :7};_cb [22]=code {Code :3<<(1+8),BitsWritten :7};_cb [23]=code {Code :4<<(1+8),BitsWritten :7};_cb [24]=code {Code :40<<(1+8),BitsWritten :7};_cb [25]=code {Code :43<<(1+8),BitsWritten :7};_cb [26]=code {Code :19<<(1+8),BitsWritten :7}; +_cb [27]=code {Code :36<<(1+8),BitsWritten :7};_cb [28]=code {Code :24<<(1+8),BitsWritten :7};_cb [29]=code {Code :2<<8,BitsWritten :8};_cb [30]=code {Code :3<<8,BitsWritten :8};_cb [31]=code {Code :26<<8,BitsWritten :8};_cb [32]=code {Code :27<<8,BitsWritten :8}; +_cb [33]=code {Code :18<<8,BitsWritten :8};_cb [34]=code {Code :19<<8,BitsWritten :8};_cb [35]=code {Code :20<<8,BitsWritten :8};_cb [36]=code {Code :21<<8,BitsWritten :8};_cb [37]=code {Code :22<<8,BitsWritten :8};_cb [38]=code {Code :23<<8,BitsWritten :8}; +_cb [39]=code {Code :40<<8,BitsWritten :8};_cb [40]=code {Code :41<<8,BitsWritten :8};_cb [41]=code {Code :42<<8,BitsWritten :8};_cb [42]=code {Code :43<<8,BitsWritten :8};_cb [43]=code {Code :44<<8,BitsWritten :8};_cb [44]=code {Code :45<<8,BitsWritten :8}; +_cb [45]=code {Code :4<<8,BitsWritten :8};_cb [46]=code {Code :5<<8,BitsWritten :8};_cb [47]=code {Code :10<<8,BitsWritten :8};_cb [48]=code {Code :11<<8,BitsWritten :8};_cb [49]=code {Code :82<<8,BitsWritten :8};_cb [50]=code {Code :83<<8,BitsWritten :8}; +_cb [51]=code {Code :84<<8,BitsWritten :8};_cb [52]=code {Code :85<<8,BitsWritten :8};_cb [53]=code {Code :36<<8,BitsWritten :8};_cb [54]=code {Code :37<<8,BitsWritten :8};_cb [55]=code {Code :88<<8,BitsWritten :8};_cb [56]=code {Code :89<<8,BitsWritten :8}; +_cb [57]=code {Code :90<<8,BitsWritten :8};_cb [58]=code {Code :91<<8,BitsWritten :8};_cb [59]=code {Code :74<<8,BitsWritten :8};_cb [60]=code {Code :75<<8,BitsWritten :8};_cb [61]=code {Code :50<<8,BitsWritten :8};_cb [62]=code {Code :51<<8,BitsWritten :8}; +_cb [63]=code {Code :52<<8,BitsWritten :8};_af =make (map[int ]code );_af [64]=code {Code :3<<8|3<<6,BitsWritten :10};_af [128]=code {Code :12<<8|8<<4,BitsWritten :12};_af [192]=code {Code :12<<8|9<<4,BitsWritten :12};_af [256]=code {Code :5<<8|11<<4,BitsWritten :12}; +_af [320]=code {Code :3<<8|3<<4,BitsWritten :12};_af [384]=code {Code :3<<8|4<<4,BitsWritten :12};_af [448]=code {Code :3<<8|5<<4,BitsWritten :12};_af [512]=code {Code :3<<8|12<<3,BitsWritten :13};_af [576]=code {Code :3<<8|13<<3,BitsWritten :13};_af [640]=code {Code :2<<8|10<<3,BitsWritten :13}; +_af [704]=code {Code :2<<8|11<<3,BitsWritten :13};_af [768]=code {Code :2<<8|12<<3,BitsWritten :13};_af [832]=code {Code :2<<8|13<<3,BitsWritten :13};_af [896]=code {Code :3<<8|18<<3,BitsWritten :13};_af [960]=code {Code :3<<8|19<<3,BitsWritten :13};_af [1024]=code {Code :3<<8|20<<3,BitsWritten :13}; +_af [1088]=code {Code :3<<8|21<<3,BitsWritten :13};_af [1152]=code {Code :3<<8|22<<3,BitsWritten :13};_af [1216]=code {Code :119<<3,BitsWritten :13};_af [1280]=code {Code :2<<8|18<<3,BitsWritten :13};_af [1344]=code {Code :2<<8|19<<3,BitsWritten :13};_af [1408]=code {Code :2<<8|20<<3,BitsWritten :13}; +_af [1472]=code {Code :2<<8|21<<3,BitsWritten :13};_af [1536]=code {Code :2<<8|26<<3,BitsWritten :13};_af [1600]=code {Code :2<<8|27<<3,BitsWritten :13};_af [1664]=code {Code :3<<8|4<<3,BitsWritten :13};_af [1728]=code {Code :3<<8|5<<3,BitsWritten :13}; +_ae =make (map[int ]code );_ae [64]=code {Code :27<<(3+8),BitsWritten :5};_ae [128]=code {Code :18<<(3+8),BitsWritten :5};_ae [192]=code {Code :23<<(2+8),BitsWritten :6};_ae [256]=code {Code :55<<(1+8),BitsWritten :7};_ae [320]=code {Code :54<<8,BitsWritten :8}; +_ae [384]=code {Code :55<<8,BitsWritten :8};_ae [448]=code {Code :100<<8,BitsWritten :8};_ae [512]=code {Code :101<<8,BitsWritten :8};_ae [576]=code {Code :104<<8,BitsWritten :8};_ae [640]=code {Code :103<<8,BitsWritten :8};_ae [704]=code {Code :102<<8,BitsWritten :9}; +_ae [768]=code {Code :102<<8|1<<7,BitsWritten :9};_ae [832]=code {Code :105<<8,BitsWritten :9};_ae [896]=code {Code :105<<8|1<<7,BitsWritten :9};_ae [960]=code {Code :106<<8,BitsWritten :9};_ae [1024]=code {Code :106<<8|1<<7,BitsWritten :9};_ae [1088]=code {Code :107<<8,BitsWritten :9}; +_ae [1152]=code {Code :107<<8|1<<7,BitsWritten :9};_ae [1216]=code {Code :108<<8,BitsWritten :9};_ae [1280]=code {Code :108<<8|1<<7,BitsWritten :9};_ae [1344]=code {Code :109<<8,BitsWritten :9};_ae [1408]=code {Code :109<<8|1<<7,BitsWritten :9};_ae [1472]=code {Code :76<<8,BitsWritten :9}; +_ae [1536]=code {Code :76<<8|1<<7,BitsWritten :9};_ae [1600]=code {Code :77<<8,BitsWritten :9};_ae [1664]=code {Code :24<<(2+8),BitsWritten :6};_ae [1728]=code {Code :77<<8|1<<7,BitsWritten :9};_ffg =make (map[int ]code );_ffg [1792]=code {Code :1<<8,BitsWritten :11}; +_ffg [1856]=code {Code :1<<8|4<<5,BitsWritten :11};_ffg [1920]=code {Code :1<<8|5<<5,BitsWritten :11};_ffg [1984]=code {Code :1<<8|2<<4,BitsWritten :12};_ffg [2048]=code {Code :1<<8|3<<4,BitsWritten :12};_ffg [2112]=code {Code :1<<8|4<<4,BitsWritten :12}; +_ffg [2176]=code {Code :1<<8|5<<4,BitsWritten :12};_ffg [2240]=code {Code :1<<8|6<<4,BitsWritten :12};_ffg [2304]=code {Code :1<<8|7<<4,BitsWritten :12};_ffg [2368]=code {Code :1<<8|12<<4,BitsWritten :12};_ffg [2432]=code {Code :1<<8|13<<4,BitsWritten :12}; +_ffg [2496]=code {Code :1<<8|14<<4,BitsWritten :12};_ffg [2560]=code {Code :1<<8|15<<4,BitsWritten :12};_ea =make (map[int ]byte );_ea [0]=0xFF;_ea [1]=0xFE;_ea [2]=0xFC;_ea [3]=0xF8;_ea [4]=0xF0;_ea [5]=0xE0;_ea [6]=0xC0;_ea [7]=0x80;_ea [8]=0x00;};func (_da *Decoder )decode2D ()error {_da ._ccc =_da ._cbe ; +_da ._bfc ,_da ._bac =_da ._bac ,_da ._bfc ;_egf :=true ;var (_bga bool ;_edd int ;_ebb error ;);_da ._cbe =0;_faff :for _edd < _da ._fc {_ebd :=_gc ._fgcf ;for {_bga ,_ebb =_da ._fbd .ReadBool ();if _ebb !=nil {return _ebb ;};_ebd =_ebd .walk (_bga ); +if _ebd ==nil {continue _faff ;};if !_ebd ._fddf {continue ;};switch _ebd ._faa {case _d :var _gd int ;if _egf {_gd ,_ebb =_da .decodeRun (_bc );}else {_gd ,_ebb =_da .decodeRun (_g );};if _ebb !=nil {return _ebb ;};_edd +=_gd ;_da ._bfc [_da ._cbe ]=_edd ; +_da ._cbe ++;if _egf {_gd ,_ebb =_da .decodeRun (_g );}else {_gd ,_ebb =_da .decodeRun (_bc );};if _ebb !=nil {return _ebb ;};_edd +=_gd ;_da ._bfc [_da ._cbe ]=_edd ;_da ._cbe ++;case _ff :_aac :=_da .getNextChangingElement (_edd ,_egf )+1;if _aac >=_da ._ccc {_edd =_da ._fc ; +}else {_edd =_da ._bac [_aac ];};default:_bcbb :=_da .getNextChangingElement (_edd ,_egf );if _bcbb >=_da ._ccc ||_bcbb ==-1{_edd =_da ._fc +_ebd ._faa ;}else {_edd =_da ._bac [_bcbb ]+_ebd ._faa ;};_da ._bfc [_da ._cbe ]=_edd ;_da ._cbe ++;_egf =!_egf ; +};continue _faff ;};};return nil ;};type DecodeOptions struct{Columns int ;Rows int ;K int ;EncodedByteAligned bool ;BlackIsOne bool ;EndOfBlock bool ;EndOfLine bool ;DamagedRowsBeforeError int ;};func (_dfgd *Encoder )encodeG32D (_bfec [][]byte )[]byte {var _fccd []byte ; +var _gef int ;for _gag :=0;_gag < len (_bfec );_gag +=_dfgd .K {if _dfgd .Rows > 0&&!_dfgd .EndOfBlock &&_gag ==_dfgd .Rows {break ;};_gad ,_cbg :=_cgg (_bfec [_gag ],_gef ,_eda );_fccd =_dfgd .appendEncodedRow (_fccd ,_gad ,_gef );if _dfgd .EncodedByteAlign {_cbg =0; +};_gef =_cbg ;for _ffcf :=_gag +1;_ffcf < (_gag +_dfgd .K )&&_ffcf < len (_bfec );_ffcf ++{if _dfgd .Rows > 0&&!_dfgd .EndOfBlock &&_ffcf ==_dfgd .Rows {break ;};_daf ,_fdbc :=_cece (nil ,_gef ,_begf );var _cdc ,_ffbc ,_dbc int ;_beb :=-1;for _beb < len (_bfec [_ffcf ]){_cdc =_ccbb (_bfec [_ffcf ],_beb ); +_ffbc =_gdd (_bfec [_ffcf ],_bfec [_ffcf -1],_beb );_dbc =_ccbb (_bfec [_ffcf -1],_ffbc );if _dbc < _cdc {_daf ,_fdbc =_ced (_daf ,_fdbc );_beb =_dbc ;}else {if _a .Abs (float64 (_ffbc -_cdc ))> 3{_daf ,_fdbc ,_beb =_ddgb (_bfec [_ffcf ],_daf ,_fdbc ,_beb ,_cdc ); +}else {_daf ,_fdbc =_bbbd (_daf ,_fdbc ,_cdc ,_ffbc );_beb =_cdc ;};};};_fccd =_dfgd .appendEncodedRow (_fccd ,_daf ,_gef );if _dfgd .EncodedByteAlign {_fdbc =0;};_gef =_fdbc %8;};};if _dfgd .EndOfBlock {_ggf ,_ :=_fbf (_gef );_fccd =_dfgd .appendEncodedRow (_fccd ,_ggf ,_gef ); +};return _fccd ;};func _eeeb (_dcca ,_bbcd int )code {var _efgf code ;switch _bbcd -_dcca {case -1:_efgf =_fea ;case -2:_efgf =_ad ;case -3:_efgf =_df ;case 0:_efgf =_eg ;case 1:_efgf =_fg ;case 2:_efgf =_bfe ;case 3:_efgf =_de ;};return _efgf ;};type Decoder struct{_fc int ; +_eeb int ;_cc int ;_fca []byte ;_gcd int ;_gcf bool ;_feb bool ;_afb bool ;_fdb bool ;_cba bool ;_db bool ;_gaeb bool ;_eebf int ;_gg int ;_bac []int ;_bfc []int ;_ccc int ;_cbe int ;_eac int ;_bfca int ;_fbd *_cg .Reader ;_egc tiffType ;_fad error ;}; +func _gbb (_cdca int ,_eec bool )(code ,int ,bool ){if _cdca < 64{if _eec {return _cb [_cdca ],0,true ;};return _bf [_cdca ],0,true ;};_ffaf :=_cdca /64;if _ffaf > 40{return _ffg [2560],_cdca -2560,false ;};if _ffaf > 27{return _ffg [_ffaf *64],_cdca -_ffaf *64,false ; +};if _eec {return _ae [_ffaf *64],_cdca -_ffaf *64,false ;};return _af [_ffaf *64],_cdca -_ffaf *64,false ;};func (_bee *Decoder )decode1D ()error {var (_cbd int ;_eae error ;);_baac :=true ;_bee ._cbe =0;for {var _gb int ;if _baac {_gb ,_eae =_bee .decodeRun (_bc ); +}else {_gb ,_eae =_bee .decodeRun (_g );};if _eae !=nil {return _eae ;};_cbd +=_gb ;_bee ._bfc [_bee ._cbe ]=_cbd ;_bee ._cbe ++;_baac =!_baac ;if _cbd >=_bee ._fc {break ;};};return nil ;};var _bdc =[...][]uint16 {{3,2},{1,4},{6,5},{7},{9,8},{10,11,12},{13,14},{15},{16,17,0,18,64},{24,25,23,22,19,20,21,1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560,52,55,56,59,60,320,384,448,53,54,50,51,44,45,46,47,57,58,61,256,48,49,62,63,30,31,32,33,40,41,128,192,26,27,28,29,34,35,36,37,38,39,42,43},{640,704,768,832,1280,1344,1408,1472,1536,1600,1664,1728,512,576,896,960,1024,1088,1152,1216}}; +func (_fde *Encoder )appendEncodedRow (_ccf ,_gbc []byte ,_cfb int )[]byte {if len (_ccf )> 0&&_cfb !=0&&!_fde .EncodedByteAlign {_ccf [len (_ccf )-1]=_ccf [len (_ccf )-1]|_gbc [0];_ccf =append (_ccf ,_gbc [1:]...);}else {_ccf =append (_ccf ,_gbc ...); +};return _ccf ;};func (_abf *treeNode )set (_eaa bool ,_eed *treeNode ){if !_eaa {_abf ._fbe =_eed ;}else {_abf ._gceb =_eed ;};};func _ccbb (_fdd []byte ,_ddc int )int {if _ddc >=len (_fdd ){return _ddc ;};if _ddc < -1{_ddc =-1;};var _dec byte ;if _ddc > -1{_dec =_fdd [_ddc ]; +}else {_dec =_ada ;};_decb :=_ddc +1;for _decb < len (_fdd ){if _fdd [_decb ]!=_dec {break ;};_decb ++;};return _decb ;};var _ffb =[...][]uint16 {{2,3,4,5,6,7},{128,8,9,64,10,11},{192,1664,16,17,13,14,15,1,12},{26,21,28,27,18,24,25,22,256,23,20,19},{33,34,35,36,37,38,31,32,29,53,54,39,40,41,42,43,44,30,61,62,63,0,320,384,45,59,60,46,49,50,51,52,55,56,57,58,448,512,640,576,47,48},{1472,1536,1600,1728,704,768,832,896,960,1024,1088,1152,1216,1280,1344,1408},{},{1792,1856,1920},{1984,2048,2112,2176,2240,2304,2368,2432,2496,2560}}; +func (_ccb *Decoder )decodeRowType4 ()error {if !_ccb ._gcf {return _ccb .decoderRowType41D ();};if _ccb ._gaeb {_ccb ._fbd .Align ();};_ccb ._fbd .Mark ();_eba ,_bbe :=_ccb .tryFetchEOL ();if _bbe !=nil {return _bbe ;};if !_eba &&_ccb ._cba {_ccb ._eac ++; +if _ccb ._eac > _ccb ._gcd {return _ffa ;};_ccb ._fbd .Reset ();};if !_eba {_ccb ._fbd .Reset ();};_bab ,_bbe :=_ccb ._fbd .ReadBool ();if _bbe !=nil {return _bbe ;};if _bab {if _eba &&_ccb ._db {if _bbe =_ccb .tryFetchRTC2D ();_bbe !=nil {return _bbe ; +};};_bbe =_ccb .decode1D ();}else {_bbe =_ccb .decode2D ();};if _bbe !=nil {return _bbe ;};return nil ;};func _cece (_fadb []byte ,_gcc int ,_geec code )([]byte ,int ){_cbb :=0;for _cbb < _geec .BitsWritten {_fab :=_gcc /8;_dde :=_gcc %8;if _fab >=len (_fadb ){_fadb =append (_fadb ,0); +};_bbb :=8-_dde ;_fgfe :=_geec .BitsWritten -_cbb ;if _bbb > _fgfe {_bbb =_fgfe ;};if _cbb < 8{_fadb [_fab ]=_fadb [_fab ]|byte (_geec .Code >>uint (8+_dde -_cbb ))&_ea [8-_bbb -_dde ];}else {_fadb [_fab ]=_fadb [_fab ]|(byte (_geec .Code <>uint (_dde ); +};_gcc +=_bbb ;_cbb +=_bbb ;};return _fadb ,_gcc ;};func (_cda *Decoder )tryFetchEOL1 ()(bool ,error ){_cgb ,_bag :=_cda ._fbd .ReadBits (13);if _bag !=nil {return false ,_bag ;};return _cgb ==0x3,nil ;};func (_eee *Decoder )tryFetchEOL ()(bool ,error ){_aff ,_cad :=_eee ._fbd .ReadBits (12); +if _cad !=nil {return false ,_cad ;};return _aff ==0x1,nil ;};var (_aed =_c .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0063\u006f\u0072\u0072\u0075\u0070\u0074\u0065\u0064\u0020\u0052T\u0043");_ffa =_c .New ("\u0063\u0063\u0069\u0074tf\u0061\u0078\u0020\u0045\u004f\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064"); +);func (_baf *Decoder )decoderRowType41D ()error {if _baf ._gaeb {_baf ._fbd .Align ();};_baf ._fbd .Mark ();var (_fee bool ;_fba error ;);if _baf ._cba {_fee ,_fba =_baf .tryFetchEOL ();if _fba !=nil {return _fba ;};if !_fee {return _ffa ;};}else {_fee ,_fba =_baf .looseFetchEOL (); +if _fba !=nil {return _fba ;};};if !_fee {_baf ._fbd .Reset ();};if _fee &&_baf ._db {_baf ._fbd .Mark ();for _gaa :=0;_gaa < 5;_gaa ++{_fee ,_fba =_baf .tryFetchEOL ();if _fba !=nil {if _c .Is (_fba ,_bg .EOF ){if _gaa ==0{break ;};return _aed ;};};if _fee {continue ; +};if _gaa > 0{return _aed ;};break ;};if _fee {return _bg .EOF ;};_baf ._fbd .Reset ();};if _fba =_baf .decode1D ();_fba !=nil {return _fba ;};return nil ;};func (_dca *Decoder )getNextChangingElement (_dba int ,_fef bool )int {_ffcb :=0;if !_fef {_ffcb =1; +};_ef :=int (uint32 (_dca ._bfca )&0xFFFFFFFE)+_ffcb ;if _ef > 2{_ef -=2;};if _dba ==0{return _ef ;};for _bdcg :=_ef ;_bdcg < _dca ._ccc ;_bdcg +=2{if _dba < _dca ._bac [_bdcg ]{_dca ._bfca =_bdcg ;return _bdcg ;};};return -1;};func (_feab *Decoder )decodeG32D ()error {_feab ._ccc =_feab ._cbe ; +_feab ._bfc ,_feab ._bac =_feab ._bac ,_feab ._bfc ;_dcc :=true ;var (_dcg bool ;_adc int ;_dfc error ;);_feab ._cbe =0;_geg :for _adc < _feab ._fc {_dfg :=_gc ._fgcf ;for {_dcg ,_dfc =_feab ._fbd .ReadBool ();if _dfc !=nil {return _dfc ;};_dfg =_dfg .walk (_dcg ); +if _dfg ==nil {continue _geg ;};if !_dfg ._fddf {continue ;};switch _dfg ._faa {case _d :var _gab int ;if _dcc {_gab ,_dfc =_feab .decodeRun (_bc );}else {_gab ,_dfc =_feab .decodeRun (_g );};if _dfc !=nil {return _dfc ;};_adc +=_gab ;_feab ._bfc [_feab ._cbe ]=_adc ; +_feab ._cbe ++;if _dcc {_gab ,_dfc =_feab .decodeRun (_g );}else {_gab ,_dfc =_feab .decodeRun (_bc );};if _dfc !=nil {return _dfc ;};_adc +=_gab ;_feab ._bfc [_feab ._cbe ]=_adc ;_feab ._cbe ++;case _ff :_ddg :=_feab .getNextChangingElement (_adc ,_dcc )+1; +if _ddg >=_feab ._ccc {_adc =_feab ._fc ;}else {_adc =_feab ._bac [_ddg ];};default:_ead :=_feab .getNextChangingElement (_adc ,_dcc );if _ead >=_feab ._ccc ||_ead ==-1{_adc =_feab ._fc +_dfg ._faa ;}else {_adc =_feab ._bac [_ead ]+_dfg ._faa ;};_feab ._bfc [_feab ._cbe ]=_adc ; +_feab ._cbe ++;_dcc =!_dcc ;};continue _geg ;};};return nil ;};func (_affb *Decoder )looseFetchEOL ()(bool ,error ){_ddf ,_fff :=_affb ._fbd .ReadBits (12);if _fff !=nil {return false ,_fff ;};switch _ddf {case 0x1:return true ,nil ;case 0x0:for {_eag ,_bfb :=_affb ._fbd .ReadBool (); +if _bfb !=nil {return false ,_bfb ;};if _eag {return true ,nil ;};};default:return false ,nil ;};};var (_ada byte =1;_ceaa byte =0;);func (_cga tiffType )String ()string {switch _cga {case _fdc :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u004d\u006f\u0064i\u0066\u0069\u0065\u0064\u0048\u0075\u0066\u0066\u006d\u0061n\u0052\u006c\u0065"; +case _fb :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0034";case _dfd :return "\u0074\u0069\u0066\u0066\u0054\u0079\u0070\u0065\u0054\u0036";default:return "\u0075n\u0064\u0065\u0066\u0069\u006e\u0065d";};};func _ced (_aafd []byte ,_fbb int )([]byte ,int ){return _cece (_aafd ,_fbb ,_gec )}; +var (_f *treeNode ;_e *treeNode ;_g *tree ;_bc *tree ;_ge *tree ;_gc *tree ;_bd =-2000;_ga =-1000;_ff =-3000;_d =-4000;);func _ccgb (_dfce int )([]byte ,int ){var _gge []byte ;for _dfcc :=0;_dfcc < 2;_dfcc ++{_gge ,_dfce =_cece (_gge ,_dfce ,_beg );};return _gge ,_dfce %8; +};func _dbb (_gagc []byte ,_bbdf int ,_gdf int ,_cbaa bool )([]byte ,int ){var (_deb code ;_fae bool ;);for !_fae {_deb ,_gdf ,_fae =_gbb (_gdf ,_cbaa );_gagc ,_bbdf =_cece (_gagc ,_bbdf ,_deb );};return _gagc ,_bbdf ;};func (_dbab *Encoder )encodeG4 (_fge [][]byte )[]byte {_fdf :=make ([][]byte ,len (_fge )); +copy (_fdf ,_fge );_fdf =_gga (_fdf );var _bedc []byte ;var _acf int ;for _fgc :=1;_fgc < len (_fdf );_fgc ++{if _dbab .Rows > 0&&!_dbab .EndOfBlock &&_fgc ==(_dbab .Rows +1){break ;};var _ffcd []byte ;var _bbd ,_gefd ,_gegb int ;_bfecf :=_acf ;_ggb :=-1; +for _ggb < len (_fdf [_fgc ]){_bbd =_ccbb (_fdf [_fgc ],_ggb );_gefd =_gdd (_fdf [_fgc ],_fdf [_fgc -1],_ggb );_gegb =_ccbb (_fdf [_fgc -1],_gefd );if _gegb < _bbd {_ffcd ,_bfecf =_cece (_ffcd ,_bfecf ,_gec );_ggb =_gegb ;}else {if _a .Abs (float64 (_gefd -_bbd ))> 3{_ffcd ,_bfecf ,_ggb =_ddgb (_fdf [_fgc ],_ffcd ,_bfecf ,_ggb ,_bbd ); +}else {_ffcd ,_bfecf =_bbbd (_ffcd ,_bfecf ,_bbd ,_gefd );_ggb =_bbd ;};};};_bedc =_dbab .appendEncodedRow (_bedc ,_ffcd ,_acf );if _dbab .EncodedByteAlign {_bfecf =0;};_acf =_bfecf %8;};if _dbab .EndOfBlock {_cec ,_ :=_ccgb (_acf );_bedc =_dbab .appendEncodedRow (_bedc ,_cec ,_acf ); +};return _bedc ;};const (_ tiffType =iota ;_fdc ;_fb ;_dfd ;);func _gga (_cfc [][]byte )[][]byte {_bgbc :=make ([]byte ,len (_cfc [0]));for _geab :=range _bgbc {_bgbc [_geab ]=_ada ;};_cfc =append (_cfc ,[]byte {});for _bfg :=len (_cfc )-1;_bfg > 0;_bfg --{_cfc [_bfg ]=_cfc [_bfg -1]; +};_cfc [0]=_bgbc ;return _cfc ;};var _ag =[...][]uint16 {{0x2,0x3},{0x2,0x3},{0x2,0x3},{0x3},{0x4,0x5},{0x4,0x5,0x7},{0x4,0x7},{0x18},{0x17,0x18,0x37,0x8,0xf},{0x17,0x18,0x28,0x37,0x67,0x68,0x6c,0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f,0x24,0x27,0x28,0x2b,0x2c,0x33,0x34,0x35,0x37,0x38,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5a,0x5b,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xda,0xdb},{0x4a,0x4b,0x4c,0x4d,0x52,0x53,0x54,0x55,0x5a,0x5b,0x64,0x65,0x6c,0x6d,0x72,0x73,0x74,0x75,0x76,0x77}}; +func (_cgfd *tree )fill (_aafdc ,_bde ,_aae int )error {_ecc :=_cgfd ._fgcf ;for _bda :=0;_bda < _aafdc ;_bda ++{_abe :=_aafdc -1-_bda ;_fcfe :=((_bde >>uint (_abe ))&1)!=0;_dbd :=_ecc .walk (_fcfe );if _dbd !=nil {if _dbd ._fddf {return _c .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); +};_ecc =_dbd ;continue ;};_dbd =&treeNode {};if _bda ==_aafdc -1{_dbd ._faa =_aae ;_dbd ._fddf =true ;};if _bde ==0{_dbd ._bfbf =true ;};_ecc .set (_fcfe ,_dbd );_ecc =_dbd ;};return nil ;};func (_gcde *Decoder )decodeRowType2 ()error {if _gcde ._gaeb {_gcde ._fbd .Align (); +};if _dcb :=_gcde .decode1D ();_dcb !=nil {return _dcb ;};return nil ;};func (_ebf *Decoder )tryFetchRTC2D ()(_agac error ){_ebf ._fbd .Mark ();var _bddb bool ;for _afc :=0;_afc < 5;_afc ++{_bddb ,_agac =_ebf .tryFetchEOL1 ();if _agac !=nil {if _c .Is (_agac ,_bg .EOF ){if _afc ==0{break ; +};return _aed ;};};if _bddb {continue ;};if _afc > 0{return _aed ;};break ;};if _bddb {return _bg .EOF ;};_ebf ._fbd .Reset ();return _agac ;};var (_bf map[int ]code ;_cb map[int ]code ;_af map[int ]code ;_ae map[int ]code ;_ffg map[int ]code ;_ea map[int ]byte ; +_beg =code {Code :1<<4,BitsWritten :12};_eda =code {Code :3<<3,BitsWritten :13};_begf =code {Code :2<<3,BitsWritten :13};_gec =code {Code :1<<12,BitsWritten :4};_ceb =code {Code :1<<13,BitsWritten :3};_eg =code {Code :1<<15,BitsWritten :1};_fea =code {Code :3<<13,BitsWritten :3}; +_ad =code {Code :3<<10,BitsWritten :6};_df =code {Code :3<<9,BitsWritten :7};_fg =code {Code :2<<13,BitsWritten :3};_bfe =code {Code :2<<10,BitsWritten :6};_de =code {Code :2<<9,BitsWritten :7};);var _bb =[...][]uint16 {{0x7,0x8,0xb,0xc,0xe,0xf},{0x12,0x13,0x14,0x1b,0x7,0x8},{0x17,0x18,0x2a,0x2b,0x3,0x34,0x35,0x7,0x8},{0x13,0x17,0x18,0x24,0x27,0x28,0x2b,0x3,0x37,0x4,0x8,0xc},{0x12,0x13,0x14,0x15,0x16,0x17,0x1a,0x1b,0x2,0x24,0x25,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x3,0x32,0x33,0x34,0x35,0x36,0x37,0x4,0x4a,0x4b,0x5,0x52,0x53,0x54,0x55,0x58,0x59,0x5a,0x5b,0x64,0x65,0x67,0x68,0xa,0xb},{0x98,0x99,0x9a,0x9b,0xcc,0xcd,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb},{},{0x8,0xc,0xd},{0x12,0x13,0x14,0x15,0x16,0x17,0x1c,0x1d,0x1e,0x1f}}; +func (_aa *Decoder )decodeRowType6 ()error {if _aa ._gaeb {_aa ._fbd .Align ();};if _aa ._db {_aa ._fbd .Mark ();_bgg ,_bfd :=_aa .tryFetchEOL ();if _bfd !=nil {return _bfd ;};if _bgg {_bgg ,_bfd =_aa .tryFetchEOL ();if _bfd !=nil {return _bfd ;};if _bgg {return _bg .EOF ; +};};_aa ._fbd .Reset ();};return _aa .decode2D ();};type treeNode struct{_fbe *treeNode ;_gceb *treeNode ;_faa int ;_bfbf bool ;_fddf bool ;};func NewDecoder (data []byte ,options DecodeOptions )(*Decoder ,error ){_fcc :=&Decoder {_fbd :_cg .NewReader (data ),_fc :options .Columns ,_eeb :options .Rows ,_gcd :options .DamagedRowsBeforeError ,_fca :make ([]byte ,(options .Columns +7)/8),_bac :make ([]int ,options .Columns +2),_bfc :make ([]int ,options .Columns +2),_gaeb :options .EncodedByteAligned ,_fdb :options .BlackIsOne ,_cba :options .EndOfLine ,_db :options .EndOfBlock }; +switch {case options .K ==0:_fcc ._egc =_fb ;if len (data )< 20{return nil ,_c .New ("\u0074o\u006f\u0020\u0073\u0068o\u0072\u0074\u0020\u0063\u0063i\u0074t\u0066a\u0078\u0020\u0073\u0074\u0072\u0065\u0061m");};_ggc :=data [:20];if _ggc [0]!=0||(_ggc [1]>>4!=1&&_ggc [1]!=1){_fcc ._egc =_fdc ; +_gea :=(uint16 (_ggc [0])<<8+uint16 (_ggc [1]&0xff))>>4;for _aee :=12;_aee < 160;_aee ++{_gea =(_gea <<1)+uint16 ((_ggc [_aee /8]>>uint16 (7-(_aee %8)))&0x01);if _gea &0xfff==1{_fcc ._egc =_fb ;break ;};};};case options .K < 0:_fcc ._egc =_dfd ;case options .K > 0:_fcc ._egc =_fb ; +_fcc ._gcf =true ;};switch _fcc ._egc {case _fdc ,_fb ,_dfd :default:return nil ,_c .New ("\u0075\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u0063\u0069\u0074\u0074\u0066\u0061\u0078\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0072\u0020ty\u0070\u0065"); +};return _fcc ,nil ;};func _ddb (_abg ,_acd []byte ,_bcg int ,_ece bool )int {_adag :=_ccbb (_acd ,_bcg );if _adag < len (_acd )&&(_bcg ==-1&&_acd [_adag ]==_ada ||_bcg >=0&&_bcg < len (_abg )&&_abg [_bcg ]==_acd [_adag ]||_bcg >=len (_abg )&&_ece &&_acd [_adag ]==_ada ||_bcg >=len (_abg )&&!_ece &&_acd [_adag ]==_ceaa ){_adag =_ccbb (_acd ,_adag ); +};return _adag ;};func _agb (_eea int )([]byte ,int ){var _dee []byte ;for _ggff :=0;_ggff < 6;_ggff ++{_dee ,_eea =_cece (_dee ,_eea ,_beg );};return _dee ,_eea %8;};func (_cbda *Encoder )encodeG31D (_bead [][]byte )[]byte {var _efb []byte ;_baae :=0; +for _acc :=range _bead {if _cbda .Rows > 0&&!_cbda .EndOfBlock &&_acc ==_cbda .Rows {break ;};_ege ,_egg :=_cgg (_bead [_acc ],_baae ,_beg );_efb =_cbda .appendEncodedRow (_efb ,_ege ,_baae );if _cbda .EncodedByteAlign {_egg =0;};_baae =_egg ;};if _cbda .EndOfBlock {_aad ,_ :=_agb (_baae ); +_efb =_cbda .appendEncodedRow (_efb ,_aad ,_baae );};return _efb ;};func (_cag *Encoder )Encode (pixels [][]byte )[]byte {if _cag .BlackIs1 {_ada =0;_ceaa =1;}else {_ada =1;_ceaa =0;};if _cag .K ==0{return _cag .encodeG31D (pixels );};if _cag .K > 0{return _cag .encodeG32D (pixels ); +};if _cag .K < 0{return _cag .encodeG4 (pixels );};return nil ;};func (_ffbg *Decoder )decodeRow ()(_adg error ){if !_ffbg ._db &&_ffbg ._eeb > 0&&_ffbg ._eeb ==_ffbg ._cc {return _bg .EOF ;};switch _ffbg ._egc {case _fdc :_adg =_ffbg .decodeRowType2 (); +case _fb :_adg =_ffbg .decodeRowType4 ();case _dfd :_adg =_ffbg .decodeRowType6 ();};if _adg !=nil {return _adg ;};_fcb :=0;_gee :=true ;_ffbg ._bfca =0;for _fgd :=0;_fgd < _ffbg ._cbe ;_fgd ++{_gce :=_ffbg ._fc ;if _fgd !=_ffbg ._cbe {_gce =_ffbg ._bfc [_fgd ]; +};if _gce > _ffbg ._fc {_gce =_ffbg ._fc ;};_def :=_fcb /8;for _fcb %8!=0&&_gce -_fcb > 0{var _agaf byte ;if !_gee {_agaf =1< 7{_ffbg ._fca [_def ]=_bed ; +_fcb +=8;_def ++;};};for _gce -_fcb > 0{if _fcb %8==0{_ffbg ._fca [_def ]=0;};var _bcb byte ;if !_gee {_bcb =1<=_cea ._eebf {if _fgf :=_cea .fetch (); +_fgf !=nil {_cea ._fad =_fgf ;return 0,_fgf ;};};if _cea ._eebf ==-1{return _dea ,_bg .EOF ;};switch {case _dg <=_cea ._eebf -_cea ._gg :_cee :=_cea ._fca [_cea ._gg :_cea ._gg +_dg ];for _ ,_dc :=range _cee {if !_cea ._fdb {_dc =^_dc ;};in [_faf ]=_dc ; +_faf ++;};_dea +=len (_cee );_cea ._gg +=len (_cee );return _dea ,nil ;default:_baa :=_cea ._fca [_cea ._gg :];for _ ,_ac :=range _baa {if !_cea ._fdb {_ac =^_ac ;};in [_faf ]=_ac ;_faf ++;};_dea +=len (_baa );_cea ._gg +=len (_baa );_dg -=len (_baa ); +};};return _dea ,nil ;};func (_ecg *tree )fillWithNode (_ddcd ,_dafc int ,_bfbc *treeNode )error {_afed :=_ecg ._fgcf ;for _ggbf :=0;_ggbf < _ddcd ;_ggbf ++{_gbce :=uint (_ddcd -1-_ggbf );_aea :=((_dafc >>_gbce )&1)!=0;_gbbg :=_afed .walk (_aea );if _gbbg !=nil {if _gbbg ._fddf {return _c .New ("\u006e\u006f\u0064\u0065\u0020\u0069\u0073\u0020\u006c\u0065\u0061\u0066\u002c\u0020\u006eo\u0020o\u0074\u0068\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067"); +};_afed =_gbbg ;continue ;};if _ggbf ==_ddcd -1{_gbbg =_bfbc ;}else {_gbbg =&treeNode {};};if _dafc ==0{_gbbg ._bfbf =true ;};_afed .set (_aea ,_gbbg );_afed =_gbbg ;};return nil ;};func _fbf (_egde int )([]byte ,int ){var _eca []byte ;for _gfc :=0;_gfc < 6; +_gfc ++{_eca ,_egde =_cece (_eca ,_egde ,_eda );};return _eca ,_egde %8;};func _bbbd (_adgc []byte ,_bggd ,_adac ,_dfde int )([]byte ,int ){_cbba :=_eeeb (_adac ,_dfde );_adgc ,_bggd =_cece (_adgc ,_bggd ,_cbba );return _adgc ,_bggd ;};func _cgg (_affd []byte ,_fecg int ,_aaf code )([]byte ,int ){_bbg :=true ; +var _dae []byte ;_dae ,_fecg =_cece (nil ,_fecg ,_aaf );_acb :=0;var _facd int ;for _acb < len (_affd ){_facd ,_acb =_dccf (_affd ,_bbg ,_acb );_dae ,_fecg =_dbb (_dae ,_fecg ,_facd ,_bbg );_bbg =!_bbg ;};return _dae ,_fecg %8;};func (_eebd *Decoder )fetch ()error {if _eebd ._eebf ==-1{return nil ; +};if _eebd ._gg < _eebd ._eebf {return nil ;};_eebd ._eebf =0;_egd :=_eebd .decodeRow ();if _egd !=nil {if !_c .Is (_egd ,_bg .EOF ){return _egd ;};if _eebd ._eebf !=0{return _egd ;};_eebd ._eebf =-1;};_eebd ._gg =0;return nil ;};func _ddgb (_ede ,_accb []byte ,_bbc ,_bge ,_cgfe int )([]byte ,int ,int ){_bae :=_ccbb (_ede ,_cgfe ); +_fcf :=_bge >=0&&_ede [_bge ]==_ada ||_bge ==-1;_accb ,_bbc =_cece (_accb ,_bbc ,_ceb );var _cbdc int ;if _bge > -1{_cbdc =_cgfe -_bge ;}else {_cbdc =_cgfe -_bge -1;};_accb ,_bbc =_dbb (_accb ,_bbc ,_cbdc ,_fcf );_fcf =!_fcf ;_fbfc :=_bae -_cgfe ;_accb ,_bbc =_dbb (_accb ,_bbc ,_fbfc ,_fcf ); +_bge =_bae ;return _accb ,_bbc ,_bge ;}; \ No newline at end of file diff --git a/internal/cmap/bcmaps/bcmaps.go b/internal/cmap/bcmaps/bcmaps.go index 2d6485c4c..7e636c55c 100644 --- a/internal/cmap/bcmaps/bcmaps.go +++ b/internal/cmap/bcmaps/bcmaps.go @@ -9,380 +9,382 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bcmaps ;import (_f "bytes";_d "compress/gzip";_aa "fmt";_e "io";_be "os";_fd "strings";_a "time";);func _gefg ()(*asset ,error ){_fce ,_beff :=_eba ();if _beff !=nil {return nil ,_beff ;};_ddfd :=bindataFileInfo {_dae :"CNS1-H",_fb :3373,_ae :_be .FileMode (436),_g :_a .Unix (1580491531,0)}; -_edgg :=&asset {_dd :_fce ,_ef :_ddfd };return _edgg ,nil ;};func _cfgg ()([]byte ,error ){return _c (_daf ,"HKdla-B5-V")};func _feec ()(*asset ,error ){_faddc ,_ggdc :=_egdcf ();if _ggdc !=nil {return nil ,_ggdc ;};_aeb :=bindataFileInfo {_dae :"Hiragana",_fb :551,_ae :_be .FileMode (436),_g :_a .Unix (1580492288,0)}; -_fggd :=&asset {_dd :_faddc ,_ef :_aeb };return _fggd ,nil ;};var _dgab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x8b\xdb\x3c\x10\xc7\xef\xfa\x14\x3a\xee\x73\xd8\x27\x33\x7a\xb3\x0c\x26\x50\x76\x59\x48\x61\xdb\xd2\xed\x1b\x94\x1e\x1c\x7b\x1c\x0c\x8d\x6c\x1c\xe7\xb0\xdf\xbe\xcc\x8c\xb3\x85\x1e\x82\xa3\x9f\x35\xff\x28\xbf\x91\xb4\x7b\x38\x3c\x1e\xca\xb8\xda\xdd\xa7\x65\xea\x5e\x68\xb5\xc3\x58\xfa\x85\x2e\xd3\x75\xe9\xc8\x1e\xe9\x34\x16\x63\xd0\xd9\x7e\xec\xd6\xdb\x50\x1e\xdd\xb9\x9d\x8d\xe1\xfa\x97\xd7\xcb\x4a\xe7\x43\x19\x26\xeb\x75\x5e\x7f\x9d\xb7\xb9\xd6\xee\x3e\xd3\x69\xbc\xac\xcb\xab\xbd\x7b\xd7\x4f\x47\xfa\xcf\xf6\x34\x30\xff\xb8\xf4\xb4\x8c\xe5\x64\xef\xde\xb7\x73\x5b\xf0\xed\xc5\xcb\x75\x9e\x7f\xd3\x99\xca\xca\x79\x34\x18\x2a\xbd\x3c\xcd\xee\xe1\xb9\x9d\x3f\xb4\x67\xb2\x3b\xc9\xba\xd7\xca\x7b\x9d\x26\x6f\xbf\xd1\x72\x19\xa7\x62\xf1\x7f\x80\xf8\x17\x7f\x79\x9d\xc9\xe2\x96\xf2\xe3\xeb\xe1\xd1\xfe\x44\x8b\x60\x5d\x8c\x3e\xfc\xda\xf8\xf7\xe7\xa9\x27\x0b\xb7\xdf\x3a\x3c\x3e\x4c\xd7\xb2\xda\xda\xc7\xa0\x0c\xf5\x5f\x75\x53\x4f\x97\xb9\xed\x68\x69\xcb\x89\x8c\xb5\x0d\x00\xc0\xde\x36\x2e\x3c\x3d\xed\x79\xb9\xff\xcc\x30\xbe\xda\x2a\xc7\x5e\xc9\xad\x02\x60\x18\xf6\x16\x4c\x03\xa8\x63\xe4\xb1\x8b\xc9\x34\xe0\x94\x38\x26\x11\x9d\x69\xc0\x2b\xf1\x4c\xaa\x94\x4d\x03\x41\x49\x60\x82\xe0\x82\x69\x20\x2a\x8a\x82\x5c\xe6\xec\xa4\x28\x09\x8a\x9e\xc3\x2b\x45\x95\xa0\xaa\xe6\xf4\xac\x28\xcb\x0a\x20\x70\x7c\xad\xa8\x16\xe4\x81\xe3\x5b\x45\xed\xb6\x4e\x8e\x3f\x2a\x3a\x0a\xca\xc8\xf1\x9d\xa2\x8e\x91\x87\x8a\xe3\x7b\x45\xbd\x20\xef\x38\x9e\x14\x91\xa0\x98\x39\x7e\x50\x34\x08\xca\x01\x4c\x83\x6a\x0a\xc5\x54\x80\x3a\x99\x06\x55\x16\x8a\xac\xe0\xa3\x33\x0d\xaa\x2d\x14\x5b\x21\x41\x36\x0d\xaa\x2e\x14\x5d\x21\xa7\x60\x1a\x54\x5f\x18\x36\xa7\x1c\xaf\xbe\x50\x7c\x45\x5f\x71\xbc\xfa\x42\xf1\x15\x93\xe7\x78\xf5\x85\xe2\x2b\xe6\xcc\xf1\xea\x0b\xc5\x57\xc2\xc0\xf1\xea\x0b\xc5\x57\x0a\xc0\xf1\xea\x0b\xc5\x57\x4a\xdc\x58\x54\x5f\x28\xbe\x52\xcd\x9d\x45\xf5\x85\xe2\xab\x42\x6e\x2d\xaa\x2f\x14\x5f\x55\xe0\xd6\xa2\xfa\x42\xda\xfa\xcf\xf1\xea\x0b\xc5\x57\x55\x73\x6b\xdd\xb6\x17\xc5\x57\x46\x6e\xad\x53\x5f\x4e\x7c\xe5\xc0\xad\x75\xea\xcb\x89\xaf\x5c\x71\x6b\x9d\xfa\x72\xe2\x2b\xd7\xdc\x5a\x17\xb6\x7d\x9d\xeb\xbd\xad\x1d\x26\xd9\xdc\xb7\x4d\xcc\xdf\xf9\x16\x78\x3b\x95\xdd\x75\x59\xa8\xac\x72\x07\xc8\xb1\xe3\x63\x33\x16\x7a\xbb\x4f\xe6\x69\xe6\x2a\xf9\xfc\x09\x00\x00\xff\xff\xb3\x7e\x40\xe8\x7b\x04\x00\x00"); -var _egcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xdd\x51\xcf\xfd\x3a\x96\xe7\xf5\xfb\xf3\x2a\xfe\x97\xc3\xc5\x50\xdb\x4e\xe2\xc4\x52\xe9\x48\xa8\xbb\x47\x34\xa3\x61\x10\xcd\x00\x12\xe2\xc2\xf6\xde\xbb\x29\x89\x3e\xa7\x54\x55\x7d\xd1\xef\x1e\xe5\xf7\x49\x01\x42\x48\xa7\xae\x7e\x7a\xfc\x64\x27\xb6\x63\x2f\x2f\xc7\xfe\x7a\xfd\xee\xef\xfe\xf1\xef\xff\xf1\x97\x3f\xfc\xe5\xc7\xef\xfe\x87\x3f\xfd\xba\xfe\xe9\xf3\x97\x1f\xdf\x3f\xfc\xf2\xfe\xd3\xe7\xcf\xbf\xfe\xeb\x9f\xd6\xe7\xc7\xfc\xfc\xf3\x1f\x7e\xf9\xe9\xa7\x52\x7f\xbc\xff\xb0\xfe\xf2\xd7\x3f\x23\xeb\x5f\xc6\x1f\x7f\xfa\xe9\xfe\xfd\x3f\xfd\xdb\x9f\xff\xf2\xf9\x97\x7f\xfc\xe5\xfb\xeb\x8f\xcd\x75\xef\x7f\xfd\xe3\x73\xed\x8f\x1f\xbf\xfb\x1f\x3f\xff\xfc\x87\x3f\xff\xe5\x4f\xff\xf6\xe3\xdf\xfd\x37\xef\x5f\xe7\xe7\xbf\xfa\xf1\xfe\x7c\xef\xf4\xff\xfc\xa7\xf7\xe7\x4f\x7f\xf8\xe5\x9f\x7f\xfc\xbb\xff\xf8\xeb\x9f\x3e\xa3\xfc\xdf\xff\xf8\xa7\x7f\xfd\xe3\x1f\xff\xcf\xcf\xbf\x7c\x7e\xf9\xcb\x8f\x92\xb4\xcf\x2f\xef\xe8\x4f\xbf\xfb\xbb\xff\x34\xfe\xf8\xdf\x8f\x7f\xf9\xfc\xf8\xdd\x7f\xfc\xa7\xbf\xfb\xf7\xff\xdd\xaf\xff\xc7\x98\xff\xfe\xbf\xcd\xff\xf2\xaf\xff\xf9\xf3\xa7\x3f\xff\xe1\xd7\x5f\x7e\x94\xd7\x7f\xfd\x7a\xb5\xff\x27\xfd\x7f\xfa\xb7\x3f\x7e\x9e\x7b\xfd\xf4\xbb\xff\xf2\x8f\x7f\xff\x9f\xbf\xdf\x3f\x7f\xfe\xf2\xe3\x68\x2f\xd7\xfc\xaf\xff\xe5\x1f\xff\xfe\xc7\xff\x56\x7e\x94\xd7\x8f\x7a\xec\xa5\xfc\xef\xcf\xa5\xff\xcb\x7f\xfa\xf5\xfd\xf9\xe1\xa2\x9f\x76\x45\x5a\xbf\xbe\x3f\x7f\xfe\xe3\x58\x9f\x3f\x8d\x5f\xfe\xf9\xf3\xd3\x8f\x1f\xbf\x7f\xbd\x7e\xfe\xf1\xe3\xc7\xef\xaf\xd7\xcf\xf7\x5f\xd7\xbe\x97\x9f\x7f\xfc\xfe\xef\xb7\xff\xf0\x0f\xf9\xfb\xef\xaf\x2d\x7f\xff\xc3\xf3\xf7\x3f\xbc\xf2\xf7\x7f\xe8\xf7\xdf\x9f\x5f\xde\xff\x9f\xfb\xfd\x54\x3c\xe6\x97\x5f\xff\xf2\xfe\x7c\xa5\xe5\x09\xbf\x2f\xdf\x9f\x7f\x94\xfb\x17\xff\xef\x7f\xfd\x54\x5e\xaf\x27\x5f\x7f\x78\x3f\x57\xd7\xfb\xea\xf3\x73\x5f\x7d\xe7\xa6\xfe\x9c\x4c\x5d\x3f\xff\xd8\x8e\x2b\x29\x3d\x29\x47\xf9\xf9\xc7\xd6\xda\x9d\x72\x6c\x52\xb6\x9f\x7f\x6c\xe7\x91\x94\x5d\xca\xfd\xab\xf3\x4c\xca\xf3\xab\xf7\xcf\x3f\xb6\x6b\xbb\x53\x5a\x49\xca\x2d\xdb\x95\x3b\x5f\x52\xae\xa4\xf4\x3b\x65\x48\xb9\x65\xeb\xaf\x3b\x65\x49\x59\x49\x49\x0e\x3f\x52\x3e\x49\xa9\x3f\xfd\xfe\x3a\x52\x83\x64\xeb\xf7\xb3\x0e\xcf\x8a\x6c\x7d\xbf\x53\x3c\x2b\xb2\xf5\x3b\xcf\x87\x67\x1d\x9e\x75\x97\xeb\xf0\xac\xc3\xb3\xee\x52\x1c\x9e\x75\x78\xd6\x9d\xe7\xe6\x59\xcd\xb3\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xcd\xb3\x22\xfb\xeb\xce\x73\xf3\xac\xc8\xfe\xba\xf3\xdc\x3c\x2b\xb2\xbf\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xa7\x67\x45\xf6\xd7\x9d\xe7\xd3\xb3\x4e\xcf\xba\xf3\x7c\x7a\xd6\xe9\x59\x77\x9e\x4f\xcf\x3a\x3d\xeb\xce\xf3\xe5\x3e\x11\xef\xf4\x72\x9f\xab\xd5\x9f\x7f\x94\xd7\xd5\x92\xb4\x49\xda\x7f\xfe\xd1\xb7\x6d\x4b\xd2\x21\xe9\xc8\x55\x7e\xd8\x24\x9d\xb9\xea\x48\xd2\x25\x69\xe6\xaa\x9e\xa4\x95\xa4\xf3\x95\xab\xee\x5c\x5d\xa7\x27\xde\x52\x5e\x79\x49\xd7\xe9\x89\x67\x4f\xd2\x9e\xa4\x21\x69\xdc\x3f\xdc\x6b\x92\xa6\xa4\xf7\xcf\x3f\x4a\x49\x6d\x5e\xca\x7c\x5d\x35\x49\xf9\xe1\xe5\x5e\x57\x72\xbf\xe7\xf6\x97\xdc\xdf\x52\x4a\x2a\xeb\xba\xe4\xfe\xba\x72\x55\x72\x7f\x75\x49\x3d\x57\x25\xab\x97\x4c\xf4\xe4\x7e\x4f\xb1\xbb\x27\xde\x52\x8a\x4a\xed\x9e\x78\x4b\x29\xaf\x14\xbb\xef\x92\x92\x89\x23\xb7\xef\x32\xd1\xcf\xfb\xaa\xf2\x4a\x92\xfa\xea\xef\x5c\x95\x7c\x79\x65\xd7\x48\x81\x4a\x72\x3f\xdc\x7e\xe4\x5e\x2d\x35\x31\xdc\x6b\xa4\x40\x25\xb7\x1f\x0a\x34\x52\xa0\x96\x9a\x18\x0a\x34\x52\xa0\xe2\xf6\x0a\x34\x4b\xae\x4a\x19\xa7\xdb\xcf\xdc\x3e\x7d\xf8\x9a\x6e\x3f\xdd\xde\x55\x6e\x7f\x4b\xd7\xaf\xaf\x79\x4a\x52\xa0\xd4\xc4\x54\xa0\x99\x02\x9d\x49\xd2\xba\x23\xa5\x94\x54\xce\xaa\x92\xf2\xc4\x2b\x59\x5d\x9e\xb8\xf2\xc4\x9a\xca\x59\x9e\xb8\x52\xa0\x2b\x4f\x5c\x0a\xb4\x52\xa0\x9a\x06\xb0\x14\xe8\x9d\x02\xc5\x4e\x5c\x6f\x05\x7a\x27\x13\xe9\xaa\x97\x0e\x75\x7d\x52\xab\x35\x55\xf8\x71\xd5\xe7\xce\xc4\xee\xa5\x7d\x64\xe2\x23\x13\xc9\xd7\x47\x26\x3e\x77\x23\xdf\x4b\x9e\xf8\x51\xc6\x8f\x4c\xa4\xbe\x3e\x32\x71\x4b\xdf\xbd\xb4\x8f\xb6\x7a\x4b\x29\x35\xb9\xff\xe8\x0a\xdf\x57\xae\xca\xed\xbf\xf2\xf5\x4d\xe5\xd4\x64\xf5\x2b\x5f\xdf\x34\xa6\x9a\x7c\x7d\x35\xa6\x6f\xb2\xaa\x0a\xbf\xb2\xfa\xbd\xee\xab\xb6\x14\xfb\xab\x72\xbe\xc9\x84\x2a\xfc\xca\xc4\x37\x1d\x66\xbb\x9f\xd8\x19\x80\x48\x29\xe9\x8f\x9d\x9d\xef\x7b\x6e\x9f\xca\xe9\xfb\x21\x29\x35\xb1\x5d\x49\x6a\x92\xae\x5c\x75\x24\xa9\x4b\x4a\x4d\x6c\x3d\x49\xa9\x89\x7e\xa4\x8c\x29\x50\x3f\x3c\xf1\xc8\x13\xf7\x57\x92\x36\x49\x29\xe3\x5e\x92\xb4\x4b\x4a\x26\x62\x4d\xfa\x21\x13\x47\xda\x57\x2c\x40\x3f\x2e\x49\xef\x5c\x75\xb7\xe8\xce\x7e\xf5\xe6\x5e\xf9\x61\x73\xaf\xd8\xaf\xdd\x0f\xd9\xaf\x48\x29\xe9\xc8\x9d\xfd\xea\xb1\x5f\x7b\xec\x44\x67\xbf\x7a\x4b\x81\xf6\x14\xa8\x29\x50\xec\xd7\xee\xf6\xec\x57\xa4\x94\x23\xb9\x67\xbf\x22\xa5\x1c\x35\xa3\xf3\x5f\x47\xd5\xff\xbf\x81\xf6\xea\xa7\x3c\x9e\xc9\xe3\x91\x3c\x9e\xf2\x78\xa6\xbc\x47\x32\x74\xca\x50\x8c\xe0\xfe\x24\x4d\x49\x69\x58\xb1\x19\xfd\x5c\x92\x52\x2b\x92\xd8\xc5\x48\x29\x47\x5e\xf3\xe5\x35\x5f\x9e\x98\x2a\x60\x17\x3b\xbb\xf8\x24\xa9\x95\xd8\xc5\xbd\xa5\x70\xec\x62\x67\x17\x8f\xd4\x0a\xbb\xd8\x6f\x23\xd8\xf7\x18\x9b\xce\x08\x76\x46\xb0\xe5\x35\x33\x82\x91\xbe\x9f\x29\x23\x23\x18\x29\xc5\xed\xbb\x27\xc6\x08\xee\x67\xca\xc8\x08\x76\x46\x30\x16\xaf\x33\x82\x3d\x46\x70\xbf\xf2\x43\x46\xb0\x33\x82\x32\xc1\x08\xf6\x91\x77\x7a\xb9\x97\x2a\x64\x04\x5b\x5e\x20\x23\x18\xe9\xfb\x25\x49\xad\x8e\xd4\x6a\xec\x62\x1f\x6a\xf5\x96\xbe\x67\x60\xec\xe3\x2d\x29\xfd\xa9\xa5\xbe\xc6\x47\xd2\x37\x57\xe5\x87\xf3\x95\xa4\x99\xba\x6f\xa9\x2f\x36\x36\x52\xca\x99\xdc\x4f\x95\x33\x15\xc8\x55\x0a\xc4\xec\xaa\x2f\x66\x37\xd2\xf7\x98\xb7\xce\xec\xf6\x99\xae\xaf\xbe\xa6\x37\x14\xb3\xbb\xc7\x35\xea\xcc\x6e\x5f\xa9\xc2\x58\xf5\xbe\x64\x22\x66\x77\x8f\x9b\xd3\x99\xdd\xce\xec\xc6\xaa\x77\x66\xb7\xc7\xec\xee\xb1\x9e\x9d\xd9\xed\xcc\xee\x29\x49\x15\xde\xd2\x8f\x97\x27\xaa\xc2\x95\x2a\x3c\x53\xa0\xa5\x0a\xdf\xaf\x5c\x95\x02\xbd\xe5\xeb\x9d\xca\xb9\x52\x20\xf6\x3a\x52\x8a\x57\xfb\x56\x39\xb7\xf4\x23\x43\x71\x7f\xcb\xea\x3b\x59\xbd\xdc\x4b\x56\x6f\xe9\x47\x86\xe2\xfe\x56\x39\xef\xf4\x21\x0d\xe0\xad\x01\x64\x38\x38\x62\xe8\xbb\xe1\x20\x52\x4a\x06\xa0\xfe\xd1\x3b\x32\x1c\x1c\x19\x51\xbb\xe1\xa0\x1b\x0e\x34\x13\xc3\x41\xbf\x87\x80\x7e\x64\xc8\xeb\x1f\x95\x63\x38\xd0\x4c\x0c\x07\xfd\xb6\xea\xfd\xc8\x30\xd5\x59\xf5\xce\xaa\x6b\x26\xac\x7a\xbf\x2d\x79\x3f\x62\xe8\xfb\xd7\xed\xbf\x72\x9f\xdb\x7f\xe5\xfe\x9b\xdc\x6f\xf7\xbd\x06\x13\x3e\xf6\xbc\xda\xb4\x89\xb1\x6f\x92\x92\xfb\x58\xf5\xc1\x84\x0f\x26\x3c\xce\xf1\x60\xc2\x47\x4c\xf8\x11\x7b\x3d\x98\xf0\xc1\x84\xc7\x17\x1b\x4c\xf8\x88\x09\x3f\x62\x3d\x07\x13\x3e\x98\xf0\xb8\x67\x83\x09\x1f\x4c\x78\xbc\xe8\xc1\x84\x47\xfa\x11\xeb\x39\x98\xf0\x48\x29\x69\x72\xe3\x90\x89\x23\x2f\xed\x48\xee\x8f\x53\x52\x8a\x1d\x6f\x7b\x30\xf4\x23\x86\xfe\x88\x8d\x1d\x0c\x7d\xa4\x94\x34\xcc\xd1\xaa\xa4\x3c\x31\x56\x6e\x30\xf4\x83\xa1\x8f\x57\x3e\x18\xfa\xd1\x52\xec\x58\xa6\xd1\x14\x3b\x86\xbe\xbe\x24\x29\xf6\x99\x97\xd6\x52\x13\xac\x7a\xa4\xd4\x34\xf2\xc1\x6c\x47\xfa\x71\x4a\xf2\xc4\x5b\x4a\x4d\x23\x1f\xa7\x27\xc6\x20\x1f\xe9\xc8\x83\x41\x1e\x71\x54\x6b\xbc\xfc\xc1\x51\x1d\x31\xc8\x47\xba\xc2\x60\x90\x23\xa5\xc6\xcf\x1f\x0c\xf2\xb8\xce\x5c\xe5\x5e\x2a\xe7\x9a\xb9\x2a\xb5\x7a\x2d\x49\xdf\x5c\x95\x37\xd4\x63\x86\x46\x1c\xd5\x1a\x7f\x73\xb0\xd1\x91\x52\x4b\xee\xc5\x46\x47\xfa\x91\x26\x37\xd8\xe8\x48\xa9\xf1\x66\x06\x1b\x1d\xe9\x47\x8c\xd5\xe8\x5e\xda\xed\xc2\x96\x5a\x3c\x51\xad\xc6\x92\x1f\x1a\x26\x4b\x3e\x62\xc9\x6b\x5c\xd0\xc1\x92\x8f\x58\xf2\x43\xcb\x61\xc9\x23\xa5\xa6\x5b\x0d\x96\x7c\xc4\x9d\x3d\xb4\x09\xee\x6c\xa4\xd4\xb8\x41\x83\x25\x1f\x71\x67\x9b\xf7\xc8\xd4\x8e\xdb\x88\xf6\xf6\xba\x7e\x7b\x28\x1e\x6c\xec\x88\x1f\x5b\xab\x9b\xa8\xe1\x18\xd4\x16\xb7\x6f\x30\xa8\x91\x52\xe3\x25\x0d\x7e\xec\x88\xef\xd9\xe2\x26\x0f\xb6\x6c\xc4\x70\xb5\x4c\x9d\x06\xc3\x15\x29\xb5\x4a\xf2\xc4\x98\xa4\x16\x67\x67\x30\x49\x23\x1e\x6a\x8d\xef\x39\x78\xa8\x23\x26\xa9\xc5\x41\x19\x4c\x52\xa4\xd4\x9a\xea\x64\x92\x46\x4c\x52\xdb\xdd\x4b\x45\xc5\x24\xd5\xf8\x9e\x83\x49\x1a\xf1\x3d\x5b\xfc\x9f\xc1\xf7\x8c\x94\x5a\x25\x79\x62\xac\x54\x8d\x49\x1a\xac\x54\xa4\xb7\x4c\x64\x06\xdf\x33\x52\x6a\x7c\xcf\xc1\x70\x8d\x58\xa9\x16\x0f\x64\xb2\x52\x91\x52\x63\xb8\x26\x47\x73\xc6\x4a\xb5\x0c\xd8\x93\x95\x8a\x94\xba\xd5\x24\x35\x49\x29\x50\x86\xe2\xc9\x4a\x45\x4a\x4d\xad\x4e\x56\x6a\x1e\xa9\xfb\xf3\xce\xc4\x64\x92\x66\x6c\x46\xcb\x30\x35\xd9\x8c\x99\xc9\x6d\x8d\x03\x3c\x4d\x6e\x67\x6c\x46\x4b\x53\x9e\x6c\x46\xa4\xd4\x78\x95\x93\xcd\x98\x71\x0e\x5b\x46\xd4\xc9\x39\x9c\xb7\x9d\x28\x35\x36\x76\xb6\x0c\x79\x33\xce\x61\x8b\xf5\x9c\x9c\xc3\x48\xa9\xf1\x76\x27\x33\x32\x99\x91\x78\xbb\x93\x19\x89\xf4\x16\x2b\x35\x99\x91\xc9\x8c\xc4\xec\x4e\x66\x24\xd2\xcf\x97\x7b\x9d\x92\xd2\x56\x77\x4f\x94\xaf\x18\x9b\x33\x56\x6a\x32\x36\x91\x52\xf7\x14\x9b\xf7\x37\xe3\xb1\x9d\x19\x51\x27\x6b\x30\xd3\x5d\xcf\x34\xcc\xa9\xbb\x4e\xdd\x35\x8d\x69\xea\xae\x33\xdd\xf5\x54\x85\xba\xeb\xd4\x5d\xf7\xdc\x4b\x77\x9d\x71\xbc\x4e\x55\xc8\xf1\x9a\xba\x6b\x9a\xdc\xd4\x5d\x23\xfd\xdc\x24\xa9\xc2\x38\x5e\x35\xc3\xc1\xe4\x78\xcd\xdb\x8d\xea\x67\x86\xa9\x39\xe5\x2b\x2e\x55\xcd\x70\x30\xf5\xf3\x48\xa9\x71\xa0\x27\x97\x2a\xd2\x4f\xc5\xe6\x52\x45\x4a\x8d\x03\x3d\x75\xf7\x48\x3f\x95\x91\x4b\x35\xe3\x52\xd5\xc3\x0f\x35\xb9\x39\x73\x55\x0a\x34\x9f\x7c\xad\x5c\x25\xe9\x2d\x29\x55\x98\x21\x6f\x69\xf7\xcb\x17\x96\xa4\x68\x84\xab\xc9\xe9\x99\xa4\x5d\x52\x72\x9a\x52\x2f\x8d\x70\x69\x84\x4d\x52\x93\x74\xe5\xaa\x92\xa4\x2e\x29\x95\xda\x24\x0d\x49\xa9\xd4\x64\x7e\x69\x97\x91\x52\xe3\x3f\x2f\xdf\x61\x56\x9a\xea\x99\x7e\xbc\x34\xd5\xa5\xa9\x66\xc4\x5b\x9a\xea\xd2\x54\xd3\x43\x97\xa6\x1a\xe9\xa7\x7c\x69\xaa\x4b\x23\x6c\xee\x75\x49\x4a\x26\xe4\xcb\x44\x25\x52\x6a\x9c\xe5\x75\x3e\x99\x48\x75\xb9\xbd\xa6\xba\x8c\x8b\x71\x96\x97\x71\x71\x5d\x9e\xd8\x92\xe4\x89\xc6\xc5\x0c\xbb\xcb\xb8\xb8\x32\x51\x39\xdd\xde\x44\x25\x52\x6a\x86\xdd\x65\xa2\xb2\xf2\x01\xe7\xf4\x43\x1f\x70\x96\x71\x31\xfe\xf3\xd2\x13\x96\x71\xf1\x4c\xbe\x8c\x8b\x91\x7e\xc6\x98\x2c\xe3\xe2\xca\x07\x9c\x1a\x97\x7a\xf9\x80\xb3\x74\xa1\xf8\xbc\x4b\x17\x5a\xba\x90\x1f\xea\x42\x2b\x63\xd9\x19\x47\x72\x19\xcb\x96\xce\x91\xb1\x7f\xe9\x1c\x2b\x63\xd9\x19\x93\xb3\xb4\xf1\xa5\x79\xc5\x4c\x2c\xc3\xd0\xca\x98\x73\x65\x54\x5f\xc6\x9c\x95\xd1\xe4\x8a\xb9\x5f\x46\x93\xf5\x49\x81\xe2\x52\xaf\x8f\x02\x65\x34\xb9\xd2\xf7\x96\xd1\x64\x19\x4d\xe2\x34\x2c\xa3\xc9\xca\x68\x72\xa5\xef\x2d\xa3\xc9\x32\x9a\xc8\xbd\xd1\x64\x65\x34\xb9\x62\xab\x96\xd1\x64\x19\x4d\xe2\x06\x2f\xa3\xc9\x32\x9a\x5c\xe7\x6f\x8f\xc4\xcb\x60\x13\xe9\x97\xee\x64\xb0\x59\x71\x89\x6b\xfc\x93\xc5\x25\x5e\x19\x6c\xae\x74\x9e\xb7\x4e\xf7\x8e\x4b\x5c\x53\x77\x6f\x2e\xf1\x3b\x83\xcd\x95\xde\xfa\x36\xd8\xbc\x0d\x36\x31\xd7\x6f\x83\xcd\x3b\xce\xee\x95\x19\xf0\x9b\xb3\x1b\x29\x35\xce\xee\xdb\xc8\xf2\x8e\x67\x7b\xa5\x91\xbe\x79\xb6\x91\x52\xe3\xc5\xbc\x8f\xe7\x5e\xb7\x61\xb9\xd2\xd6\xde\x3c\xdb\x48\xa9\xf1\x7f\xdf\x3c\xdb\x77\x46\xa9\x2b\x8d\xf4\xcd\x40\x44\x4a\x8d\xaf\xf3\xe6\xd9\xbe\x63\x20\xae\xb4\xa2\x37\x03\xf1\x66\x20\xba\x24\x4f\x8c\x81\xb8\xf2\x9a\xdf\x0c\xc4\x9b\x81\x48\x93\x79\x33\x10\xef\x78\xb6\x57\x5e\xf3\x5b\x3f\x7f\xa7\x53\x5f\x99\x1c\xbc\x75\xea\xf7\x3d\xd8\x94\x2d\x83\xcd\xdb\x60\xf3\x4e\xa7\xbe\xd4\x84\x4e\x1d\x29\xdb\xcb\x0f\x97\xa4\x14\x48\xbe\x74\xea\x48\xd9\xe2\xec\xbe\x8d\x3f\xef\x8c\x3f\xdd\xed\xf5\xba\x77\x3a\x4f\x8f\x6f\xf8\xd6\x79\xde\xe9\x3c\x5b\x3e\xe7\xbe\x75\x9e\x77\xc6\x9f\x9e\xd6\xfd\x36\xfe\x44\xca\xf6\xf2\x43\x35\x71\x4b\xef\xf1\x5c\xde\x43\xee\x6f\x29\xdb\xcb\x0f\xd5\x7d\x3a\x62\x8f\xe7\xf2\xd6\x11\x23\x65\xcb\x1c\xf2\xad\x23\xbe\x33\xfe\xf4\x78\x2e\x6f\xe3\x4f\xa4\x6c\x99\x43\xbe\xf5\xcd\x48\xd9\xd2\x11\xdf\xc6\x9f\x48\xef\xe9\x62\x6f\xe3\x4f\xa4\x6c\xc5\xbd\x64\x35\xe3\x4f\xdf\xdc\x4b\x56\x67\x32\x11\xbf\xfc\x3d\x9f\x4c\xa4\x72\xe2\x47\xbc\x75\xfd\x77\xa6\xf4\x5b\xa6\xa8\x6f\x53\xfa\x77\x26\xeb\x3d\x23\xde\xdb\x64\x3d\x52\xb6\x38\xa5\x6f\x93\xf5\x77\x6c\x46\xd7\x61\xd8\x8c\xf7\xed\x94\xf6\xae\xdd\x73\x4a\xdf\x99\x3a\x6f\x45\x92\xfa\x8a\x65\xe9\xb1\xea\x6f\x96\xe5\x1d\x3f\x75\x8b\xb3\xfc\xe6\xa7\xbe\x33\xdd\xed\x71\xd8\xde\xdf\x27\x29\x65\xcc\xa4\xe5\xfd\x55\xc6\x74\xe4\xad\x4a\x72\xfb\x74\xe4\x1e\x9b\xf1\xd1\x91\x23\x65\x8b\x4f\xf2\xe1\x35\x7e\xd2\x91\x7b\xda\xea\x47\x47\x8e\x94\x2d\xce\xf2\x47\x47\xfe\xc4\x6b\xec\xe9\x8f\x1f\x5e\x63\xa4\x6c\x55\x52\x6a\xe2\x93\xee\xde\xd3\x56\x3f\xba\x7b\xa4\x6c\x71\xa9\x3f\xba\x7b\xa4\x6c\x69\x72\x1f\x73\xdb\xcf\xdd\xb7\xcb\xeb\x95\x99\xd9\x47\xe7\x8e\x94\xad\xba\xd9\x25\xe9\xed\xb2\xa4\xe9\xdd\x91\xb2\xa5\x69\x7e\xf4\xee\x8f\x15\x90\x57\x26\x4f\x1f\x5d\xf2\x73\xfa\x69\x1a\xe7\x47\x3f\xfa\x64\x70\xdc\x9e\x24\x97\xdd\x83\x63\x79\xbd\xe2\x4d\x7e\x8c\x8e\x91\xb2\xc5\x89\xfe\x18\x1d\x3f\xf7\xe8\x78\x5f\x96\x8a\x34\x3c\x46\x8a\x65\x9d\x8f\xe1\xf1\x73\x4f\x1b\xef\xcb\x52\x7a\xf3\xc6\x4f\xc6\xc7\x2d\x0e\xdf\x47\x4f\x8d\x94\x6d\x73\x95\x0a\xe9\xf2\x11\xff\xeb\x63\x80\x8c\x14\x6b\x3d\x1f\x13\xc7\xc8\x7d\x59\x1e\x6a\xe6\xf8\xc9\xcc\x71\x4b\x37\xf9\x98\x39\x7e\xba\xc2\xc7\x89\xf9\xb0\x05\x91\xb2\xa5\x07\x7c\x86\x7a\x1b\x4a\x15\xef\xea\xa3\x03\x7f\x74\x60\xf5\xa1\x03\x7f\xa6\xea\x8d\x07\xf1\xd1\x5d\x3f\xe9\x88\xaf\x57\xc6\xf8\x8f\x9e\xf8\xc9\xc4\xcf\x12\xd3\xc7\xc4\xef\x33\x65\x24\x5f\xc4\x3e\xfa\xdd\x47\xbf\x4b\x27\xfb\xe8\x77\x9f\xa5\xf4\xf9\xce\xf4\xf1\x2d\x2d\x52\x36\x55\xe9\x5b\xda\x67\xc9\x6f\xc6\xce\x8f\xfe\xf9\xd1\x3f\x77\x0f\x90\xdf\xf7\xcb\x65\xa9\x11\xdf\xc9\x22\xc5\xca\xd3\x47\x9f\x8d\x94\x2d\xa3\xe3\xc7\x77\xb2\xcf\x5b\xa9\x34\x7b\xfd\x38\x52\xb6\xf4\xf6\x8f\xaf\x62\x9f\xb7\x52\x65\x84\xf9\xe8\xc8\x91\xb2\x1d\xe5\xb7\x47\xe7\x8f\x4f\x64\x9f\x4f\x0a\x6d\xb1\xed\xc3\x85\x88\x94\x4d\x2b\xe0\x42\x7c\x3e\x97\xcb\x3c\x4c\xa1\xe3\x43\x6c\x5a\x01\x1f\xe2\xf3\x4d\xa1\xad\x87\x7d\x38\x11\x91\xb2\x69\x05\x2c\x49\xa4\x58\x48\xfb\xf0\x12\x3e\x59\xd5\x78\x59\x9e\xfa\xb2\x1b\x5f\x76\x23\xa3\xfd\x97\xdd\xf8\xa6\x63\xbf\x2c\xc1\x7c\xf5\xec\xaf\xfe\x59\xd2\x2d\xbe\xfa\xe7\x37\x73\xc4\x2d\xee\xf9\xd7\x1c\xf1\xdb\x94\x34\x19\xf9\x1a\x7e\x23\x85\x63\xff\x35\xfc\x46\xee\xcb\xf2\xd4\x76\x4a\x4b\x9b\x8a\xbb\xfc\x35\x71\x8c\xdc\x97\x79\x42\x97\x96\x0a\x89\x65\xfd\x1a\xa6\x23\xf7\x65\x57\xd2\xa6\xb4\x0c\xb7\x71\xe4\xbf\x1c\xf9\x6f\xfb\xba\x2c\x19\x39\xd3\x65\xbf\xb1\x27\x5b\x3c\xf9\x2f\x73\x12\x29\x5b\x7c\xf4\x2f\x4f\x3e\x52\x5e\xe5\xb9\x4c\xa9\x32\xeb\xb4\xa4\xff\x35\xeb\x8c\xdc\x97\xa5\xf0\x3c\x81\x48\xb1\x6c\xf8\xe5\xf1\x7f\x4f\xd9\x7d\x9e\x20\xbb\xbc\x83\xf8\xe4\x5f\xde\xc1\x97\x59\xf3\xcd\xfc\xcb\xac\x7d\xbb\x37\x93\xc9\xfb\x97\x89\xf9\xb2\x00\xbe\x90\x7e\x59\x80\x2f\x6f\x20\x6e\xd7\x97\x37\xf0\x1d\xca\x10\x0b\xfe\xe5\x0e\x7c\xb9\x03\xf1\xbb\xbe\xdc\x81\x2f\x43\xe1\x03\xdf\x97\xa1\xf8\x32\x14\x71\xbc\xbe\x0c\xc5\x77\xbe\x5c\x96\x1a\x31\xd4\x7f\x0d\xf5\xa7\x24\x0f\x35\xd4\xc7\x74\x7c\x0d\xf5\x91\xf2\xf2\x75\xed\x6b\xac\xff\x1a\xeb\x33\x3f\xf8\xb2\x30\x91\xfb\xb2\xe4\xcd\x60\xff\x65\x75\xce\x54\x39\xab\xf3\x65\x75\xf2\x61\xae\xbf\xd2\xa2\x49\x1a\x48\x7f\x35\x29\x4d\x36\xce\x24\xed\x92\x9e\x6c\x5c\x49\x3b\xa4\x25\x1b\xf7\xd4\xa2\xbf\xd2\x50\xfb\x2b\x8d\xf2\x95\x4f\x67\xfd\x95\x56\xd9\x5f\x9a\xd6\xe5\x01\x2b\x49\xa7\xea\xa8\x49\x3b\x3d\x54\xd3\xba\x2d\x58\x7f\xa5\x69\x91\xb2\xdd\xc3\x76\x7f\x9d\xf2\xa1\x69\xe5\xc3\x54\x7f\x9d\xf2\x91\x35\xfd\xac\xdf\xf6\x57\xd6\xf4\xc9\x7d\x99\xb4\x29\x2d\xf9\xe8\x29\xfa\xf9\xe4\x63\xb9\x2c\xa5\xba\x1b\xd0\x23\x25\x3b\x3b\xfa\xeb\x92\x35\xa3\xe3\xed\x9e\xf6\xd7\x25\x6b\xd7\x93\x8f\x14\xf4\x92\x0f\xa3\x63\x4f\xd6\x2e\xf5\x61\x74\xcc\xc7\xa9\xfe\xca\xe8\x48\x4a\xb6\x7c\xf4\xd7\x25\xbb\x5d\x7d\x6c\x79\x42\xf7\x50\xa3\x63\x4f\xd6\xba\x87\x1a\x1d\x7b\x9e\xd9\xd5\x87\xd1\x31\xdf\x7c\xfa\xab\xcb\x47\xa6\x8f\xd9\x1d\xd2\x5f\xdd\x3b\xd0\xe8\xf3\xd1\xa7\xbf\x86\x07\xa4\xd1\x67\x3b\x48\x7f\x0d\x0f\x18\xcf\xdd\xf2\xd0\xe1\x6e\x69\xf4\xd9\x11\xd2\x5f\x43\xa9\x9e\x46\x7f\xe4\x09\x43\xa9\xd2\xe8\xb3\x4d\xa4\xbf\x86\x52\x3d\x8d\xfe\xc8\x13\xa6\x87\xa6\xd1\x67\xef\x48\x7f\x4d\x0f\x7d\x9a\x6e\xcb\xdd\xd2\x74\x49\xc9\x86\x92\xfe\x9a\x8a\xf0\x34\xdd\x96\x3a\x5a\xee\x96\xb1\xeb\x55\xcf\xfc\xf4\xed\x76\x86\xa0\xaa\x39\x7c\x5c\xf7\x51\xd4\x54\xdc\xc7\x65\x99\xb8\xbe\xaa\xfa\xfd\xa8\xcc\x8c\x31\x59\x83\xef\xaf\x8f\xa2\x1a\x63\xaa\x3a\xff\x28\x6a\xc6\x98\x2c\xc2\xf7\xd7\x47\x51\x3f\x69\x6f\x99\xae\xf4\xd7\x47\x7b\xfb\xac\x5c\x96\xfc\x7e\xb4\x2d\x43\xd1\xa6\xce\xbf\xf2\x96\xa1\x68\x2f\xa9\xb8\xaf\xbc\x65\x28\xda\x4b\x4a\xf0\x95\xb5\xef\xee\x97\xd2\xbc\x99\x38\xba\xbb\x2e\xf9\x55\x49\xdf\xe5\x32\x69\xcf\x43\xef\x0a\xd9\xd3\xd7\x8a\x2e\x5f\x32\x8b\xcd\x42\x7c\x2f\x99\xc5\xf6\xb2\x7b\x40\x4a\x55\xe2\xfd\x92\xb2\xd7\xfd\x37\x47\xee\x5e\xe2\x1c\xf7\xb2\x5f\xee\x72\x24\xad\x4b\x4b\x75\x55\x49\xa9\xae\x72\xa8\x87\x64\xbd\x1c\xf2\x94\x51\x74\x4f\xc7\x2e\x87\x3c\xc5\x3d\xde\xd3\x89\x4b\xdc\x63\x52\x5e\x9b\xbb\x1d\xb2\x19\xf7\x38\x5b\x01\x7a\x89\x7b\xdc\x8b\xe1\x77\x73\x37\x56\xad\x64\xf8\xdd\xd3\x15\x4b\xf3\x00\x56\x2d\x0e\x6d\x2f\xac\x5a\xa4\xec\x5b\xea\x81\x55\x2b\xc6\xd5\x78\xaa\xbd\x34\xa5\xca\xb8\xba\x3f\x49\x4a\xc5\xaa\xc5\x2d\xed\x85\x55\x8b\x94\xec\x36\xe8\x85\x55\x8b\x94\x6c\x2d\xe8\x85\x55\x2b\x19\x1c\x5f\xf1\xfc\x7a\x39\x3d\x34\x23\xe1\xfe\xdc\x4c\xa9\x6c\x5e\x8a\xe7\xd7\xcb\xf9\x3c\x74\xe4\xb2\x9e\xa4\x29\x49\xe1\xd3\x8b\x0b\x13\x16\x29\xfb\xed\xe3\xf6\x92\x89\x72\x2f\x4c\xd8\xed\x98\xdd\x7f\x28\x7c\x4c\xd8\xbe\x4b\x92\x0f\x63\x68\x7c\xa5\x5e\x18\xa2\xc2\x9c\x64\x34\xef\x85\x39\x29\xcc\x49\x2c\x4c\x61\x4e\x0a\x73\x62\x20\x29\xcc\x49\x61\x4e\x94\x94\x39\x29\xcc\xc9\x76\xa6\x0c\xcc\x49\x61\x4e\xf6\xd4\x1b\x73\x12\x29\xaf\xed\xf2\x04\x45\xcd\x47\xdd\x5d\x85\xe4\xa3\x6e\x2f\xac\x4e\xb6\x01\xf6\xc2\xea\x14\x56\x67\x4f\x3e\x58\x9d\x48\xd9\xd5\xd1\xf4\x16\x0c\xb5\xd9\x2e\xd8\xcb\x94\xdd\x29\xbb\xc9\xda\x94\x5d\xf6\x2a\x7b\x08\x7b\x61\xaf\x0a\x7b\x15\x83\x58\xd8\xab\x32\xb3\x45\x2d\x1b\x86\x7a\x99\x4f\xde\xd2\x15\xd5\x38\x13\x16\x29\xd9\x78\xd1\xcb\xf2\x62\xf8\xfc\xc6\x9b\xb2\xe4\x23\x3e\xff\xee\x25\x2c\xf9\xe0\xf3\x1b\x48\xca\x52\x6d\xf1\xf9\xf7\x23\xd5\xb6\x54\x1b\x1b\x69\x38\x28\x6c\x64\xe1\xcd\xb3\xaf\xe5\xed\x76\xf1\xe6\xb3\xb7\xa3\x97\xb7\x52\x31\xa5\x0c\x62\x61\x4a\xcb\xd7\xed\x74\x5d\xf6\xaa\xf0\x93\xb5\xf2\xca\xc4\x44\xca\x7e\xbb\xa2\xbd\xc6\x4f\xee\x95\x89\xf1\xb6\x2a\x13\x53\x99\x98\xdb\x15\xed\x95\x0d\xa9\x6c\x88\x3a\xaf\x6c\x48\x65\x43\x0e\x49\x29\x57\x65\x43\xb2\xb1\xa5\x57\x36\xa4\xb2\x21\x19\x49\x2a\x1b\x52\xd9\x90\xb8\x37\x95\x0d\xa9\x6c\xc8\x73\x37\x36\x24\x52\xf6\xe6\x66\xf2\xc1\x86\x3c\x77\x63\x43\x2a\x1b\x72\x3b\xb6\xbd\xb2\x21\x95\x0d\xd9\x5b\x8a\xc0\x86\x54\x36\xa4\xa5\x3e\xd8\x90\xca\x86\xec\xa7\xbb\x29\x15\x1b\x92\x5e\x54\xd9\x90\x6a\xc2\x9e\x4d\x2a\xbd\x32\x18\x95\xc1\x68\xa9\x4a\x06\xa3\x72\x83\xb2\x4b\xa5\x57\x6e\x50\xa4\x3c\xf9\x60\x43\x2a\x0f\x7b\x4f\x97\xa9\xf1\xb0\x49\xd9\x5b\x0a\xcf\xae\x54\x06\x23\xbb\x59\x7a\x65\x30\x6a\x7c\x9e\x27\xbb\x7c\x9e\x7a\x3d\x0f\xcd\x4f\x19\x8c\xca\x60\x9c\x79\x00\x83\x51\xaf\xf8\x80\xd9\x24\xd2\xeb\xe5\x09\xf1\x79\x9e\x52\xf1\x79\x2a\x9f\x67\x8f\xa3\x55\xf9\x3c\x91\xb2\x9f\xa9\x37\xa6\x26\x52\xf6\x33\x75\xc4\xe7\xa9\x7c\x9e\x23\x2d\xba\xf2\x79\x22\x65\x8f\xa5\xa9\x5d\x3e\x7c\x11\xc8\xd6\x91\x5e\xbb\xc2\x73\x8d\xce\xd4\x11\xd7\xa8\xb2\x65\xd9\x3b\xd2\x2b\x5b\x16\x29\x7b\x0c\x52\x1d\x1a\xaf\xa9\x7e\xf6\x80\xf4\xca\x86\x54\x53\xfd\xa3\xee\x49\xf3\xd4\x58\x87\x3d\x4e\x71\x65\x1c\x2a\xcf\xe5\xc8\x38\x56\x75\xfb\xaa\xdb\x7b\x7f\xba\x7d\xd5\x51\x8f\x0c\x29\x55\x47\xad\x7a\x60\x36\x31\xf4\xaa\x07\x46\xca\xf3\x4e\x3f\x7e\x6a\xc2\x7c\x68\xe5\x1f\x35\xc2\x99\xb9\xb6\xdf\x1e\xbc\x2b\x5f\xa7\xf2\x75\x8e\x78\x58\x95\xaf\x53\xf9\x3a\x97\x24\x2f\x8e\x13\x73\x68\x8f\x9c\x98\xca\x89\x89\xf3\x5e\x19\x85\xca\x89\x89\xf3\x5e\x39\x31\x95\x9d\x38\xee\xf9\x4d\xdf\xd8\x89\x8d\x2b\x12\x6f\x6d\xe3\x8a\x6c\x0c\x40\xf6\x18\xf4\x8d\x01\xd8\x18\x80\x34\xbd\x8d\x01\xd8\x18\x80\xec\x02\xe8\x1b\x03\xb0\x31\x00\x4f\x92\xbb\x31\x00\x69\x8d\x1b\x03\xb0\xf9\xc6\x96\x35\xff\xbe\xe5\x1b\x1b\x29\x7b\x66\x07\x1b\x27\x62\x63\x00\xb2\xe8\xdf\x37\x06\x60\x63\x00\xd2\x68\x37\x06\x60\x63\x00\x5a\x5c\xdf\x8d\x01\xd8\x18\x80\x7e\x24\xa9\x49\xba\x5c\x76\x25\x4d\xa9\x32\x35\xca\x46\xa9\xbe\x99\x1a\x6d\x9c\x88\xec\x08\xe8\x1b\x27\x62\xe3\x44\xc4\x07\xdd\xd8\x84\x48\xd1\x05\x36\x36\x61\x63\x13\x5a\x3c\xc9\x8d\x4d\x88\x14\x5d\x60\x63\x13\x36\x36\x21\x9b\x09\xfa\xc6\x26\x6c\xb7\x1d\x28\xba\xc0\x76\xca\x5a\x66\x4b\xaf\x16\x3b\xbf\x9d\x4f\xde\x56\x2e\xcb\x7b\x31\x5b\xda\x98\x8e\x16\xef\x72\x63\x3a\x22\xe5\xc8\x8c\x61\xe3\x6b\x6c\x4c\x47\x8b\xc7\xb9\x31\x1d\x91\x72\xa8\x36\xa6\x63\x33\x5d\x6a\xd5\x4f\x65\x24\xa6\x23\x3b\xb4\xfa\xc6\x74\x6c\x5c\x92\x16\x8f\x6f\x63\x27\x36\xdd\xb8\xc5\xad\xda\x74\xe3\x2d\x2e\x89\x2e\xbb\x71\x49\x36\x2e\x49\x8b\x2b\xb0\x71\x49\x22\xe5\x28\xa9\x4b\x2e\xc9\xc6\x25\x69\x19\x83\x36\x2e\x49\xa4\x1c\x5e\x0c\x97\x64\xe3\x92\xb4\x8c\x41\x1b\x97\x24\x52\x8e\x22\x49\xbd\x71\x49\x5a\x06\xf9\x8d\x4b\x12\x29\x47\x91\x24\x6f\x71\x49\x8e\x4c\x18\x36\x2e\xc9\xc6\x25\x69\x19\x1f\x37\x2e\x49\xa4\x64\x03\x59\xdf\x18\x9d\x8d\x4b\xd2\x32\xa2\x6d\xac\x4e\xa4\x1c\x5a\x03\x97\x64\xe3\x92\xb4\x8c\x68\xdb\x7c\xf2\x96\x77\xaa\x35\x4c\xef\x94\xbd\xca\xf6\x89\x0e\x18\x21\x9b\x14\x3d\x61\x6f\x72\x7b\x25\x69\x97\x24\xb7\x19\xf7\x76\x3d\x21\x52\xb2\x45\xad\xef\x7a\xc2\xee\x23\x41\xcb\xb8\xb7\xfb\x48\xb0\xb7\x64\x23\xed\x63\x6f\x6f\x49\x5f\x97\xe5\x09\xf9\xfe\xd4\xf7\xf4\x04\x96\x74\xd7\x13\x76\x3d\x21\x13\xf1\x5d\x4f\xd8\x9f\x9e\x70\xe6\xa1\x7a\xc2\x1e\xdf\xf9\xd8\x5e\x49\x1a\x92\x96\xcb\xf2\x50\xed\x39\x52\x8e\x78\x32\x88\x91\xbe\x67\x24\x3c\xd2\xb0\x76\x23\xe1\xfe\x34\xe7\xd3\x65\x1e\xa0\x39\x6f\xc9\xad\xe6\xbc\x3f\xcd\x39\xa3\xd2\xae\x39\xef\x9a\x73\xfc\xf5\x5d\x73\xde\x8d\x84\x2d\x63\xc6\x6e\x24\x8c\x94\x63\x97\xe4\xa1\x19\x09\x8f\xf8\xe6\xbb\x91\x70\x37\x12\xb6\x58\xcf\xdd\x48\xb8\x67\x88\xcb\xae\xba\xbe\x1b\xe2\xf6\xa7\x6f\xc4\xb1\x45\xbd\x90\x72\xc4\xc1\xde\x0d\x71\xbb\x21\xae\xc5\xef\xdc\xb5\xc9\x5d\x5b\x38\xd3\x39\xe0\x31\x7d\x37\x50\x9d\xde\xa9\x81\x6a\x37\x50\x9d\x8a\x6f\xa0\xda\x3f\x32\x9c\x8a\x33\xc3\xde\x0d\x54\xd9\xc7\xd0\x77\x03\x55\xa4\x1c\x4f\x92\x8a\xfb\xa4\x85\x64\xdb\x42\xdf\x3f\x0a\x91\x91\xe8\x78\x92\x54\x9c\x59\xf7\x99\xee\xb7\x9b\x75\xef\x99\x75\x1f\x4f\x92\x77\x6a\xc0\x3a\xd3\xfd\x76\x03\x56\xa4\x1c\xf1\xa7\x77\x03\x56\xa4\x1c\xf1\x9d\x77\x03\xd6\x6e\xd6\x7d\xc6\x8b\xdd\xcd\xba\x23\xe5\x88\x9f\xbc\x7f\x65\xf7\xdb\x5c\x96\xc2\x67\x15\x8a\x94\xe3\xf9\xa5\x12\x64\x2b\xfd\xeb\x4c\x2f\xdd\xbf\x9a\xc3\x57\xa9\xfc\x52\xa9\xbe\xe9\xa5\x67\x7b\xfd\xf6\xc8\xbd\x7f\x97\x9f\x28\xb4\x1b\x3f\x85\xf6\x42\xe2\xd1\x62\x96\xfa\x91\xb1\x36\xfb\x13\xfb\x61\xac\x3d\xf8\xe4\x67\x3c\xda\x83\x4f\x1e\x29\xc7\xf3\xcb\x26\x49\xd6\xd3\xb3\x0f\x43\x72\xa4\x1c\xcf\x2f\x93\xf5\xc3\x90\x9c\xbd\x12\xfd\x30\x24\x47\x0a\xa7\xe2\x30\x24\x47\xca\xe1\x66\x86\xe4\x83\x4f\x7e\x9e\xd2\xe4\x23\x43\xf2\x11\x33\x71\x18\x92\x0f\x43\xf2\x19\x77\x10\x77\x45\xca\x11\x87\xf6\xc8\xb2\x57\x3f\x18\xa2\x33\x3e\xd2\xc1\x10\x1d\x0c\x51\x1c\xda\x83\x21\x3a\x0c\xc9\xd9\x2f\xd1\x0f\x43\x72\xa4\x64\xdf\x65\x3f\xf8\xe4\x07\x9f\xfc\x4c\xf7\x39\x58\x9d\xc3\x8c\xfd\xcc\xd0\x7d\x18\x59\x8f\x78\xd6\xd9\x8c\xd9\x0f\x9e\xf5\x61\x78\xcc\xc6\x8a\x8e\x0a\x23\x85\x13\x74\x18\x1e\x0f\xf6\xe4\xca\x90\x79\xb0\x27\x07\x7b\xa2\x42\xd8\x93\xc3\xb8\x77\x65\x40\x3b\x58\x85\x43\xdf\xbe\x6a\xca\xa5\x6f\x1f\xc6\x3d\x95\x64\xdc\x3b\x8c\x7b\x57\xbe\x7e\x1c\xc6\xbd\xc3\xb8\x17\x67\xf8\x30\xee\x1d\x59\xca\x7e\x5d\xf9\xfa\x71\x0c\x65\x30\xee\xc5\x19\x3e\x8c\x7b\x87\x71\xef\x8a\x99\x3c\x8c\x7b\x87\x71\xef\xf2\x80\x25\x69\xb9\x4c\x46\xde\xd2\x62\x60\xbd\x99\xec\x6c\xef\x87\xe1\xf1\xca\xa7\x8e\xc3\xf0\x78\x18\x1e\x33\x23\x39\x98\xa2\xc3\xf0\x18\xaf\xf0\x30\x3c\x1e\x86\xc7\x2b\x66\xf2\x30\x3c\x1e\x86\x47\xef\xd4\xf0\x78\x18\x1e\xaf\x98\xce\xc3\xf0\x78\x18\x1e\xe3\x9e\x1e\x86\xc7\xc8\x7d\x59\xf2\x36\x35\x87\x2c\x98\x1f\x97\xac\x29\xfc\x54\xf8\x5d\xde\x14\x7e\x2a\x7c\xaa\xd2\xc0\x7a\xb0\x9c\x57\xbe\x74\x80\xfd\x48\xc9\xee\xd6\x7e\xf0\xfa\x8f\xf5\x14\x21\x19\x31\xd9\x8f\x14\x8e\xed\x61\xb2\x7f\xac\x27\x6f\x7e\x2a\x6f\x99\xec\x1f\xf1\x6c\x0f\x93\xfd\x83\x69\xbe\x62\xfe\x0e\xa6\xf9\x60\x9a\x2f\xdd\x9e\x69\x8e\x94\x23\xde\xee\x61\x0e\x71\x98\xd8\x5f\x5a\x3e\x93\x78\x7c\x1f\x18\x2f\xc5\x67\xec\x22\xe5\x88\x07\x7c\xb0\x75\x07\x5b\x73\x25\xc3\x98\x45\x52\x8e\x8c\x25\xcd\xfc\xbf\xb1\x35\x57\xdc\xee\xc6\xd6\x34\xb6\x26\x8e\x72\x63\x6b\x1a\x5b\x93\x1d\x1c\xbd\xb1\x35\x8d\xad\x49\x6f\x6b\x6c\x4d\x63\x6b\x7a\xbe\xa5\x36\xb6\xa6\xb1\x35\x1e\xc0\xd6\x34\xb6\x26\x9f\x79\x1b\x5b\xd3\xd8\x9a\x9e\x31\xad\xb1\x35\x91\x72\xa4\x9f\x36\xf3\xff\xc6\xd6\xf4\x38\x7c\xb8\x4b\x52\xcc\x08\x1a\x5b\xd3\x1e\xc8\x30\x4b\x1e\x8d\x75\x68\xba\x7d\x4f\xff\x00\x68\xf6\x16\x37\xa2\xc5\x15\x6f\xdc\x88\xa6\xdb\xf7\xbc\xfb\xa6\xdb\x47\x4a\x53\x2a\xdd\xbe\x71\x23\x7a\xbe\x55\x35\x6e\x44\xa4\xb4\xb8\xe2\x8d\x1b\xd1\xb8\x11\x3d\x5f\x97\x1a\x37\x22\x52\x5a\xec\x4a\x63\x30\x22\xc5\x6c\xa5\x71\x23\x1a\x37\x22\x9b\x34\x7a\xe3\x46\x44\x4a\x8b\xdb\xdd\x4c\xa8\x9b\x09\x75\xcf\x30\xd3\x4c\xa8\x23\xc5\xa4\xa6\xf1\x36\x1a\x8b\xd4\xd3\xde\xb0\xa8\xa4\xb4\x7c\x80\x6f\xbc\x8d\xc6\xdb\xe8\x31\xef\x4d\x17\x6f\x26\xd4\xd9\xce\xd1\x9b\xce\x1b\x29\xcd\xcb\xd2\x77\x9b\xae\xd5\xd3\xc7\xb1\xad\xa4\x98\x36\x35\x5d\xab\xe9\x0c\xd9\xd0\xd1\x9b\xce\xd0\xf2\x95\xab\xbc\x64\xd8\x67\xae\x48\x69\xc5\x65\xca\xf0\x7e\x00\xd0\xa4\xe9\x33\x91\xd2\xe2\xb1\x37\x7d\xa6\xc5\x9d\x29\xaf\x38\xc1\x8d\x3b\x13\x29\xad\xfc\x0d\x1f\xcd\x1b\x6f\xa7\x65\xde\x5d\x5e\xf1\xa7\x9a\x79\x77\xa4\xb4\x38\xf9\x8d\xb7\xd3\x20\x7c\xaf\x7c\x6d\x68\x3a\x68\xa4\x98\xf2\x35\x3e\x4b\xa4\x94\x57\xbe\x69\x37\x3e\x4b\xa4\x98\xf2\x35\xdd\x38\x72\x5f\x96\xe2\xe8\xc7\x91\x62\xca\xd7\xf8\x2c\x0d\xd8\xf7\xca\x47\x09\x88\x30\x29\x2d\x0d\xfe\xd4\xb5\xcf\xdd\x43\x63\x88\x4f\x5d\x3b\x52\x5a\x95\xd4\x24\x29\x69\x4c\xe7\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\xe9\xda\x25\x9b\x45\xfa\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\x87\x22\xc4\xaf\x3b\x4d\xe3\x23\xa5\x55\x49\x97\x24\x45\x88\x2b\x86\x69\xee\x67\xa6\xf1\x2d\x55\x79\x9a\xc6\x9f\x4d\x11\xe2\xcf\x9c\x7c\x86\x48\x69\x59\x45\x38\xf9\x0c\x67\x26\x2f\xf7\x5c\x2b\x69\x9e\xd0\x14\xc1\x03\x14\x21\x6b\xec\xb7\xef\x9f\xb4\x29\x6d\xe6\xb2\xd4\x9b\xd9\xfe\x79\x2a\x69\x1c\xa6\xd3\x6c\x3f\x52\x5a\x66\x2a\x27\x7b\x12\x29\x2d\x83\xf7\x69\x8e\x13\x29\xb7\xc7\x9d\x34\xd9\x8d\x53\xd2\xf2\xe6\x4f\x3e\x49\xe4\xbe\x2c\x25\x35\xdb\x8f\x94\xa0\x03\xfd\xe4\xa7\x9c\x0f\xf0\x1c\x6f\x03\xe5\x4d\x4a\xf3\xe6\xf9\x29\xe7\x5f\x91\xe4\x64\x84\x3d\x39\xbb\x9f\xc6\xe8\xc2\xc1\xfb\x19\x07\x24\xd8\x41\x3f\x39\x20\x67\x1c\x10\x38\x73\x3f\x39\x20\x91\xd2\x36\xbf\x94\xdf\x01\xf5\x4d\x77\x3f\x39\x20\x67\x1c\x90\xb6\xf9\xa5\xea\x8d\xcb\x50\x4a\xfa\xe7\xc9\x65\x88\x94\xa6\x09\xb2\x27\x91\xd2\x32\xee\x9f\x5c\x86\x48\x81\x09\xf7\x93\xcb\x70\x66\xe0\x6f\xbb\x9b\x69\x95\x31\x31\x38\xe1\x0e\x69\x27\xd9\xe8\xd0\x21\xed\x1d\xd2\xde\xd2\x4e\x21\xed\xfd\xd2\x8c\x42\xed\x76\x4c\x3b\x29\x61\x22\x3a\xa6\xbd\x87\x63\x2f\xb0\xdd\x7e\x71\x3d\x2f\xcd\x28\x43\xfc\xa5\x19\x5d\xda\x47\xf0\xdb\x8e\x6a\x27\xa5\x1d\x92\x3c\x54\xfb\x88\xe5\xbf\xb4\x8f\x4b\xfb\x08\x7f\xdb\x2f\xed\xe3\xf2\xe2\xe3\x1c\x5c\x5e\xfc\x95\x39\x30\x00\xb7\x5f\xe6\xc0\xe8\xf7\x90\x18\x1d\xfd\xde\xd1\xef\xc1\x2e\x3a\xfa\xbd\x87\x7e\x2f\x25\x3b\x5c\x3a\xfc\x9d\x14\x5f\x2b\xe0\xef\x3d\xf8\x7b\x81\xcd\x76\xfc\x3b\x29\xbe\x56\xe0\xdf\x7b\xf8\xf7\x82\x9b\xed\x00\x78\x52\x7c\xad\x00\xc0\x93\xd2\xf2\x9d\x13\x00\x4f\x4a\x29\xb2\x6b\xf0\x42\xc0\xb7\xcc\x60\x10\xf0\xfd\xd2\x4c\x8b\x22\x68\xa6\x17\x7e\xb2\xb8\x4e\x93\xb9\x9e\x17\x1f\x77\x17\x59\xde\xaf\xf7\x43\x96\x27\x27\x06\x92\xcb\x08\x51\x33\x40\x82\xbf\x3b\xf8\xdb\xe7\x0f\xf0\x77\xbf\x8c\x10\xf6\x4d\xa0\xbf\x49\x09\x77\xd2\xd1\xdf\xfd\x32\x04\x54\xcd\xcd\x10\x00\xff\xf6\xf9\x03\xfe\x4d\x0a\xc4\xa7\xe3\xbf\x7b\x98\xef\xd2\x32\xfd\xb9\x4c\x78\xc3\x7f\x17\x8c\x4f\x07\x80\x93\xe2\x93\x08\x00\x9c\x14\x9f\x3f\x00\xe0\xa4\x60\x75\x3a\x02\xbc\x5f\x46\x85\x18\x9a\xcb\xa8\x70\x65\xbe\x89\xdf\xe9\xd7\xf7\x79\x68\x5a\x4d\x26\x1d\x10\xf0\x1e\xec\xbb\xf8\xfc\xd1\xcd\x37\xbb\x81\xc2\x4e\x07\x0c\x38\x29\x2d\x35\x8e\x01\xef\xdd\x40\x11\x52\xa6\x83\xc0\x49\xf1\x95\x04\x04\xde\xbb\x81\xa2\xe6\x6b\x0a\x0a\x9c\x94\x16\x13\x85\x02\x27\xa5\xc5\xab\x40\x81\x93\x52\x6a\xba\x2e\x0c\xbc\xc3\xc0\xdb\xdf\xf2\xc5\x1c\x25\xde\xbb\xa1\x25\x80\x4a\x87\x89\x93\xd2\x32\xb1\xe8\x5c\xc4\x87\xe3\xb6\x11\x02\xc8\xdd\x83\x62\x17\x3c\x42\xef\x8c\x75\xa4\xf8\x9a\xd3\xd9\xea\xce\x30\x07\x35\xe8\x90\xeb\xde\x59\xe1\xaa\xc2\x74\x8c\xae\x79\x67\x03\x78\x07\x37\x77\x70\xb3\xaf\x3e\xe0\xe6\xde\x59\x61\xdb\x08\xd0\xcd\xa4\xb4\x34\x6e\x74\x73\x0f\xd1\x5c\x6c\x43\xee\xdd\xe7\x4f\x78\x73\x40\xa5\x0e\x6f\xee\x0f\x7f\x9c\xed\xc4\x1d\x80\xdc\xc3\x11\x17\xfb\x76\x3b\x90\x98\x94\xd6\x5d\xa6\xe6\x74\xb3\xec\xac\xed\x48\x62\x52\x02\x39\xf5\xce\x85\x0b\x23\x5c\x6c\x4c\xed\x20\x61\x52\x7c\xa5\x02\x09\xf7\x87\xf5\xb5\xf2\x0e\xf6\xed\xfd\xfd\x1c\x49\x70\xf7\x46\x38\x2e\x29\xad\x4b\xf2\x04\x5e\x55\x36\xf4\x75\x0c\x6d\xef\xcf\x69\x06\xa9\x74\x2c\x2c\x29\x2d\xf5\x3b\x38\x3d\x43\x5b\xb6\xd2\x0c\x86\x25\xa5\x65\x30\x04\xc3\xf6\x87\x69\xb5\x8d\x09\xd4\xda\x87\x86\x63\x77\x0f\xec\xb4\x8f\xf3\x39\xbe\xe0\xae\x74\x60\x68\x1f\x5e\xbf\x5d\x11\x00\xcf\x0e\xf0\x6c\x7e\xca\x16\x0f\xb6\xd8\x66\x01\x84\x27\x29\x61\xba\x3a\xc2\xb3\x0f\xb6\xd8\x66\x81\xc1\x16\x47\x4a\xa0\xae\x3e\xd8\xe2\x20\x9e\xe5\x59\xca\xc7\x78\x76\x8c\xe7\xf9\x92\xe4\xa1\x99\x0e\x3c\x4b\xe8\x58\x4d\x52\xce\x4c\x4b\x06\xc3\x3b\xb4\x4c\xeb\xb4\x60\xcd\x3e\x34\x1c\xcb\xbe\x70\xca\x3e\xb4\x08\x8b\x7f\x50\x48\x52\xce\x97\x24\x95\xee\x55\x5b\x57\xc2\x42\xf6\xe1\x55\x5b\xbf\x80\x39\x92\x72\x66\x9a\x33\xbc\xea\xc1\x16\xfb\xe6\x8e\x73\x24\x25\xb4\x5a\xc7\x39\xf6\xc1\x16\xfb\x72\x0e\x74\x24\xe5\x8c\xf3\x02\x74\xec\x83\x91\x3d\xe2\x48\x20\x1d\x49\x39\xbd\x41\x6d\x09\xe9\xe8\xfb\x29\xd2\xb1\x0f\xae\xf7\xe1\xa5\x72\xbd\x23\xe5\xcc\xf4\x65\x30\xb2\x43\x2b\xf4\x65\x1b\xeb\xd8\xa7\xb6\xe4\xfb\x34\x1a\xb1\x4f\x6d\xc9\x27\x4f\x38\x62\x87\x23\x9e\x45\x92\xcb\x38\x26\xbe\xd7\xe1\x11\x49\x39\xb3\xe2\x80\x47\xec\x93\x7f\xeb\xe3\x1c\x20\xb1\xcf\x38\x26\x67\x91\x94\xd2\x4f\x8e\x89\x45\x40\x44\x22\x29\x67\x91\xe4\xa1\xa7\xd2\x5f\x49\xda\x25\xc9\x47\x3c\x52\x48\x22\x29\x67\xaa\x12\x92\xd8\xa7\x96\xef\xfb\x17\xda\x90\x94\x33\xa6\x05\x6d\xd8\xa7\x96\xef\x43\xd1\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\xa7\x96\xef\x73\xcf\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\x27\x2f\xc4\x07\x9a\xc9\x0b\x99\x5a\x7e\x86\x5c\x3c\x23\x29\x67\x6c\xd7\xe4\x85\x4c\xad\xdc\x17\x0a\x8c\x23\x29\x67\x3c\xc1\x69\xd2\x3b\xd9\x5f\xb3\x6f\x90\x23\x29\x67\x95\x24\xbb\xec\xaf\xf9\xf2\x64\x7f\x51\x8e\x67\x1c\x46\x94\x63\x9f\xbc\x60\x33\x57\x00\x23\x29\x67\x06\x70\x00\x23\x29\xa7\x76\xc4\x0b\x9e\xbc\x60\x73\x38\x04\x23\x29\x67\x4c\x2d\x82\x91\x94\x67\x0e\x07\x61\x24\xe5\xcc\x5c\x64\x32\xe6\x53\xd7\x35\x87\x43\x27\x12\x1b\x84\xd0\x89\x7d\x69\x93\x99\x9d\x2c\x6d\x72\x69\x93\x66\x4e\xf0\x44\x52\x82\x81\x76\x78\x62\x5f\x9c\x65\x33\x27\x7c\x22\x29\x67\x3a\x02\x3e\xb1\x2f\x6d\xf2\x9e\xff\xfc\xe6\x00\x8e\x4c\x24\x25\x34\x69\x47\x26\x92\x72\xc6\x94\x22\x13\xc9\x7d\xe3\x3c\x5f\x93\x0d\x8e\x58\xac\x77\x2c\x4b\xa6\x38\xc4\x67\x06\x02\x44\xec\x01\x11\xcb\x19\x53\x0a\x44\xec\x40\xc4\xc0\xa3\x1d\x88\xd8\x97\x56\x1c\x02\xbb\x23\x11\x49\x09\x17\xda\x91\x88\x7d\x69\xc5\x41\xb0\x3b\x14\x91\x94\x33\x1e\x08\x14\xb1\x2f\xad\xd8\x7c\x03\x8b\x48\xca\xf9\x24\x79\xa8\x56\x9c\xe9\x06\x16\x91\x94\xc7\xf5\x07\x23\x76\x30\xa2\xa5\x18\x30\x62\x5f\x1a\xbb\xe9\x00\x1a\xb1\xa3\x11\xad\xb1\xa0\x11\xfb\x7a\x1a\x7b\xdc\xeb\xa5\xb1\x2f\x8d\xdd\x03\x34\xf6\xf5\x9c\x62\x92\x15\x02\x3c\x62\x5f\x4f\xfb\x8c\x37\xb9\xb4\xcf\xa5\x7d\x7a\xe8\x7c\x7e\xaa\x7d\xe6\x13\xf6\xd2\x3e\x97\xf6\x99\xd9\xfe\xd2\x3e\xd7\xd3\x3e\xe3\x30\xc1\x1b\xfb\x32\x8e\xb4\x7c\x43\xc2\x37\xf6\x65\x1c\x31\xca\x01\x1c\xfb\xfa\x28\x57\x9e\xc0\xa7\x5f\xc6\x91\x33\xe3\x08\xc2\x91\x94\xc0\xab\x1d\xe1\xd8\x97\x71\x84\xd9\x84\x38\x92\x12\x7a\xb5\x43\x1c\xfb\x32\x8e\xb0\x91\x18\x47\x52\xac\xdd\x60\x1c\x49\xb1\x4e\x03\x62\x24\xe5\x31\x30\x28\xc6\x8e\x62\x3c\xd5\xa5\x71\x64\x71\xd6\x19\x98\xc5\x59\x8f\x94\x33\xd6\x1b\xd9\xd8\x91\x8d\x96\x6e\x90\x8d\xfd\xcd\xc1\xd1\xd7\xa1\x8d\xa4\x9c\x59\x46\x81\x36\xf6\xf7\xfe\x9c\x13\xb3\x25\xad\x4b\x4b\x41\x4f\xbf\x4c\x41\xdf\x9c\x75\x9d\x0d\x02\x49\xca\x19\x47\x0b\x02\x49\xca\x99\xe9\xc6\x9b\xb3\xfe\xe6\xac\x9f\xbb\x34\xf9\x38\xe4\x63\x4f\x92\x7c\xf8\x1e\xa4\x67\xe1\x22\x49\xb1\xac\x84\x8b\xec\x6f\xe3\x65\xb8\xec\x0e\x8c\xec\x6f\xb6\x29\xcd\xed\xcd\x36\xbd\xd9\xa6\x40\xd1\x1d\x19\x49\x4a\x58\xdd\x8e\x8c\xec\x6f\xb6\x49\xc3\x87\x46\x92\x12\x58\xb7\x43\x23\xfb\x9b\x6d\xd2\x7a\xdf\x8c\xcf\x9b\xf1\xc9\x84\x06\x2e\x49\xca\x99\xc9\xcb\x9b\xf1\x79\x33\x3e\xde\x3c\x84\xb2\x07\x9b\x2c\x96\xb7\xde\x26\xf2\x6f\xe3\xa5\x37\x8f\x8e\x24\xc5\xf2\x16\x3a\xb2\xbf\x59\x9a\xe7\xfd\xb1\x34\x6f\x96\x26\x63\xe3\x9b\xa5\x79\x9b\x62\x3c\x6f\x81\xbd\x78\xb3\x17\x99\x9d\xbc\xd9\x8b\x37\x7b\xf1\x3c\x81\xbd\x88\x14\x8b\x65\xef\xfe\xdc\x4d\xde\x3c\x81\xbd\x00\x60\x9e\x19\x69\x01\x98\xfd\xcd\x5e\x9c\xf1\xec\x11\x98\xa4\x84\x55\xee\x08\xcc\xfe\x36\x38\x5a\x7a\x03\x57\x92\x72\x66\x86\x01\xae\xec\x6f\x83\xa3\xa5\x37\x74\x25\x29\x67\x66\x18\xe8\x4a\xf2\xd7\x67\x1a\x1c\xdf\x8c\xcf\x95\x41\x1a\x5e\x49\xca\x99\x99\x03\xbc\x92\xdc\x97\xa5\x42\x18\x9f\x37\xe3\x23\x6b\x8c\xcf\x9b\xf1\xb1\x68\x07\xb0\x24\xe5\xcc\x2c\xe1\xcd\xaf\x7d\x2f\x0f\x8d\x2f\xf6\xb6\x0e\x14\x29\x67\xf7\x4b\x0f\x7d\x4e\x35\x8a\x93\x05\xb1\xec\x6f\xdf\xb4\xaf\x0c\x8f\x6f\xdf\xb4\x31\x96\x4f\xe1\x7d\xd3\x7e\xb3\x6e\xd6\xf6\x40\x96\xfd\x6d\xf6\x13\x0c\xbb\x43\x2a\xfb\xfb\xfb\x9c\x46\x94\x42\xf8\x5a\x1c\x29\x57\x26\x13\x30\xcb\xfe\xe6\x9e\x5e\xf9\x8a\x03\xaa\x24\xe5\xca\x64\x02\x54\xd9\x3f\x6c\xc8\x15\x4f\x00\x55\x49\xca\x15\x33\x8b\xaa\xec\x1f\x36\xe4\x6a\xfd\xb7\xc7\x6e\xd4\x25\x29\x57\x56\x4a\x50\x97\xfd\xc3\xc4\x84\x79\xee\xb0\x4b\x52\xae\x4c\x49\x60\x97\xa4\x58\x6d\x85\x5d\x92\xfb\x97\x29\x0d\x13\x13\x79\x9a\xc1\x87\x89\x41\x67\x96\x2b\x7d\x16\x9d\x49\x9e\x66\x80\xce\xec\xe8\xcc\x12\x5e\xba\xa3\x33\xc9\xd3\x0c\xd0\x99\xfd\xc3\xc4\x58\x5e\xfb\x30\x31\x91\x72\xc5\xf3\xfb\x30\x31\x1f\x26\xc6\xf2\xda\x87\x89\x89\x94\xd0\xf9\xfd\xc3\xc4\x60\x3d\xcb\x95\xd6\x8d\xf5\x24\xe5\xca\xb4\xe2\xc3\x9e\x7c\xd8\x93\xee\x25\xb1\x27\x91\x72\xc5\x8f\xfc\xf0\xbf\x3f\x3e\x1c\x77\x2f\xc9\xc7\x88\x48\xb9\x8a\x07\x28\x29\xb3\x63\x15\x0e\x4c\xda\xc1\xa4\x5a\x32\x98\xb4\x83\x49\x4b\x57\x2c\x66\x07\x4c\x7a\x65\x9a\x05\x26\xed\x60\xd2\x62\xc9\x0d\x4c\x4a\x9e\x06\x0f\x26\xed\x1f\x0e\x4e\xf7\x04\x0e\x0e\x98\xf4\xca\x28\x0a\x26\x25\xe5\x8a\x8f\x0b\x26\x25\xa5\xf4\x78\xaa\x60\x52\x52\x2c\xa0\x83\x49\xc9\x7d\x59\x0a\x6f\x6a\x1b\x29\xd7\xf3\x4b\x85\x67\xd7\x7a\xe6\x06\x60\x52\x52\x2e\xbf\xe4\xf4\xa3\x44\x4b\x98\xf1\x8e\x12\xed\x28\xd1\xd2\x33\x08\xa1\x44\x49\xb9\xdc\x8d\x3d\x41\x89\x16\x4b\x7f\x28\x51\x52\xae\xcc\x3e\x3e\x8c\x07\x86\xb3\xf4\xb8\x55\x20\xce\x0e\xc5\x2c\x3d\x43\x30\x14\xb3\x87\xaf\x2c\x57\x1c\x86\x0f\x67\x06\x6b\x59\x2c\xb9\x61\x2d\x49\xc9\x39\x0f\x1d\x6b\xd9\xb1\x96\xa5\x67\xf5\x1d\x6b\x49\xca\x95\xa9\x06\xd6\xb2\x63\x2d\x4b\xd7\xa2\x39\x33\x58\x4b\xd6\x09\x6b\xd9\x3f\x3c\x97\x1e\xab\xfb\xe1\xb9\x44\xca\x95\xe9\xc7\x87\xd5\xf9\x98\x28\xf7\x98\xd3\x0f\xb3\x13\x29\xf6\x31\x7c\x38\x38\x30\xcd\xd2\x63\x4e\x61\x9a\x3d\x68\x66\xb9\x32\xd9\xf8\xf2\x66\xbe\xb1\x44\xf5\x95\xa6\xfa\x65\x89\xbe\x2c\x51\x26\x1b\x5f\x96\xe8\x1b\x4b\x54\x03\x60\xf7\x2f\x53\xf3\x65\x6a\x36\x49\x29\xe9\x37\xa6\xa6\x5a\x48\xfc\x32\x35\x40\x50\xdb\x1d\x70\xa0\xa4\xd8\xda\xf0\x65\x6a\x22\xa5\xbe\xe2\x17\x7e\x99\x9a\x2f\x53\xb3\xb9\x99\x7c\xc4\xd4\xd4\x57\x71\xb7\x53\x9a\xc2\xf7\x24\x5d\x92\xde\x2e\xcb\x13\x98\x1a\xa0\xa9\x5d\x11\x40\xd3\x0e\x34\xad\xaf\x34\x2e\xa0\x29\x29\xb6\x3b\x00\x4d\x3b\x82\xb4\xbe\xd2\x42\x10\xa4\xa4\xd8\xee\x80\x20\xed\xa1\x41\xef\xcb\x92\x5f\xde\x0c\x34\xd4\x76\x07\x68\x28\x29\x57\xda\x38\x34\x94\x94\xfa\x52\x95\xac\x0f\x34\xd4\x0e\x08\x68\x28\xb9\x2f\x93\xa6\xf0\x99\x71\x5d\x99\xe9\x7c\xcd\xb8\xa0\xa1\xf5\xa5\x7a\xd1\x2f\xc1\x41\x8b\x8d\x12\x5f\x0b\x1a\xd0\xd0\xfa\x52\x6f\x8c\x14\x34\xb4\x5a\xb1\x84\x86\x76\x68\x68\xb5\x52\x08\x0d\xed\xd0\xd0\x2b\x5e\x20\x34\xb4\x43\x43\xab\x45\x3b\x68\x28\x29\x57\xbc\x40\x68\x68\x87\x86\xd6\x57\x5c\x2d\x68\x28\x29\x57\xb6\x9d\x41\x43\x3b\x34\xb4\x5a\xc8\x83\x86\x92\x72\xa5\x3b\x43\x43\xc9\x33\x28\x43\x43\x49\xa9\xaf\x0c\x46\xd0\x50\x52\x2e\x25\x60\x56\xa0\xa1\xd5\xa2\x1d\x34\x94\x94\x9c\x46\xd2\xa1\xa1\x1d\x1a\x5a\x5f\xb7\x21\x18\xd0\x50\x12\x1c\x75\x40\x43\xc7\x4b\xd3\xba\x07\xfd\x11\x4c\xf4\x96\x27\x1b\xbf\x7d\x10\xda\x40\x8e\x92\x72\xdd\xd3\xa0\x81\x1c\x25\xa5\xbe\xee\x41\x6e\x04\x23\xbd\x65\xe6\xb2\xe4\x28\x0b\xa6\xe3\xf5\xb4\xbc\x9e\x9f\x9e\xf2\xa4\xe5\xdd\x93\x99\x81\x1c\x25\xe5\xba\xdf\xd0\x40\x8e\x92\xfb\x97\x2d\x69\xf2\xa1\xe5\xb5\x94\xe6\x94\x8f\xa7\xe5\x75\x77\x93\x0f\x2d\xef\x4c\xd6\xd2\xf2\xc6\xeb\x69\x79\xdd\x13\xa6\xb4\x64\xf7\x4c\x76\xcf\x27\xbb\xcb\xd1\x78\x7e\xfa\x96\xf6\xce\x65\xdb\x9d\x74\x29\x81\x11\x53\x45\x5f\x4a\x90\x11\xb3\xe6\x0c\xea\x01\x30\x25\xe5\x3a\x53\x82\x4b\x76\x2f\x87\xe3\xbd\xdc\x4d\xde\x8c\x98\x67\x4a\x90\x11\x73\x00\x4c\x6b\x0e\xa6\x1e\x00\x53\x52\x72\xf2\xcb\x00\x98\x12\x4e\xd0\x00\x98\x92\x52\x73\x4e\xf4\x00\x98\x8e\x40\xa5\x9c\xa0\xf1\xea\x9e\xa9\xeb\x94\x92\x22\x0c\x0f\xd0\x75\x2e\x49\x1e\xa0\x4f\x64\xf5\x75\x20\x47\x49\xb9\xae\x64\x6d\xc8\xae\x53\xb8\xb2\x88\x3a\x60\xa2\x03\x26\x5a\xcb\x96\x8c\x4c\x2f\x46\x33\xbe\x52\xd2\x34\xe3\x01\x13\xad\x59\xf7\x1c\x30\xd1\x01\x13\xad\x59\xaa\x1c\x30\xd1\x01\x13\xad\x39\x46\x76\xc0\x44\x07\x4c\xf4\xba\x52\x23\x1f\x97\x7d\x14\xff\xcc\x6b\xf8\x28\xbe\xe1\x51\x4b\xfd\x78\x0d\x1f\xe5\xf2\x52\x3f\xca\x65\x78\xd4\x52\x3f\xca\x95\xf5\xbb\x5a\xbc\xc1\x8f\x56\x93\xf3\x9b\x73\x42\xce\x08\x32\xfa\xfb\x01\x13\xad\xc5\x1b\xfc\xca\x9b\x51\xb4\xe7\x01\x5f\x79\xcb\x27\x81\x9c\x9a\x33\x60\xa2\xa4\xd4\xa2\x13\x7f\x65\xd7\xc0\xda\x53\x97\x5f\xd9\xfd\xaa\xcb\xcb\xdd\xd4\x65\x76\xa7\x5e\xba\xc7\x57\x09\xbe\x5a\xaf\x37\xf8\xd5\x7a\x33\xd8\xe6\x10\x9e\x81\x26\x1d\x68\xd2\xeb\x9e\x6b\x0c\x34\xe9\x40\x93\xd6\x1c\x30\x3a\xd0\xa4\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\xb3\xb0\x3a\xe0\xa2\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\x73\x78\xe8\x80\x8b\x12\x7e\xe7\x80\x8b\x92\xd2\x6f\x4f\x7f\xc0\x45\x49\xa9\xc1\xf3\x07\x5c\x74\xc0\x45\xfb\x3d\xbe\x0f\xb8\xe8\x80\x8b\xd6\x2a\x6f\x2c\x1d\x5c\xb4\xbf\x52\x02\x96\x0e\x2e\x5a\xb3\xe6\x3b\xe0\xa2\xa4\x64\x2f\xd9\x80\x8b\x0e\xb8\x68\xad\xaf\x54\x48\x53\xaa\x0c\xa2\x71\x6c\x07\x5c\x74\x40\x43\x6b\x58\xfc\x81\x0d\x1d\x85\x91\xca\x3a\xf0\x28\x8c\x14\x10\xb4\x3f\x97\xc9\xef\xe9\x09\x55\x9a\x27\x9c\x9e\x90\x62\x9d\xcf\x13\x14\xab\xa6\x92\x98\x1a\x20\x68\xce\x42\x1a\x40\xd0\x81\xf0\xac\x81\xe5\x07\xc2\x73\x20\x3c\x6b\xce\xff\x1b\x08\xcf\x81\xf0\xec\x25\x97\xe9\xcf\x91\x52\x73\xa0\xdd\x08\xee\x79\x8b\x1a\x49\xe9\x87\x1a\xd1\xed\xeb\x91\xcc\xe9\xf6\x08\xcf\x78\xe2\x03\xe1\x49\xee\xcb\x52\xe7\xd9\x56\x4a\x78\xe2\x03\xe1\x39\x10\x9e\xb5\x66\x10\x42\x78\x12\x9e\xf8\x40\x78\x92\xd2\x6b\xb2\x36\x65\xcd\x88\x19\x86\x7c\x20\x3c\x49\xe9\x31\x35\x08\x4f\x72\x5f\x26\xed\x94\x96\xb7\x50\x53\x6f\x4c\x0d\x9a\xb3\xd6\x96\x34\xa6\x06\xce\xd9\x55\xe5\x52\xbd\xcb\x43\x33\x2e\xc0\x39\x49\xe9\x35\x05\x5d\x1e\xca\x48\xe5\xd4\xb7\x81\xd3\x1c\xe5\x39\xd1\x33\x06\x0e\xa7\x39\xc2\x66\x9a\x4c\x8c\xf2\x96\x11\xb6\xac\xea\x46\x6c\x59\x79\x0e\xdd\x4c\x7f\xc6\x69\x0e\x9c\x66\x0d\xe3\x3d\x70\x9a\xa4\xf4\xed\xb7\x4f\x67\x19\x30\xce\x01\xe3\xac\x59\xba\x1d\x30\x4e\x52\xfa\xed\x6e\x0f\x18\xe7\x80\x71\xd6\x1c\x6e\x34\x60\x9c\xa4\xf4\xcd\xf3\xf3\xce\x21\x9b\x35\x2b\xbc\x03\xb3\x49\x4a\xdf\xf2\x00\x1d\x19\xb3\x59\x73\x96\xcf\xc0\x6c\x92\x92\x4d\x96\x03\xb3\x49\xee\xcb\x7a\xd2\x4e\x69\xa9\xb0\xdb\x95\x1c\x55\x7f\x87\x76\xd6\x1c\xf9\x33\xa0\x9d\xa4\xf4\x8c\x1b\xc1\x3c\x6f\xf1\xd0\x3d\x3f\xd5\xdf\xa1\x9d\x5d\x3e\xf4\x77\x68\x67\xcd\x79\x39\x03\xda\x49\x4a\x97\x0f\xfd\x1d\xda\x59\x73\x84\xcd\x80\x76\x92\xd2\xe5\x83\x9f\x02\xed\xac\x39\xd8\x65\x40\x3b\x49\xe9\x7b\x49\x92\x87\xea\xdb\x39\xb7\x63\x60\x36\x47\x38\xcd\xd2\xf7\x3c\xe0\x72\xb7\xeb\xb9\x5b\x32\xc2\x8d\xc0\x6c\x66\xea\x39\x30\x9b\x03\xb3\x59\xb7\xb8\x38\x98\xcd\x51\x73\xf8\x6f\x57\xf8\x1c\xfe\x3b\x30\x9b\x35\x0b\xe3\x03\xb3\x49\x4a\xce\xfc\x1a\x98\x4d\x52\xb2\x11\x75\x60\x36\xc9\xfd\xcb\x54\x2f\x37\x02\xb3\xd9\xd5\x47\x97\x8f\xee\xfd\xc5\x29\xc1\x6c\x92\xd2\x8f\x34\x9a\x2e\x6b\xfd\x39\x21\x35\xa5\xea\x53\x5a\xb2\x1b\x4b\x54\xfb\x93\xdd\x8c\x5f\x21\xc6\x47\x38\xcf\x47\xcc\x94\x07\xda\x93\x94\x7e\xa4\xa0\xc3\x9b\xe7\xe2\x67\x69\x7f\xd4\x21\xbb\xec\xda\x91\x12\xb0\x6b\x95\x5d\xcb\xd2\xfe\xa8\xec\x5a\x65\xd7\x62\xc3\x2a\xbb\x86\x1d\xad\x21\xc6\x07\x76\x94\x94\xec\xa5\x1d\x95\x75\xaa\xac\x53\x80\xee\x51\x59\x27\x88\x69\xd7\x18\x58\x27\x38\x69\xcd\xde\x81\x01\x27\x25\xa5\x6b\x0c\xcc\x0e\x9c\xb4\xe6\x44\x8e\x01\x27\x1d\x70\xd2\x9a\x83\x1f\x06\x9c\x94\x94\xde\x24\xf9\x29\xa7\x67\xd7\x4f\x39\x3d\x70\xd2\xde\x24\xc9\x08\xa7\x67\xd7\xb3\x38\x3d\x78\xd1\x1e\x03\x8b\x17\x1d\xd8\xd0\xba\xeb\x0b\x2c\x11\x12\xb4\x86\xc8\x1f\x48\x50\x52\x7a\x8c\xee\xc6\xd4\x6c\x4c\x4d\xf6\x09\x8c\x8d\xa9\xd9\x98\x9a\x18\xdd\x8d\xa9\x01\x8c\xd6\x40\xde\x03\x30\x4a\x4a\xce\x8a\x1b\x80\xd1\x01\x18\xad\x09\x26\x30\x00\xa3\xa4\xf4\x4c\x14\x00\xa3\x63\x63\x6a\xf6\xb8\x7c\x1b\x53\xb3\x31\x35\xe9\x45\x1b\x53\x83\x0e\xad\x61\x9a\x07\x3a\x94\x94\x9e\x5e\xb4\xb1\x21\xe8\xd0\x1a\xd2\x77\xa0\x43\x89\x2f\x33\x03\x1d\x3a\xd0\xa1\x35\xa0\xed\x40\x87\x92\xd2\xd3\xd9\x36\x36\x04\x1d\x5a\x83\xcb\x0e\x74\x28\x29\x5d\x3e\x98\x15\x28\x68\xdd\xe3\x1a\x42\x41\x49\xe9\xa7\x24\x0f\x65\x43\xc2\x9f\x0e\xf0\xe6\xc0\x56\xd6\x40\x9e\x03\x5b\x39\xb0\x95\x35\x10\xdf\xc0\x56\x0e\x6c\x65\xcf\x68\x85\xad\x1c\xd8\xca\x7a\x64\x14\xc0\x56\x92\xd2\xd3\xed\xb1\x95\x63\xcb\x16\xcf\x1a\xce\x79\x04\xb4\xbc\x45\x51\xf3\x1a\x74\x1a\x6c\x65\x0d\x77\x37\xb0\x95\xa4\xf4\x4c\x3c\xb0\x95\x03\x5b\x59\x73\x22\xfd\xc0\x56\x92\xd2\x55\xb9\xee\x86\xad\xcc\x57\xae\x81\xad\x24\xa5\x86\x94\x1b\xd8\xca\x01\x9a\xec\xe9\xf6\xa0\x49\x72\x5f\x26\xcd\x9b\x09\x15\x92\xf3\x04\xc7\x36\x65\x77\xca\xee\x9e\x52\x4d\xd9\x9d\xb2\x2b\x6b\x4f\x76\x55\x65\x8c\x2f\xb6\x92\xe4\x34\xa7\x81\xad\x1c\xa0\xc9\x1e\xef\x19\x34\x39\x40\x93\xf5\x48\x8f\x01\x4d\x0e\xd0\x64\xef\xbf\xbd\x61\x6d\x60\x2a\xc7\xae\xfd\x04\xb6\x1b\xbb\xf6\x83\xa9\xcc\x51\x85\x03\x53\x49\x4a\xef\xae\xda\x25\xa9\xad\x98\x61\x4c\x25\xa9\xaf\x38\xd7\xbb\x26\xb5\x9b\x3e\x07\xac\x1b\xbb\xe9\x73\xa4\xbe\xe2\x5c\xef\x1c\xd8\xdd\xf4\x39\xb0\xdd\xd8\x4d\x9f\x23\xf5\x15\xc7\x7f\x37\x7d\x46\x63\xd6\xe0\x71\x03\x8e\x39\x82\x63\xfa\x8a\x37\xe0\x98\x03\x8e\x59\x03\xb6\x0d\x38\x26\xf1\x15\x6f\xc0\x31\x07\x1c\xb3\x06\x6c\x1b\x70\x4c\x52\x5f\x31\x92\x70\xcc\x01\xc7\xac\xd9\x01\x33\xe0\x98\xa4\xbe\xe2\xf8\xc3\x31\x89\xef\x7f\x03\x8e\x49\x4a\x0d\x01\x36\xe0\x98\x23\x38\x66\x7d\x65\x2e\x00\xc7\x1c\xbb\xd1\xeb\x48\x8f\xdd\x8d\x5e\x91\x1a\xde\x60\xec\x46\xaf\xfd\xe9\x75\x99\x2c\xa2\x36\x47\x48\xcd\xfa\x8a\x03\xb7\xeb\x75\xfb\xd3\xeb\xd2\x77\x76\xbd\x2e\xe2\x0b\xe3\xd8\xf5\xba\xfd\x39\xd8\x3a\x7d\x07\xdc\x49\x7c\x61\x1c\xbb\x4e\xb1\x3f\xed\x33\xd3\x51\xbc\xe7\xc0\x7b\xd6\xe6\xcd\x18\x49\xf0\x9e\x35\x1b\x48\x06\xde\x73\xec\x1f\x99\x4b\x25\x99\x3e\xe3\x3d\x6b\x36\xb3\x0f\xbc\x27\xa9\xaf\xe7\x97\x32\xf7\x71\xce\x73\x2c\x07\xde\x73\x84\xf7\xac\xaf\xea\x97\xde\x8c\xe9\x73\xb6\xa4\x0f\xbc\x27\xa9\xaf\xea\x97\x2a\xce\xf4\x39\xdb\xcf\x07\xde\x93\xf8\xfc\x39\xf0\x9e\xa4\x06\xa7\x18\x78\x4f\x52\x6a\x76\x70\x0c\xbc\x27\xf1\x45\x74\xe0\x3d\xc9\x7d\x59\x5a\xb4\xe9\x73\xe0\xce\xfa\xca\xfc\x00\xdb\x39\x20\x98\x35\xfb\xca\x07\x04\x73\x04\xc1\xf4\xe1\x74\x40\x30\x07\x04\xb3\x06\x49\x1f\x10\x4c\x52\x73\x44\xe7\x80\x60\x8e\x63\x57\x47\xe9\xba\xe1\x31\x6f\x49\x1d\x6d\x25\x49\xa9\x23\x08\x66\xcd\x5e\xf0\x01\xc1\x24\x35\xa8\xc7\x80\x60\x92\x1a\xac\x63\x40\x30\xc9\xfd\xcb\xe4\xcd\xb8\x17\x04\xd3\xd7\xda\x01\xc1\x1c\x10\xcc\x9a\xdd\xdb\x03\x82\x39\x82\x5d\xd6\x57\x9c\xe2\xc3\x5c\x19\x82\x59\xb3\x19\x7a\x40\x30\x89\x4f\xae\x03\x82\x39\x20\x98\x35\x9b\xa1\x07\x04\x93\xd4\x1c\x3c\x3a\x20\x98\xe3\x78\x4e\x10\xcf\xc8\x0a\xc1\x24\xf5\xa5\x76\x19\xa9\x83\x91\xca\x7e\x90\x71\x30\x52\x07\xeb\x13\xf3\x8d\xca\x1c\x07\xeb\x93\xfd\x20\xe3\x60\x7d\x0e\xd6\x27\xde\xee\xc1\xfa\x80\x37\x6b\xf6\x0d\x0f\xf0\x26\xa9\x2f\xef\xca\xf4\x19\xbc\x59\x5b\x86\x6e\xf0\x26\xa9\xaf\x3d\xf9\x60\x7d\xc0\x9b\x35\xbb\x7b\x07\x78\x73\x80\x37\x6b\x8e\xe7\x1f\xe0\xcd\x11\x60\xb3\xbe\xbc\x66\x33\x6a\xf0\x66\xcd\x26\xc2\x01\xde\x24\x35\xa7\xa2\x0e\xf0\xe6\x38\x78\xa3\xd9\x44\x38\x0e\xde\x68\xa4\x06\x91\x19\xe0\xcd\x01\xb7\xac\xd9\xf5\x37\xe0\x96\xa4\xe6\x54\xd4\x01\xb7\x24\xf5\x15\x0b\x0d\xb7\x24\xa5\x66\x67\xdd\x80\x5b\x92\xfa\x8a\xf3\x0c\xb7\x24\xf7\x65\xc9\x9b\xe9\x73\xc4\x97\xf5\x01\xb7\x1c\x00\xc9\x9a\x9d\x75\x03\x20\x49\xea\x4b\x13\xe4\xc7\x02\x24\x6b\xb6\xaf\x0d\x80\x24\xa9\x2f\x4d\xd0\xf4\x19\xf9\x58\xb3\xbd\x6c\x20\x1f\xc7\x61\xfa\x9c\x0d\x21\xe3\x78\x3f\xd7\xb5\xfb\xa7\x19\x2a\x8e\xb7\xbc\xb1\x65\xa7\x97\xca\x96\x45\xea\x2b\x1e\x25\x40\x72\x00\x24\xeb\xa9\x92\xd8\x10\x80\x64\x3d\xb5\x4b\xd6\x21\x52\x5f\x19\x65\x00\x92\x03\x20\x59\xb3\x9d\x62\x00\x24\x47\x63\x09\xda\xdf\x30\x78\x37\x86\x02\x3f\x59\xb3\x61\x64\xe0\x27\x49\x0d\x8d\x34\xf0\x93\x03\x3f\x59\xb3\x3b\x64\xe0\x27\x49\xcd\x39\xb5\x03\x3f\x39\xf0\x93\x35\x7b\x37\x06\x7e\x92\xd4\x40\x4b\x03\x3f\x49\xac\x75\x0c\xfc\xe4\x00\x46\xd6\xec\xb6\x18\xc0\x48\x52\x5f\x71\x90\x81\x91\xa3\xb1\x00\x59\xe6\x1f\x8d\x05\x68\x2c\x40\xaa\xab\xb1\x00\xf8\xc9\x9a\xd5\xf8\x81\x9f\x1c\xf8\xc9\x9a\x45\xdf\x81\x9f\x1c\xcd\xb8\x1f\xa7\x19\x3f\x39\xf0\x93\x35\x2b\x90\x03\x3f\x49\xac\xa6\x0c\xfc\xe4\x68\x26\xb7\x59\x5a\x1c\xcd\xe4\xb6\x5d\xe9\xee\xf1\x86\x9b\xc9\x2d\x7e\xb2\x66\xcd\x70\xe0\x27\x49\x7d\xc5\x9e\xe0\x27\x49\x7d\xc5\x76\xe0\x27\xc9\xfd\xcb\x64\xd7\xb8\x1f\xb1\x36\x33\xf0\x93\xe4\xbe\xcc\xdd\x4e\x69\xe9\x17\x71\x55\xf1\x93\xa3\x71\x0f\xb2\xca\x37\x1a\xf7\xa0\xdd\x2e\xc1\xb3\x36\xd3\x4c\x64\x61\x96\x35\xcb\x77\x03\x66\x49\xea\x2b\x96\x08\x66\x39\x1a\xa3\x90\xe5\xbb\xd1\x18\x85\xc6\x28\x78\xf3\x8c\x02\x1a\xb3\xe6\xac\xfb\x81\xc6\x1c\x68\xcc\x9a\x55\xa2\x81\xc6\x24\x35\x41\x3c\x07\x1a\x73\xa0\x31\xab\xd5\x1c\x34\x26\xa9\xaf\xd8\x3a\x34\xe6\x40\x63\x56\x6b\x32\x68\xcc\x01\xb3\xac\x96\x08\x60\x96\xa3\xf1\x22\xe2\xfb\x36\x5e\x04\xcc\xb2\xfa\x84\x0d\xb3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x1c\x68\xc8\xea\x6b\x2f\x1a\x92\xd4\x97\x56\xfe\xf5\x6a\xf4\x63\xdf\x62\xd1\x90\xa4\x26\xc8\xe8\x40\x43\x0e\x34\x64\xed\xe5\x4a\xda\x21\x4d\x7e\xf7\x24\x35\x49\xc9\xaf\x4f\xa0\x68\x48\x52\x73\xcc\xf2\x40\x43\x0e\x34\x64\xf5\x21\x13\x0d\x49\x9e\xb5\x2c\x34\xe4\x38\x0d\xdf\x39\x4d\x7e\x9c\x86\xef\xc8\xb3\x96\x75\x9a\xb6\x82\x26\xab\x6f\x70\xa0\x49\xf2\xac\x65\x81\x26\x07\x68\xb2\xfa\x06\x07\x9a\x1c\xa7\x51\x3e\x83\x15\x68\x72\x80\x26\xab\x0f\x58\xa0\x49\xf2\x2c\x5c\x81\x26\xc7\x69\x94\xf7\x65\xea\x34\xca\x47\x6a\x79\x49\x52\x52\xb3\x13\x5f\xa6\xd0\x90\xe4\x59\xdf\x42\x43\x92\x9a\xd3\xa1\x07\x1a\x92\x94\xea\x5b\x12\x1a\x92\xd4\xf2\x72\x33\xf9\x60\x57\x7c\x4b\x82\x39\x0e\x4c\x63\xf5\xed\x04\xd3\x38\x30\x8d\xd5\x7c\x14\xd3\x38\xc2\x34\x3e\x2b\x68\x98\xc6\x81\x69\xac\x3d\xdf\x75\x30\x8d\xa4\x06\x73\x1c\x98\xc6\x71\xea\x82\x3d\x8d\xf0\xd4\x05\x23\x35\x91\x5c\x07\xa6\x91\xdc\x97\xa5\x5c\x26\xbc\x91\x1a\x1a\x72\x9c\x26\xbc\xd0\xc7\xda\x35\x11\xc3\x77\xa4\x96\x0c\xfc\xd0\x47\x52\x8b\x96\x6a\xf8\x86\x3e\x6e\xe6\x6b\xd0\x47\xf2\xac\xee\x9d\xba\x78\xe4\xbe\xcc\xdd\xb4\x90\x99\xec\xc6\x65\x38\x4d\x78\x11\x92\x9b\xf9\x1a\x42\x92\xe4\xc0\xe1\x81\x90\x1c\x21\x24\x6b\x4e\xd0\x1e\x08\xc9\x81\x90\xdc\xcc\xb9\x10\x92\xe4\x59\x16\x44\x48\x0e\x84\xe4\x66\x82\x85\x90\x24\x35\x50\xe6\x40\x48\x92\xb2\xbd\x52\xf6\x84\x05\x7e\xa4\x26\x7a\xeb\x10\x1d\x78\x00\x29\x37\x13\x2c\x20\x25\xa9\x89\xd5\x3a\x80\x94\xa4\x96\xb8\x24\x40\x4a\x72\xff\x32\x45\xd0\xb4\x02\x52\xd6\xf2\x37\x1c\x8c\x3a\x70\x96\x03\x67\xb9\x85\x14\x1f\x38\x4b\x52\x83\x80\x0e\x9c\xe5\x08\x67\x59\x13\xa6\x75\xe0\x2c\x07\xce\x72\x33\x75\xc1\x59\x92\x1a\x2a\x74\xe0\x2c\x07\xce\x72\x33\x4f\xc1\x59\x92\x5a\x62\x11\x70\x96\x03\x67\xb9\x99\x80\xe0\x2c\x49\x2d\x19\xf7\x70\x96\xe4\x59\x6b\xc5\x59\x92\xb2\x99\x0b\xe0\x2c\x47\x38\xcb\x9a\xb0\xaf\x03\x67\x39\x70\x96\x5b\x76\x6e\x0c\x9c\xe5\xb8\x74\x9d\x0c\x8f\x42\x0d\x8f\x6b\xca\x47\x2c\xc2\xa5\x15\x5f\x5a\x71\xc6\x3d\x34\xe6\xb8\x9e\x46\x16\xf7\x12\x8d\x39\xd0\x98\x1b\x2f\x05\x8d\x39\xd0\x98\x9b\x91\x0f\x8d\x39\x42\x63\xd6\x84\x83\x1d\x68\xcc\x81\xc6\xdc\x98\x57\x34\x26\xa9\x45\x46\x0c\x24\x89\xc5\x7b\x5f\x96\x27\x98\x8e\x86\xc6\x7c\x96\x90\xd1\x98\x03\x66\xb9\x31\x88\x30\x4b\x52\x43\xbb\x0e\x98\xe5\xc0\x54\x6e\x2c\x07\xa6\x72\x84\xa9\xac\x65\x97\xe4\x01\x19\x5b\x36\x96\x03\x40\x49\x6a\xc2\xc4\x0e\x31\x74\x07\xbc\x71\xd3\x15\xf1\x8d\xa3\xc7\xa6\x6f\xda\x43\x67\xd3\x23\xb5\x1c\x92\x2e\x49\x9e\x90\xd7\x85\x56\x1c\x5d\xff\xcc\x6c\xb1\xeb\x9f\x5d\x57\x51\x71\x22\xd1\x92\x9a\x88\xb1\x03\xc0\x48\x6a\x4e\xae\x1f\x42\xcd\x92\xb2\xfd\x35\xed\x90\x26\x1f\x47\x92\xe4\xc3\x09\xdb\x4f\x9a\x86\x8f\x69\xdc\x12\xaf\x75\x60\x1a\x07\xa6\x71\x4b\x38\xd0\x81\x69\x1c\x5d\x53\x3a\x24\xb9\x6c\x78\x6a\xac\x30\xa6\x91\x3c\x8b\xfb\x98\xc6\x81\x69\xdc\x4a\xac\x30\xa6\x91\xd4\xe7\xa1\xac\x70\xd7\x30\x13\x82\x72\x74\x0d\xb3\x6b\x98\xf1\xe8\x61\x8e\xa4\xe6\x84\xfb\x21\xce\xea\x40\x3e\x6e\x16\x91\x91\x8f\xa4\xe6\x84\xfb\x81\x7c\x1c\xc8\xc7\xad\x66\xf8\x42\x3e\x0e\xfc\xe2\x96\x43\xde\x07\x7e\x71\xe0\x17\x37\xab\xb2\xf8\xc5\x01\x56\xdc\x6a\x3c\x48\xb0\xe2\x00\x2b\x6e\xd6\x56\xc1\x8a\xa4\xe6\xc4\xfc\x01\x56\x1c\xe3\xaf\xd1\x47\xee\x26\x87\x42\x1c\x28\xc4\xad\xc6\xad\x44\x21\x92\x5a\x5c\xc6\x91\x07\x26\x6e\x09\x67\x34\x80\x89\x63\x08\xe2\x13\x42\x74\x0c\xdf\xf9\x86\x57\x9d\x7e\x39\xbc\x6a\xfc\xe2\x66\xc5\x11\xbf\x38\x06\x1b\x17\x3f\x10\xbf\x38\xf0\x8b\xdb\x16\xfb\x8f\x5f\x24\x35\x47\xf7\x0f\xfc\xe2\xc0\x2f\x6e\x5b\x0c\x3b\x7e\x91\x3c\xfb\x33\xf0\x8b\x63\xb0\x71\x16\x28\x07\x1b\x37\xd8\xb8\x7c\x99\xc3\x2f\x8e\xc1\xa0\x6d\x31\x8f\x22\x52\x92\x67\x1b\x87\x88\x94\xe4\xbe\x4c\x9a\x92\xb2\x7b\xa7\x07\x28\xa9\xc6\x9a\x33\xa2\x07\xcc\x71\xc0\x1c\x37\xcb\x8c\x30\xc7\x01\x73\xdc\x12\x05\x62\xc0\x1c\x07\xa6\x71\xdb\x54\x89\xd7\x8f\x69\xdc\x72\x1e\xfe\xc0\x34\x0e\x78\xe1\x96\x13\xe6\x07\xbe\x70\xa0\x04\xb7\x9c\x46\x3e\x50\x82\xa4\x26\x24\xef\x10\x11\x71\x00\x07\xb7\x3d\x75\x02\x1c\x1c\x93\xd9\xc8\xa1\xd0\x63\x32\x1b\x93\xd9\xc8\x10\x3e\x99\x0d\x7c\xe1\x96\x23\x9b\x07\xbe\x90\x3c\x1b\x54\xa6\x56\x82\x2f\xdc\x72\x06\xf2\xc0\x17\x92\xaa\x03\xe3\x0b\xc7\x34\xac\xe7\xc0\xe3\x31\x0d\xeb\xd3\xb0\x9e\x29\x15\xbe\x70\xe0\x0b\xb7\x1c\x47\x3c\xf0\x85\xa4\x26\xa2\xef\xc0\x17\x92\x9a\x88\xbe\x03\x5f\x38\x80\x83\x5b\xce\xe8\x1d\xc0\xc1\x81\xe1\xdb\xac\xd5\x80\xf8\x06\x62\x6f\xdb\xfb\x6f\x1f\xb3\x36\x00\x7d\x63\x32\x3e\xe9\x2e\x82\x16\x0e\x40\xdf\x96\x13\x36\x07\xa0\x8f\x3c\xbb\x66\x00\x7d\x03\xd0\xb7\x1d\x71\x63\x01\x7d\xa4\x26\xea\xef\x00\xf4\x0d\x40\xdf\x96\x33\x31\x07\xa0\x8f\xd4\x84\xfd\x1d\x80\x3e\x52\x13\xc1\x62\x00\xfa\x48\xd9\x0e\xcd\x80\x6f\x37\xf9\x76\x99\x49\x01\xfa\xc8\x7d\x59\xf2\xc6\x46\x4d\x36\x2a\xe6\x13\xd0\x37\x00\x7d\x5b\xce\x98\x1c\x80\x3e\x62\x61\x16\xd0\x37\x96\xb1\x23\x53\x30\x40\x1f\x29\x9b\x95\x22\x21\x08\xc7\xd2\x08\x32\x8f\x02\xf4\x8d\x25\x76\x49\x8e\x7b\x1c\xcb\x62\xc6\xe2\xb4\xc5\xee\x0a\x25\x38\x00\x7d\x5b\xce\xd7\x1d\x88\x3d\x52\x13\x96\x63\x20\xf6\x48\x4d\x24\xde\x81\xd8\x23\xf7\x2f\xa5\x1d\xd2\xee\x72\xda\x0a\x24\x98\xe0\x48\x30\xc1\xb2\xe5\x54\xc8\x21\x9a\x20\xa9\x89\xd4\x31\x40\x7c\x03\xc4\xb7\x1d\x31\x01\x28\xbe\x11\x8a\xaf\xb2\xe2\x28\xbe\x81\xe2\xdb\x02\xe7\x0e\x14\x1f\xa9\x89\xa0\x3b\x50\x7c\x03\xc5\xb7\x59\xb1\x42\xf1\x91\x67\x63\x11\x8a\x6f\xa0\xf8\xb6\x1c\x01\x39\x50\x7c\xa4\xd6\xb8\x08\x28\x3e\xf2\xec\x35\x42\xf1\x91\xfb\x97\xb9\x1b\xc3\x16\x8a\xaf\x1a\x60\x50\x7c\x03\xc5\xb7\x1d\xf9\x48\x89\xe2\x1b\xa1\xf8\x6a\x22\xf2\x0e\x14\xdf\x58\x4f\x0b\xcf\xa0\x8e\xe2\x23\xb5\x6a\x1e\x5a\xf8\x7a\x5a\x78\x3a\xac\xd8\x83\xa4\x26\x26\xef\x10\x7b\x70\xac\xa7\x85\xe7\xd3\xdd\xd2\xc2\x23\xb5\xc6\xc1\xc6\xff\x91\x9a\x53\x33\xc6\xd2\xc2\xd7\xd3\xc2\x33\x32\x41\x02\x49\x4d\xb4\x91\x01\x09\x24\xf7\x65\xee\x76\x4a\x4b\xe1\x33\x6d\x80\x04\x8e\xf5\xb4\xf0\x98\x5c\x48\x20\xa9\x55\xdb\xf5\xd1\x62\x2d\x0f\x8d\xa5\x5f\x3e\x3e\x46\x9e\xbd\x57\xcb\xc7\xc7\xb5\x14\x3e\xf6\x70\x2d\x85\x5f\x29\x7c\xdc\xf6\xb5\x14\xfe\xad\xf0\xb1\x60\x01\x10\x1f\xa9\x55\x13\x67\xfa\xd7\x13\x57\x29\xfd\x7b\xf9\x46\x19\xa9\x35\xde\xfd\xb2\xeb\x07\xad\xb8\xe5\xfc\xb7\x81\x56\x1c\xc1\x10\x6b\xa2\xa3\x0c\x18\xe2\x58\x9c\xd9\x1c\x8a\x36\x16\x67\x36\x18\x62\x4d\x54\x92\x01\x43\x24\xf7\x65\xa9\x4b\x6b\x2b\xeb\xb3\x72\x59\x8a\x90\xa3\x45\x06\x5a\x71\x6b\x7a\x11\x9f\x37\x52\xab\x66\x6f\x54\x8a\xd4\x1c\xdf\x31\xd0\x8a\xe4\xfe\x65\x4a\xca\x0d\x0e\xad\x58\xab\x9e\xc0\x0d\x5e\x5f\x91\x7d\x5e\xee\xa6\xff\x7d\x93\x0f\x3d\xe1\xfb\xe4\xe3\xed\xb2\x3b\xbb\x08\xc6\x11\x82\xb1\x26\x14\xca\x40\x30\x0e\x04\xe3\x96\xd3\xc3\x06\x82\x91\x3c\x3b\xdb\x10\x8c\x03\xc1\xb8\x05\xa4\x1e\x08\x46\x52\x13\xda\x76\x20\x18\x07\x82\x71\xcb\xa9\x5c\x03\xc1\x48\x6a\x02\xd9\x0e\x04\x23\xa9\x39\x5a\x64\x20\x18\x49\xd9\x72\x7c\xd5\x40\x30\x8e\xa0\x89\x35\x67\x87\x0c\x68\xe2\x80\x26\x6e\x39\xbe\x6a\x40\x13\x47\xd0\xc4\x9a\x58\x2b\x03\x9a\x38\xa0\x89\x5b\x78\xe8\x01\x4d\x24\x35\x51\x6a\x07\x34\x71\x40\x13\xb7\x1c\x1b\x35\xa0\x89\xa4\xe6\x24\x92\x01\x4d\x1c\xd0\xc4\xcd\xaa\x1a\x34\x91\x3c\xdb\xfa\xa0\x89\xe4\xd9\xc2\x07\x4d\x24\x65\xb3\x0e\x06\x4d\x1c\x6f\x56\x36\x66\x00\x9a\x38\xa0\x89\x9b\x75\x30\x68\x22\x79\xb6\xf0\x41\x13\x07\x34\x71\x0b\xb6\x3c\xa0\x89\xa4\x26\x34\xcc\x80\x26\x8e\x37\xf3\xd9\xfe\x86\x78\x62\xe3\xcd\xba\xbe\x59\xd7\xb8\xf9\x6f\xd6\x15\xe0\xb8\x35\x25\x64\x4a\xdf\x3c\xbd\xf0\xca\xe3\xcd\xd3\x7b\xb3\x9b\x4f\x92\xe2\xb0\x9b\x39\xbe\x78\xa0\x19\x47\x08\xc6\x9a\x08\xb7\xe3\x6d\xd1\x06\xcd\xb8\xe5\x78\x9d\x81\x66\x24\xcf\x86\x41\x34\xe3\x40\x33\x6e\x39\x5e\x67\xa0\x19\x49\xad\x31\x61\x68\x46\x72\x5f\xe6\xa7\x53\x5a\x46\xaa\x98\xb0\xb7\x8f\x43\xa0\xc7\x2d\x47\xee\x0c\xd0\x23\xa9\x39\x68\x66\x80\x1e\x49\x4d\xd8\x9c\x01\x7a\x24\x65\xb3\xd8\x05\x7a\x24\x35\xc1\x70\x07\xe8\x91\xdc\x97\x25\xbb\xcc\xeb\x9b\x79\x55\x50\xe6\x35\xb1\x25\xef\xcb\x52\xbd\x76\x43\x44\x6a\x55\xd0\xf9\x64\x57\x55\xc6\xd2\x61\x23\x47\x78\xc8\x9a\x10\xb9\x43\xf0\xc9\x81\x8d\xdc\x12\x4a\x7b\x60\x23\x49\xad\xea\x83\x15\x7e\xb3\xc2\x39\xa2\x66\x08\x52\x49\x6a\x55\x1f\xac\x30\x84\x72\xcb\x01\x32\x03\x42\x39\x20\x94\x5b\xc8\xef\x01\xa1\x24\x35\xf1\x75\x07\x84\x72\x40\x28\xb7\x9c\x2a\x32\x20\x94\xa4\xe6\x30\x9e\xf1\xb6\x52\xf4\xf6\x99\xe1\x64\x4e\x7c\x66\x78\xb3\xcc\x31\xfd\x6f\x96\xf9\x9d\xef\xd5\xdb\xc9\x9c\xf8\x5e\xfd\x66\x99\xe3\xd0\xbe\x59\xe6\x37\x93\x1b\x40\x7c\xbc\x99\xdc\x37\x93\xeb\x65\x31\xb9\x6f\xf6\x35\x34\xf8\x78\xb3\xaf\xc1\x36\x6b\xf5\xb2\x7c\xd5\x86\x6d\x6e\x39\x47\x62\xc0\x36\x49\x4d\xe0\xdd\x01\xdb\x1c\xb0\xcd\x2d\xc7\x30\x0c\xd8\x26\xa9\x89\xbc\x3b\x60\x9b\x03\xb6\xb9\xe5\xb4\x84\x81\xcb\x24\xcf\x9e\x55\x5c\xe6\xc0\x65\x6e\x67\x2c\x38\x2e\x93\xd4\xc4\xdb\x1d\xb8\x4c\x52\x6b\x5e\x33\x2e\x93\xdc\xbf\xcc\xdd\x18\xce\xc8\xb3\xdb\x15\x97\x39\x00\x97\x5b\xce\x37\x18\x80\xcb\xf1\x61\x38\xd3\x1a\x3e\x0c\x27\xe0\x72\x0b\x85\x3d\x00\x97\xa4\x9a\xdc\x02\x2e\x07\xe0\x72\x0b\xf4\x3f\x00\x97\xa4\x26\x58\xef\x00\x5c\x8e\x0f\xc3\x19\x9a\x7f\x7c\x18\xce\x0f\xc3\x99\x0f\x4c\x18\x4c\xf2\x6c\xc4\xc5\x60\x92\xfb\x97\x79\x00\xc3\x19\xa9\x89\xcd\x3b\x30\x98\xe4\xbe\x2c\x15\x62\x92\xfd\x61\x5f\xbb\x5f\x5e\x92\x14\x3e\xdd\x19\x83\x39\x3e\xdc\xd3\x8c\xe6\x18\xcc\x81\xc1\xdc\x02\xb9\x0f\x0c\x26\xa9\x5b\x66\x2f\x18\xcc\xf1\xb9\x44\x8d\x4b\xbb\xff\x58\x2d\x0b\x83\x59\x13\xdd\x6a\x60\x30\x07\x06\x73\xb3\x18\x89\xc1\x24\x35\x41\x75\x07\x06\x93\xd4\x2d\xa3\x39\x06\x93\xdc\xbf\x4c\x49\xb9\xa7\x91\x9a\x40\xbb\x03\x83\x49\xee\xcb\x92\x0f\xd6\x38\x52\x73\x7a\xd5\xc0\x60\x8e\x27\xc6\xe7\xa9\xd1\x80\x51\x22\x35\x41\xb0\xc6\xa7\x3f\xd9\x8d\x41\x3a\x35\x1a\x8b\x6a\x9f\x2c\xaa\xf9\x84\xf1\xb1\xa8\x86\xe8\xdc\x4e\x8d\x86\x6d\x8f\xd4\x44\xd6\x1d\x88\xce\xf1\x79\x42\xf7\x65\x4e\x83\xe8\x1c\x88\xce\xed\xf2\x54\xd6\x32\x52\x73\x3e\xd6\x40\x74\x0e\x44\xe7\x76\xb9\x1d\x93\x17\x8a\xf3\xd9\x96\x2d\xee\xe7\x10\xf7\x73\x0b\xcf\x3a\xc4\xfd\x24\x35\xb1\xb5\x86\xb8\x9f\x43\xdc\xcf\x2d\xf0\xea\x10\xf7\x93\xd4\x2d\x5e\xb7\xb8\x9f\x43\xdc\xcf\x2d\x68\xe9\x10\xf7\x93\xd4\x84\xef\x1d\x90\xd1\xf1\x04\xf4\xb4\x50\x2a\xa2\x27\xa9\x9b\x7c\xb0\x82\xc8\xd2\xed\x62\x1b\x58\xc1\x90\xa5\xd5\x07\x1c\x64\xe9\x40\x96\x6e\x97\x4e\xcf\x0a\x46\xea\x56\xff\x86\xb1\x1b\x78\x3a\x80\xa7\x9b\x65\x4e\xe0\x29\xa9\x89\xf0\x3b\x80\xa7\x03\x78\xba\x85\x35\x1c\xc0\x53\x52\x37\x85\x66\x24\x23\xcf\xd6\x75\x41\x3e\x49\xd9\x72\x64\xf2\xc0\xa2\x92\x9a\x20\x63\x03\x8b\x4a\xee\xcb\xdc\x4d\xdd\xc4\x7d\x4d\x90\xb1\x81\x45\x1d\x58\xd4\x2d\x84\xdf\xc0\xa2\x8e\xb0\xa8\xcf\x46\x78\x2c\xea\x00\x99\x6e\x39\x93\x79\x80\x4c\x49\x4d\xf8\xde\x01\x32\x1d\x20\xd3\x2d\xf0\xfc\x00\x99\x92\x67\xbf\x3c\xc8\x74\x20\x4a\x37\x48\x19\xa2\x94\x54\x1f\xb7\x10\xa5\xe4\xbe\xec\x48\xda\x29\x2d\x45\xc8\xb7\x7f\x44\xe9\x40\x94\x6e\x30\x33\x44\xe9\x08\x51\x5a\x7d\x03\x43\x94\x0e\x44\xe9\x76\x65\x0c\x42\x94\x92\xba\x65\x26\x80\x28\x1d\x88\xd2\xcd\x12\x2f\xa2\x74\x84\x22\xad\x89\xf2\x3b\xc4\x1f\x1d\x88\xd2\x0d\xca\x85\x28\x25\xcf\x96\x7f\x44\x29\x79\xb6\xf7\x23\x4a\x49\xd9\x90\x51\x88\x52\xf2\x6c\xef\x47\x94\x92\xfb\xb2\xe4\x83\x2d\x8d\xd4\x44\xf4\x1d\x82\x8d\x0e\xa8\xe8\x66\xa9\x19\x2a\x3a\xbe\x4f\x24\xc6\x58\x49\xa8\xe8\x80\x8a\x6e\x96\x78\xa1\xa2\x23\xa8\x68\x4d\x94\xdf\x01\x15\x1d\x50\xd1\x0d\xad\x01\x15\x25\x35\xb1\xde\x06\x54\x74\x7c\x45\x10\xb7\x76\xfb\xb5\x25\x36\xa8\x68\xcd\xf1\x75\x03\x2a\x3a\xbe\xe3\xeb\xb2\x14\xf5\x76\xf5\x6e\x49\x25\x65\x7c\x84\x8a\x92\x07\x47\x80\x8a\x92\xfb\x97\xd2\xe4\x23\xde\x5d\xc2\xf7\x0e\xa8\x28\x29\x9b\xe5\x5c\xa8\x28\xa9\x89\x12\x37\xa0\xa2\xe3\x3b\x45\xd2\x54\x71\x5c\xb9\xc8\x03\x37\x04\x25\x7d\xe4\xbe\xec\xf8\xe9\xf7\x13\x51\x3a\x1f\xa2\xb4\xdf\x29\x4d\x8a\xa6\x75\xf7\xab\x89\x28\x9d\x4f\xfc\xd1\xa0\x07\x53\x00\xd2\xf9\xd2\xb4\x8e\xdc\x2b\x4d\x6b\xbe\x34\xad\x7e\x97\x7d\xbe\xd2\xb4\x48\xcd\xd7\xd5\xf9\xca\x30\x3d\x21\xa3\x5b\x08\x85\x09\x19\x25\x75\xbb\x07\xf8\x09\x19\x25\x35\x61\x77\x27\x64\x74\xc2\x43\xb7\xee\x6e\xa7\x87\x6a\x33\xcd\xcd\x2e\x49\xcb\x65\x7e\xfa\x96\xf6\xce\x65\xf5\x4e\xba\x3c\x33\x43\x72\x62\xe7\x4e\x90\xe7\x04\x79\x6e\xd9\x2e\x3f\x41\x9e\xa4\xe6\x98\xd9\x09\xf2\x9c\x20\xcf\x2d\x7b\xde\x27\xc8\x93\xd4\xed\x49\x52\x50\x43\x72\x76\xa9\x4f\x90\x27\xa9\x89\xa7\x3b\x41\x9e\xa4\xe6\x63\xf3\x04\x79\xce\x97\x78\xda\xfd\xcc\xdd\xba\x87\x1a\x6b\x9f\x9b\x29\xe8\xd3\xe8\xcf\xfc\x74\x78\x80\xa1\x30\x07\x03\x4c\xa8\xe6\x84\x6a\xee\x59\x41\x9e\x50\x4d\x52\x13\x3b\x77\x42\x35\x27\x54\x73\xcf\x1e\xdd\x09\xd5\x9c\x50\xcd\x3d\xcb\xb9\x13\xaa\x39\xa1\x9a\x7b\xd6\x2c\x27\x54\x73\xbe\x8c\x37\x67\xea\xf7\xe3\xb2\x8c\x37\x7b\x28\xef\x09\xd5\x24\x35\x04\xf3\x84\x6a\x4e\xa8\xe6\x9e\xed\x85\x13\xaa\x49\x6a\xb6\x60\x4f\xa8\x26\xb9\x2f\xf3\xd3\x29\x6d\xe6\xb2\xd4\x52\xf6\x9a\x4e\xa8\xe6\xfe\xd2\xc6\xbf\xf2\x66\xdc\x39\x53\xe7\x5f\x79\x33\xee\xa8\xb8\xaf\x3a\xff\x3e\x71\x55\xd3\x92\xbe\xf2\x66\x40\xd1\x3d\xbe\x2a\x49\xf4\xce\x6c\xf4\x9b\x80\x4b\x52\x13\x51\x77\x06\xbe\xbc\x45\xe1\xd3\xa2\x01\x97\x04\xfd\x32\x01\x97\x13\x70\xb9\x67\x5f\xdb\x04\x5c\x12\xa8\xcb\x04\x5c\xce\x27\x16\xe7\x2b\xed\x12\x5d\x39\x31\x92\xfb\xeb\xfc\xed\xd3\xd5\x26\x84\x72\x3e\xc1\x2f\x5f\x6e\xad\x9b\x61\x12\xf7\x10\xd1\x13\x93\x38\x45\xa2\xdc\xb3\x7f\x61\x8a\x44\x49\xea\x96\x66\x25\x12\xe5\xc4\x29\xee\xe5\x76\x80\x26\x4e\x71\xe2\x14\xf7\x2c\xa2\x4f\x9c\xe2\x2c\xec\xf0\x95\xcb\x86\xcb\x86\x27\x6c\xa9\x9e\xe1\x09\xec\xf0\xe5\x97\x9e\x30\x44\x54\xdd\x93\xb9\xd8\xe1\x59\xd8\xe1\xcb\x2f\x55\x4f\x26\xe3\x7b\xd6\x8c\x27\x4e\x91\xd4\x44\x7b\x9c\x38\xc5\x89\x53\xdc\xb3\x66\x3c\x71\x8a\xa4\x6e\x3d\x25\xd5\x5b\x0a\x73\xdd\x73\xb3\x98\xeb\x09\x40\xdc\x73\x1a\xf2\x04\x20\x92\x9a\xb8\xc4\x13\x80\x38\x9f\x70\x92\x59\xbd\x9d\x00\xc4\x59\xf8\x92\x3d\xf5\xb6\x3c\x60\x29\x7c\xcc\x18\x00\x91\xd4\xac\x24\x4d\x00\xe2\x04\x20\xee\x89\xf7\x3d\x01\x88\x13\x80\xb8\x67\x79\x6d\x02\x10\x09\x4a\x69\x0a\x14\x39\x01\x88\x7b\x16\xc4\x26\x00\x91\xa0\x94\x66\xf9\x68\xa4\x4f\xa8\x5b\x0d\x57\xcf\x28\xba\x41\x71\x3b\xdd\x20\x52\x13\xe7\x78\x96\xaf\x27\x3c\x41\x6c\xd3\x6c\xa0\x8b\xa4\xee\x4f\x52\x95\xb4\xbb\xec\x4c\xda\x21\xed\xc8\x65\x25\x49\x4d\xd2\x25\x24\xae\x9f\x76\x69\x3d\x97\xd5\x24\xe5\x3d\x0b\x31\xb9\xe7\x73\xf8\x14\x62\x92\xd4\x44\x4d\x9e\x70\x45\x52\xf7\x7b\xda\x33\xe1\x8a\x13\x60\xb8\xe7\x93\xf3\x04\x18\x92\x9a\x40\xca\x13\x60\x38\x21\x81\x7b\xdd\x72\x99\x0e\x02\xec\xdb\xf3\xf9\x70\x02\xfb\x66\x82\x31\x42\xb9\xa6\x60\x8c\x13\xd8\xb7\xd7\xbc\x54\x60\x1f\xa9\x89\xea\x39\x81\x7d\x33\x2c\xdf\x7d\x59\x4f\x9a\x92\x5e\x4a\x2a\x49\x49\xbb\x92\x66\xbc\x02\xf6\x91\xba\xab\x23\xbd\x2d\x52\x13\x0f\x74\x02\xfb\x26\x62\x6f\xcf\xe7\xa5\x89\xd8\x23\x75\x2f\x6e\x76\x49\x52\xaa\x18\x6c\xdc\x1d\xa9\xbb\xda\x1d\x2a\x44\xa0\xd6\x7c\x74\x99\x48\xb9\x09\x81\xdb\x33\xf5\x9e\x18\x38\x52\x13\x5b\x79\x8a\xb2\x38\x61\x71\x7b\x26\xd0\x13\x16\x47\xea\x1e\x83\x01\x8b\x9b\xb0\xb8\x7d\xf3\xb6\xb4\x72\x58\xdc\xbe\x79\x5b\x9a\x6f\xa4\x26\x2c\xf3\x84\xc5\x4d\x58\xdc\x1e\x9f\x7a\xc2\xe2\x48\x4d\xa8\xe6\x09\x8b\x9b\x4f\x2c\xc4\xac\x04\x4f\xbc\xdb\xc4\xbb\xed\x21\x49\x27\xde\x6d\x3e\xb1\x0a\xf9\x2a\xd8\xb3\x29\x32\xe1\x6e\xc0\x12\x99\x90\xd4\x04\x5c\x9d\x22\x13\x4e\xec\xd9\x6e\x3c\xc1\x9e\xcd\xf0\x66\x75\xbf\x67\x60\x53\x64\xc2\x89\x3d\xdb\x19\x51\xec\x19\xa9\x89\x06\x3d\xb1\x67\x13\x7b\xb6\x87\x62\x9c\xd8\x33\x02\x14\x9c\xd8\x33\x72\x5f\xe6\x09\x53\xda\xcc\x65\x5b\x92\x96\xa4\xaf\x80\xc4\x77\x65\x86\x57\xbb\x25\x95\x59\x93\x0f\xcd\x3c\x52\x73\xb0\xf1\x14\xc0\x70\xc2\xd1\x76\xb6\x0b\x8e\x46\x6a\x42\x40\x4f\xb1\x04\xa7\x58\x82\xbb\xfe\x26\x96\x20\xa9\x09\x01\x3d\xc5\x12\x9c\x62\x09\xee\x09\x35\x3e\xc5\x12\x24\x75\xaf\x29\x81\x96\xbf\x69\xf9\x9a\xf9\xa6\xe5\x6f\x5a\xfe\x26\x49\x76\xb5\x5f\x2f\x1a\x02\x37\x83\xc0\xd5\x04\x94\x9e\x10\xb8\x09\x81\xdb\x9f\x8c\x18\x67\x22\x60\xca\x09\x81\x9b\xc2\x0b\xee\xcf\x13\x86\xbc\x65\x9c\x49\x40\xe9\x09\x81\x9b\xd8\xb6\xfd\xf9\xa9\x01\x24\x52\x13\x6a\x77\x62\xdb\x08\x0c\x73\x62\xdb\x48\xd9\xb3\xb4\x3f\xb1\x6d\xa4\xee\xdb\xf9\xdb\xe3\xb7\xb0\x82\xe4\xbe\x4b\x4a\xa8\x9b\x45\xea\x9e\x81\x14\x21\x37\x31\x6d\x7b\xce\x8b\x9e\x98\x36\xb2\x5d\xf7\xe3\x31\x6d\x73\xd7\x3e\xe3\x9d\xed\xda\xa7\x78\x81\x7b\x4e\x90\x9e\xe2\x05\xce\x70\x6e\xd5\x23\x61\x6e\xa4\xec\xd9\x59\x30\x77\xed\x73\xd7\xf0\xe2\x9d\xed\x1a\x9e\x78\x81\x7b\xa2\x2b\x4f\xf1\x02\xe7\xae\xe1\x65\x86\x80\x6d\x23\x35\xd1\x85\x27\xb6\x8d\xdc\xbf\x3c\x92\x26\x1f\xf1\xf3\x9f\x67\xf2\xf3\x41\x6b\x7b\xf6\x24\x4c\xd0\xda\x0c\xa8\x56\xb3\x9b\x61\x0a\x21\x48\xee\xcb\xf2\x04\xcd\x18\xb4\xf6\x3c\x80\x01\xdf\x9f\x66\x9c\x99\x04\x68\x8d\xd4\x04\x4d\x9e\xa0\xb5\xb9\x3f\xcd\x38\x96\x19\xb4\x46\x50\xb1\x13\xb4\x36\xf7\xa7\x19\x67\xda\x00\x5a\x23\xf5\xc9\x87\x66\x0c\x5a\x7b\x9e\xc9\x80\x83\xd6\xf6\x84\xf0\x9d\xa0\xb5\x09\x5a\x0b\x4f\x3b\x41\x6b\x73\x7f\x3a\xc0\x99\x92\xea\x00\x68\xb4\xf0\xb4\x13\x8d\x36\xf7\xa7\x03\xc4\x85\x45\xa3\x91\x9a\x30\xc7\x13\x8d\x36\xf7\xa7\x03\xc4\x13\xd8\x75\x80\x5d\x07\xc8\x54\x65\xd7\x01\xf6\x27\xbc\xf7\xe5\x09\x5e\xf3\x48\x8d\x67\xfa\xb2\x0f\x35\xfe\xf4\x93\x18\xb0\x5d\x3f\xd9\xf5\x93\x0c\x4b\x70\x37\x52\x13\xd2\x78\xc2\xdd\x48\xd9\x13\x30\x76\xee\xfa\xc9\xae\x9f\xc4\xe5\xd9\x75\x84\xfd\xe9\x08\x5d\xda\x29\x2d\x75\xa4\xda\x74\x84\x7d\x6a\x20\x5d\x9a\x06\x92\x55\x8f\xa7\xda\xa6\x12\x24\xe4\xe6\x9e\xe8\xb0\x33\xc0\xdd\x23\x75\x8f\xdd\x87\xdd\x91\x9a\xf3\xd0\xe7\x6e\xf0\xda\xd7\x93\xdd\x14\x94\x27\x17\xa9\x09\x90\x3c\x77\x9e\xdc\xbe\xd4\x6e\x1c\xa8\x7d\xa9\xdd\x7c\x15\x4c\x80\xe4\xb9\x2f\xb5\x6b\x28\xcc\xb1\xe9\x13\xd7\x47\x6a\x02\x24\xcf\xfd\xad\x8e\x8c\x8e\x89\x8f\x3a\xa1\x7e\x13\xea\xf7\xbc\x65\xd3\x2f\xa8\xdf\x7e\x54\x97\xc9\xdb\x27\xc3\xb4\xb7\xfc\x51\x6d\x1f\x91\xd2\x33\xb2\x40\xfd\x26\x86\x2f\xe1\xa7\x27\x86\x6f\x62\xf8\xf6\x23\x23\x0b\x86\x8f\x60\x9f\x27\x86\x6f\xa2\xee\xf6\x38\xe7\xa8\x3b\x72\xff\x52\x9a\x92\xde\x02\x87\x9e\x09\xaf\xf8\xc8\x7d\x59\x8a\xf0\x7d\x1e\x9a\xa6\xe5\xbd\x7c\xbd\x17\x03\x77\x76\x88\x4c\x0c\xdf\xc4\xf0\x79\x09\x18\xbe\x89\xe1\xdb\x8f\x8c\x05\x18\x3e\x52\xf7\x38\xc0\x18\xbe\x29\x8c\xe2\x9e\x8d\x24\x53\x18\x45\x52\xbd\x2b\x0c\xdf\xc4\xf0\xed\x41\x9f\x27\x86\x8f\xd4\x04\xfc\x9d\x18\x3e\x52\xb3\xf5\x68\x62\xf8\x48\xd9\x03\x2b\x4f\x0c\x1f\xa9\xde\xf2\x71\xc8\x07\x37\x23\xb0\xf2\x3c\xb8\x19\x50\xbf\xec\x50\x9a\x50\xbf\x09\xf5\xdb\x03\x2b\x4f\xa8\xdf\x0c\xde\x07\x0f\x9f\x87\x4f\x33\x50\xbf\xfd\x88\xe1\x85\xfa\x91\x9a\xa8\xbd\x13\xea\x37\xa1\x7e\x7b\xce\xa9\x9f\x50\x3f\x52\x13\xa1\x77\x42\xfd\xc8\x7d\x99\x87\x4e\x69\x2b\x97\xa5\x8e\x42\x32\xcf\xe3\x54\x47\x31\xc6\x87\xaf\x3a\x91\x9a\x08\xbd\x13\x24\x38\xd1\x7f\x89\xc6\x3b\xd1\x7f\x13\xfd\xb7\x87\x16\x9e\xe8\xbf\x19\xd4\xaf\x26\x0a\xee\x44\xfa\x91\xaa\x39\x23\xfd\x26\xd2\x6f\xcf\x11\xfa\x13\xe9\x47\xa0\xf1\x13\xe9\x37\x0f\x26\x3b\x3b\x55\xe6\xc1\x64\x47\xaa\x56\x7f\x30\xd9\x07\x93\x9d\xc0\x95\xf3\x60\xb2\x23\x55\xab\xc7\x08\x92\x7a\xfc\x0d\x7b\xcd\xe7\xc1\xa2\x1f\x2c\x7a\xc0\xe1\x79\xb0\xe8\xc7\xed\xa6\xd7\xa3\xa6\x52\x79\xe9\xe0\xc3\x3d\x9b\x56\x26\xf8\x70\x26\x72\x64\x4d\x7c\xdd\x29\x72\xe4\x04\x1f\xee\x89\xbb\x38\xc1\x87\xa4\xea\x3b\xe0\xc3\x09\x3e\xdc\x73\xc2\xfe\x04\x1f\xce\x84\x84\xac\x4f\xdf\x61\xbd\x85\x84\xdc\x73\xc2\xfe\x14\x12\x92\xd4\xa7\x53\x24\x24\xe4\x3c\xf2\xa5\x73\x4f\x08\xc4\x19\x60\xf1\x96\xd4\x4d\x1c\x24\x8c\x22\xa9\x4f\x3f\x61\xd1\x31\x8a\x7b\x00\xe6\x89\x51\x24\x8e\x08\x98\x18\x45\x72\x5f\x96\x87\xb2\xe8\x18\xc5\x44\xf0\x9d\x18\x45\x72\x5f\xe6\xa1\x4a\x15\x16\x22\x11\x7c\xa7\x90\x90\x13\xca\xb8\x27\x8c\xe1\x84\x32\xce\xe0\x8b\x35\xdb\xb7\xe6\x61\x22\x0e\x65\xdc\x0f\x7d\x9d\xf9\x86\x32\xe6\x10\x82\x09\x65\x9c\x62\x3d\xee\x4d\xc7\x66\xbe\x23\xf5\xe9\xd7\xcc\xf7\x91\x45\x9d\xbd\xe9\x8a\x6f\x0f\xcd\xa2\xce\xd3\xaf\x59\xf4\x48\x7d\xfa\x30\x8b\x1e\x29\x7b\xd3\x51\xde\xf2\x91\x75\x9e\x04\xeb\x9d\xc7\x5b\xe1\x19\xfe\xa6\xf3\x30\xfc\x61\x21\x9d\x1f\x30\x0f\x86\xff\xf8\x3c\x77\x4b\xbd\x31\xfc\x91\xfa\x58\x04\xd3\xa2\x83\x45\x6f\x3a\x14\x8b\x1e\xa9\x8f\x45\x60\xd1\x8f\xaf\xbb\xb1\xa4\x5f\x77\xfb\xba\x5b\x0a\xff\x7d\xee\xd6\x5c\x26\xcd\xfb\xcb\xd7\xb3\x6c\x54\x9b\x87\xaf\x67\xc0\xcb\x3d\x7b\x5b\x26\xf0\x72\x02\x2f\xd9\x17\x64\xe5\x44\x56\xee\xe1\xbe\x27\xb2\x92\xd4\x04\xf0\x9d\xc8\xca\x89\xac\xdc\xb3\x91\x65\x22\x2b\x89\x13\x0a\x26\xb2\x72\x22\x2b\xf7\x1c\xd3\x3f\x91\x95\xa4\x66\xdb\xdb\x44\x56\x12\x87\x16\x4c\x64\x25\x29\x7b\x22\x74\x4d\x91\x29\x49\x4d\x68\xff\x29\x32\x25\xb9\x2f\xdb\x92\x76\x4a\x4b\xe1\x9b\x5f\x5e\x92\x14\x3e\x15\x82\xd3\x9c\x61\x33\x2b\x0b\xd6\x78\xe1\x38\xcd\xbd\xc9\x08\xf3\x8d\xd3\xcc\x11\x08\x13\xa7\x39\x1b\xf3\xdd\x3c\x81\xf9\x6e\xcc\x77\x0c\x5d\x63\xbe\x1b\xbb\xdc\xfc\x94\x5d\x6e\xec\x72\x3c\x3b\x84\x27\xa9\xd9\x7e\x37\x1b\x2f\xbc\xf1\xc2\xb3\x61\x66\x36\x5e\x78\xa4\x32\x91\xcd\x07\xf8\xc8\x7d\x59\x8a\x70\x2a\x3c\x2b\x1f\xcf\xae\xb1\xf2\x10\xd2\xbd\xc5\xa3\x82\x90\x4e\x08\x69\x62\xfb\x4e\x08\xe9\x84\x90\xee\x89\x2a\x35\x21\xa4\xc4\xf1\x0c\x13\x42\x3a\x85\xe0\xdc\xb3\x3b\x66\x0a\xc1\x39\x21\xa4\xc7\xf3\x80\x58\x37\x08\xe9\x9e\xa0\x02\x13\x42\x4a\x2a\x2b\x0b\x21\x25\x4e\x6c\x98\x10\x52\x52\xf6\x44\x61\x9a\x10\x52\x52\x13\x78\x77\x42\x48\xc9\x7d\x59\x8a\xc0\x8e\x43\x48\x0f\x25\xe0\xac\x63\x43\xf7\x44\x5c\x9a\xd8\xd0\xd9\x98\xf6\xf8\x62\x8d\x69\x6f\xe3\x79\x68\x32\xc2\xb4\x37\xa6\x3d\xbe\x58\x63\xda\x21\xa4\x7b\x42\x09\x4d\x08\x29\xa9\x06\x05\x08\xe9\x6c\xbc\xf0\x33\x1e\x44\xe3\x85\x37\x36\x5b\x7d\xb0\xd9\x8d\xcd\xce\x38\xd1\xd8\x6c\xa0\xe9\x1e\xbe\x7d\x02\x4d\x67\x63\x8c\xe3\xec\x35\xc6\x18\x68\xba\x67\x5b\xcd\x04\x9a\xce\xc6\xca\x66\x38\x69\xac\x6c\x63\x65\xb3\x5f\x66\x36\x56\xb6\xb1\xb2\xaa\x8d\x95\x6d\xac\x6c\xa2\xc9\xcc\xc6\xca\x36\x56\x56\xb5\xb1\xb2\x8d\x95\x0d\xa5\x3e\x1b\x2b\xdb\x58\xd9\x2e\xc9\x43\x59\xd9\x8c\x13\x8d\x95\x15\x6a\x74\x3f\xb7\xdf\xde\x60\x3e\x45\x22\x25\xd5\x30\x22\x12\xe9\x84\xc8\xee\x09\xae\x30\x21\xb2\x13\x22\x9b\x58\x33\x13\x22\x3b\x21\xb2\xfb\x99\x51\x09\x22\x4b\xea\xe1\xed\x32\xc2\x10\xd9\xfd\xcc\xf4\x1a\x22\x4b\xaa\x41\x09\x22\x3b\x1b\x5b\x1d\x70\x7e\x36\xb6\x3a\x52\x9b\x46\xc0\x56\x47\xaa\x71\x4a\xf4\x51\x52\xf6\x44\x4d\x98\xa2\x8f\x12\xc7\x87\x4c\xd1\x47\xc9\x7d\x99\x34\x85\x8f\xf9\x6e\x9a\x0f\xf3\x8d\xb7\xdd\x13\x5c\x61\xe2\x6d\x67\x18\xdb\x6a\xd4\x3b\x99\x6f\xbc\xed\x9e\xc0\xea\x13\x6f\x4b\x6a\x02\xed\x4c\xbc\xed\xc4\xdb\xee\xd9\xaf\x33\xf1\xb6\xa4\x26\xcc\xed\xc4\xdb\x4e\xbc\xed\x9e\x48\x0a\x13\x6f\x4b\x6a\xc2\xdc\x4e\xbc\x2d\xa9\xd9\x80\x3a\x4f\xe6\x1b\x82\xbb\x27\xea\xc5\x84\xe0\x92\x9a\x0d\xa8\x13\x82\x4b\xee\xcb\x6a\xd2\x4e\x69\x29\x7c\xf1\xcb\x4b\x92\xec\xc6\x0e\x9d\x87\xec\x1e\xc9\x6e\xf1\xcb\x27\xbb\xea\x28\x76\x08\xa9\x3b\x91\xba\x09\x55\x3b\x91\xba\x13\xa9\xbb\x67\x5b\xcf\x44\xea\x92\x9a\xed\xac\x13\xa9\x3b\x91\xba\x7b\xb6\xf5\x4c\xa4\x2e\xa9\x09\x32\x3b\x91\xba\xf3\x6c\x1f\x97\x79\xc2\x57\xda\x37\x97\xa5\x2a\x7d\x7e\x01\xf4\xee\xd9\xc3\x33\x01\xbd\xa4\xf2\x16\x00\xbd\xc4\x59\x32\x13\xd0\x4b\xee\x5f\x4a\x93\xdd\x0c\x06\x1c\x08\x40\x2f\x29\x7b\xb6\xf5\x4c\xe1\x4d\x67\x20\xdf\x9a\x60\x44\x13\xe3\x4b\x6a\xcb\x94\x50\x28\xd3\x79\x32\xfc\xd9\xe9\x33\x4f\x86\x3f\x52\xb3\xad\x76\x9e\x0c\xff\xc9\xf0\x27\x3e\xc4\x3c\x19\xfe\x88\x33\x6d\xe6\xc9\x97\x3f\x19\xfe\x44\x74\x98\x27\xc3\x1f\xa9\x1c\x19\x5c\xf1\x3c\x59\xf9\x4b\xe3\x65\xe5\x23\x8e\xbe\x99\x27\x2b\x0f\x3f\xde\x2f\x8d\x97\xf9\x86\x1f\xf3\x77\xe0\xc7\x13\x7e\xbc\xe7\xa0\xfd\x09\x3f\x26\x8e\xbe\x99\xf0\xe3\x09\x3f\xde\x2f\xef\x8f\xf9\xc6\x15\xb7\x4d\xd2\x92\xf4\x75\x59\x4a\xcf\xe5\xc6\x15\x27\xee\xd1\xc4\x15\x13\x47\xdf\x4c\x5c\x31\x29\x7b\x76\x17\x4d\x5c\xf1\x4c\x48\x55\x47\xdf\x4c\x21\x55\xe7\x99\x5d\x03\x7b\x0e\xae\x9f\xa7\x4f\x21\x91\x9a\x00\xaa\xf3\xf4\x25\x04\x57\xbc\xe7\xf4\xf9\x89\x2b\x26\xd6\x3b\x71\xc5\x13\x57\x9c\x33\x73\x26\xae\x78\xe2\x8a\xf7\x9c\x06\x31\x71\xc5\xc4\x99\x39\x13\x57\x4c\xca\x9e\x4d\x4e\xf3\xca\x41\xd3\x13\x57\x9c\x90\xaa\x13\x57\x4c\xee\xcb\x3c\x74\x4a\x4b\xad\xc5\x1a\xe1\x8a\x27\xae\x78\xcf\xa1\x11\x13\x57\x4c\x2a\xb7\x0b\x57\x4c\x6a\xe2\x2a\x4d\x5c\x31\xb9\x7f\x99\x22\x68\xe1\x81\x85\x6b\xe2\x2a\xcd\x2b\xc7\xba\x4e\xc1\x58\xf7\x1c\x1a\x31\x51\xc2\x13\x25\xcc\x61\x43\x09\x4f\x94\xf0\x9e\x63\x1e\x26\x4a\x98\x54\x0e\x1b\x4a\x78\xa2\x84\xf7\x6c\x93\x9a\x28\x61\x52\x5b\xf3\x4b\x85\xd7\x9c\xaf\x7c\x98\x45\x09\x93\x9a\x28\x4d\x13\x25\x4c\x1c\xf1\x33\x51\xc2\xa4\xec\x97\x92\x6a\xe1\x28\xe1\xec\x97\x9e\x28\xe1\x79\x3d\x2d\x5c\x49\xb5\x70\x94\x70\x02\x99\x4e\x94\xf0\xbc\x9e\x16\xae\x08\x5a\xf8\xa5\x85\xc7\xc6\x5e\x5a\x78\xe4\xbe\x2c\x79\x1b\x5e\xe9\xc8\x43\x4f\xbf\xf4\xd0\xa7\x23\xc8\xaf\x8e\x10\xa9\x9c\xc9\x8b\x1f\x03\x4d\xde\xaf\xd6\x7e\x7b\xdc\x46\x2e\x93\xca\xd7\x44\x2e\xcf\xcb\x04\xf3\x72\x67\x13\xcc\x48\x6d\xf9\xa2\x77\xf1\x69\xae\xa7\xb5\xc7\x3d\x04\x38\x93\x9a\xad\xde\xf3\xf2\xe1\xef\xe2\xd3\x5c\xb1\xb7\x17\x9f\x26\x52\xdb\xf3\x4b\x15\xc1\xa7\xc9\x59\xda\xf3\xe2\xd3\x44\x1c\x89\x34\x2f\x3e\x0d\x82\x7a\xbf\x62\x5c\x11\xd4\x13\x41\xbd\xe7\xf0\x8c\x89\xa0\x9e\x08\xea\x1c\x93\x34\x11\xd4\x13\x41\xbd\xe7\xa0\x8c\x89\xa0\x26\xb5\xe9\x9e\xfc\x0c\xf1\x6c\xf7\x1c\x8b\x3c\xc5\xb3\x25\x4e\x53\x9a\x08\x6a\x72\x5f\x96\x62\xd9\x64\x11\xa9\x4d\x49\x7d\x0c\x04\x5a\xef\x89\xf7\x31\x81\xd6\xc4\xa1\x4b\x13\x68\x4d\x2a\xe7\x5b\x3c\x5b\x72\xff\x32\x45\xe0\x8e\x5c\xdc\x11\x75\xc4\x1d\xb9\xb8\x23\x3d\x43\xcb\xc5\x1d\x09\x96\xed\xb8\xa6\x79\xf9\xb4\x08\xd1\xde\x73\x60\xc7\x84\x68\xcf\xce\x1d\x49\x55\x8a\x71\x3b\xc5\xb8\xdd\x73\x56\xf0\x14\xe3\x96\x54\x7e\xbb\x18\xb7\x53\x8c\xdb\x3d\x87\x00\x4f\x31\x6e\x49\xe5\xb7\x8b\x71\x3b\xc5\xb8\xdd\xb3\x37\x6c\x8a\x71\x4b\x6a\x22\xa5\x4e\x0c\x38\xa9\xd9\xd4\x3e\xc5\xb8\x25\xf7\x2f\xf3\x00\xee\x48\xe7\x8e\xc4\xc3\xec\xdc\x11\xf4\xf8\x9e\xbd\x61\x13\x3d\x4e\x6a\xa2\x9d\x4e\xf4\xf8\x44\x8f\xef\xd9\x1b\x36\xd1\xe3\xa4\x26\xda\xe9\x14\xeb\x76\x76\x56\xd8\xde\xad\xce\x0a\x77\x56\x38\x8e\x68\x67\x85\x3b\x3f\xa3\xc7\x32\x77\x7e\x46\x67\x85\xbb\x24\x85\x67\x5e\x73\xae\xc7\xc4\xa2\x93\x6a\x36\x82\x45\x27\x35\x41\x4c\x27\x16\x7d\x8a\xaf\xbb\xdb\x94\x25\xbe\xee\xc4\xa2\x67\x93\xff\xc4\xa2\x4f\x2c\xfa\x9e\xd3\x3f\x26\x16\x9d\xd4\x04\x31\x9d\x9d\xb7\x00\x4f\xdf\x73\x9c\xe8\x84\xa7\x4f\x78\xfa\x9e\xc3\x22\x27\x3c\x7d\xc2\xd3\x13\xb0\x74\xc2\xd3\x27\x3c\x7d\xef\xde\x0c\x1b\x06\x4f\x4f\xd4\xd1\x09\x4f\x9f\xf0\xf4\xbd\xab\x72\xc6\x09\x9e\x9e\xa8\xa3\x13\x9e\x4e\xee\xcb\x52\x2c\x5b\x4f\x22\x35\x51\x47\x67\x37\x98\xa3\xd8\x8f\x97\x4a\x62\xa4\x50\xec\x26\x59\x28\x76\xe2\xc0\xb0\x89\x62\x27\xf7\x2f\x53\x04\x83\x79\xa4\x9a\x77\x75\xd3\x33\xb0\xfb\x91\x43\x3c\x26\xd8\x7d\xf6\x7c\x18\x4b\x58\xbc\xd9\x7d\x18\xeb\x59\xea\x38\x5e\x4a\x6a\x80\x8f\xd4\x33\xee\x08\xfe\x7d\x26\xda\x6f\x4d\xe4\xd0\xd9\xcd\xe2\x44\xfe\x3d\x5e\xb2\xcb\x94\x45\x6a\xc2\x84\x4e\x91\x7f\x27\x72\xfe\x78\xb9\x1b\x53\x16\xa9\x26\x76\xdd\x5c\x2c\x52\x8e\x1c\xf6\x37\xbb\x2f\x5e\x11\x87\x99\xcd\x6e\x6b\x4b\xe4\xbe\x2c\x85\x37\x27\x8b\x38\xcc\x6c\x76\x73\x32\x68\xfe\xf1\xd2\xc1\xd9\xca\x88\xc3\xcc\xa6\xd0\xc2\x13\xad\x7f\xbc\xe2\x1b\xa0\xf5\x67\xcf\x76\x97\x23\x27\xc3\xcd\xce\xfa\xf4\xaf\x27\x24\x6f\x26\x3e\xa0\xfe\xe3\x95\x69\x14\xa8\x9f\xd4\x84\xf1\x9b\xa0\xfe\x29\x02\xf1\x91\x63\xd5\xa6\x08\xc4\xa4\x86\xef\x98\x22\x10\xcf\xb1\xab\xcb\x38\x0c\x83\xa5\x89\xd4\xc4\x09\x9d\x83\xa5\x19\x87\x46\x13\x4f\x60\xb0\x34\x11\x87\xaf\x4d\xa7\x06\x90\x9a\x38\xa1\x73\xb0\x34\x91\x72\xe4\x5c\xaf\x39\x58\x9a\x48\x4d\xec\xc0\x39\x58\x9a\xc8\x7d\x99\xb4\x53\x5a\x0a\x9f\x3a\x1a\x2c\x8d\x63\x09\x8e\x57\xc6\x6e\xc7\x12\xcc\x1c\x45\x50\xcd\x82\x07\x7f\x6f\xb4\xe7\xa1\x29\x02\x4b\x13\xa9\xe7\x76\xfc\xf6\xd0\x3d\x18\x22\x87\x1b\x1c\x39\xa8\x6b\x3a\xdc\x60\x3a\xdc\xe0\xc8\xd1\x4f\xd3\xe1\x06\xa4\x26\x78\xe1\x74\xb8\xc1\x74\xb8\xc1\x91\x53\x98\xa6\xc3\x0d\xa6\xc3\x0d\xc2\xc3\x4c\x87\x1b\x4c\x87\x1b\x1c\x39\xe9\x68\x3a\xdc\x80\x54\xb3\x75\x87\x1b\x4c\x87\x1b\x1c\x39\xd6\x68\x3a\xdc\x60\x8e\x7c\x62\x0a\x36\x33\x87\x4f\x4c\x0e\x37\x38\x4a\x7a\x94\xc3\x0d\x48\x4d\x78\xc4\xe9\x70\x03\xe2\xe4\xbb\x39\xb8\x66\xce\x3b\x38\x72\x24\xd0\x74\xde\x01\xa9\x09\x85\x38\x9d\x77\x40\xee\xcb\xdc\x4d\xe1\xe3\xc1\x25\x16\xe9\x74\xde\xc1\x74\xde\xc1\x91\x73\x48\xa6\xf3\x0e\x88\x73\xf4\xe6\xb0\xa1\xc7\x11\x08\x47\x8e\xec\x99\x8e\x40\x98\x23\x9f\x7b\x8e\xa2\x2e\xd9\x93\x48\x0d\xbf\x33\x07\x73\xe2\xa4\x84\xa3\xa8\x24\x86\x22\x52\x13\xb3\x74\x0a\x08\x3d\x1d\x9e\x70\x14\x99\x63\x01\x1c\x9e\x70\xe4\xc4\x8e\xe9\xf0\x84\x99\x20\xd0\x35\x71\x4c\xe7\xe0\xcc\x08\x08\x7d\xe4\xb8\x87\x29\x20\x34\xa9\x3e\x4c\x08\x08\x3d\x05\x84\x3e\x72\x9e\xc2\x14\x10\x9a\x54\x1f\x26\x04\x84\x9e\x02\x42\x1f\x45\x7b\xe4\xa5\x44\x1c\x19\x38\x1d\xd8\x40\x6a\x22\xa0\x4e\x01\xa1\x49\x39\x72\x14\xc0\x1c\xbc\x94\x48\x0d\xa9\x34\x07\x3b\xe1\xa8\x87\x23\x47\x01\x4c\x47\x3d\x90\x9a\x68\xa7\xd3\x51\x0f\x73\x32\x0a\x21\xe9\xe7\x64\x14\x26\xa3\x90\xaf\xd4\x93\x51\x98\x8c\x82\x8d\x77\x93\x51\x98\x8c\x42\xc6\xcc\xc9\x28\x4c\x46\xc1\xc6\xbb\xc9\x28\x4c\x46\xa1\x49\xda\x24\xbd\x5d\x96\xbb\xe9\xb3\x53\x9f\xcd\xd0\x2a\x08\xf5\x74\x48\xc4\x11\xb0\x7b\x3a\x24\x82\xd4\xc4\xb7\x9c\x0e\x89\x98\x0e\x89\x38\x6c\x9f\x73\x48\x04\xa9\xbe\xca\x38\x24\x62\x3a\x24\xe2\x08\x63\x3d\x1d\x12\x41\xea\x19\x1f\xdf\x21\x11\xa4\x9e\x99\x7f\x38\x24\x82\x94\xc3\xc6\x3b\x41\xa8\x49\x4d\x4c\xd4\x29\x08\x35\xb9\x2f\x4b\x11\x18\x82\xc9\x10\xe4\xcb\xf5\x64\x08\x1c\x39\x71\xd4\x18\x31\x47\x4e\x4c\x47\x4e\x1c\x39\xaa\x65\x3a\x72\x62\x3a\x72\xe2\x08\x43\x3b\x9d\x29\x31\x9d\x29\x11\xc4\x6b\x3a\x53\x62\x3a\x53\xe2\xa8\x32\xcc\x63\x70\xa6\x84\x2f\x4b\xce\x94\x98\x33\x9b\x55\x8f\x2a\x27\xa6\x38\xce\x94\xf0\x65\xc9\x99\x12\xa4\x1c\x81\x3d\xe7\xe4\x31\x4c\x1e\x43\xe6\x2b\x93\xc7\xe0\xe8\x89\xa3\x7a\x02\x8f\xc1\xd1\x13\x09\x9e\x3a\x1d\x3d\x41\x6a\x18\xb2\xe9\xe8\x09\x72\xff\x52\x9a\xec\xf2\x18\x32\x37\x71\xf4\x04\xb9\x2f\x93\xa6\x2e\xf3\x95\xc0\x37\xa9\xe9\x2b\xc1\x9c\x4f\x76\xa5\xc9\x6e\xbe\x12\xf8\x26\x35\x39\x11\x4e\xa8\x38\xc2\x53\x4e\x27\x54\x10\xdb\x9d\x9d\x50\x31\x9d\x50\x71\x3e\x49\x9b\x24\xb9\xcd\x6c\x45\xc8\x69\x52\xcf\xcc\x25\x9c\x50\x41\xee\xcb\xb6\xa4\x9d\xd2\xf2\xe6\xd3\x4b\x1d\x5a\x41\xee\xcb\xfc\xb4\x4b\xcb\x3b\x48\x2f\x15\x99\x7a\xe6\x6c\x8b\xfb\x32\x3f\x5d\xd2\x14\xea\x4c\x52\x0a\xb5\x9e\xf6\x2c\x4d\x7b\x76\xde\x85\x2f\x68\xce\xbb\x20\xd5\xa7\x31\xe7\x5d\x90\x72\x04\x76\x9c\xce\xbb\x98\xce\xbb\xf0\x69\xcc\x79\x17\x73\x3d\x0d\x35\x03\x9b\x83\x2c\xa6\x83\x2c\x12\x13\x75\x3a\xc8\x62\x3a\xc8\xe2\x08\x64\x38\x1d\x64\x41\x6a\x02\xa0\x4e\x07\x59\x4c\x07\x59\x1c\x5b\x4c\x83\x83\x2c\x48\x4d\x00\xd4\xe9\x20\x8b\xe9\x20\x8b\x63\xcb\x87\x5d\x07\x59\x90\xea\x73\x99\x83\x2c\x48\x3d\xfb\x6f\x47\x11\x9b\xce\xb9\x20\xe5\xd8\xe2\x22\x3a\xe7\x62\x3a\xe7\x22\x71\x4f\xa7\x73\x2e\xa6\x73\x2e\x8e\x00\x7c\xd3\x39\x17\xc4\xd1\xa4\x73\x19\xa9\x9c\x73\x71\x04\x88\x9b\xce\xb9\x20\xf5\x92\x73\xbd\x4e\xb4\xea\xc3\x5e\x51\xa7\x55\x4c\x67\x4e\x1c\xa1\xa8\xa6\x33\x27\x48\xf5\xa5\xcf\x99\x13\xd3\x99\x13\x47\xb8\xa7\xe9\xcc\x89\x29\x0c\xf5\x11\x68\x68\x3a\xff\x61\x3a\xd8\xe1\x80\xa2\x38\xd8\x61\x26\x0c\xb5\x43\x52\xa7\x30\xd4\x53\x18\xea\x23\x31\x3b\xa6\x30\xd4\xa4\x26\x16\xe9\x74\xfe\xc3\x14\x86\xfa\x80\x4a\x08\x43\x4d\x6a\x50\xc5\xe9\xfc\x87\xe9\x60\x87\x03\x03\xe1\x60\x07\x52\x13\x8b\x74\x3a\xd8\x81\xd4\x4b\x95\x1b\xbd\x1c\xec\x70\x3c\x1d\xcf\xe8\xe5\x60\x87\x4b\x95\x73\x69\x9d\xd8\x70\xe0\x0c\x9c\xd8\x40\xaa\x0f\x98\x6f\xa3\x97\x88\xd0\x87\x5d\xa6\x0e\x54\x98\x02\x3b\x1f\xb6\x4e\x0b\xec\x4c\xea\x55\x24\x5d\x92\xde\x2e\xcb\x4f\x59\x80\x48\xf5\xed\xf3\x6d\x86\x2a\xec\xf2\x61\x57\xb0\xc3\x0d\x66\x0e\x2f\x28\x87\xbd\x9c\x6f\xc6\x3f\xe2\x0c\xda\xf9\x66\xfb\x9d\x64\x70\xd8\xa4\xe9\x24\x83\xe9\x24\x81\xc3\x8e\x45\x27\x09\x4c\x47\x04\x1c\x76\xe8\x39\x22\x60\x26\xe0\x71\x0d\xd0\x39\x05\x3c\x9e\x8e\x08\x38\x6c\x52\x73\x44\x00\xa9\x01\x3a\xa7\x23\x02\xa6\x23\x02\x0e\x3b\xd2\x1c\x11\x40\x6a\xa2\x91\x4e\x47\x04\x4c\xec\xff\x61\x0f\x19\xf6\x9f\xd4\x44\x23\x9d\xd8\x7f\x52\x7d\xac\xc5\xfe\x93\x72\xd8\xa7\x85\xfd\x27\xd5\xc7\x5a\xec\x3f\xb9\x2f\x73\x37\x35\xa2\x99\x67\xc2\x84\xfd\x27\xf7\x65\x9e\x20\xbb\x53\x76\xf3\x1a\xe6\x93\x5d\x75\x14\xd3\x89\xfd\x9f\xd8\x7f\x9f\x7e\xb1\xff\x13\xd4\x7f\xd8\xe2\x05\xea\x27\x35\x11\x45\x27\xa8\x7f\x82\xfa\x0f\x5b\xbc\x40\xfd\xf3\x1d\x78\xe1\xb0\xf3\xe9\x6d\x86\x17\x71\x14\xf0\xc4\xf9\x4f\x50\xff\x71\x68\x5d\xba\x1b\xa8\xdf\xc7\x5f\x50\xff\x14\x2a\xf9\xb0\x95\x08\x73\x3f\x85\x4a\x3e\xec\x35\x13\x2a\x99\x38\x45\x78\x62\xee\x27\xe6\xfe\xb0\x3b\x0c\x73\x4f\x6a\x82\x31\x4f\xcc\xfd\xc4\xdc\x1f\x36\xa0\x60\xee\x49\x0d\x6a\x3b\x31\xf7\x13\x73\x7f\x1c\xbb\xbb\x75\x69\xa9\x91\x7c\xf6\xc7\xdc\x4f\xcc\xfd\x61\x2f\x08\xe6\x9e\xd4\x04\x28\x9d\x98\x7b\xe2\xe8\xe2\x89\xb9\x9f\x60\xfa\xc3\xee\x0d\x30\xfd\x14\x5c\xf8\xb0\x0d\x01\xd8\x3e\xe1\xe9\x87\x75\x6c\x78\x3a\x71\xc4\xf1\x84\xa7\x4f\x78\xfa\x71\xa4\xd9\xc0\xd3\x27\x3c\x3d\x47\x1c\x4f\x78\xfa\x84\xa7\x1f\x47\x5e\x34\x3c\x9d\xd4\x4b\x49\x0d\x3a\x42\x04\x1f\x76\x06\x09\x11\x4c\x9c\x84\x3c\xe1\xe9\x13\x9e\x7e\x58\xa3\x85\xa7\x13\x27\x21\x4f\x78\x3a\xa9\x97\x3a\x32\xaa\xe0\xce\x0f\x0b\x9d\xb8\x73\x52\x7d\x35\xc7\x9d\x4f\xa4\xf8\x61\xb9\x12\x29\x4e\x6a\x02\x99\x4e\xa4\xf8\x44\x8a\x1f\x96\x09\x91\xe2\x13\x29\x7e\xb4\x74\x1a\xa4\xf8\xfc\xe8\x47\x99\x3a\x7d\xf4\x23\xa4\xf8\x61\xd5\x0a\x29\x3e\x05\xfa\x3d\xec\x67\x41\x6d\x4f\x38\xf6\xd1\xbc\x2e\xed\xf7\xa3\xfd\x66\x9e\xf4\xd1\x7e\x85\xe1\x3d\x2c\x07\xc0\xa1\x27\x5a\xf9\xf0\x71\x18\xad\x4c\x1c\x04\x3d\xbf\x1a\xa6\xb8\xb6\x87\x8f\x9c\x98\xe3\x89\x12\x3e\x7c\xea\x42\x09\x93\x7a\xfd\x0d\x27\xb3\xcc\x2f\x5b\x0c\xfb\x3d\x7c\x0c\x82\xfd\x92\x1a\x1e\x7b\xc2\x7e\x27\xc6\xf7\xf0\x31\x01\xe3\x4b\x6a\x78\xec\x89\xf1\x25\xf7\x65\xd2\x4e\x69\xa9\xd8\xcc\xc0\x30\xbe\x13\xe3\x7b\xe4\x6c\x8b\x89\xf1\x9d\x18\xdf\xc3\x54\x1b\xe3\x3b\x31\xbe\x87\xc9\x15\xc6\x77\x62\x7c\x2d\x6f\x60\x7c\x27\xc6\xf7\x30\x23\xc0\xf8\x92\x7a\x3d\xbf\x94\x39\x56\x3c\xa7\x34\x4c\xe1\x60\x89\x03\xb6\x27\xc6\x77\x0a\x07\x7b\x58\xf5\x15\x0e\x96\xd4\x04\x5d\x9d\x18\x5f\x52\xc3\x8f\x4f\x8c\xef\x04\xef\x1e\xdc\x64\xf0\xee\x0c\xb0\xeb\x68\xee\xf9\x65\x8a\xbf\x3e\xc9\x59\xba\x45\xea\x92\x7a\xdd\x53\xb0\x05\xd4\x25\x19\xac\x17\x50\x77\x01\x75\xb3\xc8\xb2\x80\xba\x4b\xe8\xd7\x23\x4e\xec\x12\xdb\x95\xd4\x20\xeb\x0b\xa8\x4b\xee\xcb\x7a\xd2\x4e\x69\x79\x2f\xcd\x2f\x2f\x49\x6a\xe8\xee\xda\x0b\xcf\x4b\x1c\x1a\xbe\xf0\xbc\xeb\xf5\xb4\x99\xdb\xd7\x5d\x78\x5e\x52\x13\xc8\x75\xe1\x79\x49\x4d\xd0\xd6\x85\xe7\x25\xf7\x2f\x73\xb7\x53\x76\xb3\xe4\x76\x9d\x6e\xe6\x99\x4f\xfb\xe8\xb9\xdb\xe5\x01\x0c\xd6\xed\x1d\x2d\xf0\xee\x02\xef\x1e\x71\xf1\x16\x78\x97\xd4\xac\xe6\x2c\xf0\xee\x02\xef\x1e\x59\xcc\x5d\xe0\x5d\x52\x13\x7a\x75\x81\x77\x17\x78\xf7\x88\xb3\xb5\xc0\xbb\xa4\x26\x1c\xeb\x02\xef\x92\x9a\xd0\xab\x0b\xbc\x4b\xca\x11\x1f\x67\x89\xd0\xba\xc0\xbb\x89\x3f\xbf\xc0\xbb\x0b\xbc\x7b\xc4\x9f\x59\xe0\x5d\xe2\xf8\xf5\x95\x68\xad\xb7\xb8\x5b\xcd\x9b\x1f\xee\xa6\x35\x5f\x29\xfc\x50\xaa\x2c\xb9\x1d\x19\xd1\xd7\x6b\x78\xa5\xc3\x43\x25\x79\xa8\x46\x9f\x11\x7d\x89\xf7\x4a\xea\xa5\xcd\x0c\x85\xd7\xe8\xb3\x74\xbb\x42\x14\x3f\x52\x13\x8c\x75\xe1\x8a\x17\xae\xf8\xc8\x30\xb7\x70\xc5\xa4\x5e\x9a\xd6\xf4\x50\x86\x33\xa3\xcb\xc2\x15\x2f\x5c\xf1\x11\x13\xbe\x70\xc5\x0b\x57\x7c\x64\x75\x71\xe1\x8a\x17\xae\xf8\xd2\x04\x3f\x2e\xe3\x67\x67\x25\x6f\xe1\x8a\x49\x4d\xd0\xd6\x85\x2b\x5e\xb8\xe2\xe3\x69\x22\x1f\x45\xe5\x67\x77\xbf\x54\x54\x7e\xf6\xf3\xee\xbf\x1e\xca\xcf\xee\x79\x0d\x5f\x0f\xe5\x67\xf7\xdc\xec\xeb\x3d\xf3\xb3\x9f\xd7\xf0\x95\x0f\x7e\x76\x4f\x95\x7f\x95\x9e\x4d\xf7\x1a\x00\xc3\x2b\x90\x70\x4d\x84\xd6\x25\x42\xeb\x02\x0c\x1f\x8a\x00\x18\x26\x35\xe7\x1c\x2c\xc0\xf0\x02\x0c\x1f\xf2\x06\x18\x26\x35\x11\x5a\x17\x60\x78\x89\xd0\x7a\x64\xf5\x70\x89\xd0\x4a\x6a\x22\xb4\x2e\x0c\x31\xa9\x89\xd0\xba\x44\x68\x25\xe5\xf8\x6b\x9a\x7c\x1c\xf2\x71\x24\x49\x3e\x4c\x01\xfe\x9a\x76\x4a\x3b\x73\x59\x0a\x9a\x29\xc0\x02\x29\x1f\x4f\x1a\xbb\x15\xa9\xfd\x95\xac\x65\xd8\x59\x02\xb9\x1e\x39\xc7\x7f\x09\xe4\x4a\x44\x00\x58\x02\xb9\x2e\xfc\xf2\x91\x98\xaa\x0b\xbf\xbc\x8a\x99\x42\x22\x7c\xae\x72\x3e\xd7\xb5\xfc\x34\xd5\x7b\xca\x1b\x1b\xd2\x6f\x47\x73\xc1\x9c\x49\xcd\x9a\xe8\x12\x7a\x75\x21\x9f\x8f\x44\x9d\x5c\xc8\x67\x52\x13\x2a\x76\x21\x9f\x17\xf2\xf9\xc8\xda\xdb\x42\x3e\xaf\xc2\x4f\xc9\xd2\xd8\x2a\xdd\x53\xd3\xed\x9f\x62\xe9\xf6\x00\xe9\x23\xd1\x0d\x17\x40\x7a\x01\xa4\xb3\xea\xba\x00\xd2\x0b\x20\x7d\xf4\xf6\xdb\x74\xf7\xc2\x4f\x93\xfa\x54\x0e\xab\x20\xce\xeb\x91\xf3\x0c\x96\x38\xaf\xa4\x26\xe0\xec\xc2\x4f\x2f\x60\xf4\x91\xd5\xb4\x05\x8c\x26\x35\xc1\x65\x17\x30\x9a\x88\xa2\xb0\x80\xd1\xa4\x1c\x89\x62\xb7\x04\x70\x25\x35\x4b\xbc\x4b\x00\x57\x72\x5f\x96\xbc\x31\x14\xf8\xe9\x2c\xf1\x2e\xfc\xf4\xc2\x4f\x1f\x39\xf6\x60\xe1\xa7\x89\x98\x0c\x4b\x00\xd7\x85\x9f\x3e\x12\x3c\x6e\xe1\xa7\x49\x4d\x58\xda\x85\x9f\x5e\xc5\x4c\xa5\xa7\x7f\x96\xa5\xf0\x99\xa9\x24\x2c\xed\x2a\x4b\xe1\x59\xa2\x04\x77\x5b\x30\xeb\x55\xac\x3b\x65\xf1\x6f\x61\xaa\x89\xa8\x0f\x4b\x9c\xd7\x05\xb3\x6e\x59\xd5\x5b\x30\xeb\x85\xa9\x6e\x2f\x2d\x9e\xf1\x00\x4b\xb7\x1c\x19\xbf\xc0\xd2\xa4\x26\xcc\xed\x02\x4b\x2f\xb0\x74\x4b\x10\xa8\x05\x96\x26\x35\x4b\xd7\x0b\x2c\xbd\xc0\xd2\x2d\x41\xf6\x17\x58\x9a\x54\x9d\x00\x2c\xbd\xc0\xd2\x2d\xd1\x9d\x16\x58\x9a\xd4\xac\x70\x2f\xb0\x34\xa9\x39\x10\x65\x81\xa5\xc9\xfd\xcb\xdc\x8d\x09\xa8\x4c\xc0\xe6\x66\xf2\x11\x13\xd0\xb2\x74\xb6\xc4\x76\x25\x62\x5e\x2c\xb1\x5d\x17\xf4\xba\x25\x80\xd2\x82\x5e\x93\x9a\xf0\xb4\x0b\x7a\xbd\xea\x29\xbb\x47\x2a\x84\x17\x11\x11\x1a\x63\xa1\xb1\x17\x1a\xbb\x65\x65\x6b\xa1\xb1\x17\x1a\xbb\xab\x36\xbe\x00\x1a\xbb\x25\x8e\xcb\x42\x63\x93\x9a\xb8\xb3\x0b\x8d\xbd\xd0\xd8\x2d\x07\x22\x2c\x34\x36\xa9\x2c\x00\x1a\x7b\xa1\xb1\x5b\xa2\xac\x2c\x34\x36\xa9\x59\xcb\x5f\x68\x6c\x52\xb3\x6e\xbf\xd0\xd8\xa4\xb4\x44\x23\x59\xc2\xac\x12\x21\x3a\x96\x30\xab\xe4\xbe\x2c\x45\x60\x3b\x40\xdb\x39\xd3\x65\x81\xb6\x17\x68\xbb\xe5\xb8\xfc\x05\xda\x26\x22\x79\x2c\xd0\xf6\x02\x6d\xb7\x44\xfc\x58\xa0\xed\x05\xda\x6e\x09\xfc\xb0\x40\xdb\xa4\xf6\x3d\x79\xd3\x29\x41\xdb\x2d\xcb\x43\x0b\xb4\x4d\x6a\xdf\x93\x37\x3d\xb0\xa6\x07\xb6\xa2\xbd\xe9\x81\x55\x0f\xcc\x80\x5e\xf5\x40\x6c\x77\x2b\x5a\x8d\xae\x85\xed\x6e\x45\x86\xf5\x19\x6c\x77\xb6\x28\x2c\x6c\xf7\xc2\x76\xb7\x9c\x70\xbf\xb0\xdd\xa4\x76\xcd\xd2\x20\x2f\xe4\x69\x2b\x87\x9f\x7a\x81\x19\xe4\xbb\x66\x69\x90\xaf\x19\xe4\x5b\x8e\x52\x58\xd5\x20\x1f\xa9\x5d\xb3\xd4\x4f\x23\x35\x07\xd3\xac\x6a\x90\x8f\x94\x96\xf3\xd7\x57\x35\xc8\x47\x6a\xc2\xe9\xae\xfa\x95\x8f\x6c\x58\x69\x39\x6b\x7d\xd5\xaf\xba\x8c\x2f\x60\x3c\xa8\x7c\x01\xd8\x79\xcb\x59\xeb\x0b\x76\x4e\x84\x40\x59\xc2\xac\x2e\x61\x56\x5b\x8e\x6f\x58\xc2\xac\x92\x9a\x70\xba\x4b\x98\xd5\x25\xcc\x6a\xcb\xa9\xdf\x4b\x98\x55\x52\x13\x4e\x77\x09\xb3\xba\x84\x59\x6d\x39\xa7\x7b\x09\xb3\x4a\xaa\x41\x08\xea\xbe\xa0\xee\x2d\xa7\x58\x2f\xa8\x3b\xa9\x39\x6f\x67\x41\xdd\x17\xd4\xbd\xe5\xd8\xfe\x05\x75\x5f\x50\xf7\x84\xd8\x5d\x50\xf7\x05\x75\x6f\x59\xcd\x5a\x50\x77\x52\x13\x3b\x77\x41\xdd\x17\xd4\xbd\xe5\xac\xe8\x05\x75\x27\xe2\xbf\x2c\xa8\xfb\x12\x66\xb5\xd5\xb8\x38\xc2\xac\x92\x9a\x38\xb9\x0b\xc3\x4e\x6a\x62\xe2\x2e\x0c\x3b\xb9\x7f\x99\x07\x98\x62\x44\xaa\x41\x51\xe4\x55\x52\x5a\x0e\xa0\x58\x1b\x97\x21\x52\x13\xff\x76\x6d\xa7\xc2\xb3\x3e\x35\xbe\x00\x22\x7e\x09\xd0\xda\x72\x5c\xf2\x42\xa7\x2f\x74\x7a\xab\xdb\x6f\x43\x62\x0b\xbc\xbe\xc0\xeb\x39\x52\x68\x81\xd7\x17\x78\xbd\xe5\x2c\xdb\x05\x5e\x27\xb5\x6b\x40\x06\x79\xf1\x5b\x5b\x0e\xae\x5d\xe2\xb7\xae\x00\xeb\x35\x27\x0f\x2d\xb1\x5a\x17\x78\xbd\xd5\x34\x78\xf0\x3a\xa9\x89\x68\xbb\xc0\xeb\xa4\x26\x7a\xed\x02\xaf\x93\xd2\xaa\x46\x65\x90\x07\xaf\x1b\xf7\xd1\xe9\xe4\xbe\x2c\x45\x60\x4f\xd0\xe9\xc6\x7d\x74\xfa\x42\xa7\xb7\x1c\x94\xb1\xd0\xe9\xeb\xa1\xd3\xef\x9b\xa1\xd3\x17\x3a\x9d\x27\x80\x4e\x5f\xe8\xf4\x96\x43\x5d\x17\x3a\x9d\x88\x0b\xb4\x04\x66\x5d\xe8\xf4\x96\x60\xf1\x0b\x9d\x4e\x6a\xcf\xc4\x6d\xd7\xa4\xf6\xa7\x49\xa5\x26\x45\x5e\x25\x35\xe1\x6c\x17\x3a\x9d\xd4\x84\xae\x5d\xe8\x74\x52\x5a\x02\xc3\x2f\x74\x3a\xa9\x3c\x12\x91\x57\xc9\x7d\x59\x8a\xa0\x49\x81\xd8\xb3\x43\x69\x81\xd8\xd7\xfe\x34\xa9\x74\x62\x74\xfa\x42\xa7\x77\xf5\x61\x40\x43\xa7\xb7\xea\xa7\x06\x34\x74\x7a\xa2\xde\x2e\x74\xfa\x42\xa7\xb7\x2c\x6c\x2d\x74\x3a\xa9\x89\x7a\xbb\xd0\xe9\x0b\x9d\xde\x72\xd8\xe7\x42\xa7\x93\xda\x9f\x24\x0f\x35\xa0\x65\x2e\x87\x4e\x27\xa5\xe5\x40\xcd\x85\x4e\x5f\xe8\xf4\x9e\x39\x1a\x3a\x7d\xed\x4f\x07\x88\x03\x85\x4e\x5f\xe8\xf4\x9e\xa1\x10\x9d\xbe\x04\x41\x6d\x39\xc8\x72\xa1\xc2\x17\xb6\xbb\x65\xdd\x67\x61\xbb\x89\x10\x4b\x0b\xdb\xbd\x04\x46\x6d\x89\x3d\xb1\x10\xda\x0b\x40\xdd\x72\xb2\xdf\x02\x50\x2f\xb4\x74\xcb\xf1\x6e\x0b\x2d\xbd\xd0\xd2\xbc\x3b\xb4\xf4\x42\x4b\xb7\x9c\x67\xb6\xd0\xd2\xa4\x26\x10\xef\x12\x18\x75\xa1\xa5\xdb\xa6\xf1\x7e\xe4\xc4\x78\x13\x13\x26\x30\xea\x42\x4b\xb7\xac\x18\x2d\xb4\x34\x11\xc5\x69\xa1\xa5\x89\x88\x4d\x4b\xc4\x53\x52\x5a\xce\x11\x5b\x22\x9e\xae\x44\x34\xdd\x12\x61\x77\xed\x06\x12\x18\x74\xcb\x39\x62\x0b\x06\xbd\x82\x41\x0b\xe3\xb4\x60\xd0\x0b\x06\xdd\xb6\xf4\x66\x18\x34\x11\xc6\x69\xc1\xa0\x17\x0c\xba\x65\xad\x69\xc1\xa0\xc9\x96\x38\xb9\x0b\x06\xbd\x60\xd0\x2d\xa7\x9c\x2c\x18\x34\xd9\xb2\x2b\x6c\xc1\xa0\x89\x00\x50\x0b\x06\x4d\x4a\xcb\x11\x50\x0b\x06\x4d\x04\x80\x5a\x30\x68\x72\x5f\x96\x22\x18\x82\x22\x5b\x22\xec\x2e\x18\xf4\x82\x41\xb7\x9c\x14\xb5\x60\xd0\x64\x7b\x95\x3d\x49\x55\x92\x87\xa6\xc1\xc1\xa0\xc9\x96\x40\xbc\x0b\x06\xbd\x60\xd0\x2d\x47\x2f\x2d\x18\x34\xd9\xb2\x89\x6d\xc1\xa0\x17\xbe\xb9\xe5\x10\xa4\x85\x6f\x26\x22\x51\x2d\x7c\x33\x11\x56\x6a\x09\x82\x4a\x4a\xdb\xbd\x18\xf6\x22\x18\xf4\x96\x98\xbb\x0b\x06\xbd\x44\x37\x6d\x39\x1f\x65\x61\x9e\xc9\x96\x60\xba\x0b\xf3\xbc\x84\x2d\x6d\xbb\x0a\xd1\x4f\x91\xc3\x2d\xe7\xa8\x2c\xe4\xf0\x0a\x39\x2c\x4a\xd5\x42\x0e\x2f\xe4\x70\xcb\x21\x24\x0b\x39\x4c\x44\xa9\x5a\xc8\xe1\x85\x1c\x6e\x39\x3e\x64\x21\x87\xc9\x96\x0d\x76\x4b\xd8\xd2\x25\x6c\x69\xdb\x33\x3a\x09\x5b\x4a\xb6\x57\xfa\x1f\x24\x98\x88\x6f\xb5\x20\xc1\xa4\xb4\x3d\x9e\x11\x24\x98\x6c\x2f\x25\x30\x9e\x40\x82\x5b\xce\xf2\x58\x90\x60\xb2\x25\x0e\xef\x82\x04\x2f\xac\x6f\xdb\xe3\x19\x61\x7d\x57\x58\xdf\x2d\x71\x78\x17\xd6\x77\x61\x7d\x5b\x8e\xda\x58\x58\x5f\xb2\x25\x0e\xef\xc2\xfa\x2e\xac\x6f\xdb\xff\x96\x79\x37\x14\x98\x6c\x66\x6d\x50\xe0\x05\x05\x6e\x39\xfd\x63\x41\x81\x89\x70\x5d\x0b\x0a\xbc\x12\xfb\xb4\xb4\x9c\x59\xb1\x04\x3f\x25\xc2\x75\x2d\xdc\xef\xc2\xfd\xb6\x1c\x29\xb1\x70\xbf\x64\x33\x07\x14\x0f\x75\x89\x87\xda\xb2\x1c\xb8\xd0\xbb\x0b\x96\xdb\x72\xe8\xc1\x82\xe5\x92\x2d\xc1\x81\x17\x2c\x77\xc1\x72\x5b\x56\xe6\x16\x2c\x97\x6c\x39\xbd\x6f\x35\x7e\x29\xde\xb6\xe5\x78\x80\x85\xb7\x25\x9b\x59\x26\xde\x76\x85\xad\x2d\x2d\xd1\x4a\x16\xb8\x76\x61\x5f\x5b\x48\xfa\x85\x7d\x25\x5b\x0e\xfe\x5b\x62\x94\x2e\xc1\x47\x5b\xa0\xf2\x05\x4d\x5d\xc8\xd1\x76\xc4\x2d\x47\x8e\xae\x90\xa3\xa2\x95\x2d\xe4\xe8\x42\x8e\xb6\xac\x88\x2d\xe4\x28\xd9\x72\x66\xe0\x42\x8e\x2e\xe4\x68\x0b\x71\xbb\x90\xa3\x64\xcb\x99\x81\xab\x19\x21\x91\xa3\x2d\x28\xed\x42\x8e\x92\x2d\x21\x89\x17\x72\x94\x6c\x66\xca\xc8\x51\x52\x5a\x70\xd5\x85\x1c\x25\x9b\x99\x32\x72\x94\xdc\x97\x25\x6f\xa6\x7c\x91\xcd\x4c\x19\x39\xba\x90\xa3\xed\x88\x69\x46\x8e\x92\xed\xa5\x3e\x4c\xf9\x90\xa3\x2d\x34\xe9\x42\x8e\x92\x2d\x5b\x56\x17\x72\x74\x21\x47\x5b\x30\xd1\x85\x1c\x25\x5b\xce\x33\x5c\xc8\xd1\x25\xf8\x68\x0b\xec\xb9\x60\xa2\xab\xe9\x8d\x61\x21\x97\x48\xa3\x64\x4b\x30\xe3\x85\x09\x5d\x98\xd0\x16\x7a\x71\x61\x42\xc9\x96\x60\xc6\x4b\xf0\xd1\x25\xf8\x68\x4b\x54\x89\x05\xd9\x5c\xf8\xcc\x16\x50\x6c\x01\x30\xc9\xe6\xa3\x00\x00\x73\x01\x30\x5b\x56\xeb\x16\x00\x73\x05\xc0\x14\x95\x6e\x01\x30\x17\x00\xb3\x05\xf7\x5a\x00\x4c\xb2\xe5\x4c\xc6\x05\xc0\x5c\x00\xcc\x16\x8e\x6b\x01\x30\xc9\x96\x68\xc6\x0b\x80\xb9\x00\x98\x2d\x80\xd6\x02\x60\x92\x2d\x9b\x78\x17\x00\x93\x6c\x2f\x4d\xd0\x80\x0e\xc0\x6c\x2d\xb3\x6c\x00\x26\xd9\x12\x91\x78\x01\x30\xc9\x7d\x59\x2a\x49\x47\x6d\x3a\xaa\x96\xaa\xa3\xfe\x5f\x8c\xbd\x4d\xee\xf4\x3a\x72\x67\x3d\x7f\x57\x71\x77\xf0\xa6\x14\x14\xa9\x04\x0a\x77\xd2\xe3\xee\x3d\x64\x46\x04\x01\x0f\x6c\x17\xaa\xed\xfd\x37\x74\x4e\xba\xd0\xf0\xe4\xf6\xe0\xc1\xef\x01\xa1\x7f\x8a\xa4\xc8\xe0\x57\x1c\x86\x00\xe6\x04\x65\x4f\x01\x4c\x25\xb8\x1b\x32\x0d\x78\x9a\x02\x98\x93\x23\xc8\x14\xc0\x54\x82\xc8\xc4\x29\x80\x99\x02\x98\x13\x32\x2a\x05\x30\x95\x20\x32\x71\x0a\x60\xa6\x00\xe6\x9c\x4c\x7a\x04\x30\x15\x63\xfe\xa5\x00\x66\x0a\x3e\xce\x69\x46\xec\xe2\x80\x8f\x41\xb4\xe2\x14\x7c\x4c\xc1\xc7\x09\x75\x93\x82\x8f\x4a\xb8\xa9\x23\xf8\x98\x82\x8f\x13\x9c\x26\x05\x1f\x95\xc0\x5d\x39\x05\x1f\x53\xa2\x71\xc2\x8b\xa7\x44\xa3\x12\xb8\x2b\xa7\x44\xa3\x12\x44\x21\x4e\x89\xc6\x14\x55\x9c\x00\x25\x29\xaa\xa8\x04\x51\x88\x73\x39\x2c\x1b\xa2\x74\x02\x82\xa7\xf8\x62\x1a\xa2\x74\x82\x63\xa4\x28\x61\xca\x08\x4e\xbc\xed\x53\x46\x30\x97\x63\xb0\x25\x75\x0c\x96\x11\x9c\x38\x97\xa7\x8c\xa0\x12\x2f\x4b\x6a\x47\x95\x11\x9c\x38\x97\xa7\x8c\xa0\x12\xb8\x57\xa7\x21\x4a\xd3\xd8\xa3\x13\x77\xf0\x34\xf6\xa8\x12\xc4\x43\x4e\x19\x41\x25\x5e\xd6\x91\x63\xb0\x8c\xe0\xc4\x7f\x3a\x65\x04\x95\x70\xcf\xcc\xd8\xa3\xca\xf3\x18\x79\xb3\xd7\x2f\x7b\x3d\xc3\xcc\xb2\xd7\xcb\x08\xce\xc5\x98\x22\x23\x98\x3f\x46\xf0\x29\xbb\x8c\x60\xde\x36\x06\x96\x30\x32\x82\x29\x23\x38\xf1\x8b\x4e\x19\x41\x25\x5e\xbf\xbf\x9c\x26\x59\x1d\x98\x5e\x63\x8f\x26\x40\x60\xb8\x27\x27\x0f\x98\xc2\x7f\x73\x8d\xf7\x5f\x0f\xde\xb2\x81\x4a\x10\xdd\x38\x65\x03\x95\x78\xb1\xea\x91\x0d\x54\x8e\x89\x93\x70\xca\x06\xe6\x6d\x5b\xa1\x5d\x18\x54\x34\x65\x03\x27\x4e\xc2\x29\x1b\x98\xb7\x23\x15\x93\x50\xd9\xc0\x94\x0d\x9c\x8b\xfe\x2f\x1b\xa8\x18\x08\x33\x65\x03\x53\x36\x70\xe2\x61\x9b\xb2\x81\x4a\xe0\xe1\x9e\xb2\x81\x29\x1b\x38\xf1\x93\x4d\xd9\x40\xc5\x78\x99\x29\x1b\xa8\x04\x31\x85\x53\x36\x50\x39\x26\x6e\xa7\x29\x1b\x98\xb7\x43\x10\xe6\x5b\x36\x30\xef\x5f\xcb\xa6\x19\xcb\x06\x2a\x81\x0b\x7d\xde\x0e\x41\xb7\x83\xc6\xa2\xf9\x08\xdd\xe5\xfd\x6b\x3e\x66\xc4\xe6\x83\x04\x01\x84\x53\xe8\x2e\x85\xee\xe6\xcd\xda\x48\xe8\x2e\x65\xe2\x26\xae\x73\x29\x13\x97\x32\x71\x13\x27\xa8\x94\x89\x4b\x98\xb8\xc0\x4b\x3f\x65\xe2\x52\x26\x6e\x7a\x2c\x29\x13\xa7\x18\xf3\x33\x65\xe2\x52\x26\x6e\xe2\x6a\x93\x32\x71\x4a\x1c\xbe\x54\xd3\x2f\x13\x37\xb9\x36\x3f\x65\xe2\x14\x43\x83\xa6\x4c\x5c\xca\xc4\x4d\x7c\x63\x52\x26\x4e\x09\x82\x0a\xa7\x4c\x9c\x12\x04\x10\x4e\x99\x38\xe5\xf9\x4b\xf2\xe6\x08\x01\xf3\x16\x5c\xc0\x9b\xc6\x23\x4d\x61\xb7\x89\x4b\x4a\x0a\xbb\x25\xb0\x9b\xb1\x47\x53\xd8\x2d\x85\xdd\x26\x7e\x18\x29\xec\xa6\xc4\xc1\x72\x46\xd8\x2d\x85\xdd\x26\x8e\x13\x29\xec\xa6\x84\x5b\xc4\xc2\x6e\x29\xec\x36\xf1\x88\x48\x61\x37\x25\x8e\xc3\x24\x5f\x7a\x59\xaa\x37\x49\xc3\x24\xf3\xc1\x78\x23\xec\xa6\x84\x9b\xcb\xc2\x6e\xca\xf3\x18\x79\x73\xc9\x87\x04\xe1\x82\x53\xd8\x2d\x85\xdd\xa6\xee\x09\xc2\x6e\x4a\x10\x2e\x38\x85\xdd\x52\xd8\x6d\x7a\x34\x2c\xec\xa6\x04\x21\x84\x53\xd8\x2d\xdf\xce\x32\xb9\x51\x3f\x45\xd6\x52\x3e\x6d\x7a\xbe\x2d\x9f\xa6\xc4\x41\x73\x7b\x3b\x42\xc8\xa7\xcd\x9b\xed\x4f\xf9\x34\x25\x0e\x26\x24\xf2\x69\xf9\xb6\x8b\xdf\x74\xb7\xb7\x5d\x1c\x89\x03\x93\xfe\xb6\x8b\x8b\xb1\x4d\x4f\x78\xc5\xd8\x52\x8c\x6d\x7a\x1a\x28\xc6\x96\x60\x6c\xe1\x76\xbb\x18\x5b\x8a\xb1\x4d\xcf\xa3\xc4\xd8\x94\x38\x18\x0d\xc4\xd8\x52\x8c\x6d\x7a\x80\x24\xc6\xa6\x18\x9d\x36\xc5\xd8\x52\x3e\x6d\x7a\x0c\x24\x9f\xa6\x04\xd1\x8a\x53\x3e\x4d\x09\x22\x13\xa7\x7c\x9a\x72\x4c\x8f\x55\xe4\xd3\x94\x20\x5a\x71\xca\xa7\x29\xcf\x63\x14\x41\x4b\xf0\xd6\x12\x30\xd7\x37\x18\x6b\xbe\x61\xd2\xa7\xc7\x2a\xc0\x6a\x3f\x89\x83\xde\x2c\xb2\xa6\x1c\xd3\x53\x0f\x99\x35\x25\x0e\xf3\xe1\x2c\xf3\xed\x9a\xcf\x13\x8e\xb7\x6b\x3e\x24\x0e\xf3\xe1\x9a\x4f\x66\x6d\x7a\xfe\x20\xb3\x96\x22\x65\xd3\x3d\x6d\x91\x32\x25\x0e\xf3\xe6\x9a\x4b\xa4\x6c\xba\xd1\x2a\x52\x96\xb2\x62\xd3\x73\x47\x59\x31\x25\x40\x67\x52\x56\x2c\x65\xc5\xa6\xbb\x50\xb2\x62\x8a\x91\x7e\x53\x56\x2c\x8d\x13\x3b\xdd\x5e\x92\xf8\x4a\xf1\xae\xe5\x16\x8b\x78\x97\x12\xc7\x30\xe9\xf7\xa7\xd3\xc7\x82\xb4\x65\x1a\x75\x4e\xc5\x89\x77\xa5\x78\xd7\x72\xef\x44\xbc\x4b\x09\x6e\xca\x4e\xa3\xce\xa6\x60\xd6\x7a\xd1\x7b\x05\xb3\x52\xe2\x6a\xb9\x5a\x95\xb8\x4a\x88\xab\x38\x18\xd1\x25\xae\x52\xe2\x6a\xb9\x4c\x92\xb8\x52\x02\x4a\x28\x25\xae\x52\xe2\x6a\xbd\xfe\x5f\x86\x6f\x81\x2c\x25\x8e\xdf\x0f\xd3\x94\x05\xb2\x96\x0b\x1a\x81\x2c\x25\xb8\xbe\x3b\x05\xb2\x94\x20\x94\x73\x0a\x64\x29\xcf\x5f\x9a\x66\x36\x59\xb9\x11\xb6\x39\x05\xb2\x94\x63\x39\xf1\x17\xc8\x52\x82\x8b\xbf\x53\x20\x2b\x05\xb2\x96\x8b\x01\x81\x2c\x25\x0e\xb3\xe6\xb0\x29\x90\xb5\x9c\x49\x0b\x64\xa5\x40\xd6\x72\xa6\x24\x90\xa5\x84\xe7\x61\x02\x59\x29\x90\xb5\x9c\x02\x09\x64\x29\x46\x7c\x4e\x81\xac\x14\xc8\x5a\x4e\x41\x04\xb2\x52\x20\x6b\x39\x34\x09\x64\xe5\xc7\x91\x94\x11\x41\x20\x2b\x05\xb2\x96\x16\x5b\x20\x4b\x09\x2e\x2f\x4f\x81\xac\x14\xc8\x5a\x9a\x62\x81\x2c\x25\x08\x0c\x9d\x02\x59\x29\x90\xb5\x34\x94\x02\x59\x4a\x78\x30\x27\x90\xa5\xc4\x61\xf5\x3a\x44\x02\x5c\x1d\x4b\xc3\xf3\x71\x75\xf4\x71\x88\xb4\x7a\x1d\x22\x05\xb2\x96\xa6\x42\x20\x4b\x09\xc8\xb3\x14\xc8\x4a\x81\xac\x65\x5f\x11\xc8\x52\x82\xf8\xd1\x29\x90\x95\x02\x59\xcb\x96\x2c\x90\xa5\x04\xf1\xa3\x53\x20\x2b\x05\xb2\x96\x6d\x50\x20\x4b\x09\xe2\x3d\xa7\x40\x56\x1a\xdc\x77\xf9\x65\x0c\xee\xab\x84\x67\x8b\x06\xf7\x4d\xb9\xad\x65\xbd\xc9\x6d\x25\xdc\x56\x78\xb6\x28\xb7\x95\x72\x5b\xeb\x97\x11\x07\xba\xaf\x03\x1d\xa6\x48\x6e\x2b\xbf\xc4\x75\x5d\xbf\x37\xe8\xd5\x07\xb7\x15\xc4\x71\x4e\xb9\x2d\xe5\x79\xcc\x97\x7e\x4d\x63\x8a\xc3\x22\xea\x0b\x21\x93\xe2\x5d\xeb\xf7\x06\xe7\xcf\x48\x40\xec\xa5\x78\x97\x12\x1e\x5e\x8a\x77\x29\xc7\xfa\xaf\x34\xb3\xbb\xc8\x2e\xb3\x4a\xf1\xae\x94\xdb\x5a\xbf\x34\xcd\xc9\xd7\xc1\x95\xa1\xfa\xeb\xe0\xfa\xd5\x9c\x1c\x74\x8f\xaf\xe6\xe4\xab\x39\x61\x0d\xf5\xd5\x9c\x7c\x35\x27\xe0\x79\xf9\xd5\x5e\x7c\xb5\x17\xac\xa1\xbe\xda\x8b\xaf\xf6\x82\x78\xbb\xf9\xd5\x5e\x7c\xb5\x17\xcb\x24\x4b\xa5\xbd\x60\x0d\xf5\xd5\x5e\x88\x8f\xad\x03\x0b\x2e\x3e\x96\x5f\x47\x6a\x26\xc1\xe2\x63\x29\x3e\xb6\x88\x39\x9b\xe2\x63\x4a\xfc\x4a\xe0\x48\x6d\x48\xe2\x45\x30\xd9\x34\x24\xb1\x12\x44\x2e\x4e\xf1\xb1\x94\x0b\x5b\x1e\x41\xca\x85\x29\x01\xae\x98\x72\x61\x4a\xfc\xca\xee\x48\x2d\x17\xb6\x60\xfd\x52\x2e\x4c\x09\xcf\x7c\xe5\xc2\x94\xe7\x31\x0a\xaf\xa5\xf9\x3a\x52\xdf\xfe\xa5\xcd\x48\xe3\x03\x12\x98\x02\x5f\xf9\x03\xbe\x9e\x77\x0a\x7c\x25\x90\x97\xa1\xe0\xd3\xf0\xc3\xca\xf3\x87\x3e\x76\x99\x46\x36\xf0\x7d\x13\xf8\x4a\x49\xae\x45\xb8\xf5\x94\xe4\x52\xe2\xc0\x90\x49\x72\x29\xc7\x02\x1c\xcc\xb4\xe9\xa6\x4d\x17\x67\x0a\xe1\xae\x94\xe4\x5a\x80\x83\x29\xc9\xa5\xc4\xc1\x92\x4b\x92\x4b\x09\x3f\xa8\x24\x97\xf2\xfc\xa5\x69\x66\x97\xa5\x9f\x67\xdb\x92\x5c\x69\xe4\xe2\x45\xe8\xd4\x34\x72\xb1\x12\x90\x9a\x69\xe4\xe2\x14\xf8\x5a\x84\x4e\x4d\x81\xaf\x04\xf8\x32\x4c\x7d\x0a\x7c\xa5\xc0\xd7\x3a\x19\xa6\x05\xbe\x94\x20\x0e\x72\x0a\x7c\xa5\xc0\xd7\x22\x26\x6a\x0a\x7c\x29\x46\xb3\x4f\x81\xaf\x14\xf8\x5a\x1e\x10\x0b\x7c\x29\x71\xb2\xff\x26\xf0\xa5\x84\xcd\x54\xa2\x4b\x39\x16\x71\x47\x53\xa2\x2b\x21\xba\x02\xb0\x34\x25\xba\x52\xa2\x6b\x9d\xd7\x5f\x63\xde\x29\xf0\x95\x40\x5e\x06\xd8\x4f\x03\x1b\xa7\x24\xd7\x22\x2c\x68\x4a\x72\x65\xfe\x5a\x19\xdd\x5f\x44\x2b\x45\xb4\x16\x54\x5e\x8a\x68\xa5\x88\xd6\x0a\x8b\xed\x78\x06\xa2\x15\x27\x07\x4c\x22\x5a\x29\xa2\xb5\x08\xd9\x96\x22\x5a\x4a\x9c\x87\x7f\x69\xbd\x3a\x9e\x79\x04\x29\xa2\xa5\xc4\xf9\xfb\x4b\xeb\xd5\xf1\x2c\xec\x02\x8e\x67\x48\x10\x62\x39\x45\xb4\x94\xd0\x3f\x40\x44\x4b\x79\xfe\xd2\x34\xf3\xc1\x78\x66\xef\x14\xd1\x4a\x11\xad\x15\x1c\x9e\x88\x68\x25\x58\x56\x10\x14\x39\x0d\xaa\x9b\x06\xd5\x5d\x04\x38\x48\x83\xea\x2a\x01\x89\x9b\x06\xd5\x4d\x83\xea\x2e\x70\xb7\x34\xa8\xae\x12\x44\x3b\x4e\x83\xea\xa6\x41\x75\x17\x31\xbd\xd2\xa0\xba\x4a\x10\xed\x38\x65\xc0\x94\xb0\x17\x1b\x54\x57\x39\x16\x41\x15\xd2\xa0\xba\x4a\xd8\x8b\xcb\x69\xa9\xf4\xd8\x22\x44\x56\x4a\x8f\x29\x71\x5a\x50\x47\x42\xe9\xb1\x15\x4c\xda\xa4\xc7\x94\x38\x59\xa5\x48\x8f\xa5\xb1\x77\x57\xd0\x44\x8d\xbd\xab\x84\x36\xc1\xd8\xbb\x69\xec\xdd\xe5\xc1\xad\xb1\x77\x95\xd0\x26\x18\x7b\x37\x8d\xbd\xbb\x08\x27\x95\xc6\xde\x55\x02\x98\x38\xc5\xd3\x94\x20\x10\x73\x1a\x7b\x37\x25\xd6\x96\x27\xb2\x12\x6b\x09\xa5\x16\xa7\xdf\x45\x3b\x21\xb1\xb6\x08\xe3\x94\x12\x6b\x4a\x68\x61\x8c\xbd\x9b\x06\xd5\x5d\x9e\xc8\x1a\x35\x57\x09\x2d\x8c\x51\x73\x53\xd6\x6d\x81\xfa\xa5\xac\x9b\x12\x70\xce\x59\x76\xe3\xb2\x1b\x13\x02\x22\xcb\x6e\x8c\xc4\xe9\x57\x76\x62\x2b\x25\xb7\x08\x86\x93\x52\x72\x59\xf6\x53\xec\x95\x94\x5c\x4a\xc9\x2d\x4f\x42\xa5\xe4\x94\xd0\x5e\x49\xc9\xa5\x94\xdc\x22\xce\x4b\x4a\xc9\x29\x41\xa8\xe7\x94\x92\x4b\x29\xb9\x45\xf4\x88\x94\x92\x53\x42\xb3\x26\x25\xa7\x84\xae\x30\x52\x72\xca\xb1\x88\x7e\x92\x52\x72\x4a\x9c\xb6\x40\xc7\x33\x29\xb9\x45\xf4\x93\x94\x92\x53\x42\x83\x28\x25\x97\xe2\x6f\xcb\x73\x55\xf1\x37\x25\x4e\x5b\xa0\x93\x69\xb9\xb6\x45\x58\x8f\x94\x6b\x4b\x83\xd5\x2e\x62\x40\xa4\x10\x9b\x12\x3a\xdb\x18\xac\x36\xe5\xda\xd6\xb0\xca\xb5\x51\x42\x6c\xcb\x43\x54\x21\xb6\x94\x4e\x5b\x44\x18\x48\xe9\x34\x25\x08\x3a\x9d\xd2\x69\x29\x9d\xb6\xb8\xc9\x3e\xa5\xd3\x94\x38\x59\x86\x48\xa7\x25\x88\xd9\xf3\xd8\x53\x25\x32\x66\x29\x50\xb6\x60\xf8\x52\xa0\x4c\x09\xe2\x55\x67\xdb\xb5\x8c\xce\xba\xb8\x0a\x3d\x8d\xce\xaa\x04\xf1\xaa\xd3\xe8\xac\x69\x74\xd6\xe5\xe1\xa1\xd1\x59\x95\x70\xdc\x30\x3a\x6b\x4a\xac\x2d\xb0\xbe\x94\x58\x53\x42\xc7\x22\x43\xb1\x2a\xc7\xba\xf8\x0e\x86\x62\x55\x42\xc7\x22\x43\xb1\xa6\x10\xdb\xba\x30\xdb\x42\x6c\xd9\x0e\xa4\x74\x71\x21\xb6\x14\x62\x5b\xdc\xf3\x9d\x42\x6c\x4a\x10\x81\x27\x85\xd8\xd2\x18\xab\xeb\x3a\xfd\xb5\xdb\x34\x8a\x80\x25\x10\x62\x53\x9e\xc7\xc8\xc8\xfd\x35\x8d\x41\xde\x8f\xc5\x95\x20\x29\xeb\xb6\xb8\xb5\x3b\x65\xdd\x94\xd0\x77\x49\xd6\x4d\x89\x93\x29\xbc\xac\x9b\x72\xac\x0b\x5b\x63\x28\x56\x25\x74\x67\x32\x14\xab\xf2\x3c\xe6\xaf\x2d\xd3\x68\x70\xcc\xf4\x45\xe2\x52\x24\x6e\x79\x98\x2a\x12\xa7\x04\xa1\xac\x53\x24\x2e\x45\xe2\xd6\x35\xfe\xfa\x5e\xd4\x94\x98\xcb\xb6\x4f\x5d\x7e\x11\xfb\x54\xdb\xa7\x58\x43\x48\xcc\xa5\xc4\xdc\xba\xac\x43\xfb\x94\xc4\xdc\xf2\x60\x55\x62\x2e\x25\xe6\x16\x97\xdc\xa6\xc4\x9c\x12\x84\x31\x4a\x89\xb9\x34\x80\xe9\xe2\x52\xd7\x34\x80\xa9\x12\x5c\xa6\x90\x46\x28\x4d\x23\x94\x2e\x02\xec\xa7\x11\x4a\x95\xe0\x32\x85\x34\x42\x69\x1a\xa1\x74\xc1\x15\xa6\x11\x4a\x95\x20\x28\x52\x8a\xe4\xa5\xe1\x48\x17\x37\x92\xa6\xe1\x48\x95\x38\xed\x79\x9e\xdf\x49\xee\x2d\xb8\xc2\x94\xdc\x53\x82\xc8\xd9\x29\xb9\x97\xdb\x4e\xcb\xa5\x9c\xb9\xed\xb4\xdb\x4e\x8b\xa9\xdf\x76\x5a\xc3\x91\x2e\xae\xd6\x4c\xc3\x91\x2a\xe1\x4c\xc8\x70\xa4\x69\x38\xd2\x45\x78\xfa\x34\x1c\xa9\x12\xba\x93\x89\x06\xa6\xe1\x48\x17\x17\x64\xa6\xe1\x48\x95\xe0\x56\x87\x34\x1c\xa9\xf2\x3c\x76\x92\xb6\x4c\xe3\xa3\xb2\x10\x32\x1c\x69\x0a\x1a\x2e\x4f\x4c\x05\x0d\x95\xe0\xf2\x87\x94\x24\x4c\xc3\x91\x2e\xee\xaa\x4c\xc3\x91\x2a\xc1\x55\x0f\x69\x38\xd2\x34\x1c\xe9\xe2\x62\xca\x34\x1c\xa9\x12\x04\xd3\xce\xad\xf1\x90\x4b\x5c\x9e\x7b\xca\x25\x2a\xa1\x47\x9c\x5c\xa2\x12\xdc\xfe\x90\x86\x23\x55\x8e\xc5\x15\xde\x29\xaa\xa8\x84\x4e\x72\xa2\x8a\x29\x83\xb8\xb8\x4b\x32\x65\x10\x53\x06\x71\x4d\x26\xa4\x32\x88\x29\x83\xb8\xa6\x15\x67\x9f\xda\x8e\x91\xac\x7b\x64\x10\x53\x06\x71\x41\x68\xa6\x0c\xa2\x12\xfa\xdc\xc9\x20\xa6\x0c\xe2\xe2\x1a\xba\x94\x41\x54\xe2\xfc\xfd\xa5\xa5\x77\x8c\xe4\x32\xb9\x94\x41\x54\x82\xa0\xdb\x29\x83\xa8\xc4\xe9\x8f\x39\x46\x1a\x67\x74\x71\x13\x5b\x1a\x67\x54\x09\xee\x9c\x48\xe3\x8c\x2a\xcf\x63\xa6\xf9\xe9\xed\xcf\x2c\xb6\x8c\x33\x9a\x06\x10\x5d\xdc\x28\x5d\x72\x89\xf5\xe3\x12\xd7\x93\x32\x4d\x61\xbb\x82\xf0\x60\x25\x97\x58\x72\x89\x8b\x2b\xd1\x4a\x2e\x51\x09\x3c\x04\x4b\x2e\xb1\x04\x0e\x17\xf7\x9f\x95\xc0\xa1\x12\x44\x11\x2b\x81\xc3\x7a\x4d\xb3\x71\xf8\x86\x36\xad\x79\xec\x26\x69\x93\x64\x9b\xe1\xde\xe9\x92\x4b\x54\x82\x30\xdc\x25\x97\xa8\x04\x97\x66\x94\x5c\xa2\x72\x2c\x6e\x2c\x2b\xb9\x44\x25\x88\xcc\x5d\x86\x1e\x55\x9e\xc7\x4c\x5b\xa6\x2d\x1e\x3b\x49\xba\x4d\x32\xbb\x27\x69\xb7\xf9\x60\xa8\x0a\x2b\xf2\x36\x1f\xf7\xef\xa5\x64\xf7\xf6\xa5\xb7\x2f\xbd\x48\xf2\xa5\xce\x0c\xb9\xee\xab\xc4\x17\x95\x20\x5a\x77\x89\x2f\x96\xf8\xe2\x02\xbd\x2d\xf1\x45\x25\x88\xd6\x5d\xe2\x8b\x4a\x10\x99\xbb\xc4\x17\x95\x63\x41\xde\x96\xf8\x62\x81\x2f\x46\xf8\xf9\xde\x96\xca\x8e\xc0\xcd\xd5\x25\xbe\xa8\x04\xe1\xb5\x4b\x7c\xb1\x0c\x47\xba\xb8\x83\xaa\xc4\x06\xeb\xf5\x6b\x6d\x93\xbc\x7d\xad\x37\x5a\x1b\x21\xb7\x4b\x6c\xb0\x5e\xbf\xd6\x36\xf9\xd3\xf4\x0d\x8e\x1e\xd0\xb8\x25\x36\x58\x62\x83\x0b\x4c\xb5\xc4\x06\x0b\x6c\x30\xc2\x16\xd2\x3e\xe6\xe8\x71\xfb\x05\xdb\x72\x31\x7a\x10\x9a\xbb\xc4\x06\x4b\x6c\x70\xdd\x7e\x9a\xb6\x7e\x19\x3d\x58\x0e\x96\xd8\xa0\xf2\x3c\xe6\x9f\x7e\x4d\xfb\xf2\x18\x95\xc9\xa9\x60\x49\x17\xae\xdb\x3a\xdf\xe6\x6d\x5b\x4b\x54\xe6\x36\x6f\x2c\x11\xc3\xf6\xb6\xfd\x0c\x8e\x3b\xb7\x95\xb9\xcd\x2e\xe3\x4e\xd8\xde\xb6\xd9\x75\x67\xf4\x3e\xe2\x2f\x07\xef\x02\x4e\xfc\x49\x84\xcd\x71\x5b\xd5\x8e\x5e\x5c\xfc\x51\x32\x8a\x05\xa3\x18\x44\xeb\x2e\x19\xc5\x92\x51\x5c\x5c\x86\x51\x32\x8a\x4a\x10\x9a\xbb\x64\x14\x4b\x46\x71\x71\xcb\x45\xc9\x28\x2a\x41\x68\xee\x92\x51\x2c\x19\xc5\x75\xfb\xa7\x97\x2f\x65\xf4\x62\x5d\x5c\x32\x8a\x4a\xb0\x06\x2e\x19\x45\xe5\x58\xdc\xe9\x50\x32\x8a\x4a\x10\xad\xbb\x64\x14\x95\xe7\x31\x8a\xc0\x80\xa6\x04\xd1\xba\x4b\x46\xb1\x64\x14\x17\x77\x3a\x94\x8c\x62\xc1\x25\x06\x91\x05\xeb\xd0\x86\xc9\x28\x2e\xce\x81\x4b\x46\x51\x89\xf0\x05\xda\xb0\x43\x1b\xc6\xe5\x07\x75\x68\xc3\x90\x88\xdf\x0b\x2c\xbc\xc6\x09\xfe\xb5\x0e\x8d\x13\x12\x44\xeb\x2e\xe9\x46\x25\x58\xb2\xd7\xa1\x71\x3a\x34\x4e\xf0\xf8\x75\x68\x9c\x0e\xad\x4e\x50\x6d\x5a\x1d\x81\xc7\xc5\x39\x70\x09\x3c\x2a\x11\x96\x80\x85\x66\x09\x3c\x2e\x58\xf6\x12\x78\x54\x82\x30\xdc\x25\xf0\x58\x87\x56\x07\x34\xb7\x0e\xad\xce\xa1\xd5\xb1\xa0\x5a\x1d\xb9\xc8\xc5\xa1\x6f\xc9\x45\x2a\x11\x83\x7c\x68\x62\x64\x20\x17\xc7\xb4\x25\x03\x59\x30\x90\x81\x9b\x76\xc9\x40\x96\x0c\xe4\xe2\x92\xdd\x12\x72\x54\x82\x2d\x86\x12\x72\x2c\x21\xc7\x05\x87\x5b\x42\x8e\x4a\xb0\xc5\x50\x42\x8e\x75\x7c\x7c\xe9\x4d\x43\x22\xac\x8d\x12\x6c\x31\xd4\xf1\x61\xd4\x90\x85\x5c\x70\xb8\x25\x0b\xa9\x04\x01\xbc\x4b\x16\x52\x09\x82\x75\x97\x2c\xa4\xf2\xfc\x25\x45\xf8\x9a\x5d\xc6\x5a\x82\x75\x97\x2c\xa4\xf2\x3c\x46\x76\xb5\x7e\x87\xd6\xcf\x4f\xaa\xf5\x3b\xbe\x1a\x18\xc6\xc7\x83\x7b\xb7\x94\x08\x3f\x29\x87\xa3\x25\x32\xb9\x40\x89\x4b\x64\xb2\xc0\x24\x83\x1d\x91\x32\xe4\x6c\x89\x4c\x2e\x0e\x9a\x4b\x64\x52\x89\xb8\x78\x41\x9a\x37\xbc\x5f\x17\x8c\x70\x89\x4c\x2a\xc1\xc6\x49\x89\x4c\x96\xc8\xe4\x82\xea\x2d\x91\xc9\x3a\xca\x37\x68\x42\xca\x37\x94\x6f\xa0\x7a\xcb\x37\xb8\x56\x06\x3f\x2d\xc9\x4a\x25\xc2\x26\x58\x96\x5e\x9b\x0e\x7e\x5a\x92\x95\x75\x68\xd3\x27\x55\xae\x4d\x3f\xb4\xe9\x6f\x8d\x94\x36\xfd\xd0\xa6\xdb\x52\xb5\xe9\x32\x99\xeb\xad\xa5\xd1\xe4\x1e\xda\xd7\xb7\x7d\x46\xfb\x7a\x68\x5f\x19\x97\x0c\x7d\xab\x3c\x8f\x91\x39\x0d\xe8\xa1\x01\x9d\x94\x54\x03\x2a\xe1\xb9\x80\xfa\x4a\xc2\xb3\x4e\x0d\x28\x7d\xe1\xd4\x80\x4a\x78\x2e\x4e\x9a\x4b\xc2\x53\x09\xf6\x8d\x4a\xc2\xb3\x24\x3c\x17\x08\x5b\x49\x78\x2a\x41\x94\xf0\x92\xf0\xac\xd3\xa5\x3d\x20\x5a\x89\x73\x2a\xc1\xf6\x52\x89\x73\x2a\xcf\x63\xa6\xf9\x52\xad\xe5\x22\xbb\x5a\x4b\x71\xce\x05\x9e\x55\xe2\x9c\x4a\x10\x24\xbc\xc4\x39\x4b\x9c\x73\x81\x67\x95\x38\xa7\x12\xdc\x68\x55\xe2\x9c\x75\x6a\x2d\xdf\x16\x4b\x6b\x79\x6a\x2d\xe9\xf5\xa7\xd6\xf2\xd4\x5a\xbe\xcd\x88\xd6\xf2\xd4\x5a\x3e\xcb\xa6\x3a\xb5\x96\xc6\xe5\x5d\x6f\xff\x54\xd3\x78\x6a\x1a\x17\xd5\xab\x69\x3c\x35\x8d\xd0\x3a\x75\x6a\x1a\x4f\xe7\x6d\x8b\x1a\x77\xde\x26\x43\xba\xa0\x75\x4a\x86\xb4\x4e\x27\x64\x8b\xec\x3a\x21\x93\x21\x5d\x70\x2d\x25\x43\xaa\x04\x01\xc1\x4b\x86\xb4\x64\x48\xd7\xfb\xed\xaf\x59\x04\x4d\xe3\xed\x5f\x5a\x84\xdb\x97\xd2\xed\xcf\xbb\x4d\xc3\xfc\xdc\x7f\x7d\x3f\x4b\x9d\x37\xd6\x49\x12\x75\xe1\x0d\x50\x92\xa8\x4a\x84\xa5\xd1\xe6\x8a\x9d\xde\xc0\x26\x25\x76\xaa\x04\x37\x88\x94\xd8\xa9\xf2\x3c\x66\x9a\x9f\xdc\xa9\xde\x4d\xed\x3b\xd5\x13\x3b\xbd\x5f\x2f\xd2\x34\xd7\xa7\x53\x3d\x6c\xae\xd8\x69\x9d\x1f\x5f\x7a\x50\x6a\xcd\xf5\xa9\xb9\xbe\xa9\x7d\xcd\xf5\x89\xb9\xbe\xf1\x4a\xa8\x53\x73\x7d\x6a\xae\x59\x45\x9c\x9a\xeb\x13\x3b\x7c\xc3\x60\xd4\xa9\x1d\x3e\xb5\xc3\x58\x70\xb9\xd6\x82\x61\x3d\x6e\x38\x87\x12\x62\x55\x82\x1b\xcb\xea\xd4\x9a\xca\xb5\xde\x90\x09\x25\xd7\x5a\xa7\x66\xd2\xcf\xab\x99\x94\x6b\xbd\x21\x02\x4a\xae\x55\x89\xf0\xf3\x6a\x26\xcf\xb4\x08\x8c\xd4\xa7\x66\xf2\xd4\x4c\xbe\xfd\x4b\x8b\x80\x99\xbc\xf1\xb4\x2f\xf1\xd7\x3a\xcb\xfc\x6a\x01\xb4\x7f\xa7\xf6\x8f\x71\xe3\xd4\xfe\x49\xc9\xde\xf8\x78\x97\x94\x6c\x9d\xda\x3f\x1b\x90\xf6\x4f\x4a\xf6\xc6\xf1\xb9\xa4\x64\x95\x20\x1c\x78\x49\xc9\x96\x94\xec\x8d\xe3\x73\x49\xc9\x2a\x41\x38\xf0\x92\x92\x2d\x29\xd9\xfb\x65\xd7\x76\xb2\x7a\x3a\x59\xb5\xbd\x69\x39\x91\x20\xcc\x77\x49\xc9\x2a\xcf\x5f\xf2\x6b\x1a\x53\x24\x86\x4d\x50\x63\x2a\x25\x7b\xbf\xb4\x4e\x1a\x53\x24\x08\xf3\x5d\x52\xb2\x25\x25\x7b\xe3\x0e\x5c\x52\xb2\x05\x19\x1b\x84\xf9\xae\xd0\x98\x4a\xc9\xde\x2f\xba\xb6\x94\xac\x12\x5c\x4c\x57\x52\xb2\x25\x25\x7b\xe3\x37\x5b\x52\xb2\x4a\x40\xe4\x94\x94\x6c\x49\xc9\xde\x78\xbf\x96\x94\xac\x12\x10\x39\x25\x25\x5b\x71\xf9\x52\xda\x60\x68\x4c\x91\x20\xcc\x77\x85\xc6\x54\x98\xf6\xc6\x3b\xb4\x84\x69\x95\xe0\x36\xbc\x12\xa6\x2d\x61\xda\xfb\xf5\xe6\xa5\x1a\x53\x60\xda\x20\xfe\x71\x09\xd3\x96\x30\xed\x8d\x3f\x67\x09\xd3\x2a\xc1\xae\x76\x09\xd3\x2a\xcf\x63\xbc\x61\xfa\x52\xbc\x64\xd9\xd5\x2e\x63\x44\x97\x30\xed\x4d\xc4\xff\x12\xa6\x55\x82\x68\xca\x25\x4c\xab\x04\x61\xae\x4b\x98\x56\x79\xfe\x92\x7a\xd3\xbe\x22\xc1\x7e\x78\x09\xd3\x2a\xcf\x63\xfe\x9a\xf9\x60\x86\x3a\x4e\xdf\x69\xe1\x39\x32\xbd\x0f\xeb\x6d\xfd\xf2\xf6\xe5\x31\xea\x83\x23\xd3\x92\xb9\xbd\xf1\x85\x2c\x99\x5b\x25\x88\x86\x5d\x46\xa1\x2e\xa3\x50\xdf\x87\x25\xd5\x5a\x23\x41\x34\xec\x32\x0a\x75\x19\x85\xfa\xc6\x17\xb2\x8c\x42\xad\x04\xd1\xb0\xcb\x28\xd4\x65\x14\xea\xfb\xb0\x58\xda\x59\x24\x06\x93\x08\x39\x5f\x25\x08\x9a\x5d\xe1\xdc\x36\xb4\xa9\xc7\x2f\xcd\xc2\xbf\x2d\x3c\xf5\xa1\x4d\x95\x10\xbe\xf1\xd5\x2b\x11\xe0\x02\x01\x0e\x62\x55\x97\x08\x70\x89\x00\xdf\x78\xb4\x94\x08\xb0\x12\xc4\xaa\x2e\x11\xe0\x32\x7e\xf5\x8d\x57\x5b\x19\xbf\x5a\x09\x6e\x50\x2c\xe3\x57\x97\x08\xf0\x8d\x7f\x59\x89\x00\x2b\x31\x58\x4a\x89\x00\x2b\x41\x94\xeb\x12\x01\x56\x9e\xbf\xe4\x05\xce\x6d\x91\xe0\xee\xc5\x12\x01\x56\x9e\xc7\x28\x82\xd6\x18\x89\x61\x09\xb4\xc6\x22\xc0\x37\xce\x57\xf5\x0e\xf2\xf1\x5e\xfd\xe7\x1f\x5c\x59\x50\x6f\xeb\xfb\xdd\x9c\xa8\x3d\xcf\x7c\x7c\xe6\xf3\x3c\xc3\x86\x79\xe9\xd8\x55\x9f\xcf\x8b\x2a\x7b\x52\x9c\x73\x7e\x76\xff\xf9\x87\x9d\xec\xeb\x5f\x7d\xe3\xf3\xe7\x1f\x44\xa1\xae\xef\x78\x91\xf2\x74\x7f\xa2\x29\x97\x0e\x3b\x85\x6f\x0c\x17\x3a\x96\x8e\x2d\xf5\x7d\xde\x45\xe8\xd9\xd2\x29\xa4\xbe\xef\xcf\x9f\x7f\x5c\xaf\xbf\x76\x4e\x2b\x7d\x41\xea\xfb\x58\xe7\x8b\x26\x94\x66\x25\x9f\x1f\x05\xab\x29\xcf\xe1\x15\x22\xb6\x94\x27\xe3\xc5\xbd\xa7\x04\x67\x29\xaf\x38\x55\x26\xd6\x30\xc1\xbb\x2b\x9f\xb5\x0a\x21\x57\x2a\xfd\x8c\xf9\x14\x9b\xc8\x20\x55\xbe\xab\x9e\x77\x71\x57\x5a\x95\xef\xe2\x7c\x09\xaf\xe8\x6a\x9f\xe9\xe7\x19\x2e\xce\x28\xcf\x29\x8a\xa3\x83\x03\x2a\xb3\x3c\x32\x28\x36\xee\x0f\xfc\xfe\x8a\xdd\xfb\xbf\x95\x77\xd7\x01\xfe\xf4\x8b\x9f\xea\xd7\xf3\x53\x41\xd0\xf3\x76\xbf\xa9\x5f\xb9\xff\xfc\x23\x38\xa2\xe9\x57\xbd\x48\x7a\x64\xd0\xfb\x9a\xbd\x9c\x47\x9e\x66\x44\x3c\xbe\x7e\xb1\x48\x50\x82\x3d\xd6\x7e\x31\x46\x36\xbb\x33\xc1\x9d\x85\xfd\xea\x5f\xd2\xfa\xf3\x8f\xf5\xcb\x04\x28\x6e\xbf\x9e\x5a\x08\x22\xac\xf5\x61\xbe\x0e\xf2\x05\x54\xd4\x87\xf9\x3a\x92\xa4\xc7\x4c\xf6\xf1\xe4\xf1\x27\x01\x1c\xd8\x87\x59\x3d\x9e\x9f\x0f\x6e\xcb\xee\xc3\x9f\x47\xd6\xfb\xc5\x53\x0c\xa3\x7d\xf0\x46\xee\x20\xee\xd3\x37\x9e\x91\x84\x5a\x5f\x24\x95\x49\x45\xd2\x49\x52\x93\x44\xbe\x88\xee\xd4\x4e\xe4\xfa\xdc\x8f\xad\xe6\xf6\xaf\x3e\x89\x8a\xac\xc4\xdb\x3f\x24\x28\x72\x9f\xbc\x91\x59\x69\x87\x6f\x44\x02\xb2\xba\x23\x4e\x93\x1e\x5b\xc2\x42\xa3\x23\x82\xa4\xb1\x78\xea\xf9\x79\x06\xc5\x9f\xfc\xd7\x53\x0c\x8d\x1d\xd7\x7e\xfa\xcf\xf1\x14\x28\x26\x35\x81\x04\x61\x2f\xda\x41\xaa\x63\xe6\xf3\x54\x98\x54\x26\xd5\xf3\x69\x1f\x7b\xd3\xc1\xa6\x6c\x07\x7d\x88\x49\x4c\x6b\x44\x3b\x9e\x69\xd0\xc0\xdb\xb1\x83\x58\x10\xca\x60\xbe\xdf\x41\x27\x56\x06\xb7\x7a\x74\xd8\x26\xe2\x69\x07\x03\x67\xe1\x8e\x32\xf7\x8f\x0c\x56\x00\x1d\x65\xee\xeb\xc3\x53\xfe\x21\x55\x18\xfd\xe2\x29\x92\xda\x4c\x3c\x32\x0e\x73\xdf\xd6\xd7\x23\xd7\xcd\xa7\x8d\xb6\xbe\x1e\xfb\x33\x98\x57\x77\xb4\x99\x78\x64\x30\x9d\xed\xb0\x15\x22\x03\xcf\xde\x0e\x9b\x49\xf4\x97\xa7\x28\x23\xfb\x80\xca\xc0\xf0\x76\xb4\xf5\xf5\xc8\xe0\xb0\xbd\xa3\xad\xaf\x47\x06\x7e\x89\x1d\x4d\xc3\x8c\x4d\xee\xfd\x68\xdb\xdc\x6f\x72\x3f\xc8\xd7\x36\xf7\x8f\x0c\x10\xe6\x8e\x6d\xee\x37\x55\x38\x68\x13\xdb\xdc\x6f\x72\x4f\xbb\x8f\x6d\xee\xf7\x9b\xa7\xfc\xc3\x8f\x49\x4f\x15\x32\xd3\xea\xb0\x15\x22\x03\x73\xdd\x61\x2b\x8c\x67\x8e\x36\x98\x41\x75\x6c\x73\x8f\xe5\xc5\xf4\xf6\xb0\x61\x22\x03\xef\xd9\x1e\x36\xcc\xf1\x34\xc6\xc1\xf4\xa6\x47\x0c\x93\x26\x4f\x1d\x24\x2d\x93\xc8\xc4\x63\x86\x7a\xc4\xd7\xa4\x2f\x49\xfe\x7c\x9a\x44\xad\x5e\x83\xa4\x32\x89\x7c\x9d\xfe\x3c\xf9\xe2\x72\x89\x81\x5f\x6b\x8f\x61\x26\x1e\x19\x8c\xf8\x3d\x98\x4d\xf6\x18\x34\xdf\x8b\x9f\x1f\xbf\x3f\x6c\x06\x0e\xf2\x35\xf8\x1c\xe3\xe2\xb7\x16\x3f\x7f\xf9\x5b\xcf\xc4\x70\x70\x5e\xdd\xe3\xb2\x40\x8f\x0c\xa2\x57\xf7\x60\x8e\xa8\x0c\xfc\x24\x7b\x30\x47\xec\x71\x39\x2e\xdd\x24\x59\xc6\x47\xc6\x65\xbe\x2e\xcb\x78\x51\xc6\x65\x92\x65\xbc\xc8\xd7\x49\x81\x2e\xf3\x35\x79\xe3\xc9\x6f\x4d\xdf\xf8\x4c\x00\xc7\x15\x3c\x85\xeb\xa7\x32\x70\xaf\x6c\x6f\xc6\x68\x6e\xc3\x18\xdc\x5d\xdb\x63\x9a\x09\x3b\x32\x1d\x66\xd8\x91\xc7\xdc\x3c\xc5\x1f\x12\x4a\x50\x19\x0c\xcf\xed\xf5\x19\xca\xb8\x06\xc5\x5e\x56\xce\x23\xe3\xb2\x01\x2c\x2b\xfa\x91\x81\x23\x65\x7b\xa3\x86\x32\xae\x49\x19\x97\xb9\x7f\xe6\x88\x86\xec\xee\xb1\xcc\xea\x22\xab\xeb\xaf\x57\xcb\x3d\x96\x25\x59\x54\xa7\x25\x59\x56\x27\x26\x09\xff\xcc\xf6\xe2\x0b\x65\xe0\x64\xd9\xe3\x6d\xb6\x9f\xb5\xb2\x91\x9c\x7b\xbc\xfd\x5a\xcf\x1c\x6e\x4c\x5b\xf7\xdb\xea\x7c\x53\x9d\xd8\xfe\xf1\x36\x8f\xcf\x1c\xc1\x40\xce\x3d\xde\x66\x62\xfb\xc6\x27\x13\x97\xdd\x82\x4b\x00\xc6\x69\x12\x73\x66\x65\x70\x76\xd0\x5c\x0e\xf0\xc8\xf3\x87\xdc\x48\xd1\x86\x23\x6f\x40\xff\xc1\x06\x55\x5f\xef\x36\xa9\xff\x69\xf1\xae\x37\x8d\x01\xce\xff\x67\xf1\xc4\xfc\x95\x9f\x79\x13\xf3\x6f\x30\xfe\x9f\x79\x23\x30\xf8\x4f\x7e\xb6\xcc\xf8\xe0\x4d\x2c\xf0\x9f\x2d\x33\x16\xb8\x32\x70\xd6\x6c\xe2\x82\xff\xad\x2f\xca\xc8\x8a\xbb\xa7\x65\x9c\xcf\x68\x33\xb8\x4a\xbb\xa7\xa3\x0d\x32\xf0\x63\x6e\xe9\xf1\x9e\xb4\xee\xc1\x6f\x4d\x5b\x37\x32\x70\x3c\xee\x79\xf1\xc6\xb9\xec\x88\x24\x59\x13\x44\x83\xfd\xb5\xc8\x99\x5f\x93\xbe\x7f\xfe\x71\x11\xbc\xba\x67\x92\x7b\x58\xe0\xc1\x9d\xc0\x0d\x10\xfc\x93\x69\xd7\x17\x0b\xee\x49\xee\xe7\x33\x3d\xef\x65\xee\x17\x6f\xe4\x34\xb8\x0d\x1f\xd9\x8b\xa7\xb8\xf2\xb6\x6f\x9f\xba\x79\x0a\xe4\xab\x25\xef\x9a\xc0\x70\xc6\x37\x6b\xe3\xc2\x29\x97\xe6\xcd\xb8\x70\x0d\xa8\x36\xde\x8b\x24\xf3\x85\x0c\x2e\xb0\x6b\x99\xb5\xbe\x9f\x37\x5e\x6c\xe2\xb4\xb3\xe4\x7e\x3f\x16\xf3\x62\x1b\xa3\xdf\x71\x99\x74\x3d\xf3\x3c\x5a\xce\x3b\xf8\x79\xe6\xd2\x17\xd7\x1f\xb4\x93\xe9\x06\x17\x32\x98\x4d\x4b\x0b\x29\x17\xa0\x68\x4b\x0b\x35\x61\x99\x2e\x80\xa7\x36\x2a\x93\x72\x01\x0a\xb4\x51\x99\x1a\xce\xe5\x3a\xc8\xfd\x9b\x0d\x00\x45\x27\x89\x26\xa4\xd2\x23\x4f\x26\x70\x6b\x6d\xe7\xef\xcd\xfc\xfd\xc2\x75\xb9\x9d\xc0\x37\x94\xc4\xc5\x69\x77\x7f\x6c\xd1\xc8\x05\xa3\xde\x1f\x5b\x34\x72\x71\xaa\xda\x4c\xf9\x7f\x72\xb1\x6d\xda\xd2\x15\xfd\xf9\x9e\x3c\xf5\x7c\x34\x49\x0a\x45\x90\xa2\x3f\x2c\x65\xfa\xd3\xfc\x21\x13\x42\xc9\x07\xe5\x62\xcb\xb8\x3f\xce\x07\x3e\xcf\xb0\x7e\x71\x0d\x4b\x7f\x1c\xd6\x91\x6b\xd0\xdd\x85\x1c\x9a\xc5\x86\x57\xf9\xb7\xab\x8d\x66\xdd\x70\x39\x60\xbb\x70\xe8\xef\x63\x54\xae\xe1\x53\x2c\x1c\x95\xe9\xa7\xd5\x9b\xbc\x89\xfb\xe1\x6d\xf1\xfd\x25\x10\xbf\x72\x39\x2b\xfd\xda\xf9\xbe\xcd\x53\x8c\xe1\x5f\x27\x12\x88\x71\x12\xfa\xeb\x44\xe2\x4b\xbe\x08\x3e\xde\x2e\x3d\xda\xa5\x07\xc1\xab\xdb\xb5\x47\xe3\x85\x7a\x81\x75\xb7\x4e\xa8\xca\xe2\xd6\x97\x4e\x67\x0d\xac\x2c\xbc\x74\xb9\x5d\x5a\x28\x8b\xdd\xe3\x2e\x87\xf5\x8a\xa7\x72\x88\xe9\xd2\x15\x6f\x93\xde\xcf\xcf\x33\x8b\xaf\x60\x6e\xc1\x9a\xc4\xbb\x94\xdb\x45\x49\x17\x65\xe4\xb8\xac\xcb\x32\x22\xd7\x4d\x4d\x94\x06\x06\x2f\xc1\x8b\x5b\x81\x5b\x27\xc1\xae\xaf\x63\xf8\x45\x52\x98\x74\xf3\x14\x3f\xff\x35\x13\x8f\x0c\x96\xde\xed\x45\xf7\xca\xc5\x2d\xbe\x5d\x1c\xac\x74\x7d\x31\x43\xa7\x49\xd4\x2a\xd7\xdd\x5f\x5c\xec\xdb\x95\xc3\xa4\xa7\x8b\xb2\xa2\xee\xb2\x6f\x57\x92\x7b\xcc\x63\xa5\xb9\x4f\xa6\x41\x8c\xbb\xe5\xea\x02\xb9\x38\xca\xe9\x72\x75\x81\x0c\x97\x4b\xe5\x42\x08\xf1\xca\xd6\xae\xb2\x56\x8b\x32\x86\x49\x96\x91\xfe\x08\x58\xd8\xde\xa1\xaf\x0c\xfc\x0a\x5b\xf7\xc3\xae\x67\x5e\x77\x71\xdc\xd3\xe5\xbc\xae\x98\xc4\x0d\x2b\xda\x49\x1c\xf2\x9b\xf3\xe0\x75\xf8\x93\xeb\x6d\xbe\x9c\xd7\x95\xf3\xba\xf1\x7c\x0e\xd7\x8d\xca\x18\x63\xfd\xf5\x50\xdc\xb6\x8f\x7e\xa6\x7d\xde\xab\xda\xed\xb4\x0f\x19\x83\x59\x65\x6b\xcb\xfa\xb1\x5f\x17\x87\x2d\xdd\xce\x04\x91\x31\x98\x41\x74\xdc\x26\x3d\x7d\x80\x9b\x11\xbb\x9d\xf6\xb5\xd3\x3e\xec\x75\x3b\xed\x43\x2e\xd7\x36\x1d\x7c\x07\xbc\x28\xc7\x60\x44\xd5\x8b\x52\xb9\xb8\x53\xb0\xdb\x99\x20\x32\x88\x15\xd1\x38\x59\x3e\x42\xbe\x86\x49\xe6\x8b\xc1\x6c\x50\x77\x5e\xfa\xdf\x3d\x9e\x01\x88\xe3\x98\xee\x91\x26\xd1\xb0\x18\xb0\x7b\x98\xd5\x8b\x9a\x60\xd2\xea\x05\xff\xca\x80\x78\xea\x76\xbe\x88\x5c\x9c\xb2\x74\x3b\x5f\xec\xcb\x11\x95\xdc\x5f\xd6\xc4\xc5\x67\xa6\x9f\x37\xe1\xa7\x95\x71\xfc\xfe\x90\xd6\x8d\x6b\xa7\x97\xc0\xb6\xae\x9d\xca\x18\x93\x02\x4d\x8b\x3d\x79\x23\x5d\x4c\xcf\x4e\xe5\x37\x86\xf7\xb4\xd8\xcf\x14\xd2\xfb\x5e\x5b\x5f\x4f\x65\x0c\xac\x81\xbe\x9e\xdd\x93\x9a\x60\x06\xd2\xd3\x9a\x60\xc5\x78\x98\x55\x57\x8c\x3d\xf9\x42\xcb\x4c\xf8\x85\x98\x68\x0e\x33\xe1\x44\x13\xb9\xb8\x94\xad\xdb\x89\x26\x32\x34\xa8\xed\x44\x13\x4f\xd2\x8b\x93\x9f\xd6\x93\x54\x19\x1a\x54\x1d\x49\x95\x81\xcb\x6c\xeb\x48\xaa\x8c\xc1\x9c\xd8\x98\x09\xca\xc5\x2d\x6d\x6d\xcc\x04\x65\x0c\x0b\xe4\x74\x14\xb9\xb8\xa4\xad\x7b\x59\x6c\xe6\x9b\xc3\x02\x39\xdf\x44\xe6\xb0\x7d\x2d\x8b\x8d\x11\x04\x0f\x6d\x77\x5d\x94\x31\xcc\xbd\x53\x50\xe4\xe2\xd6\xb6\xd6\x61\x54\x19\xdc\xef\xd3\x3a\x8c\x2a\xbf\x11\x42\x7f\xd1\xc6\x39\xd4\xeb\x6c\x5b\xdf\x50\x65\x0c\x0b\xe4\xdc\xb5\x9d\xbb\xda\x30\x9d\xbb\x22\x03\x56\xac\xfb\x6d\x81\xd8\xf2\x72\xaf\xa1\x9d\xce\x22\x63\xfc\x72\x6f\x19\x19\x8a\xdf\xac\x64\xdd\x33\x52\xc6\x30\xf7\x1f\x0b\xc4\x74\x03\xdc\xb5\xdb\xe9\x06\x32\x86\x59\xfd\x98\xd5\xcf\xcd\xc0\xc8\x1b\x3f\xe6\xeb\x43\xfb\x62\x8a\xd0\x1f\xf3\xc5\xdc\x75\xfc\xde\x68\xbe\x1e\x99\xdc\xa5\xd6\xfd\xf9\xe5\x2b\xff\x39\xdf\x6c\x47\x54\x64\x0c\x76\x4a\xda\xd1\xa6\xd9\x4b\xe3\x0c\xac\xfb\x6b\x93\xfb\x62\x9c\x19\xc3\xdb\xd1\xa6\xbf\xcd\x53\x14\xfb\x6b\x5b\xfd\xd2\x56\xdf\x24\xa5\x7f\xf8\xc8\xe4\x5a\xaf\xd6\xdf\x55\x59\xcb\xba\x4f\x6b\xe2\x19\x3b\x26\x1b\x6a\xdd\x4e\x08\x91\x31\xb0\xfd\x9d\xd6\x44\xf2\xd1\xde\xfe\x96\x1f\xed\x99\xf4\x4e\x82\x66\x76\x3b\xe9\x45\xc6\x85\xa1\x6f\x27\xbd\xc8\x74\x8e\xd8\x69\xb1\x1f\x19\x97\x95\xe3\x30\x85\x4c\xee\xe5\xea\x76\x98\x6a\xc6\xa4\xcb\x9a\x70\x4c\xea\x67\x00\x9a\x5c\xcb\xd5\x3a\xeb\x2a\xe3\x62\xe5\xdf\xee\xe0\x74\xf1\x5b\x0c\x8c\x5d\xbf\xdf\x62\xc5\xc8\x9e\x51\xb7\x95\xd3\xcc\x79\x18\x80\xda\x49\x2f\x32\x2e\xa6\x1b\x3a\xf4\x2a\xf3\xa5\xd9\x76\xd7\x05\x19\x17\x5b\x06\xed\xae\x0b\x5e\xb7\xde\x50\xdc\xbd\x7f\x49\x4f\xaf\x5d\x56\xe1\xb6\xbe\xd8\x14\xe5\x02\x9d\xde\x8e\x5c\xb8\x7b\x7a\x7d\x70\x1b\x91\xa2\xb7\x4b\x4d\xcc\xf6\xb6\x6f\xef\xa7\x8b\x4e\xb7\x6b\xb6\x5d\x14\x99\xee\x94\x6c\xbb\x28\x32\x2e\x06\x1d\xdd\x43\x95\xdf\xe2\x76\xdb\x45\xf7\xd3\xd3\x26\x3b\xe7\xbd\xed\x69\xc8\xb8\x18\x87\xb6\x3d\x0d\x99\x90\xc1\xbd\xed\x69\xc8\x6f\xcd\xb6\xed\x69\x88\x97\xe2\x36\x9e\xa8\x3f\x19\xd7\xf5\xd7\xc1\xb1\x7b\x3b\xbf\xde\xcf\x64\x7a\xba\x6b\xb2\x9d\x4c\x23\xe3\x62\x8e\xa7\x53\x6b\xe3\xa1\xea\xc5\xba\xbd\xed\x9b\xc8\xc0\x9b\xbb\xf1\x5c\x7d\xe4\xe9\x75\x5a\xf5\x6d\xaf\x43\x06\xd7\x70\xf5\xb6\xd7\xed\xf4\x29\x7e\xcb\x46\x8a\x8c\xcb\x4f\x63\x23\xdd\x7c\x53\xa8\xba\xde\x7e\x53\x64\x69\xcb\xb6\xdf\x74\xf3\x4d\xe1\x56\xb6\x5b\xcf\xfb\x75\x3d\xbd\x0e\xe8\x63\xbf\xae\x5f\x12\x5f\xeb\x0c\x92\x4e\x92\x9e\xe1\x60\xe2\xf1\xbc\xf5\xe9\x54\x06\x5b\xcf\x5b\x9f\xce\xcd\x36\xf6\xc4\x0f\x71\xbb\x8d\xbd\xf1\x81\x9c\xf8\xcb\xed\xd7\xdb\xa7\xde\xec\x58\xdd\x3e\xb5\x4c\xba\x79\x8a\xdf\xe2\x33\x2b\x83\x29\xf7\x7e\xf1\x99\x37\x5e\x93\x13\x2f\xb5\xfd\xe2\x73\x28\x83\x9b\xbb\xf6\x8b\xe5\x8e\x32\x71\x2b\xdb\x2f\xbe\x90\x32\xd8\xff\xde\x7a\x5b\xee\xd7\x27\x78\x6a\x90\x34\x4c\xa2\x3f\xdd\x26\x59\x46\xbe\x23\xae\x61\xdb\xb8\x10\xca\xb8\x6e\xea\x8b\xef\xa8\xcc\xb0\x56\x3f\xe6\x1e\xb3\x4b\xf8\x9f\x6d\x58\x08\xc5\x9d\x92\xfd\xc2\xec\xee\xd7\x33\xbf\x9e\xb8\x94\xed\xd7\xd7\xa7\xbe\x98\xa4\xb7\x49\x69\xd2\xd3\x6e\xd9\xca\xd8\xb8\x75\xfe\x64\x5c\x6f\x0a\xf4\xb5\x26\xb0\x9e\x38\x24\x6d\xfd\x3d\x95\x41\xd4\xa0\xfd\x4a\xbf\x63\xd2\xeb\xde\xfc\x16\xc7\xf6\xfb\x85\x41\xc5\x81\x68\xbf\xd2\x2f\x84\xf5\xbc\xde\xfe\x96\x65\xa4\x15\xb2\xca\xdb\xaf\x34\x5f\xb6\xc2\xb7\x7f\x68\xbe\xb0\x8b\x2c\xfc\x36\x07\x18\x7f\xdb\x1c\x54\x0c\x40\x81\xfd\x2a\x33\xf1\x88\x7b\x0d\x5b\x37\xd4\xcd\x41\xc5\xc4\x41\x67\xbf\xca\x37\xb2\x41\xcd\xf6\xc3\x7e\x95\xb5\x4a\xf3\xc5\x07\x66\x7b\x42\xb1\x8f\x67\xee\x3b\xc1\x98\xf6\xc1\x02\x5e\x19\xf3\x18\x24\x2d\x93\xd8\x7f\x3a\x26\x49\xb7\x49\x6f\xfe\xd0\xa4\x8f\x49\xee\x3f\xdd\x24\x7d\x4d\x6a\x9e\x32\x69\x9b\xb4\x99\x82\x3e\x05\x3a\x38\x12\xdb\x38\x7d\x0e\x80\x83\x8d\xe7\xe7\x4f\x06\x6c\xf0\xd6\x01\x74\xe3\x00\x3a\x39\x77\xdd\xfa\x7f\x2a\x83\xdb\xd8\xb6\xfe\x9f\xfb\x78\x66\xc8\x6e\xb1\x6c\x7c\x41\x7f\xe2\x16\xcb\xd6\x23\x54\x99\x9c\x9d\x6e\x3d\x42\x95\x31\xe9\x1d\xc7\x30\xf7\x63\xf3\x14\x7f\x78\x99\x55\xf6\x60\xc1\x14\xf6\x61\xdf\xc6\x21\x74\x8e\x5f\x92\xf9\x62\xc3\x95\xc0\x4c\x5b\x7f\x50\x65\x70\x87\xdb\xd6\x1d\x74\xe3\x02\x3a\x59\xac\xed\xe3\x32\x5f\x4e\xa0\x69\xf7\xc7\x65\x26\xa6\x3f\x4f\x26\xa6\x3f\x3f\xfd\x79\x9e\x9a\xfe\xfc\xfc\xe7\x54\x6f\x1f\xcc\x70\xf7\x31\xd9\x46\xa2\x77\x1c\xd3\xba\x7f\xa6\xb3\xde\x56\xb9\xf5\xfb\x54\x06\x08\xc4\x3e\x96\x05\x7a\xa6\xb3\x73\xd0\x15\xf4\xfb\x54\x06\x17\xc4\x6d\xdd\x3e\x37\x71\x2e\x26\x2b\x95\x6d\x9c\x8b\x8d\xf7\xe7\x80\x93\xd8\xc7\xb2\x40\x98\x34\xe6\x88\xdb\x13\xb0\x4d\x2c\x8a\x39\x68\xe4\x87\xc6\xea\x70\xe7\xd2\xdc\xbf\x2d\xf6\x23\x93\x09\xf4\x3e\x18\x80\x94\x31\x6d\x39\x6f\xcb\xf8\xa1\x40\x8b\x37\x6a\x99\xf0\xdf\x74\xf7\x6c\x1f\x5a\xa6\xa3\x8b\xa7\xf8\xb4\x6c\x52\x28\x17\xbe\x91\xfb\x68\x2b\x87\xde\xc1\x88\xba\x3d\x4d\xdb\x78\x80\xcd\xeb\x59\x83\xec\x93\x0d\x6a\x65\x32\x3d\xdb\x27\xab\x8b\xcd\x69\xda\xb4\x7d\x79\x9a\xb6\x39\x27\x9b\x93\x51\xc1\x73\xb2\xcd\x79\x94\xd7\x73\x6d\xcf\xa3\x36\x87\x16\x13\xdf\xdf\xed\xa1\xc5\x1e\xcf\x9a\x6d\x72\xdf\xfd\xe6\x54\xe0\x27\x86\xbb\xda\x1e\x0e\x6c\x36\x92\x27\x57\x67\x6f\x37\x92\x37\x1b\xbe\xeb\x75\xfe\xb7\x0d\xea\x58\xff\x7d\x24\xde\xc3\xda\x44\x2e\x82\xc8\xee\x61\x6d\x8e\x67\xea\xb9\x08\x51\xbe\xb9\x1d\xf9\x27\x83\x0b\xd7\xf7\xf8\xd2\x3c\xd8\x53\xf6\x8a\x93\xed\x9e\xf2\xbe\x1e\x93\xb1\xf0\x27\xd8\x97\x26\x03\x99\x04\xf4\xdb\x97\x26\x83\x4b\x66\xbd\x20\x63\xb3\xbf\xfc\x93\x39\x7d\xca\x82\xb0\x9d\xbb\x80\xc3\xb7\xdb\xb9\x9b\x2d\x58\xc1\xe9\xed\x16\xec\xe6\x52\xcb\x85\xc7\xd3\xf6\x52\x4b\x65\x80\x0b\x6d\xef\xb4\x54\x16\x7e\x46\xdb\x3b\x2d\x95\xc5\x36\xf3\x9e\xb6\x3e\x6e\x92\x14\x29\xdd\xde\x24\xa9\x0c\x18\xcd\x3d\xbf\x3e\xf5\x18\xf5\x85\xe7\xc3\x9e\x1a\x75\x64\x80\xbd\xed\x99\x3e\xf5\xd8\x66\x91\xca\xed\xd5\x92\xca\x70\x94\x9a\xcc\x59\x37\x9b\xbe\x8b\xbd\x80\xed\xa6\xef\xe6\x4a\xc1\xc5\x5d\xa9\x7b\xd9\xd4\x90\x75\xf1\x95\x97\x4d\x6d\x79\xae\x4e\x23\x72\x6b\x58\x59\xdc\xd1\xb9\x17\x73\x43\xe5\xc2\x4d\x68\x7b\x43\xe0\x66\x03\x79\x71\x1a\xb1\xdd\x40\x56\xc4\x62\xf6\xcd\x46\x89\x12\x17\x7d\xfa\xe6\xe0\x76\x73\xe1\xdc\xf2\x0b\xdd\x4e\x53\x90\xd0\x18\xdc\xf6\x7c\x36\xa3\xd7\xa2\x3b\xb9\x19\xbd\xd9\x40\x5e\x84\x8f\xde\x6e\x20\xef\xf7\xd3\x0e\x16\x81\xb9\xf6\x9b\x7d\x3a\x25\x88\xdc\xb9\xdf\x0e\x23\x6c\x20\x2f\xc2\x66\x6d\x37\x90\x37\xdb\xb9\x78\xae\xfe\xdf\x8d\xfb\xf9\xff\xbf\x7e\xfe\xfe\xff\xfd\x8f\xff\xf9\xf9\xfb\xff\xfa\xfc\x6b\xff\x91\xff\xf9\x8f\x7f\xf4\xbf\xfd\x47\xfd\x4b\xfe\xc7\x1f\xff\xff\x93\xfa\x47\xf5\xfe\x97\x7f\xeb\x7f\xf4\xff\xfe\xf7\xff\xfc\x47\xf6\x1f\x7f\xff\xf7\xbf\x3f\x7f\xc5\xbf\xff\x13\x00\x00\xff\xff\xe4\xfe\x34\x66\x50\x40\x01\x00"); -var _afdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\xab\x3f\xbd\x7a\xa5\x37\x3f\x9f\xe2\x19\x26\x83\x8e\x4b\xa5\x77\x30\x86\xe0\xc6\xe0\x41\x77\x42\x9c\x4e\x02\x21\x34\x52\x49\x72\x0c\xf1\xb1\x39\x76\x0f\xfa\xdb\x87\xbf\xae\x6b\x43\x3b\x84\xf3\x8c\x36\xda\x55\xbf\x52\x49\xa5\x92\xee\xb5\xee\xa5\x55\x7f\xf1\xd7\x7f\xfb\xef\xff\xf6\x8f\xff\xf0\xaf\xbf\xfd\xc5\xff\xfc\xa7\x7f\xfa\xfe\x6e\xff\xeb\x6f\xe7\x1f\xfe\xb8\xfe\xb4\xff\xe5\x9f\xfe\xcb\x9f\xbe\xfd\xdb\xdc\x7f\xff\x0f\x7f\xfc\xc3\x1f\xc2\xfb\xdb\xfa\x87\xef\x5f\x7f\x8a\xf7\xcf\xf7\x8f\xe3\x9f\xff\xf0\x87\x5f\xbf\xff\xbb\xff\xfa\x2f\xff\xba\xff\xf1\x6f\xff\x78\xfe\xe9\xb7\xc8\x79\xeb\xbf\xfc\xb3\xe7\xfe\xc5\xff\xb2\xff\xfe\x1f\xfe\xe5\x5f\xff\xf4\x5f\x7f\xfb\xef\xfe\xc7\xf5\x4f\x73\xff\xf7\xbf\xad\x7d\xfe\xf0\x17\xff\xd3\x9f\xd6\xfe\xd3\x3f\xfc\xf1\xef\xfd\xef\x7f\xfe\xeb\xff\xf8\x77\xe1\x3f\xff\xa7\xbf\xfe\xbb\xd7\xe3\x7f\xf7\x5f\xfe\xf9\x9f\xff\x9f\xfd\x8f\xfb\x8f\xff\xfa\x5b\xbd\xff\xd9\x7f\x5c\xf7\xef\x1f\xfe\xe2\xaf\xff\xc3\xf8\xe7\xff\x38\xfe\x71\xff\xf6\x17\xf7\xa7\xff\xee\xd7\x4f\xff\xdd\xaf\x9f\xfe\x37\xc7\xff\xb7\xfd\xa7\x7f\xf9\x87\x7f\xfa\xe3\x6f\x21\xfd\x0f\xcf\x13\xb8\xe4\xaf\xff\xff\xaf\xff\xf5\x9f\xf7\x6f\x3f\x27\xfe\x1f\xff\xe9\x6f\xff\xfd\x6f\xff\x67\xf8\x2d\x3c\xbf\xbd\x39\xc6\xfc\x5b\x78\xc3\xfb\x7f\x79\xf0\x7f\xff\x0f\xff\xb4\xf6\x6f\x0f\xa5\x40\x63\xbe\x7f\x5a\xfb\x5f\xfe\x79\x7c\xfb\x4f\xe3\x8f\x7f\xbf\xff\xf0\xdb\x6f\x7f\xf9\x3c\xcf\xf3\x57\xbf\xfd\xe5\xdf\xfc\xcd\xdf\xfc\xcd\x5f\xfd\xba\xc5\xff\xcf\x19\x7f\x08\xcf\xc3\x4f\xe7\xf9\xfe\xef\xf1\xa7\x3f\xfc\xfc\xe0\x9c\xb3\xfe\xea\x57\xa9\xfc\x2a\x3d\xcf\xe8\x94\xc2\x5f\xfd\xf6\x97\x6f\x78\x5f\x4a\xef\xaf\xd2\xf3\x16\x4a\xf1\xaf\x7e\xfb\xcb\xf8\xeb\xe7\xb7\x94\xee\x55\x9e\x8f\x52\xa5\xb4\x29\x35\x7e\x57\x29\xf5\x7b\x2c\x4c\x4a\x83\xd2\xa0\x34\x29\x1d\x4a\x1f\x57\x09\x94\xd6\xaf\xd2\x8e\xd6\xb7\x7f\x5d\xf3\xdd\x9e\x79\xa8\x21\xdf\x52\x8d\xb7\x0d\x93\xfa\x6a\xbb\x57\xc9\xdc\x59\xed\xf7\xcc\x10\x29\x0d\xae\x49\x0d\x75\x72\x2c\x51\xfa\xfe\xdb\x7e\xa9\xeb\xdf\x94\xf6\xbf\x29\x9d\xff\xb6\xd4\xe8\x89\x4c\xfb\x5a\xa6\xc4\xb1\xf1\xdd\x1a\x22\xf7\x39\x16\x25\x7a\x77\x70\xcd\x87\x3b\x1b\x5c\xf3\xa1\xaf\x27\xcf\xe8\xa1\x97\x66\xe0\x77\xd4\x30\x5f\x9e\x18\xad\x9d\x3e\x15\xae\x32\x7f\xdd\xcb\x9b\x3f\xcf\xcc\x94\xe8\xb3\x59\x6e\x69\x7a\x66\xa5\xc4\xbd\xcc\xc6\x99\x3c\xbf\x79\xfb\xac\xfc\xdc\xcb\xa0\x44\x1b\xe6\xe4\x4c\x6b\xff\x28\x79\xe6\x6d\x5f\x1e\xf4\xee\xdc\x94\x78\x7e\xf3\x50\x1f\xfd\xf2\x3d\x94\x78\x46\xdf\xaf\xf6\xc5\x77\x70\x67\xdf\x1d\x75\xc1\xfa\xbe\x48\xdb\xb9\xb3\x8f\xbe\xde\x9e\x49\x5f\x47\xda\xf7\xfd\x6a\xdf\xf3\x7e\xd4\xb0\xec\x41\x7a\x62\x05\x4a\x1e\xa3\x07\x17\x6d\x58\x8c\x9e\x63\x29\x31\x96\x68\xc3\xba\x3d\xf8\x3a\x5a\x57\x61\xb4\x72\xd7\x8b\x31\x1f\xb8\xb3\xc5\xa8\x0b\xd6\x70\x7b\xe9\x2d\xb4\x7d\x7d\x5c\xc5\x33\x6f\x2f\xbd\x99\x9e\x5f\x8c\xeb\x42\x7d\xfb\x3e\xbf\x37\x52\xc3\xbe\xcf\xe8\x1d\xf4\xc4\xbe\xcf\xe8\x7d\xb9\xe6\xee\x5c\x93\xb6\xef\xfb\x8c\xde\x69\xe9\x57\xed\x31\x2e\x6a\xd8\x1f\x25\x6b\xa0\xf6\x97\x7e\xd9\xd4\xfe\x72\x67\xfb\x50\x3b\xf5\x9d\x87\x12\x6f\xc7\xb9\x63\xb0\x24\x6a\x3f\x2f\x25\x6a\x38\xf7\x19\xbd\xdd\xdf\x25\xc6\x0b\x33\xca\xb9\x3d\x18\x3a\xb5\x9f\x42\x89\xe7\x77\x2a\x25\xaf\xd2\x28\x59\xc3\xa4\xe4\x55\x3e\x4a\x8d\x92\x6d\xb0\x3e\xdb\xe0\x35\x7d\x8f\x6e\x4f\x04\xe7\x3a\xfa\x33\x3c\xe1\xdf\x1c\x7b\xff\xcd\xb1\xc8\xb1\x44\x89\x51\x40\xcf\xff\x1a\x8a\xbf\xde\xb1\xf0\x52\xe2\x49\x3f\x1e\x63\x76\xe3\xa9\x84\x67\x30\x76\x23\x25\xda\xf0\xab\x27\xf6\x1f\x97\x33\xf0\xff\xcf\x94\x1c\x9e\xc3\x23\xe2\x92\xe1\xbe\xd2\x91\x97\x31\x84\x74\x4b\xbc\x54\x21\x54\x8e\x71\x9b\xa1\x31\x58\xa9\x3c\xfc\xba\x95\x1c\x72\xa7\x34\x28\x4d\x4a\x93\x92\xd7\xfc\x28\x2d\x4a\xeb\x96\x8a\x35\x6c\x4a\x34\x21\xfc\xba\xb3\x9c\xf7\x7d\x39\xc2\xfb\xab\x3b\x6b\xda\xd4\xf0\xfe\xea\xce\xfa\x79\x9f\xef\x6d\x7a\x6e\x74\xee\xcb\x34\xd1\x3c\xc6\x34\xd1\xa8\xef\x65\x9a\x68\x74\xfc\xcb\x34\xd1\xb8\xcf\x97\x69\xa2\xdd\x17\x2e\x44\xa6\x89\x46\x7d\xf1\x0e\xc1\xec\x03\x8b\x2f\x25\x7a\x22\xde\x21\x98\x5f\x8f\x31\x0d\xbe\x1e\x63\x1a\x0c\x1e\x63\x1a\xec\x1e\x63\x1a\x64\x51\x0b\x91\x69\xf0\xe1\x41\xc7\xce\x99\x3c\x95\x48\xfb\x1e\xaf\x42\xfb\x82\xbf\xa3\x7d\xc1\x6b\xd2\xbe\x70\x07\x6b\x48\xb4\xa1\x72\x66\xa2\x0d\x85\x5e\x4a\xb4\x21\x7b\x8c\x36\xf8\x8c\x12\x6d\x28\xf4\x44\xa2\x0d\x3e\xa3\xc4\x7d\x6e\xee\x2c\x71\x9f\x9b\xda\xef\x02\x1b\x9f\x48\xed\x77\x81\xcd\x31\x79\xec\xe3\x18\xd7\x3c\x4c\x98\x8b\xde\xbd\x2f\xe3\xf3\x7e\x1e\x6b\x94\x78\xee\xa7\x53\xba\xcf\xe8\xbd\xa3\x2e\xed\xb7\x51\xea\xb7\x14\x0b\xa5\x41\xe9\x50\x9a\xb7\xd4\x32\xa5\xef\x96\x58\x10\x5e\x47\x5d\x7b\x29\x31\xea\xba\x57\xb9\xa3\x2e\x0c\xea\xbb\xa3\x2e\xbf\xa7\x53\x0a\xb7\x45\xb4\xef\x7d\xdf\x5b\x2a\x1e\x8b\xb7\x34\xb9\xca\xfb\xab\x07\x73\x67\x11\xfd\x35\x5b\xfc\xf6\x97\x79\x36\x6a\x7f\x7f\xb5\x3d\xaf\x65\x0d\xbf\xda\x9e\x77\xf5\xcc\x46\x89\x36\xbc\xf7\xad\xda\x27\x51\xba\x6f\xd5\xc9\x5e\xe5\xf6\xee\xe1\xa9\xbc\x77\x94\x17\x47\xe4\x7b\x47\x79\xc9\xdb\x33\x7f\xb5\xaf\x66\xa6\xba\xf7\x8e\xf2\x5a\x2a\xf7\x79\x47\x79\x3b\x93\x5e\xba\xa3\xbc\x17\xdb\x90\xef\x08\x49\x2f\x35\xe4\x78\x7b\x90\xd1\xfa\xe6\x74\x4b\xbc\xef\x6f\xce\x1c\xf3\xcc\x42\x29\x52\xaa\xb7\x94\x2c\xf1\xfc\x78\xfb\xdf\xcc\xf3\x6b\xd6\xc7\xf3\xe3\xdd\x7c\x33\xcf\x6f\xd2\x2f\x99\x59\xc3\x67\x9b\x9d\x35\xb8\xeb\xec\xac\x41\x7f\x66\x9e\x9f\x6d\xbf\x61\x64\x7e\x3b\xc7\x0a\xcf\x28\xf0\xbb\x1b\x46\xe6\x98\xb8\xeb\x72\x9f\x51\x24\x74\x7b\xcb\x7d\x46\xf1\xe3\x49\x17\xda\xc0\xb2\xf2\x16\xda\xf0\x78\x4d\xda\xf0\x78\x26\x6d\xf0\xb9\x17\xda\xf0\x7a\x26\x63\xf0\xd7\xe8\xf9\xb3\x53\xf2\x5b\x68\xde\xf6\xc6\x36\x1d\xe8\x4d\x1f\x4a\x54\x57\x1f\xba\x93\x6e\xa9\x81\xd2\xa6\xf4\xd2\x9d\x96\x78\x7c\x4c\xe5\x6f\xbd\x4d\x0f\xac\xa8\x6f\xbd\x4d\x7f\x7d\x60\xb5\x30\xe4\x69\x42\xad\x74\x92\xc7\x1a\xdd\x42\x47\xdc\xf8\x36\xc7\xed\xb1\x3b\x3c\x6b\xf0\x5e\xee\xf0\x6c\x9b\xa6\xdf\xf8\x36\x77\x3b\xfe\xc6\xb7\xb9\x13\xa3\xbf\x37\xbe\xcd\xbd\x72\x95\x76\x5f\xb1\x99\x2d\xdd\xc7\x37\x0f\xad\x6d\xf7\xf1\x7d\xac\xa1\xef\x8d\x7d\xf3\x07\x5e\x78\x6f\xec\x9b\x3f\x5f\xcd\x76\xdb\xf0\x55\x5a\xdb\x2a\x2f\x1c\x83\xae\xdd\x36\x2c\x26\xb0\xb7\xdd\x3b\x5b\x87\x5e\x6a\x8b\xd7\xcf\x6b\x6e\x5e\x3f\x8f\xdd\x81\x65\x54\xf7\xf6\x3b\x31\x1c\x62\xfb\xb7\xff\xba\xeb\xf2\x26\x6a\xe8\xf4\x7c\xa0\xf6\x4e\xcf\x33\x5d\xbf\x9d\x17\xe7\xf1\x4c\x5e\x9c\xd7\x12\x2f\x4e\xf4\x4c\x06\x5d\xa4\xaf\x3b\x83\x2e\x59\x7b\xa7\xb5\x1e\xf3\xc5\xa1\xed\x9d\x41\xd7\xad\x9d\x41\xc7\x42\xf2\xf6\x45\x89\xf6\x75\x46\x16\xcb\xd1\xdb\x19\x59\x83\x63\x83\x91\xf5\x71\x95\xc1\xc8\xfa\xb8\xb3\x41\xfb\x3e\xda\x3e\x68\x03\xb1\xef\x3b\xb8\x4f\x82\x84\x77\x10\x16\x38\x7a\x06\x61\x81\x2f\xdc\x20\x2c\x28\x8c\x82\xe1\x4b\xcc\xeb\x37\x78\x89\x3b\xc7\x2e\x22\xc9\xbf\xd6\x8c\x5b\x4a\x8c\x4f\x7a\x62\x32\x3e\x83\xc7\x18\x9f\xf6\xcb\x64\x7c\xfa\xae\x5c\x2c\x91\x63\xf2\x9a\x2e\x4e\xf4\xcb\xc5\x12\x39\xfa\xe6\x5c\x2c\x91\x63\xa3\x0d\x17\x4b\xe4\xe8\x02\x74\xb1\x44\x8e\x2c\x55\xef\xc5\x12\x39\xda\xf6\x8b\x25\x72\xdb\xb4\xe1\x62\x89\xdc\x5f\xee\xe5\x62\x89\xdc\x9d\x0a\x3e\x96\x87\xd7\xab\x64\x4a\x5e\xa5\xf0\x06\x50\xfb\x77\xdb\xf7\x39\x96\xbe\xc6\x98\xf7\x98\xa3\xc0\xab\xdc\xf6\x7d\x2c\xef\xbf\xd6\xcb\x3b\xae\x3d\xf3\x63\x5c\x5b\x3b\xa3\xfc\x70\xe6\x62\x24\xfb\x34\x17\x23\xd9\xe9\xec\xa2\x95\xf2\xba\xc0\x5e\xb4\x52\x5e\xc7\xe0\x45\x2b\xe5\x4d\xf4\xd9\x45\x2b\x25\xbf\x5e\xb3\xdc\x52\xa3\xaf\x2f\x5a\x29\xd9\xa7\x79\xd1\x4a\xc9\x83\x3b\x5b\xfd\x96\x26\xbd\xb4\x06\x0b\x17\x4f\xe5\x22\x99\x52\x0e\xa3\xee\x22\x99\x52\x7f\xee\xec\x2e\x71\xd5\x40\xe0\x22\x99\x32\x5f\xcf\x3c\xb7\x54\x18\xc9\xfb\xb9\xa5\x4a\x0d\xfb\xb6\x6f\xfa\x34\xf7\x6d\xdf\x5c\xe9\xf7\xa6\xe4\x1d\x39\xd1\x9f\xdd\xa6\xff\x4c\x44\xfb\x36\xfd\x73\xed\xdd\xbf\x9a\x5e\x1f\x57\xa3\x0b\xa3\xea\xeb\x83\xbe\x30\xaa\xfe\x74\xe7\x85\x51\xf5\x8d\x9e\x39\x6e\xc9\xe1\x79\x61\x54\x7d\x5d\x5f\x2f\x8c\xaa\x6f\xf6\xcc\x75\x4b\x83\x61\x76\x61\x54\x8d\xcd\x63\xbc\xc4\x81\xdf\x1d\x5e\x62\x5f\x8e\xc3\x4b\xec\x24\x7c\x9c\xa4\xb8\xeb\xe3\x24\x45\x77\x1e\x26\x29\xef\xec\xf0\x82\x3b\xb9\x1d\x26\xa9\x44\xdb\x8f\xab\x3b\x83\xe0\xf0\xf2\xfb\xf8\x0e\x2b\xe3\xba\xd7\x8c\x0f\xf7\x42\xc4\x17\x1f\xee\x65\x6d\x4a\x2f\x13\x43\xa6\x14\x29\x25\x4a\x85\x78\xec\xa3\xc4\x84\x72\xbc\xe6\x60\xe1\x1a\x94\xee\x90\x7f\x89\xf1\xe2\xf3\xb1\xf2\x1f\x4a\xbc\xb6\xe1\xf6\x6e\x0c\xbc\xb6\x00\xe6\x18\xbc\x17\xce\x0c\x44\x75\x89\x6b\x06\x22\x86\xc4\x5d\x07\x22\x06\x62\xae\x5f\x61\xc4\x2d\x51\x5f\x20\x62\x28\x5e\x85\x69\xa9\xd0\xbe\xc0\xb4\x34\x27\x25\x97\x4d\xcf\x64\x5a\x22\x82\x8e\x60\xa5\x78\x22\x25\xa6\x25\x26\x94\x48\xd4\x1a\xb7\xd7\x64\x5a\xda\xde\x19\xed\xdb\xf4\x0b\x51\x6b\x3c\xfc\xce\xa8\xd5\x3e\x33\x6a\x3d\xf4\xb5\x51\x2b\xcb\x74\x24\x6a\x8d\xbb\x50\xa2\x7d\x9b\x9e\x20\x6a\x8d\xe7\xa5\x44\xfb\x0e\x3d\x41\xd4\x1a\x79\x51\xe3\x6b\xfb\xac\xc1\xf6\xd1\xd7\xaf\xed\xb3\xbe\xdb\xbe\xb2\x2c\x2d\x4a\xd6\x47\x58\x10\xbc\x97\xc3\x14\x49\xdb\x6f\xd4\x9a\x3b\x54\x5a\xbc\x51\x6b\xee\x95\x1e\x8c\x4c\xbb\xc4\xb7\xf1\x62\xb3\x3c\x33\xf7\x72\xb1\x59\x9e\x8d\xde\x8d\x86\x0c\xf4\x52\x24\x2a\xb7\x07\x23\x21\x03\xd8\x33\x46\x43\x06\xaf\x39\x99\x4c\xbd\x8a\x53\xab\x57\x59\x04\x09\xde\xd9\x26\x48\xf0\x9a\x04\x10\x8e\xc1\xe4\xb4\xcb\x9d\x25\xa7\x5d\xda\x9e\x98\x5a\xa1\x69\xe2\xc5\x5f\xe5\xcd\x5c\x33\x31\xb5\x0e\x7f\xc7\xd4\xea\x9d\x5d\x6c\x56\xaa\xbd\x74\xb1\x59\xa9\xe0\xd2\x98\x98\x3e\x59\x64\x62\x5a\x4c\x91\xb4\x21\x31\x7d\x7e\x1e\xbb\xd3\xa7\x4b\x4e\xcc\x0f\x25\x9e\x6d\x0e\xcc\x75\xb4\xe8\x22\x84\xf2\x25\xcf\x8c\x94\x3c\x93\x39\x12\xf2\x2c\x5e\x84\x50\x7f\xad\xeb\xb7\x54\x98\xb3\x78\x62\x17\x21\xd4\x08\xd2\x8e\x17\x21\xd4\xb4\xbe\xdf\x99\x92\xe3\x05\x0f\x35\xd9\xf4\x0b\x1e\xaa\xc0\x37\x5e\xf0\x50\x33\xb1\x68\xbc\x20\xa0\x0a\xf3\xe3\x05\x01\xb5\x54\x1a\x7b\x41\x40\x2d\x83\xdb\xbc\x20\xa0\x96\xe9\xef\xee\x6d\x16\x5f\xb8\x0b\x02\x6a\x75\xb0\x5e\x10\x50\xeb\xe6\x11\x5d\x10\x50\xab\xaf\xed\x05\x01\xb5\xb3\x2e\xc7\x0b\x02\x6a\x9f\x5e\xe5\x4e\xe5\xc3\xc1\x7a\x23\xfd\x3a\x58\x8d\xa2\x11\x3b\x80\x32\x1a\xb1\x77\x4b\x4c\xc9\xac\x9a\xb1\x32\x25\x0f\xda\x5e\x99\x92\x1d\x12\x95\x29\x99\xd5\x3d\xde\x88\x3d\x9d\xc7\xab\xdc\x29\xf9\x04\x4b\x83\x63\xdc\xe7\x8d\xd8\xd3\x09\x5e\xe5\xe3\x18\xbd\x74\x59\xe7\x24\x7b\x15\x1b\x53\xb9\x53\x41\x63\xfa\x24\x3a\x8b\x8d\x36\xf8\x82\x37\xda\xe0\xc4\xd0\x68\x83\xbd\xd4\x68\x03\x4c\x76\xbc\x11\x7b\xfa\x79\x71\x6e\xc4\x9e\x8c\xb5\x23\x11\x7b\x70\x12\x6e\xc6\x94\xbc\x46\xcd\x98\xd2\xda\x89\x29\x89\xf8\x22\xb1\x7d\x28\x96\x40\x55\xd5\x1a\x88\x37\x9b\xb5\x13\x6f\x42\x66\x45\x62\xfb\xd7\x17\xf5\xc6\xef\xf9\x25\xbf\x10\x3b\xd1\xa7\xd3\x52\x07\x39\xc1\x1e\xc7\xce\x14\x49\x84\x12\x3b\x53\x24\xf0\x39\x76\xa6\xc8\xd7\x1a\xee\x7d\x26\x9f\xca\x8d\xd1\x73\xb2\x77\x6f\x8c\x9e\x13\x64\x4f\xbc\x31\x7a\x4e\x3e\xa3\x1b\xa3\xe7\xe4\xcb\x78\x63\xf4\x9c\xec\xb3\x1b\xa3\xe7\x64\x9f\xdd\x18\x3d\x27\x38\xc5\x38\x22\xbf\xf3\xcc\xc4\x31\xda\x7e\xe3\xf7\x9c\xbc\xeb\x51\x28\xd1\xa2\x51\x29\xd1\xf6\x1b\xdb\xe7\x04\x37\x1f\x89\xed\x13\xcc\x64\x24\xb6\x2f\xdb\x3b\x9b\x4c\xe5\xfe\xce\x69\xde\xfa\x6e\xfb\x6a\xb4\x86\x4d\xc9\xdf\xdd\xf6\x19\xd5\x45\xe2\xfe\x9f\x29\xeb\x66\x22\xf2\xcf\x74\x76\x33\x11\xb9\x12\x6f\xc6\x9b\x89\xc8\x95\x58\x3b\x82\x02\xba\xd3\x0b\x28\xa0\x57\xaf\x39\x38\x46\xed\xa0\x80\xee\x5c\x00\x0a\xe8\xd5\xab\x80\x52\x21\x89\x22\x28\xa0\x37\x7a\x90\x68\x7e\x42\x2e\xc5\xcf\x65\x85\xdf\x11\xcd\x4f\xf0\x73\x24\x9a\xff\x1c\x2f\x46\xf3\xd6\x40\x34\xbf\xec\x25\xa2\xf9\x6d\xef\x12\xcd\x6f\x97\xb1\xcf\x25\x87\x16\x11\xcd\xff\xbc\x8d\x44\xf3\xe6\xb8\xe2\xc7\x92\x63\x98\xf5\xb1\xe4\x2c\xae\x72\x23\xfd\xf2\x33\x92\x8d\xe6\x1d\x4b\x46\xf3\x2e\x08\xcb\x25\x87\x6b\x12\xcd\xbf\xf9\xf7\x88\x8b\x68\xa0\x1f\xad\x8e\x40\xdf\x08\xc5\x40\xdf\xf5\x95\x80\xbd\xfa\x02\x10\xb0\xd7\xc8\x63\x20\x60\xaf\xc4\xd3\x91\x80\xbd\xba\xd6\x13\xb0\x57\xd2\x04\xd1\xa8\xdc\x57\x8c\xa8\x7c\x16\x7f\x97\x09\xfb\x69\xc2\x8d\xca\xcb\xcf\x63\xb8\x51\x79\xf9\xb2\xf5\x35\x4a\xbc\xee\x37\x2a\x2f\x1f\x91\x77\xbc\x91\x77\xf9\xe0\xdc\xe2\x8d\xbc\xcb\x67\x34\x71\x23\xef\xf2\x19\x0d\x6e\x56\x4d\xbb\xec\x46\xd7\xf5\x81\x79\x8d\x37\xba\xae\x2f\x34\x4d\xbc\xd1\x75\x7d\xad\xfd\xb0\xe4\x54\x1e\xca\x8d\xae\xeb\x80\x6f\x8c\x37\xba\xae\x9f\x91\xc6\x8d\xae\xeb\x67\x1c\x77\xa3\xeb\x7a\xec\xeb\x73\x97\x9c\x03\x77\x1d\x6f\x02\xa3\x9e\x69\x0d\xbf\xda\xd0\x1e\xa7\x89\x9b\xc0\x68\x26\xed\xe2\x4d\x60\xb4\xc7\xc9\xe6\x26\x30\x9a\xc9\x86\x74\x23\xf6\xf6\xf0\xa2\xa6\x1b\xb1\xb7\x07\x66\x32\xdd\x88\xbd\x3d\x0c\xf9\x74\x93\x14\x2d\x6c\xcf\x2c\x94\x06\xa5\x7a\x4b\xc7\x63\x8d\xd2\x47\xe9\x57\x1b\xda\xfb\x58\x1a\xb7\xc4\x40\x4e\x37\x9a\x6f\x26\x99\xd2\x8d\xe6\xdb\x4b\x3c\xfd\x6b\xe6\xfa\x55\xaa\xde\xe7\xa6\xe4\xb1\xdb\x86\x02\xfe\x4a\x37\xd2\x6f\x8d\x98\x24\xdd\x48\xbf\xb5\x44\x7d\x37\xd2\x6f\x8d\x21\x9f\x6e\xa4\xdf\xba\xed\xbb\x91\x7e\x2f\x8c\xac\x14\x58\xaa\x48\x9e\xa6\xe0\x72\xdb\x28\xb1\x54\x81\x8e\x12\xfc\xf4\x49\x5e\x85\xe5\x96\xa5\x2a\xc1\x4f\x9f\x6c\x89\xe5\x16\xca\x21\xc1\x4f\x1f\xc6\x7c\xba\x91\x7e\x32\xad\x9b\x6e\xa4\x9f\x0e\xa3\x2e\x05\x96\x62\x26\xcc\x74\xa3\xf9\x74\x78\x73\xd2\x8d\xe6\xd3\x21\xf0\x48\x37\x9a\x4f\x87\x58\x2d\xdd\x68\x3e\x1d\xa8\x98\xf4\xb2\xdc\x42\x32\xa4\x97\x36\x10\x09\xa7\xd7\x36\x14\x4a\xb4\xc1\x5e\x7a\x6d\x83\x67\xd2\x86\xe2\xbd\xd0\x06\xa6\xe4\xf4\xd2\x06\x90\x61\x7a\x69\x43\xf4\x9a\xb4\x81\x77\x2c\xdd\x68\x3e\x99\xb6\x4e\x37\x9a\x4f\x87\x25\x3c\x45\xda\x97\x69\x51\x14\x19\x52\x7b\x94\xc4\xa4\x97\x88\xe6\x83\xcf\x81\x68\x3e\x54\xfa\xec\x66\x53\xb2\x49\xbb\x14\x41\x8d\x90\x28\x89\x88\xfd\x7d\xad\x6f\xb3\xa0\x73\xcd\x1b\x95\x67\x91\x76\x4a\x20\x27\x92\x7d\x29\x81\x9c\xaa\x25\x90\x93\xf5\x25\x96\x54\xf0\x65\x4a\x2c\xa9\xaf\x25\x96\x54\x12\xb2\x29\xb1\xa4\x46\x4b\x2c\xa9\x88\x1e\x52\xba\xf7\x99\xec\xc1\x44\xc8\x00\x69\x9a\x12\x21\xc3\xaf\x67\xf4\x67\xa7\xe4\x94\x88\x26\x7c\xec\x89\x68\xc2\x57\x3a\x11\x4d\xd8\xd5\x99\x68\x82\xbc\x6a\xca\x44\x13\xbe\x8c\x99\x68\x82\xf5\x35\x65\xa2\x09\x20\x72\xca\x44\x13\xd1\x63\x34\x3d\xfa\x3b\x9a\xee\x10\xcc\x34\x1d\x78\x92\x32\xcd\x23\x22\x4a\x99\xe6\x39\x04\xb3\xcd\xf3\x18\x6d\x60\x09\x48\xd0\xfd\xe9\xb5\x06\x23\x22\x06\x5d\xa1\x0d\xc4\x08\xe9\x2a\x4a\x72\x71\x22\x22\x15\x20\x9b\x94\x48\x05\x14\x60\x77\x22\x15\x50\x80\xc1\x89\x54\x40\xb5\x7d\xa4\x02\x2a\xf0\x2b\x5d\x14\x90\xab\x77\x76\x51\x40\xae\x0e\xba\x8b\x02\x72\xf5\x75\x2f\xf0\xe1\x3e\x3e\x92\x61\xd5\x07\x7d\x51\x40\xae\xd9\xab\x10\x11\x39\x69\x14\x23\x22\xef\xe5\xb6\xaf\x41\x16\xa4\x2a\xf0\xe5\x2a\x15\xe0\xdb\xa9\xbd\x02\x7c\xe1\x76\x53\x85\x6f\x74\x92\x82\xef\xef\xdd\xdf\xc1\x37\x12\xb5\x26\xf8\xfe\x0e\xce\x48\xf0\xfd\x9d\x64\x58\xaa\x46\x52\xd6\x40\x24\x05\x06\x49\xf0\xfd\xbd\x7b\x15\x22\x29\x16\xa0\x24\xdf\x0f\x22\x49\xf0\xfd\xd3\x17\x1c\xbe\x7f\x3a\x85\xc8\xf7\x37\x4b\xf0\xfd\x20\xb5\xd4\x8c\xb2\x68\xfb\x0f\xdf\xef\x99\x44\x52\xd1\x63\xf0\xa2\xf6\x0b\x28\xe0\x83\xd7\x4e\xa0\x80\xef\xa7\x86\x7b\x2f\xcb\x27\x2d\xc3\xef\x02\x04\x0a\xd8\xd6\x07\x0a\xd8\x70\x98\xe9\x32\xfc\x79\xdb\xbe\xcb\xf0\xe7\x7d\x3c\x16\x89\xc7\xa8\x0f\x84\xa0\xae\x28\x81\x10\x4e\xf1\x58\xa1\xc4\x33\x02\x21\x9c\xea\x55\x1a\x25\x9e\x03\x0c\xff\x81\x3c\x4b\x9d\xd4\xdf\xc7\x7d\x82\x1e\xce\xf2\x77\x44\x83\x80\xf7\x04\x7a\x38\x10\x33\x09\xf4\x70\x6c\x2d\xe8\xe1\x10\x40\x24\xd0\xc3\xf1\xed\x18\x10\x10\x2e\xfd\x03\xde\x17\xbc\x90\x06\x91\x22\xf1\x74\x1a\x44\x8a\xb0\xb9\x69\x10\x29\x3a\x5e\x06\x91\x22\x89\xce\x74\xd1\x43\x79\xab\xc7\x1a\xc7\x68\xdf\x45\x0f\xe5\x2d\xdc\xf5\x45\x0f\xe5\xb5\x77\x2f\x7a\x28\x2f\x94\x4a\xba\xe8\xa1\xfc\x2c\xef\x17\x3d\x94\xd7\x5e\xba\xe8\xa1\xbc\x4e\xc2\x17\x3d\x94\xd7\x37\x60\x12\xed\x42\xc8\xa5\x49\xfb\x50\x71\xa4\x49\xfb\x0c\x27\x26\xed\x23\x47\x92\xa6\xed\xe3\x9a\xd3\xf6\xd1\x13\xd3\xf6\xd1\xa2\x69\xb8\xcb\xbd\x4c\xc2\xdd\x5f\xef\xed\x9f\x9f\x92\x27\x91\xb0\x93\xe2\x84\xf2\xf6\x81\x4d\x29\x6f\xba\x7a\xc2\xd9\x10\x37\xa6\x8f\x48\xd8\x17\xe7\x23\x12\xce\xdc\xca\x05\x24\xa5\x1a\x4d\x5c\x40\x52\x2a\x80\x39\x5d\x40\x52\xaa\xeb\xf9\x05\x24\xa5\xba\x66\x5f\x40\x52\x2a\xe9\xb6\xf4\xc1\x1f\x19\xa1\x5c\x40\x52\x26\x59\xd6\x74\x01\x49\x99\x9f\xf7\x32\xe1\x7a\xe8\xea\xcf\x28\xd9\xda\x89\x92\x9d\x50\x3e\xa2\x64\x80\x53\x22\xbd\xf0\x01\x9c\x12\xe9\x85\x8f\xec\x6c\x02\x90\x7c\xa8\x0e\x12\x80\xe4\xab\x96\xe0\xd8\x11\xe8\x24\x00\xc9\x57\x2d\x11\xcd\xfb\x82\x83\x3a\x3e\x40\x7f\x02\x75\x7c\x0e\x4f\xd2\x0b\x9f\x03\x84\xf4\xc2\x07\xf8\x4b\xa4\x17\x3e\x80\x61\x22\xbd\xf0\x19\x61\x82\x56\x3e\x87\x20\x68\xe5\x03\x8c\x25\xd0\xca\xe7\x90\x00\xad\x7c\x0e\x79\xd0\xca\xe7\xf4\x09\x5a\xf9\x99\x96\xcc\x21\x38\x20\xcd\x21\x00\x36\x93\x39\x84\x9f\xab\x74\x4a\x9e\x49\x9e\xc0\x29\xc4\x3c\x01\x18\x24\x99\x27\xf0\xd9\x9a\x27\xf8\xac\x6f\x53\xf2\x77\x57\x05\x10\xed\x97\x9b\x27\xa8\x2a\x58\xd2\xcd\x13\xd4\xec\x02\x0b\x5a\x29\xde\x99\x68\xc5\xe5\x08\xb4\x52\x8d\xfb\x41\x2b\x9d\x94\x61\x02\xad\x74\x52\x86\x09\xb4\xd2\xa7\xbf\x1b\x90\x60\xd6\x3e\xc1\x35\xd6\x77\xdb\xf0\x13\xed\x8a\x56\x7e\xee\x13\xb4\xe2\xab\x29\x5a\x61\xf9\xcb\xa2\x15\xfa\x33\x8b\x56\x18\x59\x59\xb4\xd2\x07\xa5\x1b\xe9\x3f\xc8\x0f\xf3\x95\x5b\x35\xa7\x89\x0c\x92\x71\x0a\xc9\x20\x99\xb7\x79\x95\x4a\xc9\xfa\x2e\x92\xe9\x3f\xc7\x2e\x92\xe9\xcb\xdf\x5d\x24\x33\xd0\x4a\x64\x90\xcc\x17\x2b\xa5\x8b\x64\x3e\xde\xc6\x0c\x92\x11\x51\x66\x90\xcc\xf7\xd3\xa2\xdb\xbe\xc5\xd2\x91\x41\x32\x8b\x31\x9f\x41\x32\x0b\x41\x65\x06\xc9\x6c\xa2\xd6\x0c\x92\xd9\xa4\x28\xf3\x45\x32\xed\xd8\x13\x17\xc9\xb4\x33\xbd\xca\x6d\xdf\x61\x4c\xe4\x8b\x64\xda\x41\x50\x99\x2f\x92\x69\xf2\xd3\xf9\x22\x99\x76\x3e\xef\x65\xb0\x88\x06\x4a\xbf\xda\xd7\x9f\x6e\xe9\xbb\xa5\xe1\x35\x17\x25\xef\x65\x53\xb2\x86\x43\x89\x36\xdc\x9c\x45\x97\xe4\xcb\x37\x67\xd1\x83\xf7\x72\x51\x4e\x0f\x2c\x7f\xf9\xa2\x9c\x5e\x40\x63\xf9\x15\xa9\x6d\x4a\x99\x63\xdc\xcb\x45\x39\xbd\xbc\xe3\x77\xa6\xe4\x7c\x01\x50\x2f\xaf\x15\x28\x32\xb2\x72\xd2\x58\xd9\x12\xb9\xf6\xea\x4d\x2b\x32\xa2\x73\x5f\x73\xed\x96\xcc\xb5\x73\x63\x82\x1c\x87\x99\x20\xc7\x07\x2d\xc8\x71\x60\x45\x40\x9c\x35\x44\x40\x5c\xf5\x77\x80\x38\xb2\xe4\x39\x02\xe2\xac\x2f\x02\xe2\xbc\x97\x08\x88\x63\x5a\xca\x11\x10\xd7\xbc\x26\x20\xce\xa1\x14\x01\x71\x40\x97\x1c\x01\x71\x68\x09\x72\x04\xc4\xc1\x48\xe7\x08\x88\xab\xd6\x00\x88\xe3\xd5\xcc\x89\xf6\x31\x45\xe6\x44\xfb\x88\xa4\x72\xa2\x7d\x0e\x90\x64\xfb\x18\x12\x00\xa7\x00\x10\xcd\x00\xa7\x40\xe2\x23\x03\x9c\x82\x2f\x07\xc0\x29\x78\x2f\x00\xa7\x40\xec\x94\x01\x4e\xa1\x7a\x2f\x70\xc2\x4c\x98\x19\xe0\x14\x20\x43\x32\xc0\x29\x1c\x4b\x80\x3f\x62\xed\x0c\x3a\x7a\xa3\xbf\x3b\x94\xa8\x01\x74\xf4\x02\xad\x33\xe8\xe8\x05\x84\x67\xd0\x91\x4a\xd6\x0c\x3a\x32\xc9\x9b\x41\x47\x2f\x29\x92\x0c\x3a\x7a\xa7\x67\xa2\xb4\x21\x2d\x98\x41\x47\xd1\xb6\x67\xf8\x62\xfb\x25\x93\x52\x63\x99\xce\x20\xa7\x98\xbd\x26\x29\xb5\x62\x7d\x24\x02\x61\xfc\x32\x78\x28\x2e\xae\x02\x1e\x8a\xc4\x8d\x19\x3c\x94\x1c\x67\xe0\xa1\xe4\x28\x00\x0f\x25\x9f\x2d\x78\x28\xd9\x9f\xe0\xa1\xd4\x3d\x13\x4c\x47\xc4\x97\xc1\x43\xc9\x11\x02\x1e\x4a\x3e\x23\xf0\x50\x6a\xde\x0b\x78\xcf\x89\x16\x3c\x94\x1c\xad\xe0\xa1\x44\xfc\x97\xc1\x43\xa9\x5b\x03\x78\x0f\x16\x3f\x83\x87\x92\xcf\x1d\x3c\x94\x08\x04\x32\x78\x28\x39\xe9\x83\x87\x12\xcb\x66\x06\x0f\x25\x82\x84\x0c\x1e\x4a\xbe\x39\xe0\xa1\x44\x58\x90\xab\xed\xe3\x89\x81\x87\xca\xf1\x9a\xe0\x3d\xdf\x2a\xf5\x4f\xb6\x16\x3c\x54\x8b\x67\x82\xf7\x1c\xbb\xe0\xa1\x5a\x6c\x03\x78\xcf\xe7\x57\x61\xc0\x9d\xf4\x1b\x0c\xb8\x3d\x01\x56\xea\xc1\x12\x78\xcf\x09\x13\xfd\x53\x4f\xfe\x0e\x4c\xe7\xe8\x01\x2b\x99\x81\xca\x60\xa5\xee\xa8\x23\x9b\xd2\x1d\x21\x64\x53\xfa\xf4\x9a\x60\xba\xe1\xef\xc0\x74\x68\xb9\x33\x38\xaa\x3b\x41\x83\xa3\xfa\xe2\x19\x81\xa3\x3a\x88\x24\x83\xa3\x3a\x39\xae\x0c\x8e\xea\x2b\xfe\xde\x94\x0c\xc4\xea\xae\x62\x5d\x38\xcb\x84\x02\xc4\xea\xae\x7e\x40\xac\x9f\xb5\x17\x88\xd5\x5d\xb7\x80\x58\x33\xfb\xbb\xdb\x74\x19\xe2\x0c\xc4\x32\x07\x9a\x81\x58\x13\x58\x93\x81\x58\xd3\xc1\x03\xc4\x9a\xc6\x16\x40\xac\xd9\x79\x0c\x40\xac\x49\xb4\x9b\x81\x58\xd3\x29\x19\x88\xf5\x21\xe1\xcf\x24\x68\x3e\xe8\x96\x4c\x12\xe6\x63\xe3\x48\x26\x09\xf3\x21\xcf\xcb\x24\x61\xbe\xe9\x99\x40\x5d\xb6\xc9\x64\x92\x30\x9f\x6b\x3d\x49\x98\x6f\xfa\x3b\x24\x40\xf6\x0b\x49\x18\x35\x1d\x99\x24\xcc\xfe\xb9\x17\x24\x40\xf0\xe1\x99\x24\x8c\xca\x90\x4c\x12\x66\x43\xfd\x64\x92\x30\x8a\xd9\x32\x49\x98\xed\x54\x40\x12\x66\xdb\x4b\x24\x61\xb6\x3d\x88\x4c\x6b\xdb\x4b\xc8\xb4\x4c\x12\x66\x92\x30\x07\x3a\x29\x93\x68\xf9\x59\xe2\x48\xb4\x1c\x87\xfc\x34\x81\xc1\x50\xfa\x84\xac\x0c\x33\xe4\x56\x6e\x85\xc9\xc8\xad\x0e\xba\x86\x4c\x82\xe6\x90\x04\xcd\xe0\xa1\xe7\xb1\x74\x63\x6d\xb7\xde\x64\xf0\xd0\xf3\x7a\xec\x62\x09\x37\xcd\x64\xf0\xd0\x63\x2f\x81\x87\x1e\xb4\x3c\x19\x3c\xf4\xd8\x67\xe0\xa1\x07\xbe\x38\x83\x87\xdc\x84\x94\xc1\x43\x8f\xad\x05\x0f\x3d\x44\xd7\xf9\x26\x68\xca\x63\x5f\x9b\xa0\xb1\x3e\xa5\x58\xd6\xf0\x23\xc5\xe2\x3e\x4d\xde\x40\x78\xe4\x1f\x29\x16\xfd\x62\xf2\xc6\xfe\x34\x79\x83\x64\x33\x83\x95\x5e\x23\x29\xb0\x92\x08\x21\x83\x95\xdc\xc8\x91\xc1\x4a\xe2\x85\x0c\x56\x7a\x9d\x18\xc0\x4a\xaf\x6f\x1c\x58\xe9\x5d\xb6\x01\x48\xee\xf8\x04\x0f\xa9\xde\xce\xe0\xa1\x17\x55\x6d\x06\x0f\xbd\xc3\x12\x6d\x70\x99\x06\x0f\xbd\x6c\xd2\xc9\x64\x6f\x5e\xa7\x17\xb2\x37\x6a\xc7\xf3\xb6\x0d\xf4\x35\xd9\x1b\x37\xe2\xe4\x4d\x1b\x50\x37\xe7\x4d\x1b\xd0\x97\x64\x32\x3b\xaf\x6f\xce\xb6\x0d\xdc\xcb\xe1\x39\x38\xb9\x1d\xda\x00\x0b\x9c\x8f\x6d\xa0\xe7\x6f\x66\xa7\x64\x9f\xc3\xc5\x4a\x25\xb3\x3d\x2a\x1f\x24\x71\xb6\xe1\xa0\xdb\x70\xe9\xb8\x58\xa9\x14\xc7\xe0\xc5\x4a\xa5\x20\x26\xcd\x17\x2b\x95\xf2\xf8\xbb\x41\xc9\x7b\x81\x1f\x60\x97\x40\xbe\x58\xa9\x94\xc7\xda\x17\x25\x7a\xe9\x62\xa5\x52\x1c\xf3\x17\x2b\x95\xc2\x58\x2a\x17\x2b\x95\x42\x52\xb9\x5c\xac\x54\xca\x53\x7f\x67\x4a\x2e\x0f\x94\x03\x79\xe3\xf2\x40\x39\x90\x6f\x2e\x0f\x94\x43\xf1\x18\x94\x43\xf3\x18\x94\x43\xb7\x72\x28\x07\x56\xf0\xf2\x40\x39\x30\x4d\x94\x07\xc9\x0a\x31\x49\xb9\x30\xaa\xb8\xa2\x96\x0b\xa3\x4a\x6d\x96\xa0\x46\xba\xf5\xa1\x06\x64\xea\x29\x81\x04\x22\x2f\x40\x09\xd0\x26\xf0\x4e\x25\xd0\x06\xe2\xd4\x12\x68\x03\xb1\x45\x09\xb4\x81\x18\xa8\x04\xda\xc0\xe4\x56\x82\x6d\xe0\xce\x82\x6d\xe0\xae\x03\x6d\x28\x9e\x69\x1b\x5e\x4a\xd0\x26\xaf\xbf\x43\x76\xf3\x73\x67\xd0\x0a\xc1\x63\xca\x6e\xe8\xb3\x17\x5a\x01\x68\x5d\x5e\x68\x05\x92\xa7\xe5\x85\x56\x38\x1e\x83\x56\x60\x20\x97\x17\x5a\x81\x17\xbc\xbc\xd0\x0a\x48\xb1\xca\x0b\x6d\x32\xfd\x1d\xd4\xc8\xf4\x4c\xa8\x11\xf4\x2c\xe5\x85\x1a\x19\xde\x0b\xd4\xc8\xf2\x2a\x50\x23\xcb\xab\xd0\x86\xe9\x9d\xd1\x06\x26\x94\x12\x69\x03\x93\x46\x89\xb4\x01\x7a\xa0\x44\xda\x40\x6c\x51\x22\x6d\x20\x32\x2d\xd1\x36\x50\x5f\xa4\x0d\xc7\xdf\xd9\x06\x7a\x30\x42\xfd\x10\xcb\x94\x08\xf5\xb3\x3d\x93\xf6\x2d\x8f\xd1\x3e\xc2\x89\x12\x6d\x1f\x6d\x8f\xb4\x6f\x7b\x4d\xdb\xe7\x31\xda\x47\x3c\x5d\x22\xed\x63\x01\x2a\x17\xf3\xd4\xc7\x71\x7d\x31\x4f\x7d\x88\x14\x4b\x22\x01\x4c\x7c\x5b\x2e\xe6\xa9\x0f\xfc\x66\xb9\x98\xa7\x3e\x84\x0c\x25\x21\x11\x05\x75\x94\x84\x44\x34\x59\x42\x22\x8a\x46\xba\x24\xa9\x1f\x7f\x07\xf5\xf3\x79\x2f\x50\x3f\x9f\xb5\x43\xfd\x2c\xcf\x84\xfa\xb1\x77\x2f\xae\xa9\x4e\xa6\xe5\xe2\x9a\x1a\x09\x2e\xca\xc5\x35\x35\x32\x25\x97\x8b\x6b\x6a\x44\x42\x59\x2e\xae\xa9\xd1\x31\x71\x71\x4d\x8d\x30\xfc\x05\x79\x57\x26\x0d\x59\x90\x77\x65\xdf\x4d\x74\x5a\x85\xb8\xbf\xa0\xd3\x2a\x2c\x2b\x05\x9d\x56\x39\x96\x3e\x4a\x9e\xb9\x20\x97\xac\x61\xa3\xb0\xf2\x9a\x07\x85\x15\xad\x45\xdf\xd5\x59\xe2\x0a\xfa\xae\xce\x22\x53\xd0\x77\x0d\xd0\x66\x41\xdf\x35\xaa\x67\x9a\x6c\xf7\x18\xc9\xf6\xe3\x35\x1b\x34\x14\xf7\x82\xbe\xeb\x80\x2c\x4a\x31\xd9\x4e\x4f\x5c\x24\xd3\x1e\xf6\xe4\x95\x42\xb2\x7d\x7a\x4d\xe8\x2b\x7b\xa9\x40\x5f\x41\x8d\x94\x02\x7d\xe5\x7b\x5b\xa1\xaf\x86\x25\xe8\xab\xf1\x7b\x5c\x72\xa9\x30\x5b\x3e\xbe\x2a\xb3\xc5\x4d\x5f\x90\xd3\xe4\x5e\xca\x05\x39\xed\x21\x82\x2e\xd5\x1c\x3d\x37\x56\xcd\xd1\xd3\xf4\x0b\x72\xda\xeb\x34\x5f\xc9\xd1\x3b\x69\x54\x72\xf4\x3e\xda\x4a\x8e\xde\x81\x5c\xc9\xd1\x0f\x8f\x91\xa3\x9f\x96\xc8\xd1\x3b\x94\x2e\xc8\x69\x46\x13\xe5\x82\x9c\xe6\x4a\x5c\x2e\xc8\x69\xae\xb6\xe5\x82\x9c\xe6\x36\xd4\x72\x13\x42\x4d\x15\x61\x69\x30\x77\x4e\x3d\x0d\xe6\x0e\x36\xa9\x34\x98\x3b\x78\xae\xd2\x60\xee\x00\x40\xa5\xd1\x3e\x22\xef\x72\x01\x50\x2b\xc9\x63\xb7\x7d\xc5\xc5\x09\x00\xf4\x92\xc7\x2d\x17\x00\xb5\x56\xac\x6f\xc1\xb2\x31\x08\x2e\x00\x6a\xc7\xd7\xef\x02\xa0\x76\x00\x55\xa5\xb3\xc7\x0a\xe0\x54\x2e\x00\xea\x0f\x31\x49\xb9\x28\xa7\x3f\xb6\xe1\xa2\x9c\xfe\x33\x24\x2e\xca\xe9\x0f\xbb\xb1\xca\x45\x39\x3d\x10\xe7\x94\x8b\x72\x7a\xf8\xb9\xe6\xa5\xaf\xb2\x0b\xe5\x45\x39\x3d\x03\xc9\xcb\x45\x39\xbd\x00\x1a\xcb\x45\x39\xdd\xad\xb4\xe5\xa2\x9c\x5e\x88\x29\xcb\x45\x39\xbd\x40\x86\x94\x8b\x72\x7a\x49\xb6\x61\x53\x62\xe8\x5e\x94\xd3\x8b\xcf\xef\xa2\x9c\x5e\x5c\x9c\x2e\xca\xe9\x15\x1a\xa3\xdc\x44\x52\x37\x2f\x51\x86\x92\x46\xea\x1b\xd0\x57\x4e\xd7\x03\xfa\xca\x7e\x61\x1b\xc9\xf1\x49\x0f\xe8\x2b\x27\xfd\x01\x7d\xe5\x24\x3c\xa0\xaf\xec\x89\x01\x7d\xf5\x79\x26\xf4\x15\xe8\xa1\x0c\xe8\x2b\x36\x3a\x94\x01\x7d\x65\xef\x4e\xe8\x2b\xe2\xbf\x32\xa1\xaf\x50\x84\x97\x09\x7d\xe5\xd2\x31\xa1\xaf\x9c\x4c\x27\xf4\x9c\xcb\xd8\x84\x9e\x73\x6a\x9d\xb4\xcf\xc5\x70\xd2\x3e\x27\xbe\x49\xfb\x96\xd7\xa4\x7d\x8e\x9e\x49\xfb\x96\x25\xda\xe7\x68\x9d\xee\x9e\xb5\x84\xa4\xd1\x45\x66\xba\x8f\x91\x9e\x98\xee\x63\xe4\x5e\x40\x4e\x6e\xd6\x28\x20\xa7\x17\x51\x40\x01\x39\xbd\xa4\xbb\x0b\xc8\xc9\xad\x4c\xe5\x93\xbe\x62\xf4\x20\x6d\x73\x03\x48\x41\xda\xe6\x8e\x85\x82\xb4\xcd\x38\xbc\x20\x6d\x13\x75\x14\xa4\x6d\xaf\x3d\x8f\xb4\xed\x35\x10\x40\xda\x16\x9d\x6d\x3e\x37\xe2\x78\x15\x14\xef\xd5\xfa\x50\xbc\x1b\x90\x7d\x12\x5d\x1c\x63\x13\x4b\x72\xd6\x58\x10\x41\x2e\x8d\x0b\x22\xc8\x45\x6d\x41\x04\xd9\xd7\x0b\x22\xc8\xfb\x5c\x10\x41\xbe\x8d\x0b\x22\x08\xb6\xba\x2c\x88\xa0\xf9\x7b\xc4\x45\x59\x70\x60\x76\xc4\x82\x03\xf3\xb1\x2f\x38\x30\x27\xc5\x05\x07\xe6\x04\xbd\xe0\xc0\xec\x96\x05\x07\xe6\xe0\x59\x70\x60\xae\x69\x0b\x0e\xcc\x97\x63\xdb\x74\x3a\x62\xd3\x74\xa7\x90\x4d\xd3\x8d\x8f\x36\x4d\x77\xb1\xd8\x34\x1d\xb0\x52\xb6\x4d\xf7\x9a\x05\x9e\xcb\x12\x9a\x07\x52\x40\x65\xa3\x79\x70\xf5\xdb\x70\x60\x0e\xb3\x0d\x07\xe6\x24\xbc\xe1\xc0\x5c\xef\x36\x1c\x98\x1d\xbf\xe1\xc0\x7c\x71\x36\x1c\x98\xd1\xf5\x86\x3f\x82\xf7\x2d\x07\xfe\x08\xb6\xb3\x1c\xf8\x23\xb4\x12\xe5\xc8\x81\x71\x95\x03\x49\x84\xaa\xa2\x1c\x48\x22\xe3\xb8\x23\x49\x44\x0f\x1e\x48\x22\xdb\x77\xe0\xc7\x8c\xb5\x0f\xfc\x98\xd3\xd9\x05\x63\x79\x3c\x1e\x83\x1f\x73\xd9\x3c\xf0\x63\x64\xd0\xcb\x91\x1f\xb3\x04\x3f\x86\x3a\xbd\x5c\x30\x96\xc7\x63\x1b\x68\x1f\x09\xaf\x7a\xc1\x58\x9e\x44\x75\xf5\x41\x0f\x41\x0f\x56\x36\xc6\x4c\x86\x60\x65\x63\xcc\x44\x7f\x51\x1f\x54\xa7\xf4\x6e\x7d\x50\x9d\xb2\x50\x56\x36\xcd\x7c\xd4\x57\xd9\x34\xf3\xf1\x4a\x57\x36\xcd\x7c\xc9\xda\xd1\x4a\x2c\x6b\x47\x2b\xb1\xbc\x26\x5a\x09\x54\x0e\xf5\x91\x24\xf2\x2a\x90\x44\x48\xaa\x6a\x90\x24\x3a\x94\x24\x89\x38\x93\x0d\x35\x6e\xbd\xae\x6c\xa8\x51\xb9\x5e\xd9\x50\xb3\x89\xc0\x2a\x1b\x6a\x0e\x4a\xe4\xca\x86\x9a\xf3\x7a\x15\xb4\x12\xc5\xfa\xd0\x4a\x34\xcf\x44\x2b\xd1\x3c\x86\x1e\x02\x9c\x58\xd9\x34\x63\xe4\x56\xd9\x34\x73\xc0\x82\x35\x48\xbe\xd0\x5a\x10\xd7\x63\xfb\x40\x5c\x0f\xea\xa4\x0a\xe2\xd2\xf3\xa5\x82\xb8\x1e\x60\x77\x05\x71\x3d\x08\xc8\x2a\x88\xeb\xb1\xaf\x41\x5c\xca\x40\xeb\x0b\xb9\x54\x3c\x13\x72\xa9\x58\x3b\xe4\x12\x69\xc1\x0a\x1a\x7b\x98\xa0\x2b\x68\xec\x21\xeb\x53\x41\x63\x6e\x30\xab\xa0\xb1\x07\xec\x59\x41\x63\x0f\x04\x67\x05\x8d\x99\x7b\xa8\xa0\xb1\x97\xf7\xa1\x82\xc6\xdc\x37\x59\x41\x63\x11\x39\x6e\x05\x8d\xbd\xc7\x33\x21\x66\xd8\xc0\x53\x41\x63\xd1\x91\x05\x1a\x7b\xd9\x21\x51\x41\x63\xef\xf1\xcc\xc6\x99\x3c\x07\xd0\xd8\x7b\xfc\x1d\xc4\x8c\x23\x0b\x34\xa6\xbf\x4e\x05\x8d\xbd\xdb\xda\x21\x66\x8e\x35\x40\x2e\x81\x10\x2a\x68\x2c\x86\xf0\x3b\x53\x72\xbd\x40\xad\x44\x58\x93\xca\x5e\x9b\x4c\xd4\x53\x2f\x50\x2b\x99\xbd\x67\x35\xc1\xe7\x30\x99\x56\xf6\xe1\x68\x1c\x53\xd9\x87\x93\xb7\x57\xb9\x4d\x2f\x0e\x09\xf6\xe1\x14\x07\x2b\xfb\x70\x8a\x83\x87\x7d\x38\x05\x36\xb0\x26\xf8\x9c\xd7\xda\xe1\x73\x7c\x71\xd8\xa3\x53\x1c\x4a\xec\xd1\x31\x97\x59\xd9\xa3\x53\x50\x2d\x56\xf6\xe8\x14\x3b\x90\x3d\x3a\x95\xe9\xac\xb2\x47\xa7\x02\xd0\x2b\x7b\x74\xaa\x1d\xcf\x1e\x9d\x4a\x64\x5a\xd9\xa3\x53\x89\x57\x6a\x86\xf0\xb0\xe3\x33\x84\x07\xf1\x51\xcd\x10\x1e\xc3\x1a\x20\x3c\xe0\x5a\x6b\x86\xf0\x40\xe7\x5d\x33\xa4\x8d\x0f\x33\x43\xda\x7c\xd6\x07\x69\xb3\xbc\x17\x48\x9b\xe9\x31\x14\xe1\x4c\x9f\x35\xa3\x08\x67\xa2\xad\x85\xf6\xb1\x2e\xd7\x42\xfb\x88\xf1\x6a\xa1\x7d\x44\x4b\xb5\xd0\x3e\xa8\x91\x5a\x68\x1f\x28\xa0\x16\xda\xe7\x54\x57\x68\x9f\x4f\xb3\xd0\x3e\x22\xc5\x5a\x68\x9f\xd3\x60\x51\x07\xc3\x9d\x15\x08\x9d\x66\x0d\x93\x12\xbd\x74\xc1\x5f\x99\xd3\xbb\x86\xec\xf9\xb9\x0a\x7b\xac\x88\x1b\x6b\x91\xec\xa1\x0d\x15\xa2\x84\x28\xa4\x5e\xf0\x57\x16\xc4\x5a\xbd\x08\xaf\x2c\xb2\xdd\xf5\x22\xbc\xb2\xe0\xa0\xeb\x45\x78\x65\xf9\x82\x5f\x84\x57\x96\x23\xf2\x22\xbc\xb2\x60\x11\xeb\x45\x78\x65\x39\x96\x2e\xc2\x2b\x0b\x0d\x6a\xbd\x08\xaf\x2c\xb6\xbb\xd4\x8b\xf0\xca\x8a\xd6\xbe\x28\xd1\xbe\x8b\xe2\xca\x0a\x1e\xa3\x0d\x8e\x82\x8b\xe2\xca\x42\x0c\x55\x1b\x6d\x70\xcc\x37\xdb\xc0\xf3\x6b\xb6\xc1\x33\x69\x03\xc9\xd3\xda\x68\x43\xf4\x9a\xb6\xc1\x63\xb4\x01\xe6\xbc\x5e\x14\x57\x1f\xdf\xd4\x86\x46\x06\xd8\x5d\x2f\x8a\xab\x0f\x98\xb5\x5e\x14\x57\x1f\x62\xc3\x7a\x51\x5c\x15\x07\xd7\x8b\xe2\xea\x03\x66\xad\x17\xc5\x55\xd1\x58\xbd\x28\xae\x3e\x84\x28\xb5\x43\xf6\xb8\xf8\x5e\x14\x57\x4d\x00\xd7\x8b\xe2\xaa\x7a\xf4\xda\x51\xfb\x93\xea\xaf\x1d\xb5\x7f\xf5\x77\xec\x83\xf3\x5d\xb9\x48\xad\x46\x62\xfb\x7a\x91\x5a\x75\x6b\x79\xbd\x48\xad\xba\x67\xb4\x5e\xa4\x56\xe3\xb4\x86\x8f\x33\xb9\xeb\x8b\xd4\x6a\xfc\xbc\x17\xf6\x03\xdb\xf6\x8b\xd4\x6a\x26\xeb\x53\x87\x3a\x1f\x7e\x37\xd0\xf9\x10\x4a\xd5\xc1\x26\x39\x22\xfd\x7a\x91\x5a\xcd\x04\x56\xf5\xe6\xaa\x6a\x36\x64\x18\x90\x3d\xf6\xfc\x80\xd0\x21\x23\x54\x2f\xc6\xaa\xbf\xc2\xff\xdf\x99\x92\x07\x36\x24\x50\xec\xf5\xc2\xaf\x5a\x00\x08\xf5\xc2\xaf\x5a\xe0\xff\xea\x85\x5f\xb5\xba\xe2\x4c\x76\xef\xb1\x41\xa2\x4e\xc4\x49\x28\x1a\xeb\x85\x5f\xd5\x4d\x25\x75\x22\x4e\xf2\x35\xba\xf0\xab\x16\xd7\x91\x0b\xbf\x6a\x71\x85\x9b\xec\xde\x73\xa5\xba\xf0\xab\x56\xd7\xc9\x0b\xbf\x6a\x73\xe9\xb8\xf0\xab\x36\x68\xfb\x3a\x61\xa1\x5c\xb3\x2f\xc4\xaa\xe6\x63\xeb\x85\x58\xb5\xc3\xe3\xd5\x0f\x86\x0a\xa8\x54\x3f\x85\x52\xdc\xd9\x85\x4a\x75\xc0\x09\xd7\x0b\x95\xea\x40\x2e\x57\x3f\x84\x52\x4e\xec\x17\x2a\xd5\xe1\xfa\x7a\xa1\x52\x55\xbe\x56\x2f\x54\xaa\xcb\xfb\xbc\x50\xa9\x2e\x38\xa9\x7a\xa1\x52\x5d\x24\x06\xea\x85\x4a\x75\xd9\x4b\x17\x2a\xd5\x65\xdb\x2f\x54\xaa\x0b\x25\x6b\xbd\x50\xa9\x2e\x52\x0f\xf5\x42\xa5\xea\x76\x82\x7a\xa1\x52\x3d\xb0\x9d\xf5\x42\xa5\x2a\x40\xaf\x17\x2a\xb5\x27\x58\x5f\x83\x1f\xe3\x3e\x2f\x1e\x6a\x0f\xe9\xc4\x7a\xf1\x50\x7b\x9c\x5e\x16\x4c\xda\xb2\x04\x93\xe6\x12\xb0\x60\xd2\x5c\x1e\x36\x6c\x19\x2c\x77\xdd\xb0\x65\x10\x09\x75\x43\x89\x01\x0c\xeb\x86\x12\x03\x75\xd4\x0d\x25\xe6\x62\xb1\xa1\xc4\xd0\x80\xd7\x8b\x79\xda\xe3\x12\xb0\xa5\xc4\x3c\x06\x65\x84\xd7\x48\xdd\x50\x62\x6c\x0e\xae\x17\xf3\xb4\x08\x42\xa8\x17\xf3\xb4\x68\xcf\x6f\x28\xb1\xed\x31\x28\xb1\x9f\x3b\x83\x12\x03\x21\xd4\x8b\x79\x5a\xb4\xe7\x0f\x94\x98\x6d\xbf\x98\xa7\xfd\x84\x2f\x17\xf3\xb4\x9f\x58\xed\x40\x89\xb9\xc8\x1c\x28\x31\x17\x99\x03\x25\xe6\xd2\x7f\x31\x4f\xfb\x89\xdc\x0e\x94\x98\xa3\xfc\xd0\x3e\xc3\x82\x43\xfb\x5c\xa6\x0f\x94\x9f\x7d\x76\xa0\xfc\x0c\x2e\xd8\x5a\xf4\x42\x94\x54\xc4\x7a\x3f\x71\x1c\x62\xbd\xe8\xe8\x41\xac\x57\xc0\x66\x0d\xb1\x5e\x81\x87\x6d\x88\xf5\x0a\x30\xbf\x21\xd6\x2b\x30\xb6\x0d\xb1\x5e\x23\x9e\x6e\x88\xf5\x5a\xf1\xcc\x8c\x04\x2f\x50\x2a\x48\xf0\x12\xa5\x8a\x04\xaf\x51\x1a\x08\xeb\x36\x25\x04\x79\xc3\x7b\xf9\x10\xd6\xf9\xbb\x45\x29\x52\xda\xc8\xec\x3c\x76\xa0\xfc\xb8\x17\x04\x79\x9b\x31\xd8\x10\xe4\x1d\x76\x17\x34\x04\x79\x87\x67\xdb\x10\xe4\x1d\x42\x8d\xa6\x20\x0f\xd4\xd8\x14\xe4\xf1\xa4\x9b\x82\xbc\x6d\x0d\x08\xf2\x50\x6f\x37\x05\x79\x8c\xd6\xa6\x20\x0f\x94\xda\x6e\x96\xa9\x3f\x9f\xd7\x44\x90\xc7\x98\x6f\x0a\xf2\xbe\xdf\x8b\x92\x9b\x5a\x3d\x26\xe1\x86\x56\xcf\xdd\x35\x0d\xad\x5e\x80\x23\x6a\x6a\xf5\xec\x08\xb4\x7a\x19\x7a\xa0\xa1\xd5\xfb\x79\xd0\x28\xf0\x6a\xf1\x58\xa5\xc4\x63\xbf\x00\xa8\x57\xa6\xc1\x76\x01\x50\xaf\x36\xfd\x02\xa0\x6e\x1c\xd7\x2e\x00\xea\x8d\xa1\xdb\x2e\x00\xea\x0d\x3e\xa7\x5d\x00\xd4\xdb\xf2\x2a\x9b\xd2\xa1\x74\xef\xda\xcd\x0c\xed\x02\xa0\xee\x46\x87\x16\x35\x4b\xe2\x2a\x48\xf0\x36\xab\x66\x63\x2f\xd1\xf3\x5a\x92\xa7\xe4\x9a\x38\x03\x68\x4c\xda\x70\x06\x10\x18\x36\x65\x76\xc7\x6b\x0e\x8e\x59\xdf\x05\xda\x6a\x09\x1a\xae\x01\xcf\x63\xe9\x82\xd4\x87\xcd\x2f\x8d\x3d\x48\x4f\xb0\xbe\x43\x89\x9e\xc7\x35\x40\xc8\xda\xd8\x9f\xe4\x64\xda\x94\xd9\x1d\xcf\x8c\xd4\xc0\x73\x40\x66\xa7\xe6\xa1\x25\xdb\xc7\x7d\x26\xda\x77\xbc\x8a\xed\xb3\x44\xfb\x58\x44\x1b\x32\xbb\x87\xed\xe3\x0d\x99\xdd\x13\xbc\x0a\x3c\xa5\x4f\x2c\xc1\xc3\x02\x0c\x1b\x32\xbb\x87\xb8\xa3\x21\xb3\x53\x47\xd1\x12\x3c\x2c\x0b\x73\x43\x66\xa7\x3a\xa2\x21\xb3\x7b\x98\xea\x1a\x32\xbb\x40\xd2\xb5\x21\xa5\x0b\xd0\x1f\x0d\x29\xdd\xcf\x88\x44\x4a\xa7\x5e\xb4\x21\xa5\x53\x4b\xda\x90\xd2\x05\x47\x1d\x52\xba\x37\x7b\x0c\xbe\x3f\xfb\x3b\x1c\x44\x48\x01\x35\x36\x21\xb9\x25\xb6\xb1\x09\xc9\x3d\x9c\x4d\xd1\x9d\x2d\x52\x74\xc7\x82\xde\x14\xdd\x75\x4b\xec\x21\x23\x7f\xd2\xf4\x23\x73\xb4\x2a\xba\xf3\x95\x46\x74\xa7\xcb\x5f\x43\x74\x97\x7d\x03\x10\xdd\x65\xa4\x89\x4d\xd1\x1d\xc1\x4c\x53\x74\xe7\x84\xa2\xe8\x8e\x04\x5b\x43\x74\x97\x1d\x75\x8a\xee\x1c\x2f\x88\xee\xf4\x11\x6c\x8a\xee\x88\x53\x9b\xa2\x3b\xdf\x4d\x45\x77\x2c\xb7\x0d\xd1\x5d\xf6\x19\x29\xba\xf3\xb9\x2b\xba\x73\xaa\x53\x74\xe7\xa4\x88\xe8\x2e\x83\x10\x5a\xb5\x7d\x96\xe0\x5a\x8f\xf5\x35\x8e\xd1\x4b\x0a\xeb\x20\x54\x9b\xc2\x3a\x27\x7d\x85\x75\x3e\x5b\x85\x75\xce\x67\x08\xeb\x9a\xf7\x89\xb0\xae\x7b\xcd\x26\x71\xc8\x7d\xb2\xd1\x68\xf8\x56\x21\xac\x1b\x8e\x72\x84\x75\x83\x6c\x4a\x43\x58\x37\x7c\x53\x11\xd6\x0d\xd0\x51\x43\x58\x37\x48\xee\x37\x85\x75\xdb\xdf\xdd\x36\x8c\xf7\xf9\xbd\x29\x19\xcd\xdd\x70\x22\x42\x73\x37\x9c\x50\xd0\xdc\x0d\xa7\x1e\x34\x77\x03\xb8\xd7\xd0\xdc\x0d\x1b\x8b\xe6\x6e\xba\x6a\x22\xac\xfb\x9c\xf8\x10\xd6\x4d\x20\x72\x43\x58\x37\x9d\x06\x11\xd6\x4d\x28\x80\x86\xb0\x6e\xba\x16\x2a\xac\x03\x1c\x35\x85\x75\x00\xdf\xa6\xb0\x6e\x5a\x3b\xc2\xba\x69\x7d\xf0\x8d\x8f\x57\x81\x6f\x84\xdb\x6d\x08\xeb\x14\xc3\x37\x84\x75\x6e\xbd\x6e\x08\xeb\x3e\x87\xa0\xc2\x3a\x07\x88\xc2\x3a\xf8\xd4\x86\xf3\xc1\xe7\xa0\xc3\xf9\x40\xe5\x44\x53\x74\xe7\x2a\xad\xe8\x0e\x51\x5a\x43\x74\xb7\x7c\xc5\x14\xdd\x11\xff\xb5\xa1\x01\x0c\xad\x45\x74\xa7\x6b\x5b\x43\x74\xa7\xc9\x5f\x53\x74\x37\x2c\x21\xba\x1b\x9e\x89\xe8\x0e\xc6\xbd\x21\xba\x3b\xd1\xfa\x10\xba\x91\xca\x69\x88\xee\x54\x4c\x37\x44\x77\x07\x95\x4a\x63\xef\xd2\xc3\xe6\xd9\xc6\xde\xa5\x07\x11\x63\x63\xef\xd2\x03\x4b\xda\xd8\xbb\xf4\xd8\x83\xec\x5d\x7a\xec\xdd\x29\x17\xc9\x9d\x4d\xb9\x48\xaf\x09\x17\x09\x80\x6d\x6c\x50\x7a\xc8\xdf\x37\x36\x28\x3d\x4e\x67\x6c\x50\x72\x63\x45\x9b\x70\x91\xcd\x6b\xc2\x45\x76\x7f\x07\xd7\x0a\x0f\xdb\x3e\xb8\x56\x18\xdb\xc6\xc6\x26\x37\x79\x34\x36\x36\x99\x56\x6a\x9f\x5c\x24\xed\x43\xc8\xa7\xc3\x46\x43\xc8\xf7\x82\x8e\x1a\x42\xbe\x08\x64\x6d\x08\xf9\x62\xb4\x04\x17\xf9\x7a\xe6\x6d\x5f\xb4\x27\x10\xf2\x45\x52\x9b\x0d\x21\x5f\x4c\xde\xcb\x47\xc9\xdf\x2d\x4a\xf4\x12\x42\xbe\x88\x22\xbc\x21\xe4\x8b\xf6\x35\x42\xbe\x88\x1e\xa2\x21\xd6\x8b\x2e\xb7\x88\xf5\xa2\x11\x2d\x62\xbd\x08\xec\x6e\x5a\x26\x18\xa2\x68\x99\x40\x46\xa8\xe9\x8d\x06\x2a\x6e\x7a\xa3\x79\xd7\x08\xf2\x8a\x77\x86\x20\xaf\x78\xd7\x08\xf2\x0a\x5c\x72\x63\xf3\x52\x21\x3d\xdb\xd8\xbc\x54\xac\x1d\xb1\x5e\x81\x0a\x6d\x88\xf5\x0a\xe4\x52\x43\xac\x27\xd2\x6e\x08\xf2\x2a\x94\x51\x43\x90\xd7\x0c\x19\x10\xe4\xb5\xe8\x99\xb7\x0d\x2d\x59\x1a\x94\xe8\x5d\x04\x79\x0d\x55\x7b\x43\x90\xd7\x20\x90\x1a\x82\xbc\x66\xfb\xb0\x5a\x68\x2e\xc5\x58\x2d\x34\xe7\x41\xc4\x7a\xcd\x39\x0b\xb1\x5e\xf3\xce\x10\xeb\xb9\xe1\xbf\x21\xd6\x6b\xce\x36\x88\xf5\x9a\xcf\x08\xb1\xde\x2f\x00\xf5\x3b\x53\x32\x3a\xbe\xe6\x83\x46\xc7\xa7\xbf\x40\x3b\x36\xdd\xea\x6c\xba\x37\x46\xd3\x8d\x11\xd0\xf1\x35\xbb\x1a\x1d\x5f\x73\xad\x40\xc7\xd7\x5c\x71\xd0\xf1\x35\x1f\x03\x3a\xbe\x89\x90\xa8\xa3\xe3\xd3\x78\xa4\xa3\xe3\x9b\xb0\x49\x1d\xb1\xde\xc7\xd2\xd1\x11\xe4\x7d\x44\xad\x1d\x41\x9e\x36\x82\x1d\x41\x9e\x93\x62\x47\x90\xb7\x8a\x35\xc0\x0d\x22\x71\xea\x08\xf2\x16\x69\x97\x8e\x20\x6f\x35\xeb\xfb\xf8\x9d\x35\xc0\x1b\x56\xcf\x84\x37\xac\x9e\x79\xdb\xb0\x98\xc0\x3a\x62\xbd\x45\xea\xaf\x23\xd6\x5b\xa4\x3a\x3a\x62\xbd\x65\xfb\x10\xeb\x2d\x36\x6d\x76\xc4\x7a\x8b\x35\xbb\x23\xd6\x13\xc4\x75\xc4\x7a\xab\xf8\x3b\x78\xc3\xe6\x35\x69\x9f\x3d\x88\x58\x6f\x55\xcf\xb4\x7d\xb4\x36\xd0\xbe\x62\x89\xf6\x75\x6b\x80\x37\xfc\xbc\x0a\xbc\x21\xc9\xc5\x1e\xe0\x0d\x01\x6a\x1d\xdf\xea\x07\xd6\xb9\xe3\x5b\xfd\x90\xc8\xed\x2f\x22\x31\x98\xec\xfe\xc2\x1b\x46\xcf\x94\x37\xb4\x04\x6f\x48\x8c\xd7\x2f\xaa\xaa\xba\x12\xf7\x17\x01\x19\x8b\x61\x7f\x11\x90\x1d\x6b\x40\x40\x46\x9e\xa0\xbf\x70\x8a\xb0\xd5\xfd\x85\x53\xdc\xfe\xee\xd2\x49\x5a\x12\xf5\x17\x4e\x91\x05\xaf\xe3\x20\x1c\x51\x5c\x74\x1c\x84\xf5\x85\xeb\x11\x01\x19\xf4\x40\x8f\x70\x8a\xbc\xa8\x3d\xc2\x29\x12\x25\xf7\x08\xa7\x48\x74\xdd\x23\x9c\xa2\xcf\x2f\xc2\x29\x3a\x26\x22\x02\xb2\xe9\x35\x6f\xfb\x9c\xf8\xfa\x45\x5c\xd5\x8f\x00\xf4\x88\xd1\xd7\xb4\x86\x8f\x92\x35\x2c\x4a\x5e\x13\x17\x64\xe2\xc6\x1e\xe1\x45\x09\x4a\x3a\x42\xbe\x42\x4a\xbb\x23\xe4\x2b\x84\x44\x1d\x21\x5f\xf1\x49\x27\x28\x46\xa6\x9e\x8e\x58\x4f\xbb\xa2\x8e\x58\xcf\x3c\x48\x47\xac\xd7\xa2\x57\x81\x46\x24\xda\xed\x88\xf5\x9c\x22\x3b\x62\xbd\x46\xe2\xb1\x23\xd6\x6b\x38\x81\x74\xc4\x7a\x8d\x48\xbf\x23\xd6\x6b\x84\x7c\x1d\xb1\x5e\x23\x0c\xe9\x88\xf5\x1a\x39\xa7\x8e\x58\xaf\x11\x99\x76\xc4\x7a\x8d\x1c\x42\x47\xac\x67\x7a\xbd\x23\xd6\x33\x69\xde\xf1\x62\xeb\xc5\x12\x7b\x38\xb3\x57\x61\x0f\x27\x58\xa9\x23\xe4\xeb\x28\x7b\x3a\x42\xbe\xee\x93\x46\xc8\xd7\xb3\x77\xbd\x28\xd1\x83\x08\xf9\xba\x6f\x87\x42\x3e\x08\xb2\x5e\xa0\x50\x21\xd6\x7a\x81\x42\xfd\x85\x8e\xfe\xec\x94\xdc\xd5\xff\x01\x2c\xba\xfa\x3f\x1f\x03\xfa\x3f\xf3\xfe\x5d\xfd\x1f\xb1\x4c\x57\xff\xe7\x74\x86\xfe\x6f\xf8\xa2\xa2\xff\x9b\x8f\xd7\xbc\x4d\x9f\x40\x82\x8e\xfe\xef\x73\x5a\xc2\xdf\x6d\xbd\x1e\xbb\x4d\x37\x99\xd2\x8b\xac\x2c\x03\xab\xc8\xca\xd2\x11\x05\x56\xd6\x07\x56\x61\x65\x61\x18\x7b\x85\x95\x05\x8c\xf5\x0a\x2b\x1b\x3c\x13\x56\x16\x29\x77\xbf\xa0\xaa\x2e\xe8\x81\x7e\x41\x55\x5d\xc0\x93\x7e\x41\x55\x5d\x30\xaf\xfd\x82\xaa\xba\x00\xef\xfd\x82\xaa\x6a\x2a\xa7\x57\xcd\x84\xbc\x0a\xfa\x46\x1f\x7b\xc5\x4c\xc8\x89\xaf\xb2\x3d\xd7\x97\xf1\x02\xae\x7a\x88\x50\x7a\xd5\x4c\x88\x3e\x43\xe4\xf7\x10\xe9\x77\x44\x7e\x92\x05\x1d\x91\x9f\x9b\x27\x3a\x22\x3f\x69\x85\x8e\xc8\xef\xb1\x07\x11\xf9\x3d\xac\xd2\x1d\x91\xdf\x43\xea\xb6\x23\xf2\x7b\x20\x2e\x3a\x22\xbf\x00\x4b\xda\x11\xf9\x3d\x2e\x6a\x88\xfc\xfc\xae\x47\x47\xe4\xf7\x38\xf1\x35\x58\xe7\xe3\x7d\x7e\x9c\x49\x1b\x10\xf9\x3d\x4e\xa6\x88\xfc\x1e\x62\xd1\x8e\xc8\x2f\x10\x8b\x76\x44\x7e\x8f\x93\xf0\x45\x5c\x2d\xf8\xa4\x3b\xed\x73\xf2\xee\xb4\x0f\x3a\xa9\x5f\xc4\xd5\x82\xf7\xd2\x35\x52\xf2\x4c\x44\x8c\x50\x38\xbd\xc3\xd8\x3a\x0a\x3a\xac\xac\x53\x4f\x87\x95\x7d\xfd\x1d\xac\x2c\xa9\xa3\x7e\x51\x55\x8b\xaf\x25\x58\x59\xe2\xbf\xde\x61\x9d\x9d\xae\x2f\xaa\x6a\x5a\x9f\xf6\x01\xeb\xec\x24\x35\x60\x9d\x9d\x26\x2e\xaa\x6a\x46\xc2\xfd\xa2\xaa\x16\x49\xda\xf5\x8b\xaa\x5a\x74\x02\x1b\xb0\xce\xc4\xa2\xfd\xa2\xaa\x16\x9d\x88\x2e\xaa\x6a\xba\x35\xf7\x8b\xaa\x5a\x24\x17\xd0\x07\xac\xba\xa3\x60\xc0\xaa\x27\x6b\xff\x38\x93\xe7\x3e\x6c\x9f\xf7\x49\xfb\x08\xba\xfa\x90\x75\xe6\x5e\x26\xac\xb3\x4b\xff\x84\x75\x1e\x96\x60\x9d\x0d\x43\x2e\xaa\x6a\x65\xf8\xbb\x44\x89\xfb\xbc\xa8\xaa\x15\xc3\x89\x8b\xaa\x5a\x19\xfe\xae\x72\x15\x8f\xdd\xf6\x35\xd4\x1f\xfd\xa2\xaa\xd6\x0c\x82\x26\x62\x52\xb2\x37\xfd\x22\xa7\xd6\x5c\xec\x2f\x72\x6a\x52\x0e\xfd\x22\xa7\x36\x7c\xee\x17\x39\xb5\x41\x4a\xb4\x5f\xe4\xd4\x44\xfd\xfd\x22\xa7\x36\x7c\xab\x2e\x72\x6a\xc3\x31\x78\x91\x53\x1b\xf6\xe7\x45\x4e\x4d\x72\xa2\x5f\xe4\xd4\x06\xd4\x64\xff\x64\xce\x79\x62\x17\x39\x35\xc9\x90\x7e\x91\x53\xbb\x5b\xd8\xfe\xfc\x94\xfc\x41\xb8\x57\x2b\x87\x70\xb7\x79\x1f\xa4\xba\x1d\xf1\x41\xaa\x93\x9d\xed\x0b\x52\x9d\x74\x46\xbf\xc9\xa9\xb6\x61\x77\xfa\x62\x97\xbb\xd1\xd2\x82\x54\x47\xe8\xd6\x17\x5a\xd9\xc7\x52\xa6\x44\x83\x16\xa4\xba\x31\xd0\x4d\x4e\x75\x79\xd1\x4e\x72\x4a\xce\xb4\x93\x9c\x3a\x4e\x05\x0b\x52\x9d\xc4\x4e\x27\x39\xe5\x6e\xb3\xbe\x20\xd5\x9d\x50\x48\x4e\xc9\xfb\xf6\xc5\x2e\x77\x63\xe6\xc5\x2e\x77\xd8\xb2\x7e\x01\x57\x37\xc9\xd4\x37\x5a\x60\x12\x03\x7d\xb3\xcb\xdd\x57\xf3\x02\xae\xae\x9f\x55\xbf\x89\xab\xae\xf3\x55\xdf\x68\x81\x5d\xd4\xb6\x5a\x60\xcf\xac\x94\x68\xed\x05\x63\x3d\x2c\x7f\xd7\x29\xf1\x1c\x2e\x18\xeb\x19\x25\x43\xdf\xe8\x7d\x8b\xf7\x89\xde\x17\xb6\xb3\x6f\xf4\xbe\xae\xee\x07\xbd\x2f\x22\xa3\x7e\xf8\x66\x04\x74\x52\x3f\xb2\xff\x0c\xcf\xc3\x4e\x7d\x27\xa2\x0b\xb8\x7a\xb3\xb5\x17\x70\xf5\xee\x73\xbf\xa8\xaa\x8f\xe1\x55\x6e\x1b\x86\xed\xbb\xa8\xaa\x4f\xa3\x9e\x8b\xaa\xfa\x74\x0a\xb9\xa8\xaa\xcf\xe8\x55\xd8\x8e\x5f\xad\x1d\x8e\xdd\x31\x88\x20\xef\xf1\x85\x43\x90\xf7\x18\x8b\x22\xc8\x7b\xa0\x1c\x06\x82\x3c\xc5\x57\x03\x41\xde\x43\xcf\x0f\x04\x79\x0f\xb1\xcc\x40\x90\xf7\x30\x0d\x0e\x04\x79\x92\x2f\x03\x41\x9e\x1e\x1e\x03\x41\xde\x03\x39\x31\x1e\x38\xf6\xec\x99\x70\xec\xd5\x12\x1c\x3b\x48\x66\x20\xd6\x7b\xaa\x77\x46\x0e\x81\xc9\x74\x3c\xe6\x10\x2c\xd1\xbe\x62\x89\xf6\x41\xef\x0c\xc4\x7a\x81\xd6\x0e\xc4\x7a\x81\xf1\x39\x10\xeb\x05\x16\xca\x81\x58\xef\x05\xfd\x0d\xc4\x7a\x2a\x19\x06\x62\x3d\x53\x8d\x03\xb1\x9e\x5b\x4c\x06\x62\x3d\xf7\xcf\x0d\xc4\x7a\xef\xb2\x06\xb6\xb2\x07\x6b\x60\x2b\xbb\x77\xad\xfb\x75\xf0\x2a\xe8\x7d\x21\x6d\x86\x0e\xd7\xf0\xb7\x23\xa8\x78\xa2\x0d\x38\x5c\x67\x88\x84\x81\xc3\xb5\xdf\xab\x19\x38\x5c\xe7\xe2\xb1\xc8\x99\xf4\x27\x0e\xd7\x7e\xe7\x66\xe0\x70\xed\x97\x6d\x06\x0e\xd7\xd9\xe7\x8e\xc3\x75\x4e\x5e\x13\x0e\x3a\x7a\x66\xe7\x2a\xd6\x30\x38\x93\x16\xe1\x70\x9d\x7d\xb6\x38\x5c\x6b\x8b\x3f\x70\xb8\xce\xc5\x7b\xd9\x5c\x93\x3e\xc3\xe1\x3a\xa3\x83\x19\x38\x5c\x8b\x95\x06\x0e\xd7\xfa\xb3\x8c\x68\xfb\xb8\x4f\x3c\xf1\x72\xfc\x3d\x5d\xf2\xc0\x2e\x2f\x43\x24\x0c\x52\x5c\x99\x10\x7d\x60\x97\xa7\xb7\xfe\x20\xc5\xa5\x72\x62\x90\xe2\x52\x55\x31\xb0\xd2\xab\xa4\x2c\x06\x29\xae\xc6\x34\x38\x48\x71\x35\x56\x9c\x41\x8a\xab\x31\x09\x0f\x52\x5c\x15\x08\x39\x48\x71\x55\x40\xc0\x20\xc5\x55\x99\x84\x07\x29\x2e\x15\x17\x83\x14\x57\x23\xb6\x18\x58\xf0\x55\xa6\xf2\x41\x8a\xab\x02\x83\x47\xf2\x9b\x0a\xd4\x40\x8a\xab\x17\xaf\x02\x6d\x4f\x6c\x31\x48\x71\x0d\x7b\x82\x14\xd7\xf0\x25\x26\xc5\x35\x1c\x3c\xa4\xb8\x86\x03\x0b\x27\x89\x91\xac\x01\x6e\x9e\xa9\x67\x90\xe2\x1a\x3f\xf5\xc1\xcd\x3b\x4d\xe0\x24\x31\x1c\xac\xa4\xb8\x86\x03\x8b\x14\xd7\x24\x46\x18\xa4\xb8\x26\xe0\x76\xe0\x24\x31\x89\xb5\x07\x4e\x12\x13\x29\xdd\x20\xfd\x35\x81\xb3\x23\xcb\xcd\xf3\x54\x48\x7f\xcd\xcf\xfa\xd8\x30\xee\xf3\x23\xfd\xf5\xf9\xa4\x49\x7f\x7d\x8f\xf5\xc1\xcd\x17\xef\x65\xc3\x87\x7b\xec\x50\xe2\x9a\xa4\xb8\x14\x66\x0d\x52\x5c\x62\x89\x41\x8a\x6b\x05\xcf\xbc\x6d\x10\xd7\x0c\x52\x5c\x8b\x68\x62\x90\xe2\x52\x08\x36\x48\x71\x89\x79\x06\x29\x2e\xd1\xca\x20\xc5\xb5\x5e\x8f\x75\x4a\xdc\x19\x29\x2e\x11\xd7\x20\xc5\xb5\xb6\xf5\xc1\xbf\xfb\x8a\x91\xe2\xf2\x73\x51\x83\x14\xd7\xc6\x0b\x71\x90\xe2\xda\x00\xed\x41\x1a\x6b\x93\xf9\x18\xa4\xb1\x36\xd9\x8d\x41\x1a\x6b\x43\x4e\x0c\xd2\x58\xc7\xf1\x49\x1a\xeb\xfc\x5c\x05\xcd\xb2\xef\x18\x69\x2c\xbd\x5b\x06\xde\x11\x3a\xab\x0c\xbc\x23\x0e\x19\x9a\x41\x8a\xeb\x74\x7f\x87\x9e\xb9\x7b\x26\x7a\xe6\x6e\xed\xe4\x10\x30\x26\x18\xa4\xb8\x0e\x7b\xc8\x06\x29\xae\x83\xca\x61\x34\x73\x08\xd4\x8e\x20\x4f\x33\xd7\x81\x20\x4f\x23\x9e\x81\x20\x4f\x6b\xd7\x81\x20\xef\xf9\xb9\x0a\x39\x04\x96\xe9\x81\x20\xef\x21\xdd\x36\x1a\x39\x04\xf2\x43\xa3\x91\x43\x00\x93\x8f\x46\x0e\x01\x9a\x66\x34\x72\x08\x8e\xeb\x46\x0e\x61\x7a\x15\x72\x08\xf6\x75\x23\x87\xb0\xbc\x6b\x72\x08\xd0\x3b\xa3\x93\x43\x70\xc9\xe1\x0b\x3c\x8f\x4b\x4e\xa7\x7d\xbe\x01\x9d\xf6\x39\x67\x75\xda\x37\xfd\x1d\xed\x43\x57\x34\x3a\xed\xf3\xfd\xeb\x68\x96\x93\x67\x92\x27\xb0\x27\x3a\x79\x82\xe1\x99\xe4\x09\x10\x00\x8e\x4e\x9e\xa0\xff\x9e\x39\xe7\xe8\xa4\x10\x86\x3f\x23\x85\x80\x84\x7f\x0c\x52\x08\xae\xfc\xd8\xf3\xc5\x62\x09\xb9\xb6\x8f\x1d\x7b\xbe\x08\x90\x19\xd8\xf3\x45\x76\xb0\x0d\xec\xf9\xdc\xde\x39\xb0\xe7\xd3\x69\x7f\x60\xcf\x17\x89\xff\x06\xf6\x7c\x11\xe7\x8a\x81\x3d\x5f\x74\x40\x0e\x9b\x6e\x7d\x34\x1d\x12\x65\x60\xcf\x17\x9b\xc7\x6c\xba\x35\xd8\x3e\xef\xc5\xf6\xf1\xf8\xb0\xe7\x8b\x24\xbc\x06\xf6\x7c\x11\xc3\xa0\x41\x8a\x2b\xb2\x83\x6d\x90\xe2\x72\x17\xd0\x20\xc5\xe5\x57\xd7\x06\x29\xae\x88\xa4\x7e\x90\xe2\x8a\x44\x7c\x43\x7b\x3e\xa2\xd6\xa1\x3d\x9f\x6b\xb6\x1e\x7c\xa4\x02\x86\x1e\x7c\xd9\x6b\x4e\x4a\xf4\x35\x3b\xae\x72\xf6\xce\xf8\xb2\x9a\x6b\x3d\x29\xae\x9c\xad\xfd\x50\xe2\xf9\x91\xe2\x92\x09\x1d\xa4\xb8\xb2\xaf\x1f\x29\xae\x6c\x5f\x7f\x6a\xce\x3d\x86\xe6\x1c\x94\x33\x48\x63\xf9\x71\xd4\x41\x1a\xcb\x38\x7c\x90\xc6\x2a\x2e\x32\xa4\xb1\x8c\xca\x07\x69\xac\x62\xbf\x90\xc6\x2a\x2e\x6a\xa4\xb1\x8c\xd1\x07\x69\x2c\x05\x95\x83\x5d\x55\x0a\xc8\x06\x69\xac\xea\xc4\x8e\x1f\x45\x43\x6e\x35\xf0\xa3\x68\xe8\x68\x07\x29\xae\xe6\x48\x26\xc5\xd5\x00\xd3\x83\x14\x57\xf3\x95\xc6\x8f\xa2\x39\xf5\xe0\x47\xd1\x8c\x92\x49\x7f\xb5\x69\x0d\xe4\x4f\x7c\xc5\x48\x7f\x35\x27\x45\xd2\x5f\x0d\x8e\x76\x90\xfe\x6a\x8e\x64\xd2\x5f\xcd\x85\x92\xf4\x57\x23\x05\x3b\x48\x7f\x35\x18\xf0\x41\xfa\xab\xc1\xf7\x0f\xd2\x5f\x0d\xa2\x6b\x90\xfe\x6a\x28\x35\xc6\xb6\x7d\xf4\xe7\xb6\x7d\xb4\x01\xaf\x8a\xe6\x28\x27\x35\xd6\x50\x43\x0d\x52\x63\xa2\x95\x41\x6a\x6c\xa2\x52\x1e\xa4\xbf\x3e\x88\x99\x41\xfa\x6b\x21\xa8\x1c\xa4\xbf\x96\x53\x1d\xe9\xaf\x05\xf1\x34\x48\x7f\x2d\x23\x6f\xd2\x5f\x0b\x65\xf0\x20\xfd\xa5\x33\xdb\x20\xfd\xb5\xd0\xc1\x0c\xd2\x5f\xcb\xa0\x8b\xf4\xd7\x22\x69\x3e\x48\x7f\x2d\x43\x30\x72\x5c\xdb\xb0\x8e\x1c\xd7\x72\x52\x24\xc7\xb5\x9c\xf4\xc9\x71\x2d\x47\x01\x39\xae\xb5\xac\x9d\xfc\x09\x12\x81\x41\x8e\x4b\xb3\xfb\x41\x8e\x6b\x39\xea\xc8\x71\x2d\xa7\x64\x72\x5c\x6e\x3b\x9a\xe4\xb8\x16\x2a\xf3\x49\x8e\x6b\x7d\x96\x68\x1f\x88\x64\x62\x48\xa1\xc3\xcd\xc4\x90\x62\x4d\xcf\xa4\x7d\xeb\xf7\x9c\xe0\x26\xa9\x31\xfd\x61\x27\xa9\xb1\xc5\x1a\x33\x4d\x8d\x6d\x2b\xa0\xe9\xb0\x8f\xd3\xd4\x18\x09\x93\x69\x6a\x6c\xfb\x3b\x9a\xce\x6a\x34\x4d\x8d\x31\x3c\xa7\xa9\xb1\xe1\x35\x69\x3a\xfc\xdf\x34\x35\x46\x54\x37\x4d\x8d\xb1\xa2\xce\x40\xea\x88\x0e\x9c\x17\x8c\x55\xd9\xc7\x19\xb0\x8f\xdc\xfe\x4e\x7f\x01\x8f\x91\x1e\xaa\x96\x48\x0f\xf1\x4a\xcf\x40\x7a\x28\x58\x3b\xe9\x21\x5e\xfe\x19\x90\x9c\x07\x6b\x27\x3d\x04\x7f\x34\x49\x7f\x09\xe2\x26\xe9\xaf\x48\x5a\x70\xfa\xd9\x56\x86\xd2\x24\xfd\xe5\xd7\x2c\x26\xe9\x2f\xbf\x35\x31\x49\x7f\xf9\x75\x89\x49\xfa\x2b\x22\x0b\x9b\xa4\xbf\xfc\x62\xc5\x24\xfd\x95\xc0\x12\x93\x14\x97\x9f\x58\x9d\xa4\xb8\x32\xf1\xe6\x24\x8d\x95\x8b\x25\x52\x40\xd5\xdf\x91\x02\x62\xc9\x99\xa6\xaa\x1c\x2e\xa6\xaa\x48\xfa\x4c\x53\x55\x88\xcb\x26\xa9\xaa\xc2\x8b\x3a\x49\x55\x15\x28\xaa\x49\xaa\xaa\x38\x20\x49\x55\xf9\x79\xa3\x19\x49\x0f\x11\x1b\xce\x88\xca\x3c\x7a\x95\x49\x89\x36\x90\xc6\xaa\xc4\xa9\x93\x34\x56\x25\x86\x9d\xa4\xb1\x6a\xf4\xce\x48\x0f\xb1\x4c\x4f\xd2\x58\x26\x9c\x27\x69\xac\x06\xe5\x30\x49\x63\x75\xc8\x89\x89\x1f\x45\x67\x79\x98\xf8\x51\x74\xc8\x82\x49\x8a\xcb\xdd\x89\x33\x91\x23\x61\x99\x9e\x78\x55\x8c\xee\x55\xc8\x91\x80\xb8\x26\xe9\xaf\xf9\x7a\xcd\x41\xc6\xc4\xab\x4c\x8e\xd1\x3e\xd2\x5f\x93\x64\xf4\x24\xfd\x35\x1d\x3d\xa4\xbf\x66\xf0\xae\x0f\x67\x52\x22\xfd\xa5\x7d\xeb\x24\xfd\xf5\xb1\x20\x4c\xd2\x5f\x9f\x77\x46\xfa\x6b\x81\xb8\x26\xe9\xaf\x65\xbf\x90\xfe\x5a\x04\x48\x93\xf4\xd7\xfa\xa9\x81\x1c\x09\x8c\xf4\x24\xfd\xb5\x7c\x2a\xa4\xbf\x16\xe8\x6f\x92\xfe\x5a\xd1\x12\x39\xa0\x68\x0d\xe4\x80\xa0\x1c\x26\xe9\xaf\x05\x05\x30\x49\x7f\xad\x64\x1b\xc8\x01\xb1\x3c\x4c\xd2\x5f\x6e\xd2\x99\xa4\xbf\xb4\xf6\x9f\xe4\xb8\x8c\xfb\x27\x39\xae\x83\xee\x66\x92\xe3\xd2\x1d\x7a\x92\xe3\x72\x33\xf9\x24\xc7\x75\x1c\x91\x45\x65\xbe\x67\x92\x23\x49\x5e\x05\x65\xbe\x7d\x76\x51\x55\x0b\xde\x35\x1e\x17\xc1\xb7\x1f\x8f\x8b\x80\xb4\x60\xe2\x71\x11\x58\xc6\x26\x1e\x17\x01\x4c\x37\xf1\xb8\x08\xf6\x12\x1e\x17\x01\x14\x37\xf1\xb8\x78\x7f\xe1\xfc\x3f\x3f\x25\xe3\x71\xe1\xa7\xc1\x27\x1e\x17\xda\x32\x4e\x3c\x2e\x34\x5b\x9c\x78\x5c\x98\x41\x9f\x78\x5c\x44\x5f\x54\x3c\x2e\xa2\x1d\x88\xc7\x85\x11\xf4\xc4\xe3\x22\x56\x4b\xa4\x1e\x88\x65\x26\x1e\x17\x3a\xe5\x4e\x3c\x2e\x22\x40\x66\xe2\x71\xa1\x25\xca\x24\xfd\x65\x44\x3b\x49\x7f\x45\x92\x0d\x93\xf4\x57\x24\x22\x9a\xa4\xbf\x8c\xc3\x27\xe9\x2f\x81\xc5\x24\xfd\x65\xdc\x3f\x9b\x6d\xa0\x76\x52\x5c\x82\x8e\x49\x8a\xab\x10\x6f\xce\x26\xa0\xb4\x3e\x7c\x2c\x3e\xcf\x9c\x94\xac\xe1\xb6\xc1\xaf\xfc\x4e\x52\x5c\xc5\xe5\x88\x14\x57\x71\x1a\x24\xc5\xe5\x26\x9d\x49\x8a\xab\xb0\xf2\x4f\x52\x5c\x85\x58\x6d\x92\xe2\x2a\xc4\x01\x93\x14\x57\x61\x3f\xdb\x24\xc5\xa5\xcc\x67\x92\xe2\x6a\x3e\x07\x52\x5c\x0d\xf4\x30\x49\x71\x35\xfb\xb3\x93\x3e\xb1\x3f\x3b\xe9\x13\x9f\x03\xe9\xaf\x86\xd4\x6c\x92\xfe\x6a\xcd\xdf\xdd\xf6\x69\x4c\x3f\x49\x7f\x75\xa7\x79\xd2\x5f\x03\x15\xce\xec\xa6\x56\xb8\x0a\xe9\x2f\xc5\x96\x93\xf4\x97\xf2\xca\x49\xfa\x6b\xf8\x6a\x92\xfe\x1a\xaf\xbf\x33\xb5\x42\x0d\xc3\xd4\x0a\xf7\x42\xfa\x6b\xb8\x1c\x91\xfe\xfa\xa0\x9a\x26\xe9\xaf\x8f\xf8\x7d\x92\xfe\xd2\xe5\x6f\x92\xfe\xd2\xa0\x68\x0e\x37\x2c\x78\x4d\x1c\x84\x89\x45\x27\xe9\xaf\xcf\x00\x82\xf4\xd7\xe7\x08\x19\x3a\x08\x53\x22\xfd\xa5\x42\x67\x4e\x1d\x84\x79\x0e\xa4\xbf\x16\x91\xe9\x24\xfd\xb5\x5d\xb8\x48\x7f\xf9\x7d\xc4\x39\xc9\xad\x38\x5d\x5f\xc4\xd5\xdd\xdc\x33\x27\xb9\x15\x23\xb0\x8b\xb8\xba\x89\xdc\x79\x11\x57\x57\x53\x3f\x27\xb9\x15\xfb\x6c\xb2\x61\xc1\xe7\x30\xc9\xad\xc0\x17\xcf\xc9\xae\x04\x92\x5a\x73\x92\x5b\x71\x79\x98\xe4\x56\x5c\x80\x3e\x72\x2b\x30\xcb\xf3\x23\xb7\x62\xcf\x7f\xf8\xac\x38\x81\x7d\xf8\xac\xf8\x8c\x3e\x72\x47\x10\x4f\xf3\xa3\x7d\x86\x6e\x1f\xed\x23\x3d\x3b\x3f\xda\x67\x98\xf5\x91\x5b\x01\x27\xce\x8f\xdc\x8a\xd3\xee\x45\x63\x3d\x18\xb5\x5e\x34\xd6\x83\xa1\xdb\x45\x63\xdd\xaf\xe5\xcc\x8b\xc6\x7a\xd8\x5e\x85\x5d\x17\x3f\xf5\xb1\xeb\x02\x29\xc3\xbc\x68\xac\xfb\x45\xfa\xb9\xc8\xbb\xf8\xbe\x2f\xf2\x2e\xe4\x10\xe6\x22\xef\xc2\x26\x96\x49\x6e\xcc\x1d\x7a\x93\xdc\x58\x31\x08\x5a\x38\x24\x93\x6d\x98\x0b\xaf\x98\xf2\x7b\xdf\xde\x9b\xa4\xc6\x7e\x26\x94\x85\x8d\x8c\x71\x31\xa9\xb1\xf2\x73\xd3\x7c\xe1\xce\x58\xed\x82\xb1\x3a\x1c\x4a\xa4\xbf\xa6\x2f\x00\xe9\x2f\xbd\xca\x26\xe9\xaf\x6d\x83\x48\x7f\xf9\x59\xf4\x49\xfa\xcb\xef\xdd\x4d\xd2\x5f\x1b\xfe\x68\xe2\x55\xa1\xc7\xd2\xc4\xab\x42\x45\xea\xc4\xab\x42\xd5\xe9\xc4\xab\x42\x17\xae\x89\x57\x85\x26\xd6\x13\xaf\x8a\x07\x02\x62\xe2\x55\xa1\x3e\x75\xe2\x55\xa1\xd1\xf8\xc4\xab\x42\x05\xec\x04\x8c\x55\x92\x8b\xf3\x98\x5a\xe1\x9a\x78\x55\xb8\x49\x74\xe2\x47\xa1\x97\xd7\x3c\xa6\x4f\x18\x3c\xc7\xf4\x09\x77\x8d\x1f\x85\xbb\xc6\xe6\xd1\x09\xd8\xfa\x48\x9f\xd8\x13\xf8\x51\xe4\xea\x99\x10\x17\xb6\x81\xf4\x97\xd6\x84\x93\xf4\x57\x66\x2b\xc5\x24\xfd\x95\x59\xaa\x3e\xd2\x5f\xba\x77\x7d\xa4\xbf\x32\xad\xfd\x48\x7f\xb9\xd5\xe7\x23\xfd\x25\xa9\xf1\x91\xfe\xca\xc3\xab\x90\x5f\x00\x4c\x7f\xa4\xbf\xfc\x1e\xf0\x47\xfa\xcb\xef\x31\x7e\xa4\xbf\x4c\x43\x7e\xa4\xbf\xf2\xb4\x44\x6a\x05\x08\xf9\x91\xfe\xca\xc0\xee\x8f\xf4\x97\xd6\x8b\x1f\xe9\xaf\x3c\xbd\x33\xda\xd7\xbd\x17\xda\xc7\x08\xf9\x48\x7f\x49\xb7\x7c\xa4\xbf\x32\xcb\xd8\x47\xfa\x2b\x93\x40\xfc\x48\x7f\xf9\xc2\x7d\xc1\xf6\x79\x15\xdb\xe7\x31\xf3\x27\xf4\x19\xe9\xaf\x46\xec\xf4\x91\xfe\x52\xf8\xf9\x91\xfe\x52\xde\xf5\x91\xfe\x6a\xaf\xa5\x45\xc9\x7b\xb9\x6d\x50\x16\xf6\xf1\x81\x57\xe5\x5d\x1f\x29\x2e\x65\x5a\x1f\x29\xae\x41\xc8\xf0\x91\xe2\x1a\xb6\x9d\x14\x97\xbb\x4b\x3f\x52\x5c\x46\xf3\x1f\x29\xae\x01\x0d\xf5\x91\xe2\x1a\xc3\xab\xa0\xe1\x67\x0a\xf9\x48\x71\x4d\x62\xe6\x8f\x14\x97\x1b\xdb\x3f\x52\x5c\x93\xe8\xf3\x23\xc5\x35\x97\xbf\xc3\x1c\x17\x83\x81\x8f\x34\xd6\xc7\x22\xfa\x91\xc6\x5a\x24\x56\x3f\xd2\x58\x2b\x7b\x26\x79\x02\x7b\x89\x5c\xd5\x22\x3d\xfb\xf9\xa1\x56\x26\xe1\x8f\x5c\x95\x5f\xc7\xff\xc8\x55\xed\xe8\x31\x74\xfa\xc9\x6b\xa2\xd3\x07\x05\x7c\x3f\x1f\x71\xe5\x49\xfb\x11\x57\xf0\xde\x47\x3e\xca\x6f\x98\x7f\x7e\xa8\x15\x14\xf0\x91\x8f\x3a\x60\xa5\x8f\x9c\xd3\x61\x29\xfe\x92\x5c\x32\xed\xc3\x20\xc2\xc4\xff\x87\x41\x84\x1f\x1d\xf8\x92\x5c\x79\xa1\x24\x57\xce\x7d\x62\x10\x11\x82\xf5\x5d\x26\xe1\xc6\xda\x7f\x76\x4a\xfe\xf0\x8e\x78\x60\x70\x3e\xbc\x23\x02\xab\xe6\x87\x77\x84\x62\xa8\x0f\xef\x88\x07\x80\xf7\xe1\x1d\xa1\xfc\xe9\xc3\x3b\xc2\x4f\x66\x7e\x78\x47\x28\xb0\xfa\xf0\x8e\x08\x24\x7d\x3e\xbc\x23\x1e\x36\x4f\x7c\x78\x47\x04\x92\x4c\x1f\xde\x11\x81\x69\xf0\xc3\x3b\x22\xb0\x67\xed\xc3\x3b\xc2\xef\xba\x7d\x59\x8a\xdd\xdf\xc9\x33\xf3\x88\xb2\x3c\x33\x1d\x81\x77\x44\xfc\xfc\x1d\x3c\xf3\x67\x0d\xf0\xcc\xdb\xab\xc0\x33\x13\x7d\x7e\x78\x47\x44\x62\xd8\x0f\xef\x08\x77\xce\x7f\x78\x47\x44\x07\x32\xde\x11\x91\x75\xf9\xc3\x3b\x22\x3a\x74\xf1\x8e\x88\x3e\x4c\xbc\x23\x34\x59\xff\xf0\x87\x88\xd5\x12\x6d\xb0\x3f\xf1\x87\x50\x2b\xfb\xe1\x0f\xa1\x67\xd5\x87\x3f\x44\xca\xd6\x4e\x1b\x96\x67\xd2\x06\xe8\x9d\xaf\xca\x25\xd3\xf3\xf8\x43\x98\xdf\xfe\xf0\x80\xc8\x2c\x5c\x1f\x1e\x10\x99\xad\x22\x1f\x1e\x10\x99\xa8\xfc\xc3\x03\xa2\x14\xaf\x02\x97\x5c\x3d\x13\x2e\x99\x38\xe0\xc3\x03\xa2\xd8\xa2\x2a\x97\xec\x55\xe0\x92\x7f\xea\x83\x4b\x86\x71\xff\xf0\x87\xf0\x5b\x86\x1f\xfe\x10\xc5\x69\x89\x94\x53\xf5\xb9\x93\x72\xaa\x4e\x6e\xa4\x9c\x9a\x63\x97\x94\x53\x23\x95\xf3\x91\x72\x6a\xbe\x1c\xa4\x9c\x1a\x84\xdc\x47\xca\xa9\x2d\x6b\xb8\x6d\xe8\x8f\xbf\x83\x2f\x5e\xd6\x07\x5f\x7c\x3c\x06\x5f\x0c\x59\xf7\x91\x72\x6a\xdb\xab\xc0\x17\xdb\xf3\xa4\x9c\x9a\x23\x84\x94\x53\x3b\x96\xe0\x8b\x1d\x2f\xa4\x9c\x1a\xe8\xe8\x23\xe5\xd4\x1c\x67\xa4\x9c\xba\xcb\x03\x29\xa7\xee\xfb\x40\xca\xa9\xfb\x56\x75\xda\xe7\xd8\xed\xb6\x8f\x7e\x21\x1d\xd5\x7d\x7e\xa4\xa3\x9a\x6f\x31\xe9\xa8\xe9\x62\x48\x3a\x6a\x46\x7f\x87\x0f\x89\x93\x22\x39\x27\xbd\xcc\x3f\x72\x4e\x93\xd0\xe6\x23\xe7\x34\x61\x9d\x3f\x72\x4e\x13\x1a\xf1\x23\xaf\xe4\xe7\xb7\x3e\xf2\x4a\xdb\x25\x8e\xbc\x92\x69\xd6\x8f\xbc\xd2\x26\xf3\xf1\x91\x57\xda\x2e\x6a\xe4\x95\xfc\x92\xe2\x47\x5e\x69\x83\x4f\x3e\xf2\x4a\x1b\x3a\xe2\x23\xaf\xb4\x5d\xf0\xc8\x2b\x69\x37\xf5\x91\x57\xda\x60\x89\x8f\xbc\x92\x7e\xe5\x1f\x79\xa5\x9d\x2d\x05\x4a\xdc\x19\x79\xa5\xed\x72\x4b\x5e\xc9\x0f\x7b\x7c\xe4\x95\xb6\xbd\x3b\x6d\x1f\x7d\x46\x5e\xc9\x0f\x82\x7c\xe4\x95\x76\xf9\x3d\x5d\xf2\x47\xca\x69\xbb\x8a\x91\x72\xf2\x33\xfa\x1f\x29\xa7\xed\x23\x22\xe5\xb4\xed\x5c\x76\x55\xfd\xac\x54\xa4\x9c\xf4\xdd\xfa\x48\x39\x6d\x1f\x34\x29\x27\x4d\x28\x3f\x52\x4e\xdb\x78\x85\x94\xd3\x0e\x96\x68\x3a\x6c\xe0\x47\xca\x69\x23\x21\xf9\x48\x39\x6d\xf8\xaa\x8f\x5d\x55\x9b\x38\xf5\x63\x57\x95\xdf\xa4\xfe\x3e\x1f\x2d\x8f\x1d\x77\x8a\x60\xb7\xe0\x4e\x21\xd7\xf3\xe1\x4e\x11\x7c\xec\xb8\x53\x84\xe8\x99\x17\x05\x04\xbb\x1a\x77\x8a\x9f\xf5\x0e\x77\x0a\x0d\x07\x3f\xdc\x29\xfc\xf2\xd8\x87\x3b\x85\x5f\x17\xfb\x70\xa7\x50\x2f\xfa\xe1\x4e\x11\x1d\x20\xb8\x53\xa8\x41\xfd\x70\xa7\x88\x70\x52\xdf\x4d\x39\xd5\x64\xcf\xdf\x94\x53\x4d\x46\x67\x17\x00\x55\xbf\x8f\xf8\x5d\x94\x53\x13\x10\xf2\xbb\x28\xa7\xa6\x9f\x1a\x36\x67\x5a\xc3\xe1\x18\xfd\xb2\xe1\xbc\x1d\x90\x1b\xce\xdb\x5e\xda\x70\xde\xb0\xa4\xdf\x66\xdb\x43\xf1\x4c\xb6\x3d\x00\xe9\xbe\xcd\xb6\x07\x94\x0c\xdf\x66\xdb\x83\x4b\x07\x9f\x84\xca\x4e\x3d\x7c\x12\x2a\x93\x10\xfa\xf8\x24\x54\x76\x8a\xe4\x93\x50\x19\x64\xf1\xf1\x49\xa8\xec\x64\xca\x67\x9f\x8a\x2f\x3f\x9f\x7d\x52\x01\xfb\xf1\x01\xdb\x42\x36\xff\xe3\x03\xb6\x85\x3c\xfc\xc7\x27\xa1\xfc\x5e\xe1\xc7\x27\xa1\xdc\xb8\xff\xf1\x49\xa8\x96\x2d\x55\xf8\x69\x7f\xd7\x28\xf9\x3b\x9c\x4e\x9c\x14\xfd\x24\x14\xba\x94\x8f\x4f\x42\x0d\x14\x48\x1f\x9f\x84\x1a\x4e\xec\x07\x44\x69\x70\x71\x40\x94\x4e\x67\x17\xc9\xd4\x01\x27\xbc\x2e\x92\xa9\x83\xf6\xad\x8b\x64\xea\x00\x5f\xae\x8b\x64\xea\xa0\x07\xd7\x45\x32\x75\x12\x86\xac\x8b\x64\xea\xcc\xfe\x2e\x73\xcc\x52\xe1\xd8\x43\xa9\x52\x7a\x29\xc1\x87\x33\xf1\xad\x07\x3e\x9c\xf7\x7d\x3d\xf0\xe1\xd8\x29\xac\x07\x3e\x9c\x1e\x5c\x0f\x7c\x38\xc9\xe8\x75\x91\x4c\xfd\xba\xc7\x6e\xfb\xbe\xe1\x5d\xc3\x17\x13\x08\xac\x00\x5f\xec\xbd\x04\xf6\x0c\x10\xba\x2d\xf2\x43\x0b\x72\x70\x05\xf8\x70\x38\xda\x15\xe0\xc3\x8b\x57\x91\x0f\xa7\x0d\xe4\x8e\x16\x92\xb8\x45\xee\x48\xca\x68\x91\x3b\x5a\xc5\x33\xe1\xc3\xab\xb5\xc3\x87\x83\x17\x56\x00\xa9\xf1\xde\xae\xe0\xbe\x00\x6b\x67\x5f\x80\x7d\xf6\xa2\x9b\x07\x93\xaf\x17\xdd\xbc\x77\x7d\x51\x4e\xf3\xdb\x40\xeb\xa2\x9c\xa6\x21\xc5\x7a\xd1\xcd\xdb\x67\x2f\xba\xf9\x5f\xb3\xdb\x9f\x9d\x92\xd7\x8b\xef\x31\x0c\xf1\x7a\xd9\x32\xe0\xa3\xbd\x00\xa8\x05\xa6\xd6\xf5\xb2\x65\x80\x89\x68\xbd\xd0\xe1\x70\x98\xeb\x85\x0e\xaf\xde\x18\x72\xfb\x60\x83\x30\x41\x09\xfe\x0e\x4e\x78\x5b\xdf\x6d\xba\x09\xaf\x15\xe1\x84\x51\x0d\xaf\x0b\x8e\x9a\x29\xae\x15\xe1\x84\x79\x51\x57\x84\x13\x26\xeb\xb9\x2e\x38\x6a\x7e\xe8\x7d\x45\xe4\xf6\x6c\xc1\x58\x11\xbe\x98\x35\x7b\x45\xf8\xe2\xe3\x31\x38\x6f\x22\xd3\x75\xc1\x51\x4b\xb0\x57\xeb\x82\xa3\x66\x62\x6e\x45\x38\xef\x63\xed\x1f\xc7\x68\x51\x84\xf3\xfe\x2c\xd1\xbe\xe3\x5d\xc3\x79\x13\x1f\xad\x44\xfb\x00\x55\x2b\xd1\x3e\x62\x84\x75\xd3\x51\xcd\x0f\xcb\xaf\x9b\x8e\x6a\x7e\xac\x7e\x25\xb6\x13\x30\xd9\xac\x0b\xaa\x5a\x42\x86\xb6\x12\xed\x5b\x9e\x49\xfb\x88\xf1\x56\x92\x0f\xa7\x5f\x12\xbe\xce\x3f\xc7\xe0\xc3\x99\x22\x57\x82\x0f\x67\xca\x5a\x09\x3e\xfc\xe7\x9a\xf0\xe1\xcb\xab\xc0\x87\x6f\x8f\xc1\x87\x83\x09\x56\x86\x0f\x67\x6a\x5d\x17\x39\xb5\x66\x7f\x66\x38\x6f\x68\x85\x95\x35\xaa\xe1\xb9\x67\x8c\x6a\x9c\x96\x32\x72\x7b\xfc\xd6\x56\x46\x6e\x5f\xac\xe1\xb6\x61\xf8\x3a\x64\xbe\x2a\xe7\xcb\x7f\xd1\x51\x53\x7e\xb8\x2e\x3a\x6a\x4a\x1a\xd7\x45\x47\x6d\xf8\xe2\x64\x38\x6f\xfb\x25\xc3\x79\x3b\x69\x14\x38\x6f\xdf\x80\x02\xe7\xcd\xa2\xb6\x8a\x9c\x37\xcf\xaf\xc0\x79\x47\xcf\x84\xf3\x76\x8a\xbc\xe8\xa8\xf9\x25\xf4\x75\xd1\x51\xf3\x5b\x86\x8b\x94\xd3\x07\x06\x59\xa4\x9c\xfc\xe8\xc0\x22\xe5\xe4\x07\x09\x16\x29\xa7\x8f\xdc\xca\x22\xe5\xe4\xe7\x02\x16\x29\x27\x8d\xfe\x17\x29\xa7\xef\xb3\x0d\x70\xde\xd3\xbb\x3e\x94\x78\x0e\xa4\x9c\x3e\x80\xf6\x22\xe5\xe4\xc7\x03\x16\x79\x25\x3f\x5d\xb0\xc8\x2b\xb9\x2f\x74\x91\x57\x72\x27\xe8\x22\xaf\xb4\x48\x93\x2f\xf2\x4a\x0b\xa6\x77\x91\x57\x5a\x90\x75\x8b\xbc\x92\xea\x88\x45\x5e\x69\x2d\xaf\x39\x28\x79\x95\xc9\x99\xf4\x04\x79\xa5\xe5\xa8\x23\xaf\xa4\x60\x60\x91\x57\xda\xc7\x63\xec\x97\x70\xd6\x20\xaf\xb4\x51\x45\x2f\xf2\x4a\x8a\xfc\x56\x83\xf3\x26\xb5\xb9\x1a\x9c\x37\x59\xb4\xd5\xe0\xbc\xa1\x62\x56\x83\xf3\xf6\xdd\x6c\x70\xde\xc4\xe8\xab\xc1\x79\xfb\xdc\x1b\x9c\xf7\xe3\x31\x38\xfd\xe3\x35\xe1\xbc\xe1\x00\x56\x83\xd3\x3f\xbf\x3b\x25\x37\xe8\x70\x62\xd1\xd5\xa0\xc3\x8b\x97\x84\x0e\x07\xf4\x2f\xac\xd3\x5f\xc2\xfe\x85\x75\xfa\x6b\x75\x58\xa7\xbf\x24\x06\x16\xd6\xe9\x5a\xd8\x2f\xac\xd3\xdd\x39\xb5\xb0\x4e\x7f\x9d\x50\xb0\x4e\xf7\x4b\xb7\x4b\xeb\x74\x58\xcb\x85\x75\xba\x0a\x81\xd5\xdd\x2e\xc1\x63\xc0\x3a\x5d\xd8\xbd\xb0\x4e\xcf\xdd\x3b\x5b\x94\xe8\x24\xac\xd3\x73\xf3\xce\xd8\x4a\xe1\x30\xd3\x3a\xdd\x63\x58\xa7\xbb\x0d\x75\x0d\x29\x7d\xda\x30\xa0\xed\x9b\x25\x69\x7b\x6a\x18\x7c\xbd\xd0\xd5\xf6\x02\xae\x5e\x7c\x71\x06\x94\xbe\x4b\xc7\x90\xb7\xf7\x4c\xb6\x7c\xb8\x58\x0c\xb6\x7c\x38\x79\x5f\x50\xd5\xab\xc3\xf3\x02\xa7\xde\x88\xce\xd6\x05\x4e\x5d\xc0\xbc\xa6\xdb\x3a\x68\x11\xe9\x21\xbf\x57\xbd\x48\x0f\x35\x97\x3f\xd2\x43\xc2\xe7\x45\x7a\xa8\x39\x09\x93\x1e\xf2\x5b\x63\x8b\xf4\x50\x1f\x1e\xbb\x7d\xbd\xd9\x08\xb0\x48\x0f\xe9\xc2\xb5\x48\x0f\x6d\x5f\xaa\x8b\x8e\xd2\x76\xea\xc1\x02\x5d\x73\xc7\x85\x05\xba\xca\xd2\x85\xcd\xb9\x1a\xd4\x85\xcd\xf9\x43\x32\x6c\x61\x73\xae\x61\xe4\xc2\xe6\xfc\x71\x42\xc1\xe6\x5c\xb5\xea\xc2\xe6\x5c\x33\xc9\x85\xcd\xb9\xea\xd1\xa5\xcd\x79\xf5\x18\xd6\x42\xd5\x63\x58\x0b\xf9\x6c\xb1\x39\xd7\x45\x6d\x61\x73\xae\x2f\xdc\x52\x90\xe7\x02\x84\x95\xb9\x3e\x16\x0b\x2b\xf3\xec\xef\xb0\x32\xcf\x24\xae\x16\x56\xe6\x19\x1e\x76\x61\x65\x9e\xbd\x26\x56\xe6\x8a\x0a\x17\x7e\xe5\xd9\xe5\x16\xbf\x72\xb7\x57\x2f\xfc\xca\xb3\xbd\x8b\x27\x79\xf6\xd9\xe2\x49\x9e\x9d\xdc\xf0\x24\xcf\x10\x64\x0b\xdf\xf1\x6c\xac\x8d\xef\x78\x86\xd4\x58\x78\x8b\x37\x97\x31\xf2\x35\x7a\x32\x2c\xf2\x35\x0d\xb8\xbe\xc8\xd7\xfc\x2c\xa9\xe4\x6b\x1a\x99\x8f\x45\xbe\x46\x47\x88\x45\xbe\x46\x1d\xcc\x22\x5f\xa3\xeb\xc3\x22\x5f\xd3\x60\x6c\x17\xf9\x9a\x06\xc9\xb0\xf0\x16\x6f\x46\xb4\xe4\x6b\x9a\x91\x29\xf9\x9a\x66\xbc\xa9\xb7\x38\x54\xc5\xc2\x5b\x7c\xf8\x8e\x91\xcb\x19\xb6\x8f\x5c\xce\xf0\xcd\x21\x97\x33\x1c\x59\xe4\x72\x86\x4b\x9c\xde\xe2\x2e\x86\xe4\x72\x86\x8b\x21\xb9\x9c\xf1\x79\x2f\xec\x35\x98\x96\xf0\xe5\x2e\xd6\x87\x4e\x1f\x54\xb5\xc8\xe5\x6c\xda\xbe\xc9\xe5\x6c\x36\xde\x6d\x72\x39\xfb\xd7\x7d\xfe\xd9\x29\x79\x93\xe6\xd9\xb8\x14\x6c\xd2\x3c\x87\xf8\x76\x93\xe6\x39\xd9\x4b\x22\x7f\x1f\x56\x87\xfc\x9d\x97\x78\x3f\xf2\xbe\x83\x52\x83\x13\x3e\x94\x2e\x19\x12\x92\x35\x48\x79\x7b\x0c\x79\x38\x6a\xc7\x8d\x78\x2e\x00\xa6\x37\xe2\x39\x65\x6f\x1b\xf1\x5c\x60\xd7\xdf\x46\x3c\xe7\x86\xdc\x8d\x78\x2e\x40\x78\x6c\xc4\x73\x46\xf3\x1b\x5f\x89\x00\xe1\xb1\xf1\x95\x70\xa7\xdd\xc6\x57\x42\x14\xb0\xf1\x95\x08\xd1\x33\xe1\xb5\xd9\x78\xb0\xf1\x95\x08\x8f\xbf\xb3\x7d\x85\x12\xed\x8b\x9e\x79\xdb\x90\x90\xcb\x6d\x3e\x02\x95\x7e\x6a\xd8\x1c\xb3\x74\xdb\x20\x1d\xb1\xb1\x24\x4f\xb0\x50\x1b\x4b\xf2\x14\x2d\xbd\x1c\xa3\x45\x58\x92\x27\x7b\x17\x4b\xf2\x14\x3c\x96\x29\xd1\x06\x2c\xc9\xc5\x19\x1b\x4b\xf2\xc4\xea\xbe\xb1\x1d\x57\x82\xb7\xb1\x1d\xcf\xc5\xab\x7c\x30\xcb\xd6\x80\x0e\x1a\xfd\xed\xc6\x76\xbc\x00\xbb\x37\xb6\xe3\x05\x1a\x6a\x63\x2d\x2e\xc9\xb0\xb1\x16\x77\xa9\xda\x58\x8b\x17\xc0\xfb\xc6\x5a\xdc\x25\x6e\x63\x2d\x5e\xc1\x4a\x1b\x6b\xf1\xde\xfd\x5d\x83\x09\xf5\x4c\x78\x51\x26\x86\x8d\xb5\x78\x67\xa2\xdd\x58\x8b\x9b\x28\xdb\x58\x8b\xfb\x59\xcc\x8d\xb5\x78\x27\xc5\xbc\xb1\x16\xef\xd1\x33\x6f\x1b\x3a\x0b\xc9\xc6\x3f\xbc\x33\x69\x6c\xfc\xc3\x15\xcf\x6d\xfc\xc3\x3b\x53\xcf\xc6\x3f\x5c\x57\x84\x8d\x7f\x78\x07\x35\x6e\xd2\x43\xdd\x97\x91\xf4\x50\x47\xd9\xb3\x49\x0f\xe9\x9f\xb0\x93\xed\xf3\x77\xb6\xcf\x1a\xf0\x9f\x26\x19\xb6\x49\x0f\xcd\xea\x7d\xc2\xfb\x12\x17\x6f\x72\x40\x6e\x0a\xda\x49\xff\x69\xaf\x09\xef\x0b\x6e\xdb\xe4\x80\x36\x49\xf3\x4d\x0e\x68\xb3\xa8\x6d\x72\x40\xdb\xdf\x91\x03\x72\x63\xcc\x26\x07\xb4\x3f\x7f\x07\x71\x48\xee\x61\x93\x03\xda\xdd\x1a\x20\x0e\x59\x56\x36\x39\xa0\xcd\xe2\xbb\xc9\x01\x99\xce\xdf\xe4\x80\xb6\x63\x82\x1c\xd0\x66\x8a\xdc\xe4\x80\x36\x2a\x95\x4d\x0e\x48\xab\xad\x4d\x0e\xc8\x40\x60\x93\x03\xda\x8e\x3a\x72\x40\x7e\x8b\x72\x93\x03\x32\xbd\xb7\x8b\xed\xb3\x44\xfb\x48\x62\x6f\x72\x40\x1a\x76\x6d\x72\x40\x7b\x7a\xe6\x25\x4a\x7e\xe6\x17\xcc\x23\x82\xb3\x22\xe6\x11\x7e\xaa\x78\x63\x1e\x11\x8a\xbf\x83\x34\x4d\x1e\x83\x34\x2d\xbf\xf7\xed\xbd\x8d\xaf\x84\x5b\x38\x37\xbe\x12\xc1\x57\xb3\xc8\xa7\xda\x58\xf8\x54\xa7\x3a\x7c\x25\x8c\xa7\x37\xbe\x12\xc1\xe1\x89\xaf\x84\xf4\xc7\xc6\x57\xc2\xd4\xdf\xc6\x57\x22\x64\x8f\x61\x3f\x03\x14\xdc\xf8\x4a\xbc\xac\x93\x1b\x5f\x89\xe8\x54\x87\xaf\x44\x4c\xd6\x87\xa5\x35\x7e\x0d\x1b\x5f\x09\xb7\x77\x6e\x7c\x25\x52\xf1\x18\xf6\x33\xbe\xc4\xf8\x4a\xa4\xec\x55\xe0\x5a\xb3\x67\xc2\xb5\xda\x86\x06\xd7\x0a\xf0\xdd\x0d\xae\xd5\xfa\x1a\x5c\xab\x0f\xa5\xc1\xb5\x92\xd4\xda\x0d\xae\x15\x51\xcc\x6e\xe8\x76\xe1\x14\x37\xd6\xe2\xf9\x58\xe2\xfb\x65\x2e\x32\x58\x8b\x67\x62\xd8\x8d\xb5\x78\x3e\x1e\x83\x6b\x25\x8d\xb5\xb1\x16\xcf\xc7\x7b\x41\x7b\x0c\xf9\xb2\xb1\x16\xcf\x2e\x71\xd8\x87\x57\x5f\x70\xec\xc3\xab\x13\x0a\xf6\xe1\x7e\x1d\x78\x63\x1f\xee\xe7\x94\x76\xc7\xe1\xda\x69\xe2\x22\x99\x5a\x9d\x5e\xb0\x16\xf7\x9b\x84\x1b\x6b\xf1\xea\x78\xc1\x5a\xbc\x3a\x96\xb0\x16\xaf\x8e\x10\xac\xc5\xab\xa3\x00\x6b\x71\xed\x5b\x37\xd6\xe2\x75\x5b\x3b\xda\x63\xb0\xcb\xc6\x5a\xdc\x0d\x19\x1b\xfb\xf0\x46\xea\x76\x63\x1f\xde\x5c\x10\xb0\x0f\x6f\xd5\x63\xf0\xc5\xe0\xa8\x3d\xe0\x8b\xc1\x51\x7b\xc0\x17\x13\x41\xef\x81\xfd\x0c\xa9\xc6\x8d\xed\x78\xff\x39\x86\xfd\x4c\xf3\x2a\x10\x56\x2e\x8d\x03\xfb\x19\x62\xae\x8d\x41\xb9\x06\x8e\x1b\x17\xf2\x61\x88\x82\x0b\xf9\x20\xe5\xb4\x71\x21\x1f\x2e\x9b\xb8\x90\x2b\xf2\xdb\xb8\x90\x0f\x17\x6d\x9c\xc6\xa7\x4b\x0e\x4e\xe3\x3f\x93\x30\x4e\xe3\xd3\x05\x08\xa7\xf1\x59\xfc\x1d\x9c\x70\xf1\x77\xb7\x0d\x7e\xc7\x71\xe3\x34\x2e\x35\xb2\x27\x9c\x30\xd8\x65\x4f\x34\xc4\xf6\x12\x2e\xe4\x5a\x58\x6d\x5c\xc8\x97\xfd\x89\x0b\xb9\xc4\xc5\xc6\x85\x7c\x81\x67\xf7\x07\x27\xec\xa8\xfb\xd0\x10\x7b\x67\x38\x94\x1f\x97\x15\x1c\xca\xcf\xb0\x06\xbc\x62\xd0\x3c\x6c\x72\x40\x07\xa7\x8c\x8d\xd1\xc3\xe3\xac\xf1\xe1\xe0\x9d\x3d\x13\x2f\x15\x17\x3c\x4c\x20\x74\x15\xdc\x98\x40\x04\xf4\x25\x1b\x13\x88\x00\xb3\xbc\x31\x81\xf0\x6b\xee\x1b\x13\x88\x9f\xf9\x0c\x13\x08\x33\x49\x7b\xc1\x09\xc3\x41\xef\x05\x27\xec\x7b\x84\xd1\xc3\xcf\x1c\x89\xd1\xc3\xfb\x78\x15\xbc\x54\x5c\x52\x31\x7a\x48\xed\xf7\x74\xc9\x1b\x83\x72\x3f\x6f\xbe\xf1\x80\xf8\x89\xce\x2e\x38\x6a\x29\xda\x20\x78\x5f\x23\x0d\xcc\xcb\x93\xb7\x82\x79\x79\xf2\x36\x31\x2f\x4f\xae\x0e\x98\x97\x27\x5f\x5b\xcc\xcb\x93\x0f\x0c\xf3\xf2\x14\x3d\x56\x28\x59\x43\xe5\x77\xd4\x8e\x79\x79\x72\x9a\xc0\xbc\x3c\xb9\x36\x61\x5e\x9e\x8c\xa4\x30\x2f\x4f\x2e\x08\x98\x97\xbb\x4f\x6c\x63\x5e\x5e\x9c\x34\x30\x2f\x2f\x4e\xc9\x98\x97\xbb\x87\x6c\x63\x5e\x5e\x8d\x76\x31\x2f\x77\x6b\xf9\xc6\xbc\x5c\xab\xfd\x8d\x79\xb9\x72\xb9\x8d\x79\xb9\x16\xfd\x1b\xf3\xf2\x02\xeb\xb5\x31\x28\xaf\x46\xa6\x18\x94\x57\xd8\xea\x8d\x41\x79\x73\x9a\xc7\xa0\xdc\xbc\xff\xc6\xa0\xbc\xb9\xba\x63\x50\xde\x96\x67\x6e\x4a\xb4\x08\x83\x72\x95\x05\x07\x83\xf2\x06\xab\x77\x30\x28\x6f\x80\xdb\x83\x41\x79\x83\xd7\x3e\x1a\x94\xa3\x56\x38\x1a\x94\xa3\x17\x38\x1a\x94\x13\x77\x1c\x0d\xca\x49\x39\x1d\x0d\xca\x79\xee\x07\x83\x72\xb7\x9d\x1f\x0c\xca\x07\xcf\xe8\x60\x50\x3e\x78\x1d\x0e\x06\xe5\x03\x29\xdd\xc1\xa0\x7c\x54\x6b\x80\xdb\xe5\x49\x1f\x0c\xca\x07\xba\xf2\x83\x41\xf9\xe0\x15\x3b\x18\x94\x0f\xf8\xcd\x83\x41\xf9\x60\x14\x1c\x0c\xca\xdd\xca\x7e\x30\x28\x1f\xbc\x62\x07\x83\xf2\xc1\x88\x3c\x18\x94\xfb\x39\xcd\x83\x41\xf9\x40\x7e\x78\x30\x28\x1f\xd1\xdf\xd9\x3e\x7a\x37\xc0\xed\xfe\xd4\x00\xb7\x0b\x25\x76\x02\xdc\x6e\xf3\x9a\x70\xbb\xf6\x35\xe9\x21\x3f\x2f\x7b\x5e\xf9\x5b\xae\x42\x7a\xe8\x83\x24\x3a\xa4\x87\xbe\xcf\x63\xf0\xd3\xc4\x9b\x87\x1c\x90\x7b\xe4\xce\x2b\x7f\x7b\x28\xc1\xdf\x42\xa2\x1c\x72\x40\x6b\x7b\x0c\xfe\xf6\x58\x03\xfc\xed\xf1\xce\xe0\x6f\xb7\x25\xf8\xdb\xed\x7d\xe2\x77\x03\xf9\x72\xc8\x01\x6d\xef\x9a\x1c\xd0\x01\xe5\x1c\x72\x40\x07\x4a\xf3\x90\x03\xda\xbc\x0f\x87\x1c\xd0\x61\xcc\x1f\x72\x40\x07\x34\x76\xc8\x01\x9d\x9f\x6b\xc2\xdf\x42\x5c\x9c\x08\x7f\x9b\xfc\x1d\x9a\xec\x6c\x7d\xf0\xb7\xc9\xdf\xa1\xc9\x06\x1d\x9d\x08\x7f\xcb\xfc\x72\x22\x9a\x6c\x02\xb2\x13\xd1\x64\x93\x43\x38\x11\x4d\x36\xd3\xe7\x89\x68\xb2\x49\x6d\x9e\x84\x26\x9b\x28\xf9\x24\x34\xd9\x20\xed\x93\xe0\xa7\xa1\x7e\x4e\x92\x9f\xf6\x4c\xf8\xe9\xe4\x31\xfc\x6e\xc2\xef\x4d\xc9\x27\x61\x85\x83\xe4\xfc\x24\xac\x70\x1c\xac\x09\xea\x9a\x88\xe8\x24\xe4\xda\xbe\x62\x09\xea\xfa\xb3\x74\x9b\xee\x16\x93\x73\x41\x55\x7f\xb3\xa5\xc5\x31\x06\xc8\x05\x55\xdd\xbd\x75\xe7\x82\xaa\xee\x67\xd8\xcf\x05\x55\xdd\x4f\xb4\x9f\x0c\x77\xcd\xe4\x7d\x32\xdc\xb5\x8f\x28\xc3\x5d\x03\x10\x4e\x86\xbb\xb6\x5b\x32\xdc\x75\xf4\x18\xdc\x35\xcb\xc3\xc9\x70\xd7\x76\xe7\x05\x55\xfd\x25\xf2\x3e\x17\x54\x75\xb7\xc2\x9c\x0b\xaa\xba\x1f\x8f\x3f\x99\xf6\x11\x6b\x9f\x2c\x77\x4d\x8b\x32\x9c\xb0\xa5\x02\x3f\x0d\xd7\x7a\x0a\xfc\x34\xc9\x8d\x53\x90\x95\xb3\x4d\xf3\x14\xf8\xe9\xe3\x31\xf8\x69\x16\x84\x53\xe0\xa7\x91\x0a\x9e\x82\xed\x7f\xb6\x84\xed\x3f\xa9\xd4\x53\xb0\xfd\xaf\x1e\xc3\xda\x9f\x85\xe4\x14\xac\xfd\x7d\x01\x2e\xca\xe9\x0d\x52\xea\x5c\x94\xd3\x1b\x29\xca\x73\x51\x4e\x6f\xc7\x12\xdc\x35\x91\xf7\xa9\xd8\x0e\x11\x57\x9d\x8b\x64\x7a\x27\xe6\x3a\x17\xc9\xf4\x3e\x3d\xf3\xde\xe7\x70\x9a\xb8\x48\xa6\x7f\x30\xd9\xe7\x22\x99\x2e\xcf\x7c\x2e\x92\xe9\x87\x64\xe6\xb9\x48\xa6\x1f\xef\xfa\x22\x99\x7e\x88\x29\x0f\x7e\x0d\x0f\xcc\xf9\xc1\xaf\xe1\x21\x9e\x3e\xf8\x35\xf8\xbd\x93\x83\x5f\x83\xdf\x42\x39\x0d\xdb\x21\xb8\xf2\x83\x5d\xb9\x9e\x05\x07\xbb\x72\x9d\x0f\x0e\x76\xe5\x5a\x8a\x1e\xec\xca\x55\xa4\x1e\xec\xca\x95\x73\x1e\xec\xca\xfd\x4a\xc4\x61\xfb\xd0\x63\xfb\xb0\x2b\x0f\x4e\xd0\xd8\x95\x07\x27\x3e\x3c\xc9\xdf\x66\x09\xee\xda\x9e\xc0\x93\x5c\x67\xb6\x83\x27\x79\x84\x7f\x3f\x78\x92\x67\xa7\x33\x3c\xc9\x45\x5c\x07\x4f\xf2\x02\xc9\x77\xf0\x24\x2f\xbe\xc5\x78\x92\xe7\xe3\x55\x32\xc7\x78\x46\x78\x92\xfb\x71\xfc\x83\x27\x79\x71\xfa\xc4\x77\x3c\x3b\x3e\xf1\x1d\x2f\xc1\x33\x3f\x4a\xf4\x12\xbe\xe3\x85\x10\xe5\xe0\x3b\x5e\x82\x77\x06\xaf\xed\xd8\xc5\x77\xbc\xe2\xcc\x76\xf0\x1d\xaf\x5e\x13\xdf\xf1\x46\x90\x77\xf0\x1d\x6f\x48\x21\x0f\xbe\xe3\x6e\x50\x3f\xf8\x8e\x8b\x72\x0e\xbe\xe3\xcd\xe5\x0f\xdf\x71\x9d\xe0\x0e\xbe\xe3\x6e\x50\x3f\xf8\x8e\xeb\x19\x77\xf0\x1d\x6f\xf6\x0b\xbe\xe3\xfd\xf5\x4c\xbe\x45\x89\x72\xe9\xe0\x3b\xde\x91\xbd\x1d\x7c\xc7\xbb\xf3\x20\xbe\xe3\xdd\x79\x10\xdf\xf1\x9f\x31\x8f\xef\xf8\x70\xe1\xba\x08\x28\x0f\x47\xc8\x44\x73\xbe\x7e\x8f\xb8\x38\x13\xaa\xdc\x81\x3c\xa1\xca\x8d\xb2\x26\x54\xb9\x11\xd1\xc4\xb6\xc6\x0e\x9c\x58\xca\x93\x5d\x3f\x13\x39\xba\x2f\xce\x44\x8e\xfe\x73\x9b\x48\xce\x5d\xb3\xf9\x0a\xee\x44\x36\x75\x48\x01\x4d\x57\x62\x52\x40\xd3\xb5\x9e\xaf\xe0\x7e\x30\xa1\x87\xaf\xe0\xfe\xc4\x24\xa4\x87\x56\xf3\x77\xc8\xd1\x8d\xb9\x48\x0f\xa9\x30\x3c\xa4\x87\x94\xd2\x1d\xd2\x43\xdb\x75\x92\xf4\xd0\x76\xe9\x20\x3d\xa4\x2e\xf2\x90\x1e\x92\x57\x3b\xa4\x87\xb6\xbd\x44\x7a\xe8\x67\xad\x27\x3d\x74\x92\xc7\xb0\x7c\x31\x1a\x24\x3d\x74\xf0\xb8\x3d\x4b\xce\x9b\xfa\xf0\x6b\x08\x4e\xfa\x4b\xce\x9b\xbb\xc6\xaf\x21\x54\xcf\x84\xd7\xce\x9e\x09\xaf\xed\xf2\x80\x27\x43\x00\xc4\x1d\x3c\x19\x82\xcf\x08\x4f\x86\xf7\xf5\xcc\xcb\xd5\x25\x7b\x09\x4f\x86\xf4\xf3\x3b\xb5\xce\xb4\x1d\x4f\x86\x34\x2c\xc1\x79\x03\xf0\x0e\x9e\x0c\x92\x3d\x07\x4f\x86\x04\xe8\x3f\x78\x32\x24\x97\x46\x3c\x19\x12\xf0\xf9\xe0\xc9\xa0\x20\xef\xe0\xc9\x20\xae\x39\x78\x32\x24\x23\x53\x3c\x19\x32\xe0\xf6\xe0\xc9\x90\x87\xd7\xc4\x17\x64\x79\x4d\x7c\x41\x7c\x2a\xf8\x35\x94\xe1\xef\xd0\x41\x0f\xef\x1a\x1d\x74\xb7\x3e\xb8\x64\xe3\x7e\xfc\x1a\xba\x67\xb2\x45\xa8\xb3\x51\xf9\xe0\xd7\xd0\x49\x24\x1d\xfc\x1a\x4c\x82\x1e\xfc\x1a\xba\x23\x04\xbf\x06\x3f\x1a\x76\xf0\x6b\xe8\xdd\x12\x5c\x32\x29\xca\x83\x5f\x43\x9f\x1e\x83\x4b\x1e\x96\xe0\x92\x5d\xe2\xf0\x6b\xe8\xe8\x59\x0e\x7e\x0d\xdd\xc5\x1e\xbf\x06\x53\xb0\x07\xbf\x86\x4e\x52\xeb\xe0\xd7\xd0\xf9\x88\xeb\xc1\xaf\xa1\xdf\xc8\x3b\x3c\xf8\x35\xf4\x61\x09\x0d\xf1\x0d\x58\xc2\x83\x5f\xc3\xbc\xd4\x64\x78\xf0\x6b\xf8\xa2\x67\xde\xf6\x9d\x9f\xd2\x6d\xdf\xb9\xd3\x7c\x78\x30\x65\x20\x12\x0e\x0f\x79\x25\x16\xd8\xf0\x90\x57\xda\xc7\x33\x6f\xfb\xce\x6b\x7d\x83\x6b\xfa\xbb\xc9\xb1\x87\xd2\x47\xc9\x7b\xb9\xed\x3b\x37\x7f\x12\x1e\xf2\x4a\xe7\xaa\x1c\xc2\x43\x5e\xe9\xbc\x94\xc8\x2b\xed\xc3\x99\xe4\x95\xf6\xb6\xf4\xf2\xbb\x42\x29\x52\x7b\xa0\x64\xfb\x1a\x25\xda\x17\xbd\x66\xa1\x06\x5a\x14\x6c\x5f\xa6\xd4\x38\x36\x29\xd9\x3e\xeb\xa3\x7d\xcd\x6b\xda\xbe\xdf\xf1\xb8\x08\x0f\xe9\xa8\xbd\x69\x7a\xb0\xe9\xde\x26\x34\xfa\xf1\xc6\xd4\x17\x73\xe6\x6b\xd3\x2b\x25\xb8\xe4\x4e\xc7\xe3\xe5\x10\x3a\x1d\x8f\x97\x43\xb8\x2b\x55\x78\xf0\x72\x08\x77\x85\x0b\x0f\x5e\x0e\xa1\xf9\x3b\x68\xf4\x4e\x7d\x5a\x99\xfb\xc0\xb4\x32\xff\x39\x86\x57\x45\xa7\x73\xb5\x32\x4f\x5e\x05\xaf\x8a\xcc\xa3\xd5\xca\xbc\x78\x0c\x2e\xb9\xd0\xb9\x78\x40\xa4\xe2\xbd\xc0\x25\x57\x7e\x87\x95\x39\x93\x46\x78\xb4\x32\x7f\xb8\x8a\xfe\x10\x9d\x5e\xc2\x1f\x82\x4f\xba\x86\x07\x7f\x88\xf2\xf8\x3b\xfc\x21\x1e\x1e\x98\xfe\x10\x0f\xfd\xa2\x3f\x84\x43\x57\x7f\x88\xed\x35\xe1\x99\xb7\xc7\xe0\x68\xed\x25\xfd\x21\xec\x4f\xfd\x21\x2a\x83\x40\x7f\x88\xe2\x55\xb0\x0f\xff\x2c\xc1\xd1\x76\xce\xd4\x1f\x62\x70\xd7\xfa\x43\x4c\xea\xc3\x1f\xa2\x0d\xee\x13\x7f\x88\xe6\x4b\x8c\x07\x44\x6f\xd4\xae\x07\xc4\xcb\x33\xc2\x03\x62\x38\xc8\xf1\x80\x18\x83\xde\xc5\x03\x62\xfc\x5c\x13\x4d\xef\xf6\x2a\x68\x7a\x7d\x71\xf4\x80\x18\x5e\x05\x0f\x88\xce\x0b\xa0\x07\x44\xa3\x3f\xf1\x80\x20\x48\x08\x0f\x1e\x10\xb3\xd3\x22\x3c\x20\x66\xa7\x06\x3c\x20\xa6\xe3\x13\x0f\x88\xd9\xa8\x0f\x0f\x08\xbe\x49\x13\x1e\x3c\x20\x66\xf3\x2a\xf0\xb7\xf6\x3c\x1e\x10\xdf\xa4\x0d\xfa\x3c\x4c\xef\x05\x9f\x87\xc9\xe8\xd1\xe7\xa1\xf3\xae\xe8\xe5\x30\x38\x86\x97\xc3\xfa\xe8\x17\xbc\x1c\xf8\xaa\x5c\x78\xf0\x72\xc0\xc0\x27\x3c\x78\x39\xac\x49\x4f\xe0\xe5\xc0\xb6\xec\xf0\x90\x72\x5a\xc3\x33\xd1\xe6\x4e\x5a\x44\xca\x09\xbb\x9b\xf0\x90\x72\x5a\xb6\x8f\x94\xd3\x1a\xf4\x8b\x7e\xe5\xcb\xab\xd0\x86\x8f\xb6\xeb\x57\x3e\x6c\xc3\x86\x05\xa6\x0d\xe4\x8e\xce\xa2\x3e\xc4\x73\x4f\x66\x14\x20\x9e\xc3\x16\x35\x3c\x88\xe7\x1e\xfb\x13\xf1\x5c\xf0\xdd\x44\x3c\x17\x9a\x25\x04\xb8\x3e\x15\xc4\x73\xc1\xe9\x0c\xf1\xdc\xcf\xac\x81\x78\x2e\x38\xe6\x11\xcf\x85\x46\x1b\x10\xcf\xb1\x85\x3a\x3c\x88\xe7\xc2\xf1\x77\x1b\xa6\xd7\x63\x97\x7c\x79\x5d\x56\x10\xcf\xa1\x19\x0b\x0f\xe2\x39\x30\x79\x78\x30\x65\x48\x1f\xcf\x1d\x53\x86\x64\x5f\xe3\x49\x9e\x3e\x66\x22\x3c\xc9\xf9\x52\x7f\x78\x30\x6c\x48\xce\x83\x18\x36\xa4\xfe\x3b\x22\xb8\xf0\xe0\xe5\x90\x1c\x04\xd8\x95\x27\x87\x12\x5e\x0e\xe9\xf3\xc6\xe0\x68\x7d\xb4\x78\x39\xa4\x8f\xee\xc4\xcb\x21\x2d\x5e\x5b\xbc\x1c\x52\xf7\x18\x1c\xf4\xe4\x9a\x78\x39\xa4\xc5\x30\xc3\xcb\x21\x39\x3c\xf1\x72\xa8\x91\xc6\xe2\xe5\x50\x83\xbf\x4b\x1c\xe3\x5e\xf0\x72\xa8\xae\x8c\x78\x39\xd4\x97\x21\x88\x97\x43\x8d\x74\x0b\x5e\x0e\x00\xa7\xf0\xe0\xe5\x50\xb3\x67\x0e\xce\xe4\x11\xe1\xe5\x50\x5d\xc1\xf1\x72\x68\x87\x16\xe9\xe5\xe0\xba\x8c\x97\x43\x73\xe5\xc7\xcb\x81\x7d\x5b\xe1\xc1\xcb\xa1\x1d\xea\xc3\xcb\x01\xa8\x14\x1e\xbc\x1c\xda\xf6\xd8\x6d\x5f\x0f\xb4\x1d\x2f\x87\xe6\xb4\xa4\x97\xc3\xe0\x41\xeb\xe5\xd0\xe8\x09\xbc\x1c\x46\x67\xf0\xe0\xe5\x30\x9c\x30\xf1\x72\x18\x4e\x98\x78\x39\x0c\x27\x37\xbc\x1c\x46\xf7\x4c\xb8\xdd\x41\x1b\xf0\x72\xf8\x99\x3e\xf1\x72\x18\x83\x5e\xc2\xcb\x01\x87\xe4\xf0\xe0\xe5\xc0\xb6\x87\xf0\xe0\xe5\x30\x5c\x9c\xf0\x72\x60\x03\x70\x78\xf0\x72\x18\x4e\xfa\x78\x39\x7c\x2e\x7f\x58\x99\x7f\xde\xe7\x54\xb7\x4b\xfb\xb0\x32\xff\x1c\x4b\x13\xee\xb3\xf0\xdc\x27\xdc\xa7\x83\x1c\x2b\xf3\xe5\x74\x8d\x95\xf9\x3a\x5e\xe5\xb6\xe1\x27\x8e\xc3\xca\x1c\x25\x51\x78\xb0\x32\xff\x89\x73\xb0\x32\xff\x89\xea\xb0\x32\x3f\xf6\xa7\x7e\x0d\x85\x91\xac\x5f\x43\xa6\xed\xfa\x35\x64\xea\xd3\xaf\xc1\xc5\x5e\xbf\x86\xcc\x7d\x7e\x72\x9f\x3c\x31\xfc\x1a\xf8\xfc\x7e\x78\x3e\xb9\x4f\x7a\x02\xbf\x86\x27\xd3\x5a\xfd\x1a\x82\x57\x41\xa0\xea\x48\xd6\xaf\xc1\x29\x44\xbf\x06\x17\x27\xfc\x1a\x48\x5c\x85\x07\xbf\x06\x10\x57\x78\xf0\x6b\x60\x07\x41\x78\xf0\x6b\x78\x7f\xce\x84\x00\x74\x12\xc6\xaf\xe1\x75\xc2\xc4\xaf\xe1\x6d\xd6\x00\x01\xe8\x28\x58\x10\x80\x06\x48\x78\x39\xbc\x95\x36\x60\xd8\xf0\x3a\xea\x30\x6c\x78\x9d\x5f\x30\x6c\x78\x1d\x59\x0b\x82\xb3\x7a\x0c\x82\xd3\x91\x85\x97\x79\x76\x24\x63\xd8\x90\x7d\x46\x18\x36\x64\x47\x2b\x86\x0d\xd9\x71\x8d\x61\x43\x71\xbc\x60\xd8\x50\xac\x1d\xbf\xf2\xd2\xb9\xcf\xad\x78\xd5\x63\x88\x57\x5d\xaa\xf0\x2b\x27\x5b\x14\x9e\x8b\xc6\x7a\xf5\x3e\x2f\x1a\xeb\xd5\x7e\xc1\xcb\xbc\x1e\x7a\x02\xbf\x72\x9c\x0a\xc3\x83\x5f\xf9\x55\xe6\xff\xf9\x29\x19\x2b\xf3\xfe\xd0\x3c\xac\xcc\xd9\x5c\x1a\x1e\xac\xcc\xfb\x43\xe5\x5a\x99\x1b\xe3\x61\x65\xde\x8d\xc0\xb0\x2b\x87\x43\x09\xcf\x05\x55\xfd\x73\xca\xba\xa0\xaa\x7f\x3f\xb7\xb9\x29\x59\xdf\xed\x6a\x84\x2f\x21\x5c\x50\xd5\x0f\xd3\x6e\xb8\xa0\xaa\x9f\x4b\xe9\x87\x80\x58\x2f\x10\xa7\x06\xc4\x7a\x6c\xbd\x0e\x41\x4b\xf2\xe3\xef\xe0\x06\xaf\x5c\x3b\x04\x2d\xc9\x99\x30\x03\x9e\x0c\x08\xbb\x43\xc0\x77\x81\xef\x65\x84\x80\xef\x02\x26\xf2\x21\xe0\xa6\xf0\x32\x69\x04\xdc\x14\x5e\x56\xe9\x80\x9b\xc2\x7b\xa8\x1d\x37\x05\x3e\x5a\x1e\x02\x6e\x0a\x85\xb8\x31\xe0\xa6\x50\x6c\x11\x6e\x0a\x25\x72\x2f\xb8\x29\x94\xe8\xef\x60\xf5\x58\x8e\x02\x6e\x0a\x85\x65\x25\xe0\xa6\x50\x5e\x7f\x77\xef\xba\xdc\xe4\x46\x08\xec\x41\x2a\xc9\xfa\x60\xfc\x2e\x15\x13\x02\x4e\x0b\x6c\x77\x0e\x01\xa7\x85\x72\x45\x70\x21\x60\x26\xde\x78\xe1\x02\x4e\x0b\x46\xd0\x01\xa7\x05\xcc\x8b\x42\xc0\x69\xc1\x08\x3a\xbc\xb2\x7a\xf4\x12\x4e\x0b\x6d\x78\x26\xac\x1e\x91\x70\xc0\x69\xa1\x0d\xeb\xeb\x30\x70\xf4\xa7\x4e\x0b\x8f\x67\xa2\x02\xf5\xf9\xe9\xb4\xf0\x58\xc2\x71\xda\xa7\xa9\xd3\xc2\x63\xed\xd0\x5e\x97\xd1\x0c\x01\x33\xf1\xb9\xb9\x17\x5c\x18\x26\xe8\x2f\xe0\xc2\x30\x37\xf5\xe1\xc2\x30\x37\x35\xe8\xb4\x40\x3c\x1d\x70\x5a\xe0\x03\x58\x21\xe8\xb4\xc0\xf4\x19\x74\x5a\xc8\xf4\x92\x4e\x0b\x20\x92\xa0\xd3\xc2\xf6\x4c\x9c\x16\x16\xe3\x05\x57\x70\xac\x85\x42\xc0\x15\x7c\x2f\xeb\x43\xc9\x0a\x1e\x0a\xb8\x30\xec\xcd\x53\xd1\x85\x21\xd1\x3e\x5c\xc1\x4f\xa5\x3e\x5c\xc1\xcf\xe4\x49\xeb\xd0\x40\x5c\x1c\x90\xe0\x85\x4a\xcf\x23\xc1\xbb\xe2\xab\x5f\x25\x68\xaf\x42\x2f\x25\x69\x2f\xee\x05\x09\x1e\xfb\xd2\x42\xd0\xa1\x81\xe8\x33\xe8\xd0\xc0\x44\x14\x90\xe0\xa1\x5d\x08\x41\x1b\x06\x96\xcd\x80\x04\x2f\x54\x6b\x40\xae\xca\xc2\x1c\x90\xe0\x05\x82\xb5\xa0\x0d\xc3\xe0\x77\x48\xf0\x42\xe3\x77\xda\x30\xb0\x3c\x04\x24\x78\x81\xc5\x3e\x68\xc3\xc0\xb4\x1b\xb4\x61\xf0\x89\x69\xc3\xe0\x88\xd4\x86\xc1\xb7\x11\x09\x1e\xa2\x80\x10\x90\xe0\xa1\xcc\x0a\x01\x09\x5e\xaa\x1e\x83\xd6\xf3\x0d\x40\x82\x67\xd8\x1a\x90\xe0\x25\xe2\xf7\x80\x04\xcf\xf0\x33\x20\xc1\x4b\xd3\x12\xb4\x1e\x8b\x45\x40\x82\x97\xfa\xef\x78\x5c\x84\x80\x3a\x2f\x75\x7f\x06\xe3\xe7\x4b\x85\x3a\x2f\x41\x16\x04\x1c\x1a\x92\x8d\x2d\xa8\x5c\x01\x40\xe1\x42\xa5\x92\xec\x5c\xdc\x1b\x92\x1d\x88\x7b\x43\xb2\x73\x71\x6f\x30\x98\x0f\xb8\x37\xa4\x61\x0d\x36\x9d\xe1\x89\x7b\x43\x66\xe5\x0f\x38\x34\x14\x6b\xaf\x28\x60\xad\xaf\xa2\x80\x05\xfc\x05\xdc\x1b\x70\x51\x0b\x01\xf7\x06\x1c\xc8\x42\xc0\xbd\x01\xc9\x51\x08\xb8\x37\x74\xa2\xd6\x80\x7b\xc3\x78\xfc\x5d\xe7\x4c\xeb\x1b\x94\xb8\x6b\xdc\x1b\x3a\xb1\x6f\xc0\xbd\x61\xbc\xfe\x6e\x71\xa6\xf5\x6d\xae\x49\x4f\xe0\xde\xd0\x59\x8e\xc2\x85\x4a\x65\xb8\x3c\x5c\xa8\x54\x86\xcb\x03\xce\x0e\x1d\x60\x1f\x70\x76\xe0\x83\x31\x21\xe0\xec\xc0\x76\xd9\x10\x70\x76\x98\x4e\xc9\x38\x3b\x4c\x07\x2b\xee\x0d\xc7\x69\x1e\xf7\x86\xe3\x4b\x85\x7b\xc3\x69\x9e\x09\x73\x97\xad\x01\xfa\xaa\xf0\x4a\xe3\xde\x70\xb2\x67\xc2\xdc\x35\x8e\xe1\xde\x70\x9c\x68\x71\x6f\x38\xc4\x78\x01\xf7\x86\x43\x04\x16\x70\x6f\x38\x4e\x05\xb8\x37\x1c\x5f\x3f\xdc\x1b\x4e\xa5\x97\x70\x6f\x10\x22\x07\xdc\x1b\x0e\xc4\x53\xc0\xbd\x01\x1b\xf7\x10\x70\x6f\x38\xd9\x1a\x50\xb9\x2e\x7a\x10\xf7\x86\xe3\x0b\x87\x7b\xc3\x29\x5e\x93\xf6\x39\xb5\x22\xc1\x0b\x2e\x47\x48\xf0\x7e\xa6\x02\x24\x78\xc1\xb1\x34\xa0\xe7\x88\xea\xc2\x60\xeb\x7c\xa6\x27\x90\xe7\xbd\xc4\x5c\x01\x79\x5e\xf4\xa9\x20\xcf\x8b\x2e\x94\xc8\xf3\x7e\x26\x06\xe4\x79\xa9\xf9\x3b\xb6\xce\x37\x46\x08\xf2\xbc\xe4\xe4\x86\x3c\x2f\xb9\x88\x22\xcf\xcb\x80\xf7\x70\x31\x4f\x2d\xaf\xc7\x16\x25\x6b\xd8\x10\x64\x9e\x79\x38\x46\x7f\x22\xcf\x2b\x2f\x6d\x40\x82\x57\x7c\x6f\x27\x14\xdc\xb4\x04\x05\xb7\xfd\x1d\x32\x49\x9f\x1f\xf2\xbc\x0a\x39\x11\x90\xe7\x55\x30\x4f\x40\x9e\x57\x89\x76\xc3\x94\x82\xa3\xb5\xc8\xf3\xf0\xf7\x08\x01\x79\x5e\xfb\x78\x7e\xc8\xf3\xda\x4f\xed\x52\x70\x96\xa0\xe0\x26\xb5\x23\xcf\x6b\x3e\xf7\x4f\x0a\x8e\xda\x91\xe7\xb5\x45\xbf\x20\xcf\x1b\xbe\x0f\xc8\xf3\xd8\xed\x19\xc2\xc7\x67\xec\x92\x67\x62\xd1\x1a\x19\xd7\x48\xf7\x06\x68\x3a\x7c\xd2\x73\xdc\xf5\x27\x3d\xe7\x35\xa5\xe7\xbc\x33\xb6\xa4\x3b\x47\x62\xdf\x30\x7f\x37\x4a\x0e\x38\x3b\xf0\x55\x8a\x10\x70\x76\x98\x4e\x6e\xb8\x37\x4c\x22\xe1\x80\x7b\xc3\x84\x11\x0b\xb8\x37\xe0\x1a\x15\x02\xee\x0d\x9f\x5d\x86\x7b\xc3\x72\xad\xc7\xbd\x61\x1d\xaf\x09\xeb\x05\x40\x0f\xb8\x37\x2c\xe3\x23\xdc\x1b\x70\x6b\x0e\x01\xf7\x86\x65\x9c\xb3\x64\xbd\x68\xde\x82\xf5\x72\x32\xc5\xa3\x6e\x19\x69\xe0\xec\xb0\x8c\x50\x70\x76\xc0\xb6\x3a\x04\x9c\x1d\x96\xd1\x12\xce\x0e\xcb\xb5\x10\x67\x07\x6c\xb9\x43\xd8\xb0\x7a\xf0\xe8\x61\xc3\xea\x19\x6b\xe3\xfa\x70\x5c\x2c\x70\x7d\x38\x00\xc3\x80\xeb\xc3\xf1\x11\xe1\xfa\x70\x7e\xea\xc3\xa1\xd5\x17\x00\x41\x5e\xb0\x3f\x11\xe4\xfd\xc4\x01\x08\xf2\x02\xc0\x30\x20\xc8\xcb\x81\x1a\x10\xe4\x65\x87\x0b\x82\xbc\x0c\xfd\x11\x10\xe4\x25\x23\xc5\x8b\x64\x5a\x76\x79\xb8\x69\xa5\x96\x9d\xd8\x11\xe4\x65\x97\x2a\x04\x79\xd9\x65\x05\x41\x1e\x9f\x92\x0f\x01\x41\x5e\xf2\x39\x20\xc8\xcb\x90\x44\x01\x41\x5e\x22\x99\x12\x10\xe4\xf1\x79\xfa\x10\x10\xe4\x55\xa2\xac\x17\x41\x1e\x3a\x91\xf0\x22\xc8\x43\x27\x12\x5e\x04\x79\x95\x09\xf3\x45\x90\x87\x62\x3a\xbc\x08\xf2\x2a\x13\xfb\x8b\x20\x0f\x75\x73\x78\x11\xe4\x55\xe8\x81\x17\x41\x5e\x65\xe2\x7b\x1f\x08\x2b\x52\x55\xef\x23\x61\x15\x29\x29\x38\x9c\x94\x10\x1c\x12\x29\xbe\x88\xf5\x7a\xf0\x5e\x24\xac\xb8\x26\x82\xbc\x0e\xe1\xf1\x22\xc8\xeb\x2c\xb7\xaf\x82\x3c\xa6\x82\x57\x41\x1e\xc0\xf7\x55\x90\xf7\x79\x15\x48\x29\xde\xb8\x57\x41\x5e\xf7\x9a\x90\x52\x4c\x52\xaf\x82\x3c\x48\xb0\x57\x41\xde\xf4\x9a\x90\x52\xf0\x9b\x2f\x82\x3c\x76\x9b\x85\x17\x41\xde\x80\xed\x7c\x11\xe4\x0d\x22\xb7\x17\x41\x1e\xe9\xfc\xf0\xe2\xe5\x30\x3e\xda\x8e\x97\xc3\x98\x1c\x43\xac\x37\x60\xce\x5f\xc4\x7a\x63\x71\x67\x8a\xf5\xec\x5d\xc5\x7a\x2c\x40\xaf\x62\xbd\xe2\x31\x48\x29\xe6\x82\xf7\x95\x94\xf2\x4c\x36\x93\x6f\xeb\x63\x33\x39\x93\xfe\x8b\xe8\xee\x5b\x5e\x85\x4d\xe1\x9b\xbe\x46\x74\xf7\x91\x77\x79\x11\xdd\x2d\xc2\x82\x17\xd1\xdd\x62\x81\x7d\x11\xdd\x2d\x28\x8e\x17\xd1\x1d\x5f\x7a\x0f\x2f\xa2\xbb\xed\x93\xc6\x78\x01\x97\x9e\xf0\x62\xbc\xb0\x21\x46\x5f\x8c\x17\xf6\xe3\x35\x3b\xc7\xe8\x17\x8c\x17\x76\xf0\xd8\xe4\x98\x77\xf6\x71\x8c\xd6\x62\xbc\x70\x37\xbf\xfc\xd9\x29\xf9\x8d\x72\x6e\xde\x8a\x9c\x1b\x37\x9d\xe4\xdc\xa8\x0e\x4f\x06\xb3\xa5\x2f\x9e\x0c\x87\xe9\xe5\xc5\x93\xe1\x66\x13\x7f\x95\xd0\x1b\xc2\x02\xbf\x78\x32\x1c\x6f\x0c\x4f\x86\xc3\x2b\xfd\x22\xba\xe3\x53\xf2\xe1\x45\x74\xf7\x14\xcf\x94\x73\x63\x40\x22\xba\x7b\xec\x78\x44\x77\x7c\xe9\x2c\xbc\x88\xee\x30\x13\x0a\x2f\xa2\xbb\xf0\x7a\x26\x9c\xdb\xeb\x99\x70\x6e\x24\xa0\x5e\x44\x77\x81\xd5\xfd\x45\x74\x17\x1a\xf7\x82\xe8\x2e\xb0\x9e\xbf\x88\xee\x02\xd1\xcb\xab\xe8\x8e\xf5\xfc\x55\x74\x37\x3d\x13\xce\x6d\x7a\x4d\x38\x37\x87\x92\xa2\x3b\x07\x9d\xa2\xbb\xcf\x7b\x81\x73\x9b\xd6\x00\xe7\xe6\x0b\x8e\xe8\xee\xf5\x05\x47\x74\xf7\xfa\x82\x67\x38\x37\x48\x94\x37\x23\x2a\xf4\xb5\x45\x90\x97\x59\xa5\x5f\x04\x79\x98\x57\x86\xf7\xc2\xa8\x5e\x21\x82\x5e\x04\x79\x7c\xb6\x2b\xbc\x08\xf2\x7e\xa6\x48\x04\x79\xb5\x79\x15\x04\x79\xf6\x8b\x82\x3c\x52\x32\x2f\x82\xbc\xe6\x80\xbc\x78\xa8\x37\x5f\x80\x8b\x87\x7a\x73\x4c\x28\xd6\xb3\xb5\x88\xf5\x7e\x26\x37\xc4\x7a\x9d\x85\xe4\x45\xac\x87\xff\x59\x78\x11\xeb\x75\xf8\xd4\x17\xb1\x5e\x67\x99\x7e\x2b\xa4\x1b\x11\xd1\x5b\x21\xdd\x20\x0b\x5e\x85\x7c\x4e\x28\x0a\xf9\xc8\x67\xbc\x0a\xf9\x88\xb2\x5e\x84\x7c\xdd\xbe\x46\xc8\xd7\x59\xa6\x5f\x84\x7c\xc3\x67\x8b\x58\x6f\x3a\xb2\x2e\x1e\xea\x33\x79\x95\x43\x89\xde\xbd\x78\xa8\x4f\x47\x6b\xc3\xc8\x96\xf8\xfd\xc5\x77\x81\x4f\x65\x85\x17\xdf\x85\xe5\x73\xc0\x77\x61\x41\x2a\xbe\x4d\x23\x5b\x8f\x69\x64\xcb\xbb\x82\xef\xc2\xfe\x2c\x49\x19\xd1\x4b\xf8\x2e\x9c\x4c\x8b\x14\xeb\xd9\x9f\x8a\xf5\xec\x4f\xc4\x7a\x21\x78\xd7\x8b\x12\xfd\x89\x58\x2f\xb8\x1c\x21\xd6\x33\x31\xf7\x22\xd6\x0b\x64\x22\x5e\xc4\x7a\xc1\xa7\x82\x58\x4f\x4e\xf8\x45\xac\x27\xb3\xfc\x22\xd6\x7b\x8f\x25\x68\x3d\x17\x58\xc5\x7a\x90\x21\xaf\x62\xbd\xea\x31\x68\x3d\x67\x8d\x0e\xad\x07\x8e\x7a\x11\xf2\x15\x97\x70\x85\x7c\xc5\x3b\x83\xd6\x73\x46\x51\xc8\x57\x68\x91\x42\xbe\xea\x7d\x1e\x8e\xf1\x8c\x10\xf2\x15\x17\x19\x84\x7c\x05\x32\xeb\x45\xc8\x57\x0c\x2e\x14\xf2\xf9\x4e\x2b\xe4\xf3\x19\x29\xe4\xfb\x7e\x47\x04\x17\x5e\x35\x7e\x4e\x2f\x68\xfc\xba\x93\x22\x1a\xbf\xe9\x74\x8d\xc6\x6f\xc2\x6f\xbe\x43\xdf\x55\x9a\x87\xc6\x6f\x3a\x31\xa0\xf1\xfb\x1e\xaf\xa2\x48\x8c\x6e\xc1\x20\x2f\x38\x69\x60\x90\x17\x7c\x60\x18\xe4\x05\x07\x1d\x06\x79\x66\x59\x5f\x0c\xf2\x82\xeb\x39\x06\x79\xc1\xf5\x1c\x83\xbc\x60\xd3\x31\xc8\x0b\x9f\xbf\x83\x69\xfa\xb8\x4f\x0c\xf2\x5e\x27\x6f\x5c\xf0\x92\x6d\xc7\x05\x2f\xd9\x9d\xb8\xe0\x99\xda\x7c\x71\xba\x4b\xcb\x6b\xc2\x26\x19\xe7\xe0\x74\x97\x9c\x22\x71\xba\x4b\xc6\x2b\x38\xdd\x25\xef\x1a\xa7\x3b\x73\xb5\x2f\x4e\x77\xc9\x97\x1f\xa7\xbb\xb4\xb8\x26\x4e\x77\xc9\x16\xe1\x74\x97\x8d\x30\x71\xba\xc3\xfa\x3e\xbc\x7e\x78\xc9\x68\xc9\x0f\x2f\x19\xd9\xf8\xe1\x25\xef\xd3\x0f\x2f\xfd\xdc\x27\x22\x31\x92\xb5\x2f\x1f\x5e\x12\xa8\xbd\x7c\x78\x69\x44\x8f\x1d\x4a\xb4\x1d\x21\xdf\xf0\xc5\x41\xc8\x37\x7c\x71\x10\xf2\x0d\x88\x84\x17\x21\xdf\x88\x9e\x79\xdb\x37\x9c\xa4\xf8\xf0\xd2\x70\x58\x23\xf2\x1b\xb0\xb2\x2f\x22\xbf\x91\xbc\x26\x74\x52\xe2\xae\x11\xf9\x8d\xc8\x13\x43\xe4\x37\x20\x20\x5e\x44\x7e\x23\x59\x3b\x1b\x8e\x7f\xee\x93\x0d\xc7\x4e\x8a\x88\xfc\xbe\xc7\xab\x40\xc5\xf8\xc4\x10\xf9\x1d\x17\x2e\x44\x7e\x7c\xb7\x2e\xbc\x88\xfc\x0e\x72\xb2\x17\x91\x1f\xfb\xcb\xc2\x8b\xc8\xef\x38\x7a\x10\xf9\x1d\x18\xd4\x17\x91\xdf\x71\x01\x42\xe4\x77\x48\x8c\xbf\x88\xfc\x8e\x4f\x0c\x91\xdf\x71\x5c\x23\xf2\x3b\xc3\x12\x54\xcc\xf0\x77\x50\x31\xd3\xda\xd9\x75\xeb\x78\xd9\x50\x31\x8e\x89\x0d\x15\xe3\x52\x85\xb3\x5e\x70\xd4\xe1\xac\xf7\xf3\x76\xe0\xac\x17\x5c\x9c\x70\xd6\x0b\xde\x19\xce\x7a\xc1\x49\x1f\x67\xbd\xe0\x52\x85\xb3\x9e\x59\x98\x17\xf7\xbc\xe8\xc4\x87\x7b\x9e\x82\x81\x17\xf7\xbc\x64\xd4\x8a\x7b\x5e\xea\x9e\x89\x1a\xca\xf8\x16\xf7\x3c\xd9\xdc\x17\xf7\xbc\x04\x53\x1f\x71\xc8\x33\xd3\x12\x71\xc8\x2b\x8c\xd6\x88\x43\x5e\x61\xb4\xc6\x47\xba\xa5\x52\x42\xf1\x74\x75\xec\x21\xe2\x90\x57\xe9\xcf\x88\x0b\x5e\x1d\x1e\x83\x52\xd9\x5e\x13\x4a\x65\x79\x4d\x28\x15\x50\x63\xc4\x05\xaf\xfd\xd4\x70\xef\x13\xf9\x61\x88\x38\xdd\x61\x61\x15\x22\x4e\x77\x23\xfd\x8e\x85\x7d\x88\x98\xe0\xf9\x02\x44\x4c\xf0\x06\x0c\x4e\xc4\x04\x6f\xd2\xf1\x11\x13\xbc\x0f\xe0\x1b\x31\xc1\x9b\x9f\xc7\xd8\xd0\x49\xfc\x17\x31\xc1\x9b\xcb\x6b\xc2\xa8\x6c\x7f\x07\xa3\xb2\xfd\x1d\xb4\x09\xd0\x25\xf2\x91\xa4\x4d\xb4\x14\x11\xd6\x6d\xeb\x43\x58\xb7\x49\xe5\x44\x84\x75\x78\x9d\x86\x88\xb0\x0e\x1f\xd4\x10\x11\xd6\x09\x17\x22\xc2\x3a\x01\x49\x44\x58\xb7\x89\x42\x22\xc2\x3a\xa1\x4b\x44\x58\x77\xaa\xc7\xd8\xd0\xc9\xd2\x11\x11\xcf\x9d\xed\x35\xd9\xb4\xf9\x7a\x2f\x90\x0c\xbc\x70\x11\x50\xe5\xb2\x12\x01\x55\xb2\x8f\x11\x50\x15\xa0\x69\x22\xa0\xea\xb5\x45\x00\x27\xbe\xb3\x1b\x22\xc0\x89\x2f\xf1\x85\x08\x70\xca\xc9\x33\x27\x25\xeb\x83\x48\x48\x9e\x79\xc1\x51\x06\x4b\x44\x10\x10\x46\x9a\x21\x82\x80\x70\x4f\x0e\x11\x04\x54\x89\xfb\x23\x08\xa8\xf2\x3a\x44\x10\x50\xed\x9e\x09\x91\x00\xdf\x1f\x41\x40\xc6\xcc\x11\x04\xd4\x98\x4c\x23\x08\xa8\x83\x95\x22\xae\x74\x3d\xfa\xbb\xc6\x31\x86\x3c\xae\x74\x9d\x08\x3a\xe2\x4a\xd7\x5f\xaf\x72\xdb\xd7\x87\x57\x81\x48\x70\x90\xe3\x4a\x67\x1a\x39\xe2\x4a\x37\x8e\x67\x02\xc2\x49\xda\x45\x5c\xe9\xc6\xe1\x9a\xb8\xd2\x4d\xd2\xc1\x31\x0b\xc2\x79\xa9\x32\x24\x83\x2f\x15\x8e\x75\xc3\x27\x8d\x63\xdd\x38\x96\x24\x12\x3c\x13\x22\x01\xbe\x3f\xea\x4a\x47\xc4\x17\x75\xa5\x23\xa5\x1d\x75\xa5\x3b\xd6\xc7\xce\xbe\xe2\x7d\x02\xd0\x7d\x62\xb8\xd2\x7d\x44\x91\x11\x57\x3a\xd3\xe4\x11\x57\x3a\xec\x69\x43\xc4\x95\x6e\x83\xf7\x22\xae\x74\xdb\x49\x0a\x57\xba\x9d\xe8\x79\x5c\xe9\x36\x4b\x63\xc4\x95\x6e\xb3\xa8\x45\x5c\xe9\x4c\xa8\x47\x5c\xe9\x54\xd5\x46\x5c\xe9\x54\xea\x46\x5c\xe9\xd4\x25\x47\x5c\xe9\x8e\xe3\x1a\x57\x3a\x97\x8e\x08\x02\xe2\x3b\xde\x21\x82\x80\xf8\x8e\x77\x88\x20\xa0\x87\x40\x2e\x82\x80\x9e\xca\x7d\x82\x80\x1e\x72\x1d\x11\x04\xc4\x57\xcb\x43\x04\x01\x05\xdb\x07\x02\x52\x2c\x1b\x41\x40\x11\x1e\x3d\x82\x80\xb0\xc3\x0d\x11\x04\xf4\x1e\xeb\x6b\x1c\xa3\x0d\x20\xa0\x68\x6b\x41\x40\xf1\xf5\x9a\xa0\x54\x9f\x18\x5b\x99\xa2\xa3\x15\x74\x14\x1f\xef\xe5\xb6\x2f\x06\xef\xf3\x50\xe2\x5e\x40\x47\x11\x26\x21\x82\x8e\x7e\x4d\x6b\xbf\x33\x25\x03\x9c\x22\x80\x24\x02\x9c\x22\x19\xca\x08\x70\xe2\x1b\x73\x21\x02\x9c\xf8\xa2\x43\x88\x98\xd2\x15\x5f\x9c\xa6\x68\xc4\xab\x28\x1a\xf1\x2a\x88\x46\x9c\x5a\x71\x9e\x63\xff\x4e\x88\x38\xcf\xf1\x0d\x87\x10\x71\x9e\x63\x13\x73\x88\x0d\x37\x34\x18\x9c\x88\xf3\x9c\x0c\x63\xc4\x79\xae\xb2\xbe\x46\x9c\xe7\x1a\xb1\x6f\xc4\x79\xae\x39\x94\x70\x9e\x6b\x0e\x3a\x9c\xe7\x1a\x44\x7d\xc4\x79\xae\x41\x71\x44\x9c\xe7\x9a\x43\xb7\x0b\xc2\xe9\x78\x9c\xe7\x64\x18\x23\xce\x73\xdd\x29\x19\xe7\xb9\xee\x12\x80\xf3\x5c\x77\xb1\xc0\x79\xee\x67\xb2\x19\x82\x70\xfa\x0c\xe7\x39\x53\x78\x11\xe7\xb9\x6e\x1c\x30\x00\xe1\x4e\x28\x17\x00\xf5\x41\x44\x1b\x71\xa5\x93\xb5\x8c\xb8\xd2\xa9\x56\x88\xb8\xd2\xfd\x4c\x13\xb8\xd2\x4d\xef\x13\x57\xba\xd9\xbd\xe6\x6d\xdf\xf2\xb9\x5f\x94\xd3\x97\x8b\xda\x45\x39\x7d\x39\x94\x70\xac\x5b\x3f\x57\xd9\xfc\xce\xfb\x3c\x94\xa8\xfd\xa2\x9c\xbe\xc9\x05\xc4\x8b\x72\x3a\x26\x2f\x21\xe2\x66\x77\x9c\xca\x71\xb3\xc3\x34\x31\x44\xb6\x2b\x05\xa7\x72\xb6\x2b\x61\x4c\x15\x22\xdb\x95\x82\x3d\xc8\x76\xa5\xe0\x34\xcf\x76\xa5\x17\x35\x46\x64\xbb\x12\xbe\x7e\x21\xb2\x5d\xa9\x00\xad\xe3\x04\xc0\x76\x4b\x00\xd8\xe6\xef\x00\xb0\xd0\x57\x91\xad\x4c\xa5\x59\x3b\xce\x65\x8e\x6b\xb6\x32\x35\xe4\x79\x91\xad\x4c\x0d\xfa\x23\xb2\x95\xa9\x11\x45\x46\xb6\x32\x4d\x47\x24\x5b\x99\xa6\xed\x63\x2b\xd3\x74\x64\xb1\x95\x69\x3a\xf5\xb0\x95\xe9\x73\x7c\xb2\x95\xe9\x23\xde\x8c\x6c\x65\x5a\x3e\x77\xb6\x32\xa9\x52\x8e\x6c\x65\x5a\x93\xde\x65\x2b\x93\x4a\xe4\xc8\x56\xa6\xed\x12\xe0\x56\xa6\xe4\x55\xdc\xca\xc4\xef\xdc\xca\x64\x98\xe5\x56\x26\xd0\x43\x74\x2b\x13\x18\x2b\xba\x95\xc9\xa5\x11\x04\x14\x40\x94\x11\x04\xf4\xfa\x8c\x40\x40\xaf\x93\x29\x08\x28\xd9\x4b\x4b\x94\x4a\x1b\x40\x40\xc9\xd1\x03\x02\xe2\x7b\x93\x21\xba\xcd\xe9\x58\x42\x14\xf0\x53\x3b\x08\xd6\xa8\xd5\x6d\x4e\xbe\x39\x6e\x73\xf2\xad\x72\x9b\x93\x6f\x07\x28\xa7\x18\x70\x82\x72\x0a\x1c\x7b\x04\xe5\x0c\x47\x0f\x28\x67\xa0\xe9\x88\xa0\x9c\xd1\x2c\x81\xe2\x0c\x58\x40\x39\xc3\x71\x0d\xca\x91\x7f\x8f\xa0\x9c\x2b\x57\xfd\xf3\x53\x32\x00\x68\x90\xd5\x8d\xec\x72\xc2\x5e\x3b\x44\x76\x39\x0d\x07\x32\xbb\x9c\x86\x81\x3e\xbb\x9c\x26\xaa\xcc\xc8\x2e\xa7\x49\xa6\x31\xb2\xcb\x69\x1a\xe8\xb3\xcb\xe9\x33\x1a\x64\x97\xd3\xb1\xe3\xd9\xe5\x74\xec\x40\x76\x32\x1d\x9b\xc0\x4e\xa6\x63\xe4\xcd\x4e\xa6\x63\x0c\xc4\x4e\xa6\x43\x92\x30\xb2\x93\xe9\xd8\x81\xec\x64\x3a\x3e\x22\x76\x32\x1d\x63\x74\x76\x32\x99\x6e\x4b\xec\x64\x3a\xbc\x70\x89\x9d\x4c\x46\xc2\x89\x9d\x4c\x87\x41\x90\x00\x47\x0a\xd0\x13\xe0\x28\xc0\x53\x26\xc0\x51\xf8\xf9\x1d\x20\x8e\xe1\x92\x00\x47\x61\x5b\x03\xae\x51\x0c\x89\x84\x7d\x78\xe0\x3e\x13\xc0\x29\x10\x11\x25\x80\x53\xd8\xd6\x7e\x91\x05\xdf\x47\x0c\x09\xe0\xf4\x26\x6b\xb8\xc0\x29\x56\xcf\x3c\x94\xee\x00\x49\xd8\x87\xab\x9f\x49\xd8\x87\x2b\xd0\x49\x80\xaa\x44\x64\x93\x00\x55\x89\xa8\x27\x81\x9c\x8a\x35\x80\x9c\x4a\xf2\x9a\x80\x3f\x5e\xe9\x04\x72\xe2\xc3\x60\x21\x81\x9c\x2a\x78\x21\x81\x9c\xea\xf0\x18\xc0\xf0\xa7\x76\xb6\xbb\x0c\xaf\xc2\x76\x17\x60\x7e\x02\x39\x55\x18\xf0\x14\xb4\x24\xa2\xaf\xf9\xf4\x6c\x23\x4e\x4d\xa0\x2a\xbe\x2a\x12\x12\xa8\x4a\xb5\x78\x02\x55\xa9\xf3\x4e\xa0\xaa\x8e\x9a\x26\x81\xaa\xba\xf5\x81\xaa\x8c\xca\x13\xa8\x6a\x64\x8f\x91\x6b\x9f\x5e\x85\xad\x22\x8f\xc7\x3a\x25\xee\x13\x54\x35\x89\xa7\x13\xdb\x95\xe6\xcf\x7d\x62\xf5\x83\x74\x2f\xbd\x22\x43\x7a\x82\xed\x4a\xdf\x4f\xe9\xb6\xcf\xa4\x56\x62\xbb\x92\xc9\xb0\xc4\x76\xa5\x8f\xe9\x25\xb1\x5d\xe9\x73\x0c\xb2\x5d\xe9\x63\x7a\x49\x6c\x57\xfa\x60\x73\x13\xdb\x95\xf6\xeb\x55\x40\x8d\xd1\x12\xa8\xd1\x27\xcd\x76\xa5\xcd\x82\x90\xd8\xae\xc4\x97\x3c\x42\x62\xbb\x12\x9f\xac\x08\x89\xed\x4a\x26\xca\x12\xdb\x95\xf8\x28\x53\x48\x6c\x57\x32\x7e\x4f\x6c\x57\xe2\xf3\x4d\x21\xb1\x5d\x69\x27\x8e\xb1\x5d\xc9\xd8\x3e\xb1\x5d\xc9\x68\x3e\xb1\x5d\x69\x83\x0c\x13\xdb\x95\x8c\xed\x13\x9f\xb3\xdd\x28\x27\x52\xb2\x7d\x96\x48\xb6\x27\xaf\x49\xb2\x1d\xec\x92\xd8\xca\x74\x88\x7d\x13\x68\xec\xf1\xcd\x01\x8d\x3d\xc5\xab\x60\x65\x54\xfd\x1d\xa9\x77\xa8\xc2\x04\x1a\x0b\xd0\x57\x09\x34\x16\x58\x1a\x13\x68\xcc\x65\x2c\x81\xc6\x02\x14\x55\x02\x8d\x85\xf9\x3b\x5f\x15\x09\x09\xa0\x16\x58\x27\x13\x40\xcd\x75\x32\x61\x2d\x2e\x43\x95\xb0\x16\x0f\xf0\x2b\x09\x10\x87\x5f\x72\x48\x80\xb8\x17\x72\x3c\x01\xe2\xb2\x83\x1c\x10\x87\x7b\x7f\x48\x80\x38\xbe\x89\x16\x12\x20\x8e\x6f\xbe\x85\x04\x88\x73\x57\x5c\x02\xc4\xe1\x9e\x1c\x12\x20\x8e\x8f\x0f\x85\x04\x88\xe3\x93\xf7\x21\x01\xe2\xf8\x1e\x5c\x48\x80\xb8\xec\xf4\x02\x88\xe3\x6b\x74\x21\x01\xe2\xb2\x13\x11\x20\xae\x14\x7f\x47\xc6\xde\x0e\x04\xc4\x55\x62\xa0\x04\x88\xfb\x99\x6c\x00\x71\x15\x3e\x2e\x01\xe2\xaa\x0f\x0c\x10\x57\x87\x77\xb6\xf8\x9d\xa5\x4d\xc9\x7b\x41\x91\x00\x8f\x97\xb0\x16\xaf\x44\x1a\x09\x6b\xf1\x1e\x2d\xbd\x94\xa8\x81\xdd\x51\xdd\x41\xc7\xee\xa8\x1e\xbd\x0a\x16\x41\xbe\x1c\xec\x8e\xea\x4e\x7c\xec\x8e\x9a\x60\x97\xc4\xee\xa8\x89\x8a\x23\xb1\x3b\x8a\xaf\x26\x87\xc4\xee\x28\xbe\xb6\x1c\x12\xbb\xa3\x26\x74\x52\x62\x77\x14\x5f\x69\x0e\x89\xdd\x51\x66\x1b\x12\xbb\xa3\xe6\xe3\x9d\x1d\x8e\x71\x26\xbb\xa3\x3e\x5f\x46\x76\x47\x7d\xbe\x54\xec\x8e\xfa\x7c\x01\xd8\x1d\xf5\x39\xd1\xb2\x3b\xea\x43\x70\x98\xd8\x1d\xf5\xf9\x52\xb1\x3b\xea\x03\x96\x26\x76\x47\x7d\xe0\x85\xc4\x16\xa8\xe5\x28\x60\x0b\xd4\x86\xde\x49\x6c\x81\xda\xc9\x33\xc9\x92\xfb\xf2\xb3\x05\x8a\xcf\x06\x85\xc4\x16\xa8\x9f\x17\x9c\x2d\x50\x6e\x00\x4e\x6c\x81\x3a\x2e\x55\x6c\x81\x3a\x4e\x3d\x6c\x81\x52\x7e\x98\xba\x20\xdc\x12\xdb\x4f\xd8\x7d\x99\x40\x78\x8f\x6f\x07\x28\x8e\x2f\x45\x86\x04\x8a\x0b\x4e\x52\xa0\xb8\x00\x0f\x9b\x40\x71\x01\x72\x29\x81\xe2\x82\xef\x11\x28\x2e\x26\x6b\x00\x68\x37\xef\x13\xa0\x0d\xe6\x49\xa0\xb8\x08\xc9\x90\x40\x71\xd1\xb6\x83\xe2\x62\xf1\x18\x68\xda\x3e\x03\xc5\x45\xd2\x82\x09\x14\x17\x7d\xa7\x41\x71\x91\x64\x58\x02\xc5\xc5\xec\xef\x2a\x67\xd2\x3e\x50\x1c\x5f\x9f\x0c\x09\x14\x17\x11\x5b\x26\xb0\x59\xf6\xed\x00\x9b\x65\xdf\x31\xb0\x99\x32\xd7\x04\x36\x33\x2b\x92\xc0\x66\x46\xbb\x09\x6c\xe6\x76\xb3\x04\x36\xab\xe0\xd9\x84\xd3\xb8\x5c\x72\xc2\x69\xbc\x82\x80\x92\x4e\xe3\x2e\x55\x3a\x8d\x4f\x4b\x24\x80\x5d\x1e\x70\x1a\x57\x3a\x9b\x74\x1a\x47\x81\x94\x70\x1a\x37\x50\x4d\x38\x8d\xcf\x5f\x33\xc3\x9f\x9f\x92\x31\x21\x9f\x4e\x9f\x7c\xa3\x56\x25\x5d\xe2\x1b\xb5\xcb\x89\x81\x6f\xd4\x2e\x87\x19\xdf\xa8\xdd\xcd\x63\x2f\x19\x5f\x8f\x45\x20\x2b\xb7\xc2\xbe\x26\xbe\xc8\x1b\x12\xfb\x9a\x7e\x86\x35\xfb\x9a\x8e\x0f\x1a\x68\x16\x8d\x03\x80\x66\x05\x79\x50\x02\x9a\xa9\x4b\x4e\x40\xb3\x66\x54\x00\x34\xc3\xff\x2c\x24\xa0\xd9\x74\x92\x12\x9a\x21\x71\x4a\x42\x33\xe4\x72\x09\x68\xf6\x46\x4b\x24\xdf\x8c\xb2\x80\x66\x09\x11\x5c\x02\x9a\x25\x63\x20\xa0\x99\x62\xaf\x24\xfc\x32\x22\x02\x7e\xe5\x69\x89\x04\x9b\x51\x0f\xf0\xab\xbe\xfe\x0e\x7c\xe2\x34\x0f\xfc\x1a\x4e\x9f\xc0\xaf\xe1\x4a\x0c\xfc\x1a\x4e\xec\xc0\x2f\x69\x8c\x44\x02\x4a\xf9\x53\xda\x6a\x96\x79\x0e\xc0\x2f\x53\xb0\x69\xab\x59\xf6\xd8\x8d\x1f\x1e\x97\x54\xc4\x7a\x7c\xe6\x26\x24\x93\x4c\xb6\x96\x4f\x34\x3d\xb6\xd6\x24\x93\x13\x26\x9f\x68\x7a\x20\xa5\x12\x49\x26\xbe\x62\x1c\x92\x89\x24\xaf\x62\x22\xc9\xe9\x93\x44\x12\x5f\x0a\x0f\x89\x44\xd2\xcf\xc4\x40\x22\x29\x19\xc3\x92\x48\x32\x25\x9a\x48\x24\xe5\xe0\x99\xc4\xe8\x28\x83\x13\x9f\x68\x2a\xd9\x1a\xd8\x92\x8e\xce\x20\x1d\x63\x74\x46\x01\x49\xa6\xfa\x73\xcd\x4d\x04\xed\x7d\x9a\xa0\xb9\xa5\xec\xa7\x96\xd0\x9e\x64\xf0\xd0\x47\x6c\x98\xc1\x43\x1f\x8a\x8b\x0c\x1e\xfa\x20\x27\x32\x78\xe8\x0b\x5e\x85\x78\x1a\x5a\x28\x83\x87\x3e\xa8\x98\x0c\x1e\xfa\xb6\x57\x21\xa6\xcc\xfe\x8e\x98\x92\x29\x2b\x83\x79\xdc\x9a\x92\xc1\x3c\x9b\xf6\x65\x30\xcf\x26\xf7\x90\xc1\x3c\x6e\x31\xc9\x60\x9e\x73\x3c\x86\x80\x93\x85\x2b\x23\xc1\x53\xb9\x94\x91\xe0\x3d\xa8\x07\x32\x12\x3c\x13\xea\x19\x09\x1e\x9f\xb3\x08\x19\x09\xde\xfb\x78\x67\x04\x5d\x3f\xc7\x08\xba\x86\xf5\x11\x74\xfd\x5c\x85\xa0\x8b\x54\x63\x46\x82\x87\xb9\x7e\xc8\x48\xf0\xf0\xe5\x0e\x19\x09\x5e\x26\x7c\xc9\x48\xf0\xf2\xf4\x4c\xb2\x1b\x20\xa0\x8c\x04\xaf\x82\x36\x33\x12\xbc\xca\x7b\x9b\x91\xe0\xd5\xed\x35\xc9\x6e\xa0\xa9\xcf\x48\xf0\xfa\xf4\x4c\xb2\x1b\xbc\xfd\x19\xbf\x3c\x29\xbf\x8c\x5f\xde\x8c\xd6\x6e\x50\x62\x7d\x04\x25\x8e\x09\xa5\x7b\xd9\xfa\x6e\xfb\x16\x69\xe4\x4c\x96\xe9\x3e\xa3\x3f\x3b\x25\x67\x12\x50\xd8\xf2\x84\xac\x95\x1e\x8c\x6d\x26\x01\xb5\x91\x97\x64\x55\x7d\xbc\xee\x59\x55\x5f\xb6\x3a\x92\x06\x44\x98\x99\xe4\xd4\x21\x26\xc9\x24\xa7\x0e\x6b\x76\xd6\x4a\x8f\x88\x36\x6b\xa5\xd7\xac\x1d\x69\x1b\xfb\x62\x32\x76\x79\x66\x8a\x33\x76\x79\x91\x98\x39\x63\x97\x17\x89\x7d\x33\x76\x79\x91\x0d\x9d\x19\xbb\xbc\x08\xbb\x93\xb1\xcb\x8b\x4c\x7c\x19\xbb\xbc\xe8\x0b\x87\x5d\x5e\x64\x1a\xcc\x78\xe2\x45\x87\x04\xf2\xbc\x08\x5b\x9d\x91\xe7\xc5\x6e\x7d\xac\xe7\xd0\x3b\x19\x79\x5e\x5e\xde\x19\xdf\x3b\x59\xde\x0b\x9e\x71\xb6\x01\x79\x5e\x86\x28\xc9\xc8\xf3\xca\xf6\x3e\x59\xf9\x99\xbc\x33\xf2\x3c\x79\xae\x9c\x5d\xf9\x79\xec\xc8\xf3\xf8\x9c\x52\xc8\xc8\xf3\x2a\xcc\x64\xce\xae\xfc\xb4\x16\x79\x5e\x05\x13\x64\xe4\x79\x12\x02\x19\x79\x5e\xf5\x45\x45\x9e\xd7\x7c\x46\xc8\xf3\x5a\xe2\x49\x23\xcf\xe3\x2b\x11\x21\x23\xcf\x6b\xc9\xda\x91\xb6\x65\xeb\x53\xda\x46\x2f\x21\xc1\x33\x62\xcf\x48\xf0\x3a\xf0\x39\x23\xc1\xeb\xe4\xb7\xf3\xc5\x35\x7d\x3c\x1e\x83\x39\x47\xbb\x90\x91\xe7\x4d\x84\x60\x19\x79\xde\x64\x79\xc8\xc8\xf3\xfe\x5f\xc2\xce\xec\x6a\x5a\x5d\x07\xa2\x29\x81\x67\x87\xe3\x31\xff\x10\xee\x3a\xec\xdd\xf7\xf1\xff\x1e\x59\x74\x03\x02\x0f\x92\xaa\x54\x9a\x3e\x27\xf4\x3c\x8b\x66\x32\xf4\xbc\xa9\x45\xd0\xf3\xe6\xf2\xc9\xf0\x5e\x5c\x0a\xa0\xe7\x21\xf1\xfe\x66\xc0\xa9\x89\x77\x96\x01\xa7\xa6\xe3\x1a\x70\x6a\x53\x50\x93\x01\xa7\x36\x9b\x7d\x06\x9c\xda\x2e\xde\x80\x53\x56\xe1\x65\xc0\x29\x0b\xb8\x33\xe0\x94\x82\x3a\xb9\x92\x39\xc7\x2d\xc8\x15\xea\x97\xef\xa5\x42\xfd\xc2\xd3\xcf\x15\x1d\x33\xc7\x4b\x95\xe3\xe4\x2f\xd1\xd2\xeb\xde\x8f\xec\xb1\x8b\x14\xe5\x4a\xaf\x8b\x14\xe5\x4a\x2f\x0e\x44\xa6\x5c\xe9\x05\x86\xcc\x94\x2b\xbd\x5e\x93\x72\xa5\x0c\x24\x9a\x29\x57\xca\x6c\xb7\x99\x72\xa5\xa2\x7d\x94\x2b\x15\x12\x25\x99\x72\x25\xfa\x07\xbe\x99\x46\xb4\xe3\x77\x8e\xcc\x2b\x29\xcd\x4c\x29\xd3\xc0\x33\xcd\x28\x86\x3f\xc4\x66\x19\xc5\xf0\xe7\xf5\x7e\x6c\xfd\x2e\x91\x28\x86\x3f\xaf\x57\x39\x1c\x79\x87\xcb\x11\x77\xff\x62\x97\xfa\xe0\xcd\xe7\x4e\x97\x4c\x47\x0f\x6a\xe2\xf4\x3e\x7a\x33\x6a\xe2\x21\xfb\xcb\x6f\x1b\x0b\xae\x21\xa8\x89\xc7\xea\xb9\xc2\x11\x77\x47\x4d\x3c\x4d\xaf\x42\xa9\x8f\xe3\x0c\x35\xf1\x84\x03\x98\x51\x13\xff\x62\xf9\x7f\x2f\xc9\x08\x8d\x67\x77\x0e\x84\xc6\x8b\xcb\x2e\x42\xe3\xc5\x7d\x59\xa1\x71\x12\xfc\x99\x2a\xa7\x4e\xa8\x9b\xa9\x72\x42\xb2\xf1\xcd\x54\x39\x49\x8d\xca\x43\x4f\xc3\x5f\xe2\x69\xe0\xc3\x66\x2a\x99\x96\xd3\x96\x4a\x26\xc1\x8d\x4c\x25\xd3\xa2\x9e\x26\x53\xc9\x74\x7e\xd7\x24\xb3\x55\xfc\x1f\x99\xad\xea\x1d\xf0\x34\x08\x83\x33\xd5\x4a\x17\x28\x27\x53\xad\x24\xc9\x28\x23\x26\x2e\x01\x29\x23\x26\x7e\xf1\x3e\x33\x0a\x0d\xef\xf6\x88\xf4\xc7\xf1\x97\xa4\x3f\x1c\x66\x28\x34\x64\xf2\xa9\x19\x85\x86\xdf\xb2\x8b\x42\x43\x76\x02\xa0\xd0\x50\xf5\x50\x50\x68\x68\xee\xa1\x28\x34\x34\x07\x08\x0a\x0d\xbf\x05\x13\x85\x86\x8a\xbf\x99\x51\x68\xe8\x4e\x7e\x14\x1a\xba\x5f\x0c\x85\x86\x8e\xdf\x98\x17\x29\x0e\x7d\xae\x0f\x64\x6a\x93\xd4\x41\xfe\x40\xa6\x26\x16\x90\xbf\x48\xa6\x4d\x07\xe4\x22\xc5\xe1\x96\xba\x48\x71\xe8\xab\x21\x26\x4e\xe3\xcd\x37\x23\x26\x2e\xd5\x2c\x23\x26\xbe\x1f\xaf\x82\xc2\xae\x9e\x14\x62\xe2\x07\x3c\x3d\x23\x26\x4e\x3b\xdb\x37\x23\x26\x7e\xdc\xa6\x11\x13\x3f\xfa\x6a\x5b\xb7\xc0\xff\xe1\x16\x38\x1d\x10\x13\x3f\xa0\xf9\x79\xc3\x78\xcf\x1e\xe9\x16\x60\x3b\x42\xe3\xd7\xed\x08\xa5\x05\x6b\xf2\x32\x4a\x0b\x96\xe0\x66\x94\x16\xe8\x29\xfe\x66\x94\x16\xe2\xf6\x08\xb7\x80\xfc\x6d\x3e\xb8\x05\x44\x32\xf9\xe0\x16\xb8\x94\xa3\xb4\x10\xdd\x98\x51\x5a\x30\xfa\xcb\x28\x2d\x44\xfd\x46\x94\x16\xa2\xe3\x0c\xa5\x85\x08\x7e\x92\x51\x5a\x88\x9b\xf7\x82\xd2\x42\x3c\xfe\xd2\xad\x9f\xf7\x82\xd2\x82\xf5\xab\xf9\xd8\x42\xcc\x27\x03\x34\xd7\x7f\x3f\x80\xe6\xfa\xf6\xa8\x30\x28\x53\x95\x51\x61\xa8\x5e\x13\xa9\x85\xdf\x68\x45\x6a\xa1\x39\x96\x90\x5a\x68\x8e\x17\xa4\x16\x2c\xbd\xc9\x48\x2d\x58\x3f\x97\x2f\xac\x6f\x12\x3a\xf9\x12\xf4\x3b\xb2\x94\x61\x00\xea\xcf\x17\xd6\xb7\x2b\xca\x65\xdb\x74\x3e\x20\xd1\x30\xb5\x1d\x89\x86\x69\x64\x81\x44\xc3\xf4\x5d\x23\xd1\x20\xdb\xab\x20\xd1\xb0\xa9\x35\x28\x8f\xdb\xe6\xcb\x11\x8c\x70\xc6\x60\x79\x60\x84\xc3\x4e\x2a\x0f\x8c\x70\x46\x5d\x79\x60\x84\x77\x7f\x49\xd4\x8f\x43\x56\x1e\x18\xe1\x70\x64\xca\x17\x1d\x75\xba\x91\xbc\xe5\x8b\x8e\xb2\x7c\x8f\x82\x7c\x43\x99\x7f\x2d\xc9\x05\x65\x87\xc2\x22\x55\x1e\xb0\xe8\xdf\x25\xc1\xa2\xa7\x0f\x46\x17\xad\xe3\x39\xf4\x05\x58\x30\x0b\x1a\x10\x93\xe4\x7f\x41\x03\x62\x92\x2d\x2b\x68\x40\x4c\x76\xe2\x82\x06\xc4\xc6\x43\x29\xb6\x5a\xf2\xa1\x6d\xb5\x44\x50\x5c\x90\xc4\xcb\xaf\xe7\x90\x6c\x84\xc6\x5e\x90\xc4\xcb\xaf\x57\x81\x8d\x7b\xbc\xc3\x20\x3d\xc0\x2b\x43\x12\x6f\xe0\x31\x14\x80\x24\x24\xa6\xdf\x02\x90\xf4\x44\x6d\x60\xb7\x05\xce\x28\x00\x49\x74\x0c\x7c\x0b\x40\x52\x44\x4a\xa5\x00\x24\x25\x02\xb5\x02\x90\x24\x75\xbc\x00\x24\x49\x40\x2f\x02\x49\xa4\x2a\x8a\x40\x12\x93\xa3\x00\x24\x75\xbc\xa5\x02\x90\x24\x2d\xac\x00\x24\x59\xef\x55\x00\x92\xa4\x54\x15\x80\x24\x2b\xa7\x0a\x40\xd2\xf2\xcd\x0b\x24\xe1\x1b\x16\x02\x27\x9a\x71\xbd\x05\xb0\xe8\xf8\x55\x00\x8b\x5c\x22\x0b\x60\x11\x6a\xc6\x6f\x89\x06\xbe\x9e\x43\xcb\x0b\x6f\xa9\x10\x1d\xbd\xf8\x39\x85\xe8\x28\x10\x55\x15\xa9\x7b\x4c\xe2\x22\x75\x8f\x6d\xa5\x50\xf3\x54\x48\x71\x94\xe8\x56\xe5\x55\xbe\x65\x1e\x0d\xdf\xb7\x40\xeb\x53\x3d\xaf\x40\xeb\x2b\x40\x6a\x05\x5a\x5f\x61\x99\x2f\x50\xf7\x3a\x51\x5c\x81\xba\xd7\xa7\xe7\xd8\x8e\x1c\x59\x50\xf7\x26\x39\xcc\x02\x75\x6f\x3a\xe1\xa0\xee\x4d\x6d\x80\xba\x67\x21\x47\x49\x6e\x47\x1e\x91\x71\xc7\x2d\x28\x50\xf7\xf6\xe3\x39\x04\x91\x58\x42\x0a\x60\xd1\x71\x29\x00\x2c\x3a\x0d\xdb\x01\x8b\x0e\x4e\x42\x01\x2c\xfa\xbd\x79\x8b\x97\x9c\x7f\x16\x2f\x81\x2f\x14\xa2\xa3\xe4\x7c\x20\x3a\xa2\x91\xf0\x5b\x88\x8e\x68\xc2\xfb\x16\xa2\x23\x3a\xf1\xbd\xc5\xe8\xc8\x51\x4e\x74\xd4\x96\x77\x60\x89\xcc\xde\x9d\xc2\x98\xec\xff\xec\xc0\xe8\xfd\xbe\x25\x72\x38\x3e\x89\x8e\xc6\xef\x9a\x9b\x23\xbe\x11\xc5\x4b\x72\xc7\x0b\xc5\x4b\x0b\x16\x55\x21\x72\x12\x12\x2d\x44\x4e\xba\x52\x85\xc8\xe9\xa0\xd3\x51\x88\x9c\x0e\x8b\x70\x29\x46\x16\xbc\x6b\x22\x27\x0b\xe2\x0b\x91\xd3\x2d\xde\x81\xc4\xa8\xcb\x6e\x61\x19\x5c\x1e\xb1\xd6\x11\xf3\x94\xc2\x5a\x47\xca\xaf\x14\x14\x92\x5d\x5f\xbe\xe8\x28\x5b\x81\x58\xbe\xe8\x28\x6f\x36\xd1\x52\x8d\x2c\x38\x57\x8d\x2c\x98\x63\x08\x3d\xe4\xd7\x5f\x12\x59\xbc\xfe\xf2\x5b\xeb\xfe\x73\xb9\xff\x58\x92\xd1\x80\x28\xf8\x7f\x45\x0d\x08\x27\x15\x1a\x10\xc2\x35\x45\x0d\x08\xa7\x11\x1a\x10\x93\x4c\x4c\xa1\xd5\xd2\xe3\x24\xa6\xd5\x52\x78\xbd\x0a\x7c\x01\x72\x83\xc5\x56\x4b\xec\x69\xc5\x56\x4b\xdb\x3b\x50\x7f\x8f\x3f\x5d\x68\xb5\x64\xc2\xbd\xd0\x6a\xc9\x2c\x4d\x69\x2e\x21\x7c\x94\x06\x1e\x4b\x55\x7d\x69\xe4\xce\xdc\x48\x00\x84\x10\xf7\x7e\x0b\x80\x50\x81\xf6\x56\x00\x84\x0a\x01\x50\x01\x10\x6a\xc1\xfb\x75\x8e\xb0\x0f\x40\xc8\xba\xb4\x02\x20\xd4\x5e\xef\x0e\x73\xd6\xfd\x15\x40\xa8\xfb\x31\x01\x84\x68\x06\xf4\x16\x00\xa1\x89\x57\x57\x00\x84\x2c\x5f\x28\x00\x42\xbf\x6d\x0c\x4d\xbc\xed\x40\x46\x13\xef\x90\xa6\x29\x68\xe2\x9d\xe6\x2f\xf1\x14\xc9\xe9\x97\xae\xa7\xc8\x93\xa1\x89\x67\x71\x77\x11\x2c\x72\xc9\x02\x2c\x4a\x24\x12\x0a\x60\x51\x8a\xde\x6f\x72\xc4\xe4\x00\x2c\x4a\xd1\xff\x6d\x8e\x98\x2a\x80\x45\xc9\x6d\x0c\xb0\x28\x39\x6d\x01\x8b\x32\xbe\x61\x01\x10\xaa\xfe\x12\x40\xa8\x02\x83\x14\x00\xa1\x06\xcc\x5a\x00\x84\x9a\x9b\x1a\x80\x50\xcf\x9e\x43\x24\x3f\x79\x0e\x2f\xcb\xed\x08\x5a\x9f\x2a\x05\x05\x5a\xdf\x70\xf3\x85\xd6\x37\xdc\x44\x81\x8e\x68\x9c\xff\x16\xa0\xa3\xe9\x42\x04\x74\xb4\x1c\x21\x40\x47\x0b\x36\x75\x01\x3a\xda\xbe\x4f\xa0\x23\x65\x35\x0b\xd0\xd1\x76\x82\x03\x1d\x49\x43\x2b\x53\x2f\xcb\x6b\xe2\x65\x1d\xaf\xc2\x12\xa2\x73\x01\x74\x74\x89\x5d\x0a\xd4\xbd\x37\x7a\x44\x6d\x1d\xc8\x4e\x91\xba\xb7\xbc\x03\xd4\x3d\x02\xe6\x02\x75\xcf\xf2\xa1\xa2\x0a\x39\xe0\x62\x81\xba\xb7\x9d\x71\x50\xf7\x14\xe7\x2c\x50\xf7\x8c\x2c\xca\xd2\x5d\xf2\x7f\xe0\x27\xc1\xff\x81\x4b\xb8\x35\x52\xbc\x34\x5d\x06\xd1\x80\x78\x7c\x9f\x68\x40\xa8\x9e\x57\xd0\x80\x88\xc0\x97\x05\x0d\x88\xa4\x93\x87\x06\x84\x40\x7c\x59\x46\xe8\x3e\x0b\x3a\x1d\xce\xaa\x45\x84\x4e\x32\xb2\x6c\x78\x29\x44\x8d\x65\xbb\x4e\xf0\xd4\x44\x5c\x0f\xc0\x63\x21\xe2\x12\x58\x2d\xb6\x6f\xda\xfe\x12\x60\x5c\x9f\x99\x88\xab\xbb\x31\x13\x71\x75\x17\x61\x22\xae\xa9\x0d\xb4\x6f\x3a\x50\x12\x0a\x3d\x9a\x7e\x3e\x33\x3d\x9a\x7e\xdb\x03\x11\xd7\xd7\x83\xf4\xdf\x4b\x32\xc1\x58\x02\x53\x2e\x04\x5c\x95\x60\xac\x10\x70\x55\xf7\x98\xe3\x54\x61\x48\x1c\xa7\x0a\x83\x95\x80\x6b\xfc\x8e\x9c\x2a\x98\x4e\xc0\x65\xbd\x7f\x21\xe0\x9a\x2e\x83\x04\x5c\x8b\x40\xa6\x10\x70\xad\xe8\xfd\xd0\x8c\x73\x52\x11\x70\x2d\x07\x24\x01\xd7\x76\xb9\x26\xe0\xda\x04\x78\x85\x80\xeb\x42\xad\x29\x04\x5c\xd7\x8f\x49\xc0\x75\x5d\x3e\x09\xb8\x6e\xf7\x97\xe4\xf1\x96\xbf\x44\x11\xcc\xad\x03\x7a\x5e\xd0\x53\x84\x9e\xa7\x3e\x44\x81\x9e\x97\x5d\x88\xa0\xe7\x65\x3d\x61\xe8\x79\x45\x1f\x1d\x7a\x9e\x1c\x84\x62\x7d\x92\xfe\x26\xb0\xd2\x60\x52\xd5\xc7\x61\x96\x38\x62\x98\xe1\x07\x54\x20\xa7\xc5\x92\x55\xa1\xe7\x39\x08\x2a\xf4\x3c\x5a\x43\xbe\x15\x38\xea\x74\xaf\x02\x7f\x86\x25\xb2\xa2\x08\x61\xcd\x53\x45\x11\x42\x1d\xba\x8a\x22\x44\xe3\x3b\x54\x14\x21\x66\xf3\xc9\xc8\xf7\x93\xb5\xac\x0f\xad\x73\x9a\xff\x63\xb9\xfe\x3d\x27\xcb\x75\xf1\x97\x8c\x33\x2d\x7a\x0d\x98\xb9\xfb\x8b\x6c\x21\x13\xa0\xbe\xe4\x99\x59\x96\xea\x0b\x0b\x9b\x25\xb9\xbe\x8c\x33\x12\x09\xf5\xa5\x6f\x49\xf6\x9a\x83\x23\x7f\x39\x39\xe2\x4d\xbc\x30\xad\xc9\x6f\xd6\x2f\x3a\xea\xa7\x7b\xbf\xef\x39\x15\x59\xaf\x2f\xcb\x99\x77\x08\x30\x91\x71\x58\x2a\x4d\x6a\x33\x71\x4d\x25\x3a\x52\x72\xb3\x12\x01\x55\xc6\x60\x25\x02\xba\x38\x10\x95\x08\x48\x29\xf3\x0a\xac\xd4\xe0\xcf\xd4\xe0\xbb\xf6\x0e\x6c\xfd\x44\x5c\x55\x58\xc9\x6f\x2b\xac\xd4\x3d\x07\xac\xe4\x97\x06\x56\xa2\x03\xf7\x5b\x85\x95\x70\x89\x6a\xc4\xf3\xc6\x37\xac\x5f\x74\xd4\xd5\x08\xaf\x91\xe4\x04\xac\x91\x1a\xd9\x36\x81\x05\x6b\x64\x2d\x60\x65\xa8\xd1\xb5\x80\xfb\xd1\x86\xa9\x55\xaf\x09\x1b\x9e\x65\xb0\x46\xd9\xf0\x5e\x93\x9c\x7e\xf6\x9a\x7e\x23\x7f\xf9\x8d\x89\x4b\x04\x54\xc1\x87\xd4\x8a\xa9\xe0\x43\x74\xe9\x7b\x2b\x2a\x78\x07\x32\x5b\xa5\x11\xed\x24\xe1\x51\xa1\xc4\x29\x8b\x5a\xa1\xc4\xe9\xdf\x56\x28\x71\x8b\x85\xbd\x12\x01\x59\xa3\x50\x2d\x5e\xf2\xbd\x10\x01\x1d\xea\x34\xeb\xaf\x67\x92\x47\xb8\x28\xbf\x67\xc1\x45\xd1\x76\xf0\xa1\x56\xfd\x25\x55\x09\x8e\x09\xf0\x21\xf5\x44\x2a\x11\xd0\x0c\x7f\xf1\x92\x2b\xc1\x91\xc2\xf4\x15\xe1\xef\xc7\x89\x83\xf0\x77\x65\xd1\xa8\xd0\xe5\x66\xf7\x28\xf3\x60\xbc\x40\x83\x23\xf6\xe5\x4a\x70\x64\xb9\x6c\x25\x38\x1a\x2e\x21\x99\x9c\x70\xf7\x7e\x4c\xf7\xdf\x11\x3b\xce\xf0\x0e\xe4\xf8\x96\xff\x63\x4a\x13\x68\x57\x83\x1c\x72\xb4\x15\xda\xdb\x6f\x6a\x12\xe4\x24\xbc\x82\x4a\x90\x73\xd8\x02\x2a\xc2\xdf\x01\x98\xa0\x16\x9f\xd3\x73\x0c\x25\x17\x22\xe0\x21\xeb\x03\x2b\xf0\x90\x15\x81\x15\xe1\xef\xe5\x27\xfa\x02\xa0\x64\xad\x54\xfd\x02\xa0\x74\x5c\x50\x08\x80\x04\x4c\x2a\x01\x90\x95\x3e\xf5\x0b\x80\xb2\xe4\xa4\xfa\x05\x40\xe9\x38\x3c\xbf\x00\x28\x1d\x98\xac\xf5\x0b\x80\xd2\x49\x9e\x4b\xb4\xe6\xdf\x1c\xa1\x0c\xe0\x52\x00\x3c\xf4\x1b\x82\xc0\x43\x97\xac\x7a\xfd\xa2\x9c\xa4\x78\x4a\xfd\xa2\x9c\xac\xbe\x47\xfd\xa2\x9c\x74\x1e\xff\x37\xbf\xa3\xe0\x11\xf6\xb9\x30\x54\xec\x5b\x3e\xf5\xe1\x88\xef\xfe\x45\x39\x89\x6e\xe7\x6f\xa5\x0d\x93\xd2\x49\xb5\x29\x68\x8a\x45\xb4\x61\x92\x28\x55\x69\xc3\x14\xc9\xe9\x57\xda\x30\x55\x68\x76\x95\x36\x4c\x8a\xc7\x56\xda\x30\x99\xec\xa9\xb4\x61\x5a\xaf\xbf\xfc\x0a\x2b\x36\x5e\x5d\x05\x3a\x32\x78\xaf\xa8\xe0\xcd\xe9\x55\xbe\x6d\x53\xc9\xac\x8a\x0a\xde\x22\x64\xad\x40\x47\xc1\xcd\xa9\x61\x9f\x63\xa2\x61\x1f\x5e\x6b\xfd\xa2\x9c\x64\x68\x5d\x3b\xdf\x6f\x7b\x8e\xef\xe7\x52\xde\xf9\x7e\x3e\x4b\xe7\xfb\x81\x44\xd4\x2f\xca\x49\xca\x78\x56\x94\x1d\x82\xdf\x1d\x65\x07\x89\xa6\x15\x65\x87\xf8\x7a\x0e\x76\x52\xf2\x88\x36\x45\xc4\x82\xb5\xdb\xa6\x08\x1b\x50\x6f\x98\xcd\xbb\x93\x70\x84\x74\x57\x51\x6f\x58\x14\xfe\x54\xd4\x1b\x74\x7b\x2a\xea\x0d\xab\xfa\xcb\xc8\x11\x6f\x10\xf5\x86\xf3\x78\x8e\x3e\x3e\xf8\x8d\x15\x89\x06\x53\x31\x15\x89\x86\xeb\x08\x19\xba\x36\x1e\x7d\xdf\x28\xb8\x71\x7d\x51\x4e\x59\x00\x73\xf5\x8b\x72\xca\x72\xe3\x1a\x7c\xa3\xe4\xdd\x37\xe7\xb0\x0f\x89\x86\xff\x3f\x35\x09\x47\x92\x75\x15\xec\x28\x00\xd9\x57\xb0\x23\x49\x01\x15\xec\xa8\x13\xc9\x54\xb0\xa3\xe7\x77\x8e\x96\x6c\xce\xf7\x2f\xca\x49\xd7\xd9\xf1\x45\x39\xe9\xbe\xfe\xaf\x7e\x47\x8e\xc8\xc9\x1c\x73\xbe\x7f\x04\xb9\xa4\x66\x77\x9d\xcc\xb1\xfb\x57\xf5\x5e\xfd\x82\xa3\x74\x1f\x1f\x9a\xe9\xe7\x52\xf7\x05\x47\xe9\x3e\xde\xfc\x70\x03\x86\xd2\x17\x1c\x25\x9b\xad\xd4\x2f\x38\x4a\x17\xa8\xaa\x7e\xc1\x51\xb2\xf5\x4a\xfd\x82\xa3\xa4\x44\x78\xfd\x82\xa3\x74\xfd\x98\x8b\xe1\xa9\x87\xb2\x30\xdd\x01\x42\x5d\x93\x20\x4c\xa5\xae\x29\xfc\xae\x42\xdd\x96\x93\x11\xf2\x5c\x80\x59\x50\x21\xcf\xc5\xdf\xdd\x27\x03\x99\xcf\x07\x79\x4e\xc6\x66\x85\x3c\xf7\xfb\x44\x90\xe7\x92\x8b\x22\xe4\x39\xbb\x7c\xd4\x8d\xf0\x08\x41\x4e\xdd\x74\x10\x73\xc9\xfa\x82\xa3\x2c\x7c\x52\xbf\xe0\x28\x2b\xa0\x5f\xbf\xe0\x28\x77\x27\xf1\x66\x79\x71\xe8\x6e\x96\x17\x37\x99\x8d\xba\x08\x19\xc6\xfa\x05\x47\xb9\x93\xbb\xae\x1b\xad\xe1\xea\xfd\x06\x47\x3c\xe7\xa6\x83\x98\x1b\xd0\x46\x6b\x58\xdf\xf0\x0b\x9c\xf2\x6f\x90\x6f\xf2\x63\xc1\xa3\xcb\x14\xe3\xee\xc7\xe9\xc7\x1d\x0e\xf9\x7e\xad\x3d\x4c\x3f\x28\x6a\xf5\x38\xfd\xb0\xef\x8b\x9c\xf2\x6f\x14\x1c\xa6\x9f\x5b\xce\x17\x39\xe5\xeb\x94\xfe\x22\xa7\x6c\x59\x4e\xfd\x22\xa7\x7c\xb7\xe7\x26\xd3\xd6\xfb\x2d\x26\xaa\x4f\xb6\x39\xf2\xc9\xbe\xe9\x17\x74\x19\x28\x5e\x0a\x04\x86\x95\xe2\x25\xf3\xda\x95\xe2\xa5\xa0\x5b\x40\xf1\x52\x00\x86\xac\x14\x2f\x05\xfd\x77\x8a\x97\xe8\xab\xf8\x56\x8a\x97\x82\x0e\x04\x2d\x9a\x32\x59\xd2\x4a\x8b\xa6\x4c\xca\xa1\x12\x39\x65\x4a\x84\x2a\x91\x53\x8d\x1e\x81\x67\xe8\xfb\x12\x39\x55\x23\x12\x22\x27\x9b\x31\x54\x22\xa7\x1a\xbd\xfb\xe1\xc8\x3b\x5c\x8e\xbe\x37\xd1\x28\x6c\xaa\x24\x97\x1a\x85\x4d\x8b\x85\xa1\x51\xd8\xb4\x00\x5d\x9b\x2d\x9a\xc8\x10\x37\x5a\x34\xad\xec\x55\x32\xbf\xbc\x1c\x15\x8e\x06\x47\x95\x5f\x26\x8e\x48\x46\xe2\xff\x35\xc8\x7a\x7e\x87\x66\x81\x52\xf3\xe8\x5b\x06\x8d\x0c\x1b\x64\xbd\xc2\x88\x6c\x90\xf5\x06\xa3\xa7\x41\xd6\x53\x04\xb6\xa1\x97\xa7\x80\x7e\x43\x2f\x4f\x09\xfb\x86\x5e\x9e\x02\xfa\x0d\xb2\x5e\x20\xe5\xd0\x20\xeb\x85\xdf\x1d\x88\xf0\x92\xe7\x20\xb3\x31\x92\x1b\x91\xd3\x83\x14\x70\x23\x3a\x7a\xa8\x66\x68\x44\x47\x0f\x31\x64\x7b\x61\x3c\xb1\x6a\xb4\x00\xe3\x89\x34\x4d\x0b\x30\x9e\x70\x12\x5a\x80\xf1\x44\x8c\xdc\x02\xeb\x19\x33\xae\x7d\xd8\x51\xb2\x40\xbd\x05\xd6\xb3\xe2\x35\x59\xca\xd3\x5f\x24\xb8\x16\x58\xe5\xb3\x37\x68\x5c\xc4\x47\x61\x95\x67\x98\xb5\x2f\xa8\x4a\x97\x8c\x5f\x0b\x2c\xe5\x7e\xf6\x2f\xa8\x4a\xe6\x30\x5b\x60\x29\x07\xdb\x6f\x81\xa5\x9c\xd0\xa5\x05\x96\x72\x72\x75\x2d\xb2\x94\x3b\xcc\x22\x4b\x39\x03\xb2\x45\x96\x72\x26\x5c\x43\x76\xdc\x36\x30\x2d\x52\x82\x8b\x5f\xd5\xbe\xa0\x2a\x07\xfc\x87\x86\x24\xb9\x2d\x5b\x1a\x92\xe4\x21\x78\x15\x96\xeb\xc7\xff\xb1\x5c\x17\xef\xce\x72\x8d\xef\xdb\x90\x16\x4f\x00\x18\x0d\x69\xf1\xc4\xd4\x6c\x48\x8b\x27\x87\x20\x41\x55\x72\x20\x23\x2d\x9e\xc8\x76\x36\xa4\xc5\x13\x99\xc2\xf6\x05\x55\x39\xf9\x9c\x5f\x50\x95\x53\xf0\x97\x95\x73\xbc\xa5\x2f\xa8\xca\x74\x0a\x7f\xdb\x17\x54\xe5\xe4\x34\xfa\x82\xaa\x9c\x7c\xbb\x5f\x50\x95\x53\xf0\x7f\x8b\x23\x9f\x65\xf3\x4b\x9f\x9a\x7c\x23\x4b\x48\x4b\x6e\x39\x9c\xcb\x6c\x39\x04\xf6\x2d\xb3\xe5\x78\x87\xcc\x96\xa3\x45\x99\x2d\x07\xef\xac\x65\x3c\x5a\x12\x4f\xed\x8b\x9c\x72\x85\x65\xde\xbe\xc8\x29\x57\x47\x48\x66\xcb\x01\xc2\x6b\x99\x2d\x87\xbc\x6f\xcb\x6c\x39\xc3\x73\x6c\x39\x78\xd7\x2d\xb3\xe5\x0c\x7f\x89\x37\xd8\x7d\x6a\xbc\x41\x17\x86\x4c\xd3\xca\xe1\xfd\x68\x5a\x49\x82\xa5\x7d\xb0\x52\xee\x8e\x9e\x0f\x56\xca\x56\xef\xb5\x2f\xe2\xca\x9d\x90\xb5\x15\x4a\xa1\xbd\x66\xa1\x14\x9a\x64\x41\xfb\x22\xae\xbc\x7c\xd7\x85\x88\xc4\x51\x50\xf0\xd8\x89\x5d\x5a\xa1\x14\xfa\x77\xbf\xce\x91\xff\x1b\x1c\xf1\x96\x80\x9c\xe8\x65\xfd\x36\x20\xa7\xf5\xbb\x1f\x5b\x6a\xf3\x0e\x6c\xa9\x70\xa3\x1a\x11\x97\x6a\x18\x8d\x88\x6b\xc1\xe1\x6f\x95\x7c\x31\x14\xb5\x56\x09\xfa\xc9\xfb\xb6\x2f\xe2\xca\xc6\x43\xad\xb2\xdd\xfa\x2c\xd5\xed\x96\x67\xa9\x7a\xbb\x7c\x69\x22\xae\xa3\x0d\x15\x69\x7f\xad\x25\xe2\xd2\x21\x6b\x90\xf5\x74\xdd\x1a\x64\x3d\x55\xb3\x5b\xa5\x6b\x25\x6c\x9a\x06\x59\xef\x92\xd2\x6c\x34\xbe\xbd\xa4\x8c\x1a\x8d\x6f\x2f\xf4\xd1\x46\xc4\x75\xa9\x7b\x6d\x44\x5c\x97\xf8\xa4\x11\x71\x59\x75\xdb\x88\xb8\xac\xd7\x6b\x44\x5c\xd6\xee\x36\x22\x2e\xeb\x81\x1b\x11\xd7\x3d\xfe\x12\x77\x02\xa4\xac\x11\x71\x59\x1d\xdc\x68\x7c\x7b\x71\x54\x1b\x5a\x7a\x32\xbb\x1b\x11\x97\xe0\x77\x43\x4b\xef\x5e\xef\x80\x3b\x11\xbd\x26\xee\x44\xfb\x2b\x71\xd1\x90\x24\x0f\xbe\x78\x64\xc7\x83\x3b\x07\xb2\xe3\x81\xe0\xb6\x21\x3b\x6e\x85\x5e\x43\x76\xdc\x76\x2e\x0d\xd9\xf1\x00\x39\xa9\x21\x3b\x1e\xc8\xb6\x34\x64\xc7\x43\xf3\x7f\x04\x2b\x7e\x5a\x64\xc7\xcd\x81\x35\x64\xc7\x7f\x7b\x21\xb2\xe3\xc1\x25\x12\xd9\xf1\x50\x7d\x32\xe4\xed\xaf\x77\xb8\x1c\x71\xee\x0b\xc6\x4a\xf6\xa3\x0c\xf2\x7f\xb0\x32\xdb\x00\x11\x25\xb0\x68\x5f\x30\x56\x7e\x8b\xcd\x17\x8c\x95\xea\x02\xf6\x05\x63\x45\x2d\xde\xf6\x05\x63\xc5\x06\x51\xed\x0b\xc6\xca\x6f\x59\x22\x18\x33\x03\xd7\x08\xc6\x2a\x6c\xd5\x46\x30\x56\xdd\xc1\x09\xc6\x2a\xfe\x58\x23\x18\xfb\x2d\x60\x04\x63\xd3\x21\x88\x26\xde\x72\x20\xa3\x89\xb7\xdc\x0c\xd1\xc4\x53\xb6\xa6\xa1\x89\xb7\xf0\x5a\x1b\x9a\x78\xbf\xe9\x8e\x26\xde\x6f\x61\x40\x13\x6f\xf9\xfd\xd0\xc4\x5b\xc5\x73\x8d\x23\xac\x45\x13\x6f\x91\xa2\x6a\x68\xe2\x29\x8c\xd3\x26\x01\xa5\x63\x62\x12\x50\xba\x14\xa0\x97\xb7\x48\x43\x35\xf4\xf2\x16\x5e\x6b\x43\x2f\xcf\xc0\xb7\xa1\x97\x67\x3e\xbc\xa1\x97\xb7\x1c\x4b\xe8\xe5\x2d\x17\x45\x64\xc7\x95\xad\x69\xc8\x8e\x2b\x46\xd3\x90\x1d\x0f\x6e\xa9\xc8\x8e\x07\x0a\x40\x1a\xb2\xe3\x01\x60\xb5\x01\x39\x85\xe5\x2f\xe9\xdc\x48\x5e\xb4\x01\x39\x29\x92\xda\x80\x9c\xc2\xf4\x0e\x40\xd3\xcb\xe7\xfc\x92\x1a\x51\x6b\x81\x9c\x64\xa7\x37\x60\xa5\xe8\x62\x8a\xb6\x78\x76\x32\xa2\x2d\x9e\xf1\x99\x1b\xfa\xe1\xc5\xf9\x80\x7e\xb8\xec\xed\x06\x74\xf4\x10\x63\xb5\x8d\xbe\xb6\xf7\xfb\xa2\xa3\xf6\xf3\xf8\x80\x95\xcc\xe9\x37\x60\xa5\xe7\x77\x77\xca\x81\xfd\x0e\x9b\x3c\xf3\xef\x97\x74\x9c\x73\x4c\x1c\x3a\xce\x11\x9b\xb5\x43\xc7\x39\xdf\xfc\x17\x39\x35\x65\x35\xdb\xc1\xa3\x75\x0b\x38\x78\xb4\x6e\x16\x87\xba\x49\x47\xeb\x81\x70\x48\xaa\xa2\xa1\x11\x7e\xfd\x2a\x47\xaf\xd5\x23\x70\x09\x37\x43\x70\xa5\x67\xf8\x2c\x7a\xb4\x3e\x0b\x1e\xad\x9b\x28\xb8\xd2\xe3\x36\x0d\xae\x54\x74\x9e\xae\x1e\x2d\xcf\x72\xf5\x68\xb9\x1f\xb8\x92\xe0\x7e\xbb\x44\xe8\xba\x83\x17\x8f\x56\x47\xe0\xe2\xd1\xea\xb1\x5f\xdc\x56\xdf\xd2\xc5\x6d\x75\x95\xba\xb8\xad\x7a\xf3\x17\xb7\xd5\xd9\x71\x71\x5b\xdd\x80\x2e\x6e\xeb\x7f\x23\xf9\xdf\x4b\xf2\xc5\xa3\x75\x67\xbc\x78\xb4\x4e\xf0\x8b\x47\xcb\x82\xd9\x1f\x3c\x5a\x16\xa2\xfe\xe0\xd1\x76\xcf\xe9\xd1\x0e\x8e\x70\xe6\xbb\x47\x38\xf3\x50\x5d\xfa\x83\xe9\x0c\xc8\xfe\x68\x7a\xe3\x08\xd3\x19\x3c\xfd\xc1\xf4\xee\xfd\x30\x9d\xcd\xa2\x3f\x98\xce\x07\xeb\x0f\xa6\x33\x20\xfb\x83\xe9\xcd\x23\xec\x63\x58\xf7\x07\xfb\x58\xce\xfa\x83\x7d\x64\x5e\xfb\x6b\xee\xd3\x23\x54\x5f\xe1\x6d\x74\x88\x7c\x96\x96\x77\x88\x7c\x6a\x4e\x74\x1a\x36\xa9\x39\xd1\x69\xd8\x14\xc8\x3e\x76\x1a\x36\x85\xdf\x55\xf0\xca\xa3\x47\x78\xe5\x3e\x35\x4d\x99\x2c\x85\xe9\x34\x65\xa2\x9b\xf4\xdb\x81\x9c\xcc\x8e\x77\x20\xa7\xe4\x1b\xa4\x61\x53\xea\x1e\xe1\xb1\x6b\x3b\x0d\x9b\x6c\x49\xd3\x69\xd8\x94\xb4\x9d\x86\x4d\xf4\x96\x7e\x3b\x0d\x9b\xec\x5f\xd1\x69\xd8\x94\x58\x30\x3b\x0d\x9b\x12\x79\xdf\x4e\xc3\xa6\xc4\x12\xd9\x69\xd8\x94\x58\x76\x3b\x0d\x9b\x12\xbe\x53\xa7\x61\x93\x8d\x74\x3a\x0d\x9b\x52\xf1\x39\xb1\x8f\xd4\x41\xa7\x61\x93\x22\x8d\x9d\x86\x4d\x82\x84\x9d\x86\x4d\xf4\xb9\x7e\x3b\x0d\x9b\x04\x09\x3b\x91\x53\xb9\x9e\xa3\xa9\x16\xa4\xbb\x4e\xe4\x54\xbd\x3b\x91\x53\x65\x7b\xef\x44\x4e\x95\x4d\xa6\xd3\xcc\xa9\xfa\x5e\x68\xe6\x54\xd9\xb8\x3a\x51\x55\xc5\xb9\xe8\x44\x55\x0a\xef\x77\xa2\xaa\xda\x3c\xb7\x39\xc7\x3b\xa3\x99\x53\x65\x93\xe9\x44\x55\x95\x00\xb6\x13\x55\x09\x6d\x76\xa2\x2a\x9b\xdb\x76\xa2\x2a\x5b\xab\x75\xa2\x2a\x39\xbd\x9d\xa8\xaa\x4f\x8f\x88\x3a\xd8\x3a\x3a\x51\x55\x27\xf5\xd3\x89\xaa\x3a\xe2\x3e\x9d\xa8\xca\x2a\xb5\x4e\x54\x45\x2f\xeb\xb7\x13\x55\xd9\xae\xad\x13\x55\x75\x08\xb1\x9d\xa8\xaa\x3b\x76\x89\xaa\xec\x73\xdd\x89\xaa\x3a\xc0\x55\x27\xaa\xb2\x2a\xa1\x13\x55\xc9\x32\xea\x44\x55\x82\x68\x9d\xa8\xaa\x83\x36\x74\xa2\x2a\xfa\x71\xbf\x9d\xa8\xaa\x43\xfc\xec\x44\x55\xd3\x77\x46\x54\x35\x1d\x91\x44\x55\xc2\x9e\x9d\xa8\xca\x86\xb9\x9d\xa8\x6a\x25\xaf\x49\xd4\x91\xbc\x26\x51\x07\x79\xe6\x4e\x54\xb5\x86\xbf\x24\xea\x60\x99\xef\x44\x55\xcb\x77\x4d\x54\xb5\x60\xda\x74\xa2\xaa\x05\x39\xb0\x13\x55\x2d\xca\xcd\x3a\x51\xd5\xea\xfe\x92\xa8\x8a\xc2\xad\x6e\x54\x35\xf6\x1f\x4b\x72\x37\xe0\x22\xdc\xeb\x06\x5c\x00\x6c\xdd\x80\x8b\xbd\xa9\x1b\x70\x41\xe5\xe9\x06\x5c\xc3\x87\xc6\x74\x3f\xa6\x01\xd7\xd4\x3c\x4d\xf7\x1c\xbd\xc6\x00\x22\x3a\x01\xd7\x21\x01\xde\x09\xb8\x0e\x61\x7e\x27\xe0\xba\xec\x77\x9d\x30\xca\x42\x80\x2e\x70\xe5\xd2\x53\xcd\x5a\xf2\xaa\x0d\xa3\x1c\xe4\x86\x51\xdb\x73\x84\x51\x04\xe8\x9d\x16\x4d\x4f\xf0\x97\x9b\x23\x9e\x93\x9a\xa7\xe7\xf7\x2c\x9f\x8f\x27\x67\xb9\x53\xf3\x64\xf9\x71\xa7\xe6\x49\xcf\xa6\x53\xf3\xf4\x10\x26\x76\x6a\x9e\x1e\xad\xa5\xe6\xe9\x61\x5f\xee\xd4\x3c\x59\x83\xd4\xa9\x79\x7a\x48\xb7\x74\x6a\x9e\x1e\x40\x83\x4e\xcd\xd3\x13\xbc\x7b\xe7\x0e\x3c\x35\xc0\xd5\x43\x56\xbd\x1b\x46\x05\xaf\x82\x7d\xaf\xf7\xc3\x3e\x98\xc1\x9d\x30\xea\x71\xf2\x13\x2b\x59\x5e\xdd\x69\xdf\xf4\x90\x60\xe9\xb4\x6f\xb2\x93\x6f\x37\x8e\xc2\xab\xeb\xc6\x51\xc3\x23\xe2\x28\xa7\x98\x71\x14\x81\x68\x37\x8e\x72\x53\x33\x8e\x72\x9c\x19\x47\x39\x7a\x8c\xa3\x96\xe7\x88\xa3\x9c\x46\xc6\x51\xc0\x74\xdd\x38\xca\xa9\x62\x1c\x45\xd9\x79\x27\x8e\x0a\x43\x8b\x88\x05\x1d\x91\xc4\x51\x01\x60\xa7\x1b\x47\x69\x91\x71\x94\x13\x8e\x38\x4a\xf5\xc3\x4e\x1c\x65\x87\xf1\x4e\x1c\x95\x01\x2c\x3b\x71\x54\x01\x23\xe9\xc4\x51\x05\x54\xa4\x13\x47\x95\xc7\x6b\x02\x3c\x5e\xaf\x49\xc9\x3d\xf0\x65\x27\x8e\x92\x93\xdd\x89\xa3\xec\x76\xde\x89\xa3\x0a\xe9\x81\x3e\x8c\x13\x3d\x77\xb9\x1f\xef\x9a\x18\xab\x38\x26\x88\xb1\x0a\xac\xf6\x4e\x8c\x55\x1d\x9f\xc4\x58\x36\xf3\xec\xc4\x58\xd5\xcd\x97\x18\xcb\x66\x4e\x9d\x18\xab\xea\x40\x10\x63\xfd\x36\x27\x62\xac\xdf\x06\x44\x8c\xa5\x4a\x63\x27\xc6\xaa\xcd\x5f\x12\x27\xe2\xf2\x75\x62\x2c\x3b\xcd\x74\x62\x2c\x65\x5f\x3b\x31\x96\xed\xa2\x3a\x31\x56\xd5\x81\x20\xc6\x52\x4a\xb6\x13\x63\xd9\x4a\xaa\x13\x63\x55\x62\x89\xbe\xb4\x8f\xb7\x0b\xad\xef\xb7\xfd\x2d\xed\xf3\x7f\xd8\xa0\x4b\x84\xee\xf8\x24\xa9\xd8\xd1\x1d\x97\xf6\xd6\xd1\x1d\x9f\xae\x36\xe8\x8e\x4f\xd7\x17\x74\xc7\xd7\xeb\x1d\x88\x13\xdd\x3a\xd0\x1d\x5f\xe7\x2f\xbd\xe4\x8e\xea\xc3\x42\x61\xad\xa3\xfa\xb0\xc8\xcb\x74\x54\x1f\xd4\x97\xea\xa8\x3e\xfc\x96\x5d\x54\x1f\x16\x00\x4d\x47\xf5\x61\x39\x35\x11\xe4\xb3\x6e\xbf\x23\xc8\xb7\xa6\x47\x84\xc8\x04\xe8\x1d\x45\x88\x05\x7e\xdf\x51\x84\x58\xee\xfc\x28\x42\x2c\xf7\x65\x14\x21\xd6\xf2\xee\x98\x7e\xbc\x1f\xa6\x5f\xaf\x82\xe9\x64\xa8\x3a\x8a\x10\xaa\x62\x75\x14\x21\x96\x8b\xc6\x31\x44\xe6\x7e\x88\xf5\xfd\xb6\x9c\x63\x0a\x80\xe7\x44\x2d\x42\x4d\xae\x8e\x5a\xc4\x72\xe7\x47\xac\x6f\x47\x8f\xb0\x6f\x79\x15\xed\xc3\xf6\xa3\x7d\xfe\x12\xfb\xf4\xea\x8e\xf6\x31\xcc\x8e\xf6\x79\x0e\xfb\x5c\xdc\x90\x24\x17\x96\xe8\x28\x49\x3c\x4e\x00\x94\x24\x1e\xa7\x18\x4a\x12\x8f\x43\x02\x25\x89\xc7\xc9\x81\x92\x84\x72\x37\x1d\x25\x89\xc7\x61\x8d\x92\xc4\xd3\xfd\x25\x6a\x18\x6e\x7f\x28\x49\x3c\x46\x40\x28\x49\x58\x10\xdf\x51\x92\x08\xc6\x4a\x28\x49\x04\x3d\xa9\x6b\x0a\x80\x71\x86\x5c\x79\xd8\x3e\xf5\xe1\x1c\xd6\x42\x07\x0c\x70\x17\x06\x74\x40\x3b\xaa\x0c\xe8\x80\x81\x51\x37\xa0\x03\x06\xd8\x0a\x03\x3a\x60\x58\xfe\x8f\x92\x58\xde\xd9\x80\x0e\x18\x87\xff\xa3\x24\x76\x78\xae\x72\xb4\x39\x6a\x1c\x15\x8e\x90\x63\x1f\xde\x1d\x56\x2d\x9e\xd4\x00\xf0\xb2\x1c\x7f\xa0\xd6\x17\xbb\x57\x91\x7d\xef\x11\x74\x47\x72\x9f\x03\xc0\x2b\x83\xd0\x0c\x00\xaf\xcc\xd2\x33\x50\xa7\xc8\xdd\x5f\xa2\xc8\xc7\x96\x33\x54\xe4\x23\x21\x37\x54\xe4\x43\x43\x71\xa8\xc8\x47\x22\x6f\xa0\xc8\x57\x48\xcf\x0d\x15\xf9\xae\xd7\x44\xed\xe3\x7a\x3f\xd4\x3e\x18\x83\x43\x45\x3e\x36\x8b\xa1\x22\x1f\xd9\xd5\xa1\x22\x1f\x11\xc9\xa0\x90\xaa\xc3\x32\x1a\x14\x52\x75\x30\xa0\x41\x21\x55\x27\xd9\x33\xa0\x0a\x0e\xe2\xe0\x41\x21\xd5\x60\xf1\x1e\x14\x52\x59\x05\x31\xa0\x11\xae\xea\xff\xa0\xaf\xb1\xe5\x0c\xd4\x29\x9e\xe8\x39\xd2\x3b\xcd\xfb\x91\xde\x61\xd3\x1e\xd0\x08\x1f\x3c\xd3\x01\x8d\xf0\x99\xde\x9d\xf4\xce\xf4\x2a\xa4\x77\xfc\xee\xd2\x08\x81\xf0\x06\x34\xc2\xe0\x97\x46\x9d\x22\x2c\x8f\x48\xef\x20\x2c\x36\xa2\xe9\x1d\xde\x92\x1a\xe8\x7e\x3f\x8a\xac\xec\xc7\x38\x28\xb2\x0a\xf3\xaf\x52\x91\x61\xfd\x15\x9e\xf0\xa0\xfe\x4a\x9f\x64\x50\x7f\x65\xd8\x3d\xa8\xbf\x0a\xdd\x73\x08\x8f\x4c\x1f\x65\x72\xc4\x90\xa7\xfe\xca\x66\xe0\x83\xfa\xab\xe0\x04\xa0\xfe\x4a\xef\x65\x20\xab\x1e\x58\x92\x07\xb2\xea\xc1\x89\x43\x6d\x96\xf9\xbf\x41\x6d\x96\x9e\xd4\xa0\x36\xcb\x1a\xf4\x41\x6d\x56\x21\xbc\x1c\xd4\x66\xd9\xa4\x65\xc0\x3e\x94\x9f\x3a\x60\x1f\x0a\x28\x0c\xea\xaf\x2e\xcb\xc4\xa0\xfe\xea\x6e\xef\x87\x2c\x37\x4b\xeb\xa0\xfe\xea\x6e\xaf\x82\x22\x18\xec\x81\x41\xfd\xd5\x85\x86\x36\x60\x1f\x3e\x84\x89\x03\x8a\xe1\xe3\x7b\xa1\xfe\xea\x71\x8a\x51\x7f\xf5\xe0\xf1\x0d\xea\xaf\x1e\x96\xeb\x01\xc5\xd0\x5e\xd6\x03\x8a\x61\xc1\x8f\x1b\x50\x0c\x0b\xe9\x8f\x01\xc5\xd0\x2e\x0a\x83\xfa\xab\x92\xbc\x26\xe9\x1d\x6d\xc8\xa4\x77\x9c\x2a\x99\xf4\x8e\xd6\x66\xd2\x3b\xbf\xa7\x26\xbd\xb3\xbc\x3b\xe9\x1d\xdf\x52\x21\x7d\x45\xa8\x3b\x0a\xe9\x2b\x97\xc8\x42\xfa\xca\xc5\xb4\x90\xbe\x62\x43\x1f\x85\xf4\xd5\xf4\x2a\xa4\xaf\xb4\xbd\x90\xbe\xda\x9e\x23\x7d\xc5\x36\x36\x0a\xe9\x2b\xdf\x7c\x21\x7d\xe5\xa8\x2b\xda\xc7\x3b\x2b\xd8\x37\xbd\x1f\xf6\x1d\x9f\x65\x93\x5c\xf2\x39\x0f\x47\xfe\xf2\x8b\xdb\x7e\x13\x8e\xb8\xed\x37\x22\x89\xdb\xa2\x6f\x9e\xb8\x2d\x92\x61\x1c\x00\x65\xe6\x92\x07\x40\x99\x3a\x2b\x03\xa0\x2c\xe2\xab\x0d\x22\x3c\xf5\x52\x06\x11\x5e\xd2\x06\x22\xbc\xe4\xec\x20\xc2\xb3\xc9\xf0\x20\xc2\xb3\xc3\xf1\x20\xc2\xb3\x66\x74\x00\x94\x25\x67\x07\x8a\x7c\xf1\xf1\x7f\xa4\x85\xa6\x4f\x46\x5a\xc8\x39\x0d\x50\x66\xa9\xd6\x00\x28\x4b\xce\x2a\xc0\xb0\xe4\x42\xd4\x4c\x6d\x79\x44\x6a\xcb\xb5\x00\x30\xcc\x36\xc6\x03\x30\xcc\x1e\x38\xa3\x99\xda\xf2\x1c\x36\x6c\xcf\x61\x83\xa3\x1c\x30\xac\xba\x44\xd2\x3c\xaa\x3a\xfb\x69\x1e\xa5\x97\x3c\x68\x1e\x55\x7d\xd7\x34\x8f\xaa\x6e\x7f\x34\x8f\xaa\x2e\x7c\x34\x8f\xd2\xdb\x1d\x34\x8f\xd2\x63\x1f\x50\x0c\x6d\x4b\x36\xa0\x18\xea\x4f\x0f\x28\x86\x76\x15\x19\x50\x0c\xab\x0b\x2d\xcd\xa3\x6a\xf7\xdc\x67\x83\x22\xb0\x43\xfa\xa1\x6f\x5e\xfa\x21\x64\x89\x01\xfd\xb0\x03\x2e\x0e\xe8\x87\xff\xf9\x8f\x7f\x2c\xc9\x30\x13\x3b\x7e\xf1\x80\x99\x38\xc0\x0f\x07\xcc\x44\x85\xd4\x07\xcc\x44\x3b\x9d\x0d\x98\x89\xdd\x3d\x14\x66\xa2\x3d\x9b\x07\xcc\x44\xab\x5d\x86\xcd\xa3\x08\x9c\x06\xcd\xa3\x3a\xa8\xe7\xa0\x79\x54\xc7\xbf\x1d\x34\x8f\xea\xee\xc4\x34\x8f\xb2\x5f\xda\xa0\x79\x54\xc7\x6f\x1c\x34\x8f\xb2\xd7\xf3\x18\x98\xae\x57\x30\x30\x1d\xbc\x79\x4c\xec\xa3\xe0\x71\x4c\xb2\x5e\xbe\xce\x89\x7d\xf8\xda\x63\x82\xb5\xbb\x91\x20\xab\x6e\xd9\xf2\x40\x56\x5d\xdf\x7e\x20\xab\xbe\xb6\xbf\x24\xf5\xa3\x77\x86\xac\xfa\x72\x81\x46\x56\x7d\xb9\x9c\x21\xab\xbe\xb4\x88\xda\x2c\x3d\xef\x41\x6d\xd6\xd2\xe3\xa3\x36\x6b\xb9\x28\x52\x9b\xa5\xaf\x3d\xa8\xcd\xb2\xf5\xec\xa0\x36\x6b\x39\xc5\xa8\xbf\xd2\xd7\x1e\x48\xa7\x2f\x32\x77\x03\xe9\x74\xe3\x8c\x01\xc5\x70\x91\x6f\x1c\x4a\xa7\x6f\xff\x87\x0d\xfa\x55\x4a\xa7\xeb\x49\x29\x88\xae\x37\x01\x71\xf0\xc0\xf0\x18\x10\x07\x8f\x13\x0e\xe2\xe0\x71\x8a\x41\x1c\x3c\x4e\x62\x88\x83\xc7\x69\x04\x71\xf0\xe8\xd9\x40\x1c\x3c\x4e\x0e\x88\x83\x96\x13\x0c\x88\x83\x97\xc4\xcc\x80\x38\x28\x01\x69\x40\x1c\xb4\x77\xf6\x20\xfe\x7a\xa2\xff\x23\xbd\xe3\x16\x47\xfc\xf5\x64\x9f\x8c\xf4\x8e\x4b\x08\xf1\x97\x05\x20\x83\xf8\xeb\x49\x3e\x0b\xe9\x1d\x27\x1c\xf1\xd7\x43\x9e\x72\x10\x7f\x3d\x2e\xf3\xc4\x5f\x0f\xaa\x0f\x83\xf8\xcb\xda\xd6\x41\xfc\xf5\xc0\x36\x19\xc4\x5f\x8f\xfe\x26\xf1\xd7\x03\x73\x69\x1c\xd3\x57\x3c\x27\xf1\xd7\xe3\xb6\x42\xfc\x65\x55\xdc\x20\xfe\x7a\xc8\xe9\x0f\xe2\x2f\x7b\x58\x0e\x89\x83\x8e\x09\x88\x83\xbf\xc5\x1b\xe2\x60\x24\x51\x32\x24\x0e\x3a\x8f\x20\x0e\x46\xb8\x19\x03\xe2\x60\x24\xc1\x32\x24\x0e\x1e\xff\x47\x8a\xca\x11\x02\x71\x30\xc2\x7f\x1f\x10\x07\x23\x09\xb2\x61\xc9\x95\x23\x0b\xe2\x60\x70\x65\x80\x38\x18\x5d\x7b\x20\x07\x06\xd7\x17\xc8\x81\x36\xda\x18\x90\x03\x03\xde\xf5\x84\x1c\x68\xf7\xc9\x09\x39\x30\xc3\x16\x9a\x90\x03\xed\xc0\x33\x21\x07\x2a\x1a\x3c\x21\x07\x66\x80\xc7\x09\x39\xb0\xc0\x83\x9e\x90\x03\x4b\xf0\x2a\xa4\xa1\x48\x5b\xce\x87\x34\x14\x1e\xfb\x7c\x10\x73\x20\xc9\x37\x1f\xd2\x50\xc1\xab\x90\x86\x0a\xfe\x8f\x34\x54\xfc\x8b\x71\x31\x1f\x32\x54\x41\xf3\x0e\x7f\xf3\xa1\xcd\x50\x7d\x9f\x6f\xbe\x64\xa8\xc8\x99\xce\x97\x0c\x15\x83\x7c\x7e\xe1\x57\x29\x4c\x95\x89\x56\x85\x55\x7f\x13\xad\x0a\xe5\xf2\x26\x5a\x15\xaa\x04\x4f\xb4\x2a\x54\x10\x9e\x68\x55\x28\x7b\x32\xd5\xaa\xc0\xaf\x9a\x68\x55\x18\x7e\xcd\x97\x2c\xd4\xf6\x88\x2c\x14\x7e\xce\x7c\xc9\x42\xe1\x23\xcc\x97\x2c\x14\xbe\xe1\x0c\x64\xa1\x18\x4a\x93\x6a\xac\xca\xf6\x30\x03\x59\x28\x96\xa5\x19\xc8\x42\x4d\xff\x47\x16\x0a\x7f\x73\x06\xec\xc3\xc7\x9b\x41\xfb\xb8\x5f\xc0\x3e\x86\xd9\x0c\xd8\xc7\x86\x37\x03\xf6\x1d\xff\x87\x7d\xf8\x63\x33\x60\x1f\x3e\xde\x0c\xd8\xb7\xfc\x1f\xf6\x1d\xef\x80\x7d\x0e\xc1\x80\x7d\xf8\xb7\x33\x62\x1f\x9b\xe1\x8c\xd8\xc7\x22\x3c\x23\xf6\xb1\x01\xcd\x88\x7d\xcb\x5f\x62\x1f\x9e\xd4\x8c\xd8\x77\xfc\x1f\xf6\xb1\x91\xcc\xa8\x7d\x7c\xb1\xa8\x0d\x58\x14\xb1\xe1\x78\x4e\x1b\xfc\x1f\x8c\x12\x90\x81\xf9\xc5\x4a\x65\x36\x9f\xfa\x72\xc4\x77\x48\x34\x47\xc0\x73\x9b\x89\xe6\x08\xdb\x23\x9b\x23\x70\x15\xab\xb8\xd8\x7c\xe7\x07\x7f\x15\xbb\x9f\xcc\x64\x3a\xc9\x6b\x36\xce\x61\xfb\x17\x2b\x95\x0d\x57\x7d\x7e\xb1\x52\xd9\x44\x1d\xf3\x8b\x95\x8a\x12\xb4\xf3\x8b\x95\x8a\x3d\x54\xe6\x17\x2b\x15\x85\x94\x66\x32\x9d\xe4\xd1\xe5\x7f\xbc\x89\x2f\x56\x2a\x9b\xcc\xf2\xfc\x62\xa5\xb2\xc1\x25\xe6\x17\x2b\x95\xed\x1c\xfb\x62\xa5\xb2\x5f\x8f\x12\x47\xcc\x9c\x2f\x56\x2a\x9b\x45\x6a\x66\xec\x73\x36\x66\xec\x63\x29\x9f\x19\xfb\x1e\xff\xa7\x7d\xbc\x89\xac\x7d\x8c\x9e\x8c\x7d\x8f\xcf\x89\x7d\x2c\x9f\x33\x63\x5f\xf2\x7e\x87\x73\xfe\x0f\xfb\xd8\x8a\x67\xc1\x3e\xb0\x8e\x59\xb0\x8f\x5c\xf9\x2c\xd8\xe7\x42\x54\xb0\x8f\xfc\xfb\x2c\xda\xe7\x55\x48\x97\x39\x53\x8b\xe9\x32\x9e\xa5\x90\x2e\xc3\xf3\x9e\x85\x74\x19\x00\xe2\x2c\xa4\xcb\xa6\x57\x81\x3f\x3d\x3c\x87\x6e\xcd\xf0\x7e\xa4\xc4\x5c\xa0\x2b\x69\x2f\x72\xe5\xb3\x92\xf6\x22\x0a\x98\x95\xb4\x17\x8c\xa0\x59\x49\x7b\xb1\xa9\xcd\x0a\xb3\x07\x27\x68\x56\x98\x3d\xae\x1a\x15\x66\x0f\x49\xa9\x59\x61\xf6\xb8\xbe\x54\x98\x3d\xae\x28\x88\x4e\x7c\xad\x91\xff\xbd\x24\xab\x47\xe1\xf4\x53\x8f\xc2\x45\x03\x3d\x8a\x48\x66\x72\xa2\x47\x11\x9d\xc4\xe8\x51\x44\x17\x14\xf4\x28\xd4\xc1\x9a\xe8\x51\x44\x97\x41\xf4\x28\xac\xcd\x9a\xe8\x51\x44\x27\x1c\x7a\x14\xd1\x85\xaf\x91\xf1\x23\xcc\x9f\x8d\x8c\x9f\xe6\x35\x32\x7e\xee\x69\x8d\x8c\x1f\x7e\xe3\x6c\x64\xfc\xfc\x7c\x88\xfc\xa9\xd0\x35\x11\xf9\x8b\x2e\x4b\x88\xfc\xc5\xe9\x73\x62\x9f\x8b\x46\x33\xe3\x87\x7d\xcd\x06\x8c\x5c\x13\x91\xbf\xec\x96\x83\x90\x5f\x26\xd9\x33\x11\xf2\xfb\xed\xbd\x08\xf9\xd9\x4b\x77\x22\xe4\x67\x43\xd2\x89\x90\x5f\x75\xe8\xa2\xc1\x27\xd0\x32\xd5\xe0\x73\x61\x57\x83\x4f\x3f\x00\x0d\xbe\xe2\x32\x88\xce\x5e\x83\xe1\x3b\xbf\x68\xa5\xaa\x27\x37\xd1\xd9\x6b\x0e\x79\x74\xf6\x9a\x13\x0e\x9d\xbd\x86\xd7\x33\xd1\xd9\x6b\x4e\x15\x74\xf6\x9a\x13\x15\x9d\xbd\xf6\x7a\x34\xc9\x1b\x7a\xf7\xc5\x11\x6f\xe9\x8b\x56\x6a\x87\xc8\x37\xd1\xe0\x93\x21\x30\x87\xf9\x46\x6c\xa7\x8e\xca\x3e\xd0\x73\x9a\x6f\x64\x79\xb1\x8e\x0a\x3f\x6e\x4e\x3a\x80\xb8\x08\x4f\x84\x9b\xdc\x9c\xbe\x68\xa5\xda\x80\x67\x4e\x3a\x80\x54\xcf\xd1\x01\x84\xec\xf1\x9c\x88\x33\x01\x08\xcd\x2f\x96\xa8\xbf\x85\xe8\x03\x84\xea\x6f\x09\xf9\x00\xa1\xfa\x5b\xce\x20\xdd\xc9\xa2\x9f\x90\xee\x6e\xf7\x1c\x5a\xc3\x00\x50\x13\xd2\xdd\x75\xd4\xa1\x9e\xf7\xb8\x80\x2d\x32\x9a\x40\xa2\x13\xf5\x3c\x3d\xf6\x89\x7a\xde\xe3\xb6\x82\x7a\xde\xe3\x48\x46\x3d\xef\x71\x93\x41\x3d\xef\xd1\x22\xd4\xf3\x1e\xe7\x18\xea\x79\x8f\xf3\x4f\x2d\x07\xa2\xb8\xa9\x96\x83\xf3\x0f\x2d\x87\xc7\x39\x8d\x96\xc3\x43\x3a\x69\xa2\xe5\xf0\xe8\x04\xa1\xe5\xf0\xb8\xf4\x48\xc8\xf3\x8b\x49\xc8\x5b\xfe\x0f\xfb\xfc\x62\x12\xf2\x88\x0c\xa7\x84\x3c\x57\x14\x09\x79\x7e\x69\x08\x79\xea\x66\x4c\x09\x79\xfa\xa2\x12\xf2\x48\x39\x4c\x09\x79\x3e\xa7\x84\x3c\x62\xdd\x29\x21\xef\x7a\x2e\x91\xb4\xe1\xee\x87\x8c\xad\x4b\xe4\x17\x75\x34\x3d\xef\x09\x59\x2f\x68\x11\x64\xbd\xe8\xd6\x08\x59\xef\xb7\x98\x1e\xd2\xb2\x8e\xc1\x43\x5a\xf6\xfa\x64\xa4\x65\x5d\x27\x0e\x69\xd9\xa3\x0d\xa4\x65\x75\x3f\x0f\xf6\x11\x75\xcc\x2f\x22\x69\x5f\xbc\xf0\xef\x25\xf9\x62\xba\x93\xff\x6a\x3a\x8f\x72\x35\x1d\x83\x2e\xc9\x6a\x7d\xa0\xab\xe9\x3c\xe6\x25\x23\xed\x50\xba\x98\xee\x12\x72\xc9\x48\x93\x64\x98\x57\xd3\xf9\x44\x5f\xb0\xd2\x0a\x34\xbb\x79\x51\x04\xab\x5e\x13\x45\x30\x32\x77\xf3\xa2\x08\xe6\x2e\xf6\x05\x32\xad\xb9\xfb\x7d\x81\x4c\x53\xc3\x77\x7d\x81\x4c\x53\xc4\x66\x7d\x81\x4c\x6b\x40\x4e\xeb\x0b\x64\x5a\x83\x7f\xbb\x1e\xd4\xc2\xc8\xa7\xae\x2f\x90\x69\x03\xcf\x66\x7d\x81\x4c\x1b\x8f\x57\xf9\xec\x53\xc8\x6f\xa1\x0f\x21\xc9\x7c\xa1\x0f\x21\x1d\x7d\xa1\x0f\x21\x71\x7d\xa1\x0f\x71\x79\x2f\x4b\x7d\x88\xeb\x2f\xe1\x61\x42\x16\x5a\xe8\x43\x3c\x6c\x39\x0b\x7d\x08\xa7\xc3\x42\x1f\xc2\x29\xb6\x5e\xb3\xd5\xdc\x01\x7d\x08\xa7\xf4\x42\x1f\xe2\x61\x93\x59\x2f\xd9\x6a\x26\xf1\x7a\x69\x22\x49\xde\x77\xa1\x1d\xf1\x6a\xfb\x4b\xb6\x3a\x7b\x8e\x6c\x35\xa5\x29\x0b\x5d\x89\x42\xc5\xd5\x42\x57\xa2\x64\xff\x37\xf8\x25\x6f\x17\x5d\x89\xe2\x77\x80\xe4\x27\x87\x64\x41\xf2\x7b\x1e\x6d\x38\x1c\xf9\xd4\x97\x5f\x72\x4d\x48\x7e\xf2\x4b\x16\x24\x3f\xd5\xfa\x16\x24\x3f\x35\x75\x97\x95\x53\x0c\xf9\x65\xe5\x14\x13\x67\x41\xf2\x93\xdd\xb2\x20\xf9\xb9\x28\x2e\x48\x7e\xf2\x59\x16\x44\x3e\x59\x31\x0b\x22\x9f\x6c\x93\x05\x91\xef\x09\xde\x1d\x1b\x82\xbf\xc4\x86\xe8\xdd\xb1\x01\x06\xec\x82\xc8\xf7\x40\x85\x5c\x10\xf9\x1e\x36\xc3\x05\x91\xef\x85\x9d\xbe\x2c\x81\x62\x21\x5a\x96\x40\x01\xc8\x2e\x88\x7c\xf6\x5a\x5f\x90\xf5\xec\x26\xbd\x20\xeb\xd9\x31\x7a\x41\xd6\xb3\x8e\x71\x41\xd6\x0b\xbf\x3b\x2c\x8e\x78\x9f\x94\x40\x05\x18\xf6\x8b\x12\x28\x6b\x1c\x17\x64\xbd\xc0\xf2\xb9\x20\xeb\x99\xb8\x58\xc9\xcc\xb9\x47\xdf\x73\x66\x02\xf4\x65\x09\xd4\xf1\x2a\xdf\xbb\xce\xbe\x4f\xc8\x7a\xf9\xf5\x1c\x59\xe7\xe3\x39\xb2\xce\xac\x0c\xcb\x12\x28\x56\x94\x05\x59\x2f\x13\x3d\x2c\x4b\xa0\x58\xca\x17\x64\xbd\xec\x4c\x85\xac\x97\xd9\x60\x17\x64\xbd\xc4\xd2\xba\x20\xeb\x65\xa2\x8e\x05\x59\x2f\x3b\x06\x21\xeb\xd9\xa5\x6f\x41\xd6\xcb\x38\x48\x0b\xb2\x5e\xba\x5e\x85\xcc\xb9\xb3\x18\x42\x5e\xf6\xbd\x40\xc8\xcb\x6c\xf6\x0b\x42\x5e\x7e\xfc\x1f\xc4\x48\x9c\xd8\x05\xe9\xae\xc5\xf0\xc7\x92\xbc\xe0\xe3\x55\x27\x3f\x7c\x3c\x5b\x18\x2d\xf8\x78\xa6\x15\x16\x7c\x3c\xc3\xe0\x05\x1f\xcf\x3e\x0d\x0b\x3e\x5e\x25\xf9\xbf\xe0\xe3\x55\x7c\xd1\x05\x1f\xaf\x4e\xff\x47\x52\xdd\xa5\x07\xd2\x9d\x1a\xcc\x0b\xd2\x5d\x65\xaf\x5f\x90\xee\x0c\xe5\x17\xa4\x3b\x93\x21\xab\x98\x54\xe7\xb5\x28\xac\xe7\xc2\x00\x78\xa3\xee\xea\x02\xbc\x51\x93\x75\x01\xd0\x0c\x72\x52\x0b\x80\x66\xe0\x45\x2e\x00\x9a\xe1\x50\x02\xa0\x19\x7e\x22\x00\x9a\xe1\xf2\x02\x40\x33\x9c\xee\x55\xce\x24\xb6\x03\xd0\xcc\xe1\x55\xe0\x4c\x02\xd7\x2c\x65\xc7\x87\xbf\x24\x7b\xec\xc7\xa4\x92\x49\x18\x72\x01\xd0\x58\xda\xba\x00\x68\x16\xfb\xf2\x02\xa0\x59\x0e\x4f\x00\x1a\x39\x32\x8b\x4a\xa6\xe5\x30\xa3\x92\x69\xe1\x79\x2f\xc0\x1b\xc3\xe0\x05\x78\x23\xdf\x63\x01\xde\x9c\xe0\x11\x95\x5a\xa4\x00\x16\xe0\xcd\x19\x1e\x75\x8e\xbc\xdf\xe0\x88\xb7\x04\x78\x73\xb4\xcf\x4a\x26\xdf\x52\xa3\x52\xcb\xa5\xb5\x51\xa9\xe5\xb6\x29\x05\x8f\xf2\x9a\x25\x05\xcf\x05\x05\x0a\xde\xe3\x2f\xa1\xe0\x3d\x6c\xc5\x0b\x0a\xde\x43\x7e\x7a\x41\xc1\xb3\x01\xc2\x82\x82\x67\xcb\xa4\x05\x05\xcf\x52\x8a\x05\x05\xef\x69\x5e\x85\x1c\x6d\xf7\xee\xe4\x68\xe1\x90\x2c\x28\x78\x16\x6b\x2c\x28\x78\x16\xe4\x2e\x28\x78\x4f\xf7\xc9\xc8\x41\x37\x8f\xc8\x41\xc3\xa9\x5f\x50\xf0\x1e\xe8\x64\x4b\x0a\x9e\xe3\x13\x0a\x9e\xac\xf6\x05\x05\x4f\x2f\x6b\x41\xc1\xb3\xdf\xf1\x82\x82\x17\x1d\x21\x50\xf0\xa2\xdb\x0a\x34\x3b\xfb\x32\x2f\x68\x76\x91\x0c\xea\x82\x66\xa7\x06\xf3\x82\x66\x17\xa3\x77\x5f\xfc\x12\x8b\xa0\xd9\xd9\xe8\x69\x41\xb3\x93\x45\xbf\xa0\xd9\x45\x47\x08\x34\xbb\xe8\x77\x80\x66\x17\x49\x12\x2d\x68\x76\x91\x38\x63\x41\xb3\xb3\x7d\xd3\x9a\xda\xe0\x55\xb4\x81\x37\x0f\xcd\x2e\x92\x9b\x5f\xd0\xec\xec\x26\xbd\xa0\xd9\xd9\x12\x6a\x41\xb3\x8b\x3a\x09\xd0\xec\x62\xf4\x7e\xd8\x97\xbd\x8a\xf6\xf1\x06\xa7\xf6\xf9\x4b\x68\x84\x5a\x0b\xcd\x2e\xfb\x1d\xa0\xd9\xd9\x58\x6a\x41\xa5\xcb\x44\x24\x0b\x2a\xdd\xcf\x0d\x81\x4a\xa7\xc2\xfc\x42\x21\xaf\x68\x03\x0a\x79\x3f\x67\x06\x2a\xdd\xa7\x1f\xf9\xef\x25\x19\x96\x5d\x73\x37\x82\x65\xd7\x00\x29\x16\x4c\x3a\x95\x93\x16\x74\xb9\xe6\xe7\x83\x2e\x67\xe7\x89\x05\x5d\xae\xb9\xf0\x41\x97\x53\x49\x6c\x41\x97\x6b\xfa\x1d\xd0\xe5\x9a\xbe\x05\x74\xb9\x16\xbc\x66\xe5\x88\x4f\x04\x5d\xae\xe9\x77\x00\xd7\xfc\x3c\x61\xe0\x9a\x46\x50\xbc\x80\x6b\x9a\x43\x02\xb8\xa6\xbd\x5e\x65\x73\xc4\xeb\x04\xae\x69\xaf\xbf\xc4\x3e\xf7\x7a\xe0\x9a\xe6\x42\x04\x5c\xd3\x48\x55\x2c\xe0\x1a\xbb\x6e\xac\xa3\x7d\xbc\x33\xe0\x9a\x06\x87\x71\x01\xd7\x34\xfd\x2a\x9b\x2b\x39\x71\x80\x6b\xa6\x16\x01\xd7\x4c\xad\x05\xae\x51\xf4\x68\x01\xd7\x4c\x2d\x02\xae\x99\xc5\x5f\x12\x18\x92\x87\x5d\xd0\xe5\xa6\x0b\x11\x50\xce\x3c\x5a\x44\x8e\xd6\xc9\x68\x03\x5b\x42\xba\x65\x03\x5b\x3d\x7d\x1b\xd8\xea\xe7\x5c\x73\xb4\x0c\x2c\xa0\x1c\xb5\x31\x16\x50\xce\x26\x21\xb0\x80\x6b\x36\xfc\xd4\x05\x5c\xa3\x66\xf0\x02\xae\x51\x30\x7c\xa1\xf3\xb0\x5d\x14\xd1\x79\xd8\x4e\x5b\xa0\x9c\xad\xaf\x06\x94\xb3\xb5\x16\x28\x67\xc3\x9f\xd9\x40\x39\x9b\x44\xc2\x06\xca\xd9\x24\x12\x36\x50\xce\x3e\xfe\x92\x1c\x66\xf5\x88\x1c\x26\xd0\xdf\x06\xca\xd9\x40\x78\x1b\x28\x67\xb3\xe8\x6f\xa0\x1c\xbb\x83\x6c\xa0\x9c\xdd\x3d\x87\x7d\xd5\x73\xd8\x47\x14\xb7\x81\x72\x76\xf6\x7e\xd8\xc7\x37\xda\xe0\x35\x1b\xdc\x7f\x83\xd7\xec\xe0\x2f\xb5\x8f\x73\xe0\x35\x9b\xea\xcb\x0d\x5e\xb3\x49\xcc\x6c\xf0\x9a\xcd\x26\xb3\x5f\xec\x23\xff\xbe\x5f\x73\xb4\xd8\x07\x96\xb3\xd9\x56\x36\x58\xce\xae\x5e\x13\xfb\xe0\xe6\xee\xd7\xef\x97\x39\xc2\xbe\xee\x1d\xc8\xd1\x92\xd4\xd8\xd0\xe5\x9e\xed\x35\xd1\x1d\x27\xa5\xb2\xd5\x1d\xdf\x5e\x13\xdd\xf1\xe5\xfd\x68\x21\xc1\x16\xb0\xa1\xcb\x3d\x8c\xb3\x0d\x5d\xce\x84\xc7\x56\x59\x6f\x7b\x0e\xca\x26\xe0\xf7\x86\x2e\x67\x42\x67\x43\x97\x7b\x88\xf7\x36\x74\x39\x53\x23\x3b\xf8\xd4\x83\x23\x9e\x7a\x79\x15\x9e\x9a\x78\x76\xd3\x96\x36\x24\xef\x47\xd6\x19\xb2\xde\xa6\x2d\xad\x55\xc5\x1b\xa5\xf1\xc0\x28\xdf\x28\x8d\x9b\x0c\xd9\x28\x8d\x9b\x11\xd8\x28\x8d\x9b\xe2\xd8\xb4\xa5\x35\xdd\xb2\x69\x4b\xfb\x65\x20\xfe\xb9\x24\x6f\x3a\xd6\x9a\x56\xd8\x74\xac\x35\x8d\xb1\xe9\x58\x1b\xc9\xb2\x6d\x3a\xd6\x46\x3f\x0a\x1d\x6b\x23\xb9\x9e\x4d\xc7\xda\x48\x09\xc6\xa6\x63\xad\x3d\x15\x36\x1d\x6b\x23\x1e\xf4\xa6\x63\x6d\x3c\x1a\x4b\x46\x9a\x85\x61\xd3\xb1\x36\xc2\xaa\xd8\x74\xac\x8d\x0e\x09\x3a\xd6\x46\x3f\x18\x1d\x6b\x23\x90\xd3\x46\x9e\x2f\xfa\x89\x90\xe7\x8b\x0e\x10\xe4\xf9\xa2\x9f\x28\x61\x03\xcb\xd2\xfe\x42\x9e\x9a\xc9\x65\xed\x84\x78\x0a\x28\xf9\xce\x64\x8f\x9d\x62\x19\x2e\x29\x80\xc2\x46\x2f\x2f\xe3\xb1\x6f\xf4\xf2\x2c\x27\xd8\x99\xcc\x32\xd9\xe3\xfd\x01\x34\x35\x2f\xff\x47\xe7\xb8\xe9\x35\x2b\x47\xbc\xa5\x2f\x1c\xaa\xf6\x1a\xdb\xe8\xe5\x95\xe6\xd1\x20\x23\xcd\x7b\xc9\xe4\xa0\xd9\x72\x76\x86\x4b\xfa\x7a\x77\xb8\xa4\xaf\xf7\x83\x4b\x4a\x42\x60\x7f\xf1\x50\xad\x6c\x4e\xbb\xa0\x46\x8d\x78\xca\xfe\xe2\xa1\x5a\x09\xf0\xf6\x17\x0f\xd5\x4a\x2c\xb1\x01\x61\x6a\xf0\x7f\x85\x23\xbe\x1f\x20\x4c\xfb\x5d\x85\xfc\x34\x1b\xd0\x06\x84\x69\xbf\xff\x91\x9f\x8e\x5e\x73\x72\x8e\x37\xf1\xc5\x3c\xd5\xcd\x70\x03\xd0\xb8\x19\x6e\x00\x1a\x37\xed\xfd\xc5\x3c\x55\xdd\xea\xfd\x11\xd6\x6a\xc3\x73\xdb\x80\x37\x0d\xbf\x6a\x03\xde\x34\x14\x28\x36\xe0\x8d\x4e\xc2\x06\xbc\xe9\x78\x6e\x1b\xf0\xa6\xfb\xdd\x01\x6f\x3a\xae\xc6\x06\xbc\x51\x28\x74\x03\xde\x48\x71\xda\x80\x37\xca\xbf\x6f\xc0\x1b\xe5\xdf\x37\x28\x8c\xac\x9f\x0d\x0a\x23\xab\x69\x83\xc2\xc8\xf3\xd9\xa0\x30\x9d\x74\xe0\x06\x85\xe9\x8e\x79\x50\x98\xee\xb2\xd4\xcc\xb1\xfb\x3f\x38\xbd\x6e\x32\xcd\x1c\x3b\x6f\x02\x14\x66\x80\x01\x6d\x90\x96\xe1\x58\x02\x69\x19\x78\xf3\x1b\xa4\x65\x90\xd7\xde\x20\x2d\x8a\xc7\x6e\x90\x16\xd5\xd2\x37\x48\xcb\x74\x2c\x81\xb4\x4c\x52\x00\x1b\xa4\x65\x12\x6d\x6e\xda\x29\x4d\x12\x09\x9b\x76\x4a\x2a\x2b\x6f\x50\x18\x5b\xf2\x6e\x50\x98\x09\x9e\xb1\x41\x61\xa6\xe3\x13\x14\x46\xa1\x80\x0d\x0a\xb3\xdc\x8a\x69\xa7\x64\x3d\xc1\xa6\x9d\xd2\x82\x2e\xb7\x69\xa7\xa4\x9e\xc8\x06\xaf\x51\x79\x64\x83\xd7\x2c\xdf\x0b\x78\xcd\x7e\x7d\x96\xc3\x91\xbf\xbc\x1c\x71\xbf\x21\x12\xc1\x2f\xc1\x72\x04\x4f\x37\x3d\x93\x7e\x9b\xe1\x17\xd7\x54\x75\xce\x37\x38\x8f\x30\xf2\x06\xe7\xf9\xa0\xe2\x7f\x2f\xc9\x40\x40\x62\xae\x1b\x08\x68\x43\x59\xd9\x40\x40\x0a\x6a\x6f\x20\x20\x65\x80\x36\x10\xd0\xd5\xd3\x00\x02\xba\xfa\x16\x40\x40\xb6\x20\xdd\x40\x40\xd7\x21\x0f\x04\x74\xbb\x26\xb0\x87\xe2\x3b\x6d\xdb\x30\x01\xcc\x6d\xdb\x30\x2d\xcf\xa1\x21\xe5\xe2\xa6\x94\x9e\x2f\x82\x36\x4c\xf6\x0a\xd9\xb4\x61\x92\xf0\xb4\x69\xc3\xf4\xb8\x8b\xd1\x86\xe9\xb9\x5e\x13\x00\xe3\xfa\x4b\x00\x0c\x32\x93\x9b\x16\x4d\xaf\xdb\x11\x2d\x9a\x1e\xb7\x2a\x5a\x34\xbd\xee\x93\xb4\x68\x0a\xbf\x5f\x4a\x39\xe7\x7d\x4e\x01\x0c\xae\x49\x8b\x26\x83\xb1\x4d\x8b\x26\xc3\xb6\x4d\x8b\xa6\x88\xdf\xbf\x69\xd1\x14\x09\x6e\x37\x2d\x9a\x0c\xd4\x36\x2d\x9a\xe2\xef\x9a\x00\x18\x84\xb3\x1b\x90\x29\xc2\x17\xd8\xb4\x68\x32\xbc\xdc\x1f\x99\xad\xc5\xe0\x2f\x07\x77\xe0\xdb\x02\x40\xa9\x9e\xb7\x01\xa0\xa2\xfe\x03\x00\x54\x24\x3e\xd9\x00\x50\xd1\x2d\x00\x00\x2a\xba\xf0\x6d\x01\x0c\x06\x2b\x00\x94\x81\xef\xde\xda\x87\xb5\x5b\xfb\x78\x16\x00\xa8\x08\xd9\x6b\x6f\xed\xe3\xed\x02\x40\x45\xb2\xc0\x1b\x00\x2a\xfa\x76\x01\xa0\x0c\xa6\x37\x00\x94\x81\xef\x06\x80\x8a\x40\x8d\x1b\x00\x4a\x29\xcb\x0d\x00\x15\x5d\x5a\x01\xa0\xa2\x53\x13\x00\xca\x84\xc0\x06\x80\x32\xb0\xdf\x00\x50\xd1\xed\x08\x00\xca\x30\x78\x03\x40\x99\x63\xdf\x00\x50\x36\x63\xdd\x00\x50\x65\x78\x04\x6f\x7e\xf8\x3f\x9a\x2a\x38\x1f\x00\xa0\x8a\x4b\x08\x00\x54\x71\x21\x02\x80\x2a\x64\x73\x37\x00\x54\x71\x69\x05\x80\x2a\x7a\xf3\xc4\x51\xc5\xe5\x1a\x00\xaa\xe8\x79\x03\x40\x15\x18\xb7\x1b\x00\xaa\xb8\x48\x01\x40\xd9\xf9\x6f\x83\x32\x15\x78\xbb\x1b\x94\xa9\xc0\x6b\xd8\xa0\x4c\x85\xf4\xdc\x06\x65\xb2\x71\xf1\x06\x65\x2a\xc6\x04\xa0\x4c\x85\xa4\xcd\x06\x65\x2a\x24\x89\xf6\xd5\x3e\xbe\xf4\xd5\x3e\x46\x01\x48\x52\x2b\xfe\x12\xb4\x08\x2c\xe7\x88\x16\x11\x2f\x1c\xd1\x22\x4a\xe0\x8f\x68\x11\xd1\xd1\x01\x2d\x52\x89\xfb\x80\x16\x35\xa2\x87\x03\x5a\xd4\x88\x41\x0e\x68\x51\x03\xc7\x3a\xa0\x45\x8d\x08\xe8\x80\x16\x8d\xd7\xbb\x7f\xcf\x69\x91\xf6\x01\x2d\x52\xa5\xfb\x7c\xb1\x52\x53\xad\xe5\x7c\xb1\x52\xb3\x64\xfb\x7c\xb1\x52\xfb\xca\xab\xff\xb9\x24\x9f\x87\x0e\x69\x38\xe5\xe7\x41\xfc\x1a\xf7\xfd\x7c\x61\x54\xdb\xf0\x21\xce\x17\x46\xb5\x0d\x65\xe5\xbc\xf4\xbd\xc0\xc7\x3b\xc8\xec\x1d\x02\x99\x83\xcc\xde\xc1\x9f\x3e\xc8\xec\xd9\xef\xf8\x20\xb3\x27\x24\x73\x00\x92\x1e\xc4\x1d\x0f\x32\x7b\x97\x2c\xe9\x41\x66\x4f\xc5\xa5\xa3\xcc\x1e\x7b\xf6\xa1\x27\xee\x85\xec\x75\xe8\x89\x7b\xaf\xcf\x02\x50\xb6\x3d\x02\x28\xc3\x5f\x39\xc8\xec\x89\x3e\x1f\x64\xf6\x1e\x48\x2a\x27\x00\x86\xe1\xe9\x9f\x40\xe9\x06\xfe\xc3\xf9\x42\xa5\xfe\xe0\x95\x9f\x2f\x54\xea\x06\x5c\x27\x60\x03\x9e\xcd\xf9\x68\x6f\xfd\x21\x59\x70\x3e\xda\x5b\x7f\xb3\x77\x47\x01\x7a\x7b\x87\xef\x39\x95\x94\x3f\x81\x9e\x03\x78\xf3\x27\x20\x15\xc8\x66\x78\x10\x21\x37\x5f\x75\x10\x21\xb7\xfd\xd6\x41\x84\xbc\x69\x11\x22\xe4\x43\x8b\x10\x21\x37\x51\x72\x22\xca\xbc\x0e\x56\x54\x1f\x1e\x82\xf0\x83\xea\xc3\x03\x08\x7a\x00\x92\x1e\x36\xdf\x03\x90\x24\x53\xf7\x00\x24\x3d\xc5\xff\x01\x86\x65\xef\x0e\x18\xc6\x02\x76\x50\x7d\x30\x43\x7c\x50\x7d\x90\xfd\x7b\x00\x99\x1e\x96\xb3\x03\xc8\xf4\xb0\x5c\x1f\x40\x26\xf3\xc5\x07\x90\x49\x86\xef\x01\x64\x7a\xc8\xe3\x1d\x40\xa6\x87\x84\xc7\x01\x64\xb2\x11\xe6\x01\x64\x92\x51\x7c\x00\x99\xe4\xfb\x9e\xa4\x7d\x9d\x23\xec\x2b\xde\x41\x1b\x18\x3d\x00\x49\x72\x88\x0f\x40\x92\x7c\xdf\x03\x90\xf4\x00\x38\x1f\x80\xa4\xc7\xa9\x09\x90\x64\x67\x8d\x03\x90\x64\x63\xdf\x03\x90\x14\xbc\x1f\x40\x52\x60\xe9\x39\xa8\x3e\x48\xd3\x3a\xa8\x3e\x48\xc5\x3a\x80\x4c\xb2\x00\x0e\x20\x53\x70\x8e\x01\x32\xb9\xbd\x1f\x40\xa6\xd8\xbd\x0a\x60\x58\xf4\x08\x30\xcc\x77\x0d\x92\x94\x1d\x9f\x20\x49\x99\x74\xd9\x01\x49\x52\x72\xf3\x80\x24\x65\x2d\x02\x49\xca\xbe\x79\x90\xa4\x4c\x26\xfb\x80\x24\x65\xe2\xa1\x03\x92\x94\xa3\x77\x00\xec\xcb\xfe\x0f\xa0\xcc\x6f\x54\x04\xca\x78\x4e\x90\xa4\x1c\xfd\x25\x60\x5f\xf1\x97\x8b\xff\xf1\x5e\x8a\xf6\xf1\x35\x8b\xf6\x31\xb2\x40\x92\xb2\xef\xa5\x6a\x1f\x6f\x9e\x32\xa0\xec\xb7\x05\x65\xca\x8e\x5d\x50\x26\xd9\x50\x07\x94\xa9\x02\x46\x1f\x50\x26\x6b\x1c\x0f\x28\x93\xa9\xd0\x03\xca\x54\x9d\xd3\xa0\x4c\x12\x62\x4f\x15\x29\xfb\x8b\x71\x71\x00\xa0\xea\xf5\x92\x54\xa6\x3c\x3e\x26\xd5\x35\x47\x83\xc0\x0f\xaf\x47\xe0\x87\x78\x44\x07\x00\x4a\xd6\xf0\x01\x80\x6a\xe0\x8e\x07\x00\xaa\x92\x1a\x39\x4d\x90\x90\xc9\x01\x00\xd5\x34\x56\xf1\x72\x02\xbc\x03\x00\x25\x8b\xf7\x00\x40\xc9\x6e\x3e\x4d\xd3\xf9\x44\x00\x50\xb6\x0d\x3f\x00\x50\x95\x8c\xd1\x01\x80\x92\xfa\x75\x00\xa0\xe4\xed\x1e\x00\x28\x29\x63\x07\x00\x4a\xf6\xef\x69\xda\xe7\x55\x2e\x47\xfc\xcf\xca\x22\x40\xb4\x63\x65\x11\xe9\x96\x63\x65\x11\x2c\x95\xd3\xb5\x8f\x77\x46\x65\x51\x73\x5b\xa1\xb2\xc8\xa0\xf8\x50\x59\x64\x7b\xfa\x43\x65\xd1\x20\xd7\x7a\xa8\x2c\xb2\x67\xcb\xa1\xb2\x68\x90\xfb\x3c\x54\x16\x0d\x17\x4c\x2a\x8b\x46\xf4\x7f\x8b\x23\xff\xb7\xf9\x9f\xcf\x02\x08\xea\x64\xa4\xb2\xc8\xbe\x10\x87\xf2\x21\x9b\x0e\x1c\xcb\x87\x5c\x26\x28\x1f\x1a\x2e\xc2\x94\x0f\x0d\x64\x80\x0e\xe5\x43\x76\x00\x39\x94\x0f\xd9\x86\xe9\x50\x3e\x34\x5c\xa0\x87\xf6\xf1\x35\x29\x1f\x1a\xc9\xab\x60\x9f\x8b\x30\xe5\x43\xc3\x29\x46\xf9\xd0\xc0\xe7\x3a\x43\xfb\x3c\xc2\x3e\x17\x1b\xca\x87\x86\x13\x95\xf2\xa1\x81\x97\x7c\x28\x1f\x1a\x6e\x47\x53\xfb\xf8\x25\xe5\x43\x43\x1f\x88\xf2\xa1\xe1\x42\x34\xb5\x8f\x29\x36\xb5\x0f\x1b\xa6\xf6\x79\x07\x44\x73\xdc\x80\xa6\x00\x30\xcf\x49\xf9\xd0\x5c\x5e\x13\x00\x78\xf9\x2c\x94\x0f\x65\x9f\xe5\xb3\xcf\xd0\xfa\x50\x3e\xb4\x9d\x55\x94\x0f\x19\x68\x1f\xca\x87\x64\x37\x1f\xca\x87\xe4\x10\x1f\x5b\x3b\x39\x76\x6d\xed\x44\x92\xe8\x50\x5a\x64\xf6\xff\x50\x5a\xb4\x89\xa3\x0e\xa5\x45\x9b\x68\xec\x50\x5a\x64\x34\x7d\x28\x2d\x52\x44\xe0\x50\x5a\x24\x7b\xfb\x58\x5a\x44\x32\xeb\xa0\x5e\x6e\xf0\x7e\x50\x2f\xdf\x24\xa5\x0e\xea\xe5\xc7\xef\x67\x11\x92\x1b\x82\x45\x48\x30\x91\xcf\xaf\x08\x89\x73\x16\x21\x01\xfc\x1f\x0a\x8d\xae\x1b\x02\x85\x46\xd7\x19\x60\xa1\x11\x80\xec\xb1\xd0\xa8\xfb\x4b\x0a\x8d\xe0\x41\x1f\x90\x2b\x25\xec\x8f\x85\x46\xf8\xef\xc7\x42\xa3\xe6\xff\x00\x79\x61\x3c\x1d\x0b\x8d\xa6\xbf\x04\xe4\x25\xfd\x78\x2c\x26\x72\xad\xb3\x98\xe8\xfc\xa5\x04\x77\xac\x33\x22\x27\x7c\xac\x33\x22\x5f\x75\xac\x33\x82\x76\x73\xac\x33\xf2\x25\x59\x67\xa4\xdf\x68\x9d\x91\x1e\xb4\x75\x46\xcb\x07\xc3\xbc\xe9\x83\x61\x1e\xc9\x89\x63\x9d\xd1\xf2\x7e\x98\xe7\xf0\x04\xb8\x8a\xee\x93\x00\x57\xd1\x65\xc2\x1a\x24\x5f\xa0\x35\x48\x80\x29\x07\xe0\x2a\x02\x60\x1c\x6b\x90\xa6\x47\xe0\xbf\x04\x7f\x07\xe0\x4a\x75\x83\x03\x70\xa5\x4a\xc1\xb1\x06\x89\x50\xf0\x58\x83\x44\x5d\xfb\x01\xd4\x52\xc0\xfb\x00\x6a\x45\x83\x23\x6b\x90\x9a\xff\x03\xff\xf5\xd3\x02\x6a\x45\xa7\x26\xa0\x56\x1c\xfe\x0f\xfb\x00\x5a\x0e\xa0\x96\x7e\xce\x05\xd4\x8a\x2c\xa6\x17\x50\x2b\xc2\x79\xb8\x80\x5a\x16\xf9\x5e\x40\x2d\xb5\x1c\x2e\xa0\x56\xc4\x2b\xb8\x8f\xf6\x5d\x8e\xb0\x8f\x78\xe8\x02\x6a\xc9\x40\xbf\x8f\xf6\xbd\x1c\x61\x5f\xf7\x48\xfb\x7c\x16\xec\x63\x71\xbb\x80\x5a\x99\xe5\xfa\x02\x6a\xe5\xe5\x2f\x29\x42\x2a\xde\x81\x22\x24\xfc\xf0\x6b\x11\x12\x8b\xf0\xb5\x08\x89\x65\xe9\x5a\x84\xc4\x52\x77\x01\xb5\x6c\x3d\x7b\x01\xb5\x2a\x59\xbd\x0b\xa8\xd5\xaa\xff\x03\x38\xe6\x3b\x5c\x40\xad\xc6\x77\xb8\x80\x5a\xcd\xb7\x4b\x11\x52\xf3\x7d\x52\x84\xd4\x86\xcf\xf2\xd9\x60\xc7\xef\x4b\x11\x92\x61\xf0\xa5\x08\xa9\x51\x73\x78\x29\x42\x6a\xb0\x4d\x2e\x45\x48\x8d\x82\x85\x4b\x11\x52\xe3\xdb\x5e\x8a\x90\x0c\x91\x2f\x45\x48\x8d\x52\x9f\x4b\x11\x52\xa3\xe4\xf7\x52\x84\xd4\x00\x99\x6e\xd0\x06\x7f\x89\x0d\x7e\x77\x8a\x90\x6c\xc2\x76\x29\x42\x32\xcc\xbf\x41\xfb\x06\x47\xd8\x47\xd0\x7f\x29\x42\x32\xe8\xbf\x14\x21\x19\xca\x5f\x8a\x90\x1a\xcb\xd9\xa5\x08\xa9\xb1\x9c\x5d\x8a\x90\x5a\xf3\x1c\xf6\x51\x88\x7d\x29\x42\x6a\xe4\xb5\x2f\x45\x48\xcd\x11\x19\xfd\x46\x7c\xb1\xa8\x7d\x5e\x45\xfb\x78\x96\x88\x7d\x64\x88\x6f\xc4\x3e\xe6\xfb\x8d\xda\xc7\xc8\xa2\x40\x69\x46\x9f\x0c\x19\x20\x92\x83\xd7\x22\x24\xaf\x69\x11\x92\x6f\xd7\x42\x23\xef\x90\x04\xb1\xb9\x43\x02\x20\x65\x25\xba\x16\x21\x39\x26\x2c\x42\x62\x7b\xb8\x16\x21\x51\x36\x76\x29\x42\xb2\x67\xfa\xb5\x08\xc9\x31\x61\x11\xd2\xf9\x4b\xc2\xfe\x5a\x9f\x84\xab\x7d\xad\x4f\x62\x69\xbd\xd4\x27\x6d\x1c\xef\x6b\x7d\x12\x20\xda\xa5\x3e\xe9\xe0\x4f\x5f\xeb\x93\x58\xbc\xaf\xf5\x49\xc7\x73\x60\xc3\x04\xd3\xd7\xfa\x24\xc2\xaf\x6b\x7d\x12\x3b\xce\xb5\x3e\x09\xdf\xf7\x5a\x83\xc4\xa2\x7f\xad\x41\xba\xde\x1d\xf3\x58\xf4\xaf\x35\x48\x2c\xbb\xd7\x1a\xa4\xe3\x91\x36\xf8\x2c\xd8\xc0\x2e\x76\xad\x41\x22\x91\x70\xad\x41\x22\x77\x7d\xad\x41\x62\x87\xbb\xd6\x20\x01\xb0\x5d\x6b\x90\x08\x44\x6f\xc1\x86\xeb\xff\xb0\x81\x80\xf2\x16\x3e\x1f\x91\xc5\x2d\x7c\x3e\x12\x1e\xb7\x60\x9f\x4b\x56\xc1\xbe\xe3\xff\xb0\x0f\xc8\xf0\x02\x7f\x99\x0f\xbf\xc0\x5f\xef\xe3\xff\xc0\xb7\xaf\xd7\xfc\x72\xf3\x2f\x44\xbe\x0b\xfc\xf5\xf8\xce\x80\xbf\x5e\xbc\xa5\x0b\xfc\xf5\xf8\x5e\x80\xbf\xde\xc7\x5f\x82\x6f\x13\xd7\x5c\xe0\xaf\xf7\xf5\x97\xe0\xdb\xd7\xab\x50\x63\x45\xaa\xe9\x02\x7f\xbd\x14\xb1\x5c\xe0\xaf\xf7\xf5\x2a\x83\x73\x5e\x05\x24\x9c\xa8\xea\x56\xed\xf3\x7f\xda\x87\xed\x40\x63\x2f\xa9\xad\x0b\x34\xf6\x12\xf3\xdc\x26\x12\xee\x91\xf5\x57\x3c\x8b\x45\x48\x78\x91\xd7\x22\x24\xdf\x8b\x45\x48\x8f\x47\x14\x21\x01\xe5\x5c\x8b\x90\x5c\xe6\x2d\x42\x22\x80\xbd\x16\x21\x3d\x9e\xa3\xc8\x4a\xdb\x2d\x42\x7a\x3c\x02\xd2\x7e\x7d\x32\x7b\x70\xf8\x3f\x20\x6d\xad\x05\x1a\x8b\xbe\x09\xa0\xb1\x48\x5a\xef\x02\x8d\x25\xbf\x0a\xd0\x58\x22\x6e\xbb\x40\x63\xf6\xa4\xbe\x40\x63\x76\xc4\xb9\x40\x63\xc9\x77\x0d\x34\x16\x1d\x3d\x40\x63\xd1\xef\x07\x34\x16\xb5\x01\x68\x2c\x39\x42\x80\xc6\x92\xdf\x01\x68\x2c\x3a\x96\x80\xc6\x92\x6f\x02\x68\x2c\x17\xcf\x01\x93\x23\xae\x7a\x81\xc6\x32\x9c\x87\x0b\x34\x96\x01\xe9\xef\x10\x26\xe7\xee\xc0\x5f\x99\xe4\xe7\x05\xe3\xca\xce\x31\x30\xae\xe2\x62\x0a\xc6\x55\x5c\xf4\xc1\xb8\x8a\x33\x0e\x8c\xcb\x7e\x2e\x17\x8c\xab\x06\xff\x07\x14\x4e\x1a\xe3\x82\x63\xd9\xff\xe7\x82\x63\xd9\xb3\xe5\x82\x63\x55\xb4\x4d\x2e\x38\x56\x25\x5e\xb8\x94\x32\xd9\x15\xe6\x52\xca\x54\xa3\xe7\x28\xd5\x22\xa6\xbb\x94\x32\x35\x62\xc1\x4b\x29\x53\xfb\xb3\xab\xc8\x9d\xa0\xe4\xc9\x9b\x83\x92\x93\xab\xbb\x54\x40\x35\xc2\xbd\x3b\x45\xc9\x19\x4a\x13\x94\x3c\xf9\x28\xa0\xe4\x84\xc1\x77\x82\x30\xfb\x89\x26\x08\x33\x81\xf6\xa5\x56\xaa\xfb\xc1\xa8\x95\xea\xee\xee\xd4\x4a\x75\x7d\x27\x6a\xa5\xba\xcb\x12\xb5\x52\x6a\x6a\x5c\x04\xca\x6d\x09\x7f\x97\x28\x32\x2f\x1e\x11\xf2\x01\x4c\x70\x11\x21\x1f\xfa\x47\x88\x90\x4f\x5f\x20\x22\xe4\xd3\x97\x4b\xdf\x5b\x89\x67\x97\xbe\xb7\xca\xf3\x5d\x04\xca\x27\x81\xda\x45\xa0\xdc\x86\x8f\x17\x81\xf2\x19\xfc\x1f\x28\xb2\x9f\x76\x8b\x22\xf3\x9c\x88\x97\x4f\x77\x62\xc4\xcb\xa7\x8b\xc6\x17\x38\x55\x49\x70\xf7\x0b\x9c\xea\x84\x67\x70\xbf\xc0\xa9\x4a\x97\xbb\x5f\xe0\x54\xcd\x10\xdf\x0d\x4a\x1e\x7d\x16\xed\xf3\x7e\xa2\xe4\xde\x0f\xfb\x08\x28\xef\x17\x54\xd5\xe5\x5b\xfa\x82\xaa\xba\x80\x64\xee\x17\x39\xd5\xa5\x47\xf4\x45\x4e\x55\xd5\xd7\x7b\x40\x91\x7d\x83\x07\x14\xd9\xa1\x7b\x80\x8a\xbd\xfb\x01\x2a\xd6\x7b\xf9\x22\xa7\x6a\x19\xf1\xfd\x22\xa7\xba\x1d\x3d\x5f\xe4\x54\x2d\xcf\xbd\x5f\xe4\x54\x37\xa0\xdd\xfd\x22\xa7\xba\xc9\x2c\xdf\x03\x4a\x4e\x5a\xe1\xa2\x82\xb7\x1d\xad\xa8\xe0\x6d\xbf\x26\x2a\x78\x06\xe8\x17\x15\x3c\x1b\xcb\xdf\x6b\x4d\x1e\x77\x47\xe9\xce\xe0\xf6\xa2\x66\xa7\x54\xd3\x45\xb1\x4e\x09\xa4\x8b\x62\x9d\x0d\xa9\x2e\x8a\x75\x88\x33\x85\x07\xc8\xe9\xf9\x02\xf4\xf0\x00\x39\x51\x26\x13\x1e\x20\x27\x0a\x5c\xc2\x03\xe4\x84\x36\x46\x78\x80\x9c\x9e\x2f\xbd\x13\x1e\x20\x27\x72\xec\xe1\xb1\x81\xed\xeb\xd1\x07\x39\xbd\xdf\x88\x0c\x0f\x90\xd3\xfb\x7a\xf7\xce\x91\x77\x00\x9a\xfe\xc6\x4b\x78\x80\x9c\xde\xdf\x93\x01\x4d\x7f\xef\x3a\x3c\x40\x4e\xef\xef\x39\xa9\xad\xfb\xf8\x2c\xe1\x01\x57\x7a\x5f\xee\x07\xae\xf4\x06\x9e\x1a\x5c\xe9\x7d\xb9\x03\xb8\xd2\xfb\xcd\x87\xf0\xd8\xbe\xe9\xe5\x2a\xb6\x6f\x8a\xd8\x60\xfb\xa6\x88\xb5\xb6\x6f\xfa\xc6\x44\x78\x6c\xdf\xf4\xcd\xbf\xf0\x80\x2b\x85\xe8\x35\x29\x30\xab\x9e\x03\xba\xfd\xe6\x74\x78\xc0\x95\xe2\xf0\x9a\x40\xb7\xc3\xfb\x01\xdd\x36\x9f\x13\xe8\xb6\x7a\x3f\xa0\xdb\xca\xff\x02\xd0\xed\xe0\x0e\x01\xe8\xd6\xfb\x05\xa0\xe9\xc6\x1b\x0c\x40\xd3\x0d\xfb\x02\xd0\x74\xe7\x2d\x05\xa0\xe9\xce\x57\x09\x40\xd3\xd5\x73\x40\xd3\xfd\x8f\xc4\x45\x78\x10\xba\x8b\xc3\x8b\x80\x5a\x57\x4c\x40\xe8\x2e\x36\x1f\x1a\xd3\x1b\x1f\x13\xa1\x3b\xc2\xfc\xf0\x20\x74\x17\x3b\x43\x02\xa1\xbb\x38\x30\x1d\xa1\xbb\xd8\x38\x87\xd0\x5d\xac\x0c\x02\x84\xee\xe2\xe0\xa1\x11\xba\x23\x94\x0f\x4f\xd4\x74\x5e\x6e\xd4\x74\x86\x04\x42\x77\x71\xf2\x51\xa2\xa6\xfb\x3f\x4c\xff\xe4\x15\xc3\x83\x9a\x1d\x89\x84\xf0\xa0\x66\x47\xd0\x1f\x1e\xd4\xec\x62\xf5\x97\xa0\xd6\x99\x37\x81\x9a\x5d\xc9\x9e\x03\xb5\x9e\xde\x01\xd4\x7a\x7a\x4d\x50\xeb\xc5\xe0\x41\xcd\xae\x2c\x3e\x18\x6a\x76\x65\x61\x1f\x6a\x76\x65\xf2\x5e\x50\xb3\x2b\xda\xa0\x9a\xdd\xc2\x5a\xd5\xec\x26\xcf\x92\x40\xad\x27\xdf\x81\x3e\xbb\x65\xfa\x4b\x50\xeb\xc5\x57\x41\xe9\xae\x4c\x86\x12\x6a\x76\x65\xf9\x3f\x50\xeb\xcc\x73\x66\x51\x6b\xee\x90\x41\xad\x1d\x58\x19\xd4\xda\x61\x9d\x41\xad\x87\xff\x03\xb5\xf6\xdb\x66\x50\xeb\xee\x11\xa8\x75\xc7\xf6\x0c\x6a\x3d\x3c\x6a\x9c\xe3\x0d\x7e\x11\x50\x6b\xdd\x3b\x0c\x7e\xc9\xfb\xa4\x29\x6e\x73\x58\x67\x90\x77\x47\xd6\x17\x01\xb5\xe6\x28\xc8\xd4\x70\x3a\x8d\x32\xf6\x0d\xde\x44\xd1\x3e\x8f\xb4\x8f\x37\x51\xb0\xaf\x31\x0a\x68\xa6\xdb\x1b\xf6\x7d\x11\x50\xa3\x9c\x3b\x3c\x5f\x04\xd4\xfa\xe6\x59\xbe\x08\xa8\x51\x14\x1e\x9e\x2f\x02\x6a\x23\xf2\xfd\x0a\xa8\xbc\x4b\xd6\x17\x01\xb5\xe1\xc2\xf7\x45\x40\x6d\xb8\xf0\x15\x50\xf9\xe8\x35\x41\xe5\x23\xf6\x7d\x51\x4e\x5b\xce\xbf\x2f\xca\x69\xcb\xd9\x51\x81\xd7\x7f\xe7\x80\xd7\x2b\xff\xfb\xa2\x9c\xb6\x2b\xd7\xfc\xa2\x9c\xb6\x27\x77\xff\xa2\x9c\xb6\x1d\x9f\x95\x3a\x54\x47\xd6\x17\xe5\xb4\xed\xb8\xfe\xa2\x9c\xb6\x1d\xbb\x5f\x94\xd3\xce\xe6\x1b\x7d\x51\x4e\x3b\x1b\x1b\xbe\x28\xa7\xd1\xd2\x35\x3c\x5f\x94\xd3\x68\x05\x1b\x1e\x54\xe9\xce\xe6\x4d\x34\x6a\x4d\x03\xdf\xa8\x01\xaf\x3f\x3c\x75\x03\x5e\x77\xf1\x6e\xc0\xeb\x2f\x57\x69\xc0\xeb\x8f\x47\xc0\xeb\x6e\x16\x0d\x78\xfd\xf0\xd4\x0d\x78\xfd\x30\x06\x1b\xf0\xfa\xe5\xab\x7c\x51\x4e\x27\x4e\x0c\x4f\xa3\x5e\x76\x7b\x44\x4d\xec\xe1\x4d\x7c\xd1\x4a\x7f\x9d\xef\x5f\xb4\xd2\xdf\x8c\xed\x5f\xb4\xd2\xa9\xb7\x0c\xcf\x17\xad\xf4\x37\x33\x96\x3a\x35\xb1\x99\x6f\xd4\xa9\x89\x3d\x3c\xf5\x17\xad\xf4\xd7\xbb\x7f\xd1\x4a\x7f\xff\x6a\x87\x1a\x9e\x2f\x90\xe9\xef\xf5\x06\x30\x04\xae\x8f\x32\xb8\x81\x97\x9c\x9c\xd3\x04\x18\x02\x97\x17\xff\x05\x2b\xfd\x3d\xfc\x6f\x60\xde\xe1\xf3\x7d\xc1\x4a\xcf\xee\x4d\x5f\xb0\xd2\x73\xc3\xf4\x0f\x1e\xea\xd9\x65\xf7\x83\x87\x3a\x25\xd4\xe1\x19\x08\x54\x16\x3e\xfb\xa0\xe4\xb7\xf0\x31\x07\x25\xbf\x95\x4f\x34\x28\xf9\x2d\x7c\xa2\x41\xc9\xaf\xc3\xec\x0b\x64\x7a\x2d\xde\xfd\xb3\x01\x80\x2d\x3c\x5f\x20\xd3\xdb\xe1\x75\x7e\xf0\x50\xef\x4e\x77\xe0\xa1\xc7\xa5\x00\x78\xe8\x71\xc9\x02\x1e\x42\xb1\x38\x3c\xc0\x43\xb4\xa4\x09\x0f\xf0\xd0\xe3\x06\x04\x3c\xf4\xb8\x83\x03\x0f\x3d\x6e\x71\xc0\x43\x8f\x8b\x06\xf0\xd0\xe3\x32\x01\x3c\xf4\xb8\xe1\x4d\x19\x02\xbc\x25\xe0\x21\x2a\xc3\xc2\x03\x3c\x44\x5d\x5a\x78\x80\x87\x1e\x97\x17\xe0\xa1\xc7\xed\x08\x78\xe8\xcd\xbc\x17\xe0\xa1\xd7\xe1\x09\x3c\x14\x5f\xfe\x07\x3c\x14\x9d\x2a\xc0\x43\x3f\xff\x01\x78\x28\xba\x7c\x02\x0f\x65\x17\x61\xe0\xa1\xec\x52\x0e\x3c\x94\x5d\x50\x80\x87\xf2\xc0\x22\xe0\xa1\x5c\xbd\xca\x67\x5f\x49\xfe\x12\xe4\xdd\x2d\x00\x78\x28\xbb\x98\x02\x0f\xfd\xc6\x0b\xf0\x50\xd6\x7b\x01\x1e\xca\xd3\xab\x80\xbc\xeb\xcb\x00\x0f\x65\xbf\x03\xf0\x50\xf6\x9d\xa1\x51\x97\xb5\x0f\x8d\xba\xec\xc2\x07\x74\x94\xfd\x46\x5b\xfb\x18\xbb\x40\x47\x59\x47\x00\xe8\x28\x3b\x42\x80\x8e\xb2\xdb\x11\x1a\x75\xd9\x6f\x4b\x73\xdb\xea\x62\x43\x73\x5b\xb8\xd5\xe1\xa1\xb9\x6d\x8b\xbc\x97\x2d\xfc\xec\xb9\xcd\x91\x57\x01\x7e\x76\x0b\xa0\xb9\x2d\xfc\xf0\xf0\x1c\xe0\xf5\xc0\x5b\x3a\xc2\xeb\x3c\x19\x8d\x6f\x9b\x7e\x38\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\x8b\x22\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\xfe\x2d\x8d\x6f\x5b\xc4\x76\x1a\xdf\xb6\xc8\x7b\xa1\xf1\x2d\xbc\xf2\xf0\xd0\xf8\xb6\xb9\x01\x1d\xed\xf3\xee\xd8\xa7\x37\x7f\xb0\xcf\x6d\xec\x58\x7e\xec\xdd\x51\x77\x2c\xbc\xcf\x0b\x3c\xab\xeb\x76\x81\x67\x9d\x8d\x17\x78\xd6\xad\xff\x02\xcf\xba\xf6\x5c\xe0\x59\x47\xd6\x05\x9e\x75\xde\x5e\xe0\xd9\xca\x93\x5d\xe0\x67\xbf\xf4\x05\x7e\x76\x5d\xba\xc0\xcf\x8e\xeb\x0b\xfc\xac\x23\x70\x81\x9f\x1d\x05\x17\xf8\x59\x07\xf0\x02\x3f\xff\xf7\x6d\xff\xbd\x24\x5f\x90\xe9\xa6\x41\x20\xd3\x5f\x1a\x3d\xbc\x0f\xa6\xb3\x48\xbd\x0f\xa6\xb3\xa0\xbc\x0f\xa6\xb3\xf4\xbc\x0f\xa6\xe3\x6b\xbf\x0f\xa6\x57\xcf\x61\x3a\x83\xfc\x7d\x30\x9d\x41\xfe\x3e\x98\xde\x3d\xc2\x74\xa6\xd8\xfb\x60\x7a\xf7\x7e\x98\xde\xbd\x0a\xa5\xc9\xc7\xe7\x5c\xa0\xd6\x9e\xdb\x1c\x79\xf7\xcf\xbe\xc9\xd2\xf3\x7e\xc1\x58\x9e\x5f\xbe\x2a\xbc\xb4\x76\x9a\x8b\xab\xd0\xda\x69\x7e\x59\xaf\xf0\xd2\xda\x69\x31\x71\x5e\x5a\x3b\x2d\x3c\xa2\xf7\x05\x99\x66\xe2\xbc\x2f\xc8\x34\xa1\xe7\x4b\xdb\xa7\xcd\xd6\xf1\xd2\xf6\x89\xb0\x3b\xbc\xb4\x7d\xda\xc9\x73\x20\xd3\x0c\xeb\xf7\x05\x99\xfe\x12\x02\xe1\xa5\x25\xd4\xce\xfe\x0f\xe4\x3d\xf9\x64\x20\xef\xd9\x5f\x82\xbc\x47\xef\x0e\xf2\x4e\x28\xf8\xa2\x16\xb1\xf1\x8b\x5f\xd4\x22\x48\x32\x84\x17\xb5\x88\x1d\xb9\x03\x2d\xa1\x36\x11\xc2\x4b\x4b\x28\x54\xc6\xc2\x8b\x5a\xc4\x8e\x9e\xc3\xbe\xe4\x91\xc8\x7b\xe3\x08\xfb\x22\xef\x2c\x68\x9f\x57\xd1\xbe\xc2\x11\xf6\x25\xde\x67\xd0\x3e\x2c\x42\x49\xe2\x24\xbe\x18\x4a\x12\xc7\x37\x88\x92\x04\xa2\x40\xe1\x45\x49\xe2\x32\x71\x5e\x94\x24\x2e\x53\xe5\x45\x49\xe2\x0e\xde\x35\x90\x13\xa2\x39\xe1\x05\x72\x7a\xa6\x47\xc0\xd6\xc4\x19\x2f\x90\x13\xf5\x65\xe1\x05\x72\x7a\x1c\x13\x51\xd8\x9a\x27\x03\x72\x7a\x5f\x8f\x80\xad\xaf\xff\xfb\xb0\x80\xf7\xe1\x3b\x00\x39\xbd\xaf\xcf\xb9\x39\xe7\x73\x52\x7a\x7d\x3d\xba\xfc\x92\xaf\x09\x1c\x45\xc6\x3d\xbc\x68\xe2\x91\xc5\x0f\x2f\x9a\x78\xcf\xe5\xc9\x92\xf6\xf1\x96\x80\xaa\xde\xc7\xab\x64\xae\xe9\x55\x0a\x47\x8c\x02\xa0\x2a\x70\x82\xf0\x02\x55\x81\x0c\x84\x17\xa8\x0a\x7c\x21\xbc\x40\x55\x64\xf8\xc3\x0b\x54\x15\x12\xf6\x81\x47\xd1\xa4\x2c\xbc\xe0\x51\x71\xfa\x2c\xc0\xd6\xd3\x3b\x00\x5b\xfb\x3e\xc1\xa3\x28\x30\x0b\x2f\x78\x14\x65\x5c\xe1\x05\x8f\x8a\x78\xc2\x2f\x78\x14\x52\x62\xe1\x05\x8f\x4a\xae\x05\xe0\x51\xf1\x7a\x0e\xd8\xda\x39\x8d\x5e\x5e\x3c\xdc\x1d\xbd\x3c\xb2\xf8\xe1\x05\xab\x8a\xdb\xbb\x03\x5b\xfb\xfd\xc0\xaa\xa2\x5f\x05\xac\x8a\x26\x65\xe1\x05\xab\x8a\xdb\x27\xd3\x3e\x2d\xc2\x3e\xa2\x87\x17\xac\x8a\x62\xb7\xf0\x82\x55\xc5\xf5\x57\xe2\xe2\x05\xc6\x8a\x84\x27\x2f\x30\x16\x15\x7a\xe1\x05\xc6\x42\xed\x2d\xbc\xc0\x58\xa8\xaf\x85\xb7\x68\xba\xb7\xc3\x74\x97\x41\x60\x2c\x74\xe1\xc2\x0b\x8c\x15\x09\x25\x5e\x60\xac\xb8\xbd\x0a\xa6\x13\x18\xbe\x05\xc4\xde\x49\x5c\x40\xec\x8b\xbf\xa4\x22\x1d\x6f\xf7\x2d\x54\xa4\x17\x06\x41\xa5\x22\x3d\xf3\x2c\x15\xc5\x54\x7c\xca\xb7\xa2\x98\x5a\x78\xb9\x95\x6a\x75\x37\x84\x2f\x88\x2b\x99\x5d\xec\xfd\x82\xb8\x02\xa0\x10\xde\x2f\x88\x2b\x00\x11\xe1\xad\xa8\xa2\x56\xff\x87\x2a\x6a\xf1\x08\x55\x54\x37\x20\x9a\x47\x95\xe6\x55\x90\x3e\xc5\x9b\x7f\x69\x1e\x85\x4a\x5c\x78\xab\xac\x03\x2c\xa2\x79\x54\xa9\xdc\x8f\xe6\x51\xf5\xe1\x7f\x34\x8f\xea\x6e\x0f\x34\x8f\x6a\x7e\x23\x9a\x47\x75\x27\x0e\xcd\xa3\x9a\x83\x80\xe6\x51\x3d\x78\x07\x10\xed\xe3\x39\x10\x6d\x37\x35\x9a\x47\xb5\xeb\xfd\x06\xd7\x64\xd0\xd1\x3c\xaa\x11\xca\xbf\x34\x8f\x6a\x44\x47\x2f\xcd\xa3\xda\xc1\x76\x9a\x47\xb5\xe3\xb3\x80\xd8\x3b\x01\x50\xae\xe8\x2e\x36\x28\x57\x74\x97\x02\x94\x2b\x9a\x93\x0a\xe5\x8a\x76\x78\x96\xae\x7d\xdc\x0f\xe5\x8a\xe6\xa8\x43\xb9\xa2\x3f\x7c\x69\x94\x2b\x7a\xf5\x9a\xd8\x47\x0a\xe7\x45\xb9\xa2\xbf\x5e\x13\xc4\xde\xe9\x8e\x72\x45\x5b\x3e\xe7\xe2\x97\xfe\x0f\xfb\x5c\x14\x51\xae\x68\x8e\x90\xae\x7d\x4c\x3f\x94\x2b\x9a\x0b\x26\xca\x15\xcd\xe5\x65\xf8\xfd\x78\x4b\x28\x57\x74\x97\x6b\x94\x2b\xfa\x8b\x7d\x43\xfb\x18\x91\x34\x8f\x6a\xce\x23\x94\x2b\xda\xe1\x39\x51\xae\x40\x48\x3d\xbc\xc3\x6f\x84\x7d\x28\x57\xd0\x0d\x3c\xbc\x28\x57\x34\x9d\x92\xe1\x37\x62\x0c\xa2\x5c\xd1\xc9\x17\xbf\x28\x57\xf4\xe0\x11\x36\x38\xdf\x51\xae\x98\x6e\xcc\x28\x57\x80\xc2\x84\x17\xe5\x8a\xa9\x73\x81\x72\xc5\x74\x63\x46\xb9\x62\xba\x5c\xa3\x5c\x31\x75\xf2\x50\xae\x98\xdd\x6b\x22\x29\xd0\xbd\x3b\x92\x02\x93\xb7\x8b\x72\xc5\x74\x0d\xb1\xd1\xae\x0e\x12\xea\x14\xdb\x37\x4f\xa3\xa7\x43\xe6\xfc\x45\x9d\xe2\xe8\x40\xa0\x4e\x41\x97\xed\xf0\xa2\x40\x71\x74\x04\x68\xf4\x74\x0a\xf3\x8f\x46\x4f\x27\x60\x1f\xea\x14\x47\xfb\x90\xa0\xf8\x39\x09\x48\x50\x9c\xcc\x73\xd2\xe8\xe9\x90\x9f\x7e\x69\xf4\x74\x5e\x9f\xec\x72\x95\x3f\x4a\x45\xc2\x8b\x72\xc5\xd1\x73\x43\xb9\xe2\xe8\xbd\xa0\x5c\x71\xf4\xd5\x50\xae\x38\x7e\x06\x94\x2b\x8e\x3b\x31\xca\x15\x87\x60\xe5\x45\xb9\xe2\x64\x8f\x30\xdd\x25\x12\xfe\xdf\x71\xf9\x84\xff\x77\xdc\x7f\xb6\xa6\x7b\x84\xe9\xc1\xff\x61\x7a\xf1\xc9\x34\xdd\x5f\x62\xba\x9e\xe9\xd6\x74\x3e\x03\xdc\xc0\x03\xf4\xf0\xc2\x0d\x3c\x7e\xcc\xa3\x7d\xd8\x00\x01\xf0\xb8\x78\x43\x00\x3c\x04\x86\x2f\x04\xc0\x43\x58\xf3\x42\x00\x3c\x6e\x08\x10\x00\x4f\xf5\x97\xda\xe7\x55\x24\xc5\xf8\x2c\xd8\xa7\xd7\x0a\x01\xf0\x14\x26\x0e\x24\xbf\x43\xbe\xea\xa5\x99\xd3\x1b\x78\x4e\x60\x2c\x41\x98\x17\x18\xeb\x0d\x0c\x10\x9b\x39\x5d\x6c\x07\xc6\x7a\xfd\x0e\xc0\x58\xaf\xef\x93\x66\x4e\x2f\xc1\xed\x4b\x33\x27\xc1\xa2\x17\x88\x4b\x80\xe6\xa5\x99\xd3\xeb\xd6\x78\x65\x4e\x78\x3f\x98\x13\x7e\x15\x9a\x39\xbd\x7a\xe5\x34\x73\x12\x64\x7a\x6d\xe6\xe4\xc8\xb2\x99\x93\xf6\xd9\xcc\x89\xc9\x11\x6c\xe6\x44\x5e\x3b\xd8\xcc\x89\xd4\x56\xb0\x99\xd3\x47\xcf\x0b\xc1\x66\x4e\xc4\x66\xe1\x91\x55\x11\x38\x82\x55\xf1\x78\x0e\x56\x05\x5f\x3a\xd8\xcc\x29\xf8\x4b\x58\x07\xbc\x97\x60\x33\x27\xe2\x8c\x60\x33\x27\xbe\x7b\xb0\x99\x53\xf4\x7f\xb0\x0e\x08\xb4\x03\xcd\x9c\xa8\x86\x0c\x81\x66\x4e\x31\x78\x15\x58\x15\xc4\x3c\xe1\x85\x55\xc1\x96\x1a\x68\xf4\x94\xf8\x46\x81\x46\x4f\x29\x78\x0e\x56\x85\x4f\x4d\xa3\xa7\xc4\xc2\x10\x68\xf4\x94\xf0\xb5\x03\x8d\x9e\xd2\x07\xdd\x86\x40\xa3\xa7\x44\xae\x35\xd0\xe8\x29\xf9\x9c\x34\x7a\x4a\x5a\x8b\x72\x45\x22\xb7\x1b\x50\xae\x48\x3e\x35\xca\x15\xe9\xf5\x7f\xb0\x2a\x48\xa9\x04\x94\x2b\x52\xf0\xc9\x90\xae\xf5\xbd\xa0\x5c\x81\x6e\x5a\x08\x28\x57\x64\xc6\x67\x40\xb9\x22\x17\x8f\x10\x1f\xc0\x99\x09\x28\x57\xe4\xc3\xbb\x0e\x32\x2e\xb0\x08\xe5\x8a\xcc\xc6\x1c\x02\xe2\x03\x6c\x47\x21\x20\x3e\x80\x2f\x1a\xbe\x68\xac\xe6\xed\x1d\x06\xbf\xc4\x3e\x34\x2e\xf2\xf6\x0e\x08\xe0\xb2\xe8\x07\x34\x2e\x4a\xd7\x06\x04\x70\xbd\x3b\x3a\x16\x95\x48\x2d\xa0\x63\x41\x9f\xf9\x10\xd0\xb1\xa0\xaf\x7d\x08\xe8\x58\xd4\xe4\xff\x10\x1f\x20\x9e\x0d\x08\x52\xd4\xed\x11\x0d\xb7\xfe\xea\xbd\x17\x02\x5a\x15\x8d\xa5\x2e\x44\x99\x13\xbc\x32\xf4\x28\x28\x6a\x0c\x01\x3d\x0a\x38\x8c\x21\xa0\x47\x81\xe8\x65\x08\xe8\x51\xb4\xc2\xcd\xd1\xa3\x68\xf8\x2b\x01\x3d\x0a\x04\x31\x43\x40\x8f\xa2\xb1\x40\x07\xf4\x28\x5a\xf6\x7f\x90\x46\xd8\xa9\x42\x82\x55\x01\xea\x19\x12\xfa\x02\xec\x3f\x01\xad\x8a\x5e\xfd\x25\xfa\x02\xbf\xfb\xc1\xb8\x78\x3c\x07\xe3\xe2\xf1\x39\x37\x47\x5e\xe5\x70\x84\xb5\x68\x5c\x20\xce\x19\x02\x1a\x17\x83\x1d\x3c\xa0\x71\x31\x1c\x12\x68\x5c\x0c\x3f\x3b\x1a\x17\xd3\x8f\x82\xc6\xc5\x04\x4f\x0f\x68\x5c\x4c\x3f\x2d\x1a\x17\x93\x3c\x5e\x40\xe3\x62\x26\xee\x8e\xc6\xc5\xf4\x63\xa2\x71\x31\xd9\x1a\x03\x1a\x17\x33\xfb\x3f\x18\x17\x0e\x09\x34\x2e\x68\x67\x1b\x02\x1a\x17\xab\x7b\x95\xc3\x39\xff\x77\x39\xe2\xfb\xa1\x71\xb1\xbd\x26\x1a\x17\xdb\x89\x83\xc6\xc5\x2e\xbc\xa5\x42\xdd\x7e\xf6\x08\xc6\x05\x30\x48\x40\xff\x02\xc9\x9e\x10\xd0\xbf\xd8\x8e\x09\xf4\x2f\x76\xf2\x9a\x30\x2e\x1c\x4b\xe8\x5f\x6c\xc7\x19\xfa\x17\x26\x7b\x02\xfa\x17\xa6\x5b\x02\x04\xc0\x9d\x79\x83\x10\x00\xb7\x63\x09\x02\xa0\xe9\x9d\x00\x01\x10\xe1\x9f\x10\xaa\x6c\x0c\xde\x04\x44\xbe\xeb\x5b\x82\xac\x77\x9d\xa8\xc0\x58\x8f\x57\x01\xaa\x32\x21\x10\x80\xaa\x04\x84\x42\x85\x91\x40\x8a\x2a\x54\x18\x09\x7e\xf7\x06\x23\xc1\xa7\x6e\x30\x12\xb4\xbd\xc1\x48\x70\x4c\x7c\x51\x4e\x7b\x49\x20\x85\x2f\xca\x69\xaf\xd3\xfd\x8b\x72\x9a\x5b\x5c\x68\x30\x2e\x1c\x75\x0d\xc6\x05\x08\x4d\x68\x68\xf8\x3a\x5a\x1b\x65\xfc\xd1\xfb\x51\xc6\x0f\xd2\x1f\xba\x65\xfc\xbc\xdd\x0e\xa0\xbe\xf8\x65\x07\x50\x07\x1f\x0a\x5f\x7c\xd2\x7e\x0b\x74\x07\x50\x5f\x8c\xc1\x0e\xa0\x8e\xdf\x1f\xbe\xf8\xa4\x25\x37\xc3\x0e\xa0\xee\xd2\xda\x01\xd4\x9d\x1d\x1d\x40\x1d\x1f\x36\x74\x00\x75\x22\xa7\xf0\xc5\x27\x2d\xbd\xde\x01\xc2\xc0\xf2\x1c\x84\x81\xe5\xfd\x20\x0c\x1c\x6d\x80\x30\x70\x78\xce\x81\x7d\x60\x47\xe1\x8b\x4f\x1a\x54\xc1\x10\x06\xf6\xb9\x78\x0f\x08\x03\x24\x4a\xc2\xc0\x3e\xf2\x03\x61\x60\xdf\xf5\x2a\x10\x06\xdc\x10\x06\xf6\x91\x03\x08\x03\xfb\x88\x64\xc2\xc0\x3e\x62\xc8\x30\xb4\xcf\x3b\x40\x88\x20\x5d\x16\xbe\xd8\xa5\xa5\xe7\x0f\x12\x5c\x08\x5f\x58\xd3\xd2\xe3\xa3\x60\xba\xeb\xfa\x17\xd6\xb4\x44\xb8\x17\xbe\xb0\xa6\x25\xc2\xa1\x30\xfd\xb4\x7c\x94\xe9\xa7\xe5\x25\xa1\x40\x61\x96\x26\xa0\x40\x01\x2f\x32\x04\x14\x28\x4c\x7f\x04\x14\x28\xe2\xf6\x0e\x7e\x5a\x7f\xd9\xb8\xbb\xd7\xc4\xf4\xee\x39\x4c\x5f\x9e\xc3\x74\x42\xf2\x80\x02\x45\x74\xe8\x4e\x3f\x2d\x03\x04\x05\x8a\xe8\x7e\x8e\x02\x85\x49\x94\xa0\x02\x05\x59\xc4\x80\x02\x45\xc2\xe3\x0b\x2a\x50\x6c\x8f\xb0\xcf\x69\x8b\x02\x45\xf1\xd3\xa2\x40\x51\x7e\x57\x81\x2b\xe1\xa4\x42\x81\x02\x06\x65\x08\x28\x50\x14\x07\x16\x0a\x14\xbf\x5d\x1a\x05\x8a\xe2\x9b\x40\x81\xa2\x38\xb0\x50\xa0\x28\x0e\x4f\x14\x28\x0a\xa9\x8a\x80\x02\x45\xf1\x4d\xa0\x40\x51\x08\x52\x03\x0a\x14\x45\x6b\x51\xa0\x28\x4e\x31\x14\x28\x8a\xdf\x01\x05\x0a\x21\xa0\x80\x02\x45\x73\x11\x46\x81\xa2\x11\x05\x04\x14\x28\x1a\x1c\x92\x80\x02\x45\xfb\xdd\x01\x8e\xc5\xf4\xee\x70\x2c\xa6\xd7\x84\x63\xe1\x74\x47\x81\xa2\x91\x8f\x0b\x28\x50\xb4\xe9\xfd\xe0\x58\xc0\x1e\x08\x28\x50\xb4\xe9\x1d\xe0\x58\x10\xdc\x06\x14\x28\x28\xba\x08\x01\x05\x8a\xee\xd4\x44\x81\xa2\x39\x39\x50\xa0\xe8\x7a\x4b\x28\x50\x74\xd8\x1f\x01\x05\x0a\x41\xde\x70\xe4\x58\x78\x07\x78\x14\x2e\xf3\xa8\x4c\x0c\x17\x53\x54\x26\xa8\x16\x0c\x01\x95\x89\x91\x3d\xda\xfc\x12\x6b\x51\x8b\x18\x2e\xde\xa8\x45\x0c\xdf\x35\x6a\x11\xc3\xed\x01\xb5\x88\xe1\xa2\x8f\x5a\xc4\x70\x0b\x47\x2d\x62\xb8\xe8\x5f\x3b\x4c\x7a\x84\x0a\x43\xf3\x2a\xa8\x30\x34\xef\x0e\xdf\xc3\x2f\x86\x92\xc4\xf2\xcd\xa3\x49\x4e\xbb\xde\x10\xd0\x24\x5f\x7e\x3f\x54\x26\x68\xa3\x1f\x22\x94\x3f\x74\xe8\x42\x84\xf2\x87\x46\x5d\x88\x50\xfe\x36\x31\x4f\x84\xf2\xb7\x99\x1d\x11\xca\x1f\xac\xfd\x10\x1f\xb9\x20\x9b\x23\xb8\x20\xac\x0c\x11\xca\x1f\xf5\x0b\x21\x42\xf9\xdb\x8c\xf2\x08\xe5\x8f\x9a\x81\x10\xa1\xfc\x51\x5d\x10\x22\x94\xbf\xbd\xbd\xfb\xe2\x97\xde\x7d\x73\xce\x3b\x20\x25\xb1\xfc\xdf\x67\xdf\x21\x99\x15\xa1\xfc\x1d\xd2\x73\x11\xca\xdf\x61\x05\x8b\x50\xfe\x0e\xdb\x58\x54\x4a\x82\x19\x1e\x95\x92\x60\xed\x89\x50\xfe\x0e\x5b\x40\x84\xf2\x77\xee\x1f\xed\x50\x43\x84\xf1\x77\xae\x97\x84\xea\xc2\x74\x8f\x30\xfe\x0e\x19\xc6\x08\xe3\xef\x30\xdd\x23\x8c\xbf\x43\x2e\x2b\xc2\xf8\x3b\xc7\xc7\x84\x5e\x42\xe0\x14\x03\x34\x18\xf8\x86\x51\x95\x09\xc2\x9a\x88\xca\x04\xc5\x05\x21\xa2\x32\x21\x67\x32\xa2\x32\x21\xbc\x10\x55\x99\xb8\xfe\x0f\x1a\xcc\xf5\x97\xd0\x4b\xc8\x29\x46\x55\x26\x7c\x65\x41\x1a\x0c\x16\x05\x38\x24\x4c\xd4\x18\xe0\x90\x3c\x0c\x25\x15\x28\xc8\x5a\x46\x15\x28\x00\x61\xa2\x0a\x14\x78\xd7\x11\x05\x8a\x97\x74\x4b\x44\x81\xe2\x25\x8d\x11\xa3\xf4\x19\x9e\x13\x05\x8a\x17\xbf\x3f\xa2\x40\xf1\x12\x91\x44\x14\x28\x82\xcf\xf2\x85\x3c\x3d\xe0\xcd\xc7\x0f\x64\xea\xc8\x15\x85\xf8\x81\x4c\x3d\x78\xf7\x2f\x1c\xea\xe1\xf5\x97\x9d\x5f\xf2\x06\xbf\x98\xa7\x87\xc7\xbb\x4f\x8e\x78\x4b\x1f\xc8\xd4\x83\xd6\x7e\xf1\x50\x0f\xaf\x4f\x26\x7f\xc6\xff\x61\x1f\x59\xd2\xf8\xc5\x43\x3d\xf8\x8d\xbe\x78\xa8\xeb\x9d\xc5\x2f\x1e\xea\x81\x30\x3f\x7e\xf1\x50\x0f\xc4\x27\x31\x61\x1f\x99\xb4\x98\xb0\x2f\xf8\x3f\xec\x83\x4b\x10\x13\xf6\xbd\x5e\x05\xfb\x7c\xf3\x09\xfb\x5e\xef\x3e\x60\xef\xf0\x35\xbf\x78\xa8\xe7\xe6\x73\x2e\x8e\xbc\xdf\x67\x5f\x86\xbb\x1a\xbf\x78\xa8\x23\xd2\x13\x62\x42\x41\x04\x22\x66\xa4\x49\x6d\x01\xb6\x8e\x34\xa9\x15\x0b\x88\x34\xa9\x95\xe0\x18\x6d\x52\xeb\x04\xb7\x49\xed\xf2\x7f\x70\x80\x9c\x2b\x36\xa9\xbd\x5e\xa5\xc3\xfa\xe1\xc9\x32\x1c\xa0\xea\xb9\xc9\x39\x9f\x05\x0e\x90\x63\xf0\x8b\x79\x3a\x35\x80\x21\x7e\x31\x4f\x37\x6f\x1f\xbf\x98\xa7\x2f\x97\x82\x2f\xe6\xe9\xbf\x65\x82\x46\xb4\x67\x7a\x0e\x9e\x0f\x1b\x57\x44\x81\x82\x5a\xda\x10\x51\xa0\x78\x96\xbf\x84\xe7\x03\xb6\x12\x51\xa0\x10\xcc\x8c\x28\x50\x50\x91\x1b\x22\x0a\x14\xb4\xf9\x0d\x11\x05\x8a\xc7\xf7\x82\x02\xc5\xe3\x3b\x43\x81\x82\x82\xe3\x10\x51\xa0\x10\x86\x8c\x28\x50\x50\x7e\x1c\x22\x0a\x14\x54\x07\x87\x88\x02\x05\x12\x9f\x21\xa2\x40\x21\x3c\x1b\x51\xa0\x78\xb4\xaf\x6a\x1f\x77\x47\x81\xe2\x75\xd9\x45\x81\x22\x54\xef\x80\x4a\x48\xf5\x97\x70\x79\xfc\x7e\x48\x49\xe4\xed\xfd\xe0\xf2\x80\x59\x44\xa4\x24\x44\x99\x22\x52\x12\xf9\xf7\x64\x70\x79\x7c\x2f\x48\x49\x98\x52\x89\x48\x49\xa0\x03\x19\x22\x52\x12\x79\xff\x05\xef\x45\x54\x26\xb2\x2f\x1e\x95\x89\xec\xd2\x8a\xca\x44\xf6\xf3\xa1\x32\x21\xe0\x15\x51\x99\xf8\x4d\x07\x54\x26\xb2\xfb\x16\x2a\x13\xd9\x7d\x0b\x95\x89\x7c\xfc\x9f\xa6\xf3\x3a\x9b\xa6\xf3\x92\x50\x99\xc8\xd7\x5f\x6a\xba\x77\xc0\x74\x77\x3f\x54\x26\xb2\x9f\x5d\x95\x09\x20\x99\x88\xca\x44\x23\xd0\x8e\xaa\x4c\x90\x28\x89\xaa\x4c\xb8\x7c\xa2\x32\x81\xe6\x73\x88\xa8\x4c\x50\x34\x13\x22\x2a\x13\x28\x47\x87\x88\xca\x04\xa5\xb4\x21\xa2\x32\xa1\xa7\x18\x51\x99\x40\xc9\x39\x44\xfb\xd7\x66\xaf\x02\xcd\x27\x7b\x15\x68\x3e\xc5\xff\x41\xf3\xc9\x7c\x5a\x54\x26\x1a\xe1\x6c\x44\x65\xa2\x91\x3a\x88\xa8\x4c\x98\x32\x8a\xa8\x4c\x08\x24\x45\x55\x26\xf4\x2d\x54\x99\xf0\x6b\xaa\x32\xe1\xe0\x51\x65\xc2\x09\xa0\xca\x84\x03\x59\x95\x09\xa7\x83\x2a\x13\x7a\x44\xaa\x4c\x38\xa9\x54\x99\x70\x4c\xa8\x32\xe1\xf7\x53\x65\x62\x7a\x3f\xb8\x3c\x4e\x77\x55\x26\xf0\x6f\xa3\x2a\x13\x0e\x56\x55\x26\x1c\xd6\xaa\x4c\x38\xdd\x55\x99\x70\xfa\xa9\x32\xe1\x98\x50\x65\x02\x3f\x2e\xaa\x32\xe1\x22\xac\xca\x84\xe3\xcc\x46\xb4\xe4\xc3\xa3\x4a\x12\x64\x8f\xa3\x4a\x12\xbe\x5d\x95\x24\x7c\xf3\x2a\x49\x24\x9f\x0c\x3e\x8b\xdf\x4f\x25\x09\x92\x67\x51\x25\x09\x97\x5d\x95\x24\x48\xc8\x45\x95\x24\x1c\x83\x2a\x49\x90\xec\x89\x2a\x49\xb8\x69\xab\x24\xe1\x52\x0e\x55\xf0\x38\x3e\xa1\x0a\x1e\xc7\x19\x54\xc1\xe3\x93\x41\x15\x3c\x8e\x5d\xa8\x82\xe2\x43\x51\x25\x09\xbd\x41\x95\x24\x5c\x6c\x54\x92\xf0\x1b\xa9\x24\xe1\x78\x51\x49\xc2\x91\x05\x55\xf0\xe2\xe9\xc7\x2d\x9f\x85\x27\x53\x65\x02\x82\x63\x04\x65\x7a\xf4\x30\x41\x92\xde\xe0\x35\x3f\xa4\xe5\x25\xe9\x16\x41\x92\x5e\x58\x38\x11\x24\x49\x04\x23\x82\x24\x89\x8a\x44\x90\xa4\x37\xf9\x4b\x38\x2b\xba\x75\x20\x49\x26\x89\x22\x48\xd2\x4b\x06\x3c\x82\x24\xbd\x3e\x35\x48\x52\x08\x1e\xe9\x2e\xf1\x55\x40\x92\x02\x49\x9b\x08\x92\xf4\x73\x89\x40\x92\x7e\xee\xc4\x91\xd8\xe0\x39\x88\x0d\x6e\xc5\x20\x49\x26\x58\x22\x48\x92\x89\x99\x08\x92\x94\xfe\x12\xe7\x0c\x11\x90\xe9\xcb\x70\xfc\x77\x04\xdd\xe3\xf7\xd0\x9b\x23\x1f\xe5\x33\x3d\x39\x90\x51\x99\x48\xe4\xd5\x22\x2a\x13\xc9\x21\x8f\xca\x44\x02\xc7\x8d\xa8\x4c\x24\x48\x38\x11\x95\x89\x44\x80\x17\x51\x99\x48\xd0\xc9\x22\x4a\x12\x49\xaf\x0e\x25\x89\xa4\xff\x87\x92\x84\xc0\x47\x44\x49\x22\x05\xaf\x89\x0d\x60\xa0\x11\x25\x89\x14\xbd\xbb\x36\xf8\x64\xd8\xa0\x2f\x8a\x92\x84\x10\x49\x42\x49\x22\xf1\xf9\x12\x4a\x12\x89\x8f\x92\x50\x92\x48\x78\x83\x09\x25\x09\x4a\x4d\x43\x52\x49\xe2\x78\x2e\x73\x4d\xcf\x15\xfe\x77\x38\xc2\x3e\x40\x98\x84\x92\x44\x7a\x3c\xf7\xd9\x27\x0c\x92\x50\x92\x90\x39\x9b\x50\x92\xc8\x84\x7b\xc9\x4e\xb7\xc0\x5f\xc9\x76\xb6\xf8\x86\x49\x25\x89\xee\x53\xc3\xe9\x60\x91\x4a\x2a\x49\x00\x8d\x25\x95\x24\xa0\x3b\x26\x95\x24\xc8\x9c\x27\x95\x24\x40\xc9\x13\x4a\x12\x05\xdf\x22\xd9\xea\x36\x78\x4d\x38\x0f\x40\x94\x09\x25\x89\x4e\x84\x90\x50\x92\xe8\xd1\xff\xc1\x79\x60\x41\x49\xb4\xba\xed\x2c\x44\x09\x95\x89\xce\xa2\x98\x50\x99\xe8\xd1\xab\xa0\x32\xc1\x24\x4e\xa8\x4c\xf4\xe2\x53\xc3\x17\x60\x2c\x25\x54\x26\x3a\xd4\xbd\x84\xca\x44\xcf\x7c\x15\x54\x26\x7a\xf6\x97\x70\x1e\xf0\x9d\x12\x4a\x12\x9d\xf1\x92\x50\x92\xe8\x2c\xad\x29\x68\x03\x6f\x1e\x25\x89\xce\xb6\x99\x82\x36\xf8\x3f\x38\x0f\x2c\xa6\x09\x25\x89\xee\x3b\x43\x49\xa2\x13\x27\xa6\xa0\x0d\x3e\x0b\x36\x38\xea\x50\x92\xe8\x8e\x02\x94\x24\xe8\x5e\x18\x12\x4a\x12\x9d\xc2\xa6\x04\xad\xaf\x83\x05\x24\x68\x7d\x9d\x19\x90\xa0\xf5\x89\xc2\x24\x68\x7d\x74\x4b\x0c\x09\x5a\x5f\x27\xb3\x9c\xa0\xf5\xd1\x3b\x31\xa4\xa8\x7d\xbc\x33\x68\x7d\xc8\x62\x85\x04\xad\x0f\x1d\xe9\x90\xa0\xf5\xa1\x0e\x1d\x52\xd4\x3e\xde\x3c\xb4\x3e\x74\xa4\x43\x82\xd6\xd7\x99\x7f\x09\x5a\x5f\x27\xca\x49\xd0\xfa\x3a\xdc\x8c\x64\xab\x5b\x96\xdd\xa4\x02\x85\xdf\x1d\x5a\xdf\x64\xb5\x49\xd0\xfa\xa6\x5f\x1a\x5a\x9f\x08\x4d\x82\xd6\x37\x7d\x13\x49\x4e\x87\xf7\x93\xb7\xc1\x9b\x87\x9e\x77\x7e\xe7\x20\x05\xb0\x85\x27\xe5\x22\x70\x35\x12\xf4\xbc\x03\x39\x37\x41\xcf\x3b\xb8\x13\x09\x7a\xde\xe9\x9e\x03\xf8\x1f\x9e\x03\xf8\xc7\xd1\x49\x50\xf0\x3e\xb1\xa4\x7f\x2e\xc9\x09\x76\x9e\xfb\x64\x82\x9d\x77\xf0\x84\x13\xec\xbc\x43\xc8\x93\x60\xe7\x9d\xe5\x0d\xe0\x3c\x00\x24\x25\xd8\x79\x87\xc0\x22\xc1\xce\x3b\x78\x44\x09\x76\x1e\xad\xe4\x43\x82\x9d\x77\xf0\x73\x12\x14\xbc\x03\xb3\x34\x41\xc1\x3b\xf8\xda\x09\x0a\xde\x21\x37\x98\xa0\xe0\x1d\xb2\x5e\x09\x0a\xde\x21\xe8\x48\x50\xf0\xac\x1e\x4a\x50\xf0\xac\x3a\x4a\x50\xf0\x8e\x8b\x0d\x14\xbc\xe3\x52\x07\x05\xef\x34\xaf\x89\x7d\xcd\x27\xc3\x3e\x0a\x08\x12\x14\xbc\x03\x34\x96\x8a\xf6\xf1\x9c\x55\xfb\x78\x16\x28\x78\x87\x20\x27\x55\x3f\x1f\x93\xbf\xfa\xf9\x78\x2f\x15\xfb\x08\x13\x53\xc5\xbe\xe1\x55\xe0\x43\x24\x7f\x09\x1f\x02\x88\x2b\xa9\x24\xe1\x90\x57\x49\xa2\xf8\x3f\xf8\x10\xc5\xbb\xc3\x87\x70\x78\xa2\x24\xf1\xe2\xbf\x27\x95\x24\x5c\x14\x55\x92\xa8\x1e\xc1\xf7\x70\x41\x41\x49\xe2\x75\x19\x44\x64\xdd\xa4\x4d\x42\x64\xfd\x75\x72\xa0\x32\x61\xcd\x53\x42\x65\x42\x30\x2c\xa1\x32\xf1\x3a\xf9\x51\x99\x78\x09\xde\x53\xd3\x3e\xde\x67\xd3\x3e\xcf\x61\x5f\xf6\x2a\xd8\xe7\x22\xd5\xb4\x0f\x8b\x9a\xf6\xf9\x9c\xf2\x3d\xbc\x26\x7c\x0f\xbf\x6d\x93\xef\xc1\x78\x41\x65\x22\x50\xee\x92\x50\x99\x08\x6e\x63\x5d\xbe\x07\xdf\x08\x95\x89\xe8\x12\xa2\xca\x84\xb6\xa3\x32\x21\x88\x96\xba\x7c\x0f\x9e\x45\x95\x09\x97\x5d\x55\x26\x92\xe7\xe0\x7b\x10\x8d\x25\x55\x26\xb4\x4f\x25\x09\xbf\x34\x4a\x12\xc9\x65\x10\x25\x89\xe4\x96\x83\x92\xc4\xcf\x9d\x40\x48\x3d\xb9\xfd\x21\xa4\x9e\x7c\x4e\x94\x24\x92\x0b\x1f\x4a\x12\xc9\x37\x88\x92\x44\x72\x9c\xa1\x24\x91\x80\xb8\x12\x4a\x12\x74\xbf\x0b\x09\x25\x89\x74\xbd\x03\xbc\x8d\xeb\x55\xbe\xef\x90\x5f\x8f\x3e\x1b\x32\x9c\xa3\x84\x5a\xba\x25\x42\x49\x0a\x1e\x29\xa3\x84\xca\x44\x26\x9b\x9b\x50\x99\x28\x8f\x47\x81\x23\x7f\x09\x6f\x03\x3f\x3c\xa1\x32\x91\x7d\x16\x54\x26\x32\x31\x64\x42\x65\x22\xbb\x08\xa3\x32\x91\xa1\x34\x26\xa4\x24\x0a\x3e\x6c\x42\x4a\x22\x93\xe0\x4c\x48\x49\x64\xd2\xb9\x09\x29\x89\x7c\xb0\x08\x29\x89\x0c\x84\x97\x90\x92\xc8\xda\x8e\x94\xc4\xcf\xb5\x41\x4a\xa2\x10\x6d\x26\x5a\xf2\x7e\x88\xd0\xbf\x97\x64\xba\xf5\xd6\xec\xdf\xa0\x74\x38\x08\x50\x99\xa8\x00\x3b\x09\x95\x89\xea\x90\x47\x65\xa2\xba\xd7\x2f\xe8\x1e\x04\x63\x69\x41\xf7\xf0\xd3\xa2\x40\x51\xf5\x50\x50\xa0\xa8\x20\xef\x09\x05\x8a\x0a\x95\x3b\xa1\x40\x81\x7a\x57\x48\x28\x50\x58\xac\x9b\x50\xa0\x68\x7a\x6e\x28\x50\x34\xf7\x2d\x14\x28\x5a\xf3\x1c\x7c\x0f\x3d\x45\x54\x26\x2c\xeb\x4d\xa8\x4c\x34\x07\x01\x2a\x13\xcd\xe1\x82\xca\x84\x85\xbc\x09\x95\x09\x14\xb3\x42\x42\x65\x02\x1d\xac\x90\x50\x99\x68\xee\xf5\xa8\x4c\x74\x38\xcb\x09\x95\x09\xcb\x73\x13\x2a\x13\x9d\x32\x99\x84\xca\x44\xf7\x7e\xa8\x4c\x0c\xc0\xd3\x84\x92\x04\x32\xd9\x21\xa1\x24\x41\x1f\xc0\x90\x50\x92\xa0\x63\x60\x48\x28\x49\x8c\xe0\x2f\x2b\xe7\xb0\x08\x25\x89\xa1\x8f\x8e\x92\xc4\x70\xd0\xa1\x24\x31\x5c\xf4\x51\x92\xb0\x92\x29\x1d\x95\x40\x18\xd6\x28\x49\x8c\xe3\x55\x50\xca\xd0\x13\x86\x9e\x37\x49\xfd\x24\xe8\x79\xd3\xaf\x09\x3d\x6f\xea\x9d\x41\xcf\x9b\x8e\x10\xe8\x79\xd3\x45\x1f\x7a\xde\xd4\xc3\x84\x9e\x37\x61\xd3\x24\xe8\x79\x53\x9f\x19\x7a\xde\x74\xf1\x86\x9e\x37\xdd\x10\xa0\xe7\x4d\xb7\x0e\xe8\x79\x53\x2f\x12\x7a\xde\x74\xab\x82\x9e\xb7\xdc\xde\xa1\xe7\xad\xe9\x73\xca\x4b\x61\x2c\x41\xcf\xdb\xd0\xf3\x32\xf4\x3c\x1a\x44\x85\x0c\x3d\x4f\x18\x2b\x43\xcf\xa3\xcd\x54\xc8\xd0\xf3\x68\x2c\x15\x32\xf4\xbc\x0d\x75\x2f\x43\xcf\xa3\x39\x56\xc8\xd0\xf3\x36\xcb\x7c\x86\x9e\x67\x61\x74\x86\x9e\x47\x8b\xa6\x90\xa1\xe7\xd1\x4a\x2a\x64\xe8\x79\xbb\x79\x04\x2f\x85\xf9\x90\xa1\xe7\x09\xb7\x65\xe8\x79\x96\x5e\x67\xe8\x79\xb4\xd8\x0a\x19\x7a\xde\xe5\x8b\x65\xe8\x79\x17\xae\x4b\x7e\x55\x02\xe1\x0e\x50\xf0\x2c\xc4\xc9\xaf\x9c\x15\x2c\x82\x82\x77\xa9\xe1\xcc\xe0\x51\x96\x3b\x67\xf0\x28\xb1\x95\x0c\x1e\xa5\x93\x90\xc1\xa3\xde\xea\xff\x50\xd8\xc8\xde\x0f\x3e\x0b\xe3\x25\xa3\x40\xf1\x92\xd6\xcb\x28\x50\xe8\x40\x64\x14\x28\x74\x20\x32\x11\x50\xf5\xee\x28\x50\xbc\xa4\x8c\x32\x0a\x14\x2f\x63\x22\xa3\x40\xf1\xb2\x4a\x65\x14\x28\x5e\x22\x92\x8c\x02\x85\x9b\x7d\x46\x66\x42\xc7\x23\x23\x33\x11\xd8\x64\x32\x32\x13\x81\x4d\x34\x23\x33\x11\x7e\xff\x5b\x1c\x61\x2d\x32\x13\xb4\x92\x0a\x19\x99\x89\x90\xfe\x82\xf7\x32\x0a\x14\xf4\x69\x0d\x19\x05\x8a\x44\xd0\x98\x51\xa0\x48\x2c\xc9\x19\x05\x8a\xa4\x79\x28\x50\x24\x96\x97\x8c\x02\x45\x6a\xfe\x2f\x73\x84\x09\x28\x50\x24\xa6\x5f\x46\x81\xc2\xbd\x3e\xa3\x40\xe1\xee\x9e\x51\xa0\x48\x4e\x00\x14\x28\x92\x2f\x10\x05\x0a\x13\x17\x19\x05\x0a\x77\xf7\x8c\x02\x45\x72\x08\xa2\x40\x91\xd8\x3a\x32\x0a\x14\x89\x0d\x21\xa3\x40\x91\x58\x34\x32\x0a\x14\x89\xa5\x20\xa3\x40\x91\xf0\x22\x33\x0a\x14\x19\xa0\x25\xa3\x40\x91\xfc\xd0\x28\x50\x98\x6e\xc9\x28\x50\x24\x3c\xa2\x8c\x02\x45\x8a\xde\x01\xfb\x9c\x8c\x28\x50\x98\xec\xc9\x09\xfb\x58\x50\x72\xd2\x3e\x3e\x5f\xd2\x3e\xde\x59\xc2\xbe\xa0\x0d\xb2\x62\x3c\xc2\x3e\xbc\xcf\x8c\x72\x85\x69\x9a\x8c\x72\x85\xfe\x51\x46\xb9\x42\xb6\x6a\x46\xb9\x22\x65\x7f\x89\x7d\x2c\x7c\x39\x6b\x1f\x77\x40\xb9\x42\x9f\x2b\xa3\x5c\x91\x08\x83\x33\xca\x15\xfa\x71\x19\xe5\x8a\xe4\x20\x47\xb9\x22\x91\x73\xcb\x28\x57\x24\x17\x22\x94\x2b\x52\xf4\xa9\xb1\x8f\x98\x20\xa3\x5c\x91\xc8\x30\x66\x94\x2b\x4c\x97\x65\x94\x2b\x12\xf9\xbf\x5c\xfc\x7e\x5c\x13\xe5\x0a\x3d\xcc\x5c\x24\x74\x71\x07\x94\x2b\x92\x0b\x03\xca\x15\x7a\x83\xb9\x38\x3e\xbd\x8a\xe3\xd3\x5f\x7e\xf6\xd5\xc7\xab\x74\x8e\xfc\x1f\xac\x18\x7c\xb5\x8c\x72\x85\x65\xd2\x19\xe5\x8a\x02\x46\x9f\x8b\xac\x18\x2c\x2a\xb0\x62\xf0\xb2\x32\xaa\x16\x72\x5e\x33\xaa\x16\x05\x3f\x2e\xa3\x6a\x51\x49\x6d\x65\x54\x2d\x2a\x29\xc6\x8c\xaa\x85\xc5\x44\x19\x55\x8b\x82\x57\x97\x51\xb5\xa8\x8f\xd7\x2c\x1c\x71\xbf\x2a\x2b\xc6\x5f\xc2\x8a\x21\x7b\x9c\x51\xae\x68\xdb\xfb\xc1\x7c\xd9\x9e\x83\xf9\x02\x23\x28\x43\x07\xb4\x64\x27\x43\x07\xb4\x84\x26\x43\x07\xec\x6e\x47\xd0\x01\x3b\xe9\x81\x0c\x1d\xb0\xc3\x21\xce\xd0\x01\xfb\xf1\x97\x30\x5f\x20\xcf\x65\xe8\x80\x1d\x1f\x3d\x43\x07\xa4\x71\x56\xc8\xd0\x01\x3b\xe8\x54\xfe\xa2\xaa\x46\x73\xac\x90\xbf\xa8\xaa\x75\x60\xcf\xdc\x60\xc5\xb8\x66\x41\x1c\x1c\xae\x2f\x0d\x56\x8c\x9b\x68\x83\x15\xe3\x22\x0c\xa9\x70\xb8\x0e\x42\x2a\x1c\x6e\x24\x90\x0a\x07\x4e\x57\x86\x54\x68\xf5\x73\x86\x54\x38\xa0\x1f\x66\x48\x85\xd6\x3b\x67\x48\x85\xa3\xfd\xa5\x71\x91\xe1\x1b\x0e\x17\x29\xf8\x86\xd6\x84\x67\xf8\x86\x8b\x40\x2d\xc3\x37\x5c\x4e\xfe\x6e\xbb\x13\x7f\x09\xd1\xc6\x65\x17\xbe\xe1\x72\x9f\x84\x6f\xb8\xf0\xb2\x32\x7c\xc3\xe5\x6b\x81\x53\xb8\xfc\xb4\xf0\x06\x69\x76\x19\x32\xbc\xc1\x9f\x57\x00\x37\xf0\xe7\x93\xc0\xff\xa3\x71\x63\xc8\xf0\xff\x7e\x7e\x00\xfc\x3f\x21\x92\x0c\xc9\x6f\xfb\x31\x21\xf9\xed\xe3\x35\xe9\xa1\xe2\x76\x04\xc9\x6f\x43\x60\xc9\x90\xfc\xb6\xc3\x0c\x92\xdf\x06\xf6\xcc\x90\xfc\x10\xd2\x0c\x19\x92\xdf\x76\x80\x40\xf2\xdb\x64\x96\x33\x24\x3f\x84\x3b\x43\x86\xe4\xb7\xf1\x3e\x33\x24\x3f\xe4\x46\x43\x86\xe4\x77\xe1\x35\x64\x48\x7e\x87\x30\x31\x43\xf2\xbb\x4e\x3f\x48\x7e\xf7\xf1\xc9\x36\x47\xbc\x79\x88\x7c\x17\xce\x43\x86\xc8\x77\x5d\x50\x16\x22\x2f\x2e\x9f\x0b\x91\x17\x07\xdd\x42\xe4\xc5\xe5\x6c\xc1\x6e\xd1\x0f\x58\xb0\x5b\xc8\xa0\xe6\x05\xbb\x05\xcf\x3b\x2f\x14\x52\x9c\xfc\x0b\x85\x94\xc7\x6b\xc2\x6e\x21\x0a\xc8\x0b\x76\x0b\xcc\x89\xbc\x60\xb7\xbc\xde\x4f\x76\x8b\xcf\x29\xbb\x85\xef\xb0\x61\x78\x90\x29\xcc\x1b\x86\x87\x36\x6c\x18\x1e\x6e\xd3\x1b\x86\x87\x5b\xe3\x86\xe1\xe1\xa8\xdb\x30\x3c\x5c\xd8\x37\x0c\x0f\x47\xeb\x86\xe1\xe1\x76\xbb\x61\x78\x38\x8d\x36\x0c\x96\xe0\x39\x18\x2c\x8e\xf9\x0d\x83\x25\x79\x07\x18\x2c\x7a\x9f\x5f\x74\xd4\x83\xfe\xe6\x17\x1d\x75\x93\x28\xf9\xc0\x60\x71\x7b\x38\xd8\xa7\xe3\x01\xe4\x14\xdc\xd4\x8e\xf6\x71\x87\x83\x7d\x2e\x1a\x07\xfb\xdc\x44\x8f\xf6\x79\x0e\xfb\xdc\x72\x0e\xf6\x11\x2f\xe4\x83\x7d\x6e\x39\x07\xfb\xf4\x37\x8f\xf6\x61\xed\xc1\xbe\xec\xff\xb0\xcf\xad\xf8\x60\x9f\xce\xda\xc1\x3e\xdd\x89\x2f\x72\xea\x99\xec\x6a\xbe\x28\xdc\x20\x99\x90\x2f\x0a\x37\x44\x63\xf9\xa2\x70\xe3\x72\x7d\x61\xb0\x38\xfb\x2f\x0c\x16\x92\x7c\xf9\xc2\x60\x59\xfe\x0f\x15\x1b\x37\xbc\x2f\x3a\xea\x85\xd4\x41\xfe\xa2\xa3\xfe\xdb\xd4\xbe\xe8\xa8\xff\xb6\xbf\x2f\x3a\xea\x15\x17\xac\x7c\x11\x50\xaf\xd8\x5e\xbe\x08\xa8\x37\xc6\x6e\xf9\xa2\x9c\xae\x84\x55\xf9\xa2\x9c\x6e\x1d\x6a\xf9\xa2\x9c\xde\x48\x86\x94\x2f\xca\xe9\x7d\xf8\xbf\xef\x39\xfb\xf4\x9a\x9d\xa3\x87\xa3\xc1\xd1\x5f\x5e\x72\xf9\x02\xa0\x3e\x40\x4b\xcb\x17\x00\xf5\x81\x32\x40\xf9\x02\xa0\x3e\xb3\x47\x07\xda\xcd\xe0\x48\x12\x0e\xff\xfb\x02\xa0\xbe\x58\x88\xca\x07\x1d\xf5\x43\x80\x57\x3e\xe8\xa8\x9f\xeb\x2f\x21\xb0\xb0\x8b\x15\xd4\x22\xa4\xe2\x17\xd4\x22\x68\xa0\x14\x0a\x6a\x11\x0f\xcc\xd9\x82\x5a\x04\x1a\xbe\xa1\xa0\x16\x81\x80\x7e\x28\xa8\x45\xa8\x05\x55\x50\x8b\x40\x86\x3f\x14\xd4\x22\x68\xbc\x14\x0a\x6a\x11\xf4\xd9\x0d\x05\xb5\x88\x87\x05\xba\xa0\x16\xa1\x86\x54\x41\x2d\x42\xb5\xa9\x82\x5a\x04\x0d\xa2\x42\x41\x2d\x82\xe6\x51\xa1\x04\xdb\xf8\xf0\x9c\x28\x42\x04\x16\xef\x82\x22\x44\x60\x11\x2e\x28\x42\x58\x51\x56\x50\x84\x88\x7e\x76\x14\x21\x0a\x00\x62\x41\x11\xa2\x90\xaa\x28\x28\x42\x94\xc7\x5f\x2e\xce\xf1\xd9\x83\x2c\x15\xcf\x1d\x7e\xe9\x53\x5f\x7e\xc9\x39\x14\x21\x0a\x0b\x7b\x41\x11\xa2\x90\xf0\x28\x28\x42\x14\x96\xf2\x12\x61\xe1\x30\xe4\xcb\x17\x01\xe5\x42\xd8\x56\xbe\x08\x28\x17\x3c\xc5\x42\xbb\xa8\xcc\xd6\x51\x68\x17\x65\xe6\xae\xd0\x2e\x4a\xad\xb9\x42\xbb\x28\x24\xd7\x43\xa1\x5d\x14\x92\xf2\xa1\xd0\x2e\x4a\x5d\xb8\x42\xbb\xa8\xc6\xa6\x5d\x68\x17\xd5\x9a\x4f\x0d\x4b\xa5\x7a\x3f\x58\x2a\xb8\x13\x85\x76\x51\xc8\xaa\x87\x92\x64\xa9\x60\x03\xed\xa2\x4c\x89\x15\xda\x45\xa9\x58\x57\x68\x17\xa5\x2e\x5c\xa1\x5d\x54\xc3\xaf\x2a\xb4\x8b\x6a\x78\x44\x85\x76\x51\x8d\xa4\x46\xa1\x5d\x94\xe9\xab\x42\xbb\x28\x13\x6b\x25\x61\x1f\x51\x63\x49\xd8\x77\xbd\xc3\x67\x1f\x82\xb4\xa1\xd0\x4a\x6a\xe0\xe3\x15\x5a\x49\x8d\xe3\x2f\x61\xa9\xe0\x45\x16\x5a\x49\x8d\xed\x11\x2c\x15\xc7\x3c\xad\xa4\xc6\xf6\x08\x96\x8a\x73\x93\x56\x52\xa6\xa1\x0a\xad\xa4\x86\xf3\x88\x56\x52\x03\x77\xa2\xd0\x4a\x6a\x38\xae\x69\x25\x35\x9c\x63\xb4\x92\x1a\xce\x15\x5a\x49\x0d\xfc\xe9\x92\x61\xe1\x38\xe3\x32\x2c\x1c\xa2\xb8\x42\x9b\xa9\xe1\x2c\xa6\xcd\x14\x8d\xc8\x42\xa1\xcd\xd4\xc4\xfb\x2c\xb4\x99\x9a\xde\x9d\x36\x53\xd3\x19\x47\x9b\xa9\x55\x3c\x82\xc1\xe2\x57\x81\xe4\x67\x3a\xa9\x40\xf2\x33\x69\x53\x20\xf9\x99\x78\x2a\x90\xfc\x4c\x20\x15\x48\x7e\xdb\x91\x05\xc9\x6f\xff\x9e\x05\x45\x96\xe6\x2f\x51\x64\x71\x24\x43\xf2\x33\xb5\x55\x20\xf9\xd1\x45\x3c\x14\x48\x7e\xa6\x9a\x0a\x24\x3f\xdd\xc8\x52\x65\xe8\xfc\x05\xef\x15\xf8\x7f\xe6\xc0\x0a\x1c\x3f\x4b\x8c\x0b\x1c\x3f\x81\xb2\x02\xc7\x8f\xfe\x7a\xa1\xc0\xf1\x53\x82\xaf\xd0\x65\xea\xb0\x8b\x15\xba\x4c\x09\xb7\x15\xf8\x7f\xc7\xa1\x04\xff\xef\xf8\xc1\xe0\xff\x09\x27\x16\xf8\x7f\xc7\x05\x1a\xfe\xdf\x4d\x1e\x21\x38\x43\xd0\x5f\xe0\xff\x5d\xbc\x89\x02\xff\xef\x42\x94\x2a\x28\x42\xc8\x6e\x2e\x28\x42\x58\x00\x5c\x50\x84\x10\xf0\x2a\x28\x42\x98\x77\x2a\x28\x42\xbc\xd5\x73\x90\x77\xdc\x51\x51\x7d\x30\x7b\x55\x50\x7d\x78\x8b\x77\x80\xa0\xe3\x90\x40\xf5\xe1\x75\x99\x40\xf5\x41\x60\xae\xa0\xfa\xf0\x3a\x24\x50\x7d\x30\x5b\x56\x50\x7d\x78\xf1\xdc\x0a\xaa\x0f\x6f\xf4\x1c\x36\x14\xff\x87\x0d\x78\x4b\xa5\x6b\x03\xb6\xa3\xfa\x10\x48\x71\x14\x54\x1f\x64\x0d\x17\x54\x1f\x42\xf0\x9a\x30\x58\x7e\x47\x30\x58\x08\x9f\x0b\xaa\x0f\xe9\xf7\x64\x30\x58\xb2\xe7\x60\xb0\x68\x1f\xaa\x0f\x26\xb3\x0a\xca\x0e\x26\x90\x0a\xca\x0e\x89\x20\xae\xa0\xec\x90\x8a\xbf\x84\x69\x33\x3c\x82\xa5\x82\x77\x56\x50\x76\x48\x4e\xb8\x01\x4b\xc5\x6f\x34\x60\xa9\x90\x7d\x2c\xa8\x3e\x98\xb4\x29\xa8\x3e\x24\xc7\x2e\xaa\x0f\xa6\x2a\xca\xd0\x06\x8f\xb4\x81\xd1\x33\x64\x12\x79\x04\x0b\xc7\x6f\x8b\xea\x43\x72\xf9\x44\xf5\xc1\x24\x58\x41\xf5\xc1\x84\x5c\x41\xf5\x21\x39\xa5\x51\x7d\xc8\x8e\x1e\x54\x1f\x32\x38\x7c\x41\xf5\x81\xc6\xa2\xa1\xa0\xfa\x50\x7e\xe7\x3e\xfb\x0a\x1e\x66\x41\xf5\xc1\x94\x43\x41\xf5\xc1\xb4\x49\x41\xf5\x81\xbe\xe1\xa1\x4c\x18\x10\xd3\x6b\xc2\x80\x70\x3e\xa0\x08\xd1\x97\x4f\x0d\xa4\xe6\xfd\x16\x0c\x08\xe7\xed\x82\x01\x01\x62\x52\x50\x8b\xf8\xf9\x78\xa8\x45\x74\x1d\x08\xd4\x22\xfa\xf4\x08\x86\x87\x5b\xdc\x82\xe1\x01\x26\x53\x50\x92\xe8\x6e\x78\x28\x49\x74\x72\xd0\x05\x25\x89\xee\x92\x85\x92\x44\x1f\xfe\x0f\x86\xc7\xf4\x7f\xd8\xa7\x2f\xba\xb4\xcf\x23\xed\xe3\xbd\xa0\x24\xd1\xa1\x24\x14\xe4\x22\x3a\x20\x7d\x41\x2e\xa2\xbb\xbe\x6c\xed\xe3\x7e\xc8\x45\x74\x80\xf8\x02\x91\xaf\x77\x8f\xb0\x0f\xda\x41\x41\x2e\xa2\x03\xe7\x17\x48\x7e\xbd\x7b\xa4\x7d\xfe\x0f\xfb\xfc\xd2\x90\xfc\xfa\x7f\x11\xc2\xbf\x97\x64\xf8\x7f\x2a\xc2\x16\xf8\x7f\xd6\x2e\x15\xf8\x7f\x5d\x5f\x66\x6b\x3a\x83\x60\x6b\x3a\xc3\xe5\x68\xba\x47\x98\x0e\x8b\xa3\x1c\xc9\x2d\x3c\xe6\x91\xdc\xc2\x2b\x3b\x92\x5b\x18\xf2\x30\xf7\xa6\xde\x84\x1a\x10\x0e\x17\xe8\x79\xe7\x7a\x07\xf8\x10\xa4\x1c\x0a\xf4\xbc\x0b\x1e\x5b\xa0\xe7\x5d\xe8\x6b\x05\x7a\xde\x21\x90\x29\xd0\xf3\x2e\x59\xe0\x02\x3d\xef\x80\xb2\x16\xe8\x79\x97\x20\xb5\x40\xcf\xbb\x64\xee\x0a\x4d\xa0\xae\x8b\x06\xf4\xbc\xeb\x52\x07\x3d\xef\xbe\xde\x61\x70\x07\xaf\x39\x39\xc7\x3b\x83\x9e\x77\xf4\x5e\xa0\xe7\x5d\x08\x79\x05\x7a\x1e\x1d\xc4\x42\x81\x9e\x77\x99\xd2\xf5\xd1\x86\xce\x11\x9c\x0e\x3c\xa9\x0a\x3d\xef\x92\x21\xae\xd0\xf3\x64\x8f\x56\xe8\x79\x37\x7a\x84\x0d\xa4\xa1\x2a\xf4\xbc\x0b\xf5\xab\x42\xcf\xb3\x44\xa8\x42\xcf\xbb\xe4\xd1\x2b\xf4\xbc\xfb\x78\x3f\xec\x4b\x3e\x19\xf6\x3d\x5e\xc5\x6f\xe4\xb3\xf8\x8d\x0a\x47\xda\xa7\x0d\xd8\x87\xff\x5e\x5f\xed\xf3\xc8\x6f\x34\x38\xc2\x3e\xe8\x95\x15\x7a\xde\x25\x51\x52\xa1\xe7\x5d\xb4\x3f\x2a\xf4\xbc\x4b\xc1\x50\x85\x9e\x77\x01\x7d\x2a\x1a\x10\x2f\x5e\x72\x45\x03\xe2\x65\x5c\x57\x34\x20\x5e\x7c\xa0\x8a\x06\x84\x1b\x6c\x45\x03\xe2\x25\x2f\x5a\xd1\x80\x78\xd9\x2c\x2a\x1a\x10\x6f\xf3\xc9\xe4\xac\xf0\x06\xd1\x80\x78\xf1\xce\x2a\x1a\x10\x2f\xfe\x58\x45\x03\xe2\x65\x8e\x55\x34\x20\x84\x87\x2a\x1a\x10\x26\x0b\x2a\x1a\x10\xe1\xf7\xcb\xcc\x11\xcf\x82\x06\x44\xe8\xfe\x52\x4e\x87\x47\x72\x3a\x78\x4b\x68\x40\xd0\xdf\x3c\x54\x34\x20\xe8\xd5\x1d\x2a\x1a\x10\x09\xd8\xac\xa2\x01\x21\xb6\x52\xd1\x80\x48\xd5\xff\xc1\xf7\xa8\xde\x1d\xbe\x07\x2e\x4a\x8d\xf0\x3d\x48\xbe\x54\xf4\x21\xcc\xcd\x57\xf4\x21\x32\x69\xb6\x8a\x06\x84\xd2\xa7\x35\xc2\x87\xf0\x3b\x44\x3a\x87\x90\xda\xaa\xe8\x43\x14\xbf\x26\xfa\x10\xc6\x89\x15\x11\x08\x63\xc8\xfa\xc5\x58\xb5\x90\x20\xab\x11\x1d\x0b\x66\x55\x45\x20\xa2\x90\x20\xab\x08\x44\xa8\x34\x5e\x11\x88\xa8\x7e\x15\x04\x22\x2a\xfe\x6d\x45\x20\xa2\xfa\xdd\x11\x88\xa8\x7e\x77\x04\x22\x2c\xee\xa9\x08\x44\x54\xc7\x0b\x02\x11\x15\x57\xb1\x22\x10\x51\xab\xbf\x84\x10\xd1\xfe\x92\x1d\xaa\x68\x47\x58\x86\x5a\xd1\x8e\x50\xa0\xbc\xa2\x1d\xa1\x9a\x56\x45\x3b\xa2\x91\xe2\xa8\x68\x47\x28\x73\x5e\xd1\x8e\x68\xbf\x9b\xc3\x95\x20\xfd\x51\x93\x5c\x09\xce\xa1\x1d\xd1\x58\xbc\x2b\xda\x11\x74\xed\x0a\x15\xed\x08\x33\x38\x15\xed\x08\xa5\xd3\x2b\xda\x11\xca\x95\x57\xb4\x23\x2c\x82\xad\xe8\x43\xb8\xbb\x57\xf4\x21\x2c\x97\xad\xe8\x43\xf4\xee\xff\x26\x47\x0c\x3a\xf4\x21\xdc\x80\x6a\x96\x2b\xe1\x35\xe1\x4a\x74\xef\x0e\x57\xc2\xc1\x83\x3e\xc4\xc0\xc3\xac\xe8\x43\x58\xf6\x5a\xd1\x87\x50\xd8\xbc\xa2\x0f\x31\x80\xdb\x2a\xfa\x10\x03\x8f\xbd\xa2\x0f\x31\xe0\x5d\x57\xf4\x21\x86\xef\x13\x0d\x08\x03\xd8\x8a\x06\xc4\xf4\xc9\xd0\x80\x98\x64\xe7\x2a\x1a\x10\xb3\x79\x77\xba\x8a\xe0\xaf\x54\x34\x20\xe6\xef\xa9\xe1\x4a\xf8\x96\xd0\x80\x98\x78\x28\x95\x26\x50\xf4\x21\x0b\x95\x26\x50\xb2\x39\x2b\x4d\xa0\x26\x7e\x4e\xa5\x09\xd4\x74\xb0\xa2\x1d\x31\xfd\x0e\xd6\x4a\x01\x75\x54\xa8\x7b\xea\x7c\x55\xa8\x7b\xd3\xef\x07\x75\x6f\x3a\xc8\xa1\xee\xad\xe9\xfd\x26\x47\xbc\xb3\x2a\x57\xc2\x27\x93\x2b\x81\xb5\x50\xf7\x36\x3e\x57\x85\xba\x47\x93\xb2\x50\xa1\xee\x29\xdc\x5e\xa1\xee\x6d\xd8\x26\x15\xea\xde\x76\x94\x43\xdd\x53\xb8\xbd\x42\xdd\xa3\xeb\x5a\xa8\x50\xf7\x2c\xba\xad\x50\xf7\x36\xa2\x90\x15\xea\xde\xc6\x65\xa8\x50\xf7\x36\xbe\x5a\x85\xba\xb7\x71\x4a\x2a\xf4\xbc\x8d\x8f\x57\xa1\xe7\x29\x22\x5f\x9b\x7c\x08\x7f\xa9\x0d\x58\x0b\x3d\x6f\xe3\x33\xd7\xae\x0d\xfc\xb2\x6b\x03\x77\x87\x9e\xb7\xf1\x30\x2b\xf4\xbc\x8d\x77\x56\xbb\x36\x78\x0e\xae\x84\xcb\x2e\x14\xbc\x4b\x6a\xa4\x42\xc1\xbb\xdb\x6b\x7e\x08\x86\xe2\xf3\x15\x44\x88\x7e\xe3\xa1\x82\x08\x3d\xd9\xe7\x84\x2b\xe1\xa6\x86\x02\xc5\x6f\x3b\x02\x2d\x7a\xc9\xcd\x57\x14\x28\x7e\x5b\x23\x0a\x14\xaf\x63\x10\x24\xe9\x75\x0c\x82\x24\xbd\xa4\xa1\x2a\x0a\x14\xc1\x45\x18\x05\x8a\xe4\xbc\x05\x65\x4a\x8e\x2c\x14\x28\x92\xb6\xa3\x40\x91\x7c\x83\x20\x50\xc9\xd1\x03\x02\x95\xfc\x7e\x2a\x50\x38\x5e\x94\x99\x70\x25\x02\x81\x4a\xbe\x6b\x65\x26\x5c\xdd\x94\x99\xf0\x6b\x82\x40\x25\x57\x4c\x10\xa8\xe4\xc8\x02\x81\x4a\xeb\x2f\x12\x5c\x05\x9c\x4a\x0e\x4f\xc0\xa9\xd4\x3d\xc2\xf4\xe9\x25\x31\x1d\xc0\xab\xaa\x40\xe1\xf0\x04\x9c\x4a\x4e\x8e\xa9\xe9\x3e\x34\xa6\xbb\xb4\x02\x4e\x25\x97\x48\xc0\xa9\xb4\xfc\x1f\xa6\x03\xf6\x55\x14\x28\x92\x0b\x03\xc0\x55\x72\xd0\xa9\x40\xe1\x20\x47\x81\x22\xb9\x9c\xa1\x40\x91\xc0\x94\x2b\x0a\x14\xc9\x45\x03\x05\x8a\x34\x3d\x87\x7d\xcb\xab\xf8\x69\xb1\x0f\x05\x8a\x44\x62\xa6\xa2\x40\x91\x08\x79\x2a\x0a\x14\x89\x74\x4b\x45\x81\x22\x6d\x9f\x13\xfb\xa6\x57\xc1\x3e\x97\x48\x15\x28\x8a\x47\x60\xed\x40\x4e\x15\x05\x8a\x1a\x3c\x02\x6b\x77\xf1\x46\x81\xa2\x12\x3e\x57\x14\x28\xaa\x9e\x30\x0a\x14\x15\xdf\xbe\xa2\x40\x51\xf5\x1b\x51\xa0\x90\x1e\x54\x51\xa0\xa8\x14\x31\x57\x14\x28\xea\xeb\x35\xe1\x12\xe8\x65\xa1\x40\x51\x49\xfd\x54\x14\x28\x6a\xf2\x2a\x8b\xa7\xf6\x0e\x9b\x73\xbc\x4f\x14\x28\x2c\x23\xa9\x5b\xfb\x78\x4b\x47\xfb\x18\x59\x47\xfb\x18\x3d\x28\x50\x54\xfd\x77\x14\x28\xea\xeb\xff\xb0\x4f\x9f\x19\x05\x8a\x0a\x8c\x55\x51\xa0\xa8\x7a\xfa\x07\xfb\x92\xff\xc3\x06\x0a\x55\x2a\x0a\x14\xd5\xe5\x05\x05\x8a\xfa\x7a\x4d\x6c\x70\x13\x3d\xd8\xa0\xcf\x75\xe0\x12\xc0\xaa\xa8\x17\x15\x8d\xe3\x11\x4a\x20\x64\xdc\x2b\xea\x14\xe6\x8b\x2b\xea\x14\xcd\x2d\x15\x75\x0a\xeb\x2d\x2b\xea\x14\x82\x45\x15\x75\x8a\x46\xa4\x56\x51\xa7\xb0\xe0\xa4\xa2\x4e\xa1\x9c\x6a\x45\x9d\xc2\x82\xea\x8a\x3a\x45\x77\xfe\xa1\x4e\x61\x88\x5c\x51\xa7\xe8\x2e\x44\xa8\x53\x74\x5c\xa2\x86\x3a\x45\x07\xeb\x68\xa8\x53\x74\xae\xd9\x50\xa7\xe8\xe4\x7d\x1b\xea\x14\xe2\x4a\x0d\x75\x0a\x65\xb8\x1a\xea\x14\xaa\xa5\x37\xd4\x29\x06\xee\x4b\x43\x9d\x42\xd5\xf3\x86\x3a\xc5\x60\xcb\x69\xa8\x53\x2c\xa0\xe2\x86\x02\xc5\x22\xa5\xd9\x50\xa0\x58\xcb\xff\xa1\xb0\xc1\xfc\x6b\x28\x50\xb8\x71\x35\x15\x28\x88\x60\x9b\x0a\x14\xe0\x20\x0d\x05\x8a\x0d\xba\xd1\x54\xa0\x20\xaa\x6a\x28\x50\xd0\x09\x33\x34\x15\x28\xf0\xa7\x9b\x0a\x14\x44\xda\x8d\xa6\x53\x87\x38\xb1\xd1\x74\xea\x3c\xde\x1d\x09\x0a\x22\xc3\x06\xe5\x6f\xf3\xdd\x9b\x12\x14\xc4\x04\x4d\x09\x0a\x52\x4d\x0d\x5a\xdf\x17\x6d\xfe\x73\x49\x6e\x41\x8c\x9e\xc7\x44\x81\x42\x01\xc7\xa6\x02\x05\xe1\x65\xfb\x29\x50\x70\x3b\x15\x28\xc8\x65\x35\x14\x28\x14\x70\x6c\x28\x50\x28\x93\xdd\x54\xa0\x60\x02\x34\x14\x28\x5e\x26\x47\x43\x81\xc2\x6e\x5f\x4d\x05\x0a\x96\x89\xa6\x02\x45\xf5\x7f\x60\xf4\xd5\xfb\x81\xd1\x43\xc1\x6b\x2a\x50\x54\x9f\x1a\xfc\x17\x3f\xbc\xa1\x40\x11\xd8\x43\x1b\x0a\x14\x81\xdc\x67\x43\x81\x22\xb0\xe8\x37\x14\x28\xac\x87\x6f\x2a\x50\xb0\x40\x37\x15\x28\xba\x57\x01\xdf\x1e\xfe\x12\x7c\x9b\xbd\xbe\xa9\x40\x31\xbc\x03\xf8\x76\xf7\x97\xe0\xdb\x0e\x72\x15\x28\xb4\x41\x05\x0a\x76\xfe\xa6\x02\x05\xd9\xce\x86\x02\x45\xc0\xc7\x6b\x28\x50\x04\xa6\x7b\x53\x81\xa2\x79\x84\x7d\x78\x9f\x4d\x05\x0a\xe2\x85\xa6\x02\xc5\xf0\x1c\xf6\x11\x42\x36\x15\x28\xf0\xc3\x9b\x0a\x14\x4c\xf0\xa6\x02\x05\x7e\x78\x53\x81\x02\x1f\xa8\xa9\x40\x81\x67\xd3\x50\xa0\x08\x4e\x5b\x14\x28\x02\xdb\x74\x43\x81\x82\xd6\xa5\xa1\xa1\x40\x11\x9a\xe7\xb4\xcf\xff\x61\x1f\x8b\x4d\xcb\xda\xc7\x3b\xcb\xd8\x17\x3c\x87\x3a\x85\x8b\x8d\xea\x14\x3e\xb5\xea\x14\x4e\x4d\xd4\x29\x2a\x45\x2c\x0d\x75\x8a\xaa\xed\xa8\x53\x54\xbf\x3b\xea\x14\x06\x9b\x4d\x75\x0a\x7c\xbc\xa6\x3a\x05\x41\x6a\x53\x9d\xc2\x77\x8d\x3a\x45\xad\x3e\x27\xd8\x3e\xf1\x42\x43\x9d\xc2\x10\xb9\xa1\x4e\x51\xfd\xb6\xa8\x53\x54\x7c\xb5\xf6\x45\x5c\xbd\x52\x48\xd5\xbe\x88\xab\x37\x42\xf9\xf6\x45\x55\xbd\xbb\xf4\x7c\x51\x55\xef\x4e\xfe\x02\xee\xef\x12\x52\xc0\xfd\x7d\x83\x05\xdc\x9f\xa8\xaa\x15\x70\x7f\x8a\xac\xda\x17\x71\x75\xf3\xa9\xed\x8b\xb8\x3a\xdd\x2e\x43\x2b\x74\xd9\xc1\xa7\x6c\x5f\xc4\xd5\x4d\x5b\xb6\x2f\xe2\xea\x66\x6c\xdb\x17\x71\xf5\x8e\x63\xd5\xbe\x88\xab\x5b\x9c\xdf\xbe\x88\xab\x0f\x60\xba\xf6\x45\x5c\x7d\x1c\x7f\xd9\xa0\x0f\xf0\x26\xbe\xe8\xa8\x2f\x52\x93\xed\x8b\x8e\xfa\x71\xf4\x80\x32\xa9\x70\xd3\x40\x99\x54\x9c\x69\xa0\x4c\x2f\x5b\x6a\x03\x65\x52\xf6\xbf\x21\x17\x41\xa3\xdd\xd0\x90\x8b\x50\xe5\xaf\x35\x09\x03\xd8\x80\x24\x84\x4d\x07\x1a\xb2\x0f\x81\xc4\x68\x43\xf6\x21\x00\xf5\x37\x64\x1f\x4a\xf2\x0e\x00\xea\x38\x02\x0d\xd9\x87\x42\x5a\xa8\x21\xfb\x50\x70\x19\x1a\xb2\x0f\x25\xfd\x45\x82\x6b\x28\x42\x14\xc2\xee\x86\x22\x44\x81\xfe\xd4\x50\x84\x28\xf8\x40\x0d\x45\x88\xe2\xb0\x46\x11\xa2\x64\xff\x57\xf9\x25\xaf\x05\x45\x88\x82\xff\xd7\x50\x84\x28\xee\x8c\x28\x42\x94\xe0\x43\xc3\x25\xc0\xe7\x6a\x28\x42\x94\xe8\x1d\x30\x3d\x78\x07\x4c\x8f\x1e\x7d\xa6\xeb\xe7\x34\x15\x21\x5c\xea\x54\x84\x70\x40\xaa\x08\xe1\x00\x41\x11\xc2\x44\x49\x43\x11\xa2\xb9\xd4\xa1\x08\xd1\xf0\xbc\x1b\x8a\x10\x26\x51\x1a\x8a\x10\xa6\x5b\x1a\x8a\x10\x96\x9f\x34\x14\x21\x9a\xc3\x45\x45\x88\xdf\x11\x58\x34\x44\xb7\xa6\x22\x84\x83\x40\x45\x08\x3c\xb0\xa6\x22\x84\x83\x07\x45\x88\xe9\xa0\x53\x11\xc2\x61\x86\x22\xc4\x74\x6a\xaa\x08\x41\x9e\xb9\xa1\x08\x31\x61\x55\x34\x14\x21\xa6\x13\x15\x45\x88\xe9\xee\x8e\x22\xc4\x84\x9b\xd1\x50\x84\x58\xc5\x5f\x82\x45\xbb\xb4\xd2\x58\x6a\xbb\x59\xa0\x16\x61\x30\xdd\x50\x8b\x90\x7e\xd8\x54\x8b\x70\xd1\x57\x2d\xa2\x6b\x03\x58\xb4\xdb\x83\x6a\x11\x7e\x07\xd5\x22\x5c\x34\x54\x8b\xf0\xed\xaa\x16\xe1\xa6\xa6\x5a\x84\x8b\x30\x6a\x11\x87\xe2\x82\x86\x5a\x84\x62\xe2\x0d\xb5\x08\xf5\xb5\x9b\x6a\x11\xd9\x3b\x90\x64\x80\x75\xd0\x54\x8b\x20\xca\x69\xaa\x45\x6c\xef\x00\x18\x7d\x7c\x96\x05\xc4\xec\xfd\x36\xa0\x32\xd6\x02\x32\x19\x68\x37\x40\x26\xc3\xf5\x06\xc8\xf4\x73\x20\x00\x99\x5e\x47\x24\x20\xd3\x4b\x54\xd5\x00\x99\x5e\xdf\x20\x20\x93\x09\x81\x06\xc8\xf4\xea\x40\x00\x32\xbd\xbe\x5d\x95\x24\x1c\xbb\x2a\x49\x90\x62\x6c\x2a\x49\xf8\xc5\x54\x92\xf0\x8b\xa9\x24\xa1\x73\xa1\x92\x84\x6f\x5e\x25\x09\x5d\x0d\x95\x24\x80\x67\x9b\x4a\x12\x40\x5c\x0d\x24\xe9\xb7\x51\x82\x24\x99\x4b\x6e\x47\x90\x17\xfb\x40\x92\x92\xde\xee\x11\xe4\xf5\x1c\x20\x2f\x29\xb1\x86\x92\x84\xc9\x89\x86\x92\x44\x72\x84\xa0\x24\x61\x15\x44\x53\x49\xc2\x37\xaf\x92\x84\x0e\x84\x72\x11\xba\x0c\xca\x45\x38\xdf\x95\x8b\xf0\xbd\x28\x17\x01\xe3\xbd\x29\x17\xe1\x37\x52\x2e\x82\x48\xbb\x81\x47\x65\xdd\x3a\xf0\x28\xdb\xd8\x35\xf0\x28\x6b\x15\xdb\x15\xe4\xe5\xc9\x90\x8b\x28\x7f\x92\xe0\x1a\x50\x95\x4d\x39\x1b\x50\x55\xd1\x5f\x01\xaa\x2a\x0e\x3a\xa0\x2a\x9b\x80\x36\xa0\xaa\xe2\xc7\x04\xaa\x2a\x0e\x09\xa0\xaa\xe1\x0e\x0e\x54\x35\x70\xfb\x3b\x50\x95\x75\x69\x1d\xa8\x4a\xb2\x78\x07\xaa\xa2\xef\x74\xe8\x40\x55\xd6\xac\x75\xa0\xaa\xce\xbe\xd5\x81\xaa\xa4\x95\x77\xa0\xaa\x81\xff\xde\x81\xaa\x3a\x8b\x62\x07\xaa\xea\x04\x7f\x1d\xa8\x4a\x92\x79\x07\xaa\xb2\xd6\xad\x03\x55\x0d\x7c\xfb\x0e\x54\xd5\xd9\x51\x3b\x50\x95\xcd\x2e\x3b\x50\x55\xbf\x5e\x05\xa0\x13\xaf\xb5\xbf\xda\xc7\x93\x01\x55\x75\x96\xdd\x0e\x54\xd5\x8f\x47\xd8\xc7\x36\xd6\x81\xaa\x06\x70\x46\x7f\xb5\x8f\x77\xa6\x92\x04\xc1\x6d\x47\x49\x62\x10\xd7\x74\x95\x24\x08\x8a\xbb\x4a\x12\xc7\x5f\x62\x1f\x01\x5e\x47\x49\x42\x3d\xe8\x8e\x92\xc4\x78\xbd\x9f\xf6\xf1\xae\x5f\xbf\x1f\x6f\x50\x25\x09\x36\x8b\x8e\x92\x84\x19\xf0\x8e\x92\xc4\x60\xd1\xef\x2a\x49\xb0\x01\xf5\xe0\xf7\xf3\x97\x00\xb9\x80\x4c\x3d\xa0\x52\xc0\x16\xd7\x51\x99\x98\x4c\x95\x8e\xca\xc4\x64\x59\xea\xa8\x4c\xcc\xe1\x55\x3e\xfb\xd6\xe3\x55\x06\x47\xbc\xc1\xa0\x82\x01\x4f\x8d\xca\xc4\x7a\xbc\x0a\x50\x6a\xf2\x7f\x40\x8d\x3f\x1b\x84\x52\xf9\x7e\xa8\x4c\x5c\xfc\xf7\x8e\xca\xc4\x25\x27\xdc\x51\x99\xb8\x2c\x67\x1d\x95\x89\xcb\x92\xd5\x51\x99\xb8\x2c\x9f\x1d\x95\x89\xcb\x52\xd0\x51\x99\xb8\xc5\xff\x55\x9e\x85\xe7\x44\x65\xe2\xb2\x10\x75\x54\x26\x2e\x8e\x4e\x47\x65\xe2\x76\xef\x0e\x94\x5a\x3d\x5a\x5c\xd3\x3b\x60\x5f\xf3\x0e\xd8\x97\xbd\xa6\xf6\x71\x0e\x95\x89\x9b\x3d\xc2\x3e\x98\x28\x1d\x95\x89\x4b\x91\x76\x47\x65\xe2\x12\x19\x76\x54\x26\x2e\x5b\x40\x47\x65\xe2\xb2\xfd\x75\x54\x26\x64\xca\x77\x54\x26\x2e\xe9\xb9\x8e\xca\x84\xf5\x81\x9d\xe6\x51\xb7\xfa\x3f\xec\x2b\xde\x0f\xfb\xba\x57\xc1\xbe\xec\xfd\xb4\xcf\xab\x60\x1f\x5b\x71\x4f\xda\xc7\xfb\x44\x9d\x82\xee\xe3\xa1\xa3\x4e\x41\x67\xf2\xd0\x51\xa7\xb8\xb0\x62\x3a\xea\x14\x17\x1e\x53\xa7\x79\xd4\x65\xf9\xec\x60\x55\x2f\x2b\x5f\x47\xe7\xdc\x0d\xaf\xa3\x73\xee\xd6\xd8\xc1\xb1\xdc\x52\x3b\x38\xd6\x3b\x3c\x02\x2a\xee\xde\x01\xa8\x78\xfc\x45\x82\xeb\x40\x5c\xef\xd4\x04\x50\x64\x3c\xcc\x0e\xc4\xf5\x3a\x71\x80\xb8\x5e\x3c\x94\x0e\xc4\xf5\x92\x10\xe8\x40\x5c\xee\xaf\x1d\x88\xcb\xbd\xb7\x03\x71\xbd\xec\x70\x1d\x88\xeb\x25\x20\xe9\x45\xd3\x79\x65\x45\x14\x99\x65\x02\x09\x74\x83\xfe\x8e\x04\x7a\xcc\x9e\x13\x45\xe6\x95\x01\x6a\x45\x07\x08\xa0\x56\x84\xc2\xd5\x01\xb5\xa2\x03\x04\x50\x2b\x3a\xe4\x01\xb5\x22\xa4\xa6\x0e\xa8\x15\x9d\x38\x80\x5a\xc9\xa9\x89\xe6\x84\x75\x85\x1d\xe0\x2a\x35\xaf\x89\x16\x80\xc3\x0c\xe0\xca\xbd\xbe\x03\x5c\x25\x12\x02\x1d\xe0\x2a\x81\xea\xf6\x2a\xbe\xed\xdd\xa9\x95\x77\x49\x06\xb8\xb2\x76\xb0\x03\x5c\x65\x17\x0d\x80\xab\xe2\xf2\x09\x70\x55\x5e\xcf\xa1\x05\x40\xbe\xb8\x03\x5c\xc9\x28\xee\x00\x57\xb2\x94\x3b\xc0\x55\x21\x45\xd5\x01\xae\x0a\x51\x47\x07\xb8\x2a\x64\xb2\x7b\x53\x0b\x80\xf7\xd9\xec\xcc\xe0\xd1\x06\x45\xf6\x0e\x87\x23\x86\x6e\x13\xd1\xe6\x59\x80\xaa\xaa\x6f\x02\xa8\xaa\x11\xa0\x77\xa0\xaa\x46\xc0\xdc\x81\xaa\x1a\x39\xc5\x0e\x54\x65\x9d\x58\x07\xaa\xb2\xa1\x51\x07\xaa\xb2\x2d\x52\x47\x49\xc2\x86\x46\x1d\x25\x09\x9b\x24\xf5\x0e\x34\xbd\x7c\x16\x61\x5d\xac\x45\x49\xc2\x3c\x6c\x47\x49\x42\x92\x58\xef\xc2\xba\xdc\x1d\x25\x89\xee\x66\xf1\x45\x63\xd5\xba\xb4\x0e\xe5\xcf\x72\xee\x8e\xca\x84\xea\xc9\x1d\x95\x89\xe1\x04\x47\x65\x42\xa5\xbb\x8e\xca\xc4\x70\x06\xa0\x32\x31\x71\x7b\x3a\x2a\x13\x76\x91\xec\xa8\x4c\x4c\x68\x61\x1d\x95\x89\x39\x7c\x32\x20\x5f\xdf\x04\x2a\x13\xd3\x25\x04\x95\x89\x39\x7d\x16\x20\x5f\xc8\x5e\x7d\x00\xf9\x3a\xfb\x51\x99\x58\xcb\xa3\x97\x23\xde\x20\x2a\x13\x16\x75\x75\x54\x26\x96\x4f\x86\xca\xc4\xd6\xf1\x40\x65\x62\x6f\xcf\x01\x89\xc2\x9f\xee\xa8\x4c\x58\x48\xd5\x51\x99\x50\xbf\xb8\xa3\x32\xb1\x89\x48\x3a\x2a\x13\xe6\x76\x3b\x2a\x13\xfb\x7a\x15\xe0\x52\x1d\x16\x54\x26\xb6\x2e\x03\x2a\x13\x96\x7f\x75\x54\x26\x2c\x1b\xeb\xa8\x4c\x58\x0c\xd6\x91\x92\xd8\x70\xa4\xfb\x17\x8d\xd5\xdf\x86\xb7\x28\x2d\xf7\xed\x22\x33\x71\x5d\x76\x97\xa5\xe5\x8c\x5d\x64\x26\xee\xf1\xa8\x72\x84\xed\x44\x63\x57\xdb\x97\x50\xea\x5f\x5d\x45\x3a\x0a\x14\x57\xf3\x50\xa0\xb8\x24\xf8\x3b\x50\xd5\x43\x15\x5e\x07\xaa\x7a\xdc\xd3\x80\xaa\x5e\x3d\x1b\xa0\x2a\x83\xa3\x0e\x54\xf5\x5b\xbc\x81\xaa\x5e\xf7\x2d\xa0\x2a\x43\xb3\x0e\x54\xf5\x12\x22\x77\xa0\x2a\xe9\x41\x7d\x8b\xb2\xf2\x64\x40\x55\x56\x40\x75\xa0\x2a\xc9\x42\x1d\xa8\xca\x9a\xae\x0e\x54\x65\x7d\x52\xdf\x56\xa4\xfb\x2c\x54\xa4\xeb\xab\x01\x55\x65\xf2\xda\x1d\xa8\x2a\x43\x5f\xeb\x40\x55\x59\x4f\x11\xa8\x4a\x2a\x4f\x07\xaa\xca\xb0\x7f\x3b\x50\x55\x86\x24\xd6\x81\xaa\xb2\x9e\xe9\xb1\x2c\x9b\x0f\x06\x54\x95\xc9\xb8\x77\xa0\xaa\x4c\xf6\xaa\x03\x55\x65\xfd\x70\xa0\xaa\xec\xf2\x79\x80\x1a\xf5\x92\x11\x52\xcf\xc1\x23\xa0\x46\x07\x2b\x30\xd6\x6f\x61\x07\xc6\xca\x8f\x57\x01\x6a\xd4\x87\x05\xc6\xca\xc1\xff\x59\x56\xcf\x1b\x04\xc6\xca\xc6\x27\x17\x28\xd5\x09\x87\x00\x7b\x72\xd0\x01\x71\x25\x52\x00\x1d\x88\x2b\xe9\xb1\x03\x71\xe5\xd7\x6b\x02\xa5\x3a\x3c\x81\xb8\x12\x20\x53\x07\xe2\xca\x7e\x69\x20\x2e\x25\x6d\x3a\x10\x57\x76\x7b\x00\xe2\x52\xd2\xa6\x5f\xbf\x9f\xbf\xe4\xfb\xe9\x17\x03\x71\x29\x85\xd3\x81\xb8\x32\x1b\xd7\x00\xe2\x4a\x4c\xe2\x01\xc4\x95\x81\x0c\x07\x10\x57\x0e\x9e\x03\x0e\x66\x4a\x8f\x47\x1b\x2e\x47\xd8\x40\xca\x68\x3c\xda\xd0\x38\xf2\x1b\xf9\x3f\x6c\x88\x1e\xf9\x8d\x26\x47\xd8\xf0\x7a\x15\x6c\x08\xde\x41\x38\x38\x70\x04\x5c\x0a\x03\x7d\x00\x63\x55\x3c\xbe\x01\x8c\x55\x59\xce\x06\x30\x96\x55\x6a\x03\x18\xcb\x3c\xfa\x00\xc6\x52\x7f\x66\x00\x63\x55\xdc\x97\x01\x8c\xa5\xc2\xcd\x00\xc6\xaa\xc5\x6b\x02\x97\xe2\xcc\x0c\x60\xac\x9a\x3d\x07\x5c\x0a\x77\x7c\xa0\x5c\xa1\x8a\xcd\xf8\x1f\x63\xe7\x96\x67\x2f\xab\x03\xd1\x29\xa9\xa0\xc8\x70\xb8\xce\x7f\x08\xe7\xd7\xac\xa5\x76\xbf\x7c\xff\xf3\xe8\xde\x5e\x00\x11\x52\xa9\xa4\x82\x72\x85\x15\xe2\xcb\x6e\x1f\x18\x09\x78\x2c\xcb\x22\x15\x94\x2b\x12\x9e\xe5\x72\xd0\x3f\xcc\xac\x82\x72\x85\xc1\x65\x05\xe5\x0a\xf5\xa7\x0b\xca\x15\x72\x01\x05\xe5\x0a\x43\xd4\xca\x61\xff\x3c\x93\xfe\x11\x49\x5e\x0e\x29\x6d\xef\x49\xff\xb0\x92\x0b\xca\x15\x29\x79\x26\xfd\xf3\x3d\x1c\xf6\x8f\x91\x3f\xec\x1f\xef\x0f\x79\x8a\xdb\x51\x42\x9e\x22\xe3\x2a\x2c\xc1\xa2\x0a\xff\x5a\x92\x0b\xca\x15\x96\x7f\x2c\x28\x57\x58\xb8\xb1\xa0\x47\x61\x59\xc5\x82\x1e\x45\xde\x3d\x22\x97\x1c\x66\xba\xa0\x47\x91\x59\x96\x0a\x7a\x14\x99\x65\xa9\xa0\x47\xa1\x6d\x51\x82\xdc\xb0\xcf\x83\x1b\x66\x61\x2f\xe8\x51\x64\x76\x9c\x82\x1e\x45\xf6\x73\x88\x72\xc3\x0c\x2e\x7a\x14\x05\x4b\xaa\xa0\x47\xa1\x32\x6f\x41\x8f\x42\x25\xe0\x82\x1e\x45\x21\x5f\xaf\xa0\x47\x51\xb0\xb2\x0a\x9a\x13\xea\xfb\x16\x34\x27\x0a\x7b\x76\x41\x73\xa2\x60\x93\x14\x34\x27\xd4\xf7\x2d\x68\x4e\x14\xac\x89\x82\xe6\x44\xe9\x3e\x8f\x7c\x78\xe8\x93\x82\xe6\x84\x1a\xc5\x05\xcd\x89\x02\x29\x52\xd0\x9c\x30\xcb\xa9\xa0\x39\xd1\xf0\xaa\x17\x34\x27\x5a\xf4\xcc\xd5\x87\x86\xf5\x59\xd0\x9c\x68\x38\x7b\x0a\x9a\x13\xad\xfb\x1f\x49\xef\xcf\x3d\xe1\xb7\xd9\x60\x0b\x9a\x13\xad\xdb\x16\x92\xde\xbb\x4f\x80\xfb\xc6\x7a\x29\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\x74\x2c\xc5\x82\xe6\xc4\x70\x21\x42\x73\x62\x60\x87\x17\x34\x27\x06\xb6\x7d\x41\x73\x62\xb0\x19\x16\x34\x27\xac\xdc\x58\xd0\x9c\x18\xbb\x67\xc2\x7d\xef\x3e\x01\xee\xdb\x39\x88\xe6\xc4\x70\x0e\xa2\x39\x31\x5c\xdc\xd0\x95\x18\xce\x6b\x74\x25\x06\xdb\x43\x41\x57\x62\xb8\x7c\xa2\x2b\x31\xc8\x63\x2c\xe8\x4a\x58\xc2\xb2\xa0\x2b\x31\x70\xb3\x15\x74\x25\x06\x58\xa2\xa0\x2b\x31\x0f\xcf\x3c\x39\xe2\x79\xe8\x4a\xcc\xe7\x09\x89\x23\xaf\xbb\x39\x93\x51\xa2\xcc\xd4\x74\x94\x20\xb5\x36\x17\xd3\x85\x9c\xf2\x96\x3c\x73\x11\x6c\x9b\xcb\x52\xa2\x4c\x84\x0b\xc3\x4d\x99\x08\xdc\x03\xe5\x96\xa4\xe7\xcc\x1b\x92\xfe\xf0\x3f\x88\x78\xe2\x60\xca\x0d\x11\xef\x06\x74\x43\xc4\xfb\x1e\x6e\xc8\x76\xbc\xb2\xe5\x86\x50\x87\xb0\x2c\x37\x84\x3a\x44\x67\xb9\x21\x64\x89\xc5\x2a\x19\x52\xd9\x6f\x25\x43\x2a\x3b\x23\x33\xa4\x32\x11\x4f\x25\x43\x2a\xfb\x15\x67\x48\x65\xec\xdb\x92\x21\x95\x9d\xd7\x19\x52\xd9\x6f\x2c\x43\x2a\x0f\xef\x09\xa9\xec\x77\x9b\x21\x95\x9d\xd7\x19\x52\x19\xdb\xbe\x64\x48\x65\xb7\xd4\x0c\xa9\x0c\x61\x59\xb2\xa4\x39\x4f\x28\x90\xca\x60\x89\x52\x20\x95\x9b\xff\xd9\x3f\x46\xa9\xd0\x3f\x4c\xda\x52\xe8\x1f\xe8\xaf\x14\xfa\x47\x44\x49\x29\xf4\xaf\xfd\xcb\x71\x51\x0a\x5d\x27\x8d\xb1\x14\xbb\xee\xe3\xec\x3a\x9d\x2d\x76\x9d\x21\x2b\x76\x9d\xc9\x53\xe8\x7a\xf5\xe1\x76\xdd\x33\x57\xd7\x83\x1f\x63\xa1\xeb\x2e\x9f\x95\xae\x03\xe2\x4a\x25\x1f\x1e\x60\x5f\x2a\xf9\xf0\xc5\x23\xf2\xe1\xa1\xf0\xca\x82\x4a\xd9\xda\xd2\x65\x41\xa5\x7c\x02\x2c\x4a\x25\x57\xde\x45\xbf\x92\x2b\xef\x86\x50\xc9\x95\xb7\xd5\x15\x3e\xdd\x5d\xac\xc2\xa7\x63\x61\x96\x0a\x9f\xbe\x79\x1d\x7c\xba\xbb\x5f\x95\x4f\xf7\x48\x3e\xdd\xb6\xc0\xa7\x03\xd0\x4b\x83\x4f\x77\xb2\x36\xf9\x74\xa6\x44\x93\x4f\xe7\x3a\x34\x27\x6e\xec\xbf\x82\xe6\xc4\xed\xa7\x82\xe6\xc4\x8d\x55\x5e\xd0\x9c\xb8\x0f\x9f\x90\x38\xf2\x09\x37\x77\x61\x94\xd0\x9c\xb8\xb1\xbc\x0b\x9a\x13\x46\xa0\x17\x34\x27\xac\xee\x5c\xd0\x9c\x30\xa0\xab\xa0\x39\xf1\x6c\xb7\x68\x4e\x3c\x9b\x36\x9a\x13\xd6\x34\x2e\x68\x4e\x28\xf9\x52\xd0\x9c\xc8\x4e\x48\x34\x27\xcc\x79\x2a\xe8\x4a\x98\x27\x56\xd0\x95\x30\xa3\xac\xa0\x2b\x91\x09\x5b\x2c\xe8\x4a\x64\x3f\x3f\x74\x25\x32\x10\xb9\xa0\x2b\x91\xfd\xfc\xd0\x95\xc8\x7e\x70\xe8\x4a\xe8\x02\x28\xe8\x4a\x98\x00\x5c\xd0\x95\x30\xa9\xb8\xa0\x2b\x61\x52\x71\x41\x57\xa2\x80\x10\x0a\xba\x12\xc5\x85\x01\x5d\x09\x35\x7c\x0b\xba\x12\xaa\xf6\x16\x74\x25\xaa\x8b\x22\xba\x12\xaa\xe0\x15\x74\x25\x54\xb3\x2b\xe8\x4a\xa8\xa5\x57\xd0\x95\xd0\xc5\x51\xd0\x95\xa8\xda\x63\xe8\x4a\xa8\x7b\x57\xd0\x95\xa8\x50\x4e\x05\x5d\x09\x35\xf8\x0a\xba\x12\x55\x4b\x11\x5d\x89\x36\x3d\xda\x39\xe2\x6d\xa2\x2b\xd1\xc0\x0b\x05\x5d\x89\x86\xc7\xbd\x2c\x5c\x93\x1b\x08\xa8\x2c\x5c\x93\xfb\xe6\xd1\xc5\x11\x6d\x41\x73\xa2\x89\x09\xd0\x9c\x68\xe0\xb6\x82\xe6\x44\x77\x2e\xa1\x39\xd1\xfd\xaa\xd0\x9c\xe8\x30\x18\x05\xcd\x89\x01\xed\x59\xd0\x9c\x18\x7c\x8d\x75\x61\x97\xd3\xf8\xae\xba\xb0\xcb\xb9\xef\xfe\x87\x68\x01\x5b\x63\x5d\x2c\xd3\x69\x0c\x57\x5d\x2c\xd3\xa9\x96\x4a\xdd\xac\x2a\x32\x38\x5a\x24\x6f\x40\x04\xac\x6e\x08\x1a\x0c\xcf\x24\x08\x81\xb1\xae\x1b\x41\x08\x97\x47\x04\x21\x5c\xde\x85\x20\x84\x64\x5b\x08\x42\xe0\x6d\xd6\x8d\x20\x84\xcb\xff\x08\x42\x00\x21\xd4\x8d\xf8\x0b\xbc\xf8\x75\x27\xfe\xe2\xfc\x57\x10\x5c\xdd\x09\xcd\x00\x00\xd5\x05\x87\xce\xe4\xb0\xa0\x47\x61\xec\x6a\x45\x8f\x42\xef\x5c\x45\x8f\xc2\xba\x67\x15\x3d\x0a\x7d\x75\x15\x3d\x8a\x9b\x60\xff\x8a\x1e\x85\xf5\xd9\x2a\x7a\x14\x77\xb3\x99\x68\x01\x54\x9f\x87\x16\x00\xcb\x75\x45\x8f\xa2\xfa\x1a\xd0\xa3\xa8\xbb\x4f\x18\x1c\xd9\x32\xe2\x13\x08\xa5\xab\xe8\x51\x54\x96\x90\x8a\x1e\x45\xf5\xd5\xa2\x47\x51\x11\xcd\xa9\x07\xf1\x09\xd8\x5c\xf5\x20\x3e\x81\xa5\xae\xa2\x55\x51\x7d\xed\x68\x55\xd4\xc3\xeb\xa8\x58\xc1\x62\x5a\xd1\xaa\xa8\xec\xbd\x15\xad\x8a\xce\x46\x52\xd1\xaa\xe8\xd5\x96\x11\x9f\x00\x79\x5a\x0f\xe3\x13\xe8\x1f\x5a\x15\x9d\x4d\xad\xa2\x55\xd1\xab\xcf\x33\x3e\x81\xe7\xa1\x55\x61\xa2\x43\x0d\xc6\x27\xd0\x6a\xb4\x2a\x3a\xcb\x6e\x45\xab\xa2\xe3\xf5\xaa\x68\x55\x98\xb0\x50\xd1\xaa\xe8\x6c\x86\x15\x3d\x0a\xab\x65\x57\xf4\x28\xc6\xe5\x99\xc4\x20\x60\x93\xd4\x60\x0c\x02\xad\x46\x8f\xc2\xca\x63\x15\x3d\x8a\x31\x6c\x0b\x15\x2b\xb0\xe6\x6b\x30\x21\x9e\x37\x86\x1e\xc5\xf4\xbd\x47\x13\xe2\xfd\x8f\x18\x04\xf8\x8c\x1a\x8d\x41\xe0\x9e\x90\x4c\x3b\x84\x57\x85\x64\xda\x41\x2b\x15\x92\x69\xb7\x47\x90\x4c\xbb\x73\x09\x92\x69\x27\x68\xbf\x42\x32\xed\xcd\xa7\x13\x83\xe0\xfc\x84\x64\xda\x9d\xbb\x90\x4c\x7b\xf5\xe9\xc6\x20\x78\x1d\x1c\x3d\xdb\x43\x85\x64\x32\x1a\xbe\x42\x32\x19\xc3\x5f\x21\x99\x8c\x7f\xaf\x90\x4c\xd1\x6f\x05\x92\x29\xfa\x1d\x41\x32\xc5\xdb\xff\x88\x41\x00\x71\x55\xe4\xd1\x8d\x7f\xaf\xc8\xa3\xeb\x32\xaa\xc8\xa3\xc7\xee\x75\x94\x43\x08\xfe\x47\x39\x84\xe4\xd3\x29\x87\x80\xd9\x53\xd1\x40\x3f\x31\x58\x2a\x1a\xe8\x16\xb2\xaa\x68\xa0\x5f\xe0\xc4\x8a\x06\xfa\x85\xed\x5b\xd1\x39\xbf\xec\x11\x3a\xe7\x97\x7d\x40\xe7\xfc\xf2\x6d\xa2\x73\x7e\x39\xba\xe8\x9c\x5f\x8e\x3c\x3a\xe7\xc6\xe2\x57\x74\xce\x8b\xcb\x27\x3a\xe7\xc5\x19\x89\xce\x79\x21\xd6\xa5\xa2\x73\x5e\xd8\x0c\x2b\x3a\xe7\x05\xbb\xbf\xa2\x73\x5e\xd8\xc6\x2a\x3a\xe7\x05\xec\x59\xd1\x39\x2f\x38\x43\x2a\x3a\xe7\xc5\xe5\x13\x9d\x73\x35\xe3\x2a\x3a\xe7\x05\x87\x4e\x45\xe7\xdc\x8a\x88\x15\x9d\x73\x13\xbe\x2a\x3a\xe7\x05\x63\xad\x26\x02\x0d\x82\xd7\x41\xc4\x93\xaa\x5f\x13\xfd\xfb\x67\x10\x5c\x4d\x76\xdd\x5b\xd2\x75\x76\xe2\x9a\xe8\x3a\x9e\x9f\x9a\xe8\x7a\xf4\x01\x74\xfd\xf4\x4c\xba\xee\x47\x9c\xe8\x3a\xfe\x95\x7a\xdb\x75\xee\x72\xd3\x75\xd2\x02\xea\x6d\xd7\x19\xb2\xdb\xae\x33\x2c\xe8\x51\x14\x78\xe3\x8a\xe6\x44\x89\xfe\x07\x0f\xff\xfc\x97\x39\xa2\x2d\xe8\x51\xd4\xe7\x2e\xf0\xf0\x2e\x7c\x68\x4e\x54\x27\x1d\x9a\x13\x95\x78\xca\x8a\xe6\x44\x63\x3f\xaf\x68\x4e\x34\xe8\x85\x8a\xe6\x44\xc3\x85\x53\xd1\x9c\xd0\xc1\x5f\xd1\x9c\x98\xd8\x71\x15\xcd\x89\x59\xbc\x0e\x2e\xfa\x79\x02\x5c\xb4\x0b\x11\x9a\x13\x13\xbb\xb1\xa2\x39\x31\x6d\x19\x9a\x13\xd3\x71\x41\x73\x62\x36\x5b\x06\x17\xed\x07\x80\xe6\xc4\xcc\x9e\x09\x17\x0d\xe0\xaa\x19\x2e\xda\xe5\x0c\x72\x6a\xb3\x7f\xe8\x51\xa8\x7f\x5b\x21\xa7\xa6\x8b\x3e\x7a\x14\xd3\xcf\x08\x3d\x0a\xa9\x8e\x5a\xec\x9f\xff\xd9\x3f\xde\x7b\xb1\x7f\x1e\xd1\x3f\x97\x33\xf4\x28\xac\x11\x5d\xd1\xa3\x98\x2e\x4b\xe8\x51\x4c\x10\x50\x45\x8f\x62\x62\x6b\x57\xf4\x28\x2c\x29\x54\xd1\xa3\x30\xf0\xac\xa2\x47\x21\xed\x52\x21\xa7\x9e\x05\x1a\x72\x6a\x77\xeb\x87\x9c\x7a\x16\x5a\xc8\xa9\x67\xa1\x85\x9c\xda\x5d\x4c\x21\xa0\x76\xdf\x26\x04\xd4\x0e\x65\x58\x21\xa0\x76\x47\x17\x02\x6a\xf7\xdd\x42\x40\xed\x8e\x44\x95\x34\xa7\x0f\x10\x50\x0a\x53\x55\x08\xa8\xdd\x59\x00\x01\xf5\x6c\x1d\x10\x49\xc1\x2f\x07\xb2\x28\x60\x09\x57\xc8\xa2\x80\x27\xb4\x42\x16\x05\x5c\x15\x15\x46\x28\xf8\x15\x37\x69\x64\xda\x82\x26\xb9\xe9\x5f\x15\x4d\x72\x03\xcf\x2a\x9a\xe4\x26\x6e\x55\x34\xc9\x23\x11\x25\x15\x4d\xf2\x08\x07\x54\xd1\x24\x37\x2b\xae\x76\xd3\xa4\x79\x7a\x47\x52\x1e\x37\x46\xed\xd0\xc8\xb8\x4d\x6a\x97\x46\x66\x24\xd0\x2b\xbf\x82\x77\x81\x46\x0e\xfe\x07\x8d\xec\x46\x82\x5e\xf9\xe5\x3a\x81\x5e\xb9\x11\xbe\x15\xbd\xf2\xcb\x45\x18\xbd\xf2\x2b\xf8\x74\x52\xa8\xdd\x10\xd0\x2b\xb7\x1c\x71\x45\xaf\x3c\x39\x12\xe8\x95\x27\xb7\xfe\x41\x0a\xb5\xfd\x1b\xa4\x50\xe3\xac\xab\x68\x99\x27\xdc\x73\x15\xbd\xf2\xe4\xb8\xa0\x57\x9e\x60\xc3\x2a\x7a\xe5\x09\x36\xac\xa2\x57\x7e\x77\x9f\x40\x2e\xf4\xf8\x97\xe3\xa2\x22\x65\x7e\x6b\xcb\x20\x65\x7e\x0f\x1b\x4d\x9a\xb4\x20\x00\x29\xf3\x9b\xa0\xef\x8a\x94\xb9\x6a\xaa\x15\xb9\xf2\x1b\x2f\x70\x45\x92\x5c\x7f\x71\x45\x92\xbc\x44\x8f\x90\x5c\x27\xd0\xba\x22\x49\x5e\x50\xca\xad\x48\x92\x5b\x67\xad\x22\x49\xae\x4f\xb8\x22\x49\x6e\x3d\xb8\x8a\x24\xb9\xe1\xe8\x15\x49\x72\xeb\xba\x55\x24\xc9\xab\xad\x46\x92\x5c\x45\xa9\x86\x24\x79\xc5\xc6\x6b\x48\x92\x57\x86\xac\x21\x49\x5e\xf1\xfc\x34\x24\xc9\xeb\xf0\x88\x34\x62\xfc\xb0\x0d\x49\xf2\x8a\x35\xd8\x90\x24\xb7\x7c\x4c\x43\x92\xbc\xf2\x11\x37\x24\xc9\xeb\xf0\x3a\x38\x73\x42\xf0\x1a\x92\xe4\x15\xd0\xdf\x90\x24\xaf\x40\xeb\x86\x24\x79\xed\x3e\x01\xce\x1c\xbf\x5a\x43\x92\xbc\x75\xef\x32\x39\xe2\x79\x48\x92\x9b\xf3\xd4\x90\x24\xd7\x83\xda\x90\x24\x1f\x60\x89\x86\x24\xb9\x5e\xd2\x86\x24\xf9\x80\x08\x6c\xa8\x3e\xe8\x5d\x6d\xbb\xdc\xf7\xe0\xa8\xf2\x9f\x67\x36\x8e\x18\x25\x54\x1f\xf4\xb5\x36\x54\x1f\xc6\xe1\xd3\x27\x77\xa1\x7f\xa8\x3e\x0c\xc8\xd3\x86\xea\x83\x1e\xe2\x86\xea\x83\x19\x57\xed\xb0\x0f\xf4\xef\xb0\x0f\x3c\x0f\xd5\x07\x3d\xd2\x0d\xd5\x07\xd5\x37\x1a\xca\x0e\x13\xd2\xa7\xa1\xec\x30\x99\x2f\xed\x90\xc4\xf6\xe9\x90\xd8\x87\x67\x42\x62\xe3\x24\x6a\x90\x37\x1b\x8b\x62\x83\xbc\x31\xa2\xb8\x41\xde\xec\x84\xe7\x35\xc8\x9b\x9d\x4d\xad\xc1\xd0\xec\x44\x39\x34\x18\x1a\xa3\x9a\x1a\xda\xe2\x3b\x1b\x50\x43\x5b\xdc\x20\xaa\x86\xb6\xf8\xce\xf6\xd7\xe0\x72\xb4\xfb\x1b\x5c\x8e\x81\x59\x0d\x2e\x67\x67\xce\x37\xb8\x1c\xe3\x98\x1a\x5c\xce\x3e\x3d\x13\x6a\x13\x13\xa5\xc1\xd0\x9c\x28\x71\x37\x18\x9a\x93\x85\xbd\xc1\xd0\x9c\x30\x18\x4d\xc5\x70\x28\xf4\x06\x43\x73\x42\xf6\x35\x18\x9a\x13\xca\xb0\xc1\xd0\x9c\x84\x73\x36\x14\xc3\xcf\xe8\xf3\xa0\x3d\x31\xf2\x1a\xec\xcd\x19\xbd\x0b\xb4\x27\xb4\x59\x83\xbd\x39\xa3\x67\x42\x7b\x9e\x9e\x09\xed\xc9\x3a\xd1\x60\x6f\xce\xcb\x96\xd1\x3f\x2c\xe1\x06\x7b\x73\x62\xdf\x36\xd8\x9b\x13\x07\x52\x3b\xed\x9f\x67\xd2\xbf\xcb\x23\xfa\x87\x03\xa9\x9d\xf6\xcf\x23\xfa\x87\x55\xde\x60\x6f\x4e\x4c\xcc\x06\x7b\x63\x11\xde\x06\x7b\x73\x62\xdb\x37\xd8\x9b\x13\xab\xbc\xc1\xde\x9c\xe7\xbf\xca\xa1\x36\x88\x9d\xf3\xf2\xe1\x74\xdd\x29\x78\xca\xf8\xd2\x75\x88\x9d\xcb\x33\x21\x76\x2e\x87\x1a\x62\x27\x15\x8f\x60\x4b\xd9\x55\x1a\xc4\x8e\xa1\x51\x0d\x62\xc7\x7d\xa4\x41\xec\x24\xa2\x1d\x1b\xc4\x4e\x62\x97\x6e\x10\x3b\x7a\x65\x9b\x62\xe2\x04\x9e\x35\xc5\xc4\x01\xb0\x0d\x62\x27\x65\xcf\x94\x2d\xe5\x73\x40\x4c\x3c\xdd\x3e\x0f\xb6\xb4\xf8\x3c\xd8\x52\x02\xd6\x9a\x82\xe1\xec\x9a\x4d\xc1\x70\xe8\x8c\xa6\x60\x78\xf6\xc8\x3e\x30\x4a\x0a\x86\xb3\xf7\x36\x05\xc3\x81\x9e\x0d\x62\x27\xe3\xe2\x68\x10\x3b\x19\x0f\x71\x83\xd8\xc9\xec\xee\x0d\xc1\xf0\x8c\xdf\xb7\x21\x18\x9e\xb1\x26\x1a\x82\xe1\xd9\xc5\x0d\xc1\xf0\xec\xa2\xa1\x60\x38\xe0\xaf\x29\x18\x8e\x85\xd2\x14\x0c\x87\x80\x6a\x0a\x86\xef\xfe\x87\x60\x38\x3e\xd3\x86\x60\xb8\xb2\x8c\x0d\xc1\x70\x25\x1b\x1b\x82\xe1\xfa\x5a\x9b\xa2\xe0\x6e\x63\x88\x82\xeb\x24\x6a\x8a\x82\x0f\x8f\x20\x41\xdd\x48\x14\x05\x9f\x3e\x41\x12\x94\x37\xa6\x28\x38\x9b\x68\x53\x14\x1c\x8f\x5f\x53\x14\xdc\xed\x4f\x51\x70\x3c\xa1\x4d\x51\x70\x97\x56\x95\xbf\xf1\x6f\x36\xd5\xbd\x89\x72\x6d\xaa\x7b\x93\x19\xd6\x54\xf7\x1e\x3e\x0f\xa2\xd3\x91\x50\xdd\xdb\x76\xaa\xee\x8d\x7b\xa0\xa1\xe5\x60\xc9\xd3\x86\x96\x43\xf7\x93\x46\xcb\xa1\x83\x3a\x1a\x5a\x0e\x3a\xa5\x1a\x5a\x0e\x03\xfb\xaf\xa1\xe5\x30\x5c\x42\xd0\x72\x18\xa4\x47\x35\xb4\x1c\x86\x8b\x1b\x5a\x0e\xc3\xe5\x13\x2d\x87\x81\x30\x55\x43\xaf\x61\xb8\xb8\xa1\xd7\x30\x9c\x4b\xe8\x35\x0c\x00\x73\x43\xaf\xc1\x72\x6d\x0d\xbd\x86\xf9\xdc\x85\x24\x5f\x08\xbd\x86\x5e\x83\x52\x54\x0d\xbd\x86\x89\x2d\xda\xd0\x6b\x50\x36\xaa\xa1\xd7\xa0\x7c\x57\x43\x94\x61\xe2\x72\x68\x30\x3b\x1b\x2e\x80\x06\xb3\xb3\xf9\x35\xc2\xec\x6c\xc4\x35\x34\x98\x9d\xed\xf6\xcc\xe5\x91\xde\xf0\x80\x37\x98\x9d\xdd\x31\x83\xbd\x31\x31\xa6\xc1\xd0\x98\xc4\xd2\x60\x68\x94\x7f\x6a\x30\x34\xc1\xef\x08\x86\x26\xf8\xfd\xc1\xd0\x04\x7c\xde\x0d\x86\x26\xf8\x3d\xc0\xd0\x04\x70\x70\x83\xa1\x09\x9a\x0c\x30\x34\xc1\xed\x1d\x86\x26\xf8\xc6\x60\x68\x2c\xfe\xd5\x60\x68\x02\x0e\xd5\x06\x43\x13\xfc\x36\x61\x68\xc2\x3f\xcb\xa1\x36\xc8\x9b\x40\xf0\x7d\x5b\xd0\x25\x07\x77\xb8\x05\x5d\x72\x00\x74\x34\x88\x9d\xa0\xb5\x04\xb1\x13\xb4\x65\x14\x13\x07\xee\x35\x88\x9d\xb0\xfb\x1f\xbc\xa3\x43\x8d\x98\x78\xd0\x02\x53\x4c\x5c\x0b\x53\x31\x71\xc8\x86\xd6\xed\x3a\x2f\x1a\xd2\x27\x40\xb7\x35\x48\x9f\xa0\x7d\xa4\x98\xb8\x1f\x2a\xa4\x4f\x70\xc9\x82\xf4\x09\x4e\x25\x48\x9f\xe0\xa4\x1b\xf6\x8f\x96\x41\xfa\x04\x97\x97\x61\xff\x18\x6a\x48\x9f\xa0\x8d\xa7\x98\x38\x61\x5a\x0d\xd2\x27\x10\x5f\xd2\x86\xaf\x96\x8f\x43\x31\x71\x97\x09\x48\x9f\xa0\x35\x08\xe9\x73\x56\x9f\xb0\xfa\x67\x3d\xee\x06\xe9\x73\x56\x9f\x30\x38\xf2\xba\xc9\x11\xbd\x55\x30\x5c\x0b\x4c\xc1\x70\x3f\x3f\x88\x1d\x13\x7f\x1a\xc4\xce\xa5\x3d\x0d\xb1\x63\xbd\x8c\x06\xb1\xa3\xae\x44\x83\xd8\x49\x78\xdc\x1b\xc4\x8e\xd0\xac\x41\xec\x3c\x5b\x2a\xc4\xce\xb3\x55\x41\xec\x24\x97\x33\x88\x9d\x44\xe2\x4f\x83\xd8\xb9\x1d\x79\x88\x9d\xdb\xad\x63\xe1\x9a\x7c\xfb\xf1\x4f\x92\x75\x79\xb7\x1d\xa1\x71\x37\x92\x8e\xd0\xb8\x1b\x57\xdf\x20\x17\x79\xd3\x7d\x83\x5c\xc4\x85\xd3\x11\x21\x37\x81\xa7\x23\x42\x6e\xbc\x4e\x47\x84\xdc\x04\xa5\xae\x08\xf9\xf0\x79\x10\x8f\xf4\xa1\x2b\x42\x0e\xc6\xea\x8a\x90\x83\x79\x3a\x4a\xe3\xaa\x45\x74\x94\xc6\x4d\x03\xea\x28\x8d\x5b\x3b\xbb\x6f\x12\x8f\xf6\x01\xe2\x11\xdb\xb7\xa3\x34\x6e\xd4\x4f\xdf\x25\x1e\x2f\x8e\x24\x1e\x79\xde\x2e\xf1\xc8\x3d\x17\xe6\xc9\xe6\x7e\xf6\x1d\xe2\x91\x05\xac\xef\x10\x8f\x38\x12\xfa\x0e\xf1\x88\xe1\xd1\x77\x88\xc7\xdb\xeb\x20\x1e\xf1\x2c\xf7\x5d\xe2\x91\x31\xdb\x25\x1e\x6d\x19\xc4\x23\xc9\x28\x7d\x87\x78\xcc\x3e\x0f\xe2\x31\xfb\x1f\xc4\x23\x9b\x61\x5f\x78\x28\x57\x96\xb3\x8e\x60\x43\x05\xf4\x77\x04\x1b\x2a\x11\xfd\x1d\xc1\x06\xc5\xb5\x3a\x82\x0d\xfd\xf0\x4c\x88\x47\x30\x5d\x47\xb0\xa1\x1f\x3e\x21\xf1\x1f\xad\x46\xb0\xa1\xf3\x15\x77\x04\x1b\xba\x33\x04\xc1\x86\xbe\xfb\x3c\x88\xc7\xdd\xe7\x35\xce\xa4\x0f\x08\x36\xf4\xdd\x27\x0c\x8e\xbc\xcb\xe4\x88\xb7\x89\x60\xc3\xb0\xd5\x88\x32\x58\x4f\xb3\x23\xca\x30\x70\x70\x76\x84\x17\xc6\xcf\xdb\xfc\xcf\x25\xb9\xa3\xc9\xa0\x7c\x64\x47\x93\x61\x06\x6f\xb2\x88\x1d\x43\x64\x3a\xc4\xce\xee\x20\x41\xec\xa8\x71\xd1\x21\x76\x54\xae\xe8\x10\x3b\xaa\x61\x74\x88\x1d\xcb\x78\x77\x88\x9d\x83\xe8\xd8\x0e\xb1\x73\xf9\x6a\x11\x13\xb7\xf6\x72\x47\x4c\xfc\xba\x3d\x93\x04\xee\xdb\x33\x49\xe0\x76\xf2\x20\x26\x7e\x39\x5d\x10\x13\xbf\xf0\xa4\x75\xc4\xc4\x2f\xac\xeb\xae\x98\x78\xf7\x09\x88\xa5\x77\x9f\x80\x58\x7a\xf3\x3a\xc4\xd2\xbb\xf7\x94\x40\x64\x5c\x10\x13\xaf\x8e\x04\x62\xe2\x95\x05\xa5\x23\x26\x5e\xd9\x19\x3b\x62\xe2\x15\x3b\xb5\x9f\x12\x88\x4c\x2c\xc4\xc4\xab\xa3\x7b\x4a\x20\xf2\x74\xc4\xc4\x2b\xd6\x4b\x47\x4c\xfc\xf9\x38\x10\x0c\x57\xf1\xac\x23\x18\x3e\x2e\x9f\x00\xc1\x86\x4f\xb1\x23\x18\x3e\xab\x77\x21\x09\x16\xb2\xa8\x53\xa4\x56\x30\xdd\x2f\x93\x7c\xb9\x0b\xe4\xcd\xee\xf2\x02\x79\xb3\x63\x41\x77\xc8\x9b\xdd\xe5\x0c\xf2\x66\x77\x39\x83\xbc\xd9\xb1\x68\x3b\xe4\x8d\xdc\x77\x87\xbc\x31\xa6\xb7\x43\xde\x18\x97\xdc\x21\x6f\xa2\x0b\x1f\xe4\x8d\x91\xcf\x1d\xf2\x26\x3e\x4f\x20\x09\xf6\x79\xc2\xf2\x2c\x9f\xbe\x5b\xc8\x1b\x3d\x9a\x1d\xf2\xc6\x6d\xac\x43\xde\x9c\x38\x9e\x3a\xe4\xcd\xe5\xbb\x95\xbc\xc1\xe6\xea\x92\x37\xd9\xeb\x20\x6f\x7c\x82\xe4\x0d\x96\x70\x97\xbc\x01\x0f\x75\xc9\x1b\x22\xf3\xbb\x0c\x0d\x38\xb1\xcb\xd0\x14\xef\x02\x43\xe3\xd6\x21\x43\xe3\x12\x29\x43\xe3\xf7\x20\x43\x73\x7b\x26\x0c\x8d\xcb\x99\x0c\x8d\xdf\x83\x0c\x0d\xac\x41\x97\xa1\x01\xb3\x76\x19\x1a\xa4\xaf\xba\x0c\x8d\x5f\x07\x8a\xe1\x05\xe7\x4b\x47\x31\xbc\x80\xf7\xba\xec\x8d\x4b\x39\xec\x4d\x01\xa0\xf7\xdb\xfe\x31\x82\x0f\x7b\x43\x6f\x1f\xf6\x86\xf1\xbc\xcd\xa2\x64\x94\x50\x13\x9f\xcd\xbb\xc0\x0c\x14\xff\x83\x19\x70\x65\x80\xd9\x99\x7e\x9b\x30\x3b\xd3\x19\x02\xb3\x33\x71\xf9\x75\x99\x1d\x9c\xa6\x5d\x66\xc7\xb9\x2b\xb3\x83\x2f\xb9\xcb\xec\x38\x23\x65\x76\x40\x7f\x5d\x66\xa7\x7b\x17\x98\x8f\xe1\x7f\x30\x1f\xce\x3a\xd2\x8e\x76\x50\x5c\x27\xed\x68\x9f\x1e\xc1\x1a\x3c\x67\xc2\x1a\x3c\x4f\x80\x35\x18\xff\x72\x5c\x74\x48\x9f\x5d\xab\x80\x8c\xa4\xdd\xa6\x14\xf2\xd9\x08\xfe\xe8\xd6\xb6\xc5\x3e\xea\xd6\xb6\xad\x9e\x49\x3e\x1b\xfe\xb1\x6e\x6d\x5b\xf7\x49\x6b\xdb\x42\x08\x75\x6b\xdb\xfa\xc2\xac\x6d\x8b\x77\xae\x93\x75\x14\x9d\xf2\x45\x22\x82\xc9\x03\x5d\x63\xea\x46\x87\xae\x39\x5d\xae\xa1\x6b\x2e\xbc\x88\x9d\x7c\xa1\x0b\xbf\x53\x87\xae\x31\x24\xae\x5b\x95\xd6\xa5\x00\xba\x26\xb9\x2c\x41\xd7\x24\xfb\x00\x5d\x93\xec\x1f\x74\x4d\x72\x19\x84\xae\x49\x7e\xee\xd0\x35\x49\xab\x07\xba\x26\xd9\x23\xf2\x85\x92\x9f\x8a\xa5\x67\x1d\x6b\xf2\x85\x6e\x40\x71\x27\x5f\xe8\x26\x54\xa9\x43\xf3\x28\x31\xd3\xa1\x79\x54\xd1\xe8\xd0\x3c\xb7\x2f\x1a\x9a\xc7\x70\xf4\x0e\xcd\x63\x11\x9a\x0e\xcd\xa3\x3a\x59\x87\xe6\xc9\xd0\x7b\xbd\x99\xb3\x46\x6f\x9b\x39\x6b\xb6\x73\xf5\xa1\x10\x60\xdf\xa1\x79\x64\x9f\x3b\x34\x8f\x14\x6c\x87\xe6\x29\xf8\x14\x3b\x34\x8f\x94\x6f\x87\xe6\x91\x8b\xee\xdd\x9c\x35\xda\x02\x95\xd3\x6c\x35\x54\x4e\xf3\xdd\x42\xe5\x54\xfb\x07\x95\x63\xd2\x74\x87\xca\x31\x69\xba\x43\xe5\xd4\x69\xcb\xf0\xb1\x6f\x3e\x01\x0e\xc1\x0f\x1c\x2a\xa7\x81\x09\x3a\x54\x4e\x75\xe4\xa1\x72\x4c\xbd\xee\x50\x39\xcf\x12\x42\x59\x5a\x49\xde\x4e\x59\x5a\xd3\xb9\xfb\x90\x43\xa0\xef\xd0\x3c\xd5\xf7\x37\xec\x1f\xa3\x04\x5f\xd3\xb4\xb9\xe0\x6b\x1a\x29\x42\x1d\xbe\xc6\xd8\xf1\x3e\xf4\xbf\x7b\x17\xfc\xef\x80\xe2\x4e\xe9\xd9\x81\xc0\x4d\xa7\xf4\xac\xce\x90\x0e\x1e\xba\x61\x68\x3a\xa5\x67\x75\x86\xf4\xa9\xff\x9d\xe7\xc1\xf3\x0c\x62\x17\x3a\x3c\x8f\x8e\x92\x0e\xcf\x33\xfc\x72\xe0\x79\x86\xa6\x14\x3c\xcf\x88\xb6\x05\x7e\x21\x78\x1d\xfc\x02\x71\x06\x1d\x9e\x47\x07\x4b\x87\xe7\x19\x78\x88\x3b\x3c\xcf\x08\xb6\x65\xe2\xfd\x5f\xb3\x60\xc0\xf3\x98\x18\x3d\xe0\x79\x4c\x73\x1f\x9b\xb9\x75\x9d\x23\x72\xeb\x78\xb7\x03\x9e\xc7\xa5\x75\x90\xdc\xb3\x61\x04\x0d\x92\x7b\x76\x30\xc8\x20\xb9\x67\x6f\x5e\x87\x6f\xbe\x79\x26\xbe\x79\xa8\xdb\x41\x72\x8f\x54\xf1\x20\xb9\x47\x22\x77\x90\xdc\xa3\xf9\x32\x48\xee\xd9\x59\x51\x06\xc9\x3d\xc7\xe9\xf3\x26\x47\xdc\x13\xfd\xba\xe3\xfc\x57\xaa\xc8\x40\xda\xee\x64\xb7\x1d\xe4\x04\x69\x69\x0c\x72\x82\x4e\xbc\x34\x83\x9c\xa0\x13\xff\xd8\x20\x27\xe8\x64\xcf\x1e\xe4\x04\x59\x37\x61\x90\x13\x74\x92\x91\x3e\xc8\x09\x3a\x8b\x4f\xc0\x01\x9e\xfc\x0f\x07\x38\x0b\xe6\x20\x27\xe8\xcc\x76\x01\x2f\x37\xd6\xc4\x20\x27\xc8\x72\xe3\x83\x9c\x20\x43\x79\x06\x39\x41\x27\xf6\xca\x20\x27\xe8\xc4\x26\x19\x87\x0e\x7e\xee\x49\x4e\xd0\x49\x09\xd2\x71\x48\x60\x70\x4f\x72\x82\x4e\x6c\x92\x71\xd8\xbf\x8b\x23\xfa\x77\x7b\x64\xff\x98\x20\xe4\x04\x9d\xd9\xa7\xd3\xbf\xec\x7f\xf4\xef\xb6\x2d\xf4\x8f\xa8\x83\x01\xad\x74\xde\x1e\xd1\xbf\xdb\x96\xd1\x3f\x2c\x94\x01\xad\xa4\x98\xc9\x80\x56\x52\xf6\x64\x40\x2b\x9d\xf8\xd1\x07\xb4\x92\xa2\xe0\x03\x5a\xc9\x2a\x68\x03\x5a\xe9\xba\x3c\x13\x0f\x38\x4b\xe4\x80\x56\x4a\x6c\x9b\x03\x5a\x29\xb1\x6d\x0e\x68\xa5\xe4\xf4\x84\x56\x4a\xd5\x27\xe0\xc5\x87\x8e\x1a\xd0\x4a\xa9\xda\x4e\xbc\xf8\xd5\xeb\xf0\xe2\x3b\x91\x49\x11\x4a\xc5\xa7\x93\xd3\x45\xfc\xc5\x80\x80\x4a\x58\xf3\x03\x02\x2a\x11\x39\x31\x20\xa0\x92\x9f\x11\x04\x94\x1b\xe5\x80\x80\x4a\x6c\xe1\x03\x02\x2a\xf9\xf9\x41\x40\x25\x3f\x38\x08\x28\x37\xd1\x01\x01\xe5\x06\x3b\xa2\xfd\xf3\x2e\xf4\x0f\x8a\x79\x44\xfb\xc7\xb8\x40\x40\x25\x6c\xae\x11\xed\x9f\xed\xc4\xfb\x8f\x9b\x66\x40\x40\x65\x96\xcf\x01\x01\x95\x59\x68\x07\x04\x54\xc6\xb3\x3c\x20\xa0\x32\x1e\xe2\x01\x01\x95\xc9\xa6\x1b\x10\x50\x19\xff\xed\x80\x80\xca\xd1\xff\x28\x17\xea\x1b\x83\x80\xb2\x06\xc7\x80\x80\xca\x8e\xf5\xa9\xf7\xdf\xa3\xc6\x11\xfd\x83\x49\x32\x28\x74\xc0\x24\xd5\xdd\xb6\xac\x3e\x28\x5a\x35\x60\x92\x2a\x5b\xdc\x80\x49\xaa\x20\xe6\x01\x93\xa4\xa0\xd5\x80\x49\xaa\xbb\xff\x45\x8e\xbc\xcb\xc9\x99\xf4\x08\x26\xa9\xe2\x0a\x1d\x30\x49\x15\xbf\xef\x80\x49\xaa\x6c\x71\x03\x26\xa9\x42\x31\x0f\x98\x24\xc3\x5c\xc7\x65\xff\x78\xd3\x30\x49\x2d\xda\x16\x98\x01\x22\x91\x07\x4c\x52\x4b\xb6\x6c\x72\x44\x6f\x49\x1f\x6a\x44\x90\x0d\x58\xa6\xe6\x5a\x07\xcb\xd4\x70\xd6\x0d\x58\x26\xe3\xb5\x07\x2c\x53\x7f\xae\x93\x19\x60\xac\x93\xcc\xc0\xbf\xf4\x92\x07\x04\x94\xa5\x9d\x06\x04\xd4\x20\xec\x6d\x40\x40\xb9\x33\x8e\x24\xa1\xc0\x00\x52\xcd\x56\x7e\x7b\x40\x4e\x59\xcd\x62\x98\x75\xe4\x82\x62\xd6\x91\xfb\x1d\x59\x47\x3b\x3b\xf8\x20\xeb\x48\x61\x8e\x61\xd6\x91\x4b\x96\x59\x47\x80\xbf\x71\x23\x0d\xea\xc2\x77\x23\x0d\xea\x62\x63\x46\x92\x8b\xb0\x19\x49\x2e\x8a\x66\x24\xb9\x59\xdc\x78\x73\x9f\x33\xf1\x56\xbb\x1d\x91\xad\x14\x9c\xc8\x37\xde\x6a\xe8\xcb\x71\xe3\xa8\xc7\x36\x1c\x64\x32\x05\x47\x82\x4c\xa6\xe0\xf6\x40\x26\x93\x5a\x1c\x23\xe3\xad\xc6\xde\x1c\x19\x6f\xb5\x8b\x29\x59\x4e\x01\x7b\x65\x90\xc9\x14\xe0\x71\x07\x99\x4c\x81\x98\xc9\x41\x26\x53\x70\x6b\x24\x93\xc9\xba\x10\x83\x4c\x26\xc3\x9f\x06\x99\x4c\xc1\xc5\x9b\x4c\xa6\xe0\x96\x93\xed\x03\x6f\x85\x4c\x26\x55\x42\x06\x99\x4c\xc1\xa9\x4b\x26\x53\x70\x7a\x92\xc9\x14\xdc\x0c\x8b\x7d\xe0\xad\x90\xc9\xa4\x82\xc8\x20\x93\x29\x10\xba\x37\xc8\x64\x0a\x90\xc3\xa3\xd8\x3f\xef\x42\xff\x9c\xac\xa4\x2b\xa9\x35\x32\x48\x57\x3a\xb5\x49\x48\x57\x3a\x89\x87\x1d\x45\x8f\xbb\x67\xe2\x71\x77\xf1\x26\x5d\xe9\x74\xeb\x20\x5d\xe9\x74\xb9\x26\x5d\xe9\x72\x59\x22\x5d\x49\xa9\xad\x41\xba\xd2\xe5\xb6\x42\xba\x92\x9a\xcf\x83\x74\xa5\x84\xdf\x70\x90\xae\x94\x5c\xc0\x48\x57\x4a\x78\x26\x47\xd5\x1b\x4f\xcb\x20\xb5\xa4\x7c\x07\xa4\x96\x01\x56\xa3\xea\x8d\xf7\x79\x7a\xe3\x69\x99\xe9\x4a\xce\x5d\xd3\x95\x88\x01\x1a\xa6\x2b\x01\xe5\x87\xe9\x4a\xd3\x7b\xe2\x8d\x77\x29\x27\x5d\xe9\xc6\x32\x1d\x90\x61\x37\x5a\x8f\x03\x32\xec\x76\xd6\x99\xae\xa4\x9d\x6a\xba\x92\xdf\x34\x64\x58\x3e\xfc\x0f\x8f\xfb\xe1\x5d\xf0\xb8\xbb\xc9\x40\x78\x65\x5c\x77\x03\xc2\x4b\x8a\x79\x98\x92\x84\xdd\x3f\x20\xbc\xa4\xad\x87\x29\x49\xd8\xda\xc3\x94\x24\x8d\x0b\x58\x2d\xf3\x7a\x07\xac\x96\x3a\x24\x03\x56\xab\x80\x6b\x86\xe9\x4a\x78\xdc\x87\xe9\x4a\x5a\xd0\xa6\x2b\xe1\x71\x1f\xb0\x5a\xd9\xe5\x13\x56\x4b\x91\xb3\x61\x2a\x13\x5e\xfc\x61\x2a\x13\xf8\x6b\x98\xae\x44\x22\xce\x80\xb9\x2a\x9b\x2d\x93\x35\xe0\xfd\x99\xae\x34\x3d\x82\x35\x00\x39\x0d\x98\xab\xa5\xd2\xf8\xdf\x4b\xf2\x93\xc9\xc4\xe3\x20\xb5\x2a\x00\x68\x40\x6a\x55\x27\x96\x99\x4c\xc5\xff\x20\x14\x9c\x4a\x66\x32\xb9\x7c\x9a\xc9\x84\x87\x6a\x98\xc9\xe4\x70\x9a\xc9\x84\x73\x62\x98\xc9\xa4\x95\x6c\x26\x93\xb6\xa8\x99\x4c\x2e\xd0\x66\x32\xb9\xb4\x9a\xc9\xe4\xf2\x09\xe1\xd5\x9d\x20\x10\x5e\xdd\xe9\x09\xe1\xd5\x5d\x0a\x00\x78\x1d\x50\x35\xcc\x56\x72\x82\x98\xad\xe4\x66\x01\xa9\xd5\x9d\x2e\x90\x5a\xdd\xa9\x6b\x46\x92\x96\x0d\xc4\x55\xd7\x7a\x81\xb8\xea\x6e\x4e\x10\x57\x1d\xdf\xfc\x10\xa8\xc1\xfb\x4f\x88\xab\xce\x64\x9d\x10\x57\x83\x8c\xc0\x09\x71\x35\xb0\xfb\x27\xc4\xd5\xb8\x3d\x13\xd2\x80\x05\x65\x42\x5c\x0d\x62\x17\x26\xc4\xd5\xe8\xde\x45\x42\xa1\x72\x74\x73\x34\x39\x82\x35\xc0\xfb\x3f\x21\xae\x4c\xeb\x9d\x10\x57\x13\xab\x67\x42\x5c\xcd\xd3\x33\x57\xff\x66\xf1\xe9\xb0\x06\x8c\xe0\x34\xed\x88\x8f\x6a\x92\x76\x74\xb1\xf4\x4c\xd2\x8e\xac\x38\x3c\x49\x3b\xba\x98\x59\x93\xb4\xa3\x8b\x85\x68\x92\x76\x74\xb1\xf9\x4e\xd2\x8e\x32\x96\xcd\x24\xed\xa8\x06\xef\x89\x57\xbd\xf9\x1f\xf2\x91\xdd\xa7\xe3\x39\x27\xde\x63\xa2\x51\xa7\xc7\x6f\x1e\x7a\xc7\x79\x3a\x1a\x75\xba\xee\xe6\xa1\x77\x9c\x31\x43\xa3\xce\x98\xe5\x89\x46\x9d\x20\x75\xa2\x51\x17\x1d\x4f\x34\xea\x4e\xdc\x42\x13\x8d\x3a\x15\x36\x26\x1a\x75\x91\x8f\x7f\xa2\x51\x77\x6e\xb6\xa5\x73\xc4\xc8\xa3\x51\xa7\x4a\xc8\x44\xa3\xee\xc4\x1e\x9b\x68\xd4\x9d\x84\x9d\x4e\x74\xe8\x2e\x7b\x8b\x0e\x9d\x29\xfe\x13\x1d\x3a\xc9\xc5\x89\x0e\x9d\x69\xfc\x13\x1d\x3a\xe3\x59\x26\x3a\x74\x4a\x11\x4c\x74\xe8\x4c\xff\x9f\x68\xcd\x15\xb6\xc6\x89\xd6\x9c\xa4\xe4\x44\x6b\xce\x22\xca\x13\xad\xb9\xca\x56\x3c\xd1\x9a\xab\x6c\x9b\x33\x1a\xdf\x4f\xab\x29\x99\xb4\x61\x17\x4f\xca\x22\x6d\x8e\x04\x65\x91\x36\xec\xf0\x49\x59\xa4\x0d\x9a\x6e\x52\xfb\x68\xdb\x7c\x02\x71\xec\xce\x6b\xea\x1b\x6d\x70\x32\x53\xcd\x38\x47\x50\xcd\xb8\xe9\xf3\x26\x77\xa1\x7f\xd4\x37\x3a\x7c\x3a\xf5\x8d\x76\xdf\x26\xf5\x8d\x76\x16\xef\x49\x7d\xa3\xc3\x77\x44\x7d\xa3\xdd\x77\x8b\x66\x9c\x66\xd6\x3c\x75\xe7\xf2\x56\xd0\x8c\x8b\xce\x4f\x34\xe3\xe2\x3f\xc5\x39\x27\x72\x72\x16\x23\x99\xc8\xc9\x45\xd6\xfc\x79\xea\xe9\xf5\x71\x78\x7a\xf1\xcb\x4c\x34\xe3\x2c\x8c\x32\xd1\x8c\x3b\x1d\x40\x34\xe3\x4e\xa0\xc4\x44\x33\xee\xc2\x52\x9c\x68\xc6\x19\x3c\x37\xd1\x8c\xbb\xb0\x8f\x26\x9a\x71\x17\x36\xfa\x44\x33\xee\x3a\xbd\x0b\x21\xe7\x58\x7c\x13\xcd\x38\xd5\x9a\xe7\xa5\xbf\x98\x76\xa2\x19\x67\x2e\xd1\x44\x33\xee\x1a\x3e\x1d\x7f\xb1\xad\xbe\xf4\x17\x7b\x17\x7d\xad\x9e\x89\x06\x18\x3e\xc5\x89\x82\x5c\xc6\x1b\x38\x51\x90\xcb\x80\xb1\x89\x82\x9c\xe9\xc7\x13\x05\x39\x21\xe4\xa4\x2c\x92\x45\x24\x27\x65\x91\x0a\xc2\x2a\x13\x75\xb9\xb6\xfb\xdf\xea\x43\x3b\x7c\x1e\xbe\xc8\xdd\x23\x7c\xad\x87\x4f\xa7\x2c\xd2\xee\x5d\xf0\x53\xba\xb0\x5b\x16\x69\xf7\x08\x3f\xa5\x93\x15\x75\xb9\x46\xd6\xd1\x44\x5d\xae\xb9\xec\xa2\x2e\xd7\xb0\x88\x26\xea\x72\x8d\xed\x68\xa2\x2e\xa7\xd6\xf0\x44\x5d\x4e\x1c\x35\x51\x97\x1b\xa0\x87\x89\xba\xdc\xc0\x2e\x9e\xa8\xcb\x0d\xf0\xc2\x44\x5d\x6e\x5c\x3e\x0f\x3f\xa5\x23\x41\x59\xa4\x41\x0c\xea\xbc\xf1\x53\x5e\x3e\x01\x3f\xa5\xef\x1d\x1d\x3a\x31\xdd\x44\x87\x6e\x56\x5b\x3d\x38\xe2\x3f\x42\xe9\x36\xe2\x4c\x27\xe1\x72\x3b\xd9\x74\x93\x70\xb9\xc3\xa7\x67\x04\xad\x5c\x50\x32\x4e\x29\x97\x1e\x42\xe9\x4e\x97\x2c\x42\xe9\xb4\xd8\x27\xa1\x74\xda\xe8\x93\x50\xba\xd3\x99\x45\x28\xdd\xf9\xb4\x05\xa7\x94\xed\x24\x94\xce\xa8\x98\x49\x28\x9d\x98\x60\x12\x4a\x77\xe2\x6e\x99\x84\xd2\x19\x5b\x33\x09\xa5\x3b\x89\x6a\x9a\x84\xd2\x9d\x24\x1a\x4d\x42\xe9\x4e\x37\x66\x42\xe9\xc4\x0b\x93\x50\xba\x13\x76\x63\x16\xfb\x47\x8f\x28\x8b\x74\x42\x74\x4e\xca\x22\x5d\x6e\xd3\x84\xd9\x9d\x2e\x2f\x84\xd9\x89\x3a\x66\xb1\x7f\x3e\xbd\xe3\x12\x63\xb6\x12\x66\x97\x86\x67\xe2\x94\x82\x60\x9b\x84\xd9\x25\xb8\xaa\x49\x98\x5d\x72\x93\x21\xcc\x2e\xb9\x19\x56\x85\x94\xf8\x36\x09\xb3\x4b\x90\xca\x93\xda\x47\xc9\xed\x96\xda\x47\x09\x66\x60\x52\xfb\x28\x41\x07\x4f\x6a\x1f\x89\x2c\x26\xb5\x8f\x12\xb4\xe0\xa4\xf6\x51\xea\x5e\x87\x53\x0a\x92\x70\x56\x9d\x52\xf4\x9d\xda\x47\x69\x78\x26\xfd\x23\xf6\x7f\x52\xfb\x28\x91\x37\x39\xa9\x7d\x74\xbb\xcc\x53\xfb\x28\x61\xb1\xcf\x66\xff\xee\x7f\x2d\xc9\x94\x45\x4a\x30\x8d\x93\xb2\x48\xd9\x29\xdf\xf4\x57\x31\x48\x94\x45\xca\x80\xdb\x49\x59\xa4\x0c\x7c\x9e\x94\x45\xca\x04\xcf\x4d\x4a\x1f\xe5\x68\x33\xf1\x57\x01\x79\x26\x7a\x72\x46\x1d\x4c\xf4\xe4\x8c\x4f\x98\xe8\xc9\x19\xca\x33\xd1\x93\xab\x2e\x0c\xe8\xc9\x55\xbc\x73\x13\x3d\xb9\x8a\xeb\x60\xa2\x27\x67\xb4\xc2\x44\x4f\xee\xb1\xa4\xd0\x93\xab\x58\xb4\x13\x3d\xb9\xaa\x55\x87\x9e\x9c\x91\x13\x13\x3d\xb9\x1a\xbc\x27\xfe\x2a\x97\x33\xf4\xe4\x6a\xf0\x08\x7f\xd5\xe1\x3d\xed\x1f\x03\x8f\x9e\x5c\x85\xea\x98\xe8\xc9\x55\xac\xe4\xd9\xed\x1f\x23\x81\x9e\x5c\xc3\x1b\x38\xd1\x93\x6b\x2e\x21\x43\x7f\x15\x23\x88\x9e\x5c\xd3\xfa\x44\x4f\xae\x69\x6f\xa2\x27\xd7\x80\x4a\x13\x3d\x39\x15\x05\x26\x7a\x72\x7d\xf3\x09\x37\x47\x8c\x27\x7a\x72\xcf\x42\x8b\x9e\xdc\xb3\x60\xa2\x27\xf7\x2c\x8a\xe8\xc9\x3d\x8b\x22\x7a\x72\xcf\x22\x8c\x9e\xdc\x70\x39\x43\x4f\x6e\x10\xb9\x3e\xd1\x93\x1b\xe0\x93\x89\x9e\xdc\x80\xf8\x98\xe8\xc9\x0d\xb7\x54\xf4\xe4\x06\xee\x8f\x89\x9e\x9c\x52\xf4\x13\x3d\x39\x65\xea\x27\x7a\x72\x43\x8b\x1d\x95\x38\x93\xb4\x27\xd8\xc5\x5a\xe4\x13\x7c\xb2\xfb\xde\x09\xac\x23\x2d\x3b\x6c\xe0\x13\x44\x67\xc3\xb6\xe9\x2e\x4b\x1c\xe1\x2e\x5b\xf8\x2b\x6c\xe0\x13\x64\x66\xc3\x06\x3e\x09\xd5\xeb\x70\xc5\xac\x18\x84\xb0\x81\x4f\xc2\x8a\x41\x08\x1b\xf8\x24\x54\xef\x89\xab\x69\x61\xc8\xb0\x81\x4f\xc2\xc2\x04\x61\x03\x9f\x84\x85\x87\xc2\x06\x3e\x09\x4f\x5b\x70\x35\x2d\x76\x23\x6c\xe0\x93\xf0\xb4\x05\x57\x53\xf6\x3f\x5c\x4d\xcb\x28\x09\x1b\x81\x75\x21\xd3\x4e\x02\xeb\xc2\x4d\xdf\x09\xac\x0b\x99\xe7\x11\x58\x17\x32\xbd\x25\xb0\x2e\x2c\x26\x29\x6c\xbb\xfd\xa3\x9d\x04\xd6\x85\xb5\xb0\x87\x8d\xc0\xba\x90\x3d\xa2\x7f\x95\xbe\x13\x58\x17\x16\xf2\x0d\xdb\xae\x3b\xd0\xa7\xd3\xbf\xea\x7f\xf4\x6f\x39\x27\xc2\x46\xf0\xdc\xd9\xb9\x27\xc1\x73\x57\xe5\x3f\x82\xe7\xae\xce\xb8\x10\x3c\x77\x75\x46\x02\x59\x04\xaa\x2c\x86\x8d\xe0\xb9\xab\xd3\x23\x82\xe7\xc0\x12\x61\x23\x78\xee\xea\xf4\x88\xe0\x39\xd2\xb9\xc3\x46\xf0\x1c\x15\xbf\xc3\x46\xf0\x5c\x3a\x18\x41\x82\xe7\x60\x4c\xc2\x46\xf0\x1c\x3c\x48\xd8\x08\x9e\x4b\xf6\x8f\xe0\x39\x42\x04\xc2\x46\xf0\x5c\x72\x24\x08\x9e\x5b\x7c\xcd\x7f\x2d\xc9\x61\x23\xae\x2e\x15\x9a\x42\x21\xa4\xe4\x64\xa5\x10\x52\x72\x20\x88\xb9\x63\x3f\x08\x1b\x31\x77\xa9\x33\x09\x28\x84\x94\xec\x3a\x85\x90\xd2\x64\xc8\x82\x72\x37\xfe\x87\x5f\x26\x32\xf0\x41\xdf\x12\x9d\x0d\xfa\x96\xbc\x0e\xbf\xcc\xc6\xe0\x52\xde\xa8\x6c\x74\x96\xf2\x46\x88\xb3\x87\x2d\xea\x5b\x62\xa8\x29\x6f\x84\x54\x7b\xd8\x28\x6f\x54\x76\x9e\x47\x79\xa3\xb2\xf1\x04\xca\x1b\x95\x8d\xde\x52\xde\x08\x39\xf6\xb0\x51\xde\x08\xe1\xfd\xb0\x51\xde\x08\x25\xb8\xb0\x51\xde\xa8\x74\x5a\x4d\x79\x23\x88\x88\xb0\x51\xc2\xa8\x1e\xb6\x0c\x07\x4b\xf0\x09\x44\x6c\x46\x9e\x4e\x09\xa3\x1a\xb9\x0b\x25\x8c\xa8\xd5\x1d\x36\x4a\x18\x91\xea\x1d\x36\x4a\x18\xd5\x46\x5b\x28\x61\x54\x1b\x53\x89\x12\x46\xb5\x32\x4a\x94\x30\xaa\x8d\xde\x52\xc2\xa8\xba\x84\x50\xc2\xa8\xfa\x1e\x28\x61\x54\xbb\x77\xa1\x0f\xd5\x27\xe0\x40\x6a\x8c\x20\x25\x8c\xd0\xdb\x0d\x1b\x25\x8c\x6a\x65\xac\x29\x61\xd4\x4f\xfb\x80\x03\xe9\xe4\x9e\x97\x0e\x24\x5a\x46\x09\xa3\x6e\xdf\x29\x61\xd4\x4f\x7a\xbb\xd0\x51\xee\xf6\xfd\x22\x22\xf5\xe4\x79\x94\x37\xea\x27\x2d\xa3\xbc\x51\x77\xcc\x28\x6f\xd4\x4f\x46\x89\xf2\x46\xfd\x64\x26\x53\xde\xa8\x9f\xf4\x81\xf2\x46\xfd\xb4\x2d\x38\x9e\x4e\x46\x82\xf2\x46\xfd\xb4\x65\x48\xe1\xb8\x0c\x52\xde\x68\xb8\xec\x52\xde\x68\xf8\xb9\x53\xde\x68\x6e\x8c\x35\xe5\x8d\x90\x71\x0f\x1b\xe5\x8d\xe6\x4e\xab\x29\x6f\x34\xfd\xc0\x17\x72\xca\xf3\xa0\xb7\x0b\x39\xe5\x79\xf0\xf4\x85\x9c\xf2\x74\xf6\x2c\xe4\x94\xe7\x41\x3b\x29\x8b\x34\xed\x7b\xc2\xf1\x74\x7a\x4f\x4a\x11\x65\x9f\xd7\x09\x34\x65\x5c\x28\x8b\xf4\x2c\x83\x94\x45\xba\x5c\x34\x28\x8b\x74\x15\xde\x26\x65\x91\x2e\x17\x7d\xca\x22\x5d\x2e\x44\x37\x9a\x36\x2e\x83\x37\x9a\x36\x2e\x6e\x94\x4c\x22\x93\x37\x6c\x94\x4c\x02\x43\x86\x8d\x22\x49\xdd\xd9\x4a\x91\xa4\x91\x18\xa5\xdb\x20\x4d\xc6\x93\x20\xb8\x7d\x72\x17\x82\xe0\x4e\xbf\x46\x82\xe0\xce\x9d\xeb\x08\x82\x3b\xfd\xde\x09\x82\x3b\x5d\x0b\x08\x82\x43\x90\x36\x6c\x04\xc1\x21\x9c\x1b\x36\x82\xe0\x88\xd3\x0a\x1b\x41\x70\x67\xf7\xbf\x9b\x23\xef\x49\x29\x8f\xe7\x3f\x82\x18\x87\x6d\x21\x88\x71\xd8\x16\xdd\x3b\x3e\x0f\xf7\x8e\xdb\x0a\xf2\x06\xc5\x15\x13\x79\x83\xf2\x83\x72\xfe\x7b\x49\x2e\xc4\x37\x3a\xcd\x50\x3e\x78\x16\x1b\x94\x0f\x4a\xe7\xe1\x28\x1f\xa0\xa6\x15\xb6\xa2\xf7\xca\xeb\xf0\x5e\x35\x3a\x84\xf2\x41\xb1\x43\x28\x1f\xd4\xcb\xbb\xa0\x4e\x51\x3d\xb2\x4a\x84\xcf\x2b\xf8\x8f\xe8\x02\x01\x72\xdb\xc1\x40\x14\x3d\x46\x5e\xd7\x39\x93\x29\x88\x2c\xf7\xe6\x24\x27\x40\x6e\x73\x5a\x13\x20\xb7\xed\xdc\x05\x3d\x03\xaa\xee\x86\x0d\xb1\xed\x6d\xe7\xe9\x04\xcf\x1d\xb6\x85\xe0\xb9\xc3\xc5\x9b\xe0\xb9\xc3\x09\x42\xf0\xdc\xb1\x31\xe9\x08\x9e\x3b\x5c\xd8\x09\x90\x3b\xdc\x19\x09\x90\x3b\xb4\x03\x08\x90\xa3\xa6\x5d\xd8\x08\x90\x8b\x8d\x56\x13\x20\x17\x1b\x77\x21\x40\x2e\x6a\x65\x11\x20\x17\x9d\xd6\x04\xc8\x9d\xf6\x1d\x41\xed\xcb\xd1\x25\x40\x2e\xb9\x98\x12\x20\x07\x05\x14\x36\x02\xe4\xf2\xce\x3b\x22\x40\x2e\xef\x3e\x1d\xa7\xcd\xe1\x99\x04\xc8\x39\x2e\x06\xc8\x39\x82\x04\xc8\x91\x8f\x18\x36\x02\xe4\xb2\x6f\x93\x20\xb8\x16\x68\x27\x41\x70\xcd\xed\x96\x20\xb8\x16\x78\x2b\x68\x1d\xb4\xc3\xff\x70\xda\x04\xda\x62\x80\xdc\xf0\x3f\x9c\x36\x83\xf7\x40\x80\xdc\x48\xf4\x9d\x00\xb9\x91\x18\x33\x02\xe4\x46\x62\x01\x23\x40\xee\xf9\xf8\x09\x90\x1b\x89\x3e\x10\x20\x87\xac\x52\xd8\x08\x90\x1b\x89\x27\x10\x20\x37\x12\xef\x96\x00\xb9\x91\x18\x4f\x02\xe4\xc6\xc5\x13\x08\x90\x9b\x6e\x24\x04\xc8\x4d\xb7\x1c\x02\xe4\xe6\xcd\x48\x10\x20\x37\x6f\x5a\x4d\x80\xdc\xf4\xdd\x82\x48\x36\x5b\x0d\x22\xd9\x35\x82\x40\x24\x7b\xa7\x7f\x20\x92\x43\xa3\x04\x44\x72\x5c\xb4\x0c\x44\x72\x5c\xbc\x3f\x10\xc9\x71\xf1\x74\x10\xc9\xe9\x77\x0b\x22\x39\x9d\x13\x20\x92\x73\x30\x27\x54\xb8\x76\x09\x01\x91\x9c\xc3\x33\x71\x78\x0c\xda\xa9\xc2\xb5\x0b\x34\x0a\xd7\xa7\xad\x56\xe1\xda\xf7\xa7\xc2\xf5\x64\x3c\x55\xb8\x9e\xde\x05\x87\x8e\x86\x1c\x0a\xd7\xa7\x2b\x91\x0a\xd7\xcb\x59\x10\x76\x14\xae\x4f\xd6\xa5\x5d\x85\x6b\x16\xbe\x5d\x85\xeb\xc5\x05\x84\x9d\x22\xae\xe7\x72\x94\x84\x7d\xb3\x7f\x93\x23\xfb\x37\x38\xb2\x7f\x07\x47\x09\x97\x83\x77\xc1\xe1\x81\x51\xb9\x13\x20\x77\x6f\xb6\xa5\x71\x94\x39\xea\x1c\xd9\xb2\xc1\x51\xe5\x08\xf5\x64\xcc\xba\x9d\x20\xb8\x34\xff\x11\x04\x17\x76\x82\xe0\x6e\x6c\xbc\x5d\x61\xec\x49\x17\x08\x82\xbb\x59\x96\x76\x82\xe0\x6e\x16\xa2\x9d\x20\xb8\x7c\x79\x84\xe3\x02\x7b\x65\x27\xd0\x2d\x33\x41\x76\x02\xdd\x32\x96\xd4\x4e\xa0\x5b\x3e\x7d\x1e\x69\xc4\x0b\xa4\x86\x9d\x40\xb7\x8c\x7d\xb4\x13\xe8\x46\x11\xff\xb0\x13\xe8\x96\x99\xc8\x3b\x81\x6e\x19\xab\x6e\x27\xd0\x0d\xb6\x34\xec\x04\xba\xd5\x93\xc1\x25\xd0\x0d\xc2\x32\xec\x04\xba\x69\xa7\xee\x04\xba\xd5\xe8\x99\x38\x35\xb0\xf1\x76\x02\xdd\x10\x2f\x0a\x3b\x81\x6e\x08\x1b\x85\x9d\x40\x37\x2d\xda\x9d\x40\x37\x24\x90\xc2\x4e\xa0\x1b\x05\x8d\xc2\x4e\xa0\x5b\x8d\x8c\x12\x81\x6e\xf5\xf4\x08\xa7\x86\x63\x46\xa0\x5b\x8b\x3c\x9d\x40\xb7\xc6\x12\xb2\x07\x9d\x1a\xb4\x25\xe8\xd4\xa0\x0f\x04\xb3\x75\x27\x08\xc1\x6c\xe8\xd0\x85\x9d\x60\x36\x34\xe3\xc2\x4e\x30\x1b\xba\x70\x61\x27\x98\xad\x63\x2d\xed\x41\xc7\x85\xff\xe1\xb8\x60\x99\xd8\x09\x66\x1b\xc9\x96\xe1\xb8\xb8\xbc\x27\x8e\x0b\x16\xb7\x9d\x60\xb6\x91\xb8\x27\xc1\x6c\x03\x40\xb9\x13\xcc\x36\xed\x3b\xc1\x6c\xd3\x51\x22\x60\x6d\x3a\xf2\x04\xac\x4d\xac\xba\x1d\xb4\xb2\xfb\x8e\x40\x2b\x7b\xe0\x79\xa0\x15\xf4\x21\xc2\x0e\x5a\xd9\xed\x1f\xc5\x58\x83\x9f\x1f\xc5\x58\x03\xa8\x63\x07\xc9\x84\xe6\x5d\x70\x01\x3c\xed\xc4\x05\xc0\x62\xb3\x83\x64\x02\x46\xc9\x0e\x92\x09\x93\xb1\x06\xc9\x04\x96\x9e\x1d\x24\x13\x9a\x47\xb8\x00\xba\x67\xe2\x02\x28\x1e\xe1\x02\x70\xd1\x00\xc9\x84\xe6\xf3\x70\x01\x74\xfa\x0e\x92\x09\x83\x3e\x80\x64\x82\x8b\xd4\x69\xff\x98\x75\xa7\xfd\xf3\x3a\xfb\xe7\x75\xf6\xcf\x3e\xd8\x3f\x7a\x0b\x92\x09\xa0\xe2\x1d\x24\x13\xb0\x06\x77\x90\xcc\x99\x18\x4f\xd0\xca\xc5\x02\xbd\x83\x56\x12\x66\xcf\x7e\x09\xf3\x99\x2f\x20\x92\x74\xd0\x3f\x10\x49\xc2\x01\xb1\x83\x48\x92\x5f\x31\x88\x24\xf9\x15\x83\x33\x6e\xd7\x09\x70\xc6\xed\x5a\x00\xce\xb8\x5d\x27\xc0\x19\xb7\x5f\x0e\x38\x03\xdd\xc9\xb0\x83\x33\x50\xa8\x0c\x3b\x38\x83\x7a\x35\x61\x07\x67\xdc\x95\x71\x01\x67\x64\x57\x86\x44\x9c\x48\xf4\x9e\x62\x79\x5a\x4d\xcc\x58\xd9\x79\x47\xc4\x8c\x51\x80\x2e\xec\xc4\x8c\x51\x22\x2d\xec\xc4\x8c\x51\x2c\x2e\xec\xc4\x8c\x15\x0c\xc0\xfd\x16\xaf\xff\xcb\x4a\xde\x09\x27\x2b\xf8\x50\x76\xc2\xc9\xa8\x62\x17\x76\xc2\xc9\xa8\x38\x17\x76\xc2\xc9\x0a\xbe\x97\x9d\x70\xb2\x82\xb5\xb4\x13\x4e\x56\xb0\xab\x76\xc2\xc9\xa8\x3f\x17\x76\xc2\xc9\x8a\x53\x9e\x70\xb2\xea\x3e\x42\x38\x59\x75\xd1\x27\x9c\xac\x6e\xde\x13\x98\xef\xfe\x43\x38\x19\x9e\xde\xb0\x23\x8c\x5d\x01\x0f\x3b\xc2\xd8\xd5\xcf\x8f\x70\xb2\x3a\x78\x3a\xe1\x64\xd5\x0f\x80\x70\xb2\xea\xce\x48\x38\x59\x75\x7f\xcd\x42\x79\xaf\x03\xca\x77\x9f\x07\x94\xf7\xf3\x23\x9c\xac\xba\x67\x13\x4e\x56\xfd\xfc\x08\x27\x43\xae\x28\xec\x84\x93\x55\x3f\x1c\xc2\xc9\xaa\xd3\x9a\x70\xb2\xea\xc7\x4f\x38\x59\x77\x11\x26\x9c\xac\xdf\x9e\x09\x94\xbf\x3d\x13\x28\x0f\xfc\xda\x09\x27\xeb\x6e\x5c\x84\x93\xf5\xe4\x75\x40\x79\x7c\x83\x3b\xe1\x64\xdd\x85\x96\x70\xb2\x8e\xe5\xb6\x13\x32\xd6\xfd\xfc\x08\x19\xeb\x17\xef\x88\xb0\xb0\x8e\xbd\xb9\x13\x16\xd6\x2f\x7a\x5b\x6d\x27\xfd\x23\x2c\xac\xbb\x78\x13\x16\xd6\x5d\xa0\xab\xed\x64\xe4\x09\x0b\xeb\x2e\xe5\x84\x85\xf5\xe4\x3d\x6d\xa7\xff\xd9\x4e\xc6\x85\xb0\xb0\x8e\x9d\xba\x13\x16\x36\x32\x23\x41\x58\xd8\xc0\xbf\xb9\x13\x16\x36\x5c\x88\x08\x0b\x1b\x93\x37\x46\x58\xd8\x3c\xe8\x2d\xa1\x5f\x33\x7a\x84\xa6\xae\xf3\xac\x91\x17\x8a\x97\x74\xa7\x70\xea\x85\x23\x68\xa7\x70\xaa\xde\xce\x9d\xc2\xa9\xb7\x0b\x26\x85\x53\x6b\xe4\x4c\x8b\x9c\xba\x94\x53\xe4\xf4\x04\x75\xec\x14\x39\x15\xf3\xec\x14\x39\x3d\xfd\xdc\x29\x72\x0a\x4d\x1e\xf6\x2e\xb4\x66\x5c\x28\x72\x7a\x61\xb5\xee\x14\x32\x45\x01\x3a\xec\x14\x32\x2d\xce\x6b\x0a\x99\x16\x70\xc6\x4e\x21\xd3\xe2\x75\x14\x32\x2d\xb6\x8c\x42\xa6\x68\x45\x87\x1d\x14\xb0\x81\x72\x76\x50\xc0\x86\x0b\x6e\x07\x05\x6c\x07\x6d\x01\x05\x6c\x8e\x19\x28\x60\x0b\xbc\x15\xd4\xd0\xb6\xe0\x3d\xc1\xc1\x9a\x28\xa4\xd0\x6c\xc1\xb6\x80\x83\xdd\x6e\x49\xa1\xd9\x70\x62\xee\xa4\xd0\x6c\xc1\x76\x12\x39\x81\xb3\x67\x27\x85\x66\x73\xd3\x26\x85\x66\x03\x71\xed\xc8\xa1\x6d\xe0\xb6\x9d\x14\x9a\x0d\xa7\xe9\x4e\x9a\xcc\x81\x17\x78\x27\x4d\x26\xf8\x05\x90\x26\x43\x60\x6b\xd8\x49\x93\x89\xd5\xe7\xa1\x4a\xa7\x31\x43\x9a\x8c\xce\x9e\x9d\x34\x99\xcb\x45\x9f\x34\x99\x6b\x78\x4f\x52\xca\xda\x3f\xad\x64\x02\xb3\x28\x5a\x1e\x0e\x32\x68\x10\x59\x0f\x07\x19\x34\x94\x30\x0f\x07\x19\x34\x09\x08\x72\x90\x41\x43\xd4\x62\x38\xc8\xa0\x41\xfc\x26\x1c\xa8\xa1\xa1\x52\x10\x0e\xd4\xd0\x50\x22\x08\x07\x6a\x68\xb9\x7a\x17\xd4\xde\x2e\x9f\x8e\xa2\x1b\x3e\xb0\x43\xc5\xb3\xe8\x75\x44\x08\xb0\xa7\x1d\x2a\x9e\x61\xed\x1e\x3b\x11\x02\xec\x70\xc7\x4e\x36\x16\x9f\xc3\x81\x1a\x1a\x12\x33\xe1\x50\x0d\x8d\x65\xe2\x50\x0d\x2d\xf9\x1f\x11\x02\x2c\x83\xc7\x4e\x84\x00\xcb\xd9\xb1\x0b\x36\x7d\x1e\x2a\x63\x60\x89\x03\x14\x80\xb0\x4a\x38\x40\x01\x7b\xf7\x09\x02\x51\xff\x43\xb8\x89\xed\xef\x30\xa5\xc5\xbb\x60\xe9\x5f\x78\x26\x0f\x53\x5a\x26\x2d\xc3\xd2\xa7\xfa\x5d\x38\xb0\xf4\x2f\x20\xd6\x61\x4a\x0b\x08\xe1\xc0\xd2\xbf\xf0\xa3\x1f\x58\xfa\x17\x16\xf4\x81\xa5\x7f\xe1\x60\x39\xb0\xf4\x2f\x36\xbc\xc3\x94\x96\xc9\x9b\xc6\xd2\xbf\x77\xaf\x03\x8c\xb1\x84\x1c\x96\xb2\x61\x99\x38\xb0\xe6\x29\x6b\x1f\x0e\x4b\xd9\x5c\xfe\x47\xda\xc3\xe5\x7f\xa4\x3d\xe0\x91\x3e\x82\xa2\x47\xdc\x13\x4b\x5f\xd7\xd6\x81\xa5\x5f\xb1\xc3\x8f\x20\x5a\xa1\x65\x58\xfa\x88\xba\x87\x03\x4b\xbf\x3e\xcf\x03\xad\x5c\xf4\x0f\x4b\x1f\x81\xf9\x70\x60\xe9\xd7\xcb\xbb\x58\x35\x85\xd1\xd5\xd2\xbf\x6d\x27\x96\x3e\x5b\xdc\xa1\xa5\xcf\xf6\x77\x3c\x96\x3e\x7d\x20\x35\x45\x6f\xee\xf1\x58\xfa\x5e\x87\xa5\x8f\x7f\xfa\xc0\xd2\xdf\x20\xca\x0e\x2d\x7d\x2c\xb0\x43\x4b\x9f\x65\xe2\xd0\xd2\xc7\x8a\x3c\xb0\xf4\x49\x7a\x0f\x07\xd6\x7c\xc4\x98\x39\xb0\xe6\xa3\xef\x41\x6b\x1e\x3f\xec\x81\x35\x1f\x31\xac\x0e\xac\xf9\x08\x27\x73\x60\xcd\x47\xcc\xa5\x43\x6b\xde\x79\x86\x35\x1f\xd9\x10\x0e\xac\xf9\xb8\x7b\x97\xc4\x3d\xe9\x1f\xd6\x7c\x74\x86\x60\xcd\x47\x7c\xbb\x87\xd6\xfc\xf4\x2e\x95\xff\xbc\x0b\xd6\xbc\xef\x1d\x6b\x3e\x6e\x1e\xd9\x3f\xdb\x62\xff\x78\x2b\x58\xf3\x11\xff\xf4\xa1\x35\x8f\x5b\xe1\xb8\xec\x1f\x6d\x81\x97\x08\xb8\x46\x0e\x78\x89\xc8\xb6\x72\x60\xe9\xc7\xcd\xeb\x40\x2b\x7e\x7f\xf0\x12\x61\x7a\x26\xfd\xf3\xeb\x00\x05\x04\xbf\x31\x50\x40\x84\x9d\x3a\x2e\xfb\xe7\x7f\xc4\xc6\x63\x1c\x1e\xa0\x80\x13\xc3\xf1\x80\x97\x58\x5b\xea\x7f\x2e\xc9\x07\x70\x21\xf9\xa9\x00\x17\x12\x86\xfe\x21\x24\xf0\x53\xd1\xec\x87\x22\x39\x34\xed\x4f\xff\x83\xa6\x8b\x34\x85\x54\x11\x1d\x10\x07\x66\x3f\xb1\x19\xe1\xc0\xec\x27\x8a\x23\x1c\x98\xfd\x44\x78\x84\x43\xb3\x3f\x30\xf0\x9a\xfd\xec\xb6\x87\x66\x3f\xbb\xed\xf1\xd8\xf6\xdc\xf3\xb1\xed\x19\x6a\x6d\xfb\xc0\x20\x3d\xb6\x3d\x6d\xd1\xb6\x3f\x68\xa7\xb6\x3d\xbb\xf4\xa1\x6d\x8f\xed\x74\x3c\xb6\x3d\xd3\x05\xdb\xbe\x34\x9f\x40\x78\x78\xf3\x09\xd8\xc5\x4e\x5d\x6d\x7b\x27\x8f\xb6\xbd\xaf\x8f\x54\x91\xe6\x47\x45\xaa\x48\xc3\x65\x74\x68\xf7\x3b\x59\xb1\xfb\x9b\xcb\x27\x76\x7f\x7b\xee\x89\xdd\xef\xa4\xc3\xee\x6f\xd8\x08\x07\x76\x7f\x73\x92\x63\xf7\x37\x27\x39\x76\x7f\x73\xf2\x60\xf7\x37\x17\x5a\xec\xfe\xe6\x87\x8a\xdd\xdf\x9c\xe4\xd8\xfd\x1d\x56\xfe\xc0\xee\xef\x30\xf6\x07\x76\x7f\xc7\x73\x7e\x60\xf7\x77\x62\x09\x0e\xed\x7e\x62\x10\x0e\xed\xfe\x4c\xab\xb5\xfb\x33\xad\xd6\xee\x27\x22\xe1\xd0\xee\x2f\xfe\x87\x3d\x9d\x7d\x02\xf6\x74\xe6\xbd\x6b\xf7\x63\xa1\x1c\xda\xfd\x99\x1e\x91\x46\x42\x41\xaa\x70\x90\x46\xd2\xb3\x67\x82\x09\x8a\x2d\xa3\x7f\xc5\x96\xd9\x3f\xc6\xac\xda\x3f\xe6\xa7\x78\x01\x88\x7c\x88\x17\x70\x47\x1c\xe2\x05\x08\xb6\x03\x4c\x30\x1c\x25\x30\xc1\xb0\x7f\x60\x82\x61\x5b\xc0\x04\x08\xfd\x87\x03\x4c\x30\x40\x78\x07\x98\x80\x72\x01\xe1\x10\x13\x0c\x9f\x40\x7c\x78\x60\x94\xc0\x04\xd3\x79\x0d\x26\x98\x90\xa7\x87\x98\xc0\xaf\x98\x54\x11\x94\xb8\xc3\x41\xaa\xc8\x74\xc3\x13\x2f\xf8\xdd\x92\x2a\x32\x41\x1d\x47\xa3\x5a\x07\x56\xeb\xb1\xa2\xaf\xce\x3d\x78\x66\x82\x5c\x64\x04\x41\x16\x87\xef\x41\x64\x01\x0f\x72\x3c\xe8\xc1\x33\x29\x4b\xa1\x29\xd5\x28\xdb\xd0\x6c\x35\x65\x1b\x34\x0e\x17\x67\x71\x0e\xec\xf7\xa3\xa3\xc8\xa2\x01\xd1\x21\xfb\x34\x58\x40\x24\x15\xf7\xea\x01\x22\x29\x2e\xb4\x20\x92\x8a\x4f\xf8\x00\x91\x14\xbf\x23\x10\x49\x75\xeb\xe8\x5a\xf3\xf4\x16\xee\xe1\xc0\x1d\x71\xc0\x3d\x1c\xb8\x31\x0e\xb8\x87\xc3\xcd\x69\x28\x41\xc1\xe8\xc2\x3d\x88\x87\x0e\x50\xc7\x75\xfd\x2b\xe2\xe2\x00\x90\x50\x8a\x28\x1c\x00\x92\xec\xb2\x04\x20\xc9\x2e\x83\x43\x6b\x97\x41\x02\x90\x34\xbc\xab\x07\x80\xa4\xb9\xb4\x9a\xd3\xaf\x3d\x0d\x20\x21\x09\x22\x1c\xe6\xed\xdf\x0c\xa0\x79\xfb\x5a\x28\xe6\xed\x6b\x4d\x00\x3a\x04\x94\x07\xa0\x63\xba\x59\x40\x4b\x6c\x4e\x48\x68\x89\xbd\x7b\x26\x96\xe2\xce\x50\x43\x4b\x5c\x2e\xd7\xd0\x12\xd7\xe1\xf3\xb0\x14\x77\x7a\x04\x2d\x71\x69\xe9\x43\x4b\x50\xcf\x39\x1c\xd0\x12\x97\x03\x0f\x2d\x71\xe1\xd0\x39\xa0\x25\x2e\x3f\x87\xa9\x25\xbc\xc6\x2c\x40\x4b\x5c\xd8\x2b\x01\x5a\xe2\x62\x7b\x08\xd0\x12\xd4\x96\x0e\x01\x5a\x82\xba\xd3\x21\x40\x4b\xdc\xcf\x99\x27\xb6\x68\xe7\xe8\xe2\xa8\x72\x04\x2d\xf1\x3c\xe1\xe6\x28\x72\x04\x2d\x41\x1f\x02\x79\xfb\xf7\xe1\x75\x58\xc2\x4c\xba\x00\x65\x91\x2f\x9f\x80\x4f\xff\xf2\xe9\xf8\xf4\x2f\xdb\x89\x4f\x1f\xa7\x46\xd8\xad\x8f\xc8\x5d\xe0\x25\x2a\x78\x21\xc0\x4b\x54\x1c\x25\x61\xd7\xa7\x4f\xff\x48\xc0\x47\x69\x2b\x04\x12\xf0\x51\xef\x0a\x61\xd7\xe7\x3d\x39\x22\x58\x8f\x08\x88\x00\x22\x31\x02\x22\x80\x48\x5c\x5e\x02\x88\xc4\x85\x28\xc0\x4b\xb8\xd8\x04\xb4\xca\xf6\x15\xa4\x19\x02\x21\x55\xa8\x19\x87\x40\x48\x55\x04\x30\x07\xf4\xc8\x22\xc0\x37\x1c\x5a\x59\x5e\x87\x95\xe5\x5b\x21\xa4\x2a\x06\x9e\x40\x48\x55\x64\x46\x06\x42\xaa\x62\xf0\x4c\xac\x48\xe6\x60\x20\xa4\x2a\x02\xf3\x03\x21\x55\x11\xe3\x22\x10\x52\x15\xa3\x77\xc1\x8a\xe4\xfb\x0b\x84\x54\x9d\x2c\xde\x81\x90\xaa\x93\xc5\x3b\x10\x37\x25\x19\x16\x8c\x9b\xc2\xc9\x10\x8c\x9b\x62\x31\x0d\xc6\x4d\xb1\xad\x04\xe3\xa6\x70\xa5\x85\xa0\x09\xe6\x3d\xf1\xca\x36\xfa\x80\x8e\x19\x15\x7f\x42\x40\xac\xec\xc6\x2d\x14\x10\x2b\x93\x1f\x0a\x44\x58\xe5\xd3\x33\x31\x6d\x1c\x09\x22\xac\x8a\x63\x46\x84\x55\xf1\xad\x18\x61\x15\x7d\x3a\x1e\x5b\x5c\x1c\xc1\x08\x2b\xb0\x44\x30\xc2\xca\x1e\x19\x61\xe5\xfb\x33\xc2\x0a\x64\x1f\x88\xb0\x22\x81\x3b\x04\xd0\x0a\x09\xe3\x21\x80\x56\xea\x73\x17\xdc\x96\xa7\xcf\xc3\x7c\xf1\x5b\x89\x9a\x2f\xde\x53\xf3\x85\x37\x06\x2f\x21\x51\x1d\x40\x32\x8d\x35\x24\x80\x56\x9a\x5f\x23\x68\xa5\x1d\xff\xc8\xde\x0b\x01\x20\x83\xae\x58\x08\x00\x99\x8e\xc3\x3d\x00\x64\x7a\xe5\x71\x00\x99\x4e\x80\x55\x00\xc8\xf4\xe6\x75\x58\x2f\x58\x91\x01\x20\xe3\x0e\x17\x00\x32\x1d\xff\x4a\x00\xc8\x74\x22\x0b\x02\x40\xc6\x10\x99\x00\x90\xe9\x2c\xbb\xc1\x00\xab\xea\x99\x58\x2f\x38\x58\x82\x41\x54\xd0\x58\xc1\x20\xaa\xc6\x94\x30\x88\x8a\x08\xca\x60\x10\x15\xa4\x4f\x30\x88\xaa\x79\x1d\x7d\xc0\x1b\x18\x0c\xa2\xf2\x65\x1a\x44\x85\x83\x25\x00\x56\x64\xe5\x03\x60\x65\x64\xef\xa2\xf5\x42\xab\x0d\xa2\x1a\xb6\x13\x8f\xe6\xf0\x9e\x58\x2f\x2e\xa6\x06\x51\xb1\x75\x04\x83\xa8\xd8\x7b\x83\x41\x54\x7e\x8c\x06\x51\x81\x41\x82\x41\x54\x00\xf4\x60\x10\x95\x9f\x91\x41\x54\x58\xa6\x61\x91\x1b\x71\xb8\xf4\x24\xfc\xa2\x7e\x54\x49\xeb\xc5\xbb\xe0\x17\x6d\xb6\xac\x92\x31\xe7\xd3\xb1\x5e\xba\x67\x62\xbd\xc0\x76\x87\x5b\xeb\x85\xe7\xa1\x47\x76\xba\x1d\xa1\x47\x76\xba\x59\xa0\x47\x46\xe5\xe7\x10\xd0\x23\x3b\x0f\xaf\xd3\x7a\xe1\xe9\x68\x8e\x35\x60\x70\x20\x39\x64\xf3\x53\xb9\x8d\x59\xa1\x47\x0b\x83\xa4\x80\xd7\x39\x64\x62\x56\xe0\xef\x43\x26\x66\xc5\x56\x67\x62\x56\xba\xd7\x45\x8e\x98\xbb\xd9\x98\x15\x9e\x97\x49\x42\x72\xbe\x64\x8d\x12\xef\x82\x51\x02\xf1\x18\x50\x04\x6b\xa7\x77\x21\x49\x07\x72\x2a\xa0\x08\xd6\x4e\x9f\x87\x0b\xce\xcd\x02\x45\xb0\x86\x53\x23\x20\xfb\xd5\x26\xf7\x44\xf6\x0b\xed\xe6\x10\x90\xfd\xd2\x3b\x1e\x0a\x46\x09\x41\x85\xa1\x10\xef\x81\x8f\x3d\x14\x8d\x12\x66\x08\xc9\x21\x87\xdb\xa6\x09\x20\xf8\x53\x43\xd1\xf0\xa0\x9d\x24\x80\x50\x9f\x23\x04\x12\x40\x2e\x37\x20\x12\x40\xee\xe7\x4c\xdc\x57\x38\x2e\x02\x09\x20\xb7\x6f\x93\x04\x90\xdb\x2d\x87\x04\x90\x5b\xe3\x82\x04\x90\x67\x2e\x55\xdd\x57\xf4\x81\x04\x90\xec\xca\x40\x02\x08\x49\xcc\x21\x90\x00\x82\x50\x68\x08\x24\x80\x54\x1c\x48\x81\x04\x10\x84\x42\x43\x20\x01\x84\x9c\xdf\x10\x48\x00\x41\x8a\x34\x04\x12\x40\xaa\x33\x84\x04\x90\xee\x02\x4d\x02\xc8\xc8\x1e\xe1\xbe\xca\x3e\x01\xf7\x15\x48\x26\x90\x00\x32\xfc\xaa\x48\x00\x19\x20\xbc\x40\x26\x87\x18\x24\x90\xc9\x31\x2f\xcf\x44\xda\x01\x14\x10\x48\x49\x8f\xf1\x5f\xbe\xe4\x40\xb6\x7a\x3c\xbd\x25\x7b\xb6\xaf\xbd\xb9\x67\x7b\x4b\xf6\x6c\xed\x1c\xb2\xce\xa3\x3b\x5c\x77\x5f\xe6\x3a\xb2\xce\x93\x7b\x36\x59\xe7\x37\xbe\xc1\x40\xd6\xf9\xad\x05\x46\xd6\xf9\xed\x52\x60\xd6\x39\x96\x77\x30\xeb\xdc\x89\x4c\xd6\x79\x71\x59\x22\xeb\xbc\xe0\x0c\x09\x66\x9d\xdb\x6a\xb3\xce\x01\x47\xc1\xac\x73\xad\x41\xb3\xce\xf1\x4f\x07\x8b\x64\xfa\xb9\x9b\x5a\xee\x48\x58\x24\xb3\x7b\x84\x5b\x61\xf7\x3a\xf6\x5e\xf7\x50\x53\xcb\xb5\xab\x4c\x2d\xd7\x46\x30\xb5\x1c\x7f\x63\x20\xb5\xbc\x39\x66\xa4\x96\xeb\x1d\x0f\xa4\x96\x37\x47\x90\xd4\xf2\xa6\xc5\x40\x6a\xb9\x01\x64\x81\xd4\x72\x43\xcd\x02\xa9\xe5\x4d\xfb\x81\xd4\x72\x03\xcf\x82\x45\x32\xb5\xc7\x2c\x92\x89\x23\x28\x58\x24\xd3\x8f\xd1\x22\x99\x5a\x2f\x16\xc9\xf4\xd3\x34\xed\x1c\xef\x78\x30\xed\xbc\x7b\x1d\x9b\x9a\x4b\x81\x69\xe7\x10\x96\xc1\x22\x99\xbe\x5b\x8b\x64\x3a\x9e\xa6\xa4\x77\xdb\xc9\xc6\xec\x32\x6f\x4a\x3a\x34\x56\x30\x25\x7d\xd0\x77\x52\x3e\x3a\x4b\x6b\x34\x25\x9d\x45\x38\x92\xf2\xd1\x89\x94\x8f\xa4\x7c\x74\x3c\x9a\x91\x94\x0f\xb7\x95\x48\xca\x47\x07\x55\x45\x53\xd2\xab\xd7\xe1\x72\x80\x1a\x8b\xa4\x7c\x20\xea\x1e\x22\x29\x1f\x93\x91\x8f\xa6\xa4\x33\x82\xd1\x94\xf4\xe8\x11\x29\xe9\x2c\x8a\xd1\x94\xf4\xec\x5d\x4c\x49\xf7\x4c\x53\xd2\x6d\xcb\x04\xf4\xd3\x3f\x0a\x68\xde\x50\x71\x91\x74\xf5\x1b\x37\x46\x24\x5d\x3d\x13\xac\x17\x49\x57\xaf\x20\xca\x48\xba\xfa\x33\x2e\xc4\x46\xa1\x4d\x1d\x22\xe9\xea\x2e\xec\x71\xe1\x93\x8b\xa4\xe2\x10\x77\xaa\xf4\x1d\x3e\x9d\x2a\x7d\x2c\xad\x71\x27\x0d\x1c\xc7\x4c\xdc\xa9\xd2\x87\x19\x12\x0f\x52\xa8\xf1\x56\xc7\x85\x41\xae\x8a\x79\x16\xa9\x11\xb3\x9d\x9e\x09\xc1\x76\xfa\xdf\xda\x56\x0e\x36\xe6\x48\x8d\x98\x70\x7b\x74\x71\x44\xcb\x0e\xc8\x37\x82\x0a\xe3\x41\x7e\x2e\x84\x73\xa4\x7e\x0c\x19\x7a\x21\x52\x3f\xa6\xc1\x21\x44\xea\xc7\x34\xf8\x8c\x78\x80\xd7\x7d\x0f\xc4\x3f\x1d\x4b\xd6\x36\x44\x18\x93\x2b\xd8\x32\xb0\x2e\x68\x25\xc2\x98\x5c\x7c\x7f\x11\xc6\x84\x12\x54\x21\xc2\x98\x50\xba\x2a\x44\x18\x93\x8b\xb5\x20\x2a\xf4\xb5\xd2\x95\x42\x84\x31\xb9\x7f\x70\xd4\x7f\x2e\xc9\x11\x32\xe5\x76\x62\x05\x61\xb0\x37\x01\x06\x3b\x05\x21\x53\x32\xa1\x58\x11\x32\x25\x13\xb1\x19\x21\x53\x72\xf2\x4c\x60\xf0\xf4\x2e\x84\x7e\xdd\x76\x81\xd0\xaf\xdb\xff\xc8\x67\xc3\x8d\x11\x21\x53\x10\xb1\x0e\x11\x32\x45\x9a\x2e\x12\x36\x85\x8c\x74\x88\x68\x80\x8d\xec\x99\xee\x54\xb4\x45\xa2\x05\xd2\x27\x92\x00\x82\x94\x5e\x88\x40\x97\xc8\x2e\x16\xa3\xdb\x91\x4f\x00\x5e\x02\x75\x23\xd0\x25\x62\x03\x45\xa0\x4b\x04\x22\x47\xe0\x89\x31\x8c\x11\xa2\x05\xb9\xca\x10\x4f\x97\x79\xda\x09\xea\x68\x2c\xfa\x11\xd4\xd1\x00\x78\x11\xd4\xd1\xd8\x02\xe2\xa9\x4f\x98\x29\x71\xba\x78\xd3\x96\xd3\xc5\x9b\x51\x02\x75\x34\x5b\x0d\xea\x68\xcf\xf3\x58\xbc\xd9\xaa\x22\xa8\xa3\xb1\x8d\x45\x51\xc7\xf4\x2e\x2c\x6e\xf8\xae\xa3\x69\x1d\xc4\x6f\x46\xd3\x3a\xd8\x52\xa3\x88\xc4\xcf\x4f\x44\x82\x07\x2e\x8a\x48\x80\xcf\x51\x44\x02\x0d\x12\x45\x24\x80\xe2\x28\x22\x01\x3d\x44\x11\xc9\xf0\x4c\x16\x6f\x6c\xed\x68\x5a\x87\x8b\xa2\x69\x1d\xc3\xff\x58\xbc\x89\x7c\x89\x20\x92\x3e\x7d\xba\xfd\xb3\xd5\xf4\xcf\xe5\x2c\xd9\x3f\xc6\x13\x44\x62\x78\x5e\x04\x91\x0c\x36\x8b\x28\xea\xc0\xe3\x1e\x45\x1d\x80\xd4\x68\xea\x46\xf0\x9e\x2e\xd0\x8c\xa0\xa9\x1b\xc1\xeb\x5c\xa0\x69\x0b\xbc\xcb\xb3\x0c\xc2\xbb\x4c\xec\xc6\x08\xef\x32\x5d\x5e\x4c\xdd\x20\x81\x27\xde\x68\x86\x80\xdb\xe2\x8d\x12\xb7\x6f\x93\xb4\x8e\x76\xf9\x9f\xa8\xc3\x23\xfc\xa2\xbb\x77\x21\x02\x02\x0e\x28\x92\xbc\xbe\x11\xa0\x1a\x49\x5e\xdf\x9c\xf3\x24\xaf\x6f\x97\x6d\x69\x2c\x98\xde\x05\x01\x05\x36\xe6\x48\xf2\x7a\xc4\x89\x12\xc1\x2e\xc9\x0d\x0f\xec\x92\x1d\x25\xb0\x8b\xc1\xab\x11\xec\x62\xf0\x6a\x04\xbb\x34\x8c\xb5\x08\x76\x19\xd9\x33\x89\xf3\x26\xab\x31\x9a\xf4\x6e\x6f\x49\x7a\xbf\x1c\xdd\xec\x2a\xe5\xf3\x70\xd6\xf9\x56\x48\x7a\xbf\xdd\x52\xb3\xce\x3a\xfa\x50\xb4\x76\xb9\x27\xcc\xc7\x8e\xc5\x1e\x61\x3e\xa8\x9d\x18\x22\xcc\xc7\xee\x7c\x81\xf9\x88\x6e\xb7\xb0\x1b\x97\x23\x01\xbb\x91\x30\xba\x22\xec\x46\xb2\x9d\xb0\x1b\xe9\xc7\xc0\xfd\xef\x25\x19\xe2\x23\xe1\x80\x88\x10\x1f\xe9\x79\x00\x16\xa6\x0b\x11\xc4\x47\x71\xe0\x21\x3e\xaa\x4b\x01\xc4\x47\x73\x19\x84\xf8\x78\x76\x2a\x88\x8f\x67\xa7\x22\x50\xaa\xb9\x28\x56\x17\x29\x9e\x00\x29\xd2\x9c\x12\x92\x22\x9b\x67\xf2\x11\xbb\xcc\x4b\x8a\x6c\x3e\x01\xb7\xc2\xe6\xd3\x71\x2b\xf8\x51\x49\x8a\x6c\xb6\x9a\x60\x28\x88\xab\x08\xf1\xd1\xe1\x5c\x23\xc4\x47\x87\x34\x88\x10\x1f\x83\xd8\x85\xd8\xac\x16\x40\xcb\x24\x3e\xf0\x02\x47\x0a\xc6\x4c\x5f\x83\x74\x86\x7b\x76\xd3\xee\xf0\x4c\xec\x0e\xf2\xe7\xe2\xa2\x33\x2e\x2a\x70\x87\xd8\x90\x6e\xc1\x71\x11\x49\xc1\xd8\x1c\x25\x34\x8a\x0f\x60\x62\x44\xa3\xf8\x28\x9e\x79\xf2\x01\xd0\x23\x53\x30\x2e\x8f\x48\xc1\x70\xf2\x98\x82\xe1\x82\x49\x0a\x86\xd0\x2c\x9a\x82\xe1\x16\x67\x0a\x46\xf6\x3a\x6d\x0b\xee\x49\x3a\x77\x26\x3c\x28\x92\xce\x9d\x89\x60\x89\xa4\x73\x67\xc7\xd3\x94\x6d\x62\x5e\xa3\x29\xdb\x10\x81\xd1\x94\x6d\x68\xb3\x08\x0a\x88\x78\xab\x23\x28\x20\xfa\xf9\x81\x02\xe2\xe5\x3d\xe1\xe1\x5d\xce\x40\x01\x51\x43\x00\x14\x90\x40\x40\x51\x05\x61\xad\x48\x50\x40\x76\x59\x12\x05\x10\xb7\x11\x41\x01\xcd\xa7\x4f\xe7\x20\x4f\x9f\xce\x41\xfa\x07\x0a\xa0\x2a\x60\x88\xa0\x80\x81\x3f\x3c\x4e\xe7\xa0\x4f\x60\x0e\xee\x3e\x9d\x39\xb8\xdb\x6a\x5c\x5b\xc5\x23\x5c\x5b\x5a\xf3\xa0\x80\xc9\xfc\x3c\x41\x01\x13\x94\x7a\x82\x02\x26\xbe\xf9\x13\x14\x30\x19\xf9\x13\x14\x40\xa5\xc1\x70\x82\x02\x66\xf2\x2e\x8b\x98\x4b\xcc\xd6\x93\x4a\x91\x1b\x5f\xe3\xb9\x39\x43\x26\x47\x2e\x6e\x8d\x23\x22\xd7\x71\xdd\x9d\x9b\xef\xcf\xeb\x88\x05\xc1\xe1\x78\x82\x02\x22\xe6\xd9\x09\x0a\x88\x4f\x3b\x79\x7f\xc9\xeb\x7c\x7f\xab\xb7\xa7\x15\x55\xf8\xde\x4f\x12\xbf\x91\x29\x08\x27\x89\xdf\xcd\x7b\x92\xf8\xdd\x78\xd3\x27\x89\xdf\x08\x69\x86\x93\xc4\xef\xf6\xdc\x13\x94\xb3\x7b\x1d\xef\x6f\xf7\x3a\x85\xb7\x68\x0b\x89\xdf\x93\xf8\x8b\x93\xc4\xef\x59\xbc\xce\xcd\x89\x3e\x50\x61\x72\xbb\x7c\x02\x4e\x29\x8c\x99\x73\xb7\x18\x9e\x77\xc1\xa1\x83\x5d\x7c\x12\x53\x75\x83\x80\x4e\x62\xaa\xee\xf0\xaf\x88\x8b\xd3\xc4\x8a\xec\x4d\x54\x53\xe0\xa5\x10\x6e\x35\xf0\xdc\x9d\x84\x5b\x8d\xe6\x11\xc1\xe2\xec\x38\x27\x04\xc6\xdd\xbc\x0e\x07\x3f\x3b\xf1\x09\x81\x81\x58\x7a\x38\x21\x30\xa8\x81\x1d\x4e\x48\x0a\xf4\x21\xc2\x69\xd1\x14\x7c\x3d\x27\x24\x05\x05\x3b\xc3\x09\x49\x31\x81\xf9\x27\x3a\x58\x66\xd3\x9d\xe8\x60\x55\x27\xdd\x02\x08\xe9\x38\xfc\x0f\xb2\x0f\xbb\xf1\x04\x05\x8c\xe2\x5d\xb0\x92\x81\x4a\xa7\x44\x04\xcb\xd9\x29\x11\xe1\x4b\x81\x88\x18\xbb\xff\xf1\x1a\xec\xbb\x96\x3e\x11\x09\x27\x44\x44\x04\x62\x9d\x10\x11\xcd\x8f\x03\x22\x62\x60\x31\x9c\x11\x91\x25\xa7\x92\xa9\xde\x2c\x9f\x67\x74\x9a\xf1\xa2\xa3\xd3\x8c\x57\x1b\xc9\x1d\x3c\xbc\x27\x4b\x81\x53\x09\x6b\x1e\xe1\xef\x70\x42\x44\xcc\xe8\x99\xd8\x63\x2c\xbb\xe7\xb2\xf4\xe7\xd3\xa3\x65\xe9\x1f\x87\x1f\xe3\xda\x7c\x27\xf2\xe8\xe1\x5c\x9b\xef\x71\xfa\x71\xac\xcd\x77\x8e\xe0\xd1\xb1\x8e\xb0\xff\xce\xb5\xf9\x6e\xd4\x36\x0b\xe7\xda\x7c\xe7\x74\x7a\xae\x4d\x74\x4e\x36\xbc\x73\xf9\xf1\x56\x32\xd7\x3a\x1a\x9c\x49\xdf\xd7\xb6\x39\xa7\x13\x79\x6d\x9b\x47\xe2\xe8\x5a\xd6\xee\x16\x01\xda\xd7\xb2\xc0\xb6\x48\xc2\xc9\xb5\x8c\x8b\x83\x5a\x28\xe1\x5a\x7d\x88\xd4\xa6\x0b\xd7\xea\x43\xbf\xe3\xd6\x1b\x73\xf4\x5a\xfd\x88\xa8\x6c\x84\x6b\xf5\x83\xff\x6f\x7f\x59\x56\xa8\x19\x9a\xd7\xea\x4b\x8c\xd9\xbb\xb1\x09\x93\xa2\x72\x55\xa2\x0f\xc0\x76\x17\x86\x04\x85\x57\xc3\xb5\x0c\x89\x7e\x9f\xbd\x6b\x3e\x5c\x7f\xc6\xe1\x5a\xc6\xc4\x77\x54\xff\x1c\xb5\x3f\x47\xfd\xcf\xd1\xf8\x73\x34\x7f\x1f\xad\x11\xfb\x8e\xf6\x3f\x47\xc7\x9f\xa3\xf0\xe7\x28\xfe\x39\x3a\xff\x1c\x5d\x7f\x8e\xd2\x9f\xa3\xfb\xcf\xd1\x9f\xfe\xb5\x3f\xfd\x6b\x7f\xfa\xd7\xfe\xf4\xaf\xfd\xe9\x5f\xfb\xd3\xbf\xf6\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xd3\xbf\xfe\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xfa\xf7\x9f\xcb\xf3\xd5\xff\x74\x7d\xfc\xe9\xfa\xf2\xb4\x6e\x1b\x84\xda\x35\xe8\x3a\x80\xf5\x1a\x74\xdd\x49\x37\xe8\xba\x93\x79\xd9\x51\x2b\x64\x75\x1d\x5d\xeb\xb3\x81\xf3\xbc\x96\xa7\xf5\xd8\x0f\xff\xa3\x5a\xc6\xed\xd1\x5a\xe4\x0f\xa8\xa9\x0b\x1b\x8b\x22\x4c\xe1\x1a\x84\xe5\x43\x03\x5e\xcb\xc6\xba\x24\x80\x2e\xab\x34\x14\xdb\xb2\x3c\x75\x54\x2f\x0b\xd7\xb2\xb1\x8e\x13\x5f\xf5\x35\x59\x6a\xb0\x17\xae\x65\x63\x1d\xc8\xd9\x87\x6b\xd9\x58\x07\x55\x68\xc3\xb5\x6c\xac\x83\x22\xb1\xe1\x5a\x36\xd6\x41\x7d\xdc\x70\x2d\x1b\xeb\x38\xfd\xb4\x97\x8d\x75\x9c\x2c\xeb\xd7\xb2\xb1\x0e\x2a\xd4\x86\x6b\xd9\x58\xc7\x69\x3b\x97\x8d\x75\x50\xb9\x37\x5c\xcb\xc6\x3a\xa8\x88\x1b\xae\x65\x63\x1d\x27\xd8\xe1\x5a\x36\xd6\x71\x5e\x3e\xa1\x73\xc4\x28\x2d\x1b\xeb\xa0\x52\x70\xb8\x26\xfd\x03\x9d\xa4\x8d\xfe\xe1\xc5\x4b\x9b\xfd\x0b\x1c\xd9\xbf\x93\x23\xfa\x87\xeb\x25\x6d\xf4\x0f\x8b\x32\x6d\xf4\xef\xf2\x2e\xf6\xef\xe0\xc8\xfe\x65\x8e\xe8\x1f\x9b\x58\xda\xe8\x1f\x74\x57\xda\xec\xdf\xce\x91\xfd\xdb\x38\xfa\x3d\x75\xd3\xd6\xff\x1c\x8d\x3f\x47\xbf\xe7\x67\xda\xe9\x5f\xa6\x47\xfb\xfe\xe7\xbf\xe3\xcf\xd1\xf5\xe7\x28\xb1\x19\x45\x8e\x6e\x8e\xbc\x4b\xe6\x88\x91\x58\x96\xd3\xd4\x44\x48\x7b\xfd\x73\x97\x3f\xad\xde\xff\xb4\x7a\xff\xd3\xea\xfd\x4f\xab\x8f\xed\xcf\xd1\x9f\x56\x1f\x7f\x5a\x7d\x84\x3f\x47\xf1\xcf\xd1\xf9\xe7\xe8\x4f\xff\x8e\xf4\xe7\xe8\xfe\x73\x94\xff\x1c\x95\x3f\x47\x95\x6d\x69\xf6\x01\xf1\x99\x96\xf9\x74\x52\xe6\x20\xa4\xe5\x7b\xed\xf7\x59\xfb\xc0\xb1\x92\x0e\x0a\x19\x05\xff\x9f\xfc\x7f\xf6\x49\x24\x6e\x42\x4e\x34\xe3\x35\x4f\xcb\xc4\xea\xf7\x75\xf4\x09\x33\x90\x02\xae\x18\x36\xfb\x14\xa8\x49\x13\xfd\x2f\x72\xb7\xab\x37\x5c\x5f\x69\x99\x5a\xfd\xbe\xce\xde\xba\xe7\x5c\x64\x35\xf0\x7e\x96\xb9\x95\x0a\xc9\x1e\x29\xdc\xcf\xf5\x06\x01\xa4\xe5\x78\x4d\x54\x39\x0c\x29\x90\x11\x51\x6d\x29\x05\x9a\xba\x4f\x1a\x5c\x9b\x7b\xbb\xbd\xdb\xda\xe0\xa9\x39\x12\x52\xa4\xce\x4e\xf7\x88\x3a\x3b\x30\x13\x09\xf9\x51\x13\x73\xd2\x32\xbb\xe2\x8e\x43\x30\x51\xc8\x8e\x4a\x4c\x21\x45\xfa\x73\xa6\x4e\x9d\x9a\x90\x90\x27\x95\xe6\x4e\xc8\x93\x2e\x1e\xea\x3f\x97\xed\x84\x72\xa9\xb2\x3a\x69\x59\x6c\xfd\x3e\x63\x9f\x44\xbf\xa6\x65\xb5\xf1\xa0\xe9\x2f\x0b\x04\x54\x5f\x0c\xea\xa6\xf5\xb2\x91\xcb\xcf\x1c\xb0\xca\x53\x1c\xcf\x30\x9a\x4e\x9b\xe2\x7c\xa6\x41\x83\x35\x4d\xa8\x9c\x56\x3c\x7f\x89\x9a\x0c\x91\x45\x3d\xa1\x72\x4a\x59\xc6\x90\xce\x3f\x53\xfa\x8c\x4f\xbb\x28\xa3\x18\xd2\xf9\x67\x5a\x53\x97\x21\x3e\xd7\x5a\xb6\x87\x81\x3d\xff\x4c\x6b\xe4\x4c\x1b\xfe\xa9\x74\x7e\xfd\x6d\xb6\x02\x4a\x01\x6a\x2e\x21\x69\xda\xb0\x9a\xd3\xe9\xb4\x3e\x7a\xbb\x7d\x12\x6c\x3c\x80\x30\x9d\xf6\x77\xef\x66\xd9\x25\xa4\x4d\x1b\xd8\x24\x21\x6d\xda\x70\x33\x25\xa4\x4d\x1b\x1e\xd9\x74\xfd\xe9\x2f\xd2\xa6\xd4\x56\x0e\x09\x69\x53\x2a\x34\x87\x84\xb4\xe9\x70\xe9\x5e\x5e\xde\x78\xee\x5e\x77\xbf\x1f\x9e\x3d\x40\xde\xb4\x9f\xfe\x5f\xbe\x0f\xd3\xe7\xae\xfe\xf6\xdb\x16\xae\xfe\x9a\xa8\x9d\x2e\xa6\xba\x63\xb5\xbc\xbd\xc9\x08\x97\x84\xfc\xa9\x74\x5c\x4a\xd8\xb1\xe7\xd6\x8d\x61\x48\x89\x4f\xf8\xbc\x7b\x73\xb6\x21\x83\xaa\xe7\x3a\xad\x38\x94\xd0\x5d\x4c\x91\x41\x95\xce\x4b\x89\xe9\x1e\xcf\x3e\xa7\xd7\x5e\x5c\xeb\xff\x89\xcf\x7b\xeb\x13\x17\x45\x4a\x7f\xde\x71\xca\xcf\xb3\xbb\x73\x2b\x95\xf7\x17\xb6\xdf\x84\x2c\xea\xc0\xe1\x91\xd2\x9f\x25\x7a\x79\x88\x63\x80\x00\x4e\x49\xe7\x0b\xb3\x1c\x59\xd4\x01\x8a\x4b\xb7\xa1\x9e\x1e\x91\x80\x85\x47\x3a\xdd\xf1\x79\xa6\x9e\xee\x44\x04\x7e\x76\x91\x42\xfe\x74\x66\xaf\x4d\xcf\xd9\x26\xaa\x27\xbc\xc8\x13\xf7\x50\xba\xf3\x33\x26\x68\xee\x85\x74\x97\x17\x1b\xb8\x91\x2e\x6f\x72\x7c\x36\xd2\xe5\x4d\xee\x77\xec\x7d\x5e\xb6\xa8\xbf\xe3\x06\x11\x96\x94\x44\xf5\x4b\xb9\xe7\xb7\x98\x31\xee\xcb\xb3\x3c\x8b\x86\x81\x92\xa9\xe0\xa8\x44\xf5\xf1\xcd\x99\x97\xff\xcc\x5f\xe4\x54\xcd\x0f\x4c\xd9\xe5\xf8\xee\x8d\x18\x93\xb4\xbc\xcb\xac\x0c\xb8\x4f\x12\x5e\x64\xbd\xe4\x29\xdb\xb7\xdc\xa7\x9b\xef\xf2\x24\xc7\xfc\xb4\xab\x3d\x2d\x1d\x38\x04\x53\xee\xcf\x96\x24\x8b\x92\xf2\xbb\x34\x8f\x61\x8b\x97\x7b\x51\x85\xb8\x84\x94\xea\x86\xf9\x97\xca\xbb\xe5\x0c\xb0\x7c\x42\x4e\x75\xdf\xfc\x7f\x79\x20\x76\x5c\x93\x69\xf9\xa7\xcf\xdb\x2d\xa1\x9c\x4f\x6b\x75\xab\x24\x74\x82\x9e\x55\xaf\xa4\x77\x5c\xb3\xf7\x46\xad\x7b\x78\xef\xf7\xdd\x8a\xf2\x12\x91\x35\xc7\xee\xd9\x6e\xb7\x57\xd7\x49\x9c\x0a\xf9\x9e\x9a\x68\xe5\x5d\x97\x86\x1b\x5c\x19\xef\x2f\xd9\x5f\xd6\xb6\x14\xd3\xbf\xe2\xaa\x13\x01\x38\xc2\xf8\x54\xfd\x8c\x4b\x1f\x58\xa3\xe9\x81\xa4\xb3\x77\xe0\x7c\x5a\x90\x34\x3e\x9f\x6a\x8d\x6f\x67\x9c\x0c\x04\xe3\xc4\xe1\xf5\x6b\xa9\x0e\xda\x85\x95\xa1\x49\xa3\xf7\x9b\xc1\x7a\xa0\xe9\xd1\xbb\xaf\xa6\xe6\x67\x22\x23\x80\x1f\x52\x2d\xef\x02\x81\x37\x2c\xd5\xd7\x22\x91\x28\x4b\x04\xe8\xe8\x21\x4e\x0b\xa6\x5e\x8a\x02\xa5\x3a\xde\xa7\x12\xa4\x93\x2a\xbb\x36\x64\x4b\x22\x48\xe7\x8c\x1e\x21\x3a\xe3\x47\x8c\x4a\x6b\x70\x22\x2c\xa8\xda\xef\x18\xfa\x63\x09\xb6\xb7\xff\xcf\x36\xb8\x20\xeb\x42\xbc\xeb\x88\xa9\x1f\x5b\x37\xdd\x3a\xb5\xf4\xf6\xcf\xc5\x09\x69\xd6\x23\xf9\xfc\xf5\x69\x1c\x8e\xdf\x82\xae\x77\x70\x6a\xb4\xcf\x12\xbb\x3d\xbb\x3d\x9f\x96\x09\x19\xa9\xf5\xe7\x1d\x4e\x18\x80\xd4\xc6\xfb\x8b\xcb\x4f\x9b\x6f\x1b\x08\x8b\x4c\x0b\xce\x06\xd3\x38\x12\x52\xae\xc1\x8f\x7d\xc1\xd9\x53\x21\x9c\x84\x94\x6b\x20\x4c\x2a\x2d\x38\x1b\x4f\x2d\x93\x7e\x7e\xad\xf1\x7f\xde\xbf\x96\xd6\x1f\x48\x9b\x90\x73\x0d\xda\x8c\x3d\x7f\x9b\x15\x23\xd9\x51\x10\x73\x8b\x41\xd2\x55\x3c\x95\x16\xac\x5d\xbc\xd5\x3a\xfa\x2c\x50\x62\x36\x12\xb2\xae\x11\xfc\x93\xfa\x7c\x8d\x15\x37\x24\xa4\x5d\xf5\xaa\xa7\x85\x61\x43\xb7\x25\x0b\xc3\xc6\xf8\x9c\x89\x5c\x98\xb3\x13\x2e\x20\x42\x23\x27\xb2\x12\x8c\x28\x4e\xe3\x8f\xb5\x3d\xd2\x37\xea\xb4\x72\x7c\xdb\x75\xf2\x6e\x5f\x9f\xa3\xcf\x5e\xef\x3b\x12\x83\x93\xc6\x1f\x64\x81\xa8\x92\x92\x9e\x69\xe1\xd9\x18\xe1\x67\x12\xa2\x4a\x51\xcc\x83\xa8\xd2\xd3\x83\xb9\xbd\x66\x8f\xd7\x2e\x4c\x1b\x0f\x22\x22\xd2\x3c\x3e\xb3\xc8\x5f\xd6\x37\x7e\xda\x26\xc5\x95\x82\x77\x3b\x41\xce\x8c\xf3\xc2\xb5\xf1\x3c\x3c\x13\xf3\xc4\xed\x52\x71\x25\xbf\xd9\x85\x6b\xa3\xa9\xef\x69\xe1\xda\xcb\xf8\xee\xf4\x64\x31\xf8\x1f\x73\xfa\xda\xfb\x70\xf1\x9e\xfd\xfd\x05\xf7\x5c\x52\x64\xc9\xaf\x6c\xfa\x7e\x5b\x6f\x38\xc0\x6e\x33\x1a\xf0\x35\xdc\xdb\xfe\x7c\xa5\x4a\x12\xdc\xdb\xf1\x5e\x01\xfd\x7b\x6f\xe1\xfd\x05\x6a\xfc\xde\x98\xdb\xe0\xeb\x9b\xec\x86\xeb\xf0\xfe\xd7\xfa\xca\xa3\x47\xe9\x5d\xb2\x8b\xf7\x5f\x21\xb3\xe6\x59\xde\x5b\x7e\xee\x3d\xb3\x77\x23\x98\x92\x35\xf5\xde\x7e\xbf\xe7\x7b\x6b\xef\x06\x3a\xbd\xbf\x8a\xd3\x9e\xcd\xf7\x1c\x6b\x6f\x87\xf7\x47\x75\x1a\x77\xdf\xad\x40\x13\x28\xe4\x7e\x54\x98\x26\x47\x14\xc6\xb8\x3c\x93\x08\x97\xeb\x5f\x81\x85\xf7\xa2\x1f\xae\x1b\x47\xc0\xbd\xe8\x87\x78\x3d\xb7\x7c\xbd\x8b\x1d\x78\x77\xef\xf9\x5d\x9e\x71\xd3\xdc\x7b\xf9\xce\x89\xfc\x02\x57\xcc\x0e\x77\x93\x14\x71\x83\x2d\xee\x05\x9a\xe3\x85\x1d\x72\x4b\x29\x10\x6f\x7c\x1f\xfb\x73\xa7\xe9\xf3\xe1\x0e\x32\xb6\xc6\xfd\x07\x1c\xdf\x7f\xc0\xf1\xfd\x07\x1c\xdf\x87\xd5\xdd\xbc\x0e\xb5\x6c\xe2\x58\xee\xe3\x7e\xed\x83\xc3\xe7\x12\x9d\x33\x3c\xdb\xfe\x8c\xde\x61\x0d\x6e\x41\xf2\x39\xfa\xa8\xde\x7f\xf5\xa9\xd8\xa7\x83\x82\xb3\x7c\xa0\x37\x49\x12\x3b\xa8\xeb\x26\x40\xa9\x10\x17\x7a\x87\xed\xbd\x13\x0e\x94\x3b\x00\x24\x87\x47\xc7\xf3\xbf\x76\xdd\xbd\x00\x72\x4c\x58\xd7\xf7\x03\x90\x7f\xfe\x67\xfa\xc0\x45\xec\x10\x98\xb7\xe9\xdd\x9b\x47\xc4\xc7\x92\x5c\x74\x3f\xe0\xf8\xec\xc8\xfd\x87\x3b\xe4\xe7\x97\x8e\xb5\x71\x9b\xe6\x1d\xbc\xe2\xcf\xd4\x35\xcd\x3b\x7a\xb4\xa6\x6d\x29\xb6\xfb\xb3\x52\x92\xed\x96\xb3\xe0\x49\x46\x27\x41\xc1\xde\x44\x27\x15\xd2\x6b\xee\x78\xbc\xf6\x70\xf7\x97\xd5\xe7\x0b\x17\xcc\x4d\x84\xd2\x1d\xfd\x0f\xc5\xed\xe7\x4e\x5a\x9f\xb3\x2b\x6c\x7a\xc7\xf4\xfe\x72\x7b\xc5\xfd\x9a\x08\xdd\x73\x7e\xfa\x1d\xb4\x1e\xef\x07\x29\xff\xdc\x83\x51\xa6\x6a\x61\x03\x11\xdd\xb1\xbd\xff\x63\xf3\xdd\xb1\xbf\xbf\x38\x1f\xa8\x5e\xd8\x21\x48\x6f\xaa\x17\x76\x08\xfc\xfb\xdc\x9e\x05\xc4\x64\xa3\x1b\xb4\xdc\x30\x51\xee\xd3\xc0\x3b\xde\x19\x15\x0c\x3b\xe4\xea\xbd\xd0\x72\x10\x75\xdc\xe7\xf9\xf5\x84\xb9\x7a\x2a\xdc\xc5\x5b\x38\x5f\x34\xd5\x5c\x1c\x4f\xfa\x1e\x63\x37\xd7\xf5\x3e\xf3\x6b\x94\x61\xa1\xde\x0b\x39\x87\xea\x0c\x3a\xeb\x73\x0f\x33\x3c\xee\xb3\x3d\x0b\x5c\x77\x5e\x51\x10\x44\xf9\xcf\x9b\xaa\x87\x83\xd8\xf8\x9b\xaa\x87\x06\x69\xde\x97\x62\x5e\x8c\x04\xb1\x51\x87\x6f\x81\xaa\x87\x13\x7e\xe8\xa6\xea\xa1\x4a\x2e\xf7\x15\x3f\x5c\xc8\x5b\xba\xce\x67\x9b\x30\x2f\xf8\xa6\xfa\xe1\x2c\xfe\x4f\x8a\xb9\x63\x2e\x7a\xbe\xee\x3e\x60\xcd\xee\xcb\x75\xeb\xe8\x14\xb4\x08\x37\x55\x10\x29\x22\x11\xee\xeb\xcf\x5c\xbf\xda\xb3\x46\x18\x32\x7b\x5f\xef\x36\x45\xd5\xa5\x70\x5f\xe3\x5b\x09\x79\x93\x0b\x49\x9f\xc3\x85\x5d\x24\x1d\x5b\x47\xd9\x3d\xdc\x54\x45\xd4\xbc\xbe\xd3\x6f\xc7\xdf\x9d\x34\x3f\xef\xae\x2c\xee\xbd\x90\x74\xc8\x88\x64\xdc\xe9\xfc\x4c\x28\xc6\x9d\xf8\x2a\xb5\x5a\xee\x07\x49\xff\xb4\x8f\xb7\x94\xee\x6f\xd5\xa2\x0f\xc4\x59\x89\xcc\x6e\x91\xf4\xcf\x15\x97\x57\xd4\x77\x2b\xde\xfe\x25\x37\x75\x13\x8a\xb5\x15\x3b\xfb\x0e\xcf\x74\xa9\xb2\x62\x22\xda\x62\x77\x9a\xef\xad\x71\x93\xdc\xa4\xc2\x6f\xe8\x44\xdc\x2b\x5c\x6b\x96\xc3\xff\x08\x28\xc2\x31\x72\x5b\x35\xd1\x49\x6e\xd5\x44\xef\x4b\x1d\x92\x86\x0d\x7a\xdf\xd7\xfb\xda\xa0\x16\x6f\xc1\x78\x4c\x9d\xa2\x57\xe1\x26\x25\xfe\xd8\x7c\x2e\xe2\xae\x4e\x12\x52\xe2\x0f\x28\xbd\x9b\x94\xf8\xc3\x97\x27\x08\xff\x59\x2c\xdd\xf8\x1e\x10\x7e\xf4\xd1\x6c\xf7\x3b\x25\x9e\x05\x4a\x20\x7e\x1d\x7d\xfa\xf1\xe4\xed\xbd\x8f\x0b\x40\xde\x1f\xe4\x41\xc9\xb0\x70\x5b\x55\xf1\xf0\x0a\x54\x17\x2e\xcf\x8e\xef\x53\x87\x67\x9f\xef\x33\x86\xe7\x2c\xc2\xb0\xf8\xd9\xe5\xf4\x5d\x41\x5f\xf2\xb7\x05\xe2\x88\xb9\x17\x68\x8f\xd9\x8f\x2d\x3b\x0e\x8c\x71\xae\xdf\xfd\x6d\x91\x9f\x47\xe8\xc6\xba\xdf\xf9\x1d\x0b\x95\x5b\x6e\xab\x31\x26\xdb\x40\xa4\x84\xdb\x3e\x80\x7d\xb8\xc0\x90\x46\x4f\xe9\xde\x70\x13\x4c\x76\xe2\x88\xbb\x09\x26\x8b\xce\x0b\x82\xc9\x28\x9a\x1c\x6e\x04\x7d\xe7\xf4\xbf\x65\xad\xca\x1d\xdd\xe5\xfd\x1c\x06\xd1\xd5\x77\x79\x97\xc2\xe1\x52\x57\x5e\x53\x66\x10\xa5\x71\x2f\xb0\x1e\xb3\xdb\xd0\x02\xeb\x97\x59\x76\x37\x91\x65\x57\xb2\x07\x8b\xea\xbe\xb2\xcf\x1e\x0b\x73\xfa\x19\x59\x99\x11\xcc\x76\x4b\x0c\xaf\x0f\x97\x1e\x56\xd2\xb9\xb5\xe1\x16\x0a\x1f\xd1\xe5\x13\x29\xe0\x7b\x7a\xe6\xaf\x77\x4d\x9f\x21\x86\x2f\xb7\x1d\x88\x61\xd5\x03\xef\x85\xc0\x23\xf5\x05\xc3\x5d\x5f\x44\xd2\x88\xd0\xba\x1f\xf4\xbd\x75\xc5\x62\x6f\xd1\xf7\x99\x7b\x73\x6b\x12\x7d\x5f\xb1\x37\xb7\xe7\xda\xde\x5f\x9c\x2b\xf5\x73\x52\x74\x9f\x35\xbe\x2d\xce\x73\xe6\xb3\xf8\x19\x91\x72\x13\x9d\x96\x9c\xe1\x20\xf1\x0b\x44\x77\x37\xf3\x43\x19\xcd\x85\xc4\xa3\x3a\xf7\x77\xc3\x52\x77\xd1\x5d\x08\x3c\x3e\x73\x45\x04\xfe\xd3\x12\x0d\x28\x6a\xf1\x53\x0b\x28\xdc\xa4\xe6\x57\xbf\x67\x2a\x3c\x26\x3c\x07\xf7\x1f\xe2\xf8\x6e\x6f\xbf\xcd\x3d\xb8\xc9\xa9\x49\x20\xd4\xfb\x49\xdd\xb7\x2f\xe3\x3d\xdb\x2f\x8e\x4a\x8f\x09\xfe\xec\x36\xe7\xc6\x85\x7c\x21\xee\x73\x73\x13\xef\xc7\x33\x32\x8d\x30\x8d\xbb\x87\xef\x17\xde\x24\xb9\x37\xc9\x15\x8b\xdc\x9b\xe4\x1a\x45\xee\xcd\x83\x07\xc8\xbd\x91\xad\xb9\xc9\xbd\x49\xcd\x27\xd1\x5f\x32\x40\xee\x4e\x40\xa5\xf3\xa8\xd7\xd7\x18\x74\xd6\x92\x9b\xf3\xe0\x10\xa4\x89\xa3\x73\xbf\xdb\xdf\x1f\xd3\x91\x59\xfd\x8b\x35\xfe\xef\x6d\x82\xd4\x9d\xe4\x84\x1e\xfb\x7b\x23\x1c\x10\xf7\x78\x2d\xde\xae\xe5\x38\x78\xfd\x4e\x2d\x52\x78\x6e\x00\xea\x4d\x0a\x8f\x51\xf5\x37\x29\x3c\xc6\xa4\xde\xa4\xf0\xdc\x78\x48\xef\x05\xc8\x83\x0a\x84\xf7\x78\x41\x5a\x77\x6a\x2c\x30\x1e\xfa\xe9\x53\x74\xbe\xfc\x80\x50\x06\x68\xb8\xdc\x6f\x5d\x31\xff\x7b\xf4\x67\xc8\x8c\x70\xbe\x09\xe6\xbb\x9b\xed\x5e\x53\xe0\xf6\xa5\x12\xcc\x77\x93\x7d\x7a\x13\xcc\x77\x37\xff\x5b\x4e\x88\xe2\x42\x39\xc3\xeb\x58\x11\xf2\xcd\xf8\x59\xc4\xf4\x14\x60\x7e\xe2\xa5\xbc\x09\xea\xbb\x5d\xfe\x09\xea\xbb\xdd\x56\x09\xea\xbb\x5d\xa8\x09\xea\x0b\xc9\x56\x10\x35\xe5\x92\x3d\xeb\xfb\xf1\x1c\xfe\xf2\xd3\xe7\x58\x09\x32\xbc\x1f\x60\x7e\x3d\x4c\xc0\x3d\xc7\xf3\x4b\xc7\xfd\x74\x13\xe0\x97\x79\xbb\x79\xb3\x08\x45\xe3\xc8\x14\xe9\xca\x11\x69\x5a\x2c\x33\x99\x00\xbf\x82\x73\x25\x6f\xf1\x1d\xd9\xc3\x3b\xe9\x68\x8b\x1c\x5d\xef\x12\xc4\xb4\xcf\x82\xf2\xeb\xea\xb3\x7b\x05\x69\x67\xc3\xfb\xa3\x74\xc3\x76\x97\xb7\xf2\x9e\xbd\x79\x36\x91\x58\xd3\xfb\xaf\x7e\xab\x1b\x93\x09\xf8\xab\xbb\xff\xa1\x76\x83\x5d\x9a\xb7\xcf\x8c\x21\x83\x21\x93\xfa\xa3\x46\x5e\x36\xe8\xef\x39\xfa\xe9\xf3\x5a\xcf\xd6\xd1\xf7\x99\xe3\x2e\xcc\x04\xfe\x29\x39\x9c\x09\xfc\x53\x56\x38\xef\xf6\x39\x75\xea\x81\x86\x4c\xc5\xca\x42\x4e\x47\x16\x99\xc7\xab\x1b\xa6\x9c\x09\x00\x34\x3b\x24\xef\xaa\xdf\x30\x02\x54\x7e\xa9\xcc\xb8\x4c\xe5\x17\x15\xed\xf3\xde\x9f\x27\xa9\x1a\x9e\x91\x2a\x10\x2d\xe5\x7d\x3e\xff\xab\x07\x9e\x8f\xed\xb1\xae\x55\xbb\xc9\x22\xf7\x9f\x5f\x60\x9c\xf2\x71\xbc\x8e\x0e\xe6\x69\x3e\xc2\x7b\x0e\x2e\xa5\x7c\xc4\xf7\x17\xb6\xdc\x7c\xa8\x34\x49\x1f\x0e\x95\x26\x3d\x3b\xbd\x67\x3b\xbe\x87\x01\xac\x9e\x6d\x1a\x9b\xff\x95\xaf\x8d\x5e\x5f\x5f\x4c\x00\xf3\x98\x8f\xf6\x6e\x5b\xce\x52\xe9\xee\x9f\x73\x82\x57\x59\x69\x35\x73\x34\xdf\x5e\x61\x68\xe4\xf0\x8e\xc5\xc0\x49\x9c\x8d\x2a\x04\xf9\x66\xa2\x0a\xf5\xdd\x67\xa4\x0f\x06\xb1\x90\x19\xe9\x83\x81\x5b\x29\x2f\x24\x1f\x9f\xbe\x21\x7d\x30\x70\x7a\x67\xa4\x0f\x06\x5b\x72\x7e\x90\xfc\x0f\x3a\xf2\x6c\x82\x77\x71\x99\xe5\x00\xa2\xbb\x6c\x41\x5d\x38\x62\xd8\x82\xd7\x01\x35\xc9\xe8\xc8\x0b\xc9\x47\xd3\xe3\xf2\x42\xf2\xc1\x0d\x25\x87\xf9\x1a\x7a\x70\x68\x39\x5a\xe4\x83\xb3\xa3\x45\x3e\x98\x37\x0b\xc9\xc7\x8a\x51\x94\xa3\xa6\x5b\xfc\xc7\x16\x91\x63\x7c\x17\x40\x87\x82\xe0\xc4\x49\x60\x66\x16\xe4\xa7\xd1\xc7\x6e\x23\x4c\x26\xe1\x15\x44\x52\xd8\xd9\x1f\x73\x24\x62\x1d\x70\x9b\xa3\xc9\x24\x74\x9e\xe0\xc5\x5c\x6d\xee\x67\xd9\xdc\xde\x97\x7c\x81\x69\x2b\xf0\xbb\x26\xef\xfb\x3b\xa2\x23\x9f\x8a\x0c\xd1\x82\xd3\x68\x00\x3e\x28\x54\x16\xa6\x1f\xa2\x45\x3e\xf1\x7f\xe6\x05\xe8\x63\x75\x78\x05\xf4\x3f\x60\x9c\x6d\x29\x9f\xaf\x45\x23\xa8\xcc\x50\xe0\x3b\x5e\xe5\x7c\x7e\x9c\x0a\x30\x33\x3f\x80\x7e\xeb\x86\xae\xe6\x87\x0a\xff\x81\xba\x4c\x08\xa8\x70\xcb\x55\xe5\xf3\x05\xb7\x13\x1b\x34\x4b\x87\xff\x2c\x26\xd3\x5f\x28\xa8\xe0\x98\x9e\x2f\x8a\x79\x3e\xcd\x6b\x7b\x26\xc6\xc0\x6a\xcb\xea\xc6\x39\x22\x24\x3e\x05\x68\xef\x7c\x85\xd7\x8e\x05\x53\x64\x92\x9f\x0e\xb6\xa9\x7c\x59\xec\x8a\xd6\xaa\x1d\x47\x3e\x6a\xbe\x5e\xf4\x22\x4c\xcd\x0f\x35\xbe\xbf\x1f\x21\xd4\xf8\xe1\x7c\x59\xc0\x3e\x28\xbd\x90\xad\xfc\xc9\xa6\x96\xa1\xc5\x4b\xb4\x5d\x48\x93\x62\x99\x65\x01\xfd\xcf\x7d\x93\xff\xcf\x77\x6c\x1d\x6d\xaa\x83\xee\x8e\x42\x7a\x7d\xcf\x93\x68\x8f\x0c\x35\xbe\x61\xfb\xe7\x07\xd4\x5f\xbd\xf9\xc6\x93\x5b\x7b\xef\x4a\x8a\xe5\x05\xec\xc3\xc0\x34\xc8\xe9\x7a\xaf\xc0\xc6\xcd\x02\xfb\x1f\x4b\xed\xf0\x19\xf7\xfb\xd4\xa7\x55\x3a\xb4\xe8\x63\x7a\x39\x35\x4a\x34\x87\x9c\x3e\xda\xd1\x6f\x66\xa1\xf7\xa0\x2e\x77\x16\xbd\x2f\x16\x8e\xf7\x93\x5e\x8b\xbe\x75\xcf\x71\x2c\x52\xb7\x9c\x44\x5e\x08\x3e\x58\xc2\x2b\xdf\xef\x58\x28\xd5\x9b\x49\xba\x4a\xa7\x67\x87\xcf\xdc\xa0\x67\xd2\xea\x31\xf6\x89\xb3\x34\xdf\xe7\x8b\xd1\xf0\x2b\x64\x11\xfd\xcf\x39\x60\xec\xfc\x20\xfa\xb3\xb7\xea\x2f\x70\x11\x9b\xed\x78\x39\x46\xa3\xfb\xf3\xfd\xdb\xd2\xcf\x0b\xd5\xdf\x26\x2e\xe6\x07\xd5\x1f\x0f\x7f\x98\x45\xf5\x3f\xa6\xe2\xe5\x39\x2f\xaa\x1f\xa0\x97\x7c\xbf\x51\x4f\x1a\x87\x59\x54\xff\x73\x8e\x63\x2e\xaa\x3f\x5b\x37\x85\x31\x67\xb8\x27\x8d\x8e\x1c\xde\x76\x62\x73\xe7\x07\xd9\x5f\x5d\x49\xb9\x9c\x5f\xa7\xcf\x04\x01\x67\x2a\xf6\x24\x5c\x48\x79\x21\xfb\x15\x44\xb5\x8e\x96\xc9\xdb\x40\x60\x79\x21\xfa\xd0\x71\xd2\xe5\x85\xe8\xcf\xdb\x2f\x28\xbf\xf3\xa1\x3b\x67\xa8\xda\x73\x6b\x9e\x2d\x34\x1f\xb7\xd3\x6b\xc7\xd3\xd2\x89\x63\x38\xe7\xf7\xbb\x78\x36\xf7\xf2\x85\x8d\xb8\x96\x4a\xc3\xff\x18\xd0\x20\xb9\x5c\x8e\x17\x91\x1e\x5e\xb5\x42\xa0\x2d\x2f\x93\xa1\xe2\x2f\x57\x29\xa9\xf8\x33\xf7\xa1\xd1\xb7\x10\xfe\x79\x69\x72\x88\xf0\x63\xe8\xf3\x9f\xaa\x8f\xf9\x01\xff\x47\x9f\x4e\xac\x07\xfc\x87\x6e\x02\x4c\x2e\x7f\xa6\x49\xf9\x9c\x1e\x38\xb4\x32\x0e\x00\x63\xa4\xf2\x72\x00\x44\x7d\x7d\xb9\x90\x1c\xee\x1e\xb9\x1c\x00\x41\x89\xd7\xfc\x38\x00\xf6\x6e\xa2\x7e\x36\x32\x1c\xb0\x97\x1f\x1a\x7e\xef\xcd\x09\x57\x7f\xf3\x1c\x99\xc8\xf0\xe7\xa3\x5b\x0e\x80\x38\xdd\xde\xea\xf5\x4c\xc4\x67\xa9\xaf\x58\x89\x5a\x72\x3a\x01\xe2\xf6\xda\x65\x9f\x13\x60\x3a\xec\xcb\x09\xb0\xe6\xcb\x3a\xaa\xef\xff\x9b\xcf\x68\x6f\xfb\xb4\x89\x89\xad\x8f\xc1\xd6\x2e\xe7\x87\x25\xba\xf2\x03\xfc\xb7\x77\x19\x68\xdf\x56\x81\xaf\x35\xb7\xfd\x73\x44\x70\x0f\xa8\x78\x83\xeb\xf2\x43\xc5\x6f\x7d\x68\xa3\xe2\x04\x30\xa1\x2b\xa3\xcd\xb7\x41\xee\x65\xb5\xf9\x7c\x8b\xcb\x01\x10\x4d\xda\xcf\xcb\x01\x10\xa7\x4b\x43\x7b\x7d\xdf\x8f\xcd\xd8\xca\xfb\xd9\x3a\xa2\xcb\x11\x10\x95\x07\xc8\xe8\xf7\x6d\x87\x67\x2f\x27\xc0\xe6\x47\x84\x7e\xdf\xe6\xa6\xb5\x1c\x00\x71\xe2\x8a\xc9\xcb\x01\x10\xa7\x36\x97\x0e\x00\xd1\x0e\x94\xbb\x99\x09\x19\xfd\x3e\xab\x05\xe5\xfe\x6b\x7b\xf0\xda\xf3\x5b\x7c\x18\xe1\x7e\xbd\xbf\x40\xb1\x66\xb4\xfc\xba\x5b\x5c\xff\x90\x01\xca\x28\xb9\x7f\x8e\xae\xdb\x7b\xac\xe5\xc0\x8a\x9c\x79\x39\x03\x4e\xd3\x9f\x72\x7f\xdf\xb7\x9c\x5f\xee\xd0\xd1\x04\x3b\x66\x9d\x01\x3f\xf3\xc1\x6d\x4e\x0a\xfe\xe7\x17\x3f\xce\xb1\x7d\xbf\x30\x3e\x54\x58\x15\xe3\x67\x51\xff\x8f\x41\xe0\xf7\x34\xc2\x73\x85\x11\x8c\x79\x21\xff\xf3\x80\x27\xcb\x0b\xf9\x9f\xd6\xac\xca\xe3\x7a\xbe\xe7\x67\xab\x1e\x68\x32\xba\x1c\x8d\xdf\x51\x64\x79\xa1\xff\x78\x3d\xcf\x5e\x41\xa0\xfb\xed\x73\xeb\xbb\xc5\x3f\xbf\xb4\x67\x65\x68\xe2\x84\xf1\x3a\xbc\x0c\x2b\xcd\x63\x3c\xdb\x52\x1b\xb6\x68\x45\x24\x65\x37\x4b\x69\xf9\x15\x4c\x42\x1b\xe6\xef\xa0\xdf\xbc\x3c\x00\x61\xc0\x2d\x64\x84\x05\xa3\x5f\xe0\x44\x87\xc8\x6f\x6d\x21\xff\x14\x61\x67\x33\x4a\xe7\xc1\xef\x00\x4a\xfe\x41\x7c\xf3\x35\x0d\x9f\x95\x65\xe6\x6f\x51\xf6\xb9\xeb\xbd\x5b\x98\x24\x2f\x0f\x40\xb0\xfc\x5b\x46\xf1\xfc\x70\xb1\x16\xfd\xff\x5c\xdb\x6c\xd7\xc0\x07\xe1\xd9\xef\x77\xae\x71\x5d\x16\xfa\x3f\x23\x5f\x65\x79\x68\xf9\xe3\xd9\xb8\xcb\x86\x39\xb0\xfb\xff\x42\x07\xc7\xe9\x11\x75\x43\xd9\x1a\x8b\x29\x7e\xdd\xff\xd6\xf7\x9d\x6e\x8f\xd6\x7b\x4e\x18\xe5\x65\xa1\xfe\xa0\x70\x43\x59\xa8\xff\x54\xa4\xa6\x2c\xd4\x7f\x16\x46\xb5\x6c\xf5\x33\x41\xaf\x7f\x6c\x17\x45\x96\x7e\x59\x50\x85\xcb\x3f\x0b\xe9\xf2\xd1\xe3\xfd\x85\x5d\xb3\xa0\x09\xa2\x48\x6f\xc1\x31\x20\xd6\x28\x68\x82\x14\xec\xc6\x02\x53\x6f\x61\xba\x82\x26\x48\x81\xd6\x2a\xfb\x1b\x03\xdd\xc9\xc1\x2d\xfb\xf9\xee\xd6\xd8\xd3\x65\xff\xac\x44\xc8\x9c\xb2\xa7\xe7\x75\x09\x35\xcb\xce\xd0\x4c\x8f\x16\xcf\xa1\xdb\xa6\x2c\xe7\x40\x8a\xd1\xbb\x55\xda\xed\x9d\xda\x63\xe7\x8d\xdb\xff\xd7\xb2\x57\x6e\xff\x1f\x1f\x7a\x48\xfc\xf2\x7d\xfe\x6c\x95\x85\xf2\xb1\x81\xe5\xa3\x1c\x48\x70\xf1\x79\x15\x1d\x03\x3f\x16\xdd\xe6\xd9\x6b\xfa\xef\xb6\x6d\x39\x05\xa2\x7a\x29\x45\xbd\x43\x00\x66\x39\x3e\x7e\x07\x2b\xab\x1c\x96\xfa\x65\x72\x2c\x87\xc0\x8a\x07\x5c\x47\x6b\x3a\x34\x92\xf6\xca\x72\x08\x9c\x2d\x7b\xb4\xfa\x4c\xe9\xe4\x50\x88\x79\x37\x5c\xb0\x1c\x2f\x1a\x52\xde\xb6\x1c\x9f\x7f\x3b\xd9\x0b\xfb\x3c\x1e\xeb\xad\x04\x44\xcf\x9c\xfe\xcb\x09\x70\x56\x48\xeb\xb2\x80\xfe\x4a\xc7\x58\x47\xef\xfb\x6c\xb6\x34\x10\x71\xe2\x84\x0f\xe9\x9b\x7d\xde\x9b\x77\x89\x33\xb0\x20\x26\xb2\x23\xac\x55\x42\xf9\x26\x36\xef\x23\xb8\x85\xa7\xde\xab\xe7\xbc\x01\xa4\xcd\x71\x0d\x2f\x5f\xa3\x10\x70\x09\xd4\x9e\x64\xc3\x2d\x0b\xf8\x9f\x2e\xc5\x25\x7e\x14\x36\x2e\xca\x12\x3f\xe4\x83\x61\x51\x22\x73\xfa\xf2\x28\xbc\xff\x07\x7f\x89\x8c\x08\x9f\xf8\x13\x07\xdf\xbb\x19\xea\x05\x55\x77\xc5\xb7\xcb\x42\xf8\xd7\xe6\xf7\x22\x85\x1f\x4b\x6f\xcf\xff\x6e\x69\xb9\x8f\xc3\xfb\xaf\xf7\x3b\xbb\x47\x6b\x69\x1b\x7e\x7d\x22\xfd\x98\xbb\x9a\x9e\x45\x0a\xff\xe7\x97\xea\x33\xc6\xe7\x0d\xf0\xaa\x37\xe8\xdd\xd8\xc4\xb2\x50\xff\xb5\x63\xd8\x94\xf3\x35\x63\x9a\x0b\xd0\xf9\x25\xf9\xf9\xed\x9e\xe1\x6d\x27\xbe\x8b\xb2\x3c\x00\xd7\xee\xb2\xb4\x3c\x00\xd7\xce\x82\x5e\x16\xfa\xbf\x64\x2f\x8a\x74\x7e\xac\x0f\x9b\x58\x1e\x3a\xbf\xf6\x4e\x30\x6b\x79\xd0\xff\xfe\x44\xd6\x15\xd1\xff\x15\x7b\x27\x54\xa3\x2c\xf4\x7f\x19\x0f\x57\x1e\x3a\x7f\x7f\x42\x4c\xcb\x83\xfe\x4b\x9f\xc4\x43\x95\x85\xfe\x83\x22\xe2\x45\xf4\xff\xf3\x3f\x68\xa1\x88\xfe\x7f\xe6\x13\xce\xcb\x72\xed\x0f\x76\xb1\x0c\x62\xb9\x8e\xa7\xad\x56\x04\x2b\xcb\x0b\x70\x59\x90\xa5\x2c\x0f\xc0\x15\xc1\x70\x65\x79\x00\xae\x00\xbe\x2a\xcb\x03\x70\x85\xee\x51\x7a\xb7\x5f\x02\x82\xcb\xf5\x8d\xc3\xe5\xdd\xd6\xfa\xa6\x79\x50\x0c\x8e\xff\x19\xb9\xe2\x3d\x18\x03\xe7\xe2\x85\x46\x92\x73\xf5\x22\xa2\xd4\x2f\x63\x79\x01\x42\x75\x2b\xba\x5e\x1e\xab\xb1\xcd\x96\x5f\xb4\x3e\x9c\x5d\x79\x02\xe4\x8f\xbe\x82\xef\xff\x7b\x6b\x49\xc7\x77\x39\x8f\x5f\x4e\x82\xd3\xe2\xad\xe5\x71\x10\xb4\x87\xf2\x2b\xe9\x5b\x2e\x48\x81\x29\x3a\x09\x16\x1d\xc3\x74\x5e\x4e\x82\xeb\x6a\x36\xf1\x7e\xef\x71\x7b\x45\x7e\x7e\x31\xea\xbf\x2c\x27\x41\x28\xcf\x33\x5e\x3a\xc8\x6a\x44\x25\x7d\x4e\x22\x5f\x7a\xea\xdf\x39\x3e\x75\x7c\x0b\x15\xcb\x46\xfa\x05\x8c\xe9\xdd\xfd\xd2\xdd\x0d\xd8\x5f\x96\xa3\x20\xdd\x2e\x9b\xf7\x3b\x1e\xc6\xcb\x94\xfb\x73\x9a\xb8\xc4\xdd\xdf\x98\xe0\x1d\x2d\xcb\x51\xb0\x24\x74\xd6\xd1\x1b\x88\xab\x60\x41\x79\x9c\x04\xed\x09\x0a\x2c\xf7\xeb\x33\x35\xbf\xbc\x40\xfd\x5f\xbe\xd6\xfb\xcd\xa7\x30\xea\xab\x2c\x47\xc1\x75\x39\x49\x6e\xb8\x91\x6c\x1b\x91\xd5\x82\x2b\x2a\x3a\x08\xce\xd1\x5b\xf2\x97\xf9\x2e\xc1\xb8\xa1\x0a\xe5\x7b\x2f\x7c\xf5\xe5\xa1\xfc\x5b\x1f\xd0\x73\x25\x7f\xf3\x02\x1b\xb6\x50\xc6\x57\x71\xe6\x92\xbf\xd4\x28\x27\xea\x72\x0e\x2c\x76\x71\x1d\x5d\xcf\x86\xd4\x88\x1c\x2b\xf9\x0d\x46\x9e\xd8\x83\x05\x07\x41\x75\xe9\xc9\xaf\xa3\x44\xb4\x54\x9e\x58\xfd\xf6\x38\x64\x0a\x6a\x96\x11\x7b\xb1\x2c\x27\x41\xd0\xbf\x5b\xa4\xfc\x7f\x16\x12\xdf\x13\xe5\x7d\x6f\x3f\xe9\xfc\xdb\x61\x5a\x96\x83\x20\x58\x42\xbb\x58\xc3\xd7\xa5\x57\xc7\xc0\x4f\x4b\x60\x73\x4a\x09\x2f\x66\x26\xf6\xaf\x58\xcb\x17\x57\x47\xb1\x96\x2f\x8e\x95\x62\x2d\x5f\xdf\xab\xb5\x7c\x35\x27\xca\x8b\x86\x8c\xce\x2a\xd4\xf3\x3d\x89\xb0\x2a\x0b\xf5\x5f\xb7\x0b\x30\x94\xbf\x72\x85\xa5\xd0\x5f\xcd\x9c\x42\x2d\x26\x50\x44\x29\xc8\x9d\x9c\xfe\x37\x1f\x84\x35\xdd\x1c\xea\xeb\x10\xb2\xe4\x62\x41\x54\x26\xb8\xe5\x23\x2a\x73\xe0\x6a\x2e\xf5\x75\x90\x4e\x97\xcf\x5f\xd4\xbf\xf6\x2c\xd4\xff\xe1\x17\x2d\xf2\xbf\xb6\xfe\x18\x38\xf5\x73\x94\xe2\x88\x2e\x88\xcc\x44\x97\xc8\x8a\x09\x48\xbc\x54\x59\xa8\xff\x9a\x9b\xf7\xfe\x1d\xfd\x54\x1e\xc4\x3f\xfb\xd4\xce\x06\xf1\x3f\xdf\xfd\x42\xfc\x97\x62\x32\xa5\x7e\xce\x20\x22\x8f\xca\x42\xfc\xa7\x12\xcb\x65\xa1\xfd\x6b\xe0\x4d\x28\x0b\xe9\x9f\xb7\xa6\xca\x42\xfa\xd7\xf3\xc5\x51\x35\xf8\x06\x7b\x17\xaa\x06\xef\x2e\xd9\x0f\xd5\xbf\x75\xd5\x70\x4b\xfb\x4c\x5e\xd0\x73\xa1\xb2\xf0\x86\x4e\x6a\xa1\xb2\xf0\xe1\x06\x45\x65\xe1\xc3\xd9\x44\x65\xe1\x23\xfb\xdc\x77\x4b\x9c\xf6\xb0\xbd\x73\x5b\x46\xb2\x80\xf6\x77\x74\x16\x8a\x41\xf6\x3f\x58\xcb\x2d\xa7\x6f\x1f\x6a\xa6\xc5\xc8\xdc\x44\xe7\x4b\x7f\x93\x2d\xf4\x19\x95\xfe\x39\x00\x09\x1b\x28\xa2\xff\x9f\xbb\x46\xaf\xfa\x08\x82\xfd\x5f\xda\x47\x45\xc7\xc0\x99\xfa\x74\x09\x59\x8e\x81\x20\x5d\x5d\x96\x63\x20\xe8\x4d\x2b\xfd\x73\x86\x74\x1f\xaf\xe5\xf0\x03\x7c\xf9\xcc\xfa\x9b\x93\xa0\xb2\x62\xa1\x3c\x99\xa9\x36\x65\x39\x06\xc2\x10\x95\x50\xc0\x38\xe2\x02\x29\x14\x11\xb0\x3a\x4c\x21\x0c\x20\x38\xfc\x14\x11\x50\x7f\xbc\x18\x93\x0f\xd7\x50\xc6\x47\x87\xfb\x29\x0c\x22\x40\x70\x70\x15\xe2\xf2\x4f\xb1\xc9\x72\x04\x04\x05\xeb\xca\x13\x97\x1f\xde\xad\xf2\x89\xcb\x0f\xbd\x3b\x0a\xcb\x19\x10\xac\x25\x54\x70\x06\x98\x83\x5d\xa8\x1a\x70\x69\xed\xe9\x08\xb8\x72\xef\x42\xd8\xf1\x3b\xe3\xb7\x50\xca\x2c\x5e\xde\x69\x7e\x1f\x2c\x7d\x7e\x62\xf3\x8f\xc7\xf9\x56\xe6\x2f\x4b\x81\x8f\x16\x47\x40\x11\xcd\x4c\x52\xe9\xc4\x10\xf3\xd7\x74\xf0\x6c\xb8\x02\x68\xdc\x32\x3f\xae\x88\x00\xea\x32\x5f\x4b\xc9\x84\xc3\x42\x38\xc0\x2e\x8a\x5d\x0e\x81\x33\x41\xf5\x15\xc2\x01\x82\x9f\xdb\xfc\x00\xb2\x56\xd6\x6c\x1f\xca\x64\x92\x4f\x1c\x60\xce\x17\xc3\x01\xce\xd8\x87\xd8\xf1\x89\xd5\xff\x99\xd3\xeb\xdd\x56\x6b\x9e\x61\x01\xd6\xed\xdb\xf6\x68\x43\xa5\xb6\x59\x22\xaa\xaa\x6e\xe7\xbb\xa5\x64\xaf\xbf\xde\xad\x01\xfc\x59\x97\x03\x20\xa8\xe2\x55\xb7\xfb\xeb\xf1\xc6\x2f\x94\x78\x0b\x3e\x11\xa4\x9b\xbd\xbf\xa8\x60\x72\xd4\x3e\x87\x49\xe1\x97\x2f\xb2\xa9\xf9\xfc\xe5\xdc\xdc\x9a\x77\xfb\x3e\x7b\x36\xc1\xba\xfb\x8e\xef\x6e\xc5\xab\x4a\x08\x40\xc0\x3e\xaf\xfb\xf1\x19\x4d\xb4\x9f\x9a\x69\xf7\xee\xd9\x2c\x79\x38\x37\x2a\x35\xd3\x6e\xf0\x47\xa5\x66\xda\x8d\x81\x50\xa9\x99\xa6\xeb\xa6\x52\x33\xcd\x92\x43\xd5\xa0\xfc\xb3\xf7\x19\x7d\x4a\x79\x9e\xeb\xdb\xac\x0b\xe5\xc7\x7d\xf3\xb9\xbf\xd3\x24\xeb\x9f\x4c\xf6\xba\xc3\xfd\xb1\x51\xd4\x9d\x32\x83\x04\x40\xd4\xe3\x17\xcf\xc1\x98\x81\xee\x55\xc2\xaf\xa8\x88\x66\xac\xe7\x7a\x90\x09\x4d\x6a\x66\x3d\xbe\xb0\x16\x82\x55\xea\x42\xf7\x71\x77\x2e\x40\xf7\x1f\xac\x34\x15\x25\xd1\xcc\x62\x5e\x0d\xda\x8f\xa1\x77\x36\xe7\x7a\xfc\x0a\x64\xf6\x97\x37\x8d\x52\x75\xaf\xfa\x65\xb7\x8b\x84\xeb\xf1\x7a\x76\xe6\xd3\xaa\xb5\x86\x9d\xce\xb7\x03\x27\x17\x46\x5f\x5d\x28\x3f\x9c\x18\x75\x75\x21\xfc\x60\x81\xc0\x1a\x5e\xf4\x67\xa0\x44\x35\x78\x3f\x86\xae\x4c\x79\x35\xbb\x9d\x30\x94\xba\xbc\x00\xa7\xf2\x96\x35\xfc\x4a\x35\xa4\xc7\xe1\x7a\x4c\x3c\x89\xfe\xaa\x27\xe0\xe7\x17\xdc\xa4\x75\x79\x02\xce\xf2\xdc\xff\x8b\xe8\xc3\xdc\xae\x64\xb8\xdf\x7e\x0b\x41\xcf\xce\xbf\x52\x05\xab\x0e\x82\xf3\x7a\xbc\x75\x35\x58\x2e\x90\x41\x0a\x04\x38\x4e\x9b\xae\x56\x39\x8d\x20\x31\x5e\x89\xb1\x1a\x49\x3f\xc2\xba\xaa\xc6\xf6\xaf\x4c\x72\xa6\xa1\x8e\x81\x33\x3d\x5e\xca\x1a\xdf\x8c\x70\x09\xbb\x1a\x09\xea\x6d\xde\xf1\x5b\xe6\x7c\x7e\x7c\x1d\x24\x2a\xe4\x54\xb2\xe1\x85\x68\x15\xfd\xa2\x96\xbc\x3f\x42\xb3\x7e\x9e\x11\x0b\x8f\x74\xfc\x4a\x16\xbc\xf6\x52\x5d\x4e\x81\xa4\x8e\x4e\x8d\x64\x49\x77\xdb\x3d\xc9\x0f\xe6\x2e\xe7\xfb\xd9\x9b\xc3\x5b\xcf\x37\x4b\x5a\x4a\xb0\x9e\x5f\x2e\x07\x8e\xa5\x4a\x28\x80\x15\x9b\xea\x97\x09\x3f\xc0\x28\x75\x39\x03\xe2\x01\x08\xaf\x4f\x28\x40\xe9\x13\x87\x40\x7d\x1c\x02\x3f\xd6\x00\x23\xb5\x1c\x02\x57\xea\x1e\xe5\xcf\xfd\x60\x3b\xcb\xb3\x7c\x5a\x77\xa1\x2e\x67\xc0\x99\xb0\xc3\xeb\xf9\x66\xdf\x1a\x55\x5f\x9f\xcc\xf8\xfb\x21\x97\x2b\xa1\x00\x13\xe7\x54\x5d\xce\x80\x54\x71\x03\xd5\xc7\x11\x70\x74\xcb\x4f\x54\x1d\x01\x3f\x53\x96\x90\xcc\x7a\xbd\x29\x68\x1d\x87\x63\x5d\x8e\x80\x64\x96\x4a\xbd\xbe\x71\x70\x71\xba\xcc\xae\xa6\x57\x97\xfa\x5a\x8c\x01\x71\xfe\xe5\xf2\x4e\xab\xff\x56\x2b\xae\xd7\x8b\x68\xc4\xc5\xf5\x2a\xdf\xdc\xb1\xc5\xf5\xe9\xb1\xd5\x1f\x2a\xba\xa8\x65\xf7\x8a\xfe\xfd\xcf\xdc\xba\x4c\xbf\xf3\xf9\x6f\x3a\x9a\xae\xb0\x9a\xde\x00\x5f\xa9\xf2\xba\x1c\x02\x31\x62\xbe\xd4\x44\xf6\x71\xf0\xec\xb5\x24\x46\xe2\x67\x6a\x22\xbb\xda\x6f\x2e\xa1\xd7\x8f\x5c\x5e\x5d\x28\xff\xde\xa3\x67\xbe\x99\xc7\x26\xa3\x56\xeb\xd3\xc1\xda\xd4\x27\x53\xbe\x3c\x69\x92\x35\x91\x79\x7c\x79\x54\x39\xa2\x17\xa2\xfb\x95\x0c\x6c\x9b\x3b\xb4\xb8\x77\x1b\xaf\x11\x56\x6c\x37\x42\xcb\xb8\xba\xeb\x83\xea\xdb\xe3\xd6\xaa\xe8\xad\x16\xf4\xf6\xeb\x42\xf5\x71\x07\x3d\xd4\x5f\x88\x3e\x7a\x3d\xce\xc0\xc3\x6b\x7f\x39\x44\x69\xcd\x4d\x00\x3b\xdc\x4a\xbd\xbf\x14\x3c\x82\xb9\x2b\x94\xff\xe5\x1b\x92\xf2\x4f\xe3\xc9\x59\xa9\xf7\xcb\xeb\x89\x59\x2a\xb4\xff\xed\x36\xf6\xd0\xfe\xbd\x37\xbc\x1b\xf5\xc6\xc9\xed\x7b\xb9\xa9\x6b\xe0\x16\x71\xc3\xed\x39\x03\x33\x39\x6b\x98\xb2\x95\x4c\x7a\xcb\x88\x57\x32\xe9\x8d\xc5\xac\x99\xba\x06\x8e\x39\x99\xf4\x19\xa7\x5c\x7d\xa8\xfd\xf3\x71\xb3\x57\x74\x5a\x15\xd5\xaf\xa2\xf7\x9f\x2d\xfd\xf6\xfa\xfb\xfb\xc5\x73\xf2\x8b\x1a\xdd\x42\xf2\xeb\x0c\x9e\x18\xc0\xf5\x57\xf0\xbe\x5b\x48\xfe\x72\x5b\x5c\x4f\x33\x66\xbc\xdf\x43\x66\xbe\x17\x5b\xb5\xfa\xbe\x68\x84\xff\xde\x42\x16\xc0\x8f\x97\xcb\xcc\x02\xf8\xc1\x48\xaa\x4a\x02\xbe\x80\xb0\x92\x80\xff\x7c\xb4\x45\xa0\x7b\x76\x15\xf6\xeb\x02\xf7\xa7\x55\xb7\x2a\xe5\xf1\x0e\xa7\x4a\xf9\x40\x9f\x83\x50\x2c\xa6\xec\xd1\x5a\xfa\x77\x3c\x97\xb5\x20\xd1\xeb\x62\xf7\x2b\xf9\xde\x57\x69\x99\x3c\xb7\x2e\x4a\x5b\x98\x0b\x52\x29\x6d\xd1\x5c\xc4\x04\xf8\xe7\x7c\xc0\x75\xad\xf0\x3b\x80\xfb\xba\xc0\x7d\x4a\x7e\x8c\x15\xcd\x77\x77\xe1\x05\xee\x83\x1a\xaa\x95\xf2\x16\xba\x4c\x2a\x19\xf5\xc3\x8f\xec\xa1\xf3\x7f\x2c\x08\x9e\x4b\x89\x0b\xcb\xde\x55\x4a\x5c\xcc\xe8\xb5\x8b\xd6\x3c\xb4\xb5\x00\xf4\x0a\x64\xd7\x05\xe8\x2f\x6b\x95\xd5\x07\xd0\xdf\x7d\x62\xa9\xd7\x05\xe8\xe3\xad\x5d\x0c\xa0\x57\x61\xb3\x2e\x40\x7f\x99\x85\x5e\xa5\xef\x7f\x36\x5b\xe8\xf9\x8a\xb2\x6c\x75\x64\x16\xa0\x0f\x96\xd2\xae\xed\x8d\xf2\xe9\x44\x2b\x55\xd4\x65\x37\x5b\x42\xfc\xfe\xed\x12\x06\x75\x7f\xe2\x99\xae\x50\xf7\x19\x9c\x56\xa9\x77\xb1\x3f\xd7\x59\x05\xd5\xeb\x7e\x71\x1e\xfe\xbf\xac\x5b\x15\x66\x6b\x7b\xa7\xb8\x8e\xc9\x6a\x4d\x0c\x97\xec\x27\x7e\x3f\x3c\x61\xe8\xb5\x7d\x81\x8e\x38\x1c\x6a\x27\x8b\x1c\x0a\xbf\x92\x35\x5f\x9c\x85\xd4\xcd\x38\xb5\x32\xa9\x9b\x71\xfa\x0e\x89\xdd\x7f\xec\x49\x62\xf7\x55\xe3\xaf\x22\xf4\x2b\x3c\x21\xac\x15\x4d\x5b\x6b\x75\x54\x11\x3a\x62\xc9\xf5\x43\xe8\x0d\xc4\x57\xfb\x17\xd9\xe7\x22\xdf\x3f\xfa\xda\xed\x86\xec\x79\x8b\x28\x56\xb3\xe7\x7f\x10\xd7\xe1\x33\x56\x40\xeb\xe5\xb2\xd8\xdf\x7e\x3f\x57\x8c\x2f\x5c\x83\x50\xfa\xfa\x04\xed\x87\x87\x31\xa8\x03\xfa\x1a\x9c\x5b\xc7\xf7\xce\x09\x29\xad\xe3\x43\xae\x22\xbf\xf1\x86\x31\x4c\x1c\xbf\x95\x3a\x7f\x56\x9d\xad\xd4\xf9\x53\x18\xba\x12\xbc\xff\xbc\xbb\xa1\x30\x34\xb3\x64\xbc\xfc\x46\xd3\xf8\x5b\xa8\xfd\xd2\xa5\x54\x17\x6a\x8f\xc5\xf7\x2a\x75\xff\x73\x36\xae\xdb\x2a\x75\x7f\x9e\xc4\x0d\xfd\xfc\xf2\xdb\x51\x59\x09\xdc\x0f\xa0\xfa\x3a\x5f\x31\x11\x85\x75\xaa\x19\xf5\xcb\x4b\xc2\xf8\xcc\xcf\x79\xe7\x9c\x9f\xaf\x60\xcc\xc4\xc5\x59\x51\xe5\x3d\x44\x21\x0b\xb9\x9f\x96\x49\xad\xd4\x07\xac\x97\xf7\x5f\x21\x2b\x19\xbf\x49\xa5\x60\x79\x70\xa1\x9e\xe5\x5d\xfd\xdc\x76\x51\xe6\x4d\x7e\xc7\xf3\x0f\xaa\x43\x99\x57\x31\xf1\x2a\x5a\x8f\xe1\x89\x25\xab\xd3\x92\x93\xab\x15\x6d\xdb\xde\x5e\xe0\x4d\x68\xdb\xfe\xe1\xe3\x83\x5f\x50\x21\xc6\x54\x6a\x66\xd5\x2f\x6d\xae\x7f\x21\x8c\x06\xc3\x7f\x90\xac\xd5\xb6\x57\xd6\xcb\x4c\xd6\x46\x39\x8f\x7d\xf8\xe8\xb5\x14\x44\x7c\xa9\x6d\x7b\xd3\xd5\xe6\xe9\x2f\x9f\xf3\xea\xf2\xfa\x6f\xe7\xc3\x59\xd1\x88\xf1\xbf\x59\xae\xdb\xf6\x2d\x09\xd1\x67\x74\x9c\x63\xde\x71\xb0\xcd\x14\x8e\xd6\xae\x67\x01\xf6\x46\xd2\xbd\x11\x19\x0d\x80\x9f\x59\x26\x1a\xc2\xbe\xee\xea\xcd\x18\xff\x1f\x9b\x9f\x65\xac\x2d\x80\x1f\x24\x39\xdb\xfe\x3b\x4b\xbd\x2d\x80\x1f\xd5\xe0\x6a\x88\xfb\x66\xe0\x65\x43\xdc\xb7\x80\x25\xda\xfe\xed\xf4\x97\x6d\x2a\x8f\x9d\xdd\x70\x4e\x34\xca\x80\x94\xdb\xbb\x61\xd5\xb2\xdc\x37\x29\x7c\xd0\x5c\x23\xbe\xbf\x1c\x9e\xe9\x12\x70\x75\x2b\x4c\xb5\x05\xf2\xa3\xb9\xdb\xed\x78\xa9\xbd\xce\x06\xdd\x28\x57\x68\x3e\x7d\x03\xe4\x57\x28\xf8\x06\x7d\x5f\x59\xfe\x1a\xf4\xbd\xb5\xf8\xdb\x02\xf8\xa7\x22\xd6\xcd\x78\xfe\x15\x08\xe0\x2f\x0b\xdc\xde\x87\x47\x1f\xc0\xaf\x3e\xf7\x0d\x6c\x6d\xc3\x5f\x2a\x1e\x63\xde\xcc\xf1\xd2\xbc\xd3\x29\x7a\x7c\x5a\x42\xcf\x3d\xe0\x28\x9c\xe2\x00\x7c\xe5\x5b\x1a\xea\xc0\x0a\x8b\xb4\x05\xf0\x57\xda\xc1\x3a\x5a\x75\xcb\x76\xe7\x5f\x78\x69\x5d\xdd\x52\xcd\xcc\xfc\x58\x7a\x67\x11\x6b\x01\x6a\x77\xf3\x7a\x84\xb8\x09\x08\x68\xc4\xf3\x5b\xac\xb4\xa1\x12\xdc\x92\xd7\x51\xb1\x02\x37\x48\xa3\x94\xa1\xe9\x79\x0d\x05\x61\x2b\x57\x35\x14\x84\x6b\xf3\xe8\xcb\xe3\x38\xec\x0f\xb9\x2b\xd9\xff\xdf\xdc\x05\xd5\xb9\x5a\x7c\x73\x17\xd4\x88\x6b\xc4\xf3\xab\xb5\xd5\x88\xe7\x17\x39\xb7\x07\xb9\x6f\xbd\xb3\x0d\x37\x14\x85\x07\x02\x36\x6d\xa1\xf6\xe8\xa2\xdc\x50\x14\x36\x63\xbc\xc5\x2f\x77\xa3\x7a\xed\x9b\xa1\xdd\xd8\x34\x9a\x94\xfe\x6a\x0d\xe3\x12\xdf\xbc\x1d\x8d\x89\x16\xad\x72\x6c\xfb\x97\x22\x41\x74\xe6\xc5\x4f\x28\x86\x4d\xa5\xc5\x17\xc5\xb8\xd4\xb7\x87\xd2\x2f\x7d\x82\xb9\xdb\x89\x40\x10\x5b\x4d\x5b\x28\x3e\x9e\xb0\x4c\xed\x3c\x3e\x14\x44\xab\xcf\xd7\x39\xad\xf9\xd9\xce\x2f\x79\x01\x73\xaf\x9d\x88\x24\x1d\x1e\x2d\xab\xfe\x64\xd3\x6b\x22\xf8\x9f\xeb\x5d\x77\x1e\x4a\xbf\x3f\xe1\x34\xed\x7c\x35\xcf\x74\xbb\xb6\x85\xe2\x53\x1e\xb6\xb8\xbe\x98\x3e\xdb\xea\x37\xbc\x63\x44\xef\xfa\x45\xac\x75\x9f\xbc\x68\xed\x7e\x79\x8f\x95\xb7\x15\x08\x96\x68\x54\x30\x39\xd8\xaa\x9a\x81\xfc\x7e\xeb\xd7\x1b\xd2\xa0\xdb\xb4\x81\xde\x6f\x42\xef\x9b\x81\xfc\xa4\x27\x34\x8b\xc0\xbb\x1a\x2e\xe4\x1e\x95\xe5\x69\x0b\xb9\xaf\x42\x35\xff\xd8\x2a\x28\x70\xb2\xd9\xf9\xeb\x13\xa9\x38\xbd\x2d\x3e\xae\xe0\x11\x4b\xc0\xe9\xd9\x8d\xc6\xb1\xf8\x12\xdf\x6f\x82\x60\xbb\xbe\x88\xad\xd3\xe6\xbe\xec\x7e\x87\x3c\x6c\xe9\xf3\xd9\x63\x6f\xb4\x05\xe6\xc3\x85\x9d\xdf\x16\x98\x8f\xd3\x25\x6c\x81\xf9\x4b\xbb\xb8\x2d\x30\x7f\x09\xbc\x5a\xfa\xb3\xd4\x23\x7b\xb7\xe1\xf5\x6d\x0b\xcc\x9f\xcf\x86\x92\x5e\x6a\xda\xb2\x96\x8d\x32\x8c\x96\xa5\x6f\x94\x61\xbc\xfd\x28\x28\xc3\x98\x6e\x9f\x09\x82\xc1\x1d\xd4\x16\x88\x3f\x93\x13\x29\xa9\xd4\xe9\x53\xd6\x52\x17\xf1\x2c\xb6\xfb\x8d\xd7\x36\xa4\xb1\x41\xcb\xef\x90\x57\xed\xfe\x62\xb5\x9d\x52\x4f\xfc\x7e\x78\x94\xa6\xda\xfd\x5b\x80\xa5\xdd\x9f\xd4\x9f\xbd\xf8\xb2\xf1\x07\xfa\x9e\x8d\xe2\x2a\xbb\x8b\xc2\x8d\x2f\x93\xa0\x85\xb6\x40\xfc\x59\x36\x9f\x5f\xc8\xe6\xf6\x4c\xad\xdc\xfd\x89\xcd\x69\x0b\xc0\x2f\xb1\xd2\x75\xd4\x49\x5c\xf4\xda\xf1\x01\x5c\xff\x67\xba\x3b\x9e\x14\xa9\x0f\x6e\x08\x0f\x15\x7f\x75\x05\x3f\x5a\x7e\xfd\xb8\x13\x2b\xb2\x01\xe4\xa3\x6f\x3d\xbf\x9f\xbc\x9a\x4a\x2d\xbf\x7d\x37\x02\xae\xe5\x97\xae\xd4\x4f\xde\xf2\x17\xcd\x73\xf8\x9c\x2f\x8d\x4b\x1b\x6c\x01\xfa\x33\x43\x4b\xb6\xfc\x39\x31\x48\xbc\x6b\xf9\x75\x5e\xe9\xe7\x6f\x59\x99\x47\xfb\xf2\x3a\xef\x0c\xbf\x68\x8f\x74\xde\xdd\x9b\x4b\x58\x9e\xdf\xb6\xca\x5b\x29\xdf\x9c\x07\xf3\xb5\x4f\x42\xaf\xdb\x7a\xb2\xf2\x0f\xcd\x33\x8a\x4e\x06\x17\xa4\x82\x48\xc9\xf0\x6e\x04\xac\xba\xcc\x97\xeb\x33\x5c\x18\x99\xf2\x39\x73\xdc\x98\x0a\xd6\x3e\x9c\x65\x2b\x9f\x69\x57\xbd\x02\xad\x30\x5c\x3f\xad\x90\xcb\xe4\xd7\xb0\x10\x7c\x0a\xd3\x76\xe3\xc8\xf0\x3d\xfe\x92\xce\x23\x3e\xab\x95\x5f\xfc\x0d\xed\xab\xbf\xd0\x2d\xed\xaf\x9f\xd5\x0b\xfe\x69\x9f\x74\xfb\x04\xe3\xb5\xfa\x46\xb7\x59\x59\xb7\xd5\xf8\x61\x20\xc6\xa8\x32\x0e\x2e\xa3\xf5\x73\x62\xfb\xad\x56\x32\xd5\xdd\xca\x7e\x69\xe5\x25\xff\x47\x0b\xdb\x6d\x66\xa1\xfb\x14\x86\xff\xad\x6d\x30\x40\x1b\xb7\x5f\x01\xfa\x6e\xe3\x14\xcb\x37\x9a\xaa\xd5\xf7\x7b\x18\x7e\x6b\xf5\xe3\x2a\x6d\x4d\x93\x9f\xf5\xe8\x97\x6a\x2f\x3d\x6e\x1f\x8f\x45\x88\x46\x23\x4b\xdf\x22\xa8\xad\x7d\xe1\x0a\x6e\xac\xd2\xf7\x1a\x43\x5f\xa6\xbe\x4e\xe0\xd6\xde\xfc\x0d\xd1\x6d\x23\x5b\xff\x72\x9e\x1a\xac\x1f\xf7\x3e\x20\xfc\xdb\x13\xac\xff\xea\x5c\xb4\x47\x33\x2f\xa0\x71\xf0\xdf\xdb\x0a\xb1\xfc\xa7\xb6\xe6\x72\x08\xa4\xdc\x7c\xd8\xb7\x35\x38\xe1\x1b\xaa\xa8\x0e\x68\x7f\xa7\x89\xe0\xbc\xf5\x6f\x9a\x68\x13\x3e\x0c\xff\xf5\x24\xfc\xb4\x8e\xd4\xda\xe1\x3d\x22\x2e\x0c\x5e\xca\x72\x0c\x2c\x8d\xec\x75\xf4\x2d\x95\x2e\x29\xfd\x0b\x7a\xc3\x2f\xd7\x96\x73\xe0\xcc\xda\x57\x4f\x4c\xff\xd5\x9b\xfb\xb2\xce\x81\x15\xf7\xcf\x10\x3f\xce\x81\xfe\x64\x02\xb4\xe5\x1c\x38\x4b\xb1\x0d\x9d\x24\x30\x5b\xfb\xe9\xd9\xb8\x78\x2c\xe7\xc0\x2a\x6d\xf0\x73\x04\x85\x7f\x38\xe9\x86\x01\xcd\x7c\x34\xbf\xe2\xf9\xb5\x87\xc7\xe7\xf3\xd5\xe6\x20\x93\x3f\x90\x60\xd6\x90\x88\x97\xe3\x69\x5f\x3c\xbf\x59\xb4\x6d\x39\x04\x62\xc1\x71\xd2\x70\x08\x64\x37\xbd\xe5\x10\x38\xb7\xe9\x99\x64\xf2\x5f\xb6\x64\x51\xbc\x92\x84\xed\x89\xe5\x8f\x8f\xf7\xb3\x21\x15\xbf\xc3\xa8\xb4\xe5\x0c\x88\x87\xcb\xc7\x43\xe1\xff\xc0\x6b\x3e\xdb\xe5\x0c\xb8\x8c\x2a\x6b\x8f\x33\xe0\x8d\xfa\x6f\x53\x39\x41\xae\x9f\x44\xb3\x68\x5c\x3c\x4e\x80\xd9\xad\x5e\xd1\x88\xe5\xdf\x44\xac\x13\x65\x51\x37\xe4\xe5\x04\x08\xcf\x16\x64\x2c\xff\x72\x97\x30\x42\xf3\x97\x58\x89\xbf\x14\xda\xc6\xe8\x4e\x1c\x7e\x6e\xad\xcb\x11\x10\xba\xc8\xd2\x58\xfe\x9f\x05\x4c\xcb\x7f\x39\x03\x92\x21\x15\x6d\xfa\x9e\xd7\xb5\x7d\x39\x02\x42\x04\x55\xf6\xe5\x04\x88\x17\x2a\x44\x7d\x33\x6f\xa1\x70\xb4\xe6\xf7\x8d\xfb\xae\x2f\x84\x7f\xfa\x45\x75\x8a\x75\x1e\x78\xd0\xfb\x42\xf7\x31\x07\x8f\x70\x6a\x46\xaf\xbb\x5f\x87\xca\x6e\x0b\x5e\x2e\xc3\x68\xaa\x4e\x2c\xff\x8d\x5d\xdf\x37\x39\x2c\x5b\x48\x2a\x23\x23\xd7\xbf\x40\x7d\xbf\xc2\xbe\x90\x7d\xda\xa6\xcf\xfe\x52\x3a\x99\x97\x7d\xdf\x3e\x67\x15\x2d\xda\xf7\x67\xab\x9e\x90\xe7\x7d\x7f\x83\xd6\x07\x5f\x43\xdf\x3f\xbd\x26\xf0\x47\x57\x47\x8f\x4d\xb5\x2f\xa4\x7f\x65\xde\x75\xdf\xbf\x34\x46\x22\xcd\xfa\xfe\x46\xe7\x29\xab\xd2\xf7\x57\xaf\x69\x32\xb3\xfb\xfe\xa5\x32\x82\x5f\xfa\xfe\x39\x3e\x6f\x5b\x56\x3f\xfc\xc0\x08\x18\xc0\xbf\xa2\xf8\x78\x4f\x66\xf8\x9f\xe1\xd9\x72\xfb\xf2\x00\x5c\x65\xf7\xff\x57\x32\x54\x0e\xa0\x1f\x1f\xa7\x85\xe9\xd1\x29\xf7\x13\x7d\x83\x07\xf3\xde\x56\xe1\x01\x88\xcd\xff\x3e\x44\x84\xa1\xd3\x8f\x4f\x3a\x94\x19\xd7\x8f\x4f\x35\x98\xed\xa2\x1f\xe9\xc3\x6a\xde\xe7\x77\x0e\x4f\xff\x23\x62\xdf\x0f\xa4\x53\x83\x47\xf5\x5d\xbd\x09\x43\xe8\xe8\xf3\x85\xe1\xff\xfd\x7b\x1a\x6f\xcf\x80\xfe\x95\x9c\xc9\x38\x3e\x01\xfd\x3f\x86\xc0\xbf\xb4\xaf\x3a\xb1\xfe\x4a\x18\xf7\x20\xf5\x45\x47\xc2\xf1\xd9\xc1\xdc\x3a\x90\xdf\x01\x51\xdc\x8d\x02\x70\xaa\x7d\xb9\x00\xe6\x66\xf4\xf0\x5a\x8e\x5a\xaf\x3d\x90\xe5\xc9\x67\xdf\x89\x00\xc8\xe4\x1b\xf7\x90\xbf\xae\x7b\x76\x41\x3a\x83\xd7\xb6\x1c\x06\x69\x87\x18\xef\xc1\x14\x46\x06\x21\x10\xc4\x0a\xb2\xe9\x8f\x84\xdf\xd6\xad\x71\xd6\xc9\x01\x28\x7e\xc2\x91\xa0\x3e\x3c\xe0\x3d\xbe\xd9\x9d\x03\xbf\x6a\x5f\xce\x82\xeb\xfd\x3f\xbc\xcb\x15\xbe\xcb\xfe\xd0\xfc\xbd\x5b\xe8\xb1\xc7\x37\xda\xc7\x22\xe8\x3d\x7e\x56\x33\xa2\x2a\x1d\x3d\xfc\x1d\x3b\xbc\xc7\x2f\x88\xf7\xf4\xae\xaf\x63\xcc\x62\x99\x7d\x39\x0d\xa2\x81\x01\x3d\xd6\x6f\x32\xf2\xe1\x2d\xa7\xc1\xd9\xd8\xc6\x7b\x7c\x03\xfd\x9a\xd3\xf7\x71\x1a\xfc\x2c\xdb\x3e\xf5\x5b\x32\xfc\xd4\xc9\x03\x50\xe8\xa4\x9f\xdf\x58\x90\xa6\xd5\xcf\x5f\x39\x2e\x7c\xca\x7f\x44\xf0\xfb\x72\x1a\xa4\x1d\x37\x43\x7f\x54\x00\xb6\xa7\x46\x42\x5f\x4e\x83\xa0\x9b\xa3\x2f\xa7\xc1\xd5\xfc\xd8\xce\x57\xce\xd0\x80\xea\x7e\x82\x1a\xd8\x84\xfa\x49\x1e\xc4\x69\xdb\xea\xbb\x18\xe0\x70\xe8\x0a\xe1\x77\x9f\xdd\x9f\x45\x67\xb8\xe8\x9c\xaf\x7f\x5c\x09\xec\xfe\x88\xe1\x8f\x3e\xd9\x16\x3b\x0e\x03\x13\x21\xfb\x72\x18\xdc\xbb\x67\x23\x86\x9f\x1c\x1b\x62\xfe\x55\x4e\xed\x17\x19\xbe\x8e\xc2\x72\x16\x9c\x56\x18\xef\xc4\xfc\x27\xbf\x92\xe5\x2c\x38\x15\xc9\xee\x17\x8e\xc1\xe9\x5d\x28\xc3\xe9\x42\x7b\x11\xc0\x4b\xf0\x78\xbf\x48\xcb\x3d\xbc\xcb\x5a\xfa\x6b\xf0\x4c\x9c\x7d\xb0\x16\x9d\x4c\xfe\x80\xc3\xb7\x2f\x94\x9f\xac\xfd\xd2\x13\x41\xaa\x2e\x26\x0b\xe5\xdf\x07\xc1\x29\x1d\x94\xaf\x29\xd2\x17\xca\xbf\x36\xb7\x89\x85\xf2\xa3\x19\x41\x9d\x92\xa7\xcf\x86\x08\x5d\xaf\x13\xa5\x83\xf0\x03\xc6\x60\x4f\x28\xe6\x16\x9f\x5e\xb9\x27\x63\xbd\x10\xfe\xb9\x57\xef\x42\x58\x8e\x8b\x3f\x1a\x7b\xed\x69\xe7\x32\x59\x8b\xdb\xe2\x4d\x1d\x0e\x97\x78\xe8\xf9\x0c\xd6\xef\xb7\x41\xb8\x3c\x8f\x72\xa8\xf1\xf2\xcc\xc8\xd3\x59\x3f\x16\xaa\x3f\x4d\x9d\xec\x0b\xd1\x5f\x99\x68\xc9\x7e\xe3\xc4\xc4\x35\xd7\xa1\xe4\x93\x73\x16\x34\x6f\x02\x65\x5f\x68\xfe\xb4\xee\x60\x27\xb0\xde\x0a\x7e\xfd\xc6\x89\xe7\xc6\x73\x5b\xf0\x98\x71\x59\x48\x3e\xca\x21\xf5\x85\xe2\xaf\x03\x8e\xb5\x13\x50\x7f\xdb\x96\xfc\x3b\xbd\xb2\x43\xc3\x1f\xcf\x11\x34\xbc\x2d\x83\x86\x9f\x8e\x75\x46\x5b\xeb\x9f\xe8\xa1\x67\xb5\xa6\x18\x96\x4c\x14\x8a\xcb\xc1\x02\xf2\xa7\x15\xb9\x7a\x26\xaf\x00\xe0\xd7\x17\x88\xbf\x2e\x5f\x7b\xfe\x94\x64\xb1\x9c\x7b\x6e\x7f\x1a\xfe\xf9\xed\xa0\x8a\x7a\x1e\x7f\xfe\xff\x4d\x55\xf5\xf2\xd6\x1c\xb3\x5c\x67\x27\xae\x3e\x11\x47\xd3\x17\x68\xbf\xb2\x1f\xed\x13\x53\xff\x83\x50\xe9\x45\x79\x23\x6f\x26\x18\xa0\x97\x5f\x69\x59\xde\xe3\x7a\xec\x1c\xe3\xd8\xfb\x02\xf0\xf1\x26\x10\xb1\x2f\xf0\x1e\x4b\xf5\x19\xef\x72\x3c\x9e\xb3\x5f\xca\x4a\x62\xb5\x97\x4f\x77\x0a\x26\xa6\x97\x2f\xe3\xd8\x65\x7f\x01\xf9\x73\xef\xb6\x6a\x7c\x50\x90\x31\x5e\x40\xfe\x54\x9e\xa4\x3f\x20\x3e\x3d\xb2\x11\x7d\x81\xf8\xa0\xcc\x4a\xff\x84\xee\x85\x9a\x1d\x4a\x3e\x43\x9b\xf5\x27\xd6\x7e\xef\xd6\x3c\xee\x55\x7e\xea\x7a\x1c\x83\x7d\x01\xf8\x55\xea\x63\x1d\xa5\x67\x54\xba\xd3\x11\x6a\xbe\xba\x60\xd5\x8f\xaf\x89\xfe\xf2\x5b\x5d\xa0\x57\xe2\xcf\x37\xef\xfd\x65\x1c\x3b\xd5\x95\xd8\x8b\x7b\x97\x94\xef\x15\x95\x55\x2d\xef\x05\xe0\xcf\x03\xae\xa7\x37\x45\x49\x18\x9b\x27\xbb\x7e\x76\x03\x05\xfa\x03\xde\x8f\x6e\xa0\x41\x6f\xe4\x1c\x69\xf1\x0b\xde\x7f\xec\x6d\x6d\x66\x84\xee\x2d\x45\xda\x1f\xf0\xde\x9f\xb0\xdd\x0e\x55\x9f\x9c\x59\xed\x73\x5e\x04\x5b\x04\x42\xc3\x81\xd2\x17\x70\x5f\x55\x44\xd7\xd1\xb7\x25\xb9\x14\xff\xa9\xd3\xd6\x17\x32\x8f\x29\xf9\xdf\xe7\xcc\xf3\x8b\x6a\x5f\x6e\x8d\x86\xcc\x9f\x7a\x6d\xfd\x41\xe6\xf3\x89\x69\xeb\xd0\xf5\x9b\x9b\x73\xff\xe5\xc8\x64\x7c\x16\x32\xbf\xab\xef\x76\x21\xf3\x53\x0c\xdc\xfb\x17\x85\x47\x04\x59\xff\x23\x74\xdf\xfb\xaf\xfc\x12\x5a\xbc\x90\xf9\x6d\x31\xa0\xde\x7f\x45\xa0\xf9\xfc\x2f\xa8\x5e\x23\xae\x93\x5b\x24\xd6\xe9\x6f\x6a\xe2\xdc\x6d\x83\x75\x4b\xf8\x5a\xfa\xaf\x92\x4b\xbc\xf1\x41\x5a\x22\x11\x6a\x5d\x64\x0e\x6f\xd5\x45\xe6\x3f\xe6\x02\x58\xbb\x8b\xcc\x7f\x7e\x81\xa3\xec\x0f\x5d\xbf\x3f\x55\x56\xfa\x42\xe7\x71\xb8\x25\x8c\xcf\x79\x83\x33\xb9\xa3\xb5\x77\x39\xa2\x0b\x9d\x5f\x46\x5a\xf5\x4f\xf8\xbe\xb9\x3e\x22\x7c\x9f\x93\x2d\x7a\x9d\x98\xcd\xaf\x79\xfc\x79\xff\x20\xf4\x4a\x80\x43\x1f\x5f\x5a\xa6\xe3\x23\x4a\x8f\xc7\xbb\x1a\xcc\x3f\xef\x7f\x12\x90\xec\xda\x42\xe1\x5c\x85\x65\x3b\x01\xf6\x17\x3e\x8c\xfe\x20\xf4\xdc\x2d\x31\xdc\xe7\xf9\xac\xa8\x4a\x94\x74\x32\xee\xb3\x1b\xee\x42\xe9\x67\xc7\xed\xdc\xe7\xcb\xdd\x58\x5b\xbf\xcf\xfc\xff\xc9\x22\xf6\x05\xde\xe3\xe5\x22\xba\xc0\x7b\x3a\x5d\x20\x27\x82\xe9\xbe\x6e\x62\xee\x65\x34\xfa\x44\x9e\xcb\xa9\xf6\x24\xe1\xe7\xde\x89\x20\x1f\x80\xf7\x06\x1b\x32\x90\xe0\x3b\xd8\x4d\x87\xba\xf8\x3f\x8b\x16\xfb\xf9\x20\x09\x3f\x10\x5d\x34\xb6\xcf\x87\xd9\xfd\x65\x59\x37\x6a\x06\x8d\x27\x16\x3f\x3c\x29\x2c\x03\x20\x7f\x33\xd5\x86\xf5\x76\x71\x31\x0c\x41\x7c\x2c\x0f\x0c\x1c\xdb\x2b\x38\xac\x68\xc3\xd8\x3e\xe0\x56\x6d\xe3\xca\x2f\x31\x6f\x77\xfc\x8a\xc7\x3f\x6c\xf1\xa7\x4b\x74\xd8\xc6\x65\xd5\x65\xbc\x86\x63\xff\x3d\x15\xc6\x9f\xfa\x70\x63\x81\xf8\x78\xb2\x44\x8d\x9d\xf4\x3a\xc6\x75\x98\x75\x7f\xa5\xde\x8a\x67\xbf\x5b\x40\x7b\xee\x4d\x80\x1e\xfe\xcb\xb1\x00\x7c\x34\x17\x62\xec\xaf\x26\x93\x89\x4e\x63\x81\xf7\xa0\x1a\xeb\xd8\xdf\x40\x5c\x63\x44\xc6\xfe\x0a\x6d\x4b\x66\x8f\xfd\x73\x56\x41\x4f\x0f\x6a\xf3\xee\x4f\x8b\xd6\x16\x10\x2e\x5b\x3c\x9f\x0f\x43\xef\xff\xf8\x53\x65\x6e\x2c\xc0\x1e\x85\xef\xe3\xf8\x6a\x22\xe0\x70\x1a\xc7\x1b\xb5\x62\x76\xca\x78\x80\xfb\xf6\xce\x8f\x05\xdc\x53\xb5\xc7\x07\x9f\x02\x39\xd9\x63\x01\xf6\x4b\xae\x67\x1c\x9f\xe0\xb6\x23\xb2\x00\xfb\x55\x36\xaf\x2d\x4f\x6f\xc5\x10\x83\x0c\xfc\x00\x32\x18\xc7\x5b\xeb\xc4\xf0\xeb\x71\xe0\xc3\xae\xde\x0d\xda\x1e\xe4\x38\x0e\xd5\x56\xe9\xe9\x23\xc1\xb7\x75\x1d\x5e\x23\xbc\xb5\x6e\x64\xd4\x46\xf8\x10\xd9\xf0\xaa\x57\x8e\x71\xf8\x46\x40\xe6\xfd\xf6\x8a\xf3\x75\x4b\xf9\x7d\x04\x84\x28\x76\xff\x47\x76\x93\x4c\xa9\x11\xee\x6f\x9b\xe2\x6b\x59\xc8\xfc\x7c\xc6\x36\x7c\xdb\x00\x0c\xd6\x08\x56\x4f\x67\x34\x17\x32\xbf\x72\xf7\xde\x1d\x99\x0e\xc6\xe6\x97\xb8\x7e\xf1\xff\x2f\xdd\xd0\x6f\x3b\xf2\xdd\xef\x1e\x61\x06\x3a\x5a\x8f\xc0\x7e\xea\xd3\xd9\xb8\xd0\x79\x38\x31\xb6\xc6\x42\xe6\xf1\x9e\x1e\xfd\xe6\x2d\x07\xd5\xe9\x6e\xf4\x17\x06\xba\x7b\x07\x36\xf7\x58\x68\x3c\x06\x50\xd9\x58\x48\x3c\x06\xdf\x3e\xd9\xf8\xd9\x75\x22\xd6\x3f\xf7\x6c\x28\xf4\x31\x32\x22\xf0\xeb\xc7\xba\x60\xe4\x22\xca\xe1\xbb\xf7\x5d\xa6\x8e\xd5\x40\xc6\x42\xde\xf1\xc4\x70\x1a\xe8\xee\x0d\xc2\x21\xc6\x42\xdd\xd7\x64\x53\x1a\x27\xb5\x5d\x5c\x57\x10\xd2\xb7\x6a\xca\x78\x10\xf7\xe8\x0d\xa5\xad\x01\xe2\x4e\x20\xa9\x71\xfe\xde\xe2\x87\x88\xfb\xe7\x4b\x3d\xbc\x3e\xbf\x66\x3c\x0e\xb1\x81\x88\xbe\xa9\x7f\xe3\x7c\xb7\xf8\xe7\xfb\x7b\x02\xed\xef\x3e\x08\x2f\x19\x0b\x79\x9f\x0b\x18\xfc\xe7\x56\x31\xd4\xd7\xdf\x7c\xd0\x1a\x8e\x4a\xc8\xea\x58\x40\xfc\x0a\x78\xcc\xc6\xf5\x67\xb9\x5b\x40\xfc\x3a\x9d\xbc\x0b\x88\x9f\xd7\xe1\x7f\x14\x25\x04\x1c\x8e\x47\x5b\x3f\x3d\x15\x0e\x06\xcc\xbd\x3a\xa5\x03\x30\x7e\x11\x97\x33\x00\xe3\xe6\x25\x0f\xc0\xb8\x15\xa0\xc7\xc5\x6b\xc7\xbb\x3e\xae\x2f\xfd\x26\xda\x8a\xb5\xb5\xa5\xe4\xd1\x02\x7b\x3b\xb2\x7d\xe3\x42\x69\xf3\xf4\xbe\xd4\x50\x70\xb1\x00\xac\x5f\x6c\x90\x23\x51\xf3\x9a\x1d\x7e\x20\xb9\x77\x61\x67\x8f\x05\xd6\x53\xc2\x39\x30\x12\x9c\xc3\x73\xe6\xb2\xec\x22\x36\xec\x78\xe2\xeb\x7d\x42\x02\x32\xd2\x96\x44\x1f\x0f\xaf\x43\x70\xe3\xb9\x8e\x32\x3e\x4f\xcb\x56\x5c\xf9\x86\xa5\x33\x00\xeb\x27\xb6\xdf\x00\xac\xe7\xcb\xeb\x56\x6a\xd1\xe5\x62\xba\xc0\xfa\x19\xa1\xdf\xc6\xfd\xe9\x05\x39\x21\x17\x60\x0f\x27\x4e\xa9\x01\x60\xbf\x70\x11\x0e\x00\xfb\x49\xb4\xd6\x00\xb0\x5f\xcf\xd1\xf9\x4c\x56\xc5\xde\xc7\x8d\xb8\x88\x6f\x7e\x81\xf6\x64\xc1\x9f\x01\x05\x7f\x12\xb9\x32\x00\xed\x27\xc8\x73\x00\xda\x23\x64\xff\x58\xa0\xfd\x3c\x93\xf7\xfc\x10\x4b\xf4\xb9\xfd\xfd\x25\xdb\xa7\xd5\x5f\x6b\x57\x8c\x27\x23\x3e\x3c\xd9\xba\xe3\x91\xcc\xab\x0f\x43\x34\x3e\x21\x7c\x35\x51\x07\x42\xf8\x2a\x25\x8c\x4c\xfe\x0c\x65\xa2\x46\xfe\x1d\x7e\x30\xf2\x2b\x1d\x68\xe9\xfc\x81\x54\xde\xe1\x78\x82\xd8\x93\xdf\x0d\x88\x3d\x42\x02\x0f\x2a\xd6\x69\x1f\x8f\x8c\x3e\xd4\xb4\x95\x8b\x6a\xdd\x9f\x36\xaf\x65\x3a\xe0\x98\x1d\x0b\xad\x5f\xc1\xb9\x46\xf6\x7b\x00\x37\x8f\xcc\xb2\x85\x5d\x39\x1e\xa4\x5e\xfa\xf4\xfd\x23\x7a\x6f\x2e\xff\x28\x9f\x58\x46\xf5\xff\xf5\x8e\x77\x10\xca\x80\x62\xd7\xdf\x3e\x9e\x2a\x75\xe1\xc9\xce\x18\x48\xe3\xed\xcf\x11\xe1\x25\xb8\x2f\x47\xe1\x1d\xfb\xbd\x16\xde\xf1\xee\x53\x56\x5f\x2f\x4d\x8a\x85\xcc\x6f\xf9\xa5\x51\xde\x1c\x11\x6b\xd9\x8d\x85\xca\xd3\xe9\x92\x4a\x80\xfc\xa6\x01\xb5\x10\xf9\x7d\xe3\xee\x1c\xf5\x8f\x29\x52\xc9\x91\xc0\x25\x3d\x2a\xf9\x30\x5e\x57\x09\xad\xc0\xa0\x1d\x56\x41\x1f\x1e\x2d\xf3\x23\x3c\xf7\xa4\xdc\x18\x4e\xa4\x81\xce\x9d\x72\xfc\x83\x4c\xf7\xdd\x75\x45\xea\xdc\x4d\xeb\x29\x31\x17\x1e\x57\xf4\x10\x7d\xdb\xeb\x85\xbe\x63\x72\xfd\xa8\x6f\x6d\x97\xf9\x9c\x4d\x0a\xa8\xdb\xe3\x42\xde\xd9\xdc\xb7\xb1\x90\xf7\x75\x12\x6d\x38\x16\xf2\x8e\x2b\x50\xe7\xbf\x97\xf4\x07\x90\xef\x4f\xd5\xdc\x61\xdc\xfc\xcf\x12\x0c\xf0\x1d\x7f\x8a\xa5\x8f\xf6\x39\x66\x48\xcc\x18\x0b\x94\x8f\x8e\xbf\x7d\xb4\xb7\xe8\xa4\x59\x14\x83\x64\xf8\xfd\x39\x7b\x2d\xd3\x03\x1e\x60\x2c\x40\x9e\xfb\xe9\xb3\x91\x01\x03\x9e\x8d\x05\xc6\xaf\x46\xc4\xef\x40\xf2\x2e\x5c\xfe\xb7\xd0\x47\xee\xb6\xf0\x2d\x92\x2a\x5d\x3a\xba\x15\x07\x69\x33\xb2\x77\x91\xe8\xab\xb1\x40\xf8\x90\xfd\x1f\x0b\x84\x07\x05\x1c\xc6\x02\xe0\x49\x6a\x78\xf4\x77\x3b\x1a\xf8\x2b\xc7\x02\xe1\xb1\xbb\xeb\xa3\x79\x5f\xb5\xe3\xfe\x14\x4f\x1f\x0b\x7c\x47\xf9\x84\xf1\x64\xb4\xa7\x87\x54\x1a\x5d\xf5\x4f\xef\xfb\x96\xb6\x31\xc2\x79\x74\x3e\xe9\xc3\xb3\x49\x01\x74\x1b\x80\x0e\x2f\x22\x11\xe8\x70\x4b\x68\x0e\x40\xf7\x81\x43\x63\x18\x1f\x6f\x7f\x06\xa0\x53\x9b\xda\x6c\x76\x6d\x9d\x27\x2e\x7e\x7f\xf4\x65\x06\x71\xf1\x97\x1b\x26\xb2\x76\xc5\x05\x7a\xbc\x59\xb0\x16\xd8\x19\x0b\x6c\xa7\xfb\xb9\xf7\x5b\xca\x68\xda\x03\xab\xa6\xbb\x30\x10\x1b\xbf\x69\x53\x0f\x2c\x10\xe7\x1b\x62\xf6\x55\xab\x6c\x10\x1b\x6e\x0f\x26\xdb\xaf\xa8\xf2\xa1\xc1\x73\x6f\x6e\x23\x80\xec\xa1\xe5\x4c\x85\x39\x95\x41\xc7\xfc\x33\x8f\xc9\x60\x4f\xb8\x82\x06\x14\xf8\x0e\x78\x1e\xf3\xcd\xed\x99\xda\x94\x0b\x60\x8f\x2e\x5a\x24\x7b\xfd\xf2\xd3\x9b\xef\xbb\x1d\xb8\x31\xc6\x42\xd1\xe7\xf1\xb4\x69\xd1\xc2\xa7\xd8\x69\xf6\x3f\xad\xc0\xd4\xb0\xe7\xd3\x74\xd6\x75\x97\x89\x88\xbd\x9c\xc1\x5c\x08\xfa\x4c\xcc\x9e\x89\x84\x9d\x94\xe1\x5c\xe8\xf9\x8a\xdd\xa3\x2f\x8f\x89\x2d\x6f\x3e\xd9\xec\xf7\xa3\x9e\x30\x37\x52\x19\x69\xd3\xdc\xde\x08\x18\xb9\xa9\xb9\x7d\x59\xce\x38\xf3\xe6\x42\xd1\xc3\x0c\xe7\x09\x0d\x6e\x69\xb1\xf9\x3f\xc6\xde\x24\x69\x77\x9f\x4b\xee\x9b\x6b\x15\xdf\x0e\x8c\xbe\x89\xa8\x99\xc7\xf6\x1e\x40\x02\x70\x68\xa0\x52\x45\x59\xda\xbf\xe3\x3d\xbf\x04\xf8\x5e\x85\xe2\x7f\x3d\x78\x06\xe4\xc3\x06\x24\xd1\x9c\x3c\x4d\xa6\xbb\x3c\x5f\x92\x4b\xdb\x86\x9e\xb3\xb8\x05\x36\x44\xf6\xd5\xa9\x7d\xeb\xba\xcd\xa6\xae\xbd\xf9\x6a\x6c\x79\xfa\x33\x89\x13\xdb\x90\x73\x95\x74\xd8\x26\xc9\xfd\x21\xd5\x60\xc3\x57\xa7\x62\xc7\x4d\x05\xfb\xc3\x3c\xb3\x09\x7b\x07\xaa\x27\xb6\x87\xc7\x49\x4f\x4f\x82\xbb\x64\x0f\x36\x15\xec\x4a\x5e\xde\x22\xaf\x67\x6c\x6d\xf8\xe9\x5e\x90\xe6\xfe\x43\x83\x7d\x7b\xe2\x57\x49\x6d\x99\x14\xfe\xf2\xed\x48\x6c\x17\x03\xee\xf6\x94\xaa\xb2\x58\x6f\x38\xe9\x1e\xe6\x90\xfd\x87\x06\xfb\x26\xa1\xfd\x65\xcc\x6c\x43\xc6\x7d\x63\x66\x6c\x43\xc5\x59\x4a\x87\xdb\x10\x71\x7e\xde\xbf\x4d\xf1\x3b\x90\xfb\x7a\x6e\x00\x7f\x3b\xd6\xf5\x0e\xb0\x92\xd2\xc9\x37\x34\x75\x81\xd0\xd3\x86\xa6\x2e\xe8\xe5\x02\x92\x2b\xd3\xef\x86\xa6\x4e\x7e\xcc\x6d\x00\x39\xf7\x47\xff\x61\x6d\x79\x5d\x13\x80\x4c\x28\x68\x93\xd7\x2e\x28\xba\x23\x2a\x54\x4c\x81\x1b\x39\xf6\x84\x9d\xb2\xe1\xa7\xaf\x04\x9b\x36\xfc\xf4\x9d\xa9\x68\x47\x85\x4a\x78\x2d\x80\x61\x49\x14\xed\x48\x62\x67\xd4\x91\xe6\x0f\xec\xe7\x3f\x42\x5d\x53\xe7\x49\x97\x40\x5b\xe4\x73\xab\x63\x45\x74\x18\xa2\xda\x89\xc4\x0e\xf6\xe5\x36\x10\x5c\xa4\x86\xb5\x09\x4d\x3b\x42\x72\x9b\x0a\xf4\x9c\xb4\xf5\x51\xd3\x61\xed\xed\x44\xbd\x82\x5a\x60\xe0\x37\x07\x7d\x50\x03\xbf\x4b\x5e\xfe\x0d\xf1\xbc\xcf\xda\x2a\x94\x4a\xd1\x02\xc0\xaf\xd7\x7b\x3b\xf9\xeb\xf3\x38\xb3\xb6\x01\xe0\xee\xb3\x8e\xbe\x64\x2a\xa2\xb2\xd8\x54\x9e\x47\xc0\xea\x4e\xe8\xfe\xbe\x6a\x13\x53\xb1\xd7\xb9\x28\x08\x6a\x18\x53\x79\x9e\x99\xe2\x37\xa1\xe7\xc0\x54\xbb\x01\xc0\x91\xfc\xa2\x8d\x92\x9c\x38\xa8\x76\xbe\x95\xf6\xf2\x65\xee\xcc\xb3\xb2\x7c\x6f\x03\xc1\x55\x79\x33\xdb\x00\x70\x7f\xb0\x96\xb7\x01\xe0\x24\xa7\xdb\xce\x77\x5a\x7a\x29\x62\xdc\x06\x80\x5b\xc4\x79\xb1\x0d\xfc\x36\xf1\xf6\x6c\x03\xbf\x4b\x5a\x90\x3b\x13\x6e\x4f\xba\x12\x54\x6b\xaf\x5a\xf8\x3b\xb6\xb5\xf3\xef\xd8\xd6\x36\x64\x9b\x83\x26\x20\x43\xb6\x59\x75\x0b\xdb\x90\x6d\x52\x32\xe3\x56\x88\x99\x64\xc7\xad\x6a\xf2\xe4\xe6\xd4\xf8\x2a\x30\x26\x6b\x42\x37\x64\x9b\x13\xd9\x60\xbb\xd4\x3f\xee\x69\x96\x72\xc0\xe6\xde\x86\x6c\x9b\xf8\xc3\x36\xa4\xf2\x59\x53\xef\x1f\x6a\x71\xbb\xb0\xd4\x90\x92\xba\x0d\xd5\x2e\x79\xfb\x77\x11\x4f\x94\xae\xb2\xb1\x53\xb9\x7b\x45\x44\x00\xa7\xce\x06\xd5\xaa\x72\x66\x57\x4a\xad\x34\x25\x19\xaa\xed\x2a\x9b\xdc\xa0\xda\xa1\x91\x68\xa8\xb6\x2b\xf2\xb5\x51\x85\x53\x75\xc2\xae\xe8\xe7\x7b\x6d\xd9\x72\xaa\x8c\xb1\x6d\xa8\xb6\x48\x5b\x7f\x83\x6a\x9b\xd7\x55\xcc\x42\xde\x55\x5b\x2f\xe7\xf1\x44\x24\x99\x17\xdc\xaf\x5b\x95\xe2\xa5\x1f\xce\xa2\x4d\xa5\xb8\x64\x70\x37\x32\x6f\x5b\x4b\xa6\xa1\xda\xa5\x40\xf0\x36\x54\xdb\x44\x9f\xb1\x0d\xd5\x36\xe5\xca\xed\xa6\xda\x12\xde\x54\xa3\x4c\x96\x70\xf9\x26\x0c\x1d\xf4\x65\xda\xa7\x21\x8f\xbf\x62\x13\x8a\x5e\x5a\x54\x0d\xd5\x36\x63\x9a\xfe\xe7\x29\xdb\x00\x6f\x1d\x5a\xcf\x0d\xf0\xd6\x81\x7f\x67\x37\xea\x0a\xa6\x2e\x69\xdd\x58\x4c\x87\x9b\x62\xf1\xa1\x49\xda\x80\x6e\x2d\x78\x31\x37\xb9\xe6\xaa\xb8\xdb\x06\x70\x8b\x32\x4d\x36\x51\x6a\x91\x37\x6c\xc0\x6d\x26\x9c\xb8\xfb\x95\x46\x91\x65\xba\x3b\xdc\x30\x7a\x91\x14\x8b\xab\xbc\x66\x1b\xb8\xad\xd2\x95\xde\x06\x6e\x6b\x94\x05\x01\xb8\x95\x80\xcd\x06\xdc\x46\x75\x01\xd1\xbb\x6d\x1d\xf9\x52\xf1\xcc\xc7\xf9\x42\xd1\xeb\xd1\x1e\x7b\xce\x82\xb7\x74\x03\x70\xb7\x3a\x21\x8a\x6e\x8d\xa8\xfa\x1e\x10\x20\x68\x69\x32\x70\xbb\xe4\x65\xdd\xe3\x2b\xa1\xc1\x9d\xb1\x4f\x05\xf8\x73\x8a\xf9\xb6\x01\xdc\x26\xb6\xdc\x7d\x42\xd0\x7d\x4e\x02\x62\xdb\x00\xee\x5a\xb2\x2b\xa8\x00\x77\x1a\x8c\x54\x80\x97\x73\x25\x5b\x6e\xc6\xd4\x16\xcb\x0d\xe5\x62\x5b\x84\xee\x45\x77\x41\xf6\xa7\xa9\x95\xf6\xac\x92\xad\xda\xca\x1b\xaf\xf5\x64\x59\xed\x3f\x00\xee\x06\xe0\xbe\x38\x8f\xb6\x01\xdc\x7a\x96\xc6\x87\x25\x55\x53\xf0\x83\xe4\x0f\xd9\x49\xdb\x00\x6e\xcc\xea\x01\x06\x70\x6b\xd0\xf7\x46\xcd\xed\x55\x3f\x7a\x20\x38\xd1\xe2\x02\xc0\xed\x1a\x70\x54\x7e\x9f\x45\xcb\xc0\x6d\x7a\x01\xcd\xdb\xc0\x6d\x17\x5b\xd1\x46\x3b\xdd\x6b\x98\x18\xb0\x5d\xca\x72\xda\x84\x94\xa5\x60\xb6\x01\xb6\xbe\x68\xcb\xc3\xae\xc9\x55\x0c\xbd\x96\xa0\x09\xf5\xfd\x9d\xd9\xb4\x0d\xb5\x46\x95\x2d\xee\x97\x12\x38\xf5\x4b\xaa\xbd\x23\x05\x8e\xdb\x10\x6b\x89\x54\xf9\x6c\x43\xab\xa5\xa9\x5f\x1a\x5a\x8d\x79\x6a\x6b\x10\x90\xe5\x4d\x18\x5a\x6d\xaa\xb9\xd9\xef\x55\x22\x5c\xa7\x3d\x36\xfd\x8a\xd9\x77\x8b\xa4\x7d\xea\x3f\x1b\x9b\xaa\x30\xdf\x86\x56\x73\xc4\xad\xb7\x0d\xad\xf6\x42\xb5\xec\x9e\x5f\x0d\x88\xcc\x11\x92\xb9\x1d\x51\xb9\x6d\x88\x75\xa9\x42\x60\x1b\x62\xad\x55\x8b\x83\xa1\xd5\x25\x31\xa5\x4d\x85\xb7\xf2\xcd\xb6\xc2\xc5\xb9\x1e\x1a\xbb\x3d\x21\xab\xd1\xf3\x4c\xe6\x20\x8d\x56\xd0\xaa\x3b\x77\x79\xd9\x62\x06\x40\xa1\x4d\x1c\xaf\x1b\xa4\x9a\x35\xa2\xc4\xbd\xa6\x05\x10\x3d\x74\x55\x95\x6c\x88\xd8\x83\xee\x6e\x48\xb5\x28\x5b\x6b\x1b\x52\x6d\xaa\xa2\xdf\xeb\x66\xec\x1d\xfb\xda\xd0\x6a\x73\xa0\xeb\xad\x0a\x6e\xb0\xe9\x36\xa4\xda\xbc\xd0\x86\x21\xd5\x5a\x83\xee\x89\xc0\x32\xf9\x92\x7b\x5d\xd5\x41\x25\x00\x6c\x78\xd7\xb2\xe6\x36\xb4\xd0\xeb\xd0\xd1\xe8\x63\xff\xcc\x99\xff\x3c\x7d\x23\x93\xee\x65\xf3\x22\x93\x5e\x05\x9c\x0c\xc0\xb6\x81\x97\x7a\x6f\x86\xab\x60\x98\x81\xd7\xa6\x20\xd7\x86\x8b\xbd\xe2\x56\xd9\xe2\x62\x27\x8c\xb1\x37\x95\x7d\xfa\x54\x80\xd7\xae\xe1\x4a\x11\xf7\xd4\x10\x01\xb8\xae\x73\x77\x1e\x5f\x0f\xb4\x7f\x67\x82\x6c\xf2\xb6\x55\x8a\xb3\x09\xfd\x56\x82\x1d\xfb\x17\x07\xbb\x2c\x43\xf2\xb6\x13\xc9\x59\x9b\xbc\x6d\x64\x44\x93\x73\xca\x02\x29\x6c\x79\x88\xfa\x12\x5b\x54\xaf\x9a\xd5\x93\x9c\x01\xd7\x08\x80\x4b\xce\xfd\x02\xe8\xc9\x11\xf2\x75\xb6\x7a\x27\xe7\xe8\xca\x66\x11\x25\x67\x80\xb5\xee\xaa\xf3\x3e\x5d\x65\x8b\x0c\x24\x67\x60\xb5\x38\x73\x6d\x24\x67\x60\x35\x3d\x36\x89\x27\xe7\xae\xc2\xde\x4c\xba\xb6\x4d\x4d\xe1\xb4\xfe\x66\xbc\xa0\x05\x96\x9c\xbb\xf5\x08\x84\x43\x93\x43\x0a\x3d\x27\x9e\xc2\x00\x6b\x0a\x0f\xff\x01\x58\xe3\xe2\x5c\x08\xd6\xfd\xf9\x0f\x07\x4c\xa2\x5d\xfe\x0b\x73\x27\xda\xed\xaf\x80\x2a\x56\x6b\x72\x1e\x09\xa2\xa4\xad\x5b\xb2\x74\xde\xb5\x81\xd7\x16\x16\xcf\xf6\x69\xa2\x53\x8b\x9d\x9c\x57\x89\xa2\x5a\x4a\xc2\xdb\xb9\x9a\x59\xfe\x41\x4f\xe9\xbf\x8c\x2f\x4b\x07\x4d\xee\x23\x58\x9f\x83\xf7\xee\x3f\x4d\x0d\x5b\x60\x93\x3b\xf9\xd9\x43\x49\xc6\xc9\xa9\x4a\xdb\x52\x4e\x79\x6a\x72\xb4\xa1\xe7\x4e\x2e\xdc\x8a\x65\xea\x6d\x93\x03\xd8\xe2\xc0\x4a\xee\x57\x8e\x76\xe0\x3d\x9d\x1c\xed\xa5\x5a\xd7\xe4\xc2\xcd\x59\xa7\x7a\x35\xb9\xf0\x4b\x73\x80\x5e\x11\xfa\xb7\x58\xab\x65\xe3\x77\xff\x0a\x9f\xbe\x88\x7a\x06\xa8\x76\xab\xa7\x86\xaf\x56\xa1\xe9\x1e\xeb\xee\x51\xcf\x09\x10\x94\xe8\x5b\xc4\x4f\x6b\xc2\xf3\x4e\xa3\x04\x37\xb9\x3e\x08\xd7\x3b\xda\x67\x08\x37\xc2\xca\x99\x1c\x21\x5f\x48\xf1\x92\x03\xe1\x22\x92\x93\x1c\xa4\xec\x35\xf1\x14\x68\xa9\x13\xaf\x49\x2e\x7e\x19\x4f\x6a\x77\xec\x9f\x23\x8f\x56\x46\x9c\x35\x85\xa7\x88\x5f\xd6\xd3\xa3\x33\x48\xec\x2c\x6a\xc9\x3c\x59\x2d\x08\xe8\x26\xa7\xb0\x6f\x6a\xf3\xdd\x6a\xd1\xd7\x0f\x16\xdf\xf8\x10\xb3\xf7\x39\x23\xf7\x39\xe8\xd7\x8b\x62\x32\xb9\xf4\x31\x0b\xab\x87\xa5\x5b\x9b\x83\xb6\x5e\x72\x22\x67\x6f\x8c\x07\x34\xd6\x6b\xe5\x8b\x29\x29\xfb\xe7\x8a\xea\x6b\x87\x7f\x6d\xcf\xb7\xd3\x57\x90\x60\xf3\x8f\xce\xef\x6c\xd1\xb3\x90\x60\x23\x73\x28\xb9\x24\xad\x11\x9d\xc7\x3b\x78\x79\xe2\xa4\xac\x3f\xbe\x94\xa1\x60\x2b\x59\xb2\xad\xcd\x7f\xb4\x20\x7f\x35\x1b\x83\x2f\x62\x48\x38\xfb\xe7\x2f\x8e\x99\xe4\x72\xf8\xdd\x1d\x7f\xe7\x65\x27\x97\xe9\x0e\x1a\x20\x14\x72\xc7\x57\x5b\x4c\xf7\x91\x97\x9a\x3f\x72\xe5\xa0\xff\x49\x02\xad\x74\x4a\x72\xb2\x83\xd3\x16\x4e\x9d\xa0\xa6\xca\x4f\xc9\x83\x01\x90\xcf\x34\x46\x54\x38\x64\xba\x90\x01\xe4\x0c\x4d\x6d\x72\x84\x7e\x51\x38\x4e\x4e\x00\x59\x53\xa3\x01\xe4\x8a\xe7\xcb\x68\x70\x6c\xa2\xe4\x73\x10\xfa\x0d\x8b\x0e\x62\x00\xf9\x07\x2d\xb1\x95\xef\x44\xa2\xe1\x5a\xae\xda\xde\xab\x89\xe0\x53\x60\x5b\x1a\x52\x00\xe5\xac\x09\x15\xee\xf5\x35\xb5\x35\xbe\xdc\x04\xdd\xf1\x39\x5d\x1b\x91\xfe\xe4\xca\x47\x30\xbc\x78\x0b\x85\x38\x83\x3a\x68\x59\xbf\xbf\x4a\xb9\x09\x5f\xa4\xa9\x26\x67\xc0\xb9\xbc\x2f\x6f\xf7\x97\x0a\x9b\xde\xb0\x81\xe7\xd2\xbc\xfe\xa7\x5a\x75\xf2\x6e\xc8\xdf\x76\x89\x61\x27\xf5\x35\x4d\xb4\x06\x9e\x4d\xfa\xd7\xb6\x3e\x1d\x86\x45\x57\xae\xc4\x54\x26\xed\x32\x00\x9d\xd2\x50\x9b\x90\x56\x29\xfa\x8f\xec\x96\xca\xf3\x1e\x32\x75\x2f\xd2\xf7\xe4\x00\xd1\x51\x53\xa0\x40\xf4\xcf\x3b\x8f\xba\xda\x2d\x47\x41\x83\x22\xb9\xf6\x95\x20\xea\x4b\x51\xb1\x5d\x97\xfe\xb7\x69\x2e\x76\xfd\xf7\x29\xee\x75\xee\x08\xe5\x5a\xd4\x02\x42\x5e\x77\x54\x6b\x9a\x2c\x73\x5a\x43\x88\x38\x0e\xfa\xe0\x21\x4e\xcf\x93\xaa\xf7\xe4\x9a\x18\x74\xf9\xde\xa0\xe6\x28\xd3\x82\x30\x71\x7c\x19\xc2\x86\x9a\x73\x54\x1f\x15\x6a\x56\xaf\x51\x6e\xf7\xd9\x02\x7d\x6c\x5a\xd0\xb1\xcc\xd5\xa3\x0c\x35\x1b\x37\xb7\x6d\x85\xdb\x1b\x1a\xd3\x86\x21\xe7\x1c\xd5\xbf\x85\x9c\xad\x6f\xe9\x8c\x7c\x82\xab\xc4\xce\x92\x43\x1f\x3d\x6e\xde\x5c\xff\x2a\x51\x65\xf6\x28\x3c\xac\xf7\xdc\xa9\x37\xa8\x6a\x8d\x7d\xe7\x1c\x74\x6d\x48\xe2\x35\x5e\x09\x0f\x93\x3a\x9a\x9c\x21\xe8\x9c\xd4\x23\x4e\x25\xf6\x98\x38\x43\x92\xeb\xfb\xf3\xf6\xd3\x4f\x0c\x45\xe7\x9c\x39\x63\x10\x3f\xd3\x53\x0e\x1c\xb5\x5a\x6e\x0c\x45\xa7\xaa\xc9\x6f\x5c\x66\xd5\xad\x71\xfd\x85\x88\x97\x7a\xeb\xa0\xa6\x44\x8b\xcf\xa7\x9e\x06\x82\x48\x6e\x7c\x19\x4c\x0f\xdf\x72\x7c\x1a\x1b\x9d\xfe\x3f\x78\x76\x2d\xc3\x03\xa4\xa9\xd9\xd2\xd0\x74\x4e\x41\xad\x95\x7e\xb4\x8e\x84\x55\xb5\xa9\xb5\x84\xc6\x07\xef\xf3\x37\x92\x4e\xee\xf9\x55\x8d\xcf\xb9\x4a\xde\xb6\x04\x72\x46\xe9\x43\x59\x6d\xa6\x37\x3e\x37\x79\x15\xca\x94\xe4\x0c\x55\x97\xf2\xf7\xa5\xe0\xb9\x55\x79\xaf\x5e\x8b\xa2\xca\x51\xb7\x36\x50\x5a\xb4\x00\x3c\x57\x43\x01\xad\xb0\xe4\x00\xde\x45\x9f\xe4\x37\x87\x7a\x72\x0f\x49\x4e\x7a\xb9\x0f\x3e\xb3\xc4\xcb\x31\xe0\x5d\xdb\x66\x90\x00\xbc\x8b\xb6\x24\x93\x2e\x1b\xc2\x80\x77\x8e\x1a\x16\x70\xa7\x57\xd9\x5e\xe4\x70\x17\x59\xbc\x2f\xa5\x35\xfa\x18\xef\xb5\x68\x77\xe1\xa5\xbf\xca\x02\xa1\xeb\xbd\x97\x7b\x67\xa9\x4d\x14\x5f\xd7\xa4\xa3\xaf\x72\x14\x45\x48\xc9\xbd\xd0\xcb\x15\xb5\xc4\x00\x9b\x6b\x74\x74\x2a\xab\xab\x96\x9b\x97\xaa\x62\xd9\x83\xef\xe5\x60\x79\x35\xd9\xbd\x0c\x75\x4d\x5b\x5f\x65\xf5\x2b\xdb\x8a\xb0\x31\x05\x3d\xc9\xcd\x5b\x4e\xf7\x6a\xf1\x98\x97\x87\x06\x4a\x81\xe4\x0c\x8c\xe7\xa6\xc9\xff\xe3\x4c\xa7\xda\x35\xb9\x09\xef\x90\xac\x43\x03\xe4\xb9\x69\xca\x87\x72\x2d\x17\x5a\x3b\x51\x90\xd2\x54\x82\x4a\x5a\x93\x05\x72\xf2\xb6\xd3\x5c\x5a\xba\xa9\xa6\x6e\x9b\xb7\x60\x80\x3c\x3f\xb2\xde\x0c\x90\xe7\x63\x3d\xce\x8f\x7b\x27\x73\xed\x75\x09\x38\x28\x6f\x49\x6e\xc1\xbb\x22\x0b\x87\x10\x72\x1e\xb4\xcb\x80\x79\xee\x7a\x82\x45\xa5\xa9\x06\xff\x92\x56\xb6\xce\x33\x33\x65\x69\x72\x5e\xdf\x12\x26\xc3\x65\x41\xba\x11\x78\x97\xab\xff\xee\xb3\xeb\x13\x0e\xed\x7c\x4b\x03\xe6\x2d\x0b\x51\x18\x30\xcf\x5d\xb6\xdb\x9a\xdf\x14\xa2\x6b\x7f\xdf\xba\xa9\xdd\xfb\x43\x15\xbc\xef\xfd\x8b\x70\x81\xb7\xb8\x29\x4d\xd2\x64\xbf\xbf\xf2\x49\xbd\xd7\xfd\x49\x09\xc9\xbe\xdc\xbf\x04\x83\x79\x07\x86\xcc\xcb\x14\x32\xdd\x9f\x3c\x56\xe0\xdd\xee\xef\x3d\xc8\x0c\xd8\x94\x51\x6e\xdd\xf5\xe6\xac\x53\x93\x62\xe9\x1e\x56\x29\xaf\x36\x40\xa4\xac\xfe\xb6\x25\x9e\xaa\x7b\xff\x52\x87\xd3\xd5\xfe\x30\x5f\x40\xe9\x15\x9c\xe5\x51\x49\xa3\xae\x3d\x79\x07\x11\xbe\x39\x95\x92\x27\xbc\x8c\x03\x3a\x79\x77\x1d\xa5\xa4\x6d\x26\xaf\x10\xf3\x8f\xb5\xcf\x58\xf0\xee\x2b\x1f\xf5\x3a\x46\x89\x8c\x81\xad\xef\xb9\x1f\xdd\xdf\x9e\x9b\xea\xe1\xe4\x51\x4c\x0b\x16\xb0\x4e\x9e\xf0\xf2\x53\xd5\x36\x12\x54\x9b\xce\x7b\xf9\xef\x65\xeb\x2b\x1b\x04\x3b\x79\x11\xa5\x3b\xb5\xcb\xf8\xd3\x1a\x0b\x99\xf7\xb7\x4e\x69\xe9\x7f\xe4\xd0\x1e\xbe\x85\xf7\x97\x39\x01\x7d\x97\xe4\x0f\x8f\x5a\x99\x94\xeb\x25\x2f\xd4\xfe\x83\x42\x86\xce\x22\x14\xbb\x79\x12\x0f\xa5\x5e\xd7\x1d\xcd\x79\x3a\x3d\xcf\x65\x68\x3d\xbf\x4e\xe7\x5d\xe6\x84\x9d\xfe\xa2\x4d\x9d\xbc\x47\x35\xcc\xeb\x26\x70\x8f\xbc\x3c\xb2\x27\xb4\xe5\xd5\xe4\x79\xe2\xeb\xef\x69\xe0\xb7\xe2\xd3\x0d\xbd\x01\xf9\x2c\x0b\xc8\x43\xb3\xd6\x58\x9f\xbd\x01\xf8\x8c\xea\x6f\xf2\x81\x4c\x83\xa5\x23\x89\xb8\x33\xd5\xfb\xa0\x3c\xe5\x87\xad\x7c\xe3\xfa\x5b\x47\x97\xb3\x67\xb1\x90\xf9\x40\xd9\x82\x5e\x07\x34\x6b\xa4\x56\x26\x4f\xf8\x19\xad\xb9\xe4\x0f\xc5\x5a\x95\xb0\x45\xf2\x84\xa0\x5f\xf3\xf3\x27\x0f\x58\x87\xb4\x2f\x79\x03\xeb\x2d\x00\x4f\xbd\x01\xf5\x08\xc5\x6e\xf2\xe1\xe3\x99\x01\x7a\xfb\x03\xd4\xdb\x3c\x6f\xe0\x70\xa8\xb7\x49\x8e\x87\x51\xc1\xff\x5c\x91\xe5\xcf\x03\xd6\xc9\xfa\x4e\x1e\x15\xb5\xe7\xa5\x6b\x1b\x58\xcf\x2b\xf0\x2d\x22\x12\x30\x2c\xcc\x3e\xfe\x0a\xeb\x25\x6f\x60\x7d\x79\x2c\x13\x1f\xaf\x62\xd6\x8b\x9d\xe3\xe3\xf8\xc2\x9b\x6a\x85\x72\xd3\x75\xdf\x17\xb9\x56\xb5\x69\xfe\x71\xed\xc5\x91\xbc\xcb\xf8\x15\x91\x33\x15\x79\xaa\xa6\x97\xe3\x79\x0d\x9c\x2f\x1f\x39\x5a\xc0\xbc\x78\x15\xc1\x27\x4f\x68\x7a\xe9\x3b\x02\xca\xd1\x13\x4e\x3e\x21\xf7\x83\xfd\xee\x0d\x94\xe7\xa5\x37\x8f\x5a\x5a\x63\x8a\xf7\x09\xd9\x17\xaf\xf3\xec\xfb\xca\x2e\xf4\xe9\x72\xe4\xc3\xfb\x98\xbc\x2a\xa4\x7f\xb0\x07\x38\xd3\x1b\x28\x37\x39\x0f\xdb\x9a\xd7\xb1\x84\xfd\xe5\x13\x4a\x71\x67\xeb\x52\xaa\xbd\x9a\x2a\xf2\xfd\xce\x5b\x13\xcb\x51\x4a\xeb\xf3\xd5\x7b\x31\x14\x9e\xb5\x80\xfb\x5f\xb4\x6a\x18\x18\x1e\x24\x2e\xc4\xe1\x33\x34\x82\x49\x57\xfb\xc8\x52\xd4\x33\x0c\x8d\x67\xd8\x79\x92\x07\x89\xcf\x47\xff\xa1\x83\x9c\xf9\xfa\x47\x1b\x3d\x89\xb6\x25\xf9\xfc\x65\xd1\xe0\x8a\xf1\xf9\x66\x85\xbd\x5b\x4f\x74\x4b\xb2\xf0\xea\x27\x9f\x09\xd1\x4f\xdd\xe3\x73\xcc\x74\xda\x5f\x2e\x9b\xe6\x02\x45\xfb\x82\x43\x36\xf2\xfc\x24\x67\x17\x8d\xf6\x42\x39\xa2\xde\x46\x81\x32\xf2\xe5\x69\x0a\xcb\x7b\xd4\x55\xa8\x41\xe8\xb4\x5d\xc8\x3c\x1d\x52\xf0\xe4\x0b\xba\x10\x7a\xcb\x86\xcc\xe3\xd2\x7b\xa3\x52\xda\x9d\x16\xfe\x36\x57\x3d\x8a\x68\x6e\xf1\x06\xca\xb7\xa4\xa9\x67\x96\xf5\xed\xe1\x4d\x96\x5b\x15\xbe\xc0\x33\x9e\x24\x6d\x21\x14\x5f\x71\xc2\x2d\x5a\x42\x45\xf5\x50\xef\x85\x37\xcd\x17\x1d\x89\x22\x1e\xe6\xa3\x97\xdc\xd9\x4f\x7f\xd4\xf8\xab\x97\x2c\x02\xb1\xac\xe4\x91\x3b\xf3\x4d\xd7\xc6\xf9\xb4\x75\xb5\x8f\x37\x28\xeb\x7c\xe2\x63\x9a\x53\x40\xe6\x0f\xe6\x9f\xaf\x9f\x27\x42\xe3\xbb\x5e\x35\xbc\x37\xff\x25\x37\x3f\x79\x03\xee\x45\x5e\x29\x5f\x2f\xad\xd2\xd6\x3a\x24\xd0\x5e\x8a\xc8\xeb\x92\x37\xd0\x5e\xbc\x06\x86\x81\xf6\xd8\xb5\x5a\x1f\x9e\xf4\x31\x67\xd3\xff\x97\x55\xf2\xd5\x70\x6d\xf8\xe7\xb1\xe3\x3d\x91\x70\x72\x52\x92\x87\x5e\x8d\x4c\xdf\xe4\x0d\xb8\x97\xa8\x65\xa2\x5d\x6d\x80\x33\xf1\x1b\x70\x2f\x72\x20\xf9\xf6\x95\x62\x55\xdd\x5b\x7e\x6a\xfd\x3f\x0f\x88\x5e\x9a\x4a\x1a\xf9\xce\x45\xf7\xfe\xa6\x7b\x3c\xdb\xde\x40\xbc\x29\x93\xda\x96\x3d\x77\xd2\xd4\x67\x20\xbe\x44\x0d\xaf\x23\x85\x9e\xe6\xc6\x67\xe9\xfb\x07\x68\x35\xc5\x19\x88\x2f\x5b\x13\xfc\x51\x3b\x7b\xee\x14\xd0\xff\x98\xf2\xfb\xe7\xb4\xf0\xda\x63\x4e\xaa\xa4\xee\x48\x55\x36\xe4\xce\xc9\x93\xe3\x9d\x70\xdd\x79\x54\xce\x46\xd1\x75\x27\xed\xd6\x7d\x11\x46\xcc\x7a\x26\xf3\x43\x67\x30\x9e\x37\xf0\x5e\x36\x28\xc6\x8f\x8f\x1f\x4a\x8b\xff\xf8\xaa\x70\xf5\xf5\x0c\xc4\x97\xac\x49\x00\x85\xb3\x5c\x74\x35\x7b\xde\xac\x69\xcb\xc0\xfb\x7d\x3a\x14\xce\xf2\xa3\xf3\x3e\x5f\xb4\x06\xba\x01\xf7\xf4\x68\xf1\x87\x3e\x2d\xe3\x55\xf5\x80\x76\x37\xd5\xa6\x4f\xe2\x47\xd3\x94\x01\xf7\xe5\xb1\x7b\x3d\x2a\x67\x79\xa9\xbd\x84\xfc\xf5\x7d\x9f\x4f\x04\x12\x44\xea\x0d\xbc\x97\xa2\xfe\xf5\x50\x97\x40\xd4\xc3\x3f\x28\x14\x26\xae\xfb\x7c\x89\xac\x95\xa7\x40\x9d\x8c\xb0\x7d\xf2\xcf\x9d\xa6\x27\x56\xb6\x87\xd0\xbc\xc8\x4c\x30\x74\xbd\x91\xcc\x4d\xfe\xf9\x48\xae\x35\xbd\x1e\xca\x33\x3f\xa7\xa6\x85\xe7\x17\xd5\x23\xed\x13\xb1\x79\x4e\xc7\xf5\xe9\x5f\x91\xb8\xd3\x22\x25\x69\xff\x8c\xbd\x4d\xab\x0c\x71\xf7\xae\x09\xce\x10\x77\xa9\x8e\x36\xbc\x1f\x89\x07\xae\x30\xff\x51\x9e\x41\x47\x91\x3c\x21\xef\xbe\xe9\x4b\xef\xc7\xfc\x29\x93\xe6\xbd\x3a\x06\x2f\xb1\x0d\x0f\xea\xae\x7a\x2b\x2f\x71\xa4\xa2\xa3\xdf\x8b\xd1\xf1\x50\xf8\xf7\x23\xbb\x5e\xda\x63\xdf\xaf\xca\x5c\x43\xa3\x3c\xc9\xa8\x9c\x10\x28\x10\xbb\xf3\x13\x95\x36\x2d\x8a\x54\x4c\xcb\x45\xed\xd1\x28\x6f\x32\xe3\xe6\x55\x63\xdc\xfa\x36\xf3\x8b\x1d\x69\x82\x37\xc4\x5d\x8e\xfd\x3f\x3f\xae\xa3\x42\xdf\x99\x64\x08\x6a\x34\x4e\x95\x0a\xf2\xcc\xf3\xe3\x38\x52\x4f\x33\xe4\x5d\xba\xbe\x3d\x12\x64\xe8\x5e\xfc\xc0\x81\x73\xed\xf3\x16\x26\x99\x82\xa7\xb5\xe8\x72\xab\x87\x2e\xe6\x24\xfd\x27\x62\xf3\x9f\x4e\xa6\x27\x05\x75\x3f\x9a\x7d\x0d\x75\x97\x3a\xf4\x1f\xc4\x1f\x45\xe7\x5e\x0f\x8b\xe5\x3d\xfd\xf3\x32\x61\xa0\x3c\x1d\x3b\x79\xd1\x0d\x34\x71\x51\x3c\xdd\xf1\xb0\x79\xd4\xc9\x1e\x01\xbe\x75\xad\xb5\x0d\xe8\xf6\x00\xf2\x28\x4b\x01\x40\xee\x64\x0d\x2c\x92\xeb\x64\x3d\x1e\x89\xf2\x29\xae\x9c\xe4\x4f\xe1\x74\x3b\x60\xdc\x43\x6f\x46\xa9\x74\xf2\xfb\xbe\x0e\x94\x99\x93\xdf\x70\xfa\x68\x31\xa3\x78\xfa\x00\xae\x4d\xf7\xc7\xcd\xe3\x01\xe0\x43\x43\x4b\x00\xbc\x24\x51\xd4\x26\x2f\x7a\x33\x2d\x1d\x06\xbe\xcb\xa3\xa9\xf9\x50\x9b\x85\x39\x35\x31\x42\x6d\xa6\x00\x9e\x27\x44\xfe\x44\xb5\xd2\x3e\xff\x83\xc7\xd4\xef\xaf\x58\x5e\x9f\x7f\x23\x4e\xa8\xc9\x71\x7f\x3a\xcd\x0c\xa9\xe0\x7e\xfb\x1b\x83\xbb\xfe\xc6\x69\x75\x79\x29\x40\x71\x56\x99\x4a\x83\x83\x1b\x85\x01\x1c\x0e\x00\x5f\x93\xec\xe0\x14\x08\x97\x3f\x4b\xff\x97\x63\x4d\xc8\x32\x0f\x0e\x31\xca\xa9\xad\x46\xaa\x62\x65\xeb\xfa\x57\xdf\xa6\xb6\xdd\x2a\x51\xa8\xb8\x53\x50\xd8\xdc\xbc\xc6\xda\x43\x7d\xc6\xb9\x3f\x08\x0c\xd7\x57\x30\x10\x5e\x5e\x3c\xd5\xc1\xdd\x2a\x51\x79\x74\x03\x21\xf3\xc4\x04\x17\xbc\xff\xfe\xe7\x6d\xf8\xf0\xb9\xfd\x12\x7b\x3e\x6e\x7f\xa7\x6b\x7c\xe1\x73\x06\x55\xf0\x97\xdb\x1f\xa9\xf8\x14\x3c\xce\xc6\xa5\xfb\xf0\xed\xf1\xc6\x07\xff\xe5\xb8\x63\xf6\x04\xe5\x7e\xe3\x92\x08\xfe\x8a\x90\x0a\xcf\x86\x43\x71\xd6\xe7\xdb\x79\x07\xe4\x80\xcb\xff\x1f\x0c\x79\x97\xa6\xb7\xea\x3f\xe9\x9a\xa0\xfb\x7f\x4e\x28\xc6\x55\xf8\xe8\xcd\xa6\x5a\x65\xe8\xbb\x28\xd6\x12\x0c\x7d\x17\x84\x9c\x52\x30\xf4\x5d\x56\xd5\x16\x2c\xbf\x38\x32\x42\xf8\x04\x1a\x2b\xad\x09\x97\xc3\x4a\x58\x3e\x7c\xd4\x66\x0b\x3c\x13\x0c\x81\x37\x68\xa6\x53\x08\xd7\xf9\xb4\xab\xae\x4a\xe8\x18\x04\x10\xc2\x6f\x4b\x3d\x84\xf7\x8f\x2d\x64\x7b\x40\xc1\x21\xdc\xd4\x81\xad\x1e\x2b\x14\x5e\xd7\x9c\x38\xa0\x42\xfc\x14\xdc\x40\xc4\x21\xe2\x84\xc2\x8a\x0f\xf1\x92\xa5\x40\x91\x9d\x02\x2a\x66\x1d\x47\x4c\x30\x14\x5e\xe4\x36\x0e\xa0\xf0\xa1\xef\x12\xaf\x10\xef\xcb\x42\x1f\x48\x0c\x47\x4a\x2a\x05\x74\xcc\x2b\xb3\x40\x30\x24\x5e\x64\x2a\x87\x78\xe3\x86\x8b\x50\x76\xa0\x42\x1a\xfe\xdc\x14\xe2\x55\x6e\x7b\x3b\xef\x25\x7e\xe9\x31\x51\xd7\x58\x44\x06\x78\xef\x11\xd6\xdf\xcd\xd5\x12\xe6\x19\xe6\x48\xa0\x42\x7a\xeb\x0b\x1b\x12\x8f\x72\x63\x86\x04\xab\xb3\xbe\x85\x78\xcb\x7e\xe6\xb2\xaa\x2b\x19\x22\x9b\x91\x27\x34\x24\x5e\x76\xe7\x7d\xa4\x5b\xc3\x32\xcf\x9d\x6c\xcc\x6f\x20\x42\x48\xd7\xb1\x6e\x7d\xf9\x1f\x97\x8d\x90\x2e\x77\xce\xd4\x23\xa5\xe7\x7b\x64\x06\x47\xfa\x00\xcc\x79\xd0\xf9\x41\x1a\x35\xe1\x52\xbb\xc1\xcf\x92\xc2\x89\xa6\xb3\x95\xbf\x61\xaf\x69\xef\x00\xf2\x36\x27\xee\xa9\x00\x65\x99\xd3\x67\x25\x77\x1c\x79\xf6\x14\x32\xe4\xd6\xc0\xef\xf0\xbb\x78\x3a\x85\x8c\x26\xab\x3a\x4f\x26\x6e\x70\xee\xfb\x22\x49\x48\x2b\x33\x1a\xb3\x84\x5a\x03\xaa\x63\x5e\x4f\x80\xea\x98\xd7\xf0\x2c\xbf\x7c\xe7\xdc\x93\xf0\xb7\x27\x28\x17\xa0\x20\xf3\x2c\x6b\x81\xf0\xf7\xc0\x39\x11\x0a\xd4\x6b\x84\x7f\x83\x81\xeb\x3d\x92\xfe\xfb\x34\x66\x8b\xce\x85\x7e\x4e\x9d\x1d\x62\xf2\x88\xfd\x15\xca\xfd\x94\x0b\x6c\x16\x20\x26\xf7\x81\x67\x2d\x1f\x69\xb5\x26\xeb\xf2\x09\x4e\x06\xb5\xfb\x17\xc1\x85\xae\xaa\xe7\xd6\x19\x1f\xa2\xd4\x7b\x01\x64\x3b\x4d\xd8\xd0\x96\x05\x7c\xb0\x81\x9c\xf1\x04\x90\x0e\x84\xbd\x03\x29\x01\xa1\xc2\xce\x89\x97\x38\x54\xf1\xb4\xd3\x29\x21\x27\x0f\xc4\x04\x02\xb4\x65\x31\xe9\xc8\x8b\xa4\x48\xd7\x4d\xa1\xa2\xab\xab\x29\xa7\xa2\xab\xab\x7e\x53\x9f\x6f\x3a\xd4\xd5\xb0\xd6\x4e\x7b\x2d\x2c\x18\xd4\x9b\x21\x28\x57\xb2\x43\x80\xa0\x7c\xe9\xbf\xe6\xbe\xa9\x84\x2b\x81\x9c\x9b\x26\x8f\x46\xb1\xbf\x06\x7e\xe3\x59\x35\x61\xfd\x26\x26\x4f\xa1\x51\x45\xaa\xbe\xd1\xae\x55\x8e\xc8\x6d\x0a\xed\xa6\x37\xbc\xe7\x18\xab\xcf\x69\x4b\xe7\x5f\x2e\xa7\x57\x3d\x55\x21\x6f\x70\x5d\x20\x51\x3c\xea\x7d\x90\x28\x1e\xc9\x68\x09\x86\x9a\x2b\x29\xaf\x29\xb4\x2b\xc1\xa2\x50\x66\x68\xd7\x79\x26\x47\x66\xe8\xd0\xd2\x69\x21\xed\x4c\xcd\x49\x5b\xdf\x38\x25\x11\x22\xf4\x1b\x1b\x41\xbe\x27\x85\xfe\x49\xef\xe8\x7b\x82\x9c\x15\xf9\x0b\x9d\xa5\x59\x26\x40\xff\x58\x86\x1f\x9d\xff\xa1\xc9\xc6\xf3\xf7\x4f\x87\x03\x57\x64\x50\x12\xf9\xd6\x19\x24\x91\xab\x9f\x11\x02\xef\x4e\x77\xfb\xd5\xbf\x19\xbb\x9d\x0c\x46\xcd\x5e\x9d\x6f\x0e\x3e\x09\xaa\x92\xb6\x8c\x42\xde\x9f\x50\xf4\x0f\x06\x1b\xb4\xc6\x50\x74\x4d\x64\x55\x05\x25\x93\x97\xa8\x34\xf9\x14\x06\x19\x9b\x49\x57\xe4\xdb\x93\xd5\x17\x06\x09\xab\xc4\x37\x82\xa1\xe8\x46\xf5\x76\x0a\x86\xa2\x6b\xc2\x9b\x11\x48\x22\x4f\xea\xc3\x24\x91\x47\x99\x64\xd2\x08\xd7\x28\x87\x80\x3c\xa9\xe7\x19\x7a\x4e\x5d\x4b\xe9\x2f\x02\xf2\xa6\xa3\xf7\x37\xa3\xf3\x84\xcf\x2f\xf6\x59\x5a\xf2\x7c\xe4\xdb\xed\x6f\x0e\xa8\x80\xd2\xd8\x83\xf7\x3e\x3c\xf7\x75\xbc\xfa\x00\x8a\x8e\x1b\xdb\x3a\x1d\x4c\xbc\xe4\x58\xea\xe1\xb9\xa1\xb2\xa9\x09\x12\x5e\xf2\xac\x29\x85\xbc\x73\xb9\x94\xc2\xa1\x35\x8b\x53\xd9\x3e\xe1\xb9\xa4\xd3\x4b\x4b\xc3\x83\x7f\x4d\x9f\xf4\xf9\xf2\xb3\x81\x51\x41\xdc\xe4\xb2\x8d\x08\x85\xcb\x85\x12\x1e\x4a\x9d\x34\x39\x43\x6b\x96\x01\xbf\xe1\x15\x43\x23\x2d\x39\x15\xd4\xf1\x5a\x29\x06\xce\xe3\xb1\xcb\x0e\xa5\x59\x3c\x69\x88\xe1\x95\x6e\xb4\xce\xa7\x2b\x00\x50\xc3\xcb\x33\xeb\x0d\x51\x39\x9d\xb5\xf4\x50\x39\x5d\x9c\xee\x42\xc1\xbc\x3e\x3e\x61\xf0\x22\xcb\xdc\x00\x79\x55\x90\x3f\x40\x30\x5e\x8a\xb6\x2c\xd7\x3e\xc8\x0a\x38\x95\xd3\xed\x84\xa8\xc3\xa4\xc2\x16\x24\x17\x50\x1b\xf3\xc4\x7b\xc2\x04\x91\xc8\x86\x3a\xe1\xef\x71\x42\x7e\x61\x5e\xfa\xb6\xa9\xaf\x46\x3e\x7a\x91\xb5\x3b\xa9\x28\x1e\xba\x93\x3d\x6b\xd1\x70\x37\x20\x5e\x8b\x96\xe7\xf9\x59\xa2\xb2\x67\x26\x64\x17\x5a\xf2\x0e\xa1\x78\x12\x6f\x4a\x0a\xa7\x82\xfa\xc7\x3a\xd2\x9e\x1b\x07\xa3\x78\x27\x05\x72\xd3\xab\xfa\x10\xb9\xe9\x55\xd3\xc1\x42\x1f\x5a\xcb\xc7\xc2\x49\x38\xb8\xb7\xa8\xcb\x4c\x5f\x5a\xff\x93\x9c\x2d\xa4\xb6\xae\x23\xe2\xf4\x2d\xb4\xc1\xeb\x39\xff\xc6\x09\x26\x9e\xe6\xb0\xea\xb7\x47\xd7\xf8\x78\x9b\xb4\x88\x53\x51\x5d\xb7\xce\xf8\x9d\xbc\x1a\xa4\x34\xf6\xd2\x3f\x17\x35\x41\xe7\x6e\x68\x8d\xc8\x66\x47\x1b\xbc\xe9\x7b\x1b\xf2\xee\xe7\x0b\x50\x4d\xdd\x35\xe1\x1f\x4d\xf0\x3c\x27\x69\x07\xc1\x50\x77\x6d\x1a\x41\x24\xa4\x77\x02\xa3\x81\x84\xf4\x06\xea\x0e\xfb\xb2\x02\x2c\xa1\x33\x43\xde\x6d\x13\xec\x0d\x24\xa5\xb7\xa6\x73\xdb\xc1\x51\xe7\xcb\xa0\x2e\xd6\xc9\xcb\x09\x1b\x9a\x36\xa1\x3a\x50\x77\x57\xbf\x37\xd4\x5d\x29\xbf\x4c\xe1\x84\xbc\xcb\x7c\xb5\x78\x93\x98\xde\xd5\x2b\xf6\xc7\x18\xcb\x44\x1f\x49\x4e\x47\xd5\x2c\x45\xc2\xde\x24\xc4\xa7\x48\x72\x3a\xc5\x86\x29\x9e\xb0\xf7\x2b\xde\xb0\x14\x1d\xfa\x12\xc4\xd8\xa2\x21\xee\xda\x5f\xfd\xf7\x79\x1a\x30\x0c\x22\x49\xea\xdd\x8a\xca\x52\x74\xbf\xd8\x01\x52\x24\xdc\x9d\xc1\x85\xd1\x8d\x3f\xfe\xfb\xb4\x04\x30\xa0\xa2\xbb\x24\x27\xd3\xeb\x8c\x79\x7b\x3b\xa6\x42\x74\x64\x36\x31\x6e\xe3\x41\xdc\xcf\x7c\xd5\x3e\x43\xdc\xb1\x93\xe5\x18\xfd\xd5\x8c\x86\xfc\x3c\x45\x43\xdc\x6d\x25\x1d\x7d\xa9\x09\x91\xab\x4a\xd1\x7f\x55\xe5\xa0\xe9\xf8\x4b\x42\xec\x1f\x97\x86\x28\xce\xf1\xe2\xe6\x6b\x75\x9a\x29\x22\x21\x5e\xc9\x7d\x8e\x07\x88\x3f\xf3\x8d\xba\x99\x39\x9f\x06\x5d\x2d\x1a\x10\x4f\x75\xea\xb6\x97\xae\x4c\x91\x8c\xe8\x2f\x3f\x08\x95\x96\x29\x7e\x3c\xe3\x48\xf7\xa7\x08\xcf\x78\x9a\x3a\xe3\x57\xc2\x1b\x2f\x24\x5c\xde\x1b\x61\x95\x18\x2e\x07\xcc\xab\x3b\x8b\xba\xac\x2c\x71\xa3\xa4\x08\x20\x4f\xd8\x27\x31\x20\xa8\x09\x16\x89\xe1\x4b\x7c\x03\x2d\xc4\xf0\xdb\x77\x1e\xc3\x4d\x7c\x43\x27\x2e\xc5\xf0\xbd\x07\x75\x48\x01\xf2\x72\x08\x9d\x53\x54\x58\xfc\xc7\x96\x9f\x6a\xc3\xf3\xc7\x55\xbf\xae\xa2\x4f\xa9\x3c\xf6\x52\x44\x23\x9d\xe2\x01\xe7\x6e\x2a\xac\x1f\x0d\x9c\x27\x4d\x35\x51\xc0\x3c\x47\xb1\x74\xa6\x18\xfd\xd7\x9d\x78\xc3\x11\x36\xc3\x47\x5b\x90\x68\x14\x1d\x7d\xbb\xca\x3c\x57\x34\xa0\x0a\xe1\x59\x8a\xe4\xb3\x67\x47\xfb\x8e\xb4\x78\x92\xd4\x7d\x8a\x87\xc2\x2c\xcf\xad\xc1\x13\x7f\x67\x07\xc5\x03\xd0\x9f\x03\x6d\xa3\xaa\xb7\x59\x92\x23\xe4\xe2\x4d\x43\xe5\xa8\x91\xed\x93\xc8\x17\x01\xe7\x4a\xea\x8c\x71\xff\xbe\x36\xe0\x3c\xa9\x0f\x24\x12\x1f\x89\x3a\xc4\x14\xfe\x38\xf2\xc6\xc8\x36\xd3\x70\x4c\xe9\x8f\xff\xed\x99\x3b\x96\x6a\x54\xee\x7a\x59\x73\x82\x14\x63\xba\x3a\xca\x70\xa9\xa6\x78\x48\xc5\xfb\x54\xec\x26\xa6\x4b\xef\x25\x7f\x76\x4c\x8a\x17\xe9\x8c\x6f\x19\x24\x09\x31\xa6\x5f\x7c\x48\x6a\xb5\x39\x66\x14\x2e\x8e\x69\xfd\xd1\xc6\x0f\xd5\x51\xcb\x12\xf3\xad\x61\xd8\x44\x30\x62\xf6\xbf\xcf\x30\x84\x9e\x1a\x1e\xf2\x28\x74\x9e\xdc\xc9\x38\x8a\xd0\x9b\xc1\xf7\x9f\x62\x86\x58\x1b\x7f\x79\xcc\x37\x56\x26\x8b\x3e\xfe\x81\xd0\xa3\xaa\xbb\xb3\x3f\x91\x91\x98\xbf\x5a\x86\xad\xf6\x8d\x63\xb0\xc8\xf9\x12\xf3\x9d\x2e\xef\x33\xbc\x7f\x5c\xd5\xb2\xe1\x72\x55\xfb\xfe\x78\x7e\x43\xf3\x29\x82\x71\x63\xf9\xed\x90\x8d\x86\xe4\xd3\x50\x4f\x28\x37\x06\x43\xa9\x5d\x8a\xe5\xc6\x0a\x65\x82\x44\x12\xda\xfd\xd0\xd5\xa8\xe1\xc0\xac\x8a\xe5\x52\x56\xca\x11\x1d\x0b\x65\x87\x6a\x57\x41\x57\x84\xfc\xca\x58\xae\x43\x16\xc5\xf5\x14\x0d\xd1\xb7\xf9\xd2\x0b\x0c\xd1\x67\x99\x55\x91\x90\x79\xd2\x4c\x56\x90\x1e\xd2\xd7\xff\x23\x81\x3d\x1e\x14\xdf\x27\x15\xcc\x29\xd6\x8f\xef\x8b\xd4\x90\x58\x2f\xd2\x59\x60\xc7\x58\xc5\xdc\xea\xe7\xc4\xf4\x8b\xf5\x77\xb1\x42\xac\xe9\xbe\x09\x7d\x37\x85\xce\xd3\x9a\x53\xf3\x05\x09\xed\xbd\x6b\xab\x12\xfd\xe0\x4d\xd6\x4b\x6b\xa7\x14\xf1\x58\x29\xbb\xac\x7f\x21\xc3\x4e\xb1\xaa\x3b\x54\x29\x7b\xa5\x28\xe0\x9f\xda\x7c\x35\x9d\xd4\x3f\xba\x43\x9d\x7f\x6c\xad\x3b\xb1\x69\x2a\x3b\xa1\xf3\x3c\x37\xb6\x5e\x6c\xc8\x90\xe0\xb9\x8e\x80\x7f\xf9\xf9\x62\xbb\xd6\xff\xc2\x0b\x17\x15\x3a\xaf\xe1\x0e\xd9\x3f\x9c\x00\xb1\x7d\xfc\x49\x80\xba\xd8\xbe\x10\x72\xd3\x35\x2e\xa9\xf3\xc2\x57\x1a\x95\xfb\xfe\xf3\xe1\xb2\x8e\xb9\x08\x08\xba\xb0\x14\xdb\x47\x2f\xa5\x85\xb5\x7d\x96\x84\x96\xd2\x4f\x6e\x7c\xc9\x1e\x6a\xf3\x9b\xc6\xe8\x7c\xed\x7b\x27\xe0\x89\xd8\xe0\x1b\x22\x9c\x1a\x0f\x5d\x5a\xba\x6f\xb8\x5f\x1e\x1e\x68\x99\x53\xec\x9f\x36\xed\xd4\x9e\x8b\x08\x27\xa5\x3a\xf1\x54\x96\xff\x3c\x01\xed\x85\x03\x3d\x6b\x00\xf5\x3f\x96\xcb\x5f\x32\xe4\x99\x76\x52\x5d\xee\xb1\xd8\x63\xff\x63\x89\x20\x37\xde\x6b\xd1\x34\xc7\x40\x5a\x1a\x5c\x9d\x58\x55\xd3\xd3\xfc\xd1\x1f\x08\xab\x27\x6a\x17\x22\x95\xe5\x1e\xab\x34\x92\x13\xbf\x64\x93\x91\x13\x1f\x70\x45\x45\x72\xe2\x03\xce\xb4\x38\x44\xec\xc1\x73\x2a\x27\xde\xea\x58\xb8\xe7\xa0\xda\x1a\x70\x1e\xa1\x4c\x8b\x1a\x28\x50\xa6\xa1\xa8\x95\xe2\xf8\xc3\x6a\x14\x65\x5a\xd4\x7f\x7f\x58\x8d\x03\x5a\xbc\xa9\x3b\x40\x04\x21\x73\x67\x88\x28\x81\xaf\x39\xfe\x98\x12\x08\xa5\xc3\xa8\x94\xe2\xf3\x7d\x5b\x92\x10\xe2\xf3\xc7\xf4\xff\x5c\xf6\xd2\x63\x7e\x3c\x7f\x4c\x05\xcf\x9d\x0a\xce\xdb\x7e\xf2\x1f\xff\xff\xf1\x4d\x1f\xf4\x44\x70\x7c\xc4\x87\xe4\x48\xd0\x4f\x7c\xc8\x06\xd4\x22\xfe\xa8\xf2\x9a\x2f\x61\xc8\x3e\x36\x19\x8b\xd0\xa6\xc1\x1e\x94\x22\x09\xee\xeb\xd1\x1d\xe0\x09\xf3\x7a\x3a\x0b\xc1\x7a\xdd\x8f\xca\xf2\x20\x8b\x99\xca\xf2\xa8\x3e\x4e\x65\x79\xc2\x5d\x1a\x5f\xcc\x3c\x62\x0b\xf1\x65\x9a\x27\x3d\x22\x1a\x9a\x6f\x1e\x64\x13\x5f\xa8\x1c\xd5\x7f\x08\xb3\x37\xa7\x3b\x34\xa8\xe0\x99\x47\x40\xf3\x10\xa7\xa7\x08\x9a\x0f\x1a\xc9\xef\x75\xd8\x42\xcc\x9d\x22\x88\x3e\x6a\xcc\x82\xe8\x55\x55\x15\x5f\x3c\x17\x53\xd7\xb5\xb1\xba\xb5\x50\xcc\x5f\xa6\x1c\x6f\xd2\x10\x7d\xdc\x32\x85\xe6\x1f\x26\x8d\x21\xfa\x8a\xc4\x52\x8a\x70\xa1\x15\x1c\x46\xd1\x90\xbc\x15\x67\xd8\x16\x6c\xac\x6a\x8f\x21\xf9\x44\xc5\x75\x8a\x20\x79\x45\x62\xa2\xaa\xca\xc9\x01\x8c\x54\x95\x2b\x29\x20\x4e\xc8\x3d\xf4\xb6\x26\xb1\x34\x6a\x7f\xe2\x9c\xff\x3f\xd1\x85\x81\xfa\x16\xc8\x76\x8f\x06\xea\x73\xd3\xf0\xa1\xe0\xbc\x68\x6a\x5f\x68\xaa\x02\xd1\xe3\x82\xf4\x42\x53\x2e\x05\xe7\x1d\x6f\x5d\x5c\x7f\x4c\xd9\x14\x9b\x0f\xf2\x52\xe2\xfa\xa3\x0b\x53\x6c\x8e\x5e\x53\x8a\xeb\xae\x64\x88\x74\xa7\x48\xc1\x39\x5a\x4d\x29\x1e\xc9\xf0\x9f\x65\x51\xad\x80\xd5\x51\x53\x9a\x01\xf9\xee\xf5\xca\x17\xb2\xd9\x4e\xff\x59\xa2\x5f\xf7\xfa\xef\x0f\xab\x75\xff\x61\xb9\x6c\xf8\x5b\x34\x20\xa0\x44\x3b\x96\x83\x81\xf8\x3e\xf5\xca\x37\xdc\x26\x7a\x23\x06\xe2\xd3\xd4\x87\xdb\x7f\x3c\xe7\xc6\x17\x2f\x4b\x69\x23\x21\xa2\x29\x02\xf0\xee\xf4\xc4\x1b\x9f\x2c\x91\x8c\xb8\xff\x40\x27\x02\xef\x5a\x00\x0c\xbc\x37\xa5\xbb\xc5\x3f\x72\xd5\xa3\x01\xf7\xde\xe9\xe2\xc9\xec\x34\xe7\xb0\x31\x93\xd9\x69\xc1\x13\xa7\x48\x66\xa7\x05\x07\x44\x4f\x2f\x5b\x3c\x51\xb2\x61\xfc\x6d\x45\x3b\x8f\xe4\xe3\x64\xc3\xf8\xfb\x2f\xff\xb1\xf5\xf3\x7c\x61\x35\x1d\x79\xeb\x7e\x15\x7a\x4e\x0c\x32\x8f\xef\x3a\xcd\x9b\x55\xae\x4a\xf6\x34\x2f\xbc\xd6\xe2\x9c\x66\xfa\xf6\x3c\xec\xb9\xe9\xd2\x8a\xa8\x24\x1b\x54\x11\xde\x80\x94\x4e\xae\x8a\x3b\xcb\x63\x92\x8b\xcb\xda\xb1\xd8\x63\xbd\x20\x33\x11\xa6\x85\x18\x14\x8e\x92\xb4\x6e\x42\x01\xa2\x9e\x29\xfd\x62\xe0\xaf\x3a\x03\x4a\x90\xac\xff\xbf\x36\xb2\xe4\x25\xb1\xef\x63\x72\x24\x92\x47\x20\x61\x49\xc9\x7a\x7e\xcc\xa4\xfa\x26\xaa\x39\x14\xc9\x48\xe8\xe2\xed\x73\x5d\x84\x80\x4c\x7e\xc6\x24\xea\x7e\x26\x6f\x10\x42\x5a\xe4\xf6\x61\xb9\x27\x12\x47\x32\x09\x16\x69\xc1\x58\x54\x75\xe4\xc6\xf0\xe2\x3f\x12\x46\x14\xbd\x48\x30\xed\x23\x03\x94\x12\x6e\xab\x80\x63\x24\x41\x02\xb8\x82\xfe\xb3\x49\x2d\xe0\xc3\x4f\xfb\x06\xcd\x85\x84\x13\x2c\xfb\xa8\x4f\xa4\xb4\x71\xe1\x44\x5d\x09\xea\x93\xad\x23\xe1\x1b\x66\x11\x4f\xfb\xe2\x12\xb4\x0a\x52\xb2\x9e\x1f\x93\xde\xfd\xbe\xb4\xcb\x3b\xe9\x6a\xd6\xfb\x9d\xbe\xd6\x86\xc3\x54\x3d\xee\xb8\xad\xba\x14\xa4\x53\x76\xb7\xce\x1e\xe5\xb2\x94\x21\x04\x8c\xf8\x40\xb2\xb9\xae\x5a\xc3\x93\x90\x1d\xb3\xd9\xab\x23\xd3\x41\x91\x32\x72\xb3\xb9\xae\xda\x83\x81\x9a\x21\x03\x9c\x5e\x57\xb2\x91\x9e\x70\x8b\x67\x73\x5b\xf5\x4c\x7f\xc9\xe6\xb6\xea\x99\x04\x83\x6c\x6e\xab\x9e\x97\xfe\x7b\xae\x83\xdd\xe9\x7f\x9b\xcd\x54\x5f\x95\x21\x01\x6c\x55\xd7\xb5\xd9\xac\xfd\x8d\x4c\x23\x65\xb8\x01\x1b\x19\x38\x19\x6e\x40\xe5\x27\x67\x79\xb1\x4a\x99\xc8\x92\xa7\x0c\x3f\xe0\x0b\x14\xca\xe6\xc5\xea\x8b\x62\xa5\xec\x99\xec\xe8\x86\x19\x7e\x40\x24\xef\x53\x36\x17\xd5\xee\xc6\x71\x93\x32\x45\x1b\xaa\x59\xc8\xc7\x3d\xe5\x4e\x41\x7d\x26\x4f\xa4\xe8\x85\x79\xd2\x57\xcf\xd1\xa4\x70\x52\x8b\x9b\xcd\x35\x15\x44\x5b\x90\xcd\xc9\x14\x54\xb4\x97\xcd\x79\x14\x56\xe7\x85\x98\xf3\x28\x2c\xc0\x61\x36\xe7\x51\xd0\x9a\x9d\xcd\x71\x14\xe4\x8c\xc9\xe6\x38\x0a\xaa\x14\xce\x81\xa9\x6a\xe8\xbc\xce\x16\x6f\xcb\x9c\x45\x01\x86\xce\x94\xcd\x51\x14\xd6\xa3\x23\x69\xd9\xa3\x23\xa7\x6d\x31\xd1\xe4\x48\x3b\x81\x7f\x39\xd2\x4e\x7d\x81\x78\xf9\xa0\x36\xd3\x71\x8e\x97\xf0\x78\x12\xe8\xce\xd4\x40\x64\xa7\xab\xe9\x6d\xf2\xb6\xa0\xe4\x53\x2d\x68\x46\x62\x5e\xf9\x0e\x19\x4a\x3e\x25\x03\xe4\x78\x45\x43\x61\xad\x4c\x99\xfa\x07\xf8\x6a\x52\x36\xc7\x4e\x52\x45\x4b\xc6\xa9\xb3\x87\xb6\xb0\xdc\x41\x58\x99\xda\x07\x91\x8e\x64\x9c\x3a\x7e\xe9\x3f\x2c\x77\xa0\x74\x16\x25\x9f\xae\x42\xdd\x43\x64\xf8\xe7\x44\xa5\xb2\xda\x4a\xdd\x43\x9c\x3a\x0f\xab\x7d\xea\x3c\x48\xbb\x09\x8d\x66\xea\x1e\x1a\x49\x11\x59\x7c\xf4\x4e\x77\x7f\xd8\xe2\xcb\x42\x42\xa0\x24\xec\x0c\x09\x81\xfc\xed\x99\x5a\x87\x07\xe7\x43\x86\x64\x00\x21\x24\x2b\x40\xb5\x52\x2a\xfd\x17\xc9\xef\xa7\xd5\x99\x64\x5e\x16\xe7\x6c\x0e\x99\xa2\xea\xe6\x0c\x93\x40\x53\x5b\x50\x77\x43\xed\x23\xe5\x8c\x94\x8a\x9e\x36\x4b\xe9\x8c\x37\x88\x0c\xbc\xa6\xe9\x4c\x2a\x85\xaa\x74\x32\xaa\x6e\xa7\x3f\x9a\xf3\xa5\xae\x47\xed\x34\x4b\x55\x6e\xbe\x4c\x2a\xc5\xe9\x65\xb6\xa8\x57\x25\x5a\x66\xd2\x28\x36\x0e\x82\x4c\x1a\xc5\xd6\x08\x2b\xa8\xa0\xb1\x2c\x64\x9c\x2e\xe1\x5c\x05\xa6\x04\x8d\xea\x82\x4e\xc6\xab\xab\x98\xa9\xf6\xa8\xc7\x17\x64\x92\xf4\x8d\x0a\x5c\x4e\x45\xff\x11\x4a\x25\xaa\x95\xd1\x6e\x97\x03\x2a\x93\x16\xa1\x14\xcf\x5c\x48\xea\xc4\xd5\x9a\x49\x89\x18\x84\xcc\x33\x29\x11\x0d\xff\x79\x36\x27\x4a\x3b\x6f\x10\x25\xb7\x89\x1b\x2d\x9b\x03\xa5\xb9\xad\xab\x68\x3c\x85\x39\x09\xa5\x67\x08\xe2\x1d\x91\xb0\x4c\x5a\xc4\x79\x8b\xe6\x3c\x49\x32\x33\x72\x65\x3c\x9d\x16\xd8\x78\x52\x44\x26\x57\xaa\xa4\x59\xb0\xf3\x61\x02\xa8\x92\x03\x4a\x59\xf5\x06\xf9\x9d\xaf\xd3\x31\x8b\xf3\x79\xd3\xf5\x2b\x1d\x8d\x7f\xab\x68\xce\x38\x4d\xb2\x56\x20\x9c\x26\x62\xef\xc9\xb0\xed\x05\x35\x84\x8c\x89\xec\x69\xb2\x39\x4b\x92\xb2\x43\xb2\x39\x4b\xfa\x60\x5d\xcf\xe6\x28\xe9\x03\xc8\x94\x11\x7d\xdb\x5d\xe7\x51\x6e\xa2\x09\xfa\x38\x47\xfc\x7c\xcf\xb9\xb7\x9c\x6c\x6a\x92\x6b\x1f\x0f\x10\x35\x10\xf9\x70\xc9\x8f\xb9\xb4\x66\x35\x89\xf8\xd1\xb5\x45\x14\xd0\x74\xf4\x66\x8b\x3b\x9a\x53\x24\x21\xaa\x97\xb2\x39\x44\xd2\x22\xa5\x2f\x77\xf8\x6f\xd4\x7d\x3b\xbc\x2f\x58\x3c\xd9\x9c\x20\x09\x39\xc7\x94\x3b\x24\x10\xd8\xce\x19\x72\x00\x07\xac\xca\xe6\x00\x89\xa9\xea\x48\x03\x93\x49\x0b\x84\xe4\xda\x9d\xb6\x70\x7e\x4c\xdd\x1d\x9e\x13\x75\xdf\x2e\xb0\xcc\x5b\x83\x18\x40\x10\x38\x77\x4a\xc8\x82\xda\xb9\xf9\x82\x6c\xe1\xfc\x88\x9a\xf2\x07\x9a\x00\xb2\x44\x70\x7e\x44\x30\x4e\x1e\x4a\x54\xa5\xd5\xf0\xc5\xab\x96\x20\xcb\xf1\x41\xf2\x61\x86\x08\x00\x56\xd3\x94\xc5\x15\xdf\x75\x1e\xc4\x07\x43\x5b\xf6\x7c\xf2\xca\x67\x8a\xff\xd3\xa3\xb6\xd8\xf3\x25\x7d\x43\x15\xff\x03\x9b\x33\x8e\x8f\x0c\xa8\xcf\x2a\xfe\x3f\x2d\xa3\xf8\x5f\xcb\xc7\x43\x7f\xed\xda\xe2\xf9\xf4\x76\x1f\x2a\xa0\xf5\x6d\x1f\x34\x0f\x00\xd0\xf9\xe1\xf9\x5e\x1d\x29\x7b\x72\xcf\xa9\x25\xdf\x1c\x1e\xc6\xee\x62\x5b\xb7\xda\xfd\xdd\xfa\xff\x63\x34\xd5\x64\xf0\x5c\x9f\xbf\xbc\xa9\xf9\xf9\x7c\xde\xa7\x45\xcf\x17\x01\xe1\xbb\x3e\xef\xe7\xb8\x51\xcb\x6e\xb9\x9c\x72\xdd\xf3\x73\x79\x7c\x94\x7e\x9a\x9f\x2f\x0e\x46\x8c\x2a\x9b\x53\xc4\x28\x04\x6c\xeb\x57\xdc\x87\xb7\x4d\xe5\x7f\xc1\x3e\xce\x22\x8b\x37\x72\x3a\xae\xf8\x29\xb8\xa1\xa1\x9c\xf2\xfb\xe9\x21\x68\x92\x56\x3d\x42\x1a\x27\x39\x24\x1f\x16\x80\x31\x67\xd4\x7d\xa8\x86\xdf\x6a\x47\x3f\x71\x8e\xb9\x74\xc6\xe7\xec\x6c\xba\xcf\x17\x07\x20\xba\x90\xdf\x1b\x0b\x39\xc6\x12\x8c\x00\x72\x38\xe4\x77\x7d\xad\xa7\xf7\xbc\xdf\xfb\xc0\x13\x90\xa7\xfb\x8c\x1b\x5a\x3f\x3f\x6d\x08\xbd\xfb\x8f\xa2\x4f\xa4\x2a\x59\xa9\x11\x29\x5c\x23\xe9\xe0\xbf\x28\xf5\xb8\x94\xe7\xaf\xf7\xc2\xdd\xe7\x65\x81\x98\x32\x96\x0c\x03\x46\xf8\xff\x53\x9e\x5f\xd8\x5c\x5f\x8b\x7a\x85\x24\x83\x61\xde\x77\xb2\x87\xce\xff\xb8\x9e\xd4\xdf\xe6\x2f\xe7\x2e\x7d\x69\x7e\x7a\x18\xea\xfd\xeb\x8b\x85\x92\x1a\x90\xd7\x95\x31\xda\xd4\x65\xe4\x05\x09\x08\xe9\x1a\x19\xef\x49\x90\x69\xbd\x20\xaa\xd6\xf8\x5c\x1f\x89\xfe\xdf\xc8\xaa\x53\x36\x88\xd9\x5f\xc0\x7c\x5e\x12\xb7\xd4\xd6\x0d\x8f\xce\xa5\x66\x99\x73\xc5\x2d\x35\x42\x15\xd2\xda\xba\xe2\x6e\x53\xd3\x0d\x6c\x7e\x5e\xf6\x94\x41\xcd\x58\x09\x22\xe5\xf5\x85\x44\x35\x15\x93\x29\xe1\x75\xef\xfd\x85\x49\x00\xae\x79\x7f\xdd\x40\x70\x67\x7f\xdd\x40\x43\x70\xc7\xef\x2c\x3a\xc6\xfe\xb2\x81\xb4\x38\xc0\x43\x5f\x08\xbe\xe4\x7d\xc3\x44\x08\xb0\xa7\x8c\xd0\x5b\x19\xba\xc7\xed\x02\xe8\x5d\xa5\x7c\x6a\x16\xd2\x1d\xa2\xfb\x1b\x1a\x42\x45\xfb\xf9\x5a\xc6\x27\xde\xbf\xa6\x0b\xed\x99\x5f\x47\xd7\x9e\xfb\x4e\x96\xec\xd3\x7d\xab\x8a\xd5\x79\x8a\xfb\xde\x0b\xde\xee\xa2\x3a\x86\x1c\x4f\x5d\x6b\x71\x57\x52\x44\xb9\xfc\x85\x5a\x86\x91\xb5\x05\xe1\x07\xd6\x79\x39\xb5\x08\x51\xa2\x7a\xa9\x9c\x5a\x84\x39\x57\xd7\x19\x37\x05\x60\x61\xf7\x94\x2f\x43\x42\xef\xa5\xb8\xf9\xb5\xec\x61\xcf\xba\x93\x08\x21\xfa\xe2\x44\x88\x60\xd3\x41\xf1\xbf\x52\x00\x0a\x7b\x2e\x95\x9d\xca\x20\x8b\xff\x32\x81\xb0\xf5\x8b\x32\x25\x8c\x1f\x97\xb6\xfc\xaa\x4b\x20\xb0\x5b\xfc\x25\x47\x90\xc3\xa2\xf8\x4f\x5b\x9b\xbe\x52\xfc\x25\x0f\x56\x7e\x7f\x81\x2c\xa0\x61\xe0\x14\x2f\x72\x76\xdd\x15\x6d\x6d\xaf\xab\xa9\xaf\xe7\xa9\x34\xd4\x42\x5d\xc2\x03\xdc\x2f\x1e\x42\x90\x73\xee\x22\x84\xab\x27\x32\x33\xe6\xc1\x3d\x52\x82\x58\x82\x69\x13\xca\x6d\x7d\x69\x0b\x6c\x0d\x9a\x2e\x70\xd3\x3f\x4c\xb5\xe5\x28\xb6\x95\x53\x39\x50\x4e\xfa\xc3\x7b\x26\xb3\x62\x28\x36\x6b\x4a\x2f\x01\xf7\x11\x09\x1b\x05\x26\x80\x82\x59\x52\xc4\x04\x80\x81\x58\xa8\x41\x50\xaf\x2c\x86\x62\x23\x8a\xe4\xa9\x18\x8a\x8d\xcd\xa9\x4d\xf6\x9c\xa7\x97\x41\x44\x0f\xa1\x65\x2a\x96\xe2\x10\x1b\x31\xbd\x82\x6e\xfa\x26\xff\xa6\x40\xd3\xb7\xa9\xfb\x28\x91\x52\x58\x22\x6f\x85\xd4\x86\x4e\xcc\xa5\x50\xf9\xdf\x49\xa4\x28\x91\x12\x58\x4c\x81\x02\xea\xf5\x7a\xda\x88\x6e\xf4\xd2\x1d\x08\xef\xea\xf9\xa8\x37\xf0\x8f\xce\xa3\x2a\xf8\xd5\x1d\xec\xf9\xfa\xa3\xbb\xe3\x1e\xd3\xd7\x41\x27\x3d\x9c\x6b\x12\xdb\xd8\x3a\x92\x38\x0e\xf9\x58\x25\xa9\xbc\x8c\x27\xa2\xc6\x20\x82\x75\x4a\x52\xc9\x2b\xdf\x81\x1a\x83\xc4\x08\x2f\x09\xd6\xdc\xa4\xff\xec\xf9\x12\xcb\x53\x81\x84\x5e\xf9\x78\x25\x11\xc2\xed\x3a\xaf\x81\x32\x19\x37\x89\xf4\x1d\x8d\x07\x52\x16\xf2\xd6\x79\xe2\xa9\x52\xcb\x28\x71\x55\x2f\x30\xc4\x5b\x4a\x0f\x7f\x59\x26\x0a\x8c\x7c\x4f\xd0\x69\x06\xc2\x2a\x39\x13\xc5\x32\x18\x22\xaa\x9d\xa9\x64\x04\xe8\xd4\x25\x32\x55\x75\xa4\xed\x15\x80\x72\x23\xc9\xb3\x00\x94\x95\xa2\x56\x0c\x28\xc7\xa7\xea\x2a\x85\x2d\x5e\xae\x01\xe5\xf8\x68\x5a\x01\x28\x77\x26\xf0\x62\x40\xb9\x20\xcd\x98\x0a\x40\x39\x50\xdc\x51\x32\x89\x6c\x45\x77\x20\x3f\x59\xaf\x53\x7c\xf4\x78\xdd\x4a\xa6\x72\x70\xea\x89\xac\xeb\x3e\xb8\x4c\x0a\x4a\x6b\x03\x98\x5e\x28\xe6\x1f\x1a\x74\x14\xf3\x0f\xb5\x13\x3e\xfa\x41\x5a\x6a\xa1\x98\xff\x61\xb1\x2c\x85\x32\x39\x4d\x2e\x85\xe7\xd3\x67\x20\x33\x41\x8c\x33\xc5\x80\x72\x19\x9a\x56\xa1\xd8\x1b\x53\xf7\xb3\x4f\x3b\x00\x90\xa5\x50\x1e\xd7\x74\x77\xca\xe3\x5e\x6d\x4d\xca\xd3\x78\xd7\x45\xe5\x61\xba\x26\x9e\x5d\x6c\xb4\x52\x11\x10\xc4\x4b\x5e\x2a\xe5\x50\x78\x49\x0b\x74\x7a\x13\xb7\x40\xa1\x78\x5f\xc9\x79\x85\xe2\xfd\xa9\xbb\x43\xa7\x27\xa2\x92\x62\x00\xba\x9c\x89\x81\xa2\xfd\xa9\xa1\x52\x71\x48\x11\x68\x2c\x70\xd1\x23\x23\x94\x0a\x05\xfb\x22\x4e\x28\xc8\xa1\xcb\xcd\x52\x0e\x80\x0e\x53\xb1\x95\x62\x00\xba\xc8\x3f\x5e\xa8\xc8\x5f\x1a\x74\x55\x4c\xa1\x3c\xa3\xb8\xe8\xf1\xa3\x96\x46\x99\x0f\x28\xb3\xa0\xa2\xb6\xa3\xb6\x28\xf1\xc1\xc1\x50\xda\x2d\xeb\x53\xda\x5e\xa1\xd2\x7e\xeb\xa9\xa9\xb4\xdf\xb8\x38\x0a\xf4\x78\xb3\xe8\x9e\x08\x03\xea\x9d\x53\x2b\x70\xa6\x20\xe8\xf1\xc4\xa1\x59\x1a\xf5\x2f\x4d\xe7\x99\xc3\xc3\x69\x0a\x22\x15\x40\x31\xa2\x42\x8d\x80\xd3\x42\x4f\x8d\x80\xd3\xb2\x6e\xa8\xb7\x3a\xb0\x47\x81\x54\xde\xe9\x89\xfb\x8d\x34\x9c\x29\xd8\x90\x6f\x12\x5d\x5f\xa1\x36\x00\x5d\xb9\x54\x3e\x5a\xbc\xb3\xe8\x82\x7e\x51\xda\x4b\xa5\xf3\x9c\xd8\xbc\xa5\xdf\x94\x90\x57\x63\x44\xd4\x78\x55\xff\x23\xdb\xa2\x11\xd3\xa1\x87\xd3\x32\x46\x4d\x80\x38\xa7\x8a\x21\x60\x73\xa6\xff\x6c\x8d\x1b\x4a\x55\x52\x6b\x39\x35\x01\xe1\x90\xdd\x95\x53\x59\x3f\xe6\xc6\x69\x52\x86\x58\x5e\x69\xe9\xa1\xc7\x7b\xe6\x52\xcf\x1c\x5f\xc9\xa2\x46\xd8\xf8\x48\x26\xf4\x3d\xa8\x0f\xa8\x1a\xd5\x90\xcc\x9f\x37\x45\x7d\x40\x95\x11\x31\x48\x9c\xd5\x97\x1b\x9f\xbe\x73\xd3\xdd\x5e\x18\xa6\xf9\x96\xe3\x66\x49\xca\x74\x2c\x86\x90\x53\x0f\x3a\xff\x3a\x7c\x44\x2d\x54\x94\x1e\x50\xfc\x94\x1b\xb9\x9c\x1a\x01\x7f\xc8\x75\x0a\x68\x19\xa1\xa8\x54\x1e\xbe\xfb\x5f\xeb\x07\xca\x73\x29\xa5\x94\xbd\x52\x9e\xcb\x08\x8a\xae\x6c\x2a\xcf\xb5\x9a\x94\xe3\x5f\x28\xe6\x6f\x4d\xff\xb7\x0b\x70\xb3\xfe\x37\x7f\xd8\x26\x6b\xbc\x3c\x94\x4f\xe0\x0f\x2c\xcf\x2f\x02\x60\x5e\xcf\x23\x1e\x7e\xfd\x6f\x01\x0b\x45\xe8\x0b\xb2\xe7\xe5\xbc\x88\x9b\x48\xf5\xea\x4e\x00\x67\x8f\x2b\xa5\x90\x4d\x50\x75\xee\x2b\x16\x50\x3a\x01\xf5\x01\x8d\x18\x46\x79\x3f\x6b\x51\x53\x33\x92\xe7\x0f\x0e\xb1\x42\x46\x41\x02\xf0\x95\xf7\x2b\x93\xd1\x33\x01\x94\xbb\xa6\x19\x03\xca\x2d\xc9\x5a\x35\x90\x9c\xd0\x15\x48\xc5\x00\x72\x3f\xdd\xc8\xc0\x71\x47\x78\x3e\x15\xa4\xce\x3b\x8c\x49\x85\x62\xfd\x0d\x61\x46\x39\x35\x02\xef\x9c\x5a\xe4\xa8\x11\x40\xf4\x26\x95\xf9\x11\x4c\x00\x91\x8b\x01\xe2\xba\x34\xfc\x0c\x0c\x67\x15\xd2\x94\x09\xa7\x0c\xb5\xdb\xe5\xa3\xc8\x5b\x04\xb2\xca\x01\xc1\x79\x8a\xde\xa1\x50\x27\x70\x26\x6f\x03\xc1\x2d\x69\xd2\x87\x26\x4f\xc1\xaa\x72\x00\xf0\x3a\x28\xad\xcc\xfb\x8d\x97\xbe\x1c\x54\x79\x55\x03\x72\x5e\xb2\x63\x25\xf9\x96\x03\x90\xfd\x5c\xfa\x02\xa8\xad\x6d\x59\x5d\x07\x1c\xd7\xb9\xa9\xd2\x28\x02\xc7\x86\x00\x68\xd5\x62\xea\xd3\xc4\x21\x99\xf3\x92\x6e\xaf\x04\x20\xab\x8a\xb3\x50\x2b\x10\xd5\x57\xbe\x5a\x01\x55\xcb\x97\x53\x2b\x90\xa5\x34\x9d\xca\x42\xb6\x09\xf7\x50\xa1\x4e\x60\xcb\x4a\x5f\x84\xdf\xbd\x8e\xa4\x24\x2c\xea\x48\xb2\x48\xb4\x74\x80\x80\xd7\xd0\x5d\x28\xf7\xdb\x7a\xca\x4b\xa2\xf2\xca\x28\xa0\x56\x20\x52\x5f\x5e\x0c\xfd\x46\xc5\x8b\xca\x46\x65\x6e\xea\xbf\x88\xf7\x9c\xeb\x1a\xa2\x8d\x67\x19\xa4\xfa\x7e\x69\x72\x30\x34\x6b\xc2\x6c\xb6\x05\x47\x90\xbe\x1c\x69\x04\x68\x9a\xa5\x42\x30\x75\xe3\x97\x2e\xd0\xde\x29\xf4\x5a\x36\xd9\x30\xb8\x18\x0b\xf9\xff\x72\x31\x16\x14\xd5\x32\xd3\x7b\x45\x93\x7c\x83\xaf\x2a\xb9\xff\x99\xb7\x58\x9d\xc4\x5b\x75\x24\x99\x30\x2c\x12\x95\xbc\x7f\xd1\x04\x56\xf2\xfe\x51\xd1\x4b\xd5\x82\xa7\xd5\x37\x5d\x45\x02\xb5\x91\xad\xc6\x74\xec\xd8\x32\x32\x14\xe7\x75\x87\x41\xbd\x89\x8e\x84\x0c\x05\xe7\x57\x75\xa8\xe3\x11\x4d\xab\x86\x64\x63\xc6\x9d\x5b\x1d\x35\x2c\x5d\xf7\xdb\x68\x41\xd0\x16\xaa\xea\xb5\xe4\x56\x88\xe8\x2b\xc6\x40\x35\xe4\x5a\x2b\x66\x55\x35\xd4\x5a\x11\xd9\x49\x15\xe5\xb4\x86\xe7\xa4\x7a\xf4\x5d\x70\x80\x55\x4f\xa6\x0f\xae\xde\x4a\xe2\x7e\x63\x86\xac\x90\xcf\xa7\xa4\xab\xf4\x83\x42\x67\xfc\x8b\xc4\x4d\xaa\xf0\xd2\x77\x0a\xcf\x2b\x74\x76\x0a\x7c\x55\xaf\x6a\x5c\x5e\x06\xc2\x6a\xbd\xab\x01\xf6\xf8\xca\x1c\xad\x80\x57\x4f\xde\x79\x85\xc6\x4e\xdc\xdf\xd5\xc0\x6b\x1d\xac\x53\x35\x10\x73\xc0\x49\x51\x0d\xbc\x1a\x71\x8a\x6d\x25\xc2\x36\xbc\x36\xa4\xc6\x87\x5e\x37\xea\x69\xfe\xfc\x87\x8a\x51\xd1\x1d\x10\x8e\x2b\xba\x83\x0d\x43\xa1\x82\x1a\x48\x74\xf2\x3a\xd2\x3e\x2f\xca\x6a\xa9\x1a\x68\x4d\x0a\x60\xd5\x40\x78\xe9\x9c\x67\xcf\xf7\x76\x5d\xd3\x9e\x2f\xe0\xe1\xac\x06\x5a\xeb\x8b\xf5\x51\x0d\xb4\x26\x51\x72\x57\xe8\xea\xe4\xd9\xac\x14\xca\x3b\xec\xd2\x1a\xaf\xef\x51\x1e\xd8\x6a\xc0\xb5\xce\xb3\x65\x9f\x18\xf5\xa3\x54\x23\xd3\xed\xd4\xb9\xf6\x8c\x93\xac\x9c\x1a\x99\x6a\x1e\x1d\x09\xba\xe9\xba\x8a\x3d\x63\x04\x10\xd6\x88\x44\x48\xd0\x55\xc8\x75\xc0\xd6\xab\x91\x5c\x07\x7c\x8b\xd5\x80\x6b\x13\x1d\x59\x35\xe0\xda\x64\x43\x56\x42\xb5\x55\xf7\x4b\x4c\xab\x64\x2d\xd4\x84\x44\x08\x16\x6c\x4d\x84\xd0\xc8\xe2\xa8\x09\x6b\x92\x34\xb3\x9a\x48\xca\x23\x0c\x56\x93\xe4\x41\xb8\xbb\x01\xd7\xe6\xf5\x9d\x12\xfa\xca\x5e\xf7\xb3\xe5\x33\x39\xb5\xcc\xa6\xa0\x47\x43\x34\xe1\x4c\x24\x21\xb1\x26\xf8\x6c\x28\xf0\xab\x86\x40\x9b\xd7\x34\x93\x91\x20\xd2\xb3\x93\x3f\x9f\x58\x68\xab\x21\xd0\xe6\x87\xfe\xb3\x65\xa1\x62\x19\x56\x48\xdf\x3d\x76\x5e\xcd\x3c\x03\x41\xeb\x9a\xd1\x88\xd6\x5b\x32\x04\x9a\x44\xcf\x5c\x51\x44\x0b\xd4\x96\x56\x14\xd1\x02\x13\x75\x35\x04\xda\x02\x56\x74\xa5\xea\x3d\x11\xb7\xa9\x86\x40\x5b\xa4\x8c\xaa\x42\x2b\x57\x0a\x4f\x6b\x08\xb4\x25\xe2\x4b\x95\x50\xad\xdb\xda\xf2\x14\xe6\xd1\x16\x08\xdf\x93\xa6\xc3\x02\x41\xb2\xd3\x7f\xf6\x8d\x92\x26\x24\x42\xb5\xe2\xc1\xaa\x84\x6a\xd1\x37\x49\x95\x50\x6d\x66\x11\xab\x45\x24\x15\xfa\xcf\x9e\x4f\xa4\xcb\xd5\x10\xa8\xe5\x0a\xd8\x96\x3d\x43\x5e\x3a\x0f\x12\x06\x6c\xe3\x8a\x8e\x77\x61\x61\xa8\x95\xcc\xc0\xae\x2d\x7b\x06\x31\x18\x57\xaa\xd7\x8b\xa6\x5f\x43\x99\xa9\x68\xc6\x31\x94\x69\xde\x3a\xdb\xca\x88\x4d\xf1\x44\x84\x69\xdb\xd6\x55\xec\x19\x3a\xa8\xae\x56\x96\x02\xcd\x62\xf5\xab\xeb\xd0\xdc\x85\xea\xd9\xd0\x33\xa2\xe5\x3d\x34\xb6\x0d\x69\x36\x55\x22\x54\x43\x99\x4d\xa9\xd9\xd5\x50\x66\x7b\x35\x76\x51\x3c\xd3\x92\x5d\x0d\x65\xb6\xa9\x69\xdd\x62\xb0\xc9\x16\x8e\x7f\x9e\x9a\x25\x86\x06\xad\x51\x6d\xf0\x7b\x6b\x28\x35\x4a\x9c\xf0\x62\x56\xb8\xdb\xab\xba\x61\x93\x7f\x8f\xd7\x66\xc0\x34\x89\x0b\xa5\x4a\x08\x8d\x0c\xf3\x2a\x21\xb4\xa5\x66\x0e\xb6\x74\x15\xa4\x9f\xcf\xfd\xec\xd1\xd7\x79\x20\x12\x06\x35\x24\x50\x3b\x53\xf1\x4d\x35\x60\xda\xd0\xf1\x49\x15\xb5\x33\xa7\xe5\x85\x70\x6c\x03\x20\x56\xa4\xbc\x45\xad\x5c\x0d\x98\xf6\xa0\xa1\xdb\x15\x7e\xa6\x9d\xe4\xa3\x07\x42\x84\xd5\x40\x69\x0f\x59\x5b\x16\x9b\x08\x85\x8e\x67\x80\xb4\x07\x5c\x0a\xb5\x23\xfb\xac\x6e\x61\x80\xb4\x07\xc2\x87\x15\x8a\xb7\xb0\x74\x3f\xa4\x67\x96\xae\x62\x31\x87\xa0\xc9\xd6\x00\x67\x8f\xb2\x10\x90\xe9\x8e\xb8\xa7\xaa\x01\xcd\x1e\xf5\x44\x70\xb0\x77\x75\xd8\xc1\x33\xa8\x83\x0c\x08\x16\xd4\x61\x0d\x5c\xf6\x24\x1b\x64\x90\xea\xa5\xc9\x68\xc0\xd6\x89\xd7\xb5\x42\xdd\xd6\x65\x59\x50\x78\x9e\xf4\xa5\x87\x68\xea\x98\x1c\x50\x2f\xcb\xe7\x2a\x93\x1c\x7e\xbe\x98\x00\xe5\xd0\xdd\xed\xf9\x32\xf6\x5e\x35\x30\xd9\x8b\xbe\xd1\x23\x5f\x33\xcf\x60\x20\x32\x89\x1c\xba\x4a\xb9\x8c\x4c\xff\x8a\x34\xf7\x88\x3a\x52\x62\xa0\xdc\xcf\x10\x62\xaf\xaf\xb6\xac\x0f\x0e\xf5\x2c\xa4\xb9\x1b\xfe\xe0\xfa\x40\x4d\xe7\xb5\x35\x28\xd6\xe1\x9d\x51\x39\xde\x92\xce\x03\x29\x9d\x23\x49\xca\x55\xbf\x7e\x48\xca\x05\xbb\x54\x24\xb9\xbb\xcc\x03\x10\xe1\x83\x95\x5f\x0d\x11\xf6\x4e\xa0\xb8\x1a\x22\x4c\x22\x09\xae\xd0\xb9\x0d\x6a\x52\xeb\x8b\x32\x1b\x3e\xed\x6a\x68\xb0\x3f\x9a\x88\x5f\xc4\x31\xa7\xce\xb3\xef\xf7\xa8\xd5\x86\x04\xfb\xa3\xb7\xfb\xa2\x3f\x5d\x74\x24\x62\xa7\x5a\x8e\xd1\xd9\xae\xb2\x13\xdf\x4b\xbd\x27\xfa\xb7\x6a\x68\xb0\xcf\xa4\x7b\x92\x05\x42\xce\x50\x7d\x55\x2f\xc0\x95\x26\x82\xae\x78\x7a\x2b\xca\x65\xf2\xcd\x57\xa8\xdb\x12\xce\xc1\x6a\x28\xb0\x29\xb2\x52\x27\xb9\x78\x1a\x2f\x13\xe1\xc8\x73\x15\x84\x23\x5f\x1d\x49\x1f\x95\xed\x3d\x49\x3c\xd6\xcc\x61\xe8\xaf\x2f\x3d\xff\x24\xdb\x45\x4b\x88\x21\xbf\x2e\x96\x9d\xfa\xa5\xce\x8a\x5b\xb6\xce\x2b\xef\x23\x3e\xdd\x3a\x3f\x79\x1f\x99\x18\x86\xfc\x7a\xd2\x4c\xb8\x3e\x79\x1f\x3c\xfe\x15\xa2\x74\xa5\x78\x56\xa5\xd7\x5a\x42\x09\x5f\x59\xc8\xcf\xb0\xa4\xf6\x5c\xf2\xe8\xa5\x05\xfa\xe8\x6e\xe7\xa9\x2c\xa9\xba\x60\x56\xd5\x42\xbc\x20\x7e\xa9\x7f\x0b\x9d\xd6\x13\x1e\x0d\x73\xe9\x33\xae\xfe\xed\xe1\xd5\x1e\x1a\xb7\x30\xb7\xa6\xa3\xf5\x91\xee\x6a\x0d\x5d\xef\x3d\x46\x60\x01\x79\xee\x04\xdc\xad\x87\xce\x2d\x1c\x5e\xf4\xba\x6e\x04\xf9\x5c\xe3\x0b\x97\x22\x51\x9d\xea\x17\x2e\x95\x57\xae\x7e\xe1\x52\xa5\x6b\xd6\x2f\x5c\xfa\x0a\xb0\xed\xcf\x72\x7d\x74\x56\xfe\x02\xa4\x3a\xe6\x0b\x99\x6a\xd1\xd8\x9f\xa4\x84\xba\xf8\xfe\xa8\xbe\x34\x51\xec\x1b\x66\x54\xad\x61\xfd\x15\x36\x95\xbd\xf2\x2b\x6c\x2a\x6b\x71\x7f\x19\x05\xea\x02\xfb\x86\x19\x37\xae\x9f\xba\xbf\xac\x02\x4d\x89\xfb\x8b\xb0\x53\x09\xd9\xdc\xaf\x50\xe3\xcb\x9e\x1b\x6a\x7c\xb3\xf6\x7c\xa5\x36\xb8\x55\x9a\xfb\x2a\x0e\xe9\x3c\xcd\x7d\x95\x77\x58\x5c\xcd\x7d\x59\x05\x5d\xc7\x90\x65\x03\x9c\x6b\xee\xcb\x40\x79\x74\xd5\x76\x83\x9c\x41\x7b\xfa\x97\x87\xf0\xb0\x47\x92\x32\x89\xad\x4f\x7f\x60\xe9\x79\x6e\x38\x59\xf5\x8a\xcd\xfd\x22\x6b\x56\x3b\xd6\xe9\xe8\x0a\x79\x36\x77\xc3\xc9\x72\xb5\x34\xff\x71\xf2\x33\xe8\x9a\xff\x24\x75\xc8\x44\x6a\x00\x59\x87\x97\xbd\xf9\xab\x20\xf5\xf2\xb6\x9b\xbf\x44\x23\xf2\x7c\xb7\x2f\xfc\xba\xce\x31\x97\x6c\x44\x2c\xfb\xed\x28\xab\xd5\xf9\x06\x9d\xd5\xee\x1e\xa6\xf0\x76\xf8\xda\xeb\x7c\x49\x6f\x6c\xfe\x23\x29\xa7\x17\x35\x7f\x49\x9c\xc5\xef\xdf\x54\x9d\xfe\x33\x9b\x78\xed\x31\xc4\xe7\xbb\xce\xf8\xd4\xb5\x4e\x5b\x48\x2a\x04\xcb\x34\x43\xb5\xb1\xe8\xfa\xe1\x12\x95\x2b\x4c\xdc\x54\x95\x6e\x24\xd7\xbc\xa1\xa3\xb0\xd6\xa6\xea\x70\x5b\xb8\xce\xd5\xad\xa7\x3b\xe1\xd9\x71\x88\xb0\x5b\xb8\x59\x39\xca\x74\x69\xe1\xcb\xca\x29\xba\x72\xbb\x7b\x40\x9a\xed\xa8\xac\x8d\xfb\xbc\x87\xb8\x7d\x1c\xb1\xa2\x76\x94\xd6\xc6\x94\x03\xa7\x85\x9b\x69\xb7\xa3\xee\x75\x59\x7d\xdf\xa4\xe7\xfa\x32\x55\xd4\xb7\xc3\x47\x6a\xc0\x94\xdd\x4e\xa5\x7a\x39\x35\x14\xed\xab\x54\x17\xcd\x5c\x8b\x5f\xfa\x01\x28\xaf\xc5\x78\xf7\x9c\xeb\x5c\xbf\xfc\x24\x1d\xbb\xc5\x2b\xd5\xa3\x82\xbf\x16\x6f\x99\xa6\x42\xdc\x4d\x95\xeb\x3f\x7b\x30\x3b\x9b\x2a\xd7\xd3\x3b\x5f\xcc\x9a\x16\xaf\x56\xcb\x8b\xd3\xa4\xc5\x4b\x2b\xb8\x09\xa5\xb7\x5f\x8a\x6c\x24\x59\xb7\x43\x31\x37\xef\x9b\x8f\x1f\xbb\xe8\xd6\x95\x3f\x5a\x4d\xd2\x00\xda\x21\x7d\x9f\xa7\x7e\xbc\x91\xf8\xdc\x98\x3b\xdb\x51\x64\x5b\xa7\xae\xbf\xa5\x4b\xb1\xa7\x64\x8b\x76\xaa\xda\xf7\x5c\x18\x4a\x4d\xb4\x73\xd9\xcd\xa9\x51\x9a\x2e\xc3\xec\x22\x11\xa7\xa5\x8f\xaf\x8c\x48\x48\xfb\xe8\xe7\x14\xc9\x6a\xa7\xba\xdd\xcd\xad\x99\x29\x7d\x04\xf8\x4e\xc7\xfc\x62\x37\xd0\x31\x66\x8a\xfd\xe0\x87\x7f\x5e\xfe\x9a\x0a\xdf\xf3\xcf\xca\xaa\x8b\xcd\xb3\x67\x6b\x62\x4b\x97\x06\x49\x8e\x99\x96\x7e\xf9\x39\x99\x50\x7e\x09\xba\x69\xb8\xe6\xcf\xbf\x8d\x43\xa5\x91\x6f\xdd\x8b\xfe\xbf\x5c\x19\x9b\xd0\x60\xcb\x7a\x65\xe9\x94\x79\x35\x0a\xe1\xab\x3a\xbb\x0a\xe1\x73\x3a\x21\x9e\x26\x15\xb7\x9c\xe7\xab\x97\x9c\x2f\xdd\xd9\x9b\x74\xd5\xeb\x5f\x93\xf8\x4d\x3b\xc5\xf0\xf9\xd0\xe9\xb5\x7c\x33\x41\x66\xd6\x31\xef\xdd\x83\x5d\xda\xc4\x21\x6f\x7b\x74\xe5\x75\xf6\x9c\x49\x56\x3c\xf2\xc6\xab\xc2\x07\x2d\x77\xa8\x4d\xfc\xda\xad\xf8\xb3\x47\xf5\x06\x4d\x45\xf2\x3f\xc3\x91\x4c\x87\xa6\x22\xf9\x5c\xe7\x0b\x80\x6e\x05\x27\x07\x09\x88\xcd\x9c\x00\x15\xa9\xfa\xd4\x0e\xed\x5d\x9b\x0a\xf8\x36\xf1\xca\xff\xec\x79\xb4\xe7\x92\x24\xbc\xe7\x98\x7e\xf7\x10\xca\x6f\xe5\xea\xba\xbe\xe0\xa5\x56\x9e\x6f\x0f\xd3\xc2\xa1\xc0\xeb\x77\x5a\x38\x14\x78\x7d\x4e\x2d\x8d\x87\x6b\xbe\x4f\xb1\xb8\xb6\xa2\x2c\x0b\x9e\x4e\xc5\xf3\x3f\xff\x63\xf3\x36\x73\x24\x44\x11\x4f\x37\x15\xce\xe7\x3e\x95\xa6\xdc\xea\xe5\x4c\x3a\xdf\xb0\x7e\x09\x93\xfa\x62\xf5\xc6\xbd\x54\x5f\xdd\x0e\xef\xfc\x38\x4c\x34\x4d\x8a\x70\xf9\x26\x4c\xb6\x43\x8f\x37\xe6\xd4\xa4\x7f\x9c\x0c\xe3\x2e\x7b\xa7\x5a\x7e\x1c\x79\x93\x56\x7f\xb1\xba\xd2\xff\xeb\x25\x53\x11\x1f\x66\x3b\x79\xe1\xcf\x7c\x87\xce\xfa\x98\x4d\xf5\xe5\xeb\x8d\x11\x89\x6f\xb3\x89\x36\x2f\xbf\x87\x0e\xb9\x35\x7f\xf6\x28\x85\xba\x9d\xea\xf9\x9f\x3d\xbc\xdf\x16\xbf\x3d\xba\x4e\xba\x7b\x48\xca\x6e\x24\x85\x27\xdc\x8e\xed\xd0\xe8\xcd\xf9\x66\x5d\xd5\x62\x0c\xe7\x1b\x1d\xd5\xb8\x79\x27\xe9\xf6\x25\xd8\x82\xe5\x9b\x79\x20\x72\xd1\x94\xa3\xc4\xf0\xbc\x0e\xe5\x64\x3b\x55\xf3\x6b\xca\x11\xda\xda\x2f\xd9\x19\xde\xb6\xaa\xe6\xf3\x9a\xdb\xa9\xe5\x7a\x27\xfb\x8e\x33\x55\xce\x17\x37\x5f\x9c\xdb\xed\x54\xce\xbb\x43\x02\xd8\x4e\xe5\xbc\x9b\x2f\x7e\xf5\x76\x2a\xe7\xdd\x7c\x9b\x8e\x49\x77\x0f\x46\x67\x93\xb2\xdc\xcf\x1e\xf0\x5f\xeb\x97\x74\x67\xe2\x68\x6d\xfd\x66\x98\x9d\x05\xbe\x7f\xe5\xaa\x43\x7b\x3e\xc2\x19\x2d\x2a\x0a\xa7\x97\x9f\xa9\x5d\x4f\x71\xb3\xef\xce\xbc\xda\xdf\xbb\xa7\xe9\x2c\x91\xae\xf8\xf9\x16\x3d\xc5\x25\x42\x57\x32\x6e\x83\xb4\x3e\xea\xab\x8e\xab\x53\xa1\x2a\xef\x36\x2e\xfd\x9c\x38\x88\xda\xd1\x67\x0f\x73\x6b\x4e\x1c\x9f\xbc\x18\x2e\xb0\xa6\xf0\xb9\x31\xcf\xf1\x8e\xa5\x30\x57\xe2\x91\xef\x6d\x47\x61\x2e\xcd\x97\x98\x6b\x93\xc2\x5c\x49\x53\xda\x34\x6d\x8c\xbb\x27\xea\x18\x65\x9e\x31\x26\x45\x58\x6f\x51\x3d\xde\xef\xf8\x28\x06\xf1\x49\x35\xb4\xdb\xa5\x3d\xd2\xc6\x65\x96\x78\x89\xd5\xb5\x13\x4e\xcf\x73\xe2\x84\x6d\x27\x9c\x9e\x79\xe6\x7f\x5e\xf2\x54\x8c\x5f\xf2\xdc\x44\x4e\xda\xa1\xdd\x2b\xa7\x12\xb5\x29\xac\x5e\xca\x14\x9c\x6f\x0a\xab\x97\xcf\x3e\x56\x58\xfd\x67\x8f\xac\x6e\xe5\xa9\x97\x72\x34\x03\x9a\x42\xeb\xa5\x5c\x1b\xee\x50\xf0\xd5\x39\xb3\xae\x33\xee\x1e\xc2\xca\xed\xa1\x34\x48\x43\xf5\xb9\x25\x27\x02\xe9\x4d\x39\xea\xa5\xce\xad\xee\x8f\x43\xe5\xbc\x32\x1c\x2a\x92\xf9\x6b\xe2\xc9\x2f\x6d\x2e\x59\x9f\x50\xf1\x79\x9c\x4d\x4d\x54\x7c\x3f\xff\xe3\x83\x6d\xca\x4f\x2f\x7d\x4e\xb0\x6c\x33\xe7\x4a\x12\x07\x4b\x7b\x3f\x34\x79\xf6\x88\xb6\x8c\x67\x34\x07\x4b\xdb\x00\xf3\xf6\xde\xe4\xdb\x57\x9f\x8b\x70\xfb\xd6\x54\xf3\x5e\xd2\xec\xdb\x3e\x88\x27\x96\xce\xbf\x19\x43\x5b\x66\xc1\x0b\x37\x8f\xa6\xc3\xf7\x22\x24\x91\xf1\xb5\xf7\xe3\xe7\x21\xca\xd4\xe6\x1d\x26\x67\x49\x39\xe1\xf7\x3e\x97\x06\xb1\xf2\xd1\xf3\x9c\xe2\x30\x6d\x87\xaa\x2f\xcf\x15\xb5\xe7\x26\x6c\x9e\xe1\x46\x81\xbf\x6a\x74\x9a\xc2\xf0\xb9\x4e\x11\x2b\xb4\xf9\x65\xe1\xe0\x54\x6a\x27\x1f\x7d\xcf\xa5\x45\xf5\xd0\xf6\xc5\x43\xf2\xd8\xe6\xf8\x9e\x49\xf7\x91\xb5\x5b\x0e\xc5\x44\x3b\xd4\x7d\xf5\x2e\xe0\xf3\xd2\x9b\x6d\xd9\xa5\xe6\x9c\x89\xf3\xd5\x35\xf6\x6d\x1d\xb1\x8c\xb6\xa8\xbf\xc1\xd7\xdd\xd6\xf5\x36\x6c\xbd\xfb\x75\xbd\x0d\x67\x1c\x1c\xe7\xcc\x3c\x8e\x97\xb6\xae\xd9\xa6\x64\xd3\x66\xce\x99\x9f\xb7\xc6\x56\x81\x31\x80\x36\xac\x0f\x49\xe3\x00\x6a\xeb\xf2\x17\x9d\xa9\x92\x3a\xe8\x47\x93\xf4\xba\xcb\xef\xab\xfe\xb1\x2e\xa1\xb8\x82\xe0\x4d\xde\x97\x9f\x45\x43\x93\xeb\xba\xe4\xd2\x12\x0d\x6d\x47\xdd\x6e\x1f\xb1\xaa\xf6\xa9\xdb\x2d\x8d\x9c\x7d\x97\x5f\x25\x25\xb4\xfd\x25\x33\xc3\x7c\xd5\xf6\xb5\xfe\x55\xdc\xd6\xf6\x1d\x2f\x4a\x0b\x68\x9f\x07\x46\x25\x7d\x6d\xdf\xba\xf5\x57\xe3\x4e\x1e\x98\x1f\x03\xf8\xd5\x9e\x8f\xdb\x0c\xd7\x76\xdb\x5f\xf2\xfe\x50\x0b\xfb\x77\x8c\xae\xfc\xcb\x03\xc3\x17\xf9\x3c\x30\xe2\x0e\x6b\x5f\xe2\xfa\xa4\xf2\xaa\x6d\x6a\xb4\xb4\x5c\x6d\x6a\xb4\x84\x27\xcc\xf3\x92\x1f\x30\x49\x27\xfc\x5f\x78\x8e\xae\xfa\xe9\xaa\xff\x02\xff\x65\xb6\x22\xa9\xd7\x83\xad\x9b\xa2\xa3\x02\xc1\xee\x30\xe7\x87\xfe\x2f\x67\x2c\xa9\x98\xb7\x1f\x2f\x4b\x98\x13\x27\x79\x77\xdf\xdc\x51\x74\xcc\xa7\xd5\xbe\x75\xd5\x3b\x7f\xaa\x1e\xa5\x1f\xd2\xfd\x78\xea\x48\xba\x3c\x2d\x3f\x0b\x44\xd7\x59\x97\x65\x5b\x42\x53\xdd\x5d\xb3\x55\x9a\xec\xdd\x7d\xc8\x10\x17\x70\xf7\x1f\xf9\x3a\x0b\x5a\xff\x48\xf8\x55\x2b\xdf\xfd\xd5\xeb\x7e\xc9\x5b\xec\xfe\x7a\xa0\xd4\x3f\xba\x97\x39\xaf\x6b\x7c\x24\xf4\xe5\x6f\x0e\xcb\x7e\x72\xe0\xdf\xf9\x62\x45\x76\x7f\x45\x02\x35\xdd\x75\x39\x61\x7e\xac\x48\x9c\x4f\xdd\x5f\x66\x50\x89\xfd\x77\xff\x4d\xbb\x4b\x7b\x1e\x32\xd5\x1f\xb6\x2e\xd9\xb5\x32\xca\xbb\x27\xf3\x85\x41\xda\x7f\xf3\xf4\xf3\xba\x3e\x99\x7b\x89\xfe\xf4\xe0\xbe\x8f\x45\x87\x09\x17\x15\x0a\x16\x77\x94\xf2\x44\x6a\xd8\x51\xca\x4b\x7a\x71\xa4\x18\xf8\xf3\xdf\x97\xf5\x84\x2b\xac\x87\x5f\x59\x3f\x3a\x86\x77\x51\xd7\x7c\x89\x7b\xf4\xe3\x7c\x29\xc7\xcd\xda\x0f\x5f\x7f\x9b\x33\xab\x0d\x9f\x73\x81\x25\xa4\xcb\xf9\xf2\xb3\x60\x30\x38\x7b\xb8\x0e\x29\xa5\x95\xf6\x30\xbf\xe9\xc3\xb3\xc7\xa6\xdb\x12\x75\x8d\x6f\x19\x02\x49\x74\xf2\xe7\x83\x3a\x93\x39\x5d\xe2\x0b\xea\xe9\x1f\x6f\xbf\xf0\x4b\x8f\xf1\x9b\xae\xb5\x27\x7d\x4b\x14\x6d\x90\xc3\xc5\xb0\x2c\x6d\x88\x1f\x23\x30\x5e\xfc\x1e\xaf\x59\x22\x0c\xda\x8f\xfc\xfd\x33\x27\x11\x82\x7e\x54\xf5\xde\x43\xd4\xdc\xe3\x2d\x9f\x9b\x67\xcf\x7d\x27\xaa\xdd\xe9\x9f\xc3\xe5\x7c\x91\x78\xe3\x03\x2f\x4e\x8e\x1e\xaf\x8a\xa2\x10\x79\x97\xc3\xe5\x67\x78\x62\x14\x75\x73\xb8\x58\xc1\xb2\x6d\x21\x2e\x89\x9b\xa7\xcb\xd9\x62\x14\x10\xb4\xd5\x9c\x2d\x5d\x25\x55\x3d\x89\x8c\x85\x6b\x1f\x27\x4b\x9b\x8b\x18\x63\xa7\xe2\xdc\xab\x8f\xab\xe2\x3c\x69\x0b\x81\x60\x3d\x9f\x2a\xce\xb3\xee\x82\x56\x32\x8e\xf8\x4e\x1a\xc3\x04\x6f\x75\xf3\x9a\x14\x5f\xd4\x82\x49\x9c\x54\xcf\xb2\x88\xac\xe9\x9a\xfb\x5b\xb6\x79\x43\xe6\x29\x29\x4e\x53\x4c\x26\x0d\x80\x88\x5d\xcf\xc4\x58\xbd\xb6\xae\x50\xee\x4b\x2a\x4b\xcf\x97\x31\x57\x62\xbc\x3d\xdf\x65\x45\x4c\x01\x5d\x49\xf7\xd0\x78\x74\x92\xee\xa5\xd4\xd1\xf3\xe5\x64\x50\xbd\x4f\x57\x85\x3a\xc6\x4a\x47\xe7\x5e\x46\x5d\xcf\x5f\xa9\xef\xab\xd6\x5a\x06\x59\xd5\x34\x9b\x3f\x67\x35\x8e\xf5\x9e\x3f\xc2\x6c\xaf\x3b\xfe\x1a\x03\xb4\xe8\x78\x44\xda\xc1\x65\xdd\x3c\x22\xce\x53\x59\xd3\xcd\x1b\xe2\x1c\xc6\x41\x37\x4f\x88\xf3\x60\xe1\x6e\x5e\x10\xa7\x04\x9d\x6e\x5e\x10\xa7\x24\x94\x6e\x5e\x10\xe7\x48\xc9\xed\xe6\x01\x71\x9e\xe5\xad\x9b\xf7\xc3\x39\x9c\xc1\xdd\x3c\x1f\xce\xab\x37\x99\xd7\xc3\xb9\xa9\xb6\x3c\xf6\x9f\xc6\xb3\x79\x3b\x9c\x9b\xba\x83\x71\x2b\x45\x52\x52\xba\x79\x39\xbc\x98\x20\xba\x79\x38\xb6\x8a\x80\xbb\x79\x38\xbc\xfc\x5e\xdd\xbc\x1b\xce\x81\x6e\xba\x79\x37\x9c\x27\x3d\xa6\x9b\x67\xc3\x49\x65\xaf\x9b\x57\xc3\x79\xe2\xfd\xdd\x3c\x1a\xce\x2d\x5d\xc5\x9e\x2f\x64\x1d\xa9\xe7\xa3\xd5\x95\xe7\xc3\xf5\xdd\x2b\xcf\xf7\x33\x8f\xff\xf3\x52\x52\x79\x74\x7c\xc0\xbd\xf2\xe8\xfa\x4c\x95\x47\xc7\x7e\xe8\xe6\xcc\x70\x52\xbd\xeb\xe6\xc8\x70\x2a\x20\xec\xe6\xc4\x70\x9e\x14\xc0\x6e\x0e\x0c\xe7\xf0\xb6\xf6\xc6\xa7\xd5\x0b\x6c\x7c\xda\xad\x2d\x3e\xad\x86\x69\xe3\xd3\xe2\x84\xe9\x8d\x4f\x0b\x38\xed\x8d\x4f\x4b\x3d\x67\x6f\x3c\x3a\x6e\x87\x6e\x8e\x0a\xe7\xb1\x67\x7b\xe3\xd1\xb5\x7c\x98\x83\xc2\x79\x4d\x71\xe6\xa0\x70\x4e\x4b\x93\x39\x27\x76\xd4\x14\x69\x8e\x09\xaf\x3a\xf4\x6e\x4e\x89\x1d\x35\x5d\x99\x43\xc2\x8b\x5e\xba\x77\x9e\x0f\xfb\xb8\x9b\x23\xc2\x85\xa2\xff\xec\xf9\x82\xba\xb5\x39\x20\x5c\xd0\x34\x65\xce\x07\x17\x70\x17\x75\x73\x3c\x38\x65\x22\xf5\xce\xa7\x25\x06\xd4\x3b\xcf\xa7\x89\xa7\xf3\x69\x41\x7e\xbd\xab\xeb\xea\x2a\x83\xfb\xa9\x2d\x0f\x6d\xd1\xd6\x82\x18\x85\xaf\x62\x4e\x83\xa0\xe0\x70\x1f\x10\x95\x10\x85\xea\x50\xf2\x89\xf8\xa2\x0f\x6a\x45\x64\x5b\x1d\x7e\xfe\x3a\xdf\xaa\xa3\x6d\xba\xdd\x9a\x6e\xa9\x4c\x17\x71\x42\x1f\x64\xf2\x90\x51\xd5\xc7\x2f\x29\x15\x5d\x0d\x2d\x11\x4d\x84\x54\xa7\xbf\x5a\x70\xcd\x71\x90\x1e\x2d\x8d\xe3\x32\xb4\xca\x0d\xd6\x45\xcd\xa7\x05\xfb\x38\x0d\xea\x9c\x9a\x8c\x50\xba\x13\xbb\x55\x1f\x77\xda\x11\xb5\x62\x37\xa7\x41\x93\xc4\x68\x37\x87\x41\xf7\x60\xab\xfe\xa0\x37\x42\x96\x51\x7f\x50\x0d\x93\x79\x62\x9e\x80\x2a\x06\xaf\xfe\xdc\xf2\x3c\xe1\xbb\x7e\xbc\x00\x6d\x4e\xa7\x6b\x23\x97\x84\x23\xae\x3f\xd7\xfc\x50\x31\x64\x3f\x29\x14\xda\xb2\x6c\xc0\x46\xb2\x45\x07\xf9\x27\xa7\x36\x5b\xd2\xb5\xd7\xc2\xf2\x5c\xe7\xd0\xd6\xf2\xfb\x48\xb3\x59\x2d\xdd\x54\x38\xf1\x9d\x7e\xa1\x7e\xb5\xfd\x25\xf3\x51\xc6\x9a\xa1\xfe\x56\x74\x25\x43\xfc\x75\x04\x1d\xf9\xcb\xfb\xc1\x33\x7d\x7a\xf4\x42\xe5\x9d\x94\x8a\x0a\x52\xee\x10\xf0\x3b\xcd\x01\x68\xd1\x47\x2d\x6a\xaa\x42\xff\x01\xac\x5a\xb4\x5e\xe9\x31\xe8\x7f\x48\xf8\x41\x57\xfd\x43\xfb\xaa\x59\xef\xa4\x55\x9c\x2f\x07\x6d\x5f\x9d\xba\x13\x6c\x12\x20\xbc\x6e\x28\x3f\x49\x47\xa7\xa3\x43\x2f\xea\x90\x6e\xe8\x3e\x49\x32\xa9\x1b\xb2\x4f\x4a\xd5\xef\x53\x7d\x9a\x31\x66\x88\x3e\x27\x5c\xbd\x1d\xca\x3e\x89\x35\x77\x69\xcf\x93\xff\xd6\x27\xa5\xa6\x9a\x15\xe7\x8d\x73\x1e\x44\x81\xfe\xfc\x3a\x47\x3f\x6c\xf1\x9c\x24\xd4\x1f\xe3\x72\x7e\x32\x68\x5a\xce\x50\xc1\xcb\xe7\xbe\xfb\x33\x50\xfb\xdf\xa6\x75\x03\xf5\x45\x99\x37\x1d\x4e\xfe\x41\x3e\x54\x5f\x9f\x95\xa9\x8e\x82\x48\xde\x8b\xeb\xa7\x2f\x88\xbe\xb4\x16\x2b\xcb\x22\xfb\x39\x49\x62\xec\x06\xe6\x6b\x94\x3d\x02\x99\x99\x94\xd9\xfa\x6a\xdf\xea\xaf\x6b\x03\xe4\xbd\xce\x25\x37\xfd\x51\xbb\x2c\x63\x4d\xaa\x61\x7d\x7d\xce\x0c\xbc\xe5\x7d\xdd\x78\xcb\x81\x87\xe4\xda\x8f\xae\x33\x2c\x47\x5d\x85\x79\x9d\x3c\xfb\x57\x76\x0a\xc4\x66\x4b\x68\x68\x93\xc4\xac\x29\xd4\xc0\x7a\xcb\x24\xdc\xf6\xad\x4f\x4f\x9b\x36\x89\x89\x38\x1e\xfa\xa6\x72\x53\x70\x15\x2e\x7e\x85\xf7\x3a\x54\x7e\x9b\x62\xbf\xbe\x71\x68\x91\x18\xdc\xe1\xe1\x97\xf4\x67\x37\x30\xde\xbb\x56\xf1\x4d\xe6\x1a\x9c\xa2\x7d\xab\x6b\xab\x9d\xf2\xf5\xc6\x39\xcf\x5d\xbe\xca\x71\x22\x55\xc3\x91\xab\x4e\xf0\x79\x38\x86\x34\x0e\x85\x21\xf9\x79\x6c\x9e\x61\x60\xbc\x37\xfc\xc8\xc3\xa1\xf6\xc7\x62\x3b\x0c\x88\x27\x25\xbb\x0e\x47\xe6\x0c\xf6\xe3\x70\x24\x91\x4e\xfd\xf7\xc9\xc9\x54\x9d\x4b\xa2\xec\xa3\xf6\x8c\x8b\x34\x9d\xce\x87\x2f\xa7\xa9\x85\xef\x45\x1a\xc4\x17\x87\xa3\xda\xf8\x5c\xed\xd3\x58\xa7\x97\x0c\x77\x9d\x32\x72\x27\x0e\x8f\x46\x0a\xe1\xcf\x01\x3b\xd9\xc6\x69\x37\xc8\xc1\x17\xd5\xde\xf0\x24\x30\x33\x01\x0c\x43\xca\xe9\x65\x01\x18\xb0\x93\x15\x10\xd0\x30\x84\x6c\x5c\x2a\xb6\xd5\x49\x79\xe5\x5d\xf9\xfb\x4c\x8b\x30\xf2\x30\x64\x9c\x94\x80\x31\x48\xb4\xcf\x8f\xae\x34\x8f\x5b\xe9\x25\x2f\x6b\x50\x29\xfe\x2e\xdd\xf7\xc6\x33\x5e\xfc\xe8\x83\xd4\x84\xa7\x6b\x8b\x04\x53\xd2\x3d\x86\xa1\x61\xcb\xcb\xb6\x2d\x9b\xa6\x5e\x26\xe1\x61\x68\x38\x09\xd7\x8e\xf0\x85\x93\xf5\x2d\x4e\x2a\xc2\x9c\xcb\xeb\x8c\x7a\x9e\x44\xd4\x7c\x23\x5c\xe4\xa7\x48\xd1\x08\x1f\xf2\x9b\x3a\xc6\x96\x62\x29\x43\x8c\x83\x84\xdb\x51\x30\x1c\x24\xe2\xd7\xa4\xbb\x1a\xfa\xc9\x98\x5c\x23\xf0\xec\x4d\xcf\xf6\x3d\x3b\x63\x71\x18\x02\x4e\x5a\x2a\x07\xc9\xf8\x83\x11\x3f\x0c\x01\x27\xd1\x73\x8f\x78\x63\x7e\x72\x72\x8f\xc8\xdc\x84\xfd\x3d\x0e\xf2\x2d\x73\x65\x9d\xff\xa5\xa7\x14\x9d\x51\xaf\x73\x06\xaf\xc5\x88\xd7\xf9\xba\x8b\xee\x83\x70\x2d\x4b\xd7\x88\xc4\xb4\x88\x6a\x0f\x43\xbc\x55\xc9\x0d\x23\xc2\x33\xe6\x75\xe4\xbc\xc8\x86\xd1\x3a\xa8\x2c\x17\x79\xff\x40\xbd\xae\xb2\x8c\x8c\x24\xd4\xb3\x0e\x37\xed\x10\xca\x65\xee\x1c\x27\xa5\xa0\x9e\xb8\xc8\x80\x53\xed\xbc\x1b\x2a\xcc\x8b\x9e\x3d\x7d\xe4\x20\x8f\xfb\xcb\x72\x30\x00\xc0\x03\x48\x33\x00\xc0\x0f\x19\x1c\x03\xca\x35\xf9\x31\x87\x01\xe0\x52\x8b\x1a\xc0\x34\xc6\x74\x3b\xc4\x99\x6f\x36\x81\x1a\x01\xdd\x97\x5e\x63\xa2\x22\x14\x7b\x73\xa4\x9b\xed\xb6\x8a\x1e\xd7\xac\x93\x42\x08\x67\x00\x82\x97\xba\x58\x46\x4e\x04\x80\x34\xa8\x36\x97\x9c\xd1\x30\x10\x9c\x94\x4c\x38\x3e\x00\x2c\x07\xc8\x38\x00\xb8\x9f\xfc\x88\x61\x00\xd8\xb8\xac\x6d\xab\x92\xe9\xae\xff\x78\x5e\x72\x6e\xc6\xe1\xc9\x5f\x53\xe4\x78\x83\xbc\xff\x01\xd2\x18\x06\x80\xb3\xa8\x3e\x06\xe0\x57\x61\xef\x91\xbf\xcc\x12\x0d\x8b\x0c\x71\xc2\x39\xda\x3e\xff\x26\xfc\x3e\xc8\xfd\xf7\x7a\x5e\x38\xf2\x33\x61\xd4\x51\xae\x2a\x98\xc2\x6a\xe3\x70\xe4\xd7\xa3\x34\x3d\x0a\x43\x5f\x13\x10\x92\xf2\x5d\x77\xa2\x0a\x3d\x11\x03\x18\xe5\xf2\x9f\xaa\xf4\x6f\x94\x3b\xe4\x5f\x4a\xd8\x06\xb5\x00\xe3\xd5\xdd\x06\x5c\x5a\x3a\xfa\x2b\xfd\x23\x44\x3e\x0a\xdd\x5e\x93\x0c\xb5\x02\x5e\xc3\xb9\xc0\x47\xa9\x6f\x71\x78\xf2\xcb\x7c\xc1\x71\xa3\x42\x18\x01\xb6\x18\xf5\xab\xfc\x25\xb6\x35\xea\xcd\xc2\x9a\xe0\xab\xa1\x50\xbf\x49\xfc\xd0\x97\xa8\x1d\xf0\xd8\xc4\xc3\x40\xb1\x55\xa1\xda\xd6\x95\x8f\x91\x68\xea\x80\x23\x7f\x6b\x82\xa9\x2c\xd3\x9a\xaa\x15\xda\xff\xb1\xd5\x71\x7f\x0c\x43\xc0\x49\xe8\x6a\x54\x12\x7c\xb5\xf4\x19\x02\xb6\xda\x3b\xdb\xfa\xc2\xf9\x49\xff\xdb\x54\xa7\x7a\x95\x71\x68\xde\xfc\x51\x32\x1b\x5f\x28\x7f\x63\x5c\x0d\x6a\x09\x54\x72\x37\xd0\x8e\x6f\x60\xdc\xd1\x6e\xac\x49\xf4\x84\x03\x4e\xb7\xac\xf1\x65\x88\xd8\x78\x32\x6d\xcb\xfa\xb8\xd8\x92\x07\x45\x03\x8a\x0b\x0d\xd4\xef\xa6\x16\xf7\xc6\xd2\xb6\x74\xcd\x01\xcd\x35\xcf\xdb\xae\xda\x9f\x10\xc5\x30\x54\x1c\xcb\xb9\xa7\x4d\xed\x89\x38\xce\x80\xc7\x2d\x3d\x6a\x3d\x35\x64\xf8\x07\x06\x5a\xf1\x62\x29\x1d\x0a\xcf\xdb\x64\xc6\x9b\x57\x78\xfe\x67\x69\xc2\xff\x3e\xfa\x55\xa8\x7c\x31\x86\x46\x47\x26\x48\x63\xa0\xdf\xe9\xfd\xd5\xfd\xa9\x6e\x1f\x5b\xf7\x30\xc4\x31\x34\x73\x51\x48\xb0\x31\xea\x46\xbf\xca\x8e\x53\x4f\xd2\xaf\x26\xf5\x31\x53\xfa\xcd\x1e\x93\xd6\xcd\xe8\x37\x83\x57\x54\xa3\xa3\x7f\xba\xe4\x9a\x94\x3b\x1a\x28\x4e\xff\x53\xdf\x43\xb2\xcc\xa0\xf0\xe0\xcc\x42\x14\x1e\x24\xf0\xc6\x30\x54\x6d\xfe\x5f\xdb\x8a\x14\x45\xf3\x6e\x0c\x51\xe7\x76\xce\x23\x31\x5f\xa3\x99\xc2\x83\x80\x8b\x78\x0c\x49\x23\xe9\x2a\x10\x86\xcb\xbc\x19\xd2\x5f\xff\x73\x39\x28\xf9\x7f\x5d\x0d\x50\x93\x17\x2b\xf7\x30\x9c\xdd\x9a\x66\x6d\x69\xe1\xe1\x18\x1b\x86\xb1\xeb\x23\xa3\x05\x7c\x5d\x9b\xee\xb6\xc1\x8b\x1c\xf9\xe0\xd6\x96\x41\x00\xb6\x76\x1a\x25\xd4\xb5\xa7\xa5\x2d\xc3\x99\x91\x0a\xc2\xa1\x28\xfb\x0f\x8a\xd7\x12\x7a\xc4\xed\x74\x34\x06\x38\xee\xf0\x61\xb8\x3a\x57\x8d\x65\xc3\xd5\xe6\x63\xb7\x2d\x0a\x9a\xd5\x72\xc3\xd4\xc9\xe3\x10\x1f\xa7\x60\x7d\xce\x85\x78\xdc\x00\x57\xab\x8c\x73\x18\xae\xae\x83\x0a\xa7\xf1\x7c\x09\x29\x44\x9c\x86\xe1\xea\xf6\xe0\xd5\x18\x94\x27\x14\x30\xf9\x10\xd3\x9b\x99\x53\x5c\x8d\x12\x05\x2f\xf3\xf7\xbd\x2e\x7c\xc9\x37\x0c\xc3\xd6\xf5\x39\xe7\xdf\xd5\xeb\x05\xa7\x8e\x57\xcf\xac\xab\xd5\xfb\xbf\xe6\xc7\x5f\xd1\xf4\x57\x57\xfc\x64\xa8\x35\xa3\x83\xaf\xf7\xf9\xdf\xbe\xb1\xaa\xc9\xc6\xfb\xe5\x48\x6a\x0e\xa5\x88\xdd\x69\xfe\xa7\x6c\x41\xe5\x41\xe3\x28\xce\x73\xef\x13\x45\x7f\xe6\xd4\x8c\x86\xea\x7c\x50\xdb\xa6\xb8\x2b\x78\xb6\x89\xa1\x4e\x06\xc1\x30\x8c\x9d\x95\xb2\x36\x0e\xc6\xd6\x55\xb0\x50\x00\x5a\xc3\x30\x76\x51\x99\xfc\x40\x69\xde\xe3\x17\x1a\x30\xb7\x89\xbd\x79\x4c\x28\x72\xb2\xce\x93\xb8\x9b\xee\x80\xcc\xb6\x46\x87\xe1\xeb\x32\x35\xb3\x22\x68\x27\x9a\xdb\x81\xa0\xdd\x20\x14\x31\x10\xb4\x53\x31\xc6\x58\x08\xf9\xa9\x27\xc1\x7d\xef\x89\x7d\x0e\xd8\xdb\x54\x96\x33\x0c\x38\xb7\x2a\x10\x23\xee\xfb\xa1\xab\x90\x1d\x11\xb5\x65\xa5\x19\xd2\xc2\x1d\x8b\x12\x28\xcd\xa3\x0b\xa6\x68\xad\x20\x8b\xf2\x93\x1f\xf3\xff\x7f\x6f\xe2\xfd\xe7\xf8\xf7\xff\x67\xfd\x97\x7f\x73\xce\xe1\x62\x16\xe1\xbb\xbd\x2c\xe7\xf0\x8f\x3b\xec\x03\x67\x0e\x67\xe7\x2a\xfe\x4b\x5b\x78\x37\x5c\x63\xce\xe1\x77\x76\xb6\x76\x6e\xcc\x69\xe7\xe4\xc9\x6d\x28\x59\x58\x5a\xb0\x73\x72\xe1\xda\x6a\xb5\xc9\x8a\x70\x4e\xfe\xd9\xc6\xe9\x56\xe3\xe3\x1c\x8e\x59\x07\x9b\x8a\xf3\xba\x26\x1e\x67\x5b\x78\x36\x06\x86\x73\x0d\x57\x33\xfc\x29\xce\xd3\xa4\x86\x8f\xd9\x96\x99\x8d\x4a\x8c\x73\x72\xbe\xda\xfa\x12\x9d\xcd\xc2\xce\xe1\x75\x75\x5d\x4d\x9a\xec\xe4\x89\x60\x06\x75\x6a\x3c\x7e\x56\xd7\xd5\xce\xcd\x4e\xda\x09\x1b\x8a\xb3\x6a\x57\xe7\xf0\xac\xba\x4e\x3b\x13\xaf\xae\xd3\xce\x4e\x3b\xad\xbf\x38\xd7\x69\x67\xa7\x9d\xe6\x65\x71\x6e\xd0\x4e\x9b\xcb\x37\x84\x04\xce\x0d\xee\x6e\x93\x78\x70\x9e\x26\x8d\x76\x28\xfa\x6d\x27\x77\x1f\xdc\x9d\xcc\x29\x2a\xdf\x9d\xb3\xa9\xc0\x62\x18\x76\x23\xae\x69\x63\xdf\x42\x0b\xb6\x53\x47\xe2\xe8\xb6\x91\xbe\xa1\xfc\x70\xce\x46\xb9\x73\x2f\xed\xcc\x3c\xfb\xe4\x74\x1b\x47\x21\x58\xba\x9d\x73\x93\x4e\xb4\x78\x9f\x16\x93\x73\x6e\x29\x16\x61\x94\xda\x21\x70\xf7\xdd\x8f\xcf\xfe\x5f\xff\x16\xe8\xd0\xce\x9b\x37\xc1\x79\x47\x73\xcd\x35\xe1\xbc\xb9\x01\x9c\x37\xb4\xbf\x97\x55\x65\x39\x6f\xc1\x74\x8b\xdf\xfc\xeb\xdf\x62\xb4\xa0\x93\xf3\x5e\x41\x1d\xeb\xb4\xd1\x26\x6c\xe7\x03\x31\x13\x68\xba\xb3\xcd\xad\xce\x1b\xdc\x72\xde\x70\x56\xc0\xa8\x72\x3e\x71\x77\x43\x39\x21\x2f\xee\x9e\xc6\x09\xf8\xfc\xec\xac\x9c\x9e\x08\x69\x64\xf4\x1a\xe8\x75\x3e\xe3\x7b\x97\x54\x42\x61\xa7\xe2\x53\x85\x1e\x12\x38\xbd\x70\x7a\xe3\x74\xed\x54\x68\x62\xa0\x2b\x41\xb7\xf1\x83\xd3\x6d\x59\x74\xb1\xb3\xf3\xe1\x89\x6c\x15\x73\xd1\xfc\x97\xce\x3f\x78\xf7\xf9\xa8\xf1\xe1\xc8\x77\x9c\xd0\xcb\xcf\xce\x97\x23\x27\xd7\x84\x05\xd1\x9b\x6f\xce\xf9\xcd\x91\xe6\x34\x0a\x28\xec\xba\x60\x0e\x23\x17\xcc\x1b\x14\x12\x9f\x38\x38\x82\x11\xe6\x8a\x09\xa8\xe4\xba\x60\x1f\xc7\xa1\xf6\x1f\x7c\xe5\xf4\x18\x4e\xd4\xe9\xe7\x48\xc7\xce\xe2\x4e\xd4\xc3\xb4\x7c\xd8\x49\x18\x08\xdd\xe7\xfc\x30\xb1\xa0\xbd\xec\x90\x58\xce\xd3\x2a\xce\x1c\xa2\xbf\x0e\xa5\xdf\x44\x4c\xc2\xa1\xed\xeb\x10\xf5\x4d\x64\x02\x3a\xc4\x79\x1d\xaa\xbc\x19\xe9\x18\x87\xbe\xae\x43\x2b\x37\x07\xc7\xe9\x0f\x01\x15\xb3\x18\x72\xb0\xe8\x85\x43\xb4\xd5\xa1\xd6\x9a\x37\x53\x10\x2a\x99\x2e\x28\xff\x65\x6a\x27\x47\x6e\xdc\xc9\xe6\x78\x76\xe8\x56\x3a\x04\x2b\xb3\x37\x5b\xdb\x21\x4f\xe9\xd0\xa5\xcc\x7e\x6b\xe7\x64\x27\x4c\xc0\x7c\x0e\xd4\xf7\x1c\xb2\x7b\x79\x19\x7c\x71\x88\xe1\x39\x54\xf0\x4a\xc8\xdc\x88\xfe\x89\x2c\x5d\xa9\xe6\x84\x77\xc8\xb1\x39\x74\xd8\x2a\x7c\xbb\x0e\x1d\x36\x87\xc8\x5a\xcd\x66\x4e\x3a\xc4\xca\x1c\x2a\x65\x69\x59\x11\xae\x43\xa1\xcc\x21\x4b\x96\x56\xe6\xee\x84\xf1\x90\xef\x4a\xea\xf3\xc8\x50\x39\xb4\xa7\x72\xb0\xc4\x31\x87\x2e\x94\x93\x20\x54\xa4\x33\x20\x53\xe4\xd0\x26\xca\xf8\x97\x1d\xda\x44\x0e\x51\xa2\x4c\x81\xa7\x43\x32\xc8\xa1\x15\x94\x9f\xcc\xce\x97\x1b\xc1\x85\xfb\x34\x76\xd2\x93\x51\xd4\x29\x81\xe9\x17\xbd\x1b\x87\xd0\x4d\xc9\x4b\x3b\x79\x21\x2c\xe5\x65\xf3\x44\x8b\x23\x11\x76\x7d\x99\xd6\xd0\x75\x71\x08\xba\x94\x97\x59\x31\xd9\x08\x70\xc9\xc1\x78\x60\xce\x2f\x97\xcc\x15\xe7\x12\x3e\x38\x32\x0a\x5c\x32\xaf\x91\x4b\x91\x4f\x6c\xbe\x7c\x97\xcc\x15\xe4\x12\x3e\x20\x4d\x80\xc9\xe6\x1e\x97\xa8\x17\x09\x83\x9d\xe6\x63\x70\x29\x63\x92\xb2\x44\x26\x46\x47\x3a\xa3\xc3\x3e\x71\x22\xca\x99\xa8\x00\xc7\xaf\xe7\x12\x43\x26\x35\x85\xe2\xd9\x69\x36\xaa\x4b\x68\x2f\x55\x0b\xa7\x39\xe4\x54\x1c\x3a\x2a\x85\x04\x7d\x87\xbe\x88\x43\x58\xa4\x3a\x03\xa7\x0e\x69\x0f\x87\xa6\x47\xcd\xf1\xd8\x13\x98\x0f\xff\x3b\x83\x22\x9b\x1f\xcf\xe5\xa0\xf8\x8a\xbd\x2d\x48\xea\x1d\x7c\xf4\x39\x9a\x33\xc2\x41\x44\xee\x60\x20\xcf\x28\x01\x39\xb8\xad\x9d\x48\xad\x29\xd0\x72\xd0\x3c\x3b\xb8\x9d\x33\x4e\x7d\x07\x93\xb3\x83\xbe\x39\x6f\xcb\xd3\x77\x10\x35\x3b\xd8\x99\xf3\xb6\xb8\x99\x83\x71\xd7\x41\xb3\x5b\x50\x62\x76\x30\xd0\x3a\x68\x67\x4b\x30\xe4\xee\xa0\x2c\x75\xf0\x94\x16\xea\x75\x1d\x6c\x9f\x0e\x8a\xcf\x82\x20\x80\x83\x4e\xd3\xc1\xa3\x59\xe0\xb0\x75\xf0\x37\x3a\x88\x1b\x2b\x24\x92\x0e\xf6\x42\x07\x6d\x61\xcd\x66\xcc\x3b\x48\x05\x1d\x6c\x82\xb5\xf3\x01\x61\x2b\x73\x50\x94\xa5\x65\xb9\x25\x0e\x86\x1b\x07\xb5\x4d\x7e\xf9\x80\xb0\xb9\x38\x68\x5c\x32\x39\xe0\x0e\x12\x03\x07\x7b\x41\x81\x04\xd4\x51\x44\xef\xa8\x9e\xaf\xc1\x62\x09\x8e\xaa\x74\x47\x39\x7a\xcd\xe6\xed\x71\x94\xa3\x3b\xea\xd0\x2b\xf5\xe4\x8e\xca\x73\x47\x91\x79\x2d\x96\x89\xe9\x28\xc9\x76\xd4\x62\xd7\xc6\xc8\xa3\xa6\xda\x51\x4c\x5d\xbb\xa1\x32\x47\x31\xb5\xa3\x8a\xba\x76\x73\x24\x3a\xea\x7e\x1d\xc5\xbe\xcd\xb1\x2e\x51\x15\xe9\x28\x85\x6c\x83\x39\x8f\xc2\x3a\x47\xed\x5c\x2f\xd8\x23\x54\x93\x39\x4a\xc8\xb2\xcc\x2e\x6a\x82\x1c\x85\x40\xd9\xf3\x44\x14\x64\x38\xaa\x30\x32\xac\xb3\x8e\xaa\x08\x47\x29\x44\xee\x4c\x30\xe4\xf4\x3a\x12\x79\x4b\x64\x1e\x25\x25\xd7\x91\x87\x5b\xb2\x65\xa8\x3a\x72\x56\x1d\x89\xaa\xa5\xb2\x32\x90\xbe\xe8\xc8\x5b\x2c\xaf\xa5\x72\x38\x12\xa3\x1c\xd9\x50\x15\xc3\xdc\x91\x81\xe4\x48\x3d\xaa\xc5\x22\xd4\x8e\x44\x23\x47\x86\x51\xad\x96\xbd\xe4\x14\xbe\x27\x6e\xdf\x02\x4d\x22\xe6\xeb\x08\xf6\xb6\x86\x39\x43\xe0\xd3\x11\xed\x6c\xef\x60\xa7\xcd\x6b\x8e\xe8\x58\x2f\xd8\x62\x44\x23\x1c\x61\x88\x1c\x31\x63\xf1\x4e\x3a\xdc\x92\x99\x62\x58\x87\xfb\xcd\xe1\x77\xcb\x14\x6c\x3b\x3c\x27\x0e\x97\x49\x09\xe6\xf8\x74\x00\x51\x07\xfa\x2c\xd9\x30\x9b\x03\x8d\x38\x60\x48\x79\x2c\x25\xd5\x3d\x16\x7f\x71\x0f\x81\x17\xd8\x86\xdc\xc3\x38\x7a\xa0\xf6\xa1\x76\xdd\x3d\x16\x39\x70\x8f\x85\x0b\x6a\x36\x34\xed\x1e\x0b\x00\xb8\x27\xb2\x82\xb1\xfc\x3e\x24\x7f\x3c\x0d\x19\x8a\xca\x8d\x26\xd7\xa4\x76\xbd\x54\xae\xc9\x24\xf0\xd8\x24\xd0\x1b\x1d\xec\xd9\x34\xc9\x62\x79\x39\x60\xce\xbc\xbc\xa5\x97\xb7\xd4\x58\x2a\x5f\xe6\xfb\xd7\xe6\xfb\xdc\x58\xbd\x5f\x9b\xe4\xdc\x4b\x72\xde\x0b\xaa\x78\xcd\xbd\xef\x5e\x33\x32\x33\xc9\x1f\xee\x65\xf5\x7e\x71\xcd\x13\x34\x74\x2f\xa9\x46\x2f\x84\x9f\x90\xe7\xb8\x97\x2c\x9f\x17\xae\x4d\x12\xdb\xdc\x0b\xa2\x7a\x91\x75\x28\x18\x29\x2f\x53\xe5\x3b\x08\xc3\x06\x76\x9a\x95\xef\x5e\xd4\xee\x3c\x2b\xed\xcb\x02\xf8\x4e\x3c\xed\x2c\x2c\xaf\x99\xe9\xee\x25\x6e\x8b\x32\xb6\x7b\x99\x15\x5f\x42\xa4\x85\xf7\x39\xed\x4d\xb8\x49\x19\x2d\x75\x1f\x6e\x9a\xb3\xdd\x4d\x18\x75\xc0\xce\x6e\x1a\xe8\x72\x13\x36\x90\xc0\xe8\x98\x58\x6d\x93\xfc\x8f\x62\x01\x1e\x37\x99\x58\x26\x5c\x16\x05\x53\x6e\x9a\x3b\xc8\x4d\xfc\x40\x0d\x6b\x68\xb2\xf8\x4f\x16\x7f\xc7\x38\x9a\x18\xb5\x93\x48\x7d\x58\xda\xc9\x35\x09\x90\x67\x6c\xb1\xb9\x38\xd2\xf0\x78\x46\x37\xc0\x4d\x46\xf1\x24\xdd\xbc\x9a\x63\xde\x2d\x26\xd5\x65\x9f\xbf\x10\x68\x75\xcb\x3a\xa6\x5b\x01\xe2\x77\x2b\xf3\x74\x8b\xae\xb8\x22\x9f\x03\x7b\x64\xb1\x9c\x2d\xeb\x91\x35\x59\x5c\xd1\x2d\x70\xe7\x82\xa9\xb3\x98\x3f\xd2\x2d\xec\xfa\x65\xdf\xaf\xb6\xce\xe9\x98\x48\x0b\x3f\xd6\x30\x2f\xb7\x5b\x0c\xae\xc5\xfc\xb9\x41\x3f\x8b\x79\x69\x4d\x78\x95\x2a\x3b\x37\x3b\x89\x35\x57\xba\xf7\x66\x52\xdd\x9a\x54\x2b\x3b\x2d\xac\xe8\xb6\x75\xe8\x46\xc6\xa8\xdb\x98\x87\x9b\xd8\x43\x31\xca\x06\xb7\x49\xa8\xdb\x16\x54\xe8\xc5\x9c\x42\x6e\x93\xe7\xb6\xcd\xb7\xdf\x1b\x96\xe0\x26\x19\x6d\x9b\x37\xa0\x37\xcb\xd8\x75\x9b\x19\x6c\xa3\x95\x51\x1c\x3b\x59\xa0\x37\x0b\xf4\xb3\xf2\x5f\x0d\x8a\x6d\xfe\x1f\xb7\xcd\xf1\x53\xbc\x0d\x08\xef\x6c\x02\xf5\xce\x16\xdc\xda\x0d\xec\x79\x67\x86\x93\x77\x90\x00\xb3\x26\x7b\x67\x4f\xe6\x71\x70\xd4\xa9\x9d\x66\xf1\x7a\x5c\x1a\x75\xdb\xaa\xe8\x9d\x19\x14\xde\x99\x41\xd1\xa8\xe7\xf1\xce\xba\x8f\x77\x30\x4f\x64\x4b\xf4\xf0\x6e\x71\x4d\x28\xeb\x9b\x85\x4c\xbd\xb3\x57\xef\x1d\xf1\xfd\x61\x51\x66\x0f\xc2\xf5\x8e\x50\xfe\x63\xb8\xce\x7b\xfb\x2c\xde\xa3\x49\xef\xcd\xc5\xe0\x01\xba\x1e\xa0\x9b\x83\xf5\x29\xef\xed\x5b\x79\x6f\xdf\x2a\x17\x73\x59\x7a\x6f\x2b\x9f\xf7\x16\xc6\xcc\xaf\xa5\x69\x7b\xcf\x13\x79\x7b\xa2\x02\x05\x93\x07\x55\x7a\x0f\x4b\x2d\xfe\x58\x0f\x9c\xf4\xe0\xc8\x8a\x46\xa9\xf7\x2f\xa7\x43\x34\xf9\xd8\x70\xf4\xde\xa6\x6f\xef\xc5\xe3\x6f\x25\x46\xde\x6f\xee\x4e\xc2\x43\x36\x1b\xc7\x83\x00\x7d\x30\xbb\xa9\x75\x1b\x4f\x3e\x58\x34\xd8\x07\x9b\xcc\x1b\x11\x2a\x1f\x6c\x4e\xf7\x21\xb0\x58\x2d\x8e\xb4\x1e\xe6\x83\xc5\xaa\x7a\x35\x60\xe6\x83\x99\x33\x3e\x98\x39\xd3\x87\xe5\x04\xfb\xf0\xb0\xd3\xba\x4f\x49\xe6\x87\xf4\x81\x37\x1f\x90\x8b\xf3\x66\x50\xf8\x68\xf0\xd5\x47\x91\x0e\x9a\x99\xe0\x01\x5f\x3e\x3a\x48\x5c\x2d\xa0\xe0\x51\xea\xf7\x48\xf4\xd7\x61\x46\xbf\x47\xbf\xde\x23\x5c\x5f\x09\xfb\x79\xa4\xdf\x3d\x9a\xef\x95\x6c\x21\x8f\xfa\xba\x47\x72\xbd\xc1\x56\xe4\x81\x70\x1e\x08\xd7\x72\x61\xa7\x79\x0c\x3c\x22\xdc\xed\x31\xb7\x9a\x47\x8d\xd8\x23\x41\xdc\x8b\xe5\x2a\x79\x24\x7f\x3d\x00\xab\x57\x9b\x4b\x3c\x72\x9a\x1e\x1d\xcd\x92\xcd\x9f\xee\x51\x8d\xf4\xc8\x45\x16\x18\x3c\x7d\xb2\x70\xac\x4f\xc4\x61\x49\xf9\xf0\xc9\x3c\x5a\x3e\xc1\xaa\x44\xde\xae\x4f\xe6\x30\xf2\x49\x94\x42\x06\x9e\x3d\x4a\x8d\x1e\x89\xc6\xbe\x2c\x09\xd2\x23\x96\xe8\x51\x49\x2c\x69\x73\xa4\xb5\xc5\x23\x6b\x58\x86\xb9\xa6\x3d\x32\x82\x1e\xfd\xc0\xea\x2d\x20\xee\xd1\xe3\xf3\x88\xf0\xd5\xca\x87\x43\x64\xcf\xa3\xac\x57\x87\x45\x5c\x3c\x5a\x7a\x1e\x11\xbd\x3a\xcc\xe1\xef\x91\xb6\xf3\x68\xda\x55\xfc\x8c\x1e\x79\x32\x8f\x2e\x59\xf7\x83\x6b\x32\xde\x11\xbb\xea\xdd\x0a\x10\x3c\xa2\x4d\x1e\xb5\xa6\x8c\xb6\x9d\x07\x63\x78\x14\x73\xea\xab\x23\x07\xd7\xc4\xe0\xc5\xdf\xe4\x81\x1a\x1e\xa8\xd1\xf2\xe2\xee\xb6\xc4\x7a\x84\x51\xda\x93\x38\x7d\xb2\x13\x6a\x1c\x67\x86\xb9\x47\xbb\xc3\x23\xda\xd1\x23\xef\x13\xee\x7c\x5f\xc4\x3f\x68\xa1\x7d\x0f\xa9\xbc\x87\x4d\xbe\x91\xcd\xed\x21\x04\xf7\x30\x81\x67\x6f\x38\xd9\xc3\x85\xec\x21\x40\xee\xd5\x68\xcc\x3c\xec\xbb\x5e\xb4\xbb\xdb\x90\x8a\x87\xb2\xd5\xc3\xd5\xda\xa6\x67\x27\xd3\x5a\x11\xa1\x8e\xf9\xd6\x3d\x34\xaa\xbe\x48\xa4\xd2\x00\x84\x87\xb9\xd2\x43\x59\xd9\x87\xe1\x4f\x0f\x49\xa5\x87\x9d\xb2\x0f\x43\x54\x1e\x92\x47\x2f\x76\xc7\x42\xaf\x83\xa5\xd0\x43\x4f\xd8\xa7\xd9\x4d\x1e\x7a\x42\x0f\x2f\x61\x87\x57\xc3\xc3\x87\xe7\x45\x84\x87\xec\x92\x87\xfa\xce\xc3\x79\xd7\x89\x62\x7b\x08\xbe\x3c\xcc\x5e\xb9\x5a\xe2\xa6\x87\x2d\xc8\x43\x11\x94\x5f\x2b\xfc\xf0\xa0\x0a\x0f\xaa\x28\x54\x4a\x7b\xc8\x53\x3c\x8c\x29\x35\x58\xf4\xc2\xc3\x23\xe2\x21\x0f\xe9\xce\xd6\x64\x0f\xbd\x84\x87\x53\x22\xa3\x61\xe9\x61\x86\xf0\xd0\x41\x64\xfc\x8c\x9e\x4a\x63\x4f\x79\x71\x09\xda\x69\x91\x2f\x4f\x1d\x6a\x81\x67\xc0\x53\x62\xe8\xa9\x2b\xac\xd1\x72\x24\x3c\xd5\x81\x9e\x92\xc0\x9a\x3b\x4d\x32\xeb\xc4\xab\x0a\x8e\xdc\x60\x4f\xfd\x8f\xa7\xf0\x27\x07\x0b\x52\x78\x6a\x74\x3c\x85\x39\x99\x18\xa3\xa7\x58\xc2\x53\x21\x91\x6b\xe5\x74\x5b\xa8\x3d\x09\xe2\x79\xf3\xea\xc8\xc8\xf4\xa4\x62\x96\x6a\xc9\x01\x9e\x6c\x2a\x3f\x6c\x72\xac\x48\x60\x7b\x32\x42\x3c\xa9\x20\xad\x98\x5b\xcd\x13\x8e\xf6\xc4\xa1\x73\x62\x95\x21\x02\xec\x09\xfd\x66\xcd\xb4\x04\xbd\x3c\x91\xae\x8c\xa0\xb5\x27\xe6\xe4\x09\x2f\xe5\xc5\x7a\x34\x6c\xcd\xf1\x03\x7d\xd2\x60\x45\x17\x7e\xd8\x2a\xea\x87\x4d\x25\x25\x5a\x10\xd4\x83\x2a\x3c\xa8\xa2\x54\xb7\xff\x66\x50\xf8\x87\xaf\xfa\x90\xbe\x53\xcd\xac\xf1\x0f\x06\xc5\x83\x02\x03\xbc\x5d\xfe\x31\x5b\xc7\x3f\xc8\xd3\x11\xe7\xf2\x0f\x2b\xed\x83\xed\x10\x12\xa7\xdb\x87\xf7\x0f\x1c\xec\xd4\xcf\xfa\xa7\x73\xa3\x0e\xf3\xac\xa3\xbd\x9d\xd3\xcd\xd3\x5b\xeb\xe2\x48\x1b\xc6\xfe\x19\x62\x89\xb5\x77\xf0\x30\xeb\x3c\x0f\x3c\xa7\x8e\x26\xb1\x00\x3e\x8f\x48\xd5\x1b\x3b\x27\x3b\x59\xac\x8c\x5c\xdb\x3f\x2f\xa7\x53\x32\x4b\xd0\xc1\xbf\x66\xce\xfa\xd7\xcc\xd9\x44\x85\xa8\x7f\x2d\xfd\xc9\xbf\x28\x68\x40\xd2\xea\x81\x31\x5e\x30\x26\x64\x4e\xb7\x9c\x19\xff\xda\x42\x96\x93\x25\x38\xf8\xd7\x92\x5d\xfc\x9b\x21\x7a\x66\x59\x7b\x29\x64\x78\x01\x90\xc3\xaa\x98\xfc\x3b\xb8\x91\xf9\x1d\x0a\x19\xf4\xfe\xa5\x53\xbc\x70\x76\x67\x56\x6f\x60\x8c\x07\xc6\x14\x0c\x74\xff\xbe\x34\x09\xb6\xec\x46\xdf\x7f\x59\x00\x5f\x16\x40\xab\x82\xfb\x37\x3f\x0d\x55\xfa\x09\x45\xac\xa3\x4b\xce\xc4\x4e\xcb\x5c\xaa\xd1\x0a\xa3\xfc\xb4\x35\xd2\xcf\x44\xfa\x34\x2b\xc3\x34\x7f\xbf\x9f\xca\x4c\xb2\x38\x9d\x9f\x18\x29\xd3\x8c\x94\x4a\x92\xb7\x9f\x18\x29\xd3\x8c\x94\xda\x0d\xe8\xfa\x89\xd9\x35\x91\xc8\x1b\x8d\x9d\x58\x82\x73\x03\xdd\x13\xed\xb4\xe5\xd0\x4f\xc4\x68\x49\x82\xf0\x0b\xa3\x6f\x21\x0d\xe3\x2c\xbb\xd9\x2f\x8c\xa9\x65\x16\x48\xf7\xac\x36\x8b\xc6\x2f\x38\x5b\x1c\xcf\xbe\xf8\x1c\x8b\xcf\x91\x75\x4d\x03\x4a\x7e\x4d\x84\x2b\x0d\x44\xf9\x35\x29\x44\x31\x64\x5c\xa8\x63\xf1\x9b\xb9\x64\x23\xb2\xda\x18\xe2\x9b\xce\xb0\xad\x33\x94\x87\x25\x68\x5b\x1e\x9a\xdf\xc8\x9b\x20\x4c\xe3\xb7\x19\x37\x7e\x4b\xcd\x92\xb5\x6e\x37\x8e\x6c\xe8\x04\x1b\xaa\xf4\x9b\xe5\x77\xb3\xfc\xe2\x38\xf0\x7b\x70\xa3\x41\xae\xb6\x45\x4f\xfd\x36\xe7\xa5\xdf\x14\x9f\x77\xd6\xe4\x4d\x0f\xd9\x00\xdd\x4e\x4f\xde\x98\x1e\x1b\xd3\x83\xea\x43\xbf\xcd\x54\xf5\x5b\x4a\xc3\x9d\x26\x6d\x4e\x97\xa8\x30\x86\xcf\x66\x82\xd9\xa8\x66\x53\x13\x1f\x9c\xbd\xe4\xe0\xec\x25\x37\xd2\x87\x82\xb3\xae\x11\x5c\x82\xa4\xde\x50\x45\x70\x85\x9d\x05\x8a\x50\xf3\xa4\x04\x67\x2e\xf3\xe0\x60\x0a\x5d\x8b\x6b\x36\xae\x69\xd1\x8d\x4e\x59\x4b\x20\x8c\x19\x88\x5f\x76\xb7\xb8\x91\x85\x0e\x03\xa1\xc3\xee\x2d\xe1\x24\x78\xc3\x59\xc1\xdb\x2c\x5e\xb2\xe5\x60\x04\x4f\x78\xd0\x23\x57\xd0\x26\x3b\x6d\x9e\x08\xfe\x41\x0d\x84\x1b\xf9\x97\x20\x15\x9c\xf9\xcb\xd2\x2d\x82\x47\x90\xdb\xe3\xc7\x59\x16\x71\x0e\x98\xfe\xc1\x33\x0d\x13\xb4\x0d\xc1\xbc\x1e\x21\xc0\x8e\x5c\x39\x3d\x44\xe2\x7b\x90\x19\x57\x5b\x69\x43\xb0\xc5\x3f\x04\x5b\xfc\x2b\x5a\xc9\x21\xd8\x94\x10\x42\x95\xc6\xe8\x62\x67\x64\x67\x02\xe8\x72\xa3\xca\x35\x2d\xb8\x5c\xe1\x08\x0c\xa1\x12\x72\x84\xb1\xd5\x59\xe6\x48\x08\x36\xd4\x42\x80\xd9\xd4\xdb\xbc\x14\x82\x45\x87\x43\x80\xc4\x34\xf0\x44\xc1\xbc\xdc\x21\x2c\xe8\x61\x2d\xf7\x34\x04\xeb\x36\x21\x58\xb7\x69\x23\x73\xba\xc5\x02\x42\xb0\x58\x40\x1b\x36\x59\x85\x48\x8c\x2b\x42\xc4\xbd\x6c\xf6\x0e\xd1\x72\x12\x43\xb4\x50\x57\x2f\xe6\x4e\x0f\x44\x5a\x42\x2c\x54\x0f\xd8\xea\x1d\xa2\xd9\xa1\x21\x62\x87\x32\x10\x42\x7c\xd8\x89\x23\xfb\x99\x9c\x6e\xa6\x40\x40\xf7\xbf\x78\x5b\x65\x02\x82\xf1\x01\x9b\xbf\x24\x5b\xbd\x43\x42\xc8\x38\x99\x93\xb4\x74\x73\x53\x06\x10\x40\x00\x01\x94\xc7\x6c\xf0\x90\x08\x63\xa6\xa4\xce\x60\x8d\x4f\x99\xd3\x11\xaa\x85\x47\x21\x24\x33\xad\x42\xea\x4a\xeb\xb1\xb7\x94\x06\xa1\x3c\xdc\x16\x89\x37\x2f\xc5\x77\xa4\xde\x6b\xcd\xec\x9c\xc4\x0c\x27\x34\xe7\xe6\xf1\x09\xe8\xa3\x07\x20\x43\x1d\x16\xc5\x0e\x28\x4a\x07\x64\xa4\xeb\xb6\xa4\xe9\x80\x1c\x74\x40\x07\xba\x6e\xcb\x73\x0d\xd8\xee\x01\x89\xd5\xd6\xcc\x73\x1a\x50\xd0\x0c\x48\x67\x36\xb8\x87\x02\x62\x99\x81\x48\x42\x9b\x85\x1b\x99\x53\x3d\x20\x81\xd9\xa6\x19\x68\x01\xd1\xcb\x80\xda\x65\x83\x61\x2d\xa0\xda\x18\x90\x6a\x6c\x96\x0e\xf8\xcf\x06\x45\x40\xc5\x30\x20\x5d\xd8\x7d\xe1\xda\x86\x93\x03\x72\x73\x1d\xde\xe3\x80\xc4\x5b\x40\xd7\xad\x23\x22\x12\xd0\x6b\x0b\x45\x69\xf7\xe6\x27\x09\xc8\x7d\x05\x74\xbe\x72\xb0\x40\x46\x40\x8e\x27\xa0\xc3\x93\x97\x41\xcd\x80\x06\x4d\x40\x7c\xa6\x78\x8b\xd7\x05\xa4\x54\x02\x1a\x2a\x25\x55\x76\x9a\x41\x19\xd0\x37\x28\x8f\xd9\x64\x01\x6d\x83\x80\xa8\x41\x79\x6c\xf9\x0d\x88\x08\x84\x22\x54\x69\x6b\x5d\x80\xe4\x3c\xc0\x6e\x5e\xb3\xb9\x98\x02\x3c\xd9\x01\x82\xec\x8a\x10\x4a\x80\x4e\x3a\xc0\x23\x5d\xd1\x35\x0a\xd0\x0e\x07\xf8\x86\x2b\xf4\x20\x81\xb8\x44\x80\xce\xb7\xee\xc5\x35\x69\x12\x74\x9a\xad\x5a\x64\x27\x40\x68\x19\x60\xb1\x6c\x10\xc7\x06\x78\x12\x03\x04\x89\x0d\xe6\x9b\x00\xdd\x5f\x80\xe7\xaf\x11\xab\x0c\x10\x63\x05\xd8\xb0\x3a\xcc\xc4\x01\x2e\xa8\x00\x01\x54\x7f\x98\x8a\x20\x7f\x0a\x30\x3e\xf5\xa7\x70\x3a\xbd\x8f\x50\x42\x7f\x75\x77\x5b\xd6\x82\x42\x09\xde\xdc\x16\x01\xb6\xa4\x00\x4d\x52\xf6\x46\x4d\x14\xa0\x40\x0a\xe2\x3d\x0a\x8d\x9d\x8c\x66\xd8\x1c\x0a\x01\x82\x40\x51\x69\xa0\x7e\xb4\x46\x33\xbb\x02\xd5\x9d\x01\xab\xbd\x26\x8b\x27\x07\x2a\x16\x03\xc5\x89\xb5\xd8\xb2\x16\x08\x17\x04\xea\xfb\x6a\xe3\x6b\x52\xd0\x11\xa8\xe4\x68\x89\x49\x0b\xc3\x3e\x0c\x1b\x80\xad\x16\x8e\xb4\x6f\x1b\xc8\x87\x6f\xdd\x73\x24\x29\x11\x64\x7c\x37\x94\xa8\x02\xd9\xbe\x81\x14\xdf\xb6\xf8\x46\x24\xc5\x06\xb2\x61\x1b\x9c\x78\x01\x5c\x10\x48\x4a\xed\xde\xe2\x9f\x81\x54\xd3\x40\x8e\x69\xf7\xcc\x10\x64\x95\x06\x52\x49\x3b\x89\x70\x81\x04\xd1\x40\x66\x68\x0f\x7a\x22\x46\x1c\x69\x65\xbd\xeb\x46\x4c\x99\xe4\x84\xf5\x3e\x39\x92\x11\x37\x18\x71\x24\xab\x86\x87\xc5\xea\xc1\xe0\xa5\x54\x23\x3c\xa4\x6e\x3c\x08\x7c\x15\xb3\x08\x02\x81\x85\xf0\xd8\xd7\x2c\xf8\x86\xc2\xc3\xc2\xf2\x34\xe6\xd1\xc1\x91\x0f\x47\x3e\xc8\x53\x58\x01\x6f\x78\x58\x69\x1f\xd1\xe6\xb0\xda\x3c\x4c\x99\x0f\x53\x66\x60\xf5\x7e\x58\x7e\x1f\x3c\xbd\x28\xe2\x84\xc7\xdc\xd4\xe1\x41\xb0\xa4\x5a\x48\x2e\x3c\xac\x4b\x0f\x95\x4a\xcd\x12\xec\x02\x81\x8c\x40\x20\xa3\x36\x73\x03\x85\x97\xc9\xf5\x65\x72\x7d\x31\x67\x5e\x26\xd7\x97\xc9\x15\xa9\xfe\xf0\x22\x71\x0f\x3a\xa8\x9b\x75\xe9\xb5\x65\x3b\x80\x00\x5a\xb0\x7a\xbd\xf0\x1a\xfa\x09\x98\xf7\xad\x76\xae\xc9\x77\x7f\xf9\xee\x88\xda\x84\x97\x4f\xfc\xc2\x3d\x3e\xcc\x88\x0e\xaf\x79\x9f\xc2\x6b\xc3\xbe\xbd\x96\xd2\x12\x5e\xa6\xe1\x97\x69\x58\xa6\xc7\x6b\x40\x27\xbc\x90\x41\x7b\x4c\x8f\x97\xb9\xf9\x85\xa6\xc8\xeb\xee\x18\x29\xef\x82\x08\xdb\x22\x8f\x61\x9a\x6f\x3e\x4c\xcb\x42\xe9\x48\x88\x85\x69\x3e\xba\x30\x23\x84\xc7\xe6\xd4\x0b\xd3\xec\xd7\x30\x09\xcd\x14\xab\x4f\x0b\xd3\x5c\xc9\x61\x52\xd6\x0e\xe1\x73\x20\x90\x11\x08\x64\x54\x54\x7e\xc2\x34\x53\x35\x10\xba\xa8\x30\xe8\x87\x69\xce\xfc\x30\x71\xe6\x17\xd6\xe4\xc9\x27\x9e\x7c\xe2\xc6\x9a\x3c\xad\xb7\x86\x89\xe6\xce\xa0\xdb\xcc\xc5\xdd\x29\x7b\x7b\xcc\xcf\x18\x16\x4d\x5a\x14\x1a\x74\x4c\xb9\x65\xb9\x6b\x61\x59\xd2\x5a\x8f\x99\x23\xb9\x11\x51\x83\xde\xad\x2c\x3b\xac\xc9\xe9\x78\xa6\xba\xb9\xe8\xc3\xa2\xdb\x2c\x6a\xd9\xe0\x2d\x0b\x6b\x73\xa4\x01\x96\x3e\x0d\x7b\x87\x6d\xee\x80\xb0\x6d\xd6\xc8\x9e\x4f\x0c\x56\x08\x60\x85\xfc\x9a\x61\x1e\xb6\xb9\x50\xc2\x46\x03\x13\xea\xa2\x40\xb4\x21\x6c\x0b\x9f\x15\x72\xbf\xc3\xe6\x1b\x6d\xfb\x46\xa5\x30\x3a\xb6\xb9\x4c\xc3\x36\xd3\xb1\x20\x45\x1b\xb6\x7d\x9c\xb0\x09\x9b\x12\xf3\x0d\x1b\x1b\x67\x63\xe3\x90\x29\x1f\x36\x36\xf8\x46\x35\xbe\x9b\x8f\x20\xec\x46\xe3\x51\x4f\xdb\x18\x3e\xdb\xb0\x7a\xd8\x1d\x49\x08\x73\xf7\x07\xe0\x44\xd8\x38\xf5\x3a\xef\x73\xdb\x32\x18\xb6\x6a\xf5\x30\x78\x01\x09\x61\x53\x88\xe7\x8d\xa0\xdf\x32\xee\x2c\xf1\xce\x4c\xf8\x6c\x55\x51\xd1\xd9\x34\x13\x9d\xf9\x1b\x7a\xcb\xee\x6f\x06\x45\x04\x6b\x44\x67\xf6\x5a\x7f\x2c\xff\x36\x3a\x1b\x64\xd1\xd9\x20\xcb\xa8\xea\x46\x72\x2c\x23\xc9\x95\xb9\x58\xe6\x6b\x3c\x99\x93\xe4\x4e\x3d\xe6\xc7\x8b\xce\xbc\x50\xd1\x99\xf7\xbf\x92\x8b\x16\xdd\xc3\x8d\xf0\x26\x04\x23\xe3\x89\xee\x25\xed\x93\xca\x5c\xfc\x23\xd1\x4d\x6e\x44\xa2\xee\xb0\x29\x33\xba\xc5\x8d\xe8\xa7\xdb\xfa\x54\xf4\xb6\x26\x47\xcf\x9a\x5c\x0d\x98\x45\x65\xe5\x79\x8f\x46\x83\x79\x11\xa3\x47\xea\x93\x78\x46\x43\x64\x30\xfa\xc4\x4e\xf4\x45\xb6\x59\x99\xd1\x17\x76\xb2\x7a\x53\x31\x16\xbd\x59\x19\xd1\x9b\x95\xd1\xab\x75\xf3\xe8\xed\xc3\x47\xe2\x20\x9d\x62\xdf\xe8\x0d\x9e\x47\x5f\xa1\x92\xe7\x2d\x79\x72\x41\x3d\xea\x04\x08\x25\x46\x4f\xe6\xa4\xc7\x1f\x4e\xed\x6e\xf4\xbc\x3a\x0f\x7f\x3e\xd5\x88\x11\xf4\x14\xbd\x4d\xe6\x7d\x5b\x06\x47\xf4\xe6\x39\x8f\x5e\xa9\xd8\x99\x1b\x21\x82\xed\x5f\xaa\x7c\x5e\xed\xe4\x9a\xb6\x82\x65\x68\x5d\x23\xc9\x79\xd1\x83\xd2\xf7\xcb\x35\x27\xef\x93\x94\xa6\x62\x51\xcd\xe8\xcd\x8a\x8e\x5e\x8e\x77\x9d\xbe\xb9\xbb\xd9\x15\x15\x85\x85\x18\x2c\x09\x2d\x06\x64\x93\xba\xe5\x26\xc4\x60\x1f\x27\x06\xf3\x84\xd6\x61\x25\x39\x31\xd0\x79\x03\x76\x13\xc2\xb7\x91\x78\x4d\x54\xbc\x86\x70\x5f\x0c\x36\x65\xc6\x80\x22\x8c\x1e\x33\x20\x2d\x1a\x12\x03\xc2\xcc\x99\x18\x6c\xb9\x88\x41\x9f\xc3\x26\x98\x08\xd8\x8b\x80\xbd\x5e\xe9\x36\x80\xbd\x08\xd8\xeb\xad\x70\xba\x99\x5d\x11\xcc\xd7\x09\x32\xc7\x80\x04\x3c\x89\x7b\x7d\xf2\x35\x83\x8d\xd8\x18\x2c\x83\x35\x03\xc8\x63\xb0\x0c\x80\x18\x26\x6e\xa0\xc4\x0b\x99\x3c\xfb\xc4\xa9\x97\x78\xcc\xc9\xb3\x93\xdf\x8d\x10\x54\x0c\x08\x76\x81\x0e\xeb\xb2\x90\x5c\x8c\xe6\x68\x8c\xd1\x1c\xb0\xed\x31\x3f\x73\x24\x4c\x14\x23\x2e\x1b\x6f\x58\x31\x46\xf3\x25\xc6\x88\x8c\xeb\xe3\x39\x3d\x71\xa4\x41\xc6\xfe\x5a\x72\x5e\x8c\x66\x7a\x44\x20\x63\xa7\xa2\x21\x46\x3a\x2d\x99\x77\xf9\x31\x44\x1d\x89\x16\x45\xa2\x45\xe5\x71\x9c\xce\x78\x8f\x58\x82\xce\x16\xea\x18\x49\x8a\x8e\xa8\x49\x06\xcb\xed\x8b\x24\xe7\x45\x92\xf3\xea\xb0\xe4\xbc\x18\xcd\x71\x10\xa3\xad\xc2\xad\x30\xb1\x90\x6b\x17\xa3\x19\x29\x0d\xf9\xf3\x18\x5f\x4e\xa7\x4a\x00\x58\x18\xa3\xf5\xeb\x18\x5f\xb8\xfb\x79\x9f\x71\x72\x24\xab\xcd\xb0\x6c\xc5\x98\xcc\xe6\x88\xc9\x56\x8d\x12\x9c\x76\x2e\x76\x9a\x13\xea\x31\xd7\x67\x04\xa9\x46\x90\x6a\xaf\xe6\x91\x8c\xc9\xf0\x75\x4c\x96\x71\xd0\x1f\x9e\x28\xd1\x97\x12\x7d\x09\xdd\x12\x53\x7f\xb4\x9d\x18\x7d\x85\x23\x51\xf6\x24\x67\xae\x14\x5b\x82\x22\x08\x37\x26\x73\xaf\xb4\xa7\x73\xa3\xce\xe9\x06\x9e\x1a\x65\x47\x31\x0d\x8a\xe5\x24\xe1\xc1\xe8\x20\xbb\x2e\x26\x48\x14\x97\xb9\x68\x63\x62\xfe\x4c\xc8\x43\xc0\x5d\x1d\xd3\xcb\x8d\x5e\x6c\x46\xcf\xe9\x93\xc6\x83\x93\xeb\xd4\x4e\xae\x69\x5d\xb1\xf9\xc5\x35\xd1\xc4\x03\x43\xb7\x62\x4b\x50\x04\x4a\x47\xa2\x6f\xad\x5b\x22\x40\x24\x8d\x2f\x92\xc6\xd7\x1e\xe3\x3c\x8f\x59\xe2\xcf\x01\x45\x0e\x8b\x05\xc4\x1c\xd0\x39\xb3\x08\x54\x1f\x66\x72\xc6\x6c\xab\x54\xcc\x91\x4f\x6c\xb8\x33\x66\xb4\x87\x33\x9e\x53\x67\xeb\x7c\xcc\xe8\xfe\xe6\x41\x1a\x7b\xe0\x48\x1b\x94\x91\x4c\xbd\xe8\x18\xda\x19\x5e\x0b\xa2\x68\xd1\x75\xed\x1c\xec\x7c\xc9\x89\xb7\x4e\x9b\x99\x54\xc1\xc7\xd1\x59\xb8\x3c\x16\xd1\xc8\x99\xa3\x3f\x3a\x9a\x84\xe8\x77\x2c\x4a\xad\x1e\x1c\x69\xe0\x29\xa2\x6f\xeb\x12\x93\x55\x11\x45\x30\x99\x18\x64\x70\x44\xc4\x52\x23\x8a\x9d\x2e\x45\x76\x9a\xf3\x31\x22\xca\x19\xbc\x71\xa0\x46\xe2\x5f\x11\x91\xb6\x8d\xc0\x7b\x24\xaa\x15\x89\x6a\xd5\x61\x54\x0c\x11\xf9\x9f\x88\xee\x4f\xd5\x8a\x00\xc0\x8d\x00\xdc\x06\x55\x4a\x84\x0e\x3f\xc2\x81\xdf\x1a\xb3\x0d\x78\x35\x42\x46\xdf\x9a\x05\x1b\x22\x95\xcd\xf1\x94\x34\xa7\x43\xc4\x15\x1f\xf8\xf3\x1e\x74\xf3\xaa\x5b\x7f\x1a\x15\xa1\xff\xaf\x36\xc5\x2c\xf0\x50\x01\xd8\x36\x15\x3c\x24\x01\x24\x2f\x1a\xd3\xf4\x4e\xb1\xad\x7a\xfb\x8e\xc9\x8b\xa3\xe4\xe7\x0f\x6a\x42\x83\x7d\xf5\x44\x5a\xf7\x12\xa7\x50\x30\xd3\x34\x05\x12\x2f\x1c\x35\xb2\x09\xc2\x81\x94\x7f\xf5\x8f\x94\x70\x87\x91\x8e\x7a\x77\xda\x80\x49\xe9\xc5\x4e\x82\xca\x34\xa1\xa7\x92\xce\xe2\xc9\x91\x70\x71\x68\xdc\x78\x8a\xbd\x92\xcd\xf2\x29\x31\xaf\x7b\x6a\x97\x18\x45\x89\x51\x14\xc5\x02\x95\x3d\x15\xe7\x1e\x4e\x1b\x78\x25\x33\x29\xbc\xd9\x2a\x05\xc2\x82\x9f\x82\x41\x91\xc8\x62\x0d\x8b\xea\xa8\x4c\xd1\x79\x8e\x1c\x49\xb1\x67\x46\x8a\x8c\xd1\x90\x71\xaa\xa4\x5c\xa8\x9d\xb4\xfe\xd8\x08\xc4\xa6\x3c\xa9\xfe\x9f\x57\xc1\xe2\xca\xe2\x27\x08\x06\x3e\x29\x09\x2f\x95\xfd\xc2\x1f\x1f\xf3\xa5\xe4\x22\xa9\x07\x2d\x66\xf6\x15\xd1\xfe\x97\xcd\x65\x58\xfe\x93\x24\x95\xa0\x18\xab\x38\xaa\x3d\x24\x38\xd5\xfa\x42\xaa\xf4\x85\x2c\xcd\x8e\xce\x91\x36\xf9\xf5\x20\xd2\x7b\xca\x0f\xdb\xf8\x6a\x6b\xa9\xc3\xee\x36\x71\xa6\x6e\x27\x85\xa8\x1a\x7e\xf4\x10\xf1\x29\xf4\x3d\xe6\x9f\x9d\x72\xfd\xfb\x7c\xff\xdb\xf8\x8f\xff\xf2\x7f\xfe\x5f\xe3\x3f\xfe\xef\xf1\xdf\xd6\xbf\xde\xff\xf9\x9f\xff\xb9\xfe\xfd\x7f\xcc\xff\xfa\xfe\x8f\x7f\xfd\x1f\x3f\x7b\xff\x35\xd7\xfe\xaf\xff\xbe\xfe\x73\xfd\xbf\xff\xfd\x7f\xfe\xe7\xbb\xfe\xf5\x1f\xff\xfd\x3f\x7e\xce\xb2\xdf\xff\x17\x00\x00\xff\xff\xec\x4a\x35\xdf\x39\x08\x04\x00"); -var _gffga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x31\x6b\xc3\x30\x10\x85\x77\xfd\x8a\x1b\xd3\xa5\x96\x1c\x92\x76\x08\x81\x92\x10\x70\x21\x4d\x89\x9b\xb6\x50\x3a\x28\xd2\xd9\x08\xea\x93\x90\xe4\xc1\xff\xbe\x48\x76\x5c\xe8\x60\xce\xfa\xee\x3d\x74\xef\x54\xec\xaa\x7d\x45\x26\x42\xf1\xea\xad\xaa\x31\x42\x63\x48\x7b\x0c\xb6\xf7\x0a\xe1\x8a\xad\x21\xc6\x44\x09\xda\xa8\x78\x3b\xe6\xa2\x3a\xe9\x18\x4b\xfe\x7a\x08\x11\xbb\x8a\x1a\x0b\xcb\x51\xa7\x7b\x37\x69\x01\x8a\x33\xb6\x26\x44\x3f\xc0\xe2\x49\xdb\x2b\xde\x81\xc6\x26\xf1\x93\xd7\xe8\x0d\xb5\xb0\x78\x96\x4e\x92\x98\x1b\x75\xef\xdc\x0f\x76\x48\x11\x78\x66\x48\x3a\x57\x56\xec\x8e\xd2\xbd\xc8\x0e\xa1\x38\xdb\x4e\x52\xa6\x19\xbe\xa3\x0f\xc6\x12\x08\x7e\xcf\xf9\xfa\x8f\xbf\x0d\x0e\x41\x4c\xee\x4b\xb5\x3f\x35\x4d\xc0\x08\x8f\xeb\x49\xf3\x79\xa9\xf6\xf0\x25\x40\x70\x28\x57\xcb\x95\xf8\x9e\xa4\x1f\x47\xab\x71\xba\x9e\x89\x31\x8c\xb2\x1a\x83\x93\x0a\xbd\xa4\x16\x19\xc0\x86\xf3\x2d\x6c\x0e\x87\x6d\x9a\xf0\x5f\x77\x36\x19\x3d\x82\x4d\x99\xc4\x0f\xb8\x85\x72\x29\xb2\xe1\xd6\x49\xff\x69\x99\x73\x38\xd5\x7b\x8f\x14\xf3\x2a\x73\x8a\x34\x86\x21\x9c\x9f\xc5\x59\x97\x5c\xf9\xfb\x0d\x00\x00\xff\xff\x19\xfc\x17\x6a\xc2\x01\x00\x00"); -func _abb ()([]byte ,error ){return _c (_dgab ,"Adobe-Japan1-3")};func _bffa ()([]byte ,error ){return _c (_ebef ,"B5-V")};var _abbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xcb\x27\xc9\xd1\xdd\xf7\xcf\xa7\xf8\x2f\xe5\x85\x3c\x15\x95\xb7\x4a\x68\x1e\x90\x75\x41\x83\x91\x6c\x3c\xbe\x81\xf1\xa2\x32\x32\x73\x68\xf0\x74\x37\x3d\x3d\x0b\x7d\x7b\x13\xe7\x57\x23\x5b\xf6\x0b\x7a\x17\x22\x34\xa7\x23\x2f\x75\x2a\x2e\x27\xb3\xfe\xcf\x77\xbf\xff\xfe\x0f\xdf\x7f\xfa\xf8\xed\xf5\xdd\x7f\xfc\xfa\xd9\x7f\x58\xdf\x5e\xfb\xe3\xa7\xf9\x75\xfd\xfc\xf9\x97\xaf\xbe\x5e\x63\xfd\xf8\xf1\xd3\xdb\x9b\x9d\xaf\xf9\xd1\xbf\xfd\xfa\x9f\x32\xfe\xd3\xfd\xe5\xed\x2d\xc6\xff\xf0\xb7\x9f\xbf\xad\x9f\xbe\xff\xb4\x3f\xbf\x12\x7e\xf3\x97\x2f\x8f\xef\xeb\xf5\xdd\x7f\x5a\x3f\x7e\xfc\xf9\xdb\xd7\xbf\xbd\x7e\xf3\xbb\xf9\x79\xac\x7f\xf3\x9a\x6b\x07\xfe\x1f\xbe\xce\xf5\xf5\xe3\xa7\x1f\x5f\xbf\xf9\xfd\x5f\x7f\xb0\xbf\xc3\x3f\xfc\xf2\xe5\xcb\xff\x5a\x3f\xad\x4f\xdf\x5e\x26\x6c\x7d\x9a\xb2\x6f\xdf\xfd\xfe\x2f\xf7\x97\xbf\xde\x3f\xad\xd7\x77\x7f\xfe\xf7\x3f\xe5\x66\xbf\xfd\x77\xe5\xb7\x7f\xd6\xbf\xe9\x9f\xfe\xeb\xfa\xfa\xf3\xc7\xcf\x9f\x5e\xf6\x6f\x8f\xa3\xfe\x1f\xf8\x3f\xff\xed\xcb\x7a\xa6\x7a\xfb\xee\xbf\xff\x97\xef\xff\xf0\xfa\x1f\xf6\xb2\xe3\x75\x96\x72\x96\xff\xf9\xe0\xff\xed\x2f\x9f\xe7\x7a\x1d\xfc\xd7\xc9\xe6\xfd\xf3\x5c\x3f\x7f\xb9\x7d\x7d\xbd\x3f\xfd\xb8\xde\x5e\xaf\x0f\xc7\xf1\xfe\x7a\xbd\x3e\x5c\xc7\x7b\xfc\xd7\xef\x2c\x1f\xef\xaf\x0f\x7f\xfa\xe3\x9f\xfe\xf8\x1e\xbb\xfc\x7f\xfc\xdf\x8c\x69\x3e\x7d\xfe\x36\xd7\x06\xd3\x0c\x1f\x6c\xbf\xbf\x2c\x46\xfc\xdf\xff\xf4\x66\xc7\xf1\xac\xfb\x71\x3e\xde\x67\x78\xb7\x15\xde\x1f\x6e\x56\xbb\xad\x5c\xef\xaf\xde\x03\x28\x1d\xc0\xdf\x5f\x96\x5a\x4e\xc2\xa6\x30\x0d\x3a\xaf\x40\x6e\x13\xb2\xcb\xfb\xcb\xea\x19\xc8\xae\x20\xf5\xfd\x75\x66\xf9\xec\x06\xd2\x02\x69\x42\x2e\x90\x15\x48\xac\x76\xb2\xfc\x19\x33\x9f\xa5\x06\xc2\xcc\x67\xf8\x24\x0b\x9f\x84\x4f\x0a\x9f\x6c\xb1\x9f\x84\x4f\x1a\xe3\xfd\x95\x5b\x8c\x4a\x63\x82\xec\xf7\x57\x39\xc2\x27\x33\x2a\xc7\xa8\xd2\x4b\x20\x8c\xca\x31\x73\x2d\xb1\xc3\x82\x4f\x09\x9f\x56\xe2\x29\x0a\x3e\x25\x7c\x2e\x8b\x51\x15\x9f\x1a\x3e\xfd\x88\xfd\x54\x7c\x6a\xf8\xf4\x16\xa3\x1a\x3e\x4d\xfc\x1c\x35\x36\xd4\x70\x6a\xe1\x64\x76\xc6\xb8\x0b\xaf\x0b\x16\xcf\xd8\xe4\x85\xd7\xb5\x21\x36\x06\x76\xbc\xba\xbc\xd2\x75\x04\x84\x57\x97\x57\xd6\x1b\xb9\xf1\xba\xe5\x55\x52\x90\x7b\xe3\x75\xcb\xab\x1e\x31\x70\xe0\x35\xe4\x55\x7b\x0e\x08\xaf\x21\xaf\x56\x62\xa0\xe3\xe5\xf2\xba\x4a\x44\x85\xe3\xe5\x7b\xbe\xbf\xac\x5b\x0c\xf4\x18\xf1\x98\x33\xa7\xf0\x9a\x0c\x9c\x7a\x79\xc7\x11\x73\x4d\x06\x4e\x79\x1d\x2d\x36\xb1\xf0\x5a\xf2\xb2\x1a\x73\x2d\xbc\x96\xbc\xce\x33\x06\x6e\xbc\xb6\xbc\xd2\x19\xd3\x6f\xbc\xb6\xef\x80\xae\x18\xb8\x27\x5e\xcf\x26\xce\xb7\x0f\xe3\xd0\xc0\x71\x68\x60\x6e\x3d\x20\x0d\x1c\x87\xbc\x4a\x0e\x2f\xc2\x7c\x28\x82\xcf\x9a\x6a\x40\x78\x11\x8c\x35\x62\x7f\x10\x8d\x83\x68\x6c\x3d\x05\x84\x97\xc2\xf1\xbc\x22\x42\x07\xf1\x38\x14\x8f\x67\x2f\x47\x40\x78\x25\x05\xed\x11\x31\x3a\x88\xbf\xa1\xf8\x4b\x16\xe4\x0c\x02\x70\x64\x42\x3b\xc8\x19\x44\xe0\x50\x04\xa6\x33\xc8\x19\x84\xe0\x50\x08\xa6\x14\xe4\x0c\x62\x70\x28\x06\x53\x0e\x72\x06\x41\x38\x14\x84\x29\x07\x39\x83\x28\x1c\x8a\xc2\x54\xda\x15\x10\x5e\x8a\xc2\x54\x73\x0c\x24\x0a\x87\xa2\x30\xb5\x54\x02\xc2\x4b\x51\x98\x5a\x8f\x81\x44\xe1\x50\x14\xa6\xab\x07\x85\x44\xe1\x50\x14\xa6\x5e\x62\x20\x51\x38\x14\x85\xf9\x88\x84\x1e\x44\xe1\x50\x14\x66\xb3\x18\x48\x14\x0e\x45\x61\x3e\x8f\xa0\x90\x28\x1c\xc3\x5b\x40\x35\x06\x0e\xbf\x04\x69\x60\x8a\x44\x1b\x04\xe6\x50\x60\xe6\x24\x72\x08\xcc\xa1\x28\xcc\x59\xe4\x10\x85\x43\x51\x98\x8b\xc8\x21\x0a\x87\xa2\x30\x17\x91\x43\x14\x8e\x55\xec\xfd\x95\xab\xc8\x59\xe5\x04\x3a\xb5\x22\x50\x12\xa4\xb9\x6a\x8f\xad\x12\xab\x43\xb1\x9a\x5b\x8e\x97\x46\xac\x0e\xc5\x6a\xbe\x52\x4c\x4f\xac\x0e\x05\x66\xbe\x7a\x7b\xfb\xe0\x04\xa6\x2b\x30\x73\xef\x16\x90\xbc\x5c\x81\x59\x8e\x92\xdf\x3e\x38\x81\xe9\x0a\xcc\x62\x51\x37\x9d\xc0\x74\xbb\xef\xf7\x57\x39\xcd\x04\x0d\x41\x1a\x78\x9e\xe7\xdb\x07\x27\x56\x5d\xb1\x5a\x52\xb0\xea\xc4\xaa\x9f\x1e\x03\x53\xb0\xea\xa7\x0f\xa0\xa1\x81\x26\xc8\x05\x69\xae\xac\xe9\x89\x68\x4f\xf5\x08\x28\xca\xb9\xa7\xaa\xb9\x14\xe4\x25\x07\x13\x4e\x90\x7b\x1a\xd7\xfb\xab\x94\x53\xd0\xe8\x40\x3d\xa0\xa2\xb9\xc6\x0d\x74\x0b\x3a\x04\x69\x13\xca\x8e\x52\xa2\xce\x3a\xd9\xe1\xb9\x94\xf7\x57\xa9\x67\x78\xe5\x52\x81\xaa\x56\x2c\x82\x9a\x20\x6d\xa2\x66\x0d\x64\x13\xca\xa1\x52\xaf\x80\xc8\x21\x57\x0e\x95\x16\xed\xc0\xc9\x21\x57\x0e\x95\x2b\x05\x13\xe4\x90\x57\xfa\x41\x4a\x6f\x1f\x9c\x20\xf7\x9e\x63\xf7\x5d\xcf\xd8\xf3\x0d\x74\xbf\xbf\x6a\x74\x3a\xef\x59\x9b\xef\x75\xbc\xbf\xea\x21\x9e\x7b\x15\x83\x4a\x8e\x7a\xe4\x43\x6d\xfa\xd7\xf6\xfa\x2f\x75\x5c\x27\x77\xbc\x47\x97\xaa\x47\x89\xfd\xf4\xb1\x80\x34\x49\x02\xda\x82\x96\x07\x74\x69\xf5\x35\x05\xa9\x67\x59\x64\xab\x93\x74\xae\xa4\xab\x56\xe2\x41\x48\x3a\xbf\xa3\xf7\xd6\xd3\x62\x8f\xb7\x9a\x2f\xa6\x5a\xc4\xa8\xdf\xea\xbe\xae\xd4\xac\xe9\x08\xea\x48\x4d\x57\x6a\x56\x25\x9d\x93\x9a\x3e\xf0\x8a\xf6\xe6\xe4\xa1\x2b\x0f\x6b\x8e\xf6\xe6\xe4\xa1\x3b\xbd\x34\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x0c\xab\x2d\xda\x9b\x93\x61\xae\x0c\xab\x57\xb4\x37\x27\xc3\x5c\x19\x56\x7b\xb4\x37\x27\xc3\x5c\x19\xd6\x8e\x68\x6f\x93\x0c\x9b\xca\xb0\x76\x44\x7b\x9b\x64\xd8\x54\x86\x35\x8b\xf6\x36\xc9\xb0\xa9\x0c\x6b\x67\xc4\xe8\x24\xc3\xa6\xd2\xa9\xa5\x68\x6f\x93\x74\x9a\x4a\xa7\x96\xa3\x18\x4c\xd2\x69\x2a\x51\x5a\x6e\x31\x90\x44\x99\x09\xc1\x50\x4b\x40\x78\x29\xb8\x9b\x42\x66\x12\xdc\x53\x61\xdb\x5a\x64\xeb\x24\x6c\xa7\xc2\xb6\xb5\x2b\x06\x12\xb6\x13\xf1\x71\x45\xe3\x9a\x84\xed\x54\xd8\xb6\x1e\xf1\x3e\x09\xdb\xa9\xb0\xbd\x8e\x68\x5c\x93\xd2\x3f\x6b\xe4\xf4\x75\x44\xe3\x9a\x55\x39\x8d\xb9\x5a\x44\xce\xac\x3e\x05\xa1\x64\x82\xd5\x49\x83\x98\xad\xf5\x80\xba\xa0\x76\x03\xdd\xef\xaf\xeb\xba\xba\xa0\x01\x14\x03\xe1\x8b\x36\x32\xd5\x46\xae\x33\x4a\xff\xa4\x8d\x4c\xb5\x91\x2b\x45\xe9\x9f\xb4\x91\xa9\x36\x72\xe5\x28\xfd\x93\x0c\x9b\xca\x94\xab\x44\xf2\x4c\x52\x61\x2a\xa2\xaf\x12\x45\x6a\x12\xd1\x53\x11\x7d\xd5\x1a\xfb\x22\xa2\xe7\x3d\x03\x6a\x51\x6b\xe6\x3d\x37\xd0\xd6\x03\xc5\xf4\xf7\x62\xa0\xe6\x6a\xda\x3d\x11\x3d\x15\xd1\xd7\x15\x85\x65\x12\xd1\x73\xdc\x55\xcf\x98\x04\x35\x41\x1a\x78\xf5\xf0\x22\xc8\xa7\x82\xfc\xea\xd1\x20\x26\x41\x3e\x15\xe4\xfd\x88\xee\x39\x09\xf2\xa9\x20\xef\xca\xc7\x49\x90\xcf\xb9\x47\x40\xd1\x3d\xe7\xdc\x0e\xe4\x31\x50\xfb\x9a\x7b\x02\xc5\xc0\x53\x10\xa9\x30\x95\x0a\xfd\x8c\x06\x31\x49\x85\xa9\x54\xe8\x29\x1a\xc4\x24\x15\xa6\x52\xa1\xe7\x68\x10\x93\x54\x98\x4a\x85\x5e\xa2\x82\x2f\x52\x61\x29\x15\x7a\x3d\x4a\x40\xf2\x5a\x4a\x85\x5e\xeb\xf5\xf6\x61\x91\x0a\x4b\xa9\xd0\x5b\xd4\xf9\x45\x2a\x2c\xa5\x42\xbf\xce\x18\x48\x2a\x2c\xa5\x42\xef\x21\xc1\x17\xa9\xb0\x94\x0a\xbd\x47\xd5\x5d\xa4\xc2\x4a\x68\xde\x23\xca\xee\x22\x17\x96\x72\xc1\x0e\x8b\xa2\xb6\x48\x86\x95\xf1\x3b\xa3\xf0\x2e\xb2\x61\x65\xfc\xce\xa8\xbc\x8b\x74\x58\x05\xbf\x14\xef\x64\x91\x0f\xab\xe0\x97\xa3\xd6\x2d\x12\x62\x55\xfc\x4a\x9c\x2b\x16\x19\xb1\x2a\x7e\xd5\x62\x2c\xc1\xbe\x1e\x4d\xde\x8e\x1c\x18\x7e\x88\xf2\xa3\xd5\x18\x4b\x20\x2f\x54\xf9\x71\xd5\x60\x93\x48\x5e\xd7\x7d\x06\xd6\xcf\x2c\x2c\x09\x63\x6c\x0f\xe9\xb1\x08\xef\xd5\x5b\x9c\x82\xec\x10\x55\xbd\x55\x30\x09\xff\xa3\xc5\x58\x62\x7e\x21\xe0\xed\x88\x10\x5c\x04\xfd\x42\xc1\x9b\xb5\x98\x8f\xa8\x5f\xf7\x73\x68\x08\xb1\xb1\x08\xe8\x35\xca\x1d\x58\x8a\x4a\xbe\x46\x19\xc2\x18\x9b\xf4\x22\x89\xf2\x35\xf6\x21\x2c\xe2\x70\x8d\xfd\x60\xc6\x9e\xab\xb0\x13\x4c\x63\x73\x04\xfa\x22\xf6\x17\x27\x00\xcb\x11\x8a\x8b\xe0\x5f\x3e\xe3\x08\x60\x25\x62\x71\x79\xa4\xe3\x63\xe2\xd9\x92\xb0\x2d\x8c\xf9\x6a\x9c\x99\x16\x59\xb2\x26\xf3\x55\xbd\x23\xd2\x64\xcd\xbb\x07\xd6\xf4\x8e\x66\x48\x9c\x0f\x6b\x32\xb6\x45\xb6\x2e\xb2\x62\x2d\xc6\x5e\x0a\x65\xd2\x62\xad\x25\x0e\x2e\xc5\xf2\x5a\x03\x6c\xc4\xd1\x49\xf2\x6d\xad\xe8\x9c\x1f\xd6\x62\x3e\x15\xd0\x45\xfe\xac\xcd\x7c\xbd\xda\x3f\xed\xd6\x8b\xfc\x5a\x9b\x53\xd9\x11\xaf\x7f\x93\x60\xfb\x08\xc1\x62\xa7\xd9\x15\x98\x14\x0b\x26\x1e\xa9\x0b\x6b\xc2\x38\xe4\x59\xbc\xc2\x4d\x26\xee\x23\x74\x99\x9d\x76\x09\x93\x30\xc3\xc4\x2b\x34\x61\x2e\x8c\x75\x25\xf3\x36\x29\xbb\xad\x9e\xc2\x82\xf2\x6d\x35\x81\xdd\x3c\x7a\x17\x36\xc0\x44\x47\xd5\xba\x26\x9d\xb2\x9f\x63\x7b\xb2\x16\x18\x7b\x31\xd6\x48\xd1\x50\x36\x09\xbf\xcf\xda\x02\xcb\x29\xc6\x9e\xf5\x02\xbb\x02\x6b\x11\xb2\xfb\xac\x5d\x18\xf3\xe5\x26\x3f\xe6\x3b\x5d\xfb\xcb\x71\x52\xd8\xa7\x6b\x7f\x27\x6b\x94\x48\x95\x4d\xb9\xd8\xa9\x65\x61\x97\xb0\xc8\x9b\x30\x8b\x3d\x07\x07\x94\x90\x4d\x09\x39\x6b\xb4\x9f\x4d\x09\xd9\xb9\x8a\xfb\x96\x4b\x60\x55\xdc\x53\x56\xce\x16\x1a\x7f\x53\x56\x76\x1e\x5a\xe3\x12\x2f\x79\x14\xb0\xc2\x5e\xaa\x30\xc6\x46\x79\xb6\xf3\x3a\xe5\xa7\xfa\xbc\x29\x49\x67\x3f\x62\x5d\x4a\xd2\xa6\x24\x9d\xfd\x08\x0e\x28\x49\xbb\x3c\x7e\x21\x86\x36\x25\x69\x57\xbd\xa3\x74\xd4\xe0\xa5\xf2\x8e\x64\x62\x2c\x58\x16\xc6\xd1\xfe\x08\x89\xbb\x29\x5d\x9b\xd2\x95\x4c\xef\x9c\xd2\xb5\x29\x5d\x49\x7a\x6e\x53\xba\x36\xa5\x2b\x9d\x21\x17\x36\xa5\x6b\x53\xba\x52\x52\x6c\x50\xba\x36\x65\x2a\x65\xbd\x5f\xca\xd4\x56\x65\xb2\x54\xf4\x7e\x7b\x6b\x60\xf2\x2b\x97\xfc\x18\xdb\xe3\xf5\x59\x2a\x21\xa8\x76\xf7\x0c\x96\xf1\x2b\xc2\x0a\x58\x70\x9a\xaa\xf8\xeb\x5e\xc1\xb4\x06\xef\xb2\x3b\x6b\x4c\x13\xc6\xba\xf3\x04\x63\x6c\xa4\xe8\xa6\x14\x62\xac\xb4\x68\x42\xfb\xce\x06\x16\x63\xb3\x24\xcd\xbe\xf3\x09\x16\x3c\xb7\x74\xe0\x97\xc0\x92\x2e\xa2\xe2\x9c\xbd\xef\x9c\xc1\x62\xcf\xe5\x6a\x60\x05\xac\x30\xb6\x0a\xab\x60\xb1\xe7\x72\x66\xb0\x06\x16\xb9\x90\x8f\xc2\xba\x17\xd8\xa5\xbd\x74\xf6\xdc\xc1\xa2\x9c\xe5\x1a\xad\x69\xdf\x3a\x3c\x60\x62\x0d\xd6\x1d\x60\x91\x97\x35\x1b\xf3\x39\xd8\x64\x3e\xd6\x5d\x60\x8b\xb1\xf8\x6d\xb0\x0d\x07\xc1\xf3\x5d\xe0\x2a\x4c\xf8\x81\xc1\x55\x18\xab\xbc\xf3\xbb\xc0\x55\x1c\x68\xad\xa5\x28\xb7\xfb\x2e\xf0\x12\xc6\xea\x91\xc4\x5f\x81\x17\xd5\xb5\x7a\x24\xad\x4b\x5d\x93\x89\xb1\x7a\x5e\xea\x9a\x8c\xd5\x5c\x19\x0b\x2f\xa5\x0b\x2b\xac\x0b\x07\x6a\x57\x35\x17\xf6\x07\x07\x05\x0e\xaa\xb8\x2a\x70\xa0\x6b\xc6\x9a\x2b\xeb\x4e\xb0\xe0\xa5\xb6\xca\x9e\xe1\xa5\xe8\x0a\xcb\x9e\xfd\xc1\x4b\x85\x03\xd3\x7c\x15\x0e\x2a\x1c\x44\xdb\xdd\x77\x85\x03\xe5\x65\x3d\xe0\x85\xbc\x94\xb1\x72\x11\x43\xe4\xa5\x4c\xcc\x07\x06\x2f\xaa\x39\xe5\xe2\x5d\x52\x73\x64\x62\x0d\xe6\x83\x17\xd5\xc9\xaa\xfb\xa7\x7d\x53\x27\x65\xac\xe6\x8b\xfd\xc1\x4b\x25\x36\x8c\xb1\xf0\x52\xc5\x41\x21\x26\x2b\x1c\xd4\x09\xc6\x7c\x70\x50\xc5\x41\x31\x9e\xed\xe1\x60\x2b\xee\x93\xf6\xd7\x88\x8d\xf6\xf0\x02\x06\x2f\x4d\xbc\x94\x53\x7b\x69\xf0\xd2\xc8\x23\x62\xb2\xc1\x4b\x53\x1e\x99\xf2\xfc\x6e\xf0\xa2\x9a\x5d\x4b\x32\x61\xf0\x22\xc9\x53\x4b\xd2\x5e\x1a\xbc\xb4\x27\x5e\xb4\x67\xea\x8b\x4c\xf8\xe9\xd9\x1a\xf1\x12\xc6\x4a\xef\xf8\xc1\x55\x18\x2b\x0f\x7f\x0d\xae\xda\xcd\x7b\x03\x83\xab\xa6\x18\xba\x9e\xb1\xc4\x50\x13\x7f\xc7\xc5\xfe\xe0\xaf\x89\xbf\xc3\xfe\xf9\xe1\x7c\x4b\x82\x3d\xc6\x2a\xed\x1e\x25\x86\x89\x69\x94\x02\x37\xb4\x49\x15\xd6\xa2\x36\x74\xdf\xd0\x76\x2b\x9c\x5a\x16\xe5\x37\xb4\x85\xb1\x7c\x65\xd1\x7b\x43\x5b\x18\xcb\xad\x30\x16\xda\xee\xca\x1a\x7a\x35\x37\xb4\x85\xb1\x96\x4e\xa5\xc0\x0d\x6d\xb7\x42\x8c\x76\x70\xdf\xd0\x26\x35\x55\xae\x83\x3d\x43\xdb\x7d\xb3\x3f\xfc\xa0\x2d\x8c\x95\x52\xf1\x83\xb6\x1b\x8a\x32\x6b\xc0\xc1\xad\xfb\x64\x2b\x60\x84\x58\x18\x2b\xba\x30\xd8\xf7\x20\xc4\xc2\xc4\x9e\x45\xf9\x80\xab\x01\x57\x84\xc9\x80\xab\xa1\x10\x33\x4a\xdc\x80\xab\x41\x49\x3a\xf1\x83\x2b\xb5\xec\x6a\x84\x09\x2d\x5b\x26\xe6\x13\xa7\xb4\x6c\x19\xab\x07\x69\x31\xe0\x2a\x8c\x95\xeb\xd9\x0b\x5c\x8d\x0b\x3f\xf6\x0c\x57\xa3\x83\xe1\x07\x57\x83\x10\x83\xe7\x01\x57\x61\x62\x7f\x8c\x85\xab\x41\x88\x49\x02\xdc\x83\x10\x1b\xf0\x47\xa9\x1e\xf0\x37\x28\xdf\xa4\xd9\x80\xbf\xb1\xe1\x4a\xcf\xe1\xf0\xe7\xa4\x28\xb1\xe6\xf0\x17\xc6\xb8\x87\xda\xb7\xc3\x9f\x53\xba\x24\x1f\x6e\x64\x95\x4c\xcc\xa7\x18\xa2\x3d\xcb\x58\x33\x5a\x04\xed\x59\xc6\x4a\x6f\xf8\xc1\x9f\xda\x73\xe9\xb4\x30\xda\xb3\x4c\xf8\xb1\x2e\xfc\x85\x89\xfd\x31\x16\xfe\x5c\xad\xee\xec\xec\x05\xfe\x24\x69\xeb\x49\x19\x45\xd2\xca\xc4\x58\xe6\x83\xbf\x30\xb1\xae\xb8\x72\xf8\x73\x4a\x5c\x63\x2f\xf0\xe7\x8b\xbd\xe8\x1d\x39\xfc\xf9\xc6\x4f\x9c\x4e\xf8\x9b\x0f\x7f\xe2\x74\xc2\x9f\x64\x46\x3d\x89\x21\x64\x86\x8c\x55\x23\xd6\x26\xfc\x4d\xf1\x57\x2a\x63\xe1\x6f\xd2\x12\xc9\xcb\x09\x7f\x92\x28\xd5\x88\xb5\x09\x7f\xb3\xb2\x86\xde\xdb\x84\xbf\xd9\xc8\x69\x3d\xdb\x84\xbf\xf9\xf0\x07\x06\x7f\x93\xf8\x7b\xf6\x02\x7f\x61\x2c\x57\xf2\x72\xc2\xdf\x7c\x72\x55\x3c\x4f\xf8\x9b\x4f\x5c\xb1\x17\x78\x99\xf0\x82\x34\x5a\xf0\xb2\xc8\x4b\x5a\xc9\x82\x97\x45\xe9\x97\x44\xbe\x17\xbc\x84\xb1\x92\x2f\x71\xbf\xe0\x65\x25\x30\x71\xb0\xe0\x65\xd1\x12\x13\x7e\xf0\xb2\x28\xfd\x5d\xef\x63\xc1\xcb\x52\x5c\x35\x49\xbc\x7b\xc1\xcb\xa2\xf4\x13\xcf\x0b\x5e\x96\x4a\x7f\x22\x0e\x16\xbc\xac\x8e\xd4\xd2\xb3\x2d\x78\xd1\x49\xaf\x56\xf2\x77\xc1\x8b\x4e\x7a\xb5\x92\xbf\x0b\x5e\x16\xad\x93\x18\x5f\xc4\x55\x98\xa8\xc5\x60\xc4\xd5\x52\x6d\xaf\xc4\xf3\x82\xbf\x25\xfe\x38\x2a\xdd\x1b\xfe\x74\x7a\x2e\x99\x67\xdb\xf0\xa7\xd3\x73\x4b\x09\x0c\xfe\xc2\x58\x7e\xa4\xe5\x86\xbf\x30\x96\x9f\x9c\xd9\xf0\xb7\xd5\x03\x8e\xaa\xe7\xd8\xf0\xb7\xc9\x4b\xe2\x6f\xc3\xdf\x56\x5c\xd5\xc7\x0f\xfe\xb6\x7a\xc0\x81\x7c\xd8\xf0\xb7\x55\xd7\x2a\xf9\xb1\xe1\x2f\x4c\xec\x4f\xef\x77\xc3\xdf\x86\x3f\xe2\x6a\xc3\x9f\x8e\x3b\x2d\x21\xfb\x38\xee\xc8\xc4\x7c\x60\x70\xc5\x07\xc4\x2a\x09\xc5\xed\x03\x26\xb0\x2e\xcc\xc0\x1e\x5e\x9a\xb0\x13\x4c\xf9\x56\xd5\x8a\x07\xd2\x5c\x26\xfc\x2e\x61\x19\x0c\x69\x7e\x32\x5f\x01\x23\xdf\x8c\xb1\x15\x8c\xb8\x2a\xec\xa5\x81\xd1\x1b\x13\x63\x2f\x30\x49\xf3\xab\xff\xf3\xd3\xfd\x1e\x28\x77\x19\x6b\x49\xaf\x7f\xa0\xdc\x65\xac\xea\xc3\xcf\x1e\x28\x77\x99\xf0\x63\x5b\x0e\x46\x3b\x30\xb6\x35\xc1\x26\x5b\x60\xec\x02\xe3\x8b\x6d\x86\xa2\x0d\xa6\xb0\x6b\x52\x94\x03\x35\x2f\x63\x55\x97\x22\x7b\xa0\xe6\x07\x6a\xbe\xa9\xbd\x0c\xd4\xbc\x4c\xf8\x25\x61\xd0\x2b\x85\x5f\xf4\x11\x6d\x0f\x14\xfe\x40\xe1\xb7\x93\x35\xa0\xb7\x70\xf2\xd1\x89\x6b\xa0\xf0\x65\xac\x36\x5e\x21\x0a\x5f\x26\x42\x96\xbd\x40\x6f\x51\xd8\x35\x49\x8a\x51\xe0\x4f\xaa\xbf\xb4\xcc\xfe\xe0\x0f\xd5\x9f\x2e\xfc\xe0\x0f\xd5\xdf\x08\x27\x54\xff\x40\xf5\x27\xf8\x43\xf5\xcb\xc4\xfe\x78\x36\xf8\x43\xf5\x93\x52\x03\xd5\x2f\x13\x2d\x47\xeb\x56\xf8\xab\x94\x3d\xb5\xec\xc1\x49\x40\x26\xe6\xd3\x1a\x9c\x04\x06\x27\x81\xd6\x18\x0b\x7f\x3a\x09\x54\xe4\xc8\xe0\x24\x20\x13\x61\x27\x4e\x39\x09\xc8\xc4\x7c\xda\x0b\x27\x81\xc1\x49\xe0\x48\xac\x0b\x7f\xba\x45\xa9\x48\xa8\xc1\x2d\xca\xe0\x74\x70\x10\xee\x9c\x0e\x06\xa7\x83\x76\x31\x16\xfe\x74\x3a\xa8\x0d\xfe\x38\x1d\xc8\x58\xee\xcf\x7c\xf0\xc7\x89\xe1\x38\x79\x0e\xf8\xd3\x89\xa1\x9d\x9d\xfd\xc1\x1f\x27\x86\xc3\x98\x0f\xfe\x38\x31\xb4\xae\x77\xce\x89\x61\xb4\x87\x2b\xf9\x71\x3a\x18\x9c\x0e\x4e\xd2\x96\xd3\x81\x8c\xe5\x93\x77\xce\xe9\x60\x70\x3a\xd0\x67\xe3\x3d\x38\x1d\x0c\x4e\x07\xfa\x82\xbe\x07\xa7\x03\x99\xe0\x5e\xfb\xe3\x74\x30\x38\x1d\x1c\x2a\x5d\x83\xd3\x81\x4c\x8c\x15\x57\x9c\x0e\x64\xa2\xad\xb1\x67\xb8\x7a\x4e\x07\x07\x63\xe1\x8a\xd3\xc1\xf1\x3c\x07\x5c\xe9\x24\x50\x4e\x49\xbc\x81\xd4\xe7\xe2\x34\x9f\xe4\x02\x52\x5f\xc6\xca\xa9\xd3\xd0\x40\xea\xcb\x84\x6c\xd1\x73\x20\xf5\x07\x52\xbf\x53\xe2\x90\xfa\xe3\x7e\x62\x83\xb1\x3c\xef\x23\xeb\x79\x6f\xc8\xfa\xf1\xc8\xfa\x07\xe3\x79\x91\xf5\x07\x71\x8a\xac\x97\xb1\x7a\x3d\xfb\xe3\x79\x91\xf5\xd7\x85\x1f\xcf\x7b\x53\x9b\x0a\x7b\xe1\x79\x6f\x67\x2c\x7b\x21\x36\x24\xf5\xcb\xf1\x3c\x1b\x1c\x48\xea\xd7\xab\xb2\x06\xb1\x21\xa9\x5f\x2f\xe2\x1e\xa9\x3f\x90\xfa\x97\x64\xda\x40\xea\xcb\xc4\xba\x60\x70\x25\xa9\x5f\x13\x79\x8e\xd4\x97\x89\xf9\xf4\xde\x90\xfa\x32\xc6\xa7\xdb\x3d\x90\xfa\x03\xa9\x7f\x49\x7a\x0c\xa4\xfe\x40\xea\x5f\x92\x37\x03\xa9\x2f\x13\xa7\x3f\x3d\x2f\x52\x7f\x20\xf5\xb9\xb1\x1b\x48\x7d\x99\xc8\x5f\xc6\xc2\x1f\x52\xbf\x53\x63\x91\xfa\x32\x56\x9a\xb1\x2e\xfc\x21\xf5\x7b\xc2\x0f\xfe\x90\xfa\x9d\xfc\x45\xea\xcb\x84\x1f\xeb\xc2\x1f\x52\x3f\x4b\x86\x0f\xa4\xbe\x8c\xd5\x8c\x1f\x52\x5f\xc6\x6a\x87\x7b\xa4\xbe\x8c\xe5\xc2\x73\x20\xf5\x07\x52\x9f\x5b\xc6\x81\xd4\x97\xb1\xa2\x6f\x3c\x7b\x20\xf5\x07\x52\xbf\x51\xc3\x90\xfa\x03\xa9\x5f\xa9\xb1\x48\x7d\x19\xab\x5d\xb7\xaf\xfc\xe0\x02\x63\xe5\x20\x5e\x90\xfa\x32\x71\xac\x04\x83\x3f\x49\xfd\x7c\x9d\xec\x05\xfe\x24\xf5\x6b\x22\x26\x91\xfa\x32\x56\x39\xc6\x0c\xa4\xfe\x40\xea\xf7\x8e\x1f\xfc\x39\xb5\x5d\xf2\x66\x20\xf5\x07\x52\xff\x60\x0d\xa4\xfe\x40\xea\x73\xd4\x1c\x48\x7d\x19\xcb\xb5\xb7\x7f\x45\xbb\xe7\x24\x20\x13\xd3\xe8\x91\x38\x09\xc8\x58\x3b\x68\x93\x9c\x04\xc6\x24\x95\x75\xa1\x37\x50\xfd\xe3\x51\xfd\x84\x2c\xaa\x5f\x26\xd2\x1b\x3f\xa8\x9c\x48\x0a\x9d\x22\x06\x0a\x5f\xc6\x2a\x17\x8e\x03\x85\x3f\xa6\x94\xd8\x53\xf6\x26\x14\xe9\x3b\x4b\xb1\x67\x2f\x50\x84\xea\xe7\xe2\x6a\xa0\xfa\x65\xac\x71\x6a\x1f\xa8\x7e\x19\x2b\x87\x54\xe1\x40\xf5\xcb\xc4\x5e\x34\x1f\xaa\x5f\xc6\xda\x41\x39\x43\xf5\xcb\x04\xa6\x35\x50\xfd\x32\x51\x92\xf4\x1c\xa8\x7e\x99\x98\x4f\xfc\xa1\xfa\x65\xac\x9e\xcf\xba\xf0\xb2\x9e\x12\xa7\x14\x40\xf5\x0f\x54\x7f\xa7\xad\xa1\xfa\x65\x02\x13\x07\xa8\x7e\x19\x6b\x09\xe9\x81\xea\x1f\xeb\x29\xe9\xe2\x1e\xd5\x2f\x13\x7e\xac\x0b\x7f\x52\xfd\xf5\xa4\xad\xa1\xfa\xf9\x16\xd6\x12\x69\x86\x9a\xe7\x5b\x58\xd3\x2f\x93\x36\xdf\xc2\x30\x51\xba\x34\x1f\x6a\x5e\xc6\x9a\xd1\x36\x50\xf3\x32\x56\x8c\x96\x83\x9a\x97\xb1\x66\xb4\x35\xd4\xbc\x8c\xe5\x44\x8b\x40\xcd\xcb\xc4\xf3\x6a\x7f\xa8\xf9\x81\x9a\x7f\xa4\x25\x6a\x7e\xec\x87\x03\xe6\x83\x83\x3d\x88\x0d\xd6\x85\x03\xa9\xf9\x7c\xe8\xd2\x75\xa0\xe6\x65\xac\xf1\xd1\x69\xec\x87\x03\x6e\x74\x14\xf7\x7c\xe7\xc3\x58\x33\xc9\x16\x47\xcd\x3b\x6a\x9e\x1b\x18\x47\xcd\xcb\x44\xfb\x6b\xc2\x12\x18\x6a\xbe\x82\x65\x30\x6e\x1f\xd4\xd6\x1c\x35\xef\x5c\xb4\xeb\x27\x18\xdb\x51\xf3\x32\xf1\xbc\xac\xd1\xc0\xb8\xbd\x79\xfc\x2e\x30\xa9\x79\x53\xc9\x74\xe4\xba\x4c\xc8\x4d\xb0\x1b\xec\xe1\x8a\x67\x1b\x60\x83\xb1\x60\x0e\x26\xae\x4c\x2d\xd6\x91\xeb\x8e\x5c\xb7\x67\x2f\x0b\x4c\xb2\xe0\xd7\xe7\xd8\x60\xba\x7c\xd7\x6f\x5c\xb7\x23\xd7\x1d\xb9\x6e\x8a\x71\x47\xae\xcb\xc4\x5e\xc0\xe0\x4f\x72\x3d\x1f\x8a\x53\x47\xae\x3b\x72\xdd\x24\x41\x1d\xb9\x2e\x63\xd9\xd4\x3a\x1d\xb9\x2e\x13\x7e\x49\x18\xfc\x3d\x17\xf2\xfa\xf0\xe6\xc8\x75\xe7\x42\x5e\xbf\x7e\xd9\x8e\x5c\x97\xb1\xcc\x25\xae\x23\xd7\x65\x02\x63\x5d\xf8\x93\x5c\xcf\xa6\x98\x74\xe4\xba\x8c\x65\xeb\xac\x01\x7f\x92\xeb\x99\x8f\x2b\x8e\x5c\x97\x09\x8c\xfd\xc1\x5f\x41\x56\x19\x63\xe1\x4f\x72\xbd\x74\x9d\x94\x1d\xb9\x2e\x63\xc5\x54\xfa\x1d\xb9\x2e\x13\x63\xf5\x1c\xc8\x75\x99\x78\x5e\xf1\x87\x5c\x97\x09\x3f\xbd\x37\xe4\xba\x3f\x17\xf7\x92\x28\x8e\x5c\x97\xb1\x7a\x3c\xeb\xc2\x9f\xe4\x7a\x3e\x89\x2b\xe4\xba\x23\xd7\xf5\xcb\xde\xed\xc8\x75\x99\x98\x8f\xfd\xc1\x5f\xe5\xf6\x8b\x58\x43\xae\xfb\x73\x99\xcf\x7b\x43\xae\x3b\x72\x5d\xbf\x69\xd8\x8e\x5c\x97\x09\x69\xc9\x5e\xe0\x4f\x72\xbd\xd0\x12\x1d\xb9\x2e\x13\xf3\xe9\xbd\x21\xd7\x65\x2c\x17\xe5\xb9\x23\xd7\x65\x2c\x27\xd5\x21\xe7\x82\x5f\xc6\x32\x97\xf9\x8e\x84\x97\xb1\xcc\x2d\xa3\x23\xe1\x1d\x09\x4f\x8f\x72\x24\xbc\x37\x6a\x7b\x63\x0d\xb8\x42\xae\x23\x0b\x1c\xb9\x2e\x13\x7e\x60\x70\x85\x5c\xa7\x5e\x39\x72\x5d\xc6\xb2\x7e\x15\xb4\x1d\xb9\xee\x8f\x5c\xd7\x51\xd8\x91\xeb\x8e\x5c\x3f\xe1\x0f\xb9\x2e\x13\xfb\x63\x0d\xb8\x92\x84\xcf\xa9\xa6\x7f\x6c\xf7\x57\xff\xff\xba\xbd\x23\xf0\xf9\x25\x43\xe5\xae\x92\x5f\x32\x60\x8c\xdf\x91\x6e\x47\xe0\xfb\x0d\x1b\x12\x58\x8e\x98\x97\x89\x9d\x6a\xf7\xdc\xdb\xcb\xe4\x4e\x51\x41\xdf\xcb\x04\x19\xb8\x41\x90\xf4\x7d\xa5\x31\x39\xfa\x5e\xc6\x9a\x7e\xc9\xbd\x1d\x7d\xef\xe8\xfb\x44\x70\xa2\xef\x65\xac\x34\x7d\x1d\x73\xf4\xbd\x3f\xfa\xfe\x62\x3e\x08\xba\xb9\x4a\x7d\xd6\x80\xa0\x9b\xb3\xb3\x04\x8a\xa3\xef\x65\x2c\xa7\x8e\x1f\xc1\x84\xbe\x3f\x99\x0f\x7d\xef\xcf\x55\xbe\xce\xd8\x8e\xbe\x97\x89\x35\x44\x0b\xfa\x5e\xc6\xca\xa9\x86\xed\xe8\x7b\x47\xdf\x1f\x3a\xb3\x3b\xfa\xde\x07\xc1\x44\x72\xa3\xe5\x65\x2c\xf3\xcb\x02\x47\xcb\xcb\x84\x1f\xeb\xc2\x95\xb4\x7c\xb9\x0e\xd6\x85\xab\x5f\xaf\xed\xf1\x83\x2b\xe9\xf6\x9c\x13\x18\xbc\x48\xb7\x97\x46\xb0\xa3\xdb\x65\x2c\x67\x5e\x25\xba\xdd\xd1\xed\x08\x1e\x47\xb7\xcb\xc4\x5e\x84\xa1\xdb\x65\x2c\x67\x89\x11\x47\xb7\xcb\x84\x9f\xde\x1b\xba\xdd\x9f\x2b\x7a\x12\x14\xdd\x2e\x13\x63\xc1\xe0\xc5\x09\xab\x93\xb1\x84\x95\x3f\x5c\x29\xae\xd0\xed\x32\x96\x33\xc5\x0c\xdd\xee\x5c\xd1\x3f\x85\x06\xdd\x2e\x13\x22\x03\x3f\xb8\xe2\x8a\x3e\x13\xf6\xe8\x76\x47\xb7\x67\x8a\x0a\xba\x5d\xc6\xca\x93\x0a\xe8\x76\x99\x10\x14\xec\x0f\xfe\xa4\xdb\xdb\xc1\x3b\x42\xb7\x3b\x57\xf4\x7c\x79\x76\x74\xbb\x4c\xac\x2b\x3f\x74\xbb\x8c\x95\x8b\x9c\x41\xb7\x3b\xba\xfd\xe4\xbd\x21\xcc\x65\xac\xf0\xd5\xd5\x11\xe6\x32\x96\xf5\xd3\xb6\xed\x08\x73\x7f\xae\xe8\xf5\x69\xc5\xb9\xa2\x97\x89\xe2\xa8\xe7\x45\xac\x3b\x62\xdd\x88\x71\xc4\xba\x73\x45\xcf\x95\xba\x23\xd6\x65\xe2\x5c\xa6\xe7\xe5\x8a\x5e\xc6\x72\xa1\x10\x22\xe0\x7d\x3e\x39\xa8\xe7\xe5\x3a\x5e\xc6\x0a\xe2\xda\x11\xf0\xfc\x28\xaa\x3c\x39\x8d\x58\x77\xc4\xfa\x93\x83\x88\x75\x99\x68\x60\x7a\x0e\xc4\xba\x8c\x65\x7e\x71\xe1\x88\x75\xe7\x8a\xfe\x42\x90\x21\xd6\x1d\xb1\x9e\xf4\xf9\xc6\x11\xeb\x8e\x58\x3f\x75\xff\xe2\x88\x75\x19\xcb\x95\xe6\x8c\x58\x77\xc4\xba\x7e\x30\xbc\x1d\xb1\x2e\x13\x7e\xac\x01\x2f\x12\xeb\xb9\xd2\xac\x10\xeb\x32\xb1\x2e\x63\xe1\x45\x62\xbd\x64\x09\x64\x47\xac\xcb\xc4\x58\xf6\x02\x57\x12\xeb\x25\x3f\x18\x5c\x49\xac\xe7\xaa\x2f\xc5\x8e\x58\x97\x09\xa1\x00\x07\xf0\xc7\x15\xfd\x23\xbe\xb8\xa2\x77\xae\xe8\x5b\x06\x83\xbf\x4d\xbd\x22\x4e\x11\xf5\x32\xb1\xae\x9e\x03\x51\x2f\x63\xf5\xd0\x55\xbe\x23\xea\x1d\x01\x9f\xe0\x1e\x01\xef\x5c\xc7\x1b\x71\x80\x80\x97\xb1\x5c\x9f\xb1\x70\xf5\x08\x78\xc4\x08\x02\x5e\xc6\x72\x45\x58\x72\x1d\xef\x8f\xa8\xa7\xe6\x20\xea\x65\xc2\x8f\xfd\xc1\x95\x44\x7d\x3d\xc9\x7d\x44\x3d\x7f\x83\xd3\x12\x22\x1c\x51\xcf\x1f\xe1\xb4\x5c\xff\xa1\x1f\xc6\xff\xff\xe9\xfe\xf2\xf6\xf7\x3f\x68\xf3\x5f\xbe\x7e\x5d\x9f\xbe\xe9\x8f\xe7\xf4\x47\x6b\xaf\xb9\xf6\xc7\x4f\xeb\xef\x7f\x88\xf7\xe5\xf3\x97\x18\xa5\xff\xfd\xef\x00\x00\x00\xff\xff\xd6\xea\xb5\x3c\xb4\x37\x00\x00"); -func (_gd bindataFileInfo )Name ()string {return _gd ._dae };func _affgd ()([]byte ,error ){return _c (_gbdg ,"UniJIS2004-UTF8-V")};func _fde ()(*asset ,error ){_gedb ,_cbfd :=_badg ();if _cbfd !=nil {return nil ,_cbfd ;};_cbgg :=bindataFileInfo {_dae :"ETenms-B5-H",_fb :401,_ae :_be .FileMode (436),_g :_a .Unix (1580491796,0)}; -_acagbg :=&asset {_dd :_gedb ,_ef :_cbgg };return _acagbg ,nil ;};func _fafg ()([]byte ,error ){return _c (_ebgb ,"ETHK-B5-H")};func _bebaf ()(*asset ,error ){_cdgcb ,_gcaf :=_bfbf ();if _gcaf !=nil {return nil ,_gcaf ;};_agbfd :=bindataFileInfo {_dae :"UniJIS-UCS2-HW-V",_fb :4243,_ae :_be .FileMode (436),_g :_a .Unix (1580492906,0)}; -_debe :=&asset {_dd :_cdgcb ,_ef :_agbfd };return _debe ,nil ;};func _gddb ()([]byte ,error ){return _c (_cgef ,"UniAKR-UTF16-H")};var _dde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x94\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x22\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xf3\x7f\xe2\x5f\xdf\x8f\x3d\xc9\x65\xc6\x9f\xbf\x3d\xdc\xa7\xbf\x24\x49\x4e\x5a\xca\xd4\xfe\xbe\xe4\x7f\x7c\x3b\x2c\x3d\xe5\xeb\x9d\x1e\xee\xef\x0e\x6f\xeb\x39\xc9\x94\x5b\x63\x28\xfc\x97\xb6\x87\xa5\xbf\x1e\x37\xdb\x7e\xda\xac\xcf\x7d\x48\x69\xce\x39\xe7\xdb\x34\xfb\x97\xaf\x5f\x6f\xf1\xb4\xff\x3b\x63\x18\xcb\xe5\xca\xfd\xc2\xe4\x7a\x45\xce\xbb\xdd\x6d\xca\xc3\x9c\x85\xc7\x82\x63\x2d\x75\x98\xb3\x32\x51\x24\x45\x74\x98\xb3\x31\x31\x24\x63\x6d\xc3\x9c\x9d\x89\x23\x91\xac\x3e\xcc\xb9\x30\x2a\x11\x69\xc3\xec\xca\xa8\x46\x54\x0c\xc3\x47\x46\x63\x44\xe3\x84\xe9\x8d\x51\x8b\x27\xc8\x8e\xf1\x13\xa3\x29\x22\xcb\x18\xbf\x61\xb4\xb9\x3c\x27\xc6\x3f\x31\x7a\x8a\xa8\x09\xc6\x6f\x19\x6d\x11\x59\x1e\x31\x7e\x61\xb4\x44\x64\x8a\xf1\x9d\x51\x8f\xa8\x34\x8c\xdf\x31\xda\x45\xd4\x3c\x0f\xb3\x50\x4a\x42\xca\xf3\x54\x87\x59\x88\x25\x81\xe5\x56\x74\x98\x85\x5a\x12\x5a\x5e\x73\x1b\x66\x21\x97\x04\x97\xb7\xea\xc3\x2c\xf4\x12\xbf\x98\x62\x3c\xbd\x24\xbc\x8a\x8d\x18\x4f\x2f\x09\xaf\x52\x0d\xe3\xe9\x25\xe1\x55\x5a\xc3\x78\x7a\x49\x78\x55\x71\x8c\xa7\x97\x84\x57\xf5\x8c\xf1\xf4\x92\xf0\xaa\x15\xc5\x0a\xbd\x24\xbc\xea\x84\x66\x85\x5e\x12\x5e\xa3\xa0\x5a\xa1\x97\x84\xd7\xe8\xa8\x56\xe8\x25\xfd\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x9c\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x36\xa2\x5a\xa5\x97\x86\x57\x9b\x50\xad\xd2\x4b\xc3\x6b\x52\x54\xab\xf4\xd2\xf0\x9a\x1c\xd5\x2a\xbd\x34\xbc\xa6\x11\xd5\x2a\xbd\x34\xbc\xa6\x09\xd5\x2a\xbd\xb4\x5d\xbf\xab\x98\x4f\x30\x9d\x98\x39\xca\x55\x8a\xe9\x86\xd9\x88\x76\x95\x64\x1a\x64\x68\x1f\xb7\xa0\x99\x6e\x99\x29\xfa\x55\xa2\xe9\xc2\xac\xa0\x60\xa5\x9a\x76\x66\x23\x1a\x56\xb2\xe9\x8e\x8b\x24\xa3\x62\xa3\x9b\x65\x66\x8a\x8e\x8d\x70\x26\xcc\x0a\x4a\x36\xca\x99\x5e\x17\x58\x1e\x66\x23\x9d\x05\x9d\x58\x46\xcd\x46\x3b\xe3\xda\x34\x43\xcf\x46\x3c\xe3\xe2\xb4\x82\xa2\x8d\x7a\xc6\xd5\x69\x0d\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x05\x65\x1b\xfd\x8c\x7e\xde\xd0\xb6\xd1\xcf\xe8\x57\x04\x75\x1b\xfd\x6c\x7b\x7d\x2b\xe0\x1e\xf4\x33\xfa\x95\x8a\xc2\x8d\x7e\x46\xbf\xd2\xd0\xb8\xd1\xcf\xe8\x57\x05\x95\xfb\xe5\x1d\x48\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xab\x0c\xf7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\xf3\x4d\x8b\x6c\x72\x8f\x37\xfa\xf5\xcd\x8d\xdf\xb1\xef\x7d\xec\x44\xdb\xb7\xd3\xa9\xaf\xe7\xd8\xf5\x62\xb3\xc1\x5e\xb1\x5f\xfb\xc7\x0e\x7a\x3c\x1c\x71\x55\xfc\xfc\x1b\x00\x00\xff\xff\x71\x52\xeb\xb8\x6d\x07\x00\x00"); -var _gdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x9e\x7b\xef\xcc\x68\x04\x22\x50\x12\x1e\x78\xf1\x5e\x4b\xd3\x7f\x50\xba\x70\xa4\x71\x30\x34\xb2\x91\xed\x45\xbe\x7d\x39\xf7\xd8\x29\xbc\x45\x70\x74\x22\x5d\x29\xbf\xe3\x19\x6d\x1e\xb7\x4f\xdb\xe5\x70\x09\x9b\x5f\xd6\xe3\xf4\xdc\x2e\x61\x7f\x58\xe6\xb5\x9d\x8f\xd7\x75\x6a\xe1\xa5\xbd\x1e\x96\xae\x13\x0d\xf3\x61\xba\xdc\x0f\xfd\x63\x7a\xdb\x9d\xba\x0e\xd7\x3f\xbf\x9f\x2f\xed\x6d\xbb\xec\x8f\xc1\x78\xde\x7c\x3d\xdd\xce\x0d\x61\xf3\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xe3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\x20\x9e\xb5\x65\xf6\xcf\x6e\xf3\xf8\x75\x77\xfa\xb6\x7b\x6b\x61\xe3\x93\x3e\xe3\xba\xcf\x3c\xc9\xff\xf6\x47\x5b\xcf\x87\xe3\x12\xe4\xc7\x18\xf3\xff\xf1\x6f\xef\xa7\x76\x9b\xd5\x6d\xfe\xfa\x7d\xfb\x14\xfe\x96\x20\x31\x68\xce\x43\xfc\xe7\x96\xff\xf9\xf5\x38\xb7\x10\xef\x77\xda\x3e\x3d\x1e\xaf\x78\x84\x3e\xc5\xca\x50\xf8\x2f\x4d\xc7\xb9\x9d\x4f\xbb\xa9\xad\xbb\xe5\xb5\x75\x21\x8c\x31\xc6\xf8\x10\xc6\x64\x5f\xbe\x3c\xe0\x69\xbf\x3b\xa3\x2b\xf5\x76\xe5\x61\x66\x72\xbf\x22\xc6\xfd\xfe\x21\xc4\x6e\x8c\xc2\x63\xc1\xb1\xe6\xd2\x8d\x51\x99\x28\x92\x2c\xda\x8d\xd1\x98\x18\x92\xbe\xd4\x6e\x8c\x89\x49\x42\x22\x51\x53\x37\xc6\xcc\x28\x7b\xa4\x15\xb3\x0b\xa3\xe2\x51\x36\x0c\xef\x19\xf5\x1e\xf5\x03\xa6\x57\x46\xd5\x9f\x20\x26\x8c\x1f\x18\x0d\x1e\x59\xc4\xf8\x1d\xa3\xdd\xed\x39\x31\xfe\x85\xd1\x8b\x47\x55\x30\x7e\x62\x34\x21\xb2\xd8\x63\xfc\xcc\x68\xf6\xc8\x14\xe3\x1b\xa3\xe6\x51\xae\x18\xbf\x67\xb4\xf7\xa8\xa6\xd8\x8d\x42\x29\x71\xa9\x14\x87\xd2\x8d\x42\x2c\x71\xac\x64\x59\xbb\x51\xa8\x25\xae\x95\x4a\xac\xdd\x28\xe4\x12\xe7\x4a\xb5\xa4\x6e\x14\x7a\x49\xba\x99\x62\x3c\xbd\xc4\xbd\xb2\xf5\x18\x4f\x2f\x71\xaf\x5c\x0c\xe3\xe9\x25\xee\x95\x6b\xc5\x78\x7a\x89\x7b\x15\x49\x18\x4f\x2f\x71\xaf\x92\x22\xc6\xd3\x4b\xdc\xab\x14\x14\x2b\xf4\x12\xf7\x2a\x03\x9a\x15\x7a\x89\x7b\xf5\x82\x6a\x85\x5e\xe2\x5e\x7d\x42\xb5\x42\x2f\x69\xb7\xfe\x31\x9e\x5e\xe2\x5e\xfd\x80\x6a\x95\x5e\xea\x5e\x55\x50\xad\xd2\x4b\xdd\xab\x26\x54\xab\xf4\x52\xf7\xaa\x3d\xaa\x55\x7a\xa9\x7b\xd5\x01\xd5\x2a\xbd\xd4\xbd\x06\x45\xb5\x4a\x2f\x75\xaf\x21\xa1\x5a\xa5\x97\xba\xd7\xd0\xa3\x5a\xa5\x97\xba\xd7\x30\xa0\x5a\xa5\x97\xd6\xfb\x77\x15\xf3\x09\xa6\x03\xb3\x84\x72\x95\x62\xba\x63\xd6\xa3\x5d\x25\x99\x3a\x19\xda\xc7\x2d\x68\xa6\x13\x33\x45\xbf\x4a\x34\x9d\x99\x65\x14\xac\x54\xd3\xc6\xac\x47\xc3\x4a\x36\xdd\x73\x91\x44\x54\x6c\x74\xb3\xc8\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xfb\x02\x8b\xdd\x68\xa4\x33\xa7\x13\x8b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\xa6\x88\xaa\x8d\x7e\x46\xbf\x64\xe8\xda\xe8\x67\xf4\x4b\x19\x65\x1b\xfd\x8c\x7e\xa9\xa2\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x74\xdf\x15\x70\x0f\xfa\x19\xfd\x72\x41\xe1\x46\x3f\xa3\x5f\xae\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xd3\x6d\x0f\xa4\x5f\x31\x74\x9e\xe8\x97\xe8\x57\x0a\x3a\x4f\xf4\x4b\xf4\x2b\x15\x9d\x27\xbb\xed\x9f\xdc\x8e\x24\xab\xef\xa2\xf7\xdd\x12\xbf\xe3\x5d\xf3\xb1\xfb\x4f\xd7\x75\x6d\xcb\xc5\xdf\x34\xbe\xc1\x63\x7f\x3e\x2c\xed\xe3\xad\x75\x3a\x9e\x70\x95\xff\xfc\x17\x00\x00\xff\xff\x33\x87\xd9\xc1\xe1\x06\x00\x00"); -func _ddbg ()([]byte ,error ){return _c (_dbac ,"UniAKR-UTF8-H")};func _bgg ()(*asset ,error ){_aggc ,_ggac :=_bde ();if _ggac !=nil {return nil ,_ggac ;};_febg :=bindataFileInfo {_dae :"Adobe-Japan1-UCS2",_fb :281822,_ae :_be .FileMode (436),_g :_a .Unix (1580490574,0)}; -_dbfg :=&asset {_dd :_aggc ,_ef :_febg };return _dbfg ,nil ;};func _bgc ()(*asset ,error ){_gfc ,_dbg :=_fcb ();if _dbg !=nil {return nil ,_dbg ;};_gfg :=bindataFileInfo {_dae :"90msp-RKSJ-V",_fb :1874,_ae :_be .FileMode (436),_g :_a .Unix (1580491002,0)}; -_egb :=&asset {_dd :_gfc ,_ef :_gfg };return _egb ,nil ;};func _cgbe ()([]byte ,error ){return _c (_gfeg ,"Adobe-KR-9")};func _acagb ()(*asset ,error ){_dfbb ,_fdbd :=_bga ();if _fdbd !=nil {return nil ,_fdbd ;};_ceag :=bindataFileInfo {_dae :"ETen-B5-H",_fb :5459,_ae :_be .FileMode (436),_g :_a .Unix (1580491749,0)}; -_ebgd :=&asset {_dd :_dfbb ,_ef :_ceag };return _ebgd ,nil ;};var _gg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\xdb\xab\x65\x37\x72\xc6\xdf\xcf\x5f\xb1\x1f\x27\x0f\x89\x97\xa4\xba\x48\x70\x38\x10\x66\x06\xe2\xc0\x24\x21\xce\x0d\x42\x1e\xd6\xda\x6b\x6d\xd3\x10\x9f\x3e\xb4\xdb\x0f\xfe\xef\x43\xfd\xbe\x6d\x87\x19\x02\xce\x83\xf9\xdc\x5f\x4b\x5a\xa5\xaa\x52\x5d\xa4\xdd\xdf\xfc\xfe\xdb\x3f\x7c\xfb\xfe\xe9\xeb\xed\x9b\x7f\xfa\xf2\xf9\xfe\xdd\xf5\xf5\xf6\xf8\xf4\x7e\x7e\xb9\x7e\xfc\xfc\xd3\x97\xfb\x75\x3b\xae\xef\x3f\xbd\xbf\xbc\xb4\x7e\x3b\x3f\xdd\xbf\xfe\xf2\x47\xe0\xfe\xc3\xfe\xf1\xf2\x52\xf3\xbf\xfb\xf9\xc7\xaf\xd7\x0f\xdf\xbe\x3f\x3e\xdf\x86\xc6\x9d\x3f\x7d\x3c\xc7\xde\x6e\xdf\xfc\xf3\xf5\xfd\xa7\x1f\xbf\x7e\xf9\xf9\xf6\xbb\xbf\x3d\x3f\x1f\xd7\x5f\xdd\xce\xeb\x51\xfc\x3f\x7e\x39\xaf\x2f\x9f\xde\xbf\xbf\xfd\xee\xef\xf7\x8f\xfd\xbd\xfd\xfa\x17\xdf\xfd\xf4\xf1\xf1\xdf\xd7\x0f\xd7\xfb\xd7\xdb\x06\x77\xbd\x9f\xe0\xcb\x37\xbf\xff\xd3\xfe\xf1\x0f\xfb\x0f\xd7\xed\x9b\x9c\x7f\xfd\x77\x90\x70\xff\x76\x7d\xf9\xf1\xd3\xe7\xf7\x5b\xdb\xfe\x66\xdb\xe2\x7f\xf9\x7f\xf9\xf9\xe3\xba\xb5\xe7\xe4\xff\xf8\xd7\x6f\xff\x70\xfb\xcf\x76\x6b\xdb\xad\xfb\x30\xff\xaf\x27\xff\xef\x7f\xfa\x7c\x5e\xcf\x4f\xbd\x34\x09\x7e\xff\x7c\x5e\x3f\x7e\xec\xf7\xeb\xcb\xfe\xfe\xfd\xf5\x72\xbb\xbd\xf6\xd6\xdb\xdb\xed\x35\xff\x98\x7f\x7c\x2b\x89\xfe\x62\xc4\x4b\xdb\xb6\xe7\xd4\x4f\xa7\xa8\x5f\xa6\xf4\x96\xd7\xdb\x2d\xc6\x78\x79\xed\x5d\x4c\xef\xd7\xdb\x2d\x7b\xbe\xbc\xf6\x31\xb6\x62\xc6\x58\x6f\xb7\x9c\x5b\x31\xc6\x98\xe1\xfb\xdb\x2d\x17\x4c\x88\xc9\xfd\xed\x36\x5b\xbc\xbc\x76\xd3\x3a\x96\xe3\xed\x36\xad\xbf\xbc\x76\x17\xe3\x19\x6f\xb7\xd5\xfd\xe5\xb5\x87\x98\x18\xf3\xed\xd6\xb6\xd6\x8a\xd2\xd2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4d\xdb\x7c\x15\xe5\xa2\x12\x6a\xf5\x97\xd7\xb1\x31\x4a\xd0\x5a\x2d\x3f\xb6\xde\x45\xf5\xb7\x5b\xb2\xbb\xb1\xf5\x21\x6a\x32\x2a\xa1\x96\xa8\xf5\x76\x9b\x3d\x02\x6a\x87\x1a\xac\x35\xac\xa8\xa1\xb5\x0a\x72\x45\x83\xd2\x5a\x05\x39\xc6\x06\x65\xa2\xf6\x9a\x68\x9a\x78\x88\x3a\x10\x42\xd4\x1d\x2a\xce\x1a\xe5\x48\x1f\x97\xa8\x8b\x51\x48\x1f\x0f\xa8\xec\x6f\xb7\xd6\x37\xa4\x4f\x7d\xb1\x20\x63\x20\x6a\xea\x8b\x79\x30\x6a\x42\x69\xf9\x82\x8c\xc1\x1e\xf3\x14\x75\xd5\xa8\x56\x94\x2c\x3f\x5a\x6d\xbb\xf5\xb6\xa0\x76\x51\x3b\x13\x27\x14\xd2\xb7\xda\x57\xeb\x9d\x51\xc3\x45\x39\xa3\x44\x85\xa8\xd2\x6a\xb7\x0d\x6a\x89\x2a\xa7\x89\x27\xa5\xe5\x6b\xf7\xad\xa3\x9c\x36\x4e\x51\x27\xa3\x3a\x14\x9a\x68\x58\xbb\x1b\x42\x58\x17\x85\x1d\x6d\x40\xa1\x89\x16\xa5\xe8\xee\x50\x21\x51\x03\x45\x6b\xf9\x40\x13\x4d\xdb\x5e\x45\xc9\xbd\x47\xef\xf9\x76\x6b\xa3\x0d\xa8\x29\x6a\x32\xd1\xa1\x96\xa8\x92\x7e\xc4\x82\xda\x45\xa1\x1c\x0b\x28\xbe\xd8\xfd\x51\x6b\x75\xd6\x8a\x0d\xaa\x20\xc3\x12\x4a\x5f\xcc\x52\xf4\x48\xa8\xd4\x5a\xa9\xb5\x26\x94\xd6\x2a\xa3\x35\xc3\xda\x5d\x46\x03\x32\x0c\x21\xf2\x12\x75\x31\xaa\x84\x18\xda\x10\xd0\x6c\x4b\xa8\x2e\x0a\x7d\xf9\x06\x85\xbe\x38\xb8\xcd\xb6\x5a\x6b\x48\xab\x40\xd8\x62\xa2\x3d\x47\x95\x1d\xcd\x1a\xd4\x12\xb5\xde\x6e\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xf8\x84\x33\x31\x42\x54\x59\xc8\x12\x51\x65\xa1\x21\x0b\xe1\xf7\x43\x16\x1a\x38\xb9\x4d\x28\x39\xf9\x90\x93\x63\xda\x21\x27\x1f\xe9\x35\x6a\xb1\xa1\xd4\xf2\x05\xbe\x70\xf2\x91\x29\x6a\x31\x4a\x13\x25\xaa\x14\xed\x06\x25\x21\xa4\x42\xb6\xad\x50\x35\x0c\xe5\xf8\x56\xd2\x9b\x94\x63\x72\x39\x77\xa8\x21\x6a\xbc\xdd\x5c\x42\x98\x99\xa8\x32\x9a\x73\x1e\xcd\x4e\x51\x18\xcd\x45\x61\x34\x73\x96\xc7\x73\xcc\xb5\x7c\x41\xc4\x9c\x50\x5a\x1e\xad\x3a\x2a\x34\x69\xd5\x9e\x5a\x45\x54\x69\xd5\x90\xde\xb3\x84\x50\x58\x1d\x5e\x8e\xd9\x7c\x39\xd4\x21\x4a\x8a\x9e\x50\x28\xda\x47\xf9\x6a\xe0\x39\x6e\xf8\x2a\x90\x51\x71\x75\xb8\x69\x2d\x96\x0f\xc2\xa3\x62\xb4\xa0\xc5\x5c\x50\x5d\x14\xca\x89\x0d\x6a\x88\x2a\xdd\xc7\x6a\x50\xbb\x28\x74\x1f\xa2\x90\x2b\xcc\x19\xc5\x5a\x16\xa2\xe2\xed\x96\x96\x06\x95\xa2\x4a\x88\x94\x10\xf6\x10\xf5\x60\xad\x72\x93\x70\xa4\x8f\x72\xa0\x96\xe8\x3e\xe2\x14\x85\xee\x63\x40\xa1\xfb\x28\x67\x6a\x49\x70\x0f\x39\x13\x90\x11\x7c\x31\x5d\x54\xa9\x30\x93\x89\x72\x13\x20\x23\x1c\xea\x2e\x8a\x2f\x4e\xb6\xad\x23\x1a\x3a\xa2\xcf\xe5\x9f\x5f\x44\xfa\xd9\xc9\xc4\xbf\x24\xdc\xff\x2b\x07\x0f\xe5\xb7\x91\x1d\x19\xe7\x80\x32\x51\x92\x31\xa1\x90\x31\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x31\xdb\xc4\xcc\x69\x9a\x68\x78\x11\xb1\x2c\xa5\xf4\x2c\x27\x6d\xb3\x6f\x50\x97\x28\x12\x50\x8a\x42\xe9\xe4\xda\x36\x89\xfd\x29\xbf\x05\x32\xb2\x41\x0d\x51\x7c\x91\x24\x9b\xae\x2f\x3a\x5f\xcc\x0e\xa5\x2f\x56\xc5\xd0\x26\xd6\x4a\x3f\x44\x95\x86\xdb\xd4\x5a\x68\x38\xa3\x34\x41\xd1\x30\x32\xa4\x89\x40\x13\x98\x26\x75\x2c\x32\xb7\x1a\xc5\x49\xa1\x10\x78\x42\x06\x5e\x94\x29\x51\xb3\x62\xd9\x0c\x51\x4b\x14\x39\x29\x1d\x6a\x17\x85\x26\x24\xaa\x0c\x08\x64\x10\xb8\xa6\x2c\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa4\x90\x6b\x1a\x72\x11\x59\xa6\xce\x13\x90\x91\x13\x0a\xb9\x26\xfe\xb1\x5a\x29\x7a\x69\xf9\xc5\x09\x5e\x68\x75\xe9\xa4\x2c\x9d\xe0\x5c\x50\x28\x67\xe1\x00\x8b\x50\xb9\xe4\x00\x4b\x0e\x80\x47\x2e\x39\xc0\x22\x96\x2d\x52\xde\xd2\x17\x97\x62\x19\x8a\x5e\x8a\x65\xab\x74\xdf\xb7\xad\x34\xb1\xa4\x7b\xc0\x27\x61\x77\x39\xde\xbd\xea\x88\xf5\x6d\x30\x31\x9e\x14\x0e\x2f\x21\x74\xc4\x56\x1d\xb1\xbe\x91\x0e\x96\x8e\xd8\xd2\x11\xc3\xa3\x97\x8e\xd8\x2a\x73\xf4\x8d\x80\xba\x64\x8e\x25\x73\x4c\x44\x95\x39\x56\x29\xa7\x6f\x44\x96\x5d\xca\xd9\xcb\xe5\xfa\xc6\x41\xdc\xe5\x72\x40\xc6\x14\xc5\x17\xf7\x0a\x8f\xbd\x55\x01\x3a\xf6\x48\x51\x52\x8e\x28\x94\xb3\x23\x6a\xc3\x0b\x77\x89\xba\x3f\x45\x4d\x28\x17\x55\x42\x34\xf2\xee\x21\x21\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x45\x34\x38\x14\x04\x0f\x05\xc1\xa9\x89\x87\xa8\x83\x51\xa2\xee\xa2\xa8\xd8\x48\x2d\x47\x47\xd1\x47\x99\xb3\x37\x7c\xe2\x50\x49\x75\xa8\xa4\x5a\xa2\xb4\xbc\x44\x45\x85\x77\x89\x7a\xaf\x20\xda\x55\x19\xdd\x6d\x8a\xa2\xc0\x59\xa2\x96\xa8\x55\xc9\x9f\x4c\x7f\x57\x5a\xbf\xd7\x49\xed\x2a\x96\xee\x9e\xa2\xd8\xe3\x93\xd2\x5a\xe5\x26\x7d\x50\x6f\xde\xe5\x26\x77\xe7\xc0\x90\x80\xee\x4e\xe8\xb8\x23\xd7\x68\x45\x9d\x92\xeb\x2c\x4d\xf4\x41\x65\x74\x4a\x13\xa7\x9c\x7c\x89\x42\x13\x67\x1d\xa5\x3e\xc8\x5c\xa7\x8a\x4b\x20\x63\x89\x42\xae\xb3\x0a\x89\xae\xf2\xec\x54\x21\x71\xca\x31\x97\x28\x1c\xf3\xac\xa0\xd0\xad\x97\xf4\xa7\x82\xc2\x49\x6d\x91\x64\xfa\x53\x0e\x70\x22\xaa\x51\xc5\x5f\x12\xf5\xaa\xe8\xdb\xa5\x9c\x4b\xd1\x17\xc8\xa4\x3c\xbb\x3a\x72\x5d\xd5\x11\x74\x23\xad\x5f\xea\x08\x80\xcc\xcd\xa0\x4c\x14\xcb\xe3\xd1\xd7\x78\x88\x7a\x30\xaa\x94\x73\x29\x15\x5f\xce\x17\x09\x43\x97\x82\x28\x90\x49\x24\xbf\x14\x44\x2f\x67\x2d\xcc\x71\x49\xd1\x40\x26\xd5\xdf\xa5\x12\xf4\xaa\x20\xda\x5d\x42\x28\x88\x02\x99\x18\xed\x52\x10\xbd\xd8\xb6\x53\x10\x3e\xb4\xed\x07\xee\xeb\xf4\x20\x0f\xb9\x2f\x90\xf9\x1c\x85\xd1\x1e\xe5\x07\xdd\xa9\x96\x1f\xbe\x44\x95\x63\x26\x21\xed\xe1\x9a\x58\x72\x75\xa7\x41\x7b\x48\x2e\x20\xb3\x9a\xbd\xf1\x50\x69\xfc\x08\xd6\xc2\x68\x8f\xd0\x5a\xa1\xb5\x34\x51\x6b\x21\x6a\x94\xf4\xa6\x66\x4f\xd0\xa3\x52\x93\xa9\xd9\x13\x64\x56\x61\x6f\x6a\xf6\x6c\x33\x46\x8d\xf6\x9b\xa9\xd8\x36\xd3\x22\xa6\x45\x0c\x4a\x8b\x94\xbe\x3a\x45\x85\x6d\x14\x61\x82\xcc\xf2\x6e\xdb\x08\x36\xb6\x55\x4e\xea\xb8\x9f\x6d\x29\x19\x53\x6b\x05\x94\xd6\x22\x08\xa2\x02\xdb\x08\x82\xb6\x51\xa1\x66\x63\x73\x94\x1e\x46\xb3\xd6\xb3\x3a\x33\x53\xb3\x66\x8d\xf8\x93\x55\x85\x5b\x23\xfe\x08\x32\x2b\x87\x5b\x23\xfe\x08\x82\x62\xc7\x68\xef\x5e\x8d\xce\xac\x67\x85\x70\x53\x67\x26\xc8\xec\xa2\x76\x28\xab\xf3\x94\x15\xc2\xad\x55\x4d\xfb\x84\xcc\xde\xa1\x4e\x51\xc8\x55\x45\x89\x35\x4a\x04\x41\x3e\xe5\xa2\x2e\xb3\x86\x93\x66\x22\x97\x6b\x94\x9c\xb4\x0e\xa2\xb5\xd0\x28\x2c\x9f\x13\x51\x43\x72\xc9\xf2\xd5\xc0\x1b\xed\xdd\xab\x35\x69\x62\xd5\x28\xf5\x6f\xd6\xab\x89\xec\xb3\x3a\x59\xeb\x34\x91\x82\xcc\xce\x28\x9a\x48\xeb\xc6\x28\x83\x92\xf4\x40\x52\x55\x5a\x37\x8d\x22\x0b\xce\xaa\x2a\xad\x93\x05\x05\x99\x7d\x42\x69\x62\xd4\x39\x27\xf9\x5b\x8f\x21\x8a\x73\x8e\xfb\x75\x8e\x98\xf5\x8a\x39\x7d\x56\x24\xb6\x4e\x03\x2f\xc8\xac\xc8\x62\x3d\xd9\x76\xaf\x98\xd3\xa7\x36\x44\xb6\xb1\x9e\x38\x13\x16\xea\x34\x32\x46\x2f\xd8\x57\x05\x1b\x53\x2f\x28\xc8\x1c\xa2\x24\x3d\xca\xa1\x90\x30\xf5\x82\x36\x70\x93\x85\x7f\x0d\xb9\xc9\x90\x9b\x0c\x83\x9a\xa2\x26\xa3\x26\xd4\x12\x85\x17\xd6\xd1\xb7\xc1\x39\xb7\xd1\x11\xa2\x6b\xad\x53\xd4\xc5\xa8\x84\x62\x8f\x63\x68\x14\x13\x65\x8e\x21\x73\x8c\x05\x85\xa8\xa3\x34\xd1\x97\x21\xaa\x34\x01\x64\x3e\x29\x49\x8f\x72\xd6\xe2\x8b\x52\x0e\x90\x69\xa2\x42\xd4\xc1\xa8\x80\xba\x8b\xc2\x68\x55\x36\xda\x90\xbe\xe8\xf2\xc6\x86\x0a\xd5\xe5\x99\x95\xa8\x83\x9a\xc7\x4c\xa2\x9a\x44\x35\x46\x49\x54\xab\xf4\x39\x36\xf4\x65\xa4\x4f\x41\xa6\x89\x5a\xa2\x56\x8d\x32\xd6\x22\x7d\x0a\x32\x9f\xd4\x21\x8a\x2f\x56\xca\x33\xb5\x87\x82\x4c\x1c\x53\xed\xa1\x60\x6c\xd5\xad\x9b\xe9\x58\x99\x8e\x95\x26\xea\x58\xd1\x25\x8e\xad\x7a\x67\x33\x6a\x1e\xc1\xec\xa1\x51\x2e\x6a\x67\x94\x28\x09\x51\x60\x8e\xe7\x98\x9c\xdc\xa4\x9c\x2a\x8d\x4d\x4d\xa4\x60\x6c\xc4\x2f\x57\x40\x75\x05\x54\x82\x82\x2b\xa0\x7a\xf9\xd7\x68\x95\x3e\xcd\xe5\x5f\x2e\xff\x32\x4d\x9c\xa2\x4e\x46\x05\xd4\x25\x0a\xcf\x61\x8f\x2e\xcf\xf1\xca\xf4\xa3\x11\xaf\x9d\x4c\x2f\xc8\x74\x96\x1f\x5a\xbe\xac\x32\x5a\x17\xf5\x9c\x88\x72\xd0\x84\x3a\x59\x73\x8c\xd6\x38\x69\x2e\xa3\xb9\x8c\xe6\x2c\x2f\xa3\x79\x59\x68\x34\x1c\xd3\x65\x21\x20\xd3\xd1\x84\x02\x9f\x97\xbe\x47\xc3\x99\xdc\xa5\x1c\xba\x9e\xac\xda\xd5\xdc\xa5\x09\x47\x13\xda\xb6\x4b\xd4\x02\x9f\xcf\x51\x12\xa2\xe2\xc4\x68\x5a\x5e\x71\xc2\x95\x8a\xb1\x90\x93\x8a\xcd\x03\x7d\x85\x28\xe9\xab\xc0\xfb\xc6\x86\x14\x4d\xbc\xd2\xc9\x68\x84\x21\x57\x3a\x01\xdc\xb4\xed\xd4\xf2\x89\x26\x26\xd2\xa7\x84\x48\x69\x02\x3b\x2a\xe9\xd0\xe6\x8f\x56\x45\xaf\xa9\xcd\xb7\x18\x08\x51\x35\xa2\x85\x8e\x02\x90\x59\x45\xaf\x85\x74\xcf\x25\xed\xe8\xc4\xfb\x50\xca\x0c\xa5\xcc\x2a\x70\x2c\x94\x32\x03\x5f\xed\x84\xda\x90\xaf\x86\xaa\x99\xf8\x7f\xa4\xe2\xa0\xd8\xb1\xc0\x95\x3b\x27\x25\xe4\xca\xa1\xe0\x4c\x2a\x0e\x05\xe7\xa8\x74\x32\xa8\x76\x2d\x42\x3b\x29\xc8\xac\x86\xc1\x22\x24\x63\x29\x7a\x74\x54\x10\xca\xe1\x41\x77\xa0\x5c\x19\x74\x07\x16\x95\x80\x46\xe7\x58\x84\x12\x10\x90\x19\x9a\x28\x21\x92\xb5\xb0\x56\x28\x24\x01\x31\xa5\x3b\x85\x70\x6e\x01\x46\xaf\xfe\xcd\xd4\xe6\x5b\xd6\xe9\x18\x1d\xa5\xa7\xc2\x2e\x90\x19\x1a\xc5\x17\xe9\xe3\x47\x27\xbc\xa5\x12\x76\x2a\x61\x93\x51\x53\x09\x9b\xae\x7a\x8c\xaa\x92\x2c\xe5\x7e\x40\x66\x35\x0c\x96\x72\xbf\x0c\x46\xe1\xca\xa9\x3a\x25\xb5\xed\x14\xf5\x1c\x55\x55\x83\x13\xd5\x53\xa9\x38\x95\x8a\xab\xe9\xb6\x94\x26\xb2\xca\xec\x31\x30\x73\xd2\x0b\x0a\x32\xab\xe9\xb6\x94\xdf\xd2\x3b\x8f\x81\x0a\xd5\x3b\xdb\xac\xd0\x31\x46\x75\x9f\x36\xb9\xdd\x10\x64\x56\x1f\x6e\x93\xfa\xda\x26\x31\x63\x4c\x51\x97\x28\xdc\xaf\xfa\x70\x9b\x8a\x19\xc0\x18\x8b\x51\x3c\x4e\x08\x32\x39\x16\x73\xe8\x8b\xb8\xdf\x58\x50\x72\x3f\x20\xb3\xfa\x70\x9b\x0a\x95\xb3\xdc\x64\x18\x71\x71\xca\x4d\x80\x4c\x8c\x36\x95\xe9\x67\x1d\xab\x61\x44\xe2\xa9\x9c\x34\x95\x93\xaa\xe9\xb6\x29\x07\xa0\xa7\x1f\x86\x33\xa9\xa7\x17\x0c\x63\x8f\x4b\x01\x75\x75\xaa\x06\x34\xb1\xa4\x89\xd5\x99\x88\x5c\x4b\x7b\x04\x92\xdb\x20\x5b\xda\x23\xe0\x0d\xb9\x96\xf6\x08\x0c\x23\x57\xae\xa1\xe5\x79\xa1\x48\x2a\x90\x45\x3f\x62\x6b\x20\xfd\xd2\x5a\x2e\x4a\xd2\x23\x97\xc2\xee\xaa\xb3\x3d\x0c\x97\x5b\x0a\xa8\x40\xaa\x3c\xe3\x46\xa1\xa0\x2c\xe4\xd5\x69\xd8\x52\xe6\x02\x92\x2b\x29\x5b\xca\x5c\x8b\xe8\xe9\xc4\xeb\xa5\xe8\x09\x64\x4e\xf6\xe8\x12\x15\x7d\x39\x05\xa1\xda\x7c\xdb\x2b\x8c\x0c\xe7\x28\xec\x0a\x23\x40\xe6\x14\x65\xa2\xca\x0b\x63\x63\xa2\x32\xea\xae\x8c\x5a\xbd\xb3\xed\x92\x6b\xaf\x7e\x64\x04\x55\xfc\x4e\x3f\x22\xc8\x44\x5f\xbb\xa2\xc9\x5e\x71\x71\x70\xd7\x69\xbb\xe2\x22\x90\x59\x5d\x8b\xed\xa9\x89\x88\xca\x55\xaa\xe9\x32\x40\x30\xd4\x11\x1c\x32\xed\xa1\x5c\xb9\x44\x0d\x51\x2c\x4f\x18\x3a\x74\xdc\x0f\x1d\xf7\xea\xdf\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc9\x0f\xe5\xa4\x83\xc8\x44\x2f\x68\x87\xce\x23\x90\xf2\xaf\x43\x91\xe9\xa8\x44\x31\x54\x9e\x1d\xaa\xb2\x0e\x55\x59\x98\xf6\x50\x95\x75\x90\x21\x54\xf3\x1c\xca\x10\x40\x2e\x3c\xfa\x90\x26\x00\x6b\xcf\x51\xfa\x22\x9a\x50\xde\xd5\x5d\x83\xdd\x31\x87\x92\xd9\x5d\xe6\xb8\x3f\xcd\x21\x0a\x73\x70\x73\x30\xe6\xc6\x44\x3a\x46\x41\x66\xf5\xf4\x76\x97\x85\xb8\x45\x18\x13\xa3\xe9\x16\x41\x90\x49\x51\x72\x57\xdf\x70\xe7\xd4\x72\x73\x69\x77\x9d\x5a\x20\xe7\x26\x0a\xdd\xdf\x31\xed\x24\x4d\xdd\xb5\x21\x20\xcc\x45\xe9\x8b\xb4\x5e\x93\x6a\xe6\xae\xd6\x0b\x18\x93\xe3\x7e\x57\x71\x09\xe4\x53\x7a\x15\x97\xc0\x98\x24\xff\xbb\x8a\x71\x20\x27\xf5\xa6\x2e\x3c\xec\xe4\x88\x72\x4d\x69\xa7\x8e\x28\x90\x13\xf7\x3d\x75\x44\xcf\x3a\x37\x63\xe2\xf7\xa7\x4a\x3d\x20\x27\x85\xea\xa9\x33\x74\x12\xd2\xe6\xd2\x28\x13\x65\x8c\x0a\x28\x17\x55\x6e\xa2\xbe\xe1\x94\x56\x81\xe4\x15\xc6\x4e\xf9\xfd\x59\xf1\x7e\xac\x6d\xfd\x76\x2a\x3e\x95\x0e\x80\x9c\x1c\xfd\x53\xee\xc7\xad\xc9\x58\x9c\x60\xdd\x9a\xd8\x85\x2b\x2f\x0a\xe0\x4b\xae\x0c\xe4\xa4\x73\xbf\xe4\xca\x57\x22\x23\xd1\xe0\x92\x1d\xae\xd4\xa8\x05\xf5\x1c\x75\xbd\xdd\x6c\x1b\x25\xb6\x6e\x27\x04\x39\xe9\x6d\x1e\x3a\x75\x8f\x8a\x8b\xb6\xd1\x43\x3c\x14\x17\x81\x9c\x24\xc6\xc7\x78\x8e\xf2\x1a\xe5\xac\xa5\x88\x07\xc4\xc6\x86\x1e\x2a\x34\x1f\x95\x77\x6d\x0b\x96\x57\xde\x7d\xe8\xdd\x9b\x0a\xf5\xa1\xbc\xfb\x28\x3b\x18\x95\xb3\xeb\x2a\xc2\x37\x67\xf9\x8a\x3f\xbe\x51\xba\x08\x06\x75\xac\x6f\x64\x67\xa7\xa7\x37\x1e\x86\x5d\x3d\xbd\xf3\x1c\x6a\xdc\xdd\xb9\x9e\x43\x05\xc9\x19\x70\x3d\x87\x7a\xb3\x78\xbb\x59\x2f\x21\xbc\xf1\x3e\x22\xc8\xd9\x1c\x6a\x8a\xda\x6b\x54\xd7\xa8\x43\x14\x5a\x6d\x01\x75\x17\x75\x67\x54\x42\xe9\x8b\xa6\x2f\x8a\xd2\x17\x11\x95\x27\x5f\x57\xd3\xed\x5d\x54\xa5\x29\x57\xab\xe9\xf4\x7f\x36\x2a\x70\xb9\x7e\x27\x20\xc8\xd9\x18\x35\x34\xaa\x54\x68\x63\x8a\xda\x45\x71\xea\xda\x82\x42\xd4\x51\xb5\x9c\x8d\xc5\x28\xbf\x44\x71\x9e\x2a\x8f\xf8\x20\x1a\x38\x0f\x8a\x66\xd5\x99\xb9\x1e\x14\x05\x39\x3b\x42\x70\x0f\xe8\x34\x7e\x46\xc2\x76\x35\x7e\xce\xc3\x9d\x91\x9d\x5d\x0f\x77\x82\x24\x40\xb8\xf1\x4c\xe2\x56\xa1\xc3\xbc\xce\xb9\xf3\x16\xf7\x84\xb1\x05\xa3\x42\xa3\x58\xde\x11\x42\xad\x93\x3b\x76\xf4\xaa\x8c\xdc\x65\x47\x97\x1d\x3b\xa3\x64\x47\xaf\x28\x65\x5e\xc9\xcc\x69\x0b\x9e\x90\xb3\x7a\x67\x57\x77\xe0\x14\xe6\x46\x4e\x72\x15\xe6\x02\xe3\x09\xd3\xf5\xfe\x26\xc8\xd9\x03\x8a\xb5\x42\x13\xcb\xc9\x5d\xf5\xa6\x53\x8b\x19\xfd\x9b\xab\x16\x73\x6a\x31\xe3\x7d\xc5\x55\x8b\x09\x72\x76\x8d\x62\x8f\x54\x33\xc6\xe5\x89\xab\x9a\xf1\x55\x26\xa8\x7a\xa1\x28\x22\xb1\x20\x79\x1d\xf2\x15\x1a\x55\xe6\xf0\xad\x22\xb1\x2f\x99\x03\xc8\x39\x44\xa1\x9c\x55\x09\xc8\xb7\x3a\xa2\xce\xab\xc0\x13\x9a\x8c\xa6\xc7\x01\xa7\x44\xf0\x0d\x15\xaa\x44\xf0\xbd\x8e\xa8\x6f\xac\xb5\x73\x44\x05\x39\x47\x83\xc2\xbf\x28\x11\x9c\x87\x06\x57\x89\x20\xc8\x39\x3a\x14\xe6\xd8\xb5\x7c\xa5\x4f\x57\x5a\xf7\xa3\x7c\xc2\x1b\x5f\x3c\xe4\x13\x40\xf2\xb6\xe5\x07\x4f\x67\x7e\xf0\x1e\xde\x2a\x4e\x38\xc9\xfb\x09\x39\x87\x26\xe2\x98\x07\xbd\x20\x2f\x01\x7e\x50\x8c\x0b\x06\xcf\xc7\x7e\x90\x05\x9d\x1c\xee\x6d\x42\xc9\xa3\x0f\x79\xf4\x40\x2e\xa9\x10\xf0\x56\xb1\xdf\x0f\xa9\xf0\x50\xc7\x98\x2c\x4f\xe5\xed\x07\xbd\x60\xdf\x90\x8b\x5e\x50\x90\xbc\xb9\xf9\x91\xda\x50\xaa\xaf\x2c\x6b\x2b\x87\xfb\x5d\x14\xa7\x56\x99\xcb\x09\xee\x4e\x77\xe1\x0a\xee\x7e\xa1\x7b\x7e\x78\xe0\x97\x74\x0f\x0c\xde\xef\xfc\x92\xee\xaf\x4a\x66\x6e\x98\xe3\x22\x99\x09\x72\x56\x51\xe2\x97\x6b\xad\x92\xcb\x0d\x8f\xbe\x24\x17\xd0\xb8\x7a\xf6\x8b\x9a\xda\x49\x01\x4e\x85\xeb\x4a\x01\xce\x45\xb0\x7b\xf9\x57\x28\xfa\xc6\x56\x2e\xeb\x5e\x25\x55\x6c\xdc\xcb\x0b\x72\x56\x9b\x1f\x1b\x97\x14\xb1\x55\x34\xf1\xd0\x44\xa2\x89\x20\xa7\x41\xe1\xd1\xb1\x95\x10\xce\x73\x7b\x6c\xa9\xb5\x52\xaf\xd3\xa2\xb4\x16\x42\xf0\xe6\x16\x8a\xe4\xc1\xef\x66\x9c\xa7\xa0\xd0\xef\x66\x04\x39\xad\x41\xdd\x45\x95\x72\xb8\x22\x8e\x46\xc4\x8c\xa6\x6c\x65\xbf\xfd\x56\x1c\x8d\x64\x16\x04\x67\xe7\xed\x20\x14\x9c\x83\x1f\xa6\x78\x56\xcb\x1f\xfa\x61\x8a\x20\x67\x65\x9b\xe8\xfa\x7a\xaf\xc6\xcf\xa9\x50\xa3\xd3\xf8\x09\x3a\xe7\x29\x3a\x99\x5e\xe0\xd3\x99\x48\xa6\x17\x8c\xe6\x9a\xa8\xe5\xb9\x9d\x98\x15\x6c\x42\x77\x9d\x82\x9c\x86\x5c\xd4\x9e\x41\xd2\xf0\x59\x27\x25\x94\x34\x42\x3f\x26\x99\xe5\xb7\xa1\x1f\x93\x08\x92\x60\x13\x83\xc3\x13\xa3\x92\xac\x73\x3f\x19\x83\x62\x47\x90\xd4\x65\x31\x28\x76\x82\xa4\xe1\xab\x6b\xd4\x25\x4a\x3f\xed\xe8\x50\xc8\x45\x3a\xf0\x35\x6a\x94\xd2\x41\x18\xae\xbc\xaa\x9d\x0e\xc3\x95\x05\x39\x8d\x51\xb8\x72\x90\x15\x7c\x55\x15\x1e\xc6\xd1\x17\x18\x8f\x93\xc1\x35\xe1\x6b\x90\x34\x62\xdb\x98\x48\x08\x17\x24\xc5\x61\x28\x69\x84\xd5\x71\x8d\x4d\x42\x70\x5c\x05\x39\x9d\xb5\xa4\x42\x52\x4b\xf0\x8e\x1a\x4a\x2d\xe1\x25\x6a\x50\x6e\x84\x4b\x54\x97\xa8\x55\x5b\x84\x4b\x54\x20\xb6\x4a\x2d\xe1\x64\x54\x41\xce\xaa\xd5\x83\xfc\xf4\x1a\x5e\x1b\x8a\x6d\x31\x51\x1b\x02\x92\x27\xdf\x70\x6d\x88\x04\x14\xad\xb2\x60\x28\x01\x05\x3f\xda\x88\x56\x1d\x50\xe8\x47\x1b\x82\x94\x9b\xe8\x47\x1b\x11\x9a\x58\x9d\x46\x28\x01\x05\xaf\xf9\xd1\x11\x42\xaf\xf9\x82\xe4\x8e\x2c\xf4\x9a\x1f\xba\x7e\x18\x55\xd1\x87\xae\x1f\x04\x29\xff\xd2\xf5\x43\xf0\xc0\x1f\xa3\x33\x91\xb7\x3c\x41\x4e\x8e\x6b\x72\x21\x16\xf9\xfc\x35\x63\xc9\xa5\x94\x17\x3c\xdd\xc7\xc0\xbf\xf4\x74\x2f\xc8\xc9\x86\xf4\x74\x1f\x13\x15\x8e\xd0\xa8\x43\x94\x54\xb8\xa0\x50\xe1\x4c\xd6\xca\xd2\x17\x17\x03\x4f\xc8\x89\x4f\xe8\x7e\x20\x48\x9f\xc1\xad\x5c\x28\x7d\x0a\xc2\x4c\x54\x17\xd5\x79\x6d\x1d\x50\x43\xd4\xc9\xa8\x0e\x75\x89\xa2\x29\xe2\x58\xe9\x7e\x20\x96\xab\x91\xa9\x3d\x2e\x8a\x7c\x41\x7b\x2e\x4f\x91\x1f\x4b\x42\x54\x49\x15\x4a\x9f\xb1\xd7\x57\x82\xd2\x25\x76\x92\xbf\x60\xf0\xda\x1a\x3b\xc9\x3f\xf6\x8a\x9e\xe5\x78\x50\x29\x8a\x7a\x33\x3a\x14\xa1\x63\x2f\x85\x84\x13\xde\x76\x6a\x1e\x41\xce\x2a\x96\x62\xa7\xe6\x89\xbd\x9c\x3c\x5c\x94\x9c\x7c\x57\x9c\xc0\xa3\x77\xc5\x09\x52\x71\x44\x55\xb8\xa1\x54\x1c\x47\xc5\xc5\x08\xce\xf6\xa1\xc0\x77\xa8\x75\xaa\x76\x3a\x0e\x5a\xa7\x38\xbc\x84\xe0\x17\x79\x71\x70\x1d\x28\x68\xce\xb1\x3a\x14\x14\x8e\x72\xb3\xe0\x05\x3e\x0e\xee\xfe\x04\x39\xb1\xf6\xc1\xbd\x58\x90\x1f\x83\x47\xe6\x38\x14\xfb\x81\x9c\x91\x50\xcf\x51\x25\x2a\xcf\x83\xa1\xf4\x19\xb4\xc0\xc1\x3b\x59\xa8\x05\x16\x74\xde\x7d\x42\x2d\x70\xdc\x43\x2f\x73\xb5\xd6\x5d\x4e\x7e\x97\x93\xc7\x84\xc2\x8e\x77\xfc\x8b\xce\x3f\xee\xf2\xaf\xfb\xd3\xbf\x16\x94\x8b\x2a\x21\x68\xfc\x42\x09\x3b\xce\xfa\x62\x50\xeb\xc7\xa9\x2f\x02\x39\x89\x72\xf4\x98\xaf\xc1\xab\x79\xc8\x8e\x7a\x35\x17\xe4\xcc\x06\x75\x8a\x62\xad\xa5\x51\x5a\x4b\xc1\x2a\x45\x69\x2d\x09\x41\xde\x55\x89\x10\x17\xaf\x8f\xbc\x47\xc5\xc5\x85\x87\x20\x27\x07\xe6\xe2\xc2\x23\x2e\x3c\x67\x55\xf9\x1f\x97\x3c\xe7\x92\xe7\x24\x6b\xc9\x73\x78\xf0\x8e\x45\x0e\xbf\xe8\xa0\x04\x39\xab\x62\x8b\x8b\x92\x2a\x28\x11\x62\xe1\x13\x2a\x11\x82\x12\x21\xb7\xea\xb0\x53\x25\x42\x6e\xd4\xfa\x5b\x99\x36\x37\xea\x3a\x41\xce\x14\x15\x50\xd4\x29\x6d\xf8\x9f\xa7\xe2\x3e\xfe\x32\x13\xe7\xe6\x5a\x96\x6b\xad\x99\x0b\xaa\x8b\x2a\x8f\x69\x95\xa5\x52\x7d\x9f\x20\x67\x55\x0b\xb9\x21\x75\xea\x47\xbc\x24\xd4\xd4\x8f\x78\x05\x8d\x6a\x21\xa9\x42\x9e\x90\x73\x8a\x92\x88\xec\xad\xcd\x9a\xf8\xfc\xc5\x77\x13\x55\xc6\x4a\x95\x03\x49\xbe\xcf\x3e\x03\xea\x14\x85\x82\xa7\x46\x5d\x50\x44\xb7\x5e\xc5\x48\xf2\xa4\xfa\x84\x9c\x2c\xaf\x97\xd5\xe4\x19\x35\x47\xf9\x7b\xea\x19\x55\xd0\xb8\x18\x4a\x3d\xa3\x0a\x92\xa7\xcf\xec\xb8\x5a\xf6\xd4\x4f\xa3\xf9\xa2\xf6\x08\xb4\x51\x1d\x5d\xea\xe9\x33\xa9\x10\x72\x94\x8f\xa6\x2a\x84\x1c\x98\x61\xa0\xaf\xe1\x4f\x0a\x45\x4f\x87\x42\xd1\x7a\xf0\xb3\xea\x3d\x52\x0f\x7e\x82\x9c\x6c\x9b\xa4\xff\x84\xb4\x1c\x7f\x66\xd2\xfa\xff\x1f\xf6\x8f\x97\x5f\x7f\xaf\x7f\xff\xe9\xcb\x97\xeb\xfd\x2b\xff\x3a\x80\x5f\xe6\xdf\xce\xeb\xf1\xe9\xfd\xfa\xf5\x5f\x1a\x7c\x7c\xfe\xa8\x59\xfc\xf7\x3f\x01\x00\x00\xff\xff\x94\xbf\x01\x60\x95\x30\x00\x00"); -func _fag ()(*asset ,error ){_efc ,_ebag :=_gcce ();if _ebag !=nil {return nil ,_ebag ;};_acage :=bindataFileInfo {_dae :"GBKp-EUC-H",_fb :80839,_ae :_be .FileMode (436),_g :_a .Unix (1580492102,0)};_gagg :=&asset {_dd :_efc ,_ef :_acage };return _gagg ,nil ; -};func _beffd ()([]byte ,error ){return _c (_bfaf ,"GB-V")};func _bgee ()([]byte ,error ){return _c (_bcac ,"GB-EUC-V")};func _ada ()(*asset ,error ){_aage ,_bbfc :=_baeb ();if _bbfc !=nil {return nil ,_bbfc ;};_gbbg :=bindataFileInfo {_dae :"UniCNS-UCS2-H",_fb :324097,_ae :_be .FileMode (436),_g :_a .Unix (1580492685,0)}; -_ebcbc :=&asset {_dd :_aage ,_ef :_gbbg };return _ebcbc ,nil ;};func _fdbde ()(*asset ,error ){_agcb ,_bgffd :=_cdc ();if _bgffd !=nil {return nil ,_bgffd ;};_ddcg :=bindataFileInfo {_dae :"GBT-EUC-H",_fb :44530,_ae :_be .FileMode (436),_g :_a .Unix (1580492198,0)}; -_adca :=&asset {_dd :_agcb ,_ef :_ddcg };return _adca ,nil ;};var _cfga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9c\x4b\xaf\x27\xb9\x79\x9f\xf7\xfd\x29\xce\xd2\x59\x38\xaa\x0b\xc9\x22\x81\x83\x06\x12\xd9\x86\x85\xc0\x4e\x10\xe5\x06\x04\x59\xf0\xaa\x0c\x10\xf5\x0c\x66\x46\x0b\x7d\xfb\x80\xcf\x53\x52\x22\xc1\xc6\x2c\x1a\xff\x26\xab\x48\xbe\x45\xfe\xde\xfb\xcb\xf3\xab\x5f\xff\xe6\xef\x7e\xf3\xed\xbb\x9f\x3f\x7e\xf5\x9f\x7e\xfc\xbe\xff\x76\xfe\xfc\xb1\xbe\xfb\x36\x7e\x9c\x3f\x7d\xff\x87\x1f\xfb\xfc\x68\xf3\x77\xdf\x7d\xfb\xf2\xe5\xbc\x3e\xc6\x77\xfd\xe7\x3f\x35\xf9\xe9\xbf\xaf\x3f\x7c\xf9\xb2\xc7\xff\xf6\x8f\x3f\xfd\x3c\x7f\xff\x9b\x6f\xeb\xfb\x8f\xdb\xf7\xc6\x1f\x7e\x78\xdf\xfd\xf8\xf8\xd5\x7f\x9e\xbf\xfb\xee\xa7\x9f\x7f\xfc\xe3\xc7\xdf\xfc\xbb\xf1\x7d\x9b\xff\xe6\x63\xcc\xb5\xfb\xff\xe3\x8f\x63\xfe\xf8\xdd\xb7\xdf\x7d\xfc\xcd\xaf\xff\xf9\xb7\xe7\x9f\xbb\x7f\xfb\x87\x1f\x7e\xf8\x3f\xf3\xf7\xf3\xdb\xcf\x1f\x89\xbe\xf9\x6d\xf0\xfb\xe5\x57\xbf\xfe\xa7\xfa\xc3\x3f\xd7\xdf\xcf\x8f\x5f\xfd\xe3\x7f\xf8\xa9\xff\xf4\xb7\xff\x3e\xfe\xed\x3f\xf2\x88\x27\xff\x6d\xfe\xf8\xd3\x77\xdf\x7f\xfb\xb8\xfe\xed\x71\x94\xff\xd7\xfd\x5f\xfe\xf8\xc3\xfc\x38\xdf\x19\xfe\xc7\x7f\xfd\xcd\xdf\x7d\xfc\xcf\xf3\xe3\x3c\x3e\xae\x18\xf3\xf1\xbf\xde\xfe\xff\xfe\x4f\xdf\x8f\xf9\x71\xd8\xba\xa4\xbd\x7f\x3f\xe6\x4f\x3f\xd4\x3e\x7f\xac\xdf\x7e\x37\xbf\x7c\x7c\x7c\x1e\xc7\xd7\x8f\x8f\x8f\xcf\x7c\x7c\xdd\xad\xfc\x84\xe3\xeb\xc7\xe7\x3f\xfc\xfd\x3f\xfc\xfd\xd7\x4d\xe4\x5f\xbd\xff\xe5\x74\x9a\x6f\xdf\xff\x3c\xe6\xb2\x8f\x19\x3e\xcf\xf5\xf5\xe3\xdc\x23\xfe\xff\x47\x5f\xce\xe3\x78\xd7\xfd\x6e\xf4\xff\x5d\x7f\xfc\xf2\x99\x4b\xb8\xbf\x7e\x9c\xcf\x73\x66\x1a\x9d\xc6\x75\xd3\x18\xbb\x71\x87\x67\x37\xe2\x49\xe3\x48\xbb\x51\x13\x8d\x33\xd0\x68\x34\x32\x13\x54\x27\x78\x18\x53\x9d\x20\xdb\x98\x3e\xe1\xb5\xbe\x9c\xfa\xd8\x8d\x51\x9c\x9a\x27\xa3\xee\x46\x3e\x23\x0d\xa7\x3e\x7d\xad\xfb\x04\x0a\x86\x53\x9f\xe7\x6e\x4c\x69\x3b\xa1\x7a\x5e\xbc\x76\x31\x66\xde\x3e\x61\xb6\xc5\xd4\xf7\xb5\xc7\xd4\xbd\xaf\xe7\x93\x43\xa4\xc1\x04\x67\xf2\xc9\xf0\xc9\x5e\xa7\x46\xc9\x61\x0f\x6a\x9c\x36\x36\xa1\xf5\x39\x6d\x14\x1a\x6c\xc8\xc5\x86\xd4\xe7\xe1\x49\x3c\x68\x38\x41\x64\xea\xa7\xf9\x9a\x63\xfc\x9e\x78\xd1\x60\xd1\x4b\xda\x1e\xd7\x89\xfb\x7b\x6a\xcd\x36\x98\xba\x25\x1b\x50\xdd\x58\xe7\xf2\x13\xda\xfb\x1a\x54\xb7\xe2\x13\xa8\xee\xef\x3a\x34\xa6\x13\x24\x68\x9b\x4c\x70\x3f\x7b\xd1\xf6\x6e\x48\xbe\x69\x44\x26\x28\x81\x86\x63\x72\xa2\xe1\xa2\x25\xd2\x70\x51\x0e\xb8\x05\x17\x2d\xbe\xe6\x67\x03\x8a\x16\xfc\xec\xe2\x6b\x92\x93\xf7\x1e\xb4\x98\x3d\x7a\x16\x8d\x4c\x90\x9d\xc0\x8d\xbf\x0f\x28\x88\xe2\x80\x8d\x6f\xe9\x3d\x6d\x26\x48\x4e\x70\xed\xd7\x7a\xda\x47\x5f\x8e\x6b\xef\x68\x07\x3b\xe5\x00\xca\x1d\xec\xe4\x92\xf6\x6b\x83\x2f\x2d\x07\x1b\x32\x18\xf3\xdc\x77\xa6\xe1\x6c\x77\xa1\x21\x2c\xcf\x8b\x86\xe4\x84\x93\xc6\xb4\xc1\x13\x8f\xfe\x0e\x37\x8d\xf7\x35\xd6\xf1\xb4\x4b\x66\x8c\xa7\x7d\x73\x58\xa3\x46\x1b\x89\xc6\xbb\x28\xe4\x54\x17\xbd\x78\xcd\xd3\xbe\xc1\xce\xe8\x42\x19\xb8\x0c\xa1\x1c\x8e\xfd\x64\x72\x58\xf9\x78\xf6\x93\xb9\xa9\x0e\x27\x6b\x4e\x88\x0e\x27\x5f\x3d\xd3\x66\xb9\xf3\x61\xfc\x84\xe8\x7c\x3c\x91\x46\xb3\x91\x68\xcc\xaf\x1f\x17\x87\x33\xeb\xfb\xd2\x43\xa3\x7d\xfd\x08\x17\x07\x35\x5b\xf8\xfa\x11\xca\xc1\x4c\xe0\x2e\x1f\xb0\xf5\xec\xc5\x06\xc3\xfb\x86\x74\x62\x5f\xe6\x38\xf6\x08\xf8\x78\x4e\xc9\xcd\x36\x96\x0d\xe8\x5d\x2e\x98\xf7\xc4\x2b\x3e\x5f\x3f\xee\x9b\x07\x0b\x98\x04\xa1\xb5\xa2\x8b\x00\xd4\x15\xdf\xf1\xfb\x13\x57\x7a\x6c\x44\x1a\x8c\xb9\x8f\x42\x63\x8f\x39\x4e\xa8\x5c\xfb\xf8\x72\xe6\xb3\xd6\xf3\x4e\x96\x90\xae\xaf\x54\xfc\x97\xe4\xe4\x6a\x87\x6f\x32\xac\xbf\xdf\xc0\x7c\x3d\xb1\x52\xb2\xf1\xd2\xc0\xb2\xbd\xd2\x28\x07\x8d\xbd\x83\x25\xf8\xff\x8d\x86\x74\x4b\xc3\x78\xdf\xe2\x53\x91\x58\xf9\x28\xec\xc1\xea\x36\xf8\xd4\xb5\xf7\x33\x04\x04\xdb\x5a\xfb\x98\xe2\xde\xd0\x72\x44\x89\xd9\xcc\x5a\x8e\x34\xbe\x7e\xdc\xc7\x16\x78\xe5\x00\xa7\x21\xa4\x44\xc3\x9d\x2a\x79\x37\xc0\x69\x80\x05\xca\xf1\x9e\x73\x29\xbb\xe1\x79\x9e\x07\x33\x6f\xb6\x89\xc7\xc1\x83\x75\x7e\xfd\x88\xcf\x3e\x82\x72\xa6\xe8\x4b\x27\x8d\x69\xe3\xda\x8d\xe7\x6d\xdc\xbb\x51\x37\xa7\x86\x74\xdb\xb8\x7c\xb2\xa9\x3c\xdb\x26\xe6\x0a\x8e\xe9\xef\x92\x9b\xe6\x2b\x84\x3d\xe6\xb9\x36\x99\x57\x0a\x3e\x49\x34\x86\x8d\x4d\xf3\xd5\xce\x0d\xd3\xc0\x7f\xaf\xfd\xdf\xbd\xc6\xc5\x4c\xe9\x86\xf8\x6b\xec\xd5\x8f\x74\xd1\x98\x2f\xc5\x4c\xbb\x5e\x52\xf6\x77\xdd\xc9\xd5\xd9\xca\xbb\x56\x1b\xfb\xc3\xee\xee\x6b\x5b\x00\x94\xfb\x9d\x60\xeb\x98\x72\xcf\x77\x4c\xa0\xd1\x6c\x6c\xf2\x03\xb2\x32\x9f\x5b\x49\x95\xb0\x65\xe5\x13\xee\x3d\x73\x10\x68\xe7\xb9\xa9\x0f\xe0\xe2\x48\xd1\xc6\x3b\x7e\x93\x16\x83\x1f\xb9\x85\x5b\x89\x51\x6a\xf8\x82\x28\xd2\xcf\xad\x21\x4a\xec\x2e\xb3\x25\x5d\x89\x5b\x7f\xa6\x73\x4b\xf1\x92\xd8\xbe\x58\x18\x9f\xd0\xd9\xf9\xdc\x22\xb0\xa4\xf4\x4e\xb6\x69\x4e\xc3\x8d\xdd\x62\xa6\xa4\xb9\xd7\x8c\x61\x33\x47\x49\x40\xee\x3c\xb6\x04\x2b\x39\xbd\x6b\xee\x27\x19\xb5\x16\x1f\x8e\x29\x03\xa0\xf8\x70\x32\xb9\xde\x36\x1e\x1a\xcb\x06\x63\xb6\xa4\xd8\x42\x8b\xd9\x9a\x5b\xf8\x36\x92\xaf\x15\x1a\x8f\x4f\x98\x5a\x4d\x76\x47\xa6\x46\x93\xc5\x87\xd3\xc9\xcd\x4f\x78\x9f\x34\x45\xe0\x45\xa3\xfb\x04\x0a\x38\xb7\xf8\x70\x54\x19\xb1\x99\x51\xed\x25\xf7\xe0\x13\x28\x90\x87\xcf\xc4\x04\x43\x35\xe0\x04\x32\x24\xd2\xa2\xe4\xd7\x06\x71\x82\xa1\xdd\x92\x98\x60\xfa\xd9\x1c\x69\x9e\xee\x0e\xa7\x98\xdd\xd1\x87\x53\xc8\xeb\xa0\xc1\x29\xe6\xe5\x91\x14\xbe\x74\x49\x28\x47\x9a\x97\x84\xc2\x60\x99\x53\x88\x0f\xe7\x9b\x61\xfc\x8c\xec\x2d\x79\xa9\x7b\xd2\x5e\xb4\x84\xcb\x3d\x08\x34\x24\x87\xd3\x2e\xe0\x20\x5f\x9c\x4f\x41\x41\xc4\xe7\xf2\xb5\xe4\x13\x27\xd0\x02\xd8\xa2\xab\x94\xe0\xc9\x01\x8a\x12\x3d\xb9\x54\x68\xa8\xbc\x9e\xe3\x17\xa4\x64\x29\xc9\x61\x5b\x17\x95\x92\x04\xc9\x05\x11\x88\x89\xf8\x5c\xac\xfb\xbc\x14\xb1\xee\x93\x6d\xb0\x14\x32\x23\x5f\x40\xa1\x54\x37\x08\x0e\x2a\xa0\x2c\x5f\x9c\x7e\xa9\xae\x13\x1c\x13\x7d\xc2\xd4\xaf\x6d\x1a\x1d\xe3\xa2\xf7\xde\xe1\xd2\x3c\xe3\x87\x6d\x78\xf1\x77\x43\x68\x93\x50\x04\x55\xe9\xea\xf0\x87\x75\xba\x76\x26\x50\x28\x43\x15\xfc\xb0\xe8\x70\x9d\xcc\xd4\x2f\x2e\x1e\xa8\x9e\x2f\xd5\xac\xa3\x3c\xc7\xb8\x2d\x65\x4a\xb5\x47\xa4\x44\x41\x41\x95\x32\xdf\xd9\x7c\x02\x3b\x60\xf6\x96\x32\x65\x87\xec\xd4\xcb\x03\xa7\xb1\x44\xf3\xbd\x1b\x35\xbc\x9f\x90\x68\x20\x52\xb0\x56\x4a\x0d\x62\x69\xdb\x17\xa5\x46\xf9\x69\x9b\x3b\xa5\x46\xa9\xe6\x48\x6a\x42\xbf\xdd\xb1\xd0\x38\x7d\xcd\xc6\x4b\x9b\x0d\x69\x83\x03\x6a\xf2\xe4\xb6\x4e\x2b\xf5\xb5\x97\x8a\x8d\xea\x6b\xd0\x96\x5e\x56\x65\x9d\x47\x98\x4a\xdb\x03\x4c\xef\xe7\xa6\xa1\x55\x54\x6c\x78\x72\xdb\xc6\x2a\xb5\xba\xf1\x70\x4d\xad\x8e\x41\xf8\xd7\xd7\x92\x2a\x36\x8a\xeb\x40\x41\xf5\x18\xe1\xa7\xda\x3c\x92\xc0\xd4\x4d\x56\x45\xc4\x69\x37\xe7\x1b\xe5\x57\x5f\x69\x13\x58\x47\x69\xf3\xce\x86\xb4\x89\x4f\x70\xb6\xee\x13\x3e\xa1\x89\x10\x4f\xa1\xbf\x53\xf3\xa5\x43\xc6\x0f\xec\x35\xda\x28\x07\x44\x42\x1d\x2f\x39\x34\x5e\xb8\x44\x68\x13\x2e\x01\x58\xd6\xe9\x01\x23\x30\xeb\x74\xaf\x61\x8c\x3a\x5f\x33\x91\xa9\xa7\x22\x01\x2e\xa9\xaf\x4c\x81\x4b\xea\x12\xe4\x30\x46\x5d\x7e\x42\xdc\x63\xb4\xe9\xe3\xc3\x69\xb7\x17\x3b\xdb\x29\x28\x2d\xba\x28\x62\x51\xfb\x3c\x3e\xe9\xa6\x81\x0a\x0b\xf0\x8f\xf6\x79\x7c\x92\x8d\xe6\x93\x48\x43\xbc\x25\x1b\xc3\x27\x9b\x9c\x26\xc4\xc2\xb6\x7a\x4a\xc3\x04\xbd\xd4\xae\xed\xd5\x2d\xe0\xa0\x6d\x79\x10\x0b\x62\xa8\x61\x9b\xde\xc7\xed\x10\x67\x76\xb2\xc7\x99\x8b\x0d\xd1\xe2\xcc\x55\xf0\xc2\xb3\x4d\xb3\x23\x14\x9f\x40\x67\xe4\x48\x5b\x75\x36\x18\xab\xbd\x5a\x2b\x33\x5b\x73\x36\xe0\xd6\x30\x55\x72\x84\x4d\x1b\x7a\xf7\x28\xc9\x06\x5b\x90\x91\xcb\x4d\x2d\x1e\x4f\x1b\xdd\x27\xe1\x97\xe4\x65\x43\xbe\xe4\x88\x46\x6a\xfd\x95\xed\x90\xd7\x5d\x17\xb3\xa2\x01\x98\x1c\x31\x2b\x1a\x62\x28\x66\xd8\xa9\xa9\xc9\xe3\x69\x23\xfa\x84\x2f\xc7\x45\x8e\xd9\x0d\x1e\xf3\xeb\xc7\x73\x66\x1f\x2c\x1f\x40\xea\xe4\x4c\x22\x9a\xa6\xe1\x48\xc7\x2c\x35\xd3\x35\x2f\x5f\x73\x4d\xa9\x51\xd7\x65\xa9\xd1\x16\x8a\x08\x91\x36\xb1\x6b\x33\x32\xa0\x4d\xbf\x0d\x90\xb6\xe5\x04\xce\xb6\x71\x19\x32\x22\xa0\x2d\x04\x4a\x44\x5a\x36\xfc\x9a\x1c\x61\xa6\x8e\x76\x3b\x03\xb2\xaa\xa3\xdd\x72\x7c\x1b\xef\x98\x42\x03\x8c\xe6\x77\x0c\x18\x8d\x48\xa4\x2e\xae\x33\x32\xb1\xc7\xfb\xeb\x47\x92\x2f\x7a\x74\xd3\x10\x07\x3d\xba\x69\x88\x83\x1e\x93\x4f\x6c\x74\x1b\xcc\x1c\xdd\x4e\xf4\x4a\x07\xc9\x11\xaf\xbe\x74\x84\x65\x8e\xf0\x39\x3e\x68\xd4\xca\xea\x49\x9a\x61\xf3\xae\xe0\x8c\xef\xf8\xfc\xf5\x23\x17\xb0\xdb\x93\x24\xbf\x73\x49\x32\x1c\xdb\x91\x9b\x77\x38\x9d\x58\x62\xb6\xff\x56\x7a\x7a\x89\xf1\xc9\xf4\x09\x5f\xb3\x39\x29\x67\x97\x7c\x3c\x1a\xbf\x19\x03\x34\xe6\x64\xc3\x7d\x76\x19\x39\x29\x3a\x99\x9c\x94\x41\x78\xaf\x6e\x0d\xda\xbc\x6b\x1b\x47\x64\x41\x87\x93\x62\x86\xe3\x7b\x95\x34\x64\x41\x6f\x32\x02\x06\x4a\xdf\x92\x32\xe1\x83\x97\xbe\x05\xe5\xa5\xa0\xed\x5d\x92\xb1\x59\x3b\x48\x8f\x05\x3e\xea\x5b\x68\x3e\xf9\xf6\xff\x4e\x05\xbf\xf7\xe9\xc9\xc0\xe2\x7d\x4a\x0b\x2c\xde\x5f\x9c\xa1\x96\x3b\xc6\x52\x2c\xe2\x64\xb9\x0c\x5a\x55\xb7\xff\x51\x6f\x0c\xe5\x5f\x01\x41\x03\xd0\x44\x5c\xb3\x32\x82\x63\x8a\x63\x24\x0d\x38\x8c\x28\xab\x14\x1b\xa7\x4f\x22\x8d\x68\x23\xd1\x90\x50\x1c\xad\xb1\xbd\xd8\x92\x92\x6f\xd5\xed\xd1\xba\xca\x1b\xc4\xe0\xcc\x8c\x41\xc4\x02\x80\x86\xa0\x49\x70\xf7\x48\x9a\xf3\x1c\xe7\x78\xb4\x04\x10\x65\xc3\xe3\x2c\xc0\x69\x78\x68\x05\x08\x19\x42\xc8\x09\x7e\x18\x1c\x5a\x2c\x40\x60\x28\xfe\x12\xfc\x30\xf0\x67\x63\x41\xd8\x8c\x76\xdb\x60\x02\x8c\xf6\x9c\x82\x0d\x3f\x0d\x75\x60\x40\x22\xa7\x60\xe3\xf1\x09\x9f\x80\xc8\xcc\x09\xc5\x67\xa8\x22\x16\xac\xca\xa1\xcd\x8d\x2d\x33\x8c\x0f\x24\x30\x3c\x14\x9f\xe5\xb9\x7e\x49\x48\x0e\xa5\x5f\x42\xf5\x0d\x7d\xe2\x04\xdd\x53\xa9\x90\xa0\x7b\xea\x21\x25\x48\x9d\xef\x36\x42\xdd\xc4\x4e\x49\x07\x8a\x74\xca\x6f\x09\x46\x30\x44\x92\x0e\xa6\x9e\x84\xf4\xd2\xc1\x66\xcd\xc7\x45\x51\x49\x13\xa3\x25\xe9\x2f\x4f\x5d\xb9\xf4\xd8\x70\x02\xc9\x31\x92\x92\x80\xe5\x44\x5b\xa5\x43\xda\xe4\xb1\x04\x46\x89\xb1\xec\x27\x10\xaa\x59\x9b\x32\x13\x78\x76\xb7\x0f\xde\x99\x19\xf2\x1e\x1d\x48\x9e\xd5\xcd\x06\xc9\x04\x63\xce\x44\x28\xa7\x4c\x5d\xac\x94\x21\x4d\xd3\x26\x21\xf4\x27\xa6\x4d\x3a\x24\xad\x49\x9a\xd4\xe8\x4b\x26\x84\xd1\x1b\xb4\x21\x7c\x51\xa6\xfb\xfe\x60\xe7\xcc\xe1\x16\x14\x68\xdb\x76\x68\xb9\x81\xf8\x5c\xef\x5b\x8c\xc7\xc8\xc8\xfa\x6b\x93\xa3\x4a\x0a\xc3\xb9\x19\x33\x9d\xd1\x07\xd3\x07\x7b\xc8\xf2\x0c\x1f\x7c\xee\x85\x30\xcf\x0f\x4a\x6b\x21\x65\xef\x88\x86\x5e\x58\xa1\xc1\xa3\x5e\xcf\xe1\x6b\xfb\x3b\x97\x1f\xad\xeb\xb5\xda\x4b\x40\xa1\x01\x22\x74\xbd\x56\xdf\x63\xd2\xe5\xd4\xfd\xf4\x09\xb3\x6d\xdd\x7d\x97\xc7\xb7\xba\x0f\x78\x4b\xe5\xaa\x4b\xb5\x06\x01\x25\x82\x58\x65\xcd\xf7\xc9\xfe\xb4\xb5\x8a\x8d\xf8\xe5\xb3\x1e\x41\xd2\xf6\xb7\xd5\x43\x45\x85\xd3\x53\xdf\x38\x0d\x4e\x4f\x3d\xc0\x67\x40\x00\xd4\xc3\xd0\x06\x1e\x50\x3d\xb4\x85\x36\x01\xf5\x10\x50\x38\x40\xf5\xc0\xae\x49\xf7\xdb\x70\xd7\xb7\x67\x53\x8f\xea\x32\x37\x63\xf4\x6b\x71\x66\xea\x31\xa4\x66\x6b\xd7\x7a\x68\x1e\x1c\x19\xd2\x06\x47\x18\x18\xaf\xd5\x89\x27\x51\x0f\xad\xce\x23\x40\xcc\x9f\x6c\x4b\x66\x5e\x6f\xac\x74\x8f\x3f\xb7\x0e\xbf\xb6\xc8\xaa\xe7\x56\xe1\x04\x9b\x2b\x12\xf7\x0a\x9b\xaa\x36\xe3\xf5\xf5\x23\xe0\xf9\xf4\x6b\x6f\x71\x24\xbc\xdd\xef\x0d\xc5\x88\xbe\xeb\xf7\x36\xb2\x23\x4a\xb1\x87\x2d\x38\x63\xd8\x56\x57\x27\x40\x81\x46\xea\x69\x3b\x5a\x71\xf3\x57\xcf\x1a\x2b\x84\xe6\x7b\xc6\x06\xce\x84\xe6\xfb\xeb\x57\x13\x9a\xef\x65\xeb\xfd\x74\xf1\xdf\x2d\x97\xd2\xb1\xc5\x7c\xaf\x9b\xcc\x74\xee\xad\x18\x69\x1f\x73\x7e\x36\x6b\x8c\x67\xb3\x70\x26\x20\x3d\xea\xde\x95\x7c\x6e\x01\x37\x90\x34\x05\x56\x98\x8d\xf9\x8f\xb2\x4f\x75\xf6\x6d\x4c\x9d\xe7\xb1\x45\xc3\x9c\x84\x7f\x2e\x3e\x73\x1d\xc8\xfe\x13\xf4\xad\x03\x93\xf0\x24\x72\xb0\x4e\x74\xf9\x95\xb6\xf4\x5f\x17\xf2\xe8\x7a\x36\x37\xaf\x00\x7c\xaf\xb8\xa7\x5e\x09\x58\x5c\xe5\xf8\x4b\x4f\x3b\xc4\xbf\x92\x89\xab\x20\x56\xe5\x8d\x55\x38\xf2\x3b\x6d\xfc\xac\x02\x3f\xdf\x88\xef\x85\x8b\x77\x11\x40\x5b\xf8\x71\x17\x3a\x7f\xe1\xb5\x3c\x99\x57\xf6\xe0\x7b\xcb\xc9\x55\x37\x40\xae\x73\x6b\xbb\x65\x6c\x3f\x1d\xc7\xb5\x1b\x51\x80\xec\x53\x58\x4d\x7b\xe3\xe1\xbb\x5a\x7d\x9f\xf0\xda\x96\x38\x37\x11\xba\xf5\xda\xcd\xb8\x0e\xeb\x35\x73\xf1\x16\x16\xa6\x60\x22\x44\xb6\xda\x52\x2c\x6d\x8b\x73\x69\xaf\x65\x3c\x87\xd5\xb7\xea\xcd\xa0\x61\xf5\x28\xd8\xb7\xc8\x5e\xaf\x55\xf5\x6c\x03\x63\x69\x15\x25\xbc\xe3\xd5\x5f\x36\xda\x7a\x67\xf5\x47\x36\xd8\xe2\x73\xf5\x0d\xb9\x10\x02\x43\x5e\x0e\xdf\x46\xcd\xea\xdb\xc8\xbd\xcf\xad\xec\x57\x7f\xb9\xe0\xb1\xe1\x47\x3e\x10\xc6\xe9\x93\xb6\x59\x1a\x0b\xf9\xd9\xf2\x76\x99\x16\xc8\x78\x24\x0b\x85\x98\xee\xcd\x77\x6b\xb0\x13\x17\x5b\x34\xb6\x48\xba\xaf\xed\xc2\xac\xf1\xa7\x35\x68\xec\x69\xef\x6b\x8b\xe4\x35\x5e\x29\x4a\x03\xce\x79\xc3\x23\x6b\xbe\x5f\xb5\x85\xf5\x9a\xa6\x1e\xd0\x57\x8b\x90\xfe\xfd\xb0\x91\x53\x5b\xef\xd9\x6a\x64\xa1\x3a\xae\xcc\xe8\xed\x05\x3c\x47\xfe\xd7\x23\x37\x6f\xd6\xf0\x3a\xbe\x7e\x7c\xa2\x98\xbe\xfc\x29\xeb\xb8\x4f\xe2\x2b\x69\x93\xb8\xfb\xb6\x01\xfb\xb9\xe9\x20\x7b\x42\x26\x00\xd6\xd9\x3f\x93\x3e\xc2\xe1\xcf\x16\x53\x9f\xf9\xc1\xcb\x28\xc6\xae\xb3\xf3\x65\x24\xe0\x93\x88\xc9\xe7\xcd\x2b\x9f\x39\x1b\x31\xc6\x0d\xcb\xd9\xb1\x99\x94\x48\xce\x9b\x25\x72\xde\x3a\x71\xff\x54\x39\x9c\x9c\xa3\xf3\x15\xf3\x76\x8f\x29\xc1\x90\xec\x2b\xf6\x15\xfa\x26\x7d\x58\x6e\x0f\xd2\x3a\x97\xbd\xb9\x9f\xb9\x98\x64\x43\x34\xe7\xe2\xba\x06\x92\x1e\xa0\x91\x4b\x73\x0d\xa3\x46\x6c\x7f\x2e\x9b\x57\xf7\x0f\x81\x93\x87\x44\x45\xe9\x8e\x35\x3f\xf3\xf0\xbd\x30\xe4\xfe\x71\x8d\x62\xca\xd2\xf9\x86\x39\x33\x13\xa9\x43\xfa\xa6\xb9\xb7\x13\x5a\xb6\xfc\xdd\x3f\x66\xc3\x2e\x33\x9c\xd5\xbe\x37\x1f\xea\x7b\x9d\xbe\xf5\xbe\x47\xdf\x56\xbf\xfb\xe7\x4d\x54\x9a\xcf\xbc\x77\x9f\x61\xa0\xe7\x4c\x24\x15\xdd\x17\xa3\x41\xcf\xf9\x90\x5b\x8c\xcd\x3e\xe2\x19\x67\x36\xe3\xb9\xe8\x33\x49\x76\x92\xa1\xa8\x09\xfa\x2a\x2a\xf8\x21\x5e\x99\xeb\x73\xd9\x17\xcc\x6f\x9a\xf9\xcc\xf6\x99\x16\xe4\x8c\xaa\xfb\x5c\xab\x49\xc4\xcb\x04\x67\xb1\x8f\x78\xcd\x75\xb3\x46\xe5\xdb\x2a\x36\xea\x73\xdd\xe6\x3e\x5d\xa3\x99\x9a\x24\x8f\x42\x58\xe6\x33\x1b\x76\x79\x2e\x73\xb1\xdd\xf9\xba\x49\x47\xbf\xb7\xfb\xbd\xc3\xb1\x64\x6a\xea\x48\xf6\xbd\xd9\x5a\xfb\xa4\xd9\x54\x33\x9c\x99\x51\x09\x9f\xb9\x4e\xc7\x82\x53\x82\x31\x9f\xb9\x12\x81\x7b\xb2\x79\xe3\xe5\x7c\xef\xde\x3f\xa6\x4e\xf9\xde\x66\x9c\xf6\x22\xa9\xd3\x3c\x8f\x16\x1c\x9b\x7d\x6f\xd0\x27\x4e\xaf\x42\x9e\x33\x3a\x16\xd1\xfb\xe0\x52\xe7\x16\xa3\x7d\xd2\x5c\x4c\x9b\xb2\x57\x06\x57\x9e\x6c\x92\x35\x5d\xf6\xf1\x9e\x99\xba\x96\xd8\x17\x43\x25\x4f\x21\xdb\xde\x3c\x0f\x65\xf5\x53\x6e\xd6\xe8\xe0\xb4\xb9\x07\x89\xf3\x68\xe2\xb4\xe1\x5c\x3d\xd8\xde\xb9\xcb\x83\xaf\xf7\x6b\x1e\x1c\xd9\xfc\x99\x75\x22\xb3\xb9\xe4\xee\x1a\xfa\x92\xb9\x90\xb1\xef\x15\x59\xd2\xfb\xdb\xb7\xb1\xd1\x3d\xb7\x57\x3c\x17\x72\xd7\xdd\x73\xeb\x06\xe4\xf1\x6f\x72\x1f\xec\x55\xc7\x4c\x29\x87\x99\xdf\xc9\xde\xeb\xef\x95\xe3\x26\x47\x1a\xd8\x83\x11\x95\x43\xd1\x04\x2f\x34\xbf\xde\x17\xee\x4e\x1e\xd2\x3c\xde\xbd\x02\x2f\x23\x35\xfb\x86\x7d\x8e\x05\x07\xc3\x28\x65\x79\xcc\xea\x3e\xf6\x15\xfb\x78\xef\x19\xf6\xb9\xcf\xc8\x88\xe1\x1e\x0c\xa3\xd6\x85\x33\x1f\x35\xd9\xe7\xba\xc8\x4e\xdc\xb5\xcf\xac\xd3\xf5\x14\xce\x1c\xb5\xf2\x99\x87\xd9\x28\xf4\x71\xc6\xa9\xfa\xcc\x43\xc3\x13\xed\x99\x87\xbc\x3f\xf4\x79\x0f\x68\x9e\x9e\xd1\x34\xa9\x46\x22\x28\x4f\xe5\xa4\x3e\x51\x20\xb7\x93\xa7\xdf\x3b\x8d\x31\x60\xd8\x64\xf4\xce\xfe\x99\x26\x91\xcd\x0e\x3b\x1f\x7b\x10\xce\x44\x9e\xd7\x3d\xd0\x11\x0a\xe7\x9b\x52\xee\xf6\x91\xb2\x3c\x4d\xf5\xba\x07\xb3\x3a\x96\x7d\x99\xe2\x40\x57\x27\x28\x73\xa6\xbc\x3f\x71\x49\xc3\x59\xcc\x32\x47\xfb\x1e\xf2\xc0\xa6\xbd\x1b\x78\x99\xdd\xdc\xf0\xc1\xba\xbd\xda\xd7\xe9\x43\x76\x4e\x31\x34\x89\x32\x84\x8b\xcc\xfa\x1c\xd2\x02\x86\xc2\xe5\x1e\x88\xa1\x89\xe2\x0f\x58\xb6\x79\x2e\xbf\x77\x41\x33\x09\x86\x3c\x97\x34\x2f\xdf\x23\xb9\xbe\xdc\xe7\x85\xf9\x17\xae\xc7\x04\x76\xb5\xcf\xf7\xe0\xcb\x25\xfe\x5e\x5f\xe6\xe6\x2c\x57\xf2\x3d\xb0\x16\xac\x68\x59\x62\x6d\x3d\xe6\xb0\xe1\x8f\xa5\xae\x5d\xe0\x2a\x10\xb4\xcf\xcb\x3d\x5d\x44\x2f\xc3\xb6\xd2\xd5\xf2\xff\x42\xb9\xcf\xab\xe6\xf3\x6a\x0e\xc1\x7e\x0c\x96\x54\xac\x9e\xed\x2b\x26\xb2\xcd\x5d\x73\xfc\x6b\xd8\x87\x38\x5b\x03\x98\x2c\x22\x83\xc1\xba\x9e\xa5\xba\x5a\x38\x7e\xc1\x70\x3b\x3e\xd0\x67\x39\x08\xb3\x85\x80\x2f\x85\x69\xbc\x7f\x78\x2f\x10\x51\x39\x10\x5d\xe5\x88\x42\x96\x78\xeb\x81\xca\x29\x07\x50\x0c\x81\x90\xc6\xf1\x38\x1f\x6c\x16\x02\xa1\x25\x5c\xa3\xfd\x63\x8e\xfb\x31\x93\x7d\xd2\x27\xc4\x02\xa9\x19\x7c\xa3\xcf\x72\x08\x9d\x40\x80\xf7\x00\x3a\xe5\x20\xbe\x14\x22\x81\xa7\x03\xb1\x52\x0e\xb2\x75\xc1\xd0\x22\x0e\xcf\xfe\x61\x0d\x7c\x90\x72\xfa\x6d\x27\x91\x99\x10\x09\x0f\x9c\x29\xd9\xc7\x11\x26\x3c\xc4\x93\x23\x2c\xe7\xf3\xf6\x65\x72\xe0\x37\x7d\x04\x4b\x42\x22\xe4\x79\x76\xe7\x43\x85\x05\xe3\x15\x27\xa2\xb0\x9c\xae\x9b\x08\xbf\x5d\xae\x7b\xe1\x2d\x07\x73\x6a\x57\x88\xf4\xe9\x4b\x9a\xe5\xba\xd2\xdb\xc7\xfe\x19\xb9\xbf\x36\x0f\x7f\x96\xcb\xbd\x7a\x9c\xcf\xbd\xba\xaa\x7d\x38\xfc\x57\x85\xe6\x6b\xab\xdd\x8b\xdd\xbb\x1a\x14\x5f\x52\x67\xa8\xfb\x92\xba\x0b\xd7\x32\x64\xe2\xf4\xd7\x60\xa7\x2e\x19\x2a\xf3\x65\x17\x0c\x55\x2e\x8c\xe7\x40\x35\x53\xb9\x96\xf3\xf9\x65\x99\xb8\xd8\xed\x97\xdd\xc9\x35\x38\xc9\x1b\x65\x55\x6e\x29\x2e\xf8\xf9\xb7\x14\xdf\xc4\x48\x82\xa1\xbb\xbb\x82\x82\x1b\x77\x3e\x18\x41\xbb\x3b\x6b\xdc\xd2\x82\xa0\x2e\xb7\xb4\xdc\x46\xae\x0f\xf2\x67\xf7\x74\x0d\x62\x89\xf1\x20\x68\x7e\x63\x54\x95\x1b\xfa\xe2\xc1\x49\x06\xe9\x0b\x66\x51\x0f\xd2\x94\x61\x7b\x47\x9f\x25\x98\xba\x3c\x88\xa8\x05\x18\xb4\x04\x83\x71\x78\xd9\x25\x48\x73\x80\xb3\x22\x25\x1e\x25\x74\xd6\x08\xae\x81\x3f\x5a\xa2\x6b\x44\x73\x75\x27\x11\x8f\x88\x91\x56\xa2\x29\xbb\x93\x60\x4b\xc4\x48\x2b\x11\x8e\x89\x18\x5a\x25\x26\xc7\x3e\x6f\x1f\x63\x5d\x37\xa2\x60\xe3\x45\x60\x32\x76\x38\x21\x62\x80\x46\x2b\x26\xe2\x80\xe6\x28\x2d\x08\xa4\x92\xa4\x25\x99\x4f\xa6\x18\xaa\x24\x91\x96\x30\x50\x22\xf5\x4d\x25\x61\x48\x97\x44\x3c\x2d\x9a\x3a\x4f\x28\x92\x92\xa4\xe5\xce\xcc\x27\x2d\xc9\xb4\x85\x09\xfb\x34\x9c\x8f\x7c\x41\x0c\x60\x23\x4d\xbe\x37\x99\xa7\xfa\x53\x39\xc2\xb0\x8f\xf9\x02\x41\x59\x9d\x93\xa2\xd3\x61\xbc\xa0\xe8\x74\x94\xc7\xf7\x0c\x65\xeb\x74\x94\xec\x77\x18\x74\xcc\x5b\x13\xee\x1f\x73\xff\x70\x51\x46\x21\x96\x6c\x82\x3a\x39\x56\x89\x93\x1f\x93\x61\x24\x8c\xf2\x13\xed\x7b\x6b\x2f\x48\xee\x63\xe4\x96\xfc\x56\x77\xc0\x81\x59\xc9\xf4\x3a\x36\x27\xa1\x6c\x1d\x9b\x92\xdf\x22\x98\xdb\x4a\x09\x69\xa9\xef\x7b\x56\x42\xb8\x6e\xb3\x18\x20\x5a\xf6\x30\xec\x33\x2b\x45\x9c\x2c\x37\x38\x35\x1b\xc6\x3a\xa5\xb9\xfb\x1d\x6f\x0e\x12\x1c\xe4\x2e\x7d\x66\x1f\x31\xfe\x4b\x1e\xb7\x7d\x16\x5d\x3c\xf6\xbd\xef\x99\x57\x74\xbe\xd1\xed\x93\x3e\x82\x85\x44\x60\xf6\x8f\xdf\xc1\xf9\xe6\xe9\x77\x18\xa0\x17\xbb\x79\x3a\xdf\xb4\x2e\x23\x5b\x15\x31\xed\xb3\xa8\xa4\x58\xce\xe0\xd8\x65\x1a\x37\x59\x16\xe1\x77\x18\x4a\x3c\x8b\x85\x0a\xac\xab\xc3\x97\xaf\xb7\xe0\x21\xdb\x37\xed\x23\xc3\x1e\x7d\xcf\x78\x85\xbc\x50\x30\x9a\x4b\x31\x49\x89\x17\x5f\x4a\x64\x4f\x8b\xb1\x84\xeb\xad\x50\xf0\x3d\xe3\xc3\x97\xc5\x00\xe2\xb9\xe8\x83\x5f\x64\x15\x8a\x92\xbd\x98\xbb\xbe\x08\x93\x97\x27\xd9\xf7\xd8\x67\x91\x43\xb1\x4f\xfa\xde\x52\x05\x78\xd0\xca\xd8\x7c\xb1\xcf\x45\xa9\x5b\x9a\xdf\xc6\x1e\x14\xe5\x6e\x31\xb4\x79\x59\x9f\xd1\x1c\xdb\xa4\xef\x39\x7f\x51\xd9\x97\xd2\x24\xbf\xbf\x43\xd8\xb6\xfe\xf6\x71\x34\x94\xfa\x15\x1c\xd5\xcf\x52\x0c\xf8\x5e\xc5\x9a\x86\x60\x9f\x24\xa0\xd8\xcb\x90\x04\x21\x81\x9f\x52\x8a\x90\xb0\x08\x37\xdf\x56\x9c\x28\x5a\x8b\x41\x14\x6c\x9a\x52\x96\xef\x59\xe7\x82\x0f\x5b\xca\x72\xcb\xb5\x59\xa9\xcc\x2d\xd5\xa3\xae\xc6\x59\xee\xdb\x3e\x8e\xab\x46\x93\xf5\x16\x05\x60\x5f\x15\x8b\x72\xb3\x25\x46\x38\xaa\xfb\xc7\xd2\x8a\x64\x29\x02\x30\xae\xc6\xf3\x6f\xc2\xfe\xd5\xe3\xb2\xea\x36\x5b\x11\xa2\x6f\x5a\xaa\x2c\xaa\xe8\xaa\xd5\xf7\x8c\x47\x58\x83\x51\x55\x39\xd5\xe3\xa2\xec\xb9\x54\x8f\xcb\xf2\xdc\xfc\xd6\x29\x34\xf6\xb4\x1a\x5e\x57\xec\x55\xd9\xb1\x9a\xdb\x0d\xec\x4b\x95\x1d\x71\x3d\xcf\x4c\x79\x5f\xa9\xa3\xd8\xf7\xa6\xec\xed\xf3\x3b\xdc\xe7\x00\x64\x71\x4a\xf7\x0f\xb0\x0b\xb7\x25\x04\xee\x8b\x59\xb1\x60\x41\xc8\x04\x62\xd5\x28\x69\xb0\x5e\x43\x55\x5c\x61\xbd\x1c\x2c\x8d\xc0\xb6\x2d\xd5\x34\x6c\xb0\xda\x61\xb9\xae\x67\x14\xa0\xa5\x79\x46\x96\x09\x67\xc5\x37\x95\xc1\xfb\xc7\x2a\x81\xb7\xb2\x80\xbd\x7a\xc3\x87\xe1\xad\x29\x88\xf6\x49\x33\xea\xb9\xc5\x69\x9f\x59\xf8\x64\xb5\x00\x67\xd9\xac\x41\x53\x1d\x34\xc5\x72\x7b\x6b\x48\x92\x7d\xc1\x3e\x69\x29\xd6\x13\x14\xfb\xfc\x0e\x32\x76\x4d\xe3\xab\x55\x45\x3a\xe2\xac\x55\x69\xb1\x02\x32\x14\x2b\x06\xfc\x0e\x33\x67\xc4\x48\x4b\xab\xc3\x3e\x73\x83\x24\x44\x9a\xa2\xba\x89\x03\x8d\xc8\xd6\xa4\xf9\xad\x23\x21\x0d\xd3\x5a\xb5\xcf\x2c\x25\xa6\x87\x3e\x76\x69\xaa\x67\x8b\x2a\x9b\xea\xb9\xc9\xab\x26\xcc\xda\xf0\xbd\x61\x5e\xde\xb1\xc4\x2d\x4a\x53\x7c\xc7\xd3\x94\x7e\xb6\xef\xad\x48\xe0\xdb\x86\x7b\x6f\xe9\x73\xbc\x4c\xc9\xbb\x57\x6f\x2e\xf5\x32\xcf\xef\x5e\x4d\x33\xba\x16\x12\x28\xaa\xdb\xb4\x52\xe0\x32\x51\x2f\x2d\xeb\x2d\x0b\x60\x0d\xc5\x77\x13\x43\x91\xbc\x55\x5b\xd2\xb2\xcc\x37\x5b\xc6\xb1\xa4\xc5\xb2\xb6\x6c\xad\x80\xaa\xbd\xbd\x39\x5a\x93\xf4\xe2\xaa\x07\xbf\xf7\x32\xbf\x1f\xec\x4b\x26\xf3\xc9\x45\x8b\xab\x1e\xde\x04\x3d\x69\x64\x65\x84\xb1\xe2\x98\x51\xb1\x3d\x3e\xf6\xf9\x6d\x6f\x22\x7f\xda\x67\x7d\x45\x30\x07\xef\x1a\xc9\x35\xcc\xa4\x2b\xe6\xfb\xe3\x7c\xd1\x8c\xfa\x6d\x9f\xf5\x03\xc8\x9c\xae\x59\xd0\x1f\xc7\x9a\x1e\xd7\x04\xe8\x16\xac\x64\x73\xe1\xca\x97\x6e\x4d\x5b\x26\xdb\xd4\xc5\x64\xaf\xef\x7c\x26\xdd\x93\x7d\x9e\x2f\xf9\xae\x5e\xb3\x7d\xee\xe9\x63\x0a\xde\xef\xb5\xc4\x2d\x9b\x24\x57\x95\x74\x6b\x95\x23\xaa\xa4\x37\xd7\xb5\xc6\x2d\x9b\x32\x57\x36\x75\x2b\x25\x2d\xd7\xe8\x9a\xcd\x6f\x4c\x26\xc2\x5b\x5d\x93\xa2\x77\xcb\x0d\x90\x6b\x7d\x38\x9f\xe6\x5c\x39\xec\x73\xff\x5e\x4c\x5a\x2f\x20\x26\x8d\xdd\x44\xe2\x4d\xa5\x2b\xc3\xfa\x34\xa9\x8c\xfc\xeb\xd3\x33\x9a\x26\xb4\x2f\xfb\xdc\x3f\xcd\xc3\x62\x35\x85\x98\xec\xeb\x7d\x8f\xef\x5d\xd5\x3e\x71\x90\x4d\xe0\x43\xdf\x50\x36\xc5\x37\xdd\xff\xd8\x67\x41\x44\x36\xeb\x5f\xed\xb3\xc8\x00\x9d\x37\x42\xb7\xcf\x22\x02\xf3\xdc\x9a\xb9\xe3\xad\x19\x29\xa6\xf2\xb3\x7d\xf2\x2a\x35\x0d\x43\xd3\x7c\x58\xe4\x94\x90\x11\x43\x93\x62\x68\x16\x24\xf6\x60\xe8\x26\x8c\x37\x23\x0c\x2f\x18\x1f\x2a\xc6\x87\x32\x31\xb7\x32\x94\x4d\x5e\x0f\x88\x25\xfe\xb2\x6f\x5f\x46\x95\xfc\x2a\xf9\xd1\xa9\xa7\x7d\x26\xc7\x61\x8b\x21\x24\x46\x33\xc5\x6d\x11\x44\xf3\x93\xcc\x9f\x52\xb6\x5f\x46\x73\xbe\xe6\x7c\xd4\x77\x0c\x2d\xcf\xd1\xdf\xf2\x01\x6a\x09\xba\xf3\x19\xa2\x4a\xd6\x31\x74\xc9\x7f\xb3\xcb\xd6\x29\x28\xe2\x46\xf7\x93\x1e\xfb\xdc\x36\xcd\x91\x64\x41\x04\xb1\x87\x32\x14\x7b\x05\xb8\x0f\xd5\xe4\x30\x87\x49\xa8\xad\x0c\x45\xe1\x18\x6f\x59\x01\xb4\xe8\xd1\x0c\xbd\x08\x2e\x5f\x94\xa1\xa8\x31\x34\x96\x2c\x8e\x37\x34\x56\x26\xa1\xd9\x74\x20\xf6\xa6\xa2\x66\x46\xdf\x03\x8a\x53\xef\x6a\x26\xdf\xc3\x8a\x9b\x8a\x8b\x89\x99\x91\x8e\x68\xc1\x41\xb2\xcf\xa3\x4e\x96\x1a\xf0\x6d\xd3\x6c\x75\x4a\x16\x0c\x38\x56\x2f\x22\x61\x7a\x18\x42\x2b\xe6\x70\x12\xa1\xca\x62\xb8\xac\xcc\xea\xba\xd6\x31\xe8\x31\x78\x31\x23\x1d\xb0\xb7\x21\xb4\x32\xeb\x9b\xec\x87\x66\x71\x30\xab\xc9\xfc\xc7\xd2\x02\xce\x6d\x36\x6b\x1c\x60\xd1\xa9\xba\x32\xd4\x96\x53\xb6\x84\xc0\xef\x20\x5e\x92\xb8\x14\x52\xa6\x2a\x6c\xbe\xd8\xb0\x38\x40\xaf\x64\xbe\x85\x1f\xb0\xcf\x14\x1b\xd3\x4c\xfb\x61\x49\x83\xd8\x98\xd6\x61\x27\xac\xfe\xd9\xfd\x8e\xee\xfe\x61\x6a\x4d\xb1\x41\x04\x6f\xf7\xb1\x2f\x62\x63\xbe\xd8\xc0\x13\x30\x9c\x57\x0c\xe7\xe5\x54\x2c\x54\xf0\x8c\x86\xdf\x86\x38\x9b\x8a\xa4\xa9\xf9\xfa\x60\x7e\x4d\xf1\x32\x87\xdf\x26\x2d\x8a\xa9\x29\x86\x1e\x3c\x8b\x29\x86\x0c\x05\x26\xe3\x52\x86\x02\xcb\xc4\x84\x4a\xd6\xf1\x4f\x4d\x28\xc3\x83\xc9\xa2\xfd\xa9\xf7\x32\x97\xf9\xb8\xc3\xf7\x8a\x7d\xd5\xb2\x07\x6a\x0b\xc4\xdf\x12\x7f\x27\x62\x60\x89\xbf\x45\xd5\x40\x3a\x29\xe8\x5c\xa1\xd8\xe7\x58\xa2\x05\x4b\xf5\xb7\x54\x7f\x16\xba\x2f\xd5\x9f\x17\x62\xd2\x89\x3a\x5d\x89\xbd\x5f\xe2\xd4\xba\x79\x2e\xc9\xec\x9f\xb7\xd0\xc2\xda\x0a\xd7\x48\x8e\x05\x6b\xeb\x71\xac\xb5\x2a\xa7\xc5\x11\x62\x72\x59\x72\x72\x72\x46\x4b\xbc\x2c\xd4\x4b\xd2\x33\x5b\xca\x8d\x05\x36\xd2\x85\x39\xb2\x3a\x58\xf3\x4a\x4c\xba\xa4\x59\x3e\x5f\x96\x96\x5c\x16\x53\x18\x19\x58\x9e\xd1\x75\x5b\x87\x21\x7d\xd3\xf7\xfc\x36\x4d\xdf\xc5\x3e\x27\x3d\xae\xa5\x3a\x58\xf2\xf9\x95\xa8\xba\x40\x1d\xd4\x03\xf3\x21\x11\x9a\xad\x07\x9e\x63\x35\x3e\x99\x48\xf3\x54\xe3\x93\xf5\x90\xcf\x71\x81\xea\x01\x9f\xd7\xe3\x4d\x32\x1f\x94\x47\x10\x4b\xab\x07\xfc\x9b\xb8\x02\x59\x8f\xc7\xf9\xac\x05\xe2\x32\x5a\x3d\x08\x81\x57\xe3\x93\xe9\xb6\x02\x04\x75\x5f\xbd\x70\x93\xee\xb7\x76\xc3\xb1\xc4\x63\xd3\x6d\x09\x46\x97\x16\x30\x9e\xa8\xb5\xae\xc7\xf0\x3b\x86\xef\x3d\xf6\xf9\xde\x70\x8d\xc7\x8a\x8d\x83\x3e\x3c\xf4\x44\xd1\x76\x3d\xd8\xab\x7a\x4c\xd7\x2d\x54\x86\xa0\x76\xeb\xa1\x9b\x40\xdd\x78\x3d\x70\x13\xea\xa1\x9b\x40\xb5\x74\x3d\x96\x34\x6b\xa6\x51\x00\x5d\x8d\x81\xd6\x73\x6b\xc1\xcd\x80\xf5\xdc\x8a\x70\xff\xec\x8d\xba\x1d\x78\xe2\x62\x57\x6f\x04\x51\xf3\xc2\x7d\xa0\xcf\x7a\xca\x2e\x17\x95\x23\xd9\x1e\xaa\x46\xf6\x4c\x86\x39\x2b\xa1\x4a\x4a\xfd\xab\x81\xca\x4a\xc8\x90\x4b\x7f\xd5\x80\x61\x25\x38\x18\x36\x90\xaa\xa1\xc1\x7a\x6f\x01\x45\xad\x71\xbd\x11\x4f\xf5\xde\x12\x09\xdb\xbc\x1a\xc6\xab\x84\xe7\xd0\xe2\xd5\xe0\x5c\x25\x10\x47\xd8\xa7\x1a\x86\xab\x84\xd2\xb8\x29\x57\x0d\xa4\x55\x02\x64\x54\xbf\x56\xc3\x63\x95\x10\x57\xd9\xd0\xae\x06\xb8\x2a\x41\xaa\x02\xc0\x0c\x51\x55\x43\x54\xc7\xd6\x91\xd5\x08\x55\x35\x42\x75\x5e\xe5\x17\xb5\x79\x35\x7e\x55\x8d\x23\x91\x2b\xad\x86\x91\xaa\x97\x40\x2e\xea\x78\x8c\x8c\x54\xa3\x0c\xf7\x16\xb9\xd5\x6c\x76\xd5\xab\xc6\xb1\xab\x3a\xd5\xf5\xad\xaa\xdf\x46\x40\xd5\xdf\xad\xf5\x55\x8a\x7b\xa0\x6e\x5d\x35\x45\x98\xb6\xd7\x54\xcd\x10\x56\xad\x74\x0a\xc9\xab\x46\x7a\x7d\x93\x7c\x71\x83\x58\xdb\xb6\x5a\x7c\x59\xe0\x89\xe1\x5b\xa4\xc1\xae\x63\x8b\xc1\xaa\x95\x53\x51\xc3\x17\x5a\xa9\xaa\x85\xab\xb7\x0e\xb9\xa8\x58\x55\x7c\x95\xfc\xca\x75\xc1\x37\xca\xca\x8a\x2c\xba\x88\x12\x54\x45\x51\x5d\x9b\x45\x2e\x6a\x3a\xeb\x1a\xbe\xf5\x96\x20\x5d\x5f\x3e\x9b\x89\x88\x06\x13\x5e\x61\xf3\x47\x33\x47\xd0\x0e\x2f\xd0\x6d\x0b\xaf\x09\xe7\x06\x52\x2f\xaa\x23\x9b\x50\x6d\x02\x13\x25\xd3\x44\x66\x13\x99\xa4\xf9\x9b\xd0\x6c\x40\xf3\xe2\xea\x6d\x13\x9b\x0d\x6c\x5e\x54\x67\x36\xc1\xd9\x88\x29\xdf\xc7\xc6\x6b\x13\x8b\x0d\x2c\x5a\x2f\xd3\x04\x63\x0b\xc2\x7c\x6f\x4e\x13\x8d\x0d\x34\xde\x24\x9a\x9a\x70\x6c\xc0\xf1\x46\xa8\x34\xf1\xd8\xc0\xe3\x1d\xf6\xe6\x34\x01\xd9\x00\xe4\x1d\xf6\xe6\x34\x11\xd9\x40\xe4\x4d\xdd\x6c\x13\x91\x0d\x44\x5a\x2e\xd4\x84\x5c\x03\x72\x37\xe5\x60\x4d\xc8\x35\x20\x77\x3f\xdb\x43\x6e\x42\xae\x01\xb9\x3b\x6f\x87\xbb\x09\xb9\x06\xe4\xee\x12\xf7\x40\x21\xd7\x80\x5c\xc0\x6e\x6a\x42\xae\x01\xb9\x40\xe5\x7f\x13\x72\x0d\xc8\x05\xae\x2b\x35\x21\xd7\xf0\x87\xc3\x95\xf6\xc0\x46\xdc\xa4\x81\x42\xaf\x74\x36\x51\xd8\x40\x61\x40\x44\x36\x51\xd8\xc8\x02\x87\xc0\xe6\x88\xc2\x06\x0a\x43\x64\x73\x44\x61\x03\x85\x01\xf7\xa0\x89\xc2\x36\xe3\xf9\xf5\x23\x50\xbd\xd9\x66\xbc\xe9\x62\x20\xb5\x91\x4d\x60\x36\x80\x19\xb8\xf3\xd2\x04\x66\x03\x98\x66\x3d\x9a\xc0\x6c\xa0\x30\x90\x8d\xef\xa2\xb0\x83\xc2\x50\xb6\x66\xe9\xa2\xb0\x83\xc2\x48\x5d\x6a\x17\x85\x1d\x14\xc6\x93\x42\x36\x51\xd8\xcf\x5a\xbf\x7e\xc4\x6b\x7b\x4b\xfd\x24\xfa\xd4\x01\x66\xbc\xb6\x25\xd1\x05\x66\x07\x98\x91\xf8\x5b\x17\x98\xfd\xda\xca\x36\x92\xcf\xeb\x17\x59\x87\x0e\x56\x23\x91\xa7\x2e\x56\xfb\xbd\x2d\xdc\x48\x70\xa6\xdf\x58\x0c\x1d\xf8\x46\xee\x56\x74\xe1\xdb\xef\xed\x1f\x44\xaa\xd4\x3a\x72\xf6\xb3\x83\xe8\x48\x45\x7a\x17\xd1\x3d\xc4\xf8\xf5\x23\x72\xe7\xb2\x07\x9c\xef\xae\xc0\xa5\x66\xb8\x0b\xf2\x0e\xc8\x63\xda\x76\x5f\x17\xe4\x1d\x90\x7b\xb5\xa3\x0b\xf2\x0e\xc8\x63\xa6\x76\x4f\x90\xf7\xa4\xf0\xbe\xef\xdd\xe5\x5b\xa9\xb1\x85\x7b\x5c\xc2\xfc\xec\xa9\xb3\x11\x0f\xb5\x83\x0e\x1b\xd7\x26\x34\xd0\x93\xed\x19\x6a\x2a\xde\x9a\xbe\x85\x8c\xbb\xb9\x6e\xd3\xe5\x97\xae\x04\xbf\xa9\x4e\xea\x32\x4c\x57\x84\xdf\xd6\x1a\xca\x31\x5d\x21\x7d\xe3\x31\x76\x59\xa6\x13\xdf\x3f\x03\xc9\xa6\x9e\x31\x75\x3a\xb1\xf7\x53\x76\xe8\x19\x13\xb5\x67\x6f\x92\x25\xbe\x81\xa8\xfc\xfe\xa1\x22\x23\x15\xe6\x9b\xce\xe7\x4d\x30\xca\x71\x7b\x26\xca\xd7\xbd\x5c\xf8\x70\x8d\xb2\x13\x45\xdf\x3f\x56\x5f\x6c\x38\x76\x79\xb5\x53\x15\x15\xb9\x70\xd0\x0b\xd6\x63\x27\xb4\x9d\x0e\x56\x2d\xc4\x48\x3b\x1c\x9d\x8e\x0d\xed\x2e\x47\xf7\xb2\xf5\x68\x3a\x62\xa1\x98\x92\xfd\xa5\xf0\x28\x51\xec\xd5\xcb\xe4\xb3\xe0\xfb\x74\x6e\x81\xd1\xe5\xfb\x0e\xdf\xa7\x73\xfb\x73\x5d\xbe\xef\x54\xc8\x24\x2a\x81\x7a\x45\xf3\x77\x44\x41\x22\xef\xd4\x15\x05\x1d\x51\x90\x60\xf2\xae\x28\xe8\xcd\xb7\xb6\x6a\xed\xf2\x7d\x87\xef\x13\x57\x9b\xbb\x7c\xdf\xbb\x7a\xfc\xda\x03\xe5\xfb\x0e\xdf\xa7\xb4\x75\x67\x97\xef\x3b\x7c\x9f\xd2\xd6\x9d\x5d\xbe\xef\x30\x79\x7a\xfe\x5c\x23\xf7\xaf\xeb\xe4\xae\x0c\xe8\xc8\x80\x94\xb7\x6a\xed\xca\x80\x8e\x0c\x48\x05\xd8\x29\x03\x3a\x32\xe0\x39\xb6\x6a\x1d\xca\x80\x81\x0c\x78\xb8\xaa\x3d\x94\x01\x03\x19\xf0\x70\x75\x75\x28\x03\x06\x32\xe0\xb9\xb6\x6a\x1d\xca\x80\x01\xc3\xfb\x17\x37\x86\x0c\x3f\x60\xf8\x27\x1c\x79\x77\xf9\x16\xdc\xfd\x10\x53\x1d\x72\xf7\xb8\xb5\x65\xb6\xaf\x38\x64\xe5\x01\xdf\x3e\x14\xc8\x0e\xf9\x76\xc0\xa4\x0f\x55\xcf\x43\x26\x1d\x30\xe9\x03\xf2\x87\x4c\x3a\xb4\x8b\xf2\xd6\xa3\x43\x26\x1d\x30\xe9\x03\xee\x87\x4c\x3a\x60\xd2\x4c\x4e\x74\xc8\xa4\x23\x6d\x47\xce\x1b\xe6\x23\xc1\x09\x23\x69\x51\xed\x2d\x1c\x32\xdb\xa0\xb4\xd0\xc4\xd0\x78\x88\xa0\x0d\xf8\x2f\xbb\x13\xb2\xdf\x80\xfd\xbc\x20\x3a\xe4\xbe\x01\xf7\x65\x2e\x83\x0e\x99\x6f\xc0\x04\x39\x6c\x1d\x33\xe4\x81\x01\xba\x33\xa2\x62\x88\xee\x01\x6e\x73\x4c\x94\xfe\xfa\x16\xb8\xf5\xde\xc0\x10\xb7\xa3\x6e\xfb\xda\x8a\xee\x51\xa7\x6f\x31\x90\xac\xf9\x10\xb7\x03\xdc\x66\xfe\xee\xc8\x10\xb7\x83\xb8\xb2\x65\x50\xc3\xb0\xf2\x00\xca\x99\x88\xdb\x10\xca\x03\x28\x67\x22\x1a\x43\x28\x0f\xa0\x5c\x8e\xad\x93\x87\x50\x1e\x40\xb9\xc0\x62\x43\x28\x0f\x62\x1c\x85\xc4\xf0\x30\xc4\x31\x40\x77\x21\xa9\x33\x44\xf7\x00\xdd\x05\x87\x66\x08\xdf\x01\x7c\x0b\x29\x93\x21\x7c\x07\xf0\x2d\x61\xcb\xb4\x21\x7c\x07\xf0\x2d\x71\xab\x8a\x29\x7c\x27\xf0\x2d\x69\x4b\xb4\x29\x7c\x27\xf0\x2d\x29\xe5\x2f\x9f\x53\xf8\x4e\xe0\x5b\x28\x09\x9e\xc2\x77\x02\xdf\x42\x30\x78\x0a\xdf\x09\x7c\x0b\x37\xd5\xa7\xf0\x9d\xc0\xb7\x50\x32\x35\x85\xef\xb4\x02\xe0\x20\x0e\x31\xc5\xef\x34\x3b\x7f\x90\x31\x9d\x02\x78\x9a\x75\x3f\xc8\xda\x4d\x11\x3c\xcd\xb0\x1f\xa4\xae\xa6\x10\x9e\x66\xc9\x0f\x6e\xa9\x4e\x31\x3c\xcd\x7e\x1f\xa4\x31\xa6\x20\x9e\x66\xb0\x8f\xb8\x15\xc4\x14\xc5\x53\x05\x71\x50\xdf\x31\xc5\xec\x7c\x4d\x7c\xe2\x06\x53\x84\x4e\x15\xc4\x41\x85\xf2\x14\xa2\x53\x05\x71\x50\x2a\x38\xc5\xe8\x34\x1b\x7c\x10\xde\x9c\x5c\xa2\xff\x9c\x0a\xef\xa3\x6c\xeb\x65\x0a\xdc\xe9\x6d\xe9\xf3\x60\xab\xcc\x34\x4e\xed\xfd\xf3\xd8\x7e\xe0\x14\xcd\x53\x83\xff\xe4\x2f\x63\x4c\xe1\x3c\xb5\xf8\xcf\xf3\xd9\xf3\x89\xe7\x59\x5f\x1f\x64\xcb\xf9\x29\x7a\xa7\xf7\x39\xcf\x7b\x2b\x8d\xc9\x7d\xce\xcf\xa9\x1f\x70\xde\x1c\xa4\x90\x9e\x64\x01\xce\x93\xab\x1f\x93\x5c\xc0\xfe\xe1\x3d\x52\x34\x53\x50\x4f\xbd\x83\x33\x6c\xd8\x4d\x51\x3d\xa9\xdc\x3b\x4f\x14\xf1\xec\x94\x55\x4e\x4b\xf6\xce\xb4\x5d\xab\x29\xd4\xa7\xa5\x73\x27\x97\x89\xa6\x58\x9f\xde\x6a\x3a\xb9\x58\x32\x2d\x93\x9b\xc6\xf3\x4e\xae\x77\x4c\xd1\x3e\xbd\x5b\x73\x92\x2a\x99\xc2\x7d\x4e\x2a\x3c\xce\x0c\x46\x27\x15\x1e\xd3\xf2\xad\x13\xc1\x35\xe5\x81\x69\xac\xe3\xa4\x2c\x70\xca\x04\xd3\x58\xc2\x45\x99\xe1\x92\x0b\x96\x17\x39\x2e\xfe\x62\xc3\x3a\xb0\x72\x96\x7e\xfe\x75\x52\xdf\x2f\x6b\xac\x83\x58\xc7\x45\xf9\xdb\x3a\xb0\xbf\x96\x7e\xf4\x85\xe5\xb6\xe4\x97\x75\x12\x73\xb8\x2e\x0a\xcf\x4f\xca\x11\xd7\x49\x65\xf9\x85\x1a\x5c\x27\xea\x79\xbd\xae\x34\xa9\xd3\x25\x63\x2d\x6b\x84\x2e\xee\x64\x2c\x39\x6b\x5d\xc4\x20\x2f\xfe\xf0\xc4\xba\x88\xed\x2c\x6b\x7f\xae\xf0\xd0\xe7\xd8\x8b\x78\xed\x45\xca\x6c\x5d\x84\xff\x97\x95\x39\x17\xd7\x39\x97\x3c\xb8\x6e\xd2\x1d\x57\xcc\xf4\x91\xee\x58\xf2\xe5\xe5\x2d\x03\xf9\x72\xc9\x97\x57\xda\xd2\x7a\xc9\x97\x2b\x10\x7b\xba\xb8\x52\xbd\x02\x31\xd2\x25\xaf\x5e\xcf\xb6\xbd\x97\xbc\xba\x02\x31\xa5\x8b\xd4\xd5\x0a\xcd\xf7\x08\xeb\x5f\xa4\x81\x56\x40\xc0\x2d\x79\xfa\x2a\xdb\x08\x5a\xf2\xf4\x92\xa7\xaf\x72\xdc\x7f\xa9\xc0\xd3\xf3\xd7\xfa\x7b\xc9\xf1\x2b\xbe\xb3\x70\xa1\x40\x8e\x5f\x89\x53\xb8\xb9\xc9\xb5\x12\x91\x9f\xa5\x14\xb8\x89\x00\x2e\xa5\xc0\x7a\xcd\x44\xa2\x78\x4b\x29\xb0\x5e\x33\x11\xd3\x66\x29\x05\xd6\x6b\x26\x5e\xd4\xed\x2b\x05\xd6\x6b\x26\x72\xdf\x7d\x29\x05\x96\x1c\x7f\x93\xa8\x5d\x72\xfc\x82\xc9\xcf\x3b\x72\x82\x14\x15\xec\x9f\xe9\x8d\x0f\xde\x73\xac\x45\xe7\x37\x57\x12\x57\xe9\xbe\x47\x14\xf4\x4e\x8e\xa5\x2e\x6b\x99\xc4\xbf\x31\xc2\x17\x7f\xb9\xe0\x73\xbd\xe1\x01\x6e\xbb\x2d\xa5\xc5\x32\x99\x9e\x48\x60\x2f\xfe\x22\xc0\xfe\x21\x5c\x83\x3f\xb5\xb8\xfe\xff\xb9\x94\x2a\x29\x6c\x69\xb1\x94\x2a\xcb\x24\x79\x0a\x31\xd3\x57\xec\xf3\x7e\xc4\xdb\xd7\xe8\xf3\xf2\x59\xe0\x96\x86\x49\xf2\x55\x8d\x7e\x05\x10\x46\xc6\xfc\x73\x55\x23\x5d\xde\x00\xb1\x58\x7b\xbd\xc1\x0a\x74\xd2\x52\x72\x2d\xff\x22\x55\xc2\x0d\x59\x64\x9f\x3f\x57\x23\x09\x98\xa2\x57\x54\x22\x67\xd9\xa8\xe1\x48\x24\xa7\x16\x59\xe5\xcf\xf5\x46\x3a\x48\xe0\x2c\x25\xdc\xf2\xc6\x78\x42\x22\x2d\xb2\xc5\x9f\xab\x19\x0d\xa7\x8a\x6f\x91\xdd\xdd\x3f\x8c\x25\x7b\xb2\x4c\xe8\x2e\x2f\x7e\xa7\x04\xda\xb9\xce\xfd\xb9\x4c\x98\x26\x02\x4c\xcb\x84\xe9\x6a\x46\x2d\xf1\x2b\x17\x97\x9e\xf7\x0f\xf3\x11\xa9\x5e\x4a\xd1\xe5\x75\xe6\x44\x14\x79\x99\xf4\x5c\x3d\xf8\x1e\x52\xa0\x47\xdf\xe3\x36\x6a\xe2\x3a\xdb\xe2\xa6\xf3\xe7\xf2\xaf\x61\x25\x2e\xaf\x2d\x13\x9c\xcb\x1b\xc5\x89\xbf\xeb\xb0\xb8\x37\xfc\xb9\x4c\x66\x26\xfe\x18\xc1\x22\x8b\xb9\x7f\x5c\x03\x6c\x28\xbd\x57\xe7\x3a\x61\x7a\x6f\xe7\x90\x11\x58\x5e\xf6\x4d\xd8\x41\x8b\xcb\xbe\xfb\xe7\xbd\xaf\x72\xd0\xe7\x1a\xdd\xf7\x90\x34\x64\x13\x3f\x57\xa7\x90\x21\x65\xbf\x6d\x4a\x1f\xd1\xc8\x24\xc7\x77\xa2\x91\xab\xa3\x71\x52\x96\x66\x34\xce\x52\x6b\xa4\x0c\x9e\xd5\x1a\xcb\xe4\x5e\xe2\x6f\xa3\x2d\x93\x7b\xcb\xbf\xe1\x95\x32\xf7\x8e\x2c\xea\x5e\x6a\x97\x84\x6b\xbe\xd4\x2e\xcb\x8b\xad\x89\x3a\xc3\x35\x3c\xdf\x61\x44\xbb\x04\xef\xf0\xf0\x6d\xc3\xa8\x2a\xf7\x81\xd7\x90\xe6\x21\x7d\x14\x75\xaf\x41\xb4\x74\xbd\x99\xa6\x52\xb8\x82\x23\x7d\xd3\xbf\xa0\x47\x4d\xe1\x32\xbc\xb0\x2c\xb8\x7e\xa8\x29\x5c\x16\x57\xaf\xe9\x9f\x8f\xe3\xae\xe9\xe2\xae\xe9\xfe\x21\xfc\x46\xc6\x67\xa9\xd5\x96\x77\x45\x9f\x63\x1b\xfb\x6b\xca\x5b\xd3\xa2\xfd\xc3\x5b\x40\x14\xed\xaf\x39\xbc\x88\xc5\x65\xaf\x39\x5d\x63\x7a\x19\xe4\xb6\x6f\xd8\x67\x84\x97\x4b\x69\xd3\xbd\x57\x4b\x3e\x67\x08\x7f\x29\x59\x77\xe3\xf7\xf5\x87\x2f\x7f\xfe\x63\x89\xfd\x0f\x3f\xfe\x38\xbf\xfd\xcc\x1f\x66\xe4\x2f\x22\x7e\x8c\xb9\xbe\xfb\x36\xff\xfc\x47\x1e\x7f\xf8\xfe\x87\x3d\x8a\x7f\xff\x37\x00\x00\xff\xff\x50\x54\xfb\x3f\x10\x52\x00\x00"); -func _ab ()(*asset ,error ){_fgeg ,_abe :=_ceg ();if _abe !=nil {return nil ,_abe ;};_df :=bindataFileInfo {_dae :"78-EUC-V",_fb :900,_ae :_be .FileMode (436),_g :_a .Unix (1580490853,0)};_ec :=&asset {_dd :_fgeg ,_ef :_df };return _ec ,nil ;};func _bffg ()([]byte ,error ){return _c (_fdfb ,"Adobe-KR-UCS2")}; -func _bcd ()([]byte ,error ){return _c (_ff ,"90msp-RKSJ-H")};var _gbcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6f\xdb\x46\x18\x04\xe0\x3b\x7f\xc5\x1e\xd3\x43\xea\x7d\x3f\xf6\x83\x00\x61\xa0\x89\x91\x40\x87\x34\x45\xd3\xb4\x05\x8a\x1e\x64\x71\x69\x08\xa8\x29\x41\x92\x0f\xfe\xf7\xc5\xec\x48\x2e\xd0\x43\xa0\x68\xbc\x7c\x29\x3d\xe3\xe5\xfa\xee\xe3\xe6\x61\xb3\xee\x2f\xe1\xee\x97\xd3\x61\xf7\xad\x5d\xc2\xb2\x5f\xe7\x53\x3b\x1f\x5e\x4e\xbb\x16\x1e\xdb\xd3\x7e\x1d\x06\xd1\x30\xef\x77\x97\xdb\xdb\xfe\xb2\x7b\xde\x1e\x87\x01\xd7\x7f\x7b\x3d\x5f\xda\xf3\x66\x5d\x0e\xc1\xb8\x6e\x7e\x39\x5e\xd7\x86\x70\xf7\x6b\x7b\xda\x9f\x2f\xa7\xd7\xf0\xee\xa7\xf9\xf0\xd8\x7e\x08\x73\x5b\x90\x7f\x3d\xcd\xed\xb4\x5f\x9f\xc2\xbb\xcf\x1f\xe4\x2d\xfd\xf6\x72\x3c\xfe\xd3\x9e\xdb\x7a\x09\xda\xb3\xb6\xce\xfd\x75\xb8\xfb\xf8\x65\x7b\xfc\x79\xfb\xdc\xc2\x5d\x1f\xf4\xfe\xf3\x07\x79\xcf\x35\xfd\x47\xbf\xb7\xd3\x79\x7f\x58\x83\xc8\x8f\x31\xe6\xff\xf2\xdf\x5e\x8f\x2d\xc8\x75\xc6\xf7\xcd\xc3\xd7\x65\x39\xb7\x4b\x28\x29\x72\xcd\x9f\xdf\x37\x0f\xe1\x2f\x09\x12\x83\x26\x4f\xfe\xf7\x75\xe9\x1f\x5f\x0e\x73\x0b\xf1\x76\xf3\xcd\xc3\xc7\xc3\x0b\x3e\x95\x8a\x16\x86\xc2\x2f\xb9\x3b\xcc\xed\x7c\xdc\xee\xda\x69\xbb\x3e\xb5\x21\x84\x29\xc6\x18\xef\xc3\x94\xf2\xa7\x4f\xf7\xf8\x02\xff\x5b\x31\xd4\x72\xbd\x72\x3f\x33\xb9\x5d\x11\xe3\xb2\xdc\x87\x38\x4c\x51\xf8\x5e\xf0\x5e\x53\x1e\xa6\xa8\x4c\x14\x49\x12\x1d\xa6\x68\x4c\x0c\x49\xc9\x75\x98\xa2\x33\x71\x24\x12\xd5\x87\x29\x26\x46\xa9\x47\x5a\x31\x3b\x33\xca\x3d\x4a\x86\xe1\x85\x51\xe9\x51\x19\x31\xbd\x32\xaa\xfd\x13\x44\xc7\xf8\x91\xd1\xd8\x23\x8b\x18\xbf\x65\xb4\xbd\x7e\x4e\x8c\x7f\x64\xf4\xd8\xa3\x2a\x18\xbf\x63\xb4\x43\x64\xb1\x60\xfc\xcc\x68\xee\x91\x29\xc6\x37\x46\xad\x47\xa9\x62\xfc\xc2\x68\xe9\x51\xf5\x38\x4c\x42\x29\xe9\x52\x1e\xc7\x3c\x4c\x42\x2c\xe9\x58\x6e\x49\x87\x49\xa8\x25\x5d\xcb\x73\xac\xc3\x24\xe4\x92\xce\xe5\x35\xfb\x30\x09\xbd\xc4\xaf\xa6\x18\x4f\x2f\xe9\x5e\xc9\x0a\xc6\xd3\x4b\xba\x57\xca\x86\xf1\xf4\x92\xee\x95\x6a\xc5\x78\x7a\x49\xf7\xca\xe2\x18\x4f\x2f\xe9\x5e\xd9\x23\xc6\xd3\x4b\xba\x57\xce\x28\x56\xe8\x25\xdd\x2b\x8f\x68\x56\xe8\x25\xdd\xab\x08\xaa\x15\x7a\x49\xf7\x2a\x8e\x6a\x85\x5e\xd2\xae\xfd\x63\x3c\xbd\xa4\x7b\x95\x11\xd5\x2a\xbd\xb4\x7b\x55\x41\xb5\x4a\x2f\xed\x5e\xd5\x51\xad\xd2\x4b\xbb\x57\x2d\xa8\x56\xe9\xa5\xdd\xab\x8e\xa8\x56\xe9\xa5\xdd\x6b\x54\x54\xab\xf4\xd2\xee\x35\x3a\xaa\x55\x7a\x69\xf7\x1a\x0b\xaa\x55\x7a\x69\xf7\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5d\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\xb7\xcc\x0a\xda\x55\x92\x69\x27\x43\xfb\xb8\x05\xcd\x74\xc7\x4c\xd1\xaf\x12\x4d\x67\x66\x09\x05\x2b\xd5\xb4\x31\x2b\x68\x58\xc9\xa6\x0b\x37\x49\x44\xc5\x46\x37\x8b\xcc\x14\x1d\x1b\xe1\x4c\x98\x25\x94\x6c\x94\x33\xbd\x6d\xb0\x38\x4c\x46\x3a\xeb\x74\x62\x11\x35\x1b\xed\x8c\x7b\xd3\x0c\x3d\x1b\xf1\x8c\x9b\xd3\x12\x8a\x36\xea\x19\x77\xa7\x55\x34\x6d\xe4\x33\x6e\x4f\x8f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x27\x94\x6d\xf4\x33\xfa\x79\x45\xdb\x46\x3f\xa3\x5f\x12\xd4\x6d\xf4\xb3\xdd\xed\xa9\x80\x7b\xd0\xcf\xe8\x97\x32\x0a\x37\xfa\x19\xfd\x52\x45\xe3\x46\x3f\xa3\x5f\x16\x54\xee\xf4\x73\xfa\x65\x43\xe7\x4e\x3f\xa7\x5f\xce\xe8\xdc\xe9\xe7\xf4\xcb\x15\x9d\x3b\xfd\x9c\x7e\x45\xd0\xb9\xd3\xcf\xe9\x57\x1c\x9d\x3b\xfd\x9c\x7e\x25\xa3\x73\xa7\x9f\xe7\xdb\xa3\x0c\xf7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x66\x74\xee\xf4\x73\xfa\xd5\x11\x9d\x3b\xfd\x9c\x7e\xa3\xa2\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x05\x9d\x3b\xfd\x9c\x7e\xe3\x88\xce\x9d\x7e\xbe\xf0\x59\xab\xe8\x3c\x5d\xcf\x90\x78\x7b\xfe\xc6\x61\x4a\xf4\x4b\x3c\x15\x62\x41\xe7\x89\x7e\x49\x99\x8d\xe8\x3c\xd1\x2f\x75\x3f\x15\x45\xe7\x89\x7e\xc9\x99\x25\x74\x9e\xe8\x97\x12\xb3\x82\xce\x53\xbe\x9e\x5d\xb9\xdd\x07\xd5\x28\xb9\x9f\x60\xb7\x93\x0a\xff\xc7\xc9\xff\x76\x18\xef\x5e\x4e\xa7\xb6\x5e\xfa\xb9\xdf\xcf\x5b\x9c\x8d\xfb\xb5\xbd\xfd\x0d\x71\x3c\x1c\x71\x55\xff\xf7\x6f\x00\x00\x00\xff\xff\xe0\x07\xe7\xdd\x6f\x08\x00\x00"); -func _fgfa ()([]byte ,error ){return _c (_dcb ,"KSCpc-EUC-V")};func _aecd ()([]byte ,error ){return _c (_gdeg ,"Hankaku")};func _cdfb ()(*asset ,error ){_cgbaa ,_efaa :=_cac ();if _efaa !=nil {return nil ,_efaa ;};_cege :=bindataFileInfo {_dae :"GB-H",_fb :2090,_ae :_be .FileMode (436),_g :_a .Unix (1580492002,0)}; -_bcbc :=&asset {_dd :_cgbaa ,_ef :_cege };return _bcbc ,nil ;};var _gdeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x52\x4f\x8b\xdc\x20\x14\xbf\xfb\x29\xde\x71\x7b\x69\xd4\x4c\xb2\x19\x10\xa1\xec\xb0\x34\x85\xed\x96\x4e\xb7\x2d\x94\x1e\xdc\xf8\x1c\x64\x3b\x2a\xc6\x1c\xe6\xdb\x97\x67\x32\x53\xe8\x21\x9a\xdf\xbf\xf0\xcb\xd3\xe6\x61\x3c\x8c\xc1\x17\x68\xbe\xe4\x38\x1d\xb1\x80\xf3\xc1\x66\x9c\xe3\x92\x27\x84\x57\x3c\xf9\xc0\x98\x90\x60\xfd\x54\xae\xb0\x6e\xd3\xd9\x24\xc6\x28\x7f\xbc\xcc\x05\xcf\x63\x70\x11\xda\xd5\x67\x97\xb4\x79\x01\x9a\xaf\x78\xf2\x73\xc9\x17\xb8\xfb\x60\xe3\x2b\xbe\x03\x8b\x8e\xf8\xe7\x6c\x31\xfb\x70\x82\xbb\x4f\x26\x99\x20\x6e\xc2\x71\x49\xe9\x0f\x9e\x31\x14\xe0\x95\xc3\x60\xeb\xce\x9a\x87\x27\x93\x3e\x9b\x33\x42\xf3\xd1\x84\x37\xf3\xb6\x54\xbe\xd2\xdf\x31\xcf\x3e\x06\x10\xfc\x3d\xe7\xfd\x3f\xfe\xdb\x25\x21\x88\x2d\xff\x32\x1e\x9e\x9d\x9b\xb1\xc0\xd0\xaf\xdf\x6e\x7e\xbe\x8c\x07\xf8\x25\x40\x70\x90\x5d\xbb\x1b\x7e\x6f\xd6\x1f\x4f\xd1\xe2\x56\x80\x89\xf5\x77\xa6\x68\x71\x4e\x66\xc2\x6c\xc2\x09\x19\x80\xe2\x5c\x83\x7a\x7c\xd4\xd4\xf1\x3f\x95\x09\xbe\xa5\xbc\x5d\x19\x25\xc9\xdd\x39\x0d\xb2\x15\x4c\xf5\x84\x68\x59\x91\xd0\xa0\xee\x51\x83\xdc\xf7\x4c\x0d\x84\x86\x4e\x43\x2b\xef\x99\x1a\x7a\x42\x4e\x43\x27\x7a\xa6\xf6\x94\xa3\xa5\xdd\x49\xa6\xf6\xe4\xdc\x93\x26\x7b\xa6\x0c\x21\xeb\xb6\x1c\x92\xd3\x59\x0d\xdd\x4e\x30\xe5\x90\x10\x69\xc3\x50\xfb\x5e\x7b\xd1\x3b\x9d\xe6\x6d\xba\xd3\x92\x33\x86\x52\xcf\xb2\x0e\x91\xa6\xe0\x03\xde\xee\x45\x8a\x89\x52\xf5\xf9\x1b\x00\x00\xff\xff\xd5\x41\x84\x18\x43\x02\x00\x00"); -var _daafa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcb\x6b\xe3\x56\x18\x05\xf0\xbd\xfe\x0a\x2d\xa7\x8b\x69\xee\xf7\xb8\x0f\x81\x18\xe8\x24\xcc\x90\xc5\xb4\xa5\xe9\x0b\x4a\x17\x8e\x75\x1d\x0c\x8d\x6c\x1c\x67\x91\xff\xbe\x9c\xef\xd8\x29\x74\x11\x1c\x9d\x48\x9f\x94\xdf\xc9\xd5\xcd\xcd\xed\xfd\xdd\xfd\xba\x3f\x8f\x37\x3f\x9f\x0e\xdb\x87\x7e\x1e\x77\xfb\x75\x39\xf5\x97\xc3\xeb\x69\xdb\xc7\xc7\xfe\xb4\x5f\x87\x41\x74\x5c\xf6\xdb\xf3\xf5\x30\x3e\xb6\xcf\x9b\xe3\x30\xe0\xfa\x87\xb7\x97\x73\x7f\xbe\x5f\x77\x87\xd1\x78\xde\xf2\x7a\xbc\x9c\x3b\x8e\x37\xbf\xf4\xa7\xfd\xcb\xf9\xf4\x36\x7e\xf8\x61\x39\x3c\xf6\xef\xc6\xa5\xef\x90\xff\x74\x5a\xfa\x69\xbf\x3e\x8d\x1f\xbe\x7e\x96\xf7\xf4\xe1\xf5\x78\xfc\xa7\x3f\xf7\xf5\x8c\x61\x7d\x37\xf4\x75\x89\xcf\xe1\xe6\xf6\xdb\xe6\xf8\xe3\xe6\xb9\x8f\x37\x31\xe8\xe3\xd7\xcf\xf2\x91\xe7\xc4\x8f\x7e\xef\xa7\x97\xfd\x61\x1d\xe5\xfb\x94\xf2\x7f\xf1\xaf\x6f\xc7\x3e\xca\x65\xc4\x9f\xbf\xdd\xdf\x8d\x7f\xc9\x28\x69\xd4\xec\xb9\xfe\x7d\xc9\xff\xf8\x76\x58\xfa\x98\xae\x37\xba\xbf\xbb\x3d\xbc\xae\xe7\x51\xd5\x32\xef\x30\x08\x7f\xa1\xed\x61\xe9\x2f\xc7\xcd\xb6\x9f\x36\xeb\x53\x1f\xc6\x71\x4e\x29\xa5\x4f\xe3\x9c\xeb\x97\x2f\x9f\xf0\xb0\xff\x3b\x63\x68\xed\x72\xe5\x7e\x61\x72\xbd\x22\xa5\xdd\xee\xd3\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x37\x8c\x36\x97\xe7\xc4\xf8\x47\x46\x8f\x11\x35\xc1\xf8\x2d\xa3\x2d\x22\x4b\x15\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc3\xf8\x1d\xa3\x5d\x44\xcd\xd3\x30\x0b\xa5\x24\xa4\x3c\x4d\x65\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x25\xb5\x61\x16\x72\x49\x70\x79\x2b\x3e\xcc\x42\x2f\xf1\x8b\x29\xc6\xd3\x4b\xc2\x2b\x5b\xc5\x78\x7a\x49\x78\xe5\x62\x18\x4f\x2f\x09\xaf\xdc\x1a\xc6\xd3\x4b\xc2\xab\x88\x63\x3c\xbd\x24\xbc\x8a\x27\x8c\xa7\x97\x84\x57\x29\x28\x56\xe8\x25\xe1\x55\x26\x34\x2b\xf4\x92\xf0\xaa\x82\x6a\x85\x5e\x12\x5e\xd5\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\x57\x9d\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x56\x51\xad\xd2\x4b\xc3\xab\x4d\xa8\x56\xe9\xa5\xe1\x35\x29\xaa\x55\x7a\x69\x78\x4d\x8e\x6a\x95\x5e\x1a\x5e\x53\x45\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xbf\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x06\x19\xda\xc7\x2d\x68\xa6\x5b\x66\x8a\x7e\x95\x68\xba\x30\xcb\x28\x58\xa9\xa6\x9d\x59\x45\xc3\x4a\x36\xdd\x71\x91\x24\x54\x6c\x74\xb3\xc4\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xeb\x02\x4b\xc3\x6c\xa4\xb3\xa0\x13\x4b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa1\x69\x23\x9f\x71\x79\x7a\x42\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\x3c\xa3\x6c\xa3\x9f\xd1\xcf\x1b\xda\x36\xfa\x19\xfd\xb2\xa0\x6e\xa3\x9f\x6d\xaf\x6f\x05\xdc\x83\x7e\x46\xbf\x5c\x50\xb8\xd1\xcf\xe8\x97\x1b\x1a\x37\xfa\x19\xfd\x8a\xa0\x72\xa7\x9f\xd3\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\x69\xe8\xdc\xe9\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\xbc\x5c\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x4d\xe8\xdc\xe9\xe7\xf4\x9b\x14\x9d\x3b\xfd\x9c\x7e\x93\xa3\x73\xa7\x9f\xd3\x6f\xaa\xe8\xdc\xe9\xe7\xf4\x9b\x26\x74\xee\xf4\xf3\x1d\xdf\xb5\x8a\xce\xf3\x65\x0f\x49\xd7\xf7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x55\x74\x9e\xe9\x97\x95\xd9\x84\xce\x33\xfd\x72\xf8\xa9\x28\x3a\xcf\xf4\xcb\xce\x2c\xa3\xf3\x4c\xbf\x9c\x99\x55\x74\x9e\xe9\x97\xc3\x4f\x35\xa1\xf3\x5c\x2f\xfb\x59\x4e\xc8\xb4\x6a\xec\x6a\xd7\xdd\x0b\xdf\x63\xe7\x7f\xdf\x8c\xb7\xaf\xa7\x53\x5f\xcf\xb1\xef\xc7\x86\x8b\xfd\x72\xbf\xf6\xf7\xff\x21\x8e\x87\x23\xae\x8a\xaf\x7f\x03\x00\x00\xff\xff\x6b\x9d\x07\x71\x6f\x08\x00\x00"); -var _acag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6b\xe3\xd6\x1b\x05\xf0\xbd\x3e\x85\x96\xf3\x5f\xcc\x3f\xf7\x79\xb9\x2f\x02\x31\x50\x66\x18\x08\xc3\xb4\x25\x29\xed\xda\x91\xae\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\x79\x8e\x9d\x42\x17\xc1\xd1\x89\xf4\x48\xfc\x4e\xae\xae\xef\xbe\xde\x7f\xbb\xdf\x0e\x97\xf1\xee\xf7\xf3\x71\x79\xec\x97\x71\x7f\xd8\xd6\x73\x7f\x3d\xbe\x9d\x97\x3e\x3e\xf5\xe7\xc3\x36\x0c\xa2\xe3\x7a\x58\x2e\xb7\xc3\xf8\x58\x5e\x76\xa7\x61\xc0\xf5\x8f\xef\xaf\x97\xfe\x72\xbf\xed\x8f\xa3\xf1\xbc\xf5\xed\x74\x3d\x77\x1c\xef\x1e\xfa\xf3\xe1\xf5\x72\x7e\x1f\x3f\xfd\xb2\x1e\x9f\xfa\xff\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\x3c\x7c\x84\x8f\x6f\xa7\xd3\xdf\xfd\xa5\x6f\x97\xb1\x45\xd6\xb7\x35\x3e\x87\xbb\xaf\x3f\x77\xa7\x5f\x77\x2f\x7d\xbc\x8b\x39\x9f\x7f\x3c\x7c\xe6\x29\xf1\x97\x3f\xfb\xf9\xf5\x70\xdc\x46\xf9\x7f\x4a\xfa\x6f\xfc\xc7\xfb\xa9\x8f\x72\x9d\xf0\xd7\xcf\xe3\xda\xc7\x74\x9b\x77\xff\xed\xeb\xf1\x6d\xbb\x8c\xaa\xde\xae\xa1\xf0\xb1\x97\xe3\xda\x5f\x4f\xbb\xa5\x9f\x77\xdb\x73\x1f\xc6\x71\x4e\x29\xa5\x2f\xe3\x9c\xeb\xf7\xef\x5f\xf0\x4c\xff\x39\x63\x68\xed\x7a\xe5\x61\x65\x72\xbb\x22\xa5\xfd\xfe\xcb\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x77\x8c\x76\xd7\xe7\xc4\xf8\x27\x46\x4f\x11\x35\xc1\xf8\x85\xd1\x82\xc8\x52\xc5\xf8\x95\xd1\x1a\x91\x29\xc6\x77\x46\x3d\xa2\xdc\x30\x7e\xcf\x68\x1f\x51\xf3\x34\xcc\x42\x29\x09\x29\x4f\x53\x19\x66\x21\x96\x04\x96\x5b\xd6\x61\x16\x6a\x49\x68\x79\x49\x6d\x98\x85\x5c\x12\x5c\xde\x8a\x0f\xb3\xd0\x4b\xfc\x6a\x8a\xf1\xf4\x92\xf0\xca\x56\x31\x9e\x5e\x12\x5e\xb9\x18\xc6\xd3\x4b\xc2\x2b\xb7\x86\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x09\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x09\xcd\x0a\xbd\x24\xbc\xaa\xa0\x5a\xa1\x97\x84\x57\x75\x54\x2b\xf4\x92\x7e\xed\x1f\xe3\xe9\x25\xe1\x55\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x55\x54\xab\xf4\xd2\xf0\x6a\x13\xaa\x55\x7a\x69\x78\x4d\x8a\x6a\x95\x5e\x1a\x5e\x93\xa3\x5a\xa5\x97\x86\xd7\x54\x51\xad\xd2\x4b\xc3\x6b\x9a\x50\xad\xd2\x4b\xdb\xed\x7f\x15\xf3\x09\xa6\x13\x33\x47\xb9\x4a\x31\xdd\x31\xab\x68\x57\x49\xa6\x41\x86\xf6\x71\x0b\x9a\xe9\xc2\x4c\xd1\xaf\x12\x4d\x57\x66\x19\x05\x2b\xd5\xb4\x33\xab\x68\x58\xc9\xa6\x7b\x2e\x92\x84\x8a\x8d\x6e\x96\x98\x29\x3a\x36\xc2\x99\x30\xcb\x28\xd9\x28\x67\x7a\x5b\x60\x69\x98\x8d\x74\x16\x74\x62\x09\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x32\x8a\x36\xea\x19\x57\xa7\x35\x34\x6d\xe4\x33\x2e\x4f\x4f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x67\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x16\xd4\x6d\xf4\xb3\xe5\xf6\x56\xc0\x3d\xe8\x67\xf4\xcb\x05\x85\x1b\xfd\x8c\x7e\xb9\xa1\x71\xa3\x9f\xd1\xaf\x08\x2a\x77\xfa\x39\xfd\x8a\xa1\x73\xa7\x9f\xd3\xaf\x14\x74\xee\xf4\x73\xfa\x95\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x5a\xd0\xb9\xd3\xcf\xcb\xed\x55\x86\x7b\xd0\xcf\xe9\xd7\x04\x9d\x3b\xfd\x9c\x7e\xcd\xd1\xb9\xd3\xcf\xe9\xd7\x0a\x3a\x77\xfa\x39\xfd\xda\x84\xce\x9d\x7e\x4e\xbf\x49\xd1\xb9\xd3\xcf\xe9\x37\x39\x3a\x77\xfa\x39\xfd\xa6\x8a\xce\x9d\x7e\x4e\xbf\x69\x42\xe7\x4e\x3f\xdf\xf3\x5d\xab\xe8\x3c\x5f\xf7\x90\x74\x7b\xff\xa6\x61\xce\xf4\xcb\xdc\x15\x52\x45\xe7\x99\x7e\x59\x99\x4d\xe8\x3c\xd3\x2f\x87\x9f\x8a\xa2\xf3\x4c\xbf\xec\xcc\x32\x3a\xcf\xf4\xcb\x99\x59\x45\xe7\x99\x7e\x39\xfc\x54\x13\x3a\xcf\xf5\xba\x9f\x2d\x91\x69\xd5\xd8\xd5\x6e\xbb\x17\x7e\xc7\xfe\xfe\xb1\xe7\x2e\x6f\xe7\x73\xdf\x2e\xb1\xbb\xc7\xc6\x8a\xfd\xf2\xb0\xf5\x8f\x6f\x0a\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\xb5\x37\x77\xc2\x55\x08\x00\x00"); -var _dgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcd\x6a\xe4\x46\x14\x05\xe0\xbd\x9e\xa2\x96\x93\xc5\xc4\x75\x7f\x54\x2a\x81\x30\x04\x9b\x01\x2f\x66\x12\xe2\xfc\x41\xc8\xa2\x2d\x55\x9b\x86\x58\xdd\xc8\xed\x85\xdf\x3e\x9c\x7b\xba\x1d\x98\xc5\xd0\xd3\xc7\xd2\x95\xfc\x1d\x57\xd5\xcd\xdd\xc3\xfd\xc3\x7a\x38\xa7\x9b\x5f\xb6\xe3\xfc\xd8\xce\x69\x7f\x58\x97\xad\xbd\x1e\xdf\xb6\xb9\xa5\xa7\xf6\x7c\x58\xbb\x4e\x34\x2d\x87\xf9\x7c\xfd\x1a\x1f\xf3\xcb\xee\xd4\x75\xb8\xff\xf1\xfd\xf5\xdc\x5e\x1e\xd6\xfd\x31\x19\xaf\x5b\xde\x4e\x97\x6b\x53\xba\xf9\xb5\x3d\x1f\x5e\xcf\xdb\x7b\xfa\xf4\xd3\x72\x7c\x6a\x3f\xa4\xa5\xed\x91\xff\xbc\x2d\x6d\x3b\xac\xcf\xe9\xd3\xdd\xb7\x47\xf9\x88\x1f\xdf\x4e\xa7\x7f\xdb\x4b\x5b\xcf\x98\xd6\xf6\x5d\x5b\x97\xf8\xec\x6e\xee\xbe\xee\x4e\xdf\x76\x2f\x2d\xdd\xc4\xa4\xcf\xb8\xef\x33\x2f\x8a\x9f\xfd\xd1\xb6\xd7\xc3\x71\x4d\xf2\x63\xce\xfd\xff\xf1\x6f\xef\xa7\x96\xe4\x32\xe3\xaf\xdf\x1f\xee\xd3\xdf\x92\x24\x27\xed\xfb\x3a\xfc\x73\xc9\xff\xfc\x7a\x5c\x5a\xca\xd7\x27\x3d\xdc\xdf\x1d\xdf\xd6\x73\x92\x5a\xbd\x30\x14\xfe\x4a\xf3\x71\x69\xaf\xa7\xdd\xdc\xb6\xdd\xfa\xdc\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x8f\x5f\xbe\xdc\xe2\x6d\xbf\xbb\xa2\x1b\xfc\x72\xe7\x61\x61\x72\xbd\x23\xe7\xfd\xfe\x36\xe5\x6e\xca\xc2\xef\x82\xef\xda\x97\x6e\xca\xca\x44\x91\xf4\xa2\xdd\x94\x8d\x89\x21\x19\x4a\xed\xa6\xec\x4c\x1c\x89\x64\xf5\x6e\xca\x3d\xa3\x3e\x22\xad\x98\x5d\x18\x95\x88\x7a\xc3\xf0\x81\xd1\x10\xd1\x30\x62\x7a\x65\x54\xe3\x0d\xb2\x63\xfc\xc8\x68\x8c\xc8\x32\xc6\xef\x18\xed\x2e\xef\x89\xf1\x4f\x8c\x9e\x22\xaa\x82\xf1\x33\xa3\x19\x91\xe5\x01\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x18\xb5\x88\xfa\x8a\xf1\x7b\x46\xfb\x88\xaa\xe7\x6e\x12\x4a\x49\x48\x79\x1e\x4b\x37\x09\xb1\x24\xb0\xdc\x7a\xed\x26\xa1\x96\x84\x96\x97\x5c\xbb\x49\xc8\x25\xc1\xe5\xb5\x78\x37\x09\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\xde\x06\x8c\xa7\x97\x84\x57\x5f\x0c\xe3\xe9\x25\xe1\xd5\xd7\x8a\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x19\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x11\xcd\x0a\xbd\x24\xbc\x06\x41\xb5\x42\x2f\x09\xaf\xc1\x51\xad\xd0\x4b\xda\xa5\x7f\x8c\xa7\x97\x84\xd7\x30\xa2\x5a\xa5\x97\x86\x57\x15\x54\xab\xf4\xd2\xf0\xaa\x8e\x6a\x95\x5e\x1a\x5e\x75\x40\xb5\x4a\x2f\x0d\xaf\x3a\xa2\x5a\xa5\x97\x86\xd7\xa8\xa8\x56\xe9\xa5\xe1\x35\x3a\xaa\x55\x7a\x69\x78\x8d\x03\xaa\x55\x7a\x69\x78\x8d\x23\xaa\x55\x7a\x69\xbd\xfe\xad\x62\x3e\xc1\x74\x64\xe6\x28\x57\x29\xa6\x3b\x66\x03\xda\x55\x92\x69\x90\xa1\x7d\x3c\x82\x66\x3a\x33\x53\xf4\xab\x44\xd3\x85\x59\x8f\x82\x95\x6a\xda\x98\x0d\x68\x58\xc9\xa6\x7b\x2e\x92\x8c\x8a\x8d\x6e\x96\x99\x29\x3a\x36\xc2\x99\x30\xeb\x51\xb2\x51\xce\xf4\xba\xc0\x72\x37\x19\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\xf5\x28\xda\xa8\x67\x5c\x9d\x56\xd1\xb4\x91\xcf\xb8\x3c\x3d\xa3\x6a\xa3\x9f\xd1\xcf\x0d\x5d\x1b\xfd\x8c\x7e\xde\xa3\x6c\xa3\x9f\xd1\xcf\x2b\xda\x36\xfa\x19\xfd\x7a\x41\xdd\x46\x3f\x9b\xaf\xbb\x02\x9e\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\xd9\x03\xe9\x57\x0c\x9d\x3b\xfd\x9c\x7e\xa5\xa0\x73\xa7\x9f\xd3\xaf\x54\x74\xee\xf4\x73\xfa\x0d\x82\xce\x9d\x7e\x4e\xbf\xc1\xd1\xb9\xd3\xcf\xe9\x37\x14\x74\xee\xf4\xf3\x72\xdd\xca\xf0\x0c\xfa\x39\xfd\xaa\xa0\x73\xa7\x9f\xd3\xaf\x3a\x3a\xf7\xf1\xb2\x6f\x8f\x0b\xb2\x52\x6b\xec\xde\xd7\x5d\x1a\xff\xc7\x19\xf7\x71\xea\xcc\x6f\xdb\xd6\xd6\x73\x9c\x70\x71\xb0\xe0\x5c\x38\xac\xed\xe3\xb4\x3c\x1d\x4f\xb8\x2b\xfe\xfd\x17\x00\x00\xff\xff\x1f\x1a\xa1\x81\x59\x07\x00\x00"); -func _bga ()([]byte ,error ){return _c (_ddc ,"ETen-B5-H")};func _ebcff ()(*asset ,error ){_gcbeg ,_gdac :=_cggb ();if _gdac !=nil {return nil ,_gdac ;};_bgcd :=bindataFileInfo {_dae :"UniJIS-UTF32-H",_fb :243137,_ae :_be .FileMode (436),_g :_a .Unix (1580492947,0)}; -_eacf :=&asset {_dd :_gcbeg ,_ef :_bgcd };return _eacf ,nil ;};type bindataFileInfo struct{_dae string ;_fb int64 ;_ae _be .FileMode ;_g _a .Time ;};var _aaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4f\x8f\x1c\xb7\x11\xc5\xef\xfb\x29\xfa\xe8\x1c\x9c\x25\x8b\x4d\x36\x09\x08\x03\x18\x92\x8c\xe8\x60\x39\x88\xa2\x24\x40\x90\xc3\x34\xff\x08\x0b\x44\xb3\x8b\xdd\xd5\x41\xdf\x3e\x20\x59\xc5\x57\x36\x72\xb0\x05\x43\x54\xd7\x72\xa6\x9a\xaf\x59\xfd\xf8\xab\xbd\x7f\xfb\xe1\xdd\x87\xdb\xc3\xeb\x76\xff\xd7\xe7\xc7\xfc\xa9\xbe\x6e\xed\xe1\x56\x9e\xeb\xcb\xe3\xb7\xe7\x5c\xb7\xb3\x7e\x79\xb8\xdd\xdd\x59\xda\xca\x43\x7e\x95\x7f\x8e\xbf\xf2\xd7\xeb\xd3\xdd\x5d\x9f\xff\xe9\xfb\xcb\x6b\xfd\xfa\xe1\xd6\x1e\x37\x37\x7f\xae\x7c\x7b\xe2\x9f\xdd\xb6\xfb\xbf\xd5\x2f\x0f\x2f\xaf\xcf\xdf\xb7\x1f\x7e\x2a\x8f\x67\xfd\xd3\x56\x6a\xeb\xd7\x7f\x7d\x2e\xf5\xf9\xe1\xf6\x65\xfb\xe1\xed\xc7\x4f\x76\x5d\xfe\xf4\xed\xe9\xe9\xbf\xf5\x6b\xbd\xbd\x6e\x66\x5c\xab\xb7\x32\xfe\xbe\xbb\x7f\xfb\xcb\xf5\xe9\xe3\xf5\x6b\xdd\xee\xdf\x7e\xfc\xf4\xe3\xfb\xcf\x6f\x7f\xfc\xcb\x88\x8c\xc0\x3f\xea\xf3\xcb\xc3\xe3\x6d\xb3\xe6\xcf\xc6\x04\x5c\xff\xfb\xf7\xa7\xba\x59\xfe\x84\xcf\x1f\xde\xfd\xda\xda\x4b\x7d\xdd\x9c\x99\x9f\x7e\xff\xaf\xcf\x1f\xde\x6d\xff\xb6\x9b\x35\x1b\x79\x17\xe3\x7f\xf8\x47\xff\xf9\xcb\x63\xa9\x9c\xc2\x9d\x9f\xb7\x93\x1f\x4b\x7d\x79\xba\xe6\xfa\x7c\xbd\x7d\xa9\x77\xdb\xf6\xc6\x98\xcb\x36\xff\x7b\x13\xcd\xa5\x5f\x89\xef\x7f\xb2\xfd\xcf\x65\x0e\x7f\x7e\xff\xf3\x7b\xb9\x4e\xb8\x4e\xfa\xba\xc3\x75\xb7\xae\xcf\x6b\xe3\x93\xe7\xb5\x7a\x2b\xbf\xfb\xfe\x3b\x3b\xd3\xba\x3d\xbe\x96\xda\xe6\xb5\x91\xd1\x1b\xdb\x2e\x9b\x75\x61\x8f\x7d\x96\x0e\xdf\x59\x63\xf8\x5e\x1e\x0a\xcf\xa0\x3e\xe3\xa8\x32\xe3\x4d\xac\x57\xdb\xff\xf4\x8c\xc6\xb0\xd5\xcb\x96\x12\x07\x08\x01\xea\x01\x9b\x1c\x47\x1c\x22\x2e\xd7\xcb\x46\xf1\xe0\xc8\x8e\xc8\xde\xe7\x38\x27\x73\x3c\x22\xbe\xe6\xcb\xb6\x93\xcc\xf1\xb5\xae\x48\x33\x97\xcd\x1b\x99\x13\x30\x27\x9c\xb5\x47\x02\x47\x0e\x44\xc6\xd0\x27\xbf\x22\x84\xc8\x7e\xd9\xbc\xc3\x1c\x8f\x88\xef\x73\x10\x09\x88\x84\x3e\x27\xad\xc8\x81\xc8\x71\xd9\x82\xa1\x15\x89\x88\xc4\xcb\xe6\x77\xb3\x22\x09\x91\xdc\xe7\xb8\x15\x29\x88\xb4\x3e\xc7\x4a\xe4\x34\x2b\xd2\x87\xc1\x1c\x2b\x82\x3b\x3d\xc7\x9d\xa6\xb8\x42\xb8\xd5\x3e\x0c\x06\x11\x87\x88\xbb\x6c\xc1\xae\xe4\xce\x1d\x91\xbe\x3c\xfb\xbe\x22\x58\x9e\x3e\x0c\x16\xc9\x61\x79\xfa\xd0\xa7\xf5\x8c\x1c\x27\xd6\xa7\x0f\xfd\xbe\x74\x38\xb1\x3e\x67\xea\x1f\xb7\x56\xee\xbc\x22\x72\xed\x73\x96\x0e\xe7\x89\xc8\xd9\x6f\xc8\x20\xef\x8c\x50\xee\x93\xb0\x40\x58\xd4\x3e\x0c\x16\x77\x54\x11\xa9\x97\x2d\xac\x87\xf1\x38\x1b\x22\x6d\x7c\xd1\xca\x3b\x43\x89\x6c\xfb\xa4\xf5\x71\x19\xcb\xdd\x87\x7e\x6d\xa1\x23\x63\xb9\x73\xe8\x73\xd6\x1d\x65\xac\x4f\x1e\xeb\xb3\x56\x2e\x63\x7d\x72\xbf\xd7\x7d\xad\x4f\xc6\xad\xe6\xf1\xfc\xe0\xb1\xcf\xb8\xd7\x3e\x0c\x58\xba\x8c\x7b\xed\x43\xef\xd7\xca\x65\xdc\x6b\xe9\x8f\x16\xd2\x2e\x78\xb4\x4a\x7f\x7e\xfc\x4a\xa1\xe0\x86\x4a\xdf\x2a\x7e\x3d\x0b\x05\xcf\x42\x89\x7d\xce\x5a\x9e\x82\xc7\xbe\x74\x59\x55\x04\xb2\x96\x29\xeb\x12\xaf\xe0\x5e\x4b\xbb\x6c\x07\xad\xb4\x2b\x74\xe8\xc3\x83\x96\x42\x15\x69\xf7\xa1\xf7\x6b\x11\x2a\x14\xaa\xbe\xcf\x41\x04\x69\xf7\xa1\xf7\x2b\x83\x0a\x85\x6a\xb9\x6c\x87\x43\x06\x58\xd2\x3e\x0c\x46\x7d\x1c\xd6\xb4\x51\x9f\xb4\x3e\xae\x61\xe5\xfa\x30\x18\x5a\xcb\xdd\xb0\xf5\x5a\xbc\x6c\x07\x76\x7f\xc3\xd2\xf5\x61\x30\xb4\x1e\x93\x86\xcd\xd2\x7a\x7a\x50\xbc\x21\xbd\x3e\x8c\x6b\xbd\x23\x8a\x63\xec\xe5\x2c\x7a\xbf\x22\x07\x22\xc7\x65\x8b\x81\x56\x24\x22\x12\x7b\x24\xac\x48\x42\x64\xe8\x1a\x57\x64\xe9\x1a\x7b\xfd\x89\x41\x56\x21\xa2\xfe\x8c\x61\x30\xf8\x38\x14\xa0\xd8\x8b\x49\x3c\x56\x72\xa8\x25\xb1\xd7\x05\x6b\xd6\x4e\x8e\xa7\xfa\xa6\xfe\x04\x59\x24\x8e\xc2\x10\xfb\x26\xb7\xc6\xae\xfc\xb0\xcb\x63\xdf\xa1\xd6\xd0\x9a\x95\x91\x45\xdf\x63\x16\x2b\x1e\xb1\xc7\xc6\x30\xd8\xe0\x56\xa8\x22\x54\x47\x68\x7d\x17\x76\x59\xec\x7b\xc9\x9a\xf5\x0e\x89\xd8\x4c\x63\x18\x6c\x40\x08\x69\xf4\xed\x63\x29\xae\x0f\x2c\x57\x84\xae\xbd\xa6\x60\xa1\xb0\x9f\x62\x7f\xe2\x2d\xa5\xb5\x50\x15\xdf\xd5\x87\x3e\x98\x15\xc1\x57\xf5\xa1\x75\x6b\x13\xc6\xea\x11\x3a\x7a\x68\xd5\xea\x58\xf1\x58\xd4\xf3\xb2\xd9\x10\x97\x90\x15\x0b\xdf\x87\x3e\xd8\x15\xc1\x0a\xf6\x17\xba\x0d\xeb\xed\x1c\x1b\x1e\xcd\x76\x5e\x36\x32\xf8\xbc\x86\xcf\xeb\xcf\x33\xa1\x56\x26\x3c\xd0\x63\x78\x1c\xce\xae\x10\x21\x44\x7d\xd6\x2a\x62\xe9\xea\x10\x72\x63\x16\x42\x3b\x42\x7e\xcc\x72\x2b\x14\x10\x3a\x2f\x9b\x33\x3b\xbe\x2b\x23\xd4\xcd\x8d\xb7\x7e\x85\x1a\x42\xed\xb2\x25\xb3\x8a\x52\xc2\xab\x7d\x0c\x13\xb6\x70\xc2\xbb\x3d\xf5\x6d\xe2\xd2\x7a\xd4\x12\xb6\x49\xea\x6f\xe3\xdd\xe1\xbe\xf0\x3a\x1e\xc3\xfd\x58\x2f\xdd\x84\x2d\x94\xfa\xfb\xd7\x9b\x1d\xb3\x12\x42\xe3\x51\x33\x32\x2d\xc3\xe9\x65\xea\xef\x3c\x2f\xbb\x2b\xc3\xcf\xe5\xe1\xe7\xba\xcf\xea\xf6\x54\x2c\xe5\xff\x73\x99\xe3\xa7\x61\xf7\xb2\xef\x13\x43\x64\x31\x33\x4c\x5d\x0e\x3d\x72\x44\xbe\xe7\x0c\x53\x97\x67\x45\x3b\xf8\x09\xcd\xa8\x68\x79\x3c\x1b\xe9\x60\x4d\x32\x1e\x8d\x9c\x86\x49\x35\x41\xee\xea\x8a\xd0\x75\x84\xac\x97\x1c\x4e\x84\xce\x11\x22\xd1\x3f\x67\x84\xf2\x08\x39\x71\x1a\xb9\x20\x54\x46\x68\x97\x47\x23\x57\x84\xea\x08\x79\x27\x69\x34\x84\xda\x08\x05\x29\x35\xc5\xac\x50\x31\x23\x74\x10\xa7\x51\xe0\xca\xcb\x70\xe5\x36\x5a\x4e\xa3\x40\xad\xc2\xbe\x5c\x9c\x5a\x81\x31\x2f\x6e\xec\xa1\xe5\x6b\x0a\x94\x2c\xfb\x0c\x89\x89\x2b\xd0\xaa\x0c\xad\x68\x39\xfd\x02\xb1\xca\x10\x8b\x96\xd5\x2f\x50\xab\x0c\xb5\xc8\x45\x49\x03\x72\x95\xb9\x95\x77\xa9\x5d\x05\x7a\x95\x34\x77\xb9\x14\xc3\x02\xbd\xca\xd0\x8b\x82\xec\x86\x02\xbd\xca\xd0\x8b\x0e\x79\x7f\x17\xe8\x55\x86\x5e\x14\xc5\xab\x14\xe8\x55\x86\x5e\x94\xe4\x89\x2f\xd0\xab\x0c\xbd\xdc\x2a\xd7\x05\x7a\x95\xa1\x97\xb3\x62\x1b\x2b\xf4\xaa\x43\x2f\x47\x72\x88\xa9\xd0\xab\xda\x79\xf0\x21\x4e\xa3\x42\xaf\x3a\xf4\x72\xbb\x94\x8d\x0a\xbd\xea\xd0\xcb\x79\xc3\x69\x54\xe8\x55\xe7\x49\x6a\x1d\x23\x2a\xf4\xaa\x7e\x86\x92\xa4\x01\xbd\xea\xd0\xcb\x1d\x49\xd2\x80\x5e\x75\xe8\xe5\x62\x94\x34\xa0\x57\x1d\x7a\xb9\x74\x48\x1a\xd0\xab\x0e\xbd\x76\x73\x48\x1a\xd0\xab\x0e\xbd\x76\x2b\xef\xff\x0a\xbd\xea\xd0\x6b\x27\x79\x39\x54\xe8\x55\x87\x5e\xbb\x13\x77\x52\xa1\x57\x1d\x7a\xed\xbb\xbc\x01\x2a\xf4\xaa\x43\xaf\xdd\xef\x92\x06\xf4\xaa\x43\xaf\x3d\x88\x19\x6b\xd0\xab\x0d\xbd\xf6\xf5\xde\x68\xd0\xab\x0d\xbd\xf6\x28\xfe\xb2\x41\xaf\x36\xf4\xda\x93\xe5\x34\x1a\xf4\x6a\x43\x2f\x6f\x2c\xa7\xd1\xa0\x57\x9b\x95\xd2\xca\xfb\xb5\x41\xaf\x36\xf4\xf2\x64\x24\x0d\xe8\xd5\xc2\x0c\xc9\xab\xb2\x41\xaf\x36\xf4\xf2\x4e\x4a\x68\x83\x5e\x6d\xe8\xe5\x77\xa9\xa1\x0d\x7a\xb5\xa1\x97\xf7\x52\x44\x1b\xf4\x6a\x43\x2f\x1f\xa4\x8a\x36\xe8\xd5\x86\x5e\xfe\x90\x2a\xda\xa0\x57\x1b\x7a\xf9\x28\x55\xb4\x41\xaf\x56\xfa\x11\xc6\x27\xae\xa2\x04\xa8\x40\x13\x2a\xf8\xc4\x87\x6d\x02\x56\xa0\x89\x15\x82\x49\x86\x43\x0e\xa1\xb1\xbc\xc1\xc6\x9d\x43\x3b\x42\x63\x79\x03\x1d\x91\x43\x1e\xa1\xf9\xaa\x71\x07\x71\x28\x20\x34\x96\x37\xec\x41\xd2\x38\x10\x1a\xcb\x1b\xc4\x2a\x11\xfc\x33\x4d\x27\x12\xe4\x90\x43\x70\x22\x74\x1d\xcb\x1b\x8e\x5d\xd2\xb8\x22\x74\x9d\x6f\xbc\x5d\xd2\x38\x11\x1a\xcb\x1b\x92\x93\x34\x32\x42\x63\x79\x0f\xe3\x24\x8d\x82\xd0\xd8\x0e\x87\x25\x49\xa3\x22\x34\xb6\xc3\x41\x56\xd2\x68\x08\x8d\xed\x70\x88\x99\xa3\x73\x6d\x07\x3a\xc7\x76\x38\x76\x3e\x58\xd2\x09\xbd\xce\xa1\xd7\xe1\xf9\xe4\x4d\x27\xf4\x3a\x69\x86\xd8\x6d\xd2\x09\xbd\xce\xa1\xd7\x11\xd8\xbe\xd2\x09\xbd\xce\xa1\xd7\x71\x44\x49\x03\x7a\x9d\x7e\x1a\x80\x43\xd2\x80\x5e\xe7\xf4\x06\xe9\x90\x34\xa0\xd7\x39\xcd\x81\x09\x92\x06\xf4\x3a\x87\x5e\xd1\x7a\x49\x03\x7a\x9d\x43\xaf\x48\x5e\xd2\x80\x5e\xe7\xd0\x2b\xba\x5d\xd2\x80\x5e\xe7\xd0\x2b\xee\xbb\xa4\x01\xbd\xce\x3c\x4f\x5d\x4e\xd2\x80\x5e\xe7\xd0\x2b\x06\x92\x34\xa0\xd7\x59\xa7\xb3\x21\x49\x03\x7a\x9d\x43\xaf\x18\x2d\xa7\x91\xa1\x57\x1e\x7a\xc5\xc4\x18\x87\x32\xf4\xca\x13\xda\x19\xc3\x69\xc0\xcc\x51\xa6\x19\x62\x60\x44\x19\x7a\xe5\xa1\x57\xb2\x89\xd3\x80\xd1\xa3\x69\xf4\x12\x45\x49\x03\x7a\x4d\x2b\x97\x5c\x94\x34\xa0\xd7\xf4\x72\x69\x3f\x24\x0d\xe8\x35\xcd\x5c\xf2\x41\xd2\x80\x5e\xec\xe6\x42\x90\x34\xa0\xd7\xb4\x73\xe9\xf0\x92\x06\xf4\x9a\x76\x2e\x45\x2f\x69\x40\xaf\x69\xe7\x52\xda\xf7\x3f\x62\x53\x09\x6e\x8f\xd8\xed\x19\xe3\x24\x4d\xe8\xc9\x76\xcf\x58\x27\x79\x42\x50\xf6\x7b\x86\x48\x12\x85\xa2\x6c\xf8\x8c\x63\xaa\x41\x70\x7c\xc4\x8e\xcf\xec\x7c\xc8\x25\x58\x3e\x62\xcb\x67\x3c\x03\x3d\x82\xe7\x23\xf6\x7c\x46\x48\x24\xc1\xf4\xd1\x34\x7d\xd6\x04\x29\xb6\x70\x7d\x34\x5d\x9f\x35\x87\x54\x5b\xd8\x3e\x9a\xb6\xcf\x9a\x28\xe5\x16\xbe\x8f\xa6\xef\xb3\x26\x49\xbd\x85\xf1\xa3\x69\xfc\xac\x35\x52\x70\xe1\xfc\x68\x3a\x3f\x6b\xad\x54\x5c\x58\x3f\x9a\xd6\xcf\x5a\x92\x92\x0b\xef\x47\x85\xbd\xba\x93\x9a\x0b\xf3\x47\xd3\xfc\x59\xbb\x4b\xd1\x85\xfb\xa3\xe9\xfe\xac\xf5\x52\x75\x61\xff\x68\xda\x3f\x6b\x85\xcb\x11\xfc\x1f\x4d\xff\x67\xad\x70\x1f\x82\x01\xa4\x69\x00\xad\x8d\x52\x78\xe1\x00\x69\x3a\x40\x6b\x93\x54\x5e\x58\x40\x9a\x16\xd0\x92\x91\xd2\x0b\x0f\x48\xd3\x03\x5a\xb2\x52\x7b\x61\x02\x69\x9a\x40\x4b\x24\xc5\x17\x2e\x90\xa6\x0b\xb4\x24\x67\x7d\x82\x0d\xa4\x69\x03\x2d\x39\x29\xbf\xf0\x81\x34\x7d\xa0\xa5\x5d\xea\x2f\x8c\x20\x4d\x23\x68\xc9\x4b\x01\x86\x13\xa4\xe9\x04\x2d\x05\xa9\xc0\xb0\x82\x34\xad\xa0\xa5\x43\x4a\x30\xbc\x20\x4d\x2f\x68\x29\x4a\x0d\x86\x19\xa4\xca\x87\xad\x24\x45\x18\x6e\x90\x2a\x9f\xb6\x8c\x54\x61\xd8\x41\x9a\x76\xd0\x3a\x2b\x65\x18\x7e\x90\xa6\x1f\xb4\x8e\xa4\x0e\xc3\x10\xd2\x34\x84\xd6\x39\x29\xc4\x70\x84\x34\x1d\xa1\x75\xbb\x54\x62\x58\x42\x9a\x96\xd0\x3a\x2f\xa5\x18\x9e\x90\x1a\xe5\x41\x4f\x06\x52\x67\x9f\x83\xc6\x09\xbb\x1b\xd5\x30\x61\x53\xa3\x1a\x25\xec\x65\x54\x83\x84\x2d\x8c\x6a\x8c\x70\x53\x44\x35\x44\xd8\xcb\xa8\x46\x08\x5b\x18\xd5\x00\xe1\xe6\x87\x6a\x7c\x70\xd3\x43\x35\x3c\xb8\xd9\xa1\x1a\x1d\xdc\xe4\x50\x0d\x0e\x6e\x6e\xa8\xc6\x06\x37\x35\x54\x43\x83\x9b\x19\xaa\x91\xc1\x4d\x0c\xd5\xc0\xe0\xe6\x85\x6e\x5c\x70\xd3\x42\x35\x2c\xb8\x59\xa1\x1a\x15\xdc\xa4\x50\x0d\x0a\x6e\x4e\xa8\xc6\x04\x37\x25\x74\x43\x82\x9b\x11\xaa\x11\xc1\x4d\x08\xd5\x80\xe0\xe6\x83\x6a\x3c\x70\xd3\x41\x37\x1c\xb8\xd9\xa0\x1a\x0d\xdc\x64\x50\x0d\x06\x6e\x2e\xa8\xc6\x02\x37\x15\x74\x43\x81\x9b\x09\xaa\x91\xc0\x4d\x04\xd5\x40\xe0\xe6\x81\x6a\x1c\x70\xd3\x40\x35\x0c\xb8\x59\xa0\x1a\x05\xdc\x24\xd0\x0d\x02\x6e\x0e\xa8\xc6\x00\x37\x05\x54\x43\x80\x9b\x01\xaa\x11\xc0\x4d\x00\xd5\x00\x60\xf8\xaf\xc0\x3f\x43\x7f\x05\xfc\x19\xf6\x2b\xd0\xcf\x90\x5f\x03\x7e\x86\xfb\x0a\xec\x33\xd4\x57\x40\x9f\x61\xbe\x02\xf9\x0c\xf1\x15\xc0\x67\x78\xaf\xc0\x3d\x43\x7b\x05\xec\x19\xd6\x6b\x50\xcf\x90\x5e\x01\x7a\x86\xf3\x1a\xcc\x33\x94\x57\x40\x9e\x61\xbc\x06\xf1\x0c\xe1\x15\x80\x67\xf8\xae\xc0\x3b\x1f\x1a\x14\x70\x67\xd8\xae\x40\x3b\x43\x76\x05\xd8\x19\xae\x03\xac\xff\xc6\xb4\x24\xff\x7b\xcf\xc2\xc8\x5d\xe1\x76\x46\xed\x1a\xb3\x33\x62\x57\x78\x9d\xd1\xba\xc6\xea\x8c\xd4\x35\x4e\x67\x94\xae\x31\x3a\x23\x74\x8d\xcf\x19\x9d\x6b\x6c\xce\xc8\x5c\xe3\x72\x46\xe5\x1a\x93\x33\x22\xd7\x78\x9c\xd1\xb8\xc6\xe2\x8c\xc4\x35\x0e\x67\x14\xae\x31\x38\x23\x70\x8d\xbf\x19\x7d\x2b\xec\xcd\xc8\x5b\xe3\x6e\x46\xdd\x1a\x73\x33\xe2\xd6\x78\x9b\xd1\xb6\xc2\xda\x8c\xb4\x35\xce\x66\x94\xad\x31\x36\x23\x6c\x8d\xaf\xf9\xc0\xa8\xb1\x35\x23\x6b\x8d\xab\x19\x55\x6b\x4c\xcd\x88\x5a\xe3\x69\x46\xd3\x1a\x4b\x33\x92\xd6\x38\x9a\x51\xb4\xc6\xd0\x8c\xa0\x35\x7e\x66\xf4\xac\xb1\x33\x23\x67\x8d\x9b\x19\x35\x6b\xcc\xcc\x88\x59\xe3\x65\x46\xcb\xbf\xc1\xca\x7c\x0a\x51\x38\x99\x4f\x18\xc0\xc8\x6f\xf8\x60\xa1\xf8\x30\x9f\x27\x14\x17\xe6\x63\x84\xe2\xc1\x7c\x7a\x50\x1c\x98\x0f\x0d\x9a\xff\xf2\x61\x41\x73\x5f\x3e\x24\x68\xde\xcb\xee\x5f\x73\x5e\x36\xfd\x9a\xef\xb2\xd7\xd7\x5c\x97\x2d\xbe\xe6\xb9\xec\xec\x35\xc7\x65\x43\xaf\xf9\x2d\xfb\x78\xcd\x6d\xd9\xbe\x6b\x5e\xcb\xae\x5d\x73\x5a\x36\xeb\x9a\xcf\xb2\x47\xd7\x5c\x96\xad\xb9\xe6\xb1\xec\xc8\x35\x87\x65\x23\xae\xf9\x2b\xfb\x6f\xcd\x5d\xd9\x76\x6b\xde\xca\x6e\x5b\x73\x56\x36\xd9\x9a\xaf\xb2\xb7\xd6\x5c\x95\x2d\xb5\xe6\xa9\xec\xa4\x35\x47\x65\x03\xad\xf9\x29\xfb\x66\xcd\x4d\xd9\x2e\x6b\x5e\xca\x2e\x59\x73\x52\x36\xc7\x9a\x8f\xb2\x27\xd6\x5c\x94\xad\xb0\xe6\xa1\xec\x80\x35\x07\x65\xe3\xab\xf9\x27\xfb\x5d\xcd\x3d\xd9\xe6\x6a\xde\xc9\xee\x56\x73\x4e\x36\xb5\x9a\x6f\xb2\x97\xd5\x5c\x93\x2d\xac\xe6\x99\xec\x5c\x35\xc7\x64\xc3\xaa\xf9\x25\xfb\x54\xcd\x2d\x99\x59\x6a\x5e\xc9\xac\x52\x73\x4a\x66\x94\x9a\x4f\x32\x9b\xd4\x5c\x92\x99\xa4\xe6\x91\xcc\x22\x35\x87\x64\x06\xa9\xf9\x23\xb3\x47\xcd\x1d\x99\x39\x6a\xde\xc8\xac\x51\x73\x46\x66\x8c\x8a\x2f\xea\x37\x64\x1f\x7f\xbd\x3e\xdd\xad\x5f\x17\xcb\xdf\x9e\x9f\xeb\xed\x75\xfc\x6a\xda\xf8\x9d\xb0\xad\xd4\xf6\x70\xab\xeb\xd7\xdc\x9e\x1e\x9f\xfa\xac\xf1\xff\xff\x02\x00\x00\xff\xff\x32\x3f\x1b\xc2\x12\x27\x00\x00"); -var _ccaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x97\xda\x92\x2c\xcb\x82\xb2\x50\x92\x43\x5d\xd8\x6e\x69\xba\x69\xa1\xf4\xe0\xd8\xe3\x60\x68\x64\x23\xdb\x87\xfc\xfb\xa2\x37\xa9\x7b\x08\x72\xbe\x68\x1e\x2f\x30\xce\x0f\xcd\xb1\x09\xe3\x4a\xf9\xd7\x38\x75\x27\x5e\x69\x18\x43\x1f\x79\x99\xb6\xd8\x31\x5d\xf8\x3a\x86\x2c\x53\x9a\xfa\xb1\x5b\xff\x7d\xc5\xd1\xdd\xda\x39\xcb\xf2\x4f\xb4\x2d\xfc\x78\x3e\x34\xc7\xd3\x7d\x59\xf9\xd6\x84\x61\x22\x23\x33\xfd\x36\x3f\xe6\x88\xf2\x6f\x7c\x1d\x97\x35\xde\xe9\xe9\x63\x3f\x5d\xf8\x1d\xf5\x3c\x24\x7f\x8d\x3d\xc7\x31\x5c\xe9\xe9\x73\x3b\xb7\x41\xed\x3f\x9c\xb6\x79\xfe\xc3\x37\x0e\x2b\x29\x18\x87\x1e\x67\x96\x1f\x5e\xda\xf9\x4b\x7b\x63\xca\xcf\x10\xc0\x99\xe3\x32\x4e\x81\x94\x7e\x5f\x14\xf6\xbf\x7f\xbf\xcf\xfc\x48\xc8\xf2\xb7\xe6\xf8\x3a\x0c\x0b\xaf\x54\xdb\x42\xee\xfc\x7c\x6b\x8e\xf4\x4b\x91\x2a\x48\x5b\x53\x16\xbf\x1f\x57\x7f\xbc\x4c\xfd\x3e\xa8\x9d\xfc\x93\x6e\xec\x63\x1b\xae\x9c\x7d\xd0\x4a\xeb\x67\x4a\x87\x79\x26\x57\xd7\x2e\x91\x51\x20\xa3\x41\x1e\xd4\x09\x71\x22\xaf\x12\x95\x72\xab\xb4\xa0\x12\xd4\x82\xec\x05\x84\xc1\x4a\x6e\xa5\xc3\x79\x95\xe2\x4b\x0d\xc2\xe1\xbc\xaa\x41\x46\xc8\x80\x3c\xc8\x0a\xa5\x78\xaf\x0b\x90\x13\x72\x20\x05\xf2\x42\x1e\xa4\x13\x95\x92\x55\x22\x4b\x9b\x44\x95\x50\x25\x54\x82\x24\xbe\x92\x78\x0b\x92\xf8\x4a\xe2\x2b\x10\x0b\x31\x28\xb5\xb7\xd2\xde\x4a\x7b\x5d\x83\x8c\x90\xc4\x7b\x90\x15\x42\xbc\x29\x40\x4e\x08\xf1\x46\x81\xbc\x10\xda\x9b\xd4\xde\x4a\x7b\x2b\xed\x4d\x6a\x6f\xa5\xbd\x95\xf6\xa6\x04\x49\xbc\xb4\x37\x16\x24\xf1\xd2\xde\x54\x20\x16\x42\x7b\x83\xf6\x4e\x06\x5d\x05\xaa\xd3\x36\xee\xcb\x90\x9e\xd3\x7b\xb0\xef\x65\xb7\xc5\xc8\x61\xc5\x5b\x80\x25\x4c\x5b\x34\x06\xde\xdf\xae\x79\x9a\xd3\x14\x3e\x7f\x03\x00\x00\xff\xff\xad\x4b\x3b\x79\x89\x03\x00\x00"); -var _caeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\x1c\x82\xcc\x23\x29\x8a\x8f\x12\x49\x79\xaf\xde\xdd\xbc\xbf\x39\x1e\x9e\xa6\xab\xdf\xce\x0f\xbb\xdb\xfa\x34\xb5\xc3\x71\x7f\xae\x8f\x0f\xcf\xe7\x5d\x9d\xb6\xf5\xee\x70\xdc\x6c\x7c\x98\xf6\x87\xdd\xd3\x80\xf8\x6f\x77\xbf\x9e\x36\x9b\xab\xcf\xc7\xc3\x87\x9b\xdb\xaf\x2e\x78\x79\xfb\xf9\xd3\x4f\x12\xde\xfe\x3c\x3d\x3f\xd6\x8b\xf6\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x2f\xfb\xe7\xd3\xc5\xd3\x34\x5d\xfd\x5e\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\x1f\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7a\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xa7\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb2\xde\xd7\xe9\x3b\x51\x7d\x81\x0d\x4c\xbe\xd4\xf3\xe3\xe1\xe1\x38\xf9\xff\x3b\x97\x4d\xfc\xe9\xdb\xa9\x4e\xfe\xe2\xea\xeb\xe7\x9b\xf7\xd3\x9f\x7e\xf2\x6e\x0a\x69\xf6\xe9\xaf\x8b\xfc\x8f\x8f\x0f\x7b\x5a\x79\xe7\x94\xc8\xee\xb0\xdf\xfd\xbd\x9e\x37\x3f\x38\xe7\x5c\x70\x3e\x5d\x4f\x4b\x2e\x81\x78\x06\x4e\x03\x07\xd5\x67\x62\xd5\x2f\x17\xec\x8b\xbb\x9e\x16\xc9\x84\xbe\xc3\x99\x30\x74\x58\x08\xa5\x43\xae\xdd\xc5\xeb\x29\x8b\xf7\xc4\x09\xd8\x11\xcf\xc0\x23\x36\x5f\x3b\x76\x2f\xf0\x02\x1c\x89\x33\x30\xfd\xd5\x02\x2c\x17\x2c\x65\x7b\x3d\xf9\xe0\x63\xa6\x60\x07\xc1\x6c\x82\xbd\x5a\x2c\x14\x54\x08\x92\xa3\xa0\xbd\x5a\xb2\x3a\x5d\x52\x28\xf0\xba\x64\xa6\x20\xbc\x5e\x22\x6a\x91\x28\x88\x2a\x30\x8b\xf4\x7a\xc9\xac\x16\x0c\x6c\xed\xdc\x5f\x1a\x64\x60\xd3\x17\x60\x0b\x62\x7d\xed\x71\xdb\x0d\x96\x40\xbc\x03\xf6\xc4\x7b\xe0\x41\x3c\xb9\xdd\xf5\xb4\x44\x5e\x8c\xe4\xf6\xc0\x0b\x71\x05\x9e\x89\x1b\xf0\xd8\x2f\xf9\x7e\x51\x92\x13\x62\x0f\x4c\x7f\x3e\x00\x47\x62\x01\xa6\x3f\x1f\xe1\xcf\x13\x27\x60\xf3\x37\x03\x07\xe2\x05\xd8\xfc\x65\xe0\x42\x5c\xe0\xdf\xfc\xad\xc0\xe4\xeb\xb7\xc0\xe6\xaf\xf3\x4f\xc1\xf6\xdb\x03\x93\xbf\xaf\xc0\xc6\xa7\x01\x73\xff\x00\xfe\x81\x7c\x02\xf8\x07\xc6\x13\xc0\x3f\x30\x5f\x28\xbc\x24\xf4\x87\xc2\x4b\xc2\xfd\xc3\x02\xcc\xf8\x42\x06\xb6\xfd\xc0\x8f\xc5\x96\x02\xf8\x89\xed\x0f\x7e\x62\xfb\x81\x9f\xe7\x7e\x82\x78\x3d\xed\x25\x22\x1f\xf4\x27\xd8\xcf\x71\x7d\x84\x7d\x64\x3e\x23\xf8\x45\xe6\x33\x82\x5f\x64\xbc\x11\xe7\xcb\x4a\x4b\x11\xfe\x59\x46\x29\x82\x7f\xe4\xfe\x11\xfc\xa3\xed\x07\xfe\x89\xf9\x88\x88\x27\x0d\xff\x73\x3f\xaf\x1c\x82\x27\xee\xf7\x39\xf8\x42\x5c\xa1\x37\xfb\x06\x3c\xe2\x5d\x9c\x56\xed\x32\x36\x5c\x7a\x5d\xe7\xe0\x2e\x0e\xc4\xe1\x42\xe4\x71\xc1\xc4\xe1\x42\x94\x51\xf6\xe2\x70\x01\xca\xa8\x58\x71\x48\x48\xf1\x99\x58\x80\xe9\x0f\x84\xcb\x08\x40\x1c\x08\x96\x41\x40\x5c\x2c\xc0\x61\xe0\x19\xeb\xc7\x85\x14\x97\x15\x33\x9e\xac\xfe\x12\xb1\xfa\x63\x7c\xb9\x02\x33\xbe\xde\x1d\x73\x58\xe8\xbf\x20\x81\x0b\xf7\x47\xa3\x9b\x45\x4c\x00\x42\x21\xf7\xa9\x36\xa6\xca\x26\x7f\x6f\xcc\x88\x5b\x35\x38\x92\x5d\x11\x9c\x90\xec\x8a\xe0\x5e\xf8\x06\x59\x61\x30\x3b\xac\x17\x92\xad\x8a\x49\xb6\xaa\x3f\x92\xad\xea\x8f\x64\x2b\xc8\x0a\xc9\x36\x3d\xbc\xb1\x5f\x68\xed\x7a\x0a\xe2\xd2\x08\x50\x9c\xeb\xb3\x67\xf4\x7d\x11\x27\x1d\x8f\x72\x11\x71\xbd\x65\xfb\x32\x9b\x01\x86\x17\x23\x14\x37\xab\x81\xa7\x60\x51\x41\xa2\x20\xab\xc0\x96\x14\x15\xd8\x26\xab\x0a\x66\x0a\xb6\x10\x2c\xb6\xeb\x4e\x05\x81\x02\xbd\x85\x34\x40\xdb\x2c\x91\x51\x78\x84\x19\x4d\x8f\x19\x2b\x86\x35\xca\x6c\x82\x0c\x03\x26\xc6\x6b\x90\x99\x3b\xa2\x90\x24\x91\x45\x6f\x64\x59\x78\xd4\x12\x90\xb9\x48\x52\x41\x33\xc7\xdc\x4b\xef\x74\x5d\x60\x1e\x66\x70\x30\x03\x1c\x66\x64\xe2\x7a\x2b\xcb\xc2\x4a\x13\xb4\xb2\xf2\x22\x82\xbd\x3a\x64\x08\xe2\xb1\x80\x21\x08\x6a\xdb\x39\x7a\x14\x3d\xdd\x48\x8c\x08\x46\x73\x12\x91\x05\x0b\xbc\x19\x64\x15\x30\x06\x29\x60\xc9\x18\x64\x55\x03\x73\xb1\x85\x81\xc5\xb4\x53\x03\x26\x5a\xf6\x2a\x60\x94\xd1\xab\x80\x4b\x22\x32\x6b\x51\xf5\x0e\x91\x25\x19\xd6\xa0\x82\x09\x50\x45\x76\xd8\x71\x45\xa2\xc8\x22\xe2\xb2\x58\xd0\x11\x47\xc9\x2a\x91\x84\x0a\xb7\xa3\x4b\x9a\x37\xcb\x53\x12\x15\x98\x45\x54\x01\x33\x9b\x10\x63\xe4\x8a\x05\x6f\x30\xf7\x42\xa0\x79\xb0\x20\x16\xcd\x43\xe4\x05\x5b\xaa\x0a\x78\x1f\x96\x86\x1b\x76\x71\xd1\x9a\x43\xa7\x1a\x65\xd3\x9a\x43\x6b\x5f\xa8\xf7\xfa\xf6\x19\xb3\xbe\x35\x6d\xd5\xe3\x6c\x5a\x13\x5c\xa0\xf1\x36\x69\x4d\xa0\x77\x74\x20\x0d\xdd\xc2\x0d\x9c\xd4\x3e\x11\x6b\x37\x99\x89\x75\xbd\xe1\xfa\x72\x54\xb4\x86\xee\x95\x73\xf9\x4f\xe7\x94\x85\x9d\xf3\xbc\x1e\xef\xea\x65\xee\xc8\xd6\x5d\x4f\xe3\xd3\xa3\x05\x27\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\x7d\xbb\xb8\x70\xb4\xf6\xde\x35\x3e\xf1\x8a\xca\xf6\xaa\x9b\x4d\x85\x07\x54\xe6\x80\xed\xed\x6a\x7c\x16\xa8\xcc\xe1\x6a\xaa\x2d\x54\xf6\xec\x10\xaa\x02\x26\xbc\x30\xf8\x5e\xa6\xe3\x13\x8f\x25\x6f\x8f\x0b\x4f\x95\xe0\x9d\xc0\xb9\x9c\x24\x99\x0a\x4f\x00\xc7\x30\x7a\x0d\x8e\x4f\xbc\x6e\xf8\xa7\x42\x12\xdb\x0b\x87\x99\xa2\x3d\x1c\x6c\x15\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc2\x63\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\xf0\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x67\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfb\x89\xd3\xae\xcd\xc6\x20\xd1\x74\x49\x75\xd6\xe2\x6d\x5d\xd4\x75\xc1\xda\xa0\x98\x6e\x56\x9d\xb5\xc0\xad\xe9\xb4\x33\x05\x6b\xc8\xc6\x21\xa9\x4f\x9b\x9b\x29\x99\x4e\x7d\x8e\xd3\x6b\x8d\x77\xa5\x35\x54\x4e\x2e\x54\xa5\x46\xd5\x7c\xf9\x43\xd2\x5f\xba\x82\x36\x01\x80\xfb\xf5\xb4\xe1\x0f\x06\xbb\xe7\xf3\xb9\x1e\x9f\xf0\xf3\x04\x7e\x0c\xe8\x7f\xe0\x1f\x8e\x95\x3f\x84\x9c\x1e\x4e\x7d\x15\xfe\xfd\x1b\x00\x00\xff\xff\x3c\x91\x84\x09\x34\x11\x00\x00"); -func _cecd ()([]byte ,error ){return _c (_cegc ,"HKdlb-B5-V")};func _ed ()([]byte ,error ){return _c (_aecc ,"Add-RKSJ-H")};func _faf ()(*asset ,error ){_bcc ,_cgf :=_bc ();if _cgf !=nil {return nil ,_cgf ;};_gba :=bindataFileInfo {_dae :"78-RKSJ-H",_fb :12581,_ae :_be .FileMode (436),_g :_a .Unix (1580490930,0)}; -_gc :=&asset {_dd :_bcc ,_ef :_gba };return _gc ,nil ;};func _eeg ()([]byte ,error ){return _c (_dfb ,"Add-H")};var _ceea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x6f\x1b\xbd\x11\xc6\xef\xfa\x14\x7b\x4c\x0f\xa9\x49\x0e\xb9\x4b\x02\x86\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x5a\xa0\xe8\x61\x25\x91\xae\x80\x5a\x16\x64\xfb\x90\x6f\x5f\xcc\xef\x91\xfd\x3a\xef\x41\xe0\x33\xc3\xf9\xf3\x90\x1c\x0e\xb5\x57\x9f\x6e\x3f\xdf\x1e\x0f\xcf\xd3\xd5\xdf\xcf\x8f\xbb\xbb\xfe\x3c\x8d\xc3\x71\x7f\xee\x4f\x8f\x2f\xe7\x5d\x9f\xb6\xfd\xfe\x70\xdc\x6c\x62\x9a\xf6\x87\xdd\xf3\xab\xc8\xb0\x7b\x58\x4f\x9b\xcd\xd5\xf7\xe3\xe1\xcb\xed\xdd\xc7\xef\xdf\xfe\x1c\xe7\x8f\x7f\x99\x5e\x9e\xfa\x65\xe2\xd3\xed\xe7\xbb\x9f\x4f\xcf\xfd\xe1\xf6\x38\x1e\x27\x53\x80\xfd\xcb\xe9\x12\x64\x9a\xae\xfe\xd1\xef\x0f\x4f\xcf\xe7\x9f\xd3\x87\x3f\xed\x1f\xb7\xfd\x0f\xd3\xbe\x0f\xd7\xff\xed\xbc\xef\xe7\xc3\xf1\x7e\xfa\xf0\x65\x3d\xad\xc7\xf8\x36\x71\xf7\x72\x3a\xfd\xaf\x3f\xf4\xe3\xf3\xb4\xa0\xeb\xc7\x3d\xe3\xe6\xea\xd3\xd7\xf5\xf4\xd7\xf5\xa1\x4f\xbf\x12\xfa\xc1\x34\xb3\x3f\xfa\xf9\xe9\xf0\x78\x9c\xe2\x1f\x43\xa8\xbf\xa9\xbf\xfd\x3c\xf5\x29\x5e\xa2\xfc\xeb\xfb\xed\xe7\xe9\xdf\x71\x8a\x61\x4a\x65\x8e\xe9\x3f\x17\xfd\x3f\xbf\x3e\xee\xdf\xac\x62\x08\x5a\xc3\xee\xb0\xdf\xfd\x77\x3d\x6f\xae\x43\xd8\x86\x9b\xa9\xa6\xb9\x6d\xae\x53\x88\xe1\x66\x5a\x6a\x33\x70\x01\x27\xf0\x0c\x2e\x8e\x93\xf4\x15\x2c\xfd\xe2\xd8\x92\xc7\x59\xf0\x35\x73\x5c\x1d\xc7\xe6\x31\xad\x02\xa3\xc3\x19\x98\x1c\x36\xa0\x39\xf4\x18\x71\x97\x6f\xa6\x6a\x31\x82\x0b\x38\x80\x67\xb0\x73\x89\xdd\x71\xb8\xe0\x05\x9c\xc1\x15\x8c\x6f\x6f\x60\xcf\x6f\x6d\x7b\x33\xc5\x14\x73\x45\xd8\x21\xcc\x12\xf6\x9a\x59\x10\x3a\x42\x09\x08\xe3\x9d\xd9\x1a\x64\xd6\x10\xa2\xcc\x66\x84\xf4\xde\xcc\x34\x53\x10\xb2\x04\xcd\x94\xf7\x66\xb3\x66\x48\xba\x3a\xff\xd7\x89\x0a\x96\xbe\x81\x95\x64\x7d\xef\xbd\xf5\x89\x25\x81\x77\xe0\x08\xde\x83\x9d\x7c\x09\xbb\x9b\x69\xc9\x1c\x56\x09\x7b\xf0\x02\xee\xe0\x19\x3c\xc0\x1e\xb3\x70\xe8\x25\x18\x38\x82\xf1\x8d\x09\x9c\xc1\x06\xc6\x37\x66\x7c\x23\xb8\x80\xe5\x3b\x83\x13\x78\x01\xcb\xb7\x82\x1b\xb8\x11\x47\xbe\x2b\x18\xce\x71\x0b\x96\xaf\xf3\x2f\x49\x31\xf7\x60\xf8\xc7\x0e\x16\xb7\x01\x26\x7e\x82\x7f\x82\x5b\x82\x7f\x22\x57\x82\x7f\x62\x8d\x14\x6d\x31\x7c\x29\xda\x62\xc4\x4f\x0b\x98\xbc\xa9\x82\x15\x13\x9e\x14\x65\x49\xf0\x34\xc5\x87\xa7\x29\x26\x3c\x23\x31\x0d\x0e\x11\x1b\xcb\xac\x05\x5f\x23\x66\xc0\x3e\x63\x93\x59\x7b\x86\x67\x66\xed\x19\x9e\x19\x0e\x99\x7d\xa6\x22\x4b\x26\x0e\x65\x57\x32\xfc\x33\xf1\x33\xfc\xb3\x62\xc2\xbf\xb0\x96\x4c\xae\xe2\x71\x66\xdf\xc3\x9a\x52\x04\x7b\x6d\xa4\xd8\xc0\x1d\xbd\x6c\x06\xd8\x39\x2c\x41\x95\xbc\x78\xd0\xc5\x6b\xbc\xa6\xd0\x36\xd7\x16\x38\x8c\xea\x07\x69\x81\xc3\x68\x5e\xfa\x16\x38\x80\xe6\x55\x6c\x81\xc5\xb4\x58\xc1\x06\xc6\x17\xd2\xcd\x13\x58\x80\x68\x73\x42\x16\x72\x03\x27\xc7\x33\xf6\x7e\xd8\x16\xaa\x30\xb9\xaa\x7c\x0b\x58\xbe\xe4\xad\x1d\xbc\x78\xff\x7c\x6d\x62\x9b\x9a\x7f\xd7\xd5\x2c\xf8\xad\xaf\x69\x21\x47\x63\x33\x16\x72\x73\x99\x67\x33\x09\x10\x4f\x10\x5f\x95\x1c\xe2\x2b\xc9\x0d\xe2\x2b\xc9\x2f\xf6\x10\x37\x82\xee\xb0\x37\x88\x77\x61\x88\x77\xf9\x42\xbc\xcb\x17\xe2\x1d\xe2\xc6\x86\x0d\x6d\xaa\xc7\x4c\x63\xdc\x4c\xc9\x42\xf1\xc4\x16\xbc\x17\x9b\xf7\x20\xb3\xe0\x3d\xd4\xbc\xd4\xcc\x82\xb7\x93\xd8\x66\x4d\xd0\x18\xc9\x6c\x61\xd6\x44\x44\x58\x24\x14\x84\x2a\x41\x66\x4d\x82\x82\xad\x12\x66\x84\x2d\xc2\xa2\xc8\x3b\x09\x09\x41\xa7\xcd\x04\x57\xbe\x65\xb2\x44\xd2\x67\xe9\xe9\xcb\x26\xac\xec\x55\x42\x65\x82\x45\x45\x25\xaf\x44\xa5\x00\xad\xc0\xca\x2f\x68\x35\xb6\xdc\x12\xab\xcd\x10\x4c\x5a\x2d\xfb\x63\x7e\x73\x5d\x90\xc7\x0c\x27\x4d\xb0\xb9\x99\xc5\xfa\x15\xad\x46\x65\x1a\x57\xb4\x5d\x32\xec\xe5\x4c\x0a\x8b\x18\x91\xc2\xa8\xf7\x10\xf0\x36\xed\x74\x06\x93\xc1\x2f\xa0\x99\x2d\x18\x45\x4d\x54\x09\xe4\xb0\x06\x5b\x72\xd8\xaa\x09\xb9\x6c\x99\x50\xbe\x9d\x26\xd8\x10\xdb\x4b\x20\x7b\x8e\x12\x30\xcb\xec\x82\x32\xfa\x2d\xa9\x56\x84\x95\x30\x49\xa0\xf2\xb4\xe9\x79\x65\x81\xb0\xca\x1c\x92\x88\x64\xb6\x96\x0a\xb3\x42\x65\x6b\x3b\x8b\xd6\xaa\xf5\x15\x93\xa0\x99\x2c\x81\x5d\x28\xe4\xce\x58\x2d\xbc\x99\xe1\x22\x68\x1d\x4a\xb2\x68\x1d\x99\xc3\x5c\xba\x04\xce\x63\x19\x9c\x66\xde\x5c\x8f\x11\xb8\x71\x5e\x6e\x63\x04\x5a\xce\x82\x3e\xea\x2d\xf3\xfe\x3f\x86\xda\x89\xef\xdb\x18\xc6\xa1\xf9\x1b\x34\x86\xa1\x0f\x38\xd8\xe0\xa6\x04\xc7\x45\x36\x05\xac\x1b\x34\x83\x65\x2f\xdc\x5f\xdb\xd5\x18\xdc\xca\x5a\xdb\x2f\xad\xc2\x96\xb7\x56\x71\x5e\x8f\xf7\xdd\x1f\x4f\xff\x07\xe4\x43\xa4\x35\x14\x3d\xa2\xe8\x4a\xf0\x7d\xcc\x95\x9e\xed\x3d\xd2\x07\x0f\x9b\x17\xda\xb2\xdf\x4b\x1f\x78\x05\xab\x5e\xdc\x59\x2a\x1e\x40\xfe\x01\x15\xbf\x8a\x3e\x34\x54\x72\x5c\xa5\xda\xa2\xd2\x33\x63\xa8\x12\x5d\xdf\x20\xe1\xe5\xeb\x03\x8f\x5d\xd4\x83\x12\x51\x19\xef\x04\xbd\xbb\x58\x91\x8a\xa7\x20\x10\xde\xeb\xd3\x07\x5e\x2b\xfe\x2a\x15\x53\x2c\x36\xb4\x64\x3d\x18\xb2\xa2\x9e\x0a\x17\x3d\xf8\x7a\x7d\x48\x6c\x1d\xcd\x0a\xf6\x16\xf8\x67\xd0\x02\x2a\x6f\x07\x3e\xd0\xea\x02\xad\xd1\x3b\x81\x0f\x0b\x7b\xa8\x36\x1a\x2f\x9e\x8d\x43\xa7\x19\x84\x56\xd0\xb5\x99\x02\xa1\x63\x0e\xa9\x06\x37\x8f\xc2\x8c\xc3\x77\xdf\xe2\x68\x6a\xd6\x86\x6e\x95\x6e\xa0\x53\x69\x8a\xae\xf1\x7a\xc5\xa6\xab\xed\xf5\xe6\x8d\xc6\xd4\xcb\xa8\xda\xb8\x4a\xa7\x76\x50\xf1\xf5\x17\xcc\x5b\x44\x94\x4e\x9d\xa7\x4a\xa7\x8e\xd5\xd4\x4f\x14\xcf\x82\x3a\x06\x85\x6f\x59\xba\x22\x9d\x5a\x8a\xec\xb2\xec\x92\xae\xaa\x49\x37\x4b\xa7\x6b\xba\x95\x4e\xb7\x2a\xa9\x21\x88\x4b\x91\xaf\xfa\x69\x29\xd2\xc9\xd7\x77\x6f\x0c\xce\x62\x0c\x2a\xa9\x36\x54\x65\xa0\x9a\x2f\x7f\x52\xe3\xa5\xda\x55\xdc\x08\xfe\x4d\xf3\xf6\x8d\xb1\x7b\x39\x9f\xfb\xf1\x99\x2f\x1a\x3e\x22\xfc\xc3\xe0\x70\xec\x6f\x9f\x4d\xa7\xc7\x93\x7b\xf1\xfb\x7f\x00\x00\x00\xff\xff\x03\x19\x3b\x09\x62\x0d\x00\x00"); -var _ff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x23\xb9\x11\xc5\xef\xfa\x14\x3c\x6e\x0e\x1b\xf3\x3f\x59\x80\x20\x60\x31\x93\x41\xbc\xc1\x26\xc1\x38\xff\x80\x20\x07\x76\x77\xd1\x10\x10\x4b\x82\x2c\x1f\xe6\xdb\x07\xf5\x9e\x3c\x4e\xb2\x07\x83\xd6\xaf\x1f\x4b\xc5\xe2\xeb\x22\xf5\xf0\xe9\xf1\xf3\xe3\xe9\x78\x73\x0f\x7f\xbe\x9e\xd7\x27\xbd\xb9\x79\x3c\x6d\x57\x7d\x3d\xbf\x5d\x57\x75\x8b\x3e\x1f\x4f\xbb\x5d\x88\x6e\x3b\xae\xb7\xf7\x8f\x18\xd6\x97\x71\xd9\xed\x6c\xfe\xd3\xb7\xd7\x9b\xbe\x3c\x9e\xe6\xd9\x25\xea\xb6\xb7\xcb\x5d\xeb\xdc\xc3\x57\x7d\x3e\xbe\xde\xae\xdf\xdc\x0f\x3f\x6d\xe7\x45\x7f\xe3\x36\x9d\xc6\xff\x74\xdd\xf4\x7a\x3c\x3d\xbb\x1f\x7e\x1e\x97\x71\x0a\xdf\x1f\x3c\xbd\x5d\x2e\xff\xd6\x17\x3d\xdd\x5c\x04\xd3\xd3\x86\x71\xf7\xf0\xe9\x97\x71\xf9\xe3\x78\x51\xf7\x20\xfe\xe5\xf5\xf2\xe3\xd7\x3f\x3c\xfd\xfc\xe3\xef\xf1\x10\xcf\xfe\xa6\xd7\xd7\xe3\xf9\xe4\x42\xf8\xad\xf7\xf5\x83\xff\xe5\xdb\x45\x5d\xb8\x07\xf9\xc7\x5f\x1f\x3f\xbb\x7f\x06\x17\xbc\x8b\x25\xe7\xf2\xaf\x3b\xff\xfb\x2f\xe7\x4d\x9d\xe7\xa7\xcc\x05\xac\xe7\x4d\x5f\x2f\x63\xd5\xeb\x38\x3d\xeb\xce\xb9\xbd\xf7\x07\xe7\xdc\xbe\xfb\x83\x7d\xea\x21\xfb\x83\xdb\xcb\x97\x2f\x9f\xf0\xf9\x27\x3e\xfd\xfc\x05\x9f\x7e\xe7\xf1\xf4\xcb\x27\x7b\xaa\xa7\xed\xff\xa2\xed\x02\xbf\xe4\x74\xbe\x6d\x3a\xc9\x10\x7f\x1f\xe6\xc1\x05\x9b\xf1\xdf\x8f\x76\xc1\xfb\x7b\x56\xc7\xed\xae\x8e\xa6\x6e\x6a\xea\xf7\x5c\x7a\xb0\xcf\x35\x25\x23\x9d\x64\xac\x07\x57\xa5\x1a\x59\x3a\xc8\x32\x0f\xae\x65\xcc\x5a\x49\x56\x35\x22\x46\xb6\x01\xa2\xfd\xe0\x5a\xc1\xac\xc9\x38\xb3\x1d\x5c\x6b\x98\x35\x57\x92\xd5\x88\xcd\x8a\x79\x1a\x89\xc5\x66\x75\x6f\xa4\x62\x56\x6c\x72\x70\x4d\x40\x7a\x00\x91\x71\x70\x3d\x58\xe4\x28\x9c\x35\xc3\xc1\xf5\x1c\x77\xfb\x9e\xb8\x8a\x64\xab\x90\x58\x8c\x70\x15\x49\xea\xc1\x49\xef\x46\x38\x2b\x2d\xf5\xe0\x82\x0f\x96\x50\x5a\x88\x36\xa0\x64\xf3\x32\x23\x65\x4b\x23\xf8\x62\x49\xe6\x46\x84\x92\x79\xb1\xef\xcb\x8c\x9e\x25\x1c\x5c\x08\xbe\x19\x62\x78\x0c\x2d\x63\x75\x79\x50\x65\x43\xcb\x3d\x00\x05\xa2\x80\xc2\x11\x45\xa2\x08\x84\x24\x46\x22\x4a\x56\x4c\x9f\x80\x32\x51\x86\x8a\xe1\x0b\x51\x81\x0a\x49\x8c\x4a\x54\x0d\x45\x4e\x6c\x44\xb6\x0d\x25\x30\x7c\x27\xc2\x5e\x25\x26\x21\x44\x02\xc4\xf0\x83\x68\x20\x7b\x0f\xb4\x10\x2d\x40\xa8\xc4\x58\x89\x56\xe4\x95\x81\x36\xa2\x0d\xa8\x03\x29\x91\x22\xd5\x0a\xc4\x7a\xd9\xd0\x8a\x47\xac\x85\xf5\xb2\xa1\x95\x80\x58\x0b\xeb\x65\x43\x2b\x09\x49\x2c\xac\x97\x0d\xad\x44\x4e\x64\xbd\x16\xd4\x2b\xe1\x1b\x17\xd6\xcb\x86\x56\x0a\x63\xb1\x5e\x0b\xea\x05\x03\xe4\x85\xf5\x5a\x58\x2f\xe4\xb5\xb0\x5e\x0b\xeb\x85\x4a\xd0\xff\x18\x5a\x49\x8c\xc5\x7a\x2d\xa8\x57\x66\x12\xac\x97\x0d\xad\x78\x26\xc1\x7a\xd9\xd0\x4a\xc4\x0e\x2d\xac\x97\x0d\xad\x04\x7e\x23\xeb\x65\x43\x2b\x74\xe1\xc2\x7a\x2d\xa8\x57\x36\xd4\x68\xcc\x56\xa0\x2a\x40\x05\x25\x6c\x15\xf5\xea\x40\x35\x10\xd9\xab\xe1\x51\x89\x56\x23\x11\xea\xd5\x89\x12\x51\x32\x55\xf6\x40\x99\x08\xf5\x12\xa2\x42\x54\xa0\x8a\x40\x95\x08\xc5\x11\xa2\x4e\xd4\xa1\xca\x40\x42\x84\x4a\x08\xf3\x5a\x88\x16\xa8\x12\xd0\x4a\x84\x05\x09\xf3\x52\x22\x85\xaa\x01\x71\x8d\xcd\x36\xad\x7a\xdb\xb4\xd6\xa8\xb2\xa1\x27\x98\xbc\xf1\x7d\x6c\x3d\x41\x85\x58\x9d\x0b\xb2\xa1\x7b\xd6\xab\x73\x41\xdd\x2c\x57\x03\x26\x0a\x27\xda\xd0\x2a\xd6\x23\xac\xa0\x0d\xad\xe2\xfb\x84\x05\xb4\xa1\x55\x01\x61\xfd\x44\x30\x0b\x6b\x96\x41\x64\x6b\xae\x48\x40\xb8\x64\xb1\x9d\xae\x78\xcb\x3a\x7b\x44\xb7\x06\x18\x02\xfa\x94\x70\x5b\x05\xcd\x25\xc2\x6e\xc2\xc5\x08\x54\x11\x6f\xd9\xa0\x6a\x40\x95\xf1\xaa\x0f\xaa\x06\x54\xb9\xd9\x86\x2d\x54\x2d\x50\xb1\xee\x0b\x55\x0b\x54\xb5\x58\x5e\x2b\x55\x2b\x54\xad\x5b\x15\x56\xaa\x56\xa8\x7a\x36\x53\x6e\x54\x6d\x50\x09\xda\xf7\x46\xd5\x66\xaa\xe8\xf1\x1a\x28\x55\x6a\xaa\x18\xd0\x2d\x95\x2a\x85\x2a\xe2\xf5\x9c\x54\x4d\xa8\x12\xb6\x75\x52\x35\xa1\xca\xc1\xef\xf6\xc2\x73\x4f\x3c\x54\x78\x0d\xc4\x77\x22\xa8\x60\x11\xb9\x9f\x9d\x38\xaf\x62\xb3\xcd\x17\x1e\x58\x82\x63\x25\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x75\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x6a\x08\x4e\x8d\xe4\xad\xa7\x0a\x8f\x0d\x49\xa6\x4a\xc1\x0c\x21\x3c\x11\x04\xed\x3f\xc5\xde\x0c\x51\x95\xa1\x4a\xc5\xe3\x9c\x7e\x3f\x5f\x77\xed\x57\x27\xae\x14\xc6\x28\x88\x91\x9b\xad\xad\x30\x46\x41\x0c\xf4\x2c\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x1a\x94\xb0\x11\x08\xec\x9f\x7a\xb1\xb5\xd1\xfe\xd2\xa0\x12\x6b\x9c\xd2\xa9\xea\x2d\x1e\x5c\xf6\xd6\xd0\x85\xee\x13\xb8\x2f\x7b\x7b\xc5\x85\xee\x13\xb8\x2f\x87\x6e\x13\xe9\x3e\x81\xfb\x72\xb4\xcd\x12\xba\x4f\xe0\xbe\x9c\x9a\x15\x85\xee\x13\xb8\x2f\x67\x6c\x16\xdd\x27\x70\x5f\x2e\xd5\xc2\xd3\x7d\x02\xf7\xe5\x8a\xcd\xa2\xfb\x04\xee\xcb\x2d\xdb\xb2\xe9\x3e\x81\xfb\x72\xc7\x66\xd1\x7d\x02\xf7\x65\x49\xb6\x6c\xba\x4f\xe0\xbe\x2c\xd8\x2c\xba\x4f\xe0\xbe\x12\xec\x35\x14\xba\x4f\xe0\xbe\x12\xb0\x59\x74\x9f\xc0\x7d\x25\x05\xcb\x9e\xee\x13\xb8\xaf\x24\xdb\x0e\x9c\xd4\xdb\xb4\x1d\xae\xbb\xbd\xd2\x8b\x0a\x2f\x96\xe2\xbd\xa1\x4e\x84\x39\xc5\x36\x47\xe9\x45\x85\x17\x4b\xb5\xce\xaa\xf4\xa2\xc2\x8b\xa5\xd9\xe6\x28\xbd\xa8\xf0\x62\xe9\xcd\xc2\xd3\x8b\x0a\x2f\x16\xb1\xcd\x51\x7a\x51\xe1\xc5\xea\x6b\x36\x44\x15\xbc\x58\x83\x9d\x1e\x4a\x2f\x2a\xbc\x58\x63\x89\x86\xa8\x82\x17\x6b\xb2\xf3\x5d\xe9\x36\x85\xdb\x6a\xb6\xf6\xae\x74\x9b\xc2\x6d\x15\x37\x0a\xa5\xdb\x14\x6e\xab\x35\x5a\xf6\x74\x9b\xc2\x6d\xb5\xda\xed\x44\xe9\x36\x85\xdb\x2a\xae\x5f\x4a\xb7\x29\xdc\x56\xbb\xdd\x74\x94\x6e\xd3\x6e\xaa\xe6\xbd\x65\xdf\xa9\x82\xdb\x9a\xaf\x96\x3d\xdd\xa6\x70\x5b\x0b\x76\x7a\x28\xdd\xa6\x70\x5b\x8b\xd6\xa5\x95\x6e\x53\xb8\xad\x25\xbb\x77\x28\xdd\xa6\x83\x57\x24\x3b\x3d\x74\xe0\x8a\xa4\xc3\xee\x43\x3d\x9a\x73\x95\xa6\xd1\x8d\xe7\x82\x35\x23\xa5\x69\x74\xb3\x8b\x41\xcf\xd6\x8c\x74\xc3\xc5\x80\x43\x10\x49\x40\x05\xc8\x92\xe8\xd9\x5a\x83\xd2\x5a\x0a\x6b\xf5\x62\x1d\x51\x69\x2d\x55\x35\x55\xf5\x16\x5e\x75\x02\x4d\x9c\x7d\x58\x90\x4e\x21\xc2\xc5\x20\x80\x0c\x12\x9b\xe7\x7d\xd9\xed\x27\x97\x38\x47\x96\xf7\x79\x73\xe4\x01\x54\x70\x85\x69\x50\x95\x4c\x94\xef\xa1\xe6\x28\x85\xa4\x7d\x84\xb2\xab\xf3\x7d\x68\x35\x74\x20\x21\xc2\xe9\x64\xbd\x75\x8e\x72\x8f\x3e\xde\x0f\xc3\x39\xca\x42\xb4\xdc\x0f\xac\x39\xca\x0a\xf2\x51\xbf\xc9\xc2\xcf\xb1\x4e\x43\x76\xbb\x9b\x63\x23\xb2\x81\xf5\x9b\x63\x0b\x40\x1f\xf5\x9b\x6c\x06\x73\x61\xfd\x90\x16\x9b\xc1\x44\x33\xe8\xc5\x6e\xc3\x93\xcd\x60\xae\xd9\x6e\x05\xcd\xd7\xff\xe9\xa3\xf6\xbf\xfd\x5e\xfc\xfe\xfb\x6d\x7d\xbb\x5e\xf5\x74\xc3\xaf\x45\xfc\x42\xb3\x5f\x5d\xc7\x93\x7e\xff\xe5\x79\x39\x5f\x6c\x16\xfe\xfe\x13\x00\x00\xff\xff\xa9\x31\x44\x80\xa5\x0e\x00\x00"); -var _aed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x2f\xf3\xf8\x85\xf9\xa7\x33\x25\x6f\xfb\xae\x77\x36\x42\xfe\x2d\xac\x7a\xc0\x08\x93\x75\x26\xe0\xb6\xee\x41\x23\xdc\x70\xb6\x2e\xcb\x44\x09\xc6\xea\xf8\xff\x91\x8b\x5e\x46\x9f\x65\xf9\x17\xe9\xf5\xfb\xaf\xb0\x6f\x78\x40\xdb\x77\xc3\x7d\x8b\xb8\xf4\x6e\x5a\xa1\x4a\x8d\x66\xf7\x47\x33\x40\xfe\x1d\x67\xbb\xc5\x70\x87\x87\xcf\x66\xbd\xe1\x3b\x30\x38\x91\xbf\x06\x83\xc1\xba\x19\x1e\xda\x97\x41\x9c\x3c\xec\xde\xff\xc5\x05\x5d\x84\x82\x0d\x9d\xe1\x9a\xe5\xed\xf3\xe8\x5f\xc6\x05\x21\x1d\xe3\xca\xcc\x7a\xc5\xb0\xd9\xd5\x81\x28\x3e\x14\x45\xf3\xe6\x3f\xee\x1e\x41\x1c\xed\x97\xbe\x7b\x9d\xa6\x0d\x23\x3c\x15\x29\x3a\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\xb1\xfa\x73\xbc\xfa\xf3\x79\x35\x67\xa3\x28\xd3\x30\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\x74\x02\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\xcd\xa2\x68\xe3\xe7\xac\xf4\x9f\x6e\xfa\xdc\xbd\xde\x43\x40\x17\xf9\x9e\x79\xc7\xb4\x24\xeb\xf0\xfc\x88\xfc\xea\xa9\x8b\x7f\xff\x02\x00\x00\xff\xff\x92\x04\xb5\xc7\x70\x02\x00\x00"); -func _ddeg ()(*asset ,error ){_efd ,_ecca :=_bbcb ();if _ecca !=nil {return nil ,_ecca ;};_bbcd :=bindataFileInfo {_dae :"B5-H",_fb :5259,_ae :_be .FileMode (436),_g :_a .Unix (1580491473,0)};_bgf :=&asset {_dd :_efd ,_ef :_bbcd };return _bgf ,nil ;};func _gaad ()(*asset ,error ){_fdfc ,_ecee :=_ece (); -if _ecee !=nil {return nil ,_ecee ;};_faa :=bindataFileInfo {_dae :"Adobe-Korea1-0",_fb :1190,_ae :_be .FileMode (436),_g :_a .Unix (1580491374,0)};_bffd :=&asset {_dd :_fdfc ,_ef :_faa };return _bffd ,nil ;};func _fecf ()(*asset ,error ){_cdcb ,_afdcg :=_abbe (); -if _afdcg !=nil {return nil ,_afdcg ;};_bccb :=bindataFileInfo {_dae :"V",_fb :905,_ae :_be .FileMode (436),_g :_a .Unix (1580493073,0)};_dggd :=&asset {_dd :_cdcb ,_ef :_bccb };return _dggd ,nil ;};var _fbac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\xcb\x8a\x66\x39\x76\x85\xe7\xf1\x14\xff\xb0\x3d\x68\xe7\xd1\x5d\x82\x20\xa1\x5d\xdd\x4d\x17\xa6\xdb\xc6\xe5\x1b\x18\x0f\x74\x4d\x12\x9c\x11\x41\x64\xd6\xa0\xde\xde\xec\xf5\x9d\x2e\xdb\x85\xa1\x06\x85\x2a\x56\x1e\x49\x5b\x5b\x6b\x5f\xf5\x7f\xf8\xee\xfb\xdf\x7f\xff\xf2\xf9\xdb\xe3\xc3\x3f\xbe\xbf\xce\x1f\xf6\xb7\xc7\xf9\xfc\xb2\xde\xf7\xd7\xd7\x1f\xdf\xe7\x7e\x8c\xfd\xe9\xf3\xcb\xd3\x93\xf3\x8f\xf5\x79\x7e\xfb\xeb\x9f\x1a\xe6\x97\xfe\xf6\xf4\x64\xf3\x7f\xf8\xe9\xeb\xb7\xfd\xe5\xfb\x97\xf3\xfa\x08\x7c\xb7\x7e\x7c\xbb\xbf\x7d\x3c\x3e\xfc\xd3\xfe\xf4\xf9\xeb\xb7\xf7\x9f\x1e\xbf\xf9\xdd\x7a\x1d\xfb\x6f\x1e\x6b\x1f\xc3\xff\xe1\x7d\xed\xf7\xcf\x2f\x9f\x1e\xbf\xf9\xee\x2f\x3f\xb8\x9f\xe1\x1f\x7e\x7c\x7b\xfb\xaf\xfd\x65\xbf\x7c\x7b\x38\x61\xfb\x65\x69\x7c\xfa\xf0\xdd\x9f\xfb\xdb\x5f\xfa\x97\xfd\xf8\xf0\xa7\xbf\xff\x34\xe7\xd7\xdf\xfe\x5d\xfa\xed\x9f\xf4\x6f\xfa\xa7\x7f\xdd\xef\x5f\x3f\xbf\xbe\x3c\xdc\xdf\x5e\x57\xfe\x1f\xf8\x9f\x7f\x7a\xdb\xf7\x52\x4f\x1f\xfe\xfd\x5f\xbe\xff\xfd\xe3\x3f\xdc\xc3\x5d\x0f\x9f\x42\x6b\xff\x79\xe3\xff\xf6\xe7\xd7\xb5\x1f\x17\x7f\x79\x84\x9f\xaf\x6b\x7f\x7d\xeb\x73\xbf\xf7\x97\x4f\xfb\xe9\xf1\x78\xbe\xae\x8f\x8f\xc7\xe3\xb9\x5e\x1f\xed\xaf\xfa\xbb\x78\x7d\x7c\x3c\xff\xf1\x0f\x7f\xfc\xc3\x47\x93\xf2\x17\xdf\x3f\x39\x96\x79\x79\xfd\xb6\xf6\x01\xd3\x0a\xcf\xee\x7c\x7c\x38\x9b\xf1\xbf\xff\xe9\xc9\x5d\xd7\xbd\xef\xe7\x75\x7f\xed\xed\xeb\xb2\xed\xeb\xe7\xda\xb5\x5b\xed\xfa\xbb\xb8\x7c\x19\xd6\x9d\xb0\x9d\x0c\xf3\x3e\x3c\x3d\xd7\x11\x85\x8d\xe8\x85\x35\x2f\x2c\x81\xf1\x5d\x8b\xc2\x0a\x58\x01\x4b\xc2\x1a\x58\x03\xcb\xc2\x06\xd8\x00\x2b\xc2\x96\xb0\x74\x81\x55\xc3\x52\x04\x8b\x86\x85\x4b\xfb\xa6\x0a\x56\xc1\x24\x5f\xea\x60\x1d\xcc\x64\xd9\x9c\x6d\x47\x9b\x1b\x9d\xce\xb1\x63\x16\x96\x3b\x98\xed\xb1\xf3\x14\x56\x92\xb0\x6c\x32\xef\x52\xc0\x96\xb0\x02\xb6\xc1\xf6\xc7\x87\xaf\xcd\x10\x34\xb5\x3b\x33\xab\x17\xc6\xcc\x59\xc1\xec\x64\x7b\x4a\xba\xbd\x25\x89\xf7\xa6\xf9\xbd\x91\x64\x6f\x61\x51\x92\x1c\x24\x3e\x60\xc9\xe6\x1e\x4e\x71\x74\xda\xe8\x8b\xed\x71\x38\xed\x49\x7c\x27\xed\x9d\xcc\x77\x39\x1b\x86\xa6\x4e\x96\xa6\x8e\x6e\x37\x86\xcb\x64\x3e\xc8\x7c\xa6\x64\x09\x41\xdf\xcd\x0c\xc6\xdc\x5c\x85\x31\x77\x35\x30\xcd\x5d\xba\xb5\x73\x86\x30\x9d\xed\x9c\x05\xa6\x3d\xa2\xbf\x9e\x9e\xdb\x25\x99\xdb\x95\x06\x98\x37\xcc\x84\x7d\x6e\x57\xe6\xbb\xa4\xef\x0a\xdf\x15\xed\x11\x73\x11\xd6\xc1\x74\x43\x57\x02\x1b\x60\xcc\x2d\xc2\x74\x8e\x76\xa1\xfb\x58\x9d\xb0\x22\x6c\x14\xb0\x6c\xd8\x68\xc2\x90\x2f\x19\x5b\x9a\x43\x3e\x97\xa5\x83\x54\x84\x99\xe2\x6c\xd0\x8d\x67\x77\x09\x3b\xc2\xca\x8d\x55\xc3\xd8\x57\x83\x8b\x39\x68\x6e\x0f\xc2\xd8\x23\x87\xf8\xf4\xdc\x3c\x7b\x78\x64\x2e\xde\x64\xf1\xcc\xf5\x1d\xcc\x38\xd4\x7c\xd7\x1e\x7e\x5c\xc6\x2a\x3b\x85\x1f\x7c\x65\x83\xaf\x5a\x6b\x78\x10\x6f\x48\x10\xa2\x1d\x3d\x8c\xaa\x3a\x95\x17\xa3\x9a\x3f\x92\xac\x26\x61\x87\xef\x90\xac\x1a\xb7\x5b\x40\xb2\x90\xa5\xa5\x2a\x6d\x86\x2c\x2d\x05\xa4\x6d\x4e\x18\xd2\x86\xae\xdb\x69\xa1\x09\xd3\x4d\x84\xa9\x3d\x9a\xb1\xb6\x85\xa9\x3d\x02\xb2\xb4\x62\x67\x08\xc8\x12\xb6\xdd\x62\xba\x2e\xed\xbb\xa7\x30\xc9\x92\x2e\x69\x38\x22\x4b\x94\x0f\x49\x97\x6f\xc2\x74\x8b\xb1\xf0\x5d\xb0\xb9\x11\x59\xe2\x3d\xb7\xd9\x1e\x89\xb9\x29\x4e\xc3\x5c\x4d\xc2\xc4\xb2\x94\x9a\x30\xf3\x21\x2d\x25\xc9\x9c\x58\xcf\x6b\xdf\xc4\x7a\x69\x6a\x5f\x1f\xed\x76\xd2\xd4\xbe\x89\x3d\xd0\x73\x66\x8f\xcc\xdc\x20\x1d\x64\xe6\xe6\x15\x0c\x8b\x66\x69\x2d\xaf\x24\x8c\xb9\x51\xba\x2f\xcc\x2d\xcc\x8d\xe6\x0b\x5b\x61\x6e\xe1\xbb\x94\x4c\xbe\xca\x77\xb5\x98\xfe\x52\x4e\xb6\x5e\x95\xff\x61\x70\xa9\x48\x7f\x15\xcb\xd0\x60\x98\xc9\x5c\x61\x9e\x06\xc3\x8a\xb0\x03\x76\xc0\xb4\xc7\xd0\x7d\x68\x30\xac\x09\x6b\x60\xd2\x55\x91\x5e\xea\x58\x60\x1b\xcc\xf4\x5c\xa7\xd8\xa7\xc1\xb0\x20\x2c\x82\x45\xb0\x28\x8c\x3d\x26\x32\x3b\xc9\xbc\x91\x6f\x23\x9f\x78\x55\x37\x67\xdb\xf7\x77\x92\x6f\xb3\xaf\x0d\x86\x49\xbe\x83\x5e\x6c\x70\xa9\xc8\xb3\xd4\x83\x2c\x07\x59\xbc\xe4\x3b\x13\x6c\x82\x99\xfe\x5a\xd4\xbe\x1a\x0c\x0b\xc2\x12\x58\x02\x8b\xc2\x0e\x18\xba\xf2\x26\x73\xcb\xd2\xb3\x06\xc3\xb2\xb0\x0d\x86\x5e\xbc\x9d\xa3\x15\xd6\x2b\xf7\x7a\x55\x58\x05\xab\x60\x76\x8e\xd6\x25\xb3\x06\x97\x4a\xb8\x84\xb1\x5e\x67\xbd\x60\xe7\x68\xdc\x51\xbb\xef\x28\xe8\x1c\x03\x59\x06\xb2\x84\xa0\x9c\xe0\xaf\xb1\xfc\xff\x0b\xef\xad\x6d\xb6\xdb\xf7\x76\x3a\xe6\xd1\x75\x69\x30\xcc\x8e\xd9\xa3\x96\xd6\x60\x58\x16\x36\xc1\x50\x65\xb0\x63\xf6\x24\x9a\x74\x4c\xaa\x04\x3b\x66\xcf\xa2\xb1\x06\xc3\x9a\xb0\x0a\xc6\xd1\xa3\x1d\xb3\x17\x5d\x83\x06\xc3\x9c\xb0\x0d\xc6\xd1\xa3\x1d\xb3\xe3\xe0\x34\x18\x16\x84\x15\x30\x68\x12\xa3\x30\x64\xb9\x29\x1b\x75\x8e\x31\xc0\x06\x98\xce\x81\x29\xf7\x9b\x8a\x51\xe7\x58\xa2\x93\x06\xc3\x74\x8e\xc5\xbe\xeb\xde\x57\xe7\x58\xec\xb1\x58\x4f\x81\xaa\xa3\xd3\x7e\xeb\x54\xe6\xdd\x77\x04\x43\xa7\x49\xf2\x6d\x74\xb0\xd1\x41\x92\x7c\x50\xb6\xdf\x94\x4d\x92\xef\x64\x30\xae\x5a\x41\xae\x1f\xce\x71\xee\x7d\x4d\xbe\xa1\x74\x85\xc1\xb0\x26\xac\x83\x71\x6f\x96\xb2\xb5\xc1\xbd\x8d\xfb\xde\xb2\xe9\x99\xd4\x89\xc1\x30\x2f\xac\x82\x21\x5f\x0e\xc2\x58\x2f\xdd\xeb\x45\x61\xac\x97\xee\xf5\x92\xb0\x0d\x86\xa9\x64\x3b\xc7\x20\x80\x8f\xfb\x7e\xb3\x64\x2e\xc8\x7c\x9b\x40\xd1\xbe\x04\xf0\x51\x58\xaf\x68\x3d\x78\x30\x6e\x1e\x28\x0c\x0d\xdc\xa3\x06\xc3\xb4\x1e\x2e\x6e\x74\xce\x51\xa4\x03\x02\xfd\xe8\xc8\xac\xb0\x39\x3a\x32\x77\xf6\x50\x38\x18\xb8\xc2\x71\xbb\x42\x25\x04\x03\xae\x8d\x9b\x43\x55\xfb\x0e\x64\xb9\xdd\x9e\x5c\xf5\x98\x9c\x6d\xa2\xfb\xa6\xb9\x13\x5d\x4d\xed\x4b\xd8\x1d\x93\x7d\xe7\x04\x93\xfe\xe0\xda\x58\x0e\x4c\xeb\x2d\xce\x41\xd8\xa8\x72\xd5\x83\xb0\xa1\xc1\x30\x9d\x77\x71\x47\xeb\xde\x43\xe7\x5d\x0b\x4c\xee\xb1\x3a\xe9\x74\x21\xb3\x0d\xc5\x55\xa6\x72\xdc\x75\xf8\x4c\xe2\x6d\x54\xba\x11\x45\x9e\x7a\xe0\x95\x07\x5e\xb9\xca\x53\x0f\xbc\xf2\xc0\x2b\x57\xa7\xe3\xee\x06\xc6\xd1\xe4\xbd\xc7\x66\xdb\xcd\x1e\xf2\xc0\x83\x2c\x43\x83\x61\xda\x17\x8a\x0f\x28\x5e\xe5\x6d\xc7\xe1\x68\xa7\x81\x69\x5f\x68\x3f\xf0\xde\x55\x9e\x75\x12\x11\xa7\xaa\x8d\x54\xe5\x45\x67\x8c\x60\xac\x27\xef\x38\x63\x05\xab\x60\x49\x58\x07\x43\x7d\x72\x6b\x53\x95\x45\x9b\x09\xf9\xe4\xd6\x66\x4a\x60\xa8\x5e\xee\x65\xa6\x02\x36\xc0\xb4\x5e\xba\xe7\xa2\x7a\xb9\x83\x99\x91\x2f\x5f\x60\x4e\x98\x07\x43\x66\x45\xf1\x99\x91\x39\x23\xb3\xdc\xc6\xc4\x4d\x4e\xdc\x64\x95\x3b\x98\x44\x9c\x49\xc4\xa9\x72\x07\x33\x0f\x30\x93\x25\x44\x45\xc9\x99\x91\x25\xdf\xb2\x80\xe9\xce\x67\xb9\xf7\x95\xae\x88\x4c\x93\xec\xa1\xca\xcc\x67\x69\x60\xe8\x5e\xe6\x3b\x31\xcb\x89\x59\x56\xe5\xdf\x13\xb3\x9c\x98\x65\xcd\x5a\x0f\xb3\x9c\x44\xb0\x5a\xa4\x83\xce\x1e\x1d\xfd\xc9\xcc\x67\xe7\x6c\x9d\x3d\x94\x57\x4f\x32\x46\x0d\x86\x49\xa7\x9d\x73\x10\xfd\x6a\x91\x2c\x64\xbd\x93\x48\x57\x65\xfa\x73\xc8\xb4\x26\x99\x47\x15\xc7\x27\x59\xc6\x9c\xe8\x40\xa6\x3a\x27\x3a\xc0\xb4\x9a\xcc\x72\x62\x46\x13\x33\x6a\x32\xad\xb9\x58\x4f\x95\x6d\x6a\xca\x6e\x26\xbc\x9f\x5b\x32\x37\x0f\x86\xcc\xf0\xbe\x89\xbb\x13\xde\xcf\x73\x7f\x27\x99\x0f\xe7\x38\x92\xa5\x29\x34\x2e\x5c\xf6\x82\xa7\x64\xcd\x4b\x15\x70\x5b\x70\xb2\x29\x34\x2e\x5c\xf6\x8a\xcc\x55\x18\x5c\x64\x23\x8b\x6c\xa4\xc5\xf8\xeb\xd1\x7e\x25\xa9\x4d\x83\x4d\x49\xc2\x12\x18\xc7\x54\x44\x5c\x50\x5b\x43\xcb\x99\xcf\x3a\xd0\x2d\x95\xdd\xfe\x82\xc5\x0b\x16\x93\xdf\x2f\x58\xac\xc1\x30\x9d\x08\x36\x2d\xd8\xd4\x64\x15\x0b\xe6\x2c\x98\xd3\x64\x15\x0b\x96\xac\x5e\xc1\x74\xca\xce\xbe\x38\xef\x26\x0b\x58\x38\xef\xd5\xef\xb9\x92\x65\xc8\xca\x34\xb8\xd4\x14\xe8\x16\x75\x8f\x06\xc3\xb4\xc7\x60\x8f\xc1\x71\x15\xe8\x16\xc9\xc3\x22\x79\x68\xb2\x80\x05\x9b\xd6\x40\xe3\x0a\x74\x6b\xa0\xf1\x79\xef\x21\x59\xa8\x67\x16\xb9\x6d\x53\x50\x5b\x24\x14\x6b\x72\x0e\x59\xc0\x22\x18\x2c\x82\x41\x93\x05\xac\x29\x46\x2c\x1c\x7f\x93\x05\x2c\x1c\xff\xc2\xc9\x37\x31\x7b\x2d\xe6\x12\xec\x9b\x02\xd8\x82\x4d\x4b\xb5\x41\xbe\xe4\x95\xe9\x61\xb4\xad\xfb\xc8\x97\x3c\xf0\xe6\x3e\x76\x4e\xc2\xa4\xd3\x8d\x57\xd1\x60\x58\x14\xd6\xc1\x3a\x98\xd6\x2b\xa2\x8b\x06\xc3\xb2\xb0\x00\x16\xc0\xb4\x07\xf5\xc7\x2e\xf7\x7a\x55\x18\xeb\x15\xd6\xd3\x7d\xec\x32\xc1\x26\x98\x13\xb6\xc1\x38\x87\xee\x83\x4e\x49\xdb\x9d\x73\xe8\x3e\x76\xe7\x1c\x3d\x83\x49\xbe\xde\xc0\xee\x3d\xb4\x2f\xdc\xd8\xe6\x34\x5c\xbe\xa4\xfb\x4d\x60\xdf\x83\x73\x48\xf7\x7b\xb0\x9e\x0d\x86\x69\x3d\x72\xea\x2d\x1e\xe4\x4b\x9e\x66\x93\x44\x6a\x30\x4c\x7b\xc0\x0d\x0d\x86\x35\x61\xec\x21\x6e\xe4\xab\x6a\x5f\xea\x9e\x3d\xd1\x7d\xd5\xbe\x70\x43\x4d\x1e\xc3\xa4\x7b\x92\x82\x3d\x91\x59\x9e\x6b\x93\x14\xec\x85\xcc\x4d\xeb\xc1\x0d\x0d\x86\x69\xbd\x85\xcc\x0b\x99\x9b\x74\x05\x5f\xf6\xb9\xe7\xea\x6c\x44\xdd\x7d\x24\x8b\x53\xcd\xb4\x0f\x67\x3b\x92\xc5\xa9\x16\xda\xd4\x47\x74\x95\xb2\x93\x37\xa3\xab\xd4\x8e\x22\x6c\x76\x8a\xba\x87\x08\x7b\xd4\xbb\xcb\x4e\x75\xca\xc1\x73\x9d\xc8\x7a\x81\xb9\xe2\xe9\xc9\xf7\x77\xa6\xd3\x43\xff\xe0\x58\x30\x72\xd9\xe9\x7e\x0f\x5c\xa3\xfb\x94\x9d\xee\x8d\xee\x53\x3b\xdc\x91\x93\xae\x0e\x77\x74\xe4\xf9\xb3\xbf\xc0\x26\xd8\x06\xb3\xb3\x1d\x12\xb2\xc3\x7d\x78\x25\x41\x87\xda\xf4\x28\x93\xc9\x5e\x19\xcf\xd9\xf2\x07\xe7\x88\xbb\x5e\x7e\xed\x9c\x0e\xc6\x7a\x16\xe9\xfa\xa5\x9e\x66\xbf\xe4\xa9\xb3\x3a\x6b\xfd\x52\x46\xd1\x2f\x25\xcd\xd9\x1b\x37\xfa\x95\xb2\xb0\x2c\x6e\xf8\xe6\x0c\x53\x3d\xd8\xe9\x52\xe5\x60\x59\x55\xbf\x64\x0b\x9d\x2e\x55\x0e\x5e\x7b\x74\xf6\x50\x42\x9b\x83\xe9\xb4\x5f\x4a\x68\xfb\x05\xef\x43\xd0\x7a\x9d\x7d\xe5\x73\x72\xb0\x4c\xa6\x5f\x93\x7d\xa7\x74\x1a\xb2\xf6\x58\xac\xa7\x42\x24\x87\x22\x4c\x85\x48\xbf\x36\xeb\x19\x87\x3a\x1d\xae\xee\x2c\xd1\x6f\xcd\x00\x55\x71\xdd\x29\xa3\x0f\xaa\xb0\xba\x53\x6a\xd3\x9d\x04\xb6\xf2\xb5\xd3\xdc\xea\x0e\x4a\x69\x21\xa5\x71\x0c\x6a\x52\x76\x77\x0a\x48\x31\xa4\x08\xa9\x20\xdb\x10\xdb\x8d\xe6\x57\x57\xf3\xcb\x9b\x93\xe9\xb4\xbe\xba\x1a\x51\xc1\xa8\xda\x69\x43\x75\xb5\x9c\xa2\x5d\x5c\xa7\xe1\xd4\x83\x55\x72\xd1\x4c\xb5\x07\xb5\x23\x7a\x30\x4b\x54\xeb\xae\xd3\x30\xea\x6a\x0e\x25\x33\x83\x4e\x6b\xa8\xab\x35\x94\xcd\x51\x75\x1a\x43\x5d\x0d\x9f\x62\xee\xb1\xd3\xee\xe9\x6a\xed\x28\xdd\xed\x34\x76\xba\x1a\x3b\xcd\xe8\xd5\x69\xeb\x74\xb5\x70\xe4\xcc\x3b\x0d\x9c\x4e\x03\xe7\xb2\xd8\xd0\xe9\xdf\x74\xfa\x37\xce\x12\xd3\x4e\xfb\xa6\x57\xb4\x68\xb9\x6f\xaf\x7c\x55\x0f\x8a\xcd\xbf\x1a\xc6\x7b\x63\x91\xa6\x45\x82\xb9\x9a\xde\x58\xa4\xdd\x8d\x55\x5b\x97\x6e\x7d\xbf\x4b\x67\x4b\x63\x3b\xcd\xfa\xde\xef\xa0\x61\x13\x07\x5f\x51\x58\xe5\x66\x14\xa1\xae\xea\x43\x5f\xa9\xdc\xec\xe4\xd8\x9d\x3c\x4f\x29\x6c\x27\xcd\xeb\xa4\x33\x4d\x9c\x9e\x67\x03\xe9\x6a\x45\xd5\xc5\x44\x85\x79\x7f\x59\x19\xd3\x17\x13\x15\xb9\xbc\x1c\x74\x27\x70\x75\x9a\xe5\x4e\xdc\x25\x06\x74\xf9\x21\xef\x65\x1e\xb8\xa1\x2e\x17\xe1\x83\xe5\x5e\x1d\x0f\xd1\x8f\xb1\xde\x07\x73\x10\xfd\x2c\xbe\xba\x85\xf0\x4f\xcf\x83\x0e\xf3\x90\xad\xf9\x68\xee\x7a\x60\x6a\x43\x8d\x5e\x9f\x2c\x9f\x1a\x58\xc1\x10\xc1\x7d\x36\x47\x35\x60\xf8\x80\xab\xd9\x4c\x63\x40\xd6\x01\x59\x8b\xb9\xdb\x01\x5b\x87\xd8\xea\x95\xa3\x0f\xe8\x3a\x44\x57\xaf\x84\x67\xc0\xd7\xa1\x86\x66\xb8\x8c\xc2\x03\x7a\x0e\xd1\x33\x38\x53\xce\x80\x9f\x23\xc2\x7c\x53\xce\x80\xa0\x43\x04\x0d\xde\x94\x33\x60\xe8\x10\x43\x83\x7c\xc7\x80\xa2\x43\x14\x0d\xd1\x94\x33\xe0\xe8\x10\x47\x43\x34\xe5\x0c\x48\x3a\x44\xd2\x90\xcc\x61\x0d\x48\x3a\x44\xd2\x90\xa3\x4d\x84\xa4\x43\x24\x0d\xea\xff\x0c\x48\x3a\x44\xd2\x50\x9a\x4d\x84\x85\x43\x2c\x0c\xd5\x1c\xc9\x80\x85\x43\x2c\x0c\xcd\x72\x88\x01\x0b\x87\x58\x18\x2f\xb3\xf7\x01\x0b\x87\x58\x18\x9d\x79\xe6\x01\x0b\x87\x58\x18\xfd\x65\x2a\x84\x85\x63\x58\xbc\x8c\xde\x2a\x8b\x31\xf4\xca\x30\x44\x4c\x1e\x28\x06\xc4\x1c\x22\x66\x94\xd7\x1b\x10\x73\x88\x85\x31\x4a\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x6c\xcb\x8e\x63\x96\x72\x76\xf2\x40\x5e\x3b\x02\x05\x41\x5a\x2b\x5b\xa1\x3f\xe0\xea\x10\x57\xa3\x7a\x59\x03\xae\x0e\x71\x35\x56\x8b\x84\x03\xae\x0e\x11\x33\xd6\x56\x9e\x9e\x27\xc4\x9c\x22\x66\x6c\x16\x2b\x26\xc4\x9c\x22\x66\x52\x6a\x36\x21\xe6\x14\x31\x93\x33\xb7\x3a\x21\xe6\x74\x96\xf9\x24\x6f\xa5\xc9\x74\x2a\x9d\xa6\xb8\x9a\xbc\xc5\xf2\x09\x57\xa7\xb8\x9a\x82\x69\x75\xc2\xd5\xe9\x2d\xfd\x48\x7a\xa7\x99\x7e\x0e\xa0\xa1\x89\x4e\xd0\x14\xa4\xb5\xa2\x96\x87\xd1\x33\x58\x15\x9b\xa2\x79\xfb\x19\xd4\xd7\x9b\x22\x79\x8a\xa6\x89\x09\xc9\x67\x18\xf5\xe3\x23\x25\x2f\x48\x09\x14\x43\x4a\x49\x6b\xa9\x4f\xc9\x90\x92\x59\xc7\x94\x1b\x7f\x9e\xb2\x8e\x94\xcc\x0d\x4f\xac\x63\x46\x2b\x4c\x52\xf6\xf6\x55\x54\x70\x65\xa0\x47\x3e\xa3\x4a\x95\x89\x8b\xcf\x51\x13\x11\x42\x36\x94\xb2\x65\x5d\x13\x1b\x9a\xb2\xa1\x54\x2c\x5a\x4c\x6c\x68\xca\x86\x52\xb5\xca\x6b\x62\x43\x33\x13\x2e\x42\x78\x7a\x9e\x90\x7c\x36\xcb\x6c\x52\xd3\x19\x9b\x7a\x06\x0c\xd9\x02\xe1\x6c\x7a\x9f\x9c\xcd\xaa\xef\x7c\x49\xcf\x4d\xcf\x84\x53\xc6\x91\x2f\xa3\xc4\xc4\x38\x66\xb3\x28\x95\x2f\x2b\xbd\x67\x53\x27\x89\x21\x5f\x01\xe8\x08\xb2\x6a\x92\x54\x70\x36\xb5\xbb\xa7\xac\x2a\x3b\x33\xc7\x89\x55\x4d\x59\x55\x76\xc9\x24\xc5\xaa\xa6\xba\x84\xd9\x3b\x13\xa2\x2b\xf8\x32\x90\x8e\xcd\xae\xe8\x3b\x65\x7b\x59\xef\x7e\x13\xdb\x9b\xb2\xbd\x2c\xab\x9a\xd8\xde\x1c\x7c\x65\xe1\x6d\x62\x68\x53\x86\x96\xa3\x85\xb7\x89\xa1\xcd\x49\x2c\xb5\xf0\x36\x31\xb4\x29\x43\xcb\xd9\xc2\xdb\xc4\xd0\xa6\x0c\x2d\xe7\x6a\x13\x31\xb4\x29\x13\xca\xc5\xe2\xd7\xc4\x84\xa6\x4c\x28\x57\x8b\x5f\x13\x13\x9a\x32\xa1\xdc\x2c\x7e\x4d\x4c\x68\xca\x84\xca\x65\xf1\x6b\x61\x42\x4b\x26\x54\x2e\x8b\x5f\x0b\x13\x5a\x32\xa1\xe2\x2c\x7e\x2d\x4c\x68\xc9\x84\x8a\x37\x12\x2e\x4c\x68\xc9\x5e\x8a\x72\xb2\x85\xbd\x2c\xd9\x4b\x89\x57\xfd\xd5\x48\xbc\x30\xa7\x25\x43\x29\xb1\xd8\xba\x18\xca\x0a\xe4\x13\x56\xa7\x2c\xac\x62\x89\xdc\x45\x94\x59\x90\x7b\x89\xb6\x45\xaf\x10\x0b\xda\x2e\xd1\xb6\xa8\x23\xb9\xa0\xed\x22\x37\xa9\x16\xb8\x16\xb4\x5d\xa2\x6d\x51\x23\x60\x41\xdb\x25\xda\xd6\xcb\x02\xd7\xc2\xf5\xaf\x6c\x36\x5d\x2f\x0b\x5c\x2b\xcb\xa6\x19\x6a\x31\x62\xad\xac\xfa\x73\x65\x12\x1d\x53\xfa\x22\x40\xac\x62\xa5\x7a\x75\x4d\x90\x2a\x39\x86\x5a\x6b\x13\x34\x80\x6c\x22\xea\x24\x8c\x2c\x85\x91\xea\xcd\xf5\x2f\xc2\xc8\x52\x18\xa9\xc1\x5c\xff\x22\x8c\x2c\x85\x91\x1a\xcd\xf5\x2f\x2c\x6c\xc9\x52\x6a\x32\xe3\x59\x58\xca\x12\xe1\x6b\x32\x27\xb5\x20\xfc\x12\xe1\x6b\xb6\x8a\x61\x41\xf8\xd5\x97\x41\x7a\x78\x59\x5d\x2d\x4d\x86\xea\xa4\x9c\xbe\x99\xa8\xb5\xf4\x88\xba\x20\xfc\x12\xe1\x6b\x35\xc7\xb2\x20\xfc\x1a\x96\x65\xd7\x5a\x83\xa0\x22\x48\x13\xab\xd5\x5f\x0b\x1b\x58\xb2\x81\xaa\xd2\x7c\x61\x03\x4b\x36\xd0\x2e\x8b\x9e\x0b\x1b\x58\xb2\x81\x26\x73\x5d\xd8\xc0\x52\x01\xdf\xf4\xce\xb8\x96\xea\x2c\x86\x76\x49\x2e\x4a\xfa\x25\x4b\x69\xfa\xcd\xc0\xc2\x52\x96\x2c\xa5\xa9\x98\x58\x58\xca\x92\xa5\xb4\x60\x01\x62\x61\x29\x4b\x96\xd2\xa2\x05\x88\x85\xa5\x2c\x59\x4a\x4b\xe6\xc1\x37\x96\xb2\x65\x29\x2d\x5f\xc9\x20\x7d\xb5\x65\x29\x2d\x5b\xfd\xbc\xb1\x94\x2d\x4b\x69\x7a\x07\xd8\x58\xca\x96\xa5\x34\xf5\x61\x37\x96\xb2\x65\x29\xad\x59\x86\xbe\x31\x85\x2d\x53\x68\xcd\xbc\xee\xc6\x14\x36\xef\xc4\x97\xea\xe9\x8d\x2d\x6c\xde\x75\x2f\x67\x3e\x6f\x63\x0c\x9b\x37\xdc\xcb\x9b\xe3\xdd\x58\xc3\xe6\x0d\xf7\xd2\xef\x40\x36\xe6\xb0\x79\x9b\xbd\x82\xdd\xc9\xc6\x1e\x36\xef\xb0\x97\xde\x52\x37\x06\xb1\x79\x87\xbd\x92\x95\x1d\x1b\x8b\xd8\xbc\xb9\x5e\x7a\xb1\xdf\x90\x7d\xdf\x29\x7b\xb1\x5a\x72\xc3\xe3\x4d\xce\x7e\x15\xab\xfd\x36\x44\xde\x24\xed\x57\xcd\xa6\x4d\x98\xbc\xab\x7a\x14\x97\xba\x7e\x9b\xf7\xd5\x4d\x26\x7f\x35\x4b\x3d\x36\xf4\xde\xbc\xfb\xb9\x4b\xaa\x6a\x7a\xf4\xd8\xe4\xef\xee\xb2\xba\x6c\xc3\xf9\x4d\x02\xef\x2e\xa3\xe0\x86\xf4\x9b\x0c\xde\xb9\x62\xeb\xc1\xfa\xdd\xef\x9a\xc2\x22\xcb\x86\xd0\x9b\x47\x19\x17\xcc\xd1\xef\xa1\x77\xec\x4d\x5e\xef\x82\x2e\x12\x96\xef\xa1\x37\x52\x17\x8c\x87\x7b\x9c\x1b\x73\xc8\x9c\x85\x79\x30\xcd\x8d\x46\xf4\x0d\xf7\x37\x15\x80\x8b\x46\xc5\x0d\xf9\xf7\xd4\x43\x83\x4b\xc6\xc5\x3d\xf5\xd0\xc0\x60\x67\x0b\xc2\x8e\x30\xd6\xcb\x56\x52\x6d\xac\x64\xd3\xff\x73\x59\x77\x84\x99\xec\xa5\x8e\xb0\xd3\x1b\xf3\xa6\xff\xb7\xe9\x73\x39\xbd\xeb\x6e\xac\x62\xd3\x33\x72\x7a\x30\xd9\x98\xc5\xde\xfa\x0d\x81\xab\xe2\xf2\x56\x67\x96\xc1\x79\xa5\x6f\x7b\xeb\x77\x05\x9b\xfe\x86\x93\x03\xdd\xd8\xcf\xa6\xf7\xe0\xd4\x27\xdc\x18\xd0\xa6\x07\xe0\x2f\xbb\xdf\x83\x05\x9d\x4b\xad\x52\xef\x5c\x35\x4c\x29\x09\x83\xc9\xdc\x84\x15\x61\x14\x79\xce\xee\xe8\x60\x6a\xe7\x52\xdf\xc7\xbb\x2a\x4c\x99\x17\x83\xdd\x91\x13\x36\x85\xb1\xaf\xf2\xb8\x83\x4d\x1e\xa7\xbe\x9e\xf7\xa6\xd3\xe3\x72\x00\xeb\x9c\xad\x09\x1b\x60\x3a\x6f\xd6\xbe\x4e\x89\xc8\xb9\xcb\xf6\xe0\x8a\x61\xc8\xc2\x2f\x50\x7c\xb0\x88\x71\xb0\xe8\xe3\xd5\xa7\xf1\x31\xd8\x5c\xaf\x3e\x21\x83\xf3\xc5\x38\x79\xbc\x7a\x37\x87\x5f\xaa\xf8\x58\xf4\x1d\xeb\x79\x75\xde\x7d\xb4\x52\xe0\x78\xf5\x45\x0f\xbf\x25\xf1\xc9\x6c\xe1\xe0\x0f\x4e\xd0\x6f\x17\x7c\xaa\xc2\xf4\xfa\x70\xf0\x11\x5e\xf5\xc7\xc1\x47\x1c\x7c\x84\xcf\x16\x5f\x0e\x3e\xe2\x44\xf5\x31\xbd\x1e\x73\x4f\xd4\xaf\x70\x0e\x7e\xc3\x17\x4b\xe2\x0f\x7e\xe3\x44\xf5\x8c\x7c\xbd\xda\xff\x0d\xe2\xc9\xff\x32\x86\x9f\xa8\x8e\x30\x83\x49\x9a\x85\xb1\xb2\xde\x99\xbc\xde\x94\x4e\x94\x7b\x3e\x78\x24\xdf\x2e\x93\x0a\x8f\x74\xf0\x48\x5e\x6f\x09\x07\x8f\x74\xd2\xfd\x9d\xa5\x4a\x07\x8f\x74\xb2\x6e\x30\xa8\x1b\x7a\x32\x37\xa8\xc1\xe6\x82\x45\x61\x54\xf6\xea\xdc\x1d\x3c\xd7\xc1\x73\x05\x75\xe9\x0e\x9e\xeb\xe0\xb9\x82\xb2\xbd\x83\xe7\x3a\x78\xae\xe0\x2d\x5b\x38\x78\xae\x83\xe7\x0a\x41\xcc\xc1\x73\x1d\xbc\x54\x88\xba\x7d\xbc\xd4\x91\x63\x72\x21\xe9\xf6\x9b\xba\xba\xe7\xee\x32\xa4\xaa\xef\x98\xdb\xec\x72\x5d\x48\x96\x6e\x9d\xa6\x2e\x27\x83\x7d\x97\x84\x25\x30\xd3\x69\xc8\xd2\x5f\x53\x87\x8a\xc1\x51\x69\x9e\x36\xd9\x43\x5d\xce\x90\xd9\x57\xcf\xec\xa7\x2d\xe6\x9a\x85\x1e\x3c\xe1\xe9\x77\xb7\x4c\x7a\xc1\x13\x9e\xbb\x99\x11\x93\x59\x23\x9e\xf0\xdc\xdd\x0c\xd5\x11\x07\xaf\x77\x78\xae\xcd\xf2\x3e\x87\xe7\xda\xc3\x33\x6c\xce\x11\x6c\x0b\x63\x3d\x35\x87\x0e\x5e\xef\x4c\xfd\x1a\x31\xeb\x17\x33\x67\x2a\xdb\x3f\x33\xea\x3b\xfd\x4a\xe5\x4c\xbd\xc5\x30\x54\x15\x26\x67\x26\xa6\xea\xad\x25\xeb\xc7\x27\x47\x6f\x8a\xcf\x87\x67\xbf\xac\x1f\x9a\x1c\x9e\xfd\xce\x94\x51\x64\xfd\x3a\xe2\x4c\x05\x88\x83\xb3\xcd\xfa\x15\xc0\xc1\xd9\x9e\x39\xd4\xa8\xd4\x2b\xfb\x99\xaa\xad\x18\x62\x8c\x92\x44\xb5\xd5\x99\xfa\x81\x43\x56\xc2\x73\xa6\x1a\x63\x67\xd2\x07\x2c\x4d\xa2\x6c\xb6\xd5\x6f\x68\x32\x0c\x9f\x9b\x53\xa0\x01\xd5\x44\x07\x3f\x7d\x96\x5e\x4d\x73\xb5\xc4\xee\xe8\x69\xea\xf9\xe0\xbb\x73\xb5\xaa\xfb\xe0\xbb\xcf\xa2\xe7\xac\xdf\x84\x9d\xa5\x9e\xf3\xb9\xdf\x28\x9a\xc5\x9b\x83\xef\x3e\xfa\x19\xa5\x2b\xfa\x5d\xd7\xd9\xea\x8f\x1e\x3d\x23\xb8\xa2\xb7\x87\xb3\xf5\x66\x74\xf0\xf1\x45\xfd\xfe\x83\x8f\x3f\x6a\xfb\xbb\x72\x59\xba\x7d\xd4\xfc\xbf\x07\x5f\xb5\x83\x0a\xe1\xb3\x15\x95\x8a\x3a\xf1\x67\x6f\x76\xd5\x1b\x5d\x71\x41\x33\x39\x2d\x91\xa0\xb8\x5f\xbc\x9f\xd9\xff\x7f\xe9\x6f\x4f\x3f\xff\xe2\x77\xfe\xf8\xfe\xbe\x5f\xbe\xe9\xd7\xc5\xfa\x55\xef\x63\xed\xf3\xf9\x65\xff\xfc\x4b\xe5\xb7\xd7\x37\x9b\xa5\xff\xfe\x3b\x00\x00\xff\xff\xa0\x76\xd7\x85\xd5\x2c\x00\x00"); -func _bgea ()([]byte ,error ){return _c (_afdc ,"Adobe-CNS1-UCS2")};func _ggb ()([]byte ,error ){return _c (_cega ,"Add-V")};var _bdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x41\x8b\xe3\x46\x10\x05\xe0\x7b\xff\x8a\x3e\x6e\x0e\x1b\x77\x55\x75\xb7\x5a\x20\x06\xc2\x0c\x0b\x26\x6c\x36\x64\x32\x49\x20\xe4\xa0\x91\x5a\x83\x20\x96\x84\x6c\x1f\xe6\xdf\x87\xaa\x67\x4f\x60\x0f\x8b\xd7\xcf\xad\xb2\xfc\xbd\xe9\xd6\xe1\xf1\xf8\x74\x5c\xe6\x8b\x3f\xfc\xba\xaf\xc3\x73\xbd\xf8\x69\x5e\xc6\xbd\x9e\xd7\xeb\x3e\x54\xff\x5a\xdf\xe6\xc5\x39\x62\x3f\xce\xc3\xe5\xfe\xd6\x5e\x86\x53\xbf\x39\xa7\xd7\x3f\xbf\x9f\x2f\xf5\x74\x5c\xa6\xd5\x0b\xd6\x8d\xd7\xed\xb6\xd6\xfb\xc3\x6f\xf5\x6d\x3e\x5f\xf6\x77\xff\xe9\xa7\x71\x7d\xad\x3f\xf8\xb1\x4e\x9a\x7f\xdb\xc7\xba\xcf\xcb\x9b\xff\xf4\xf3\xba\xd7\x9e\x3e\x3e\x78\xbe\x6e\xdb\xbf\xf5\x54\x97\x8b\x27\xcb\xea\x32\xda\xab\x3b\x3c\x7e\xed\xb7\x5f\xfa\x53\xf5\x07\x9b\xf5\x19\x57\x7e\xc6\x32\xfb\xf4\x8f\xba\x9f\xe7\x75\xf1\x14\x7e\x0c\x21\xff\x9f\xff\xfe\xbe\xd5\xdb\x38\x77\x78\x39\x3e\x7d\x9b\xa6\x73\xbd\x78\x91\x80\x35\x7f\xbd\x1c\x9f\xfc\xdf\xe4\x29\x78\x4e\x91\xca\x3f\xb7\xa5\x7f\x7e\x5d\xc7\xea\xc3\xfd\xfb\x8f\x4f\x8f\xeb\x55\x6f\xac\x50\x4a\x08\x09\x3f\x75\x58\xc7\x7a\xde\xfa\xa1\xee\xfd\xf2\x56\x9d\xf7\x5d\x08\x21\x3c\xf8\x2e\xe6\x2f\x5f\x1e\xf4\x37\x7c\xb7\xc2\x35\xf7\x2b\xe7\x11\xc9\xfd\x8a\x10\xa6\xe9\xc1\x07\xd7\x05\xc2\x7b\xd2\xf7\x9c\xb2\xeb\x02\x23\x61\x4d\x12\xb1\xeb\x82\x20\x11\x4d\x9a\x5c\x5c\x17\x22\x92\xa8\x09\x05\x8e\xae\x0b\x09\x51\xb2\x88\x8b\xce\xce\x88\xb2\x45\x49\x74\x78\x83\xa8\xb1\xa8\x69\x75\x7a\x41\x54\xec\x0e\x42\xd4\xf1\x2d\xa2\xd6\x22\x09\x3a\xbe\x47\xd4\xdf\xee\x53\xc7\xbf\x22\x7a\xb5\xa8\x90\x8e\x1f\x10\x0d\x1a\x49\x68\x74\xfc\x88\x68\xb4\x48\x58\xc7\x57\x44\xd5\xa2\x54\x74\xfc\x84\x68\xb2\xa8\xc4\xe0\x3a\x82\x14\x99\x54\x0c\x6d\x76\x1d\x01\x8b\x0c\x2b\x4a\x62\xd7\x11\xb4\xc8\xb4\x62\x0e\xc5\x75\x04\x2e\x32\xae\x58\x72\x74\x1d\xc1\x8b\xe2\xcd\x54\xc7\xc3\x8b\xcc\x2b\x49\xa3\xe3\xe1\x45\xe6\x95\xb2\xe8\x78\x78\x91\x79\xa5\x52\x74\x3c\xbc\xc8\xbc\x32\x45\x1d\x0f\x2f\x32\xaf\x1c\x83\x8e\x87\x17\x99\x57\xce\x5a\x2c\xc1\x8b\xcc\x2b\xb7\xda\x2c\xc1\x8b\xcc\xab\x21\xad\x96\xe0\x45\xe6\xd5\x44\xad\x96\xe0\x45\xf5\xd6\xbf\x8e\x87\x17\x99\x57\xd3\x6a\xb5\x0c\x2f\x36\xaf\x42\x5a\x2d\xc3\x8b\xcd\xab\x44\xad\x96\xe1\xc5\xe6\x55\x1a\xad\x96\xe1\xc5\xe6\x55\x5a\xad\x96\xe1\xc5\xe6\xd5\xb2\x56\xcb\xf0\x62\xf3\x6a\xa3\x56\xcb\xf0\x62\xf3\x6a\x1b\xad\x96\xe1\xc5\xe6\xd5\xb6\x5a\x2d\xc3\x8b\xcb\xfd\x6f\x55\xe7\x03\x8c\x5b\x64\x51\xcb\x65\x88\x71\x8f\xac\xd1\x76\x19\x64\x6c\x64\xda\xbe\x7e\x05\xcc\x78\x40\xc6\xda\x2f\x03\x8d\x47\x64\x49\x0b\x66\xa8\x71\x45\xd6\x68\xc3\x0c\x36\x9e\xb0\x49\x82\x56\x2c\x70\x93\x80\x8c\xb5\x63\x01\x9c\x10\xb2\xa4\x25\x0b\xe4\x84\xef\x1b\x2c\xb8\x4e\x40\x27\x46\x47\x12\xb4\x66\x81\x9d\x60\x6f\x8a\x68\xcf\x02\x3c\xc1\xe6\x94\xa4\x45\x0b\xf4\x04\xbb\x53\x8a\x36\x2d\xe0\x13\x6c\xcf\x18\xb4\x6a\x81\x9f\xc0\x2f\x8a\x76\x2d\xf0\x13\xf8\xc5\xa4\x65\x0b\xfc\x04\x7e\xb1\x68\xdb\x02\x3f\x81\x5f\x22\xad\x5b\xe0\x27\xc3\xfd\x54\xd0\xef\x80\x9f\xc0\x2f\x65\x2d\x5c\xe0\x27\xf0\x4b\x45\x1b\x17\xf8\x09\xfc\x32\x69\xe5\xf1\x76\x06\xc2\x2f\x8b\x76\x1e\xe1\x17\xe1\x97\xb3\x76\x1e\xe1\x17\xe1\x97\x8b\x76\x1e\xe1\x17\xe1\xd7\x90\x76\x1e\xe1\x17\xe1\xd7\x44\xed\x3c\xc2\x2f\xc2\xaf\xc9\xda\x79\xcc\xb7\xb3\xb7\xf6\x38\xca\x82\x9d\xc0\xf7\x93\x56\xff\xaf\xcf\xaf\x8f\xe7\xc9\x70\xdd\xf7\xba\x5c\xec\xe9\x65\xcf\x0b\x3d\xdb\xe7\xa5\x7e\x3c\x09\xb7\x75\xd3\xab\xec\xdf\x7f\x01\x00\x00\xff\xff\x4b\x22\x59\x16\x35\x07\x00\x00"); -func _dbbfa ()(*asset ,error ){_aefd ,_gaga :=_ggbd ();if _gaga !=nil {return nil ,_gaga ;};_bded :=bindataFileInfo {_dae :"NWP-V",_fb :1293,_ae :_be .FileMode (436),_g :_a .Unix (1580492618,0)};_ddfc :=&asset {_dd :_aefd ,_ef :_bded };return _ddfc ,nil ; -};func _fcad ()([]byte ,error ){return _c (_afbb ,"UniJIS2004-UTF16-V")};func _gcg ()([]byte ,error ){return _c (_ee ,"78ms-RKSJ-V")};func _ffc ()(*asset ,error ){_cecfc ,_ggbe :=_acf ();if _ggbe !=nil {return nil ,_ggbe ;};_bdac :=bindataFileInfo {_dae :"Adobe-CNS1-2",_fb :1781,_ae :_be .FileMode (436),_g :_a .Unix (1580491179,0)}; -_ebe :=&asset {_dd :_cecfc ,_ef :_bdac };return _ebe ,nil ;};var _fegb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xef\x25\x39\x72\xee\xb7\xef\x4f\xf1\x5f\x5e\x2f\xec\x39\x49\xc6\x0b\x09\x34\x0a\xf0\x95\x2e\xae\x67\x21\xc9\xb0\x24\xdb\x80\xe1\xc5\x79\xc9\x33\x68\xc0\xd3\xdd\xe8\xe9\x59\xe8\xdb\x1b\xf9\xfb\x9d\xb1\x21\xfb\x02\xa5\x45\xe1\xa9\x8a\xca\xcc\xc3\x64\x46\x04\x83\x8c\x87\xc1\x3f\xfc\xdd\x1f\xff\xfe\x8f\x3f\xff\xf4\xfb\xd7\x1f\xfe\xe7\xdf\x7e\x79\xfe\xf3\xf9\xfb\xd7\xfb\xa7\x9f\x5f\xbf\x9d\x7f\xf9\xe5\xaf\xbf\x3d\xcf\xaf\xc7\xf9\xa7\x9f\x7e\xfe\xe1\x87\x63\x7c\xbd\x7e\x7a\xfe\xfe\xb7\x7f\x02\xcf\x3f\xdf\x7f\xfd\xe1\x87\xeb\xfe\x7f\xfe\xb7\xbf\xfc\x7e\xfe\xf9\x8f\x3f\xbf\x7f\xf9\x9a\x5e\xf7\xfa\xeb\xaf\x9f\x6b\xbf\xbe\xfe\xf0\xbf\x9c\x7f\xfa\xe9\x2f\xbf\xff\xf6\x6f\x5f\xff\xe9\x7f\x7c\xfd\xf2\x38\xff\xbb\xaf\xd7\xf9\xbe\xe4\xff\xf4\xdb\xeb\xfc\xed\xa7\x9f\xff\xf4\xf5\x9f\xfe\xeb\x7f\x3e\xfe\x1f\xe9\x3f\xff\xf5\xd7\x5f\xff\xaf\xf3\xcf\xe7\xcf\xbf\x7f\x1d\xc8\xce\x9f\x5f\xe0\x0f\x7f\xf8\xbb\x7f\xb8\xff\xfa\x8f\xf7\x3f\x9f\x5f\x7f\xf8\xaf\xff\xf9\x5f\xfe\xfb\xff\x09\x29\xc2\xff\xf5\xfc\xed\x2f\x3f\xfd\xf2\xf3\xd7\x71\xfb\x1f\x6e\xb7\xfa\x7f\xe5\xff\xf2\x6f\xbf\x9e\x9f\xa7\xfc\xf0\x87\x7f\xfd\xe3\xdf\xff\xd3\xfb\xfd\x97\xf3\xf7\xaf\x5c\x37\xaf\xf9\xdf\xff\xf5\x8f\x7f\xff\xf5\x7f\x1c\x5f\xc7\xed\x6b\xe4\xec\xf1\x7f\x7e\x2e\xfd\xdf\xfe\xe1\x97\xd7\xf9\xe5\x45\x3f\x1c\xbe\xc9\xf3\x97\xd7\xf9\x97\x5f\xef\xcf\xf3\xb7\xfb\xcf\x7f\x3a\x7f\xf8\xfa\xfa\x71\x1c\xe3\xf8\xf6\xf5\x63\xff\x97\xfe\x2f\xdf\xae\x56\xfe\x7f\xae\xf8\xe1\xb8\xdd\x3e\xb7\xfe\xf4\x52\xf4\xb7\x5b\xc6\xd1\xe7\xb7\xaf\x5d\x3f\xfc\x38\xc6\x44\x30\x6a\x7c\xfb\x3a\xf6\xed\x92\x54\x2a\x39\xbf\x7d\x8d\x40\xd2\x5e\xd3\xcf\x6f\x5f\x23\x2f\xc9\xf4\x31\xf3\x7a\xcc\xa8\xf1\xc3\x8f\x23\x94\x44\xcf\x6f\x5f\x33\xaf\x27\xa7\x92\xec\xfa\xf6\x15\x73\xff\xf0\xe3\x28\x25\x35\xd7\xb7\xaf\x1c\x79\x49\x42\x49\xe7\xb7\xaf\x8c\xeb\x9a\xf6\x9a\xbe\xfe\xa3\x6e\xd7\x93\x3b\x95\x5c\x8d\xa8\x79\xdd\xb5\xbc\x66\xc5\xed\xdb\x57\xd5\xba\x24\x41\x9b\x57\xdd\xbf\x7d\xf5\xed\x6a\xe1\x1e\x71\x49\x76\xbd\xbf\x7d\xf5\xbc\xae\xb9\x7b\xd7\xfd\x6a\xf3\x3a\xe2\x87\x1f\xc7\x43\xc9\xe3\x7a\xce\xbe\xad\x1f\x7e\x9c\x37\x24\xf3\x36\xfa\xdb\xd7\xbe\xde\x7d\xde\xc6\x52\xb2\xbe\x7d\x75\x1f\x8d\x68\x2b\xda\xd7\x45\xde\x76\x57\x72\xe7\x22\x45\x0f\x45\xcf\x6f\x5f\x3b\x7d\xd2\x4b\xc9\xc9\x45\x1b\xd1\x1b\xd1\xd5\x21\x3b\xe3\x92\x4c\x9f\x7d\x41\xf7\x38\x10\xf9\xf0\xf9\xbe\x3e\x59\x5e\x92\xab\xc1\x1f\xe8\x1e\x03\x91\x0d\xcf\xf1\xed\x6b\x37\x92\x9c\x4a\x26\x17\x4d\x44\xa1\x28\xbe\x7d\xed\xcd\xb3\x33\x95\x24\x17\xd1\x82\x2c\x45\xd7\xdb\x6d\x6f\xb3\x01\xc9\xdb\x0d\x5a\x90\xbe\xdd\x05\x7b\xf3\xbe\xf9\x54\xf2\xe4\xa2\x42\xe4\x0b\xd7\xfc\xf6\x75\xdc\x6e\xf4\x41\xd9\x82\x0b\xba\x07\xbd\x59\x36\xa1\x1e\x5c\xc5\xb3\xca\x67\xd5\x8b\xab\x14\x9d\x8a\xce\xeb\x2a\x3f\x43\xd9\x79\x7c\xe1\x9e\x3c\xbe\xed\x98\x1e\x5c\x45\x17\xb7\xdd\xd0\x74\xc3\xe4\xa5\xdb\x46\x5c\x8a\x79\xdc\xec\x99\x6e\x45\xcd\x55\xf4\x5f\xfb\xe1\x2f\x38\x6e\x36\xb5\xfd\x38\xcd\xc7\x99\xde\x68\xdf\x34\xed\x1a\xd7\x2f\x6a\x62\xf3\xb8\x14\xf0\xb8\xcd\x40\x94\x8a\x8a\x1b\x15\xb5\xa2\xbe\xae\x42\xd5\x0e\x55\xed\x50\xd5\x66\x21\xda\x8a\xee\x5c\x35\x10\x3d\x14\x3d\xb8\xaa\x11\xd1\x5f\xc7\x65\xca\xc7\x2d\xae\x0f\x74\xcc\xa1\x68\x70\xd5\x42\x34\x15\xf1\x39\x92\x67\xcd\x50\xc4\xe7\x9f\xb4\x7e\x96\x22\x3a\x27\x7d\x96\x4d\x55\x27\xe3\x40\xc4\x6b\x1f\x97\x06\x1e\xb7\xe4\x46\x35\x10\xe8\x0e\xde\x31\x6c\x44\xec\xeb\xaa\xa2\xa9\xf1\xb9\x11\x5d\xb2\xa9\xe1\x0b\x05\x5d\xd8\xbc\x76\xf0\x69\x8f\x44\xc1\x03\x51\xfa\xf8\xe4\x1d\x17\xad\x4f\x1f\x9f\xbc\x23\x86\x78\xa8\xf4\x47\xd2\xf7\x8b\x46\xa8\xe2\x87\x2a\x1e\x34\x55\x15\x3f\x92\x5f\x5c\xb4\x2b\xfd\xc5\xa2\xf5\xd8\xeb\x51\x3e\x5e\xf5\xdd\xdc\xa8\xfa\x1e\xaa\x6f\x4e\x44\x3e\xbe\xae\xfe\x3a\x6e\xb4\xab\xec\xaf\xe2\x3b\x62\xd6\x47\xf9\x1d\x2f\x38\x8e\x1b\x2f\x54\xf6\x04\x2e\xab\x53\x91\x3d\x71\xe9\xfd\x71\x60\x0a\x87\x7a\x0f\x74\x27\x4d\x55\xef\x8f\x4b\xd7\x8f\xe3\xe0\x17\xdb\xce\x69\x5b\xcf\x8d\x6d\xeb\x2f\xbd\x3f\x8e\x83\x8e\x56\xef\x0f\x95\xdc\x8f\xa6\x92\x1f\x97\x67\x3f\x0e\xdc\xcd\xd1\x2f\x45\x18\x5f\xf1\x8e\x6d\x23\x50\xf2\x03\x53\x18\x2a\xf9\xb8\x14\xfb\x38\x30\xd1\x31\x4a\x11\x8f\xaf\x40\xb4\x14\x5d\xb6\x7d\x5c\xbe\x7b\x0e\x75\x15\xe8\xae\x42\xc4\x2f\x8e\x4b\x19\x8f\x03\x53\x18\x33\x15\xf1\xd1\xd0\x9c\xa1\x62\x8e\xcb\x57\x1e\x07\xdf\x71\xe8\x2c\x87\x8a\x59\x34\x42\xc5\x1c\x41\xbb\xf8\x42\x23\xbc\x31\x30\xbe\xe2\xc6\x68\x45\x74\xb4\x8d\x08\xde\x71\x24\xad\x6f\x1a\x91\xb6\x3e\xb9\x6a\xf1\xac\xfc\x5c\xc5\xe7\x58\x37\x86\xdd\xbf\x8d\xae\xff\xad\x01\x77\x0e\x15\x0b\x38\x18\x60\xe7\x28\xbc\x14\xd0\xbd\x0e\x44\x76\xe7\x05\xc7\xb1\x07\xa2\xa1\x08\xc7\xb5\x14\x85\x22\xbe\xc3\xa6\x3b\x55\x86\xa1\x13\x44\xe1\x87\x4e\x70\xe0\x04\xc7\x8d\xbe\xd3\x09\x32\x80\x77\x2f\x6e\xf4\x33\x0f\xbe\xe9\x18\x57\xbb\x1c\xd4\xe7\x1c\xd8\x13\x8f\x9f\x63\x2a\x9a\x5c\x15\x88\x42\x11\x1d\xb5\x1b\xd1\x52\xb4\xb8\x6a\x23\xda\x8a\xae\x4f\xb3\x6e\x07\xa2\xbb\xa2\xab\x3b\xc7\x54\x74\x2a\x3a\xb9\x6a\x20\xe2\x85\x26\xca\x30\x70\x82\x53\x65\x00\x7a\xdd\x26\xa2\x52\xc4\x2f\x86\x22\x7f\x71\xfa\x8b\x34\x55\x65\x98\x93\x5f\x0c\x9a\x3a\xfd\xc5\xe9\x2f\xf2\x8e\xd3\x5f\xbc\x1c\xd7\x31\xf0\x8b\x53\xc7\x05\xf4\xc2\x5c\x67\xd8\x13\x41\x4f\xa4\x22\x7b\xe2\x82\x5e\x74\xf4\x0c\x9b\x8a\xfa\x0d\x0c\x71\xaa\x7e\x40\xaf\x9b\xa2\x56\x74\x59\xdd\x28\xfa\x3e\x5e\x8a\x5e\x5c\x45\x17\xaa\x91\xc0\x31\xca\xc7\x7f\x9a\x7a\x7d\xed\x75\x70\x63\xf2\xb5\x27\x7e\x71\xa0\xdd\x53\xbf\x08\xf4\x3a\xe8\x68\xfd\xe2\x4c\xfa\x8b\xf8\x60\xa6\xfd\x95\xf4\xd7\xa1\xc8\xfe\xba\xe0\x18\xed\xb3\x1e\x8a\x1e\x5c\x45\x47\x3b\xd2\x03\xc7\x58\x3e\xde\xd6\x27\xad\x3f\xe8\x7b\x2d\x65\x12\x57\x0e\x8c\x67\x96\x8d\x40\xa3\x17\x2e\x69\xaa\xd1\xc0\x31\x16\xbf\xa8\x43\x9d\x45\x7f\x1d\x74\xb4\x0e\x15\x38\x06\xd6\x31\x4b\x95\xc3\xc7\x2e\x22\xae\xa9\x8f\x9d\x45\xeb\x37\x8d\xd0\xa1\xce\x2b\x9e\xe8\x75\xf8\x78\x9b\x8a\x0d\x8d\xed\x8d\xf6\x2a\x36\xb4\x70\x82\x53\x1b\x02\x8e\xa9\xfa\xea\x63\x81\x5e\x04\x5d\x53\x1f\x0b\x1c\x53\xc5\xd4\xd2\x80\x5e\x43\x91\xef\x78\x45\x0d\xc7\x54\xe5\x8c\x1a\x66\xd3\xab\x9a\x55\xdb\xab\xd8\xe3\xa4\xa3\x0d\xa9\x67\x60\x8f\x8b\x90\x2a\xb4\xc7\x20\xb6\x98\xbc\x76\x18\x5b\x04\xb1\xc5\x1a\x8a\x5a\xd1\xd5\x13\x93\xa6\x86\x51\x03\xd0\x8b\x60\x29\xf4\xc4\x31\xf8\x45\xbc\x7a\x68\x7c\x40\x2f\x4c\x34\x26\x3d\x11\x93\x77\xfc\x88\x6c\xc4\x44\xef\x09\x96\x42\x13\x8d\x2b\x52\x38\x26\x56\x1b\x73\x29\xe2\x0b\x11\xf3\x84\x26\x1a\x93\x5f\xc4\xd1\x87\xc6\x07\xf4\x62\x84\x08\xa3\xdb\xc0\x1e\x27\x56\x1b\xda\x63\x68\x8f\x3e\x5e\x7b\x8c\xcb\xac\x8e\xc9\x80\x1d\x9a\x15\xd0\x6b\x7a\xa3\x8d\x20\x02\x99\xe9\xe3\xef\x8a\xee\x5c\x45\x7f\x19\x81\x04\xf6\x38\x53\xd1\x4b\x11\x1a\x4d\x64\x14\xda\x23\x70\xcc\xa2\x27\xb4\xc7\xd0\x1e\x7d\x21\xed\x31\x92\xfe\x62\xf8\x0c\x8d\x2f\x92\xfe\x22\x7e\x0a\x83\x92\x48\xda\xc5\xc8\x15\x1a\x1f\xd0\x2b\xbc\xd1\x76\x5d\x70\xcc\xa6\x0b\x35\x3e\xa0\x57\x28\xb2\xa9\x45\xeb\x89\x9f\xa2\x3e\x22\x5a\x4f\x94\x15\x06\x12\xc0\x31\x89\xeb\x43\xbd\x0f\xf5\x9e\x28\x2b\xd4\xfb\x68\xbe\x23\x43\x40\x18\x22\x00\xbd\xfc\x1c\xc6\xc1\x71\x69\xf1\x11\xb8\xda\x68\x9b\xaa\x46\x13\x8b\x85\x1a\x1d\x68\x74\xe0\x1e\x9d\x12\xce\xbc\x34\xfa\x08\xfc\x57\xaa\xd1\x40\x2f\x86\xf5\x74\x84\x01\x8e\xc0\x14\x52\x25\x4f\x42\xe3\x95\xde\xb8\x15\x3d\xb8\x6a\x7d\x7f\x28\x4e\x15\x1e\xe8\x45\x5c\x96\x86\x1e\xc0\x11\x58\x4a\x3a\x26\xa5\x36\x80\xca\xa4\x36\x00\x1c\x31\x14\xf9\x26\x8e\x49\xc4\x65\xe9\x98\x04\x1c\x81\xa5\xa4\x91\x33\xd0\xab\x78\xbc\x66\x91\x97\x29\x1c\xc1\x1c\x22\x1d\xa6\x72\xd2\xae\x52\x64\xbb\x18\x47\x02\x25\x4d\xc7\x91\x74\x1c\x21\x66\x49\x15\x3e\x83\xef\x10\x5e\xf5\x50\xc4\x77\x60\xd0\xc8\xf0\xb5\x2f\x25\x3d\x82\x90\x28\x55\x52\xa0\x17\xea\x97\xc6\xd7\x89\xde\x46\x2a\xf2\xd3\x30\x83\x5c\x0c\x2d\xe9\x0c\x32\xf1\xfd\x81\x0d\xa4\xea\x97\x49\x7f\x11\x38\xa5\x01\x4e\xe2\xfb\xa3\xf9\x45\x7d\x7f\xea\xfb\x3f\x22\x9f\x55\xbc\x63\xd3\xd4\xf2\x1d\x8b\xfe\x42\xe1\x53\x47\x9f\x68\x77\x30\xda\xa4\xda\x9d\x6a\x37\x0a\x9f\x6a\x77\x36\xcf\x22\xa2\x67\xdd\xe1\x02\x9f\xa5\xc8\x67\x11\xed\xc6\x56\xe4\xb3\xda\x67\xf1\x8e\xfd\x79\xd6\xa5\xb7\x89\x57\x77\xe1\x62\x16\x61\x50\xa2\xf0\xa5\x92\xd6\x40\x01\xd6\x0d\x51\x29\x2a\xae\xda\x88\x5a\x11\x8d\x20\x88\x2b\x83\x25\xe0\x48\x46\xe7\x52\x95\xcb\x60\x69\xf9\x8b\x77\x45\x77\xae\x52\xf4\x50\xc4\xa7\x5d\x36\xe2\xa9\x88\xa6\x32\xa2\x96\x2e\xbc\x26\x9f\x96\x50\xaf\xd4\xd5\xc2\x85\x27\xa1\x5e\xe9\xc2\x81\x5e\xf4\x57\x39\x17\x2c\xd4\x37\x19\xb9\x4a\xf5\x2d\xd5\x77\x2d\x44\xb6\x1e\x17\x9e\xc3\x1b\xfd\x45\x26\x7e\x8b\x31\xbc\xf4\xd7\x45\xb0\x94\x78\xe2\x32\x58\x2a\x83\x25\xc6\xf0\x32\x58\x02\x8e\xc4\x7b\x96\x4a\x5e\x2a\x39\x5e\xaa\x54\xf2\xc2\x39\x67\x78\xe3\x4b\x11\x1f\x8d\x91\xbe\x74\xce\xc0\xc1\x4a\xd2\x2c\x9d\x73\xa9\xe4\xf8\xb2\x52\xc9\x0b\x25\x4f\x42\xbd\x52\xc9\x4b\xe7\x8c\x4e\x94\xce\x19\x38\x92\x50\xaf\x9c\x31\x02\xbd\x98\x0b\x56\xda\x2e\x42\xaa\xc4\x60\xca\x90\x0a\xe8\xcd\x82\x47\xe9\xd5\x81\x23\x31\x98\xd2\xab\x03\xbd\x6f\x8a\xfc\x8e\x97\xdd\x1c\x89\x07\x28\x67\x04\x40\x6f\x42\xe3\x72\x46\x50\xc5\x2f\x62\x8f\x65\xcc\x03\xf4\x56\x57\x9d\x57\x16\xeb\x29\x89\xde\x57\x7d\x1e\xff\xe4\x2a\xfa\x4b\x1b\x02\x8e\x54\x7d\xb5\xa1\x62\x38\xd8\xc4\x29\xe5\x70\x00\x1c\xa9\x62\x1a\x06\x01\xbd\xf1\xea\x65\x18\xc4\x22\xde\x91\xaa\x9c\xc6\x07\xb4\x4b\x6b\xe5\x12\x4b\xb1\x9e\x92\x4c\x84\xca\x71\x04\xe8\xad\xc1\x18\x19\x01\x47\xaa\x00\x0e\x2d\xc5\xe4\x65\x1f\xde\x68\xeb\x35\xd1\x7d\x7d\x21\xd7\x0d\x67\x33\x8e\x6c\xc2\xd9\xd6\x44\x1b\x7b\x2c\x3a\xba\xb5\x47\xa0\x37\x06\xd3\xda\x63\x63\x43\x75\x53\x84\xe6\x34\x36\xb4\x09\x41\x5b\x1b\x6a\x6c\xa8\x88\x70\x5b\x1b\x02\x7a\x13\x8b\xb5\x36\xd4\xd7\xa8\x70\x14\xab\x54\xed\xa8\xd0\xd3\x5f\xdc\x88\xfc\x45\x26\x2f\x45\xbc\xd9\x46\x46\x40\xef\x8f\x88\x9e\xe8\xe0\x17\xb1\xc7\x36\xe6\x69\x6c\x68\x33\x5a\xb5\x36\xd4\xc1\xb3\x88\xb2\x3a\x7c\x56\xf8\x2c\x45\x9f\x67\x3d\xb8\x8a\x46\x38\x2a\x00\xbd\x19\xd3\x5a\xb3\x6a\x6c\xa8\xc2\xc7\xdb\x13\x04\x38\x9b\x10\xb4\x1d\x3b\x80\xa3\x88\x2d\x5c\xa1\x15\x7a\x8f\xfe\xfe\x50\xdc\x4e\x51\x3a\xf9\x34\x04\x15\xad\x3d\xf5\x65\x4f\xbd\x89\x63\x5b\x7b\x6a\xe2\x9f\x62\xc0\x6e\x2d\x05\xe8\x4d\x1c\xdb\x0e\x40\xcd\x6a\x4e\xa5\x37\xda\x6c\x8d\x87\xa1\xb8\x35\x1e\xe0\x28\x4c\xac\x1d\x93\x80\xde\xf6\x9d\x63\x52\x33\x26\x15\x8b\xad\xed\x98\xd4\xcc\x34\xf6\x54\x64\xbb\x98\x69\x14\x43\x5e\x3b\xd3\x68\xc6\xa4\xcd\x80\xdd\xda\x13\x70\x54\x7b\xe3\xa7\x5d\x74\x27\x91\x60\x6b\x62\xcd\x3a\x4d\x61\xae\xed\x84\x01\xe8\xed\x77\x68\x3f\x33\x71\x59\x2d\x45\x6a\x11\x71\xd9\x26\x5e\x6c\xed\xa9\x31\x8b\x5a\xd7\xd7\x72\xa9\x7c\x2e\x6d\x00\xb7\xbb\xb4\x81\x35\xbc\x31\x10\x71\xe3\x42\xbb\x59\x3f\x9f\x4b\xed\x5e\xd3\x46\xf0\x2c\x83\xfc\x45\xe8\xd2\x98\xd8\x52\x49\x81\x76\x2d\x7c\xcd\x87\xa2\x07\x57\x29\x7a\x2a\xe2\xa3\xe1\x9c\x97\x01\x0e\x70\xf4\xf0\x17\x4f\x45\x74\x0e\x31\xde\x72\x2a\xb0\xb0\x01\xd7\xb0\x97\x36\x00\xf4\xc6\x85\x2f\x87\x16\x72\x00\x87\x8b\xca\xcb\x71\x64\x31\x15\xd8\xe9\x8d\x4b\xd1\x65\x29\x2e\x04\x2f\x2d\x65\x69\x29\x84\x7a\x4b\x4b\x59\xd8\x80\x4b\xbc\x4b\x1b\x58\xda\x00\xc3\xc1\xd2\x06\x16\xe3\x88\xeb\xa6\xcb\x71\x64\x31\x42\x6c\x02\xc2\xa5\x46\x2f\x46\x08\x57\x31\x97\x1a\xbd\x08\xf2\x37\xc3\xc1\x72\x38\x58\x2c\x33\xba\xf2\xb8\xd4\x42\xa0\x37\xba\xba\x9c\x15\x2f\x7c\x7f\x97\x57\xf9\x2c\x7d\x3f\xeb\x6d\x4b\xdf\x0f\x1c\x8d\xfa\xae\xfa\x3c\x9e\xd1\xe6\x23\xf2\x73\x30\x6d\x75\x71\x6d\x39\x6d\x05\x7a\x13\x5c\x2e\xb5\x10\x38\x1a\xf5\x5d\x6a\xe1\xd2\xab\x7f\x6e\xf4\x1d\x51\xcc\x6e\xbe\xb6\x8a\xb9\x54\x4c\x86\xa9\xa5\x62\x2e\x14\xb3\x19\x6d\xb6\x8a\xb9\x59\xff\x6e\x74\x75\xeb\x89\xb7\x8a\xd9\x5e\xb5\x15\xa1\x26\x8c\xf4\xdb\xf8\x1c\xe8\xdd\x07\x22\xbe\xd0\x26\x3e\x5f\xa8\xef\xd6\x5f\x03\x6d\x42\x64\xbb\x24\x0e\x1c\x2e\x23\x6d\x95\x7c\xeb\xc2\x5b\x51\x28\x0a\xae\x4a\x44\xa9\x28\xb9\x8a\x46\xe8\xd5\x37\x2e\xdc\xa5\x9f\xad\x0b\xdf\x9a\x42\x7b\x23\x7d\xbf\x51\x4c\x97\x58\xb6\x8a\x09\xf4\xc6\xdc\xb7\x01\xce\x26\x8a\x77\x31\x60\xc7\xe7\x46\x3e\x1a\xbd\xba\xf5\xd7\x9b\x28\x7e\xb1\xc6\xb6\xd5\x42\xa0\x77\x2b\xf2\xb5\x2f\xcd\x3b\x9c\x74\x6f\x57\x31\xb7\x7e\xd5\xbe\x57\x0b\x37\x41\xc9\xc2\xc1\x6c\xb5\x70\x1b\x94\x10\x66\x6f\x5d\x2d\x70\x38\x89\xdc\xba\x5a\xa0\xf7\xf2\x46\x3f\x07\xde\xd7\xe9\xe1\xd6\xfb\x02\xbd\x89\x1a\xb6\x33\x02\xe0\x70\x96\xb7\x0d\x70\xb6\x3e\x9a\x70\x76\xeb\xa3\x81\x63\x25\x8d\xd0\x47\x6f\x7d\x34\xb1\xc5\xd6\x3a\x36\x3e\x7a\xa5\x8f\xb7\x57\x59\x33\xda\x2a\x93\x6b\x46\x1b\x83\x59\xa9\xc8\xd7\x36\x0c\x22\xe8\xdd\x86\x41\xc0\xe1\x04\x6d\xeb\xb6\x81\x36\x4b\xb6\x75\xdb\x9b\x30\x68\x61\x69\xdb\x30\x68\x1b\x06\xe1\x57\xb7\x61\x10\x70\x38\xf5\xda\x9a\xd5\x6e\x34\x87\x68\x66\x1b\x19\x6d\x0c\x66\xa9\xbe\x1a\xcc\xd6\x60\x88\x66\xb6\x06\x03\x1c\x4e\x84\xb6\x91\x11\xd0\x7b\xfb\x78\x3f\x1a\xf3\x19\x27\x42\xdb\xc8\x08\xe8\xbd\xff\x03\xb3\xe2\xed\x74\x07\x38\x9c\x01\x99\x29\x9d\x77\x06\x0d\xe7\x36\x77\x07\x8d\xbb\x81\xd3\xf6\xaa\xa5\x08\x2d\xa2\x3b\xef\x4e\x51\x80\x65\xc6\xef\xee\x14\xe5\xce\xa0\xb1\xe8\xce\xbb\x83\x06\xb0\x6e\x37\x45\xde\x78\x79\xf2\x63\xb3\xe0\x7a\x37\xb2\x01\xd6\x8d\x00\xf8\xae\xf1\xdc\x59\xeb\xdc\x84\x57\x77\x03\x09\x60\xdd\x30\xea\xbb\x9e\xf8\x4e\x6c\x61\x88\x70\xd7\x13\xdf\x2f\x1b\x58\x37\x02\xe0\xbb\x36\x70\xc7\xed\x6e\x96\x94\xee\x2a\x16\xb0\x6e\x36\x42\xb7\x7b\x67\xe5\xd1\xf1\xed\xee\x84\x14\x58\x37\x4c\xff\x5e\x9f\x67\x5d\x43\x9e\x63\xd2\x5d\x1f\x0b\x2c\xb3\x9a\x77\x75\xed\x8e\x7e\x38\x8e\xdc\xd5\x0f\x20\x8d\x3d\xef\xba\xdd\x3b\xfa\xa1\xef\xbf\xab\x1f\xc0\xba\x11\x26\xdf\xd5\x0f\x72\xd9\xc7\x66\x02\x6f\x32\x7b\x3e\x98\xa3\xea\xa5\x1e\x06\xc0\xc0\xba\x11\x39\x3f\x5c\x48\x01\x0e\x3d\xcb\xc3\x69\x2b\xb0\x6e\x4c\x48\x1f\x7e\xed\x07\x73\x54\x7d\xc6\x43\x4f\xfc\x18\x7c\x34\x7c\xd9\xc3\xaf\xfd\xb8\xbe\xf0\xa1\x05\x3f\x5c\x4f\x79\x5c\xce\x79\xdd\x0e\x45\x6f\x45\x6f\xae\xe2\x17\x5d\x4f\x01\xd6\x8d\xf8\xfa\xa1\xbf\x7e\xe0\x9c\x37\xb3\x83\x87\xce\x19\x58\xa6\x7c\x1f\x3a\x67\xe0\xd0\x9e\x1e\x3a\xe7\xc7\x15\x5f\xaf\xdb\xe1\xe3\x97\x22\x5a\xbf\xbd\xd1\xd6\xab\x72\xc4\xd7\x0f\x55\xee\x71\x79\xcf\xa1\xae\x3e\xf4\x9e\xc0\x32\x31\xfc\x50\xbf\x80\xf1\x37\x91\xed\x4a\x7a\x15\x7f\xfd\x70\xc6\xf8\xb8\x9c\xe0\xb8\x11\x26\x3f\x74\x82\x8f\xa2\x5d\x8a\xd4\x9c\xc7\x35\x3a\x0f\xd3\xb4\x0f\x47\x67\x60\xdd\xa6\x22\x34\xe7\xd1\xb4\x0b\x57\xf9\xd0\xd9\x00\xeb\x86\xae\x3e\x74\x36\x8f\x4b\x5b\x86\x69\xda\x87\xa3\xf3\xa3\xf9\x45\x26\xdd\x0f\x35\xe7\x71\x69\xcb\xb8\x11\x6e\x3c\x74\x23\xc0\x32\xef\xfc\xd0\x8d\x3c\xa0\x77\xdc\x70\x6f\x0f\xdd\x08\xb0\x6e\xe1\x8d\xa7\x22\xde\x11\xf7\xf6\x54\xe5\x80\x71\x43\x0b\x9f\x63\x28\xc2\x1e\x19\x5a\x9e\xae\xf0\x3d\x07\x4d\x65\x58\x7f\xaa\x85\x4f\x55\x8e\xd8\xf5\xa9\xca\x01\xe3\x86\xfa\x3e\x75\x30\xcf\x4b\xf3\x96\xfd\xf5\x74\x59\x04\x18\xb7\xb6\x11\x0f\x45\x74\x61\x28\x7a\x2a\xe2\x85\x70\x69\x4f\x15\x13\x58\xb7\xb0\xa9\xbc\xd0\xf3\x52\xa0\x71\x63\xc8\x7b\x3a\xac\x3f\x27\x96\x46\xdf\x3f\xd5\x9c\xe7\xe4\x17\x71\xf4\x4f\x35\x07\x58\x26\xd2\x9f\x46\xb8\xcf\xe0\xa3\xb1\xd6\xf0\x34\x1f\x0e\xac\x1b\xc3\xd4\xd3\x65\x11\x60\x1c\x38\xbe\xa7\xe1\x2c\xb0\x6e\x4c\x71\x9e\x86\xb3\xcf\xcb\xf1\x8d\xe3\xe6\x8d\xb6\x2b\xf8\xb4\xe9\xe3\xed\x9c\x2b\x76\x1d\x07\x6e\xe8\x69\xec\x0a\xac\x5b\x2a\xb2\xa9\x17\x8c\x03\x0f\xf0\x8c\x4f\x53\xe9\x09\xa6\x4b\x4f\x17\x4f\x9e\x57\x6c\x31\x0e\x16\x9b\x9e\xc6\x16\xc0\xba\x11\x6f\x3e\xb5\x8e\xe7\xa5\xfe\xe3\xc0\x6a\x9f\x2e\x07\x3e\x93\xef\x88\x7e\x3d\x75\xb5\xc0\x38\x98\xa3\x3e\x8d\x40\x9e\x7a\x5f\xf4\xeb\xa9\xf7\x7d\x5e\x11\xc8\x38\x86\x22\x9b\x9a\xf4\x2a\x81\xea\xd3\x08\x04\x18\xe6\x9d\x9f\x46\x20\xc0\xba\x95\x8d\xb0\xf5\x18\xdf\x41\x64\xf4\xd4\xf8\x9e\x45\xdf\xab\xab\xc6\x16\xc0\x38\x08\xec\x9f\xc6\x16\x4f\xfd\xbd\x8a\xa9\xbf\x7f\x16\xad\xc7\xd2\x9e\x5a\xed\x53\x7f\x4f\x24\xf9\xd4\xdf\x03\xc3\x84\xf5\xd3\xc8\xfb\xa9\xbf\x6f\x1f\x6f\x53\xe1\x51\x1d\x11\xdf\x1f\x8a\x9f\xc6\x19\xcf\x46\x19\x18\xcf\x9f\x0e\x07\xcf\x46\x19\x08\x89\x9e\x46\x10\xcf\xe6\xa7\xd4\x5b\xcd\xf5\x89\x6d\x1e\x7c\xad\x97\xb6\x09\x8c\x83\xc8\xe6\xa5\x6d\xbe\x06\x5a\x84\x27\x7e\x69\x62\x2f\xec\xe9\x20\x56\x7f\x69\x4f\xaf\xc1\xe3\x09\xb9\x5f\x1a\xcf\x6b\xf0\xf8\x56\x44\x53\x5f\x13\x3b\x27\x66\x79\xe9\xaf\x81\x71\x30\x68\xbc\xf4\xd7\xc0\x3a\x6e\x8a\x52\x11\x7d\x47\x08\xf9\x32\x1e\x00\x96\x66\xf1\xd2\xc4\x5e\x93\x2f\x6f\x53\x9d\x31\xbe\xae\xe9\xe1\x92\x68\xf1\x72\x7a\x08\x8c\x83\xe1\xe0\xa5\xd5\xbd\xc2\x5f\x4c\x44\xfe\x62\xf0\x4d\xc9\xf8\xbd\x34\x9e\x57\xf8\x8b\xbc\xb6\x96\xf2\xba\xcc\x62\x0c\x42\x84\x97\x66\xf1\x0a\x7e\x91\x21\xef\xa5\x59\xbc\x2e\x85\x1f\xc3\x1b\x55\x78\x60\x1d\x0c\x79\x2f\x15\xfe\x75\x29\xf9\x18\x8c\x5c\x2f\xd7\x01\x81\x25\x1d\xe3\xa5\xc2\xbf\x2e\x5d\x1d\x66\xe0\x5f\x86\xc9\x2f\xf4\x56\x13\x7b\xa9\xb7\x2f\x06\x8d\x81\x0d\xbc\x1c\x34\x80\x75\x30\xe4\xbd\x1c\x34\x5e\x97\xe6\x8c\x81\xef\x7f\xa9\x39\x2f\xa2\x86\x83\x85\xa7\x97\x51\xc3\x0b\x47\x0f\x91\x6f\xbe\xd4\x1c\x60\x69\x88\x2f\x1d\x3d\x30\x06\xce\xe6\x54\x99\x4e\xbc\xfa\x31\x14\x4d\x45\xc1\x55\x0b\x51\x2a\x4a\xae\x6a\x44\xa5\xe8\xea\xfb\x81\x83\x38\x55\x39\x60\xc9\x1c\x39\x8d\x2d\x80\x31\x70\x10\xa7\x8e\x1e\x58\x1a\xf5\xa9\x62\x9e\x78\xf5\x81\xe9\x9f\x2a\x26\xb0\x0e\x42\xbd\x53\xaf\x7e\x5e\xb1\xc5\x30\x1f\x7e\x1a\x5b\x00\xeb\x60\xe6\x7f\x3a\x17\x3c\x27\xad\xc7\x5c\x4f\x15\xf3\x24\x90\x38\xc8\x6a\x9e\x06\x12\x27\xba\x6a\x3e\xfc\x54\x57\x4f\x75\x95\x01\xfb\x54\x57\xcf\xc9\x77\x44\xa3\x4f\x15\x13\x58\xba\x91\x53\xc5\x3c\x2f\xcd\x1b\x03\x8d\x3e\x5d\x7e\x00\xd6\xc1\x47\x3b\x75\xe1\x27\x3e\x76\x10\xba\x9c\xfa\x58\x60\x1d\xac\x2c\x9d\x86\x1b\xe7\xa5\x66\x63\xde\x14\xf9\xac\xf4\x59\x34\x35\x3f\xcf\xba\xfa\xcb\x8c\xf2\xa9\xf7\x04\x96\x8e\xeb\xd4\x7b\x9e\x97\xca\x8d\x89\xae\x9e\xaa\x1c\xb0\x0e\x06\xff\x53\x57\x79\x5e\xae\x72\x98\x51\x3e\x75\x95\xc0\x3a\x42\x91\x5f\xfb\x82\x31\x55\x13\xa7\x61\xc0\x3a\x18\xe9\x4f\x1d\x2a\x30\xcc\x3b\x9f\x3a\x54\x60\x1d\x2c\x49\x9d\x3a\xd4\xf3\x72\xa2\x63\xaa\x00\xf5\x69\xaa\x04\x4e\x1f\x8f\x1b\x3a\x09\x83\x26\xf3\xdd\xd3\x30\x08\x58\x07\xab\x2e\xa7\x1e\x13\x18\xd3\x17\x72\xdd\xe2\xd4\x3a\x88\x1a\x4e\xad\xe3\xbc\x22\xa3\x31\x6d\x84\x91\xd1\x89\xab\x95\x73\x74\x6a\x30\x27\xd6\x31\x09\x24\xde\x5a\xc7\x1b\x53\x30\x15\xfd\xd6\x14\xde\x9a\x02\x6e\xfb\xad\x29\xbc\x51\x72\x53\xd1\x6f\x95\xfc\xad\x92\x13\x48\xbc\x55\xf2\x37\x4a\x3e\xcb\x67\xbd\x14\xf1\xd1\x08\x24\xde\x2a\xf9\x3b\xf8\x45\x26\x09\x6f\xbd\x1c\xb0\x0e\x02\x89\xb7\x51\x03\x30\x26\x13\xb4\xb7\x6b\x0d\xc0\x3a\x6c\x84\xbe\xf0\x8d\xe3\x9b\xa4\x6f\xde\xf1\x79\x3c\x1d\xcd\x4c\xe5\xed\x22\xd8\x9b\x68\x79\xe2\xef\xdf\xc6\x03\x6f\xa6\x5e\x07\xe1\xc6\xdb\xd0\xf8\x8d\x62\x06\xfe\xfe\xad\x62\xbe\x55\x4c\x48\x67\x6f\x15\xf3\x8d\xca\x99\x18\x7e\xab\x72\x6f\x86\x62\x07\xb0\xb7\xfa\xf5\x46\x4d\x02\x2f\xf7\x56\x4d\xde\xaa\x89\xaf\x5d\x9f\x67\x5d\x1f\x2d\x86\x22\xbb\x50\xf7\x88\x37\x79\xeb\x1e\x81\x11\x23\xbf\x3f\x14\xbf\x1d\xbc\x81\x75\x10\x8d\xbc\x55\xbf\xf7\x15\x79\x8f\x40\x6f\xdf\xce\xdf\x80\x25\x8f\xec\xad\xdb\x05\x86\xf9\xdd\xb7\x1a\xf9\x56\x23\xcb\x1b\xfd\x34\x68\x64\xe0\x46\xde\x6a\x24\xb0\x0e\x82\xe9\xb7\xe1\x3b\x30\x62\x7a\xa3\x5d\x40\xf8\xee\x80\xfd\x56\x49\xdf\x68\x64\x5c\x46\x1d\xd2\x98\x85\x75\xf4\x81\x68\x28\xa2\xf5\x97\xf1\xc4\x0d\x17\x2e\xac\xe3\x8a\x6c\xe2\xc6\x8c\x31\x60\x3b\x8f\xb8\xcc\x22\x64\x3b\x0b\xeb\xb8\x5c\x65\x48\x77\x16\x06\x19\xe5\x90\xee\x2c\x2c\x42\x84\x80\xfa\x7c\x01\xed\x4a\x7f\xf1\x8d\x88\x89\xdf\xd1\x88\xa6\x4d\x9d\xb4\xab\x68\xfd\xb4\x5d\x57\x30\xbe\x8e\xa6\x11\x64\x22\x85\x11\x57\x47\x07\xa4\xe9\x1f\xe3\xe6\x48\xbf\x78\x47\x6c\x20\x6e\x44\xbb\xb1\x78\x56\xd8\x08\xa2\xdd\x63\xd3\x2e\xb4\x3b\x20\x46\x8f\xb8\x14\x3e\x24\x46\x0b\xeb\xd8\x3c\x3e\x7d\xd6\x05\x23\x3e\xa2\x52\x44\xbb\x36\xed\x4a\xdb\x45\xb4\x1b\x57\x6c\x11\xb7\xb4\x5d\x44\xbb\xc7\x47\x64\x17\xa6\xfc\x79\xda\x85\x27\x16\xd6\xb1\x6d\xc4\xa7\x5d\x6f\xae\xa2\x73\x88\x07\x84\x35\xbc\xb1\xec\x2f\xcc\x22\x6f\x3c\xbe\x7c\x3c\x66\x31\x6e\xf4\x44\xf9\x85\x30\x8b\x3c\x68\x6a\xf9\x85\x88\x50\xc7\x8d\xaf\x5d\x36\x82\x08\x95\xc4\x70\x48\xaa\x8e\x1b\x53\x4d\xc2\xa0\x80\x4d\x7d\x41\x72\x15\xed\x6a\x7b\x02\x2d\x84\x62\x18\xb7\xf6\xf1\x68\x61\x5e\x9e\x38\x24\x42\xc7\x71\xe9\xd7\xc8\x6b\xe4\x8a\x43\xfd\x82\x0f\xbd\xc6\x15\x52\x05\xa4\xe8\x0b\x78\xa1\x6b\x84\x08\x59\xcf\x71\xe0\xf1\xc6\xe1\xb3\x4e\x45\x3c\xfe\x72\xa8\x71\xa8\x4c\x07\x93\xb5\x71\x05\x38\x01\x45\xf9\x02\x3a\xba\x78\x3c\x61\x63\x1c\xf3\xf2\x65\x70\x13\xe3\x98\xde\x78\x8d\xc8\x23\x8b\x76\x31\x33\x13\x16\xdc\xc4\x38\x98\x99\xc5\xc1\x34\x2c\xb1\x8e\x23\x6c\xea\x05\x6b\x4c\x45\xad\x88\xd6\x5f\x21\x7b\x40\x77\xfe\xc0\x1a\x93\x17\x62\x58\x8f\x23\x68\x57\xd3\x88\xb0\x5d\x28\xe6\xb0\xbf\x54\x4c\x38\xcc\x83\x6c\x6b\x1c\x2a\x26\xb0\xc6\xe5\x27\x42\x3e\x73\x1c\xf8\x58\xf2\xa8\x71\xa8\x5f\x07\x53\x27\x38\x93\x71\x30\x75\x8a\xe3\xd2\xaf\x91\xe8\xea\x91\x9f\xc7\xd3\x13\x93\x46\xa4\x3d\x71\x8d\xee\xa3\xd0\x2f\x29\xce\x01\xad\x79\xb1\xfd\x23\xe0\x36\x5f\xb0\xb8\x8a\x67\xa9\x72\x87\x2a\x17\xf4\x84\x2a\x07\x8c\x3a\xe8\x42\x55\xee\x50\xe5\xfc\xb4\xaa\x1c\xec\xe4\x51\x7e\xda\xb6\xa3\x71\xa2\x03\xcf\x24\x53\x59\x18\x64\x48\xe3\x68\x5f\xbb\x6d\x17\xef\xa8\x16\x1e\xac\x6e\x90\x21\x8d\xa3\x6d\x04\xe1\x2c\x8c\xcf\x90\xbc\x2c\x8c\xe2\xd3\x4a\x5e\x16\x46\xf1\x1d\x87\xee\x11\xc2\xf2\x1a\xe9\x55\x5b\x11\x2f\x44\x4f\x0c\xbd\xdc\x60\x49\x8a\xa0\x37\x60\x2d\x5f\x70\x79\x80\xf2\x46\x3d\xd3\x50\x31\x2f\x7f\x1f\x32\x95\x63\x5c\xa1\xe2\xa8\x6b\x44\x8d\xc1\x92\x41\x8c\x49\x53\xcb\x67\x9d\x8a\x68\x6a\xf9\xac\xb7\xa2\x6b\x0e\x32\x9a\x46\x10\x5c\x0a\x83\x4c\x66\x8c\xf0\x85\x58\x6b\x18\xf8\xfb\xa1\x46\x0f\x42\x04\x32\x99\x31\x74\x8f\x90\x9f\x17\x24\xd0\x18\x61\x53\x83\x77\xfc\xdc\xe8\x3b\x32\xf3\x1f\xf8\xe8\x91\x3e\x3e\xe9\x2f\xfc\xea\x48\x1f\xcf\xe0\x0f\x09\x34\x06\x83\x7f\x8c\xe4\x17\x17\x8f\x57\x57\x47\xa2\x00\x1f\xd1\x4b\xd1\xa5\x98\xb5\xc7\x77\x87\xe2\x90\x73\x1d\xf0\xa1\xd7\x40\xe1\x21\x45\x5f\x90\x3c\x84\xbe\x53\x49\x07\xd3\xf4\xb1\x69\xb6\x4a\x0a\x8c\xc6\x97\x0d\x95\x14\x06\xf5\x1a\x9f\x1b\xed\xe1\x0b\x46\x1f\x3c\xbe\xed\xe1\x0b\x16\xbc\xce\x70\x0b\x94\x30\xc8\x7d\xc6\xd0\x2f\x0e\x34\x72\xfa\x78\x35\x12\x18\x6c\x16\x8a\xc1\xb0\x1e\x03\x57\x49\xac\x1e\x43\x57\x09\xf5\x7a\xb0\x7d\x27\xa4\x5e\x0b\x6b\x1e\x8a\x86\x22\x5a\x7f\x85\x1b\x21\x83\x5a\x58\x44\xf4\x31\xd5\xc8\x49\xbc\xc8\x9e\x91\x80\x60\xfd\x81\x35\x31\x31\x79\xd6\x31\x19\x64\xc9\x57\xc6\x74\x90\x05\xd6\xbc\x26\xa4\x31\x55\x65\xa0\x8b\x91\x5e\xea\x75\xc0\xa0\x1e\xa4\x30\x43\x06\xb5\xb0\xe6\xa1\x88\x2e\x84\x08\x3d\xd8\xca\x10\x12\xa1\x03\xa6\xf3\x62\x5a\x11\x53\x5d\x9b\x8c\xce\x24\x27\x63\x3a\x3a\x03\x6b\x32\x00\x49\x84\x16\x06\x3c\xfc\x90\x08\x2d\xac\x89\x37\x90\x08\x1d\x13\x5d\x6b\x54\x79\xaa\x6b\x93\xd1\x79\xda\xab\x8e\xce\xb0\x9e\x07\x69\xc7\x90\xf5\x2c\xac\x39\xe8\x9c\xb4\x57\x19\x77\x1b\xb7\x3b\x1d\x77\x81\xc5\x44\x26\xa6\xe3\x2e\x4c\xe5\xd1\x68\xa1\x4c\x65\x61\xcd\xc1\x6b\xab\x85\x10\x8e\x07\x14\xfa\x90\x70\x2c\xac\xe9\x77\x2c\x5f\x08\x95\x23\x13\x19\x12\x8e\x85\x35\xaf\x59\x71\x48\x38\x0e\xe8\xc3\x03\x12\x7a\x4c\x9d\xe0\x6c\xdf\x91\xef\xa8\x7e\x4d\x62\xc4\xa5\xe6\xb4\xef\xa8\xca\xe1\xf1\xa6\x2a\x07\xc9\x78\x2c\x3f\x5a\xdb\x2e\x5c\xe5\x9c\x36\xc2\x76\xa1\x98\xd0\xa5\x43\x0e\x72\xc0\x02\x1e\x8b\x2f\x14\xf3\x23\x42\x57\x19\xb9\x60\x07\x5f\x70\xd9\x23\xcc\xdb\x08\x96\x52\x85\x35\x19\xb9\xc2\x20\x2e\x18\x51\x49\x3b\x46\x38\xa2\x02\x0b\xde\x70\xc8\xe2\x0d\x98\xbb\x63\xe1\x63\xc3\x11\x15\x58\xd3\xc7\x3b\xa2\xc2\xb6\x1d\x0b\x57\x19\x7a\x29\x60\x4d\xc2\x8d\xd0\x4b\x01\x03\x06\x63\x48\xc6\x8d\x50\x4d\xa6\x22\x7f\x11\x35\x21\xd9\x16\xa1\x9a\x84\x6a\xc2\xc8\x25\x3f\x37\x82\x59\x0b\x7c\xc2\x88\xf2\xf1\x78\x26\x66\x8c\x11\x7a\xa6\x40\x4d\xd6\xe2\x85\x54\x93\x50\x4d\x18\xdf\x42\x35\x89\x6b\x7c\x1c\x50\xe6\x02\xfa\xee\x07\xd6\x0c\x6f\x7c\x29\x42\x4d\x08\x41\xe5\xe7\x46\x10\x9e\xc1\x8d\x8e\xd0\x0d\xb1\xf1\x72\x40\x27\x8b\x70\xf8\x04\xd6\x0c\x1e\xaf\xe6\x00\x03\x0a\x58\x84\xce\x0a\x62\xef\x62\xda\x1a\x12\x7b\x03\x62\xef\x80\xb6\x15\x12\x7b\x03\x32\xef\x9a\xc4\xfa\xa1\xe6\x00\x03\xaa\x55\x84\x9a\x03\x2c\x26\xb7\x21\xd7\x37\xe0\xfa\x2e\x76\x84\x86\x5c\xdf\x80\xd8\x3b\xe0\x55\x85\xc4\xde\x80\xcc\xbb\xa0\x5e\x47\xea\xe5\x60\xdb\x8e\xcd\xb0\x2e\xdb\x56\x58\xcc\x77\x23\x55\xb9\x64\x05\x07\x8a\x4f\xa4\xce\x0a\x58\xf3\x9a\xf8\x85\x9c\x5c\x61\x40\xde\x09\x39\xb9\x01\x01\x77\xcd\x52\xf4\xf9\x45\x5e\x1b\x9d\x48\x16\x75\x84\x05\x41\x3b\xd2\x01\x1b\x18\x90\x77\x42\x9a\xae\xb0\x66\x79\x23\x3d\x01\x01\x77\x40\xcb\x09\x09\xb8\xc2\x9a\xb8\xb4\xd4\xcb\xc1\xb6\x1d\xdb\xd7\x56\x31\x81\x35\x19\x8a\x65\xdb\x46\xa2\x72\xdb\xa6\xaa\x72\xa9\xca\xe1\xf8\xa4\xd6\x06\xdc\xd9\x41\xb2\x2e\x20\xd0\x7e\x60\x4d\x3c\xb9\x3c\xda\x48\xd5\x64\xf1\x2c\xd5\x24\x55\x93\xfe\xfe\x02\x75\xa4\x5a\x04\x35\x76\xb0\xef\x33\xa4\xc6\x06\x4c\xd4\x49\xa2\x33\xca\x01\x08\x56\xea\x9a\x44\x10\xb2\x52\x03\x8e\xe9\xbc\xe1\x9c\xcb\xaf\x55\x3a\x08\xec\x49\xbe\x69\xd4\xf5\x1d\xe6\x6d\xde\x10\x3d\x14\xf1\x1d\x88\x9c\xcb\xef\x50\x57\xa7\x4f\x72\x66\x51\x76\x7a\x39\x26\x2d\x6f\xfc\xfc\xe2\x9b\xab\x68\x97\x81\x13\xb0\x26\x31\x8b\xfb\x8f\x03\xbe\xea\x24\x1b\x16\x65\xdc\x0f\x51\x75\x4d\x62\x16\x89\xaa\x51\x41\xbb\xb0\xf3\x32\x4a\x82\x82\xba\xe6\x52\x64\x23\x92\x67\x61\x29\x92\x4b\x85\xc5\x0a\x4c\x94\xdf\x14\x26\xe9\x64\xe7\x64\xc8\x24\x15\xd6\x5c\x34\xd5\x49\x24\xbc\xce\x79\x43\xe1\xe5\x75\x06\xbc\xce\xc5\x3a\x4d\xc8\xeb\x0c\x88\x9b\xf3\xb6\xbc\xca\xd7\xbe\x60\xcd\xcd\x3b\xea\x33\x80\x79\xb3\x11\x0e\x2d\xa5\x1b\xd9\xbc\xa3\x6e\xa4\xd8\xbf\x7d\xf3\xf1\xea\x47\xa9\x1f\x9b\xc7\xab\x00\x70\x39\xe7\xed\x73\xa3\x4d\xd5\x8d\x30\xc3\x96\xd7\x19\x30\x36\x27\xc9\x81\x90\xb1\x29\x2c\x36\x16\x44\xe9\x33\x80\xc9\xb2\x7f\x48\xe2\x8c\xbe\x7c\xc6\x64\x8d\x3f\x5a\x9f\x01\x2c\x16\x9e\x42\x5e\xa7\x30\x59\xe3\x8f\xd6\x8d\x40\xf5\x5c\x93\xe9\x8e\x54\x4f\x61\xb2\x99\x32\xa4\x7a\x46\xeb\x6c\x98\x74\xb7\xce\x06\x98\xc7\x61\x23\x1e\x8a\xae\x8e\x8e\x4f\xbb\x9e\x8a\x5e\x5c\x35\x11\x9d\x8a\xde\x5c\x45\x53\x49\x6b\x07\x1c\xd1\x79\x10\xf3\xc8\x11\x0d\x08\xa1\x8b\x9d\x12\x21\x21\x34\x60\x7f\xce\x03\xf7\x26\xfb\x33\x60\x7c\x2e\x16\xc4\xa2\xd5\xfb\xbe\x74\x7d\xb2\x4a\x1e\xad\xb3\x69\x94\x3c\x6e\xb4\x5e\x25\x07\x26\x6b\xd6\xd1\x2a\x39\xb0\xc2\x17\x52\xc9\x81\x79\x30\x60\xb7\xb3\x03\x60\xc5\xe1\x8d\x36\x35\xe8\x55\x86\x62\xc9\xa5\xc2\x0a\x5f\xdb\x01\x1b\x98\xac\x33\x47\x3b\x60\x43\x41\x5d\x71\xf8\x78\x5f\xe8\x32\x92\xc9\xda\x70\xc8\x37\x15\x56\x1c\x3e\xde\x17\x0a\x14\x20\x14\xf9\x42\xa4\x5c\xc2\x2e\x4c\x5f\xe8\xb2\xa1\xc9\x1a\x6c\xb4\x36\xd4\x69\xbb\xe8\x1c\xd7\x66\x80\xc9\xc2\x66\x48\x28\x15\x56\x10\xba\xb4\x66\x05\x63\x74\xb2\x64\x19\xed\xec\x02\x58\x41\x70\x29\x7b\x34\xfa\x8a\xfe\x26\x0b\x88\xd1\x46\x7f\x50\x45\x17\xfb\x44\x42\xaa\x68\xc0\x05\x9d\xac\xc4\x45\x6b\xa2\x30\x3e\x17\xfb\x44\x42\xc6\x67\x74\xd3\x2e\x3c\x53\x1b\xb1\x41\xdc\x5c\x31\x15\xd9\x5f\x8d\x16\x6e\x45\x2a\x40\xa3\x85\x7e\xda\xb6\x0b\x31\x2b\xd2\x5d\xd1\x9a\x15\xb0\x58\x6d\x8c\xd6\xac\x5a\xb3\xc2\xd2\x24\x81\xc6\xd2\xac\xb0\xa1\xa5\x59\x01\x2b\xd0\x89\xa5\x59\x41\x15\x9d\x2e\x49\x49\x15\x0d\xa8\xa2\x8b\x65\xca\x90\x2a\x1a\xeb\xd2\xfb\xe9\x02\xd1\x52\xef\x81\xc5\x32\x65\x2c\x07\x6c\xd8\xa3\xd3\x75\x1e\xd9\xa3\xc2\x62\x4b\x4b\x2c\x4d\x01\x98\xe4\xc9\x62\x39\x04\x00\x8b\xaa\x11\xb1\x9c\x4e\x43\x02\x9d\xae\xf3\x48\x02\x0d\x58\x9e\xcb\x25\xcf\xa5\x16\x02\xd3\xf5\x14\x19\x9f\xc2\x8a\x50\x64\xeb\x2f\x2d\x9c\xae\x94\x2c\xb5\x10\x58\x2e\x8c\x2e\x3d\x39\x30\x07\x23\xbd\x24\x50\x61\x05\xba\x2a\x09\x34\xd6\x15\x6f\x4e\x57\x37\x96\xf1\x26\xb0\x5c\x3e\x95\x17\x1a\x90\x40\xe7\xf8\xdc\x68\x23\x08\x2e\xd9\xb6\x13\xcb\xe0\x72\xa1\x98\x23\xe7\xf7\x87\xe2\xa5\xde\x2e\xf5\x16\xb3\x58\xea\x2d\xf4\xce\xe9\xea\xc4\x32\x84\x04\x56\x10\xe3\x2d\x27\x1f\x8b\xe1\x80\xd4\x57\x2c\x87\x03\xd8\x9f\x2b\x58\xc3\x90\xfd\x19\x50\x3d\x27\xa9\xaf\x90\xea\x19\x4b\xbd\x4d\xba\x53\xbd\x05\xe6\x58\x8a\x7c\x13\x26\x1f\x41\xd8\xb7\x54\x65\x60\x8e\xa5\xe8\xa9\x08\x6f\x80\x21\x2e\x55\x19\x8e\xe8\x24\x41\x16\x72\x44\x85\xc5\x9e\xa4\xd8\xce\x8a\xa9\xee\x31\x07\xe3\xdb\xd6\xf7\x03\x2b\x18\x51\xb7\x6b\x8a\xc0\x74\x31\x60\xab\xca\x5b\x55\x66\x9d\x59\x72\x69\xec\x41\xbb\xb6\x8f\x7f\x2a\xa2\x5d\x2c\x20\x6e\xa3\x19\xc8\xa5\x73\xe2\xe8\x25\x97\x0a\x2b\x18\x9d\x25\x97\x06\x4c\xd2\x39\x71\xe1\x32\x49\x85\x15\xb8\x11\x99\xa4\xb1\x2f\xed\x9e\x93\xb5\x86\xad\x76\xc3\x1e\x5d\x41\x8c\xb7\x0d\x47\x77\xf0\x8b\x4c\xcd\xb7\x2e\x7c\xeb\xaf\x59\x52\xda\xda\x00\x30\x9d\xc9\xee\xf0\x17\xc3\x5f\xa4\x27\x74\xe1\xfb\xb2\x81\xe9\x1c\x75\x6b\x03\xc0\x0a\xc2\xd1\x1d\x9f\x5f\xbc\xfc\x8f\x33\x46\x29\xa8\xc2\x8a\x56\x64\xe7\x60\x3c\xce\x18\xb7\xc6\xb3\x35\x1e\xc2\xd1\xad\xf1\xec\xcb\x47\x4f\x27\x7e\xdb\xa9\xf9\xd6\x5f\xa3\x72\x5b\x7f\x0d\xdf\x74\x3a\xc1\x92\x6f\x2a\xac\x60\x1a\x26\xdf\x54\x98\x4e\x51\xe4\x9b\x0a\x2b\xda\xc7\xa3\xf7\x90\x4b\xe7\x4c\x1a\xa1\xbf\x06\x56\xb0\x2c\x2b\xb9\x54\x98\x4e\x51\x24\x97\x0a\x8b\x1d\x68\x21\xb9\x54\x98\x33\x15\xd9\xfa\xb2\xf5\xa8\x89\xf3\x37\x38\xa6\x73\xaa\x72\xc6\xd7\xc0\x8a\x56\x64\x47\x5f\x43\xc0\x9c\x2a\x93\xb1\x18\xb0\xcc\x50\xc8\x24\x0d\x68\xa3\xd3\xd9\x81\xb4\xd1\xd8\x04\x5e\xec\x79\x8b\x6d\xe0\x05\xcc\x69\xe7\x38\x7f\x03\x56\x10\xfd\x6d\x4d\x14\x98\xd3\xd7\x36\x3c\x83\x49\xba\x62\x79\xa3\x5f\xbb\xe9\x55\x9b\xea\xa0\x01\xac\xc0\x44\x25\x81\xc6\x7d\xa0\x5f\xdc\x78\x77\x84\x80\x17\xba\xd8\x65\x17\xf2\x42\x85\x39\x19\xb9\xe4\x85\x0a\x2b\x3e\xa2\xad\x68\x73\xd5\x40\x74\x57\x84\x7e\x61\xc8\x52\x45\xe3\xae\xa5\x61\xb5\x77\x2d\xed\xae\xa5\x31\xe4\xdd\xb5\xb4\x3b\x96\x66\x78\x76\xd7\xd2\xee\x4c\x25\x82\x10\xf4\xee\x38\x02\xc7\x74\x06\x8b\x27\x72\x4c\x85\xc5\xee\xbf\xb8\x3b\x95\x80\x63\x3a\x0d\x96\xe4\x98\x0a\xcb\x8c\xce\xdd\xa1\xe5\x7e\x19\xcc\x74\xf0\xbf\x6b\x30\xc0\x0a\xc6\xca\xbb\x06\x73\xc7\x3a\x02\x4b\xbb\x6b\x1d\x77\x16\xae\xcc\xfb\xdc\x1d\x47\xe0\xab\x4e\x07\x7f\xf9\xaa\x71\x67\x8d\x3f\x71\x30\x77\x0d\x06\xbe\xea\x0c\x86\x29\xf9\xaa\xc2\x62\x0b\x62\xdc\x1d\x34\xee\x58\x47\x30\x4c\xdd\xb5\x0e\x60\x99\x43\xba\xe7\xe7\x17\xdf\x5c\xc5\xb3\x5c\xde\x02\x56\xda\x39\x1a\x0c\x74\xd8\xe9\x98\x24\x1d\x56\x58\x89\x4b\x93\x0e\x1b\x70\x5f\x67\x60\x69\x72\x5f\xe3\x7e\x85\x3e\xcb\x7c\xd4\xdd\x65\x7f\x58\xad\x53\xb7\x2d\xab\x35\xee\xac\x95\x26\x8e\xef\xae\xfa\x02\x53\x67\x75\x57\x7d\x81\x95\x44\x0d\x72\x5f\x03\xbe\xeb\xd4\x0d\xdd\x55\x5f\x60\xb1\x35\x32\xee\xfd\xf9\x45\xfa\x1e\xeb\xb8\x3b\x9c\x00\x2b\x0f\x45\x76\x0e\x23\x8c\xe6\x2e\x69\x36\xe0\xbe\x4e\x6d\x5b\xee\xab\xb0\xf2\xf8\x7e\xae\x38\x1e\x2a\x3c\xd4\xd8\x19\x4c\xad\xa5\xc6\x0a\x2b\x89\x76\x1f\x6a\x37\x30\x4d\x3b\xca\x96\x15\x96\x59\xba\x87\xd3\x0a\x78\xb0\x53\xb3\x90\x07\x2b\xac\x24\xda\x95\x07\x2b\x4c\x55\x59\x1e\x6c\x3c\xb0\x81\x24\x4a\x7a\x68\x03\xc0\x54\xfd\xa4\xc6\x0a\x2b\x87\x8f\xdf\x8a\x4e\xae\x1a\x88\xde\x8a\xde\x5c\x85\xc8\x69\xc5\x83\xb8\x9f\xbd\xad\xf1\xd0\x2c\x80\xc5\x86\xd1\x78\x18\x71\x01\xf3\xf3\x42\x8e\x36\x0f\xe2\xfe\x64\x98\x7a\x68\x16\x0f\xc2\xab\xbf\x3d\xde\x5f\x24\xe9\x90\x4c\x77\x24\xe3\x06\xcc\xdb\x99\xd8\x93\xcc\x5b\x61\x25\xc6\xf3\x70\x2a\x00\xcc\x64\x45\x54\x32\xae\xb0\x92\xc1\xec\xe1\x68\x03\x3f\x77\xfe\x4d\xe4\x2f\x6a\x03\xc4\xd7\x0f\x6d\xe0\x81\x0d\xb0\xd3\x34\x1e\xda\xc0\x43\x1b\x20\xaa\x7c\x68\x03\xc0\x4c\xec\xe9\xe1\x70\x20\xd7\x37\x19\xf2\xe4\xfa\xc6\x83\xd9\x01\xfb\x51\xe3\xe1\xec\xe0\xa1\xa5\x10\x26\x4b\xff\x8d\x07\x13\x78\xf6\xa3\xc6\xc3\x09\x03\xf4\xdf\x65\xd2\x54\xfa\x6f\xc0\xf5\x9d\xec\x34\x0d\xb9\xbe\xf1\xc0\xf7\xb3\x75\x36\x1e\x1a\x0f\x30\x93\x70\x43\xfa\xaf\xb0\x3e\x2f\x64\xc4\x06\x8b\x77\x26\x89\x74\x59\xbc\x21\x65\xd7\x04\xac\x94\xdd\x80\x8c\x3b\x13\x7b\x92\x8c\x2b\xac\x24\x4c\x7e\xea\xd5\x61\xde\x4e\xf6\x90\x86\xcc\x5b\x61\xd9\x39\x32\x6f\x03\xb6\xed\xcc\xe5\xb3\x78\xc7\xa7\x1a\x4d\x98\xfc\x54\xa3\x21\xe0\xce\x44\xef\x9f\xaa\xaf\x64\x5c\x3b\x47\x32\x6e\x3c\x59\xfa\x61\xdf\x67\x3c\x5d\xfa\x01\x56\x12\x95\x3e\xe7\xe7\xf1\x97\xc7\xa3\x86\x5c\x3c\x55\x5f\x60\x25\x83\xbf\xfc\xdc\x80\x1a\x3b\x0b\x87\x2a\x35\x56\x58\x6c\xfc\x8d\xa7\xba\x0a\xcc\x3a\x14\xf9\x8b\x7a\x75\x42\x84\xa7\xea\x0b\xcc\xc2\x44\x25\xd0\x0a\xcb\x8f\x26\x81\x36\x9e\x97\x62\xce\x62\x42\xfa\x54\x31\x25\xd0\x26\x81\x84\x04\xda\x80\x21\x3b\x0b\xbd\x7f\xea\xe8\x81\x95\xe5\x8d\x0f\x45\xb4\x7e\x2a\xb2\xf5\xc4\x4f\x6c\x35\x0e\xd9\xb2\x01\x1d\x76\x9a\xe8\x7c\xea\xfb\x9f\xea\x7d\x29\xb2\x5d\x17\xcc\x62\xb4\x91\x2d\x2b\x2c\x36\x24\x87\x6c\xd9\x80\x2d\x3b\x0b\xc5\x94\x2d\x2b\x2c\x55\xee\xa9\x29\x40\x5b\x9d\xc5\x98\xf4\x54\x57\x9f\xfa\x7e\x22\x5c\x29\xac\xf1\xbc\x14\x73\x96\x5d\xa8\x62\x3e\xf5\xea\x2a\xa6\x5e\x1d\x98\x65\x53\x9d\x37\x40\x74\x5d\xa6\xee\x25\xba\x06\x7c\xd5\x59\xdc\x28\x5f\x55\x58\xc9\xa0\xf1\xd2\xaf\xc2\x57\x9d\x45\xcc\x23\x5f\x55\x58\x26\xf8\xe5\xab\xc6\x0b\x2d\x2c\x3c\xf9\x4b\x2d\x04\x56\x12\xbb\xbe\x74\xa2\x70\x54\x67\x2d\x9f\xf5\x54\x44\xdf\x63\x30\xf2\x55\xe3\x85\x5f\xad\xad\xe8\xad\x08\xbf\x4a\xec\x2a\x85\x35\xe0\xab\xce\xc2\x93\xcb\x57\x15\x96\x94\x82\x97\x41\x09\x30\x9b\x84\xd1\x4b\xef\xfb\xd2\xfb\xb6\x37\xda\x2e\x26\xa4\xcd\xe0\xff\x72\x42\x0a\xac\x64\x7c\x7b\xe9\x44\x81\xd9\x68\xf4\x4b\x27\xfa\x52\x0b\xed\x1c\xb5\xf0\x75\x29\xd3\x64\x7f\x66\xbc\x54\x26\x60\x25\x0b\xa3\x2f\xc3\x0d\x28\xac\xd3\x1c\xa5\x14\x56\x61\x49\x62\x78\xa9\x5f\x2f\xfc\x2a\x85\xfa\xe2\xa5\x5f\x7d\xa9\x39\x38\x85\x97\x9a\x03\xcc\xc6\x89\xbe\x5c\xc6\x7e\xe9\x57\x57\x7d\x7f\x28\x7e\xe9\x76\x5f\x4d\x17\xe0\x63\x5f\x2e\x6c\x02\x2b\x97\x22\xbb\x00\x57\x49\xe1\xb8\x78\xf5\xe7\x46\x9c\xcd\x52\xb4\x15\x5d\x1f\x90\x32\x6e\x21\x0f\x36\xe0\xbe\x4e\x76\x61\xc6\x69\x4c\x2c\xe9\x35\x51\x06\x49\xaf\xc2\x34\xd1\x79\x1a\x54\x9c\x06\x15\xb8\x37\x79\xb0\x01\xe9\x75\xb2\x0b\x33\x24\xbd\x86\x74\xd6\x24\x4c\x96\xce\x1a\x27\xcb\x2d\x8d\xfa\x9d\x2e\xb7\x48\x67\xd5\x09\x4a\x67\x15\x66\xa3\x0c\xa7\xda\x7d\xaa\xdd\xc4\xb1\xa7\xda\x7d\xb2\xa6\xd8\x7c\xe6\x53\x25\x05\x56\x6e\x45\xfe\x22\xde\xb3\x7d\x21\x95\x54\x3a\xab\x34\x11\xe9\xac\x71\xa2\xb7\x6d\x53\xd5\xdb\x93\xc8\x99\xed\xf6\x71\xaa\xa4\xc0\x6c\x1b\xa1\x92\x02\xab\x50\x65\x79\xb0\xc2\x5c\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\xd3\xf8\xfa\xc4\x13\x53\x2b\x2c\x4e\x3d\xf1\x49\xc6\x8f\xed\x53\x71\xaa\xf0\xe7\xa5\xbe\x93\x3a\x5a\x71\xba\xe8\x07\x1d\x76\xd5\x47\xe4\xb3\xf0\x9e\x54\x8f\x8a\x53\xef\x09\xac\x22\xf6\x94\x2d\x2b\x4c\x73\x9f\xb2\x65\xe3\xbc\x14\x7e\x15\xb1\xe7\xa9\xc2\xc3\x57\x9d\x54\x7c\x8a\xd3\x61\x1d\x58\xc5\x04\xfe\x74\xa9\x1e\x98\xd4\x39\x8a\xd3\xb5\x19\x60\x39\xb4\xc8\x70\x8d\x93\xb5\x19\xf3\xa8\xa7\x83\x3f\xb0\x28\x29\x10\xa7\x1a\x0d\x4c\xea\x09\xc5\xa9\x46\x03\xcb\x01\xe8\x34\xe4\x86\xbb\x3a\xa9\x27\x14\x72\x57\x03\xee\xea\x2a\x62\x44\xb9\xab\x01\xb9\x74\x52\x13\x27\x24\x97\x0a\x4b\xf2\xcd\xdb\x01\x1b\x98\xd4\x8b\x89\xb7\x5a\x08\xac\x22\x88\x7b\x3b\x59\x7b\xa3\x85\x54\x82\x89\xb7\x5a\x08\x2c\x29\x3a\x6f\xb5\xf0\x8d\x8f\xa5\x12\x4c\xbc\xf5\xb1\x6f\x46\xfa\x22\x46\x7c\x3b\xd2\x03\x73\xb5\xbf\x78\x57\xc4\x77\x64\x60\x7c\x3b\xa5\x7b\xa3\xd1\x6c\x54\x8c\xb7\x1a\x0d\xac\xc2\x25\xbd\xd5\x68\x60\x52\x5e\x25\xde\x7a\xe2\x37\x84\x99\x22\xde\x7c\xbb\x24\x0e\xa7\x76\xb2\x9d\x31\xe4\xd4\x0a\x4b\xea\x90\x9c\x5a\x61\xb2\x9d\x31\xe4\xd4\x0a\xcb\x41\x56\x4e\x6d\xbc\xd5\x68\xa6\xad\x6f\x35\xfa\xcd\x7a\x4a\x4d\x45\x4f\x45\xb4\x7e\xfb\x8b\xb6\x9e\xd8\x82\x62\xb7\x21\xf3\x56\x98\x14\x15\x89\xb7\xb1\x05\xb0\x0a\x35\x91\x8c\x1b\x10\x70\x27\xe5\x42\xe2\xad\x57\x87\x8c\xbb\x1c\xb0\x25\xe3\x0a\x93\x52\x1a\x21\x19\x57\x58\x85\x9a\xbc\xb5\x0e\x60\x9a\xdf\x7d\x6b\x1d\x6f\xad\x83\xa5\xd4\xb7\xd6\xf1\x26\xa6\xde\x87\x22\x9b\xaa\x75\x10\x23\xbe\xb5\x0e\xb8\xbe\x93\x2d\x9b\x21\xd7\x57\x58\x45\x8c\xf8\x36\xb6\x78\xe3\xfb\x37\x96\xf6\xd6\xf7\x03\x8b\x0a\x11\xf1\xd6\xb9\x43\xff\x9d\x94\xac\x08\xe9\xbf\xc2\x2a\x3c\xb9\xf4\x5f\x61\x6e\x3f\xad\xc6\x07\xac\x22\x18\x97\xdf\x2b\x4c\x36\x89\x86\xfc\x5e\x61\x55\x2a\xf2\x85\x98\xc9\x6e\x3f\xad\x66\x05\x2c\xf9\x5e\xf2\x7b\x03\x9a\xee\xdc\x76\xb4\x63\x87\x34\xdd\x4a\x6f\xb4\x5d\xac\xba\x6c\xbb\xd0\x09\xe9\x5b\x7b\xbc\x8c\x2f\x65\xee\x26\x3c\xdc\xc9\x86\xd3\xbc\xb1\xbe\x29\xac\xba\x62\xd7\xbc\x31\xc2\x24\x0c\xdb\x49\x79\x83\xb4\xba\x70\xde\xb4\xda\x2b\x76\x4d\xd9\xb6\x09\xc3\x76\xee\x2b\x7e\x4a\x68\xb6\x17\xd8\x7a\x1e\x3f\x7d\x3c\x96\xc6\x56\xd2\xb4\xe2\x70\xde\x58\x29\x81\x87\x96\x37\x02\x9c\xbc\x61\x43\xbb\xbf\x3f\x2b\x4e\xea\x15\x7f\x60\x41\x53\x4b\xeb\x16\x27\x34\xdd\xc9\x86\xf5\xbc\x85\x6f\xe2\xa0\x51\x74\x01\xf6\x94\x37\x16\x23\xd9\xcc\x9d\x30\x7a\x3f\xb0\x20\xb3\xa5\xc4\xde\xbc\xa9\x58\x9b\x36\x96\x2f\xa7\x62\x15\x37\xa2\x58\x49\xbd\xe1\x60\x3f\x6a\x5a\x6f\x58\x58\x75\x8d\xbb\x79\x2b\x1b\x71\x69\x51\xb0\xd3\x34\x65\xcb\x0a\xab\xec\x95\xfa\xfc\xe2\xf3\xba\x6a\xf0\x42\x65\xa7\xeb\xc2\x8b\x17\x42\x8b\x12\x86\x6c\xdc\x06\x4d\x6d\x5f\x88\x25\x38\xca\x85\xa4\x65\x83\x13\xd2\x6c\xb0\x57\x33\x6f\xed\xe3\x59\x12\x87\x7d\x95\xb7\xf6\xf1\x97\x7e\x04\xd9\xe9\x94\x53\x9b\x07\x93\xb5\xba\x02\xcd\x84\x5f\xfb\x81\x20\x3b\x9d\xd2\x6c\x85\x55\x57\x08\x99\x96\x20\x4e\xd8\xb6\x71\x0b\x45\xad\x08\x13\xbb\xa2\x86\xb4\x04\x71\x52\x6f\x38\xd8\x00\x99\xd6\x1b\x16\x56\x5d\x9e\x38\xad\x37\x9c\x90\x71\x83\x4c\x77\x4a\xc6\x4d\x4a\x10\x2f\xe2\xeb\xb4\x04\x71\x52\x63\x38\xc8\x74\xe7\xa1\xae\x51\x50\x78\x41\x11\x4c\xe8\xbb\x1f\x08\xb6\xfd\xa5\x2c\x5e\x61\x11\x85\xa7\xf5\x86\x85\x60\x43\x5f\x1e\xd3\x76\x11\x72\x53\xec\x24\xe5\xfa\x26\x94\xdd\x60\x43\x5f\x4a\xd9\xcd\xc3\x70\x63\xd1\xfa\xf0\xf1\xc1\xb3\x6c\x84\xfa\x75\xa8\x5f\x28\xd3\xa1\x7e\xc1\xcf\x8d\x9b\x8d\x20\xdc\x48\x8a\x13\x2f\x6a\xa9\x24\x15\x8a\x2f\xe0\x1d\x17\xef\x98\xbe\x23\xc1\x34\x71\x7f\x1e\x69\x47\x27\xcf\xda\x34\x35\x7d\x16\x0b\x75\xf5\x11\xd9\x85\x97\xc7\x8c\xe3\xc6\x8d\xe5\xd7\x56\xa3\x37\xaf\xad\x46\x53\x63\x38\x48\x6b\x27\xc4\xdc\x0b\xe8\xaf\x4d\x23\xca\xfe\xba\xd4\x37\xd8\x6e\x96\x87\xea\x2b\x19\xb7\x6f\xbc\xa3\xea\x0b\x04\x1b\xc9\xd2\x7a\xc3\x49\x8d\xe1\xd5\x37\xde\xb1\x7d\xc7\xa6\x5d\x83\x1b\xdb\x76\x11\x94\xb4\x4d\x6d\xbf\xf6\xe5\x2a\x83\xb4\x76\xca\xe2\x15\x16\xf3\x91\x94\xc5\x9b\x30\x77\xe3\x18\xbc\xb6\xd6\x01\x8b\x77\xf5\x4d\x91\xad\x47\xef\xd9\xb0\x95\x52\x76\x85\x20\x3b\x9d\x52\x76\x85\xd5\x57\x5c\x97\x43\x53\x18\x97\xde\x07\x7b\xa5\x72\xa8\xf7\xc0\x82\xde\x99\x16\x2a\x4e\xb8\xbe\xc1\xfe\xa6\x94\xeb\x2b\xac\x3e\x14\xdd\x15\xd1\x88\x6b\x30\xcb\xa1\x92\x03\x0b\x12\x68\x0e\xc2\xa0\x1c\x97\xae\x07\x1b\x7d\x12\x76\xf0\x07\x56\x5f\x31\x62\x4a\x12\x16\x82\xec\x74\x5a\xe1\x38\xa9\x6a\xbc\x1a\xcf\x04\x87\xf8\x82\x27\x57\xd1\x7a\x35\x5a\x92\x30\x93\xb5\x94\x24\x2c\x04\x3b\x53\x52\x92\xb0\xb0\xa0\x9d\xa6\x24\xe1\x84\x05\x1c\xec\x39\xc9\x11\xb6\x2b\x6c\x17\x8f\x0f\xdb\x15\xb4\xab\x69\x7d\xd8\xae\xb0\xbf\xe8\x55\x6d\x08\x08\x76\x80\xa4\x05\x94\x85\xc5\xf4\x30\xa5\x12\x27\x75\x94\x83\xbd\x1d\x39\xc2\x76\x61\x30\x14\xb3\xcf\xa1\xc1\x40\x12\x0e\x6a\x2a\xa7\x24\x61\x61\x41\x87\xcd\x91\xfe\xe2\x15\xa7\xc4\x81\x59\x8d\xf4\x73\x10\xa7\x50\x0a\x28\x07\x71\x4a\x42\x06\x0e\xf6\x76\xa4\x15\x92\x13\x62\xf0\xa2\x9e\x7d\x4a\x0c\xce\x81\xc1\x0c\xb4\x70\x68\x30\x03\xe7\x4e\xad\xfa\x1c\x5a\x07\xc4\xe0\x18\x2a\x40\xd9\x7a\x4d\x61\xf2\x8e\x9a\x02\x10\x03\xb3\x92\x18\x2c\xac\x56\x57\x35\x85\x71\xe9\x7d\x0c\x3f\x87\x7a\x2f\x57\x98\xfa\xf2\x29\x57\x38\xe1\x07\xc7\xb0\x73\xda\x76\x31\x09\xa5\xf8\x50\x8e\x56\x31\x2f\x8b\x88\xe1\x0b\xb5\xaf\x0d\x33\xa0\xe7\xf7\x69\x5b\x39\x1c\x5a\x28\xf9\x1c\xec\x21\x4d\xc8\xc7\x1f\x58\xcc\xb6\x53\x0e\x72\xc2\x3b\x8e\xc1\xfb\x5a\xfe\x39\x61\x17\x2f\xd8\xc5\x29\xbb\x58\x08\x98\xff\x29\xbb\x58\x58\x90\x84\xd3\x2a\xce\x39\x27\x1d\xc5\x98\x34\xa7\x8f\x67\x84\xe8\x2b\xa0\xcb\xe9\x08\x01\x07\x39\xc6\x47\x14\x8a\x30\x0b\xe2\x9f\xa9\x59\x00\x41\x7d\xe6\x9c\x0e\x1a\xc0\x6a\xac\xce\xf2\xcf\x49\xc9\xe7\x18\xe9\x2f\x3e\x14\xd1\x51\x9f\x1b\xe9\x09\x98\xca\x31\x92\x5f\x54\xe1\xa7\x0a\xcf\x60\x66\xc9\x66\x21\x20\xf0\xa7\x25\x9b\x85\xd5\x3e\x5e\x85\x9f\xd7\x70\x12\xec\x34\xcd\x49\x90\x9f\xf2\x99\x1b\x3b\x97\xcf\x9c\x30\x95\x63\x30\x60\xcb\x54\x16\x16\xd5\xda\x73\xaa\xf0\x14\x4d\x0e\xaa\x25\xe7\x74\x38\x90\x83\x4c\xb5\xf6\x94\x83\x9c\xd4\x54\x0e\x2a\x1c\xa7\x35\x95\x85\xd5\x84\x6a\xd6\x54\x4e\x68\xc9\xc1\x1e\xd2\x94\x96\x2c\xac\x26\x12\xb4\xa6\x72\x52\x2d\x39\xe6\x8d\xaf\x6d\xcc\x33\x1d\x21\x88\xd8\x24\x2f\x27\x84\xe5\x98\x38\x67\xab\x25\x0b\x8b\xd5\x8d\x94\xbc\x9c\x14\x3d\x8e\x89\x27\xb6\xe8\xb1\xb0\x28\xf3\x9e\x92\x97\x13\x2a\x72\xc0\x4b\x4f\x8b\x1e\x0b\xab\xed\x68\x63\x1e\x20\xa0\x71\xa7\xb4\x64\x61\x51\xe6\x3d\xa5\x25\x27\xe5\x90\x83\xe4\x77\x86\x31\x0f\xb0\x28\xf3\x9e\x96\x46\x16\x02\x52\x75\x86\xbe\x3f\x58\xc6\x86\x5e\x9e\xa1\xef\xa7\x0e\x72\x4c\x6c\xd3\x3a\xc8\x09\xad\x79\xb1\xea\x92\x16\x3d\x4e\x8a\x1e\xc7\x44\xef\x2d\x7a\x9c\x52\x9c\x59\x75\x49\x29\xce\x42\xc0\xe2\x4d\xeb\x20\x0b\x8b\x55\x97\xb4\x0e\x72\xc6\xa4\x27\x50\xf2\x50\x31\x81\x05\x55\x3d\x43\xdf\x0f\x04\x69\xed\x0c\x7d\x7f\xe8\xe8\xd7\xf5\xb5\xad\x96\x9c\x94\x43\x0e\xd2\xda\x19\x7a\x75\x60\x41\x68\xcf\x50\xc9\x81\x60\x5b\x69\x4a\xbd\xce\x50\xa3\x17\x5d\xa8\x46\x03\x01\xcd\x36\xa5\x5e\x0b\x8b\x32\x5d\x29\xf5\x5a\x08\x08\xb4\x69\x01\xe5\xa4\x34\xf2\xea\x45\x4f\xe8\xfb\xa1\x5e\xc7\xb4\xa3\xd3\x2e\x24\x7d\xd3\x44\x59\xd4\x44\xbe\x80\xfe\x62\xd0\x80\x86\xfd\x81\xc5\xca\x52\xca\xc6\x4e\xea\x20\xc7\xb4\x73\xd2\xfe\xd2\x3a\x36\x4d\xd5\x3a\x60\x60\x07\x34\xca\x0c\x4d\x01\x58\xac\x3f\xa5\x6c\x6c\x21\xa6\x8f\xd7\x3a\x42\xeb\x20\x7e\x0a\xad\x03\x06\x76\x40\x6a\x4c\x0b\x28\x0b\x8b\x55\xaa\xb4\x80\xb2\x10\x70\x00\x53\x82\x76\x4a\xbd\xa6\xee\x7d\x4a\xbd\x4e\x78\xd6\x11\x44\x6c\xf2\xac\x85\x05\xb5\x3f\xc3\x98\x07\x52\x75\xc0\xb5\x4b\x49\xd5\xc2\xa2\xc8\x58\x4a\xaa\x4e\x49\xd5\x14\x93\x4f\x49\xd5\x49\x69\xe4\x80\xe6\x96\x96\x46\x16\x16\x65\xe2\x53\x52\xb5\x10\x6c\x5e\xcd\x34\xb0\x07\x16\x65\xe2\xd3\x0a\xc9\x49\x39\xe4\x88\xb1\x11\x9d\x8a\x68\x04\x31\x4f\x6a\x1d\x10\xb4\x03\x6a\x5a\x4a\xd0\x16\x16\x65\xe2\x53\x82\x76\x42\xd0\x0e\xb8\x63\x29\x41\x3b\x29\x81\xbc\x28\x13\x9f\xa9\x29\x40\xbd\x8e\x08\x9f\x65\xbb\xa6\xed\xe2\x1d\xb5\x0e\x20\xe0\x68\xa5\xd4\x6b\x61\xb1\x57\x21\xa5\x5e\x67\x4e\x3e\x07\xc3\x49\x6a\x1d\xc0\x5a\x76\x4e\xd8\x54\x86\x00\x28\x51\x99\x5a\x07\xb0\x28\x00\x9f\x56\x5b\x16\x82\xcd\xab\x69\xb5\x65\x61\x51\x00\x3e\x53\x83\x49\x86\x80\xc8\xef\x17\xbe\xcc\xd4\x78\xa0\x87\x2f\x56\x0b\x53\x7a\xb8\x10\xd4\x54\x4e\xe9\xe1\xc2\x5a\xc3\x5f\xf7\xe5\x2e\xe3\x09\x38\x47\x29\x3d\x5c\x58\xd4\x87\xcf\x74\x68\xa1\x3e\x73\xc0\xed\x49\xeb\x33\x67\x32\xd3\x58\x7e\x79\x87\x16\x20\x60\xa1\xa4\x25\x9b\x85\xb5\xfc\xf2\xda\x13\x10\xc1\x3c\x49\xf6\xb9\xb0\xa8\x22\x9f\xb2\xcf\x33\x8b\x2e\xc0\x8d\xa4\x93\x0f\x4a\x36\x2f\xaa\xc8\xa7\x25\x9b\x93\x32\xcd\x01\x43\x23\x53\xe3\x01\x16\xa5\xea\x32\x35\x9e\x6c\x7e\x91\x91\x2b\x8d\xa5\xa0\xad\xaf\xa5\x16\x39\xb4\x78\xae\x54\x62\x62\xe9\x1c\x02\xc8\x52\x95\x8d\xa5\xa0\xaa\x07\x4c\x88\x94\xaa\x9e\x54\x6e\x5e\xac\xae\x66\x39\x42\x40\x55\x0f\xf2\xf4\x29\x55\x3d\x29\xa0\xbc\x58\x5d\x4d\x0b\x28\x27\xd5\x92\x83\xec\x74\x5a\x2d\x59\x58\xac\xae\xa6\x84\xf6\x84\xbd\x1e\x64\x94\x53\xf6\xba\xb0\xa8\xd6\x9e\xb2\xd7\x85\xc8\xb9\x11\xbd\x14\xf1\xb5\xd1\x6e\x09\xed\x42\xe4\xa7\x11\xb6\x4b\x55\x66\x68\x91\xbd\x9e\x30\xd6\x23\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x53\xf6\x7a\x16\x4a\x9a\x1f\xd1\x5d\xd1\x9d\xab\x68\x84\x2e\x9c\x32\xcb\x41\x1e\x35\x2d\xb3\x2c\x2c\x8a\xae\xa7\x1c\xf7\x84\xe3\x1e\xe4\x3e\x53\x8e\xbb\xb0\x28\xda\x97\x72\xdc\x85\x20\x7b\x98\xd6\x54\x4e\x39\xee\x8b\xc1\x4c\x8e\x7b\x52\x2d\x39\xb2\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x5a\x2d\x39\x8b\xc8\x28\xd1\xe8\x52\x7d\x81\x45\x69\xbf\x2c\xd5\x17\x08\x32\x6b\x69\x01\x65\x61\x2d\x9b\xaa\xfa\x16\xab\x41\xe4\xcc\xb2\x1c\x0e\x80\xc5\x6e\xa3\x2c\x87\x03\x20\x92\x41\xb6\x1c\x0e\xa8\xbc\xbc\x16\xb1\x98\x95\x97\x93\x02\xca\x41\x06\x2b\x2d\xa0\x9c\x72\xef\xd9\x93\x94\x72\xef\x13\xa2\x7d\x90\xf7\x49\x89\xf6\xc2\x5a\x76\x4e\xdb\x85\x4c\x18\x12\xeb\x90\x68\x9f\x14\x50\x5e\x94\x1c\x4c\x0b\x28\x27\xe5\x90\x83\x8c\x4e\x96\xf1\x53\x39\x42\x10\x65\x49\xa1\x4f\xf8\xf2\x51\x37\x45\xa1\x08\x9d\x20\x32\x92\x2f\x9f\x90\xe3\xa3\x18\x21\x24\xc7\x27\x4c\xf8\xc5\xea\x7d\xca\x84\x17\x82\x0c\x45\xca\x84\x17\x16\xab\xf7\xd9\xce\x08\x80\x20\xf7\x90\x92\xe3\xb3\x1d\x0e\x08\x7a\xdb\xe1\x00\x08\x32\x01\x29\x39\x3e\x5b\x1b\x62\x65\xa9\xb5\x21\x20\x58\xe3\x4f\xf9\xf2\xc2\x62\x8d\x3f\xdb\x28\x0b\x08\x56\xef\xd3\x9a\xca\x09\x5f\x7e\x2d\x3e\x9a\x7c\xf9\x84\xaa\x1e\x94\x46\x4e\xa9\xea\xc2\x62\x77\x56\xb6\x2e\x1c\xc6\x7a\xb0\x66\x9d\x56\x4b\x16\x16\x99\x80\x6c\xad\x03\xe2\x79\xb0\xce\x9c\xad\x46\x4b\x42\xa7\x38\x7a\x4a\x42\xcf\xbe\xd4\x37\x0a\x35\xe9\xfc\xdc\xc8\x17\x5a\x8a\x50\x5f\xea\x0a\x87\x4b\x8b\xad\x7e\x01\x8b\x7c\x41\xb6\x73\x54\x20\x5c\x9c\xb3\xec\x70\xc2\x32\x5f\x94\x3d\x4f\xcb\x0e\x27\xfc\xf1\x60\x67\x6e\x4a\xf6\x4e\x28\xd2\x51\xfb\x7a\x21\x0b\xe4\x0a\x8b\x8d\x64\xe9\x81\x79\x09\x83\x3a\x9c\xb6\xca\xa0\x16\x16\xe9\x88\x94\x41\x2d\x04\xe7\x96\xa5\x0c\x6a\x61\x2d\xb4\xd0\x9a\xb9\xb9\xae\x3e\x0a\x67\x89\xcb\x31\x4d\x52\x35\xf5\xd2\x53\x52\x75\xc2\xa0\x8e\x66\x31\x53\x06\x75\xc2\xa0\x5e\x6c\x5d\x4b\x19\xd4\x42\x70\x8a\x58\xca\xa0\x16\x16\x35\xce\x73\xe9\x60\x20\x55\x87\x33\x4e\x49\xd5\xc2\xda\xb7\xff\xc0\xac\x58\xce\xb5\x10\x4e\x0f\xad\xc5\x9b\x8b\x34\x07\x25\xd0\x73\x39\x7c\x42\x97\x0e\xa7\x74\xd2\xa5\x85\x45\x09\xf4\x5c\x1a\x35\x05\x72\xa3\x59\x70\x5d\xce\xef\x61\x4d\x2f\xf6\xd2\xa5\x95\x71\x13\x8a\x73\x70\xa4\x53\x4a\x71\x4e\x08\xc7\x41\xb6\x35\x25\x1c\x0b\x8b\x24\x4d\x5a\xf3\x56\x08\x72\x9f\x69\xcd\x5b\x61\x6d\x86\xbc\xed\x5a\x14\x10\x9c\x80\x94\x32\x95\x13\x5a\xf2\x22\x95\x93\xd2\x92\x93\x0a\xb4\x61\x08\x69\x05\x5a\x61\x51\x15\x3d\xb7\x5f\x1e\xae\x6f\x70\xaa\x4c\xca\xf5\x4d\xca\xcd\x2e\x76\xef\xa5\xe5\x66\x13\xca\x6e\x38\xa2\x4a\xd9\x15\x16\xa9\x9c\x94\xb2\x9b\xf0\x73\xc3\x71\x44\x7e\xae\xb0\xa8\x77\x9e\xf2\x73\x13\x32\x6e\x90\x89\x4c\xc9\xb8\xc2\xa2\xde\x79\x4a\xc6\x15\x42\xaf\x2e\x19\x57\x58\xec\x17\x4c\x8b\xbf\xe6\x66\xf9\x53\x7f\xbd\x5d\xe0\x01\x16\x55\xd1\xd3\xe2\xaf\x09\xdb\x36\x16\x13\x99\x6d\x6c\x01\xcd\x76\x91\x62\x4a\x69\xb6\x09\x35\x36\xf4\x65\x52\x63\x13\x3a\x6c\x90\x50\xcc\xbb\x0e\x15\x96\xe5\xda\x44\x59\xb2\x2c\x13\x82\x64\x50\x41\x3b\xef\x46\x46\x92\x25\x4d\x6d\x48\x96\x4c\x68\x90\x41\xdd\xe8\x94\x06\x29\x2c\xea\xd4\xa6\x34\x48\x21\x28\x8d\x9c\x96\x00\x15\x16\x75\x35\x53\x66\x64\xc2\x79\x0c\x8a\x1e\xa7\x9c\x47\x61\x6d\xf4\x4b\xce\x63\x3e\x58\xe7\xa1\x04\x71\x3e\x9c\x43\x00\x8b\xea\x9b\x69\xed\xd0\xa4\x50\x68\xb0\xab\x30\x2d\x14\x2a\x2c\x53\x2e\x92\x25\x13\x06\x64\x50\xea\x37\x2d\x14\x9a\x16\x0a\xa5\x32\x6e\xca\x86\x4c\xaa\x6f\x86\x2f\x64\xf5\x4d\x61\x6d\x7c\xd9\xc3\xc8\x08\x48\x8a\xb4\xe6\x43\x17\x0e\xac\x8d\x2f\x7b\x18\x19\x41\x1e\x4c\x8a\xb4\xa6\xe4\x41\x61\x51\x3f\x37\x1f\x7a\x16\x20\xa9\xd1\x99\xf2\x09\x85\x45\x55\xd0\xb4\xb8\x67\x3e\x2e\x0f\x90\xd4\xe8\xcc\x87\x1e\x00\x58\xec\x70\xcc\x87\x53\xcd\xc7\xa5\xd1\x49\xf5\xcd\x7c\xa8\xd1\xc0\xa2\x1a\x6e\xca\x27\x4c\x38\x84\x79\x23\xae\x7b\xa8\xd1\xc0\xa6\xc2\x68\x3e\x8c\x96\x81\xa4\xf0\x65\x4a\x31\x14\x36\xd5\x70\x53\x8a\x61\xc2\x14\x4c\x0a\x5f\xa6\x4c\x41\x61\x53\x0d\x37\x2d\x14\x9a\x8f\xa2\x5d\xa9\xc8\x76\x5d\xb0\xa9\x86\x9b\xf2\x09\x13\x3e\x61\x52\x3a\x32\xe5\x13\x0a\xfb\xd3\xd1\xfa\x2f\x28\x86\x49\x51\xc8\x94\x62\x98\xf0\x09\xf7\xed\xe6\x8d\x4b\x11\x7d\x4f\x50\x22\x79\x30\xa9\x85\x99\x37\x56\x90\xad\x85\x29\x6c\x76\x84\xe6\xd3\xef\x08\x49\x2f\x39\x4a\x31\x25\xe9\x09\x9b\xa2\xb6\x29\x49\x2f\x21\xe6\x25\xbb\xff\xd2\x8a\x99\xc2\xa6\x82\x6d\x5a\x31\x33\xa9\x85\x99\xec\xfe\x4b\x6b\x61\x26\x85\x2f\x37\x15\x6c\xd3\xc2\x97\x09\xfd\x2e\xd9\xb1\x97\xd2\xef\x84\x6d\x2e\xf0\xa9\x02\x40\xbf\xcb\x03\x67\x25\xfd\x4e\xd8\x37\x7c\xa1\xf5\x2b\x13\x16\x5d\x9a\xb4\x90\x45\x27\x6c\x2a\xd8\xa6\x2c\xba\x84\x32\x97\x54\x86\x4b\x29\x73\xf9\xf4\xd3\xb2\x10\x2c\x65\x2e\xa9\x26\x99\xec\x9f\x4b\xab\x49\x26\x15\x24\x37\x87\x96\xe6\xd3\xaf\xfd\xe4\xa3\x99\x7b\x78\xfa\xd1\x9e\x7e\x34\x3c\xe6\xd3\x8f\x06\xb1\x2e\x29\x1f\x96\x12\xeb\x84\xcd\x3e\xdb\x7c\xea\x4d\xe0\xda\x25\x7b\xde\x52\xae\x9d\xb0\xcd\x64\x3e\x75\x1d\xf0\xeb\x92\x02\x5c\x69\x51\xc9\x84\x6b\xb7\xb5\x21\xb9\x76\xc2\xd6\x60\x2c\x2a\x29\x24\x25\xb0\xf2\xa5\x37\xa1\xce\xe4\xbe\xfd\x07\x8e\x83\x48\xcb\x50\xe6\xeb\x72\x1d\x49\x25\xaa\x7c\xb9\x60\x41\x35\xca\x7d\x9b\x8a\x50\xac\xd7\x44\x3f\x18\x64\x5f\x46\x95\xc0\xe6\xac\xd5\x94\xd6\x97\x50\xf9\xd2\x0c\x83\x35\x27\x85\xcd\x8e\xe1\x7c\x19\x55\x52\x86\x32\x8f\xe5\xb3\xfc\xc5\xe9\x2f\x2a\xf2\x17\x93\x97\xc3\x97\x49\x9f\x13\x36\xfb\x8a\x53\xfa\x5c\x52\xdb\x31\x07\xca\x60\x6d\x47\x61\xeb\x0d\x5e\xf9\x79\xd6\x65\xae\xae\xe4\x4b\x9f\x13\xb6\xf9\xdd\x97\x6e\x04\xae\x5c\xba\x54\x2f\x57\x4e\xd8\xd4\xe2\xcd\x97\x5a\x44\x51\xc8\xa4\xc4\x50\x5a\x14\x52\xd8\x14\xde\x4d\x8b\x42\xe6\x0b\x2d\x1a\x3e\x5e\x2d\x7a\xa9\x45\xf8\x1f\xf9\x71\xf9\x42\x8b\xd8\xa0\x96\x2f\xb5\xe8\xa5\xe9\x13\x84\xc9\x8f\xcb\xd7\x35\xf9\x48\x17\xe1\x5f\xfd\x79\x3c\x76\xfe\xb9\xf1\xa5\x88\x77\x44\xd7\xac\x26\x29\x6c\xca\xf3\xa6\x2c\xba\xa4\x90\x63\x0e\x46\x67\x0b\x39\x0a\x9b\xf2\xbc\x29\xf3\x2d\x21\xb0\x25\xd5\x6a\x52\x02\x9b\xb0\xcd\x4e\x5b\xb5\x31\x29\xd1\x98\xec\x53\x4b\x4b\x34\x0a\xfb\x46\xb8\x61\x89\xc6\x84\xa1\x96\x83\x64\xee\xe9\x02\x0f\xb0\x6f\x4c\x5b\x65\xab\x25\xac\xb2\x74\xe1\xfc\x74\x68\x01\xb6\x3e\xf6\x74\x68\x01\xd2\x25\xf1\x53\xcf\x02\xf7\x6c\x9b\x0f\x3f\x55\x13\x78\x68\xe9\x92\xb8\x3c\x34\x61\xeb\x89\xad\xda\x98\x14\x5f\x4c\x76\x7a\xa5\xc5\x17\x85\x7d\x63\x72\x6b\xf1\xc5\xa4\x86\x62\x52\x8d\x24\xad\xa1\x28\x6c\x4a\xfd\xa6\x35\x14\x13\xd2\x59\xb2\x87\x2b\x25\x9d\x09\x5b\xaf\x2e\xe9\x2c\xe1\x8e\x25\xbb\xb3\x52\xee\x98\xb0\xcd\xd3\xcb\x1d\x4b\xca\x1f\xa6\x8b\xdd\xa7\x5f\xfb\xf4\x6b\xe3\x20\xa4\x93\x25\x74\xb2\x9c\x74\xa1\x74\x32\x21\xa9\x16\x91\x6f\x1d\xc4\x7b\xf0\xf8\xf2\xaa\x50\x14\x5c\x55\x88\x52\x11\x26\x5a\xde\xc8\x17\x82\x3b\x96\x94\x86\x48\xb9\x63\xc2\x76\x00\x7a\xab\x00\x30\xc1\x92\x52\x07\xf9\xd6\x6a\xa1\x80\x6d\x29\x05\x52\xc0\x84\x64\x53\x7f\x4a\x01\x13\xb6\x94\x82\xb7\x03\x10\xac\xb0\x64\xcb\x53\xca\x0a\xcb\x77\xd8\x7a\x1a\xe1\x6c\x0a\x26\x57\xba\xce\x2c\x93\x4b\xd8\x12\x0f\x64\x72\x25\xb4\xad\x64\x47\x7a\x4a\xdb\x12\xb6\x63\xa5\xb4\xad\x84\xaa\x95\x6c\x66\xca\xb7\xf3\x4a\x60\x53\x6f\x38\xdf\xce\x2b\xdf\x28\x13\x9b\x99\xf2\xad\x32\xc1\xe4\xda\x37\x5f\xdb\xf9\x0c\xb4\xad\xe4\x70\xbd\x94\xb6\x25\xec\x1b\xcb\x22\xd2\xb6\x12\x8e\x56\xba\xce\x2c\x47\x4b\xd8\x94\x1d\xce\xb7\x83\x19\x90\xec\xc3\x4e\x69\x5b\xc2\xa6\xf4\x76\x4a\xdb\x4a\x2a\x35\x66\x30\x72\xbd\x0d\xc6\x81\x7d\x63\x4e\x2f\x93\x2b\x61\x6f\x25\x25\x1a\xd3\x42\x8e\xc2\xa6\x40\x77\xca\xe4\x12\x92\xed\x53\x29\x93\x4b\xd8\x37\x42\x50\x99\x5c\x09\x47\x2b\x63\xf8\x78\xbf\x63\xf1\x1d\x99\xf9\xbf\x5d\x75\x81\xa3\x95\x2e\x50\xcb\xd1\x12\xb6\xa4\x0f\x6b\x30\x26\xb4\xad\x64\x43\x72\x4a\xdb\x12\x36\x05\x15\xf2\xed\xc0\x08\x47\x2b\x59\xa0\x2e\x39\x5a\x05\x71\x2a\x59\x67\x2e\x6a\x15\x5e\x80\xc7\xbc\x34\xa7\xac\x4f\x58\x30\xa6\x92\xa5\xd8\x92\x12\x25\xec\xdb\x35\xe8\x94\x94\xa8\x82\xf3\x94\x6c\x40\xaa\x5b\x78\x63\x60\xdb\x8b\xc7\x33\xe9\x2e\xaa\x18\x66\x7c\x44\xa7\x22\xfc\xea\xf2\x46\x1f\xcf\x68\xc5\x66\xb9\xf2\x10\x78\x61\xdf\xd6\xfe\xee\x50\x5c\x96\x42\xac\x9b\xfa\xb1\x79\x6e\xd9\x46\xf5\x63\xf3\x26\x65\x17\x5c\x9d\x9e\x1c\x62\x57\x9e\xbd\x2e\xec\xdb\x56\xe4\x55\x2c\xcb\x72\x58\x5c\x79\xaa\xba\xb0\x29\x20\x51\x9e\xaa\x5e\x70\xa1\x92\xdd\x33\x25\x17\xaa\x6e\x0e\x1a\xbc\x89\xc4\xa7\x82\x99\x94\xac\x88\x96\xcc\x24\x61\x43\xab\x29\x99\x49\x42\xb2\x67\xa4\xa8\x22\xf8\x81\x7d\xbb\x0c\xb1\x2c\x26\x58\x70\x96\x92\xb5\xce\x3a\x98\x3b\x0b\xfb\xc6\x6b\xc3\x65\xba\x60\x72\x15\x37\xe2\x7f\x84\x4d\x1c\x5b\x52\x9a\x0a\x66\x52\xb2\xeb\xa2\x64\x26\x09\x9b\xaa\xd7\x05\x4b\xe9\x03\xc9\xbe\x85\x92\xac\x24\x6c\xca\x5f\x14\x45\x0a\x2f\xa0\x5d\xa8\xcc\xa1\x7e\x50\xab\x70\x13\x13\x97\xb5\x0a\x0b\x4a\x53\xb2\xd7\xa0\xa4\x34\x09\x1b\xea\x50\x59\x72\xb0\x20\x2b\x25\x6c\xfd\x92\xac\x24\x6c\x22\xe7\xf2\x54\xf5\x3a\x08\x5d\x60\xaf\x17\x55\x04\x3f\xb0\x39\xaa\xbc\x2c\x26\x58\x30\x93\xb2\x7c\x21\x15\x00\x38\xe0\x16\x96\xe7\xa5\x0b\x9b\x8a\xf4\x25\x59\xa9\x28\x20\x98\xf5\x11\xb5\xa2\x66\x5d\x9e\xa6\x32\x98\x15\x34\xa4\x84\x7a\x5d\xd2\x90\x0a\x1a\xd2\x86\xe5\x54\xd2\x90\x0a\x06\x51\xb2\x7b\xa6\x2c\x00\x28\x6c\xaa\xdb\x97\x6c\x22\x21\xa1\xff\x96\x67\x9c\x0b\x9b\x12\x1f\x75\xa8\x72\x1c\x7b\x9e\x35\x78\xed\xf6\x73\x34\x9f\xc3\x46\xb4\x8d\xc0\xf4\x59\x40\x2c\x69\x48\x05\xcf\x28\xe1\xe7\x16\x64\xa3\x0f\x6c\x66\x1a\x25\xe7\xa8\x38\x09\x3d\x39\x6e\xad\x3c\x09\x5d\xd8\x54\x09\x2f\x39\x47\xc5\x89\xe5\x09\xf3\xb6\x86\x9a\x03\x1f\x67\x43\xdb\x2a\xf9\x38\x42\x0c\x4c\x41\x3e\x4e\xc1\xb4\xd9\x54\xe3\x2e\x99\x36\x42\xd6\xe5\x04\x4b\xa6\x8d\xb0\x0f\x5b\xef\xd7\xe6\x5c\xf3\xac\xc5\xb3\xd2\x46\x30\x8e\x1c\xbe\x10\xe3\x48\x51\x6f\x2f\xa1\xb9\x95\xf5\xf6\x0a\x76\xcd\x86\x7d\x55\x50\x6c\x3e\x90\x6c\x49\x29\x99\x36\xc2\x86\x7d\x55\xc3\xaf\x0d\xe1\x26\xa1\x80\x95\x55\xf9\x0a\xf2\xcd\x3e\xec\x1c\xbc\x7a\x41\x85\x49\x38\x5a\x25\x15\x46\xd8\x54\x10\x29\xa9\x30\x42\xc2\x00\x2a\x68\x31\x17\xf0\xd1\xec\x42\x3f\x1a\x90\x7d\x8d\x10\x25\xb1\x45\xc8\xe6\x6b\x5b\x5c\x4f\xd8\x94\x7f\x2e\xb9\x2e\xc5\xf1\xe6\xc9\x8a\x68\x4d\xbf\x23\xb0\x8f\xf0\x59\xa5\xe8\xce\x55\x81\xe8\xa1\x88\x17\x0a\x1f\xcf\x0b\x41\x6c\x49\xd6\x3a\x4b\x62\x8b\xb0\x8f\x54\xe4\xe3\x83\x5f\xf4\x46\xbf\xf6\xd4\xf8\x92\x46\x68\x7c\x90\x3e\xb2\x71\xf4\x92\x3e\x84\x4d\xb1\xdd\x92\xf4\x51\x70\x37\xb2\xf1\x85\x72\x37\x84\x0d\x21\xab\x2c\x3c\x57\xf0\x35\x92\xbc\x73\x59\x65\xae\x38\xc3\x7a\x33\xa9\x2a\xcf\xb0\x2e\x2a\xcb\x25\x89\xe1\x9a\x7e\x8e\xe9\xe7\x60\x98\xb2\xca\x5c\x41\xd4\xc8\x75\xd0\x85\xfd\x79\x3c\x8a\x79\x0d\xeb\x25\x51\xa3\x20\x6a\x24\xf9\xce\x92\xa8\x51\x61\xaf\x5e\xc3\x7a\xc9\xca\x28\x0e\xac\x4e\x56\x1b\xcb\x03\xab\x85\xcd\x39\x01\xe5\x81\xd5\x05\x51\x23\xc9\x18\x96\x44\x8d\xa2\x16\xdd\x66\xb2\x57\xd6\xa2\x2b\x88\x1a\xc9\x99\xcc\x25\x51\xa3\x20\x6a\x6c\x26\x7b\x25\x51\xa3\x38\x64\x3a\xc9\xb9\x95\x87\x4c\x0b\x9b\x33\x07\xca\x43\xa6\x0b\x26\x45\xb2\xda\x58\x32\x29\x84\x0d\x35\xad\x64\x52\x14\xb4\x89\x5c\xc5\x2f\xea\x90\x43\x87\xbc\x15\xa1\xab\xf0\x1a\x72\xd5\xf7\x17\xa8\x4b\xda\x83\xb0\x0f\x46\x54\x8b\xd0\x15\x4c\x88\x5c\xf6\x9d\xfa\x01\x6c\xe6\xa8\xe5\x89\xd0\x42\x2e\x7b\x85\xa9\xa6\xb0\xa9\x1d\x53\x91\xf6\x1d\x53\x4d\x4e\x8a\x2d\xf9\x12\xc2\x86\x51\x57\xf2\x25\x2a\x88\xcb\x96\x8d\x28\x3f\x4d\xf9\x8b\xde\xe8\x2f\x36\xdd\xc9\xc0\x68\x5d\x3a\x61\x53\x2d\xb9\x42\xc5\x82\xe3\x90\x2c\xaf\x97\x1c\x07\x61\x53\x2d\xb9\xe4\x38\x14\x2c\x83\x64\xcb\x40\x79\x00\xb3\xb0\x29\x4d\x53\x32\x0e\x0a\x2e\x41\xee\x6b\x0a\x5c\x72\x09\x84\x4d\xb5\xe4\xb2\xb2\x5b\x91\xc6\x4f\x8e\x52\x2c\xd3\xf8\xc2\xa6\x5a\x72\x99\xc6\x17\x92\x93\x99\x2a\xfd\x80\xc0\xa6\x5a\x72\x99\xba\x2f\x92\xf2\x49\xcd\xb6\x32\x29\x2f\xec\x81\x13\x4c\x3d\x31\x69\xed\xe4\xfc\xa6\x32\xad\x2d\x6c\x4a\xe6\x54\x6a\x75\x40\xb2\x18\x59\x66\xba\x85\x0d\x4f\xb1\xd2\xfe\x4a\x22\xa3\xed\x6b\x1b\x19\x71\x5e\xf1\x1e\x58\xb0\xe7\x15\x0b\xc5\x1a\x59\x99\xe9\xae\xba\xdc\x5b\xb1\x20\x56\xa5\x7b\x03\xf6\x60\x44\xf5\x08\xe3\xe2\x8c\xe1\x62\x41\xac\x3c\x63\xb8\xa8\xe6\xb6\x39\xdf\xa2\xac\xe6\x26\x14\x8b\x45\x55\xc6\x4f\xc0\x1e\x9f\xc7\xf3\xda\xa4\xc8\x0b\xda\x7b\x99\x22\x2f\xd2\xe2\x9b\x1a\x40\x55\x86\xc9\xa4\xb5\x8b\x45\x9d\x32\xad\x2d\xec\x61\x23\x8c\x79\x38\xf8\xb7\x58\xca\xa8\xf2\x0b\x95\x9f\x83\x81\xd1\x1c\x76\x91\xb0\x2e\xa6\xe6\x65\xc2\x5a\xd8\x10\x2f\xcb\x84\x75\x91\x2b\x2e\xa6\xd3\x65\xae\xb8\x48\x9a\xee\x71\x5c\x3d\x61\xd2\xb4\x48\xdc\xed\x81\x27\x36\x71\x57\x14\x81\x2a\x6a\xcd\x97\x45\xa0\x8a\x23\x44\x37\x35\x5e\xca\x23\x44\x8b\x5c\x5e\x41\xa0\x2d\x73\x79\xc2\x66\xe6\x5f\xe6\xf2\x8a\xba\x50\xa5\x8f\xb5\x2e\x94\xb0\xa9\x04\x53\x9e\x04\x5a\x9c\x04\x5a\x07\x73\x08\x4f\x02\x2d\xaa\x47\xed\x49\x47\x5b\x3d\xaa\x28\xef\x54\x3a\x05\x33\x7e\x45\xb1\xa6\xd2\x3a\x96\xe1\x06\xb0\xe1\xda\x95\x85\x9b\x6a\x5d\x5f\xb8\xa8\xd9\x5d\x4b\x87\x0a\x6c\x96\x1f\x6a\xf9\xb5\xa9\xd2\x54\x7e\x5a\xab\x34\x09\x9b\x82\xaf\x65\x95\x26\xa1\xe0\xae\x96\x55\x9a\x8a\x93\x40\x37\x05\x5f\xcb\x93\x40\x8b\x73\x3d\xaf\x98\x08\x11\xaf\xcd\xb9\x9e\x9b\x82\xaf\xb5\xc2\xd6\x5f\x3e\xb6\x28\xbd\x5d\x26\x27\x85\x0d\x07\xb0\x3c\xd0\x53\x28\x0a\x37\x95\xf9\xca\x22\x13\xb9\x27\x8a\x69\x26\xb2\x48\x3b\x16\x2b\x5e\x65\xda\x51\xd8\x14\xc0\x29\x6b\x39\x09\x45\xc1\xe9\x32\x13\x29\x6c\x8a\xb4\xd6\x32\x58\x22\x13\x59\x90\x53\xcb\x4c\xa4\xb0\xe1\x13\x96\x99\xc8\x22\x63\x58\x1c\xa9\x52\x66\x0c\x85\x4d\x91\xd6\xb2\x58\x93\x50\xa3\xbc\xca\x46\x24\x0a\x30\x11\xa9\x98\xeb\x52\xb3\x2b\xfc\x42\x34\x14\xf1\x8b\x76\x8e\x3e\x1a\x28\x8e\x41\x29\x0f\x07\x15\x36\x85\x79\x6a\x19\x8b\x01\x45\x75\xe9\x5a\x2a\xe6\x52\x31\x19\x3e\x97\x8a\xc9\x79\xa1\x45\x75\xe9\xf2\xbc\x50\x61\xb3\x40\x54\x9e\x17\x2a\x14\x14\xd6\xb2\xae\x94\xb0\xa7\x9f\xc3\xd8\x02\xa8\xd1\x8a\x7c\x47\x95\x7c\xd2\x85\x2a\x39\x99\xd0\x2b\xba\x43\xa4\x62\x32\xe9\xa6\x6e\x6b\x59\x44\xaa\xa8\x18\x55\xd4\x82\x2a\x2b\x46\x15\x55\xa2\x36\x75\x5b\x6b\xe9\xf8\x80\x1a\x8c\x7c\xa6\x53\x85\xcd\x49\x1f\x65\xc5\xa8\x22\xc3\x5a\x90\x66\xcb\x0c\xab\xb0\x67\x7c\xbf\x06\x75\x99\x80\x2d\xf2\xa8\xc5\xa2\x5f\x99\x47\x2d\x4a\x3a\x6d\x2a\x18\x95\xa7\x82\x0a\xa5\xd5\x6d\x2d\x05\xd8\x14\x7f\x2d\x2b\x3e\x15\x85\x9b\x4a\x7b\xb2\x70\x93\xb0\xa1\x8d\x96\x85\x9b\x84\x52\x8b\x3c\x3b\x54\xd8\x14\x7f\x2d\x33\xb7\x45\xb6\xb6\xd4\x0f\xcb\x3b\x09\x1b\x72\x69\x59\xde\xa9\xa8\xbf\x54\x7e\x79\xeb\x2f\x09\x9b\x12\xb1\xc5\xa1\xa1\x17\xec\xeb\x2a\x1f\x9f\x9f\x1b\x31\x6a\xb4\xdb\x83\x42\x8b\x34\x6d\xb1\xe8\x57\xa6\x69\x85\xfd\x37\x91\xad\x2f\x7e\xb1\x14\xf9\x8b\xaa\x1f\xfe\xda\x9a\x49\x42\x51\xb0\xb5\xac\x99\x24\xec\x99\x8a\x6c\x04\x4a\x3a\x51\xf8\x5d\x9f\x46\xa0\xa4\x49\xaf\xaa\xa4\x40\x51\xb0\xb5\xcc\xef\x16\x99\xdb\xcd\x32\x63\x99\xb9\x2d\xb2\xb5\x9b\x32\x4a\x75\x37\xf6\x04\x0a\x42\x68\x59\xd4\xa8\xee\x7a\x4f\xe2\x58\x2b\x18\x15\xb5\x89\x8a\xda\x44\x65\x6d\x22\x61\x53\x4e\xb4\xac\x4d\x54\x94\x18\x2a\xca\x3d\x96\x25\x86\x84\xcd\xca\x63\xdd\x9d\xf9\x53\x4f\xa8\x02\xb7\x6b\x3d\x21\x61\x4f\x22\x36\xeb\x09\x15\xf5\x84\x0a\x2e\x66\x59\x4f\x48\xd8\xac\x4f\xd6\x5d\xf7\x46\x3d\xa1\x62\xa9\xab\xac\x27\x24\xec\x49\x5c\x77\xd7\x4b\x51\x3c\xa8\x58\xea\x2a\x8b\x07\xd5\x5d\xdb\x24\x26\xbe\x6b\x9b\xe4\x8a\x8b\x43\x36\xca\x5c\x71\x91\xf2\x2d\x2a\x51\x95\x29\x5f\x61\x43\x67\x2d\x0b\xe0\x14\x99\xdf\x8a\xa5\xe8\xae\xe8\xce\x55\x1b\x11\x2f\xc4\x49\x8f\x45\x69\x9b\x7a\xd8\x5f\xc0\x66\xc9\xb2\xac\x76\x53\x54\xa8\x29\x2a\x2b\x95\x15\x6a\x84\x4d\x95\xa6\x7a\x18\xd7\x51\x5c\xa6\xa8\x60\x54\x8f\xf8\x88\x1e\x5c\x35\x10\x3d\x15\x5d\x5d\x48\xed\x99\xb2\xf6\x8c\xb0\x29\x56\x59\x0f\xbb\x90\x7a\x31\x45\xa1\x99\xb2\x5e\x8c\xb0\xfd\x42\x0f\xad\xe3\x41\x17\xba\x4a\xf5\xb0\x0b\x81\x4d\x49\xcb\x32\x7d\x5c\x54\x95\x29\xd8\x7d\x65\x55\x19\x61\xb3\x94\x5a\x26\x86\x8b\xea\x2d\x45\x95\x94\xb2\x7a\x8b\xb0\x29\x69\x59\x66\x5b\x8b\x6c\x6b\xb9\x66\x64\xb6\xb5\x28\xd5\x52\xd0\xdc\xca\x52\x2d\xc2\x66\x0d\xb6\x9e\xc6\x75\x94\x6a\x29\x8a\x3e\x94\xa5\x5a\x8a\x22\x2c\x1b\x92\x70\x59\x84\xa5\x9e\x68\xb4\x4b\x3f\x4f\x35\x1a\xd8\xac\xc1\xd6\xd3\x2f\x44\xa9\x96\xa2\x24\x41\x59\xaa\xa5\x38\x37\x71\x43\x25\x2e\xcf\x4d\x2c\xd2\xbc\x45\x49\x82\xb2\x2e\x4b\x99\xdf\x55\x7d\xcd\xef\x0a\x05\x35\xad\x2c\xc2\x22\xec\xc0\x7f\x99\xf2\x2d\x8e\x3c\xac\x42\xbf\x9e\x7a\x39\x60\xab\xe4\xa6\x7c\x8b\x94\x6f\x71\x8e\x44\x99\xf2\x15\x36\xb5\x30\xcb\x82\x2e\x45\x6a\xb6\xa0\xa6\x95\x95\x4d\x84\x4d\xe1\xcb\x32\x4d\x5b\xa4\x56\x8b\x9a\x25\x65\x6a\x55\xd8\x90\x97\xeb\xd9\x9f\xab\xae\x71\x97\x9a\x25\x65\x65\x13\x61\x53\xa6\xab\x4c\xc0\x16\x49\xd7\x2b\xd2\x44\x64\x53\x99\x3b\x53\x1e\xb3\x4c\xc0\x16\xa9\xd5\x62\x6f\x6c\x99\x5a\x15\xb6\x26\x6a\x6a\xb5\xc8\xa3\x16\xfb\x46\xcb\x44\xa9\xb0\x29\x8f\x59\x2f\x3f\x2d\x05\x4e\x0a\xa2\x58\x79\x38\x5f\xbd\x98\x2e\x51\x1e\xb3\x5e\x7e\x5a\x92\xa3\xc5\x9e\xca\xb2\xd8\x89\xb0\x5d\xd9\x36\x51\x2a\x14\x95\x4d\xca\x44\xa9\xb0\x83\x61\xce\x92\x28\x42\xb1\x5b\xb2\x2c\x89\x22\x6c\x4a\x6d\xd6\x4b\xab\x05\xaa\xb6\x37\xde\x15\x61\x30\x61\x23\x1e\x8a\x68\xfd\xfe\xfe\xbe\xe2\xb2\x88\x8a\xb0\xa9\x67\x56\x16\x51\x29\xce\xfe\x2b\x8e\xaf\xaf\x97\x5a\xf4\x22\x6f\xe3\x1a\xfd\xcb\x41\x96\x83\xfe\x8a\x4d\x8b\xf5\x52\x3f\x5e\x7a\x03\x46\x41\x0f\xfd\x2b\x52\xbe\xc5\xbe\xbc\x32\xe5\x2b\x6c\xca\x63\x96\x29\xdf\xa2\x62\x4a\xb1\xff\xad\xac\x98\x22\x6c\x6a\xa3\x95\xe7\x00\x16\xf5\x4b\x8a\xdd\x68\x65\x81\x12\x61\x73\x74\x52\xbd\x1c\xf2\x5e\xd7\x68\x55\x8d\xfa\xbd\x8c\xa5\x80\x4d\xa9\xcd\x7a\x19\x4b\x91\x87\xad\xf6\x85\xd4\xa2\x57\xd3\x9d\x8c\x82\xe4\x67\x2f\xb8\xba\x93\x4d\x43\x65\xb6\xb5\x48\x81\x16\xbb\x7a\xea\x74\x4c\x02\x36\xd5\x37\xcb\x42\x20\x45\xf1\x8f\x62\x6f\x46\x9d\x76\xf4\x69\x47\x33\xdf\xb5\x10\x48\x9d\x84\x2e\x1c\xc7\x5e\xa7\xbd\x4a\x12\x70\x53\x7d\xb3\x4c\x02\xd6\x9b\x24\x33\x05\xcb\xea\xad\x3d\x91\x45\x29\xb6\xc8\xb7\x59\x94\xe6\x40\xaa\xda\x57\xaf\xb6\x07\x52\x09\x9b\x6a\x24\xed\x81\x54\xcd\xb6\xf6\xda\x57\x4f\xb4\xdb\xda\x9b\x43\x95\x36\xab\xd1\x7d\xc3\x13\xf7\x8d\xd3\xcb\xa1\x9c\x34\x87\x2d\x5d\x70\x7d\x5a\x56\x57\xdb\x03\x96\x84\xe6\x08\xe3\x26\xcd\xf1\x81\x0d\xfb\xb3\xcd\x76\x34\x07\x2c\x35\xb3\xe2\xf6\x80\x25\x61\x53\xb1\xa0\x3d\x60\xa9\xd9\x1f\xde\x90\x23\xda\xfd\xe1\xc2\xa6\x62\x41\xbb\x3f\xbc\xd9\x13\xde\xb7\xa1\xc8\x5f\x2c\x7f\x91\xa6\xb6\xbf\xc8\xb1\xfa\x94\x3d\x6f\xb7\x8c\x0b\x9b\x8a\x05\x6d\xe6\x44\xe8\x9b\x5d\xd8\xb6\x8b\xc8\x99\x8a\x05\xed\xc6\xf2\x26\x99\xd2\x50\x0a\xda\x64\x8a\xb0\xcb\x8e\x6e\xdb\xd5\xb4\x8b\xce\x31\xbf\xd2\x6c\x06\x6f\x38\x47\xed\x66\x70\x61\x53\xc4\xa0\x3d\x99\xa9\xc9\xc2\x34\x99\xee\x36\x0b\x23\xec\xfa\x88\x9e\x8a\x5e\x5c\x55\x88\x4e\x45\x27\x57\x05\x22\x7a\x82\x34\x4b\x93\x77\x6e\xb7\x8c\x0b\x9b\x52\x07\x4d\xfa\xe5\x02\x5e\xa8\x78\xfc\xf4\xf1\xd3\x17\xe2\xf1\xa8\x6f\x93\x39\x69\xd2\xa1\x6d\xe6\x44\xd8\xf8\xeb\x26\x8b\x72\x01\x5d\xd8\x8a\x7c\xa1\xb0\x0b\x17\xa2\xbb\xa2\xe7\x75\xd5\xe2\xf1\xe1\xe3\xf1\x13\x65\x53\xc3\x17\x0a\xba\x70\xdf\x10\xf9\x42\x4c\x22\xf1\xfd\x6d\x7e\xa5\x39\xa0\xa9\x49\x64\xf5\xa1\xae\x02\x9b\xaa\x56\x6d\xca\x45\x68\x4e\xfc\x6d\x53\x2e\xc2\x2e\x5f\x3b\x6d\x04\x47\xe1\x93\xbe\x69\x0f\x6b\x12\x36\xd5\x13\x9a\x83\x9b\x2e\xe0\x59\x07\x37\xaa\x98\x87\x8a\x59\xde\xf8\x79\xd6\xd5\x7a\xf6\x74\xf7\xa1\x62\x9a\x72\xa1\x7a\x42\x9b\x72\x69\xf2\x2b\xcd\xe1\xa0\x6d\x7e\x45\xd8\x54\x4f\x68\xf3\x2b\x42\x53\x84\xbc\xcd\xaf\x08\x1b\x8a\x73\xbb\xa7\xbb\x0f\x14\x93\x74\x44\x1f\x2a\x26\xf9\x95\x4d\xf5\x84\x36\xbf\xd2\x83\x99\x59\xf5\x40\x44\x47\xb3\xd1\xba\x61\x39\xf5\x98\x5e\xa5\x9a\x5c\x83\x59\xbb\xe9\xba\x39\x73\xa9\x61\x39\xb5\x67\x2e\x09\xbb\x96\x22\x1a\xc1\xae\xe8\xa6\xb2\x77\xbb\x2b\x5a\xd8\x14\x08\x68\x77\x45\x37\x1b\x9a\x9b\xe5\xf5\x1e\xaa\xc9\x50\x4d\x16\x4d\x8d\xcf\xb3\x78\xa1\x75\x43\xf4\x54\x44\xeb\xb7\x22\x5b\x8f\x9a\xb0\xa8\xd3\xe6\x6a\x84\x4d\x7e\xa5\xcd\xd5\x34\xa7\x29\x35\x0b\xd4\xed\x69\x4a\xc2\x66\xf8\x6c\x36\x4d\xff\xd8\x64\x61\xfa\xf0\xf1\x7e\x6d\x60\x53\x6c\xa0\xcd\xc2\xf4\xb8\xbe\x70\xb3\xd0\xd7\xec\x6a\xfe\xc0\x86\x12\xde\x6e\x6e\x6e\x36\x21\x37\x4b\x65\xed\x49\x45\xc2\xae\xfd\xfd\x6a\x5b\x6d\x92\xa6\xd9\x5e\xdc\x63\xd0\x6c\x3d\x8b\x19\x19\x2a\x16\xb4\x19\x19\xa1\x39\x35\xad\xcd\xc8\x34\x67\x08\x35\xfc\xa5\xf6\x0c\x21\x61\x73\xa4\x53\x4f\x2d\x98\x9c\x48\x73\x2c\x6c\xbb\x33\x57\xd8\x94\x3a\x68\x77\xe6\x0a\xcd\xd9\x57\xed\xce\x5c\x61\x13\x0f\xf4\xf4\x03\xb2\xe7\xb6\xa9\x7a\xdd\xee\xb9\x15\x36\x05\x11\xda\x03\x83\x9a\x03\x83\x7a\xa0\x32\x1e\x18\x24\x6c\x0a\x22\xb4\x07\x06\x35\x29\x97\xe6\x40\xaa\xf6\x28\xa0\x66\x83\xed\x26\x1b\xd6\x6e\xb0\xed\x79\x0d\x1a\x3d\x3f\xa2\xcf\x8d\x77\xae\x4a\x44\x0f\x45\x0f\xae\xe2\x17\x35\x57\x60\x53\x10\xa1\x4d\xe5\x34\xe9\x9b\x66\x4d\xb1\xdd\x86\x2b\xec\xf6\x46\xcd\x15\x68\x0e\x91\x6a\xb3\x3b\xc2\x6e\x94\x81\x4c\xcf\x05\x4f\xae\xa2\x57\xfd\x68\xc0\x6e\x1f\xef\x47\x03\x9a\x65\xb3\x36\x95\xd3\xa4\x6f\x9a\x35\xb2\x76\x83\xad\xb0\x49\xdc\xb5\xa9\x9c\x26\x49\xd3\xec\xa6\x6d\x93\x34\xc2\xa6\xb8\x42\x73\x9e\xd0\x05\x3c\x2b\xb8\x6a\xfa\xac\xe9\xb3\x14\xf9\xac\xe0\x85\x18\x2b\x43\x17\x0e\x6c\x8a\x2b\xb4\x79\x9b\x26\x0b\xd3\xec\x6d\x6d\xcf\x10\x12\x36\x41\x5c\xbb\xb7\xb5\xd9\xa2\xda\xac\x22\xb4\x5b\x54\x9b\x33\x84\x76\x5f\xb3\xbc\xf6\x0c\xa1\x0e\xd4\x84\xfd\xa8\x1d\xaa\x49\xa8\x26\x58\x8a\x07\x06\x75\xf8\x69\x17\x2f\xe4\xa7\x0d\x3f\xed\x41\x53\xfd\xb4\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x53\x5c\xa1\xdd\x30\xda\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x13\x5c\xb6\x67\xf5\x34\x69\x92\x66\x72\xdb\xa6\x49\x9a\x03\x74\x9a\x83\x0b\x3a\xed\xfb\x64\x6a\xde\x1f\x11\xaf\x4d\x4e\xa4\x21\xcc\xb4\x39\x91\x66\x7f\xe5\x26\x8f\xda\xee\xaf\xec\xbc\x9c\x60\x53\xfd\xb7\x53\x27\x08\xec\x1e\x89\x28\x15\x5d\x96\x46\xd8\xd8\x66\x4e\x84\x4d\x25\x85\x36\x73\xd2\xa4\x49\x9a\xed\x8c\x6d\x9a\xa4\x49\x8d\x6c\xca\x04\x76\xea\xf1\x80\x0e\x46\x88\xb4\xef\x39\x13\x67\x93\xa6\x6d\xcf\xc4\xe9\xc4\x1e\xa9\xfe\xdb\xa9\x3d\xa6\xf6\x38\x15\xf9\x42\x0c\x9f\x70\x68\x3a\x1d\x3e\x81\x4d\xbd\x85\x76\x1f\x64\x67\xd1\x5f\x7c\xb4\xd4\x55\x72\x4c\xce\xa6\xde\x42\x7b\x4c\x4e\xa7\x1f\x0d\xe7\xec\x46\x45\x61\x53\x2a\xa1\xcd\xe8\x34\xe9\x9b\xa6\xb2\x6e\x9b\xbe\x11\x36\x9b\x60\xda\xf4\x4d\x93\xbe\xe9\xc4\x03\x98\xbe\x11\x36\xf5\x09\x3b\x35\x3e\xd2\x37\x4d\x39\xe3\x36\x7d\xd3\xa4\x6f\x3a\x51\x4c\xd3\x37\xc2\x6e\xa2\x3f\xd3\x37\xcd\x16\xc6\x26\xcc\xee\x52\x01\x80\xcd\x39\x6f\x5d\x2c\xd7\x08\x4d\xc5\xdf\x2e\x75\x02\xd8\x64\xa7\xbb\x8c\xeb\x48\x05\x35\xb5\x7c\xdb\x54\x90\xb0\x99\x96\x74\x19\xd7\x91\xeb\x69\x56\x4a\xba\x34\x64\x60\x37\x86\xec\x6e\xc9\xae\x49\xeb\xf9\x42\xe5\xe8\x4c\xde\x67\x37\xf1\xa6\x79\x9f\x66\xa3\x62\x53\x4f\xb6\xdd\xa8\x28\x6c\xb6\xda\x74\xe9\xef\x81\x86\xcf\xd3\xa5\x6d\x97\xb6\x4d\xf4\x67\x76\x48\x68\xf8\x3c\x5d\x6a\xa1\x09\xa3\x46\x57\x4d\x18\x35\x19\xa1\xce\xcf\x8d\x36\x82\x08\x84\x4a\x0c\x6d\x2a\xa8\x39\xd7\x65\x93\x22\x6f\xcf\x75\x69\x76\xb3\x35\xe5\xe9\xda\xdd\x6c\xcd\x0e\xb6\xcd\x8e\xe1\x66\x1b\xdb\x07\x9a\x4d\x69\xed\x6e\x36\x61\x93\xfc\x6e\x77\xb3\x35\xfb\xd4\x9a\xba\xad\xed\x3e\x35\x61\xaf\xcf\xe3\x31\x18\x8e\x67\xe9\x9a\xeb\xdf\x0f\xc5\xeb\xf8\xff\x8d\xc4\x1e\xde\x22\x6c\x36\x0c\x77\x6b\xc0\x40\x53\xb2\xad\x3d\xcf\xa5\xd9\x11\xb7\xd9\x30\xdc\xee\x88\x6b\xb6\xbf\xb5\x93\x16\xb7\xbf\x35\x5b\xde\xf6\xf2\x45\x0c\x6c\x38\xa9\xa5\x9d\x09\x78\x52\x4b\x73\x3a\xcb\x5e\xbe\x88\x06\xcc\xe9\x2a\x6d\xc4\xed\xe9\x2a\xc2\x5e\xd8\xa1\xdb\xdf\x9a\xc4\x5a\x73\xe4\x64\x9b\x58\x13\x46\xa3\x0b\x24\xd9\x7e\xec\xc6\xc2\xa8\x73\xd5\xdd\x1f\xd1\xe0\x59\xf4\xa6\x16\x46\x9a\xac\x59\x89\xe8\xd6\x79\x02\x1b\x92\x40\xb7\xce\x93\x94\x59\x1b\x24\x99\x32\x6b\xce\x3a\xd9\x6c\x2b\x6e\xcf\x3a\x11\x8e\xc1\x6b\x9b\x45\x13\x0e\x07\x7a\xb3\x68\xc2\xc1\xa1\x8f\xbd\x58\xea\x6c\x12\x6b\x9b\x0d\xc3\x6d\x62\x4d\x38\xe2\xf3\xac\x97\xa2\xd7\x25\x22\xc4\x5b\x46\xb6\xc0\x66\x0f\x71\x2f\x87\x4a\xe0\xd0\xc2\x3c\x5d\xa5\x39\x51\x65\xb3\x87\xb8\x97\xda\x07\x1c\xd4\x71\xec\xa5\x85\x01\x87\xb3\x8a\xa5\x42\x02\x9b\x0d\xc3\xed\x19\x2c\xc2\xa1\x5b\x34\xbb\xd7\xa4\xf2\xf6\x42\x01\x4c\xe5\x09\x07\x7b\x75\x7b\x19\x4b\x9b\xdd\x63\xc3\x70\x9b\xdd\x13\x0e\x36\xf5\xf4\x72\x18\x21\xc9\xb7\xd9\x0a\xdc\xcb\x18\x0e\x18\xb0\x02\xdb\x84\x9f\xb0\xd9\xe4\xdb\xcb\x21\x1c\x18\x87\xaf\xad\x46\x03\x83\x53\xcf\xdb\x6d\x8c\x6d\x5a\x90\x7d\xbf\x6d\x5a\x50\x18\xe4\x52\xda\xb4\x60\xb3\x67\x71\xb3\xa3\xb7\xdd\xb3\x28\x0c\x96\x60\xdb\x4c\xa1\xb0\xe1\x6c\x34\xfb\x17\x2f\xe0\x90\xf0\xcf\x8d\x7e\x34\x02\x7a\x76\xf4\xb6\xf9\x44\x61\x50\xbc\xbc\xcd\x27\x0a\x7b\xd9\xf7\x0e\x6f\xc0\xd0\x23\x99\x4f\x6c\xb6\x18\x6e\xf6\xfd\xf6\x72\x94\x02\x26\xbb\x17\xda\xe4\xa1\x30\x29\x0c\xd7\x26\x0f\x85\x09\x9f\xbd\x4d\x1e\x0a\xf3\xe6\x17\x72\xd9\x02\x98\x37\x5b\xaf\x59\x99\x16\x64\xe7\x5a\x9b\x16\x14\x26\xb9\xef\x36\x2d\x28\xcc\x69\x53\x1d\x04\x97\x65\xfe\xcb\xab\xec\x42\xeb\x99\x7f\x6e\xb4\x0b\x09\x79\x56\xa3\x13\x86\x3c\xc0\xcc\x8f\xc8\x77\x64\xee\x01\x63\xa5\x4d\x0b\x0a\x93\xda\x67\x6d\x5a\x50\xd8\x30\x56\xda\x5d\x96\xc2\x6c\x15\x53\x0f\xc0\x96\xca\xbd\x98\x4c\xb9\xa5\x52\x08\xe7\x7d\xe6\x13\x85\xe0\x94\xd4\x36\x9f\xd8\xe4\x13\xf7\xd2\x90\x1d\x89\x81\x98\x9f\xc7\xdb\xf7\x96\x9e\xf1\x6b\x1b\x06\x03\x7b\x11\x0e\x98\x62\x14\xc2\xf1\xda\x14\xa3\xb0\xd9\xbe\xdb\xdb\xf1\x1a\x08\xca\xb8\xf7\x76\xbc\xe6\x9c\x9a\xcd\xf6\xdd\xf6\x9c\x1a\x21\x28\x8d\xdd\x9e\x53\x23\x6c\xf6\xea\xf6\xd6\x0d\x01\x41\x99\xdb\xf6\xe8\x1a\x21\x6a\xfe\xfb\xf3\x82\xae\xbf\xff\xf9\xfe\xeb\x0f\x7f\xf7\x0f\xf7\x5f\xff\xf1\xfe\xe7\xf3\xeb\xf9\xd7\xdf\x7e\x3b\x7f\xfe\xfd\xf5\xd3\xf3\xf7\xaf\x3f\x5c\xd2\xaf\xd7\xf9\xfe\xe9\xe7\xf3\xb7\xf3\x2f\xbf\xfc\xf5\xb7\xe7\xf9\xf5\xeb\x2f\xbf\x5e\x77\xf1\xe7\xff\x0e\x00\x00\xff\xff\x4a\x6a\xca\x5f\x91\xad\x00\x00"); -func _agaed ()(*asset ,error ){_cagd ,_ccac :=_fbe ();if _ccac !=nil {return nil ,_ccac ;};_bdef :=bindataFileInfo {_dae :"EUC-V",_fb :913,_ae :_be .FileMode (436),_g :_a .Unix (1580491862,0)};_gbaa :=&asset {_dd :_cagd ,_ef :_bdef };return _gbaa ,nil ; -};func _gegf ()(*asset ,error ){_bdfe ,_eceb :=_gbb ();if _eceb !=nil {return nil ,_eceb ;};_ggca :=bindataFileInfo {_dae :"GBTpc-EUC-V",_fb :789,_ae :_be .FileMode (436),_g :_a .Unix (1580492242,0)};_daeg :=&asset {_dd :_bdfe ,_ef :_ggca };return _daeg ,nil ; -};func _gfbb ()([]byte ,error ){return _c (_gggg ,"Adobe-KR-7")};func _dbfga ()(*asset ,error ){_ecab ,_bbde :=_acee ();if _bbde !=nil {return nil ,_bbde ;};_fgcf :=bindataFileInfo {_dae :"KSC-Johab-V",_fb :716,_ae :_be .FileMode (436),_g :_a .Unix (1580492521,0)}; -_egba :=&asset {_dd :_ecab ,_ef :_fgcf };return _egba ,nil ;};var _dbeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\xdb\xab\x65\xb9\x75\xee\xdf\xf7\x5f\xb1\x1e\x7d\x1e\xce\xe9\x29\x69\x5c\x24\x28\x36\x1c\x6c\x43\x3a\xe0\x38\xc4\x71\x12\x08\x79\x98\xb7\xd5\x14\xa4\xab\x8a\xea\x6a\x88\xff\xfb\x30\x7e\xdf\xb2\x83\x4d\xa0\x1f\xcc\xe7\xfe\x4a\xd2\x1a\x1a\x1a\x57\x69\xee\xef\x7e\xfd\xfd\x6f\xbe\xff\xf4\xf1\xdb\xe3\xbb\x7f\xfc\xfa\xf9\xfc\xc3\xfd\xed\xf1\xfc\xf8\xe9\xfa\x7a\xff\xf4\xf9\xe7\xaf\xe7\xfd\x38\xee\x1f\x3e\x7e\x7a\x7b\x6b\xfd\x71\x7d\x3c\xbf\xfd\xf9\x3f\x81\xf3\xc7\xfd\xcb\xdb\x5b\xcd\xff\xc3\x9f\x7e\xfa\x76\xff\xf8\xfd\xa7\xe7\xe7\xc7\xd0\xb8\xeb\xe7\x2f\xaf\xb1\x8f\xc7\x77\xff\x74\xff\xf0\xf1\xa7\x6f\x5f\xff\xf4\xf8\xd5\xff\xbf\x3e\x1f\xf7\xff\x79\x5c\xf7\xb3\xf8\xdf\x7f\xbd\xee\xaf\x1f\x3f\xfd\xf0\xf8\xd5\xdf\xef\x5f\xf6\x4f\xed\x2f\xff\xf0\x87\x9f\xbf\x7c\xf9\xcf\xfb\xc7\xfb\xd3\xb7\x47\x87\xbb\x3f\x5d\xe0\xdb\x77\xbf\xfe\xdd\xfe\xe5\x1f\xf6\x1f\xef\xc7\x77\xbf\xfd\xaf\x6f\xff\xf7\xef\x60\x21\xff\xe5\xfe\xfa\xd3\xc7\xcf\x9f\x1e\xad\xfd\xbf\x6d\x8b\xff\xe1\xff\xf9\x4f\x5f\xee\x47\x7b\xcd\xfe\xe3\xf7\xbf\xf9\xfd\xf3\xf9\xd3\xfd\xed\x31\xe6\xa6\x31\xff\xf6\xc7\xef\x7f\xf3\xf8\xf7\xf6\x68\xdb\xa3\xfb\x18\xed\x3f\x5e\x43\xff\xf5\x77\x9f\xaf\xfb\xa1\x41\x6f\x4d\x9b\x39\x3f\x5f\xf7\x4f\x5f\xf6\xf3\xfe\xba\x7f\xfa\xe1\x7e\x7b\x3c\x3e\xf4\xd6\xdb\xfb\xe3\x43\xfe\x36\x7f\xfb\x5e\x52\xfe\xcd\x88\xb7\xb6\x6d\xaf\xa9\x1f\x2f\x51\x7f\x9e\xd2\x5b\xcc\xf7\xc7\x23\xc6\x28\x2a\x96\xa8\xf5\xfe\x48\xcb\x09\xb5\x43\xe5\xfd\xfe\x78\xe4\x16\x6f\x1f\x7a\xd7\xc4\xde\xa1\x7a\xbe\x7d\xe8\x63\x6c\x45\x8d\xb1\x8a\x9a\x5b\x51\xc6\xa8\xe1\x7b\x51\x0b\x2a\x44\x65\x51\xb3\xd5\x5a\xa6\xb5\x2c\x47\x51\xd6\xdf\x3e\x74\x17\xe5\x19\xef\x8f\xc7\xea\xfe\xf6\xa1\x87\xa8\x18\xf3\xfd\xd1\xb6\xd6\x8a\xd2\xf2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4b\xdb\x7c\x15\xe5\xa2\x12\x6a\xd5\xf2\x4b\xa3\x96\x3f\xdf\x1f\x8f\x3e\xa0\x02\xe9\x81\xc7\x40\xd4\x25\x51\x17\xdb\xee\xab\x44\xdd\x35\x71\x67\xe2\x60\xdb\xbb\x26\xee\x8c\x1a\xab\xe4\x3a\x34\xea\xa8\x5f\x7c\x58\xaf\xe5\x8f\xec\xa2\x3a\x6b\x39\xd4\x10\x55\x13\x7d\x2b\xdd\x9f\xdd\x8a\x3a\xe3\x89\xee\x4b\xfa\x4b\x6b\x5d\xe3\x7e\x7f\xa4\x7b\x4d\xbc\x8c\x5f\xbc\x3c\x8a\x9a\x50\x25\xd0\x0b\xe6\xe8\xb5\xd6\x25\xb9\x2e\xd6\x8a\xad\xce\xf1\x4a\x51\x05\x8f\x8c\x0e\xa5\xe5\x11\x35\xa3\x41\x75\x51\x1d\x0a\x21\x24\xea\x95\x65\x13\xd1\x0d\x6a\x17\xc5\xd1\x86\x96\x3f\x44\x9d\x35\x6a\xb4\xb7\x0f\x63\x43\x7a\x41\x6b\x75\x8e\x63\xeb\x5d\x54\x67\xd4\x80\x1a\x50\xa3\x33\x2a\x8b\x1a\x2f\x6a\xbc\x3f\x72\x8c\x0d\xca\x44\xed\x35\xca\x0c\xea\x10\x75\xb0\x96\xa8\x13\x2a\xae\x1a\xe5\xbd\xa8\xb8\x45\xdd\x8c\x42\x88\xd2\xca\x87\xb1\xd5\x1e\x5b\xdf\x10\x22\xf5\x8b\x05\x19\x23\xa0\xf4\x8b\xb5\xaf\xd6\x4b\x85\x63\x4b\x2d\xff\xda\x23\xa2\xe6\x25\xea\xae\x51\xad\x28\xb9\xd5\x68\x7d\x41\x2d\xa8\x5d\xd4\xce\xc4\x09\x85\xf4\xad\xf6\xd5\x7a\x67\xd4\x70\x51\xce\x28\x51\x21\xaa\x8c\xbc\xdb\x06\xb5\x44\x71\x1c\x2f\x4a\xcb\x0f\x44\x45\x39\x4d\x9a\x68\xe3\x62\x54\x83\x42\x13\x0d\xef\xe8\x86\x10\xd6\x45\x71\x1c\x36\xa0\xd0\x04\x5e\xdf\xba\x43\x85\x44\x0d\x14\xad\xe5\x43\xcb\x6b\xdb\xab\x28\x05\x85\xd1\x7b\xbe\x3f\xda\x68\x03\x6a\x8a\x9a\x4c\x74\xa8\x25\xaa\xa4\x1f\x65\x5f\xa3\x4b\x39\x5d\xca\xb1\x80\xe2\x17\x7b\x59\x74\xc3\xa2\x47\xc7\xa2\x05\x19\x96\x50\xfa\xc5\x32\xcc\x36\x12\x2a\xb5\x56\x6a\xad\x09\xa5\xb5\xea\xd0\x9a\x71\xda\x5d\x87\x06\x64\x18\x42\xe4\x2d\xea\x66\x54\x09\x31\xb4\x21\xa0\xd9\x96\x50\x5d\x14\xfa\xf2\x0d\x0a\x7d\x11\xec\x9a\x6d\xb5\xd6\x90\x56\x81\xb0\xc5\x44\x7b\x8d\xaa\x73\x34\x8e\x63\xd8\x12\xb5\xde\x1f\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xd8\x84\x33\x31\x42\x54\x9d\x90\x25\xa2\xea\x84\x86\x4e\x08\xbb\x1f\x3a\xa1\x81\x91\xdb\x84\x92\x91\x0f\x19\x39\x47\x3b\x64\xe4\x23\xbd\x46\x2d\x36\x94\x5a\xbe\xc0\x17\x46\x3e\x32\x45\x2d\x46\x69\xa2\x44\x95\xa2\xdd\xa0\x24\x84\x54\xc8\xb6\x15\xdc\x87\xa1\x1c\xdf\x4a\x7a\x93\x72\x4c\x26\x57\x21\x6d\x98\x94\x03\xb8\x84\x30\x33\x51\x75\x68\x8e\x3f\x9a\x5d\xa2\x38\x34\x17\xc5\xa1\x99\xb3\x3c\x96\x63\xae\xe5\x0b\x22\xe6\x84\xd2\xf2\x68\xd5\x51\xa1\x49\xab\xf6\xd2\x2a\xa2\x4a\xab\x86\xf4\x9e\x25\x84\xf2\xd0\xf0\x32\xcc\xe6\x15\xb6\x87\xcb\x30\x81\x0c\x9f\x50\x28\xda\x47\xd9\x6a\x60\x39\x4e\x8c\x16\x64\xf8\x22\x21\xff\x39\xef\xfe\x6f\xa9\x78\xb8\xe9\xa7\xf8\xf5\x20\x08\x2a\xe5\x09\x5a\xcc\x05\xd5\x45\xa1\xbb\xd8\xa0\x86\xa8\x3a\x9a\xa8\x04\x34\x42\xfe\x14\xf2\xa7\x10\x85\xd8\x61\xce\x28\xd6\xb2\x10\x15\x64\x1b\x83\x4a\x51\x25\x44\x4a\x08\x7b\x8a\x22\x8f\x54\xd2\x18\xe1\x6c\x2e\xca\xbe\x5a\x72\x34\x11\x97\x28\x8e\x26\x06\x14\x47\x13\x65\x6b\x2d\x83\x51\xb2\x35\x20\x23\xf8\xc5\x74\x51\xa5\xe1\x4c\x26\xca\x8a\x80\x8c\x70\xa8\x53\x14\xbf\x38\xd9\xb6\x3c\x38\xe4\xc1\xaf\xe5\x5f\xbf\x88\xf4\x18\xbc\xea\x81\x91\x1d\x21\xe6\x80\x32\x51\x12\x22\xa1\x10\x22\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x30\xdb\xe4\x98\xd3\x34\xd1\xb0\x22\x62\x59\x4a\xab\x59\x46\xda\x66\xdf\xa0\x6e\x51\x24\xa0\x14\x85\x56\xa9\x4d\xda\x24\xf6\xa7\xec\x16\xc8\xc8\x06\x35\x44\xf1\x8b\xe4\xca\x74\xfd\xa2\xf3\x8b\xc9\x1e\x5d\xbf\x58\x55\x56\x9b\x1c\x47\xfa\x21\xaa\x54\xd8\xa6\xd6\x42\x85\x19\xa5\x09\xaa\xac\x91\x21\x4d\x04\x9a\x40\xf7\x29\xb7\xc8\x2a\x11\xda\xc4\x53\x28\x9c\x5e\x90\x81\x99\x64\x4a\xd4\xac\x58\x36\x43\xd4\x12\x45\x4e\x4a\x87\xda\x45\xa1\x09\x89\xaa\x13\x02\x32\x08\x5c\x53\x27\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa2\x90\x6b\x1a\x72\x11\x59\xa6\x1c\x06\xc8\xa8\x42\x75\x4c\x45\x96\x89\x01\xac\x56\x8a\x56\xa9\x37\x16\x1e\xbc\xd0\xea\x92\x2b\x2c\x79\x70\x55\x59\x63\xc9\x83\x17\x06\xb0\xb0\x9c\x25\x03\x58\x32\x00\x4c\x6e\xc9\x00\x16\xb1\x6c\x91\xf2\x96\x7e\x71\x29\x96\xa1\xe8\xa5\x58\xb6\x4a\xf7\x7d\xdb\x4a\x13\x4b\xba\x07\x7c\x12\x76\x97\x63\xbe\xab\x7c\xa8\x6f\x14\x4b\x2b\x5e\x14\x16\x2d\x21\xe4\x43\xab\x7c\xa8\x6f\xa4\x83\x25\x1f\x5a\xf2\x21\x2c\x7a\xc9\x87\x56\x1d\x47\xdf\x08\xa8\x4b\xc7\xb1\x74\x1c\x13\x51\x75\x1c\x94\xb3\x7d\x23\x74\xa8\x9c\x1d\x7b\x99\x5c\xdf\xf0\xb4\x5d\x26\x07\x64\x4c\x51\xfc\xe2\x5e\xe1\xb1\xb7\x2a\xd9\xc7\x1e\x29\x4a\xca\x11\x85\x72\x76\x44\x6d\x58\xe1\x2e\x51\xf7\x97\xa8\x09\xe5\xa2\x4a\x88\x46\xde\x55\xb5\x3c\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x85\xbb\x1f\x8a\x72\x87\xa2\xdc\xd4\xc4\x43\xd4\xc1\x28\x51\xa7\x28\x2a\x36\x52\xcb\xd1\x51\xf4\x51\xc7\xd9\x1b\x36\x71\xa8\xa4\x3a\x54\x52\x2d\x51\x5a\x5e\xa2\xa2\xc2\x53\xa2\x9e\x65\x13\x5d\x95\xd1\x29\x9b\x00\x32\xaa\xbb\x18\xa7\xd6\x3a\x8d\x51\x98\xef\x69\x1a\x65\x1a\xc5\x44\x7b\x8d\x5a\x55\x22\x50\x0f\x9c\x4a\xfe\x67\xf9\x73\x57\x49\x75\x7a\x8a\x42\x13\x2f\x4a\x6b\x95\x31\xf5\x41\x55\x7a\xca\x98\x4e\xc7\xad\x48\x53\x27\x1d\xc1\x38\x91\x7e\xb4\xa2\xd4\x4a\x8c\xab\xf4\xd5\x07\xf5\xd3\x25\x7d\x5d\x72\x85\x25\x0a\x7d\x5d\xe5\x70\x7d\x90\xdf\x2e\x95\xa0\x40\xc6\x12\x85\x5c\x57\x95\x1b\x5d\x45\xdc\xa5\x72\xe3\x92\xf9\x2e\x51\x98\x2f\xdd\x45\xb7\xea\x1b\x86\xba\x8b\x41\x47\x91\x49\x3d\x70\xc9\x4c\x2e\x44\x35\x6a\xfd\x5b\xa2\xde\x15\xa3\xbb\x94\x73\x2b\x46\x03\x99\x14\x71\x77\x47\xae\xbb\xfa\x86\x6e\x24\xff\x5b\x7d\x03\x90\xb9\x19\x94\x89\x62\xf9\xd8\x7e\x39\x15\xdf\xe3\xa9\x19\x4f\x16\x29\xdd\xdd\xca\xe7\xb7\x23\x10\xb1\xec\x56\x24\x06\x92\xae\x78\xdc\x8a\xc4\xb7\xf3\x53\x9c\xd6\xad\x73\x00\x32\x29\x21\x6f\xd5\xb1\x77\x45\xe2\xee\x92\x51\x91\x18\xc8\xe4\x4c\x6f\x45\xe2\x1b\xad\x38\x55\xe5\x53\x5a\x79\xe2\x03\x4e\x23\xf3\x94\x0f\x00\x99\xaf\x51\x9c\xe9\xb3\xcc\xa4\x3b\x25\xf7\xd3\x97\xa8\xb2\xee\x24\x2e\x3e\x5d\x13\x4b\xae\xee\xd8\xed\x53\x72\x01\x99\xd5\x61\x8f\xa7\xea\xeb\x67\xb0\x16\x67\xfa\x0c\xad\x15\x5a\x4b\x13\xb5\x16\xa2\xd2\x6a\x9a\x1a\x3f\x41\x8f\xca\x6f\xa6\xc6\x4f\x90\x59\xdd\x81\xa9\xf1\xb3\xcd\x18\x55\x41\xd0\x36\xd3\x28\xd3\x28\x83\xd2\xa8\x52\x48\xa7\xb6\xb0\x8d\x52\x4d\x90\x59\xd6\x6d\x1b\x21\xc9\xb6\xca\x5c\x1d\xf3\xb3\x2d\x25\x44\x6a\xad\x80\xd2\x5a\x84\x4a\xf6\x68\x1b\xa1\xd2\x36\xea\xd8\x6c\x48\x4f\x05\x62\xb4\x74\x3d\xab\x7f\x33\xb5\x74\xd6\x88\x52\x59\xb5\xba\x35\xa2\x94\x20\xb3\x32\xbd\x35\xa2\x94\x20\xa8\x79\x8c\x26\xf0\x83\xd1\xbf\xf5\x64\x8f\xea\xdf\x04\x99\x5d\xd4\x0e\x65\xe5\x4f\x59\x81\xde\x5a\x55\xbe\x2f\xc8\xec\x1d\xea\x12\x85\x5c\x55\xba\x58\xa3\x90\x10\xe4\x4b\x2e\xca\x33\x6b\x58\x61\x26\x72\xb9\x46\xc9\x0a\xcb\x11\xad\x85\x46\x71\xb4\x39\x11\x35\x24\x97\x8e\xb6\xba\x75\xd3\xd5\x8f\x35\x69\x62\xd5\x28\x75\x79\xd6\xab\xbd\xec\xb3\xfa\x5d\xeb\xe3\x12\x75\x31\x91\x51\xb4\x9a\xd6\x8d\x51\x06\x25\xe9\x81\xa4\xb8\xb4\x6e\x1a\x45\xae\x9c\x55\x5c\x5a\x27\x57\x0a\x32\xfb\x84\xd2\xc4\x28\x3f\xa7\x44\xb0\x1e\x43\x14\x7e\x8e\x7d\x75\x7c\xc8\x7a\xc5\x9c\x3e\x2b\x5e\x5b\xa7\xcd\x17\x64\x56\x64\xb1\xce\x1d\x88\xf5\x8a\x39\x7d\x6a\x43\xe4\x24\xeb\x89\x31\x71\x42\x9d\x76\xc7\xe8\x18\xfb\xaa\x60\x63\xea\x18\x05\x99\x43\x94\xa4\x47\x39\x94\x1b\xa6\x8e\xd1\x06\x66\xb2\xb0\xaf\x21\x33\x19\x32\x93\x61\x50\x53\xd4\x64\xd4\x84\x5a\xa2\xb0\xc2\xf2\x6d\x1b\x38\xb2\x8d\x8e\x10\x5d\x6b\x5d\xa2\x6e\x46\x25\x14\x7b\x1c\x43\xa3\x98\xa8\xe3\x18\x3a\x8e\xb1\xa0\x10\x75\x94\x26\xfa\x32\x44\x95\x26\x80\xcc\x17\x25\xe9\x51\xce\x5a\xfc\xa2\x94\x03\x64\x9a\xa8\x10\x75\x30\x2a\xa0\x4e\x51\x1c\x5a\x15\x97\x36\xa4\x2f\x7a\xc1\xb1\xa1\x42\xf5\x82\x66\x25\xea\xa0\x32\x32\x93\xa8\x26\x51\x8d\x51\x12\xd5\x2a\x7d\x8e\x0d\x7d\x19\xe9\x53\x90\x69\xa2\x96\xa8\x55\xa3\x8c\xb5\x48\x9f\x82\xcc\x17\x75\x88\xe2\x17\x2b\xe5\x99\x9a\x48\x41\x26\x86\xa9\x26\x52\x30\xb6\xea\xe9\xcd\xe4\x56\x26\xb7\xd2\x44\xb9\x95\x55\xe0\x1c\x5b\x75\xd8\x66\xae\xe5\x0b\xcc\xb1\x09\x93\xf9\x9a\xb6\x5d\xa5\xb1\xa9\x89\x14\x8c\x8d\xc8\xe4\x8a\x85\xae\x58\x88\xbb\xbb\x62\xa1\x97\xe5\x8c\x56\x89\xd1\x5c\x96\xe3\xb2\x1c\xd3\xc4\x29\xea\x62\x54\x40\xdd\xa2\xb0\x09\xa4\x77\xd9\x84\x57\x0e\x1f\x8d\x50\xeb\xe4\x70\x41\xa6\xb3\xfc\xd0\xf2\xa5\xef\xd1\xba\xa8\xd7\x44\xb6\xcd\x1e\xd5\xc9\x9a\x73\x1c\x0d\x1f\x72\x1d\x87\xeb\x38\x9c\xe5\x75\x1c\x5e\xba\x1f\x0d\x93\x73\xe9\x1e\xc8\x74\x34\xa1\x90\xe6\xa5\xc9\xd1\xac\xff\x62\x2a\x36\x77\xe9\x8e\xa6\x28\xab\xb4\x35\x77\x29\xca\x51\x94\xb4\xe2\xda\x49\x81\xcf\xd7\x28\xc9\x58\x01\x62\x34\xfd\xba\x02\x84\x2b\xc9\x56\xcb\x6f\x4e\x92\x35\x0f\xd4\x19\xa2\xa4\xce\x02\xef\x1b\xfb\x55\x18\xf1\xca\x23\xa3\x11\x7f\x5c\x79\x04\x70\x93\x56\x52\xcb\x27\x8a\x9a\xe8\x2e\x25\x44\x4a\x51\x1c\xb3\xb2\x0d\x6d\xfe\x68\x55\x13\x9b\xda\x7c\x8b\x81\x10\x55\x1c\x5a\xc8\x07\x80\xcc\xaa\x89\x2d\x74\x34\xdc\x79\x8f\x4e\xa0\x0f\xe5\xca\x50\xae\xac\x8a\xde\x42\xb9\x32\x4a\x47\xa3\x13\x63\x83\xf2\xdd\x42\x75\x4a\x34\xa8\x10\x55\xa7\xd5\xf1\x81\x90\x29\x87\xc2\x2e\x49\x36\x14\x76\xa3\x12\xc5\xa0\xda\xb5\x08\x89\x5a\x90\x59\x0d\x83\x45\x48\x88\xd2\xe4\xe8\xec\x31\x94\x9d\x83\xee\x40\x59\x30\xe8\x0e\x2c\x2a\xb5\x8c\x8e\x5b\x84\x52\x0b\x90\xdc\x20\x5b\x84\x84\x48\xd6\xe2\x38\x42\xc1\x06\x88\x29\xe5\x28\x38\xd3\xe6\x8f\x5e\xfd\x9b\xa9\xcd\xb7\x2c\xef\x18\x1d\xad\xa6\x02\x2a\x90\x5c\x63\x5b\x52\x2c\x19\x7d\xfc\xe0\x42\xdf\x52\xa9\x38\x95\x8a\xc9\x95\xa9\x54\x4c\x57\x3d\x46\x15\x38\x96\xb2\x2f\x20\xb3\x1a\x06\x4b\xd9\x57\x06\xa3\x88\x78\xa9\x0a\x24\xb5\xed\x14\xf5\x1a\x55\xf5\x80\x13\xaf\x53\x49\x36\x95\x64\xab\xe9\xb6\x94\x26\xb2\x0a\xe8\x31\x38\xc7\xa4\x17\x14\x64\x56\xd3\x6d\x29\xc3\xa4\x77\x1e\x03\x15\xaa\x77\xb6\x59\xa1\x63\x8c\xea\x3e\x6d\x72\xbb\x21\xc8\xac\x3e\xdc\x26\x95\xb3\x4d\x62\xc6\x98\xa2\x6e\x51\xd8\x57\xf5\xe1\x36\x15\x33\x80\x31\x16\xa3\x78\xd1\x11\x64\x62\xf7\x73\xe8\x17\xb1\xaf\xb1\xa0\x64\x5f\x40\x66\xf5\xe1\x36\x5d\xbf\x58\x66\x32\x8c\xb8\x38\x65\x26\x40\x26\x87\x36\x95\xc3\x67\xf9\xcd\x30\x62\xec\x54\xb6\x99\xca\x36\xd5\x74\xdb\x94\x01\xd0\xd3\x0f\xc3\x98\xd4\xd3\x0b\x86\xb1\xc7\xa5\x80\xba\x3a\xf5\x00\x9a\x58\xd2\xc4\xea\x4c\x44\xae\xa5\x3d\x02\xc9\x6d\x90\x2d\xed\x11\xf0\x86\x5c\x4b\x7b\x04\x86\x91\x05\xd7\xd0\xf2\x03\xe9\xa9\x2d\x16\x9d\x86\xad\x81\xf4\x4b\x6b\xb9\x28\x49\x8f\x5c\x0a\xbb\xab\x9c\x77\x18\x26\xb7\x14\x50\x81\x54\xe1\xc5\x8d\x42\x41\x9d\x90\x57\x93\x60\x4b\x39\x09\x48\xae\xa4\x6c\x29\x27\x2d\xa2\xa7\x13\xaf\x97\xc2\x23\x90\x39\xd9\xa3\x4b\x54\xf4\xe5\x94\x7a\x6a\xf3\x6d\xaf\x38\x31\x1c\x57\xd8\x15\x27\x80\xcc\x29\xca\x44\x95\x15\xc6\xc6\x44\xe5\xca\x5d\xb9\xb2\x7a\x67\xdb\x25\xd7\x5e\xad\xc4\x08\xea\xf3\x9d\x56\x42\x90\x89\xbe\x76\x45\x93\xbd\x02\xdf\xe0\x32\xd3\x76\x05\x3e\x20\xb3\x1a\x0e\xdb\x53\x13\x11\x95\xab\x54\xd3\x65\x80\x60\xa8\xd6\x3f\x74\xb4\x87\x72\xe5\x12\x35\x44\xb1\x3c\x61\xe8\x90\xbb\x1f\x72\xf7\x6a\xbd\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc8\x0f\xe5\xa4\x83\xc8\x44\x1b\x67\x87\xfc\x11\x48\xd9\xd7\xa1\xc8\x74\x54\x26\x18\x2a\xbc\x0e\xd5\x4f\x87\xea\x27\x8e\xf6\x50\xfd\x74\xb0\x6d\x55\x33\x87\xb6\x0d\x58\x7b\x51\x5a\x9e\x6d\x2b\xc9\xea\x62\xc1\x4e\x74\xaf\xd4\x74\x4a\xf7\xe7\x4b\xf7\xa2\xd0\x3d\x17\x00\x63\x6e\x4c\xa4\xb3\x13\x64\x56\x6b\x6e\xa7\x8e\x83\xcb\x80\x31\x39\x21\x5d\x06\x08\x32\xa9\x40\x4e\x95\xff\x27\x2e\x3a\xfb\x2f\x77\xc5\x76\xca\x83\x81\x9c\x24\xc6\x53\x1e\x7c\xb2\xdf\x49\x4e\x3a\xb5\x5f\x20\xcc\x45\x49\x20\x1a\xac\x49\x65\x73\xaa\xc1\x02\xc6\xc4\xf5\x4f\x95\x90\x40\xbe\x36\xa7\x12\x12\x18\x93\x4c\x7f\xaa\xe4\x06\x72\x52\x55\xea\x5a\xc3\x2e\xdc\x95\x2b\x4b\xbb\xe4\xae\x40\x4e\x4c\xf9\x92\xbb\x5e\xe5\x43\x63\xe2\x03\x97\x0a\x3a\x20\x27\xe5\xe8\x25\x7f\xba\x08\x6f\x73\x69\x94\x89\x32\x46\x05\x94\x8b\x2a\x93\x51\x77\x70\x49\xe9\x40\xf2\x22\x63\x97\x7c\xe0\xaa\xd8\x3f\xd6\xc6\x5a\x8a\xfd\x40\x4e\xfc\xfc\x92\xad\x71\xf9\x31\x16\xee\xaa\xcb\x0f\xbb\xb1\xdb\x45\x1d\x7b\xcb\x6e\x81\x9c\x74\xd8\xb7\xec\xf6\x4e\x84\xc0\xf5\x6f\x29\xfa\x4e\x8d\x5a\x50\xaf\x51\xf7\xfb\xc3\xb6\x51\x72\xe9\x16\x41\x90\x93\x16\xe5\x29\x17\x7b\x56\x10\xb4\x8d\x56\xe0\xa9\x20\x08\xe4\x24\x0b\x3e\xc7\x6b\x94\xd7\x28\x67\x2d\x85\x37\x20\x36\x36\xf4\x54\x55\xf9\xac\x24\x6b\x1b\xe5\xc6\x53\x49\x16\xc8\x49\x39\xfa\x54\x92\x7d\x96\xa2\x8d\x32\xd9\x75\x65\xe0\x9b\xb3\x7c\x05\x1b\xdf\xa8\x53\x04\x83\xa2\xd5\x37\x52\xb1\xd3\x9a\x1b\xaf\xc0\xae\xd6\xdc\x79\xef\x34\x2e\xea\x9c\x47\xcf\x17\x24\x3e\xe0\x7a\xfb\xf4\x66\xf1\xfe\xb0\x5e\x42\x78\xe3\xb5\x43\x90\xb3\x39\xd4\x14\xb5\xd7\xa8\xae\x51\x87\x28\xb4\xda\x02\xea\x14\x75\x32\x2a\xa1\xf4\x8b\xa6\x5f\x14\xa5\x5f\x44\x54\xde\x77\x5d\xbd\xb3\x77\x51\x95\x93\x5c\x1d\xa3\xd3\xc6\xd9\xa8\x28\xe5\xfa\x92\x42\x90\xb3\x31\x6a\x68\x54\xa9\xd0\xc6\x14\xb5\x8b\xc2\xad\xda\x82\x42\xd4\x61\xac\xb5\x18\xe5\x5a\x4b\x46\xde\x37\x28\xad\x55\xe5\x9d\xd9\x8b\xba\x45\xe1\x56\x95\x5a\x7c\x10\x33\x9c\x37\x46\xb3\x6a\xc3\x5c\x6f\x8c\x82\x9c\x1d\x51\xb9\xf4\x73\xba\x3c\x23\x87\xbb\xba\x3c\xe7\x2d\xcf\x48\xd8\xae\xb7\x3c\x41\x12\x27\xdc\x78\x39\x71\xab\x08\x62\x5e\xee\xee\x3c\xcf\xbd\x60\x6c\xc1\xa8\xd0\x28\x96\x77\x84\x50\x37\xe5\xce\x69\x7b\x15\x4b\xee\x3a\x6d\xd7\x69\x77\x46\xe9\xb4\xbd\x82\x95\x79\xe5\x37\xa7\x15\x78\x41\xce\x6a\x94\x5d\x1d\x81\x53\x8c\x1b\x69\xca\x55\x8c\x0b\x8c\x57\x4d\xd7\x9b\x9b\x20\x67\x0f\x28\xd6\x8a\xd4\x28\xa8\xd4\xa8\xd4\x28\xd6\xca\xd7\xa8\x5a\x9e\x77\x32\x57\xa1\xea\x29\xaa\x1a\x3f\x57\x11\xe7\x14\x71\xc6\xc3\x8c\xab\x88\x13\xe4\xec\x1a\x85\x26\x28\x83\x8c\xfb\x14\x57\x19\xe4\x7c\xc5\x52\x85\x46\x51\x44\x75\x41\xf2\xac\xe4\xfa\x8a\xc5\x57\x1d\x9a\x6f\x15\xb6\x7d\xe9\xd0\x80\x9c\x43\x14\x2a\x5c\x55\x5a\xfb\x56\xee\xee\x3c\x27\xbc\xa0\xe9\x68\xf5\xaa\xe0\xd4\x16\xbe\xa1\x68\xd5\x16\xbe\x97\xbb\xfb\xc6\x5a\x3b\xee\x2e\xc8\x39\x1a\x14\xb6\x4a\x6d\xe1\xbc\x50\xb8\x6a\x0b\x41\xce\xd1\xa1\x38\xb4\x5d\xcb\x57\xde\x75\xd5\x03\x7e\x94\xe5\x78\xe3\x17\x0f\x59\x0e\x90\x3c\x8a\xf9\xc1\x9b\x9b\x1f\x3c\xa4\xb7\x8a\x39\x4e\xd6\x7f\x41\xce\xa1\x89\x98\xef\x41\x97\xc8\x13\x82\x1f\x54\xf1\x82\xc1\xbb\xb3\x1f\x64\x54\x27\xf9\x7b\x9b\x50\xb2\xfb\x43\x76\x3f\x90\x4b\x2a\x04\xbc\x55\xa2\xf0\x43\x2a\x3c\xd4\x4b\x26\xcb\x53\xb2\x3b\x5f\xfa\x78\xdf\x90\x8b\x2e\x51\x90\x3c\xd6\xf9\x91\xda\x50\xaa\xe3\x9c\xbf\x98\x8a\x5d\xe5\x82\x9f\x9a\x41\x80\x50\x16\x74\xf2\x88\xd3\xb5\xb8\xf2\x88\xdf\x1c\x0d\x1f\x34\xf8\xad\xa3\x01\x06\xef\x82\x7e\xeb\x68\xee\x8a\x19\x6e\x9c\xd6\xad\x98\x71\x2b\x66\x54\xb1\xe3\xb7\x62\xc6\x5d\x62\xbb\xe1\x16\xb7\xc4\x06\x1a\xb7\xd1\x7e\x53\xab\x3b\xd9\xc6\xa9\x9c\x5d\xd9\xc6\x9f\xe5\x16\xee\x98\xdf\x53\x6e\x01\xe4\x1c\x13\xca\x44\xd5\x44\xaf\xc2\x3c\x94\x0e\x62\x2b\xbb\x77\xaf\x82\x2e\x36\xee\xfb\x05\x39\xc7\x82\x4a\xa8\x0a\x5c\x1e\xb5\x7c\x6c\x04\x2e\x41\x4e\x83\xc2\x2d\x62\x2b\x51\x9d\xc7\xfe\xd8\x52\x6b\xa5\x1e\xbf\x45\x69\x2d\x84\xe0\xc5\x2f\x94\x5a\x82\xaf\x76\x9c\x87\xa8\xd0\x57\x3b\x82\x9c\xd6\xa0\x4e\x51\xa5\x42\xae\x9e\xa3\x11\xc2\xa3\x29\x7d\x96\x53\x47\x23\x7d\x06\xe9\xc0\x79\x55\x08\xa5\x83\xe0\xbb\x17\xe7\xc1\x3a\xf4\xdd\x8b\x20\x67\xe5\xb7\xe8\x5a\xbe\x57\x5f\xe9\x14\xc0\xd1\xe9\x2b\x05\x1d\xaf\x8b\x4e\x6d\x21\xf0\xe9\x4c\xa4\xb6\x10\x8c\xe6\x9a\xa8\xe5\xb9\xdd\x98\x15\xb8\x42\x97\xa4\x82\x9c\x86\x5c\x94\xb6\x41\x9a\xf2\x59\xfe\x14\x4a\x53\xa1\x6f\x55\x66\x59\x77\xe8\x5b\x15\x41\x12\x92\x62\xe0\x62\x31\x2a\xad\x3b\x17\x9b\x31\xa8\x9f\x04\x49\xa9\x17\x83\xfa\x29\x48\x40\xbe\xba\x46\xdd\xa2\xf4\xe5\x48\x87\x42\x2e\x52\x8b\xaf\x32\x93\x50\x6a\x09\xc3\xa2\x57\x75\xeb\x61\x58\xb4\x20\xa7\x31\x0a\x8b\x0e\x32\x8c\xaf\x2a\xf2\xc3\x08\x10\x02\xe3\xed\x33\xb8\x5f\xfc\x10\x24\xa0\xd8\x36\x26\x92\x0e\x04\x49\xbd\x19\x4a\x40\x61\xe5\xd4\xb1\x49\x08\x9c\x5a\x90\xd3\x59\x4b\x2a\x24\x4d\x05\xcf\xb4\xa1\x34\x15\x5e\xa2\x06\x05\x4e\xb8\x44\x75\x89\x5a\xd5\x4c\xb8\x44\x05\x62\xab\x34\x15\x4e\x0e\x17\xe4\xac\xee\x20\xc8\x75\x1f\xc2\x6b\x43\xb1\x2d\x26\x6a\x43\x40\xf2\xa2\x1c\xae\x0d\x91\xcc\xa2\x55\x46\x0d\x25\xb3\xe0\xa3\x8f\x68\xd5\x60\x85\x3e\xfa\x10\xa4\xcc\x44\x1f\x7d\x44\x68\x62\x35\x32\xa1\x34\x15\x7c\x2c\x10\x1d\x21\xf4\xb1\x80\x20\xb9\x63\x0b\x7d\x2c\x10\xba\xdd\x18\x55\x48\x84\x6e\x37\x04\x29\xfb\xd2\xed\x46\xf0\xfd\x40\x8c\xce\x44\x72\xa5\x20\x27\xfe\x98\x04\x85\x20\x31\xc6\xa8\x78\x1d\x4a\x8c\xc1\x97\x01\x31\xb0\x2f\x7d\x19\x20\xc8\xc9\x86\xf4\x65\x40\x4c\x54\x38\x42\xa3\x0e\x51\x52\xe1\x82\x42\x85\x33\x59\x2b\x4b\x5f\xdc\x3b\xbc\x20\x27\x36\xa1\xeb\x87\x20\xc9\x06\xb7\x7a\xa1\x24\x2b\x08\x33\x51\x5d\x54\xe7\x99\x76\x40\x0d\x51\x17\xa3\x3a\xd4\x2d\x8a\x36\x0c\xb7\xd2\xf5\x43\xac\x92\x2b\x08\xa2\xb1\x24\x17\x90\xf2\xb4\x45\x35\x13\xcb\xe9\xa0\xa2\xf6\xb8\xe8\x2e\x04\xed\x25\x04\xdd\x45\x2c\x89\x5a\xa5\x5e\x28\x15\xc7\x5e\xb2\x04\xc5\x52\xec\x14\x12\x82\xc1\x63\x6e\xec\x14\x12\xb1\x57\x10\x2d\xf3\x84\x4a\x51\xd4\xc1\xd1\xa1\x08\x30\x7b\xc9\x15\x4e\x94\xdb\x25\xd7\xae\x2a\xab\xca\xb3\xd8\xa9\xb2\x62\x2f\x57\x08\x17\x25\x57\xd8\x15\x4d\xb0\xfb\x5d\xd1\x84\xb4\x1e\x51\x95\x77\x28\xad\xc7\x51\xe1\x31\x82\x08\x70\x28\x3c\x1e\xea\xd9\xaa\xa7\x8f\x83\x9e\x2d\x0e\x2f\x21\xf8\x2c\x30\x0e\xee\x24\x05\xcd\x71\xbe\x43\xa1\xe3\x28\x63\x0c\x3e\x03\x88\x83\x0b\x48\x41\x4e\x6c\xe2\xe0\x72\x2e\xc8\xb5\xc1\x1b\x76\x1c\x4a\x01\x40\xce\x48\xa8\xd7\xa8\x12\x35\x9b\xfd\x75\x2a\x8e\xf6\xb7\x99\x38\x94\x89\x83\xc6\x3d\x78\xa4\x0b\x35\xee\x82\xce\xa3\x53\xa8\x71\x8f\x33\xf4\x2c\x58\xbf\x74\xca\x51\x4e\x39\x0a\xa7\x7c\xca\x51\x4e\x6c\x94\xcb\x89\x38\x65\xa3\xe7\xcb\x46\x17\x94\x8b\x2a\x11\xe9\x47\x43\xb9\x3f\xae\xfa\xc5\xa0\x43\x89\x4b\xbf\x08\xe4\x24\x52\xd2\xfa\x7e\x08\x9e\xec\x43\xa7\xac\x27\x7b\x41\xce\x6c\x50\x97\x28\xd6\x5a\x1a\xa5\xb5\x14\xf0\x52\x94\xd6\x92\x10\x24\x67\x55\x1b\x71\xf3\xf4\xc9\x63\x58\xdc\xdc\xc9\x08\x72\xe2\x74\x37\x77\x32\x71\x63\x57\xab\x9a\x96\xb8\x65\x57\xb7\xec\x2a\x59\x4b\x76\xc5\x73\x7a\x2c\x12\xfd\x4d\xdf\x27\xc8\x59\xb5\x61\xdc\x14\x6f\x41\xb5\x11\x0b\x8b\x51\xb5\x11\x4f\x82\xd4\x56\x8d\x7f\x3c\x15\xa4\x80\x54\xe2\x7a\xca\x3c\xa8\x36\x72\x2b\xb9\x52\xd5\x46\xf2\x09\x72\x6e\x65\x1e\xa9\x4f\x90\x05\xc9\xab\x63\xea\x13\xe4\xdc\xe8\x63\x5a\x83\xa2\x1a\x15\xe4\x4c\x26\x12\x62\x73\xa3\x7c\x6a\x55\x18\xe5\xe6\x5a\x9e\x7b\xba\x99\x0b\xaa\x8b\x2a\xeb\x6b\xc6\x5a\xec\x51\x90\xb3\x0a\x90\xdc\xd8\x63\xea\xab\x64\x52\x78\xea\xab\x64\x41\xa3\x00\x49\x0a\x9b\x17\xe4\x9c\xa2\x24\x04\x7b\x6c\x55\x51\xe5\xeb\xef\x03\x9a\xa8\x3a\xda\x54\x01\x92\x54\x18\xd9\x67\x40\x5d\xa2\x38\x8e\xa9\x51\x37\x14\xf1\xb4\x57\x7d\x93\xbc\xfe\xbe\x20\x27\xcb\xeb\x11\x38\x79\xf1\xcd\x51\x3d\x77\xea\xc5\x57\xd0\xb8\xfc\x4a\xbd\xf8\x0a\x92\x57\xda\xec\x18\x66\xf6\xd4\xb7\xde\xfc\xa2\xf6\x08\xb4\x51\xfd\x68\xea\x95\x36\xa9\x49\x72\x94\x45\xa7\x6a\x92\x54\x6f\x3b\xd0\x97\x7a\x5b\x41\xce\xe9\x50\x28\x5a\x6f\x93\x56\x3d\x51\xea\x6d\x52\x90\x93\x6d\x53\x66\xbc\x20\x0d\x9b\x50\xe8\x4f\x42\xec\x1c\x95\x46\x52\x21\x36\xf7\xca\x39\x93\xdb\xad\xdc\xb9\x02\x11\xb4\xb5\x44\x71\x8e\x04\xbc\xc9\x87\x95\xa9\x80\x97\x04\x96\xc9\x77\xaa\xa9\xd0\x91\x67\xb9\xd5\xe4\x2b\xee\x3c\x53\x54\xee\xef\x8f\xc9\x9f\x2a\xa4\x6e\xca\x04\x0f\xae\x40\x52\x37\x65\x49\x04\x98\xdb\xe6\x7f\x15\xa4\xea\xff\xff\xb8\x7f\x79\xfb\xcb\x1f\xa7\x9c\x3f\x7f\xfd\x7a\x7f\xfa\xc6\x9f\xc2\xf0\x57\x28\x8f\xeb\x7e\x7e\xfc\x74\xff\xe5\xcf\x6a\xbe\x7c\xfe\x52\xb3\xf8\xdf\x7f\x07\x00\x00\xff\xff\xcf\x44\xd9\x36\x82\x33\x00\x00"); -func _def ()([]byte ,error ){return _c (_gfda ,"Adobe-KR-5")};var _geb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xab\x2e\x4b\x92\xa6\x37\x3f\xbf\x62\x0f\xa5\x41\x2b\xc3\x3d\xfc\x0a\x4d\x81\xa8\xa6\xa0\x04\x2d\x09\x95\x5a\x12\x08\xd1\xc4\xc5\x3d\x95\xa0\x3c\x79\x38\x99\x35\xa8\x7f\x2f\x96\x3d\xcf\x97\xec\x12\x62\xef\xd1\xc2\x57\x7c\x11\xee\xe6\x17\x33\x7b\xed\xe6\x7f\xf8\xc7\x7f\xfe\x4f\xff\xfc\xeb\x9f\xfe\xf6\xed\x0f\xff\xf3\xef\x7f\x79\xfe\x65\xfd\xed\xdb\xfe\xd3\xaf\xef\xef\xeb\xaf\x7f\xf9\xd7\xdf\x9f\xf5\xed\x5e\x7f\xfc\xd3\xaf\xbf\xfc\x92\xf2\xb7\xf7\x4f\xcf\xdf\x3e\xcd\xf8\xf3\xfc\xf9\xfa\xed\x97\x5f\xbe\xde\xff\x97\x7f\xfb\xeb\xdf\xd6\x9f\xff\xf9\xd7\xfd\x97\x6f\x27\xbf\x7b\xff\xf5\x37\x7f\xfb\xed\xdb\x1f\xfe\x97\xf5\xc7\x3f\xfd\xf5\x6f\xbf\xff\xdb\xb7\xff\xe6\xbf\x7f\xff\x72\xaf\xff\xf6\xdb\xbb\xf6\xd7\xff\xff\xa7\xdf\xdf\xf5\xfb\x9f\x7e\xfd\xa3\xff\xff\xaf\xff\xc3\xf5\xdb\xf5\x6b\xfa\xaf\xff\xe5\x1f\xff\x25\xff\xfd\x37\xff\xf2\xaf\xbf\xfd\xf6\xff\xac\x3f\xaf\x5f\xff\xf6\xad\xc7\xff\xd6\xaf\x6f\xfc\xfd\xe5\x0f\xff\xf8\x9f\xaf\xdf\xfe\xc7\xeb\xcf\xeb\xdb\x1f\xe2\xf5\xff\xc0\xeb\xff\xe1\xeb\xf5\xf8\x45\xfc\xe0\x7f\x5b\xbf\xff\xf5\x4f\x7f\xf9\xf5\xdb\xfc\xef\x8e\xe3\xbb\x7f\xff\xaf\xff\xf6\xdb\xfa\x96\xfd\xd0\xff\xf1\x5f\xfe\xf9\x3f\x7d\xfb\x3f\xd3\xb7\x74\x7c\xcb\xf5\x3c\xeb\xb7\x94\x53\xfe\xbf\x7c\xf8\xbf\xff\xe7\xbf\xbc\xeb\xdb\x41\x2b\x41\xd4\xf3\x97\x77\xfd\xf5\xb7\xeb\x59\xbf\x5f\xbf\xfe\x71\xfd\xf2\xed\xdb\x7f\x3c\x8e\xe3\xf8\x87\x6f\xff\xf1\x9f\xfe\xe9\x9f\xfe\xe9\x1f\xbe\x86\xf8\xff\xf9\xc5\x2f\xe9\x38\x78\xf5\xde\xcf\xff\x7d\xfd\xfe\xcb\xe7\x85\xbd\xf7\xfb\x0f\x5f\xad\xf3\xfd\x87\xaf\xaf\x5c\x35\x5a\xd5\x56\xa3\xb5\xa2\xd5\xf9\x65\xdd\x5f\xad\xf3\x38\xa3\xd5\xbe\xbe\x92\x8f\x34\x69\xa5\xf8\x65\x7d\x68\x65\x9e\x0d\x5a\x27\x5f\xf1\x59\xa1\xb5\x68\x8d\xf8\x65\x29\xb4\xe6\xd7\xb3\x34\x33\xad\x8b\xb1\x74\x5a\x37\x2d\x7f\xf9\xd0\x83\xdf\x74\xd4\x77\xb4\xba\xbd\xf3\x95\x5e\xe3\xd9\xcd\x57\x7a\xa3\x05\x7d\xbd\xc7\x2f\xb3\xbf\x64\x2c\xe9\xa2\x35\x69\x31\xce\x7e\xd1\x62\x26\x3a\x63\xb9\xed\x8f\xb1\x64\xbf\xf9\x46\xeb\x3c\x68\x31\x83\xf7\x8e\xd6\x60\x96\x2e\x5b\x95\xf9\xa4\xbf\xe1\xc8\x98\xb3\xd1\x79\x46\x0f\x63\x44\x2b\xfb\x6c\xf2\x0c\xda\x47\xcc\xd2\x79\xd2\xfb\x60\x64\x8f\xad\x87\xfe\xec\x21\x66\x29\x95\x44\x8b\x91\xbd\x7e\x33\xd6\x36\x55\x66\x62\x1e\x8c\x85\xf7\x26\xa3\x5e\x7c\x73\xe6\xf8\xe5\xc9\x57\xe6\xc9\x37\x7d\x8f\xb5\xdd\x7c\x73\x56\xbe\xc9\x7e\x99\xd0\xf7\x42\xfb\x0c\xfa\x8e\xcc\x7c\xce\xc1\x38\xd9\x4b\x73\xd2\x82\xbe\xe9\x2e\x60\x1d\xe6\x66\x64\xec\xd6\xcb\x71\xf2\xde\x0b\x0d\x8d\x99\x5f\xf1\x2c\x75\xc6\xb2\x12\x2d\xfa\x5b\x99\x19\xe4\x2b\x0b\x1a\x1a\x14\xad\x2f\x1a\x72\x72\x4f\x2c\x68\x70\xb7\x2e\x68\x60\x6d\x53\x3e\xbf\x3b\x39\xa9\x54\xd6\x3d\x7e\x99\x62\x35\xf7\x2e\xfc\x32\x56\xec\x3c\x96\xcf\xae\x68\xb1\x5b\x53\xac\xd8\x79\xdc\x89\xd6\x13\xad\x5d\x68\xbd\xfc\xf2\xa1\xb5\x68\xf9\x95\xcd\x7b\xf4\x10\x2b\x76\x1e\x77\xa6\x95\x68\xf1\x95\x58\xb1\xd3\x3d\x9f\x62\xc5\x4e\xf7\x59\x8a\x15\x3b\x5d\xe9\x14\x2b\x76\x1e\x37\xfd\xc5\x8a\x9d\xc7\x4d\x7f\xb1\x62\xe7\xf1\xd8\xdf\xa0\x65\x7f\xd0\xf7\x30\x13\x13\xfa\x9e\x4e\x0b\xfa\x9e\x58\xa3\x74\x31\x2f\xac\x51\xda\xce\x19\x5f\xd9\xcc\xee\xc5\xc8\x36\x67\x93\x7d\x9d\x36\x3b\xa4\x32\x67\x9b\x1d\x52\x63\x35\xf3\xf1\xfd\x79\xcf\xc7\xf9\x5d\x0f\xf9\x80\xbe\xe9\x33\xe8\xe3\x04\xe4\x03\xfa\xca\x49\x0b\xfa\x4a\xa5\x05\x7d\xa5\xd3\x82\xbe\x32\x69\x41\xdf\xf0\x3d\xe8\x1b\xbe\xc7\xfa\x0d\xdf\x63\xfd\xda\x19\xac\x59\x0e\xfc\xff\xc3\x92\xf3\xc1\xd2\x16\x87\xc9\xd2\xc2\x14\x73\x62\x69\x4b\xa3\xc5\xd2\x96\x41\x0b\xf2\x0a\x13\x91\x24\x6f\xd3\x82\xbc\x0a\xb1\x09\xf2\x38\x8c\x39\x41\x5e\x65\xd0\x09\xf2\x2a\x83\x4e\x90\x57\x21\x36\x41\x1e\x13\x9f\x13\xe4\x39\xf1\x09\xf2\xaa\xfd\x41\x43\xb3\x3f\x68\x68\xd0\x90\xa1\xa1\x41\x43\x86\x86\x06\x0d\x99\xb1\x74\x68\xcf\x8c\xa5\x33\xb2\xcc\x58\xba\xbf\x64\x2c\x9d\xb1\x9c\x7c\x65\xd0\xc3\xc9\x26\x1f\xf4\x70\xf2\x95\xc1\xc8\x4e\xbe\x32\xa1\xfd\x64\xd4\x63\xd1\x72\xe6\x1f\x5a\xce\x3c\xcf\x0a\xa3\xae\x6c\xa5\x42\x7f\xb0\xc8\x5c\xe8\xaf\xd2\x7b\xe1\x50\x55\x7a\x2f\xac\x4a\x65\xd4\x85\x55\xa9\x17\x2d\x57\x85\xfe\x8a\xab\x62\x7f\xcc\x84\x5b\xb7\x40\x43\xb3\x3f\x68\x68\xcc\x4b\x61\x26\x1a\x2b\x56\x58\x95\xc6\x8a\x55\x58\xeb\xc3\xc8\x2a\x07\x67\xfb\x8c\x83\xb3\x6c\xc1\x5a\x17\xab\x59\xef\xef\x18\x74\xae\x88\x8e\x45\x0f\xaa\x05\x8f\x2d\x45\x07\x2b\x8d\x5a\x70\x6c\x5a\x21\xfa\x8f\x63\x33\xd7\x8a\xfe\x0d\xed\x8a\xfe\xcb\x5f\xd6\xef\x44\x63\x6e\x8a\x3f\xc6\xd2\xa0\xe1\x65\x3e\x1b\x34\xbc\xcc\x59\x93\x06\xe8\x53\x49\x58\xec\x09\x95\x84\xe5\x37\xa1\x61\xfb\x95\xf7\xdf\x7d\x05\x1a\x16\xb3\xdb\xa0\x61\x31\xce\x8e\x58\x81\x5d\xe7\x8e\xf8\x83\x25\xe7\x2e\x7d\x7c\xa5\x43\xdf\x62\xc5\x7a\xf9\x7e\x76\x43\xf1\xc8\x15\x96\x9c\x55\x3c\x16\xb4\xf7\xfe\x9d\x12\x94\xfb\xf8\x4e\xac\xe4\x50\x27\xf6\x3e\xec\xe1\xa5\xe5\x2f\xd9\xad\x1b\x6a\x43\x9d\xd8\x3b\x41\xed\xc8\xfc\x92\x1e\x86\xb3\xcb\xa8\xff\x9d\x38\xca\x28\x17\x32\xda\x1c\xca\xc5\xde\x08\xae\x3c\xe6\x77\x62\x2c\x87\xa8\xda\xfb\xb4\x07\x4e\x07\x0a\x60\x0e\x91\x53\xd6\xcb\x8a\x29\x48\x9c\x97\x09\x63\x4f\xec\xd6\x10\x24\xf9\x48\xf4\x1e\x82\x64\xef\x83\x6f\x4e\x7b\xf7\xbd\x19\x2d\xcf\xc3\x54\xe9\x62\xfd\x42\x90\xec\xed\xc9\x99\xdf\x2b\x5d\x79\xa2\x74\x65\xfa\x53\xc8\x9c\xcc\xd2\x45\x7f\x27\xe3\xbc\xe8\xef\x8b\x9f\xfd\x98\x25\x5f\x0e\x85\xd7\xee\xc2\xa0\xf9\xe4\x5d\x69\xf9\xcc\xad\xcb\xc4\xdf\x6e\x5d\x8e\xca\xed\xf1\xb3\xc5\x37\x93\xef\x05\x79\xd9\xe3\x7e\x43\x1e\x1a\x6d\xbe\xd9\x04\x68\x9f\xf9\xde\xf1\x4b\x5b\x4f\x68\xde\xf9\x64\x69\x9f\xaf\x4d\x90\x9b\xa2\xe3\xc9\xb4\xf8\xe6\xc3\xf6\xbc\x6d\xc5\x32\x24\x97\xef\x61\x5a\x16\x53\xf6\x30\x2d\x87\xdf\x64\x2c\x87\xcf\xdc\x90\xbe\xe7\x86\x64\xe2\x9f\x45\x8b\x83\xf3\xec\x68\x65\xfa\x7b\x8f\xef\xf4\xf7\xfc\x32\x4e\xdf\x7b\x19\xa7\x3d\xbc\x67\x1c\x95\x87\xd9\x7d\x0b\x2d\x36\xc8\xcb\x31\x7a\xa0\xfd\x6d\xb4\xfc\x66\xa7\xe5\x37\x43\x7f\xaf\xb2\x97\x77\xd2\x72\x2c\x17\x87\x11\x1a\xde\xfb\xfb\xa3\xf9\x3e\xb4\x58\x95\xf7\xa5\xc5\x3a\xbc\x8b\xe3\xe0\xc8\x38\x00\x6a\x1a\xa1\x61\x66\xd1\x4a\x0e\x2d\x32\x27\x85\xcc\xe2\x38\x24\x5b\x41\xc3\x97\x52\x11\xad\x46\x8b\x6f\xae\x18\xcb\x97\xa4\x8b\xd6\x43\x0b\x16\xb2\xf6\x77\x9a\x70\xde\xf4\xf7\xd2\xdf\x4e\xb4\x58\xb1\x9d\xf9\x26\xd4\xee\x93\x16\xbd\xef\xc2\x37\x7d\xc6\x58\xd0\x5a\x73\xe8\x5c\xf9\x94\x22\x74\xae\x2f\x85\x2a\x5a\x83\x16\x73\x1d\x3a\x57\xce\x8a\xf7\xcd\xde\x55\x18\xee\x97\xfd\x09\x0d\x7b\xb1\x3f\x99\xcf\xed\xde\x8d\xd6\x79\xb8\x77\x2b\x2d\xe6\x2c\xdf\xb4\xca\x77\xc8\xe9\x0c\x5d\x2d\xb7\xb6\x69\x35\x5a\x7e\xa5\xd3\xba\x68\x5d\xdf\x61\xba\xf3\x60\x6d\x11\x01\x25\xd4\x89\xa3\xc0\x14\x4b\x08\xd1\xa3\xa0\x12\x95\x10\x40\x65\xcd\x87\xd6\x57\x0f\xb5\xc2\x6c\x4a\x08\xa0\x7a\x31\x83\x25\x04\xd0\x6c\xb0\xc1\x12\x02\xa8\x16\x34\xe1\x12\x02\xa8\xa5\x74\xd3\xfa\xea\xbd\x89\xd4\x4a\x08\xa0\x3a\xb7\xdf\xfc\x9a\xa5\x29\xda\x2c\x21\x80\x46\x41\xd1\x29\x21\x80\xc6\xc9\xe9\x2f\x21\x80\xfa\x85\xe2\x51\x42\x00\x35\x51\x5c\x09\x01\xd4\x4e\x04\x49\x09\x01\xd4\x16\x8c\xaf\x84\x00\x6a\x15\x81\x5e\x42\x00\x8d\x82\xd2\x55\x42\x00\x8d\x7c\xd9\xfa\xa2\x6f\xde\xdb\xf7\xbe\xe8\x6b\x83\xbd\x5b\x02\xf9\xd6\x9e\x3b\xad\xa0\xcf\x53\x55\x02\xf9\xb6\x2f\x99\x18\xad\xa0\xef\x9e\xd0\x1e\xa2\xaa\xce\xd7\x51\x07\x7d\xad\xfb\xec\x8b\xbe\x39\x10\xa2\x65\x04\x7d\x2f\xaa\x4d\x09\x31\xd6\xdf\x2f\x9c\xf1\x43\x96\x5c\x42\xc2\xcd\x1b\xcd\xad\x8c\x20\x3d\xbb\x60\xe3\x8b\xf4\xfe\x4c\x96\x28\xa4\xdf\x18\x80\xfe\x12\xd2\xaf\xde\x63\xd2\x8a\xa5\x5d\x40\xc8\x12\xd2\xaf\x9d\x87\xcf\xbe\x48\x6f\x6d\xfa\x5e\x90\x3e\xd0\xb5\x4b\x00\xb5\x29\xeb\x29\x01\xd4\x66\x1f\x4c\x75\x00\xb5\xd6\x8b\xbd\xaf\xd8\x58\xcb\x1e\xbe\x48\x2f\xb2\xc8\x82\xd4\xdc\x68\xec\x25\x80\x5a\xd9\xd3\xd6\x17\x7d\x55\x98\x51\x02\xa8\xd5\xb6\x99\xa4\x90\xaf\x75\x9e\xf4\x1e\xf2\xb5\x4e\x0e\x7f\x09\xf9\x5a\x2f\x37\x79\xc8\xd7\xfa\x48\x51\xc8\xd7\xa6\x56\x57\x42\xbe\xb6\x74\xd8\x62\xeb\x76\x16\x2c\xe4\x6b\x6b\xb0\xac\x12\xf2\xb5\x4d\x18\x74\x09\xf9\xda\x85\x89\x65\x7e\xd1\xd7\xab\xd4\x06\x24\xef\xd5\xaf\x04\x24\xef\x13\x0d\xa5\x5c\x2c\xed\x05\x7d\x57\x8e\x96\x47\xf3\xfa\xa2\x6f\x1c\x0f\xfd\x5d\x25\x36\x2b\x7a\x4e\xb9\x58\xbf\xe6\xb3\xd8\xba\x37\x6c\xa9\x84\x3c\x9f\x62\x97\x12\xf2\x7c\x1e\x9d\x91\x85\xd0\xae\xe7\x69\xef\x17\x07\xdc\x5f\xde\xd1\xba\x6c\xc5\xd6\xed\xce\xcb\xf5\xc6\x58\x6e\x7b\x58\xf1\xcd\x87\xf9\xbc\x82\xbe\xe1\xa8\x6f\xb4\x1e\x18\x6d\xb9\xbf\xe8\xab\x03\xdd\xb7\xdc\x71\x34\xd7\xc5\x57\xee\x33\xbe\x72\xb2\x7b\x42\x81\xe8\xd7\xe9\xb3\xa0\xef\xc3\x26\x6e\x8e\xe6\x60\xd4\xa1\x40\xcc\x27\xdb\xdf\x17\x7d\x55\xa3\x4d\xb9\xa1\xcf\xb9\x0e\x05\xa2\x16\x04\x57\x09\x05\xa2\x16\x19\x43\x28\x10\xb5\x2d\x7f\xc9\xd1\x74\x55\xee\x2f\xfa\xea\x46\x3b\x2b\xb7\x47\x93\x91\x85\x72\xd1\x5e\xf4\xe9\x12\xca\xc5\x50\xd7\x2e\xa1\x5c\x8c\x8a\xd1\xa6\x84\x72\x31\x9b\x87\xf8\x29\xd1\x72\x64\x4f\x8d\xd6\x65\xab\xc5\x59\xb1\xf7\x50\x3c\x6a\x39\x6c\x05\x7d\x27\x78\xa1\x3c\x93\x93\xca\x2e\x7f\xae\xd8\x75\x28\x02\x25\x94\x92\xbe\xa5\x36\x94\x92\xb1\x1f\x7b\x0f\xd6\xda\x16\xf3\x19\x4a\x49\x3d\x9b\xef\x05\x7d\x2f\x7a\x63\x79\x61\xad\xee\xe4\x50\x4a\xca\x4a\xcc\x59\x28\x25\xfd\xc3\x06\x43\x29\x19\x69\xfb\x5e\x81\xd1\xc2\x6d\x42\x29\xa9\x0d\x03\x67\x79\x11\x1d\x28\x4f\x25\x94\x92\x76\x23\xf0\x4a\x28\x25\xa3\x26\xfb\x9b\xb1\xb6\xee\xcf\x50\x4a\xea\x94\x4f\x84\x52\x52\x4f\x8c\x60\x25\x94\x92\xf6\xca\xbc\x43\x29\xe9\xe5\x75\x2c\xb1\x3f\x2b\xe8\xb6\x84\x52\x52\x55\x00\xcb\x62\x7f\x4e\x28\x0a\xb3\xd7\x3c\x0a\xfd\x85\xd9\x6b\x7e\x38\x4a\x28\x2c\xe3\xf4\x14\x87\xc2\x32\x27\xa8\xa3\x84\xc2\x52\x43\xc8\xfc\x98\x25\x2f\x48\x47\xf6\x96\x15\x4b\x7b\x23\xc1\xcb\x8a\xa5\xdd\xca\x8a\x05\x6b\xcd\x3e\x0b\xd6\xd3\x5c\xf6\xd0\x81\xda\x70\x02\x43\x07\x6a\x8f\x07\x67\x05\x6b\x7d\x3e\xbf\x5c\x31\x2d\xe8\x47\x25\xf4\xa3\x5e\x30\x4e\x94\xd0\x8f\x7a\x7b\x78\x2f\xf4\xa3\x7e\x01\xe5\x4b\xe8\x47\x73\xa0\x33\x97\xd0\x8f\x46\xf6\xd8\x86\x7e\x34\xc6\xe7\x2b\x71\x34\x2f\xb4\xf2\x12\xfa\xd1\xcc\x4a\xd4\xd0\x8f\xda\x2b\x9b\x08\xfd\xa8\xd7\xcb\xf7\x26\xbd\xb3\xd0\xa1\x1f\xcd\x89\x45\xac\xec\x1b\x09\xce\x2c\xed\x07\x76\x66\xef\xc1\x7a\xde\xe1\x7b\x2c\xed\xa7\x87\x1d\x4c\x18\x81\x57\x43\x77\xaa\x27\xcc\xb4\x1e\xc1\x7a\x12\x06\x8f\x1a\x36\xb0\xda\xd1\xe3\x6a\xe8\x55\x75\xb0\x0e\xf5\x40\x74\x60\x4e\xaa\xa1\x57\xd5\xfb\xb6\x15\xeb\xb7\xb6\x5f\x09\xfa\x0e\xd8\x52\x3d\x10\x8d\x6c\xc8\x1a\x36\xb0\x76\x6e\xdf\x8b\xf5\x7b\x00\xef\x35\x74\xae\xb6\x93\xcf\x9e\x38\xb6\x9f\x51\xc7\xd6\x4d\x9f\x67\x21\x3a\x52\xf5\x9b\xb1\x7e\xe9\x8d\x59\xaa\x61\xe8\xea\x27\x5a\x56\x0d\x43\x57\x5f\xcc\x52\x4d\xc1\x7a\xbe\x50\x74\xb4\x58\xbf\xd7\x67\xb1\x7e\x15\xa1\x5d\xc3\x08\x36\x35\xa2\xd4\xc4\xfa\xb1\xb6\x35\x8c\x60\xf3\x4d\xb6\x62\x7f\x0e\xcc\x26\x35\x8c\x60\x4d\xbd\xbf\x26\xe8\xc3\x68\x53\xc3\x08\xd6\x6b\x76\x9c\xc1\x5a\xd3\xf6\x3d\x58\x6b\x86\xda\x30\x82\xd5\xd9\xfc\x65\x1c\xcd\x3d\x18\x4b\x18\xc1\xea\xe6\x10\xd7\x30\x82\xb5\x6c\x7f\x39\x44\x47\xc5\x50\x52\xc3\xb2\xdc\xae\x6c\x2b\x58\xcf\x8d\x3e\xf6\x35\x88\xaf\x96\xeb\x97\x5b\xcc\x19\xa2\xa3\xe6\x1e\x2c\x12\xc1\x55\xc3\xb0\x36\x26\x46\xa9\x1a\x9a\xf0\x7c\xb3\xfd\xc5\xfe\x7c\x11\xb7\x35\x0c\x6b\x73\x3d\x7e\x33\xe8\x7b\x2e\xbf\xc2\xf9\x9b\x7e\x25\xb4\xba\xb3\xdb\x5f\xd0\x97\x38\xb7\xf5\x0c\xfa\x1e\x98\x4d\x0d\xf3\x5c\x4b\x70\x86\x1a\xe6\xb9\x91\x1e\x5b\x41\xdf\x70\x35\xcf\x10\x8d\x22\x8b\x7a\xa2\x95\xbb\x43\xce\x16\x0a\x92\xf3\x72\x76\xc4\x1f\xfb\xf3\x44\xb5\x71\xfd\xc2\xe4\xd7\x56\xb6\x75\x71\xfa\xd9\x4b\xe7\x8d\x00\x3a\x69\x3d\x88\x70\xc7\x19\xeb\x77\x26\xc7\xa2\xea\xc6\xbc\x9c\xa8\x6e\xa8\x1a\xb5\xa0\xba\x81\x6b\x6a\x41\x75\x73\x96\xc2\x1c\x58\x76\xa7\x87\x30\x07\xd6\x8c\xf8\xab\x61\x0e\xac\x27\x0a\x44\x2d\x88\x0e\xd4\xb3\x1a\xe6\xc0\x3a\x0f\x9f\x81\x3a\x5c\xbf\x30\x07\xd6\xdb\x19\x2c\x88\xc6\x9f\xb2\xe4\x1a\x20\xa7\x4f\x0f\x47\x41\xab\x43\xa2\xd6\xb0\x14\xb6\x0e\xe4\xa9\x05\xad\xf5\xd3\x41\xb0\xd6\xbb\xf8\x6c\x73\xc0\x21\xa8\xc6\xd1\x3c\x1a\x53\x56\xe3\x68\x9e\xc8\xde\x5a\x43\x6a\x4e\x34\xe1\x5a\xcf\x68\xe1\x34\xa8\x55\xad\x87\x6f\xd6\x2f\xd2\xbb\xd2\xbd\x56\xb4\x1e\xcc\x26\x35\xac\x96\xe3\x0b\x99\x47\x2b\xb6\xee\xe9\xc6\x0a\xab\xe5\x38\xbb\xef\x5d\xd1\x72\x3a\xc3\x6a\x39\xce\xd7\x71\x06\x6b\xed\x48\xcd\x1a\x56\xcb\x71\xdd\x8e\x33\x8e\x66\x73\x83\x84\xd5\x72\x3c\xd8\xc0\x6a\x38\x33\xc7\xc6\xc5\x55\x9b\x52\x13\x1a\xc2\xa2\x39\x7b\xb2\x15\xac\xa7\xc1\xae\x6b\x58\x34\xcb\xf6\xe0\x04\xa0\xac\xcf\xf2\x9b\x0d\x7c\x02\x7d\x01\x28\x7b\x76\x5b\x37\x44\x07\x7a\x40\x0d\x40\x39\x12\x7a\x40\x0d\x40\x39\x32\x7a\x4e\x0d\x40\x39\xda\xb6\xf7\xa0\xef\x01\x7a\x56\x00\x65\x7b\x7c\x2f\x44\xc7\x44\x7f\xaf\x01\x28\xe7\x94\xb5\x76\xb4\x02\x0c\x2c\xb5\xb3\x75\xd1\x49\x6a\x00\xca\x31\x17\xef\x75\x50\xc7\x4b\x7f\x01\x28\xeb\x28\xfe\x32\xe8\x1b\x8f\x2d\x45\x87\xdf\x8c\xad\xbb\x97\x2d\x8e\xa6\x0c\x2c\x00\x65\x3b\x26\xb3\x04\xa0\xd4\xae\x5d\x01\x94\x09\xd0\x58\x03\x50\xb6\xac\x18\x0b\x40\xd9\xf2\xe7\x59\xec\xcf\xaf\x73\x1e\xad\xa0\xef\x46\x2f\xae\x01\x28\x5b\x73\xdd\x03\x50\xb6\x81\xd9\xab\x06\x6a\x6c\xaf\xbb\x27\x50\x63\x3f\xba\xcf\x0a\x48\x86\xfd\x19\xa8\xb1\x37\x45\x6a\xa0\xc6\xfe\x02\xd0\xeb\x60\x7f\x5e\xb6\x62\x7f\x76\x45\x40\xa0\xc6\x59\x65\xc2\x81\x1a\x67\x53\xfc\x05\x6a\x1c\x0f\x08\xaf\x0e\x45\x87\xa3\x0e\xd6\x93\x3d\x2b\x03\xd1\x21\x23\x0a\xd4\x58\x8b\xe7\x2f\x50\x63\xbd\x3f\xad\x10\xfd\xaf\xbf\x0c\xd4\xd8\x12\xde\x94\x1a\xa8\xb1\xcd\xc1\x0c\x06\x6a\x6c\x2f\x0e\xe7\x1a\xa8\xb1\x0f\x4f\x6a\xa0\xc6\x51\xdc\x13\x81\x1a\xc7\xc0\x07\x54\x03\x35\x8e\xab\xfb\x95\xa0\xef\xbc\x7c\x16\xf4\x5d\xb7\xfd\xdd\xe8\xa9\xcc\x60\xa0\xc6\x39\x3d\x55\x81\x1a\x47\x7b\x99\xa5\x40\x8d\xb5\x5f\xd2\x10\xfc\xa5\x6f\x46\x16\xa8\x71\x34\x8c\x7c\x35\x50\xe3\xcc\x0a\xa7\x40\x8d\x35\xe3\x6e\xab\x17\xfb\x53\x1e\x12\xa8\xb1\x16\xf9\x44\xa0\xc6\xba\xe4\x05\x17\xe7\x0f\x3c\x54\x03\x35\xb6\x82\xab\xb8\x5e\x18\x3c\xe4\x4b\x81\x1a\xdb\x40\xe1\xac\x81\x1a\xdb\x8d\x73\xbf\x06\x6a\xec\xa7\x33\x11\xa8\xb1\x0f\xd0\x43\x0d\xd4\xd8\xaf\xf6\x33\x5b\x72\x0d\x40\x39\xe6\xf4\xb5\x60\x3d\x13\x3b\x5e\x0d\x40\x39\x5e\x59\x6b\x00\xca\xa1\xad\xb5\x06\xa0\x9c\x3a\x68\x2a\x80\xb2\x3a\x81\x37\x80\xcb\x43\x15\x80\x72\x76\x65\xe1\x8d\xc1\xc3\xe3\x70\x63\x10\x70\xf3\x04\xa0\x6c\xb3\xfb\x4d\xec\x55\xd3\xde\x83\xbc\x1b\x1d\xbd\x06\x68\x6c\x57\xf6\x59\x1c\xbf\xab\xb3\x60\x01\x1a\xdb\x50\x74\x04\x68\x9c\x0f\xf6\xf0\x1a\xa0\xb1\x6d\xdc\x82\xf5\x61\xf9\x9c\xc0\x00\x8d\xb5\x7a\x1c\x02\x34\xb6\xcf\x61\x0c\xd0\xd8\xf2\x62\x51\x02\x34\xb6\x57\x16\x19\xa0\xb1\x2d\x6c\x91\x35\x40\x63\x5b\x8a\xb8\x00\x8d\x43\x14\x50\x03\x34\x8e\x99\xfc\x66\x1c\xbf\xad\xee\xfb\x20\xf9\xd5\x45\x01\x8d\x8f\x0c\x45\xd0\xa8\x26\xfc\xa0\x79\xab\x29\x06\x68\x6c\xd7\xc9\xfa\x05\x68\x9c\x1d\xc7\x63\x0d\xd0\xd8\x86\xac\x2e\x40\x63\x4d\x80\xcd\xfa\x22\xfe\x30\x71\xd4\x17\x7b\x9c\xe2\x28\x40\xe3\x4c\x6a\x83\x01\x1a\xe7\x39\x6c\x85\xe4\x6f\x52\xf4\xaa\xb9\xb1\x3d\x5f\x8c\x52\xd9\xaf\x20\xfe\x30\xd3\xd4\x00\x8d\xa3\x10\x9b\x51\x01\x8d\x8f\x2c\x2b\x40\x63\xd5\x06\x5d\x03\x34\x8e\xac\xe8\x08\xd0\xd8\x8b\xe2\x6f\x01\x8a\x71\x4e\xd5\x85\x66\xe3\xf1\x5b\xd0\xa7\x66\x13\xa0\xb1\xde\xee\x64\x40\x63\xc6\xd0\x55\x41\x86\x99\xf8\x92\x0a\x32\xcc\xb8\x13\x2b\xc8\xf0\x55\x74\x04\x32\xac\xd5\xd3\x11\xc8\xb0\x7e\xe6\x33\x90\x61\x9d\x9f\x91\x61\x6f\x74\x96\x02\x19\xd6\x7b\xda\xc3\x62\x2c\x7e\x33\xd8\xe7\x72\xd7\x05\x32\xac\xab\xb3\xd2\x5b\x7b\x2a\x14\x6d\xd8\x27\x4e\xb4\x1a\xc8\xb0\xa5\xe6\xb3\x82\x0e\xcb\x4c\x04\x32\x6c\xa7\x3d\x04\x32\x6c\x55\x31\x06\x32\xec\xee\xc8\x0d\x7b\xa9\x7e\x05\xf6\xa2\x0e\xbb\x61\x2f\xa7\xdf\x8c\xf3\x77\x7f\x7e\x09\xf2\x95\x09\x07\x32\x6c\xdb\x95\x0e\x64\xd8\xb6\x28\x07\x64\xb8\x89\x56\x68\x07\xeb\x87\xc0\x6b\x81\x0c\x7b\xc5\x38\xd1\x02\x19\xf6\x86\x78\x6f\x81\x0c\x7b\x47\xf7\x6d\x07\xfb\x13\x26\xdc\x0e\xd4\x33\x34\xda\x16\xc8\xb0\x3f\xd9\x56\xc7\x74\x37\x69\x85\xfa\xb2\x89\xcd\x68\x81\x0c\xfb\xde\xf6\x1e\xe7\xef\xe0\x84\xb7\x40\x86\x23\x37\x7f\x19\xfb\xf3\x9c\x8b\x56\x88\x87\x79\x3b\xb2\xe0\x91\xd7\xf3\xd0\x52\x3d\x63\x9c\x81\x0c\xa7\xae\xfe\x16\xc8\x70\x6a\xc5\x6f\x81\x0c\x67\xc5\x68\xd3\x12\x3c\x72\xfe\x4c\x4b\x6e\x01\x1a\x67\xc5\x56\xd7\x00\x8d\x0d\xd8\xd6\x00\x8d\xfd\xf5\x93\x71\x34\x27\xc7\xaf\x05\x68\x1c\xd9\xc9\x0d\xd0\x58\xd6\x69\x0b\x7b\x5c\x76\xd0\x37\x6c\xd7\x67\xb1\x75\x5f\xc9\x0b\xd0\xd8\x85\xd6\x2d\x40\x63\x6f\xc5\x67\x01\x8a\x3b\xb2\xa9\x01\x1a\x1f\x7f\x19\xa0\xb1\xab\x65\xb5\x00\x8d\xe3\x75\x31\x33\xf6\x38\xc0\x43\x0b\xd0\x38\x47\xb2\x15\xf4\x0d\xa2\x15\x5a\x80\xc6\x39\x88\x4f\x68\x01\x1a\x8b\x7e\xe3\x16\xa0\xb1\xe8\x6f\x6e\x59\x7b\xa3\xcf\x2e\x0e\xaa\x23\x0b\xfa\x5a\xf3\x2b\xd8\x53\xd9\xe4\x2d\x03\x8a\x09\x9f\x69\x99\xa3\x79\x48\x43\x1c\xcd\x1b\x9d\xb9\x09\x1a\x27\x9b\x27\x40\x63\x5d\x58\xa1\x5a\x80\xc6\x2a\x23\x6a\x01\x1a\xeb\x76\x06\x03\x34\xb6\x73\xf9\x2c\x8e\x66\x87\x41\xb7\x93\xa3\x89\x0b\xb6\x05\x68\x6c\x15\x4f\x7f\x03\x34\x76\x8e\x7b\x03\x34\x0e\x74\xa0\x76\xc2\x5a\x3f\x23\x8b\xa3\x79\x55\x7f\x19\xf4\xad\xd3\x71\xc6\xd1\xbc\x61\x9f\x2d\x40\x63\x7b\x92\xfd\x81\x9c\x10\xb0\x2d\x40\x63\xaf\x88\xcd\x16\xa0\xb1\x4f\x3c\x0a\x2d\x40\x63\xbd\x61\x36\x2d\x40\x63\xbf\xb0\x2c\xb7\x00\x8d\xfd\xfd\xb4\x82\xb5\x6a\xfb\x6c\x01\x1a\xc7\x1c\x7e\x33\x34\xb7\xcb\x1d\x19\xa0\x71\x3c\x98\x07\x5a\x80\xc6\xa1\xee\xdb\x02\x19\x8e\xe5\x0c\x16\x44\x63\xf2\x9b\xa1\xb9\x0d\x67\x29\x90\xe1\xbc\xdc\x05\x81\x0c\xe7\xed\x8e\x0c\x64\x58\x16\x46\x8d\x16\xc8\xb0\x1a\x22\xda\x2a\x46\x29\x47\x1d\xc8\xb0\x4e\x8f\x66\x20\xc3\x7a\xbb\x7b\x02\x19\xb6\x8c\x95\xbb\x55\x44\xff\xe7\x9b\xb1\x7e\x65\xf9\x4b\xec\xa9\xae\x6d\x20\xc3\x2e\xb4\x6e\x81\x0c\x7b\xc5\xda\xd9\x2a\xc8\xd7\x5d\x57\xb1\x17\x7b\x72\x44\x86\x88\x9c\xf6\x41\x86\xf6\x10\xac\xe7\xee\x7e\x73\x63\xf6\xe2\x19\xc8\xf0\x04\xf3\x34\x90\x61\xb7\xf7\x40\x86\xb5\xb8\xaf\x03\x19\xd6\x82\xea\xd6\x02\x19\x56\x8d\x83\x2d\x90\x61\xfb\x9c\x3f\x90\xe1\xe5\xf9\x6b\xac\x9f\xbd\x83\x0c\x07\xc6\x9e\x16\xc8\xb0\x75\x30\x48\x0b\x64\x38\xd7\xc3\x5c\x37\xec\xc5\xdd\x6f\x22\x1a\xe5\x67\x81\x0c\x47\x4a\x8e\x1a\x57\x5c\xb5\x87\x40\x4e\x07\x8e\xf8\x26\x32\x74\xf7\x80\x0c\x97\x62\x25\x90\x61\x59\x78\xbc\x5a\x20\xc3\xb2\xe5\x28\x20\xc3\xcf\xbc\x80\x0c\x8b\x7c\x10\x64\x78\x13\xa8\xd8\x44\x86\xe9\x67\x41\x70\xed\x03\x1a\xed\x1c\x7b\x9c\x5c\x1e\xd0\xd8\xb1\xbd\x34\x40\xe3\x83\xc9\xbb\x01\x1a\x9f\x6e\x0b\x7b\x95\xf2\x2e\x40\x63\x37\x80\xac\x75\xec\xc5\x2e\x11\x5e\xc8\x0b\x2b\x54\xc3\x0b\x79\x39\xe8\x00\x8d\xfd\x46\x5b\x6a\x80\xc6\xd7\xe9\xd4\xd5\xb8\xfd\x65\xc5\x97\xe9\x57\x60\x3d\xe8\x39\x6d\x08\xfa\xd9\x04\x03\x57\xc7\x6d\x6b\x62\x2d\x83\xda\x00\x8d\xf5\x5d\xf6\x87\x97\x15\xbd\xaa\x0d\x40\x31\xae\x9c\x86\xab\xf1\x24\xee\xba\x05\x68\x6c\x2b\xfb\x6c\xb3\xd0\x8c\x33\x40\xe3\xb8\xd0\x06\x5b\x80\xc6\xf1\x12\xae\xd3\x02\x34\xce\x4c\xa4\x6e\x03\x34\x7e\x44\x40\x80\xc6\x3e\xb1\x56\xb7\x00\x8d\xf3\xfe\x7c\xb3\xe1\x44\xf3\xbd\x89\xfb\x12\x8a\x02\x18\x96\xed\xe1\x08\x60\x58\x0d\x12\x6b\x13\xe0\xeb\xd1\xc4\x9d\x78\x6d\x7b\x08\xf1\x90\x14\x32\x13\x9b\xa2\xcf\x2e\x6c\xde\x1e\x9c\x00\x86\xf5\x54\x27\x01\x18\x9e\xb2\x56\x80\xe1\xa9\x68\xbc\x3c\x7e\x1c\x62\x80\xe1\x40\x87\x6d\x01\x0c\xeb\xb3\xfc\x0a\xdb\x13\xc7\x6a\xbb\xf0\x59\x60\xf0\x68\x00\xc3\x43\x26\x05\x30\x34\x1c\xb0\x5d\xd8\xf4\x89\x48\x68\x01\x0c\xdb\xa9\x58\x09\x60\xd8\x2a\xc6\x9e\x76\x81\x9c\x8a\x23\x43\x3c\x28\xa6\x03\xfd\xf5\x8c\x29\xad\x05\xfa\xeb\x7a\x1b\x5a\xa0\xbf\xde\x31\x74\xb5\x1b\x77\xa9\x2b\x16\xe8\x6f\x24\xf4\xfe\x86\x3b\x51\xdd\xbe\xe1\x4e\xac\x98\xaf\x1a\xee\x44\x23\x90\x5a\xa0\xbf\x69\xf4\x40\x0b\x77\xe2\x14\x84\xb7\x1b\x9f\x45\xf5\x97\x61\x33\xbd\x5c\xf7\x1b\xe4\xa4\x8e\x87\x3b\x31\xb9\x97\x70\x27\x3e\xd9\xd6\xc6\xe0\x48\x0f\xb8\x13\xa7\xb3\x14\xc8\xb0\x3e\x44\x27\xb5\x40\x86\x4d\x77\x54\x7b\x30\x5c\xc8\xea\x02\x19\xf6\x13\x97\x7d\x7b\x64\x9f\xbe\x87\x66\xfa\xe9\x21\xd6\xcf\xd8\xe3\x86\x3b\x31\xe3\xb0\x6c\xb8\x13\xbb\xbb\xee\xe1\x8c\x79\x6e\x03\x19\xce\x13\x87\x5e\x0b\x64\xd8\xea\xe5\x7b\x88\xf7\xcc\x7e\x79\x30\x8c\xca\x7b\x1e\x78\x08\x9e\xa4\x86\x3b\x71\x3a\x96\x17\xf1\xae\x98\xc6\x9d\x78\xbb\xee\x2f\x3c\x44\x86\x19\xc8\x70\x64\xcc\x11\x0d\x64\x78\x2a\x98\x03\x19\x8e\xe1\xbe\x0e\x64\x38\xa6\x6a\x08\xee\xc4\xfb\xf4\xbd\x10\xef\xdb\x33\x16\xc8\x70\xa6\x4f\x0b\x77\xb0\x3b\x32\x90\xe1\xfc\x08\xd8\x40\x86\x65\xd5\xf7\x67\x2c\x19\xd0\x68\x10\x76\xc3\xd3\x78\x62\xa7\x6c\x8b\xa3\xa9\x5c\x5e\x6c\x5d\x75\xae\x00\x8d\xfd\xc4\x69\xd0\x16\xa0\x43\xf0\xb0\x20\x7d\xf9\x2c\x48\x5f\x58\xa8\x5a\x80\xc6\x39\x1f\x9f\xa1\x79\xe3\xd0\x6b\x01\x1a\xa7\x66\x93\x06\x68\x4c\x6a\x36\xcb\x20\x1c\xc7\x82\xcd\x94\x28\xc2\x06\x68\xac\x82\xa3\x05\xeb\xe9\xfe\x12\xfa\x14\x01\x80\xc6\x5b\xbd\x7f\x03\x3a\xdc\x3c\x01\x1a\x67\x23\xcc\xbb\x6d\x24\x23\xde\xfc\x06\x68\xbc\x00\x86\x2d\x40\xe3\x4c\x8a\x80\x8d\x4d\x58\x31\xb6\x61\x3d\xea\x7f\x80\xc6\x73\xda\x0a\xc9\x7f\x11\xc1\xd2\x00\x8d\x8f\xba\x13\xee\xc4\xae\xac\xdf\x68\x6e\xcd\x6f\x3e\x08\x2e\x28\xda\xb8\xdb\x86\xad\xc5\xa8\xed\x61\x73\x70\x62\xd4\x3d\x40\x63\x1b\x68\xad\x1d\xd0\xb8\xd0\x42\xfa\x81\x51\x83\x51\xf7\x00\x8d\xf3\xc4\xc6\xd7\x71\x27\xe6\xed\x57\x90\xfc\x18\x4a\xfa\x01\xeb\xb9\x6c\xa9\x99\x9e\xb4\x00\x8d\x1c\xb1\x1e\xa0\x71\xa8\xcb\xf4\x00\x8d\xd3\xe8\xd8\x7e\xa0\xd9\x20\x52\x3b\xa0\x71\x40\x43\xc7\x9d\x38\x8b\xbf\x5c\xd8\xdf\x1d\x4b\xac\x9f\x09\x0b\x3d\x40\x63\xd5\xfe\xde\x13\x9a\x29\x86\xa0\x1e\xa0\xb1\x56\x60\x77\x0f\xd0\x58\x3b\x0c\xac\x27\x58\x0f\xb1\xc0\x3d\x90\x61\xed\xd8\x76\x7b\xc2\x5d\xe3\xbc\x24\x44\x07\x26\x80\x8e\x3b\x71\x0f\x7b\x40\x74\xc0\xce\x7a\x32\xd2\x06\x8a\x12\x36\x6f\xa2\xb7\x7b\x20\xc3\x96\xd0\x53\x7b\x42\xbc\xdf\x7e\x33\x58\x4f\x39\x1d\xcb\xc6\xe4\xc0\x3a\x64\x6d\xde\x9b\x16\x36\x6f\x54\xa2\x8e\x3b\x71\x39\xf3\x81\x0c\x7b\x75\x3e\xb3\x3e\x19\xa8\x0d\x64\xd8\x1f\xf4\xe2\x8e\x3b\xf1\x2d\xf6\x00\xe8\x9f\x8c\x2c\x90\x61\x5f\xc5\x5f\x02\xfa\x9b\x2d\x7c\x32\xe0\x85\x9e\x31\x4a\x21\x44\x7b\x20\xc3\xd1\x5c\xe9\x8c\xe6\x8d\xa8\xea\xb8\x13\xaf\xe6\x38\x43\x7d\xd1\x6c\xd9\x03\x19\x8e\x45\x9a\x5a\x0f\x64\x38\x07\x27\xbc\x07\x32\x9c\x2f\x08\xa8\x9f\xb8\x83\x41\xda\x3d\x90\xe1\xd8\xd8\x92\xfb\x89\xfa\xb2\x7c\x86\x51\x0a\xeb\x71\x07\x19\xe6\xe4\x57\x42\xfd\x2c\x28\x09\x1d\x64\xb8\xf1\xb4\xf4\x13\x9b\xbe\x33\x01\x32\x1c\xee\x41\x90\xe1\x31\x6d\x29\x3a\x7c\x0f\x64\xd8\x1d\x35\x46\x1b\x94\x99\x5e\x54\x3f\x6d\x11\x29\xf5\x25\xe2\x7e\xc8\x92\x7b\x80\xc6\x31\x90\xa1\x3d\x40\xe3\xb8\x90\x54\x3d\x40\x63\xeb\x4e\x6e\xc1\x93\x8a\x26\xd5\xf1\x34\x1e\x48\x8e\x8e\xa7\xd1\xf0\xe9\x8e\xa7\xd1\xe4\x82\x5e\x64\xad\x6c\x82\x00\x8d\x35\x9f\x7e\x33\x8e\x66\x76\xc1\x0a\xac\x15\xc7\x40\x0f\xd0\x58\x3b\xbe\xcc\x1e\xa0\xb1\x8e\xc3\x6f\xc6\xd1\xd4\xba\xd3\x01\x8d\x0b\x63\x41\xaf\x7a\x8a\xd9\xba\x15\x7b\x1c\x7a\x4e\xaf\x04\xf9\xe1\xb9\xed\x80\x46\x8d\xf1\x1d\xd0\x38\x93\xdf\x04\x54\xe1\xde\xeb\x15\xcd\x1b\x58\xda\x3f\xa0\xd1\x5f\xc6\xd6\x3d\xf1\xd8\x77\x40\xe3\xc0\x26\xdc\x01\x8d\xc3\x43\x15\xa0\xb1\xbf\xdd\x6f\xbe\xd8\xce\xfc\x4a\x6c\x5d\x73\xd6\x3a\xee\xc4\x29\x9b\x00\x34\xde\xe8\xe8\x3d\x40\xe3\x78\x80\xd6\x3d\x40\xe3\x58\xaf\x2d\x82\xc4\x9c\xcf\x00\x8d\xf3\x94\x69\x34\x8c\x52\x6e\x9e\xa6\xd1\xc6\x67\x21\x1a\x3f\xac\x95\xf8\xd4\x05\xca\xe9\xc4\xa7\xa6\xe2\xb3\x58\xbf\x13\xb1\xd2\x05\x8d\xb7\xcf\x30\x6a\x74\x47\x1d\xeb\xb7\xdd\x13\x0d\x64\x21\x63\x0f\xd0\xd8\x16\x66\x9a\x4e\x7c\xea\x29\xab\xeb\xb8\x83\xd1\xab\x7a\x27\xc8\xcf\xde\x3b\x47\x13\xed\xba\x07\x68\x1c\x9a\x38\x3a\xf1\xa9\x97\xbb\x20\x40\xe3\x14\xa4\xf6\x00\x8d\x65\x15\xbf\xc9\xfe\xc4\xd0\xd5\x89\x4f\x3d\x97\xbd\x63\x74\x73\xb7\x76\x8c\x52\x9f\x6f\x12\x7f\x8b\x46\xd4\x89\x4f\xbd\x9b\xef\x2d\xb4\x41\x9f\x61\x2f\x56\x70\x0d\x22\x35\x00\xe1\x1d\x77\xe2\xe7\x04\xe0\x4e\xac\xe0\xb6\x4e\x10\x6a\x47\x7d\xe9\x83\x20\x31\x22\x2e\x3a\xc8\x50\xf7\x65\xc7\x9d\xf8\xa0\xff\x75\xdc\x89\x03\x33\x4d\xc7\x9d\x68\x62\x4c\x0f\x64\x38\x3e\xc2\x70\xc0\x5a\xb7\x5f\x41\xb5\x71\x5e\x02\x19\x8e\x4b\x76\x36\x88\x24\x92\xd5\x05\x32\x9c\x9f\x99\x0f\x64\x38\x1b\x50\xbe\x07\x32\x9c\x43\x01\x14\xc8\x70\x6e\xf7\xd2\x44\xb5\xc1\xaf\xd4\x03\x19\x96\x45\x8c\x7b\x9f\xb8\xbb\xf1\xf3\x74\x82\x50\x4f\x94\x99\x4e\x10\x6a\x21\x78\xb5\x13\x84\x5a\xb0\x72\xf7\x70\x27\xd6\x0b\x1c\xd5\x03\x35\xd6\x8d\x15\xbf\x07\x6a\xac\xc6\x51\x74\xdc\x89\x87\xbb\x95\x20\xd4\x21\x7f\x99\xf8\xa3\x86\xdf\x5c\xc4\x7e\x31\x9f\x04\xa1\x0e\xf4\xf0\x8e\x3b\xf1\xc2\xce\xdc\x03\x35\x8e\x4b\xc5\x23\x50\xe3\xb8\x51\x1c\x7b\xa0\xc6\x99\xdc\xd7\x81\x1a\xcb\xaa\xbe\x87\xe8\x78\xe6\xcf\x58\xf2\x25\x28\xb6\x03\xec\xa9\x6e\xc8\x0b\x7b\xaa\x1b\x84\xf8\x54\x93\xa6\x7b\x00\xca\x6a\x7e\x4b\x0f\x40\x59\x93\x13\x48\x7c\x6a\x52\xd6\x5f\x78\x8a\x9d\x96\x0b\x57\xce\xed\x2f\x37\xfa\x18\x83\xbe\xd1\xca\x71\xa6\x74\xe2\x53\x4f\x8c\x21\xfd\xc6\x5e\xa5\x46\x74\x6b\xaf\xf2\x3d\x00\x33\x80\xab\xdf\x68\x3d\xea\x39\xb8\x13\x3b\xb6\xa5\x8e\x3b\x51\x07\x62\x27\x3e\xf5\x56\xa6\x11\x9f\x7a\x57\x9f\x05\x7d\xb7\x52\x9a\xf8\xd4\x17\xf4\xd0\x89\x4f\x7d\xd1\x92\x3b\x80\xf2\xdd\xb6\x16\x6c\x89\x8d\x75\x73\x34\x95\xcb\x0f\xa2\x43\xfa\x00\x94\x8b\x38\xef\x8e\xab\x71\x63\xcb\xea\x00\x4a\xf3\xf5\x3a\xae\xc6\xa4\x66\xa3\xab\x71\xfa\x1e\x9e\xe2\xd7\xf7\xd0\xca\xdd\x74\xb8\x1a\x8d\xd4\xe8\x0f\x41\x8c\x87\xdf\x24\x88\x51\x56\xf7\x10\x69\x43\x80\x5c\x07\x50\x76\x80\x6f\x07\x50\x0e\x0c\x17\x1d\x40\x39\x3e\xbd\xe3\x6a\xc4\x06\xdd\x71\x35\x3e\xc0\xbd\x1e\x80\xb2\xbd\x38\xc3\x3a\xae\xc6\x17\x27\x6f\x7f\x0d\xfd\xf7\x97\xb0\x1e\xdc\x2e\x3d\x00\x65\xaf\xe0\x93\x1e\x80\xb2\xeb\x33\xef\x01\x28\xfb\x70\x67\xbd\xa0\x8e\xd3\xaf\x84\x68\x7c\x30\x35\xf5\x00\x94\xfd\x55\x84\x07\xa0\xec\xaf\xb3\xfb\x22\x1a\x3d\x2a\xb8\x1a\x5f\x62\x79\xfa\x8b\x68\x4c\xbe\x17\xa2\xd1\xac\xb1\x1e\xa8\x71\x98\x02\xdf\x17\xf1\xc5\xbe\xb7\x08\x12\x73\x2f\x11\x9f\x9a\xdc\x3d\xa2\x46\x67\x02\xd4\x78\xba\xb6\x0b\xc0\xec\xda\x2e\x58\x6b\xf3\x9b\x00\x66\xc5\x58\xa0\xc6\xf1\xb8\x93\x03\x35\x8e\x67\xfb\xde\x4d\xd4\xb7\x3d\x04\x60\x4e\x8a\xe2\x40\x8d\xd3\xb4\x87\x1e\xa8\xb1\x0f\xe7\x2c\x50\xe3\xcc\x7e\x05\xd4\xa8\x21\xa1\x8b\x1a\x89\xf6\xef\x06\xa1\x3a\x9f\x81\x1a\xe7\x54\xa7\x04\x35\x5e\xee\xc1\x40\x8d\x53\xe7\x77\x07\x35\x6a\x46\xec\x1b\x57\xaa\xa2\x6a\x1b\x3f\xcd\xda\x6e\x52\x53\x54\x00\x37\xae\xd4\xd7\xfe\x30\x2a\x7e\x7e\x19\xfb\x73\xbb\xd2\x04\xa1\x3e\x24\xd4\xf4\x40\x8d\x43\x07\x7e\x0f\xd4\x38\x17\xdc\x66\x10\x84\x9a\x40\x01\x83\x20\xd4\x7c\xda\x82\xbf\xa0\xf7\x8f\xc3\xfc\x85\x97\x16\xa8\x03\xb5\x75\x04\x6a\x9c\xa2\xf7\x11\xa8\x71\xbe\xcd\x67\xa1\xda\xa8\x20\x0d\x50\xe3\x09\x6e\x1b\x04\xa1\xee\xe3\x67\x2c\x79\xe0\x85\x34\xb5\x61\x1c\xc4\x6f\xc2\xf8\x46\x00\xca\xba\x3f\x03\x8b\xa3\x79\xbc\x0e\x3a\xa4\xe6\x85\x7d\x73\x10\x9f\x6a\x50\xda\x48\x04\x89\xe1\x34\x18\x01\x28\x9b\xda\xc4\x48\x2e\xed\x49\x0b\xa9\xc9\x56\x1a\x01\x28\x6b\x43\x82\x0f\x01\xe5\xe7\xbd\x58\xda\x01\x64\x1d\x00\x4a\x6d\x6e\x23\x19\xdf\xc8\x58\x00\x94\x09\x09\x3e\x00\x94\x0d\x5d\x7b\x00\x28\xcd\xad\x1b\x00\xca\x81\xa6\x3f\x00\x94\x83\x23\x36\x00\x94\x32\xda\x81\xab\xb1\xb2\x41\x46\x26\x2b\x07\xb0\x39\x02\x50\x8e\xdc\x18\x59\x26\xf5\x06\x78\x39\xb2\x5a\x01\xf3\x92\xd1\x0a\xd0\xdc\x46\x46\x2b\x20\xdf\x7f\x64\x43\xe3\x19\x59\x00\xca\xfa\xa2\x5d\x8f\x4c\x14\xc0\xf2\xd9\xa4\x65\x7f\xd8\xfb\xb7\x3d\x60\xef\x9f\x7e\x33\x58\x4f\x21\xd6\x72\x04\xa0\xec\xe3\x70\x64\x00\xca\xcf\x58\x62\xeb\x6a\x86\x1a\x00\xca\x41\xca\xc7\xc0\xd5\xd8\xfd\xa5\xae\x46\x98\xfe\x20\x3e\xf5\xc4\x91\x3b\x02\x50\x56\x6b\x4e\x8c\x00\x94\xd5\x9c\xbc\x01\xa0\x4c\x84\x54\x0d\x00\x65\x3f\xfc\x66\xd0\x57\x9c\x89\x00\x94\x75\xc0\x30\xc7\x49\xe8\xff\x6d\x0f\x21\x1a\xef\xdb\xf7\xd8\x9f\xcd\xf7\x08\x82\x2b\xf6\xb0\x10\x4e\xac\x26\x80\x72\x00\xe5\x47\x00\xca\x76\x3b\x2f\x01\x28\xdb\x82\x15\x8c\x40\x8d\x5d\x37\xdd\x28\x68\x3d\xee\x25\x5c\x8d\xda\x06\x47\x21\x48\x0c\xe6\x3d\x02\x35\xf6\x01\x26\x18\x81\x1a\xbb\xd6\xdc\x51\x10\x8d\xe8\x63\x23\x50\x63\x7f\x4f\xbf\x82\xd6\x4a\x74\xcb\xc0\xd5\x38\xb0\x79\x8f\x42\xea\x06\x6e\xb3\x81\xab\xb1\xb9\x97\x40\x8d\xd9\xd3\x01\x6a\xec\xb8\xde\x47\xa0\xc6\xf6\x59\x31\x82\x50\x37\x2c\x6b\x04\x6a\x1c\xc6\x2c\x0f\x5c\x8d\x09\xed\x7a\x04\x6a\xac\xdd\xbd\x5b\x41\x55\xd9\xf7\x38\x7f\xee\x79\x5c\x8d\x73\xd8\x42\x2b\xff\x7c\x05\xd6\x7a\xfb\x15\x6c\xc9\x28\x4f\x23\x50\x63\xed\x88\x80\x01\x6a\x1c\xa4\x1d\x8d\x40\x8d\xf3\xdd\x7e\x13\x83\x55\xf5\x97\xa8\x6e\x32\xcc\x40\x8d\xb5\x80\x21\x47\xa0\xc6\xa6\x06\x3d\x1a\xb6\x72\x67\xa2\x81\x3a\xc0\xac\xa3\x81\xfa\xc9\xe5\x1b\x81\x1a\xfb\x35\x7c\x16\xeb\x77\x83\x48\x06\x41\xa8\x2f\x11\x25\x03\xd4\x78\xa2\x40\x0c\x5c\x8d\xc3\x91\xe1\x6a\xbc\xc9\x35\x18\x81\x1a\xbb\x56\xe7\x01\x6a\xd4\x03\x35\x40\x8d\x61\x70\xfc\x31\x4b\x6e\x2c\x2d\x80\x64\x34\x6d\xad\x74\x1e\x80\xb2\x65\x4c\x15\x83\x84\xc7\x82\x2b\x6e\x90\xf0\x68\x70\xd2\x20\xe1\x51\x5b\xdd\x20\xe1\xf1\x26\x1e\x6f\x00\x28\x2b\x90\x7c\x08\x28\x01\x7f\x23\x00\x65\x6f\x28\xfa\x23\x00\xe5\xbc\x5f\xbf\x49\x6a\x03\xfa\xc3\x08\x40\x39\x4f\x59\x56\x00\xca\x79\x23\x6d\x47\x00\xca\xde\x6e\x47\x1d\x47\xb3\xa1\x85\x8c\x4e\xe8\xb8\xdb\x1a\x40\x79\x60\xdb\x1d\x00\x4a\x23\xa6\xc7\xc0\x0d\x82\x36\x31\x00\x94\xc7\xf2\x97\x41\x5f\x99\xfe\x92\x84\x4e\xcc\x03\x63\xe8\x06\xa1\x77\x00\x65\x72\x5e\x70\x35\xea\x8f\x1d\x83\xf8\xe2\xec\x7b\x71\x34\x6f\xf4\xcd\x11\x80\xb2\xaf\x61\x0f\x00\x4a\x37\x2b\x80\xf2\x1e\xbe\x87\x56\xa0\xf8\x03\x50\x5a\x50\x67\x00\x28\x0d\xb3\x1b\x01\x28\x9b\xee\xb6\x11\x80\xb2\x35\xe7\x8c\xf8\xd4\xdb\x6d\x2d\xa0\x54\xe4\x00\x28\x17\x79\x8c\x23\x00\x65\xd9\x1e\x46\x5c\x8d\x1b\x37\xc8\x00\x50\xe6\xcf\x33\xb5\x1e\xc6\x02\xa0\x3c\xb1\x48\x0f\x00\x65\x05\xf3\x0c\xdc\x90\x4d\x1a\x70\x43\x8e\x65\x8b\x28\x95\xc7\x16\xf1\xb7\xb2\x6b\xdc\x90\x13\xd7\xd8\xc0\x0d\x79\xcb\x7a\x2e\xdd\x58\xec\x41\xdc\x90\x4b\x01\x84\x1b\x72\x29\x3a\x70\x43\x6e\xbc\x22\x23\x00\x65\xb3\x88\xd4\x20\x3e\xf5\x3c\x7c\x46\x94\x8a\x87\xf1\x12\x55\x31\x9f\xb8\x21\xeb\xe5\x33\x12\x72\x6f\xbf\x72\xe3\x70\x66\x26\x2e\xe3\xfb\x7d\x86\x2d\xb2\x39\x32\xdc\x58\xdd\x91\xe1\x86\x54\x81\xc0\x0d\x79\x62\xd4\x18\xb7\x51\x2a\xcc\x04\x6e\xc8\x29\xf3\x0e\xd4\xd8\x1f\x67\x9e\xac\xc6\x57\x56\x70\xe3\x0a\x97\x76\xdc\x90\x07\xba\xf6\x08\xd4\x38\x92\xb3\x14\xa8\x71\x24\xcc\x7a\x23\x50\xe3\x98\x8a\xe9\x40\x8d\xe3\x52\x50\x06\x6a\x1c\x97\xc2\xf0\xc6\xe0\xd1\xfc\x25\xb6\x64\x0c\x09\xe3\x46\xf4\xab\x40\xdc\x04\x90\x29\xe2\x02\x35\x8e\x47\x71\xf4\xa0\x95\x3f\xb6\x50\xdd\x64\xde\xa0\xc6\x5b\x15\xe5\x61\x7f\xba\x77\x1f\xf7\xa7\xbf\x64\x7f\x2a\xfa\x71\x43\x26\x77\xc8\xe3\xfa\xd9\x3b\xa8\x58\x11\x00\x6a\x4c\x98\x4d\x06\xa8\xf1\xc4\xf5\x3e\x40\x8d\xe6\xf2\x8d\x8f\x1b\xd2\x67\x18\xe4\xdc\xad\x8f\xf9\x19\xb4\x70\x43\x66\x85\x05\x6e\xc8\xc8\x0b\xfd\x31\x4b\xc6\x43\x59\x3d\x7e\x78\x28\x3f\x52\x9a\xd8\xd5\xe9\x81\xc3\x43\x79\x60\xfb\x1c\x78\x28\x8f\x93\xe5\xc3\x43\x99\x96\xbf\x8c\xa5\x2d\xd3\x6f\xe2\xa1\x9c\x0e\xcc\xac\x2a\x26\xe9\x25\xeb\xc8\x03\xfe\xa2\xf5\xb8\x21\x03\x50\x8e\x9b\x10\x99\x41\xc2\xe3\x67\x63\x05\xa0\xec\xda\x0d\xc7\xd2\x4d\xc0\x2f\x03\x50\xd6\xdb\x45\x31\xe1\xd1\xe3\xbe\x60\x3d\xea\xe8\xc4\xae\x9e\xd8\xff\x06\xb1\xab\x5d\xbd\x98\xd8\xd5\x79\xfa\xcc\xac\x1c\xb6\x20\xb1\xab\x37\x00\x6f\x90\xd5\x78\x0c\x9f\x05\x7d\x1f\x8a\xc8\x6a\xb4\x52\xc6\x08\x40\xd9\xab\x9a\xfe\x82\xb5\x3a\x67\xc6\xae\x4e\xdf\x8b\xad\x5b\xd5\x22\xc9\x6a\xbc\x97\xad\xa0\xcf\x62\x49\x83\xd8\xd5\x8e\xc9\x61\x98\xd5\xe8\xe1\x0f\x40\x59\x1f\x60\xf0\x20\xab\xb1\xaa\x69\x04\xa0\xec\x8b\x94\x96\xb1\x49\x6d\x50\x97\x01\x50\x26\x75\x6d\x00\xe5\x73\xd8\x43\xd0\x77\x8a\x48\x70\x43\x1a\xf9\x32\x00\x94\x06\x07\x0e\xdd\x90\xa2\x87\x00\x94\x7d\xba\x3d\x71\x43\xbe\x38\x1e\xe7\x81\x41\x00\x50\x3c\x03\x50\x0e\x93\x67\xe7\x81\xad\x1c\xa1\x36\x0f\x6d\xe5\x8b\x56\xc1\xad\xe4\x57\xc8\xfa\xbb\xfc\x25\xbe\x0e\x1c\x3b\xf3\x40\x74\x6c\x9f\x05\x7d\xcf\x69\x8b\x00\x2b\x1c\x81\xf3\x20\xe1\x18\xd3\xdd\x04\x35\x5a\xab\x62\x1e\x18\x04\x8a\xcf\x5e\x34\xe8\x41\x6b\xa1\x49\xdd\xb4\x88\xad\xc6\xd0\x35\x71\x43\xde\x88\xfe\x89\x1b\x72\xb3\xb3\x66\x42\xf4\x93\x46\x32\x45\x8d\x80\xe9\x09\x6a\x3c\x51\x51\x26\xa8\xf1\xc6\x09\x3a\x13\x06\xab\xe2\x2f\x41\x1d\x9f\x6f\x0e\xc4\x2d\xf4\x05\x6a\xec\x79\xd9\xc3\x85\x6b\xf3\xa0\x15\xf4\x5d\xf8\x41\x66\xa0\xc6\x91\x9a\xdf\xc4\x96\x4c\x8c\xf4\x4c\x88\xfe\x2a\x0d\x88\x7e\xd8\xf5\x24\x40\x35\x91\xb2\x33\x33\x06\x47\x04\xde\xcc\x18\x04\xd0\xd1\x67\x26\x00\x10\x91\x3a\xc9\x6a\x3c\xa5\x88\xac\xc6\x0b\x0d\x73\xea\x86\x44\x9d\x98\x81\x1a\xa7\xa8\x6a\x82\x1a\xdb\xeb\x37\x11\xfd\x38\xfb\x26\x01\xaa\xa5\xf9\x4d\x50\xd5\x74\x2c\x64\x35\x3a\x4b\x04\xa8\xbe\xaf\xef\xa1\x95\x2f\x5b\xc1\x5a\x13\x2c\x79\x9e\xaa\xa6\x3c\x23\xab\xf1\xc5\xb0\x36\x4f\x45\x23\x23\x3b\x49\x7d\x83\x41\x4f\xb2\x1a\xdf\xe2\x2f\x2b\xce\xd3\x9f\xb1\xe4\x19\x80\xb2\xef\xd7\xd7\x64\xad\x1c\x87\xd3\xd8\x63\x26\xf0\x24\xed\x61\xda\xf9\x85\x0d\x8c\x45\x09\x40\x39\x66\xf7\x2b\x68\x75\x9f\x5f\xc6\xd2\x2e\xfc\x8e\xf3\xc4\xd6\x93\xfd\x26\xb1\x81\x4e\x52\x00\xca\xa9\xad\x67\x06\xa0\x9c\x5a\xa4\x67\x81\xb5\x12\xa9\x31\x05\x94\xd3\x67\x48\x4d\xa7\x05\x37\xe4\x26\x15\x73\xe2\x86\x4c\x68\x1a\x13\x37\xe4\x59\xec\x0f\x0f\x3a\x31\x0f\x33\x00\x65\x93\x2d\xcd\x82\x41\x00\x51\x35\x8b\x01\x80\xbe\xf7\x00\x75\x1d\x27\xb1\xd5\xcd\xaf\x04\xeb\x31\x6f\x7f\x06\xa0\x9c\x09\x5f\xf4\x0c\x40\x39\xcd\x2c\x9a\xd5\xad\x4b\x0f\xc6\xae\xa2\xd9\x4c\x63\x57\xd1\xfb\x27\x6e\xc8\x17\x64\x31\xc9\x6a\x9c\xd5\x6f\xc2\x5a\x3d\x54\xb8\x21\x1f\xc0\xed\xac\x24\x1c\x77\x9f\xc5\xd1\x4c\xd3\x6f\xc6\xd6\x4d\x32\x29\xb2\x1a\x4d\x20\x98\xc4\xae\x1a\x60\x3f\x03\x50\x96\x2d\x53\x24\xab\x51\xff\xfd\x24\x76\xb5\x11\x42\x39\x03\x50\xf6\xee\x31\x6a\x04\x38\xa2\x17\x4f\xdc\x90\x39\xf9\x0c\x5b\xa4\x47\x93\xd8\x55\x93\x75\x27\x59\x8d\x5b\xd6\xda\x0c\x70\xf4\x3d\x00\x73\xf3\x3d\x59\x0f\x73\x06\xa0\x7c\xb7\xfd\x21\x1a\x65\x1a\x94\xc9\xd9\xc0\xfc\xd9\x40\x55\x1e\xb1\x86\x2d\x39\xf9\x0c\x37\x1d\xce\xb0\x69\xec\x2a\x56\xd9\xd9\xd9\x9f\xd8\xb5\x67\x27\x42\x00\x71\x3b\x03\x35\x56\xd1\xd1\x24\xab\xd1\x22\x44\x13\xd4\x98\xb1\x45\xce\x40\x8d\xad\xe1\xbf\x9f\x81\x1a\x9b\x39\x6b\xb3\x93\x76\x44\xd4\xc1\xc4\x0d\xb9\x6e\xbf\x89\xc1\xc3\x93\x1a\xa8\xb1\x6f\x4f\x5c\xd7\x17\x00\x23\x0a\xd4\x38\xd4\xdf\x67\xa0\xc6\x51\xb7\xa3\x46\x6b\xfd\xfc\x12\x83\x00\x08\x76\x8a\x1a\x1d\x0b\xa8\x71\x62\xde\x99\x03\xd4\x81\x75\x7c\x0e\x62\xe3\x3d\xe1\xa0\x46\x2b\xa4\xcc\x40\x8d\xd3\x90\xb8\x39\x40\xc5\xce\x3c\xb5\x70\x2c\x8e\x3b\x09\x50\x35\x15\x66\x12\xa0\x9a\x09\xf2\x9b\x04\xa8\x9e\xd9\x1e\x70\x23\x17\xdf\xc3\x20\xe0\x9e\x20\xab\xb1\x80\x48\x26\x59\x8d\x55\xbe\x44\x56\x63\x95\xbf\x90\xd5\xd8\x54\x04\xc8\x6a\x9c\x32\x6f\x6a\xe1\x98\x47\x3c\xa9\x85\x63\x1e\xf1\xa4\x16\xce\x8d\x41\x6e\xe2\x86\x7c\x5c\x77\xdc\x90\xe2\x9a\x69\x2d\x9c\x64\x7f\x88\x7e\x57\x13\xd4\xb8\x46\xf9\x19\x4b\x06\x50\x2e\x25\x2a\x80\x72\x29\x43\x01\x94\xbb\xdb\xc2\x56\xd7\xed\x3c\x14\xf6\x8c\x25\x66\x92\xf0\xa8\x2d\x79\x06\xa0\x6c\xe6\x7b\xcd\x00\x94\xcd\x04\xe7\x79\x61\xeb\x39\x6c\x9d\xb4\xfc\x65\xe1\x80\xb3\x28\x00\xca\x46\x58\xd1\x04\x50\x76\xd9\x0b\x80\x72\x00\xbf\x26\x09\x8f\x97\x4b\x0b\xa0\xbc\xd4\x6c\x2e\x6b\x39\xd8\x03\x09\x9d\xca\xe5\x4b\xd6\xca\x16\x04\x50\xae\xea\x33\x6a\x39\xb8\x28\x94\xc9\x49\x32\x5a\x00\xa5\x21\x4e\x13\x40\x69\xe9\xa4\x69\x5c\xab\xf2\x15\x40\x39\x64\x9f\x00\xca\xf9\x79\x06\x6b\x25\x2e\x65\x06\xa0\xec\x53\x36\x18\x80\xb2\x5f\xae\x43\x00\xca\x7e\xbb\xd0\x37\x6e\xac\xcb\xfe\x70\x63\xa9\x5b\x00\x28\x0f\x19\x11\x80\xf2\xa3\x65\x01\x28\xb5\xc0\x4d\x00\x65\x2d\xbe\xb7\x61\xc9\x8c\x13\x40\x39\x64\x6e\x94\xc9\xf9\xcc\x2e\x65\x72\x3e\x9b\xf5\x21\x42\x07\xa7\xd6\x7c\x88\x80\xf0\x10\x07\xa0\x1c\xea\xe8\x33\x00\xe5\x78\xd4\x49\x02\x50\xce\x74\xf9\x5e\x18\xac\xcc\xa3\x9a\x0f\x09\xb9\xae\x74\x00\xca\x59\x70\xcc\x4d\xe2\x5a\x9b\xa2\xf8\xa1\x4c\xd5\xf4\x19\x71\x9f\x64\xe8\xcd\x47\x83\x95\xcf\x48\xeb\x00\x13\xcc\x97\xb4\x00\x00\xec\x7c\x09\x9e\x53\x93\x7a\xcd\xe8\x64\xe6\xc9\x78\xec\x6a\x60\x2f\x09\xe3\x44\xc7\xce\xd7\x84\x71\xc6\x42\x99\x9c\x1b\xeb\xe3\x7c\x29\xc3\x45\x54\xc5\x7c\xf1\x75\x10\xc5\x3b\x03\x35\xb6\xa2\x40\x00\x35\x76\x67\x29\x50\x63\xeb\x58\x34\xa7\x65\x72\x8a\xfd\x85\xe8\xc8\x32\xe8\x97\x32\x55\xce\xb5\xa8\x51\xb5\x00\xd4\x58\x08\x19\x9b\xb8\x21\x6f\x99\x37\xa8\x31\x7d\x9e\x11\xfc\x28\xe3\x03\x35\x36\x19\xd8\x07\x35\xd2\x3b\xc1\xab\xc3\x51\x2f\x82\xcb\x54\xdd\x16\x59\xb7\x87\xad\xa0\xef\x76\x0f\x06\x6a\xec\x1f\x25\x2f\x50\x63\x5f\xee\x97\x40\x8d\xe3\x90\x33\x80\x1a\xf3\x67\x9c\x64\x15\x2b\xe2\x70\x43\xea\xdd\x98\x81\x1a\x47\x57\x04\x6c\xb2\x8a\xf1\x01\xcd\x40\x8d\xd5\x22\x44\x73\x93\xd6\xe1\x3a\x6c\x7c\x39\x8a\xdb\x8d\xea\x26\xa3\xdd\xfa\x72\x18\x0b\x6e\xc8\xcb\x79\x01\x35\xde\x0a\x8b\x6d\xad\x0a\x4e\x0e\x6e\xc8\x4d\x16\xec\xc4\x0d\x99\x88\x60\x99\xa0\x46\x6d\xd0\x93\x8c\xc7\x08\xd5\xfd\x31\x4b\x26\x19\xb2\xa9\x99\x92\x0c\x39\x50\xdf\x2f\xe2\x5a\x27\x3a\xd7\x75\xa0\xb0\x63\xb5\xbc\x88\x6b\x35\xe8\xe7\x22\x19\xb2\x62\xc6\xb8\xf0\x50\x56\xfc\x9c\x17\xc9\x90\xe6\x89\x5d\x24\x43\xce\x6a\x0f\xb8\x41\x98\xf8\x0b\x0f\xe5\xfb\xf9\x8a\xb5\x1c\x6c\x51\xcb\xe1\xf2\x2b\x37\x7a\xc0\x45\x2b\x96\x76\x7e\x5a\xd8\xb2\x4e\x5b\xb1\xb4\x86\x23\x5d\x00\x4a\xd3\x2c\x2e\x93\x21\x81\x20\x17\xc9\x90\x86\xe2\x5f\xb8\x21\x3b\x4b\x74\x09\x28\xb1\x8e\x5f\x49\xad\x1c\xda\x93\xc9\xba\x8c\x53\x37\x24\x7a\xd5\x85\x1b\x72\x20\xcf\x2f\xe2\x5a\x9f\xc3\xde\xc9\xb8\x4a\x7e\xf3\x62\x2b\xd9\x7b\xd0\xe7\xd2\x5e\x00\xca\xeb\xf0\x97\x2f\x51\x99\xf6\x40\x5c\x72\xb3\xf7\xd8\xba\xc6\x4a\x5c\xb8\x21\x6f\x74\xd8\x0b\x37\xe4\x45\x0d\xb0\x2b\xeb\x66\x65\x35\xc9\x78\x4c\xd8\x37\xaf\xac\x9b\x95\x6f\xea\x86\xbc\xfc\x65\x1c\xcd\x03\x4d\xe3\xca\x06\x27\xb1\xd2\x00\xca\x3e\xfc\x0a\x5a\xc1\xa7\x77\x0c\x1e\x9f\xaf\x80\x3a\x60\x6e\x57\xb6\xcc\x11\xf4\xe1\x86\x94\x49\x5d\x01\x28\xfb\x83\x20\xb9\x02\x50\x76\x7d\xed\x97\x6e\xc8\x6e\xcb\x5a\x23\xf4\x4e\x5c\xab\x11\x10\xd7\x09\xeb\x49\xfe\x92\xe0\x40\xd8\xfc\x45\x5c\x6b\x43\xff\xbb\x40\x8d\xc5\xfd\x79\x12\x1c\xf8\xf8\x15\xdc\xac\xee\x09\xdc\x90\xc6\x90\x5c\x64\x3c\xd6\xcf\x58\x60\xad\x97\x63\x79\x30\x01\xd8\x1f\x6e\x3a\xd4\x97\x4b\x37\x64\xb3\x3f\x6a\x39\x20\x28\x2f\xdc\x90\x22\xa7\x2b\x50\xe3\x38\x5d\x77\x50\xa3\x31\xe7\x57\x31\x63\x95\xde\x0b\x65\xb8\x60\x9f\x57\xa0\xc6\x66\x34\xf5\x55\xc8\x08\x24\x14\xf2\x02\x35\xde\xe8\xcc\x57\xa0\xc6\xb2\x88\xa2\xba\x70\x43\x1e\x94\x39\xba\xa8\x85\x53\x11\xda\x97\xb5\x70\x60\x36\x17\xc1\xab\xc9\x59\x22\x78\x35\x9f\x7e\x05\x5f\x15\x21\x9b\x17\x6e\xc8\x49\x5e\xc0\x45\xf0\xea\x26\xd4\xec\x22\x78\xf5\x20\x54\xf0\x22\x78\x35\xbb\x62\x04\xaf\x56\xe2\x44\x2e\x50\x63\x05\x77\x5f\x04\xaf\x36\xf9\x0b\xc1\xab\xed\xf3\x0c\xd5\x0d\x7f\xc6\x55\x49\x26\x97\xbe\x8a\xe8\xf0\xe4\x54\x50\x15\xc6\xb3\x8b\xe0\x55\xc5\xc3\x85\x1b\xb2\x7e\x7a\x88\xfd\xf9\x59\xbf\xca\xfe\x44\xbb\xbe\x08\x5e\xb5\x7a\xf9\x85\x1b\x72\xa0\x66\x5d\x04\xaf\x8e\xfd\x33\xc3\xc5\x05\xa0\x9c\xe8\xbe\x17\x65\x72\xae\xcb\x8f\xa0\xf5\x00\xec\xaf\x46\xdc\x27\x76\x92\xab\x79\x34\x59\x22\xe2\x5a\xad\xa9\x7b\xe1\xa1\xec\xd5\x16\xd9\x4a\x64\x55\x5d\x00\x4a\x03\xd6\x2e\x3c\x94\x26\xac\x5e\x94\xc9\x49\x87\x04\xb1\x75\x6f\xfb\x23\xb8\x2c\xdb\x5f\x6c\x5d\x8b\x82\x5f\xba\x21\x65\x6e\xb8\x21\x2b\xf5\x13\x2e\xdc\x90\x0d\x58\x7a\xe9\x86\x04\x70\x5d\x01\x28\xbb\xf5\xa5\xae\x8e\x07\x16\xf7\xd0\xd5\x89\xfb\xfc\xb4\x42\x74\x2c\x2c\xa1\x57\xc7\x0d\x22\x8b\xec\x06\x27\x39\x96\x0b\xeb\xaa\xfd\x61\x6b\x45\x2e\x5f\x00\xca\x85\x23\xf0\xea\x44\x40\x00\x1a\xaf\x6e\x9d\x07\x36\x64\x17\x75\xf0\x8c\x32\x39\xa7\x14\x11\xd7\x5a\x64\x3d\xb8\x21\x33\x9a\xe2\x35\x8c\x2b\x67\xd4\x64\x3c\x5e\x18\x4a\x2e\xe2\x5a\x6f\x8f\x6d\x00\xca\x71\x39\xea\x00\x94\xb3\x61\xd7\xbe\x70\x43\xbe\xe0\x93\x8b\xb8\xd6\x7c\xf8\xcb\xa0\xef\xc3\x34\x06\xc5\x39\x3f\xe3\x34\x5b\xd0\xb1\x50\xa1\xab\xd8\xbb\xc5\x1d\xed\x1d\x37\x32\x76\xca\x0b\x40\xf9\xe0\x64\xba\x00\x94\x8f\x07\x07\x40\x69\xfe\xe3\x45\xc6\x63\xce\x3e\xd3\x20\xc0\x9c\x05\xa0\x6c\x56\x53\xb8\x02\x50\xb6\x91\xec\x81\xa3\xa9\x08\xa0\xb8\xea\x83\x67\xe0\xa2\xb8\xea\x8b\x69\xeb\xa2\xb8\xaa\x56\xee\x8b\xb8\x56\x4b\x0a\x5c\xc4\xb5\x1a\x05\x70\x91\x0d\xf9\x11\x9b\xc4\xb5\x7a\x53\xc9\x05\x6a\xb4\x32\xf6\x75\x99\x32\xc0\xba\x53\x5c\x55\x1f\xfd\x65\x71\x55\xec\xa2\x57\xa0\xc6\xbe\x8a\xad\x58\xbf\x2d\x2b\xa7\xb8\x6a\x92\x99\x52\x5c\x35\x27\x7b\xc0\x17\xa0\x68\xbc\x28\x5e\x49\x26\xe8\x15\xa8\x71\x5c\x32\xfd\x8b\xe0\xb9\xc7\x16\xfb\x93\x18\x84\x2b\x50\xe3\x34\xeb\xf6\xba\xa8\x7b\x8c\x0e\x7b\x51\x5c\x35\x7f\x46\x4d\xf0\x1c\xc6\x97\xeb\x26\x78\xce\x7d\x16\xa8\x71\x9a\x46\x7c\x11\xbc\x6a\x1c\xcc\x45\xf0\x6a\x55\x3c\x04\x6a\x6c\xea\xb0\x17\xa8\x31\xc9\xca\x09\x5e\xb5\x3c\xd2\x05\x6a\x9c\xa4\x71\x5d\xa0\xc6\x55\x6d\xa1\xba\xdd\xf6\x1e\xa2\xe3\x43\x1f\xc1\xab\x96\x68\xb8\x08\x5e\x35\x3d\xea\x22\x78\xd5\x52\x62\xd7\x6d\x84\x0e\xb3\x6b\x36\xa4\x42\x8d\x6c\x48\x43\xe2\x2e\xea\xe4\x4c\xa2\xbd\xae\x40\x8d\xfd\x73\x52\x1f\x54\x53\xc5\x3b\xd9\x90\x46\xda\x5c\x0f\xa8\xf8\xf8\x59\xbd\xe4\xeb\x51\x6b\x65\x22\x1e\x48\x7f\xfd\xe4\xc0\x32\xc9\xa2\x3c\xd8\xb2\x50\xe6\x2f\xea\xae\x0a\xaa\x2e\x4a\xe8\x68\x8e\xb8\xa8\xbb\x7a\x79\x00\xac\xbb\x0a\x94\xb8\x1e\xea\xe6\xaa\x03\x51\x77\xd5\x62\xf0\xd7\x4b\x9d\x00\xe2\x7d\x2f\x00\x65\x56\xdf\x04\x50\x9a\xfe\x78\xbd\x26\xf2\x72\x88\x01\x94\x07\x06\x88\x0b\x40\xf9\xd1\xa0\x01\x94\x1f\xbd\x1f\x40\x39\xb1\x33\x5f\xc4\xb5\x5a\x84\xfc\x7a\xad\x2b\xcb\x38\xa9\xbb\xfa\xc8\x5a\xad\xbb\xaa\x00\x02\x50\x1e\xea\xef\x2f\xc1\x81\x32\xf6\x97\xa5\xf5\xd8\xbe\xd4\x09\x70\xb3\x2e\x58\xab\xb2\x7e\x61\xd0\x51\xe4\x2c\x22\x58\xb0\x3a\x5f\x0b\xad\x00\x70\x74\x2d\x0c\x3a\xdb\x56\xc5\xda\xe9\x37\x83\xf5\xcc\xcf\x7b\xd8\x5a\xdd\x3c\x00\x4a\x6b\xf8\x5e\x0b\x5b\xf2\xb2\x45\xdd\x63\x45\x23\x80\xf2\xef\xfd\x69\x6b\x65\xb3\x9a\x0d\xa9\x60\x26\xae\xf5\x71\x87\x50\x5c\xf5\x55\xf3\xc6\x0d\xf9\x62\x56\xb8\x00\x94\x9f\x95\x0e\x40\x39\x4e\x59\x39\x6e\xc8\x13\x23\xd1\x45\x71\xd5\xd2\x7c\xcf\x12\x48\xb6\xc8\x16\xc4\x76\x7d\xe1\x86\x1c\x6a\x8a\x01\x28\xc7\xab\x66\x1a\x80\x72\x1e\x87\xfd\x91\x2d\x28\x5e\xd8\x24\xf2\xba\x93\x37\x06\x8f\x64\x0f\xd4\xb1\xc0\x39\x75\x6d\xb2\x3d\x3f\x14\x85\xe8\x30\x0a\xfb\x06\x35\x26\x8e\xd8\x8d\x1b\x32\xc1\xae\x6f\xdc\x90\x15\x73\xd9\x1d\xa8\x71\xbc\x60\x90\x3b\x50\xe3\x3c\xd8\xe5\xf7\x01\x60\x7e\x7c\x0f\x37\x24\x5a\xdd\xad\x1b\xb2\xd8\x1f\x11\x2c\xdd\x5f\xe2\x46\xc6\x8e\x7e\x53\x5c\xd5\xf9\xbc\x0f\x0d\x1e\x3e\xc3\x20\x87\x7e\x7b\x83\x1a\xdf\xdb\xaf\x70\xfe\x92\xbf\xa4\x78\x25\xae\xb8\x1b\x37\xe4\x03\x42\xb8\x13\x29\x49\xf8\x10\x6e\xdc\x90\x5e\xb8\x70\x27\x12\x95\xa7\xcf\x70\x43\xa2\x82\xdd\x89\xba\xdc\x18\x2e\x6e\x50\xa3\x59\x8d\x37\x6e\xc8\x53\xda\x93\x11\x10\xcc\x52\xe2\xfc\xe1\x5c\xbc\x45\x8d\x87\x3d\x04\x7d\x05\xd3\xc8\x4d\xf0\xaa\x99\x07\x77\x42\x74\x70\xe2\xee\x84\xc1\xea\xb5\x3f\xb4\x72\x94\xb5\x1b\x37\xe4\xcc\xb6\xe2\xfc\x3d\xec\x9e\x9b\x3a\x39\x97\xdf\xc4\x0d\x59\x51\xc1\x6e\x50\xa3\xe1\x8e\x37\xa8\x71\x5e\xb6\x1a\xa7\xdf\xaf\x60\xd0\xc1\x27\x73\x67\xea\xc8\x3c\x7e\x13\xd5\xe6\x6b\x87\xfc\x90\x25\xdf\x00\xca\x59\xed\x00\x5b\x5d\xb1\x03\x8a\xe7\x01\x48\xee\xcc\xd6\x25\xe2\xef\xd6\x43\xf9\xe9\x9c\xad\x8b\x7e\x7b\x53\x42\xe7\x46\xc6\xdc\x27\x47\x13\x08\x72\x13\xd7\xfa\x60\xf9\xb9\x4f\x83\x93\x58\x68\xe2\x5a\x37\xb2\xf0\xa6\x84\xce\x67\x23\x53\x42\x47\xd7\xdf\x6d\xa2\x24\x4c\xff\x26\x51\xb2\x6d\xbf\x42\xa2\xb2\x93\x04\xa0\x5c\xaf\x63\xc1\xd6\xfa\xd8\x42\x2b\xef\xbe\x87\x2d\xeb\xf5\x9b\x61\xf0\x18\xc3\xfe\x08\xde\xc1\x02\x77\xe3\x86\x3c\xf0\xff\xde\xb8\x21\x0f\x1c\x6c\xb7\x6e\x48\x40\xf8\x0d\xa0\x5c\x80\x9c\x3b\x00\xe5\xbc\x3f\x2d\xb2\x21\x61\xad\x37\x6e\x48\xb3\xaa\x6e\x00\xe5\x04\xc4\xdd\x05\x5b\xb2\x47\x2c\x00\xe5\x34\xc2\xf7\x0e\x40\x39\x4d\x35\xb8\x03\x50\xce\x17\xe6\x7d\xeb\x86\x7c\xfd\x25\x25\xf3\x3f\xdf\x44\x6b\x75\xfd\x00\x94\x15\x01\x7b\x03\x28\x6f\xd7\x01\x40\x99\x3d\x38\x02\x4a\xe2\x67\x6e\xb3\x21\x65\x4b\x00\x4a\x93\x19\x6e\x00\xe5\xa6\x5a\xc4\x8d\x1b\xb2\x64\x9f\x99\x88\xcd\x58\x02\x50\x4e\x8b\xb5\xdc\xd5\x44\x57\x76\x08\xc5\x55\x2f\xf7\x92\xc5\x55\x3f\xbf\x44\x2b\x5f\x7e\x85\xe2\x8e\xdb\x67\xd0\x87\xde\x7f\x57\x0b\x05\x30\x2f\xcd\x2b\x0f\xd8\xad\x16\x57\xc5\xc4\x71\x83\x1a\x37\xba\xf6\x4d\x09\x9d\x49\xbc\xc0\x0d\x6a\xf4\xa6\xc1\x1b\x37\xe4\x8b\xf8\xbb\x89\x6b\xbd\xec\x8f\x12\x3a\x1b\xf7\xec\x8d\x1b\x72\xbc\x3e\x03\x55\x11\x76\x7a\x07\x6a\xec\xd6\x3d\xb9\x03\x35\x4e\xd3\xf1\xef\x40\x8d\xcd\xc4\xe8\xbb\x59\x22\xc8\x91\xc1\x7a\x4e\x29\x82\x3e\xd7\xa8\xe3\xc6\xf2\x34\x76\xe2\xca\x9b\x2d\xd6\x0f\xa1\x76\x83\x1a\x4f\x57\xec\x73\x5b\x87\xbf\xa4\xae\x33\x28\xe0\xc6\x0d\x29\xde\xbb\x75\x43\x92\x00\x72\x07\x6a\xec\x07\x1a\xf4\x8d\x1b\xb2\x2f\x5b\xd4\x3d\x76\x17\x74\xe2\x76\x51\x97\x6e\x82\x57\xdf\xdb\xaf\x70\xe5\x81\xd4\xe2\x86\xf4\xde\xc8\xbb\x53\x47\x06\xd4\x71\x0f\xb3\xe9\xa0\x21\x50\xe3\x3c\x1d\x0b\x6e\x48\xab\xcb\xdd\xb8\x21\x07\x7e\x9e\x7b\xc0\x5f\x64\xb4\x04\xaf\x56\x47\x4d\x9d\x9c\xa6\x20\x09\xd4\xd8\x2e\x22\xd0\x6f\xae\xe4\xd0\xbd\x77\x13\xbc\x5a\x5d\x3f\x50\xe3\xf5\xe9\x81\x1a\x33\x99\xbd\x14\xa8\xb1\xf7\xe5\x7b\x64\x23\x9f\x3f\xb3\x25\xdf\xc3\xdb\x10\x24\x08\x83\x00\x2e\xa7\x9b\xb8\x56\x53\x70\x6f\xe2\x5a\x1f\xa0\xe7\x3d\x09\x9e\xc3\xf8\x7f\x4f\xaa\x77\x29\x8d\x28\xa1\xb3\x81\x4a\xf7\x04\x70\x7d\x7e\x19\x5a\x4f\xc7\x8e\x77\x4f\xca\xb3\x14\xfb\xa3\xc6\x85\xf2\x7c\x12\xb7\x0b\xbc\xbc\xa7\xb6\x2c\x58\xcf\xc4\xe0\x21\xeb\x99\x14\xee\x54\xc2\x51\x77\xb5\x28\x48\xa6\x5a\x81\xa3\xde\xd8\xae\x79\x4f\x40\x89\xb9\xe5\x26\x51\xd2\xab\x44\x6f\xe2\x5a\x2f\xb7\x20\x80\xb2\x2b\xaa\x4c\x94\xc4\x3c\x70\x5f\x26\x9a\xfb\x15\xdc\x3c\xd3\x1e\xac\x0b\xec\x7b\xb1\xb4\xd6\x36\xbe\x71\x43\x36\x1c\x65\xf7\x65\xca\x87\xfd\x61\x6b\xc5\x8b\x7c\x5f\xd4\x10\x50\x7f\xe0\xb6\x8e\x01\xa0\xbc\x29\xae\x7a\x9d\x3e\x23\xc2\xc3\x63\x04\xa0\x34\x7d\xfc\x06\x50\x7a\x41\xcd\xcd\x6d\x1d\x1f\xa6\x88\x1b\xd2\x84\xf8\x1b\x37\xe4\xa9\x36\x61\x79\x1d\x19\x1f\x71\xad\xa5\xda\xea\x18\x6d\x38\x70\x37\xb6\x48\xf4\xd4\xfb\x36\x11\xdb\x6f\x12\xe1\xe1\xa1\x02\x50\x5a\x33\xf8\x06\x50\x7a\x1d\xcf\x0d\xa0\xd4\xa2\x79\x9b\x0d\x79\x4a\x83\xd9\x90\xf4\x40\x36\xa4\x85\xf7\xef\xc7\xe0\x32\xbe\x62\x36\xa4\x73\x46\xe1\xd5\x7d\xfb\x4b\xb2\x21\x5d\x31\xb2\x21\xcf\xe4\x37\x39\x9a\x32\x29\xb2\x21\x3b\xe8\xe8\x26\x1b\xf2\xb3\xaf\x41\x8d\x5e\x02\x75\x83\x1a\x2b\x1e\x8c\x9b\xdb\x3a\xfa\xa7\xa5\x1b\xcb\xde\xa9\x4e\x26\x33\x0d\xd4\x38\x8c\x2b\xbf\x03\x35\x8e\xae\x4e\xf9\xc2\x7a\x64\xec\x2f\xbe\x00\x8c\x75\xf7\x4b\xf5\x43\xc5\x26\xb7\x75\x18\x6d\x72\x07\x6a\x9c\x59\x1d\x36\x50\xe3\xac\xee\x17\x0a\xaf\x9a\x30\x74\x53\x78\xf5\x91\x69\x50\x78\xf5\xc3\xae\x71\x43\x9e\xae\x34\xd9\x90\xe6\x77\xde\xba\x21\xd5\x1b\x41\x8d\x0f\x4e\xf3\x1b\x37\xe4\x09\x6e\xbb\xc9\x86\x7c\xd4\x8b\x5f\x52\x92\x30\x6a\xdc\x81\x1a\x67\x13\x05\x2c\xb3\x3d\xf9\x66\xa0\xc6\x3a\x40\x5c\x37\xa8\x71\x1e\xbe\x57\x40\x86\x3e\xab\xc4\x07\xd1\x1f\x6e\x48\x33\x80\xef\x40\x8d\xbd\xaa\x04\x51\x43\xc7\x2b\x8e\xef\x65\x4a\x92\x2d\xaa\x1f\x3a\x2f\x04\xaf\x9e\xee\x17\xae\xe4\xf0\xfe\x98\x7b\x11\x81\x54\x1c\x35\x85\x49\x55\x97\x16\xbe\x00\xf2\x18\xef\x6d\xca\x1c\xef\x81\x1a\xeb\xd7\x19\xfb\x31\x4b\xde\xd8\xb2\xec\x9c\x44\x49\x6b\x80\xdd\xd4\x64\x9d\x00\xed\x9b\x9a\xac\xc6\x5f\xdc\x78\x28\xbb\xfa\x03\x1e\xca\x41\xa0\xcd\xad\x87\xd2\x61\x6e\x0d\x1e\xb6\xd0\x0a\x3c\xee\x9b\xca\x49\xc2\x13\x00\xa5\x0e\xbd\x1b\x40\xf9\xf7\x91\xa1\x15\x28\xd3\x36\x80\x0b\xd6\xf3\x90\x28\x29\x74\x79\x0e\xe3\x76\x2b\x2d\x6d\x59\x27\xad\xd8\xba\xcf\xf4\x3d\x4a\x5a\xa3\x93\x3c\x94\xd7\x19\x48\xb8\xe7\x90\xb5\x5e\xb4\xf0\xa0\x73\x34\x1f\x00\xa5\x97\x1d\x3d\x07\x6e\xac\xcb\x67\x44\xb0\x30\x13\x0f\xe5\x75\xbc\x36\xf2\x01\x50\x1e\xc3\x71\x12\xc1\x72\xfb\x15\x0c\x1e\xa7\xfd\x61\xf0\x80\x7d\x3e\x89\xf2\x41\x30\xbe\x87\x6c\x48\x2b\x7b\x3d\x89\x8b\x74\x08\xcc\x7a\x00\x94\xde\x62\xf2\x50\x5e\xe7\xc2\x9d\xf8\x24\x52\x06\x96\xef\x61\x8b\x2c\xbe\x87\xd6\xca\x86\x7c\x28\xbc\x7a\xa1\x2d\x3d\x89\xf2\x41\x68\xd0\x4f\xc2\x20\x80\x8d\xf6\x49\x24\xf2\x82\x1e\x9e\xc4\xfa\x21\xaa\x1e\x00\x65\x7a\x7d\x16\xa2\xd1\x62\xa7\x0f\xe5\x75\x64\x05\x0f\xe5\x75\x0a\x3a\xde\x03\xa0\x2c\x18\xa5\x1e\x6f\xeb\x70\x35\xb9\xad\x63\xc1\x18\x1e\xca\xeb\xb4\x61\x0b\x5b\x39\xca\xc5\xa3\x1b\x12\xe7\xdb\x43\x5c\xeb\x49\x18\xe1\x03\xa0\xd4\x59\xfb\xe0\x86\x2c\xdb\xfe\xf0\xa0\xdf\xbe\x07\x60\xbe\xec\x81\xe0\x40\xec\xa2\x0f\xe5\x75\xf6\xb2\x85\xad\xd5\x59\xf2\xb6\x0e\x18\xed\x03\x6a\x1c\x88\x87\x87\x6c\xc8\x49\xf5\x94\x47\xd4\x08\x4a\x7d\x44\x8d\x18\x4a\x1e\x0a\xaf\x5a\xbb\xf9\x31\xae\x15\x3b\xe5\x83\x1b\xb2\x62\x7c\x79\x08\x5e\x35\xae\xe8\x21\x78\x75\x39\x83\x81\x1a\xa7\x77\xee\x3c\xdc\xd6\xe1\x3d\xde\x4f\xa0\xc6\x62\x61\xd2\x27\x50\x63\x33\xf4\xf2\x21\x1b\xd2\x48\x86\xe7\x24\xc2\x83\x9c\xc3\x87\xe0\xd5\xe6\xc8\x8a\x89\xca\xac\x6d\xa0\xc6\x5a\x50\x82\x1e\x0a\xaf\x0e\x04\xe5\xc3\x6d\x1d\x96\xbe\x7f\xb8\xad\x63\xe2\xcf\x78\x28\xbc\xaa\xca\xf7\x80\x1a\x37\xea\xd2\x53\x48\xd9\x71\x5e\xc8\x86\xec\x9e\xf7\xe2\x6d\x24\x8c\x13\x37\xa4\x77\xe1\x3d\xc5\x2b\x2b\xa0\x88\x6c\xc8\xc7\x15\x23\x1b\xf2\x40\xa0\x3f\x14\x5e\x3d\xb6\xcf\x10\x1d\xae\x34\x57\x72\x0c\x84\xc5\x43\x36\xa4\x79\x8c\x0f\xc1\xab\xf9\xb2\xc5\xfa\x61\xc5\x7f\xcc\x86\xf4\xf4\x57\x0c\x1e\xfd\x67\x41\x70\x0f\x1e\x4a\xaf\xbe\x7c\x2a\x71\x83\x9f\x16\x71\x83\xd5\xee\xd0\x7a\x9c\x40\xe3\x5a\x1f\x07\x4d\xf9\x20\xa0\xfc\x03\xa0\xac\x2e\x4a\x00\xca\x6a\x8d\xd4\x07\x40\x69\x8d\xe2\x07\x40\x69\x69\xc2\x07\x0f\xe5\x2d\xab\x6b\xb8\x79\xc8\x1d\x7c\xa8\xc9\xfa\xa2\x57\x3d\x24\x4a\x7a\xa1\xf9\x43\xa2\x64\xfe\xbc\x87\x9b\x47\xc6\xd0\x0c\x9e\x63\xc1\x88\x6b\x1d\x32\x68\x01\xe5\xe7\x2b\x24\x4a\xba\x7c\x00\xca\xf6\x3a\x32\x82\xe7\x64\x2f\x00\xca\xd5\xfc\x65\x6c\xdd\x77\x3a\x32\x0a\x93\x7e\x9e\x11\x3c\x47\x3a\xc1\x03\xa0\xd4\xd8\xf3\x50\x5e\xa7\xfa\x4d\xca\xeb\x4c\x74\x99\x27\x00\x65\xbf\xb1\x14\x3e\xb8\x21\xad\xc5\xf1\xe0\x86\xbc\xd1\xce\x1e\xdd\x90\xd8\xce\x1e\xdc\x90\xaf\xd4\x12\xd7\x9a\x3d\x46\xb8\x21\x4b\xb3\xf7\x00\x5c\x55\x96\x85\x1b\xb2\x2e\x7b\x30\xc2\x83\x23\x06\xa0\xbc\x0f\x9f\xa1\xf5\x14\xfb\x0b\xad\x6e\x11\x95\xf9\x0c\x0d\x3a\xf4\x00\xa0\x3c\x3e\xcf\x32\xc1\x6c\xf4\x37\x88\x10\x40\x1b\x7c\x06\x35\xad\x5d\x31\xe2\x5a\x2f\x47\x4d\x5c\xeb\x67\x96\x8c\x6b\x75\xd7\x11\xd7\x9a\xc9\x39\x7c\x86\x35\x12\x58\x4d\xe2\x5a\xd5\x7a\x1e\x00\xe5\x23\x45\xc3\xca\x6c\xcc\x35\x85\x57\x8b\x62\x9a\xc2\xab\x6f\xb2\x45\xcd\x6e\x70\xdb\x33\x41\x55\x0a\x12\x0a\xaf\x7a\x7f\xf4\x13\xa8\x71\x78\x63\xc5\x33\x49\x69\x71\xa5\x27\x5a\xeb\xf0\x3d\x6f\x93\x81\xbe\x49\x8d\x04\xbc\x30\x0f\x71\xad\x7a\x1b\x9e\x69\xdc\xbc\xcf\x28\xaf\xf3\x19\x0b\x6e\x48\xb4\xc8\x67\x1a\x21\xc0\xec\x82\x1a\xbb\x2b\x8d\x1b\x72\xca\x68\x71\x43\xde\xae\x34\x6e\x48\x0b\xfd\x3f\xa0\x46\x2f\x6a\x78\x3e\xe5\x75\x98\x6b\x82\x57\x2d\x84\xf0\x10\xbc\x7a\xe1\x27\x78\xc8\x86\xb4\xb4\xd7\x73\x99\xa8\xec\x33\x7c\x1d\x98\x18\x1f\x50\xe3\x83\xfb\xf2\xe1\x8e\xc7\xcf\x09\xc7\x0d\x99\x49\xea\x7a\xa8\xa1\x63\x25\xee\x27\x50\xe3\xb4\x86\xce\xc3\x6d\x1d\x87\x6b\x44\x0d\x9d\xa6\xf8\xa3\x86\xce\xe3\xf9\x23\x1b\xd2\xfb\xcd\x9f\x9b\x6c\x56\x4c\x38\xcf\x8d\x6a\xa3\x82\x74\x93\x68\x2e\xaf\xf3\x8e\x47\xf2\x10\x9e\xdb\x9a\xeb\xd0\x4e\x0d\x1d\xcb\xd4\x3f\x37\xa8\xea\xd3\x43\x88\xfe\x8c\xcd\xfb\xa1\x86\x8e\x55\xc1\x1f\x8a\xb2\xc6\xf5\x04\x3f\x66\xc9\x02\x4a\xb7\xcb\x8d\x07\x5d\xe9\x70\x6b\xab\x73\x98\x84\x9c\x03\xc9\x1f\xe2\x5a\x6f\x37\x79\x00\xca\xee\x65\xf5\x0f\x1e\xca\x13\x83\xc7\x43\xa2\xe4\x89\x15\xf8\xa1\x5e\xeb\x24\xdc\xea\xe1\xfa\xc7\x89\x26\xfc\xe0\xa1\x5c\x6e\x6b\x3c\x94\x02\xae\xe7\xc1\xd6\x2a\xf3\x7e\x4c\x19\x60\x5b\x3f\x68\x05\x32\x53\xe2\x5a\xb5\x26\x3d\x8f\xd9\x82\x50\xf4\x40\x9f\xcb\xf0\x98\xcd\x63\x8b\xca\x65\x0a\x12\x00\xe5\xc6\xc4\xf1\x3c\xd8\xea\x3c\xe0\xaf\x89\xa0\x2c\x0a\x80\xd2\xec\xbd\x07\x40\xd9\x3c\x1c\xb8\x21\x17\x56\xee\xe7\xd5\x56\xc7\x5c\xbf\x18\x3c\x80\x6d\xcf\xab\x87\xd9\x67\xd8\x92\x87\xfd\x99\x6d\xe6\x57\x88\x60\xc1\x61\xf9\xbc\xb8\xe9\xd4\x57\x70\x43\x5a\x7b\xe0\x31\x1b\x52\x06\xf6\x9a\xe8\x6a\x0b\xc0\xb5\xa4\x01\x83\x0e\x76\xca\x87\x9b\x3c\x3e\x6b\x64\x36\x24\x86\x8b\x87\xf2\x3a\x45\xa6\x4f\x51\x56\x73\xd6\x9e\x00\x94\x3d\xa9\x57\xe1\x86\x34\x45\xe8\x21\x1b\x72\x63\x9c\x78\x70\x43\x7a\x03\xdc\x83\x1b\xb2\x88\x48\x74\x43\x02\x75\x1f\xe2\x5a\x1f\x22\x4a\x9e\xe5\xfe\xf4\x19\x95\xe7\x48\xba\x7d\x00\x94\x96\x96\x7c\xc8\x86\xec\xaf\xcf\x62\xfd\x34\x47\x3c\x01\x28\x9b\x55\xf7\x1e\x6e\xf2\xd0\xdd\xf6\x88\x1a\x3d\x54\xdb\x7a\xc9\xb6\xb4\x25\xfb\x4b\x0c\x72\xb2\x3a\xdc\x90\xfb\xb6\x07\xea\xed\xca\x4c\x71\x43\x36\x75\x6d\xe2\x5a\x5f\x59\x39\xd9\x90\xd9\x15\xdb\x6a\xe5\xf6\x47\x70\xa7\x08\x88\xb8\xd6\xee\x79\x20\x78\xd5\x7a\x80\x0f\xc1\xab\x2f\x56\xd2\xd7\x9b\x3c\x30\xc1\xbd\x87\x5a\x5d\xa1\x85\x41\xae\xf8\x2c\xd6\x6f\x83\x41\x5e\xb2\x21\x8d\xaa\x78\xc9\x86\x54\x87\x7d\x0f\xef\xd0\x3b\x69\x81\x1a\x1f\x5b\x18\xe4\x5e\xdf\xc3\xe0\x81\x7e\xfb\xe2\x86\xac\x9c\xdb\x57\x37\x24\x0c\xf3\xe5\x8e\xc7\xf6\xf9\x0a\x71\xd7\xc5\xfe\xb4\x25\xdb\x22\xb8\x0c\x5c\xf3\x5a\x43\x07\x9c\xf1\x1a\xbc\x0a\xcf\x7a\x29\xca\x7a\x1c\xb6\x88\x2b\xdf\xfe\x32\x44\x87\x86\xca\x37\x51\x08\x01\xce\xf7\x92\x0d\x69\x62\xcc\x1b\xa8\xb1\x27\x9c\xfb\x6f\x22\x0c\x60\xfb\x4d\x7c\x01\xa4\xbb\xbc\xb8\x21\x0d\xb3\x7b\x09\x5e\x55\xdc\xbe\xa0\x46\x6f\x18\x7f\x75\x43\xa6\x9f\x95\x1d\x7a\x03\x50\x8e\x8e\x8b\xeb\x4d\xda\x5a\x19\x0a\x71\xad\x9d\xc3\xf8\x12\xd7\x5a\x9c\x88\xcc\x25\x3b\x38\xe6\x5e\x3c\x94\x19\x86\xf2\x66\x3d\xb0\x0c\x85\x44\xc9\x0c\x63\x78\xf1\x50\xf6\xc7\xf7\xe2\x68\xea\xd5\x7d\xa9\xd7\xda\xba\xbf\xb4\x06\x84\x63\xf1\x68\xda\x03\x97\xb4\xb8\xe9\x00\x94\x86\xd6\xbc\x1f\x40\x79\xd3\x22\xee\xda\xed\x42\xa2\xa4\x11\x1e\xef\x89\x56\x80\x1b\xe4\x3d\xa9\x27\x0c\xf0\x7d\xb9\xfe\xf1\xbc\x6c\x21\x3a\x70\x39\xbd\xc4\xb5\x0a\x4f\x5e\xca\xeb\x24\x17\x0c\x40\x79\xdf\xfe\x92\xca\x65\xc4\x37\xbe\x27\x6e\x3a\x60\xfe\x4b\x36\xe4\xc1\x81\x7b\x01\x94\x77\xf1\x19\x37\x79\x2c\x5b\xb0\x9e\xe6\x37\x71\x83\x20\x56\x5e\x01\x65\xf5\x19\xe5\x91\x10\x55\xaf\x80\x12\xc0\xfc\xe2\x86\xcc\x30\xda\xb7\x50\x6f\xd7\xaf\x70\x93\x87\x5e\x83\x17\x37\xa4\xc9\x13\x6f\x41\x6b\x5d\x3e\xe3\x68\x26\x7b\xe8\x1c\x69\x5b\x1c\xcd\xe9\x37\x59\x3f\xa2\x5b\x5e\xdc\x90\x86\x26\xbe\xb8\x21\x1f\x04\xde\x4b\x5c\xeb\xdf\x7b\x17\x55\xf9\x8c\x9b\x20\xdc\x91\x00\xca\x06\xae\x79\x2b\x6e\x3a\x99\x0d\xd9\x90\x39\xdb\x22\x42\x07\x7d\xec\x05\x50\x6a\xdf\x7c\xab\x89\xca\xcc\x0b\x80\x72\xb9\x0b\xbc\xc9\x23\xdb\x83\x80\x99\xd9\x25\xae\xf5\x73\x56\x70\x43\x3e\xb2\x41\xe2\x5a\x9f\x62\x0b\xad\xd5\xd5\x24\xae\xd5\x98\xfa\x97\xb8\xd6\x73\x39\x16\xd7\xcf\x51\x6f\x82\xe0\xe8\x8f\xa2\xac\xd9\xb1\x10\xd7\x6a\x54\xcc\xdb\x2c\x1f\x64\x0b\x54\x85\xff\xe4\xa5\x28\xab\xd9\x90\x2f\xe5\x75\x52\xf3\x97\xd8\x92\xc1\xc1\x2f\xc1\xab\xde\x14\xfe\x82\x1a\x4f\x1c\x6c\x2f\xa8\xb1\x7d\xde\xc3\x56\x2e\x7b\x21\x78\xf5\xb3\x2a\x64\x43\x0e\xcc\x6c\x2f\x6e\xc8\x8a\xd8\x7c\xbd\xc9\x03\x05\xe2\xd5\x0d\x89\xd9\xf2\xed\x5e\x95\x00\xb5\xb8\x21\x0b\xfe\x8c\x97\x6c\xc8\x49\xac\xd2\x4b\x36\xe4\xf2\xac\x70\x93\x87\xf5\x2a\x5f\xdc\x90\xde\x84\xfe\x76\x13\xcd\x19\x35\x6e\x48\xd1\xc3\xcb\x75\x1d\xd6\xa1\x7b\xbd\xae\x83\x80\xd8\x97\xeb\x3a\x6e\x9c\xfb\xaf\xd7\x75\x28\x10\xba\x85\x10\xec\x81\xb8\x64\xec\xe1\x2f\xd7\x75\x0c\x77\x08\xd7\x75\x4c\x30\xdd\xcb\x75\x1d\x2f\xfe\x93\x97\xeb\x3a\xf6\x97\x48\xfd\x31\x4b\x0e\x40\x39\x0e\x8f\x0a\x71\xad\xc3\x41\x0f\xe2\x92\xb1\x3b\xbd\x83\x6c\xac\xdb\x67\xd8\xea\xdc\x9e\xc4\xb5\x76\xc2\x67\xde\x00\x94\x73\xb8\xe5\x07\xd9\x74\x87\x2d\x58\xeb\xe9\xa0\xf1\x50\x4e\x7b\x50\x6b\xf5\x2b\x68\xad\x92\x0e\xa0\xec\x2e\xca\x10\x70\xf1\x95\xa9\x56\x00\x0d\x01\x28\x7b\x27\x24\xee\xc5\x0d\xb9\xb1\xae\xbe\x00\xca\x8d\x33\xec\x25\xae\xb5\x2b\x10\xb8\xfe\x51\x87\xd7\x4b\xa2\xe4\x79\xfa\x15\xdc\x04\xc3\xf7\x06\x4c\x8a\xad\x2b\xa0\x04\x0e\xbd\x93\xca\x7a\xd3\x67\xd8\xb2\x70\xda\xbd\x13\x37\xcf\x74\xd4\xd0\x87\x8e\xfe\x52\x5e\xc7\x04\x90\x77\xca\x5a\xd9\x04\x00\xca\x5b\xcd\x86\xeb\x1f\x0f\xdf\x13\x50\x92\x49\xf8\x52\x5e\x67\x2a\x8e\x2e\xb5\x02\x5b\xd8\x92\x65\xa6\x17\x45\x2f\xc9\x91\x7b\x89\x6b\xd5\xfa\xff\x5a\x94\x15\x8d\xf6\xbd\xa4\x8f\x59\xc2\x0d\x79\x61\x80\x78\x75\x43\x9e\xf6\x4e\xdc\xee\xe1\xa8\x63\xeb\x6a\x13\x7e\xc9\x86\x34\x7d\xf5\xe5\x8e\xc7\x61\x8b\x3b\x1e\x2f\xec\xa9\x2f\x77\x3c\x3e\x1e\x23\xe2\x5a\x45\x40\xef\x4d\x84\x80\x02\x1d\x37\x64\x75\xce\xcc\x86\x04\x84\xbf\xb8\x21\xbd\x70\xe1\x05\x50\x9e\xd9\xfe\xc8\x16\x54\xb3\xb9\x2d\x14\x00\xed\x94\xd7\x69\xae\x2d\xb7\x7c\x78\x77\xc7\x0b\x6a\x2c\x0a\x66\xdc\x90\xbb\xf9\x5e\xec\xcf\xaa\x88\x23\xae\xd5\x4b\xf5\xdf\x40\x8d\xdd\x82\x9f\x2f\xd9\x90\x66\x5f\xbe\x64\x43\x3e\xc4\xac\xbc\xa0\xc6\xe1\xfe\xc4\x0d\x59\x15\x6a\xa0\xc6\x02\xcc\x7f\x29\xaf\xb3\xd4\x06\x1f\xea\x41\x7b\x1e\x28\xaf\xd3\xd5\xd5\x28\xaf\x33\xb3\xdf\x0c\xad\xce\x12\x41\xef\x43\x0d\x08\x59\x0f\xa8\x31\x5d\x7e\x05\x37\xeb\xe1\xc8\x70\xb3\x3a\x4b\x94\xd7\xb1\x34\xef\x4b\x51\x56\x6f\x1f\x7f\x29\xca\x2a\xba\x7d\x29\xca\x6a\x0d\xf4\x97\xa2\xac\x0d\x07\xe9\x0b\x6a\x7c\x3f\x2d\xea\x41\xab\x66\x51\x94\xf5\x96\x41\x5b\x43\x87\xca\x38\x2f\x35\x74\x12\xa8\xea\xa5\x86\x4e\x96\x87\x04\x6a\x1c\x96\x86\x7a\xb9\xff\xf1\xb9\x7c\x4f\x5b\xb2\xdf\x24\x38\x10\x14\xf7\x52\x43\xa7\x25\xdf\x43\xf4\xe3\x19\x78\x17\xa2\x5f\x4e\xb4\x2c\xbf\xc6\x7c\x12\xbc\x6a\x51\xfe\x97\xa2\xac\x39\xf9\x4b\x83\x3b\xd9\x2f\xb8\x21\x43\xa8\xfd\x98\x25\xe3\xa1\xb4\xe2\xd9\x4b\x79\x9d\xe7\xf0\x23\x24\x4a\x62\x11\x7b\x17\x6e\x02\x17\x8c\x7a\xad\x66\x01\xbd\xdc\xf2\xf1\x81\x27\x01\x28\x8b\xe5\x83\x5e\xae\x86\xcc\x82\x15\x00\xa5\x37\x81\xbd\x5e\x0d\x49\xc4\xc5\x0b\xa0\xec\x6e\xb3\x4d\xe5\x2b\xdc\x19\x2f\x71\xad\xc9\x83\x0a\xa0\x9c\x58\xe0\x5e\x00\xe5\xe4\xae\xe0\x17\x37\xa4\xe1\xef\x2f\x6e\xc8\x2d\xa3\xdd\xc6\x0d\xfa\x8c\x94\x01\xb5\xd6\xcd\xfd\x81\x1e\x77\xdd\x90\xea\x08\xc4\xb5\xde\x42\x9e\x00\x94\xf5\xa3\x5d\x6f\x72\xec\x3d\x46\xc4\xb5\x9a\x3d\xf4\x1a\xd7\x8a\xfd\x6f\x19\xd7\x0a\x80\x5d\x64\x43\x5a\xd4\x73\x71\x35\xa4\xb7\xa6\xac\xc3\xe0\x2b\x9f\x71\xc9\x15\xa6\x91\x45\x36\xa4\xa9\xc9\x8b\x6c\x48\xaf\xd1\x5f\xd4\x6b\xb5\xbc\xe9\x3a\x2c\x0a\xd9\x69\xa1\x95\x57\xdf\xc3\xe0\x91\xfc\x26\x6e\x1e\x00\xec\xa2\x28\x6b\xfa\xb4\xd0\x5a\x8b\xdf\xe4\x68\x36\x29\x62\xfd\x80\x7b\x8b\xb8\xd6\x8d\xb3\x76\xe1\x86\xec\x68\x6e\x2b\x51\xca\x9c\x23\xb6\x02\x50\x8e\x8a\x3e\xb6\xbc\xff\x51\xfa\xbc\xff\x11\x77\xd4\x4a\xd8\xca\x3f\x3d\xa0\xd5\xb1\x3f\x17\x71\xad\xc7\xf6\x97\x78\xd0\x1f\x9f\xe1\x0b\xa8\xf6\xc7\x55\x02\x30\x86\xc5\xfd\x8f\x19\x77\xcd\xe2\xfe\xc7\x7e\xd9\x22\xd1\x3c\xf9\x95\x10\x8d\x37\x3b\x6b\x11\xd7\x7a\xc0\x22\x17\xe5\x75\x26\xa2\x7f\x65\x52\x06\x70\x97\xae\xac\xd6\x6a\x8b\xf2\x33\x9c\xb1\x95\x89\x10\x00\x84\xaf\x8c\xc1\x03\xed\x6c\x65\x23\x90\x98\x17\xef\x7f\xbc\xed\x8f\x1a\x10\x8f\xfd\xc1\x5a\xb3\x2d\xdc\xc8\xce\x0b\xc1\xab\xfd\xf2\x2b\x44\x08\xbc\xb6\x16\x4c\xc3\x91\x91\xf2\x01\x02\x5a\xb8\x21\x3b\x4c\x78\x51\x5e\xe7\xe4\xac\xac\x53\xd6\x43\x7f\x94\xd7\xa9\xb0\xf9\xc5\x2d\x1f\x03\x23\xd1\x3a\xa1\x0f\xb7\xd9\x02\x35\x5e\x24\x36\xad\x93\xb8\x6b\x04\xec\x22\x1b\x72\x4c\xfb\xa3\xa8\xee\xa7\x3f\x0c\x3a\xee\x25\x50\xa3\x9a\xe9\xd2\x0d\x09\xe6\x59\x81\x1a\xbb\x66\xbd\x45\xf0\xaa\xe1\x8e\xeb\xa4\xf2\x23\xb5\x17\x57\x81\xb5\x62\xf3\x5e\xb8\x21\xbd\xae\x77\x15\xeb\x25\xb3\xd2\xba\x21\x09\x77\x5c\xba\x21\xd1\xbc\x17\x6e\xc8\x1b\xa5\x6b\xe1\x86\x34\xe4\x76\x11\xbc\xfa\x80\x3a\x16\x35\x74\x5e\xd7\x88\xab\x3c\xa2\xea\xca\x0f\x59\xf2\xa2\xbc\x8e\x97\xf1\x2f\x12\x25\x4f\x74\xae\x45\x5c\xab\x01\xd3\xab\x98\xa3\x6d\x07\x68\xad\xe8\xbe\xab\xe0\x41\xc7\xd1\xb2\xa8\xd7\xea\x3d\x6b\x0b\x0f\xa5\xb5\xae\x56\x25\x42\x80\x24\xe6\x55\xc9\x56\x72\x69\x03\x50\x8e\x43\x66\x53\x09\xbe\x92\x9d\x55\x82\xaf\x70\xde\x2c\xe2\x5a\xbd\x28\x72\x51\xaf\xb5\x1f\x7e\x93\xa2\x82\xc9\x16\x71\x83\x40\xa5\x45\x5c\xab\xee\x85\x55\xc9\x56\xc2\x00\xb1\xa8\xd7\xea\xdd\x7b\x2b\x00\xe5\x1c\x98\x23\x56\x00\xca\xf9\x60\x49\x5b\x01\x28\xa7\x57\x9f\xaf\xe6\xd5\x89\x2c\x43\x83\xf5\x50\x8f\x76\x11\xd7\x7a\x60\xbf\x5d\x94\xd7\xc9\xb2\x09\xe2\x5a\xbb\x63\x69\x54\x9e\x43\xe0\xad\x66\x8d\x04\xdf\x63\x8d\xdc\x74\xb8\x1a\x1b\xf6\xf7\x85\xab\xb1\xcb\x92\x71\x35\x76\x20\xe4\xe2\x26\x8f\x21\x45\x80\x46\x33\x2c\x17\x37\x79\xbc\xf8\xa9\x57\xc7\x1e\x8e\xdf\x78\x75\xc4\x9f\x63\xe1\x26\x8f\x1b\xd7\xed\xe2\x26\x0f\x9d\x22\xab\x8b\x9c\x18\x19\x85\x57\x33\x9a\xf7\xea\x88\x07\x57\x1a\x57\x63\xc9\x7e\x05\xf1\x9e\xfd\x0a\x25\x66\x64\x13\xdd\xfb\x03\xd9\x4b\xdc\xe4\x61\xea\xcd\xe2\x26\x8f\xf1\x19\x19\x97\x24\xdd\xf6\x40\x00\x12\x66\x8c\x05\x68\xcc\xee\x64\x40\xa3\xb1\xb9\x8b\x3b\x1e\xb5\xa7\x2e\x5c\x8d\x16\x0c\x5a\xc4\xae\x66\xec\x9b\x8b\xd8\x55\xab\x0b\x2f\x62\x57\x3f\x0c\x1a\x57\xe3\x70\x5e\x70\x35\x2e\x2c\xa1\x0b\x57\xe3\xac\x8e\x85\x00\x47\xa9\x0d\x64\xd8\xb7\x82\xc4\x8c\x47\xcf\xca\x00\x14\x3f\xf6\x00\x7d\xb2\x41\x5c\x8d\x43\xc6\xce\x4d\x1e\xba\x7c\x17\x37\x79\x2c\x10\xec\x22\xe3\xb1\x3f\xb6\x10\xef\x9e\xdb\x69\x1d\x19\xe6\x85\x8c\xc7\x8e\xbe\xb9\xc8\x78\xbc\x89\xda\x5f\xde\xe4\x21\x73\x23\xe3\x71\xbe\xb6\x60\x2f\xb2\xcf\x0f\x32\x84\x3e\x33\x1e\xa7\xcf\x1e\x72\xf9\xec\x81\xfd\xb9\xed\x21\xce\xd8\x83\xa3\x7a\xe1\x6a\xb4\xce\xca\xba\xa8\x43\xe2\xd9\x0c\x64\x58\x36\xfe\xa1\xe5\xfd\x8f\x38\xcd\x17\xae\x46\x2f\xc5\x58\xd4\xc9\xe9\x72\x94\xcb\xf5\xb3\x85\xf8\x53\x49\xf0\xba\x0e\x05\xd7\x45\x46\x60\xb3\x35\x99\x4f\xf6\xf5\x85\xfa\x82\x02\xb8\x2e\x2f\xf1\x62\xd4\xd6\xc9\x21\x82\x79\x51\x27\x67\x7f\x7a\x57\xbc\x3b\xea\x38\x7f\x51\xbd\xfc\xc7\x2c\x19\x2f\x64\x97\x65\x99\x0c\x89\xd6\xba\x00\x8d\x46\x3b\x2e\x62\x57\x8d\x87\x58\xdc\xe4\x61\x1a\xf1\xc2\x0b\x79\xbb\x95\x6e\x63\x8f\x7d\x46\x58\xb9\xac\x87\x9a\xac\x05\xd7\xd8\xa2\x84\xce\xa5\x44\x05\x34\x26\x72\x9e\x16\xb1\xab\xde\x5c\xb0\x02\x34\xf6\x47\xe6\x16\xa0\xb1\x59\x71\x69\x05\x68\xec\xdd\xe3\x4e\xec\xaa\x29\x8e\xeb\x31\x63\x87\x09\x0c\xd0\xd8\x93\x8c\xc8\x64\x48\x72\x9e\x16\xc9\x90\x1d\x73\xcb\x0a\xd0\x38\xbb\x5b\xf7\xe1\xa6\x84\xe6\x7b\xb8\x02\x14\x47\xd4\x64\x35\x5d\x76\x01\x1a\xbd\x27\x79\x3d\x46\xa9\x30\x67\x80\x46\x73\x90\x16\xa0\xb1\x74\x5b\xd4\x64\xc5\x5d\xba\x1e\xf3\xe8\xfd\x26\xae\xc6\xed\x58\x4c\x66\xa5\x87\x00\x8d\xf3\xc1\x59\xb4\xc8\x78\x9c\x6a\x3d\xaf\xf4\xd1\x83\x37\x79\x00\xf3\x17\x19\x8f\x3a\x45\xd6\x8b\xab\x43\x0d\x0c\xd0\xf8\xba\x21\xb9\xc9\xe3\x55\xfc\xbd\x24\xcb\xbb\x21\x5f\xb7\xae\xfd\x05\xeb\x29\xdd\x91\x61\x0f\x77\xae\x01\x8d\x3a\x48\xd7\x4b\x4d\xe4\xe1\xa8\x29\x4c\xea\x3a\xbc\x1a\xa5\x98\x5d\x5c\x8d\xa7\x22\x87\xfb\x1f\xbd\xcc\x73\x2d\x03\x38\x6d\xe1\x8a\x93\xb1\x0b\x1a\xdd\x3d\xb8\x1a\x93\xe2\x81\x8c\x47\x0b\xbe\xaf\xe5\x4d\x10\xfe\x12\x7f\x06\xb6\xcf\x45\x09\x9d\x0f\xb5\x8b\x4b\xca\x70\xd6\x2e\x6e\xf2\x98\x6a\x59\xb8\x1a\x1f\x2c\xd9\x6b\x11\xe0\x78\x3a\x6a\x32\x1e\x15\x55\xcb\xb4\x23\x76\x6b\x20\xc3\xaa\x71\x62\xe1\x6a\x3c\x28\x2d\xb4\x3e\xae\x46\xbe\x42\x80\x6a\xf5\xf0\x53\x78\xd5\x8a\xbe\x8b\x12\x3a\xa6\xea\x2f\x90\x61\xfa\x7c\x05\x57\xb1\xa7\x71\x9b\xb1\xca\x8a\x6d\x90\xd3\xe9\x2f\x2f\x6c\xd0\x8c\x93\x00\xd5\x2d\x96\xd8\xa6\x3d\x30\x13\x20\x43\xaf\xe6\x5a\x20\xc3\x0d\x82\x5d\x16\x5e\xc5\x49\xbf\x29\xbc\x6a\xcd\xee\x4d\xc6\xe3\x85\x83\x74\x5b\x78\x95\x33\xbd\x29\xbc\x6a\xc9\xa5\x7d\x58\x6e\xde\x5f\x5a\x73\x7d\xd1\x0a\xd1\x5f\xaa\xcf\x82\xbf\x24\xd0\xca\x06\x19\xca\x43\x36\xae\xc6\xe7\xf6\x99\xc8\x29\xd3\xa2\xe6\xf3\xb2\x77\x02\x1c\x4f\xdf\x0b\xfa\xac\x93\xbd\xbd\xff\x11\x9b\xf7\x06\x19\x26\x38\xe6\xf6\xfe\x47\xf0\xd0\xa6\xf0\xea\x89\x30\xdc\xb8\x1a\x6f\x4e\xff\xc6\xd5\xf8\xa5\x55\xfc\x98\x25\xef\x44\x61\x3d\xac\x2d\x1b\x2f\x64\xc2\xd3\xbf\xf1\x42\x5a\x49\x6c\x5b\x93\x55\xd2\xa9\xc9\xda\x5f\x07\x46\x6c\x60\x73\x60\x04\xe8\xa0\x49\x6d\x80\xa1\x05\xf2\x76\xc2\xa6\x58\xed\x0f\x9b\x22\x1a\xd1\xce\x66\xe5\x30\x2d\xd9\x32\x32\xf4\x40\x99\x1c\xaf\x24\xdc\x94\xc9\x39\xb6\xef\x05\xfb\x6c\x48\xbf\x0d\x30\xec\x2e\x34\xb7\x75\xcc\xe4\x2f\xb1\xb9\x0d\x7b\x00\x18\xe2\x48\xda\x19\xc3\x05\x4c\x71\x73\xfd\xe3\x35\x7c\x76\xb3\x60\x2c\x11\xc0\x70\x60\x95\xdd\xd4\x5d\x35\x77\x69\x67\x2f\x7a\x82\x76\xe2\x53\xad\x2b\xbb\xcd\x6a\x74\x83\x9c\x5e\xf4\xc4\x58\x00\x86\xa7\xf3\xe9\x6d\x1d\xdb\x56\xac\x91\x36\xcc\x4d\x56\x63\x03\x26\x6e\xb2\x1a\xa7\xb3\x44\x56\xa3\xee\x85\x4d\x56\xa3\x47\x7a\x03\x0c\x2d\xf5\xb8\x71\x27\x26\x9c\xa7\xfb\x24\xa1\x3a\xfb\x5e\x1c\xbf\x0b\x77\xd4\x06\x18\xee\x61\x0f\x78\xc2\xd1\x0d\x37\x59\x8d\xde\x90\xb6\x0b\x15\xc8\x1e\x5b\x09\x73\x12\xa3\xe6\x8e\x47\x0b\x7f\x6f\xee\x78\xb4\x6a\xdb\xc6\x9d\x68\x82\xd2\x2e\xde\x11\xc8\x7c\x06\x30\x9c\xf3\xf3\x4b\x8e\x1f\xcc\x6d\x7f\xdc\x89\x7e\x93\x32\x32\xb0\xdd\x0d\xfa\x7b\x70\x0f\x6d\xd0\x9f\x76\xc3\x1d\xe8\xaf\x6f\x2c\xa8\x9b\xac\xc6\xbd\x6d\x11\x04\x47\x25\x90\x5d\x28\x73\x84\x57\x7e\x57\x2a\x90\x21\x80\x76\xb5\x8c\x0c\x73\x46\x56\x63\x97\x86\x4a\xc2\x38\xd8\x73\x57\x82\xa8\xb0\xfe\x6f\x6f\xeb\x40\xc0\x6e\xdc\x89\x1a\x9e\x36\xc5\x55\x15\xfd\x1b\xf4\x57\xc0\x4a\xbb\x92\xb5\xd9\xec\x1d\xcd\xad\xfb\x4b\x12\xfe\xbb\xbd\x73\x11\x99\x67\xac\x52\x72\x5d\x16\x59\x8d\xb4\xb1\x3f\xea\x72\x63\x02\xd8\xb8\x13\xad\xc4\xb8\x71\x27\x4e\x8c\x3d\x9b\x20\xd4\x0c\x08\xdf\xcd\x8b\xd6\xd8\x21\xcd\xba\xdc\xf4\x4e\x10\x6a\xc7\xd1\xb9\x09\x42\x15\xd7\x6c\x6e\xeb\x28\x98\xfc\x76\xb8\x13\xbb\xd7\x93\xee\x46\x56\x1c\x4c\x7f\x37\x8a\xff\x3e\xf6\x40\xf1\x58\xb0\xc4\x6e\xc4\xbf\xbb\x7e\xd6\xc2\xf9\xbc\x87\x4d\xb8\xdb\x5f\x9c\xbf\x8d\x0f\x68\x7f\xee\x78\x84\x22\x82\x50\xad\xd9\xb3\x41\x86\xc5\x51\x7f\xb2\x1a\x99\x41\x82\x50\xab\xf4\x75\xca\x8c\xc9\x19\xcc\x6a\xc4\x21\xbb\xcd\x6a\x04\x2f\x6c\xb2\x1a\x8b\x1c\x93\xac\xc6\xb8\x41\xfd\xc7\x2c\x99\x84\x47\xc3\xd8\x37\x09\x8f\x0f\xe0\x76\x77\x82\x38\x00\x6a\x1b\x4f\xa3\xd9\x43\xbb\x13\xfa\x2f\xe3\xeb\xa4\x6e\x78\xdc\x29\x93\x63\xf1\xf2\x4d\x99\x1c\x9d\x30\x1b\x77\x62\x03\x88\xee\x41\x85\x35\x7b\x18\x64\xc5\x29\x0b\x07\x17\x05\xc9\xa4\x06\xee\x0c\x8f\x34\xa0\xf1\xb3\x28\x80\xc6\x7b\xf9\x9e\x9e\x54\x26\x02\xd0\xe8\xc5\x86\x7b\x70\x34\x6f\xdf\x7b\xd0\xc0\x58\x76\x41\x23\x56\xaf\x3d\xd0\xbc\x65\xb4\x80\xc6\x0b\x4d\x63\xe3\x4e\x7c\x88\x44\xd9\xd3\x8b\x9e\xf8\x0a\xf1\xa9\x17\xc6\x82\x6d\x7c\xaa\x0c\x7a\xea\x09\xf7\x97\xb2\x1e\xe6\x65\xea\x09\x67\x2b\x79\x5b\x07\x8e\xb9\x3d\x29\x03\x04\xb2\xd8\x80\xc6\x23\xfb\x0c\xd0\xaf\x18\xfb\x80\x46\x47\x46\x71\x47\x37\x9d\x65\x72\x30\x6a\x6c\xaf\x7f\x54\x5f\x09\xd0\x38\x12\xa0\x78\x5f\x06\x19\x31\xf3\xb8\x13\x1b\x25\x82\x76\x80\xc6\xf9\xe0\x35\xd8\x5c\xff\xb8\xa8\xc1\xbc\x29\x93\x53\x88\xf7\xd8\x17\xa9\x37\x6e\x56\xe2\x53\xbd\x0b\x79\x5f\x5e\xa4\xe3\x7b\xb8\x83\xb1\x72\xef\x0b\xd1\x88\x37\x7f\x03\x1a\x37\x7a\xdc\xbe\xb0\x79\x7b\xc4\xbc\xe3\xf1\x76\x2c\xf8\x2c\x64\x83\xc4\xa7\xbe\xb2\x4f\xe3\x53\x5d\x3f\x6f\xeb\x40\xbb\xde\xde\xd6\x21\xc3\x24\x3e\xd5\x14\xf1\x4d\x7c\xaa\x89\xfb\x9b\xf8\xd4\x66\x7f\xb7\xac\x95\x91\x05\x32\x9c\x5d\xd1\x81\x3b\xd1\x94\x8f\x8d\x3b\xd1\x7b\xae\xf7\x4d\x24\xc3\xe5\x7b\x78\xfa\x15\x16\x20\x43\x2d\xbd\x1b\x77\x62\x76\xe6\x6f\x12\xe2\x81\xeb\x9b\x20\xd4\xf1\xf8\x4d\x6c\xfa\x0a\x43\x82\x50\x0f\xc2\x01\x37\x65\x72\xbc\xa2\x73\x13\x84\xba\xb1\xae\x6e\x90\xa1\xf1\xbe\x9b\x20\x54\xdd\xeb\x1b\x77\xa2\xc1\x7a\x9b\xe2\xaa\xc6\xdb\xef\x47\xc3\xa1\xbf\x24\x2b\xee\xf3\x4d\x8a\xab\x62\xa6\xd9\x22\x43\x4f\x15\xc5\x55\xef\xcf\x57\x48\x18\x77\xae\x41\x86\x06\x93\xee\xc7\xac\x3f\xdf\x8b\xfd\xf9\x62\xa3\xdd\x20\xc3\xae\xf0\xb5\x16\x0e\x86\xbc\xfd\x1a\xe4\xc7\x2e\x30\x08\x15\x07\xfe\x06\x19\x6e\x85\x13\xc8\xb0\x3b\xd7\xaf\x41\x70\x8c\xfa\x45\xb5\x51\x61\xa1\xb8\xea\xab\x30\x7c\xbd\x43\xcf\xb1\xe8\x73\x72\x2c\x44\xda\x28\xde\xb9\xe3\xf1\x56\x0f\xc7\x9d\x18\x35\x58\x7e\xcc\x92\xbd\xfe\x51\xbd\x83\xeb\x1f\xbb\x8b\x49\xc2\xa3\x15\x21\x36\xf1\xa9\x09\x6b\xcb\xa6\xee\xea\xc2\x34\xbf\x97\x59\x63\x90\x00\x68\x3c\x3c\x38\x01\x1a\xe7\xe9\x04\x72\xfd\xe3\xa5\xe6\x8d\x3b\xf1\x50\x2e\x73\x5b\x47\x51\xbb\xe6\xfa\xc7\x4b\x3d\x80\x84\xc7\xdb\x69\xc1\x9d\xf8\xa8\x17\x2f\x2b\xc8\x31\xb9\xcb\x3b\x02\x7d\x0f\x9b\xb7\xf2\x8e\xba\xab\x2f\xc0\x77\x6f\xec\x55\xb2\x89\x8d\x4d\x58\xe6\xc6\xf5\x8f\x8f\x9a\x30\xee\xc4\x4b\xc1\x85\x3b\xb1\xaa\xb5\x7a\x5b\x47\xf3\x3d\x8d\x1a\xbe\x87\xd4\x74\x76\x01\x8d\x16\xb1\xd9\x80\x46\xdd\x19\xdb\xba\xab\xd8\xca\xf7\x26\xfe\xf6\xd3\xfb\x43\xcb\x5f\x12\x7f\x2b\xc3\x34\xab\x51\x0c\x42\x56\xe3\x0a\x06\x96\x8e\x03\xfa\x82\xd9\xa4\xe3\x80\xbe\xd0\xf4\xd3\x71\x60\xf3\x8e\xa3\x92\x8e\x03\xd1\x58\x7d\x0f\xd1\x18\x51\xe6\xe9\xa0\x4c\x0e\x57\x50\xa5\x83\xf8\xd4\x15\x7a\x63\x3a\x0e\xb2\xc6\x62\x5e\xd2\x71\x90\x50\x1d\xfa\x74\x3a\x70\x27\xe6\xe4\x7b\xd2\xf7\xd2\x32\x3e\x7c\xd1\x62\xd4\x17\xbf\x4c\x8c\x3a\x80\x7d\x3a\x12\xa3\x0e\x8f\x42\x3a\x74\x12\xde\x8c\xf3\x73\x73\x23\x5f\xf9\x94\x4c\xa5\x87\xc4\xa8\x63\x87\xa4\x23\x31\xea\xc7\xf7\xc0\x4a\x8f\xfd\x31\xea\x88\xcd\x48\x47\x42\x20\xbc\x7e\x13\x5d\x74\xf9\x4d\xeb\xde\x31\x83\x89\x55\xd9\xbe\x87\x13\x2d\x34\xa2\x74\x24\xa1\x2e\x33\x91\x50\x58\x4e\x28\xca\x38\x99\x2a\x73\x96\xb1\x92\x56\x7a\x30\xb4\xb4\xf2\x4d\x6e\x6e\xdc\xc5\x16\xd5\x7e\x3b\x34\x64\x8a\x17\x0d\xd6\x28\x7b\xbd\x11\x23\x03\x0b\xee\xe9\x33\xb0\x60\xb7\xbf\xa0\x8f\xfb\x0a\xd3\x91\x11\x78\xdd\x91\x21\xf0\x02\x75\xa4\x23\xe3\xa4\x6f\x7e\x13\xfa\x86\xbd\x43\xdf\xb4\x05\x94\x4f\xf4\x77\x42\xdf\xcb\xcc\x9f\xd0\xe7\x9c\x9d\xd0\xe7\x8a\x9d\xd0\xf7\xfa\x1e\xf4\xbd\x8c\xf3\x84\xbe\x97\xb1\x9c\xd0\xf7\x32\x9f\x27\xf4\xbd\x8c\x9a\xdb\x19\x49\x93\x4e\xc7\x69\x95\x09\xbf\xf9\xf0\xcc\xb1\x80\x67\xb3\xbf\xa4\xc0\x54\x66\x27\xeb\x08\x3c\x68\xe9\x08\x4c\x9c\x9c\x02\x0d\x1b\x6a\x71\x04\x1e\x99\x91\xe1\x08\x3c\x32\xf3\x89\x23\x90\x82\xa6\xe9\xf0\x32\x8d\x0d\xb5\x86\x8f\x7e\x89\x95\x1f\xb1\xe4\x74\x78\xdd\x7f\xb2\x03\x7c\xd8\x87\x9d\xa3\x8f\x15\x8e\x03\xd7\xfd\x1f\x6e\x10\xa0\x20\xde\xd9\x74\x10\x59\xca\xbd\x02\xe9\x20\xb2\xf4\xa8\x4c\x19\x05\x6e\x8e\xc2\x24\x51\xe0\xe6\x70\xb3\x56\x53\xa1\xe9\x8f\xc8\xd2\xa3\x41\x10\x91\xa5\x94\x0a\x4c\x47\xd5\x51\xc6\x37\x89\x2c\x3d\xa6\x5f\x41\x9f\x96\x4d\x70\x71\x23\x97\x33\xa6\xc3\x7c\xc4\x9b\xe3\x47\xce\xe1\xe1\x01\x07\xee\x1d\x1e\x4d\xe0\xde\xf1\x3a\x16\x68\xf0\x68\x92\x73\x78\x2c\x7b\x80\x06\x0f\x6a\xb3\x7e\x1d\xdf\x24\xe7\xf0\x58\xbc\x07\xdc\xc3\xb5\x99\x0e\x9d\x7d\x9b\xaf\x78\x97\x86\x87\x18\x87\x5e\x4a\xf4\xde\xbc\x6f\xc1\x5f\x62\x91\x76\x63\x71\x6d\x7f\x72\x0b\x72\x6d\x7f\x72\x83\x70\x01\x63\x3a\x7d\xc6\x05\x8c\x27\x2b\x46\x79\xd3\x24\x83\xd6\xd9\x77\x72\x00\xbc\x13\xa3\x32\x13\x44\x81\x72\xa1\x51\x3a\x88\x02\xa5\xf2\x70\x3a\x80\x6d\x38\x37\xd2\x41\xee\x20\x77\x54\xa4\x83\xeb\xf7\x41\x47\xe9\xe8\x26\x21\xb1\x62\x38\xed\x92\x8c\x1d\xa7\x5d\xf3\x30\x76\x2f\x8a\xb4\x3f\xc6\x39\x98\x17\xee\xbd\x48\x32\x1b\xee\xbd\x48\x32\x8d\x61\xf1\x79\x66\x1e\xc7\x1c\xf1\x2c\xe9\x00\x63\xa5\x8b\xf9\x1c\x58\x57\x65\xfa\x64\xf6\x25\x77\x01\xc1\x96\x49\x11\x40\xcd\x97\x74\x33\xf3\x14\x11\x4d\x37\x2b\x4d\x11\xd1\xf4\xf0\x8c\x22\xa2\xe9\x61\x9c\xb8\xd4\x92\x0c\x05\x97\x5a\x5a\x7c\x73\x72\x21\x95\xa7\x83\xec\xbd\xb4\x7c\x8f\x91\xb9\x97\x40\x47\x69\xfb\x1e\xbb\xc0\xfd\x02\x3a\x4a\x1e\x70\xd0\x51\x3e\xa0\x76\x9a\x3d\x6b\xef\x68\xd7\xee\x17\x82\x2d\xb9\x2d\x27\x1d\x04\x5b\xe6\xcc\x9e\xe0\x2e\xc3\x2c\x93\xe2\x2e\xc3\x9c\xf9\x25\x77\x19\xe6\x93\x59\xc2\xa5\x46\xf9\xcf\x74\x10\x6c\x99\x0b\xab\x42\xb0\x25\xc9\xe4\xe9\x20\x43\x2f\x57\xbf\x42\x86\xa5\xbb\x87\x80\xca\xdc\xec\x0f\x1a\xba\xcf\xa0\x41\x61\x01\x02\xca\xdd\xde\xa1\xa1\xdb\x1f\x34\x74\xe6\xcc\x5b\xee\x07\x2d\x6e\xb9\xcf\x93\x6f\x72\xcb\x7d\x9e\xac\xbb\x85\x42\x3b\xbb\x87\x42\xa1\x59\xa1\x86\x6f\x2c\xbb\xb3\xa8\xeb\x42\x59\xd4\x74\xe0\x1b\xdb\x17\x73\x46\xed\x96\x7c\xb3\x5b\x49\xb5\xcb\xee\x17\x51\xce\xe3\x57\xa0\x41\x25\x81\xa0\xc9\x08\xcb\xfc\x31\x4b\xa6\xac\x4b\x96\xf5\xe8\x1a\x93\xbd\xe0\x1a\xcb\x8b\x6d\x4d\x16\xde\x70\xf3\x50\xd6\x25\xbb\xe9\x28\xeb\x42\x81\x9b\x74\x3c\x90\xe7\x56\xc2\xfd\x75\xca\xe6\x71\x7f\x9d\x07\xc4\x3e\x56\x55\xb2\x05\x08\x57\x93\x7a\x2c\x88\x69\x0f\x78\xde\x0f\x16\x85\x98\xc9\x53\x96\x45\xcc\xe4\x29\x93\x32\xd3\x2e\x33\x16\x0a\x7e\x52\xd9\x3f\x1d\x80\x9c\xf3\x64\xca\x2c\xf8\xe9\xa6\xb3\xe0\xa7\x63\x01\xe4\x9c\x85\xde\x29\xf8\x79\x16\x68\x20\xd3\x8e\x6b\x2a\xd3\xf1\xa2\x73\x25\x16\x8c\x4c\x3b\x8a\x26\xa6\x83\x82\x9f\xe4\xca\xa7\x83\x82\x9f\x49\xa6\x6f\xc1\x4f\xb7\x2e\x99\x76\xa7\x1b\x12\xf7\xd7\x29\x73\xc3\xfd\x35\xd5\x42\x5e\xe8\x53\xeb\x59\xd0\xd7\xe9\x1d\x24\x73\xca\xf8\x28\xdd\x72\xaa\xcb\x2c\xe8\xbb\xa0\xc8\x7b\x07\x65\x59\xcb\x32\xf5\x50\x44\xa6\x1d\xc5\x61\xd2\x01\x92\x39\x65\x59\x20\x99\x53\x3d\x75\x79\xef\x19\x33\x68\xa6\x9d\x7a\x31\xee\x2f\xae\x30\x4a\x07\xee\xaf\x53\x6d\x09\x24\xd3\x36\xdb\x1a\xf7\x57\x52\x8c\x2d\xab\xb6\xd1\xc2\xfd\x75\x2e\x68\xe7\xde\xc1\xd3\x3d\xc8\x0d\x12\x58\xdc\xd3\xb1\xb5\x6f\xb2\xb6\xb8\xbf\xb0\xc3\xa6\x63\x93\x04\xeb\x6a\x52\x83\xa5\x28\x9c\xbc\xac\x5e\x46\x04\x5a\x29\xe2\x0c\x6b\xb0\xa8\x03\x11\xfc\x58\x92\xdf\x24\xf8\xb1\xf8\x5e\xac\x51\x51\x74\x6c\xbd\xeb\x31\x9f\x89\x1a\x2c\x05\x4c\x90\xa8\xc1\x52\xc2\x15\x97\x92\x97\xd5\xc3\x26\x12\xc1\x8f\x85\xd5\x4c\xd6\x60\x41\x87\x4d\xd4\x60\xe1\x4a\xde\x94\xa8\xc1\x52\xd8\x05\x89\x6c\xba\x32\xfc\x25\xf4\xa1\x4f\x27\x6a\xb0\x94\x40\xb0\x29\x81\x56\xb8\xae\x2d\x25\x6a\xb0\x94\xe1\x2f\x8d\xbb\xb6\x77\xe8\xbb\xec\x0f\xfa\xc2\xf3\x91\x12\x2e\xae\xc2\x7e\x49\xb8\xb8\x4a\xb8\xf0\x52\xc2\xc5\x45\xd9\xaf\x94\x70\x71\x95\x87\xf7\x70\x71\x95\xcb\x16\xf4\x5d\xd0\xc0\x55\x10\x05\x05\x29\x51\xd4\x93\xea\x22\x29\x71\x15\x44\xb9\x99\x41\x82\x1f\x29\xdf\x9a\x12\xc1\x8f\xe5\xf5\x9b\x14\x73\x80\x4f\xa4\x84\x9b\x2e\xf9\x15\x68\x88\x28\xaa\x94\x28\xdc\x89\xf1\x25\x25\x02\x1c\x0b\x3b\x2b\x11\xe0\x58\xd8\x59\xc9\xfb\x03\x17\x23\xfb\x14\xee\x9c\xb4\x82\x86\xca\xce\x4a\x14\xee\xe4\xa2\xe4\x94\xbc\x75\x1e\xd5\x26\x71\xdd\x43\xcd\x3f\xa9\x97\x9c\x12\x37\x41\x50\x61\x2d\x25\x62\x1f\x2b\xcc\x26\x71\x7d\xa0\x0c\x33\xe1\xc6\xe2\xe6\x90\x94\x70\x63\x71\xcb\x40\x4a\x40\x17\xec\xb7\x29\xe1\xc6\xaa\x6e\x10\xdc\x58\xe5\x62\x92\x28\xb3\x52\x01\xb7\x89\x32\x2b\x75\xfa\x0c\xf2\xdc\x66\x64\xc5\xd5\xce\x94\x71\xe9\x7c\x05\x8c\x25\xe2\x1b\xeb\xf4\x19\x34\x5c\xb6\xa0\xa1\x43\x11\xb0\x86\xf2\xda\x29\x01\x6b\xb8\x2d\x3b\x25\x60\x0d\x71\xbb\x29\x01\x6b\xaa\xdb\x05\x58\x53\x5f\xc7\x09\x7d\xe8\x47\x89\xac\xb8\x0a\x7b\x49\xc4\x37\x56\xb7\x20\xb0\xa6\xbe\xf4\x0e\xac\xa1\x76\x44\x4a\xc0\x1a\xae\x9e\x4d\x89\xf8\xc6\xe6\x76\x21\xbe\x91\x1b\xd2\x52\x02\xbb\x34\x74\xe6\x04\x76\xa9\xe8\x47\x09\xec\x52\xdd\x58\x60\x97\x96\x98\xb3\x02\x7d\x68\xe5\xc9\xac\xb8\xe2\x7b\xd4\x02\x00\xbb\x24\xee\x08\x4c\x1f\x1a\x48\x38\x3e\x19\x0b\xd8\xa5\xc1\x96\x12\xd8\x85\x60\xb6\x94\xc0\x2e\xcd\x3d\x01\x76\xa1\x46\x5d\x4a\x60\x17\xee\x59\x4b\x09\xec\xc2\xcd\x13\x29\x81\x5d\x1a\x08\x28\x81\x5d\x48\x35\x4d\x89\x5a\x2a\x4d\xc6\x40\x2d\x95\xe6\xee\x01\xd7\x34\xf7\x0b\xb8\xa6\x5d\x3e\x83\xbe\x69\x7f\xd0\x37\xec\x8f\xf8\x70\x99\x46\x35\xa1\x9a\x99\x00\xd7\x34\xc4\x4a\x02\xd7\x10\x54\x98\x12\xb8\xa6\xc9\x18\xc0\x35\xcd\xc3\x0f\xae\x69\xe8\x40\x89\x20\x46\xd2\x81\x53\x22\x88\x91\x7b\x3d\x52\x02\xf3\x34\x19\x11\x98\xa7\x3d\xf6\x0e\x7d\xaf\x5f\x81\xbe\xd7\xaf\x40\x1f\x46\x94\x04\xe6\x69\x32\x0d\x30\x4f\x73\x6d\xc1\x3c\x5c\x10\x9a\x12\x98\x87\xf2\xb4\x29\x75\xe3\x8b\xa1\xc8\xe2\x9c\xa0\xb1\x04\x1e\xea\xa8\x44\x09\x3c\x44\x28\x6b\x4a\xe0\x21\xf2\x02\x52\x02\x0f\xf5\xc4\xc8\x3a\x65\xc6\x92\xef\x75\x5a\xcc\x20\x01\x8e\x55\x56\x0e\x56\x22\xde\x2a\x25\xb0\x52\xcf\xfe\x92\x02\x95\xee\x48\xf0\x50\x3f\xed\x7d\xf3\x0c\x8a\xc0\x43\x1d\x3d\x3c\x0d\x0b\x8c\x42\xc3\x30\xc8\xcf\x5f\x42\x03\xda\x6e\x02\x2b\x71\x27\x4d\x4a\x60\x25\xf2\x2d\x53\x02\x2b\xf5\xe1\x57\xa0\x01\x8c\x95\xf0\x47\x75\x77\x16\x41\x8c\xd4\x36\x49\x09\x54\xd5\x15\x0f\xa4\xb7\xf5\x8b\x1d\x49\x10\x63\xbf\x7d\x0f\xfa\xdc\x13\x20\xae\x8e\xb9\x2c\x81\xb8\xe2\x36\xcf\x1f\xb3\x64\x00\xd7\x38\xe8\x00\xc0\xd5\xd1\xe3\x12\xd7\x00\x76\x74\xe6\x04\xe0\x1a\x2e\x1f\x80\x6b\x24\xc8\x03\x70\x0d\xf4\x87\x34\xbd\x86\x93\x6d\x0d\xe0\x1a\x40\xeb\x04\xe0\x1a\xcd\x67\x41\xde\x28\x7e\x93\xaa\xff\x6a\x05\xc4\x30\xde\x4e\xfc\xb4\x5c\x91\xef\x91\x82\x81\x0e\x94\x00\x5c\xa3\x33\x16\x00\x17\xb9\xeb\x29\x01\xb8\xc6\xed\x33\x42\xc0\x15\x01\x00\xae\xa1\x94\xd6\x1d\x75\x33\x13\x14\xd9\x1c\xa0\x87\x04\x18\x1b\xb7\xbf\x84\x3e\x35\x06\xc0\xd8\xf0\xb8\x03\xc6\x86\xcc\x1b\x30\x36\x3c\x70\x80\xb1\xe1\x61\x04\x8c\x0d\x8f\x1f\x60\x6c\xbc\x8e\x13\xfa\x94\xfc\x80\xb1\x81\xd9\x24\x01\xc6\x86\x4c\x1f\x30\x36\x64\xfa\x80\xb1\x21\xa3\x05\x8c\x91\x2e\x9b\x12\x81\x8a\x43\xc9\xcf\xad\x0d\xc3\x03\x0e\xfc\x9a\x07\xb3\x6b\xf8\xa1\x7b\x02\xf8\x35\x41\x2b\x09\xf8\x35\x15\x01\xe4\xac\x0d\x74\xed\x04\xc6\x9a\x58\xe7\x12\x38\x6a\xca\xca\xc1\x51\x53\x56\x0e\x8e\xe2\xbe\xea\x94\x70\x24\xe1\x12\x4d\x89\x6a\x26\x54\xf0\x4e\x09\x8c\x35\x15\x24\x8f\x85\x5c\x7c\xcf\xe8\x5f\xc6\x09\xc6\x9a\xd5\x1e\xa0\xc1\x7d\x06\xc6\xa2\x26\x4a\x4a\x60\xac\xd9\x98\x79\x30\xd6\x54\x58\x80\xb1\xa6\x87\x1f\x8c\x35\x31\x9e\x25\x43\x0c\x07\xeb\x07\xc6\x9a\x93\x3d\xf8\x62\x17\x05\xf3\xa4\x17\xbb\xa8\x3b\xeb\xb5\xe8\x39\xbb\x00\x8c\x35\x31\xa5\x25\xab\x99\x78\x6c\xc1\x58\x73\xd9\x1f\xf4\xb9\xd2\x60\xac\x39\xec\x2f\x68\xb8\x9c\x6b\x70\x14\xf7\x23\xa6\x04\x8e\xba\x30\x46\x26\x70\xd4\x25\x8b\x04\x47\x5d\x32\x68\x70\x14\x45\x75\x53\x02\x47\x5d\x32\x45\x70\xd4\xe5\xbc\x80\xa3\xae\xe2\x7b\x84\x7a\x3a\xbb\x60\xa5\x4b\x01\x4b\xa8\xe0\x35\x6d\xc5\x3a\x5c\x0a\x35\xb0\xd2\xa5\xb6\x4b\x12\x19\x31\x0f\x29\x91\x44\x76\x29\x0c\xc1\x4a\x17\x26\xa3\x04\x56\xba\xe4\x44\x60\xa5\xcb\x93\xb3\x2d\xa3\xcb\x0c\x82\x95\x2e\xcc\x42\x09\xac\x74\xc9\xcf\x08\x07\xbc\x0f\xc6\x62\xbd\x4a\xf9\x99\x37\xea\x29\x64\xc0\x4a\xb7\x7b\x17\xac\x74\x61\xbb\x4e\x60\xa5\x1b\x63\x4f\x02\x2b\xdd\xaa\x2f\x60\xa5\xdb\x7d\x0d\x56\xba\x31\xfc\x66\xb0\x52\x04\x18\xff\x90\x25\x67\x60\xd4\xcd\x32\x64\x60\x14\x95\x87\x53\x06\x46\xdd\x1c\x8e\x6c\xb9\xca\x66\x0b\xf2\xd8\xba\x19\xa8\x74\x77\xbf\x02\x79\xdd\xa1\x40\x5e\xf7\x3d\x52\x38\xd9\xe4\x99\x72\x95\x75\xd8\x82\xbc\xc8\x08\x4c\x19\xa8\x74\x0f\xbf\x09\x79\x68\xbb\xd9\x6b\xd8\x61\x05\x19\xa8\x44\xed\x88\x94\x8d\x06\x7c\xfc\x25\x34\x20\xc1\x33\x50\x89\x1a\xcc\x29\x7b\x0d\x3b\x5a\x6b\x06\x2a\xdd\x4c\x7c\x06\x2a\x51\x31\x2b\x65\xef\x3f\x58\xf6\xe7\x85\x88\x99\x16\xf4\xc1\xbc\x73\x82\x3e\xd8\x67\x06\x46\xdd\x11\x72\x94\x32\x30\xea\xde\xf6\x00\x7d\xdb\x6f\x42\x1f\xa6\x9f\x9c\xbd\xfa\x88\xaf\x00\x95\x1e\xb4\x97\x0c\x54\x7a\x92\xbf\xa4\xae\x58\xe6\x9b\x40\xa5\x27\x33\x32\xa0\xd2\x83\xab\x23\x93\xef\xc5\x2d\xdb\x29\x93\xef\x45\x45\xb7\x94\xbd\x4e\x1d\x56\x97\xc1\x43\x4f\xb5\x07\x6a\x6b\x55\x7b\xd8\xfc\x32\x0e\x7f\x36\xac\x0f\xd8\x9d\xc1\x43\x0f\x87\x38\x5b\x76\x12\xe3\x4b\xc6\x95\xb3\x38\xc4\x19\x3c\xf4\x00\xad\x33\x78\x88\x14\xea\x94\xc1\x43\x24\xa3\xa4\x0c\x1e\x7a\xa6\x3d\x50\x80\x09\xbd\x38\x83\x87\xb8\x1b\x32\x65\xf0\x10\x69\x01\x29\x83\x87\x48\xff\x4f\x19\x3c\xf4\xdc\xf6\x07\x7d\xb7\x3d\x40\xdf\xcd\x0e\x01\x0f\x3d\x88\xd4\x0c\x1e\xe2\x66\xb5\x94\xc1\x43\x8f\x7b\x09\x3c\xf4\x20\x44\x33\x78\x88\xaa\x1d\x29\x83\x87\x1e\x90\x4c\xb6\xec\x24\xc2\x30\x9b\xef\xb5\x7c\x16\xf4\xbd\x52\x0b\x1e\x7a\x96\xbf\xa4\x40\x11\x4c\x23\x83\x87\xde\xe4\xc8\x6e\x5a\x8e\xc5\xb0\x37\xbf\xf2\xf2\x8c\x35\xc2\x97\x43\x98\x5d\xca\xe0\xa1\x17\x76\x9d\xc1\x43\xdc\xce\x9d\x32\x78\xe8\x75\xf7\x80\x87\x5e\xd8\x75\x06\x0f\xbd\xa8\x60\x19\x3c\xf4\xa2\x33\x67\xf0\xd0\x0b\x40\xcf\xe0\xa1\xb7\xfa\x15\xe8\x73\x67\x81\x87\x5e\x54\xb0\x5c\xbd\xbd\xd0\xf7\xa0\x4f\xae\x01\x1e\x7a\xdd\x21\x86\xf5\x81\x67\x33\x78\xe8\x1d\x8e\x1a\xfa\x86\xfd\x41\x1f\xe6\x96\x0c\x1e\x7a\x11\x9b\x19\x3c\xf4\x62\x60\xc9\xd6\x96\x44\x95\xca\xe0\xa1\xf7\xf6\x97\xd0\x87\x79\x27\x7b\x59\x81\x3b\x04\x3c\xf4\xba\x7b\xc0\x43\xaf\x1c\x05\x3c\xf4\x3e\x7e\x05\xfa\x50\xc8\x32\x78\x28\x6e\x18\xff\x31\x4b\x06\x2a\xbd\xc8\x91\x0c\x54\x7a\x71\x52\x64\xa0\xd2\x2b\x43\xf1\x3a\xf5\x2d\xb1\x90\x8e\xbd\x38\x03\x95\x96\x9b\x07\xa8\xb4\x5c\x4c\xa0\xd2\x72\x31\x2d\x20\xe2\x96\x00\x2a\x2d\xb7\x0b\x70\x88\xca\xbc\x29\x7b\x65\xba\x32\x06\x38\xb4\x14\x1d\xc0\xa1\xe5\x42\xe3\x3a\xe2\xc6\xe1\x94\x71\x1d\x71\x0b\x6e\xca\x40\x25\x82\xe8\x53\xee\xa6\x03\x43\x03\x50\x69\x01\xb4\x33\x50\x69\xe1\xbe\xcc\xc3\xc0\x6e\x68\xa0\x7c\xe4\x72\x19\x86\x35\xce\xf8\x26\x70\x68\x01\x79\x32\x90\x67\x01\x59\x33\x90\x67\xc9\xe6\x81\x3c\xa4\x6c\xa7\x0c\xe4\x59\xce\x3c\x90\x87\x3b\x46\x52\x06\xf2\x70\x1f\x48\xca\x38\x92\x96\x22\x00\x5c\xb3\x16\x33\x08\x76\x59\x8b\x91\x81\x5d\xd6\xf6\x19\xf3\x29\x9b\x07\xbb\x2c\x05\x82\xf9\x57\x1b\xda\xbd\xa7\x1c\x37\x5d\xf6\x9e\x72\x0c\x25\xd9\x7b\xca\x0f\xbf\x42\x65\x07\xb4\xac\x6c\x65\x8e\xea\x38\x89\x02\x95\x31\x5c\xa6\x57\xb3\xb6\x60\x97\xed\xba\x83\x5d\x36\x3a\x49\x06\xbb\x50\xd9\x2b\x65\xb0\xcb\xce\x7c\x13\xec\x42\x08\x7f\xca\x60\x97\xad\x58\xf1\x82\x80\xe2\x33\x4a\x59\xca\x18\xac\xcc\xe1\x0e\x01\xbb\x50\x24\x2b\x65\xb0\xcb\x56\xf1\xb8\xa4\xc1\xde\xa1\x01\xe0\x9b\xc1\x27\xbb\x31\x16\xf0\xc9\x96\x69\x80\x4f\x36\x76\xdf\x0c\x3e\xd9\xaa\x0c\xb7\xf7\xe3\xb0\x62\xe0\x93\xed\x7e\x01\x9f\x10\xe7\x9d\xf2\x0d\x0d\x2a\x25\xb7\xe5\x38\xed\x1d\x1a\x64\x44\x20\x99\x8d\xb1\x2e\x83\x64\x36\xa6\xc2\x0c\x92\x31\xc6\x22\x5b\x7d\xc3\x1d\x79\x5b\xc2\xc0\x67\xd0\x77\x41\x91\x97\x00\xb8\xaf\xbd\x04\xc0\x1d\xe9\x25\x00\x9b\xf5\xf3\x12\x00\x55\x14\x50\xce\x76\xbf\x3c\xd0\xe7\xae\x03\xe5\x6c\xf7\x2e\x35\x1b\x75\xa8\x67\x50\xce\xc6\xc0\x92\x1f\xae\xae\xca\xbe\x17\x31\x55\x07\x48\x26\x07\xca\x69\x87\x5c\x83\x70\x39\x2e\xa2\x48\xf9\x21\xa6\xca\xfd\x12\x28\xa7\x1d\xb8\x2f\xb3\xd5\x37\xf0\x16\x65\xaa\x6f\x1c\xf2\x17\xaa\x6f\x1c\x0a\x35\xaa\x6f\x10\x4c\x9a\x32\x89\x54\x5c\xe2\x90\x32\xd5\x37\x28\x2c\x9b\x32\xe1\x72\x07\x4e\xf3\x4c\xb8\x9c\x01\x0a\x99\x70\xb9\xc3\x1d\xe9\x5d\xe4\xcd\x67\xd0\xe7\x0e\x21\x91\xea\xa8\x3f\x8b\xb8\xc8\xe4\x58\x91\x90\x91\xb2\xb7\xca\xa9\x3b\x79\xab\x1c\xce\xa9\x4c\x39\xc7\x03\xd3\x75\x26\xc7\xca\x68\x8c\xcc\xad\x72\x87\xcc\x8d\xc2\x1c\xdc\x15\x9c\x32\x85\x39\x8c\xa3\xc8\xdc\x0f\x70\x60\x7d\xcc\xdc\x0f\x70\x78\x1c\x16\xa4\x03\x0c\x33\x39\x56\x24\x23\xa7\x4c\x39\x47\xee\xe5\x4b\x99\xea\x1b\x87\x07\x80\x1c\x2b\xe3\x2f\x32\xe1\x72\x87\x32\x94\xfb\x01\x0e\x35\x29\x42\xe2\x8e\xe9\xc8\xa0\x01\x4f\x6a\xb6\x64\xe3\xe0\x97\xe6\x51\xc9\xf8\x36\x34\xa8\x87\x6f\x68\xc0\xb5\x99\x29\xf4\x7f\x28\x0b\xb7\x75\xa9\xe8\xdd\x0a\x1b\xb2\xc1\xed\xf6\x84\x22\x2a\x6c\x70\x95\x4d\xca\x1b\x1a\xf0\xdc\x66\x4a\x36\x1e\xaf\xfd\x91\xc2\xe9\x3a\x70\x15\xb9\xd1\x18\x99\x92\x8d\x5c\x21\x9b\x4e\xab\x68\x60\x61\x3c\xa9\xa2\x41\x45\xdf\x74\x72\xa7\xf8\x81\xae\x76\x06\x02\x6a\x09\x46\x7b\x92\x2b\x65\xdc\xc6\x79\x40\x03\x87\xf1\x3c\xbc\x5d\xcc\x67\x54\x22\x40\x70\x9d\x94\x5e\x4c\x00\xb5\x93\xd2\x8b\x09\xad\xfc\x04\x01\xa5\xec\x2f\x19\x67\xb1\xf7\xc5\x7b\x9b\xd6\xa6\x15\x3b\xe4\xa4\x60\x7f\xca\xb6\x88\xaa\xc5\xca\x7d\x72\x03\x5c\xc2\x60\x75\x26\x68\x60\x9f\x9d\x24\x3d\xa5\xe2\x2f\x49\x7a\x82\x7d\x9e\x24\x3d\x25\x0e\xc7\x49\x2a\x13\x15\xf2\xd2\xc9\xbd\x6e\xa9\xfb\x1e\xa3\x26\xf4\xeb\x4c\x8c\x1a\x64\x78\x26\x46\x0d\x26\x38\x29\xc3\x9f\x10\xf6\x27\x65\xf8\x13\xc2\xe9\xa4\x0c\x7f\x02\x67\x9c\x94\xe1\xa7\x66\x48\x3a\x29\xc3\x9f\x60\xa6\x67\x66\xd4\xb8\x60\xcf\x6c\xaa\x16\xe3\xa4\x6a\x22\x15\xca\xd3\x49\xd5\x44\x92\x7b\xd2\x49\x19\x7e\x4a\xef\xa4\x33\xb3\x2a\xc3\x16\xf4\xc1\xd8\x4f\xca\xf0\x27\xd0\xc3\x99\xad\x15\xcd\x8a\x65\xe8\x7b\xec\x01\xfa\x1e\xbf\x02\x7d\xe8\x7f\xe7\x09\x7d\xf8\x3a\x4e\xea\x5f\x50\x07\x3c\x9d\xa4\x39\x51\x4e\x35\x9d\xa4\x39\x51\x87\x2e\x9d\xa4\x39\x25\xcc\x81\x27\x69\x4e\xdc\x2d\x93\x4e\xea\x5f\x90\xf5\x97\x4e\xd2\x9c\xa8\xc0\x9e\x4e\xd2\x9c\x48\x73\x4f\xa7\xf5\x2f\x96\x3d\x40\xdf\xf6\x19\xf4\xb9\xaf\xa9\x7f\x91\xdc\xf3\x94\xe1\x4f\x88\x80\x93\xdb\xc0\xa9\xd9\x98\x4e\x6e\x03\x4f\xb8\x98\xcf\x22\x7d\xcc\x4b\xa1\xfe\x8c\xe7\xa8\x50\x8f\x1d\x94\x7a\x72\xe3\x37\xd7\x03\xa7\x93\x1b\xbf\x8d\x6e\x39\x49\x65\xe2\x92\xda\x74\x9a\xca\x94\xfc\x66\xd0\x90\xf3\x4f\xe2\x92\xd3\x69\x8d\x0b\x2c\x23\x27\xa1\x6d\x86\xc1\x9c\xd4\xb8\xa0\x04\x7a\x3a\xa9\x63\x91\x91\x07\x27\x75\x2c\x32\x5a\xc8\xf9\xb9\x9f\xcd\x16\xf7\x7b\xc1\xbc\x4f\xef\x67\x23\x0e\xf3\xe4\x7e\xb6\x8c\x2c\x3c\xb9\x9f\x2d\x37\x96\x96\x4c\xa6\x8c\x63\xee\xa4\x30\x62\x46\xd3\x38\x29\x8c\x48\xce\x4c\x3a\x29\x8c\x48\x35\x85\x74\x56\xc6\xe9\xb6\x26\x5b\x89\x3b\xf4\xd2\x49\xb6\x52\x1e\x8e\x05\x1a\xdc\xd6\x0d\x1a\xb0\x49\x9d\x0d\x1a\xb0\xf4\x9e\x0d\x1a\x00\xbe\x27\x25\xf3\x33\xfa\xed\x69\xc9\x7c\x17\xba\x59\x7c\x94\xde\xc9\x56\x2a\xf6\x4e\xc9\xfc\xec\xd6\x6d\xd6\x95\x85\x3e\x8a\x1f\x66\x8f\x83\x75\x2c\x3c\x0e\xd4\xb1\xc8\xd8\xd5\x4e\xea\x58\x90\xb4\x99\x4e\xea\x58\x90\x46\x92\x4e\xea\x58\x64\x0f\x0e\x37\x77\x9f\x6e\x17\x6f\xee\xc6\x3d\x74\x72\x73\x77\x96\xb5\x72\x07\xdb\x29\xc3\x34\x5b\x09\x5b\xf2\xc9\x1d\x6c\x46\xc5\x9c\x14\x3f\xcc\x58\xa4\x4f\x8b\x1f\x82\x8e\x4e\xb2\x95\x4e\x8c\x1a\x67\xb7\xb8\xa3\xfd\x51\x37\x17\x41\x72\x52\xfc\xb0\x24\x47\x46\x2d\x95\xe2\x37\x83\x3e\x23\x43\xce\xc0\x35\xed\x1c\x7e\x85\xdb\x56\x86\x3d\x40\x9f\xec\xc5\x9b\xbb\x01\xb7\x27\x29\x49\x27\x16\xdb\x93\x9b\xbb\x4f\x9c\x7d\xe7\x80\x3e\x77\xcf\x80\xbe\xe9\x33\x2e\x7a\x42\x18\x9e\xd4\xb1\x38\x65\xd7\xdc\xc1\x66\x1c\xcc\xc9\x1d\x6c\x27\x66\x8c\x93\x94\x24\x0a\xdc\xa4\x93\x94\xa4\x13\xcf\xc7\x49\x4a\xd2\xe9\x9e\xa0\x64\xfe\x29\x43\xa1\x64\xfe\xe9\x8a\x51\xc7\xe2\xc4\x8e\x7e\x52\xe1\xf0\x94\xd9\x70\xd1\xda\x89\xe3\xf8\xe4\xa2\xb5\x92\x7c\x16\xf4\x15\x45\x15\x37\x77\x17\x05\x33\x75\x2c\x0a\xa6\xad\xd3\x9b\xbb\xb3\xcf\xd8\x9f\xa7\x2d\x8a\x8f\xe2\x03\x3a\xa9\x63\x51\x30\x86\x9c\xdc\xdc\x5d\x14\xb0\x94\xcc\x27\x5f\x2f\x9d\xa4\x24\x95\xe6\x2f\x1f\x5a\x3e\xe3\x4a\x00\x57\x65\x52\xa7\x43\x3e\xe1\xcd\xdd\x72\x9b\x8b\xdb\x64\x26\x33\x7f\x41\x1f\xee\xb6\x93\x0a\x87\xc6\x74\x9c\xd4\xb1\x28\xb8\xe5\x4f\xea\x58\x14\x90\xc5\x49\x1d\x0b\xe3\x2f\xce\xcb\xf3\x67\x0f\x9d\x16\xb3\xcb\x45\x6b\xe5\xf1\x9b\xd0\xe7\xa9\xa2\xc2\x61\xf1\xbc\x53\xc7\xc2\x28\x8e\x93\x3a\x16\xc6\x82\x9c\xd4\xb1\x28\x9e\xa3\x0b\xfa\x96\x5f\x89\xbc\x8e\x0c\x86\x3c\xb9\x4c\x2d\x2b\x52\xa9\x62\x58\xd6\x4f\x6a\x5c\xa4\x93\x8b\xbb\x8b\x07\xee\xe6\x8a\x40\x35\x14\x2a\xe6\x17\x37\x08\xb5\x2a\x8a\xf2\xe7\x86\x3c\xcc\x18\x27\x19\x49\x06\x8d\x9c\x64\x24\x55\x65\xcc\x0d\x79\xca\xa6\x1b\xeb\x31\x56\xa8\x93\x5a\x15\xd5\x83\x6a\x81\x43\x2c\xa8\xe7\xed\xf2\xd1\x1f\x19\x49\x95\xd0\xb6\x93\x8c\x24\x2a\x51\xa5\xd3\x22\x86\xc4\xdf\x9e\xdc\xa5\x56\xdd\x74\xd4\xa3\x30\x6a\xe4\xe4\x06\xee\x5a\x7c\x8f\x4a\x69\xc5\x67\x64\xfd\x55\xdf\xb3\xf4\x36\x63\x01\x46\x55\xd9\x0b\x30\xaa\x56\xdf\x83\x06\xc5\x11\x30\xca\x48\x94\x13\x18\x55\x71\x74\x9e\xc0\xa8\x8a\x1d\xfd\xe4\xbe\xb4\x5b\xcd\xc6\xf2\xf6\x32\x5a\xa0\x92\x91\x28\x27\x50\xa9\xca\x88\x80\x4a\x15\xcb\xd6\x09\x54\xaa\x6a\x28\x40\xa5\x2a\x2b\x00\x2a\x91\xd2\x92\x4e\xf0\x90\x91\x21\x27\x78\xa8\x2a\x10\xc0\x43\xd5\xad\x0b\x1e\xe2\xc6\xb2\x74\x82\x87\x2a\x36\xd3\x13\xcc\x53\xdd\x90\x60\x9e\x2e\x7d\xde\xa4\x8d\x5b\xf0\x04\xf3\x34\xf5\x70\x30\x4f\x55\xf3\x06\xf3\x74\x75\x58\x70\x8d\xf1\x1e\x27\xb8\xa6\xb9\x27\xb8\xf7\xac\xc9\xbc\x0d\x9e\x53\x13\x06\xf3\xb4\xe2\xc8\x36\x2d\x46\x06\xe6\x69\xae\x0a\x98\xa7\xb9\x2a\x60\x1e\x23\x43\x4e\x70\x4d\x53\xdb\x25\xd5\xa7\x61\xda\x3a\xc1\x35\x0d\x1f\xc9\x09\xae\x69\x8a\x77\x70\x4d\x93\x31\x80\x6b\x9a\x82\x04\x5c\xd3\x14\x01\xe0\x1a\x2e\xa4\x4a\x27\xb8\xa6\x4d\xdf\x83\x86\xe9\xc8\xa0\x81\x15\x2b\x60\x9e\x86\x6b\xba\x80\x79\xda\x63\x0b\x1a\x10\x0f\x05\xcc\x63\x64\x48\x01\xf3\x50\x60\x20\x15\x30\x4f\x03\xe1\x15\x30\x4f\xc3\x38\x51\xa8\x0f\xd1\x60\x60\x85\xfa\x10\x0d\xf4\x57\x0e\xef\x86\xdc\xb4\xa0\x6f\xf9\x1e\xf4\x2d\xc7\x02\x7d\xdb\xf7\x0c\x70\xac\xb4\xa0\x0f\xed\xba\x80\x87\x3a\x8c\xbd\x80\x87\x8c\xdb\x28\x56\x0e\x44\xa7\x2c\x54\x07\xec\x9c\xdb\x02\xe6\xe9\xd9\x67\xd4\x28\x71\x64\x16\x7a\x38\xfd\x0a\x85\x1e\xd8\x05\x85\x42\x0f\x7f\xff\x0a\xe5\x9f\xe0\x13\x05\x74\xd4\x8b\xef\x51\xbe\xab\xda\x03\xe5\x91\x50\x1c\x0b\xe8\xa8\x83\xe5\x0b\x08\xc8\xb8\x8d\x02\x02\xea\xec\x90\x02\x02\xea\x97\xcf\xa8\xd3\x81\x8a\x59\x40\x40\xfd\x67\xc5\x39\x53\xb1\xa4\xfc\xf0\x35\xc8\x03\xbc\x17\x2f\xbd\xc6\x89\x56\x00\x47\xfd\x82\x58\xc0\x51\x27\xae\xa1\x00\x8e\x3a\x6c\xa2\x00\x8e\x3a\x6c\xbe\x00\x8e\x3a\x50\xbe\x00\x8e\xfa\xb2\x3f\x96\x08\x4b\x53\x01\x1c\x75\x17\x1a\x70\xd4\xdd\x4a\x80\xa3\x8e\x2d\xab\x00\x8e\x3a\x2e\xb5\x02\x38\xea\x58\xaf\x0a\xe0\x88\x02\x29\xa9\x50\x03\x82\x3b\x38\x52\x01\x1c\x75\x37\x39\xe0\xa8\x3f\x3e\x83\x3e\xd8\x59\x01\x1c\x51\xbe\x3f\x15\x4b\xca\x4f\x46\x0d\x38\x1a\x6e\x1e\xc0\xd1\x70\x69\x01\x47\x23\xdb\x03\xd5\xad\xb0\x80\x17\xc0\xd1\x80\xb1\x17\xc0\x11\x35\xf1\x52\xa1\xa4\xfc\x40\x9b\x28\xe1\x2c\x6a\xc3\x79\x01\x38\x0d\x04\x50\x01\x38\x0d\x37\x08\xc0\x69\x34\x7f\xc9\x45\x56\x00\xf4\x02\x70\x1a\xd8\x30\x0b\xc0\xc9\x68\x93\x52\x4c\x34\xb7\x15\xf4\x8d\xcb\x91\x41\x1f\x58\xa2\x50\x01\x70\x4c\x9f\x41\xdf\x74\x2c\xd0\x07\x93\x2a\x20\xa7\x0b\x50\x5c\x40\x4e\xc6\xba\x14\x90\xd3\xc0\x3c\x50\xaa\xf4\xb1\x7b\x40\x4e\x03\xdb\x67\x01\x39\x19\xf9\x52\xaa\xd9\x90\x8c\x13\xe4\x34\x30\x66\x95\x2a\x7d\xf6\x37\xf9\x25\xfb\x93\x92\xf2\xe3\xf1\x2b\x37\xcf\xd8\x4b\xa0\x2a\xe3\x59\x0a\xa8\x8a\xc2\x54\xa9\x80\xaa\x26\x3a\x65\x01\x55\x51\x5b\x21\x15\x50\xd5\x04\x83\x14\x50\xd5\x00\x68\x17\x50\xd5\x00\x1d\x15\x50\xd5\x70\xf7\x80\xaa\xa8\xe4\x92\x0a\xa8\x6a\xca\x42\x40\x55\xd4\x2d\x4c\x05\x54\x35\x0f\xbf\x02\x7d\xaf\x5f\x61\xfd\xd0\xb5\x0b\xa8\xca\xe8\x96\x02\xaa\x32\x7e\xa6\x80\xaa\x86\xac\x15\x54\x65\xdc\x4d\x69\xd2\x07\xed\xa0\x2a\xae\xd1\x4f\x05\x54\xc5\x15\xfb\xa9\x80\xaa\x26\x4a\x50\x01\x55\x4d\x4c\x5b\x05\x54\x35\x3c\x2b\xa0\xaa\x89\x01\xa2\x80\xaa\xa6\x7b\x10\x54\x35\xf1\x2f\x14\x50\x95\x11\x2c\x05\x54\x35\x41\x24\x05\x54\x45\xf5\xbc\x54\x40\x55\xd3\xb5\x05\x55\x51\xac\x36\x15\x50\xd5\x3c\xed\x8f\xf5\x73\x67\x81\xaa\x26\xa6\xad\x02\xaa\x9a\x9e\x15\x50\xd5\x04\xf5\x17\x50\xd5\xc4\x6b\x50\x40\x55\x53\x96\x0c\xaa\x9a\x88\xf0\x02\xaa\x32\xd2\xa6\x80\xaa\xb8\xb5\x3c\x15\x50\x95\xf1\x33\x05\x54\x35\x3d\x01\xc3\xea\x79\xf6\x07\x7d\xf7\xcf\x6c\xc9\x05\xc0\x35\x95\xcb\x00\xae\x89\x5d\xb4\x00\xb8\xa6\x92\x18\xc0\x35\x65\x60\x38\xa0\x6e\xc2\x75\x0a\x80\x6b\x7a\x00\x00\x5c\x53\x16\x09\xe0\x9a\x40\x82\x02\xe0\x9a\x68\x75\x05\xc0\x45\x69\x93\x54\x00\x5c\x97\xb2\x10\xc0\x35\xb1\x88\x15\x00\xd7\xf4\xd8\x4e\x73\xd0\x59\x68\x0b\x07\x02\x80\xca\x94\x74\x96\x08\xc0\x35\x65\xde\x00\x2e\x83\x8c\x0a\x80\x8b\x4b\x40\x53\x01\x70\x5d\xc9\x71\xb2\xb4\x18\x27\x8a\x77\x94\xa1\xff\x15\x00\xd7\xf4\x00\x00\xb8\x26\x78\xa1\x00\xb8\xa6\x87\xd1\x3b\xca\xd0\xfb\x0b\x80\x6b\xde\x50\x04\xe0\xba\x64\xec\xde\x51\x86\x1f\xbe\x00\xb8\xa8\x90\x97\x0a\x80\x8b\xc2\xf4\xa9\x5c\x5e\x09\xe0\x58\x2c\x29\x6f\xef\x88\x0e\x57\x13\xc0\x75\x79\xa8\x2e\xe9\xb3\x15\xf4\x5d\xc5\x1e\x36\xdf\x64\x3e\xa9\x0e\x78\xa1\xfb\x16\xee\x28\xbb\x64\x21\xde\x6c\xed\xa1\x02\x8c\x5d\x58\x96\x0b\x88\xcb\xd0\xa8\x02\xe2\xba\x3c\x0e\x20\x2e\x4a\xa7\xa7\x02\xe2\xba\x8a\x5f\x19\xf4\x60\x0b\xfa\x64\x91\x20\xae\x0b\xdf\x77\x01\x71\x5d\xb2\x64\x10\xd7\xe5\x9e\x00\x71\x5d\xe8\xa2\x05\x54\x75\x4d\x46\x46\xd9\xf8\x96\x6c\x41\x83\x3b\xf2\x81\x06\x77\x24\x88\xcb\x50\xac\x02\xe2\xba\x54\x0b\x40\x5c\x97\x82\x12\xc7\xd5\x05\x2c\x2d\x20\xae\xcb\x7d\x06\xe2\xba\x30\x82\x15\x10\xd7\x45\x68\x62\x01\x71\x5d\xc4\xb5\x96\x4f\x9d\x07\x5b\xd0\xb0\x6c\xb1\x46\xdb\x71\xba\x07\xd9\x4b\x5c\x36\x66\xe4\x7a\xc1\x71\x75\x81\x52\x0b\x8e\xab\xdb\x3d\x81\xe3\xea\xfe\xfc\x32\xb4\xcf\x1b\xf7\x57\x01\x8d\xdd\xc4\x66\x14\xd0\xd8\xed\x3a\x80\xc6\x6e\x75\xca\x97\x0a\x79\x18\xdd\xca\x6b\x89\x27\xd6\x36\xd0\xd8\x1c\xaa\x3d\xa0\xb1\xdb\x3d\x01\x1a\x33\x10\xac\x80\xc6\xb8\x53\x32\x15\xd0\xd8\x8d\xd9\xab\x58\x01\xd0\xfd\x82\x77\xea\x96\x41\xe3\x9d\xba\x31\x7e\x16\xcb\xc6\x83\x6b\x0a\x48\xed\x96\xb5\xe2\x65\xba\xdd\x05\x78\x99\x8c\xd3\x2a\x16\x65\x70\xf7\x80\xc6\x6e\xd0\x4a\x01\x8d\xdd\xf2\x10\xd0\xd8\x8d\x2b\xb5\x80\xc6\x6e\xe2\x92\x0b\x88\xeb\x26\xcf\xa2\x80\xb8\x6e\x59\x32\x5e\xa6\xdb\x13\x8e\x97\xe9\x76\xbf\x80\xc6\xee\xfb\x67\xd9\x7b\x05\xa0\x76\x0b\x79\x00\x6a\xb7\xd2\x0f\xa0\x76\x63\x8c\x2f\x00\xb5\x5b\x76\xbd\xbd\x18\xc5\x81\x41\x9e\xba\x2f\x40\xcd\xd0\xaf\x02\x50\x33\xbc\xab\x00\xd4\x6e\x65\x76\x00\xb5\xb9\x60\xfa\x15\xa0\xf6\xa0\xcb\x54\xc0\xd8\x03\x8b\xac\x80\x31\x8a\x1f\xa6\x0a\x18\x7b\x60\x36\x15\x30\xf6\x54\xbf\xc2\xe5\x51\x98\x1c\x2a\x60\xec\x81\x4d\x54\x8b\xf5\x21\xe1\xea\x61\xb5\x30\x9f\x71\x43\x06\x0b\x56\x01\x63\xcf\xf4\x97\x14\x03\x45\x4e\x56\xc0\xd8\x33\x1d\x19\xb5\xa2\x91\xe7\x15\x30\xf6\x60\x1d\xaf\xde\x26\x0d\x40\xaf\x38\xa7\x28\xea\x94\x2a\xce\xa9\x07\x66\x53\x71\x4e\x51\xb5\x23\x55\x80\xda\x83\x79\xa0\x02\xd4\xb8\x79\x22\x55\x80\xda\x83\x93\xb0\x02\xd4\x1e\x34\xa9\x0a\x50\x33\x84\xab\x02\xd4\x9e\xd7\x5f\x42\xdf\xe5\x38\xa1\xef\xb6\x07\xe8\x73\x1d\x00\x6a\x0f\x7a\x6a\xf5\x36\x69\xcc\x18\x35\x5b\x0b\x7b\xd3\x82\x3e\x8c\x1a\x15\x10\x67\x08\x57\x05\xc4\x19\x8a\x55\x33\x65\xce\x41\x08\x15\x10\xf7\xc2\xe6\x2b\x48\xed\xcd\xf6\xd0\x79\xe6\x2f\x29\xf9\x02\x9b\xa8\x20\x35\x43\xb1\x2a\x48\xed\x3d\xa1\x16\xa4\xf6\x92\xca\x54\x41\x6a\x2f\x6c\xa9\x82\xd4\x5e\x44\x4e\x05\xa9\xbd\xcd\x5f\x72\x03\x08\x36\xcc\x0a\x52\x7b\x31\x6a\x54\x90\xda\x8b\x77\xbd\x82\xd4\x5e\xb4\xc1\x0a\x52\x7b\xab\x2d\x6e\xc8\xc0\x70\x51\x41\x6a\x2f\x07\xbc\x82\xd4\x8c\x56\xa8\x20\x35\xae\xfb\x4f\xd5\x6a\x7d\xdb\xaf\x50\xad\x2f\xf9\x2c\xe8\xa3\x5e\x5e\xaa\xa7\x25\xb3\x7c\x66\x49\x29\xd6\x1d\xa4\xf6\x62\x56\xa8\x20\xb5\x17\x41\x52\x41\x6a\x2f\x67\xba\x82\xd4\x28\xb5\x9a\x2a\x48\xed\x45\x90\x54\x90\xda\xfb\xf8\x0c\xfa\x50\x5f\x2a\x48\xed\xc5\xb4\x55\x41\x6a\xaf\xfb\x0c\xa4\xf6\x22\x10\x2a\x48\xed\x75\x4f\x80\xd4\x5e\x69\x07\xa9\xbd\xaf\xef\xb1\x7e\xee\x17\xab\xf5\x2d\xc7\x42\x1d\x62\xe2\x6e\x2a\x48\x6d\x35\x9f\x2d\x9e\xd9\xda\xcc\x19\xfd\x81\xd4\x16\xea\x44\x05\xa9\x19\x6f\x55\x41\x6a\x0b\x5f\x47\x05\xa9\x2d\x79\x08\x48\x6d\xa1\xb1\x57\x90\xda\x72\x47\x82\xd4\x16\xd6\xf1\x5a\x2d\x36\xcc\xc8\x40\x6a\xcb\x5d\x0e\x52\x33\x4a\xac\x82\xd4\x16\x91\x1a\x15\xa4\x16\x51\x62\x3f\x64\xc9\xb5\x4a\x3a\x53\x06\x88\xe3\xfa\xce\x54\x01\x71\x5c\x95\x9f\x2a\x20\x6e\x79\x38\x00\x71\x16\xa3\xa9\x80\xb8\x85\xe4\xaf\x80\x38\x0a\xf8\xa4\xda\xac\xd3\xcb\x94\x01\xe2\x16\x26\x8e\x0a\x88\x5b\x32\x1b\x40\xdc\x92\xd9\x00\xe2\x16\xd2\xa8\x02\xe2\x2c\x23\x53\x9b\x85\x26\xed\xdd\x32\xd2\xfe\x12\x1a\x70\x0c\x54\x80\x9a\x25\x66\x2a\x40\x8d\xca\x65\xa9\x02\xd4\x0c\xa9\xaa\x00\x35\xc3\xb4\x2a\x37\x46\x1f\x84\x54\x55\x80\x9a\xa1\x66\x15\xa0\x66\xc8\x58\x05\xa8\x19\x32\x56\x01\x6a\x94\xf1\x4c\xd5\x62\x7d\x68\xd0\x15\xa0\xb6\x4f\x7b\x80\x06\x99\x1b\x40\x6d\x9f\xfe\x92\xe5\xf3\x70\x00\xd4\xb6\x5b\x09\xa0\xb6\xd1\x76\x2b\x40\xcd\xe2\x37\x15\xa0\x66\x71\x98\x0a\x50\xdb\x04\xf2\x55\x80\xda\x46\xbf\xad\x00\xb5\xad\x90\x01\xa8\x6d\x9c\x68\x15\xa0\x66\xc1\x99\x0a\x50\xb3\x4c\x4e\x05\xa8\x71\x2d\x66\xaa\x00\x35\x83\xc4\x2a\x40\xcd\xd0\xaf\x0a\x50\xe3\x86\xb4\x54\x41\x63\xbb\xda\xfb\xcd\x2f\xa1\x08\x34\x66\xe8\x57\x05\x8d\x6d\x57\x0c\xf7\x17\xd7\x68\xa5\x0a\x1a\xe3\x96\xe6\x54\x41\x63\xfb\xb2\x05\x7d\x18\xd6\x2a\x68\x6c\xa3\xd9\x54\xd0\xd8\xc6\x88\x52\x41\x63\x5b\x26\x05\x1a\xdb\xee\x5d\xd0\x98\x65\x72\x2a\x68\x6c\xcb\x42\x40\x63\xdb\x5d\x00\x1a\xb3\xbc\x4e\x05\x8d\x59\x42\xa7\x82\xc6\x0c\x0b\xab\xa0\xb1\x2d\xb3\x01\x8d\x59\x5e\xa7\x52\x91\xef\x38\x1c\xd9\xa6\xc5\x33\xd0\xd8\x96\xd5\x5d\x5c\x05\xe1\xfe\xbc\xd8\x9f\x87\xad\x93\x16\xa3\x06\x8d\x59\xee\xa6\x72\xc1\x97\x81\x60\x95\x0b\xbe\x2c\xd2\x53\x41\x63\x1b\xd0\x5f\x29\xe3\x7e\x78\xde\x03\x8d\xf5\x03\xaf\x4f\x0d\x34\xd6\x0f\x59\x4f\xa0\xb1\x7e\x60\x02\xa8\xde\x18\xed\xfe\xe4\x82\xaf\xc3\x9d\xcc\x05\x5f\x47\x75\x9c\xd0\xa7\x30\xa4\x22\x1f\xd7\xbc\xa5\x4a\x45\x3e\xa3\xa1\xea\x0d\x7d\x9e\x7e\x6a\xb5\x1b\xf5\x53\xb9\xe0\xeb\x00\x9f\x54\x2e\xf8\x32\x1a\xaa\xde\xd0\xe7\x0e\x09\x34\xd6\x0f\xd5\x90\x1b\xfa\x5c\x5b\x6a\xb5\x1f\x28\x9c\xf5\x86\x3e\xd5\x97\x1b\xfa\x14\x2b\xd4\x6a\xb7\x1a\x4d\xb5\x22\xdf\xf6\x97\x64\xc1\x26\xc7\xb2\x69\xf1\x4b\x2e\xf8\x32\x5e\xa7\x5a\xab\xbd\xfe\x2c\x55\xa4\x52\xc6\x3d\xe1\xa4\xa8\x16\xeb\xf3\x00\x50\xac\xcf\x12\x33\x95\x1c\x2b\x8b\xd1\xd4\x00\x71\x3d\x55\x7f\xd9\xf9\xa5\xcf\x06\xdf\x84\x74\xea\x58\x24\xe0\x57\x7d\xa8\xd3\x0b\xb0\xa8\x01\xe2\x7a\x52\x9b\x78\x20\xfd\x72\x2c\x14\x93\x74\xe2\x1f\x13\x80\x61\x3d\x0f\xa4\x7b\xc4\x5e\x48\x57\xc7\x7b\x21\x5d\x79\x4e\x19\x77\x43\x79\xea\x0b\x7d\x1e\xa3\x17\xfa\x1e\xdf\x83\x3e\x2c\x70\x95\x32\xee\xc9\xe3\x47\x19\xf7\x84\x39\xa2\x02\xe2\x2c\x07\x53\x5f\xe9\xf3\x97\xd0\xa7\xd6\x43\xb1\x3e\x83\x70\x2a\xc5\xfa\x0c\xa6\xa9\x01\xe2\x7a\x4e\xf6\xb7\x68\x31\x4b\xdc\x18\x9d\xb1\xf8\x55\xca\xb8\x67\x35\x06\xca\xb8\x73\x49\x66\xaa\x94\x71\x37\x2a\xa6\x52\x91\x2f\x7b\x1c\x28\xc7\x9e\xff\x5f\xc2\xce\x2c\x69\x76\x96\x57\xd6\x53\xf9\x87\x60\x83\xe9\x22\x4e\xec\xb9\xd0\xce\x7f\x08\x27\x96\x9e\xf4\x5b\x14\xdf\x6a\x2e\xea\x02\xbb\x6c\x23\x1b\x50\xa6\x24\x24\xac\xdc\x81\xca\xcf\x0e\xd7\x66\x20\x1f\x85\xd3\x12\x39\x49\x2a\xa8\xa9\x39\xe9\xa7\x70\xff\xa4\x9f\x5a\x68\xc9\x47\xe1\xb4\x94\x4f\xfa\x49\xd0\x56\x58\xf4\x53\x93\x8a\x42\x5d\x8a\x83\x09\xa4\x63\x77\x55\xe7\xe8\x67\xd5\x75\xf6\x1d\x9c\xbe\xe6\xa2\x06\x9b\xd4\xad\xb1\xb8\x44\x95\x8f\x3b\x18\x8b\x4b\x8a\x6e\x09\x4a\xc7\x2e\x35\xbd\x90\x4f\x5f\x53\x85\xba\x34\x0a\x16\xf2\x4d\xb5\x90\x41\xdf\x88\x94\xeb\x0e\xa5\x16\xd9\x63\xa5\xc5\x2d\x52\xdd\x99\x7a\x27\x77\xa4\x18\x97\x07\xb5\x46\xaa\x3b\x7b\x26\x63\xa4\x18\x97\xc7\x3c\x10\x29\xc6\xe5\x59\xdc\x22\xc5\xb8\x3c\xee\xcb\x68\x2c\x2e\x29\xeb\x4a\x34\x16\x97\x3c\xbe\x87\x68\x2c\x2e\x79\x2c\xc4\x91\x94\xeb\x8a\x60\x89\xc6\xd4\x0a\xf5\xf5\xee\x68\x4c\x2d\x51\xb1\xfd\x8e\xc6\xd4\x92\x87\xfd\xc5\x9b\xe4\xa3\x30\xb5\x78\x23\x03\x0e\xa8\x78\x23\x43\xd2\x39\x64\x20\x3c\x2f\xde\xc8\x40\x42\x83\x78\x23\x43\xd2\x3d\x91\xa1\xeb\x3a\x64\x60\xe1\x8b\x54\x70\xf6\xbc\xf9\x78\x23\x43\xd3\x5d\x90\xa1\xeb\xe9\xf6\x1d\xfc\xd4\xf3\x48\x8e\x3b\x75\x9d\x8d\x33\x3f\xd4\x22\x79\x2c\xe3\x25\x52\x70\xeb\xc1\x68\x13\x29\xd3\xac\x08\x8f\x68\x4c\x2d\x3d\x7a\x67\x14\xdc\xf2\xc0\xa5\x48\xc1\xad\x87\xf9\x10\x29\xb8\xf5\x80\x5a\xa3\xa3\x96\x61\xd0\x75\x91\x73\xba\x27\x79\x9d\x83\x5a\xe4\x3d\x86\x0f\x45\xca\x34\x3f\x00\xb9\x48\x99\xe6\x07\x5b\x79\x34\xa6\x96\xa8\x03\x73\x47\x63\x6a\x49\x39\x4a\xa2\x31\xb5\xf4\xc4\x7f\x45\x5c\x44\x87\xe8\xfa\x98\x0e\xd1\x81\xe8\x91\x0a\xce\x0f\x53\x33\x52\xc1\xf9\xc1\xf5\x17\x8d\xc4\xa5\xa7\xe8\x1c\xa2\x33\xc5\xa2\x47\x74\x2c\xcb\xd1\x23\x3a\x01\x64\x91\x58\x44\x05\x89\x45\x2a\x38\x53\x2e\xf4\x8e\x54\x70\x7e\x58\x14\xa3\x47\x74\xdc\x19\x91\x94\xeb\x0a\x36\x89\xa4\x5c\xa7\x08\xcd\x1d\x49\xb9\xae\x04\x22\x91\x94\xeb\x8a\x05\x89\x0f\x32\xe8\x13\x3d\xc8\xa0\xe9\x67\x44\x2d\x05\x9c\x29\x91\x2a\xcd\x81\x08\x81\xf8\x90\xb6\x5a\x83\xc0\x88\x5a\x0a\x10\xdf\x68\x44\x2d\x05\x82\xd3\x23\x55\x9a\x03\x0b\x6d\x34\xa2\x96\xc2\xad\xeb\x48\xab\x74\xeb\x9e\x95\x96\xae\x53\xda\x78\xde\x35\x69\xd5\x15\xeb\x12\x1f\xa5\xfd\x57\xcb\xbe\x51\x78\xd4\xcf\x45\x8b\xe7\x19\x51\x4b\x81\x78\xdf\x48\x51\xad\x80\xad\x2e\x52\x54\x2b\x80\x6f\x23\x45\xb5\x02\x0b\x74\x0c\xc8\x17\x74\x1d\xf2\x69\x28\x05\xe4\x83\xbc\x47\xd2\xaa\x07\x02\x9e\x62\x40\xbe\xa8\x7b\x22\x5f\x54\x5f\x90\x4f\xd3\x9d\x2a\xcd\x41\x63\x49\x95\x98\x93\xee\x89\x0c\x44\x9b\xc4\x88\x0c\xf8\xb0\x63\x44\x06\x54\x40\x8c\xc8\x80\xab\x31\x52\x89\x39\x14\x5d\x87\x0c\x38\x1e\x23\x95\x98\xa9\x81\x7d\xc7\x88\x0c\x20\xe8\x48\xea\xf4\xd0\x75\x4f\x64\xd0\x82\xa2\xd4\xe9\x5d\x2d\x64\x68\xba\x0b\x32\x34\x3d\x81\x6f\x04\x1e\x8b\x91\x6f\x84\xc9\x2f\x46\xe4\xc3\x10\x14\x23\xf2\xe1\xfa\x8b\xa4\x4e\x0f\x9a\x0f\xa4\x4e\x57\x74\x4b\x84\x8d\x29\x9e\x25\x26\xe4\xd3\x98\x57\xea\x74\x2d\x52\x09\x19\x50\xfd\x91\xf4\xe8\x11\x94\x1c\x95\x1e\x9d\x98\x87\x48\x0e\xf4\xb0\xf4\x3c\xf2\x80\x83\xbc\x23\x15\x95\xa3\x46\x2b\x15\x95\x23\xf8\x2f\x52\x1c\x2b\x82\x84\x23\xc5\xb1\x28\x09\x75\x47\xe3\x4a\x29\xc2\xa6\xa3\x71\xa5\xa4\x18\x99\x68\x5c\x29\x45\x60\x41\xcc\xf4\x8c\xcc\x15\x91\xb2\x56\x51\xa3\x8e\x0c\xe5\x51\x0b\x98\x32\x94\x03\x0b\xa2\x31\x99\x14\x35\xce\x8c\xc9\x24\xe5\x44\x89\x94\x2a\x56\xe4\x4b\x2c\x3c\x1d\xe3\x44\xa4\x54\x71\xd4\x38\x23\xb7\x78\xd4\x18\x34\x26\x93\x62\xd2\x5d\xa8\x2a\x92\x75\x17\x7a\x86\x9d\x39\x16\x7a\x96\x75\x1d\x3d\xd3\x5a\x07\x93\x51\x34\x4d\x84\xc9\x44\xa0\x46\xa4\x54\x71\xc4\xec\x15\x61\x2b\x91\x8c\x17\x91\xfc\xe1\xca\x9e\x12\xe1\x20\x96\x3d\xe5\xef\x4b\x32\xf4\x24\x6a\xf0\x40\x4f\x14\x22\x13\xa1\x27\x51\x83\x07\x7a\x12\x35\x40\xa0\x27\x11\x5f\x74\x84\x9e\x44\x69\x3f\xe8\x49\xd4\xf2\x09\x3d\x89\x58\x8c\x22\xf5\x87\x95\x8c\x26\x42\x4f\x22\x08\x3a\x42\x4f\x94\x12\x25\x42\x4f\xd2\xa5\xbb\x04\x5a\x88\x07\x3d\x49\xc2\x16\xd0\x93\xa4\xe1\x02\x3d\x51\x30\x4d\x84\x82\x50\x9b\xee\x8e\x2a\x09\xf5\xe8\x9e\xd6\xcf\xa4\x65\x09\x9a\x91\x84\x2d\xba\xaa\xb5\x71\x1d\x5c\x22\x69\x71\x53\x49\x28\x08\x49\x84\x4b\x28\xb5\x49\x84\x4b\x24\xa9\x31\xb8\x44\xc2\xfa\x18\xe1\x12\x49\x9f\x16\x2e\xa1\xe8\x96\x08\x97\x48\x90\xf7\x08\x97\x50\x12\x94\x08\x97\x48\x52\x7f\x70\x09\x25\x3a\x89\x70\x89\xc4\x56\xe1\x08\x97\x50\x44\x49\x84\x4b\xa4\x46\xcf\xe0\x0b\x49\xe8\x05\xbe\x90\xb0\x45\x46\xf8\x42\xd2\x28\x80\x2f\xa4\xa1\x73\xc8\x80\x03\x2a\xc2\x17\x12\x6e\x9e\x08\x5f\x50\x16\x94\x08\x5f\x50\x74\x4b\x84\x2f\x24\x2d\x21\xf0\x85\x2c\xa5\x06\x5f\xa0\x74\xfd\x1d\xe1\x0b\x8a\x72\x88\xf0\x85\xcc\x16\xf1\x08\x5f\x50\x4c\x40\x84\x2f\x64\xd2\x62\x45\xf8\x42\xd6\xfb\x84\x2f\x28\xa6\x23\xc2\x17\x32\x26\x9c\x68\xe1\x79\x29\x6b\x6a\x5a\x78\x5e\xca\x5a\xd8\x2d\x3c\x2f\xe5\xac\x73\x26\x5f\xd6\x52\x0e\xcf\x50\x64\x48\x84\x67\xe4\xaa\xeb\x28\xfe\x00\xb5\x8e\xf0\x0c\xe5\x2f\x89\xf0\x0c\x45\x24\x44\x78\x46\x86\x22\x47\x78\x86\x62\x33\x22\x3c\x23\xc3\xf0\x22\x3c\x23\x6b\x99\x87\x67\x28\x5f\x4a\x84\x67\x28\x86\x24\xc2\x33\xf2\xd4\x3f\x91\x4f\x33\x0e\x9e\x91\xf5\xc5\xe0\x19\x54\x91\xbc\x23\x3c\x23\x13\xca\x1a\xe1\x19\x45\x73\x0c\x9e\xa1\xe8\x8f\x08\xcf\x28\x18\x4a\x22\x3c\xa3\x40\xc9\x23\x65\x9f\x8a\x00\xc4\xd2\xf7\x43\x3e\x38\x48\x21\xca\x28\xc2\x41\x94\x5d\x24\x19\x07\x49\x05\x6c\x9f\xe0\x20\x05\x2c\x9a\xe0\x20\xca\x58\x92\xe0\x20\xca\x74\x92\xe0\x20\x14\x66\xbe\x13\x1c\xa4\x24\xfd\x33\xd2\xd2\x5d\x4c\xbe\x92\x75\x0e\xf9\x50\xda\x09\x0e\xa2\x60\x82\x64\x1c\xa4\x2c\x58\x63\xba\x90\xaf\xea\x3a\xe4\xc3\xe0\x91\x2e\xe4\x43\x85\x27\x38\x48\x81\x77\x27\x38\x48\xc1\xb4\x95\xe0\x20\x72\xee\x27\x38\x48\xe1\x1b\x25\x38\x48\x99\xff\xda\x2a\x92\xa0\x27\x65\xea\x71\xe4\xbf\x65\x51\x4c\xd0\x93\x8a\x46\x4d\x50\x90\xca\x54\x49\x50\x10\x25\x3a\x49\x50\x90\x92\x75\x8e\xfa\x23\xd8\x4c\x13\x14\xa4\xa2\x35\x13\x14\xa4\x42\xc6\x12\x14\xa4\xe2\xd5\x4d\x50\x90\x8a\x71\x3c\x41\x41\xaa\x3e\x1f\x14\x44\x69\x4f\x12\x34\xa3\x46\xb5\xac\x86\xc3\xd2\x8b\x87\x66\x54\x34\x6a\x82\x66\xd4\xa4\x7f\x22\x43\xd2\x3f\x91\x01\xcd\x98\xa0\x19\xf2\xd1\x27\x68\x46\xc5\xa4\x92\xe0\x12\x94\xa0\xba\x13\x5c\xa2\xa2\x27\x13\x5c\xa2\x12\x8b\x98\xbc\xca\xc7\xf0\x4f\xb8\x44\x65\xf9\x4c\x70\x89\xda\x74\xdd\xc3\x3f\x79\x02\x5c\xa2\x42\xc2\x93\xea\xfa\xb2\x98\x26\xe3\x12\x45\x7b\x15\x13\x5c\xa2\xb2\x98\x26\xb8\x44\x65\xa2\x26\xb8\x44\x65\x69\x4d\x70\x89\xda\x75\x17\xe4\xd3\xe0\xf1\xaa\x11\xc3\x3d\xe1\x12\x15\x4b\x5a\x82\x2f\x28\x91\x4b\x82\x2f\x50\xa3\xec\x4e\xf0\x85\x0a\x1e\x4b\xf0\x85\x46\xcc\x4a\x82\x2f\x34\x48\x7f\x82\x2f\x28\x4a\x25\xc1\x17\xda\xa5\x7b\x5a\x3f\x9b\xd7\xd3\xad\x2f\x0d\x25\x9a\xe0\x04\x0d\xa7\x5d\x82\x13\x34\x4c\x38\x09\x4e\xa0\x24\x2f\x09\x4e\x20\x8f\x7d\x82\x13\x28\x43\x4a\x82\x13\x50\xde\xe8\x4e\x70\x82\x06\xb3\x48\x70\x02\x25\x9c\x49\x70\x82\x86\x41\x2e\xc1\x09\xa8\x3e\x79\x27\x38\x81\xf2\xb3\x24\x38\x81\xb2\xbc\x24\x38\x01\xf5\x40\xee\x04\x27\x68\x60\xbc\x04\x27\x68\x51\xf7\x44\x06\x9c\x53\x09\x4e\xd0\x34\x5a\xe1\x04\xf2\xfb\x27\x38\x41\xc3\xd7\x91\xe0\x04\x8a\x10\x48\x70\x82\x46\x94\x51\x82\x13\x34\xd4\x4a\x82\x13\x34\xd4\x7b\x82\x13\x50\x4f\xfd\x4e\x70\x82\x96\x75\x4f\x64\x08\xba\x27\x32\x60\xcd\x4d\x70\x02\xb9\xf3\x13\x9c\xa0\x11\xbd\x93\xe0\x04\xad\xeb\xe9\xc8\xa7\x91\x05\x27\x68\xa0\xc1\x04\x27\x50\x88\x40\x82\x13\x34\x8d\x2c\x38\x41\x83\xdd\x26\x38\x01\x15\x34\xef\x04\x27\xe8\xb7\xee\x82\x7c\x1a\x83\xe4\xe5\x56\xe6\x98\x04\x5f\xe8\x5a\xe6\xe1\x0b\xfd\x52\xab\xd0\xe2\x3b\x24\xa5\x8b\x65\x9c\x51\x33\x49\x81\x06\x29\x21\xdf\xd2\x3f\x07\xff\x54\x6b\x72\x17\xf5\x1a\xf9\xd8\x9f\x91\xe0\x12\x0a\x2d\x48\x70\x89\x0e\x97\x48\x14\xda\xed\x00\x88\x94\x25\x1f\x6f\x29\xab\x66\xcb\xbf\x22\x2e\x12\x84\xa4\xa3\xe1\x12\x84\xa4\xe3\xed\x4e\x10\x92\xae\xc1\x0a\x21\xe9\x5a\x30\x33\xa2\x13\xa4\x92\x32\xa2\x3f\x7a\x38\xe5\xa2\xd0\x93\x09\xb2\xa2\xb4\x35\x09\xb2\xd2\x21\x2b\x89\x72\x4a\x5d\x7a\x92\x72\x4a\x1d\xc2\x9c\x54\x4e\x09\x6b\x75\x2a\x88\xae\xe9\x50\x10\x5d\x43\x1e\xca\xd3\x35\x71\xa0\x3c\x5d\x0b\x18\x94\x47\x71\x0d\x09\xca\xd3\xab\x9e\x80\x7c\x44\xe3\x26\x28\x4f\xc7\x7a\x95\xa0\x3c\x4a\x62\x93\xa0\x3c\x54\x2a\xbe\x13\x94\xa7\x63\xf3\x4e\x50\x9e\x2e\x1d\x0a\xe5\xe9\x4d\x77\x41\xbe\xa6\xeb\x90\x4f\xba\x17\xca\x43\xa9\xc6\x3b\xe1\xbc\x51\x1c\x45\xc2\x79\xd3\xb1\xc0\x25\xe8\x90\xe2\x28\x12\x74\x88\x12\x38\x77\xc2\x79\xd3\xb1\x30\x26\x9c\x37\x7d\xe8\x1c\xf2\x81\x68\x13\xc4\xa9\x4f\x9d\x2b\x04\x43\x21\x1f\xec\x48\x71\x14\x09\x76\xd4\x97\xfe\x89\x7c\xe0\xaa\x04\x3b\xea\x1a\x9e\xb0\x23\x25\xd4\x49\xb0\xa3\xa1\x65\x17\x76\x34\xb4\x5c\xe3\xbc\x19\x58\x5e\x13\xec\x48\x29\x74\x12\xec\x68\x68\xf1\x86\x1d\x0d\x2d\x8a\xb0\x23\x25\xaa\x49\xb0\xa3\x81\xaf\x3d\xc1\x8e\x86\xd7\x13\x28\x87\x85\x35\x30\xe1\xbc\x51\x34\x46\xc2\x79\x33\x1e\xf5\xcc\xe4\x53\x82\x9b\x84\xf3\x66\x68\x9c\xe1\xbc\x51\x9a\x9c\x04\xab\x1a\x49\x4f\x40\x3e\x78\x54\x82\x55\x0d\x2d\xb4\xb0\xaa\xa1\x19\x00\xab\x52\x4c\x47\x82\x55\x29\xa6\x23\xc1\xaa\x06\x66\x9a\xa4\x72\x4a\xf0\xaf\x04\xab\x1a\x5a\x3e\x61\x55\x43\x00\x02\x56\x35\x8a\xfe\x89\x7c\x44\xc5\x24\x58\x95\x52\xe8\x24\x58\xd5\xa8\x7a\x1e\xf2\x81\xf4\x13\xac\x4a\x91\x1a\x09\x56\xa5\x64\x3b\x09\x56\x35\x34\xe6\xf1\xd0\x4c\xad\x05\x78\x68\x94\xce\x27\xc1\xb8\x06\x0c\x21\xc1\xb8\x86\xc6\x19\x8c\x4b\xf1\x1e\x09\xc6\x35\xa4\x64\xde\x42\xbb\x8c\x6b\x15\xda\xd5\xd8\x1d\x2a\x67\xa6\xe7\x21\x1f\x91\x1a\x09\xc6\xa5\xc8\x90\x04\xe3\x1a\x4b\xfd\x44\x3e\x8d\x56\x18\xd7\x80\xbd\x27\x18\xd7\xc4\xfc\x98\x60\x5c\x8a\x60\x49\x30\x2e\x45\x5c\x24\x18\x17\x85\xe4\xee\x04\xe3\x9a\xf0\x85\x04\xe3\x9a\x82\x98\x30\x2e\xc5\x58\x24\x18\xd7\xc4\xf4\x93\x60\x5c\xca\xf5\x93\x60\x5c\xd3\xe9\x2e\x26\xdf\xfc\x35\x06\xff\xbe\x24\x43\xc6\x26\x0e\xbd\x04\x19\x9b\x9a\xa8\x90\xb1\xa9\x61\x0d\x19\x9b\x5e\x0f\x1f\x3c\x40\x02\x21\xba\xd0\x2e\x64\x6c\x6a\xaa\x2c\x7d\x5a\x5e\x04\x64\x6c\x0a\x4d\x40\xc6\xa6\x74\x36\x64\x4c\xe5\x86\x12\x64\x6c\x12\xda\x96\x20\x5c\x53\x68\x17\xc2\x35\xa3\xee\x29\x19\x74\x0e\x19\x20\xa9\x09\xc2\x35\x71\x59\x24\x08\xd7\xd4\x72\x0d\xe1\x52\x48\x4e\x82\x70\x4d\x4d\x00\x23\x5c\x79\x31\xc8\x33\x84\x4b\x89\x86\x32\xa4\x6a\x42\x75\x33\xa4\x6a\x82\x49\x32\xa4\x6a\xa2\x02\x32\xc4\x69\x82\xa7\x33\xc4\x49\xe5\x8d\x32\xe4\x48\x09\x75\x32\xe4\x68\xf1\x96\x32\xce\x9b\xc5\xb2\x94\xa1\x3c\x2b\xa8\x15\x68\x3d\xb4\xc8\x13\x80\x8a\xcb\x70\x97\xc5\xdb\xcd\x70\x17\xc5\x58\x64\xb8\x8b\xe2\x21\x32\xdc\x45\xb1\x19\x19\xee\xa2\xa4\x39\x19\xee\xa2\x54\x38\x19\xee\xa2\xe4\x37\x19\xee\xb2\x24\x3b\xdc\x65\x61\xe9\xcd\xb8\x4f\x94\x18\x27\xe3\x3e\x11\x77\xc9\xf0\x9a\x05\xaa\xcb\xb8\x4f\x14\x2b\x91\xe1\x35\x8b\x09\x9e\xe1\x35\x0b\xa5\x96\xe1\x35\x8a\x95\xc8\xf0\x9a\xf7\xab\xc0\x6b\xa8\xf8\x78\x67\x78\xcd\x6a\xea\xb5\x15\x30\x53\x8e\xba\x0c\x77\x59\x70\x89\x0c\x77\x51\x1c\x45\x86\xbb\x28\x72\x22\xc3\x5d\xd6\xd4\x75\xc8\x00\x56\xcb\xca\xc9\x00\xc6\xcb\xf8\x41\x14\x7b\x92\xe1\x2e\x6b\xe9\x9c\x29\x3c\x25\x50\xcd\xc6\x5d\xb2\x6a\xf5\x64\xe3\x2e\xf9\xba\xf4\xbc\x4e\xab\xd1\xa2\x3e\x1b\x4b\x41\xa6\xbc\x2c\x15\x03\xef\x4c\x79\x59\x25\xe9\xc9\x94\x97\x55\x41\xa3\x4c\x79\xd9\x0b\x75\x94\x1f\x0a\xad\x31\x8b\xb3\xf1\x9a\xac\x2c\x36\xf9\xa1\x86\x1e\xca\x29\x1b\xaf\xc9\x57\xd0\xf3\x32\x2d\xdd\xb3\xd0\xd2\x75\xc8\x10\xf4\x04\x64\x88\xba\x0e\x19\xa2\xae\x43\x06\x14\x5e\x7e\x54\x48\x4e\xff\x5c\xb4\x98\x1d\x94\x97\xbd\xb0\x02\x67\xca\xcb\x5e\xcc\xf0\x1c\x90\x8f\xd9\x98\x29\x2f\x7b\x69\xfe\x05\x15\x92\xe3\x0d\x06\xe4\xd3\x48\x0e\xc8\x47\x88\x61\x0e\xc8\x87\x1a\xcb\x94\x97\xbd\x50\x8d\x39\x20\x9f\x46\x64\x40\xbe\xaa\xe7\x51\x03\x47\xb3\x38\x20\x1f\x81\x06\x39\x20\xdf\xd0\x3d\x91\x6f\xea\x79\xc8\x87\x67\x20\x53\x5e\x56\x51\x1c\x99\xf2\xb2\x57\xff\x57\xbe\xe4\x1c\x11\x1d\xbb\x53\x8e\x88\x8e\x2d\x39\x1b\x55\xca\x0a\xfe\xc8\x11\xd1\x41\x52\x39\x22\x3a\x8e\xb9\x6c\x54\x29\xdf\x58\x6c\xb3\x51\xa5\x7c\x3b\x5d\x47\x8d\x39\xb4\x51\xa6\xf2\xec\xed\x74\x17\xfb\xb4\xf7\xa3\xeb\x3a\xe5\x57\xd5\x1a\x9c\x53\x5f\x4c\x74\x25\xb8\xc9\x46\x95\xb2\xd2\xba\x64\xa3\x4a\xf9\x26\xd0\x26\x27\x44\xc7\x86\x99\xa9\x3c\xab\x54\x31\xd9\xa8\x52\x56\x29\xa2\x6c\x74\x28\x2b\xe1\x4c\x4e\xc8\xa0\x65\x29\x21\x83\x96\xa5\x84\x0c\x58\xa8\x72\x42\x06\xcc\x34\x39\x21\x83\x96\xba\x44\x1d\xc0\xaa\x73\xc8\x80\xf9\x23\x27\x64\xa8\x7a\x1e\x32\x68\x59\xca\x92\x81\xf7\x62\x74\x28\xab\x84\x51\xa6\x84\xec\x8d\x69\x24\x67\x64\x00\x69\xe4\xcc\x37\x02\x03\x65\xe3\x3c\x59\xb1\x27\x39\x23\x9f\x16\xa9\x8c\x7c\x20\xa2\x9c\x91\xaf\xeb\x2e\xc8\x07\xf2\xce\x19\xf9\x40\x60\x39\x23\x5f\xd7\xd3\x91\xaf\xeb\x2e\xc8\x87\x05\x35\x67\xe4\xd3\x80\xcc\xc8\x07\x06\xca\x05\xf9\xba\x5a\xc8\xa7\x51\x47\x21\x24\xc5\xb3\xe4\x42\x3f\x09\xe1\xca\xc6\x4f\xb2\x03\xe7\x64\xe3\x27\xd9\x5d\xfa\x67\xa7\xa5\xbb\x0c\x5a\xf4\xcc\xf8\x49\x56\x3c\x4b\xa6\xdc\xab\x23\x1e\x22\x53\xee\xd5\x69\x7c\x1a\x3f\xc9\x0e\x9e\x98\x2b\xe5\x50\xa5\x28\x8d\x9f\x64\x15\x3b\xca\xc6\x4f\xb2\x83\xfd\x65\xe3\x27\xd9\x05\xdd\x25\xd2\xd2\x75\x89\x16\x7d\x31\x7e\x92\x9d\x16\xb7\x4a\x4d\x42\x7d\xe9\x8a\x7c\x30\xc3\x5c\x91\x4f\x4b\x5d\x45\x3e\x2d\x75\xca\x9f\x00\x43\xc8\x0d\x19\x34\xae\x1b\xfd\x4c\x3a\x47\x3f\x31\x78\x64\x8a\x16\x29\x0e\x26\x53\xb4\xc8\x81\x84\x73\xa3\x9f\x60\xd8\xdc\xe8\x67\xd3\x39\xfa\xa9\x85\xa8\xd1\x4f\xa9\xaa\x46\x3f\x31\x77\xe6\x46\x3f\x87\xee\xc2\x77\x18\x7a\x1e\xdf\x01\x8e\x95\x1b\x32\x48\x8d\x75\x64\x80\x63\x65\xb6\xf3\x78\x8d\x79\xe3\x19\xd9\x5f\x6a\x21\x1f\xb8\x38\x77\xe4\x93\xfa\xeb\xc8\x07\x82\xce\x94\x6d\x55\x0d\xa3\x4c\xd9\x56\x65\x95\xc9\xc6\x33\xb2\xd7\x7a\xd6\x91\x4f\xa3\xd5\x78\x46\xf6\xc0\xcf\x6c\x3c\x23\x2b\x46\x26\x1b\xcf\xc8\x8a\xa6\xc9\xc6\x33\x32\xb5\x44\xef\x4c\xd9\x56\xd5\x29\xca\x94\x6d\x55\x2d\xa2\xcc\x76\x1e\x0f\x88\xcd\x03\xf9\xc2\xf5\xaf\x25\x79\x20\xba\xf0\x18\x79\x17\x14\xa0\x93\x8d\x82\x64\xaf\xc1\x6a\x34\x23\x7b\xe9\x9f\x81\x78\xd2\x31\x46\x33\xb2\xaf\x6a\x21\x9e\x3e\xf4\x40\x3c\x28\x4f\x1e\x88\x27\xdc\x48\xd5\x56\x15\x65\xca\x94\x66\x55\xc2\x99\x4c\x69\x56\x2f\x74\x36\x11\x4f\x8b\xe2\x44\x3c\x90\x70\x9e\xc8\xa0\x65\x69\x22\x83\xb4\x34\xa5\x59\x15\xe6\x93\x8d\x66\x64\x15\x3b\xca\x94\x66\x55\x32\x9a\x3c\x91\x0f\x73\x44\x9e\xc8\xa7\xa1\x44\x69\x56\x25\x72\xc9\x13\xf9\xd8\x0a\x93\x29\xcd\xaa\x10\xa0\x4c\x69\x56\x8f\x33\x25\x1b\x97\xc8\x8f\x06\xd6\x44\x3e\x2d\x52\xc6\x25\xf2\x23\x7c\xb4\x90\x0f\xcb\x5d\x5e\xc8\x87\x9d\x2b\x1b\x97\xc8\x8f\x16\x22\x4a\xb3\x7a\xe2\x52\x32\xa5\x59\x3d\xb4\x2d\x53\x9a\xf5\xd1\xb2\x64\x8e\x9d\xfc\x38\x9d\x4b\xb4\x74\x1d\xf2\x69\x81\xa6\x34\xeb\xa3\x85\xc8\x78\x46\x0e\x1a\xd6\x0b\xf9\x34\x1d\x8c\x67\xe4\x27\xea\x3a\xe4\xc3\x76\x96\x8d\x67\x64\x15\x50\xca\xf0\x0c\xc5\x74\x14\xe3\x19\x59\xe5\x86\x8a\x39\x76\xb2\x0a\x1a\x95\x0b\xf9\x70\xa5\x16\xe3\x20\xf9\x01\xaf\x14\xe3\x20\xf9\x41\x89\x96\x0b\xf9\x50\x7f\xe5\x42\x3e\xd8\x51\xa1\x34\xeb\x83\x0a\x2f\xc6\x4f\xf2\x83\x03\xaa\x50\x9a\x55\x61\x53\xc5\x1c\x3b\xf9\x49\xba\xae\xd1\xeb\x40\x0b\xf9\xba\x7a\x8d\x7c\x51\xcf\x43\xbe\xa6\xeb\xf8\x7e\xd8\xfb\xcb\x8d\x7c\x45\x2d\xe4\x63\xba\x97\x1b\xf9\x50\x63\xe5\x46\x3e\x16\xbe\x72\x23\x1f\xca\xa9\xdc\xc8\xc7\x16\xdc\x72\x23\x1f\x63\xa2\xdc\xc8\x87\x8d\xb6\xdc\xc8\x37\xd4\x42\xbe\xaa\x7f\xf2\xfd\x9c\x5a\xc8\xb7\xd4\x33\xe4\x63\x5c\x97\x9b\x6f\xa4\xb7\x64\xec\x28\x07\x28\x79\x31\x76\x94\x15\x3b\x54\x8c\x1d\x65\x95\x4c\x2a\x0e\x19\x96\xae\x33\x19\x54\xec\xa8\x18\x3b\xca\x2a\x76\x54\x8c\x1d\x65\xe5\x83\x29\xc6\x8e\xb2\xb2\xca\x14\x63\x47\x39\x10\x4e\x56\x8c\x1d\xe5\x88\xa1\xab\x38\x64\x00\xac\x15\x63\x47\x59\x19\x67\x8a\xb1\xa3\xac\xaa\x45\xc5\xd8\x51\x0e\x55\x3d\x9b\x9c\xd3\x13\x90\x0f\xa7\x79\xf1\xc8\xc7\x1a\x52\x3c\xf2\x31\xdf\x8b\x47\x3e\xc6\x75\x31\xe6\x94\x15\xe7\x53\x3c\xf2\x81\xb5\x8b\x47\xbe\xa9\xbb\x20\x1f\xab\x54\xf1\xc8\x87\xbd\xbf\x78\xe4\xd3\x28\x37\xe6\x94\xad\x4a\xd2\x5f\x97\xe4\x02\xa9\x0a\x40\xf4\x02\xa9\x0a\x20\xa2\x02\xa9\x0a\x4d\x0f\x47\x74\x4c\xfa\xc5\x23\xba\x86\xa7\x47\x74\x0d\x25\x08\x57\x80\x18\x16\x08\x57\x00\xbe\x17\x08\x57\x98\x3a\x87\xe8\x68\xb1\x02\xe1\x52\x99\xa2\x02\xe1\x52\x12\x9b\x02\xe1\x8a\x2c\x8a\x05\xc2\xa5\xc0\x9e\x02\xe1\x52\x21\xa4\x02\xe1\x52\x08\x50\x81\x70\x45\x96\x97\x02\xe1\x8a\x2c\x52\x05\xc2\x15\x6f\xfd\xd3\xe4\x53\x28\x4f\x81\x70\x29\xe9\x4a\x81\x70\x45\xdc\x43\xc5\x08\xd7\x33\x35\x40\x20\x5c\x11\x43\x42\x81\x70\x29\x89\x4d\x81\x70\x29\xb0\xa7\x40\xb8\x22\xc8\xa6\x40\xb8\x14\x3e\x53\x20\x5c\x94\xe6\xbf\x4b\xa0\x9f\x50\xf2\x02\x71\x8a\x55\xf7\xa4\x9f\x5d\xcf\xa3\x9f\x9a\xa8\x10\x27\x05\xe1\x14\x88\x93\x12\xd5\x14\x88\x53\x46\xfd\x15\xd8\x51\x04\x2d\x15\xd8\x51\x84\xbc\x17\xd8\x91\x62\x6b\x0a\xec\x48\x29\x66\x0a\xec\x28\xe2\x45\x2e\xb0\xa3\x08\x3e\x2a\xb0\xa3\x38\x74\x4f\xa6\xd8\xd4\x39\xfb\x0e\x09\x4a\x5e\x60\x47\x49\x5f\xc5\xd8\x51\x56\xa4\x4d\x81\x1d\xa9\x84\x51\x81\x1d\xa9\xec\x6e\x81\x1d\x29\x42\xa7\xc0\x8e\x12\xee\xa1\x02\x3b\x52\x41\xa3\x02\x3b\x52\xd1\xa2\x02\x3b\x52\x91\xa4\x62\x8e\xa4\x9c\x34\xb2\xcc\x91\x94\x13\x88\xa8\xc0\x9c\x94\xd2\xa6\xc0\x9c\x94\xa8\xa6\xc0\x9c\x54\x98\xa8\xc0\x9c\x12\xf1\xb0\x05\xe6\xa4\x18\xa0\x02\x73\x4a\x1a\x59\x30\x27\x25\xb1\x29\x30\xa7\xa4\x11\x02\x73\x4a\x18\x97\x0a\xcc\x29\xe1\xbd\x29\x30\x27\x95\x45\x2a\x30\xa7\x04\xa7\x2b\x30\xa7\x84\xf3\xbb\xc0\x9c\x14\x2d\x54\x60\x4e\x49\x6a\x0c\xe6\xa4\xa4\x39\x05\xe6\x94\xe0\x97\x05\xe6\x94\xb4\x7c\xc2\x9c\x12\xe6\xc0\x02\x73\xca\xf0\x93\x02\x73\x4a\x00\xab\x02\x73\x4a\x52\x40\x30\xa7\x24\x45\x09\x73\x4a\x1a\xad\x30\xa7\x84\xcb\xb0\xc0\x9c\x12\x40\xa0\xc0\x9c\x54\xb0\xa9\xc0\x9c\x92\xd6\x10\xf3\x16\x15\xc5\x7e\x95\x82\x7c\x1a\xad\xb0\xaa\xa4\x19\x50\x90\x0f\x5f\x4e\x29\xc8\x87\xad\xbc\xc0\xb8\x94\xb7\xa6\x14\xe4\x93\x32\x2c\x7c\x3f\x8d\x4f\xd8\x58\x02\xda\x14\xd8\x58\x9a\xea\x4b\xe7\x4d\xe8\x9f\x83\x96\x64\x40\x3e\xad\x3d\x30\xae\x7c\xa9\xc5\x37\x82\x2f\x14\x18\x57\xbe\xff\x15\x71\x51\x20\x63\x19\x50\x5e\x20\x63\x59\x9a\x11\x32\x96\xb5\x80\x41\xc6\x54\xb0\xa9\x40\xc6\xb2\x57\x8b\xcf\xe7\x75\x97\x4a\x8b\x41\x00\x19\xcb\xf8\x24\x0b\x64\x2c\x6b\x58\x57\xc4\x23\xe2\xb6\x98\xb3\x28\xe7\x47\xcf\xb3\xcf\xa7\xd2\x4e\x05\xa2\xa6\x64\x3b\x85\x50\xba\x8c\x9d\xb9\x98\xb3\x28\xab\x78\x54\x81\xc4\x65\x61\x2e\x48\x5c\x66\x6b\x43\x81\xc4\x29\x51\x4d\x81\xc4\xe5\xa2\x16\xf2\x81\xa7\x0b\x24\x2e\x63\xcb\x2a\x90\x38\x05\x43\x15\x48\x9c\x0a\x59\x15\x48\x5c\xd6\x80\x84\xc4\x65\xe2\x36\x0a\x24\x2e\x17\x9d\x43\xbe\xaa\xe7\x21\x1f\xde\xee\x02\x89\xcb\x1a\xf2\x90\x38\xa5\xd7\x29\x90\xb8\x2c\x1c\x00\x89\xcb\x5a\x76\x21\x71\x59\x58\x0d\x12\x97\x71\x27\x16\x88\x9a\xc2\xad\x0a\x64\x2c\x4b\x35\x42\xc6\x94\xa8\xa6\x40\xc6\x54\xe8\xa9\x40\xc6\xb2\x30\x10\x64\x4c\x61\x53\x05\x32\x96\xd9\x66\x5b\x20\x63\x59\x03\x19\xc6\xa5\xa4\x39\x05\xc6\xa5\x24\x3d\x05\xc6\xa5\xe2\x51\xc5\x9c\x3e\xb9\x48\xc1\x9a\xd3\x27\x97\x47\xad\xc4\x39\xde\x12\x6c\x4c\xe9\x75\x0a\x8c\xab\x08\x57\xc1\xb8\x8a\x46\x0f\x8c\xab\x68\x64\xc1\xb8\x94\xdc\xa7\xc0\xb8\x54\x66\xaa\xc0\xb8\x8a\x16\x3e\x18\x57\x61\x5b\x47\x81\x71\x29\x68\xab\xc0\xb8\x94\x8c\xa6\xc0\xb8\x0a\x7e\x97\x02\xe3\x2a\x98\x1c\x0a\x8c\xab\x08\x65\xc1\xb8\x94\x9a\xa6\xc0\xb8\x8a\x30\x3a\x8c\x4b\x69\x72\x0a\x8c\x4b\x49\x7a\x0a\x8c\x4b\xc9\x76\x0a\x8c\xab\x60\x4a\x2b\x30\xae\x22\xfc\x07\xe3\x52\xb0\x57\x81\x71\x15\xa9\x77\x18\x57\x21\x8a\xa3\xc0\xb8\x8a\x10\x34\x8c\xab\x60\x04\x2b\x30\xae\x42\x62\xb1\x02\xe3\x2a\x98\x2a\x0a\x8c\xab\x68\x69\x85\x71\x29\xbd\x4e\x81\x71\x15\x81\x35\x18\x57\xd1\x42\x0b\xab\x2a\xc2\xfd\x30\x27\x85\x85\x15\x98\x53\x61\x2c\x55\x98\x53\x61\xcf\x40\x85\x39\x55\x94\x6f\x85\x39\x55\xd6\xa5\x0a\x73\xaa\x98\xa1\x2a\xcc\x49\x19\x59\x2a\xcc\x49\xb9\x69\x2a\xcc\xa9\xf2\x35\x2b\xcc\x49\xe5\xb0\x2a\xcc\x49\xd9\x5a\x2a\xcc\xa9\x32\x96\x2a\xcc\xa9\x06\xdd\xa5\xd1\x72\xb4\x3a\xff\xd4\x75\x83\x96\x7a\x6d\xf2\xd5\xa4\xbe\x98\x7c\x95\x51\x50\x61\x4e\x2a\x95\x55\x61\x4e\x96\x01\xe6\xaf\x4b\x72\x85\x54\x55\xcc\x11\x15\x52\x55\x59\x5e\x2a\xa4\x4a\x89\x5c\x2a\xa4\xaa\x02\xf4\x2b\xa4\xaa\xf2\xa1\x2b\xa4\xaa\x16\xb5\x10\x0f\xa3\x46\x85\x38\x55\xf0\x5f\x85\x38\x29\xd8\xab\xde\x88\xd7\x25\x02\xe2\x75\x3d\x1d\xf1\xf8\xb4\x15\x52\x55\x31\x16\x54\x48\x55\xc5\x26\x55\x21\x55\x95\xcf\x5e\x21\x55\x15\x5f\x6d\x85\x54\x55\x6c\xde\x15\x52\xd5\x6e\x9d\x43\x06\x74\x61\x85\x54\x55\x22\x12\x2a\xa4\xaa\x2e\xdd\x93\xcf\x07\x6e\xac\x90\xaa\x3a\xd4\x17\x93\x4f\x15\xbd\x2a\xa4\xaa\x5d\xba\x6e\xf0\x3c\xc9\x80\x7c\x53\x7d\x59\x9c\xe3\x43\x43\xaa\x9a\x06\x1d\xa4\xaa\x11\x92\x53\x21\x55\xcd\xe9\x1c\x49\x3d\xb1\x6f\x56\x4f\x12\x43\xf0\x43\x85\x54\x35\xa7\x7b\x46\x5a\x3a\x97\xb8\x0e\x19\x20\x55\x0a\x2e\xab\x90\xaa\xa6\xe1\x09\x73\x52\x58\x58\x85\x39\x35\x62\x09\x2a\xcc\xa9\x3d\xba\x0b\xf2\x11\x9a\x58\x61\x4e\x2d\xe8\xe9\xc8\xa7\x41\x0e\x73\x6a\x98\x31\x2a\xcc\xa9\x45\x9d\x43\x3e\x70\x63\x85\x39\x29\x80\xac\xc2\x9c\x5a\xd4\x39\xe4\x63\x39\xab\x30\xa7\x86\xda\xac\x30\x27\x15\x06\xab\x30\xa7\x96\x75\x17\xe4\xc3\x24\x56\x61\x47\x0d\xe3\x59\x85\x01\x75\x1c\xab\x15\x97\x93\xca\x61\x55\x18\x50\x07\x33\x57\x18\x50\xd7\x64\x84\x01\x29\x1e\xa9\xc2\x80\x54\x2a\xab\xc2\x80\x14\x65\x54\x61\x40\xca\xba\x52\x71\x39\x29\xeb\x4a\xc5\xe5\xa4\xd8\xa1\x8a\xcb\xa9\x27\x3d\xa1\xd2\x52\xcf\xec\x3b\x28\x23\x4b\x85\x39\x75\x8c\x6e\x15\xe6\xd4\x35\x8b\x61\x4e\x9d\xe5\xba\xc2\x8e\x54\x1c\xab\xc2\x8e\xba\x96\x10\xd8\x51\x67\xf1\xae\xca\x03\xae\xe5\x0c\x76\xa4\x78\xa4\x0a\x3b\xea\x55\xf7\x44\x86\xa6\x73\xf4\x13\xa8\x51\x61\x40\x2a\xaa\x55\x61\x40\xbd\xeb\x09\xf4\x13\x53\x4c\x85\x01\x75\xcd\x54\x18\x50\xc7\x3e\x5d\x61\x40\x5d\xb3\x1f\x06\xa4\xc2\x59\x15\x26\xa3\x08\x9d\x0a\x93\x19\x9a\x71\x30\x99\x01\xa2\xad\x30\x99\x71\xe9\x3a\xeb\xe7\xd0\x1c\x33\x26\x53\x54\x77\xa6\xc2\x64\xc6\xad\xa7\xab\x9f\xba\x6e\x72\x8e\x7e\xc2\x64\x86\xe6\x2d\x4c\x66\xc0\x83\x2b\x4c\x66\x68\x49\x86\xc9\x0c\x58\x71\x85\xc9\x58\x9c\xcf\xdf\x97\x64\x48\xce\xc8\xba\xcc\x3e\xc3\x00\xb9\x55\x48\xce\xd0\x12\x09\xc9\x19\xb8\x8e\x2a\x24\x47\x41\x38\x15\x92\x33\x30\x6a\x54\x48\xce\xd0\xeb\x84\xe4\xa8\x94\x54\x85\xe4\x28\xb5\x49\x85\xe4\xa8\xb0\x54\x85\xe4\x0c\x48\x4e\x85\xc8\x0c\x48\x71\x2d\x88\xa7\x0f\x06\x91\x19\xe0\xb8\x0a\x59\x19\x4b\xff\xb4\xbe\x4c\xbd\x78\x08\x89\x42\x56\x2a\x84\x64\x82\xc3\x2b\x84\x44\x11\x25\x15\x42\x32\xbd\xae\x9b\xb4\xf8\x0c\xb8\x87\x26\x5e\xeb\x8a\x7b\x48\x25\xa1\x2a\x64\x65\x6a\x59\x82\xac\x4c\x4d\x54\xc8\xca\xd4\xd4\x84\x91\x4c\x4d\x69\x18\xc9\x0c\xba\xce\x64\x50\xd1\xa9\x0a\x23\x99\x51\xd7\xd9\xbb\x9e\x4e\x4f\x47\x3e\xc8\x66\x85\x91\xc8\x88\x52\x61\x24\x4a\x90\x52\x61\x24\x4a\xc1\x52\x61\x24\x8a\x44\xa9\x30\x92\xa9\xef\x0e\x23\x99\x58\xc4\x2a\x8c\x64\x6a\x82\xc3\x48\xa6\x14\x33\x8c\x64\xe2\x82\xad\x30\x92\xa9\xc9\x0f\x23\x99\x60\xb5\x0a\x23\x99\x52\xd3\x30\x92\xa9\x85\x01\x46\x32\x35\xce\x60\x24\xca\x90\x52\x61\x24\x53\xca\x1e\x46\x32\x41\x6e\x15\x46\x32\x61\x08\x15\x46\x32\xa1\xa5\x15\x46\x32\x9b\xae\x43\x3e\x8d\x56\x18\xc9\x24\x8c\xb0\xc2\x48\x54\x8c\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x6a\x44\xc2\x48\x54\x7e\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x2e\xfd\x13\xf9\x04\x19\x70\x2b\x29\xef\x49\x85\xad\x2c\x2d\x21\xb8\x95\xd6\xa5\xbe\x98\x7c\xeb\x56\xab\xd1\xe2\x8b\xc1\x64\x16\xdb\x33\x2a\x4c\x46\xb9\x4d\x2a\x4c\x66\xdd\xea\x0b\xf1\x41\x1a\xe5\x30\x99\x25\xdc\x08\x93\x59\x82\x0c\x30\x99\x25\xa5\x0d\x93\x59\x52\xef\x30\x99\xe5\x75\x5d\xa0\xc5\xd3\x61\x32\x8a\x01\xaa\x30\x99\xa5\x79\x04\x93\x51\x0e\x96\x8a\x5f\x49\x05\xb7\x2a\x7e\xa5\xa5\xd9\x01\xcb\x59\xc2\x9b\xb0\x9c\x77\x51\x84\xe5\x2c\x4c\x31\x15\x96\xa3\xa2\x61\x15\xee\xb2\x8a\x5a\xf4\x1a\xb3\x49\x85\xbb\x28\x7a\xa7\xc2\x5d\x54\xc8\xaa\xc2\x5d\x14\xcb\x53\xe1\x2e\x8b\xfc\x3a\x15\xee\xb2\xb4\x4a\xc1\x5d\x16\x06\xd5\x0a\x77\x59\x82\x67\x70\x97\x35\xf5\x4f\x7a\x3d\x75\xcf\xc1\x9e\x01\xdd\x93\x5e\x8b\x05\x18\x77\x29\x97\xbe\xb4\xf1\x93\x72\xfd\xd3\x70\x51\x8d\xba\x14\xd5\xa3\xaa\x46\x5d\x8a\x02\x6d\xaa\x51\x97\x72\x49\xc7\x18\x75\x29\x17\x84\xb2\x2e\xb6\x2f\x48\x57\x18\x75\x29\x0a\xe5\xa9\xe6\x2c\x2a\x17\xa6\x8a\x6a\xce\xa2\x72\x89\x2e\x18\xad\x29\x97\x96\x41\x73\x16\x95\x4b\x9f\x1d\x67\x91\x2a\x7a\xb5\x0b\x11\xb0\xcb\xb4\x8b\x7e\xf2\x69\xdb\x45\x3f\xbd\xce\xd1\x4f\xd0\x59\xbb\xe8\x67\xd0\x5d\xe8\x67\xd0\x3f\xe9\x67\xd4\x39\xfa\x09\x02\x6b\xec\xe6\x51\x48\x4e\x33\xea\x52\x62\xd5\x3f\xe9\x27\x8b\x5b\xbb\xf4\x19\xd4\x9a\x9c\x1b\xb4\xf8\x0c\x2c\x75\xcd\xa8\x4b\xb9\x40\x6e\xcd\xa8\x4b\xb9\x58\xc0\xda\x8d\x7c\xe0\x9c\x76\x23\x1f\x11\xa9\x8d\x04\xde\x97\x9e\x7e\x23\x5f\xd5\x39\xe4\x6b\x7a\x02\xf2\x61\x52\x69\x37\xf2\x31\x94\xda\x8d\x7c\xa0\x90\x46\x5e\x38\xf7\xe8\x9e\x7c\x07\x96\x9e\x66\xdc\xa5\xdc\x97\xae\x33\xf9\xee\x5b\xad\x49\x4b\xfd\x34\xf9\x6e\xfc\xcd\xcd\xb8\x4b\xb9\x51\x63\xcd\xb8\x4b\x51\x31\xa7\x66\xdc\xa5\x28\x0b\x4a\x33\xee\x52\x6e\x7d\x15\xe3\x2e\xe5\x46\xad\x34\xe3\x2e\x45\xe9\x59\x9a\x71\x97\x72\xe3\xb4\x6b\x6c\x03\x52\xc1\xa6\x66\xdc\xa5\xdc\xfa\x0e\xc6\x5d\xca\x8d\x7a\x68\xc6\x5d\xca\xad\xf7\x69\xdc\xa5\x28\x0e\xa6\x39\xe4\xab\x6a\x21\x5f\xd5\x75\xc8\xa7\xb7\xeb\x90\x0f\xf5\xd0\x3c\xf2\xe9\xed\x7a\xe4\x63\x4b\x44\xf3\xc8\xd7\xf4\x4f\x64\xc0\x6e\xdf\x3c\x32\xb0\xcc\x37\xb6\xfa\xdc\x58\x49\x9b\x47\x06\x20\x4a\x23\x5c\xee\x06\x78\x34\x8f\x0c\xf0\xa8\xe6\x91\x41\xdf\xc8\x23\x03\x0a\xa1\x19\x07\x29\x2a\x22\xd4\x1e\xfa\x09\x28\x69\xc6\x41\x8a\x8a\x0f\x35\xe3\x20\x45\x39\x51\x9a\x71\x90\xe2\x98\xef\xcd\x38\x48\x71\x58\xe3\x9b\x71\x90\xa2\xda\x40\xcd\x38\x48\x71\x2c\x91\xcd\x38\x48\x71\x8f\xae\xcb\xb4\x90\xd6\x38\x48\x51\xd4\x48\x33\xef\x4d\x79\xc7\x99\x79\x6f\x8a\x2b\xba\xce\x64\x70\x5e\xfd\x1c\xfc\x13\xf9\xcc\x7b\x53\x1c\xf0\xa5\x3d\xc8\xc7\x22\xdc\x8c\xbb\x14\xe5\x4b\x69\x01\xf9\x50\xfd\x2d\x20\x1f\xce\xb7\x16\x90\x0f\x36\xd6\x02\xf2\x01\x15\x5b\x40\x3e\xfc\x5f\x2d\x20\x1f\x0b\x74\x0b\xc8\x37\x75\xce\xe4\xf3\x97\xae\x43\xbe\xa5\x7b\x9a\x7c\x1e\x73\x59\x33\xee\x52\x3c\x71\x30\xcd\xb8\x4b\xf1\x9a\x2b\xc6\x5d\x8a\xc7\xf0\xdb\x8c\xbb\x14\x7f\xff\x2b\x85\x7d\x33\x87\x50\x51\xcc\x43\x33\x87\x50\xf1\x90\xb8\x66\x94\xa7\x28\x30\xa4\x19\xe5\x29\x1e\x1d\xda\x8c\xf2\x14\x8f\x16\x6b\x46\x79\x8a\x07\xd5\x35\xa3\x3c\x45\xf1\x10\xcd\x28\x4f\xf1\x38\x1b\x9a\x51\x9e\xe2\x35\x51\x23\xa2\x37\x5d\x87\x78\x20\xa9\x46\x48\x9c\xd7\x0b\x8c\xf4\x13\x1b\x66\x4b\xf4\x13\x9d\xd6\x12\xfd\x1c\x3a\x47\x3f\xc9\x59\xd0\x12\xfd\xc4\x82\xda\x12\xfd\xd4\xe4\x48\xf4\xb3\xeb\x3a\xfa\xa9\x05\xcc\xe8\x50\x79\x30\x39\x34\xa3\x43\xe5\xd1\x20\x37\x3a\x54\x14\x7f\xd1\x8c\x0e\x15\x45\x55\x34\xe8\x90\xa2\x23\x9a\xd1\xa1\xf2\xdc\x7a\x9e\x7d\x22\x15\xd9\x69\x46\x87\xca\x83\x59\xa1\x19\x1d\x2a\xf2\xfb\x37\xa3\x43\xe5\x41\x35\x36\xa3\x43\x45\xe9\x52\x9a\xd1\xa1\xa2\xb4\x27\xcd\xe8\x50\x79\xb0\x7a\x35\xca\xb6\x3e\x1a\x2e\xc6\x79\xca\x83\xe9\xa0\x19\xe7\x29\x8f\xbe\x51\x46\xbe\xa8\xeb\x90\x4f\x93\x31\x23\x5f\xd4\xf3\x98\x62\x38\xae\x5a\x46\xbe\xa4\xbb\x20\x5f\x52\xaf\x91\x0f\xbb\x68\xcb\xc8\x27\x55\x95\x91\x4f\x53\xa5\x20\x9f\x46\x48\x41\x3e\x2c\xa8\x0d\xc7\xce\x23\xa5\x56\x90\x8f\x88\xd4\x66\x8e\x9d\xa2\xfc\x17\xcd\x1c\x3b\x45\xde\xee\x66\x5c\xa9\xc8\x9f\xde\xcc\xb1\x53\xe4\x33\x6f\xe6\xd8\x29\x41\x53\xda\xb8\x52\x09\xc4\xdd\x34\xe3\x4a\x45\x9e\xf7\x66\x5c\xa9\x84\xaa\x7b\x4e\x5a\xc8\x60\x5c\xa9\x28\xab\x45\x33\xae\x54\x02\xce\xa2\x66\x5c\xa9\xc8\xdd\xdd\x8c\x2b\x95\x00\x46\x6f\xc6\x95\x8a\x72\x5c\xb4\x37\x4f\x1b\x7d\xa9\xc8\xa0\xd1\x5a\x91\x01\xc2\xdc\x2a\x32\x74\x3d\x0f\x19\x70\x9a\x37\xb6\xfa\x04\xfc\x04\xcd\xb8\x52\x09\x5a\xe6\x2b\xf2\x0d\x5d\x87\x7c\x5a\xe6\x2b\xf2\x69\xe6\x54\xe4\x93\x0a\x37\xae\x54\xa2\x46\x9d\x71\xa5\x12\x31\x6d\x35\xe3\x43\x25\x82\x8b\x9b\xf1\xa1\x12\x41\xc2\xcd\xf8\x50\x51\xe5\x97\x66\x7c\xa8\x44\x2d\xb4\xc6\x87\x4a\xd4\x98\x30\x3e\x54\x94\xe3\xa2\x19\x1f\x2a\xaa\xfc\xd2\x8c\x0f\x15\x55\x7e\x69\x0d\x48\x14\x74\x4f\xc2\x63\xb1\xe2\x37\xe3\x43\x45\x39\x2e\x9a\xf1\xa1\xa2\x6c\x18\xad\x21\x03\x5e\x98\xd6\x91\x01\xc3\x4c\x33\x3e\x54\xa2\xd4\x43\xc7\x81\x88\xd7\xa7\x75\xe4\x93\x2a\xee\xc8\xa7\x51\xd0\x91\x41\xab\x54\x47\x06\x29\xe6\x8e\x0c\x98\x69\x5a\xa7\x9f\x44\x5f\xb5\x4e\x3f\xa5\x98\x3b\xfd\xfc\xa5\xb4\xff\xbe\x24\x77\x44\xd0\x20\x18\x72\x7c\xa8\x85\x08\xfa\xb4\x46\x79\x8a\x7c\xd8\x6d\x20\x82\x06\x08\x89\xb1\xe5\xd1\x6e\x46\x79\x8a\xf2\x51\x34\xa3\x3c\x45\xde\xf5\x66\x94\xa7\xc8\xbb\xde\x8c\xf2\x94\xa4\xc5\xcd\x28\x4f\x49\xc2\xc5\x24\xc6\x96\x3f\xbd\x19\xe5\x29\x2a\x11\xd3\x8c\xf2\x14\x95\x88\x69\x46\x79\x4a\x92\x6e\x32\xca\x53\x94\xf1\xa2\x99\x63\xa7\x24\x48\x7f\x33\xc7\x4e\x49\x42\x75\xe6\xd8\x29\x09\x8c\xde\x26\x56\x59\x2d\x67\x13\x19\xa0\x58\x6d\x22\x83\x34\xff\x44\x06\x0d\xcf\x89\x0c\x42\x0c\x13\x19\x34\xe8\x26\x32\x68\x19\x9c\xc8\x20\x34\x31\x91\x41\xc3\x0c\x02\x24\x9f\x79\x33\x02\x14\x14\xdb\xd9\x20\x40\xca\xb7\xd1\x16\x32\x60\xa1\x6a\x0b\x19\x08\xe8\x6a\x90\x23\xd5\x7a\x69\x30\x20\x15\x9a\x69\x30\xa0\xa4\xa5\x0e\x06\x94\xb0\x53\x36\x18\x50\x22\xdc\xbe\xc1\x80\x94\x7d\xa3\xc1\x72\x92\xf0\x0a\x2c\x27\x69\x01\x83\xe5\xa8\xee\x4c\x5b\xc8\x00\x85\xec\x17\xfd\xec\x6a\xd1\x4f\x8c\x0c\x1d\x06\x94\x50\x86\x1d\x06\x24\xaf\x7c\x87\x01\x29\x8b\x46\x87\x01\x25\xb6\x73\x77\x18\xd0\x62\xf2\x77\x18\x90\xbc\xe4\x9d\x6d\x39\x4a\x14\xdf\x61\x40\x69\xe9\x79\xc8\x40\xee\xbe\x0e\x03\x92\x07\xbd\xc3\x80\x94\x7d\xa3\xc3\x80\xb2\x57\xcf\x6c\x2c\x65\xc6\x52\x87\x01\xc9\xc1\xdd\x61\x40\x99\x68\x8c\x0e\x03\xca\xec\x75\xeb\x30\x20\x55\x9a\xe9\x30\xa0\xac\x5e\xc3\x80\x32\x4b\x56\x87\x01\xc9\x19\xdd\xe1\x35\xca\xd3\xd1\x6f\x52\xc3\xc3\x10\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x6e\xdd\x0e\xaf\xc9\x4d\x4f\xa7\xd7\x78\x6f\x3a\xbc\x26\xeb\xab\xc0\x6b\x94\x8b\xa3\xc3\x6b\x32\x48\xb1\xc3\x6b\x32\xa6\x98\x0e\xaf\x29\x97\xae\x0b\xb4\xf4\x4f\xfb\x2a\xca\x8d\xd1\xe1\x35\xe5\xd6\xf3\x32\x2d\xde\x27\xbc\x46\xb5\x49\x3a\xdc\xa5\xe8\xed\xc2\x5d\x0a\x1e\x93\x0e\x77\x51\x16\x8d\x0e\x77\x29\x60\xd1\x0e\x3f\x29\xcc\xbf\x6e\xbe\x95\x52\x98\x7f\x1d\xdf\x4a\x01\xcd\x77\xb8\x4b\x01\x79\x77\xb8\x4b\xd1\x9b\x87\x9f\xc8\xc9\xdb\xe1\x27\xca\xa9\xd1\x3d\x7d\x21\x85\x55\x87\x83\x14\x54\x71\x87\x83\x14\x8d\x33\x38\x48\x81\xc9\x74\x38\x88\x8a\x77\x74\x38\x48\x01\x2a\x76\x38\x48\x19\xff\x32\x5c\x74\x68\x46\x59\xba\x65\xa3\xa5\x9b\xd8\x2b\xab\x64\x9b\xea\xd0\x8c\xaa\x81\x0c\xcd\x50\xbd\x8c\x0e\xcd\x28\x68\xdb\x0e\xcd\xa8\x2c\x91\x1d\x9a\x51\x41\x83\x1d\x9a\xa1\xac\x16\x1d\x9a\x51\xf5\x02\xa1\x19\x55\xaf\x1a\x9a\x51\x89\x76\xec\xd0\x0c\xe5\xbf\xe8\xd0\x0c\x65\xca\xe8\xd0\x8c\xaa\xd7\x09\xcd\xa8\xa8\x95\x0e\xcd\x90\x27\xb5\x43\x33\x94\x37\xa3\x43\x33\x2a\x9a\xb8\x43\x33\x54\x13\xa3\x43\x33\x6a\xd4\x3d\x17\x2d\x06\x0f\x5c\x42\x19\x36\x3a\x5c\xa2\x6a\x52\xc1\x25\x2a\x08\xb3\xc3\x25\x2a\x28\xab\xc3\x25\x94\xf1\xa2\xc3\x25\xaa\x3e\x34\x5c\xa2\x76\x9d\x43\x3e\x08\x57\x87\x4b\xa8\x46\x45\x87\x2f\x28\x03\x45\x87\x2f\x54\x2c\x5b\x1d\xbe\x20\x27\x68\x87\x2f\x54\xd2\x00\x75\xf8\x42\xc5\xce\xd5\xe1\x0b\x72\x7b\x76\xf8\x82\x9c\x99\x1d\xbe\xa0\x6a\x16\x1d\xbe\xa0\xec\x14\x1d\xbe\xd0\x34\xc5\xe0\x0b\x72\x5f\x76\xf8\x82\x6a\x54\x74\x38\x41\xc3\xdb\xdd\xb3\xaa\x59\xf0\x76\xc1\xef\x0d\xf5\xd7\xc1\xef\xaa\x3c\xd1\xc1\xef\x72\x27\x76\x30\x7a\x63\x1b\x50\x07\xa3\x37\xcc\x1f\x1d\x8c\x2e\x67\x5f\x07\xa3\xb7\xa2\xbb\xd8\xf7\x53\x3d\x89\x0e\x46\x6f\xd8\xb5\x3b\x58\xbb\xa1\x56\x3a\x58\x5b\x19\x1a\x3a\x58\xbb\xe9\x3b\x80\xb5\x1b\xf8\xb6\x83\xb5\x1b\x48\xb8\x17\x64\xd7\x72\x56\xe8\xa7\xbe\x18\x58\xbb\x61\x83\xee\x60\xed\xa6\xd9\x01\xd6\x6e\xb0\xb1\x0e\xd6\x6e\x43\xad\x9b\x73\xf4\x13\xac\x2d\xc7\x63\x07\x6b\x37\x29\xa0\x8a\x0c\xfa\x7e\x60\xed\x46\xe6\x91\x0e\xd6\xee\x18\x27\x3a\x58\x5b\xb9\x23\x3a\x58\xbb\x6b\x31\x05\x6b\x2b\x07\x44\x07\x6b\x77\x29\x27\xb0\x76\xd7\x77\x07\x6b\xab\xbc\x44\x07\x6b\x77\x2d\xc2\x60\xed\x7e\xa9\x9f\x8b\x16\xcf\x03\x6b\x77\x2d\xa6\xe6\x97\x28\x2a\x4b\xd1\x1b\xf2\x69\x84\x80\xc3\x55\xa4\xa2\x83\xc3\xbb\x16\x6f\x70\x78\x07\x4a\x75\x70\x78\xc7\x97\xd3\xc1\xe1\x5d\x23\x0b\x1c\xde\xa5\x0c\xc1\xe1\x5d\xeb\x04\x38\xbc\xc3\xd4\x3a\x38\x5c\x99\x32\x3a\x38\xbc\x47\xdd\x13\xf9\x92\xee\x82\x7c\x38\x5d\x3b\x38\xbc\x13\x4c\xd0\xc1\xe1\x9d\xa0\xd0\x0e\x0e\xef\xfa\x0e\xe0\xf0\xa1\x77\x0d\x0e\x1f\xbf\xde\xe0\xdf\x97\x64\x20\x7a\xd7\x24\x36\x97\x45\x19\xd2\x85\xe6\xb2\x28\xca\x59\xd0\x81\xef\x03\xbc\xd9\x81\xef\xc3\xe9\x9c\x89\xae\x3d\xef\xdd\x5c\x16\x65\x38\xdd\xc5\x44\x57\x75\x89\x0e\xb4\x1f\x9a\x8c\x40\x7b\xe5\x3a\xe8\x40\x7b\x55\x82\xe8\xe0\xf7\x01\x41\xef\x86\xdf\x8b\x32\x18\x74\xf0\xfb\xd0\xab\x06\xbf\x2b\x83\x41\x07\xbf\x0f\x10\x6d\x07\xa3\xab\x4a\x44\x07\xa3\x0f\x4d\x70\x30\xfa\x90\x0e\x05\xa3\xab\x4a\x44\x07\xa3\x2b\xbb\x41\x07\xa3\x2b\x2f\x41\x07\xa3\x0f\x08\x73\x07\xa3\x2b\x33\x40\x07\xa3\x8f\xa8\x7e\x22\x03\x58\xb4\x83\xd1\x47\x51\x0b\x19\x08\x6d\xeb\x13\x19\x08\x4e\xea\x13\x19\x08\x39\xea\xe0\xf7\x21\x9c\x03\x7e\x1f\x78\xad\x3b\xf8\x7d\x40\x9f\x3b\xf8\x5d\xf9\x05\x3a\xf8\x5d\x2e\xd8\x0e\x7e\x57\x75\x89\x0e\x7e\x97\x43\xb6\x83\xdf\xe5\xc8\xed\xe0\x77\xd5\x85\xe8\xe0\xf7\x41\x82\xa2\x3e\x91\x4f\x4a\x1b\xfc\xae\x6a\x16\x1d\xfc\x3e\x84\x68\xc1\xef\x43\xca\x02\xfc\x3e\x96\xce\x99\x0c\x13\x4b\x68\x07\xa3\x4f\xcc\x1f\x1d\x8c\xae\xad\xf3\x1d\x2f\x85\xb6\xb9\x77\xbc\x14\x72\x4a\x76\xf0\xfb\x24\x2c\xac\x83\xd1\xb5\xb1\xbd\x5b\xf0\x55\x99\x45\xf7\xa4\x7a\x0d\x4b\xf2\x00\xbf\x4f\xb6\x7a\x0f\xf0\xbb\x4a\x1e\x0c\xf0\xfb\xe4\x3b\x0c\xf0\xfb\xe4\x7d\x0e\xf0\xbb\xdc\x90\x03\xfc\x3e\xab\xee\x02\xcf\x88\x7a\x02\x32\x60\x72\x18\xa0\xf2\xc9\xb2\x3b\x40\xe5\x73\xe8\x9c\xb2\x20\x4f\x5a\xf4\x7a\xe8\x9e\xf4\x9a\x88\xa0\x01\x2a\x9f\x98\x1c\x06\xa8\x7c\x62\xc8\x1b\xa0\x72\x95\x43\x18\xa0\xf2\x89\xf2\x1d\xf8\x1e\x26\x0c\x76\xb0\xc9\x3e\x62\x41\x1d\xa0\x6b\x39\x17\x07\xe8\x7a\xb1\x0c\x0e\xd0\xf5\x02\xa7\x0e\xd0\xb5\x5c\x78\x03\x74\xbd\xf0\x1a\x0c\xd0\xf5\xc2\x78\x36\x40\xd7\xda\xf0\x3f\x40\xd7\x0b\xaf\xc1\xc0\xde\xbf\xa2\xee\x49\xcc\x43\xd4\x5d\xec\xbd\x2c\x4c\x1c\x03\xcc\xbc\x92\xee\x49\xcf\x58\x22\x07\x98\x79\xf1\x6d\x07\xf6\x7e\xb9\xfe\x06\xf6\xfe\x85\x51\x6a\x18\x9e\x0e\x99\xad\x6f\x83\x3a\x30\x85\x98\xe5\x01\x9e\xbe\x98\xef\x43\x29\x84\x59\x27\x86\xe1\x69\x27\x33\xcd\x30\x45\xe9\x3d\x38\x7c\x98\xa2\xf4\x1e\x15\x37\x4c\x51\x7a\xd9\x8b\x87\x29\x4a\xaf\xaa\xec\xc3\x14\xa5\xf7\xc0\x97\x61\x8a\xd2\x5b\x4d\xf8\xbf\x2e\xc9\xc3\x74\xa8\xd7\xc6\xc5\x61\x3a\xd4\x7b\xac\x9d\xc3\x74\xa8\xf7\x2c\x60\xc3\x74\xa8\x57\xd2\xec\x61\x3a\xd4\xfb\x4b\x0f\xef\x3c\x4e\xd7\x0d\x5a\xba\xe7\xa4\xd5\x68\x2d\x3a\xcd\x67\x30\x1d\xea\x65\x9f\x1e\x8d\x4e\xb3\xf4\x8c\x46\xcf\xf0\xbc\x0f\xd3\x7e\x5e\x15\x0f\x86\x69\x3f\xaf\x1a\x07\xc3\xb4\x9f\xbb\x31\x63\x8c\x46\xcf\xba\xfe\xd9\xed\x9c\x86\x99\x29\x20\xef\x30\x55\x8c\xce\x2b\xc3\x86\x39\x3a\x4f\x67\xf2\x8f\xce\xd3\x21\xfd\xc3\x14\x90\xd3\x66\xd6\x61\x0a\xc8\xc9\x29\x32\x4c\x01\x39\x07\x52\x1c\xa6\x80\x9c\xd3\x04\x37\x05\xe4\x1c\x64\x6c\x98\x02\x72\x4e\xbd\x36\x05\xe4\x1c\x11\xc5\xc3\x94\x4c\x50\x9d\xeb\x81\x92\x51\x2c\xf0\xa0\x7a\xda\xc4\x39\x35\x86\xf0\x83\xae\xa3\xe4\x0e\x2a\x75\xc8\x2f\xde\xf5\x4f\xca\x76\xe9\x9d\x99\x02\x0a\x5e\x8b\x8d\x29\xa0\x91\xa3\x1f\x2a\x04\x35\x4c\x09\x85\x77\x18\xa2\x84\x14\x55\x3c\x48\xed\x22\x37\xde\x50\x04\x30\xfe\x80\x21\x25\x44\x2a\xcf\x41\x04\xb0\xb2\x42\x0c\x2a\xa8\x29\x17\xc2\xa0\x82\x9a\xc3\x92\x3f\xa8\xa0\x26\xfb\xe0\x30\x25\xb4\x14\x33\x3a\xf0\xa2\xcb\x0a\x3e\x64\x44\x22\xe6\x63\x98\x12\x0a\x91\x68\x8d\x61\x4a\xc8\x2b\x4d\xd0\x98\xca\x34\xa1\x27\x90\x2d\x43\xef\xc6\x94\x50\x58\x04\x6e\x0d\xf2\xb7\x14\x90\xd6\x30\x25\xf4\x2c\x2d\x7e\xa6\x84\x82\xc7\x7e\x3d\x30\x22\x5d\x44\x6b\x8c\xa9\xd8\x0d\xfe\x69\x4a\x28\x84\xa6\xd6\x6d\xef\x34\xcd\xd1\x51\x4b\xc3\x14\x51\xe8\x9a\x41\xaf\x21\x09\x39\xc8\xe1\xa2\x18\xeb\x41\x65\xb6\x1b\x94\x36\x4c\x49\x8d\x1c\xe2\xe8\xef\xbf\xc9\xf1\x02\x17\x1b\xda\x7b\x09\x08\x19\xeb\xe7\x5b\xce\xa5\x23\x26\xeb\xa5\xf9\x68\xc6\xa6\x50\xa5\x20\x28\xc3\xe6\xb5\xd8\x49\x91\x69\x9c\x13\x45\xac\x1a\x7e\xc3\x14\x59\x18\x70\xa7\xa9\x7a\xd9\xcc\xd5\x49\xbd\x6c\xa9\xb5\x29\x45\x06\xd3\x98\x28\xb2\x01\xfe\x9c\xe4\x80\x09\xcc\x96\x79\xc9\x0d\xaa\x7b\x5a\x0d\x17\x45\x57\x4f\x4a\xb4\x69\x73\xca\x24\x8a\x38\x30\x5e\x27\x86\xa8\x86\xb5\x7c\x62\x88\xd2\xb6\xe9\x49\x62\x4d\xdf\x75\x97\x6e\x5f\x6f\xe9\x79\xf6\x2d\x15\x72\x38\xe5\x8a\xc7\xaf\x35\x4d\xe5\xf1\xbd\x50\x90\x93\xc4\x9b\x57\x52\x4b\xf9\x78\xb8\x13\x6a\x4f\xc9\x1f\x26\x65\xda\x22\xb0\x65\x9a\x31\x6a\x29\x72\x79\x12\x2e\x1c\x00\xa8\x93\x70\xe1\xa0\xb7\x68\xee\xf8\xf0\xa0\x4a\xa7\xb9\xe3\x83\x29\xdd\xbf\x2e\xd3\x93\x0a\x6e\xda\xb6\x30\xdf\xed\x99\x9e\x16\x5e\xe0\xaa\x4e\x63\x4b\x2c\x7a\x80\xf6\x25\xf1\x4a\xd1\xb9\x89\x18\xbd\x89\xce\xbd\x88\xb4\x9d\x4a\x6c\xc3\x14\x98\x54\x70\x7b\xc0\x92\xd3\x29\x58\x84\xeb\x88\x32\x56\x45\xeb\x49\x19\xee\xa7\xe9\x3a\x1b\xc6\x19\xda\x35\x49\x6c\x73\x33\x39\x27\x89\x6d\xee\xa4\xbb\x10\x65\xac\x4f\x61\x16\xad\x20\xe7\xc4\x44\x73\x5f\x7a\xf1\xa6\xb9\x83\x03\xb1\x4d\x2a\xb8\xc9\xad\x37\x49\x6c\x13\xb0\xb5\x4d\x34\xf7\x15\x74\x17\xcc\x09\x20\x85\x49\x94\xf1\xcd\xa4\x9e\x68\x6e\x05\x56\x4d\x34\xb7\x12\xd2\x4f\x34\xb7\x42\x6a\xa6\xd7\xa7\xe5\x4d\x10\x65\x1c\x41\xa4\xd3\xc7\x9f\x01\x94\x75\xad\x82\x7a\x74\xad\x95\x21\x52\x96\xdc\x89\xa5\x4c\x31\xb4\x93\x2a\x6e\x15\x4b\xe7\x24\x69\x67\x07\xa3\x4e\x22\x8d\x95\x3c\x75\x92\xb4\x53\x93\x79\x5a\xa4\x71\x50\xe4\xc0\xa4\x8a\x9b\x94\xf2\xa4\x8a\x5b\x61\xa2\x4f\x2c\x6c\xda\x60\x3f\xcd\xc2\xb6\x14\xda\x3f\xa9\xe2\xf6\xb0\x30\x4d\x2c\x6c\x37\x35\x52\x26\x55\xdc\x1e\x48\xfd\x34\x2f\xff\x52\x86\xd9\x69\x5e\xfe\x90\xf5\x65\xf0\xf2\xe7\xa0\x27\xd8\x37\xcc\xb8\x43\xa7\x99\xdf\x78\x37\x49\xbd\x63\x1b\x38\x16\xbf\x49\x24\xb2\x16\xca\x69\x26\xb8\x90\x31\x7f\x4c\x92\x81\xaa\x48\xed\xc4\x04\xa7\x28\xd7\x49\x32\x50\x25\x0c\x9a\x41\xa5\x96\x78\x6f\x66\x82\x0b\x4a\x96\x3e\x83\x22\x82\xb8\x0b\x26\xb8\x77\x64\x06\x45\xcc\xa8\x45\x34\xf5\xa5\xbb\x50\x8a\x48\x7d\xa1\x92\x5b\xd1\x02\x42\x32\xd0\xa2\xd1\x1e\x50\x99\x5a\x78\x48\x06\xea\x34\x86\x31\xc1\x5d\x98\x0a\x67\x20\xbf\x2f\xa6\x91\x19\xf0\x4b\xe0\x36\x9b\x4a\x14\x0a\xee\x9f\x94\x6b\x5b\xfa\x32\x51\x11\x25\x6a\x99\xca\xf4\x1a\x33\x94\x6b\x53\x8c\xc5\x24\x82\xb9\x12\x61\x35\x29\xd7\x96\xd4\x33\x12\x85\x56\xcd\x74\x4c\x70\x17\x9b\xec\xa7\x99\xe0\x42\x2d\xba\x8e\x68\x71\xa7\x73\x26\xdf\xd4\x17\x23\x51\xa8\x22\xc1\xa6\xb9\xfa\x97\xcc\x81\x93\xe8\xe6\xf0\xf6\x8c\x1c\xe1\x55\xff\x34\x35\x52\x71\x46\x4f\x33\xeb\x05\xa5\xfd\x9a\x94\x72\xeb\x98\x85\x26\xfb\x3b\x1f\x8d\x35\xcc\x7a\x19\xd0\x31\x31\xeb\x75\xcd\x66\xcc\x7a\x93\xb8\x9b\x69\x66\xbd\xa0\x98\xa3\x89\x59\xaf\x48\x8d\x28\x51\x28\x20\x6f\x2a\x0c\x80\x9d\x92\x93\x52\x6e\x37\xa6\x9f\x49\xa2\xd0\xf8\x3e\x81\xfa\x2a\xff\x4c\xdc\x39\xc9\x21\x7a\xe3\xb5\x9e\x04\x4c\x5f\x97\x3a\xad\x0c\x0d\xbc\x24\x8b\x10\x58\xaa\x3b\x3d\x2d\x0a\x60\x15\x70\xcc\x54\xc9\x6d\xdd\x25\x6b\x7f\x20\x2f\x3e\x7f\x96\x99\x4b\x47\x6c\x1a\x2a\x94\x69\x5a\x24\x80\xf4\x98\xee\x5d\x7e\x8e\x40\x08\xa6\x59\x1b\x43\xf0\xba\xa2\xd1\xd2\xbf\x4d\x63\x06\x0d\x4e\xb3\x36\x86\xa8\x97\x49\x8d\xed\xa8\x4f\x69\xd6\xc6\x90\x35\xc8\x2c\x22\x20\x54\x3c\xe6\xb3\x80\x7e\x9e\x38\x26\x58\x78\x16\xa1\x1f\xfd\xdb\xdb\x87\x87\xf4\x4c\x2a\xbb\x5d\x78\x72\x27\x95\xdd\x3c\x76\xe7\x49\x65\xb7\x47\x53\x9c\xca\x6e\x01\xd2\x33\xa9\xec\x16\xb0\x7e\x4e\x2a\xbb\xc9\x71\x36\xa9\xec\x96\x96\x9e\x6e\x95\xdd\x54\xb8\x7f\x52\xd9\x4d\x89\xdc\x27\x95\xdd\x54\x38\x72\x9a\x15\x73\xe4\x70\x8d\x05\x36\x9d\xe5\x07\x19\x0c\xb0\xfb\x24\x49\xa8\x72\x74\x4c\x92\x84\xaa\xd2\xca\xac\xaa\xbb\xc2\xe0\x27\x49\xa8\xb2\x1e\x4c\xd5\x4c\xc0\x76\x3b\x49\x12\xaa\x24\xf1\x93\x24\xa1\xca\x98\x3d\xeb\x9e\xcf\x7a\x92\x24\x54\x39\x7a\x27\x25\x14\x94\x3c\x75\x2a\x49\x68\x55\x5f\x48\xc2\x28\x39\x49\x12\x3a\xde\x73\x63\x4b\xfa\x38\x49\x12\xaa\x6c\x6e\xf3\x2b\x41\xcf\x54\x82\x1e\x7c\xf0\x93\x28\x6b\x39\x4e\x27\x51\xd6\xe2\x73\xb3\x29\x3b\x0a\xf2\x11\x65\x1d\xb4\xb4\x10\x65\x1d\xbc\xee\xc9\xb6\xdd\xac\xbb\xb0\x6d\xf7\xbd\x27\x7b\xd9\x34\x33\x88\xb2\xd6\x1e\xb8\xd9\xb4\xc9\x48\x77\xd1\x26\x1c\xde\x12\x51\xd6\x8a\xe6\x9f\x8a\xb2\xc6\x0e\x39\xdb\xdc\x62\x92\x67\x5b\x5b\x9c\xec\xec\x0a\xb4\xa4\x9f\x58\x33\xdf\x25\x9e\x5a\xdc\x0a\x48\x9b\x58\x33\x6f\x4c\x5e\x13\x93\xa5\x22\x46\xa6\x4a\x2f\x48\x19\x60\xb2\x94\x8b\x7c\x62\xb2\x94\x93\x7a\x62\xb2\x94\x7b\x79\x62\xb2\xcc\xef\x3f\xb1\xa8\xeb\xcd\x63\xb2\x6c\x9a\x09\x98\x2c\x65\x0b\x9f\x98\x2c\x65\x04\x9a\x98\x2c\x65\x7c\x98\xc6\x18\x9d\x42\x5c\xa7\x31\xc6\xa5\x6a\x96\xd3\x18\xa3\x57\x52\xb1\x69\x8c\xd1\xbd\x0b\xb7\x31\x46\x77\x09\x08\x18\x63\xf4\xca\xa3\x37\x8d\x31\x3a\x05\xed\x4e\x63\x8c\x4b\x51\xcf\xd3\x18\xa3\x7b\x61\x88\xb1\x45\x77\x61\xe1\x9e\xc6\xec\x96\x2a\x4f\xce\x49\x5f\xa4\xde\x8c\x4d\xad\x25\xf0\x68\x6c\xca\xbf\x4a\xd9\xd8\x94\xbf\xf0\x8f\x4c\x63\x53\xfe\xc2\x67\x36\x8d\x4d\xf9\x0b\x86\x36\x8d\x49\x79\x85\xf7\xce\x85\x7c\x51\xd7\x19\xab\xb7\x4c\xe9\x7f\x5f\xaa\x8d\x64\x79\x25\xc0\x9b\x0b\xd1\x35\x24\x8c\x60\xf9\x4b\x0b\xc4\xc2\xdc\x80\xf1\x61\x2e\xcc\x0d\x42\x0b\x46\xae\xfc\xa5\x25\xd1\xc8\x95\xbf\xaa\xee\xd2\x69\xa9\x9b\x66\x08\xb9\xb4\xe0\x2f\x44\x9f\x6a\x21\x3a\x16\xb6\x75\x21\x3a\xa6\xf7\x75\x21\x3a\xee\xad\x75\x3d\x9b\x45\x68\x5d\x61\xb3\x08\xad\x2b\x6e\x16\xa1\x75\xa5\xcd\x22\xb4\xae\xbc\x59\x84\xd6\x55\x7e\x2c\x42\xbf\x5a\x75\x33\xfb\xac\xab\x6d\x66\x9f\x75\xf5\xcd\xec\xb3\xae\xb1\x99\x7d\xd6\x35\x37\xb3\xcf\xba\xd6\x66\xf6\x59\xf7\xb5\x99\x7d\xd6\x7d\x6f\x66\x9f\x75\xbb\xcd\xec\xb3\x6e\xbf\x99\x7d\xd6\xad\xcc\x5d\xba\x0b\xa9\x91\x08\x61\x5a\xc6\x6d\x42\x0c\xba\x67\xdf\x4c\x18\x8b\xa4\x9d\xca\x68\xb6\x54\x9d\x1a\x5a\xbb\x48\xda\xd9\xd0\xec\x0b\x7b\xa2\x6a\x42\x2c\xb8\x8d\xb2\x7a\x2d\xb8\x4d\x61\x3a\x2c\xec\x89\x62\x48\x8b\xa4\x9d\x62\x2c\x8b\xa4\x9d\x15\x06\xb1\xe0\x36\xad\xea\x9c\x29\x29\x05\x30\x2e\xb8\x8d\x90\xee\x22\x69\xa7\x10\xe4\x32\x6e\x13\x3c\xcc\x63\x39\x25\x5f\x57\xcf\x08\xe6\xc7\x00\xb6\xe0\x36\x72\xf1\x2c\x27\x33\x04\x6f\xd0\xb8\x4d\xf0\x4c\xe9\xe5\x31\x43\xe8\xbd\x18\xb7\x09\x11\x15\xb0\x64\x95\xbc\x75\xce\x94\x70\xc1\x4d\xb5\x8c\xdb\x84\xae\x77\x6d\xdc\x26\x4c\x54\xe0\x32\x6e\x13\x26\x36\xfb\x45\x75\x6a\xc7\xb4\x5d\xf0\x9a\xd8\xd5\x32\x25\x2c\x07\xda\x52\x75\x6a\x8d\x02\xaa\x53\xab\x1c\xef\xf2\x7b\xb1\x85\x05\xaf\x51\x92\xf8\xe5\xe7\x96\x40\x74\xb1\x83\x52\x89\xa7\x16\x3b\x28\x95\xed\x62\x3d\x7b\x3e\x86\xf5\xec\xf9\x18\x16\x91\x03\x72\xd0\xaf\xe7\xd9\xac\xe6\xcb\x78\xcd\x52\xbd\xed\x05\xaf\x59\xb0\x8a\x65\xbc\x66\xad\x4b\x77\xf9\x25\xdf\xad\x5a\x9a\xcb\x78\x8d\x0b\x92\xd6\x78\x8d\x0b\x4d\xd7\x99\xb9\xef\x56\xaf\x1f\x8c\x8d\x9a\xc5\xc6\x69\xdc\x8d\x29\x6c\x19\xa7\x71\xf7\xd4\x3d\x97\xdd\x05\x3e\xbf\x8c\xd3\x38\x65\x94\x59\xc6\x69\x5c\x84\x63\x2d\xe3\x34\x2e\x02\x9b\x96\x71\x1a\x17\x35\x96\x02\x2b\x03\xf6\xe7\x15\x58\x19\xde\x7b\x32\xfb\xf5\xae\x8d\xb7\xb8\x1b\xd5\xb8\x02\xb3\x1f\x1b\xc1\x0a\xcc\xfe\xa6\x73\xcc\xfe\xa6\xbb\x30\xfb\x9b\xfa\xc2\xec\x87\xfd\xac\xc8\x9c\x86\x89\xae\xc8\x9c\x2e\x3a\x47\xcf\xc6\xbf\x12\x7a\xae\x48\xa7\xa1\x03\x2b\x7e\x2d\x67\x91\xe5\xec\xd6\xb9\xaf\xe5\x2c\xb2\x9c\x69\x02\xc4\xaf\xe5\x2c\xb6\x7d\x21\x8a\x7d\x5f\xc0\x22\x02\x3d\x7a\x02\x02\x81\x8a\x57\x5c\xfb\xb2\x94\x58\xce\x40\xf2\x2b\xb1\x9c\x81\xd5\x56\xd2\x72\xc6\x3d\x13\xa2\x43\x42\x57\x42\x74\x5c\x97\x2b\x85\xcd\x1a\xbd\x92\x6c\xcc\x4c\x2a\x23\x2a\xaf\x6d\x7a\x19\x51\x71\x51\xc3\x3a\xa1\x72\xb4\x24\x27\x54\x8e\x53\x5f\x7e\xc9\x77\x49\xc9\x2c\x23\x2a\x97\x2a\xe7\x2e\x63\x23\xd7\xe5\xaf\xeb\x02\x5f\x2c\xc3\xc1\xde\x69\x39\x37\xec\xe1\x1d\x1a\x77\x75\xce\x41\xdb\x96\x61\x0f\xaf\xe0\xfb\x65\xd8\xc3\x3b\xf6\x1c\x2e\xc3\x1e\x5e\x89\x26\x97\xb9\x4b\xbd\x12\x4d\x2e\x73\x97\x7a\x07\xa1\x5c\x86\x4b\xbc\xd3\x1b\x36\x5c\xe2\x9d\x16\x31\x70\x89\x93\x54\x43\xd6\x78\xbe\xa1\xe1\x12\xef\xf4\xf6\xc1\x25\x4a\x5e\xb9\x0c\x97\x78\x47\xbc\xc0\x32\x5c\xe2\x9d\x86\xa1\xe1\x12\xef\x34\xc9\x07\xf2\xe9\xdd\x0c\xe4\x03\x57\xae\x81\x7c\x70\xac\x35\x90\xaf\xea\x9e\xc8\xa7\x29\x31\x90\x0f\x37\xeb\x9a\xc8\x87\xb3\x6f\x4d\xe4\xc3\xbd\xb7\x26\xf2\x81\xef\xd7\x44\x3e\x4c\x71\x6b\x22\x9f\xbe\xcc\x44\x3e\x8d\x74\xb3\x62\xbb\x57\x95\x99\x15\xdb\x29\x73\xe0\x32\x2b\xb6\xf3\x40\x8a\x65\x56\xec\xa5\x6a\xee\xcb\xac\xd8\xce\x4b\x5a\xb3\x62\x3b\xff\x3e\xaf\xd3\x52\xaf\xc7\x7e\x9d\xa1\xa9\x4f\x2b\x7c\xb5\xe4\x77\xe1\x2e\x4b\x1e\x21\xbe\x8a\x01\xa1\xeb\xc2\x6a\xbe\x0c\x08\x5d\x57\xd3\x3f\xb5\x8c\xf0\x76\x01\x42\x1e\x90\xb4\x00\x42\x5e\x4a\x7d\x31\x2a\x93\xbf\xae\x18\x2e\xe1\xb6\x65\x80\xe8\xba\xe2\xb8\xae\x58\x2e\x59\x65\x17\xc0\xc8\x59\xb6\x18\x77\x5d\x5a\x64\x32\x2d\x8f\x3f\x65\xd0\x7a\xb0\xd3\x5f\xb4\x34\x7e\xd4\xd2\x58\x4e\xb4\xf8\xd6\xa6\xbe\xdc\x65\x20\xc6\xa5\x4a\xcb\xa0\x89\x23\x3d\x9a\xbb\x6e\x2d\xb0\xdc\xc5\xec\xba\x2e\x5a\xac\x94\x01\x68\x6b\x79\x5a\xb8\xed\xcc\x7f\xe1\x2e\x03\x2a\x2e\xde\xf4\xda\xc0\x88\xa3\xf2\xa0\xbb\x6e\x49\xc4\x13\x0c\x8c\xb8\xc7\x78\x89\xbb\x0c\x70\xac\x75\xf3\x3c\x03\x1c\x9f\x16\x70\xf5\x52\xcb\xee\x19\x32\xf7\x74\x28\x90\xcc\xf3\x0c\x00\xb8\x90\x79\x2f\x06\x00\x5c\xb0\x04\x00\xee\xf2\xc8\x67\x61\xa8\xee\x32\x00\xe0\x88\xb8\x77\x97\x01\x00\x67\x95\x2a\xff\xb6\x4c\xbb\xcb\xa3\x03\xf5\xaa\x3d\x3a\x30\xd2\x15\xd3\xf1\x2e\x04\x9d\xeb\xb4\xd4\xb1\xc1\x3f\xf5\x38\x44\x88\xbc\xf8\x87\x6e\x4e\x5e\xee\x43\x37\x4d\x3b\xbb\xeb\xa1\x9b\x9d\x27\x98\x1e\xbf\x40\x26\xee\x22\xb0\xef\x32\x25\xe1\x2e\xac\x8a\xab\x21\x9e\x69\xe0\xc5\xf6\x52\x77\x3d\x0c\xbb\xa6\xeb\xc0\xdf\x37\x9f\xef\x01\x7f\x17\xfe\x19\xc0\xdf\x85\xbb\x04\x51\x2b\x9e\x10\xa0\x33\x17\x12\x05\x51\x24\x5d\x97\x69\xe9\x1c\x14\xe9\x66\xb0\x06\x28\xd2\x8d\xec\xa6\x65\xed\xfd\x5b\xcb\x90\xec\x3d\x74\x17\x99\x90\x18\x20\xa6\xf6\xae\x2b\xe4\xeb\x7a\xca\xfb\xe3\x4c\xfe\x3a\x13\x18\x7a\xb1\xfc\x1c\x7d\x8f\xa0\x12\x52\xd6\xc4\xb2\x1f\x67\xc6\xd7\x99\xa4\xff\xcf\x9f\xa3\xef\x11\x1b\x5e\x58\xcb\xdd\x65\xaa\xd0\xdd\x17\x92\x98\x2a\x74\xe4\xd9\x76\x97\xa9\xc2\xeb\x0a\xcf\x75\x3d\xbc\x2f\x53\x87\xee\xf6\xbc\x4b\xd4\x21\x29\xdd\xdd\x65\xea\xd0\xdd\x9d\xa7\xa0\xf2\xee\xe2\xdd\x5d\x18\x13\xa6\xbe\x42\x71\x4c\x5b\x33\xa6\x05\x8c\x5e\xee\x4a\x9a\x46\x0c\x72\x33\xa6\x45\x16\x49\x77\xd9\x76\x9b\x98\xae\x52\x62\xb8\x9e\x75\xd7\x54\x3c\xdf\x84\x4c\x04\xbd\xde\x21\x4e\x1f\xfb\x08\xcf\x6c\xc8\x91\x51\xdb\x89\x7e\xe6\xe7\xa3\x9a\xdd\x95\xc3\x1f\xef\x17\xff\x78\x3f\x16\x4e\x7d\xe1\x0c\x5c\x79\x74\x55\xf9\x00\x1b\x77\xe5\xfa\x01\x36\xee\xca\xed\xb3\xe0\xba\x2b\xf7\xaf\xd6\xf8\x6a\xcd\xaf\x27\xac\xfd\x09\xe5\xfa\x6a\xdd\x5f\x2d\xf7\x81\x47\xee\x2a\xfe\x03\xa4\xdc\x55\x9e\x0f\x90\x72\x57\x09\x1f\x40\xe4\xae\x12\xbf\x5a\xe9\xab\x95\x3f\xb0\xca\x5d\xa5\x7c\x60\x95\xbb\x4a\xfd\x6a\xb5\xaf\x56\xff\x80\x33\x77\x95\xf1\x81\x5c\xee\x2a\xf3\x03\xb9\xdc\x55\xd6\x07\x56\xb9\xab\x5e\x5f\xad\xfb\xab\xe5\x3e\x90\xcb\x5d\x6f\x94\x84\x5a\xcf\x57\x2b\x7c\x80\x9b\xbb\x14\x25\xe1\x19\x7b\x54\xe9\x99\x5a\x1a\x49\x73\x50\x34\xcf\x09\x27\xf4\x0f\xef\x8c\x70\x42\x97\xd5\x22\x3d\xaa\xe6\x72\xc5\x95\x2c\x75\x82\x01\xee\xd2\xea\x64\x06\xb8\x18\xdf\xe7\x99\xef\x26\x4b\xb5\x11\x4e\x48\x96\x68\x77\x99\x01\x2e\x92\x13\xd1\x5d\x66\x80\x0b\x6c\x77\x77\x97\x19\xe0\x9e\xe9\x74\xdd\x63\xad\xc9\x3d\xcd\x00\xf7\x90\x14\xc0\x5d\x66\x80\x7b\x96\xde\xa7\x19\xe0\x9e\xa5\x51\x60\x06\xb8\xc7\x36\xd4\xff\x7d\xe9\x37\xdb\xdc\xb3\xb4\xb4\x98\x6d\xee\x59\x85\x8f\x69\xb6\xb9\x67\xe9\x95\x35\x44\x2f\x6a\x0d\x5a\x4c\x7c\xb3\xcd\x3d\xab\x33\x79\xcd\x36\x17\xae\x87\x8e\x99\x6d\x2e\xbc\x0b\xba\xd9\xe6\x9e\xb5\x98\x88\x66\x9b\x0b\xef\x02\x6b\xb6\xb9\x40\x85\x06\x77\x99\x6d\x2e\x5c\x52\x4a\x66\x9b\x0b\xef\x22\x64\xb6\xb9\x70\xe9\xe9\x66\x9b\x0b\xd7\x52\xcb\x5c\x1e\xd7\xe0\x05\x9a\x6d\x2e\xb0\x29\xd9\x5d\x86\x8f\xc3\x1d\xf5\x4f\xd5\x3a\xa0\xd7\x9d\x45\xbb\xa9\x2f\xb6\x54\xdd\x93\x57\xdd\x71\xe9\x68\x1a\x19\x3e\x0e\x4e\xca\xc5\xf0\x71\xc0\xc0\xe1\x2e\x22\x3d\x5c\xa7\xd7\x86\x8f\x83\x1b\x7c\x68\xc3\xc7\xe1\x9d\x00\x03\x7c\x73\x31\x58\x0d\x1f\x07\xef\xe8\x99\xe1\xe3\x80\x17\xdf\x5d\x86\x8f\x03\xc9\xc8\xdd\xa5\x48\x8f\xa6\x73\x05\x83\x03\x32\x18\x3e\x5e\x55\xca\xcc\xf0\x71\x78\xde\x7e\x9a\x7c\x8f\xbe\xa6\xe1\xe3\xf0\x54\x06\xa4\xe1\xe3\xf0\xe8\xab\x18\x3e\x0e\x21\x23\x91\xe1\xe3\x00\x3d\x77\x97\xe1\xe3\x90\x84\x99\x0c\x1f\x87\x54\x79\x82\xe1\xe3\x90\x34\xe4\x0d\x1f\x07\xd2\x3a\xba\xcb\xf0\xf1\xaa\x5a\xec\x89\xf2\xc0\xb5\xe8\xae\x89\xdb\x51\x98\xd0\xf0\x71\xc8\x92\xcf\xf0\x71\x28\x17\x6f\x90\x28\x0f\xca\x78\xba\xcb\xf0\x71\x28\x41\xe7\x3a\x2d\xde\x04\x51\x1e\x45\x68\x8e\x28\x8f\x52\x79\xbb\x66\x97\x0c\x45\x0b\x3b\x51\x1e\x4d\x33\xc0\x90\x74\x68\xfa\x7e\x54\xe9\x09\x8e\x5e\x9b\x5d\x32\x34\x8d\x2c\xb3\x4b\x86\xa6\x6f\x6b\x98\x3b\x74\x8d\x64\xc3\xdc\xa1\x6b\x4c\x18\xe6\x0e\xfd\x7d\x9e\xc9\xd7\x17\x6f\xd0\x30\x77\x18\x52\x89\x44\x76\x0c\xc9\x67\x98\x7b\xd5\x9b\xc9\x6f\x98\x3b\x0c\xcd\x00\xc3\xdc\x81\x84\x3c\xee\x36\x03\x63\x18\x40\xa8\xdb\x0c\x8c\x81\xe0\x3b\x77\x5f\x2c\x2f\xc6\xf4\xdc\x6d\x18\x3b\x50\x27\xc7\xdd\x60\x6c\xb2\x54\xb8\xdb\x30\x76\x58\x66\x99\x77\x37\xd1\x1b\x57\xd0\x13\xcc\x44\x84\x71\xd5\xdd\x66\x7c\x8c\xa4\x32\x30\xac\xf0\xab\xf5\x5e\x57\x69\xe9\x9f\x66\x22\xba\x9d\x7a\x66\x7e\x9a\xcb\xec\xdf\xee\x36\xdc\x1e\xef\x5b\xfd\xb4\xe5\xf3\xf6\xea\xcb\xa2\xc5\x75\x66\x7c\x8c\xb7\xf1\x37\x77\xdf\x98\xf8\x80\x7a\xf7\x8d\x7d\x9f\x77\x7d\x13\xb9\xe1\x79\xbb\xf7\x4d\xf8\x42\xd4\x5d\x70\x7d\x33\xdf\xef\x1b\x3f\x54\xa7\xd7\x37\x7e\xa8\x47\x2d\x4c\x60\x97\xae\x33\xf9\xe2\xad\x7b\x56\xce\x15\x5a\x26\x5f\x74\xba\xae\xf3\x4f\xb5\x06\xe7\x78\xf3\x98\x30\x8d\x6d\xfc\x75\x49\xbe\x8d\x50\xc4\x88\xee\xbd\x1d\x81\x39\x4c\xbf\xdb\xac\x9b\xab\xde\xbc\x40\x47\x90\x55\xe2\x45\x38\x82\x56\x8a\xfe\x69\xa2\xc7\x8a\x08\x44\x6e\xc4\xa6\xeb\x22\xad\x45\x2b\xa1\x8d\xf8\x98\x66\xdd\x8c\xec\x2f\x74\xb7\xc3\x05\x77\xab\x2f\xb8\xe0\x20\x45\xb7\x59\x37\x23\xb9\x59\xdd\x4d\xe4\x06\x89\x46\xdd\x6d\xd6\xcd\x48\x9e\x58\x77\x1b\xb9\x89\xf9\xe2\x43\x3b\x34\xe3\xc3\x6b\x31\x72\x13\x33\x5c\xe0\xf6\x92\x0f\x89\x8c\xdc\xc4\x12\xf9\xec\x9e\x20\xb2\x5b\xd7\xc9\xa5\xaa\x73\x26\x1f\x1b\x79\xdc\x6d\xd6\xcd\x58\x35\x78\xb0\x6e\xb2\xd1\xc5\xdd\x58\x37\x09\xe6\x71\x37\xd6\xcd\xaa\x37\xa8\xa8\x8d\x84\xec\x58\x37\xeb\x7b\xcf\x4e\x4b\x4f\x37\xf9\x08\x58\x72\xb7\xc7\x3a\xed\x25\x83\xc9\xd7\xcd\xb1\xe2\x6e\xa2\x36\x3a\x8b\xe9\xfd\xe0\x11\x87\x5b\xdd\xc6\x8a\x22\xb9\xc0\xdc\x4d\xd4\xc6\x00\x4b\xdf\xc6\x8a\x22\x91\xe1\xee\x26\x6a\x63\xbc\xd7\x99\x7c\xa3\xe8\x9e\x26\xdf\xa8\x7a\x9e\xc9\x37\xf4\x3e\xcd\xba\x19\x89\xb1\x76\xb7\x71\xab\x38\x34\xfd\x8c\x5b\x45\x12\x5b\xb9\xdb\xb8\x55\xa4\xc8\x99\xbb\x1f\x5c\xa8\xaf\x0c\x13\xab\xaf\xfa\xb2\xf8\x27\xe7\x8c\x5b\xc5\xa9\xb1\x64\xdc\x2a\x52\x40\xcb\xdd\xc6\xad\xe2\x6a\x4c\x9c\x40\xe4\x8d\xa6\x26\xe5\x5b\x49\x58\xe3\x6e\xca\xb7\x5e\x28\xc3\x9b\xf2\xad\x94\x78\x72\xb7\x22\x36\xb4\xf4\x50\xbe\xf5\xaa\x7c\x4d\x22\x36\xee\x4b\x4f\xaf\xb4\x78\x83\x44\x6c\xdc\x92\x21\xe0\x06\x7e\xee\x31\xb5\xe0\x10\x99\x81\x2b\xd0\xdd\x94\x70\xa5\xd2\x8b\xbb\x29\xe1\xea\x9a\xce\x39\x5a\x3a\x67\x2e\x60\xa9\xea\x3b\x12\x41\x04\xda\xbf\x29\xe1\xea\x13\x72\x10\x99\x41\x11\x05\x77\x53\xc2\xd5\x83\x1d\x6f\x4a\xb8\x7a\x8d\x20\x4a\xb8\xfa\xc9\x38\xa4\x84\xab\x1f\x7c\x27\x22\x33\x1e\xbd\x1b\x4a\xb8\xbe\x0b\x1c\x25\x5c\x1f\xa7\xbb\x4c\x5a\x8c\x27\x4a\xb8\x3e\x8e\xe7\x51\xc2\xf5\xd1\x42\x45\x09\x57\x92\x0d\xb8\x9b\x12\xae\x4f\xd6\x3f\x4d\x3e\x4a\x15\xb8\x9b\x12\xae\x41\x73\x97\x12\xae\xb2\x0d\xdc\x94\x70\x8d\x59\x77\x49\x38\xc3\x79\xdf\x44\x66\xc4\xa2\xe7\x15\x5a\x7c\x35\x4a\xb8\x46\x2d\xd9\x49\x6a\x0e\xf9\x88\xcc\x48\x9a\x9f\x30\x46\x4c\x7c\xee\xa6\x84\x6b\x96\x62\xa3\x84\x6b\xd6\x92\x4d\x09\xd7\x0c\xb4\xbb\x29\xe1\x9a\x13\x6f\x82\x12\xae\x45\xeb\x01\xd5\x57\x09\xc6\x70\xb7\xf1\xba\x65\x89\x4f\xff\xbe\x2c\x53\x98\xb5\x48\x04\x0a\xb3\xb2\xb7\xcd\xdd\x14\x66\x25\x51\xa7\xbb\xb3\x04\xe2\x45\x50\x98\x95\xbd\x6d\xee\xa6\x30\x6b\xd3\x6b\x31\xca\xb7\xc8\xb3\xea\x6e\x0a\xb3\xb2\xdd\xc4\xdd\x14\x66\x1d\x1a\xbe\x14\x66\x1d\xd2\xd4\x14\x66\x1d\x5a\xdc\x29\xcc\x3a\x34\x94\x28\xcc\x3a\xb5\x10\x53\x98\x75\x3d\xba\x8e\x3a\x6e\xd8\xc6\xee\x22\xd1\xe9\x4b\x51\x41\x1a\x9d\xa3\x62\x8b\x06\x08\x99\xed\x44\x9f\xef\xa2\x8a\x26\xba\xa7\x2a\x9a\xe8\xe9\x54\xc4\x78\x65\x50\x45\x0c\x5e\x75\x51\xc5\x0f\x06\x39\x99\xed\x82\x14\x1b\x99\xed\x82\x16\xe9\xaa\x70\x36\x9e\x47\x66\x3b\xe2\x70\xdd\xad\x7c\xda\x9a\x0e\xca\xa7\xad\xe9\x00\xad\x7b\xd5\x23\xd9\xeb\xaa\x10\x05\xd9\xeb\xa8\x1a\xee\xee\xaa\xe4\xad\x3a\x47\x48\x9e\x26\x38\xd9\xeb\xd8\x24\xed\xee\xca\x37\x72\xba\x27\xc9\x5b\x25\x6d\x53\xf2\x4f\x24\x22\xae\xa2\xe9\x2d\x11\x57\xc1\x9e\x2a\x77\x13\x57\x41\x79\x57\x77\x13\x57\x31\xd4\x4f\xe2\x2a\x46\xd2\x3d\x23\xcf\xd3\x3d\xc9\xee\xa6\xe5\xbc\x29\x74\x92\x5e\x37\x25\x71\xa2\xd7\x8d\x90\x2d\x2d\x05\x4d\x49\x9c\x78\x2f\xec\x04\xbb\xb5\x80\xb3\x13\xec\x96\xda\x21\x76\xe2\x1e\x9c\x23\x76\xe2\xd6\x3d\x89\x81\x70\x17\xf7\x24\x06\x82\x32\x56\xee\x26\x06\x82\x82\x57\xee\x26\x06\x02\x1b\xbe\xbb\xbb\x92\x00\xe9\x9f\x24\x01\x92\xc2\x20\x06\xc2\x69\xda\x12\x03\xe1\x34\x0a\xba\x92\x00\x31\x06\xd9\xb6\xe5\xa4\x92\xd8\xb6\xe5\x24\x3b\xdb\xb6\x9c\xbe\x1f\x51\xf3\x4e\xf3\x8f\xd4\x0a\x4e\x12\xb1\x6d\x8b\xd2\x4a\xee\x66\xdb\x96\x13\x52\x26\x06\xa2\xea\xbd\xb0\x6d\xcb\x09\xb9\xb2\x6d\xcb\x4d\xfd\x13\x19\x06\x5f\x85\x6d\x5b\xde\xe9\x9f\x4a\xf4\x43\xaf\x89\x98\xa7\x3c\x94\xbb\x8d\x4b\xad\x2a\x55\xc6\xb6\x2d\x19\x36\x6e\xb6\x6d\x39\x58\xd7\xcd\xb6\x2d\xaf\xb5\x80\x6d\x5b\xfe\x62\x84\xb0\x6d\x4b\xb6\xf0\x9b\x88\x79\x19\x67\x6e\xb6\x6d\x79\xb8\xcd\xcd\xb6\x2d\x8f\x09\xee\x66\xdb\x96\xd7\xd7\x64\xdb\x96\x17\x18\x60\xdb\xd6\x83\xb9\xe2\x66\xdb\xd6\x83\x11\xe2\x66\xdb\xd6\x3b\x8b\xd9\xb6\x15\x8a\xfa\x42\xd6\x0c\x01\x9a\x29\xf9\x78\xbb\x4b\xd9\x3d\x90\x81\x6d\x5b\x51\x8b\xb7\xd2\x2e\x60\xde\xba\x15\x2d\x8f\x69\xe8\x56\xda\x85\x47\xe7\x94\x56\x62\xfc\x6b\x49\x56\x46\x86\x47\x0f\x20\x44\x47\x83\x87\xdd\x5e\xc4\x46\xbb\x9b\xdd\x5e\x59\xaf\x8c\xdd\x5e\x39\xea\x9c\xf6\xd4\xeb\x9c\xa6\x3b\x83\x95\xdd\x5e\x85\xe5\xda\xb1\xdb\xab\x3e\x6a\xb1\x69\x99\x81\xe5\x08\x92\xaf\xd8\x89\x1c\x41\xf2\x14\x99\x77\x8e\xdd\x5e\x0d\x3a\xef\x08\x92\xa7\x78\xbb\x73\xec\xf6\x6a\x20\x0d\xc7\x6e\xaf\x06\xa6\x76\x97\x36\xbd\x5e\xb4\xd8\x75\x97\xd4\x62\xd7\x5d\xd4\x3f\x51\x39\xb8\x4e\x9c\xf6\x85\xdd\xea\x99\xf6\x85\xe9\x09\x58\x83\xab\xfa\xb9\xb0\xef\xd2\x7a\xe4\x6c\xa4\xd7\xb2\x33\xa3\xa5\xdd\x6b\x5b\xe6\x09\xd8\x94\x65\x73\x74\xd8\x93\x2f\x3d\xcf\x90\xc6\xcf\x3d\xb1\x27\xcb\x6a\xee\x64\x4f\x4e\x3a\xe7\x69\xf1\x3e\x71\x98\x5e\xf0\x02\x67\xf8\xe1\xba\x19\x74\x2e\x61\x05\x67\xba\x3b\xc3\x0f\xd7\x55\xf5\xcf\xb6\xd9\xec\xdd\xeb\x30\xe5\xbd\x64\x3d\x9d\xbb\x98\x15\xf8\xba\x50\xa2\xce\xac\xc0\xd7\xd5\x90\xcf\x50\x81\x93\x99\xca\xe5\xb4\x59\xf7\x5d\xde\xfd\x00\x2e\xcb\x0f\xc0\x9b\xc8\xf4\x45\x5f\x2c\xb7\x4f\x18\x95\x73\xa6\xfa\xcd\x7f\x63\x2d\xf9\x2b\xf8\xee\x85\xb7\x54\xd5\x7a\x78\x9f\x3c\xaf\xa8\x67\xbc\x33\x53\xda\x97\xc7\x04\xe2\x4c\x69\x5f\x44\xd0\x38\x67\x4a\xfb\xf2\x78\x44\x9c\x29\xed\x8b\x48\x1f\xe7\x0a\x3d\xeb\x6a\xc9\xad\xac\x27\xd8\x5b\xba\x71\x99\xb9\x42\xcf\x86\xee\x69\xdf\xf6\x06\x40\xb8\xc2\x08\xc1\x78\xe1\x2a\xbd\x9e\xdc\xd3\x94\xf6\x75\xb3\x84\x38\x53\xda\xd7\x8d\x81\xc2\x55\xbe\x2d\x8b\x8d\x33\x3b\xed\x45\x8d\x4c\xdb\x3f\x65\xcf\x43\x76\x53\xe8\xd7\xa5\xb1\x5b\xd3\xc7\xfd\xed\x5c\xcd\xfb\x68\xad\xe5\xe3\x0c\x77\xae\x32\x92\x61\x17\xae\xaa\x9f\x5c\x37\x91\x01\xe2\xef\x6c\x91\xba\xee\x44\x5f\x6c\x91\xba\x6e\x8d\x64\x5b\xa4\x2e\xd9\xe0\xdd\x42\x06\x7c\x58\x6e\xe1\xeb\xd0\x98\x58\xc8\xa0\xd1\xba\x82\x5c\xf1\xb4\x18\x3d\x2c\xd7\xde\xbb\x6d\x1e\xf9\xf0\x7c\x42\xf9\x9c\x0f\xc4\xa9\xa0\x1a\x7d\x88\x9b\x2f\xca\x07\xc9\x9e\x69\x31\xea\xf8\x9a\x3e\x20\xbb\x45\x0f\x39\x1f\xf8\xb6\xd8\x93\x7d\xe0\xdb\x4e\xb5\x98\x01\x16\x7b\xef\x7c\x18\xdb\xbb\xf6\x81\x77\x86\xa2\xf4\x81\x77\x06\x90\xf3\x91\x6f\xcb\x3a\xe1\x8d\x01\x5d\xd4\x54\x75\x3e\x32\x73\xd6\x3f\x82\xf0\x9c\x8f\xbc\x16\x8c\x09\x3e\xf2\x69\xab\x6e\x92\xb6\x09\xe0\xe3\xe6\x7b\x76\x5e\x6e\x2e\x30\xac\x8f\x88\xc7\x62\xea\xa3\xc4\x43\x74\x2d\x4b\xe0\x69\xaf\x65\x69\xea\x9e\x88\xb7\x74\x97\xb5\xdf\x45\xcb\x12\x74\xde\x27\xc4\xc3\x4f\xeb\xb5\x2c\x4d\x3e\x91\x96\x25\xb0\x9a\x4f\x12\x5d\x77\x41\x3e\x50\x81\x4f\x71\x7f\xf1\x09\xf9\x30\xd6\x7b\x16\x30\x2d\x6e\x5e\x0b\x98\xd7\x75\x75\x1b\xd6\x5e\x11\x1f\x2c\x98\xbe\xcd\x4f\x78\xa0\xf3\x0d\x47\x26\xcb\x99\xef\x38\x32\x51\x16\xbe\x13\x48\xa8\x7e\x76\x62\x28\x75\xcf\x4e\x0c\x25\x53\xc5\xb3\x33\x52\xae\x52\xcf\xce\xc8\x0b\x63\x90\x67\x67\xe4\xd5\x74\x17\x02\x25\x59\x14\x7d\x27\x50\x92\x85\xc8\x77\xa2\x56\x58\x0a\x3c\xb1\x26\x44\x0b\x38\x4f\xac\xc9\xd5\xf4\x3c\x02\x25\xbb\x9e\xa7\x40\x49\x3d\x0f\xf9\x3a\x93\x83\x58\x93\x77\x08\x12\x6b\x72\x41\x91\xbd\x61\xae\xb5\x98\xc4\x9e\xf8\x8e\x0b\x85\xe0\x89\xef\x20\xd2\xd4\xf9\xa1\xb8\x53\x4f\x4b\x71\xa7\x3c\x61\x2a\xee\x94\x27\x4c\xc5\x9d\xf2\x04\xe2\x3b\x2c\xb6\xf4\x57\x8b\x77\x96\x75\x9d\xe2\x4e\x75\x1d\xef\x2c\xea\x9f\xbc\x33\x96\x3a\xcf\x2e\x45\x29\x2e\x3f\x79\x67\x10\x58\x3f\x79\x67\x20\x29\x3f\x91\xe1\x61\xcc\x4f\xc9\xc0\xd8\x55\xec\x2c\xf0\xc5\x2b\x76\x96\x05\xd3\x2b\x76\x16\x30\xe3\x15\x3b\x0b\x98\xf1\x8a\x9d\x05\x41\x7b\xc5\xce\x62\x13\xf7\x8a\x9d\xc5\x86\xeb\x15\x20\x1b\x78\x9e\x02\x64\x59\xea\xbc\x02\x64\xa1\xcf\x5e\x01\xb2\x18\xfa\xbc\x02\x64\x31\xc3\x3d\x0a\x66\x05\xcc\x3c\x0a\x66\x05\xe8\x3c\xc4\x73\x5c\x49\xff\xa4\x2f\xb8\x60\x1f\x42\x54\xa9\x5d\xed\x1e\x42\x54\xa9\x5d\xed\x1e\xc2\x49\x49\x7f\xeb\x1e\xc2\x49\xa9\x56\xed\x9e\x5b\x61\xbd\x93\x96\xde\x7c\xa7\xa5\x37\xaf\x73\xf4\x9a\x50\x85\xe7\xe6\x79\xa8\xb1\xe7\xe6\x79\x81\xa7\xdf\x8c\xd6\xa0\xa7\xf3\x55\x02\xbd\xbe\xf9\x2a\xf8\x26\x9e\x5b\x5f\x45\xcf\xd3\x57\xe1\x79\x8e\x37\xc1\xf8\x7c\x1c\x32\xc0\x98\x1f\x87\x0c\x40\xcc\xc7\x29\xa2\x39\xd1\xe2\xab\xe0\xb4\x7f\x3c\x2b\x11\x5f\xec\x91\xea\xe0\x8b\x3d\xbe\x6d\xf0\xe5\xf1\x7d\x9b\x0f\x0f\x30\x24\xb4\x7f\x54\x42\x71\x4f\x26\x52\x81\x85\xe1\x01\xa1\xdc\x20\x94\x07\x03\x44\x03\x61\x3e\x05\x7d\x8e\x09\xe0\x29\xe8\x42\x47\xc7\xcc\xc8\x70\xdd\x51\x2d\x74\x21\x76\xda\x07\xbc\x72\x33\xac\x1f\xf0\xca\xfd\xde\x33\x71\x17\x5e\x27\x78\xe5\x8e\x6a\x15\xee\x82\x78\xe0\x95\x5b\x9f\xb6\x82\xdc\x40\xbb\x4f\xa3\x2f\x38\x18\x9f\x46\x5f\x40\x67\x4f\x63\x81\x7e\xc2\x8b\x9f\x1e\x23\xd4\xb6\x9b\xc0\x5a\xf4\x07\x0a\xfd\x34\x16\xe9\xa7\x7c\xfe\x4d\x9f\x40\x54\x4f\xa3\x4f\x68\xc1\xa7\xb1\x50\x3f\xeb\xf3\xef\xc6\x79\x24\x6f\xe0\xa8\xc8\x80\x30\xd2\x7d\xdd\x9a\x28\x0d\x0c\xd2\x75\x0e\x0c\x72\xf3\xfe\x3a\xca\x28\x7e\xfa\x6c\x8b\xb9\xed\x79\xb0\x16\xf2\x42\x53\x9f\xee\x85\xb3\x3e\xff\xe6\xfd\x43\xbb\x9e\xce\xfb\xc7\x5e\xf8\x74\x94\x52\xfc\xf4\xb9\xf3\x0d\x06\x83\xbf\xeb\x1b\xf0\x3e\x3a\xf2\x6a\x30\xda\xa2\x7e\x89\x80\x3f\xb6\xa8\x5b\x74\xa4\xb5\x3a\x2d\xf5\x09\x59\x97\xfa\x3b\x37\x5c\xf8\xd8\xa2\x7e\x39\x4d\x36\x5b\xd4\x3f\xad\xfb\xab\xe5\x68\xf1\x74\x73\x90\x7e\x5a\x91\x16\x32\x18\x39\xb7\x68\x4c\x6b\x55\x5a\x48\x6c\x8a\xe2\x52\x38\xd8\x33\x84\x6d\x79\xd3\xa6\x28\x2e\xa7\x05\xca\x14\xc5\xe5\x08\x9e\x7a\xc6\xda\x5b\xf3\xfa\x6a\xd1\x4f\xd4\xcd\x33\xe9\x27\x8a\xe2\x99\xf4\x93\xaf\x13\xdc\xb5\xa1\xbd\xf0\xa8\x15\x69\x31\xb9\xc1\x9a\xc1\xec\xfd\x2f\x6b\x0a\x44\x41\x89\x35\x05\xa2\xa0\xb4\xd0\x84\x27\x6c\xac\x29\x3c\x7c\xd1\xa4\x73\x69\x03\x16\x81\x18\x65\x29\x9f\x00\x83\x13\x6b\x0a\x8a\x90\x82\x35\x85\x47\xcc\x4f\xff\x5c\x1b\x6b\x0a\x41\xbd\x6e\xb4\xc2\xb6\xec\x84\x20\xa0\xc6\x5d\x84\x43\x01\x08\x41\x51\x50\x4e\xff\x6c\x1b\x6b\x0a\xa1\x6f\xac\x29\x18\x0e\x7d\x59\x53\x10\x0e\x6d\x7a\xde\xda\x58\x53\x30\x1c\xfa\xb2\xa6\x20\x1c\x0a\x68\x0c\xc2\xa1\x55\x2d\xb1\x1f\x9e\x27\x08\x09\x58\x09\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x82\x90\x5d\x2d\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x64\xd3\x75\xcf\xcf\xec\xf8\xeb\x52\x1d\x40\x97\x22\x54\x01\x74\x29\x42\x15\x84\x2e\x97\x1e\xc7\x24\x06\x1f\x04\xa1\x4b\x40\x7e\x10\xba\x84\x50\x85\x3d\x9e\xd8\x85\x97\x1e\x23\xba\xe2\x89\x41\x89\x21\xa3\x7b\x20\x54\x21\x4b\x04\xae\xd3\x82\x84\xee\x09\x5a\x90\xd0\xf3\x41\x8b\x91\x06\x39\x8b\x91\x08\x55\x60\x31\x12\xa1\x0a\x3d\x6d\x84\x2a\x68\x21\xd2\x40\xee\x3b\x42\x0e\x7d\x57\x5a\xa1\xef\x4a\x2b\xf4\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xc6\xae\xb4\xc2\xd8\x95\x56\x18\xbb\xd2\x0a\x63\x57\x5a\x61\xec\x4a\x2b\x8c\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xe6\xae\xb4\xc2\xda\x95\x56\x58\xbb\xd2\x0a\xeb\x54\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\x75\x2a\xad\xb0\x76\xa5\x15\xd6\xae\xb4\xc2\x3a\x95\x56\x58\xbb\xd2\x0a\x6b\x57\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\xb5\x2b\xad\x78\x9d\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xae\xb4\xe2\x75\x2a\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xa9\xb4\xe2\xb5\x2b\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xf7\xb3\x4d\xe0\x78\x87\x6d\xf4\xc7\x9b\xfb\x7a\xb5\x78\x8f\x18\xf7\xa2\xcb\xfb\x75\xae\xec\xd7\xb9\xba\x5f\xe7\xda\x7e\x9d\x30\x1a\x0b\x62\x24\xe6\x56\x23\x35\xfa\xe7\xff\x7e\x22\xf4\xd7\xa5\x80\xd0\xe8\xc5\x7c\x27\x2d\x96\x18\x7f\xeb\x3f\xba\x0f\x4b\x8d\x77\x5f\x47\xa5\x4e\xbc\xff\x3e\xca\xd2\xe3\x9f\xef\xa3\xf4\xcb\x87\xef\xa3\xcc\x63\x1f\xbf\x8f\xe6\xef\x3e\xf0\x26\x9f\xf2\xdd\x07\x1d\xad\xdf\x4f\xd3\xd1\xf6\xfd\x34\x1d\x65\x7d\xf1\xe9\xfb\xa8\xf6\x2d\xe4\xef\xa3\xc7\x7b\xb8\xdf\xd9\x1f\x9f\xf5\x2d\xf5\xe7\x8c\x14\xd5\xcf\xfd\xb7\x33\x7a\x27\xe5\xbf\x67\xdc\x7f\x9f\x73\x73\xc6\x7f\xcb\xbb\x9d\x79\xfe\xdb\x03\x9d\x09\xdf\x6f\x63\x3b\x13\xbf\xdf\xc8\x76\x26\x7d\x7f\x83\xed\x4c\xfe\xaf\x3c\x3a\x53\xbe\xdf\xd9\x76\xa6\xfe\x57\x52\x9d\x69\x3f\x92\xfe\x8c\xc0\xed\x6c\xff\xef\x7b\x60\xf6\xc9\x48\xf4\xd5\x73\x9d\x99\xff\xed\x9f\xce\xac\xcf\xb3\xfe\x7b\x47\x19\x93\xbe\xbf\x2d\x5f\xe4\xaf\x2a\x30\x4a\xdf\x1f\x13\x28\x1e\x9f\x50\x0f\xf1\xdf\x47\xf5\xdf\xe7\xfb\xa3\xea\x68\xf8\xfe\x2f\xcb\x8a\x0c\x54\x3f\x9f\x59\x47\xd3\xf7\x7f\x03\x47\xf3\xf7\x7d\x75\xb4\x7c\xdf\x41\x47\x8f\x29\xa3\xa3\xed\xfb\xbe\x2c\x3c\x32\x68\xfd\xbc\x7c\x1d\x1d\xbf\x5b\x24\x84\x4e\x8e\x45\x22\xae\xdf\x2d\x12\x32\x78\x1d\x8b\x84\x50\xcb\xb1\x48\xc8\x00\x76\x2c\x12\xe9\x78\xbf\x99\xa3\xc7\xd4\xd0\xd1\xf0\x7d\x5f\x1d\x8d\xdf\xc3\x47\x47\xd3\xef\x16\x9f\x94\x7f\xb7\xf8\xbc\x86\xb3\xef\xc5\x47\x10\xe7\x58\x7c\x04\x75\x8e\xc5\x47\x90\xe7\x58\x7c\xd2\xf8\xd3\xe2\x93\xe6\x9f\x16\x9f\xb4\xfe\xb4\xf8\xe4\xeb\x4f\x8b\x4f\xbe\xff\xb4\xf8\x08\x6e\xfd\x66\xf1\x11\xf4\xfa\xcd\xe2\x23\x0f\xc6\x6f\x16\x9f\x1c\xfe\xb4\xf8\xe4\xf8\xa7\xc5\x27\xa7\x3f\x2d\x3e\x39\xff\x69\xf1\xc9\xe5\x4f\x8b\x8f\x3c\x21\x7f\x58\x7c\x72\xfb\xd3\xe2\x93\xfb\x9f\x16\x1f\x79\x4c\x7e\xb3\xf8\xe4\xf9\xb7\xc5\x27\xaf\x3f\x2e\x3e\xff\xcf\x45\xf9\x45\xde\x16\xd0\x12\xc3\x5e\x2c\xfd\x67\xf5\x79\xcf\x7f\xb6\xdc\x49\x92\x32\x3f\x47\x78\x9e\x7c\x24\x76\x84\xfb\xc8\x4f\x62\x47\x58\x53\xea\x67\x5d\xd3\x6a\x50\xdd\xe7\x08\x73\x5e\x3e\x13\x3b\xc2\x0c\xac\x1f\x38\xa1\xb9\x53\xc3\xe7\x08\x23\x59\xfe\x93\x5f\xe3\x48\x3d\x94\x0f\xc5\x8e\xd0\xc3\xfa\x99\x5b\x6f\x0f\x3f\xaa\xfe\xed\x61\xfd\x1c\x51\x0f\xdb\xe7\x88\x7a\xd8\x3f\x47\xd4\xc3\xf1\x39\xa2\x1e\x7e\xd6\xa8\xb7\x87\x9f\xf5\x49\x6f\xb5\x7d\x60\x8d\xfa\xdc\xee\xcf\x11\xfa\xdc\xdc\xe7\x08\x7d\x6e\x9f\x79\xa1\x3e\xb7\xcf\x5a\xa4\x3e\xb7\xf0\x39\x42\x9f\xdb\x67\x8d\x57\x9f\x65\x03\xb2\x23\xf4\xb9\xe5\xcf\x11\xfa\xdc\x3e\xeb\xce\xdb\xe7\xcf\x9a\xfe\xf6\xb9\x7d\x8e\xa8\xcf\xfd\x73\x44\x7d\x1e\x9f\x23\xea\xf3\xfc\x1c\x51\x9f\xd7\xe7\x08\x7d\xee\x9f\xb5\x5b\x7d\xee\x1f\xc8\xa7\x3e\x77\xf7\x39\x42\x9f\xbb\xff\x99\x49\xea\x73\x7f\x3e\x47\xe8\x73\xff\xac\x13\xea\x73\xff\xc0\x16\xf5\xb9\xa7\xcf\x11\xfa\xdc\xf3\xe7\x08\x7d\x7e\xe9\x5a\xf8\xf4\xf9\xb3\x26\xbf\x7d\xfe\x40\xc4\xb7\xcf\x9f\xb9\xfe\xf6\x79\xfc\xac\x4e\x6f\x9f\xe7\xe7\xc8\x3f\xf2\xc0\xbb\xd8\xd7\xe7\xcf\x88\x33\xae\xcf\x11\xc4\x19\xf7\xe7\x08\xe2\x8c\x8f\xba\x93\x38\xe3\x83\x92\x25\xce\x78\x3e\x47\x10\x67\x84\xcf\x11\xc4\x19\x9f\xa5\x55\xe2\x8c\xcf\x92\x2a\x71\xc6\x07\xe1\xe9\x13\x8c\xf2\x39\xa2\x3e\xd7\xcf\x11\xf5\xf9\xa3\xca\xde\x3e\x7f\x90\xf5\xdb\xe7\xcf\xf2\xf8\xf6\xf9\x83\xd6\xde\x3e\x7f\x54\x96\xfa\x3c\x3f\x08\x5a\x7d\x9e\xf7\xcf\x62\xaf\x3e\x4f\xf7\x39\x42\x9f\xa7\xff\x1c\xa1\xcf\xf3\xf9\x1c\xa1\xcf\x33\x7c\x8e\xd0\xe7\x19\x3f\x47\xe8\xf3\x4c\x9f\x23\xf4\x79\x7e\x54\x8d\xfa\x3c\x3f\xc8\xf7\xed\x73\xfd\x1c\x51\x9f\xdb\x8f\x1a\x7a\xfb\xdc\x3f\x47\xd4\xe7\xf1\x39\xa2\x3e\xcf\xcf\x11\xf5\x79\x7d\x8e\xd0\xe7\xf5\x51\xe5\xea\xf3\xfa\x30\x0b\xf5\x79\xb9\xcf\x11\xfa\xbc\xfc\xe7\x08\x7d\x16\xc3\xb7\x23\xf4\x79\x85\x2f\x05\x49\xbf\xd3\xa5\x90\x88\xff\x6c\xe7\x4b\x97\xff\x3a\x43\x7c\x58\x82\x45\x6f\xdb\xf9\xd2\x2d\x0f\xc2\x7f\xb6\x14\xa6\xdb\x7d\x9d\x09\xfa\xbf\xff\x39\xaa\x23\x6e\x6e\xfe\xac\xe4\xd6\xe6\xcf\x4a\xfe\xda\xfc\x59\xc9\xdf\x9b\x3f\x2b\xf9\x67\xf3\x67\x25\x1f\x36\x7f\x56\xf2\x71\xf3\x67\x25\x9f\x36\x7f\x56\xf2\x79\xf3\x67\x25\x5f\x36\x7f\x56\xf2\x75\xf3\x67\x25\xdf\x36\x7f\x56\xf2\x7d\xf3\x67\x25\x3f\x36\x7f\x56\xf2\x73\xf3\x67\x25\xbf\x36\x7f\x56\x7a\xae\xcd\x9f\x95\x9e\x7b\xf3\x67\xa5\x27\x6f\xfe\xac\xf4\x94\xcd\x9f\x95\x9e\xba\xf9\xb3\xd2\xd3\x36\x7f\x56\x0a\xf7\xe6\xcf\x4a\xc1\x6d\xfe\xac\x44\x2a\x85\xab\x72\xcf\x20\x1f\x2e\xff\x8c\xf4\x05\x03\x71\x8a\xdc\x05\x97\x7f\x22\xb1\xc2\x55\x91\x8f\xec\x09\x32\x76\xa6\x18\x37\xdf\x6f\x8a\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xf4\x3a\xca\x4f\xcb\xfb\x8c\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xc8\x40\xf6\x04\xf9\xe0\x13\xd9\x13\x64\x6a\x4d\x51\x7e\x5a\x3d\x4f\x7e\x5a\x64\x48\xf2\xd3\x22\x03\xd9\x13\x2e\xf6\xfd\xa4\x44\x5f\xb0\xeb\x24\x65\x3a\x20\xa6\x2e\x29\xd3\xc1\xd0\x3f\xe9\x0b\x3b\x68\x52\x56\x5a\x1c\x9e\x90\x79\x9f\x38\x14\x52\x61\xcf\xd3\x73\x3f\x13\x0b\x5d\x2a\xe5\xe7\x08\x06\xfb\x54\xea\xe7\x3f\xc8\x6a\xd0\xee\xd7\x91\x10\xf5\x8c\xd2\x7f\xfe\x43\xf8\x6f\x2a\xe3\xfd\xcf\xcd\x5e\x9a\x64\xf0\x4e\xf7\xf9\x57\xb8\x43\x2a\xeb\x73\x39\x8f\x30\xe4\xc7\xe5\x1a\xa6\x86\xfc\x7e\x75\xf3\xd7\x51\x8e\x90\x91\x12\x1b\x7a\x32\xd4\x17\x9e\x8b\x97\x42\x31\x32\xb2\xe8\xbb\x64\x68\x2f\x04\x4d\x29\x52\x8a\x35\x7c\x27\xa9\xb2\xe3\x8f\xad\xdf\xa9\xf5\xcd\x41\x9d\x0c\x75\x44\xa7\x89\xa9\x90\x02\x42\x66\x93\xa1\x8d\x9f\x17\x69\x48\xe3\xe7\x25\xb2\x3d\xef\x7d\x81\x6c\xcf\x7b\x5f\x5e\x67\x67\xa2\x5e\x1c\xdb\xf3\xde\x97\xd6\xd9\x99\x88\x67\x23\xb1\x3d\xef\x7d\x23\x86\x26\x7e\xde\x46\x7f\x3f\x25\xad\xb2\xf7\xcc\x10\xc4\xa7\x67\xed\xab\x67\xfd\xab\x67\xe3\xab\x67\xf3\xab\x67\x6b\xef\xd9\xb8\xf6\x9e\xb1\x3d\xef\xed\x99\xc1\x80\x9f\x9e\x69\x7b\x9e\x7a\x36\x9e\xbd\x67\x23\xec\x3d\x33\xb5\xff\xd3\xb3\x91\xf6\x9e\xb1\x3d\xef\xed\x99\xa9\xfa\x9f\x9e\x8d\xfa\xd5\xb3\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xb9\x2f\x66\xa6\xd2\x7f\xbe\xed\xbc\xf6\x9e\xcd\x7b\xef\xd9\x74\x7b\xcf\xd8\x9e\xf7\xf6\x6c\x3e\x7b\xcf\x4c\x75\xff\xf4\x6c\xc6\xbd\x67\x6c\xcf\x7b\x7b\x66\xea\xfa\xa7\x67\xb3\xec\xef\x6c\xd6\xfd\x9d\xcd\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xf9\xd5\xb3\xb5\xf7\x8c\xed\x79\x6f\xcf\xd6\xbd\xf7\x8c\x04\xcc\x6f\xcf\x96\xdf\x7b\xc6\xf6\xbc\xb7\x67\x0a\x7d\xd0\x72\xf9\x86\x3e\xa8\xc5\x52\xda\xd5\x52\x6e\x30\x7a\xa6\x94\x18\xee\x17\x0f\xd6\x91\x7a\x30\xc4\x7c\x3d\x07\x73\xc9\x57\x38\x98\x4b\xbe\xe2\xc1\x5c\xf2\x95\x0e\xe6\x92\xaf\x7c\x30\x97\x7c\x95\x83\xb9\xe4\xab\x1e\xcc\x25\x5f\xed\x60\x2e\xf9\xea\x07\x73\xc9\xd7\x38\x98\x4b\xbe\xe6\xc1\x5c\xf2\xb5\x0e\xe6\x92\xef\xeb\x60\x2e\xf9\xbe\x0f\xe6\x92\x6f\x77\x30\x97\x2c\x70\xf1\x61\x2e\xf9\x7e\x0e\xe6\x92\xef\x70\x30\x97\x7c\xc7\x83\xb9\xe4\x3b\x1d\xcc\x25\xdf\xf9\x60\x2e\xf9\x2e\x07\x73\xc9\x77\x3d\x98\x4b\xbe\xdb\xc1\x5c\xf2\xdd\x0f\xe6\x92\xef\x71\x30\x97\x7c\xcf\x83\xb9\xe4\x7b\x7d\x31\x97\xbf\xaa\x85\xec\xae\x83\xd4\x64\x77\x7f\x91\x9a\x5f\x47\xdc\xc1\x5c\xb2\xf3\x07\x73\xc9\xee\x39\x98\x4b\x76\xe1\x60\x2e\xd9\xc5\x83\xb9\x64\x97\x0e\xe6\x92\x5d\x3e\x98\x4b\x96\xb7\xe3\xc3\x5c\xb2\xab\x07\x73\xc9\xae\x1d\xcc\x25\xbb\x7e\x30\x97\xec\xc6\xc1\x5c\xb2\x9b\x07\x73\xc9\x6e\x1d\xcc\x25\xfb\xeb\x60\x2e\x59\x51\x30\x1f\xe6\x92\xe5\x65\xf9\x30\x97\xec\xfd\xc1\x5c\xb2\x7f\x0e\xe6\x92\x7d\x38\x98\x4b\xf6\xf1\x60\x2e\xd9\xa7\x83\xb9\x64\x9f\x0f\xe6\x92\x7d\x39\x98\x4b\xf6\xf5\x60\x2e\xd9\xb7\x83\xb9\x64\xdf\x0f\xe6\x92\xfd\x38\x98\x4b\xf6\xf3\x60\x2e\xd9\xaf\x83\xb9\xe4\xe7\x3a\x98\x4b\x7e\xee\x83\xb9\xe4\xc7\x1d\xcc\x25\x3f\xfe\x60\x2e\xf9\x79\x0e\xe6\x92\x9f\x70\x30\x97\xac\xe0\x82\x0f\x73\xc9\x0a\x30\xf8\x30\x97\xbc\x79\x8b\xb6\x85\x2f\x8d\x8d\x35\xe4\x34\x37\xd6\x90\xd3\xda\x58\x43\xce\xd7\xc6\x1a\x32\xa9\x39\xc4\x1a\x72\x7e\x36\xd6\x90\x73\xd8\x58\x43\xce\x71\x63\x0d\x39\xa7\x8d\x35\xe4\x9c\x37\xd6\x90\x73\xd9\x58\x43\xce\x75\x63\x0d\x39\xb7\x8d\x35\xe4\xdc\x37\xd6\x90\x49\xc1\x21\xd6\x90\xf3\xae\x68\x73\x5e\x1b\x6b\xc8\xe5\xda\x58\x43\x26\x5d\x86\x58\x43\x2e\x79\x63\x0d\xb9\x94\x8d\x35\xe4\x52\x37\xd6\x90\x49\x74\x21\xd6\x90\xeb\xbd\xb1\x86\xac\x08\xc7\x85\xb4\x44\x15\xba\xc2\xbb\xa6\xda\x7f\x05\x9b\xe7\xa9\x64\x29\xb4\x50\x91\x2e\xaa\x45\xee\x7e\x7c\xb6\xd9\x54\x64\x24\x65\x9e\xcb\xa6\x22\x63\x63\x37\x76\x46\x45\x92\x51\xd7\x65\x53\x91\xa9\x64\xde\x04\x6a\x90\xb2\xda\x2e\x13\x01\xe8\x8a\xfe\xa9\x2c\x5c\xf4\x73\x29\x0b\x17\x6f\x62\x29\x0b\x17\x5f\x85\x5d\xea\xf7\xfb\x04\x65\xe1\xea\xb4\x24\x83\xbd\xb3\x42\xfd\x81\x09\x08\x2e\xec\x60\xcf\xdc\xa5\x5c\x6e\x03\xc1\xc5\x58\xf1\x0b\x82\x8b\x29\xdf\x17\x04\x17\xb6\x56\x28\xb1\x46\x31\xa5\xeb\xa8\xd6\xeb\x8a\x29\x5c\xa7\x1c\x07\xe5\x55\xb6\x3f\xa3\xb9\xbc\xca\xf6\xc7\xd0\x5b\xae\x4d\xd5\x3b\x8e\xb4\xcf\x11\xcf\x91\xcd\x60\xac\x1e\x6d\x06\x63\xc9\xb6\x19\x8c\x23\x47\x36\x83\x31\x32\xde\x9b\xc1\xf8\x1f\x95\xb6\x5c\xb9\x37\x5b\x72\xe1\x72\xb7\x4d\x50\x8e\x7c\x7c\x37\x12\xe7\xd5\xc3\x3f\x76\xf2\x72\x6f\x06\x09\xc4\x79\xf5\xf0\xfd\x23\xce\xfd\xf1\xd5\x48\x9c\x7b\x5b\x0c\x10\xe7\xd5\xc3\xf7\x47\x9c\xcd\x17\xc0\x27\xbd\x37\xd7\xa4\xfa\xbc\xd9\x92\xd5\xe7\xcd\x96\xac\x3e\x6f\xb6\x64\xf5\xf9\xe3\x26\x57\x9f\x5f\x65\xfb\x63\xc9\x2e\xaf\xb2\xfd\xb1\x64\x17\xf7\xf1\xb5\xa8\xcf\xee\xe3\xfa\x55\x9f\xdd\xc7\x6f\xa8\x3e\xbf\xca\xf6\xc7\x92\x5d\xdc\x86\xe3\xe8\xb3\xdb\x70\x1c\x7d\x76\xf9\xc0\x83\xc5\x95\x03\x0f\x16\x57\x0f\x3c\x58\x5c\x3b\xf0\x60\x79\x95\xad\xff\xf4\x79\x1c\x78\xb0\xb8\x79\xe0\xc1\xe2\xd6\x81\x07\x8b\xbf\x0e\x3c\x58\xfc\x7d\xe0\xc1\xe2\xdd\x81\x07\x8b\xf7\x07\x1e\x2c\xfe\x39\xf0\x60\xf1\xe1\xc0\x83\xe5\x55\xb6\x3f\x78\xb0\xbc\xca\xf6\x07\x0f\x96\x57\xd9\xfe\xe0\xc1\xe2\xcb\x81\x07\x8b\xaf\x07\x1e\x2c\xbe\x1d\x78\xb0\xf8\x7e\xe0\xc1\xe2\xc7\x81\x07\x8b\x9f\x07\x1e\x2c\x7e\x1d\x78\xb0\xbc\xca\xf6\x07\x0f\x96\xe7\x3e\xf0\x60\xd9\x42\x2b\xd4\xe7\xc7\x7f\xe1\xc1\x5f\x47\x9e\x03\xf4\x95\x27\x1c\xa0\xaf\x3c\xf1\x00\x7d\xe5\x49\x07\xe8\x2b\x4f\x3e\x40\x5f\x79\xca\x01\xfa\xca\x1b\x92\x11\x3f\x7d\x6e\x07\xe8\x2b\x6f\x28\x46\xfc\xf4\x79\x1c\xa0\xaf\x3c\xf3\x00\x7d\xe5\x59\x07\xe8\x2b\x5b\xc8\x85\xfa\x1c\xee\x03\xf4\x95\xe0\x0e\xd0\x57\x82\x3f\x40\x5f\x79\x43\x2a\x7e\x40\x5f\x79\x43\x29\x7e\x40\x5f\x09\xf1\x00\x7d\x25\xa4\x03\xf4\x95\x90\x0f\xd0\x57\xb6\x50\x89\xb7\xcf\xf5\x00\x7d\x25\xb4\x03\xf4\x95\xd0\x0f\xd0\x57\xc2\x38\x40\x5f\x79\xc3\x1f\xf2\xa7\xcf\xeb\x00\x7d\xe5\x0d\x75\xf8\x01\x7d\x25\xde\x07\xe8\x2b\xd1\x1d\xa0\xaf\x44\x7f\x80\xbe\x12\x9f\x03\xf4\x95\x18\x0e\xd0\x57\x62\x3c\x40\x5f\x89\xe9\x00\x7d\xe5\x8d\x53\xf8\x01\x7d\x25\x96\x03\xf4\x95\x58\x0f\xd0\x57\x62\x3b\x40\x5f\x89\xfd\x37\xa0\xaf\x08\xb2\x00\xfa\x4a\x75\x1b\xe8\x2b\xd5\x6f\xa0\xaf\xd4\x67\x03\x7d\xa5\xa6\x0d\xf4\x95\x9a\x37\xd0\x57\x6a\xd9\x40\x5f\xa9\xf5\x07\xf4\xfd\x5d\x0d\xd6\xb6\xe1\xc1\x52\xfb\x86\x07\x4b\x1d\x1b\x1e\x2c\x75\x6e\x78\xb0\xd4\xb5\xe1\xc1\xd2\xae\x0d\x0f\x96\x76\x6f\x78\xb0\x34\xb7\xe1\xc1\xd2\xfc\x86\x07\x4b\x7b\x36\x3c\x58\x5a\xdb\xf0\x60\x91\x31\x0e\x3c\x58\xda\xd8\xf0\x60\x91\x31\x0e\x3c\x58\xb4\x33\x07\x3c\x58\xb4\x33\x07\x3c\x58\xc6\xbd\x59\x91\xcb\x70\x9b\x15\xb9\x28\x07\x7c\xd5\x3f\x9f\xcd\x8a\x5c\xc8\xa7\x2a\x2b\x72\x19\x79\xb3\x22\x97\x51\x36\x2b\x72\x19\x75\x33\x8b\x94\xd1\x36\x2b\x72\x11\x1a\xc5\x8a\x5c\xb4\xdf\x06\x2b\x72\x91\x41\x0a\x2b\x72\xd1\x7e\x1b\xac\xc8\x45\xfb\x6d\x40\xaa\x45\xfb\x6d\xb0\x22\x17\xed\xb7\xc1\x8a\x5c\xb4\xdf\x06\x2b\x72\xd1\x7e\x1b\xac\xc8\x65\xb6\xcd\x8a\x5c\xb4\x6f\x06\x2b\x72\xd1\xbe\x99\xa1\x7f\xce\xcd\x8a\x5c\xb4\xe3\x05\x2b\x72\x91\xd9\x07\x2b\x72\xd5\xce\x15\xf0\x75\xa5\xc6\x95\x12\x54\x56\xc3\x98\x91\x92\xfb\xae\x82\x31\x2f\x0c\x4b\xf5\xc2\x24\xcb\x84\xab\x17\xc9\x03\x9d\xfe\x19\xd9\x2f\x7f\xd3\x32\x53\x59\x22\x6f\x41\x35\x8c\xf9\xe2\xd6\x6a\xf8\xf2\xc5\xad\xf5\xaa\x1b\x6e\xad\x57\xdb\x12\x62\xd6\x1f\x4c\x49\x6b\x1c\x48\xb5\xbe\x78\x52\xcf\x5c\x07\x6e\xad\x2f\x96\x74\xb4\xee\x03\xc5\xd6\x17\x2c\xf2\x1e\x6e\x7f\x60\xda\xfa\x63\xb0\xa1\x15\x0e\x84\x5b\x7f\x8c\x35\xb4\xd2\x81\x77\xeb\x0b\x10\x79\xeb\x77\x39\xd0\x6f\x7d\xc1\x61\xa2\xd5\x0e\x2c\x5c\x5f\x60\xc8\x1b\xbe\xc7\x17\x32\xfe\x75\xe4\x65\xd0\xb4\xd6\x01\x86\xab\xbb\x0e\x30\x5c\xdd\x7d\x80\xe1\xea\xdc\x01\x86\xab\xf3\x07\x18\xae\xee\x39\xc0\x70\x75\xe1\x00\xc3\xd5\xc5\x03\x0c\x57\x97\x0e\x30\x5c\x5d\x3e\xc0\x70\x75\xe5\x00\xc3\xd5\xd5\x03\x0c\x57\xd7\x0e\x30\x5c\x5d\x3f\xc0\x70\x75\xe3\x00\xc3\xd5\xcd\x03\x0c\x57\xb7\x0e\x30\x5c\xfd\x75\x80\xe1\xea\xef\x03\x0c\x57\xef\x0e\x30\x5c\xbd\x3f\xc0\x70\xf5\xcf\x01\x86\xab\x0f\x07\x18\xae\x3e\x1e\x60\xb8\xfa\x74\x80\xe1\xea\xf3\x01\x86\xab\x2f\x07\x18\xae\xbe\x1e\x60\xb8\xfa\xf6\x05\x86\xff\xaa\x2a\xaa\xef\x07\x4e\xae\x7e\x1c\x38\xb9\xfa\x79\xe0\xe4\xea\xd7\x81\x93\xeb\x73\x1d\x38\xb9\x6e\xa1\xb8\x12\xe7\x71\x07\x4e\xae\x8f\x3f\x70\x72\x7d\x9e\x03\x27\xd7\x27\x1c\x38\xb9\x3e\xf1\xc0\xc9\xf5\x49\x07\x4e\xae\x4f\x3e\x70\x72\x7d\xca\x81\x93\xeb\x53\x0f\x9c\x5c\xb7\xd0\xdd\xb7\xcf\xfd\xc0\xc9\xf5\x19\x07\x4e\xae\xcf\x3c\x70\x72\x7d\xd6\x81\x93\x6b\xb8\x0e\x9c\x5c\xc3\x7d\xe0\xe4\x1a\xdc\x81\x93\x6b\xf0\x07\x4e\xae\xe1\x39\x70\x72\x0d\xe1\xc0\xc9\x35\xc4\x03\x27\xd7\x2d\xcc\x56\x7d\x0e\xf9\xc0\xc9\x35\x94\x03\x27\xd7\x50\x0f\x9c\x5c\x43\x3b\x70\x72\x0d\xfd\xc0\xc9\x35\x8c\x03\x27\xd7\x2d\x54\xf6\xed\xf3\x3a\x70\x72\x8d\xd7\x81\x93\x6b\xbc\x0f\x9c\x5c\xa3\x3b\x70\x72\x8d\xfe\xc0\xc9\x35\x3e\x07\x4e\xae\x31\x1c\x38\xb9\xc6\x78\xe0\xe4\x1a\xd3\x81\x93\x6b\xcc\x07\x4e\xae\xb1\x1c\x38\xb9\xc6\x7a\xe0\xe4\x1a\xdb\x81\x93\x6b\xec\x07\x4e\xae\x71\x1c\x38\xb9\xc6\x79\xe0\xe4\x1a\xd7\x81\x93\x6b\xba\x0e\x9c\x5c\xd3\x7d\xe0\xe4\x9a\xdc\x81\x93\x6b\xf2\x07\x4e\xae\xe9\x39\x70\x72\x4d\xe1\xc0\xc9\x35\xc5\x03\x27\xd7\x94\x0e\x9c\x5c\x53\x3e\x70\x72\x4d\xe5\xc0\xc9\x35\xd5\xdf\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\xda\xc2\x86\x93\x6b\x8b\x1b\x4e\xae\x2d\x6d\x38\xb9\xaa\x68\x2e\xc6\xd1\xaa\xa2\xb9\x80\xe1\xda\xea\x06\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xd0\xf3\xe6\x06\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\xbc\xba\x80\xe1\xaa\x8d\xe2\x80\xe1\xaa\x8d\xe2\x49\xff\xec\x1b\x18\xae\x82\xb8\x80\xe1\x2a\x88\x0b\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xf2\x6c\x02\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xfb\x57\xf2\x9a\x2a\xdc\xda\xd4\x95\xb5\xe1\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xbd\xd9\xe0\xe4\xaa\xe2\x45\xe0\xe4\xaa\xe2\x45\x43\xff\xec\x1b\x4e\x6e\xda\xa9\x0d\x4e\x6e\xda\xa9\x0d\x4e\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\x54\x4d\x15\x32\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\xf7\xb3\x21\xe3\x66\x28\xf2\x45\xc6\xed\x56\x9a\xed\x8b\x56\x22\x4b\xee\xa0\xb5\xa3\xe6\x76\xef\xa8\xb9\xdd\x3b\x6a\x6e\x64\xe5\x57\xfe\xab\x76\x93\x9a\xbe\xea\x79\x63\xc3\xd0\xed\x9e\x07\x86\x6e\x2f\x6a\xe4\xdf\xee\x3a\x30\x74\xfb\x31\x21\xd2\x72\x07\x86\x6e\x2f\x5a\xf4\xb4\x9e\x03\x43\xb7\x17\x29\xd2\xef\x17\x25\x5e\x9f\x23\x69\xc3\xd0\xcd\xe5\x03\x43\xb7\x1f\xff\x1c\xad\x7a\x60\xe8\xf6\xe3\x9b\xa3\xd5\x0f\x0c\xdd\x5e\x64\xc8\xb7\x70\xf3\xc0\xd0\xed\x45\x85\x36\x84\x9b\xbf\x0e\x0c\xdd\xfc\x7d\x60\xe8\xe6\xdd\x81\xa1\x9b\xf7\x07\x86\x6e\xfe\x39\x30\x74\xf3\xe1\xc0\xd0\xcd\xc7\x03\x43\x37\x9f\x0e\x0c\xdd\x7c\x3e\x30\x74\xf3\xe5\xc0\xd0\xcd\xd7\x03\x43\x37\xdf\x0e\x0c\xdd\x7c\x3f\x30\x74\xf3\xe3\xc0\xd0\xcd\xcf\x03\x43\xb7\x6d\x27\x96\xfa\xfc\x5c\x07\x86\x6e\xcf\x7d\x60\xe8\xf6\xb8\x03\x43\xb7\xc7\x1f\x18\xba\x3d\xcf\x81\xa1\xdb\x13\x0e\x0c\xdd\x9e\x78\x60\xe8\xf6\xa4\x03\x43\xb7\x27\x1f\x18\xba\x3d\xe5\xc0\xd0\xed\xa9\x07\x86\x6e\x4f\x3b\x30\x74\x7b\xfa\x17\x86\xfe\x75\x64\x1c\x40\xb9\x3d\xf3\x00\xca\xed\x59\x07\x50\x6e\xe1\x3a\x80\x72\x0b\xf7\x01\x94\x5b\x70\x07\x50\x6e\xc1\x1f\x40\xb9\x85\xe7\x00\xca\x6d\xdb\x6d\xa5\x3e\x87\x78\x00\xe5\x16\xd2\x01\x94\x5b\xc8\x07\x50\x6e\xa1\x1c\x40\xb9\x85\x7a\x00\xe5\x16\xda\x01\x94\x5b\xe8\x07\x50\x6e\xdb\x4e\xa9\xb7\xcf\xf3\x00\xca\x2d\xac\x03\x28\xb7\x78\x1d\x40\xb9\xc5\xfb\x00\xca\x2d\xba\x03\x28\xb7\xe8\x0f\xa0\xdc\xe2\x73\x00\xe5\x16\xc3\x01\x94\x5b\x8c\x07\x50\x6e\x31\x7d\x01\xe5\xbf\xaa\xa5\x16\xf3\x81\xa1\x5b\x2c\x07\x86\x6e\xb1\x1e\x18\xba\xc5\x76\x60\xe8\x16\xfb\x81\xa1\x5b\x1c\x07\x86\x6e\x71\x1e\x18\xba\xc5\x75\x60\xe8\x96\xae\x03\x43\xb7\x74\x1f\x18\xba\x25\x77\x60\xe8\x96\xfc\x81\xa1\x5b\x7a\x0e\x0c\xdd\x52\x38\x30\x74\xdb\x76\x2b\xa9\xcf\x29\x1d\x18\xba\xa5\x7c\x60\xe8\x96\xca\x81\xa1\x5b\xaa\x07\x86\x6e\xa9\x1d\x18\xba\x6d\xbb\x92\xde\x3e\x8f\x03\x43\xb7\x34\x0f\x0c\xdd\xd2\x3a\x30\x74\xcb\xd7\x81\xa1\x5b\xbe\x0f\x0c\xdd\xb2\x3b\x30\x74\xcb\xfe\xc0\xd0\x2d\x3f\x07\x86\x6e\x39\x1c\x18\xba\xe5\x78\x60\xe8\x96\xd3\x81\xa1\x5b\xce\x07\x86\x6e\xdb\x8e\xa1\xb7\xcf\xf5\xc0\xd0\x2d\xb7\xdf\x60\xe8\x26\xc4\x09\x86\x6e\x42\x9c\x60\xe8\x26\xc4\x09\x86\x6e\x4a\x77\x04\x86\x6e\x4a\x69\x04\x86\x6e\x4a\x69\x24\x40\xa1\x94\x46\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\xa6\x94\x46\x60\xe8\xa6\x94\x46\x41\xcf\x5b\x1b\x86\x6e\x4a\x69\x04\x86\x6e\x32\xe9\x82\xa1\x9b\xf0\x2e\x18\xba\x09\xef\x82\xa1\x9b\x4c\xb3\x60\xe8\x26\xd3\x2c\x18\xba\xc9\x34\x9b\xf4\xcf\xb1\x61\xe8\xf6\x26\x31\xe2\x09\x6f\x12\x23\x9e\x20\x58\x09\x86\x6e\x82\x95\x60\xe8\x26\x58\x59\xf5\x4f\xbf\x61\xe8\xa6\x78\x39\x30\x74\x53\xbc\x1c\x18\xba\x29\x5e\x0e\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x54\x4b\x13\x0c\xdd\x54\x4b\xb3\xe9\x79\x6b\x03\xca\x5d\x46\x5c\x80\x72\x57\xfa\x21\x80\x72\x17\xa8\x05\x28\x77\x81\x5a\x80\x72\x57\xc2\x21\x80\x72\xbf\xda\x06\x94\xfb\xd5\x37\xa0\xdc\xaf\xb1\x01\xe5\x7e\xfb\x0d\x28\xf7\xfb\xd9\x80\x72\x27\x37\xbb\x80\x72\x77\xf7\x06\x94\xbb\x41\xc6\x17\x28\x77\x72\xb3\x0b\x28\x77\x72\xb3\x0b\x28\x77\x83\x8a\x2f\x50\xee\x06\x15\x5f\xa0\xdc\x0d\x26\xbe\x60\xb8\xbb\xbc\x81\xe1\xee\xca\x06\x86\xbb\xa3\x6a\x13\x90\xba\xbf\xf0\x50\xad\x73\x57\x5b\x7f\xe1\xa1\x9e\x39\x0f\xf8\xdb\x7f\x8c\x86\xff\x50\x17\x7d\x47\x8e\xbc\xda\x17\x39\x7a\x5a\xee\x40\xc6\xfd\xc7\xb1\x4c\xeb\x39\x90\x71\x7f\x11\x23\x2f\xd5\xc7\x03\x19\xf7\x17\x2d\xf2\x09\x7c\x3e\x90\x71\x7f\x91\x62\xa2\x55\x0f\x64\xdc\x7f\xa2\xb6\x68\xf5\x03\x19\xf7\x17\x21\x16\x5a\xf3\x40\xc6\xdd\xaf\x03\x19\xf7\xe7\x3a\x90\x71\x7f\xee\x03\x19\xf7\xc7\x1d\xc8\xb8\x3f\xfe\x40\xc6\xfd\x79\x0e\x64\xdc\x9f\x70\x20\xe3\xfe\xc4\x03\x19\xf7\x27\x1d\xc8\xb8\xef\xd1\x5a\xf4\x79\xdb\xd7\xff\xf6\xb9\x1e\xc8\xb8\x3f\xed\x40\xc6\xfd\xe9\x07\x32\xee\xcf\x38\x90\x71\x7f\xe6\x81\x8c\xfb\xb3\x0e\x64\xdc\xc3\x75\x20\xe3\x1e\xee\x03\x19\xf7\xe0\x0e\x64\xdc\x83\x3f\x90\x71\xdf\xf6\xe4\xab\xcf\x21\x1c\xc8\xb8\x87\x78\x20\xe3\x1e\xd2\x81\x8c\x7b\xc8\x07\x32\xee\xa1\x1c\xc8\xb8\x87\x7a\x20\xe3\x1e\xda\x81\x8c\x7b\xe8\x07\x32\xee\x61\x1c\xc8\xb8\x87\x79\x20\xe3\x1e\xd6\x81\x8c\x7b\xbc\x0e\x64\xdc\xe3\x7d\x20\xe3\x1e\xdd\x81\x8c\x7b\xf4\x07\x32\xee\xf1\x39\x90\x71\x8f\xe1\x40\xc6\x3d\xc6\x03\x19\xf7\x98\x0e\x64\xdc\x63\x3e\x90\x71\x8f\xe5\x40\xc6\x3d\xd6\x03\x19\xf7\xd8\x0e\x64\xdc\xb7\x8d\xed\x6f\x9f\xc7\x81\x8c\x7b\x9c\x07\x32\xee\x71\x1d\xc8\xb8\xa7\xeb\x40\xc6\x3d\xdd\x07\x32\xee\xdb\x06\x76\xf5\x39\xf9\x03\x19\xf7\xf4\x1c\xc8\xb8\xa7\xf0\x85\x8c\x7f\x1d\x89\x07\xfc\xed\x29\x1d\xf0\xb7\xa7\x7c\xc0\xdf\x9e\xca\x01\x7f\x7b\xaa\x07\xfc\xed\xdb\xe6\xf4\xb7\xcf\xfd\x80\xbf\x3d\x8d\x03\xfe\xf6\x34\x0f\xf8\xdb\xb7\x4d\xe8\xea\x73\xbe\x0e\xf8\xdb\xf3\x7d\xc0\xdf\x9e\xdd\x01\x7f\x7b\xf6\x07\xfc\xed\xf9\x39\xe0\x6f\xcf\xe1\x80\xbf\x3d\xc7\x03\xfe\xf6\x9c\x0e\xf8\xdb\xb7\xcd\xe3\xea\x73\x2e\x07\xfc\xed\xb9\x1e\xf0\xb7\xe7\x76\xc0\xdf\x9e\xfb\x01\x7f\x7b\x1e\x07\xfc\xed\x79\x1e\xf0\xb7\xe7\x75\xc0\xdf\x5e\xae\x03\xfe\xf6\x72\x1f\xf0\xb7\x17\x77\xc0\xdf\x5e\xfc\x17\xfc\xfd\xbb\x1a\x2c\xcf\x81\x8c\x7b\x09\x07\x32\xee\x25\x1e\xc8\xb8\x97\x74\x20\xe3\x5e\xf2\x81\x8c\x7b\x29\xbf\x41\xc6\xbd\xef\x1b\xf6\x7a\xdf\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xec\x1b\xf6\xfa\xd8\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xee\x1b\xf6\xfa\xdc\x37\xec\xf5\xb9\x6f\xd8\xeb\x73\xdf\xb0\xd7\xe7\xbe\x61\xaf\xcf\x7d\xc3\x5e\x5f\xfb\x86\xbd\xbe\xf6\x0d\x7b\x7d\xed\x1b\xf6\xfa\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x8d\x7b\xdf\xb0\x37\xee\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x0d\xb7\x6f\xd8\x1b\x6e\xdf\xb0\x37\xa8\xf8\x23\x64\x3c\xa8\xf8\x23\x64\x3c\x0c\x32\xbe\xc8\x78\xf8\x7b\x43\xc6\x83\x8a\x3f\x42\xc6\xc3\xa0\xe2\x8b\x8c\x07\xf5\xcc\x85\x8c\x87\xdf\x77\xc6\x0d\xbf\xef\x8c\x1b\x7e\xdf\x19\x37\x7e\x20\x22\xad\x72\x60\xe1\xf1\x63\x48\xa4\xd5\x0e\x2c\x3c\x7e\x8c\x88\xb4\xc6\x01\x78\xc7\x0b\x11\xf9\xb2\xfe\xcc\x05\x31\x7e\x7c\xc6\xb4\xee\x03\xf0\x8e\x9f\xd8\x42\x5a\xfe\x00\xbc\xe3\x27\xae\x90\x56\x38\x00\xef\x78\x21\x21\xa3\xe7\x49\x07\xe0\x1d\x2f\x1c\xe4\x9d\x3e\xe5\x00\xbc\xe3\x85\x82\x8c\xb7\xa7\x1d\x80\x77\x3c\xfd\x00\xbc\xe3\x19\x07\xe0\x1d\x5b\x2a\x27\xbd\x95\x67\x1d\x80\x77\x84\xeb\x00\xbc\x23\xdc\x07\xe0\x1d\x5b\xaa\x26\x49\x17\xfc\x01\x78\x47\x78\x0e\xc0\x3b\x42\x38\x00\xef\x08\xf1\x00\xbc\x23\xa4\x03\xf0\x8e\x90\x0f\xc0\x3b\x42\x39\x00\xef\x08\xf5\x00\xbc\x23\xb4\x2f\xc0\xfb\x57\xb5\x30\x42\x3f\xb0\xf0\x08\xe3\xc0\xc2\x23\xcc\x03\x0b\x8f\xb0\x0e\x2c\x3c\xe2\x75\x60\xe1\x11\xef\x03\x0b\x8f\xe8\x0e\x2c\x3c\xa2\x3f\xb0\xf0\x88\xcf\x81\x85\x47\x0c\x07\x16\x1e\x5b\x4a\x24\xf5\x39\xa6\x03\x0b\x8f\x98\x0f\x2c\x3c\xb6\x34\x48\x6f\x9f\xeb\x81\x85\x47\x6c\x07\x16\x1e\xb1\x1f\x58\x78\xc4\x71\x60\xe1\x11\xe7\x81\x85\x47\x5c\x07\x16\x1e\x5b\xaa\x23\xf5\x39\xdd\x07\x16\x1e\xc9\x1d\x58\x78\x24\x7f\x60\xe1\x91\x9e\x03\x0b\x8f\x2d\xad\x91\xfa\x9c\xe2\x81\x85\x47\x4a\x07\x16\x1e\x29\x1f\x58\x78\xa4\x72\x60\xe1\xb1\xa5\x30\x7a\xfb\xdc\x0e\x2c\x3c\x52\x3f\xb0\xf0\x48\xe3\xc0\xc2\x23\xcd\x03\x0b\x8f\xb4\x0e\x2c\x3c\xf2\x75\x60\xe1\x91\xef\x03\x0b\x8f\xec\x0e\x2c\x3c\xb2\x3f\xb0\xf0\xc8\xcf\x81\x85\x47\x0e\x07\x16\x1e\x5b\xba\x21\xf5\x39\xa7\x03\x0b\x8f\x9c\x0f\x2c\x3c\x72\x39\xb0\xf0\xc8\xf5\xc0\xc2\x23\xb7\x03\x0b\x8f\xdc\x0f\x2c\x3c\xb6\x94\x41\x6f\x9f\xe7\x81\x85\x47\x5e\x07\x16\x1e\xe5\x3a\xb0\xf0\x28\xf7\x81\x85\x47\x71\x07\x16\x1e\xc5\x1f\x58\x78\x94\xe7\xc0\xc2\xa3\x84\x03\x0b\x8f\x12\x0f\x2c\x3c\x4a\x3a\xb0\xf0\x28\xf9\xc0\xc2\xa3\x94\x03\x0b\x8f\x52\x0f\x2c\x3c\x4a\x3b\xb0\xf0\x28\xfd\xc0\xc2\xa3\x8c\x03\x0b\x8f\x32\x0f\x2c\x3c\xca\x3a\xb0\xf0\xa8\xd7\x17\x16\xfe\x75\xe4\x3e\x00\xef\xa8\xee\x00\xbc\xa3\xfa\x03\xf0\x8e\xfa\x1c\x80\x77\xd4\x70\x00\xde\x51\xe3\x6f\x00\xef\x10\xac\x04\xf0\x0e\xc1\x4a\x00\xef\x78\x73\xc1\xf3\xd4\x37\x17\x3c\xf7\x7f\xf3\xbd\x03\x98\x14\x1a\x20\xd0\x20\x53\x29\x80\x77\xc8\x54\x0a\xe0\x1d\x0a\x1b\x00\xf0\x0e\x85\x0d\x00\x78\x87\xc2\x06\x00\xbc\x43\x70\x14\xc0\x3b\x04\x47\x83\x9e\x57\x37\xc0\x3b\x04\x47\xa3\x9e\xd7\x37\xc0\x3b\x14\x36\x00\xe0\x1d\x8a\x0d\x00\xf0\x0e\x45\xb1\x02\x78\x87\x8c\xb1\x00\xde\x21\x63\x6c\xd2\x3f\xf3\x06\x78\x87\x40\x2d\x80\x77\x08\xd4\x02\x78\xa7\x60\x65\xfd\x97\x81\x6f\x0a\x71\x82\x85\xa7\x10\x67\xd5\x4d\xe6\x86\x85\xa7\x50\x25\x58\x78\x2a\x89\x3b\x58\x78\xca\x8a\x0a\x16\x9e\xb2\xa2\x82\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x90\x2a\x58\x78\x0a\xa9\x36\x3d\xaf\x6e\x58\x78\x0a\xa9\x76\x3d\xaf\x6f\x58\x78\x2a\xc1\x3b\x58\x78\x2a\xc1\x3b\x58\x78\xaa\x28\x3f\x58\x78\xba\xb8\x61\xe1\xe9\xd2\x86\x85\xa7\xcb\x1b\x16\x9e\x4a\xa0\x02\x16\x9e\x4a\xa0\x02\x16\x9e\xd4\x91\x14\x16\x9e\xd4\x91\x14\x16\x9e\x7e\x6c\x58\x78\xbe\x75\x24\xb9\x0b\x75\x24\x85\x85\xe7\x73\x6d\x58\x78\x1a\x8a\x7c\xb1\xf0\x7c\xf6\x0d\x72\xf3\xd9\x37\xc8\xcd\x67\xdf\x20\x37\xc9\x2b\x2d\x2b\xf1\x7c\xa8\x90\x4d\x61\x86\xf9\x50\x01\x9c\x74\xb5\xf3\xa1\x7a\x3b\x75\x0d\xa7\x50\x63\xb8\x2e\x4d\xac\x49\x6a\x14\xaf\xb7\x41\x6a\x14\x4f\x49\xb1\x29\x34\x18\xe2\xa5\xe9\x34\xc9\x36\xad\xf4\xba\x93\x7a\xfc\xef\x73\x85\x02\xa3\xb2\xdd\xb1\x2b\x7f\x92\x50\xc5\xeb\x9b\x05\x2a\xb1\x90\x54\x78\x06\xaa\x7e\xb3\x3d\x70\x06\xaa\x7e\x93\xa5\x7c\x06\x64\xa2\x2e\xe8\xa4\x9e\xbf\x52\xfe\xce\x40\x55\xf3\x8c\x84\x81\xaa\xe6\x6c\x71\x9c\x01\x79\xa8\xa9\x39\x85\xf2\xe2\x50\x9f\x74\x05\xcb\x69\x9c\xdf\x47\xe5\xef\x09\x6f\x09\x81\x19\xaf\xff\x1c\x79\x43\xf9\x7f\x46\x1a\xa9\x5e\x3c\xb5\x2a\x27\xa9\x5e\x3c\x85\xd6\xa6\x52\xbd\xd4\xe8\xaf\xd9\x7e\xe6\x02\x29\x5f\xbc\x46\x8e\x52\xbe\xd4\xfc\x6b\x8e\xfd\xcc\x1e\x52\xbf\xa8\xa8\xf4\x24\xf5\x8b\x12\xea\x4e\xa5\x7e\xa9\xd5\x5f\xcb\xfb\xab\x5d\xbf\xe6\xd5\xaf\xfe\xf8\x6b\x0e\x7f\xad\xee\x55\xd6\x64\x46\x55\xa9\x67\xd6\x29\x2d\xcc\x7b\x1d\xff\xe7\x8c\x2a\xba\xf3\x06\xe3\x5b\xaa\xc4\x5f\xdd\xfb\x8b\xf2\x6b\x93\x54\x31\xca\xb5\x3d\xd3\xbb\x35\x81\x67\xce\xca\x7f\xed\x9e\xdc\x85\xf4\x31\xfe\xd6\xd5\x9a\xe3\xea\xeb\xd6\x47\x52\xc9\x78\x36\xb6\x4e\xa5\x92\xf9\xf5\x26\xec\x8d\x45\xfe\x4b\x21\x91\x99\x55\x33\x9e\x77\xad\x0d\xc7\x3d\xbd\x65\x55\x26\x9b\x8e\x55\xce\x6d\x6a\xd3\x71\xff\xf5\xf6\x75\xbd\x32\x44\x94\x5f\x47\x78\x0a\x41\x47\x53\x1b\x8d\xc7\xa5\xe7\xe9\x09\xcc\x06\x52\x09\x4f\x6d\x38\x1e\x37\x32\xfc\x7a\x3f\x92\x55\x9b\x8f\x7f\x5d\x3d\xfb\xcf\x51\x55\xf7\x47\x19\x4f\xaa\xfb\x5f\x23\xf8\xab\xde\x3c\x5f\x52\x51\xe9\x9f\x33\xe9\xd7\x7b\xf9\x19\x5b\x6f\x65\x7f\xde\x79\x79\xd7\x2d\x7a\xfe\xfe\x27\x1f\x47\x7f\xdb\x43\x6d\x65\x1e\xf5\xd7\xaa\xfb\xb3\xba\xb2\xa5\xd9\xa3\xd4\x67\x69\x9f\xff\xe8\x3c\xe3\xc7\xeb\x49\x83\x16\xa3\xb0\x30\x66\x48\xac\x3c\x0d\x6a\x78\x65\xe9\x98\xec\x11\x52\x1d\xfe\xa9\x0d\x3d\x53\xdf\x72\xfe\x2b\xa2\x6e\x6a\xcf\xcf\xf6\x8a\xd8\xf7\xe3\x49\xca\x3e\x09\xc9\xf4\x5a\x18\x15\x92\xf9\x6b\xb8\xd8\x04\xe2\x0a\x85\x66\xfe\x3a\x3a\x9e\xd7\x20\x34\x09\xd1\xf4\x5a\xcc\x14\xa2\xb9\x4d\x66\x42\x31\xdf\xc9\xdc\xca\x3e\x99\x15\x8a\x79\x4c\x66\x42\x32\xdf\xc9\xac\x90\xcc\x63\x32\x13\x9a\xf9\x4e\xe6\x36\xf7\xc9\xfc\xd6\x05\xfa\xf7\x64\xee\xd7\x3e\x99\xe5\x44\xff\xcd\x64\xc6\xa1\xfe\x4e\xe6\xb7\x7e\xd0\xf7\x64\xee\xcf\x3e\x99\xe5\x20\xff\x9a\xcc\xcf\xd7\x64\xc6\x69\xfe\x4e\x66\x39\xcd\x7f\x33\x99\x31\x67\xbe\x93\x59\xe6\xcc\x7d\x32\xf7\xf5\xf3\x4d\x31\x4c\xbe\x93\x59\x86\xc9\x6d\x32\x63\x9c\x7c\x27\xb3\x8c\x93\xdb\x64\x16\x92\xfc\xcd\x64\x16\x72\x3c\x26\x33\x86\xc9\x77\x32\xcb\x30\xf9\x9b\xa9\x22\xa4\x79\x4c\x66\x70\xe4\x3b\x99\x67\xfc\xd3\x64\x16\xa6\xfc\xcd\x64\x9e\x75\x9f\xcc\xef\xbe\xa8\xef\xc9\xfc\xee\x8f\xfa\xfb\x64\x7e\xf7\x4d\x7d\x4f\xe6\x39\xf7\xc9\xac\x38\xd4\x6d\x32\x13\x34\xf0\x4e\xe6\x75\xef\x93\x19\x23\xea\x3b\x99\x09\x1a\x78\x27\x33\xee\x7e\x4d\xe6\x25\x23\xea\x3e\x99\x7f\x1d\xbd\x8f\x19\xbb\x2e\xb7\xcd\xd8\x85\x0b\x5f\x33\x76\xc9\xd8\xfa\x3d\x63\x97\x8c\xae\xdf\x33\x76\x61\x7c\xd5\x8c\x5d\x18\x58\x3d\x95\x06\x16\x06\x56\x9f\xd4\x07\xfa\x49\x71\x8d\x05\xdc\xf5\x20\xe8\x75\x91\x1d\xcc\xb7\x14\x1f\x17\xfb\x08\xcf\xa4\xa4\xc3\x32\xe8\x1b\x5a\x8c\x31\xbb\xfb\xfb\x0c\xe9\xa7\xd2\x1d\x9e\xab\xa7\xf1\x3c\x6f\x6a\xaf\x75\x93\x1a\x2c\x3c\xff\x3d\x73\x2b\x05\x58\xee\x3d\x3d\xeb\xae\xa9\x50\x2e\x6e\x19\x8c\xfe\x75\x26\x3c\xd7\xf8\x3e\xe3\x29\x6a\x3c\x43\x9c\xfe\xab\x07\x06\xaf\x43\x2b\x29\x86\x50\xbe\xcf\x58\xa8\xc1\xb5\xc2\xb3\xda\x4a\x21\xd6\xe0\x57\xe2\x4c\xfc\x93\xa4\x44\xe7\xfe\x4e\x52\x22\x75\x7f\x2b\x69\xf9\xa3\xa4\xf5\x8f\x92\xb6\x3f\x4a\xda\xff\x28\xe9\xf8\xa3\xa4\xf3\x8f\x92\xc2\x6e\x99\xcf\xeb\x8d\xfc\x55\xeb\x06\x66\x32\x6a\xcc\xa4\x6d\x29\xf8\xad\xe5\x69\x31\xbe\x54\xc3\xe9\xd6\x3f\x19\x83\xd4\x84\x58\x8a\x59\xa0\xa0\xe8\x52\xbc\x82\xd3\x39\x98\xfd\x53\xaf\xeb\xb9\x5f\x78\xbc\xcc\x28\x6d\x55\xec\xad\x45\xe9\x12\xea\x28\x2c\x6a\x40\xa9\xce\xee\x32\xfa\xe0\x54\xf0\x7c\xc9\x18\xdd\x74\x1d\x45\x39\x87\x5a\x8b\x16\x23\x19\x23\xb4\x87\x3e\xac\x87\x2a\xbf\x7d\xa6\x47\xb2\x1a\x4d\xb0\x5c\xe4\xd6\xa2\x48\x21\xb5\x2a\x96\x0c\xcc\xa4\xc4\x5a\xcf\xa7\x40\xe3\x5f\xd5\xf1\x92\xdd\x99\xe2\x22\xeb\x29\x5f\x2d\x96\x65\xaf\xce\xb5\xaf\x16\xd5\x60\x58\xf0\x56\xa0\x1a\x0c\x09\x2d\x97\xb8\x02\xa5\x76\x97\x71\x84\xcf\x3f\xfd\xd7\x3f\x4d\xa0\xe7\x41\x04\x59\x88\x43\x7f\x2b\xec\x2c\x2a\x2f\x3a\x7d\x40\x78\x82\xa3\xbc\xc9\xa2\xf2\xa2\xa3\x9c\xdc\xa2\xba\xa9\x78\xc2\x32\x33\xa2\xf3\x30\xa8\x65\x26\x44\xe7\x29\x78\xbb\xcc\x7c\xf8\xf9\x67\xf8\xfa\x67\xe4\x1c\xf2\x53\xeb\xd4\x13\xac\xbe\x0c\xcb\x3a\x0f\xab\x5e\xd4\x33\xf5\xa4\x57\x59\x66\x02\xfc\xfc\x73\x7c\xfd\x73\xd2\x62\x79\x4c\x6b\xff\x67\x76\xfb\x3f\xb3\xdf\xef\x99\x9f\xaf\x7f\x86\xaf\x7f\xc6\xfd\x9e\x54\x47\x5f\x7a\x67\x6f\x1d\x54\x06\x98\x99\xd1\x2c\x7f\xe9\xaf\x96\x99\xd0\x3e\xad\xfb\xab\xe5\xbe\x5a\x40\x0b\x4d\xb9\xf2\xec\x53\xa7\x30\x91\x48\x6c\xb3\x0a\x8b\xd2\xa3\x7f\xf2\x8d\x80\x43\xab\xf0\x8d\x60\x84\xcb\x70\xaa\x95\x27\xb5\x96\xbd\x4f\x07\x97\x5b\x64\xf8\x76\x30\xc2\x65\xd8\xd4\x29\xed\xcc\x32\x6c\xea\x94\xae\x66\x19\x36\xb5\x02\xa8\xd6\x5a\xfb\x3f\xcd\x04\x66\x89\xbd\xad\x75\x53\x7c\x8d\xf7\x69\xa6\x2f\x17\xba\xce\x79\xce\xf1\x74\x33\x79\x59\x95\x66\x6b\x05\x5a\xf4\xc5\x4c\x5d\x56\xb3\xd9\x5a\x70\x55\x60\xca\xaa\xf0\x6f\x2d\x02\x95\x05\x82\x9c\x78\xcb\x60\xad\x55\xd2\xb6\x16\xdc\xba\x33\xea\x0c\xaa\x5a\xf5\x78\x6b\xc1\x9b\xa9\x07\xb5\x1a\x7d\x29\x7c\x77\x03\xad\x2e\x00\x5a\x57\xa3\x9c\x1c\xa0\x75\x09\xb4\x7a\xdd\x85\x11\xa9\x37\x2f\xb0\xfa\x9e\x1b\x5f\xe7\xe6\xd7\xb9\xb5\x9f\x53\x34\xa7\xce\x19\x10\xfd\x9c\x73\x5f\xe7\xfc\xd7\x39\xeb\x75\xd2\x32\x6c\x5b\xe4\x2d\xbf\xab\xb5\xe2\xb6\xe9\x63\xf5\xf2\xd5\xaa\x5f\xad\xf6\xd5\xea\x5f\xad\x41\x8b\x37\x68\x60\xf4\xb5\x91\x2c\x03\xa3\x2e\x50\x01\x6a\x0d\x46\xb9\x16\xc6\x71\x7f\xb5\x34\x0a\xe8\xf5\x08\x5f\xad\xf8\xd5\x4a\x5f\xad\xfc\xd5\x42\x06\xac\x53\x6b\xd4\xaf\x96\xb6\x89\x33\x3e\x07\x32\x08\x38\x0d\x64\xf8\x35\x0a\xfe\xbe\x2c\x0f\xc4\xd3\x80\x1c\x6b\xdb\x79\xbe\xe6\xb5\x95\xf3\x5a\x54\x33\x4a\xe4\x08\x5e\xd3\x7d\xb5\xfc\x57\xeb\xf9\x6a\xc9\xcd\xcf\xe4\x78\xeb\x5a\xaa\xa5\x60\x4e\x5a\x0a\x48\x7d\x5b\x5c\x67\x13\xce\x5f\x42\x7b\x36\x89\xad\xe0\xe3\xaf\x96\x55\x61\x35\x43\xac\xb5\xf8\xa7\xb2\xed\x2e\xfe\xa9\xbc\x0c\xba\x8b\xb6\xbe\x71\x97\x5b\x28\xd4\xa6\x91\xbf\x15\x20\xca\x3d\x6f\x19\x33\xb9\xe7\x2d\xa3\x24\xf7\xbc\x65\xbe\xb1\xbc\x52\xfe\x36\x4f\xdb\x5a\xa6\x91\xfd\x1d\x51\x3b\x5e\xe7\x9e\x9f\xcf\xf0\xab\x15\x3e\x1f\xcc\xdf\x31\x7e\x3e\x98\xbf\x63\xfa\x2c\x21\xfe\x8e\x0c\x02\xab\xc9\xea\x6f\x99\x15\x90\xe1\xc6\x20\xf0\xca\xf0\x06\x6d\xdc\xb4\x14\xea\xcc\x5d\x14\xb4\xf1\x70\x9d\xb8\x91\x55\x3e\xf5\xb7\x82\x36\x1e\x9e\x2e\x5e\xf4\xd0\xcf\x37\x68\x43\xf7\xdc\x52\xc9\xfa\x5b\xd6\xf5\xac\x96\x6c\xca\x7a\x82\x6c\xca\x3c\x41\xdc\x28\x23\xad\x38\x89\xde\xa7\x02\x8a\x79\x9f\x4e\xd9\xa0\x6d\xfa\x79\xa7\x6c\xd0\xa6\x9c\xbc\x53\x36\x68\x2b\xa7\xe7\x9d\xb2\x41\x5b\x09\x3b\xef\x94\x0d\xda\x90\x88\x77\xca\xf8\xdc\x75\x9d\x8c\xae\xb4\x94\xf1\x79\x72\x17\x65\x7c\x9e\xdc\xe5\x51\xa8\xc2\xa4\xb5\x8f\x02\xf7\x3c\x5f\xad\x40\x32\xde\x4c\x2b\x7e\x2a\x3d\x79\xf7\xa4\x4f\x4d\x32\xef\x0c\xd0\xa8\x26\x99\x77\x38\xc8\xa9\x49\xe6\x1d\xe6\x50\x6a\x92\x79\x87\x63\x9c\xa4\xa5\xde\xe1\x14\xc7\x40\xe9\x1d\xf0\x86\x9a\x64\xde\xe1\x0c\xbf\x75\x4f\x1c\xe1\xd4\x24\xf3\x0e\x27\x38\x35\xc9\xbc\x03\xde\x50\x93\xcc\xbb\xa0\xba\x71\xf4\x53\x85\xf7\x12\x77\x89\xaa\xef\xc5\x13\xa2\xea\x7b\x71\x17\x79\x51\x7f\x6a\x92\x79\x8a\xb7\xab\x26\x99\x57\xf1\x76\x6a\x92\xf9\xb7\x78\xfb\x4f\x4d\x32\xef\x92\xea\x7b\xf1\xb6\x54\xcb\x6e\xf0\x0e\xe4\x35\xfd\xa9\x49\xe6\x29\xf7\xae\x9a\x64\xfe\x2d\xf7\x1e\xf9\x26\x49\xf5\xbd\x74\x27\x6a\xac\x75\x9d\xa3\x96\xd9\xcd\xfb\x93\x87\x34\x6e\x7d\x1e\x9f\x9a\x64\xde\xe1\x1d\x45\x8d\x7a\x87\x67\xf4\x53\x93\xcc\x3b\x3c\xa3\xd4\x24\xf3\x94\x8b\x57\x4d\x32\xef\xe4\x11\x8d\x9f\x3e\xe3\x11\xa5\x26\x99\x57\x39\x79\x6a\x92\x79\x95\x93\xa7\x26\x99\xa7\x9c\xbc\x0a\x69\x7a\xca\xc9\x7f\x5a\xf9\xa7\xf5\xb7\xa5\xda\x53\x69\x5e\x35\x36\xfd\x5b\x69\x7e\x32\xe0\x70\x86\x52\x47\xd3\x53\x69\xfe\xd3\x1a\x5f\x2d\x6a\x5e\x06\x75\x6c\xed\xad\xa2\xfa\x9b\x88\x87\xb3\xd2\x05\x5e\x6d\x89\x5f\x2d\x60\xbf\x06\x9c\xea\xb8\x3e\x3a\x67\xfd\xa4\xc6\xa6\x57\xdd\x79\xea\x68\x7a\xd5\x9d\xff\x69\xf5\xaf\x16\xfd\x2c\xbc\xee\xa2\xda\x9c\x0c\x08\x9c\x90\x4e\x1f\x4e\xc5\x0f\xb4\x28\x2c\xb5\x78\x13\x14\xb0\xa3\xc6\xa6\x77\x14\xb0\xa3\xc6\xa6\x77\x4b\x55\x2e\x4d\x5a\xaf\x02\x76\x86\x66\xbd\xbf\x28\xd6\x67\x35\x36\xbd\x7f\xd3\xf0\xeb\x9c\x52\xef\x4f\x5a\xe9\xff\x7e\x6a\x6c\x9a\xcd\xee\xa7\xc6\xa6\xd9\xd5\xfe\xf7\xd6\xd8\x34\xeb\xdc\xff\xde\x1a\x9b\x66\x4b\xfb\xa9\xb1\x69\x56\xb3\xff\xbd\x35\x36\xbd\xbf\xf5\x74\xee\xa2\x94\x2b\x8d\xbb\x28\xe5\x8a\x21\x48\xef\xef\xf8\x51\xca\x66\x4b\xfb\xa9\xb1\xe9\xfd\x2d\x44\x4e\x3f\x8d\x76\xab\xc6\xa6\xf7\x4a\xb3\xd2\xf4\x3c\xfa\xe2\x74\x4f\x6a\x73\x1a\xde\xf2\x5e\x9b\x65\xcd\xe0\xe3\xfd\x5b\xcf\x54\x2d\x8a\xeb\x31\x01\xbc\xb6\xb5\x36\xde\x19\xdb\x5a\x31\x19\x7a\xcf\x96\x56\x6a\x6c\x7a\xaf\xe2\x7a\x17\xb2\xb3\x9d\x95\x52\x7b\xde\x6b\x3b\x6b\x57\x4b\x05\x2a\xf5\x04\x55\x6f\xbd\x69\xa9\x7a\xbd\xee\xc9\x64\x0e\xbc\x09\xed\x51\x68\x5c\xa7\x8d\x08\xcc\x0e\xcf\x26\x04\x0a\x69\x7a\xd5\xe3\xa7\x90\xa6\xf7\xda\x80\xb0\xb8\x27\x1b\x10\x28\xa4\xe9\xbd\x36\x1f\x0c\x64\x7f\x89\x3c\xef\xd3\x7f\x88\x2f\xf6\xb0\xff\xbd\x85\x34\xbd\xf7\x1b\xbb\xf5\x5e\x11\x61\x46\xcb\xbd\x57\x44\x58\xe3\x3a\x2d\x48\x91\x37\xaf\x05\x29\xd1\x17\x2d\x46\x8c\x64\xcf\x62\x44\x21\x4d\xef\xb3\x0a\x70\x22\x11\x7c\xee\xd6\x98\xd0\x42\xa4\xd1\xfa\x86\x64\xf0\x84\xbc\x2b\x2d\x9f\x77\xa5\xe5\xf3\xae\xb4\x7c\xde\x95\x96\xcf\xbb\xd2\xf2\x79\x57\x5a\xbe\xec\x4a\xcb\x97\x5d\x69\xf9\xb2\x2b\x2d\x5f\x76\xa5\xe5\xcb\xae\xb4\x7c\xd9\x95\x96\x2f\xbb\xd2\xf2\x65\x57\x5a\xbe\xee\x4a\xeb\xff\x13\x76\x66\x47\x92\xf3\x38\x10\x76\x89\x22\xc1\xcb\x1c\x9e\xfe\x9b\xb0\x31\xf8\x52\x55\xdd\xf3\x47\xec\xbc\x35\x5b\x2a\x89\x10\x2f\x24\x8e\x44\x1a\x3f\x0f\xad\x34\xff\x3e\xb4\xd2\xfc\x79\x68\xa5\xf9\xf3\xd0\x4a\xf3\xef\x43\x2b\xcd\x9f\x87\x56\x9a\xdf\x43\xeb\xff\x6e\xcd\x69\xfe\x7d\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xe7\x79\x96\xe6\xcf\xf3\x2c\xcd\x9f\xe7\x59\x9a\x3f\xcf\xb3\x34\xff\x3e\xcf\xd2\xfc\x79\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xef\xf3\x2c\xad\x9f\xe7\x59\x5a\x3f\xcf\xb3\xb4\xfe\x3e\xcf\xd2\xfa\x79\x9e\xa5\xf5\xf3\x3c\x4b\xeb\xe7\x79\x46\x65\xfe\xcf\x02\x56\x45\x1d\x2d\x8c\xb7\x9a\x8e\x5a\x7c\xe2\xc8\xe7\x3f\xf6\xf3\x77\x27\xff\xfc\xdd\x29\x3f\x7f\x77\xea\xaf\xdf\x9d\x9f\x1b\xe2\xb9\x3f\x7f\x77\xc3\xcf\xdf\xdd\x1f\x36\xbb\x44\x35\x7c\xd9\xec\x12\xd5\xf0\x65\xb3\x4b\x6f\x35\x7c\x4d\xdb\xfb\xc3\x66\x97\x2c\xfc\xb0\xd9\x25\x0b\x3f\x6c\x76\xc9\x7c\xc3\xbf\xa3\xe8\x5a\xa7\xa5\x6b\x7f\xc6\xb2\x6e\xb4\x4e\xf3\x0d\xbf\x9f\xa5\x96\xbb\xfa\x0f\x1b\xbe\xb9\x2d\xf9\x8e\xac\xdf\x79\x0d\xdb\x81\x0c\xe6\x36\xe3\x3b\xd0\xdb\xcd\xed\xc4\x77\xb8\xf5\x33\x51\x1b\xbf\xf4\x33\x68\x79\x80\xec\xf1\x10\x81\x64\x6e\x03\xbe\x83\xcd\xc4\xfc\x10\xb9\x03\x7d\x9f\xba\xf9\x77\xb8\xdd\x3e\x51\x37\xff\x0e\xbe\x04\x75\xf3\xef\x30\xbd\xe1\x8f\x7c\xad\x70\xd0\x53\x37\xff\x0e\xc6\x9d\xba\xf9\x77\xbc\xef\x9b\x5c\x43\x3e\x3f\x44\x4a\x3a\xc8\xe0\x87\x48\xb1\xa5\x7e\xfe\x91\xaf\x36\x0f\x49\x48\xd4\xcd\xbf\x03\x85\x84\xba\xf9\xb7\xb3\xb8\xa9\x9b\x7f\x07\xdb\x07\x75\xf3\xef\x60\x9b\xa3\x6e\xfe\x1d\x86\x0c\x51\xf2\x2d\x5a\xc8\x90\x75\x27\x63\x04\x0e\xb2\x88\x0c\xa8\x35\xe6\xc7\x4d\xd9\x0d\x89\xfc\xb8\xa9\x71\xe9\xed\x2e\xc3\xa3\x2f\xe1\xc7\xcd\x6e\xf5\xec\xad\xb1\x88\x8c\x93\x23\xdb\x64\x51\x72\xf0\xdb\xa4\x71\xa2\x07\x09\x39\xc0\x81\xd4\xf1\xcf\xfb\xf0\xbd\x13\x72\x24\xbe\x46\x42\x8e\xc2\x1b\x08\x64\xc6\x1b\x91\x2c\x31\x4e\x89\x31\x4c\x92\x51\xbf\x73\x7b\xfb\x9d\xfa\x1d\x32\x9a\xfa\xf2\x47\xc6\x9e\x38\x80\x2c\x31\x4e\x1c\x6a\xe6\x36\xe3\x3e\xa3\xde\xa0\x79\xa8\xa7\x20\x1f\x3b\x93\x25\xcd\x43\xc6\xc9\x90\x0f\x55\xd1\x1c\x43\x95\xa2\x6f\x6a\x8c\x53\xe2\x29\xa6\x71\x42\x76\x93\x7c\x7a\x0a\xf3\x90\x03\xdd\x4c\xf2\xd1\x6b\x23\x50\xbb\xea\x29\x8c\x61\xd2\xfb\x90\x2f\x21\x83\xe3\xab\x32\xf5\xcd\x0c\xf9\xd2\xf8\xc7\x36\x6d\x6e\x36\x28\x93\xdd\xdf\x0c\xd1\x13\x83\xe2\xb0\xac\x44\x2d\x33\x93\xe8\xdc\x99\x99\xa2\x68\x52\xe6\xb0\xec\xf6\xcd\xc4\x73\x58\x76\x3b\x5b\x9a\x39\x2c\x2b\x7b\xf3\x59\x1c\x96\xdd\xce\xf6\x6c\x0e\xcb\x4a\x59\xba\xb3\x78\x5f\x2a\x43\x9b\x35\xb4\x6a\x35\x1f\x3e\xd3\x53\xdc\x7d\x72\xb4\x94\x32\x43\x1b\xf8\x9c\x1e\x99\x52\x7a\x43\x86\x4c\xd5\x90\xa9\x6b\xbe\x04\x93\x16\x88\x9b\x45\x1a\x55\x35\x92\x79\x94\x4a\x0f\x5a\x04\x1e\xa1\xd2\xdf\x0d\xce\xcd\x1b\x59\xa6\x01\x73\xf3\x46\xdd\x87\x2f\xe1\xe6\x8d\x1e\x34\x5d\x0a\x55\x35\x86\xee\x74\x77\x52\x47\xc7\x33\x37\x6f\xb4\xa6\x6d\xc4\xcd\x1b\xf9\x00\xf8\xcd\xcd\x1b\x65\x4d\x3d\xf3\x8f\x7c\x3d\xbe\x77\xfa\x16\x7a\x17\x13\xc4\xa3\x54\x5a\xe4\xb8\x33\x8f\x44\xe9\x65\xe9\xed\xb8\x7b\x30\x99\x98\x43\xd9\xa2\x43\xd5\x1c\xca\x7e\xbe\x8b\x43\xd9\x32\xd1\x7d\xad\x42\xf5\xa8\x2d\xdb\x61\x6c\x5b\xda\x96\x1d\xc6\xe6\xbd\x90\xc1\x21\x6c\x6f\x0f\x7d\x71\x08\x9b\x8f\x26\xab\x43\xd8\x76\xde\x3b\xff\xc8\x57\x87\x16\x9c\xc3\xd7\x5c\xb5\xf5\x3a\x7c\xcd\xa1\xeb\x29\x2e\xdf\xa8\x8c\x91\xc3\xd7\x1c\x34\x91\x1d\xbe\xe6\x73\x19\x69\x87\xae\x3d\x6a\xf1\xbb\xa6\x58\x46\xd3\x1b\xa8\x8a\x02\xb2\xb0\xa6\xaa\x28\xf4\xa5\xb1\x34\xaf\xae\xf9\x11\xd1\x22\x6f\x77\x4d\xb1\xb6\xf7\x4e\xf3\xb1\xcd\x3c\xd3\x35\xc5\x16\x38\x3a\xad\x41\xca\x73\x75\x67\xf5\x2f\xaf\x6d\xd9\x21\x6b\x89\x97\x9e\x39\x2e\xad\x17\x3d\xce\x1a\xa4\x3c\x95\xb1\x6d\x14\x5d\xba\x7c\x6b\xc7\xa5\xb9\x63\xf2\x32\xd7\x30\xdb\xd4\xaa\x6a\xb8\xe8\x86\x9e\x42\x25\x25\x94\x22\x73\x0d\xb3\xdd\xc8\x33\x3b\x99\xd5\xa8\x29\xe6\x1a\x66\xad\x68\xb4\xe6\x1a\x66\x8b\x8f\x5a\x9e\x59\xdd\x8b\x7e\x07\x55\x67\xd5\x33\x5d\xbe\xf1\xe8\x9a\xaa\xf6\x30\x7b\x28\x30\x55\xf5\x05\x1d\xcf\x96\x1e\xe8\xa7\xe3\xd9\x16\xb4\x6e\x1d\xcf\xb6\xae\x5e\x3b\x9e\xed\x41\xc7\x6a\x67\xfd\x15\xbd\xcf\xc7\xcf\xde\x6b\xd7\xfb\xa9\xcd\xcd\xbd\x09\x75\x6b\x5f\x72\x6f\x42\x0b\x3a\xf4\xa8\x0e\x15\xde\x6b\x2e\xdf\xc0\x14\x68\x54\x87\x7a\x67\x0f\xd5\xa1\x1e\x63\x8d\x51\x1d\xaa\x26\x7a\xe6\xde\x84\x16\x34\xeb\xdc\x9b\xd0\xf6\x65\xa4\x07\xfb\xcb\x40\x3e\xe7\xdb\xcd\x47\x63\x3b\x58\x7f\x9a\xc9\x1e\x83\x53\x9a\x8e\x55\x0f\xb0\xe9\xef\x7c\x71\xad\xbc\x6c\xed\x9f\xae\x95\x97\x3f\xea\xff\x3f\xb6\xe4\xa9\xa1\xe5\x43\xb8\xb2\x5e\x5f\x1d\xc2\x95\xf5\xde\xa4\x93\xb9\xb2\x5e\xc2\x54\xcb\x28\x7b\xa4\xdf\xf9\xd0\xe6\xce\xd2\x74\x6d\xbc\x6e\xac\xae\xe6\x9a\x78\x1b\x53\x77\x36\x96\x3b\x02\xb9\x26\x5e\xa3\x36\x6f\xd7\xc4\xdb\x9f\x15\xea\x2d\x9f\xba\x31\xe8\x9a\x4f\xdd\xa2\x0f\x48\x41\xad\x47\xcb\xcf\xb5\xf0\xba\xb4\x99\xba\x16\x5e\x37\x1a\xbc\xb9\x06\xde\xcb\xa5\x67\xae\x81\xb7\x2c\x3d\xcf\x35\x70\xbb\xda\x06\x5d\xfb\x2e\x49\x7a\xa5\x6b\xdf\xf5\x3d\x2c\x5c\xfb\x2e\x2d\xeb\x77\x3e\x75\x1f\x4d\xd6\xc5\xd0\x4a\x06\x27\xb4\xa8\x57\xcb\xd6\x5d\x20\xd9\x82\xde\xe0\x47\x47\xc1\xb2\x6a\x0b\xed\xb4\xeb\xda\xa2\xa5\xb7\x6f\xa6\xa0\xae\x1d\x26\x0f\x43\xeb\x2e\x90\x72\xd4\x72\x24\x90\x65\x01\x36\x15\xd4\xea\xbc\x61\x53\x90\x49\x47\x8e\x23\x81\xdd\x2c\xee\x1d\xf4\x5b\x15\x65\xe2\xdb\x6c\xaa\x35\x6c\xbe\xa2\x5b\xb2\x73\xd6\xd1\xe2\x96\xec\x5c\x74\x28\x50\x54\xab\x6a\x41\xba\x25\x3b\x37\x6d\xe0\x14\xd5\xea\x3a\x80\xdd\x92\x9d\x87\xbe\x0d\x45\xb5\xc6\xd4\xdb\xfd\xf8\xd8\xd2\xf5\xdc\x92\x9d\x37\xb6\x6b\x73\x4b\x76\xde\xda\xa8\xdc\x92\x9d\x37\x58\xce\xdc\x0f\x92\xaf\xf4\x27\xf7\x83\xe4\xdb\x19\x8b\xc3\x1c\xdd\x6a\xf9\x1c\x7d\x34\xda\x8e\x76\xca\x73\x79\x9f\xa3\x9d\x12\x75\x5c\x39\xda\x29\x51\x8b\xdc\x63\xc8\x4b\xd6\xc6\xe8\x31\xe4\xe5\x1d\x43\x8f\xff\x29\xa6\x0d\xf5\x10\x4c\xac\x79\xe1\x36\xf6\x52\xa4\x1f\xba\xdf\xa5\x54\x7d\x41\x47\x50\xa5\x62\xf3\xb6\xc3\xf1\x08\x80\x37\x47\x50\xa5\xeb\x60\xa3\x62\x48\xd7\x0a\x51\xc5\x10\xe9\x80\x54\x0c\x19\x5a\x67\x17\x26\x64\xcd\xc3\x8b\x75\x1c\x3c\x65\x1e\x97\x5e\x4e\x54\xcb\xe5\xbb\x3a\x48\x3d\x2e\xbd\x1c\x7d\x09\x27\x09\x29\x57\x1b\x87\x93\x84\xd4\xe7\x22\x83\x47\x0d\xd5\x84\xdd\xde\xdc\xd0\x57\x4d\x0a\x9b\x1b\xfa\xaa\x49\x5a\x37\xf4\x55\x3b\xea\x99\xaf\xc1\x8c\x2a\x92\xdd\xd0\x57\x8b\x47\xcc\xa7\xec\x86\xbe\xda\x31\x42\x64\x37\xf4\xd5\xc6\x61\x92\x61\x7a\xee\x53\xd7\x7c\x0d\x52\x2d\x25\x65\x8f\x2c\xaa\xda\x7a\xb3\x23\xc4\xba\xae\x9e\xe9\xc7\xff\xae\x89\x96\xaf\xc1\xed\x0c\x76\x29\xc3\xf4\x7c\x92\x7e\x87\x7a\x83\xa2\x90\x1d\x21\xd6\x7b\x1e\x5a\xcb\xd7\x59\xd6\xdb\x59\x83\xc8\x97\x83\xd6\xa0\xde\x70\x69\xb9\xb4\xd9\x11\x62\xa3\xfe\x67\xca\x8e\x10\x9b\x4c\x58\xd9\x11\x62\x7b\x1a\xcf\x74\x84\xd8\x9e\xf9\x8f\x54\xb5\x94\x1d\x3c\x36\xd9\x58\xb2\x83\xc7\xa6\x53\x3c\x43\xd7\x97\xd1\x01\xb3\x83\xc7\x96\xb7\x5a\xbe\xbd\xe2\x03\x4d\xd9\xc1\x63\x6b\x49\x1d\xf3\xed\xb5\x75\x44\x77\xf0\xd8\x1a\x4b\x25\x3b\x78\x6c\x8d\x13\x37\x3b\x78\x6c\x1d\x6b\x53\x76\xf0\xd8\x7a\x52\xcb\x45\xef\x68\x1b\xd9\xc1\x63\xd3\x09\x9f\x1d\x3c\xb6\xc1\xc2\xc9\x0e\x1e\xdb\xc6\x62\x96\x1d\x3c\xb6\x1d\x74\xa7\x6b\x76\x97\xc5\x9f\xdd\x8e\xd9\x0e\x1a\x5a\x8e\x68\x76\x43\xad\x8a\xc6\x8b\xec\x0e\x2c\x7b\x08\xfa\x9d\x6b\xae\x0f\x0b\x27\x3b\xb0\xec\x0f\xe0\x30\x3b\xb0\xec\x4f\x46\x3e\x07\x96\xfd\x29\xea\x8b\x9f\x9c\x8f\x06\xd3\x41\x65\x7f\x34\x3d\x1d\x54\xf6\x67\xd0\x4a\xc4\xf9\x63\x7d\xcd\x89\x40\x1d\xb4\x8d\xec\xa0\xb2\x4b\xdb\xcf\xca\x8e\xd5\xd4\x75\x50\xd9\x0d\x2d\x25\x27\xb6\x56\x36\xa9\xec\xa0\xb2\x57\xb6\xa5\xec\xa0\xb2\x57\x8c\x06\xd9\x41\x65\xaf\x15\xd9\x1d\x54\xf6\xa6\x65\x04\xa8\x6c\xea\xb5\x83\xca\xde\x96\x5a\x2e\x9f\x4c\x16\xd9\x41\x65\x9f\xa6\x37\xb8\x7c\x53\x5f\xc2\x41\x65\x9f\x1c\x6c\x99\x3c\x86\xa9\x05\x40\x20\xd2\xbc\x6a\xb9\x7c\x1b\xb8\x9f\x1d\x54\x76\xe9\x48\xd9\x18\xbf\xa0\x6b\xbe\xf5\x44\xf5\xda\x41\x65\x29\x1c\x65\xd9\x41\x65\x79\x34\xee\x0e\x2a\x5b\xc3\x64\x91\x1d\x54\xbe\x68\x26\x3b\xa8\xec\x81\xe3\x3f\x3b\xa8\xac\xed\xe8\x77\x3e\x3f\x57\x57\xcb\xed\x91\x67\xeb\x0d\xee\x42\x97\x49\x2e\x3b\x72\xcc\x07\xcc\x97\x1d\x39\x56\x03\x2b\x66\x47\x8e\x5d\x6e\xd6\xec\xc8\xf1\xc5\x4b\xd9\x91\x63\x6b\xe8\xe2\xd9\x91\x63\x8f\x60\x9b\xec\xc8\xb1\xe7\x89\x7c\x8e\x1c\x5f\x2c\x95\x1d\x39\x96\xa4\x95\xe3\xc8\xd1\x4d\x16\xd2\xdc\xb3\xa3\xc7\xfa\x00\xdb\x33\xe8\x31\x68\xb4\x1d\x3d\xbe\xc8\x2b\x3b\x7a\x2c\x79\xea\x77\x7e\x3c\xde\xa6\x3b\xcf\x0f\x54\x96\x33\xda\x39\x76\xea\x0c\x7a\xac\x68\x93\x19\xf4\x98\x1e\x7a\xe7\xe8\xb1\x45\xf5\xdc\xd1\x63\x4b\x5b\x77\x1a\xaa\x98\x9e\x42\x30\xa2\x56\xa4\xa3\x47\x4c\x2f\xda\x70\x4b\xfd\x81\xfd\xb2\x23\xc8\xde\x1f\x3d\x09\x0d\x16\x87\x7c\x06\x41\xbe\x9b\xa3\x23\xc8\x17\x25\xe6\xb2\x7e\xa0\xc4\x5c\xf6\xaf\xd6\xf9\xd5\xba\x9f\x2f\x89\xb1\x2d\x83\x22\x85\x29\x33\x28\xb2\xa2\xdd\x67\xe2\xc0\x8e\x66\xb5\xa3\xc8\x5e\x08\x2c\xc8\x8e\x22\x79\x52\xd4\x6f\x7d\xbf\xb9\xa6\xeb\xbe\x1e\x13\x5e\xb0\xec\x48\xb2\xc5\xf5\xcf\x2d\x1a\x90\x39\xb7\x1e\xe9\xc3\xfc\x47\x9d\xf6\x96\xec\x90\x0c\x7a\xe5\x94\xd1\x36\x5c\x01\x29\x4d\x2f\xf7\xa5\x9a\xbb\x9e\xe2\x4b\xb5\x6a\x80\x2a\x20\x05\x97\x58\x06\x64\x26\x2d\x32\xea\xf3\x5a\xe0\x77\xd4\xe7\xfd\xb4\xd2\xaf\x96\x6b\x79\xd2\x17\x73\x43\x53\xc7\x42\x9a\x1d\x64\x16\x12\x97\x52\x76\x90\x59\x64\xdf\xca\x0d\x90\xa2\x2d\xac\xb1\x15\x1d\x3d\x73\xbc\xba\xe4\x9d\xba\x3e\xd1\x17\x99\x02\x0e\x34\x5b\xc1\x32\x97\x9b\x80\x0a\xf2\x37\x2a\xfa\x62\x4e\xc9\x00\x4d\xc3\x2e\x9a\x1d\x68\x96\x10\x99\x64\x0e\x34\xeb\xd6\x61\xd6\x65\xc3\xd3\x9d\xae\x09\x45\x7d\x7d\x07\x9a\xed\x3d\xf1\x1d\x68\xee\x56\xea\xde\x5a\xea\xbd\xfc\xe7\x3f\xf5\x33\x29\xb0\x69\x65\x40\xe7\x4d\x7a\x9b\x6b\x45\x41\x12\x38\xe8\x2c\x5d\xcb\xcf\x41\xe7\x6e\xb6\xf7\x79\xef\x5e\xff\xf9\x0f\x32\x03\xe3\x72\x67\x5c\xd1\xaa\xb2\x83\xcf\xde\x31\x36\x65\x07\x9f\xa5\x34\x9e\x4d\x28\xdb\x41\x6b\xcc\x0e\x3e\xdb\xdd\xba\xe6\x25\x55\xaf\xb6\x67\x07\x9f\xb5\x6a\x8e\x09\x7c\x6a\xb4\x1c\x7c\xb6\xa2\xcd\x6c\x60\x1c\xd1\xc6\x3a\x38\x42\x4d\x77\xba\x9c\x03\x8c\x90\x01\x9f\x59\xba\x8b\x83\xcf\xdb\x83\xde\xe0\x4b\x97\x4c\xc7\x94\x87\x96\xae\x9e\xe2\x2a\xc2\x5d\x7a\xdf\xfd\x61\x70\xc9\x8e\x30\xcb\xc5\xda\x9c\x41\x98\x32\xbf\xe4\xf9\xa3\xce\x47\xca\x84\xc7\xc9\x55\x94\x27\x25\x8d\xab\x5a\x2e\x5f\xd4\x3c\x99\x9f\xed\x69\x0d\x5d\xf7\xb9\x5b\x81\xc6\x19\x94\x29\xe7\x60\x76\x94\xd9\xa6\xf4\xc8\xa9\x2d\x58\x77\xce\x77\x26\x9f\xa2\x3e\xf9\xdc\x1d\x41\xbd\xa7\x74\xb3\xd6\xae\x23\xcd\x5e\x16\x52\x3b\xd2\xec\x4d\xdf\xc0\x91\x66\x36\xcd\x26\x47\x9a\x79\x80\x42\xb3\x23\xcd\x36\xc0\xab\x79\x61\xe4\x42\xab\xce\x0b\x94\x82\x99\x30\x83\x34\x63\xd3\x35\x5f\x9f\x69\xe8\x0d\x95\x59\xa8\x67\x7e\x8e\x9a\x1d\xf4\xce\x8e\xce\xcf\x2c\x5b\x18\x4a\x1e\x3d\x69\xa2\x95\xaa\x07\x2e\x63\x92\x52\xb5\x64\x08\xd2\x73\xcf\x0f\xc3\x53\x5e\x5a\x9f\x3c\x73\xa3\x0e\x69\x96\x6d\x34\x5d\x6d\xf4\x8e\x36\x6b\x06\x63\x64\x47\x9b\xed\x6a\x2c\x37\xe5\x8d\xb5\xe6\x41\x9a\x24\xf7\xa5\x0c\xd2\x3c\x92\x11\xa4\x79\xf1\x77\x64\x47\x9a\x25\x49\x15\x74\xa4\x59\xa6\x14\x35\x47\x9a\x2d\xe9\x68\x07\x69\xba\x32\xf6\xff\xb7\x6d\x40\xa8\x4d\x3d\xc4\x4f\xd9\x68\xea\x98\x9f\xb2\x59\xa7\x84\x83\x50\x9b\x9a\x72\x80\xd0\xae\x25\x0c\x08\xfd\xb4\xd8\x9a\xde\x16\x36\x22\x02\x9a\xb2\x83\xd0\x6f\xcb\x4f\x9e\xa5\x09\x74\xca\xaf\x56\xa5\x1c\x24\xc2\x02\x42\x3f\xad\xfe\x1d\x6c\x86\xc9\x81\x68\x4d\xd2\x37\xcf\x67\x1a\x5f\xe9\x48\x80\xd1\xa4\xd3\x14\x30\x9a\x3b\x1f\xeb\xfc\xb4\xf5\xe5\xf3\x3d\x69\xf1\xbb\x66\x07\xa4\x35\x0a\x32\x39\x20\xe5\xdd\xea\xcd\x45\xf3\xd5\x94\x75\x50\x9a\x6f\xd2\x35\x86\x5a\x68\xe1\xe2\x4e\x91\xa6\x06\x28\x4d\x4d\x6f\xf9\xb1\x05\xd3\xe7\x0b\x70\xc3\x46\x97\x2f\x76\x4d\x6d\xf1\x17\xf4\x82\x75\x2d\x3b\x30\xed\xe1\x7d\xa7\x57\xb3\xbe\xa6\xa7\x6c\x34\x39\x16\xc5\x65\x6b\xc2\x00\x94\x2f\x86\x05\xf4\xdd\x12\xb0\xbb\xb3\xa5\x95\xf0\xfc\x6a\x45\x0c\x5c\x81\x56\xc2\xa6\xdb\x68\xf9\xd6\xd4\xd1\xc4\x4b\xc8\x5f\xc2\xf4\x54\x02\x86\x13\xfa\x59\x28\x41\x34\xa7\x9e\xf9\xd5\x0e\xdf\xdf\xfa\xb4\x5d\x6c\x4d\x05\x17\xe5\x6e\x7a\x8b\x03\x6c\x19\x9d\x8a\x00\x68\xd7\x73\x19\x33\x0b\x7b\x31\x1f\x0a\xe9\x2c\x13\xed\xa8\x3c\x9f\x31\x5b\x59\xff\x71\x79\x02\xfa\x5b\x71\x20\xfa\x5a\x58\x0b\xe4\xf0\x0d\x83\x40\x71\xb4\xf9\xda\x5b\xcb\x83\x9f\x44\xef\x25\xde\xe5\x48\x56\x47\x9b\xbd\x01\xfa\x0b\xf1\x2e\x67\xeb\x29\x1e\x2a\x58\x9b\xee\x9c\x98\xda\xf4\x76\x8f\x77\x91\xb1\xab\xe0\xaa\xdc\x68\xb3\xc5\xd1\xa6\x9c\x7e\xba\x8e\xaf\x04\xb3\x43\x71\xc4\x69\x07\x5f\x42\x89\xcf\xfb\x1d\xf6\xd0\xf5\x88\xd9\x90\xef\xeb\xa8\x33\xbf\xdf\x28\xb2\x16\x71\xb7\x17\x50\xe7\xa7\x55\x38\xc2\xe8\xa1\xa3\xce\xd6\xd8\xda\x8a\x50\xa7\xe9\x0d\x1e\x12\x99\x51\x9a\x8a\xa3\xce\x1c\x8f\xae\xcd\xcf\x77\x9f\xfa\x8f\x1b\x4d\xe4\xf7\x29\x51\x46\x05\xbe\x66\x04\x59\x37\xbd\xe5\x72\x48\xd0\x72\xe4\xd9\x06\x9b\x7d\x01\x79\x56\x62\xa5\x0a\xc8\xf3\xd3\x72\xa3\xc9\x00\x67\x97\x84\xe5\x00\x65\xab\x08\x79\xea\x6b\xc1\xcb\xb4\xc0\x85\xc5\x91\x67\x9d\x4b\xef\x6b\xbc\x9d\xaf\x01\xf2\x2c\x47\x2d\xd4\xd9\xac\x37\x4c\x56\x06\xa3\x43\x06\xbd\x0c\x70\x85\x0c\xfa\xcb\x86\x5d\x1c\x79\xbe\x56\xf6\x02\xf2\x0c\x1a\x67\xd3\xda\xe3\x29\x64\xd0\x7b\x15\xfd\xff\xbb\x7d\x17\x92\xeb\x05\x12\x8a\x61\xb3\x25\x48\xad\x38\x28\x2d\x64\x16\xa5\xe2\xa0\xb4\x16\x82\x6b\x8a\x83\xd2\xb6\x35\xa0\x86\x51\x81\x33\xbe\x18\xc3\x5b\xf8\x2c\x02\xa5\x51\x77\x0e\x80\x05\x1f\xc2\xd8\x76\x34\xf4\x02\xa5\xef\xb5\xcd\x54\x53\xeb\xfc\x6a\xf9\xb6\xd3\x09\x98\x2b\x0e\x4a\x77\xb3\xbb\x97\x96\x9c\x80\x29\x61\x3a\x05\x60\x1a\xa2\xae\x01\x66\xb0\x20\x15\x80\xe9\xd4\x74\x72\x60\x9a\x3b\x71\x12\x85\x64\x7b\x7b\x5b\x3e\xbc\xe1\x6d\x21\xa3\x86\xc2\x41\x69\x53\x38\x51\x71\x50\x6a\xe7\xbd\xe6\xc3\x3b\x4d\x6f\x5f\x9f\xe5\xf8\xa8\x07\xfb\x87\x0b\xa4\x38\x30\x2d\x45\xdb\x03\xc0\x34\x44\xb6\x15\x07\xa6\xf5\x02\xd1\x8a\x03\xd3\x3a\xb1\xe9\x96\x02\x60\x1b\xba\x26\x92\x04\xc6\xc3\x81\x69\x0f\x0f\x5f\xa3\xe0\x36\xba\xba\x56\x7e\xc4\x00\x17\x40\xa9\x1c\xbc\xa5\x7c\xb7\xd7\x4e\x5f\x01\xa6\xef\xb6\xe3\xc0\xb4\x3c\x98\xd1\x8a\x03\xd3\x52\x31\x56\x95\xf2\x95\x13\x53\x45\x29\xfb\x5b\xe3\x39\x15\x07\xa7\x55\x4e\xbd\x82\x7b\xb3\xa2\x5b\x15\x80\xe9\xa7\xf5\x50\x2d\x99\xc5\x89\x7b\xf3\x12\x34\x5a\x00\xa6\x0a\x17\x2c\x15\x0a\xb5\xa2\x16\xc4\xc3\x20\xb3\xe2\xa0\x34\x1b\xc6\x97\x52\x71\xdf\xaa\xaf\x8e\x3c\xeb\xd0\xa6\x06\xf2\x2c\xe0\xc9\x52\xa5\xdd\xf2\x95\x1d\x79\xb6\x7b\xf4\x3b\x8e\x97\xab\xdf\x51\x0d\x5a\xe3\x0c\xf2\x0c\x8f\x9e\xe2\xf6\xdb\x06\x96\x29\x20\xcf\xca\xe1\x5f\x9a\xb6\x5c\xdb\x07\x13\x56\x71\xf4\xc9\x77\x97\x64\x8e\x40\x73\xd6\x08\x36\x22\x10\xb4\x25\xe3\xe6\xcc\x87\x37\xe1\xe6\x9c\x41\xad\xfa\xc3\xa5\x55\x9a\x8c\x7d\x8c\x00\x08\x54\xb1\x0a\xc5\x11\x68\x5e\x18\x02\x4b\x63\x5d\x66\xfd\x0e\x15\xef\xd1\x35\x8f\x98\x9f\x3a\x54\x41\x9f\xc2\x2d\xa5\x61\xc7\xc5\x73\x54\x3a\x47\x8b\x8e\xe6\x8e\x9f\x01\x13\x6c\xe9\x68\xf0\x3a\xce\x1c\x7d\xde\x0e\x52\x2e\x1d\x37\xae\x0e\x4c\x47\x9f\xad\xe3\xc9\x28\x8e\x3c\x5f\xb7\x5c\xe9\xf8\x8a\x50\xda\x0a\x88\x33\x65\xb5\x7c\x4d\x66\x8d\x23\x6e\xce\x7b\x18\x2b\x47\x9c\x95\x2a\xe2\xa9\x74\xec\xd4\xef\x1b\x36\xab\x57\xad\x03\xda\x62\xac\x40\x9a\x0f\xe6\x9f\xe2\x48\xd3\x2e\xd1\x43\x65\xb0\xe5\x6a\xad\xe2\xe6\x54\xc8\x43\x71\xa4\x99\x8f\x0e\x11\x90\x66\xce\xba\x93\x30\x8a\xf2\x8f\x8c\xc3\x54\x00\xa1\x19\x48\x56\x06\x43\x8b\x5f\xba\x0c\xc0\xb6\x96\xbf\x83\xd0\x7e\xd1\x19\x0b\x20\x34\x69\x3b\x72\x10\x1a\x8f\xce\x25\x07\xa1\xf9\x62\xc7\x2d\x0e\x42\x73\x3f\x2c\xb5\xf1\xd1\x1c\x16\xb1\x05\x65\x70\xa2\xea\xdc\x72\x20\x9a\x4f\xe7\xb9\x00\xd1\xac\xf3\xde\x81\x68\x1e\x05\x81\x71\x75\x66\x9d\x4d\xb8\x3a\xb7\xb6\xb1\x99\xbf\xc5\x72\x52\x99\xe5\x57\x0b\x10\xaa\x89\x00\x08\xed\x4d\xcf\x74\x7e\xf0\x23\x4d\x6f\xe2\xe5\x05\x84\x16\x5c\x9d\xef\xc4\xc3\xd5\xa9\x84\x96\xe2\x00\xb4\x09\x56\x15\x07\xa0\x19\xca\xa4\x54\xe4\xea\xd4\x66\xb8\x70\xe5\xe2\x4a\x29\x4b\xb6\x4e\xfa\xe2\x00\xb4\x4a\xcf\x2e\x00\x50\xc5\xb2\x16\x07\xa0\x79\xe3\x02\x2e\x02\xa0\x9a\x32\x00\xd0\xaa\xad\xc6\x01\x68\x6d\xd2\xc4\x70\x75\x1e\x1d\x22\x0e\x3e\x5b\x90\xf6\x07\xf8\x34\x6c\xab\x05\x57\xa7\x22\xc4\x0b\xae\xce\x4f\x6b\xa3\x7b\xaa\x9f\xbe\x0d\xed\xa2\xdf\x29\xca\x82\xbe\xe0\xea\x7c\x37\x9d\x8d\x01\x48\x12\x6d\x38\xdc\xb5\x40\x76\xfe\xd5\x2a\x38\x45\xe9\xb5\x03\xcc\x62\xda\x20\xb7\xdc\xb5\xba\xd3\x8f\x8b\x47\xe8\xc0\x01\x66\x6d\xfa\xba\x0e\x30\xfb\xd4\x22\xd8\xb8\x6b\xa5\x57\x39\x8a\x2c\x7d\xeb\x99\xe7\x87\xb3\xb8\x90\x94\x63\x52\x58\x1c\x45\xf6\x8b\xcf\xa0\x38\x8a\xac\x47\x8a\x87\xa3\xc8\x7e\x74\xe0\x80\x22\xe5\x64\x2e\xb8\x32\x8b\xb6\xbb\x83\x6a\xb3\x75\x27\x9a\xab\xd4\x1e\x47\x91\xb9\x6b\x1b\x71\x14\x99\x15\xb7\x5f\x0e\x47\x85\x0e\xc0\x23\x03\x81\x7e\x87\x56\xa7\x35\xe8\xe8\xb1\x0a\x6b\x96\x83\x91\x52\x7a\xaa\xa3\xc7\xba\xb5\x65\x3b\x7a\x6c\x47\x1b\x23\xae\xcc\x86\xa9\xa9\xe0\xca\xfc\xb4\x88\x84\x91\xd2\x85\x2b\xf3\xc1\xb8\x54\xee\xc7\x46\xbb\xd5\xd7\x9b\xbf\xff\x41\x4e\x47\x8f\x39\x82\x96\xcb\xd5\x5a\xd3\xef\x7d\x1c\x15\xd8\x5a\x2e\x5a\x78\xce\xfb\x68\xbf\xb9\x8a\x0c\x51\x4f\x7c\xbc\x0a\xa6\x83\x72\xe5\x3f\xd0\x73\xf1\x6f\x61\x8e\xab\x20\xc4\xce\x5a\xac\xb8\x2e\x2f\x31\x47\x15\xd7\xa5\x5c\xfd\xd5\x11\x62\x3b\x64\x09\xd4\x40\xe4\x19\x8a\x62\xc5\x75\x99\xd8\xb0\x2b\x45\x6a\x2f\x5f\xac\x3a\x42\xfc\xb6\x3c\xe8\xae\xa3\xd0\x56\x77\x5d\x96\xf6\xf6\x05\xd7\x2c\xdf\xa7\x12\xdc\xaa\x60\x82\xea\xc8\xb1\xaf\xac\x37\xec\x4f\x68\xc1\xff\xdd\xa2\x6b\x20\x72\xc2\xf9\x15\x52\x25\xee\xb5\x03\xa4\x2a\x95\xc6\x48\x5d\x4d\xf5\x21\xe8\x0e\xbd\xaa\x02\x26\x2b\x53\xa7\xe2\xd5\x0c\x41\xbf\x63\x28\x73\xdf\x67\xea\xb7\x99\x10\x1a\xfd\x96\xe5\xf8\xa8\xe5\xd3\x55\x76\xa9\x2a\x0e\x03\x74\xcb\x2a\x40\xa9\xcf\x06\x57\x41\xd4\x87\x82\x9f\x20\x6e\x5d\x5b\x1f\x38\xdc\xf4\xdc\xfd\x35\x6a\x30\x40\x50\x8b\x65\x4e\xe2\xfa\xe0\x42\x61\x6a\x55\x4a\x47\x14\x0d\xa5\x83\xca\x9c\xb1\xe4\x55\x00\xa5\xf4\x95\x0a\xa0\x34\x8e\x94\xea\x80\x32\x17\x20\x54\x8d\x68\xe3\x1c\x5c\x95\xd2\x11\xe3\xd1\x33\x5d\xce\xb1\xf8\x46\x11\xdf\x01\x1e\xe3\x1a\xfb\xf7\xe0\x42\x3a\x40\xe5\x7a\xf4\x4e\xcf\xb3\xab\x47\xbf\xf5\xe3\x61\x1d\xfd\xd6\x8f\xc0\xa3\xef\xe7\x80\xd2\x0e\x5a\x63\x8d\xb8\xc2\xd0\x28\x6b\xc2\xb6\x0e\xe8\xae\xe9\x6b\x20\xd0\x94\x85\xec\x37\x6a\x72\x3b\xa8\x2c\xa6\xde\x27\x90\xd5\xd2\x9d\xbe\xbd\x1a\xc6\xa2\x9a\xb0\xc5\xe6\xb1\x37\x47\x6b\x4d\xb8\xc4\xd8\x7e\xab\x03\xcb\x37\x2a\xa2\x3a\xb0\xfc\xb6\x06\xba\x84\x7a\x38\x19\x05\xbe\x6d\xfa\x68\xe4\x6b\xeb\x49\xbe\x6c\x5b\xe7\x1b\x41\xcf\xd6\x34\x1f\xa0\x67\xeb\x38\xe5\xaa\xc9\x55\xa4\x96\x8f\xe7\x64\x23\xaf\x20\xc8\x4f\xcb\xe5\xec\x6c\xe4\x15\x04\x39\xf5\x0d\x70\x6b\x2a\x6a\xa2\xe2\xd6\x3c\x9a\xf3\xb8\x35\x05\x7b\xab\x11\x50\x89\x92\x52\x1d\x41\x7e\x5b\xb8\xc3\xf4\x35\x70\x6b\x3e\x28\x28\xd5\x11\x64\xd5\xa6\x5b\x0d\x4d\x4e\xf3\xd5\x11\x64\x4d\x1a\x01\x47\x90\x55\xf1\xdc\x55\x6e\x4d\x9c\xa3\x35\xa3\xca\x60\xb8\xaa\x19\x3b\x2c\x4a\x51\x75\xf4\x58\x0b\x5a\x7e\x85\xaa\xed\x72\xb8\x57\x47\x8f\x55\xf8\xa3\x66\x02\xd6\xb0\x99\x57\xd0\x63\xc7\xfc\x55\x1d\x3d\xd6\x8e\x7e\x5d\x71\x69\x7e\x5a\x03\x57\x3e\x32\x38\x7a\xac\x7d\xe8\x7d\xf2\x75\xe9\xce\x0d\xca\x53\x8b\xbd\x47\x73\xdc\x91\xe3\xa7\xe5\xc8\xd1\x62\x51\xcb\xe5\x5b\xf8\x62\x2a\x01\xb1\x0b\x77\x76\x05\x39\x6e\xcc\x6d\xb5\x7c\x8f\x11\x54\x88\xea\xe8\xb1\x1e\x4c\xba\xd5\xd1\xe3\xb7\xe5\x32\xbe\xab\xa5\xb4\x1f\x71\x22\xb5\x10\x35\x82\xf2\x5a\x71\x69\x9e\xa6\x67\x62\xe4\x40\xc7\xae\x05\xb5\x33\xb7\x7d\xb0\x2e\xd4\xca\x31\x81\x67\xa6\x82\x00\x95\x42\x55\x1d\x01\x9a\xe9\x1b\x38\x02\x6c\x51\xb2\xe0\x96\x8c\xf5\x5f\x9a\x75\x75\x00\xd8\xa2\x16\x36\xf1\xad\x4f\xd5\xeb\x30\x8b\x03\x2a\x2a\x00\xd0\xa2\x3a\x86\xd9\x1f\x4f\x79\x75\x00\xd8\x0c\x48\x5b\x1d\x00\x5a\xc6\xf5\x56\x71\x3d\x66\x6d\xbd\x0e\x00\x5b\xd6\x9d\xed\x63\x73\x5b\xda\xe0\x1d\x00\xb6\x9a\x74\x77\xa2\xc5\x84\x70\xf0\xd7\x1a\xba\x66\x05\xfc\x55\xf5\x00\xf0\x57\xaa\x5a\xf5\x47\xb4\x4a\x75\xf0\xe7\x11\xff\xde\x22\x92\x45\x1b\x90\x83\xbf\xd6\xdf\xa7\xb8\x8c\x72\x61\x55\x5c\x8f\x53\xdb\xbc\x62\x5c\xf5\x35\x1c\xfc\x35\x85\x09\x55\xc0\xdf\xbb\x69\x01\xfe\xaa\xb6\x55\x07\x7f\x4d\x89\x1d\x15\xf0\x77\xd0\x1e\x2a\x31\xae\x57\x8b\xaf\x63\xac\xd0\x97\x02\xfc\xdd\xab\x3b\x0b\xa0\x9a\xbe\x74\x10\x90\x26\x58\x07\xdc\x6a\x52\x03\xfe\xee\x62\x22\x74\x40\xbc\xce\xfd\x8e\xf6\xac\x83\x4d\x31\xae\x6f\x6b\xff\x6a\x9d\x5f\xad\xfb\xb3\x35\xc2\xaf\x16\xe8\x00\xe0\x5b\x47\xfc\xd5\x4a\xbf\x5a\xf6\xab\x95\x7f\xb5\xca\xaf\x56\xfd\xd5\x6a\xbf\x5a\xfd\x57\x6b\xfc\x6a\xcd\x5f\xad\xf5\xab\xc5\x31\x5e\xe2\x56\x68\x60\x75\x94\xd7\x13\x16\xe8\xea\x08\xaf\x2b\x66\xa2\x4e\x0c\x6b\x25\xed\x77\x9b\x76\x94\xd7\x0b\xb6\xd8\x3a\x7f\xda\x4d\xab\xa3\xbc\xde\x74\x5c\x4f\x6c\xe0\x00\xee\x3a\x15\x4b\xcf\x4c\x71\x94\xd7\xe5\x08\xad\x13\xa3\x13\xb1\x36\x75\xb6\x5f\xad\x4e\x4b\x4f\x71\x39\x07\x3a\x7c\x75\x94\xd7\xe5\x5e\xaf\x93\x88\x9d\xa2\xdf\xf9\x38\x0e\xcd\x29\xdc\x8c\xf3\xd1\xef\x88\xd8\x91\xaa\x42\x40\xeb\x56\x5f\x40\x79\x5b\x6f\x58\x20\x08\xcc\x8c\xd5\x51\x5e\x57\x84\x7c\x5d\x3f\x23\x76\xaa\xa3\xbc\x7e\x35\xa3\x17\x1a\xa9\x8e\xe1\x85\x46\x8a\x89\xa4\xca\xcd\x58\xfa\x3e\x52\xd9\x16\xea\x4a\x0e\xfb\xe0\xd5\xaa\x6b\xfc\xe7\x3f\xc4\x65\xeb\xf0\x5a\xc4\x2d\x6b\x76\x2f\xb4\x6f\x30\x57\x75\xc4\x97\xaf\xbe\x1f\xee\xc6\x84\x21\xb4\x82\xf8\x92\xe6\x02\xc1\xad\xef\xb1\xb3\x49\x79\xd1\xe1\xac\xe0\x56\x8f\x16\xd1\x7f\xfc\x28\x1f\x5a\xeb\x3b\x7f\x4c\xae\x84\x9f\xd6\x8d\xda\x62\xcf\x3e\xef\x33\x08\x54\x26\xdc\xb9\x6e\x8c\xa2\xd2\xe0\x1d\xfd\x99\xb0\x6e\x3d\x18\x8a\x88\x1f\xa9\x8e\xe2\xec\xe4\x7f\xa5\xbf\x54\x07\x78\x26\x48\x52\x1d\xe0\x99\x80\x53\x3d\xb8\xcd\xb0\xa3\x56\x07\x78\x76\x88\x99\xae\x0e\xf0\x4c\x21\x4d\xf5\x10\x2a\x7f\xd4\x6a\xde\xba\x7a\x0a\x46\x86\xab\x37\x90\x0a\x10\xd4\x69\x5c\x30\x58\x29\xeb\xc1\x65\x56\xf4\x94\x8d\x65\x48\x77\x1e\xdc\x69\x7a\xbb\x83\x70\xf9\xef\xeb\xc5\x86\x04\xa4\xab\x97\x88\x04\xe9\x94\xb8\xfe\xae\x3e\xb0\x03\x38\xbb\x04\x8c\x55\x07\x6f\x26\x3b\x68\xbd\xa4\x64\x60\x1f\xac\xee\xda\xcb\xaf\x86\x74\x49\xc9\x88\x7a\xe6\xa2\xa5\x67\xba\xb6\x1b\x04\x73\x2e\xc6\x10\x8c\x36\x15\xd7\x9e\x52\xe2\x5b\x20\x2e\x1a\x89\x5a\x20\xa5\xa6\x5d\x5a\x84\xf4\xf3\xad\x9b\x03\xb7\x1c\xb0\xd7\x36\x5c\x7b\x61\xa9\x05\x72\x39\xba\xb3\xd0\xea\xb4\x2a\x2d\x3d\x13\xe4\xc2\xf2\x6a\x81\x23\x39\xe8\xed\x03\xc4\x13\x68\xe1\xa9\x7e\x74\x8d\x94\x21\x8e\x88\x06\xc3\xdd\x93\xf5\x4c\x6c\x95\x98\x3f\x9a\x98\xec\xd8\xea\x1a\xee\xbe\x07\x73\x4b\x83\xb1\xee\x39\x6a\xe1\x23\xe1\xb8\x6e\xa0\x2f\xa8\xb5\x52\x03\x7d\x29\x6e\xbf\xa9\xd6\x33\xa9\x0e\x0d\xf4\x15\xf9\x9e\x0d\xd6\xb8\xd8\xf5\x3b\xd0\x17\x4b\xb8\x09\x7d\xe1\x54\x6d\x0f\x11\x3d\x49\x6f\x67\x09\xe3\x1c\x6e\x91\x25\xcc\x86\xd8\x40\x56\x49\xef\x03\x59\xa5\xa2\x3b\x31\x4a\x0d\xdd\x49\x6c\x3a\x71\xe4\x0d\x64\x95\x34\x0e\x20\xab\x04\x4e\x68\x20\x2b\x79\x3d\x1a\xc8\xca\x30\x7b\xb5\x48\xfc\xbd\x24\x02\x55\x59\xd1\x1b\x60\xb8\x23\x12\xa5\x81\xaa\xac\xe9\x77\x3e\x0e\xa6\x19\xe2\xa8\x2a\x9b\xc6\x01\x54\x65\xa4\x6b\xb4\x44\xd4\x07\x2b\xb5\x25\x98\x03\x31\xe1\x34\xb2\x0e\x0d\xa5\xa5\x25\x90\xe3\xd2\xef\x5c\xbe\x8c\x41\xa7\xa9\x7c\x0a\xdb\x4b\x4b\xb8\x90\x51\x14\x5a\x52\xd1\x41\xbe\x44\x22\x42\x07\x6b\x76\x4b\x44\x5d\x35\x3d\x85\x1c\x09\xcd\x41\x47\x44\xb9\xa0\x94\x35\x47\x44\xb9\x60\x2e\x6b\x20\xa2\xa2\x59\x00\x22\x2a\x1a\x23\x47\x44\xb9\x98\xee\x04\xe1\xea\x0b\x3a\x22\xca\xa5\xe8\x77\x85\x96\xee\xf4\x6f\x5d\xc0\xee\xcd\x51\x4f\x2e\xd8\x0b\x1a\xbe\xb1\x02\xee\x68\xf8\xc6\xca\xd2\x53\xe8\x27\x07\x7a\xcb\xf4\x13\xb4\xdd\x32\xc4\xda\x98\x5f\x9a\x23\x9b\x2c\x3f\x4b\xcb\xb8\xb0\x89\x70\x6f\x19\x5f\x0a\xb1\x2f\xcd\xd1\x4b\xfe\x03\xaf\xfe\xff\x96\xdc\x32\xa9\x0c\x28\xee\x8d\x4c\xbf\x8a\x9a\xdf\x1c\xd8\xe4\xaa\x8d\xc1\x81\x4d\xae\x70\x2d\x34\x32\xfd\xa4\x2d\x36\x62\x35\x2b\x6e\x96\x56\x70\x97\xb0\x09\x37\xe2\x31\x1b\xe7\x75\x73\xf0\x92\x1b\xfa\x78\x73\xf0\x92\x65\x4f\x6d\x64\xf3\x35\x02\x9e\x9a\x03\x97\xdc\x9a\xee\xf4\x4f\xdd\x86\x9e\xe2\xe2\x35\xc2\xad\x9a\x03\x97\xdc\xb6\xee\x24\x1d\x03\x2b\x70\x73\xe0\x92\x9b\x96\x11\xb1\x98\x4d\x1b\x58\x21\x1b\x2c\xe8\x7d\xd8\xd2\xa3\x7e\x77\x68\x49\x06\xdc\x97\x5a\xb6\x95\x48\x18\x4c\x15\x0d\x77\x57\x07\x98\x36\x07\x3b\xb9\x13\xb3\xd1\xc8\xe6\xeb\x1a\x5a\x5c\x5a\x03\xbb\x61\xc3\xa5\x35\xf4\x76\x82\x29\x87\x06\x13\x44\xa3\xd4\xe9\xe6\x88\x26\xcb\x8a\xdf\xc8\xd8\x53\xd2\x73\x23\x63\x6f\xbc\x7d\x71\x19\x06\xa1\x8e\xcd\x11\x4d\x1e\x5d\x2d\x97\x61\x10\x66\xd4\x70\x69\x0d\x82\xc7\x5a\x23\x58\x8b\x18\xd5\xd6\xf0\x05\x70\xc0\x36\x5c\x59\x62\x65\x68\x04\x53\x2a\x94\xac\x39\x9a\xc9\x13\xcc\xd4\x1c\xcd\x64\x25\xf6\xb6\x46\xe4\x07\xb0\xaf\x35\x19\x7c\xf4\x3e\x62\x62\xd1\xc5\x1b\xee\xaa\x25\xd9\x1b\x6e\x64\x6d\x05\xb8\xab\x56\xd2\xdb\x5d\x86\x25\xd9\x1d\xb1\xe4\xa5\xc5\x88\xbb\x6a\xe9\x0d\x04\x4b\x2e\xa2\x07\x5a\x27\x0a\x42\xa3\xe2\x88\x25\x2f\x1d\x0f\x8e\x58\xf2\xd6\xb8\xc3\xf1\xb7\x71\x9a\x37\x47\x2c\x79\x9b\xde\xd7\x68\xe9\x5a\xa7\x85\x0c\x8e\x58\xf2\xee\x7a\xc3\xa4\xa5\x67\x2e\x5a\xea\x27\x69\x3f\x78\x4c\x5a\x27\xed\x87\x2c\x84\xd6\x15\x9d\xc3\xb5\x41\xda\x0f\x31\x37\x0d\x77\xd5\xd1\x38\xe0\xae\x3a\xe8\x6a\x8d\xe0\xc7\xf3\xe8\x4e\x02\xca\x50\x19\xda\xc0\x75\x9a\x75\x0d\xbf\xcb\x50\x0b\xbf\x0b\x86\x9a\xe6\xc8\x22\x1f\x7d\xb3\xa1\x38\x72\xde\x80\xef\xe8\x06\x66\xcf\xc4\x35\xa8\xcd\x9b\x40\xc5\x1b\x75\x67\xa6\xc5\x1b\x1c\x39\x64\x85\xfe\xb6\x49\x70\x9b\x94\x92\x89\x0f\x0c\x13\x4b\x9b\xb8\xaa\xb3\x5a\x83\x96\x9e\xe2\xfd\xbc\x98\x43\x9a\xfc\x43\x68\xc5\x6d\x12\x27\xae\x5d\x0a\xff\xd0\xd5\x2c\x77\xe4\x90\x2f\x61\x87\x8d\x00\xc5\x4b\x2e\x43\x23\x40\xf1\x6a\x3f\x5b\xa4\x51\x2d\xdd\x49\x44\x97\x36\x68\xfc\x43\x4a\x92\x69\x0b\xf9\xb4\x87\x2c\xe4\xd3\xce\xb7\x90\x0f\x33\x6a\x73\xe4\x50\xe4\x5f\x68\x04\x27\xba\xeb\xfb\xff\x6f\xc9\x0e\x26\x0a\xb5\x4e\x52\x73\x20\x51\x94\x8c\xd9\x96\x62\x50\x25\xc2\xc6\xa2\xc9\x30\x38\x90\x28\xe1\x15\xd6\xed\x81\x01\x03\x45\xdb\xd8\x3e\x35\xb4\x0e\x24\x0a\xc5\x22\x52\xdb\x04\x46\x69\x9a\x39\x2c\x28\x0f\xc0\xa5\xe1\x2c\x52\x0c\x6a\x23\x1a\xf1\x91\x8e\x40\x34\xe2\x43\xb8\x5d\xdb\xc4\x16\x68\x62\x39\x5c\x28\x0f\xd6\xde\xb6\x09\x7a\xdf\xba\x93\x88\x52\x9d\x62\x38\x8b\x22\xce\xb7\xe6\xce\xa2\x12\xb5\xe0\x1c\x66\x94\xa8\x05\xe7\x30\xa3\x44\xe9\x55\x07\x6b\x2d\x36\xa8\x46\xde\x5b\xcc\xba\x93\xdc\x4c\x0d\x26\x79\x6f\x51\x83\x42\xde\x9b\x18\x47\x1a\x21\x87\x09\x87\x65\x23\xe4\x30\x69\x19\x91\xf7\x26\x37\x6c\x7b\xc3\x09\xe9\x35\xe1\x84\x49\xba\x13\xb9\x6d\xe2\x4c\x68\xe4\xb6\x25\x1c\x50\x0d\x87\x90\x5c\x1f\x0d\x87\x50\xc2\xa7\xd0\x70\x08\x25\x8d\x1f\x0e\x21\x38\x71\x53\x23\xb7\x4d\xd1\x9d\x8d\xdc\x36\xd3\x21\x4a\x18\xa1\x49\x9f\xc6\x11\x64\x5a\x7e\xe4\xb6\x59\xd6\xdb\xc9\xdd\x23\xc1\xa2\x5d\x72\xf7\x74\x58\x38\xce\x28\x56\x75\x8d\xf4\x60\x62\x72\x9b\x63\x89\x62\xb8\xd4\xba\x63\x89\x62\x00\xd6\x1e\x48\x5f\xe7\x18\xeb\x84\x09\x66\xd2\x2d\x3a\x61\x82\x99\xe3\xa1\x3b\x96\x28\xd9\xf4\x14\x22\xef\x8b\x5a\x2e\x43\xc6\xc4\xd3\x1d\x4b\x94\x4c\xd4\x6f\x0f\xe4\x1f\x32\x7b\x3a\x4e\xa0\x8c\xae\xdd\x1d\x4b\x94\x7c\x75\x0d\x8b\x39\x16\xe3\x4e\xf8\x60\x31\xb5\x2e\xb6\x75\xde\x80\x37\xa7\xa0\xfb\x76\x58\x4c\x0a\x0e\xee\x8e\x37\xa7\xb0\x72\xfa\x43\xa8\x23\x9a\x7e\x7f\x70\x3c\x62\x4d\xee\x84\x06\x56\x8c\x79\xfd\x51\xf6\x40\xa2\x85\x43\x2e\xa9\xe5\x32\x54\xd3\x53\x3a\x2d\x3d\xc5\x65\xa8\x78\x3f\xfa\x43\x1c\x4e\x55\xcf\x28\xc8\xc2\xba\xed\x84\x06\x56\xcc\x37\xfd\x21\x87\xf2\xf2\x75\x1f\x62\x70\xf0\x00\x75\x3c\x38\x15\x17\x6c\x57\xf1\x6f\x7d\xb3\xa8\x14\x7c\xde\x1e\x95\xcb\xcb\xfb\x1c\x4b\x94\x46\x4c\x71\x77\x2c\x51\x1a\x96\xf4\xee\x58\xe2\x75\x5f\xf6\x28\x67\x1c\x5f\x09\x16\x93\x36\x74\xa7\xcb\xd0\xd4\x4f\x58\x4c\xa4\x90\xf5\x88\xd7\x62\x23\x2d\xa5\x18\xe5\x54\xee\x94\x62\x6c\x6c\x9f\x1d\x0f\x4c\x63\xa5\x76\x3c\x30\x1d\xe3\x44\xc7\x03\xa3\x84\x9b\x8e\x07\xa6\x83\x10\xba\xe3\x85\xa2\x04\xbd\x8e\xf7\x45\xd9\x05\x1d\xef\x4b\x2f\xfa\x1d\xa9\xf4\x92\x96\xd0\xbd\x3e\xca\x3f\xb6\xe4\x8e\xe3\xa5\x0f\x75\xf3\xe0\x32\xe1\x05\x10\x91\x28\x5c\xbe\x1b\xe9\xaa\x84\xec\x74\x9c\x2b\x83\xad\xae\xe3\x5c\x19\x9c\x8c\x1d\xe7\x8a\xa8\x6c\x3a\xce\x15\x91\xec\x74\x9c\x2b\xca\x66\xeb\x90\x8d\x88\xf4\xa5\xbb\x03\xa5\x0c\x0d\x1f\x8c\x22\x03\x07\x43\x77\x98\x51\x06\x27\x63\x87\x51\x64\x90\x86\xd0\x33\x3d\x63\x43\xe9\xf0\x84\x0c\xd2\x71\x7b\xa6\x67\x9a\xe4\xf0\x84\x4c\x20\x79\x17\x4f\x08\xfa\x51\x27\xdb\x6b\xea\xc3\x67\x62\xb4\xd9\xa0\x7b\x26\x3c\x5d\xfd\xcc\xa2\x48\x61\x12\x28\xa8\x8e\xe8\xdc\x4e\xa6\xd7\x9c\x7a\x83\xf7\x5a\x39\x78\x9d\x80\x3a\xe5\xe0\x75\x77\x8b\x94\xc5\x56\xd7\x1d\x59\x14\x25\xac\xf4\xa2\x5a\x9d\xf4\xc5\x91\x45\x59\x84\x6c\x75\x47\x16\x65\x91\x75\xd6\x0b\x89\xc2\x5a\x70\x04\xd4\xc9\xe9\xdb\x15\x50\xa7\xad\xc7\x91\x45\x59\x5d\x2d\xdc\x5a\xe8\x16\xbd\xe0\xd6\xd2\xb4\x26\x98\x6e\x81\x33\x3a\xc1\x74\x4b\x93\x9c\x2c\xaf\x75\x74\x27\x32\x60\x9c\xe8\x04\xcb\x6d\x0e\xa0\x4e\x16\x97\x12\xd2\xbb\xa3\x87\xb2\x35\xe5\x2b\x5c\x2e\x51\xd7\x88\xc2\xd1\xb4\x76\x57\x49\x11\x73\x46\xaf\x04\x59\x71\x38\x75\x47\x16\x65\xeb\x5b\x3b\xb2\x28\x1b\x48\xde\x1d\x59\x94\xcd\xd1\xd8\x2b\x54\x44\x4b\x7d\x71\x19\xb6\x64\x50\xb0\x1c\x7a\x4e\x77\x64\x51\xe4\x38\xea\x70\x81\x9c\xac\x7e\x92\x90\x4f\x5c\x42\x77\x64\x51\x14\x30\xda\xe1\x02\x39\x20\xb5\x0e\x17\x88\x8c\x75\xdd\x91\x45\x81\xd6\x3d\x75\x47\x16\xe5\x46\xb5\x70\x3d\x82\xbf\x3a\x69\x5a\x57\xe3\x4e\x9a\xd6\xcd\xba\xb3\xd1\xd2\x1b\x48\xe6\xc6\xbd\xd8\xdd\x4f\x52\x6e\xd5\xfb\x5c\x3e\x6a\x4f\xa5\xde\x88\xdb\x6d\xba\xe6\xf2\xdd\xae\xdf\x11\x44\x86\xfe\xde\x1d\x75\x94\x0b\x94\xef\x8e\x2c\xca\xc5\x69\xdc\x49\xc3\xba\x5b\xd7\x90\x01\xa3\x54\x87\xef\xe3\x6a\xbb\x76\x64\x51\x15\x80\xda\x3b\xc1\xa9\x89\x99\xe5\xc8\xa2\x2a\x3a\xa3\x3b\xb2\xa8\x81\x23\xbc\x3b\x7a\xa8\x14\x66\x4b\xbd\xab\x42\x97\x7e\x77\xc8\x34\xd4\xfb\xdc\x85\x28\xaf\x49\x87\xd3\x43\xa4\xbd\xdd\xd1\x43\x15\x81\x59\x27\xa0\x4d\x34\x01\xdd\xd1\x43\x0d\xda\x19\xe0\xed\x78\x82\xee\xf4\x7e\x3e\xe0\xf5\xee\x3e\x8d\x2a\x1e\xc3\x3e\xc8\xec\x54\xaf\x07\xd1\x19\x44\xdb\xf7\x21\x37\xaf\x7e\xe7\x32\xc8\x43\xd7\xdd\xa7\x51\x15\x8f\xd4\x1d\x75\xd4\x07\xec\xd9\x1d\x75\xd4\xe7\x5f\xbc\xd1\xa9\x3b\x20\xa9\xe2\xb7\xeb\x04\xb3\x3d\x9a\xba\xee\xe6\xa8\x11\xa8\xd4\xdd\xcd\x51\x23\xb1\xa3\xdd\xc1\x4a\x8d\xc0\xcb\xee\x60\xa5\x2a\xab\xaa\xc3\xdb\x11\x81\xac\xdd\xc1\x4a\x8d\x59\x6f\x18\xb4\xf8\x48\x13\xd6\x2e\x4d\x9e\x89\x17\x5b\xc7\x83\x03\x92\x1a\x09\x71\xea\x70\x73\x28\x68\xa7\x13\xb0\x16\xa5\x49\x11\x94\x26\x8a\xca\xee\xa0\xa3\x26\x7d\x5c\xf8\x37\x12\x9a\x70\x5f\x04\xd0\x68\xd8\x1d\x74\x54\x6a\x84\xa4\x4e\x50\x9a\x62\xc0\xfb\x22\x2d\x46\xc3\xbe\xf0\xa1\x13\x6a\xd6\x1d\x13\x54\x59\x18\xbb\x63\x82\x9a\x88\x0d\xee\x1b\xe6\x13\x4d\x10\x72\x99\x12\xb6\xd6\xbe\xe9\x19\x96\xec\xbe\xe9\x99\x34\x8d\x4d\xcf\xb4\x4d\x6c\x7a\x06\xb4\xee\x9b\x9e\x69\xb9\x13\x6a\x66\xd2\x1b\x37\xf9\xa2\xda\x06\x37\xcc\x0a\x3a\x64\x36\xcc\x0a\xfa\x2e\x24\x25\x99\xb4\x17\xd7\xfb\xab\x69\x19\xb9\xde\x5f\x0d\x47\x44\x77\xbd\xbf\x9a\xf4\x4d\x82\xc4\x0c\xab\x5e\x77\xbd\xbf\xca\x2e\xda\x5d\xef\xaf\xa6\x0d\xec\xd0\x33\x6d\xad\x04\x89\xc9\x66\xda\x49\x33\x92\xcd\xb4\xbb\x0f\xa1\x5a\xd5\xef\xe8\x35\x26\xaa\x4e\xd2\x90\x75\xb5\x1e\x5a\xc8\x70\xe9\xb5\x0e\x92\x4b\xaf\x87\xee\xa4\xd7\x04\x32\xf5\x4b\xaf\x87\x7e\x47\xaf\x35\x62\x97\x5e\x6b\xc4\x08\xf9\x92\xad\xb5\x93\x2c\x64\xd2\x5a\x61\xb1\x30\x6d\x4b\xb0\x58\x98\xb6\x25\x58\x2c\xb2\xa9\xb5\x89\x9d\xe0\x7b\xc2\x62\xf1\x6a\xe5\x62\xb1\x40\xa2\x41\xb8\x57\x66\x5e\x0f\x98\x2a\x14\x15\x34\x60\xaa\xc8\x6c\x75\x83\x70\xaf\x12\xf4\xbb\x42\x6b\xd0\x22\x04\xef\xd1\x9d\x83\xd6\xa1\xe5\xfd\x2c\x18\x90\x46\x20\x71\x84\xe3\x7d\x90\x0c\x54\x58\x0f\x83\xb8\x2d\x59\x6c\x87\x6b\xfa\xb5\x70\xfc\x8d\x07\xb6\x0d\x50\xce\x70\x4d\xbf\xca\x46\x3b\x5c\xd3\xaf\x85\xf1\x1b\xd4\xac\x11\xa7\xce\x78\xe8\xe7\xd2\x53\x2a\xad\x45\xcb\xbf\xb5\x50\xc0\x78\x14\x46\xa8\x96\xcb\x50\x93\x9e\x32\x69\x15\x5a\x2e\x83\x1c\xae\xc3\x35\xf6\x5a\xd1\x3e\x87\x6b\xec\xb5\x72\x38\x0d\xd7\xd8\x6b\x65\xdd\x8e\x28\x52\x29\xbe\x99\x7b\x06\xaa\x8c\xad\x23\x92\xf7\x8a\x6e\x3f\x22\x31\x2c\xac\xb8\xe1\xda\x7c\x6d\x41\x77\x12\xae\x1a\xf5\x3e\xc2\x39\x93\x7e\x07\xbd\x80\xbe\x2e\x49\x3a\x8d\x20\xcd\x11\x49\xbc\x02\x97\x8e\x08\x77\xe2\x9f\x99\xf5\x7f\xb7\xe4\x11\x09\x9a\xd7\x27\xa3\xae\xba\x6c\xb4\xc3\x1d\x03\xb5\x69\xba\xb8\x32\x5f\x1b\x20\x6e\xb8\x32\x5f\x1b\x60\x73\x90\xa3\xd3\xd8\x22\x07\x39\x3a\x9d\x4d\x71\x24\xc2\x70\xf4\xa9\x13\x61\x38\x49\x77\x0e\x5a\x7c\xce\x44\x18\x0e\x1a\xf4\x70\x8d\xbd\xf6\xa6\x3b\xbd\x9f\x1d\xe7\xc6\x70\xc7\x40\xed\x2c\xd4\x61\x90\xb3\x4c\xb5\x22\x2d\x7e\x47\x25\x4b\x59\x7a\x87\x6b\xf3\x55\x44\x3f\x83\x64\x1b\x85\xf8\x0f\xd7\xe6\xeb\x00\xae\x0f\x23\xfd\x18\xad\x6e\x18\xc9\x0b\x9a\xf2\xee\x34\xa8\x43\x53\x9e\x50\x29\x51\x0e\x0e\x42\xa5\x84\x02\x06\xa1\x52\xa2\x9b\x1c\xae\xe9\xd7\x91\xf5\x3b\x97\x4f\xc4\x9b\x83\x50\x29\xd9\x84\x07\xa1\x52\x83\xac\xa3\x41\xa8\x94\x72\xac\x06\xa1\x52\x83\xad\x67\x10\x2a\x25\x2b\xf0\x20\x1c\x6a\xe0\xbc\x19\x84\x43\x4d\xb4\x82\x41\x38\xd4\x24\x58\x69\x10\x0e\x35\xa3\xae\xb9\x0c\x53\x23\x46\x38\xd4\x34\x5d\x5b\xb4\x90\x5d\xe1\x50\xea\x35\xe1\x50\x13\x6b\xee\x20\x1c\x6a\x4a\x06\x12\x69\x94\xf8\x3a\x94\x48\x03\xae\x19\x84\x43\x4d\xac\x7a\x43\x89\x34\x80\xe2\xe1\x7a\x7f\x9d\x1c\x55\x83\x50\x28\xe5\xc2\x0d\x42\xa1\x56\xd0\xef\x5c\xbe\x85\x9e\x33\x08\x85\x5a\x58\x81\x07\xa1\x50\x4b\x12\x11\x0a\xb5\xb4\xc0\x5d\xef\xaf\x2b\xeb\xda\xa2\xa5\xf7\xb9\x7c\xab\xa8\x2f\x84\x7b\x11\x45\x3f\x0a\xe1\x5e\xf8\x5d\x86\x63\x82\xba\x38\x6e\x07\xe1\x53\x62\x27\x1c\xae\xf7\xd7\x25\x89\x2a\x32\x48\xa2\x8a\x0c\xf8\x17\x06\x1c\x80\x8b\x08\x8e\x01\xe9\xc2\x06\x30\x8f\x4a\x3c\xf3\xa3\x3b\xbd\x67\x3b\xea\x1a\xf1\xcc\xa8\x3d\x83\xd4\x97\x8d\xda\x33\x1a\xcc\x70\x92\xa8\x41\x48\xa0\x59\xd7\x60\x66\xc4\x3c\x30\x60\xf6\xdb\x84\x1c\x8e\x26\x0a\x34\x24\x6a\xd0\x13\xa9\x67\x8d\x2c\x57\x10\xde\x80\xbd\x6f\xeb\xe8\x68\x04\x9a\xe1\xc2\x1b\x4d\x69\x1f\xba\x73\xd1\x62\x3d\xb8\xc6\x5e\x8f\x46\xcc\x35\xf6\x7a\x34\xcf\x5c\x63\xaf\x07\x14\x30\xdc\x4f\x50\x8f\xbe\x3c\xa4\x0a\xca\x35\x18\xb0\xf7\x29\x08\x61\xb8\x36\x5f\xc5\xc3\x33\x48\x6b\x39\xda\x19\x5c\x9b\xaf\xe2\xcc\x18\x68\xf3\xca\xb8\x1d\x5d\x0c\x84\xfa\x1d\x14\x4b\xef\x53\x20\xbf\xd0\x68\xa2\xcd\x8b\x28\x60\xa0\xcd\xdf\xad\x6b\x70\x9c\x60\x82\x1b\x68\xf3\x57\x47\xce\x50\xac\x35\xdf\x7a\x28\xe0\xf8\xfc\x6b\x4b\x76\x45\xbf\x05\x7d\xc0\x01\xc1\xa2\x96\x2d\xe9\x29\xca\x55\x1b\x22\xe8\xd3\x94\x87\xa0\x2f\x24\xbd\x8e\xd4\x86\xa4\xae\x10\x36\xaf\x65\x0b\x41\x5f\xd0\x89\x3a\xc8\xcc\xc1\x7e\x34\x06\xc9\x9e\x3a\x47\xe0\x48\x50\xda\xc3\x20\x35\x45\xf4\xf3\x63\x12\x23\x88\x15\x71\x4c\x42\xff\xb1\xc3\x8e\x49\x42\xa7\xfa\x42\xfa\x89\x40\xc7\x20\xfd\x44\x89\xd8\x03\xa6\xbd\x07\xed\x65\x90\x7e\xf2\x60\xaf\x1a\x70\x20\x88\xac\x68\xc0\xb4\x27\x1a\xee\x31\xe1\x06\xd0\x14\x84\xff\x40\x09\xb4\x83\xf4\x93\x18\xf5\x4c\x25\x74\x32\xb1\xa6\x48\x14\x79\x26\xe9\x27\xb2\x56\x0f\x98\xf6\xa2\x34\x14\xf8\x0f\xa2\xa6\xcb\x82\x24\x12\xaf\xf5\x58\xc4\x40\x0e\xb5\x88\x81\x44\x0f\x1f\x30\xed\xc5\xa9\x6b\xa2\x66\xd1\x1b\x08\x82\xbc\xba\xe6\xf2\x09\x2f\x8c\xa5\x20\x48\x7a\x4d\x30\x52\xc2\x81\x38\xc4\x7d\xa0\x85\x0a\xf7\x41\xd2\x02\x80\xfb\x20\x01\xcd\x86\xe3\x85\x96\xb4\x00\x1c\x2f\x34\x91\xad\x0e\xf8\x0d\x12\x09\xb2\xc3\x31\x41\x13\x47\xdc\x70\x4c\xd0\x4c\xb3\xce\x31\x41\x33\x8d\x18\x41\x46\x86\x29\x66\x38\x26\x68\xd2\x76\x87\x63\x82\x66\xda\xca\xe1\x37\x30\x62\xcb\xc7\x26\x90\x13\x9b\xf0\x70\xbc\xd0\x4c\x3a\xd0\x56\x20\x27\x32\x38\x5e\x68\xe2\x5e\x1b\x9b\x40\x4e\x8d\xd1\x21\x90\x13\x63\xc1\x38\xb0\x21\x12\x15\x33\x1c\x59\xb4\xac\x2f\x4f\xfa\x89\x6a\xe5\x0c\x48\x0c\x32\x08\x6f\x40\x62\x50\x70\xbe\x0d\xd2\x4f\x0a\x1e\x8c\xe1\xc8\xa2\x95\xac\x6b\x70\x59\x63\x7d\x1c\x8e\x2c\x1a\x55\xed\xd2\x20\xfd\xe4\xd5\x4c\x1d\x59\xb4\xa2\xcd\xf4\xc0\x1f\xa3\x51\x71\x6f\x43\x2b\xda\x50\x0e\x44\xba\x1a\x15\xc7\x19\xad\x68\x63\x70\x9c\xd1\x8a\xbe\xc4\x25\x10\x55\x07\x9e\xe3\x8c\x26\x6b\xf5\xb8\x04\xa2\x4a\x0f\x77\x9c\xd1\xaa\x94\x12\xc7\x19\x8d\x52\xdf\x69\x5c\x28\xd5\x92\xae\xb9\x0c\x22\xe8\x1a\x90\x12\xd4\xa6\x3b\x5d\x86\xda\xf5\xcc\x43\xa8\x2b\xb3\x8e\xb4\x92\x0a\x42\x9f\xee\x51\x68\x95\x03\x61\xba\x47\xa1\x29\x7c\x60\x3a\xce\x68\x4a\x93\x99\xa4\x95\x34\x56\xe3\x0c\x0a\xa6\xd5\x53\x32\x2d\x3d\x05\xc2\x5f\x76\xb7\x19\x08\xa6\xc5\x8f\x35\x03\xb4\x5b\x59\xbf\x23\x98\x96\x28\xa3\x19\x20\x56\x28\xfa\x1d\xb4\x70\x7c\xdd\x09\x23\x5e\x43\x0f\x9f\xb0\xde\x35\x14\xc0\x09\xeb\x5d\xc3\x41\x3a\x61\xbd\x6b\xfb\x5f\x86\x8b\x09\xb3\x5d\x97\x08\xf0\xd5\x29\x81\x79\xc2\x57\x27\x22\xc4\x09\x5f\x1d\x65\x27\xd3\x84\xaf\xae\x63\xb5\x9c\xf0\xd5\x75\xac\x8f\x53\x7c\x75\xfa\xb8\xe2\xab\xe3\x1c\x99\xe2\xab\xe3\xb4\x9d\xf0\xd5\x0d\xf4\xb8\x29\xbe\x3a\x96\xed\x84\xaf\x4e\xd6\xea\x09\x5f\xdd\x00\x3c\x4c\x31\x07\xa0\xb9\x4d\x31\x07\x54\xfd\x0e\x26\x5b\x20\xc8\x84\x39\x60\x3e\xba\xe6\xf2\xcd\xa4\xf7\xb9\x0c\xca\x21\x9b\x91\x48\x65\x40\xf1\x84\x19\x60\x76\xbd\x01\x12\x16\xd3\xef\x5c\x86\xa5\xdf\xc1\x0c\x20\x06\x89\xe9\xc8\xa2\xad\xa1\x6b\xb0\x29\xa3\x1f\x4d\x77\x21\x34\x45\x44\x4e\x98\x01\x16\x8e\xce\x99\xc8\x63\x64\xfb\x9c\x89\xf4\x78\x82\xd2\xa6\xa3\x8e\xb6\x8b\x9e\x02\x11\x14\xcb\x76\x3a\xea\x68\xbb\xe9\x7d\x83\x16\x53\xd7\x51\x47\x13\x63\xd8\x74\xf7\x42\xdb\x1c\x78\xd3\x7d\x08\x6d\x2f\xb5\x88\xc4\x5e\x7a\x3b\x91\xd8\xa0\xa3\xe9\x88\xa4\x6d\x4e\xfe\x69\x44\x62\xa3\xe7\x4c\x53\x24\x36\xfd\x34\x72\xae\xd4\x33\x47\x24\x4d\x41\xf8\xd3\xe0\x14\x64\x43\x99\xa4\xff\x1f\x36\xf6\xe9\x88\xa4\x29\xf9\x7c\xc2\x49\x77\xd0\xfb\xa7\x23\x92\x76\x70\x43\x4e\x47\x24\xed\x68\x9e\x39\x22\x69\x87\x83\x72\x92\xfe\x7f\xf1\x6f\x4f\x47\x24\x4d\x9e\xfe\x69\xb0\x8e\x48\x76\x47\x1d\xed\x4a\xf6\x4c\x4a\x38\xd6\xf1\x99\x15\x4d\xce\x1b\xdc\x13\xd1\xee\xd5\x9d\x44\x5b\x93\x58\x35\x33\xd1\xd6\x18\x82\x66\x26\xda\xda\xf4\x3b\x45\x5b\x33\xb6\x99\x68\x6b\x8d\x83\x38\xe7\xd8\x96\x26\x9c\x73\xa1\xf3\x05\x95\xa0\x31\xf4\x06\xa2\xc9\xa7\x9e\x49\x34\x39\x9a\xf7\x14\x63\x39\xba\xf6\x14\x63\xb9\xe6\x7c\x81\x17\x51\x5f\xa2\xc0\x0e\xa3\xad\x07\xc6\x72\xd9\x4c\x27\xa9\xfd\x52\x66\x26\x9c\x73\x22\x68\x9d\x8e\x48\xfa\x83\xcb\x70\x92\xda\xff\xe0\xe7\x99\xf0\xcd\xa9\xde\xca\x84\xb1\xfc\xd1\x96\x55\xe0\x7d\x44\x9d\x98\x05\xde\x47\xad\x23\x18\xcb\xe5\x96\x9f\x45\xe9\xd0\x48\x5b\x21\x33\x02\x75\xcc\x8a\x0c\x1c\xa9\xb3\x22\x03\x98\x7c\x92\xb6\xff\x80\xc9\x27\xac\xe4\x51\x7b\x08\x69\xfb\x91\xc3\x62\xc2\x25\x17\xb1\xd4\x4f\x47\x24\x5d\xe6\xd5\xe9\x9e\x88\x2e\xe7\xfe\xac\xb0\xae\x6b\x85\x93\xb6\x2f\x05\x69\x56\x78\x01\x8b\xfa\xe2\x32\xc4\xa5\x5e\xbb\x0c\x11\x9d\x79\x3a\x3e\xe9\x72\xe0\x4f\xc7\x27\x3d\x69\x07\x73\x7c\xd2\xd3\xf3\xaf\x2c\xc0\xe9\xd0\xa5\x27\x6d\xc2\xee\x88\xe8\x49\x1d\x6b\x70\x35\x71\x9e\xcf\x06\x55\x5e\xd1\x0b\x2a\x2d\x06\x93\x6c\xfd\x54\xd4\x15\x17\x2f\x69\x9a\x35\x48\xf3\xa7\xee\x74\xf1\xa4\x49\x4d\x87\x35\x3d\xc1\xad\x36\xe1\x8a\x13\x3b\xdc\x84\x94\x3c\x1d\xbd\xdd\x45\x4f\x9c\xf5\xb3\x23\x3a\x67\xfd\x74\x58\xd3\xa5\x81\x4d\x87\x35\xdd\xd0\x7a\xa6\xc3\x9a\x2e\x0e\xab\x49\xc2\x86\x32\xf8\xa6\xc3\x9a\x2e\xfb\xe6\x24\x61\xc3\x00\xda\x93\x84\x8d\x8c\xe9\x60\x92\xb0\x91\xb5\xa4\x1d\xf2\x74\xf1\x23\x4f\x12\x36\xc4\x7e\x37\x49\xd8\x90\xa5\x70\x92\xb0\x91\xa7\xfa\x49\x2a\xed\x96\x0c\xf0\x89\x3d\xba\xe6\xf2\x15\x80\xe8\x24\x61\xa3\x10\x02\x34\x49\xd8\x10\xcb\xc3\x24\x61\x43\x1e\xfb\x49\xc2\x46\x51\x5f\x48\xd8\x28\x3a\x97\xc7\x37\x8d\x56\x8b\x95\xa4\x8d\x82\x35\x74\x92\xb4\x51\x8e\x7e\xeb\x32\x16\x1d\x96\x24\x6d\x54\x6d\x3f\x24\x6d\x28\xe1\x76\x92\xb4\x51\x71\x42\x4d\x92\x36\x2a\x7a\xde\x84\x98\x5c\xd4\x8c\x93\x84\x8d\xaa\xe3\x8a\x84\x8d\x8a\x33\x69\x4e\xa8\x2b\xb5\xfd\x90\x90\x21\x1f\xfe\x24\x21\xa3\xaa\x9f\x24\x64\xc8\xce\x37\x49\xc8\x68\x41\x4f\xa9\xb4\x74\x27\xa4\x44\x8f\x5a\xf0\x16\x02\xf5\x27\x09\x19\x0d\xef\xc7\x24\x21\xa3\x49\xc1\x20\xe9\xa2\x65\xbd\x5d\xdc\x6e\x6c\x0e\x24\x5d\x34\xcc\x62\x93\xa4\x8b\xa6\xd9\x4c\xd2\x45\x03\xe0\x4e\x92\x2e\x94\xea\x30\x97\x92\x4a\x98\x6b\x4b\x89\x23\x2c\xeb\xa5\xc4\x11\xc6\x7e\x91\x38\x92\xf5\xbe\x41\x4b\xcf\xf4\x7e\x76\xa2\x67\x27\x29\xf2\x22\xf1\x9f\x8e\x51\xfa\xd0\x18\xc1\xcf\x36\xc0\x91\xd3\x7d\x1a\x7d\x80\x70\xa7\xfb\x34\xfa\xd0\x2a\x87\x83\x4d\xcc\xdc\xd3\x31\x4a\x57\x75\x9a\xe9\x18\xa5\x0f\x10\xcb\x74\x8c\xd2\xe5\x7e\x9f\xa4\xc1\x0f\x1d\x81\xa4\xc1\x4f\x69\xa7\x1b\xda\x59\x1d\xd5\xa4\xba\x4f\x8d\xfb\x81\x5a\x16\x3b\xfb\x24\xd5\x7d\x12\xa6\x36\x1d\x6b\xf4\xa9\x1d\xe0\xc0\x70\xb3\x74\xcd\xfb\x29\x83\xd6\x74\xac\xd1\xe7\x51\xab\xd2\x62\x34\x1d\x6b\xf4\xa9\x2d\xdb\xb1\x46\x9f\xda\x2b\x1c\x6b\xf4\xa9\xbd\xc2\xb1\x46\x97\x21\x6c\x1e\x52\xa7\xf5\x5d\x48\x75\x5f\x51\xbf\xf3\x6f\x2d\x63\xd7\xf4\xc8\xa6\xbe\xb4\x3e\xdd\xdf\xd1\x17\x86\xa2\xe9\x38\xa4\x2b\x34\x73\x42\x90\x26\xf3\xd6\x74\x1c\xd2\x17\xd1\x36\xd3\x71\x48\xdf\xe1\x5f\xd4\xfc\xd3\x21\x4a\x17\x1b\xda\x74\x88\xd2\xc5\x89\x35\x1d\xa2\xf4\xfd\xbe\xae\xd1\xe2\xe3\x3a\x44\xe9\x1b\xf7\xd8\x74\x88\xd2\x37\x3e\xd2\x09\x6f\xda\xab\xaf\x91\x15\xbf\x35\xb1\xdc\x15\xd2\xf7\xd2\x33\x61\x62\xd0\x30\x38\x7c\xe9\xf2\x8d\x2f\xb2\xe2\x95\x97\xbf\xe0\x4d\x93\x75\x6b\x05\x58\x83\x59\xa8\x2b\x90\x83\xc4\x89\xb4\x1c\xbe\x74\xd1\xd8\x2c\x87\x2f\x5d\x35\x34\x16\x59\xf1\x8a\xcc\x5c\x64\xc5\x1f\xe2\x73\x97\xc3\x97\x7e\x18\xf6\xe5\xf0\xa5\x2b\xd3\x68\x05\xd2\x4f\x89\x90\x58\x64\xc5\x5f\xa0\xe9\x22\x2b\x5e\x1a\xda\x22\x2b\xfe\x02\xf9\x96\xbb\x50\xba\x3c\xec\xcb\xa1\x4d\xbf\xe8\xe9\xeb\x81\xa5\x01\x3b\xf4\x72\x68\xd3\x2f\xc3\xbe\xdc\x85\xd2\x95\xaf\xb4\xdc\x85\xd2\x6f\xd6\xef\xc8\xb1\xc2\x8d\xb0\x28\xef\x7f\xab\x7e\x47\x8e\x55\xd5\xef\xc8\xb1\xc2\xb5\xb4\xe0\x51\x93\xbf\x7d\x3d\xb0\xa1\xb0\x29\xae\x47\xe4\x4c\xba\x73\x42\xed\xaa\xa7\x7c\x53\xa4\x83\x7e\x4b\xa0\x7d\xd4\xdd\x3f\x23\x5a\x97\x23\xa1\x78\xd0\x0a\x17\x01\x53\x0a\x97\x5c\x2f\x8f\xda\x87\xc0\x74\x11\x34\xa5\xb8\x97\x15\xd3\x0f\x5f\xfe\x72\x34\x54\x0e\x0e\x99\x85\x0b\x46\x1e\xec\xe5\x68\x28\xbe\xa3\x8a\x0b\x46\x56\xf4\x15\xdb\x0f\x3b\xe1\x8a\x98\xd5\xf4\x7d\x22\x66\x35\xf4\xb6\x15\x61\x7d\xc1\x7e\xba\xc4\xde\x7d\xd5\x22\x82\x18\x2d\x6e\xc5\xf3\xe3\x98\x58\x91\x64\x25\xdc\xe2\x8b\xe4\x8c\xc0\x81\xb2\x48\xce\x08\x68\x78\x8b\xe4\x8c\x67\xe9\x4e\x92\x1e\x30\xcb\x2c\x82\xad\x54\x20\x6b\x11\x6c\xb5\x01\xe4\x8b\x60\x2b\xb1\x54\x2c\x82\xad\x0e\x6b\x74\x11\x6c\x75\xde\xf7\xb9\x55\x34\x1d\x3d\x05\x97\x64\xd4\x53\xdc\x2a\x9a\x39\x5e\x56\xc2\xfd\x94\x75\xcd\x91\x44\x25\xbd\x65\x25\xd2\x8b\x6d\xed\x0b\x56\x5b\x49\x6e\x6c\x66\x19\xa5\x75\x07\xec\xcf\x8b\xd2\xba\x46\x68\xeb\x72\xb4\x64\x62\x61\x59\x94\xd6\x3d\x44\x9d\x2f\xb3\x77\xc4\x15\x0d\xb3\x28\x0d\xa5\x14\xad\xe5\x88\xc9\x94\x26\xbf\x1c\x31\x7d\xaf\x79\x6e\xee\xd9\x7a\x92\xf3\xe1\x4d\x90\xf2\xa2\xf4\xee\xe7\x4e\x4f\x3a\xcb\x55\x77\x7a\xd2\x59\xe8\xea\xeb\x7e\x49\x79\xc5\xe9\xb2\x1c\x35\x99\x1c\x99\xcb\xfd\x38\xa6\x52\x72\x2b\x93\x12\xae\xdf\x3a\xa2\xb2\x02\x82\x5b\x19\xfa\x63\xd0\xcf\xca\x2a\x74\xd1\xf7\x41\x59\x59\x54\x77\x52\x20\xdf\x72\xac\x74\x1b\xe8\x7d\x65\x0a\x2a\xbf\x6f\x39\xb4\x98\x07\x8e\x79\x28\x3f\xfc\x7f\xb7\xea\xe5\x70\x28\x4a\x61\x5f\xd4\xa0\x8e\x68\x20\x8b\x1a\xd4\xb2\x92\x2e\x6a\x50\xbf\x42\x39\xe4\x49\x81\x54\x91\xe5\x90\x47\xe5\xf6\xd3\xa2\x06\x75\xc4\x15\xb0\x1c\xf2\xc4\xc8\x99\xb5\xdc\x99\x12\x23\xa7\xd4\x72\x58\x13\x15\x43\xbc\x2a\xef\x93\xe8\x0e\x4f\x54\x98\x3f\x2d\x87\x19\x51\x15\x08\x97\xc3\x8c\xa8\x7a\x83\xcb\x61\x46\x54\xd4\xc8\x72\x17\x49\x94\x15\x78\x51\xe0\x32\x6a\x5b\x69\xbc\x81\xd8\xc7\xd5\xf4\x06\x9e\x49\x81\x4b\x81\xa3\x45\x81\x4b\xe5\x97\xad\x86\x44\x59\x77\x4e\xbe\x12\x32\x34\xde\xae\x89\xd0\x78\xbb\x0e\x8a\x86\xb4\xf8\x6a\x97\x6b\xfa\x31\xe2\xdc\x58\xae\xe9\x47\x81\xaa\xd5\xe9\xa7\x36\xe7\x4e\x3f\x01\x94\xcb\xb5\x79\x15\xed\x4f\xab\xd3\x97\x47\xbf\xf3\xaf\xfb\xbc\x6f\xe0\x2b\x81\x25\x56\xe7\x2b\xa1\x1f\x2c\xd7\xe6\x53\xc0\x81\xb8\x54\x47\xdb\x66\x0a\x68\xb4\x4b\x55\x0d\x6d\x7f\xff\x43\x65\x43\xbb\xdf\xff\x14\xd5\xf7\xfe\xfe\xa7\xaa\x2a\xfb\xfb\x9f\x6d\x4c\xc4\x31\xbf\xff\x61\x32\x8e\xcf\x93\xb7\x2f\x89\x14\xc6\xfd\xfe\xe7\xa1\x82\xfb\xf3\xfd\x4f\x54\x4d\xf7\xef\x7f\xe8\xf3\xfc\x3e\x19\x56\x88\xb0\xec\xfb\x1f\xfa\xbc\xda\xe7\x3f\x3e\xc3\xd3\x73\xeb\xf7\x3f\xf3\x5b\x49\x3e\xed\xb2\xbe\xb5\xe3\xd3\x66\x46\x3e\x60\xac\xed\x40\x3b\x2a\xae\x7c\xbf\x95\xa8\x0b\xad\x42\x4b\xd7\x2a\x2d\xde\xa0\x2a\xd4\x04\x66\x6d\x55\xa1\xe6\xa0\xdb\x54\xa1\x8e\xef\xef\x26\x95\x37\x37\x2d\x8a\xd6\x66\x3d\x85\x42\xaa\xd8\xbc\xf7\x5b\xf0\x55\x4f\xb9\x94\x6a\xf5\xb5\xb2\xdf\x82\xaf\x93\x16\xd5\x3a\x59\x39\x9b\x82\xaf\x71\xeb\x5a\xe2\x7d\x3c\x53\x05\x5f\xb3\xae\xb9\x7c\x8a\x78\xda\x54\x9e\x56\x46\xe7\xa6\xf2\xb4\xca\x50\x6c\x2a\x4f\x3f\x6c\x4b\x9b\xf2\xd2\xa2\x91\xdd\x94\x97\x56\xe6\xc1\xa6\xbc\xb4\x58\x72\x36\xe5\xa5\x1f\x56\xdc\x56\xa1\xd8\x24\x19\x90\x8f\x0d\x6c\xab\x50\x2c\x07\xc0\x7e\x0b\xc5\xf2\xcd\x54\x28\x16\xd4\xb4\x55\x28\x96\x75\xb4\x55\x28\x16\x65\x73\xab\x50\x2c\xa9\x29\x5b\x85\x62\xb3\x9e\x82\x7c\x55\xd7\x24\x1f\x3d\x53\x59\x6a\xcd\x82\xae\xf1\xd3\x1b\x90\x0f\x65\x63\x53\x96\x5a\x41\x77\xbb\x4b\x3e\xbe\x04\x65\xa9\x1f\xd4\xb6\xdd\x25\x1f\xdf\x93\xb2\xd4\x0f\x9e\x96\x3d\x90\x0f\x93\xd8\x1e\xc8\xc7\xea\xdf\x03\xf9\xfe\x59\xe5\x7b\x0f\x44\x07\x06\xee\x81\xe8\x55\x2f\x40\x74\xb4\xee\xed\x40\x3a\xc4\xad\x3b\x11\x3d\xe8\x75\x88\x8e\x0d\x6c\x0f\x44\x8f\xea\x98\x44\x57\x4b\x43\xab\x3b\x11\xbd\xa8\xa5\x1a\xc0\x7a\x03\xa2\xb3\x29\x6e\xd5\xdd\x25\xf7\x6c\x53\x77\x57\x1b\xd8\x9e\x88\x8e\x9f\x7a\xab\xe6\x6e\x51\xcb\xe5\x53\xad\x8e\x4d\xbd\xdd\x48\x64\xc8\xa6\xde\x6e\x04\x2b\x6c\x8a\xea\x46\xf5\x85\x82\xba\xb1\xe8\x5a\xe3\x4e\x7a\x46\x41\xdd\xc8\xf9\xbb\x29\xa8\xab\x64\x94\x4d\x41\xdd\x08\x0c\xdc\x14\xd4\x8d\x55\x7d\xd9\xfc\x8e\xe9\x42\x31\xdd\x88\x4e\xbc\x29\xa6\x1b\xb5\x18\x29\xa4\x1b\x25\x03\x85\x74\xa3\x16\x15\x85\x74\x23\x46\x9b\x4d\x11\xdd\xd8\x75\xa7\xe4\xa3\xd7\x14\xd1\xd5\x71\xb4\x17\xf2\x69\xea\x2e\xe4\x6b\xba\xc6\xf8\xb1\xe9\xef\x85\x7c\x68\xce\x7b\x21\x1f\x07\xc9\x5e\xc8\x47\xb8\xdc\x5e\xc8\x87\xfb\x64\x2f\xc6\x6f\xa9\x67\xc8\xa7\x0d\x73\x21\x1f\xc8\x61\x53\xd0\x37\x62\xde\xd9\x14\xf4\x95\x3a\xb1\x29\xe8\xab\xa2\x5e\x9b\x82\xbe\x2a\x5c\xb5\xb7\xe4\x63\x1c\x36\xf2\x69\x69\x6e\xe4\xd3\xcc\xda\xc8\xa7\x6d\x70\x33\x7e\x5a\xd2\x1b\xf9\x70\xc5\xed\x8d\x7c\xe8\x89\x7b\x4b\x3e\xf5\x0c\xf9\x38\xc2\xf7\xd6\xf8\xf1\xad\x37\xf2\x69\x73\xdb\xc8\x07\x8a\xd9\x07\xf9\x48\xa1\xde\x47\xe3\xc7\x9d\x87\xf1\xeb\xba\xa6\xf9\xc9\xdb\x29\x58\x1c\x89\x21\xd9\x14\x2c\x56\xfa\xf8\xa6\x60\xb1\x52\xd2\x37\x05\x8b\x45\x5f\xb5\x0f\xf2\x6d\xdd\xd9\xa9\xaf\x8e\x7c\x6e\x0c\x08\x49\x5b\x08\xe5\x8b\xe3\xe9\x21\x62\xa6\xd9\x97\xde\x9d\xfc\xe7\xbf\xfc\xc7\x7b\x98\xb4\xd6\xfc\xd0\x0f\x09\x3b\xfc\xf6\x03\x3f\x28\x4d\x6a\x5f\x7a\xa8\x75\xef\xb8\x3c\x24\x1d\x4b\x8e\xcb\x43\x8a\xba\x93\x5e\x44\xf5\x82\xaf\x0c\x8a\xd9\x54\xd4\x4f\xda\x2f\xa8\xa8\x9f\x40\x80\x5b\x15\xf5\x93\xde\x70\x69\xf9\x9d\x27\xd0\x17\xd4\xc2\x43\xd9\xe4\xf4\xa8\x85\xc2\x43\x34\xfd\x09\xa8\x93\x78\xa9\x8e\x63\xe8\x18\xa7\x5a\x8c\x6a\xd1\xef\x18\xd5\xaa\x37\x68\x55\xfa\x6c\x3f\x0f\xdf\x0e\x03\xe9\x79\xf8\x6e\x84\x83\x9e\x87\x51\xc5\xb9\x7c\x1e\xad\xca\x4e\x8b\x51\xc5\xf3\x75\xa8\xaf\x1f\xff\xc9\x56\x77\x1e\x06\x7c\xea\x05\x0c\x38\x30\xf0\x3c\x0c\x38\xde\xeb\xf3\x30\xa1\xb1\x28\x9d\x47\x9a\x2d\x02\x3d\xd2\x2d\x75\x4d\x9a\xb4\x0f\xd1\x89\xe8\x96\x2c\xdf\x13\xd1\x2d\x81\xa4\x27\xa2\x5b\xa2\xf9\x1d\x0a\xf1\x87\xa2\x6b\x0c\xbb\xfa\xa2\x42\xfc\x53\x4f\x61\x18\xd0\x07\x8e\x43\xe0\x57\x9b\x3c\x50\x89\x87\xf7\x99\xe3\x87\xd6\x74\x28\xa8\x2f\x3d\xe9\x50\x50\x5f\x7a\xd2\x51\x41\x7d\xf4\xa4\xa3\x82\xfa\xe8\x49\x87\x82\xfa\xd2\x93\x8e\x0a\xea\x33\x05\x4f\xd2\xd9\xad\xdf\x49\x37\x41\x86\xa4\xb3\x5b\xbf\x93\x6e\xc2\x80\x51\x50\x5f\x9a\xd1\x49\x1c\x60\x68\x46\x27\x49\xf7\xd2\x53\xa4\x7b\xe9\x4e\xe9\x5e\x4c\x82\x24\xdd\x4b\xbf\x93\xee\x45\x5f\x4c\xba\x17\x32\x98\x0e\x30\xfa\x62\xc8\x87\xbe\x73\x4c\xba\x17\x3d\x33\xe4\x43\xdf\x39\x86\x7c\x41\x4f\x41\x3e\xf4\x9d\x63\x3a\xa0\xe9\xa7\x21\x1f\xfa\xce\x31\xe4\x43\xdf\x39\x86\x7c\x6c\x8e\xc7\x74\x40\xeb\x29\xc8\x57\x75\x0d\xf9\x8a\x7a\x86\x7c\x1a\x3f\x93\xee\xc5\x1b\xb2\x0e\x68\xa4\xcd\xd2\xbd\x78\x5f\x96\x7c\x8c\x51\x46\x3e\xf4\x9d\x93\x25\x1f\x5f\x30\x23\x9f\xe6\x6e\x46\x3e\xf4\x9d\x93\x91\x0f\x7d\xe7\x64\xe9\x5e\xba\x13\xf9\xb2\x9e\x29\xdd\x52\xd7\x90\xaf\xa8\x9f\xd2\xbd\xf4\x14\xe9\x5e\x7c\xcf\x8c\x7c\x51\xef\x43\x3e\x6d\x3d\x05\xf9\x38\x6c\x4e\x41\xbe\xa2\x96\xe4\xe3\xed\x45\xf2\x21\x6d\x41\x3e\xb6\xd6\x53\x90\x2f\xa9\xa5\xf9\xa9\x3b\x35\x3f\xd5\x5a\x3f\x60\xfb\x29\xfb\x07\x6c\x3f\xe5\x7c\x60\xfb\x9f\xd6\xfd\x81\xb1\x4f\x0d\x3f\x30\xf6\x59\xf5\x2f\xfc\x76\xfc\xe0\xff\x89\xdf\xce\xea\x7f\xe1\xb7\xe3\x0a\xc0\x4f\xfc\x76\xd6\xfc\x0b\xbf\xdd\x18\xff\xc2\x6f\x37\xa6\xbf\xf0\xdb\x8d\xf6\x17\x7e\xbb\x31\xff\x85\xdf\x6e\x2c\x7f\xe1\xb7\x1b\xeb\x5f\xf8\xed\xc6\xf6\x17\x7e\xbb\xda\x57\xbe\xf8\xed\xfa\x3e\xf0\x13\xbf\xdd\x74\x7f\xe0\xb7\x8b\x19\x49\xf8\xed\x62\x46\x0a\x18\x71\xae\x21\x0b\x47\xce\xc5\x8c\xa4\xef\x79\x0d\x8c\xcd\xf8\x5d\x5f\x63\xb1\x94\x7f\x05\xe6\x5d\x5f\x7e\x51\xe9\xa8\xd7\x97\x58\xec\x53\x8f\x5c\x3f\xb6\xc8\x6b\xfb\xc7\x16\x79\xa9\xf5\x16\x80\xed\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\xc7\xf0\x41\xa5\xff\x73\xf8\x72\xfd\x7b\xf8\x72\xfb\x7b\xf8\x72\xff\x7b\xf8\xf2\xf8\x7b\xf8\xf2\xfc\x7b\xf8\xf2\xfa\x7b\xf8\x64\x93\xfa\x31\x7c\x2c\xbd\x84\x26\x79\x1d\x7a\x47\xd5\xa3\xbb\x0e\xa1\x7f\x0d\x2d\xc6\x94\xc0\x96\x7c\x1d\x20\xde\x8b\xf6\x73\x31\xa6\x28\x0c\xea\x3a\x40\x7c\xa1\xf9\x75\x80\x18\x0d\x67\xd9\xc5\xd0\xa2\x1a\xd0\x17\x30\x27\x7b\xf1\xc5\x60\x12\xd8\x5e\x2e\x06\x13\xd5\xc7\xb8\x30\x76\xcb\x00\x75\x07\x87\x2f\x81\x95\x77\xec\x1f\x06\x9a\x3b\xce\x0f\x03\xcd\x1d\xf7\x87\x61\xe7\xfa\x42\x8c\x8a\x37\xb8\x5a\x60\x9a\x05\x6b\xfd\x9c\x05\xae\xd9\xfe\x92\xff\x84\xbf\xe7\xc5\x79\xfe\x9e\x17\x27\xfe\x3d\x2f\x4e\xfa\x7b\x5e\x1c\xfb\x7b\x5e\x9c\xfc\xf7\xbc\x38\xe5\xef\x79\x71\xea\xdf\xf3\xe2\xb4\xbf\xe7\xc5\xe9\x7f\xcf\x8b\x33\xfe\x9e\x17\x67\xfe\x3d\x2f\xce\xfa\x7b\x5e\xdc\xff\xc8\x7e\xcf\xdf\xb2\xdf\xfb\x5b\x76\x0b\x21\xfc\x96\xdd\x42\x78\x7e\xcb\x6e\x21\xc4\xdf\xb2\x5b\x08\xe9\xb7\xec\x16\x82\xfd\x96\xdd\x42\xc8\xbf\x65\xb7\x10\xca\x6f\xd9\x2d\x84\xfa\x5b\x76\x0b\xa1\xfd\x96\xdd\x42\xe8\xbf\x65\xb7\x10\xc6\x6f\xd9\x2d\xb8\xde\xf8\x43\x76\x0b\x28\x7a\xec\x23\x16\x50\xf4\xb2\x7b\x29\x2c\x3c\x7f\x7d\x17\x0b\xcf\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfe\xe7\xbb\xc4\xff\x7c\x97\xf8\x9f\xef\x12\xff\xf3\x5d\xe2\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfd\xe7\xbb\x68\x73\xf7\xad\xde\x82\x36\xf7\xa9\xd6\xfa\xfb\x6e\xed\x98\xba\x5b\xbb\xa5\xee\xce\xf9\x6b\xe8\xb6\x90\xdb\xd7\xd0\x6d\x21\xf7\xaf\xa1\xdb\x42\x1e\x5f\x43\xb7\x85\x3c\xbf\xc6\x6c\x0b\x79\x7d\x8d\xd9\x16\xca\xf3\x35\x66\x5b\xa0\x30\x08\xc6\x6c\x0b\xa5\x7e\xf7\x12\x0b\xaf\x49\x3c\xd3\xda\x5f\x63\xb6\x05\x4c\xe2\x6e\xcc\xfe\x7f\x47\x8f\x05\x59\xcb\x03\x22\x60\x9b\x8c\xea\x66\x2d\x5f\x3b\xb7\x85\x5a\xbf\x76\x6e\x0b\xb5\x7d\xed\xdc\x16\x6a\xff\xda\xb9\x2d\x60\x57\xc7\xb0\x60\x01\xbb\x3a\x20\xd9\x42\x3d\x5f\x3b\xb7\x85\x7a\xbf\x76\x6e\x0b\x2d\x7c\xed\xdc\x16\xda\xf3\xb5\x73\x5b\x90\x95\xbd\xf0\x14\x59\xd9\x8d\x7e\xca\xca\x6e\xba\xb3\x7e\xb7\x51\x0b\x6d\x7c\xed\xdc\x16\x5e\x2b\xbb\x7e\xb7\xbe\x76\x6e\x0b\x58\xd9\xd1\x2d\x2d\x70\x30\x70\xec\x5a\x68\xf7\xbb\xe1\x5a\xc0\xca\x8e\x66\xeb\xfe\x9b\xcf\xa1\x61\x41\x56\xbe\xcd\x32\x93\x95\x6f\xeb\xda\xf8\xe2\x14\x0b\xb2\xf2\x39\x4e\xb1\xf0\x5a\xf9\xe8\x27\x56\xbe\xf8\xfe\xee\x7c\x51\x8b\x05\x59\xf9\x32\x4f\x91\x95\x2f\x33\xe9\x64\xe5\x2b\x3c\x45\x56\xbe\xca\x74\x91\x29\xaf\x32\xcd\x64\xca\xd3\xe4\xc1\x94\x87\x3d\xd7\x02\xa6\x3c\x30\x8c\x05\x99\xf2\xb2\xae\x81\x2c\x17\xdf\x45\xa6\xbc\xcc\x37\x93\x29\xaf\xe8\x99\xf3\x8b\x68\x2c\x60\xca\xc3\x9e\x6b\x41\xa6\xbc\x8a\xec\x32\xe5\x65\xf5\xfa\x7e\xf1\x8d\x85\xd7\x94\x87\x0c\x32\xe5\x05\xbe\xae\x4c\x79\x81\xa7\xcc\xf4\xc5\x37\x16\xa6\x7d\xf1\x8d\x05\x4c\x79\x8f\xe6\xcb\x2c\x5f\x7c\x63\x61\xd6\x2f\xbe\xb1\x30\xdb\x17\xdf\x58\x98\xfd\x8b\x6f\x2c\xcc\xf1\xc5\x37\x16\xe6\xfc\xe2\x1b\x0b\x73\x7d\xf1\x8d\x85\xb9\xbf\xf8\xc6\xc2\x3c\x5f\x7c\x63\x61\xde\x2f\xbe\xb1\xb0\xc2\x17\xdf\x58\x58\xcf\x17\xdf\x58\xc0\x94\x07\xbe\xb1\xb0\xd2\x17\xdf\x58\xc0\x94\xf7\x68\x96\xaf\xfc\xc5\x37\x16\x56\xf9\xe2\x1b\x0b\x98\xf2\xc0\x37\x16\x64\xca\x2b\xf4\x53\xa6\xbc\xad\x3b\xc7\x17\xed\x58\xc0\x94\x07\xda\xb1\x80\x29\x0f\xb4\x63\x41\xa6\x3c\x6d\x6e\xeb\x7c\xd1\x8e\x05\x4c\x79\xa0\x1d\x0b\x98\xf2\x1e\x6d\x59\x98\xf2\x1e\xad\x70\x99\xf2\x22\x5f\x70\xa7\x2f\xda\xb1\xb0\xed\x8b\x76\x2c\xec\xfc\x45\x3b\x16\x64\xca\x93\x44\x32\xe5\x35\xe6\xa7\x4c\x79\x95\x71\x7f\x4d\x79\xea\x0b\xa6\xbc\xa2\x6b\x32\xc5\xaa\x67\xcc\xcf\x86\xec\x32\xe5\x65\xe6\x99\x4c\x79\x95\x6f\x26\x53\x5e\xa5\x2f\x32\xe5\x35\xe6\x84\x4c\x79\x9d\xf9\x22\x53\x9e\x56\x9c\x4c\x79\xe5\x1f\x45\xbd\x2c\xc8\xca\xa7\x45\x75\x64\x85\xd6\x0b\x10\xbd\xeb\xe5\x12\x1d\x81\x64\xe5\xd3\xb6\x7b\x10\x5d\x53\xf7\xc8\x8a\xa9\x6b\x0c\xad\x36\xb7\x23\x2b\x2d\x1f\xfe\x20\xba\x36\xcc\x23\x2b\x26\x1f\xe2\x20\x7a\xe7\x23\x61\x2b\xc4\x9e\x6b\x41\x76\x42\x9d\x93\xd8\x08\xb1\xe7\x5a\xc0\x46\x88\x3d\xd7\xc2\x95\x15\x93\x9e\x61\x23\xc4\x9e\x6b\xe1\xca\xca\xae\x37\x48\x3e\x86\xe8\xca\x4a\xab\x6b\xc8\xa7\x49\x77\x65\x65\xe7\x4b\xc8\x7e\xa8\x25\x8d\xfd\x10\x7b\xae\x85\x2b\x2b\x2d\x4b\xf3\x4a\x3e\xf5\x4c\x56\x68\x97\xe8\x09\x1a\xda\x4d\x4b\x56\xe8\x4c\x0b\xf9\x86\xee\x44\x3e\xb7\xe7\xda\x13\x34\x7e\xba\x53\xf6\x3c\x5d\xd3\xd4\x1d\xb4\xe4\x45\xa8\xb4\xb0\x8f\x16\xdd\x29\xa3\x5d\xa3\x85\x7c\x6e\xcf\xb5\x27\xc8\x3e\xaa\x3b\xd7\xd7\x9e\x6b\x0f\xf6\x4a\xec\xb9\xf6\xc8\xd2\xf8\xb1\xe7\xda\x23\x6b\xe3\xc7\x9e\x6b\x0f\x16\x47\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x0f\x66\x45\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x8f\x47\xdf\xc8\x9e\x6b\xcf\x23\x2b\xad\xee\xa4\x17\x51\xbd\xe0\x2b\xbb\x3d\xd7\x9e\x07\x2b\x2d\x5b\xc9\xe3\x5a\xa6\xec\xb9\xf6\xb8\x86\x29\x7b\xae\x3d\x11\x4b\x73\xd2\x9d\xf4\x05\xcd\xe8\x89\x58\x8c\x1f\xb5\xe6\xd7\x9e\x6b\x4f\x5c\x5f\x7b\xae\x3d\x71\x7f\xed\xb9\xf6\x24\xf9\x4e\xf8\x1d\xa6\x43\xec\xb9\xf6\x24\x2d\xd8\x42\x4b\xb6\x77\x46\x20\xc9\xb7\x40\x3f\x31\x1d\x62\xcf\xb5\x27\x69\x55\x22\x3b\xa6\x43\xec\xb9\xf6\x60\x3a\x74\x7b\xee\x9f\x16\xa3\x3a\xf5\x14\x46\x75\x32\x8b\x30\x1d\x62\xb4\xb5\x07\xd3\x61\x5c\xba\xf3\x7e\x8d\xb6\xf6\x58\xf8\x1a\x6d\xed\xb1\xe7\x6b\xb4\xb5\x47\x26\x08\xd6\xe8\x63\xf9\x6b\xb4\xb5\xc7\xca\xd7\x68\x6b\x0f\x26\x40\x8c\xb6\xf6\x60\x02\x4c\xea\x0b\x26\x40\x8c\xb6\xf6\x60\x02\xc4\x68\x6b\x8f\xfd\x08\x01\xb0\xc7\x7e\x84\x00\xd8\x43\x2d\x7a\x1d\x8a\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x35\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x9a\x67\xaf\x29\x4f\xbf\x93\x02\x82\x0c\x32\xe5\x15\xfd\x4e\x0a\x08\xa3\x22\x53\x1e\x9b\xf1\x23\x53\x5e\x50\x3f\xa5\x60\xfd\xc3\x50\x63\x8f\xac\x7c\xe8\x42\xcf\x6b\xe5\x63\x68\x5f\x2b\x1f\x8f\x94\x95\x4f\x0b\x5d\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\x2d\x38\x59\xf9\xd0\x77\x9e\x82\xe8\x41\x4f\x41\x74\xf4\x9d\xa7\xe8\xec\xe6\x43\x14\x44\x47\xdf\x79\x0a\xa2\xa3\xef\x3c\x45\x56\x68\x06\xac\xe8\xec\xd6\x53\x64\x85\xe6\x5a\x45\x3e\xf4\x9d\xa7\xca\x0a\x8d\x7c\x55\xba\x17\x6f\xa8\x3a\xbb\x91\xb6\x4a\xf7\xe2\x7d\x8a\x70\x40\xdf\x79\x14\xe1\x80\xbe\xf3\x28\xc2\x41\x9b\x95\x22\x1c\x34\xad\x15\xe1\x80\xbe\xf3\x10\xe1\x20\x7d\xe7\x51\x84\x43\xd6\x9d\xb2\xb2\xeb\x99\xd2\x2d\x75\x4d\x56\x76\xf5\x53\xba\x17\x4f\x51\x84\x83\xb6\x33\x45\x38\x68\x5b\x22\xc2\x41\x1a\xce\xa3\x08\x87\xac\x3b\x91\xaf\xa8\x25\xf9\x78\xbb\x22\x1c\xd0\x70\x1e\x45\x38\x68\x6b\x55\x84\x43\x52\x4b\x53\x57\x77\x6a\xea\xaa\x05\x3b\xb9\xa4\x6d\xb0\x93\x6b\x9e\x35\xd8\xc9\xb5\x81\x35\xd8\xc9\xdf\xbe\xc0\xfa\xad\x59\x00\x25\x6a\xd0\x0c\x81\x12\x35\x18\xdf\x05\x4a\xd4\x70\x19\x5b\x28\x51\xc3\x66\xdc\xa1\x44\x7d\x67\x1d\x94\xa8\xef\x48\x43\x89\xfa\xca\xd0\x55\xaf\x48\x2d\x58\xbf\x39\xf4\x1f\xc7\x3e\x09\x7e\x12\x7b\xa0\x44\x7d\x16\xbd\x86\x12\xf5\x39\x7a\xbb\x53\x78\xc6\xf7\x77\x14\xa1\xd6\x51\x07\x25\x6a\xd4\x16\x02\x25\x2a\x8c\x39\xf6\x40\x89\xfa\x1e\x47\x43\x6c\xda\xf4\x53\x15\xfc\x50\x94\x1e\x2a\xf8\xd9\xc3\xfb\x1c\xfb\x64\xab\x7c\x4f\xe8\x52\x09\x97\xb3\x07\xba\xd4\xac\xd5\x01\x5d\x2a\x0c\x28\xf6\x50\xa6\x8f\xbc\x4f\x7b\x1c\xfb\x64\x72\x42\xed\x81\x4a\xb5\x24\xf5\xcc\xe5\x2b\xda\x76\x29\xd3\x47\x46\x82\x3d\x43\xec\xcf\xea\xa7\xcb\x57\x2b\xb2\x43\xb3\x5a\xb5\x4f\xa8\x80\x83\xd9\xbe\x0f\xcf\x85\x6a\xb5\x2e\x7a\x4e\x99\xbe\x7a\x98\xa3\x13\xfa\x64\x6d\x7e\xd0\xb0\x36\x54\xa7\x67\x8a\xf0\x3f\xef\xa5\xed\x1e\x2a\x56\xf2\x15\xed\x81\x8a\x95\xd2\xc5\xf6\x90\x2b\x5d\x34\x53\xa0\x62\x85\x2e\xc3\x1e\xa8\x58\x7b\xd7\xef\x26\x74\xc7\xc8\x02\x15\xeb\x78\xd4\x82\x7e\x58\xca\x0d\x54\xac\x43\x72\x42\xc5\x3a\x50\x08\x1f\xa8\x58\xc7\x52\x4b\xc1\xb7\x65\xaf\xc9\x97\x86\x8e\x75\xd6\x7f\x69\xce\x0f\x4c\xad\x13\x5d\xf2\x81\xa9\x75\x69\xd0\x1d\x22\xdd\x21\xcd\x62\x95\xf7\x83\x9c\xa9\xd7\x56\x18\x83\x99\xa0\x0e\x93\xf2\xd2\xf9\xee\x30\x29\x2f\x9d\xe1\x8b\x72\x54\x43\x6f\x99\xb4\xf4\x3b\xd8\x8b\xb5\x90\x16\x31\x9d\x56\xf7\xd1\x46\x42\x7d\x87\xad\xcd\x90\xfa\x0e\x5b\x1b\x33\xf5\x1d\xb6\x26\x1b\xf5\x1d\xf6\xe0\x77\x0e\x95\xf2\x1e\xba\xd3\xe5\xdc\x8b\x21\x71\xa8\x94\x8f\xce\xc0\x0d\xfb\xef\x65\xe0\xa9\xf6\x77\x31\xef\x3c\x2a\x27\xaf\xa3\x66\xc3\xb8\x1b\x91\x83\x6a\x7f\x57\xa7\xec\x16\xe3\xae\xde\x0e\xe3\x6e\xd5\x35\x68\x67\x25\x03\x04\xae\xd0\x08\xd8\x03\x81\xeb\xbb\xe5\x40\xe0\x1a\xb4\x59\x40\xe0\x1a\x24\x2d\x04\xae\x41\x0b\x14\x02\xd7\xb0\x79\x0a\x04\xae\x58\xbb\xed\x81\xc0\x95\xf2\xbc\xf6\x40\xe0\x4a\x9e\x9a\x3d\x10\xb8\x3e\x13\x69\x21\x70\x8d\x11\xf9\x20\x70\x8d\xd2\x14\x20\x70\x15\x0a\x78\x1c\x0f\x95\x77\x5b\xa1\xda\x5f\xd2\xb2\x13\xb9\xab\xf4\x65\xc8\x5d\x4d\x5a\x04\xe4\xae\xa6\xa9\x0a\xb9\xab\x69\xb4\x21\x77\xcd\xd2\x80\x21\x77\xcd\x92\x0f\x72\xd7\xa2\x03\x12\x72\xd7\xa2\x7e\x42\xee\x5a\x24\x1f\xe4\xae\x45\xfa\x30\xe4\xae\x25\x31\x46\x90\xbb\x16\x1d\x0b\xb7\xbd\xb1\xd0\x5b\xfd\x81\xc4\xb5\x08\xb1\x5c\x08\x50\xa7\x9e\xab\x2a\x7f\x6a\xb9\x1c\xe5\xe8\x49\x90\x87\x32\x32\x11\x82\xd7\xca\x3c\x8c\x10\xbc\x56\xd6\x54\x84\xe0\xb5\xa2\x5d\x46\x08\x5e\xab\xa7\xb5\x59\x84\xe0\xb5\xba\xa3\xd1\x22\x04\xaf\x8d\x83\x30\x42\xf0\xda\x86\x9e\x02\x29\x27\xda\x6c\x84\xe0\xb5\x3b\xfd\xbe\xc5\xd0\x7f\x47\x62\x5b\x84\xe4\xb5\xbb\x3f\xc5\x22\x24\xaf\xbd\xe8\x9a\x48\x3b\x33\x2d\x98\x39\xd9\x1e\xa3\xc7\x6a\x78\x76\x94\xb7\xdc\x84\x37\xd9\xaa\x22\x04\xb0\x1d\x04\x14\x21\x80\xed\x97\xa7\x78\xac\x86\xf7\x00\x2f\x91\x45\x48\x60\x07\x9b\x7b\x7c\x3e\xb1\xe2\xd4\x88\xb1\x08\x11\xec\x00\x33\x47\x88\x60\x87\xfa\xe4\x08\x2a\xc1\x2c\x63\x11\x22\xd8\xf9\xe8\x49\x70\x64\x82\xb5\xe2\x23\x8e\x4c\x46\x01\x22\xd8\x39\xd4\x43\x38\x32\x39\x7a\x22\x44\xb0\xa4\x01\x59\x7c\xc4\x91\xa9\x37\xc0\x2f\x89\x66\x1b\xc9\x6b\x58\xe0\x9b\x08\x11\xec\xd2\xe8\x91\xd3\xb0\x38\x4c\x23\x39\x0d\x6b\xf1\xb5\xc8\x69\xd8\x89\x39\x00\x49\xec\x46\x29\x8d\x90\xc4\x6e\x7d\x1b\x48\x62\x77\xd6\x33\xe1\x97\xec\xff\xb2\x3b\x47\xf8\x63\x37\xdb\x66\x84\x3f\x76\x6f\x75\x45\xd4\x93\x08\x0b\x7f\x2c\xe5\x65\x2c\xc2\x1f\xab\xcd\x2e\xc2\x1f\x7b\xa6\xba\x29\xea\x49\x5a\x54\xf8\x23\x15\xc6\xa2\x03\xbd\x72\xd1\x11\x23\xdc\xb2\xa4\x5e\x58\x84\x5b\xf6\x62\x33\x8a\xa4\x3b\xdc\xc6\xa0\x90\xee\x70\x87\x9e\x02\xf5\xe4\xd4\x35\xa8\x27\x81\x45\x91\x74\x87\x8b\x86\x13\xe1\x96\xbd\x57\xbf\xa3\xea\x9d\xe9\x0d\x9e\xee\x00\x2f\x8a\x45\xd2\x1d\x70\x25\x5a\xa4\x64\x7c\x38\x6a\x41\x87\xc8\xd6\x10\x49\x75\xa0\x3a\x8a\x45\xa8\xaa\x9e\xa8\x16\x9c\x87\x68\xc4\x11\xaa\x2a\xea\xc2\x5b\x84\xaa\xea\x69\xbc\x0f\xaa\xaa\xa7\xd1\x6b\x53\xba\x0a\xbd\x86\xaa\xea\xd1\xc2\x83\xaa\x0a\x6e\x6e\x8b\x4a\x73\xd0\xb0\x43\x55\x15\xb5\xf4\x4d\x25\x8f\x9e\x7d\xaf\x7a\xe0\x32\x92\x45\x6b\x11\xba\xaa\x84\x56\x15\xa1\xab\x4a\x18\x95\xa2\x2a\xfb\x61\x4a\x89\xaa\xec\x27\x89\x55\xd9\xcf\xb8\x13\xba\x2a\x03\x8f\x44\xe8\xaa\xe0\xaf\xb6\x98\xc5\xa2\xa7\x3b\xc5\xa2\xc7\x68\x53\xd9\xcf\x96\x5a\xb0\xe8\x69\xb9\x40\x65\x95\x1f\xfa\x89\x13\xfb\x56\xbd\xc1\x65\x94\x86\x17\xa1\xb2\x2a\x41\xd7\x60\xa7\x03\x49\x44\xa8\xac\x8a\x36\x25\xa8\xac\x8a\x36\x50\xa8\xac\x4a\x57\x3f\x61\xa7\xd3\xbc\x87\xca\xaa\x68\x8b\x82\xca\xaa\xe8\x7d\x50\x59\x15\x8e\xc4\x08\x95\x55\x39\xba\xd3\xe5\x2b\xfa\xd6\x50\x59\x55\x6d\xa7\x50\x59\xc1\xe5\x61\x11\xba\xaa\x5a\x75\x0d\x76\x3a\x8c\x18\x11\xba\xaa\xaa\x6d\x0b\xba\xaa\x7a\x74\x6d\xbf\x45\x63\x57\x53\x7f\x60\x7e\x03\x53\x46\x28\xab\x1a\xda\x64\x84\xb2\xaa\x61\xd6\x88\xf5\x79\x7f\x0b\x95\xad\x45\x47\x8b\xb5\x69\xfb\xaa\x50\xa7\x05\xdd\x0d\x75\x1a\x5a\x7c\x84\xd2\xaa\x6b\x56\x43\x69\x05\xc5\x9b\x45\x28\xad\xba\x66\x03\x75\xdf\x3b\x07\x73\xa4\xee\x7b\xc7\x5c\x16\xeb\x78\x7b\x40\xc2\x99\x45\x08\xb0\xba\xbe\x26\x04\x58\x7d\xeb\x2d\x3e\x5e\xfd\x30\xe7\x20\xc0\xea\x47\x7d\x85\x3e\x4d\x6b\xa7\xa1\x91\xe7\xf2\x39\x9c\x20\xc1\x1a\x1a\x33\x48\xb0\xc6\xe5\xb7\x90\x60\x4d\x14\xd0\xd8\xa0\x1f\x8b\xba\xe6\x72\x4e\x1d\x29\x10\x64\x4d\x94\x93\x08\x41\xd6\x0a\xf4\x1c\x82\x2c\x68\x8e\x2d\x36\x95\x1b\xab\x7b\x0f\x5d\x87\x82\x4c\xeb\x00\x92\xac\xa5\xaf\x02\x49\x96\xd4\xd8\x08\x49\xd6\xd2\x78\x43\x92\xe5\xc5\xba\xff\xff\x56\x0d\x7f\xd6\xda\x7c\x02\xf8\xb3\xde\x93\xa1\x8b\x03\x8c\xc1\x83\x3f\x6b\x37\xba\x0a\x7f\xd6\xd6\x92\x54\x59\x78\xac\xc5\x11\xfe\xac\x13\x19\x2e\xf1\x67\x75\x16\x21\x6c\xb8\x57\x87\x41\x17\xf9\x94\xde\x2e\xf2\x29\xdd\x49\x96\x9c\xb6\xdc\x0e\xf9\x94\x26\xb0\xca\xc2\x5f\xf5\xc5\xb3\xc8\x60\xa0\xb5\xe8\xc0\xb1\x09\x6c\x47\x07\x8e\xed\x41\x4f\x8a\x03\xf2\x29\x3d\x13\x6e\xad\x47\x27\xad\x03\x47\x83\x40\xdf\x22\x04\x5a\xf1\x7d\x26\xe4\x4c\x3a\x69\x1d\x38\x7a\x19\xd8\xa3\x8d\x06\x12\x2d\xd9\x88\x23\x44\x59\x51\x1b\x14\x44\x59\xb2\x50\x46\x88\xb2\xa2\xbe\x37\x44\x59\x51\x53\x0a\xa2\xac\xa4\xa5\x33\x21\x61\x42\x8f\x8c\x0e\x0e\x5b\xd2\x04\x83\x44\x2b\xa1\x71\x46\x48\xb4\x92\x34\x3c\x48\xb4\x28\x51\x60\x11\x12\xad\x34\x74\xcd\xe5\x48\xd2\xa1\x20\xd1\xa2\x0c\x81\x45\x80\x61\x3a\x6a\x41\xd0\xa4\x69\x0a\x89\x96\x61\x34\x88\x90\x68\x59\xd6\x53\x20\x68\xaa\xea\x35\x04\x4d\xb8\x53\x22\x24\x5a\xa6\x05\x06\x89\x96\x01\x9c\x23\x24\x5a\xa6\xc3\x49\xc0\x30\xcf\x7d\x8c\x27\x41\xa4\x95\x13\xf2\x43\xa4\x95\x75\x3c\x42\xa4\x95\xb1\x40\x47\x88\xb4\xb2\x36\x68\x88\xb4\xb2\x36\x45\x88\xb4\xb2\x0e\x7c\x88\xb4\xb2\x8e\x23\x88\xb4\x32\x48\x2b\x42\xa4\x95\xb5\x35\x40\xa4\x95\x35\xbe\x90\x65\x15\xa9\x1b\x8e\xec\x76\xcb\x6b\x53\x59\xc6\x22\x84\x59\x05\x64\x14\x37\x44\x4d\x49\x2d\x88\x9a\x30\x80\x44\xc8\xb4\x8a\x8e\x39\x47\x77\x26\x1c\x11\x21\xd3\x2a\x52\x1d\x20\xd3\x2a\x53\x4f\x81\x6c\x4a\xfa\x37\x64\x5a\x55\xc7\xbc\xa3\x3b\xcb\x07\x89\x21\xd3\x6a\x3a\x30\x20\xd3\x6a\xea\x39\x64\x5a\x4d\x1b\xda\xd6\x31\xb0\xf7\x69\x92\x03\x3e\x21\x7d\x73\x08\xb5\xba\x34\x43\x08\xb5\xba\x46\x07\x42\xad\xae\xed\x06\x42\x2d\x4a\x12\x5b\x84\x50\x6b\x68\x3e\x42\xa8\x05\x7f\xa5\x45\x08\xb5\x86\x94\x33\x08\xb5\x86\x24\x86\x50\x6b\x6c\xbd\x01\x3e\x21\x1d\x08\x10\x6a\x4d\xa9\x78\x10\x6a\xc1\x20\x69\x11\x42\xad\xa9\xaf\x08\xa1\xd6\x12\xe2\x80\x50\x6b\x49\x59\x82\x50\x6b\x0f\x46\x95\x7a\xee\x5b\xf3\xff\xc2\xc5\xa3\xdd\xe0\x8a\x8b\x87\x79\x0c\xd9\x16\xb9\x9b\x16\x21\xdb\x3a\x58\x9b\xa3\xea\xb9\x97\xb0\x4f\xd5\x6f\xbd\x1c\x60\x93\x52\x0b\xe1\xd6\xb9\x8c\x07\x84\x5b\x57\xf3\x18\xc2\xad\x1b\xff\x65\xfc\x88\x70\x71\x09\xb2\xc7\x3b\xde\x57\xde\xa5\x2e\x4d\xa8\x75\x10\xf3\x42\xd7\x73\xf4\x12\xa8\x6e\xa4\xcd\x90\xec\x1e\xb4\x91\x90\xec\x4e\xa5\x6c\x4b\x24\xbb\x2b\x00\x26\x91\xec\x1e\x9c\x91\xce\x12\x09\xed\x61\xe9\x4e\xe8\x7a\xbc\x22\xa0\x25\x12\xda\x1f\xcc\x04\x89\x84\x76\x18\xfe\x2c\x91\xb4\xfe\x44\xdd\x09\x65\x4d\xd2\x9d\x24\x3b\x37\xbd\x6f\x93\xfa\xfc\xd0\x82\x0f\x85\x61\x4c\x24\xa6\x27\x20\x66\x22\x31\x9d\x8a\xe6\x96\x48\x4c\x87\x6d\xda\x12\x89\xe9\x96\x74\x27\x9c\x27\xce\xef\x60\x89\xc4\x74\x2b\xba\xe6\xfd\x84\xe1\xd9\x12\x89\xe9\xd4\x97\xb3\x44\x62\x7a\xee\x7a\x83\x38\x4f\x16\x2d\x71\x9e\x20\xdf\x03\xe7\x09\x9b\x48\x7a\xc4\x79\x12\x68\x1d\x5a\x7a\x9f\x27\xf9\x76\xf4\xa8\xe4\xe0\xad\x67\xb4\x94\x14\xe1\x3c\x01\x56\xa6\x08\xe7\x89\xbe\x6e\x84\x2b\xc4\x74\x27\x5c\x21\x5d\x77\xc2\x15\x32\x74\xcd\xe5\xab\x6c\xa9\xc9\xc1\x5b\xaf\x20\xa6\xe4\xe0\xad\x57\xf4\xe4\x14\xe1\x3b\xe1\x18\x4e\x11\xae\x10\x3c\xe2\x29\xc2\x15\x72\x18\x69\x12\xd2\x3b\x10\x30\x45\x8a\xb7\x62\x2f\x4e\x24\xa4\x8f\xf7\x0d\xf0\x73\x00\xc2\x53\x82\x9f\x83\xad\x26\x25\xf8\x39\x30\xc9\xa4\x04\x27\x06\xda\x76\x4a\x70\x62\x30\x3f\x93\x23\x34\x5b\xe8\xec\x29\xc1\x89\xc1\x6c\x4d\x09\x4e\x8c\xac\x67\xc2\x89\x51\xf4\x4c\x38\x31\xd8\xc8\x52\x82\x13\x03\x47\x70\x4a\x70\x62\x74\xfd\x6e\xc2\xba\xa1\x16\xbc\x1e\x18\x84\x52\x82\xd7\xe3\xaa\x2f\x70\x62\xb0\x09\x24\x13\xef\x05\x77\x1a\xdc\x16\xa6\x6b\x10\x58\xe0\x5c\x4e\x06\x81\x85\xde\x6e\x10\x58\x74\xfa\x69\x10\x58\xe0\xfa\x4b\x06\x81\x85\x66\x96\x41\x60\x31\xd5\x9a\xac\xf2\xb6\x77\xd7\xdd\x90\x58\x68\x64\x1c\x69\xf5\x13\xd4\xf2\xbe\x1e\xc9\xe8\x48\xab\x1f\x36\xba\x94\x21\x79\xd0\x2a\xcf\xcf\xa7\xa8\x35\x16\xe4\x94\xa9\xd6\xaa\xf1\xc8\x54\x6b\x0d\xfa\xad\x51\x1c\x56\xd7\x32\xc5\x61\xf5\xbb\x42\x8b\x77\x3a\xda\x32\x88\x59\x2d\xe5\xf6\x79\xcb\xd0\x6f\xa9\xd8\x0a\x8a\x4d\x84\x0b\x4b\xa5\x48\x79\x7e\xef\x66\x04\x1d\x75\xd9\x29\x7a\xd3\xa6\x66\x2c\xf3\x80\xd4\x75\x78\xe2\x2d\x39\xea\xb2\xa3\xaf\x46\x3d\xf5\xa3\x59\x58\x28\x58\x0b\x72\x48\x05\x39\xc1\x02\xa9\x20\x27\x4e\xca\x54\x90\x53\xbb\x4f\x41\x4e\x8c\x46\xc9\x51\x97\xdd\xe7\x1f\xd5\x63\x2c\xb9\x4b\xcf\xa8\x5e\x66\xc9\x5d\x7a\x06\xd3\x86\x25\x07\x6b\x76\x09\xbc\x4a\x0e\xd6\xec\x6a\x59\x95\x8f\xf8\xe7\x51\xc7\x71\xfd\x10\x7a\x92\x0a\x5c\x0f\xe8\x51\xa9\x52\x98\x16\xb8\x98\x1c\x90\xd9\xc5\xb7\x9b\x1c\x8c\xd9\x5d\xba\x33\xd1\x42\x60\x07\x63\x76\xb7\xee\xf4\xd8\x49\xc3\xd5\x94\x2a\x22\x5e\x5d\xab\x38\x97\xe8\x0b\x15\x0b\x03\x20\x2e\x51\xb1\x50\xe6\x8e\x44\xc5\x42\x45\x50\x26\x2a\x16\x06\x6d\xb0\x54\x2c\x0c\xda\xb4\xa9\x58\x08\x6f\x9b\x25\xaa\x12\x06\x6d\x63\x54\x25\x0c\x00\xe7\xd4\xe2\xfb\x35\x2e\xa6\x82\x44\x65\xc2\x80\x29\x28\x51\x7d\x30\x00\xd2\x12\xd5\x07\xdf\x83\x89\xea\x83\x42\x06\x49\x80\xea\xcf\x93\x9a\x7e\x4b\x7f\xb5\xf8\xdb\xe7\xbb\x0b\x4a\x26\x2a\x14\xca\x56\x9d\xa8\x50\x18\x8e\xae\x31\xed\x70\x8f\xa4\x76\x3f\xbf\xc5\x1e\x9f\x70\xc9\x3d\xda\xba\xfa\xf3\x56\x5d\x5e\x3a\x7e\x70\xcb\x09\xa7\xa4\x9e\xde\xeb\x54\xb8\xb6\x24\xd7\x1c\xba\x73\x92\x6b\x4e\x87\xa3\x5c\x73\x38\x6a\x92\xa3\xa8\x64\x9a\xf2\x72\xcd\x61\xf9\x4b\x54\x2b\x7c\xf4\xd5\xe5\x9a\x03\x9c\xa7\x0e\xa7\x8a\xbe\x55\x5f\x9f\x1e\x68\x63\xc6\x3d\xf7\xe8\xeb\xc9\x3d\xa7\xa5\x2f\xf7\x9c\x8e\xf5\x11\xde\xdf\xc2\x8c\x6c\x09\x17\x9d\x22\x63\x12\x2e\x3a\x45\xf0\x24\x5c\x74\x0a\xd5\x4a\xb8\xe8\x22\xda\x52\xc2\x45\xa7\xf8\xa1\x84\x8b\x4e\x21\x57\x49\x48\xeb\x8f\xe2\xaa\x6d\x0e\x37\x9d\x22\x20\xd2\xe8\x9f\xeb\x60\xa1\x84\xab\x2e\x6a\x13\x19\x72\x37\xea\x9a\xdc\x8d\x8c\xe6\xb8\x9f\xdf\xe2\x61\x48\x54\x3e\x8c\x97\x37\xe1\x8e\x4b\x60\xd3\x84\x3b\x2e\x61\xa7\x4e\x33\xbd\xbf\x85\x7b\xc8\xd2\xb4\xcf\x7f\xb4\x49\x51\x1d\x31\x15\x3d\xcd\xe5\x4a\xa0\x92\x84\x4b\x2e\xa9\x97\x54\x47\x4c\x53\xad\x8f\x4c\x47\x8a\x03\x6e\x39\x0a\x76\x58\xc2\x2d\x97\x74\x80\xcc\xf5\xde\x7d\x1f\xbd\xd7\xc7\x29\x81\x30\x93\xa3\xac\x94\xb5\x22\xa9\x84\x48\xd1\x0e\x4b\xb8\xde\x28\xc5\x61\x09\xff\x1a\xa5\x38\x2c\x39\xc2\x4a\x19\x13\x50\xa2\x12\xa2\xe9\xb0\xa3\x12\xa2\x4c\x75\x09\xdf\x9a\x69\x6c\xf1\xad\x99\xd6\x35\xbe\x35\xca\x5f\x58\xc2\xb7\x26\x33\x5e\xc2\xb7\x66\x52\x5d\xf0\xad\x99\x64\x5c\x14\x25\x96\x22\x83\x5f\xcd\xb4\xa5\x0b\x7d\x59\xda\x9b\xa0\xe0\x84\x6f\xcd\x0e\x3d\xc0\xb7\x66\x52\x9e\xf0\xad\x99\xb6\x75\x7c\x6b\xa6\xf9\x8d\xff\x2c\xff\x59\x7d\xff\x7f\x5b\xc7\xb5\x96\x93\x5e\x80\xa7\xd8\xf4\x48\xf7\x84\x67\x09\x85\x6b\x2d\xeb\x0c\x74\xf0\x95\xf2\xe0\x93\x3a\xf8\xca\x82\xa9\x49\xe0\xeb\xcf\x1f\xda\x5e\x1c\x7c\xe5\x0c\x70\x4f\x0e\xbe\x72\xd6\x42\x70\xf0\x95\x33\x81\x66\x89\x14\x8f\xac\x4d\xde\xc1\x57\xce\xda\xd6\x4f\x7a\x9f\x7b\x34\x08\xc7\x3e\xff\xc1\x28\x92\x1c\x84\xe5\x8c\x49\x22\x1d\x3e\x83\x34\xc3\x83\xac\x78\xe8\xd3\x41\x56\x2d\x99\x83\x57\x7c\xeb\x29\x7e\x82\x67\x9d\x9f\x0e\xc2\x72\x3e\xea\xc5\xfa\xbe\x13\x79\x1d\x88\xe5\x7c\xf4\x16\x97\xb5\x68\xb2\x9d\xcf\x90\x2a\x0e\x22\x39\x18\xcb\x45\x8b\xde\xc1\x58\x16\xfc\x4e\x0e\xc6\xb2\x9c\x68\x09\x5e\x92\xac\x29\xed\x60\x2c\x17\x80\x5a\x72\x20\x96\x8b\xe9\xce\x42\x4b\xcf\x74\x39\x8b\x74\x49\x07\x62\xb9\x68\x6b\xa6\x66\x7b\xd1\xd7\x72\xb4\x95\x0a\x4e\x97\x44\xcd\xf6\xa2\x63\x8c\x9a\xed\x05\xf3\x42\xa2\x66\xbb\xac\xc1\x89\x9a\xed\x45\xa3\x4f\xcd\xf6\xc2\x31\x6d\xd4\x6c\xa7\x02\x89\x19\x35\xdb\x0b\x58\xce\xa8\xd9\x5e\x40\x37\x46\xcd\x76\x39\xf3\x2c\x94\x37\x6a\xe0\x60\x9a\xb1\x50\x3f\xff\xc9\x7a\x9a\xcb\x52\xd1\xd1\xec\x75\xb9\xd9\x16\x60\x35\xea\xb0\x57\xd3\xdb\xf6\xf7\xba\xf1\x1f\xa2\x16\x8a\xde\x48\xd4\x02\xd6\x4b\x73\xac\x95\xab\x9e\xf4\x3a\xcb\x6c\x1f\x7c\x1a\xf6\xe4\xcf\x7f\x00\xd2\x46\x15\x76\x58\x10\xcd\xa8\xb4\x5e\xf9\x26\x46\xa5\xf5\xfa\xde\x39\x3f\xbf\xc5\x20\x66\x0f\x3d\x65\x2e\xda\xf3\xe9\x29\xd4\xb3\x66\xcf\xf9\xfc\xc7\xf4\x7e\x7a\x0b\xaa\x32\x2a\xb2\x53\x3f\xc5\x8c\x04\x97\xc2\x61\x6c\x54\x64\xaf\x68\xfa\x46\x45\xf6\x8a\xbb\xcc\xa8\xc8\x5e\xd5\x0b\x2a\xb2\x37\xf0\xa5\x51\x91\x1d\xce\x45\x33\x2a\xb2\x37\x3c\x21\x46\x45\xf6\x86\xc1\xc4\xe2\xe7\xcb\x53\x6c\xd6\x8c\xaa\xec\xcd\x74\x7d\xd2\x42\x3a\xaa\xb2\xb7\xa2\x27\xb9\x1c\x0d\x67\xaf\x41\xe0\xd5\x30\xb6\x18\x04\x5e\xad\xeb\x1a\xb1\x20\xa8\x4e\x46\x75\xf5\x86\xa2\x64\xa9\x7c\x23\x43\x74\x37\xfd\x65\x2b\xb5\x44\x7f\x35\xef\x1c\x33\xe5\xc6\x0a\x36\xc7\x3e\xb9\x07\x5d\xf3\xfe\x74\x10\xbe\x59\x78\x9f\x2b\x73\x89\x91\x68\x03\x6f\xb9\x19\x55\xd6\x29\xd0\x62\x46\x16\x65\x21\x80\xd2\xa8\xb2\x2e\x3b\xbf\x39\x6e\x4a\xa5\xab\x55\x5e\x23\xe0\xd2\xec\x75\xec\x94\x61\x87\x34\xb3\xf6\x09\xec\x30\xbd\x97\x18\x15\x0e\x61\x73\x7c\x94\x7b\xd7\xdd\x94\xf9\x1e\xff\x0a\xfc\x33\x8a\xb4\xf7\xa9\x87\x20\x2a\x90\xc1\x28\xd2\xde\xf5\x89\x28\xd2\x2e\xd7\x82\x51\xa4\xbd\x03\xc7\x8c\x22\xed\xfd\xe8\x9a\xbd\x5d\xbd\x40\x1c\xcb\x9f\x30\x9d\x8b\x16\x61\x64\x5e\x16\xac\xb1\x46\x21\xf7\xa1\x0f\x4e\xb5\xf6\xf1\xe8\xd9\x3e\x34\x43\xd3\x8c\x6a\xed\x54\x92\x71\x83\xb5\x87\xe2\xb0\xf8\xa9\xd6\x3e\xd0\x33\x8c\x6a\xed\x03\xad\xd1\x32\x61\x3a\xc4\xae\x1a\xd5\xda\x07\xe0\xcc\xa8\xd6\x3e\x34\x71\xa8\xd6\x3e\x08\xef\x32\xaa\xb5\x0f\x4e\x63\xa3\x5a\xfb\xe0\xf0\x30\xaa\xb5\x8f\xad\x6b\xc8\xb0\xf5\x06\x64\x38\x7a\x0a\x32\x68\x31\x52\xad\x7d\xe8\x6b\x51\xad\x7d\x5c\xdd\xe9\x32\xc8\x20\x60\x54\x6b\x9f\xfa\x12\x54\x6b\x9f\x18\x90\x8c\x6a\xed\x53\x4b\x88\x6a\xed\x13\x10\x6e\x54\x6b\x9f\xda\xc6\xa8\xd6\x2e\x27\x8c\x51\xad\x7d\x82\x09\xcc\x71\x51\x96\xe9\xc0\x6a\x7e\x43\x94\xb6\x96\x09\xd5\xdc\xa7\x26\x29\xd8\x68\x0e\xbd\xd3\xe5\x90\x31\xc1\xc0\x3f\x73\xeb\x4e\x8f\x9e\xad\x45\x77\x6e\x5a\x8c\x05\x15\xdb\xa9\x7d\x69\x46\xc5\xf6\xa9\x0d\xc7\xb1\x51\xaa\x58\x45\x0d\x6c\xb4\x30\xb9\x18\x15\xdb\xdf\xe5\xd1\xd2\x1b\x83\xb4\x30\xde\x18\x55\xdb\x97\x16\x4c\x53\xdc\x13\xdf\xbc\xb5\xf7\xee\xad\xb9\xf3\xe2\xa3\xfa\xea\x52\xd6\xc6\xe7\x3f\xc4\x46\xdb\x8b\x91\xea\xde\x68\x7c\xa6\x2a\xee\x4d\xd7\xa9\xe2\x8e\xb1\xc3\xc0\x48\x32\x3a\xd9\x8b\x91\x3e\x0e\x2d\xeb\xe1\xf3\x1f\xcd\x43\x55\x73\x47\x47\x34\x55\x73\xd7\xac\x54\x35\x77\xbc\x17\xd6\xed\xfb\x5b\x5d\xcf\x5c\x47\x1a\x30\xd2\xd2\xac\xed\xf5\x73\xf7\xd4\xef\x89\xfb\x42\xd1\xb1\xfe\x95\xfd\xe8\xdd\xe3\x1b\xd1\xc5\xd7\x56\x75\x77\xad\x60\x55\x77\x7f\x74\x37\xdc\x8c\x20\x54\x53\x75\xf7\x47\x3d\x21\xf6\x8b\xe4\x3a\x53\x75\x77\xbc\x6a\x06\x4e\x52\xbc\x85\x39\x4e\x4a\x55\xc7\x3b\x38\x69\x17\xdd\x69\xb4\xf8\xb2\x8e\x93\x12\xb4\xc0\x66\xe0\xa4\xad\x91\x1d\x1f\x59\x65\x59\x36\xc7\x49\xe9\x3d\xc2\x08\x67\xdc\x1a\x31\xc7\x48\xa9\x05\xfd\x16\x19\x31\x0e\x19\xe1\x8c\x7b\xea\x9a\xf8\x27\xf5\xce\xf3\x79\x0b\x51\xf4\x46\x48\xa3\x2c\xe8\x06\x7e\x7a\x8f\x84\xf9\x7c\xee\xc6\xf6\x6d\x60\xa8\x2d\x55\x81\x90\x46\xaa\x8e\x9a\x39\x7e\x4a\x0d\x33\xb1\x39\x76\x4a\x4d\xc7\xbc\x63\xa7\xd4\x50\xe3\x0c\xec\x74\xfe\xc5\xf5\x6d\x06\xac\x3a\x18\x5c\x8c\x48\xc7\xa3\xb3\x77\xf2\x09\x80\xa7\x06\xa4\x3a\x5a\x42\x0e\xa9\x52\xd3\x20\x4c\x4d\xe1\xb6\xb7\xb4\x1e\x22\x1a\x0f\xb6\x5a\x03\x52\x1d\x6d\x07\x40\xaa\x03\xa0\x34\x20\xd5\x21\xec\xc6\x08\x59\x84\x32\xd3\x6c\xe5\xf7\xb9\xef\x90\x01\xab\x5e\xdd\x47\x05\xe6\xb5\x09\xae\xf6\xb9\x5b\x93\x1d\x68\xf5\xf9\x2d\x21\x7d\x3a\x15\x81\x56\x0a\x60\x32\xa0\x95\xe2\x1e\x0c\x68\xa5\x78\x18\x03\x5a\x5d\x7c\xc8\x46\xc8\xe2\xd5\xe2\x03\x56\x29\x02\xc6\x80\x55\x32\x25\x19\x81\x88\x57\xba\x82\x82\x0d\x81\x55\x06\x22\xea\xda\xb0\xa9\x16\x1f\xa2\xee\x9c\xb4\x98\x02\x8e\x88\xbc\x48\xb6\xb7\x08\x36\xd4\x66\xae\x60\x43\x30\x8c\x29\xd8\x50\x7a\xe3\x09\x1f\xda\x4b\xbd\x53\x01\x87\x3a\xbe\x14\x70\x88\xe7\xc2\x14\x70\xa8\x03\x9d\x80\xc3\xa0\x51\x20\xe0\x30\xe8\x18\x22\xe0\x30\xe8\x18\x22\xe0\xf0\xd1\x72\x27\xe0\x50\xb1\xed\x46\xc0\xa1\xa2\x75\x8c\x80\x43\x45\xc8\x1b\xc9\xec\x5d\x47\x0d\x01\x87\x8f\xa9\x67\x9b\x16\x33\x82\x80\x43\x19\x84\xec\x45\x41\x63\x2f\x9c\xd0\x46\x60\xe1\xa3\xa5\x49\x60\xe1\xa3\x79\x47\x60\xa1\x0c\x3b\x76\xf3\xe7\xb7\x43\xbf\x25\x78\x72\xeb\x6e\x64\xd9\xba\x1b\x59\x24\xe7\xed\xef\x6f\xb7\xe6\x01\xd5\xe3\x23\x76\x6f\x23\xf0\x50\x89\x53\x46\xe0\xa1\x12\xd1\x8c\xc0\x43\xa5\x58\x19\x81\x87\xca\x89\x33\x02\x0f\x21\x32\xb3\x4c\xe0\xa1\xf2\xec\x32\x81\x87\x4a\xaa\xc9\x04\x1e\xca\x29\x9e\x43\x7a\xfb\x73\x70\x7e\x66\x82\x0f\xe5\x26\xcf\x04\x1f\xa6\xa0\x27\xb9\x9c\x89\x51\xca\x54\x90\x4f\x38\x30\x33\xc1\x85\x32\xe1\x64\x02\x08\x13\x23\x91\x1d\xe5\x94\x04\x6e\xc8\x54\x90\x4f\x18\x35\xf3\x13\xde\x1e\x5c\x46\x2a\x13\x44\x98\x70\x3f\xe6\x37\x88\x70\xee\xc5\x86\x9f\x9f\x4f\x9f\x29\x84\x61\x99\x6a\xf2\xd4\x71\xb5\x4c\x10\x61\x92\xbc\x4f\xf9\xfc\x9e\x95\x90\xa9\x28\x9f\xba\x5a\x3e\x3e\x69\xea\xd9\x04\xb0\x72\x48\x65\x02\x02\x13\x86\xda\x4c\x40\xa0\x31\x0f\x33\x01\x81\x46\x46\x42\x26\x20\xd0\x50\x15\x32\x01\x81\xc6\x06\x9b\x09\x08\x34\xc2\x67\x33\x01\x81\x86\x8b\x36\x13\x10\x28\x17\x7e\x26\x20\xd0\xaa\xae\x79\x3f\x0d\xc7\x73\x26\x20\xd0\xd0\xfa\x33\x51\x7f\xd6\xf5\x86\x45\xf8\xac\xfa\x42\xa0\xed\xd6\xef\xce\x2b\xbf\xdb\x3e\xfe\xef\x36\x9e\x09\xfc\x33\x4e\x8d\x4c\xe0\x9f\x02\xbc\xb2\xbb\x95\xbc\xe0\x9e\xb7\x5c\xc4\x1c\x74\xcd\x45\xcc\x8f\x7e\xe7\xe7\xcb\x90\x50\x04\xfe\x29\x9a\x20\x13\xf8\xa7\x48\x83\x4c\xe0\x5f\xd6\xc4\x20\xf0\x2f\x67\xb5\x5c\xc4\x8c\x0e\x97\xdd\xad\x54\x14\x69\x90\xdd\xad\x54\x72\xd3\x9d\x8b\x96\xae\xb9\xf8\x79\xea\x0d\x87\x16\x9f\xc6\xa1\x55\xc9\x9a\xea\x46\x9c\x31\xda\x75\xa6\xe2\xbc\x4c\x33\x99\x8a\xf3\x19\xdb\x74\x06\x56\xc9\xa5\x96\xa9\x38\x4f\x59\x56\xcb\x54\x9c\xcf\x44\x0b\x64\x2a\xce\x97\xa0\xdf\x11\x67\x1c\xf4\x3e\x97\xaf\x44\x86\xd0\xdd\x51\xa5\x90\x85\x97\xa9\x46\x5f\xd0\x0c\x33\xd5\xe8\x4b\xd6\x9d\xc4\x1f\x6b\xc1\xc0\x5c\x33\x8e\x7e\x77\xbe\xb1\xcb\x7c\x6f\xbb\x9f\xff\xb0\xe9\xe4\x1c\x3e\xff\xc1\x91\x9a\x1d\x5b\x95\x82\xb6\x93\xa9\x53\x5f\xd8\x4a\x32\x75\xea\x0b\xa1\x6d\x99\x3a\xf5\xa5\xab\x85\x3c\x68\x84\x99\x20\xbf\x49\x68\x5a\xa6\x4e\x7d\x61\x93\xcc\xd4\xa9\x2f\x1c\x12\x99\x3a\xf5\x45\xa3\x00\x33\xcd\x7c\xf4\xf6\x4d\x8b\xef\x87\xbb\x69\x68\xf2\x52\xa7\xbe\x62\x7e\xc9\xd4\xa9\xaf\xd8\xc8\x73\x79\x3e\x0c\xd6\x55\xff\x21\xa6\x9a\x63\x23\x97\xf4\xb9\x8e\x6d\x37\x17\xfb\xfe\x47\xbf\x70\x59\x65\x9e\xc9\xd4\xac\xaf\x9a\x7f\xd4\xac\xaf\x5a\xa8\xa5\x7d\x7f\xcb\xb7\x28\xfd\xf3\x1f\xad\x97\x32\xbe\xf7\x20\x29\xf5\xeb\x6b\xd5\xf5\xf5\xbd\x8e\xec\x8e\xb7\x4a\xd5\xf7\x2c\x5f\x4e\x6e\x0c\x52\xb9\x10\xa5\x84\x72\x91\xa9\x71\xaf\xf8\x92\x4c\x8d\xfb\xaa\x51\xa7\xc6\x7d\xe5\xe0\xcd\xd4\xb8\xaf\x92\x92\x1a\xf7\x72\x40\x67\x6a\xdc\x57\x2c\xef\xb9\x96\x37\x06\x5b\x9e\x93\x5c\xeb\xe7\x3f\x9a\x7f\xb5\x7d\xef\xd1\x33\x3a\x3d\xd1\xdb\x06\x2d\xfa\x4c\xbd\xfb\x06\xea\xc9\x75\x7d\x7e\x0b\x6a\xce\xd4\xbc\x6f\x49\xfd\x3e\xb4\xf4\xdc\x4b\x8b\x19\x45\xcd\xfb\xa6\x35\x41\xcd\x7b\x19\x74\x32\x35\xef\x65\xd0\xc9\xd4\xbc\x6f\x59\x77\x1a\x2d\x24\xf4\x00\x41\x2f\x9a\xe3\x2d\xe2\xe7\xb5\xab\x50\xf3\x5e\xc1\x97\x99\x9a\xf7\xad\xea\x99\xc8\x88\x51\x38\x53\xf3\xbe\x69\x1d\x50\xf3\xbe\x81\x52\x73\x63\x3e\xeb\xf0\xed\xf4\x1a\xc4\x95\xa9\x64\xdf\xd0\xea\x33\x95\xec\x1b\x11\x72\x99\x4a\xf6\xd4\xe4\xb5\xdc\xbf\x23\xa1\xf9\xd4\x3f\x23\xb1\x75\x78\x74\x7a\xa8\x31\xef\xf4\x70\xe5\x7f\x6d\xeb\x9d\xce\x2f\x75\x89\xce\xa3\x95\xe5\xce\x00\x1c\x5d\x63\x00\x34\x39\x06\xc1\xfd\x3a\xfd\x07\xc1\xfd\x41\xd7\x1c\x4c\x4d\x9d\x4e\x23\x7d\xba\xaa\x73\xd5\x01\x95\x17\xde\xf1\x96\x8b\x2a\x4b\x54\x76\x40\x55\x3a\xfe\xe6\x3c\x48\x62\xd0\xe9\x3d\x48\x62\xd0\x46\xef\x60\xaa\x28\x4b\x2a\x03\xa6\xe6\xd0\x1b\x48\x60\xd0\x20\x0c\x12\x18\x00\x53\x79\x90\xc0\x30\xf5\x94\x43\x4b\x6f\x70\x19\x3b\x4e\x9d\x3c\x91\x11\x58\x95\xe7\x8f\x82\x05\xf4\x6e\x7e\x92\x18\x64\x07\xcb\x33\x7d\xef\x61\x01\x38\xa0\x2a\xfd\xf0\x9d\x26\xf2\x5c\xb5\xd8\x24\x31\x6a\xe5\x89\x3c\x00\xcb\x3c\x49\xc8\xb8\x4c\x3f\x47\x46\x85\x82\xc6\x96\x1d\x19\x95\xa1\x4d\xd2\x43\xfd\xca\x90\x06\x34\xcf\x27\x71\x42\xdb\xa6\x23\xa3\x32\x88\x29\xcf\x8e\x8c\xca\xd0\x52\x59\x24\x5d\xe8\x8b\x2e\x8a\x10\xe8\x30\x59\x24\x5c\xa0\x6f\xe6\x45\xc2\x05\x1a\x66\x5e\x9f\xe9\x77\x83\xde\xe2\x63\x23\x13\x57\x86\xc1\x6e\x62\x64\xca\x8e\x8a\xca\xc0\xf4\x90\xd7\xfc\xa6\x76\xe8\x69\xc8\x33\xf4\x5b\xe4\x91\xd6\xe5\xc8\xa8\x50\xce\xc1\xb2\x23\xa3\x32\x74\xf4\x3a\x32\x2a\x0a\x54\xcb\x1b\x39\xd1\xad\xf3\xfe\x26\x98\x48\x49\xd9\x9f\xb1\xb9\x98\x0a\xb3\xfb\x93\x8a\x22\x89\xf3\xd6\x56\x76\x3e\xda\xe0\x26\x75\x04\xd2\xa0\xfc\x7a\x8a\xce\x5e\x49\xbf\x20\x29\xe4\xd1\xd3\x3c\xf9\x85\x12\xc6\x96\x49\xc4\x9a\xd2\xf3\xc0\x45\x53\xdb\x28\xb8\x68\x12\x74\x90\xc1\x45\x53\x73\x1c\x5c\x34\x31\x3a\x65\x70\xd1\xd4\xf8\x80\x8b\x64\x2e\xcb\xe0\xa2\x49\x76\x40\x06\x17\x4d\xdc\x78\xf9\xf4\xb7\xaf\x14\xd3\xf5\xa8\xc4\x3f\xd7\xf5\x55\x41\x3c\x53\x47\x0d\x69\x54\x13\xf4\x95\x41\x3b\x8b\x28\x94\x0c\xda\x59\x41\x77\x1a\x2d\xdd\xe9\xbd\xa3\x56\x8d\xe5\xab\x4d\xea\xee\x45\xd6\x67\x06\xed\x2c\x1d\xa1\xa0\x1d\x61\xaa\xec\x68\xa7\xc8\x1e\x9e\x41\x3a\x4b\x4a\x1b\x48\x47\x51\x31\xd9\x91\x4e\x5a\xda\xd8\x40\x3a\x8a\xaf\xce\x20\x9d\x05\x32\xcb\x20\x1d\x99\xa1\x0a\x48\x67\x11\x0c\x5d\xa0\x1b\x5b\x5b\x2d\x64\xc4\x40\x5a\x48\xb1\x5a\x98\x40\x0a\x28\x67\x1d\x3d\x25\xbf\x52\x6d\x0c\x35\x05\xa4\xf3\x69\x91\x9a\xc3\x8c\x29\x20\x1d\x0a\x50\x5b\x21\x8d\x6a\x33\x07\x0a\x69\x54\x3b\xe9\x9d\x2e\xc7\xe6\x6b\x14\x50\xd0\x2e\x7a\xa6\xcb\x21\xa3\x52\x71\x94\x53\x3c\x8a\xe9\xff\x6e\xe5\x85\x0c\x2a\x2a\xed\x58\x01\xf8\x6c\x40\x41\x01\xf8\x6c\x26\x43\x79\x3e\x43\xb5\x4d\x2f\xa9\x9f\xff\x60\x25\x2a\x4f\xfb\xfe\x87\x0f\xf3\xf4\xcf\x7f\xd0\x9a\x0a\xd9\x54\x9b\x85\x5b\x00\x48\x9b\x29\x58\xc8\xa6\x92\xcd\xaa\x90\x4d\xa5\xc8\xf4\x02\x78\xda\x49\xd7\x10\x17\xfd\xa4\x00\x9e\xa8\xd3\x68\x05\xf0\x44\xdd\x1f\x2b\x80\xa7\x4d\x7c\x6b\x01\x3c\x9d\xa4\x16\x15\x62\x1e\xfd\xce\x4f\xf6\xcd\x86\x59\x00\x4f\x07\x64\x51\x48\x7d\x3a\xa6\x67\x92\xde\x84\x46\x50\x94\xde\x84\x56\x55\x1c\xe5\xa4\xad\x67\x92\xde\x74\xba\xae\x79\x5f\x0e\x36\xd1\x02\xca\x51\x9e\x6b\x21\xbd\x49\xc1\x4f\x45\xe9\x4d\xc0\xdf\x02\xca\x51\xf0\x53\x51\x35\x17\x7d\x61\x55\x73\xb9\xba\x46\x7a\x13\x4b\xaf\x80\x72\xb4\xdd\x16\x50\xce\x45\xcb\x2a\xa0\x9c\x1b\xf5\x86\xcd\xfb\xf8\x2e\xa0\x9c\xab\x69\x97\xee\x3b\x86\x32\x3d\x15\x90\xce\x65\x9b\x2f\xa6\x14\x2e\xa4\x32\xa5\x70\x31\x47\x8c\x14\x2e\x2c\xf9\x05\xa4\x43\x3d\x21\x2b\x20\x9d\xcb\x81\x5b\x4c\x29\x5c\x7a\x03\x29\x5c\x00\xd2\x02\xd2\xb9\x98\x4f\x0a\x48\xe7\x0e\x5d\xf3\x43\x7c\x73\x2c\x14\x43\x0e\x2d\x4b\xa1\x99\x1c\xf6\x7a\xdf\xe2\x63\x75\x41\x57\x85\x34\xa6\xa0\x65\x49\x1a\x53\xd0\xb7\x23\x8d\x29\x60\x48\x29\xaa\xd6\x92\xc3\xde\x41\xff\xf1\xbc\x09\x8a\x6f\x5b\x21\x95\x29\x98\xae\x15\x5a\x7c\x11\x52\x99\x02\xba\x6e\x01\xe5\xec\xae\xdf\x79\x7a\x4c\x40\x97\x2d\xa4\x32\x05\x14\x99\x42\x2a\x93\x78\x40\x0a\xa9\x4c\x01\xeb\x6d\x21\x95\x29\x34\xb5\x3c\x65\x44\xa1\xc0\x25\xdf\x4f\x5f\x39\x02\x0b\xe9\x4c\x41\x5f\x93\x74\x26\x19\xdc\x4a\x89\x9f\xbb\x51\x1c\x0a\x29\x4d\x01\x15\xae\x90\xd2\xa4\x5c\x8e\x42\x4a\x53\xd8\xfa\x2d\x69\x69\xfa\x22\x54\xe7\x17\x3d\x41\xa1\x3a\xbf\x28\x1d\x0a\xe9\x4e\xa2\xc8\x28\x85\x31\x43\x65\x2a\xa4\x3b\x29\xcc\xb8\x90\xee\x24\x1a\x8c\x42\x75\xfe\x27\xeb\x0d\xa4\xdd\x65\xf5\xd3\x0f\xcf\xcd\xc1\x5e\x48\x75\x7a\x34\xce\x54\xe7\x7f\x40\x9d\x85\x34\xa7\x87\x63\xaf\x90\xe6\xf4\x0c\x5d\x23\xed\x0e\xc3\x69\x11\x5a\xc9\x61\x2b\x99\xb0\x90\xce\xf4\xa0\xde\x16\xd2\x99\xc4\x87\x52\x1c\xa9\x54\xd1\xeb\x15\x47\x2a\xe9\x10\x6c\x50\x48\x65\x12\xcf\x60\x21\x95\x29\x26\x3d\xc5\xe5\x88\xa6\x77\x7a\x1e\x8f\x68\x16\x0a\xb5\xfc\xe3\x9f\xdd\xe4\xff\x6f\xdd\xed\x79\x73\xfb\x14\xd3\x59\xc8\x64\x12\x31\x4e\x21\x93\x29\x72\xae\x16\x32\x99\x44\x49\x55\x5a\xfd\xfc\x56\x8b\x8a\x6c\xa6\xa8\x8d\x98\x72\xff\xa2\xc3\x29\x64\x32\xc1\x53\x6e\xa5\x21\xa6\x16\x38\x99\x4c\x62\x85\x28\xee\x50\x72\x4a\x64\x6f\x1d\x5a\xea\x0f\x62\xa2\xc7\x16\xd2\x95\xa2\x0e\x0e\xd2\x95\x92\x3e\x24\xe9\x4a\x09\x60\x5e\x1c\xd6\xa4\xd3\xf4\x3b\x97\x43\xc4\x47\x85\x94\x24\x91\x22\x15\x87\x33\x35\x25\xdd\x49\x61\x2b\xf4\xae\x42\xb9\xff\xa4\x2d\x8b\x60\xba\x83\x46\x50\x28\xf7\x9f\x00\x71\xa5\x2b\xb5\x22\x7e\x36\x0d\xc7\x2d\x35\x11\x66\x58\x06\x7d\x6d\x6a\xd1\x57\x8c\x45\xc5\x71\x4b\x95\x2d\xb0\x38\x66\xa9\x49\x07\xa8\x63\x96\x9a\x00\x72\x65\x20\x87\xbe\xfe\x40\x0e\x7c\x0f\x65\x20\x07\x86\xa4\x32\x90\x63\xe9\x4e\xe4\xc0\x96\x5f\x06\xd9\x9c\x47\x7d\x41\x0e\x34\xd5\x32\xc8\xe6\xd4\x31\xe1\x98\xa5\x1a\x61\xa1\x65\x50\x9c\x4b\x5f\x7f\x92\xcd\x89\x59\xa4\x4c\xb2\x39\xb5\xe4\x26\xd9\x9c\x3a\xf2\x27\xd9\x9c\xda\xe6\x26\xd9\x9c\xfa\xa6\x93\x6c\x4e\x0c\x1c\x65\x92\xcd\xa9\xaf\xe4\x18\xa6\x8a\xcb\xa3\xcc\xf6\x7e\xe1\x63\xba\xdb\x65\x54\x78\x66\x99\x14\x21\xd3\x76\xe6\x38\xa6\x1a\xf6\xd7\xe2\x38\xa6\xda\xd0\x73\x37\x2d\xbe\xcd\x44\xc6\x21\xa9\xc8\x58\xd5\x37\x5d\xc8\x08\x54\x2e\x0b\x19\xc1\x73\x65\x21\x23\xe6\xb8\xb2\x90\x11\x3a\xa4\xb2\x90\x51\x47\xaf\x3c\x3f\x39\xee\x9b\x75\xb7\xb2\x56\xf5\xa4\xfa\xb9\x8e\x0f\xa1\x38\xc6\xa9\x19\x77\x62\x59\x64\xae\x4a\xf3\x73\x8c\x53\x73\xd4\x6f\x7d\x4e\xbe\xc7\xe8\xc2\xd0\x91\xd3\x5e\x8f\xde\xe4\xf2\x64\x8d\x84\xe3\x98\x9a\xa1\x1c\x28\x8e\x63\xaa\xd8\x51\x8a\xe3\x98\x9a\x35\x2e\x8e\x61\x6a\xae\x6a\x19\x2d\xbe\x9f\xfb\x82\xaa\xcc\xa0\x65\xd3\x57\x22\xa2\x0a\xbe\x20\x4a\x01\x5a\xd9\xf4\x55\xdb\x24\xd1\x71\x17\x23\x48\x71\x5f\x50\xcd\xda\x2d\x1c\xf3\x54\x2a\xf4\x5b\x39\xf4\x53\x07\xd1\xa1\x9f\x84\x4d\x94\x43\x3f\xa5\x18\x1e\xfa\x09\x16\x2b\x8e\x5b\x6a\xd6\x5c\x3e\x64\x03\x83\x36\xca\xa1\x9f\x38\xe0\x8b\xe3\x96\x5a\x74\x08\x1d\xb2\x81\xa5\xe4\x1c\x65\x03\xeb\x29\x64\x03\x07\xbd\xdd\xf7\xaa\xab\x1d\xef\x9c\xf7\x7b\x9f\xa0\xff\x90\x11\xac\x15\x73\xe3\xe7\x3a\x41\xe1\xe5\x92\xf9\x2b\x05\xea\x92\xf9\x1b\xdb\xbf\xb6\x6d\x07\x40\xb5\x48\xb7\x72\x00\x54\xc5\x23\x51\x6e\xfd\xbc\x04\x5b\x6a\xb9\x24\x3e\x63\x45\x2e\x17\x51\x71\x83\x14\xa5\x12\xfd\xb9\x1b\x08\x5d\x2e\xe2\x9a\xee\x46\xdc\xac\x0e\x22\xee\x56\xe7\x49\x7e\x96\x6e\x71\x11\x15\x87\x5d\x0d\x24\x3f\xb3\xc4\x6a\x20\xf9\x99\xd3\xb2\x06\xc4\x44\xf7\xaa\x02\x3a\xd9\x5e\x6b\x5f\x0d\xc8\x43\x7f\xab\x02\xdc\xfe\x5c\xcf\x7a\xb6\x0f\x9d\x42\xe2\xaa\x02\xdc\xb2\xed\x8d\x93\xb1\x06\x12\xa1\x81\xc7\x35\x90\x08\xfd\xe8\xd9\x24\x42\x63\x09\xac\x0e\x86\x6a\x4d\x7a\xee\xf9\x3c\x69\xe8\xdd\x1e\x77\x1f\x38\x28\xaa\xdc\x42\x7f\xae\x13\xd3\x52\x9f\xe7\xf3\x1f\x8c\x29\xd5\x41\x53\xad\x40\xec\x2a\xb7\x50\xb6\x2d\x7c\x50\x1d\x1d\x55\x91\x00\xd5\xe7\x23\xfb\x31\xfd\xc7\xe3\xf0\xc3\xfb\x7b\x9f\xb2\x0a\x9e\xab\x8e\x8c\x6a\x45\x03\xab\x0f\xc9\xdf\x2c\xa6\xfa\x20\x33\x66\xa8\xfa\x20\xd7\x51\xeb\xd0\xd2\x53\x2e\x2d\xde\xe7\xa8\xa7\x2a\xf0\xad\xc6\x4f\x72\xf7\x22\xa9\xa3\x46\x92\xbb\xd1\x47\xaa\x23\x9f\xda\x88\x57\xaf\x8e\x7c\x6a\x23\x62\xa9\x52\x1b\xb3\x3d\xba\xe6\x63\xd8\xa2\xde\xe2\x72\x34\x74\xd9\x4a\x6d\xcc\xc6\xec\xac\x0a\x93\xfb\xf3\xce\xad\xdf\xba\x2c\xad\xe9\xba\x8f\x9f\x82\xdf\x6a\xa4\x7e\xa4\xe4\x74\xb7\x52\x55\x28\x5c\x8d\x24\xb1\xeb\xfb\x44\x92\xd8\xd9\xac\x6b\x22\x89\x1d\x1b\x78\x75\x44\x55\x1b\x19\x14\x35\x21\x07\x9a\x6b\x4d\xf9\xed\x8f\x18\x79\x6a\x22\x51\x1d\x1b\x77\x4d\x24\xaa\x3f\x7a\x2e\x89\xea\x51\xcf\x25\x51\x5d\xf3\x18\x62\x08\xa5\x4e\x55\x47\x4e\x26\x56\xba\x0a\x31\x44\x2f\x7a\x03\x49\xea\x6c\xaf\x15\x62\x88\xae\x95\x04\x31\x44\xd7\x4a\x82\x18\xa2\x6b\x7e\x42\x0c\xd1\x41\x7f\x15\x62\x88\x0e\xd6\xad\x10\x43\x74\xdc\xf7\x15\xf2\x87\xce\xf1\x54\x1d\x19\x99\x08\xd7\xaa\xc2\xea\x72\xde\xf7\x7d\xee\x67\x4c\xee\xfb\xec\xc1\x2f\xf8\xb6\x10\x40\x0c\x50\x4e\x85\x00\x62\x40\x25\x51\x21\x80\x18\xfa\x3e\xd4\xb9\x14\x45\x5b\x85\x00\x82\xe2\xcb\x56\x41\x4e\xca\x13\xad\x20\x27\x8a\x2f\x5b\x05\x39\x0d\x1c\xae\x15\x02\x88\x41\xb8\x46\x05\x35\x0d\x62\x9c\x2a\xa8\x49\x54\x54\x15\xd4\x34\x34\xb7\x40\x4d\xca\x2f\xad\x8e\x9a\xea\xc0\x7a\x5e\x41\x4d\x43\xb3\x0c\xd4\x34\x40\x95\x15\xd4\x34\x86\xde\xa7\x63\xb4\x6c\xe1\x84\x4a\x3a\xd2\xa3\x6f\x03\x72\x1a\x53\x7d\x45\x46\x30\x68\x25\x1d\xe9\x99\xff\x8a\x56\xa9\x45\x5c\x03\xbc\x12\x7e\x88\xa1\x2d\x0e\x30\x35\xb0\xd0\x56\xb9\x8c\x72\x79\xa3\x6e\x6b\xc9\xdf\xff\xf0\xa1\x4b\xf9\xfc\x87\x13\xae\x02\xac\x26\x9a\x6c\x05\x58\x4d\xb4\x86\x5a\x98\x9a\x5a\x0e\x0e\x9e\x4c\x49\x20\x15\xf0\x34\x41\x00\x15\xf0\x34\x4d\xcf\xa4\x6c\x29\x27\x6a\x05\x3c\x4d\x6d\xd2\x80\x27\xaa\x60\x5b\x05\x3c\x4d\x00\x76\x05\x3c\x29\x73\xaf\x02\x9e\xa8\x9e\x6d\xb5\x7e\x64\x51\x4a\x53\x25\x35\x49\x00\xa9\xc2\x13\x31\x35\x50\x00\x2b\xd9\x22\xab\x03\x2b\xe7\x06\xf2\x96\x0f\xe9\x9c\xea\xcf\xa4\xc5\xf7\x05\x58\xcd\xa5\x6b\xc8\x08\x3c\xad\x55\xc7\x40\x7d\x5d\x4b\xb5\xde\xcf\x7f\x24\x01\x00\x6b\x6a\x3a\xc0\x13\xa1\xb0\xbf\x0a\x4f\x84\x6c\x9c\x55\x3c\x11\xda\x7c\xc5\x13\x81\x7d\xba\x82\xae\x14\xda\x57\x41\x57\xb2\x71\x56\xf1\x44\xe0\x68\xaa\xe2\x89\xd0\xc6\x02\xb2\x5a\x68\x79\x55\x1c\x11\x59\xbf\x83\x23\x82\xf8\x8c\x2a\x8e\x08\x8c\x01\x55\x1c\x11\x68\x95\xb5\x7d\xe4\x54\x06\x5f\x6d\x1f\x39\x15\x0b\x55\x15\xae\xf7\xe7\x3f\x98\x17\x2a\x28\x6b\x0d\x5d\x8f\xdf\xeb\x8c\x56\xcf\x9f\xff\xa0\xfd\x56\xd0\xd6\x22\x06\xba\xca\x81\xf4\xe7\xba\x36\x2a\x10\xd7\xd2\x01\xda\x3f\x1c\x18\x47\xb3\x5f\x61\x79\xb9\x6e\xd1\x99\xd5\x8e\x8c\x9a\xaf\x4a\x63\xfa\x73\x5d\x1b\x44\x47\xce\xab\x1e\xfb\x9c\x95\xc9\xa5\xba\x37\xc9\x59\x02\xfe\xb4\x40\x65\x1b\x94\x58\x41\x65\x32\xbb\xd5\xf1\x91\xed\x12\x7b\x51\xe5\x51\xfa\xf3\x1f\x8d\x3c\x08\x4c\xc6\xcc\x0a\x02\x13\xe5\x5b\x1d\xda\x56\xdb\x5e\x98\x2c\xea\xf8\xc8\x76\x75\xe0\x3a\x12\x33\x51\x95\x55\x90\x98\x1c\x6b\x15\x24\xa6\xf0\xbf\x0a\x12\x93\x6d\xb6\x3a\x12\x33\x31\xae\x57\x90\xd8\xd6\x1a\x15\xb3\xe0\x9f\xf7\x4a\x05\x02\x8d\x29\xfc\xaf\x82\xc6\x14\xf0\x57\xe5\x39\xfa\x73\x37\x68\xbc\x82\xc8\x94\xc6\x54\x41\x64\xef\x51\x08\x22\x13\xb3\x53\x05\x91\xc9\x81\x5f\x1d\x91\x55\x19\x64\x2a\x68\x4c\xc1\x80\x15\x34\xb6\x75\xc0\x83\xc6\xb6\xc6\xcf\xd1\x98\x25\xec\xfe\x75\xee\x4f\x7f\x8e\x7a\x70\x9c\xdc\x4f\xc7\x28\x88\xec\xe8\x30\x06\x91\x1d\xc9\x09\x22\xa3\xe8\xba\x55\x10\xd9\x89\xba\x96\x68\x31\x12\x20\xb2\xa3\xd5\xb5\x20\x2c\xd1\x31\x01\x1a\x3b\x98\x29\xab\xa3\x2d\x4f\x8a\xf6\x96\xcb\x71\xa4\x90\x39\xda\xb2\x04\x92\xad\x8e\xb6\xaa\x1b\x3c\xff\xff\x56\xef\x8e\xa6\x7a\x93\x1e\x79\x68\xe9\x75\x2e\xde\xd5\x23\x1d\xa0\x25\xc3\x68\x52\xf7\xf3\x7e\x9a\xa3\x69\x20\x67\xd3\x9f\xff\x60\xc5\xab\x80\xb1\x8b\x7b\xa3\x02\xc6\x64\x2b\xad\xb0\x00\x8a\x25\xb7\xee\xf1\x75\x30\xf0\x6e\x07\x64\x55\xb6\xd4\x0a\x20\xbb\x98\x1a\x2a\x80\x4c\xc1\x87\x75\x6b\xeb\xe8\x5b\xee\x9a\xba\xe9\x37\x96\xe7\x0a\x60\xbb\x40\xb4\x0a\x60\xbb\x3a\x9a\x00\x6c\xca\x34\xad\x70\x45\xc8\x5e\x5a\xe1\x8a\x10\x55\x41\x85\x2b\x22\x00\x5d\x2b\x5c\x11\x41\x03\x08\x57\x44\x20\x09\xa8\xc2\x15\x21\xcb\x69\x85\x2b\x22\xe8\x78\x81\x2b\x22\x48\x6a\xb8\x22\x02\x86\x80\x0a\x57\x44\x90\x8c\x70\x45\x88\xac\xab\xc2\x15\x11\x34\xf1\xe1\x8a\x08\x44\xe9\xd4\x1b\x5e\xf9\xdf\x69\x02\x5f\x44\xd0\x81\x02\x5f\x44\x90\xb6\x09\x5f\x44\xd0\x74\x77\x90\xd7\x44\x99\x5b\x2f\x32\x6a\xab\x82\x2b\x22\x68\x73\x70\x24\xe7\xb9\x52\xde\x72\x19\x45\xce\x5a\x21\x84\x50\x00\x62\x75\x14\xe7\x59\x53\xde\x72\x19\x45\x76\x5b\x21\x83\x10\xa3\x73\xbd\x70\xe5\xe8\x2b\xde\xcf\x38\x2a\x7b\xb0\x3a\x8a\x6b\xe2\x63\x6e\x8e\xe2\x3c\xa3\xc8\x5b\x70\xe9\x70\x98\x34\x77\x65\x99\xb1\xf4\x9a\xbb\xb2\x3c\x63\xc7\x5b\xc8\x48\xbe\x72\x73\x84\xe7\x19\x37\xde\x72\x19\x95\xad\xda\x1c\xdd\xb5\x67\xea\x1a\x32\x32\xdf\x5b\x40\x46\xe6\x54\x73\x54\xd7\xc4\x37\xdd\x02\x32\x12\x3f\xd2\x82\x8e\x80\xb1\xd7\x56\xcf\x91\x13\x05\xa9\xbd\xc8\x6e\xec\xc5\x41\xdc\x02\x72\x82\x82\xda\x03\x67\x10\x0e\xd9\xf6\x20\x27\xee\xdb\xa6\x60\xbf\x3c\xf6\x2e\xfa\x8f\x8f\x67\x24\x9e\xaa\x29\x09\xea\xcf\x75\xbd\xfb\x81\x3b\x08\x24\xd4\x1e\xb8\x83\x24\xfd\xf3\xe5\x0e\x62\xec\xda\x03\x77\x50\x52\x4f\x5c\xe6\x68\xfa\xed\xa0\xc5\x77\x54\x82\xd4\x9f\xdf\xb2\x19\x36\xf7\x75\x79\x82\x82\xb7\x36\x2d\x24\x7c\xe0\x16\x42\x49\x68\xcf\xfd\xfc\x16\xd3\x4c\x73\xe4\xd7\x94\xa1\xdb\x1c\xf9\xb5\x88\x9e\xde\xe2\x47\xe6\x83\x09\xa6\x45\xc6\x17\xaf\x5e\x73\xe4\xd7\x54\x26\xa1\x45\xe4\xe5\xf8\x69\x11\x79\x9b\x9e\x54\x69\xd1\xa7\x88\xac\x5d\xd7\xe0\x49\xd2\xd8\x47\xf1\x24\xf1\x55\x23\x3c\x49\x53\xbf\x43\x96\xa9\xbe\xfa\xd8\x45\x82\x8f\x5b\x42\x0e\x94\x85\x96\x90\x83\x60\x91\x96\xe0\x42\xe2\xf8\x6d\x09\x2e\x24\x62\xa9\x5a\x82\x0b\x09\x9c\xd2\x12\x5c\x48\xac\x82\x96\xe0\x42\x4a\xff\xa2\xcf\x6a\x0e\xf8\x9a\x28\xed\x9b\x03\xbe\xa6\x98\xd2\xe6\x80\xaf\x25\x0d\x40\x62\xa8\x80\x05\x2d\x31\x54\x5b\x77\x1e\xae\xf1\x59\x0c\xaa\x27\x74\xda\x66\x50\x3d\x71\x1a\x37\x83\xea\x09\xd3\x48\x33\xc4\x23\x0e\xa1\x19\xe2\xe9\x99\x86\x78\x9a\x92\x86\x78\x98\x2d\x9a\x21\xde\xd5\x53\xa0\x7a\x7a\x74\x4d\xda\xd6\xdc\xab\xaa\x3f\xd0\x3d\x69\xa1\x1b\x74\x4f\x49\xbf\x85\xee\x09\x58\xd8\x1c\xb4\x35\xd3\x94\x7a\xdd\x5d\xf3\xb3\x28\x1d\xb8\x35\x43\x93\x6c\x0e\xdc\x9a\xe1\x69\x68\x0e\xdc\x9a\x55\xfd\xd6\xfb\x2b\xcb\x6f\x73\xe0\xe6\x01\xbc\xde\xa2\xbf\xe8\x2f\x2d\x43\x4d\x85\x3e\xda\x32\x7d\xd5\x57\x86\x43\x22\x6b\xfb\xca\xd0\x4f\x61\x29\x6c\x25\xbc\xbd\x93\x66\xdb\x1c\x81\x35\xc3\x5a\xd8\x0a\xb2\x68\xbb\x70\x04\xd6\x94\x54\xdc\x0a\x72\x80\xac\x5a\x41\x8e\xab\x3b\xa1\x9f\xd2\xb4\x2a\x50\x4c\x45\xb5\xa0\x98\xd2\xd7\x2a\x50\x4c\x69\x53\x01\x75\x65\x53\xef\xfc\xbb\x66\x82\xdd\x5a\xfd\xf4\xf5\x62\x06\x69\x8e\xae\x5a\xe6\x50\x6b\x15\xaa\x2c\x2d\xc7\x0a\x55\x96\x96\x63\x85\x2a\x4b\x5f\xb2\x42\x95\x85\xb2\xd0\x2a\x7d\xd5\x72\xac\x50\x65\x69\xa6\x55\xa8\xb2\xba\x9e\xd2\x3f\x3d\x20\x63\xb2\x39\x82\x6a\x59\x4b\xb2\xd2\x5f\x8c\x0d\xcd\x11\x54\xcb\xe0\xa9\xd6\xe8\x2b\xae\xf4\xd6\xe8\x2b\xde\x86\xd6\xe8\x2b\x47\x63\x6b\xf4\xf5\xaa\x05\x1d\x16\x8e\xd5\xd6\xa0\xc3\x7a\xf4\x3b\xe8\xb0\xb4\x85\x36\x38\xad\xa3\xae\x75\x5a\x7c\x29\x47\x47\xad\x70\xfc\x35\x25\x33\xe5\xb5\x45\xd3\xdc\x1c\x21\xb5\xa2\xf9\xec\x08\xa9\xc9\xb0\xda\x5e\x84\xb4\xf6\x7e\xaf\xfb\x1c\x52\x46\x71\xeb\xd0\x7e\xe1\xe5\x68\x1d\xda\x2f\x90\x53\xeb\xd0\x7e\x61\xdd\x6e\x1d\xda\xaf\xa6\x96\xd1\xe2\x99\x1d\x59\x70\xa5\x36\x28\xf1\xc4\x20\xde\xa0\xc4\x2b\x3a\x10\xa1\xc4\x2b\x3a\x10\xa1\xc4\x2b\x5b\xd7\x90\x03\x95\xa3\x41\x89\x57\xb6\xde\x07\x7d\xd9\xd1\xef\x90\x41\xdf\xdc\x11\x90\x29\xfc\xb8\x41\x97\x57\x31\x52\x35\xe8\xf2\x2a\xc8\xbb\x41\x97\x57\x51\x16\x9b\xfb\xa5\x5a\x45\x0f\x6f\xd0\xe5\x55\xc2\x2d\x1b\x74\x79\x55\xe3\xe1\xa8\xa8\x55\xb0\x5b\x83\x2a\xaf\x26\x5d\xeb\xb4\x98\x29\x8e\x86\x5a\xd5\xd7\x85\x46\xaf\x6a\x45\x40\xa3\x57\xb5\x22\xa0\xd1\x93\x99\xb5\x41\x95\x57\x6b\xfc\xd7\x76\x0d\x8b\x9e\xac\xaf\x4d\x61\x74\x79\x6d\xf1\x11\xb6\x17\x0c\x7d\xa2\x61\x1b\x6c\x7a\x15\x2d\xb0\xc1\xa6\x57\x35\x70\xb0\xe9\xd5\xa6\xdf\x22\xa6\x16\x13\x6c\x7a\x15\x8b\x77\x13\xa7\xc3\x9f\xe7\x62\x65\x6c\x0e\x88\x3c\xce\xca\x5b\x88\xaa\x6d\x4b\x9c\x0e\x79\xef\xa5\xcf\x0b\xab\x9e\xb2\xea\x1a\xac\x7a\x75\xe9\x6e\x1f\xce\xaa\xe5\xb5\xc2\xe7\xb7\xd2\x21\x16\x32\x6b\xf0\x61\xce\x93\x2d\xb8\xc1\x9c\xd7\x1e\x5d\x73\x79\x1a\x49\xf9\x0d\xe6\xbc\x86\x69\xa0\xc1\x9c\xd7\x88\x64\x69\x30\xe7\x35\x2d\x13\x07\x45\x26\x97\x48\x83\x39\xaf\x99\xde\x00\xe3\x9c\x06\x6a\x7d\x19\xe7\x74\xdc\xac\xf3\xfd\x0f\x0b\xd6\x11\x50\x6b\xd2\x32\xf7\x47\x9e\xa3\x29\x03\xbb\x5e\xd3\xb6\x09\xbb\x5e\xd3\x77\x86\x5d\xaf\x69\x53\x72\x37\x55\x6b\x4b\xd7\xf2\xe7\x49\x1a\x23\x18\xf6\x9a\x16\x10\x0c\x7b\x4d\xc7\x83\x23\x27\x93\x97\xa4\x39\x72\x6a\x3d\xa8\x35\xde\x27\x5d\x2d\x06\x58\xf6\x3a\x4e\x9d\xb6\x3f\xe3\x27\x83\x45\x73\xf4\xd4\xc4\x72\xdd\xc4\xb2\x27\xad\x4e\x2c\x7b\x1a\xad\xf3\x91\x57\x91\x31\x4d\x4c\x7b\x45\x2d\x98\xf6\x34\x03\x41\x4f\x1d\x7c\xd7\x40\x4f\x4a\x7f\x6e\xa0\x27\x05\x9f\x36\xd0\x53\x97\x36\x07\x7a\xea\x18\x68\x1a\xe8\x49\x14\xa9\xcd\xd1\x93\xc9\x73\xd3\x40\x4f\x0a\x1c\x6d\xa0\xa7\x2e\x3d\x19\xf4\xd4\xa5\x27\x3b\x7a\x32\x79\x75\x1a\xe8\x49\x81\xa3\x0d\xf4\x34\x34\xc2\x2f\x7a\x3a\x7b\x0b\x21\x80\x9e\x86\x36\x0c\xd0\xd3\x48\xba\x06\x9b\x20\xf8\xb8\x81\x9e\x86\xbe\x1d\xe8\x69\xe0\x00\x6e\xa0\x27\x19\x0a\x1a\x4c\x7b\x63\xe8\x77\x2e\xa3\xec\xbb\x0d\xf4\x34\xf4\x35\x1c\x3d\x35\xc5\xf7\x37\xd0\xd3\x20\xba\xa7\xdd\xf5\xf6\x55\x1c\x89\x0d\x04\x35\x41\xac\xcd\x11\x54\x9b\xda\x30\x41\x4f\x93\xa3\xa5\x3b\x7a\x6a\xca\x22\xe8\xa0\x27\x51\x99\x75\xd0\x53\x0d\xba\xe6\x32\x4e\x36\xb7\x0e\x7a\x12\xcd\x59\x77\xf4\xd4\x26\x3a\x7e\x07\x3d\x29\x14\xb3\x83\x9e\x26\x3b\x50\x07\x21\x2d\x8e\xaa\x1e\xe6\xdb\xf3\xcb\x61\xd2\x03\xcc\x88\x49\x3d\xd8\xdf\xeb\x7a\xd3\xf9\xfc\x87\x83\xbc\x83\x92\x64\x84\xec\xa0\xa4\x85\xfa\xd2\x41\x49\x32\x42\x76\x47\x49\x4d\x86\xc6\x0e\x42\x52\x90\x65\x7f\x11\xd2\xdd\x8b\x63\xa6\x83\x90\x16\xeb\xb0\x83\x90\x16\x8e\xfb\xee\x08\xa9\xad\xae\x27\xf9\x3a\xac\xe5\x5f\x9c\xe3\x1d\xe0\xb4\xd0\x9a\x3b\xc0\x69\x01\x16\xbb\x03\xa7\x26\x92\xdb\xfe\xac\xb7\x3b\x9b\x6d\xa3\x3f\x90\x44\xa2\xcf\x75\xb1\x4a\xe4\xbb\x65\x65\xea\x0f\x44\x91\xb8\xbd\x3a\xc0\x49\x46\x93\x0e\x70\x52\x10\x61\x77\xe0\xd4\x64\xe7\xea\x11\xa2\x48\x0d\xb2\x83\x26\x53\x4a\x6e\x07\x34\xed\xb7\x05\x49\x24\x61\x4f\x3d\x02\x12\x4b\xd8\x4a\xab\xee\x00\x27\x6d\x91\xdd\x5d\x66\xed\x3c\xba\xdb\x87\x55\x76\xae\x1e\xf7\xe7\xb7\xb8\xbe\xba\x83\x27\xc7\xa1\xde\x72\x59\x14\xbc\xd8\x01\x4f\x8a\x2b\xef\x80\xa7\x03\x40\xea\x09\xd2\x4b\x36\x9e\x9e\x90\x45\x43\x0a\xb0\x3a\x6c\xc2\x1d\x60\xa5\x88\xdf\x0e\xb0\x12\x13\x5d\x07\x58\x1d\xac\xf0\x1d\x60\x75\xd4\xb3\xd4\xdf\xbe\x9e\xa6\xb7\x0c\xa8\x33\xf5\xdb\xf9\xb9\xce\x06\xd4\x13\xcc\x96\xe8\x84\xdd\x51\x54\x53\x8e\x6c\x77\x14\xd5\x44\x19\xd6\xdd\x6d\xd6\x2e\xba\x44\x77\xb7\x59\xbb\x1c\x4a\x1d\x84\x25\xf2\xb5\x6e\xa8\x01\xe5\x79\xed\xb4\x1d\x94\x75\x31\x04\x75\x50\x96\x1c\x61\xdd\xf2\xe7\x6e\x3c\x1d\x1d\xa4\x75\x39\x9c\x3b\x48\xeb\x62\x5f\xee\x8e\xb4\xee\x88\xfa\x2d\x2c\x9e\x4b\xbd\x18\xb4\xf8\xa2\xa0\x2c\xa5\x05\x75\x50\x96\x52\x76\x3a\x28\x4b\xec\xeb\xdd\x90\xf3\xea\x1a\x72\x62\x32\xea\x30\xfd\x05\xc9\x91\x61\xf0\xe4\x58\xea\xf9\x23\xe7\x2e\xba\xdb\x99\x17\x65\x36\xeb\x19\x86\x4f\x62\x6f\xba\x23\xb0\x1e\xd8\xa0\xbb\x23\xb0\x1e\x9a\x9e\xdb\x61\x0d\xe5\xdb\x3a\x02\xeb\x81\x03\xa3\x3b\x02\x73\x4d\xc9\x5b\x0b\x0e\x51\xdd\x09\x13\x29\xf6\xe2\x9e\x61\x22\x5d\x7a\x3b\x4c\xa4\x5a\x47\x42\x67\xe5\x7f\x8c\xbd\x3b\x96\xfc\x3c\xac\xc4\x97\x7b\x35\x7c\x88\x0f\x9c\xe3\xcd\xf0\xe9\xcc\x81\xf7\x1f\xf8\x0c\x7e\xd5\xd3\xdd\xe3\x7b\xbf\xbf\x83\x09\xc4\x51\x4b\x84\x44\x91\x05\x10\xa8\x8a\x2f\x1e\x19\xab\xd8\x42\xd2\x9c\xb9\x77\x66\x01\xd0\x63\x2a\xab\xfa\x39\x1b\x2f\xcc\x2a\xb6\xe0\x49\x58\x85\xad\x94\x90\xa3\x55\xd8\x4a\x35\x86\x2a\x76\xb2\xf8\x59\x85\xad\x94\xd0\x8e\x55\xd8\x4a\xf5\x55\x56\xd8\x4a\xa3\x7a\x08\x5b\x29\x1e\x88\xf9\xbe\x98\x45\x3d\x69\xdf\x17\x33\xe9\x7c\x99\x7b\x67\x26\xe5\x24\x73\xef\xcc\xa4\x67\x65\xee\x9d\x59\xa4\x18\xcb\xdc\x3b\x33\x89\x9a\x59\xa3\x9f\x7a\x03\x0d\x56\x55\x4d\xe5\xee\x9d\x59\xd4\x93\x6c\xfa\x4e\xd2\xde\x8f\x7e\xbb\xde\x2d\x3a\x87\xfe\x12\xf0\x32\xf7\xd0\x2c\x01\x68\x4c\x59\x80\x3f\x67\x6b\x64\xb8\x97\x66\x4a\x2e\x34\xf7\xd2\x2c\xe9\xeb\x71\x2f\xcd\xa4\x9f\x69\xee\xa5\x99\xea\x81\xcd\xbd\x34\x93\x90\xa2\xb9\x97\x66\x12\x7c\x34\xd1\x4f\xfc\xdc\xa5\xff\x2b\xc3\xc5\xdc\x51\x33\xc5\x94\xcc\x9d\x34\x93\x56\xa4\xb9\x93\x66\xd2\x6e\xb4\x8e\x29\x84\x03\xcc\x1d\x34\x53\x61\xb1\xb9\x83\x66\xd2\xe7\x33\x77\xd0\x2c\x91\x35\x6e\x86\x19\x44\x9f\xcc\xe8\xaa\x3e\x5b\x77\xc2\x2c\x81\xb0\xcd\x9d\x30\x93\xc6\xa2\xb9\x13\x66\x19\x64\x63\xf6\xfb\xe8\x15\xcf\x33\xfb\x7d\xf4\x4a\xa9\x34\xa3\xbf\xc4\xa4\xcc\x20\xb6\x7d\xfd\xef\xfe\x9e\x4d\x3a\x95\x89\x59\xef\xa7\x45\x1f\xe6\x80\xfc\x56\xe8\x60\x40\x7e\xcb\x26\x91\xb9\x53\x66\x4a\x3b\x34\x77\xca\x2c\xbf\xae\x54\x38\xd2\x55\x2a\x14\xba\xfa\x5f\xfb\xbd\x8b\x9e\xd5\xf8\x7d\x3d\x47\x53\x92\x3b\x67\x96\xd9\x36\xb2\x81\xdd\xc2\x1a\xee\x9c\x59\xa6\x60\xdc\xdc\x39\xb3\xac\x29\xdf\x9d\x33\xcb\x9a\xa0\xc4\x1a\xf1\x73\x5d\xa2\xb1\x36\xde\x36\x13\x18\x32\x77\xe0\x2c\x6b\x82\x9b\xd8\x2b\x0c\x32\x45\xf6\xcb\xc0\x9d\xd8\x7b\xf4\x3f\xc8\x7e\xb5\x30\xbb\x07\x66\x59\x53\xa1\x7b\x60\xf6\xe0\xb1\x98\x7b\x60\xf6\x64\xfd\x6f\xbc\x7a\xf0\x9a\xb6\xe7\xef\x7b\xbc\x04\x79\xcc\xbd\x30\x93\x04\x85\xb9\x07\x66\x8f\x16\xbc\x09\xb1\xaf\x3e\x54\xf7\xc0\x4c\x41\x15\x5b\x9a\x66\xf3\x16\x53\x88\xad\xfc\xdb\xa2\x37\xe3\x5e\x98\x15\x4d\x76\x4a\x08\xfc\xf9\xbf\xfa\x2e\x05\xab\x9a\xf7\xc1\xa5\x36\xf7\xc6\xac\x12\xb7\xb7\x35\x7e\xff\xaf\x85\xdc\xbd\x2e\x53\xe0\xc2\xdc\xeb\xb2\xaa\x8f\x52\x5e\xd7\xcf\xd9\xfa\x82\xdc\xeb\xb2\xaa\x45\x57\x8c\x7a\x3f\xff\xd7\x34\xe8\x5e\x97\x55\xb6\xb9\x4c\xfb\x4e\x35\xef\xab\xa7\xe9\x5e\xd7\x23\xe6\x23\x73\xaf\xcb\x14\xb2\x30\xf7\xba\xac\x4e\xfd\xb6\x70\xc4\x53\x74\x8f\xeb\x31\x4d\xd2\xbb\xfd\x5e\x97\xa0\x92\xb9\xd7\x65\x75\xeb\xc8\x38\xd2\xd9\x83\x23\x5d\xc9\x97\x99\xa1\x89\xda\x3d\x2e\x6b\x82\x47\xee\x6d\x99\x02\x0e\xe6\xde\xd6\x33\xf4\xbd\xb9\xb7\x65\x4d\x4f\xcd\xbd\x2d\x6b\x78\x79\xe6\x9e\x96\x49\x29\xc9\xdc\xd3\xb2\xa6\x69\xfb\x40\xc2\x4c\xd9\x8c\x1d\x48\x98\xd9\x9a\xb5\xa3\xf7\xf7\xec\x23\x40\x79\xea\x6f\xcb\xd4\xb5\x21\x63\x36\xdd\x17\x32\x66\x7d\x2f\xee\x55\x99\xbc\x7f\x3b\xd8\x42\x22\x88\x1d\x6c\xd9\xba\xca\xe1\x08\x3b\x0f\xb6\xe8\x69\x5d\x6c\x21\xb0\x66\x17\x5b\xf4\x45\xb9\x47\x65\xa2\x30\x33\xf7\xa8\x4c\x79\x5b\xe6\x1e\x95\x75\x3d\x3b\xf7\xa8\xec\x05\x16\xdd\xa3\x7a\x06\xfe\xb4\x29\xb3\xb0\x96\xbd\xb4\xf4\x5f\x88\xa3\xc9\x7e\xb2\x0b\x71\xb4\x9e\x9f\x7b\x4e\xd6\xeb\xbf\x48\x73\x0d\x7e\xf2\xae\x69\x19\x7e\x72\xa9\x89\x18\xfc\xe4\xd2\x1e\x19\x21\xbc\x3a\xb0\xd9\x5a\x1c\x70\x94\x77\x1c\xb9\x01\x47\x79\x27\xaf\x60\xc0\x51\xde\x97\xfe\x57\x39\x9a\x1c\xf9\xeb\xe8\x3c\xac\xe1\xdb\x4e\xd6\x09\x91\x0c\xdf\x76\xb2\x4e\x88\x64\xc0\x51\xde\xaf\xfe\xe7\x7d\x35\x10\xe7\x70\x87\xe9\x91\xce\xc7\x08\xf7\xd5\xbb\xc3\x46\xdc\xd0\xd6\x51\x2d\xfb\xb2\x19\x34\x54\x00\xf5\xd3\x52\x74\x8e\xf7\xc4\x08\x6e\x0c\xb8\xc5\xed\xd1\x11\xdc\xdb\xac\xe0\x03\x6e\x71\x03\x1b\x0f\xb8\xc5\xad\xea\x2a\xfe\x9c\x0c\xd2\xd7\x01\xb7\xb8\x11\x13\x1f\x70\x8b\x1b\x9f\xe0\x80\x5b\xdc\xc8\x0b\x1f\x70\x8b\x4b\xe3\x6f\xc0\x2d\x2e\x1d\x95\x01\xb7\xb8\xe1\xcb\x0c\xb8\xc5\x45\x7d\x36\x5e\x1e\x4a\xdd\x12\x95\x1a\xf0\x8b\x9b\x2c\x87\x5f\xdc\xae\x7e\x3b\x38\x5a\x1c\xb9\x8d\x4a\x1e\x1b\xf0\x8b\x2b\x50\x30\xc4\x2f\x1e\xf5\x3f\xf8\xc5\x93\xae\x09\xbf\xb8\x9e\x94\xf8\xc5\xd9\x6b\x19\xe2\x17\x27\x89\x72\xc0\x2f\xae\x40\xc0\x70\xcf\xe5\x99\x1a\x15\xee\xb9\xd8\x20\x4c\x31\xdc\x73\x79\x94\xf9\x33\xe0\x17\x57\x58\x60\xb8\xe7\xf2\xcc\xad\xdf\x75\xfe\x87\x45\x2f\xcf\xa5\xee\xd3\xf4\x7f\xb7\x51\xf5\xa2\x03\x8e\x71\x55\x88\x0e\x38\xc6\xc7\xeb\x4a\xd8\x08\xb6\x1f\x70\x8c\x8f\xa3\x33\xb1\x11\xa8\x31\x1e\x6c\xa4\x10\x69\xc0\x3f\x3e\xc1\xf6\xe3\x81\x43\x9d\x25\x66\x3c\x70\xa8\x93\xc7\x32\xe0\x26\x9f\x7c\xc4\x03\x6e\x72\x85\x21\x06\xdc\xe4\x13\x2f\x69\xc0\x4d\xae\xac\xb0\xe1\xde\xca\xb3\xf4\xbc\xe1\x26\x9f\x8f\xce\x84\x43\x9d\x0d\xc2\xf1\xc0\xa1\x0e\xce\x1b\x78\x1d\x53\xe3\x0d\xaf\x43\x04\x69\xe3\xe5\x75\xb4\x2d\x05\xb0\x81\xd7\x31\x01\x5e\x03\xaf\x63\x12\x18\x18\x85\xbe\x32\x15\x8e\x42\x5f\xf5\xed\xe1\x91\xcc\xad\x33\xe1\x7b\x67\x39\x18\x78\x24\xca\xb2\x1a\x78\x24\x93\x85\x7c\x14\xfa\x7a\x74\xcd\xf5\xea\x8f\x42\x90\xa3\xec\xdf\x96\xae\xdf\x9f\xdf\x16\xf0\xf4\xc0\x3b\x51\x16\xfd\x70\x7f\xc3\xc4\xfd\x32\xf0\x35\x16\x1b\xbc\x03\x5f\x43\x04\x6d\x43\x79\x78\x3f\x57\x22\xff\x69\xe0\x6f\x2c\x8d\x62\xcf\xc3\xb3\x85\xdf\x30\x7c\xb7\xc8\x14\x6e\x19\xf8\x22\x8b\xdd\xb4\x21\x8a\xf0\x9f\x2b\x69\x3c\xd4\x77\x2f\xf5\x64\xf1\x3b\x16\xfe\xfb\xf0\x5d\x23\x5b\xfa\x0a\x1a\xec\xf5\x2c\x60\x03\x9f\x64\xe1\xeb\x0d\x7c\x12\x91\xc6\x8d\x46\x2f\x34\xae\x1b\xbd\x68\xff\x2a\xe8\x1f\xee\x84\x98\x34\x36\x87\x3b\x20\xa6\x14\xad\x81\xf3\xb1\xae\x2e\xe9\x43\x7e\x07\x75\xe5\xbe\xcc\x50\x5e\xf9\xf0\xe4\x3a\x53\x0d\xe5\x10\xc7\x5d\xed\x7b\x51\xdd\x35\x3a\x12\x01\x7a\xa0\xbd\xfc\xfe\x5f\xd3\x06\x4e\xc8\x06\xab\x0c\x77\x42\x9e\xb5\x75\x35\xe8\xf7\x1f\x9d\x09\xfd\xbe\x0c\xef\xd0\xef\x57\xfd\xee\x97\x7e\x7f\x69\x1a\xeb\xeb\xb7\xa5\xeb\x1c\xb7\x6b\x83\xb0\x07\xde\xc6\x26\x4e\x38\xf0\x36\x36\xe8\x7a\xf8\x76\x90\x89\x05\x6f\xf8\x76\x90\x6d\x4d\xc2\x78\x22\x1b\x97\x79\x18\x52\x02\x9a\x68\x0c\x5b\x34\x79\xe3\xa5\xec\xa5\xff\x61\x0b\xf8\x68\xe0\xa5\x88\xcb\x6e\xe0\xa5\x6c\x2d\x69\xee\xa5\x3c\x9b\x8d\x9c\xe1\x1e\x8a\x1d\x4d\xc0\x26\x19\x01\x2c\xc2\x3b\x39\x41\xf7\x43\x46\x40\x53\x87\x7b\x26\x26\x1a\xd9\x31\x44\x4b\xd0\xf7\xc1\x25\x1e\x78\x26\x87\x7a\xb9\x81\x67\x72\x70\x5f\x07\x9e\xc9\x31\xfd\xf6\xf7\x9d\x49\x8a\x6f\xe0\x9d\x1c\xd9\xf9\xf2\x4e\x6c\xbf\x3e\x0d\xf7\x4e\xec\xe0\xf0\x0f\x3c\x13\xa9\x2f\x0d\x3c\x13\x29\x9f\x8e\x81\xad\x4d\xbf\x5b\xfc\x8f\xe7\x80\x67\x72\xd9\x6e\x1a\xee\x99\x98\x54\x51\x87\x7b\x25\x26\xc2\xa7\x81\x47\x72\xd9\xda\x1b\x78\x24\x97\x80\xcf\xc0\x23\x51\xf8\x68\x68\xcf\xa8\xda\xde\xa0\xad\x81\x57\x72\xf5\x71\x49\x9e\xb7\xfe\xbc\x1a\x7a\xe8\xfb\x46\x76\x89\x95\x0e\xbc\x16\x65\x6c\x0d\xbc\x96\x4b\x7e\xd7\xd0\xbe\xd1\xcf\x6f\x35\x5d\xba\xe7\x92\x44\x37\x37\xdc\x6b\xc9\x15\xec\x36\x44\x5c\x37\x74\xa5\x4d\x7d\xa4\xce\x3c\x54\x6e\xe8\xe8\xb2\xe9\xc7\x94\xe8\x7b\x46\x8f\xe8\x95\x87\xef\x17\x3d\xb3\xe9\x7f\x8e\xf4\x17\x19\xdb\xc3\x3d\x99\x67\x09\x36\x2d\x24\x13\xb4\x20\x2d\xe4\x1f\xf0\x89\x86\xef\x17\x3d\x0a\xdb\x0d\x92\xe8\xee\xeb\x4c\xb4\x0f\x04\x89\x48\xa2\x53\xd8\x6e\xb8\xe7\xf2\xdc\xa4\xbb\x6f\x34\x13\x74\x3f\x69\x22\x60\xed\x42\x13\x01\x0c\x3d\x36\x9a\x08\x5a\xba\x21\xab\x0b\xe0\xdd\x01\x07\xb8\x82\x62\x03\x0e\x70\xd1\xcc\x0d\xf4\x75\x83\x66\x00\x68\xed\x82\x66\x00\xf8\xc1\x83\x46\x12\x24\xe0\xa1\xeb\x7e\xe8\x0c\xbc\xee\x8e\x26\xc2\xd0\xef\xa4\x31\x80\xed\xe8\xeb\x06\xf2\x53\x06\x24\xe0\x41\x23\x65\xa3\x2f\x70\x75\x15\x27\xe3\x93\xb4\xfa\x80\xd6\x3b\x52\xd5\x33\xdc\xff\x28\x51\xef\xe1\x48\x29\x00\xfb\x8e\x94\x02\x74\x84\x52\x80\x16\x54\xe8\xbc\x5d\x02\xf2\xbf\xa7\x6f\x98\xbe\xe3\xd2\xcf\x48\x15\x14\xca\x3e\x88\x08\x68\x0a\x85\xc9\x5b\x52\xff\x03\x26\xef\xa8\x0f\xf3\x20\x12\xc0\x76\xc8\x80\xc5\x3b\xc1\x4c\x31\x60\xf1\x4e\x6c\x2f\x0e\x58\xbc\x93\x5e\x3b\x4c\xdd\x29\xeb\x77\x88\x00\xe0\xcc\x0e\x98\xba\x25\xf5\x3b\x60\xea\x96\x30\xdb\x80\xa9\x3b\x51\x82\x34\x60\xe3\x56\xb2\xd1\x80\x8d\x3b\x69\x82\x81\x8d\x3b\x69\xe8\xc2\xc6\x9d\x58\x49\x67\x10\xf1\x7f\xe4\x08\x92\x7c\xa6\x8c\x09\x1b\xb7\xc2\x3d\x13\x36\xee\x8c\x53\x3e\xdd\xdf\x28\x12\x65\x9b\x01\xc2\x7f\x96\x9d\x19\x20\xfc\xcf\xfa\x1f\x84\xff\xe0\xa5\x09\x43\x77\xae\xfa\x9f\xdb\x90\x9b\xfa\x02\xd9\x3f\x9f\xdf\x0c\x90\xfd\x93\xf5\x31\x61\xee\x16\x8b\xdc\x74\x5f\xa4\x64\x72\x71\x27\xac\xdd\x79\xa8\x67\x88\x00\xe0\x84\x4f\xdf\xb8\x29\x99\x50\xc7\x84\xc3\x5b\x7c\x72\xd3\x37\x67\x8a\x6a\x3a\x67\x84\xe8\x3f\xe9\x77\x10\xfd\x67\xfd\x0e\x32\x7f\x3e\x9c\x19\x45\xe6\xdf\x38\x12\x99\xbf\x7e\x27\x32\x7f\xfd\x4e\x64\xfe\x93\x23\x91\xf9\x63\x1f\x7c\xdd\xca\xb2\x99\xf0\x75\x3f\xf8\x09\xd3\xfd\x96\x52\x18\x4b\x13\xbe\x6e\xe5\xf2\x4c\xf8\xba\x4b\xd4\xff\xdc\x86\xc2\x0e\xc8\x84\xaf\x5b\x15\x91\x13\xbe\xee\x82\xc3\x3f\xe1\xeb\x56\x5e\xcd\x84\xaf\xbb\x54\xfd\x0f\x76\x7b\x42\x5a\x13\xae\xee\xc2\xa6\xd4\x84\xab\xbb\xe8\x3d\xc0\xd5\x5d\x86\x8e\x60\xb6\x9f\x3a\x13\x16\x7f\x3e\xfe\x09\x8f\xb7\x2a\x17\x67\x86\xc5\x9f\x18\xff\xcc\xd8\x07\x76\x9b\x70\x7c\x17\xe2\xb3\x13\x8e\x6f\xd5\x2a\x4e\x38\xbe\x55\xab\x38\xe1\xf8\x56\x96\xcc\xcc\xd8\x47\x00\x65\xc2\xef\x2d\xae\xfa\x09\xbf\x77\x65\x31\x9f\x19\xe6\xfa\xa4\x3b\xc0\x5c\x9f\x75\x26\xcc\xf5\x44\xac\x27\xdc\xdf\xf5\xd1\xef\x60\xae\x07\x55\xce\x07\xe6\x7a\x96\xf5\xf9\xc0\x5c\x4f\x80\x75\xc2\xfb\x5d\xf1\x03\xe6\x03\x73\x3d\x53\xf2\x84\xf7\xbb\xb2\x1c\xcd\x07\x66\xfe\xa5\xdf\xc1\xcc\x8f\xa7\x39\xe1\xfc\xae\x7c\xa9\xf3\xc1\x06\x02\x53\xf3\x81\x99\x9f\xcc\xf0\xe9\x3e\x49\x91\x52\xea\x84\x0b\x5c\xd9\x2a\x13\x2e\x70\x6d\xb0\x4e\x48\xbd\x1b\x88\x7d\x42\xea\xdd\xf4\x24\x20\xf5\x6e\x2c\x39\xb3\xc0\xfd\xce\x82\x30\xdd\x1f\x29\x22\x6d\x9e\x05\x2e\x7b\x7d\xb7\x10\x76\x4b\x7d\x75\x42\xd8\xdd\x48\x7b\x9c\x10\x76\x37\x82\xd2\x13\xc2\x6e\xa9\x74\x4d\x08\xbb\xdb\xfe\x17\xa2\x9e\x70\x79\xb7\xa3\x8b\xf8\x2b\x52\xd4\x66\xc2\xe5\xdd\x99\x5a\x67\x81\x2e\x5e\x2f\xcc\x37\x4f\x4a\x67\x9f\x76\xc2\xf3\xdd\x65\x10\x3c\xdf\x5d\x26\xc0\xf3\xdd\x9b\xfe\x07\x95\x3c\x7b\xcb\x13\x9e\xef\xce\xa6\xde\x84\xe7\x5b\x99\x15\x13\x9e\x6f\xd3\x34\x08\xcf\xb7\x11\x6f\x9b\xf0\x7c\x1b\x1b\x1c\x13\x9e\x6f\x09\xb9\x4e\x78\xbe\x4d\x8f\x05\x9e\x6f\xd3\x94\x05\xcf\xb7\x4d\x5d\x05\x4e\xf6\xad\xff\xc1\xc9\xae\x17\x0d\xcf\xb7\x69\xc8\xc3\xf3\x3d\xf4\xf9\x35\xf1\x98\xeb\x7f\xf0\x98\x6b\x7a\x81\xe7\x7b\xe8\xc3\xf1\xcd\x96\x22\xb5\xee\x29\x8e\x6f\x0d\x10\x71\x7c\x27\xdd\xcf\xed\x9b\x59\xd7\x74\xfb\xa6\x86\xb5\xf8\xbf\xb7\x8e\xe0\xff\xd6\xd4\x8a\xfe\xd1\xd2\x53\x42\xff\x68\x69\x5a\x82\xff\x7b\x69\x08\xc2\xff\x2d\x42\xa3\x89\x36\xd2\xd2\x13\x14\xff\x37\x6e\xe0\x14\xff\xb7\xde\x1f\xba\x48\x4a\xaf\x9c\x70\x7f\x6f\x36\x75\xa6\xfb\x45\x45\x5c\x37\x13\xcd\xa4\xad\xe5\x08\x5e\xf0\xfd\xba\x83\xdb\xb7\xb5\xe4\x74\x71\x45\xf3\x1e\xd0\x4b\xda\x04\xd1\x66\x87\x2b\xfa\xea\x77\x6e\x9f\x74\x5e\x27\x3c\xe0\xe2\xba\x99\xbe\x2b\x53\x8e\xa6\x17\xdf\x95\x29\x07\xe7\x73\xa2\x93\x24\x4a\x87\x09\xff\xb7\x6a\x95\x27\xfc\xdf\x52\x52\x9c\xf0\x7f\xcb\xa3\x98\xe8\x23\xa9\x4e\x79\xc2\xfd\x7d\x34\x5e\xe0\xfe\x96\xff\x30\x0d\x8e\x68\x00\xcb\x34\x91\x23\xeb\x7f\x90\x23\x83\xa0\x27\x9c\xde\x57\x23\xc4\xa0\x20\xd6\x14\x02\x0d\x5d\x20\x04\x30\xa1\xa1\x0b\x9a\x06\xa1\xa1\x0b\x54\x1d\xce\x21\xfa\x61\x7a\x36\xa0\x1f\x5e\x3a\x13\xfa\x61\x36\xfa\xe7\x80\xb6\x17\xdf\x6b\x42\x41\x27\xa9\xc4\x09\x05\x5d\xd4\x08\x81\x82\x2e\x6a\x4c\x40\x41\x27\xd6\x92\x09\x05\x5d\xac\xba\x03\xf4\xc3\x4d\x77\x9f\x1c\xe9\x7e\xd0\x0f\xeb\x0b\x87\x82\x2e\x9a\xfe\x07\xfd\xb0\xbe\x15\x28\xe8\xc4\x4a\x32\xa1\xa0\x8b\xe4\x58\x4f\xf7\x7f\x6a\x24\x2c\x35\x27\xb4\xc4\x20\xda\xe9\xfe\x4f\x55\x36\xfc\x84\x76\x4e\xc5\x7a\xd3\x7d\x9f\x9a\x04\x20\xdc\xef\xa9\xe2\x2f\x99\x50\xd2\x25\x8d\x48\xf7\x7b\x6a\xd2\x64\x0a\x25\x5d\x22\xca\x3c\xa1\xa4\x4b\x43\xf7\x83\x8e\x78\xeb\x4c\xe8\x88\xaf\xee\x0e\xc5\xaf\x9e\xe7\x84\x2a\x57\xcf\x73\x42\xf1\xab\xe7\xe9\x3e\x4f\xcd\x8f\x8e\xa0\xf7\x7d\xe6\xbf\xa6\x64\x58\xec\x32\x6e\xe1\x84\xc5\x4e\xdb\x6d\x13\x16\xbb\x4c\x15\xd1\x84\xc5\x2e\xeb\xc1\xc3\x62\x97\x09\x1b\xcc\x05\xdb\x2f\x38\x75\xc2\x52\x97\x35\x04\x61\xa1\x7b\xa2\xce\x3c\x1c\x61\x3a\x2c\x74\x0f\xf1\xb9\xb9\xc5\xf6\x8b\xe9\x5b\x6c\xbf\x5c\x65\xc3\xf6\xab\xcf\x6f\xc3\xf6\xab\x47\xbd\x61\xfb\x85\x97\x6f\x6e\xd8\x7e\x49\x36\x9b\x1b\xb6\x5f\x2d\x16\xf0\xd4\x3d\x4d\x77\x10\xdb\xaf\xee\xee\xaf\xe1\xd1\x67\xb4\x61\xfb\xd5\xc7\x08\x93\xf7\xa3\x55\x1a\xb6\xba\xe7\xea\x77\xd0\xdd\x6a\xda\x85\xad\xae\x68\x8a\x84\xad\xae\x68\x25\x86\xad\xae\xe8\xf3\x83\xad\xae\x80\xfb\x27\x6c\x75\x2f\x74\x06\x5b\x5d\xa1\x60\x7a\xc2\x56\x57\xc8\xd7\x98\xb0\xd5\xc9\xd5\x9d\xb0\xd5\x69\xe3\x6d\xc2\xe2\x2d\x0d\xf8\x09\x53\x9d\xb4\x3b\xe7\x81\xce\x57\x0b\x10\x2c\xde\x55\x53\xa4\x7b\x39\x55\x1b\x5e\xd3\xbd\x9c\x5a\x49\x33\x9c\x70\xda\xbd\x90\x0d\x9c\x76\x8d\x0d\x92\x09\xa7\x9d\xe8\x06\x26\x9c\x76\xad\xe8\x08\x0a\x54\x4d\x75\xb0\x77\x37\x61\x51\xf8\xec\x1a\xc5\x17\x13\x3e\x3b\x95\xfa\x4f\xf8\xec\x9a\xb0\x36\x7c\x76\x6d\xea\x9a\x50\xbd\xca\x76\x98\xbb\x95\xde\x39\xe1\xb3\xeb\x6c\x5a\xce\x2b\xc6\x4d\xde\xca\x15\xe3\xa6\x5f\x65\xc1\x67\x27\x3e\xf7\x05\x73\xb7\xe1\x96\x2e\xf8\xec\x8c\xa5\x71\xc1\x67\x67\x4c\xf3\x0b\x3e\x3b\xab\xba\x0a\x6c\x9b\x43\x67\xc2\xb6\x39\x74\x26\xec\x94\x00\x81\x15\x60\xdb\x3c\xfa\x9d\xd8\x29\x23\x47\x30\x3a\x12\xbe\x5b\xf0\xdc\x8d\xa2\x33\x61\x73\xac\xea\x27\x6c\x8e\x4d\xbf\x83\xcd\x51\x77\x80\xcd\x7b\xe2\xe1\x2d\x78\xee\xb4\x8b\xb3\x20\xb3\x9b\x59\x67\xc2\x7c\xc8\xfe\xd3\x82\xa5\x7b\xb2\x91\xbf\x60\xe9\x9e\x2c\x86\x2b\xc2\x2b\xc8\x34\xb8\x20\xa8\x5b\x41\xff\x83\x57\x10\xe8\xb6\x20\xa8\xd3\xd2\xbf\x20\xa8\x53\x65\xef\x82\xa0\x6e\xf1\x35\x2e\x08\xea\x14\xcf\x5d\x10\xd4\x49\xfd\x7d\x41\x50\xb7\xf8\xfe\x16\x04\x75\x6b\xea\x4c\x78\x05\xd9\x6f\x58\x10\xd4\x49\x54\x62\xc1\xee\x2d\xd9\xba\x05\x41\x9d\x82\x8d\x0b\x76\xef\xcd\x97\xba\x60\xf7\x56\x8d\xe4\x82\xdd\xfb\x10\xea\x5c\xee\x1d\x55\x85\x02\x97\x88\xed\x58\x72\x16\xcc\xdf\xda\x6a\x5e\x30\x7f\x4b\x9d\x73\x41\xdf\x7d\x81\xad\x0b\x62\xbb\x4b\xac\x7c\x41\x6c\x77\x29\xe9\x5b\x10\xdb\xdd\xde\xfe\x31\x25\xaf\x2c\x3e\x38\x6e\x2e\xce\x3b\xa0\xf6\xca\xe2\x83\xe3\x85\xc1\xdc\x10\xf4\x1a\x60\x6e\x08\x49\xb7\x83\x43\xed\x51\x57\xe0\x50\x03\xfb\xae\x0c\x87\x9a\x06\x01\xec\x0c\x51\x8f\x05\x76\x06\xd5\xaf\x2d\xd8\x19\x22\xab\xd1\x82\x9d\x21\xe9\xc3\x81\x9d\x21\x31\xd5\x2d\xd8\x19\x12\x19\x1e\x0b\x76\x06\x85\x38\x96\x3b\x40\x4d\x21\x8e\xf5\x40\xaa\x05\x5a\x5a\x0f\xa4\x5a\x4d\xd7\x84\x54\xab\xeb\x7e\xde\xcf\x44\x74\x78\xc1\xca\xa0\xac\x95\x05\x2b\x43\x7a\xf5\xcc\x6d\x50\xc9\xed\x82\x95\x21\x13\x8f\x5f\xb0\x32\x64\xb2\x59\x16\xac\x0c\x52\xa1\x5f\x30\x2f\x64\x90\xd4\x82\x79\x21\x13\x07\x5d\x30\x2f\x48\xef\x70\xc1\xbc\xf0\x34\xfd\xce\x6d\x78\xf4\xf9\xc1\xbc\xf0\x6c\x1d\x41\xd4\x44\x6e\xc8\x82\x79\xe1\x51\x3f\xe1\xab\x7b\xae\x7a\x06\x29\x10\xab\xfb\x82\x75\xa1\x80\xd1\x17\xac\x0b\x45\x9f\x2d\x5c\x75\x05\xb4\xb4\xa0\x56\x28\x84\x4d\x16\xd4\x0a\x72\xde\x17\xd4\x0a\x85\xd0\xc8\x82\xa7\xae\x2c\xfd\x0f\x62\x23\x5c\xd6\x05\x4f\x5d\x01\xe9\x2f\xe8\x14\xca\xd6\xff\x20\x13\x3a\xba\x0a\x04\x4d\x47\x7d\x81\x4c\x48\x13\x43\x15\x99\x90\x7e\x07\xbb\x0e\x5e\xc7\x82\x6a\xa1\x82\xa0\x17\x54\x0b\x52\x91\x5f\x15\x76\x1d\x8d\x3a\xa8\x16\x24\x65\xb6\xa0\x5a\xa8\x2c\xda\x0b\xaa\x05\x71\x9e\x2f\xa8\x16\x94\x7f\xb1\xa0\x5a\x90\xa3\xbd\x1a\x2c\x42\x4c\xfa\xab\xc1\xba\xa3\x8f\x1f\x9a\x85\xaa\xc9\x0d\x9a\x85\x16\xf4\x3f\x98\x67\x48\x80\x5d\xd0\x2c\x34\x8d\x10\x68\x16\x1a\x8b\xcc\x6a\x62\xdb\x51\xcf\xc4\xb6\xa3\x6b\xc2\x4a\x93\x75\x15\x58\x69\x64\x1f\xf4\x0a\x4d\xf6\x41\xaf\xd0\xf0\x67\x57\x17\xc3\x0e\xbf\x83\x5e\xa1\x81\x84\x17\xf4\x0a\x4d\x63\x10\x7a\x05\xe9\x2f\x2d\xe8\x15\x9a\xbe\x15\x28\x14\x94\x8f\xb1\xba\xd8\x73\xf4\x3b\x6c\xd0\x68\x85\x42\xa1\x69\x0e\x81\x42\x41\x4b\xea\xea\xd8\xa0\x2f\x0e\x72\x3a\xe5\x6a\x2c\xc8\xe9\x9a\x9e\x35\xb4\x09\xca\xc7\x58\x90\xd3\x75\xf6\x36\x96\xc1\xaa\x83\x87\xb7\x0c\x36\x1a\xa0\xc6\x32\x58\x75\x34\x13\x41\xa5\xd0\x87\xae\x02\xab\xce\xd4\x11\xac\x3a\x80\x92\x05\x71\x5d\x57\xcf\x20\xae\x53\x6d\xc3\x82\x3e\xc1\x34\x06\x21\xae\x93\x2f\xbf\x0c\xb6\x19\x7d\x47\xd0\x23\xa8\x6e\x61\x41\x8f\x60\xe5\x5f\xb9\xd8\x0b\x3e\x3b\x23\x6a\xb2\xe0\xb3\x93\x46\xdb\x82\xcf\xee\xb5\xf2\xc3\x67\x67\xfa\xe0\x60\x53\x30\x90\xf0\x82\x4d\x61\x68\x92\x82\xcf\x6e\xa8\xd3\xf0\xd9\x0d\xad\x15\xf0\xd9\x8d\xac\xdf\x41\xde\xf2\xe8\x9a\x90\xd3\x74\x9d\x09\x39\x0d\xa8\x67\xc1\x67\x37\x4c\x67\x8a\xb8\x85\x21\x08\x9f\x9d\xd8\xa0\x17\x0c\x0a\x83\x40\xfd\x82\x41\x41\x7b\xe8\x0b\x3e\x3b\x91\xb9\x2f\xd8\x13\x26\x89\x40\x0b\xf6\x04\xed\x85\x2f\xd8\x13\x5e\x68\x02\xf6\x84\x89\x1b\xb5\x60\x4f\x98\x6c\x91\x2e\xd8\x13\xa4\x43\xbe\x60\x4f\x98\x57\x57\x81\xc9\xe4\xd5\x17\x18\x3e\x84\x34\xe0\xb2\x5b\xfa\xfc\xe0\xb2\xd3\xb6\xe9\x82\x39\x61\xe9\x65\xc2\x79\xa0\x5d\xde\x05\xe7\xc1\xd2\x0a\xbe\xe0\x1e\xa1\x5a\x6d\xc1\x3e\xb7\xd8\xea\x58\xb0\xcf\x2d\x22\xcb\x0b\x3e\x84\xb5\x74\x26\xbc\x1c\x1a\x66\xf0\x21\xac\xad\x33\xe1\xaf\x20\xa6\xbf\x20\x3d\xd8\x5a\x48\x20\x3d\xd8\x78\x47\x0b\x56\x3a\x95\x86\xac\x2d\xee\x0a\xce\xdc\xe2\xae\x60\xc8\xc3\x4a\xb7\xd5\x33\x58\xe9\xb6\x3e\x00\x88\x10\x5e\xc8\x66\xc3\x5b\x01\xb6\x5f\x1b\xde\x0a\x2d\x8d\xb0\xd2\x1d\x3d\x25\x48\x10\x94\x56\xb7\x20\x41\x38\x1a\x4b\x90\x20\x28\xeb\x7d\xb9\x5f\xd3\x0e\xf5\xab\x0b\x02\x84\x43\xf0\x6c\x89\x00\x01\x8f\x6b\x89\x00\x41\xb8\x58\x04\x08\x45\xff\x73\x1b\xae\x50\xb2\xfb\x35\x4d\x62\xd4\x0b\xc6\xba\xdb\xf5\x3b\xc8\x1c\xd8\x64\x5a\xa2\x2e\xc0\xd1\x5e\xa2\x2e\x10\xb4\x11\x75\x81\x96\x70\x51\x17\x68\xda\x75\x6f\xa5\x4b\x86\x7b\x89\xb6\x80\x4d\xad\x25\xda\x02\x7c\x97\x25\xda\x02\xb2\x81\x16\x85\x37\x01\x9f\x6e\xbd\x68\x0b\x78\x9e\x2f\xda\x02\xfa\x42\xe1\x4d\x20\xc9\x6f\x51\x78\xa3\x2d\xae\x25\xda\x02\x21\x6f\x0a\x6f\x24\x98\xbd\x44\x5b\xa0\x6f\x5a\xb4\x05\x45\xff\xa3\x9c\x5f\x4f\x9e\xa2\x1b\x09\x65\x2f\x51\x16\xf0\x94\x36\x45\x37\x11\x2f\x75\x8b\xb2\xc0\xf4\xbf\xc4\xd1\xe1\xc8\xed\x8b\x4b\xff\x83\xb2\x80\xac\x9c\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\xc2\x88\x9b\xa2\x9b\x14\x74\x3f\x4a\xda\x83\xae\x49\xd9\x3a\x69\x09\x9b\x62\x9a\xc4\x2c\xb5\x29\xa6\x49\x8c\xac\x1d\x55\x7e\xbf\x39\xf2\x7e\x0a\xd6\x6d\xd1\x0d\x80\xa7\x77\xa4\xf4\x9e\x2f\x60\x8b\x6a\x60\xfc\x6b\x7b\x6f\x8b\x85\x80\xa9\x67\x53\x63\x93\xb6\x8e\xa8\xca\x3f\xea\x18\x0c\x04\x32\x56\x0c\x04\x32\x36\xaa\xa4\x5d\x47\xfe\x8a\x32\x1f\xc0\xa6\x88\x26\x5f\x1d\x1d\x8e\x16\x47\x94\x5e\x83\x14\x37\x05\x34\x0f\xd5\x3f\x9b\x02\x1a\x6d\x16\x6d\x0a\x68\x1e\xa6\xdd\x4d\x01\x8d\xf0\xdf\x86\x75\xa0\x10\xb3\xd9\x14\xd0\x14\xf5\x85\x02\x9a\x52\xf4\x3b\x4a\x99\x99\x42\x76\x52\x29\xb3\xee\x4e\x49\x2d\xd3\xe0\x4e\x94\xd4\xbe\xae\x49\x49\x2d\xae\xfc\xa6\xb0\x46\x59\xa5\x1b\x46\x02\xe1\x9c\x0d\x23\x81\x36\x0d\x36\x45\x35\x42\x36\x9b\xa2\x1a\xa9\xb4\xec\xac\x9a\x53\x6c\xa0\xa8\xa6\xb1\x29\xb9\x29\xaa\x69\x7c\x7e\x9b\xc2\x19\x65\x85\x6e\x0a\x67\x1a\x29\x7d\x3b\xab\x9e\x54\xff\xa3\x6c\x96\xfc\x91\x0d\xed\x80\x50\xc8\x86\x76\xa0\x31\xed\x6e\x0a\x66\xa4\x8a\xb2\x29\x98\xe9\x51\x7d\x71\x1b\xa4\x8a\xb2\x29\x98\xe9\x1a\x9e\x14\xcc\x48\xe7\x64\x53\x30\xd3\x49\x05\xdb\x50\x12\xa8\x48\x67\x53\x2c\x23\x9d\x93\x4d\xb1\x4c\x2f\xba\x0a\xf5\xa5\x55\x67\x52\x35\x4a\x76\xf9\xa6\xfc\xa5\x13\x2b\xdf\x94\xbf\x74\x8d\x3a\x4a\x5c\x0c\x37\x71\x53\xe2\x62\x84\x4d\xb6\xfb\x27\xdd\x74\x87\x42\x75\x24\xd8\x69\x43\x40\x20\xe0\xb1\x0b\xd5\x91\xe4\x52\x6c\xc8\x07\x04\x43\x36\xe4\x03\x36\x74\x4d\x55\x47\xea\x88\xea\xc8\xa9\x33\xa9\x8e\xd4\xc4\x00\xf9\x80\x64\x2c\x36\xe4\x03\x83\x49\x6a\x43\x3e\xa0\x00\xc4\x76\xdf\xa5\x0f\x70\xdc\x76\xdf\xa5\x0b\x78\xec\x42\x75\xa4\xe9\x88\xea\x48\x8a\x39\xb6\xfb\x2e\x7d\xe8\x6d\x42\x4a\x30\xc0\x94\x1b\x52\x02\x49\x4d\x6c\x48\x09\x06\x5b\x86\x1b\x52\x02\x69\xa8\x6e\x48\x09\x66\xd0\x35\xa9\x1a\xa4\x42\x77\x57\xaa\x06\xa3\xae\xe9\xf6\x4d\xbd\x69\x08\x0b\xa4\xa1\xba\x21\x2c\x90\x8a\xcc\x86\xb0\x60\xea\x7b\x77\xdf\xa5\x4f\x3d\x4f\x08\x0b\x94\x35\xb2\x2b\x55\x91\xfa\xfe\x50\x0c\x9a\x6c\x12\xee\xa6\x2a\x42\xde\x51\x53\x15\x21\xa3\x1c\x22\x83\xa5\x6f\x05\x22\x03\x41\x8d\x0d\x91\xc1\x82\x61\x67\x43\x64\x20\x2d\xcf\x0d\x91\x81\x02\x1e\x1b\x22\x83\xa5\xe7\x02\x91\x81\xc8\xc0\x76\xa3\x4c\x90\xa5\x6a\xbb\xef\xd2\xb5\x63\xb2\xdd\x77\xe9\x22\x0a\xdb\x10\x1c\xec\xa8\x33\x37\x47\xba\xa6\xdb\xb7\x35\xae\x1b\xe5\x81\x9a\x92\x3b\xe5\x81\xf6\x2f\xc6\xbf\x0d\x2f\x82\x44\x0c\x36\xbc\x08\x9b\x40\xc2\x86\x17\x61\x6b\xd0\xc1\x8b\xb0\xd9\x08\xdc\x70\x1f\x6c\x5c\xe4\x0d\xf7\x81\xd4\xc0\x37\xdc\x07\x47\xeb\x0f\xdc\x07\x47\x9f\x91\xbb\x35\x5d\x65\xd4\xdb\x5d\x97\x2e\xee\xe4\x0d\xaf\x81\xa4\x09\x36\xbc\x06\x47\x1f\x15\xbc\x06\x87\xf8\xd1\x36\x55\x05\xf2\xe0\xe1\x35\x50\xe9\xca\x86\xd7\x40\x3c\x5a\xdb\xa8\x0a\x04\x17\x6f\xa3\x2a\x50\xab\x18\x9c\x07\x47\xab\x34\x9c\x07\xd2\xab\xdf\x70\x1e\x88\x63\x6b\xc3\x79\x20\xb9\x83\x0d\xe7\xc1\x19\xba\x0a\x95\x8f\xb8\xba\x1b\xce\x03\xb1\xc6\x6d\x38\x0f\x94\x89\xbd\xe1\x3c\xb8\xa0\xa5\x3d\xa8\x06\xd4\xa4\x08\xe7\x81\x44\x0c\x36\x9c\x07\x37\xe9\x4c\x2a\x01\x89\xd5\x6d\x38\x0f\x24\xa8\xb0\xe1\x3c\x50\x32\xd9\x86\xf3\x40\xc4\x5d\x1b\xce\x03\xe9\x71\x6e\x38\x0f\x2e\x59\x07\x1b\xce\x03\x25\x93\x6d\x98\x0c\x24\x4b\xb0\x49\x49\x53\xe2\xd2\x26\x25\x2d\x68\xba\x26\x25\x2d\x80\x53\x37\x29\x69\x4a\x63\xda\xa4\xa4\x85\xa2\x33\xa9\xeb\xd3\xc4\x47\x3a\x5a\x20\x8a\xbf\x27\xb5\x70\x44\x11\x37\xa9\x68\x41\xd8\x89\x54\x34\x85\xbd\x36\xa9\x68\x61\xe8\x2a\xd4\xfc\x69\x7c\x4e\x6a\xfe\xb4\x4c\xbb\x47\x62\x41\x1f\x23\x85\x33\xc2\x86\x9b\xc2\x19\xd1\x9e\x6e\x0a\x67\xa2\x9e\x35\x85\x33\x51\x53\xb9\x6f\xc9\x58\xd4\xf4\xe9\x5b\x32\x16\x9b\xfe\x47\x0d\x5d\xd7\x11\x35\x74\xfa\xe0\x28\xa6\x89\x1a\x3d\x8b\x1a\x3a\x01\x9d\x45\x0d\x1d\x1b\x73\x7b\xa9\x86\x8e\x5e\x2f\x6a\xe8\xc8\x0b\xdf\xee\xd7\x58\xd4\xf4\xe2\x7e\x8d\xbd\x50\x1d\xc5\x35\x09\x1f\x6b\x53\x5c\x23\x75\xcc\xbd\x28\xee\xa2\x3c\x7b\x53\x58\x23\x86\xfc\xbd\x28\x46\x23\x90\xb0\x37\x35\x75\x84\x9a\x36\x45\x33\x89\x3c\x91\x4d\xd1\x4c\xd2\xdd\x29\x9a\x49\xec\x52\xec\x4d\xe1\x96\x60\xc8\xa6\xc8\x29\xeb\x77\x9d\x23\xee\x4e\xc1\x8c\x02\x72\x9b\x82\x19\xed\x40\xed\xad\x82\x2d\xac\xa5\x60\x46\x3b\x50\x9b\x82\x99\xac\xa7\xb4\x29\x50\x23\xec\xb5\x29\x98\xc9\x24\xf2\xee\xa3\x42\x2d\x9e\x04\x05\x33\x0f\x1e\xfa\xa6\x28\xe6\x11\x24\xf2\x3d\x19\x53\xb6\xd0\xf6\x3d\x19\x2b\x78\x1d\x9b\x62\x98\x42\x18\x63\x53\x0c\x23\xc9\xc3\xed\x7b\x32\xa6\x8c\x99\xed\x7b\x32\x26\x01\xc4\x4d\x31\x4c\x11\x64\xa0\x18\xa6\x10\x38\xdc\x14\xc3\x88\x49\x66\x53\x0c\x23\x0e\x98\x4d\x31\x4c\xcd\xff\xd2\x9a\xdc\xd4\xc9\x28\xe6\xb6\xa9\x93\xa9\x38\x71\x9b\x3a\x19\xa5\xc1\x6c\xea\x64\xaa\x3e\x2a\x77\x80\x4c\x6a\x85\xfb\x52\xab\xa5\x07\x7f\xa9\x69\xc2\x31\xdc\x97\x9a\x26\x76\xd7\x37\xf5\x33\x22\x82\xd9\xd4\xcf\x48\x0c\x7f\x53\x3f\x53\x85\xf8\x28\x92\x69\x5a\x9b\x28\x92\x69\x9a\x18\x28\x92\x11\xdd\xca\x09\xd4\x01\x81\x53\x0f\x05\x32\x8a\xc7\x9d\x40\x4d\x53\xd6\x99\xd4\x34\xf1\xc1\x1d\x8a\x67\x1a\x03\xf9\x50\x3c\xd3\x08\x08\x1c\x8a\x67\x1a\x16\x9d\xa0\x5a\x26\xe3\x48\xb5\x4c\xfa\x9f\xdb\xd7\x08\x78\x1c\x77\x8e\xac\x4d\x9d\x49\x9d\xd3\xd2\x35\xa9\x73\xe2\x65\x1e\x0a\x6b\xda\xd1\x55\x28\x02\x0a\xea\x19\x45\x40\x2c\x63\xc7\x1d\x27\x13\x2f\xc9\x89\xd4\x32\xb1\xf1\x71\xa2\x0a\x80\x0a\x47\x14\xb0\x30\x3c\x4f\xa4\x80\x05\xd4\x73\x54\x76\x13\x75\x26\xc5\x2b\x59\x47\x14\xaf\xc0\x8e\x7c\x22\xc5\x2b\x45\x77\xa0\x40\xa7\xe8\xee\x14\xe8\x1c\x5d\x93\xc2\x0e\x42\x54\x87\x02\x9d\x41\x56\xed\xa1\x40\x67\x30\x69\x9c\xa4\xe2\x15\x7e\x47\x81\xce\x28\x3a\xa2\x20\x22\xe8\x88\x82\x08\xa6\x9e\x43\x11\x8e\x84\xc1\x0e\x45\x36\x33\xea\x7f\x14\x3d\xc8\x06\x8a\x6c\xa6\x6c\xa0\xc8\x46\xd4\xbc\x87\x22\x1b\x29\xe3\x1f\x8a\x6c\x26\x01\xb2\x43\x91\xcd\x04\xa7\x1e\x8a\x6c\x44\xb6\x7b\x28\xb2\x99\xec\xb4\x1c\x8a\x6c\x14\xcc\x3a\x59\x45\x1d\xbc\x3f\x8a\x6c\x26\x13\xd8\xc9\xd8\x70\xf5\x3f\xb7\x41\xbc\x91\x27\x53\x0e\x01\xae\x3a\x59\xe5\x10\xf4\x33\xab\x1c\x82\x27\x9f\x55\x0e\xa1\x9e\x51\x6d\x00\x28\x39\x14\xd8\x2c\x59\x44\x81\xcd\xce\xea\x19\xd5\x06\x59\xbd\x76\xfb\x44\xaa\x7a\x28\xb0\x91\xb0\xf7\xa1\xc0\x46\x61\xa1\x43\x81\x8d\xf4\xc9\x0f\x05\x36\x9b\x7c\xe6\x43\x81\xcd\x69\xba\x0a\xb9\xe9\x7a\x12\x94\xcd\xa8\xd6\xf5\x50\x36\x23\x18\x72\x28\x9b\x39\x04\xf9\xce\xa3\xdc\x74\xdd\x81\xdc\x74\x30\xfa\x79\xc8\x4d\x8f\xba\x0a\xb9\xe9\x7c\xef\x87\x72\x9b\xab\x2f\x9c\x72\x1b\x6d\xa9\x1d\xca\x69\x2e\x59\x3f\x87\x72\x9a\xcb\x02\x7b\x8a\xf2\xce\xb9\x03\xe5\x34\xca\x9f\x3e\x94\xd3\x08\x86\x9c\x22\xc5\xad\xb0\x85\x9b\x4f\x79\xeb\x04\x04\x5d\x7b\xbe\x5a\xc4\xe5\x79\xca\x9b\x58\x83\xd0\xcc\x51\x69\x4d\x3b\x7b\xe9\x4b\x53\x69\xcd\x4f\xcb\xa3\x1e\xdf\xdf\x16\xcd\x28\x2a\xfe\xff\x69\x19\xff\xaa\x1e\x3c\x92\x5c\xfd\x39\x59\x2f\x4e\x62\x44\xed\xec\x4d\xb5\xda\x71\x47\x29\x97\xd7\xd1\xcf\x23\xba\x97\x84\x9c\xe3\x8e\xd2\xfb\xa8\x7e\x1d\xb5\xaf\xa3\xfe\x2a\x5a\x50\x32\xfe\x71\x67\xe9\x91\xd6\xc3\x71\x67\xe9\x11\xda\x3e\xaa\xd7\x79\xc2\xde\xac\xc7\x07\x86\xb7\xab\x47\x43\xba\x5b\xd0\x70\x26\xdd\x4d\xd1\xb5\x43\xba\x5b\xc4\x8d\x3d\x62\x7f\x7b\xe2\xde\x04\x49\x0e\x29\x6f\x51\xf6\x90\xf2\x26\xf2\xca\xd3\xf2\xeb\xec\x83\x03\x74\x48\x7b\x93\x46\xf7\x21\xb5\x2d\x13\xe0\x3f\xa4\xb6\x89\x12\xf1\x34\x65\xf8\x32\x58\x9b\x08\x62\xf3\xaf\x05\x4d\x59\xb0\xba\xae\xb2\x60\xd5\x4b\x32\x48\x35\x98\x49\x6f\xd3\xe2\x75\x48\x6f\x7b\x1d\x91\xde\xa6\x20\xcb\x21\xbd\x4d\x9c\x66\x87\xf4\xb6\xba\x74\x26\x19\xa4\x47\x47\x64\x66\xc2\xe9\x72\x48\x6f\xeb\xfa\xac\x49\x6f\xeb\x24\xb4\x1d\xd2\xdb\x0c\x6f\xe6\x90\xde\x66\x9a\x5e\x49\x6f\x53\xdd\xe4\x21\xbd\x4d\xe4\x4a\x87\xf4\xb6\x41\xe8\xe4\x90\xde\x36\xf5\xf1\x90\xde\x26\x96\xf2\x43\x7a\x9b\x9c\xdf\x43\x7a\xdb\x24\xf2\x7c\x5e\x9c\xd9\x75\xab\xf8\xe2\x28\xc5\xed\xd1\xff\x49\x71\xc3\xa3\x39\x4a\x71\x3b\xfa\x9f\xdb\x78\x01\x20\x87\x14\xb7\x0b\x4e\x3a\xa4\xb8\x5d\x9c\xff\x63\xa4\x87\xa9\xe7\x88\xb0\x6a\x1b\xfa\x20\xc2\x1a\xaf\xae\xe2\x42\x59\xc6\x86\xe7\x41\xb5\xc8\xa6\xfe\xc7\x27\xfb\xcc\x7d\x1e\xfd\x96\xdc\x1d\x4d\x04\xa6\xdc\x1d\x9e\xb9\x7b\x51\x59\x34\xfc\x47\xfc\xd8\xcf\xdc\x97\x2d\xc4\x43\xaa\x5b\x61\xdf\xe0\x90\xea\x56\x00\x37\x47\x25\x3f\xe5\x6c\x49\xf3\x1d\xd2\xdd\x0a\x58\xf9\xb8\xc7\x94\xc7\xd2\xff\x3a\x47\xba\x2e\x79\x3a\x5a\x66\x49\x77\xab\x82\x2d\xa4\xbb\x49\x84\xe4\x90\xee\x26\xbe\xbc\x43\xba\x5b\xdd\xea\xaf\x97\xc0\x0c\x82\x12\x87\x74\x37\x6d\x69\x1e\xd2\xdd\x9a\x96\x13\xd2\xdd\x9a\xfa\x42\xba\x5b\xd7\x82\x45\xba\x9b\x69\xdc\x49\x65\x55\x70\x80\x74\xb7\x81\xaf\x73\x48\x77\x1b\xfa\x5a\xdc\xb7\xca\xaa\x65\x3c\xa4\xbb\x0d\xbd\x21\xd2\xdd\xa6\xbe\x6e\xd2\xdd\x54\x72\x73\x48\x77\x5b\x64\xd6\x9f\x29\x71\x43\x5d\x13\x71\x43\x2d\x35\x94\xf8\x6c\x81\x3b\xd2\xdd\x0e\xf9\xf2\x87\x74\x37\xd5\xaa\x1e\xd2\xdd\x8e\x9e\x2e\x39\x6d\x87\x58\xc3\x21\xa7\x4d\x15\x85\x87\x9c\x36\xed\x5c\x1c\x72\xda\x7e\x8f\x48\xae\xd0\xbc\x42\x4e\xdb\x6d\x3a\x12\xf7\x79\x80\x43\xff\xbf\xa7\x70\xb6\x94\x12\x3b\xc1\xc7\x5d\xaf\x7c\x34\x09\x21\x68\xa4\x1d\xcf\xc3\x96\x52\xa6\x5c\xf7\xb0\xa5\xa4\x58\xf1\x61\x4b\x49\x11\xe0\x23\xa1\x23\x3d\x28\x09\x1d\xb1\x17\x7b\xd8\x52\x92\x02\xfa\x61\x4b\xa9\xca\x0c\xb6\x94\x6a\xd5\x99\xec\x97\x0b\xc7\xb0\xa5\xd4\xd8\xb5\x3d\x6c\x29\x35\x22\x5e\x87\x2d\x25\xd3\x47\x0d\xef\xb6\xe9\x85\x6e\x36\x2b\xa7\xce\x64\x33\x4f\xb8\x97\xed\xa6\x55\x74\x04\xe5\xbb\x26\x51\xb6\x9b\x14\x12\x3a\x6c\x37\xfd\x1e\xc1\xb7\xad\x67\xa6\xed\x26\x7d\x20\x30\xc6\x05\x52\x08\x0f\x8c\x71\xaa\x62\x3a\xe2\xdb\xd6\x24\x7a\xc4\x45\xcd\xfd\x60\x8c\x8b\x49\x47\xec\x18\x08\xcd\xc2\x18\x97\x84\x40\x60\x8c\x4b\x7a\x47\xf0\x6d\x67\xf2\x39\x0e\x8c\x71\xa2\xa1\x3d\x30\xc6\x3d\x42\x35\x6c\x5a\x3d\x8f\xee\x00\x79\x2c\xfb\x0e\xe7\x25\x9e\x34\xb7\xb6\x1a\x0f\x1b\x57\x2a\xd6\x38\x6c\x5c\x15\x0a\x90\x0f\x1b\x57\x12\x81\x3a\x6c\x5c\x49\x8d\xfe\xb0\x71\x55\x35\x35\x5e\x91\x6d\x72\x17\x36\xae\xba\x26\x3b\x36\xae\xba\x9e\x0d\x1b\x57\x2a\xbe\x3f\x6c\x5c\x4d\x2d\xd0\xd7\xbe\x8e\x88\x8b\x6a\x22\x74\xbf\xed\x11\xf9\xe5\xb9\xbf\x28\x68\x65\xfd\x1f\x7a\x31\x61\x4e\x36\xaf\x94\xc6\x75\xd8\xbc\x5a\x8c\xe8\xcb\xe6\xd5\x66\x6a\xbb\xee\xbb\x39\x91\xb3\x1f\x11\x98\xc2\x03\xbc\x6c\x5e\x5d\xb0\xf1\x65\xf3\xea\xe2\xf7\x5c\x18\xe3\x24\x51\x70\x61\x8c\xbb\x4c\xe1\x17\xdf\x4d\xa3\xe1\xe2\xbb\xfd\x1e\x11\xc6\x21\x45\xef\xe2\x9f\x45\x02\x84\x17\xff\x4c\x05\x53\x17\xff\x2c\x67\xdd\x8f\x10\x01\x41\xa4\x8b\x7f\xf6\x10\x16\xbb\xbe\xb1\x65\x05\x9f\xef\x46\xfc\xeb\xa4\xff\xe1\x5f\x13\x6e\xba\xf8\x6e\x95\x2f\xe8\xe2\xbb\x35\x7c\x86\x8b\xef\xf6\x7b\x84\xef\x16\x74\x15\x7c\x37\xbc\xdf\x2b\xdf\xad\xe8\x2a\xf8\x44\xb2\x08\xdf\x4d\x52\xc5\x17\xdf\x6d\xe2\x9b\x5e\x7c\xb7\x15\x74\xa6\xdb\x27\x39\xe6\x8b\xef\xb6\x48\x10\xbc\xf8\x6e\x8b\x20\xe7\xc5\x77\x53\x9d\xf3\x85\x5c\x41\x12\x08\x17\x72\x05\x69\xcf\xde\x24\x9f\x81\x3b\xe0\xd7\x69\xbf\xe3\x26\xca\xc4\xdf\x12\xcf\x17\xc5\xa4\xa9\xfe\x90\x8a\x27\xf6\x99\x9b\xd8\x82\xe7\xdb\xbf\xa8\x25\xcd\x57\x7f\x7c\x3e\x51\x61\xd4\x65\x07\x4b\x12\xdd\x97\x54\x3c\x55\x37\x5e\xd4\x92\x42\xfb\x17\x15\xd3\xa5\x86\xe9\xb0\x59\x78\x11\x52\x52\x01\xf4\xc5\x25\xac\x00\xf7\xcb\xe6\x96\x42\x24\x97\xcd\xad\x48\x6c\xf8\x66\x51\x13\xd1\x31\x6a\x98\x94\x3d\x7c\x11\x58\x52\x6d\xde\x45\x9a\xb6\x53\x24\x72\x71\x09\x27\x28\xf3\x66\x6a\xe5\x96\xee\x47\xb6\x2b\x1f\xe5\x25\x4d\xaf\x24\x1d\xa1\x27\x17\x75\x4d\xf2\x3e\x98\xc8\x2f\xd2\xb4\x59\x43\x14\x97\x30\xf0\xd9\x5f\x5c\x42\x5b\x3a\x22\x23\x59\x83\x12\x97\x50\xbb\xc2\x17\x97\xb0\x11\x7d\xbe\x8f\xf6\x65\x79\x2e\x8f\xb2\x2b\x78\x45\x4a\xef\xd3\xfd\x60\x88\x93\xa4\xd6\x85\x8b\x5b\x81\x9d\x2b\xce\x05\xbd\x30\x71\x2e\x10\x7d\xbe\xd4\x37\x85\xa0\x3b\xac\x0f\x1f\xe0\x3e\xd4\x02\x06\xf5\x13\x74\x7a\xf4\xbb\x1f\xfb\xae\x11\x02\xba\x85\x6c\x65\x4d\x2a\xee\x3c\x5e\x63\xca\xbf\x92\xab\x25\xed\xea\xfa\xf6\xd9\x95\xac\xd3\xa5\x2e\xaa\x80\x90\xae\x3b\x96\x75\xc9\xa2\x97\xe8\x12\x23\xa4\xb4\x97\x28\xc5\x25\xfa\x77\xd9\x42\xeb\xb2\x11\xae\x06\xf9\x0d\x17\xae\x06\x65\x41\xdf\xf2\x66\x39\xd0\x87\xf0\xe2\x6b\xb0\x7d\xa2\xee\xf6\x63\x4f\x08\x6c\x0b\x5d\x77\x16\x43\x18\x3a\xfa\xb1\x27\xa9\xa0\xe2\xba\x27\x18\x22\x21\x98\xeb\x5e\x60\x88\x1a\x1f\xee\x05\x86\x48\xb2\xdd\x75\x2f\x30\x44\xbc\xa2\xeb\x5e\x60\x88\x7a\x0e\xee\x05\x86\x58\xf5\xbb\xce\x99\xd8\xe2\x1e\x60\x50\x59\xee\x75\x0f\x30\xc4\x47\xf7\x9b\x1c\xf1\x6c\xdd\xfb\x0b\x8a\x6e\x5f\xf7\xfe\x82\xca\x40\xae\x7b\x7f\xe1\xb7\xd7\x97\x23\xde\x90\x7b\x7f\x21\xe2\xec\x5f\xf7\xfc\x42\x24\x69\xf5\x36\xec\xcb\x3a\x92\x7d\xfa\x9d\xec\xe3\x9a\x4d\xf6\xf1\x4c\x1b\xf6\x69\x42\x6b\xd8\xc7\x06\xe0\x6d\xd8\xa7\x6f\xaa\x61\x5f\xd3\xdd\xb1\x8f\x14\xc8\xdb\xb0\x6f\xeb\x2a\xd8\x07\xc4\xba\x0d\xfb\xb6\xae\x89\x7d\x60\xc3\xdb\xb0\x8f\x40\xe3\xed\xd8\x47\x48\xeb\x76\xec\x63\xd3\xed\x76\xec\x23\x04\x71\x3b\xf6\xb1\xcc\xde\x8e\x7d\x9a\xf6\x3b\xf6\x25\xfd\x4f\xf6\xe9\x2a\xd8\xa7\xe9\xb2\xeb\xfd\x31\x32\x3b\xf6\x3d\xea\x0b\xf6\x69\xf1\xe8\xd8\x87\xc7\x77\x3b\xf6\x69\xfe\xea\xd8\xa7\x85\xd3\xbd\xc1\xf4\x7a\xf2\xee\x0d\xa6\xc4\xd6\xeb\x75\x6f\x30\x25\x00\xd0\x75\x6f\x2f\x89\x19\xfd\xba\x47\xf7\x3b\x92\xdd\xa3\xfb\x1d\xc9\xee\xd1\x31\x92\xff\x7b\x7a\x36\xfb\x1c\xe4\x36\x3e\x07\xb9\xcd\xcf\x41\x6e\xeb\x73\x90\xdb\xfe\x1c\xe4\x76\x3e\x07\xb9\xdd\xcf\x41\x3e\xc2\xe7\x20\x1f\xf1\x73\x90\x8f\xf4\x39\xc8\x47\xfe\x1c\xe4\xe3\xf9\x1c\xe4\xa3\x7c\x0e\xf2\x51\x3f\x07\xf9\x68\x9f\x83\x7c\xf4\xcf\x41\x3e\xec\x73\x90\x8f\xf1\x39\xc8\xc7\xfc\x1c\xe4\x63\x7d\x0e\xf2\xb1\x3f\x07\xf9\x38\x9f\x83\x7c\xdc\xcf\x41\x3e\xc3\xe7\x20\x9f\xf1\x73\x90\xcf\xf4\x39\xc8\x67\xfe\x1c\xe4\xf3\xf9\x1c\xe4\xb3\x7c\x0e\xf2\x59\x3f\x07\xf9\x6c\x9f\x83\x7c\xf6\xcf\x41\x3e\xed\x73\x90\xcf\xf1\x39\xc8\xe7\xfc\x1c\xe4\x73\x7d\x0e\xf2\xb9\x3f\x07\xf9\x3c\x9f\x83\x7c\xde\xcf\x41\xbe\xc2\xe7\x20\x5f\xf1\x73\x90\xaf\xf4\x39\xc8\x57\xfe\x1c\xe4\xeb\xf9\x1c\xe4\xee\xfc\xfd\x0e\x72\x77\xfe\x7e\x07\xb9\x3b\x7f\xbf\x83\xdc\x3d\xb8\xdf\x41\xee\x1e\x5c\xc8\x5d\x67\x7a\xcf\x54\xb4\x7e\xdd\x2f\x0b\x99\x6c\x98\xeb\x7e\x59\xc8\x04\x04\xae\xfb\x65\x21\x6b\x99\x70\xbf\x2c\x88\x6f\xf0\xba\x7f\x15\xe4\x07\x5e\xf7\xaf\x42\x26\x4a\x7d\xdd\x87\x0a\x12\x37\xbe\xee\x43\x85\x3c\xf5\xbf\xc3\xff\xb8\x83\xe3\xf6\x1c\xc8\x1a\xb8\x8e\xdb\xb3\x34\x7b\x2e\x4a\xa7\x01\x92\x83\xeb\x98\x3d\x07\x8d\x02\xc7\xec\x39\xf8\xd2\xeb\x24\x13\x3f\x47\xee\x84\x97\xe0\xd8\x3b\xa3\xf5\x53\x42\x94\x20\x58\xe2\xc8\x7b\x1d\x3c\x26\x5f\x82\x23\xd5\x10\x9e\x1c\xd8\xc4\x2d\xc1\xd1\x6a\x08\xcf\xfc\x6e\x9d\xb4\xa6\x10\x9e\xf2\x6e\x5d\xb4\xc6\x10\x3c\x77\xa2\x04\x47\xb0\xb4\x38\x66\x2f\x81\x62\x12\x04\xf0\x4a\x88\xf4\x7a\xd2\x4f\x47\xb1\x19\x02\xd5\x12\x12\x77\xf6\x6f\xac\x84\x34\x75\x14\x82\x7f\x05\x25\x24\xee\x96\xe3\xbb\x85\xbb\xe5\xf4\x6e\x39\xb4\xe4\x77\x0b\x0b\x75\x7e\x7e\x5b\x32\x8b\x75\x2e\xef\x96\x48\x4b\x7d\xb7\x24\x5a\xda\xbb\x25\xd3\xd2\xdf\x2d\x0f\x2d\xf6\xdb\x42\x61\xf8\x69\x58\xf7\xe8\x49\xf2\x86\x00\x4e\x80\x1c\x27\xfe\x70\xb6\x0c\x9e\x11\x5a\xff\xc8\x0e\x97\xe0\xc0\xa9\xd6\xa4\x23\xaa\xaa\x2f\x47\x14\x8d\x27\x3d\x5b\x8a\xc6\x61\xaf\x29\x01\xe0\xf4\x7a\xcf\x52\xab\xf4\x11\x58\x42\x81\x25\x65\xd0\xb3\xc2\xf8\x68\x33\x87\x7f\x05\x46\x3c\x38\xec\x0c\x16\x98\x48\xbd\x39\x09\x76\x25\x28\x2d\xe9\xf0\xf2\x1d\x53\xd5\xee\x8e\x55\x09\x85\x08\x52\xd4\xef\xdc\x3d\x3d\xaf\xae\x52\x74\x1d\x75\xe6\x7e\x47\xec\x4a\xf0\xe0\x7c\x4d\x8f\x3a\xce\xeb\x2b\x21\x10\xa5\x2e\x41\x58\xeb\xd9\xef\x16\xb8\x32\x16\xd7\x06\x6f\x85\x92\x7f\x07\x25\x98\xcb\x5b\x3c\x2e\x55\x02\xb8\x8b\x16\x1e\x17\xd8\x8b\x16\xfd\xaa\xfa\x43\x5a\xf4\x0a\xfc\x15\x9e\xfe\xbe\xab\xaf\x8d\x21\xf2\x48\x1d\x83\xbd\x8f\xc6\xd7\xd1\xfe\x1d\xca\x1a\xdc\xf5\xbc\x5b\xd4\xa3\xfb\x6e\xa1\x47\x2d\xbc\x5b\xe8\x51\x8b\xef\x16\xae\xdc\xd2\xbb\x85\x0f\xac\xe5\x77\x0b\xfd\x6c\xcf\xbb\x05\x5b\xc0\x61\xb4\xf0\x1e\xc1\x62\xb4\x30\x40\xc1\x63\xfe\xb1\xa9\xcf\x60\x32\x5a\xe8\x33\xb8\x8c\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xdf\x9f\xf1\xab\xcf\xfb\xdd\xa2\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xb9\x87\x77\x0b\x7d\xee\xf1\x77\x3a\x50\x9f\x7b\x7a\xb7\xd0\xe7\x9e\xdf\x2d\xf4\xb9\x3f\xef\x16\xfa\xdc\xcb\xbb\x85\x3e\xf7\xfa\x6e\xa1\xcf\xbd\xbd\x5b\xe8\x73\xef\xef\x16\xfa\xdc\xed\xdd\xa2\x3e\x8f\x77\x8b\xfa\x3c\x7f\x27\xac\x57\x9f\xd7\xbb\x45\x7d\xde\xef\x16\xf5\xf9\x3d\xcd\xbd\xfa\x7c\xdf\x2d\xf4\xd9\xc2\xbb\x85\x3e\x5b\x7c\xb7\xd0\x67\x4b\xef\x16\xfa\x6c\xf9\xdd\x42\x9f\xed\x79\xb7\xd0\x67\x2b\xbf\x53\xaa\xfa\x2c\x0c\xe9\x2d\xf4\x59\x38\xd2\x5b\xe8\xb3\xf5\x77\x0b\x7d\x36\x7b\xb7\xa8\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\xdf\x49\x5f\x7d\x1e\xef\x65\x40\x7d\x1e\xf1\xdd\x42\x9f\x47\x7a\xb7\xd0\xe7\x91\xdf\x2d\xf4\x79\x3c\xef\x16\xfa\x3c\xca\xbb\x85\x3e\x8f\xfa\x6e\xa1\xcf\xa3\xbd\x5b\xe8\xf3\xe8\xef\x16\xfa\x0c\xe8\x0c\xa9\x7d\xcd\x1d\x80\xcf\x77\xab\xfa\x3e\xbf\x5b\xd5\xff\xf5\xdd\x2a\x1b\xf6\x77\xab\xec\x38\xdf\xad\xb2\xe5\x7e\xb7\x62\x0f\x60\xf5\xdd\x8a\x4d\x80\xd6\x77\x2b\x76\x01\x5e\xdf\xad\xd8\x06\x88\xa5\xf5\x3d\xc7\x00\x66\xdf\xad\xd8\x06\xa8\x7d\xb7\x62\x1b\xe0\xf6\xdd\x8a\x6d\x80\xdc\x77\x2b\xb6\x01\x76\xdf\xad\xd8\x36\xed\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\xff\x11\xb0\x2a\x61\xae\xef\x1f\xc8\xec\x8f\x47\xff\x9e\xa6\xe6\xf9\x6e\x95\xd9\xf7\xbb\x15\xb3\x57\xf8\x6e\xc5\xec\x15\xbf\x5b\x31\x7b\xa5\xef\x56\xcc\x5e\xf9\xbb\x15\xb3\xd7\xf3\xdd\x8a\xd9\xab\x7c\xb7\xf2\x4a\x57\xfd\x6e\xc5\xb6\xf5\xf1\xe8\xdf\xd3\xd9\xea\xdf\xad\xd8\xb6\xec\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x87\xef\x56\x6c\xdb\x1f\xcf\xf7\x3d\xed\xed\xf4\xdd\x8a\x6d\x3b\x7f\xb7\x62\xdb\x7e\xbe\x5b\xb1\x6d\x97\xef\x56\x6c\xdb\xf5\xbb\x15\xdb\x76\xfb\x6e\xc5\xb6\xdd\xbf\x5b\xb1\x6d\xdb\x77\xab\x6c\x1b\xdf\xad\xb2\xed\xe3\xf9\xbe\xa7\xc7\xbd\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\x6c\x3b\xe1\xbb\x15\xdb\x4e\xfc\x6e\xc5\xb6\x93\xbe\x5b\xb1\xed\xe4\xef\x56\x6c\x3b\xcf\x77\x2b\xb6\x9d\x8f\xe7\x5b\x7f\x6d\x3b\xf5\xbb\x15\xdb\x4e\xfb\x6e\xc5\xb6\xd3\xbf\x5b\xb1\xed\xd8\x77\xab\x6c\x1b\xdf\xad\xb2\x6d\x7e\xb7\xca\xb6\xf5\xdd\x2a\xdb\xf6\x77\xab\x6c\x3b\xdf\xad\xb2\xed\xe3\xf9\xb6\x5f\xdb\x6e\xf8\x6e\xc5\xb6\x1b\xbf\x5b\xb1\xed\xa6\xef\x56\x6c\xbb\xf9\xbb\x15\xdb\xee\xf3\xdd\x8a\x6d\xb7\x7c\xb7\x62\xdb\xad\xdf\xad\xd8\x76\xdb\x77\x2b\xb6\xdd\xfe\xdd\x8a\x6d\xf7\xe3\xf9\xf6\xb7\x6d\xe3\xbb\x55\xb6\xcd\xef\x56\xd9\xb6\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\xb7\x2d\x86\xf0\xdd\xda\x68\x8d\xdf\xad\x9d\xd6\xf4\xdd\x6a\xb4\x7e\x3c\x5f\x7b\xd9\x16\xc3\xf3\xdd\x1a\x69\x2d\xdf\xad\x89\xd6\xfa\xdd\x9a\x69\x6d\xdf\xad\x0f\xad\xfd\xbb\xb5\xd0\x6a\xdf\xad\xb2\x6d\x7c\xb7\xca\xb6\xf9\xdd\x2a\xdb\xd6\x77\xab\x6c\xfb\xeb\xea\xc4\xf0\xd7\xd5\x89\xe1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xdb\xd5\xf9\x4f\x98\x11\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xf4\x7c\xea\xbb\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\x77\x0b\x7d\x2e\xe1\xdd\x42\x9f\xcb\x3b\x58\xa8\x3e\x97\xf4\x6e\xa1\xcf\x45\xcf\xe7\x77\x59\x8e\xe5\x79\xb7\xd0\xe7\x52\xde\x2d\xf4\xb9\xd4\x77\x0b\x7d\x2e\xed\xdd\x42\x9f\x4b\x7f\xb7\xd0\xe7\x62\xef\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xd7\xbb\x45\x7d\xd6\xf3\xe9\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\x59\xd1\xb8\xf7\x12\x1b\x6b\x7c\xb7\xd0\x67\x45\xe4\xde\x4b\x6b\xac\xef\x60\xaa\xfa\xac\x88\xdc\xc7\x92\xaa\x88\xdc\xc7\x72\x5a\xeb\xbb\x85\x3e\x2b\x2a\xf7\xb1\x8c\xd6\xfe\x6e\xa1\xcf\xd5\xde\x2d\xea\xf3\x78\xb7\xa8\xcf\xf3\xdd\xa2\x3e\xaf\x77\x8b\xfa\xbc\xdf\x2d\xea\xf3\x79\xb7\xa8\xcf\xf7\xdd\x42\x9f\x5f\x51\xbc\xf7\x12\xf9\x8a\xe2\xc5\xaf\x65\xf2\x15\xc9\x8b\x5f\x4b\xe5\x2b\x9a\x17\xbf\x96\xcb\x57\x44\x2f\x7e\x2d\x99\xaf\xa8\x5e\xfc\x5a\x36\x5f\x91\xbd\xf8\xb5\x74\x7e\x45\xf7\x7e\xed\xf9\x8c\xf0\xbd\x97\xd0\xcf\x28\xdf\x7b\x19\xfd\x8c\xf4\xbd\x97\xd2\xcf\x68\xdf\x7b\x39\xfd\x8c\xf8\xbd\x97\xd4\xcf\xa8\xdf\x7b\x59\xfd\x8c\xfc\xbd\x97\xd6\xcf\xe8\xdf\x7b\x79\xfd\x8c\x00\xbe\x97\xd8\x1e\xbf\x5b\xb1\xad\xa7\xef\x56\x6c\xeb\xf9\xbb\xf5\x9f\xcb\x6d\x7f\xbe\x7f\x80\xd9\xfd\xe3\xd1\xbf\x97\xdd\x5e\xbf\x5b\x31\xbb\xb7\xef\x56\xcc\xee\xfd\xbb\x15\xb3\xbb\x7d\xb7\xca\xec\xf1\xdd\x2a\xb3\xe7\x77\xab\xcc\x5e\xdf\xad\x32\x7b\x7f\xb7\xf2\x4a\xfb\xf9\x6e\x95\x6d\x1f\x8f\xfe\xbd\x3c\x5b\xf8\x6e\xc5\x36\x8b\xdf\xad\xd8\x66\xe9\xbb\x15\xdb\x2c\x7f\xb7\x62\x9b\x3d\xdf\xad\xd8\x66\xe5\xbb\x15\xdb\xac\x7e\xb7\x62\x9b\xb5\xef\x56\x6c\xb3\xfe\xdd\x8a\x6d\xf6\xf1\x7c\xdf\xcb\xb8\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x84\xef\x56\x6c\x1b\xf1\xbb\x15\xdb\x46\xfa\x6e\xc5\x36\x05\x2a\xd3\xf9\xb5\x4b\x81\x4a\x6f\xc1\x26\x05\x2a\xbd\x05\x7b\x14\xa8\xf4\x16\x6c\x51\xa0\xd2\x5b\xb0\x43\x81\x4a\x6f\xc1\x86\x57\xa0\xf2\xbc\xfb\x3f\xde\x2d\xea\xfb\x7c\xb7\xa8\xdf\xeb\xdd\xa2\x3e\xcb\x3b\x5b\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xf9\x15\x8c\x5c\xbf\x7d\x7e\x05\x22\xd7\x6f\x9f\x5f\x41\xc8\xf5\xdb\xe7\x57\x00\x72\xfd\xf6\xf9\x15\x7c\x5c\xbf\x7d\x7e\x05\x1e\xd7\x6f\x9f\x5f\x41\xc7\xf5\xdb\x67\x05\x1c\x5b\xe0\xaf\xaa\x4f\xfd\xbb\x75\xd3\xfa\xf6\xba\x8a\x7a\xaa\x3d\xc2\xf7\x82\xaa\x40\xe3\x73\xdf\x2d\xeb\xb7\xa5\xa9\x17\xda\x65\x3d\xef\x16\x9e\x53\x79\x4f\xa4\x8a\x1e\x3e\x23\x84\x96\x7e\x9e\xb2\xb7\x2a\x7a\xf8\x3c\xdf\xad\xd1\xb7\xba\xc6\xca\x48\x50\x96\xe8\x91\xc3\x1c\x66\xc8\xe1\xac\x1c\xd8\x37\x8c\x1e\x39\xcc\x61\xdc\x1c\xce\xce\xe1\xae\x1c\x7c\xf7\xbb\xc4\xc5\xfe\xf3\x6c\xb4\x6e\xfb\xb9\x52\x46\x48\xb3\xc4\x55\x7e\xff\x3b\x5a\x0e\x33\xbe\xef\xc3\x26\xdb\xec\x39\x9c\xc2\x6f\x5f\xff\x69\xda\x7e\xe3\x77\x5c\x91\xff\x74\xfe\x63\x39\xac\xfc\xbe\x87\xb1\x97\x1c\x7e\x7a\xfb\x6e\x1d\xb4\xe6\xef\x73\xb5\xe7\x6e\xb2\xe5\xe3\xae\xda\x7f\x5f\x3f\x7d\xa1\x85\x3d\xf8\x63\x39\xdc\x9f\x2b\xf0\xd6\x17\x7b\xf1\x67\xd0\x3a\xce\xf7\xf5\xef\xdf\xe7\xb9\xc3\xff\xf4\x3c\x77\xfc\xdf\x9e\xe7\x4e\xff\xf5\x3c\x77\xfe\xdf\x9e\xe7\x7e\xfe\xb7\xe7\xb9\xcb\xff\xf6\x3c\x77\xfd\x9f\x9e\xe7\x6e\xff\xd3\xf3\xdc\xfd\x7f\x7a\x9e\xdb\xfe\xb7\xe7\xb9\xc7\xdf\xe7\xb9\xe7\xff\xf4\x3c\xf7\xfa\xaf\xe7\xe9\x51\x47\x95\x40\x79\xb6\xe1\xe7\x11\xcf\x3a\xa4\x0c\xf1\x50\x89\x27\xbc\x5b\x2e\x2d\x7c\xeb\x93\x67\xab\x48\xe1\xd0\x51\x79\x27\xeb\x95\x78\x94\x11\xc4\xec\x73\x94\x11\xa4\xff\x29\x69\x8b\xef\xeb\x28\x23\xe8\x1f\x0c\x0b\x25\x1e\xe5\xe3\xe9\x76\x24\xd3\x54\x5d\x52\xc9\x42\x4c\x06\x47\xc9\x34\x18\x7d\x94\x2c\xa4\xae\x90\x4c\xf3\xf0\xb8\x08\xf2\x91\xe2\x54\x22\xc1\x3d\x52\x9c\x4a\xbc\xca\x37\xe4\x0e\x57\xf9\x6a\x7c\xe8\x57\xf9\x6a\x98\x70\x95\xaf\xc6\x1d\xae\xf2\xd5\x74\x24\xd3\xf5\x3b\x99\xae\x6b\xca\x74\x1e\x37\x41\x39\x52\x9c\x4a\xbc\xca\x37\x64\x92\x25\x08\x47\x8a\x93\x17\x87\xfd\xa6\x38\x95\x48\xd0\x8d\x14\xa7\x12\x09\xb6\x91\xe2\x54\x12\x41\x36\x52\x9c\x4a\x0a\x4a\x86\x2a\x1c\x29\x59\xe8\xe1\x48\xc9\x42\x95\x23\x25\x7b\xe9\x2a\x4a\xf6\x6a\x1c\x61\xdf\xd5\x55\xb0\xcf\x53\x9c\x4a\x0a\x4a\xf6\x8a\x1c\x61\x5f\xd2\xff\x64\x9f\xae\xa2\x64\xaf\xc3\x91\xde\xdf\xe2\x48\xc9\x6c\xea\x0b\xf6\x15\xfd\x4e\xf9\x86\xfe\xa6\x53\x54\xb2\x17\x7d\x21\xd8\x45\x8a\x53\x49\x1e\xe8\x52\x8a\x53\x49\x1e\xe4\x52\x8a\x53\x49\x1e\xe0\x52\x8a\x53\x49\x1e\xb8\x52\x8a\x53\x49\x0a\x48\x4d\x1d\xcd\x8f\x41\x9e\x3c\x10\xf5\x1a\xe4\x89\x20\x94\x06\x79\x22\x00\xa5\x41\x9e\xe2\xfd\x18\xe4\x29\x85\xdf\x41\xfe\x73\x14\x3f\x46\x72\x22\xaa\xa4\x91\x9c\x88\x28\x69\x24\xa7\xf4\x7c\x8c\xe4\x44\x24\x49\x23\x39\xa5\xfa\x31\x92\x53\x6a\x1f\x23\x39\x11\x3d\xd2\x48\x4e\xc9\x3e\x46\x72\x4a\xe3\x63\x24\xa7\x34\x3f\x46\x72\x4a\xeb\x63\x24\xa7\xb4\x3f\x46\x72\x4a\xe7\x63\x24\xa7\x74\x3f\x46\x72\xca\xe1\x63\x24\x27\x22\x43\x1a\xc9\x29\xa7\x8f\x91\x9c\x88\x08\x69\x24\xa7\xfc\x7c\x8c\xe4\x44\x24\x48\x23\x39\x11\x05\x7a\x8d\x64\x22\x40\xaf\x91\x4c\xf4\xe7\x35\x92\xb3\x7d\x8e\x64\xa2\x3e\xaf\x91\x4c\xc4\xe7\x35\x92\x89\xf6\xbc\x46\x32\x91\x9e\xd7\x48\xce\xe7\x73\x24\x13\xe1\x79\x8d\xe4\x27\x7c\x8e\xe4\x27\x7e\x8e\xe4\x27\x7d\x8e\xe4\x27\x7f\x8e\x64\xa2\x39\xaf\x91\x4c\x24\xe7\x35\x92\x9f\xfa\x39\x92\x89\xe0\xbc\x46\x32\xd1\x9b\xd7\x48\xf6\xc8\xcd\xef\x48\xf6\xa8\xcd\xef\x48\xf6\x88\xcd\xef\x48\xf6\x48\xcc\xef\x48\x7e\xa8\x1a\x1b\x3c\x5d\x8f\xc0\xdc\xa1\xd1\x43\xae\xf8\xd0\x9b\x86\x6a\x69\x36\xae\xe2\x51\x17\xaf\xf4\xfe\xef\x29\x39\x29\x1b\xaa\x60\xac\x07\x62\xbc\x3e\xd7\x8f\x2a\x47\x0c\xdd\x42\x71\xad\x61\x50\xa1\xb8\x76\xe8\x76\xa4\x34\xe9\x45\x7b\x40\xc5\x0b\x9d\xfc\x68\x73\xa4\xab\x1c\x8e\xf4\xbb\x8b\x2a\x15\x8f\xa5\xa2\x19\x15\xf8\x9d\x07\x4f\x1e\xc4\xe4\x4b\xf2\xc0\x89\x17\xac\xf8\x51\xe6\x88\xbe\x78\xc0\xc4\xeb\x1b\xfc\xa8\x70\xc4\x6b\xf0\x40\xc9\x73\xf5\xc8\x3c\x48\xe2\x75\x03\x7e\x84\xee\x55\xd1\x11\xba\x57\xb2\x5d\xc5\xc1\x55\x3d\x43\xf7\xaa\x31\x94\x2a\xba\x57\x8d\x81\x5c\xd1\xbd\xea\xfc\xaf\x61\x43\xe7\x7f\x0d\x1b\x48\xf5\x4a\x0d\x1b\x3a\xd7\x6c\xd8\x60\xf4\xac\x61\x83\x71\xf7\x86\x0d\xa6\xab\x60\x83\xf1\xcc\x1a\x36\x4c\xfd\x8f\x9e\x2d\x86\x52\xa3\x67\x60\x85\xd4\xe8\x19\xc9\x60\xa9\xd3\xb3\xad\x23\x7a\xa6\x77\xd4\xe9\x19\x99\x75\xa9\xd3\xb3\xab\x33\x51\xe4\x0a\x3c\x6b\xca\x7c\x83\xa6\x25\xca\x7c\x83\xde\x03\x65\xbe\x21\x32\x85\x50\xe6\x2b\xef\x25\x51\xca\x2b\x8f\x23\x51\xca\x1b\x34\xa1\x50\xca\x1b\x34\x99\xa2\x46\x11\x0a\xf6\x51\xaa\x1b\x2a\x57\xa1\x54\x37\x68\x8a\xa4\x54\x57\x1e\x45\xa2\x54\x37\xe8\x1d\x51\xaa\x1b\xf4\x56\x8c\xbe\x74\x9e\x92\xa1\x0e\xd6\x75\x3f\xd4\xc1\xf4\x1e\x50\xa3\x08\xc6\x48\x1e\xdc\x5d\xcf\x7a\x70\xf7\xc9\xfd\x06\x77\x5f\xfc\x6e\x70\xf7\xcd\xfb\x1b\x3c\x09\xb2\x39\xd3\xe0\xee\x7a\xd6\x83\xbb\x93\x9f\x9a\x06\x77\xbf\xf4\x6c\x70\xf7\x4b\xcf\x86\xb4\xc9\xf4\x3b\x64\xbe\x22\x7d\x71\x4f\xcf\x77\x2f\xfc\x08\xc5\x31\x4d\x6e\x13\xc5\x31\xbc\xc4\x34\x51\x1c\xc3\xfb\x4b\x13\x59\xb1\xac\xab\x20\x2b\xa6\xef\x61\x22\x2b\xf6\xe8\x2a\xde\x97\x58\x74\x07\xb2\x34\x0b\x23\x6b\xd2\x17\x2d\x78\x13\xc9\xb1\xc6\xb8\x9e\x14\xcb\x6b\x94\x2f\xfa\x39\xb9\xe6\xa2\x50\x7e\x71\xbf\x45\xa1\xfc\xd6\x11\x8a\x6a\x5a\x10\x16\x8a\x6a\x47\x47\xd8\xa7\x27\xb1\xb0\xef\x32\x0a\x16\x72\x64\x91\x9e\x2d\xe4\xc8\xb4\x18\x2e\xe4\xc8\x34\xce\xdc\x03\x2a\x49\x36\xb8\xe7\xe3\x53\x90\x1f\x49\xaa\x8c\xb7\xb9\x24\x55\xc6\xef\x50\xaf\x4b\xc6\x5b\x41\xbd\x2e\x0d\xfd\x2f\x73\x44\x5f\x50\xaf\x83\xd5\xb1\x24\x34\xe9\x92\xc6\x0b\x9a\x74\x3f\x86\xfd\x63\x4a\x46\xae\x2e\xe9\x93\x46\xae\x2e\x2d\xba\x89\x5c\x5d\xda\xbc\x4c\xe4\xea\x92\x3e\xe9\x2d\x45\x35\x75\x4c\x8a\x6a\x18\x7b\x48\x96\x3d\x98\x70\x30\xe8\xf0\x3b\x84\xed\xa0\x22\x2f\x09\x61\xbb\xa4\x01\x89\xb0\x5d\x0e\x3a\x13\x45\xb5\xc8\x90\x40\xd8\x2e\xeb\xc1\x23\x6c\x97\x23\x1f\x0e\xea\x75\x59\x08\x05\xf5\xba\x9c\xe8\x19\x9a\x74\x59\x13\x03\x9a\x74\x59\xab\x2d\x9a\x74\x59\x1f\x3f\x9a\x74\xb9\x70\xcd\x8b\x4e\x5a\xe5\x2a\x97\x9e\x75\xfa\x82\x26\x5d\xd6\xa0\x43\x93\x0e\x69\xfd\x92\xd0\xa4\xcb\x53\xbf\x43\xcf\x6d\xd2\xeb\x8b\x9e\x9b\x5e\x11\x7a\x75\x59\xcf\x1a\x4d\xba\x4c\x5a\x79\x46\x93\x0e\x95\xb6\x92\xa5\x49\xe7\x0c\x70\x25\xa3\x49\x07\xef\x92\x0b\xd5\xb9\x82\xdb\xe0\x08\x3d\x37\x50\x48\x0e\xd2\x73\xbb\x1c\xa1\xe7\xe6\x45\xa3\x5e\x2c\xe6\x47\xba\x66\xe7\x48\x67\xc2\x04\x51\xd4\x17\xb4\xde\xaa\x7e\x87\xd6\x5b\xd5\xef\xd0\x7a\xf3\x82\xe9\x1f\xb7\xd7\x8f\x98\x06\x33\xba\x73\x0f\xcf\x2c\x3b\xd6\x2e\x0f\x83\x3c\x47\x6c\x60\xe1\xca\x68\xd2\x3d\xa6\xdf\x61\x03\x0b\x50\x96\x26\x1d\x08\x25\x4b\x93\x4e\xcf\x25\x62\x03\xa3\x27\x47\x6c\x60\x79\xcf\x68\xd2\x15\xf0\x74\x46\x93\xae\x80\x30\x33\x9a\x74\x05\xf4\x99\xd1\xa4\x43\x69\xc4\xc5\xfd\xfc\x88\xff\xa1\x49\x57\xf8\x88\xb3\x74\xe7\x40\x3d\x59\xba\x73\x2c\xa2\x59\xba\x73\x00\x96\x2c\xdd\xb9\xa1\xff\xa1\x3b\xb7\xb0\x4f\xba\x73\x24\x88\x67\x69\xcb\xe9\xbd\x4b\x5b\xee\xea\x0e\x62\xd5\xe0\x99\xa1\x2d\x57\x59\x0c\x33\x75\x99\x95\x09\x3a\xa3\x2d\x57\x01\x25\x19\x6d\xb9\xca\x28\xcf\x68\xcb\xd5\x87\xbb\x53\x7b\x09\xe5\x69\xc9\x54\x54\x56\x50\x64\xce\x28\xaa\x75\xde\xb4\x14\xe3\x3a\xfd\x94\x62\x1c\x53\x4f\x96\x62\xdc\xd0\xff\xe8\xd9\xc4\x06\x29\xc6\xc9\x3e\x29\xc6\x6d\xde\x98\x14\xe3\x98\x43\x32\x5a\x6f\x2d\xd2\x33\xb4\xde\x5a\xd2\x99\x68\xa8\x31\xb5\x66\xe9\xb9\x91\xe1\x9e\xa9\x77\x6c\x78\x47\x99\x7a\xc7\x56\x74\x26\x5a\x6f\x84\x03\xb3\xb4\xde\x34\x5a\xa5\xf5\x06\xcc\xca\x8e\x61\x4b\x63\x09\xcf\x8e\x61\x4b\x03\x66\x65\xe9\xc0\x35\x9d\x89\x0e\x9c\xc6\xb5\x74\xe0\x8c\xa7\x24\x1d\x38\xd3\xef\xb0\x41\x63\x57\x3a\x70\x43\xbf\x43\x07\xce\xfe\x85\x92\xb3\x24\xe2\xf4\xa8\xa5\x03\x37\x74\x03\x4c\x67\x0a\xc9\xe8\xc0\xb5\xad\x23\x4c\x3f\x9c\x89\x0e\x5c\xd3\xe7\x20\x1d\xb8\xc0\x00\x91\x0e\x1c\x68\x37\xa3\x03\xd7\x0e\xdd\x94\x0e\x1c\x93\x70\x96\x0e\x1c\x13\x6d\x96\x0e\x1c\x2e\x4f\x46\x07\x0e\x06\xd9\x92\xd1\x81\xeb\x7a\x29\xe8\xc0\xf5\xc2\xcb\x44\x07\x0e\x96\xd8\x92\xd1\x81\xeb\x55\x77\x77\xfb\x7a\xd3\x11\x55\x17\x60\xd8\x8c\xd6\x5b\x37\x06\x2b\x54\x36\x7d\xe8\x88\x9e\x2d\x5e\x03\x0a\x6e\x88\xff\x97\x0c\xcd\x4d\x07\x99\x66\x68\x6e\xfa\xd6\xef\xe8\x99\x9e\x19\x0a\x6e\x5d\xb6\x43\x71\x63\x41\x67\xa2\x42\x17\x75\x26\x2a\x74\x9a\x5a\xa1\xb1\xa1\xac\xb6\x64\x68\x6c\x8c\x45\x26\x43\x63\x63\xfa\x18\xc1\xb0\xa6\xe7\x02\x86\xb5\x47\xff\x83\xaa\x46\x43\xf7\x45\x55\xc3\x1b\x7b\x51\xd5\xf0\xe4\x5f\x54\x35\xba\x0a\xfd\x6c\xfa\x1d\x45\x1d\x4d\x67\xa2\xa4\xa7\x27\x08\x55\x8d\x75\x5d\x13\x1b\x8c\xf7\x00\xf6\x35\x8d\x33\xb0\xaf\x0d\xac\x05\xfb\x1a\xd8\x22\x83\x7d\x6d\xea\x4c\x7f\x0f\xa6\xe9\x0c\xec\x6b\x7a\x0f\xd0\xd4\x18\x1e\x57\x46\x89\xcd\x40\x52\x19\x5c\x6c\x57\x67\x62\xdf\xd5\x35\xdd\xbe\x11\x74\x3f\xa8\x78\x02\xbd\x46\xa5\x6d\x44\x5d\x65\x73\xa4\xff\xb9\x7d\x23\xe9\x9a\x97\x23\xde\x8a\xef\xe5\x94\xa1\x49\x03\x74\x3d\xf4\x8e\x40\xd0\xe3\xd1\x99\x85\x23\x9e\x99\xef\xc5\x94\xa1\xb1\x0b\xba\x1e\x7a\x2b\xa0\xeb\xa1\x67\x0d\xba\x1e\xa6\x33\xb1\x41\x0b\x02\xe8\x7a\x68\xec\x82\xae\x87\xa6\x09\xd0\xf5\x98\xba\x0a\x36\x2c\x9d\x89\x0d\x1a\xbb\x20\xef\x01\x48\xc8\x13\x1b\x88\xc0\x66\xdf\x5b\x29\x70\xc5\x95\xec\xfb\x2a\x05\xc1\xfe\x92\x7d\x4f\xa5\x4c\xf5\x1a\xc4\x3e\x35\xf1\x81\xd8\x61\x79\x2b\x19\xc4\x3e\x35\x42\x40\xe5\x53\x93\x1b\xc8\x7b\x6a\x4c\x80\xbc\x27\x5e\x78\x06\x5d\x4f\xc2\x5e\x19\x74\x3d\x27\x4f\x10\x74\x3d\x35\x42\x40\xd7\x73\x71\x15\xd0\xf5\x94\x45\x20\xe8\xa9\xf1\x02\x82\x9e\x1a\x21\x20\xe8\xa5\x99\x08\x04\xad\xb2\xa6\x0c\x82\x5e\x04\xcf\xf2\x92\xba\x22\x36\x2c\xd4\x15\xb5\xf4\x2f\xa9\x2b\x32\xe6\xb7\xd4\x15\xe9\x35\x78\xda\x19\x87\xff\x7b\x4a\x06\x6a\xa3\x90\x50\x32\x42\xd1\x28\x24\x94\x8c\x50\xf4\x32\x6e\x87\x50\xf4\x32\x9d\xe9\xe6\xad\xa9\xff\x19\x47\x98\x07\xf2\x5e\x5b\x57\xc1\xbc\x83\x09\xa0\xeb\xad\x21\x0f\xba\xde\xb8\x5f\x19\x74\xbd\x35\xa1\x80\xae\xb7\x06\x32\xe8\x7a\x6b\xa2\x05\x5d\xef\xc2\x6b\x00\x41\x6f\xad\x8c\x20\xe8\x2d\x54\x87\xc6\xf3\x16\xb2\x39\x08\x3d\xe2\xb2\x66\x8f\x95\x97\xad\x61\x8d\xfe\xf3\xd6\x14\x82\xfe\xf3\xc6\x81\xcd\x60\xed\xad\xd5\x0f\xac\xbd\x85\x11\xc0\xda\x7b\x71\x15\xb0\xf6\x5e\x58\x0b\xd6\xde\xc4\xea\x32\x58\xfb\x10\x02\xc8\x68\x43\x23\x49\x5f\x32\xda\xd0\x47\x18\x01\x1c\x7e\x34\xe4\xc1\xda\x0a\x2e\x65\xb0\xf6\x69\x3a\x13\xb1\x4a\x0d\x72\xb4\xa1\x15\xe7\xca\x68\x43\xab\x44\x2f\x83\xc3\x8f\x93\xf7\x94\x07\x1c\x7e\x08\x6a\x3c\xe0\xf0\x43\xaf\x1f\x70\xf8\xd9\xfa\x1f\x4c\x5e\x5b\xff\xc3\x06\xbc\xa3\x07\x1c\x7e\xd8\x9a\x79\xc0\xe1\x97\x45\xe6\x01\x87\x23\x87\x5e\x1e\x70\xf8\x65\x3a\x7b\xc0\xda\xc8\xa1\x97\x07\xac\x8d\x42\x56\x79\xd0\x7f\xbe\x8c\x82\x07\xfd\x67\x08\x61\xca\x03\x0e\x87\xa9\xa9\x3c\xe0\xf0\x4b\x50\xe3\x01\x87\x43\x03\x58\x1e\xb0\xf6\x65\xf1\x7d\xc0\xda\xd7\x89\x0d\xcb\x03\xd6\xbe\x94\x4a\x3e\x60\xed\xcb\x74\xf6\x80\xb5\x91\xdd\x2a\x0f\xda\xd0\x77\xe8\x7e\xf4\x73\xe9\x9a\xf4\x05\xcf\xf0\x01\x4f\x5f\x7c\xc1\x07\x8d\x67\x08\x04\xcb\x83\xc6\x33\x54\x35\xe5\x01\x6b\x5f\x82\x13\x0f\x2a\x66\x0a\x04\x3d\xa8\x98\x05\x3c\xc3\x07\x15\xb3\x00\x28\x79\x50\x31\x0b\x80\x92\x07\xea\x94\x40\x40\xee\x41\xc5\x4c\x25\xb8\x0f\x2a\x66\x81\xaf\xe3\x11\x3d\x4a\xd3\x11\xe2\x9f\xe0\xbf\x27\x21\xfe\xd9\xe9\x27\x2a\x66\x0a\xef\x3c\xa8\x98\xa1\xa8\x51\x1e\x54\xcc\x50\xd4\x28\x0f\x2a\x66\x01\xbf\xe6\x41\xaa\x2c\xf0\x1d\x3d\x48\x95\xc1\xb6\x5c\x1e\xa4\xca\xd0\x1b\x2c\x0f\x1c\x28\x08\xca\x97\x27\x63\x03\x21\x80\x27\x63\x03\x4b\xf1\x03\x07\x4a\x58\x3a\x93\x7e\x12\xfa\x79\x1e\xfa\xa9\x31\x08\x97\x89\x36\x03\x9f\x07\x11\xcf\xa0\x33\x33\x47\x5c\xf3\x91\x48\xa9\xce\x94\x48\xa9\xfe\x27\x91\x52\xfd\x4e\x22\xa5\xd8\xf7\xc0\x42\x97\x75\x3f\x58\xe8\x08\xfd\x3c\x0f\x22\xa5\x8f\xfe\x87\x48\xe9\xa3\xff\x21\x52\x5a\x75\x3f\x44\x4a\x7f\xa0\xcd\x7f\x4e\xc9\x0f\xd5\xba\x51\x43\xb7\x60\x02\xce\xca\x53\x30\xc1\xb8\x24\x74\x25\x71\x30\x08\x0a\x26\xb0\x41\xf3\x14\xba\xa2\xcf\xb6\xd0\x15\xd0\xe0\x43\x79\x6c\xc4\xed\x7e\x28\x8f\x8d\xa0\xeb\xa7\x4a\x13\x95\x17\xe6\x78\xba\x26\x56\xe2\xa7\x4a\x13\x95\x17\x5d\xd1\x44\x8d\xf4\xa5\xa2\x89\xca\x04\xf6\x54\x34\x51\x13\x77\xa8\x68\xa2\x26\x6c\xa8\x68\xa2\x12\x2d\x7b\x2a\x9a\xa8\xfa\xc0\x2b\x9a\xa8\x45\x57\x41\x13\xb5\xe8\x7f\x68\xa2\x16\xdd\xcf\x6d\x48\x2c\x5c\x8f\x47\x88\x6b\x9a\xf4\xac\xd1\x33\x56\xf0\xa7\x71\x77\x4d\x6e\x8d\xbb\x1f\xfd\x8f\xbb\xeb\x43\x6d\x48\x96\x06\xee\xe7\x98\xb9\xa2\x1f\x57\x1e\x4f\x39\xab\x0a\xda\x3c\x0d\x45\x56\x6a\xaf\x9f\x26\x45\x56\xf5\x05\x45\x56\xe2\xb0\x4f\x47\x91\x15\x24\xfc\x74\x14\x59\x65\x51\x97\xec\x2a\x6f\xba\x23\xbb\xaa\xc9\xad\x23\xbb\x4a\x6c\xf0\xe9\xc8\xae\x12\xa3\x7d\x3a\xb2\xab\x1a\x21\x1d\xd9\x55\x16\xae\xc7\xb1\x76\xcd\xa6\xbb\xbb\x7d\x79\xe8\x7e\xd8\x37\x74\x4d\xec\x1b\xba\x26\xf6\x81\x6c\x9e\x8e\x7d\x4b\xd7\xc4\x3e\x4d\x7c\x1d\xfb\xf4\x3c\x0d\xfb\x88\xd8\x3e\x86\x7d\x57\x47\xc8\xb5\x6a\x72\x33\xc9\xb5\xf2\x6e\x0d\xb9\x56\x96\xb8\xc7\x90\x6b\x25\x4c\xf3\x98\xe4\x5a\x75\x15\xe4\x5a\xf5\xde\x4d\x9c\x51\xf4\x13\x4a\xc8\xa7\xea\x4c\xb7\x4f\xa1\x98\xc7\x90\x72\xed\xba\x26\x52\xae\xa6\xfb\x89\x0e\x52\x57\x81\x0e\x72\xe8\x2a\xc8\xd1\xea\x29\xa1\x88\xfc\x0c\x6c\x47\x11\x19\x6e\xbe\xf2\xa0\x88\xfc\x90\x71\xf0\x40\x13\xf9\x6c\xae\x09\x0d\xe4\xc3\x96\xda\x83\xea\x71\xd1\x77\x04\xb9\x63\xd1\x58\x82\xdc\x11\x82\xa7\xf2\x40\xee\x58\x34\xf5\xa0\x65\x5c\x32\x4f\x10\x02\xc7\x82\x8f\xf5\x40\xe0\x58\xf4\xad\x40\xe0\x58\x34\xce\x20\x70\x2c\x44\x65\x1f\x08\x1c\x8b\xbe\x15\x08\x1c\x8b\x26\x68\xf4\x8a\x8b\xe6\x10\x08\x1c\x15\xde\x79\x20\x70\x2c\x7a\x12\x10\x38\x96\xc1\x7b\x87\xc0\xb1\xe8\x8b\x83\xc0\xb1\x6c\x9d\x89\x0d\x5b\x77\x38\x9f\x4b\x00\x44\x8c\x88\xf7\x97\x07\xb2\xc5\xca\x86\xec\x03\xd9\x22\xba\x81\xe5\x71\x04\x5d\x2b\xe0\xf0\x71\x04\x5d\xab\x9e\x12\xe2\xc2\x55\xdf\xdf\x82\x2c\x53\x53\xf2\x82\x2c\x93\x4d\xc9\x07\xe1\xe1\xaa\x85\x12\xe1\x61\x05\x89\x1e\x84\x87\x5d\x6f\xf0\xbf\xa7\x64\x34\x89\xab\x3e\x54\x34\x89\xab\x70\x07\x9a\xc4\x8a\x34\x3d\x68\x12\x43\x92\x5e\x1e\x34\x89\x2b\xb1\x97\x07\x4d\xe2\xda\x18\xc8\x1b\x83\x4c\x67\xba\x41\x46\x50\xe3\x41\x69\xb8\x0a\x9d\xa1\x34\x5c\xf5\xc1\xa1\x34\x5c\x89\x5d\x3f\x28\x0d\x57\x3d\x5c\x94\x86\xab\xf0\x18\x4a\xc3\xf0\xcc\x96\x07\xa5\xe1\xa6\xb5\x10\xa5\xe1\xa6\xc9\x1b\xa5\x61\x45\xa8\x1e\x94\x86\x15\xa1\x7a\x50\x1a\x46\xd0\xb0\x3c\x28\x0d\x37\xad\x77\x28\x0d\x37\xad\x70\x28\x0d\x23\x45\x58\x1e\x94\x86\x9b\x10\x03\x4a\xc3\x4d\x28\xcb\xb1\x76\x55\x6c\xe9\x41\x69\xb8\x69\xad\xbf\x62\x29\xe5\x0e\x52\x1a\xd6\x27\x26\xa5\x61\x21\x53\x29\x0d\x6b\x51\x93\xd2\x30\x14\x25\x8f\x94\x86\x35\xb1\x4b\x69\x58\x08\x0c\xa5\xe1\x0e\x97\xc2\x83\xd2\x70\x17\x4e\x45\x69\xb8\x6b\xe1\x42\x69\xb8\x13\x67\x7e\xa4\x34\x2c\x64\x2a\xa5\x61\x4d\xf3\x52\x1a\xd6\x08\x91\xd2\x30\x58\xb4\xa0\x26\xdc\x19\x05\x05\x35\xe1\x8e\xa3\x5d\x50\x13\xee\xa0\xac\x82\x9a\x30\xb4\xa0\xa5\xa0\x26\xdc\x87\x7e\x07\x7f\x1c\x9f\x5f\x41\x4d\xb8\x6f\x9d\x89\x0d\x4c\xc2\x05\xc5\xe0\xce\x12\x57\x50\x0c\xee\xd8\x5e\x50\x0c\xee\x38\xda\xc5\xf1\x74\x55\x58\xa8\x44\x14\x91\x03\xf7\x43\x4d\xd8\xc8\xe9\x28\xa8\x09\x5b\xd4\x99\x62\x8b\xe5\xee\x11\xb6\x58\xc6\x44\x89\x28\x22\x43\x52\x52\x50\x1a\xb6\xaa\xdf\xa1\x7a\x2c\xdb\x51\x13\x36\x70\x78\x41\x4d\xd8\x64\x3b\x6a\xc2\xf0\xf9\x96\x82\x9a\xb0\x2d\xdd\xe1\x70\xa4\xff\xdd\x8f\x2f\xa7\xa0\x26\xac\x70\x4b\x41\x4d\x78\x00\x58\x0a\x6a\xc2\xda\xe9\x2f\xa8\x09\x2b\xc0\x52\xc0\xe1\x83\x49\xa3\x80\xc3\x51\x60\x2e\x05\x1c\x3e\x2a\xcf\x13\x1c\x3e\x88\x99\x16\xb0\xf6\x60\x59\x29\x60\xed\x81\x1f\x5c\xc0\xd3\x83\xaf\xb8\x80\x99\x07\x9b\xc3\x05\xcc\x3c\xae\xfe\xe7\xf7\x9b\xa0\xd6\x02\x2e\x9e\x7a\x0f\xe0\xe2\x49\xe8\xa7\x80\x8b\xd1\x68\xf4\xb0\xbf\xab\x3a\xf3\x74\x3d\x92\x5d\x27\x11\xfe\xe2\x91\xec\x8a\xe4\x51\x29\x70\x03\xce\xa2\xff\xf9\x33\x9b\x84\xe0\x0a\x78\x5a\x41\x94\x02\x9e\x9e\xf8\x97\x05\x3c\x8d\xe4\x51\x29\xe0\xe9\xc9\x5e\x40\x01\x17\x43\x43\xe9\xdb\x0c\x7e\x84\x45\x80\xd8\x09\x8f\x4b\x21\xff\x62\xe1\xf5\x17\xb8\xfa\x16\x5f\x5c\x29\x28\x3e\xe3\xe5\x14\x31\xf0\xfd\x78\x86\xff\x39\x25\x17\xd0\x2e\xec\x95\xa5\x78\xb0\xba\xa2\xbe\xe4\xbb\x1a\x7e\xa4\x4b\x22\x61\x2d\x63\x45\x22\x03\x76\x2a\xa0\x64\x05\x3c\x0a\x28\x79\x99\x7e\x87\x84\x35\x91\xc2\x02\x4a\x56\xc0\xa3\x14\x0c\x22\xf2\x53\x2a\x06\x11\xf9\x29\x20\xe8\xa5\x4f\x13\x04\xbd\xc0\xda\x05\x04\xbd\x98\x96\x0a\x08\x7a\x11\x15\x2a\x20\xe8\x1d\x74\x26\x12\xd6\x41\xd7\x44\xc2\x1a\xc4\x50\x40\xd0\x9b\xad\xb1\x02\x82\xde\x1a\x20\x20\xe8\x5d\xf4\x3b\xb7\x0f\xe6\xd5\x52\x40\xd0\xdb\x74\x77\x68\x96\xf5\x32\x3d\x1b\xa3\xee\xa9\xa3\xcb\x11\xf6\x79\xb4\xba\x6e\x36\xa7\x0a\x58\x7b\xe3\x8c\x15\xcf\xc6\xa8\xa8\x0b\x94\xe2\xd9\x18\x75\xe3\x3d\x14\x70\xf8\x96\x7d\x1e\xd7\xae\x47\x9f\xa6\xc7\xb5\x2b\xac\xfb\xa5\x80\xd1\x8f\xde\x26\x18\xfd\x68\xe8\x82\xd1\x8f\x86\x2e\x18\xfd\x54\xfd\x6f\x72\x84\xed\x4d\x12\xdd\x3a\x13\x89\x6e\x16\x99\x02\x46\x3f\xe0\x9c\x02\x0e\x3f\xa0\x97\x02\x0e\x3f\x44\x2d\x0b\x38\xfc\x2c\x9d\xf9\x70\xc4\x1d\xc0\xe1\x47\xef\x1d\x1c\x7e\xf4\xde\xc1\xda\x57\x16\x81\xb5\x95\x77\x53\xc0\xda\x37\xe8\x77\xde\xcf\xab\xc9\x14\xac\x8d\x0a\x42\x29\x60\xed\xab\x27\x01\xd6\xbe\x78\x16\x05\xac\x7d\x35\xae\xc1\xda\x17\x94\x5c\xc0\xda\x57\x4f\x09\xac\x7d\x59\x98\x0b\x58\xfb\x76\x9d\x09\xdd\xb5\xe9\x08\xba\x6b\x30\x5e\x01\x6b\x5f\x8d\x79\xb0\xf6\xd5\xb4\x0b\xd6\x56\xc0\xa3\x80\xb5\x95\x33\x5b\xd0\xde\x55\x06\x4b\x41\x7b\x17\x49\xa7\x52\x1c\x6b\x37\xe5\xcd\x17\x83\x9f\x55\x13\x2d\xba\xbc\x01\xef\xaf\xa0\xcb\xab\x30\x46\x41\x97\x37\x68\x12\x46\x7c\x37\x98\xce\xcc\x1c\xd1\x6b\xc4\x77\x95\x6d\x52\x10\xdf\x15\x23\x58\x41\x7c\x57\xb9\x20\x05\xf1\x5d\x64\x9b\x4a\x41\x7c\x57\x29\x71\x05\xf1\xdd\xa8\x67\x8d\xf8\xae\x12\x0e\x0b\xe2\xbb\x91\xad\xc6\x82\xf8\x6e\xd4\x6c\x83\xf8\xee\xb3\x75\xa6\xdb\xa7\xd4\xb6\x82\xf8\x2e\x52\x50\xa5\x20\xbe\x1b\xd9\xc1\x28\x88\xef\x46\xd3\xff\xdc\xbe\xa8\x27\x8f\xc0\x6e\xd4\xd2\x81\xc0\x6e\xdc\x3a\x13\x1b\x20\xcc\x2a\x88\xe8\x26\xcd\x0c\x88\xe8\x26\xcd\x0c\x88\xe8\x26\x2d\x71\x88\xe8\x26\xbd\x15\x44\x74\x95\xd3\x51\x10\xd1\x4d\x5a\xb4\x3d\xdb\xa4\xa5\xa2\x23\xef\x67\xaa\xff\x8a\x25\x97\x85\x14\x3c\x91\xa6\x82\x12\x2f\xfa\x9e\xa5\xa0\xc4\x9b\x34\xe8\x50\xe2\x4d\x5a\x39\x50\xdb\x4d\x7a\x80\xa8\xed\x26\x10\x6d\x81\x1a\x3d\x69\x75\x87\x1a\x3d\xeb\x33\x82\x1a\x5d\x2e\x79\x81\x1a\x3d\x13\x1c\x2f\x50\xa3\x43\xe5\x5c\x0a\xd4\xe8\x08\x7c\x96\xb2\x25\xe9\x4e\xcf\xa0\x38\xcf\x42\x67\x50\x9c\x67\x12\x58\x0a\x14\xe7\xca\x87\x28\x50\x9c\x43\xc8\x57\x0a\x14\xe7\x59\x16\x41\x71\x9e\x35\x99\x42\x71\x0e\x1d\xa0\x6f\x81\xfb\x11\xbd\x86\xe2\x3c\xb3\x29\x52\xa0\x38\x17\xd3\x58\x41\x51\x57\xce\x74\x41\x51\x37\xb3\xa1\x57\x50\xd4\x45\xb1\xaa\x14\x14\x75\x33\x9b\x4c\xe5\x20\x59\x7f\x19\x90\x28\xea\x3e\xec\x3e\x17\xc7\xe8\xed\xd1\xb0\x76\x1c\xde\x1e\xad\xf5\x87\xa1\x8b\x8b\x5c\x3c\xe6\xdd\x94\xad\x50\x3c\xe6\xdd\x1e\x0d\x4f\xc7\xe8\xed\x11\xfa\x74\x1c\xde\x1e\xf5\xda\x71\x78\x7b\xd8\x09\x2f\x8e\xc3\xdb\x23\x1b\x1c\x87\xff\x7e\x1c\x8e\xc3\xdb\x43\x82\x63\xb9\xf4\x53\x13\xca\xa5\x9f\x42\xad\x8e\xc3\xdb\xa3\x85\xc4\x71\x78\x7b\x84\x96\x2e\x1c\xc8\x42\xad\x8e\xc3\x5b\x11\xb6\xb8\xd0\xe5\x83\xdf\xcb\x85\x2e\x1f\x37\xb1\x06\xe8\xf2\x41\x4b\xd5\x63\xde\xad\x64\xfd\x0f\xf9\x7c\x5c\xeb\xea\x18\xbd\x15\x72\x48\xaa\x63\xf4\x56\x8a\x8e\x0a\x47\x97\x23\xe4\xf3\x09\x47\x54\xc7\xe1\x0d\x81\x56\x4f\x68\x70\x81\x7e\x1d\xc1\xe3\x4c\xe8\xae\x06\x6c\x20\x44\x55\x1d\xa3\xb7\x8a\x0d\xd5\x31\x7a\x93\xe3\x5b\x1d\xa3\x37\xb9\xba\x35\x42\xeb\x8f\x3b\x5b\x23\xb4\xfe\x4c\x9f\x35\x42\xeb\x5f\x74\xa6\xf7\xb3\xaa\x2f\x1e\xd7\x6e\xf2\x36\xab\x63\xed\x86\x9e\x44\xa9\x8e\xb5\x9b\xf2\x1a\x6a\xa4\x2f\x5b\xd7\xa4\x2f\x47\xf7\xa3\x2f\xf8\x12\xd5\xb1\x76\x6b\x41\x47\xfe\x3c\x9b\x6c\x70\x3c\xdd\xe4\x5f\xd6\x84\xc4\x00\xf1\xfe\x9a\x90\x18\x20\x4b\xa5\x42\x09\xde\x1e\xfd\x0e\x49\xfe\xa2\x23\xef\x67\x03\x8b\x56\xa8\xbd\x5b\xd7\xef\xbc\x2f\x8d\x58\x72\x85\xbf\x1b\x21\xd9\x52\x33\x7d\x61\xaf\xa3\x66\xa4\xf5\xc9\x5c\xaa\x8e\xc3\x5b\x63\xbf\xa6\x66\xfa\xb9\x75\x15\xfa\xb9\x75\x26\xfd\x64\xa2\xad\x1e\xbb\x6e\x3d\xe8\x0e\xc8\xd2\x47\xdd\x01\x59\x7a\x02\x17\xd5\x31\x7a\xeb\x7a\x7f\xf0\x77\x77\xbd\x23\xf8\xbb\xfb\xa3\x6b\x6e\x8e\x78\x4a\x8e\xd1\x5b\x97\xed\x8e\xd1\x5b\x67\x12\xae\x0f\xd2\xfa\x04\xba\xaa\xe3\xf0\xd6\xfb\xbf\x4a\x45\xaa\x87\xbc\x5b\x67\xa2\xad\xd0\x77\x77\x20\x7a\x85\xbe\xbb\x83\x68\xeb\x83\x79\x20\xbe\xfa\x48\x75\x9f\xe1\xf2\x60\x1e\xc4\x85\xf5\xc1\x3c\x3d\xb2\x07\xf3\x88\xfc\xd4\x07\xf3\xf8\xc0\xeb\x83\x79\x5b\x57\xc1\x3c\x3e\xf0\xfa\x60\x1e\x91\xc2\xea\x2e\x41\x93\x93\x5a\xdd\x25\x68\x9d\x64\xa1\x0a\x0b\xa5\x9c\xd4\x0a\x0b\xa5\x88\x1e\xab\xc7\xc3\x9b\xb1\x67\x5e\xdd\x79\x68\x86\x83\x57\xa1\xef\x16\x3f\x66\x2d\x28\x59\x30\x0d\xd6\x82\x92\x05\xcb\x43\x75\x0f\xa1\x99\x5e\x91\x7b\x08\xcd\x58\xdd\xab\x7b\x08\x0d\xd1\x9d\x52\xdd\x43\x68\x88\xee\x94\xea\x1e\x42\xb3\xaa\x3b\xb8\x7d\x72\x6e\xab\x7b\x08\xcd\xd8\x68\xa9\xee\x21\x34\xe5\x2e\x54\xf7\x10\x9a\x31\xd1\xd6\x8a\x7d\x2c\x24\xb5\x62\x9f\xa6\x89\x8a\x7d\x7a\x7f\x15\xfb\xd8\xa7\xae\x15\xfb\x96\x8e\xb0\x8f\xc5\xa2\x56\xec\xd3\x67\x5b\xb1\x0f\xc4\x5e\x2b\xf6\x81\xd8\x6b\xc5\xbe\xab\xbe\x60\x9f\x86\x7c\xc5\xbe\xab\xbe\xb8\x7d\x03\xff\xa4\xba\x87\xd0\x06\x59\x23\xd5\x3d\x84\x36\x98\x76\xab\x7b\x08\x6d\xe0\xa4\x56\xf7\x10\xda\x00\x77\x54\xf7\x02\x9a\xf2\x13\x6a\x83\x62\x1d\x8c\x57\xdd\x0b\x68\xa3\xea\xc8\x6d\x18\x7a\x82\x0d\xb5\x91\xae\x6b\xba\x0d\x43\x4f\xd0\xbd\x80\x36\x4c\x67\xba\x0d\x28\x0d\x97\xda\xa0\xc8\xd7\x88\x6c\xd8\x70\xf4\x3f\x6c\x60\xd3\xae\x76\x6c\xd0\x93\xe8\xd8\xc0\x92\x5a\xdd\x43\x68\x13\x27\xb5\xba\x87\xd0\xa6\x3e\x70\xf7\x10\xda\xd4\x38\x73\x0f\xa1\x4d\xa2\xdc\xd5\x3d\x84\x36\xc1\xbe\xd5\x3d\x84\x36\x09\x24\xd4\x8e\xc2\x41\xd7\xff\x26\x47\xba\xca\xe2\x08\x8b\xdc\x43\x68\x13\xb4\x5b\xdd\x43\x68\x93\x6d\xb3\xea\x1e\x42\x9b\xfa\x8a\xdd\x43\x68\x73\x72\xa6\xd1\x4f\x7d\xd3\x46\x3f\x97\xce\xa4\x9f\xf8\x35\xd5\xe8\xa7\x9e\x12\x68\x1e\x2d\xbb\x52\x41\xf3\x0b\xbf\xa6\x82\xe6\x97\xbe\x46\xd0\xbc\x32\x19\x2a\x68\x5e\x8e\x7d\x05\xcd\x2f\xfc\x9a\x0a\x9a\x5f\x24\xaf\x56\xd0\xfc\x4a\xfc\x0e\x34\xbf\xf4\x94\x40\xec\xe8\xa8\x79\x5e\x9e\x2b\xc9\xe8\x77\x9d\x23\x9e\x20\x88\x7d\x69\x52\x04\xb1\x2f\x7d\x8d\x20\xf6\xd5\x74\x07\x6c\xe8\xba\x26\x36\x80\xb5\x2b\x88\x7d\x4d\xf5\x13\x1b\xf4\x55\x81\xd8\x97\x16\x43\x10\xfb\xd2\xe8\x01\xb1\xcb\x43\xaf\x1e\x7f\x6f\x3b\xfe\x43\x8c\xb3\x54\x0f\xcd\xb7\x8d\xf3\x57\x01\xfa\x3b\xe9\xa8\x72\x84\x79\x00\xfd\xad\x29\xcb\x43\xf3\x4d\x39\x0f\xd5\x43\xf3\x6d\x0b\x93\xe0\x04\x6c\x7d\x38\x38\x01\x72\xfa\x2b\x4e\xc0\x26\xe0\x51\x71\x02\xb6\x26\x29\x9c\x80\xdd\x75\x4d\x37\x7d\x6b\x98\x81\xd8\xe5\xae\x57\x10\xbb\x9c\xfe\xba\xe8\x8b\xa6\x72\x84\x8e\xf6\xa1\x9f\xa0\xf9\x7d\xf5\x3f\xef\xcb\x11\x0e\x00\xcd\x1f\x59\x04\x9a\x3f\xa4\x93\x55\xd0\xfc\x21\xba\x5a\x41\xf3\x07\x87\xa4\x82\xe6\x0f\x5b\x1d\x15\x34\x7f\x88\xb5\x56\x84\x8e\x8e\xf0\x18\x42\x47\x47\x4f\x02\xa1\xa3\x23\x04\x06\xd2\x57\x66\x41\x05\xe9\x5f\xb6\x95\x2a\x48\xff\x12\xa7\xac\x20\xfd\xdb\x75\xbf\xc9\x11\xbd\x06\xe9\xdf\xae\xab\xb8\x0d\x72\x9f\x2b\x48\xff\x82\xfb\xab\xc4\x8c\x70\x44\xab\xc4\x8c\x48\x24\xaa\x20\xfd\x4b\x90\xa1\x82\xf4\x95\x59\x50\x41\xfa\x72\xb4\x2b\x62\x46\x2a\x3c\xad\x88\x19\x29\x43\xa0\x22\x66\xa4\x52\x91\x8a\x60\x91\x4a\xb0\x2b\x82\x45\x72\xbb\x2b\x82\x45\x21\xeb\x7f\x2e\xa0\xa2\xec\x81\x8a\x60\x91\x9c\xf0\xea\x5e\x40\x0f\x55\x47\x97\x23\xee\x80\x58\x91\xca\x41\x2a\x62\x45\x2a\xeb\xa8\x88\x15\xa9\xc0\xb6\x22\x56\x14\x96\x7e\x87\x0d\x82\x0c\x88\x15\x05\xf6\x25\x2a\x62\x45\x2a\xcf\xa8\x88\x15\xa9\x90\xa3\x22\x56\x14\xae\xee\x60\xc8\x3a\x31\x76\x11\x2b\x8a\x1a\x59\xee\x21\x74\xd5\xeb\x55\xf7\x10\xba\x6a\xcf\x2a\x42\x45\xda\xa3\xaf\x08\x15\x45\x61\x7b\x84\x8a\x22\x98\xab\x21\x54\x14\x41\xf3\xcd\x3d\x84\xae\xda\xb3\x86\x50\x51\x64\x0a\x69\x08\x15\xa9\x3c\xa3\x21\x54\x14\x4d\xff\x43\x70\x6a\xe8\x9a\x95\x23\x9d\xe9\xf6\xa1\xc7\x5c\x9a\x47\xf1\x7b\x5c\xfa\x1f\xf6\xb1\x7b\xd3\x02\xbd\xbe\x3a\x93\x5e\xb3\x30\x37\xf7\x09\x3a\x3a\xce\xa5\x79\xdc\xbe\xab\xf2\xad\x79\xdc\xbe\x27\xc6\x44\x73\x7f\xa1\x27\x82\x83\xcd\xfd\x85\x9e\xf0\x72\x5a\x44\xdb\x85\x6f\xac\xb9\xbf\xd0\x13\xf3\x4b\x8b\xc8\x64\xe1\x31\xb7\x88\x4c\x16\x33\x4a\x8b\xc8\x64\x31\x87\x34\xf7\x25\xba\xd8\xbc\x9b\xfb\x12\x3d\x11\xa6\x69\xee\x4b\xf4\xa4\xe7\xe2\xbe\x44\x4f\x6c\x3c\xb6\x44\x3f\x09\xc8\xb5\x44\x3f\x09\x71\xb4\x44\x3f\x8f\xfe\x47\x3f\x29\xf5\x69\x89\x7e\x32\xdb\xb4\x84\x2c\x17\x30\xa4\xb9\xbf\xd0\x33\xcb\x4a\x43\x26\x28\xff\x33\x96\xdc\x3c\x6c\xdf\x11\x9f\x2e\xcd\xdd\x8c\x9e\x89\x50\x35\x77\x33\x7a\xc6\x59\x69\xee\x66\xf4\x8c\xb3\xd2\x90\x02\xca\xb8\x27\xcd\x5d\x89\xae\xd0\x41\x73\x57\xa2\x23\x4c\x5d\x9a\xbb\x12\x3d\xb3\xd6\x37\x77\x25\x7a\x26\x32\xd9\xdc\x95\xe8\x19\xc4\xd7\x32\xaa\x63\x4c\x28\x2d\x63\xde\xd0\xff\x30\x8f\x74\xf4\x96\x31\x8f\xf8\x5f\xcb\xd8\xc0\xa4\xd1\xdc\x95\xe8\x4f\xd4\x1d\xb0\x81\x00\x44\xf3\x70\x7f\x57\xf1\x44\xf3\x70\x7f\x7f\xf8\x38\x9a\xbb\x19\x5d\xc5\x13\xcd\xdd\x8c\xfe\x3c\xfa\x9d\xdb\xf7\x68\x48\xb8\x2f\xd1\xb5\x2b\xdf\xdc\x97\xe8\x0f\x5b\xa2\x0d\x29\x20\x15\x56\x34\xa4\x80\x54\x58\xd1\xdc\x97\xe8\x0f\x18\xa8\xb9\x2f\xd1\x9f\xa6\x33\x51\x55\x6b\xba\x1f\xaa\x6a\x44\xab\xdb\x83\xaa\x1a\x53\x79\xa3\x4c\x53\x01\x88\x56\xe8\x27\x53\x48\x2b\xf4\x93\xd0\x48\x73\xdc\xdf\x4b\xd0\x51\xe7\x88\x27\xe8\xb8\xbf\x17\xb6\xb8\x9a\xe3\xfe\x5e\xa2\xae\xe9\x7d\x29\x49\xd7\x5c\x1c\xe9\x2a\x9b\x23\x6c\x70\xdc\xdf\x8b\x46\x4f\x41\xdd\x8d\x20\x43\xab\xa8\xbb\xb1\xe4\xb4\x8a\xba\x1b\xcb\x58\x73\xdc\xdf\xb5\x63\xdf\x2a\xfd\x24\x0c\xd5\x2a\xfd\xec\x3a\xa2\x9f\x60\xdf\x56\xe9\xa7\x3e\x9c\x4a\x3f\x41\x83\xad\xd2\x4f\x32\x9f\x5b\xa5\x9f\x2c\x40\xad\xd2\xcf\xa9\x9e\xd1\x4f\x36\xd8\x9a\xc7\xed\x7b\x01\x1b\x36\x8f\xdb\xf7\xa2\x8f\xd1\x11\x7b\x2f\xfa\x18\x1d\xb1\xf7\xa2\x71\xd6\xe8\x35\x5e\x5c\x6b\xf4\x1a\x7f\xa1\x39\x2a\xef\x2a\xe4\x68\x8e\xca\x7b\x05\x0d\x36\x47\xe5\xbd\xea\x29\x39\x2a\xef\x35\xeb\x7e\x97\x23\x46\x41\x97\xf8\x96\x8e\xbc\x2f\x55\x23\xcb\xd1\x75\x47\xd5\xb0\x34\xcf\x83\xe9\x95\x72\xe7\xe6\x79\x30\xbd\x6a\xea\x71\xe4\xdd\x2b\xc1\xac\xe6\xc8\xbb\x57\xb6\x1a\x5b\xa7\x9f\xfa\xe2\x3a\xfd\xd4\xb7\xd2\xe9\x0b\xbb\x22\xcd\xd1\x75\xaf\x2c\x78\xcd\xe3\xef\xbd\xe2\x23\x37\xa3\x9f\x9a\xd8\x0d\xad\x3e\x16\xbc\x66\x68\xf5\xe9\x79\x1a\x36\xb0\x89\xdd\x0c\x1b\xf4\x74\x0d\x1b\x8e\xae\x82\x0d\x47\x77\xc7\x06\xb6\x8a\x9b\xc7\xdf\x7b\x03\x95\x37\x47\xec\xbd\x69\x09\x70\xc4\xde\x9b\xbe\x70\x47\xec\xbd\x11\x18\x6d\x8e\xca\xbb\x36\xf0\x9b\xa3\xf2\xde\xf4\x85\x3b\x2a\xef\x4d\xcb\x9f\xa3\xf2\xde\xd8\xc4\x6e\x03\x41\x2f\x82\x9f\xcd\x91\x77\x6f\xfa\x1a\x07\x7d\x21\x6b\xa4\x0d\xfa\x32\x75\x15\xfa\x02\x2c\x68\x83\xbe\xac\x7f\x65\x5c\x34\x07\xe5\x5d\x91\x98\xe6\xa0\xbc\x37\xf2\x68\xdb\xc4\x04\x3d\xc0\x89\x09\x20\xd3\x36\x31\x41\x6b\xc5\xc4\x04\x5c\xba\xe6\xc8\xbb\x37\x0d\x56\x47\xde\x5d\xd1\x9d\xe6\xc8\xbb\x37\x50\x6b\x73\xe4\xdd\x11\xe6\x2b\x6d\x4a\xe7\x4b\x77\x77\xd3\x95\x2f\xd0\x1c\x79\xf7\x1e\x75\xf7\xc9\x91\xae\xb2\x38\x62\xb2\x71\xe4\xdd\x3b\x8e\x61\x73\xe4\xdd\x3b\x01\x88\xe6\xc8\xbb\x77\xb6\x17\x9a\x87\xdf\x7b\xd7\x2a\xed\x09\x33\xbd\x13\x8e\x68\x9e\x72\xde\xbb\x56\xe9\x85\xec\xa3\x26\xe1\x85\xec\xa3\x26\xe1\x85\x1e\x5b\xd3\x99\xd8\xa0\xe9\x65\x61\x83\x56\xf0\x85\x0d\x5a\xb8\x16\x36\x10\x29\x6c\x0b\x1b\x08\x40\xb4\x85\x0d\x44\x2d\xdb\xa6\x9f\xa4\x18\x36\x47\xe5\xbd\x6b\xb0\x3a\x2a\xef\x5d\x93\xb0\xa3\xf2\x6e\xc4\xed\x9b\xc7\xdf\xbb\xc2\x34\x6d\x23\x4f\x29\x84\xb2\xd1\xff\x20\xb3\xa0\x39\x2a\xef\xa6\x89\xc1\x51\x79\x37\x1c\xc3\xe6\xa8\xbc\x2b\x30\xd3\x1c\x95\x77\x15\x9c\x34\x47\xe5\x1d\xb9\xc4\xd2\x1c\x95\x77\x23\xb1\xae\x39\x2a\xef\xa6\x41\xee\xa8\xbc\x1b\x2e\x64\x43\x62\xd4\x88\x8e\x37\x24\x46\xad\xe9\x7f\xd8\x40\x9e\x4f\x03\x95\x1b\x19\xc5\x0d\x54\x6e\x5a\xb8\x40\xe5\xca\x6b\x68\x48\x8c\xaa\x34\xa5\x81\xca\x4d\x93\x37\xa8\xdc\x34\x41\x83\xca\x4d\x13\x34\xa8\xdc\xc8\xa2\x6f\xa0\x72\xc3\xf5\x6c\xa0\x72\x13\x06\x02\x95\x1b\x28\xb9\x81\xbc\x55\x46\xd2\x40\xde\xca\x79\x68\x20\x6f\xe5\x3c\x34\x90\xf7\xc0\xf7\x6c\xa0\x6b\x85\x69\x1a\xe8\x7a\x68\x12\x06\x5d\x8b\x31\xa1\x81\xae\x87\xc6\x27\xe8\x7a\x08\x86\x80\xae\x87\x40\x02\xe8\x1a\x65\xe5\xd2\x41\xd7\x0a\xef\x74\x50\xf2\x60\xd4\x75\x50\xf2\x60\x8b\xb2\x83\x92\x15\xec\xe9\xa0\xe4\x81\xc7\xd5\x41\xc9\x03\x58\xd0\x03\xfd\x64\xdf\xa5\x07\xfa\x09\xb0\xea\x81\x7e\x9a\x7e\x47\x3f\x87\xfe\x47\x3f\x87\xfe\x47\x3f\xd9\x0e\xee\xe0\x69\x15\xb1\x74\xf0\xf4\x58\xfa\x5f\xe2\xa8\x72\xc4\xb3\x66\x72\xeb\xe0\xe9\x41\x45\x67\x07\x25\x2b\xdf\xa3\x47\x7a\xcd\x8c\xd2\x23\x42\xab\x41\x77\xf0\x5e\x4f\xde\x58\x07\x41\x2b\x80\xd4\x41\xd0\x13\x4f\xa6\x83\xa0\x27\xf0\xb3\x7b\x34\xbe\x4f\x42\x69\xdd\xa3\xf1\x5d\xd9\x1f\x1d\x74\x3d\x19\xd7\x3d\x89\xd5\x02\xdb\x41\xd7\x0a\x3c\x75\xd0\xf5\xfc\x19\xad\xff\x39\x25\x77\x80\xf7\xd4\x6b\xf0\x20\x7e\x47\xce\xb9\x74\x0f\xe2\x77\xb4\x3b\x4b\xf7\x20\x7e\x5f\x4c\x52\xdd\x93\xd3\xfb\x2a\x3a\x73\x70\x84\xe9\x00\xf6\x55\xd4\xe9\xc5\x91\xba\x89\x86\x2c\x2e\x79\x47\x84\x13\xe9\xc9\xd2\x41\xd7\x4b\x03\x04\x74\xbd\x58\x9b\x3a\x08\x7a\xb1\x4a\x77\x10\xf4\xd2\x0b\x03\x41\xaf\xa5\xdf\x71\x3f\x62\x3d\x1d\x04\xbd\x88\xa0\x76\x10\xf4\x02\xe7\x74\x10\xf4\x62\x3b\xaa\x83\xa0\x95\xc5\xd1\x41\xd0\x4b\xaf\x16\x04\xad\x50\x4c\x07\x41\xab\xfc\xa4\x83\xa0\x77\xd7\xef\x0a\x47\xdc\x01\x04\xbd\x65\x03\x08\x7a\x13\xd1\xec\x20\xe8\x3d\xf4\x3f\xe3\x88\x21\x01\x82\xde\x53\xf7\x9b\x1c\xf1\x39\x80\xa0\xb7\x9e\x04\x08\x7a\x6b\x58\x7b\x34\xbe\xa3\xe9\x5a\xba\x47\xe3\xfb\x06\xbd\xf4\x82\x5e\x2f\xf1\xfe\xee\xd1\xf8\xbe\x35\xac\x41\xde\x9b\x88\x58\x07\x79\x2b\xfb\xa3\x83\xbc\xb7\x86\x7c\xc1\x3e\x02\x1e\x1d\xe4\x7d\xd8\x30\xe9\x20\x6f\x85\x7e\x3a\xe8\x5a\xc1\x9e\x0e\xba\x3e\x1a\x21\x20\xe8\xa3\xa1\xeb\xd1\xf1\x7e\x4c\xff\x7b\x38\xe2\x8d\x79\x74\xbc\xab\xf8\xa5\x7b\x74\xbc\x1f\x96\xaa\x0e\xba\x3e\x6c\x78\x75\x10\xf4\x91\x7d\x20\x68\x95\xbb\x74\x10\xf4\x21\x38\xd1\x41\xd0\xe7\xea\x77\x87\x23\xfd\xee\x72\x26\x77\xf7\x08\x78\x17\xeb\x4a\x07\x4f\x2b\xc3\xa3\x83\x99\x2f\xf1\xe2\x0e\x66\xbe\x2c\x78\x1d\xcc\xac\x52\x98\xee\x51\xee\x7e\x09\xda\x74\x8f\x72\xf7\x8b\x27\xda\xc1\xd3\x17\x90\xd0\xc1\xd3\xca\x05\xe9\x1e\xad\xee\x57\xa3\x0e\xcc\xac\x22\x96\xde\xe9\x0b\x48\xbf\x77\x34\x95\xf1\x21\x3b\x78\x5a\x61\xa8\x0e\x9e\xbe\xfa\x3a\xc0\xd3\x77\xeb\x7f\xf4\x13\x44\xdb\xc1\xd3\x97\xf4\xae\x0e\x9e\xbe\x57\xd7\x9c\x2e\x3c\x0b\xa1\x41\x77\x94\x6c\x01\x0f\xa8\x3b\x4a\x36\x71\x1a\x76\x47\xc9\x16\xf4\x85\x3b\x4a\xb6\x40\xce\x4a\x77\x94\x6c\x2a\x38\xe9\x8e\x92\x4d\xa5\x22\xdd\x50\x7b\x5e\x3a\x13\xb5\xe7\xad\xff\x71\x77\x8d\x48\x47\xc2\xa6\xc0\x53\x77\x24\x6c\x31\xa8\x67\x87\x23\x9e\x92\xc7\xae\x4d\x14\x56\xdd\x51\xb2\x45\x80\x5c\x77\x94\x6c\x0a\x2e\xf5\x81\x5c\x2e\xf1\xfe\xee\x28\xd9\x44\x49\xd4\x3d\x13\xc5\x44\x06\xd5\x3d\x13\xc5\x14\x86\xea\x1e\xd7\xb6\xc8\xb2\xd9\x3d\xae\x6d\x62\x09\xe9\x8e\xae\x4d\x2c\x21\xdd\xd1\xb5\xc5\xfa\xcf\x29\xd9\x81\xb7\x45\x70\x5c\x77\xe0\x6d\x91\xe8\x5c\x77\xe0\x6d\x8a\x57\xf5\x81\x79\xc4\x5e\xfa\xc4\x3c\x1c\xa0\x3e\x31\x0f\x07\xa8\x4f\xcc\xc3\xad\xe9\x13\x13\x40\xde\x7d\xd2\x4d\x4d\x83\x93\x6e\x5e\xfd\x8f\xbe\x90\x10\xd4\x1d\xed\x1a\x32\xeb\xa5\x3b\xa2\x35\x91\x8b\x74\x47\x98\x96\xb4\x58\x38\xc2\xb4\x04\xaa\xeb\x8b\xdf\x69\x15\xf3\x98\xb0\x89\x6a\xa4\x3b\xc2\xb4\x84\xbb\xd7\x3d\x9b\xda\x12\x78\xac\x3b\xa6\xb4\xa4\x69\xc2\x31\xa5\x29\x42\xd5\x1d\x53\x5a\xa2\xea\xaf\x3b\xa6\xb4\x24\xfc\xe0\x98\xd2\x14\x85\xea\x9b\xbb\x0f\xdd\x8f\xbb\x83\xc7\xba\xe3\x46\x4b\xfa\x8c\x0e\x16\x69\x7a\x39\xf4\x8c\x8d\x96\xee\xb8\xd1\x92\xa6\x17\xc7\x8d\x96\x96\xfe\xe7\x03\x44\xb9\x2e\xfd\xd0\x4f\x32\x98\xfb\xa1\x9f\xfa\xa8\x0e\xfd\xd4\x02\x74\xe8\x27\x5b\x55\xfd\xf0\x04\x35\x49\x1d\x9e\xa0\xa6\x5d\xc7\x8d\x96\x83\x8e\x0e\x47\xba\x8a\xdb\x90\x09\x71\x74\xc7\x8d\x96\x41\x83\xdd\xa3\xb9\x96\x09\x6a\x74\x8f\xe6\x5a\xd6\x44\xe4\x98\xd2\x14\x12\xeb\x17\xcd\x6b\xc2\x18\xdd\x31\xa5\x65\x36\x68\xba\x63\x4a\xcb\xec\x5a\x77\x8f\xe6\x5a\xae\xfa\x5d\xe7\x88\x77\xe4\x78\xd3\x32\xee\x65\x77\xbc\x69\xb9\xe9\x7e\x93\x23\x9e\xbc\xe3\x4d\xcb\x4d\x3d\xc3\x3e\xb0\xb6\x05\x6c\xe8\x3a\xc2\x06\xde\xad\x05\x6c\x00\x79\x5b\xc0\x06\xbe\x00\x0b\xd8\xc0\x17\x60\x01\x1b\xf8\x02\x2c\x60\xc3\xd0\x99\xd8\x40\x0d\xa0\x21\x18\x8f\x52\x77\x31\x09\xc6\x2f\xfd\x8f\xa7\xcb\x9b\x36\x04\xe3\x95\xcb\x63\x08\xc6\x67\xbe\x23\x43\x30\x5e\xd9\x3b\x86\x60\xfc\x43\x71\x88\x21\x18\xff\xf0\xc6\x0c\xc1\xf8\x27\x62\x03\x82\xf1\x0f\xdb\x90\x86\x60\xbc\x02\x79\x86\x60\xfc\x93\x75\x77\x7f\xba\xcf\xa3\xbb\xfb\xd3\x7d\x8a\xee\x3e\x39\x5a\x1c\x2d\x8e\x74\x15\xb7\x4f\xe5\x35\x86\x60\xfc\x53\xd5\x97\xcb\x91\xbf\x5b\x43\x30\xfe\x01\x45\x1a\x82\xf1\xe2\x44\x31\x04\xe3\x4b\xd3\x99\x6e\x5f\x79\x9d\xe9\x36\x28\xf3\xc5\x1c\x38\x5a\xd1\x73\x71\xe0\x68\x05\x08\x66\x09\x45\x6d\xd2\x07\xcc\x81\xa3\xa1\xf0\x5d\xcc\x81\xa3\x55\xc2\x73\xe6\x21\x5b\x53\xc9\x87\x49\xbd\x1d\x5f\xd0\x50\x68\xaf\xea\xb5\x03\x47\x53\x0d\x86\x39\x70\xb4\xaa\x7e\x7a\x58\xd6\x2a\x9b\xca\x86\x42\xbb\x32\x66\xcc\x41\xa5\x79\x90\xe8\x3f\xa7\x64\xcb\x74\x13\xb4\x64\x99\x6e\x6e\x1d\x2d\x8e\x74\x49\x7f\xd4\xf5\xea\x7f\x6e\x42\x23\x33\xd1\x10\x6f\x6f\xac\x3f\x86\x78\x7b\x23\xa4\x6f\x8e\x37\xad\x11\xf2\x36\xc4\xdb\xdb\xa3\x33\xfd\x51\x37\x26\x4c\x73\x4c\x69\x8d\x69\xd0\x1c\x53\x5a\xc3\xe1\x32\xc7\x94\xd6\x88\x30\x1a\x02\xed\x0d\x37\xca\x10\x68\x6f\x53\x57\x99\x1c\xf1\xc8\x1c\x53\x5a\x63\x79\xb0\x87\x7e\x32\xd5\x59\xa1\x9f\xb2\xbd\xd0\x4f\x36\x37\xac\xd0\x4f\xd0\x84\x15\xfa\xb9\xf5\xbb\x87\x23\xec\x73\xdc\x68\x0a\xe1\x58\xa1\x9f\x7a\x4a\x88\xac\x2b\xf8\x62\x88\xac\x77\xa6\x33\xf3\x88\xad\xf5\xa4\x3b\x2c\x8e\xe8\xa7\x63\x4a\x53\xb8\xc5\x3c\x62\x6b\x4a\xc9\x31\x8f\xd8\x9a\x0a\x39\xcc\xf1\xa6\x29\xc0\x62\x1e\xb1\xb5\x5e\xf5\x3f\xb7\x41\x25\x18\xe6\x58\xd4\x3a\x28\xc4\x1c\x8b\x5a\x27\x3d\xcf\x1c\x8b\x9a\xf2\x59\xcc\xb1\xa8\x19\x31\x68\x73\x2c\x6a\xa6\x8f\xd8\x23\xbd\x66\x1a\xc8\x1e\xe9\x35\x4b\xfa\xdd\xe0\x88\xf7\xe7\x38\xd5\x8c\x29\xd9\x1c\xa7\x9a\x91\xbe\x66\x8e\x53\xcd\x1e\xdd\xc1\xed\x33\x7d\xee\x8e\x53\x4d\xe1\x0f\x73\x9c\x6a\x66\x3a\x8a\x1c\xf1\xe4\x3d\x53\xc3\x4c\x43\xde\x31\xac\x89\x29\xc3\x3c\x26\x6c\x46\x9e\x81\x79\x4c\xd8\x0c\xaf\xc3\x1a\xf6\x69\xaa\x6b\xd8\xa7\x31\xdf\xb0\x0f\x74\x6d\x0d\xfb\x08\x12\x99\xa3\x56\x1b\xc4\x30\xcd\x51\xab\x0d\x9c\x62\x73\xd4\x6a\x0a\x63\x98\xa3\x56\x1b\x7a\x4a\x8e\x5a\x6d\xe0\x3d\x98\xa3\x56\x1b\x7a\xb7\x8e\x5a\x6d\xe8\x49\x38\x32\xb5\x51\x74\x87\xc9\x11\xd6\x7a\xa4\xd7\x06\x9b\xb5\xe6\x39\x16\x36\xf0\xaa\xcc\x73\x2c\x6c\xe8\x4d\x7b\x14\xd8\x86\x6c\xf7\x28\xb0\xa9\xc8\xc3\xc0\xb7\x0a\x16\x18\xf8\x76\xe8\xeb\x00\xdf\x2a\x3c\x60\xe0\xdb\xa1\x31\x0f\xbe\x55\x5e\x8a\x81\x6f\x87\xc6\x3c\xf8\x76\xe8\x29\x81\x6f\x95\xa5\x62\xe0\xdb\xc1\xb6\xa0\x81\x6f\x87\xbe\x0e\xf0\xad\x58\x34\x0c\x9c\x3a\x89\xb8\x1b\x38\x75\x6a\x64\x81\x53\xa7\x9e\x19\x38\x75\x6a\xfa\x04\x8b\x4e\x92\xd2\x0c\x50\x39\x35\x7a\x00\x95\x53\xcb\x83\x47\x73\x4d\xf9\x2c\x06\xa8\x9c\x24\x1a\x18\xa0\x52\x44\x9a\x06\xa8\x54\x19\x89\x4d\xfa\xc2\x96\xa1\x4d\xfa\xa2\x99\x08\xc0\x39\xf1\xec\xcd\xc3\xb2\x36\xb5\xbc\x7b\x58\xd6\xc4\xe1\x61\x80\xd1\x69\xdf\xb1\xe4\xf6\xff\x99\x91\x81\xa9\x73\xe8\xfa\x3e\x22\xe6\xd4\xbd\xb1\x4e\x73\xdb\xc4\x3a\xcd\x51\x40\xd8\x79\xf5\x3b\x1f\x11\x2b\xc8\x1e\x1f\x11\x0b\x6f\xd6\x80\xb7\x4b\x63\xd5\xf3\xa5\x4d\x0c\x1e\xe6\x49\xd1\xb6\xf0\xf6\xcc\x83\xb9\xb6\xb4\x48\x7b\x30\xd7\x96\x16\x69\x0f\xe6\xda\x7a\x74\x15\xb7\x7c\x15\x1d\xb9\xe5\x4b\x33\xb9\x07\x73\x6d\x09\x3e\x78\x30\xd7\x96\xfa\xe9\xc1\x5c\xdb\x9a\x13\x81\xda\x5b\xb3\x20\x70\x7a\x13\x4e\x35\x4f\xb1\xb0\x8d\x77\x62\x1e\xcc\xb5\xcd\xbe\x80\x79\xc0\xd6\x14\xc5\x30\x4f\xa3\xb0\xad\xc5\x1d\xe0\xbd\x71\x2c\x0c\xe0\xbd\xf1\xd3\x0c\x70\x2d\x12\x0d\xf3\xa0\xac\x6d\x7d\x61\x80\xeb\xad\x6f\x0a\x70\xbd\xf5\xa5\x00\xae\x15\x63\x30\x00\xf4\x26\xb0\x6c\x00\xe8\x7d\x74\x44\x5f\x00\xbb\x76\xe8\xcb\xd5\xff\xbc\x2f\x27\xe8\xc8\x9f\xc4\xc1\x07\x37\x20\xf3\xd1\x98\x03\x16\x1f\xd3\xff\x2e\x47\xbc\x23\x60\xf1\x51\x3f\x81\xc5\xaa\x14\x31\x60\xf1\x21\x9a\x64\xc0\x62\xd5\x86\x18\xb0\xf8\x08\x0c\x02\x8b\x0f\x5e\xa9\x01\x7d\x15\x47\x30\xa0\xef\xd1\x37\x0c\xf4\x3d\x57\x57\xf1\x7e\x5e\x8d\x2c\xa0\xaf\xe2\x08\x06\xf4\xbd\x42\x05\x1e\x6a\xb5\xab\x75\xc4\x43\xad\x76\x09\x9c\x0f\x60\xf1\x65\xcf\x67\x00\x8b\x2f\x6f\x7a\x00\x8b\x95\x06\x33\x80\xbe\x97\xf9\x72\x00\x7d\x2f\xe1\xdb\x01\xf4\xbd\x8c\xc1\xe1\x61\x58\x13\x97\xeb\xf0\x30\xac\x5d\x82\xe3\xc3\xc3\xb0\x26\x82\x8d\x11\xb0\x01\x88\x3e\x02\x36\x74\xdd\x8f\x7e\xf2\xe4\x07\x20\xf9\x02\xc3\x07\x20\xf9\xb2\x8f\x34\x1c\x24\xe7\x44\x5c\x6d\x38\x48\xe6\xe8\x7f\x06\x60\xff\xcf\xf8\xbf\xff\xaf\xf3\x7f\xfc\x9f\x21\x48\x39\x4f\x7a\x56\x0e\x07\x42\x90\x72\x95\x44\x8a\x7c\x05\x08\x2f\x89\x6e\x69\xfe\x78\x27\xc2\x4b\x49\xdb\x57\xcd\x84\x26\x43\x78\x49\x67\xfb\x72\x79\x21\x26\x0a\x2f\x65\x6c\x5f\x19\xd3\xeb\x46\x12\x96\x41\x49\x26\xeb\x4c\x69\xc5\xa0\xf5\x92\x3d\x77\x2e\xbc\x84\x88\x25\xe2\x31\xf9\xb9\x04\x39\xa4\xb5\xe1\xf3\x52\x78\x09\x02\x4b\x14\x63\xe9\xcc\x5f\x76\x6e\x6f\x6c\xde\x28\xad\x07\x89\x32\x6c\x3a\x2f\x29\x57\x69\xac\x1e\x7e\x2e\x6d\x55\x49\x80\x1e\x7e\x2e\xe9\x4f\xa9\x6f\x5e\x7e\x2e\x15\xcb\x97\x78\xa1\xff\x5c\xa2\x85\xbf\x42\x70\x7e\xa6\x24\xdf\x5e\xca\x5d\x3c\x64\x69\x74\xa1\x68\x73\x21\x6b\x09\xd2\xac\x41\xa4\x26\x87\x4b\x23\xd2\x27\x68\x9d\xe4\xb0\xd5\x08\x19\xb5\x5d\xc9\x04\x78\x23\x62\x26\xa8\x97\xe4\xe0\xb9\xc7\x41\xaa\x25\xc8\x94\x64\xd9\x2e\x89\x12\x74\x49\x72\x70\x14\x12\xa4\x40\x82\xec\x48\x26\x7b\x2a\x48\x72\x04\x42\xfb\x54\x02\x77\x17\x15\xfd\xa5\x4b\xee\x93\x85\x17\xcf\xfc\x95\x4e\xc0\xcf\xf7\x10\x44\x30\x0f\xb3\x7c\x0e\x1e\x46\x0a\x30\xaf\x07\x28\xd7\x33\xcc\xbc\x41\x34\xe7\xf0\x94\xe7\x50\xd5\xe8\xb6\x43\x1f\x9e\xa1\x67\x09\xa2\x08\x87\xe3\x3b\xc3\xc4\x12\xc4\xe3\x0d\x81\x77\x86\x6f\x37\x24\xa4\xc8\x60\xbd\xce\xa1\xa9\xd1\xdf\x18\x74\xd7\x39\xf8\x97\x1a\xa0\xbb\x0e\xf0\x5c\xe7\xe0\x1e\x76\x80\xe7\x3a\xc0\x62\x9d\x83\x07\x51\x02\x2c\xd6\x01\xfa\xea\x1c\xdc\x63\x0a\x90\x4b\x87\x24\x49\x2e\x8f\xb5\x86\x84\xa0\x53\x6a\x08\x31\xf0\xe8\xa0\x4d\x0e\xf0\x25\x5f\xe6\xac\x00\x27\x72\x80\x0c\x39\x53\xb0\x15\x20\x35\x0e\xb0\x19\xe7\xe0\xe8\x25\xc0\x66\x1c\x52\xc7\x22\xa3\x11\x39\x20\x18\x8b\x73\x70\x5f\x29\x24\x46\x48\x32\x3e\xd8\xc8\x53\x62\x84\xc0\x3c\x9c\x42\xa4\xf3\x8c\x10\x28\x87\x2f\xa5\x79\x01\xca\xe1\x90\x34\x42\xbc\x28\x3c\xc0\x27\x1c\xd2\xcc\x1f\xef\x1d\xba\xde\x00\x4f\x6f\x4a\x95\x47\x87\xca\x31\xd4\xba\x09\xa9\x94\x00\x61\x6e\x48\x52\x1f\xd6\x53\x42\x91\x16\x9e\xd8\x14\xf5\xe2\xf8\xb8\x20\x7a\x4d\xa9\x73\x4d\x94\x20\xd2\x81\xdf\xbc\xeb\xe7\xdc\xfd\x70\x77\xcf\x44\x09\x10\xaf\x06\x18\x57\x53\x62\x2c\xc1\xaa\x1a\xa0\x53\x4d\xb0\xae\x04\x88\x50\x03\x0c\xa8\xaf\xc9\x0a\x96\xd3\x00\x15\xe9\xbd\x0c\x5a\xa8\x48\x03\x3c\x9c\xf7\xba\x9b\x19\xe0\xe1\x0c\x90\x57\x5e\x62\xd0\x21\x23\x9b\x07\x8d\x5d\x0e\x6a\x44\xaa\x08\x22\xac\xac\x49\x15\x22\xac\x00\x07\x55\xc8\xee\x61\x07\x38\xa8\x02\x04\x53\x21\xfb\x5e\x47\x80\x60\x2a\x3c\x68\x24\x64\x5f\x0a\x02\x7c\x51\xe1\x41\x82\x20\x4f\x7e\x8e\x16\x26\xec\x4a\x21\x2f\xce\x44\x35\x00\x7a\xa4\xf0\x60\x11\x84\x48\x01\xe6\x9e\xf0\xf8\x62\x1a\xe0\xea\x09\xb0\xd8\x84\xc7\x23\xb6\xa1\xa0\xa7\x43\x51\x9d\x75\x8f\x42\x86\x8a\x00\x54\x75\x1c\xfe\x1c\x0f\x04\x85\x83\x2c\xdc\x81\x0e\xf2\x7a\x3c\x2f\x5c\x3a\x78\x29\xa8\xc9\x7e\xcd\x18\xfc\x21\xc7\x10\xa0\x6c\x77\x33\x63\xf0\x6f\x3a\x06\x0f\x2b\x3c\xd7\x71\x7f\x0c\x85\x46\xd8\x35\x11\x32\x89\x2c\x52\x31\xc0\x50\x19\x7d\x41\x89\xac\x47\x91\xf5\xa8\xa0\xa6\x10\x83\x3b\x5e\x31\xc0\x0a\x19\x2b\x3f\xf7\xa5\x27\x86\x0e\x2d\xb4\x03\xb3\x18\x3a\x67\xc2\xc4\x18\x87\xce\x9c\x34\x42\x51\x3d\xb9\xd1\xe0\xee\x30\x07\x26\x4f\x42\x88\x48\xa2\x47\x34\xd0\x9d\x5f\xfb\xa7\x71\x71\x26\xac\xd2\xc9\xd1\x4c\x44\xb7\x37\x22\xd4\x5b\x1e\xcf\xcb\x8b\x08\x9d\x46\xd4\x4d\x9d\x7b\xe2\xa7\x31\xd1\x28\xd6\x58\x07\x20\x11\xf5\xb7\x88\xdc\x9b\xa7\xcd\xfd\x34\xba\xff\x15\x91\x06\x2b\x54\xee\x44\x44\x93\x22\x7a\x48\x1e\x3f\xfc\x69\x5c\x9c\x09\xa1\x9f\xe9\xee\x9b\x6b\x42\x01\xfd\x03\x58\xc1\x13\xc0\x87\xff\x01\x50\x44\x24\x5c\x22\xda\x2d\x05\x3f\x33\x22\x75\x12\xd1\x38\x29\x38\x60\x11\xb5\x90\x88\x4c\x48\x99\x85\x46\x0f\x8d\x45\xa6\xfd\xb2\x3c\x08\x10\xd1\xa5\x88\x08\x52\x14\x76\x51\x23\x7c\xf5\x11\xa2\xfa\x72\x18\x3e\x50\xcc\x47\xb8\xe5\xcb\xf1\x70\x77\x84\x23\x3e\x8a\x1c\x9e\x6d\xad\x98\xdc\x4d\x8d\x62\x7e\x3f\x9b\xbb\xfb\x5c\x19\x45\xeb\x8e\x7c\x40\x84\x12\x3d\x8a\x0b\x1d\xb4\x17\xd3\xa1\x11\x6e\x0e\x4a\x6b\x63\xf2\xb5\x2e\x42\xe2\x5c\x49\xcb\x8d\x50\x2c\x47\xa6\x94\xca\x06\x4a\x84\xb3\x38\x66\x28\x1e\x60\x38\x8f\xd9\xa3\x53\x31\x3f\x22\x8e\x52\xe3\xa6\xd1\x2b\x9d\x93\x4f\x99\x11\x12\xd9\x08\x45\x6c\x25\x3a\x1f\x21\x89\x8c\xb0\x43\x56\xc8\x91\x23\x8c\x8c\x11\x2a\xc6\x5a\x3c\x1c\x12\xb3\xef\x0d\xc4\x0c\x19\x4b\xe9\xfc\xfc\xf0\x73\x58\x51\x8a\x7e\xee\x53\x6d\xcc\x50\x97\x54\xde\x26\xf3\x53\x84\xa1\xaf\x56\x8f\x57\xc7\xc7\x57\xef\xf8\x40\x76\xd1\xdc\x9f\x8b\xd0\xbe\x45\xf8\xde\x6a\xf3\xfd\xf5\x08\xc5\x4d\x7c\xdc\x2b\xac\xc3\xe7\xfb\x08\xc5\x4a\x14\xb7\x0a\x6e\x71\x84\x5b\x25\x8a\x54\x05\xef\x38\x3e\x87\x6b\xc2\x83\x32\xdd\x5d\x8a\xc5\x67\xf1\x28\xf2\x90\xe5\x09\xdf\x91\xea\xfe\xa8\xb2\xfe\xe3\x9b\xb0\x91\x5a\xd0\xa8\x22\xd0\xe4\x95\xe3\xb1\x70\xa3\x72\xa8\xb4\x65\x86\xa0\x72\x32\xaa\x64\x92\xf4\xda\x48\x61\x62\x54\x45\x62\x76\xf7\x33\x52\x8b\x16\x55\x84\xf6\x5c\xce\x74\xf4\x1c\x55\xf6\x54\x7c\xb1\x8a\x14\xf4\x44\x55\xf2\x94\xcb\xcf\xf9\x70\x55\x8a\x53\x7c\xa3\x3c\x52\x44\x13\x55\x2f\x53\x13\xd7\xf4\x39\x28\xaa\x18\xa6\xba\x1b\x12\x29\x71\x89\xaa\x6d\xa9\x1e\x6d\x88\xd4\xb6\xc4\x6a\x54\x40\x7a\x4c\x3a\x52\x56\x12\x55\x4f\x52\x3d\xf1\x23\x56\x26\x2d\x95\x8e\xd4\xc9\x99\x93\x1b\x51\x2a\xd1\xbc\x0e\x25\x52\x1c\x11\x55\x15\xa1\x09\x86\x6a\x83\xa8\x32\x03\xe2\x9e\x91\x04\xec\x48\xe6\x75\x33\xdf\x52\x8f\x64\x42\xc7\x16\xa9\x4d\x72\xe8\x11\x49\x57\x8e\xe4\x29\xb7\x41\xe7\x49\xc8\x8d\x64\xe2\xb6\xb1\xf9\xb9\x47\x72\x23\x49\xb7\x6d\x1c\xce\xf4\x75\x29\x92\xfd\xda\xa6\xae\xc9\x93\x27\xf1\xb4\xc1\xcd\x11\xc9\xe6\x89\xa4\xf1\xb4\xe3\xd1\xbe\xd8\x19\x36\x9d\x7a\xd6\xe3\x98\x31\x92\x5d\x13\x49\xab\x69\xc7\x2b\xcd\x22\xa9\x33\x91\x9c\x99\xc6\x96\x7a\x24\x13\x26\x92\xf4\xd2\xae\xc7\x80\x22\x49\x2f\x91\x6c\x97\x76\x7d\xdf\x27\x76\xbe\x77\xd2\x5c\xda\xf5\xed\x83\x48\x9a\x4b\x24\xbf\xa5\x5d\xde\x11\x89\x1c\xb1\x53\xa2\x09\x9b\x40\x24\xbf\x22\x2a\xb1\x02\xd4\x16\xbb\xbb\x52\xb1\x93\x71\x1a\x2b\x67\x1a\x77\x27\xa5\x32\x6e\x6e\xe4\xe1\xb3\xc8\xbe\x70\x8f\x4c\xbf\xec\x04\xc7\x4e\xa2\x24\xa4\x75\xb1\xfb\x24\x17\x3b\x09\x85\x40\xa4\xc8\x96\x67\x64\xaf\xb3\x27\xcf\xf0\x8f\xec\x28\x46\xb6\x12\x7b\x76\x2e\x83\xc8\x86\x48\x64\x27\xa4\x17\x35\x7a\x52\x71\x24\x36\xdd\x2b\xeb\x27\xb1\xe9\x48\x50\xba\xc3\x2e\x1e\xcd\x51\x69\x34\x65\x5d\x32\x7f\x12\xdb\x89\xa6\x0c\x3d\x47\x2e\x91\x30\x4e\x34\x25\xe3\x39\xa0\x88\xc4\x53\xa2\x29\xf3\xcd\xf7\xe6\x22\xe1\x83\x48\xdc\xa0\x9b\x47\x50\x22\x91\x82\x48\x88\xa0\x13\x6e\x8d\x83\xf1\x39\x94\x7c\xe4\xbb\xe7\x71\x38\x6a\x8b\x83\x54\x91\xc9\x4c\x3b\x98\x93\x07\x59\x21\x93\xef\x68\x78\x64\x3c\x0e\x52\x30\x96\x07\xe1\xe2\xa8\x5c\xb3\x2a\xcb\x86\x9f\x7b\xe4\x38\x0e\xd2\x1e\x16\xaf\x63\xf0\x36\x07\x6f\x73\x7b\x94\x37\x0e\x16\xa9\x41\x2a\x2d\x15\x44\x71\x18\x67\x92\x19\x7b\x58\x26\x86\xc3\xae\x38\x4c\x89\x23\xdc\x7d\xf3\xf3\xa3\x7c\x07\xee\xee\x13\x67\x1c\xd4\xa3\xdc\x4b\xe7\x59\xb9\x06\x71\x91\xe0\xfb\xec\x71\x3a\xe4\x8c\x93\x80\x08\x0c\x99\x71\xba\x9b\x15\x27\x1b\x45\xd1\xdd\xeb\x38\x7d\x77\x26\x4e\xb6\x65\xa8\xc2\x88\xd3\x8d\x8e\x93\xb8\x3c\x59\xf9\x71\x56\xce\x24\xe8\x9e\x77\xfd\x27\xa0\x98\xc6\x65\x3c\x85\xd7\x20\x62\x8b\x93\x21\x39\x89\x94\x56\xcf\x27\x88\x13\x50\x35\x09\x06\x56\x30\xd9\xf4\x21\x12\x27\xb1\x3d\x4d\x6f\xd3\xdd\x8a\x38\x09\x96\x51\x5b\x1d\xa7\x87\x9d\xe2\x24\xde\xd4\x3a\xcf\x80\x07\x33\x79\x30\xcd\x03\x5b\x71\x39\xe8\x8f\x8b\x4d\x44\x88\xab\xe2\x02\x93\x2d\xf6\xda\xa0\x0b\x8f\xcb\x3f\xe3\xb8\xd8\x64\xb3\xac\xc6\x46\x23\xc1\x7e\x9e\xeb\x72\x4f\x35\x2e\x76\xbd\xcc\xf7\x96\xe2\xe2\xbb\x5f\x6c\x70\x41\xca\x1d\xd7\xc3\xdd\xd9\xa1\x22\xad\x31\x2e\xdf\xa1\x8a\x8b\xad\x29\x0a\x54\xe3\xe2\x0d\x2c\xde\xc0\xd8\x74\xbe\x72\x23\xb6\x44\x86\x87\x0d\xe3\xe2\xb5\x2c\x5e\xcb\xf0\xf4\xe0\xb8\x58\x97\x56\x23\xd0\x9b\xd4\x48\x97\xd8\x8d\x98\x89\x7e\xb2\x58\xad\xae\xb0\x39\xd7\xec\x74\xa9\x13\x51\x7e\xe8\x27\xeb\xd2\x62\x23\x80\x22\xcd\xb8\x98\xb4\x16\x3b\x00\xd3\x78\x9e\xc6\xdd\x4d\x61\x66\x2c\xf2\xe0\x6a\x5c\x8a\xaa\x16\xae\x09\x1e\x59\x0a\x29\xba\xf3\x1c\xd7\xe5\xe7\xc4\x04\x0f\x13\xcc\x76\x10\x16\x37\x01\x38\x18\x7c\xe3\xf6\x3d\xe4\xb8\xd9\x3c\x3e\xcc\x3a\x9b\x09\x7b\x47\x05\x1f\xf9\x39\x58\x7c\xb3\x25\x7c\x01\xa7\xdb\x97\xae\xb8\x93\xc2\x7f\x97\x46\x6e\xc4\xa6\x2c\x85\x72\x71\xf3\xde\xb7\x3f\x2c\x05\x4d\xe2\xf6\x67\x16\xb7\xcf\xcd\x89\x9a\x90\xb8\xf9\x9a\xb7\x4f\x84\x29\xaa\x91\x31\xbf\x71\xb3\xa9\x80\x89\x7b\xd2\x79\xdf\x08\xc8\x70\x6f\xc4\xed\x2b\x74\xdc\xe8\x8a\x26\xe7\xb3\x8c\x1b\x24\xb8\x11\x11\x4d\x1e\xfa\x8c\xdb\xc3\xda\x71\xfb\x22\x9e\x92\x67\xe9\xc4\x03\x88\x3e\xde\xcf\x6b\xcc\x79\x87\x33\x8f\x94\x34\x59\x2e\x0e\xee\xc1\x71\xf7\x40\x31\x82\x78\x3c\x74\x1d\xcf\x3e\xef\x18\x41\x3c\x4c\x45\xc7\x41\xe6\x3d\x20\x97\xe3\xdf\x5f\x3c\x67\xbd\x03\x07\xf1\xfa\x62\x1c\x6f\x20\x9a\xc0\x5c\x72\x79\x47\x37\x96\x77\x10\x2a\x5e\x3e\xc3\x1b\x89\xf8\xf8\x46\x47\xbc\x85\x46\x5f\x74\x32\x5c\x9e\xf1\x32\x37\x5f\x0f\xc4\xe4\xdc\xb9\x26\x23\xf9\x76\x9e\x3c\x8b\xff\xc5\x57\xb8\x3e\xdb\x24\x4a\x6d\xe2\xf5\x31\x18\xaf\x23\xa5\x14\x01\x14\x77\x70\x23\xcf\x15\xca\xc9\xf7\xcf\xe3\x05\x83\x5f\x5f\x9e\xd2\xc3\x3b\xba\x87\x1b\xf9\xc4\x9b\xc8\x8d\x88\xf7\x62\x26\x11\xb4\xec\x35\x28\x29\xf8\x8c\x9b\x08\xca\xe6\xec\x5d\x4a\xc1\xf1\x48\x0a\x0e\x3d\x72\xf2\x65\x2d\x85\xa0\x00\x8e\x87\x6c\xa6\x07\x77\x52\x40\x91\x30\xf8\x30\x4d\xd5\x07\x98\x87\x73\xbc\x71\x7b\xa3\x07\x77\x52\x48\x84\x7a\x12\xe1\x95\xca\x35\x13\x37\xf2\x02\xaf\x54\x3c\x33\x2a\x85\xac\x58\x8d\xff\xaf\xf8\x43\x4e\x21\x73\x23\x9f\xc1\x52\xf1\x7a\xc7\x14\x32\x5d\xf2\xfd\xf7\x54\x7c\x0e\x49\xe1\xe1\xe7\x3e\x59\xa5\xd2\xb8\xa6\x4f\x56\x29\xf8\x64\x95\x83\xd1\x79\x0f\xab\xa5\x50\x9e\x77\x64\x2a\x85\xc2\xcf\x4b\x7d\x47\xa6\x52\xf0\x1d\xe9\x84\x93\x9f\x9a\x47\xe5\x52\xf0\x49\x2e\x05\x9f\xdd\x52\x6c\x58\xd4\xf8\x9d\xfb\xfa\x29\x2e\x3a\xdf\x88\xea\x34\x45\xd0\x78\xf2\x97\x6b\xc2\xfb\xbd\x7d\x99\x48\xa8\xf4\x27\xa4\xf9\x1b\x72\x7c\x09\xd1\xf2\xa4\x10\x2d\x30\x36\x11\x39\x4d\x44\x4e\x25\x8f\x97\x50\x21\x4e\xb8\xd9\x97\x3c\xf2\x84\xb4\x6f\x42\xcb\xd7\xa2\xcf\xde\x09\xfd\xde\x84\x50\xaf\xc5\xc3\x99\x9b\x33\xd9\x5d\x02\x76\x25\x04\x3e\x13\xca\x9e\x17\x51\x83\x84\x9e\x65\x42\xd4\x4f\x41\xe7\x44\x94\x33\x25\x69\xeb\xfb\x54\x99\x90\x7c\x4b\x49\xb2\xf4\x1e\x6f\x4a\xe8\xb9\x25\x84\xdc\x14\xc4\x4f\x44\x24\x93\x22\x92\x04\xf1\x13\x7e\x75\x22\x30\x99\x5e\x37\xea\x04\xd9\x50\x2a\xcf\x3a\xd3\x27\xf8\x84\x43\xad\x20\x7e\x22\x50\x98\x92\x74\xa6\x27\x3f\x9f\x74\x5e\x12\xd1\xee\x40\x24\x62\x89\x29\x49\xc7\x79\xe9\x4c\x7f\x71\x8a\x17\x12\xc4\x4f\x84\x0d\x53\x5a\xf7\x37\x88\xff\xdf\x80\x22\x25\x4d\x76\xbb\xbc\x23\xfc\x29\x39\x8e\x4d\xe8\x4b\x29\xc2\x9f\x88\x37\x26\x05\x13\x89\xf0\x27\x64\x9f\x52\x7a\x45\xf8\xdd\x5c\x94\x9a\x12\x92\x3b\x21\xf0\x5a\xb2\x43\xa5\x84\xa6\xcc\xeb\x0d\x20\xba\x92\x50\x5b\x51\xb4\x33\x65\x1f\x8b\x29\xfb\x86\x84\xc2\xfe\x29\x4f\x35\xee\x77\xd8\x3f\xe1\xba\xa7\x2c\x81\xe2\xad\x46\x6e\x24\xf5\x61\x5f\xe7\x13\xf2\x04\x29\x4b\x5e\xd8\xc3\xfe\x09\x5d\x82\x94\x5f\x3a\xc2\x46\xa3\xd1\x38\xde\x61\xff\x84\x16\x40\x42\x04\x40\xd1\xf8\x04\xb9\x7e\xca\x0a\xe6\x33\x6d\x10\x84\x4c\x90\xd6\x2b\x1a\x9f\x08\x42\x26\x58\xe7\x15\x8d\x4f\x04\x07\x12\x74\xf3\x8a\xc6\x27\x68\xdc\x13\xfc\xed\x8a\xc6\x27\xf8\xdb\x13\x91\x49\x45\xe3\x13\xc4\xed\x89\x00\xa5\xa2\xf1\xe9\x49\xdc\x28\xad\x77\x34\x3e\x41\xe3\x9e\xe0\x6f\x57\x34\x3e\xc1\xdf\x9e\x1e\xed\x1a\xf8\x1a\x92\x20\x67\x4f\x30\xaf\x6b\x09\x4a\x30\xaf\x27\x68\xd5\xb5\x67\x91\x9e\xbc\x5f\xeb\xc4\xef\xea\x9d\x20\x82\x4e\x30\x40\x2b\xa0\x9d\xe0\x7c\x4e\x90\x3d\xdf\x19\xe8\xbc\xd1\x4f\x8f\xbf\xa7\xe8\x19\x02\x09\xf6\xe4\xf4\x68\x9d\x2f\x9c\xe9\xee\x79\x82\x05\x39\x05\x5f\x82\xd2\xe3\xdb\x2f\x09\x52\xe3\x14\x3a\x77\xdf\x3c\xf9\xad\xbd\x07\x6c\xe7\x15\x3f\xec\x4e\xa5\xc2\x3b\x3a\x9c\xf9\xb9\x2d\xe5\x36\xfc\x98\x82\xe6\x6c\xf0\x0d\xcf\x04\x0b\x68\x82\xf4\xf2\x35\x68\x21\xaf\x4c\xe5\x19\x1f\xd3\x06\x5c\x94\xa9\xf8\xe6\xc8\x6b\xda\x28\xcc\xe2\xc5\x67\xf1\xd7\xb4\x01\xfd\x64\x82\x77\xf2\x35\x6d\xc0\xf5\x98\x20\x79\x7c\x4d\x1b\xd0\x3a\x26\x18\x1c\x5f\xd3\x06\x6c\x84\x09\x1a\xc2\xd7\xb4\x01\xd5\x60\x82\x55\xf0\x35\x6d\x94\xce\x32\xd3\xd7\xc7\xb4\x01\x65\x60\x82\x59\xef\x35\x6d\xc0\xac\x97\x8a\xb6\x0e\xf9\x10\xa0\xc6\x4b\x45\x5b\x87\xcc\x0c\x70\xdb\xa5\xa2\xad\x43\x66\x06\xa8\xe3\x52\xd1\x66\x21\x33\x03\xf4\x6b\x09\xde\xb5\xd7\x60\x80\x69\x2d\x41\xb1\xf6\x1a\x0c\xd0\xa1\x25\xb8\xce\x5e\x83\x01\xae\xb3\x04\xc9\xd9\x6b\x30\x40\x6b\x96\x88\x4c\xbd\x06\x03\x9c\x65\xa9\xdc\xcf\xc1\x00\x81\x56\x82\xe5\x4a\x02\xfe\x09\x26\xab\x54\x23\x16\x79\x5e\x45\xaa\xc2\x07\xd2\x28\x76\xb4\x9e\xe0\xb5\x4a\x10\x5a\x85\xe0\x59\x0f\x09\x42\xab\x04\xeb\xd4\xef\x35\x13\x67\x22\xf3\xfb\xba\x66\xd2\x99\xf7\xf3\x9a\xfe\xa9\xa5\xaa\x59\x51\xd7\x04\x50\xc0\x17\xf5\x32\x13\x86\xa8\x04\xc5\x53\x8a\x9e\x1e\x9b\xe0\x63\x4a\x90\x2d\xbd\x9e\x12\x81\xad\x54\xcd\x3e\xbb\xe4\x51\x9d\x04\x3f\x81\x00\x5a\x82\x9f\x20\x41\x4c\xf0\x42\x04\xd0\x0d\x24\x58\x00\x84\xac\x13\xb5\xfd\xa9\xc9\x22\xdf\x9a\x49\xcd\x6b\x68\x12\x65\xeb\xaf\x09\x90\xe8\x53\xa2\x66\xfb\x35\x01\x12\x7d\x4a\xad\x7c\x6c\x47\x26\xca\xac\x13\x35\xd4\xaf\x09\x90\x1a\xea\x44\x64\x2a\x07\x77\x31\x13\xa5\xcd\xa9\x55\x6e\x34\xb8\x66\xa3\xb1\x71\xa3\xa5\x46\x6e\xd4\xb9\xd1\xe6\x46\x2c\xc6\x4d\xbb\xc3\x87\x1b\x75\x6e\xd4\xb9\xd1\xe1\x46\x2c\xd4\x94\xcd\x66\xc4\x07\x12\xa5\xaa\x89\xc2\xd0\xd7\xf3\xa4\x30\x34\x35\x6d\x90\xab\x11\xe8\x41\x99\x9a\x3c\x95\x44\x99\x5a\xea\x81\x69\xd4\x83\x50\x89\xa2\x9b\xd4\x31\x0c\xaa\xbb\x44\x35\x4a\xa2\x14\x23\x3d\x9e\x27\x9e\x28\xc5\x48\xd4\x60\xbc\x1e\x32\x55\x10\x89\x70\xd5\xeb\x21\x53\xaa\x90\xba\xb6\xb6\x79\xc8\x54\x17\x24\xca\x03\x5e\x0f\x99\xf2\x80\x44\x4a\xff\xeb\x21\x13\xd8\x4a\x1d\xf9\xfb\xa4\x2e\x6d\x1a\x7d\xd1\xcf\xe8\x70\x26\x12\xcb\x13\x99\xe1\xd9\xf3\xe0\xff\x01\x28\x48\xe3\x4e\xe4\x6f\x67\xb2\xe3\x13\x49\x86\xc9\x34\x3f\x79\x60\x33\x91\x6f\x97\x08\x70\xbd\x06\x1a\x09\x65\xc9\x46\xfd\x78\x06\x64\x76\x25\x12\xb0\x5e\xcf\x80\x44\xaa\x44\x5e\xd4\xeb\x19\x10\x1f\x4b\x24\x2f\xbd\x9e\x81\x31\x15\x99\xbc\x35\x9e\x01\xb9\x48\xc9\x84\x08\x18\x68\x24\x05\x25\xf2\x7f\x5e\x03\x8d\x1c\x9f\x44\xca\xce\x6b\xa0\x19\x66\x92\x73\xf3\x1a\x68\x44\xd2\x92\x09\x11\x30\xd0\x86\x07\x0e\x12\x81\xaa\x97\xed\xc4\xab\xd2\x18\xe7\xc3\xf6\x01\xce\x1b\xf3\xf9\xb0\x7d\x2c\x1a\x57\xff\xb0\x7d\x30\xab\x8e\x1d\x3f\x6c\x1f\x2c\x80\x63\xdb\x87\xed\xc3\x71\x4c\x1a\xf2\x3f\xb1\x7d\x1c\xae\x79\x9e\x0f\xdb\xc7\xa5\xf1\xf6\x0f\xdb\xc7\xe5\x46\xb2\x08\xdb\x09\x85\xa5\xa9\x84\x05\x0f\x3e\xa7\x09\xf0\x99\xc1\x3e\x1e\xc8\x64\x1a\x9e\xe1\x7c\x3c\x90\x09\x4c\x98\xa3\x7c\x3c\x90\xe9\x2f\x3c\xcd\x79\x3f\x1e\xc8\xc4\x13\x20\x94\xf5\x7a\x20\x13\x33\xa7\xcc\xac\x6a\xf4\xaf\x99\x50\xd6\xeb\x81\x4c\xde\xe6\xd4\xdb\xe4\x81\x4c\xc7\x70\x69\x9e\xfb\xf1\x40\x26\x8e\xe7\xbc\xe5\xe3\x81\x2c\x2c\x5a\xb2\x68\xa9\xd1\x6f\xb4\x62\xfa\x78\x20\xcb\x3d\xf1\xb4\xe2\xf8\xb0\x7d\xf9\x8a\x92\x56\xfc\x1c\x0c\x0b\x57\x7a\xcd\xfc\x61\xfb\x9a\xdc\x68\x7d\xce\xb8\x0b\x87\x67\xed\xcf\x19\x77\xb1\x00\xae\xf3\x39\xe3\x2e\x8f\x18\xa4\x75\x3f\x67\x5c\xc2\x40\x69\xdd\xcf\x19\x77\x79\x34\x2f\xad\xfb\x39\xe3\x6e\x36\xfb\x77\xf8\x9c\x71\x37\xc2\xff\x04\x7e\x5e\xb6\x6f\x56\xc5\x9d\x3e\x67\xdc\xed\xdb\xe6\x69\xa7\xcf\x19\x97\x50\x4f\xda\xe9\x73\xc6\xdd\x60\xb8\xad\x0c\x23\x6c\x27\x2c\x93\xf6\x1e\x1f\xb6\x6f\x16\xff\x7d\xc2\x87\xed\x9b\xcf\x70\xdf\xe7\xc3\xf6\x8d\x45\x5b\x16\x61\xfb\x61\x7c\x9e\x50\x3e\x6c\x3f\x04\x0e\x4e\x18\x1f\xb6\x1f\x02\x07\x47\xc0\x1c\xdb\x4f\xa4\x31\x3d\x1f\xb6\x1f\x2c\x3a\xb2\x08\xdb\x0f\x4b\xfa\xc9\xe5\xc3\xf6\xc3\x5a\x7e\x84\x97\xb1\xfd\xb0\x2a\x1e\xdc\x50\x14\xf1\xd3\xf1\x95\x2f\x1d\xf7\xe0\x73\xf6\xec\xde\x74\x58\x27\x0e\x0b\xa0\x90\xe0\xf1\xdd\xfa\x74\xdc\x53\xcd\x19\x0c\x7e\x58\x3c\x8e\xfb\xa6\x39\x47\xfa\xd9\xe9\x12\x6b\x48\x8e\xdc\x1d\x98\x7e\x7c\x1d\xcc\x19\x90\x72\x58\x00\x8f\x43\x88\x9c\x01\x29\xc7\x67\xa9\x74\x8c\x08\x9a\xef\x90\xa6\x03\x22\x3f\x83\x6b\x66\xce\x74\xb0\x98\x0e\x13\x75\xf6\x44\xd4\x74\x58\x6d\xce\xe0\x46\xbe\xe7\x9f\x0e\x98\xf1\x78\x3a\x70\xce\x0f\x5d\x62\xae\x3b\xcc\x75\x94\x00\xa5\x33\x79\x74\xb3\x7d\xda\x4e\x7e\xcc\x71\xd7\xf6\xd7\x76\xdc\xd6\xc3\xd7\xf1\xb2\x9d\x99\xe1\x30\xa5\xbf\x6c\xdf\x3c\x25\x5f\xdd\x7e\x6d\xe7\x3b\x3a\x4c\x80\x2f\xdb\x59\xeb\xce\xb1\x4f\xdb\x99\x19\xce\xad\x9f\xb6\xe3\xf5\x9e\x3b\x3e\x6d\x67\xf2\x3f\x0c\xc5\x97\xed\x44\x52\x0e\xf3\xa7\x6c\xbf\xbe\x99\x96\x2e\x3e\xa2\x6c\xbf\xc4\x9b\x6e\x62\xb6\xf1\xea\xb7\x74\xdd\xbb\x4b\x37\xb1\xca\x60\xe6\x05\x72\x5e\x0d\x45\x62\x2e\x17\xc8\x79\x95\x7a\x83\xeb\x76\x19\x9f\x37\xc7\x0f\x27\xef\x02\xe5\x2e\xbe\xde\xeb\xe7\xbe\x83\x91\xae\xe2\x5b\x84\x96\x2e\xf8\xee\xfa\x16\x7c\x62\xdb\x34\x5d\x46\xf2\x55\xbe\x98\x27\xd2\xa7\x0b\x94\xbb\x85\xf0\x83\x6b\x70\xa6\xeb\x1b\xf2\xe9\x32\xbc\x5f\x16\x79\xf0\x31\xdd\x1a\x7e\x2d\xfa\x07\xa0\x20\x4e\x99\x6e\x4d\x9f\xe6\x82\x9f\xae\xa7\xe0\x5c\xe2\xcc\xe9\xe2\x2f\xdd\xda\x3f\x6f\x58\xe9\x5a\x1d\x9f\x8f\x90\xc0\xd8\xad\xeb\xeb\x9a\x9b\xc6\xf3\x79\xcd\xc6\x23\xe4\x03\xcc\xc6\x23\xf4\x3c\x99\x74\x89\x9d\x91\x69\x94\x2e\x5f\xde\x05\xc4\xfd\x36\x72\xf7\x3e\x3e\xdf\x40\xe7\xee\x7d\x7d\xbe\x01\x1c\xb3\xcb\x57\xf9\x6a\xe4\xd3\xb9\x83\x38\x97\xa9\x91\x37\x00\x88\x83\x39\x2c\x11\x6b\x4d\x17\x97\x58\xc1\xbd\x0b\x6e\xba\x13\x9f\xc1\xe8\xd2\x62\xf4\x2d\xdc\x26\x00\xda\x25\x68\x72\xf9\x82\xca\xe2\x9a\xac\x9f\xf7\x7c\x86\x03\x2e\xce\xd7\xd5\xa2\xfa\x6a\xc4\xa2\x57\xec\x9a\x87\x8c\x47\x76\x95\xce\xa5\x47\xc7\xba\x74\xef\x47\xe2\x57\xba\x7c\x25\x57\x28\xc3\x3f\x9d\x4c\xf8\x37\x07\xad\x4b\xbe\x63\xe2\x89\x7b\xde\xc8\xba\xe4\xbb\x45\xde\x09\x3f\x85\x4f\xc7\x9d\x28\x5f\x35\x74\xb1\xdf\xd4\x40\xbf\x8a\x9f\x22\xd0\xc7\xcf\xe5\x95\xc8\x0f\x19\xdc\xbd\x28\xaa\xc3\xa7\x33\x39\x53\x63\x50\x79\xa2\x93\x1b\x0d\xa1\x28\xba\xe4\x11\xd4\x1c\x94\x20\x3a\xec\x6d\x7b\x26\xef\xd6\x7f\xf7\x6b\x7b\x0e\x6c\x56\x84\x39\x3e\x6d\x9f\x3c\x9e\x79\x3e\xcd\x9c\x74\x49\x4f\x09\x33\x23\x20\x2c\x86\xf4\x61\x66\x74\xe4\x92\x63\xd8\x1f\x66\x46\x5f\xeb\x72\x54\xbc\x09\x33\xa3\xef\x1a\xe4\xa8\x5d\x03\xcc\x8c\xee\x20\xe7\x58\xc6\x87\x99\xd1\xbf\xe6\x1c\xf5\x35\x63\x66\xe4\x29\xc5\xaa\x8d\x8c\xe2\x8d\x95\x9f\xeb\x8b\x53\x97\x2a\x3f\xd7\x17\x67\x6a\xdc\x34\x9e\xf7\xa4\x95\x63\xe5\x9a\x4d\x33\xc4\xe3\x8d\x0d\x33\xdd\x11\xfc\x3d\xd3\xf7\x8c\x73\x6c\xcf\xd7\x99\x85\xc6\xf3\xf6\xd6\x72\x64\x8d\x8c\x2c\x80\x7a\xf2\xb1\xd3\x25\x13\xca\x58\xde\xe8\xbb\x6f\x39\x2a\x7a\xe8\x1b\x19\x39\x1e\xee\xae\xf0\x9f\x9e\x27\x3e\x51\x7c\x65\x2b\xf2\x73\xd0\xc9\x2b\xc1\xd7\xb7\xb8\x33\x09\xbe\x39\x29\xac\xe6\xf5\xf3\x59\x59\xb8\x29\x2b\xa0\xe9\x8f\x2e\x79\x68\x29\x27\x5c\x46\x82\x26\x99\x48\x76\x4e\x3e\xf1\x2a\x68\x92\x13\x5b\x3a\x89\x19\x97\x70\x40\x4e\xbc\xa3\xf4\x8a\xd4\xeb\x4c\x7f\x63\x89\x19\x93\xa0\x49\x4e\x3e\x71\xe6\xc4\x94\x47\xd0\x24\x93\xfe\x95\x5f\xa9\xb2\x1e\x41\xcb\xca\x98\x25\x0b\x4c\x11\xb4\x4c\x8e\x6c\x4e\xfb\x23\xc6\x9e\x13\x4b\xac\x12\x4b\x09\x96\x65\xd4\xf7\x33\x42\xfb\x0a\x96\xe5\xcc\xc0\xcc\xe1\x23\xc6\x9e\x51\xca\xcf\x48\xe4\x2b\x58\x96\x11\xc5\xcf\xa8\xe1\x2b\x58\x96\x51\xa7\xcf\xc8\xd2\x2b\x58\x96\x73\x62\x9b\x28\x7d\xc4\xd8\x33\xea\xed\x19\x69\x76\x05\xcb\x32\xf2\xeb\x99\x04\x33\x05\xcb\x32\x79\x66\x19\xc1\x75\x05\xcb\x32\x39\xab\x19\xcd\x72\x05\xcb\x32\xe9\x66\x19\x65\x71\x05\xcb\x32\xca\xe2\x39\xd7\x8f\x30\x7a\x46\x1a\x3c\xe7\xf6\x11\x46\xcf\xe8\x70\xe7\xdc\x3e\xc2\xe8\x19\x99\xeb\x8c\xbe\xf5\xeb\xbd\xa3\x68\x9d\x91\xb2\x7e\xbd\x77\xe4\xa3\x33\xda\xd0\xaf\xf7\x8e\x36\x74\x26\x9b\xf6\xf5\xde\x91\x81\xce\x79\x7c\xbe\x77\x34\x9e\x33\x62\xcb\xaf\xf7\x9e\x17\xfd\xd4\xae\x01\x9f\x8c\xe2\xe7\x59\x1b\x03\x8e\x9b\xb2\xe2\xe7\x59\xa9\xff\x8e\x9b\xb2\xe2\xe7\x04\xce\x15\xd8\xca\x8a\x9f\x23\xb7\xfb\x7b\xcd\xc3\x99\xc7\x3e\xaf\x79\x74\xe6\xfc\xbc\x26\x2b\x49\x3e\xfb\xf3\x9a\x02\x61\xf7\x03\x22\xe5\x2c\x10\x76\xe7\xff\x4f\x40\x91\x11\xbe\xcd\xf9\x7e\xe0\xa7\x8c\xe2\x6d\x26\x98\xff\x9a\x60\x48\x33\xce\x4f\xf8\xc0\x4f\x19\x8d\xdb\x4c\xee\xb1\x16\xea\x4c\xd8\x3f\xa3\x6a\x2b\xfc\x94\x09\xe6\x67\x82\xf9\x77\xf0\xae\x20\xfa\xcf\x0a\x50\x1e\xa7\xf5\xce\x24\x8c\x65\x08\x69\x95\x12\x9c\x21\x2d\xcd\xb0\x95\x2a\x25\x38\x43\xda\x97\x61\xeb\x53\x42\x55\x86\x91\x2f\xb7\xf6\x91\x26\x95\xa1\xdb\xcb\x04\xcd\xd2\xf1\x5c\x9f\x0c\x49\x56\x86\x1d\xeb\x41\x42\x27\xc3\x80\x95\xa1\xbe\x7a\x4e\xd2\x99\x87\xc6\xeb\x8d\x0f\x37\xf2\x25\xfd\xff\x25\xec\xdc\x95\x34\x57\x72\x23\xec\xeb\x29\xe6\x0d\x44\x16\x12\x75\x89\x58\x4f\xb6\xf4\x0e\x64\x5d\x22\xd6\xd8\xb3\x13\xa3\xdd\xf7\x57\x34\x3e\xb4\xba\xcf\x71\xc6\x18\x63\x2a\xf8\x37\x6f\x45\x14\x90\x85\xcc\xb4\x16\x31\x4f\xb0\x74\xac\x01\xf5\xb4\x28\x35\x9d\x1e\x7e\xa3\xe3\xcb\x10\x36\x72\x1a\xaa\x0c\x81\x22\x43\x99\xc8\x2d\xd2\x04\xeb\x70\x14\xd0\xde\x09\x43\xa4\x18\x5c\x0c\x7e\x5c\x44\xd8\x1a\x7c\x0c\x02\x34\xa2\x69\x13\x52\xe1\x31\xf8\x32\x18\x4d\xb9\x95\x30\x8c\x80\x8c\xf5\x58\xe7\x43\x6c\x33\x06\x37\x83\xb1\xab\xd9\x88\xb8\xf4\x8d\x19\x7d\x63\x41\x18\xfb\x18\x64\x9d\x40\x9c\xc4\xdf\xc6\xd9\x59\xf5\xd1\xe9\xf0\xcd\x6a\x03\xbc\x66\xc8\x6e\xf8\x0e\xa3\x28\x4b\xb0\x0d\x94\xcd\x37\xf1\x9e\x86\x31\xeb\x58\x92\x1f\x66\x48\xa7\x7e\xa1\x7d\xac\xde\x21\x05\x67\x08\x36\x18\x4a\x0d\x15\xc1\x50\x43\xc9\xc0\x90\x30\xa8\xe2\x6f\x22\x29\x60\x68\x09\xd4\xca\x04\x83\x33\x6f\x03\x5b\x32\x44\xe3\x6c\xb0\xcf\x03\xbf\xbd\xf6\x93\x83\x0f\x83\x71\xa2\x11\x1d\xa5\x06\x7f\xdc\x20\x8e\xd7\x11\x3b\x65\x06\xe5\xdb\xe0\x7a\x57\x5c\xe0\x0d\x06\xb7\x41\xd6\xae\x0f\x4b\x3a\x48\x9f\xc1\x23\xae\x73\x73\x49\x2c\x2c\x23\x6d\x87\x62\x7b\xdf\xc6\xe0\xec\xe9\xff\xc3\x72\x01\xf3\xd4\x46\x9a\xf4\xc4\xe6\x9d\x41\xd7\x34\xd8\x98\xad\x44\xbd\x64\x30\x27\x0d\xca\x64\xc3\x78\xd5\xa0\x37\x1a\x0d\x71\x8d\xd6\x06\x4b\x30\x70\xa4\x03\xcc\xe0\xd1\x11\x9f\x06\x02\xcd\x8a\xb2\xc0\xe0\x12\xda\x40\x61\x19\x75\x04\x1b\xac\xf3\x23\x4d\x4d\xf8\x9b\xb0\xe4\xec\x49\x27\x90\xe8\x0a\x31\x48\x6f\x06\xdb\xad\xd5\x9b\x23\xc9\xb7\x9e\xf4\xd4\x88\x16\x0c\x7b\xe2\x0b\xb0\x07\x8b\x8c\x16\xa5\x86\x3d\x40\x28\x4f\x54\x80\xad\x87\xd2\xb5\x3d\x51\xad\xd9\x83\xf5\x44\x67\x61\x79\xc8\x1d\x1e\x3c\x20\xa0\x67\xdb\x03\x05\xe7\xc1\xc9\x00\x56\xb1\xd1\x5d\x67\x74\xd7\xb5\x19\x74\x43\x7b\x1a\x27\x42\x09\x1f\xd7\x30\x7b\x20\xd6\x3c\x88\xd0\xaf\xce\xcf\x59\x6d\x68\xa4\x6b\x87\x6c\xe8\x61\xf1\x7f\x90\x65\x3f\x41\xae\xb4\xe7\x65\x10\x49\xc5\x6b\xf1\x37\x09\x6b\x0f\x8a\x7e\x46\x08\x7a\x40\xde\xe8\xbc\xeb\x95\xc9\xf0\x30\xbd\x81\x1b\x7b\xe3\x2b\x7e\x99\xde\xa0\x87\x1d\x7f\x09\x7b\xc9\x08\x5e\xf4\xd3\x72\x26\xbf\xb4\xc2\xbc\x88\x0d\x0f\x62\xf2\x4b\x29\xfd\x22\x1b\xf6\x46\x95\x6e\x2f\x93\xf6\x45\xa7\xea\x04\x0b\xdd\xe8\xc3\xb3\xec\xc3\xbb\x1f\x4e\xd4\x18\x6c\x48\xb9\x04\x37\xd3\x68\xb5\xb3\x6c\xb5\x6b\xf9\x73\xb2\xf5\x17\xd6\x2f\x26\x1c\x96\xa0\x65\xf6\xdf\x0d\xcb\x41\x8e\x44\xaa\x86\x56\x60\x7b\x09\x02\xe0\x9a\xe3\xe1\xbd\x27\xbc\xf9\x22\x32\xf3\xe4\x89\x88\xc9\x2f\x94\xd7\x97\xb0\x36\x79\xef\x33\x62\xdd\x41\xc2\xd1\x66\xa4\x2c\x36\xfd\x7b\x0e\x3e\x49\x0f\xa7\x7f\xcf\xc1\x27\x15\xce\x04\x76\x82\x9a\x64\x34\xc9\x19\xdd\x71\xc9\x2d\x32\x9a\xe4\x8c\xee\xb8\xe4\x16\xd9\x24\x4d\x9f\xd4\xc7\x25\x84\x3a\x6c\x32\xeb\x66\xa3\x6f\x21\xd4\x73\x6c\xb2\x1e\x4d\xd6\x23\x8b\x26\x1d\x9b\x4c\xc5\x49\x25\x0d\x35\xc9\xe8\xaa\xb3\x49\x41\x5d\x06\x47\x76\xae\x33\x9b\x2e\x4a\x0e\x72\x9b\x1d\xdc\xa1\x72\xa2\xd8\x71\x36\x9a\xeb\x92\xc4\x64\x13\x44\x6b\xd2\x59\x56\x1a\x77\x04\x5f\x70\x66\x0a\x4f\x59\x90\x90\xe9\xcc\x14\xfe\xb9\x7f\x9b\x50\x2c\x82\xc1\xca\xe2\x32\x7a\x7a\x6d\x51\x63\xae\xac\x90\x98\xa7\x8b\x87\xbd\x48\x0c\xe9\x3d\xb6\x15\xfb\xbb\xb6\x3e\xeb\xa5\xc6\xe0\x62\x90\x76\x92\xc5\x91\x54\x41\x8b\x96\xd9\x1d\x60\x94\x2d\xaa\xa0\xd5\xa0\x2b\x06\x7b\xc6\x16\xa5\x0a\x98\xe9\x55\x82\x28\x63\x8b\xfc\x69\x1d\xf6\x93\x03\x1f\x33\xc0\x52\xdb\xc9\xfc\x22\xc7\xd9\xe4\x38\x3b\xf9\x55\x7c\x4f\x89\xa7\x02\xa4\x5e\x46\x4e\xb6\x69\xc4\xda\xd0\xc1\x4a\x74\xd5\xda\x06\x08\xdf\xec\xa9\x42\x16\x30\x60\x55\xdb\xe5\xfa\xc2\x88\x6c\x83\x6c\xed\x80\xb4\x3e\xef\x28\x41\xd6\x5d\xf6\xb7\x3b\x82\x35\x65\xb0\xa6\x3e\x67\xf4\xe6\x99\x6d\x92\xa2\x9c\xd1\x80\xa5\xb6\x67\xfd\xf6\x56\x37\x5f\xde\xfe\xf6\x56\xff\x66\x87\x7b\x3f\x25\xc9\xa0\xf1\x94\xc0\xdc\x0c\x7c\xec\xf3\xc5\x01\x8c\xd9\x61\xc5\xcc\x17\x77\x62\xe1\xb4\x63\xdf\x4b\xe2\x23\x8e\x14\x67\x0f\xc6\x98\x1d\x0a\x89\x13\x98\x44\x41\x87\xc3\x0e\xa1\xe8\x44\x28\x2a\x23\xff\x26\xf3\x05\x0c\xab\xe0\x01\x6d\x60\x58\x06\x86\x55\x6a\xfe\x4d\x3e\xc7\x93\xf5\x6e\x5e\x27\xd5\xc5\xa1\x9d\xeb\xf3\x3a\x89\x64\x09\x3b\xa1\x01\x6e\x87\x42\xf7\xb0\x11\xe5\x8b\x9f\xb3\xcb\x78\x06\x1b\xec\xe2\x8e\xa8\x2e\xc0\xa2\x0c\xf6\xa1\x81\x37\x59\xe2\x4d\xf9\x3d\x1d\x72\x9c\x93\xfd\x4a\x04\x83\x03\xc4\x9b\x58\x54\x06\x83\xf3\x72\x22\x90\xa9\x9c\xde\x87\x75\xfe\xd0\xd9\x64\x6f\x9e\x88\xd7\x01\x0a\x5c\x99\x36\x87\x77\x0b\x94\x65\x57\xf4\x9c\x1b\x7d\x86\x76\xe6\xf3\xfd\xc9\x4f\xee\x7d\xd5\xef\x4f\x89\x2c\xf8\xac\xf5\xfd\x29\x11\x5c\x0f\x7b\x0f\x9f\x67\x67\xf1\x3f\xe7\x4f\x3f\x27\x42\x9c\xf3\xed\xe7\xa2\x23\x51\xd7\xad\xaf\x23\x75\x05\xbc\xa2\xeb\x7e\xbf\x1f\x59\x38\xd2\xfe\x74\xa4\x71\xa4\xfd\xe9\xc8\x58\xe7\x45\x2f\x61\x4e\x30\x5d\x51\xb7\x2a\x81\xad\xcf\x9f\x47\xec\xd1\x05\x37\xf7\xf3\xe7\xce\xdf\xa4\xd3\x84\xd0\x2e\x60\x2e\x65\xdb\x20\xa1\x5d\xa0\x5d\xba\xea\xf5\x15\xda\x75\x05\x62\xa0\xab\xea\xeb\x6d\x0a\x4e\xa1\xb2\xdd\x90\xb7\xa9\x2b\xe6\xa7\xb2\xeb\x90\xd0\x2e\x9a\x0f\x75\xd5\xf9\x15\xda\x05\xed\x50\x57\xae\x0c\x83\x23\x23\x74\xe9\x6a\xfe\x15\xda\x45\x47\xa2\xae\x6c\xc7\xab\x9c\xa8\x73\xef\xec\xf2\x13\xda\x75\x45\xf1\x2c\x28\x89\x39\x15\x75\x45\xf4\xd7\x95\x9d\x77\x8b\x9f\x0f\x4e\x04\x03\x84\x68\xa3\x6b\xf0\x94\xa0\x6a\x12\x6d\x74\x43\xb9\xbc\x93\x85\x1d\xf1\x53\xe0\x62\x82\x84\x98\xf1\x53\x77\xa4\xdb\x4a\x02\x3b\xf1\x53\x77\x54\x7e\xba\x4b\xfd\x8a\x9f\xba\x23\xbf\xd3\x1d\x69\x49\xc6\x4f\xdd\x85\x13\xd1\x2a\x42\xfc\xd4\x1d\x89\x9d\x6e\x94\x07\x88\x9f\xba\x79\xef\x37\x68\x3c\xf1\x53\xb7\xf8\xb9\xce\xb7\x3b\xba\x23\xa2\xe8\x86\xaf\xfd\x79\x47\x87\x8b\xc7\xa5\xba\x46\x03\xa5\x4a\x2c\x3d\x2a\x78\x3e\xa1\xe5\x2d\x58\xd1\x82\x15\xdd\xef\xca\x91\x51\xe1\x88\xa6\xc5\x5e\x02\xdd\x56\x89\xa0\xaa\x82\xb6\x73\x8d\x1c\x5c\x90\x87\x65\x88\xa6\x5d\x33\x07\x3b\x83\xe8\xfe\x45\xf7\xbc\x40\x7c\x64\x29\x77\x56\x39\xd2\x18\x44\xb8\x0a\x23\x5e\x81\xd5\x08\x90\x66\x2c\x1e\xb2\xc5\xcc\x92\xc5\x4a\xa9\xc3\x1d\x59\xe4\x0e\xb2\x00\xfc\xfc\x1a\x9c\x28\x72\x5b\x59\xe4\xb6\x7e\x85\x7e\x98\x2c\x40\x75\x59\x14\x6b\x5e\x72\x30\x72\x38\x19\xc0\xab\x3b\x27\x5a\xfc\x3c\xaa\x34\xa7\xd9\x4d\x54\xfc\xa2\xe2\x77\x7c\xed\x04\xf7\x58\xf4\xfb\x39\x4a\xe9\xa2\xed\x4f\x70\x02\x43\x2f\xff\x37\x09\x85\x14\x79\xac\x14\xa8\x6c\xa8\xb0\x7f\x0c\xc6\xaa\x28\xda\xf8\x42\x38\xf3\x63\xd0\xf8\xdb\x51\xd7\x79\xb8\xba\x7d\xfc\x8f\xab\x88\x58\xe2\xf8\xa4\x49\xc4\x12\x1a\xf7\x42\xb6\xee\x63\x30\xd6\x25\x29\xd6\x25\x47\xa0\x5a\x22\x18\x28\x82\x81\xa3\x81\x2c\x45\xa2\x26\x45\xa2\x66\xe8\xbc\x4b\xf1\x40\xa5\x68\xeb\xf0\xc9\x4c\xc1\xc2\x5f\x10\x1b\x7d\x57\x2e\x3e\x4a\x00\xd1\xa3\xe7\x48\x81\x4a\x11\x94\x45\x8f\x9e\x53\x48\x08\x2a\xa3\xd2\xcb\xfd\xe6\x05\xe2\x60\x2e\xac\xcb\x57\xd7\xb3\x50\x2f\x95\x13\x75\xd3\xb7\xdc\x82\xc0\x28\xbc\xc2\x95\x26\xe1\x16\x54\x47\x61\x0b\xae\xf4\x03\xb7\xcd\x91\xb1\xd6\xcb\x23\x22\x57\x4d\x06\x23\x88\x8a\xe6\xbd\x5a\x43\x54\x54\xf4\xcd\x29\x5d\x75\x7b\xec\xc4\x08\x1f\x5d\xa5\x81\x6e\x8f\xed\x63\x61\x61\x2b\x3a\xec\x6a\xdf\x9c\x3d\x56\x3f\x61\xc7\x5a\x07\xb7\x8a\x75\xaa\xf0\x4c\xad\x8f\x71\xab\x4c\x36\x9c\x46\x2b\x96\x62\xc2\x3f\x54\x58\x85\xd6\xf7\xe2\xde\x37\xf7\x0e\xeb\xf6\x0d\x74\x52\x78\x6f\xca\x93\x10\x1a\x9a\x62\xaa\x7c\x7d\x40\x4f\x15\xc7\x28\x55\xa6\x65\xc5\xac\x7d\x05\x14\x28\x9a\xdb\x84\x97\x62\xdd\xa1\x0f\xad\x1a\x11\x4b\x15\xc3\xf2\x1d\x5b\x14\xa2\xf1\x4d\x34\xbe\xd5\x1d\x98\xa3\xb0\xf4\x13\x5e\x7e\x15\x53\x22\x41\xf3\x54\xd2\x3c\x71\xb3\x11\x8c\x4e\xa5\x1f\x5a\xa9\x0c\x06\xd6\xac\xb4\x1b\xcb\xb0\x89\x51\x98\xd2\x21\xcc\xf2\xc8\x08\x39\x4a\xe7\x27\x0f\x2a\x91\x2a\xf3\x29\xcd\x9a\xbc\xe5\x20\x3f\xc7\x51\xc9\xa3\x06\x15\xce\x48\xc2\x12\xa9\x21\x13\x28\x2c\x8a\x84\x37\x51\xc3\x6e\x42\x78\xf7\x08\xd3\x9e\x46\xb5\x2a\x8c\x6b\x84\x63\x4d\x6b\xd1\x0c\x20\x5a\xe4\xd4\xb2\x52\x0f\x60\x57\x38\x9f\x08\xcb\x93\x36\x42\xf0\x4d\x98\x72\x08\x37\x8e\x06\x41\x48\xf8\x3e\x08\xc3\x87\x36\xa3\x23\x4c\xed\xe1\xe7\xf8\x12\x2f\x6e\x13\x79\x7e\xa1\xcb\xdf\x36\x2b\x38\x3a\xf9\x6a\xd8\x56\x9d\x20\x17\x0b\xb9\x7c\xb5\x74\xaf\xe2\x81\x20\xaa\xad\x54\xd3\x2e\xdc\x11\x1a\xd9\xea\x69\x4b\x73\xe5\x60\xcc\xa5\xd4\xac\xb6\x60\x3b\x08\xf5\x67\xa5\xec\xb3\x62\x6b\x4a\xc8\x3e\x2b\xf5\x9e\x11\x8b\x14\x6a\xcc\x02\x76\xeb\x0a\x7e\x91\x90\x53\x56\x4f\x97\x92\xc2\xdf\xac\xfc\xcd\x34\x16\x21\xb8\x20\x61\x2c\xb4\x8b\x57\xf7\x77\x1d\x82\x6c\x6f\x5c\x56\x94\x87\xdd\x03\x2c\x15\xac\x4e\x25\xab\xb3\x06\xd7\x44\x30\x37\xd5\xd3\x03\x82\x05\xa6\x4f\x6e\x15\x73\x84\xc6\xd2\x3e\xf8\x42\x06\x0a\xf1\xc8\x84\x09\xdd\x48\x21\x18\xd9\x77\x34\x6d\x08\x8d\x41\x8d\xc8\xad\x56\xaf\xf7\x5a\x4c\x73\xe4\xf8\x94\x3a\x7c\x57\xb0\x99\x85\x66\x9e\x52\x2c\x0f\xd2\x84\x90\xb2\xd3\x88\x1b\x1c\x77\x90\x38\x35\xb8\xab\x11\x77\x35\xca\xcd\x91\x9d\x23\xd1\xa2\x2b\xd1\xba\x2d\x94\xe2\x84\x44\xdc\xea\xb5\xac\xc5\xe2\x85\x30\x9c\x52\x11\xae\x30\xd5\xe9\x9d\x53\xca\xa1\x29\xff\xee\xe4\xb2\xd0\x1b\xf3\xce\xdf\x9d\xdc\x00\xa2\x60\xd5\xb8\xac\xcd\x15\xec\xd4\x75\xe4\x19\x1c\x8e\x84\x1c\xd8\x09\x5c\x88\x43\xe9\x61\xdd\xef\x81\x3f\x09\x75\x27\xa5\xac\x13\x68\x8d\x90\x6e\x52\x6a\x36\x0d\x2e\x09\x95\x26\x81\x93\x0d\x4c\x3a\x05\x0b\x55\x0f\x22\xa4\x98\x39\xe8\x89\xe8\x22\x78\xa7\xe3\xad\x9c\x88\x69\xf9\xa0\x2a\xf9\x92\x04\x42\x3f\xd5\x83\xf8\xe2\x24\x9e\x3c\xa4\x0d\x0f\xba\x87\x53\x31\x57\x21\x9c\xea\x41\x8e\x10\x23\x40\x3d\x51\x4c\x09\xb8\x6c\x4c\x56\xb2\x27\x70\x08\x3d\x48\x0e\xae\x60\xf5\xea\xe9\x9c\x1d\xb5\xbf\x95\x67\x8f\x92\x45\x4f\xd4\x2a\xda\x21\xe1\x2d\x58\xa8\x82\x85\xea\x77\xec\x61\xe8\x21\x92\x3f\x1b\xfd\x8c\xc5\x91\x87\x07\x72\x40\xd0\x83\xa2\xa6\xe7\xf0\x3c\x63\xb7\xc3\x4b\x28\x03\xe8\x8d\x07\x29\x90\x31\xb7\x8f\x8c\xeb\x37\x09\x06\x40\x99\x5e\x12\x0c\x45\x3d\xaa\x17\x45\x91\x37\xb2\x07\xaf\x21\x23\xa6\x97\xc2\xe2\x8d\xc7\xeb\xa8\x8a\xea\x65\x85\x7c\x63\x85\x74\x18\xa3\x7a\x11\x39\x81\xa1\xea\x08\x0c\xe8\x65\x4e\xbd\x31\xa7\xaa\x11\xfb\xa1\x9f\x0a\x30\xac\x1a\xf9\x29\x80\x97\x00\xbc\xaa\x58\x60\xdf\xcd\xd9\x37\x00\x77\x80\x92\x9a\xa4\x8d\xf3\x66\xd9\xe4\xeb\x9b\x51\x77\x89\x4e\xbc\xfa\x12\xea\x26\xc9\xf5\x8c\xe4\xba\x22\x6b\x21\x48\xa5\x9a\x80\xa7\x14\xfd\x9a\xc4\xe9\x49\x9c\x2e\x24\x17\x93\xdb\x9c\xf8\xc6\x66\xc2\x3e\xa3\x6b\x55\xf0\x39\x5b\xe3\xd3\x01\x48\xd2\xc4\xd3\x72\x50\xeb\x4c\x3e\xb2\x09\x42\x3d\x03\x16\xd4\x24\xfa\xcc\x49\x98\x77\xee\x28\xea\x51\x4d\x9c\x04\xd7\xe1\x92\x62\x71\xd2\x8c\xee\x8b\x76\x1a\x97\xc4\xe7\x38\x63\xc2\x34\x2c\xf4\xb5\x22\x07\xd5\x4a\xbb\xb8\x95\x83\x93\xc1\xc8\xcd\x31\x79\xd7\x8a\x9a\x53\x0b\x0f\x04\x34\x5b\xb5\x02\xaa\xd0\xc2\x2a\xa0\x87\xd1\x91\x16\x1f\x19\x98\x56\x1f\xb1\x01\xa3\x45\xbe\xb7\x10\x7b\x5f\xe4\x26\xab\x73\x64\x24\x48\x9d\x8d\x22\xad\xa8\x13\xb4\xb0\xf0\x39\x0f\x83\xd1\xb4\xa5\x95\x62\xdc\x44\x88\x15\xad\x58\x5a\xb0\x8f\x75\x71\xf1\x7c\x10\x0b\x79\x6a\x0f\xba\xab\x36\xd3\x7c\xa3\x80\xdc\x29\x95\x76\x90\xf6\xe2\xeb\x0a\x9c\x74\x31\xd8\x18\x44\xe6\x91\xbf\xb9\xe3\xdd\x6a\xc3\x14\xde\xd4\xb8\x9b\x57\xbc\x11\x95\x3d\x41\x55\xd2\x26\x61\xa1\xdb\xce\x31\xa5\x17\x4d\x70\xda\x0f\x8a\x20\x54\x06\xe7\x42\x84\x07\x0a\xed\x15\x3a\x94\x3a\xac\x7b\xf4\x3d\x5d\x18\xb7\xe9\x90\x2a\x82\xba\x94\x52\x73\x50\x0c\xfa\xf7\x23\xf9\x64\x92\x35\xf9\x79\x24\x95\xd6\x99\xf9\x37\x63\xce\xd3\xad\xa3\xc3\x6e\x2c\x9c\x72\x1d\x52\xc5\xc3\xd6\x3c\xee\xf0\x02\xd4\xd0\x61\xe3\x55\xe1\x34\x20\x5a\x78\x44\xef\xce\x25\x5e\x31\x2d\x3c\x02\xf0\xb8\xc4\xa4\x3d\x81\x18\x0a\xdc\xe3\x92\x73\x24\x05\xe5\x39\xd9\x2b\x1d\xda\x7e\x34\xed\xf8\x67\xd3\x0e\x72\xc5\x70\x36\x3d\x39\x9b\xb4\x49\x3a\xda\x46\x7e\x65\xeb\x25\xba\xf0\x30\x38\x1d\xd8\x24\xbb\x41\x1d\x7a\xa6\x5f\x25\xf7\x97\x19\x34\x6a\x39\xfb\xd6\xe6\xe1\x00\x25\x7e\xe5\x26\x7e\x0e\x06\x0e\xe1\x89\x43\xa4\x45\xfd\x9d\xf1\x77\x97\xaf\x27\xef\x25\x82\x87\x97\xbb\x7e\x3d\x79\x2f\xc4\xc8\x02\x69\xe4\xf3\x48\x76\x1b\xff\x9f\x55\xc8\x60\xe0\x2c\x5e\x1c\xb1\x27\xf4\xc8\x29\xad\xbd\x90\xf2\x1d\xac\x98\x0a\x3a\x4b\x85\x0c\xe7\xbc\x39\x98\x31\x3d\xdf\x74\x5c\x7c\x41\x67\xa9\xb0\x13\x49\x63\x80\xc3\x31\x74\x38\x86\x4e\x77\x90\x97\xc1\x6c\x0d\x18\xc3\x2f\x04\x37\xcb\xe0\x3a\x23\x2e\xf9\x85\x3a\x2f\x85\xbd\xd3\xc3\xe1\x17\x3e\x36\x88\x98\x79\x41\xad\x09\xda\x9b\x97\x87\x13\x45\xfe\xe4\xe9\x97\x59\x02\xf2\x73\x28\x8a\x7e\xe3\x6b\x07\x45\xd1\x4b\x60\x7d\x7e\xe3\xa2\x58\x26\x3f\x8f\xcf\xde\x01\x7b\x1c\xa6\xa1\x17\x8a\xbe\x54\xc8\x47\xaf\xcc\xd1\x11\x72\xcb\xbf\x19\xc1\xdf\x91\x2d\x73\x43\xca\xb8\x1c\x7e\x8e\x78\x92\xa1\xc9\x59\x0e\x47\x1e\x8e\xc4\xb2\x81\x26\x13\xa7\xc9\xc4\x85\x0d\x29\x1a\x43\x6e\x91\x50\xb8\xe3\x31\x40\xeb\x88\x1b\x32\x4b\x8e\x43\xb0\xa1\xaf\x64\x85\x23\x91\xde\x85\xc4\xe8\x16\x61\x34\xbc\xd4\x63\x90\x6b\x31\xb6\xa5\x11\xb8\x05\xb1\x70\x13\x47\xe2\x29\x61\x11\x82\xdc\xc4\xb6\xf4\x95\x47\x3e\x0c\x82\x19\x20\xa9\x0f\xa8\xe1\x56\xb3\xd8\xe7\xec\x68\x76\x59\x80\x67\x61\x34\x11\x83\x3c\xb3\x46\x5d\x8f\x9b\x98\xa1\xd9\x05\xee\xe1\xe9\x55\x6e\x0f\x97\x14\x7b\xab\xfe\x20\x61\x6d\x28\x71\x19\xea\x57\x2f\x1e\x32\x50\x2f\x1d\xce\xa5\xbf\x4f\xff\x5d\x42\xe1\x16\xa5\xac\x5b\x2c\x79\xfe\x62\xe0\x46\x5f\x89\x5b\xd4\x2b\xfe\x22\xd4\x0e\x67\xd3\xe1\x6c\xfa\xe4\x2b\x31\x24\xb5\x2c\x00\x59\x9f\x68\x9d\x5a\x14\x69\x6e\xb1\x0e\xfa\x42\x65\x9e\x16\x12\xa7\x85\xc4\x17\xa6\x0d\x46\xeb\x01\x8d\x21\x9e\x5e\xbf\x8a\xd8\xec\x40\x32\x7e\x98\x3e\x09\xc2\xc0\xbd\xf4\xc3\xd9\xc5\x6c\x40\x23\xce\x0f\xaa\xd5\xa2\x49\x41\xb1\x45\xeb\x69\x65\x02\xbf\xd2\xe1\x57\xd6\x0b\xad\xd3\xc4\x59\x00\x58\x2a\xda\x6b\x9e\x38\x8b\x22\x3e\xd5\x8c\x8e\x8a\xec\xd4\x15\xd5\x52\xbd\x91\x53\x57\x14\x4d\xae\x58\x89\xea\xcd\x87\x2b\x62\x89\x1c\x9d\xac\x99\x47\x72\x47\xb1\xa9\x57\xd3\xfa\x15\xb4\xc6\x41\x6b\xea\x8d\xd4\xb3\x98\x37\x8a\xea\xa3\x16\x34\x90\xd5\xb8\xf7\x86\xa2\x16\x5f\x9e\x68\x7c\x50\xac\x75\xb5\xe0\xed\x22\x7a\x1c\x14\x31\xa1\x0a\xe7\x30\x48\x97\xae\x58\xd9\xab\x63\x32\x20\x42\x83\x62\x37\xa0\x3a\x32\xb1\x88\x59\xb9\xc0\x35\xfc\xf0\x90\x91\x52\xd3\x44\x66\x0b\xd9\x5d\x4d\x4e\x14\x99\x72\x25\xe5\x74\x60\x21\x87\xb3\x59\xd3\x78\x51\x8b\x87\x0c\x02\x52\x71\x9b\x14\xa1\x01\x11\xac\x9a\x32\xf3\x10\x39\x1d\x11\xac\xda\x71\x58\xf5\x2b\x3f\xf8\x00\x7a\x3a\xe1\xcd\x23\x0b\x76\x8f\x08\x5f\x47\x1e\x19\x49\x83\x7b\xa1\xd5\x01\xa9\x62\x4f\x6d\x39\xde\xfb\xf3\xe6\x91\x9b\x41\xa4\xbb\x78\x74\x0e\x12\xe7\x51\x4f\xd7\x07\x0d\x5f\x27\x42\xb8\x21\xdd\x85\x01\xba\x13\x1a\x5c\x64\xac\xc4\x66\x27\x34\xb8\x38\x12\x43\x22\x98\xa6\xee\x11\x21\xea\x8b\xb6\xbe\xb3\x04\xb9\x12\xfd\x89\x69\x03\x74\xe5\x10\x4e\x6b\xea\x48\x3b\x58\xa8\x47\x65\x59\x37\xf6\x94\x90\x43\xdd\x3b\x40\x0f\x4e\x44\x4e\x14\x77\x7c\xc6\xd3\xc7\xc5\x89\x10\x9e\xdd\x17\xbc\x77\x9f\x1c\x49\x1a\x9b\x6e\x29\x3e\x39\x92\xee\x8b\x92\xf7\xce\x87\xee\x11\xf6\x9b\x21\xa0\x8e\xc4\x98\xa7\xc4\x98\xa1\xd3\xeb\x2c\x02\xc0\x5a\x2d\x4d\x5f\xa1\x75\xba\xc7\x16\x6d\x13\x81\xa5\x06\x1c\xe8\xc0\x5a\xcd\xd3\x91\x3c\x32\x09\x07\xcf\x6a\x15\x75\xfb\x1a\x6b\xb9\xd7\x1b\x3d\xaf\x8e\xab\x33\x8b\x00\xcc\xcf\x56\x79\xc8\x95\xe8\x5f\x23\x91\x6c\xed\xc6\xc3\x9a\x45\x00\xe4\xab\x35\xbe\x77\x90\x2f\x07\xf9\x6a\x0d\x19\xe3\x2a\xce\x1e\xba\x5c\x2d\x8d\x14\x2b\x91\xba\x46\x71\xd9\x9e\x4f\x2b\x7f\x2e\x9e\x02\xe2\x4d\x4b\x71\x24\x09\x53\xa1\xec\xc5\xe1\x02\xf5\x48\x47\x3d\xb2\xbd\x27\x5d\xf4\xb9\xa4\x01\x78\x94\xfe\xd6\x7c\xb0\xa8\x97\xb5\x99\xf7\x4e\x30\xae\xf1\xaa\xda\x9a\xe9\x95\xce\x91\x13\x44\x29\x4d\xb6\x59\x93\xc1\xcf\x5a\x9a\x62\x55\x44\x0b\x6b\x04\xdc\x7e\xa1\x15\xdd\xf8\x8e\x1a\xfe\x78\x6c\x3e\x39\x22\x66\x51\x1c\x86\x9d\x73\x0e\xd2\x66\x85\xb7\x5c\x49\xfb\xd4\xc2\xca\x87\xe7\x1b\x0d\x60\xde\xf8\xe2\x1a\x66\x6f\x96\xee\x83\x7c\x47\x80\x6a\xdd\x3e\x7d\x84\xa9\x42\x13\x7b\x42\x96\x1d\xa6\xa9\xb7\xc4\x9e\x66\xfa\xec\x3a\x83\x51\xa9\xf8\x95\x46\xb9\xd4\xab\x78\x7f\x79\x5a\x5f\x56\x8e\xc4\xf4\xcb\x59\x65\xe8\xa4\x73\x78\xa7\xdd\x31\xe7\x69\x8d\xdb\xc4\x5a\xab\xa6\x23\x65\xe7\x48\x5c\xb4\x2a\xee\x19\xb0\x50\xbd\x61\x98\x55\xd3\x55\x33\x0a\x24\x87\x77\xda\x6b\x1a\x37\x92\x99\x35\xf6\x5a\x1a\xf1\x13\xd4\xcf\x5b\x74\x94\xf7\xd6\xd3\xcc\x93\x07\x12\xf1\xb3\x77\xa5\xab\x26\x3f\x8f\xce\xcd\xde\x67\xda\x54\xf2\xf3\x78\xa9\x7d\xdc\xe9\x1e\xc9\x43\xc6\xe8\x3d\x3d\x1c\x68\xe7\x73\xda\xf9\x7a\x9a\x29\xd0\xce\xe7\xb4\xf3\xf5\xa7\xa4\x91\x22\x1b\x0c\x38\x99\x3f\xe9\xae\x73\x91\x88\x60\x61\xfe\xa4\xc9\x0e\x49\x34\x1a\x6f\x1d\x99\x25\xef\xf1\xad\x78\xc7\x1f\x7b\xd6\xbf\x6c\x81\x78\xff\x6b\x3e\x81\xe2\x9b\xf7\x98\x05\x7d\xa6\x53\x13\xd9\x57\xc7\x2d\x7b\xa6\x3d\x55\x04\x55\xa7\x8b\xb0\xcf\xb4\x77\xa3\xf1\xaf\xe3\xe0\x4c\x9b\xa3\xf7\x58\x37\xbd\x63\xcf\xbc\xd3\x91\xc8\xc9\xb0\xf0\x5e\xde\xe9\x26\x58\xb9\x5b\x6c\x96\x77\x9a\xee\x91\xc9\x77\xd4\xcb\x76\x9a\x3a\x92\x92\x75\x26\xca\x41\xe2\x9f\x9e\x42\x4f\x2d\xba\x93\xde\x5f\x24\x68\x1d\xc3\x62\x5a\xa9\x1c\x28\xd3\x13\xca\x3c\x79\x76\x64\x54\x3b\x46\x12\x57\x9a\xbd\x91\xec\x77\x1c\x24\xae\x74\xbf\x23\x16\x74\xd4\xc0\xae\x74\x86\xa2\xed\x10\xec\x73\x40\xfa\xf0\x6c\x3b\xec\x18\x26\xdc\xf9\x56\x5e\x9e\x12\xde\x08\xf7\x4e\x33\x2e\x76\x8d\x30\x34\x28\xf9\xe8\xd8\xcc\xe9\x78\x17\x14\x92\xcc\xce\x8c\x04\x4f\x1d\x25\x9d\xa1\x58\x18\x3a\xe2\x2d\x25\x0d\xa2\x48\x04\x3b\xe6\x03\x25\x0d\xcf\x26\x17\x8f\xeb\x40\x21\x47\xed\x93\xdb\xc4\x52\xa0\xa4\xfb\x27\x4b\x48\xa7\x41\x8a\xbd\x02\x87\xbc\xec\x1d\xa3\x00\x64\x9d\xbc\x93\x2b\xc2\x61\x1e\x25\x7d\xf9\x28\x0b\x3a\xaa\x65\x69\xb2\x0e\xe0\xeb\x83\xca\xdd\xd2\x91\x83\x7d\xbb\x81\xec\x7c\x00\x69\x7f\x73\x1a\x29\x7d\xc4\x96\xee\xf0\xf4\x3b\x61\x0d\x18\x31\xaf\x47\x2d\xc8\xf1\x47\x26\xe0\xf4\x5a\x8e\x5c\x81\x46\x44\x30\x1f\x31\x77\x47\x65\x09\x19\xac\xfd\x23\xd6\xfe\xd1\x5a\x7a\xe7\x90\xc2\x47\x90\x1b\x2d\xcf\xce\x4c\x46\x36\x70\xb4\xf4\x6d\x68\xb9\x5f\x87\x3c\xda\x4e\xbb\x14\x7e\x4e\xbf\xda\x60\xb5\x00\x55\xf6\x44\x95\x47\xda\x7b\xa0\xfd\x0a\xb8\x3c\x9e\x74\xaf\x61\x2e\xd1\x95\x39\x9e\x93\x86\x25\x9b\xc1\xc3\x20\x7e\x01\x14\x8e\x03\x6b\xbb\x37\x2d\x58\x28\x1c\x07\xde\x74\x6f\xde\x3b\x6d\xb1\x03\xaf\xb9\x37\xef\x9d\xa2\x72\x60\x2b\xf7\xd6\xf4\xb3\xe0\x79\xd2\x18\xb7\xd2\x9e\x85\x52\x61\x2c\xa0\x56\xcf\xc1\xc6\x60\xcc\xa5\x95\x7e\x5d\x8b\x07\x12\x73\x62\xac\xf4\x22\xda\x5c\x27\x0e\x6b\x69\x3b\x39\x58\xd5\x80\xb5\xc7\xbe\xd3\x0b\x82\xb3\xe3\x7f\xb6\xd3\x90\x82\x12\x73\x60\x44\xb6\x77\x3a\x20\x50\x3c\xe1\x01\x76\x94\x16\x06\x8b\xc1\x78\xf2\x67\xfc\xa5\x63\x6c\xff\xb1\xe6\x3f\x9e\x9f\xff\xf1\x5f\xff\xfd\xfc\xfc\x9f\xe7\x1f\xfb\xc7\xfc\xf7\xaf\x5f\xfb\x8f\x7f\xad\xbf\xcf\x7f\xfd\xf8\xcf\x8f\xd1\x1f\x6b\x9f\xbf\xff\xb1\x7f\xed\xff\xfd\xe7\xbf\x7f\xcd\xfd\xe3\xe7\x3f\x7f\x7e\xfc\x2a\xfe\xfd\x5f\x00\x00\x00\xff\xff\xed\x09\xe5\x3d\xde\x4c\x04\x00"); -func _bc ()([]byte ,error ){return _c (_gea ,"78-RKSJ-H")};func _fccd ()(*asset ,error ){_fcbg ,_fbba :=_fcfc ();if _fbba !=nil {return nil ,_fbba ;};_ceb :=bindataFileInfo {_dae :"CNS-EUC-H",_fb :10002,_ae :_be .FileMode (436),_g :_a .Unix (1580491600,0)}; -_acaa :=&asset {_dd :_fcbg ,_ef :_ceb };return _acaa ,nil ;};var _bbcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8a\xdb\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\x43\x6a\xc9\xae\x1d\x19\x96\x40\x71\x0e\x31\xcb\xb6\xa5\xe9\xee\x16\x4a\x0f\xfa\x18\x07\x41\x2d\x09\xd9\x3e\xe4\xed\x8b\x46\xae\xcb\x1e\xc2\x24\xbf\xf1\xfc\x23\x4b\x2a\xfb\xe1\x3c\x38\xbb\x40\xf9\x2d\x7a\x7d\xc5\x05\x46\xeb\x4c\xc4\xd9\xaf\x51\x23\x28\xbc\x59\x57\x14\xbc\x02\x63\xf5\xf2\xef\x27\x15\x3d\xc9\x50\x14\xe5\xd3\xb5\x9f\xe6\xc3\xcb\xa5\x3f\x5c\xde\x0e\x17\x58\x67\xdc\x1a\xfd\x70\xbe\xde\xe7\x05\xa7\xc1\x8d\x1e\xea\x1c\x60\xd6\xb0\x85\x00\x94\xdf\xf1\x66\xe7\x25\xde\xe1\xe1\xb3\xf1\x0a\x3f\x80\xc1\x31\xf9\xd7\x68\x30\x5a\x77\x83\x87\x27\x1f\x51\xf2\xbd\x71\x5d\x43\xf8\x83\x13\xba\x05\x38\x19\x3a\x43\xb5\x28\xfb\x67\x19\xbe\xc8\x09\xe1\xfd\x82\x5e\xa9\x4d\xdd\x57\x8c\xb3\xf5\x0e\x38\xfb\xc8\x58\xfb\xdf\x7f\xdc\x03\x6e\x71\x45\xf9\xf3\x65\x38\xc3\x2f\x0e\x9c\x41\xd5\x7c\xe2\xc7\xdf\x9b\xbf\x3d\x7b\xb3\x3f\xc5\xdb\xfc\x0e\xda\x9a\x28\xdd\x0d\x8b\x47\xc9\x65\x75\x82\x54\xea\x13\x08\xd6\xb4\x44\x4d\xa6\x86\x48\x10\xb5\x99\xda\x13\x88\xba\x62\x44\x5d\x26\x45\x4f\x75\x44\x26\x93\x49\xd4\x56\x89\x54\x8e\x57\x99\xea\x44\xa8\x88\x90\x06\x8f\x4d\xf1\x28\x6b\xc9\x13\x51\x11\xec\xd8\x12\x89\x4c\x1d\xd1\x91\x48\x67\xd2\x44\x1d\x11\x66\xc2\x44\x22\xad\xab\x56\x92\x48\x8d\x44\x3c\x91\xa1\x7f\xa4\x22\x98\xa0\x2c\x63\x32\xd1\xba\x84\x20\x1a\x33\xe5\x41\x8a\x1f\xf3\xe0\x48\xf1\x1d\x4b\xc7\xb6\xef\x5d\xfa\x9e\x2e\xcc\x7e\x80\x7a\x8d\x11\xdd\x42\xd7\x85\x0e\x28\x6d\xba\x75\xb8\xdf\xc9\xe0\x43\x9a\xa2\xcf\xdf\x00\x00\x00\xff\xff\xc4\x43\xb0\x3f\xbf\x02\x00\x00"); -func _dbcc ()(*asset ,error ){_edbe ,_dbee :=_fcad ();if _dbee !=nil {return nil ,_dbee ;};_bgef :=bindataFileInfo {_dae :"UniJIS2004-UTF16-V",_fb :3434,_ae :_be .FileMode (436),_g :_a .Unix (1580492812,0)};_gdgc :=&asset {_dd :_edbe ,_ef :_bgef };return _gdgc ,nil ; -};func _agfb ()(*asset ,error ){_aaeg ,_ebcb :=_fgbd ();if _ebcb !=nil {return nil ,_ebcb ;};_gefac :=bindataFileInfo {_dae :"CNS2-V",_fb :371,_ae :_be .FileMode (436),_g :_a .Unix (1580491570,0)};_agdb :=&asset {_dd :_aaeg ,_ef :_gefac };return _agdb ,nil ; -};func _dgde ()(*asset ,error ){_bbab ,_gdg :=_gfe ();if _gdg !=nil {return nil ,_gdg ;};_babe :=bindataFileInfo {_dae :"Adobe-Japan1-4",_fb :1625,_ae :_be .FileMode (436),_g :_a .Unix (1580491326,0)};_ebc :=&asset {_dd :_bbab ,_ef :_babe };return _ebc ,nil ; -};func _faff ()([]byte ,error ){return _c (_fdb ,"Adobe-GB1-UCS2")};func _fdaag ()(*asset ,error ){_gbf ,_deaf :=_ced ();if _deaf !=nil {return nil ,_deaf ;};_gbfe :=bindataFileInfo {_dae :"ETenms-B5-V",_fb :709,_ae :_be .FileMode (436),_g :_a .Unix (1580491804,0)}; -_gbae :=&asset {_dd :_gbf ,_ef :_gbfe };return _gbae ,nil ;};func _eabf ()(*asset ,error ){_eced ,_dagdf :=_ebfe ();if _dagdf !=nil {return nil ,_dagdf ;};_fbfc :=bindataFileInfo {_dae :"UniKS-UTF32-V",_fb :789,_ae :_be .FileMode (436),_g :_a .Unix (1580493054,0)}; -_eacb :=&asset {_dd :_eced ,_ef :_fbfc };return _eacb ,nil ;};var _eaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x12\x13\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\x76\x0a\x3d\x18\xd9\x8f\x66\x7e\x58\xcf\xec\x68\xf3\xb0\xdf\xed\xcb\xb8\xc2\xe6\xf3\x32\x75\x2f\x79\x85\x61\x2c\xfd\x92\xcf\xd3\x65\xe9\x32\x1c\xf2\x71\x2c\xc6\x90\x85\x7e\xec\xd6\xdb\x4f\xb9\x74\xa7\x76\x36\x86\xfb\x5f\xde\xce\x6b\x3e\xed\xcb\x30\x81\xd3\xba\xfe\x32\x5f\x6b\x01\x36\x5f\xf2\x71\x3c\xaf\xcb\x1b\xdc\x7d\xe8\xa7\x43\xfe\x0f\xfa\x3c\x30\x7f\x5e\xfa\xbc\x8c\xe5\x08\x77\x1f\xdb\xb9\x2d\xf4\x7e\xe3\xe5\x32\xcf\xbf\xf3\x29\x97\x15\x48\x58\x2e\xbd\x5c\xcd\xe6\xe1\xa9\x9d\x3f\xb5\xa7\x0c\x1b\xc9\xba\xd7\xce\x7b\x2d\x93\xbb\xdf\xf2\x72\x1e\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xdb\x9c\xaf\x71\x66\xf3\xba\xdf\x3d\x0f\xc3\x39\xaf\x40\xe8\x50\x8b\x7e\xbc\xee\x77\xf0\x93\x80\x10\x6c\x08\x0e\x7f\x5d\x6b\xbf\x3f\x4d\x7d\x06\xbc\xfd\x81\xfd\xee\x61\xba\x94\x15\x92\x0b\xb5\x32\xd2\x47\xed\xa6\x3e\x9f\xe7\xb6\xcb\x4b\x5b\x8e\xd9\x00\x34\x88\x88\x5b\x68\x2c\x3e\x3e\x6e\xf9\x19\xfe\xa9\x30\xce\x5d\x3b\xc7\x5e\xc9\xad\x03\x71\x18\xb6\x00\x00\x68\x1a\x24\x45\x24\xc8\x86\x68\x1a\xb4\x8a\xac\xa0\x40\xd6\x34\xe8\x14\x39\x41\x55\x4c\xa6\x41\xaf\xc8\x33\x22\xb4\xde\x34\x18\x14\x05\x41\x36\x71\x7c\x54\x14\x05\x05\xc7\xf1\x95\xa2\x4a\x50\x55\x73\x7c\x52\x94\x18\x59\xf4\x1c\x5f\x2b\xaa\x05\x39\xe4\xf8\x56\x51\x2b\x28\x44\x8e\x3f\x28\x3a\x08\x4a\xc4\xf1\x9d\xa2\x8e\x91\xc3\x8a\xe3\x7b\x45\xbd\x20\x67\x39\x3e\x2b\xca\x82\x42\xe2\xf8\x41\xd1\x20\x28\x79\x34\x0d\xa9\x2f\x12\x5f\x1e\xeb\x68\x1a\x52\x5f\x24\xbe\xbc\x0b\xd6\x34\xa4\xbe\x48\x7c\xf9\x88\xc9\x34\xa4\xbe\x48\x7c\xf9\x14\xbd\x69\x48\x7d\x91\xf8\x0a\x64\x39\x5e\x7d\x91\xf8\x0a\xae\xe2\x78\xf5\x45\xe2\x2b\x44\xc7\xf1\xea\x8b\xc4\x57\x48\x89\xe3\xd5\x17\x89\xaf\x48\x9e\xe3\xd5\x17\x89\xaf\xe8\x91\xe3\xd5\x17\x89\xaf\x18\x79\xb4\xa4\xbe\x48\x7c\xc5\x9a\x47\x4b\xea\x8b\xc4\x57\x45\x3c\x5a\x52\x5f\x24\xbe\x2a\xcf\xa3\x25\xf5\x45\xe2\xab\x8a\x3c\x5a\x52\x5f\x24\xbe\xaa\x9a\x47\x6b\x6f\x27\xb2\x8d\x5b\x48\x54\x5b\x39\x96\xb7\xe3\xc7\xdf\x79\xa9\xdf\x97\xac\xbb\x2c\x4b\x2e\xab\xac\xb4\x2c\x11\x1f\xf8\xb1\xe4\xf7\xd7\xc3\x3c\xcd\xdc\x25\x9f\x3f\x01\x00\x00\xff\xff\x26\x4d\xff\xfa\x4a\x04\x00\x00"); -var _dcgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xcd\x6e\xd4\x30\x10\x00\xe0\x7b\x9e\x62\x8e\xe5\x50\x62\xe7\xc7\x71\xa4\x6a\x25\xb4\x7b\x20\x54\xa5\x88\xa5\x05\x09\x71\x70\xe2\xc9\x62\x89\xb5\x23\x27\x39\xec\xdb\x23\xcf\x84\xd0\xc3\x6a\x36\x9f\x67\x26\x8e\x3d\xf9\xb1\x3b\x75\xde\x2d\x90\x7f\x89\x61\x38\xe3\x02\xa3\xf3\x36\xe2\x1c\xd6\x38\x20\xf4\x78\x71\x3e\xcb\x64\x01\xd6\x0d\xcb\xbf\x47\x0a\xc3\xd5\x4c\x59\x96\x3f\x9e\x8f\xf7\x9f\xc2\x6f\xd3\xdf\x7f\x84\x75\xc6\x4d\x8f\xdd\xe9\x7c\x9b\x17\xbc\x76\x7e\x0c\x50\x72\xb5\x5d\xa7\xad\x03\x40\xfe\x15\x2f\x6e\x5e\xe2\x0d\xee\x3e\xd8\xd0\xe3\x3b\xb0\x38\x26\x7f\x8e\x16\xa3\xf3\x17\xb8\x7b\x0c\x11\x8d\xdc\x17\xce\xeb\x34\xfd\xc1\x2b\xfa\x05\x24\x19\x7a\x4b\x31\xcb\x8f\x4f\x66\xfa\x6c\xae\x08\x6f\x76\xf3\x4a\x6b\xb4\xf4\x8a\x71\x76\xc1\x83\x14\xef\x85\x50\xff\xfd\xdb\x6d\xc2\xad\x57\x96\xbf\x74\xa7\xe7\x71\x9c\x71\x01\xd5\x0a\xce\xf9\xf1\xd2\x9d\xe0\xa7\x04\x29\xa0\xa8\x2b\x59\xfc\xda\x52\xbf\x3f\x05\xbb\x17\x4a\xc5\xdf\x34\x38\x1b\x8d\xbf\x60\xf6\x60\xdb\xb2\x38\x40\x0a\xe5\x01\xb4\xa8\x15\x51\xcd\x54\x13\x69\x22\xc5\xa4\x0e\xa0\xcb\x42\x10\xb5\x4c\x3d\x65\xb5\x44\x96\xc9\x26\x52\x45\xa2\x8a\xdb\x57\x4c\x65\xa2\xa6\x27\x6a\xa8\xb0\xa9\xb3\x07\x6b\x4a\x99\x88\x82\x16\x8d\x22\xd2\x4c\x2d\x51\x43\x34\x30\x0d\x44\x2d\x11\x32\x61\x22\x9d\xf6\x65\x2a\x43\x54\x8d\x44\x32\x91\xa2\x37\x52\xd0\x42\x53\x2f\x65\x99\x68\x5f\x5a\x13\x8d\x4c\x5c\x48\xed\x5b\xce\x32\x22\x51\x2b\xd2\x35\xee\x67\x97\xfe\xa7\x01\xda\x2f\x74\x58\x63\x44\xbf\xd0\xf8\xd0\x9d\xa5\x43\x77\x1e\xf7\x01\x9d\xc2\x94\xaa\xe8\xf7\x37\x00\x00\xff\xff\xb0\xc5\x59\xa9\xcc\x02\x00\x00"); -var _cebe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\x71\xdb\xf2\xbf\xff\xe7\xff\xf2\xa7\x14\xff\xfd\xff\x82\xf7\xf0\xda\xff\x79\xff\xf6\xf7\x5f\xfe\xfa\xeb\x57\xf8\x1f\xb7\xb8\xf9\xf1\x7f\xf9\xb7\xbf\xdd\x5f\x61\x75\xf7\x5f\xff\xf9\xcf\xff\xf1\xeb\xff\x0e\x5f\x61\xfb\x8a\xa5\xa6\xf4\xff\xac\xe7\xff\xd7\x7f\xfe\xeb\x75\x7f\xf1\xab\x3f\x04\x4e\xe5\xfc\xeb\x75\xff\xfd\x6f\xfb\x79\xff\xb6\xff\xfa\x2f\xf7\x1f\xbe\xbe\xfe\xa7\x6d\xfd\xfb\x9e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\x4f\x58\xff\x9b\x37\x3f\x1d\xfc\xfa\xd7\x7f\x5c\xf7\xc3\x67\xbf\xff\x76\xfe\x0b\xcf\xf7\x57\x98\x5f\xbf\x5f\xfb\x43\xd8\xb6\x35\xfa\x2f\xd7\xf9\xff\xee\xbf\x7d\x3e\x2c\xe7\xf7\xd7\x68\x9f\x56\x9b\xad\xa1\xd6\xf5\xfd\x35\xb2\x5a\xf7\xf7\x57\xd8\xb6\x4f\x73\xdf\xe6\x30\x9f\x46\x9e\xbf\xa9\x9b\xbd\x7c\x7f\x55\xff\x58\xbf\xbf\x46\x52\xab\xcd\x57\xab\x9a\xfd\xfb\x2b\xa4\xa8\xe6\xf8\xfe\x0a\xc5\xcd\xfd\xfb\x2b\x64\x8f\x79\xcc\x6f\x05\xdf\x7e\xce\x97\xdd\xf3\x35\x9b\x1e\x76\xc2\x5b\x04\xfe\x3e\xd1\x12\xf5\xed\x31\x21\x8e\x82\xf8\x28\xf3\x65\xff\x5a\xbf\xbf\x42\xe8\x6a\x4e\x98\x83\x5f\x06\xcc\xea\xf9\x98\x30\x57\x01\x79\x00\x66\xff\x3a\x61\x8e\x02\xf2\x00\x18\x9a\xfe\x39\x07\x4a\x1a\xf7\x9a\x3d\x67\x4d\xff\x9a\x2f\x17\xf5\x7c\xcf\x97\x73\xf9\x34\x1f\xbc\xfc\x01\x32\x4c\x12\x18\xa9\x56\xb5\x03\xda\x41\xed\x38\x3b\x6b\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x4a\xd3\x90\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\xa0\x55\x0f\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x68\x0f\x61\x43\xa7\x51\x9f\x84\xc0\x37\x34\x97\x10\x81\x1f\x0d\x12\x12\xda\xee\xa1\x12\x4e\x3f\x68\x84\x53\x80\x07\xce\x55\x4b\x1f\x02\xe7\xda\xfc\xc6\x3e\xfb\x1c\x1e\xf3\x98\x3b\x4a\x1b\x25\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\xd1\x6d\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x8b\x09\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\xa5\x96\x38\x13\x17\xde\x54\x99\x9b\xbb\xfa\x0d\x12\x7c\xf3\x28\x83\x40\xe1\xbc\xf9\x9c\x2c\xff\xbd\xb3\x26\x64\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x1e\x3f\xc9\x88\xcc\x17\x68\x46\x38\x28\x1b\x01\xd2\x8a\x97\xb5\xa9\xb5\x5a\x05\x58\x10\xc0\x65\x62\x21\x0b\xcb\x85\x38\xf0\xde\x29\xa4\x87\xea\xef\x17\x3d\x78\x04\xd2\x83\xf1\x58\xd6\xa6\x77\x1f\x6b\xd3\x7b\x14\xd2\x83\x69\xaa\x1c\x7c\xe0\x51\xd6\xb6\x17\x1e\xcb\xda\xf6\x06\x7c\xd1\x83\xd6\xa2\x90\xc1\xe9\x30\x08\x75\xd2\x83\xf7\x67\x9d\x9b\x5e\xe7\x59\xa8\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x76\xe3\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x94\x2b\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x48\x3a\x8c\x85\xa8\xd6\x10\xb1\xac\xc5\xf0\x17\xc0\x85\x36\x6b\x24\xdb\xe9\xda\xdd\xb1\x00\x17\x7d\xf3\x17\x3c\x6e\x5f\x9f\x74\x3e\x18\x7a\x80\xbd\x16\x3d\xe8\x8e\xb6\x7f\x27\x6f\x75\x8f\x27\xa1\xdc\xf4\xe0\xe6\x03\x03\xf1\x10\x08\x75\x51\x39\x73\xd1\x60\xac\x81\x42\x80\xa0\x22\x13\xe9\x46\x16\x99\x48\xd7\x99\x1d\x2b\x67\x16\xdc\x29\x67\x26\xc2\x8f\x75\xcd\xac\xe9\x01\x16\xb5\x77\x77\xca\x35\x1c\xee\xf4\x22\xa4\x7e\x40\x76\x39\x3c\x0a\xe7\x92\xd2\x4f\x0e\xa6\x48\x2e\xd2\x83\x60\x5a\x5c\x44\x82\x5b\x6c\x5c\x63\x6d\x87\xd8\xb8\xc6\xa2\xf7\xd8\x88\x0a\xc9\x1a\x71\x72\x91\x91\x25\x96\xc5\x46\x4c\x74\x3f\xe0\xc4\xc5\xfd\x22\xb9\x46\xdf\x3c\x08\x31\x91\x3d\xc8\xc1\x37\xdc\xc7\xc2\x84\x21\x5f\x98\xd0\x1b\x9d\x73\x93\xfc\x1d\xfb\x5a\x44\xcd\xad\x73\x6e\x9b\x1f\x60\x2b\xeb\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\x25\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x1b\x42\x4f\x3f\x81\x1e\x7f\xc1\x99\x18\x5f\x9d\xf4\x19\x0c\x06\xd7\x54\xb2\x71\x1c\x9c\x9a\x78\x58\x1c\x9c\x9a\x21\x1f\x60\x52\xde\x67\x83\x33\xf1\xde\x1d\xa4\x57\x1d\x59\x71\x2c\x6a\xf4\x20\x9c\xda\x70\x1f\xdc\x48\xc3\x83\x10\xf2\xe0\x37\x16\xa0\x5a\xb6\x7d\xc1\xa5\x4e\xf7\xc5\x32\xb4\x28\x07\xa7\x22\xf6\x1c\x0f\xbe\x61\x0a\x3c\xb8\x6f\x8c\xc0\xa9\x58\x7a\x4b\x1c\x13\x9d\xfa\xed\xe4\x80\xa6\x02\xe8\x99\x5e\x9e\x93\x92\x9d\x98\x71\x3c\x39\xed\xec\x1e\xc6\x5b\x5d\x8e\xe7\xfe\x56\x97\xe3\x79\x7c\x7f\xe9\xf0\x8b\x27\x31\x22\xa6\x1b\x79\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xb4\x44\x21\x15\x9c\x3d\xb9\x87\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x89\xdd\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x80\x48\x11\xf6\x08\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xec\x18\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\x46\x9d\xe6\xe9\x64\x1f\xda\xcd\xe9\x64\x1f\x3a\xd2\xd2\x49\xc0\x4c\x05\x73\x43\x84\xb8\x8d\xed\x27\xc7\x51\xc2\x76\x89\xdb\xf0\xe7\x85\x0f\x34\x00\xb6\x43\xdc\x44\xc2\x79\x0b\xb0\xaa\xa9\x0d\xc5\x68\x13\x7b\x78\x20\x6c\xc5\xf0\xd9\x5f\xe1\x06\xbf\x48\x1f\x06\x11\xee\x03\x52\xd0\xe7\xec\x0f\x4f\xc3\x16\xfe\xb0\xc1\xf0\x34\x0a\x3d\xfe\x1d\x9c\xf5\x83\xb6\xf0\x34\x9c\x19\x9f\xa5\x88\xdb\x36\xc5\xee\x0f\x9a\xe3\x36\x37\x5c\xf5\xaf\x61\xe2\x23\xab\x15\x7e\xd7\x8a\xbf\x6b\xcd\x73\xf6\xd5\xcc\x2f\x3a\x8b\x5b\x28\xdf\x5f\xb5\x6a\x94\x50\x67\xb3\xaa\xd9\xcd\x21\xe3\x16\x86\x39\x64\xdc\xb0\x0d\x3f\xd3\x8b\x1b\x36\xe1\xe6\x77\x27\x75\x7e\x56\x3c\x6e\xe1\x06\xf6\x3e\xcd\x38\x21\xfc\xa0\x22\x6e\x11\x40\xb8\x09\x20\xd4\xd5\xdc\x49\xb2\x5c\xc5\x2d\x1d\xdf\x5f\x92\x68\xe3\x86\x7d\x11\x43\x50\xdf\xe9\x7e\x31\x9f\xb8\x25\x6e\xcc\xac\xde\x33\xa9\xb1\xab\x43\xe8\xf5\x9b\x3a\xcc\x83\x1d\xea\x77\x50\x42\x8d\x5d\x23\x4c\x41\xb1\x75\xe3\x65\xea\x9e\x4d\x47\x45\xdc\xb0\xf2\xa9\xb9\x0d\x10\x86\x91\xb3\x83\x74\x8a\x86\x04\xf3\xad\x32\xbb\xc4\x0d\xcc\x37\x6c\x9f\x6d\x18\x61\x9a\x0c\xa1\x17\x3f\x48\xdf\x5f\xed\x23\x4c\x45\xda\x19\x83\xf8\x51\x84\xd1\xb0\xa7\xcd\xef\xef\x68\x67\xb5\x01\x53\x11\x5d\xc0\x78\xd7\xb7\xa8\x0f\x26\x25\xb4\xea\x11\x62\x98\xbf\x1b\x00\x98\xc4\x04\x31\xcc\x5d\x23\xbd\x7e\x6e\xec\xdf\x0f\xe6\xb2\x7d\xd8\x5d\xfc\x18\xaf\x44\x6a\xcb\xb0\x54\x3e\x92\x71\x84\x0d\xa8\xa7\x8f\xa0\x16\x61\xba\x18\xb2\xeb\x45\x58\x2e\x86\x44\xbd\x08\xc3\xc5\x90\x28\x13\x3f\x96\x89\xa8\x0e\xe6\x32\xf4\xb4\x69\x80\x29\x72\x0d\xe9\xb9\x11\x0a\xa1\xd4\x9c\x08\x85\x50\xf6\xa5\x18\x28\xf8\x14\xd1\x59\x98\x02\x41\x4f\x9b\x5e\x38\xc1\x51\xa2\x01\xc6\xa1\x1e\xa3\x21\x22\x0f\x8b\x06\xf9\x82\x88\x92\x45\x8a\x50\xf9\xe6\x03\xc1\x78\xcf\x41\x36\x23\xe5\x6e\x68\xeb\x83\xbb\xa3\xad\x55\xbc\x07\xda\x02\x72\xea\x6a\x3d\xe9\xfd\x08\x3a\x2a\xf9\x63\x2e\x8d\x91\x36\xed\xfc\x91\xb4\x62\xa4\x4d\x3b\x7f\x74\x87\x18\x69\xc2\xce\x22\xe7\xb8\x2d\x2b\x97\x1f\x34\xf6\xe1\x4e\x21\x9c\xe4\xea\x07\x83\x7d\x54\x3d\xd8\xb9\x25\x36\x3d\x38\xf8\x89\x87\xa5\xf9\x4e\x6c\x20\xd2\xfc\x3c\x3e\x22\x73\x8c\x60\x73\xc5\xcd\xc4\x05\xd2\x5c\x61\x4b\x0e\x82\x92\x62\x43\xfe\x68\x38\x31\xd2\x52\x5c\x5e\x1d\xd2\xdf\x51\xc6\x0f\xce\x98\x18\x03\x19\x8b\xd8\x42\x8c\xc4\xed\xf0\x83\x35\x6b\x3f\x20\x08\x4d\xb3\x8e\x17\xe7\x24\x98\x23\xa5\x2e\x11\x65\xa4\x9c\x90\xab\x1f\x70\x9f\xf8\x13\x30\x40\x23\x32\xad\x59\xe9\x01\xed\x98\x45\x64\x18\xf3\xea\x41\x98\xa1\x51\xb2\x88\x3f\x2d\x7d\x3c\x8b\xd7\x2f\x3d\x36\x17\x3f\x08\x7c\x43\xcb\x45\x73\x59\x11\xc3\x59\x6a\xc0\x78\x3d\xb8\xf9\x40\x7d\xc0\xff\x55\x86\xe1\xd8\x49\x69\x43\x53\x3b\x16\x8a\xf5\xe0\x84\x9c\x19\x3f\x62\x70\x4c\x20\xbd\xb9\xd4\x9f\x07\x93\x28\xe4\x5d\x89\x69\x39\x18\xc4\xa7\xd2\xc0\x2e\x95\x81\x33\xa6\xc1\xf3\x43\xd4\x9c\xa0\x7b\xbc\x1f\x00\xce\x28\xb3\x79\x4c\x50\x46\xa2\x49\x2f\x41\x19\xf9\xdd\x27\xe5\xbf\x7d\x40\xe9\x41\x2c\x1f\x62\xd4\xef\xde\x98\x12\x4f\xa8\xf1\xe3\xf9\x88\x39\x26\x3e\xf8\x4c\x3e\xdf\x93\x85\xcb\x44\x16\xf3\xf3\xc0\x80\x25\x86\x56\x26\x87\xec\x51\x60\x95\x72\xa3\xfd\xe9\xa0\xcc\x45\xeb\x51\x30\x94\x8a\x0e\x8b\xbe\x9f\x2a\x7f\x8f\x1f\x41\x3b\x96\x86\xfe\x74\x72\x96\xc9\x30\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x0d\xb5\xc7\xac\xf1\xa6\xb8\xd9\x63\x16\x3c\x53\x41\xed\x31\xab\xff\x0e\xf8\x92\xfb\xc7\xf8\x92\x4d\xca\x44\x7c\x8b\xfa\x79\xa2\xdd\x2b\x59\x26\xd2\xfb\xa6\x03\xa6\x10\xa3\xaf\xee\x76\x32\xe4\x8f\x6a\x11\xcb\xc1\x83\x5c\xa7\x6a\x39\xc0\xf1\x05\xdf\x01\x8e\x2f\xf0\x0e\xae\xd9\xf0\xeb\x64\xbe\x7e\xe1\x9c\xef\x6b\xfa\x53\x00\x6c\x49\xb3\x3f\x49\x36\xe2\x8a\xe5\xc4\x09\xaa\x03\xa3\xcc\x03\xc4\xc7\x53\x99\x1a\x65\x93\xdc\x52\x4e\x20\xdb\x83\x51\x66\x4e\x62\x26\x65\x9e\x37\x2d\x6a\x74\x9c\x36\x9b\xf9\x42\x99\x04\xd5\x74\x9e\x97\xf3\x99\x4d\x01\x73\x67\xac\xb5\xb0\x79\x17\xb4\x05\x0d\x3c\xa5\xf1\x45\x2c\xf7\xfc\xbe\x09\xf8\x67\x21\x57\xf0\x3e\x3c\xed\xb4\x7a\x75\x9e\x1b\x4d\x12\x60\xdd\x30\xdb\xa0\xe6\x0d\x71\xe2\xf3\x79\x0d\xa0\x05\xed\xe3\x1a\x40\x0b\xfe\x3c\x4f\x5a\x10\xef\xa8\x53\x88\x6b\xe2\x2d\xb5\x82\x52\x75\xec\x55\x50\xfa\x26\xde\x5f\x2b\x69\x45\xbd\xd7\x84\xf7\x93\xda\x19\xbf\x0b\xf6\x0a\x6c\xe8\x28\xa9\xb5\xa2\x9d\xd5\x26\x25\x08\x9c\xb9\x93\xe4\x18\x8d\xb5\x1e\x20\x34\xf1\xe0\x5a\xc9\x64\x5e\x0f\x26\xad\x34\xf7\x87\xcd\x1f\xc6\x8f\x4e\x9e\x5a\xb1\x14\x02\x7e\xf1\x27\xb1\xcd\xba\x76\x42\xf1\x1b\x5c\x2c\x49\x67\x75\x92\xea\x54\x7e\x84\xa0\xe3\xa6\x3a\xa4\x07\x4b\x9a\x11\x75\xb7\x8d\x3c\x4e\x47\x78\x0b\x8b\x3f\x6d\x7a\xc0\x61\xb5\xdf\x1b\x44\xef\x28\x93\x7b\x6c\x99\x02\x90\xf6\x70\x2b\x8b\xca\xf4\x46\x23\x4f\x13\xa6\xdb\x0e\x9e\xa5\x85\x6f\xc7\x43\xc8\x3f\x5d\x0c\x9c\x11\x35\x8a\x0b\x0e\x18\x62\x62\xd4\x46\x3c\x00\x57\xd8\x44\xaa\x07\xac\x01\xd1\x8c\xed\x88\x04\xe3\x63\x7e\x89\x07\x4e\xee\x68\x56\x78\x54\x42\x1e\xfc\x20\xf0\x81\x46\xc1\x01\x18\x4d\x83\xc7\x28\xbf\x83\xfc\x18\x8d\x0a\xe4\xa7\x8b\x1b\xd8\x28\x45\x54\x74\x77\xf8\xda\x2c\xb4\xdf\xbd\x40\x57\x2b\x7e\xa3\xc1\x63\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x01\x66\x8b\x62\xf7\xd4\xf0\x73\xcd\x6e\xc7\xef\xaf\x24\xb7\x67\xbc\xa7\x1c\x9c\x2d\x08\xdf\x53\x10\xce\xe6\x04\x37\x0d\x80\x49\x62\xcf\x3d\x18\x64\x21\x46\x7a\x63\xe6\xa9\x17\x77\x89\xb8\x8b\x52\xfd\xc9\xf8\xfe\x2a\x5b\x71\x9f\xc7\x6c\x77\xb7\x27\x79\x36\xd9\x03\xe3\x3d\x0f\xe9\x54\x75\x14\xdd\x73\x0f\x24\xef\x89\x7b\x07\x2a\x65\x9e\x8b\x37\xe2\x6b\x8a\xbc\x33\xf1\xc6\x89\x9c\x83\xb6\xc0\x8d\x38\x9a\x6c\x7d\xe0\x46\x24\x4d\xf2\x01\x74\x63\x5f\xa5\xa1\x03\xe1\xc6\xbe\xca\x63\xf8\x8d\xb9\xcf\x47\xf0\xd4\x11\x51\x93\x2d\x05\xdd\x88\xa9\x49\x43\x8c\xed\xc6\xa1\x54\x36\xb1\x86\x1b\x76\xcb\x77\xa7\x07\xe6\x12\x8c\x0d\x18\x32\xf3\xd6\x34\x17\xc4\xcf\xe4\xed\xf5\x09\x6d\x6a\x22\x68\x18\x27\x42\x7a\xad\x32\xec\x9b\x43\x67\xdf\x4d\x6f\x97\xed\x04\xf7\x99\xb0\x68\xda\xde\xf7\x94\xbd\x62\xd5\xc6\xbb\x19\x78\x53\x25\x9c\xdd\xb0\x70\x26\xeb\xc5\x37\xad\x9a\xf2\x68\xc5\xfb\x64\x7c\x51\xf7\x20\x10\xf0\xa2\x89\xed\x0a\xdf\x5f\x69\x33\xca\xa9\x21\x99\x73\xdd\xf4\x79\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\x4e\xe9\x1e\x37\x94\xeb\xd4\x8d\x0b\x28\xd7\xc9\x16\x81\x1b\x41\x42\x49\xc6\xd5\x78\xcf\xc3\x31\x54\xe3\x62\x6a\x59\x29\x99\x32\x6e\x50\x86\xce\xde\xfb\x3e\x30\xa4\x90\x7b\xc3\xf1\x98\xfd\xfb\xa4\xd6\x21\xdd\xe6\x7e\x60\x82\x90\xe8\xf2\x6c\x34\x6e\x6d\x6a\x4f\xa6\xe7\xa3\xfe\x99\xbc\x37\xcb\x56\x15\x9f\xa9\xa3\x65\x33\xeb\x07\xe6\x57\xc5\x03\xc5\x67\x1e\xbd\x39\x48\x14\x78\xe6\xd9\x9b\x62\xf3\xf7\x6d\xfe\x1e\x3c\xde\x44\x59\xd1\x96\x7e\xa6\xba\x96\xa3\xf4\x81\x67\x6a\x6b\x29\xf6\xfa\x93\xd3\xe9\x99\x9a\x5c\x4a\xc3\x83\x9f\xb3\xb3\xe0\xce\xaf\xd9\x8e\x06\x1e\x0c\xea\x05\xfc\x33\xdb\x42\xde\x13\x36\xb4\x05\xcc\xd4\x03\x53\xa8\xfe\x7d\xf2\xab\x21\xf6\xf3\xcc\x73\x29\x47\x89\x5d\x4f\xa8\xdf\x5f\xd9\x76\x84\x07\x41\x48\xc9\xc8\x98\x2a\x42\x6a\x9e\xec\x54\x1b\x73\x12\x57\x7e\xe6\xf1\x91\x53\x74\xff\x07\xda\x7e\xff\x9c\xdf\x67\xbf\x3f\xe9\x6d\xc8\x9a\xf5\x4c\xc9\x26\xe7\xe2\xf6\x24\x86\x20\x8e\xfd\x20\xfa\x28\xca\x32\xf3\x4c\xb9\x3f\x75\x6d\xee\x27\xce\x7d\x27\xa7\x57\x7c\xe6\xe9\x15\x6d\x27\x7c\x10\x68\xf4\x5a\xac\x38\x17\xb7\x8a\xc1\x3c\x11\xfb\x41\x3b\xfd\x99\x67\x5b\xcc\xc5\xe3\xed\xbf\xe3\xff\x4f\x3c\xd0\x76\x7f\x73\xfd\xbc\xef\x9f\xa9\xb3\xc6\xd0\x0c\xcf\x9c\x5f\x33\xbe\x60\x09\x1f\x26\x26\x18\xc2\x87\x64\xab\x07\x31\x48\x72\x5c\xc4\x27\x91\xf3\xf8\xfd\xdf\x9f\x37\x4f\xc2\x79\x23\xa9\xe2\x99\x0a\x70\x56\xe0\x5a\x7c\x52\x45\x5b\xf8\x48\x0d\x6d\xf7\x3f\xf9\x7a\x15\x07\x79\x60\x59\xcf\xc5\x0b\x9a\x26\x02\x14\x6f\x17\x9f\x74\xa0\xed\x0f\xce\xb9\x3b\x8c\xb0\xa9\x61\xe7\x21\x1e\xff\x20\xf2\x68\xbc\xfa\x9b\x22\x8a\x62\x74\xe2\x83\xb8\xa3\xe8\xdd\x9e\x03\x0e\x3b\x01\x38\x65\xd9\x54\xbc\x61\xa6\xc2\x9e\xac\xa1\x3e\xb0\x4f\x2a\x18\x26\x3e\x53\x7f\x4f\xb6\xd9\x3e\xb9\xe2\xb0\x74\x7f\x0d\xbb\x55\xf0\x4e\xf5\xbe\x28\x42\x34\x3e\x30\x70\xca\xb3\x10\x9f\x3c\x77\xb7\x5c\xb7\xf1\xc9\xf3\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\x61\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x5a\x9a\xb2\x64\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\x2c\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x82\x83\x67\xf3\xef\x90\x8a\x0c\xff\x14\x22\xd3\x26\xee\xfb\x94\x39\xff\x62\x82\x29\x73\xfe\xd5\x1b\xac\x0c\xb4\xfd\xfe\x9c\x7f\x35\x81\x96\xa9\x58\x99\x5b\x3f\xf0\xfb\x57\x73\x63\x84\x1a\xd9\x44\xf3\x20\x0c\x60\xbc\xfa\x7f\x40\xe0\xc2\x37\x65\x47\x1d\x50\x0f\x6d\x27\x7e\x9f\xa6\x13\xa9\xa9\xcf\x54\x4e\x62\x2d\xfe\x3e\x4f\x7c\xe9\x70\x7f\xa6\x72\x92\xe4\xbc\x8a\xcf\x54\x4e\x52\xf6\x86\x43\x7c\x40\xf6\x71\xf6\xd4\x89\x80\x17\x81\xd7\x31\x39\xb4\x17\x68\x6a\x2f\x29\x7b\xc1\xa7\xfa\x12\x43\x33\x00\x27\x08\x44\x08\x9b\xca\x4b\x6a\xaf\x01\xef\xf9\x7b\xf2\xef\x73\x03\x54\x49\x98\xf0\x84\xc4\xe8\x05\x43\x6c\x40\x1e\x52\xbf\xe0\x0a\x09\xa9\xfe\x24\xd4\x20\xc2\x4f\x12\x2c\x13\x3f\x6d\xa2\x67\x18\x7a\xc4\x1e\x0d\x2f\x57\x9b\xe8\x79\x2d\x37\x22\x8f\x5e\xe7\x0f\x83\x08\x24\x4a\x3e\x6d\x7c\x7f\xd5\xd7\xf9\xd2\x26\x76\x6c\x76\x7c\x1a\x35\x23\x7f\x3f\xf9\xe3\xe6\xed\xc8\xa8\xa3\x57\xfb\xfe\xfe\xaa\x51\x12\xe0\x33\x55\x9c\x68\x01\xe6\xe9\xdb\xfc\xdd\xfd\xf5\x80\xed\xab\xef\xfb\xdc\x1e\xc5\xe7\xc9\xd4\x12\x62\x34\x7c\x3d\x23\x8c\xcd\xfd\x41\xbb\x91\x91\xe3\x81\x17\xb0\x5a\x58\x98\x3a\x44\xb4\xa1\xe1\xe9\xf3\x7c\x78\x6d\xa7\x8e\x10\xa1\xd7\xf8\xfb\x1c\xdf\xdb\x69\x6a\x18\x35\xf9\x7c\xe9\xe7\xf7\x57\x7d\x91\x5f\x9f\xf3\x1f\x66\x47\x88\x42\xe8\x66\x77\x74\x31\xfa\xfb\x41\xd7\x86\xbe\x1f\xe1\xfb\xab\x56\xc3\x8f\x38\xad\xd7\xf9\x87\x40\xad\x6c\x7e\x0e\xc3\xbc\x9d\x2b\xcf\xc0\xfa\x9b\x5d\x4d\x75\x24\x85\xe1\xdf\xdb\xf7\x57\x55\xd4\x5e\x7c\xa6\x32\x52\x9b\xb7\x27\xc2\x15\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x58\x51\x7c\xc6\x05\x61\x4a\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xa8\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\xcd\xe7\xd7\xde\x7e\x27\x63\x3f\x53\xf1\x49\xdd\x04\x38\xf5\x9e\x54\xcc\xaf\xa7\xda\xd3\x82\x77\xeb\xd4\x7a\x5a\xf0\x79\xb6\xd3\xf2\xe3\xfe\xae\xef\xaf\x5e\x2d\xad\x4e\x95\x27\x65\x13\xec\xfe\x80\xff\xab\x7f\x44\x6e\x64\x6f\x98\xa9\x11\xb5\xe0\x0d\x0c\x2b\x5d\x90\x6e\xf7\x40\x1f\x4a\x16\x10\x8e\x8c\x0d\x2e\xf8\x8f\x39\xff\xf2\xea\x0f\xfc\xd1\xe7\xd3\x54\x9f\x62\x31\xfe\x0e\x6c\x00\x13\xdc\xc1\x18\x39\xb7\x27\x03\x78\x49\xd7\x07\x9c\xd5\xde\xc0\xc7\x8a\x4d\x56\xfb\x82\x5d\xcf\x6d\x18\xe2\xa4\xbb\x3e\x50\xbd\xac\x5d\x3c\x74\x8f\x5b\xde\x98\x9a\x57\xda\x2c\xb0\x4d\xc5\xab\xe5\xd7\xfb\x8c\xae\xd0\x7c\x61\x47\xcc\xd1\xdf\xcf\xf5\xb5\xda\xfa\xc0\x20\x92\xac\xae\x3c\x88\x4c\xa9\xde\x01\x34\x2d\x7a\x47\xc1\xb2\x98\x2d\x11\x4e\x3d\xae\x65\x1f\xf8\x53\x8d\x4b\x2f\xf5\x02\xa6\xeb\xe1\x03\x6c\x6a\x75\xb1\x19\xc0\x0b\x02\x80\x29\xfe\x4a\x50\x87\x56\xff\x89\xae\xed\xcf\xf0\x69\x9b\xda\x4c\x4f\x9f\x0d\x96\xe0\xce\x56\x80\x62\x82\x3f\x5b\xd2\x50\x82\xdf\xb9\x56\xff\x3a\x91\x5f\x5f\x1f\xd3\xf1\xdc\x7e\x12\x37\x90\x90\xf9\xd3\xea\xc7\x58\x92\xb6\x29\x9b\x77\x89\x6a\x09\xae\xe8\x10\x63\xf0\x03\xf8\xe7\x3e\x46\x84\x04\xe7\x74\x88\xca\xce\x49\x74\x4f\x57\x59\x81\xd3\x06\xff\x4c\x0c\x4d\x63\x2c\x7f\xc3\x87\xe1\x26\xe6\x05\xf9\xc4\x48\xdb\x03\x8e\xab\x31\x1f\xcc\x58\x08\x80\x1b\xa0\xca\x4c\x9d\xe2\x04\xb2\x87\x0f\xc3\x4f\x71\x0a\xd4\x5d\xf2\x64\x82\x4b\xa9\x2b\xee\x3d\xc1\xa3\xd4\x95\x06\x93\x22\xe6\xa4\x40\xf8\x84\x70\xce\x2e\x05\x25\xc5\x29\x50\x77\xe5\xd8\xa4\x38\x05\xea\x56\x3f\x91\x00\x29\x4e\x79\xba\xcb\x3b\x92\x22\x1c\xb9\x8a\x21\x4f\x70\x58\x75\xe5\xf7\x24\x78\xac\xba\x52\x78\x52\x9c\xf2\x74\x97\xbb\x25\xc5\x29\x4f\x77\xe5\x30\xa5\x98\x31\xbf\xe2\x36\x4d\x84\x9a\xff\x94\xa7\xbb\xb2\x7c\x12\x1c\x60\x5d\x21\x0f\x29\x2e\x7f\xff\xd0\x83\x02\x6b\xf1\x10\xc0\x38\x91\x36\xf9\xed\x12\xa2\xe2\x7a\xa8\x6e\x63\x04\x2d\x41\x1c\x18\xa1\x0a\x23\x03\x18\x2e\x9a\x01\x4c\x64\x5b\xf6\x12\x0d\xa0\xb8\xba\xdd\xf8\x82\x7b\x00\x8e\x45\x78\x88\xa1\xeb\x92\x91\x53\x9c\x87\x52\xd8\x72\x17\xd2\xe0\xd7\xda\x72\xf7\x17\x27\xbb\x14\x9a\xe7\xb9\xd4\x53\xf0\x17\x40\xf3\x6b\xd6\x0f\x67\xad\x17\xe0\xd5\xda\xb2\xdf\x80\x51\x6d\xcb\x43\xf3\x9e\x27\x45\x97\x53\x2b\xc5\x9d\x2b\x2f\xca\xd9\xb1\xf2\xc5\x3d\x62\xe5\xab\x66\x81\x93\x42\xf9\x67\x29\xee\x00\xa9\xba\x3f\xac\xbc\x38\x03\x62\xfc\xba\x92\xdb\x52\x7c\xa0\x69\x79\x7f\x22\x46\xad\x6f\xd9\x6d\x04\x35\x88\x54\x19\xa7\x16\x14\xc7\x95\x10\xa9\xd6\x75\xd6\xa6\xb4\x31\x6d\xed\xa3\xdd\x26\x3a\x18\x83\xbc\xbc\x29\xc1\xb7\x1d\x14\x7d\x96\x12\x7c\xdb\xa1\x7f\xf4\xad\xc4\x70\xb7\x20\xaf\x65\x62\xc0\x5b\x50\x60\x6b\x62\xc8\x5b\x50\xdc\x6a\x42\xd0\x5b\x2b\xa2\x8f\x14\x32\xbc\x98\xfa\x20\x14\xcc\x43\x40\x04\xb0\x1d\x6d\x99\x14\x08\xe5\xf0\x07\x88\x0b\xd0\x9e\x49\xf4\x85\xcb\x36\x97\x52\xa0\xff\x45\x3d\x46\x78\x48\xb4\x49\x52\x24\xe6\x84\x18\x84\xd4\x05\x39\x6b\x13\x43\xea\xc2\x10\xaf\x4c\xb1\x62\x0e\x02\x21\x36\xb4\x05\x42\xdc\x31\xa2\xb0\x82\x80\x90\x62\x88\xe0\x0b\x0f\x23\x08\x09\x09\xdb\x52\x7c\x03\x01\x74\xc1\x8a\xf6\x3c\x92\x27\x45\x47\x81\x94\x08\x81\x46\x48\xc0\x8a\x34\xf5\x94\x60\x0a\x08\x23\xf9\x0d\x84\x4b\x88\xd5\x24\x24\x22\x85\x91\x34\x6d\xf0\xae\x2d\x7b\x88\x93\x30\xf8\x0b\x42\x9d\xb4\xfa\x48\x2a\x0a\x43\xe7\x55\x02\x3b\xda\x72\xf9\xc9\x01\x94\x32\x1c\x4b\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xee\x7d\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\xd0\xfb\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\x50\xe7\x82\xc2\x2f\x53\x6a\x88\xdc\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x19\x1d\xb5\x0a\x53\x43\x6a\xd5\xeb\x8a\x40\x9d\xcd\x10\x20\xb0\x39\x28\xd2\x31\x21\x28\xb1\x6f\x46\xf1\xe0\x76\xd0\x2a\x0d\x40\x18\xfd\x3e\x76\x83\x17\x6d\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x1d\x69\xf0\xf8\xb7\x6a\xe2\xa7\xef\xd9\x10\xef\x38\x00\xba\x7f\x07\x7f\xf7\x2a\x1c\x04\x58\xfd\x1d\x20\xed\xa8\x55\x3b\xd8\x9f\xdf\x67\x30\x96\xfa\x83\x88\x68\xa5\x37\x25\xc8\x84\x52\x6a\x53\x3a\x71\x5e\x88\xd9\x23\xa0\xb2\x6f\xa6\xca\x13\x9c\xd7\x2c\xe9\xc4\x12\x04\x4d\xe0\x82\x03\x34\xa9\xbf\x8b\x3c\x4c\x8b\x9e\x37\xaa\xe8\xda\xae\x99\x61\x41\x49\x73\xce\x60\x9d\x4d\xee\xff\x94\x19\x63\x3b\x3e\x66\xe6\x94\x11\x34\xdb\xa2\xb6\x5b\x46\xb4\x4b\x8e\x41\x0f\x90\xc9\x90\xbd\xdf\x32\x32\x19\x5a\xfc\x68\xbf\x29\xf7\xa5\xad\x6b\x14\xa8\x87\x4d\xf6\xde\x94\x91\x88\x5c\x95\x09\x96\x32\x9c\x21\x4d\x81\x5f\x29\x43\x00\xef\x49\x1c\x3b\x23\x98\xbb\xc9\x46\x9c\x32\x83\xa5\x25\x53\xa7\x12\xe8\x22\x10\xc5\x14\x18\xfd\x6c\x43\x4f\x05\xe9\x61\x4d\x79\x6f\xa9\xc0\xa7\xdb\x94\x6a\x93\x0a\xf5\x30\xe5\xcb\xa6\x02\x8f\x53\x93\x9d\x3f\x95\x29\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x10\x36\xb7\x55\xbd\xf1\xc0\x38\xa8\x04\xd9\x04\xb7\x7b\x68\xf9\x23\x9d\xa7\x8a\x80\xcf\x11\x3e\xfa\x44\xaa\x19\x9d\x2a\xa4\x37\x55\x04\xfd\xb7\xfc\xd1\xb0\x52\x85\x07\xaf\x29\xe4\x2b\x55\xe8\xc4\x4d\x22\x7c\xaa\x70\xdc\x34\x4b\x17\x0d\x2e\xef\x56\xc4\x39\x1b\x5c\xde\xad\x88\xd7\xb6\x56\xf8\xe0\x33\x97\xd6\xe9\x98\x11\xeb\x69\x58\x97\x56\xfc\xe0\x86\x2b\x4c\xb9\xdf\xa9\xdd\xc0\x58\x69\x7a\x83\xd3\x2f\x02\xbd\x3d\x17\x1f\x7c\x46\xe9\xf0\xad\xb4\xf2\x31\x27\xa6\x0e\xfb\xf4\x8b\x45\xf6\x44\xfd\x58\xb2\x54\xcf\xfc\x44\x47\x57\x2f\x9c\x8b\x66\xdb\x2b\x21\xd5\x61\xd7\x77\x64\x0c\x4b\x69\x4d\x1d\x8e\xbf\x21\xab\x6b\xea\xcf\xfe\x3b\x27\x68\x1a\x38\xb3\x5b\x15\x8d\x0d\xf8\xa9\x5b\x15\x17\x18\x48\xc1\x69\x55\xcc\x7f\xec\xc8\xb3\x53\x58\x6d\x1a\x50\x5d\x37\x23\x68\x2f\x27\x1f\x7c\x56\x6e\x27\x15\xb6\xa0\x37\x60\x3e\x6b\xb2\xd7\xa7\xbd\x23\x9d\x6b\xca\xf3\x3f\x38\xa0\xf6\x93\x20\x88\xf7\xee\x0c\xdd\x56\xf0\x7c\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x30\xe6\x50\x0c\xfb\xd8\x08\xb5\x90\x45\x1f\x7e\x53\xea\x7d\x3a\x10\x6e\xdc\x94\x43\x9c\x8e\xc8\x98\x35\x11\xe0\x81\x14\xa7\xa6\xc4\x9e\x74\x34\xc2\x21\xc5\xe8\x80\x37\xbd\x29\xe5\x2f\x1d\x60\x2e\x76\xd4\xa5\xa3\xb3\x0f\x2d\xc9\x01\x37\x72\x53\x56\x4e\x3a\x10\x24\x54\xcd\xe4\x0e\xf8\x4d\xeb\x10\x6b\x3d\x4e\xf6\x21\x3e\x70\x3c\x20\x2f\xf3\x92\xe3\x41\x3e\xa5\x35\xa6\x13\xc1\xb9\x75\x48\x56\x3f\x11\xa0\xd0\x64\x04\x4b\x27\x46\x69\x43\xab\x78\xc2\x51\xda\x2c\x1c\x5d\x08\x97\x6c\x0a\xf1\x48\x17\x34\xe1\x36\x3e\x66\xdf\x74\x25\xd2\xac\xd6\xe5\xca\x38\x87\x25\x6e\x5f\xc8\x4d\x6b\x43\x64\x7f\x41\xeb\xe8\x9b\xb4\xeb\x0b\x31\x4e\xaf\x93\xf5\x3a\x97\x03\xfc\xb3\x0a\x17\x22\x5a\xbb\xac\x19\xe9\x06\x7f\x7a\x49\x96\x77\xe2\x64\x05\xd7\xcd\x3c\xed\xa0\x4d\x7e\x57\x8e\x22\x3d\xe2\x46\x4a\x5c\x97\xcd\x35\xdd\x38\x37\xba\x6c\x32\x89\xa1\x14\x7d\x13\xaf\xbd\x99\x4e\xa5\x5c\x88\x84\x30\x86\xd0\x37\xb1\xb4\x9b\x99\x90\x4a\x8e\x48\xf0\x23\x84\xee\xcd\x45\x33\x75\x1d\x3a\x37\x60\x6a\x0e\x5d\xc9\x2b\x09\xb6\xe5\xf0\xd2\x65\x61\xfb\x0a\x2f\x95\x08\xc6\xad\x90\xad\xe3\xd0\x18\xd3\x83\xa6\xff\x5c\xec\x43\x2c\xed\xb9\x16\x4e\xd7\x27\x79\x4b\xfc\xe4\xa3\x98\xe5\x0d\xa9\x8d\x5d\x36\xce\xbc\x31\x99\x55\x79\xe1\x79\x55\xaa\xc8\x1f\xc0\x32\x03\xc6\xbb\xcc\xc4\x99\x99\xe9\x5d\x31\x30\x39\xe4\x07\x0f\x3e\xdc\x38\x33\x01\xda\xf1\x83\x39\xa0\x02\x48\xd7\xe1\x9c\xc3\xc1\x4f\x3e\x9e\x83\x8c\xf0\xe5\xd0\xe3\x47\xbf\xca\xe1\xbe\xf9\x40\xa3\x3c\xec\xf4\x83\xd3\xcc\x60\xe2\xae\xf3\x3c\xc7\x8d\x9f\x7c\xb6\x6d\x66\xca\x64\x56\x24\x52\x8e\x6b\xb6\x1f\x6d\x27\x33\x57\xab\xcb\xa4\x97\xe3\xc5\x07\x59\x9f\x20\x28\xa0\x2b\x63\x39\x27\xc8\x37\x5d\x5e\xac\x0c\xf5\x24\x74\x9d\xc5\x39\x21\x8e\xb6\xa7\x8f\xe2\x97\x13\xe7\xa2\xa4\xd4\x9c\xb0\xb1\xbb\x32\x4a\x73\x86\xae\xd8\x45\x52\x39\xb3\x2e\xc7\xeb\x0d\x1c\x02\x5d\x59\x20\x39\x83\xaf\x75\x25\xe0\xe4\x0c\xbe\xd6\x95\x05\x99\x33\x33\xf2\x65\xef\xc9\x19\xc9\xf1\x6d\xfb\x98\x23\x72\x46\x9e\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\xe3\xc4\xef\xb9\xaa\x53\xd8\x54\xbb\xce\xf3\x9c\x0f\x4e\x6e\x08\x74\x6e\x64\x05\x8a\xe7\xc2\xc9\x95\x0f\xd3\xce\x05\x99\x5b\xbd\x7c\xa4\xe6\x5c\xa0\x22\x66\x85\x40\xe5\x42\x14\x16\x2d\x54\x69\x6b\xcf\x7d\xe6\x52\x90\x09\xd8\x94\x47\x92\xcb\xc1\x51\x04\x47\x01\x60\x23\xf8\x93\x1b\x94\x5c\x43\xff\xc1\xf9\x95\x0b\xcf\x1e\x59\xb3\x73\x05\xaf\xed\x55\x2b\x50\x03\xfd\xd5\xda\x3b\x15\x1a\x5d\x97\x47\x3c\x57\xa6\xe8\x2a\xf3\x32\xd7\x9d\x6f\x7c\x38\x7a\xae\xab\x72\xce\xe7\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc6\xc8\x8d\x55\x49\x14\x27\x91\x1b\xc8\xbc\xb7\x4f\x84\x59\x6e\x2c\x5e\xa3\x00\xe0\x4c\x59\xa7\x2b\xa8\x33\xf7\x80\x85\x57\x72\x4c\xee\xac\x7d\xa2\x1c\xf8\xdc\xe9\x4b\x96\xf1\x2f\xf7\x8c\x75\x56\xf8\x42\xee\x10\x9f\xbb\xbc\x7b\x79\xc0\x3c\xdf\x64\x23\xc9\xe3\x06\xcd\xca\x96\x90\x07\x44\x9b\xae\x28\xf6\xbc\xc3\xcc\xd2\x65\x2c\xc8\x3b\xe2\xe9\xba\x4e\xc9\xbc\x43\x26\xef\x52\x9b\xf3\x01\xd5\x3c\xa9\x7e\x4a\x3e\x60\x49\xed\x0a\xf4\xcb\x47\x5b\x0b\xff\xe9\xf4\x80\x52\xd4\x15\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf6\xf0\x51\xc4\xf2\x49\x21\x4c\xc6\xcd\x7c\x22\x88\x7f\x28\xb4\x33\x9f\x00\x6c\xc8\x7c\x98\xcf\x93\xfe\x26\xb1\x9f\x13\xc9\x66\x63\x13\xc6\xce\x3b\xf0\x93\xcf\x83\x0b\x3c\x6d\x28\x3e\x2b\x5f\x38\x27\x86\x7c\x28\xf9\xfe\x7d\x04\x50\xbe\x37\xc4\x41\xbd\xda\xd4\x72\x84\xaf\x7b\x83\x17\xb0\xb9\x03\x18\xfd\x8b\x7f\x47\x48\x4f\x70\x07\x03\x3e\x5d\xff\x0e\xaf\xde\xc7\x7a\x93\x6f\x26\x65\x66\xbf\xcf\x43\xe7\xf5\xe0\xfa\xfe\x4a\x45\x9c\xeb\xde\xe0\xf4\xfd\xd8\xc5\xf2\x8d\x7d\xd4\x7c\xa0\xdc\x88\xdb\x91\x55\x35\xdf\x10\x48\x14\xe7\x93\xef\xb0\xa6\xa4\x1e\xa1\xa8\x28\x35\x25\xdf\xa1\xa0\x83\xa8\x36\x1c\x99\xc9\xed\x86\x40\x1d\x0f\x80\x40\x0f\x6d\xd3\x3b\xc0\x8f\x35\xdc\xdf\x0d\x94\xf8\x7d\x44\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\xe9\x39\xd6\x80\xb1\xbf\xc3\xb2\xf2\x0d\xaa\x6e\x0a\x30\xcf\x37\x42\x69\x36\xb1\xc8\x1b\x67\x48\x8e\x5a\xf7\x1b\x1a\xb0\x83\x0e\xf3\x1d\xe9\x2c\x15\x96\xa1\x11\x37\x45\x51\xe7\x7b\x0a\x69\x79\xf3\x24\x60\x04\x53\xb9\x96\x7c\xa7\x29\xbd\x87\xcd\x84\x80\x70\x18\xc5\x8a\xe5\x3b\x51\x0b\xf7\x42\x81\xa0\xe5\x1e\xcb\xf7\x94\x26\xe2\xf0\xc2\xa2\xf6\x8e\xac\x37\xf9\x4e\xf0\x6f\x0f\xff\xfe\xbc\x83\xcf\xf2\x9d\x19\x9c\x26\x88\x10\xbe\x22\x5d\x3a\xdf\x60\x39\x59\xa9\x67\xf9\x46\xfe\x49\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\xa9\xf6\x69\xc8\x8c\x90\x32\x13\x6b\x9e\xb4\xa8\xa8\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3a\xd4\x53\x46\x06\x5f\x53\x64\x72\xbe\x4b\xf9\xfe\xaa\xd9\x68\x2f\x44\x9a\x3a\x44\xcd\x1a\xa5\x12\xe5\x7b\x0a\x58\x39\x78\x3b\xa2\x62\x4d\x32\x2d\xa3\x60\x8d\x23\x77\xf3\x0d\x3d\x2c\x4c\x26\xf1\x83\x43\xe9\x2e\x4b\x69\x55\x1b\xf3\x29\x9a\x7f\x81\xc7\x34\x0a\xbc\x1a\x11\x92\xe5\x76\xe2\x68\xea\x60\xca\xc3\xf3\x81\x16\xa5\x92\x54\xb3\x16\xa1\x81\xd6\xc5\x08\xef\x06\xa7\x72\xd7\x04\x50\x49\x61\xc8\x6b\x94\x6f\x96\x45\xf0\x0c\x11\xa9\x9d\xe5\xd7\xce\x37\xca\x24\x54\xb3\xb4\x1e\x81\x33\xe1\xbc\xff\x2e\x28\x31\xdf\xbd\x62\xb7\xf9\x77\xb8\xa1\xc5\x45\x11\xda\x1c\x9b\x29\x7f\x4a\xf0\x39\x98\x8c\xfa\x81\x20\x4b\xb7\xcf\x77\x90\x63\xbe\xa1\xbb\xe5\x17\x21\x22\x12\x3a\xb8\x0d\x21\x28\x9a\x5f\xc0\x92\x34\x4c\x86\x0c\x2c\xf0\x56\x1c\xb4\x78\x6b\x40\xc6\x39\xcb\x51\x99\x11\xe7\x1c\xc3\x66\xba\x1b\x93\x6c\xde\xed\x81\xb6\x90\x8e\x50\x82\x4d\x27\xeb\x0d\x9f\x4d\xd0\x69\x7d\x53\x1a\x52\xe8\x50\xbe\xa7\xa0\xe1\x90\xdb\x7c\xef\xc0\xb1\x09\x1f\xea\xa9\xcf\xcc\x7b\x27\xc8\xfe\xbe\x22\x56\x51\x53\x80\x05\xaa\x76\xad\xe1\x3e\x37\xd6\xd6\x04\x20\x5c\xf7\xa3\x79\xbc\x87\x33\xd4\x83\x29\x1c\xe4\xe0\x8d\x32\xe5\xc8\x6c\xe9\xea\x9e\xea\x71\x56\x54\x71\x5e\x91\xca\xaf\xad\x7c\xec\xef\xd0\xd3\x7c\xa3\xd8\x9f\x43\xde\x33\x43\x99\x9b\xf5\x92\x7b\xea\x9c\x31\x19\xa6\x73\xaa\xb1\xc5\x48\x3d\x89\x13\xf5\x48\x55\xf9\xb5\xce\xf3\x00\xcf\x4a\x0c\xcc\x08\x64\xce\xaa\x55\x98\x6f\x58\x03\x6b\x71\x87\x9d\x1d\xb8\x47\xf8\xcb\xab\x3b\x38\x18\xd3\xad\xf6\x85\x0e\x35\x85\x13\x84\xe7\x9d\x71\xce\xed\x5c\xbc\x5b\x91\x17\x9a\x93\x0f\xeb\x29\x6b\xc7\x60\x96\x8b\xca\x3f\xaf\x65\x9c\xea\x4c\x54\x89\x84\x8c\x18\xe8\xac\x5c\xec\x8c\x10\xe8\x54\xa2\x07\x18\x08\x01\xd2\x04\x68\x56\x54\xa6\x58\xbe\x51\xf4\x27\xbc\x28\x71\xea\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\x8c\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x54\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x90\xea\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\x84\x79\x67\xb7\x17\xed\xaa\x4b\xda\x61\x24\x3d\xdf\x0f\x4f\x89\xa2\x2f\x9e\x88\xc3\x59\x93\x82\xae\x3a\x82\xb7\xcf\x53\xf8\x85\xf0\xf0\x54\xea\x22\x6a\x73\x61\xfc\xc1\x3c\xc8\xa2\x84\xfe\xfb\x39\x81\x26\x7f\x4f\x9e\xe5\xfd\xf4\xdc\x04\x5a\x4b\xf9\x90\xed\x6a\x87\x21\x76\xbc\x27\x09\x2d\x88\x1d\x0f\xa5\xfd\xc4\xdd\x94\x11\x58\x3e\xbb\xef\x7a\x00\x97\x9a\x98\x28\x23\xc3\x83\x32\x31\x32\x43\xc3\xcd\xa2\x1e\x3a\x3b\xb5\x17\x10\xfd\x3d\xe1\x33\x3c\x4b\x90\xf4\x17\xb0\x8c\x4a\xb0\x7c\x3e\x95\x28\xd5\xc6\xee\x90\x22\x8e\xf8\xef\xa4\xc4\x8d\x8c\xf8\xef\x50\x45\xbb\x88\xff\x8e\x61\x13\x52\x9f\x50\x08\x82\x46\x0c\xf4\x4c\x14\x77\x49\x46\x3d\xdc\xc7\x3a\xed\x04\x44\x60\xaa\x87\xb0\x3c\xd5\xf2\x2c\x8f\x7f\x46\x90\x77\x92\x4d\x3d\x23\x68\x7a\x76\x20\x3c\x44\x8a\x24\xe2\x3a\x08\x8b\x4e\xaa\x82\x97\x11\x16\x9d\x65\xa8\xcd\x0c\x8b\x1e\x0a\x93\xc8\x88\x83\x9e\x40\xfa\x0b\xc4\x79\xe9\xb8\x79\x96\xe8\x67\x20\x29\xfa\x89\x8d\x20\x12\x7a\xce\x5b\xb3\x42\x25\xc6\x62\x20\xe1\xfe\x4c\x46\x7d\xda\xc1\x67\xfc\xfb\x5a\x4c\x3f\x40\x28\xb0\xd7\x12\xde\x4f\xf9\x3c\x32\x43\xa1\x9b\xd2\x08\x33\x63\x9f\x83\xe5\x57\x04\x3b\xcf\x07\xea\x02\xe2\xe2\xa6\x2d\x84\x68\xe6\x38\xb4\x03\x10\xcd\x9c\x5f\x98\x86\x70\x58\xad\x9f\x32\x9c\x39\x27\xf1\x6f\xc4\x27\x07\x19\xd4\x32\xe2\x93\xd3\xd6\xdc\x03\xa2\x06\xb4\xe9\x10\x9f\x1c\xcd\x9a\x56\x7c\xb2\xa9\xa5\x2c\x90\xd5\x61\x01\xef\xf2\x52\x16\x4a\xb8\x3a\x72\x56\x84\x72\xf6\x08\x28\x15\x20\x86\x0f\xcb\x62\x56\x96\x50\x46\x84\xf2\x44\x9b\x47\x18\x50\xae\xfc\x02\x64\x1f\x09\xc4\x08\x51\xce\xaa\x46\x94\x1f\x8a\x9b\xd9\x10\x91\x17\x1a\xa0\xc9\xbf\x4b\x35\x40\xb0\xb9\x36\x0f\x50\x17\x03\xd7\x08\x4b\xa4\xd4\x99\xf1\xd0\x18\xac\x4c\x9c\x8c\x28\xe2\x6c\x75\x1c\x51\xc4\xb3\x4f\xe1\xb9\x32\x6e\x5a\xc2\x02\xe2\x84\x63\xb0\x18\x8d\x40\xe1\x6c\x1d\x13\x81\xc2\xd9\xaa\x36\x02\x85\xe7\x07\xea\x12\xce\x0b\x9b\xf1\x60\x80\x4d\xc5\xc4\xd4\x70\x94\x4b\x45\x44\x2c\xef\xec\xc0\x0f\x28\xa8\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd1\x9a\xd1\xba\xb6\xac\x22\x3a\x77\xf6\x28\x54\x76\xaa\xb1\xa6\x06\x98\x9e\x95\x6e\x9f\x11\x9f\x1b\x86\xe2\x95\x32\x03\x74\x5b\xf4\x6a\x74\x40\x2d\xed\x04\x11\xb9\x59\x36\xf4\xcc\x88\xdc\x60\xd1\x17\x21\xb9\x2f\x4b\x24\x42\x72\xb3\xaa\x3e\x64\x84\xe4\xce\x0f\x84\x97\xce\x84\x24\xc3\xb4\x56\xc2\x0f\xb0\x12\x32\x2f\x20\x28\x77\xbe\xa0\xd5\x9d\xc2\x72\xb6\x49\x03\x51\xb9\x5d\x41\xfa\x19\x51\xb9\xf3\x03\x3f\x40\x14\x5f\xff\x49\x5d\xd3\x8c\x18\xdd\xfc\xa2\x5f\xc4\x43\x65\x2b\xa1\x08\xd2\xcd\x36\xfa\x21\x48\x77\x0e\x67\x78\x80\x12\x13\x34\x5c\xfc\xd5\xe7\xd6\x20\x53\x70\x9b\xfc\xd9\xc7\x08\xc2\x72\x43\x30\xf7\x64\x18\x9e\x8f\x15\x18\xf9\x92\x79\xdf\x7e\x60\x4f\x09\x65\x90\x9d\x9b\x3b\x84\xec\x5c\x24\x4d\x20\xec\x35\x0c\x1f\x21\xc7\x22\x1c\x75\x78\x14\x70\x67\x81\x88\xb8\xd5\xe1\xa3\xf5\xa0\xd1\xc8\x3d\x1e\x44\x82\xd7\x1d\xb6\xd1\xac\x7a\xbe\xf9\x39\xa0\x08\xbb\x4d\x93\x99\x97\xfd\x04\x27\x93\x5c\x87\x50\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x77\xe4\xad\xdb\x8e\xce\xe0\xd2\xe4\x33\xe5\xa4\xdc\xe6\x69\x9d\x24\x56\x73\xcf\x13\x81\x6a\x66\x1b\x14\x9f\x4d\xbc\x27\x45\x20\xcb\x20\x17\xd8\x86\x31\x7f\x81\x56\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\xba\x2f\xa8\x04\x3e\xc7\x50\x48\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x87\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x4c\x62\x8a\xbf\x49\x55\x42\xf2\xf3\x60\x17\x57\x77\xd0\x91\xa4\xab\x49\xd0\x05\xfe\xfa\x7e\x61\x49\xbb\x7c\x89\xbf\x3e\xe7\x1e\x2c\xbd\xb7\xc8\x83\x12\x3e\x1f\x25\xa0\xb0\x46\xd6\x26\x03\x5b\x41\xec\xf0\xdc\x23\x49\x0f\x60\x75\x28\x7e\x81\x30\x76\xb5\x1b\x61\xc8\x7a\x00\xb3\xc3\x47\x73\x29\x1b\x0c\xa5\x56\xca\xcb\xb6\x51\xd4\xf3\x0b\x14\x70\x8b\x7b\x98\x6b\xad\x43\xaa\x6c\x10\x70\xab\xf2\x6f\xca\x36\x25\xdc\x22\x43\x66\x59\xb5\xbc\x54\x20\xbb\xa0\x9c\x57\x96\x50\x5d\x10\x01\x9d\x5e\x93\x08\x54\x69\x3f\x22\x4d\x41\x51\xaf\xac\x80\xd3\x82\x32\x5e\x61\x54\x8f\xb0\x66\xe9\x17\x28\x45\x75\x01\x4d\x09\xb8\xba\x47\x52\xb8\x7f\xa7\x28\xf8\x91\x59\x0a\xeb\x7d\xb5\x68\x44\x85\x8b\x63\x18\x6a\x84\x9e\x75\x8f\x09\xb9\x2b\xa8\x87\xc8\x59\xaa\x03\x84\x20\x26\x83\x84\x44\xc8\x9a\xd5\x1f\x12\x21\x47\xd1\x42\x44\x2e\xad\x96\x12\x01\x88\xb5\xf9\x7b\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\x4d\xd5\xa2\x45\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x3c\xfa\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x9a\x71\x9e\x59\x73\xc9\xbf\x73\xf7\x24\x83\xb4\x76\x8b\x41\xa2\xca\xd0\xfc\x06\xce\xac\xa0\x49\x15\x70\x77\xff\x5e\x16\xf1\x6b\xcc\x02\x3a\x30\x21\xc2\x98\x2b\xf7\x70\xd9\xca\xa2\x03\xf7\xc0\x73\xd3\x78\xa3\x78\xdd\x04\xd3\x14\xa7\xd3\xf6\xea\xf1\x21\xd0\xfa\xa0\x72\xed\x92\xf0\x82\x1c\xbe\xf1\x22\x8f\xba\xa0\x54\x9f\x95\x6e\x4a\x41\x5d\x69\x3d\x4c\x7e\xc0\x3d\x9a\xb4\xdc\x95\xb2\x6a\x72\x17\x20\xb1\xe6\x31\xb8\xe3\x92\x96\xaf\x71\xfd\xd5\xc3\x92\x9f\xb3\x96\xa3\xb1\x68\x9b\x3f\x40\x6e\x71\xd4\x44\x21\x4f\x6f\xc6\x75\x63\x2c\x8f\x60\x5c\x7e\x2b\x93\x64\xe3\xfa\xbb\x8d\x4a\x76\x5e\xbc\xce\xc5\xd3\x80\x4b\x7c\xce\xa2\x71\x5a\x85\xbb\xdb\x14\x30\xb2\x86\xec\xd4\x8d\x3c\xeb\x4e\x92\xca\x42\x4b\xc7\xd9\x6a\xaa\xef\x4b\xb4\xf3\xa0\x14\x18\xbc\x5a\x4b\xba\x35\x8b\xa6\x3f\xbc\x08\x0f\x14\x5e\x87\xf0\x36\x28\x07\x75\x3f\x58\xab\xa7\x89\x0f\xc8\x41\x5e\xee\x29\xa0\xa6\x6c\x16\x3e\x40\x62\xaf\x0e\x0e\x82\xe0\x17\x4e\xf6\x28\xa8\x97\x84\x5a\xf5\xc9\x4e\x1a\x33\x8f\xde\x17\x8d\x69\x1a\x3b\xed\x7a\xc6\xe6\x4e\x37\x84\xdb\x17\xf4\x4a\x41\x79\xd0\xe4\x65\xdc\x1d\x30\x9e\xbe\xda\x60\x10\xe6\xe1\x07\x0e\x9a\x2e\x44\x1d\xb4\x41\x08\x46\xe4\x56\x65\x4f\x62\x89\xa8\x3e\x8f\x0f\xd2\xac\x0f\x16\x06\x1a\x6c\xc2\xc3\xc9\xb5\x31\x83\xa0\x3d\xd7\x2c\xe8\xa4\x15\xce\x6c\xf0\xa4\x66\x6a\x20\xa7\xd4\xda\xea\xeb\x05\xda\x41\x5e\x5d\x10\xd7\xde\x17\xc8\x68\x8a\x2f\x20\xc8\x94\x4c\x00\x48\x69\x52\x8e\x74\xd9\x60\xb2\xad\xcd\x5d\xc2\x09\x5c\x87\x30\x7d\x51\x1f\x32\xcb\xb8\x08\xe5\xf8\x49\x98\x5d\xd9\xae\x82\xa2\x04\xee\x1e\x3c\xcd\x3b\xfb\x82\x2b\x72\x68\x8a\xac\xfe\x2b\xe3\x50\xd9\x2e\x64\xad\x7a\x27\xd3\x82\xeb\x9d\x7f\x51\xdd\xf1\x26\xb9\x49\x0a\x3e\xd0\x96\xc8\x69\xfa\xbb\x41\x0b\x1e\xf3\xce\x7c\x41\x73\xbe\xb1\x97\x8d\x34\x06\x2c\x24\x6f\xf6\x1b\xa9\xa7\x16\xbe\x6e\xfa\xd6\x7d\xc8\xde\xb4\xe5\x64\x8f\x01\x43\x86\xd1\x7a\x63\x1a\x2f\x20\xb9\xb5\xb3\x1e\x3c\xac\x54\xb7\x69\x5e\x0f\xed\x6a\x66\xbc\x2c\xbe\xd1\x4c\x2e\x0f\xb7\x91\x91\xfb\x70\xf7\x6b\xd0\x87\xf3\x12\x45\x3e\xe4\x51\x26\xb0\x07\xb2\xc2\xf0\x10\x64\x51\x9e\x17\xec\xbe\xd5\xab\xf3\xac\xbd\xfd\xe9\x92\xf5\x3d\xeb\x47\xad\x2a\x8c\xd7\xaa\xba\xf3\xa7\xf0\x66\x21\xe5\x3a\x14\xde\x23\x54\x75\xf1\x43\xe1\x3d\x42\x43\x02\x7e\xe1\x3d\x42\x59\xc6\xb9\x12\x68\xba\x1d\x7e\x81\xe2\x83\x18\x69\x58\x72\xa8\xd8\x22\x2e\xf8\x89\x96\x2f\x02\xc4\xcc\x28\x76\x12\xe0\xa1\x57\xd4\x42\x41\xcd\xd0\x1c\x24\x8d\x87\x15\x5d\xe1\x21\x03\xf5\xa8\xa4\x36\xd9\x83\xf1\x00\xb1\x33\x7e\xec\x35\x25\x2c\xb1\x53\x6c\x12\xb7\xf9\xcc\x07\x9a\x37\xa4\x4a\xc5\x7e\x15\xd4\x29\xcd\x2a\x07\x55\x42\xe4\x46\x14\xd1\xe1\x5a\x9d\xa4\x4a\xaa\x85\xb7\xe6\x04\x0b\x18\xb8\x24\x67\x3e\x10\xe2\x52\x44\xe9\x33\xf5\x90\xc8\x81\x24\xe5\xe0\x96\x9c\xf9\x85\xfa\x4c\x2b\x06\xdd\x6f\x34\x40\xe5\x17\x48\xf9\x12\x0f\x71\x27\xce\xec\x42\xa8\x4a\xc4\x84\x81\x38\xd0\x16\x22\xe0\x96\x57\x6c\x55\xe1\x65\x36\x2a\x03\x52\x02\x0d\xad\x96\x16\x78\x9f\x8d\xaa\xd4\x16\x5e\x67\xa3\xbb\x0a\x0a\x6f\xb3\x49\x9e\x75\x46\x59\x05\x2f\x36\xdc\xf4\x55\xdb\x1f\x01\x83\xb1\x79\xf1\x33\x35\x08\xa1\x31\xc3\x22\x33\xdc\x66\x8d\x67\x03\xc8\xba\x30\xee\x1f\xf6\x13\xd3\x4a\x66\xa5\xa4\x6c\x00\xd7\x42\xa9\x07\x18\x6e\xa3\x69\xa3\x44\xf4\x28\x88\x0a\x97\x5e\xd2\x07\x6e\xaf\xc9\xaa\xd9\x55\x58\x22\xb6\x2a\xe8\xa8\xe0\xae\x9a\xf9\xc0\x6f\xd0\xbc\xd1\xdd\xe7\x8e\xea\x33\x6e\x9f\xac\x65\xa0\xf6\x62\x48\x1a\xb3\xd2\xcb\x64\xea\xa9\x84\x52\x78\xa9\xe4\x36\xc2\x3b\xca\x3b\xf8\x34\xe3\x25\x32\xc1\x22\x12\x2e\x91\x09\xce\x9f\x2d\xb8\x44\x26\x2a\xa3\xbd\xe0\x92\x18\x57\xe0\x29\xbc\x24\x66\x54\x8f\x00\xd5\xa4\xfe\xc4\x45\x54\x70\x7f\x4c\x8e\xe6\x4c\x8d\x07\x9d\x3a\x63\x3c\x79\x32\x1d\x34\xaa\xe0\x92\x9e\xc3\x32\xd2\x0a\x5c\xdc\x05\xa3\x0b\x2e\x4a\x60\x5c\xb6\x94\x10\xdc\x04\x93\x64\x0f\x2a\xbc\x0a\xe6\xcd\x76\x1a\x43\x33\x4d\x5a\x8d\xc1\x74\xda\x5d\x8d\xe6\x4d\x89\x29\x01\x62\xa8\xd2\x76\x4b\xe8\xf1\x5d\x93\xa8\x84\xbe\x26\xa1\x21\x96\xd1\xd6\x4c\xa1\x63\x55\x8a\x7b\xe0\x75\x00\xfe\x00\x25\x93\xa2\x47\xc4\x11\x20\x7d\x20\xa0\x2e\x5b\x4b\xe6\x6c\x1d\xe4\x1f\xdd\x01\x04\xa3\xd7\xef\x6b\x0e\x86\x00\x75\x91\xa2\xda\x03\x75\x23\xa4\x1d\x04\x58\x68\x15\x1d\x58\x50\xce\x38\x29\x0d\xbf\xa0\x9e\x71\x56\x28\x60\x09\x83\x31\x2e\xee\x8f\xd9\x28\xe6\x38\xb0\xb1\xbe\x98\x37\x13\x48\xdd\x21\xeb\xb7\x9a\x23\xc1\x40\x9a\x65\x72\x2a\x01\xd1\x09\x31\xb9\xbd\xb0\xec\x1e\xf2\xf7\x57\xeb\xa6\x2d\x54\x2e\xb0\xba\x1a\xf6\x0a\x90\xb5\x4c\xa8\x54\xa0\x94\x92\x12\xa6\x78\x9b\x2c\x80\x04\x24\x5d\xb4\x64\xa6\x88\xf0\x04\x05\x68\x95\x00\x71\x56\x51\x74\x05\x11\xcc\xd1\x1a\x77\x38\x70\xa0\x99\x34\x61\x82\xed\x9e\xc1\x14\x6f\xf3\x66\x06\x72\x2c\x36\xee\x0e\x77\x3e\xd0\x14\x0e\x8a\x9a\xc5\x43\xa0\xfc\x95\x24\xe4\x70\xc0\x4a\x62\x2c\x1f\xe4\x72\x32\x83\xe0\x1e\xa2\xf9\x40\x5d\x9e\xb4\x5e\x9a\xcf\xb1\x32\x9b\x8f\xe9\x13\xb3\xf0\x91\x08\xa3\x6d\xf6\xc2\x9e\x0b\x6a\x7f\x00\xe2\x95\x9c\x16\x4e\xba\x72\xbc\xc9\xcf\x03\x67\x81\xe6\x3d\x05\xe8\x34\x3c\x4b\x56\x04\xa8\xfe\x9d\x0a\xb3\x0f\x1f\xc6\x48\xbe\x78\xf7\xb5\x66\x25\x18\x18\xe3\x60\x39\x1f\xb7\x1b\xd9\x91\x5c\x78\x97\xd1\x78\xf1\x41\x18\x5d\xa3\xd9\xde\x85\x72\xb3\x46\xdc\xc5\xe8\x19\x01\xc9\xdc\xa9\x17\xa7\xba\x08\xa5\xd9\xc4\xbd\xbd\x4b\x8f\x95\x30\x65\xe2\xd4\xbc\xa5\x6e\x8a\x8e\xde\x02\xf7\x02\x5a\xd3\xba\x81\x6a\x33\x1a\x48\xbc\xc3\xa7\xf2\x4d\x4c\xbb\x03\x54\x56\xf3\x71\x72\x23\x20\xc0\x87\x34\xe4\xdf\x68\x89\xec\xa6\xf8\x23\x7d\x2a\x3c\x04\x59\x1f\x40\xdc\xd5\xad\x03\x25\x3c\x0b\xcf\xa2\xb7\x67\x6d\x42\x3f\xa0\xf7\x52\x1a\x19\x6a\x86\xbb\xe0\x5a\x09\x0f\x53\x5c\x04\xf3\x43\x43\x85\x85\x1b\xd8\x79\xa3\xe9\xef\x41\x74\x9c\x27\xfd\xd0\x05\xe0\x01\x60\x20\xfd\x91\x6b\xa8\x04\x98\x80\x15\x7c\x53\x50\xc1\xdc\xe5\xdf\x0a\xea\x95\xc7\x22\xaa\x88\x1b\xce\x78\x31\x21\x96\x2f\x1f\xe6\xa3\x28\x5f\x9e\x14\x2f\x54\x90\x70\x10\x15\x03\x55\x56\xf1\x72\xd1\xfa\x2a\x55\xbe\x19\x00\x90\x5d\xf1\x80\x00\x50\x2b\xc2\x3a\xe5\xaa\x0f\x53\x58\xa6\xbc\xd9\xee\xc9\x42\xe5\x59\xd7\x34\x96\x48\xb1\x5a\xd6\x87\x88\x6c\x6f\x45\x3c\x94\xc8\xf8\x05\x45\xd7\x94\x88\xc8\x57\xa5\x87\x96\x18\x28\xa5\x0c\xbf\x70\x81\x0c\x05\x73\x24\x15\x48\x24\x88\x91\xb1\x04\x7e\x01\x35\xc5\x82\x7f\xaf\xc4\x5a\xd6\x03\x08\xb0\xc5\xed\xb5\x1b\x8b\x1e\x0c\x04\x14\x0a\x68\xd8\x4b\xe5\x2e\x2e\x71\x45\x48\x18\xcf\x91\x78\x53\x3b\x61\x61\x0d\x22\xea\xc0\x45\x63\x29\xad\x85\x14\xcc\x89\xf1\xc0\x7e\x01\x74\xa9\x23\x1a\x75\x2a\x82\x6e\x64\x29\xa8\x53\x91\xe3\xeb\x77\x46\x3b\xb8\x3f\x0a\xa8\x6e\xd3\x54\x29\x3a\x8f\x0c\x55\x10\xb3\x47\x21\x89\xec\xcd\x1b\x97\xf5\x54\x72\x49\xcc\x70\x23\x45\xb7\x57\xb5\x56\x81\x40\xf3\x68\xf6\x0b\x73\xdd\x9a\x91\x98\x71\xe6\x4b\x49\x8f\x14\x60\x25\xc9\xf1\x1a\xb4\xa6\x68\xa0\x82\x6b\xd0\x52\xf5\xb2\x7d\x04\x5a\x21\x61\x09\xb4\xc3\x6f\xf0\xc4\x32\xed\x14\x5e\x00\x27\x18\x98\xfc\x68\x46\x1c\x71\xdd\x85\x8d\x82\xb8\x06\x2d\x47\xef\xc8\xc2\x13\x4c\x0c\x83\xd5\xe3\xc7\x6b\x69\xeb\x92\x14\x34\x2f\xa6\x16\xc9\x5a\x86\x14\x9f\x68\x77\x05\x2e\x45\x4b\xc9\x43\x2c\xe3\xa9\x51\x8f\x60\x84\xf8\xea\x00\xd4\x57\x0d\xc2\x9a\x84\x1f\x50\x03\xf7\x5a\x55\x86\x1d\xe9\x05\x14\x2d\x2b\x9e\x75\x83\x78\xe5\x59\x37\xde\x16\xea\x36\xc8\x55\x6a\x26\x6e\x33\xcb\xd1\xd4\x87\xb2\x64\x96\x72\x23\xa5\x5e\x45\x5c\x14\x5c\x44\x96\xe5\x6d\x2b\xb1\x61\xed\xfd\x41\xa7\x61\xcc\x4b\xd9\x17\x63\xd1\x90\xac\x1f\xac\x03\x91\xb7\x8e\x35\x85\xef\x94\xd8\x17\x81\xfa\x01\xd3\x8f\xdc\x65\x07\x0c\x42\x42\xc7\xa6\xf6\x1e\xec\x8b\x58\xfc\xc1\xda\x23\x7e\x83\xb3\x10\x35\x51\x2a\x95\xa8\x81\xd2\x29\xd9\xd6\x7e\xe6\x6e\x65\x5d\x99\x5a\x50\x3b\x25\xdb\xad\x14\x97\x58\xaa\x13\x0d\xa5\x4f\x62\xb0\x3a\x80\xd2\x27\x2e\x00\x5a\x50\xf9\xa4\x27\xef\xeb\x41\xc7\xbb\x26\x05\xb9\x35\xe5\xf6\x93\xe3\x07\x35\x4f\xb2\x32\xf3\x4b\x64\x02\xa8\xca\x9f\x15\x5c\x5a\x30\xc1\xf1\x83\xfa\xfd\xd5\x75\xad\x6f\x89\x7b\xe3\x0b\x9a\xf2\x8e\x02\x9c\x12\x3a\x51\x35\x25\xd9\x22\x1a\x79\xa1\x92\x24\x44\x56\x41\x29\x46\x19\xee\x57\x0a\x36\x0d\xc4\x03\x39\x02\x66\x02\x30\xd2\xbe\x18\x19\xa5\x5a\x89\x39\xf1\xa0\xa6\xae\x35\x39\xa0\x8a\xf8\x08\xa5\x8d\xd6\xb6\x84\x78\xac\x3c\xfd\x4f\xfb\xdc\x30\x45\xb7\xb1\xc8\x3e\x62\x51\xc1\xaa\x99\xb4\x4f\x6e\x67\x1f\x37\x27\xfc\x0c\x12\xe4\x23\xc3\x0a\xac\xba\xe3\x7a\x35\x47\x01\x17\xde\xae\x96\x15\x3e\x57\x70\xbb\x5a\x52\xf2\x74\xe1\xf5\x6a\x2d\xbd\x1e\x30\xfa\xc8\x94\x89\xa8\x5c\x8b\x87\x11\x26\xdd\x60\x03\x44\x64\x18\xee\xe6\x41\x2f\x56\x2a\x35\x1b\xba\x50\x89\xcc\xb2\x05\xe3\x74\x6d\x50\x88\x30\xdb\xbe\x10\x77\xd1\x4a\xe7\xa3\x1c\x91\xba\xd1\xa7\x26\xaf\x71\xf3\xbc\xaf\x81\xd2\x8a\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x27\x7d\xf6\x24\xc0\x8c\x7d\xca\x5e\xf0\xa6\x99\x98\x28\xe2\xfa\x4c\x5b\xb9\x4a\x86\x10\x66\xdf\x6a\xf6\x0f\xab\xaf\x6d\xe7\xf1\xe6\x06\xd0\x00\x14\x81\xa3\x19\xe5\x0d\xa5\xad\xbb\x83\xc6\xca\xd2\x6a\x77\x7e\xa0\x39\xde\x0c\xbe\xf4\x86\xbd\xb9\xc3\x4d\x3f\xf7\x9a\xb5\x80\x78\x68\xa9\xf4\x81\x40\x2b\xaf\x4d\x91\x91\xc1\x0b\x66\x54\x0f\xab\x02\x0b\x8a\x67\x2d\x9d\xc0\xa4\xd4\xeb\x33\xea\x59\x24\x29\xa8\x1e\x32\x6c\xb3\x02\x8a\xb5\x9e\x18\xae\x44\xa8\xcd\xf3\xa0\x95\xd7\x87\xd2\x83\x34\x0e\x0d\xc9\x6a\x45\x2a\x8f\x5d\x12\x92\xbe\x94\x6c\x5e\x90\x93\x9a\xa2\xcc\x57\xa8\x66\x34\x27\x19\xf4\x00\x52\x5b\xf6\x0b\x40\xbd\x0e\x5e\x14\x2f\x9a\x1a\x8f\x3f\x00\x7f\x17\x56\x50\x88\x28\x86\x28\xe6\x9a\x58\x9c\x79\x18\x84\x07\xc5\x93\xf5\x3b\x8b\x31\x6b\x8a\x29\x2c\xbc\x47\x3d\x48\xec\x51\x43\xc2\x46\xfc\x02\x01\xc2\xac\x7d\x02\x28\x5d\x94\x74\xb3\x43\x49\x94\x65\x6d\x49\x49\xb4\x11\x17\xbf\x80\x7a\xcc\xaf\x11\x0f\x7e\x20\x34\x22\x32\xa1\xf6\x17\xd0\x90\xaa\x8c\x47\x24\x82\x05\x9b\x4a\x12\x32\xc1\x86\x59\x74\x42\x4d\x66\x9f\xa4\x29\xd2\xe8\xd5\xd4\x4e\x80\xc1\xef\x67\xac\xa4\x10\x1f\xb9\x29\xa2\x1f\xa0\xc4\xaa\xb6\x21\x8b\x1d\x8d\xc9\xc3\x7f\x70\x08\xe1\x72\x41\x67\x50\x95\xc4\xd0\x01\x5d\x0e\x57\x50\x2a\xc9\xe9\x47\x85\xa5\x92\x46\x7c\x3d\x20\xc0\x42\x62\xa2\xe0\x28\xd3\x0a\x4a\x23\x39\x59\xa6\xa0\x32\x52\xca\xd2\xd7\x59\x19\x49\x17\xf5\x17\x14\x46\x7a\x89\xba\x28\x8c\x34\x41\x12\xca\xd2\x9a\xa1\x87\xa4\xea\x5a\xfd\x60\x6e\x87\xd7\xba\xe5\x0d\x20\x68\xc8\x1c\xde\x85\xba\x0b\x0a\x29\x85\xe6\x10\x14\x64\x64\xc7\x66\xd2\xca\x20\xb5\xe0\xdf\x59\xf9\x5b\x73\x84\x38\xae\x4b\x35\x0b\x8b\x2b\x0d\x93\x62\x66\xe5\x6f\x4d\x01\x85\x91\xf3\xab\x3f\x3a\x23\xaa\x21\xa4\x71\x47\x3b\x1c\xd5\x97\x1c\x9c\x5f\x50\x6d\x29\xd9\x39\x81\x6a\x4b\x51\x95\x72\x4b\x62\x24\xb1\x84\x71\xd6\x5a\xaa\xde\x9f\x28\x65\x6c\x99\x30\x41\x7a\x1f\x52\xfc\x12\x23\x19\x94\x54\x59\x12\xcc\xd3\x8a\xbe\x2b\xa9\x70\x73\x24\x3f\x38\xdf\xd5\xce\x4b\x82\xf0\x6e\xb9\x38\x21\xb2\xa1\x79\x77\x2d\x51\x5d\x62\x68\x82\xa8\x5e\xbb\xb1\x8e\xc0\x86\x61\xcf\x44\x5a\xd5\x19\x04\x53\x25\xe3\x34\x90\xf5\x77\x15\xd6\x4b\xaa\x44\xa3\xa7\x59\x17\xed\x08\xca\x4a\x28\x3d\x04\x6a\x26\x9a\x12\xda\xba\x1d\x52\xed\x75\xab\xbd\xda\x11\xfb\x53\x23\x36\xc6\x3d\x0a\x2b\xb0\x59\x57\x53\x06\x4c\xd6\xc3\xfb\xab\x21\xd5\xd4\x6c\xb2\xb1\xa4\xa6\xb0\xc6\x6c\xb9\x37\x00\x14\x47\x8c\x77\xc4\x19\x2b\x44\xbc\xa0\x06\x56\x48\xba\xff\xbc\xa4\xb6\xaa\x88\x7b\x0c\xd4\xa2\x94\x60\x9c\x60\xb3\x4e\x66\xac\x9d\x9c\xd6\xc4\xd4\x51\x27\x5a\xfa\x70\xe2\xdd\x20\x3e\x89\x79\xdb\x67\xb0\xed\x31\xa1\x6e\x61\xf6\xca\x31\xe3\xcd\x22\x11\x0a\x6b\x65\x0b\xbb\x28\xa4\x95\x86\xe9\x75\x70\xde\xde\x32\xa8\x10\x32\xbc\x43\x10\x76\x5b\xbb\xe9\x09\xc2\x78\xf7\x01\xb3\x63\xd3\x9b\x09\xa0\x90\x4e\xb0\xf1\x32\x2d\x81\xdb\xb8\xde\xb1\xcb\xcd\x5a\x77\xc2\x28\x98\x76\x24\x39\x98\x57\x43\xdc\xde\xac\x92\xf0\xea\xad\x61\x19\x2a\xf1\x1a\x8f\xf4\x7a\x03\x35\x3a\xbb\x61\x00\xf9\x49\x0e\x4c\x0c\xe5\xb5\xcc\x83\xfa\x5e\xd9\xde\x59\xd6\xf3\xb2\x37\x3e\xb1\xbc\x82\x8f\xcd\x63\x4d\x4a\x3d\x32\x8e\xc2\x26\xd8\x74\xd4\xf7\x2d\x03\x25\x1d\x6b\x13\xf9\x01\xcf\x49\x9f\x51\xc7\x9a\x96\x10\x73\x50\x1e\xf1\x0b\x14\xeb\x4d\xe5\xa8\xde\xd2\x52\xfa\xc9\xad\x43\x25\xf1\xc6\x10\x4b\x65\x89\x86\xe9\xe6\x36\xce\x18\x1f\x29\x67\x7f\x5f\x8c\x50\xd2\xc9\x85\x90\x9e\x91\x68\x66\x96\xdd\x0b\x45\xcb\x52\x97\xb6\x89\xa2\x65\xb1\x99\x2d\xc0\xca\x9c\x4d\x9d\xb8\x24\xd6\xfe\xeb\xb4\x24\x7a\x79\xbc\x51\xd5\x2c\x3a\x5c\x94\xb7\xc0\x36\x47\x0b\x24\x24\xd2\xbd\x68\x07\x71\xbf\x0e\x14\x4a\x17\x55\x35\x41\x78\x31\x24\xcb\x38\xbd\x50\x2b\xde\xc7\xe4\x14\xc7\xbb\xed\x6a\xe9\xe2\x96\xcb\xee\xf1\x61\xdd\x30\x4d\x02\xa9\x73\xc3\x72\x66\x82\x44\x6e\x7b\x62\x82\x40\xde\x4c\x9c\x77\x7a\xdf\x2f\x51\xd2\xbd\xea\x7b\xa9\xcd\x3a\x5b\xfe\x9d\xb6\x92\xe6\x17\xa8\x90\x5a\x6c\xbc\x71\xf6\x9b\x18\x6f\x64\x84\xbf\x40\xdc\xd1\xd6\x3a\x20\xf5\xae\x9a\x9a\x21\x9e\x67\xa3\x1d\x46\xeb\x17\x16\x11\xb4\xf1\xda\xc1\x08\xda\xb0\x0b\x1f\x75\x53\xa2\xca\x63\x96\x34\x85\xf9\x68\x9b\x41\x82\x0d\xfb\x25\xf6\xc2\x84\xfd\x12\xdf\x56\x0d\x34\x13\xc2\xc3\x0c\xb0\xe6\x37\x80\x83\xd7\x08\x10\x8c\xcd\x64\x9e\x8e\x11\xdc\x86\x8c\xa9\xcd\x86\xcb\x81\x5f\xb1\x59\x99\x79\x73\xb6\x32\x67\xc6\x6b\x68\x8a\x19\xe1\x1a\x46\x09\x2a\xc1\x44\x15\xf0\x2c\x19\x45\x43\x55\x74\xa4\x64\xdc\xb0\xa2\x94\xd2\x92\xb7\x75\xfd\x96\xda\x48\x6e\xde\x0c\x00\x9c\xe5\x9a\x50\x46\x8c\xb1\x92\xa9\x4b\x46\x12\xdd\x30\xc0\x48\xa2\x73\xbc\x62\xa6\xdc\xae\xad\x95\x03\x6b\x50\xeb\xd0\xce\x81\xba\x46\xf4\x1b\x54\xca\x64\xf7\xce\x08\xcd\xb0\x7e\x9d\x03\x56\x5d\xab\x9a\x03\xfd\xf7\x92\x45\x72\x60\xe1\x35\xe1\x28\xe2\xce\x26\x49\xb5\x39\x92\xf5\x8b\x1f\xe4\xb8\xd6\x55\xb3\x44\x41\x06\x2b\xbb\x79\x45\xf8\x36\x77\x49\x63\x91\xb6\x5b\x46\x14\xef\xbb\x4d\x26\x19\xdd\x05\x2a\xfd\x55\x8f\x09\x5a\xcd\xee\x91\x3c\x45\xdb\x31\x33\x4f\xcf\xfa\x49\x46\x34\x48\xb2\x68\x9c\x91\x86\xf7\x82\x7a\x5d\x40\xe2\x1e\x06\x0e\x28\xad\xcd\x14\xa5\x93\x3d\x18\x19\x91\x1d\x8e\xdb\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x34\xc8\x14\xa4\x8d\x26\x56\x68\xd0\x49\x91\xf3\x2a\x55\x28\x08\x32\x95\x61\x99\xa0\x32\x62\x3f\xaa\xc9\x3b\x93\x65\x78\xed\xa6\xe8\x9c\x54\x03\xa5\x64\x06\x7f\xbc\x86\x60\x49\x71\x77\x70\x12\x6b\xee\x80\xa1\xfe\x3f\x2a\x90\x50\x72\xe6\xaa\x18\xe0\xb5\x2a\x1a\x1f\x82\xf6\x6b\x95\x60\x18\x77\xce\x75\xc9\x85\x8c\x58\x87\x4b\x2e\xd0\xa9\xfc\x45\xa5\x76\x61\x90\x97\x0d\x5a\xc6\xfa\xbc\x8c\xce\x92\x2a\x73\x5d\x58\x11\x58\x08\xc4\x78\xad\x7c\xa5\x78\x6e\xd2\xa8\x30\x19\x98\xaf\xd4\x25\x79\xf8\x01\xed\xd4\xde\x65\x48\x89\x4b\x9e\x28\xcc\xd0\x76\xd6\x65\xd4\x6d\x30\xb7\xcf\x8d\xde\xbc\xe6\x07\x10\x97\x5e\x1d\x82\x3a\x0d\x12\x45\x5b\xaf\x2c\x05\x55\xcf\xba\xad\xfc\x5d\xb5\xc9\x79\x84\x04\xd4\x81\xa8\xdd\xdb\xb8\x13\x62\x01\xc0\x90\x5f\xfb\x07\xf2\x12\x5c\xcd\x18\xa6\xe0\xfa\x32\x01\x67\x9a\xa9\x6d\xbd\xcf\x9d\x30\xbb\x07\x96\x2d\xd8\xfc\xc2\x42\xb4\xd0\x84\x0c\xb9\x2c\xb9\x34\xa3\x58\x84\xa3\x8a\x33\xa2\x2f\x1c\xe1\x9d\x57\xb1\x08\x89\x7c\x19\xc5\x22\x92\x79\x51\x27\xb9\xe8\x77\xdc\x9a\x67\x7b\x24\x2a\x6a\x4d\x08\x84\x17\x18\xba\xed\xe4\xcb\x0c\x21\x7e\xf5\xb8\x42\x88\xbd\xef\x61\xb7\xb6\x78\x93\x99\x91\x66\x97\x42\xde\x29\xaf\x99\x66\x57\xc4\x85\x2c\xbb\x19\x11\x17\x56\x2a\xf2\x0e\xcc\xea\x1c\xcc\x94\x9d\x0d\xe4\x2a\x49\x6a\x72\xda\x1b\xf7\xa9\x10\xb9\x43\x36\xf0\xc1\x82\x92\xdf\x39\x18\x84\xc5\x50\xdd\x25\xe8\xc7\x98\x45\x08\xf2\xe6\xf8\xed\xbc\x2f\x54\xbb\x0b\x16\x4a\x35\x09\x4e\xf1\x3a\xdb\xbc\x9c\x8f\xc5\x72\x85\x88\x03\xc7\xaf\x4f\x33\xde\x90\xe7\xd3\x72\x09\xcb\xde\x35\x07\x66\x61\xf2\x58\x65\x28\x64\x0c\xce\x07\xf5\x35\x2f\x17\x84\xe7\xe1\xd8\x13\x54\x91\xcd\xc9\x1c\xef\x60\x1d\x7f\x11\xc4\x01\x82\x31\x13\x3e\x18\x08\x26\xe1\x33\x43\xda\x0e\xee\x70\xca\xd3\x49\xb7\x3f\x96\x8c\x38\x67\x8b\x69\x99\x75\x2b\x5e\x3b\xf1\xe4\x36\x71\x07\x8b\x80\xdc\x03\xb6\xb2\xf7\xd5\xc9\xb5\x13\x88\x10\xc0\x83\x77\xea\xc9\x23\xfd\xd5\xe3\x5a\x1a\x61\x81\x37\x3b\x58\xd1\xce\x17\xbb\xd4\x0b\x37\x2d\x51\x1e\x83\xd2\xab\x89\xf8\xc6\xac\x0c\xe3\x94\x35\x5b\xb3\x9c\x71\xc3\xe0\x6d\xc1\xe9\x26\x3d\x25\x77\x40\x8e\x68\x86\x45\xe9\xd2\x4b\x47\xe9\xd2\xe4\x74\xf3\xfa\x25\xb3\x13\xd6\x75\x78\xed\xd5\x07\xe9\x54\xa6\xe1\x15\x12\xf1\xa3\xfb\x87\x4a\x5e\x86\x61\x6f\x09\x0a\x8b\x5e\xe8\x87\x67\x5d\xf2\x78\x84\xd8\x6d\x9e\x45\xde\x23\x48\x6b\xd3\x0d\x1f\xa5\x40\x7a\x74\x18\x52\x61\x0c\x83\xcd\x3c\x85\x57\xb0\x0b\xab\x05\x86\x5e\x15\xce\x2d\xac\xcd\x37\x6c\xf6\x29\x90\x37\x9b\x77\x40\xd9\x68\x8d\xeb\x1e\x03\x0c\x4e\x0c\xb0\x50\x62\x14\x31\x15\x04\x29\x98\x5b\x95\xb0\x60\x2a\x7a\x80\xd2\xf9\xe2\x1c\x25\x92\x95\x24\x3f\x58\x4b\xdb\xf4\x80\xa7\x9f\x3c\xfa\x85\xc2\x97\x8c\xf4\x05\x35\x13\x74\x13\x59\x29\x88\xcc\xcd\x92\xe6\x4a\xa2\x18\xae\x4d\x57\x68\xe6\x1c\x7e\x81\x8a\x80\xdc\x1d\x05\x29\x55\xe3\x85\x5a\xda\x3d\x65\x71\x2b\x08\x12\xf0\x0e\x28\x89\x06\xb4\xe6\x17\x16\x3d\xfa\x0d\xaa\xd5\xcd\x0f\xe6\xf2\xaa\x74\x76\x29\x14\xc7\x8c\xe9\xbc\xe8\xd1\x0f\x90\x85\x23\xb3\x7d\xa1\x1d\x53\xb6\xd5\x82\x92\x08\xba\x8f\xa5\x14\x16\xcc\xf2\xc6\x2e\x99\xc7\x5f\x73\x8f\xd4\x53\x8d\x49\x04\xdb\xbe\xf0\x90\x17\xd0\x42\x7d\x66\x89\x29\x2d\x77\xd9\x78\xc4\x6a\xd0\x42\x26\x2c\x95\xa2\x20\x0f\xab\x8b\x01\x16\x46\x16\xd8\x6a\x52\x0a\xc7\x8c\x6a\x63\x1b\xc8\xf4\x83\xeb\xc9\x5b\x35\x51\xaf\x1a\x04\xfe\xa0\x06\xba\x2f\xf4\x45\xc5\xf2\x9a\x5e\x58\x93\xc0\x87\x4d\xa9\x5c\x5e\xc9\xca\x05\xd2\x8c\x43\xdf\x0a\x2e\xeb\xb2\x7e\x5e\x1a\x23\x06\x9b\x5f\xc0\x6d\x8d\x92\x2c\x0a\xf3\xff\xed\xdb\x2c\x10\x6f\xec\xde\x2d\x3d\x10\x51\x5a\xfe\xe5\x96\x37\x51\x4e\x79\x27\xdb\x8c\x5c\x70\x61\x57\x33\x22\x3b\x1c\xc6\xc1\xef\x37\xbc\xaf\x49\x75\xfa\x3e\x65\x75\xc3\x3d\xec\x61\x78\xd6\xa8\x8c\x65\x27\x21\xee\x61\x4f\xdb\x66\x90\xb9\xd7\x4d\x60\x9d\xf6\x2b\x69\x08\x85\x15\xc0\x7d\xba\x15\xd6\xc2\xb2\x75\xa9\x30\xbf\xdf\xee\xd3\xb2\x6c\x85\x52\x43\x0a\xab\x5f\xd9\xb7\x59\x90\xb3\x6f\xa3\x6b\x41\xf5\x2b\xfb\xe5\x0b\x6c\x85\x0e\x40\x2d\xc8\x80\x2a\x26\x62\xd8\x0e\xb3\xf1\x38\xb8\x34\x42\xf4\xa0\x98\xa0\xef\xf7\x05\xa2\x06\xdc\x17\x88\x82\x19\xd2\x4d\xf7\xc6\x83\x70\x63\x61\xa6\x4c\xe1\x26\x5b\x02\xc3\x95\xf2\x51\xb7\x0a\x17\xde\x28\xef\x40\xcb\x82\x9b\xaf\x1c\x02\x5f\xf6\x65\xed\xf4\x00\x04\x59\xed\x83\x69\xde\x02\xe8\x58\x68\xd6\x1c\x79\xe7\x7c\xf9\x91\x5b\xa8\x1c\x3c\xe9\xcc\x93\x4f\x0a\xa1\xe6\x5e\xcc\x95\x72\xfc\x60\x81\x0c\x91\x83\x5f\x28\x68\x6b\xfc\x73\x6d\x20\xbf\x00\x62\x34\xad\x9d\x3c\x48\xba\x1f\x90\x41\x9a\xbd\x9d\x64\x90\xde\x31\x10\x22\xaa\x33\x0d\xca\xf2\xab\x9b\x96\xae\xb5\x65\xd4\xc7\xb5\xe0\xf6\x03\xc0\x2d\x6b\x04\x0a\xe3\xe7\xd7\x89\x79\x51\x5c\xcb\x1e\x03\x1b\x3d\xb8\x03\x6e\x74\x53\xe7\xb2\xcc\x99\x45\x22\x25\x3f\x4b\x1e\x2b\x37\x81\x32\x32\x51\xb2\xca\xae\x4e\x5c\xa1\x9f\x1d\x64\x57\xee\x85\x1a\x3f\xa0\x20\xe0\x63\xf9\xa6\x38\xe5\xa3\x61\xb9\xad\xa5\x14\x94\x87\xf8\xf7\x91\x87\x0a\x52\x39\xfa\x05\x9e\xec\x92\xd8\x0b\x72\x8f\x54\xd7\xba\x14\x08\x1b\xba\xb9\xa0\x14\xc4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe1\x42\xe2\x37\x6e\xea\x8f\x43\xd2\x76\xdd\x78\xdc\xbc\xbe\x58\x0c\xa9\xea\x01\x02\x3e\x85\xfc\xca\x9c\x79\xd5\x70\x2e\x95\x35\x9f\xac\xaf\xb3\xc8\x6e\xf3\x19\x87\x5b\x0a\xb2\x43\x4c\x2a\x52\x89\x2c\xd2\xd7\x40\xdf\x9d\x80\x42\x02\xbb\x65\x89\x4a\x2f\xb1\x7d\xdf\x15\xd7\xf4\xaa\xd2\x72\xa9\x28\xec\x5a\xbc\x3a\x75\xd9\x8a\x74\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xc8\x27\x8e\x4f\xaf\x48\x1c\xea\x9e\x14\x4b\x3a\xd9\xff\x5e\x71\xb7\xad\x43\x81\x2a\x63\x1c\x6d\x30\xa8\xb0\x25\xe5\x57\x8f\xb4\x78\x89\x89\x56\xc8\x2f\xaa\x1f\x5d\x6a\xa2\x47\xa6\xba\x4b\x16\x42\x09\xee\x92\x9e\xda\xe1\x69\x70\x6b\xbc\xa0\xe2\x15\xf1\xe2\x6b\x35\xaf\x89\xea\x93\x4c\x46\xa3\xb3\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x44\x96\x60\xb7\x7f\x5d\x32\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xaa\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xd4\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x45\xa9\x16\x1e\x10\xaf\x07\xbc\xd0\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf3\xbc\x50\x53\xb9\x82\xfa\x82\x46\x22\x4b\x1c\x15\xa5\xe9\x55\xe0\xb0\xd4\xba\xe6\x2d\x42\x45\xa8\xa2\x43\x03\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x5e\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x8d\xa8\x45\x2c\xba\x22\xf4\x30\x38\x3c\xa0\x22\xad\xbb\xf8\xa0\xab\x48\xb9\xf1\x31\x54\x71\xe7\xe9\x6b\x12\x14\x7a\xf2\x8f\x22\xb6\x6b\x67\x52\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x18\xa2\x1d\xf3\x95\x39\xdf\xaf\x85\xa4\x84\x63\xf2\xa2\x39\xc7\xe1\x0a\x15\x71\x88\xed\x0d\x31\xf6\xaa\x67\x84\xb0\x42\x1b\xe4\x2b\xcc\x31\x2f\x49\x10\x57\x9c\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\xc6\x22\x03\x0d\x6d\xb7\xaa\x3b\xd1\xa6\x69\xe0\x26\x4f\x47\x0c\x55\x98\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\xca\x20\x3a\xd1\x2b\x6f\x20\xb0\xd4\x53\x59\x88\xc8\x82\x55\x3d\xe8\xe2\x7f\xbd\x41\xe4\xa9\xcb\x83\xeb\x27\xa8\x58\x99\xc8\xc6\xaf\x0a\x63\x49\xd6\x39\x57\x8f\x9b\x79\x36\x42\x26\x8c\x21\xae\x91\x59\x2a\x42\x08\xb3\x0e\xc2\x0a\x6b\x88\x2e\x8d\x2e\x15\xce\x45\xdd\x51\x5c\xea\xb9\xae\xb9\x11\x0c\x30\x76\x64\x9f\x62\x27\xf7\x99\x44\x84\x7a\xee\x08\x5b\x76\x8f\x44\x94\x57\x83\x77\x57\xd8\xde\x56\xcf\xb5\xe2\x9a\xf7\xc9\xab\xdc\x0d\xf4\x5a\x70\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\x21\xe6\xe2\x34\x34\x04\xe2\x01\xb3\x8f\x18\xd8\x57\xec\x75\xa9\x17\xd9\xb9\xa1\xbe\x60\x41\x36\x1d\xa3\x72\xa7\x23\x97\x2a\x03\x04\x1d\x82\x52\x21\xf8\xbc\x44\xbc\x7a\xd1\x2f\xe3\x36\xaf\xf2\xf1\xda\xc0\x23\x69\x9f\x7e\x65\x88\xa0\x0d\x1e\x15\x82\xd0\x30\xd9\xde\x74\x76\x79\x31\x79\x4d\xcf\x8b\xbf\xdc\x14\xcf\x9a\xfb\x24\x2f\x97\x68\x5d\x61\xc5\xc9\x3e\xf8\xe0\x13\xdc\xbc\x16\x4b\x52\xf2\xe9\x8c\x00\x3f\x27\xd0\x56\x5c\xa2\xe2\x2c\xc3\x4a\xb9\xc8\xe7\xe0\xc3\xd0\x65\x4d\x7b\xca\x49\x71\x33\x89\x3e\x60\x18\x3a\x0a\xda\x86\xbd\xab\xc3\xa6\x6d\xa8\x46\x93\xdc\xc6\x9e\x10\x4f\x6b\xcc\xbf\xb6\x2d\xa2\x21\xd6\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb4\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xc4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x29\xb9\x51\xea\x12\x52\x1b\xf2\xb5\xb3\xa8\xaf\xa1\x0c\xa6\x2e\x8a\x2a\x2d\xac\x65\x74\x8f\x0f\x62\x99\x05\x72\xe4\x86\x10\x41\x37\x44\xd2\xa5\xa1\x8d\xde\x98\x9a\xe2\xb8\x96\x16\x19\xc5\xee\x59\x44\x02\x25\x4c\xc3\xb0\x14\x7e\x74\xa1\x5e\x69\x91\x56\x09\x21\x95\x35\xdb\x4d\xab\x2d\xee\x1c\xdf\xdd\x13\xed\xdd\x20\xe3\x9a\x85\x60\x00\x29\xc5\x77\x3f\xe0\x01\xec\x49\x22\x3e\xcf\x61\xf3\x0d\xb9\xdb\x0e\xa6\x6b\xe9\xe1\x98\xa2\x05\x98\x88\xb2\xd1\x98\x17\x52\xd4\x5e\x16\x1f\xb5\x71\x65\x7d\xf7\xf7\x27\x21\xd0\xc2\x64\xb2\x2e\x83\x44\x59\xa9\xb9\x07\x90\xbb\x27\xc9\x22\x98\x92\xf0\x1a\xcd\x3d\x5e\xe9\xb2\x20\x12\xde\x0a\x1d\x01\x6e\x93\x17\x4a\xa9\x6b\x15\xac\xef\xd5\x5e\x3d\x68\x08\x38\xd8\x36\x53\x63\x2d\xe8\xd1\xbf\x53\x0f\xf1\xef\x3c\x0c\x25\xef\xb5\x4a\x36\x23\xe5\xa8\x21\xb0\x2c\x7b\x61\x2a\xbd\xea\xfe\x9d\x6c\xc8\x78\x5b\x81\x66\x32\x19\x34\x96\xa8\x4c\xaf\x41\xc9\x1d\x8d\x59\x84\x9a\xbd\x14\xaa\xc6\x22\x3b\x0e\x4b\x6c\xc8\xec\xa8\x2e\x16\xd2\x58\x85\x32\x49\xcc\x6f\x8d\x96\x50\xa9\x96\x0d\x19\xcd\xcd\x5a\x5c\x6b\x8c\x61\x15\xbb\x6a\x4c\x69\x76\xf9\xa8\xd6\xb8\x80\x7a\xa1\x2f\x30\x04\x28\xee\x8d\xaf\x92\x54\x5b\xa7\x4e\x2d\x45\xbd\x21\xd9\x23\x77\x7f\x40\xec\x09\x17\x48\x59\xb6\x14\xd0\xfa\x22\x32\x0d\x89\x8c\xe2\xec\x59\x0c\x0a\x7e\x52\x46\xda\xa0\xe0\x29\xd9\xb5\x0d\x32\x49\x29\x61\x6d\x2c\xd4\xb8\x4f\x5e\x4e\x67\x6c\x8e\x35\xaa\xc0\xa2\x5b\xcc\xe1\x2a\x8d\x52\x96\xe7\xb5\x2f\x4c\x08\x2e\x16\xce\x31\x03\xd9\x99\x73\xe2\x0f\xc0\xca\xa5\x08\xb6\x25\x75\x49\x24\x6f\x4b\xea\x32\x6e\x77\x82\x9d\xfd\x09\x04\x54\x19\x13\xda\x4e\x5f\x9e\x87\x20\xcf\xf0\x18\x88\x18\xd3\xf5\x3a\xa5\x1d\xc4\xa5\x86\x44\x66\xf1\x4b\xaf\x6f\x8c\xde\xb2\x57\xbf\x9d\x9c\xb6\x7a\xa0\x84\x24\x8d\xba\xa1\xac\xb9\x6e\xf4\x29\xed\x6c\x13\x24\x73\x04\x5c\x19\xf9\x62\xb3\x88\xbe\x6a\x46\x3c\xed\x38\x56\x6d\xda\xc9\xfb\x33\xb4\x54\x27\x3d\xbf\xde\xb0\x34\xd2\x48\xb2\x68\x17\xe5\x7e\x63\xe5\x22\x48\x1a\x92\x37\xc3\x59\x7b\x6d\x53\x7a\x49\x16\x13\xdb\xb5\x26\xad\x49\x42\x78\x69\xd6\x96\x1a\xa4\x17\x27\x24\xb5\x29\xbc\xa4\x62\x1e\x71\x93\x18\x24\xfe\x36\xe4\x33\x14\x6f\x0b\x08\x2f\xd5\x51\xf9\xeb\x9a\x9d\xfc\xea\x82\x44\xeb\xb5\xba\xd7\xea\x0b\xd5\x37\x65\xac\xf8\xa3\x40\xba\xc6\xba\xe3\x56\x7f\x70\x89\x61\x2c\xa6\x2e\x44\x27\xd9\xa1\xd0\x1e\x92\x9f\xb1\x30\x65\x9b\xf4\x9a\x13\x64\x1b\xa7\xb4\xb6\x87\xec\xc4\x00\xb2\xd2\xa2\xb1\xc6\x5b\x12\xad\x0e\x35\xba\xa4\xd2\xeb\x01\xcf\x34\xf1\x1b\xdc\xa3\x98\x9a\xc8\xa5\x33\x39\x41\x4b\xd5\x91\x87\xeb\xfa\xa8\xa5\xc3\x89\xd5\xf2\xeb\x01\x6f\x16\xf2\x17\xa8\x03\x21\x89\xab\xb3\xd6\xb8\xc3\x27\xfa\x46\x11\x3e\xf9\x0d\xee\xb2\xae\x36\x4a\xb0\x4a\x13\xee\x4c\x67\x70\x0c\x52\x5f\x76\x27\x6d\x8a\x3e\x25\x9e\xe8\x42\x5f\x3d\x0c\xf4\xe0\x36\x95\x02\xa9\x3a\x1d\x51\x4d\x65\x73\x07\x24\x40\x03\x19\xc8\x8e\xa4\xa9\xf4\xc8\x03\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xdc\x5b\x5d\xd6\x51\x3a\x73\x6d\x6d\x2d\xeb\x91\xdb\x22\xfb\x0d\x5a\xca\xfd\x02\xb7\x85\x84\x57\xdc\x69\xd9\x2c\x22\x75\xde\x53\x2f\xd6\xde\x13\xee\x8d\xf0\xfb\xc8\x0f\x78\x19\x19\x3a\x2a\xd8\xd8\x19\xdd\x53\x99\xca\x52\x71\x07\x14\x9b\x8c\x59\x26\xcf\x7a\x92\x08\x52\x72\x96\x4f\x5f\x22\x8e\x31\x9d\xb1\x31\x25\x60\xf4\x8c\xa4\x35\x63\x25\x73\x04\xe3\x31\xb3\x04\xbb\x40\xca\x5c\x6c\x77\x40\xfe\xe4\x49\x2d\xfb\xd0\x70\x97\x14\x49\xdc\x45\xa1\x34\xea\x69\x4d\x29\x27\x36\xcf\x0a\x15\x64\x9c\x8e\xd5\x4b\x86\x13\x54\x3d\x16\x1e\x68\xb2\x12\x74\x04\xe8\x7b\x63\xf5\x82\xda\x25\xd5\x23\x22\x8d\xc2\xb3\x44\x7c\xbe\x53\xf3\x3a\xc3\x92\x5e\xbf\x2f\x90\x35\xcb\x29\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\xfb\x52\x8f\x8c\xb6\xb7\x26\xdd\x79\x17\x8c\xc3\x2b\x7a\x65\x7a\xbe\xe6\x80\x72\x31\xaa\x55\x5b\xfa\x12\x8a\xbc\xcd\x10\x83\x54\x36\xb7\x09\x83\x3a\x80\x7d\xc9\xf6\xa6\xde\xd6\x88\x02\xb2\x61\x97\x05\xbf\xc0\x33\x3d\xf9\x05\x44\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\xb8\xdd\x86\x33\x93\x3a\x4b\xb8\x98\x17\xa0\xb0\xa0\xbd\x4b\xbd\xd3\x50\xe2\x69\xb2\x48\xb6\x03\x95\x3a\x2f\xfb\xb4\x09\xa1\x0f\x16\x20\xd5\x17\x83\x1c\x4d\xda\x7b\x1f\xb4\x72\x56\xbf\x81\x84\xef\xe0\x1e\x3a\xa1\x14\x54\x03\x95\x25\xc5\xc9\xfb\x32\x2a\x19\x08\xdc\xca\x6f\x71\xb3\xc3\xc9\xe5\x43\xb7\xef\x6b\x48\x21\x1f\x35\x51\x9a\x6c\x14\x7d\x5f\x4c\xf3\x27\xd7\xe1\x95\xce\x8a\x81\xd6\xbb\x3b\xab\x5a\x9b\x11\xc0\x7a\x54\xa4\x9d\x75\x56\x0c\xb4\x5e\xdd\x19\xea\x2e\x71\xb8\x4f\x41\x26\x15\xb3\x1e\x84\xde\x14\xa3\xfd\x20\x2d\xf8\xfd\x1d\x6d\x2d\xec\x41\x00\x34\x1f\x14\x50\x19\xce\xf7\xea\xb0\x25\x6d\x3e\x46\x10\x47\x53\x8d\x00\x86\xa5\x3b\xd4\xa1\x33\x90\xc6\xaa\x7d\x67\x3a\xaa\xc3\xa4\x3a\xbc\x60\x45\x7a\x44\x3f\x51\xb5\xc3\xfc\x97\x45\xae\xed\xf3\xef\x27\x79\x93\xdb\x27\xd8\xa7\xdb\x5c\x56\xaf\x12\x7c\x60\x2f\x2b\x6f\x67\xb2\xa9\x85\x80\x0e\x4b\x51\x31\x1e\x2f\x46\xe4\x1a\x28\x98\x8e\x8a\x29\xe3\x5a\x21\xc6\x5a\x09\x54\x50\x79\xd1\xd6\xb5\x48\x45\xe4\x0a\x63\x53\x91\xfc\xde\x2f\x2e\x8d\xa0\xbe\xb0\x34\x92\xb4\x3b\xa3\xdd\xf3\xab\xc7\x13\x2f\x78\x12\x3c\x87\xaa\x1f\x80\x5a\x82\x47\x04\xf5\x4a\xf1\xe9\x37\xa3\x0a\x3c\x89\x25\x9e\x79\x35\xe9\x75\xb3\x99\xa4\xc3\xcb\x56\x92\x5f\xe0\x5a\x69\x08\x96\x0c\xb4\xac\xd3\x6f\x5a\xc4\x84\x48\x44\xa7\xbf\x08\x12\x85\xb1\x5d\xbe\xa0\xdf\x84\x51\x93\x84\xe5\xa9\x9a\x79\x3d\x2c\xac\xa6\x39\x20\x7a\xe8\x75\x04\x4c\x69\x2d\x6d\xa6\x2e\x18\x9e\x8a\x4f\x46\x84\x07\x59\xba\x1b\x1b\xb8\xa7\xb4\x8f\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x15\x66\x6c\xc8\x75\x16\x75\x8d\x8d\x3d\x0e\xb5\x91\x24\xac\x75\x1d\x1b\xd9\xab\x84\xb9\xb1\x91\x1c\x85\xe5\x01\xcb\x91\x65\x96\x81\xb4\x4e\xdd\xcb\x59\x46\x20\xa7\x33\x08\x53\x6e\x4a\x5d\x16\x8c\x11\xd6\x5d\x94\x6a\x23\x8c\x26\xf8\xf7\x81\xcc\x8b\xaa\xf6\x8e\x1b\x8b\x34\x05\x78\xe7\x4a\x76\xff\x27\x72\x97\xdc\x26\x65\x69\x95\x06\x53\x34\x9d\x72\x39\xe2\xa2\x1c\xcd\x3a\x46\xa4\x4e\x6b\x48\xd8\x91\x86\xcf\xb9\x11\xd7\x86\xf1\x17\x20\xa5\xec\x2e\xc1\xbd\xa5\xcf\x0e\xda\x8e\xd2\xab\xcb\x81\x93\x52\x50\x46\xce\x4a\xb3\x46\x4d\x68\xef\x8f\x01\x4b\x91\x4d\xf1\x63\x19\x8a\x24\x3c\x0e\x26\x72\x3a\x9e\x6e\x24\xa6\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x29\xfb\xf5\x02\x8c\x61\x32\xac\x0e\xf8\x03\x8b\x11\x0d\xc1\xcd\xb7\x5d\x95\x91\x16\x2d\x08\x2d\x09\x7b\xd6\x93\x58\x92\x9b\xac\x28\x23\x73\x4c\x9d\xef\x03\x95\x03\x6d\xe9\x19\x79\x5d\x17\x2f\x28\x61\xae\x2a\x3f\x2b\xf0\x33\x10\x4a\x6e\xd7\xf0\xc8\xa0\xf6\xe2\xd1\x00\xdf\xab\xfd\x60\xff\x6a\x15\xe1\xe4\x2b\x92\x90\x06\x2c\x57\xb6\xbe\x8c\x65\xb9\x12\x03\x18\x05\x59\x6f\x62\x73\x03\x42\x9e\xfd\x8c\x03\xf5\xa4\x1d\x4c\x37\x28\xe3\x89\xf9\x0f\x5c\x06\x58\x8a\x07\x18\x24\x34\x43\x84\xfd\x59\x3c\x20\xf7\xa7\x3b\x40\x92\x90\x58\xd8\xa0\x10\xe8\x78\x88\x51\x68\x74\x92\x3d\x70\x54\xce\x51\x20\x33\x2b\xd3\x1a\xc2\xa0\x58\x28\xd1\x65\x54\xce\xd1\x1d\xe0\x46\x1a\x09\xb6\xa3\xe2\x28\x28\xfe\xbe\xc3\xbd\xee\xf7\xc1\xc4\x8a\xdb\x4c\x01\x72\xff\xd4\x93\xba\x1f\xe0\x68\x90\x68\x34\x2a\x55\x62\x93\x55\xc5\x75\x18\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x24\x69\x5a\xfb\x1b\x70\x6b\xba\xa4\xde\x40\xed\xe9\x22\xd1\x65\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x55\x06\x93\x02\xc2\xbf\x5c\xc7\x6c\x74\x1c\xc2\x12\x6e\x46\x87\x92\x6b\x90\xa6\x90\x99\x7c\x20\x0e\xa6\x5c\x7a\xe5\x3b\xca\x79\x0d\x7f\x4f\xe7\xbb\x59\xf3\x12\x3a\x65\xe7\x19\xa8\x97\x52\xcc\x99\x99\xa3\xe9\xa8\x84\x31\x96\x1c\xa0\x59\xa1\x62\x4a\x35\xab\x5d\x46\x36\x0f\x3a\x50\xb4\xce\x40\xd3\xe8\x66\x67\xe9\x18\x2c\x32\xe1\x0f\x26\x33\xd6\xed\xc5\x65\x0c\xc0\x24\xb3\xe9\x18\x24\x47\xd3\x27\x8a\xa2\xb8\x56\xce\xd8\x91\xfe\xae\x33\x7a\xec\xd4\xb2\x85\xe6\x65\x50\x93\x7c\x3f\x20\xb4\xba\xe6\xd6\x60\x21\x3f\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xbb\x4d\x6f\xfb\x3a\x0f\x84\x06\x56\x45\x71\x30\xc6\x40\x29\xeb\x22\x31\x70\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x8b\x2c\xbc\x1c\x48\x22\x78\xb5\x79\x4b\x9e\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xc2\x0e\xc6\x63\x59\x87\x1d\x27\x3d\xab\x66\x05\x4b\x14\x1d\x7e\x50\x01\xb5\xdb\xb4\xfd\x78\x35\x11\xc4\xed\xb4\xfa\x71\x2e\x21\x4d\xd3\x3a\x29\xff\x68\x56\x4b\x16\xf5\x2e\x80\xe8\x19\xfc\xc1\xaa\xcd\xa7\x1e\x2f\x1a\x07\x3c\x0d\xd4\xb2\x76\x0d\x91\x01\xc9\xd3\xb5\x31\x07\xc5\xc2\xea\xdf\xb9\xf7\xcd\x92\x97\xd5\xce\x54\xcf\xca\x7b\x2f\x7e\x84\xa4\x45\x87\x1b\x0e\x18\xe1\xac\xf6\xf0\xce\xe9\x66\x1b\xed\xb8\xb9\xf9\x35\x29\x14\xd2\x6b\x26\x98\x29\x05\xa6\x3c\x7e\x76\x04\x21\x50\x2b\x0d\xaf\xc2\x4d\x80\xbd\xa7\x78\x79\xa0\xc3\x57\x06\xfd\x91\xf6\x1e\x0f\x16\xda\x73\xa8\xc8\x60\x85\x11\x87\x8a\x0c\xc4\x76\xd9\xa9\x33\x58\x47\xcf\x81\x1c\x83\xb1\x5d\xf6\x1e\x0f\xd8\xf1\x9c\xa8\x3c\x10\xbb\xe5\x4c\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xc4\x64\xfb\x03\x8a\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd1\x51\x07\xc9\xbe\x44\xc7\xe1\x07\x37\xc7\xfc\x00\xb5\xe3\xb2\x92\x22\x1e\xba\xf3\x3e\x3e\x87\x62\xec\x61\x11\x7d\xd7\x83\xb5\x98\x55\x0f\xa0\xc3\x76\x7f\x81\x03\xb4\xf9\x83\x83\x29\x76\x41\x0f\x40\x71\xcd\x1d\x2c\xa0\x0c\x04\x84\x7a\x23\x02\x7e\x48\x0b\x09\xfb\x72\x32\xea\x44\xdd\xe3\x5a\x2d\x3f\x80\x14\x20\x22\xdf\x97\x51\x4e\x34\xb2\x53\x3a\x74\xd8\x04\x2e\x39\x6f\x2e\x26\xbc\xd3\xb3\xe8\x10\x85\x3d\x2e\x5c\xfa\x01\xb6\x81\xe4\xf4\x3d\xad\xf5\x1c\x7a\x80\xcc\x5a\x83\x0d\x3f\xa1\x83\x89\x76\x1a\xd1\xb4\x53\x77\xe4\xed\xd9\x15\xb5\x67\x06\xd6\xe8\xcc\xdc\x33\x81\x16\x89\xed\xa8\x79\xe1\xe4\xc3\x3d\xf3\x26\x39\xd1\xdc\x4e\x9b\x99\xe3\x28\x76\xa6\xd6\xd9\x0a\xb2\x17\xe4\xfa\xe9\x38\xd9\x29\xce\x38\xe2\x60\xa7\x70\xe2\xe5\xad\x0b\xf9\x9a\x46\xa5\x0a\x34\xfc\x00\x35\x1a\x3d\x8f\x4a\x97\x5a\xf4\x0b\xa0\x90\xee\x21\x40\x10\xdd\x1f\x90\x05\x49\x38\xd8\x97\x53\xce\x5d\xb2\x42\x83\x1d\x01\x3b\xa5\x05\x7b\x34\xf7\x46\x9d\xdd\x54\xd7\x1e\x90\xa9\x50\xd3\x69\x7b\xd3\x01\xb1\xb3\xc8\xaf\x0d\xd2\xfb\x58\xc8\x13\xfe\x51\x94\xd7\x06\xea\x9d\x61\xd5\x76\x14\xed\x34\x29\xd9\x2d\xb3\xd3\x43\x66\xbf\xcd\x3e\x38\x75\x81\x39\xc8\xe9\xb4\xa2\x70\x98\x35\xdb\xb4\xf7\xb1\xe6\xa1\x07\xf0\x87\x35\x5b\xa4\xf7\x9d\x64\x22\x1d\x76\xdf\xc9\x06\x64\xbf\xd8\x69\xf6\xb1\xdd\x71\x67\xe4\xb2\xe3\x4c\x76\xe6\x60\x59\x71\xdf\x0f\xe6\xa1\x7b\x7f\x1c\x8b\xbd\xb9\xd3\xb5\x04\x9a\x3c\x0f\x58\x47\x81\xee\x07\x97\xd5\x5d\x40\x32\xf1\x16\x43\xd2\x55\xe9\xee\x80\x29\xc6\xde\x40\x28\x5a\x60\x43\xf9\x8e\xb0\xa2\xa2\x63\x64\x3f\xd7\x12\x0a\x37\xac\x44\x66\xcd\x76\xa7\xed\xc7\x16\xb9\x9d\x07\xb0\xf7\xe0\x09\x55\xb6\xbb\x8d\x62\xd4\xde\x0e\xac\x4a\x60\x0b\xd9\x8e\xeb\xca\xea\xf6\xa3\x6c\xa3\x1d\x2e\x33\x87\xb5\xec\xb4\xe1\xe8\x9c\xdb\x79\x95\xaf\x4d\xd6\xfb\xc5\xe5\xd7\xc1\xb4\xf3\x6e\x5e\x07\xa2\xec\xb0\xb9\xb8\x66\xc1\x4e\x8f\x98\x09\x68\x15\x10\x30\x8f\xb8\x09\x83\x26\x80\x22\xb6\xc5\x47\x02\x73\xb6\x5c\x44\x66\xe7\xf1\x69\x23\xdf\x4e\x97\x97\xad\xb1\xfb\xb3\xc6\xd0\x27\x0c\x7c\x76\x51\x98\x1d\xf1\x39\xc1\x56\x8d\x63\x5b\xf3\x68\x7a\x10\xf8\x46\xd5\x83\xce\x4e\xfd\x00\xb7\x62\x48\x71\x3d\xe0\x2f\xb2\x4b\xfc\xd8\x40\x5e\x62\x3b\x07\xc2\x5f\xaa\xb6\xef\xc1\x83\xca\x76\xbd\x23\xd0\xd8\x24\xb1\xe3\xc0\xc9\x34\xd2\xeb\x8d\x8b\x0f\xf4\x46\x5c\x82\x82\x06\x41\xc0\x4b\x79\xbd\x40\x7e\x5a\xfd\xc2\x0e\x28\xb2\xda\xb0\x19\x57\xb7\xc9\xdb\xa4\x33\x1c\xf4\xf6\xe8\xcc\x3e\x60\x34\xa8\x62\x00\x47\xca\x9c\x86\x86\x4c\x9c\xa7\x3f\xe0\xce\x8c\xee\xf1\xc6\x0b\x42\x64\x26\xc9\x0a\xc4\x4c\xfd\x53\x44\x7e\xe0\x22\xa9\xaa\xbd\x7e\x20\x85\xc9\x17\x5e\x1c\x79\xed\x6c\xbf\xb0\xc8\x54\x5d\xb2\x98\xbf\xbf\x98\x6a\x7c\xae\xa2\xeb\xa3\x90\x69\x19\x46\x06\xef\x4a\x06\x38\xa0\xb6\x57\xd1\xfd\x81\x4b\x57\xed\xc0\x3c\x70\xa7\xbf\x53\x0a\x0e\xe4\x2b\xf5\xec\xfe\x70\xb7\xad\x89\xa7\x50\x37\x14\xc4\xeb\x58\x8b\xee\x00\x29\x53\x46\x12\x2b\x23\x19\xed\x75\xd5\x90\x57\x9b\x00\x6a\x1d\x19\x2a\x5c\xfd\x3e\xc9\x57\xdc\xef\x80\x12\xae\x1b\xf5\xcb\x01\xa5\xbb\x67\xff\xbe\x20\x12\x0e\x19\xac\x62\x43\xf6\x01\xcf\x8d\xaf\x63\x3a\x90\x3d\x6e\xdb\xe6\x81\xa2\xa5\xb6\x2c\x1e\x8d\x20\x6a\x8a\x08\x14\xf6\xcd\xe2\xe5\x80\xce\x5d\xbd\x6a\x0d\xb4\x6a\x90\x97\x67\xa7\x19\x02\xa6\xc4\xc8\x1c\x7a\x20\x94\xb8\x1a\xc4\xce\x93\x45\xfc\xf5\x40\xfe\x54\x7a\x2d\x0c\xf2\xa7\xea\xeb\x05\x92\x73\x74\x97\x50\x37\xc5\x23\x0f\xde\x21\x65\x7d\xf4\x40\x7c\xb1\x8b\x0f\x1c\x1d\x79\xfa\xaf\x36\x6e\x2d\x93\x44\x73\x74\xea\x54\xcd\x2f\x1c\xb0\x39\x09\x4f\x08\x85\x79\x31\x1a\xde\xaf\xda\x0c\x22\x57\x46\x92\xc1\xc1\x8c\x2b\xf1\xdc\x83\x4a\x7c\x97\x03\xf6\x60\xec\x8c\xbd\xc6\xc7\x54\xeb\x93\xaf\x2d\x39\x06\x2f\x83\x33\xb7\x83\xaf\xc9\x41\x00\xc7\x60\x29\x49\xb7\x51\xc5\xc5\xcc\x6f\xc0\xf5\xf8\x02\x01\x15\xdc\xf2\x8f\xfc\x44\x07\x84\x8a\xd7\xba\x0f\xdc\xb9\x25\x0d\xff\x40\x50\x8e\xe3\xa8\x0e\x88\x18\x55\x92\xed\xb1\xb3\x54\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xf2\x7f\xf7\x0a\xa0\xa8\x53\xf5\x12\x33\xd3\xca\xbe\x8a\x83\x16\x02\x3b\x04\x0f\x58\x08\x1c\xbf\x7d\xec\x3c\x76\x65\x67\x3f\x68\x20\x30\x8b\x5a\x49\xe3\xfa\xe0\xa0\x55\x53\x2b\x82\x92\x4c\xf6\xa3\x1e\x48\xcd\x4a\xaf\x36\xcd\x2a\xa6\x7d\x78\xba\x5c\x92\xf4\x38\x78\x89\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x24\x4a\xdc\x39\x58\x67\x55\x16\xb0\x83\xf6\x04\xfb\x3a\x0e\xf8\xba\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\xef\xe3\x40\xdd\x55\xab\xd9\xc7\x94\x76\x52\x93\xcc\x76\x20\xdb\xab\x1a\xcb\xb8\x18\xa0\x9a\xe5\xa1\xee\xbf\xfd\x39\xc7\xc9\x55\xf0\x3a\xf3\xe2\x2c\x4b\xee\xc7\x92\x7e\x64\x74\x3f\x28\xfd\xf8\x05\x58\x1b\x2c\x03\x1e\x48\xfd\xb2\x79\xf7\x40\x50\x51\x35\x8f\xbb\xb8\x0f\x0c\xc3\xb5\xd6\x41\x93\xc2\xdd\x58\x8e\x6d\x38\x90\x1b\xf6\x3a\xfd\xe0\xb5\xb2\x41\xf9\x80\xd3\xca\xb5\x78\x0e\x5e\x8d\x25\xed\xe4\x60\x85\x26\xd7\x28\x3b\x6e\x0a\x95\x6e\xe3\xbc\xf5\x32\xc1\x65\x55\x0d\x21\x5c\x56\x2e\x0e\x74\x40\x9e\x72\x28\xf1\x71\xa3\xca\x9f\x34\xcb\xe3\xee\xdf\x5f\xc5\x79\x2e\x07\xe2\x8d\xca\x6b\x3c\x88\x31\xf2\x9e\x1f\xf0\x70\x6d\x76\x91\x1e\x53\xfe\x4a\xaf\xa3\xf1\x5e\x8b\x20\x14\x3c\x5c\x04\x8d\xc8\x14\x79\x3b\xad\x0e\x94\x4b\xb5\xc9\xe7\x58\xc6\x8c\xec\x07\xa8\xe0\x6b\x21\xe5\xe1\x9c\x3c\x42\x87\xcd\x48\x38\x40\xb1\xd4\xf8\xfa\xfe\xe2\x88\x42\x0a\x22\x90\x7c\x3f\xe2\x01\x5b\x87\x63\xf0\x4e\x14\x47\xb5\x45\xfa\x44\x09\x26\x57\x0f\x3a\x61\xea\x68\x45\x73\x3a\x37\xb0\x98\xe1\x36\x56\x41\xc7\xca\x09\x37\x9b\x33\x0a\xce\x8d\x57\x57\x16\xb5\xe9\xdc\x89\x6a\x1f\xf0\x23\x7a\x40\xee\xde\xe2\x0e\x2f\x0c\xe0\x0e\x6f\x44\x48\x05\xb5\x71\x53\x95\x38\xd4\x89\x70\x6d\x9b\x5a\xce\x55\x83\x49\xeb\x7a\x22\x5c\xdb\x4c\xf4\x84\x57\x2e\xeb\xca\xde\x72\x4e\x79\x35\xb6\xcd\x3d\xd0\xa2\x24\x75\xe7\x84\xbc\x9a\x7c\xcc\x9c\xf0\xc3\xd9\xec\x71\xe2\x8e\x56\x73\xd1\x73\xb9\xd9\xc4\x15\xcf\x08\x4a\xd1\xf6\x3d\x23\x68\x5d\x0e\xa9\x73\x19\x52\x9a\x1f\xc0\x24\x2e\x96\x74\x46\x1e\xc6\xda\x6e\x27\x2e\x5a\xad\x3f\x2b\xbf\x7d\x32\x5c\xdb\xde\xd2\x93\x45\x04\x7c\x76\x9f\x2c\x22\xe0\xc8\xe6\x93\xf1\xdb\x8e\x54\x3e\x69\x76\x79\xb5\x79\x38\x7b\xe5\x13\x35\x0b\x1d\x8d\x27\xbc\x70\xd6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb8\xf9\x4c\x2c\x0e\xac\x59\xa3\x8e\x80\x1d\x79\x67\x42\x41\x2f\xa3\x0d\x55\x04\xac\xd5\x9f\x53\x02\x4f\x56\x34\x4e\x16\x4b\xd5\x61\x72\xe6\x75\xad\x94\xda\x94\xec\x84\xf6\xcc\xab\xad\x34\x47\xd4\x42\x75\x04\xd8\x89\xda\xa7\xba\x9b\xbf\x9c\x88\x28\x77\x76\xff\x89\x6c\x3c\xc7\x5a\x9f\x28\x18\xe0\x02\x64\x27\xbc\x72\xf6\xd2\x9d\x88\x27\xaf\x46\x08\xbc\x72\x3e\x8e\xcf\x29\xce\xb7\x2a\x25\xf4\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\x81\xe4\x4a\xb7\xd7\xba\x0b\x44\x08\xec\x56\xed\x4f\x7a\xd5\xec\xe5\x3e\xeb\x86\xd8\x2a\xc1\x88\x7a\x03\x8e\xf3\x3c\x2b\x92\x1a\xa5\x6b\x9f\xcb\x6e\x25\xd5\xff\x44\x04\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\xd4\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\x84\x5e\xb9\x8a\xe8\x09\xb3\x57\xed\x5e\xe8\x65\xf6\x32\x63\x5d\x22\x7c\xf7\x27\x3c\xe4\xdd\x67\x27\x9b\x71\xa7\xcc\xd7\xb3\x0f\xf9\xec\xb4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xd8\x61\xa3\x6a\x20\x3d\xd7\xdc\x15\xf7\x06\x54\x59\xa4\xce\xc1\x2d\xe8\x1e\x90\xd0\xe7\x54\xfa\x73\x2c\x28\xfd\xc5\x1a\x42\x50\xb2\x7c\x92\xcf\xd1\x93\x37\xfa\x9b\xd7\x2d\xbb\x98\x09\x62\xa7\x94\xee\x33\x80\xb5\xfd\xcd\x8d\x76\x1a\x08\x4c\xf6\x3b\xaf\x62\xd3\xbc\x11\x8d\x65\x37\xc5\xb9\x13\xfd\x5e\xbf\x9d\xbe\x37\x2d\x30\x3c\x61\xcd\xd3\xe2\x95\x56\xf6\xd4\x9e\x47\xc0\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xb9\xd6\x78\xe0\x1d\x57\x36\xcc\x9d\xcb\x30\x67\x22\x3b\x48\x33\x6e\x43\x0a\x94\x7d\xe1\x84\xe1\xae\xbc\x7a\xa4\x5f\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xe9\x84\x27\xc2\xad\xaa\x8c\x07\x27\xa5\x4e\xf3\x2a\xd6\x18\xb0\x67\xf7\x3c\xc9\xe3\xcd\xad\x78\xfd\x6a\xf7\xd1\xb8\x7c\x56\x92\x74\xcf\x6b\xd1\xa8\xf0\x84\xe0\x26\xdf\x0e\x7e\x5e\x6b\xeb\xfd\xc8\x43\x74\x22\xac\xdc\x65\x03\x4f\xde\x96\x2a\x89\xeb\xbc\x97\xa2\xac\xee\x91\x02\xe7\x20\x8a\xf3\xe6\xf0\x5a\x84\x1b\x8a\xb3\x39\x03\xaa\x1a\x55\xb3\x92\x9b\x87\x94\x91\x7a\xa3\x90\xbf\x29\x6d\x8a\x70\xe9\xc5\x60\x79\x8d\x93\x9d\xb4\xe7\x83\x74\x1a\xef\xb0\x29\xa1\x25\xdf\xf5\x7d\x22\x2e\xa9\x9a\x73\x3c\x07\x62\x30\x05\xc1\x43\x88\x3e\x08\xbc\x36\x1a\xb2\xc4\x4f\xaf\x8d\x92\xb8\xe8\xe2\xe2\x4d\x4a\xc1\x5f\x80\x2e\x84\x83\x6b\xa3\x2d\x20\xfb\x85\x15\xf8\xf0\x69\xb3\x2a\x40\x11\x2d\x5f\xf0\x2d\x55\x29\x44\xd7\xf2\x2d\x89\x34\x2f\x94\x0d\xa8\xdd\x3d\x80\xb4\x44\x28\xd7\x8a\x53\x2a\x6a\x83\xd4\x44\x26\x17\xe2\x96\x7c\xa9\xe5\x85\x78\x70\x5f\xe3\x7b\xc1\x13\x55\x87\xc7\xe3\x94\x34\x83\xc0\xed\x59\xfd\x00\xe7\xa0\xb4\xc8\x2b\xae\x29\x69\x0a\x14\xa0\x64\x2e\xbe\x78\x3f\xa9\x4d\x69\xd7\x0a\x53\x7a\x75\xc1\x84\x04\x0f\x1a\x91\xc9\x91\xfd\x05\x23\x66\xfc\x3b\xdd\x10\xda\xf1\x57\xa2\x78\xaf\x1d\x7e\xc1\x22\x38\x9c\x2c\x74\xa5\xb5\xe5\x04\x56\x5a\xdb\x43\x4b\xc1\xb0\x20\x5b\x76\x2e\xdc\x25\x6f\xd5\xef\xca\x3c\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xa3\xc0\xae\xe5\x8d\xd2\xce\xbf\x58\xb7\xc8\x8e\xe2\x0b\x41\xdf\x2e\x88\x7e\xa1\x8e\x91\x8f\xe4\x8b\x62\x88\x4c\xd1\xd7\x14\x3b\xd2\x30\x8d\x16\x6a\xcc\xcd\x2f\x00\xfd\xb2\x65\x5f\x0c\x06\xca\xfe\x80\x92\x5d\xf3\x0b\x14\x44\x92\x7b\x00\x08\xda\x67\x57\x25\x72\xbd\x80\x75\x11\xa9\xe6\xcd\x4a\x92\x96\x1b\x2e\xd4\x85\xb4\xd9\xed\xaa\x3c\x2e\x8d\x5b\xca\x09\xc3\x2f\x20\x62\x48\x52\xf8\x85\xe0\x99\xcd\xa8\x5e\x62\x81\xa1\xa6\x61\x4f\x9b\xf9\xa2\x58\x20\x4b\xf7\xc5\x6a\xe3\x4e\xa2\xba\x58\xe7\xc8\x2c\xf6\x5a\x75\x8d\x74\xa6\x5f\xa8\x3f\x6e\x96\x77\x31\x9f\xcc\x69\x56\x17\xca\x38\x3a\x02\xfb\x42\x1d\x23\x57\xc7\xb9\x96\x94\xd0\xfc\x01\x45\x3a\xef\x46\x14\x2e\xf2\xbd\xba\x17\xa5\x06\xe3\x0d\x45\x17\x5d\xbc\xfe\x1a\xe4\xfa\xde\x9e\xcb\x9d\xe6\xc5\x19\xdc\x4c\xde\xd0\x8c\x96\x79\xed\xae\xc1\x23\xfc\x35\x08\x85\x36\xf3\x04\x5e\xd5\xfe\xda\x7f\x88\x8f\xb1\xea\x79\x8d\x85\x3b\x4d\x6c\xa7\x42\x61\x32\xdd\x89\x3b\xb7\xe9\x76\x92\x9c\x70\xed\xdc\x1a\x65\xfb\xc9\x69\x74\xed\x0b\x22\x21\x62\x4a\x0d\xd9\x8a\xe0\x85\xa8\x6d\x5f\xaa\x71\x1d\xa4\x0f\x1d\x37\x17\xdc\x77\xc5\x0e\xf3\x8b\x15\xc9\xed\x08\xbe\x0e\xae\x9e\x20\x44\x9c\xf6\x26\xeb\xf5\x85\x43\xbe\x05\xf7\x48\xa4\x08\x07\xe7\x5a\x0a\x75\x70\xd2\x4e\x63\x6e\x0f\xe3\x52\x93\x7e\x7c\x9d\x0c\x96\x2a\x7e\x00\x2b\xab\x4f\x03\xdc\xe0\xd3\xa4\x53\x5d\x27\xcf\x48\x2f\xff\x05\x7b\x99\x49\x96\x85\x86\x6c\xff\xba\x2e\xac\x83\x27\x81\x98\xea\x16\xfc\x7b\x45\x5b\x58\x61\x82\x9a\xc5\xd2\xeb\x62\x5a\x9e\xf9\xc7\x45\xf7\xac\x09\x0c\xb7\x52\xfa\xee\xa3\x0b\xd6\xa6\xd7\x52\x5c\x2c\x5a\x2e\xb4\x2c\xf7\x9c\x59\x18\xdc\x73\xf6\xb7\x5f\x88\x88\x4e\x2e\x5f\x78\x21\xfd\xde\x57\x83\x5f\xf7\x5a\x3a\x0d\x01\x07\xde\x30\x45\xdf\xac\x16\x28\xb4\x30\xa1\xcd\xc4\x00\x59\xc5\xa2\xd1\xc5\x42\x46\x76\xbb\x5e\x37\xe7\xe4\x36\x42\xf0\x0d\xc1\xba\x63\x5d\x03\x3c\x44\xb3\xdb\x28\x52\xeb\x19\x4c\x59\x25\xd9\x72\x7a\xe1\xee\x1d\xe7\x96\x5d\x4f\x9b\x8a\x97\x27\xf0\x2c\xac\x6b\x86\xcf\x62\xca\x7e\x83\x36\x3e\x8f\x70\x21\x5e\x51\x10\x3f\x2c\xe4\x62\x88\x58\x33\x59\xeb\x78\x2f\xef\xa2\x58\xee\x0d\xfb\x92\xf3\xdb\x6e\xe4\xff\x3b\x8c\xfb\xc6\x35\x92\x8e\x93\xb8\x37\x0a\x9c\x62\x1b\x37\xa4\x9f\x16\xdd\x01\xa8\x59\x8c\xe7\xde\xa8\xb0\x88\x49\xdc\x10\x76\x5a\x74\x7b\x71\xb7\xae\x07\xbc\x91\x5b\x3d\xa0\x06\xd2\x2b\xff\xed\x86\xf4\xd2\xa4\x44\xdf\x90\x5e\x1c\xd9\x7a\x07\x82\xa4\x49\x4f\xe9\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\xa6\xef\x9b\xdc\x6f\x5c\x6c\x63\x0f\xe9\xcd\x6b\x20\x9d\x08\x7b\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\xe3\xee\x46\x81\x6d\x5f\xfd\x77\xc3\x18\x63\x87\xf7\xcd\xab\x6c\x9c\xf7\x7a\x27\xdc\xc2\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\x05\x10\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xe7\xb1\xc9\xb6\x73\x67\x5c\x68\x6d\x90\x33\x58\xa5\xce\xd2\x9b\xa9\x6c\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xbd\xbd\x71\xcf\x63\x93\x18\x73\xc3\x3a\xe2\xfc\xff\xbb\x50\xf4\x76\x87\x85\x20\x08\x49\x65\x91\x86\x40\x28\x74\x54\x67\x3f\xa0\xf9\xd2\xd4\x55\x58\xce\xa6\xc4\x9f\x1c\x41\x37\xca\x67\x37\x6f\x87\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\xd1\x2a\x67\xa8\x09\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\x0d\x8c\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\x2d\x2e\xf6\x90\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x85\x1a\x6f\x64\xe9\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\xa8\xac\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xe8\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\x15\x31\x6d\x42\xd1\x40\x2c\xbc\x79\x14\x85\xa5\xcd\x1d\xf2\x02\x98\xee\x0e\xe9\x31\x52\x1b\xc9\xfa\xbe\xab\xfe\xde\x23\x21\x12\x52\xe0\x19\x7c\xdd\xbf\x7b\xef\x30\x57\x38\x6a\xe3\xde\xa1\xc8\x4a\x13\xbe\x11\x5d\xbc\x99\xb4\xf6\x45\xfb\xc2\x3b\x8c\x2e\xaf\xd4\xd1\x7b\xe7\x5d\xb4\x5a\x28\x7a\x17\x5f\x6c\x6d\x07\x63\x94\x30\x74\xc3\xe8\x12\x5e\xdb\x69\x05\x13\xeb\x18\xbf\x61\x54\xb1\xd3\xe8\x3e\xe0\x5d\x30\xab\xa5\xb7\xd0\xdc\xff\xe8\xa0\x1d\xbf\x3f\x08\x82\xa6\x7d\x50\x01\x93\x45\xf7\xc6\xa5\x8a\xd6\x43\x6e\x94\x6a\x6c\xd5\x30\xa1\x02\x52\xf3\x86\x81\x7c\xb5\x99\x27\x9c\x90\xe0\x8a\xdb\x38\x33\x1d\x6a\x7e\x23\x8b\x2d\x38\xb1\xf3\x3e\x17\xb9\xb8\x4b\x52\xb0\x10\x79\x71\x35\x85\x69\x86\x12\x3b\xde\xea\xa6\x5d\xc6\xd1\x48\xf7\xb5\x62\xff\xd4\x86\xc4\x65\x0a\xbd\x16\x1e\x04\xc3\xb5\x80\xf2\x18\x90\x02\x8d\x97\x6b\x01\x69\xa0\x9e\x49\xb3\xde\x76\xa8\x51\x6d\x03\xe7\x7d\xe3\x9c\x95\xe5\xe4\x86\xfb\xce\xb9\xce\x37\xe2\xa1\x6c\xc3\xbb\x79\xc3\xa1\x5d\x94\x37\x32\xcc\x5e\x57\x42\xdf\x37\x64\x61\xef\x4b\xb8\xd7\x7c\x23\xc4\xfd\x70\x44\x75\x00\xef\x9a\x8b\xf6\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x62\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x6d\xf5\x14\x50\x10\xa0\x37\xbf\x00\x6b\xbe\x4d\x6c\xf7\x83\x42\x0b\x9e\x12\xdd\x71\x8e\xf8\xb9\x51\x36\xb2\x55\x7f\x40\xff\xc3\xa7\xfd\x6c\xb4\xc0\x09\x8b\x0f\xfc\x73\x76\x1d\x3f\x1b\xbd\x59\xda\xa6\xcf\x86\x49\x57\x7f\x80\x5b\x4a\xe5\x41\x78\x98\xf6\x56\xc2\x8f\x54\xa0\x07\xe5\x96\x5e\x39\xc5\x0f\x83\xbf\x1c\x82\xf4\x20\xb4\xd9\xbe\xed\x07\x57\xac\x98\x8d\x3c\x94\xcf\x64\x13\x79\x10\x0c\xb6\x0d\xff\x3e\xe9\xcc\xd1\xfe\x0f\x2b\x66\x3b\x86\xed\x81\x3f\xcf\xe5\xc2\x1e\x54\xcc\x76\xd9\x86\x87\xf2\x9c\x4c\x2a\x0f\xe3\xa0\x8d\x90\x80\x3a\x00\x9b\xbf\x47\x0c\xbc\x04\xff\x07\xd1\x68\x2e\x58\xf6\xe0\xa6\x44\xeb\xf8\x4f\xe0\xf1\x25\x00\xd7\x45\x89\xda\x6b\x0f\x8a\x19\x8c\xe2\x01\x6e\xa2\xc8\x10\x3d\xa0\x2b\xcd\x28\x06\xe8\x4f\xfa\x3d\xae\xdd\xab\x21\x22\x0d\xe2\xc5\x0f\xc8\xad\xbd\x0c\xb8\x48\xdc\x0e\xc7\x87\xc5\x0d\xc4\x59\x9f\x55\x15\x5c\x93\x8a\x64\xd6\x92\xd4\x1f\xdc\xd8\xe2\xe4\x94\x27\x62\xbb\x37\x0f\xc0\xed\x1e\x3c\x02\x78\x92\xac\x2d\x0f\x83\xa8\x5f\x40\xd3\x9b\x27\x29\xf8\x49\xc8\x56\x11\x03\x79\x12\x5d\xd9\x9a\x35\x7c\x79\xaf\x2c\xd6\x07\x39\x76\xd6\xde\x1f\xe4\xd8\xb9\x2c\xf0\x83\xbb\x11\x5f\xe2\xdc\x83\x9a\x9b\xaf\x24\xe6\x07\xde\x3e\x1b\x1d\x9e\x44\x4b\xa8\x38\xc6\x83\x9a\xe1\x23\x7b\x48\xc6\x20\x18\x2d\xf0\xf7\xbd\xf2\xa8\x1f\x38\xfc\x9c\xc6\xfa\xe4\xb5\x12\xea\x22\xe3\x16\x79\x93\x0f\x6b\x48\x39\xa2\xee\xc9\x9c\x86\x80\x82\xf1\xcd\x66\x8d\x07\xb6\x36\x27\x54\x3e\x79\x9d\x48\x7e\x01\x3c\xc2\x04\x5f\x16\x8c\xc2\x74\x21\x8c\x42\x43\x99\x47\x98\x2f\x95\x7f\x78\xdd\xa1\xc3\x7e\x9e\x25\xb6\x4a\x83\x79\x0a\xa8\xa1\xbb\x4d\xd6\x6b\xcc\xc2\x1a\xd7\xaa\x61\x00\xb9\xc8\x1e\xfb\x54\x52\x83\xf1\x86\xb2\x54\x0e\xe2\x7e\x70\xef\x8b\x53\xf6\x1f\x38\xf9\x9a\xe3\x08\x1f\x84\xf1\xbd\x12\xaf\x1f\xe6\xd2\x8d\xe1\x31\xa0\x0a\x76\x7f\x01\xfb\x6c\x71\x9b\xf7\x2e\x68\x96\x28\x4b\x65\x55\xf3\x41\x01\x86\xcd\x0b\x53\x21\x33\x79\xed\x2b\xe6\x64\xb4\x31\x75\xee\x85\x67\x88\xc6\x76\xd0\x3d\x8d\x57\x88\x09\x40\x48\xca\xcd\xd7\xfb\x3f\x30\x0f\x36\xd3\x23\x2e\x81\xf1\x91\xf9\xb0\x82\x83\x43\xec\x9e\x86\x58\x26\xe9\xcf\x4f\xdb\xf9\x82\x7b\x00\x85\x67\x7f\xb0\x28\x5c\x0b\xd5\xc8\x7c\xcc\x3e\x29\x0d\x4b\x02\x7a\x20\x0d\x3b\xa1\xe6\x41\x41\x2b\xc7\x6b\x3c\xb4\x3f\x4a\xc3\x78\x3a\xe7\x20\x2c\x21\x2c\xb0\x7b\xdb\x33\x2a\xd0\xec\x99\xe6\x48\x29\x65\x0f\xca\x5f\x39\x5d\xe3\xe1\x75\x89\x73\xce\x3f\x39\x7f\x50\x91\xb4\xf9\xb4\x80\xe9\x72\x78\xcd\x79\x31\xba\xe4\x9c\x07\x11\x82\xc1\xe1\x7b\x0f\x3c\xa0\xcd\xe1\xa0\x0f\x72\x05\x1c\xb6\xf4\xc0\x03\x6a\xd1\xfb\x41\xea\x40\xc8\x6e\x27\x5c\x8f\xaa\x0e\x99\x39\xe0\x10\xb9\x07\xb2\xba\xaf\x49\x7b\x10\x20\x98\x1c\x4b\xf1\xa0\x20\x7b\x1b\x1e\xf1\x24\x06\xfc\x60\x01\xed\x2f\xb0\xe3\x65\x0e\x78\x28\xcd\x9b\x92\xe1\x51\x75\x65\xc8\x67\x5f\x84\xa7\x1e\xf7\xb5\x99\xfc\x05\xcf\x71\xe3\x65\xe7\xb2\x68\xc8\x7d\x40\xd9\xf6\xef\xd0\x71\x36\xf7\x48\x8e\x20\xed\xfd\xd9\x19\x07\xe0\x73\x76\xc7\xf6\x19\x7e\x81\xa1\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xc3\x45\x9f\x03\x07\xb5\x29\x13\xb2\x7e\x72\x61\x85\xe7\xe0\x86\xd7\xd2\x1c\x8b\x8d\x69\x08\x84\x02\x06\xaf\x35\x8c\xa7\xbe\xa1\xf8\x99\xc2\x7e\xb3\xdb\xff\x81\xf1\xd4\x8e\xe8\xe7\x24\xda\x64\x20\x78\x10\xc8\x67\x93\xf4\x73\x2e\xe6\xee\x07\xdc\xc1\x32\x21\x3c\xac\x87\xea\xb8\xb9\x07\xe2\x7f\xb3\x17\xe2\xa1\xb9\xd5\x1b\x0a\xd7\x2d\x3a\x1c\xe2\x81\xa8\xee\x8b\x5f\x1f\xb8\x58\x5d\x27\xf4\x41\xe6\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xc4\x1a\x49\x48\x7d\x20\x97\x5b\xbb\x7d\xe0\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd1\xc5\x0f\x02\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2b\x82\x59\x21\x2a\x91\x3a\x4b\xef\xe1\xd5\xe2\x25\xf9\x85\x8b\x5d\x08\xf7\x10\xe6\x5f\x82\x2e\x84\x79\xe7\xfc\x3e\x4c\xfc\x73\xe0\xd9\xc3\xeb\x64\x1c\xbc\xfa\x20\x56\xce\xe1\x79\x0f\x6f\x90\x79\x6d\x44\xc8\xf3\xbe\x42\xeb\x79\xc8\x5d\x65\x79\x78\xa6\xfc\x9e\xfb\xab\x07\xee\x54\x4f\x9c\xd5\x4c\x7d\x02\xa0\x9a\xa9\x2e\x22\xa8\x1b\xab\x93\xea\x7e\xa3\xba\xb1\x44\xbb\x82\x61\xea\xb6\x9c\xb3\xd5\x0f\xe6\x5e\x57\x1e\x7d\xdd\x70\x41\x8c\x02\xbb\xea\x86\x9a\x11\x2a\x3c\x5c\xb7\x00\xfe\x54\x34\x24\x6f\x02\x57\x8d\x87\xba\x05\x9e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x59\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\xde\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf4\x93\xbb\x04\xe2\x82\x7b\x80\x90\x1f\x3c\x04\xc2\x9a\x3e\x87\x52\xdd\x58\xcd\xab\x64\x8d\x00\x0b\xa8\x6a\xac\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x69\xa1\x14\xa1\xba\x21\xbf\x43\xde\xd9\xba\xa1\x9c\xa9\x0a\x36\xd5\x0d\x55\x27\xaa\xd1\x04\x89\x38\xf6\x9f\xc4\xc7\xd5\x2d\x12\x01\x82\x1f\xe1\x71\xca\x39\xad\x5b\xe4\xfc\xb5\x28\xac\x1c\xa6\xf8\xa1\xba\x21\x05\x51\x9e\xa3\xba\xe1\x26\xf1\x6e\x04\xe1\x76\x43\x97\x2b\xa9\x1b\xcc\xad\x55\x65\xdb\xea\x36\xa5\xdf\xac\x22\xf7\x75\xcb\x94\xb8\xb2\x08\x07\x92\xaa\x6a\xbe\xd4\x0d\xd7\x11\xf6\xe4\x76\x42\xdb\x1d\x00\x41\x51\x23\x2e\xb7\x71\x75\x87\xdc\xf6\x59\x40\xf2\xf6\xc1\x64\xda\xcb\x84\x49\x6b\x00\x37\xf2\x96\xb4\xaa\xcc\x3e\x51\x54\x71\xdd\x70\x71\x77\x77\x1b\xa2\xac\xbc\x36\x75\xa3\x1f\x59\xf1\x7b\x75\x43\x3a\xca\xe8\x1a\x81\xd9\x28\xaa\x26\x55\x37\x38\x92\xb3\x69\x17\x92\x6c\x7f\xb5\x09\xa2\x40\x62\x51\x88\xa2\x49\x16\x6e\x37\xbd\x5f\xb9\xdd\xb4\xb2\x75\x71\x4b\x0d\x08\xb7\xf3\x16\x4d\xaa\x95\x78\xf5\x17\xe0\x9e\x46\xc2\x94\x63\xe3\x30\xc4\x95\x3c\xc2\x1c\x00\x45\x21\x74\x49\x5e\xdd\x58\x38\xcc\x53\xa8\x9c\x82\x40\x46\xe5\xfa\xee\xfd\x0b\x2f\xb6\x52\x3f\xea\xc6\xca\xf5\x9b\x70\x06\x39\x56\xc5\x11\xea\xc6\xd2\xaa\x4d\xfd\xb7\x85\x74\x41\xd8\x50\x41\xd0\x0c\x03\x62\xeb\xbb\x03\xea\x86\x45\x33\x68\x3c\xda\xcd\xe5\x50\xe0\xa1\x9b\x3f\x74\x32\xef\x22\xe2\x83\x54\xd9\x5f\x1f\x00\x69\xe6\x07\x1d\x51\x35\x45\x43\x32\xd7\x44\xd1\xe4\x75\xeb\x24\xce\x22\xf2\xc6\xdd\x84\xaa\x16\x5c\x37\x5e\x4d\x68\x7e\xd0\x81\xb5\x2c\xda\xed\x48\xf7\xea\xc2\x1a\x2a\x44\x74\x6f\xc0\x65\xc3\x35\xa5\xf0\xea\xc1\x62\x98\x70\xf5\x60\x37\xad\xd2\x2b\x5e\x3c\x24\xbd\xe2\x9b\x40\xe2\xdd\x84\xd5\xa4\x32\xd6\x24\x84\x27\x24\x9d\x76\x33\xa9\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd1\x31\xbd\x8e\x9b\x65\x08\x36\x39\x22\xf8\xae\x98\xaf\x2c\xd1\xd1\x4b\xb1\xd3\x2e\xf7\xea\x02\x66\xb3\x26\x18\x76\x90\xc7\x6b\x48\x9a\x88\xcc\x69\x20\x5b\x26\x1f\x61\x30\x14\x07\x53\xc7\x41\x85\xd6\xd3\x64\x1a\x6c\x35\xef\x3a\x22\xd4\x1e\x0d\x89\x32\xae\xdd\x24\x8e\xca\xf9\xdd\xc4\x70\xe0\xc8\x33\x5e\x0f\xd4\xea\x30\x05\xb3\x26\x45\xf1\x19\x89\xa4\x92\x6e\x8a\xe6\xbd\x84\xe9\xf5\x02\x4a\x67\x34\xb7\x41\x2e\x26\x86\x83\x7a\x97\x77\x21\xeb\xa3\x15\x1f\xa2\x27\x59\xd7\xeb\x01\xea\xf9\xc5\x9f\x18\xe2\xea\x86\x82\x15\xdd\xb4\x75\x42\xeb\x30\xd2\xcf\x85\x74\x01\xc4\x60\xbe\xd7\xf9\x80\xca\x67\xaa\x87\x59\x37\x38\xe5\xbb\x77\xd4\xb5\xe4\x06\x0d\x71\x71\x0f\x8a\xb4\x2e\xe2\xc8\x6d\xda\x90\xcd\xa8\x50\x34\x7f\x33\xce\xae\x05\x82\x60\x82\x91\xb9\x1a\x89\xd7\x22\x67\xc3\x44\xd9\xd5\x6d\x94\x9d\x35\xab\xba\x29\x24\xaa\x03\xd8\x98\xbb\x39\xd7\xbd\x90\xae\x0e\x96\x13\x5f\xeb\xba\x8c\xcc\x55\x93\xb8\x41\xbc\x66\xef\x94\x75\x9b\x7f\x5f\xeb\xaa\x1e\x79\x8b\xb6\xd9\x02\xe5\xd4\xa6\x11\x1e\xc4\x6b\x79\xb7\x3c\x84\x40\x20\xc3\x08\xfd\xda\xc1\xcf\x62\x0a\x1a\x91\x5e\xf8\xd7\x19\xf8\xa0\xc8\x97\x8f\x30\x44\x14\xbe\xd6\x89\x52\xab\x0f\x24\x56\xa1\x2d\xaf\x07\xb4\x28\x49\x96\x08\x28\xba\xef\x93\x3e\x20\xc5\x57\xee\x84\x1a\x78\xef\xb6\xca\xe5\xd4\x00\xa3\xb2\xd7\x29\x6c\xa0\xc6\xea\x0f\xb8\x9f\x9a\x1f\xf4\xef\xaf\x26\x49\xba\x06\xd4\x56\x33\x8f\x08\x1b\x15\x86\x17\x08\x04\xba\xf9\x0b\x2e\xbd\xbe\x60\xd0\xa2\x72\x65\x6a\x08\xb0\xa2\x1a\x06\x8a\xb9\x42\x7c\x08\xcc\x15\x10\xa6\x43\x58\x40\x0a\x0d\x81\x04\x9c\xfd\x09\x4c\x73\x9e\x36\xd2\x8e\x43\x72\x9b\xfa\x40\xf1\x03\x52\x47\x36\x10\x0f\xb8\xa9\x66\x11\x11\x2a\x23\x6e\x1b\x28\xd7\x8a\xfc\x42\x5c\x98\x16\x1e\x22\xe8\x51\x14\x1f\x90\xc6\xd1\xc5\x6c\xc3\x4a\xcc\xa8\x7e\x81\xe1\x3c\xaf\x2e\x21\x0e\x88\xe4\x43\x02\x08\x5e\xfc\xc4\x73\xcc\x5d\xe2\x76\xa4\x2e\x0a\x0d\xcc\xba\x28\x86\x61\x65\x5d\x78\xf9\x13\x14\x71\x71\xb2\x90\x68\x12\xf7\x62\xc1\x54\xeb\x8b\x8a\x6a\xc0\x65\xdb\xbd\x09\x0f\xa8\x63\xdb\xbb\x7f\x87\x16\x64\x34\x24\x88\x65\xda\x86\x81\x97\x39\x2a\x49\xa7\x06\x4a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\xf4\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xd2\xae\x27\x89\x70\x03\xef\xfc\xc0\xcb\xb7\xbb\x47\xe4\x11\xe1\xef\x51\xd8\x5b\x47\x46\x40\x6e\x46\x1f\xea\x0f\xd1\x07\x2f\x5a\x82\x8d\x55\xf9\xb6\x35\x14\x06\x13\x7a\xa5\x29\xbb\x0e\x75\xc8\x5b\x93\x94\x35\x54\x43\x45\xad\x3e\x8f\x58\x79\xd6\x6b\xca\x75\x1d\x49\x3f\x29\xa8\x5d\x03\x12\xab\xfb\xf0\xd7\xb8\xe6\x4f\x1a\x56\x40\x6c\x81\xea\x04\xd4\x40\x39\x75\x08\x3f\x95\x5b\xdc\x94\x89\x5a\x65\xc3\xf3\xa9\x9c\x8f\x88\x02\x82\xaa\x79\x71\x40\x5a\x75\x1f\x5a\x63\x96\x32\x2b\xa6\x5c\xd8\x5b\x7b\xd7\x7c\x1b\x88\x62\xf8\x77\xce\xc0\x1d\x56\xcc\xc0\x6d\x90\x44\xd7\x0c\x96\x7d\xd6\x64\xca\xd0\x84\xe4\x35\x6f\x8b\x23\x78\x08\xf2\x5a\x73\xc2\x86\x49\x06\xb7\x99\xfa\x65\x46\x87\xe2\x67\x2f\x5e\x0a\x03\xaa\x5c\x39\x35\xc0\x04\x3a\xa4\x3a\x06\x5e\xca\x24\x03\x52\x0d\xbc\x54\xdb\xb2\x71\x80\xe8\x6a\x6d\x3c\x20\x9e\x73\x93\x34\x15\x60\xf2\x1c\x9b\x7f\xcf\x68\xfb\xf7\x8a\xb6\x26\xc9\xd8\xcd\xea\xad\x31\x90\xfa\x69\xe6\x0d\x0b\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x6a\x10\x92\xe0\xc2\x4e\xf5\xb6\xab\xcf\x9d\xb7\x6d\xa9\xcf\x15\xaf\x60\xcc\xef\x90\x88\x24\x65\x86\x15\x9f\x50\xfc\xc5\x64\xf7\xb6\xac\x84\x9d\xb6\x19\x13\x28\x92\x44\x86\xa4\xca\x80\x70\xcf\xe1\x43\x8c\x49\x22\xd5\x88\x46\xfc\xe7\x90\xf9\x27\x20\xdc\xf3\xc5\x52\x98\xcb\x2c\x75\x37\xac\xd2\x2c\x66\x73\x07\x3d\xca\xa6\x27\x84\x7f\x0e\x2f\xdd\xc1\x0b\x2a\xaa\xbb\x40\xb0\x8b\x94\xc1\x70\xd2\x77\xe8\x3d\x8e\xdc\x64\x5d\x24\x5f\x03\x04\x47\x95\x14\xac\x01\x45\x77\x37\xc3\x88\x70\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\xa8\xc3\xa2\x90\xbf\x1a\x4e\x22\x49\x00\x22\x7a\x74\x98\x2b\xb0\x02\xaf\x89\xeb\x5a\xeb\x26\x00\x2f\x1a\x92\x7d\x1e\x5d\x0b\xcd\x7e\x40\x25\xc7\x8c\xee\x5a\xd4\x22\x34\xb1\xbe\x6d\x31\xaf\xbc\x19\xce\xe6\x33\x0c\xd1\x06\x43\x6a\x4e\x60\xf0\x66\x32\x37\x47\xb6\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\xde\x4f\x50\xcc\x4e\x98\xff\x5b\xbd\x75\x51\xc3\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\x0c\x32\x01\xc9\x25\xc3\x2c\x19\xe1\x06\xba\x73\xb2\x06\xd8\x2f\x87\xf4\xa2\x08\xc1\x50\x77\xc1\xd4\xc8\xda\x2f\x0a\x97\xa9\x91\xd7\x0f\x28\x1a\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x06\x04\x64\x77\x01\x18\x93\x7b\x00\x8c\xe9\x27\xf1\x70\x35\x22\x95\xc5\xab\x16\x03\xaa\x08\xbb\xf3\x80\x5c\xb3\xee\x36\xb6\x87\x38\x51\x0c\xc8\x43\x90\x4c\x18\x91\xd8\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x6a\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x5d\x4a\x92\x71\x64\x2c\xa8\xaa\xc6\xd4\x08\x91\x71\x24\xbf\xc0\x88\x0f\x9d\x30\x31\xd2\x10\x2e\xc5\x2c\x46\xe6\x2b\xfb\x8b\xc6\x2e\x35\x66\xa4\xfd\xfe\xf5\x05\xe8\x28\xb9\x7d\xf0\x0b\x77\x41\xa8\xb5\xca\xb0\x67\x56\xed\x96\x98\x40\x38\xd9\x6d\x46\x28\xe9\x68\x8e\xb8\xf9\xe0\x05\x34\x64\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xc6\x46\x2f\x65\x3a\xa0\xc3\xfb\x05\x9e\x21\x12\x01\x23\x02\x4e\x93\x02\xad\x6a\x44\x32\x6f\x75\x1b\x26\xd3\x6c\xa0\xa7\x50\xd9\x86\xc4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\xe6\xda\xd8\x58\x12\xe9\xfd\x57\x68\x47\x8d\x4c\xbe\xb1\x71\x24\x4e\xa9\x32\xb6\x57\x17\xfd\xfb\xab\xbe\x30\x8b\xb2\xbb\x2a\x4d\x5c\x23\x84\x48\x65\x51\xd7\xc8\x2b\xa6\x6c\x99\x88\xbc\x42\xfc\x35\x22\x56\x42\x82\x70\x64\xe1\x38\xc5\x1b\xd4\x58\x68\xb1\x94\x74\x1e\x59\xd2\xa7\x7a\x16\x53\xf0\x8c\xb6\x5d\xc4\xc2\x59\x89\xe7\x47\x48\xa2\xd6\x10\x62\x59\xb3\x14\xaa\x59\xd4\x47\xbc\x31\x16\xe6\x5b\x7a\x5b\x14\x6c\x0b\x53\x35\xc3\x60\xe5\x1a\xaf\xb1\x70\x1a\x1a\xa2\x92\x80\x84\x27\xa6\xfb\x54\x23\x16\x66\xd6\x61\xc4\xf1\x52\xf2\x6a\x44\x55\x1c\x64\xb2\x05\x44\x9a\x41\xab\x81\x5e\xa5\x71\x3d\x24\x33\x57\x75\x14\x46\xf8\xf3\x83\x81\x6e\xdc\x58\x92\x73\x62\xa3\xe7\x44\x30\x34\x2e\xa6\x3f\xa0\x72\xd6\xfd\x01\x9d\x7f\x5e\x0b\x5c\x8c\x3e\x24\x49\x45\x26\xfd\xca\x5d\x5f\x23\x2e\x46\x1f\xc5\x6d\x44\x8e\x7a\x96\x70\xdf\x57\xef\x02\xb8\xeb\xe5\x10\xaf\x11\x86\xd5\xe1\x9d\xcd\x58\x56\x03\x80\x4b\x42\x5d\x8b\xa4\x46\x5c\x47\xa5\x8b\xe2\x6a\x44\x6d\x5d\x5b\x1b\xe2\x60\xf4\xac\xd1\x36\xa5\xc7\xe4\x33\x29\x52\x7a\x34\x75\xb1\xa2\x8e\x49\x81\xd2\xa4\x19\x20\xeb\xe4\x76\xbf\x8f\x12\x16\xde\xa5\x83\x5a\xb9\x21\x84\x11\x74\x78\x99\x10\xeb\x6a\xe7\x4b\x84\x0d\xd4\x52\x7d\x64\xf6\xb0\x34\xe4\xb8\xf3\xe0\xee\x7e\x80\x52\x7e\xa6\xb5\x29\xe7\x95\x2d\xff\xec\x04\x3a\x78\xc7\x8b\x3e\x3e\x78\x22\x4a\x20\x8a\x07\x63\x7b\x05\x3e\xcb\xdd\x9a\x48\x58\x9f\xe6\xc5\x3b\x91\xd7\x3b\xbc\x44\x07\x1d\xbc\x9a\x2f\xae\xa4\x1a\x26\x2a\x14\xd7\x1b\x66\xa5\xcb\x6b\x6d\x32\x85\x61\x71\xc8\x6c\x11\x29\x02\x1a\xa1\x48\x04\x1e\x5e\x21\x8a\x80\x52\xef\x23\x45\xc0\xe6\xfe\x70\x3a\x34\xf7\x07\x22\x96\x4c\x1a\xe1\xc1\x4e\xaf\xfe\x6f\xce\x50\x33\x40\x3c\xeb\xf0\x4e\x5c\x32\xa1\x3e\x80\x69\x72\x98\xc8\x79\x29\x83\xf9\x0f\x2a\xe3\x5a\xbf\x88\x17\x49\x4e\x00\x2f\x99\xd2\x4b\x8e\xea\x35\xd5\x82\x52\x44\x3d\xbf\x61\x6e\x82\x04\xa3\x61\xa2\x43\x7e\x91\x92\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x92\xcd\x8d\x4a\x15\x16\x2c\x70\x73\xe7\x78\x75\x08\x9c\xfa\x80\x85\x1d\x72\xf8\x7b\xfa\xcb\xab\x65\x3b\xf8\xcb\x6d\x49\x8a\x0f\x25\x37\x29\x65\x11\xe9\x41\xc3\x07\x2e\xfd\xe7\xc6\x19\x0a\xe9\x6e\xb2\xd2\xc7\xe5\x1d\xf7\xba\xaf\xe8\x56\x23\x05\xc5\x66\x92\x79\x0b\xc5\x4d\x11\x6a\x82\x78\xa9\x7b\xda\x6b\xda\x48\xd9\x43\xed\xc5\x80\xfd\x80\x27\x95\x8e\xcb\xb4\x31\x38\xc2\x3d\x82\x94\x25\x7c\x26\x56\x9b\xa9\x6e\xd3\x73\x5d\xdd\x01\x25\x1d\x89\xcc\x89\xe2\xa9\xd0\x94\x36\x6a\xd7\xda\x1d\x69\x19\x22\xb5\x1d\x52\x40\x3a\x81\xf6\x6b\xa2\x47\x5e\xe5\x9c\x6a\x5a\x96\x48\xb1\xbc\xb4\x32\x8a\xaa\xdf\x80\x1e\xd8\x3c\x06\x2c\xe7\x41\xab\x9f\x98\x32\x24\xb1\x22\x45\x6e\x61\xb7\x3b\x2c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbb\xa1\x28\x3e\x41\xc4\xdb\x86\x5f\xe0\x49\x94\xfc\xc2\x03\x73\x95\x30\x95\x28\x46\x88\x0f\xa7\xc4\x5d\xa7\x4d\x96\x96\x9d\x50\x02\x55\xe2\xad\x08\xb6\x44\x27\x94\x6b\xd9\x14\x72\x5d\xd3\x14\xe2\x5a\xf3\x3c\x60\x07\x34\xaf\x4b\x08\xd0\x6c\x6e\x2f\x3b\xa0\x31\x95\x29\x06\xb8\x87\xbc\x80\x88\x7a\x30\xe0\xfe\xd4\x90\x99\x3b\xcf\xb8\xca\x34\xea\xc8\xb0\x95\x58\x9c\xd7\x50\xc3\x90\xa7\xa4\x82\x9a\x32\xad\xbe\xa6\xd3\xcc\xbd\x28\xa0\x50\x95\x45\x21\x37\x35\xf1\x6e\x04\x95\xa2\xaa\xa9\x30\xaf\x41\xa6\xac\xb4\x44\xb0\xf4\x93\x6a\xa5\x35\xd1\x52\x98\xdc\x7f\x9b\x58\xcc\x6e\x77\xf6\xe6\xee\x79\xa6\x8a\x5b\x24\x06\x78\xda\x5d\x94\x20\xa0\x29\x02\xb4\xa6\x4a\x45\xa8\xf9\x01\xb9\x81\x38\x5c\xaa\x0d\x07\xa1\x90\x00\x37\xb6\xae\xb3\xaa\x09\x65\x15\x87\x09\x0c\xe6\xc0\xf1\xfa\x9d\xc1\x01\x5e\xdb\xba\x28\x50\x68\x44\xe1\x45\xd5\x30\xac\xa9\x51\xa9\x90\x1d\x20\x35\x54\x8e\x11\x4f\x4c\x8d\x27\xa1\x49\xb4\x51\xcb\x1f\x7e\x03\x47\xa1\x89\xa3\x35\xb0\x75\xf7\xb8\x30\x27\x28\x71\x45\x7b\x34\xcb\x9a\x12\x5d\xd2\xfd\x28\x35\xad\x1b\x44\xcd\x2f\x1a\xf9\x85\x77\xc5\x32\xf8\x49\x58\x4e\x28\xcd\xe8\xb3\x27\x75\xda\x2a\x8c\x99\x4e\x97\x91\xc6\xe8\x6b\x5a\x1a\x83\x17\xb9\xdb\x42\x9f\x58\x69\x31\xbb\x4b\xe2\xde\x1f\xac\xdd\xaf\xc5\xc0\x05\x09\xb6\xe0\xa5\xce\x7d\xe7\xdf\x41\xd1\xa6\xcf\x41\x17\xad\xf7\x1d\x2b\x2c\x7b\xad\x78\x69\x97\x4f\xd0\xc4\x0c\x70\xfb\x6b\x12\xe5\x40\x1d\x37\x69\xb0\x34\x92\x66\xb9\xe4\x3e\x6f\xb3\xc1\x8d\xea\x59\xa1\x94\x62\x36\x27\x66\xc5\x65\xdb\xf8\xd3\x20\xd4\x42\x0b\x9c\xdf\x43\x8a\x4e\xe2\x95\xa5\x52\x95\x12\x9c\xe1\xc3\x9c\x00\x17\x2e\x0c\x33\x02\x26\x49\xd9\x24\x9f\xe0\x0b\xaf\x9e\x03\xaf\x09\xb3\xfd\x21\x21\xce\xd2\x2a\x65\x42\xa1\x1a\xdb\x4f\x12\x6c\x90\xf1\xd5\xc1\x9c\xa3\xb2\x6c\x6a\xa2\x09\xf2\xf5\x3d\xc8\xeb\x05\x21\xf7\x88\xb7\x3a\x4d\x8e\xd2\x07\x12\x83\x28\x7d\xa4\xc2\x13\x3e\x4c\x7c\xa8\xfd\xdc\x8c\xe4\x83\x67\xb6\x21\x3a\xee\x29\x0c\x4b\xba\x4e\xe7\x86\xb6\x66\xc0\xe2\x88\xf6\xc4\xa4\x33\x4d\x2d\xda\xc4\x39\xc5\xd1\xb2\xf9\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x86\xd2\x6e\x8b\x34\xe5\xcf\xa2\x04\xdc\x9a\x96\x3c\x29\x11\x3a\x4d\x79\x32\x29\x15\xa9\xa6\x29\x4f\xa6\xcd\xb4\x77\x51\x05\x36\x83\x9e\x02\x65\x51\x32\x6b\x4d\x17\x8f\x68\xa9\x00\xe9\x42\x80\x80\x64\xf0\x34\xe5\xbf\x64\xdf\x45\x62\x71\x43\x09\x53\xe9\xa2\xec\x63\x41\xe3\xa6\x54\xe0\x95\x83\xc0\x17\xcc\x48\xee\x04\x10\x84\xb6\x9b\x01\x5e\xde\xc3\x37\x67\xed\x0e\xb0\x67\xb3\x31\x8f\x90\xc9\xf4\xda\xe5\x37\x13\x1f\x35\xc4\xc3\x13\xda\xbb\xf6\x59\xd3\x14\x1e\x1e\x16\xdf\x74\x1b\x2e\x7e\xef\xa8\x87\x4b\xf3\xa3\xa0\xb8\x34\xe5\xc1\x90\xec\xaf\x49\x0f\x91\xf6\x99\x41\xde\xd0\x5b\x70\x9b\xe2\x40\xf7\x03\xee\x70\x91\x7f\x46\xb2\xb6\xe3\x5d\xf2\xf6\xa0\x87\xcf\x0c\x73\x20\x1b\xd2\x31\x95\x61\xdf\x1b\x56\x25\x72\x00\x9a\x83\x5f\xc8\xf3\x68\x94\x98\x9d\x03\x67\x38\xd4\x6e\x78\xbf\xaa\xdd\xd9\xa1\x1f\x40\x1e\xec\x6e\xf3\xf0\x17\x6f\xcd\x28\x3d\x33\x74\x41\x41\xcd\x2b\x9d\x47\x9c\x2d\x23\x56\x71\xe8\x86\x82\x9a\x23\x25\x27\x31\xaa\x1c\x89\x29\x7f\xd1\xd1\x76\x97\xe4\x8d\xc3\x0f\x16\x71\x68\x1e\xa8\x5e\xad\x72\x06\x35\x4f\x71\x2e\xe9\xf2\x90\x9a\x19\x80\xa8\x52\x25\x35\x33\x7f\xc7\xfe\x93\x9c\xb0\x6f\xc5\x1c\x33\x13\xbe\xf3\xeb\x01\x81\xd4\x10\x70\xf2\x3a\xb4\x2e\xd3\x20\x97\xbd\xde\x69\x55\x00\x54\x9b\xb1\x49\x5e\x1c\x18\xdc\x54\xa4\xa7\x66\x26\x70\xdb\xc1\x92\x33\x98\x91\x87\xc8\xb4\xb0\xcb\x3c\x92\x51\xef\xce\xca\x75\x66\xbc\x60\x36\x26\x0b\xb7\x80\xdc\x0d\xb9\xf0\x30\xed\x7e\x80\xbb\x44\x37\xb7\xe9\xbb\xd6\x59\x99\x0b\xc3\x58\xc4\x33\xf3\x32\x66\x15\x3f\xb8\x18\x37\x20\x54\x95\x35\x53\x75\x5a\xe9\x84\x17\xf6\x2b\xb9\xa8\xa4\xeb\x5c\x17\x9c\x9a\x49\x25\x61\x0a\x8a\x0a\x33\x42\xf4\x07\x94\x33\x4c\x98\x2c\x56\x63\x51\x25\xd3\x7c\xa5\x4a\x31\x35\x37\xd2\xa1\x7c\x41\xb9\x61\x45\xa3\x5f\x40\xb6\xac\x38\x4e\x6e\xcb\x3d\x25\xa0\xa6\x34\xd4\x9a\xb1\xdb\x16\x6a\xfc\xc2\xc2\x84\xba\x40\x6e\xb5\xc3\xee\x72\xe7\x69\x50\xfc\xa0\xf1\x0b\xf5\xd9\x41\xfb\xd1\x2f\xac\x35\x17\x26\x68\x91\xca\xde\xb3\x23\xb0\x0b\xcd\x9c\x55\xec\x9a\xbf\x00\x53\x10\xf7\xce\x53\x36\x29\x9b\x99\x02\x6a\x36\xa7\xd7\xf7\xa4\x43\xa9\x8d\x79\x20\x6a\xb4\xba\x43\xd6\x1c\x15\xcc\xbc\xba\xc9\xf1\xbd\x99\x92\x86\xad\x93\x79\xe7\xfa\xea\x84\xc9\xf0\x67\x06\xaf\xc5\x4e\x98\x34\xa9\x25\x5a\xc8\xe2\x90\x77\x1e\x93\x5e\xdf\x1d\x07\x86\x34\xd7\x0c\xb3\x96\x5d\xa8\x99\x19\x1a\xd9\x24\x84\x74\x6b\x15\xd8\xad\x79\xe7\xb9\x2a\x18\x0f\x14\x6a\x34\x5e\x11\x75\xd7\xcc\x00\x98\x8d\x6d\x03\x7a\x3e\x58\xc3\x47\x10\x4c\xe1\xa2\x6c\x52\x3b\xf2\x01\xc3\x9a\x94\xd0\xcc\xcb\xd5\x6d\xda\xcb\xb8\x54\xd4\x27\x48\x3e\x71\x4e\x4b\xc7\xc8\xeb\xde\x88\xf6\x93\xea\xd9\x35\x9f\x40\x61\x72\x6f\xd8\x42\x52\x93\xf2\x49\xa5\xb8\xba\xfb\x9d\x27\xaa\x30\x80\x42\xcb\xcd\x7b\xea\x44\x3c\x9a\x54\xfd\xbc\x0a\xe2\x99\xb2\xae\xb5\xce\x42\x01\x25\x0d\x09\x6c\x99\xa6\x2a\x0f\x49\x53\x95\x35\xf9\x7c\x2d\xfa\x77\x97\xa0\x7f\x69\x66\x79\x8a\x22\x65\x93\x5e\x9e\xef\x08\x96\xa7\xf7\x29\x58\xf8\xcc\x64\x9d\x9a\x66\x36\x7c\x53\x95\x1b\xee\x81\xa4\x25\x3c\xdd\xc4\x93\x40\x82\x29\xca\x7a\x57\xbe\xc9\xd8\xcd\x27\x6e\x1c\xcb\x12\x01\xf3\xc3\x1d\xe9\x2f\x9e\x80\x1e\x85\x95\x07\x58\x31\x17\x78\x70\xd6\x98\x70\x1e\x72\x05\x23\x9a\x82\x88\x44\xc2\xfc\x50\xe3\xb1\x6c\xf1\x00\x2b\xc6\xc2\x43\x4e\x64\x52\x7a\xae\xf9\x82\x8f\x37\xd8\xa2\x1c\xe7\x9a\x1f\x6e\x59\x1d\x46\x65\x83\xa0\x2b\x59\xa4\x2c\xdf\xa7\xec\xac\x85\xb7\x3a\xa9\xde\x48\x2d\x1b\xe8\x4d\x47\x4b\xd9\x56\x97\x7a\xb0\x2c\x41\x92\x8d\x4b\x58\x6b\xe3\x07\xf4\xac\x0c\x7f\x82\xd5\xd7\x09\x58\x78\x15\x86\x7d\xdf\x85\x57\x61\xe8\xa2\x94\x5a\x02\x36\x59\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x3c\x9c\xc4\xfe\xca\x14\x58\x9a\x33\x03\x4a\x04\x45\xe9\x6c\x2a\x11\xab\xa5\xe3\xae\xb0\xd6\xb0\xf5\xee\x12\x79\x4e\x48\x1a\x2e\x11\xab\x63\x18\x23\x18\x83\x0e\xb7\x12\x69\x71\x77\x8f\x37\x41\xf2\x03\x24\x7d\x7b\x12\x69\x2d\x86\x7a\xa0\x35\x4a\xc5\x8f\x6a\xa1\x74\x22\x66\x56\x12\x88\x5a\x2c\xbc\x24\x20\x56\x44\x5f\x68\x9b\x92\x9c\x57\x78\xd3\xba\x0d\x49\x05\xd9\xc5\x36\x15\x14\x94\x0a\xae\xaf\x0e\x1f\xb8\x9e\x35\x47\xde\xdf\x69\x1b\x4b\xc9\x6b\xb1\x87\x1e\x40\xa2\xd2\x2e\x29\x79\x11\xb5\x60\xc8\x84\x51\x0b\xc3\x84\x0b\x87\x54\x95\x8c\xb5\x15\xb7\x29\x99\xfc\xc9\x43\x42\x31\xf2\xca\x2e\xe7\xa0\xe4\xe5\x02\xe7\xa0\xa5\x8c\xb2\x2c\x53\x92\x55\x4b\x21\xd0\xe2\xf1\xa5\x80\xc8\xc5\xc0\x4a\x21\x9e\xb5\x32\xb8\xb6\x53\xe5\xc6\x6a\x29\x9c\x83\xdb\x10\x5d\xc5\xde\x4a\xc1\x14\x9a\xfb\x87\x88\x57\xfd\x3b\x8f\x7b\xc9\x67\xa5\x2e\xe6\x22\x98\x91\x4a\x5c\x8c\x14\x8a\x4e\x26\x3e\xe4\x09\xeb\x06\x92\x5a\xea\x42\xb3\x3b\x38\x38\x47\xa1\x0d\xa6\x28\xa7\xce\x14\x24\xfa\x56\xd3\x56\x03\xfb\x6a\x3f\xa9\x61\x5a\xcb\x94\xb2\xa2\xf5\xe3\xd2\xe0\x0f\x33\xa1\x35\xd4\x17\x10\x6f\x2c\x0d\x08\x93\xa1\xad\xf0\xc6\xac\x66\x32\x59\x3e\x42\xc9\x9f\xa5\x53\xbd\x95\x2c\x5f\xfa\x5a\x34\x4d\xa0\x2f\x96\x2f\xac\xa2\x84\x8d\xb9\x63\xe9\xbc\x44\x41\x38\x43\xf6\x84\x4f\xc6\xd2\x17\x10\x9a\x45\x67\xb2\xb4\x87\x84\xec\xe0\x0e\xa6\x50\x96\x54\xd3\xa0\x16\x78\x09\x2d\x6a\x96\x41\xc1\x5c\x62\x5d\x19\x54\x2f\xa2\xbf\x40\xcd\x1b\xef\x27\x26\x47\xa8\x08\x68\x2d\xb8\x4f\xd3\x1e\x8e\x32\xc0\x54\xcc\x85\x10\x65\xa6\xab\xea\x6b\x59\xc9\x12\xde\x90\x03\xc7\x96\x3b\xd8\xd7\xee\xf0\x03\x3a\x80\xd5\xe3\x12\xda\xa4\x61\x97\x9d\x17\x36\x6b\x08\xda\x83\xa4\x65\x95\x25\xb4\x49\xa3\x29\x2c\x9a\x13\x5f\x0f\x08\xb4\x7b\x84\x2e\xe1\x85\x81\x81\xc7\x5e\xec\xb2\x64\xb4\xe1\x21\xc9\x19\x05\xf3\xc1\x2b\xf7\xdc\x26\x63\x34\x2b\x5d\x0e\x4a\x1d\x9d\xe5\xa0\x1a\x20\x89\xa2\xb0\x52\xb1\x75\x8b\x72\x80\x77\x4a\xca\x29\x88\x5b\x6b\xcd\x5b\x10\x3e\x4d\x4b\xb7\x85\x2e\xcb\xcd\x63\x32\xdf\x4f\xb3\x3c\xc8\xdf\x7d\xc4\xf0\x06\xb1\x66\x72\x38\x21\x31\x98\x51\x31\xae\xad\x7a\x35\x4f\x1c\x4a\xde\xe5\x34\x33\x99\x71\x21\x55\xd7\x4e\xc9\x42\x2b\x93\x17\xff\xa4\x62\x9f\x3c\xc2\x20\x08\xfe\x02\xa6\x31\xb3\xeb\x13\x87\x94\x19\xd1\xb9\x26\xe1\x21\x91\x58\x25\x71\xb7\x5c\xe4\x54\xaf\x07\xe0\x1b\xde\xb8\x17\xf7\xa9\x31\xcf\xbb\xe3\xab\x97\x1f\xd2\xa0\x45\xb5\x72\x71\x13\x58\xe6\xb8\x20\xf4\x9b\x64\x2f\xd0\x93\x37\x09\xaf\xfc\x54\x7e\x7b\x2d\x88\x84\xb3\xe0\x54\xa6\xb8\x18\x92\xb5\xc2\x72\xe3\xb2\x12\x4f\x13\xd2\xe1\x30\x9e\x50\xc6\xd0\xa2\x59\x41\x86\x44\x34\x9a\x10\x06\xd7\x0c\x11\x52\x7d\x5f\x07\x2b\xa4\xc7\xe0\x3d\x03\x61\xd1\xd7\x7f\xd5\x42\x61\xd1\x73\x7e\xd6\xd2\x0b\x82\x87\x2b\x65\x90\x50\x77\x27\x59\xce\x7a\x80\x04\x0b\x51\xf0\x4c\x36\x95\x4d\xab\x75\x83\xfa\x2d\x1e\x5b\x51\x35\xc7\x86\xde\xba\x81\xb8\x5e\xed\xb5\x50\x59\x0f\x50\xdb\x51\x82\x5c\xdd\xe8\x37\xa8\x6a\x73\x87\x24\xbf\x30\x30\xa2\x3b\x80\x44\x34\x0c\x01\x0d\xf0\x4d\x6d\x32\x79\x71\xec\x8a\x6b\x2d\x54\x87\xa1\x56\x94\xc1\xd9\xda\x4f\xca\x26\xd4\x8a\x1a\x38\x56\x80\x6b\xc0\x99\x64\x68\x02\xec\x7e\xe2\x5b\x15\x37\x5c\xb8\xd0\x76\xad\x14\x2a\x0d\x0d\x2f\x8a\xb7\x96\x5e\x71\x15\xe8\x66\x9d\xb9\x06\x8a\x43\x42\x40\xe4\x6d\x69\x9a\x60\xa4\x92\x2e\xdd\xae\xae\x38\x36\xed\xe0\xca\x12\xcd\x56\xe3\x6b\x44\x05\x99\xe6\x2e\x0a\x4a\x67\x0b\xa8\xff\x9f\xb1\x2b\x39\x9b\x18\xd5\x81\xa9\x4c\x08\x6d\x36\xc1\x65\x72\xf1\x9a\x7f\x08\xef\x73\x95\xa6\xca\xef\xf6\x1f\xdd\x6d\x83\x00\x21\x0a\xad\x25\xa9\x76\x9f\x81\xfc\x7d\x1a\x45\xd6\x0e\x75\x97\x8b\x1f\xf8\x07\x1e\x73\xd5\x5d\x30\x9a\x62\x9a\x86\x93\xcc\x68\x2a\x2f\x2c\x9c\xd6\xa5\x10\x82\x99\x06\xcc\x83\x19\xa1\xf2\xca\x38\xfd\xc3\xf6\xef\x3f\xd3\x01\x1c\xa3\x32\xd9\xcf\xf4\x0f\x90\x6c\x3a\xdd\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xfd\x4a\xd2\x73\xbc\xd8\x35\x94\xf6\x7c\x0c\x14\x38\x5d\x1f\x1a\xde\x93\x70\x93\xe8\x1b\x0c\x26\x36\x4a\x1b\xed\xdd\x93\x9b\x47\x0d\x4d\x5d\xd1\xb5\x64\xc0\x33\xce\xf6\xa1\xf1\x62\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xb0\x70\x34\xae\x95\x94\x09\xa3\x31\xc8\x5c\x72\x63\xbc\x60\xb7\x6f\x66\x41\xda\x69\x7d\x8f\x1d\xd0\x0e\xda\x69\x71\xb4\x5c\x1a\x13\xc1\x9b\x4e\x73\x1f\x18\xa6\xce\x90\xd1\x93\x07\x35\x4c\xc2\x5f\xef\x83\x8e\xc0\x16\xef\x1b\x1a\x52\x7d\x49\x1c\x1d\xdb\xda\x13\xdb\xa9\x41\x30\x8f\x02\xde\x6e\x66\x49\xc0\x5b\x6b\x17\x47\x27\x49\xea\x81\x89\x73\xac\x52\x1b\x0c\x38\xb6\xeb\xe5\x78\xe1\x6e\xb7\xd1\x6a\xb0\x3c\x86\x2d\x0b\x63\x70\xee\xc5\x3f\x83\x9b\xdb\xff\x0f\x64\xbd\x70\x03\xf0\x5a\xb3\x70\x64\x5a\xec\xf0\xd6\x1d\xb4\xb3\x99\xe1\xe8\x39\xe7\x69\x83\xe7\x9c\x23\x92\xc7\x8b\x97\xfb\xe6\x95\x0a\x78\xd9\x9a\x1d\x13\x12\x8b\xc2\xe8\x1c\xb4\x1b\x40\x1a\x3f\x1d\xde\x23\xc8\xe1\x9b\xbf\x40\x61\x7c\x5d\xbe\x06\x1d\xeb\x94\xd0\x6e\x8c\x38\xf9\x85\xa6\x2d\xf2\xb4\x76\x13\x0f\xdf\xd0\x30\xe1\x4a\xf7\xd1\xa4\x0c\xd6\xc8\x13\xca\x19\xb3\x62\x58\x1a\xc6\xc4\x44\x9b\x28\xa8\x2e\x95\x01\x65\x0c\x68\x2e\x37\x2f\xe5\x04\x47\x7f\x3a\x24\x20\xd5\x59\x3c\x26\x98\xc3\xd3\xb0\x48\x91\x97\x0a\x31\xc7\x56\xbc\x8c\x45\x70\xd7\xfd\x03\x0e\xeb\xcf\x07\x01\x7f\x17\xff\x4f\x92\x34\xa4\x45\xfe\x15\x89\x0b\xec\x2a\xa0\x36\x98\x63\xdb\x57\xa3\xb1\xe3\xe4\xb4\x3c\xdc\xe9\xd2\xfe\xb7\x63\x88\xb1\xc4\xf6\x4d\x1d\xa8\x37\x67\x45\xec\x60\x56\x19\x9f\xbb\x8c\xb0\x50\x92\xc0\x31\x90\x44\xc6\x97\xec\xc1\xc8\x60\x65\x15\x1c\xe3\x40\xb8\xa5\x25\x5b\xea\x28\xcd\xab\x30\x88\x1a\xfd\x8e\x83\xbc\xa7\xeb\xd5\x38\x30\x45\xa6\xe9\xc0\xaa\xe9\x66\x33\x0e\x1e\x09\x3e\xba\xa1\xd5\x54\x72\xce\x31\x60\x31\xdd\x3e\x0d\x3e\x20\x49\x6c\x72\x12\x16\x5a\x2c\x01\xeb\x6e\x42\x50\x03\x50\x76\xf3\x76\x42\xca\xc9\x6a\x8f\x81\xc1\x60\x5f\x0f\x1a\x58\xd6\x45\x38\xc7\x38\x49\xb3\x9f\xb9\x1b\x3c\x28\x9a\x50\x0d\xf1\xc7\x99\x35\xb1\xf5\xc9\xd5\xf8\x86\x3a\x7d\xb1\x69\xdf\xfc\x05\x5c\xe4\xac\xe3\x1b\xd0\x4b\x6e\x9f\xf7\x73\x9e\x34\x2f\x17\xf2\xb6\x7e\x9e\xa1\x7e\x36\x08\xb9\x92\xd7\xc4\x7c\x37\xc4\xc8\xe7\x19\x14\x08\x2d\x0f\x26\xd0\x76\x00\xd8\x80\xc9\xd4\x5e\x4f\x83\x19\x23\x0d\xe9\x07\x9d\xea\xec\x76\x3c\x58\xef\xc3\x08\x7c\x3c\xe8\xd3\x90\x81\x36\xd4\xcf\xff\x15\x30\x46\x34\xd1\x6b\x4e\xea\xb8\xf1\x74\x7c\xaf\x41\x3e\x81\x67\x91\x88\x02\x6d\x56\x5e\x8c\x87\x68\xd9\xed\x21\x4d\x81\x4f\xc1\x17\xca\xce\x6a\x49\x88\x88\x8e\xfa\x69\x1f\x1a\x6a\x1f\xc4\x50\x6b\x7e\x04\x02\xea\xb9\xd9\x11\x3b\x58\xbb\x5e\x07\x79\xfc\x72\x03\x2d\xfd\x50\xff\xfd\xa7\x39\xb0\x3d\x7e\x9d\x53\xe6\x2f\x08\x3f\xaa\xdf\x40\x10\x8a\x64\x71\x30\xb6\x77\xf8\x83\x03\x97\x43\x93\x70\x21\xb5\xd4\xd4\x33\x10\xd3\xf4\x33\x8e\x44\x21\xa6\xd8\x28\xe4\xdc\xc1\xc6\x52\x3b\x92\x93\xb1\x65\xa5\x07\x3d\xc3\xe5\xf6\xd3\x02\x19\x67\xe8\x39\x90\x03\x53\x14\x32\xf0\x37\x4c\xe2\x06\x92\x97\x9f\xb9\x7f\xaa\x7f\x40\xa6\xda\xcd\x3d\x60\xcf\x57\x53\x80\xb8\x5f\x37\xc0\x28\x0e\xdf\x40\xa2\x24\xd2\xd0\x18\x0a\xf5\x1f\xcd\x9f\xc0\xf8\xe6\x41\xbe\xd8\xb4\x7e\x66\xe1\x85\xa6\xd5\x27\x5e\x14\x26\xb7\xf6\xf7\xe9\x3e\xa5\x67\x90\xa8\x0d\x1e\x99\x9f\x51\x24\xd7\x9c\x55\x8d\xe9\xc5\x9d\xd5\x78\x2b\xd2\x00\x2c\xe1\x1b\x50\xb1\x6e\x9f\x67\xf0\xba\x8e\xf5\x80\x8a\xd5\xf6\xde\x00\x2c\x75\x08\x5f\x30\x1d\xa3\xf6\x52\xd4\xdc\x8c\xfe\x00\x9c\xe0\x29\x21\x0a\x95\x2a\x2d\x1a\xef\xae\xfd\x4f\x8a\xb8\x60\x08\xb0\x6f\x1c\xd1\x48\xbf\x66\x20\x33\xde\x68\x33\x47\x4b\xb9\xea\x2f\xa0\x16\x93\xa8\x8f\x84\x9c\x9b\x9b\xe0\x81\x35\xdc\x04\xc2\x3d\x3d\xeb\x0d\x61\xec\xfe\x9f\x1a\x59\xc9\xb8\x40\xc6\x9b\xe9\x21\xf6\x8a\x62\x68\x7e\x9f\x37\x51\x5d\x17\xa2\xe7\xaa\xf8\x8b\x41\x15\x93\x66\xad\x43\x2a\x0a\x13\x44\x47\xea\x8a\xcf\x07\x49\xb3\x06\x41\x8c\x6a\xce\xea\x4c\x18\xa3\xff\x07\x64\xa4\x70\x52\xc0\x78\xed\x20\xf7\x40\x98\xb1\xf3\xc5\x04\xeb\xb3\x7d\xfe\x87\x43\xbe\x2e\xf8\x31\x70\x72\x74\xbf\x9f\xbb\xcd\x3f\xc0\xe0\x24\xbd\x78\x0c\x44\xf6\x58\xb5\x1e\xa8\xd7\xa6\xba\x04\x23\x08\x40\x75\x40\x46\x6c\xf0\x7e\xf0\x33\x14\x31\x02\x01\x11\xbc\xef\x6b\x96\x83\xb3\x6c\x29\x08\xc7\x41\x3b\x7e\x05\x2b\x34\x5b\x25\x1c\xd0\xe2\xaa\x3e\xe2\x08\x5a\xc2\x55\xba\x77\x44\x00\x25\xc8\x88\x12\x48\x9a\x63\x53\x62\xbc\x70\xb4\xda\x88\x1d\x33\x51\x82\x5a\xcc\xca\x30\x9e\x85\xc9\x13\x5a\xc0\x3f\x26\xce\x1e\x4b\x31\xe6\x29\x77\x17\xc4\x9f\x16\x7b\xf3\xc0\xb3\x48\x9c\x24\xd1\xed\xe5\x7e\xf4\x0b\x09\x12\x44\x02\x92\x27\xda\x9e\x15\x8b\x89\x08\xbd\xa5\x12\xa0\xea\x46\x15\x59\x81\x79\xf9\x0d\xe6\xd8\x57\x1f\xcc\xa7\xe8\x4b\x5b\x40\x0f\xec\x13\x36\x56\x9e\xfa\x22\x73\xf1\x72\xe0\xc5\x81\xf9\xfe\x23\x6b\x57\x22\x11\xf7\x01\xf5\xa4\xd7\x02\x09\x17\x8b\x20\x5e\x20\xbf\xa2\x95\xb2\xb1\x43\xee\x08\x45\x07\xfc\x04\x3f\x6b\xbb\x53\x83\xea\x1d\xb3\x43\xb2\x58\x56\xef\x9c\x79\x8d\x01\xb9\x0f\x1d\xa7\x19\xcc\x78\x63\xfd\x7b\x1c\x39\x91\xea\xe2\xa0\x12\x4c\x90\x2e\x0e\x5c\x46\xbc\x69\x0f\x80\x46\x0b\x96\x83\x72\xc1\xdb\x3e\x0b\x29\xfb\x03\x48\x6b\x9f\x0f\xc4\xbd\xc3\x3d\x82\x66\xaf\xed\x8b\x7b\x67\xf3\x9e\x49\x1d\xae\xa0\x46\xb0\x6c\xb2\xf0\x5d\xc0\x33\xd0\x29\x6a\x82\x19\x70\xc2\x82\xe7\xa4\x43\x8a\x2e\xcb\x71\x02\x9b\xff\xdc\x22\x25\xb6\xf7\x00\x94\xb8\xdb\xe7\x03\xaa\xd9\xbc\x52\x67\xf2\x82\x3b\x45\xd2\xd7\xf0\x33\x64\xdb\xe7\x19\x92\xc3\xe2\x14\xae\x83\xd6\xaf\x06\x5c\x07\xbb\x65\xdf\x95\x0c\xad\x69\x82\xeb\xe0\x7b\x8b\xfc\xcb\x11\x04\x50\xed\x90\xe1\x80\x7a\xb7\x7d\x0e\x94\x6b\xc2\x5d\x53\x03\x46\x4e\x1d\x57\xe4\x1e\x41\x47\xc4\xe1\x67\x5e\x7c\xa5\x81\x08\x26\x6e\xb7\x0b\x54\x5c\xb8\xd2\x19\x01\x5e\x9c\x01\x4d\x32\x63\xa5\x3f\x40\xe2\x86\x82\xc1\x5b\xf6\x06\x67\x59\x8c\xdc\xb9\x43\x35\x05\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\xc7\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\x28\x6c\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\xae\xd2\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\x64\x4d\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xa0\xeb\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\xda\x79\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\x52\xdd\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x13\xd8\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\xca\xd3\x36\x70\x50\x7b\xe5\x11\x27\xf3\x61\xd7\xf4\x3e\xf0\x0e\x18\xb9\xf4\xea\x31\x78\xf6\x4b\x09\x31\x5f\x78\xda\x8b\x54\xe3\x33\x78\x47\xff\x53\x51\xd5\x31\x83\xea\x24\x11\x18\x10\xdf\xe6\xb4\x54\xb6\x7a\xa1\xe1\x81\xe0\xca\xf9\x63\xb2\x78\xb1\xca\x54\x8c\x89\xa8\x97\x50\x66\xe5\x31\x5f\x74\xdb\x8b\x34\xc6\x33\x20\xe2\xbd\x70\x28\xb9\xe3\x78\xb5\x89\x98\x97\x98\x96\x23\xd4\xb5\x7a\x0e\x18\xf3\xe2\x18\xa7\x39\x91\xdd\xd7\x3b\x6e\x0e\x8a\x09\xbf\xc0\x95\xd5\xb1\x32\xe7\x05\x9a\xc4\x1c\x2f\xbc\x0d\xa7\x06\x9d\x93\x34\xea\x7d\x6a\x5f\xed\xfe\x3a\x81\x5d\x7d\x71\x9a\x0b\x07\xa3\x79\x69\x0d\x7e\x20\x12\x16\xad\xfd\x02\x0b\x13\x2e\x0a\x9b\x97\x7a\xe5\xbc\xf9\x07\x6c\x10\x4b\xc7\x45\x9a\xd4\xe2\x8b\x4c\x7b\x91\xf9\x60\xd2\xaf\xd4\xf7\xcd\x09\x68\x6a\x0f\xa0\xc9\x5a\xca\x4e\x5a\x33\xf7\xe4\x15\x37\x31\xfe\xfd\xe7\x93\xdf\x71\x32\x64\xc5\x92\x69\x9f\xb8\xc1\xfa\xff\x64\x0f\x0d\x7b\x27\xcd\x26\x81\xd7\x06\x41\xd3\xb9\xb3\xde\x85\x5a\x24\xda\x95\xcd\x63\xa2\xcc\x8f\xfd\x30\x66\x62\x5d\xe9\x01\x26\xb1\xae\xe5\x35\xab\x26\x3a\x01\xf1\x7c\xc1\x6e\x2f\x9e\x78\x60\xdd\xcf\x2c\x00\xcb\x16\x73\xd7\xb1\xe3\xd9\x1d\x1c\x6c\x50\x83\xcc\xf4\x8e\x1a\x23\xa1\xaa\x73\x28\x4d\x78\xa2\xda\x4f\x6f\x9e\x9d\x2f\x88\x46\x40\xd5\xe2\x31\xbc\x50\x75\x3a\x67\xda\x3c\xe1\xbf\xed\x95\x3e\x41\x92\x0f\x6b\x96\x09\xf2\xca\x9f\x64\x15\xdd\x38\xe7\x09\x76\xfe\x74\x08\x35\xb3\xb9\x91\x41\xd5\x0e\xd0\x9b\x57\xf2\x8a\x5a\x78\xb1\x6c\x75\x78\xc8\x64\x14\x8c\x4a\xa7\x8c\x79\x41\xce\xb8\xcb\x0b\xd3\xac\x5b\xca\xbc\x78\x0b\xb6\xbc\x7d\xf1\x6c\x57\xee\xfb\x31\xe1\xbb\xea\x1c\x4c\x93\x29\x22\x9d\x23\x6c\x22\x45\xe4\xfa\xb4\xf8\x60\xde\xd5\x20\x54\xc0\xc5\x02\xfe\x05\xab\xdd\x7e\x80\x13\xce\xae\xc5\x87\x1c\xa0\xa8\x9d\x11\xe6\x4d\x0d\x4e\x75\x03\x3c\xa3\x04\x87\xe7\x4d\xff\x49\xe3\x8d\x9b\x13\x5d\xfc\xc6\xc5\x36\xdc\x28\x13\xb7\xf9\xf9\x01\x11\x7a\x06\x3c\x75\x78\xd2\x7c\xf2\x2a\x26\x2a\x13\x7e\x0a\x62\x4f\xc2\x4f\x7b\x9c\xcd\x07\x0c\x5b\xdc\x04\x54\x67\x9f\x2e\x92\x61\xfd\x01\x41\x8e\xb7\xe9\x43\x0b\xbd\x50\xf6\x42\x2e\x1f\x7b\x86\xac\x1f\xa6\x52\xbb\x70\x31\xb8\xda\x56\xbc\xf5\xc3\xea\x8b\xa6\x05\x4d\xb0\xa1\xdd\xfa\xe5\x28\xba\x7e\xc8\x51\xfc\xe9\x2e\xb4\x7e\xe4\x8d\x4d\xcf\x94\x2b\x61\x02\x77\x8a\x2e\x13\x00\x8d\xa7\x80\xdf\xfa\x9d\x68\xc1\x1f\x30\x44\xde\xcf\x2f\x02\xb7\x27\xf4\x82\x62\xb9\xc8\x30\xba\x36\x2a\x65\xc5\x6d\x6b\xa3\xad\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xf3\xac\x23\x60\xa5\xa3\x84\x0e\xb2\xb5\x51\x7a\x76\x77\x42\x95\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf8\x62\x9a\x06\xf8\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x9c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x28\x91\x23\xe2\x17\x42\x89\x8a\xb0\xc4\x2a\xa4\x47\xcb\x50\xb1\xe3\x24\xfe\x17\x3d\x6d\x7d\xe1\x5d\x95\x16\x35\xa1\xbc\x05\x3d\x71\xa9\xfe\x82\x27\x8c\x6e\xed\x0b\x7a\x62\x55\x71\x1f\xab\x26\xa2\xf7\x17\xe0\x76\xcf\x2a\x0b\xf9\xd8\x40\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xf4\x2b\x0b\x58\x77\x38\x85\xdd\x4a\x5d\xaf\x99\x95\xe9\x1e\x9d\x6a\x7c\x01\xbd\x0e\x27\xa5\x5b\x8d\xd1\x6a\x7e\xe6\x31\x26\x20\xb7\x50\x46\xc7\xa9\x7d\x56\xc7\xfe\x68\xfe\x1f\x95\x4f\x3c\xaa\xce\xcb\xbd\xe4\xc0\xea\x1c\xa6\x9f\x19\xec\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4c\xe0\xfc\x08\x0b\x8a\x5a\xa7\xa8\x5c\x83\xa5\xb0\xf4\xff\x00\xef\x08\x23\xad\x81\x50\x01\x1d\x00\x6b\x24\x3b\xfb\x87\xc6\x49\x11\x89\x83\xa2\xcb\x83\x66\xd8\xf7\x67\x13\x0e\xe4\xfe\x5b\x6e\x82\x22\xde\x0c\x06\xed\x6e\xf1\x28\x5f\xbc\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\x26\xea\x29\x6e\x11\xa3\xf4\xa6\x84\xb7\x41\xfd\xd0\x94\xf8\xd8\xe3\x44\x49\xca\xea\x79\x21\x5e\x36\x43\x02\x2f\xdb\x82\xb5\x80\x80\x8b\x8e\xb1\x15\xdc\x23\x6e\x0f\x0b\x67\xc1\x42\x97\x5c\xe7\x74\x5f\x09\x88\xa7\x7b\x40\xc1\x03\x1d\x2a\x8b\x51\xe0\xc3\xcf\x1c\x93\x1a\x98\x58\xa9\xee\x67\x0c\x49\xf2\x7f\x01\xdd\x36\x63\xcf\x35\x77\x5c\xfe\x45\x12\x0b\xdd\xc4\xe7\x87\x1b\x59\xb9\x35\x86\x85\x1e\x86\x9f\x89\xb8\x2d\x38\x5e\x34\xfb\x81\x40\x0b\x41\x51\x25\xfc\xcc\x1d\x24\x44\xb3\x90\xf5\x51\x45\x2d\xc7\x42\x94\xd4\x67\x7f\x2c\x70\xaf\xb9\x91\xd8\x55\x7a\xa4\x95\xd8\xd5\xa2\x0f\xd0\x74\x38\x7f\xe2\xda\x89\x2f\x3c\x2d\x3b\x16\x6a\xf8\x0b\x4a\x92\xe1\x3e\xb8\x85\xc6\x9f\x72\xf7\xac\x9d\xab\x62\xde\xdc\xb9\xa1\x34\x44\xea\x69\x9d\xe6\x65\xb1\xa2\xb7\x2f\x0d\xeb\xc0\xb4\xea\x46\xbb\x0e\x88\x67\x2f\x3c\xd4\xb2\x25\xdc\x00\x85\xc2\xe7\x85\x4c\x30\xad\x41\x1f\xc9\x5c\x1a\x24\xa2\xa8\x8a\x20\xfe\x3a\x72\xc3\xf8\x0b\x50\xed\x89\x3f\x70\xce\x59\x40\x9f\x49\xb4\xd6\xfe\x24\xb7\xa9\x01\xf8\xd2\x16\x21\xfa\x95\x7a\xd7\xe9\x0f\xe2\xdf\x7f\xc2\x4e\x6d\x8b\x21\xda\x56\x67\x2c\xa2\x57\xcf\xd3\xc9\x60\x09\x37\x70\x22\x48\x49\xa3\x66\x60\xd5\xe7\x7b\x0e\x41\xeb\x08\x77\x84\xe1\x34\x92\xeb\x02\xf3\xf8\x58\x65\x8d\x71\x57\x0c\x58\x17\xc6\x60\xd9\x09\x4d\xaa\x6d\x79\xeb\x02\xde\xf6\xc2\x41\x2d\xea\xe8\xc8\x05\xb5\x68\x31\x5c\xba\x0b\xb8\x5b\x14\xdd\x84\x47\x1e\xc2\x9d\xa2\xd1\x3f\x80\x39\x2d\x19\x6f\x48\x11\x4f\xda\xcd\x13\xc7\x3b\xec\xa6\xb3\x98\xcf\xa4\x1b\x2b\x6d\x56\xb8\x41\xa3\xf7\xf4\x93\x75\x9e\xd4\x24\xe2\xa8\x5c\xe4\x60\x3d\x49\xa4\x96\xfe\xe1\x4d\xc9\xa2\xf1\xe1\x1e\x33\x7e\x78\x52\xb2\xf8\x07\x08\x3b\x9f\x9c\x0f\xca\xa4\x79\x0f\xd2\xe3\x60\xb9\x4f\xa8\x2b\x9c\x2b\x7f\x3d\x60\x3f\x41\xa2\x9d\x2e\x07\x56\x2c\xed\xd4\x7c\x3a\xea\x64\xff\x61\x18\x42\x7e\x3b\xb3\x4a\x5a\xb3\xb4\x23\xb2\x4a\x65\x30\xc7\x0e\xef\x59\x7b\xd1\xef\x2f\x32\xfc\x28\xc1\x77\x22\x43\x2d\xfe\x8e\x48\xac\x66\x53\xf3\xbe\x91\x7d\x74\x94\xee\x44\x7a\x62\xc8\x1d\x71\xe3\xc5\x14\x6c\xd8\xc7\x92\x55\x3b\x13\x43\x3a\x0a\x75\x47\x36\x71\x7b\x40\xee\x1b\xbc\xea\x96\x7b\xe4\xb6\xd6\x3c\xee\x1b\x16\x3b\xdc\xe2\xc5\x17\xdc\x25\x38\x52\x67\xca\x0e\x8f\x5a\x3b\x2d\xef\xe9\x53\xe0\x2e\x0b\xa2\x27\x85\x97\x77\x40\x45\x7b\xe1\xef\x84\x8a\x5e\x07\x56\x91\xb4\x76\x6c\x67\x55\x48\xc7\x34\xed\x08\xe4\x72\xda\xed\xbd\xd0\xd1\xda\x1f\x10\xa8\x69\x12\x0a\xb7\xb1\xde\x47\xae\x71\x15\x15\x1e\x7b\xa5\x16\x47\xfb\x7c\x47\x6e\x71\x3b\x1e\xef\x84\x8a\xba\x15\xef\xe9\xeb\xaa\x5b\xed\x0e\x9f\x02\xbb\x19\xef\x50\xb4\x3a\x62\x73\x87\x8f\x81\x9d\x49\x76\x40\xc9\xe1\x7c\xb7\x3b\x33\x0c\x55\xbf\x70\x93\x24\xd3\xf8\x70\x1d\x44\x03\x7c\x59\x8b\xa7\xb9\x71\xe9\x25\xec\xf6\x17\x5b\xce\x6e\x9a\x1a\x04\xc1\xfa\x53\x16\xed\xbd\x71\x40\x6e\x8c\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\x83\x74\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x68\x9e\x51\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\xec\x18\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\x41\x98\x7d\xa2\x96\x9a\xa5\xc8\x24\xa4\xd1\xb9\xb7\x4f\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\xfe\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x44\x6e\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xc1\xe6\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x69\xa5\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xc3\xf7\xca\x63\xe3\xd9\x23\x0c\x70\x6c\x58\x2c\x13\x8d\xa0\x19\x43\x82\xa3\x30\x41\xa2\x9f\x81\xf7\x74\xfa\x1d\x85\xe7\xab\x0e\xec\x03\x75\x9f\x5f\x9e\xfe\xc3\x51\x74\x30\x3c\xc6\x3a\xec\x83\x69\x9f\xad\x73\x3e\x0a\x8d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x6c\xb0\xa2\x30\x95\x41\x9e\xd6\x3a\xd8\xa6\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xc2\xeb\x80\x72\xc8\x99\xc5\x0e\x06\xb7\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\xb4\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x89\xb3\xc3\x65\x8e\x46\x12\x45\x32\x42\x53\x0c\x3a\x0e\x96\x70\x9e\xd3\x2f\xd0\xc1\x48\xb3\xc2\xa4\xcd\xae\x35\x70\xe0\xcc\xae\x86\x25\x47\x87\x88\x35\xd1\x8c\x44\x71\x22\xaf\x83\xa6\x4e\x73\x1b\xb4\x4f\x55\xa2\xe4\xc8\x13\xdc\xec\xda\x99\x4f\x4d\x90\xf6\xe0\x11\x2e\xa0\x7f\x74\xec\xba\x66\x12\x92\x48\xd3\x00\x6e\x94\xd6\xed\x18\xb4\x28\xe8\x86\x73\x40\xbf\x54\x75\xdb\x38\x50\x0b\xcf\x8a\xbe\x03\x91\xd8\xd6\xcb\x1c\xef\x99\x5f\x1c\x2b\x7e\xb0\xa4\xb3\x33\xf1\x1e\x08\xd5\x76\x89\x86\x03\x18\x60\xd8\x75\xf0\x40\xac\x8a\x8d\x57\x07\x6a\xe1\xfd\xbc\xf6\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\x6a\x51\x40\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xb1\x27\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x04\xbc\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\x45\x28\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xb2\x6d\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x0f\xb5\x23\x71\x8c\x99\xe9\xe0\x29\x32\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\x3a\xff\xc1\x01\x53\xa5\x4d\x93\xc7\x09\xc1\x20\xac\x76\xc0\xf4\xd8\xec\x3e\x75\x20\xc1\xb3\xad\x20\xc7\x09\x57\x27\xef\x4a\x68\x6f\xaa\x53\x09\x1f\xb0\x34\x96\xbf\xf9\x27\x1c\x17\x27\x54\xe4\xbe\x20\xa9\x7e\x26\xe4\xe2\x75\xcb\xff\xa7\x90\xd0\x8c\x42\xf5\x63\xeb\xef\x81\xe4\xcd\x61\x1b\xf8\x71\xa1\x74\x80\x30\xd0\x41\x8c\x24\x60\x77\x30\x39\xb3\x33\x2c\x1c\x37\x53\x4a\xe8\x3a\x74\x40\x53\xe3\xa2\x3d\x07\x5c\xdc\x5c\xe5\xe7\x60\x99\x38\x57\xe9\x39\x6e\x76\xa1\x29\x7a\xb2\x0b\x2d\xeb\x83\x51\x1b\xbf\x3c\xbc\xfe\xf8\xe0\x7c\x98\xfc\xc3\xa7\xd2\x43\x1d\x99\x76\xf8\x89\x28\xe6\xb0\x15\xe4\x64\x31\x0e\x95\xc8\x1f\xe7\x8f\x38\x5d\x7b\xf2\x84\x11\xce\x65\x51\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xf2\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\x48\x90\x6c\xeb\xe7\xb9\xf1\xac\xd3\xf9\x7a\x6e\x8c\x7a\x57\x8b\x74\x3b\xb3\xb2\xef\xdc\x38\xfd\xfe\x80\x3e\x37\x3a\x91\x4f\xa8\x3a\x5c\x6e\xe2\x44\xca\x1a\x17\x21\x39\x0b\x73\x61\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\xc3\x21\xc4\xc3\x27\x5c\xbe\x1c\xf8\x7b\x26\xb2\xd1\xa1\x7f\x22\xdd\x71\x58\x67\x79\x56\x7a\xfa\xf8\x19\x25\x86\x75\x4f\x3f\x99\xfd\xb8\x7e\x3e\xe0\xe9\xa5\x13\xf7\x44\x8e\x99\x26\x59\x72\xbe\xd0\x65\x76\x5d\xfd\xcf\xc6\x44\x97\x6a\xa0\x21\xa6\xc3\xf3\x42\xbb\x58\xf7\x33\x75\x09\x62\xec\xb3\x65\x8f\xea\x81\x01\x0c\xae\xf7\x73\x36\x92\xa0\x69\x68\x39\xd5\xfa\x01\x11\x0c\x56\x1e\x9f\x99\x72\x6f\xfa\x87\xe4\x42\xf5\x81\x14\x32\x2e\xd4\x71\xc2\x50\xa6\x02\xe4\xe3\xec\xbc\x13\xeb\xcc\x3e\x19\x55\x6b\xbe\x86\xf2\x21\xac\x49\x3d\xfb\x89\x79\xf1\x07\xa8\xa1\xae\xdd\x76\xc2\x50\xe6\xda\x21\x27\x7c\xb4\x9c\xd4\xf4\x44\xd4\xad\x13\xce\x9f\x54\x56\x98\x3b\x06\x1d\x23\xab\x3f\xc0\xbe\xd1\x09\x7f\xc2\xc8\xe5\xa2\x08\x67\xe2\x10\x41\x9f\x73\xe4\xbc\x6a\xd0\x83\x4b\xa9\x67\xc0\x8e\xcf\x07\xc8\x65\xec\x44\x61\x27\x42\x14\x9c\x94\xfa\x0c\xde\xea\x75\x5e\x9f\x19\x92\x60\x9a\x98\xbb\xd8\x8a\xd9\x33\x72\x73\xfb\x13\x64\x6c\xd4\x91\x7e\x66\xd0\xc2\xa7\x93\x0b\x1b\xd1\x44\x61\x1e\xbd\x30\x30\x5b\x39\x91\xf9\x39\x39\x6f\x22\xfa\x05\x29\xd5\xc5\xa7\x4e\x26\xa6\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\x0f\xe9\xea\x2e\x16\x9b\xd4\xd4\x23\x33\x8d\x8d\x9e\x27\x71\x8b\xb9\x8f\xfa\x92\xf5\x27\x27\x85\x73\x61\x40\x26\x6f\x51\xc1\xae\xce\x56\x0e\xc8\xad\xe7\x80\xfc\x06\x6b\x7e\xf9\x99\xac\xe4\x0d\xc5\x78\x06\x17\x59\x3a\x11\xcf\xe0\xe0\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\x01\x17\xa4\x39\x19\xb4\x6b\x55\xf3\xb9\x43\xe0\x9a\x48\xe6\x39\x36\xfb\xa3\x00\x6f\xb3\x4f\xe3\xb9\x33\xb6\x4c\x24\x65\xea\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x59\xaf\xf3\x20\x8a\x76\x93\x80\x51\xae\xbc\x74\x1e\x14\xfa\x66\x3e\x44\xea\xba\x92\xf7\x99\x69\x69\x3c\xce\x63\xa2\x0a\x8d\x86\x79\xb0\x86\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\xa4\xd8\xb0\x50\x38\xc0\x18\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x93\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xfe\x41\xd7\x7b\x3e\xa1\x40\x1a\xce\x2f\x7d\x22\x5a\xc1\xd9\x04\x4e\x04\x2b\x18\x88\x9d\x27\x92\xb8\x9a\xf7\x4f\xde\xd0\x3c\xa4\x33\x57\x5a\x5d\xa6\xd3\x97\xb0\xdd\x49\xa7\x2f\x6b\xb3\xcf\x8b\xe2\xd9\xec\x45\xb8\xe5\xc3\xf6\xa2\x0e\xe1\xf3\x03\xb2\xcb\x0b\x00\x9f\xe9\xf5\xe5\x89\x83\xd7\x97\x0b\xb0\x9c\xc8\x49\x63\xff\xbe\xf3\xc5\x5f\xb3\x7b\xd3\x23\x47\x8d\x13\xe4\x9e\x50\x6a\x85\x6f\x79\x27\x6c\x73\xce\x74\x7c\xde\xac\x50\xee\x1e\x6e\x14\x5d\x11\x66\x3e\x6f\x64\x1f\x37\x12\x82\xb1\xce\x66\x86\xf3\x66\xce\x2d\x0d\xe1\x4e\xa9\xa2\x31\x22\x89\x8d\x33\xf6\x9f\x37\xa5\x8a\x41\x0c\xb4\x5e\x4e\x7e\x7b\xde\xdc\x00\xc5\x24\xdc\xa4\xd1\x5f\x3c\x18\x84\xba\x60\xa1\x60\xa3\x1e\xa4\xb9\x71\x50\xf7\xf9\xe4\x86\xd0\xb4\x31\xd4\xd8\x83\x78\xa8\xf1\x34\x7e\x78\xa8\x5f\xd2\xa9\x74\xfd\x7e\x24\x6a\xe8\x87\x8d\x8a\xff\xaa\x1f\xa0\xed\x93\xb0\xbc\x18\xcc\x6b\x53\xc1\xc5\x82\x18\x4e\xba\x72\xc1\xe9\xca\xf7\xa5\x0b\xa6\x35\xa7\x20\xb8\x7e\x39\x6e\x37\x49\x9e\xd4\x05\xe9\xa2\x57\x95\xb3\xac\x5c\x50\xa4\x39\x6d\xe8\xc5\xb4\x88\x8e\x18\xbe\x60\x4b\x73\x3a\x88\x6b\x03\x43\x49\x7e\x5d\x28\xba\xb6\x59\x47\x7e\x21\x5e\xf7\x33\xee\x8d\xf9\x58\xfd\x3f\xd6\x42\x5b\xf7\x2a\x14\xdb\xc2\xc1\x57\x41\xc4\x70\xf3\x0b\x3c\x3b\x75\x4b\xbb\x60\x09\x2b\x1e\x54\x01\x76\xfb\xf9\x03\xf0\xb4\x7b\x2c\x39\x2d\xee\xe1\x21\x84\xd0\x17\x28\x89\x36\xfe\x58\xe8\xee\xaa\x05\xa5\x53\x34\x45\x2f\x3c\xed\xce\xe5\x7a\x55\x8e\x48\x87\xfd\x55\x21\x7c\x74\xcc\x5c\xb0\xac\x7d\x38\x01\x6a\x36\xc7\x1b\x5e\x95\x77\xe9\xea\x17\x00\x06\xc2\x0d\x70\x97\x0a\xa6\x5d\x70\xca\x72\x4a\xb7\x0b\x60\xd5\x1a\xd6\xab\xf2\x7e\xa2\x6b\xe1\xd5\xe0\xf4\xad\x4d\x77\xa1\x7a\x9a\xb3\x13\x5e\x70\xda\x72\xea\x93\x8b\x0e\x54\x4e\x74\x73\xd1\x28\xe5\xea\x7a\x17\x54\x5a\x76\x93\xb9\x3a\x76\x69\xf1\xff\x04\x8a\x1e\x54\x67\xda\x3a\x4d\x5b\xcf\x65\xf2\x0f\xc9\xbd\x9a\x17\x16\xd1\xfd\x8c\x62\xd0\xca\x24\x9c\x75\xc1\xc1\xdf\x89\x10\x2e\xe4\x5f\x71\x3a\xcd\x8b\xa5\x33\x6c\xb0\xbb\x06\x0a\xe6\x37\xbf\x90\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc7\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\x28\xc7\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\x2e\x3a\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\xb1\xa8\x4e\xf0\x76\xbd\x38\x6e\x76\xb3\x1b\xbc\xf3\xad\x83\xbd\x00\xe3\xaa\xd5\x4b\x17\x33\x0e\xba\x52\xde\x05\x5c\xf7\x59\x98\x49\x09\xac\x5b\xe3\x85\xec\x29\xce\x28\x78\xad\x0c\x1e\xd1\xa8\x98\x06\xda\x46\xa8\x6b\x71\xe5\x34\x8a\xb4\x94\x09\x5c\x5e\xd0\x71\x39\x27\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x29\x5c\x57\x1a\xb8\x5e\xf0\x56\x1d\x1d\x72\xa1\x78\x99\xdd\x35\xaf\x9d\x4e\xaf\x52\xa3\x5d\xb4\x9c\xb9\xd0\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x6d\xbd\x0b\xa6\xb3\xcf\x3c\xc0\x9d\xde\x7e\x58\x17\xbd\xe7\xed\xe1\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb4\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\xdc\xe5\x5d\xa8\xe9\x62\x62\xe7\xf9\xe9\x93\x86\x53\x41\x9d\xeb\x44\x29\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\x55\xcc\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\xc7\xd3\x5d\xc8\xee\xec\xfc\x3e\x17\x63\x43\x6d\x9c\xbd\x4e\x1e\x6d\x96\xd1\x27\x4e\x0d\x1f\x6d\x48\xf0\xe7\x0c\x0c\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xea\x03\x6d\x19\xaa\x5f\x48\xf8\xe7\xd8\xfc\xeb\xe2\x18\x44\xf3\x95\x71\x0a\x1a\x14\x54\x57\xb6\xbc\x5e\x84\x52\x5e\xdb\x8b\x2e\x43\xcb\x1f\x24\x06\x70\x97\xd4\x78\x7a\x5e\x60\x10\x74\x62\x97\xeb\xe2\x41\xe4\xa3\xe4\x26\x54\x8f\xbf\x1d\x44\x08\x17\xfd\x88\xc3\x9b\x9b\x2a\xdc\x1c\xc4\x9f\xb9\xeb\xa6\x22\x3a\xfc\x05\x17\x4e\x63\x82\x9f\x94\xd3\x4a\x5c\xc0\x5e\xcd\xc9\x9e\x2e\x62\x2f\x1f\x6d\x37\x8c\xa2\x9f\x06\xb8\x6e\xfe\x1f\x23\xf6\xc2\xb3\x0e\xaf\x6b\xf2\x5c\x99\x9f\xda\xb3\x88\x00\x53\x97\xc8\xbc\x1e\x18\x49\x2d\xd2\x51\x38\xc3\x88\xf6\x4a\x28\xa6\xbb\xc8\xf5\xb0\x42\xa6\xc6\xf0\x50\x17\x64\x71\xc6\x62\x69\x3e\x4d\x1f\x38\x4f\x1a\x46\xc1\xeb\xca\xd9\x28\x2f\x98\x48\x1d\x69\x7f\xc1\x0b\xcb\x39\x81\xae\x07\x52\x40\xa2\xeb\xfe\xe5\x22\x86\x7e\x48\x12\xa7\x7e\x40\x6e\x52\xcd\xe2\xfd\xe3\xe9\xba\xf4\x0c\xc8\xb3\xb9\x45\xd8\x07\x34\xc4\x1b\xf6\x51\x27\xb3\xbc\x51\x29\xcd\x2a\xb5\x1b\xbe\xf1\xb6\x37\xdc\x1b\xa5\x8a\xda\xdb\x78\xc6\x98\x00\xa2\x3a\x5d\x66\x6e\xa0\x3a\x4b\xe3\x9b\x99\xad\x75\x0a\xde\x48\x64\x6d\x8f\x80\x7b\xcb\xed\xe9\x1e\x81\xf2\x84\x0a\xef\xc2\x9a\x7b\x9a\x01\xf8\x47\x39\x1f\xc9\x5d\xf2\xd0\xd2\x9c\x41\x6b\x68\xff\xeb\x1b\x5a\x43\x7b\xa0\xdc\xc8\xd1\xb2\x55\xff\x8f\x83\x5c\x22\xe7\x2e\x38\xe4\x3c\x05\x85\x87\x9a\xdb\x07\x48\xd4\xb1\x7a\x97\x13\x89\x35\xdc\x3e\x46\x28\x79\x73\x17\x32\xb2\x07\x44\xb5\x95\x66\x88\x49\xaf\x8d\xa8\x6e\xa0\xc0\x6a\x1b\xf5\x9d\x3a\x49\x4f\x32\x61\x9f\x04\xf3\xfd\xc2\xbe\x69\x0c\x76\x57\xac\xb2\x4e\xd9\x3b\x55\x92\x66\x93\x4a\xc6\xd3\x98\x2a\x69\x14\x09\x50\x39\x7e\x60\xe1\x0d\xeb\xaa\x7d\x16\xef\xc6\x43\x56\xdb\xf5\x66\x1a\x6c\x47\x2e\xdd\x8d\x99\x6e\xd4\x05\xa2\x46\xed\x84\x7b\x23\x6a\xb4\x7d\xfe\xa7\x44\xf3\x0b\x2c\x79\x6b\x5b\xd7\x9d\xd6\x54\x33\x2b\xac\xa5\xbe\xbd\xdd\x8c\x0b\xb5\xba\xed\xee\xc4\x27\xea\x03\x05\xd2\x8c\xa0\x6e\x6a\x1c\x8b\x9f\x79\xe2\xe9\x60\xbf\x81\x2c\x87\x91\xc0\x0d\x6b\xaa\xc3\x26\xee\x91\x34\x69\xb5\xe1\x8d\x1f\xae\xbb\x79\x23\x52\xd4\x77\x90\x7b\xf0\x52\x22\xc5\xe9\x3d\xc8\x4f\x1a\xd5\xe0\x5a\xf8\x7f\x18\x82\x3c\x6a\xf8\x43\x39\x36\xe5\x0e\x3a\x4d\xe8\x0e\x7a\xa3\x00\x88\xab\xc3\xde\x41\xdb\xba\x74\x01\x77\x50\xfb\xaf\xbb\xff\x8d\xfa\xb4\xce\x3f\x7b\x23\xab\x9e\x9d\x60\xef\xf9\x9e\xf3\x8e\x5a\xbe\xa1\x21\xb4\x13\xe3\x0d\xdc\xb7\xfa\xef\xf7\x97\xc3\xe7\x06\x06\xb4\x3a\xee\x9e\x39\xeb\xfe\x01\x93\xec\x67\xd6\x06\xf1\x8e\x59\x39\xc7\xa2\x1f\x56\x4b\x23\xdf\x7b\x71\x7f\xb8\x01\x9a\x1e\xa4\xf1\xbb\x01\xd8\x5c\xde\xf6\x46\xee\x10\xd7\x71\xba\x17\x29\xd0\x84\x30\xa9\xb4\xbd\x42\xee\x1d\x45\xea\xcc\x49\x28\xf4\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4b\x65\xcf\x96\x1b\x88\xb0\xda\x49\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\x02\xda\xfe\x0a\x77\x42\x42\x8b\x85\x03\xf5\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x03\x85\x5f\x2c\xcb\x0f\x8a\x89\xe5\x1f\x4e\xae\xab\x5b\xa4\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x98\x4c\xd7\xad\xbd\xa1\x7f\xb3\x81\xec\x46\x0a\x68\xbb\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x6e\xec\x36\xd4\xdf\xc8\x9b\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\x87\x59\x9c\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x99\xfc\xdc\xd4\xef\x0b\x45\xb1\x4c\xf4\x85\x7a\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\x70\x2b\x37\x3c\xba\x1f\xd4\xa6\xf9\xf9\xff\x97\x1b\xec\xd6\x7b\x3f\xd8\x34\xa6\x88\x09\x9a\x5d\x03\xee\x7e\x92\x02\x91\x04\x87\xae\xe6\x6c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x37\xb1\xcf\x8f\xd9\x8f\xaa\x9e\x0b\x4a\xbe\xfd\xf4\x4c\xb8\xa3\x31\x3c\x88\x4e\x2c\x9f\x0f\x72\xad\xa7\x7e\xc0\x25\xbb\xfb\x03\x5e\x38\xc3\x3f\x50\xe1\x11\xfe\x22\x17\xd7\x44\x3d\xb8\x97\xeb\x0b\x58\x3a\x87\x8b\xb1\x3f\x1b\x94\xde\xda\x67\x0f\xbc\xca\xbd\x29\x1e\xd4\xff\xb0\x0b\xe2\xb3\x41\x03\xa2\x89\x7c\x18\x5e\x68\x4d\xfd\xc3\x8c\x1c\xbe\x69\x3d\x5b\x72\xa8\xc6\xb9\xd1\x6d\xc3\x7d\xbc\x28\xa8\x56\xad\xc5\x03\xd4\xd3\x85\xcb\x9e\x17\xf4\xc4\x14\xb6\x7d\x58\x8c\xcc\x35\x73\x1f\xa0\x9c\x65\xff\xe6\xa7\xa4\xcc\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xdc\x74\x0e\x87\x7a\x98\x9b\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x26\x79\xd9\xf5\xf6\xa9\x98\xca\xe5\x67\xf2\xa8\x16\x87\xf6\x5a\x67\xb4\x7c\x58\x8e\xd6\x75\xc2\x9f\xc4\x42\x12\x83\xcf\x8b\x85\x8a\x33\x4d\x3d\x35\xa7\xee\x4f\x17\xa1\x27\xf5\x61\x3a\xea\x1e\x20\xa1\x0f\x4b\x56\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x2b\x3a\x3f\xb4\xac\x3a\x22\xf1\x61\x31\x33\x6d\x9a\x87\x7e\xdd\xae\x86\xfb\xb0\x98\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x61\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\xf0\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xa6\x90\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x1b\xec\x61\xbc\x50\xa9\xdb\x0d\xf6\x09\x58\xd6\x05\xd5\x1f\x84\x10\x76\x1d\x46\x0f\x5c\xc7\x3f\x5b\x20\x76\x3c\x6b\x62\x91\xee\xcd\xe6\xdd\x87\x01\x80\x4e\x24\xfa\x44\xe2\x43\x51\xf8\x22\xa5\x6e\xc7\xdc\x07\xb6\xd5\xcf\x06\x00\x72\xb2\x65\xf4\x99\xb9\xf8\x22\x19\xf9\xe0\x9c\xa8\xe4\x99\x98\x24\xef\x31\xa4\x27\x5e\xdf\x1e\x78\x07\xf5\x07\xd4\xf8\x4a\x69\xf7\x4c\xba\x7b\x36\x77\x91\xa3\x30\x11\xe0\x79\x81\xfd\x67\xe5\xda\xea\x0b\x84\x1d\x5a\xef\xf7\x2c\x2e\xad\xc5\xcf\xca\x61\x88\x8a\x45\xc5\x8f\x2e\x9a\xcf\xca\x7d\xeb\x37\xe8\x2f\xe0\x17\x26\x0a\x4f\x7a\x5f\x2c\x32\xb1\xb7\x16\x4a\x7f\xac\xcf\xf2\xb2\x40\x9b\x0b\xab\x3e\x7b\x8a\x6e\x75\x82\x9c\x6f\xbe\xa0\x3f\x3b\x44\xb7\x90\xc0\x03\xe7\x34\xab\x08\x9e\x9d\xe2\xc6\xb2\x9b\xb5\x3f\xd6\xe6\x2f\xc0\x22\x16\x71\x50\xdc\xad\xcf\xd6\xda\x93\x28\xcd\x0d\x8d\xa8\x76\xc6\x78\x0e\xdc\x60\x3d\x79\xf0\x3d\xb3\x2e\xf0\x39\xfa\xbb\xa2\x66\xb2\xcc\x83\x21\xed\xd0\x73\x90\x07\x4c\x14\x32\x63\x58\x8f\xf0\x1c\x5c\xf2\xee\x17\x78\xcb\x16\xb2\x7b\x10\x4d\x68\xb3\xeb\x83\x34\x6f\x1f\x19\x74\x92\x4f\xc5\x65\x27\x82\x71\xbd\x13\x18\x5c\x68\xe7\x8d\x07\x8a\x3c\x5f\x41\x9f\x93\xfe\x5c\xd2\xdf\x3c\x27\x75\xa2\xba\x17\x3f\x17\xe7\x5e\x24\x40\xad\xe6\x3b\xe9\x83\xb4\x13\x9f\x69\xb8\x92\x1f\xfc\x01\x84\x9a\xe7\xf1\xa2\xcc\xf2\x51\x00\x8f\x30\xdf\xe4\x1f\xe8\xc8\xec\xb8\xff\xc0\x00\xe9\x98\xa0\x87\x4a\x2f\xf7\x08\x7b\xe2\x66\x77\x8f\x27\x0d\x8a\xc6\x27\x37\x94\x8f\x66\x62\x60\x32\xe3\xe1\x07\x4a\xac\xfe\x37\xeb\xd0\x03\x0d\xd7\xe7\xcc\x7f\xc8\xcd\xba\x09\x3e\x30\x36\xda\x7b\xf8\x79\xc8\x38\xa2\xf7\x21\xe3\xf8\xff\xf1\xef\x3f\xe1\xfc\x55\x0f\x10\x5d\xb7\xde\xf1\x81\x7e\xca\xb9\x16\x1e\x96\xd8\x70\xc4\xe7\xc3\xfc\x13\x76\xf5\x78\x80\xf0\x64\xa4\x88\x1f\x8c\x95\x53\x4e\x38\xf1\xfb\x91\xc6\xa9\x67\xd2\x54\xf4\x3c\x10\xbd\xee\xf7\xa1\x6d\xf9\x6f\x11\xe3\xf7\x03\x2b\xff\x37\xa3\xf1\x03\xa0\x9b\xb2\xd1\xc5\xef\xc7\x55\xef\x7a\xa6\x54\xd8\xfc\x02\x56\xfd\x3f\x36\x89\xdf\x46\x8a\x42\xcf\x1d\x61\x86\x7e\x0e\x8e\x51\x2d\xa2\x5a\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xdb\x8d\x21\xfa\x7f\x10\xf4\xdf\xc1\x18\x3f\xd6\x96\xd5\x21\x10\x3f\x04\x00\x4c\x99\x8a\xe2\x57\x30\x49\xee\x01\xe9\xd4\x74\x1f\x89\x5f\x81\xcc\xf7\x24\x41\x05\x35\x3c\x89\x4c\x85\xb6\x36\x75\x89\x7c\x10\xbd\x69\xcc\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xca\x6a\xe1\x59\xa8\xb9\x30\x22\x82\xc9\xd0\x94\x43\x2b\x7e\x84\x52\x4d\x4d\xb4\x1c\xa6\x26\xb6\x65\xaf\x22\x03\xb9\x7b\xa7\x0c\x2d\xf1\x6b\xdc\x81\x45\xec\xc2\xe2\x69\x3a\x92\xe3\xd7\xd2\xfd\xce\x9f\x1c\x6c\x43\x43\x69\xbc\x27\xb9\x09\x9e\xd9\x5d\x84\x77\x30\x48\xd7\x0b\x2c\x26\x1b\x66\x80\x4e\x61\x57\xb4\x1e\x2f\x00\x73\xae\xdd\xf8\xc1\x78\xd8\xbb\xfe\x1f\xd9\x82\x86\x0e\xeb\xe1\x54\x85\xe2\xf8\x21\xc1\xc2\x54\x61\xde\xf8\x21\x81\x58\xf5\xbe\x18\x39\x9b\xfe\xe2\xe6\x17\xee\x84\x7a\x21\x2d\x08\xec\x83\xcd\xff\x33\xdb\xad\xb4\x86\xaf\x20\x60\x0b\xfe\x62\x32\xb3\x95\x3a\x7d\xf1\x8e\x2b\x18\xc7\x8f\x45\xca\x36\xcd\x54\x50\xc2\x7a\xaa\x58\xb4\x2c\x3c\xf2\xc9\xed\xae\x3e\x67\xf6\xa9\xf5\x42\x11\xfb\x9f\xe7\x16\x0e\xeb\xc3\x5c\xc4\x8c\x07\x4b\x34\xc2\x77\x4b\xf5\x4f\xe3\xb7\xc8\x33\xc5\x2f\xd0\x30\xdb\xfd\x03\x8f\xec\xe2\x4f\xc8\x55\x1e\x06\xa0\xc6\xea\x9f\x1f\x20\x74\x3e\x4d\xf0\x0e\x51\xfc\xc2\xc3\x26\x34\x33\x3b\xf5\x9f\xdd\x3f\x20\x8c\xb1\xfa\x19\x27\xc1\xe7\x7f\x94\x00\xfb\xfc\x8f\xcd\xd1\xb5\xbc\x50\xff\x74\x33\xe5\x91\x42\x42\x13\x05\x7d\xd0\xfc\x79\x8b\x12\x36\x74\xf1\xd8\x91\x33\xe3\x2f\xa8\x29\xf1\xdc\xc1\x02\xd8\xfb\x5f\x0a\x81\xc7\x0f\x8e\x59\xca\xd3\x1f\x3f\x64\x34\x90\xcd\x33\x7e\x07\x73\xda\xab\xb7\x73\x22\x7e\x42\x03\x3a\x29\x1f\xbc\x75\xe1\x90\xde\x2d\x16\xe1\x5f\x2e\xa3\x69\xfc\x2e\x0e\xd0\xbb\xec\x9a\xa4\xdf\x6f\x60\x99\x86\xc6\xc3\x38\x3a\xdd\x50\xe3\x07\x97\x23\x59\x80\xe2\x47\x00\xe0\x4d\x75\xe7\xaa\xe9\x03\x84\xbd\xcd\x9f\x25\x10\x8f\x58\xef\x99\x87\x35\xd1\xfc\xbc\x73\x92\x45\xd3\xc3\x2e\xff\x7b\x61\xfb\x51\xc8\x89\x3f\x37\x3a\xeb\xe8\x40\xdc\x7e\x29\x4c\x42\x3f\x70\x8b\x88\x5f\xb7\xb4\xe9\x74\x7f\x32\xf9\x46\xd3\x0f\x9c\x08\x3f\x27\xbf\xfa\x0b\x8e\xab\x98\x2c\x28\xea\x74\x08\x6e\xa9\xb3\x50\x9f\x1b\x5b\xf4\xff\xfb\xbf\xff\x54\xd5\xa1\x8e\x0d\xa5\xa3\xfa\xf0\x73\x0a\xd1\xff\x26\x6e\x2b\xf4\xee\xfa\xfc\x40\xff\x70\xb5\x88\xba\x4e\xd2\x6f\xc6\xc6\xa2\x4c\xcb\xa3\x4c\x75\x42\xf1\x1b\xec\x43\xcb\xb7\x15\xee\x42\x4f\xdd\x7b\xac\x85\x42\x18\x62\xab\x14\x47\xfe\x02\x71\x6a\x3e\x48\xb7\xca\xf3\xa4\xfa\x05\xba\x13\x8a\x08\xf8\x5e\x6f\x72\xf0\x89\x8d\x76\x0d\xdd\x52\x63\x7b\x4f\xa0\x98\x12\xdc\x5b\x23\x2c\x1d\xfe\x22\xcb\x9f\x88\x03\x70\x00\xc9\xac\x18\x5b\x03\x3e\x70\x8b\x9d\x18\xca\xab\xc7\x7a\x9e\xcb\x4d\xd2\xf2\x21\x0f\x98\xd8\x7a\x72\x99\xe6\x0a\xde\xd8\x7d\xf8\x19\x70\x3c\x34\x33\x9d\xe7\x79\xf5\x0f\x70\x85\x5a\x7e\x26\x63\x4b\x72\x6f\xb4\x8d\x54\xb7\xc8\xf3\xc7\x53\xc7\x40\x32\xe5\x8f\x8c\x0d\xfe\xd6\x3d\x34\xee\xf7\x14\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xfb\x7f\xf8\x7f\x94\x5f\x9b\xee\x80\x8e\x42\xc3\x0d\x22\x1b\x83\x07\x3d\x38\xb1\x22\x19\x51\x61\x0a\x6f\x8f\x2d\x88\x59\xbc\x4f\xde\xf3\xcc\xba\xe6\xd8\x26\x67\xde\xf3\x8a\xf8\xab\x6e\x76\x98\x3c\x43\x3d\xc6\xc9\x6b\x8d\x9b\x44\x79\xa0\xae\x23\x74\x9b\x19\x14\xa6\x67\xea\x30\x24\xf8\x37\x18\x37\xe4\x00\x1b\x5b\xde\xa5\x2d\x41\xde\x13\xae\x4a\xc5\x19\x1b\xdc\x57\xba\x37\xce\xa2\xbc\x30\x7f\xa1\xfc\x8f\x52\x4c\xc4\xb6\x72\x29\xb5\x4d\x16\x21\x91\x17\x1f\xbe\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\x7b\xe1\x0f\xa2\x72\xc7\x30\xbd\x36\x3c\xde\x74\x1a\x6c\x79\xc9\xb5\x98\xc3\x25\x57\x99\x02\x62\x83\xff\xca\xd2\x2d\x37\xb6\x83\xa1\x90\xeb\x4f\xa7\xd1\xc6\x1b\xee\x14\xc5\x07\x6f\x93\x9e\x35\xf8\xfd\xf6\xa9\x21\xbe\x17\xda\x29\x55\x4f\x6c\xbc\xc0\x0a\x7b\x6e\x2c\x42\xbe\x2c\xd1\x4e\x38\x6d\xb8\x87\x93\x3d\xfa\x7f\xea\x55\x2c\x22\x19\x38\xbe\x2c\x5c\x4e\x92\xa0\x29\x40\x16\x72\x5d\x16\x63\x83\x1f\x49\xf7\x3a\x5d\x54\x76\x7a\x43\xf0\x46\x3c\xfd\x41\xc7\x1e\xf5\x07\x54\x04\x78\x97\xc3\x67\xb7\x0b\x02\x6e\x17\x51\xa5\xae\x67\xdb\x45\x56\x68\x7e\x83\x07\x83\x89\x7e\x8f\xc8\xd6\xbc\xab\x91\xab\xb1\x9b\x7f\x6f\x2a\xb3\x35\x2d\xcc\x1b\xee\x2e\x91\x2f\x47\x95\x28\x63\xe3\x0d\x78\xb9\x3d\xa6\xf3\xd3\x18\xdf\x1b\x71\xab\x66\x45\x96\xde\x91\x4a\x26\x36\xd4\xde\x51\xd1\x95\xd8\x1e\x8a\x6c\xaf\x24\x9c\x2c\xba\x25\x17\xe2\xce\xbb\x0f\x9a\x87\x14\xf8\x7d\xa4\x7f\xf0\x21\x01\xa3\x84\x72\x5c\x44\xf9\x51\x8e\x69\x0b\x97\xf7\x40\xae\x0a\xa7\x8a\xf2\x23\x7e\xd4\x24\x96\x1f\xce\x7c\xc1\xe4\xb2\x61\xce\xb4\xd0\x85\xae\xb0\x52\x85\x46\xd9\x52\x8c\xf8\x0d\x6a\x70\x84\x75\xca\x96\x0b\xe5\x37\x30\x2a\x49\x81\xb2\x51\x69\x17\xfe\xe2\x61\x13\xa2\x8a\x89\x60\xa4\xe7\x8b\x82\x24\x81\x8a\xfb\x88\x82\xda\x33\x4a\x55\x1e\x85\x79\x5f\x94\x45\x33\x0a\x0a\x78\x2b\x73\x7f\x14\x78\x32\xa8\x5a\x6b\x94\xbc\x56\xea\x4e\x52\x70\xad\x54\x4d\xcf\x28\xb8\x56\x2a\xba\x2a\x0a\x3c\x19\xa6\x34\x2e\x51\x90\x29\x46\xd9\x18\xa2\x54\x84\x0a\x8b\x1b\x0b\x33\x70\x2b\xaa\x2c\x4a\x4d\x8e\xf6\x17\xb8\xef\xf9\xe0\x2a\xc8\xb9\x1d\x5e\x2d\xd4\x9f\x51\x8e\xa9\x28\x8d\x98\x40\x47\x61\x61\x4a\xed\x9f\x57\x87\x65\x0f\xa5\x3e\x8b\xc2\xbc\x83\x52\x9f\x45\x41\x12\x6d\x95\xce\x8b\xf2\xde\x53\xab\xea\x86\x44\x69\x88\x55\x94\x6c\x2b\x2f\x04\xe8\xe3\xe7\x67\x24\xce\xf2\xda\x31\x2b\xa1\x94\x63\x51\x3a\x0b\xb0\x69\xf5\x3b\x45\x83\x8e\xb6\xd2\x93\x07\xfd\xc6\xbb\xb8\x2a\xc2\x16\xe5\x3d\xcf\xc3\xf2\xb0\xc0\x04\xb0\xa4\xfc\x8a\x02\x2f\xda\x61\x1a\x3a\xc1\xb3\xce\xba\xc2\x14\xd8\x9e\xd8\x9e\x44\x6a\x75\xfb\x03\x44\xa7\x0f\x58\xc3\x5b\x1a\xbb\x28\x30\x01\x54\x1d\x4c\xe5\x05\x04\xed\xd7\xfd\x01\x51\x8b\x39\x14\xbe\x11\xf2\x27\x8c\x32\x78\x31\x2b\x7e\x61\xc1\x23\xcb\xcf\xc4\x56\xba\xd2\x94\x20\x5e\xd3\xbd\xa9\x04\xd2\xb6\x7a\x66\xa1\xf2\x57\x51\xb5\x28\x91\x3b\x4f\x6b\x13\x04\xd7\xfd\x2f\x3a\xba\x28\x2f\xa4\xa8\xc5\x43\x86\x45\x40\x8e\x35\x51\x10\x5b\x35\x3c\xa2\x20\x64\x35\xc1\x48\x36\xa3\x72\x83\x51\x60\x20\x50\x15\xac\x28\x30\x10\xa8\x50\x57\x94\x49\xf9\x28\x01\x5d\x5e\x04\xd2\x87\xb7\x10\x22\xc0\x37\xdf\x69\x4a\xaa\xf7\x4d\xd3\x24\x72\xf3\x1c\x2d\xf6\x21\x1a\x52\x7b\xef\x85\x5a\xe0\x77\xb3\x23\x6b\xaf\xc8\xe1\x22\x0a\x15\xed\xba\x90\x94\x9d\x2d\xaa\x81\x9d\x44\xfa\x7d\x0a\xf1\xee\x1f\x70\x0e\x09\x4f\x14\x26\xf1\x8b\xcf\x0f\x49\xb4\x88\x44\xfe\x69\xc5\x1b\x44\x39\x88\x59\x3c\xee\x83\x27\xbe\x26\x06\xfe\x12\xc3\x22\xf6\xa0\x52\x66\xfa\x07\xc4\xba\x17\x7f\xb0\xf0\x81\x7b\xe0\xc1\x21\x0a\xa0\x33\xaf\x8a\x7d\x8f\x72\xf2\xc6\xea\x79\xa3\xff\xab\x57\x1f\xc9\x67\x86\x45\x34\x7c\x1b\x3e\xd3\x06\xa5\xf9\xb0\xe0\x49\xdf\x86\xe9\x0f\xa8\xee\xd2\x75\xa4\x9c\x3c\xbf\x75\xc3\x29\x00\x1d\xc3\x83\x60\xb9\xea\xcf\x33\x67\x41\x83\x40\x9c\xb5\x6f\x2b\x85\xb5\xa8\x0d\xb2\x0b\x2a\x02\x86\x99\xe5\x42\x89\x0c\x21\xe0\xc2\x02\x7f\x86\xc4\x05\x88\x61\x78\xcf\xc2\xb7\xf4\x57\xbc\x69\x6f\x92\xa0\x85\x62\xce\x3d\xeb\x84\x0b\x8a\x4d\x57\x6f\xc9\x1b\xee\xd4\x9f\xff\xe1\x24\xee\x3d\xf1\x50\x8e\x98\x84\x04\x11\xd5\x3f\x80\xff\x3c\x6d\x00\x11\x56\x1a\x15\x60\x88\xe1\x4d\xf5\x50\x59\x21\x58\x5f\x9e\x8c\x9b\x70\x8b\xcc\x05\x2a\x1a\x1f\xd4\x3d\xb4\x70\x7c\x28\x2d\xd5\x42\x65\x35\x6a\x2b\x69\x6b\xc2\x08\x89\xe8\x0a\x5f\xcc\xf1\x79\xe1\xe0\x17\x7e\x81\x37\x62\x7f\xb1\xf1\xe8\xd2\x11\x5e\x13\x69\x7c\x7e\x00\x47\x55\x3f\x73\x22\xaa\x9e\x19\x34\x3f\xf5\x8c\x23\xdf\x5d\x42\x97\x2d\xaf\xdc\xa8\x1b\xcd\x5b\x9f\x06\xdf\x6d\x28\xbf\x82\xa8\x25\x87\xa9\x2f\x50\xdf\xd9\xaa\xe6\x8a\x54\xc6\x2a\xba\x15\xb5\xf0\x06\x15\xfe\x81\x67\xbe\x90\x76\x45\x69\x90\xd1\xdc\x05\xd2\x8b\x2f\xff\x7f\xc0\x6c\xb3\xf4\xcc\x3d\xf1\x69\x11\xb2\x63\xfa\xf9\xc1\xa0\xf4\x41\xaa\x09\x04\xb4\x6b\xe5\xfd\x7a\xf8\x07\x72\x98\xa0\x51\x45\xf9\x66\x65\x52\x8b\x5a\x09\x11\x86\x7f\x80\xaf\xd5\xa7\x05\x6c\x65\x25\x35\x89\x9a\x48\x46\x30\xb3\x22\xc3\xcd\xfc\x09\xeb\x54\xe8\xcb\x47\xfb\xd3\x41\x54\x2b\xe3\x1a\x35\x29\x8d\x88\x41\xb7\x8f\x0a\xe5\xba\xe5\x67\x05\xa8\x51\x56\xf7\xa8\x8d\x76\x13\x4f\x73\xa7\xb9\xc9\x63\xee\xe4\x36\x0f\xa1\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x33\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x85\x19\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x21\xd5\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\xe1\xd7\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\xcc\x30\xac\x9c\x82\x51\x91\x51\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x7e\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\xfa\x5d\xd5\x50\xa2\x1e\x94\x00\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\x24\x9a\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\xf8\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xdc\x03\x60\x4f\x9b\xb2\x7d\x56\x3a\x00\x78\x66\x9f\xdc\x6d\x62\x07\xf8\x78\x0e\xc3\x85\x87\x2c\x29\x65\x49\x4d\x20\x24\xed\x48\x7d\x78\xe3\x9a\x7f\xc9\x83\x1a\x95\x1e\xa1\x4a\xca\x13\x15\x79\x85\x97\x87\xfc\x10\x3d\x8a\x5b\x1a\x43\x5e\xe4\xc3\x13\xed\x97\x2b\x31\xf4\x03\xc3\xc0\xab\x9e\x73\xd4\x53\x3f\x60\x25\x3e\x2f\x0c\xd4\xba\xf1\x33\xc4\xb7\x76\x6a\x43\x69\x63\x9b\x15\x1a\xa3\xa5\xe5\x3c\x19\x6d\xe3\xa5\x52\x2b\xd7\x18\x15\xf3\x93\x58\x6b\x25\x43\xb2\x45\x43\x61\x32\x06\x7d\xc1\x1c\x7e\x5e\xdb\x46\x18\x24\x09\xd4\x0a\x59\x38\xf4\x3c\xf9\x81\xa8\x2e\xdc\x77\x22\xaa\x20\xfe\xbe\xbb\x47\xde\xc9\xc2\x2d\x52\x58\x6c\x26\x92\x9b\x60\xb9\x49\x5c\x68\x3c\x70\xaa\x6b\x84\x59\x5a\x45\xa2\x0f\x89\xd1\xc6\x70\x64\x4f\xe4\x0b\x7a\xaa\xdc\xfe\xa3\x01\xf3\x28\xd9\x58\x34\xfa\x08\x4c\xcf\x0a\xe2\x50\x94\x37\x35\x1a\x9c\x29\x95\xd4\x34\x5a\xe3\x1d\xce\x3d\xc2\xbb\x72\x08\x1e\xb4\x74\x19\x90\x58\x6e\x2d\xe7\xd5\x3f\x24\xa2\x10\xbb\x34\x8a\xdd\xe2\x4e\x58\x9b\x43\xdb\xaa\x35\x32\xa9\x6e\x03\x8d\x91\x26\xca\x37\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x6f\x91\x8a\xaf\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x41\xcd\xc3\x73\x95\xfa\x18\xb7\x78\x20\x14\xdd\x5d\x02\x88\x87\xbf\xbf\x48\x82\xa8\x86\x3a\xc6\x8a\x82\xd6\x39\x97\xfa\x7f\xa0\x32\x8c\x44\x60\x1b\x79\x6c\x8a\x64\x38\x29\x8c\xcf\x73\x43\x3a\x78\x3f\x0f\x0e\x41\x0c\x35\x38\x04\x3f\x63\x35\x05\x07\xda\xc8\x89\xd5\xd4\x0f\x46\x2d\x7e\xde\x20\xa4\xf0\x5e\x86\x83\xa6\x52\x3e\x44\x23\x34\xf3\xe2\x45\xae\x84\x88\x0a\x5e\x2f\xcc\x83\x48\xdb\x67\xa1\xda\x10\xec\xa2\xcc\x94\xd1\xa8\x80\x11\xbe\x68\x30\xf1\xb4\x69\x26\x25\xb2\xda\xbc\x55\x99\xde\x46\x3a\xca\x36\x27\x5f\x50\x97\x13\x3b\x71\xf8\x03\x9c\xd2\xc2\x0e\x6d\xa6\x4c\x13\xd1\x8b\x7d\x0a\x7b\xb5\x95\x02\x45\x44\xac\x64\x30\xcd\x2d\x7d\x14\x36\x89\xf2\xb6\x28\x0f\x74\x73\x6b\x6b\xf1\x0d\xf7\x42\x0c\xe3\xbd\xc1\x14\x32\xaa\x6e\x19\x6d\x71\x2e\x4c\x06\x8c\xc0\xe6\xb9\x3d\xe9\x14\x15\x7b\xce\x8d\xe8\xa4\x5e\xc7\x43\x47\x21\xb2\xa6\xca\x09\xd1\x88\xc5\x36\xcb\xce\x3d\xf7\xa3\x7f\xc0\x1d\x61\xba\xd3\x1c\x98\xc6\x91\xf9\xff\xbc\x64\x3b\x8f\xc5\xcd\x3f\x90\xd1\xaa\xc9\x82\x8e\xf7\xf7\xa7\x78\xa3\x68\xcc\x42\x6c\x0b\x40\x83\xea\xc8\x77\xda\x96\xd0\x4d\x17\xc4\x46\xa4\xa6\x42\x8e\xd1\x8e\x24\x49\xa3\x40\x7e\xbf\xb9\x59\xbe\x23\x58\xba\x58\x9e\x33\x56\x5a\xd9\xce\xa2\x9d\x1c\xb7\xee\x46\xed\xcc\x71\xfb\x07\xec\x2f\xe1\xa6\x06\x20\xe5\x48\xc1\x68\x27\x76\x8f\x60\x50\xbb\x7e\x7c\x41\x5f\x00\x28\x15\x7b\x58\x35\x58\x94\x94\x9f\x2e\x1a\x2c\x48\xd3\x1e\x3d\xed\x22\xb3\x6f\xfe\x82\x87\xa1\x2e\x64\x0d\xfa\x9f\x62\x7f\xaa\x06\x13\x92\xea\xb0\x44\xa3\xdb\xe5\xf4\x16\xbd\x72\xbe\xf5\x06\x35\x44\x42\x21\xed\x66\xd8\x87\x06\x8e\xfa\x5f\xca\xc1\x16\xed\xa6\x3a\x47\xf7\xca\xc6\x60\x18\x8f\x13\x46\xa7\x61\x10\x01\x47\xcd\xf2\x33\xdf\xa2\x78\xed\x30\xa8\x40\xc1\xb0\x62\xff\xab\x76\xe7\xfa\xb9\x0b\xec\x15\xcb\x95\x1b\xeb\xb7\xf9\xb0\x44\x38\xcd\xf0\x61\x9a\x3a\x27\x5d\x44\xdb\x03\x5b\x86\xc5\x27\x75\x50\x96\x0a\xc4\x5e\x96\x85\x4f\xf2\x94\x88\x7e\xa8\xff\x69\xfe\x81\x0c\x60\x36\xcc\x64\x81\xda\xd1\xfd\x07\x9d\xa7\xe4\x69\xff\x61\x26\x25\x12\x3a\xaa\x7f\x29\x0b\x50\x74\x40\x25\xa5\xe0\x89\xce\xf8\x1a\xbb\x84\x75\x24\x86\x09\x2d\x4d\x87\xa9\x4b\xf9\x70\xa2\xff\x6e\x3c\xeb\xfd\x8d\xca\x3e\x31\x6d\x47\x1a\xc0\x62\x87\xaf\x8e\x68\x19\x65\x96\x89\x8e\xe8\x98\x9f\xca\xbf\x44\xdf\x18\x99\xa2\xeb\x75\xdf\xa8\x21\x9a\x6e\x02\xd7\xb9\xea\x2f\xde\xd5\xb4\x21\xb5\x6f\xa8\xf3\xa7\x73\xa8\x6f\x24\xd2\xcf\x0f\x6c\x02\x22\x9a\x09\x99\x37\x41\x84\xce\x72\xb6\xbe\x57\xf5\xc2\x6c\xb1\xcb\x3f\x30\xd8\x4e\xc3\x04\xbe\x9b\x9b\x40\x45\x47\xc0\x8d\x12\xbc\x47\x2f\x59\xc0\x5f\x83\x80\x0f\x67\xb1\x17\x5a\x2f\xac\x6d\xa2\x61\xbf\x80\xef\x7d\x41\xc3\x2a\x79\x3d\x30\xdd\x07\xf2\xe6\xfa\x05\x2e\x96\x56\xb7\xa0\x78\xa0\xe4\x7f\xaf\x3f\xb8\x70\xf9\x19\xa5\x25\x04\x5a\x3a\xd4\x5e\x96\x16\xfd\xc5\x7f\xc5\xe7\x43\xaf\xc9\x1d\x9a\x48\x78\x85\xda\xfa\xd2\xeb\xfc\xf7\x9f\xa6\x42\x0f\xd1\x6b\x0e\xc1\x3f\xc0\xe4\x28\x16\xef\x48\x47\x53\x3d\x8d\x95\x23\x30\x45\x14\x1d\xba\x6d\xf6\x96\x4b\xa5\x16\x1b\x45\x9c\x9b\x44\x61\x07\xe5\x65\x89\x0e\x5b\x5d\x78\x16\x5b\xce\xbb\xfa\x68\x14\x79\xc5\x2d\x2c\x7c\xa1\x51\xb5\x1d\xcf\x9a\x76\x58\xf3\xac\x6d\xee\x8d\x99\x54\xfd\x3f\xf6\xc8\xf6\x97\xbc\xa8\xd1\x5b\x4a\x4b\x4d\x01\xe2\x9e\x6d\x50\xef\x3d\x47\x2c\x7a\x3b\x3c\x29\xcc\x8a\x09\x4e\xab\x7f\x40\x6a\x55\xb3\x49\xe7\x88\xcd\xde\x9d\x17\x1e\x4d\x6a\xe7\x00\xb5\xac\x88\x0e\x0a\x73\x26\xa2\x83\x14\xbb\x1a\x1d\xd1\x41\x56\x54\xf7\x4e\xa5\xb0\x37\x14\xf2\xed\x14\xbb\xee\x75\xd4\x30\x53\x8a\xc1\xe8\x63\xe3\x0b\xfa\xe2\x45\xa7\x55\x01\xb6\xd1\x07\x57\x51\x6b\x32\x3a\xb4\x59\x22\x11\xe0\xd4\xb8\xb0\x8f\xc0\xfb\x9a\xa4\xc1\x35\xf4\xff\xa8\x18\x6f\x92\x11\x64\x1d\x9e\x12\x28\x09\x9d\x7a\x29\x3a\x42\x8b\xe2\x33\x02\x62\x25\xb1\x11\xbc\x6b\xad\xf6\xe8\x54\x22\x2a\x3f\x6f\xf4\xc8\x65\x51\x0b\x40\xaa\x36\xc0\x76\x58\x22\xe3\xf3\xdc\x79\xc2\xf8\x03\x70\x6e\x71\x17\xf1\xef\x3f\xb5\x78\xbb\x42\xed\x18\x9e\x43\xba\x37\x29\xdb\x69\x74\x66\x82\x54\x64\x49\x74\x58\x1f\x6d\xc0\xef\x74\xd7\x55\x6a\xd2\xe8\xb0\x36\x86\x79\x0d\xf9\xa6\x8b\xfd\x06\xfb\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\xe1\xc5\xc2\xd5\x5e\x7d\x1d\xc1\x46\x73\xab\xee\xe1\x86\x39\xc9\xcf\x0f\x9e\xd5\x41\x62\x65\x1d\xa3\x1d\x09\x7f\x6c\xd0\xea\xa8\xcf\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\x1b\x99\xa5\x12\x52\x2d\x86\x17\x62\xf1\x18\x35\xd1\xa8\xcf\x6b\xd5\x68\xdf\x73\xe9\x34\x4a\x84\x09\x85\xb9\x67\xe7\x59\xdf\xfd\x03\xce\x51\x4f\x34\x10\xaa\xca\xac\x45\xa7\x71\x72\x13\xfa\xeb\x48\x9c\x68\xef\xf9\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\x58\x39\x7d\x22\x1d\xec\x51\x24\x1e\xbc\x30\x08\x4e\x76\x38\xf7\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\x42\x20\x2f\x25\x32\x29\xfe\x54\x4b\x3c\xfa\xc1\x69\xd1\x5a\x1e\x40\xd9\x16\xd6\x67\x9e\x92\xfa\x00\x41\x42\xe1\xf3\xe8\xe4\x20\x34\xcf\x67\x4e\x9b\x46\x85\x58\xee\xee\x03\xeb\x24\x1c\xb5\x30\x3c\xe9\x02\xa8\x41\x01\x12\xc7\xe7\x7f\x06\xa4\x77\x77\x01\x9a\x85\x3d\xfb\x49\x9f\x51\x63\x03\x28\x17\xe7\xe6\x4d\x02\x83\x68\x7c\x9e\x2b\x5f\x10\x91\x2f\x66\x2e\xaa\xab\x16\xfd\x02\x60\x31\x8b\x5f\x34\x59\x7c\x5e\xa0\xe7\x98\x5b\xc4\x9e\xf9\x34\x88\xda\x5b\xe6\xf0\x2b\x07\xe1\x16\x79\xd7\xff\xbc\x01\x00\x23\x20\xd8\x6f\xce\xbc\xc0\x68\x07\x82\x5e\x1e\x04\x10\x74\xb4\x3f\xf9\xd2\xf5\x3b\x79\x4b\xb3\x4c\x4d\xe5\x66\x66\x83\x41\x56\x31\xf7\xd1\x59\x1d\x44\x55\xe3\xa3\x23\x4f\xe2\xdc\x3e\x4d\xf0\xe0\xb6\x30\x7b\x5e\xcc\x6f\xdf\xf3\xfe\x50\x5e\x9a\xe3\x91\x7d\xc7\x76\xe7\xfe\x50\x9a\x7d\x5e\xc0\xda\x7b\xcf\xc1\xaf\xcb\xa1\x06\x83\x7e\x5b\x4a\x4e\x1a\x03\xa1\x47\x0e\x04\x18\x3f\x6a\x40\x74\xfb\x19\xf4\xcd\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x99\xe8\xfa\x81\x3e\xa8\x3a\xa8\x06\x5c\xaf\xed\xe6\x3c\x52\x79\x28\x32\x07\xe2\x93\xec\x93\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\x84\xd0\x92\xca\x63\x4b\xba\xfd\x03\x21\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xeb\xde\xf0\x1b\xc4\x1d\xee\x16\x51\x49\x76\x95\x1e\x85\xc0\xaa\xfa\x07\x08\x5e\x9d\x80\xa3\xf0\xaa\xef\x81\x20\xa4\xbc\x3a\x2c\x69\x14\x1c\xca\xe2\x81\x51\x48\xa6\x89\x48\x88\x5b\xfd\x06\x55\x71\x1e\x19\x3c\xca\xec\x64\x39\x2a\xf5\x3f\xa6\x82\x96\xd9\x4d\x2a\xec\x51\x49\xa6\x9f\x79\x99\xf7\xc0\x58\xa8\xb6\x7f\xde\xc0\x0a\x49\x2b\x39\x2a\xcf\x2c\xf7\xd1\x78\xaf\x96\xfc\x1f\x8d\xcc\xab\xa3\x78\x34\xec\x3f\xc9\xa9\x41\xeb\xeb\xf4\xd0\x61\x7d\x2d\xf6\xa8\x1d\xe9\x47\xee\x91\x11\xa7\x86\xbf\xa0\xce\xe1\xf3\x03\x35\x86\xa6\x33\x15\x99\xe6\x56\x00\xd1\xcf\xc0\x88\x2d\x3f\x2b\x04\xb7\x32\x1f\x22\xa3\x73\x09\x75\x4e\x8d\x3e\xe0\xc8\xe6\x17\x70\x88\x84\x1b\xc8\x05\x53\x17\x50\x53\xc6\xa7\x81\xdc\xf7\x9a\x99\x2c\x3e\xab\xcb\xfe\x18\xb9\x1e\x6a\x93\xd0\x2d\xfc\x05\x9a\x94\xfa\x67\x0c\xf2\x84\xb9\x86\x91\x4f\x5b\xf8\x07\xea\x56\xbc\x60\x50\x23\xda\xb3\x67\xa4\x1a\xd1\x33\x83\x9c\x39\xf6\xab\x19\x41\x11\xe8\xd5\x20\xf6\x12\xbc\x1b\xc4\x5a\x3a\xfb\x46\x20\xa9\xef\x72\x8f\xc8\xe4\xd5\xdc\x01\x07\xe1\xff\xe1\x1e\xe2\xb5\x0b\x24\x60\x97\x01\x61\x4c\x52\xac\xef\x27\x5d\xfe\xa5\x03\x19\x13\x36\x30\x8f\x00\x95\x42\xec\xb2\x30\x26\xb3\x79\xa8\x83\x44\x6e\xd5\x2f\xb0\x24\xa4\x46\x84\x1c\xdc\x0e\xad\x1b\x93\x23\x74\x03\xd8\x15\x1f\x02\x70\x06\xe9\xda\x31\x68\x0d\xf6\x8c\x21\xed\xa2\xb2\x5c\xc4\x58\xc9\x5b\x9a\x02\x38\x91\xc5\xfa\xd3\xb5\x68\x2c\x84\x4f\x99\x8d\x16\xa2\x0f\x3e\xbd\x51\xb5\xfc\x21\x87\xb6\x0c\x91\xbf\x78\x05\x11\xfe\x19\xf4\x69\x57\x15\xfa\x18\xa9\xdc\x94\xb2\x79\xec\x30\xc1\x84\xbf\xa0\x4f\xb9\x6e\x2d\x63\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\xed\xa8\x67\xed\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xa5\x45\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\x90\xca\x16\xe2\x71\xc1\x99\xd5\xec\x7e\x53\xe6\x7b\x47\xbf\x98\xab\xdb\x58\x3b\x6e\xc6\x2b\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x8b\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x50\x74\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\xba\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xf6\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\x2f\x1e\xd3\x2d\xd0\xb0\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\x72\x5f\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\x41\x7f\x41\x1c\xa3\x99\x82\x4b\x7f\xb1\xc3\x72\x54\xae\x87\x59\x04\x08\xcd\x46\xa6\x68\x5c\x1f\xe1\xf6\x48\xb8\xa5\x03\x3d\x58\xde\xf5\x4f\xe9\x51\x23\x50\x2a\xce\x06\xe2\x48\x28\xa6\xad\x1a\x2d\xa7\x45\xfd\xf5\x24\x40\x8b\xd7\xb9\xbb\x25\xd1\x02\x4a\x37\xdb\x98\x03\x4a\x37\x1b\x4f\xa3\xe7\xbe\xf1\x0f\x39\x68\xfd\x00\x25\xda\x90\x44\x8a\x51\xfe\xfd\x27\xa6\x99\x74\x54\xf8\xa6\x6b\x31\x07\x6f\x37\xe6\x40\x04\xe0\x59\x89\x16\x83\xc5\xc4\x44\x52\x3a\xe3\x99\x1d\xe0\x8c\x67\xa3\x76\x0c\x96\x98\x30\x4b\x0e\x0e\xc2\xcf\xbc\xec\x98\x19\x82\x62\xb5\xfb\x87\xc2\x61\xfa\x07\xf0\xa4\xae\x1d\xc1\xaa\x6a\x4e\xf8\x10\x41\x78\x2e\x11\x14\xcc\xc2\x63\xe7\xf1\x80\xcd\x77\x16\x37\xf9\xe0\x59\xc3\x80\x0d\x38\x9c\x5f\x21\xd2\xa9\x5e\x68\x22\x00\x7e\x6c\xb0\x0d\x80\x9f\xa9\x7b\x4a\x20\x01\x8e\x8d\xb1\xc1\x8a\x21\x36\xcd\x05\x1d\xdf\xec\x73\x1a\x8b\x56\x8d\xe5\x37\x28\x0f\xa4\xef\x8f\xc5\x3e\x34\x77\x8c\x31\x57\xf5\xd4\x08\x14\x6c\xb5\x39\x37\xa8\xa6\x2a\x9e\x19\xa8\xa5\x66\xf1\xb8\x76\xa4\xb6\xf0\xb0\x76\x2e\xa8\x99\x10\xb6\xd6\xe6\xdb\x53\xec\x59\x69\xd9\x4d\x20\x20\xf6\x43\xc4\x85\x9b\x8e\xff\xa7\x84\x18\x6e\x92\x5b\x41\xe7\x5c\x1c\x24\x5b\x5d\x1c\x44\x2c\x66\x9a\x03\x7c\x6a\x31\x75\x10\xba\x9a\xa8\x03\x87\xbf\xa0\x6c\x64\xbe\x1b\x73\xc0\x41\x9e\xd1\x02\xc3\x6f\xce\x36\xcb\x38\xb8\x75\x2c\xf0\x51\x4c\xdf\x06\xde\x38\x79\xd9\xb5\xc8\x41\xde\x69\xdb\x30\x23\x1d\xef\x2d\xce\x09\x69\x84\x79\xe2\xa2\x4a\xc6\xcb\x79\x51\x02\x08\x91\xc6\x95\xc3\xf2\x1b\xec\x43\xe3\x26\x86\xb1\x7a\x36\x50\x37\xd6\xda\xd9\x80\xe2\xc8\x37\xa5\x00\xa6\xb1\xaa\x34\xee\xe4\x6b\x11\x05\xb5\xd0\x67\xea\xa1\x16\x9a\x3e\x38\xef\x64\x18\x91\x70\xb3\xac\x9d\x3f\xa0\xec\xb6\xd8\x7c\x41\x4b\x75\x5a\x8a\x60\x06\x9c\xe1\xff\x77\xb6\xe8\x16\x4e\xfe\x60\x22\x99\xf8\xc0\xcf\x60\x7b\x9f\xa4\xd0\x1c\xd9\xf8\x10\x0f\xd5\x3a\x96\xb5\xac\x97\xef\xb0\xb4\x40\x1e\x67\x3b\x8d\x44\xba\xc1\x59\x18\x3f\x34\x07\x0b\xf2\x06\x2c\xab\xb3\x08\x5a\x05\x74\x49\xbe\x18\x4f\x54\xa2\xb5\x1b\xdc\x44\x89\xb5\x59\x36\xbf\x90\x13\x33\xf4\xc3\xe2\x1b\x9b\x7e\x60\x93\x7e\xbe\xf8\x42\xd1\x0f\xdc\x39\x42\xc9\x73\xe3\xc6\xf8\xdb\x99\x34\x51\x6f\xc3\xea\xb1\x89\x08\x7e\x6f\xdc\x09\xbb\xea\x26\x0b\xc8\xdc\x92\x40\x8d\x69\xe3\xa9\x2a\x58\x34\x0b\x36\xaa\x4e\xd9\x59\x60\x4c\x0e\x3f\x53\x54\xeb\xfc\x98\xa9\x22\xfa\xbc\x81\x8a\x2c\xa6\x09\x46\x4f\x5b\xb4\x27\x7d\xfd\x75\x17\x99\xf4\xd4\x57\x49\x8f\x98\x95\x8b\x2d\x89\x35\x51\x79\xd6\x0e\x8a\xb3\x22\x86\x5c\xa2\x7d\xa6\x76\x47\x77\xb4\x09\x3f\xfb\xe5\x18\xc4\x09\x70\x61\x1d\xdf\xac\x0f\x13\xc4\xfc\xf7\x0c\x55\x4d\xf8\x22\x3c\x53\x55\x23\xbc\x32\x1b\x8e\xc9\xee\x17\x82\x54\xfb\x85\xe4\x2f\xbf\x41\x28\xa7\xa3\x78\x36\xdc\x4e\x3f\x4d\xb2\x96\xa2\x24\xd4\xec\x74\x20\x94\x41\x6a\x26\x80\x10\x98\x9b\xc0\x03\xcb\xc1\x94\x13\x56\x38\x95\xec\x8b\xd9\x93\x9f\x34\x37\x83\xcb\x63\x96\x18\x08\xc5\x30\x99\x83\x2e\x28\xcb\x2f\x70\xf7\x6e\x7e\x03\xf9\xac\x86\x5f\x80\x8d\x40\x9b\x79\x42\x15\x13\xdf\x1f\x70\x68\x99\xa8\x40\x0d\x9f\xcf\x33\x20\xa9\xb4\x8e\x33\xe0\xc5\xe8\x89\x82\xde\xc4\xca\xba\x89\x0c\x33\xcb\xf9\x60\xe6\xa4\x9c\xd5\x7a\x23\x1f\x9e\x15\x86\x13\x6e\xef\xf6\x3e\x9e\x33\x87\xa4\x1e\x27\x7b\xd0\x90\x18\x1e\x67\x8e\xe2\x51\x2f\xcd\xe9\x9c\x54\x24\x78\x08\xef\xd9\x5f\x9b\xb7\x09\xb2\x0f\x97\xea\x67\x0a\x55\xc1\xd9\x09\x0b\x95\x6d\x3f\x73\x05\xb2\x2b\x8b\x22\xa6\x9f\x31\x90\x9b\x30\x58\x59\x79\x38\x17\x45\x47\xf1\x0f\x54\xde\x5a\x3e\x25\x56\x10\x42\x9d\x7b\x0a\x49\xad\x24\x4c\x58\xd6\xba\xcd\xc4\x0a\x66\xb8\x9d\x31\xac\xea\x63\x27\x53\x4b\xee\xce\x17\x2b\x14\x7b\x1b\xcd\x9d\x54\xfa\x99\x4c\xff\x79\x01\x61\x5a\xce\x69\x34\x91\xd3\xc6\x5a\xb8\x79\xe4\x79\xa5\x99\x38\x92\x6a\x4d\xfe\xc1\x5d\x60\x31\x8b\x2c\x01\x6b\x7c\x3e\xc1\xe6\x14\xfc\x98\xf0\xcc\xb2\x02\x65\xd2\x31\x4b\x85\x2b\x63\xa2\xf2\xaa\xef\xcc\x93\x8e\x5a\xf6\xc2\x9f\xc8\x1c\x60\xe5\xc5\x3c\x92\x01\xd4\x25\x55\x2e\x66\x39\xd4\xb0\xf0\x05\x77\x22\x8a\x4f\x05\x49\x62\x9e\xb4\xbf\x4f\x7f\x90\xfb\x4e\x44\x9f\x79\xf2\xfb\x0d\xcc\xad\x05\x2b\x72\xe5\xd8\x53\x63\xa6\x86\x45\x20\x6b\x9e\xc9\x11\x9a\x28\x24\x1b\x50\xe1\x8c\x98\x28\x5a\x6f\x05\xe7\x4c\x78\xe2\x8d\x72\x71\x66\xbd\x5a\xf0\x15\x9b\xf1\x27\x9f\xba\x79\xf1\x80\xd4\xd5\x60\x5e\xbc\xa4\x5b\x30\x13\xcc\x78\xa7\xa7\x1f\x99\x85\xcf\xc5\x79\x36\x53\xa7\x5d\x4a\xa8\x6d\xde\x34\xfa\xeb\x7a\x31\xa9\x42\xb1\x40\x43\x55\x7b\x5b\xa3\x67\xba\x79\x79\xa2\x6f\x2e\xbe\x1b\x80\xb3\x85\x40\xdb\x7c\x70\xc4\x29\x35\x6f\xcc\x87\x32\xd4\x13\xfd\x70\x56\xfc\x45\x8e\x53\x34\xa0\xc4\x6b\x53\xda\xbe\x98\x0c\x1d\xb4\x2f\xf8\x44\x8a\xa0\x69\xc9\x0e\x9f\xf8\xe9\x8b\xda\x7c\x72\x26\xfe\x1b\xc7\x62\x09\x30\x3b\x7e\xad\x54\x91\x34\x3d\x27\x15\x53\x3f\x60\x66\x74\x25\x5a\xb4\x3a\x8d\x4f\x0b\xb4\xc3\xab\x0b\x64\x39\x9e\x45\xe7\xe2\x42\x9a\x3c\xe3\x89\x45\xbc\xa1\x0b\xcd\x42\x86\x20\x4b\xfa\xb5\xe5\x5c\x2f\xfd\xc0\x9d\x57\xfd\xc5\xc9\x51\xb8\x49\x9c\x58\x76\xab\x5e\xcc\x61\xe0\x70\xe9\x55\x7e\x7c\x43\x6d\xd0\xe8\xe4\x58\xd0\x55\x28\xff\x45\x06\x4d\x4a\x76\xe7\x5d\x05\x7c\x27\x4d\xc0\x42\xb9\x06\x83\xc3\x05\xa7\x29\xc3\xcb\x05\x2f\xf9\x62\x77\xdf\x55\x78\xc6\x09\x38\xad\x17\xa4\x4c\xab\x59\x16\xc3\x07\x97\xbf\xa0\x9f\xbc\x5d\xbb\x16\xa2\x03\xcb\xf6\xf3\x0f\x98\x2c\x1d\x73\xab\x26\x8f\x88\xaa\x8a\xf0\x52\xa1\xb7\x85\xe0\xc0\xa6\x84\xbc\xb1\x2a\x73\xdb\x68\x98\x35\xa7\x4e\x2d\x34\xa0\x39\x49\xce\xd5\xb6\x7f\xff\x09\xfb\xde\x2f\xa4\x3d\x58\x8e\xfa\x5e\xc4\x3d\xf6\x41\x5e\xd0\x99\x34\xa5\xdb\x8d\x05\xdf\xfa\xf8\x7d\xfa\x88\xb7\x4d\x49\xc2\x05\x57\x2a\x23\xf3\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\x37\x52\xb1\x9b\xf3\x42\xba\xe4\x62\xaf\xe6\xd5\x5f\x39\x66\x6d\xf5\xea\x1b\x5f\xd0\x38\x3a\x0e\x36\x89\x91\xc5\xc2\xb4\x0e\x56\x5f\x70\xcd\x37\x42\x5c\x88\x5a\xb4\xbd\x75\x75\x6e\x15\x3f\x4f\x12\xa9\xc5\xa2\xa6\x66\x99\x84\x0b\x41\x8c\x1a\x35\x80\x97\x4d\x33\x0b\x9e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xaf\x93\x43\x35\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x64\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\x51\x9f\x5e\xa0\x33\x52\xd1\xad\x6b\xc1\x97\xc8\xea\xca\x05\xdf\xa1\xb0\x6b\xdf\x0a\x0e\x5a\x2b\xc5\x5a\xf6\x76\xc2\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\x12\xca\xc5\x72\xf8\xcd\xff\xa3\xe2\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x7f\xa9\xf1\x1a\x8b\x69\x8f\x97\xe9\x45\xe2\x25\x17\xf8\x8f\x05\xe0\xa7\x92\xef\xb1\x26\x92\x47\x9b\x4f\x5e\xe0\x57\x6d\x82\x5a\x8b\x9c\x67\x39\x80\xf0\xc7\x4f\x3a\xc4\xb5\x80\xaf\x2d\x32\x57\x0a\x2b\x2d\x0b\x94\x40\x6d\x79\x8a\xe8\xd5\xbf\x4c\x14\xed\x5e\x96\x46\x2b\xa9\x16\x73\xc0\x57\xc9\xe7\xfc\xa2\x15\xab\x48\x95\xb1\xe8\x70\xef\x16\xe0\x6f\xef\x43\x74\x11\xd7\xd9\xd3\x79\xed\xbc\x18\x0a\x9f\x2e\x02\x3b\x0b\xf2\x9d\xdc\x55\xfc\xc2\x8b\x90\x7c\x48\xae\x9d\x9b\xd6\x5b\xee\x05\x76\xe1\xbc\x44\xeb\x40\xce\x73\x6f\x39\x78\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x9a\xeb\x23\x97\x53\xc3\x62\xc1\x7c\x29\x4f\x16\x54\x3c\x2a\xe8\x1f\x0b\xe5\xf2\x8b\x60\xfd\x42\x25\x0a\x55\xa2\x8b\x45\x10\x27\x75\xeb\x3a\xb9\x43\x74\x23\x5b\x74\x56\x72\xbe\x88\x75\x72\x5b\x9a\x1f\x59\x8b\xec\x23\xa4\x91\x22\xca\x21\xb8\x8b\x85\x26\x9c\x49\x76\xc1\x52\xe6\x84\x11\xeb\xcc\x89\xd3\xc4\x40\x8b\xf4\xa1\xf2\xa2\x67\xbc\x46\x71\xe5\xc9\xe2\x1f\x3a\xba\x54\x8b\x74\xe8\x2f\xd2\x19\x2d\x96\xcd\x77\x97\x57\xd2\xe4\x17\x78\xde\x7d\x9a\xe4\x79\xe7\xe5\xbe\xe8\xa2\xa7\x17\x68\x1a\xb3\xbb\xf4\x82\x69\x6c\x59\x24\xa3\x7a\x58\xb1\x33\xf4\xba\xb9\xde\x6e\xa1\x21\xff\x8d\x66\xf2\xe6\xf9\xa8\xeb\xcb\x42\xf0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x21\xc9\xb1\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x92\x6b\xb3\x44\x7c\xb8\xdd\x75\x71\x58\xd4\x22\xa9\x5a\x57\x2c\x00\x3b\xdb\xeb\x16\xdd\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\x53\x40\x38\xbf\xc7\x0e\x07\xa4\xe6\x34\xbb\x3b\xf4\x4c\xd5\x00\x75\x47\x29\xd7\x62\x5f\xf6\x1d\xb6\x2d\x8b\xb5\x1d\x7a\xa7\xe6\xc4\xbc\x3b\x13\x24\x17\xdd\x90\x77\xd4\x7a\x35\xce\xde\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x01\xee\x2c\xf5\xea\xb4\xbc\xfb\xd6\x50\xca\xc9\xcf\x94\x73\xba\x74\xed\x5b\x20\xa5\xb2\x9f\x91\xb1\x41\x9b\x73\x4f\x68\xd8\xfd\x03\xea\xef\x4c\x3f\xe3\x3a\xe3\x3c\xbf\x3b\xbc\x93\xbc\x93\xf6\xc2\xb3\x44\x63\x28\xb9\x5a\x22\xba\xe4\xc4\x69\x5e\x0a\x0f\x30\x49\x84\x9d\xbe\x46\xce\xe2\xbb\xc3\xd8\x55\xab\x9f\xb9\x3b\x05\x89\x77\x96\xaf\xb0\x2f\xea\x8e\xf2\x15\xef\xf2\xfd\xe1\x44\xda\xe1\xba\x54\x24\x1d\xf6\x0a\x9e\xf6\x10\x2b\x71\x47\x77\xeb\x5c\x5a\xb1\xe8\x5e\x93\xcb\xc5\x0c\xf0\x5c\xfa\xac\x3d\x0c\x67\x75\xb8\x0b\x2a\x0e\xfc\x3f\x04\xb7\x17\x92\xba\x30\x6d\xdc\x1d\x66\x34\x5b\x20\x77\xb8\x35\x39\xcb\xc5\x8e\xaa\x5f\x9f\x19\x6b\x29\x23\x35\xeb\x09\x19\xcd\xe1\x8d\x26\x25\x51\x94\xba\x33\x29\xd3\x76\xea\xce\xec\xa3\xbc\xc3\xfb\xfe\xdb\xc2\xc9\x26\xdd\x04\xbc\xcf\xc3\x7d\x22\x43\xb0\xf4\x10\x7b\xea\xd6\x44\x34\x1c\xe8\xed\x81\xbc\x77\x0a\x1b\xe1\xbb\xbd\x53\x66\xea\x2e\xb4\x77\xae\x8c\xa6\xa1\xf3\x84\xec\x6e\x92\x7a\x4b\x89\xc4\xbd\x27\x2f\x89\x88\x4e\x85\x8c\x10\xfe\x3e\x30\xb5\xd5\x1b\x77\xd0\x1d\x5c\x9d\x8e\x24\x4b\x4d\x24\x0c\x94\x1a\x68\x1f\x9c\x19\x0d\x24\xb5\x75\x42\x30\x3b\x03\x30\xbd\xab\x46\x52\xa5\x3e\xe0\x17\xe5\xb4\xb0\x7b\xb0\xb2\x88\x5a\x0c\x6e\x64\x6f\x54\xa4\x88\x76\x7c\xe6\x1e\x3c\x97\x3f\x2d\x90\x26\x4d\x04\xad\x75\xe1\x06\x20\x5b\xbc\x85\x12\x24\x7a\x35\x5e\x90\xe8\x7a\x2e\xb1\xcf\xdc\x63\xea\x61\x22\x29\xbf\x90\xeb\x3e\x79\x50\x9b\x26\x94\xcc\x70\xa4\xd6\x8e\x8a\x19\x9b\x0c\x0a\x3b\x72\x76\x86\xf3\xe9\xee\xf0\x84\x5a\xc3\x44\xc3\xf5\xc9\x39\x5e\xf7\xd4\x19\x9a\xa5\x26\x65\x87\x89\x58\xbc\x2d\x0b\xf3\xef\x09\x0e\xcd\x75\x28\x4b\xeb\x30\xe4\x1d\x60\x31\x96\x5b\xe0\xd6\xf1\xcc\x20\xad\xa7\x53\xba\xee\x70\x97\x72\xfe\xd5\x7d\x81\x29\x75\xf1\xdd\x17\x89\xd6\x34\xac\x9c\x59\x8d\x8a\xd5\x30\x74\x3c\xed\x8c\xee\xfc\xac\x15\x83\x37\x3f\x8b\xb3\x63\x31\xbd\x36\x3b\x73\x97\x6a\x4c\x4c\xd2\xe5\x50\xad\x1d\x49\xb9\x1c\xc4\xbe\x23\x27\x97\x81\xe1\x0e\xd3\x9f\x93\x80\xee\x47\xf6\xa8\x99\x46\xa4\xe5\x1a\x9f\x1f\x38\x6a\xd1\xc8\xc8\x4b\xa7\x24\xdf\xa1\xdf\xf3\xfd\x7f\xa7\x83\xd4\xf8\xfc\x40\x6d\x4a\xb8\x49\x1c\x1d\x02\x76\xfb\x49\x22\xfc\xdc\xf0\xbf\xde\x87\x3a\x4f\x95\x0c\x63\x3f\x09\xda\x3d\xd3\xb0\x0d\x3a\x40\x78\x3f\x99\x36\x5d\x17\xb8\xfd\xe4\xfd\xec\xd3\xc4\x8e\x2f\xfc\x02\xd4\xea\xde\xa8\xcc\xe2\x65\x97\xaa\x1d\xd6\x45\x27\x8c\xdc\xcf\xc4\x64\x6e\x81\x83\xd2\x4a\x5c\xb0\xd5\xcc\x3f\xdd\x8d\xf6\x17\x55\x36\x07\xd8\xed\x28\x4e\xb6\x3e\xcf\x9c\x01\x2d\x1b\x55\x75\x8e\x2d\xd8\x2f\x1c\xd7\x5e\x77\xe4\xd9\x76\xae\x99\xfd\x45\x8c\x61\xcf\xba\xfd\x26\xb6\x12\xb5\x37\x2b\xaf\xaa\xbd\x17\xff\x55\x9b\x1d\x76\x14\x93\x75\xa6\xfa\xfd\x46\xc6\x86\xe9\xff\x79\x54\x4a\x3f\xba\xdf\x39\xe3\xa2\x00\x9a\xbf\xcf\xc9\x78\xf3\x5e\xe5\x67\x62\x35\x81\xf9\xfd\xe6\x10\xdc\x05\x8a\x6f\x98\x75\xe1\xbf\xee\xac\x7a\x7b\xc2\x43\x73\xc1\xc3\x3b\x8c\xa1\xdb\x43\x87\x2f\xf5\xf0\x20\x38\xce\x47\xe1\x43\x0c\xab\x49\x40\x2a\xf1\x0f\xdf\x3e\x39\xeb\x6e\x30\x21\xab\x68\x64\x32\x0d\x67\xf3\xda\x11\x0f\xea\x14\x4e\xc7\x0b\x38\xbb\xf3\xf8\x1d\xf0\xa4\x72\x97\xc7\x0f\xf3\x3c\xfc\x4c\xdd\xa5\x84\xce\xf1\x23\x6b\xeb\x40\x38\x90\xa3\xcc\xb9\x32\x0e\x78\xb7\x5b\x7c\x1f\x28\xb6\xe1\xbc\x7e\xc7\x46\x45\xa5\x28\x40\xc6\xb2\x70\xec\xcd\x01\xb3\x65\xb3\xd0\x39\x90\x91\xcc\xba\x8d\x03\x5e\x50\xe6\xb5\x63\x23\x2a\xd3\xde\x38\x98\x69\x5c\x8a\xad\x83\x56\x49\x47\x4f\x1c\xe5\x3d\x59\x9d\x41\xf6\x28\x4c\x32\xea\xe7\x1c\xb5\x3f\x80\x68\x1d\x7e\x4e\xee\x72\x17\x3c\x20\xa4\x5e\x3d\x0a\xaf\xc8\x92\x11\x07\x8b\xc0\x7a\xdc\x25\xd7\x4e\x3f\x54\x5e\xa2\xb4\xe9\x8e\xd4\x22\x56\xbf\x81\x5d\xa9\xd3\xfd\xa8\xd4\xcf\xc9\x48\x7d\x54\x6c\x53\x9d\x41\x47\xe5\x6a\xba\x01\xa4\xa1\xd2\x2e\x3a\x6a\xde\x89\xdc\x25\xe1\xa1\x94\xd9\x07\xfd\xda\x8b\x36\xda\x01\xd3\xa7\xef\x59\x07\xe0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf7\xb9\x01\x54\x0d\xd0\xce\x3f\xe0\xb3\xee\x58\x98\x03\xb9\xd0\x9d\xcb\xe9\x40\xec\xa4\x73\x8e\x1d\x74\x61\xb7\x34\x3e\x1a\xd2\x3e\x4a\x74\x1c\x1d\xfb\x52\x77\x91\x03\xfa\xc1\x4f\x03\x70\x79\xb7\x37\xda\xc1\x4c\xaa\x9b\x39\x16\xd1\x92\x76\x79\x3b\xe8\x13\x5f\x3e\x3f\xc0\x88\xed\x69\xef\x20\x51\xfb\xfa\x60\xde\x73\x1f\x20\xc7\xa0\x24\x90\xc2\xf0\x18\x9c\x45\x4d\x42\x06\x2f\x2e\x7f\x81\x13\xc5\xeb\x30\x88\xfc\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x84\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0d\xd8\xee\x7d\xd0\xf1\xca\xc7\xd8\x11\x2c\xf5\xec\x7d\x12\x94\x16\x9a\x88\xc8\x48\x6d\x2d\x1e\x73\xa7\x3a\x00\xf9\x08\x9e\xd6\x7f\x4b\x0e\x74\x40\xc5\xe8\xb0\xd2\x83\xb9\x51\x7d\x8e\x1e\x33\x39\x5e\x24\x4e\x86\x27\xf8\x85\xc0\x7d\xc7\xcf\xdc\xa8\x66\x79\xf8\x71\xd9\x4b\xfc\x98\x58\x3b\xb3\xe3\x24\x68\x92\xd8\x3f\x90\x8d\xdd\xfe\xd8\x47\x02\x3d\xd9\x7f\x8e\xc5\x6d\xda\xfc\x03\x64\xac\xd7\x12\xe9\xda\xab\x19\x72\xa1\x5e\xa9\x25\x28\xca\x91\x94\x4d\x27\xc9\xc1\x14\x68\x1e\x35\x81\xdd\xe7\x19\xa8\x4c\x6a\xd4\x03\xd6\x61\x47\x06\x1c\xcc\xe6\x6e\x7d\xf2\xb1\xc8\x1b\x5a\xb7\xc5\x41\xbb\x01\x38\x23\x7c\x1a\xc0\x98\xbd\x67\x77\x42\x70\x8b\xe4\x3d\xb3\x1b\xe9\x99\x57\x15\x9f\x2b\x48\x9f\xf6\x91\x02\x3b\x55\x0c\x96\xa8\x3b\x13\xed\x8b\x04\x38\x89\x35\x03\x9c\xe3\xc8\x3e\xd5\x24\xf3\xc5\x9b\xc1\x69\x09\x76\xcc\xd3\x01\x57\x7a\x67\x3b\x39\x0e\xee\xdb\xe5\x16\x38\xd1\x3e\xab\x0e\x54\xe9\xb1\x30\x3b\x88\xba\x3e\x4d\x50\x15\xe6\xb5\x82\xd2\xd0\x47\xf8\x71\xe2\xbe\xef\x99\x3e\x49\x94\xee\x22\xc7\xc9\xd0\x6b\x8d\x9b\xe9\xd5\x9c\xf6\xfe\x78\xc1\xe4\xf8\x7d\x9e\x03\x13\x23\x12\x4e\x5e\x87\xcd\xd2\xc0\x92\x1f\xf9\xc6\x32\x2a\x2e\x6a\x70\x9c\x64\x71\x7f\x80\xd5\x5f\x26\x81\x1c\xad\x69\x81\x0a\x71\x56\xe9\x21\x0e\xaa\x0c\x9d\x0a\xff\xb8\x28\xd4\x7d\x80\x5e\x29\x8e\xdc\x46\x12\xa1\x89\x48\x84\x68\xd1\x70\x61\xc1\x4d\x05\x75\x86\xe6\x49\x78\xcb\xdb\xda\x78\xbc\x08\x70\xd8\x09\xe7\xb8\x39\x4f\xa2\xe9\xa6\x8f\x84\x59\xec\x45\x7c\xc3\x2e\x9c\xc7\x9d\x24\xb9\xc7\x0b\xd6\x04\xf5\x00\x3f\xb2\x59\xa5\xec\x38\x1e\x6a\xe3\x7c\xb4\x3c\xf5\x6d\x52\x7a\xb0\xe3\x01\x0d\x96\x36\x4f\xe0\x59\x5d\x3e\xa4\xc9\xfb\xe2\x21\xdb\x5b\x6c\x27\x40\x93\x54\x3e\x7f\x3f\x50\x3d\xf5\xbc\x51\x2a\x6f\xfa\x81\x1c\x15\xfe\xa1\x92\xec\xa5\x1f\x28\x14\x75\xc2\x9d\xb4\xfd\xfa\x44\x3b\x7f\xa0\xf3\xf3\x05\xbd\x0b\x24\xe9\xcf\x1f\x95\xe9\xcd\x6f\x10\x0d\x87\xdf\xb8\x30\x54\x3f\xe3\x52\x65\xed\xc5\xf9\xe3\x06\xd6\xa9\x78\xbe\x40\x6f\xd8\x01\xf6\x7c\x81\x5e\x73\x42\xbd\x73\xe3\xe4\xfa\xb9\xe1\x7d\xf5\xb0\x71\x72\xfd\x3d\x45\xb9\x76\xeb\xb9\x91\xc5\x74\xa9\x38\x59\x56\x4d\x1c\x71\xbe\xc0\x70\x58\x35\x7e\x12\x17\xae\xfe\xa7\x80\xa3\x33\x33\xb8\x69\x56\x0b\xe9\x55\x6f\x85\x32\x4f\x87\xf8\x59\x78\x2d\xec\xfe\x82\x23\xf0\x0b\xc9\x1e\x1a\xc1\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x44\x57\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x53\x5f\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\xed\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\xb0\x5f\xf1\x33\x97\x57\x78\xe9\xec\xd8\xfc\x9e\x58\x26\xdc\xaf\x66\xd0\x3e\xd1\x82\x26\xba\x53\x48\x76\xd3\x40\xcc\xa6\x73\xf7\xec\xb9\x89\xfc\x03\xa8\xf6\x1e\x19\x94\x0e\x9a\x38\xe4\xcf\x9f\x2e\x8f\x70\xd2\xa3\xcf\x58\xe1\x1c\x18\x86\xc5\xc7\x80\x18\xd5\x85\xf0\x1c\x14\xe5\xdd\x4d\x2e\x36\x29\x2a\x07\x66\x56\x17\x97\x73\xf0\xa2\xf2\xf9\x81\x08\x5c\x87\xfd\x49\x17\xbf\x6a\x46\x8f\xdc\x68\x9a\x0a\x26\x69\x73\xf0\xd5\xf9\x42\xcb\x6a\x67\xb4\x33\x48\xa6\x86\x91\xd6\xe7\xcf\x0f\x90\x50\x76\xdc\x39\x83\x7b\x63\xba\x53\xea\x7d\xcc\xd7\x41\x3e\xd5\x61\x7d\xd2\xbc\xec\x81\xcc\xc2\x3c\xe4\x5a\xd2\x09\xbe\x14\xcc\x39\x67\xb2\xa1\x46\xca\xda\xba\xce\xe9\x7a\x4e\x94\x1f\xf8\xbc\x80\x20\x33\x8f\x6b\xa2\x64\xc2\xa7\x87\x04\xdd\x7a\x61\x61\x85\x85\x8b\xce\x85\xb8\x61\x01\x8e\x33\xe3\x08\x3e\x2f\x74\xd4\x1e\x11\x8b\x00\x2c\x3a\x4a\xfb\x5c\xb8\x6f\x99\x02\x54\xaa\x73\xa2\x95\x73\xf1\x04\x32\x57\x42\x2b\x68\xc0\x7b\xee\x74\x2d\x12\xf0\x3a\x77\x08\x72\x0b\xc2\xbd\xe0\x59\x3d\xee\x64\x39\xbf\x8f\x82\xd7\xc2\x23\xe7\x4e\x38\x61\xb1\xb6\x33\x87\x83\xb8\x63\xc7\xc6\xf1\x99\xb8\x43\x0c\x36\xbf\x0f\x01\x64\xb9\xbe\xdf\xf8\x5f\x53\x72\xf0\xe6\xec\x06\x0f\x52\xac\x21\x1d\xa4\x58\xab\x76\x60\x9d\x7d\xfc\x1d\x80\x0e\x42\x33\xe7\x41\xb3\x8a\x37\xc9\xc1\xa3\x46\xd7\x86\x93\x79\x77\xad\xf6\x38\x0f\xd0\xe8\x03\x14\xa9\x31\x3e\xcc\xc8\x6c\x6f\xd6\xac\x9c\x27\x16\xbe\xff\xc9\x99\xee\x3c\x31\x00\x9f\x2c\x27\x21\x9b\xc5\xdb\x89\xfd\xd3\xdd\x7a\x32\xaa\x86\x04\x94\xb8\x3e\x1f\x5c\x6c\xc1\x2f\xc0\xfd\xcb\x73\x96\x96\x68\x33\xce\x45\x1a\x34\xa2\x74\x0f\xf4\x26\x67\x5a\x8c\x4d\x57\xa5\xf3\xa2\x9e\xdd\x0b\xf7\x02\xcb\xfa\x99\xc5\xc4\x95\xc3\x6d\x82\x13\x2c\x26\x12\x67\xfa\xa8\xb9\xb8\x32\x9e\xf7\x0b\xd2\xca\x1b\xf2\xe2\xb5\xd7\xa7\xd7\x75\x63\x87\x9a\x06\xd8\xae\x85\x7e\x4f\x96\xfc\x35\x36\xba\x39\x4c\x7d\x4f\x17\x43\x1b\x01\x4f\x04\x3c\xf8\xf2\x74\xa6\xa6\xd1\x62\xe6\x26\x98\x92\xb6\xe8\xbc\x21\xd5\xbd\x16\x0f\xbb\x50\x97\x0f\x36\x90\xc7\xf4\xf0\x38\xb4\xd0\x26\xee\x34\xef\xd0\xf0\xec\x03\xf6\x01\x8e\x90\x62\xe8\xcc\x68\x06\x77\x40\xad\xfc\x7f\x04\x5c\x69\x86\x6e\x7a\x06\x41\xc3\xcf\x84\x98\xd5\x3f\xa0\xe2\x98\x16\xf2\x42\x89\x42\x63\xb7\xeb\x47\x02\xab\x9e\x49\x50\xe8\x19\x45\x05\xc4\x7d\xd7\x0f\xc1\xef\x9b\xdb\x4f\x66\xd3\x0f\x1b\x9c\x55\x35\xa7\x17\x23\x21\x36\x5d\x6a\x2e\x16\x3a\x70\xf8\xee\xb5\x51\x89\x2f\x9c\x7c\x6d\x2c\x26\xef\x26\xb0\x45\x86\x3f\xa0\x70\x5f\xfe\x21\xe0\x40\xe7\x0f\xa0\xea\xdc\xdc\x20\x7d\xd7\x34\x8b\x88\xdf\xb4\x55\xfc\x82\x9e\xd2\x21\x63\xd7\x06\xd6\x1c\x26\x99\xac\xa9\xc3\xe0\xda\x78\xfc\x4b\xb6\x5f\x70\x6e\x74\x7a\x8c\x0b\x15\x12\x9d\x10\xf0\x42\x0e\x61\xe7\x54\xb9\x4a\x8e\x59\x24\x97\x1c\x93\x5b\x24\xe4\x10\xbb\x5f\x34\x7a\x8b\x35\xae\x17\x62\xd6\x0f\x91\xe9\xec\xb8\xfc\x02\x84\xad\xce\x9b\xeb\x85\xa0\xcd\x90\xe4\x82\xda\xd2\x9e\x1d\x57\xe5\x05\x46\xc7\xc3\x55\xc1\x5c\x5e\x97\xcc\x21\x27\x8a\x2a\xd6\xc5\x63\x80\x92\xd2\xd5\x78\x2f\xd6\x73\x9a\x7e\xe6\x9d\xca\xb3\x54\xb1\xbd\x3c\xad\xcc\x08\xe7\x50\x8a\x8b\x05\x9e\xac\x6c\xb8\x10\x0c\x5a\xb5\xc7\x2f\xd6\x77\xfa\xf9\xb9\x61\x1d\xdc\x00\x59\x47\x24\x37\xb0\xfb\xa7\x3d\x42\x41\x9d\x60\x57\x43\xf9\x65\xc9\xce\xab\xe1\x44\xd3\x9d\xfd\x82\x09\xdb\x21\x8d\x17\x4b\x2d\x8c\x4f\x8f\x9c\x75\xcd\x32\xe1\xac\x7c\x6d\x2f\xe6\x80\xd3\x01\x75\xd1\x09\xd2\xa1\x81\x57\x4f\xd6\xd0\xc2\x76\x3a\x92\x08\x52\x5f\xc4\xb3\x31\xfe\x72\x00\x5d\xcc\x18\xe7\xc8\xc2\x2b\xc1\xad\x2e\x5f\x57\x27\x42\x6f\x26\x09\x63\x9e\x26\x80\xce\xbe\xcd\x4d\xe4\x7e\xf0\x17\x00\x6c\xc2\xf8\xd7\x8b\x76\xab\x8d\xd5\x17\x12\x16\x3b\x98\xe8\x1a\x38\xc6\x3d\x22\x1a\xcc\x1d\xed\x78\xb1\x98\x84\xa7\x7d\xe4\x28\xb4\x4e\x03\xe7\x4d\xf8\x85\x1c\x84\x56\x7a\x60\x1d\xcc\x7c\x91\xbc\xa5\x2f\x02\xa5\xfa\xbd\xd2\x41\x6e\x57\x03\x01\x1a\xbd\x0c\x99\xd3\x4d\xac\x13\x03\x0a\x25\x4d\x63\x50\xb4\x5b\x36\x53\x83\x3a\xfd\x4c\x77\xad\x4f\x0f\xdc\xd1\x3f\x77\x01\x28\x22\x60\x7c\x51\x8b\xea\x32\x9b\xd7\x4c\x66\x51\xa7\x93\xf0\xdc\xf2\x7b\xf2\x16\xe9\x2d\x34\x69\x96\xf5\x11\xc1\xe4\x21\xd6\x53\x5d\x4c\x8a\x5c\xbb\xdb\x00\xa8\x32\xe1\x33\x79\x5c\x74\x4e\xf2\xb4\xa8\x58\x8c\xf5\xb0\x84\x5e\x5c\x5f\xb5\x48\x45\xa9\x23\x07\x2f\xe6\x44\xb6\x77\xdc\xb5\xf2\x32\xa3\xe7\x57\x76\x38\x82\xf6\x5a\xe4\x49\xcd\x1d\x9c\x29\x9d\x1a\xe3\x62\x5c\xcd\x47\x32\x24\x5a\xb6\x90\x7f\xd1\xf2\xb0\xfb\xf9\xb5\xc3\xf5\xdb\x07\x17\xc1\xb1\x05\xf0\x8e\x31\x98\x3f\x76\x7a\x4c\x5b\x54\xec\x39\x06\x7f\x41\x1e\x14\x5c\xb8\x08\x87\x7d\xf4\x21\xac\xe6\x23\xde\x10\x55\xe3\x2b\xe0\x45\x78\x6c\x01\xba\x63\x9e\x7d\x04\xbc\x70\x79\xd8\x1f\xfe\x42\xf8\xad\x15\x2d\x17\x32\xcf\x39\x5f\xc3\x95\x11\x36\x16\x7f\x07\x52\x42\x98\xc0\x03\xe2\x71\xb9\x41\x42\x26\x01\x9c\xeb\x80\xb5\xd6\xa7\xf9\x31\x41\x81\x7b\xa0\x3e\xca\x1b\xf5\x00\x7e\x98\x7e\x7e\x79\xdc\x36\x9f\x8b\x68\xdb\xb3\x0e\x13\xbf\x8d\x21\x17\x7c\x3d\x0d\xf2\xae\x93\xdb\x56\x10\xeb\x62\x1d\x2e\x5f\x01\xae\x13\x4a\x10\x93\x08\xbc\x1c\x96\x66\x30\xd0\x37\x33\x06\xe3\x6d\x6c\x6f\xb9\x4e\xe2\x4a\x91\xcc\x32\x5b\x4e\x65\x7f\x5d\x90\x66\x9e\x25\xc4\xdb\x34\x29\x1c\xae\x17\x2d\x0f\x9b\xd4\x2f\x96\xb0\xf0\xb2\x5f\x64\x14\x9f\x7b\x17\x67\x51\x24\xb3\xb6\xa7\xfd\x97\x2f\xd4\xf6\x74\x3a\xc8\x8b\x58\xf9\x43\xe2\x85\x06\x34\x07\x2f\x54\x1e\x76\xbd\xbf\x5e\x68\x5c\x3f\x73\x72\x6f\xf8\x5f\xdf\xd3\xab\xd3\x61\x8f\x17\x32\xa0\xd4\xea\x1e\xef\x86\x2f\xfc\x02\xc5\x88\xc1\x40\xa2\xeb\x51\xff\x74\x0a\x21\x9a\xc7\x6e\xc7\x17\x62\x8d\x9d\xfa\xfd\x62\x74\x8f\xdd\x06\xae\x84\xe2\x16\x21\x28\x1c\xf6\x59\x25\xc4\x1e\x97\x22\xd5\xc5\xc5\xf8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\xd1\x06\xd7\x03\x1f\x75\x63\x38\x66\xa9\xb3\xb5\xe6\x7a\x92\x28\x7f\x71\xa0\x85\xff\xbe\xb8\x51\xe0\xa2\xd8\x0f\xe0\x86\x0e\xd8\x49\x73\x6f\xa0\xef\xa2\xfd\x77\xff\xc0\x29\xda\xa0\xf7\x8f\x3e\x58\x22\xfa\xfe\x2d\xbc\xe0\x06\x76\x3c\x6f\x7a\x06\x05\xa2\xe8\xde\x72\x7b\xe8\x83\x74\xf0\x9c\xfe\x01\xa3\x36\x89\x1b\xdd\xfa\xa6\x9b\x48\xee\xf4\x0f\x07\xf4\x14\x6e\xe1\xe4\x28\x97\x7e\xa0\xac\x1d\xfe\x01\xa6\xb7\xe5\x3e\x20\x6a\xb5\x98\x77\xaa\x6f\x25\x15\xee\x02\x7e\x94\xe0\xba\x0b\x89\xf4\xff\x15\xcf\x45\xcf\x03\x61\x1a\x7e\x26\xcd\xda\xa2\x77\xa1\xff\xb6\x14\x05\x37\xf3\x29\x7b\x5e\x18\x9e\x5c\xc5\xbf\x37\xe1\xb2\x83\x26\x6f\xba\x8c\x2e\x3f\x53\x63\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa6\x7a\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdf\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x60\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x0d\xf0\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\x7b\xc6\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xf6\xfb\x98\x57\xe1\x9d\x3b\x78\x6d\xf6\x96\x0a\x08\x0a\xaf\x14\x23\xc2\x3f\x1c\x0c\x45\xaf\x85\xfa\x0d\x3d\xaf\xbd\xf1\xee\xb9\xff\xfb\x0f\xf0\xca\x1f\x0e\xa1\x7b\x82\x3c\x21\x83\x9b\xe1\xe2\x36\xc7\xdf\x13\xeb\x2e\x30\x72\x23\x6c\xe8\xb3\x3d\xa0\xf2\xb5\x9f\xcf\x9d\x0e\x04\xcb\x2f\x40\x24\xe8\x12\x72\xaf\x64\x03\xff\x00\x36\xf0\xb2\x65\xd0\x90\x79\x99\xa9\x64\xaa\xe6\xfc\x81\xd0\x70\x81\x8b\xa7\x02\x3b\x08\xce\x3c\x94\x11\xda\x3e\x4f\xe5\xf6\xd2\x85\xf3\x61\x0a\xcc\xaa\x9b\xd0\x53\x09\xe7\x3f\x3f\x70\x59\x24\x5e\x9f\x94\x1b\xda\x31\x0f\x6b\xf5\x38\xf6\xff\x61\xad\x1e\x1b\x85\x1f\x5c\xb4\xed\x46\xf0\x34\x02\x47\xff\x4f\x2d\xaa\x80\xdd\x03\xab\x8d\x8d\xe3\x4f\x47\x03\xba\xa6\x3c\xb0\xc9\xd8\x0a\xfd\x74\xba\x65\x79\x5c\x9d\xc7\x92\x76\xe9\xd3\x73\x5c\xfa\x01\x36\x97\xee\x74\x43\xcf\x20\x88\xf1\x30\x06\xef\x25\xd5\x3f\x60\x5b\x86\xbf\x40\x21\x16\x6d\xd3\x87\x15\x09\x3f\xef\xf3\x28\x9c\x7e\xe1\x86\x8d\x5f\xc3\x08\x66\x4b\xd7\xff\x41\x0e\x9f\x7e\x81\x60\x52\xe3\x0c\x58\x09\x3c\xf5\x88\xee\x6b\x5e\xdf\xc0\xbc\x48\x20\x3f\xef\x9e\xfc\xc4\x8c\x3c\x13\x2c\xa8\x4d\xfc\x70\xc7\xe8\xcc\x79\x26\xb2\xaf\xeb\xa8\x7d\x26\x38\x52\x5b\xf2\x99\x9c\x01\xf5\x37\xd9\x9f\xe8\x7b\x77\x5c\x75\xbc\xd7\x33\x73\x5d\xfc\x01\x76\x99\x19\x78\xf2\xa0\xad\xa6\x00\x99\x16\x3f\x3d\x26\xb7\xa9\x0b\x3a\xea\x54\xc9\xb2\x67\xe5\x42\xfa\x07\x30\x8f\xc4\xc4\xb3\x08\x46\xb5\x11\x1f\xdc\x2f\xc3\x86\x84\x67\x61\x9b\x98\x37\x58\x8a\xb0\x2e\xbf\x00\x59\x65\xf6\x5a\x90\x05\xde\x24\x3b\xbc\x72\xcd\xbf\x3b\x6f\xde\xd3\x3f\x60\xa2\xcd\x5b\xcc\xca\xf0\x73\x03\xc9\x6b\x9a\x28\x44\xef\x85\x8e\xb5\x87\xc5\x72\x8a\xff\x27\xfc\xac\xee\x81\xcc\xe6\x4d\xb5\x93\x46\x3f\x43\x9c\x9a\xb7\x60\x3d\xf1\xfd\xf2\x39\x1a\x5b\xd4\xbc\x1d\x58\x7c\x8f\x81\xd7\x3b\x73\x33\xcc\x2b\x16\xbf\xcf\xc1\x3d\x27\xf9\xfb\xc0\x65\xdb\xc7\xdc\x03\x63\x49\xb7\xef\xc0\x73\xf2\xf0\xd6\xe5\xe8\x41\xa6\xf1\x6a\xfe\x3b\x29\x5a\xbc\x43\xe8\x36\xe3\xe8\xbd\xe7\xc4\xd2\x2d\x37\x09\x8f\x65\xa1\xcb\x07\x0e\xd5\xdd\xfe\x07\x0f\xf3\x82\x3b\xd1\xd5\x73\x51\x6b\xa8\x61\x5e\x60\x1f\x73\x0b\x2f\x70\x3a\x07\x9e\x8b\xde\x95\x3a\x29\x9e\x2b\x87\xa5\x2f\x60\x7b\x70\x72\x8b\x87\x17\xac\xf5\x27\x95\xdc\x83\xcb\xd6\xb4\xe3\xe3\x73\xd3\xee\xa6\xfb\xdb\x03\x97\x19\x2b\x83\x9f\x3b\xe7\x44\x73\x00\x97\x19\x2b\x87\x9f\x1b\xf0\xc0\x52\x02\xa9\x9a\xba\x95\xbd\xcf\xf3\xc3\x0b\xea\x01\x1e\x33\xb3\x79\x4b\xc1\x63\xc6\xda\xe3\xe7\xbd\x0d\x0d\xab\x25\x1f\x94\xb4\xe9\xb6\x1c\x3c\x0f\x32\x58\x09\xa6\x3d\x0f\x97\x25\x7b\x9c\xbf\xf7\x72\x54\x95\x2a\x61\xfe\xde\xbb\x51\x93\x29\x64\xfe\x10\x41\xd7\x74\xa9\x9d\xbf\x1f\xca\x7f\xfd\x87\xaf\xe7\xef\xbd\x3c\x0d\xa9\xfc\xe6\x0f\xa6\x0b\x39\x3b\xcd\x1f\x4c\x17\xe5\xd3\x01\x2d\x67\xcb\x3f\x4c\x8e\xd1\x5f\xec\xfc\xc1\x4d\x1e\x68\xc2\x2f\x80\xbf\x3f\x34\xf2\x48\x59\xfe\x80\xbc\xb6\xf9\x0d\x0a\xaf\xa6\x26\xde\x1b\x59\x51\x2a\x95\xf9\xdb\x28\xbb\x36\x51\x85\x0b\x99\x94\x7e\xf3\xb7\xf1\xda\xd0\xfc\x43\xe3\x17\xea\x94\x65\x75\x36\x77\x31\x38\x0c\x7f\x11\xd0\xfb\x88\x28\xd8\x2f\x94\x12\x6b\xfe\x98\x1e\x4a\x91\xa4\xf3\xc7\xd2\xcf\x63\xa9\x49\x5c\xc8\xca\x4f\x6b\x51\x92\x06\xbf\xc0\x32\x4d\x5e\x9d\xf7\xc6\x35\x94\x45\x6b\xfe\x78\xc1\x6a\x3f\xf5\xc1\x7c\x93\xa5\xa9\x4d\x84\xdc\xcd\xf6\x13\x87\xf0\xc2\x34\x34\x33\x74\x78\x29\x5d\x6d\x56\x9a\x21\x9b\x06\xc2\x4a\xcc\x55\x33\x53\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x82\xca\x9f\xf9\x16\x19\x2a\xe5\x02\x3c\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x4a\x71\x85\x4c\xce\x5f\xcb\xfd\x2d\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb7\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xcf\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\xa5\xe8\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x0a\xa9\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\x78\xaa\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x7b\xef\x2f\xed\x67\x86\xc5\xf5\x45\xa7\xdf\xfc\xa5\x7a\xbe\xeb\x83\x09\x11\x56\x34\xe6\x17\x7c\x0d\xb9\x4a\xce\xdf\x24\x85\x1a\x32\x32\x5e\xd5\x29\x8a\x26\x6f\x60\xcb\x0d\xae\x7f\xff\xa9\x65\x6a\x0e\x5e\xf4\xd5\x64\xdf\x9a\xbf\x17\x7c\xd5\xfa\x27\xa7\xed\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\xea\x0d\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x9e\xc1\x1d\x9a\x4b\xcf\x20\x51\x56\xf3\xd6\xd9\x51\xc8\xb4\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\x49\x13\xa6\x68\x78\x71\x57\xfd\xcc\x0a\x72\x26\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x42\x71\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\xe6\x5e\xf1\x17\x48\x59\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\xfa\x2e\x37\x93\x80\xd2\xd0\x0a\x4a\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\xf1\x2e\xdc\x50\x14\xee\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x4d\x95\xe2\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x64\x78\xbb\x64\x96\x4d\xcb\x76\x56\x63\xf1\x86\x44\xde\xaa\x8f\x60\xbd\xb9\x81\xdd\x00\xc5\xa0\x85\x16\x72\x11\x2c\x95\xe1\x9b\xbf\x9b\xc7\x87\x31\x05\x7c\x4a\x3e\xc7\x3d\x13\x7b\x87\x65\xef\x83\xb3\xd8\x7b\xe2\xc9\x79\xd3\x28\x1f\xda\xf8\x7c\xe0\x20\xd3\xf7\x87\x4a\xba\xa1\x34\xef\x22\x66\xb6\x52\xec\xd7\xfc\x21\xb3\xd5\x0a\x83\x27\x38\x40\x87\x59\xee\x21\xcb\x0d\x31\x35\xf0\xdf\x0a\x63\x27\xba\xaa\x34\x6f\xac\x07\xdb\xc2\x4c\xfa\xd0\x55\xc4\x4d\xde\x6c\xe1\xbf\x26\x37\x3a\x48\x4b\x3a\x6c\x70\x5e\x59\xaa\x27\x38\x37\xa4\x50\x50\x31\xb3\xb9\xc1\x3d\xda\xcb\xb7\xfd\x90\x7d\x2f\xfc\x3f\x72\x86\xfd\xa7\x15\x9e\x1b\xb4\xe9\xc6\x66\xdb\x8b\xff\x8a\x14\x1f\x73\xfb\xd1\x00\x3b\xdc\xe1\xc5\x31\xe9\x8d\x2d\xa5\x87\xba\xd8\x72\xe2\xfc\xc3\xe4\x1b\xa1\x1f\xe0\x5c\xa2\xf5\xdd\x36\xf0\x64\xf3\xff\xbc\x43\x0d\xb7\x70\xb3\x53\x7d\xc1\x4c\x59\x8a\xcd\x9d\x1b\xd4\xe1\x46\x52\x1b\x2b\x14\x36\xf7\x49\x7d\x78\x93\x98\xdc\x0a\x47\xee\x67\x14\xe7\x53\x12\x96\xb9\x25\x5c\x2b\x6e\x13\x6c\xa9\xfd\xbe\xd5\x64\x4b\xf5\x51\x11\x8d\xe5\xc5\x40\x45\xe9\xfa\x79\x4e\xa6\xd3\x6c\xbf\x58\xac\xbe\xa2\xfc\x0f\x67\xd1\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x3f\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\xcb\xb2\xc8\xcf\x77\x6e\xd0\x56\x2b\x0f\xf7\xdc\x90\xe3\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\xb9\x40\x15\x1a\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x86\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x3f\x85\xd0\xdc\x46\xca\x34\x91\xc0\x02\x7d\xdf\x37\x78\x6c\x57\xbf\x01\x4f\xd3\xea\x17\xe8\x38\x6c\xaa\x07\xa7\x5a\x44\x50\xb9\xac\xe2\x8e\x73\x0b\x66\x9b\x10\x51\xc1\xda\xa1\x3a\x0d\xb6\xe0\xde\x16\xb6\xda\x02\x47\x94\x84\xda\x16\xb9\x16\x22\x2a\x26\xd8\xc7\x2f\xc0\x61\xd7\x6b\x15\xb4\x2b\xb8\x87\xe7\xdf\x7f\x22\xcc\x40\x13\xf8\xd2\xdb\x6c\x12\x5f\x9a\x7f\xa0\x29\xfb\xec\x32\x68\xca\x2c\x23\xb7\xc9\x3b\x90\xa7\x65\x92\xc3\xab\x9b\xa4\x58\x0d\x71\x1c\x94\x65\x16\x9a\xdb\xc4\xf9\x64\xf9\x42\x65\x59\x6c\xa6\x81\xa7\x83\xe7\x69\x12\x3b\x68\x62\x17\xb7\xa1\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\x27\xa4\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x36\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\x61\xfb\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x35\x61\x02\xbb\xdb\x05\x01\xa7\x2b\xcb\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\x4d\xa0\x6d\xbb\x78\x89\xb7\x74\xb9\x38\x0c\x37\xc1\x61\xb8\x05\x2e\x8d\xdf\x27\x12\xb1\xd0\x25\x8a\x0b\xef\xa2\x9b\x9e\x8b\x7f\xba\x16\x6d\xcc\xa4\xde\xcc\x3b\x37\x1d\xf0\xfc\x1c\x6f\xff\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\x2a\x7a\x3a\xb7\xf4\x3c\xf6\x2c\xc2\xdd\xa1\x2b\x50\x63\x6e\x08\x79\x2b\x9f\x67\x1e\xb8\x06\x11\x0f\x38\x7c\xf9\x05\xea\x59\x85\x4b\x0a\xcb\xbf\xc8\x6f\x65\x16\x20\xba\xae\xa0\x89\x59\x7e\x9c\x5b\x1d\xa8\x05\x1e\x11\x8a\xf4\x9c\xe5\xc7\xb9\x75\x93\xc4\xa5\xa1\xe7\xf5\xef\x3f\x5d\x8e\xe9\xb3\xc0\x41\x42\x41\x99\xb3\xfc\xc8\xd1\xba\xac\x15\xa8\xf4\x7c\x9b\x2b\x08\x87\x53\xcc\xe5\x2c\x4c\xdd\xae\x41\x95\x54\xe8\x69\x13\x95\xed\x87\x0f\x34\x26\x44\xc3\xc9\x33\x66\x96\x17\x22\x0e\x39\x1f\xcf\x02\x65\x9c\x92\xc1\xcc\x42\x80\x38\xfc\xcc\xd3\xb7\xfb\x03\x22\x6b\x61\xcc\x82\xf0\xb8\xef\x33\xeb\x36\x98\x02\x5e\xbd\xb4\x01\xca\x06\x75\x4f\x37\x49\xef\x18\xaa\xbb\x2c\x79\xf4\x69\x12\x0a\xc5\xa5\xb0\x53\x29\xe4\x8e\xe5\x4f\x16\x46\xe5\x17\xe0\xcb\x5b\xfc\xff\x81\xff\xd5\x25\xbc\x91\x0d\xfe\x0a\x9c\x8f\xa5\xe6\x9f\x05\x19\xb3\xba\xd5\x3f\xe5\x85\x8f\x43\x31\x9e\xb3\xd4\x14\xd0\xfe\xe2\x65\x69\x39\xca\xce\x02\xdd\x9f\x1c\x38\x66\x61\x76\xf8\x4f\x03\x13\x0d\x6a\xd6\xe0\x8d\xac\x04\xc2\xb3\xd4\x9c\x66\xff\xc0\x5d\x28\x94\x53\x1a\x57\x5a\x24\xb2\x1e\xb5\x62\xfb\x67\xa1\x7b\x84\x31\x46\xa1\x7b\x84\xb5\x0d\xa5\x65\x35\x7b\xcd\x53\x63\x0e\x73\xcd\x4b\xcb\xd5\x17\x15\x8d\xda\x85\xe6\x4e\x28\x72\x25\x5e\x4a\xa3\xc8\x95\xc0\x2c\xe9\x32\x2c\xf5\x5e\xe9\x3c\xf3\xdd\x0b\x23\xdc\xda\xf0\x27\xf4\xca\x90\x22\xa9\x74\xae\xaf\x66\x1b\x1a\x44\x45\xe9\xcd\xc2\xb4\x58\x6d\xb8\x49\xec\x1b\x21\x97\x02\xd8\xa9\x18\xba\x59\x12\x76\xea\x9e\x5b\xa0\x42\xf4\xf5\xaf\x0c\x1e\x67\xc3\x3f\x34\xbc\xa0\x1e\x06\x2d\xdd\x9a\x99\xf4\xf9\xf5\xd6\x84\x8a\xd1\x37\x8e\x32\x78\xd7\x16\x5a\x2f\x30\xbe\xca\xd7\x7a\x96\x81\x1c\x46\x12\x8a\xe5\x45\xa5\xa3\x9a\x89\x61\x7b\xed\x9e\xfa\x60\xc8\x96\xa7\x0d\x39\xb3\x3e\xd2\x89\x65\x99\xad\xba\x29\xe9\xc2\xeb\x79\x0d\x0a\xcd\xe1\x4f\xb0\x11\x2c\x8f\xe8\xd3\xdb\xfe\x76\x16\x95\xc9\x49\x13\x52\x2a\x2c\x6f\x13\x16\x2f\x33\x67\x49\x93\x30\x17\xdf\xd0\xa8\x98\x02\xab\x79\xe7\x00\x85\x16\xef\x94\x89\xa5\xf5\xde\x9d\x54\xc2\xe9\x3c\x2d\xf4\xef\x55\x55\xe5\x59\x16\xe3\xef\xcc\xa3\x2b\xe9\xf4\x0f\x8d\x7a\x3a\xd1\x49\x5c\xfa\x11\xbc\x6b\xf2\x07\x7f\x02\x80\xaf\x63\xb7\x2c\x88\x39\xef\x3e\x38\xf0\x56\xef\xdf\xfd\xc7\x06\xf4\xc1\xce\x00\x06\xf3\xec\x4e\x97\x6d\xbf\x30\xfe\xfd\x27\x96\x59\x74\x67\xac\xe2\x70\x93\x94\x11\x42\x89\x05\x1e\xbc\xd5\xa2\x18\xaa\xbf\x6a\x8e\x43\x09\x1d\xdf\x9c\xca\x9e\x53\x67\x12\x50\xe8\xcb\xeb\xc7\xe4\x08\x0a\x65\x9c\x05\x79\xf2\xab\xae\x29\x25\x91\xac\xa0\x6d\x41\x49\x1d\x79\xd8\xce\xc2\x04\xab\x2d\xfc\x45\xb0\x4f\x7f\x91\x88\x5f\xcf\x18\xa6\xce\xf1\x72\x24\x43\x68\xd8\x07\x47\xe9\x17\xb8\xf9\xc3\x3f\x20\xbf\xee\x74\x97\x39\x4c\xff\xc0\xe8\x48\xb3\xfd\x49\x65\xbc\x68\x38\x53\x30\xaa\xcf\x2b\x27\x42\x54\x5f\xf4\x9d\xd4\x38\x11\xb5\x56\xbd\x14\x2f\xb0\x6c\xbe\x18\x17\x04\xad\x4d\x0f\x22\x63\xd6\x3c\x51\xa8\x2b\xd8\x75\xe3\x2c\x80\x91\xd5\xd3\x04\x27\xdb\xf2\x39\x31\x80\x23\xab\xb9\x01\x5e\xb7\xd6\xb2\x16\x78\xd9\x56\x8b\x8b\x0b\x0c\xe9\xc5\xbf\x93\x21\xd5\x00\xac\xc2\xc6\xe7\xe5\xce\xb5\x15\x89\x37\x0e\x41\x6f\xd5\x3b\x77\x8d\x06\x89\x6c\xaa\x9f\x63\x14\xfa\xc6\x30\x87\xbf\x50\xb4\x2c\xcb\x23\x66\xd3\x6a\xd3\x5d\x26\x47\x6b\x90\x2f\x18\xad\x56\x0d\x17\xfa\xd1\x7e\x4e\x82\xc4\x9e\x06\x0b\x70\xa4\xf5\x3d\xb9\x3c\x24\x5a\xf3\x88\x20\xb8\x6a\x8e\x4e\xe8\xe9\xa3\xfe\xe1\x69\x64\xb9\xfc\x70\x25\x44\x24\xa2\xe0\xaa\x69\x84\x9f\x6d\x35\x14\xc8\x6c\x59\xde\x45\x4f\xf2\xdf\x7f\x5d\xd4\xcc\xaa\x2f\x19\x57\x7f\xdb\xbf\xff\x4c\xd5\x5f\x9a\xf5\xc7\xe2\x88\x4d\xcf\x1c\x84\x1b\x68\x58\x7b\x3f\xd3\x4d\x76\xe9\x19\x28\x4f\x67\x70\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x3a\x55\xe9\x99\x30\xd1\x14\x33\x6f\xaa\x92\xd4\xce\x8a\x94\xfa\x72\xae\x9b\x95\x5e\xb6\xca\xb4\x36\x2b\xf3\xa2\xfa\xc0\xac\x85\xae\xf0\x12\xba\x15\x7a\x42\xe5\xd0\x99\xf5\x45\x75\xa1\xb4\x53\xb3\x12\xb4\x09\xf0\x54\x66\x29\x78\xcf\xe8\x3f\x9c\x45\x35\xf3\x5e\x49\xf5\x50\x69\xe1\xf5\x81\x5c\xa1\x43\x54\x4e\xe4\x59\xd3\xe2\x2b\x2c\x5d\xe1\x42\x5b\xa5\x64\xac\x70\xa1\x55\x4c\xce\xac\xb4\x08\xfb\xd2\x5c\x2b\x78\xab\xf9\xb9\xe3\x59\x3d\x56\xd8\x31\xc2\xff\x07\x1b\x70\x8f\xef\x29\x63\x94\x58\xe1\x62\x5b\xa5\x3a\xaf\x95\x57\x62\xa9\x1a\x6a\xa2\xc2\x69\x9a\xb8\x41\xb4\x07\x2b\x61\xa2\xae\x30\x95\x05\x0a\x0d\x2b\x6a\xe3\xad\xc7\xc3\x6a\x14\xd9\xcb\x6f\x60\x18\x82\xdf\xf5\x85\x8d\x31\xbc\x90\x8d\x57\x62\x1d\x02\x15\xd9\xf7\x55\x33\x75\xd6\xcc\xaa\xe0\xff\xdf\x4d\x6b\x3d\x65\xed\xa4\x51\x4b\xc5\x9a\x44\x36\xe7\xd4\xce\x13\xdc\x1f\x70\xe6\x25\xcc\x6a\x27\xcd\x02\x4f\xb5\x53\xa2\x7f\xfa\xc8\x7d\xae\x61\x26\xea\x5c\x7e\x63\x82\x6a\x53\x81\x08\x28\xbb\x6c\xd4\x17\x23\x4e\x15\x19\x98\x15\x18\xd1\x79\x7d\x66\x65\x8d\x41\xc3\xa7\x0a\x23\xb0\x6f\x01\x15\xe9\x07\xaa\x67\x2e\x98\x46\x4a\x34\xd1\x87\x35\x24\x6b\x2a\x8c\xbc\x3e\xd1\x2b\x7c\x56\xbf\x1f\x24\x97\xfb\x85\x07\x34\xaa\x87\x99\x24\x69\xf1\x66\xae\xbf\x88\x66\xae\xab\x4f\x1f\x93\xcb\xad\x3e\x26\x0f\x43\x73\x21\x9c\xee\x7c\xf2\x54\x44\x60\x55\x33\x25\xf4\x88\x1f\xe9\x04\xcf\xd5\x6e\x1d\x6f\x85\xe7\xaa\x51\x44\x5d\xbc\x6e\x99\xc3\x16\xe5\x9d\x7a\x80\x23\xaa\xd2\x0b\xcf\xba\x68\xc6\xf0\xde\x5d\x8b\x83\xf0\x17\xa4\x41\x13\xc9\x5c\x55\x6d\xf9\x05\x4a\x13\xc1\x88\xca\x98\xac\xb6\xfc\x03\xc4\xb6\x65\x20\x11\x9d\xe5\x13\xf4\x88\xd5\x02\x06\x21\x59\x4a\x04\x3f\x2b\x5d\xe8\x0c\xbf\xea\x9e\xfb\x44\x34\x20\x21\x41\x35\xff\xec\x54\x72\x58\xe4\xed\x1c\x85\xf8\x67\x67\xb0\x83\x48\x62\xe5\x23\x9f\xd9\x75\xe7\xf6\xf7\x56\x3b\x18\xdb\x28\xa2\x0e\x72\xa0\x3e\x80\x5e\x50\xce\x8b\xb3\x1e\x94\x92\x3a\xe4\xeb\x09\x21\xe8\x93\x02\x6a\xbd\x61\xf6\x39\x03\x0c\xa7\x0e\x58\xb4\xf9\x73\x16\x41\x8d\x37\xbc\x55\x11\xd1\x14\x16\x37\x27\x98\x21\xfc\x4c\x70\xe6\x41\x5e\x8c\x41\xf5\xe9\x78\x11\x39\xfb\x13\xa4\x08\xf8\x6c\x33\x66\x9a\xea\xde\xa9\x17\x5d\x03\x44\x03\x74\x76\x72\x21\x9e\xf5\xc5\x4e\xce\x02\x3f\x2b\xa2\xfb\x67\xf7\x36\x42\x91\xe6\xcd\x92\xfd\xc6\xda\xcf\xbf\xe4\xdf\x9e\xf5\x26\xbd\x82\x39\x15\x2a\xba\x69\xbc\x59\xe9\x31\x67\xf8\x58\xef\x85\x54\x37\x62\x84\x9b\xa6\x1e\x6f\xca\x1b\x87\xa3\x27\x09\x38\xe8\xb3\xae\xb4\xd3\x9a\x31\x1e\xc4\x52\x48\xb9\x5a\x11\x5e\x54\x7d\xd6\x11\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\xa4\xa0\xb2\x56\xb1\x3e\x29\xa9\x34\xc5\x50\xd0\xcd\xfe\xf9\x02\x14\x2e\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\xac\xb4\x4c\x49\x25\xe0\xd5\x88\x7a\x3e\xcf\x34\x1c\x4f\x3d\x33\xc6\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xf7\x9f\x50\xa1\xeb\xd9\xe0\x40\x27\xbf\xf0\xd9\x5e\x18\x54\x15\x3a\x37\x1b\xb5\x6d\x3a\x4c\x1b\x50\x91\x1c\x4e\x67\xfb\x51\xb7\x21\xa9\xd2\xd2\x5d\x4e\x1b\xb4\x6d\x14\xf8\xea\x71\xcb\x95\xee\xfa\x21\xf8\x83\xdf\xa0\xe4\x12\xf4\x6a\x05\xac\xa5\x63\xa9\x21\xda\x48\x91\x3e\xb3\x95\x85\x34\x7f\xfe\x1f\x32\x42\x82\xad\xbd\x30\x69\xd8\x9d\xab\x31\x99\xbc\xf1\x6a\xab\xe9\x9f\xac\xe7\x57\x24\xd8\x2d\xa6\x51\x35\x25\x7d\x4d\xab\xb9\xb2\x6a\xb1\xe2\x10\x5a\x7e\x46\x65\x56\x49\xd2\x46\x4b\xa6\xc5\x77\x83\x25\xd3\xae\x74\x8d\x96\x4c\xe3\xd9\x86\x38\xf6\xe1\x59\x42\xf2\x4e\xd5\x35\x9a\x2d\x2d\x9d\x92\xbd\xad\xa5\x9c\xd3\x52\xb5\x1b\x89\x8d\x35\x8b\x80\x18\x53\x05\x2c\x66\xa3\xd6\xc9\x30\xbe\x75\x5e\x46\x44\x43\x4f\x8e\x56\xa7\x9d\x5e\xaa\xea\x93\x4a\xa6\x2e\x44\xdb\x3a\x25\x95\xf9\x69\xf0\xb0\x15\x8b\x37\x44\x96\x77\xc9\xf3\x06\x2d\x93\xdd\x7f\x1a\x0a\x25\x6f\x9e\x6a\x3a\xae\xf9\x12\xd7\x06\xf9\x67\x73\x0b\x2f\xcf\x2b\x7a\x73\x36\xaa\x9d\x0c\xed\x1b\x42\x73\xec\xd8\xd8\x98\xc0\xd3\x17\xc9\x36\x0e\xbc\x60\x1a\x19\x9b\xec\x06\x78\x22\xb8\x81\x1b\xef\xfb\xff\x07\xcf\x9a\x58\x46\xea\x28\x00\x7b\x36\x84\xaa\x5b\x0d\xd5\x82\x0e\x20\x92\x1d\x2d\x72\x94\xea\x02\xbe\x70\x9b\xb7\x40\x10\x71\xe8\x28\x6d\x2f\x4e\x1a\x72\x41\x7e\xef\xfa\x9c\x16\x71\x14\x9c\xe3\xec\x0b\xd7\x02\x56\x43\xf3\x4b\xe4\xda\x99\x28\x32\x90\x24\x7a\x83\xc1\x75\x76\x01\xe7\x06\x83\xab\xdd\x56\x1b\xbc\xe3\x9a\xb7\x4d\x66\x77\xb7\xb4\x41\x4e\xa6\xe6\xc5\x5c\x28\xfc\xe2\x8d\xba\x88\xbc\x04\x28\xda\xa2\x95\xd9\x6b\x47\x35\xd4\xf0\x33\x37\x92\xce\xca\xc6\x40\xf4\x5e\xdc\xe6\x82\x2f\xed\x5f\x0a\xb7\xce\x06\x4b\x69\x37\xf7\x2d\xe6\xf6\xd6\x9d\xad\x01\xe1\x34\x33\x1b\x32\x32\xd9\xd5\xa3\x31\xc3\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xe7\x32\xbb\x2c\xb7\x3d\x25\xa6\x9a\x60\xa1\x45\x9b\x3a\xdb\xc1\x60\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x54\x2b\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x7d\x9c\xda\x41\xfe\x76\x87\xd4\xc3\x9a\xfb\x98\xb7\xbd\x17\x93\xc0\x69\xd0\x17\x27\xfd\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xc1\x4b\xd0\xb0\x21\xf9\x66\x73\x0f\x27\xe5\x9b\x06\x81\xa0\x01\x3b\x1a\x36\x58\x3a\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xf2\x69\xd7\xb3\xf6\x62\xa4\x61\x17\xaa\x86\x20\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\xd2\x34\xb8\x6d\x77\x72\xa2\xa6\x99\x69\x30\xbb\x69\xbe\x4f\x94\x00\x57\x0f\x37\xdc\x51\x2d\xb1\x6f\x4a\x68\x21\xcd\xf6\xe4\x34\x8b\xe8\x87\x5b\x52\xd0\xb1\xd1\xb7\xcc\x57\xf6\x06\xd4\x62\x47\xa2\xf6\x50\x1a\x5a\xe0\x3e\x49\x95\xe8\x7e\x68\x71\xf3\xbe\x87\x1f\x58\xab\x6e\x92\x97\x15\x5d\xb1\xda\x03\x6e\xd0\xcc\x75\x86\x51\x4f\x3f\xe3\x6e\xa2\x71\xf6\x5f\xd2\xb0\xf4\x03\xbd\x70\x04\x33\x3a\x8d\x78\xbe\x9c\xf4\x8d\xe7\x86\x44\x45\x67\x5c\xb4\x9d\xea\xfb\x8b\x2b\xaa\xea\x58\xbd\x87\x10\xa8\x56\xa7\x48\x3a\x64\x1f\x99\x0e\x2b\x9d\x5d\x09\x3b\xf5\x37\xfd\xf3\x01\x39\x4a\x12\xb2\x6f\x14\x06\xcb\x34\x60\xdc\x9a\xfc\x5e\xc8\xf4\x43\xcf\x5c\x0c\xb1\x44\x2f\xf5\x5d\xf0\x9f\x5f\x18\x48\xdf\xa0\x89\x62\x61\x1c\xdf\xe2\x3a\x93\x06\x59\x03\xd4\x4b\x52\xe9\x4f\xb8\x38\xa2\x09\x4a\x1d\x23\xc0\x5e\x78\x02\x0b\xd8\xf7\x4a\x25\x93\xd0\x52\x4f\x1d\x8d\xf6\x6e\x4f\xcb\x9d\x2e\x0b\x9d\x96\x3b\xb7\x59\x09\x14\xb4\x99\xfb\x0b\x6f\x22\x84\x0a\x7b\xbd\x5f\x54\xe9\xc5\x62\xfc\xa1\xef\xbb\x1d\x2a\x17\x3b\xde\xf4\x86\x99\xf3\x62\xb4\x8a\x0a\xa9\xea\xa0\x51\x35\xd1\xdc\xc0\x44\x03\xea\xb1\x31\x55\x91\x26\x0e\x41\xca\xb6\xa8\x75\xf8\x7d\xd9\x47\xa1\x23\x77\x79\x78\x48\x09\x86\x84\xb7\x7a\x4f\x86\x53\x0f\x9d\x5b\x4d\xb8\xa2\xd3\xf3\xcb\x17\x8a\xde\x2b\xe4\xb2\x88\x46\x04\xa4\xbd\x18\x7a\xea\x57\xda\x9f\x2c\x45\xbd\x43\xdb\x6d\xde\xe9\x1c\xb1\x09\x5c\xe8\xcd\xcf\x04\xb9\xa6\x97\xec\xeb\x55\x64\x38\x65\x74\xd3\x4b\xa5\xab\x74\x2d\x1d\x59\x7c\x3e\xb3\x3e\x68\x3e\xf3\x2c\x8e\x09\xdf\x35\x71\xe3\x40\x06\x79\xcf\xfa\x00\xa6\x30\x3f\xbf\x40\x6a\xaa\x74\xee\xec\x00\x4e\xcd\x14\x8c\x9c\x75\xbd\x40\x14\x23\xe1\xd4\x83\xd0\x5f\xf7\xff\xce\x1a\x36\xb6\xbf\x76\xfa\xf8\xdb\xca\xd4\x69\xb0\xb3\x0b\x7a\x87\xc1\xce\x06\xda\x4e\x83\x9d\xed\x92\x1d\x8e\x65\x4d\x18\xa3\x27\xce\x31\xb3\x4d\xa4\x0d\xf7\x3c\x31\x05\x4f\x48\x73\xd6\x27\x4f\x7d\xa1\x90\x3e\x39\x0e\x37\x89\xc5\x33\x4d\x33\xc7\xe5\x1f\x70\x98\x7c\xba\x3c\xf8\x82\x89\x64\xce\x26\x5d\x16\xfb\x24\x6e\xd0\x09\xda\x11\xcc\x6c\xd3\x75\x5f\xdc\x53\x6a\x81\x26\xbd\xee\xd9\x47\xd0\xa5\x5d\x37\x3a\xa0\x93\x2d\x7c\x9d\xb5\xaf\x15\x93\x3e\x3b\xa0\x94\x3d\x9f\x3b\xa2\x01\xda\xe7\x7f\xc8\x22\x9d\x3d\x9d\xfa\xa2\xfe\xe9\x81\x53\xef\x2f\xd2\xe4\xa7\x4b\x7a\xdf\x53\x3a\x69\x62\xe0\x59\x66\xdf\x9d\xce\xfc\xe6\x56\x86\x74\xe8\x90\x6c\xc2\xef\x3b\x65\xa8\x2e\xcd\x7d\xe7\xdc\xfb\x83\xf5\x5e\x5a\xa6\x3f\xd8\x61\xd1\x13\x91\x08\x0f\x50\xc6\x9a\xd9\xf7\x17\x13\x4e\xcb\xa6\x9d\xc7\x9f\xd7\x6e\xbf\xf1\x82\x49\x84\xe3\xa2\xa0\x78\x3f\x7e\xef\x2e\xd8\xfc\x4c\x70\x3f\xfd\x03\xe5\xa9\x6e\xe9\x3d\x2d\x80\xd2\x17\xf6\x83\xda\x0f\xdd\xa3\x3a\x31\x9e\xcf\x26\x78\xb7\x35\x9f\x97\xb4\xf8\xf9\x5e\xd5\x4f\x44\xeb\xe9\x0a\xd2\x99\x1e\xbd\xfa\x90\x66\x09\xc5\xcf\xe6\x85\xb3\x59\xf3\x21\xcd\xec\xe6\xdd\x0c\x76\xd2\x83\x6e\xf9\x0b\xdc\x72\x05\x14\x7a\x06\x72\x7a\xf7\x9e\x38\x30\xcd\x40\xc4\x64\x96\x71\x88\xdb\xb4\x8f\x42\x4f\x8b\x9e\xd7\x0a\x16\xbc\xe6\x83\x07\xf1\x00\x76\x41\xe8\x17\x19\xcc\x3d\xa4\x09\xcf\x47\xd3\xcd\xcd\xed\x99\x43\xb6\xf3\xcd\xfb\xea\x26\x0d\x9a\x38\x46\x04\x7c\x04\x71\x6a\xa2\x7c\x80\x42\x13\xe5\x3b\x40\xbf\xb1\x16\xdd\x1f\x50\x03\x6d\x8e\x4a\xe7\x2f\x03\x09\xd4\xa7\x69\x0e\xf0\xeb\x4f\x76\xaa\x99\x78\x50\xb5\x4f\x57\xd2\xfe\x70\xfd\xfd\x01\xfa\xb4\x30\x40\x81\x9a\x69\xa4\xc1\xfa\x87\xd6\x62\x76\xf8\x7e\xb5\xf8\xd3\xb5\xa8\x3f\x09\x22\xfe\x9b\xc5\xf1\xa3\xc2\x51\x13\x3f\x90\xb7\xd2\xae\x8d\x03\x90\x4f\x31\xe1\xef\xa9\x88\x3c\x7e\x55\xcf\xe4\x57\x37\x08\x51\xa2\x4d\x38\x90\x07\x27\x94\x1a\xeb\xdd\x3e\xec\x71\xe8\x07\xde\x28\x24\x21\x07\x14\x4b\xf6\xac\x18\xdb\xf8\xf7\x9f\x6e\xed\xf5\xd8\xe2\x7d\x16\x60\x1c\x1b\x3d\xd1\x74\xc5\x18\xa9\x67\x12\x2b\x8c\x8d\x93\xea\x2e\x29\x94\x97\x7f\xe0\xbd\x48\xfc\x38\x4a\x52\xa9\x4e\xa1\x9a\xb2\xf1\x7f\x94\xac\xea\xa6\x81\xd3\xd3\xdf\x0e\x05\xa3\x50\xc3\x1d\x6e\x82\xbb\x4a\x9d\x16\x94\xee\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xea\x2a\x1d\x68\x83\x25\xaf\xad\xaf\x1a\x34\x9a\x75\xf1\xd3\x48\xa3\x99\x39\x00\x41\x93\xf6\x28\x18\x2d\xd3\x20\xaa\x13\x78\xef\x8f\xa9\xfb\xd3\x60\xee\xf1\xd0\xbe\x18\x09\xea\xba\xdf\xc0\x6e\x96\x68\x1f\x00\x69\xaa\x48\x36\x07\x52\x2d\x5a\xe5\x3b\x7a\xb2\x80\x3e\xe8\x3c\xe2\xbc\x62\x74\xbe\xb7\xe3\xf1\x80\xf7\xbd\x23\x48\x06\xeb\x0b\x76\xcf\x1e\x6c\x5e\xa1\xd4\x5b\x73\xc0\xc6\x35\x3e\x7d\xc0\xde\x64\x65\xe1\xe8\x88\x93\xf6\x02\xa2\x04\xf5\xc7\xbd\x6f\x00\x67\x85\x79\x1b\x9e\x56\x76\xbf\x1e\x48\x36\x13\x4a\x43\x35\xc7\xa0\xbd\x51\x47\xd8\xa0\xd2\xcb\x9a\x96\x81\xb4\x16\xd6\x55\x0f\x56\x9d\xb6\x4e\x6b\x20\x02\x40\x49\xa1\xe6\x18\xbc\x61\xe9\xcc\x19\x83\xf0\xc1\x54\xc0\x97\xca\xf6\xee\x11\x8c\xd5\x31\x9f\x21\x3f\x62\xb1\x8e\x72\x44\xb2\xae\x3a\x09\x06\x33\xba\x49\xea\x24\x4d\x26\xc0\x9a\xca\xf5\xcc\x01\xac\xe6\xba\x5b\x73\xcc\x6c\x52\x9d\x4e\x08\x5b\x0b\xd7\x31\xc9\xbb\x9e\x1b\x78\x43\xd5\xcf\x17\x3c\x9e\x3d\x90\x4c\x36\x21\xd4\x3a\x60\x3a\x6b\x9f\xe7\x8e\x9c\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x4b\x93\x1e\x6b\x20\x99\x61\xb1\x86\x6f\xec\x30\xe5\x5b\xbb\x36\x76\xf6\xa1\x2f\x76\x40\xc8\xe2\xff\xd9\x87\x40\xc1\x80\x63\x92\x4d\x6b\x83\x66\x2a\x2b\x3c\x06\x72\x41\xd8\x40\x33\xe0\x31\xdf\x2c\xac\x0e\x8a\x1e\x4f\xf6\xc1\xcd\xe0\x89\x40\x72\x08\x5b\x73\xc7\x11\xec\xc2\x4d\x50\x50\x78\x14\x8c\x53\xb4\xba\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xfa\x11\xe6\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x58\x46\xab\xb3\x06\xbd\xe0\xad\xa9\x19\x54\x05\xad\xf6\x97\xa3\x69\x9c\x4c\x15\xec\x8f\x71\x30\x5a\x44\x9f\xcc\x57\xe8\xde\x32\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xbf\x46\xc8\x28\x47\x6b\xcb\xc6\x45\xfa\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\x8c\x6d\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x32\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x71\xc6\x83\x9a\x3f\xd2\xc8\x0c\x60\x9a\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\x76\xff\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\xb1\x6f\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x6e\xa8\xf1\x9b\x78\x61\xea\x99\xc3\x74\x03\x3b\x9e\xdd\x03\x1d\x88\xb5\x10\x01\x9b\x9b\xe7\x35\xe8\x89\xa4\x7c\x94\x33\xe8\xe2\x6e\x05\x5c\x30\x8b\x60\xf7\x30\x50\x01\xa6\x4b\x98\x04\x72\x56\xf4\x9f\xff\xe7\x89\xb3\xfc\x02\xdd\x52\xbb\xdf\x80\xdf\xcd\xf0\x33\x61\x8a\xe7\x01\x60\xc9\x2a\xe2\x40\xd9\xe8\xf8\x7c\xc0\xcb\x80\xe7\x65\x23\x56\x17\x4e\x89\x04\x4f\x92\x81\x51\x12\x31\xf8\x8d\xe4\x6a\xad\x5f\xe9\xe8\x54\x53\x55\x28\xa9\x3d\x35\x70\x7b\xb7\x3a\x3e\x0a\x43\x9d\xba\xfb\xc8\xb9\xd3\x0f\xb0\xfd\x7d\x3c\xcd\xa2\x52\x00\x48\x8f\x1b\xf0\x61\xb2\x65\x25\x90\xf5\xcf\x66\x91\x60\xce\x0a\x15\x65\x9f\x01\x9f\xa4\x8f\x5b\x4c\x20\x67\x45\x2f\xee\x22\xe7\x46\x93\x05\x74\x65\x5b\x4c\x10\x5d\xd9\x69\x25\x98\x92\xc2\x4e\x05\x41\x8b\xa2\x95\x91\x01\x8d\x98\x43\xb0\xa2\x31\xb3\x80\x3f\xc0\xee\x35\xcf\xd0\x5e\x68\x05\x69\x20\xf1\xb5\xcd\x0a\xd1\x73\x62\xb4\x80\x88\x74\xb4\xc2\x34\x5e\x6c\x15\x8e\x21\x8c\x8e\x79\x91\xba\x3b\x60\x3e\xfc\xd8\x30\x03\x3e\xeb\xd6\x3c\x47\x6a\xa8\x86\xbf\xc0\x34\xe8\xf0\x0f\x14\x61\xe9\x92\x48\xc1\x48\x48\x2b\x79\x63\x90\x24\x7f\x80\x80\x2a\xef\x6f\x78\x9c\x5b\xa1\x1e\xc8\xca\xd7\x75\x1a\x04\x2c\x79\x56\xa7\xc7\x20\x77\xd4\x3f\x39\xd4\x45\x66\xbc\x30\x47\xa3\xd8\xca\x47\x49\x17\x08\x92\xb4\x49\x20\x02\x0a\x60\x6f\x1a\x24\x03\xeb\x96\x36\x41\x5d\xbc\xee\xb3\x41\x2b\x9d\x55\x6a\x11\x88\x4a\x33\x3f\xc3\x26\xe7\x9c\x18\x31\x89\x67\xbd\xf5\x67\x6e\x11\x7f\x01\x44\x35\x2c\x90\xe0\x4e\x3e\x87\x05\xce\xa4\x5f\xc2\x70\x1b\xaf\xa4\xb7\xab\x6e\x30\xf1\x84\xaf\x77\xb1\x78\x1e\x99\x0c\x2a\x9f\x54\x1e\x70\x06\x0d\x77\xbe\x31\xc6\x4a\x81\xa2\x91\x65\x54\xa2\x25\x08\x6c\x6f\x56\x16\xc6\xce\x4d\x61\xc9\x09\xf7\x22\xeb\x70\x63\xa7\xf5\x50\xd7\xb3\x60\xaa\x88\xe1\xc9\x00\xea\xb2\x2a\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x84\x27\x02\x05\x4c\xac\xf9\x0b\x94\xba\xeb\xbe\xb8\x06\x52\x3b\x2c\xef\x75\x18\xdf\xac\x02\x0b\xb8\x17\xf5\x4f\x83\x37\x69\x74\x8b\xf4\xdf\xd5\x95\x31\x10\x78\xe8\x78\xcf\x20\xe4\x1a\x96\x82\x40\x58\xd6\x5f\x06\x00\x95\xd5\x70\x81\x0c\xcb\x56\x04\x06\x93\x45\xb4\x4f\x8b\x94\x60\xe1\x37\x88\x58\xa4\xe3\x8a\x93\x13\xa7\x51\x9c\xa4\xda\x82\xf6\x22\x91\xfa\x00\xde\xdf\x56\xbb\xc4\x95\xeb\xaf\xc5\x43\x18\x61\xdf\x2c\xd1\x2e\x82\x4f\x2f\x0e\x2b\x8e\xf8\x22\x15\x09\x93\x3c\x50\xaa\x7f\x86\xf7\x13\x9c\x90\x1c\x48\x15\xcc\x93\x6c\x65\x60\x10\x27\xd9\x59\x2b\xe8\xb1\x6d\x1d\x75\xd0\x6a\x37\x2c\x07\x91\xc9\xb8\x5b\x6f\x10\x34\xe3\x99\xb5\xa1\xef\xe9\xbe\x6f\x07\x81\x8f\x2e\xbe\xc1\xfa\xc4\xd6\xbc\x06\x5c\x8d\xba\x2e\xc2\x41\x05\x91\x35\xab\x81\x04\x10\xdd\x80\x30\x18\xfd\xd7\x3e\x6d\x32\x92\x45\xd3\xc9\x5c\xc7\xed\xd3\xe6\x81\x6c\x74\x1a\x06\x14\x40\xd6\xe6\xc5\x43\x51\xa7\xb9\x9a\x70\x36\xea\xbe\x09\x4f\x82\x23\xc7\x14\x4d\xd6\x1e\x71\x40\xcf\xfc\xe5\x1a\x4e\xfd\x00\xd7\x37\x49\x92\xf9\xe3\x9a\x76\xb7\xb9\x53\x3c\xf9\x8d\x9c\xdd\xa5\x1f\xb0\x3f\x84\x01\xe6\x0f\x74\x4b\x22\xce\x1f\x27\x57\x2d\xa6\xe6\x48\xcb\x31\x89\x7d\x24\x9b\xe6\x46\x1e\xd0\xc8\xe7\x96\x3c\xa0\x2e\x99\xb0\xcb\xf7\xa0\x09\xdb\xa1\xb5\x5d\x13\xbe\xdf\xd6\xce\xcd\x8d\x9a\x72\x9d\x33\x73\xcb\x71\x8a\xea\x2d\x97\xc3\x7d\x50\xb2\x87\xc9\x3a\xd9\xa9\x06\xc6\x24\xcc\xd6\xe9\xce\x17\x30\xc5\x94\x9c\x9e\x85\x03\xfb\x93\x87\xdd\x2c\xdc\x7f\x9a\x26\xb8\x96\xdb\xd9\x73\xa2\x42\x9e\xb5\xe0\xb3\xf0\xb0\xd6\xe9\x3d\x0b\x0f\x67\xa9\x52\x66\xe1\x96\xd7\x61\x3a\x59\x36\xd9\xea\xdd\x59\x49\xa0\x26\xba\xf2\x38\xd4\xf1\x3a\x2b\x85\xc0\xf0\x0f\x9c\x58\xcd\x12\xbc\xbb\xad\x1c\x9b\x19\xf3\x27\x2d\xd3\x24\x92\xf2\xc4\x53\x71\xa5\xb2\xdb\x73\xa6\x5e\x4a\x34\x34\xee\x3d\xb3\x43\xc3\xc4\x78\x58\x0c\x12\xb4\x12\x7a\x36\x48\x53\x2f\x54\xa3\xf5\x47\x4a\xa6\x89\x12\x79\xb6\x13\x4f\xfa\x72\xab\xf4\xee\x9c\x2d\xd7\x5a\x93\xfd\x62\xaf\xe2\x54\x08\x13\x95\x95\x7d\xd7\x9f\x54\x7c\x85\x34\x2b\xb3\x27\xd5\xfe\x81\x54\xab\x0b\xb8\x7b\x5b\x75\x39\x7b\x12\xa9\x99\xec\xdc\x9a\xee\x03\x8a\x2e\x1b\x8e\x67\xa2\x33\x61\xa1\x49\x74\xe6\x61\x76\xce\xbd\x34\x2f\x13\x9a\xb0\xf2\xa1\x89\xe2\xd8\xab\x07\x4d\x58\xfb\x10\x85\xad\xeb\x69\x80\x77\x58\xdf\xcc\xd1\xf4\x0e\xb3\x0e\x77\x0e\xa6\x9d\xf0\x0b\x1c\xb6\xba\x1c\xcc\x93\xa4\x1e\x47\xee\x5c\x2d\xde\x0b\xf8\xaa\x2f\xca\x93\xa9\x32\x54\xab\x74\xce\x41\x06\xf2\x33\xa7\x5e\x8a\xb2\x49\x1b\xa5\x2a\x89\xce\x19\x4c\x15\x29\x1a\x82\x6b\xe3\xad\x83\x3c\x67\x56\x78\x4c\xb8\xb4\x5b\x31\x33\x91\x19\x63\x99\x68\x1a\x39\x1d\x6b\x37\x19\x84\x68\x6d\xfe\x44\xde\x32\x6b\x72\x26\x4c\x9a\xdd\x34\xc2\xa4\x69\xcb\xee\x9c\x39\x8f\xfa\x60\x62\x27\x7a\xe9\x88\x12\x75\x2f\x9e\x2c\x19\xf2\xf3\xfb\x30\x1f\x78\x9e\x11\x51\xe8\x4b\xef\x5c\xfc\x5e\x43\x80\xca\x6c\x4a\xc3\x31\x17\xa4\x89\x54\x22\x93\x1a\xb4\x8f\x50\x5e\x60\x2e\xdd\x71\xe7\xe2\x88\x34\x05\x8b\xa7\x91\x19\x3c\xc1\x9e\x10\xc7\x24\xd8\x5b\x7e\xc6\x36\xd5\xf5\x72\xee\x3c\x21\xcd\xbf\x88\x05\xec\xca\x62\x3f\xe7\xce\x42\x12\x1a\x04\xb2\xaf\x5a\x65\x32\xa1\x61\xf3\x35\x7b\xa2\x96\x9d\xef\xab\x13\x81\x7b\x2a\x8a\x33\xe7\xc1\x75\xf6\xfb\x01\x6d\xa7\xff\xe7\x19\x60\xfe\xa7\x91\x4e\x25\x68\xe7\x84\x5b\x95\xaf\xed\xf3\xcc\x41\x6b\x50\x2f\xd4\x2b\x9b\xf7\xc3\x59\xe0\x31\x24\x92\xa1\x4b\xb3\x3b\xef\x44\x94\x5e\x73\x26\xa9\x79\xe6\x24\x68\xd0\x27\xc5\xba\xa9\x3e\xe9\x19\xe1\x69\x3a\x11\x74\x2b\xa0\x36\xa9\x21\x1b\x9f\x1f\xa0\x86\xdf\xca\x5f\x0a\xe8\xcd\x49\x3f\x2b\x95\x20\x9d\x13\xfa\x34\xdf\xb7\xe7\x8b\x0c\xeb\xf4\x76\xba\x88\x08\x8a\x7f\x80\x4f\xb2\x05\x15\x8c\x80\xbe\x0a\xcf\x8b\x07\xa7\xb9\x1d\x85\xe6\x7c\xbb\x9e\x37\x95\x96\xde\xa1\x37\x42\x00\x4c\x52\xaa\xbe\xbc\xc1\xee\x89\x2e\xc4\xcf\x19\x53\xe7\x0d\x04\x04\xe7\x6b\xd9\x04\x82\xb3\x1a\x72\x3e\x1c\xa4\xdf\xef\x00\x46\x9a\xf5\x27\x7b\x14\x3b\x3f\xc8\x41\xe1\x41\x43\x39\xe6\xcb\xf7\x84\x53\x96\x9d\x00\xe7\x83\xaa\xab\x66\xb6\x07\xa5\x03\x04\xf7\xd6\x2f\x57\x6d\xe9\x07\x52\xdc\xf5\x0c\x0a\x85\x79\x56\x62\x39\x5d\xb6\xd7\x0f\x0e\x29\x5a\x97\x05\xbd\x95\xef\x52\xeb\x07\x8a\x36\xff\x4f\x85\x82\xe4\xde\x02\x32\xf3\x10\xd7\x46\xe5\x9b\xff\xaf\x68\xc0\xcf\x74\xa8\x13\x45\x1b\xd6\x59\x50\x7d\xbd\x00\x69\x78\x0e\x17\xd3\x6c\x59\xe9\xbe\xa0\x1d\xf2\xfd\x70\x15\x1a\x9c\xb4\xc3\x17\x8c\x6f\x7d\xf3\x2c\x31\x6d\x82\x63\xf4\x16\x22\xde\xba\x12\x86\xcf\x55\x29\xed\x25\xda\x16\xfd\xa9\x54\xc2\x63\xae\xca\xa3\x57\xb2\x6d\x01\xd4\xf8\x6a\xb4\x2a\x6f\xa1\xdd\x2f\x80\xbb\xb4\xab\x17\x14\x48\xe1\x4d\xba\x68\x9f\x73\x0c\xdb\x02\xec\xf1\x8d\x6f\x51\x81\xa4\x8a\x07\x73\x35\xa2\xe0\xe2\x1f\x36\xcc\x85\x5a\x68\xc4\x62\xba\x40\xac\xc6\xd9\xd7\x72\x03\xf6\x8c\x4f\x03\x9d\x1f\xf8\x05\x9a\x30\x3c\x9b\x4c\x85\xe0\xac\xa6\x0b\x2a\xa6\x61\x0e\x7a\x61\xce\xff\xd1\x44\x21\xef\x99\xa2\x4b\x95\x8d\x1c\xab\x23\x8e\x4e\xb7\xc8\xc5\xe2\x67\x36\x1e\xac\x04\x25\x9f\x2f\x78\x76\xea\x1c\x58\x9d\xca\x8b\xcf\x27\x60\x1b\x89\xed\x45\x1f\x75\xaf\x06\x94\x4c\x43\x3a\x98\x95\x4a\x26\x9d\x03\x6b\xe4\xd4\xa9\x05\x96\xfe\xf5\x6e\x5f\x83\x73\xa7\xc9\x1e\xe4\x00\xb1\x08\xd4\x4e\x46\xce\x6b\x10\x20\x9a\x68\x38\x4a\x19\x7c\xaf\x41\x91\xb6\xdc\xe5\x83\x17\x34\xec\xa0\x48\x33\x91\x48\x85\x60\xd7\xc3\x15\x49\xa3\x68\x80\x2a\xca\x40\x79\x05\xb1\xb8\xf4\x2f\x0b\xbe\x58\x43\xba\xb5\x85\xfc\x5c\xc5\x46\x88\x15\x14\xcc\x1e\x46\xe4\x54\x6b\x1e\xe8\x42\x6e\x93\xc1\x02\x70\x31\x32\x5e\x2f\x70\x29\xaa\x8d\x3a\xd7\x0b\x5c\xb6\x3a\x05\x00\xd7\x84\x64\xb6\x94\x42\x4e\x2f\xcb\xfe\x35\x07\x84\x92\xe6\x81\x09\x57\xcb\x9f\x6c\x47\x0b\x5e\x59\x43\xa8\x65\xa5\x26\xec\x43\x0e\xd7\xc9\xcf\xd0\x8c\x59\x3a\xcc\x1c\x9f\xbb\x7f\x50\xce\x53\xe4\x31\xf3\xbd\x2a\xb3\xce\xb5\x48\xbf\x9f\x1b\xf7\xa9\x66\x88\x7a\x31\x23\xd6\x95\x79\x16\xfc\x8c\x11\x7a\x23\x2f\x0c\x42\x9a\xb6\x85\x82\x13\xbe\xf7\x2f\xfa\x5c\x0d\x8b\x51\xfa\x5c\x59\xf9\xbf\xe0\xc3\x6e\x80\xbb\xf6\x14\x60\x1a\xe6\x0e\xf6\x15\x4c\x59\x3b\xea\xae\x7a\xde\x90\xdd\xcb\xd0\x6c\xa5\x47\x95\x9f\x21\x07\x84\x62\x16\x94\x6a\x9f\x5d\x7d\x70\x96\x74\x71\x5c\xc8\x73\x6f\x84\xb1\x60\xca\xb4\x92\x6d\xd1\x83\xca\x46\x97\x75\x24\xc9\x5a\x29\xba\x54\xd9\xea\xb2\x0e\x0a\x5d\xdd\xd2\x16\x3c\xa6\x0c\x43\xd6\x91\xcc\xeb\x4e\xb0\x07\xa5\x5c\x5a\x80\x39\xd6\x8f\xac\x8b\x77\x0d\xef\x41\x66\xc6\x9a\xde\x20\xa9\xd2\xf2\xda\x5d\x41\xaa\xd4\xc7\xc5\x4b\x97\xb7\x29\x9c\xca\x3f\x47\x03\xeb\x78\x59\x30\x30\xb3\xbc\x03\x41\xd6\x3d\x90\xf2\x44\x44\x20\x97\xd5\x47\x4a\xb3\x26\xae\xb3\x26\xac\x9b\xda\xdd\xf1\x3f\xc6\xde\x24\x67\x9b\x5e\x59\x0e\x9b\x7b\x15\xdf\x0e\x5c\xec\xc9\xc9\x3f\xf1\xd8\xde\x43\x75\x34\x34\xd0\xd5\xc5\xb1\xb4\x7f\xa3\x22\xc8\x88\xe7\x18\x92\xf1\x0d\x5e\xe0\x7d\x8a\x55\x6c\x92\xc9\xcc\x64\xb6\x7e\x83\x48\x6c\xc6\x3d\xa9\xf8\xf1\x29\x9d\x14\xd9\xa4\x3c\x18\x94\x66\x0c\x0a\xb8\x2b\x35\x47\x07\x8e\x09\xa4\x2c\xfe\x60\xcd\xc2\x2f\x3c\xec\x52\xe0\x9f\x0b\x4d\x37\xb8\x4f\xe6\x9e\x3a\xfc\x1b\x79\x35\x6c\x91\x3a\x61\xbb\xb3\xa9\xe7\x44\x2c\x9c\xa9\xf2\x79\x90\xb9\x27\x7f\xc0\xba\x88\x7e\xe1\x64\x12\x8c\x43\x0f\x80\xa7\x3f\xbf\x5f\xb8\x86\xb9\x03\xde\x57\xdd\x03\x52\x49\xf9\x74\x9f\x74\x52\x72\xb8\xdc\x19\x10\x0f\x2d\x09\xe4\x84\xaa\xc9\x38\x76\x42\xd3\xd4\x55\x06\xa8\x9f\x61\xed\xaf\x96\x0d\x55\x93\x49\xd2\x89\xd2\xb8\x8e\xfb\x3a\xa1\x7a\xb2\x60\x79\x22\x3b\xa9\x8f\xd2\x89\xdc\x52\x87\x6f\xe9\x27\xd5\x4a\x36\xb3\x9e\x48\x2e\x65\xd6\x72\x52\x8c\xb2\x41\xf2\x8c\x6b\x55\x1a\x33\x52\xe0\x17\x15\x3b\xb7\x5d\x4e\xbf\x79\x3e\x83\xfb\x84\x24\x56\xdd\x03\x8f\xa7\x84\xa6\x33\x22\x47\xb3\x2e\xac\x27\xaa\x79\x55\x49\x06\x27\xcd\x74\xb6\xf4\x9d\x89\xee\x45\x82\x34\xb2\x97\xf6\xec\x76\x16\x8e\x55\x87\xcc\x66\xfa\x33\x02\xa5\xb2\x9f\x17\xa8\xaa\xd4\x94\x13\x89\x98\xa6\xfc\x89\x5c\xcd\x71\xe7\x27\xf2\x99\x9a\x9f\x9e\xf4\x90\xb2\xa9\xf1\x64\x15\x9e\xda\xfe\xca\x76\x74\x32\xe9\xbc\xed\xa7\x27\x05\x36\xe9\x1c\x4f\xea\xa5\x6c\xfc\x3a\x97\x40\xa6\x0b\xee\x99\xb9\x22\xcd\x88\x49\x07\xc2\x4f\x97\x38\x95\xd2\xcf\x9c\x10\xd8\x86\xb3\xc4\x9f\x99\xa7\x52\x37\xd4\x33\x53\xae\xf4\xaa\xe1\x16\x6f\x23\xee\x09\xc5\x54\x2f\x6e\x07\xe5\xd6\xb1\x3e\xcb\x9a\xb5\x96\x01\x8f\x2c\x4b\x19\x67\x29\x50\xd0\xb8\x43\x62\x86\xc4\xaf\x93\xf9\x51\x9d\x2a\xe1\x5c\x8a\x2a\x29\x27\xce\x42\x94\xf7\x17\x37\xbb\xf0\x24\x1e\x02\xc2\x83\x30\xbc\x44\xbf\x91\xeb\xca\x39\x37\x4f\x14\x1a\x6a\xc1\xb3\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xab\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\xeb\x19\xc3\x14\x69\xf3\xf0\x09\x79\xd0\xc2\xdc\xb9\xdc\xbd\x0c\xf7\x86\xf8\x02\x9f\xd0\xc6\x09\xf9\x83\x97\x2b\x12\x10\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\x50\xd4\x9a\x3b\x91\xc3\xfb\x80\x00\xc2\x1f\x8c\x46\x9e\x85\x9f\x33\x0b\x3f\xfb\xe1\x48\xb5\x13\xd6\xcd\xe1\x55\x21\x9d\xbe\x2a\x2b\xf7\x93\x6e\xf4\x36\x08\x9f\x7d\x45\x45\xe8\xf7\x83\x48\x4c\x4f\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\xcc\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\xb5\x08\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\xbd\x4c\x9a\x4a\x8b\x7f\x73\x15\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\x24\x8e\xfe\x1e\x94\xc4\x74\xe2\xe4\x0c\xbd\xf7\x27\x79\xab\xc1\x76\x32\x6d\xa3\xa0\x80\x44\x5b\x16\x6b\xcf\x73\x51\x4b\x0f\xb1\xd6\xa0\x45\x7d\x52\x62\x1c\x3e\x93\x08\x8b\x74\x72\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x0c\x28\xb5\xce\x89\x44\x5a\xc9\x57\xbb\xf3\x22\xbe\x78\xb3\x20\x15\xfa\x26\x77\x5e\xef\x07\x08\x1f\x3b\x24\x85\x3d\x4c\x59\x90\xf3\xb5\x4a\x05\x71\xde\x6b\x52\x1a\x01\xb6\x59\x95\x0b\xeb\xe7\x4d\x7a\x97\xfd\x05\x18\x7c\xf1\x0b\x9d\x2f\x68\x15\xf7\xa2\xda\xda\x3c\x1a\x67\x6d\xef\x3d\xe1\xf3\xf6\x23\x03\x20\x9f\x44\x29\x7f\xa5\x9f\x3b\x11\x37\x59\xbb\x27\x8c\x84\x67\x3e\x21\xcf\xd2\x2c\x68\x3e\xd0\x07\x0e\x3b\x24\x9f\x9f\xa0\x9c\x86\x61\xf0\x89\xc1\xd9\xc1\x7d\xe7\xb3\xb6\x41\x3b\x4b\xa1\xb7\xbb\x47\x10\x74\xb3\x56\x28\xfc\x0e\xef\x3c\x72\x4f\x0c\xd5\x45\xee\x27\xdc\xe3\x9c\x13\xf4\x7c\x90\xe2\xc5\xc2\x02\xcc\xc0\x3f\xc8\x87\x3c\x5e\xf6\xa6\x3f\x5f\xec\x9a\xd1\x00\xc5\x72\x7f\xa4\x8f\x17\x6e\x1a\x16\x04\x29\x64\x4b\xf3\x71\x22\xd5\x84\x43\x4a\x4e\xe4\x83\x1d\x2e\xe0\x73\xc2\x35\xae\x17\xff\x26\x03\xd2\x07\x93\xa4\xd2\x27\x18\x35\x03\x5c\xfa\xe8\x9c\x3c\xa0\x82\xf1\xe4\xe5\xc3\xa7\x63\xf2\xf2\x11\xfc\x00\xe9\x29\xcc\xfc\x27\xe7\xac\x35\xc0\x82\xec\x00\xda\x73\x9e\x48\x59\xe4\x29\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x9f\x39\x51\xc2\xe9\x1e\x14\x7c\xb4\x7a\xcc\xc9\x31\xd5\x03\x64\x7c\x17\x39\xb8\x02\xd1\x5d\xf2\xf3\x15\x88\x2c\x9a\x24\x24\x76\xd7\x55\xb8\x02\x27\xed\xf7\x59\x9e\xa4\xeb\xf7\x89\xf6\xa0\xdf\x17\x24\x76\x0f\xb8\x36\xc2\x1f\x20\xb9\xf0\x4f\x87\x94\xe8\x8b\x1f\x2c\x4e\xac\x29\x44\xae\x41\x8b\x8c\xd4\xaa\xf8\x37\xa7\x2c\x28\xa1\x16\x94\x73\x94\x5f\xc8\x33\xe6\x5c\xef\x57\x84\xc7\x83\xc1\x1e\x17\x54\xd5\x41\x5a\xf8\xac\x11\x90\x1d\xd6\xc5\x07\xae\xc4\xcb\x99\x08\xed\x45\x9d\xa7\x0e\xc0\xc5\x72\x01\xb6\xfb\x5f\xa8\x0e\xe0\x4c\xeb\x17\xe4\x63\x27\x39\xbf\x98\xb5\xcb\x0e\x0d\x57\x5e\x27\x42\x73\xc8\xeb\x96\xea\x37\x48\x5a\xc5\x16\xaf\x4f\x20\xae\x4e\x4e\x7c\x41\x81\xe9\xbc\xe8\x17\x7d\xe4\x9c\xfb\xf7\xca\x9c\x94\x87\x98\xf8\x2d\xc0\x2c\x9f\x39\x51\x92\x0b\x21\x0b\xc3\xe9\xb4\x2f\x06\x8d\x7a\xb7\xcb\x3a\xd8\x7e\x01\x7b\x23\x39\xec\x62\xb1\x5b\xc9\xaa\x57\xa1\xb2\x38\xfa\x01\xf0\x49\x2c\xea\x2a\xdc\x3c\xb7\x23\xc7\x81\x18\xce\x55\xc8\x79\x45\x6b\x2e\x78\xdd\x39\xe9\xf3\x45\xf5\xa6\x5d\x2e\xae\xba\xaa\x33\xea\x37\xa7\x20\x5a\x72\xc1\xa8\xea\x5c\xd5\x17\x84\xd9\x16\xff\xa6\xb4\x78\xbf\xea\xa2\xee\x5a\x71\xe5\x7c\x04\xa2\x25\xea\x6a\xb4\xc6\x5a\x7d\xfe\x8d\x2c\xb0\x06\x08\x34\x9d\x2e\x2c\x70\x21\x77\x46\xff\x39\xb1\x08\x64\x30\xcb\xbd\x98\x63\xac\x1b\x64\xb4\xd0\xda\x7b\xe9\xa2\xa6\xb3\x1b\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\x83\x00\x9a\xce\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\x60\x60\x16\x32\x3b\xb2\x5c\x0c\x43\xed\xde\xa8\x7e\xfe\xf3\xe7\x27\xdc\xee\x5a\x8e\x7c\xc3\x0f\xb8\x0f\xee\x72\xe1\xb3\xc7\x04\x3e\x1b\x74\x4b\x1c\xd6\x2d\xf4\x5a\x19\x3b\xf4\x01\xd2\x8e\x39\x91\xec\x35\xe8\xc5\x22\x59\xe4\x1a\xbc\x7b\x49\x49\x7c\x8d\x75\xa5\xd4\x18\x83\x14\x57\x9c\xea\x46\xce\x3f\x9b\xbe\xee\xc4\x63\x2a\x1a\x7d\x33\x7e\xc9\x02\xc2\x8d\x9a\xb9\x4e\x3d\x7a\xb3\xb4\x88\x19\xc5\xcd\x9a\x6f\x0e\xd4\xba\xe1\x60\xeb\x9c\x98\x37\xa9\x89\xc4\xfe\x9b\x97\x6b\x53\xf1\xfb\x23\x1e\x29\x78\xc8\x4c\x02\xa6\x9b\xef\x8d\xcb\xb5\x93\x64\xde\x79\x1d\x8a\xa8\x07\x54\x71\x68\x92\xf4\x0a\x71\x80\xd4\x4d\x6a\xa3\x63\x75\x93\xb8\x64\x8f\x30\x39\x27\x7d\x80\xa4\x80\x4e\x30\x75\xd3\x4b\xc4\x0e\x37\x37\xe2\xa1\x46\x17\xea\xdf\x8b\xba\x14\x7f\x52\xd0\x85\x26\xc9\x94\x7f\xe6\x56\x77\x59\xc0\xd7\xac\x0a\xcf\x42\xf3\x27\xdf\xba\x5c\x68\xe6\xa6\x05\xc6\x4e\x3b\x37\x03\xa2\x6c\x39\xbc\x61\x51\xb1\x55\xe0\xc6\xed\xda\x69\x85\x6e\x5e\x9e\xed\xdd\x72\x57\x06\xa6\x24\xbf\x31\x38\x4d\xed\x17\x72\xf8\x38\x65\xee\x8d\xeb\xb4\x9d\x09\x6f\x52\x20\xb1\x9b\xbb\x2e\x0c\x11\x02\x20\x05\x4f\x51\x25\xe7\x7e\xc3\x15\xd7\x59\x58\x6e\xd0\x80\xc3\xe5\xeb\xee\x06\xa4\x13\x1d\xbd\xdb\xda\x4f\x3f\xc0\x98\x22\x2b\x77\x23\x12\x4a\xc4\xba\x3b\xd7\xad\x39\x74\x6e\x86\x40\x8d\xac\x81\x4e\x7a\x70\xc3\x1c\x61\x37\x8f\x7b\xdd\x6e\x75\x9f\xb9\x51\x2d\xee\x07\xed\xe9\x86\x6b\xb7\x8a\x1b\x69\x04\xbb\x39\xf9\x4d\xbf\x5c\xb3\xfe\x1b\x41\xe1\x0e\xd2\xbb\x61\x5e\x70\x7c\xcf\xcd\x12\x71\xe6\xc3\x37\xd3\x06\x9a\x11\xdf\x4c\x1b\x68\x6f\x95\x1b\x24\xc0\x01\x34\xf7\x47\x01\x92\xc9\xd4\x0d\x02\x90\x6c\x1f\xb8\x4f\xd6\xdc\x11\x5c\x10\x5d\x65\xf6\x72\x9f\xcc\x75\xa9\x0e\xce\x85\xd5\x9a\x02\x0c\x14\x56\x16\xde\x48\xc2\xe3\x2c\x02\xf7\xc9\x88\xdd\xbf\xa9\xee\xda\xef\x93\x50\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x62\x11\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xf1\xf3\xfb\xbb\xe4\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\xad\x74\x9a\x21\x92\xfd\x34\x31\x89\x9b\x5e\x29\x3e\x19\xdf\x25\x38\xb9\x54\xc0\xfd\xdd\x81\xf3\x0f\x02\xdc\x8b\x91\xf9\x05\x12\x80\xee\x1e\x18\xd4\xaf\x19\xa1\x30\x8a\xb5\xbb\xf7\xba\x13\x47\xbf\x70\xc2\x21\x49\x40\xba\xd7\x51\xd1\x1a\x71\xcd\xb5\x9b\xd7\x8d\xc2\x28\x4e\xc3\x7e\xdf\xe4\x7c\x5e\x24\xf2\x05\xb9\x70\xca\xfd\x50\x92\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x17\x66\x61\xf0\x66\xa1\x14\x8b\x93\x37\xe2\xc2\x4a\x30\x85\xc0\x45\xd8\xde\xe7\xf7\x77\x11\x8e\x76\x6f\xbb\x97\xc3\xb3\x87\x24\x65\xfd\x79\x01\xd5\xab\x74\xb1\xbd\x5f\x54\x2b\xf7\xe9\x7d\x69\xda\xf9\x79\x00\x82\xe0\x0e\x90\xc0\xda\x1e\xf3\x37\x6e\xc2\xbe\x1e\xdd\xb8\x09\x5b\xd5\x70\x33\x18\xde\x4e\x53\x37\x6b\xa5\x18\xf9\xd6\x55\x58\xfc\xff\x7e\x91\x2b\xa6\xb8\x47\x02\x5a\x22\xf2\x3d\x91\x2e\xc1\x64\x94\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x3c\x8b\x49\x8f\x4c\xff\x06\x7a\x98\xeb\x31\x41\xb5\x9d\xb9\xee\x75\xfb\x95\x10\xf9\x1c\xbc\x17\x4a\x99\xf9\xb0\xfa\x9d\x73\xfa\x3e\xbc\xbd\x36\xff\xc6\xc1\x15\x5d\x7c\x8e\x45\x5a\xfd\x00\xe8\xd0\xdc\x23\x28\x8f\x18\xeb\x03\xd7\x68\xbb\x95\x3e\x0c\x0c\xb3\xe8\xff\xc0\x37\xda\x9e\xaa\x0f\xef\xb2\x62\x40\x0f\xcd\x53\xd1\xbf\xb1\xfb\xc2\xf1\x07\x57\xdb\x26\xf6\xf1\xf0\x6a\x2b\x95\xc0\x13\x16\x5c\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\xaf\x39\x22\x94\xd9\xba\x9f\x67\x69\xce\x25\xf6\x3e\x64\xfe\x22\x8f\x0f\x42\x9d\x5b\x77\xfb\x3a\x34\x7e\x01\x99\xc0\xb4\x95\x0f\x43\x9d\x83\x2e\x69\x4f\xe5\x51\x17\xdc\xe9\xe2\x69\xed\xfd\x03\x8f\x4e\x2b\xd4\x1e\x5c\x28\xec\x1e\xf6\x34\x82\x45\x6b\x40\xa1\x5a\x9b\xa3\x9f\x46\x55\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xd0\xff\x86\xff\x3c\x7d\xa1\xbb\xa6\xc3\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x9a\x30\x62\xa4\x5d\xca\xea\x61\x8c\x74\x10\x4f\x7a\x96\xa0\x20\xf1\xf6\x19\x0b\x9b\xb5\x86\x41\xc3\xa4\xd8\xd0\x03\x0f\x4e\xe7\x7c\x7a\x06\xa5\x1b\x6f\xdc\x92\xeb\x45\xad\x1e\x3a\x1e\xd8\xd3\xef\x39\xe1\xb4\xac\x53\xf9\xb0\xb4\x6b\x10\x59\x7f\xe0\xc3\x69\x6d\xeb\x73\x52\xc4\x92\xc4\xfb\x30\xbb\xaf\x23\xeb\x1e\x64\xd3\x6b\xb6\x8f\x3f\x17\xc9\xb4\x24\xdc\x07\x6a\x62\x73\x8a\xe7\x2a\xec\xc2\x2f\x34\x3e\xd0\xb4\xc8\x50\xed\x7b\xf7\xc0\x75\xc0\x3e\x47\x0f\xb5\xc6\xf6\xa5\x7b\xae\x55\x76\xdc\x5d\x40\x06\x10\x8d\x7b\xee\x05\x0a\x6d\x19\xf4\xc6\xf6\x4c\x7b\xee\x35\x2b\x6d\xd9\xbd\x60\xa3\x31\xee\x35\x4d\x6d\xd9\xdd\x79\xfa\x3d\x08\xcb\x56\x19\x0f\x11\xb4\x63\x27\x89\xe7\x86\x80\x6a\xc4\x62\xbe\x96\x50\xfd\x00\xf4\xc3\x34\x8e\x69\x85\xed\x19\xf0\x3c\x4c\xc7\x28\x79\xf2\x59\x3e\x10\xd9\x9f\x80\x64\x18\xf5\x59\x1c\xcc\x56\xf9\xe7\x21\xd5\x13\xdf\x7c\xc8\x04\x4d\x10\x1e\xce\x5a\x90\x80\xf6\xd7\xf2\xd6\x83\x58\x68\x1b\x31\x9f\x8f\xc7\x45\xeb\x2d\x1f\xb0\x34\xdb\x0f\x9f\x77\x1d\x1f\x75\xc8\x50\x68\x7b\x2e\x3e\x2f\xc9\x9a\x04\xd2\x07\x55\x18\x86\x11\xf5\x5d\x24\x46\x90\x7c\x51\x0b\x5b\x12\xeb\x43\x7d\xae\x9d\x23\x9f\x09\x11\x28\xfa\x85\xcc\x21\xfc\xa0\x40\xfe\xd0\x1c\xe0\xdf\x69\x7b\xe1\x43\x87\x09\x6b\x31\x9e\xc9\x65\x6f\x38\xbe\x8b\xff\x88\x35\xbf\x07\xc5\x8d\xe8\x37\x10\x89\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x72\x3a\xeb\x48\xbf\xe0\x1f\xd6\xf4\xbf\x21\x70\x99\x1a\x82\xfe\x0c\xd6\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xc1\x52\x9c\xf6\x85\x2f\x41\xb3\x93\xc5\x4b\xaf\x4d\xdb\x98\x5f\xa6\x4c\xb1\xd2\xe1\x45\x7e\x5f\x5f\xa4\x5f\x64\x44\xb1\xda\xf8\x4d\x04\x8d\x44\xf6\x77\x15\xaa\x97\x48\xf1\x22\xa4\xd7\x4a\xdf\x17\x09\x7f\xad\x4c\x7f\x13\x97\x21\xc4\x7f\xa9\x82\xb0\xc2\xe0\x4d\x4b\xcf\xa1\x95\x23\xae\xc4\x26\x80\x37\xa3\xba\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xfa\x03\x6b\x94\x5e\xe8\x22\xad\x28\x7c\x51\x52\xde\x6a\xe7\x97\x75\xa6\x42\xf3\x07\xc0\x98\xe0\x09\x50\x8f\x26\xe9\xf2\x65\x21\xaa\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\x7f\x95\xa0\xee\x65\x41\x01\xeb\x50\x5e\xe8\x12\x7c\xff\x7d\x11\x40\x62\x15\xd8\x4b\xc5\x40\xfd\x79\x40\xe1\xa0\xf8\x0b\xb8\x03\x8a\xd7\xbf\x70\xc5\xf4\xd5\xe8\xad\x6b\x23\x35\x24\x5d\x31\xad\x75\x79\x11\x00\x6c\x85\xc7\x0b\x4f\x4c\xab\xc8\xde\xca\x8b\x42\xf1\x07\x3c\xca\x52\x4e\xbc\x4b\x33\x20\xce\xf7\x32\x00\xc4\x7a\x98\xb7\x11\x65\xa5\x01\x79\xdb\x9a\x96\x3e\x41\x04\x88\xef\x33\x2f\xd2\xf9\x3a\x8b\xe3\xdb\x48\x25\xab\xbb\xac\xf8\x40\xeb\xa2\x46\xd2\x19\x14\x5f\x6a\x20\xad\x27\x7e\x99\x5b\x25\xc8\xfc\xf9\x42\xfd\xd0\xec\x94\xf3\x42\xfd\x60\x46\xf7\x42\xe8\xf0\x7d\xe5\x85\xb1\xdd\x32\xf1\x0b\xed\x83\x85\xe6\x17\x39\xec\x2c\xb8\xbf\xac\x43\xd5\xab\x5f\x00\x46\xfa\x4c\xf4\x0b\xbf\x35\x45\x46\x09\x8b\xf3\xbe\x2c\x7d\xda\x25\x42\xbc\x83\x33\xd2\xaa\x59\xe4\x20\x48\xe0\x7d\xe1\x2d\x69\xf1\xf2\x1d\x9c\xb2\xe0\x3a\x16\x1c\xfd\x01\x79\xa0\x04\x84\x17\x52\x8a\xc5\x98\x77\xf0\x2e\xec\xad\x18\x0b\x29\x3d\x89\x87\x0f\x3c\x08\xa5\x6a\xaf\x03\xc6\x73\x0b\x21\x2f\xab\xa3\x5a\xfe\x7b\xcf\xb5\x7b\x9a\xf7\xb9\x40\xa7\x41\xa0\x53\xb0\x68\xf4\x7e\x82\x4d\x74\x10\xda\x0b\x8f\xc9\x1f\xd0\x9d\x3c\xcb\x62\x38\x2f\xeb\x52\x05\x5d\x26\x5e\x0a\x3e\x5e\x17\x82\x57\xcc\x87\xdf\x8b\x93\x76\x3b\xf5\x5d\xba\x1b\xbc\x17\xaf\xab\x3f\x5f\x20\x76\xc4\x2e\x29\xef\xb5\xca\x60\x6a\xd6\x17\x55\x3f\xe2\x93\x2f\xc4\x9c\xae\x8b\xff\xfb\x89\x39\xcd\x6e\x5f\xef\x4d\x7e\x61\x9c\xba\x81\x73\xe2\x82\x2f\x22\x95\xcd\x78\xdf\x25\xe4\x18\xa7\x70\xf1\xff\x61\x72\x90\x71\x5c\xf2\xe9\x85\x88\xf3\xc3\xd2\x60\xfa\xb6\x7c\xf2\x32\xfd\xcb\xe1\x09\xc0\x52\xec\x09\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x1f\xe7\x17\x85\x11\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xc1\x80\x0e\x9b\xf6\xf5\x79\x69\x4d\xb6\x57\xf4\xcb\xd2\x06\x76\xa3\x7e\xe7\x02\xbc\x96\x35\x17\x60\x35\x0b\x06\x14\x7b\x96\xac\x26\x1a\xa4\x56\x7a\x27\x23\x75\x8d\x93\x93\xd3\xd2\xe6\x52\x62\x29\x6e\x67\xb5\x10\xcf\x01\xc8\x21\x66\x33\x99\x43\xce\xea\xcd\xc9\xf2\xf1\x76\x65\x9e\xb8\x41\xe7\xf2\x57\x01\xae\x13\x85\x47\xcd\x1a\xe6\xc1\x43\x28\xc2\x3e\x8f\x45\x1b\x86\x1e\x0c\x04\x53\x65\xfd\xc6\xa1\x14\x37\x9a\xb0\x1d\x9b\x54\x4c\x24\x4d\x31\x95\x9f\xb8\x2d\x9b\x46\xcf\x4f\xf8\x49\x86\xf1\x0c\x9c\x91\xd6\x17\x2a\xd7\x97\xf4\x80\x36\x04\xdd\xb7\x27\xe3\x88\xed\xf9\x33\x03\xc8\x57\xf5\x0b\x80\xb9\xe8\xdd\x0c\x9c\xa2\xdf\x87\x6c\x1c\x3c\x25\x06\x73\xfd\x0c\x09\xf1\x4b\x27\x72\x46\x4a\x42\x3a\xb2\x33\x92\xa4\x36\xbf\x81\x23\x59\xfd\xc2\x82\xab\xe6\xc0\x98\x19\x7b\x52\x4f\x96\x5f\xc8\x7e\xe1\xfc\x84\x63\x5d\xfb\x26\x73\x18\x5b\x8f\x3d\x23\xe5\x00\x11\xb3\xc9\xca\x54\xe1\xa7\x0b\x62\xb8\x71\x25\xb2\x22\xaa\x66\x95\xb8\x17\x9a\x43\x5a\x79\xe2\xb5\x59\x69\xad\xcb\x5f\xf0\x42\xa5\x7b\xc4\x64\xa9\xa9\xea\x69\x25\xb8\x61\x09\xa1\x67\xe2\x66\xb8\x4b\xf2\x92\xe6\x41\xb9\x3b\x9a\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\x04\x5a\xc6\x26\x3b\xf4\x64\x32\x38\xb9\xfe\x3c\x00\xca\x19\x87\x33\x75\x4a\xa2\x3e\x13\x95\xa8\xf2\x4f\x97\xc0\x39\x1d\xfc\x09\x9f\xd0\x1f\xc8\xe6\xb5\x7b\x5a\x04\xc5\x4c\xef\x26\x83\x97\x6d\x88\x9f\x14\x2b\x8d\x0f\x9f\x58\x99\x1c\x1e\x38\x33\x17\xe9\xdf\x93\x6b\x50\x07\x85\xd2\x91\xb1\xbc\x30\xe6\x41\xbc\x68\x32\x58\xb9\x7b\x2b\x90\x39\xe6\x07\xb0\x74\xf9\xb4\x55\x62\x16\x4e\x4a\x60\x80\xe0\x68\x8d\xf3\xa4\x03\xa7\x34\x36\x93\x5a\x26\x3b\x87\xcf\x41\x86\xab\x29\x20\x75\xad\x1d\x07\xe7\x92\x02\x7c\x78\xa9\xde\x30\x31\x40\x32\x92\x9f\xbd\x84\x07\x5d\x97\xe8\x3a\x4f\x4a\xc7\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xb1\x7c\x9e\x1d\xbf\x35\x67\x18\x16\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xc3\x9c\x2e\x35\x13\xb9\x4b\xec\x8a\x36\xaf\x88\x48\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\x2c\xb4\x76\x23\x9c\xc8\x6d\x62\x81\x7e\x7e\x02\x41\x77\x65\xc1\x09\x3d\x88\x6b\x1f\x4c\x96\x4e\xb2\x6f\xe4\xbc\x90\x2a\x57\xbc\x72\x2e\xbd\x88\x69\x2a\x73\x9b\xd8\xfa\x32\xef\xf8\x89\x14\xc9\xbf\xf3\x3f\x7f\xda\x30\x72\x41\x71\x62\x8d\xf8\xbc\x79\x73\xf3\x9c\xa1\x26\xc9\xf6\x3c\x9c\xcc\x6b\xdb\x7e\xc6\xa4\x48\x68\xaa\x4a\xa1\xa1\xd5\xbf\x4a\x96\x3a\x99\x0a\xc5\xb4\xeb\x59\x6b\xd2\x80\xd4\xa2\x18\x99\x99\x61\xce\xae\xe8\x93\x21\xb2\xed\xe7\x0b\x70\x16\xdd\x62\xe6\x32\x2d\xfc\x7c\x01\xd6\x25\x63\xc5\x7c\x79\x45\x31\x2e\xc0\xc3\xcd\x62\xcc\x7c\x49\xf7\x8d\xcf\x4b\x2b\xe2\xcd\x46\x1e\x5c\x5b\x06\xe6\xcb\x50\x3c\xb7\xd3\x26\xfb\xf3\x00\xd9\x1f\x8d\xbe\x48\x83\xdb\xa5\xf3\x9a\x2f\x2b\x73\x69\x51\x2f\x09\x89\xbf\x5f\xbc\xca\x1d\x00\x9f\xa5\x66\x9b\x50\xaa\x38\xfb\xea\x5c\x86\x01\xaf\x01\x61\x29\x5d\x9a\xa3\x39\x17\x98\xfc\xc5\x3a\x72\x1a\xe2\x13\x83\x92\xd5\x6e\x13\x71\x2b\x43\x0a\x8e\x39\xc9\xaa\x8c\xd1\x9f\x50\x93\x6c\x67\x9e\x73\x61\xf4\x1a\x62\x1c\xa8\x7d\x20\x62\x37\x8e\x03\x0e\xf2\xbb\xc7\x71\x1c\xbc\xe3\x74\x3f\x48\x1f\xd8\x0e\x7f\x40\xcd\x50\x77\x8f\xd8\x88\xad\x41\x1b\x07\xf4\x3a\xda\x88\x71\xac\x8a\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x4a\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\xe2\x0b\xa3\xa9\x1d\x19\x55\xfa\x50\x7f\x28\xbd\x70\xfc\xfc\x86\x63\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x91\xdc\x38\x78\x3c\xd2\x99\xaa\x25\x7e\x62\x50\x53\x7a\x95\x71\x84\x13\xbb\xe0\x01\xa9\xc9\xea\xfe\x00\xe1\x23\xd5\x1f\x60\x85\x87\x7f\x4f\x98\x07\x05\x74\xc4\xbc\x48\xf9\x32\x0e\xa4\x56\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xcd\x91\xba\x98\xae\x35\x21\xd0\x38\x19\x06\x48\x43\xa7\x74\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x1d\x69\x80\xa3\xa1\x0e\x71\x46\x01\x56\xe3\x48\x74\xea\x73\x3b\xb1\xc2\x1d\x92\xb1\x37\xbd\x90\x99\x9c\xc3\x50\x87\x0b\x5e\x35\xae\x33\x49\x9d\x12\x36\x8d\x23\x93\xc8\x0c\x3f\x80\x6f\xbc\x17\xc9\x90\x15\x2f\x12\xd2\xc9\x08\x82\x2b\x7c\x68\xfa\xcf\x14\x90\x82\xc4\x98\x96\x29\x49\xfa\x74\x41\x5a\x91\x17\xec\x38\x10\xd0\xa2\xb4\xfa\xe3\x28\x38\x7d\x41\xef\x23\x3c\x65\x04\xbd\x0f\xd1\xe4\x67\xc2\xf0\xc6\x1b\xc1\xdf\x83\x60\x04\x01\xb1\x7c\x98\x9a\xbd\x80\x42\xcc\x34\x22\x14\x40\x39\xfa\x05\xf2\x16\xe3\x76\x21\xd8\x35\x23\xc4\xa6\xa4\x23\xfc\x05\xef\x19\xc7\x27\xf7\x34\xe9\xd2\xc7\x51\xc9\x5a\x7c\x74\x19\xb8\xe2\xf5\x7c\x82\x51\xfa\x41\x02\x5a\xdf\xe4\xa5\x34\x8e\x0a\xcf\xff\xe4\x0e\xb0\x60\x9f\x14\x96\x80\x08\xfe\xcd\xeb\xaf\x21\x50\x1f\x58\x39\xfd\xc2\x8b\x1b\xbb\x20\x08\xef\x3e\x79\x7b\x8d\x83\x91\xcc\x3f\x53\x84\x32\x6d\x44\xcd\xa0\x91\x40\x0e\x2d\x12\x91\xcb\xd9\x48\x02\x65\xda\x30\x10\x90\x6f\x45\x79\x46\xc7\xd1\x3a\x7e\xbb\x9d\xda\x99\xe1\x17\x4e\x6c\xba\x5f\x40\x86\x67\xe3\x39\x9c\xfd\x86\xf7\x10\x39\xf8\xb2\xa9\x0d\x5c\xfb\x54\xed\x6d\x1c\xd0\xbc\x29\x51\xc8\x38\x3a\x57\xa4\x09\xf7\xf4\xcf\x9f\xa2\x1c\xb5\xe3\xa0\x81\xaf\xb8\x3f\xf2\x31\x6f\x0a\x55\x73\x9e\x30\x73\xfa\xfd\xcc\x18\x9e\x43\xc3\xf4\x0d\xaa\xba\x11\x85\x54\x7d\xa1\xa5\x80\xda\xc9\x23\xbc\x6d\x9d\x8c\xcd\x27\xa5\x63\x9f\x92\xb6\x85\x81\x31\xcd\x2f\x8c\x80\xb3\xa9\x2e\x97\xc5\xd0\xb3\x1c\x34\xfd\x14\x77\xc1\xeb\xae\x59\x1b\x73\x00\x06\x4f\x6b\x50\xc9\xed\x37\xce\x85\x1d\x9a\xe7\x49\x21\xa0\x09\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\xf3\x64\x05\x89\xfa\xf3\x45\x85\x63\x9e\x3f\x00\x8a\x1b\x3f\x4e\xea\x98\x04\xbc\x93\x90\xd0\xba\x18\xbe\xdc\xcc\xf3\xa1\x6b\x1b\x3e\x33\xcb\x06\x39\x34\x85\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x5a\xf7\x45\x31\xd6\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x34\x4d\x88\xd2\xc1\x2f\x30\x31\xb3\xac\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\x15\x28\x96\xac\xdb\xfd\x80\xbb\x61\xe0\x3d\x54\x8a\x78\x9e\x50\xb0\x8d\xa4\x2e\x1f\xa2\x6a\x17\x6c\x1e\x5a\xb3\x3d\xab\x07\x41\x3a\x06\x1e\xd3\x02\x36\x8b\x54\x2c\x02\x61\x71\x00\xd2\xb1\x52\xec\x8f\x03\x5e\x2f\x0a\x70\x1f\xc7\xb2\x10\x1a\x10\x2f\xd2\x4a\x15\xcd\x91\x41\xd5\xcd\x44\x0b\x39\x00\xf3\xcf\x0b\xb4\x4b\x1b\x0b\xa9\xa2\xfb\x11\x31\x26\x4d\x19\x66\x5d\x0c\xf1\xf8\x91\x0c\x27\x13\xe3\x68\x59\x73\xe1\x84\x06\x99\xdc\x40\xf7\x00\x09\x5b\x32\x47\x58\x1a\xb7\xe1\x07\x58\x77\xf6\x6f\xde\x00\x75\xfe\x02\x42\x32\x86\x45\xc5\xb0\x8c\x8a\xe3\x6f\x82\x5a\x47\x38\x28\xc8\x69\xab\x02\x73\xc2\x28\xc4\x63\x04\xd6\xf5\x52\x3c\xc6\x08\x81\x53\xd2\x80\x81\xca\x02\x41\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x82\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\x35\x99\x23\x30\x39\x9f\x22\x2c\x46\x60\x2e\x3e\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\xae\x79\x6b\xd4\xb8\x20\xa5\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x18\xf8\x11\x8e\x50\xd9\x2f\x90\xe2\x0a\x87\x02\x4b\x77\xc9\x4b\x63\x04\xd8\x35\x15\x49\x38\x02\xcb\x94\x5a\xa4\x0b\x89\xc0\xf3\x6f\x02\xaf\xfa\x01\xd9\xfb\x70\x97\x94\x12\x75\xda\xc2\x32\x6c\xea\x30\x05\x68\xb9\x4a\x3c\x3c\x2a\xcf\xf8\x70\xa7\x0f\xdf\xd0\x2e\x33\x54\xb9\x1a\x8d\x72\xe7\x1b\xda\x01\x54\x2f\x8d\x9e\x28\x8c\x9b\x23\xbb\x07\x14\x16\xf5\xac\x90\x30\x4f\x85\xe9\x47\x80\x58\x97\x7e\xde\x47\x6c\x92\x41\xb7\x94\x50\xe2\x1b\x01\x99\x65\x54\x42\x76\x84\xb2\xa6\xa8\x1e\x21\xf8\xc9\x50\x30\x02\x05\xbd\xec\x76\x00\xca\x34\x23\x50\xf2\xd3\x35\x2c\x14\x86\xf5\x78\x33\x98\x9a\x66\xfc\x3c\xb8\x08\x05\x7d\x52\xd7\xfe\x69\x99\x10\xd7\x8a\x67\x0d\x6b\xe6\x30\x8a\xd4\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x6a\x9d\x0e\x93\x80\xca\x6c\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0b\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x62\x63\x52\x50\xcd\x19\xd2\x97\x2a\x9b\x8f\x00\xe9\xcb\x37\xa3\xd0\x16\xdc\xb4\xe8\xb6\xe0\xe6\x07\xd4\xc7\x18\x1b\x3a\xd5\xa4\xc6\x51\x0a\x54\x45\x5f\x74\xf2\x57\xb1\x9d\x40\x09\xaa\x1b\x01\x3b\x0e\x82\x5c\xa5\x47\xf8\x44\x2a\x57\x3a\x18\x81\x12\x54\x71\x0f\x6b\x56\x7e\x01\x6c\xc9\xeb\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\xe9\x49\xd2\xc5\xca\x37\xb8\x80\x48\xe2\xea\xc3\x3a\x16\x49\xd1\xba\x99\xfa\xc5\x38\x3b\x68\xb3\x31\x86\xc1\xf5\x5a\x25\xdf\x46\x18\x6b\x0e\x7a\xc0\x3a\x15\xcd\xbb\x75\x12\x72\xea\xf2\xcc\x70\x20\x55\x8f\xe7\x82\x93\x66\xcd\x7a\xa6\x31\x08\x21\x60\xca\x1c\x26\xbf\x27\xe1\xa2\x55\x9d\xb8\xf0\x78\x95\x94\x9e\x4c\xcf\xaf\xc5\x08\xd5\xc1\x85\x3b\x8c\xe4\xca\x00\xe9\xa9\x44\xc9\xf7\x81\x85\x2d\xba\xbb\xbc\xc0\xae\xeb\x5f\x5d\x91\x02\x25\xab\xaa\x6d\xa1\x64\xd5\x0d\x65\x96\x53\x4d\x7e\x01\x0b\x34\x15\x86\xd5\x73\x0c\x6f\xec\x45\x6e\x61\xdc\xa1\x2c\x36\x0c\x76\x96\xcd\x68\x46\x1e\x94\x43\x1d\xc3\x50\xa4\x0b\xb4\x2f\x9e\xe1\xae\x70\x51\xd7\xac\x60\x09\x0d\x06\x02\xc2\x82\x93\x2e\xa2\x01\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\xcc\xfa\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\xb4\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xb6\x3f\x27\xf8\xa5\x7f\x63\x01\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\xc6\x13\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x79\xc6\x70\x6d\x6e\x86\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xe9\x0b\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xc4\x05\x98\x55\x47\xf3\x20\x0f\xbf\x10\xe4\xe1\x08\x36\x74\x7d\x89\x4c\x9c\x63\x75\x5e\x64\xea\xbf\xfe\xf3\x00\xfe\xaa\xd9\x5f\x70\x56\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\xe6\x24\x9a\x1e\x20\x9c\xbf\xf8\x03\x96\x55\xd9\x9b\x11\x03\x9c\xba\xc5\x2d\x23\x54\x88\x52\xdb\x8f\x08\x4f\xe3\xd1\xdc\x8e\x53\xaa\x7b\x44\x0c\xcb\x3c\xed\x0f\xa0\x26\x91\x30\x1c\xe1\x36\x36\xac\xae\x8a\x2c\x05\x11\xa5\x58\x88\x9f\x00\xd6\x0e\xb1\xc2\x18\x09\x58\xad\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\x60\x4c\x6b\x84\xa4\x07\x48\x99\x61\x20\x24\x42\xcd\x1d\xdc\x68\xd7\x8c\x18\x95\x26\xa7\xbf\x11\x11\x95\xe6\x43\x17\x33\xa0\xe6\x29\x33\x69\x9f\x7c\xbc\x46\xcc\x6b\xce\x9a\x13\xbc\xcc\xc2\xcf\x0b\x80\xa3\x8e\x79\x64\xd2\x3e\x2b\x3f\x62\x5e\x7b\xaf\x49\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\xc9\x39\x68\x55\x28\xad\xaa\x74\xb6\x23\x32\x48\xd6\xfa\x96\x98\x71\x30\x8b\x87\x9c\x1c\x52\x43\xc0\xed\x6c\xe8\x64\xc7\x12\xf0\x81\x86\x64\x91\x2e\xab\x67\x23\xec\x83\x43\x37\xd7\xc8\x20\xb5\xe6\xad\x61\x71\x54\x31\xe7\x88\x98\xd8\x21\xc1\x2a\xb2\x88\xd7\xe1\x0e\x80\x4d\xba\x5d\xc7\xca\x93\xac\x8b\x6d\xac\x3c\x43\xc6\xa6\x0a\xe3\x99\x84\xe0\x08\x47\xb3\xd1\xff\xea\x5e\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x61\xd5\x65\xa4\x4b\x99\xfc\x9a\x46\xa4\x9c\x25\x0f\xa0\x11\xdb\x8b\xb8\x1f\xbf\x30\x39\x0b\x75\x81\x74\x7d\xcd\xd3\x44\xc8\x6a\x32\xae\xc0\x31\xfd\x87\xae\xf4\x8e\x8c\x9e\xea\x90\x09\xf7\xe4\x28\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\xa5\x26\xac\x71\x8d\x9f\x18\x15\x65\x42\x1c\x91\xf9\x58\x14\xb8\x37\x22\x9c\xc8\x86\x77\x6a\xf0\x48\x68\x11\x08\x61\x1d\xba\x12\x45\x56\x90\xb7\x71\x20\x22\x1d\x8b\xef\xf6\x91\x21\x70\xdd\xc7\x76\xc0\x1c\xe1\x55\xa0\x2e\xea\xd0\xf5\x27\xc2\xb8\x3c\x7e\x3a\x20\x1c\x7d\x08\xe9\x19\xdf\x4c\x91\x99\x6f\x45\x42\x54\x64\x32\xe3\x66\x52\x72\x32\x13\xa1\x0f\x19\xea\x85\xfd\x9c\x00\xf8\x83\x0d\xeb\x91\xe3\x45\xda\x21\x25\x47\x84\x18\x95\x7e\xce\x25\x73\xe6\x35\x93\x1b\xd8\x7f\x87\xe4\xee\x48\xfb\x6f\x33\x01\x43\x15\xd2\xa1\xcb\x42\xa4\x87\x58\xfb\xe9\x92\xb4\xc0\x07\xf1\xa6\xd0\x6b\xcc\x67\x61\xf8\x68\xe0\xdd\x24\xe4\x46\xf5\x25\x1a\x99\xc6\xd1\xa4\x2b\xa7\xbe\x11\xe9\x25\x66\x61\x24\x42\x71\x35\xac\x61\x8d\xf7\x9a\x87\x1f\xe0\x42\x2f\xef\xa4\x11\xe1\xea\x3e\x24\x5b\xc7\x07\xa4\x57\xc2\x78\x7c\x98\xac\x56\x4b\x7d\x10\xb7\x5f\xfd\x1b\x6a\x09\x71\xfa\x48\xf9\xa7\x0a\x54\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\xca\xee\x92\xb4\x23\x6d\xb8\x2a\x97\x33\x22\x6a\x57\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\x03\xff\xcf\x9c\xc8\xf7\x3d\x6b\xe8\xb9\x62\x73\x8f\x64\x69\x86\x1b\x3d\xe1\x65\xaa\x1e\x71\x46\x54\x09\x53\x0f\xc8\x94\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x62\xb5\xaa\x89\xfd\x27\x32\x75\xd5\x12\x1f\x11\x89\x4b\x0e\x49\x96\x71\xa2\xe8\xb4\xa7\xc4\xd0\x2e\xaf\x61\xc2\xe5\x4f\x36\xa4\x74\xac\x19\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x0b\x8c\x55\x0f\xa8\x11\x49\xfe\x62\x62\x8e\xfa\x02\x6a\x2f\xf9\x69\x8d\xc4\xc4\x81\x72\xf8\x1c\x89\xf5\xb7\x6c\x63\x48\x4c\x0c\x28\xb7\x85\x91\x20\x11\x29\xc2\x60\x24\xd8\x48\x0f\xb1\x90\x14\x08\x96\xbf\x89\x71\x1d\x29\xac\x7d\x6d\x7a\xf0\x00\x06\xee\x0d\x3c\xbc\x79\xb4\x85\xad\x7a\x01\x0a\x31\x55\x56\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x3a\x02\x2a\x4a\xe1\x1f\xba\xc3\x25\xa6\x0c\xb4\x91\x3a\x45\x1e\x28\xff\x86\x9e\x2f\xb9\x43\x0a\x2e\xc9\x3d\x42\x27\x6b\x98\x46\x92\x69\x11\xd5\xc4\x62\xfa\xed\x67\x4e\x17\xee\x50\x1e\xe2\x86\x55\xd7\x3d\xbc\x98\xa3\x40\x0e\xa7\x33\x6b\xed\x53\x42\x9c\xab\xfb\x4b\x8b\x74\x69\x51\xf4\x42\x53\x1d\x9d\x91\x52\x41\x8f\xfe\x82\x4c\x59\xd4\x2f\xd1\x09\xcd\x26\xd3\x94\xb8\x8d\x7e\xe1\xfa\x7e\xeb\xf2\x99\x3e\x81\xaf\x1d\xc6\xcd\x25\xcf\x89\xcc\xa7\x4c\x9e\xab\x0e\x57\x5e\x02\x23\x2b\x04\xba\x94\x8d\x9c\x9f\x40\x97\xa2\xcf\x03\x3d\xbe\x44\xf5\x13\x4b\xe3\xdb\x64\x99\xca\xc2\x5e\x2d\x8b\x85\x59\x95\x66\x6d\xa4\x82\xe0\x87\xe2\x17\x28\x9d\xf8\x10\x22\xd1\xf3\xa1\x0b\x47\x2a\xa0\x54\xcd\x1d\x2c\x8a\xee\x1e\x28\x86\x8a\x59\xa5\xc2\x42\x8f\xee\xe1\x46\x8f\x9e\x35\x29\x93\x51\xfa\x93\xf1\xda\xe1\x03\x54\x17\xe8\xd5\xc3\x92\xb1\x74\xb3\x4a\x95\xaa\x50\xe3\x60\x25\x17\x36\x68\x10\x4d\xa0\x68\xa7\x91\x2a\x09\x81\xd8\x4c\x42\xda\xbe\x23\x78\x12\xbc\x43\x7a\xa1\x0d\x54\xdf\x63\x36\xc2\xd6\x48\xd7\xa8\xfd\x10\x4b\x4d\x6d\x21\x99\x50\x64\x69\xe0\x7e\xfa\x20\x63\xd7\x6d\x2a\x31\x95\xb3\xef\xb6\xa9\x11\x58\xee\x93\xfc\x52\x02\x71\x6a\x0c\x2c\xd6\xc2\x1a\xc5\x0b\x09\x49\xa9\x53\xa3\x61\x02\xc0\x92\x12\x72\xc8\x1d\x69\x69\xd0\x4c\x14\x57\x36\x65\xa9\x82\x12\x8c\x90\xd9\xd0\xeb\x6b\x16\x82\x56\xa7\xe0\x64\x3c\x5a\xc2\x9e\x0c\x0c\x69\xe0\x38\x04\xbf\x40\x44\xd3\x75\x26\x21\x9d\xf2\xe1\x31\x90\x7c\xaf\x1b\x4d\x96\x4e\x4d\xe2\x61\xfa\x84\xbb\x66\x71\x32\xd1\x24\x19\x4d\x25\x18\x1f\x20\x27\xdd\x91\xce\xb5\x65\x9a\xf6\xb9\xd4\x91\x9a\xd5\x89\x80\x65\xef\xd8\xd2\xb2\x75\xbf\xc0\xe2\x2c\xda\x8f\x25\xff\x99\xe5\x20\xa2\xa0\x58\x83\x9e\x4e\x0a\xef\x12\x32\x13\xaa\xd2\x1f\xc6\xd5\x8b\xe8\x2e\x40\x5c\xe0\x17\x92\xcd\xd3\x45\xe4\x36\x0b\x5a\x7a\x2e\x4f\xe2\xa6\xba\x5a\xc2\x79\xba\x41\xc3\xcd\xa3\x6e\xe8\x15\x8c\x66\x2c\x29\xdf\x4d\x49\x3e\xb9\xac\x7d\x97\x94\xbf\xe1\x49\x37\x8f\x9f\xa4\xcb\x74\xaf\x19\xba\xbb\xb5\x66\xc1\x11\xde\xfe\xc3\x57\xf4\xb4\xe4\x3e\x09\x34\xe9\x01\x14\x4c\x6f\x11\xd5\x1f\xbc\xfd\x0f\x64\xaa\x6e\x62\xf8\x70\xca\x1a\x93\x7a\x2b\x45\x10\x8c\x44\x73\x64\x37\x3d\x7d\x1e\x7c\xa1\x69\x53\x2f\xe5\xb3\xf6\xd0\xac\x63\xa6\x00\x6b\xa4\x55\x1b\xe9\x25\xf5\x34\xe3\x7a\x81\xd4\x3e\x6b\x2f\xb8\x88\x04\xe2\xf4\x92\x8b\x98\x15\xbe\x0b\xf0\x9a\xc3\xcb\x55\x68\x2b\xe9\x3a\x27\x47\xf2\x91\xe8\x2a\xd7\xcd\x26\x18\x20\x60\x7b\x47\xfa\xc4\x30\xe7\x4e\x1c\x69\x52\x47\x64\x46\x33\xd7\xf6\x68\xd0\xb9\xb2\xa5\xfb\x93\x45\x0d\x37\xf4\x33\x9c\xe3\xa2\x6d\x26\xf9\x58\x54\xa4\xe9\x01\x50\x4c\x1b\x9a\x0f\x5a\xb4\xd4\x67\x3e\x1a\x5e\x28\xfa\xdd\xd9\xa5\xbf\xa0\x18\x50\x3d\x28\x45\x17\x71\xab\x1c\x80\x13\x5a\x48\x0e\x1c\x53\x93\x0a\x04\x7f\xd4\xef\xc2\x21\x34\x26\x44\x31\x25\x54\x1f\x39\xc0\xba\x75\xf8\x03\xf0\x70\x91\xc6\x0c\xef\x33\x57\xe7\x1f\xf9\x13\x96\x9a\xdd\xc9\x72\x04\x93\x97\xed\x30\xb3\x6a\xe9\xf8\x79\x61\xf5\x20\x38\x25\x88\x5b\x12\x92\x33\x4b\x6d\xc9\xf7\x7c\xe4\x44\x1a\xf4\xf3\x80\xb6\x24\x31\xd0\x4c\xd9\x44\x04\x23\x27\xb0\x64\x6f\x05\xd2\x30\xd9\xb4\x94\x29\x99\x88\x0e\xe6\xb4\xb6\x5b\x70\x63\x46\x64\x6b\xd6\x73\x22\xe4\xc5\x2e\x73\xe6\xba\x35\xa7\xbc\x4e\x9f\xe6\x40\xe9\x46\x14\x27\x67\x08\x85\x52\x67\xe5\x4c\xa4\x74\x3b\x83\x54\x3c\x07\x3a\x84\xd9\x9e\x9c\x21\xab\x28\x69\xe1\xc8\x05\x72\x69\xf6\xef\x6f\xf3\x7d\xbc\x73\xa1\xdc\x2d\xfe\x9b\x99\xff\xc8\x0e\x4d\xb9\x00\x0e\xba\x5a\xe6\x82\xcd\xcb\xfe\x7d\xf3\x03\x77\x09\x19\xc0\xa7\xa0\x70\x33\x25\x89\x64\x4a\x26\x3a\xff\x99\x15\x28\xac\x79\xce\x95\x93\xd6\xd6\xd4\xb5\xb9\x82\x43\xe5\x29\x08\x7e\xc0\xcd\x12\x60\x2b\xb9\x98\xe1\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x0a\x38\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x61\x9a\xde\xcd\x46\x6d\xb7\x04\xa8\xdc\x48\xc8\xc4\x08\x73\x03\x8a\x19\x96\x0d\x87\xd7\x93\xa0\x18\xa2\x3b\x72\x6e\x20\xa5\x3f\xdf\x03\x72\xc5\x33\xc0\xb5\x4a\xe2\x40\xee\xc0\x27\x09\x14\x99\x09\x86\x15\x44\x3b\x32\x73\xa8\x29\xea\x76\x94\x6f\x06\xe9\x2f\x39\x52\x69\x54\xf8\x6a\xab\xcb\xb2\x5d\x8a\x91\x97\xb6\x80\xa6\x07\x9d\xc9\x7d\x9a\x7e\x63\xe7\x24\x2b\x14\xcc\x50\x61\xc4\xa3\xec\x09\x0e\x3d\xa0\xb2\xa3\xf9\x01\x60\x26\x42\x5d\x3a\x25\x63\x1d\xa2\x82\x1c\xc8\xca\x56\x30\x4a\xc7\xd6\x57\xb7\x23\x5f\x46\xf0\x94\xe8\x28\xd4\x3c\x87\x09\xa7\x4a\xfd\x66\x01\x7d\xaf\x7a\xe0\x7e\xdc\xfd\x1b\x4a\x68\xed\x52\xa1\x0c\x26\x15\x40\x19\x20\x24\xd5\xed\x8b\x01\x6a\x06\x27\x10\xa9\xfa\x37\x95\x44\x3a\x94\x85\x3e\x5d\xc2\x8b\x72\x32\x30\x4c\x30\x81\xd5\xd2\x14\xba\x9c\x05\xc5\xce\xfd\xbb\x72\xe3\xdc\x01\x81\xe8\x0e\xc0\x1f\xc5\x23\xca\x12\xaf\x8a\xa7\x74\x51\x89\xe0\x29\xb1\xf6\xb8\xb7\xfe\x04\xae\x8a\xab\x17\xd4\xe3\x4f\xd6\x41\x17\x28\xe0\xa2\x3f\xb8\x16\x01\xd6\x24\x2e\x7a\xb2\x78\xab\x29\xa2\x35\xf7\xc0\xdc\x3a\x52\x9e\x95\x0b\xa4\xa6\xf9\x37\xce\x8f\x98\x63\xb9\xc8\x70\x8d\x6e\x17\x0e\x90\xe8\x44\x61\x6d\x59\xbb\x94\x14\x8a\x74\xde\x9a\x9b\xa2\x85\xa8\x59\x81\x4c\x67\x8f\x92\x42\x1f\x31\x05\xbe\x8c\x42\x1f\x31\x7b\x4e\x94\x1b\xf8\xd7\xdc\x03\x03\x95\x25\x10\x95\x9b\xb3\xd6\xb2\x6f\x42\x52\x80\x5a\x19\x87\x25\x7a\x94\x87\xe4\x4e\xdc\xae\x3c\xc0\xb8\x9f\x17\x40\x67\x3c\xc2\x03\x0c\xfc\x79\xbf\x83\x41\x6b\x8a\x4b\xa8\x93\x7c\x54\x1e\xca\x32\x3e\x65\x0f\xe6\xd8\xfd\x02\x79\x9b\x64\xb0\xf2\xf0\x14\x19\x0e\x0f\xa9\xba\x24\xc7\xc2\xaa\x63\x76\xd6\x28\x2f\xa8\x95\xbf\x78\x41\x1b\x74\x55\x29\x2f\x75\x40\xe2\xd0\x85\x72\x9f\x0f\xde\x92\xfb\x44\x81\x0b\x62\x32\xb2\x89\x43\x45\x11\x76\x55\xfa\x1d\x35\x2c\x84\x88\x7a\x40\x82\x25\x19\xbe\x52\x14\xd1\xf5\xa7\xc6\xc8\x17\xfc\x60\xcd\x4a\x5d\x44\x9c\x1d\x19\xad\x2a\xd4\x2c\xca\xd5\x37\x6a\xa4\x80\xec\x2e\x99\x8e\xc1\xae\x13\xf5\x13\x56\x92\xdd\x18\x2a\x95\x20\xd6\xc0\xd7\x44\x1a\x27\x12\x53\x3f\x59\xe3\x47\x65\x57\x59\xf6\xd3\x4e\xc3\x35\xd1\x04\x5f\xfc\xc6\x87\xe9\x8a\xba\x1d\x15\xf5\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xcb\x9a\xd2\xbe\x8d\x0a\x17\x25\x55\x42\x18\x35\x03\x43\xa4\xc7\xac\x30\x83\x59\x8a\xac\x19\xbc\x4a\x66\x88\x5a\x80\x0e\x12\x23\x2a\x6b\x5f\xf5\xf4\x37\x49\x52\x47\x2d\x6b\x17\xb4\x6f\x85\xbc\x49\x54\xb6\x7e\x62\x48\x52\x4e\x9a\x51\xa9\x0f\x19\xfe\x00\xa7\x4c\x77\xa7\x4a\xa9\x44\xb7\xad\x5a\x38\x5f\x01\x68\x59\xc0\xbc\x40\xe4\x5e\xb0\xa1\xba\x22\x4d\xac\x32\x81\x8d\x5a\xa9\x8d\xd6\x00\x30\x7a\x29\xa1\xef\xa8\xf5\x3b\x94\xe1\xf0\xfb\x27\x72\x95\x69\x82\xf5\x46\xbb\xc7\x23\xaa\x8a\x57\x56\x78\x8a\xdb\xba\x54\x3f\x71\xa3\xd9\xc5\xa0\x36\x18\xf8\xb3\xdb\x17\xcc\x34\x83\x06\xe7\x77\xdd\xba\x2b\xaa\xb1\xdb\x9d\xae\x52\x3c\x91\xae\xa0\x36\xd4\xe4\xf3\x69\x82\xa7\x92\xdd\xb0\x2b\x33\x40\xda\xb7\xa5\x36\x8a\x7e\xc9\x23\x3e\x70\xb7\xf7\x88\x6b\x4d\xfe\x82\x04\xd9\x78\xd9\x79\x58\x44\xc2\x6b\x5f\x19\xdb\xb4\xd1\x9d\x5a\x47\x1f\x7a\xba\x8f\x5b\x81\x57\xe1\xfd\x64\x1d\x53\x45\xd1\xac\x61\x54\x81\x08\x61\xe5\x42\x65\xa6\x07\xbb\xbc\x54\x98\xe5\x14\x1d\x39\x2a\x7c\x9f\x2c\x13\xd7\x8e\xc2\x6e\x06\x1c\x44\x8a\x2c\x29\xa8\x22\x8d\xac\xd2\x21\x8d\x3a\x28\xd0\xea\xae\x51\x51\x06\x2b\x7b\x91\xa3\xa0\x43\xad\x80\x35\x13\x86\x4f\xe7\x68\x78\x41\xb8\x30\x3a\x7e\x6b\x49\x83\xd9\x3a\x9b\x3f\xa0\xbe\xd0\xf8\x8f\x08\x50\x95\xf8\x18\x15\xbe\x53\x2a\x29\x35\xea\x80\x06\xdc\x64\x8d\x35\x15\x6c\x31\xaa\x27\xd1\x4f\x60\x3f\x11\x13\x64\xf4\x3b\xd7\x36\x68\xc4\x93\x25\x36\x44\xbf\x2b\xd5\x3e\xb6\xcf\xd4\x93\xab\xd2\x98\xf4\x44\x17\x5b\xaa\x4b\x2c\x91\xa4\x54\xcf\x13\x1f\xf8\x37\x2f\x8a\xde\xda\x13\xc6\x0e\xa3\x38\xb4\x40\xd6\x77\xd4\xe5\x4b\xe5\x63\xfe\x49\x25\x4d\x65\x82\x47\xbd\x70\x4a\xbd\x75\x57\xfb\x56\xe9\x43\x77\xf1\x0c\xf8\x18\x5f\x2c\x3e\xe0\x0e\x6f\xc8\x62\x9a\x22\x64\x92\x6e\x97\xe2\x8a\x98\xcf\x6a\x06\x43\x35\x53\x73\x7b\x86\xdb\xb3\xc0\x08\x7b\x60\xf2\x92\x90\x2c\x32\x49\xf0\xaa\x37\xdd\x34\x04\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xb6\x96\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x6b\x42\x0f\xd2\x93\x7a\x9f\x59\x0f\x55\x25\x97\x46\x85\x38\x12\xbc\x8d\xf0\x95\x52\x06\xee\x51\x59\x05\xcc\x57\xeb\xfa\xc9\x23\x39\x49\x61\x50\x9f\x05\x64\xad\x09\x89\x21\xab\x71\x0f\xe2\x49\xf8\xf9\xbd\x80\xec\x21\xe8\x09\x68\x28\x2d\xf1\x44\x92\x5f\x45\x5a\x8a\x4f\x3a\xf9\x1b\xf6\x03\xdf\xa9\x9f\xd3\x05\xc1\x23\x4a\x3b\x5f\x5f\x22\xaa\x37\x11\x69\x21\xed\x8f\x5b\xdf\xe5\x6b\xa0\xdf\xbc\x13\x48\xf8\xa9\x13\x39\x60\xcd\x7e\x59\x94\x4c\x09\x2a\x46\x85\xbf\xbc\xd5\x17\x75\xa2\xca\x84\x41\x80\xd0\x4e\x9b\x80\xeb\x04\x1a\x48\x60\xab\x73\xa1\x81\x5f\xf8\x18\xa6\x72\x9b\x8d\x06\xbb\x60\xd2\x25\xa4\x31\x72\xd3\x8b\x6e\xc7\x22\xbc\xfe\x02\x67\x27\xfa\x37\x15\x45\xda\xe8\x06\xc3\xa1\x6a\xec\x8c\x76\x34\xb8\xb0\x75\xfd\x06\x15\xd3\x51\x68\xc7\x02\x63\xd6\x03\xa4\x52\xd0\x05\xa0\x1d\xac\xa8\xe9\xdf\x40\x4d\xed\x43\x83\xdd\x51\xc9\xb7\x47\x0b\x01\xbf\x0f\xfd\x4e\x78\x5f\x13\x60\xfe\x2e\xbb\x9c\xb6\x80\x19\xeb\x66\xd5\x60\x65\xb4\x70\xd7\xc2\x82\xa2\xa6\xcc\x50\x4c\x3b\x1e\x36\x98\x16\xad\xdc\x68\x81\x92\x73\xf6\x10\x0c\xc9\xd3\x6f\x16\x13\x33\x93\x6c\x11\x60\x95\x0e\xb0\x45\x04\xed\x4a\xba\x6f\x91\xd2\x61\xf5\x07\xa0\x8a\xde\xc9\x04\xa2\x27\xc1\xa1\x2d\x01\x54\x87\xa1\xd1\x90\xe7\x29\x25\x18\xf7\x87\xdb\x2b\xa3\xe6\x04\xc7\x4f\x20\x75\x59\xac\xd1\x12\xc1\x22\x28\x24\xd8\xa0\x85\xbd\x0d\xd2\x65\xb7\xbf\x67\x83\x74\x19\x8c\x5c\x99\x23\xba\x1d\x6b\xf6\x00\x19\xfb\x90\xdd\x61\x63\x87\xee\x00\xa8\x93\xdd\x01\x66\xa4\xe3\xdd\xf2\xca\xcb\xea\x1e\xc1\xdf\x86\x3b\x58\x17\x18\xad\x21\x83\x75\x48\xce\x68\xf4\xca\xd2\x11\x6e\x85\xee\xca\x6e\x2f\xbc\x22\xfb\x41\x45\xfe\x27\x8d\x50\xd6\x9c\xfd\x02\xb5\x54\x92\xa9\x1b\x74\x6b\x76\xa2\x68\x85\xd7\xb0\xe6\x07\x17\xbb\xf0\x03\x10\xbe\xec\xdf\x2f\x42\xf1\x34\x26\x54\x69\xc1\x27\x10\x01\x92\xd9\x07\x00\x6e\x5c\x56\xf7\xb7\x4a\x87\xba\xe6\x0f\xb8\x11\x82\x0a\xa5\x56\xa3\xca\xf2\xb8\x17\xa5\x6b\x95\x1b\x21\x64\x44\xc6\x31\x25\x5b\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\x05\xdf\x94\xaf\xd5\x45\xba\x35\x85\x46\xcd\x82\x48\x59\x6b\x6b\xd2\x9a\x14\x24\x5d\x1b\xbd\xda\xf2\xfd\x12\xf1\x6c\x0d\xd8\xa1\x1b\x58\x6b\x38\x31\xc5\x43\x5c\xdc\x19\x0f\x01\x38\xeb\x3a\xd5\x1a\xef\x57\x26\x86\x4b\x70\x35\xa9\x62\xf5\xaf\xee\x4f\xa0\x9c\x73\x74\x59\xfb\xc4\xd4\x66\xfd\x48\xeb\xe0\x92\xe5\x6f\x4a\xb7\x8e\xd6\xb1\x0d\x92\xb4\x5b\xe7\x0d\xfe\xa7\x77\x42\x55\xdb\x00\x47\x32\x47\x04\xb4\xb1\x84\x31\xf5\x30\xd6\x19\xd7\x17\x2c\xcb\x65\x03\x66\x83\x8c\xd9\x4c\x1b\x07\xc5\x64\x63\xe7\x58\xe8\xea\x2e\x00\x35\xc9\xd1\x8d\xa6\x42\x47\xcf\xb6\xb1\xa0\xa6\x69\x9f\xac\x6d\x21\xa0\x50\xf3\x15\x4d\xec\x4e\x50\x6c\x1f\x91\x13\x80\xf0\xba\xa0\xc9\xb2\x7e\xa6\xc1\x1d\xff\x67\xd2\x27\x15\xe2\xc6\xa6\x93\x05\x22\x8d\x6f\xe7\x22\x04\x5a\xc5\xb5\x8e\xa9\xfa\xb8\xd6\xc2\xfd\x80\x6a\x77\x13\x4c\x26\x40\xf5\xf5\xba\x5d\x6b\xe5\x9a\x17\x5d\xe2\x6d\x35\x6d\x37\xb5\xc7\x9e\xc7\xcd\x95\x6a\x90\x9b\x2b\x55\x97\xf4\xfa\xea\x5e\x2a\xac\x8b\xb6\xab\xb5\x9b\x9e\x0e\x26\xaa\x4b\xf2\x33\xb0\x28\xf9\xf9\xec\xc2\x7e\xd8\xed\x6a\xd6\xee\x85\xe6\x1e\x94\x17\x36\xc3\x9f\xd9\x3d\x6c\xfe\x6b\x2c\x8f\x6f\xc1\xa3\x3d\x54\x8f\x6a\x1d\x0f\x79\xac\xa5\x80\x67\x2d\x44\x5b\xb2\xe4\x41\xcb\x01\x4c\x14\x1e\xa5\x7e\x6a\x0f\x75\x68\xa6\xde\x14\x00\x7d\xc0\x97\x7e\xca\xd0\x5b\x02\xa0\xb4\x4d\x6d\xa9\xa3\x8c\x59\xef\x9a\xb8\x3e\x79\xa9\x8b\x36\xc4\x91\xba\xdb\xc6\x95\xf6\xbe\x48\x89\xee\x76\x62\xb3\xf4\x70\x6d\xae\x2e\xf5\xc6\x04\xdb\xf3\x89\x41\x65\xd9\x94\xdc\xce\x3b\x53\xf7\x0b\x20\x0a\xc6\xb4\x09\x24\x30\xf6\x2e\x29\xce\x0b\x87\xd1\xd1\x4e\xdc\x0d\x75\x65\x95\x14\x77\xf4\x23\x40\x2d\xd2\xf4\x1b\x55\x64\xc5\x10\xfa\x27\xd4\xc5\x43\xdb\xd9\x19\x12\x39\x7e\x5e\x20\x9b\xcb\xfa\x5d\x11\x38\xe4\x0e\xc9\x10\x74\x59\xee\xb0\x48\x2a\xc1\xf5\xe8\x07\xa9\x44\xf7\x10\xd8\xbb\xee\x11\x28\xbc\x27\xcf\x79\xed\x9d\xc7\x80\x58\x27\xac\xec\x01\x56\x06\xed\x6d\x0f\xbc\x42\x69\x0a\xa8\xb4\x6f\xae\xd7\x03\x43\xa2\xdd\xbe\x16\xe9\x07\x24\x86\xa2\x43\x1d\x65\x67\x95\x94\x7d\xf4\x00\x55\xc8\x70\x8f\xa4\xbf\xcd\x1f\x80\xcd\x49\x60\xe9\xf4\x30\x73\x78\x78\x0f\x6b\x51\x7b\x6b\x3b\x43\x2a\x1d\xdf\xda\xa1\x8a\x0c\x42\xfa\x1e\xc9\xe6\x84\x6f\x9d\x82\xa1\x21\x8d\x18\xcc\x3e\x92\xbb\x24\xdf\xfb\xe9\x82\x66\x2f\xcf\x3b\xb2\x62\x86\xc7\x44\x1c\x83\x6e\x62\x7d\x59\x5e\xfb\x5f\x71\xa5\xbe\xcc\xb2\x22\xe7\x1d\x92\xa7\xfd\x81\x3a\x8c\xae\x56\x09\xf4\xc4\x1b\x82\xf0\xb9\x27\x68\x00\xbc\x93\x09\x34\x4d\x27\xaa\x23\x3c\x33\xdb\x68\xd0\x3f\x49\x33\xa9\x6c\xec\xe8\x09\x71\x3e\xd1\x1d\xe0\xcc\x76\xcf\x80\x60\x17\x99\xed\x99\xa7\x5c\x47\xac\x53\xd4\x34\x7a\x2e\x51\x53\x87\xb4\x2f\x51\xd2\xe8\x07\x55\xa8\x59\x69\x47\xb4\xa6\x73\x5e\x74\xa8\x3e\x2d\x59\x76\xd6\xa9\x71\x92\x9c\xce\xb2\x34\x46\x9e\xc2\x8d\xd4\x22\x0a\x2d\x23\x3f\x0f\xe0\x1e\x36\xdc\x23\xb4\x9f\x46\xae\x42\x82\xf9\xf3\x01\xbc\x78\x8c\xf1\xd0\x8e\xfa\xa2\xd4\x0b\xe2\xd4\xc5\x26\x7b\x85\xa1\x79\xf8\x37\x0f\x84\x04\xf2\x4e\xb9\x4f\x77\x8a\x5e\x09\x14\xef\x14\xc5\x3a\x23\x2b\x13\xcd\x46\xe3\x42\x03\x7f\xf3\x14\x1b\xb0\x59\x24\xbd\x9f\xf0\x67\x94\xe0\xd8\xa9\xeb\xf1\xf7\x74\x01\xb7\x69\xbb\x9f\xa4\x1b\xba\x03\xf4\x93\xcc\xca\x07\xe4\xc4\x46\x48\x07\xd6\x99\xb9\xc0\x86\xb6\x8e\xd8\x3b\xa7\x21\xe8\x17\x55\xa6\xde\x3a\xaa\x83\x0c\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\x3e\xc8\x38\xf0\xbd\xdf\x84\x8c\x40\xb9\x3c\xc2\x8d\x70\x10\x0d\x1c\xf1\xdd\xef\x35\x2b\x7f\xb1\x66\xe5\x07\x04\x5e\xf1\x18\xa4\x4f\x26\x15\x0f\x8b\xa4\x68\x7b\x3e\x0e\x5b\x7f\xc6\x80\x02\xa5\x18\x74\x2f\x8b\xa2\x78\x15\x8b\x9f\x4a\xb0\xef\xf0\xeb\xb1\xc7\x6e\x7f\x79\xd1\x35\x52\xb2\xb8\x7b\xf2\xc2\x5f\x2a\x08\x4d\x0e\xde\x15\xe1\x2f\x70\xbf\x03\x2b\x77\x17\xbc\x5d\x14\x4f\xeb\xc2\x0b\xfe\xfd\xfc\xf3\x27\xff\xd0\xd0\x8f\x87\x97\x64\x92\xf9\x22\x97\x89\x79\x0f\xd5\x2c\xba\x70\xf5\xb9\x26\xad\xfd\x9d\x10\xe3\xcd\x0f\xe7\x9a\xb3\xbf\xa0\x3a\x4d\x53\x44\x56\x02\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\xa6\x38\x0e\xa2\x83\x5f\x28\x20\xaa\x6e\xa7\xfc\x24\x8a\x35\x98\xe9\xd3\x8a\xfe\x71\x10\x4a\x45\xbf\x11\x05\x2d\xdb\xcb\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\x36\x5b\x10\x47\x60\x9d\x7e\xb7\x67\xb4\x6b\x06\x81\x28\x2b\xb2\x3b\x3e\x06\xda\x1c\xfa\x3d\x96\x4f\x90\x4e\xda\xf8\xd8\x61\x8b\xba\xe0\x0f\x70\xc3\x78\xfc\x95\x7e\x6e\x2c\xab\x9d\x4e\xc8\x00\xab\x74\xd4\xee\x88\x6b\x97\x04\x44\xa4\x2b\x50\x8d\x9f\x31\x18\x3e\x57\xdc\xce\x1b\xa1\x57\x88\x1a\x90\x51\x97\xf9\x01\x67\x69\x23\xca\x48\x44\x7f\x49\xb5\x83\xce\xd0\xb6\xd1\x8d\xb4\x60\xa2\x49\x25\x0a\x11\x7e\x80\x04\x99\x25\x09\x7b\xc7\xd2\xa3\x48\x62\x1f\xd0\xa3\x38\x9e\x72\xe4\x0f\x37\x6c\x13\x1a\x99\x74\xbb\xb9\x4b\x22\xcb\x70\x97\xd4\x1e\xfd\x3c\x00\xb2\xe8\x1e\x38\xc0\xdd\x2c\x51\x0e\x18\xfa\x1c\x30\x37\x90\x67\xbd\x24\xe3\x67\xe6\x5d\x47\xec\x6c\x14\x6c\xa5\x64\xd0\xb1\x8c\x77\x22\xfd\xa3\x70\xd6\xc2\xa6\x8f\xbd\x35\x07\xd3\x8e\xc2\x14\x6f\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x72\xab\x97\x64\x9c\x2f\x94\x64\x7e\xde\x98\x7c\x43\x9d\x56\x72\x03\x71\xd1\x01\x5f\xd9\x24\x3d\xda\xa0\x51\xe5\xe7\xf7\x1a\x54\x3d\x30\x6b\xa6\x13\xdd\x8c\xef\xc2\xeb\x2a\x7a\x63\x2c\x23\x8a\x68\xff\x38\x49\x4e\x24\xf4\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\x01\xe8\x39\xf9\xf7\x27\xf0\xa8\x88\xc8\x18\x17\xc5\x48\x93\x07\x38\x62\x14\x67\x9c\x1a\x17\x0e\x87\x4d\x16\x03\x25\x41\x7e\xc0\xfd\x71\xbd\x64\x2b\xcb\x60\x89\x10\x9b\x2c\x06\xfc\x2c\x1c\xde\x31\x96\x4d\xa3\xf9\x8b\xc9\x07\xea\xf2\x5e\xb9\xd2\xfc\x60\x2d\x5c\xd3\xfc\x98\xdc\xcf\x7d\x78\x80\xc9\x59\xf5\x3b\xe0\x89\xe1\x18\x93\x01\x96\xe6\x88\x8d\x81\xdb\x6e\x49\x26\x6a\xb8\x99\xfe\xe0\xf5\x03\x02\x22\x1d\xe5\x80\x99\xc2\x01\x17\x83\xae\xaf\xce\x60\x32\xd6\x45\xb5\xbb\x47\x58\x5e\x7c\x80\xe1\x1b\xeb\x50\x83\xc1\x52\x1e\xbe\xff\x8d\xe7\x64\x97\x9e\x03\xce\x92\x69\x3d\x93\x65\xdb\xf2\x31\xe0\x3c\xeb\xa0\x8e\xf1\xf0\x2c\x75\x4f\x6a\xe2\x05\xf5\xf8\x2e\xca\xac\x49\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x58\x86\x38\xf9\x98\x6b\x19\xfe\x02\xb3\x16\x07\x1b\x2c\x8d\xec\x18\xd9\x81\x62\x50\x59\xcb\x3c\x0f\x80\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\x4c\x5b\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\x78\x54\xaa\x7a\x7e\x06\x79\x21\x80\x78\x0c\xc0\x52\xb2\xdb\x19\xa8\x12\xd0\xe9\x3c\x19\x96\x64\x41\xeb\xfc\xd8\xde\x8f\x23\xe2\x19\x96\x34\xf0\x37\x4c\xe9\xc4\xa5\xb2\x24\x31\xa1\xf3\xbb\x34\x76\xc7\xd7\x9c\x61\x2d\x69\xe8\xc1\xcb\x25\x69\x86\x91\x7b\x27\x2e\x74\x92\xd1\x59\x9b\x7a\xae\x38\x70\x1d\xff\x13\xfe\x2a\xc5\x9e\x5b\x27\x03\x87\xac\xa7\x3e\x91\xc0\xda\xae\xcf\x67\xe4\x76\xab\x87\xef\x12\x97\x2c\x3d\x9c\x8b\xb3\xe9\x1c\x9c\x2c\x27\xe2\xd0\xda\x93\xd7\x3a\x07\xa9\x9e\x69\x2d\xdd\x6f\x7c\x14\xde\xd6\xab\x93\xb1\xe4\xe9\xe7\x0b\xb0\x53\x69\x4f\xcf\x0c\x1e\x22\xb9\xee\x64\xf2\x45\x87\x94\x9d\xe4\x84\x12\x26\xcf\x0c\xa9\x49\x1a\xdc\x33\xf3\x34\x0f\xbf\x00\x0c\x93\x78\x7a\x92\x33\x5a\x01\x7a\x66\xa2\xf9\xf0\x98\x38\x9c\x12\xab\xce\x4c\xea\xae\x21\xca\x9a\x93\xba\x84\x73\xad\x6a\xdc\x8e\xb3\x10\xcb\xc5\x4b\x4f\x32\x3e\x09\x93\x67\x21\x9c\xc4\xbf\xcf\x42\x38\x69\x4e\xcc\x04\x6d\xd6\x79\xc2\x44\xa0\x92\x35\xe3\x84\xf7\x6d\x94\xb6\xed\x64\xf1\xd1\xf1\xf3\x02\x90\x5e\x74\xf6\x84\x2f\xad\x3d\xbd\x4e\x28\xfc\xed\x07\x74\x56\x4c\x51\x3a\xdc\xb3\x42\x3c\xd0\xbd\xe0\x84\x67\xed\xcf\xb9\xc4\xbd\xcf\xce\x17\x27\x42\x37\xec\x7e\x79\x9e\xa4\x89\xba\xa1\x9f\xac\x61\x65\x85\xe1\x09\x4f\x42\xb3\x9f\x93\xd7\x38\x2b\x0c\xcf\x93\xdc\x45\x34\xef\x84\x55\xdf\x06\xe7\x73\x71\x38\x03\xfe\x5a\x80\xf7\x1b\xbc\x21\xf9\xa8\x5f\x64\xab\x9a\x15\x75\xbc\x3f\xf8\xc5\x22\x57\xd6\xe5\x9d\x64\x82\xd5\xbf\xc1\xdb\xad\x29\x3b\x51\xfd\xc1\x26\xe7\x73\x6b\x78\x35\xe6\xbd\xa8\xa0\xba\xb8\x99\x84\x49\x90\xa0\xf7\xa1\xa3\xdb\x4e\x64\x3d\x89\x56\x8d\x9d\x88\xe3\xfd\xb9\x2b\x9e\x37\xb6\x57\x02\xe2\x09\xe7\xc1\xf1\x43\x64\xc8\x06\x25\x10\x9e\xac\xe3\xe8\xc0\xc9\x93\x25\xac\x1c\xaa\x78\xa2\x6e\xe3\xcf\xf5\xf2\xa4\xc2\xd6\xea\xb2\x13\xc1\xbd\x8e\x20\x38\x11\xdb\xdb\x7e\x7a\x20\xec\x92\x27\x71\xe3\x05\x7d\xf0\xae\x59\xfa\x01\x37\xcc\xfb\xf1\xae\x59\x69\x4b\x91\x8f\xd9\xb6\x86\x73\xf1\x39\xb1\xce\xf3\x5d\x3b\x28\x70\x23\x98\x37\x99\x1d\xf0\x6a\x28\x6e\x7d\x32\xb8\xd7\x3a\x8d\x13\x19\x9a\xb3\xf8\xff\xf9\x82\x26\x89\x17\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xb1\x9e\xb8\x1a\x5a\x6b\x7d\x4e\x92\x45\x69\x92\xce\x89\xd3\x2d\x46\x7b\xb2\xe8\x44\xf2\x61\xa5\x7a\xd7\x6a\x97\x93\xac\x58\x9c\xf7\x64\x36\x14\x2b\x41\x4e\xd6\x65\x1c\xf9\x6f\x72\x75\x8f\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\x3f\xea\x41\xe2\x1c\xfd\x06\x36\x42\x7c\xf8\x62\x3e\x66\x5f\xb9\x2f\xd4\x99\x38\x8c\x50\x17\x38\xf5\xe1\xdd\xbe\xc8\xa9\x1d\x17\x7a\x91\x13\x3b\xcc\xf3\x0a\xc4\x52\x49\x10\x57\xe0\xd1\x10\x33\xbd\x78\xa1\x14\xab\xbe\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\xc4\xb8\x58\xab\xd1\x51\x80\x57\x58\xa6\x21\x2d\x2d\x60\xc3\xc5\x7d\x2f\x16\xef\x4a\x22\x5d\x57\x04\xb1\x14\xc7\xb8\x78\xcd\x74\x96\xb4\x0b\x0a\xd8\xe1\x00\xc8\x2b\xae\xb4\x3e\x9a\x37\x33\x25\x9b\xdd\x5e\x1f\xbb\x2d\x49\x87\xed\x4a\x1f\xc1\xb6\x92\xe4\x02\xb3\x3d\x7e\x60\x45\xf7\x51\x6b\x7f\x2e\xd4\x65\x70\xd8\xc0\x95\x58\x14\x46\x73\xa0\xb3\xa8\xa3\x4f\x2f\x5c\x33\xed\xb3\x74\x21\xb1\xb1\xfd\x87\x2f\xf0\x56\xa7\x0f\xb9\x60\xad\x4f\x22\x10\xd7\xc7\x5a\x93\xc3\xea\xaf\xdc\x39\x45\x3f\x58\x60\xf0\x08\x3c\x7b\xc5\x5d\x4e\x74\x29\x48\x7e\xbc\xb5\xf9\xb2\x76\x21\xa2\x56\x85\xd6\xc6\x55\x16\x14\xd4\xc1\xc7\x29\x9b\x6f\x3d\x17\x18\xa5\xbd\xf6\x2f\xde\x18\xed\x21\x7b\x95\x45\x4a\x35\x04\xc3\x4e\xac\xea\xb9\x60\x1c\x1f\x87\x84\x94\xab\x92\x28\x49\x64\xb8\xea\x22\x95\x1a\xb5\xae\x95\x6b\x1d\xd4\x93\x5a\x37\x83\xea\xfe\xd9\x01\x38\xa8\xde\xdf\x6d\xb0\xbc\xda\x3a\x6f\x7e\x40\x60\xfb\x77\xc1\x07\xea\xb0\x91\x47\x88\xc3\xa3\x7a\xff\xd7\x83\x66\xc9\x7a\x9c\xf6\x98\x44\x2d\xfe\x6f\x96\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x5d\x83\xda\xfb\x5f\x17\x02\x37\x12\xca\x1d\x3f\x38\xd4\x89\x85\x12\x24\x2e\x9a\xa8\xed\x9b\x87\x72\xfd\xa1\x39\x9b\xdf\xc5\x7a\xde\x76\x28\x5a\xf5\xf9\xed\x4c\x83\xfa\xfc\x41\x05\x83\x07\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x12\x77\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x1f\xc8\x9c\xac\xe7\xac\x59\x5e\x0b\x32\x5a\xc7\x15\x3e\xd0\x79\xd6\x4c\xd2\xeb\xb8\xcd\x0b\x9e\x90\x16\xd9\x2f\xd6\x05\xb5\x52\xf0\x82\xc8\x34\x1c\x4c\x7a\x21\x5e\xc3\xc2\xeb\x85\x72\x18\xce\x6b\x7f\xd1\x2a\x3e\xda\x5f\x25\xaa\xbb\x60\x32\x1f\x4e\xe9\x73\x41\xc0\x3a\x7e\x4e\x1b\x04\x2c\xdf\x19\x2e\x7a\x4e\xda\x6f\xf0\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x3d\x65\x46\x6f\xf8\x74\x22\x78\x23\xfd\x0c\xb9\x36\xdb\x5d\x82\x4e\x49\xa2\xbf\x68\x0f\xb7\xc2\xed\x42\x6c\xc6\xcf\xf1\x45\x2c\x86\x3d\x52\xaf\x67\xcd\x49\xe7\xe4\x21\x58\xbd\x0a\x48\x4f\x56\x82\x5f\x0f\xc9\xb5\x57\x81\x88\xda\x6c\xa1\xef\x42\x64\xc5\xcf\x81\x87\x4e\x20\x49\x80\xbe\x5e\x60\xbd\x91\xe7\xe5\x1c\xb5\x6a\x08\x5b\x3f\xea\xd2\xeb\x5d\x93\xd4\x1c\xe0\xf0\x68\xe7\xc1\x0b\x7a\xf7\x61\x77\xff\x0b\x19\x81\x8b\x95\x67\xd7\xcb\xed\xfc\x79\x30\xf9\x40\x7d\x4e\x6c\xa7\xbb\x80\x38\xf5\xb3\x59\x30\x9e\xff\xec\xee\x24\x39\xf6\xb1\x42\x10\xaf\x9d\xca\xae\xb9\x66\xad\x75\x4f\x8a\x26\xa6\xc6\x4c\x3f\x67\x55\xe5\xc5\x20\xde\xe4\x73\xc3\x98\x5d\x1b\x08\xae\x49\x2c\x14\x52\xdd\x9f\x0c\xd5\x9d\x05\xef\x46\x19\xaf\xc3\x4e\x8a\x37\xdc\x22\xed\x48\x79\x43\x60\xb2\xd1\xff\x86\xd7\x63\xd2\x61\xbf\xa1\xad\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\x24\x5f\x6e\xfe\x80\xf4\x5e\xba\xb4\xfb\x13\xaf\xb2\xf9\xf9\xcd\x3a\xa6\xd6\x42\xde\x50\xef\x27\x49\x95\x37\xfc\x24\x0d\x95\x1b\xea\x7d\x6f\xee\x1d\x0a\x7e\x7b\x00\x92\x40\x4f\xf1\x13\xb6\x9a\x13\xd6\xde\x30\x87\x1f\x8e\xc8\xbe\x03\x91\xda\x50\x5a\xba\x0f\x29\x3e\x6f\x18\x00\x92\xec\x4b\x77\x24\xc1\x92\x96\xe9\x66\xe5\x54\xab\xe4\xef\x48\xc0\x6b\xd6\x90\xce\x52\x76\x8f\x94\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xdb\xcb\x7a\xcc\x3b\xf2\x52\xe1\x85\x44\x22\x8c\x41\x05\x0b\x7a\x09\x7e\xe1\xc5\xa0\x9e\xd4\x84\xbd\x48\x93\x80\x89\x3c\x49\x58\xbb\xe9\x9c\xe9\xe0\xd6\x9b\xf2\x9e\xf4\x14\xf7\x92\xf7\xc4\x5e\xee\xa5\x5c\x31\x82\x30\x51\x9f\xfd\x39\x6f\x5a\xcd\x25\xfb\xdc\x08\x5d\x36\x3f\xba\x13\xcb\x48\x78\x08\xf2\xdd\xe6\x49\x61\x11\xd2\xbe\xdc\x8c\x16\xfa\xc1\x69\x46\x2e\x5b\x57\x7a\xc3\xac\x7e\x98\x41\xdd\x99\xb2\x92\x17\x0a\x3b\x7b\x92\xc4\x77\xe7\x86\xdf\xee\x01\xf1\xd6\xc6\x10\x96\x6f\xb5\x76\xf5\xa6\x76\x45\x5a\x80\xbb\x50\x52\x32\xa8\x69\x67\x70\x68\xf2\x5d\x28\xa4\x44\x7f\x02\x6f\xfe\xe3\xaf\x2e\x4b\x37\x73\xb0\x38\x3c\xf7\x86\x51\x3d\x15\x8f\x47\xa9\x56\xdc\xe3\x66\x81\x57\xe7\x5c\xbc\x0b\xb1\x5c\xea\x99\xbb\xac\x45\x09\x0a\x85\x54\x51\x1a\x9f\x1b\x1e\x9c\xc9\x6b\xa8\xbc\xa1\x89\x58\xdf\x75\x2d\xdb\x6f\x2c\xea\xed\x37\x08\x59\xcd\x7b\x09\xa5\xe2\x49\x37\x2b\xba\xfe\x9c\x8c\xc6\xb3\x25\x49\xec\x66\xc5\x56\xfb\x05\xdd\x8d\xbb\xa7\x31\xda\x3a\x3a\x7e\x00\xaa\xe6\x95\x32\xad\xb1\xa3\x5c\x6f\xfa\x58\xda\x39\xe5\x7e\x51\xc6\x5d\xf4\xfd\x66\x78\x9f\xa3\x52\xef\x97\xeb\x10\x68\x50\x71\xc9\x6a\xe7\x1b\x17\xfa\x24\x01\xf3\x7e\x41\x17\x25\x08\xdf\x64\x30\x12\x7b\xef\xb9\x56\xa9\x0e\x51\xa5\xda\x09\x3c\xee\x89\x4b\x86\x54\x86\xf7\x44\x80\x94\xc9\x03\x93\x44\x58\x95\x7e\x2f\x7e\xa2\x93\xf6\x2c\xcd\xb7\x8e\xe2\x03\x63\xae\x4a\xe1\x8e\x87\xcc\x40\x70\x7d\x8e\x86\x94\x81\x51\xbf\x01\x46\x49\xd1\xcf\x41\x07\x98\xe6\x17\x88\x74\x12\xcb\x1e\x68\xb9\x2d\x91\x3c\xb4\xdd\x3a\x4a\xf6\x21\x71\x17\x37\x78\x48\xbc\xc5\x03\x9f\xc0\xe4\x90\xfe\x4d\xb1\x4d\x4a\x87\x07\xd7\x60\xa7\x59\x7e\x90\xcb\xca\x11\x28\x4f\xe4\x9a\xb4\x66\xd8\x52\xb3\xae\xd1\x0f\xfc\xd3\x5d\xda\xe7\xa1\x6d\xf5\xe7\x7b\x98\xa3\xa3\xfb\x27\xff\x92\x8a\xe1\x49\x14\x66\x25\xe0\x3c\x89\x3b\x29\x3a\xfd\x24\x8a\xed\xba\xaa\x3f\x89\x01\xcc\xee\x82\x8b\x92\x12\xfb\x49\x94\xeb\x93\xbf\x00\xcd\x6b\xfe\x82\xab\x16\x14\x90\xbc\x21\x89\x67\x3e\x79\x6d\xb5\x26\x95\xc9\x8f\x24\x5c\x3e\xbc\x26\x7b\x23\x32\x2f\x51\xc3\x0f\x00\x38\xaf\x82\xc9\xac\x4c\x13\x1f\x78\xb9\xa7\xe6\x21\x78\xa8\x44\x76\x1f\x98\x5a\x9d\x81\xf2\xe1\xb5\x59\x67\xec\x29\x54\xe7\x18\xb6\x28\xd8\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xaa\xfb\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x00\x0c\x3f\x2f\x2c\x30\x68\x0e\x95\x17\xd6\xe2\x37\x4e\xee\x8d\xbb\xe0\xcd\x42\xcb\xac\xf7\x77\x70\x0d\x86\x8a\xbd\xf2\xee\x37\xca\x68\x9a\x34\x42\x25\x93\x31\xba\x51\x94\x34\x18\xe0\x10\x6e\x53\xdf\xd3\xa8\xb2\x92\x30\xfa\x34\xda\x97\x8b\xbb\x7c\xf9\x40\x73\x62\xf2\x05\x6b\xa9\x9f\x4e\x76\x24\x15\xd5\xc3\x24\xec\x36\x50\x3d\xc8\x6d\x90\x7a\xff\x1b\x76\xf4\x74\xee\x9c\x3f\xe6\x75\xda\x07\xbf\x53\x74\x15\xeb\x78\x58\xd3\xc6\x4a\xef\x87\xf9\xa4\x24\x38\x3c\xc8\x16\x95\x6c\xc0\x78\x06\xf5\x19\x62\xc2\x0f\x7d\xbe\x0f\x5d\x5f\x9e\x41\x40\xa9\x0b\xe6\x2e\x38\x0c\xfa\x13\xbb\x2d\x95\xd8\x73\x62\xda\x32\x60\x3c\xab\xba\xcc\xe1\x07\xa0\xe2\x1e\x81\x99\x06\xec\x70\xf0\x9c\xac\xa0\x74\xf8\x01\x76\x5b\x64\xfc\x59\x16\x6f\x31\xbc\xe7\xc2\x76\x1b\xc1\x60\xe0\x3e\x7e\x3e\x20\x77\xf3\x2a\x2e\x9c\xb3\xe1\x17\xb8\x6c\xaf\xe2\xfa\x96\xed\x9c\x71\x0f\x32\x11\x24\x43\xf6\x5a\x93\xf6\x14\xc8\xf9\xbd\x6e\xa6\x1e\x70\x80\xf5\x73\x1f\xfc\x44\x6f\xdc\x38\xbb\xc6\x0e\x94\x7e\x34\xbb\x7b\xee\x75\xb0\xfc\x02\x41\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\xb5\x2c\x01\x66\x95\x93\x3e\xdc\xe5\x44\x17\x02\xcc\x93\xf0\x5b\x1f\x3c\x94\x3d\xc5\x93\x9f\xef\x3a\xdb\x9c\x5b\xfb\x79\x50\x10\xcc\xbb\xfb\x90\x62\x79\x92\x0f\x77\x53\x8a\x88\x87\x89\x40\xcd\xb6\x9f\x65\x1c\x30\x20\x5e\x9e\x56\x43\xfb\xa5\x48\xac\xab\xe3\xf3\x72\xe5\xfe\xa2\x11\xb6\xfe\x82\xda\x61\xdd\x58\x9e\x75\x5f\x95\x70\xf0\xc0\xd9\x3b\x1f\xfe\x62\xcd\xd3\x2f\x10\x34\x5a\x39\xcb\x33\x5a\x03\xf9\x4c\x44\x55\x99\x58\x23\xd3\xe7\xe1\x1b\xf0\x43\x6f\x6f\xe7\x03\x7e\x60\x89\xcf\xd2\x40\x3e\x10\x27\xec\x31\xf4\xc0\x1c\xe0\x28\xa8\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x4b\xe6\x98\xf0\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\x8a\xd3\x32\xc9\x8b\xc2\xce\xc9\xba\xa5\x17\x86\xed\x26\xfd\xd6\x4b\xcd\xba\x03\xa4\x5f\xe6\x61\xb0\xa8\xf6\x7e\xb7\xbd\x96\x3d\x71\x64\xca\xc9\x1e\xb3\xd1\xee\xa9\x1e\x11\xc0\xe3\x9a\x67\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xc2\xa0\x33\x2a\xbe\x8d\xb0\xf3\x07\xab\xbc\xdf\xfe\xdd\x57\x7e\x02\xbd\x80\xf8\x1d\x3b\xba\xbf\x88\x2a\x1f\x0e\x3e\x7e\xa1\xf1\x4c\xd6\x4f\xbd\x1d\xdb\x69\xb0\x40\x19\x99\x45\x4c\x51\xef\xbf\x65\xf1\x62\x94\xfb\xcf\x96\xb1\x51\xde\xbf\x65\x11\xf4\x97\xfe\x48\xc7\xcf\x03\x06\x23\xbb\xc3\xce\x17\xfc\x60\x41\xc1\x53\xc0\xaa\x45\x63\xde\xa5\xbc\x94\xd4\xf3\x0e\xa8\xa3\xbd\x53\xe7\xc2\xd1\xbf\x72\x71\x78\x4f\xce\x58\xdb\x82\xd2\x62\x49\x7c\xf9\x65\xf5\x0c\x8b\xbb\x2f\xb8\x41\x8e\xfe\x0d\xba\xaa\x73\xfa\x9e\x64\xb3\xde\x96\x93\x0b\x10\x8c\x17\x33\xf0\x8a\x4e\x06\x3c\x48\x56\x78\x97\xe6\x53\x52\x3b\x4a\xff\x7f\x9f\x68\x96\xd0\x74\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\x84\xda\x3c\xa1\xf9\x75\x20\xd9\xe2\xbd\x19\x26\xe2\x7d\xbd\x91\x92\xf7\xe7\xf7\xc2\x0c\xc1\xf1\x5e\x98\xa0\x39\x22\x57\xe0\x4f\x92\xee\x17\x59\x67\xec\xe8\xfa\x22\xd4\xa7\x4a\x16\x78\x1f\xea\x87\xd5\x01\x2a\x97\xf9\x2e\xfd\x42\xaf\x99\x93\x7f\x53\x76\xf0\xaa\x9f\xfe\xcf\x9f\x52\xb3\x5f\xf8\x6e\x6b\xce\xa7\xf5\x2e\xb5\xa6\xd6\xf0\x70\x42\x5a\x02\x5c\xa1\x9c\x3f\xe3\x7d\x40\x22\x92\x27\x34\x09\x45\xcd\xf8\xe3\x13\x2d\x4b\xe7\xf4\xbe\x54\x41\x88\x5c\xbe\xc8\x1f\x93\xbd\x0f\x4b\xab\xa9\x8b\xca\x8b\x34\x81\xf9\xe7\x03\xca\x74\xd5\x5d\x82\xe6\x1b\x48\x73\xe1\x96\x1f\xa0\x6a\xa9\xe5\xc4\x77\x52\x1b\x28\x4d\xc9\x0b\xa3\x70\xfe\xf9\x4d\xb8\x25\x3f\xe0\xd6\x89\x35\xbd\x88\xdc\xce\x62\xa9\xef\x5c\x0b\xdf\x5f\xcc\x45\xe5\x45\x2d\x27\x23\xb3\x1d\xa2\x3f\x97\x09\x36\xfb\x8d\x17\xe5\x48\xa2\x7e\x53\xab\xa9\xdd\x9a\x81\x2a\x01\x5d\xca\x66\x58\x2b\xf3\x1b\xbc\xef\xe8\x1a\x38\xe1\x0c\xe5\xdc\x85\x33\x2c\xf8\x6b\x16\xb8\x68\x66\xa1\xf5\x5c\x7c\x23\xf9\x05\x6e\x88\x6e\x48\xa8\xff\xff\x3d\xf0\x27\x14\x50\x7e\x06\xa1\x60\x9e\xfd\x60\xf2\x8d\xbd\xa9\x13\x71\x35\x76\x14\x9c\xd0\x23\x66\xc9\xe9\x33\xae\x1d\xf2\x07\xd4\x12\xe9\x22\x87\xfa\xfc\x2d\x0b\xf5\x51\x7c\xff\x9b\x95\xba\x48\x5c\xa9\x2e\x2c\xa8\xa5\x1f\x7e\x4e\x34\x6a\xe7\x7f\x0f\xb4\x54\x16\xcf\x77\xd6\x05\x14\xcf\x4f\xf9\xe7\x0b\xd4\x32\x32\xf6\xce\xb4\xa8\x86\xe6\x89\x0b\x6a\x2e\xee\x92\x2b\x17\x32\xce\xa5\xa5\x13\xcf\x43\x75\xfc\xef\x81\xba\x80\x7b\xf0\x70\x6e\x07\xd4\xc7\x8f\xe9\x07\x0f\x32\x08\x72\x71\x17\xd7\x3f\x7f\x8a\x1d\x58\x59\xfe\xde\xa9\x75\x27\x63\x5d\x0c\x1a\x28\xe9\x5c\x08\x70\x16\xa2\xa6\x2e\xc5\xa8\x86\xdf\x9c\xcb\x6c\x15\xc3\x77\x2e\x87\x59\x88\x25\x46\xa3\xb2\x80\xfb\x57\xae\xe0\xac\x9d\x3f\x9c\x23\x60\x16\x8a\x0a\x46\x43\x2a\xe5\x9c\x1a\x61\x16\xf2\x14\xe3\x54\x85\x24\xe7\x17\x2a\xa4\x60\x49\xa8\xb3\x92\xad\x75\x3f\x18\xec\x52\x73\x86\x97\x54\x36\x12\x22\xb9\x4f\xae\x6e\x5f\x73\xf0\x0b\x6b\x0e\x02\x5c\xe5\x09\x35\xde\xb2\x50\xac\x93\x17\xcc\xc6\xed\xd6\x55\x7c\xe2\x96\x9b\x45\xbd\x66\x23\xe3\x33\x62\x37\xe2\x83\x38\xdf\x84\x56\x2f\xfb\xd0\x23\x03\x50\xae\x1e\x82\xc7\xaf\xf8\x85\x87\x0f\x34\x66\x47\x86\x1f\x2f\xac\x13\x29\x7d\x34\x06\x09\x8b\xe8\xfe\x1c\x94\x30\xa4\xb3\x98\x14\x7b\x4c\x57\x96\xd8\xe3\xf3\xc7\x42\xaa\xf6\x3f\x9e\x88\x33\xb6\xc1\x63\x7e\x52\x4e\xb1\xfb\xd7\xfc\xa4\x9c\x0f\x76\xea\x01\x19\xf7\xb2\xc9\xca\x49\xe2\xe6\xb3\xc4\xb8\x63\xeb\x45\xe6\x49\xd8\xf9\x20\x9c\xbc\x73\xf8\x13\xc4\x0a\xfd\x64\x51\x98\xac\x8b\x65\x16\x3b\x99\x8e\xce\xc2\xcb\x84\x89\xb3\xd8\xeb\x0c\xd5\xfc\x43\xf6\xf5\x9a\xe5\xfb\xb3\xa3\x80\x27\xe2\x74\x0e\x85\x91\x9f\x0d\x77\xd7\xa2\x74\x11\xe7\x45\x35\xb8\x92\x35\xcc\x0e\xcd\x6b\xc9\x1b\x9d\x67\x47\xac\x7a\xc9\x7b\xa6\x13\xf1\x21\x21\x29\xb9\xfc\x1c\x90\xcf\x93\xae\xf5\x13\xe1\x19\xdf\xc4\xf2\x7e\x10\xe9\xf2\xb5\x05\xc5\x39\x22\x9d\xe3\xf7\xd5\x70\x0e\x98\x25\x92\x6e\xfa\x93\x0e\xf7\x49\xc1\x0b\x73\x00\x83\x93\x14\xf6\x73\x20\x95\x53\x96\x86\x64\xc2\xe3\xbe\x29\x75\xe8\x1c\x88\x30\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x95\x37\xe5\x5c\x9d\xf0\x02\x0f\x2e\x1a\x37\xe1\x72\x1d\x5c\xb9\x66\x0e\x68\x89\x55\xf5\x63\xd2\x37\x39\xc9\xed\x63\xc2\x6d\xb8\xeb\x96\x35\xe1\x36\xdc\x25\xb6\x4f\xb8\x0d\x37\x15\x2f\x99\xf4\x1a\xce\x72\x13\x9a\xf0\x1a\xee\xb9\xfb\x83\xf4\xfd\xd6\x22\xce\x8f\x51\xf6\xbc\xb5\x0d\xf3\x0c\x0c\xb1\x3d\xfc\x42\xfd\xe7\x4f\x2f\xda\xaf\xf3\xe3\x93\x5d\x29\x82\xe6\xf9\x31\xc1\x5e\xf6\x91\x9a\xe7\x77\xdf\xea\xa5\xfb\xfb\xe7\xfb\xfd\x33\xa1\x17\xbf\x3d\x20\x52\x5d\x78\x85\x60\x99\x41\x99\x17\xe7\xc9\x6a\x06\xc1\xbf\x91\x02\x73\xd3\xd4\x09\xaf\xe3\x5e\x93\x3b\x60\x21\xd5\xea\x07\xac\x5a\xea\x0e\x90\x2a\x3b\x09\x66\xac\x16\xba\xef\x83\x13\x3e\xc9\xbd\x7a\x85\x11\xd5\x42\xbc\xa2\x48\x07\x42\x4f\xe0\x81\xb4\xba\xd1\x00\x3e\xcb\x21\x89\xb2\x4d\x3a\x2d\xa7\xe4\x19\x41\x65\x9c\xa4\x67\x9a\xf0\x62\xfe\x1e\xb8\x0f\x08\xd9\xb2\xab\x4e\xb8\x35\x87\x24\xf6\x39\xe1\xd6\xdc\x54\xd0\x6a\xc2\xab\xf9\x1b\xe4\x6f\x8a\x4e\x4c\xfa\x3c\x3b\x74\x63\x9e\x10\x12\x92\x28\xe1\x3c\x21\x24\xa4\xe4\x65\xc3\x50\x97\xa4\xa5\x98\x27\x5d\xb9\x94\x61\x6d\x9e\x89\x27\x37\x0a\xb2\x08\x78\x4d\x72\x40\x98\x27\x32\x01\x26\x5d\xdf\x27\x5c\xab\xbf\xdd\x16\xac\x32\x61\x65\x84\xcd\x84\x55\xd2\xc4\x32\x61\x55\xfc\x09\x61\xd5\x04\xbc\x4c\x58\x45\x4d\x0c\xba\x6d\x15\x9c\x9c\x70\xb7\xfe\xfa\x74\x17\x04\x47\xf6\x17\x94\x99\x86\x66\x0e\x59\xa4\xfd\x7c\x41\x68\x34\x6d\x61\xe6\xd9\xf6\x41\xc9\x84\x46\xf6\xb4\x08\x8d\xe4\x07\x84\xc6\xd0\x5a\x0b\x31\xa7\xa8\xd3\x42\x68\x78\x97\x0b\xa1\x11\xd5\x47\x21\x34\x8c\xad\x85\xd0\xc8\x02\x71\x59\x98\xe3\x07\x24\x8e\x45\x33\x2d\x04\x87\xcf\x24\x3d\xbd\x75\x55\x9e\x67\x21\x76\x34\x3f\x20\x76\x14\x77\x0a\xbb\x7f\xf8\xe9\x83\x79\xe8\x0c\xc1\xb2\xf6\x5e\x30\x66\x75\x7d\x39\x55\xcc\xb3\x72\xb5\xa6\x66\x75\xad\xd6\x6f\x70\xb5\x62\x16\xf0\x18\x0f\xbe\xe5\x4f\xb8\x8c\x7f\xa3\x08\x5d\xe0\x16\x57\xa4\xba\x9c\x67\xe5\x6a\xa3\x3f\xe1\xe6\x37\x7f\xc2\xd5\x1a\xb1\x21\x41\xa9\xd8\xf3\x84\x9f\x79\xb0\x8f\xd4\x3c\x11\x60\x9c\xa3\xb1\x16\x32\x55\x52\xc6\x9e\x09\x6f\xd7\x61\x98\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x74\x2f\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x7a\xdb\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x26\xf9\xe1\xbd\x32\xf3\x4f\x88\xef\x4a\xa2\x34\x27\x9c\x9f\x74\x7a\xe7\x9b\xbe\x9e\x35\x8d\x37\x03\xd0\x7e\x1b\xdb\xe2\xb7\x91\x29\x97\xc0\x0a\x13\x15\xc4\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\xec\xab\x42\x98\x48\x81\x13\xe2\x8e\x85\x8a\xc7\x01\x7b\x6d\xda\xb9\x1f\xe3\x71\x20\xdb\xa4\x42\xba\xbe\x07\x10\x72\xb6\xd2\x2e\x1e\x2c\xe9\xdf\xb6\xdd\xf9\x7b\x40\x77\xcc\xac\x4f\x10\xc8\x9e\xff\x2a\x3a\x36\x1e\x28\xa4\xfe\x89\xae\x6d\x3d\x40\x2d\xe7\x78\xec\x1c\xc5\xf1\x40\x59\xdc\x90\xba\xde\x88\x81\xb6\xcc\xb2\x67\x8d\xda\x41\x41\xce\xf0\xf1\x60\xa1\x96\xb6\x13\x2b\xc4\x23\x75\x3e\xe8\xfa\x64\x72\xa1\x63\x8f\xb2\xb2\xd5\x6f\xff\xea\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xa7\x56\x88\x07\xb2\x4a\x7f\x20\xda\xa0\x28\x0c\x4e\x48\x02\x56\xdd\xd2\xd7\x06\x78\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\x37\xf4\x90\xe9\x2b\xb4\x1d\x98\x15\x8f\x46\xb7\xc0\x7d\xb5\x8a\x07\x93\x9a\xc8\x0f\x30\x1e\x1d\x9c\x59\xae\x85\xf1\xe8\xb0\x10\xc9\x87\x2e\x1e\x83\x66\xf8\x9d\x99\x22\x1e\x03\x16\x43\xf9\xaf\xc5\x63\xc0\x1e\x98\xc3\xb1\x3b\x45\xf8\x68\x90\xc7\x5b\x3c\x16\x65\xdd\x65\xdb\xe2\x71\x32\xf3\xf3\xa6\x8a\xf1\x80\x8b\x7a\x90\xf3\x58\x3c\x2e\x64\x54\x4a\xbb\xa4\x44\x3c\xe0\xb6\x19\xd2\x8e\xb5\x88\x07\xac\xce\x41\x6e\x14\xf1\x78\xd6\xee\x8f\xdd\xc7\xc3\x82\x1c\x9b\x5b\xc5\xe3\xc5\x3c\x60\x98\xdc\x0f\x38\xac\xb6\xe1\x65\x3a\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xd1\x21\xb0\x0a\xab\x54\xfa\x31\x44\x4a\x2a\x3b\x54\x3f\x86\x08\x26\x29\xa5\x7e\x0c\x91\x69\xbc\xb6\xa4\xfd\x3d\xb8\xf8\x46\xdb\x0f\xe0\x3c\x29\x75\x70\x0c\x28\x01\x17\xa4\x40\x8e\x21\xc2\x7f\x4f\x7a\xca\x18\x12\xbc\x1b\xea\x4e\x81\x1f\x03\x6b\x50\x49\xb1\x18\x03\x4a\x4a\x05\x69\x1e\x63\x48\x37\x1f\xe4\x3d\x0a\x8b\x05\xb4\xbc\x0c\x37\xdf\x83\x97\x35\xda\xf6\x4c\xcb\x9a\x58\xdb\x6f\xd4\xcc\x07\x1b\x62\x01\x89\x46\x3f\xc9\x6d\x8f\x82\xe4\x88\xa1\xe5\xb1\x3f\x41\x8e\xbc\xef\xc1\x06\x50\xc7\xfd\xb1\xee\xa2\x87\x31\x30\x88\xb6\x95\xb8\x17\x87\x08\xc2\xd6\xf5\xfb\x66\xe2\x90\xb2\x89\x4d\x78\x18\x5d\x50\x36\x39\x0a\x0b\x1b\x4a\xde\x9f\xd0\x7e\xdf\x4a\xde\xe0\x78\x60\x7a\x69\x3b\x5d\x67\x0c\xcf\xe0\x1b\xc5\x0f\x6e\x3e\xd8\x33\xa7\x11\xb8\xed\x64\xd1\x31\x3c\x40\xc2\xb6\xc3\xe9\x63\xa0\x4d\xaf\xed\xec\x1e\x31\xbc\xac\xcf\x51\x04\xd2\x37\x11\x3e\x9a\x18\x58\x51\x68\xa5\xe9\x41\xe3\xe2\x36\x09\x0a\x13\xce\x9b\xad\x2c\x6a\x1c\x63\x20\xbe\xec\x8b\x4e\x8c\x28\xa3\x1b\x86\x68\x41\x4c\xec\xb4\xfa\x01\x92\x88\xb4\xba\xe9\x49\xac\xcc\x41\xb9\x15\xb6\x31\x56\xb8\x9d\xb6\xba\x4f\x69\x44\x2e\x95\xd0\x76\x71\xdf\x18\x99\x99\x44\xa9\xdd\x62\x1c\xb0\xb3\xb7\x5d\xcf\x32\x46\x46\x9b\xb5\xcd\xc2\x62\xbc\x32\xa3\x9b\x37\x7a\x44\x3a\x91\xcb\xcf\x22\x46\x3a\x48\xca\x4a\x11\x23\xbc\x1b\xbf\x07\x6b\x1b\xe2\x3a\xb6\xdb\xa5\x3b\xc6\x97\x61\x1b\x5b\xb1\x15\xe3\x44\xd6\xd1\x63\xe7\xbf\x8c\x89\xc5\xbf\xdb\xae\x37\x1a\x53\x20\x46\xed\xa2\xa8\xdf\x03\x6e\xc3\x3e\xfa\x29\x4c\x26\x53\xde\xf0\x48\x09\xbe\x62\x6d\x47\x7b\xc4\xc4\x2a\x44\x79\x27\x6f\x8c\x29\x31\x81\xfd\x0e\xb5\xfe\x1e\xac\x4f\xb2\x1e\x70\xd8\xfa\x17\xc9\xbf\xbf\xb7\x57\x3e\x67\x0f\x70\xf2\x41\xd4\x83\xc9\x07\x1a\x80\x74\x61\xd7\xbe\x8b\x29\x4d\xaa\x5e\xe2\xfe\x64\x31\xa3\xd6\xfd\xe0\xe2\x83\xdd\x07\x4b\xa7\xb4\xb6\xb7\x24\x65\x3a\xda\x35\xc1\x26\x73\x94\x5d\x76\x24\xa6\xc2\xe8\xcc\x6d\xf4\x88\x09\xb5\x21\x42\xdb\xe9\xe4\x63\x2a\x84\xef\x0e\xcf\x8e\x89\xb9\xde\x5b\x17\x7c\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xae\x4d\x6b\x88\xa7\x6a\x3b\x35\x5c\x4c\x48\x42\x1a\xda\xce\x67\x18\x53\x03\x63\xad\x43\x33\x65\xe2\xc7\xba\x03\x89\xbf\x07\x2b\x87\xe2\x9e\x69\x5b\xf5\xc0\xf7\xf9\x4b\xc8\x6e\xf6\x09\x0f\x1a\x96\xb9\xc6\xba\xa0\xde\x89\xa2\x3b\xd1\x51\x4c\xc8\xc6\xf4\x3d\xd8\x7d\x9c\x83\xab\xdd\x22\x40\xba\xa1\x9b\x6a\x3b\x37\x49\x4c\x37\x74\x64\x39\x6a\xb5\x37\x76\x2e\xed\x98\xf9\x98\x1e\x14\xfc\x6e\x3b\x80\xf4\x7b\x80\xa0\xf9\xad\x79\x8a\xe9\xc9\x7c\x43\x00\x7a\x88\x6f\x3b\x6d\x4f\x4c\x0f\x65\x93\xa1\x83\xf0\x90\x96\x0c\x6d\xc3\x84\x7f\x4f\xdb\xee\x8a\x31\x1f\x99\x87\x69\x63\x75\x3e\xe8\x2c\xb3\xdd\x6b\x62\x0e\xd0\x24\x29\xc0\x3b\xe6\xc0\xca\xad\x3b\x48\x26\xe6\x80\xb5\xf4\x6d\x39\x8f\x19\xf5\x43\xbf\x4b\xcc\x9a\x69\x4e\x50\x22\xf6\xed\x49\x1d\x33\x2b\x78\x89\x6d\xe4\xca\x32\x8f\x5b\xa9\x1b\x33\xd3\x6c\xf7\xad\xec\x8c\x99\x59\xe8\x54\xf9\x3d\xe6\xce\x54\x8f\xbb\xca\x45\xcc\xbc\x26\xf7\x6d\x2c\x8f\xf9\x62\xc5\xe9\x6d\x9d\x88\xf9\x62\xf1\x9b\x6d\x28\x88\x99\x1e\xde\x5d\xb4\x25\x3f\xc8\xa1\x96\xb6\x17\x57\xcc\xef\xb1\x8c\x22\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0f\x19\xf3\xcb\xdc\xa0\x61\xe3\x5c\x7e\x59\x22\x2f\x68\xea\x73\x99\xd3\x36\x23\x29\x07\xcb\x71\xef\x0c\x61\xb1\x1c\xcc\x9d\xb5\xd3\xa6\xc5\x12\xe0\x27\xde\x77\x0a\xb0\x58\x02\xb2\x88\xf7\x9d\xad\x31\x96\x70\x73\xf9\x43\x9f\xb0\x70\xec\xce\x9c\x18\x0b\xaa\xad\x7f\x0f\x76\x1f\x91\xb1\xe1\x3b\x81\x41\x2c\x2c\x51\xd5\x77\x30\x53\x2c\x99\x65\x65\xf6\xcd\x22\x96\xcc\xec\x10\xdb\x2d\x37\x96\x72\xac\x37\xf6\x27\xa8\xca\x12\xfa\x76\xce\x88\x85\xd9\xf0\xb3\xe4\xf2\xc2\xd4\xa7\x4d\xf8\x52\x1a\xd7\xb2\x4b\x8a\xc5\xd2\x20\x56\xf4\x1d\xbd\x1f\x0b\xd3\x6a\xed\x72\xb0\xb1\x0c\x0a\x33\xfb\x86\xf2\x3d\xa0\x46\x79\x4b\xbf\x65\xe5\xbd\xd8\xf7\xe2\x58\x10\xef\x1b\xd2\x0e\x5b\x8f\xe5\x64\xe6\xa6\x9d\x92\xf5\x7b\xc0\x4f\x96\x6e\x22\x96\x93\x99\x0f\x77\x4a\xd6\x58\x18\x5e\xd4\x75\x8c\xcb\x0d\xf2\xda\x77\x10\x61\x2c\x37\x08\x4e\xdf\x1a\xe5\x58\x96\x14\xb1\x2d\xa3\xb1\xbc\x84\x71\xd2\xea\x5f\xa2\xa9\xc4\xf2\xf2\x42\x78\xe9\x49\x33\x7d\x59\x69\x7c\x2b\x1a\x62\x79\xef\xf5\xc6\x9e\xfa\xcb\x64\x93\x5b\x9b\x13\xcb\xfb\xae\x07\xbb\xd3\xc9\x84\xcc\xdb\x5d\x3e\x16\x5c\x3f\xbf\x07\x7b\x94\x49\x88\xa5\xf4\x37\xd7\xaf\x32\x21\xfb\xf4\xad\x57\x8c\x65\xb2\x50\xdc\xd6\x52\xc5\x7a\x1c\x1c\x60\x53\xa3\x7a\xc0\x30\xda\xb7\xbe\x2d\xd6\x83\xb9\x6a\xb6\x6f\x5f\xac\x07\x0a\x11\xf7\xed\x58\x1c\x6b\x04\xda\xa7\x9d\x83\x39\xd6\x58\x79\xad\xdc\xf7\xb1\x1a\x1b\xfb\xe8\xfa\x84\xb5\x96\xb6\x5b\x64\xac\x29\xaf\xd2\xc1\xbb\x0f\xd6\xa7\xeb\x5b\x25\x17\x2b\x0a\x38\x84\xbe\xdd\x68\x62\xad\xbc\x89\x6e\x7f\xa2\x58\x91\xef\x3a\xf4\x9d\x7c\x31\xd6\xce\xdc\xec\x59\x8b\x5b\x39\xbb\xb6\x81\x3b\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\xb0\x0b\x84\xbc\x73\x62\xc7\x3a\x56\xa7\x02\xd0\xc9\x13\x9b\x05\xa0\xa5\x4f\xdb\x86\xc6\x58\x4f\x54\xdb\xec\x3b\x57\x72\xac\x2b\x27\xc0\x36\xca\xc5\x7a\x92\x9f\x1d\x7a\x83\xd1\x1f\x2d\x6f\xac\xae\x37\x8b\x91\xee\xd2\x77\xb1\xde\xb4\x34\x45\x3f\xe0\xc4\x76\x3c\x48\xac\x2f\x79\xd1\xa1\x6d\x58\x28\x5a\xf6\x95\xa5\xd2\x20\xd6\x25\xa3\xd7\x89\xb0\xa5\xbe\x8b\xb6\xc5\x76\x4c\x56\x01\xdc\x47\xa5\x05\xa6\xcc\xdc\x16\x81\xd8\x02\x84\x86\xbe\x33\x02\xc6\x46\x11\xa9\xef\x92\xcb\xdf\x83\x8b\x0f\x8e\xfd\x80\xbc\xa8\x6e\xfa\xd4\x50\x17\x30\xf4\xba\xcf\xce\x77\x01\xe2\x83\xdd\x69\x65\xde\xcc\xba\x31\xb9\x55\xb8\x86\xf5\xad\x6c\x8a\x8d\xb5\x6e\x7a\xdd\xb2\x60\x63\x71\x0e\x55\x1b\x88\xad\xa2\x7a\x56\xdf\x7e\x22\xb1\x35\xb2\x89\xad\x0b\x8a\x6d\x25\x44\xdf\x85\xda\x63\x43\xe6\xed\xef\xc1\x02\x72\x1b\x9d\xc3\x6e\xf9\xaf\x21\x83\xd1\x27\xe8\x6e\x00\x9d\x9d\x33\xdd\xc2\x5c\xbb\x58\xf8\x61\x2b\xbe\xbe\x07\x18\x76\x67\x00\x8b\x8d\xc1\x82\xb2\x31\xc4\x76\x27\x86\x6a\x0b\x1e\x37\xa4\x78\xc5\xea\xc6\x06\x37\xe2\x78\xec\xf2\x66\xb1\x3d\x48\x67\x2c\x4f\xb8\xd8\xde\xb0\x1e\xec\x4f\x26\xaf\xe7\x5b\xc9\x18\x3b\xb5\x3f\x7d\x27\x0d\x89\xfd\x40\x1d\xd2\xde\xf6\x5a\x3e\xb2\x0b\x10\x6e\x98\xf6\xc8\x92\x28\xbb\x46\x6b\xec\x91\x49\xea\xda\xbe\x91\x74\xd4\x01\x0d\xca\x03\x1e\x7b\x26\x85\xd9\x25\xe3\x63\x67\x9d\xbf\xde\xf6\x15\xa5\x17\xd6\xf6\x95\x90\xdd\xeb\x43\x78\x6c\x10\x76\x54\x10\xf8\x1e\xec\x4f\x56\xb2\xb1\x9d\xeb\xfe\x7b\xc0\xfa\x70\x1b\xe9\xfa\x58\x05\x83\x83\x3e\xe9\x8d\xf9\x3c\x93\x1e\xb0\x9e\xd6\xc6\xb1\xbe\x0e\xb2\xe4\xe1\x7e\xee\xba\xd6\x7a\x23\xb3\x86\xc7\xe6\x81\xfd\x5c\x35\x83\xb5\xfc\x73\xf0\x93\x4d\x0c\xfa\x49\x8e\xbf\xd3\x65\xc7\x7e\xf2\x98\x4a\x62\xee\x8b\xa3\xf5\x2d\x9b\x74\x06\x97\x76\x09\xb7\x9d\xf1\x8b\x5d\xf2\x70\xc7\x51\x6f\x5b\x3b\x1a\xfb\xc3\xbd\xde\xe9\x27\x63\x7f\xd6\xbc\xb6\x68\xd2\x9f\x55\x21\x74\x53\xe0\xfe\x86\x05\x8e\xaa\x07\x1c\xa4\xeb\x01\x53\xf1\x6f\x25\x74\xec\x6f\xe7\xda\x36\x63\xed\xef\xcb\x4e\x87\x3a\x45\xce\xe0\x5d\xf0\x3d\xf6\xb9\x6a\x63\x6e\xd9\xa5\x2f\xfa\x32\x8e\xbf\xb9\x7d\x8d\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xe0\x3f\xf2\xe0\x1b\x5b\xe7\x32\xca\xcd\x84\x2d\x7b\xcb\x56\x99\x9f\xb4\x2b\x66\x47\x96\xbb\x08\x7d\xd7\xfd\x89\x2c\xb4\x10\xfa\x0e\x30\x8f\xa3\x15\xbe\xb1\xa9\x33\x93\x5e\x86\x2e\x81\x7c\x9c\x2b\x68\x69\x9f\xe0\xf1\xd0\x3e\xd4\x34\xd3\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\xff\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xc1\xe3\x0c\x63\x39\x94\xef\x3e\xe2\x45\xe1\x79\x93\xc9\x93\x05\xa7\x87\x34\x90\x67\x66\xe4\xe0\xae\x8f\x13\xcf\x02\x39\x6e\xec\xda\x2d\xf1\xac\xcb\xd7\x6c\x8b\x4b\x67\x85\x47\xd6\xb1\x83\xd9\xe3\x59\xaf\xf5\xc6\xee\x74\xbc\xf4\x61\xd8\xe4\xe9\x42\x31\x87\xa0\x0a\x16\xf1\x6a\x64\xf8\x3b\x89\xf8\xf7\x80\x84\x74\xdf\xac\xaf\xb6\x9c\x76\x86\xdf\xa0\x12\x77\x23\xf1\xd5\x2a\xab\x7e\x67\x3d\x40\xd5\xef\x63\x7b\xc5\x7d\x0f\xa8\x09\xdd\xe7\xf1\x42\x52\xff\x78\x68\x2d\x57\xeb\x54\x98\xec\x23\x7c\x21\xad\x7e\xc8\xbb\x76\xe3\xf7\x80\x97\xbe\x8d\xb8\x57\xeb\xac\xde\x11\xf5\xc6\x20\xeb\xd9\x14\xed\x42\xc6\xf9\x78\xec\xfa\x92\xdf\x03\x78\xf2\x04\x2f\xff\xa2\xdd\xae\xa9\x0f\x94\x7e\x3e\x76\x6e\xdc\xef\xc1\xa4\x58\xa1\x89\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\xd1\xe0\x42\x5a\xed\x78\x88\xb6\x5c\xcc\x69\x7d\xec\x54\x50\xdf\x83\x93\xb1\x65\x0b\xea\x4f\xa1\x55\xb7\x6f\x31\xeb\x8d\x8d\xba\xf4\x4d\xf2\xdf\x42\x33\x9d\xe8\xe6\x8b\x42\x37\x21\xef\xc0\x87\x38\x99\x40\xbc\x48\x77\x3c\x99\xbc\x5b\x3a\x92\xd9\xe9\xed\xb0\x8d\x2a\xdf\x83\x8e\x17\x9a\x7e\x9f\x54\x14\xeb\x8b\x25\xda\x76\x3f\xe8\x54\x7a\xeb\x93\x78\xff\x9b\x6a\x7d\x76\x1a\xf7\xb7\xad\xea\x7b\x40\x0a\xb4\x0f\xfa\x44\xda\xe7\x6f\x1a\x71\x3f\xa0\x99\x57\x7a\x97\xd9\x69\x09\xd5\xfd\x7e\xf6\xca\x7d\x8b\x7a\x03\xe2\x60\xea\x49\x7d\xc0\x7f\xaa\x79\xe6\xa8\xf9\xd0\x92\x7e\x33\xa3\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\x11\x9d\xb6\xbf\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\x51\xd0\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x73\xa5\x94\xdd\x83\x0e\xba\xd5\x48\x09\x38\xc7\x32\x84\x6d\x9c\x9e\xe3\xa0\x7f\x90\xa0\x37\xd6\xc6\x6b\xe2\xcc\x09\x2b\xd3\xd9\x44\x4e\xd8\xaf\x8b\x7f\xbf\x77\xf5\xff\x09\xdb\x9a\x63\x39\x24\x6c\x01\x67\x0e\x3a\x20\x48\x27\x36\x07\x0d\xc8\x3a\x97\x73\xc0\xa8\x91\x74\x77\x5e\xce\x44\xf9\xf0\x1a\x1e\x3a\x96\x55\xcd\x90\xa9\x18\x76\x68\x51\x9c\x63\x65\xf4\xaf\xff\xeb\xab\xe1\xbf\xce\xff\xf8\xbf\x5f\xbc\xfe\x7d\x71\xfc\xf3\x67\xfd\x0b\xb5\xf2\x7e\x5e\x1e\x3d\x6f\x28\x3e\xb7\x1b\xbe\x4b\xf2\xfe\xf7\x83\xf0\xa1\x4f\x2e\x77\x75\xb1\x04\x83\x5a\x6e\xb7\x30\x25\xe2\x6e\xb9\xfd\x0d\xf2\x6f\x6e\xeb\xed\x71\x7c\xd2\xf0\xfa\x97\xb6\x8d\x63\xb7\x3c\xc3\x2d\x94\xa1\x77\xcb\xeb\xde\x98\xbe\x2b\xa9\xc5\xbd\x4d\xd6\x0b\xd8\x2d\xd3\xbd\x21\xd3\xc2\xb6\x9f\x1f\xe1\x93\x52\xf6\xbf\x83\xf9\xd2\xf7\xbc\xe3\x77\x34\xf7\xbf\x58\xab\xfc\xca\x8f\xe8\x59\x44\xe0\xb5\xbd\x57\x3f\x02\xe6\x36\xf4\xa9\x62\x3c\x47\x3a\x04\xd9\x74\xb0\x74\xad\x5a\xaa\x5b\x40\x79\x36\x2c\x52\xd0\x1c\x13\x5d\x97\x95\xf0\xff\x48\xe1\x71\xdb\xcb\xb6\xa8\xb6\xa9\x36\xe6\x94\xea\xda\xe1\x94\x4e\xb5\xc1\xfd\xa7\x28\x5d\xfe\x91\x3e\x7a\xb2\xff\x5d\xe5\x87\xdc\xe6\xb9\xa0\x7e\xe1\xa1\xb0\x8a\x23\x0d\xaf\x0d\x5a\x16\x85\x35\x1d\xe9\xc3\xa2\xfd\xef\xb7\x84\xc3\x5f\x9d\xb7\x9b\xc0\x90\xe4\xad\x7f\xa4\xcb\x3d\x42\x52\x96\xa3\xf8\x91\x6e\xf7\x88\x80\x33\x39\x83\x1e\x30\x15\xec\x7f\xc1\x9e\xe4\x5b\x7f\x40\xd7\xb0\xff\xbd\xd9\xd6\xd4\xf6\xba\x8d\x33\xd9\x5e\x1d\x07\xae\xad\xfb\xdf\x82\xe1\x86\x9a\xb4\x71\xa8\xf6\x1e\x14\x6b\x73\xa0\xda\xfb\xfa\x17\xe6\x60\x55\xfe\x3c\x50\x22\x7d\xff\xcb\x89\x6c\x2f\xb2\x03\xb5\xcc\xf7\xbf\x9c\xc8\xf6\x02\x0a\x6f\xda\x6d\xe1\x65\xe5\x77\x85\x84\x44\x9f\xf3\x78\xc0\x1f\x7d\x7b\xf5\xc4\x23\x45\xb5\x7c\x4c\x6b\x28\x8c\x31\x1e\x69\xb8\xe9\x84\x9f\xc1\x6e\xc9\x4d\x2d\x70\xa3\xaa\x2a\x86\x14\x8f\x96\xd5\xd6\xc6\xd7\xa1\x9b\xba\x67\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xd3\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xac\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\xe2\xb9\xc3\x8b\x38\x2a\xaf\x7a\x0c\xa3\xbb\x6d\xb0\x4d\x83\xdd\x02\x62\xf8\x08\x63\x57\x6e\xac\x18\xe3\xa6\x21\x31\x46\xfa\x39\x6d\x9f\xc2\x18\x63\x73\x5b\x67\x9b\xbf\xbb\xdc\x06\x4f\xe1\xb2\xfd\xa3\x62\xac\x1a\x2e\x52\xae\x55\x0c\x4a\x8c\xb5\xba\x0d\x9e\xf0\xf2\xce\x8f\xd1\x90\x8c\xac\x70\x2f\x2f\xd3\x18\x9b\x10\x2b\x32\xa7\xd8\xf0\x78\xcd\x7d\x32\x91\x43\x39\x34\x5e\xf7\x77\xf0\xcf\x2d\xf2\x07\x8f\xb1\x7b\x9e\xd0\xc1\x14\x39\x61\x47\x68\x13\xf7\xbf\x9c\xe7\x3e\x6d\x31\x76\xcf\xb3\x73\x9e\x9b\x4e\xc6\x38\x0c\xcf\xc1\xef\xba\xbe\x7b\xfc\x1d\x84\x98\xd2\x84\x2a\xe9\xd0\x77\x20\xd0\x5f\x9f\x7b\x9e\x29\xea\xe4\xa4\x78\xfe\xf3\x47\xb1\x5e\x31\x8d\x47\x2d\x88\x85\x8b\xaa\x19\x17\x4d\x0a\x63\x82\xc7\x4d\xdc\xb6\xae\xef\x41\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\xb2\x01\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xdb\x6d\xcc\x3e\x3c\x19\x65\x33\x54\x8d\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xae\xe4\x5d\x59\x58\x63\x16\x03\x88\x79\x30\xb0\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x85\x58\xc5\x7c\x69\x4f\x33\xee\xf4\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\x57\x8b\x8f\xf9\x15\x48\x32\x04\xa2\x43\x09\x72\x62\x9e\xc5\x6d\x90\x46\x14\x6e\x1e\xcb\xa1\x3e\x0b\xd2\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\x65\xb7\x8d\xa5\xbb\xe9\x83\x4e\x57\xe4\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x7b\xbd\x2a\x2f\x79\x44\xd5\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\xa5\xf4\x8e\x28\x5a\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x82\xa0\x63\xf5\xf9\x46\x99\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\xca\x12\xec\x7f\x21\xf2\x29\xd1\x6b\x1c\x53\xc7\x0d\x39\xc0\xbf\xb6\xb6\xe4\x58\x4a\xad\xff\x2b\x41\x36\x5e\x3e\x8d\x17\x7c\x19\x95\x13\x31\x22\x8d\xe2\xfe\xb7\xb0\x86\xf0\x5e\xfb\x65\x62\x83\x1c\x84\x1f\x0d\xde\x0b\x7c\xbb\xe0\xf2\x22\xb5\x41\xea\x82\xd9\x2b\x31\x38\xbe\x0c\x09\x50\x86\xb5\xf8\xfa\x60\xbd\x37\xad\x13\x22\x8a\x88\x51\xdb\xff\x96\x7f\xfe\x64\x25\xb1\x8c\x88\x13\xdb\xff\xc6\x7f\xfe\xe4\xb2\x1d\xc1\xe3\xbc\xa6\x9a\x98\xe4\x77\x0b\x0b\x71\x3e\xfe\xea\x89\xbf\xa1\x53\x11\x56\xa2\xfd\x6f\xf9\x0d\x58\x49\x87\x30\x25\x1d\x9f\xd8\x23\x47\xf9\x74\x08\x8e\xe9\xf8\xe0\xb8\x7d\x48\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x51\xe9\xf8\x16\x55\xb7\x70\x91\x0e\xa1\x5d\xa2\x49\xa9\x0a\x14\xe9\x08\x3f\xfd\x01\xb7\x54\x1e\x28\x41\x12\xd9\xff\x62\xcb\x14\x52\x9c\x8e\x1c\xd4\x36\x10\xd8\xa0\x79\x0c\xcf\xe3\xe3\xbb\x4d\x95\xc1\xd3\x31\x86\x9b\x90\x98\x53\x1e\xeb\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\x2a\x9e\x98\x7c\x0d\x4a\xc7\xac\xff\xfc\x51\x36\xe9\x84\xfb\xc5\xfe\xf7\x04\xe7\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x80\x48\x01\x0e\x75\x55\x59\x7c\x53\x98\x6e\xc3\x3d\xa4\xaa\x02\x40\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x12\xf9\x52\x84\x0a\xfb\x50\x78\x58\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x13\x58\x0d\x6a\x92\x60\x9a\xe2\x27\x78\x75\xc5\x73\xa6\x58\x6e\x37\x81\x50\x2b\x1b\x7f\x8a\xdd\x13\x81\x7e\xeb\x50\x75\xce\x64\xc6\x9c\x22\x9c\x96\x0e\x23\x29\x14\xbf\xfb\x5f\x88\xf8\x62\xcc\x29\x9e\xd9\x6d\x1d\xb3\xdc\xf0\x8a\x97\x17\x70\xad\xa9\x68\x05\x8f\xbb\x04\xed\x3f\x94\x02\x20\xf9\xfe\x95\x78\xff\x0a\xba\x4b\xa5\x24\xf9\x3f\x25\x78\xa6\x06\x55\x72\x49\x29\x9c\x6e\x43\xd1\x4b\x55\xba\x48\xbe\x67\xa5\x04\xdd\x41\x50\xe9\x85\x94\x62\x77\xdb\x40\xdb\xe6\x7b\x29\x45\x8f\x87\xc8\x92\xa0\xdc\xf6\x29\x89\x80\xa6\x84\xb3\x11\x94\xdb\x3c\xa5\xe4\xef\x32\xbf\x13\xae\xa4\x9c\xdc\x56\xd9\xa6\x35\xe4\xcb\x6d\x37\xda\xb4\x7d\x29\x7b\x0d\x85\x7d\x66\xf5\x59\x8a\xdb\xd8\xe7\xe6\x46\x09\x17\xc4\xfd\x2f\x04\x85\x7d\x7d\x4e\xbe\x2a\xa6\xd4\x21\xcc\x0c\xad\xbc\x7b\x05\x1d\x99\xeb\x0c\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x59\x90\xd2\xa3\xf3\x98\xa0\xb3\x0c\x2a\xb0\x98\x8a\xb4\x1c\xa9\x30\x1b\xaf\xf2\xea\x25\x54\xae\xdd\xff\xd2\x01\x71\x5f\x4c\xe9\x6a\xb2\xff\x2d\x54\x5d\xd5\xdd\x16\x93\xda\xe0\x8e\x34\x94\x3f\x23\xbf\x71\xaa\x0d\xdb\x9a\x95\x56\x39\xc3\x4e\xbb\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\x56\x18\x3c\x33\x76\xdb\x78\xd5\xf6\x1d\x18\xf9\x71\x7f\xbf\x2f\x37\x31\x6e\x67\x11\x87\x3c\xb5\xe1\x79\xc2\xe8\x1e\x94\x21\x25\x23\x08\x73\xff\xcb\x04\x96\xfb\xfe\x99\x11\x7f\xb9\xff\x85\xeb\x90\x02\x35\xf2\xbc\xdc\xe7\x85\xec\xb0\x12\xe4\xf2\x94\xa2\x27\x4f\x94\x66\x09\x61\xcb\x26\x19\x2e\xf1\xfb\xdf\x8f\x27\x4a\xea\x2d\xe6\x53\xe5\x38\x08\x94\xad\x15\x29\xbe\xb8\x16\xb0\x8b\x18\xc4\x3f\xca\x51\x82\xda\x50\x36\x39\xa8\x9c\x75\x39\x7a\x52\xdb\x77\x9d\x88\x41\x55\x9c\xcb\x31\xdc\xe7\xa0\x07\xfa\x16\xb3\xcb\x31\xa6\xda\x4e\x2e\x21\xab\xed\x74\x1b\xd2\x3f\x04\xd5\x17\x2e\xc7\x75\xba\x6d\x39\xb1\x6b\x2e\xf7\x50\xdb\x7d\x7e\x4b\x77\xd3\x73\xab\xe9\x21\x34\x37\x2b\x2e\x41\xa4\xaa\x84\x8f\x54\x59\xc0\x28\xe1\xb8\xdd\x04\xab\xcf\xf6\x6e\x3a\x4a\x08\x6e\x0b\xec\x72\xdf\x90\x4a\xd0\xcd\xb1\x04\x84\x5a\x06\x55\x7e\x2d\x21\xfa\xbb\xc8\xef\xb6\xcc\x5f\x42\xd2\xca\xc3\x87\xc1\x59\xf2\x53\xc1\xb5\x7b\xff\xfb\x2d\x4e\xe2\x68\x09\xba\x73\x15\xdc\x90\xa5\xbf\x3f\xe8\x2d\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x7e\x22\x2b\x45\x55\x31\xb7\x2b\x91\x39\xdd\xa4\x4e\x2c\x51\x67\x84\xee\x57\x59\x62\x7d\x81\x5d\x62\xff\xcb\xd0\xeb\x1d\x76\x5a\x7c\x9f\x2c\xb8\x4f\xc6\x20\xe6\x5a\xa2\x34\x5a\x25\x9e\x28\x0c\xa7\xa0\xf2\xff\x7f\xf9\xb6\x44\xdd\x84\x4a\x44\x7d\xe0\xa0\x8c\xed\x25\x1a\xc3\x22\x31\x4c\x99\x3a\x4a\x9c\x9e\xe9\x27\x3d\xc8\xb1\xf1\x28\xe9\xd0\x67\x09\xba\xf1\xac\x08\xaa\x92\x8c\x0e\x60\x4e\x31\x78\x87\x92\x14\x09\x25\x21\x9b\x7c\x50\x7a\x9f\x02\x4a\xbf\xff\xe5\x34\xb7\x2e\xa4\x24\xe9\x34\x4a\x62\x45\x41\xa5\x8c\x2c\xf0\xd0\xdd\xff\xe2\x30\xeb\x36\x54\xb2\xd1\x2f\x7f\xe8\x97\x95\x79\xb4\x64\xf1\xc2\x42\x05\xdb\xd0\x5d\xae\x64\x5d\xd8\x0a\xdc\xe5\x63\xf0\xfe\x65\xe9\x61\x4b\x7e\x3f\xfc\x93\x8e\xaa\xf8\x0a\x58\x0a\x43\x08\x0c\x95\xe2\xc3\x55\x60\xdd\x0a\x71\x47\xd8\x95\x22\x2d\x55\x29\xc8\xf2\xa9\x40\xe4\x02\xaf\xdc\xfd\xef\x85\xcf\x76\xf0\x50\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xc9\xb9\x0a\xc2\x4e\xf6\xbf\x40\x5c\xd5\x89\x29\x55\x9c\xbe\x54\xa4\x45\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\xa3\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\x2a\x46\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x62\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\x2a\xc8\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xec\x93\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\x02\xa7\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xd9\x2f\x4a\x4b\x8f\x9b\x40\x36\x55\x76\xa3\xb4\xac\xe5\xd1\x92\xec\x14\x4b\x05\xa5\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xed\x91\x42\xf3\x4b\x33\xbe\xa3\x5e\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x85\x84\x4b\xf7\xf1\xea\x3c\x5e\xca\xc6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x1a\x8f\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7d\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\xa2\x5a\xe3\xfe\x97\x48\xb6\xa5\xfa\x32\x7c\x9a\x07\x4e\xf3\xf6\x3b\x3b\x0a\xf4\x01\xfb\xdf\xca\xcf\x36\xde\x8e\xe6\x36\xc6\x61\x28\xbe\xbd\x0c\x59\x84\x0a\x2a\xa0\x65\x45\xaa\x97\xf1\x6a\x01\xe3\x25\x3a\x48\xb8\x38\x3d\x1c\x02\xab\x73\xd1\x96\x23\xbc\x78\xff\x5b\x98\x03\x6d\xef\xc1\x69\x39\xe0\x3c\x19\x55\xb2\xf5\x9a\xe5\xd4\x7d\xac\xa0\x72\x4a\x2e\x3a\xb0\x97\x89\x00\x4a\x41\x64\x15\x26\x2d\x57\xd3\x39\xbf\xe8\x81\xab\x4c\x11\xe5\xd2\xcd\xb0\xa0\xb6\x40\xfc\x44\xa0\xdd\x76\x8a\xb6\x33\xa3\x7f\x50\x7a\xa4\x72\x99\x57\xc2\x15\xf6\x6b\xdb\xb0\xbc\x0c\xaf\xeb\x61\x86\xb7\x2d\xd1\x97\xfb\x10\x86\x21\x4f\x78\x56\xf4\x65\xb9\x93\x86\x43\x82\xe7\xac\x68\xca\x82\x8c\xbf\xfb\xdf\x15\xbe\xa3\xcf\x24\xbc\x96\x9b\xc2\xab\x54\x14\xe5\x9e\x9a\x25\x92\xe3\xc6\x20\x5d\x6f\x41\x26\xd0\xf5\x6f\x85\x4c\x95\xb7\x5e\xa1\x3c\x4d\x2b\x40\xe6\xcc\x18\xa4\xe7\x2e\xc8\xa5\xb8\xff\xfd\x2e\x17\x5e\xdc\x2b\x45\x45\xa1\x27\x4e\x56\x12\x84\xf2\xca\x20\x53\xe0\x27\x9e\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\xf6\xdc\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x89\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x66\x50\xac\x3f\x2a\x48\xcc\xf5\x75\xb9\x81\xf2\xde\x02\x18\x3c\x8b\xf3\x8e\x8b\x39\xca\xfb\x78\x71\x2c\xa9\xa4\x70\xf9\xf2\x4a\x8f\x5d\xe0\x2d\x94\x15\x9f\x4a\xf7\xe3\xfd\xef\x40\xd3\x5e\xf7\xb4\xbc\x88\x30\xdd\x90\x8b\xe8\xfa\xb4\x10\x30\x29\x04\x94\x7d\x93\x2e\xd3\xac\x10\xb9\x73\x72\xd3\xe6\x4c\x23\xc3\x24\x32\x14\x91\xee\x29\x65\x75\x99\x08\xbb\x0c\x45\x84\x6f\x3e\x6e\x7b\x56\x9b\x86\x33\x2d\xa5\x63\xb4\x55\x16\x65\x3e\xdd\x6d\x03\x39\x5b\xd5\xf4\x0a\xcc\xf3\x65\xbc\xd4\x9e\x4a\x3d\xb4\x82\x7a\x94\xc6\x42\x17\x6d\xb7\x0d\xb7\x21\x1f\xde\xf6\x0c\x3c\xaa\xc5\xf9\x0a\x71\x3e\x86\xb2\xe3\x9e\xeb\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\xd3\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x63\xb3\x27\x89\x08\xdb\xfd\xef\x47\x12\x55\xe8\xb6\x06\xa9\x63\x6a\xe8\x04\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xe0\xb6\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\xa1\x69\x7a\xe1\x61\x2d\x7c\xa4\xbf\x12\x7a\x6b\x78\x6f\x7d\xfa\xb2\xde\xc8\x3e\xaf\x35\x4a\x1d\x59\xe3\xf1\xe1\xad\x0a\xa1\xd5\xa8\x9b\x61\x8d\x9f\x38\x90\x55\xae\xaa\xc6\x2e\x70\x42\xdf\x14\x5d\x96\xa8\x46\x2f\x30\x22\x33\xe2\xf6\x00\x3a\xaa\xa5\xef\x1a\x51\x96\x24\x08\xc5\x6a\xd4\x71\xad\xd0\x37\xc5\x50\xb7\xc4\x51\x61\x40\xdf\xff\x22\x24\xaa\x6e\x91\xa3\xa6\xac\xe1\xa0\x9a\xf9\xc8\xe2\x5e\x41\x3a\xd5\x27\x2c\xdf\x61\x28\xf5\x6b\x4d\x3a\xe7\x75\x05\xa6\x49\xf5\x5c\xd3\xeb\xf1\x5e\x8e\xb7\x35\x2b\x35\xe9\x26\x50\x19\x19\x3d\x94\x1f\xa1\x66\x99\x22\x6b\x66\xc6\x5d\xe5\x9d\xac\xd9\xeb\xcb\x8b\x1c\xed\x33\x54\xf3\xad\xf1\x32\x6c\x48\x4d\x35\xd6\x6a\x96\x1f\x44\xcd\x6f\xf8\xe7\x4f\x51\x46\xc4\x0a\x7b\xcd\xfe\x17\xe7\xa4\x6e\xb2\x5f\x8b\xf7\xb5\x1c\x6c\xdb\xb2\x43\x2d\x12\xf7\x6b\xf9\x98\x77\x51\x62\xfb\x5a\xd2\xed\xa6\x87\x9f\x6d\xa8\x14\x29\xf9\x6b\xf9\x10\xbc\x28\xd1\x4c\x2d\x9e\x64\xe1\x24\xb5\xb6\x32\x3d\x18\x02\xd8\x83\x32\x3b\xd4\x32\x5f\xb7\x71\xcf\x37\x65\xaf\x96\xcc\x2b\x24\xf3\x18\x94\xcf\xa0\x56\x89\x1c\xb5\x7e\xfc\xa6\x48\xeb\x52\xab\x4c\xd9\xb5\x22\xde\x23\xef\x20\xd1\xa3\x56\xb1\xd7\x0a\x8b\x4c\x51\x12\xd0\x5a\xeb\xed\xa6\x87\x91\x92\xea\xb2\xf9\x33\x28\x72\xaa\xb4\x96\xb5\x76\x0f\x47\xaf\x4c\x65\x3a\xac\x75\x9c\x6a\x1b\xa0\xed\xca\x04\x51\xeb\x2d\x58\xd6\x1b\xa2\x9d\x6a\x41\xd6\x16\x75\x4a\xda\x77\x7f\x2c\x61\x5b\x30\x6a\x93\x0d\xa6\x22\xd0\xaf\x48\x3f\x52\x9b\xbc\x83\x6a\xa3\xda\x68\x47\x83\x1e\xb5\x27\x6d\x4f\x87\x67\x7f\xae\x5b\xff\x53\x7b\x9d\x6a\x6b\xa0\x39\x6d\x3b\x5e\xd4\x6e\x7c\xa6\x87\x5b\xeb\x02\x26\xea\xfa\xef\x7f\x2f\xb6\xe9\x3b\x29\x5d\x18\x36\x12\x43\xd3\x99\xec\x52\x53\x55\x16\x8e\x6f\x3d\xaa\x6d\x7a\x9e\x93\xf3\x14\xb2\x0f\xb9\x14\xd4\xb1\xe6\x29\x7a\x3b\x9a\xd6\x30\x90\xff\x35\x2b\x25\x45\x1d\x8f\xa0\x39\xe0\x01\x95\xeb\xe6\xcc\x75\x88\x77\xd5\x41\xde\xa5\xd2\x38\xf5\x34\xf5\x63\x8a\xa1\xd6\xf5\xdd\x29\x49\xa6\x32\xcd\x4c\x56\xbe\x8c\x7a\xca\x7e\x5e\x4f\x64\x96\x0d\x5d\x78\x7b\xea\x2a\x53\x21\xfe\x86\xac\x54\x49\xf5\x3c\x3d\xde\xf9\x9d\x2e\xb9\x2a\xd4\xf3\xf2\x70\xe4\xe8\x5d\x24\xe7\x34\x59\x61\x25\xcb\xd0\x45\x3a\x50\x76\x72\xff\x4b\x72\xe4\xe1\x1e\x1d\x21\x14\x8a\xfc\xbe\xdb\xdb\x77\x4a\x9c\xac\x27\xa3\xa6\xfb\x16\x19\xeb\x25\x27\xaa\x0a\x03\x61\x0c\x5d\x94\xff\x3a\xb4\x0d\x17\xd2\x39\xb4\xed\x44\x7f\xd4\x4b\xaa\x9e\x8a\xc2\x66\xae\xad\x50\x2f\x29\x43\x2b\x44\xf8\x6f\x9a\x1a\xce\x3b\x8b\x6a\x67\x4e\xaa\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\xc0\xbc\x90\x01\x2e\x74\xb1\xb5\xcb\x88\x8b\xfa\x5c\xce\x82\x5d\xaf\xcb\x93\x44\xb2\xd8\xb0\x7d\x68\x8f\x7a\xc9\x1d\xaa\x5e\xa8\xf7\x19\x7a\xd2\x2c\xe5\x65\x57\x59\x89\xaa\xa9\x8e\x77\xbd\x5e\x03\x8c\xa1\xb8\xf2\xdf\xa8\xa8\xcf\xb3\xff\xcd\xc8\x25\xbb\x8f\xe5\x6d\x22\xc0\x6a\x36\xce\xf7\x5e\x6f\xb3\x27\xd4\xca\x08\x59\x05\xf0\xeb\xe3\xef\x9e\xc8\xe1\x04\x95\xc7\x22\xcb\xc3\x2c\x1f\x32\x6b\xd4\x37\x6b\xe9\xf4\x9d\x6f\x43\x60\x79\xa5\xc1\xab\x2f\xcc\x1a\x4d\x35\xe8\xea\x2b\x87\xa3\xfa\x22\x7d\x52\x53\xa5\xb8\x8a\xa4\xbf\xfb\x5f\xa8\x8e\x2c\x3e\x59\xcc\xae\x10\xb3\x4b\x16\xaa\x58\xca\xae\xcb\x27\xbf\x1c\x6a\x7b\xdd\xe5\xcb\x2e\xc5\x4d\xa6\x7c\x3b\xea\x64\xb5\xf5\xa6\xe5\x4d\x1f\x85\xc9\x1d\x52\xdd\x82\x66\x27\xcd\x76\x30\xf3\x92\x68\x7f\x3b\xa4\x10\x6d\x07\x84\xe2\xbc\xbd\x82\xbf\x07\xc5\x6d\x48\xc8\x59\xb6\xd7\x63\x0b\x79\x6f\x43\x0b\x19\x59\xdf\x36\x21\x6b\x41\x42\x49\x0b\xac\x88\xab\xb4\xa8\x2d\xc8\x42\xdd\x20\x0b\x46\x1b\x97\x9a\x25\xb5\x06\x49\x2d\xda\xb8\xd4\xa2\x04\xa4\x16\x3f\x0e\x5e\x64\xee\x69\x51\x9a\xe5\x16\xf3\x81\xa6\x3d\xc9\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\xbe\x6e\x2d\x56\xad\x20\x32\xc4\x4f\x99\x25\x1b\x72\x7d\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x00\x8b\xa4\x39\xaa\x76\xd8\x92\x6c\x41\x2d\xd1\x16\xb4\x23\x96\x8e\x66\xf7\xcc\x46\xf7\xcc\x7e\xd4\xbf\xf3\x67\x68\xf6\xc2\x6c\xf4\xc2\x1c\x72\x07\x68\x29\x6b\x19\x30\xce\x15\x59\xac\x5b\x32\x4a\x24\x5e\x9a\x55\x3f\xaf\x25\xaf\x3e\xad\xd5\x37\x75\x29\x63\x5d\x4b\x9d\x50\xdb\x82\x63\x4b\xc3\xdf\x41\xe1\x91\x9b\x50\x30\x4b\x4d\xd7\x32\xd4\x74\xb9\x6f\xea\xdf\xb2\xac\x5d\x2d\x93\x79\x2b\x19\x73\xcb\x92\x68\x5a\x46\x75\xa0\xa0\x12\xd3\x2d\x7b\x2e\x99\xe1\x5a\x7d\xeb\x97\x5b\x96\x5a\xa3\x65\x16\x5d\x56\xf1\x88\x96\xc5\x84\x5b\xfe\x18\x41\xa9\xea\xb2\x48\xbd\xd7\x4a\x62\x68\xf5\xbe\xdd\xb7\xe2\x8d\x2f\xd8\xf8\xa8\x7c\xe6\xad\x34\x7f\xc7\xc8\x53\xd9\x91\x5a\x11\xbf\x6c\xe5\x9b\x66\x69\xc2\xc1\xa2\x9b\x44\x2b\xb8\x2a\xe5\x1d\x2c\x76\xb4\xe2\x93\x52\xe0\x1d\xd2\x65\x7e\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x6f\x2b\xba\xa7\x37\x4b\xa3\x0d\xd2\x68\x69\x3b\xdd\x14\x03\x24\xf7\xbf\x95\x45\xb9\x8a\xda\x2e\xb7\x31\xbc\x5c\x58\x5d\xe5\x3c\xf0\xdd\x8a\xbf\x2e\xf7\x8d\xb4\x55\x79\x85\xb6\xca\xaa\x37\xca\x3e\xdd\xaa\xfc\x42\xbf\xcb\x21\x3e\xd3\x4c\xa4\x78\x6e\xb5\xa2\xc7\x6d\x5d\x6f\xf6\x32\x6a\xb5\x9e\x68\xda\x27\xb6\xca\x07\xa7\x55\x16\xe7\x54\xa2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x6d\xb4\x2a\x36\xda\x2a\xd8\x68\x54\x5e\xe3\x56\x65\x2b\x6e\x4c\x5d\x90\x7b\x55\x97\xa7\xe7\x0f\x4a\x6c\x37\xbb\x56\x2f\xcf\xf2\xe2\x70\x9b\xfa\x35\xe9\x95\x5a\x43\x74\x49\x34\x5d\x69\x72\xd7\x6c\x90\x8f\xcb\x0e\x34\x39\x9a\xf5\xd1\x0d\xfa\xe8\x22\x81\xb2\xb5\x2c\xc4\x6b\x48\x21\x58\x55\x61\xbf\x35\x29\x27\x5a\x83\x72\x22\x2a\x4b\x6c\x6b\x52\x9a\xb5\x86\x90\xed\x2c\xe7\xed\x66\x5d\x75\x6b\x0d\x65\x47\x0f\xed\x77\x33\x9c\x1b\x7c\x9d\x86\x2e\xf0\xcd\x02\x7a\x83\x80\x5e\xba\x58\x42\x7b\x84\x79\x0d\x91\x08\x5d\x65\x98\x5b\x8f\x5a\x42\x47\x20\x7d\xde\x49\x5d\x8e\xd6\xe5\x5f\xd8\x3a\xab\xde\xaa\xa4\x50\xeb\xaf\xdb\x18\x17\x22\xff\xf9\xd6\xe5\xad\xdf\x3a\xa3\x41\x65\x96\x6a\x43\x26\xab\x86\x64\xb1\x61\xc8\x27\xa4\x0d\x5d\xae\xda\xe0\xe5\x6a\x6c\x95\x5a\x1b\x97\xfa\x1c\xd8\xd7\xb1\x99\x76\x1b\x72\x17\x6f\x83\x11\x9c\xf2\x6a\x69\xa7\x69\xfb\xf9\xd1\xf6\x22\xef\x8d\x76\xea\x9a\xda\xa0\x63\x8e\x31\x6c\xc5\x7f\x3b\x7d\x0c\x90\xe9\xb0\xc8\x79\xa3\x9d\xb2\x9f\x37\xd4\x7a\x0f\x59\x15\xcf\xdb\x29\x95\x6d\x3b\x1f\x4c\x52\x08\x76\xbe\xee\xf1\x45\x8f\x5b\xed\xdf\x2e\xcf\xf1\xe2\x1c\xab\x9a\xe4\x61\xd2\xae\xc8\x9d\xdb\xfa\xf4\x76\x99\xf3\x5e\xc8\xd5\x19\x75\x5b\x6b\x97\x6e\x33\xed\xfa\x6e\x33\x45\x25\xf8\xda\x25\x33\x64\xbb\x58\xbc\x5e\x81\x1e\xed\xd2\x65\xba\x5d\xac\x4a\x2e\xb3\x74\xbb\xbc\xa9\x17\xeb\x8f\xcb\xf4\xdc\x6e\x13\x9b\x9b\xc4\x26\x68\xbc\x5b\xee\x48\x8d\xa5\xf8\x86\x14\x52\xed\xf6\x86\xaf\x1a\x78\xba\x58\xb5\x5b\xca\x9c\x76\x33\x04\x5f\xe6\xd2\x76\x4b\xdc\x6a\x37\xc4\xad\xac\x92\xc3\xed\x91\x6a\xbc\xad\xaa\x68\xaa\xd2\xdb\x1e\x33\x98\x87\x0c\x46\x45\x1d\xdb\xa3\xab\x76\x7b\x3a\xf7\x55\x6b\x78\x24\x9c\x37\x54\xcf\x89\xf6\x3f\x6c\xcf\xed\x3e\x6f\x54\x52\x52\x81\xd4\xf6\xc8\x48\xd4\x1e\x18\x89\x86\xb4\x24\xed\x2d\x82\xd9\x5b\xce\x7f\xfe\xd4\x1d\x96\x7e\xb4\xd7\x3c\x0b\xd5\x43\x42\x97\x9b\x7d\x7b\xe5\x94\xd3\x10\xe3\x5b\x77\x00\xe5\xd1\x50\x28\x64\xff\x9b\xbf\x26\x01\xf3\x95\xf3\x5c\x7b\xe1\x3c\xa7\x92\xc0\xed\xd5\xa5\xb1\xc1\x49\x25\x46\xd9\x89\x1b\x9c\x4e\xf6\xbf\x2f\x3e\x53\x93\xee\xa8\x6d\x7e\x77\xd4\x1a\xb4\x03\xd3\x3b\xce\xbc\xee\xd9\x54\x71\x9a\xf2\xcd\x8f\xba\x54\x23\xd8\x94\xf2\xa1\xcd\x95\xf4\xa3\xbb\xad\xbb\x0d\xab\x16\xee\xd9\xd7\xa5\xd1\xd7\xa5\xab\xc0\x57\x9b\xcd\xa3\xb1\x70\x8b\x2a\x7d\xb7\x79\x6b\x6f\x90\x4e\xbb\x06\x91\x52\xeb\x9c\x1b\x75\xce\xe5\xd0\x76\xcf\xe9\xe1\x58\x71\x41\x7a\xbd\x6e\x5f\xc9\x0e\x5f\xc9\xaa\xaa\xe1\xfd\x90\x8b\x59\x47\x90\x47\x8c\x72\x01\xec\x87\x8c\xcb\xfd\x80\xef\x53\x51\x4e\xf9\x1e\xea\x9e\x65\x0f\xf5\x9b\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\x02\xdf\xc3\xf3\xa8\x0d\xd1\x57\x43\x49\x44\x7b\x90\xf8\xd2\xc3\x47\xc4\x6b\x1c\xc7\x5f\x49\xbb\xdd\x3e\x8e\x3d\xc0\x0e\x14\x65\x7e\xed\xf6\x71\xec\x61\x22\x14\x6d\xb3\xf9\x6e\xcf\x8e\x0e\xcf\x8e\x2a\x37\xac\x1e\x75\x43\xed\x11\xca\xf1\x21\xf1\xac\x3b\x6a\xa1\x23\x6a\xa1\xca\xec\xcc\x5c\x07\xfb\xdf\xfe\x35\x6d\x5d\x6e\xb7\x1b\xe3\x47\x2a\x31\xc7\xa1\xcf\x86\x7b\x1c\x20\x7d\x4a\x54\xde\xe3\xe9\x99\x30\x8f\xa6\xca\x5c\xf6\x78\x7a\x38\xca\x1b\xb2\xfc\xf5\x24\x72\xd3\x19\xf5\xd5\x75\xd3\xec\x76\xdd\xe8\x70\xdd\x88\x51\x4a\x97\x9e\x82\xbf\x0b\x58\xc2\x96\x0e\x3a\xe2\xc0\xf6\xbf\x93\x9f\xa9\x4b\x49\x1c\x3d\xb1\xf2\xa9\x97\x9e\xe4\x58\xdb\x13\x62\x14\x7b\xde\x37\x80\x9e\x24\xcf\xf6\x04\x79\xb6\x48\x1a\xe9\x59\x6e\x58\x3d\x33\x87\x46\xd1\x34\xb3\xa8\x54\xcf\xc8\x5a\xd6\x8b\xe6\x92\x4f\xb7\xa1\x5c\x5b\x94\xf6\xa4\x67\xa9\x2c\x7a\x46\xda\xcc\x28\x33\x57\xcf\x32\x35\x74\x86\x0b\xf4\x9d\xaa\xf0\xe8\x45\xe1\x5d\xbd\x1c\x89\xdf\xed\x79\x16\x83\xac\x00\x64\x4a\x99\xdf\x8b\x7c\x0d\xbe\xbe\xd0\x65\x52\x97\x22\x39\xbd\xe0\xb2\x15\x95\x70\xb9\x17\xf1\xf9\x5e\x98\x24\xa8\x6c\x31\xbf\x97\x4b\xa0\xc6\x6d\x20\x46\xc5\x41\xf5\x22\x83\x55\x2f\x4c\xe0\xb4\x93\x18\x1e\xbd\xea\xaa\xd9\x2b\xae\x9a\x4d\x65\xb4\x7a\x95\x9d\xa8\xc3\x6d\x24\x46\x65\x9c\xef\x55\xc6\xa0\x5e\x0b\x0a\x86\x66\x7f\x27\x49\xac\x57\x4a\x62\xb2\x0a\x74\xeb\x88\x3b\xe4\xf0\xaa\x40\xa3\x5e\xe5\x8b\xd9\xeb\x60\x2e\x98\x2d\x3e\x74\x0b\xd1\x9d\x42\x74\x39\x36\xb9\xed\xd5\x3b\x5b\xbf\x9d\xad\xd9\x4d\x97\x57\x77\x41\x44\x90\x6f\x6e\x6f\xd2\xee\xf7\xc6\x5a\xc1\xf2\x89\xe8\x4d\xb1\x4b\xbd\x31\xb5\x8d\x14\x05\xbd\xc9\x9e\xd5\x1b\x8b\x1f\x2a\x82\xb0\xb7\xa1\x69\x36\x64\x85\x1b\x3b\x3f\xe0\xd1\xdb\xe9\xf1\xe0\xed\x52\x0c\xe9\x26\x6f\x97\xde\x90\x69\xa0\xd7\xa8\x3e\x65\xc8\xeb\x6d\xc2\x7b\x5e\x9b\xd7\xa5\xa7\xea\x3d\x73\x13\x44\x06\xba\xc9\x47\x47\x6e\xcb\xd1\x74\xd4\xbb\x91\xa5\xb3\x7c\x83\x6a\xb8\xf4\x2e\xe9\xa1\xf7\xfb\xe3\xcb\x65\x4b\xca\xbd\xcb\x32\xd3\x3b\x12\x6e\x45\x45\x27\xf5\x6e\x1c\xeb\x1f\x8e\x55\x39\xd2\x76\x2b\xb2\x3b\x15\xd9\x45\x85\x4c\xfa\x90\x3b\x52\x67\xe8\xf4\x50\x76\xec\x3e\x74\xcf\xec\x23\x10\xd0\x42\xe9\x61\xe6\xc5\x08\xeb\xa2\xcb\x77\x1f\x72\x44\xef\x23\x7e\xa4\xb8\x6a\x71\x43\x92\x45\x1f\xb0\x42\x44\x59\xd6\xfb\x30\xd1\x19\x1f\xd1\xa9\x4a\xb0\xdc\x87\x54\xf8\x1d\x49\x9a\x6a\x15\x79\x38\x7d\x7e\xce\x03\x18\x26\x9b\x75\x3f\x65\xcf\xee\xc8\xf5\xff\xb5\xed\x2e\x4f\x45\xb3\xf4\xb3\xe1\xc2\x55\xa2\xdb\x4e\xb7\x81\x12\x97\x2d\xeb\xf7\xf3\x14\x50\xce\xf3\x63\xb1\xca\x28\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xad\xe0\x92\xfb\x56\xbf\x90\x10\xa1\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xfb\x1c\xfd\x96\x70\xd4\x91\x11\x2d\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xfe\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x13\x28\xdb\xe0\xd6\x6f\x59\x59\xfb\xdd\x51\xaf\x67\xdf\x1f\xfa\x7d\x69\x01\xf7\x85\x05\x48\xec\xb8\xcd\xe8\x6f\x30\x7a\xd9\x5e\xfa\xe3\x9d\x7b\x0e\x44\x98\x6c\x69\xb7\x3f\xaf\xbe\x42\x4d\xc5\xda\xb6\x48\xd8\x1f\x99\x03\xfa\xc3\xd2\xcb\xb2\x92\x74\xbb\x70\xf7\x97\xb8\x20\x43\x70\x7f\xa5\xb0\xec\xef\x27\xe8\xd7\x2e\xc4\x7b\x15\x54\xdd\x51\x42\xb0\xee\x1c\x10\x47\x7f\x15\xbf\xd3\x5f\xa6\x00\xf4\xde\xbc\xba\xe9\xf7\x37\x75\x8e\xb6\x8f\x8e\x1d\xbf\x3b\x1d\xbf\x47\x17\xc6\xbe\xc5\xc3\xb1\x72\xb7\x7c\x14\xfa\x2b\xab\x66\x7f\x59\xfa\xb5\xea\x58\xbd\x26\x0c\x48\x17\x13\xe3\x4e\x1f\x7b\xf4\x29\x63\x47\x47\xd1\xad\x18\xe5\xe2\xd3\xa7\xd4\x3e\x1d\xe1\x48\x5f\xdb\x5e\xba\x85\xef\x0e\xe1\x3b\x46\x85\xc3\xf4\xe9\x79\xce\x35\xcf\xad\x66\xea\xb3\xfa\xbb\x0f\xc1\x6a\x17\x9e\xcc\xd3\xc3\x9d\xdc\x20\xd1\xbd\x79\x09\xf7\x26\x12\x4c\x94\x9d\x62\xf1\xe8\x53\x37\xc6\x8e\x1c\xbc\xd5\x85\x1a\x0f\x45\x55\x8c\x23\x42\x74\x90\x69\x79\x38\xaa\x68\x1c\x89\x50\x51\xd1\x9f\x43\x2a\xe5\x01\x8f\xf1\x3a\x54\x2d\xef\x90\xdf\xea\x60\x92\x82\xa6\x3b\xce\x38\x1e\x0f\xf7\x80\xaa\xd7\x1e\xfe\x4a\xe6\x1d\x87\xb4\x76\x03\x99\x07\x42\x77\xe1\x6f\xe4\x90\xdc\xff\xc2\x90\x25\xd5\xdc\xb0\x86\x7e\x40\x43\x1f\xba\xec\x74\x23\xe8\xa2\x36\x02\xf2\xc2\x44\x19\x58\x46\x90\x51\x63\x40\x93\x1f\x8a\xc2\xe0\x86\xfd\x37\x06\xfc\x37\xaa\x14\x05\x23\xdc\xee\xf2\x66\x8e\x2a\x95\x20\xb5\xd7\xf5\x80\xd7\xf5\x37\xdc\xae\x57\x14\x64\x2e\x1d\x48\x6f\xd9\x85\x49\x23\xc8\xfc\x3f\x02\xcc\xff\xb1\x09\xd8\xe1\xf5\x2c\xbf\xcb\x52\x77\x85\xc0\xa0\x3b\xef\x08\x1f\x9f\xad\x43\xf5\x94\xa2\x4e\xf3\x88\x3c\xcd\xaa\x74\x30\xa2\xdc\x64\x06\x2e\x05\x5f\x5b\x57\x5b\x75\x1b\x61\xf9\xf3\xdd\xed\x36\xc8\x1c\x4d\x35\xc2\x62\xf4\x78\xa8\xde\x16\x65\x05\x1f\x51\x9a\x95\x11\x51\x37\x3c\x36\x95\xe5\x8a\xb2\xff\x8f\x98\xd6\x77\x1b\x98\x0e\xa1\x1a\xb1\x70\x3c\xd5\xbe\xb3\xe1\x62\x20\x8b\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\x84\x63\x2a\x42\xe9\x08\xaa\x11\x4f\x82\x4c\xf5\xc7\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa7\x45\xb1\xde\x11\xa9\xbf\x56\x31\x98\x11\x6f\x7f\x07\x77\x90\xe2\xc2\xaf\xf1\xf1\x5c\x1e\x2e\x4f\xb5\xad\x92\x44\xb8\x91\x98\xe3\x58\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x09\x22\x06\x22\x9f\xdb\xa1\xf2\x76\xe9\x72\x97\x17\x21\xad\xd3\x65\x47\xf4\x01\x47\xf4\xaf\x6d\x83\x25\xc9\xea\x3e\x10\x39\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x43\x2b\x86\x36\xc1\x99\x1e\x46\x5e\x88\xa4\x32\x68\x45\xba\xd5\x51\x3a\x77\x41\x85\xdb\x8a\x1c\x15\x46\x41\xed\x29\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x51\x9f\xa3\x20\xb7\xf5\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x99\x97\x47\x35\x6e\xd6\x38\xbf\xe1\x54\xf9\xab\x9a\x38\xd6\xc4\x73\xae\xc2\xe1\x56\xf9\x8f\xa5\xf2\xef\x2a\x32\x56\xa5\x8d\x1e\x95\xda\x68\x99\x9e\x47\x95\xb5\x66\x20\x4b\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\x94\xc0\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\x9f\xf6\x80\x9f\x76\x93\x8b\xc9\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\xff\xe7\xd1\x06\x6a\x88\x88\x9c\x36\xcf\xb1\x31\x67\xec\xd0\x8e\xb7\x2b\xb9\x0d\xd5\x54\x54\x67\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf3\xdc\xa6\x67\x39\x39\x4b\x55\xbf\xeb\xf2\xdc\x18\xcc\x1f\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x8b\x2d\x0a\xd5\x7b\x75\x1b\x12\xd5\x8c\xa1\x12\x73\x76\xa0\x19\x70\xa0\x69\x41\x45\xd4\xbb\x09\x40\x67\x42\x68\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x01\x26\x8a\x21\x0c\x03\x65\x24\x16\x20\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x45\xba\xde\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\x9b\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\x8a\x18\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x0a\x81\xc4\xa1\x12\xcf\xc3\xcc\x0e\x1e\x3d\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x32\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x31\xbe\x31\xa6\x7b\x9c\xac\xbe\xaf\x02\xe2\xa7\x0c\x32\xe3\x8c\x2c\x34\x2b\x66\x87\x52\x57\xfb\x5f\x5c\x63\x4c\xf1\x4f\xa3\xfa\x49\x54\x97\x66\x68\x9c\x97\xfb\xbc\x98\x9b\x4a\x35\x5e\x7d\xc7\x19\x27\x8a\xf7\x2a\x58\x66\x9c\xb2\x1b\x8d\xf3\x99\x68\xd2\x4c\x94\xdf\x60\x20\xed\x73\x53\xdc\xc7\x38\xa7\x9b\x50\xdb\x3c\xba\xf8\xeb\x65\x09\xe0\xa2\x04\x20\x27\x83\x71\x99\x70\x5f\xc7\x9a\xa4\xbe\xb3\xa4\x75\x45\x0c\xa7\xea\xe7\x97\x0c\x4a\xe3\xfa\x44\xc9\x16\x55\x4c\xdf\xd6\x93\x01\xeb\x49\x53\x2e\x98\x71\x99\x8e\x5e\x89\xa9\xe8\xc4\xfe\x2f\xd3\xd1\x8b\x74\x54\x66\x9c\x71\xf9\x80\x5f\xdf\x01\x6f\x49\xa5\xc4\x2f\x93\xd8\x8b\x24\x56\x26\x9e\x71\xc9\xff\x7c\x5c\xf0\x3f\x1f\x87\x36\xee\xaa\xee\xb2\x12\x19\x24\x1a\x5c\xcd\x7d\x36\x26\x83\x54\xc5\xd2\x6b\xb8\xed\x3b\x0f\xaa\x54\xf3\xfd\x16\xcd\x80\xef\x52\x4b\x21\xff\xbb\xb8\x5b\xdb\xff\x54\xda\xbd\xcc\xb1\x2e\xe4\x29\x70\x31\xe9\x5b\xfa\x81\x71\xaf\x34\x94\xc2\xf5\x3b\x0b\x62\x77\x66\x9b\x88\xfa\x6d\x91\xfd\x2e\x4c\x3d\x29\x7c\xbe\xab\xbf\xab\x4c\x8f\x29\x42\x74\x1b\x2c\x77\x65\x62\x4c\x11\xa2\x47\x9a\xc0\xf1\xb0\x76\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x8c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf5\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x7d\x76\x1d\xc9\x47\xce\x4b\xe3\x59\xf5\xb3\x5d\xaa\x5d\x79\xac\xc6\x0b\xbf\xd5\x74\xb8\x76\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xe0\x77\xc9\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\xab\xfe\x75\x13\x4b\xb6\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x6c\xef\x05\xbc\xf2\x08\x1f\xf0\xa8\x8a\xe9\x70\x29\x79\x29\xdf\xc6\x3b\x51\x47\x56\x14\xe0\x9d\x9e\xc8\x44\x99\x6f\xd7\xda\x95\x9a\x7d\xcc\x03\xe5\xb8\x5d\x6c\x56\xca\xa9\x81\x70\x87\x78\xfc\x14\xa2\x55\xe0\xe8\x40\x7e\xdb\x6f\x22\xae\x49\xac\x0d\x9f\x88\xbf\x4b\x2e\xc7\x6d\x33\xd5\x98\x15\x85\xa1\x25\x1a\x4c\x25\x5a\x1a\xb3\xb2\x0e\xae\x4b\xd4\x7a\xb4\xc1\xd1\x5c\x4e\xd8\x02\xf9\xbc\x99\x70\x55\x15\xe6\x6c\x67\x5f\xd9\x24\x4b\x76\xf1\x53\xe1\xd0\x1c\x83\x45\x4c\x5d\x9f\x73\x9f\xc8\x89\x0a\x3f\xbd\xb8\xe4\xa1\x60\x32\xa1\x32\xeb\xf5\xa7\xfa\xdf\xa5\xa6\xb2\x0a\x23\xee\xb6\x4b\x96\x9a\x79\x31\xb9\x42\x54\x4b\x72\x0b\x12\x7f\xa9\x12\xe2\x2b\x4f\xea\x09\x8c\x6c\xf2\xc2\x9b\xaf\xce\xe9\x7c\x71\x4e\xeb\xce\x9f\x7f\xcc\x37\xf9\x33\x64\xb0\xe8\x2a\x5c\xf7\xea\xfe\x35\x11\xef\x63\x77\xc7\x69\x15\xcd\x84\x8a\xa6\x0d\xd5\x68\x7b\x45\xb6\xe7\xfb\x91\xed\x36\xb6\x04\x32\x5f\xf9\xaf\xcd\xf7\x93\x40\xda\x08\xfe\xea\x71\xd3\x8b\xaf\x3c\xd6\x54\x53\x3e\xd0\xa4\x85\x65\x4f\xfe\xc3\x9d\xe6\xba\xba\x6f\xf6\xe4\x11\x87\x18\xab\x6a\x22\xbe\xd9\xb3\xcf\x9c\xbd\xcb\xf1\x69\x33\x51\x96\xbd\xaa\xe6\xe1\xd4\x89\x9f\x93\xa5\x08\x5d\x77\xef\x74\x0b\x2c\x64\xaa\x5f\x27\xe1\x7c\xce\x05\x8b\xdd\xe2\x99\xa3\xe4\x75\x77\x25\x42\xe1\xfc\x84\x69\x36\xd8\x1f\x62\xce\xea\xaf\x3e\xde\xe2\x02\x9e\xf3\xf5\xec\x5e\x88\xa7\xaa\x8a\xb7\xe7\x1d\x66\x60\x66\x93\xe3\xd8\xf5\xef\x42\x72\x1b\xdc\x41\x8f\xbd\x59\x61\x86\xe2\x36\x64\x33\x3a\x6a\x52\x5b\x73\x1b\x92\x94\x84\x3d\x5e\x8c\xd7\x66\x34\x31\x5e\x64\x34\x5b\x6f\x14\xeb\xdc\x44\xe7\xfb\xb7\xd1\x5e\xb3\x33\x76\x97\xed\x4c\xf0\xfd\x3b\x98\xdd\x5c\x79\xc7\xb7\xb3\xc4\xf7\x2f\x13\x68\xa7\xff\x0f\x27\xfd\x7e\xfc\xd7\xf3\x3f\xff\xb7\xff\xe3\xff\x3c\xff\xf3\xff\x3a\xff\xeb\xfb\xe7\xfe\x1f\xff\xfa\xd7\xfb\x1f\xff\xfd\xf9\x2f\xf7\x7f\xff\xf3\xbf\x7f\x4f\xff\x3c\xef\xfc\x2f\xff\xf1\xfe\xeb\xfd\x7f\xfe\xdb\xff\xf8\xd7\xfd\xfe\xf9\xcf\xff\xf6\x9f\xdf\x57\xf8\xfb\x7f\x03\x00\x00\xff\xff\x82\x78\xbd\xa1\xf5\xb5\x03\x00"); -func _acee ()([]byte ,error ){return _c (_dcgb ,"KSC-Johab-V")};func _eefb ()(*asset ,error ){_acbde ,_ccacc :=_aecd ();if _ccacc !=nil {return nil ,_ccacc ;};_affg :=bindataFileInfo {_dae :"Hankaku",_fb :579,_ae :_be .FileMode (436),_g :_a .Unix (1580492279,0)}; -_bfed :=&asset {_dd :_acbde ,_ef :_affg };return _bfed ,nil ;};func _eed ()(*asset ,error ){_fcbb ,_dafd :=_aabcga ();if _dafd !=nil {return nil ,_dafd ;};_ggab :=bindataFileInfo {_dae :"UniGB-UTF16-H",_fb :197731,_ae :_be .FileMode (436),_g :_a .Unix (1580492754,0)}; -_ecdf :=&asset {_dd :_fcbb ,_ef :_ggab };return _ecdf ,nil ;};var _aeeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\x41\x8f\x9b\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\x2d\x36\xc4\xc4\x48\x51\xa4\x2a\x39\x14\xad\xb6\xad\x4a\xb3\xad\x54\xf5\x40\xf0\x10\x59\x6a\x0c\x32\x70\xc8\xbf\xaf\xfc\x4c\x69\x0f\xd1\x4b\x3e\x33\x8f\x80\x9d\x9d\xea\x73\xed\xdd\x4c\xd9\x97\x30\x74\x0d\xcf\xd4\x3b\x6f\x03\x4f\xc3\x12\x3a\xa6\x2b\xdf\x9c\x17\x42\xe5\x64\x5d\x37\xff\xfd\x89\xe8\xee\xed\x28\x44\x76\xf1\xee\xa5\x79\xbe\x9c\x9a\xfc\xf9\x23\x2d\x13\xaf\x7c\xaa\xcf\xcd\x63\x9a\xf9\x5e\xfb\x7e\xa0\x22\x8d\xdb\x65\x5c\x2b\x88\xb2\xaf\x7c\x73\xd3\x1c\x1e\xf4\xf4\xc1\x0e\x57\x7e\x47\x96\xfb\xe8\x9f\x83\xe5\xe0\xfc\x8d\x9e\x5e\x86\xc0\xad\xda\x16\x9a\x65\x1c\x7f\xf3\x9d\xfd\x4c\x0a\xc6\xde\x22\x45\x76\x7a\x6d\xc7\x4f\xed\x9d\xe9\xff\xbf\xf3\x86\x45\xac\xbd\x71\x98\xdc\xe0\x49\xc9\xf7\x52\x96\xff\xfc\xdb\x63\xe4\xb5\x4c\x64\x3f\x2e\xf5\x99\x7e\x2a\x52\x92\x72\xbd\x93\xfb\x5f\xab\x7f\x7f\x1d\xec\x76\x95\x32\xe9\x09\x3a\x67\x43\xeb\x6f\x2c\x0e\xb9\x54\xc5\x91\x62\xec\x8e\x64\xa4\xae\x40\x65\xa2\x32\x52\xa9\x22\xe5\x1a\x14\xc3\x48\x6d\xc4\xa1\x90\x52\x1d\x29\x46\x0e\x2a\x41\x06\xa4\x14\x06\x75\x24\xd4\xa7\x30\x72\x9f\x68\x97\x08\x5d\x65\x21\x0e\x7d\x8f\xae\x14\x46\xee\x4b\x90\x49\x54\x81\xf6\xa0\x2e\x51\x07\xaa\x40\x9c\x88\x23\x19\x19\x49\xb5\x20\xd5\x83\x54\xa4\xe2\x0a\x8a\x61\xa4\x41\x57\x61\x13\x59\x90\x01\xf5\x89\xd2\x20\xea\x75\x1a\xd4\xb8\xaa\x42\xbd\x4e\x77\xd4\xb8\x63\x99\x47\xe2\x02\xc4\x78\xc6\xaa\x88\x5b\xbb\xbd\xe1\xf8\x3d\x1e\xaa\x6d\x93\xbb\x25\x04\xf6\x33\x8e\x14\xb6\x31\x6e\x8d\xf3\xbc\x9d\xda\x71\x18\xe3\x14\x3e\x7f\x02\x00\x00\xff\xff\x23\x3f\xe6\x8f\xe1\x02\x00\x00"); -var _cfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xd4\x30\x10\xc5\xef\xf9\x14\x73\x2c\x87\x12\x3b\x26\x75\x56\xaa\x2a\xd1\x5d\x54\x22\x54\x40\x2c\x2d\x48\x88\x83\xff\x8c\x57\x96\x88\x13\x39\xc9\x61\xbf\x3d\xf2\x4c\x08\x87\xd5\xdb\xfd\x79\xde\xf8\x79\x67\xea\x63\x7f\xea\x53\x5c\xa0\xfe\x9a\x47\x77\xc6\x05\x42\x4c\x3e\xe3\x3c\xae\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xf2\xef\x27\x89\x1b\xcc\x54\x55\xf5\xd3\xe3\xa7\xdb\x0f\x2f\xc7\xdb\x8f\xb0\xce\xb8\xb1\x63\x7f\x3a\x5f\xe7\x05\x87\x3e\x85\x11\x14\x7b\xfd\x3a\x6d\x7e\x80\xfa\x1b\x5e\xe2\xbc\xe4\x2b\xdc\xbc\xf7\xa3\xc5\x37\xe0\x31\x14\xfe\x25\x7b\xcc\x31\x5d\xe0\xe6\xe9\x51\xee\xf4\xbc\x4e\xd3\x1f\x1c\x30\x2d\xd0\x10\xc3\xe4\x49\xab\xfa\xf8\x6c\xa6\xcf\x66\x40\xd8\x83\xbc\xd2\x09\x1d\xbc\x62\x9e\xe3\x98\x40\x36\x6f\x85\x68\xff\xf3\xef\xd7\x09\x41\x6e\x1d\x7e\xbe\xf4\x27\xf8\x25\x41\x0a\x68\x5a\xa5\xbb\xdf\x1b\xff\xf1\x3c\xfa\xbd\xaa\x11\x9c\xdd\x45\x9f\x4d\xba\x60\x75\x6f\xa4\x69\x1e\x60\x13\x68\x75\x4b\x48\x31\x52\x84\xde\x11\x32\x8c\x4c\x41\x87\x8e\x90\x65\xe4\x1e\x40\x6b\xc1\x55\x9e\x91\xa7\xaa\x43\x41\x96\xdb\xdb\x50\x50\xd7\x14\x14\x90\x50\x11\xad\xc5\x5d\x75\x6f\x94\x91\x05\x91\x40\xab\x3b\x42\x1d\xa3\x03\x19\x05\x21\xc7\xc8\x51\x95\x22\x84\x8c\xb8\x97\x2e\xc8\x52\x54\x65\x2d\x55\x51\x7b\xeb\x19\x79\xaa\xa2\xf6\x25\xd0\x26\xd0\xea\x12\x55\x79\x7a\x10\x89\xd6\x82\x11\x1b\x3d\x19\x25\x85\xf0\x6c\x2c\x02\x77\x82\x50\x60\x63\xa0\x1b\x0f\x74\x63\x60\x63\xe0\x7f\x82\x72\xf1\xb3\x15\x3f\x5b\xca\x32\xfd\x7d\x0e\xe5\x7b\x59\xba\x7d\x0f\xdc\x9a\x33\xa6\x85\x56\x8e\x86\x5d\x06\x18\x13\xee\x2b\x3d\x8d\x53\x71\xd1\xe7\x6f\x00\x00\x00\xff\xff\xbd\xdd\xac\xdd\xfe\x02\x00\x00"); -func _dfbd ()([]byte ,error ){return _c (_acag ,"Adobe-KR-8")};func _gdbcb ()([]byte ,error ){return _c (_fgdb ,"UniAKR-UTF32-H")};func _geda ()(*asset ,error ){_acb ,_dgee :=_abb ();if _dgee !=nil {return nil ,_dgee ;};_feg :=bindataFileInfo {_dae :"Adobe-Japan1-3",_fb :1147,_ae :_be .FileMode (436),_g :_a .Unix (1580491320,0)}; -_gefb :=&asset {_dd :_acb ,_ef :_feg };return _gefb ,nil ;};func _fff ()([]byte ,error ){return _c (_cec ,"90pv-RKSJ-V")};var _afda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xab\x6e\xdb\x95\xa5\x07\xd7\xcf\xaf\xd8\xc5\xef\x2b\xa4\x35\xc7\x1c\x77\x10\x82\x71\x85\xc0\xa4\x6d\x1c\x4e\xdb\x60\x4c\xa2\xd0\xd9\x11\x16\x38\x8e\xc4\x91\xa2\x10\xff\xde\xac\xf6\xb4\x37\x09\x8c\x39\xbb\xb4\xe8\xeb\x9d\x73\x8e\x7b\xef\xbd\xf5\xdb\xf8\xdd\xfa\x87\xfd\x0f\xbf\xfc\xf9\xef\xdf\x7e\xf7\x3f\xfd\xfa\x97\x3f\xfd\xe3\xf7\xbf\x7f\xfb\xe7\x3f\xff\xf2\xf3\xaf\xdf\xff\xf6\x97\x7f\xfb\xf5\x4f\xdf\xbf\xfd\xd3\xf7\x7f\xf9\xf3\x2f\x3f\xfd\x14\xde\x6f\x3f\xff\xf9\x4f\x7f\xff\x90\xfa\xf3\xa7\x7f\xfd\xe3\x5f\x7f\xfa\xe9\xeb\xfd\x7f\xfc\xf7\xbf\xfd\xfd\xfb\xbf\xfe\xc3\x2f\xff\xfc\x97\x6f\x91\xe7\x7e\xfe\xb7\xbf\xfa\xd9\x6f\xdf\x7e\xf7\x3f\x7f\xff\x97\x3f\xff\xed\xef\xbf\xfe\xfb\xb7\xff\xdf\xf8\xf9\x2f\xff\xf4\xfd\xff\xff\xed\xe7\xef\xff\xfc\xf5\xff\xff\xf1\xd7\x9f\xbf\xff\xfa\xe7\x5f\xfe\xc5\xff\xff\xaf\xff\xfd\x5f\x7e\xfd\xfe\xc7\xf0\x5f\xff\xcb\xfa\xc7\xf7\xbf\x3d\xf3\x8f\xff\xf6\xd7\xbf\xfe\xdf\xdf\xff\xf5\xfb\x2f\x7f\xff\xf6\xea\x7f\xdf\x7f\xf9\x59\x7f\x7f\xfa\xdd\xfa\xcf\x7f\xfc\xeb\xff\xf0\xc7\x7f\xfd\xfe\xed\x77\x7a\xfd\x3f\xf1\xfa\x7f\xfa\x7a\xfd\x3f\x3c\xf1\xbf\x7e\xff\xf5\x6f\x7f\xfe\xcb\x2f\xdf\xf2\x7f\xf7\x3c\x59\xff\xd7\xbf\xff\x97\x7f\xff\xeb\xf7\x6f\x9f\xe7\xfe\xf7\xff\xf2\x0f\xfb\xdb\xff\x11\xbe\x85\xe7\xdb\x9b\x63\xcc\xdf\xc2\x1b\xde\xff\xd3\x3f\xfe\x6f\xff\xf9\x2f\x3f\x7f\xff\xf6\x40\x05\x46\xf5\xa7\xbf\xfc\xfc\xfd\x6f\x7f\xfd\xe3\x9f\xbe\xff\xfa\xc7\x5f\xfe\xe5\xfb\x4f\xdf\xbe\xfd\xfe\x79\x9e\xe7\x0f\xdf\x7e\x7f\xef\xbd\x7f\xf8\xea\xe3\xff\xeb\x89\x9f\xc2\xf3\xf0\xea\x3f\xfd\xf3\x9f\xfe\xaf\x3f\xfe\xfa\xd3\x7f\x78\x61\xff\xe1\x8b\x2a\x5f\xd4\xfb\x8c\x0e\x15\x44\x85\x07\xea\xfd\xc3\x57\x0b\x9f\xdf\xe2\xd7\x6f\xe1\x7d\xa1\xd2\x17\xf5\x9e\x0b\xd5\xf4\xe4\xac\x50\x93\xf7\x1a\xd4\xfa\xc3\xb7\xdf\xc7\xe7\x89\x50\x97\x16\x8a\xa8\x4a\x5f\xe2\x82\x52\xeb\xaf\xa9\x46\xeb\x33\x40\x45\x51\x9b\x16\x5a\x12\x75\x4d\x65\xbd\x57\xe8\x75\x6b\xa2\xc2\x81\xea\x7c\x33\x41\x0d\xbe\xe9\x27\xb7\x46\xe4\x9e\xb5\xc3\xf8\xa6\xa8\x1e\xd4\xb3\x93\xa1\xbe\xfa\xf2\x96\xc4\xd8\x7b\x84\xe2\x2b\x9d\x99\x78\x4d\xd1\x97\xe1\xf7\xca\x17\x15\x83\xdf\xab\xfa\xed\x31\x45\x3f\x1f\xc6\xd0\xe9\x67\x61\xb4\x7d\x88\xca\x7e\xd2\xf3\xe9\x27\x97\x66\x30\xba\x9f\x1a\x43\x79\x98\xcf\x7e\xa0\xdc\xba\xe6\x3a\x2f\x9e\x1c\x0f\x14\x2b\x36\x02\x14\xb3\x34\x5e\x28\x5a\x18\x11\x8a\x6f\x0e\x8d\x2f\x0f\x7a\x36\x32\x14\xa3\x1d\x1a\x5f\x9e\xcc\xe0\xa8\x50\xf4\x7a\x34\x28\xf6\xd9\xe8\x50\xac\xed\xd0\xf8\x42\xf7\x93\x57\x3b\x24\xf0\x95\xf9\xb2\x7e\x03\x2a\xb2\x7e\x7c\x65\x32\xd7\xc1\x14\x73\x1d\x19\xed\xf4\x7c\xb2\xeb\x26\xf3\xf9\x30\xf6\x79\x58\x23\x7f\xf3\x42\xb1\xaf\xd7\xcb\x4a\xd3\x97\xc5\x2e\xdf\xa6\x12\x14\xbb\x67\xd1\xde\xc3\xd8\x57\x81\xa2\xd7\xab\xb2\xb3\xfc\xa4\xce\xc3\xbb\x19\xed\xea\xa2\x3c\xbb\x6b\xf0\x1b\xfd\x5c\x13\x8a\x11\xad\x05\x45\x3f\xd7\x86\x72\x3f\x0f\x2d\xf8\xbd\xcb\x6f\x8c\x6f\x3f\xec\x10\xd6\x68\x07\x9e\x64\xa5\x37\xf3\x19\x59\xcd\xcd\x7c\xbe\xac\xfb\xf6\x7c\xfa\x3d\x8f\xcf\xef\x15\xbe\xc9\x88\x76\xe5\xac\xd0\x97\xdd\xd8\x83\xcc\xc4\x66\x6d\x97\xbf\x32\xa0\xfc\xdb\x64\xdd\x19\xfb\x5e\x50\xee\x0b\x7b\xb7\xd0\xc2\x79\xa0\x58\xcd\x13\xa0\x78\xef\x70\xfe\x0a\x73\x7d\x18\x43\xa7\x2f\x87\xfd\xb9\x98\x97\xe3\xfd\xe9\x27\xd9\x83\xde\x67\x87\xbe\x98\x2f\x1d\xfa\xe2\x53\x75\x36\x14\x3d\x3b\x07\xca\x2d\x5c\x5a\xe7\xbd\x4b\x3f\x3d\x4b\x97\x7e\x3e\xcc\xe7\xa5\x9f\x81\x75\xbf\xf0\x89\x2f\x4e\xf4\xfd\x97\x9f\xcd\x81\xff\xbf\x58\xf2\x85\x9d\x79\x5a\x2e\x53\xdd\x99\x88\xdb\xa0\xe8\xe6\xed\x50\x74\xec\xfa\x18\xf9\xbd\x09\xe5\x6e\x2e\x3a\xcd\xc6\xba\x1e\x82\x3a\x16\x24\x02\xe2\x5b\x2f\x54\x10\x15\xfc\x9b\x86\x10\x60\xd0\x5f\xbc\xf1\xdb\xef\x63\x64\xeb\x86\x27\xfd\x07\x11\x10\x9e\xcc\x6f\xa6\x8a\x28\xb6\x75\x78\x18\xc3\xab\x2d\x11\x52\xe4\x88\xf1\xcd\x92\xa1\xb4\x44\x2f\x4f\x66\x0e\xd5\xd7\xe9\x15\xf5\x42\xb1\xb1\x9e\x05\xc5\xc6\x0a\x7e\x92\xc5\x0c\x0d\x8a\xc5\x0c\x09\x8a\xc5\x0c\x7e\x8f\xc5\x7c\x4d\xc1\x14\x5f\x9e\x0c\x30\xc5\x68\x0a\xa6\x88\x00\x7a\x03\x4c\xf1\x09\x50\x30\x45\x8e\xfb\x1b\xd8\x74\x6c\x82\x37\xb0\xe9\x82\x7f\x83\x29\x86\x09\xc5\xf8\x42\x85\x62\x7c\xaf\x9f\x64\x7c\xd1\x14\xe3\x7b\xfd\x1e\xe3\x8b\xa6\x18\x5f\x32\xc5\xf8\x10\x39\x5f\x92\x4e\x94\xfb\xe2\xf1\x31\x2f\xaf\xc7\x47\xeb\xaf\xc7\xc7\x93\x2f\xe3\x83\x99\xbe\x2f\xe3\xe3\x48\xbf\x2f\xe3\x7b\x33\x14\xe3\x8b\xfe\x26\xe3\x43\x18\xbe\xaf\xc7\x67\x8a\xf1\xc1\x50\xbe\x38\xac\xa8\x01\xe5\xf5\xeb\x50\x5e\xbf\x02\xe5\xf5\x73\x7b\x8c\x8f\x43\xf5\xc5\xab\x44\xd1\xcf\x84\x98\xf6\x5c\x27\x89\x8e\xc8\x9e\x7f\xf3\xc3\x8e\x64\x35\x33\xbf\x2d\x5a\x2f\xde\xc9\x8c\xbd\xb0\x5b\x61\x1a\x6f\xb3\x6a\x43\x5f\xa4\x32\xc4\xb8\x4d\x0d\x9e\xa4\x67\x52\x12\x62\x84\xed\xbe\x9d\x6f\xc2\xbc\x5f\x29\x02\x31\x6e\x66\xb0\x73\x3a\x36\xfd\xec\x6e\xcf\x54\x85\x62\x26\xa4\x08\xc4\x88\xb0\x78\x3b\xad\x23\x7c\xdf\x8e\xc2\xf2\xa1\x50\x04\x3e\x2d\x2c\x18\x34\xe3\x93\x22\xf0\x7c\xc6\x20\x45\xe0\x09\x91\x55\x91\x22\xf0\x04\xaf\xbb\x14\x81\x27\x24\xd6\x68\x20\x2c\x38\xb7\xaf\x14\x81\x27\xa0\x78\xbc\x03\xa5\x6b\xd2\xc2\x80\x4b\x6d\x56\x45\x8a\xc0\x13\x0a\xed\x49\x11\x78\x42\xe2\xc9\x43\xcf\x10\xfd\xaf\xd8\xe7\xf3\x20\xfa\xdf\x8b\xa8\x9a\x7c\xe5\xea\x2b\x0f\x9c\xe1\xbd\x7c\xc5\xbb\xe7\x22\x52\x2f\xa3\x15\x1f\x7c\xc2\xcb\x4e\x16\x1f\x7c\x42\xf4\x93\x03\x8a\xd9\x15\x1f\x7c\x82\x77\xab\xf8\xe0\x13\x92\xbf\xc2\x2c\x7d\xed\xdd\xdf\x64\xc9\xef\x45\xda\x5e\x7f\x84\x09\xcc\x6a\x20\x3e\x0c\x61\x5f\x28\x26\xf0\x1e\x28\x26\x10\xb9\x15\xc5\x3e\x9f\xc0\xb1\x8d\x62\x9f\x4f\x48\x5a\xf6\x98\xac\x8b\x9a\xd2\x96\x7f\x6a\x82\x3a\x50\x6a\x21\xf1\xcd\x04\x23\x4a\x3a\xa8\x4f\xca\x50\xe9\xab\x2f\x63\x3d\x7a\x2f\xe5\x57\x14\x8c\x21\xe5\x08\xe5\xdf\xa6\x28\x98\x5b\xca\x4b\x54\xf2\x93\x1b\x6a\x42\x1d\xa8\x0d\x75\x45\x65\xbe\x52\x68\x2f\x37\xa8\x00\xc5\x37\x85\x09\xc6\xaa\x7e\xb2\x42\x69\x4b\xa4\x4a\xcf\x3a\xed\x55\x7a\xd6\x79\xb2\xd2\x97\xc1\x57\x1a\x5f\x41\x9b\x48\xd2\xed\xc7\xe2\x48\xa7\x56\xa0\x68\xbd\xd1\xc2\xf2\x7b\x4d\xd4\xce\x50\x1d\xaa\x42\xd1\xc2\xf1\x57\x18\xd1\xa1\x67\x9d\x11\x1d\xbe\xd2\x69\xfd\x46\x28\x7d\x65\x23\x9c\x92\x0e\xe3\xd8\x9e\x6b\x1d\xc6\xb1\xd1\xbc\x93\x0e\xdc\xd8\x08\x84\xa4\x03\x37\x36\x1b\x39\xe9\xc0\x8d\x8d\xa8\x4a\x3a\x70\x63\x23\x9c\x92\x0e\xdc\xd8\x5e\x31\x1d\xb8\xb1\xd1\x4c\x93\x34\xe8\xb1\xa3\xdf\xa3\x2f\x5e\xbf\xa1\x11\xed\xc4\xf8\xc6\x86\xf2\x7b\xf4\x25\xfb\x9b\xf4\xc5\xeb\x37\xe9\x8b\xd7\x6f\xd2\x17\x50\x47\x9a\xf4\x05\x2d\x2b\x49\xbb\x1e\xbb\xf2\x95\x49\x0b\xde\x91\x8b\x27\x1b\x7d\x59\xf4\xda\x6b\x2b\xbd\x78\x6c\xf4\xc6\x24\xbd\x78\x6c\xf4\xbf\xb4\x98\x41\xaf\xe6\x62\x06\xbd\x9a\x8b\x5e\xc3\x30\xd3\xa2\xd7\x30\xc5\xb4\xe9\xf5\xa1\x85\x4d\xaf\xbd\x9a\xd2\x61\xc7\xbe\x7e\x52\x2d\x1c\xf4\xfe\x24\xed\x73\x1c\x44\x47\x92\xf6\x39\x4e\xf0\x7b\x6a\xe1\x20\xfa\x93\x34\xcc\x71\x22\x7b\x42\x5a\xe4\x38\x89\xbe\x48\x8b\x1c\x27\xf9\x37\xbe\xe2\xd9\x95\xde\x38\x8e\x67\x57\x7a\xe3\x38\x99\x3d\x21\xb5\x6e\x1c\x34\xda\x24\x76\x36\x0e\x2a\x58\xba\x7c\x93\xd9\xcd\xe2\x28\xe3\x30\x9f\xf9\xe1\xbd\xe5\xdf\xe8\x0b\x73\x96\x1f\xda\xdb\x7e\x92\xf6\x4e\x83\x62\x44\x47\x63\xcf\x81\x6f\x9e\x0d\xa5\x39\x3b\x97\xaf\x04\x46\x0b\x77\xcb\x52\x6d\xc6\x61\x06\xb3\xd4\x97\x71\x1f\xbf\xa7\x5e\x5f\x94\xae\x2c\x15\x65\xdc\x68\x6a\x42\xbd\x50\x0b\xca\x2d\x5c\x28\xed\x97\x2c\x05\x62\x5c\xe6\x2c\xbf\x7c\xa5\x76\x28\xbe\xd2\x9e\x1f\xb0\xe4\xfc\xd2\x40\xa3\x01\xe9\x08\xe3\x36\x86\x10\x35\xd8\x8b\xce\x9c\x63\x80\x62\x40\x51\xd3\x79\xa7\x29\xba\xe2\xc9\x8d\x1d\x8a\x29\x8b\xb4\x00\xdc\xcb\x91\x16\x3c\xd5\x49\x53\x76\x3d\x81\xd2\x68\xc7\xf5\x04\xa6\xaf\x29\x9b\xcf\xe3\xdf\x2a\x94\xdf\x6b\xa2\x3c\x81\xa9\x43\xf9\xc9\x25\xea\xf5\x57\xae\xa8\x04\x25\x5d\x66\x3e\x6c\xba\x9c\x03\x14\xdf\x14\x9b\x9f\x4f\x3a\x50\xb4\x9e\x2b\x14\xad\x67\x26\x37\xd3\x7a\x66\x31\x25\x02\xe6\xd3\xe8\x4b\xa6\x75\xcf\x67\xa6\xf5\xc6\x82\x15\x5a\xef\x01\x2a\x41\xd1\x7a\xe5\x37\x0c\x33\xb9\xf2\x1b\xb0\x34\xd7\x0c\xe5\x27\xb7\x28\xcf\x67\x3d\x50\x7e\x92\xf6\x38\xd2\xb9\xf1\x4d\xcc\x2d\x59\x4c\x7f\x06\xcf\x99\x18\xf4\x0c\x9e\x25\x19\x66\x66\x40\x9b\xcf\x62\xd0\x33\x24\x5a\x10\x83\x9e\xc1\x33\x28\x26\x3c\x03\xac\x2e\x0f\xbe\x82\xa8\xca\x83\xaf\x60\x32\xca\xd2\x6c\x66\xa8\xfe\x8d\xd6\x3d\x4b\xd2\x6c\x66\x68\x6c\xf2\x41\x7b\x8d\xfd\x32\x68\xaf\x31\xbb\x62\xbb\xd3\xf8\x2b\x0f\x5a\xf7\x9c\x4d\x5a\x07\x7a\xe6\x49\xeb\xcb\xbf\x69\x35\x03\x5a\x5d\x96\xc1\x63\xda\xe4\xf0\x85\x94\x45\xb1\x2a\x93\xd6\x8f\xdf\xa3\xf5\xeb\xf7\x26\x14\xeb\x3e\x17\x14\xfd\x14\xf3\x9e\x01\x93\xdf\x17\x32\xff\xf6\xfb\x69\x43\x49\x96\x51\x63\xbe\xe0\x93\x2c\xe6\x3d\x5f\x74\xf4\x2c\xe6\x3d\x6d\xda\xca\x32\x6a\x4c\x9b\xd2\xb2\x8c\x1a\xd3\xc6\xba\x2c\xc6\x3e\x5f\xcf\xb5\x18\xfb\x7c\x3d\xd7\x32\x6a\x4c\x9b\xe7\xb2\x98\xf7\x7c\x3d\xd7\x62\xde\xf3\x4b\xe5\x16\x45\x7b\xa8\x05\x59\xe6\x81\xf9\x02\xe5\xf3\xa1\xd7\x68\xbb\xf9\xf0\x15\x54\x86\x2c\xe6\x3d\x5f\xcc\x7a\x59\xe6\x81\xf9\x62\x8a\xc9\x87\x11\x79\xae\x0f\x2d\x78\xae\x0f\x23\xc2\xd8\x93\x0f\xbd\x46\xb7\xcf\x87\x5e\xa3\xdb\xe7\x43\x5f\x30\x12\xe5\x4b\xeb\x66\xbb\x52\x0e\xe7\x97\x8e\xf8\xd3\xef\x9f\x22\x65\x6d\x46\x78\x41\x91\x02\x38\x23\x73\x5d\x84\x67\x67\x44\xf4\x17\xb1\xf2\x19\x99\xb3\x22\x44\x39\x23\x8a\x63\x11\xa2\x9c\xb1\x74\xa8\x02\x35\xa1\x2a\xd4\x81\xd2\xcc\x47\x94\xae\x22\x96\x3c\x63\xe5\x9b\xc2\x7b\x33\x22\x56\xca\x4b\xcf\x10\xd3\xe5\xa5\x67\xcc\x75\x79\x69\x61\xf8\x3d\x5a\xf8\x9a\xdd\xdf\x64\xc9\xe5\xa5\xf1\xe5\xd7\x18\x10\x36\xc5\x22\xd8\x36\x0d\x87\x4a\xa4\x2b\xe8\x63\x25\xd2\x15\x2c\x5b\x25\xd2\x15\x26\xbe\x44\x26\x82\x89\x2f\x91\x89\x38\xfe\x0a\xdd\x44\xf2\x97\x48\x37\x59\x86\x12\xb5\x98\x11\x29\x56\xc4\xd8\x67\x0a\x7e\x6f\x40\xf9\xc9\x09\xe5\x27\xb5\xd0\xe9\xf5\x93\x17\x8a\xbe\x48\xbb\x9e\x89\x2d\x5f\xc4\xf4\x67\xca\xa6\x12\x14\xdf\x84\xe9\x27\x74\xa7\x02\xd3\x4f\x48\xfe\x02\xd3\x4f\x48\xfe\x92\xe8\x0b\xec\xa5\x24\xfa\xd2\xfc\x15\xfa\xd2\x19\xbb\x30\xc1\x4c\xc3\xed\x1d\x28\x3f\x49\x3f\x39\x00\x05\x61\xf1\xa5\xb2\x89\x0a\x50\xcc\x35\xc2\x22\x81\x33\x4a\x66\x0c\x88\xbf\x92\x19\x03\xba\x45\xc9\x19\x8a\x16\x10\x2b\xc9\xeb\x87\x58\x49\xdb\x2d\x30\x06\xaf\x4a\xa6\x9f\x80\xb8\x82\xe8\x48\x78\x06\x4a\xa1\x2f\x37\x40\xd1\x17\xc4\x66\x91\x21\x68\xda\x84\x53\x10\x2b\x36\xc5\x14\xf9\x02\xa6\x4d\x0e\xa5\xaa\xbd\x8c\xfe\x50\xea\x84\xe2\x49\x81\xf7\x99\x3d\x4b\x42\x0f\xd3\x36\xbe\x22\x4d\x7f\xda\x16\x59\x10\x24\xd9\xa3\x15\x24\x9f\x19\x71\x54\x04\xc9\x67\x86\xb5\x16\x04\x49\x09\x7e\x72\x42\xf9\x49\xad\x51\xc1\x34\x52\x04\xbb\x67\x79\xfd\x9e\xd6\xa8\x78\x0c\x08\xa0\x82\x38\x2a\x08\x20\x5b\x3b\x0b\x02\xc8\x36\xc5\x82\x00\x2a\x58\xd5\x0b\x02\xa8\x78\x44\x42\x01\xb3\x20\x6e\x0b\x02\xa8\x6c\xff\x46\x3f\xaf\xdf\xa3\x9f\xd7\xbf\xd1\x4f\xcf\x35\xe2\xa8\xe2\x19\x28\x88\x9c\xea\x5e\x4f\x8d\xbd\x62\x6a\x2a\xb2\xa3\xcf\x8a\x48\x2d\x88\x9c\xea\x31\x20\x72\x6a\xf2\x7b\x1a\x7b\x85\xb1\x17\xd9\xd8\x67\xf5\xf8\x26\xed\x79\x7c\x8b\xf6\x2a\xa7\x43\x78\x61\xd6\x4a\x5f\x10\x39\xd5\xe7\x01\x91\x53\x51\x4a\xca\xe6\x3d\x84\x68\xd9\xbc\xe7\x59\x92\x6e\x3f\x2b\x8a\x47\x91\x6e\x3f\x2b\x86\xca\x82\xe8\xa8\x18\x58\x0a\xa2\xa3\x7a\x96\x10\x1d\xd5\xb3\x74\x34\xa2\x86\xb2\x56\x10\x01\xcd\x5c\x43\xda\xfc\x6c\x18\xf2\x8a\xcc\x18\xb3\x61\x2e\x2b\xb2\xf4\xce\x86\x52\x52\x64\xe9\x9d\xcd\xf3\x29\xe3\xc4\x6c\x60\xeb\x72\x69\xc1\xf3\x79\x69\x01\xf4\x5e\x64\x9c\x98\x0d\xbb\x42\x41\x90\x34\xe6\xb3\x0a\x13\xcc\xc6\x7c\x56\x04\x49\x2b\xf7\x07\x2c\xb9\x0a\x3c\xcc\x56\x03\xaf\x65\xa8\x06\x55\xa0\x16\x94\xa6\xba\xa1\xbd\x54\x59\x5e\x67\x1b\x7e\x92\x21\x4c\x77\x85\x21\x4c\x77\x85\x21\x4c\x3f\xc9\x24\x61\xd9\xaa\x0f\x43\xc0\x5a\x56\x03\x43\x40\xf6\x56\x41\x90\xd9\x60\x28\x35\x30\x81\x6c\xe4\x1a\x18\x1e\x4c\xbf\x22\x0b\x1b\x5a\x4f\x45\x16\xb6\xc3\x88\x02\xfd\x3c\xfe\x26\xfd\xbc\xfe\x26\xd3\x89\xd6\x53\x65\x25\x9d\xed\xfa\x9b\xea\x67\x7f\xdc\x9e\xfa\xd9\x39\xd2\x55\x56\xd2\xd9\x11\x01\x15\xc9\xd8\x93\xa9\x04\xc5\x7b\x02\x32\xb3\x73\x00\x2a\x52\xb3\x27\xfa\x89\xd4\xec\x2c\x6d\x45\x34\xf6\xec\x27\x35\x67\xdd\x4b\x8b\x68\xec\xc8\xf3\xfa\xd2\x17\x2c\xf5\x15\xd1\xd8\xbd\x62\x88\xc6\xee\x15\x43\xfc\xf5\x56\xa1\x34\xbe\xee\x35\x8a\x7c\xd3\x6b\x94\x02\x14\x3d\x4b\x7c\x13\x93\x4a\x4d\x8c\xc1\xab\x82\x90\xe9\x08\xdf\x8a\x20\xe9\x9e\x6b\xc4\x43\x47\xc0\x56\xc4\x43\xf7\xcc\xcb\x48\x34\xc7\xe3\xdf\x34\x86\x81\xfd\xb6\xc2\xe6\x07\xba\x61\x95\xe5\x75\x0e\xcf\x27\x58\x62\x60\x3d\xae\x32\x12\xcd\x81\xe1\xa9\x16\xf5\x65\x20\x52\x6b\xa1\x05\xcf\x60\xd5\xd8\x07\x7a\x4e\xad\xbc\xe7\x59\x42\x20\x0c\xcf\x8b\xcc\x49\x73\xa0\xf5\xd4\xa6\x99\x18\x9e\xa5\x46\xcf\x70\x51\x56\x70\xc6\x98\xb4\xde\x68\x01\xab\x65\x6d\xb4\x80\xb0\xa8\x32\x2e\xcd\x81\x68\xac\x8d\xf6\xae\x5b\x50\x7b\xf3\x71\x0b\x1b\xca\xef\x1d\x28\x7f\xf3\x42\xb1\x2a\x88\xa3\x89\x91\xa8\x82\x6b\xa6\x77\xa4\x1c\xce\x73\xa2\xa2\x54\xd9\x99\xe7\xf4\xfe\x94\x89\x6a\x4e\x8c\x44\x55\x76\xe6\x39\x51\x58\x2a\x78\x68\x22\x36\x2b\x22\x67\x62\x24\xaa\x88\x9c\x89\x91\xa8\x0e\x5a\xc0\xc8\x57\x11\x39\x13\x91\x5a\xc1\x3c\xd3\xeb\x20\xb7\xee\x9c\x18\x89\x2a\xe2\x68\xa2\xe8\x54\xc4\xd1\x44\xb5\xa9\x88\xa3\xd9\xfc\xde\x84\xf2\x6f\xcc\x12\xda\x67\x1d\xcc\xd2\x70\x7b\xcc\x92\x79\x0f\xa2\x6a\xa2\xda\x54\x90\xd3\xf4\xbe\x06\x39\x4d\x54\x9b\x8a\x18\x9b\x88\xf7\x0a\x72\x9a\x5e\xb1\xc9\x2c\x79\xc5\x26\xe3\x33\xef\x01\x55\x4d\x4c\x4d\x15\x11\x37\xbd\x9a\x20\xa7\x85\x07\xaa\x22\xb8\x96\x57\x0c\xc1\xb5\xbc\x62\x32\x4a\xcd\xf5\xd6\x1f\xb1\x64\x20\xcf\xf2\x82\x21\xd3\xd6\xcb\xc4\xcb\xe7\x3a\x17\x1a\x43\x95\xcf\x75\x2e\x2f\x1f\x32\x6d\x79\xc1\x64\xaf\x9a\x0b\x1d\xa8\x22\xd3\x16\xc0\xbe\x02\x79\x96\x27\x1e\xc8\xb3\xda\x81\xd2\xf0\x16\x0e\xc4\x8a\x4c\x5b\x9e\x78\x59\xa1\xe6\xf2\x04\x22\xb7\x6c\x6b\xad\xc8\xad\xb5\x68\xe1\xf2\x1e\xfa\x5f\x45\x52\x2d\x74\xa7\x86\xa4\x5a\x18\x4a\x1a\x02\x68\x5d\xff\xc6\xf8\xae\x7f\x53\x7b\x9b\x98\x87\x86\x90\xd9\xf8\x94\x1b\x42\x66\x23\x7b\x1b\x42\x66\xa3\x81\x35\xb9\xf7\xe6\x7e\x4d\x6d\x28\x7f\x53\x3d\xdb\xb0\x97\x86\x90\xd9\x30\xe8\x86\x90\xb1\x25\xb4\x21\x48\x36\x12\xb5\x01\xaa\x36\x1a\x4a\x43\x90\x6c\xf4\x8e\x86\x40\xd8\x3d\x42\xf1\x4d\x8c\x4b\x0d\x81\xb0\xd1\x49\x1a\x02\xc1\xd6\xce\x86\x40\xd8\x30\x9b\x86\x40\xd8\x08\xca\x86\x40\xd8\x9e\x33\x04\x82\xed\x9b\xed\x65\x7c\x87\x99\x00\x47\xed\xeb\xaf\x30\xbe\xeb\x16\x2e\x14\x5f\x91\xd9\x6b\x1e\x58\x4f\x03\x63\x1d\x5c\x94\x0d\x41\x72\xd0\xf8\x1a\x38\xea\x78\x76\x11\x24\xb6\x84\x36\xb0\xd2\x09\x17\x4a\x7d\x39\xc9\x2d\x6c\x28\xfa\x89\x90\x39\x18\x9e\x1a\x42\xe6\x60\x78\x6a\x20\xa0\xe3\xd9\x05\x01\x1d\xcf\x2e\x08\xe8\x14\x81\xf7\x06\x22\x39\x68\x7c\x0d\x44\x72\x3c\xf3\x98\xa8\x0e\xac\xa0\x21\x64\x0e\x4a\x42\x03\x4b\x1c\x50\x47\x03\x3d\x1c\xc4\x51\x93\x43\x6f\x5e\x7c\x24\x0d\x2c\x71\x11\xda\x0d\x2c\x71\x3d\x22\x0c\x56\x37\x33\x2f\x18\xac\x6e\xf7\x93\x7c\xc5\xeb\x87\x90\xb9\xcb\x4f\x6a\xfd\xee\xf6\x6f\x13\xca\xef\x2d\x28\xfa\x82\xd9\xeb\xa2\xbe\x34\xcc\x5e\xf7\xb8\x67\x5f\xeb\xb7\x1e\x44\x63\x93\xd9\x6b\x3d\xa8\x0c\x4d\xa2\x6a\x3d\xb0\xdd\x26\x51\xb5\x9e\xec\x27\xa3\x28\x14\x88\x26\x71\xb4\x1e\xf7\x5a\xbe\x8e\xf5\x74\xbf\xb7\x44\x61\x36\x69\x12\x47\xeb\x21\x1e\xa9\x09\xc9\xac\xc7\x23\x12\x5a\x59\x0f\x8a\x40\xeb\xf4\xcc\xe3\x13\xd3\x5f\x0f\xa2\xbf\x0d\xda\xf3\x5c\x0f\xbe\x42\xf4\x55\x1b\xb4\x87\xe1\xa9\x89\xb1\xaf\xe0\x1d\x29\xc6\xbe\x02\xc2\xb0\x89\xb1\xaf\x80\xca\xd0\xc4\xd8\x97\x8d\x7c\x4d\x8c\x7d\x05\x14\x88\xb6\xf8\x8d\x98\x95\x26\xb6\xbb\x82\xe7\x4c\x31\x39\xcb\x0e\xbd\x26\xe3\xd2\xb2\x91\xaf\x2d\x5a\xcf\x3f\x32\x5c\xb4\xcd\x27\x31\xbf\xb7\xcd\x27\xd1\x2d\x9a\x58\xf2\x0a\xe8\x16\x4d\x2c\x79\x85\x46\xc7\xe4\x5e\x58\xa1\xfb\xbd\x09\xe5\xf7\xe8\x0a\xd1\x18\x6d\x33\xd8\xce\x26\x38\x0c\x88\x00\x9d\x76\x18\xac\x17\xe5\xd0\x3a\xf2\xae\x1d\x5a\xf7\x16\x3c\xb4\x8e\x4e\xd2\x64\xbd\x5a\x01\x06\xdd\x64\xbd\x5a\x01\x09\xd7\xc4\xe6\x97\x6d\x8a\xed\xd0\x4f\x6f\xcf\xc3\xb4\xf8\xe0\x1c\x16\xe5\xf8\x37\xfa\xe9\x85\x16\xac\x59\x01\xf7\x57\x93\x77\x76\x39\xe0\xa9\xc9\x3b\xbb\x5e\x2f\xa6\x84\xc5\x72\xb0\x50\x93\xb0\x58\x0e\x24\x6a\xf2\xb2\x2e\x47\x94\x74\x59\xc4\xd6\x8b\x86\xd2\x05\x64\xd6\x8b\xf8\xeb\x12\x16\xeb\x25\x76\xa1\x0b\x91\x2c\x5b\x18\xbb\x84\xc5\x7a\x39\xb6\x5d\x02\x61\xbd\xd9\xbf\x2d\x28\xff\x46\x7b\x1c\x8e\x2e\x81\xb0\x5e\x8c\x2f\x5d\x02\x61\xbd\xac\x74\x0f\xf4\x85\x95\xee\x81\xf1\xe1\xd4\xea\x81\xf1\xb5\x00\xc5\xf8\xba\xdf\x63\x7c\x1c\xb1\x1e\xe8\x4b\x67\x44\x81\xbe\x60\xb4\xe9\x42\x16\xeb\x85\x81\xf5\x97\xf1\xa1\xaf\xf4\x97\xf6\x30\xc5\xf4\x97\xf1\xb1\x2a\xfd\xa5\xd7\x98\x4d\xfa\xcb\x57\x30\x9b\x74\xb1\xf9\xf5\xde\x02\xa5\xaf\x44\x56\xa5\x8b\x41\xaf\x88\xde\xd8\xc5\xa0\x97\x2d\x8c\x5d\x06\xab\x15\x13\x33\x21\x2f\xc5\x8a\xc5\xbf\x69\xae\xa3\xe7\x45\xec\x7a\xc5\xfa\x42\xf1\x4d\x58\x72\x4f\x7c\x13\xe5\xa2\xcb\xf0\xb4\x6c\x53\xec\xc2\x0b\x2b\xa2\x40\xf4\x4c\x7b\xdb\xbf\xd1\x1e\x36\xd3\x9e\x3b\x14\xb3\x24\xdf\xc3\x8a\x88\xb1\x2e\x03\xd2\x4a\x8f\x29\xb5\x67\xd3\x5d\x17\xb2\x58\x09\xd1\xdf\x65\x5c\x5a\x09\xd1\xdf\x25\x10\x56\xc2\x1d\xd5\x85\x3a\x96\x8d\x75\x5d\xe2\x61\x25\xef\x1e\x05\xa8\xae\x54\x4c\x75\x28\x7f\x45\x7d\x49\xb8\xa3\x7a\xa1\x2f\xcd\xdf\xa4\x2f\xdd\xdf\xa4\x2f\x88\xfe\x5e\xe9\x0b\xe2\xbd\x57\xfa\x32\xfd\x1b\x7d\x41\xa0\xf7\x4a\x5f\x10\xe1\x5d\x42\x66\xd9\x08\xd6\x25\x64\x56\xba\x03\x4a\x3b\xcb\x11\x4f\x5d\x62\x65\x39\xe2\xa9\x4b\xac\x2c\xc7\x38\x75\x89\x95\xe5\x18\xa7\x8e\xe8\x70\x8c\x53\x47\x74\x38\x96\xa7\x0b\xe5\x2c\x47\x12\x75\xa1\x9c\x95\x09\xa8\xec\xc2\x0b\x2b\x23\xb4\xbb\xcc\x5e\x2b\x7b\x96\x06\x5f\xf1\x4c\xc8\x35\xbd\xb2\xf7\x84\x0c\x56\x2b\x83\xb8\x3a\xc2\x22\xe3\x3b\xea\x08\x8b\x8c\xef\xa8\x0f\x5a\xf8\x52\x9e\x7e\x93\x25\x77\xe4\x48\xf6\xe4\x22\x47\x1c\x67\xda\x91\x23\x8e\xc7\xeb\x13\x0a\x56\xd7\x65\x69\x5a\x8e\x64\xed\x8b\x4e\xc3\xf8\x3a\x92\xc3\x36\xbe\xbe\x18\x3a\x81\x67\x7d\xd1\x69\x5c\x4e\x7d\x31\xf1\xe8\x5c\x1d\xa9\x92\xbd\x60\x8a\x6f\x5c\xc5\x8b\x82\x08\x28\x5e\x14\x58\x79\xc1\x0e\xd4\x61\xde\xc5\x13\x0f\x4b\x2e\x04\x5f\x75\x58\x72\x89\x8c\x41\x96\xa6\x55\xbc\x28\xb0\xe4\x82\xbe\xd2\x61\xc9\xb6\x1b\x76\xf9\x8d\x57\x31\x73\x93\xc6\xbe\x1c\xc8\xd7\x61\xc2\xa5\x30\xf1\x30\xe1\x82\xe9\xa7\xc3\x84\x4b\xf5\x93\xb4\xe0\xc5\xbc\xb4\xc0\x91\x1e\xd2\xdf\x57\xc1\x09\x33\x1e\x46\x84\x8b\x6b\xc0\xbc\x0b\x46\xa2\xf1\x30\xbe\xee\xf7\x0a\xd4\x82\xa2\x2f\xc4\x53\x8e\x87\xbe\x0c\x7f\x93\xbe\x00\xe2\x86\x8c\x3d\xab\x60\x32\x1a\x32\xf6\xac\x82\x4e\x32\x02\xa3\x45\x0b\x19\x81\xd1\x6e\xbf\x47\xaf\xd1\x42\xc6\x4b\xaf\x59\xb1\xf1\xf2\x4d\x8c\x3d\x43\x7a\xf8\xaa\x30\x94\x21\x3d\x7c\xd5\xc7\xef\xa9\x67\x15\x87\xd7\x90\x1e\xbe\x2a\x0e\xaf\x01\x13\xae\x30\x9b\x01\x13\xae\xac\xed\x90\x3e\xbd\x2a\x41\x46\x43\x86\x99\x55\x89\x3d\x1e\xf2\x59\xac\xca\x4a\x8f\x48\x7b\x68\x28\x43\x7e\x89\x65\x7b\xea\x90\xae\xbd\x2a\x6e\xdd\x21\x5d\x7b\x55\x0c\x48\x43\x86\x99\x55\xd1\xf8\x06\xec\xda\xd6\xd5\x01\xbb\xb6\x3d\x75\xc0\xae\x2b\x06\xa4\x91\x18\x03\x0a\xcb\x80\xed\x56\xd0\xdf\x80\xed\x56\x18\xd8\x80\xd1\xd6\x4e\xeb\x85\x27\x51\x35\x46\xa1\x05\xaf\x11\xac\xae\x72\xc6\x06\xac\xae\x72\xc6\x06\xac\xae\x7a\x8d\x60\x75\x95\x33\x36\x2a\xf3\x82\x21\x6f\x54\xe6\x05\x55\x63\xc0\x06\xeb\xf1\x93\xb4\xee\xd5\xac\xea\x67\x7b\xfc\xe4\x80\xf2\x93\x13\x8a\x5e\xc3\xf8\x1a\x01\x80\x03\xbd\xb8\x61\x1a\x19\xb2\xfe\xaf\xe6\xf5\x93\x09\x67\x35\x94\x8b\x81\xce\xdc\x08\x19\x1b\xe8\xcc\x0d\xa4\x3d\x1a\xed\xa1\x61\x8e\x46\x7b\x5e\x3f\x99\x69\x56\x43\xf1\x18\x9d\xf6\xaa\x29\xda\xf3\xcc\xcb\x14\xb3\x1a\x11\x4f\xa3\xd3\x5e\xa3\x9f\x68\xd7\xcd\xeb\x30\xf8\x26\x2a\xc3\x90\x61\x66\x35\x54\xc5\x01\xdb\x6d\xa8\x8a\x03\xb6\x6b\xb3\xec\x90\x61\x66\xb5\xe5\xaf\x30\xbe\xe5\xdf\x68\xcf\x2b\x86\x8e\xde\xf0\xb7\x0d\x78\x6b\xc3\xdf\x36\xd0\xc3\xbf\xf4\xce\xdf\x66\xc9\x03\x15\xfd\x4b\x0d\x14\xa5\xae\x74\xf4\x8e\x21\xab\xc9\xea\xe8\x7f\x43\x8e\x81\xd5\xd1\xff\x86\x7c\xd1\xcb\xd6\xd5\x21\x8b\xca\xea\xc8\xa6\x21\xa7\xc1\xea\x48\xe9\x81\xa2\xdf\x3d\xb9\x2b\x40\xf1\x1e\x8a\x7e\xc7\xd2\x34\xe4\xa7\x5e\x1d\xc6\x37\x60\xe5\x1d\xed\x65\xc0\xca\xbb\x17\x45\x7e\xea\x65\x9b\xe9\x80\xb1\xf7\x66\x8a\xbe\x74\xbf\x77\xa1\x38\x46\x9b\xbe\x78\x51\x40\x08\xdd\x53\x0d\x0a\xe8\xc4\x92\x0e\x04\x42\xc7\x7e\x34\xd0\xed\x3b\x7a\xdc\x40\x20\x74\xb4\x9e\x21\xcf\xf4\xea\x3e\x00\x87\x6f\x1e\x16\x05\x11\xd0\x31\x8d\x0c\xf9\x9b\xd7\xf0\xec\xa2\x87\x0f\x64\xfd\x90\x7b\x61\x0d\xcf\xa7\xc2\x8a\xd6\xc0\x9c\x34\x10\x0f\x23\xfb\xbd\x06\xe5\xf7\x74\x54\x86\x99\x06\x4c\x7f\x54\x8d\x6f\xc2\xf4\x07\xf2\x7c\xc2\xf4\x07\x8c\x7d\xa2\x95\x0f\xb4\xba\x09\xd3\xb7\x25\x74\xa2\x95\x0f\xe2\x68\x27\x4c\x7f\xec\x00\x35\xa0\x22\x94\x56\x7a\x1c\x7f\x85\xbe\x70\xdc\xe7\x43\x5f\x10\xb0\x53\x7e\x82\x35\x39\xee\x13\x8d\x7d\x22\x60\x27\x1a\xfb\x0c\x7e\x32\x42\xf9\x49\xad\xca\x24\x92\x75\xa2\xb1\x4f\x4c\x15\x13\x8d\x7d\x66\x7f\x65\x43\x31\x76\xf9\x02\xd6\x44\xeb\x99\x2f\xed\x21\xc6\xe6\x4b\x7b\x68\x75\x13\xb1\x32\xb7\x9f\xd4\xbc\xcc\x63\x2a\x43\x55\x28\xfa\x82\xc6\x37\x15\xf9\xbc\x96\xc7\x80\xc8\x59\x1e\x03\x82\x64\x71\x1e\x26\x82\x64\x91\x90\x31\x11\x24\x0b\x05\x62\xa2\xdb\x2f\x14\x81\x89\x6e\xbf\x3c\xbe\xc4\x93\x88\x87\x89\xe8\x58\x1e\x11\xa2\x63\x11\x9b\x3b\x11\x1d\x8b\x5d\x30\x11\x1d\xab\xfa\x3d\xfa\x89\x2b\x6e\xca\xfd\xbc\x96\x67\x02\x14\xb0\x50\xc1\x66\xa6\x05\xcf\x0b\x42\x66\xa1\xed\x4e\x84\xcc\xc2\xf9\x36\x33\xa3\xc5\xf9\x36\x65\xd0\x59\x6b\xfb\x2b\xb4\xe0\xf9\x44\x1c\x39\x2c\x73\xa2\xf7\x3b\x10\x73\xa2\xf7\x2f\xc4\xfb\x44\xef\xdf\x98\x77\xa6\x3c\x0a\x6b\x23\xd0\xa7\x3c\x0a\xcb\x86\xc3\x89\x18\xdb\x38\xed\x26\x7a\xff\xc6\x69\x37\xd1\xfb\x6d\x46\x9c\x65\x40\x31\x22\x25\xad\x2d\x1b\x15\x27\x98\x60\xa3\xac\x4d\x30\xc1\xce\xfe\x4d\xfd\xdc\x9e\x79\x04\xa5\x8d\x8a\x13\x61\xb8\x51\xc8\x26\xc2\x70\xa3\x90\x4d\x84\xe1\x46\x58\x4c\x84\xe1\x6e\xa6\xe8\xe7\xd7\xf9\xfb\x4d\x96\x3c\x91\x93\xb6\x3e\x4e\x00\xc2\x46\xe7\x9a\x00\x84\x8d\xce\x35\x91\x93\xb6\x45\x4e\xec\x4e\x8e\xbc\x9c\xd8\x9d\x36\xb2\x62\x02\x1e\xb6\x97\x08\xf0\xb0\x91\xd2\x13\xf9\xba\xbd\x28\xc8\x57\x5b\x26\x27\xf2\x75\xe3\x6e\x9b\xc8\xd7\x8d\x06\x36\x91\xaf\xe7\x71\x7b\x03\xca\xdf\x9c\x50\xfe\xa6\xc6\x60\x5b\xe4\xc4\x5e\x75\xd0\xc7\x26\xb2\xf7\x78\xc1\xe4\x22\x59\xc7\x0b\x86\xec\x3d\xe8\x63\x13\xd9\x7b\xd0\xc7\x26\xb2\xf7\x78\xc1\xb0\x73\x1d\xb4\xa5\x89\x24\x3e\xb8\xdb\x26\xd2\xf6\x78\x51\x90\xb6\x07\xd1\x31\x91\xb6\x07\x90\x33\x91\xb6\x07\x2d\x79\x0e\x46\x84\x3c\x9f\x48\xdb\x63\xf6\x89\xa0\x3c\xb8\xdb\xe6\xe4\x2b\x9e\x4f\x04\xde\xf5\xbc\x20\xf0\xae\xe7\x05\x81\x77\xd1\x6c\x26\x02\xef\x62\x11\x9b\x08\xbc\x0b\xdc\x9b\x08\xbc\x8b\xd6\x33\x11\x78\xd7\xb3\xa4\x38\xda\x75\xd1\x6c\xe6\xa6\x85\x6c\xea\x85\xe2\x2b\x18\xba\x2e\x21\x47\x13\x11\x77\x09\x39\x9a\x88\xb8\x8b\x48\x9d\x60\x9e\xeb\x59\xc2\xec\x75\xc1\x12\x13\xb3\xd7\xc5\x40\x36\xe5\x79\x5f\xb7\xb9\x05\xfa\x82\x2e\x33\x31\x89\x5d\x74\x99\x89\xd8\xb4\xad\x75\x22\x36\xaf\xf7\x27\x26\xb1\x6b\xc6\x00\xaa\xba\x9e\x41\xcc\x5e\x17\x13\xd5\x04\x63\x5d\x54\x94\x09\xc6\xba\x88\xd4\x29\x01\xbb\x9f\xc7\x2d\x2c\x28\x7f\x73\x8b\x42\x61\x99\xc2\x5f\xfb\xb1\x58\x11\xfe\xda\x0f\x26\xaa\x29\x51\xbc\x1f\xcf\xa7\x44\xf1\xb6\xfd\x76\xca\x24\xb6\x1f\x1c\x6c\x53\xa2\x78\x3f\xf8\x6b\xa6\x44\xf1\x7e\x2c\x80\x84\xd4\xf6\x83\x60\x9e\x42\x6a\xdb\x96\xde\x79\xe9\xa7\x19\xca\xa5\x2f\x66\xd0\x97\xbe\xb0\x0e\xeb\xa1\x2f\x98\xa8\x96\x04\xf3\x76\x9e\xed\x7a\xe8\x0b\x66\xc4\xf5\xd0\x1e\x86\xa7\xf5\xd0\x1e\x86\xa7\xf5\x30\x76\xe6\x7a\x05\x7a\x8d\x98\x5e\x81\x5e\x1f\xff\x46\x5f\x30\x55\x2c\xe1\xaf\x1d\x70\x66\x2e\x09\xca\x1d\x50\xe4\x96\x04\xe5\x76\xd2\xc5\x92\xa0\xdc\x81\x68\xea\x25\xef\xc6\x0e\xcc\xc4\x92\x77\x63\x07\x66\x62\xc9\xb4\xb5\x43\xbe\x50\x41\x14\xae\xc6\x15\x69\x01\xc1\xb5\x22\x2d\xa0\x00\xae\x48\x0b\xd5\x94\x66\x22\x34\x7f\xb3\x40\xf9\x3d\xcd\x44\x18\xfe\x6d\x40\xf9\x37\xfa\x42\xfe\xea\x92\x80\xdd\x81\x28\xaa\x15\x19\xed\x1c\x3f\x60\xc9\x2b\x31\x04\x64\xe1\x4a\x0c\x01\xdd\x69\x25\x86\x00\x38\x5a\x89\x21\xa0\xf5\xac\xc4\x10\x3c\xb9\x92\xe0\xdb\xe9\xc0\x4b\x12\x7c\xbf\xb8\xc6\x96\x24\xf8\x7e\x83\xbf\xa9\x21\xbc\xd1\xd4\x84\xf2\x37\x0f\x14\xd3\x29\x5b\xdd\x7e\xd1\x8f\x96\x6c\x75\xdb\xf6\xd4\xa5\x20\xb1\xed\x18\xcd\x25\x97\xcc\x7e\x91\x62\x2b\xd3\x17\x4f\x67\xa6\x2f\x9e\x4e\xc9\xfa\xfd\xe2\x0c\x5b\x99\xbe\x74\x7f\x85\xbe\xa0\x31\x2c\xc9\xfa\xfd\x7a\xe2\x25\xeb\xb7\x23\x36\x57\xa6\x9f\x04\x35\xad\x42\x5f\x3c\x83\x92\xe7\xfb\x25\xaf\x70\x15\xc6\x4e\x84\xf6\x92\x3c\xdf\x2f\xfa\xc3\x2a\xf4\xc5\xb3\x5b\xe8\xcb\xf6\x57\x18\xbb\xe7\xba\x32\x76\xcf\xb5\xe4\xf2\x8e\x38\xca\x96\xe4\xf2\x8e\x38\xca\x96\x24\xf1\x8e\x9e\x6b\x89\xdb\x1d\x83\xbf\x32\xa0\xa4\x57\x2d\x09\xd1\x1d\x09\x04\x5b\x8d\x6f\xa2\x3f\xac\xc6\x37\xbd\x46\x8a\x02\xd8\xb1\x99\xba\x50\x7c\x53\x81\x67\x3b\x7a\x06\x3b\xad\x7b\x06\xe5\xae\xd9\x71\x30\x76\x05\x9e\xed\x38\x38\x7e\x0a\x3c\xdb\x71\xfa\x2b\xb4\x80\x76\xb6\x3a\x2d\x78\x3e\x07\x7d\x41\xbc\x2f\x79\xfa\xb7\xf3\x34\x97\x44\xdc\x8e\x38\xa7\xd6\xa0\x2f\x18\xc8\xd6\x60\xb4\xd7\xef\xd1\x17\xcf\xe7\xa0\x3d\x62\x5e\x97\x00\xe5\x76\x82\xd2\x12\x6a\xdc\xb6\xe6\x2e\x39\x76\x76\x42\x03\x5b\xf2\xd8\xef\x04\xb4\x5e\x12\x94\x3b\x61\x1a\x59\xf2\xd8\xef\xe4\x1d\x29\x8f\xfd\x4e\xc5\x4f\x16\x28\x3f\x59\xa1\xfc\xcd\x06\x45\x5f\x84\x3d\x77\x32\x63\x90\xa9\x70\x27\xa2\xb7\xd7\xa2\x2f\x98\xb6\xd6\xa2\x2f\x98\xb6\xd6\xa2\x2f\x08\xf4\xb5\xe8\x0b\xaa\xd4\x5a\xf4\x05\x75\x69\x2d\xfa\xe2\xf9\x5c\xf4\xc5\x3b\x72\xd1\x17\xef\x41\xc5\x48\xef\x84\x23\x70\x29\x46\x7a\x27\xc4\xd8\x5a\xf4\xf3\xf8\x49\xad\x6d\xf2\x5c\xcb\x8d\xb5\x6d\x21\x5e\x8b\x31\x5c\xf7\x9a\xb9\x46\xcd\x5a\xc2\xac\x3b\x23\xd4\x96\x84\xfd\xce\x9e\x79\x09\xfb\x6d\x5b\xf2\x92\xb0\xdf\xce\x43\x5d\x4a\xe0\xde\xd9\xeb\x20\x61\xbf\xb3\xd7\x41\x02\x7d\x67\x8c\x52\x4b\x02\x7d\x67\x5c\x94\xeb\xd0\x9e\xd7\xe8\xd0\x9e\xd7\xe8\xd0\x1e\x7e\x97\x75\x68\x0f\xa5\x6b\xc9\x8f\xb5\xb3\x57\xec\xd0\x1e\xea\xc4\x92\xd0\xde\xd9\x2b\x76\x69\x01\x84\xbe\x2e\x2d\xe0\x29\x5b\x42\xbe\x5b\x86\xdf\xdf\x66\xc9\x97\xc6\xbd\x44\x48\xe9\x4c\x98\xf7\x42\x12\x67\x02\x9e\x16\x92\x38\x63\xaf\x5a\x97\xc1\x7a\x89\x90\xc4\x8e\x09\x5d\x48\x62\xdb\x84\xf7\x43\x37\xd1\x3b\xf6\x43\x37\xf1\x88\x6e\xa4\x74\xc6\x23\xba\x91\xd2\xe5\xf1\x7b\x05\xaa\x41\x69\xaa\x9d\x2f\xbe\x91\xcb\x05\xad\x6e\x0b\x30\xef\xf2\xfa\xbd\x0b\xa5\x7e\x6e\x81\xe2\x5d\xd0\x42\xb6\x40\xf1\x76\x3d\x8a\x2d\x7b\xea\x2e\x38\x7d\x36\xd2\xbd\x10\x60\xb5\x91\xee\x25\xf9\x2b\x9a\x89\xc2\xd2\xee\x40\x5f\xd0\x49\x76\xa0\x2f\xd9\x2d\xd0\x17\x34\xc5\x8d\x1e\x50\xd0\x14\x37\x7a\x40\x41\x43\xd9\xe8\x01\x05\xab\xd7\x46\x0f\x28\xe8\x86\xfb\xa5\x2f\x2c\xed\x7e\xe9\x4b\xf7\x7b\xf4\x05\xe3\xcb\x16\x60\xde\x05\x8b\xd8\x96\x8d\x76\x17\xb4\xc8\x8d\x36\x51\x90\xe0\x1b\x6d\xa2\x20\x56\xf6\x4b\x3f\xa7\x5b\xa0\x9f\x68\x3d\x1b\x4d\xa3\x10\xec\xb5\xd1\x26\x0a\xb6\xb3\x8d\x36\x51\x38\xe0\x1b\x6d\xa2\x60\xd4\xd8\x68\x13\xb6\x41\xef\xc8\x18\xb0\xab\xed\xc8\x18\xb6\x5b\x60\x0c\x68\x52\x1b\x4d\xa3\x1c\xbf\xc7\x18\x8e\xdb\x63\x0c\xd7\x4f\x32\x06\xef\x25\xd4\x89\x8a\xd6\xba\x51\x27\xaa\x77\x0f\xea\x44\x45\x6b\xdd\xa8\x0c\xd5\xbb\x07\x95\xa1\x7a\xf7\x08\xd8\xef\x8a\xd3\x75\xa3\x32\x54\xef\x1e\x01\xfb\x5d\xd1\xd5\x36\x2a\x43\xf5\x5e\x42\x65\xb0\xb5\x7a\xa3\x32\x54\xf4\xdb\x8d\xca\x50\xd1\x6f\xb7\x82\x03\x77\xcd\x7e\x52\xe3\xab\x18\xeb\x36\xa2\xbf\xc2\x0a\x36\xa2\xbf\x7a\xbf\x20\xfa\x2b\x7a\xdc\xce\xb4\x87\xb6\xbb\x0b\xed\x79\x2f\x09\xe6\xef\x8a\xb6\xbb\x0b\xe3\x03\x59\x6c\xd4\x82\xea\xbd\x84\xe8\xaf\x18\xf2\x76\xa1\x2f\xde\x4b\x82\xf2\xe9\x46\x53\x5b\x14\x91\xc8\x5b\x50\x3e\x5b\x7f\xdf\x52\x19\xb2\x23\x19\xb6\x54\x86\x6c\x65\x66\xcb\xe6\x9d\x23\xee\xd9\x2d\x98\x9f\x13\x66\x93\x2d\x75\x22\xa7\x63\xea\x6b\x5e\x72\x79\xfc\x95\xaf\x35\xca\x03\x2c\xb8\x65\xf3\xce\x93\x42\x0f\x5b\xae\xbf\x52\xc0\x97\x5b\xca\x45\xa9\x9f\x16\xbe\xc6\x50\x6c\xcc\xda\xc2\xf9\xd5\xa5\x16\xb6\x70\x7e\xcd\x1f\xea\x6b\x0c\xd5\xc1\x96\x5b\x38\xbf\x39\x89\x65\x4b\x45\x69\x4e\x46\xd9\xc2\xf9\xad\x11\xaf\xb3\x85\xf3\x5b\x43\xad\xdb\x52\x5f\xda\x20\xe2\x62\x4b\x7d\x69\xce\xb3\xdd\x72\x20\xb6\x8d\xc9\x6f\xcb\x81\xd8\xce\x75\x0b\x5f\x63\x68\x2a\xed\xf0\x9b\x2c\x79\xcb\x3c\xd0\x3b\x01\x64\x5b\xe6\x81\xfc\x46\x7f\x64\x68\x72\xbd\xec\x32\x0f\xe4\xf4\xe9\xf4\xd7\xd0\xcb\x43\xe8\xd0\x96\x79\xa0\x84\xe2\xdf\x8e\x26\x09\x3d\x67\x4b\xaf\xaa\xce\xf0\xdf\x32\x1d\xb4\x40\xed\x81\x2d\xd3\x41\xeb\xd3\x94\x86\xde\x11\x08\x5b\x26\xfd\xee\x92\x21\x5b\x66\x85\x74\xcd\xc0\x64\x56\xc8\xef\xe3\xf7\xb4\x7c\x8d\xdc\xf5\x2d\xcd\x2d\x3b\x52\x77\x4b\x73\xcb\x9d\x24\x88\x2d\xbf\x6a\x3e\xd5\x2d\x0c\x28\xb6\x84\xb4\xba\x12\xb0\x96\x6d\x69\x75\xc5\x1e\xf4\x2d\xad\xae\xd4\xe4\xaf\x1c\xb6\x04\xe3\x93\x56\x57\x1a\xd1\x0a\x5b\x2e\x84\x72\x09\xeb\xdb\x72\x21\xd4\x42\x60\xd6\x96\x51\xa3\x56\x92\x60\xb7\x8c\x1a\xd5\x56\xfc\x2d\x6d\xb0\x3a\x6e\x77\x4b\x1b\xac\xe3\xfa\x9b\x5f\xe3\xab\x8b\xaa\x1d\x5b\xda\x60\x7b\x7c\x8c\xe4\x5e\x68\x6f\x71\x0b\x5d\x54\xf5\x93\x43\x9b\xe7\xb8\xbd\xa9\xf9\x24\x78\x6e\xcb\xf5\x90\x6c\x7c\xd9\x72\xeb\xe6\xfc\xf9\xa6\xc6\x57\x2c\x36\xa5\x45\x16\x27\xe4\x6e\x69\x91\xb5\x79\x55\xa4\x45\xd6\x41\xf4\xc0\x96\x16\xd9\x52\xe6\x9b\xd2\x22\x5b\x47\x63\xdf\xd2\x22\x5b\xf5\x4c\x48\x8b\xec\xd5\xc2\x42\x5a\x64\x36\x5e\xd8\xd2\x22\xf3\x7f\x7b\x52\xeb\xd7\x28\x11\xb4\xe5\xdd\xc8\x0e\x23\xdc\xf2\x6e\x94\x40\x80\xdc\x9e\xac\x9f\x77\x81\xbc\x1b\xe5\xf5\x9c\xc9\xbb\x51\x72\x61\xdd\x27\xeb\x67\x41\x22\x47\x75\x19\x66\xad\x32\x04\x95\x83\x9d\x72\x4b\x33\xad\x4e\x85\xd9\xd2\x4c\xab\xcb\x2a\x6d\x69\xa6\xb5\x1c\x53\x5a\x3f\x3b\xed\xb6\x34\xd3\xba\x01\xda\x5b\x9a\x69\x7f\x06\xfd\x94\xf6\xd9\x9d\x13\xbb\x17\x67\xec\xf5\x57\x74\xc6\x9c\x72\xbf\xa5\x7d\xd6\x4c\x22\xef\x96\xf6\xd9\x1e\xb3\x10\x69\x9f\xfd\xb5\x72\x21\xed\xb3\x67\x0c\x5d\x7b\xc3\x22\xbd\x0e\xd2\x3e\xb3\x9d\x76\x5b\xda\x67\xee\x68\xc2\x5b\xde\x94\xbc\x2c\xc2\x15\x6f\x95\x37\xba\xe8\x96\x66\x9a\xcf\x34\xa5\x35\xba\x1e\x91\x32\x02\xf3\x4d\xa6\x9a\x66\xbe\xfa\xc9\xaf\xf1\x95\x85\xe9\x60\xcb\x44\x55\x73\xf5\x93\x53\x54\xe3\x1c\x49\xa3\xad\xcb\x82\x59\x1a\x6d\xdd\x16\x01\x32\x51\xd5\x3d\xdd\x33\xf1\x10\x9b\xaf\xf6\x81\x87\x58\xc4\x49\xdb\x6d\x9f\x95\x96\xb6\xdb\x1c\xe5\xb0\x0f\x7b\x30\x99\xd2\x1e\x9c\x5e\x5b\x69\xc2\xfd\xbd\xfe\xa6\xd6\xe8\xa3\x82\x29\xa2\xab\x2f\x0b\x20\x99\xb6\xd2\x59\x7e\xaf\x8b\xf2\xe9\x90\x96\x9c\x1f\x9f\x69\x99\xb6\x72\xb8\x6e\x6f\x69\xe6\xd1\xd8\xf7\x81\x47\xc6\x1f\xc5\x25\x6f\x59\xbd\x4a\x88\x6c\x64\x59\xbd\x8a\xad\x2d\x5b\x6a\x78\xc9\x18\xc0\xb7\xd4\xf0\xd2\xa9\x98\xb0\x65\x11\x2b\xd7\x5a\x88\x2c\x62\xd5\x2a\xfa\x96\x8a\x5e\x8b\x27\x5e\x7a\x78\x2d\xdb\x94\xd8\xcb\xb4\xbc\x93\xb5\xac\xbd\x9f\xf7\xc4\x5e\x92\x87\x2e\x1d\xbd\xc7\xe1\x27\x87\x36\x5d\xf3\x6f\x1a\xba\xc3\x52\xb6\x32\x68\xf2\x1c\x6c\x5d\xe9\xef\xb9\x5a\xa3\x95\xfe\x5e\x97\x8f\xd1\x65\x69\xd1\x06\x8f\xf4\xf7\x6e\x5b\xcf\x91\xfe\x9e\x9d\x88\x7d\xa4\xbf\xe7\x88\xa6\x78\x1e\xb6\x6e\xf2\x93\x6c\xdd\xe3\x27\xb3\x0e\x3f\x82\xe4\x48\xb7\x2f\x4e\xcc\x3c\x0a\x66\x2b\x89\x5a\x5e\x47\x6e\xb3\x92\x70\x16\x1d\x59\xe7\xca\x41\x57\x3b\xb2\xce\x55\x5b\xee\x8e\x02\xdd\x6a\xcf\x6e\x7d\x49\xf6\x82\x4f\x8e\x10\x42\x3b\xc1\x2d\xe8\x68\x3e\xd5\xbf\x5d\x0e\x2a\xfd\x94\x4b\xad\xdb\xe0\x71\xe4\x52\x4b\xa7\xf2\x9e\xd0\x43\x3a\x84\x93\x1d\xa1\x87\xfc\x14\xbf\xc7\xf8\xae\x9f\xe4\x68\x12\x9c\x74\xe4\x6e\x2b\xe1\xf1\x7b\x1a\x5f\x47\x9b\x38\x42\x16\x2d\x20\x10\x8e\x90\x45\x2b\x1c\x9c\x23\x57\x5c\x3b\xc9\x4f\x4a\x3c\xc4\xea\xf6\xbe\xc6\xd7\x07\x7a\xea\x11\xea\x48\x27\xbb\x75\xb4\xb3\xee\x6f\x6a\x7f\x5a\x53\x3c\x8a\xfe\x28\xf6\xd1\x1f\xb9\xf0\xb2\xab\x93\x1d\x21\x92\xfc\x02\xec\x8f\x10\x49\x7e\xa9\x01\x76\x84\x48\xca\x18\xa6\x32\xcc\x94\x99\x97\x0b\xaf\xdb\xcc\x76\x84\x56\xba\x63\x8f\x8f\xd0\x4a\x7e\x31\xc5\x1c\xa1\x95\xf2\x10\x59\x70\x84\x56\xda\xbd\xfe\xe6\x44\xa7\x64\xe6\x85\x56\x4a\x18\xee\x99\x8e\xa6\x83\xe0\x8e\xd0\x4a\x49\x38\x95\xcf\x8b\x78\x47\x8f\x3b\x42\x2b\xc5\xee\xd9\x23\xbb\x68\x71\xd1\x82\x23\xbb\x68\xb3\x7d\xf3\x44\x58\x0f\xac\xf5\x08\xc9\x74\xa3\xaa\x23\x24\x93\x1b\xa6\xad\x23\x24\x53\x5f\xef\x17\x21\x99\x6a\x83\xdc\x11\x92\xa9\x36\x24\x1c\x21\x99\xba\x51\x58\x8e\x90\x4c\xb5\xc7\xe4\x08\xc9\x34\x57\x85\x3c\x42\x32\xad\x73\x36\x8f\x90\x4c\x9b\xd5\x5f\x61\x7f\x82\x09\x8e\xec\xa9\x7d\x73\x36\x8f\x50\x4e\x71\xe2\xf7\x11\xca\x29\xae\x15\x73\x12\xfc\xc5\xbb\x47\x46\xd3\xea\x18\xfe\x23\xa3\x69\xb5\x78\x38\x42\x40\x6d\x20\xd4\x8e\x10\x50\xb6\x4d\xf8\xc8\x68\x5a\x5c\x92\xe8\xc8\xed\x59\x27\x8a\xc7\x11\x3a\x6a\x33\xb8\x75\xf1\x97\xd7\x3b\x39\xb1\x3f\x9b\xbf\x82\xfa\xe2\x59\x4a\xa0\x87\xed\xf6\xd8\x9f\x3e\x8d\x09\xf4\x80\x5a\x70\x84\x9c\xf2\xe7\xac\x08\x39\xe5\xf7\x0b\x05\xfc\x26\x4b\x3e\x99\xad\x4b\xd2\xc5\x51\x3c\x65\x8e\x68\x7c\x47\x80\x2b\x7f\x0e\x40\x66\x69\xd1\x53\x8f\x6c\xb4\xf9\x10\xd8\x73\x32\x52\xd3\x07\x27\x5b\x6a\xba\x2b\x9d\x0d\xc9\x80\x64\xbf\x2d\x69\xb9\xd3\x13\xed\xc5\xbf\x69\xeb\x3a\xb8\xec\x08\xc4\x15\xc3\xe7\x93\xad\xb9\xb1\x44\x99\xad\x8b\x2e\x7a\x04\xe2\xca\x6e\xa6\xa4\xd9\x3c\x98\x00\x8e\x62\x34\xeb\x83\xdc\x3a\x02\x78\x35\x01\xf3\x8f\xec\xbe\x35\x0d\x3f\xa9\xa3\xf9\x39\x1c\x02\x7f\x35\x03\xb4\x8f\xc0\x5f\x6d\xee\xa7\x6c\xc2\xd5\x19\x81\x47\x36\xe1\x3a\xb6\xbf\x39\xd0\x6f\x19\xbb\x80\x61\xdd\x66\x91\x02\x86\xd5\x49\x1e\xa7\xa0\xf5\x04\xff\x76\x44\x45\x7f\xe5\x82\x25\x18\x7b\x05\x54\x11\xe7\x7d\x04\x0c\xdb\x2c\xa6\x74\x34\xed\xb4\x3b\x02\x86\xfd\xf3\x4d\x01\xc3\x6e\x5b\xeb\x11\x30\xec\x0d\x1b\xf4\x11\x30\xec\x0e\x47\x3a\x02\x86\x7d\x64\xc6\x2e\x8b\x74\x9f\x16\x39\xb2\x48\xa7\x0b\xf8\x3b\x02\x8d\x39\x67\x7f\x45\xac\xa7\xf9\x70\x08\x34\x66\xe7\x23\x1e\x81\xc6\xec\xbc\xad\x23\xd0\x98\x57\x72\xaf\xb5\x7e\xae\xe1\x71\x1a\x47\x93\x8a\x6e\x47\xa0\xb1\xb4\x64\x4a\x47\xd3\x79\xa1\x47\xa0\xb1\x34\xf7\x4c\xa0\xb1\x1c\x2a\x34\x1c\x81\xc6\x9a\xd1\xa0\x8f\x40\x63\x2d\xd5\x4f\xb2\x7e\xde\x75\x42\x86\x75\x00\xd0\x8f\x90\x61\x5d\xc0\xcb\xd3\xcc\x7a\x4c\x69\xfd\xec\x9e\x3d\x42\x86\xcd\x48\xe6\x08\x19\xb6\x61\x36\x28\x64\xd8\x96\xd7\x4f\xc8\xb0\x17\x42\xe2\x8e\x90\x61\xb7\x2b\xfc\x74\x03\x7b\x53\x88\x7e\xa2\x38\x4e\x07\xd8\x9b\x85\x08\x19\xe6\x64\x11\x07\x32\x2c\x16\x8d\x20\xc3\xbe\xfd\x5b\x65\xae\xfd\x4d\x89\x8e\x05\xd6\x3d\x46\x86\x16\x24\x42\x86\xe5\x45\xc7\x3b\x20\x43\x57\xeb\x3b\x20\xc3\xec\xdd\x0a\x32\xcc\x20\xca\x03\x32\x74\xc2\xf8\x01\x19\x56\xf4\xfe\x03\x32\x74\xb6\xe7\x19\xb0\x56\x32\x08\x0e\xc8\x30\xa3\x8b\x1e\x90\xa1\x0d\x72\x07\x64\x58\xad\x24\x18\x19\x7a\x06\x41\x86\x4e\x93\x39\x46\x86\xde\xbb\x20\x43\x17\x1f\x3d\x20\xc3\xd0\xfc\x9e\x44\xe3\x0b\x2a\x3e\x42\x86\xed\xbd\xee\x8b\xd6\xcf\xfe\x85\x23\x64\xd8\xf2\xa7\xd7\x5a\x3f\x07\xeb\x1d\x21\xc3\xe6\xfc\xe3\x23\x64\xd8\x86\xf9\x84\x90\x61\x73\xad\x9f\x23\x64\xd8\x23\xd1\x34\x47\xc8\xb0\x17\x90\xf6\x11\x32\xec\xad\x98\xd2\xf9\x1b\xfb\x47\x11\x17\x47\xa0\xb1\xdb\x2b\x7f\x00\x8d\xc9\x12\x5c\xa0\xb1\x64\xec\x4e\x47\xa0\xb1\x14\xeb\x01\x80\xc6\xe6\x89\x10\x68\xac\x4e\x82\x3d\x02\x8d\x6d\x79\xa1\x05\x1a\xbb\x03\x4a\x8e\x40\x63\xb6\x6d\xf0\x08\x34\x66\x67\xd5\x1f\x81\xc6\xec\xba\x62\x47\xa0\xb1\xb8\xf6\xef\x59\x3e\x9a\xfe\x8d\xa3\x69\x41\xb2\x38\x9a\xd6\xea\x00\x8d\xc9\xda\xae\x40\x63\x6b\xdd\xbf\x55\x98\x8d\xdb\xd3\xf8\x1c\x3a\x74\x00\x94\x63\x98\x1a\x62\x44\x1e\x3b\x80\xd2\xde\xd9\x23\x40\x99\x3f\xda\xa0\x00\x65\x7e\xcd\xe6\x05\x28\xb3\x53\x4d\x8f\x00\x65\xde\xd8\xce\x8e\x00\x65\xb1\xcf\xfc\x08\x50\x96\xc7\x7a\x87\x00\x65\x71\x4a\xc4\x11\xa0\x2c\x46\x08\x47\x80\xb2\x38\xc4\xfd\x08\x50\x56\x57\x17\x39\x02\x94\x75\x58\xb7\x10\xa0\x6c\x05\xb3\xc2\x11\xa0\x6c\xcb\xda\xa0\x00\x65\xaf\x5e\x31\x01\xca\x74\xa2\x7f\xd3\xf8\xa6\x99\xf7\x06\xf4\x9b\xf5\x6c\x8c\x36\xde\x82\x00\x4a\xbb\x80\x0e\x80\xf2\xc3\x18\x00\x94\x2e\x0a\x79\x00\x94\x4e\x5b\x3e\x00\x4a\xa7\x26\x1f\x00\xe5\x07\x67\x08\x50\x76\x17\x7c\x3a\x00\xca\x88\x4d\xff\x00\x28\x9b\x59\xb9\x00\x65\x3e\x9f\x16\x1a\xb8\xcd\x5f\xd1\xd1\xcc\x18\x7b\x8e\x00\x65\x7f\xbc\x93\x0d\x28\xcd\x50\x00\x94\xb3\xfb\x3d\x44\x87\x05\xac\x51\xa3\x05\x09\xa8\xb1\x99\x0d\x82\x1a\x27\x88\xf2\x5c\x44\xbf\x45\x80\x50\x63\x4d\xd6\x99\x41\x8d\x09\x53\xcc\x01\x35\x4e\xb3\x10\x50\xa3\xab\x85\x1d\xa1\xc6\xe6\x02\x9c\x07\xd4\xd8\xad\x09\x5f\xaf\x1f\x33\x01\x6a\xcc\x9e\x79\x50\x63\xf7\x2e\x07\x35\xba\xee\xf1\xb9\x18\x15\x09\x07\x3c\x42\x8d\xe5\xf5\xf8\x2e\x5a\x2b\x09\xc0\x47\xa8\x31\xdd\xa6\xf1\xdd\x07\xad\x0e\x0b\xf8\x05\x35\x46\x0c\x02\x17\xd4\xe8\x18\xdb\x0b\x6a\x3c\x18\x6d\xae\x50\x63\xb1\x67\xe0\x82\x1a\x5d\xd7\xef\x0a\x35\xd6\xa7\xbb\x05\xb4\x72\xc4\xfb\x15\x6a\xac\x2e\x45\x7a\x85\x1a\xab\x43\x1a\xaf\x50\x63\xb3\x2a\x75\x85\x1a\xbb\x4d\x62\x57\xa8\x31\xc7\xe2\xf7\x40\x1d\xdd\xbf\x69\x7f\xde\x62\xea\x82\xb8\x78\x52\xa8\x31\xbb\x40\xd8\x0d\x18\x74\x10\x7f\x37\x78\x7c\x07\x2a\x82\x80\xfc\x9b\xc6\xe7\xe2\x9c\x37\x18\x15\xfb\x2b\x42\x8d\xfd\x43\xc1\x5f\x30\x94\x5c\xa1\xc6\x3c\x39\x71\x37\x80\x3a\xc2\x8f\x58\xf2\x05\x50\xba\x02\xd9\x15\xa0\x6c\x37\xfb\x23\x56\xd8\x13\x94\xb6\xee\xb3\xfd\xa4\x58\x8f\x8b\xe6\x5c\x01\xca\x9c\x4d\x09\x50\xe6\xf9\x98\xd2\xd0\x37\xc7\xe1\x02\x28\x37\xe0\xfd\x0a\x50\x96\xec\xa1\x03\x28\x33\x47\xf3\x0a\x50\x96\xe6\x2d\x21\x40\x59\x5c\xdd\xe0\xbe\x2c\xed\xf1\x6f\x0d\x43\x89\xdf\xd3\xd0\x6d\xfc\xbf\x02\x94\x75\x67\xff\x26\xd1\x71\x71\x4b\x5c\x01\xca\x16\x3e\x3d\x43\x6a\x7e\x5a\x97\xd4\x2c\xdb\x5f\x91\xd4\xbc\x48\xe9\x2b\x40\xd9\xae\x9f\x14\xa0\xec\x0f\xda\xf5\x15\xa0\xec\xfd\xf3\x64\x44\xfb\xcc\x50\x62\x3d\x93\x23\x76\x05\x28\xd3\xc1\x4e\x79\x05\x28\xd3\x49\x7e\xb2\xb2\x95\x36\x94\x6d\x59\xcc\x59\x44\x6b\xf5\x66\x15\xa0\xcc\xb6\xe3\xdd\xc8\xd1\xbc\xee\x19\x5b\x17\x41\x79\x05\x28\xb3\x23\x12\xae\x00\x65\x8e\xc7\xed\x69\xfd\x92\x67\x50\x80\x32\xbb\x64\xcf\x15\xa0\xcc\x2e\x31\x73\x05\x28\x73\x85\xcd\x5f\x01\xca\x3c\xdd\xb3\x84\xc1\xa3\x99\xc2\xe0\xe1\xcd\x9a\x30\x78\xa0\x2d\x5d\x00\xa5\xad\xc7\x37\x21\xfa\xd1\xae\xaf\x00\x65\x71\x31\x9a\x9b\xec\xca\x61\xc5\x04\x28\x4b\xc7\xb4\x75\x05\x28\xcb\xe7\x10\x0b\x50\x96\x49\x7d\xdf\x9b\xf0\x67\x1c\xb7\x27\xd6\xba\xd0\xbc\x6f\xc6\x5e\x0c\x80\xbd\x19\xd6\x8a\x3e\x7d\x85\x1a\xeb\x8b\x53\xf2\x0a\x35\x56\xe3\x93\x9b\x41\x55\x5e\xdb\x6c\x83\x07\x3b\x44\xa8\xb1\x7e\xfa\x29\xd4\x58\x47\xf5\x7b\x0d\x13\x80\x9f\xec\x68\x7c\x7e\x52\xe7\xef\x33\x2f\x19\xad\x0e\x23\xc3\x15\x6a\x6c\xf6\x98\x5c\xa1\xc6\xf6\x7a\x47\x66\xb4\xba\xe2\x11\x69\x7f\x4e\x02\x38\xaf\x50\x63\x73\xa1\x80\x2b\xd4\xd8\x5c\x02\xf3\x0a\x35\x76\x07\xeb\xdd\x02\xaa\xf2\xe9\x17\x6a\xec\x8e\x5c\xba\x05\x5b\x2b\x0e\xb6\x2b\xd4\xd8\xed\xe7\xb9\x05\x54\xe5\xdd\x2a\xd4\xd8\x97\xc7\x2e\xd4\xd8\xb7\x67\x50\xa8\xb1\x5b\xa7\xbc\x42\x8d\xd9\xde\x94\x2b\xd4\x98\x5d\x38\xf7\x82\x1a\x5d\x63\xfa\x0a\x35\x76\x17\x28\xba\x42\x8d\xbd\xfa\xe4\x08\x35\xf6\x83\x0e\x7b\x71\x27\xa6\xe0\xdf\xb4\x7e\x8e\xbe\xbf\x42\x8d\xf5\x9a\x83\x09\x35\xb6\x8f\x58\x11\x6a\x6c\x07\xb5\xee\x82\x1a\x1f\x73\x14\xa1\xc6\xdc\x70\x1c\xdf\x0a\xea\x48\xfe\x66\x47\x04\x98\x02\x15\xa3\x90\x5d\x50\xe3\x1c\x9c\x23\x50\xa3\xd5\xdd\x8b\xab\x71\xd4\xfe\x23\x96\x6c\x2f\xe4\xe7\x23\x78\x21\x7d\x34\xf1\x42\xda\x86\x72\x9b\x6d\xad\x2c\x51\xc3\xe0\x61\x59\xd8\xb0\xd5\x5d\x53\x09\xf3\x07\x8b\x22\x40\x99\x9d\xd3\x75\x05\x28\xcb\x4b\x14\xe8\x15\xa0\x2c\x4e\x5f\xbd\x02\x94\x65\x7a\x0b\x0a\x50\x96\xbd\xfc\xa4\x86\xee\x4c\xad\x8b\xab\x31\x02\x25\x6e\xc3\xcb\x9a\xfd\x1b\xac\xb5\xb8\x3d\x6d\xdd\xe3\xc3\x01\xa0\xcc\x38\x33\xaf\x00\x65\xa9\xc0\xee\x2b\x40\x59\x86\xdb\xeb\xd8\xb2\x30\xda\xdc\x8e\x97\x15\x8d\xf6\x0a\x50\xb6\x43\xd4\xc1\x15\xa0\xec\xdd\xc2\x42\x80\xb2\x14\x8f\x5d\x80\xb2\x4c\x1f\xf7\x8e\xd6\xe3\xad\x24\x40\xd9\x67\xf4\x57\x70\xf3\x1c\x7f\x85\xad\xfb\xba\x3d\x0c\x02\x16\x01\x00\x4a\x17\x1a\xbf\x00\xca\x7e\xfd\x1e\xae\x54\xec\xfd\x77\xe0\x8a\xf3\xc1\xc1\xd5\x38\xa6\x7f\x63\xeb\x2e\xff\x16\x01\xef\xb4\x20\x40\xd9\xec\x25\xbf\x02\x94\xad\x5b\xd6\x0b\x50\x36\x3b\x61\xae\x00\x65\x7f\xa2\x9f\x6c\x38\x64\x19\xed\xc0\x55\xec\x9e\x09\x50\x66\x47\x24\xdc\x81\x9b\xe7\x43\x69\xfd\x26\x38\xea\x0e\x1f\x4d\xe6\x65\xe0\xc6\x0a\xee\x19\xae\x38\x62\x5d\xee\xb4\x56\x47\x0b\x13\x5b\xdd\x87\xb2\x2d\x99\x16\x04\x28\xcb\x8b\x23\xf0\x0a\x50\x96\x66\x81\x20\x40\x59\xba\x47\x0b\x6a\x2c\x5c\xd4\x70\x41\x8d\xae\xbb\x70\xa7\x6d\xc9\xac\x1f\xae\xc6\xf7\x98\xc2\xd5\xe8\xdd\x83\xab\x31\x7f\x9e\x5c\x58\x88\xfd\xcd\xcd\x8a\xb9\x2f\xa0\x0e\xc0\xfb\x15\x6a\xac\xd3\x63\x10\x6a\x6c\x4e\x3b\xbf\x42\x8d\xed\xb3\x43\x16\xae\x70\x50\xc7\x15\x6a\x6c\xd3\x2d\x08\x35\xb6\x6b\xe5\x69\x79\x7f\xfa\x37\x44\xbf\x19\xdf\xc2\x15\x8e\x01\xf0\x82\x1a\x93\xd9\xee\x02\x15\x9b\x79\x0b\x35\x96\x61\xce\x20\xd4\x58\x9d\xb2\x7d\x71\x43\xf6\xe6\x27\xc5\x7a\x3a\x86\x8b\x2b\xd4\xd8\x5e\xac\xce\x77\xe3\xce\xb7\xca\xb7\x0d\xfa\xd9\xc9\x42\x86\xe9\x9a\x5d\xe3\x6a\xfc\x30\x68\x21\xc3\xf2\x10\xb2\x79\x37\x3c\x04\x94\x7a\x85\x0c\xcb\x32\x0f\xd9\x88\xbf\xe0\xf7\xd0\x4c\xad\x4f\x1b\x19\x9a\x99\x6e\x23\x5f\xbf\xa7\x31\x54\x30\xc8\xdd\x18\x15\x87\xfb\x79\xe8\x99\xdb\x03\x59\x70\xc9\xc1\x3d\xec\x41\xf3\x97\x83\x3f\xc3\x7a\xb8\x90\x61\x36\xae\xb9\x42\x86\x59\x95\x03\x7f\x9b\x25\x1f\xec\xc5\x80\xe2\x7b\x60\x9f\x00\xb5\x2b\xd0\x98\xab\xa5\x2d\xa0\xb1\x5b\x77\x3a\x44\x32\xf8\x50\x09\x34\xe6\x8e\x95\xf4\xe2\x85\x74\x8d\xa5\x0b\x68\x74\x51\xf7\x0b\x68\xdc\x9f\x01\x6d\x1c\x49\x0c\x56\xa0\x31\xdb\x01\x75\x05\x1a\xf3\xf5\xd1\xbc\x76\x05\xf0\x15\x5c\x8d\xd9\x92\x18\x57\xa3\x53\xb6\xaf\x80\x61\xa9\xd6\x8b\x05\x0c\x4b\xb3\x5e\x25\x60\x58\x9c\x1a\x79\x05\x0c\xcb\xf0\x06\x11\x30\x2c\xd3\x0c\x5a\xc0\xb0\xac\xd7\xdf\x9c\x2c\x3b\xdb\x0c\x60\xb8\x88\x17\xbd\x00\xc3\x6d\x4d\x11\x77\xe2\x47\x86\xe2\x4e\x4c\xda\x74\x81\x4b\xb5\x6a\x12\x26\x08\x8f\x80\x61\x25\xea\x34\x3c\x0f\xc0\x57\x26\x87\xf0\x3c\xb8\x4b\xc5\xca\xc3\x23\x60\x58\xb3\xb4\xac\xf0\x08\x18\xd6\xa6\x03\x10\x1e\x80\x61\x3b\xfe\x4d\xda\x19\x1e\xe6\xf0\xe0\x32\xec\xd5\xed\x4d\x9c\x1b\x19\x0a\xbb\xb6\xf4\x80\xf0\x3c\x78\xbb\xa7\x9f\x04\xfc\x35\xb7\x7e\xd1\xea\x18\x83\xc0\x5f\x23\xed\x21\x3c\x02\x7f\xed\x91\x1b\x24\x3c\x01\xe3\x44\xe0\xbd\x00\x9b\x48\xf4\x2c\x10\x2c\x94\xfc\x1b\xc1\x42\x12\x5c\xe1\x11\xf8\xeb\x40\xe4\xf0\x00\xfe\xa2\x42\x1a\xc3\x23\xf0\xd7\xdb\x61\x96\x04\xfe\x3a\xd6\xea\xf0\xd8\x2d\x58\x18\x91\x50\x5c\x3f\xdd\x4f\xe2\xb1\x5f\x8c\x28\x70\x8c\x2a\x63\x00\xc5\x25\xe9\xa9\xe1\x11\x8a\x2b\xef\x39\x50\x18\xc8\x32\xad\x0b\xc5\xf5\xb0\x69\x4f\x28\x2e\x67\xe9\x6a\xe1\x11\x8a\xcb\xa4\x2f\x84\x47\x28\x2e\x8f\xc0\x4c\xbc\xb8\x95\x8e\xdb\xd3\x3e\x7b\x17\x33\x81\x5b\x90\x4a\xc0\xe1\x79\x31\xb0\x78\xdd\x85\xe2\xda\xb8\xee\x0b\xbe\x95\xee\xaf\x68\x8d\x42\x36\x25\x51\x45\xbc\x47\x78\x70\x0b\x46\xcf\x35\x6e\xc1\xe8\x75\x8f\x18\x20\x32\x73\x2d\x14\x57\x30\x5f\x85\x47\x28\xae\x50\x71\x30\x3c\x11\x03\x60\xe5\x9b\x11\xdb\x7c\xf4\x7b\x85\xfd\xc2\xba\x0b\xc5\xb5\x56\x99\x6b\xa1\xb8\x5c\x3c\xd7\x42\x71\xf9\xb3\x0b\x22\x6c\x30\xf9\x9b\x66\x83\xfe\xa6\x55\x0d\x3f\x89\x81\xec\xba\x2f\xf8\x56\x82\x29\xf1\x82\xee\x9e\x81\xe2\x4e\x65\x8d\x70\x0b\xa6\x4e\xeb\x42\x71\xb5\xbb\x2f\xa0\x38\x12\x7f\xc2\x23\x14\x57\x9e\xc2\x1a\x25\x0c\x10\x8b\xd6\x41\x71\xb1\xb2\xb6\x09\xdb\xfc\xa1\x9f\x09\x03\xc4\x36\x85\x28\x1e\x6e\x61\xd0\x33\xf7\x45\xe3\xbb\x2f\x3b\x0b\x14\xf7\x04\x66\x49\x28\xae\xa6\xfc\x03\x2d\x39\x3c\x02\x78\xbd\x7b\xd3\x01\xf0\xee\x62\xe8\x99\x60\x93\xc9\xf2\x65\xcc\xda\x93\x06\x04\xf0\x0a\xb6\x9e\xf0\x08\xe0\x35\xae\x5e\x09\x0f\x6e\x41\x5c\x1d\xe1\xc1\x2d\x38\x0e\xdd\x14\xc0\x6b\xe3\x65\x92\x04\xf0\x4a\xf5\x44\x18\xe0\x79\x19\x0c\xf0\x2e\x9b\x40\x00\x2f\x73\x57\x48\x78\x70\x0b\xae\xe3\xaf\x00\xd0\x3f\xed\x69\x69\x8f\xd9\x8b\x00\x5e\xee\xc1\x94\xd8\x4b\x8c\xf4\x53\x00\x2f\x9d\x48\xcf\x0a\x11\x09\xd3\xbf\x29\x22\xe1\x26\x53\x91\xc3\xc8\x51\x29\x88\x31\x6f\xba\x82\xdb\x73\xb1\x60\x85\x60\x21\x1f\x1c\x01\xbc\xc2\x5d\x63\x81\x3b\x09\x4b\xf6\x41\x15\xc0\x2b\xa3\x31\x5a\x01\xbc\x32\x27\x23\x12\xc0\x2b\x27\x31\x76\xdc\x82\xf5\x98\x02\x00\x99\x09\x17\x22\x4a\x82\x7b\x26\x11\xb0\x37\x14\x6e\xc1\xb2\x98\x5d\xdc\x82\xcd\x2c\x4b\x00\xaf\x73\x1d\x4f\x78\x70\x0b\xc6\xec\x27\xb5\x75\xd3\x34\xa5\xad\x7b\xa7\xbf\xa9\xa3\xf9\x39\xee\x02\x78\x35\x4f\x66\x02\xb7\xe0\x63\x76\x26\x80\x97\xb3\x67\xa2\x5a\x4b\x66\x0c\xd5\x01\x6b\xfe\xca\x42\x3b\xf3\x7b\xb8\x75\x3d\x9f\x42\x71\x65\x1f\xf6\x19\x6e\xc1\xe3\x7e\xe2\x16\xbc\x85\x6f\xe2\x16\x24\x9a\x26\x70\x57\x63\xcd\x3e\xe0\xc4\x92\x3e\x66\x0c\xc4\x92\x52\xc2\x2a\x70\x57\x63\xcb\x16\x63\xc4\x92\xf6\xe6\x27\xc5\x7a\x86\xfb\x22\x14\xd7\x66\xa6\xd7\x8d\x88\xa0\xc0\x3a\x34\x44\x78\xf7\x7b\xa0\x80\x6c\x0a\x14\xe0\x79\x01\xc5\x9d\xc7\xef\x61\xdb\xcd\xee\x0b\x06\x40\x9f\x00\xa1\xb8\xdc\x1e\xd6\x08\xb7\x60\xcb\xcc\x35\x6e\xc1\x53\xfc\x1b\x28\xe0\xa1\x9f\x9d\xf5\xeb\xac\x58\xc7\x00\x78\xfc\x4d\xdc\xd6\x16\x4e\x42\x71\x75\x6d\x53\x1a\x5f\x9d\xf4\x1a\x14\x47\x96\x68\xe0\xfe\xc7\x74\x2c\x02\x8c\xe2\x2c\xb4\x41\x71\xb5\xb8\x3d\xa9\x59\xfd\x75\x5f\x70\xeb\x9a\x95\x0b\xc5\xe5\x35\x99\xeb\x01\x6b\xf5\x69\x14\x8a\xcb\x64\x6d\x06\xee\x7f\x2c\x24\x91\x05\xee\x7f\x2c\xc9\xbb\x00\xb7\x60\x74\x3f\x41\x71\xe1\xb2\x2a\xa0\xb8\xd6\xd8\x21\xb8\x05\x97\xf7\x27\x28\xae\x34\x3f\xc9\xf8\xb6\x9f\x44\x8d\xfc\xb4\x0e\x6b\xf5\xb9\x1d\xb0\xd6\x4f\x7b\x18\x70\xcd\x68\x85\xe2\xf2\x6b\xd5\x46\x28\x2e\x93\x08\x17\x1e\x50\x5c\x0d\x8c\x0f\x14\xd7\xe2\x0f\xca\x0e\x05\xae\x9b\xcc\xcd\x32\x74\x12\xec\xf5\x30\xb9\x13\xd6\x6a\x19\x2a\x80\x97\xd7\x75\x03\x05\xbb\x21\x03\x02\xe0\x9d\xe1\xdf\x24\x55\xae\x0f\x3f\x6e\x41\xee\xc4\x08\x0f\x00\x2f\x06\x26\x17\x80\x17\x1b\xc7\x08\x80\x97\x82\xfb\xa2\xa3\xd9\x7c\x8c\x88\x25\x6d\xd7\x4f\x02\x60\x17\x2d\x10\x4b\x4a\x69\xc9\xf0\xe0\x16\x3c\xd6\xb9\x70\x0b\x1e\x1f\x77\xdc\x82\x24\xd6\x06\xae\xb7\xac\xc1\x3a\xc9\x72\xb0\x1e\xfd\x5c\xd8\x06\x2b\xed\x2d\xb4\x4f\x6f\xa5\x65\x8f\x3d\x63\x17\xc0\x6b\xc4\x6b\x07\xae\xb7\x6c\x7d\xf8\x3d\x69\x3d\xcb\xcc\x74\x11\xcc\x76\x19\x11\x71\xa6\xc7\x3a\xc2\xb2\xdb\xc5\xbf\x5d\x2c\x7e\x7c\x53\x6e\xc1\xfe\xf8\x80\x6f\x6c\xd7\x16\x55\x06\x7f\x66\x75\x1b\x8f\xaf\x0f\x9c\xc0\x5f\xaf\x1e\x11\xe0\x6f\x6e\xe6\x0c\xb7\xe0\x47\xf7\xdd\xd8\xe6\x7d\xdc\x01\x7f\xef\xf0\x93\x02\x7f\xb1\xf8\x37\x0c\x48\xc5\x7d\x21\x58\xcf\x42\x1b\xf0\x37\x3d\xbb\xc4\x99\x9e\xce\x2c\x09\xfc\xb5\x69\x01\x24\xf0\x97\x9b\x67\xe9\xe0\xf6\x34\xe3\x3b\x20\x20\x8b\xf7\x03\x02\xf2\x68\x05\xfe\x4a\xb1\x78\x10\xc2\x2b\xcb\x3a\xba\x10\x5e\x0d\x16\x4e\x42\x78\x35\x2c\xb7\xc0\xd1\x34\x33\x3d\x68\xde\x81\x31\x38\xce\xd4\x8c\xfd\x60\x1b\x34\x06\x11\xc2\x4b\x67\xfb\x37\xdc\xba\xc3\xed\xe9\x68\x86\xe5\xdf\x38\x9a\x9b\x23\x0d\xc2\x4b\x0f\x4f\x82\xf0\xc2\x60\x7c\x20\xbc\x5a\x69\xe1\x5a\x2b\x67\x5e\x2e\x6e\xeb\xcd\x7c\xca\x2d\x58\xb6\x47\x04\xfa\xbb\xd5\xdf\x84\xb5\xfa\x54\x09\xfd\xd5\x0f\x33\xbd\xec\x4f\x2b\x2c\xd7\xaa\x0d\xab\x22\xf4\xd7\x92\xd7\x4f\xe8\xaf\xbf\x66\x44\x04\x93\x72\x47\x4c\x78\x40\x7f\xb9\xbb\xd7\xc4\x72\x7f\x7e\x23\xe2\x02\x01\xc4\x7d\x9a\x95\x32\x63\x81\xfb\x34\xab\xc5\x18\xf7\x69\xb6\x58\xfd\x64\x04\x2b\x15\x28\xdc\xba\xc1\x4f\x12\x11\x04\xfe\xe2\x3e\xcd\xbc\x14\x7d\x15\xb8\x4f\xb3\x91\x55\x1c\xc2\x43\x2c\x3e\x7a\x71\x90\x5b\xb0\x3f\x88\xd4\xf0\x80\x3a\x3e\xef\x31\xbe\xc7\xdf\xc4\xb6\xdb\xdd\x1e\x08\xbd\xfb\xb7\x03\x62\xee\x50\x97\xdd\xc3\x88\x84\x0c\x6b\x41\x71\x0c\x42\x86\x95\x3a\xd2\x21\x80\x0c\x33\x7b\x3e\x18\x19\x3e\xa6\x34\x3e\xdc\x82\x21\x04\x22\x2e\xe2\x0f\x2e\x7a\x0a\x41\xa0\x31\x53\x5c\x2e\x04\xe2\x4c\x03\x6c\x37\x04\xdc\x66\xc5\x8d\x77\xe0\x6c\x86\xd2\xd2\x16\x34\xd3\x80\x5b\xb0\xa2\xf5\x04\x01\xca\xd6\xae\x07\x24\x40\xc9\x65\x47\x21\x04\xb4\x9e\xe0\xe1\x69\xe8\xcf\xa6\x05\x01\xca\x1a\xd1\xf1\x82\x00\x65\xe5\xbe\xb4\x10\x5e\xd2\x10\x22\x13\x68\x40\x59\x68\x4f\x80\xb2\xf7\xeb\x27\x71\x9b\x61\x10\x08\x00\x4a\x22\x60\x43\x00\x50\x7e\xa6\x0c\x40\x39\x83\x9f\xd4\xf8\x9e\xe8\xd6\x75\x34\x5f\xf7\x13\x40\x59\xbc\x5d\x04\x28\x3b\x91\xc1\x21\xbc\x44\x5c\xc8\xf3\x1e\x02\x6e\xc1\x0b\x10\x0d\x2f\x11\x17\x1c\xb8\x00\xa0\x24\x77\x29\x04\xe2\x4c\x29\x23\x18\x02\x80\x72\x22\x51\x43\xb4\xe8\xa0\x75\x01\xca\xba\x10\x4e\x01\x40\x79\xba\xdf\x2b\x84\xf2\xd0\x33\x00\x65\x2f\x8c\x4f\x80\xb2\x61\xd5\x0b\x21\x02\x98\x61\x52\x21\xe2\x56\xf2\x31\x22\xce\xb4\xa1\xf1\x05\x00\x25\xf6\xc6\x10\x0c\x28\x7d\x70\x22\xeb\xe7\x99\x17\xa0\xac\x84\xdb\x87\x90\x30\xcc\x3c\x8c\x2f\x61\x98\xf1\xe1\x10\xa0\x6c\xd5\xab\x92\x70\x2b\x79\xa5\x93\xd3\x80\x18\x3b\x6e\x41\x43\xe4\x40\x9c\xe9\x1d\xcc\xa0\x00\x65\x4b\x0f\xad\x03\x28\x03\xba\x4c\xc0\x2d\x18\x3f\x4f\x92\xa2\x50\xdc\x17\x58\xeb\x70\x7b\x1a\x9f\xc5\x51\x48\xb0\x56\xef\x72\xe2\x4c\xcd\xca\x03\xa8\xd1\x46\xa2\x80\x5b\x70\x04\x53\x1a\xdf\xf2\x37\x71\x0b\x5a\xff\x0b\xb8\x05\x17\xc0\x37\x08\x35\xb6\xd7\x33\x91\x89\xa3\x45\x34\x06\x50\xe3\xf5\x3e\x13\x6a\xec\x61\xf9\x49\xb9\x75\x2f\xb8\x2d\x08\x35\xe6\x10\xfd\xcd\x81\xa5\x9e\xf1\x65\xd2\xb8\x92\xbf\xc9\xfa\x1d\x56\x25\x3b\x8d\xcb\xfd\x3c\x68\x9f\xa6\x34\xbe\xbc\xf8\x0a\xc1\xa4\x63\x33\xbb\x05\xd4\x81\xc2\x12\x08\x26\xed\xaf\x7f\x13\xeb\xc1\x4a\x1a\x42\xc1\x6d\xf6\xb2\x3f\x71\x0b\xe6\xc1\xfa\xe1\x16\x1c\x68\xf3\xc1\x6e\x41\xef\x1e\xdc\x82\xc7\x2c\x12\xb7\xe0\x59\x6e\x8f\xf1\x21\xd0\x03\xa8\xb1\x2c\x66\xa2\xe0\xd6\xad\x7e\x4f\xa2\xff\x09\x6e\xef\xd0\x4f\xbf\x87\x5b\xde\xad\xe3\x16\xac\x9e\x25\xa1\xc6\x42\x79\xe1\x10\x2a\x5a\xf9\x63\xca\x61\x07\x8c\x08\xd4\x78\x3f\x14\xa2\xdf\x2c\x19\xd4\x98\x9a\x29\x89\x46\xea\x87\x87\x50\x09\xd6\xf3\xba\x57\x54\xb7\xf3\x83\x1b\xaa\x43\xa8\x84\xb8\x63\xed\x0c\x02\x94\xfd\xf9\x34\xbe\xd0\xc0\x98\x40\xe2\x4c\x0d\xf7\x02\x71\xa6\xaf\x0f\x6a\x45\x61\x37\x23\x02\x50\x52\xc5\x29\x84\x86\x47\xdb\x12\xc7\xc9\x89\xe8\xb7\x01\xb7\xe0\xf1\x01\x20\xce\x34\xfb\xd8\x36\xb4\x3a\x6f\x79\xdc\x82\xf7\xf3\x1e\x80\xcb\x1b\x8b\x38\xd3\x0f\xdb\x6d\x68\x3d\x96\x5b\x8d\x60\x36\xc0\x51\xc0\x2d\x58\xae\xdb\xc3\xe3\x6b\x41\xd2\x90\x9a\x1f\xea\x60\x07\xf2\x18\x70\x9b\x61\xb4\x09\x02\x94\x75\x9a\x41\x0b\x50\xd6\x6b\x99\x2d\x40\x59\xaf\x37\x56\x37\x60\xa6\xf5\x6e\xad\xc0\xbf\xe1\xd1\x06\x9a\x85\x8e\x5b\xc9\xc2\x50\x80\xb2\x73\x39\x4f\x08\xdd\x5a\x9d\x29\xb2\xbf\x2c\xaa\x00\x94\x17\xb4\x12\x88\x33\xbd\xe8\x63\xa1\xe3\x76\xf1\x0c\x0a\x50\xf6\x30\xdd\x1e\xb6\x48\xb3\x33\x00\xe5\x6b\x16\x49\x9c\x29\x57\x57\x85\x40\x9c\x29\x57\x49\x85\x00\xa0\xa4\x12\x5c\x08\x00\xca\x9b\xfd\x5e\xe2\x70\xf8\xbd\x8c\x50\x63\x93\x13\x67\x5a\xcc\xa4\x3e\x71\xa6\x8c\x81\x38\xd3\x62\x16\x39\x9c\x62\xc2\xcc\x13\x67\xba\x31\xd3\x04\xe2\x4c\xaf\x99\xbe\x00\x65\xaf\x18\x5f\x82\x00\x65\x9f\x3e\x00\xb8\x05\x37\x70\x36\x08\x50\xf6\xe3\x1d\xe2\x0c\x44\xb4\xeb\x40\x06\x62\xc7\x52\x1f\x84\x1a\xeb\x36\x63\x27\x03\x31\x7a\x7f\x12\x67\x1a\x2d\xd0\x89\x33\x3d\x9f\xf7\x0a\xec\x85\x79\x99\x18\x3c\x30\x08\x04\x67\x20\x6e\x3f\x29\xd6\x7a\x3f\x5f\x21\xa2\xc4\x9a\x14\xc1\xa4\xcf\x87\xd2\xfa\x25\x33\x68\xa1\xc6\x6a\xcc\x1a\x26\xb6\xd6\xca\xcc\x13\x4c\xca\xad\xec\x21\x08\x35\x56\x92\x9e\x42\x20\x03\xf1\x35\x5b\x22\x03\xb1\x59\xdc\xe2\x16\x5c\x3e\x55\xb8\x05\x97\x59\xb2\x50\x63\x5b\x66\x2f\xcb\xfb\x93\x9e\x2d\x22\x82\x2c\x44\x85\x1a\xf3\xf3\x79\xaf\x63\x87\xa5\x67\x64\x27\x1e\xcf\xc4\xc2\xed\xd9\x99\x4f\xdc\x82\xc1\x67\x05\xb7\x60\x31\xc3\x14\x6a\xac\xd5\x8c\x7d\xe1\xcf\x30\x27\x12\x6a\x6c\xc9\x8a\x80\x51\x63\x35\x25\xd4\x38\x3d\x83\xa0\xc6\xdb\xf8\x0a\x2e\xc3\x66\x35\x84\xec\xc4\x61\xed\x7a\x5b\x2b\xa7\x75\x5c\x86\x03\x1c\x15\xc8\x4e\xdc\x1e\x1f\xd9\x89\x17\xc3\x53\x00\x35\x52\xee\x37\x04\x50\xe3\x7e\xfd\x9b\xc6\x77\x2c\x44\x71\x19\xe6\xf0\x43\x96\x0c\xa0\xec\xd1\xdd\xbc\x24\x17\xb0\x0c\x02\x94\x9d\xaa\x0f\x21\xe0\x4d\x7c\x2d\x0f\x0c\x28\x2d\xeb\x01\x94\x15\x48\x1e\x00\x94\xdd\x87\xff\x10\xa7\xe8\xa1\x0b\x50\x96\x8f\x8e\x27\x40\x59\x1f\x0f\x4f\x80\xb2\xda\xed\x12\x04\x28\x6b\xf2\x16\x04\x50\x66\x03\x0b\x01\xca\x4a\x55\x8b\x10\x04\x28\x6b\x2b\xee\x27\xd9\x43\xd6\x3e\x05\x28\x7b\x33\xd3\x00\x50\x06\x40\x6a\xb0\xcb\xf0\xe5\x37\x01\xca\x4e\x72\x41\x08\x17\x5b\x32\xae\x95\x70\xc9\x6e\xb3\xec\xbd\x4e\x3c\xa5\x2f\x00\xca\x7d\x58\x30\x00\x25\xb7\x75\x84\x40\x9c\xe9\xb5\x6e\x71\x31\xe8\x98\x7d\xe2\x4e\xe4\xd2\xd1\x10\x70\x27\x36\x8b\x38\x00\x65\xf1\x96\x07\x50\xbe\x9e\xeb\x8b\x37\xf8\xf3\x15\xb4\x3a\xeb\x2b\x97\xf1\xc9\x25\x1a\xde\x87\x10\x7e\xc6\xfe\x1a\x50\x06\xff\x06\xeb\x99\xfe\x0d\xd6\x03\xce\x78\x01\x94\x05\x06\xf6\x0a\x50\xa6\xcb\x86\x7c\x01\x94\x2f\x0e\x8c\x57\x80\x32\xe3\xcc\x0c\xaf\x00\x65\x4e\xac\xe6\xfb\x60\x4b\x7e\xdc\x02\xbe\x80\xe2\x6f\xea\x68\x3e\x88\x8e\x57\x80\xb2\x90\x42\x1d\x5e\xe2\x4c\xa9\x55\x1b\xde\xc7\x5a\xb9\x7b\x8d\x56\x8e\xd6\xfa\x02\x28\x89\xf3\x09\x2f\x80\x32\xc1\xd8\xdf\x80\xbb\x14\x9b\xf0\x1b\x70\x97\xe2\x24\x7c\x03\xa8\xc3\xdf\x0c\xc4\x09\x63\xa2\x7a\x03\x29\x0a\xd3\xdf\xd4\xfa\xd9\xb0\xf6\x92\x9d\xd8\x60\x91\x2f\xd9\x89\x5c\x28\x16\x5e\xa1\xc6\xfe\x99\x79\xb2\x13\xb9\x8c\x35\xbc\xb8\x21\xcb\xa7\x75\x44\xc7\xf2\x37\x09\x26\x45\xc7\x7b\xc9\x4e\xbc\x30\xda\x17\xd4\xf8\xf9\x0a\xa8\x31\x79\xae\x41\x8d\x19\x91\xf3\x0a\x35\x36\x92\x66\xc2\x0b\x6a\x24\x3a\x3d\xbc\x42\x8d\x7d\x61\x9a\x7c\x5f\x8b\x0e\xc6\x00\x6a\xac\xdd\xbf\xc1\x7a\xf0\x3d\xbc\xa0\xc6\x14\xfd\x15\x50\xd5\x71\xeb\x1a\x9f\xad\xa4\xef\xcb\xf9\xe3\xc4\xbd\xb8\x21\xc7\xe7\x2b\x07\xf5\xc5\x63\xd0\xfa\x2d\x4c\x9a\xaf\x51\x23\xf8\xe4\x8d\x46\x55\x8c\x21\xda\x17\xe0\x27\x29\x3e\x80\x99\xe6\x05\x35\x36\xf7\x25\x12\x51\x32\xfc\x9b\xc6\x67\xbb\xfd\x1b\xc9\xbe\xc4\x2b\xf2\x46\xbb\xe9\x98\x5d\xdc\x90\x27\xb3\x23\x85\x1a\xcb\x75\x3f\x41\x8d\x5c\xbb\x1b\x5e\xb2\x13\x29\xa0\x15\xde\x68\xd4\xef\xd6\x15\x8d\x71\xb0\xe2\xbf\xb8\x21\x6d\x46\x7c\x71\x43\x0e\x9f\x15\x82\x49\xf7\xd7\x29\xfe\x4d\x96\xfc\x12\x67\x7a\x7d\x1c\x04\x28\x0b\x81\x21\xe1\xc5\x43\x19\xa3\x1b\x10\xeb\xb1\x19\xe3\xc5\x43\x59\x90\x54\x2f\x71\xa6\x07\x2f\xf2\x4b\x9c\xe9\x85\x81\xbd\x09\x83\x00\xd6\xab\x17\x40\x59\xbb\xdb\xd3\xd0\x93\x17\x53\x80\xb2\xe5\xe0\x27\xc5\x7a\x5a\xf4\x57\x30\x08\x7c\x7e\xbb\x04\xf6\x30\x9d\x02\x94\x7d\xf9\x49\x12\x17\xb3\x59\x0f\x6e\x48\x02\x89\xc2\x9b\x11\x1d\xee\x59\xc6\x16\xe9\xa9\x06\x50\xc6\xc7\x4f\xe2\xe6\xf1\x06\x01\x50\xd6\x6a\x8a\x38\xe1\xc1\x61\x04\x50\xf6\xc6\x26\x20\x03\xb1\x06\x7f\xd3\x91\x0c\xcc\x67\x26\x92\xc1\xdb\x05\x57\xe3\xeb\xed\x49\x2c\x69\x74\xcf\x88\x25\x8d\x20\x92\xb7\x38\x43\x8f\x39\x73\x2c\x29\x9a\xc6\x6b\x57\xa3\x0f\x00\xae\xc6\xee\xd1\xe2\x6a\x1c\x9f\x16\xf0\x22\xfb\x80\xe3\x6a\x2c\x68\x13\x2f\xae\x46\x8a\xac\x87\xb7\x38\x0d\x88\xd9\x05\x34\x4e\x33\x22\x5c\x8d\x54\x33\x09\x2f\xa0\xf1\x9a\x79\x93\x81\xb8\xa6\xbf\x79\xb1\xa3\xb3\x62\x80\xc6\xc7\xcc\x54\xa0\xb1\x4f\xaf\x1f\x19\x88\x5c\xb2\x13\xde\x8a\xe6\x86\x13\xe6\x25\x03\xb1\x60\x16\x7a\xc9\x40\x24\x25\x29\xbc\xc4\x92\x9e\xe1\xaf\x30\xbe\x4c\x3f\x2b\x69\x40\xde\x2f\x15\x7b\xb8\x57\x85\x58\xd2\xe2\xe3\x5e\x11\xef\xdb\xef\x2d\x4c\x23\x6e\x0f\x64\x68\x56\x57\x51\x5f\xba\xbf\x89\xf8\xf3\xf1\x6b\x04\x43\x11\xcf\xf2\x36\x27\xcf\xb2\x0e\xce\x40\xfc\x50\x11\x47\x20\x33\xd8\xc8\x60\x7b\x4c\x11\xeb\x6c\xc6\xd0\x2c\xde\xe9\x19\xc8\x90\xb2\xb6\xe1\xa5\x36\x4d\xf5\x49\xc5\xd5\x78\xa6\x5b\xd7\xfa\x9d\x65\x6a\x72\xaa\x98\xf9\x66\x7b\xb8\x7f\xdb\x08\x51\x8f\x01\xf1\x50\x4d\x49\x3c\x14\x8b\x54\x02\x46\x29\x76\x15\x5e\x02\x46\xed\xc2\x7b\x09\x18\xfd\xb0\xf9\x4e\x86\x9e\x7b\xdd\x19\x5f\xa7\xf5\xce\x19\x0b\x7e\x4f\x67\x2c\xa1\xa3\xbf\x42\x86\xad\x7e\xbe\xd2\x30\x4d\x32\x67\x20\xc3\xd7\xe2\x48\xc8\xb0\x5b\x7f\x7f\x3b\x46\xb7\xe6\xaf\x50\x3a\x69\xb8\xd7\xac\x9f\x4f\x40\xb7\xbd\xdf\x2d\x10\xc5\x81\x31\xe4\xfd\xb8\x1a\x19\x1f\xc8\x30\x98\x5d\x0f\x52\x61\xfc\xcd\x41\x44\x97\xcf\xd1\x20\x5f\x02\x7c\xf2\x0e\x0c\xa3\xcb\x5f\xc1\x30\x8a\x03\xf1\x15\xfa\xab\x5f\xc7\xfe\x07\x2c\x79\x60\x33\x2d\xfe\x24\xf1\x86\xc9\x14\x9e\x7e\x34\xe8\x57\xc0\xb0\xd6\x4f\x03\x0e\x52\x61\x72\x49\x40\x7c\x2d\xc5\xa6\xab\x2a\x31\x20\x12\x10\xb9\xfe\x31\xbc\x94\xa6\x99\x80\xaa\x77\xfa\xf8\xf9\xbd\x04\xc3\xf4\x6f\x99\xad\xeb\xf7\xc8\xcd\x27\x7c\xe6\x15\x30\xac\x05\x70\xf4\x0a\x18\xd6\x8a\x43\xe8\x9d\x24\x38\x27\x53\x5a\x3e\x6a\x3e\x87\x17\x77\xe2\x04\x6c\xbe\xb8\x13\x3f\x32\x7b\xda\x53\x6c\x0a\x77\xc6\xeb\xaf\x68\x7c\xc9\x6c\x90\x2c\xc3\x08\x44\x7e\x17\x9e\x54\x1f\xd4\x45\x59\x97\xcf\x93\x18\x66\xbc\x09\xc8\x32\x8c\x66\x6e\x0b\x11\x87\xe1\xe2\x15\x30\x2c\xdc\x00\x1c\xde\x85\x88\x23\xc0\xea\xc5\x9d\xf8\x61\xd7\xcb\x09\xdc\xcc\x04\xee\xc4\xf7\x43\x91\x9b\xef\x19\x5c\xd6\xae\xdd\x17\x0c\x33\xc7\x5f\x21\x4b\xcd\xdb\x6c\x51\xdb\xc4\x8c\x9d\x2c\x43\x52\x14\xc2\x4b\x96\xe1\x8b\xbb\xe6\x25\xcb\x30\x59\x8c\x91\x65\x98\xf1\xe6\xbf\x64\x19\x76\x90\xcc\x6b\x77\xa2\x57\x85\x58\xd2\xf9\x69\x41\xeb\x67\xa0\xfd\xe2\x4e\x8c\xd7\x2d\x74\xf0\x10\xdb\x1a\x60\x78\xbc\x9a\x9b\x54\x0a\x0b\xa7\x8d\xf6\x42\x44\xc2\x6b\x60\x68\x21\x0a\xfa\x1b\xd6\x14\x37\xe2\xc1\x6c\x02\xf4\x67\x63\xc1\x2b\xf4\xd7\xed\xb3\x78\x89\x25\xfd\xe8\xe8\x42\x7f\xfd\x6c\x53\x09\x5f\xbb\x9f\x74\xe9\x2b\xfa\x42\xc0\x68\xb2\x5a\x40\xc0\x28\x25\x22\xc3\x4b\x96\xa1\xfd\x35\xef\xa1\x2c\x0f\x2e\xd8\x57\x08\xaf\x3d\x46\x32\x20\x3c\xc7\x04\xbc\x20\x3c\x2a\xb9\x84\xf7\x90\xa4\x8d\x09\xe7\xbd\x94\x16\xb2\x12\x84\xcb\x70\x59\x20\x90\x49\xf8\x9a\x9d\x81\xf0\x92\x77\x16\x08\x6f\x58\xf8\x5e\x5c\xf6\x18\x00\xdf\x8b\xcb\x1e\x54\xfc\x5e\x97\x16\xe2\x6c\x1a\xe1\x79\xbf\x80\xf0\xea\xeb\xaf\x20\xc2\xb1\x79\xbf\x04\x8c\x76\xab\x60\x04\x8c\x9e\xe8\xaf\x10\x0d\x05\x32\x7c\x09\x18\xad\x56\x82\x08\x18\x5d\xf4\x33\xe2\x32\xbc\x8a\x83\x0e\x51\x08\xaf\x79\x06\x23\x2e\xc3\xf9\xf8\x37\xf1\x90\x7b\xfd\x1b\x2e\x6d\x56\x33\xe2\x32\x3c\x30\xef\x68\x97\xe1\xf4\x93\x3a\x63\x0f\xbd\x8e\xd4\x9f\xa1\x76\x73\x88\x8f\x8b\x40\x4c\x28\x8d\xcf\xab\x19\x41\x71\x5c\x72\x1a\x22\x28\x6e\x1d\xff\x86\x81\x13\xb1\x12\x41\x71\x36\x7b\x45\x50\x9c\x62\x87\x7e\x93\x25\x47\x01\xbc\x9e\x91\xd9\x31\x38\x1b\x8b\x6e\x12\x4b\x4a\x49\xc3\x10\x89\x25\xe5\x26\x88\x10\x71\x0b\xbe\x1c\x9c\x18\x00\xb0\x78\xb4\x63\x70\x1c\xa6\x7f\xd3\xf0\x0c\x67\x63\xa0\xc6\x05\x7a\x63\x14\xc0\x2b\x35\xba\x75\x2d\xdf\x40\x04\xc4\xc0\xd0\x97\xbf\x49\xbc\xef\x72\xeb\xc4\xfb\xa2\x6b\x47\x00\xde\xf4\x18\x00\x78\xde\x9e\x51\x00\xaf\x52\xd9\x2b\x44\x00\x5e\x60\xcb\xc7\x17\xb7\x0b\x76\xe6\xf8\x12\x0c\xd5\xfc\x15\xdc\x2e\xc7\xef\x55\x2c\x69\x4c\xee\x4b\xf5\xbc\xc5\xa2\xbc\x64\xd3\x79\x0c\x2f\x29\x1f\xc9\x2d\x90\xd2\xe2\x99\x78\x09\xd6\xdb\xfe\x26\x89\xae\x40\xdd\xe8\xf2\x33\xaf\x29\xdc\x2e\x88\xb1\x08\xc0\xa3\xba\x55\x88\xb8\x05\x3b\x81\x8a\x11\xb7\xe0\x42\x38\x45\xbb\x05\x89\x9c\x88\x00\x3c\x0a\xdc\x84\xe8\x38\x53\x74\xf4\x48\x9c\x69\x41\x00\xc5\x68\x11\xe7\xdf\x70\xeb\x82\x80\x22\xe5\x67\xb8\x29\x3c\x44\xca\xcf\x70\xab\x77\x88\x91\x88\x0b\xf7\x3a\x12\xeb\x0c\xfb\x8c\x94\x9f\x79\x3f\xbf\x89\x45\xd6\xe3\xaf\xe0\x76\x21\x0e\x26\x0a\xe0\xf5\x86\x9b\x35\x0a\xe0\x75\x47\x5a\xc7\xe4\x1a\x2c\x8c\x16\x14\xf7\x7e\xde\x23\xd8\x0b\x8d\x2f\x82\xe2\xb8\x9e\x20\x44\x50\xdc\x25\x82\x39\x26\xc6\x87\xbd\x31\x0a\xc5\x35\x03\xf4\x28\x14\xd7\xc3\xf4\x93\x94\x9f\x29\xee\x8b\x44\xdc\xf0\xec\x0a\xc5\xf5\x99\xdc\x17\x82\xa1\x5e\x53\x94\x9f\xc1\x6a\x19\x29\x3f\x53\xbd\x0b\x28\x3f\xd3\x61\xf3\x11\x14\xb7\x5e\x53\x04\xb3\x25\xd8\x04\x35\x66\x6e\x35\x95\x70\xc5\x31\x13\x42\x71\x25\xc3\x3e\xa3\x50\x5c\xc9\xe0\xa1\x48\x30\x69\xf6\x8e\xa4\xc6\x0c\x45\x2f\x43\xa4\xc6\x4c\xc5\xd0\x15\xa9\x31\xd3\x81\xe4\x91\x60\xd2\x83\x9e\x1a\x33\x06\x08\xb4\xeb\x68\x84\xf7\xfa\x9b\xa8\x60\xc3\x23\xa2\x06\x0b\xc2\x22\x82\xf0\xb8\x53\x32\x44\x10\xde\x4b\xf4\x47\x04\xe1\x25\x10\x65\xc4\x2d\x58\x50\xc1\x22\x6e\xc1\x01\x63\x8f\xc5\xfc\x85\xb1\x17\x57\xcf\x63\x2f\xe1\x16\x2c\x78\x0d\x22\x6e\xc1\xdb\xdd\x7a\xc7\x59\xcb\xcc\x17\x7c\x2b\xd7\xad\x13\xac\xe7\x73\x5b\x1c\x71\xc1\xcc\x17\xce\xdf\x76\x5f\x74\xfe\x62\x77\x0b\x44\x94\xa0\x74\xc5\x4a\xb6\xa7\xd7\x5d\x08\xaf\x06\xcc\x96\x91\x6c\xc1\xe2\xfd\x09\xc2\x7b\x7c\xa6\xc9\x16\xb4\x8d\x3d\x56\x5c\xef\xe1\x47\x71\xc9\x11\xaf\xe0\xf2\x51\xc1\x2b\xe8\x50\xe7\x58\xb1\x8f\x01\xcd\x22\xae\xbf\x52\xdc\x00\x00\xe1\x75\xa7\x5d\x5b\xd5\x5f\x21\xe5\xc3\x6c\x90\x58\xd2\x8a\x6e\x18\x71\xfd\x35\xb3\x02\x81\xb8\x3e\x91\x9a\x91\xac\xbf\x63\x09\x87\x7b\x6f\xa0\xab\x45\x40\x9c\x81\x4c\x04\xc4\x05\x1f\x4d\xdc\x7b\xd6\x8f\x22\x65\x64\x4e\xf2\x57\xa4\x45\x66\x4f\xa7\x41\xdc\xf1\x57\x74\xc4\x9a\x17\xa5\x31\x06\x8b\x9c\x86\x0d\xcc\x92\x11\xf7\xde\x67\x7c\x94\x91\xc9\x66\x05\xc4\x8b\x06\x6c\x8a\xd1\xf1\xa2\x58\x34\x23\xf1\xa2\x6d\xfa\x49\x0c\x25\x3e\x54\xc4\x8b\xae\x64\x4a\x47\x6c\x99\x5d\x77\x57\xe8\xa2\xf5\x4e\x05\x2b\x1c\x6c\x51\x20\xae\x51\xc2\x3e\x44\xca\xc8\x70\x3b\x77\x88\xdd\x59\x55\xcc\x04\xf1\xa2\x8f\xd9\x27\x20\x8e\x62\xfe\x21\x02\xe2\x9a\x0f\x31\x65\x64\xa8\xc9\x10\x22\xee\xbd\x81\x85\x31\x92\xf5\x97\x86\x29\xb6\x20\xd1\xc6\xd1\x05\x46\x3f\xbf\x69\x0b\x16\x1f\xaa\x81\xe7\x1d\x0b\x6a\x14\xc0\xeb\x95\x18\xf0\x38\x2c\xc2\x19\xfb\x40\x03\xc3\xd9\x17\x71\xef\x4d\x8b\x4d\xdc\x7b\xd7\xec\xcc\xee\x3d\xcf\x0b\xee\xbd\xe7\xf3\x24\xe3\x23\xe2\x3d\x0e\xbb\x87\x4c\x49\xc3\xe4\x3e\xf5\x10\x85\xe2\x3a\x77\xaf\x84\x38\x89\x47\xf7\x11\x23\x28\x94\x1a\x10\x21\x12\x14\x1a\x30\xcc\x44\x07\x85\x12\x15\x1d\x09\x0a\x3d\x66\x9f\x13\x43\x1e\xfa\x7b\x9c\xd4\xf7\xf5\x3a\x50\x2b\xa6\x7a\xfd\x08\x0a\xfd\x30\xbe\x49\x05\x40\x33\x30\xdc\x7b\xd9\x33\x81\x7b\x2f\x7f\x9e\x24\x2b\xce\x3a\x17\x59\x7f\x83\xf0\xbc\x08\x8a\xbb\xe8\xfd\x51\x28\xae\x77\xcc\x1f\x51\x28\xae\x0f\x8f\x76\xe1\x23\xf1\x7b\xa0\xb8\x66\xb6\xbb\x70\x7f\x45\x53\x1a\xdf\xc4\xe1\x1c\x41\x71\x85\xb8\x8d\x08\x8a\x9b\x78\x06\x22\x59\x7f\xdb\x7a\x23\x59\x7f\x07\x23\x5f\x24\xeb\xef\x56\xb7\x37\x51\x12\x98\x09\x17\x1f\x35\x2b\x27\x28\x34\xfa\x6c\x92\xf5\xf7\x39\x9b\xb8\xf7\x3a\x66\xa8\x88\x7b\x6f\xe2\x00\x8e\x64\x04\x5e\x02\x46\xe3\x66\x7c\x56\x00\x29\x3e\xfa\xf8\x74\x38\x23\xd0\x27\x1c\xf7\x5e\xfc\x7c\x85\xfa\xcc\xdd\x2d\x80\x10\xc0\xd6\x11\xf7\x5e\x35\xd3\x07\xc5\x91\xcd\x1a\xe2\xc6\xc6\x5e\xfd\xe4\xc4\xfc\xe8\xdf\x6c\x88\x75\xcf\x34\xbe\xfe\xfc\xa0\x38\x67\x88\x76\xef\xe1\x48\x8a\x00\xbc\xeb\x83\x43\x19\x99\x0b\x18\x8b\x00\xbc\xee\x4d\x2e\x80\xd7\x97\x35\x1b\xbb\xf7\xac\x11\x09\xe0\x25\x92\x98\x43\x3c\xb8\x87\x70\xc2\x44\x00\x5e\xf7\xe1\x00\xe0\x2d\x6f\xc1\x43\xcc\x32\xc6\x89\x28\x17\x5e\x69\xdb\x2d\x68\xf9\x1c\x8d\x1b\x0f\x99\x4c\xc3\xbf\x91\x94\xea\xa5\x15\xc0\xab\xc7\xd4\xc5\x3b\x8b\x05\x2e\x0a\xe0\xb5\xea\x03\x77\xc9\xf7\xb7\x78\x10\xc0\xeb\x76\xa2\x45\x01\xbc\xbe\x2c\x6d\x2f\x81\x75\x5e\x94\x4b\x52\xaa\x19\x98\x00\x5e\xba\xd6\xea\x00\x78\xd4\xa1\x0b\xf1\x92\xe9\x63\x06\x76\x09\xec\xb1\xec\xa5\x54\x8c\x33\xfb\x22\x2e\xbc\x64\xc9\xef\x02\xa3\x16\x94\xb8\xf0\xfa\x67\x44\xd2\xc0\x06\x06\x81\x44\xa9\x18\xa7\x2f\x24\x4a\xc5\x4c\x58\x48\xa2\x54\xcc\x44\x66\x27\x97\x8a\xe9\xa6\xd0\xc0\xaa\xbf\x82\x06\x06\x7b\x49\x14\x18\xcd\xc3\x54\xc5\xc1\x76\xa0\xb4\x3d\x6d\xbf\x4d\x94\x8a\x31\xce\x48\x64\x0b\xce\xd7\x94\x8e\x9f\x13\x86\x12\xd9\x82\xf7\xf3\x24\x5a\x16\xf0\x39\x91\x11\x48\xed\xdf\x90\xc8\x08\x7c\x31\xfd\x24\xe2\x3e\xe3\x30\x45\x62\x3b\xe2\x28\x39\x23\x70\xf8\x3d\x22\x04\x48\xc4\x49\x42\x71\x8d\xfa\x6e\x21\xe1\xa6\xdb\xe4\x58\x25\xdc\x74\x8e\xad\x49\x64\x04\x72\x05\x7d\x48\x76\xd3\xc1\x0a\x12\x6e\x3a\x2e\x4e\x08\xc9\x6e\xba\xe4\xaf\xc8\xcd\xd3\xb7\x7b\x26\x23\x83\xc3\xde\x12\x35\x5f\x6c\x33\x4d\x64\x0b\xbe\x88\xe9\x44\xcd\x97\x84\xda\x93\xa8\xf9\x52\xdc\x33\x8a\x88\x36\x18\x74\x22\x5b\x90\x5b\x2b\x43\x22\x5b\xb0\x7b\x1d\x08\xee\xbc\x18\x2e\x92\xb3\x05\x87\x9f\x04\xa5\x7e\x9e\x74\x62\x34\xb3\xf4\x22\xc2\xab\x7f\x9b\x68\x7c\xcc\x04\x6e\x3a\x87\x9a\x25\xdc\x74\xab\xb9\x9f\xa4\x24\x6d\xbf\x47\x4a\x12\x4a\x57\xa2\xe6\x0b\x25\x3e\x43\x12\x8a\x6b\x0b\x61\x9f\xa8\xf9\x42\x99\xb1\x90\x22\x49\xd3\xd9\xef\x69\x7c\xd7\xb3\x44\x11\xd1\x8b\x51\x31\x45\x92\xa6\xd1\xdf\x93\x50\x5c\xde\x9e\xb3\x68\x16\xe9\xaf\x20\xe2\xd0\x45\x93\x51\x5c\x75\x5f\xa8\xe4\x87\x42\x96\x84\xe2\xba\x5d\xc5\x29\x52\x04\x36\xb0\x93\xa3\x8b\xc0\xba\x05\xaf\x1f\xbf\xe1\xa6\x8b\x68\xf3\x29\x39\x1b\x92\xf1\x81\xe2\x9c\x5a\x94\xc8\x16\x74\xc8\x5f\xa2\xe6\x0b\x17\xbb\x85\x04\x8a\x7b\xe6\x8f\xdc\x7b\xc9\xe5\x60\x9a\x9b\xa3\x1c\x0c\x0c\x33\xe1\xa6\x7b\xab\xa9\x0e\x7c\x66\x72\x5d\x0e\xe6\xd3\x1c\xf6\x23\x1f\x62\x97\x83\x41\x87\x4d\x44\x73\x3a\x83\x26\x11\xcd\x99\x22\x83\xcd\xf6\xab\xd2\x3a\xd1\x9c\x06\xb0\x89\x22\x2f\x0d\xb8\x9e\x28\xf2\x42\xa9\xfd\x90\x28\xf2\xd2\xb7\xbf\x49\x48\x9c\xa7\xc5\x39\x80\xc0\xd2\x94\x89\xa6\x3e\xfe\x0a\x45\x96\xcc\x50\x28\xf2\x42\xad\xe8\x90\x28\xf2\x12\xbc\x09\x28\xf2\x12\xaf\x29\x60\xb7\xb7\x2e\xb0\xcd\x1e\xdf\x04\x6c\x1b\x40\xc8\x54\x5c\x3a\x93\x65\x07\xb6\x2d\x3c\xbe\x09\xc7\x9c\x21\x4f\xa2\xc8\x0b\x89\xdf\x21\x11\xcd\xd9\xb6\x9f\xa4\x3e\x5f\x34\xa5\x0d\x59\xbc\xe5\x0b\x7e\x63\x6f\x10\x60\xdb\xfd\xb4\x87\xd5\xab\x99\xd2\xaa\x0c\x1f\x70\x47\x73\xa2\x61\x26\x60\x1b\xd7\x3f\x86\x04\x6c\xa3\x94\x51\x48\xe4\x00\x3e\xde\x90\x95\xb8\x06\x4c\x54\x09\xd8\xc6\x85\x4d\x21\xe1\x98\x5b\x5e\x77\x3b\xe6\x08\x90\x4b\x38\xe6\xec\x9e\x4d\xe4\x00\x06\xaf\x66\x05\x13\x44\xbf\x47\x48\x1c\xe6\x96\x44\x0e\xe0\x78\xfc\x24\x21\x8d\xc9\xed\x91\x43\xd6\xfc\x4d\xa2\x8d\xbb\x29\x8a\x64\x79\x87\x18\xb7\xa1\xa7\xa6\x4a\x95\x02\x2c\x9a\xa9\x3a\xbd\x9a\x99\x10\x6e\x4b\x77\x9b\xa2\x92\x8b\x59\x1d\x95\x5c\x3e\xbb\x80\x90\x4d\x2e\xf8\x0f\x09\x4c\x97\xcd\x68\xa9\xe4\x42\x52\x7f\x48\xc2\x74\xb9\x78\x35\x1b\x45\x6c\x8e\x29\x4a\x11\xf8\xd8\x36\xa7\x1f\x33\x5a\x2e\x8d\x98\x9f\x27\x29\x62\xe3\xd3\xe1\x90\x4d\x1c\x81\xc9\x21\x9b\xd7\xed\x81\x4b\x5f\xbf\x47\x29\x02\xb3\x17\x1c\x73\x8e\xdb\x4d\x38\xe6\x9c\xf8\x93\x70\xcc\x65\x8b\x69\x30\x5d\xf6\x0e\x01\xd3\x55\xb4\xe4\x04\xa6\xab\x16\x71\x60\xba\xe6\x5d\xf0\xa9\xe4\xe2\xdf\x70\xac\x7e\x5a\xc7\x72\x8e\xaf\x23\x81\xe9\x0e\xc6\x9e\x04\xa6\xa3\x00\x53\x48\x84\x6c\x46\x5c\xbe\x49\x98\xae\x3a\x73\x31\x75\xa2\x8d\x7d\x52\xa9\xe4\xd2\x2d\xc2\xa9\xe4\xe2\xa4\xf0\x04\xa6\xb3\x51\x31\x81\xe9\xb8\xc0\x36\x24\x30\xdd\xb6\x08\x20\x64\x73\x93\x14\x9e\xc8\x01\x7c\x50\x4d\x13\x39\x80\x4e\x31\x49\xc3\x71\x37\xb4\x4e\xc8\x66\xda\x6e\x81\x90\xcd\xe5\x6f\x0e\x74\x7b\x66\x10\x4c\xc7\x35\xc6\x21\x51\x1a\x74\xe4\x1f\x05\xc1\x25\x8a\xbc\x4c\x2f\x18\x4e\xbb\x65\x1d\x01\xa7\xdd\xb6\x3e\x86\xd3\xee\x7a\x19\x26\xd1\x80\xd8\x96\x12\x55\x43\x1b\xd6\xc7\x44\xd5\xd0\xee\x8e\x11\xcd\x49\xdd\xad\x90\x80\x7b\x6f\xf2\x7b\x38\xb5\x50\xed\x93\x8b\xbc\x60\xeb\x49\x2e\xf2\x62\xd6\x43\x34\xe7\x22\xe7\x29\x11\xcd\x99\x71\x21\x24\x9c\x76\x0b\xff\x68\x9a\xbe\xea\xc5\xef\x71\xd5\x8b\x37\x01\x70\x2f\x7f\xfa\x42\x91\x17\x00\x7a\xa2\xc8\x4b\xf2\xf6\x04\xee\x05\x42\xe2\x92\xe0\x5e\xaf\x24\x4a\x26\xc1\xbd\x64\xc8\x9a\x96\xd3\x57\x59\x5a\x9c\x76\xd3\x1a\x18\x39\x80\xc1\x6c\x57\x70\xaf\x65\x6b\x7c\x8b\xb8\x0d\x6f\x48\xe0\x5e\xb5\x30\x04\xee\xb5\xe3\xf7\xb0\xf8\x79\x2b\x91\x03\x48\x31\xd0\x90\x96\xa3\x1d\xdd\x4f\xd7\x07\xe3\x70\xe0\xb4\xb3\xdb\x2c\xe1\xb4\xbb\xc4\x3c\x24\xa2\x39\x5f\x8b\x3f\xa2\x39\x9b\x0f\x23\x05\x60\x0e\x26\xa3\x04\xdc\xe3\x22\xcc\x90\x80\x7b\xcf\xf2\x93\x14\x0c\x0f\xa6\xec\xd4\x62\xbf\x08\xee\xe5\xec\x1d\x22\xb8\x97\x6d\xd4\x48\x1b\xd6\xe3\x43\x45\x01\x98\x65\x51\xb5\x61\x3d\xc7\xbf\x6d\x3c\xe1\x8c\x6f\xc3\x7a\xac\x40\x90\x03\x78\xac\x25\x53\x00\xc6\x76\xd1\x44\x0e\xe0\x63\x96\x75\x9c\x23\xc7\xd8\xc1\x74\xa3\x98\xa2\xb2\x83\x05\x02\x39\x80\x2f\x9e\xf7\x44\x0e\xe0\x47\x7f\x3f\x2e\x2d\x69\xca\x16\x77\xbf\x07\x9c\x05\xca\x27\x42\x36\xe7\x74\x0b\xd4\x1f\xb4\x8a\x72\x9c\x48\xe5\x9e\x01\x67\xaf\x7f\xc3\x29\x59\xfd\x1b\x4e\x49\xf7\x13\xbc\xf7\xd1\x53\x09\xd9\xb4\x9f\x27\x5d\xe7\xe0\xfa\x37\x4a\x83\x12\xaf\x93\x2e\x58\xe2\x9a\x42\x74\x98\x85\x10\xb2\xf9\x99\x09\x72\x00\x37\xa8\x31\x51\x1a\xf4\x35\xcb\xba\xe0\xa1\x0f\x45\x48\xaa\xd7\xfd\x62\x6e\xc1\x64\x94\x2e\x39\x9c\x5e\x4d\xf0\x9e\xa3\x77\x12\x78\xcf\x9e\x88\x04\xde\xdb\x04\x05\x64\xf0\xde\xc1\x20\x90\xc1\x7b\x2e\x6f\x90\xc1\x7b\xb6\x1e\xe7\x87\xd2\x99\x9c\xf7\x6c\xbc\xc7\xf9\xcb\xe0\x3d\x2a\xbe\x87\x6c\xbc\x87\x40\xcf\xe0\xbd\x82\x5a\x90\xc1\x7b\x5c\x3d\x16\xf2\xe3\xd2\xc3\x0d\xca\x21\xa9\x6e\x1d\xbc\x7e\xdd\x82\xc6\x47\xb5\x9d\x90\x1f\x57\xae\x38\x50\x98\x3b\x8b\x29\xb0\x84\x29\x9c\x7d\x7b\xff\xe0\xa2\xa7\x90\xf1\x03\x5e\xa6\x3a\x03\x13\x1f\xf2\xcb\x32\x30\xd1\xc7\x36\x03\x13\x2d\x43\x33\x30\xd1\x01\xf6\x19\x98\x38\xb0\xc4\x64\x0a\xc7\x58\x2e\x67\x0a\xc7\x50\x31\x2b\xe4\xe0\x1c\x1d\xff\x46\xe9\x3e\xac\x5e\x59\x30\x31\xf7\xe0\xd6\x29\x4a\x52\xfc\x24\x47\xf3\x35\x45\x22\x07\xa2\x23\x13\xcd\x49\x31\xc9\x90\xb9\x6b\xa2\xb0\xad\x33\x45\x65\xaa\x17\x93\xa2\x32\x2b\x9b\xd2\xd2\x6e\x6c\x75\x99\xd2\xa0\x14\x26\x0d\xd9\x77\x4d\x5c\x7f\x85\xe2\x3e\x30\xd3\xfc\x92\x43\x06\xc0\xcb\x38\xfb\x1c\xad\x90\x5f\x2a\x1f\xbc\xa6\xd0\xea\xbc\xec\xbe\x6b\x02\x61\x91\x71\xf6\x05\xd2\x41\x32\x39\x80\x76\x2e\xe6\x97\xaa\xcb\x8f\xbf\xa2\xad\x3b\x89\x1e\xc8\x38\xfb\x5e\x1c\x42\xd9\x39\x80\x00\xd1\x8c\xb3\x2f\xbb\x2f\x38\xfb\xa8\x89\x1c\x32\xce\xbe\x80\x55\x2f\xe3\xec\xe3\x12\xd0\x90\x71\xf6\x71\xb5\x67\xc8\x38\xfb\x52\x73\x0b\x44\x8b\x13\xad\x90\x71\xf6\x15\xb4\xf2\x0c\x4c\xec\xb0\xdd\x0c\x4c\x74\x48\x7d\xc6\xd9\xe7\xb8\xcf\x1c\x09\x97\xc3\x26\x9c\x71\xf6\x85\xea\x27\x31\x63\xa0\xcd\xe7\x04\x0c\xc6\x78\x96\x05\x13\x5b\x01\x9f\x64\xe7\x00\x62\x86\xca\x09\x33\x06\x66\x9a\x2c\x98\xd8\xf6\xf1\x57\x32\x09\x04\xb4\x97\xb8\x2b\xc4\x87\x51\x58\xb0\xa7\xd7\xef\xe1\xac\xf5\xb1\xc5\xd9\xe7\x04\xa5\x4c\x51\x19\xeb\x94\x99\xa2\x32\x2b\xfb\x2b\x42\x1d\x36\x2b\xe4\x64\x67\xb4\x29\xa2\xa9\x5f\x8f\x81\xca\x1c\xde\x13\x54\x8e\x79\x09\xb3\xcb\x54\x8e\xa1\x26\x79\xc8\x99\xfa\x6e\xd1\x14\xe3\xf3\x9e\x27\x07\x70\x78\xae\x85\x1a\x7b\x39\xa6\x40\x55\x98\xfc\x32\x17\x4a\x38\x8a\x2a\xdb\xd9\x07\x8a\xcb\x38\xfb\x26\xee\xf5\x9c\x89\x67\x21\xfa\x3e\x83\x1a\x2b\xf9\x7a\x19\xd4\xe8\x2c\xca\x2c\xd4\xd8\x33\x48\x34\x67\x12\x8d\xb2\x7f\xc3\x19\xed\xf3\xfe\xb9\x50\x82\xf6\xb8\x50\x22\xa0\x5c\xe4\x42\x69\xd7\x65\x4a\xa8\xa3\x83\xaa\x32\xe1\x9c\x13\x2c\x98\x8b\x6b\xbf\x31\x22\xa1\xc6\xf2\x80\x17\x32\x95\x63\x9c\x84\x94\x1d\xce\x89\x78\xc8\x84\x73\x16\x9f\x62\x2e\x94\x88\x5e\x07\x2e\x94\x88\xd7\x14\x66\x1a\x90\x4c\x26\x9c\xb3\xfa\x3c\x14\xb3\x56\xf7\x85\x44\x15\xcc\x8f\x99\xca\x31\x8f\x39\x26\x95\x63\x02\xa2\x38\x83\x1a\x07\x4a\x42\xa6\x72\x8c\x43\xf0\x72\xc5\x9c\x1b\x7e\xc8\x92\xb9\x84\xf0\x3d\x7e\x8d\x50\xa5\x4f\x73\x58\x11\xd1\x6c\x72\x25\x73\xfe\x71\xe3\x14\x9c\xf6\xc1\x21\xd2\x73\x47\x77\x85\xca\x0e\xd3\x14\x71\x06\x3e\x46\x44\x7a\x16\x0c\xe0\x19\x47\xa0\xb5\x97\x4c\xa4\xa7\x4b\xef\x64\x22\x3d\x17\x86\xfa\x0c\xa0\x74\xe8\x49\x6e\xae\xba\x4c\x3f\x89\xf4\xb4\x2e\x93\xc9\x01\x8c\xde\x3c\x38\x09\x93\xd9\x35\x39\x80\x4e\x8c\xce\x94\x06\xb5\xe5\x2e\x53\x1a\x74\x59\x66\xbb\x34\x28\xce\xb0\xec\x48\x4f\x8b\x23\x8a\xca\x3c\xde\x04\x14\x95\x79\x86\x5b\xc0\xca\xbd\xdd\x33\xb4\x72\xac\xab\x19\x27\x61\xb6\x1e\x40\x0e\x60\x06\x0e\x65\x72\x00\x0b\xba\x45\x26\x07\x70\x7a\xb4\x44\x7a\x4e\xf4\xc6\x4c\xa4\xe7\xf2\x01\xef\xdc\xf2\x66\xa1\x46\x51\x99\xed\x55\x21\xd2\xd3\x29\xdb\x99\xa2\x32\xd9\x22\x0e\x27\x61\x21\xc4\x3d\x77\x6e\xe9\x23\x6a\x24\x77\x72\x38\x7d\x18\x3b\x4e\x34\x1f\x70\x72\x00\x1f\xaf\x11\x39\x80\xef\xf4\x57\xa8\x6a\x0b\xd4\xcd\x02\x94\x7d\x60\x9c\xc8\x02\x94\xe9\x6e\x53\x5a\x3f\x27\x6b\x64\x72\x00\xab\x8f\x11\x51\xa0\xdb\xec\x93\x1c\xc0\xd5\xfd\x9b\xc6\x77\x9a\xdf\xab\x20\x3c\xb7\x87\x85\xf8\x43\x61\x21\xf6\x1a\xb9\xa8\x0c\xe8\x21\x53\x54\x66\xa3\x37\x66\x8a\xca\x38\x36\x37\x83\x1a\x13\x9a\x70\x1e\x2e\x0a\xe4\xf6\x2e\xb1\x20\xf4\x8c\x1c\xc0\x68\xc1\x45\x51\x99\x89\x49\x25\x4f\x8a\x72\x61\x2b\xcf\x94\x06\xad\x16\x9b\x84\x7a\xba\x34\x54\x9e\xa4\x57\xbb\x9f\x13\xd5\x86\x38\x83\x3c\x51\x6d\xcc\x26\x26\x39\x9c\x66\xe5\x2e\x0d\xea\xd9\xb5\x93\xd0\xe7\x08\x27\x61\xf3\xce\x9a\xe4\xe0\x9a\xed\x4e\xa2\xfd\x71\x54\x67\xa1\xc6\x1e\xbc\x2a\x13\x83\x8e\xd9\xa7\x43\x3d\xfd\x1b\xa1\x9e\xae\x35\x92\x09\xf5\x2c\x16\xbe\x38\x09\x9d\x2c\x9f\xed\x24\xfc\x3c\x49\x8e\xdc\xf2\x6f\x38\xd1\x7c\xaa\x28\x0d\xea\xbc\x80\x4c\x0e\xe0\xf2\xcc\x93\x03\x78\x2c\x36\x41\x8d\xc1\x33\x01\x6a\xb4\x59\x21\x2f\x2e\x5c\x48\xfe\x0a\xa5\x6b\x3f\x2d\x10\xc7\x04\x96\xc8\xa0\xc6\x8c\x3f\x23\x83\x1a\x5d\x6d\x31\x13\xea\x39\x7c\x72\x08\xf5\xb4\x8b\x39\x13\xea\xb9\x7c\x3a\xb6\x2b\x8f\xf8\x49\x2a\x8f\xe0\x12\xcd\x54\x8e\x09\x78\x14\xb2\x2b\xc7\x1c\x3f\xe9\x1c\xe3\x1f\x14\xe7\x0c\x19\xff\x61\xf2\xd1\x24\x0a\xd4\x21\x6a\x79\x3b\x47\xce\x43\x20\x4a\xd9\x47\x73\xdb\xff\xcb\x04\x72\xd7\xc4\xc8\xfe\x8a\x58\xcf\xb0\x04\x17\xa0\xac\xcb\x52\xfa\x10\x9d\x67\xb6\x74\x9c\xbe\xca\x94\x09\x50\x56\x47\x5c\xe4\xc3\x0d\x5b\x04\xba\xe5\x43\xbd\x27\xcb\xbb\xc3\x5d\x0c\x9e\x08\x8a\xca\xd8\x35\x96\x8f\x6d\x3d\x6e\x9d\xbb\x26\x3e\x7d\xc1\xd6\xe3\xed\x79\xb0\xf5\x58\x74\x00\x28\xe7\xe7\x2b\x1b\xd7\x26\x0b\x46\x84\xe8\x43\xb2\x67\x26\x42\xf4\x31\xd3\xbf\xdc\xe0\x67\xf6\x02\xa0\x7c\xdd\x02\x0e\x44\x27\xaa\x64\x1c\x88\xc5\xc7\xf6\x92\xa2\xba\xfd\x24\xc9\x28\x84\xbd\xe5\xeb\xe3\x47\xeb\xdc\x27\xd1\x3f\xdf\x14\xb2\x70\x4a\x73\x26\xcf\x6f\x5a\x8b\xbc\x0e\xb3\x63\xf3\x18\x34\x9a\x15\xd8\x49\xe8\xad\x04\x68\x9c\x1c\xcd\x62\x27\x21\x9a\x70\x11\x68\x2c\x1b\x6b\x59\x79\x7c\x0b\xda\x80\xd2\x1a\x85\xee\x27\x29\xea\xfe\xfa\x49\x34\x6f\x46\x5b\x04\x1a\x9b\x1d\x9d\x85\xc2\x31\x91\x83\x5a\xc8\xf3\x73\x7d\xb7\x42\x9e\xdf\x85\xb9\x15\xf2\xfc\xee\x70\x7b\xe4\xf9\x31\xf3\x85\x3c\x3f\x6e\x42\x0f\xc5\x79\x7e\xc1\xbf\x51\x39\xba\xb8\x67\xae\xac\xac\x59\x2a\x81\xfb\x40\xd0\xdc\x4a\x60\x7c\xf8\x33\x8a\x90\x61\xb1\x55\xb6\x90\xe7\x47\xa1\xff\x50\xc8\xf3\x2b\xe8\x8d\x85\x3c\xbf\xca\x6e\x2d\xe4\xf9\x4d\xb4\xeb\x12\x00\xfd\x88\xfe\xe2\x5b\x08\x5f\x7f\xa5\x83\x36\xfd\x9e\xf6\x20\x17\x0b\x84\x42\x75\x98\x74\xfd\x1e\x3e\xfa\xe2\xf7\xb8\x4a\x0a\xab\x73\x09\x18\x35\x96\x9f\xd4\x1e\x0c\x9e\x33\x21\xc3\x1e\x89\xf7\x28\x2f\x61\x84\x58\xb9\xcb\xcb\xa5\x0a\xe4\xd2\x96\xd7\x35\xe3\xe8\x0b\x61\xa0\xcd\xb3\x44\x18\xe8\xc5\x15\x57\x7c\x0b\x21\xfa\x5f\x79\x71\xb0\x3d\x6e\x8f\xf5\x7b\x4d\x69\xfd\x36\xd1\x50\x85\xea\x30\x09\x01\x5b\x5e\xe7\xc1\x31\x4b\x5c\x1a\x51\x41\x1d\x85\x30\xd0\xbb\xdd\x02\xd5\x37\x3c\xd7\x38\x10\x2f\xaa\x4d\xc1\x81\xd8\x61\xa6\x05\x07\x62\xaf\xfe\x8d\x5b\x24\x3d\x76\x1c\x88\x36\x43\x15\x1c\x88\x0f\x2c\xb2\xe0\x40\x7c\x89\x36\x29\x91\xea\x37\xc9\xbf\xa1\x79\x83\xfa\x4b\x74\x18\xa1\x7f\x23\x86\xcb\xe3\xa3\x3a\x0c\x77\x19\x86\x12\x71\x00\x67\xb7\x4e\x1c\x5a\x73\x0b\x5c\x1a\x11\xfc\x1e\xf7\x29\xc5\x1f\x69\xc9\xc5\x95\x48\x81\xba\xc5\x29\x80\x68\x7c\x05\xdf\xe2\x82\x2d\x15\x7c\x8b\x0e\xda\x2a\xf8\x16\x97\x37\xa4\x7d\x8b\x18\xe3\x0b\x85\x63\xb8\x2a\x35\x14\x1c\x88\x2e\x8c\x58\x92\xcb\x55\xfa\x3d\xe7\x90\x31\x11\x38\x10\x9d\xe5\x5e\xec\x40\x9c\x6e\x8f\x08\x66\x6f\xdd\x84\xbd\xd8\x9b\x9c\x4a\xa4\xf5\xf8\x3d\xbb\x02\x38\xd2\x89\xa5\xc5\x38\x51\xb2\xed\xc5\x7c\x05\xd0\x98\x30\xa2\x14\x83\x46\x18\x5f\x31\x68\x2c\xa6\x00\x8d\x5e\x14\x17\x8e\x31\x43\x21\xcf\xcf\x96\xec\x92\xa9\x39\x06\x24\x2f\x02\x8d\xf9\xd3\x6b\xf2\xfc\xec\xf6\x2c\x14\x8e\x71\xb8\x4e\x21\x42\xd4\x25\x4a\x0a\x39\x80\xef\x71\xcf\x28\x7a\xfe\x98\xe2\xbe\x8c\x4f\x3f\x5d\xae\x92\x99\x28\xa4\xe0\x62\xfe\x28\x80\x46\xd7\x7e\x2b\xb8\x1a\xab\xfb\x49\x84\xe8\xf4\xd6\x25\x42\xf4\xf8\x38\x7c\x5c\x8d\xf4\x05\x57\x63\xfb\xfc\x46\x7c\x89\xf7\x44\xa1\x30\x0e\xf6\xe9\x52\x88\xd0\xf6\xbc\x50\x38\x26\xe1\xf4\x29\x44\x88\x0e\xb4\xf9\x42\x84\xe8\x9c\xfe\x0a\x85\x71\xa2\xc7\x70\xd8\x21\x7e\x12\xa3\x94\x0f\x31\xae\x46\xee\xe0\x08\x05\x57\x63\x26\xe5\xb7\x10\x21\xea\xf4\xf1\xc2\x7d\x12\xfb\xf3\x1b\xe5\x38\xbd\x77\xb9\x4f\x22\x98\xed\x56\xc4\x7b\x77\x0b\xb6\xf7\xb3\x7e\x84\x88\xe6\xe5\xf7\x3a\xf1\x3a\x7e\x0f\x64\xf1\xf8\x49\xb1\x1e\x6e\xb8\x0b\x85\x1c\x40\xae\x09\x0b\xa5\x22\xde\xbd\x07\x41\x86\x1d\x75\xa2\x18\x19\xfa\xc4\x81\x0c\x27\x51\x23\x85\x72\xa3\x8f\x05\x09\xc8\xd0\xae\xaa\xd2\x5c\xb3\x91\x16\x70\x35\xba\xa8\x6e\x01\x19\x2e\xaf\x0a\xc8\x90\x9a\xe4\xa1\x34\x97\x30\xf0\x7b\x84\x8f\x22\xd0\x4b\x43\x74\x80\x05\x0b\xe1\xa3\xdc\x22\x19\x4a\xc3\x95\x8a\x0a\x56\x9a\xef\xab\xf1\x37\x37\xca\x85\x7b\x46\xf2\x84\xf7\x75\xe3\xaa\x25\x14\xab\xd2\x71\xa5\x5a\xac\x38\x7c\x34\xb3\x3f\x09\x1f\xcd\x5e\x3f\x6e\x21\x74\x11\xdf\xc2\x2d\x84\x0b\x87\x7a\xc1\xd5\xf8\x9a\xbf\x80\x0c\x5f\x12\x94\x0a\xc8\xf0\x35\x7f\x01\x19\x46\xaf\xa6\x91\xa1\x77\x32\xc8\xb0\x7d\xde\x43\x3d\x0b\x7e\x8f\xd8\x1a\xa2\x85\x0a\xc8\xb0\x78\xfd\x40\x86\x0e\xc8\x2b\x20\xc3\x8d\x47\xa8\x80\x0c\x37\x06\x9d\x42\xb9\xd1\xe6\x1d\x62\x64\xf8\x85\xc9\x7f\x9b\x25\x0b\x34\xe6\xed\x21\x0c\x58\x2b\x36\xc5\x42\xea\xe0\xe3\x23\x46\xea\x60\xc0\xd2\x5b\x48\x1d\x8c\x9f\xdf\x28\x06\x6f\x96\x3c\x88\x4c\xf4\x74\x0e\xc2\x8a\x3e\xbf\x91\x5f\x96\xdd\x02\x91\xc1\x3e\x2a\x14\x8e\x59\xd8\x88\x0a\xa0\xd1\x61\xf3\x85\x4a\xa4\x1f\x3d\x87\x4a\xa4\x8e\xe2\x28\x13\x2f\xb2\xa7\x05\xd0\x58\x88\x28\x2e\x80\xc6\x96\xfc\x24\xe9\x9d\x3e\xfc\x14\x8e\x29\x78\x67\x0b\x85\x63\xaa\x25\x1c\xa0\xd1\xa5\xcc\x0b\xa0\x71\x5a\x37\x24\xb2\x34\x0f\xbf\xa7\xa5\x9d\x8f\x29\x8e\xa6\x45\x1c\xa0\xd1\x25\x14\x0b\xf9\x81\xd9\xda\x19\xb7\x10\xae\xe1\x5e\xe3\xea\x40\x67\x2e\x80\x46\x27\xc8\x16\xdf\x42\x88\x1b\xb2\x50\x38\xc6\x29\xc6\x65\xb9\x3a\x05\xfd\x14\x68\xec\x76\xde\x14\x40\x63\x43\x9f\x2e\x44\x96\x3a\xc3\xb2\x2c\xbb\xaa\x98\x79\x81\xc6\xbe\x49\x5f\x28\x8b\x28\x07\x6b\x4b\x14\x8e\xe9\xaf\x9f\x44\x74\xf8\xc0\x01\x1a\x5d\x74\xa5\x00\x1a\x67\x73\x7b\x88\x46\x6b\x28\x94\x1b\xdd\x20\xae\xc2\xb5\xf6\x11\xdf\x43\xe1\x5a\x7b\x1b\x0b\xca\xb6\xbd\xd1\xbf\xb1\x3f\x83\xdf\xe3\x16\x34\x82\xaf\x0a\xa0\xd1\x38\xa3\x90\x1f\xb8\xcd\x50\x00\x8d\xcd\xab\xb9\xed\xaa\x62\x0c\xdc\x42\x58\xcc\x84\x85\x0c\x7b\xf5\x9e\xc7\xd5\x18\x2d\xd4\x7c\x0b\x21\x21\x55\x65\xfb\x96\x37\xb7\x87\xbd\x18\x44\x59\x40\x86\x76\x89\x16\x5f\x6b\x0f\x98\x2e\x84\x8f\x36\xab\x2f\xb8\x1a\xc7\xf5\x6f\x5c\x45\xe4\xd5\xe4\x16\xc2\xcf\x18\xb8\x85\xf0\x98\x61\x1e\x42\x2f\xad\x7d\x12\x3e\xfa\x78\xe6\x8f\x6b\xe2\xd1\x33\x5f\x28\x61\x85\x85\xd0\xd2\x07\x0b\x6a\x21\xb4\x34\x9a\xd1\x1e\xec\xe1\x18\x1c\x0b\xa1\xa5\xaf\x95\x19\x5c\x8d\x8f\x35\x53\x90\xa1\x4b\x04\x15\x72\x07\x0d\xd7\x0b\xb7\x10\x6e\x62\x41\x8a\x90\x61\x7b\xf1\x47\x15\x21\xc3\xe6\x7a\x80\x05\x57\xa3\x2b\x71\x97\x4b\x72\xd6\xe7\x49\x89\xc6\xe3\x15\x73\x68\xe9\xe7\x3d\x0a\x37\x1d\xb7\x80\x6a\x63\x25\x8f\xdc\xc1\xc7\xac\x95\xdc\xc1\x08\x46\x2e\xe4\x0e\xda\xf9\x5d\x5c\x6e\xb4\xb8\x85\xc3\xa9\xf2\x6f\x12\xfd\x9d\xb0\x83\x4a\x75\x18\x6e\xbd\x0e\xd5\xa8\x11\x31\x56\xa9\x0e\x63\x73\x52\x35\x6a\x04\x23\x57\x5f\x36\x81\x12\x54\x41\x8d\x05\x55\xaa\x72\xd9\x44\xff\x21\x4b\xae\x8f\x6f\x09\x7b\x78\x4d\x52\x93\xeb\x11\x43\x15\xa0\x6c\x9d\xcd\x5a\xb9\xa0\xd0\xc1\xd4\x95\x4a\xa4\xae\x60\x5a\x1f\xa4\x4a\x75\xe3\x44\x6c\x3e\xfe\x8a\x58\x8f\xb3\xf8\xeb\x43\x80\x0e\xec\xac\x02\x28\xcd\xb2\x2a\x80\xd2\x29\x03\x95\xc2\x31\x05\x28\x5f\x01\x94\x1d\x2b\x5b\xc5\xd5\x38\x90\xbd\x35\xb8\xf0\x08\xad\x07\x17\x1e\xa1\x75\x5c\x8d\x0e\x12\xab\x5c\x50\x18\xdc\x17\xf2\x0a\xbd\x91\x2b\x79\x85\x76\x01\x55\xf2\x0a\x47\xf3\x37\x1d\x20\xe7\x27\xc9\xdb\x62\x4b\x54\x0a\xc7\xb4\xe8\x7e\x32\x3e\xb4\xeb\xea\xc2\x31\x08\x8b\x2a\x40\xd9\x86\x47\x44\xe1\x98\x81\xcb\xa2\x12\x91\x3a\x39\xfc\xf5\x75\xd2\x85\xbf\xe2\xc8\x6e\x3f\x49\x94\x43\xf4\x93\x04\xc8\x01\x4b\xeb\xeb\xbb\x5e\x4c\xb9\x5c\xa5\x5b\x1f\x68\x4b\xa6\xb0\xa7\x0e\x7f\x93\xa3\xc9\x66\xad\xb8\x1a\x43\x73\xeb\x14\x56\xc1\x3a\x57\x5f\xec\x8d\x1c\x80\x1a\xc9\x4b\xc3\x8a\x58\x71\x35\xba\xca\x44\x75\x5e\x21\x1a\x43\x8d\x8e\x02\xc8\x50\xda\xba\xdd\xe3\x13\xa0\x6c\x2e\xc0\x5e\x29\x37\xfa\x26\x3f\x89\xc1\x23\xba\xbd\x86\x39\xc9\x2d\x90\xd8\xf4\x69\x61\xa0\xbd\xd0\xcf\xe8\x72\x9c\x6e\x81\x22\xeb\xdb\xef\x69\x7c\x2e\x34\x54\x29\x37\x5a\xd0\x7a\x2a\xe5\x46\x7d\x73\x48\xa5\xdc\xe8\xf1\x93\xc9\x01\x8e\x7c\x25\x11\xd5\x8e\x79\xa0\x26\xdf\xb2\xe8\xf7\xa4\xda\x14\x82\x2d\x2b\xa8\xb1\x01\xf3\x2b\xe5\x46\x3b\xbe\xfd\xca\xfd\x15\xb6\x25\x57\xdf\x5f\xe1\xd5\xe4\xfe\x8a\x73\xdd\x02\x51\xfb\xb8\xa6\x2b\xa8\x31\x46\xb7\x67\xd6\xca\x4c\xd8\xd5\xd8\xdc\x1e\x5a\xeb\x74\x0b\x17\x1f\x09\x27\x87\x00\xd5\xed\x33\x9d\x61\x3d\x14\xfc\xac\x54\x87\x71\x0a\x46\x25\x40\xf5\xf1\x0c\x12\xa0\x1a\x60\xd7\x95\x00\xd5\xe0\x3d\x91\x5d\xa9\xda\xdf\x74\x52\x97\xbf\x29\xfe\xd2\x92\xbf\x42\x5e\xa8\xe7\x13\x57\xa3\x63\xea\x6b\xc6\x55\x7c\xfc\x15\x5c\xc5\xaf\x9f\xc4\x1e\x8e\x88\xab\x04\xa8\x9e\x4f\xcf\x24\x3a\x5e\xaf\x43\xa1\xfa\x8d\x67\xb0\x18\x75\xd0\x42\xc1\x60\xf5\xa1\x60\xad\xc4\xc8\x54\x02\x54\xf3\x87\x22\xa9\xc4\xfc\x05\x57\x63\x45\xd1\xa9\xdc\x5d\xff\x78\x3e\xb9\xbb\x3e\x98\x17\x14\x17\x6e\x32\x45\xe9\x83\xfa\x23\xc3\x45\x2d\x54\x0d\x30\x5f\x2f\xd6\xea\x3c\x20\xb1\x56\x97\xc2\xae\x5c\x50\x78\xcc\x76\x0d\x28\x81\x20\xd5\x80\x12\x7d\xb3\xe2\x85\x4c\x04\x74\xd5\x4a\x80\x0e\x1a\x43\xad\xd6\xca\xd9\x90\x15\xc0\x55\xfd\x1e\x5a\x0f\xe0\xb6\xe2\x6a\x2c\x1e\x2c\xae\xc6\xee\xc3\x41\x51\x19\x97\x9d\xac\x5c\x50\x68\x03\x4b\xad\x04\xc3\x63\x1b\xac\xdc\x5f\xe1\x9b\x0b\x2a\xf7\x57\xdc\xe4\xf6\x6c\xcb\x82\x2d\x71\x0b\xe1\x13\xdc\x4f\x62\x73\xbd\x09\x1a\xe3\xf3\x71\xa0\xdc\x68\xf0\x26\xe0\xfe\x8a\x68\xa1\xd6\x60\x3d\xde\x12\x14\x95\xf1\x7d\x19\x95\xa2\x32\x85\x32\xa5\x95\x7c\xc4\x01\x42\xa8\x00\x4a\x17\x77\xac\xdc\x5f\xc1\x7d\xd5\xa1\x02\x28\x47\x71\x0b\xe4\xb3\x2d\xbf\x07\xea\x48\xfe\x26\xe5\x2a\xb1\x5e\x55\xf2\x11\x0f\x86\xa0\x4a\xec\x2a\xb7\xee\x86\x4a\xec\x2a\xb7\x50\x87\xca\xfd\x15\xc6\x3c\x95\xd8\xd5\xe2\x19\x24\x76\x75\x99\x5d\x13\xbb\x7a\x89\x1a\xa9\xb8\x1a\xa3\x85\x2f\xae\xc6\x8a\x3d\xae\x76\x07\x58\xd1\xba\x01\xa5\x57\xcc\xae\xc6\xed\x6f\xda\xd5\xe8\x27\x1d\xdb\xc9\x9c\x19\x50\x16\xf7\x05\x7b\xbf\xf7\xa0\x00\x65\x5b\x38\xed\xea\xc7\xd5\xe8\x27\x71\x35\x9a\xd1\x0e\xa7\x6c\x33\x83\xb8\x1a\x0f\xe6\xab\x3a\x9c\xef\xc5\x37\x07\xc9\x0c\xe4\xc8\xd5\xe1\x00\x40\x7a\x36\x38\x9a\x9e\xeb\xe1\xaa\x16\x8c\x88\x7c\x44\xd7\x4d\xab\xe4\x23\x66\xef\x2c\x6e\x21\x6c\x9e\x09\x5c\x8d\x6d\xfa\x37\xa2\x8c\x88\x95\xa8\x42\x8d\x79\x78\x0f\x92\x8f\xe8\x2b\x01\xea\x20\xca\x08\xa4\x56\x87\xab\x92\xf0\x95\x89\x6a\x43\x4c\x40\x05\x35\x72\x57\x77\xa8\x46\x8d\x14\x8a\xaa\x46\x8d\x44\x92\x57\x5c\x8d\x2e\xed\x5f\xa7\xef\x8f\x61\x0c\x54\x95\x71\xb8\x63\xa5\xaa\x8c\xcb\xf7\x57\xaa\xca\x44\x4c\x0e\x95\xaa\x32\x9f\x55\x01\x35\x56\xef\x2c\x50\xa3\x4d\xa1\x15\xd4\xb8\xa2\xdf\xdb\x64\x51\xba\x2f\xa0\x46\xf3\x09\x2e\xa9\x70\xae\x41\xa5\xdc\x68\xb4\xaa\x41\xb9\x51\xd7\xe7\xab\x04\xa8\x5a\xb7\xaf\x5c\x52\x61\x03\x52\xe5\x92\x8a\x84\x3d\xbc\xfa\x92\x0a\x8b\xbf\xe5\xfd\xe9\xaf\x70\xfe\x82\x9f\x74\xb9\x58\x7f\x93\x4a\xd5\x58\xff\x2b\xa8\xd1\xd9\x97\x15\xd4\x98\xcc\xf9\xc8\x47\x4c\x38\x48\x2b\xe5\x46\xf3\xe7\x9b\xe2\x2f\xa5\xfe\xa8\x84\x7d\x5d\xb6\xb5\xf2\x49\xdf\x5f\x41\x7d\x88\x4a\xec\x6a\xc1\xd6\x5a\x89\x5d\x75\xd0\x4f\xc5\x0b\x79\x00\xa2\x75\x33\xf4\x63\x8a\x3b\x00\xcc\xca\x01\x8d\xb6\x34\xd5\x8d\x3d\x0e\x3f\x67\x25\x1d\xf1\xb3\x05\x01\x8d\xc3\xac\x9c\xf8\xd4\x89\x77\xbd\x12\x9f\x3a\xbb\x9f\xe4\x8e\x11\xeb\xda\x1b\xd0\x61\xed\x93\x3b\x2a\xb6\x0f\xf1\x71\x6a\x03\xdf\xc4\x9d\x98\x7c\x50\x01\x8d\xae\x2b\x51\x8f\x53\x53\xd8\x20\xc4\xa7\xee\xe3\xf7\x28\xd9\x48\x08\x7f\xc5\x9d\x18\xac\x8f\xe1\x4e\x74\xd5\xa8\x8a\x3b\x31\x5a\x7f\xc7\x9d\xb8\x92\x5b\xc0\x15\xf0\xfa\x37\x8c\x36\x58\xc4\xea\xe1\x7a\xa3\xeb\x31\x1c\x1c\x5e\xa6\xf0\x14\x5b\x4b\xa6\xa4\x68\xf5\x86\x74\xc1\x99\xe2\xdf\x10\x0f\x38\x10\xeb\xa7\xa4\x28\xeb\xe7\x82\x33\x58\x42\xeb\x75\x51\x20\xbf\xc7\x1d\x2a\xde\x4a\x14\x9c\xf9\xe8\xb0\x80\x46\xe7\x3c\x55\x40\xe3\xf6\x9e\xb8\x0e\x32\x62\xec\x8e\x4f\xb5\x0e\x84\xab\xd1\x01\x95\x15\x57\x63\xb0\x8e\xee\xf8\x54\x0b\x3c\x5c\x8d\x9d\x7e\x36\x5c\x8d\xb6\xe9\x37\xe2\x53\x3b\xcc\xad\x39\x1f\x91\x6f\x36\xf2\x11\x37\x39\x9c\xcd\xf1\xa9\x44\x08\xb4\xc7\x91\x36\xfe\x8a\xc4\x7b\x42\xe0\x35\xe2\x53\x13\x36\xc5\xf6\x89\x4f\x5d\x50\x5c\xbf\x05\xdb\x6d\xe4\x23\x06\x98\x5b\x23\x1f\x31\xc1\xdc\x1a\xf1\xa9\xa3\xf9\x49\x4a\x52\x0e\x3f\xa9\xe3\xe7\xca\x15\x8d\xf8\xd4\x83\x95\xb4\xf9\xf6\x42\x76\x6b\x23\x57\x31\x54\x53\x0e\xf2\xe3\x2b\x04\xa1\x72\xcd\x68\x68\x20\x43\x97\xb9\x6c\x20\x43\xc3\xf5\x06\x32\xe4\x3a\xfc\xd0\x40\x86\x1d\x86\xd9\xa8\x38\x13\xaa\x5b\xf7\x0d\x93\xfe\x0d\xe4\x44\xee\x60\x0b\xe4\xba\x05\xb7\x2e\xf1\xd7\x59\xdb\x86\xab\xf1\x4e\xf7\x85\xd4\x9b\x6d\x4a\xeb\xf7\xa0\x45\xb6\xd7\x35\xf1\x18\xfb\xeb\x9a\x78\xa6\x6c\x94\x32\x45\xae\x22\x3b\xb9\x91\xab\x38\xa7\x29\xd2\xd5\x51\xdd\x1a\xf7\xd3\x07\x94\x8b\x46\xae\x62\x87\x4b\x35\x97\x14\x85\x4f\x34\x90\xe1\x29\x6e\x81\x48\x29\x70\x70\x73\xae\x22\xa2\xb8\x91\xab\x98\x8a\xbf\xe9\xfc\x05\xb7\xe7\x48\x29\x7f\x93\x20\x38\xc2\x6a\x1b\xae\xc6\x88\x02\xd8\xa2\xfd\x51\xf4\x5a\xc8\xb0\xd9\x7c\xd5\xb8\x9f\x3e\xba\x3d\xee\xa7\xd7\x05\x1d\xbf\xc9\x92\x9b\xaf\xae\x47\x17\x6d\x5c\x5d\xef\x62\x2d\x8d\x34\xc6\x87\xa4\xdb\x46\xb5\xd1\xf0\xba\x39\x1d\xcd\xb8\xdc\x31\xe2\x37\xb1\xa0\x36\x2e\x3d\x8c\xd7\x43\x30\x6b\x65\x92\x00\x8d\x73\xfb\x37\x24\xe3\xeb\x4e\x23\xf9\xb1\x9d\xb5\xc4\xf5\x38\x80\xe2\x96\x2c\xf9\x79\x92\x4b\x0f\x0d\x4f\x5a\xc2\x4b\xee\x4d\x90\x10\x0f\xc8\xb4\x96\xac\x99\xfa\x2b\xd8\x73\xb2\x7f\xe3\xfa\x26\x4c\x15\x4d\xa0\xb1\xba\xb0\x65\xa3\xa4\xe8\x06\x96\x36\x4a\x8a\x5e\x2c\xee\x8d\x92\xa2\x6f\x73\xeb\x78\xc9\x81\x66\x8d\x92\xa2\xf6\xc0\x36\x97\x14\xfd\xb4\x4e\xa4\x86\x0f\x2a\x25\x45\x1f\x60\x62\xcb\xa4\xa6\x10\x19\xd2\x32\x69\xa8\xcd\xbf\xd9\x53\x4c\x5f\x32\xa9\xb4\xde\x74\x2e\x38\x83\x23\xb0\x39\x06\x15\x1b\x5f\x23\x06\xd5\x8c\xaf\x01\x0c\x7d\x8d\x4f\x03\x18\x8e\xe8\x6f\x12\xe8\xb6\xfc\xde\xc6\x63\xef\xbe\x60\xb8\xf0\x2c\x65\x47\x32\x30\x22\x62\x50\x27\x02\xa8\xf9\x1e\x0a\x62\x56\x1a\xf7\x50\x04\x1f\x38\xdc\x89\x2e\x6f\xdf\x70\x27\xbe\x3e\x70\x14\x9c\xf1\x4d\x75\xcd\x05\x67\xd0\x96\x9a\x0b\xce\xf8\xf8\x51\x70\xc6\x65\x35\x1b\xf7\x50\x38\xa3\xac\x01\x0c\xed\xaa\x6a\x85\x48\x14\xcf\x44\x21\xb3\xef\xd3\x33\x02\x15\x9b\x9f\x24\xc6\x16\xbc\xd7\x8a\x4b\x6e\xd2\x97\x6a\x9b\x37\x33\xe8\xeb\xe9\xc1\x12\x0d\xf4\x67\x3d\xbc\x81\xfe\x2a\xd1\x1f\x0d\xf4\x57\x87\x7f\x23\x10\x0c\x75\xa2\x55\x4a\xa6\xba\x3d\x97\x14\x5d\x7e\x52\xeb\xe7\xe2\xf3\x0d\xf4\x17\xa2\x5b\xc7\x70\xe1\x13\x00\xfa\x5b\xde\x21\xa0\x3f\x07\x3f\x36\xd0\xdf\xa9\xee\x8b\xd4\x97\xcf\xd8\x41\x7f\xbe\x1d\xae\x81\xfe\x7c\x6b\x65\x03\xfd\x25\xe2\xa6\x1a\x97\x4d\xbc\x66\xbb\xdc\x5e\xe8\xfb\x55\x1a\xb7\x17\x5e\x8c\x4b\xad\x21\x1e\x8a\xbf\x49\x24\x91\x59\x5d\xb3\x4f\x86\x11\x51\x52\xd4\x89\xd8\x8d\x40\x53\xeb\xd3\x0d\xf4\xb7\xbd\x2a\xa0\xbf\xd7\xe7\xa8\x11\xc9\x80\xa9\xa2\x35\x1b\x0e\x19\xad\xd1\xdf\xf6\x93\xa4\x42\x83\xbb\x1b\xe8\xcf\xd5\x29\x5a\xb7\x78\x67\x06\x71\x27\x3a\x4b\xb4\x75\xbb\x4b\xf9\x26\x99\x8b\x1f\x41\x89\x3b\xb1\x78\x06\xc9\x5c\x74\x86\x44\x73\x35\x1a\x8b\x38\xaa\xd1\x24\xef\xdd\x0e\x0f\xb1\x80\x05\xfd\x3d\xeb\x47\xb6\xe4\x06\x30\x4c\x14\xba\x6b\x00\xc3\x84\x25\xb4\x01\x0c\xb3\x17\xac\x93\x54\x9c\x4d\x91\x54\x6c\xa6\x38\x08\x52\xf1\x81\x1b\x2e\xc7\x49\x37\x07\x36\x37\xb4\xc8\x26\x60\xd8\x5d\xdf\xb7\x09\x18\x76\x17\xf7\x69\x03\xf1\x60\x69\x34\x10\x0f\x66\x05\x00\xc3\xe0\x2d\x0f\x30\xf4\x45\x4f\x0d\x60\x98\xcd\x7a\x00\x86\xce\x91\x6b\x00\xc3\x59\xfd\x24\xe2\x61\xb8\x2f\x64\x7f\x11\xd3\xd1\x00\x7f\x0f\x61\xde\x0d\xf0\x67\xdb\x59\x9b\x2e\xab\xc9\x62\x4e\xd7\xe4\x62\xb4\xce\x40\xf4\x62\x52\x70\xa6\x7a\xd9\x5d\x70\xc6\x3a\x9e\xb3\x0c\xcd\xf4\x29\x0d\xea\x40\xa2\xc6\x4d\x83\xe7\xf3\x4d\x12\x9c\x7d\xf8\x97\x8f\x0a\xcc\x14\xf7\x5e\x36\xb3\x59\x54\xa7\x35\x8b\x04\xa8\x6d\xeb\x2b\xcb\x17\x45\x32\xbe\x45\x75\x5a\xb7\x40\x26\x61\xb3\x20\x01\xa8\x8d\xee\xdf\x30\x94\x10\x44\xdf\x28\xff\x39\xcc\xf4\xb9\x4d\xf0\xf8\x48\x93\x49\x68\xd3\x48\x5b\xc4\x2c\xe3\x22\x69\xbe\x4d\x30\xba\x75\xc4\x91\xd7\x01\x34\xe6\xcb\x72\x1a\x68\xcc\x97\x2b\x35\xdf\x26\x48\xce\x53\xc3\xbd\xd7\x3c\xbb\xb8\xf7\x3e\x02\x7d\x3b\x09\xd6\xbf\x11\x74\x87\x91\xa1\x91\x49\x18\x30\x51\xb5\xed\x24\x66\x46\x44\x26\xe1\x32\x03\xdb\x14\xc6\xb1\xee\x4b\xe0\x67\x04\xd8\x37\x0a\xc7\x3c\xc7\xbf\xe9\x3c\x38\x10\xac\x6d\x0c\x25\xc1\xd4\x25\x95\x82\xfd\x72\x9c\x4e\x60\x8a\xf2\xa6\x3e\x63\x20\x35\xdf\x57\xd3\x40\x6a\x9b\x88\x92\x76\xa8\xbd\x88\x07\xa3\xf9\xbe\x78\xef\x48\x2e\x7f\x78\x00\xda\xed\x50\xd5\xc2\xe2\x9d\xf2\x9f\x73\x9a\x62\xfd\xbc\xaf\x0f\xb5\xed\xac\x41\x1b\xa9\x59\xdb\x3d\x88\x2a\xeb\xda\xdc\x26\x98\xac\x25\x1f\xdc\x97\x20\xc3\x46\x26\x61\x36\x23\x22\xf0\xb3\x98\x65\x39\x93\xd0\x2a\x18\x81\x9f\xce\x3c\x6d\xdc\x26\x18\xad\x4e\x70\x9b\xa0\x6b\x68\xb7\x0b\x2b\xf7\x09\xa7\x34\x68\xd8\x6e\x81\xf1\x79\x4f\x90\x49\xe8\xeb\x73\x1b\x41\xa1\xf6\x8a\xb4\x4b\xed\xb7\xee\xf7\x48\xc7\xb2\x60\xf6\x6d\x82\x46\x24\xd7\x48\x9b\x99\xc7\xbd\x17\x70\x54\x37\xdc\x7b\xc6\x43\xfd\xf1\x95\x6c\x0b\x8a\xda\x8b\x84\xbd\x75\x82\x42\xe7\x32\xc5\xe5\x08\x8c\xa1\xe3\xde\xab\x8c\xaf\xe3\xde\x73\xf1\xa2\x4e\x50\xe8\xfb\xb5\xcf\x7e\x93\x25\x77\xe2\x45\xbd\x95\x3a\x17\x0d\x5a\xef\xe8\xb8\xf7\x5a\x71\x03\x1c\xcd\xe9\x6e\x4e\xac\x7a\x0f\x94\xb4\x2c\xd7\x17\xed\x0f\x36\xcc\xe6\x27\xd1\xb2\x8e\x87\x80\x7b\x08\x0d\xac\x07\x40\x2a\x01\xef\x3d\x20\xc5\x08\x75\xe9\x81\x74\x10\x34\xa2\x4e\xd9\x50\xdf\x51\xd6\x03\x36\xe8\x6c\xca\x99\x3e\x4c\x0b\xf1\xa2\xbe\x5d\xac\x13\x2f\x1a\xdd\x3a\xb7\x09\x66\xf7\x9a\xdb\x04\x7d\x6f\x5d\x0f\x64\xa2\x79\xec\xc4\x8b\x3e\xc4\x6f\x76\x40\xdc\x83\xa5\xb0\x07\xdf\xeb\x91\xa0\x0e\x1e\x66\xb7\xae\xad\xeb\xa2\x24\xfd\x25\x09\x16\xed\xba\xe3\xde\x5b\xd8\xea\x3a\xf1\xa2\x0f\xe8\xa1\x73\x9b\x60\x43\x07\xea\xbe\x4d\xd0\xad\x93\x49\xf8\x78\x96\xc8\x24\xf4\x15\xed\x5d\x20\xae\xde\x0f\x85\x7b\x76\xf9\x3d\xea\x7b\x5c\x53\xb8\x67\x83\x9f\xc4\xfd\x35\x4d\x71\x34\x97\x7b\x4d\x4d\xb5\xc7\xfd\x3c\xe8\x1d\xcc\x19\x99\x84\x4e\xd6\xed\xb8\xf7\x0a\x49\x2c\x9d\xeb\xe9\x3f\x33\x18\x5d\xf4\x88\x99\x8f\x5e\x3f\x53\x0e\xda\xf2\x57\x28\xab\x09\x13\xee\xbe\x9e\x1e\x71\xdb\x3f\xee\x3d\xbf\x87\x11\x0c\x03\x44\xc7\xbd\x67\x17\x6c\xc7\xbd\x57\x8b\x29\xee\xbd\x20\x5e\xa7\x13\x2f\x7a\x1e\xf7\x93\xfa\x17\xd9\x2d\x00\xc2\xab\x5b\xd7\xf8\x7c\xed\x6e\x07\xa9\x39\x26\xa0\x83\xd4\x0e\x86\x92\x6e\xf7\x1e\x22\xae\xe3\xde\x8b\x84\xee\xf5\xc4\xfa\x4d\x7f\x05\x55\xc3\xf3\x82\x7b\xaf\xf9\xb8\xe3\xde\xeb\xe8\x86\x1d\xf7\x9e\x4b\x19\x75\x82\x42\x7d\xd1\x67\x07\xa9\x0d\xdc\x6d\x1d\xa4\x16\x51\x66\x3a\x48\x6d\xa1\x6b\xf7\xcf\x6d\x82\xee\x35\xeb\x97\xfc\x1e\x41\x69\x9e\x79\xca\x86\xba\xb2\x72\xa7\x6c\xe8\x44\x79\xea\x04\x85\xbe\xb8\x05\x7b\x26\xde\x17\x55\xa3\x73\x07\xbd\xed\xb7\x1d\x14\x97\xc8\xcc\xec\xa0\x38\x57\xac\xeb\x64\x12\x76\xb3\x3a\x82\x42\x27\x28\xb5\x3b\x28\x14\xad\xbc\x13\x14\xea\xfa\x6e\xfd\x13\x14\xca\x88\x08\x0a\x75\xa6\x6b\xf7\x1d\xf4\xa8\x75\x9d\x8b\x21\x5c\x30\xa8\x0b\xc5\x55\xdf\x34\xd8\x8b\xd3\x79\x0a\x14\xaa\x0d\x05\x06\x3a\x28\x2e\xe3\x70\xee\xb8\xf7\x5c\x19\xb1\x17\x54\x1b\xd2\xb1\x3a\x28\xee\x31\x4b\x16\x8a\x6b\xc6\xb3\xbd\xb0\x3f\xc1\x35\xbd\xe0\x23\x09\x6e\x81\x9c\x08\xcf\x44\xb1\x6a\xf3\x23\xc3\x45\xc7\xbd\xb7\x96\x3f\x42\xe4\x84\x8f\x74\xf1\xd6\x35\x45\x4d\xfe\xeb\xae\x68\xeb\x16\x33\x68\x2a\x8a\xda\x4f\xdd\xb9\x68\xb0\xb8\x9b\xc4\x8b\xfa\x6e\xac\x4e\xbc\xe8\x33\xfd\x5b\x82\x7d\x32\x58\x2e\x1a\x74\x40\x5e\x27\x5e\xf4\xf5\x81\x13\xc0\xeb\x21\xf9\x2b\x00\x58\xe2\x3d\x7a\x45\x6a\x02\xd4\x3a\xd7\xd3\x4f\xa0\x4b\x07\xe0\x35\x42\xb1\x3a\x00\x6f\x76\xb7\x8e\x7b\x0f\xcd\xad\xe3\xde\x2b\x00\xa0\x4e\xbc\xe8\xb2\xf4\xa3\xa4\x68\xf1\xf8\x7c\x3d\xbd\x05\x02\xee\x3d\x7b\xc9\x3b\xee\xbd\x85\x79\xa7\x03\xf0\x1a\xe6\x81\x0e\xc0\xb3\xd5\xb2\x37\x82\x9a\x80\x6d\xbd\x71\x9b\x19\x96\xd0\x4e\x69\x9a\x88\xdd\xb0\x53\x9a\xa6\x45\xb7\x60\xf7\x90\x5b\x9f\x1c\x70\xb6\x7c\x73\x12\xba\x5b\xd8\x80\x31\x7f\x93\xfa\x10\x16\x2b\x00\xbc\x63\xb1\xd2\x1d\xd4\xc4\x3a\xb8\x34\x8d\x45\x2a\xee\xbd\x82\xf6\xd9\xbb\x33\xed\x18\x11\x00\xcf\xf1\x02\x1d\x80\xe7\xb2\xf1\x1d\x80\x37\x2d\x56\x28\x4d\xe3\x58\x89\x0e\xc0\x7b\x93\xbf\xc2\x9d\x1f\x3e\xa8\x9d\x54\x03\xcc\x42\x9d\xd2\x34\xc3\x4c\x9f\xd2\x34\x2e\x73\xd4\x41\x71\xae\x43\xd2\x41\x71\x76\xba\x76\x50\x9c\xf3\xa8\x3a\x28\x2e\x9a\xf1\x81\xe2\x92\x67\x69\x70\x65\x12\x01\x4f\x5d\x28\xae\xb9\x7e\x78\xa7\xdc\x68\xc6\xc5\xd5\x29\x4d\xd3\xd0\xe3\x3a\xa5\x69\x76\xf0\x7b\xec\xcf\xe1\x6f\x6a\x7f\xba\xb2\x5e\x1f\x0e\xba\xf3\x6f\x5a\xbf\xe0\x7d\x0d\x8a\xb3\x2d\xb2\x83\xe2\x7c\x89\x43\xb7\x7b\xcf\x6c\x1e\xf7\xde\x9b\xfc\x1e\x25\x6f\x3d\x67\x20\xbc\x46\xc4\x45\x07\xe1\xf9\x52\x85\x8e\x7b\xef\x7c\x7e\xc3\x07\xb4\xfd\x1b\xb7\x25\x56\xff\x96\x89\x6b\x60\xcf\x93\x49\xf8\x61\x52\xdc\x26\xb8\x86\x29\x22\x5f\xc0\x2e\x7d\x72\x1b\x24\x70\xbd\x73\x69\x84\xef\x29\xea\x64\x12\xbe\xaf\x5b\xa0\xfe\x85\x15\x40\x32\x09\x87\xc5\x03\x99\x84\xd1\x2a\x83\x33\x09\x41\x01\x7d\x11\xcf\xec\x6f\x92\x49\x18\x30\x16\x74\x32\x09\x13\x28\xa0\x2f\x27\x69\x9b\x22\xa8\x17\xb3\x57\xa7\xfe\xcc\x6b\x26\xfc\xb9\x34\xc2\x14\xf6\x69\xb3\x72\xca\x8d\x0e\xb3\x56\xea\xcf\xf8\xe2\xdb\x4e\x26\xa1\x43\x13\x3b\xe5\x46\x7d\x4d\x44\xc7\xbd\xe7\x9a\x71\xdd\xee\x3d\xf3\x33\xdc\x7b\x8a\xc5\xff\x6d\x96\x8c\x7b\xcf\x99\x4c\x9d\x4a\xa4\xaf\x37\x32\x95\x48\x9d\x13\xde\x37\xc5\xa8\x2d\xd3\x36\x5b\xd7\x12\x67\x13\x94\x66\x26\x05\xa0\x5c\xb8\x3a\xfa\x76\xbc\xa1\x9f\x74\xfd\x0b\x7f\x53\x5b\xf7\xc3\xa0\x1d\x2f\x4a\x2c\x41\x27\x5e\xd4\x35\x27\x3a\xae\xbf\xd7\x90\x00\xd7\x9f\x6f\x2a\xee\xb8\xfe\x9c\xba\xd1\x29\x4d\x33\xb1\xdf\x76\x5c\x7f\x09\x5b\x56\x3f\x4e\xa2\x64\xb4\x00\x4a\xdf\x39\xd0\x01\x94\xef\x32\x85\x41\xc0\x2c\x0b\xd7\xdf\xf0\x71\xc0\xf5\x37\xad\xb1\xe3\xfa\x5b\x9f\xdf\xf0\xdc\x5a\x47\xa7\x34\x8d\xab\x8c\x75\xbb\xfe\xaa\xdf\x43\x6b\xb5\x24\x3e\x16\x8d\x8c\x88\x4c\xc2\x5d\xdc\x3a\x80\xd9\xe3\x23\x5e\xd4\xf1\xa9\x1d\x40\x79\x2d\xb3\x29\x4d\x73\xbd\x62\x00\x4a\x43\xdd\x0e\xa0\x8c\xd8\x06\xfb\x25\xb2\x00\x9b\x69\x17\xa0\x4c\x1f\xe1\x44\x69\x1a\xd7\xf0\xed\x06\x94\x40\xeb\x8e\xeb\xef\xc3\x06\x71\xfd\x7d\xd8\x84\x4b\x91\x5a\xbf\xa5\x14\x69\x2b\x6e\x0f\xd1\x61\xc1\x7c\x2d\x3a\x38\x38\xd7\xa2\xc3\xdf\xc4\xbf\x60\x5d\x0d\xd7\xdf\xc1\x88\x32\x00\x94\x4f\x37\x85\x41\x00\x23\xca\x00\x50\x36\x58\xe4\xa0\x34\x8d\xf3\x11\x07\xae\x3f\xb7\x30\x1e\x47\x16\x04\x28\x82\xb6\x38\xee\x83\xa0\xd0\xf4\xfa\x9b\xa0\xaa\x4f\x0b\xa0\xaa\xe8\xaf\xf8\x36\x48\x7f\x85\x4c\x57\xd4\x82\x81\xeb\x6f\xa2\x40\x0c\x5c\x7f\x4e\xb6\x1e\x2e\x4d\x83\x71\x69\xe0\xfa\xf3\xa5\x11\x83\xd2\x34\x2e\xbd\x33\x70\xfd\x0d\xd8\xc4\xc0\xf5\x77\xa3\x29\xee\xd2\xc0\xf4\x33\xb8\x9e\xde\xc5\xee\x07\xae\xbf\x17\x96\x3c\x70\xfd\x45\x8a\x09\x8d\xe0\xfa\x1e\xf4\x25\xd8\x36\x6f\xea\xff\x61\xec\xcf\x95\x2b\xd8\x7d\xa8\x5f\x2c\xbf\x4f\xc3\xb9\xc9\xaa\x9b\x10\x1c\xde\xc3\x81\xcb\x99\x03\xbf\x7f\xe0\x12\x7e\x6b\x9f\x96\x74\xae\xfe\xe7\x0b\x14\x6c\xaa\x07\x36\x07\x10\xc3\xc2\xc2\xc0\xef\x3b\xf9\xe5\xfb\x4f\x14\x56\x13\x9a\xd2\x11\xf5\x76\xea\xd5\x70\xd8\x4f\x8a\x4d\x88\x20\x6c\xc2\x3f\xa3\xa2\x4c\x13\xfe\x99\x8d\x6b\x64\x02\x0a\x15\xfa\x63\x52\x6c\x62\xb2\xe6\x27\xc5\x26\x0c\x35\x6b\x26\x1c\x3a\xc4\xb1\x26\xa1\xbf\xdc\xf4\x3f\x6a\xa1\xe0\x98\x99\x80\x42\x55\xe7\x7a\x26\x1d\xfd\xbc\x1d\xab\x31\x98\xde\xee\xf3\xb7\xd4\xb3\x84\x55\x45\x78\x7d\x52\x4d\xd0\xba\x9e\xe9\xaa\xe9\xd9\xfa\x05\x1e\x1d\x77\xe7\x54\xb1\x89\x47\xbd\xbe\xc0\x15\xe8\xa7\x5b\x8d\xe5\xe0\x9f\x9e\x59\xc8\x1e\xee\x53\x96\xe1\xd7\xbc\xff\x4f\x91\x3c\x31\x28\x95\xc5\x3f\x95\x80\xf8\xe8\x21\x18\x24\x98\x0b\x33\xcb\x20\x61\xa2\x09\xfd\x19\x59\xfc\x93\xd0\xdf\x21\xa4\x36\x55\x68\x50\x8b\x8e\xd0\xdf\x41\x78\x4f\x42\x7f\xca\xf7\x9a\x6e\x50\xb6\xb0\xf4\x3e\x3e\x3d\xeb\x99\x64\x71\x69\x99\x11\xfa\xab\xc4\x86\xa7\x0c\x4a\xb4\xf9\x89\x41\xd9\x34\x2c\x05\xad\x0e\xa1\x31\xa9\x43\x21\x2a\x95\x49\x1d\x8a\xd1\xf4\x3f\xb4\x3a\x7c\x91\x93\x2c\x43\xc3\x54\x9a\x64\x19\x2e\x7d\x11\x59\x86\x5b\xcb\x05\x83\x72\x1f\x3d\x45\xa7\x26\xfd\x04\x2f\xaa\xe8\xfa\x24\xcb\x50\x35\xa9\x27\x59\x86\x01\x4d\x63\x92\x65\x28\xca\xbf\x49\x96\xa1\x12\x8e\x67\x85\xff\x42\x23\x01\xa1\xe9\xc3\x81\x37\x21\x34\xed\x1c\x71\x13\xbc\xe8\xd0\x53\xc0\x8b\xce\xa0\x2b\xfd\xe8\x98\x8f\x9e\xc9\xd1\xa1\x85\x0c\x5e\x74\x7f\xee\x03\x74\x57\xf4\x4c\x1c\x02\xc4\x02\x66\x95\xc1\xa5\xbe\x70\x74\x0c\xdd\x87\xc3\x2a\xe9\x0d\x1b\x4b\x46\x57\x8a\x3f\x81\x51\x12\x5e\x94\x28\xc5\x04\x2f\xaa\x8a\x2a\xd3\x0d\xca\x21\x9b\x60\x36\x58\xf7\x82\xae\x24\xf6\x50\xf5\x4b\x84\xa6\xba\x8f\x2c\x43\xf5\x53\x84\xa6\x78\x6c\x27\x84\xa6\x62\x72\x9e\x10\x9a\x0a\x73\x3e\x21\x34\xad\x8f\x9e\xc2\xd1\x41\x88\x79\x92\x65\x78\xc8\xe2\x9a\xaa\x43\xa1\xb9\x25\xcb\x30\x74\xdd\x47\x1d\x8a\xad\x5e\xfb\xfa\x14\x97\xde\xc4\x6a\xd4\x51\x3c\xc9\x32\x14\xea\x7b\x62\x35\xaa\x5c\xef\x84\xd0\x34\x2e\xfd\x0f\xad\x1c\x77\xd2\x24\xcb\x50\x6c\x11\x13\xab\x71\x82\x67\x9e\x64\x19\x2a\xa9\x6b\x62\x35\x4a\xf3\x9e\x58\x8d\x1f\xc1\x47\x21\x8a\xa6\x63\x8c\x42\x14\x4f\xd6\x95\x4a\xd5\x52\x5f\x00\xa5\x69\xfe\x44\x68\x8a\x82\x34\x3f\x95\x06\x19\x4f\x55\x1a\xc4\x75\x30\x55\x69\x10\x9f\xe9\x24\xcb\x50\x15\x40\x66\x97\xc3\x8a\xbe\x28\xcb\x50\x62\x9e\x2c\x43\xe5\xd6\x4d\xb2\x0c\x95\x4b\x3b\xbb\xc2\xd6\x7a\x26\x61\x6b\x5c\x38\xb3\x8b\xb5\x4d\xf7\x4d\x7e\xe9\x4a\xb2\x7c\x35\x7f\x6e\x35\xb6\x3e\xf4\x8b\x04\x7c\x2c\xd1\x49\x96\xe1\xd0\xe8\x52\x69\x50\x8e\xb5\x09\xa1\xe9\xd5\x61\x08\xff\x4c\x24\xa0\x3e\xe1\x9f\x11\x9e\x6c\xc2\x3f\xf3\x39\x8e\x00\x85\x16\x7d\x91\x40\xa1\xda\xc5\x43\xd0\x82\xff\xc2\x25\x4f\x22\x86\x43\x27\x23\x06\xa5\x68\x35\x27\x06\xa5\x92\x60\x27\x06\xe5\x94\xcc\xc7\xa0\x5c\x3a\x9b\x64\x50\x7e\xee\xa3\x44\x8c\x96\x0b\x5c\xa7\xe7\xd1\x53\x00\x94\x48\xa0\x60\x50\x56\x9d\xd2\x18\x94\x0d\x0c\xe3\xc4\xa0\x9c\x55\xbf\x48\x70\x96\xd6\x83\x41\xb9\xf1\x1f\x4d\x0c\xca\x23\x31\x4f\xfd\x8a\xa0\x5e\x63\x50\x06\x6d\x07\x0c\x4a\xa5\xd2\x4e\x19\x94\x59\x6f\x67\xe9\x12\xf0\x9a\x64\x19\x2e\x0d\x3c\xd4\x34\x32\x60\x27\x55\x08\xe5\x10\x98\x10\x9a\x6e\xd3\x33\x5d\xf4\x64\x1d\x5c\x26\x82\x79\xb6\x11\xd4\x34\x0b\xdd\x7e\x52\xbf\x42\xd8\xce\x69\x2a\x61\xc4\x17\x61\x50\x66\x2d\x2c\x08\x4d\xc5\x8a\x35\x4d\xf5\x0f\xf4\x8b\xfa\x07\x12\x91\x84\x13\x03\xa6\xee\x24\xcb\x30\x6a\x03\x40\x68\xaa\x80\xde\x24\xd4\xb8\x3f\xef\x03\x10\x94\xf4\x14\x00\x5d\x9f\x5f\x87\xd9\x54\x3f\xb1\xaa\x30\xc2\x27\x78\xd1\x43\xa8\x71\x2e\xb1\x62\xf1\xbe\x05\x20\x48\x8b\x95\x2c\xc3\x83\x35\x36\xc9\x32\xcc\xf8\x6f\xa7\x1b\x94\xa3\x10\x1c\x9e\x4b\xa8\x1f\xbe\x01\x6a\x9a\xe7\xf3\x4b\xdc\x18\x08\x06\x51\xd3\xe0\xc6\x98\x18\x94\xe2\xe0\x9b\x18\x94\xb7\xe9\xed\xf8\x92\x35\xd3\x0b\x87\x1c\x7e\xd8\xb9\x10\x3d\xd2\x4c\x17\x80\x2e\xed\x07\xb2\x0c\x07\xae\x8a\x89\xd5\x18\xb0\xa3\x26\x59\x86\xaa\xa8\x3c\x09\x43\x16\x1d\xf6\x10\x9a\x56\x29\x02\x10\x9a\x0e\xbd\xef\x53\xbf\x82\x91\x27\x0c\x29\x12\xa2\x49\x18\xf2\x6c\x3d\x53\xac\x66\x7a\x3b\x04\x03\x1a\xeb\x2d\x82\x01\xfd\x42\xf4\x68\xac\xc9\x32\x54\xfa\xf1\x54\x96\xa1\x44\x24\x56\xe3\x91\xd8\x3d\x22\x6c\xe5\x0d\x00\x46\x45\xc3\x3a\xb1\x1a\x33\x2e\xa3\x89\xd5\xa8\xea\x77\x13\xab\x51\xe0\xce\x29\xc0\xa8\x8e\x46\xac\xc6\xad\x23\x07\xab\x51\x40\xc5\x09\x60\x34\xe9\x88\xc3\x6a\x14\x17\xdb\x3c\xa2\xbe\xd2\x2f\xf0\xcc\x20\x4a\xa6\xac\x46\xc9\x10\xac\x46\x51\xb4\x4e\xac\xc6\x8b\x43\x6e\x8a\x7f\x46\xa3\x24\xfe\x19\x59\x40\x58\x8d\x4a\xe0\x9e\x58\x8d\x62\x3f\x9c\x57\x84\xc2\xbc\xe1\xa2\xda\x48\xcc\x5f\xa8\xaf\xa4\x25\x53\xc0\x42\xd1\x9b\x29\xab\x51\x7a\x31\x56\xa3\x52\xca\x26\x56\xe3\x03\x2a\x6d\x5e\x71\x61\xff\x57\x39\xd4\x89\x41\xa9\xea\x0b\x93\x04\xc4\x26\x33\x83\x04\xc4\xa9\x13\x95\x08\xe5\xd6\x62\x25\x42\x29\x5a\x3f\xc3\xa0\xbc\x84\x2c\x8c\xf2\xf4\x31\xe8\x17\x6e\x74\x72\x74\x8c\x08\xe5\x44\x28\x5a\xc0\xd7\x8a\x51\x65\x14\x2f\x54\x98\xce\x02\xa2\x15\x8d\xdd\x02\x60\x28\xce\x65\x0b\x10\x2a\x5e\x3d\x53\xa5\x8f\x74\x1f\x84\x98\x68\x6e\x16\x08\x63\x5d\xbd\x01\xae\xda\xa2\x5e\xa3\xd5\x2d\x5d\xa9\x30\x96\x7e\x01\xf6\x62\xb9\x18\x59\x86\x8a\xd8\x1b\x59\x86\x8b\x33\xdb\x30\x28\x65\xc8\x18\x61\xc8\x8e\x88\xb4\x08\x98\xa6\xeb\x17\x60\x9a\xab\x5f\x24\x38\xe3\x05\x36\xc2\x90\x81\xcd\x6f\x0a\x43\x46\xbd\x41\x61\xc8\x87\x5f\x10\x2a\xb2\xb0\x4c\xb4\x35\xb8\x7e\x8c\x30\xa4\x61\xce\x5a\x14\x42\x40\xff\x23\xcc\x5a\xf4\x0d\x80\x85\xd0\x7d\x0d\x2c\xa9\x8a\x9c\x1a\x58\x52\xb1\x43\x9b\xb0\xa4\x45\xbf\xd0\x7a\xd0\x34\x0c\x42\xd3\xcf\xc8\x27\xb4\x9e\xa0\xff\xa1\xf5\x68\xde\x31\x28\x85\x8a\x31\xb0\xa4\x15\xa1\x61\xaa\x7b\xa1\x11\x04\x4b\xfa\xa0\xd9\x58\x42\xf4\x70\xe0\x19\x59\x86\x06\xc0\xca\x30\x28\x57\x53\xcf\xc8\x52\x1b\x7a\x0a\x5a\x0f\x82\xc1\xdc\xa0\x7c\x1e\x0e\x58\xa3\x3c\x7d\x4f\xfa\x05\x37\x86\xc6\x8c\x2c\xc3\x81\x7b\xce\xc8\x32\x14\xeb\x97\x91\x65\x18\x10\x2f\x46\x96\xa1\x88\x02\x8c\x30\x64\x04\x75\x60\x84\x21\x93\xbe\x81\x30\xa4\xf8\xf2\x0c\xda\x9a\x87\x03\xc8\xb2\x44\x8f\xfa\x29\x42\xcc\xc2\x2f\xe6\x0f\xbb\xc6\x32\x08\x96\x47\xef\xf3\xa3\xb1\xe1\x74\x33\xb2\x0c\xa7\xfa\x59\x70\x08\x10\x0e\x36\x00\xa3\xa7\xea\x4a\xc0\x88\x8f\xfe\x27\x1a\x7e\xfd\x82\x4b\x79\xeb\x4a\xc2\x90\xda\x7f\x58\x8d\x2a\x61\x64\x58\x8d\x45\xfb\xf6\xc3\x4d\xa3\xb7\xa3\xb5\x6a\x9d\x61\x35\x76\x54\x22\x53\x96\xe1\xd0\xff\x94\x80\xaf\xf7\x89\xd0\x54\xef\x43\xbe\xe0\x5c\x32\xac\x46\xd5\xb0\x34\x95\xc1\xe0\xf8\x33\xac\x46\x55\xf7\x33\xac\xc6\x8a\x45\x69\x58\x8d\xaa\x50\x68\x58\x8d\xed\xe8\x4a\xb0\xf8\x58\xb0\x86\xd5\xa8\x0a\x85\x46\x96\xe1\xe0\xe8\x37\xb2\x0c\xc5\x6c\x6e\x22\x34\x8d\xea\x0b\xb4\x4a\x57\xf7\x01\x88\xd5\x28\x29\xcb\x10\xe5\xc9\xc8\x32\x9c\x5f\x3a\xf3\xff\x14\xc9\x46\x85\x8c\x85\x87\xd1\xa8\x90\x71\x00\xbe\x18\x15\x32\x2e\x3a\x97\x35\x45\x98\x99\x06\x0c\x4a\x25\x19\x1a\x06\x65\xc3\xe8\x37\x0c\x4a\x31\x16\x1b\x06\xe5\xa3\x69\x17\x6d\x8d\xa6\x01\x83\x32\x5f\xbd\x9d\xdc\x7c\x89\x09\x0c\xca\x49\xe0\xc3\x3e\x06\xa5\x7e\xa1\x15\x70\xfa\x19\x38\x53\xf1\x17\x1b\x5c\xa7\x55\x0b\x99\x0a\x19\x03\x03\xc8\xc8\x32\x54\x19\x7d\x13\xd7\x29\xe1\x28\x83\xeb\xb4\x01\xf6\x32\x55\xc8\x50\x5f\x30\x28\x37\x86\xb6\x61\x50\xde\xcf\x95\xd0\x64\x83\x5d\x35\xb2\x0c\x1f\x0c\x20\x7b\x44\x3b\xc4\xb7\x83\x33\xbd\xda\xee\x22\x34\x95\x10\x86\xb6\x46\xb5\x0c\x0d\x83\x52\x4c\x04\xf6\x88\xf6\x44\xbf\x48\x23\x31\xbd\x41\xe0\x1d\xbe\xa8\x4b\xeb\x61\x74\xbb\xaa\xca\xe9\x17\x59\x6a\x78\xd2\x0c\x83\x52\xe4\x95\x86\x41\xa9\x5a\xba\xa6\x0a\x19\x5b\xff\xf3\xad\xb9\x25\x5a\xa9\x90\xb1\x81\x38\x19\x06\xa5\xe9\x10\xc5\xa0\xb4\xa6\xf7\x51\x72\x47\x87\x28\x84\xa6\x72\x74\x59\x17\x78\x4e\xef\x43\xeb\x59\xfa\x1f\xa2\xa7\xe9\x0d\xd0\xf0\xeb\x4a\x0c\x4a\x65\xcc\x19\x06\xe5\xe7\xb0\xc0\xa0\x9c\xfa\xf6\xc1\xfa\xd4\x78\xba\x41\x39\xca\xa3\x5f\xbe\x3e\xa5\x41\x1b\x61\xc8\xa2\x55\xae\x30\xe4\xd4\x95\x24\xc8\x6a\x6b\x62\x35\x0a\x59\x60\x0a\x43\x6e\x3d\x85\x30\xe4\xd2\xdb\xb1\x1a\x81\x6c\x1a\x56\xe3\xe9\xfa\x45\xc9\x24\xd3\x2f\xd2\x48\x34\x2b\x58\x8d\x9f\x51\xc2\x6a\xdc\x41\xbf\xd0\xea\xa4\x32\x00\x26\x1d\xe4\x23\x1a\x60\xd2\x81\xd6\x6a\x64\x19\x8a\x71\xda\xc8\x32\x34\xcd\x26\xdc\x34\x4a\xea\x32\xb8\x69\x1e\xa9\x2f\x94\xb5\xdf\x58\x47\x46\x18\x32\x68\x95\x13\x86\x94\xf5\x67\x84\x21\xfb\xa3\x37\x68\x0d\xd2\x4f\x65\x12\x12\xe8\x34\xe3\x78\xc0\x1a\x33\xd5\xa7\xd7\xfe\xa3\x3e\xbd\x08\xb4\x8c\xca\x86\xaa\x31\x62\x1f\xcb\x90\x95\x85\x65\x98\x74\x3c\x60\x19\x0a\x06\x6a\x94\xba\x98\x59\xef\xc3\x72\x42\xb7\x37\x83\xda\xeb\xd1\x2f\x3f\x1e\x22\x61\x72\x03\x84\x2a\x9a\x23\x03\x84\xda\xa4\x46\x02\x42\x6d\x59\x3d\x23\x53\x59\x47\xf1\x42\x3d\xd3\xf1\x00\xff\xcc\xd1\xbc\x2f\x92\xd0\x25\x23\x01\xa8\x66\xd2\x95\x0c\x80\x6a\x4b\xff\x55\xa1\xda\x48\x32\x14\xf9\xbc\x81\x5d\x8d\x9a\x4c\xb0\xab\xe2\x58\x32\xb0\xab\x42\x18\x1a\xd8\xd5\x02\xe2\xc2\x48\x32\x14\x8b\xae\xb9\xd1\x58\x1f\x32\xd1\x8c\xd2\xf5\x72\xdb\xdb\x52\x92\x28\x4b\x70\x21\x5e\x9a\xde\xc0\xf6\xd3\x79\xe7\x46\xe3\xd3\xc9\x0f\xb4\x0d\xb5\x89\xde\x40\xa8\x31\x83\x5d\x30\x85\x1a\x35\x7d\x6e\x34\x8e\x28\x9d\xd2\x8d\xc6\x11\xaf\xee\x23\x54\x85\xc9\x63\x1b\xf1\xf9\xf9\x9f\x6f\x3f\xab\x7a\xdf\x20\x44\xa9\x37\x10\x25\xd7\xc0\x13\x6a\x1c\x60\x1e\x0c\xa3\x31\x10\x57\xb5\xad\x54\x11\x3d\x13\x18\x7b\xd4\x53\x48\x62\x96\xbe\x42\x15\x8c\x85\xa7\xc9\x08\x35\x8a\x60\xde\xa0\xa6\x49\x51\xff\x93\x53\x83\x39\xa2\x0a\x46\x91\x10\x3e\x60\xa4\x31\xaa\x0c\xec\xea\xd1\xd1\x81\xd1\xa8\x04\x75\x53\x96\xa1\x36\x38\x46\xe3\x91\x86\x09\x76\x55\xc4\xdf\xf6\xc1\xae\xf2\x7d\xc2\xae\x6a\x4b\x83\x5d\xcd\x45\x7d\xf1\xef\xab\x12\x28\x47\x59\x78\xcc\x26\xd4\x34\x9f\x23\x87\x2c\xc3\x42\xd4\xc0\x2e\x49\xda\x3a\x02\xc0\xae\x6e\x6d\x69\x8c\x46\xe5\x3c\xd9\x95\x3f\x9c\xb7\x43\x4d\x93\x08\xac\xda\x15\x6b\x1b\x33\x06\x76\x75\x1d\xdd\xc7\xf7\x49\x64\x41\x68\xfa\xd1\x0d\x21\x34\x15\x1a\xc3\x2e\x24\x02\xd2\x9d\x2e\xc7\x9f\xd6\x92\x5b\x86\xe3\xd1\x61\x48\xa8\x31\xe2\xcd\x5d\x64\x19\x6a\x1e\x16\x59\x86\x15\xb8\xd5\x52\x15\x0c\xb4\xb3\x45\xa8\xb1\xe0\x90\x5b\x84\x1a\x6f\xd7\x53\x84\x32\xd2\xff\xfc\xfb\xe4\xbb\x5e\x00\x54\x95\x20\xb1\xb0\x0c\x55\x22\x6d\x41\x68\x1a\x96\xde\xe0\xeb\x73\x45\xbd\x5d\xf8\xf7\xc3\x2f\xf0\xef\xe8\x71\x2b\x28\xc9\x57\xbf\xfc\x78\x78\x4c\xbf\xfc\x78\x58\x58\xc5\x8b\x50\xe3\xe2\x80\x5d\x0a\x35\x22\x84\x17\x96\xa1\x58\x90\x97\x2c\x43\xf4\xcd\x05\x40\x75\xe8\xed\x91\x2c\x3c\xf5\x0c\xcb\x30\x33\x0f\x0b\xcb\x30\x55\x3d\x05\xcb\x90\xbd\xb9\xb0\x0c\x1f\xec\xd2\x05\xa1\xe9\x64\xbf\xaf\x28\x3e\x76\xfd\x82\x75\x2f\xea\x29\x94\xba\xc0\x5a\x59\x84\x1a\x55\xd9\x70\x29\xd4\xa8\xf9\x4b\xc2\x8e\xf3\xb5\x00\x54\x33\xf8\x92\x25\xfe\x19\xd4\x89\x95\x14\xcf\xd0\xff\xc8\xa5\x40\x0e\xae\xa4\x2a\x49\xbc\x0f\xcb\xb0\x61\xbd\x2f\x2c\xc3\x8d\xab\x77\x61\x19\x9e\xff\x74\x5c\xac\xa4\x0c\x93\xc0\x6d\x0a\xe5\xe8\x75\x50\x99\x73\x6a\x2e\xa2\x90\xa1\xea\x17\xfc\x17\x18\x39\x0b\xec\x6a\x8a\xfa\x3c\x44\x0f\xdb\x68\x81\x5d\x2d\x08\xe1\x05\x35\x8d\x92\x1a\x17\xd4\x34\xa9\xeb\x97\x44\x0f\x03\xe1\x46\x63\xeb\x9c\x4d\x0b\xec\xea\xd0\xc0\x53\x2c\x51\x1e\xf0\x05\xd7\xe9\xd4\x62\xa5\x0a\x46\x18\xba\xd2\xbf\x2f\x22\xd8\x97\x8a\x25\xe2\x9d\x5b\x2a\x79\x8f\xd9\xbd\xa8\x82\x31\x08\x0f\x2d\xaa\x60\x8c\xad\xa7\xc0\x07\x1d\x74\x1f\xfe\x70\x4e\xf7\xa5\x2a\x18\x84\x13\x17\xd4\x34\x09\x8f\xed\xa2\x0a\x86\x74\xbc\x85\xd1\x58\x3f\xbf\x28\xc0\x83\xee\xb4\xdc\x68\xec\x22\x41\x59\x54\xc1\x88\x4d\xff\x03\x60\x85\x51\xb5\xa8\x82\x11\x81\xe4\xac\x02\x21\x26\xda\xcb\xa2\x0a\x46\xc3\xe6\x59\x85\x04\x52\xf4\x9c\x45\xa8\xf1\xc1\xe5\xb0\xc8\x32\x14\x3f\xf3\x22\xcb\x50\x54\x38\x8b\x92\xf7\xa6\x5f\x60\x57\xaf\x96\x20\xd4\x34\x9f\xe5\x49\x96\x61\x98\xba\x92\xda\x74\x90\xa4\x2e\xb0\xab\x8a\xdf\x2f\xb0\xab\xc6\xf1\xb7\x28\x79\x2f\xda\xff\x45\x06\x62\xec\x7a\x26\x46\x31\x87\xc5\x92\xd1\x28\x31\xa1\xda\x89\x8f\xfe\x67\x1c\xc5\x7a\xe6\x22\x25\x82\x91\x00\xbb\x5a\x34\x4a\x95\xa3\x91\x03\x76\x55\x58\xf7\xb0\x1e\x16\x19\x88\x9f\x91\x68\x10\x2a\xe2\x2b\x5f\x50\xd3\x88\xea\x71\x35\xd2\x1e\xf4\xb5\x8d\x50\xb1\xd6\x0b\x55\x30\x86\x56\x01\xd4\x34\x53\x42\x8a\x2a\x18\x47\xe2\x05\x6a\x9a\x46\x08\x6f\x41\x4d\x23\x72\xdc\x25\x6a\x1a\x89\x48\x00\xaa\x2a\x9c\xba\x1a\xb5\xdb\x88\x67\xac\x86\x53\xe3\xd3\x17\xfc\xa9\x57\xfd\x84\xb5\x4d\x7b\xe5\x91\x3f\x95\x67\x3e\xf8\x53\xf5\x7d\x0f\x28\x1c\x0e\xae\x45\x15\x8c\x8c\x4b\x65\x51\x3b\x31\xa3\xb1\xaf\x47\x00\x4e\x3d\xc5\xd7\xa7\x72\x3f\x17\x00\xd5\xa5\xdd\xf1\x50\xc0\x0c\xa7\xdb\xa2\xd4\x45\xad\x7a\x1f\xd8\x7f\xed\xbf\x07\xcb\xe2\xea\x0d\xa0\x54\xb4\xb2\x1e\x50\x2a\x3a\x72\x00\xa8\x1e\x49\x22\xb7\x0c\x7b\x41\x41\x5a\x1d\xcb\x1e\xc5\x71\xb9\x65\xd8\x8f\x84\x30\x19\x88\x47\x2b\x99\x7a\xf8\x41\x5f\x4b\xa9\x8b\xa6\xd5\x43\xa8\x71\x00\x26\x58\x5d\x55\x76\x58\x4b\x58\x86\xb2\x02\x56\x97\x65\x41\x5f\x3a\x55\x92\x74\x58\x00\x50\x8d\x45\xcf\x04\xca\x20\xd9\x4a\xa8\x71\x8d\xff\x0a\xef\x2d\x8c\xc6\x47\x67\x7d\xa7\x76\x9b\x86\xac\x93\xa1\xa7\x33\x4d\x65\x15\x75\x9e\x0f\x8c\x7e\xb4\xd6\x35\xf0\xa7\x92\x5c\xb0\xdc\x68\xec\x3b\xe8\x7f\x18\xc5\xda\xd2\x03\x14\x07\x7a\xf8\x1a\x94\x8d\xcc\x7a\x26\xac\x58\x9a\xe8\x41\x95\x01\xcc\x93\x85\xd1\xa8\x02\xf1\x0b\xa3\xf1\xf3\xb1\x64\x20\x2a\x24\xb3\xc8\x40\x8c\x41\x4f\x01\xbb\x2a\xb1\x04\x76\x75\x4f\xf5\x53\x34\xe0\xf4\x45\x55\x30\xd0\x14\x97\x1b\x8d\x43\x89\x2a\x0b\xae\xd3\xa0\x89\x86\x9a\x46\xc6\xca\x82\x9a\x26\x93\x63\xb5\x44\x68\x2a\x9d\x64\x2a\xf9\x92\x09\x23\x03\xf1\xa3\x77\x4c\x71\x0d\xb3\x5c\xc8\x40\x0c\x49\xff\x23\x03\xf1\xe8\x17\xfe\xfe\xad\x7e\xba\xd5\x71\x3e\xfd\x04\x05\x40\x5a\xc0\x02\xbb\xda\x75\xe0\x61\x50\xaa\x18\xeb\xc2\xa0\xdc\xea\x35\x06\x65\x94\x2e\x63\xf8\xfb\x75\xc0\x1a\xfe\xb8\xab\x5f\x18\x5c\x80\xd9\x16\xd8\xd5\x89\xfe\xbe\x4c\xd4\x49\xf4\x0c\x6a\x9a\x8d\x7d\xb2\xa0\xa6\xf9\x68\x67\x50\xd3\x28\x86\xbd\xa0\xa6\x89\x9f\x37\x18\x61\x5d\x3d\x45\x5a\x0f\x63\x66\x72\xda\xe8\x7f\x70\xd5\xe2\x59\x5e\x6e\x50\x8e\x2b\x2d\x0b\x42\x53\xa1\x46\xd6\x12\xb7\x02\xe3\xb2\x94\x51\xc6\x2a\x20\xd4\xa8\xf2\x54\x6b\x51\x80\x47\x6b\x17\xec\xea\xa3\xa3\x18\xec\xea\xd5\x5a\x5a\x38\xdd\xb4\xe6\x09\x35\x9a\x0e\x20\xd5\x4e\x94\x46\x44\xa8\x71\x69\x6e\xa1\xa6\xd9\x12\xd7\xa2\xa6\x91\x9e\x0a\x76\x55\x2c\x71\x6b\x09\xa5\xa2\x7e\x12\x2a\x06\x19\xb2\x00\xa8\x3e\x9a\x3f\xac\xc6\xa1\x15\xb2\x71\xda\x68\xaf\x10\x6a\x14\x23\xcb\xda\x7c\x9f\xf6\xdf\x56\x5a\x87\xee\x6b\xb8\x00\x98\x15\x42\x8d\x5d\xc7\x98\x32\x1e\xb1\xbf\x16\xa1\xc6\x80\xe5\xbb\x08\x35\x26\x52\xe0\x17\xa1\xc6\xf4\x79\xc3\x22\x0c\xa9\x5f\x70\x7d\x57\x3d\x85\xb4\x2a\x29\x4f\x64\x3c\x36\x1c\x4f\xcb\xad\xc6\x31\xf0\x1e\x2f\xd5\xc3\xd7\x48\x1c\xf6\x9f\xf6\xd1\xe1\xe8\xd7\xdb\x0f\xfe\x70\xc2\x74\x4b\x19\x8f\x1a\x33\xac\xc6\x44\x78\x7d\x1d\x39\x6d\x98\x31\x32\x1e\x9b\x0e\xca\xc3\xfc\x7d\xde\x47\x46\xa7\x74\x66\x08\x4d\x55\x83\x7e\x1d\x85\xc2\xf5\x14\x9c\xa6\x59\x6f\xc0\x5f\x0c\x9e\x79\x11\x6a\xfc\xfc\x0f\xab\xb1\xd4\xff\x72\x5c\x2c\x37\x28\x6b\xd3\xa2\xa3\xac\xe2\xd3\xf4\x8b\xa9\x2d\x7a\x24\xa1\x2a\x9d\x9a\xa2\xad\xc1\x9b\xbb\xa0\xad\x51\x8d\xe1\x45\x59\x45\xd1\x90\xac\xcb\xd6\x94\x60\xc0\xa0\x14\x6e\x63\x11\x85\x1c\x4d\xcf\xc4\x55\x9e\x74\xe5\x42\x27\xe1\xd3\xaf\x6a\x63\xe9\x0d\xe2\x72\xd5\x1b\xf0\x87\xb3\xc5\x36\x06\xa5\x98\x8e\x37\xd8\xd5\x82\xb7\x6c\x83\x5d\x95\xcb\x61\x43\x5b\x63\xf4\x65\x07\x60\xe5\x9c\xee\x3b\x28\xa3\xec\xf2\xcb\x0d\xca\x8a\x83\x65\x07\x25\xeb\x2e\x7e\xc9\x1f\x1e\xf8\x85\x3f\x3c\xa9\x2f\x70\xb9\x26\xfd\x0f\x5f\x56\xd1\xdb\x09\x55\x61\xea\x6e\x2a\x64\xac\x47\x57\x12\xaa\xfa\x3c\x13\xec\x2a\x3a\xd7\x16\x6d\xcd\xd2\x2f\x69\xe5\x7c\x2d\x06\xe5\xc6\xd0\xde\x11\xad\x00\x2f\xe9\x06\xbb\xda\x59\xf2\x9b\x50\x63\x41\x7c\x6e\x0c\xca\x3b\xf5\x14\x96\xee\xd0\x95\x84\xe2\x82\xfe\x27\x56\x2c\xbd\x1d\x9a\xfa\xa8\x37\xe0\xb0\xc2\xec\xde\x18\x94\x33\xe8\x4a\x68\xea\xab\xfe\xc7\xd1\xf1\xa8\x9f\x10\x62\xa2\x81\x6d\xb0\xab\x86\xa0\xdd\x60\x57\x37\x89\x3f\x5b\x19\x8f\x1c\x08\x5b\xb4\x35\xac\xdd\x4d\xa8\x71\xe0\xb4\xd9\x54\xc8\x88\x58\x6a\xdb\x0d\xca\xfe\x99\x95\xa4\x02\x4a\xf4\x9a\xda\x89\x1d\x25\x61\x53\x21\x43\x35\xfb\x76\x62\x7d\xe2\xfd\xdf\x10\x9a\x8e\xa9\x37\xc0\xa5\xac\xd5\x83\xd5\x28\x1e\xe9\xed\x56\xe3\xb0\xcf\xfb\xf0\xb5\xa2\xe8\x6c\x42\x8d\xaa\xfb\xbe\xdd\x6a\x1c\x15\x71\xb6\xb3\xf6\x1f\x5f\x0b\x40\x75\x16\xfd\xcf\xd7\xe7\xe6\x18\xdb\x58\x8d\x09\x15\x65\x63\x35\x96\xa9\x37\x88\x56\x49\xff\x43\xab\x43\xb1\xda\x94\xd8\x5f\x88\xa5\x9d\xa1\x1d\x42\x24\xef\xac\xb4\x0e\xbe\x0f\xab\xb1\x64\xbd\x9d\xa3\x23\xeb\xed\xae\xb5\xde\xcf\x33\x7d\xff\x25\xbd\x1d\xab\x71\x6b\x36\x0b\x5c\xd1\x08\xa9\x4d\x19\x8c\x84\xe2\xb1\x29\x83\xf1\x80\xe5\xd9\x00\x54\xc5\x23\xb8\xe1\xa6\x49\xc8\x9e\x0d\x37\x4d\x01\x14\xb0\x8b\xd2\x56\x18\xc1\x42\xda\x0a\xee\xab\x4d\xed\x44\xd1\xdb\xef\x82\x43\x4e\xf3\x40\xed\x44\x21\x82\x76\x51\x01\x3a\xf5\x1a\x00\xae\xf6\x74\x01\x85\xa3\xfd\x8e\xd5\xf8\xd9\x01\x55\xd8\x78\xde\x87\xd5\x58\xb5\x42\x20\x34\x5d\x84\x2f\x77\xc5\x21\xa7\x2f\x22\xd4\x98\xbe\xde\xf0\x3f\x45\xf2\x26\x0a\x99\x30\x79\x36\x51\x48\x49\xf9\x4d\x85\x8c\xd1\xf5\x0b\x5f\xdd\xd0\x95\x14\xe7\x69\xfa\xc5\xa9\x02\xb2\x60\x43\x69\x23\xd2\xec\xad\x62\xfc\x98\x58\x1b\x83\x32\x6a\xa3\x42\x69\x73\x4d\x9d\x06\x80\x04\x58\x68\x63\x50\x26\x70\x0d\x9b\x64\x48\xe9\x40\xbb\x09\x56\xae\x5f\xc0\xca\x71\x8d\x6c\x92\x21\x2f\x01\xbd\x4d\xa8\x31\xe0\x8f\xdb\x0a\x35\x6a\xf1\x40\x69\xa3\x38\xf5\x26\x19\x72\xc1\x1a\xb5\x09\x35\x3e\x1c\x16\x9b\x50\xa3\xd8\x37\x76\x13\x0a\x80\x2d\x8d\x41\xa9\xda\x6d\x1b\x83\x72\xa2\x15\x6c\x32\x1e\x95\x78\xb0\xc9\x78\x54\xad\xb8\x0d\xa5\xcd\x21\x24\xba\xa1\xb4\x39\xda\x2a\x50\xda\x28\xed\x7c\xbb\x41\xd9\x54\x8a\x72\x13\x6a\x0c\xa6\xff\x41\xd9\xc3\xe1\xb4\x31\x28\x2b\x7a\xff\xc6\xa0\x6c\x44\x9f\x37\x06\xa5\x0e\xd8\xfd\x40\x1b\x85\x25\xb3\xc9\x78\xcc\xfa\x86\x87\x50\x8e\xc4\x0b\xb5\x13\x8b\x8e\x0e\x6a\x27\x7e\xb6\xfb\x23\x2e\x6c\xf5\x8c\xb4\x0e\xfd\x22\xd4\x18\xf4\xb5\x64\x3c\x26\x2d\xd6\x2e\x87\x00\x73\x4b\xed\xc4\xac\x31\xeb\xe2\x41\xd0\xff\x5c\xf4\xa8\x4a\xfa\xc6\xa0\xac\x9f\xfb\xa0\xa9\x27\x98\xb2\x21\x34\x15\xfd\xcc\x86\xd0\x34\x12\xde\xdb\x50\xda\xa4\xcf\xff\x70\x08\x48\xf0\x11\x6a\x54\x71\xb3\x8d\xd5\x28\xea\xfb\x8d\xd5\x28\x77\xd9\xee\x00\xac\x40\x7d\xef\x01\xb6\x9a\x00\xf0\x1e\x88\x1e\xed\x23\xb7\x1a\x87\xe9\x50\x83\xd2\xe6\x60\xce\x6e\x32\x1e\xc5\x70\xbd\x45\x69\xb3\x75\x1f\xaa\x8d\x04\x8a\x28\x6d\x74\xe4\x0c\xe6\xef\xea\x29\xa4\xe5\x3c\xba\x8f\x30\x96\x56\xeb\xe0\xe8\x47\x8b\xdc\x03\xad\xf5\xf3\x0b\x14\x95\xd6\xfc\x80\x4b\x05\xd4\xc8\x26\xd4\x28\x2d\x72\x7f\x8a\xf1\xb3\x5e\x08\x35\xf6\xcf\x2f\x3f\xfa\x97\x8e\x15\x42\x8d\x5d\xbb\x91\x50\x63\x47\x9b\xdf\x6e\x35\x8e\x89\x0b\x60\x8b\xd0\x14\xed\x73\x4f\xb8\xda\x75\x84\x13\x6a\x1c\xea\x27\xc5\xf8\xe7\xd5\x33\xc5\xa8\xc8\xf7\x01\x50\xed\x92\x28\x94\xc1\x10\x51\xef\x9e\xe2\xc2\x46\xb4\x2a\xe3\x11\x24\xd1\x9e\x1c\xfd\x9a\x69\x6a\x27\x36\xdd\x67\x7c\x9f\xae\xa4\xe2\xbe\x38\x4a\x36\x15\xf7\x55\xed\x68\x13\x86\x14\x83\xf7\x26\x0c\x79\x09\x2e\x6e\xc2\x90\xaa\x1f\xb3\xe1\xbb\x59\x52\x12\x44\x68\xba\xfe\x53\x24\x63\x50\xd6\xa6\xd7\x91\x91\xd4\xd5\x31\xa2\xe4\x3a\xa5\x31\x28\x55\x1b\x6b\x63\x50\x0e\x09\x68\x13\xc0\x4a\x9f\x20\x6c\x20\x5d\x59\xca\x68\xe1\x99\x6e\x50\x96\xab\xed\x47\x32\x64\xd6\x09\xa7\x64\x48\x89\x02\x25\x43\x82\xea\xdb\x18\x94\x0d\x60\xd6\xc6\xa0\x14\x5b\xc4\x86\xeb\xb4\x7c\x9e\x49\x18\x52\x27\x38\x61\x48\xe9\xfd\x1b\x0a\x1d\x95\x5c\xdc\x0b\x5f\x79\xd5\x2f\x71\x0d\xf3\x7d\x4b\x15\x4e\xf4\x4c\xc8\x24\xf1\xd1\xee\xa5\xba\x75\xf4\x0c\x83\xb2\xe9\x29\x60\x57\x0d\x3f\xe5\x86\x42\x47\xc1\x9b\x8d\x41\xa9\xc2\x4b\x1b\x0a\x9d\xa0\x45\x4e\x85\x8c\x20\x51\x40\x85\x8c\x0a\x12\x65\x13\x86\x5c\x3a\x89\xdd\xa0\x6c\x37\xe9\x29\xa0\x38\x70\xc5\x6c\x6a\x27\x7e\xb4\x48\x28\x74\x3e\x63\x4d\xed\x44\x55\x56\xdb\x32\x1a\xd5\x6b\x8c\x46\xd1\x72\xef\x83\xd1\x0f\xdc\x6a\x1f\xb2\xc6\x30\x0c\x37\x46\x63\x94\xe8\xc1\x68\x54\x2e\xd8\xc6\x68\x14\x20\x6f\x1f\x8c\x62\x1d\x39\x54\xc1\x50\xf0\x66\x63\x34\x4e\x59\x2b\x18\x8d\x0a\xdd\xee\x23\x24\x8a\x9e\x02\xeb\x9e\xe6\x0f\x42\xd3\x84\x27\x74\x1f\x9c\x1a\x9a\xe9\x23\x3e\x6f\xb6\x0a\xa1\xc6\x82\x55\xb5\x65\x34\x6a\x2d\x51\x05\xa3\x69\x1e\xae\x90\x36\x7c\x1f\xf8\xd4\x2a\x7b\xe1\x42\x65\x2e\x1b\x04\x9a\x9c\x86\x5f\x74\x83\x4f\x15\xe3\xc5\x56\x15\x0c\xf0\x02\x1b\x7c\xea\x00\x97\xb2\xc1\xa7\x2a\x42\xb3\xb1\x0c\xb7\x84\x0d\x55\x30\x82\x6c\x82\x2b\xcd\x5b\xff\x73\xf1\x29\xd6\x8e\x0d\x08\xb5\x4b\x45\xb9\xe2\x13\xf6\x67\x1e\x40\xa8\xa2\x78\x3f\x80\x50\x95\xc1\x76\xdc\x32\xec\xca\x78\x3c\x6e\x19\x76\xa5\x36\x9c\x80\xf8\xe4\x60\x3e\x01\x2e\x8e\xa9\x5f\x3e\x7f\xa2\x0b\x3b\x58\x86\x85\x1d\x77\xb0\x0c\x9f\xa1\x5f\x58\x86\x55\xcf\x04\x7f\x8b\x86\x79\x02\xb4\x5f\x9f\xfb\xe0\xaa\x58\xea\x19\x4e\x0d\xe6\xef\x60\x19\xee\xcf\x2f\xf1\x95\x73\x1f\x96\xe1\x83\x92\x77\xb0\x0c\xc7\xd1\xff\x08\xc5\xb1\x5a\x0f\x59\x8d\x93\xd0\xed\xc1\x32\x0c\x5d\xff\xa3\xd4\x05\x7a\xf1\x21\xab\x71\xb2\x5a\x4f\x24\xb5\x08\x47\xde\xc1\x32\xec\x1a\x41\x2c\x43\x29\x17\x27\x4a\x3d\xd3\xff\x50\xcf\x90\x7c\x07\xcb\x50\xf5\xfc\x4e\x14\xd5\xfe\xe2\x17\x32\xf2\x4b\xe8\xff\x4f\x91\x7c\xc0\xa7\x16\xce\xe5\x03\x3e\x55\x27\xc7\xc1\x68\xcc\x2c\xa5\x83\xd1\xa8\x42\x4f\x47\x51\x48\x62\x8b\xe7\x43\x93\xc3\x90\x25\x3e\x1d\x11\x72\x28\xab\x38\x86\xfe\x47\x15\x0c\xce\xc2\x43\x15\x8c\x3e\xf4\x14\xa0\xe3\x68\x75\x47\xa1\xc6\xac\x9e\x71\xf2\x73\xc2\x1d\x8c\x46\xd5\x05\x3b\x70\x9d\x2a\x51\xf9\x24\x55\x19\xd0\x95\x17\x07\x0b\x7d\xc9\x30\x58\xe1\xe2\x38\x18\x8d\x2a\xe2\x7a\x30\x1a\xe5\xf5\x3a\xe0\x53\x13\xc6\xed\xc9\x80\xe0\x30\x79\x8e\x1b\x8d\xe3\xd1\xa2\x13\xa1\x29\xdb\xf6\x90\xd5\xb8\xae\x7e\xf9\xf7\x5d\x82\x8b\x07\xa3\x51\x11\xfb\x83\xd1\xf8\xf9\xda\x4c\x94\xfc\xe8\x17\x59\x7f\x53\xbf\xf8\xbe\xae\x67\x92\xf5\x67\x7a\xbb\xb2\xfe\x98\x31\xf0\xa9\x0f\x01\xa1\x53\x04\x12\x63\x09\x82\x4f\xdd\xe8\x2b\xa7\x88\x81\x8c\x51\x82\xd0\xf4\x68\x03\x10\x6a\x54\xf5\xe3\x53\xe0\x3a\xa8\xba\x12\xa3\xf1\xe8\x97\x1b\xfd\xa9\xe8\x7d\x24\xe4\xe2\xec\x39\x45\x34\x32\xcc\x1f\xa1\xc6\x89\x37\xfe\x14\xe1\xc3\x19\xdd\x22\x32\x50\x5d\xe9\xc7\xdf\x44\xb7\x38\xd0\xe4\x28\x6a\x70\x08\x35\xaa\x4c\xd8\x81\x26\x67\x60\x76\x9f\x4a\x6d\x33\x0e\x8b\x83\xd1\x98\x3f\xff\x2b\x6c\x77\xfa\xf9\xb1\x0c\xf5\x4b\xf8\x62\xe6\x1d\xcb\x30\x02\xd9\x3c\x55\xb5\xdb\xf8\xda\x8a\x51\x4c\x80\xed\x54\x12\x8e\xb3\x7a\xa6\x2a\x26\xcc\x6d\x85\x81\xac\xa8\x9f\xd0\x38\x69\x8f\x11\x6a\x14\x02\xf6\x54\x55\xa1\xe1\x0d\x58\x86\x6b\xe9\x97\x00\x56\x7c\x43\x53\x81\x21\xfa\x89\x65\x28\x75\xe2\x60\x19\x06\xa0\x7b\xa7\x51\xe5\x63\xe8\x29\x8d\x5d\xcc\xd7\x52\x05\xa3\x68\xed\x62\x19\x66\xb4\xcf\x03\x4d\xce\xa3\xaf\x25\xd4\xa8\x84\xf8\x03\xd9\x69\xe0\x88\x3b\x70\xe1\x84\xcf\x95\x1b\x40\x2c\xab\x07\xb2\xd3\xa1\x91\x10\xd9\x29\x31\x84\x83\x65\x28\x18\xe8\x81\x0b\x27\x68\x6e\xdd\x32\x6c\xca\x91\x3b\x58\x86\x4d\xa2\x5c\x59\x8d\x84\xf0\x0e\x96\xa1\xd2\x5d\x0e\x96\x61\xd4\xb7\x63\x19\x7e\x46\x57\xa1\xc6\xa2\xb7\x53\xc0\x4c\xe3\xf2\xa8\x36\x24\xeb\x0c\xcb\x50\x89\x54\x07\xcb\xb0\x5f\xbd\xc1\xe7\x6f\x60\x91\x1c\x2c\xc3\x65\xba\x92\xf9\x23\x16\x70\xb0\x0c\x95\x33\x7a\x64\x19\x62\x97\x1e\x2c\x43\xa7\xc5\xff\xdf\x22\x19\xa3\xb1\x69\x20\x30\x1a\x4d\x82\xe1\x63\x34\x32\x10\x2a\xab\xa8\x05\x49\xc2\xe3\xa9\x7a\x39\x00\x0f\x09\x1b\xf0\xa9\x97\x20\xd3\x21\xe1\xf1\xb3\xa9\xba\x5c\xe5\x7a\x26\xa2\x07\x2f\xdb\xa1\xe0\x7e\xda\xba\xf2\xe0\x46\xe7\xd3\x29\xb8\x5f\x74\x12\x53\x70\xbf\xe8\x99\x2a\xb8\xaf\x33\x1b\x7c\xea\x40\x97\x39\x24\x3c\x8a\x3b\xe2\x90\xf0\xa8\x6a\xb6\x67\x00\xfd\xc7\x44\x3e\x03\x80\x15\x1a\xfb\xa1\x0a\x46\x91\x10\xa6\x0a\x46\xc1\xc1\x72\x54\x05\x43\x13\x0d\x0f\xaa\x00\x64\x87\x50\xe3\x23\xd1\xf3\xa9\x82\xc1\xe8\x7e\xaa\x60\xa8\x2f\xd0\xac\x4c\xf5\xf3\x22\x96\xf8\x22\x55\xc1\x20\x68\x77\xa6\x88\x42\xe9\xe7\x14\x40\x8e\x7e\x62\x34\x46\xbd\x81\x50\xe3\xd4\x28\x11\x6a\x6c\x58\x1d\x87\x50\xa3\xb4\xb3\x03\x3e\x55\x5c\x1c\x67\xc2\xf3\x9a\x75\xa5\x8b\x1e\xc3\x50\x3b\x84\x1a\x15\xcd\x3f\x13\xad\x6e\xeb\x0d\x44\xc9\x3f\x6f\xc0\xa9\x81\xc9\x7a\x26\x00\x47\xe2\xf7\x47\xa1\x46\xf0\x3a\x87\x50\xe3\x42\x2b\x3f\xd0\xe4\x6c\x69\x6e\x84\x1a\x03\x5a\xf2\x21\xd4\xa8\x50\xf1\x31\x0a\x60\x49\xb4\xaa\xe0\x3e\x58\xd2\x43\xed\xc4\x4d\xf6\xd7\x01\xbb\x2a\x4c\xe8\x01\xbb\x5a\xba\xae\x84\x81\xec\xf3\x4c\x5f\x9f\x33\xeb\xed\x38\xdd\x34\xef\x64\x35\x8a\x13\xe5\x90\xd5\x38\xb0\x64\x0e\x59\x8d\x02\x7b\x1d\xc3\x9f\x8a\x4b\xe5\x2c\x68\x8e\x08\x08\x9d\x25\x00\x99\xfe\x07\x36\xb7\xe8\x17\xf8\x77\x09\x30\xb2\x1a\x3f\xab\x07\xcb\x50\xd5\xab\x0f\x96\x61\xc5\x22\x39\x8b\xcc\x5a\xf5\x73\x91\x1e\x25\xad\x0e\x10\x6a\x25\xea\x73\x00\xa1\x8a\x23\xfc\x08\x84\xaa\x55\x8e\xf5\x77\xa4\xcc\x00\x42\x0d\x12\xad\x14\xd5\xcf\xf8\x84\x0f\x45\xf5\x4d\x02\x7a\xab\x52\x09\xe3\x42\x39\x0b\xd5\xb9\x3e\x58\x7f\xca\x20\x38\x9b\xe3\xe1\x73\x25\x3e\x61\x5c\x7e\x87\xfa\x88\x4a\x65\x3a\xe2\xbb\x91\xe2\x01\xdf\x8d\x6a\x7e\x1c\xf8\x6e\x96\x64\x01\xe1\xc4\xcf\x4c\x13\x4e\x3c\xda\x1d\x54\xce\xff\x1c\xc5\x84\x13\x95\xd4\x75\x44\xa0\x2a\x59\x00\x08\x35\x62\x35\x1e\x2c\xc3\x23\x8d\x96\x70\xe2\xd5\xac\x00\x42\x95\xf3\xf3\x00\x42\x0d\x52\x07\x01\xa1\xaa\xb4\xd3\x39\xa2\xda\xd7\x53\x5c\x0e\x2a\x40\x7a\x08\x19\xae\xf5\x5f\xe1\xbd\x73\xc4\xc9\xc0\xe2\xa1\x3c\xe2\x21\xbe\x7d\xa8\x74\xf1\x39\xc1\xdd\x30\x7c\xfe\x79\x1d\x22\x12\x13\xf2\x5c\xfc\x32\x78\x9d\x0f\x86\xa1\xe1\x31\x3a\x54\xba\x58\x3a\x47\x28\x8f\xa8\x34\xe2\x43\x79\xc4\x47\xa7\xa6\xf8\x53\xa5\x57\xa9\xa8\xbe\x36\x00\x45\xf5\x0f\x60\xaf\x73\xc5\x94\x46\xaf\x31\x0c\xc5\xe1\x76\xae\x38\x35\x98\xb0\x2b\x4e\x0d\xa6\x01\xc3\x30\xe8\x8b\x30\x0c\x83\x8e\x0e\xf1\xa7\x4a\x64\x61\x18\x36\x0c\xe6\x1b\x04\x94\xca\xfc\xf2\xe5\x39\xf9\xf6\x4b\xc8\x50\xc9\x13\x17\x0c\xea\x9d\xfa\x25\xa6\xad\xc0\x2f\x5f\x9e\x19\x91\x7c\xa1\xbb\x39\x9f\x5f\x68\x67\xa6\xfb\xd0\x5e\x08\xa6\xdc\xa0\xc4\x53\xfd\xc2\x7a\x60\xb9\xdc\x20\xba\x22\xfd\x0f\x3a\x98\xae\x7e\xca\x7a\x48\xfc\x82\x8e\x69\xe8\x8b\xc8\x4e\x64\x4b\x5f\x37\x0c\x47\x21\x80\x71\xa3\xa8\xda\xe9\x0b\x24\xa9\x0d\x13\xf9\x82\x41\x35\x0e\xd1\x4b\x76\x62\x45\x0f\xb8\x84\x0c\x2b\x40\xbe\x4b\xc8\x50\x58\x89\x4b\xc8\x50\xf6\xd0\x8d\xaa\x04\xa1\xa7\xe0\xb8\x58\x7a\x83\x3b\x2e\x52\x56\xcf\x40\xd3\x98\x7a\x06\xa7\xc6\xa3\x37\x00\xc4\x2c\x7a\x0a\x71\x89\xa9\x37\x10\x97\x40\x30\xdc\x24\x2a\x7a\xc6\x9a\xec\x44\x71\x84\x5f\xb2\x13\x0b\x6e\xb6\x4b\xc8\x50\xde\xf8\x0b\xdd\x4d\xc5\x37\x78\x55\xe9\x82\x83\xeb\x42\x77\x73\xbb\xee\x03\xe3\x8e\x4f\xff\x42\x77\x13\xb5\x7a\x00\x9a\xe6\xad\xff\x81\x91\x0e\x7a\x26\x74\x5a\x08\xbe\x9b\x98\x3f\x50\xb5\x17\x92\xd4\x0e\x42\xe7\x02\x34\xed\x4b\xbd\x86\x84\x52\x33\x46\xc8\x30\x92\x14\x7e\xc9\x4e\x54\x46\xd9\xa5\xd2\x85\x2a\x7e\xdf\x8c\x61\x0f\x39\xd3\x05\x68\xda\x40\x86\x5c\xb2\x13\xab\x56\x16\x9c\x36\x95\x74\xf5\x4b\xc8\x50\x34\x5c\x17\xa0\xa9\xd8\x4c\x2e\xd9\x89\x05\x7b\xf6\xaa\x9c\x05\x96\xd3\xcd\x3a\x1e\xf4\x8b\x90\xf6\xd2\x95\xf8\x7d\xab\xfe\xa7\x14\x28\x46\x09\x4e\x9b\xac\x35\x08\xa7\x4d\xd3\xac\x60\xfd\x89\x2b\xfa\x02\x34\x9d\x38\xf9\x2e\x40\xd3\x0b\x1c\xf7\x42\x92\x2a\x46\xf4\x0b\x49\xaa\x2a\xe7\x5f\x38\x6d\x0a\x47\xf1\xa5\x9c\x45\x00\x8c\x78\x29\x67\x51\x35\x7f\x85\xfd\xd7\xf4\x3e\x42\xf6\x9a\x15\x48\x52\x05\x73\xb8\x6e\xfd\x0d\x21\x9f\xaf\x48\x52\x3f\xfd\x3c\x1c\x01\xff\x05\x82\xbb\x44\x13\x33\x27\xd5\x55\x79\x44\x14\xef\x4b\x51\xfd\xa0\x17\x80\x41\xd5\x69\x74\x31\x0c\x1b\x6e\x8c\x8b\x61\x68\x18\xbe\x17\xc3\x30\x0c\xdd\x47\x48\x66\xeb\x4a\x7c\x52\x12\x6e\xf0\xa7\x2a\x4c\x70\xab\x2a\x79\xf0\x09\xa2\xbb\x89\xea\x8b\xf1\x06\x16\x16\xfc\xa9\xa6\x0d\x40\xc8\x50\x3e\xef\x8b\x61\x28\xe8\xc9\xa5\x0a\xc6\x47\x28\x36\x7d\x1f\xf7\x11\x32\xbc\xea\x19\x45\xf5\x55\x8d\xee\x36\xb2\xdb\x88\x84\x5f\x37\x0c\x6b\x44\xe8\x5f\xca\x23\x56\x89\xe4\x06\x90\x4f\xc2\x0d\xba\x1b\x15\xc7\xba\x4d\x3e\x45\x5d\x29\xed\x8c\xaf\x55\xc8\x30\xe8\x7f\x38\x66\xb4\x74\xc9\x4e\x8c\x1a\x41\xe8\x6e\x92\x96\x3c\x74\x37\xaa\x5b\x72\x55\x03\x11\xe7\xd2\x55\x0d\x44\x3d\x05\x22\xd4\xa4\x4d\x05\x11\xea\xf8\xfc\x02\xcc\x86\x56\x7e\x1f\x0a\x59\xe1\x16\xba\x50\xda\xa8\x44\xee\x75\x03\x2f\x05\x34\x94\xeb\x06\x5e\x10\x9a\xe6\xba\x81\x97\x82\x56\x81\x1b\x78\x29\x7d\xae\xfc\xea\xe7\xbd\xea\xa7\x5b\x47\x39\x48\x14\xb8\x75\x74\x55\xf8\xf6\xba\x05\x74\xaf\x46\xc2\x2d\xa0\x2b\xfa\xa0\xeb\xd6\xca\xbd\x12\xd0\x6e\xad\xdc\xab\xf9\x73\x6b\xe5\x8a\xf0\xf3\x5e\xfa\x82\x7e\x74\xfd\xb8\x0d\xe1\xd1\xaf\xe3\xbf\xb0\x9c\xae\x1f\xb7\x29\x3b\xcc\x2e\x05\x3f\x6e\x53\xf6\x20\x53\x0a\x7e\x54\x85\x90\x7a\xa0\xb6\x47\x0a\x7e\x5c\x85\x90\xc6\xd7\x1f\x2d\xf1\x5f\xd7\xa4\x7f\x5d\xc3\x73\xdc\x2d\x95\x42\xe2\x19\x7e\x90\xa5\xe0\x62\x3f\x35\xef\x69\x0a\x2e\xf6\x53\xcb\xfa\x5f\x65\xb4\x23\xbf\xda\x8f\x5f\x3e\x13\x90\xe6\xa7\xe0\x02\x3b\x05\xf5\xdb\x05\x76\xa2\x72\x64\x0a\x99\x1e\x6e\xae\x74\xa1\x9c\x52\xe4\x7d\x2e\x86\x43\x30\x9e\xe9\x62\x38\x25\x9f\x97\x14\x5c\x0c\x87\xa0\x9e\xb9\xa8\x4d\xc9\x11\xe2\x29\xb8\x38\x0d\xe1\xd1\x1b\x34\xbe\xf4\xba\xf0\x06\xf7\xd9\xa6\xe0\x62\x31\xb1\x93\x52\x70\xb1\x18\x70\x6b\xa4\xe0\x62\x31\x7c\xbe\xa8\xec\x17\x80\x98\x82\xdc\x52\x85\xff\xb9\x84\x09\x30\xbb\xa4\x50\xe9\x99\x5b\x52\x29\xb8\xdc\xf8\x67\x24\x5c\x6e\xbc\xff\x9b\xbe\x2a\x2e\x3d\xab\xfb\xf7\x5c\xd5\xf3\x7b\xae\xea\xbf\xe6\xbc\xfd\x6b\xce\x1b\xef\xc8\x31\x11\x40\x4e\xc1\xf7\x6f\x08\x39\xbd\x2d\xec\x8d\x9c\xdf\x16\xc6\x2c\x97\xb7\x85\xfe\xe4\xfa\xb6\xd0\x9f\xdc\xde\x16\xfa\x93\x9f\x7f\x5a\x1e\xfa\x93\x3b\x2d\xff\x4b\xa4\xa7\xf0\x30\xf9\x79\xbc\xb7\x27\x2d\xc6\xaf\x0f\x08\x21\x87\x7f\x96\xe2\x93\x7f\xfe\x27\xbe\xff\x29\x3f\xff\x93\xde\xff\xd4\x9f\xff\xc9\xef\x7f\xda\xcf\xff\x94\xf7\x3f\xcf\xcf\xff\xd4\xf7\x3f\xfd\xe7\x7f\xda\xfb\x9f\xf1\xf3\x3f\xcf\xfb\x9f\xf9\xf3\x3f\xfd\xfd\x8f\xfd\xfc\xcf\x78\xff\xb3\xde\xff\xa4\x9f\x63\xc0\x94\x38\xae\x23\x05\xf7\x3d\x25\x78\x2e\x52\x70\xdf\x53\xc2\x87\x9b\x42\x4f\xbf\x17\x41\xcf\xbf\x17\x41\x2f\xbf\x17\x41\xaf\xbf\x17\x41\x6f\xbf\x17\x41\x7f\x7e\x2f\x82\xde\x7f\x2f\x82\x3e\x7e\x2c\x82\xaf\x96\xf9\x7b\xa6\xbb\xfd\x35\xd3\x7d\xfd\x35\xd3\x7d\xff\x35\xd3\xfd\xfc\x35\xd3\xfd\xfe\x35\xd3\x23\xfc\x35\xd3\x23\xfe\x35\xd3\x23\xfd\x35\xd3\x23\xff\x35\xd3\xa3\xfc\x35\xd3\xa3\xfe\x35\xd3\x73\xfe\xb3\xd1\x4b\xfc\x67\x6b\x4f\x7b\x5b\xd3\xdb\xba\xde\xd6\xfc\xb6\xbe\xe2\xa4\x94\xb7\xf5\xbc\xad\xf5\x6d\x7d\xc5\x4a\x69\xff\xb4\x5a\x78\x5b\x9f\xb7\xf5\x3d\x52\x4a\x7f\x5b\xd3\xdb\xfa\x8a\x22\xcb\x6f\xeb\x7c\x5b\xcb\xdb\x6a\x6f\x6b\x7d\x5b\xd7\xdb\xda\xde\xd6\xfd\xb6\x3e\x6f\xeb\x79\x5b\xfb\xdb\x7a\xdf\xd6\xf1\x4f\x6b\x0d\x6f\xeb\x3b\xbe\xf5\x1d\x5f\x7b\xc7\xb7\xbe\xe3\x6b\xef\xf8\xd6\x77\x7c\xed\x1d\xdf\xfa\x8e\xaf\xbd\xe3\x5b\xdf\xf1\xb5\x77\x7c\xeb\x3b\xbe\xeb\x1d\xdf\xfa\x8e\xef\x7a\xc7\xb7\xbe\xe3\xbb\xde\xf1\xad\xef\xf8\xae\x77\x7c\xeb\x3b\xbe\xfb\xfc\xde\xfb\xfb\xfe\xde\xfb\x27\xfc\xde\xfb\x27\xfe\xde\xfb\x27\xfd\xde\xfb\x27\xff\xde\xfb\xa7\xfc\xde\xfb\xa7\xfe\xde\xfb\xa7\xfd\xde\xfb\xe7\xf9\x6b\xef\x9f\xfe\xd7\xde\x3f\xe3\xaf\xbd\x7f\xe6\x5f\x7b\xff\xd8\x5f\x7b\xff\xac\xbf\xf6\xfe\xd9\x7f\xed\xfd\x73\xfe\xda\xfb\xe7\xfe\xb5\xf7\x6f\xf8\x6b\xef\xdf\xf8\xd7\xde\xbf\xff\x92\xdd\xf7\x5f\xb2\xfb\xfe\x4b\x76\xdf\x7f\xc9\xee\xfb\x2f\xd9\x7d\xff\x25\xbb\xef\xbf\x64\xf7\xfd\x97\xec\xbe\xff\x92\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x2f\xd9\x1d\xc3\x5f\xb2\x3b\x86\xbf\x64\x77\x0c\x7f\xc9\xee\x18\xfe\x92\xdd\x31\xfc\x3f\xcb\xee\xff\xa9\xd6\xc4\xf0\x97\x58\x8f\xee\xb6\x49\x04\x14\x53\x74\xd7\x4c\x4a\xee\xba\x48\x11\x0d\x1a\x64\x72\x8a\x09\xbd\xd1\xc3\x5a\x29\x26\xee\x73\xeb\x33\x45\x69\xc9\x68\xa6\x31\xa3\xc3\x3a\x24\x2f\x45\xd7\x99\x13\x09\xc1\x29\x4a\x67\x76\x47\x54\x8a\xee\xac\x48\xc9\xd1\x27\x29\x66\xde\x30\x79\x43\xd6\x24\x87\xcf\x24\xc7\x6c\xbf\x96\x61\x94\x5e\xfd\x2e\xc3\x28\xdd\xfa\x5d\x86\x31\x9f\x5f\xcb\x30\xe6\xfb\x6b\x19\xc6\x12\x7e\x2d\xc3\x58\xe2\xaf\x65\x18\x4b\xfa\xb5\x0c\x63\xc9\xbf\x96\x61\x2c\xbc\xeb\x3d\x20\x63\xe1\x5d\xef\xe1\x18\x2b\xef\x7a\x0f\xc6\x58\x79\xd7\x7b\x28\xc6\xca\xbb\xde\x03\x31\x4a\xa3\x7f\x0f\xc3\x58\x59\x08\xef\x41\x18\x2b\xb3\xfc\x1e\x82\x51\x9a\xff\x7b\x00\xc6\xca\x86\x7b\x0f\xbf\x58\xd9\x70\xef\xc1\x17\x65\x13\xbc\x87\x5e\xac\xcc\xc5\x7b\xe0\xc5\xca\x5c\xbc\x87\x5d\xac\xcc\xc5\x7b\xd0\x45\xd9\x0f\xef\x21\x17\x65\x3f\xbc\x07\x5c\x94\xfd\xf0\x1e\x6e\x51\xf6\xc3\x7b\xb0\xc5\xa6\x0d\xf4\x8e\x4f\xd3\xc6\x79\xc7\xa7\x69\xc3\xbc\xe3\xd3\xb4\x51\xde\xf1\x69\xda\x05\xef\xf8\x34\x29\xdd\xef\xf8\x34\x1d\x04\xef\xf8\x34\xc6\xa7\xbd\x7d\x96\x3d\xd3\xbe\xf5\x99\xf1\x69\xdf\xfa\xcc\xf8\xb4\x6f\x7d\x66\x7c\xda\xb7\x3e\x33\x3e\xed\x5b\x9f\x19\x9f\xf6\xad\xcf\x8c\x4f\x7b\xfb\x2c\x7b\xa6\xbd\x7d\x96\xd1\xd2\xde\x3e\xcb\x68\x69\xef\x9c\xca\x58\x69\xef\x9c\xca\x48\x69\xef\x9c\xca\x38\x69\xef\x9c\xca\x28\x69\xef\x9c\xca\x18\x79\xde\x39\x95\x11\xf2\xbc\xe3\x23\xe3\xe3\x79\xc7\x47\x46\xc7\xf3\x8e\x8f\x8c\x8d\xe7\x1d\x1f\x19\x19\xcf\x3b\x3e\x32\x2e\x9e\x77\x7c\x1e\xc6\xe7\x79\xc7\xe7\x61\x7c\x9e\x77\x7c\x3a\xe3\xf3\xbc\xe3\xd3\x19\x9f\xe7\x1d\x1f\x19\x23\x92\x57\x32\x44\xdc\xf1\x9a\xa2\x8c\x10\x6c\xe7\x28\x03\xc4\xd1\x87\x29\x76\x7c\x0a\x19\x79\xd5\x5f\xa5\xcf\xa5\xea\xdb\xab\xde\x7f\xfe\xe7\x5b\xef\xc6\xcf\xff\x7c\xeb\xe5\xab\x00\x7e\x1d\x38\xf9\x1d\xe1\x8e\xb7\x22\xa9\x7f\x47\xbf\xde\x96\x2b\x4f\xc7\xc7\xdb\x11\xdd\x90\xf8\x5c\xf3\xcf\x75\x32\x22\x26\x5f\x26\xc3\x21\x21\x97\x65\x2c\xe0\x07\x88\x32\x10\x3e\xbf\x5c\x4a\x87\xc2\x18\x8c\xfe\xe3\x7f\xf6\xe3\x7f\xeb\xc7\xff\xd4\x2f\xfe\xe7\xd1\xeb\x54\x67\x48\x14\xb7\x4c\xd1\x23\xd8\xa9\xae\xe7\x6d\xc9\x5c\x13\xdf\x16\x3f\x13\x5a\xfc\x0f\x60\x6f\x8a\x1e\x9e\x4e\x0d\x47\x4d\x74\x0b\x44\x8f\x56\xcb\x79\x1f\xad\x96\xcb\x35\xaf\xd0\x77\x3b\x20\x55\xfb\x3a\x3c\x38\x1e\xdd\x06\x48\xd5\xd2\xdb\xe2\x4b\xe0\x89\x7c\xa2\xeb\xfd\xe9\x71\x47\x6b\x8a\xae\xd9\xa7\x8a\xfd\x1b\x4d\xcf\x77\x57\x59\xdc\x38\xa7\x26\x53\xba\xf9\xac\xc4\x95\x1e\xc8\x7c\x7f\xd9\x8f\x5f\xd7\x9d\x7f\x9a\xc2\x5b\x7f\x2e\x9f\x77\xd3\xdd\xf6\xf3\x3f\xef\xe6\xbb\xbf\x96\xe9\xbb\x09\xef\xaf\x65\xfa\x6e\xc6\xfb\x6b\x99\xbe\x9b\xf2\xce\x9f\xff\x79\x37\xe7\xa5\xdf\x5a\x0a\xb8\x14\x93\xbe\xd7\x75\xad\x1c\x32\xe3\x74\x99\x8b\xc5\x41\x8f\x4b\xb1\x7a\xd8\x3f\xa5\xa0\x65\x12\xf9\xe5\x4b\x24\x3b\x86\x3e\xa5\xa0\xe5\xb1\xf9\x55\x7e\xfc\xea\x9a\x71\x7e\xa1\x9e\x38\xba\x3f\xa5\x40\x5f\x1c\xa8\xf1\x35\x93\x38\x2d\x7d\xce\x53\x44\x75\xa9\xbc\x3d\xa2\xba\x54\xde\x1e\xdb\x37\x07\x5f\x8a\x7c\xf9\x7d\x3e\x6b\x21\xa1\x3c\x65\x07\x3f\xbb\x8f\xd0\x5d\x7e\xf4\x35\xf1\x1d\xb8\x0a\x53\x92\x82\xa4\xff\xe9\x2d\x81\x5f\x6c\x36\x87\x36\xb8\x07\xf8\xeb\x99\x1e\xb1\x49\x49\x2a\x18\x0e\xc0\x94\xa4\x2e\xd5\x40\xad\xf4\x94\xa4\x86\x79\x24\x2f\xa5\xc4\x77\x76\xfa\x83\x93\x33\xb9\xcb\x3c\x25\x9c\x9c\xc9\x1d\xc5\x29\x79\x54\x2a\x41\xe2\x90\x52\x46\x64\xb2\x8a\x53\xc6\x6f\x53\xe9\x01\xaa\x5d\xd6\x48\x66\x89\x09\xde\xe0\x4e\xce\x9c\x06\x23\x99\x11\x05\x99\x37\x48\x35\xfb\x52\x8c\x33\xe3\xfe\x51\xc4\xee\xdb\x42\x2f\x16\x4f\x2b\xe1\xfb\x0c\x96\xf8\xe3\x7f\x49\x7b\x95\x5f\x5a\x07\xf4\xbe\x94\xef\x2b\xa6\xd4\x1f\xff\x6b\x12\x3a\xfc\x7a\xd8\x9f\x7a\x4a\xff\xb6\x0a\x53\x19\x3f\xfe\x37\xf9\x1f\xfd\xf4\xd8\x51\xa2\x52\x50\x4a\x65\x49\x4a\xf0\x6b\xf3\x4b\xbd\xd6\xca\x56\x5f\xfc\xfb\x9e\xc4\x33\x6b\xf8\xfe\xcc\x1a\xbf\xf7\xac\xf2\x45\x8b\x31\x77\xd5\x2e\x13\xb4\x48\xc9\xd5\xba\x0c\xa1\x5c\x4a\xae\xd2\xe5\xac\x5e\xbb\x3a\x97\x4a\xa7\x2f\x75\xfd\x21\x1d\xd2\x37\x57\xee\x4f\xe9\x90\xea\xf9\x43\x3a\xa4\x6f\xae\xdd\x9f\xd2\x21\xb5\xf0\x87\x74\x48\x2d\xfe\x21\x1d\x52\x4b\x7f\x1c\x96\xa9\xe5\x3f\x0e\xcb\xd4\xca\x1f\x87\x65\x6a\xf5\x8f\xc3\x32\xb9\x4a\x97\x40\x1e\xa6\xe4\xaa\x9a\x9f\x6e\xfe\xcb\x67\x27\x6e\xc6\xdc\x55\xab\x14\x35\x1f\xae\x56\x25\x18\x82\x53\x72\x95\x2a\xc5\xfd\x1f\x35\x53\xdd\x00\xfa\x9a\xe2\xc1\x32\x75\x6d\x21\x3d\x83\x2d\xe0\xe7\x6d\x7a\x8c\x49\x1d\x74\x6c\x33\xa9\x9c\xa9\x51\x42\x6f\xe8\x29\x6c\x24\x47\x84\xfd\xf3\x8b\x73\x13\xca\x8c\x94\x38\x33\xa3\xc4\x0a\xe7\x65\x34\xde\xee\x38\xaf\x14\xd1\x63\x92\xe3\xbc\x52\xd4\x32\x35\x9e\xa2\xe5\x6d\x3c\xe5\x20\x44\xdc\x55\x96\xa0\xff\x4a\xc9\x78\xe6\x61\x38\x4d\xcf\xe4\x8b\x38\x0e\xe3\xe2\x0d\xee\xb2\x7a\x7f\xd9\xf7\x2b\xe5\x1e\x72\x4b\x88\xef\x90\x6b\xc8\x2d\x21\xb5\x94\xd7\x12\x52\x4b\x7d\x2d\x21\xb5\xb4\xd7\x12\x52\xcb\xf3\x5a\x42\x6a\xe9\xaf\x25\xa4\x96\xf1\x5a\x42\x6a\x99\xaf\x25\xa4\x16\x7b\x2d\x21\xb5\xac\xd7\x12\x52\xcb\x7e\x2d\x21\xb5\x9c\xd7\x12\x52\xcb\x7d\x2d\x21\x5a\x76\x78\x2d\x21\xb5\xc4\xd7\x12\x52\x4b\x7a\x2d\x21\xb5\xe4\xd7\x12\x52\x4b\x79\x2d\x21\xb5\xd4\xd7\x12\x52\x4b\x7b\x2d\x21\xb5\x3c\xaf\x25\xa4\x96\xfe\x5a\x42\x6a\x19\xaf\x25\xa4\x96\xf9\x5a\x42\x6a\xb1\xd7\x12\x52\xcb\x7a\x2d\x21\xb5\xec\xd7\x12\x52\xcb\x79\x2d\x21\xb5\xdc\xd7\x12\xa2\x45\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xce\xa9\x5c\x7d\xed\x9d\x53\xb9\xf8\xda\x3b\xa7\x72\xed\xb5\x77\x4e\xe5\xd2\x6b\xef\x9c\xca\x95\xf7\xbc\x73\x2a\x17\xde\xf3\x8e\x8f\x5c\x77\xcf\x3b\x3e\x72\xd9\x3d\xef\xf8\xc8\x55\xf7\xbc\xe3\x23\x17\xdd\xf3\x8e\x8f\x5c\x73\xcf\x3b\x3e\x72\xc9\x3d\xef\xf8\xc8\x25\xf7\xbc\xe3\x23\x97\xdc\xf3\x8e\x8f\xd4\xc7\xe7\x1d\x1f\x57\x1b\x57\xb3\x7f\xbc\x23\xc9\xd5\x45\x4b\xb7\xbe\x2d\x5f\xe3\xb3\xfa\x5d\x6f\xcb\xd7\xf8\xd8\xec\xdf\xae\xf9\x1a\x1f\xfb\xfa\xaa\x7f\x5a\xbe\xc6\x67\xb7\xf8\xed\x9a\xaf\xf1\xb1\xdd\xbf\x5d\xb3\xfd\xc9\xe1\xdb\xdb\x8f\xb7\xc4\xf8\xb6\x7c\x8d\xcf\xfa\xb2\xd9\xd4\x92\x5d\x45\xb4\xbc\xc7\xdb\xf2\x35\x3e\x76\x4a\x79\x5b\xbe\xc6\xc7\xd6\xf7\xbb\xbe\xc6\x67\x3d\x23\xbc\x2d\x5f\xe3\xb3\xc3\xfa\xd6\xf2\x35\x3e\x73\xc5\x6f\x2d\x3e\x3e\xf5\xd9\x6f\xcb\xe3\xcf\x79\xbe\x3d\xf9\x6b\x7c\xec\xc9\xf6\xb6\x90\x00\xfc\x7c\x7b\xce\xa7\x0a\xc1\xdb\x62\x3e\xf2\xe1\xdb\x73\x40\x2e\xc4\xfb\xb6\x00\x4c\x99\xdf\x9e\x43\x2d\xb4\xfa\xed\x4b\x2f\x35\xb5\xff\xf1\x78\x65\x40\x62\x3d\xbd\x7d\x06\x28\x96\x76\xfd\x3f\x88\x81\x66\x70\x64\x25\x7c\xbb\x9d\xd2\x7e\xe7\xbc\x2d\xa2\x2c\xfe\x76\x8d\xaa\x6f\xae\xb7\x85\x0a\x8e\xe9\x5b\x0b\x49\x47\xed\xfd\xc0\x48\x61\x8a\xfe\xad\x65\x40\xe8\xf7\xed\x73\x44\x23\x1b\xdf\x16\x83\x03\xe9\x1d\xcc\x08\x1e\xf2\xdb\xe4\xc2\x7b\x68\xf5\x5b\x0b\x04\x80\xe5\x5b\x9f\x55\x4a\xee\xbd\x26\x01\x6f\x9d\xf5\x6d\xf9\xd4\x05\x7a\x5b\x1c\x47\x98\xc3\xf3\xb6\x64\x71\xe5\xbc\x2d\x64\x7b\xe4\x77\xc4\xc0\xa4\xdd\x96\xde\x16\x5f\x5a\xfd\xdb\x22\x71\xfd\xde\xec\x75\x31\x66\x77\xba\x7e\xdf\x8c\xd9\x31\x6a\xdf\x37\x63\x76\x68\xc3\x8f\xe5\x97\xec\xf7\x62\x73\xcb\x60\xee\x6f\xa3\xe1\xd6\xc1\xaa\xe7\x1d\x0d\xb7\x10\xd6\x53\xbe\x3d\xf9\xb2\x19\xdf\xb7\xbb\xa5\xb0\xeb\xf3\x2e\x3f\xb7\x16\x7e\x2c\x63\xb7\x18\x56\xf7\x6b\x36\x2d\xd9\x7b\xf8\xac\xb7\xe5\x6b\x7c\x6c\xac\xfe\xb6\x54\x36\xec\xb7\xbb\x7c\x7c\xc2\xfc\x76\x97\x6f\xbd\x5a\xbe\x5d\xd3\xdf\x4d\xad\x16\x1f\x9f\x95\xbe\x3d\xf9\x6b\x7c\xd6\xf9\xde\x1f\x7b\x37\xbe\x5a\xbe\xc6\x67\xe7\xf0\xed\x5d\x5f\xe3\x63\x71\xa4\xb7\xe5\x6b\x7c\x2c\xcc\xf3\xb6\xdc\x57\x0c\xd2\x52\xc2\x2b\x06\xd5\x12\x5f\x31\xa8\x96\xf4\x8a\x41\xb5\xe4\x57\x0c\xaa\xa5\xbc\x62\x50\x2d\xf5\x15\x83\x6a\x69\xaf\x18\x54\xcb\xf3\x8a\x41\xb5\x74\x17\x68\xfd\xfd\x2e\xb7\x73\x24\x18\xd5\xe2\xe3\x13\xfb\x7e\x5b\xec\x15\x71\x6a\x71\xd1\xbd\xee\xb7\x96\xfd\x0a\x46\xb5\x1c\x7a\xf8\xad\x3f\xbe\x7e\x9e\xf4\x7e\xa9\xdb\x40\x73\x7f\x1b\x1f\x32\xa8\x10\x71\x6a\x79\xfe\xb0\x62\x72\xed\x7f\x58\x31\xb9\x8e\x3f\xac\x98\x5c\xe7\x1f\x56\x4c\xae\xf6\x87\x15\x93\x7f\xdb\x51\xed\xfd\xcf\x7e\xf7\xac\x7a\x7b\xfc\x8b\xda\x3b\x0e\x6e\x37\xe9\x10\xa1\xa5\x85\xf7\x38\x50\x8b\x32\xfe\xf3\xdb\x92\x90\x96\xf6\xb6\x64\x7f\xce\xf7\xbb\xca\x2b\x0d\xd4\xc2\xae\xf9\xb6\x92\x1b\xbb\x66\xbd\x2b\xc7\x5d\xda\x2b\xe6\x77\x0d\xb8\x4b\x7b\xa5\xf3\xed\xae\x81\x34\xf8\x76\xcd\x7c\xf7\xb5\x5a\x38\xb0\xf6\xb7\xbb\x16\xbb\xef\xdb\xbb\x7c\x7c\xc6\xb7\xf9\x75\x9b\x6b\x07\x7b\x57\x85\xdb\x5d\xab\x7d\x5b\x5d\x6e\x7b\xed\x56\xdf\xb7\xbb\xfd\x35\xd7\xb7\x1d\xe1\x2e\xed\xb9\xbe\xad\x2e\x77\x69\xaf\x74\xbe\x5d\x53\xde\x03\x54\x2d\x00\xf1\xbf\x8d\xf3\xd3\xde\xe3\x52\x2d\xcf\x7b\x38\xaa\xa5\xe3\xd7\x28\xfc\x1a\xef\x59\xa7\xff\xcf\xf7\x1c\xfb\xaf\xd8\x5b\xa6\xb6\x40\x3c\xf3\xbd\x7d\xbd\x07\x91\x5a\xc8\xec\xbe\xef\xe4\x3f\xe7\x3d\x88\xd4\x72\xdf\x83\x88\x16\x52\xbd\xd6\x79\x07\x92\x22\x76\x79\xbd\x1f\xd7\xd3\x7b\x08\xab\x05\xc2\x13\x7b\xa7\xa8\x17\x25\x70\xbe\x2d\xdf\x0e\x2b\xb5\x40\x7e\x32\xbe\x3d\x99\x0a\x5a\xe1\xed\x73\x67\xd8\x3c\xb3\x21\xe5\x3e\xde\x43\x51\xff\xf7\x83\xea\xb4\x6f\x6f\xf6\x25\x95\xf6\xb7\xde\xb1\xa4\xbe\x89\x54\xf7\x7e\xaf\xe7\xdb\xf2\xed\xdf\x0e\x2a\xb5\xf8\x92\x1a\xdf\x16\xbd\x7b\xc0\x77\xf9\xb6\xa4\x86\x96\xd4\xfb\x76\xf7\x80\x5b\x18\xef\xf8\xb9\x17\xdc\xbe\x2f\x29\xf7\x84\xef\x5a\xbf\x5d\x53\x7f\x1f\x5d\x6e\xd9\xff\x38\xba\xdc\xba\xff\x71\x74\xb9\xd7\xfc\xc7\xd1\xe5\x36\xff\x8f\xa3\xcb\x73\xc6\x7e\x1c\x5d\xee\x5d\xff\x71\x74\xb9\x87\xfd\xc7\xd1\xe5\xde\x82\x1f\x47\x97\xe7\x90\xfd\xec\xf3\xfd\x7d\x30\xb8\x57\xe1\x87\x28\x99\xf1\xf7\xec\xcc\xf4\x5b\xe8\x4f\x8d\xcf\xb7\x96\xf2\x5b\xb8\xcc\xfa\x7b\x4e\x67\xfb\x2d\x5c\x3c\xcf\xec\x87\x70\x99\xfd\xf7\x2c\xcf\xf1\x7b\x96\x1d\x82\xf4\x63\x6d\x38\xfc\x68\xf5\xf8\xed\x9a\xf5\x5b\xf9\x98\xff\x12\x49\x1e\x0a\xf8\xb1\x36\x3c\x14\x20\xb5\x86\x16\x63\x7c\xbe\xcd\x8e\xfb\x4c\x7e\x28\x04\x96\x7e\x2b\x04\xee\x3b\xf9\x71\xb8\xba\xff\xe4\xc7\xaa\x73\x1f\xca\x8f\x55\xe7\x21\x85\x1f\xab\xce\xc3\x0a\x3f\x14\x26\x87\x12\xfd\x10\x9a\x36\xfe\x70\xa8\x65\x9b\x7f\x38\xd4\xb2\xd9\x1f\x0e\xb5\xfc\x0d\x52\xf4\xd3\xa1\x96\x09\x4e\xc8\xc3\x95\xdd\xea\x4d\x0f\xce\xd6\x7c\xce\x37\xaf\x52\x3e\xf7\x9b\x57\x29\xdf\xf0\xcd\xab\x94\x6f\xfc\xe6\x55\x2a\x6e\x55\xa5\xe6\xe0\xff\x54\xdc\xa2\x4a\x0d\x34\x6e\x71\x4b\xe9\xfb\x1a\x2b\x58\x4a\x2b\x7f\x6b\x59\xa8\x2c\xeb\x6d\x61\x96\x5f\x85\xa9\x04\xa4\xc4\xf3\xed\x1a\xd4\x91\x77\x96\x8b\x5b\x4a\xfb\xc9\xdf\x5a\x14\xf7\xff\xc7\xd8\x28\xc2\x27\xbf\x18\x83\x12\x15\xf7\xcf\x6f\x8b\xc0\x2f\xe5\x6d\x11\xf8\xa5\xbe\x2d\x02\xbf\xb4\xb7\x45\xe0\x97\xe7\x6d\x11\xf8\xa5\xbf\x2d\x02\xbf\x8c\xb7\xe5\x17\xb8\xe8\x1f\x2c\x47\x89\xbf\x40\x30\xf1\xfd\xcf\x2f\x10\x4c\x7a\xff\xf3\x0b\x04\x93\xdf\xff\xfc\x02\xc1\x94\xf7\x3f\xbf\x40\x30\xff\x40\x5d\x4a\xfa\x05\x82\x69\xef\x7f\x7e\x81\x60\x9e\xf7\x3f\xbf\x40\x30\xfd\xfd\xcf\x2f\x10\xcc\xff\x09\xd4\xa5\xa4\x6f\xf8\x98\x1f\x50\x97\x92\xa0\xfb\x78\x5d\x14\x25\xa1\x0b\xf4\xf5\xb6\x3c\x5c\xf3\x0e\x37\xfc\x10\x6d\xdb\xdb\xa2\x1c\xee\x77\xb2\x21\x17\x8c\x6d\xbf\x2d\x26\x70\xf6\xdb\x42\x3e\x7e\xfb\xf6\x1c\x00\xdc\xf5\xdb\x5d\x47\x20\xee\xb7\xe5\x33\xd4\x5f\xad\x5f\x7d\xff\xe7\x6b\x72\xf8\xf1\x9f\xbe\xde\xff\xc4\x9f\xf7\x8c\xf7\x3f\xe9\xdb\x7f\xbe\xbe\xe9\xfd\x4f\xfe\x71\xcf\x78\x27\x3b\x97\xef\xf7\xc4\xb6\xdf\xff\xd4\x9f\xef\x79\x97\x4e\x6e\x3f\xef\xf9\xf6\x9e\xe7\xc7\x3d\xf5\xdb\xd3\x3e\x38\xbb\xaf\x6f\xf9\xfa\xef\xfb\x9f\xf1\x7b\xde\xf2\xfc\x3d\x6f\xd9\x7e\xcf\x9b\x5b\x74\x3f\xe6\x2d\xef\xdf\xf3\x46\x26\xd3\xf7\x79\xcb\xf7\xf7\xbc\x95\xf0\x7b\xde\x4a\xfc\x3d\x6f\x90\x21\x7e\x9f\xb7\x92\xff\x9a\xb7\x52\xfe\x9a\xb7\x52\xff\x9a\xb7\xd2\xfe\x9a\xb7\xf2\xfc\x35\x6f\xa5\xff\x35\x6f\x65\xfc\x35\x6f\x65\xfe\x35\x6f\xc5\xfe\x9a\xb7\xb2\xfe\x9a\x37\x88\x18\xeb\x79\x45\x20\x75\xdf\x9e\xd7\x57\x50\xa8\x18\x1e\xbe\x8d\x2e\x69\x54\xeb\x9b\x28\x15\x9d\x7f\x7a\xef\x22\x9d\x2a\xee\x77\xbc\xa1\xf5\x7f\x5e\xd7\x59\x51\x0c\x6d\x04\x7e\xd9\xef\xbe\x90\x06\xf5\xbd\x2f\x75\xff\xab\x2f\xe7\x5f\x7d\xb9\xbf\xfb\x42\x15\xf0\xef\x7d\x81\x9e\xff\x7b\x5f\x14\x93\xe2\x60\x2c\x8a\x49\xe9\x28\x14\x74\x88\xc8\x70\x69\x4a\xf5\xe1\x28\x74\xfb\x2a\x07\x1d\x93\x0d\x18\x08\x31\xf4\xf2\x81\x0a\xf1\x7d\x0d\x94\x80\x27\x05\xa5\x22\x40\x50\xd2\xaf\x04\x82\x40\xbf\x14\x6d\x5b\xfc\x2a\xdc\xc7\xdb\xdd\xe8\x98\x2b\xd2\x4f\x57\xce\xe7\xc2\x51\x5c\x26\xea\x73\xe1\xbe\x85\xa3\x14\xf8\x5f\x59\x5c\x49\x0a\x4b\xd9\xfc\x22\x7c\x55\x0e\x76\x1b\xf1\xd8\xe2\x2e\xf2\xb9\x08\x89\x55\x77\xe4\xce\xe5\x89\x62\xa9\xfa\x11\x3e\x17\xe3\x52\x03\x7d\x71\xd2\x89\x54\x23\x6f\x77\x5e\xf5\x54\x23\xcf\xf4\x14\xf8\x54\xfd\x08\x9b\x90\x01\xa4\xea\x87\xc6\xdc\x9e\x02\x95\xaa\x9f\x06\x73\x3b\xad\x6d\xaa\x85\x2b\x0b\xef\x2b\x58\xee\x40\x11\x2b\xd6\x36\x6c\x34\xa9\x3e\xdc\xf7\xf0\x14\xb7\x22\xe7\xee\x3c\xc5\x95\xb3\xb9\x37\x57\x7a\x58\x62\x9e\xc0\x17\x79\x48\x62\x92\x98\x96\x9a\xab\x32\xf3\x10\xb9\x6d\xae\x6c\xcc\x03\x3e\xa2\xf1\x45\xd4\x3e\x4f\xcd\xd5\x85\x49\xc5\xce\xd4\x5c\x55\x98\xd0\xcb\xa5\x16\x79\x8a\xb3\x02\xa5\x96\x78\x8a\xa7\x86\xa5\xe6\x12\x7d\x9e\xe7\x3f\x18\x3d\x52\xf3\xe5\x32\x0f\x10\x88\xe6\x26\xed\x84\xd6\x25\x35\xb7\x9e\xe6\x39\x74\xda\x63\x67\xf3\x12\x7c\x6e\x1e\x37\x9b\x54\xc1\x4d\xcd\xa3\x56\xf3\x92\xe3\xd4\x3c\x62\x35\xaf\x53\xe8\xa4\xc7\x05\xdb\xa4\x7e\x6d\x7a\x5c\x98\xcd\x0b\xf8\xe5\x71\xad\xdc\x82\xa7\x9a\xa6\xc7\x35\x72\x0b\x7c\xec\x33\x71\xab\x79\x72\x70\x7a\xd0\xa0\x83\x33\x88\xa4\xc7\xb5\x67\x83\x8d\x3a\x3d\x07\x7d\xdb\x89\x50\xd3\x73\xb8\x92\x0d\xfe\x78\x7c\xc6\x60\xfd\x4a\xcf\x95\x66\x4e\x5f\x2e\x57\x12\x17\x7d\x2e\xcf\xf4\x7c\xbd\x2f\x75\xd7\x7f\x79\xba\x7a\xea\xc4\x11\x02\x30\x83\xee\xc7\x8c\x51\x20\x2a\x75\xdc\x7f\xd1\x93\x52\x53\x77\x01\x6f\x11\x18\x50\xf7\x10\xbd\x45\xb6\x66\xef\x5c\xd9\xb9\xd2\x2d\x48\xa3\xc4\x56\xea\x58\x8f\xd1\x93\x91\x53\xf7\xad\x62\xe4\x46\xa6\x7e\xb1\x30\x2e\x57\xf2\x0d\xf1\xfa\x95\x23\xe0\xfa\x01\xa2\x31\x3c\x4e\x61\x89\x8d\x3a\x1e\x9c\xc4\x4e\x85\x93\x86\xcf\xad\x09\x53\x3b\xdc\xb3\x60\xc2\xd4\x0e\xb7\x1e\x2d\x11\x83\x1e\xd8\x77\xc9\x59\x3b\xd2\x90\x6d\xb7\x79\xdf\xe4\x99\xce\x39\x96\xc6\xe4\x99\xe8\xf2\xc3\xad\x25\x4b\x97\xbe\x38\xcc\xc9\x72\xe4\xed\x1e\xd1\xb1\xec\x44\x01\x69\x2a\x52\xc3\x81\x30\xe9\x75\xf6\x64\xdd\x34\x03\xee\x4b\xe7\x03\x4c\xd3\x6d\x00\x23\xe5\x3e\x4d\x6c\x80\xec\x34\x4e\x69\x46\xfe\x87\x78\x99\x2e\xea\x8d\x02\xa1\x69\xba\x98\xb7\x4c\x10\x7f\xba\x83\xd0\x28\x1a\x91\xa6\x3b\x05\x2d\x03\xac\x99\x95\x67\xf2\xb5\xd3\x0f\x04\xa3\x60\x5a\xa2\x96\xbc\x15\x70\x6b\x54\xee\xb6\x82\x28\xa0\x72\xb7\x15\x4f\x23\x4e\x94\xeb\xb5\x42\xc2\x13\xe5\x7a\x0d\x06\xc0\x44\x81\x57\x2b\x5e\x7a\x36\x51\x9a\xd5\x48\xce\x4f\x94\x66\xb5\xe2\xbc\x12\x89\xba\x98\x56\x01\x86\x50\x29\xd2\x2a\x82\x81\xda\x89\x46\x65\xbc\x44\x49\x36\xab\xc0\xa8\x28\xad\x66\x90\x6c\x26\x8a\x8d\x59\x65\x17\xc3\x9d\x6e\xcd\x29\xa5\x12\x3c\xd2\x46\xd9\xfe\x04\x89\xaf\x3d\x4e\x30\x90\x20\xf1\x35\xf8\x44\x12\x44\xb6\xf6\xb0\xab\xa0\x7d\xb5\x87\x9d\x03\x85\xa9\x51\x69\x3a\xc1\x11\x69\xcf\xe5\x4a\x8f\xeb\x5a\x67\x07\xc0\xa8\x68\x9d\xbc\x50\x58\x05\xad\xb3\x1f\xe0\xcb\x33\xe8\xbb\x12\xbc\x70\xd6\x9d\x8e\x29\x41\xfe\x66\xdd\xf3\x65\x13\xd4\x50\xd6\x17\x57\xba\x9b\xd2\x20\x3b\x4d\x50\x20\x59\x67\xaf\x40\x81\x64\xfd\x70\x9f\xfb\x76\x0c\xb2\xa4\x04\xd7\x8f\x75\x76\x0e\x4c\x20\x06\xd3\x49\x82\x0e\xc3\xe0\xa9\x4f\xd0\x61\xd8\x68\x7e\x25\x94\x10\x36\x9c\x40\x21\x41\x09\x61\xc3\x53\xee\x13\x89\xfb\x06\xaf\x4b\x22\x71\xdf\x06\xc8\x07\x12\xe9\x8d\x9a\x84\x89\x14\x78\x1b\xfb\xbf\x44\x32\xd9\xf1\x36\x58\x82\x64\xc0\xdb\x70\x56\xb3\x44\xfa\xb8\x0d\xb6\x18\x69\xbd\x36\x49\xee\xbc\xb8\x9b\x26\x08\x31\x92\x7c\x6d\x72\x2e\x5f\xb6\xed\x64\x8b\x5d\xcf\xfd\xb1\xa9\x0f\xda\xfc\x62\x6a\x2f\xc2\x74\x02\x24\xb9\x87\xfb\x4c\xff\x23\xbc\xeb\x50\x8e\x4c\x0a\xac\x99\x9f\xa8\x39\x10\xcb\x31\x3f\x51\x73\x70\x2d\xd3\xa0\x47\xcf\x81\x5e\x9b\x67\xfc\x65\x52\x4b\x8d\xd4\xf2\x4c\x6a\xa9\x99\x9f\xb6\x99\x44\x52\x23\x1b\x3f\x93\xd8\x69\xd4\x7a\xce\x64\x80\xd8\x72\x5d\x26\x93\x8b\x61\x2b\xf0\x06\x16\xf9\xa2\x2f\xe4\x5c\xd8\xa2\x2f\x91\x65\xb6\x7c\x53\xe5\x88\x08\x59\x9e\x94\x9a\x63\x24\x7e\xe1\x5b\x2c\x03\x67\xb7\xe5\xac\x16\x19\xc0\xb9\x79\xd1\x9b\xaf\x5f\x91\x5f\xdc\xf7\xe0\x02\x33\xee\xeb\x38\xfa\x16\x6f\x9f\xfc\x72\x1e\x92\x1c\x71\x0f\xed\xc0\x53\x70\x0d\x41\x62\x93\xc1\xf4\xd9\x76\x4c\x52\x06\xd3\x67\xdb\x1d\x2a\x39\x11\xbd\xdb\x7e\x70\x65\x00\x44\x76\x02\xff\x73\xa7\xa1\x41\x4c\x95\x81\xd4\xd8\xf1\x83\x32\x03\x7a\x31\xa8\xb6\x32\x80\x17\x3b\x95\xf7\xf9\xc1\x6c\xc7\x69\x72\x32\x60\x0f\x3b\x0f\x6f\x77\x07\x8e\x1d\xdf\xee\x99\xa8\x83\x5d\xdf\xc4\x5f\x16\xbe\xff\xf2\x0d\x97\x71\x61\x18\x14\x5d\xb9\xf8\x1b\x16\x7c\x6b\xb9\xb8\x5a\xb0\x28\x8e\x95\x8b\xc3\x5b\x56\x70\x2e\x95\x5c\x36\x57\x1a\xbf\xfc\x7d\x0b\x6a\xa8\x5c\x08\xef\x43\x93\x93\x0b\xa1\x7d\x48\x12\x72\x75\x51\xb0\xa2\xa7\xc0\x67\x34\xb7\x15\x5d\xfb\xcc\x95\xa8\x67\x64\x65\x55\x22\x83\xb0\x5a\xe4\x5a\xf8\x9f\xaf\xf9\x5c\x89\x6d\xc0\xb0\x91\x2b\x11\x8a\x38\x78\xa6\xcf\xe6\x8a\x83\x67\x12\x3f\x88\x8e\xc0\xcb\xd5\xf8\xe5\x1a\x66\xae\x8b\x08\x09\xeb\xac\xf2\xed\x89\x75\x56\x37\x4e\x6b\xd6\x7c\x75\xf1\xb2\xa0\xda\xcf\xd5\x01\x31\x2b\xa9\xd7\x9b\x88\x58\xd6\x7d\x00\x19\x5c\x95\xca\x55\xb0\x06\xe7\xd4\xc8\x2d\xf2\x14\xd7\x37\x73\x8b\x3c\xc5\xf5\xcd\xdc\x32\x71\x0e\x07\x95\xe5\xa6\x38\xa0\x1f\x40\xb9\xb9\x65\xb8\x92\x1f\x40\xb9\x7d\x22\x22\x3c\xc5\x75\xd8\x95\x2e\x4f\x79\xf8\x06\x56\x6b\xf3\x08\xc6\x4a\x2e\x30\x73\xe3\x1b\xb2\x53\x51\xe5\xc7\x15\x9d\x95\x9d\x00\x2d\x77\xb7\xf2\x57\xf1\x63\x25\x77\x46\xb7\xfa\xb1\x92\xbb\xa2\x46\x8e\xf8\xcc\x9d\xd1\xad\xae\xd6\xe5\xfe\x10\xab\x65\x7d\x76\x0f\x82\xac\xea\xec\x45\xb9\x77\x9e\xc2\x8a\xec\xb8\xbd\x2b\x2b\xb2\xe3\xf2\xae\xae\xd6\xe5\xee\x8e\xeb\x55\xd9\x9b\xdd\xb8\xd2\x78\xbb\x67\x2b\x2e\xf0\x9b\xb9\x7b\x96\xe2\xaa\x2e\x84\x73\x5f\xf4\x65\xf1\xbe\xc5\x53\xbe\x64\xeb\xff\x12\xc9\xb9\x6f\x1e\xe9\xdc\xb8\xb9\x6f\x3e\xe1\xf0\x10\xa6\xbd\x3a\x45\x78\xee\x7e\x72\xac\xc6\xc6\xe9\xe0\x58\x80\x6c\xe7\x11\xf8\x9f\x9f\x7e\x79\x04\x02\xe4\x0e\xd8\xcd\xc3\x71\x29\xab\x31\x80\xc3\x3d\x89\xab\xf9\xc9\x98\x07\x8b\xbc\xf9\x59\x98\x87\x3b\x30\x56\xeb\x5c\x99\x79\x83\xeb\x8d\x79\x54\xde\x30\x79\x43\xe5\x0d\x93\x37\x34\xde\xb0\x78\x66\xe3\x0d\x6c\xe9\xc1\x70\x02\x57\xcf\xc3\x63\x00\x8b\xf2\xf4\x79\xb0\x01\x9e\xcc\x7d\xae\x79\xaf\x27\x73\x9f\xfb\xac\xd7\xa3\x2f\x5a\xfc\x8f\x89\x1e\x8b\xff\x21\xca\x87\xe3\xf5\xd6\x53\xf9\x86\x03\x56\xa6\x73\x1f\xa2\xe0\x61\x6b\x8e\x83\x7f\x96\xad\x39\x0e\x3d\x73\xf6\x8d\x3c\x2e\xcf\x44\xd8\x4c\x21\x6e\x10\x28\x33\xd2\x6b\x26\x7a\xba\x19\xb5\x1e\x26\x7a\xfa\x91\xba\xba\x43\x9e\xf3\x74\xe7\xc8\xea\x91\xa7\x14\x50\x4c\x0e\xd6\xce\x68\x83\xab\xb3\x51\xd1\x06\x17\x44\x9a\x79\x12\xbd\xa1\xbe\x72\x9e\x83\x90\x6f\xe7\x29\x03\x7c\x52\xe7\x29\x1e\x25\x58\x1d\x81\x32\x8d\xb7\x23\x50\x26\x9b\xbf\xbb\x2e\x9a\x27\x9b\xbf\xbb\x2e\x9a\xcd\x11\x43\x8b\xba\x7c\xd9\xfc\xe0\x5a\x54\x93\xce\x94\xbc\x5f\x83\xc3\x90\x7a\xe3\x6b\x38\x21\x52\xa6\xde\xf8\x1a\x88\x02\x6a\x4b\xaf\xe1\xc4\x4d\x99\xaa\xd0\x8b\x6a\x90\xd9\x14\xf5\x70\x2a\xaa\x4c\x55\xe8\x35\x9c\xbc\x28\x53\xf9\x79\x0d\x36\x38\x95\x9f\x17\xec\xc2\x99\x2a\xcd\x0b\x26\xe7\x4c\x39\xe2\x35\x39\x7c\x29\x56\xba\xa6\x6b\xa6\x99\xaa\x79\x6b\x2e\xfd\xf2\xf1\x9c\x0e\xad\xcd\x54\xcd\x5b\x93\xbe\x50\x46\x61\x51\xe2\x38\x43\x22\xbf\x96\xd7\xf1\xc9\x90\xc8\xaf\xc5\xce\x81\xe2\x7d\x51\x02\x38\xc3\x6c\xbe\x16\x22\x04\x6e\xf1\xb5\x9c\x33\x2e\xc3\x2d\xbe\x96\x53\xfd\x64\xf8\xa0\xd7\x1a\xfa\xc5\x1b\x5c\xd1\xc9\x10\x0a\xaf\xe5\x36\x5d\x86\x50\x78\x2d\xd7\x68\x33\xc4\xa4\x6b\xb3\x8b\xd1\x3e\xd7\x76\x1d\x36\xc3\x4d\xb8\xb6\xeb\xa9\x19\x6e\xc2\xb5\xd9\x9b\xf0\xc9\xad\xcd\xfe\x83\x4f\x6e\x51\xe7\x30\x43\x48\xb6\x36\xeb\x13\xf2\xa9\x45\x29\xdf\x0c\xf9\xd4\xda\xae\x99\x66\x94\xbc\x75\xd8\x71\x70\x04\xad\xc3\x8e\xbb\xcc\x34\xa4\x63\xf9\x7a\xa4\x77\x9d\xc6\x7d\x6e\x21\xac\xc3\xae\xba\x6e\x5f\xae\xe3\x7a\x6a\xbe\x44\xd6\x60\xe9\xce\x97\x3d\x76\xfc\xb8\x2d\xb0\xb5\xac\xeb\xbc\x8c\x25\x20\x97\x28\x13\x5b\x02\x72\xe9\xfa\xee\x28\x81\x99\xbe\xbe\x3b\x0a\x2c\x24\xeb\x36\x9e\xc2\x01\x74\xdd\x6e\x2b\x24\x9d\xaf\x7b\x79\x8a\x2b\x9c\xeb\xba\x63\xa6\x90\xc4\xba\x83\x2b\x80\x25\x0a\x6d\xe7\x0a\x60\x41\xe9\xda\x4e\x1c\xf1\x4d\x24\xb7\xfe\x53\x22\x17\xd4\xb1\x1d\x8c\xbb\x1e\x9e\xe8\xeb\xaa\xa0\x8e\xed\xe0\x6b\xb5\x44\x5f\x2d\x9b\x52\xdd\x25\xfa\xca\xdd\xb1\x70\xa5\xe3\x4b\x77\xac\x5c\xe9\xaa\xef\x8e\xee\x3a\x2b\x29\x71\x9f\xab\x78\x25\xb9\x0c\xde\x20\xaa\x0b\x49\x13\x3b\x7a\x9a\x44\x49\xbe\x8e\x37\xdc\x2c\x05\xec\xf5\x4e\xee\x0b\x29\x60\xaf\x77\x72\x5f\x48\x01\x81\xb7\x93\xa7\x01\x14\x80\x70\x3b\xb9\x67\xa4\x00\xff\xd9\xa4\xb4\x14\xa0\x3f\x3b\xbb\xc2\x57\x80\xe2\x6c\x8a\x83\x14\x00\x35\x3b\x3b\x43\x50\xc9\x6e\xe9\x6e\xd2\x56\x0a\x30\x8f\x9d\x33\xcf\x24\x7e\x99\x3b\xff\x5b\xbc\x61\xf2\xbf\xc5\x1b\x9c\x51\xb4\x10\xb1\xdb\xd4\x3f\x2d\x85\x19\x82\xba\xb9\x14\x66\xa8\x38\xaf\x51\xc1\x4d\xb9\x4b\xe3\x7f\x0e\x9b\xd8\xc5\x7d\x1a\xa5\x38\x82\x61\x17\x3f\x9b\x4a\x71\xcb\x6c\xc3\xa3\x59\xca\x21\xf2\x7e\xf9\x75\x89\x9f\xfb\x89\x53\xaa\x2b\xc2\xbb\xfa\x59\x51\xaa\xef\x8d\x5d\xfd\xac\x28\xd5\x03\x00\xbb\xfa\x8a\x2f\xd5\x9d\xfe\xbb\xfa\x8a\x2f\xd5\x9d\xcc\x9b\x62\xd2\xa5\x76\xe2\xdb\xee\xc5\x28\x55\x11\xfa\xcd\x7d\x83\x37\x6c\xee\x9b\x3c\x93\xf5\x5f\x27\xcf\x74\x75\xb3\x54\x8f\x78\xee\xc6\xfa\xaf\x8e\x13\xde\xad\xf0\x14\x3f\xb7\x76\x2b\x3c\xe5\x72\x25\x2b\xbe\xf9\x99\xbd\x21\x58\x2b\x2d\x71\xa5\x9f\x00\xa5\xb1\x96\x9a\x9f\x00\xa5\xf9\x99\xbd\xa9\xa2\x5a\x5a\xe5\xbe\xcd\x53\xe8\xf5\x93\xf8\x1f\xbd\x7e\x5c\x89\x2c\xcd\xe3\xdc\xfb\x61\xa7\x34\x97\xd6\xfb\x71\xf7\x5f\x69\xc6\xff\xfc\x74\x28\xcd\xa5\xf5\x7e\x1a\x7d\x39\x5c\x39\x78\xe6\xe1\x0d\x7e\x56\x94\x87\x84\x16\xd2\xcf\xca\x43\x42\x0b\x55\x46\xcb\x23\x17\xfe\xe7\x7f\xee\x66\x8e\xee\x90\x2e\x0f\x09\x2d\x50\xba\x14\x3c\x77\xe2\x89\x2a\x8f\xa8\x3b\x1e\xfd\x52\xa8\xea\xcf\x4c\xbd\xff\xdf\xff\xeb\xff\xfb\xff\xf9\x7f\xff\x5f\xff\x77\x08\x9f\x84\x78\xe5\x97\x7c\x75\x22\x04\x65\x74\xb8\x0c\xce\x54\xf4\x0a\x1f\xe6\xa0\xf6\x8d\x46\x2b\x7c\x68\x80\x9a\x58\x9b\xb2\x37\x2a\xe3\xd5\x05\x44\x0a\xae\xd2\x84\x0f\x0f\xcf\x43\xea\x9d\xcb\xf5\xf0\x21\xda\x79\x78\x91\x0b\xbc\xf0\x61\xd2\x71\x4f\x4c\x86\x62\x3a\x7c\xa8\x66\x3a\x59\x57\x8d\x2b\xc5\x12\xd3\xc5\x98\x95\x68\xe4\x53\x44\xbf\x75\xe8\xbc\xb8\x51\x48\x45\x8c\x43\x8d\x74\x9e\x6c\x44\xf2\x52\xc2\x87\xd7\x84\xac\x8c\xe4\x3b\x20\x7c\x88\x46\xc8\x30\x4c\x4e\xf0\x1a\x3e\x2c\x21\xa6\xb4\xaf\x46\x23\xf3\x67\xe4\x7b\x75\xba\x24\x2e\x8f\xc5\x33\x3d\x9b\x35\x04\xa1\xf3\x5d\x19\x49\xad\xd1\x25\x41\xe4\x0f\xc9\x51\x5b\x8d\x8c\xfc\x21\x0f\x6a\xf2\xed\x82\x8f\x5f\x31\x6b\x71\xa5\x68\x14\xc8\xe9\x6b\x6e\x73\x86\xe8\x0a\x4e\x20\x67\x5e\x5c\x65\x21\x12\xfa\x22\x31\x5b\x44\x64\x41\x29\xd8\x64\x95\xe6\x98\xb9\xd2\xb1\x31\x21\xba\x20\xcb\xd0\xc4\x86\x48\x02\x49\x5c\x8c\xa7\x9f\xc4\x21\x92\xa1\x11\x37\x11\x16\xbe\x28\x92\x02\x11\x41\xfa\xe7\xc1\x33\x41\xf9\x47\x00\xf8\x50\x6a\x85\x08\xf8\x9e\x14\xc4\x90\xdd\x19\x12\x48\x41\x0c\xc9\x1d\x94\x21\xbb\x6b\x38\x90\x31\x17\x48\x95\x4b\xd5\xa5\x70\x20\x55\x2e\x28\x47\xae\x26\x6e\x27\x96\x9a\xe0\x3d\xc0\xc7\x17\x12\xc1\xd2\x94\xc9\x47\x73\x68\x45\x48\x44\x43\x13\xbc\x07\xd5\x35\xa2\x40\x52\x5d\x48\x99\x91\xcf\x7a\xa6\xd1\x48\xea\x99\x17\xc2\x0c\x09\xae\x03\xf2\xea\x52\xcd\x7a\x26\xfd\x54\x32\x1d\x83\x4c\x32\x5d\xf8\x64\xd1\xf9\x21\x15\xc8\xa2\x0b\x9f\x54\xb7\xc2\x67\x12\xe8\x23\xab\x2d\xe7\xc1\x8b\x20\x28\x50\x5a\x9a\x86\x8e\xb4\xb4\x40\xfe\x58\xce\x83\xb7\x93\x19\x46\xb2\x57\xce\x9d\xb7\x93\xc6\x45\xce\x56\xce\xae\xa8\x84\x44\xa2\x7d\x72\x83\x32\x67\xcf\x49\x0e\xa4\x6b\x85\x44\xc4\x2a\x1b\xfd\x24\x62\x95\xd8\xb0\xb9\xab\xb1\xd3\x48\x3f\x5d\xc4\x86\x44\x7a\x78\xea\xdc\xce\x8e\x4b\xe4\x73\xe3\x59\xc9\x79\xa9\xb1\xd1\xc8\xdb\x3b\xb7\xb3\xb5\x53\xe7\x99\x93\xce\xb3\xb5\xd3\xe0\x99\x93\xcf\x9c\x74\x9e\xf5\x09\xc9\x5b\x50\x82\x13\x59\x32\xa9\xb0\x8f\x94\x21\x83\xd7\x25\x15\x5d\x79\xd4\x88\x10\xa8\x8c\x27\x39\x1e\x24\x6d\x38\xbf\xc2\xff\xf5\x7f\x07\x12\x12\x02\xb0\xf4\x4c\x29\x88\x00\x24\x3d\x80\x6b\x4e\x30\xfb\x06\x30\xcd\x01\x78\xaf\xc7\xf5\xbe\x1a\x8b\x1a\x25\x20\x12\x8d\x2c\x76\xd7\x37\x9d\xa5\xeb\xab\x11\x7e\x09\xc0\x5b\x39\x14\x1a\x27\x3b\xe0\x12\x94\x9c\x34\x42\xa8\x92\xd9\x32\x14\x8c\x0c\x78\x8e\x42\x41\xb2\x17\x84\x2a\xda\x45\x10\xc0\xa3\xb8\x0a\x10\x84\xcf\x20\x18\x1f\xa8\x49\x18\x08\xc4\x07\xa2\xef\x73\xf1\x99\xc4\xd9\x03\x01\xf3\xb9\x9c\xd9\x32\x28\x48\x4e\xd4\x79\x2e\xbd\xbd\xf0\xb0\x1a\x05\x11\xf5\x46\xf8\x31\x4a\x25\x52\xe9\x47\x6b\x28\x10\x62\x94\x0a\x2c\xda\xad\x8e\x50\x00\x0f\x17\x37\x09\xe7\x72\x43\x3d\x14\xf2\x15\xcb\x3f\x20\x5c\x1a\x79\xbb\xcb\xac\xb9\x1e\xba\x04\x41\x04\xfa\xd2\x5c\x5d\x57\x4e\x1a\x89\x69\x7a\x7e\x66\x50\xcc\xb6\x08\xdc\xda\xe9\x27\x87\x54\x21\xc6\xb8\x98\x4d\xd4\xad\x50\x1e\xfa\x39\xe8\x27\xbc\x0a\xe5\x21\xbe\x3a\xe9\x27\x24\x09\x9f\xd0\xed\xd4\x95\x4c\x4e\x27\xbe\x6a\x5c\x09\x0d\x42\xe9\x7c\x91\xeb\xb4\xa1\xc0\x3a\xf0\x89\xf5\x72\x72\x15\x58\xcd\x4a\x57\x08\x96\xcf\x84\x3d\xa0\x0c\x6e\x3f\xbc\x08\xbe\xb0\x32\x18\x10\xf7\x8d\x84\xe2\xf6\x73\x28\x83\xce\x5f\xbe\x08\x6a\x80\x32\x14\xac\xa5\x71\xf2\xed\x93\xf8\xaa\xe6\x88\x55\x57\x26\x61\xd6\xfc\x49\xc1\x44\x7d\xf8\x7f\x52\x28\x0a\xdc\x64\xc5\x0f\xdc\xb9\x0b\xab\x0f\xaa\xaf\x02\x00\x6f\x37\x9e\xcd\xa1\x5a\x1c\x3b\x37\xf7\xc3\xb4\x70\xa8\x16\x23\x47\xe2\x61\x60\xe0\xcd\x2a\x1e\xdd\x9a\x9b\x5d\x52\x38\x54\x8b\x1f\xaa\x73\x23\xc9\x0a\x69\x8c\x0a\x89\x6f\x4d\x20\x39\x89\x78\x4d\xe7\x46\xea\x14\x12\x0c\xcb\x62\x0c\x90\x10\x85\x4c\xc0\x42\x30\x15\x46\xda\x50\x48\xf4\x2b\x9b\x31\xb8\x0c\x36\x79\x7c\xf8\x57\xe7\x09\xba\x92\xb9\xda\xc4\x77\x33\xcf\x24\xc3\xae\x1c\x62\xcc\x99\x09\x24\x81\xae\x28\x44\x5d\x74\x25\x03\xe2\x47\xe5\xa4\x8a\x5e\x28\x1c\xfe\xb8\x6e\x27\xec\xe7\xa1\x70\x54\x96\xab\xf8\x33\x8d\x08\xad\x72\x09\x82\x57\xfa\x89\x9a\x50\x2e\x51\xec\x46\x3f\x61\x14\x28\x97\x60\xf6\xa3\x46\xa3\x71\xd3\xc8\xc8\xc3\xbe\x84\x73\x78\x1e\xd7\xb3\x43\x45\xb2\xd4\xc0\x8b\x3c\x32\x11\x2a\x27\x74\x0d\x74\x7e\xa9\xb1\xd3\xc8\x8b\xdc\x31\x14\xaa\x43\x08\x43\x75\xdc\xe0\x3c\xae\x83\x87\x0a\x6a\xaf\x12\x7b\xbf\x08\x98\x0a\x04\xaf\x46\xa2\xe0\x2c\x49\x20\x06\xa1\x7a\xe8\x6a\x52\x8f\x2e\x54\xc0\x6e\x35\x11\x13\x47\x64\x02\x3f\x08\xc2\x1d\x50\x0f\x32\x60\xe8\x84\xea\xb6\xc2\xbc\x55\xb7\xf3\xa2\xc4\x8b\xd0\x2e\xab\x1b\x9c\xa1\xba\xb2\x31\x2f\x27\x58\x05\xb6\x55\x33\xe1\x76\x76\x33\x3e\xf0\x80\xd5\x34\xef\xa2\xf3\x70\x26\x55\x3f\x0b\xe6\x75\x17\x44\xa8\x08\xd7\x8a\x70\xbd\x87\xdb\x61\x3c\xaa\x2e\x63\x27\x45\xd2\x42\x45\x41\xab\x05\x84\x6a\x50\x23\xcf\xf4\xa3\xc4\xa4\x44\x83\xa4\x08\x40\x28\x2c\xb0\xe3\x2a\x67\x48\x25\x18\x1e\x38\xd6\x2a\xc2\xb5\x12\x72\x09\x0f\xb7\x93\x8e\x5e\x89\x02\x85\x4e\x23\xb9\xe3\x00\x31\x0c\x06\xe4\x50\x91\xb8\x78\xf5\x2d\x20\x08\x2b\x6a\x42\x6d\x3c\x73\xea\x4a\xa6\x98\xd0\x2a\x75\x8b\x42\x05\x09\x83\xab\xdf\x82\xd1\x25\x84\x6b\x25\xf0\x19\x16\x9d\x47\xa1\xa8\x0f\xcf\xd4\x78\xc2\x52\x53\x1f\xe0\x0b\x6c\xd8\x8a\x1c\xad\x9d\xf8\x3c\xdb\xb0\xc2\x21\x53\x3b\xc1\xfe\xc0\xdb\xd1\x32\x2a\x31\xd5\xe8\x96\x66\xa8\x70\xc3\x54\x87\xc7\x5b\x8c\xba\x9d\x41\x76\xab\xc2\x62\xd4\xed\x8c\x92\x6b\x20\x16\x13\x9d\x87\xb6\xa5\x12\x25\x8e\x99\xce\xc3\xd7\x52\x89\x0c\x12\x25\x09\x15\x31\x5c\x09\x22\x45\xf6\x7b\x1d\x7c\x11\x40\x80\x58\xd5\xc8\x8b\x88\xf6\xc6\xca\x33\x27\x2f\x02\x16\x10\xd9\xb0\x15\xc5\x07\xbb\xda\x62\x57\x23\xcf\x9c\x9f\x8c\x29\x6f\x84\x53\xb1\x82\x76\x8e\x9b\x29\x86\x26\xb1\x1a\xb7\x6b\x29\x22\x69\x2b\x38\x82\x14\x78\x3b\xa4\x83\x95\x98\x57\xd2\x78\xa2\x61\xd5\x25\x2c\x84\xae\xa4\xf3\x04\xed\x13\xd2\xa6\x92\x94\x5d\x37\x28\x6e\xb4\xa1\x8a\xa4\xad\x44\xc7\x92\x04\x0b\x92\xb6\x6e\x30\xd8\xda\x71\x48\xda\xba\x81\x22\x6b\x29\x92\x10\x4d\xc0\xc7\xd2\xd4\x95\x74\x9e\x60\x38\xa9\x0f\x01\x14\x50\xa8\x07\x94\xc6\xe2\x76\x84\x6a\x05\xa8\x92\x24\x82\xb0\x46\x2a\x71\xe8\x74\xe8\x12\xb9\xbd\xf5\x0a\x16\xce\xb7\xc3\xe2\x52\xc9\xbc\x85\x78\x3e\x54\xc8\x58\x2a\x31\x52\x62\x3b\xa1\xa1\x8b\x35\xb0\x2c\x99\x5d\xdc\xa0\x8d\x6b\x82\x60\x44\x35\x36\x1a\x41\x4d\x60\x49\x03\x5a\x0a\xcd\x45\xa5\x51\xe7\x2a\x34\x47\x63\x85\x16\xc0\x7a\xa0\x9c\x02\x68\x0a\x20\x99\x2c\xbb\x73\x2d\x34\xe0\xd2\x78\x49\x2c\x23\xd6\x1a\x42\xb5\x01\x97\xc8\x28\x53\xc4\xbc\x02\xc1\x2e\x93\x5e\xdf\x40\x1d\x83\x72\xb2\x8c\xde\xd4\xd0\x19\x1b\x61\xd4\xcc\xc8\xe3\x6b\x09\x2d\xf1\x4c\x76\x71\x73\xdc\x6d\x68\x89\xce\x2f\xfa\x89\xe9\xd6\xb2\xd2\x86\xff\x5b\xa1\xc0\x73\x13\x5a\x16\x2c\xc4\xe7\xaa\xa1\x8f\x36\x21\x39\xd8\x3a\x84\xe3\x02\x71\x38\x93\x7e\xdf\xc8\x53\x6b\x04\xc0\x0b\x6b\xbf\x91\x6e\xd6\x1c\x77\x68\x14\xc0\x0e\x0d\xf6\x8d\x56\xc1\x98\x1c\xae\x84\x10\xa3\x01\xd3\xa8\x2c\xf3\x86\x9d\xdc\x40\x48\x54\x24\x44\x43\xf5\x6c\x2e\x0f\xad\x26\x5d\xc9\x04\x12\x54\xaf\x58\xfe\xe0\xbf\x42\x13\xf0\x04\x35\xa1\xe1\x34\x21\x6c\x68\x32\x0b\x09\x1b\x86\xe6\x42\xd2\x64\x16\x36\x68\xbf\x08\x22\x1a\x21\xbe\xd0\x60\xec\x6a\x00\x33\x2a\xc7\x5a\xc3\x06\x6b\xae\x7a\x1a\x01\xbf\xd0\x10\x99\x0d\x91\x59\x35\x81\x50\x6b\x35\x82\xea\xd5\xbd\x95\xa1\xc1\xa9\xd5\x5c\x48\x1a\xb5\x10\x42\x83\x34\xab\xb9\x92\x6a\x10\xaf\x84\x06\x29\x6f\x03\x6c\x55\x51\x67\x1b\x4a\x6a\x03\x01\x02\xf5\x52\x68\x70\x5b\xe1\x64\x33\x62\x82\xa1\x41\x63\xd5\xdc\xd3\x60\x4d\x1b\x02\x99\xd7\x90\x79\x0d\x55\xae\xa1\x8f\x36\x17\x7d\xd6\x38\x58\x1a\x7e\x9c\x06\x78\xed\xd1\x26\xc3\x8f\xd3\x80\x02\x3c\x5a\x36\xe8\xa1\x0d\x28\xdb\x83\xc9\xd1\xe0\x96\x6d\x26\x94\x8e\xae\x64\x85\xb8\x1e\x6a\x8f\x76\x1e\x2a\x67\x5b\x3c\x53\x5b\x07\x95\xb3\xb9\xca\x69\x0f\x87\x6a\x43\xe5\x04\xbf\x67\x4f\x57\x23\x8b\x41\xd0\x9d\xce\xdb\x21\xb1\x68\x9b\x67\x7a\x70\x35\x34\xd8\x26\xda\xe6\x99\x1c\xaa\x0d\x7a\x89\xb6\xc9\x70\xd7\xb7\xc3\x1e\xd1\x90\x8e\x8f\xd1\xcf\xad\x67\xfa\x02\x7b\xb4\x92\x61\x71\xc0\x31\x69\xcf\x55\x23\x2f\x3a\x7c\x3b\xba\x6d\xc3\x57\xd3\x40\x9e\x74\x74\xb1\x06\xa1\x42\x3b\x20\x7f\x38\x2a\x1b\xec\x08\x0d\xb0\x5c\xd7\x9a\x87\xea\xa0\xb9\xe6\x69\xd4\xb6\x0f\x0d\x4a\xac\x06\x9e\xa4\x73\x2a\x36\xdc\x55\x0d\x91\xd9\x59\xb4\x0f\xda\xe5\x03\x69\x40\x6f\x6a\x5c\x34\xf2\x76\x54\xf8\x87\x2c\x8e\x07\x48\x5a\xe7\x04\x7b\x48\xc9\x78\x3c\xff\xc2\x3a\x2a\xfc\x83\x95\xfe\xb8\x7a\x68\x03\x9d\xf1\x41\x68\x3d\x08\xad\x51\x75\x25\x2f\xf2\x7c\x00\xa3\x26\x74\x78\xc0\xf7\x3f\x42\x1a\x71\x82\x3d\x80\xf1\x1f\x72\xa5\x47\x57\xe3\x43\x63\xa7\x71\xd0\x38\x68\x04\x9a\x84\x23\xe6\xc1\x47\xf0\x64\x10\x51\x93\x2e\xe1\x30\x7a\x04\x5b\x42\xb3\x7e\xf0\x0d\x3d\xe5\x93\xa6\x4d\x23\xdf\x5e\x04\x77\x3a\x34\xf2\x4c\x12\x84\xc7\xd6\x95\x87\x46\xc0\x56\x9b\xb7\xe3\x45\x7a\xc0\xef\x11\x6f\x0c\x0f\x06\xf9\xe3\x39\xbf\x36\x2e\x5f\x84\xfc\x7c\xc0\xe8\x0d\x8e\xb5\x87\xa4\xdc\xc7\x55\x47\xa3\xf8\x42\x78\xf0\x37\x3d\x80\x76\x26\xfb\xe8\x41\x67\x7c\x9a\x70\x52\x6a\xe4\x99\x88\x4a\x4a\xd1\x84\x07\x51\xf9\x38\x4a\xc4\x26\x1a\xeb\x03\xe5\xe2\xf3\x00\xba\xe2\x04\x7b\x50\x24\x1f\x44\xe5\x6c\x74\x09\x51\xf9\xb8\xe9\x6e\xd4\x7c\x08\x0f\x8a\xe4\x83\x22\x39\x39\xc1\x1e\xac\xf4\xe7\x11\x04\x8b\x2e\x61\xa5\x3f\x88\xca\xc9\xe6\x7a\x50\x24\x1f\x14\x49\xaa\xb5\x86\x07\x01\xf8\x90\x40\x39\x35\xc8\x83\xa1\x43\xbf\x33\xd6\xfc\x33\xf8\xa2\x01\xa2\x2a\xf3\xcc\xc1\x74\x90\x05\x68\x68\xeb\xcf\xe4\x45\x6e\x82\x9b\x39\xd6\x38\x3c\x28\x68\x0f\x0a\x9a\x69\x25\x63\x1f\x3f\x2e\x9e\xcc\xae\xae\xe4\x8b\x4c\xf0\x2c\x5d\xc9\x17\x21\xac\x16\x5a\xdb\x83\xb0\x7a\x00\x2c\x2d\x8e\xb3\x07\x86\x9e\x07\xb9\xb4\xa2\xae\xa4\x9f\x20\x2e\x17\x5b\xfb\x81\x17\xe7\x71\xf1\x64\x8b\x93\xeb\xc1\xc3\xfb\x20\x97\x56\x51\x23\xcf\x04\x54\xbb\x38\xb9\x1e\xec\xe3\x07\xf0\x1b\xf0\xf5\xf0\xc0\x37\x23\x40\xf1\xd2\x3e\x42\x2e\x3d\x68\x6d\xab\xd3\x25\xe4\xd2\x03\x3e\x6e\x0d\x5d\xc9\x80\x00\xa5\x5a\x63\xfc\xa7\x42\xf1\x20\xc9\x1e\x24\xd9\xe2\x00\x7c\xb0\xa8\x1f\x94\xbf\x85\x0b\xf4\xc1\xa2\x16\x82\x79\x71\x00\x82\x60\x0e\x0f\xe2\x8d\x32\xe0\xe1\x41\xbc\x3d\xf0\xb5\x2c\x6d\x5c\x2c\xea\x07\x18\xee\xe2\xac\x03\xd6\x1c\x3a\xf8\x46\x60\xf3\xa1\xa3\xfc\x75\x80\xb7\x3b\xa8\xd1\xbb\xd4\x5d\xb3\x33\xa0\xf1\xa1\x93\xef\xd6\xdd\x5c\xb6\x5d\xd5\xf8\xd0\xe8\x03\x03\x34\x3e\x74\x04\x61\x47\xa5\xdb\x5e\x65\x2c\x74\x54\xba\x0e\xd2\x73\xa3\x61\x77\x9c\x82\xdd\xcd\x65\xdb\x78\x8f\x3b\xd2\xb1\x23\x1d\xf7\xa6\x4b\xb8\xd3\x3b\x8c\x11\x20\xeb\x43\x47\xe6\xf5\x2c\x80\x9c\x1a\x79\x3b\x30\x5c\x90\xf5\xa1\x23\xde\x3a\xe2\xed\x70\xa8\x76\xb8\x7c\x3b\xe2\xed\x54\xde\x8e\x2a\xd7\x51\xe5\x0e\xaa\x5c\xc7\xfa\xed\x58\xbf\xe7\x51\xe3\xa2\xf1\xd0\x98\x69\xe4\x45\x60\x20\xe5\xcb\xe8\x38\x21\x85\x0f\x3f\x9c\xc9\x1d\x99\xd7\x01\x2b\x1f\xce\xe4\x8e\x9d\xdc\xb1\x93\x0f\x26\x47\x47\xe6\x75\x64\xde\xc1\xfe\xec\xc4\xcd\x3a\xb0\xc5\xb3\x19\x64\xdc\x95\x1d\x9d\xf1\x20\x5c\x3b\x3e\x76\x40\x5b\x76\xd9\xa3\x80\xb6\x42\xc7\x78\xa6\x10\x63\xe8\x18\xcf\x1d\x9d\xf1\xb2\x1d\x3b\x3a\x63\x47\x67\x04\xe6\x1f\x40\x79\x85\x8e\x20\xbc\x55\x8d\x4c\x1c\xea\x21\xa0\xff\xd0\x71\xbc\x77\x57\xf3\x16\x75\xdf\x43\xc7\x24\xee\x9d\x04\x69\x2d\x06\xac\xdf\x4e\x36\x78\x98\x6a\xe4\xed\xa4\x76\x07\x0e\xab\x4e\x85\x84\x3e\x04\x38\x64\xe8\x30\x89\x81\xd6\x2f\x19\xf9\x1d\xe9\xd8\x95\x89\x6d\xba\x9d\x7e\x82\x38\x0b\xa6\xdb\x19\x64\x70\x3e\x81\xb3\xae\x4f\x5e\x34\x79\xd1\x56\x23\x2f\x22\xe7\x39\x6c\x46\x69\xb2\x6c\x00\xe3\x04\x4c\xb8\x3e\x19\x64\x32\x96\x83\x76\x1c\x25\x09\x3a\x20\x97\xa8\x45\x8b\xc4\xed\xe4\xf7\xca\xc8\xef\xe4\xf6\x0a\xef\x16\x09\x21\x75\xd4\xc3\x6e\x40\x1a\x93\x6e\xdf\x34\x0a\x3b\xc9\x17\x61\x3c\x0b\x04\x17\x39\x15\x3b\xdc\x6a\x7d\x09\x3b\xa9\x46\xde\x0e\xc0\x31\xa2\xd7\x77\x74\xc6\xee\x59\x3d\x4b\xee\x80\x8e\x6c\x16\x94\x2e\x72\x2a\x82\x97\x0b\x1d\x68\x0e\x75\x73\x03\xb0\xb9\xd0\x81\x81\x46\xad\x79\xc4\x70\x07\x2a\x13\xd1\xac\x3b\xea\x61\x3f\x02\x62\xd2\x25\x78\xb5\xfa\xe1\x33\xb5\xbc\x51\xfa\xc8\x90\x58\x54\x67\x0c\x1d\xa9\xd8\x2f\x48\x51\xb4\xcb\x8e\x9d\xdc\xaf\x00\x9c\x6a\xe4\x99\x17\x94\xa5\xd6\x3c\x7e\xc6\xfe\xe1\x97\xf2\xa1\x03\xbb\x17\x04\xda\x4b\xa8\xf0\xa4\x5b\x84\x01\x17\x14\xb4\x8c\x61\x38\x6a\x2b\x8c\x00\x92\x92\x8d\x30\x90\x9f\x03\x8c\x5a\x42\x91\x04\xe5\x17\x46\x04\x8f\xf9\xa8\xf1\xa1\x91\x7e\xe2\x49\x19\xf8\x19\x47\x04\x37\x4a\xd4\x75\xe0\x67\x1c\x20\x97\x12\x1b\x61\x20\x3f\x47\x02\xf1\x69\xba\xb2\xd1\xe8\x6b\x9e\x4c\x8e\x00\xaa\x30\x8c\x44\x3f\x91\x0c\x03\x3b\x79\x40\x02\x24\x17\xc3\x20\x9a\x39\xe0\xef\x49\x1c\xfe\x03\xf1\x3b\xb2\xc0\xa4\xba\x92\x17\xc1\xc7\x43\x01\xb4\x30\xc8\xe0\x1c\x10\xf0\x64\x46\x7e\x20\x93\x05\x66\x94\x8b\x61\x20\x93\x87\xcb\xe4\x95\x39\xe7\x07\xe6\xf5\x70\xd1\xbc\xb2\x46\x1e\x8f\xe4\x00\x73\x44\xae\x48\x18\x24\x30\x0e\x78\x6b\xf2\xa3\x46\xbe\xa8\x08\xca\xca\xdb\x51\x39\x07\xd0\x2a\x12\x41\xc2\x40\x26\x8f\xca\x33\x37\xf3\x0e\xe9\xcc\x70\x99\xbc\xf2\xd1\x95\x74\x1e\x74\x60\x66\x17\x83\xa8\x0c\xc3\x25\xed\xa2\x1a\x61\x18\x58\xe7\x03\x04\x19\xb9\x22\x61\xa0\x5d\x0e\x78\x53\x14\x92\x1b\x44\x33\x07\xe0\x5c\xf2\x41\x02\x19\x3c\x61\x00\xa2\x2b\x5f\x1a\xd6\x7f\x28\x14\x03\xdd\x71\x00\x0c\xab\x1a\x2d\x74\xc7\xe1\x82\x77\xd5\xac\x46\xbe\xac\x7f\x08\x28\x68\x64\x08\x91\xb8\x94\x85\x0c\x03\x8b\x7a\x40\xaf\x51\x51\x95\x06\xf1\xcf\x81\xc4\xad\xa8\xc8\x03\x89\x3b\x80\x9e\x55\x4f\xf6\x09\x83\x58\xd0\x18\xb0\x3d\x78\xce\x4f\x18\x38\x21\x87\xe8\x2f\x38\x54\x07\x4e\x48\xb2\x91\x56\x7d\xd4\xc8\xda\x17\xe2\x97\x43\x15\x88\x6a\x18\x88\xe1\xaa\x59\x45\xe2\x0e\xd1\x4a\x74\x35\x32\xd8\x53\xf0\x61\xba\x04\x26\x65\x00\xde\xab\xda\x25\xd4\x8b\x19\x06\x44\x18\x0d\x1b\xf4\x6b\x18\xc8\x66\x79\x13\x06\xb2\x79\x80\x71\xab\xb8\x98\x06\x06\xf9\x10\xde\x98\x33\x19\x48\x6c\x10\x16\xb6\x1e\x35\x32\xab\x60\xe5\x2b\x26\xf1\xc0\x5d\x39\x40\x56\x82\x4c\x0a\x03\x77\xe5\xd8\x8c\x27\x92\x6c\xe0\x99\x1c\x1b\xe6\x07\x4f\x6f\x0c\x03\x27\xe4\x00\xb1\xdd\x90\x64\x03\xe1\x3a\x10\xae\x8d\xd3\x7b\xc0\xbb\x38\x0e\x50\x61\x6d\x32\x24\xee\x70\x55\x77\x35\xce\x90\x41\x0c\x68\x1c\x5e\x94\x19\x79\x34\xd6\x71\xc0\x1d\x73\xf8\x0f\xc4\xf0\x40\x0c\x37\xc9\x3c\xdc\x95\x03\x31\xdc\xb4\x42\x88\x01\x0d\xd1\x0b\x62\x66\x0f\xc4\xf0\x40\x0c\x37\x36\xee\x24\x4a\x3c\x03\xb7\xa3\x61\x03\xf9\x0d\x13\x9c\x6c\x9b\x6a\x34\x1a\xb9\x1d\xd5\x78\xe2\x99\x14\x2a\xb8\x31\x9b\xa0\x82\xc3\x8c\x82\x42\x73\x25\x94\x0c\x13\x6c\x63\x43\x49\x99\xf0\x2b\xcc\x08\xdb\xd1\x56\x23\x2f\x02\x94\xdf\x8e\x6e\xdf\x34\x32\xc8\x48\x88\x89\x91\x3f\x13\x2f\xba\x6a\x2c\x34\x02\x62\x46\xb3\x9e\xe8\xb6\x13\x8c\xf7\x13\xd5\xb8\x68\x84\xe2\x06\x40\xcd\xc4\xf2\x9f\x10\xab\x3d\x59\x8d\x74\x9e\xcc\x87\x07\xa9\x33\x11\xae\x33\x83\xab\x2e\x6a\xa4\x9f\x80\x36\x1f\x67\xb2\x0e\x13\x91\x39\x11\x99\x64\x7e\x85\x89\x1a\x3b\xcb\x87\x28\x83\x46\x5f\x36\x13\x6c\xea\x83\xf9\x3a\xa9\x47\x31\x11\x99\x0f\x7a\xfd\x44\x64\x92\x73\xb7\x1e\x54\x39\x70\xd5\x61\x56\x31\x43\x35\x1a\x99\xa3\x0a\xc6\x1b\xfd\x6e\x62\xba\x4f\x00\xea\x0f\xa0\x92\x09\x54\x64\x36\xe1\xbf\xe9\x12\xa6\xfb\x24\xdb\xe0\x31\x35\xf2\x22\x51\x50\xa1\xca\x4d\xa0\x61\xb3\xf1\x45\xa8\x72\x13\xdf\xe5\x7c\xc0\x7f\xe3\x38\x98\xf8\x2e\xe7\x03\xb8\x3b\xaa\x91\x6f\x47\xa8\x76\xc7\x5d\x86\x89\xef\x72\x76\x58\xed\xd0\xda\x26\xbe\xcb\xd9\xa1\xf0\x4b\x6a\xe4\x99\x10\x16\x75\x84\xea\x44\x8d\x9d\xa8\xb1\x5d\x73\x84\x9b\x72\x0e\x31\xe5\xf1\x76\x34\xd6\x0f\xfa\xbc\xab\x91\x89\x23\x2b\xa2\x77\xba\x84\xc6\xfa\x0f\x16\xdd\xf7\xfb\x24\x96\x3e\xa1\xdf\xe9\x1a\x25\xf4\xd0\x89\x1e\xda\xb1\xa8\x26\xbe\xcb\x09\xf4\xba\x6b\x79\x23\x15\x27\x52\x91\xdc\xb9\x30\x09\xe2\x4c\xa4\xe2\xd0\x4a\x46\x2a\x4e\x13\x86\x5d\x57\xf2\x99\xe8\xa1\x24\xdb\x85\x09\x09\xf0\x5c\xe0\xcd\x9b\x1a\xe9\x12\x52\x91\xf4\xba\x30\x91\x8a\x64\x5e\xae\x81\xf5\x33\x61\xcd\x9d\x68\x97\x43\xbb\x18\x37\xe5\x74\xe1\xb8\x06\x71\xba\x89\xca\x39\x11\x95\x63\xeb\x4a\x56\x08\x79\x1b\x63\x33\x74\x70\xd8\xce\x2d\x78\xfc\xa0\x91\xce\x83\xd1\x1f\x12\x02\xb8\x03\xe6\xe1\x45\x47\x8d\xcc\x11\xa2\x72\x00\x82\x98\x44\x76\xe6\xe1\x8b\x24\x04\xc0\xf8\xcc\x23\x04\xbd\x1a\x59\x60\xc8\xcf\x89\x7f\x64\x22\x2a\x27\xa2\x72\x6a\x85\x10\x2e\x9f\x17\x58\x7d\x55\x23\x72\x89\x6c\x93\x89\x6f\xdd\x28\x22\x64\xd0\x9b\x92\xb3\x17\x0c\xe3\xde\xc8\x9c\x98\x6b\xfd\xa7\x42\x61\x08\x57\x43\xb8\xca\xc5\x64\x44\xc8\x2d\x02\xe0\x47\x3e\x19\x9a\x2b\x99\xb0\x8b\x84\xbe\x60\x88\x4c\x43\x64\x5a\x55\xa3\x7f\xae\x81\xc0\x37\xe4\xbd\x25\x6e\x4f\x80\xfb\x59\x3e\x86\x3e\x6a\x2e\x0f\xd7\x8a\x6a\xdc\x34\x2a\x45\x20\xd2\xc8\x33\x91\x8e\x14\x2b\x0f\x86\x74\xb4\xac\xf4\x01\x5e\x84\x8f\xc0\xa0\x7f\x5c\xb8\xc2\xc8\xd1\x0d\x86\x3e\xba\xd0\x86\x0c\x7d\xd4\xd0\x47\x17\x06\x0f\xf9\xbb\xc1\xe0\x66\x5c\xe8\x38\x86\x3b\xc0\x20\x48\x24\x49\x30\x18\xde\x4e\x83\xed\x50\xb8\x1c\xa3\xcc\x8f\xa1\x7a\x42\x7f\x10\x8c\x08\xb9\xb9\x06\xba\x16\xfa\x88\x21\x47\x0d\x39\x4a\x81\xf0\x60\x04\xc3\x8d\x64\x1e\xf2\x08\x83\xe1\xd8\xb4\x4f\xd6\x02\x8d\xd4\x83\x31\x77\x50\x2e\xe1\x5c\x8c\x10\xb7\x91\x84\x45\xaa\x61\x30\xaa\xb0\x18\xc9\x19\x9b\x43\xd5\x90\x64\xd6\x95\xa7\xc0\x33\x11\x5a\x86\xd0\x3a\x9a\x77\x94\x3e\x53\xf6\x41\x56\x23\x2f\x42\x68\x1d\xcd\x3b\x42\xcb\xc4\x5e\xa6\x75\x8a\xd0\x32\xcc\x6c\xa1\x42\x0c\xfd\xce\xd0\xef\x0e\xe7\x92\x21\xc9\x0c\x49\x26\x00\x88\x79\xc8\x39\x18\xac\x60\x87\xd3\x86\x9c\x97\xa0\x64\x97\x33\xd5\x48\xe7\x51\xfa\x0e\x07\x8b\x21\xde\x0c\xf1\x76\x38\x58\x48\x7d\x09\x46\x76\xd3\xc1\x74\x37\xc4\x9b\x21\xde\x0e\xa6\x91\x61\x90\x1b\x06\xf9\xb9\xba\x92\xb5\x84\x7a\x78\x70\x53\x9b\xe9\xed\x3e\x74\x97\xd3\xc6\x10\x84\x86\x20\xbc\x51\x8d\x3c\x13\x41\x28\xa4\x89\xc1\x4a\x6e\x8b\xb4\x0a\xec\x79\x43\x3d\x34\xb2\xd3\xae\xd6\x27\x7e\x51\xdb\x4a\xce\x50\x23\x9d\x47\x10\x5e\x0e\x16\x43\xe9\x33\xcc\x6c\xa1\x93\x0d\x49\x66\x64\x68\x09\x00\x62\xe8\x77\x76\x49\xba\xc0\xa5\x6c\xc4\x56\xcc\xc5\xd4\x16\xd6\xc3\x40\x01\x9a\x8b\xa2\x1d\x58\x75\x0b\xe3\x79\x05\x6e\x7f\xd4\x98\x69\x24\xfd\x83\x55\xb7\xd0\xef\x96\xeb\x77\x9b\xa2\xf1\x61\x21\x82\x56\xf8\x50\xdc\xd1\x78\x68\xbc\x34\xfa\xb2\x59\x44\x9e\x57\xe4\x45\xc8\xfb\x45\xe4\x79\x45\x5e\xe4\xcc\xfa\x61\xa1\xf4\x91\xba\xb4\x03\xa2\x7d\xa1\xf4\x2d\x57\xfa\x76\x38\x6a\xe4\xed\x91\x2f\x42\xb4\x2f\x6c\xef\x95\xc8\x1f\x61\xcd\xaf\xc4\x33\x49\x5f\x10\xb0\x62\x21\xd6\x96\xf2\x47\x70\x3e\x2f\x37\xba\xc3\x72\xe9\xb6\x23\xa2\x7d\x81\xf1\x59\x2e\xc8\x76\x44\xb4\x2f\x84\xd5\x22\x09\x82\x9c\xd4\xb0\x10\x56\x0b\x72\x5a\x78\xfd\xc3\x82\xd8\x67\xb9\x46\xb7\xc9\x3b\x0d\x0b\x55\x6e\x39\x2c\x67\x27\xd4\xc3\x85\xb4\x59\x24\x8e\x90\x4d\x1a\x16\xd2\x66\xb9\xb4\xd9\xc2\x3b\x2c\x5c\x8a\x8b\xa4\x1c\xb2\x49\xc3\xc2\xa5\xb8\x1a\x79\x2e\x68\x58\x0b\x11\xb4\x9a\x52\x5a\x74\x25\xfd\x74\x5d\x6c\x0b\xc5\xb0\xd0\xc5\x16\xfc\x9f\x64\xa1\x86\x45\x18\x65\x3d\xca\x81\x51\x23\xcf\x74\x61\xb5\xe5\x38\x20\x85\x2c\x2c\x32\x4d\xa8\x37\x1d\x16\x61\x94\xf5\x90\xee\x82\xcb\x66\xa1\xa0\xad\xce\x33\x31\x85\x17\x62\x6d\x75\xa5\xc9\xa8\x91\x6f\x77\xe3\x77\x67\x4e\x84\x85\xf3\x71\xb9\x29\xbc\x33\xcb\x7b\xa1\xca\xad\x0e\xb7\xa2\x56\x32\xce\xc7\xe5\xca\xdb\xce\x5d\x8d\x8c\x12\xf9\x1c\x19\x67\xee\xc2\x14\x5e\x83\xb7\x73\x4c\x2c\xa4\xe2\x1a\xe4\xf8\x70\x4c\x2c\x04\xe0\x9a\x3c\x13\xe1\xbf\xf0\x33\x2e\x32\x8c\xb2\x06\x19\x01\xb8\x48\x62\xc9\x5a\xb4\x08\xc0\x35\xe9\x27\x5a\xdb\x42\x58\x2d\x52\x45\x0a\xc7\xee\x22\x49\x60\x19\xb9\x3a\x0f\xfd\x24\x5e\xb3\x16\x29\x3b\xe8\x62\x0b\xc1\xb2\xb6\x32\x77\xe8\x12\x81\xe0\xe5\xf2\x65\x7b\xc6\xef\x7f\x28\x14\x0b\xf5\x6b\xb9\xfa\xb5\xe5\x4d\x58\x68\x5a\x6b\x5f\x31\x54\x7a\x23\xc0\xc4\x45\xc2\x4a\x6d\x6a\x64\xae\x4e\x17\x33\x23\x8d\x2c\x8a\xa3\x74\x20\x35\xb2\x28\x0e\xcf\xc4\x38\x59\x18\xa5\xcb\x5d\x84\xbb\x6a\x08\xf1\x0d\xae\xcb\x33\xb7\x1a\x79\x26\x49\x3e\xa4\xfe\x86\x8d\xd0\xda\x08\xad\xc6\x3a\xdd\x08\xad\x8d\xd0\x12\x64\x60\xe3\x06\xdc\x41\x6c\xf7\xbe\xef\x37\xf2\x69\x23\x9f\x48\xfd\x0d\x1b\x51\xb4\xa3\x32\x8d\xd4\x38\x69\xe4\x76\x44\xfb\x46\xea\x6c\xa4\x0e\xf9\xc0\x61\x23\x75\x36\x52\x87\x44\xe0\xb0\x71\xd9\x6d\x77\xd9\x6d\xb2\x7c\xc3\x06\xf0\xb7\x5d\xab\xd9\x8d\x45\xb1\x89\xe8\xee\x42\x56\x10\xba\xc3\x86\x3e\x6c\xbb\x48\xd9\x02\x2c\x6c\x3c\x69\x9b\x9c\x2b\x32\x80\xc3\xc6\x02\xdc\x55\xc9\x48\x74\x89\x14\x80\x8d\x2c\x79\x3c\x4f\x33\x6c\x02\x19\xbb\x2a\x51\x89\x2b\x51\x67\xb6\x8b\x94\x2d\x53\x13\x1e\x92\xb0\x1b\xc9\x4f\xac\xbe\x8d\xb1\xb7\xc9\x3e\x7b\xd8\x3a\x1b\xff\xd8\xf6\xf8\x42\x7b\x8c\x17\xe1\xbb\x26\x4b\x74\x14\x0c\xdd\xcb\x51\x79\xfd\xa8\xec\xdd\x53\x93\xc2\xc5\x51\x7c\xfd\x20\x6b\x8f\xe7\x6e\xc4\xe0\xd3\x18\x83\xcf\xdf\x33\x8a\x97\xf6\x0f\x3e\x1d\x31\xf8\x74\x8c\x49\x1d\xfd\xe4\x9f\x12\x93\xbb\x01\xeb\xf5\x65\x13\x93\xef\xd1\x48\x16\x60\x63\x93\x45\xaa\x44\x44\xd0\xfe\xcf\xf6\xb4\xd9\x08\xd1\x7f\x14\xbb\x7f\x75\x0f\x6a\x84\x98\x38\xc2\x46\xdc\xbb\x2b\x14\x11\xfa\xde\x08\x67\xef\xd3\xbc\x3e\x7c\xcc\xbe\x03\x62\x76\x23\xa3\x82\xbb\x8e\xd0\x5d\x46\x38\x2e\x3b\x30\xbe\x08\x0c\x3e\xc2\xa9\xd6\xcc\x13\x8f\x63\xf5\x8f\x8e\xd5\x4f\xef\xd1\x3c\xc8\x18\x1f\xb7\x9e\xe2\xe3\x9b\xfa\x99\x9e\xd4\x10\xbb\xcf\x6d\x24\x64\x35\x70\x70\xc4\xee\x92\x25\x76\xd7\xa9\xea\xf1\x89\x8b\x04\x32\x62\x77\x9f\x59\x03\x01\x19\x89\x59\x44\x62\x16\x6d\xb4\x48\xe3\xf5\x46\x17\x30\x4f\x76\xb4\x7f\x44\x5d\x8b\xe8\x69\x2d\xba\x10\x88\xdb\x2d\xb2\xb8\x5d\x40\x8c\xea\x39\x3b\xf1\xf8\x14\xc7\xe3\x53\xfc\x74\xcf\xf2\x88\xe7\xd0\xe8\xe3\xd2\x9a\x9f\xb4\xf1\xfa\xc1\x12\xaf\x1f\x2c\x4f\xb4\x41\x63\xa7\x71\xbc\xe4\x68\x91\xcc\xda\x48\x4a\xad\xf2\xbf\xe2\x65\xe4\xaf\x9f\x05\xca\xff\x8a\xd7\xa5\x7f\xbc\xae\x0c\xdf\xab\xc6\xc1\x95\x2e\xda\x2f\xc4\x19\xf1\xba\x4c\x8f\xd7\x75\xdb\x7b\x1d\x1e\x17\xaf\x9b\xe7\xf1\xaa\x34\x2d\x05\xdc\x42\x20\x17\xcd\xed\xb3\x1c\x60\x29\x0b\x10\xa0\xb2\x22\x73\x80\x6f\x8a\x85\x99\x42\xf8\xd6\xa5\x14\xa8\x6b\x16\xc2\x87\xad\xd5\x1b\xa3\xf2\xdb\xda\x8f\x46\x6e\x8f\xdc\x0e\x6f\x14\xeb\x3a\x05\xf7\x61\xfd\xd3\x48\x55\xb1\x40\x7d\xd7\x4f\x3f\x29\x10\x16\xf0\x45\x25\x08\x95\x02\xe5\x5a\x83\xa8\x1a\x29\xf4\x15\x48\x43\x09\xaa\xfe\xe5\x8b\x36\x05\xd2\x8f\x82\x8a\x78\xa9\x0c\x34\xe5\xb7\x42\x19\xdf\xf8\xe8\x82\x2f\xb7\x14\x28\x72\xc5\x74\xa4\x50\x79\x58\x5d\xdf\x58\xed\x82\xcb\x90\x14\xfe\x29\x24\x45\x23\x09\x7f\xad\x7c\xff\xa2\xc6\x80\x34\x06\x19\xf2\xb7\x40\xfd\xa5\x40\x51\xc2\x07\x3a\xae\xb0\x78\xbb\x2f\xbe\x24\x56\x27\xc8\x62\x52\x8c\xe4\xd3\xa9\x18\x6e\x84\xdc\x96\xb2\x6e\x28\x53\x29\x26\x58\x6d\xdd\xe1\xe7\x25\xa4\xbc\x11\x7e\x3f\xd7\xfd\x52\x7a\x78\x26\xa5\xd9\xa2\x6a\xb2\x41\x42\x15\xa9\x55\x16\xc9\xb8\x04\x3c\x98\xa2\xaa\x38\xcd\xe7\xdb\xbc\x93\xc0\x9c\x22\xe9\x78\xcf\xa3\xb2\x76\xde\xa5\x14\xe9\x52\xa2\x40\x54\xa4\x2f\xac\x89\x04\x11\x50\x8a\x24\x11\xb2\x26\xd2\x50\xb5\x38\x7e\xa9\x9f\xf0\x31\x25\x97\xe5\x09\x59\x97\x8a\xca\x5a\x35\x65\x40\xf6\x37\x93\xd1\xd3\x14\xbd\x91\x74\xd1\xc1\x8b\x16\x7d\x21\xeb\x30\xc2\xdc\xa4\x4c\xa3\xec\x61\xef\x4f\xad\xb2\xec\xf6\x47\x42\xac\xa5\xf8\x65\x94\xfc\x6f\x85\x22\x91\xc9\x93\x48\xd3\xc9\xaa\x4a\x4c\x9a\x4e\x22\x31\x27\x07\x78\xf7\x0a\xfd\x2d\xea\x2f\xec\xc4\x24\xd8\x24\x32\x6b\xe6\xfa\x30\x1e\x72\xa5\xf2\x6c\xa0\x10\x24\xcf\x26\x91\x59\x33\x41\xb1\x24\x52\x6a\xd2\x27\xa5\x86\xe2\x81\xa4\xd4\xa4\x4f\x4a\x8d\x18\x16\x3d\xfc\x92\xc8\xac\x99\x8b\x69\x29\xe4\x8b\x16\x91\x90\x67\xde\x3e\xe8\xbc\x52\x6a\xe0\xea\x2a\x83\xdb\x95\x52\x93\xe1\x7e\xa4\x5c\x58\x99\xbc\x1d\x22\xa8\x32\xb9\x9d\x44\x99\x55\xc4\xd3\xd8\x69\xe4\xed\x90\x06\x92\x19\x93\xca\xe4\x8b\x2a\xac\x8d\xe4\xa0\x92\xd3\x32\x97\x48\x3b\x99\xb9\xb2\x60\x58\x84\x30\xac\xb8\xdd\x9a\x48\x74\x99\x5f\xea\xba\x37\x32\x9d\x10\x04\xae\x87\x51\x22\x39\x53\x19\x2e\xcb\x75\xb1\x54\xd6\xf9\x64\xc4\x79\x23\x2f\xda\xbc\x88\xb4\x97\x35\xf8\xa2\xcd\xb7\x6f\x9e\xc9\x3a\x2d\x4a\xa8\x23\x99\x65\xc1\x72\x47\x32\x4b\x52\x32\xcb\xa2\x06\x64\x39\x4c\x31\x79\x2b\x0b\x6a\xab\x72\xd8\x5d\x87\xdc\x32\x08\xbc\xc8\x62\x49\xa4\xaf\xcc\x05\xdf\x58\xb9\x8c\xe7\xe5\x99\x8b\xb7\x5f\x9e\x79\x19\xe4\xc5\xd0\x5d\x06\x99\x14\x95\x05\xf1\x17\x29\x2a\x89\xfc\x93\xb9\x60\x9d\xab\x48\x71\x65\xa3\x2c\xd8\xbd\xc8\x46\x49\xca\x46\x59\xf0\xc5\x55\x76\x73\x85\x25\xf2\x4b\xa9\x75\x6e\xcb\x4c\x23\x6f\x77\x17\x43\x22\x45\x25\x29\x45\x65\x41\xc7\x56\x23\x69\x9c\x91\x24\x26\x44\x26\x09\x2b\x49\x29\x2a\x3b\x70\x3b\x15\x26\xab\xef\xfb\xb9\xe1\xed\xab\x14\x92\xac\x89\xd4\xa4\x08\x07\x67\x52\x66\x29\x45\x3b\xa0\x21\xad\x94\x87\x54\xe2\xc9\x66\xcd\x93\xae\x9f\xc8\x3f\x99\x1b\x1e\x3d\xd2\x50\x12\xa9\x26\x73\xc3\x23\x4a\xc6\x49\xaa\x85\x2e\x65\x51\x71\xf2\x99\x90\x46\x6e\xf8\x32\xab\x6a\x37\x92\xea\xb7\xd9\x08\x95\x92\x8a\xb5\x92\xd5\x05\x07\x1a\x19\x27\xa9\x56\xb2\xa5\x28\xde\x59\x91\x64\x24\x9e\xcc\xcd\x46\xa8\xc8\xb5\xda\x78\x3b\x1b\xa1\x36\x32\x75\x1b\xe9\x63\x10\xfd\xc1\x1c\x95\x2a\x09\x7c\xb0\x80\xa4\x4a\xce\x39\x39\x26\x73\x3f\xbc\x88\xca\x81\xe4\x98\xcc\xfd\x30\xc8\x0f\x9d\x7f\x78\x3b\x32\x8f\x74\x92\x44\x3a\xc9\xdc\x48\xb0\xea\x62\x26\xd5\x47\x89\x66\x7c\x66\xe7\x99\xc8\x90\xcd\xee\xa8\x9d\xdb\x07\xe3\x09\xbf\x6a\xa5\xc8\x20\xd9\x1a\x73\x53\x7b\xa1\x7e\xea\xe8\x72\x3b\xf4\x84\xa4\x69\xa4\x3a\x79\x3b\x6b\x9e\xa4\x8d\x54\x27\x6f\x67\xcd\x57\x8a\x05\x56\x77\xfb\xcf\xcd\x9a\x27\x69\x23\x55\x25\xc4\x6d\x46\x09\x79\x4f\x9a\xc6\xdc\x70\xa8\x93\xa6\x91\xaa\x12\xe2\x0e\x9d\x47\x5c\x90\x59\x31\xb7\xd6\xfc\x66\xd9\xb0\xdf\x21\x49\x49\xe4\x59\x24\xf2\x2c\xe6\xbe\x3c\x93\x13\xba\xc2\x26\x7b\x82\xb8\x57\x99\xf7\x43\xaa\x97\x28\x5f\x49\xb5\xad\x4a\x1f\x8b\xb0\xa6\x52\x55\x96\xf4\x87\x79\x58\x9f\x4d\x2c\xf4\x4a\x1f\x43\x26\x93\x0c\x91\x5a\x20\xc9\x2e\xeb\x76\xa3\x91\x67\x66\xb1\xb4\xba\xb8\x68\x51\xf9\x74\x0f\x8d\xe2\xb2\xe7\x76\x96\x62\x43\xed\x6a\x91\xdb\xe1\xc6\x6c\xe8\x0e\x0d\xbe\xda\x03\xd9\x24\x99\x0e\x89\x4c\x87\x79\x38\xbd\x1b\x45\x60\xa1\x9a\x98\x50\xc2\x24\xd2\x1f\x52\x63\x17\x9f\xb6\x69\xe4\x45\x99\xbc\x3f\xd6\x27\xfc\x61\xa9\xb1\x61\xcf\x23\xe2\xd8\x41\x23\x69\x83\x30\x04\xb6\x2c\x5e\x00\xd2\xf1\x58\x8a\xa4\x0c\xa4\x46\xd2\xea\xa1\xb2\x29\x99\x03\xa9\x71\x6e\x1e\x96\x0d\xa4\x62\xa9\xb1\x92\x0f\xfc\xb8\x24\x02\x24\x32\x00\xe6\x41\xf1\x21\x11\x20\x01\xe1\x9f\x87\x65\xd3\x28\x73\x0d\xa0\x7f\x1e\x68\x80\x1b\x95\xac\xc1\xee\xcf\x03\x99\x66\x43\x95\x03\xc2\x3f\xcf\xe5\xed\xd4\xd0\x6c\x83\xa4\xc5\xfb\x9f\xa0\xcc\xd4\xdc\x23\x9d\x1a\xd9\xa7\x87\x85\x06\xda\x3f\xb5\x49\x5a\x1e\xc5\x73\x61\xe4\x48\x8d\x04\xd3\xcb\x42\x6b\x10\x3b\x34\x5f\xd8\xf3\x46\xf1\xe5\x32\xff\x8b\xb4\x3c\x64\x5e\x5b\x4c\xcb\x26\xd9\x4e\x6b\x8a\xb3\xae\x91\xe2\x79\xc5\x03\xac\xba\xd0\xbe\xda\xe7\x45\xbc\x01\xad\x4f\xed\xf0\x4c\xad\x29\x14\xa7\x76\x48\x49\x14\x1d\x30\x15\x18\x1a\x6b\x1f\xc2\x9e\xf4\xb0\xf6\xc1\xb8\xcf\x8b\x7c\x02\xea\x9e\x1e\xd6\xfe\x7d\x20\xca\x65\xed\x3f\x1c\x56\x17\xfe\xda\x87\xb5\x0f\x0c\x7e\x5e\x2a\x0d\x3f\x6e\x78\xa6\x87\xb5\x7f\x3b\xbc\xbe\xe8\x9c\x60\xe3\xe7\xa5\x02\xeb\xc3\x61\xf5\x40\xd2\x7c\x51\x13\x1f\xce\xa5\x47\xc9\x8b\x03\xea\x5f\x96\x24\x90\xf5\x79\xa1\xa2\x04\xb2\x9e\x9e\xcc\xed\xa6\x2b\xb9\xbd\x90\x10\xc9\x92\x04\x9d\x9e\x40\xa7\xcf\x0b\x21\xac\x88\x4e\x80\x9e\xcf\xbb\xe9\x3c\xfa\x28\x80\xf2\x79\x59\x7d\xe0\xca\xd3\xc3\xc9\x70\x0f\x6f\xc7\xba\x78\x1a\x9f\x09\xfb\x34\xf0\xf2\xf4\x34\x3e\x93\xd5\x07\xbc\x3c\x3d\xd0\x2c\x5f\x48\x58\x41\x92\x27\x21\xc9\x45\xb2\x0d\x92\x3c\x3d\xca\x3e\x44\xe5\x04\x34\x9e\x04\x1a\x0f\x81\x2e\x71\x5c\x80\x1d\xb7\xc0\x02\x03\x42\x9e\x84\x0f\x0f\x88\xb7\x47\x75\x67\xc9\x85\x09\x28\xa7\x0f\x65\xe1\x1f\xb8\x7b\x55\xcd\xe3\x61\x25\x3f\x93\x6c\x4e\x98\xb0\xa1\x6e\x49\x8f\xea\x99\x40\x3b\xfd\x50\xeb\x15\x44\xb8\x05\xaa\x41\x03\x0c\x4f\xf8\x0f\x2c\xb0\xea\x70\x23\x24\x30\xd9\x06\x1d\x4c\x02\x9a\x9d\x1e\x92\x44\x82\xd6\x12\xa2\x1d\xf8\xb5\x05\xad\x25\xd7\xe1\xd2\x43\xea\x47\xd0\xb2\x51\x9d\x91\x43\xe6\xa5\x56\x08\xaa\x1c\x10\x69\x0b\x14\xc5\x06\x14\x9d\x40\x43\x5b\xc0\x84\x03\x14\x9d\x1e\xb2\xe5\x82\xf1\xed\x97\x6f\x87\x43\x34\xb0\x96\x3a\x1b\x41\x30\xe8\x00\x7b\x75\x67\x23\x74\x18\x45\xa1\x9b\x4a\xdd\xb7\x45\xea\x41\xc9\xa0\x95\x46\xef\x12\x10\x69\x0b\x1e\x4f\x4e\x20\xa5\x13\x10\x69\x0b\x1c\x80\x20\xa5\x53\xcf\x3c\xf3\x88\x62\xda\x68\x24\x75\x92\x79\x07\xb2\x9c\x00\x29\x5b\xc4\x24\x06\xab\x9c\x3a\x84\xab\x91\x29\xee\xb0\x3d\x00\x52\x36\x70\xa2\x09\xac\x72\xea\x85\x67\x32\xef\x60\x95\x13\xce\x1d\x8b\x89\x17\x61\x91\x75\xf2\x2c\x62\x16\x97\xf5\xa2\x91\xdb\x21\x25\xee\x95\xdb\xc1\x1c\xc7\xc2\xb7\x63\x90\x83\x32\xb6\x08\xb9\x37\x60\xe3\x04\xca\xd8\x22\x9c\xbf\x80\x8d\x13\x28\x63\x8b\x90\x7b\x77\x34\x2c\x50\xc6\x16\xab\x6e\xe7\xdb\x7d\x93\x58\xc4\x28\x01\x73\x9c\xa0\x8d\xb4\xd8\x18\xcf\xce\xb7\x93\x13\x11\x91\x60\x40\x88\x53\xef\x74\x1e\x67\x04\x10\xe2\xd4\x95\x32\x8b\x2e\x06\x3e\x38\x75\xf2\xbf\x22\xec\xc7\x00\x83\x53\x57\x76\x2c\xf6\x07\xc0\xe0\x04\x15\xa5\xc5\x41\x3f\xa9\xca\x0c\xc0\xd7\x22\xeb\xb3\xa3\x61\x75\x92\x1a\x22\x9c\xcd\x00\x67\x13\x50\x59\x53\x7d\xe9\x8e\xf5\xd3\x49\x45\x55\x4d\xe8\xce\x89\xd0\xd9\x32\x51\x0b\x0c\xeb\x07\x8c\xac\x45\xf8\x8e\x3b\x5b\xa6\x93\xaa\x10\x11\x56\x1d\x8b\xba\x1f\x25\xd7\xf2\x22\x8e\x09\xf0\xb3\x16\x2f\x2f\x72\x7f\x68\x02\x23\x6b\xf1\x8a\x7d\x5c\x57\x92\x9f\x4a\xbd\x77\x80\xb3\x09\xe0\xac\xa9\x94\x3c\x6c\x97\x09\xe0\xac\x25\x16\x2d\xc0\xd9\x34\xc8\x31\x80\x2a\x35\x81\x98\x4d\xc3\x8f\x10\x4b\x50\x45\x0f\xaa\xf1\x03\x72\xb5\x84\x01\x31\x70\xaf\x0c\x52\x3c\x13\x47\x24\x78\xd6\x04\x4e\xd4\x12\x16\x00\x38\xd1\x34\x20\x60\x87\x3f\x35\x81\x13\x4d\x03\xec\x7e\xaa\xba\xf2\xa1\xd1\xa7\x23\xb1\x6c\x06\x1b\x01\xbc\xa7\xc1\xb5\x94\x80\x7d\xa6\xc1\x9a\x97\xcb\x66\xb0\xe6\x87\x8a\xee\x3d\xfb\x3f\x15\x8a\xc1\xc9\x00\x0a\xd4\x60\x67\x4a\x83\x0d\x31\x80\xd6\xcb\x6d\x31\x9a\x9e\xcd\x10\x0e\x31\xb7\x33\x84\x70\x0e\xcb\x4b\x03\x5e\x34\x0d\x8e\x8b\x04\xbf\x3d\x40\xd1\x34\x1e\xa5\x22\x43\xcb\xce\xc9\x00\x24\xd4\x12\x26\xf1\xc0\x43\x01\x32\xd4\x12\x26\x31\x00\xd1\x04\x52\xd3\x12\x95\xc5\x41\x6a\x26\x90\x9a\x06\x59\x5d\x1a\x28\x55\x00\x36\x2d\xb1\x78\x41\x6a\x26\x40\x99\x96\xb6\x28\xe2\x79\x26\x59\x92\x09\x96\x6e\x40\x99\x09\x50\xa6\x25\x54\xba\x81\xde\x34\xa6\x92\x96\x59\x29\x98\x1c\x80\x32\x2d\x89\xf4\x9e\x52\xe4\x70\x91\x1a\x8c\x79\x09\x2e\xd2\x04\x36\xd3\x32\xe7\xe7\xe0\x5c\x1a\x64\x23\x65\xd6\x29\x48\xcd\x04\x28\xd3\xb2\xa8\xf3\xb1\x43\xc0\x20\x5a\xc6\xa6\x1d\x90\x57\x8d\xab\xf4\x66\xbf\x7d\x62\xcf\x03\x4c\xb4\x8c\x77\x0e\x44\x62\x9a\x9c\x0c\x19\xe2\x70\x80\x89\x69\x2a\x65\x1a\xa7\xc9\xe4\x64\x98\x4a\x99\xc6\x69\x02\x4c\x31\x81\x41\xb4\x4c\xf9\x8c\xc9\xc9\x30\x3f\x89\xd0\x90\xd7\xa3\x22\xcd\x4f\x22\x34\x6c\xf7\xd8\x0c\x93\xac\x19\x88\xad\x12\x70\xc3\x34\x13\xdf\xce\xb2\x99\xf8\x6f\x27\x59\x33\x19\xa7\x09\x20\xc2\x34\x33\x43\x87\x7c\x9a\xb0\x4f\x81\x02\x34\x58\x8f\x12\x28\xc0\x34\x2b\x6f\x5f\xe2\xd3\xe7\xed\xae\x3e\x59\xc6\x2c\x04\x13\x98\x00\x03\x5a\x46\x92\x01\xff\x4b\x93\xfd\x94\x59\x0c\xa0\x00\x13\xb8\x3f\x83\x5e\x38\x4d\xce\x10\x50\x80\x96\x31\x0b\x41\x01\xa6\x49\x0a\x72\x66\xd9\x00\xe3\x4b\x13\xde\x84\x8c\xb6\x3e\x5d\xfa\xa7\x09\x41\x7a\x41\x45\x02\x5d\x97\x26\xf2\xbe\xe0\xcb\x98\xb8\xd5\x00\xd9\x59\x61\xde\xc1\xda\x25\x28\x5e\xad\x24\xdd\xce\xb7\x43\xef\x5d\x28\x94\x32\x27\x57\x92\xd9\x56\x90\x4f\xe0\xdb\x12\xf8\x36\x2b\x55\xf5\x02\x78\xd1\xe2\xf6\xaa\x2b\x75\x3b\x2f\xd2\x02\xdb\x2c\x06\x94\xa9\xa2\xb2\x08\x28\x53\x20\xcc\xac\x60\xd7\x81\x30\x4b\xc0\xc7\x0c\x12\xc6\x34\xf1\x61\xcd\xab\x46\x2a\x04\x20\x86\x41\x83\x59\x19\x6a\x2c\x34\x92\x8f\x8e\xe3\xc0\x50\x67\x00\x7c\x59\xc1\x71\x60\x2c\x5a\x63\xd1\x16\x55\x1d\x60\xd1\x82\xfb\xb2\xc2\x0a\x31\xfc\x4d\x40\xbc\xac\xa0\xad\x83\xf4\x4a\x46\xce\x6b\x41\x31\x37\x5f\xad\xc9\x10\xed\x05\x5b\xd1\x10\xed\x00\xbe\xac\xb0\x96\x00\x7c\x25\x23\x51\xbf\xb0\x96\x40\x7a\x25\xb0\x5d\x56\x88\x44\x80\xed\x4a\x46\xfe\x57\x61\x81\x19\x06\x04\x80\x2f\x2b\x47\xb7\xfb\x52\x04\xdb\x65\x85\x0a\x16\x80\xba\x92\xa1\x4c\x15\xf4\x7a\x43\x99\x32\x96\x22\x84\xd7\xc9\x58\x8a\x20\xaf\x0c\x1a\xcb\x04\x00\x2b\xd9\x27\x17\x5f\x57\x76\x1a\xc9\x47\x67\x81\x01\xce\x4a\xf6\x90\xca\xef\x24\x7e\xc9\xf0\x44\x9b\x32\xec\xf1\x3b\x00\xd5\x4a\xa6\x0c\x7b\x16\x18\x88\xad\x64\x4a\xa6\xc7\x2f\x66\x18\xcf\xa6\xbc\xf9\xa2\x1a\x12\xdc\xae\xbc\x79\x7c\xc1\x86\x8a\x64\xca\x9b\xc7\x70\x34\x3c\xd1\xa6\x14\x79\xd6\xa7\xb1\x3b\x8c\x8c\xf0\x8a\x33\xc2\x36\x2f\x42\x49\xa9\x53\x8d\xba\x52\x59\xfb\xdc\x8e\xb2\x6f\x64\x5e\x56\x47\x57\x25\xc3\x65\x63\x28\xfb\x55\x15\x33\x0e\xcf\x44\x9d\xa9\x78\x63\x0d\x75\x06\x48\x92\x55\x2d\x1b\xf8\x08\x8d\x94\xc9\xaa\x65\x83\x81\x0b\x24\xc9\x2a\x8a\x39\xc8\xa4\x64\x6c\x84\x8a\x0e\x0e\x16\x29\x01\x34\x32\xc2\xfa\x09\xbc\x51\x02\x96\x63\x15\x15\x09\x74\x4e\x5a\x2c\x45\xf8\x40\xd3\x62\x29\x02\xd2\xb1\x86\x99\xb5\x20\xff\x03\x96\x63\x8d\x79\x07\x9d\x93\x16\xd5\x1c\x1a\x3a\xf8\x82\x69\x0f\xac\x8e\x35\xd4\x6d\x20\x3b\x69\xa1\x6e\xb7\xaf\x29\xfe\x0f\x85\x62\x21\x47\x17\x2b\xa5\xa1\x61\x83\x93\x49\xf0\x2f\x5b\x6b\x74\x8d\x95\x02\x1e\xc4\x60\x61\x4c\xc0\x42\xd2\xe2\xa4\x85\xa3\x34\x2d\x8c\xbd\x05\x49\x41\xa3\x90\xe3\x32\xfa\x6b\xe2\x38\xe0\x99\x1c\xaa\x8b\xbc\xdf\xc6\xbe\x07\x47\x92\x96\x4f\xae\x35\x2a\x91\x00\xeb\x48\x00\x2b\xac\xa1\xb9\x2e\x14\x4a\xf0\x15\xd6\x50\x3d\x81\x59\xa4\x45\xfa\x7d\xc3\x78\xde\xcc\xd5\x86\x9c\xa4\xe1\x06\xdc\xe8\x8e\x5b\xc5\xf5\x39\xfc\x41\x5b\xa4\xad\x92\xe7\x28\xa9\x9b\x09\xdc\x4c\x20\x94\xaa\x69\x33\x81\x9b\x53\xf1\x61\x06\x36\xa7\xe2\x26\x7f\xfe\xa1\xc4\xd1\x46\x96\x80\x9a\x30\xa0\xf5\x09\xf0\x44\xda\xcc\xea\x83\xc1\xb3\x99\x55\x30\x14\xf6\x30\x1d\x9b\x20\x1e\xa8\x09\x7b\x28\x63\x04\x78\x22\x01\x90\x30\x90\x11\x69\x63\x6e\x01\x97\xb0\x07\x7d\x14\xb8\x44\xda\x2c\x8a\x87\xd9\xdc\xcc\x3b\x70\x09\x7b\x98\x4d\x70\x12\x69\x93\xb8\xa9\x18\xe0\x6e\x7c\x3b\x19\xec\x0f\xb6\xf7\x26\x26\xb7\xd1\x2e\x1f\x8e\x8b\x8d\x28\xda\xac\xa5\x07\xdb\x1b\x60\x45\xda\xf8\x1d\x1e\xa7\x23\x4d\x1b\xbf\xc3\x46\xbb\x84\x4e\x36\x6d\xdc\xd4\xfb\xe1\x99\x18\x3c\x1b\xe7\xde\x46\x14\xa9\x28\xe8\xee\x3c\x13\x1b\xec\x99\xaa\x2b\x73\x68\xe4\x76\x84\xc1\xc6\xb9\xb7\x39\x7e\x1f\xac\xf4\xcd\xf1\xbb\x5d\x79\xb3\x07\x3d\x74\x13\x96\xda\xd0\x01\x3d\xb8\x01\x37\x7e\xe6\x2d\x16\x0c\x16\xd8\x46\xbf\xdb\x8b\xce\x6b\x81\x61\x83\x41\x21\x6e\x5d\x6b\x69\x73\x3b\x89\xe5\x9d\xa8\xfb\xde\x0c\x32\xbe\x8c\x8e\x6d\xb3\x11\x6f\x60\x13\xac\xa3\x65\x6c\x42\xb2\x1b\xa1\xd5\x31\xc8\x37\x42\x6b\x73\x7a\x77\x84\xc1\xe6\xf4\xde\xa4\x8b\x77\x0c\xf2\x7d\x98\x62\xf2\xbc\xbb\xd6\x27\xe4\x8f\x1b\xb7\x45\x57\xf1\x1e\xdc\x16\x1b\x8d\xb5\x13\xfb\xdb\xd8\x60\x1b\x99\xd7\x59\x9f\xd0\xa0\xa7\xc3\x96\x21\x01\x21\x1d\xce\xf9\x03\x4b\x4f\xaf\x14\xd3\xc1\x77\x7d\x70\x5b\xf4\xaa\x5a\x3c\x85\x46\xbe\x88\xf5\x79\x70\x68\x1f\x94\xd3\xce\xfa\x84\x53\x3d\x1d\x8e\xf4\x8e\xc2\x7b\x38\xd2\x4f\xe2\xed\xe8\xb6\x87\x20\xf3\xc9\x6a\xf4\xcf\x3c\x1c\xd4\x07\x45\xb2\x63\x7b\x1f\x87\x9f\xa4\x03\x69\x4e\x47\xf5\x38\x95\xce\x43\x9a\xd3\x31\x5f\x0e\xae\xba\x03\x69\x4e\xc7\x7c\x39\x8d\x2e\x41\xfa\xd0\x59\x4b\x87\x52\x7b\x87\x33\xb9\xa3\xc6\x1e\x5c\x0c\x07\x17\x43\xc7\xa6\x39\xb8\x18\x0e\x07\x75\x47\xf5\x38\x1c\xd4\x87\x8d\xd0\x11\x6b\x87\x40\xf0\xc1\x01\xd7\x89\xe8\x1d\x1c\x70\x87\x8d\xd0\x31\xc8\x0f\x67\xf2\x41\x63\xed\x9c\x36\x07\x8d\xf5\xa0\xb1\x76\x16\xed\x19\x7c\x3b\xb6\x57\xc7\x20\x3f\xd8\x5e\x07\xe3\x69\x60\xe8\x1c\x8c\xa7\x83\x9d\x34\x38\x82\x0e\x76\xd2\x41\xbb\x1c\xa8\xb1\x87\x35\x7f\x20\x53\x18\x94\x6c\x3b\xa8\x9c\x87\x8d\x30\x58\x4b\x87\x8d\x70\xa8\x13\x33\xb4\x96\x28\xfb\x7b\x38\xd2\x07\x62\x0d\xde\xfb\x74\xe0\x4d\x18\x2a\xe8\x44\x28\xf6\x1c\xb8\x42\x70\x14\x1e\x42\x33\x60\x75\x6c\x60\x90\x03\xd9\x49\x87\xba\x55\x43\x0b\x8c\xca\xc0\x07\xff\xdd\x50\x59\x28\xfc\x77\x87\x03\x65\x20\xeb\x0e\x07\xca\xe1\x40\x19\x5a\x60\x1c\x28\xb0\xee\xdb\x60\x81\x5d\x36\xc2\x85\xcf\x65\x20\x00\x2f\xd0\x9b\x4b\xdd\xb1\xe1\x59\x33\xe9\x02\xbd\xb9\x58\x54\xc3\xe1\x9b\xe9\x62\x51\x5d\x96\xf7\x40\x82\xc1\xe4\x9f\x2e\xcb\x7b\xa8\x6e\x12\xcb\xfb\xa2\x26\x0c\x96\xe2\x85\x0e\xf8\x62\x66\x0d\x02\x6d\x17\x33\xeb\xe2\xfe\x1b\x88\xb5\x8b\xfb\xef\x66\xf1\xa4\xb8\xf8\xbd\x9c\x32\x17\x07\xc7\xd8\x74\x89\x53\xe6\xe2\xe0\x18\x78\x0f\x2f\x0e\x8e\x5b\x78\xe6\xf9\xef\x90\xc7\x85\xec\xf7\x62\xd7\x0d\x96\x24\x95\x07\xd2\xad\x3c\xfb\x32\x30\x95\x67\xb3\xf3\x66\x50\x59\x2a\x9f\xff\x0b\xa1\xc0\xc4\xcc\xbe\x6c\xb2\x2b\x72\x12\x54\xe4\x8b\x23\xee\x42\x68\x37\x91\x64\x00\xaa\xd2\xe5\x10\x98\xf8\x73\x00\x54\xa5\x0b\x3b\xd3\x2c\x8c\xc1\x60\xb4\xf0\x3b\x4c\x3c\xd2\x97\x78\x0d\x28\x2b\x9b\x55\xb5\xb1\x7c\x99\x5f\xea\x99\x4f\x2c\xab\x3b\x79\x26\xce\x88\xc9\xea\xbb\x93\x7e\xa2\x0d\x4d\x3c\x3f\x17\x6d\xe8\x52\xee\x7b\x22\xc9\x2e\x44\xdc\x97\x5a\x84\x13\xd3\xfd\x1a\x8b\xc2\x78\x3b\xab\xef\x1a\xb7\x73\x2e\x4d\xd5\x0a\xe3\x5c\xba\xa8\x48\x13\xd3\xfd\xc2\xb9\x7d\xd1\x86\x27\xca\xd4\x65\xeb\x5c\x76\xc9\x34\xbe\x1d\x90\xcf\xc5\xd8\x9b\xaa\x38\x86\xb1\x77\x39\x2e\x26\xda\x30\xb8\xc6\x74\x59\xfb\x93\x3a\x20\x54\x79\xc8\x90\xac\xdb\xa4\xfc\x08\xe5\x1d\x72\x60\x99\x4f\x8a\x31\x85\x04\x68\x8a\x7a\x54\xd3\x2d\xea\x0c\x1a\x2c\x07\x38\x38\x4c\x45\xb8\x12\x28\x32\xc8\x88\xcc\x45\x51\x0e\x99\xdb\x59\xd1\x46\x95\x15\xd0\x60\x39\x40\x31\x64\x91\x2e\xb9\x7b\x3b\x07\x96\xb9\x45\x5e\x54\xe8\xa7\xaf\x61\xb3\xc4\x8b\x84\x0d\x63\x7d\x1a\x45\x95\x42\xa5\xf3\x10\x07\x59\xe6\x99\x90\x51\x87\x2a\xf6\x9b\x4b\xa3\xd1\x08\xfb\x4d\x51\x55\xb2\xeb\x8d\x70\x04\x59\xe5\x45\x30\x54\x83\x1b\x33\xab\x7c\x91\x50\x44\x28\x53\x46\x69\x26\x78\xe6\x33\x24\xf2\x66\x8e\x0e\xc8\x90\xc8\x67\x08\xdf\xcd\x1a\x5f\xe4\x2b\x39\x07\xfc\x0e\xd6\xb9\x7d\xd0\x4f\xfc\x0e\xd6\x75\x25\x83\x4c\x68\xc6\x06\x5d\x9a\x0c\x1d\x2a\xbc\x4d\xba\x34\x19\x3a\x4a\x2e\xda\xe4\x99\xc6\xd0\xc1\x1e\x66\x93\x67\x1a\xcf\x14\x75\x8f\x71\xbb\x31\x9e\x28\x53\x46\x99\x28\x38\xe1\x73\xc0\x6d\x61\x8b\xb7\x2f\xfa\x89\xdb\xc2\x16\xb7\x2f\x9e\xc9\xc1\x62\x5a\x60\x8b\x01\xe1\x60\xb1\xcd\xed\x9b\x2e\x51\xf8\xcf\x28\x3b\x13\x2e\xcf\x84\xb6\xc6\xae\x4a\xb8\x31\x74\xd0\xd6\x98\x56\xdd\xa5\x9f\xa2\xad\x09\x5e\x8b\x26\xfa\x12\xce\x11\x29\xbe\x58\x60\x14\x15\xc9\x54\x13\x31\xb8\x9e\x73\x74\xd1\x9e\x61\x9d\xb7\xe5\x10\xc6\x1c\xdd\x2b\x97\x23\xfc\x5d\x8b\x72\x5d\xd1\x03\x97\x39\x06\x51\x0c\x51\xc9\xcd\x1d\x1c\x39\xa2\x22\x01\xce\xca\xd1\x55\xa4\x1c\xa3\x78\x87\x2a\x8d\xbc\x08\xa6\xaf\xc5\x52\x04\x28\x98\x41\x08\xda\xa2\xde\x1d\x40\xc1\x0c\x42\xd0\x16\x4b\x31\x26\x9e\xc9\x36\x04\xb1\x95\x41\x0f\xe6\xc8\x19\xb2\x58\x9f\x31\x73\x3b\x06\xc4\xa2\xe4\x4e\x74\x09\x9d\x23\xbe\xb6\x45\xfd\x97\xe8\x3b\x20\x47\xf4\x26\x48\xa5\x73\x64\x23\x44\x54\xa4\x45\xc5\xa5\xc8\x9a\x87\x71\xdf\x16\x15\xe7\x22\x05\x17\x22\x22\x1d\x74\x55\x8e\x2e\xd2\x73\xc4\xd4\x58\x2c\xc5\x48\x6d\xe2\x88\xde\xb4\x58\x8a\x54\x64\xc9\x91\x12\xa4\x8b\xaa\x64\x11\xc0\x6d\xc4\xaa\x00\x72\x95\xe3\xa3\xdb\xc5\x4c\xc4\x67\x3e\x4c\x07\x65\xef\x80\x5c\xe5\xd8\xe9\x12\x7a\xd3\xda\xaa\xbd\x37\x69\x64\xe4\x11\x6b\xd1\x8f\x97\x1c\x89\x7b\xae\x4d\x97\xfc\x78\xc9\x71\xf2\xcc\x4d\x91\x3f\xe0\x94\x91\x1d\xb7\xa8\x66\x16\xd9\x71\x11\xe1\xbf\x58\x8a\xd1\xf8\x22\xf6\x11\x18\xee\x1c\xd9\x47\x11\x53\x78\x47\x3a\x6f\xbc\xdd\x11\x70\xb6\x23\x9d\x5f\x7c\x26\x9e\x94\x4d\x31\xbb\xb8\x19\x79\x54\xa4\x4d\xe9\xa3\x78\x58\x4b\x98\x05\xbb\xf0\xcc\xc3\x33\xf1\x7a\x6c\x2d\x9b\xc3\x28\x5d\xb1\x32\x71\xfb\x65\x77\xb0\x8f\xb6\x96\xcd\x65\x31\x70\x22\x6c\xd7\xc5\x32\xf5\x0c\x72\xe2\x44\xa0\xc2\x71\x4e\x9c\x08\x89\x7d\xb4\xa9\xaa\x94\xd8\x47\x89\xe5\xbd\xdb\x7f\x2a\x14\x39\x39\xde\x2c\xa7\x0f\xe3\x13\xcf\x06\x5f\x9c\xc4\xf8\xd4\x79\xb6\x38\xec\x13\x2f\xec\xd4\x3b\xe4\xb4\x49\x62\x7c\xa2\xcc\x5b\x72\x7b\x3e\x53\x5c\xc1\xf6\xa0\xde\x61\xa6\xbf\x1c\x2c\xe0\x9c\x32\x15\x10\x32\x95\x0c\x6c\xbb\x4e\x96\x93\x9b\xe7\x99\xc2\x04\xb6\x8d\x22\x88\x1c\x02\xd4\x27\xb0\xcd\xf2\x49\x7e\x24\xe4\x84\xc7\x6f\xb3\x7c\xa8\x56\x90\x13\xc6\x33\x90\xa6\x9c\x1e\x3a\xcf\x21\xb0\x0f\xe3\xca\x21\x40\x29\x02\xdb\x97\xb7\xb3\xf6\xd3\xc3\x10\x52\x2d\x2e\x3d\x8c\x12\xfc\x97\x9b\xd5\x97\x3c\x26\x93\xa9\x4f\x60\x87\x93\x96\xc2\x04\x99\x52\x04\x76\xa8\x26\x99\xba\x6e\x87\x06\x8a\xaa\x61\xa9\x33\xc8\x1c\x41\x87\x25\x99\x38\x82\x12\x45\x41\x01\x3f\xe5\x34\xe8\x12\xbc\x92\x64\x73\xe6\x64\x0c\x1d\x11\x93\x83\xd0\x4a\xc6\x28\xe1\xe5\x3e\x85\x7e\x2e\xfa\xb9\x78\xa6\xeb\x62\x39\x2d\x50\xb8\x9c\x0c\xb0\x81\xe7\xc4\xc9\x90\x38\x19\x8e\x16\x1a\x27\x43\xc2\xe4\x38\x5a\x68\x9b\x41\x86\xbf\xed\x34\x16\xc3\xe6\x99\x5b\xb4\x5a\x74\x69\xd3\x25\xea\xcb\x82\x5e\xca\xe9\xf0\x99\x78\x11\x4f\xe7\xdb\x0f\xcf\x84\x60\xf7\x68\xd5\xb1\x9f\x28\xae\x60\x47\x15\x38\x2f\x6b\x89\x5d\x72\xa8\xad\x96\xd9\x25\x19\x6d\xe8\x20\xde\x32\xeb\x33\xa3\xf4\x03\x69\xca\xd9\x57\x6b\xce\x38\xa1\x8e\x9b\x85\x39\xb3\x68\x33\x8b\xf6\xb0\x96\x32\x8b\x36\x53\x33\xf5\x50\x70\x2d\xa3\x37\x65\xf4\xa6\xe3\xaa\x7c\xa6\x98\x43\xce\xc4\x2a\x8f\x2b\xe6\x99\x02\x50\x99\xda\x0c\x76\x03\x6f\x57\x15\x0e\xd4\x99\x8b\x7c\xca\xbe\x84\x73\x66\x2d\x5d\x0a\x86\x66\x95\xbc\xc0\x28\xbd\xd4\x3e\xcd\x08\xd7\x8c\x70\xbd\x85\xce\x23\x5c\x33\x6b\xe9\x32\xef\x99\xb5\x94\x87\x98\xbe\xb8\x1d\x75\x26\x23\xde\x2e\xa5\xd9\x32\xe2\x2d\x03\xd6\xb8\x54\xf4\xcb\x2e\xc2\x32\x75\x22\xec\xb2\x37\x29\x10\x91\x0b\x36\xd8\xa5\x26\x5b\x71\x1b\x2c\x17\x4e\xef\x4b\x41\xb9\xe2\x9e\xbe\x5c\x08\x1d\xdf\xad\xdb\x7d\x36\x8b\x1f\xcd\x06\x9c\x27\x17\x77\x62\xe4\xc2\x41\x0d\x9c\x27\x17\x77\x62\xe4\x22\xee\xb2\x43\xd5\x52\x76\x31\x70\xed\x15\x32\x57\xfa\x98\xe5\xe2\x03\xb2\x02\x9f\x09\x78\x3b\x83\xda\x5e\x01\x4d\x90\xb2\x08\xb9\x88\x91\xac\x72\xfb\xe0\x99\xb0\xde\x84\x46\x3f\xd1\xef\xa8\x28\xb0\x02\x45\xdc\x0a\x3b\x8e\xc2\x02\x0b\x9c\x4b\xa6\xbe\x40\x06\x76\xbd\x02\x43\x07\xfa\x3a\x53\x43\x60\x05\x6a\x22\x52\x64\x3f\x83\xa2\x5e\x81\xd2\x73\x14\x0f\xc8\xa0\xa8\x57\xd0\x20\xb3\xb9\x28\x17\xb0\xbe\xf4\x42\x6f\xe4\x8b\x20\x8e\x09\x54\x87\xa4\x78\x40\xa6\x78\xc0\x0a\x9a\x0e\x76\x1c\x35\x04\x16\x88\x98\x0c\xfa\x3a\x03\xbb\x5e\x81\xe2\x76\xa0\xaf\x73\x81\xf8\x20\x68\x8e\xd8\x71\x40\xab\x57\xd8\xcc\x26\x3b\x8e\x3a\x01\x0b\xf0\x4b\x06\x68\x9d\xa9\x13\xb0\xc2\xe1\x33\x2f\x43\x07\xc7\x41\x60\x23\x54\xf6\x66\x0d\x30\xbc\xa1\x48\xc2\xfe\x9f\xc1\x5b\xaf\x88\xfc\x04\x6f\x9d\x41\x58\xaf\x88\xa5\x02\xd0\x3a\x57\xe8\x60\x22\xd5\x21\x81\x56\xe7\x1a\xc5\xc6\xc6\xed\xee\xed\xca\xa0\xa8\x57\xa4\x4e\x26\xec\xff\x19\x30\xf5\x8a\x58\x2a\xb0\xff\x67\xf8\xfe\x57\xa4\xcc\x30\xd0\xea\x0c\xb5\xff\x8a\x28\x92\x00\xad\x33\x08\xeb\x05\xca\x26\xd7\x44\x97\xe0\x36\x88\x2c\x45\x68\xff\x73\xa5\xe4\x6a\x44\x23\xa8\x99\x2e\xc1\x58\x10\xd1\x19\x2b\x07\x1f\xd4\xfe\x0b\x40\x4d\x86\xe1\x3f\x83\xb0\x5e\x00\x6a\x32\x40\xeb\x5c\xa9\x7e\x09\xa0\x26\xc3\xe9\x9f\x01\x53\xaf\xc8\xfa\xac\x95\x2f\x82\xb1\x20\x52\x0c\x16\x4e\xff\x0c\xc2\x7a\xc5\x87\xf1\x44\x0f\x85\xb0\x7f\x45\xea\x64\x82\xa9\xce\x15\x0a\xac\xd8\x55\x8d\x97\xe9\x80\x02\x2b\x7e\x19\x3a\xff\xa1\x50\x00\xb8\xce\x10\xf7\xaf\x48\x45\xc7\xea\x6e\xb9\x0c\xa8\x7a\x45\x94\x54\xf8\xfb\x33\xc4\xfd\x2b\xb2\x21\x2a\xc7\x2f\xb8\xeb\x15\x29\x01\x09\xee\x3a\x83\xb4\x5e\x11\x7b\xe9\xff\x4f\xd8\x1d\xec\xde\x8e\xdb\x76\x1c\xdf\xf7\x29\xe6\x0d\x7a\x8e\x49\xc9\xf6\xd2\xa6\xec\x5d\xfb\x0e\xc1\xe4\x16\xc8\x22\x93\xc1\x34\x79\xff\x62\xf4\xd1\x00\x45\x36\xb3\xb8\x9b\x8b\xbf\x8e\x65\x9b\xa2\x48\xfa\xab\x1f\x9b\xd0\x93\x0e\x7f\x7d\x2d\x1d\xc0\x75\x90\xdc\xaf\xaf\xc8\x15\x70\x1d\x94\xf7\xeb\x2b\x48\x25\xc0\x1f\xfa\xcd\xd5\x57\x6a\x44\x80\x3f\xa8\xeb\x17\xd6\x27\xa8\xeb\x07\x75\xfd\x82\xf5\x44\x3b\xbd\x2b\x1a\x07\x5f\xdb\x45\xbb\x0c\xbf\xdc\x91\xed\x42\xd7\xba\x40\x6f\xd7\xf7\x31\xfc\x62\x3e\xe4\x0c\xbe\x96\x0e\xc9\xfd\x68\x5a\x78\x7e\xe7\x99\xc2\xd0\xe6\x2e\x1a\x91\x02\xac\x4f\x90\xdc\x0f\xf4\x76\x6d\x6b\xe9\x48\x0b\x5b\x51\x8f\x5b\x4b\xc7\x3e\x4f\x4f\xbf\x36\x39\x18\x59\xfd\x68\xda\x3e\xc3\x7a\x82\xba\x7e\x50\xd7\xaf\x4d\x92\xdf\xb8\x22\x80\x77\x6d\x6b\xe9\x3c\x86\xbf\x74\xe6\x64\x56\xed\xf5\x3c\x67\x22\x58\x9b\x2d\x88\xbe\x7d\xb4\x59\xf1\xab\x8d\x6f\xd6\x8e\x2f\x88\xde\xd7\x26\x75\x07\x78\x07\xc0\xbb\x36\x81\x2f\xc0\x3b\xb0\xdc\x05\x00\x0a\xfa\xf6\x81\xe5\x2e\x07\xa4\x82\x94\x7d\x90\xb2\x2f\x67\xa1\x02\xe0\x1d\xfd\x0f\xdd\x3e\xc3\x65\x80\x90\xee\xda\x2c\x08\xaa\xf5\xd1\x97\x1a\x9f\x28\x18\xcb\x1d\x04\xea\x0b\xf8\x13\x78\xed\xa0\x45\x5f\x9b\xcc\x1f\xaf\x1d\x7d\x09\xef\xf1\xf7\x5d\x98\x00\xd4\xae\x4d\x8b\xd9\x1e\x6b\xb8\xab\xb3\xf9\x3e\x5d\x43\x60\xb9\x6b\xbb\xd6\xf0\x69\x60\x9d\x0c\xd4\xa6\x35\x77\x9f\xc5\x96\x20\x1b\x5f\x9b\x3e\xca\xd4\xe3\x83\x6c\x7c\x21\x77\xa2\x4b\xf6\x3a\x79\xa5\x8d\x29\x02\xc3\x03\xfc\x5d\x1b\x53\xec\xbb\x07\x62\x19\x6e\xfa\x67\x77\x2b\x8e\x34\x7c\x6d\x32\x2b\xd2\xf0\xd1\xc9\xd3\x05\xab\xa3\x02\x1f\x54\xe0\x2b\x84\x33\x54\xe0\x83\xe0\x7b\x85\x80\x17\x2d\x1e\x30\xf1\x82\xf3\x04\x5a\x3c\x60\xe2\x15\xca\x01\x54\xe0\xa3\x13\x25\xc1\xf8\x04\x5a\x3c\x60\xe2\x15\xba\xc4\xf7\xd3\xf3\xd4\x03\x37\xd4\x08\x88\xb3\x07\xed\xf3\x0a\xa1\x31\x4e\x3b\x00\xda\x15\x7d\x35\xce\xf6\xe8\x48\x0c\x85\x32\x10\x78\x3b\xfa\xdc\x31\x2b\xa6\x90\x5d\x50\x42\x0f\x4a\xe8\x15\xbb\xe1\xf6\x4f\x28\x77\xc5\x6a\xfe\xfd\x98\x12\xfd\xcb\x10\xc6\x92\x40\x0f\x7c\x77\x85\x24\x9f\x12\x7a\xa0\xbd\x0b\x22\x14\x68\xef\x20\x3b\x5e\x21\x79\xda\xa7\x61\xc6\xbe\xa4\x19\x6b\xf5\xf9\xbe\xfc\xa7\xc9\xab\x09\xd2\x06\x0f\xbc\x75\x85\x60\x8a\x44\x78\xe0\xad\x2b\x74\x0a\xa6\x0d\x1e\xb0\xeb\x0a\x29\xd1\xce\xc0\xf6\xa5\xc2\xa8\x8b\xb0\x8e\x92\x41\x14\xbc\x42\xef\x77\xda\xe0\x01\xbb\xae\x90\x12\xed\x9a\xc9\xed\x4b\x5b\xd1\x46\x8d\xb7\x0e\xc0\x74\x61\x7c\x02\x30\x1d\x68\xe8\x4a\x69\x36\x41\xed\xd8\x27\xf3\x56\x29\xcd\xde\x75\x83\x03\x4c\x57\x86\xe1\xac\x6e\x67\x60\x70\x9e\xd8\x19\xd8\xce\xa5\x67\x98\x3c\x97\xbe\x53\x93\x49\x7e\x69\x9f\x05\xe2\x00\x4c\x17\x72\x27\x76\x85\x03\xdc\x74\x65\x5f\x7f\xb9\x86\x97\xff\x34\x25\x91\x20\xb5\xec\x4a\x89\xce\x5e\x5e\x1c\x09\xc1\x64\x21\x7b\x19\xce\xea\x80\x3f\x41\xe7\x3a\x76\x72\x55\x29\x66\xdc\x39\x55\x8c\x73\xe5\x7a\xef\x3a\xb7\x51\x83\xae\x94\x0a\xef\xaf\x87\xcc\x6c\xf2\xd6\x30\x9d\xd9\x90\x5e\xae\xbc\xb5\x3c\xe7\xac\x8e\xcd\x5f\x7a\xc5\x87\xca\xd4\x41\x80\x09\x3b\x13\x87\x44\x87\x48\x73\xe5\xea\x91\x3e\x91\x9d\x40\x3c\x57\xbe\xfa\xb4\xb3\xba\x83\x2d\x35\x39\x0d\xb8\x39\x48\x2f\x57\xfb\x98\x12\x5b\xc2\x38\x57\xf3\xde\xa1\xce\x71\x68\x80\xde\xbe\x7f\xca\x50\x04\x41\xe6\x00\x39\x17\x2e\x27\x40\xce\x01\x72\xae\x66\xdd\x83\x9c\x03\xe4\x5c\xda\x31\x06\xc8\x39\x40\xce\xa5\x1d\x63\xe0\x99\x03\xac\x5c\x8d\xa5\x1c\xb2\x0b\xe8\x72\xe1\x72\x82\x4e\x72\x1c\x22\x97\x26\x79\x26\x97\x1c\x87\x20\xa5\xd9\xac\x0e\x35\x82\x83\xcb\x84\xe0\xc4\xc1\x65\x1e\x4b\xe6\x53\xf2\x7c\xe8\x52\xba\x34\x94\x1b\x43\x83\x43\xc7\xb1\xc4\x3b\xd9\x14\xf2\x39\xa8\x26\x57\xdb\x57\x87\x7d\xc3\xe9\x38\x35\x36\x75\xc8\xeb\x96\x86\x72\xe3\x75\x30\xd2\x81\x91\xae\xa6\xc3\x34\x38\x3a\x0e\xe1\x4c\x93\xc6\xc0\xa1\x83\x40\x72\x35\x3b\xd8\x71\xb9\x77\x31\x4e\x63\x92\x74\x92\x83\xae\x40\xb5\xcb\xd5\x2f\xb7\x79\xbb\x23\x51\x1b\x49\xe4\xa0\x2b\x50\xf8\xa1\x20\x82\x1c\x4b\xef\xb8\x2d\x3b\x55\xa1\x38\xf4\xa5\x47\x05\x05\xbd\xe3\xa0\x70\x5c\x4d\xd8\x75\x94\xdf\x5c\xea\x9b\xc2\x2e\x30\x76\x1c\xfc\x7d\x93\x9c\x1c\xc3\x5f\x8a\x5c\x9a\xe2\x0e\x18\x3b\x0e\x2b\x4f\x23\xe1\x38\xac\x3c\x62\xc6\xd5\x97\x45\x3f\xa6\x44\x3d\xae\xf3\x64\x08\xed\x38\x96\xd0\xe6\x32\xf3\xc7\x8b\xe3\xda\xfb\x32\x73\xc5\x3d\x62\xc6\xd5\x97\xd1\x2a\xee\x01\xb5\x0b\x69\x14\x78\xed\x58\xd2\xc6\x7d\x73\x21\x4b\x7c\x49\x1b\x77\x46\x0b\xcd\x8e\xa5\x62\xdc\x27\xe7\x12\xa7\xdc\xfb\x5c\x42\x9b\x6a\x04\xa4\x8d\x03\xb6\x5d\x5d\x8d\x00\xb6\x1d\xe7\xd2\xd4\xe4\x08\x69\x1a\xc7\xf9\x35\x25\x79\xc8\x49\x73\xe0\x14\x22\x75\xb5\xeb\x53\xa1\x10\xd2\x5d\x5d\x2c\x46\xa9\x38\x4e\xf9\x52\xe7\x1d\x29\x15\xc7\xc9\xeb\xf4\xdd\x94\x78\x1d\x12\xc5\xd5\x79\x47\x4a\xc5\xb1\xb4\x89\xe9\x65\xc4\x39\xb3\xa7\x38\x6d\x6b\x9d\x79\x9f\x33\x36\x0a\xd0\x78\xf5\xc3\x94\x78\x9d\x25\x2e\xdc\x15\x1f\x21\xe4\x71\xca\x97\x3a\x4b\xa6\x38\x1c\xa7\x7c\xa9\xb3\x64\xaa\xc2\x81\x24\xaf\xce\x68\x91\xe4\x71\x36\x0f\xe4\x36\x79\x47\xd6\xcf\xb6\x84\x4b\x3d\xcf\xe9\x7b\xe2\x94\x44\xf5\xa9\x38\x1b\x60\xf3\x38\x49\x5d\x76\x09\x39\x1d\xe1\x58\x3a\xc2\x5d\x7d\xe4\xec\x9e\x27\xa9\xcb\x2e\xf7\xc6\x93\xc7\xa9\xe1\x3e\x0e\x2b\x4e\x65\x4a\x04\x79\x75\xf1\x1d\xc5\xe1\x38\x79\x9b\xae\x3e\x82\x20\x0f\xda\xc2\xd5\xf9\x7b\x3c\x79\x9c\xf4\x2f\xbb\x84\x1c\x4f\x1e\x64\x84\x0b\xdb\x15\xa7\xe4\x89\x8c\x70\xc1\xb8\xe2\x54\x34\xa1\x18\x5c\x5d\xfe\x71\x4a\x9e\x96\x7e\x30\x8c\x2b\xe8\x07\x07\x0e\xbd\x76\x4b\x06\x8e\x1e\x27\x6f\xb3\x5b\x32\xc8\xf3\x58\x02\xc0\xbb\xfc\x03\x79\x1e\xa7\xe4\x69\xdf\xdc\x91\xe4\x69\xa9\x02\xef\xc2\x04\x00\x7a\x2c\x01\xe0\xdd\x92\xa1\xfc\x1b\x27\x6f\xa3\x23\x4f\x9c\xb7\x3b\x92\x51\xed\xfc\xfc\x79\xaf\xe1\xa6\x24\x4b\x3f\xd5\x71\x4e\x0a\x6f\xfb\x5a\x32\x3e\x9f\x9d\xd4\xd5\x77\x09\x39\x39\xe0\x38\x8b\x70\xa9\x84\x9c\x2a\x70\x9c\x92\xa7\x7d\xad\x0e\xc9\x13\x1d\xe0\x42\x81\xc5\x39\xcc\x93\x80\xe5\xde\xad\xe2\xe1\xc5\xf1\x4b\xd0\xb0\xa0\xfc\x1b\x24\x7f\x6b\x97\xa5\x9f\xfc\x12\xc9\xdf\xda\xa7\x0c\x54\x50\xfe\x8d\x53\x1d\x67\x57\x9a\x27\x00\x1c\x4b\x00\x78\xe7\xe7\x09\x00\xc7\xd2\xfa\xdd\x7d\x42\x22\xf2\x1b\xa7\xd0\x63\x9f\xa7\x11\x82\xd6\x6f\x2c\xad\x5f\x14\x58\x9c\xaf\xdb\xe4\x97\x76\x39\xf7\x25\xf4\xb8\xf8\xa5\xdd\xea\xc0\xd9\x07\x88\xbe\x76\xe5\x2a\x5a\xbf\x01\xa9\x2f\x68\x58\x10\xf9\x0d\x10\x7d\xed\x16\x02\x59\xdf\x58\x0a\xbe\x3b\x3f\x0f\xb0\x8f\x25\xd6\xbb\x5b\x08\x58\xfa\xf8\x43\xac\xf7\xf9\xf3\x80\xe2\x9a\x2e\x2c\x08\xfa\xd6\x2e\xf7\xa6\xeb\x1b\x7f\x48\xf1\x5a\x25\x97\x60\x9a\x22\x6f\xc1\xce\xe2\xe2\x8a\x2e\x62\x93\x87\x34\xfb\x52\xa5\xb9\x04\x40\xc7\x94\x9c\x08\xa2\xbd\x71\xa5\xe1\xdf\xdd\x7f\xae\xe1\xaf\xff\x74\x13\x4a\x37\xc8\xfc\x3a\xa4\xd9\x97\xd2\xcd\xc5\x15\x1d\x6c\x1f\x99\x1f\xb0\xfb\x3a\x54\xa8\x2e\xa5\x1b\xd8\x7d\x1d\xbe\x6a\xd2\xe0\x8d\x4b\xe0\x73\xa8\x50\x91\xe2\x8d\x25\xb0\x8b\x45\x8b\x8b\xd7\xb9\x76\x77\xe4\x9b\xd5\x35\xc3\xa0\xc0\xf0\xd7\xa1\x6c\x85\xe1\x0f\x80\x7e\x1d\x52\x77\x2a\xb8\x01\xd7\x2f\x30\x59\xc0\xf5\x03\xae\x5f\xc7\xbe\xfe\xd2\xd5\x95\x57\x8e\xdd\x53\x52\x49\xb9\x48\x48\x1e\x82\x94\xeb\xf2\x9b\x97\xc9\xf3\xf7\xd7\x65\xf8\xe5\xd1\x89\x9b\x09\xde\x06\x51\xdb\x3a\x94\x96\x68\xdb\xc6\xd2\xa8\xc5\xa2\xc5\xa5\x00\x8b\xda\xaf\x43\x6d\x88\x46\x6d\x5c\x16\xee\xa1\x36\x44\xa3\x36\xa0\xfc\x75\xa8\x0d\xd1\xa8\x8d\xa5\x3c\x0b\x3b\x8b\xcb\x1a\x5d\x22\xb3\x87\x1c\x8c\xc8\x6c\x5c\xa4\x19\x11\x66\xe1\x40\x40\x5c\xef\xfa\x4f\x17\x7a\xd7\x7f\xfa\x4d\x99\xd5\x65\xf3\x77\x2e\xa0\xc0\x64\xe1\x5c\x40\x10\x8b\xad\x53\xee\xed\x94\x40\x2c\x95\xd8\x73\xca\x43\x84\x73\x01\xe1\x08\x40\x9d\x2a\x3e\x8e\x00\x04\xb0\xbf\x60\x67\x01\xec\x8f\x5b\xce\x70\x8a\x97\x6f\xbb\xf7\xad\xee\x70\xca\xac\xee\xb9\xc5\xc6\xcd\xbc\x71\x63\x71\x8b\xef\x61\xf7\x75\xb6\xf5\x97\x86\x8b\xef\x4f\x2e\x93\x88\x6a\xdc\x2c\xf9\x84\x60\xdc\x6d\xfd\x65\xf9\x4f\x57\xb7\xa9\xde\x94\xa6\x4f\x25\x9b\xbb\x9b\x3c\xd9\xd4\x93\x2d\x81\xf7\x63\xc9\xa6\xe2\xc6\xe2\xd6\x78\xfc\xde\x09\x16\x2b\xd9\x80\xf7\x03\xae\x5f\x5a\x69\x05\x5c\x3f\x6e\xfb\xe7\xa9\x8e\x83\xd3\x8f\xa5\x66\x7a\x2a\xd9\xdc\x4c\xf1\xbe\xfc\x26\x4f\x46\xe2\x34\x96\xc4\xe9\xc9\x6c\x6e\x3b\xd8\x6d\xb3\x3a\x67\xf3\xc2\xa0\x92\x15\x37\xa3\x3d\x87\x77\x24\xff\x5c\x6a\xa6\x27\x4f\x46\xc6\x34\xee\x25\xd6\xcc\x42\xa8\x99\xc6\x12\x2e\x3d\xa7\xa8\x57\xdc\x76\xb0\xdb\x47\x87\x53\x0a\x47\xa3\x34\x96\x46\xe9\x69\xf7\xbe\x51\x21\xb7\xa6\x21\xa7\x3a\xce\x6d\x5b\x5b\x1a\xa5\xd7\xb2\xa5\x59\x21\x8c\x25\x47\x4a\x39\x2d\xee\x61\x4a\xd3\xf4\xeb\xf2\x39\xd2\x61\x81\x58\xca\xa3\xd7\xb2\x25\xe6\x8d\xe1\xaf\x4b\x42\x86\xe1\x8f\x52\xbf\xbb\x04\xa7\xc5\x3e\x89\x85\xd6\xc5\xb1\xd0\x0c\x0d\x62\xa1\x75\xf9\x18\x4e\x33\x34\x48\x80\xd6\xc5\xc0\x4a\x85\xbf\xec\x0c\x97\x34\x8b\xe8\x67\xe0\xfb\xeb\xb2\xd3\x96\xaa\x5c\x11\x15\xbe\x24\x4f\x74\x3a\x03\xca\x5f\x97\x3c\xa9\x18\x2d\xfd\xcb\xba\xc4\x8c\xf4\x2f\x83\xfe\x65\xc1\xb8\xa2\xb8\x4a\x32\x98\x75\x29\xc4\x50\xc3\x8c\x52\x41\xc3\x76\x05\xe1\xcb\x20\x75\x59\x17\xa0\xa6\x18\x18\x71\xcb\x5a\x18\x17\x8d\xcb\xa0\x4e\x59\x97\x52\x1d\x91\xca\x28\xc1\xd4\x65\x3f\x2a\xfe\xb3\xa8\x81\x5f\xb2\xf4\x9a\xe6\x16\xce\x03\xd4\x2d\xec\x72\x1e\x20\x4a\x5d\xec\x96\x94\x14\x03\x73\x48\xa0\x6e\x6f\xd3\x21\x81\x28\xd1\xd0\x02\xbe\xe8\x4a\x86\x43\x02\x75\x8b\xc5\x1c\x12\x08\x6a\x8f\x75\xaf\xb7\xa9\x04\x56\x1c\xe0\x22\xb6\x8a\x03\xa4\xfd\x58\x37\xde\xa1\xe4\x49\x64\x1e\x6b\x61\x5c\x25\x1e\xa1\xf6\x58\xb7\x4c\x9a\xe8\x63\x38\x8d\x50\xb7\xfc\xc3\x69\x84\x28\x06\x76\xcb\xa4\x1d\x3c\x08\xe2\x8d\x75\x0b\xa6\x06\x5b\x72\x80\xa0\x6e\xa9\x86\x73\x04\x41\x29\xb1\x6e\x19\xc0\xb0\x41\x0f\x12\xf6\xb7\xf2\x0a\x55\xc3\x18\x8a\xa4\xbf\xaf\x80\x3f\x0b\x28\x86\x1a\xc1\xd0\x12\xe4\xb6\x70\x71\xfa\x31\xbc\xc0\x5b\x2c\x3e\xbc\xc0\x21\x21\x2f\x8b\x6c\xa8\x61\x0e\xbb\x62\x79\x57\x98\xfa\x18\xbc\x4e\x79\x57\x83\xd7\x19\xe2\x66\x1a\x56\x31\x78\x9d\xc1\x28\x6a\x36\x20\x8a\xc1\x28\xc6\xe5\x37\x2d\xc7\x31\x7d\x50\x0c\x05\xae\x92\x55\x0e\x0e\x66\x08\x91\x0b\x87\x37\x38\x98\xe1\xa3\xc3\x22\xa2\x86\x8f\x0e\xc0\xfe\x2a\x09\x24\xb0\x3f\x68\x39\x56\x79\xd5\xa3\x3c\x57\x59\x7a\x79\xab\x83\x83\x19\x3e\x3a\x94\x10\x19\xbc\x1f\x43\x96\x5e\x16\xee\x18\x26\xef\xab\x66\xed\xeb\x2f\x0d\xf7\xfe\x4b\x88\xfc\xf8\x1c\xfd\xd8\x15\x0b\x08\xf0\xd8\x15\x1f\x9f\x12\xca\xab\x7e\x7c\x4a\x78\xc8\xa3\x97\xb2\xc5\x23\x1e\x45\xd1\x57\x89\x71\x51\xf4\xf1\xf0\x3a\x8b\x88\xc2\xd4\xc7\x23\x48\x2d\x96\xf2\x08\x52\x9f\xaf\x29\x29\xc4\x3d\x10\xb1\x47\x0f\x9f\x12\xe3\x62\xea\xe3\xd1\xc3\xa7\xc4\xb8\x0f\xe2\x00\x4c\x5f\x25\xd9\x7b\x94\xd7\x9e\x25\x65\xce\x96\x9e\x74\x9b\x4b\xca\x9c\x33\x78\x64\xbf\xb0\xfb\x2a\x29\xdc\xd3\xd6\x7f\xce\xdf\x1c\x22\x56\x10\x7e\x3c\x2a\x68\x8b\x88\x82\xe4\xc7\x33\x6b\x66\x35\x24\x66\x90\xfc\x78\xb4\x6f\x58\x98\xd4\x23\x66\x7c\xa6\x3f\xac\xc1\xea\x20\xf9\xf1\x88\x19\x17\x26\x05\xc9\x8f\xc7\xf6\x3b\x24\x66\x90\xfc\x80\xdd\xd7\x62\xa7\x1e\x8e\xf0\xb1\xd3\x0e\xdf\x54\x1f\x3b\xed\xa3\x3d\xd7\x90\x59\x3d\x73\x8b\x8d\x47\x24\x38\x98\xcd\x23\x12\x7c\x74\x40\x58\xf0\xd3\x63\x53\x7d\xec\x9f\x43\x1c\xfa\x30\xef\x47\x55\x76\x48\xa2\x1e\x55\x59\x30\x7d\x0d\xd5\xf8\x47\x24\x08\xad\xaf\x85\x32\x41\xeb\xe3\x91\xc2\x69\x73\x17\xcf\x58\xc3\xcb\x7f\x9a\x27\xfb\x44\xd1\xd7\x50\x4d\x40\xd1\x07\x1a\xbe\x16\xdf\x04\x8a\x8f\xc7\xf7\x2f\x92\x4d\x81\x78\x8f\x57\xdf\xaa\xa1\x46\x80\x7f\x8f\x97\xd5\x0d\x66\xf3\xb2\xba\x57\x75\x66\x48\x5f\x5e\xd5\x99\xd7\x27\xee\xc1\x42\xde\x69\x98\x01\x83\xaf\xc5\x37\xe1\xdf\xe3\xe5\x1d\x87\xe8\xf2\xe5\x1d\x5f\xfb\xe7\x23\xa7\x79\xed\x9f\xef\x84\x5f\xea\xb1\xb1\xbc\xbe\x6a\xbd\x44\xf9\x1f\x66\x03\x83\x8f\xd7\x07\xac\x45\x2d\x81\xe2\xe3\x15\x48\x3e\x92\x7c\x18\x7c\xc0\xe0\xeb\xb1\xb1\xc0\xe0\x03\x06\x5f\x0f\x5b\x42\xba\x07\xd2\xbd\x1e\xb6\xf4\x4a\x89\x5e\x9e\xf6\x99\xe2\x63\xf1\xfa\x80\xf5\x8a\xef\x1e\xde\xe6\x15\xdf\x51\x10\xad\x87\x2d\x2d\x21\xd1\xd7\x47\x87\xc5\x37\x91\x0e\x8d\xd7\x07\xac\xc7\xa7\xc3\xd7\x07\xac\x57\xd3\xa5\x85\x32\xbd\x4a\xb4\xd0\xf8\x7a\xd8\x12\x42\x3e\x5e\xf5\x91\x47\x1c\x0a\x86\x0f\xb2\xa2\xf5\x88\x43\xc1\xf0\x81\x82\xaf\x85\x32\x81\xe1\xe3\xd5\x35\xe9\x91\xd3\x80\xe1\xe3\xe5\xe7\x1f\x56\xf7\xb2\xf9\xf7\x0f\xad\x7c\x53\x12\x5d\xbe\x7c\xf2\xc3\x83\xbd\x7c\xf2\xab\x70\xf0\x88\x58\xa1\xea\xf1\xb2\xcf\x45\x2d\xbd\xec\xf3\x55\x4d\x78\x96\x2d\x3d\xee\x5d\xe1\x60\xa1\x4c\x68\xf6\x20\xc1\x5b\x8f\xe8\xf2\x7d\x0d\x07\x80\x2c\xbe\xe9\x05\x80\xbc\xaa\x9c\xef\xb2\x25\x55\x4e\xa4\x7b\x51\x65\xca\xcf\x74\xd4\x49\x36\xb5\xde\xf9\x41\x30\xc9\xa6\x26\xa1\xd4\x7a\x67\xe5\x34\xe9\xa5\xe6\x47\x78\xf8\xce\xfc\x38\x3f\x33\x3c\x4c\xea\xa9\xf5\x4e\xb3\xc9\xcf\x0c\x0f\xf3\x23\x3c\x7c\x67\x7e\x9c\x9f\x19\x1e\x26\xf9\xd3\x7a\xc3\xd5\xe7\x81\x8e\x84\xbf\x17\x12\x2a\xe1\xef\x09\x7f\xaf\xb7\xad\xbf\x34\x9c\xfb\x7d\x9b\x29\x4d\x13\xce\x8f\x4e\x12\xef\xfc\x9e\x98\x9f\x34\x4f\x19\xff\xbb\xbb\xfa\xcc\xf8\x13\x13\x5f\xbf\x5b\xeb\x9f\x04\x14\xf9\x99\x9f\x3c\xf2\xa3\x32\xf9\xee\x66\xd1\xcc\x97\x17\x27\xee\x94\x14\x56\x13\x1b\x5f\xef\xe1\x26\x66\x39\x20\x11\xef\xf5\x1e\xe6\xbb\x9b\xaf\xe6\x11\xef\x65\x6a\xbb\xe1\x6a\x83\xef\xe5\x42\x87\xd7\xe2\x53\x02\xf0\x2b\xf1\xef\x89\x5c\xaf\xb7\x3c\xec\xdb\x3c\xa5\x31\x20\xad\xfc\xdc\x86\x8b\x32\xde\x67\xfd\xe5\x1a\xee\xb9\x3e\x2e\x74\x7b\x81\xca\xfe\xef\x6b\xf2\xd3\x53\x27\x72\xbd\xde\xd7\xe4\xcb\xbd\xcf\x7c\x7e\xd0\x93\xcd\xcf\xcc\xe7\xf3\x33\xbd\xf1\x20\xc4\x94\x9f\xe1\xfd\x4f\xdf\x3c\x3e\x5f\x53\x1a\x5e\xe0\x0c\x36\xc7\xe7\xeb\xea\xaf\xc9\xbf\x86\x4f\x92\x3c\x51\xed\xf9\xa1\x30\xfe\x09\x53\x7a\x99\xe4\xac\x88\x8d\xcf\x32\x9f\xd7\xa3\x9b\x16\x3d\xb0\x68\xf9\x9d\x5e\x3c\x11\xef\xe3\x33\xcb\x2b\x09\x6e\xcf\xef\xc7\xe4\x67\x88\x9c\xe0\xf6\x04\xb7\x8f\x4f\x5b\x7f\x39\x2d\x05\xce\x3e\x3e\x33\xe1\x49\x54\x7b\x7e\xa7\x61\x0f\x28\x5b\x7e\xe7\x96\x90\x78\xf4\x81\x5a\x4b\x58\x7a\xe2\xd1\xc7\x67\x7a\xb2\xfc\x6e\xae\xbe\x19\xbe\xaf\xbf\x5c\xc3\x1f\xff\xe9\x42\xb3\x60\x9f\xdf\xe9\xf6\x07\x19\xa8\xfc\xce\x12\x7d\x7e\xe9\x86\x7f\x26\x19\x91\xdf\x19\x65\x24\xb8\x7d\x40\xd9\x12\xdc\x9e\x70\xf6\xf1\x61\x4b\xa8\xf6\xc4\xb1\x8f\xcf\xe5\x29\xb1\x4f\xe4\xfa\xf8\xdc\x1e\x48\x37\x25\xba\xe1\xf8\xb6\x04\xb0\xe7\x57\x63\x82\x0f\xab\xfb\xce\x40\x24\xbf\x7a\x10\xe0\xdb\xf2\xbb\x9b\xd2\x6e\xf8\x30\xa5\xdd\xf0\xdd\x8b\x1b\xee\x88\xcd\x23\xd7\x07\x71\xa7\xfc\xee\xee\xfd\x70\x47\x8c\x16\xc7\x9e\x20\xf5\xf1\x79\x4d\xe9\x70\xf5\xcb\x3b\x7a\xdd\xe6\xe5\x1d\xcd\x14\x7c\x7c\x3f\x2e\x54\x5e\xc7\x34\xef\x01\x26\xcb\x2f\xf3\xfe\x4e\xf3\x1e\xdf\x70\xa1\xf2\x94\x66\x42\x3e\xbe\x53\x9e\x30\xbf\x65\x4a\x64\xfc\xbf\xe9\x8e\x86\xe1\x6c\x1e\x4c\x96\x5f\x36\xff\x9d\x9f\x95\xc7\x77\xd9\xd2\x70\xef\xb3\x40\x35\xbe\xcb\x96\x1e\x53\x22\xca\xff\xed\xa6\xf4\xb8\xfa\xe4\xd8\xc7\xb7\xbb\xa3\xc7\x53\x9a\x7e\x7b\x7c\xbb\x17\xf7\x32\x5a\x36\x4f\x9d\x29\xd1\xe9\x89\x4e\x1f\x5f\x16\x82\x4e\x4f\x74\xfa\xf8\xce\x34\x3b\xd1\xe9\x89\x4e\x1f\xdf\x19\x76\x25\x00\x3d\x01\xe8\x03\x1a\x96\x00\xf4\x84\x9c\x8f\xef\x65\xf8\x3c\x8a\x91\x90\xf3\x41\x9d\x29\xa9\x1f\xe7\xb6\x19\x3e\xa3\xf5\xdc\x58\x32\x00\x7d\x7c\x6f\xf3\x64\xc9\x1b\xad\xfc\xef\x4c\xdd\x73\x9b\x31\x47\x22\xc8\x07\x8c\x2b\x11\xe4\xb9\xe9\x91\xf1\x7d\x5d\x7d\x5a\x6b\x6e\xbb\x3b\xf2\xde\x11\xe4\x09\x16\x1f\xdb\x8c\xac\x13\x2c\x9e\x9b\xe6\x11\xdb\xd7\x85\x4e\xc3\x67\x02\x38\x36\xde\x06\xd8\x9d\xdb\x69\x78\xac\xbf\x34\x7c\x06\xc3\x03\x5d\x95\xdb\xe5\xd1\xcd\x24\x6f\x6c\xe9\x29\xcd\x24\x2f\x91\xe0\x03\x72\x95\x80\xf0\xdc\x58\x1d\x25\xa5\xdc\x58\x1d\x16\x7b\x6c\xdd\x6f\x3e\x5e\xdc\xe4\x5c\xc6\xb6\x5e\xdc\xe3\x29\xe9\xe5\xb0\xad\x17\xf7\x18\xce\x42\xb6\xf5\xe2\x58\xc8\x36\xcf\x36\x0c\x12\x48\xb9\x3d\x9e\xfc\x6b\xf8\xe9\x75\xbc\x86\x4f\xdf\x3a\xb6\xd3\x94\xa6\x8b\xcd\x8d\x81\x6d\x97\x7b\x67\x60\xc0\xee\xb1\x79\xef\xc0\xee\x0c\x06\xb6\xcd\xc8\x3a\x83\x81\xc5\x34\xa9\x41\x2c\x29\x63\x26\x79\x49\xb0\x7f\x6c\xf3\xe3\x5d\xd2\xed\xcf\xe0\x69\x31\x53\x19\x3c\x6d\xe8\x4a\xb3\xb1\x90\xe0\x69\xe3\xeb\x37\x2b\xfc\xe7\xee\x3f\xdd\xe6\xec\x3a\x98\x31\x23\xeb\x0c\x0d\x1e\xb6\x61\x9e\x9b\x29\x71\xbf\x1b\x5b\x0a\xee\x17\x5d\x3e\xb6\xe1\x42\x9b\x29\x85\x0b\xcd\x58\x2c\x23\x4c\x3e\x3c\x25\xde\x26\x04\x29\xe8\xf2\xb1\x31\xc5\x98\xe1\x76\x46\xba\xfa\x9f\x2b\x65\x66\xcc\x20\x3c\x43\xcf\x99\xf8\xb8\x60\xae\x9f\x99\x0f\x26\xd8\x69\xa4\x3b\xe3\xef\x63\x7e\xb3\xc8\x68\x6e\x62\xc6\x23\x23\x36\x53\x13\x8f\x44\xf3\x9b\x9b\xdf\x9c\xa9\x66\xc6\x0c\x52\x06\x1e\x2b\x43\x90\x12\x33\xd5\x1c\xb1\x79\x06\xcd\x85\x34\x8f\x08\xb6\x1f\x16\x59\xf0\xf7\x31\xbf\xd7\x65\xf0\xf7\x61\x41\xc0\xb9\x32\x66\x61\x24\x63\xe6\x8a\x03\x7a\x95\x61\x95\xc4\x65\x9e\x42\xa4\xb8\xcc\xf3\x72\x75\x16\x1d\x37\x9b\xba\x5d\x9d\xf1\x86\x20\x25\x6e\xc3\x4f\x93\xbf\x0d\xd7\x8c\x05\x8f\x95\x71\x7b\x74\x33\xd0\x1e\xc1\x78\xa3\x3c\xe4\xf2\x40\x2e\x53\x2a\x0f\xa4\xdc\xd1\xed\xea\xe5\x8e\xa6\x87\x1f\x71\xb3\x94\x61\x4a\x5c\x7b\x2c\x93\xe4\xda\x63\x96\x5c\x07\x1d\xa7\x8c\xe9\xe8\x33\x86\x3b\xb2\x01\xc6\xf0\x3c\x1f\x77\x34\x4c\xe9\x71\x47\x8f\x57\xbc\x4c\xd2\x1a\x0d\x81\x4f\x4c\x65\x95\x0c\x81\x4f\x08\x7c\x80\x5f\x19\x02\x9f\x10\xf8\xc4\xeb\x37\x05\x3e\xce\x05\x8c\x60\x92\x69\x8d\xa6\xc0\x07\x0d\x96\xc9\xdf\xa7\xc0\x27\x67\x7a\x90\x0e\x04\x64\x5a\x4f\x10\xb1\x4c\xeb\x29\x67\xd5\x63\xe4\x2c\x31\x64\x4e\xfb\xce\x9c\x61\xf7\x48\xc1\x54\xb2\x64\x22\xf2\x23\xd3\xd5\x9b\xdf\x9c\x1f\x0f\x46\xf2\x79\x39\xcd\x2d\x53\x4f\xa4\x14\x22\x65\xf7\x9b\x33\xd8\x18\xc9\x11\xa6\x28\x23\x67\xf5\x62\xe4\xec\x02\x90\x39\xc3\x8b\xcc\xdd\xd5\x67\x15\x31\x53\x94\x41\x8a\x7e\xa4\x0d\x90\x06\x7d\xa6\x4d\x80\x3c\x7e\xe6\xee\xea\x87\xe1\x87\x3b\x3a\x0c\x9f\x7b\xc1\x00\x7e\x65\xce\x2d\x21\x73\x7e\xb8\x1e\xc9\xbd\xe5\x6d\x4a\x33\x5e\x1e\x59\x2e\x34\x1d\x7d\x3a\x72\x30\xc8\x2b\x25\xf9\xf7\xa4\xe6\x3e\x92\x2b\xca\x32\xa5\x72\x9b\xbc\x4e\x8a\x32\x1c\x40\x18\xf9\xb8\xcd\xe1\x81\x0c\xf3\x14\x98\x3b\x80\x90\xc9\x14\xf3\x31\x9c\x29\x3a\x72\x30\x92\x31\x38\x79\x90\x8e\x1c\x8c\x5c\xef\xfd\xf1\x9b\x8f\xe1\xaf\x7b\x7f\x0c\x9f\xc1\xc6\x68\xa2\x75\x27\x0f\x32\x57\x3f\xa0\x65\x0c\x8f\xdb\x5c\xad\x7f\x3e\xae\x6e\x0f\xa1\xd8\x3e\xda\x6c\x7f\x93\x8e\x15\x24\x3d\xf5\xd1\x66\xe9\x33\xc9\xaa\x27\x3d\xf5\x81\xed\xca\x36\x63\x8e\x74\x12\x60\x34\xb6\xe4\x40\x40\x36\x0e\xbb\xb1\xa5\x36\xc3\x8b\xc4\xf7\x8f\x36\x3f\x75\x25\x59\xf5\x44\xfb\x0f\xc0\x57\xa2\xfd\x93\x9e\xfa\xd0\x2f\x39\x9b\x28\xc3\x11\x80\xd1\x58\x5d\xe3\xda\x9d\x04\x18\x6d\xe2\x86\x49\x6b\x3d\x41\xff\xa3\x89\xd6\x69\xad\xa7\x23\x00\x03\x05\x96\x8e\x00\x64\xd3\xfa\xa7\x49\x07\x69\xad\x67\x9b\x4e\x7c\x34\xa6\xd8\xd2\x3c\xe7\xf7\xb6\xd1\x0e\xf3\x9c\xbe\x3c\x9b\x70\x46\x67\x96\x84\xf9\x67\x3b\x3c\x3a\x21\x3c\x96\x3e\x41\xf4\xa3\x71\x2c\x54\xcb\xb3\x69\xa5\xd5\x98\x22\xc0\x3e\x41\xf4\xa3\x0d\x4f\x5e\x8e\xd8\x84\x33\x4d\xb8\x8d\xa5\x4f\x10\xfd\x00\x67\x25\x96\x3e\x9b\x20\xba\xb1\xba\x26\x88\x6e\xbc\x37\x71\xa7\x24\x81\x9e\xf4\xcd\x47\x7b\x4d\x89\xf7\x6e\x33\xfd\x1c\x88\xad\xc4\xd2\x27\x88\x7e\x68\xb7\x9c\xed\xf6\x94\xa6\xbf\x1e\x30\xae\xc4\xd2\x27\xd1\xf3\xd1\xd5\x1d\x88\x9e\x27\xd1\xf3\x81\xd8\x4a\xa2\xe7\xd9\xac\xa3\xae\xee\xd0\xac\x23\x10\xfd\xe8\xea\x0e\x58\xfa\x04\xca\x8f\x2e\xbe\xa3\x84\x9e\x94\xd0\x47\x0f\x93\x97\x8c\x36\x4b\xa6\x4b\x1c\x21\xf5\xd9\x66\x7c\x3e\xfa\xb2\xcf\x19\x84\x25\x95\xf4\xd1\x6d\x7c\x6d\xc6\xee\x49\x33\x7d\x74\x19\x00\xcd\xf4\x6c\xd6\x51\x5f\x46\x6b\x1d\x35\x01\x1a\xb6\x2b\x1b\xe7\xdf\x74\x08\xec\xb2\x49\x24\x7f\xc2\xf4\x47\x6f\xff\xa6\x94\xd9\xe2\xdf\xe3\x89\xf6\xfa\x69\xab\xb1\x2b\x7e\x40\xf8\xb3\xdb\x03\xc0\x60\xd9\xd5\x78\xfa\x6a\xc4\xa5\x22\x82\xf2\x4f\x7c\xfe\xe8\xd2\x4f\x98\x7e\x52\x5e\x1f\x5d\x29\xa3\xcf\x55\x9c\x7d\xb5\xd7\xe2\x46\xbb\x94\x01\xb4\x3f\x3a\x83\x26\xce\x9e\x7d\xb5\xd7\xe2\x5b\xb1\xfb\xd9\xad\xdb\x2e\xb9\xe8\xd6\x2d\x68\x7f\x74\x79\x04\x76\x3f\x41\xfb\x83\x56\x56\xf6\x30\x4f\xfd\xfb\xba\x4a\x08\x4c\x3f\x7b\x7a\x2b\xb3\x5f\x6b\x76\xd5\x20\x7c\xfe\xc0\x7d\x65\x9f\xa9\x46\xf6\xf4\xaa\xca\x85\x44\x5d\x3d\x4d\xc9\x72\xea\xa2\xae\xde\x98\xd4\x30\x4f\x55\xa0\x6e\x31\x83\xc1\xb2\x4b\xbd\xbb\xa8\xab\x0f\x4f\x5e\xd4\xd5\x9b\x79\x4a\x69\xfb\xdc\x0d\xb3\x4b\xbd\xbb\x94\xb6\x77\xef\x88\x2f\xe8\x16\x5e\xe7\x0b\x1c\x20\x18\x60\xb0\x74\x80\x20\xfb\x6e\x4a\x8a\x33\x44\xe4\xd3\x01\x82\x01\x06\xcb\xbe\x7b\xc5\x36\xc5\x5d\x71\xa6\xcb\x8c\xc8\xc6\x8f\xdd\x6a\x24\x1b\x9f\x4e\x07\x8c\x5d\x71\xa6\x1f\x9e\x92\xa6\x7e\x60\xb0\xec\x87\x3b\x92\x7a\xef\x56\xa3\x93\x03\xd9\x39\x9d\xdd\x6a\xa4\x25\x9f\x64\xe3\xc7\x6e\xe1\x51\x86\xcf\xce\xe9\xec\xca\x38\x9d\xd3\xe9\x9c\xce\xae\x8c\xd3\x39\x9d\xce\xe9\xec\x56\x63\x17\x32\xd2\x90\x1f\x60\xb0\x24\x1e\x9f\xfd\x36\x5c\x19\xa7\xab\x80\xf5\xe9\x7b\xc6\x6e\xe1\x39\x8d\x90\xdd\x8e\xbe\xb7\xf5\x97\xa6\x34\xd3\xb3\xb1\xdb\x03\xba\x0a\x58\xd7\xbf\x6f\x5f\xeb\xa8\xfc\x66\xb9\xcd\xb5\x8e\x04\x97\xc4\xea\xc7\xae\x8c\x43\xac\x3e\xbb\xba\xc1\xbe\xd6\x51\xb9\x4d\xee\x89\xa2\x58\x92\xae\x4f\x47\x22\xc6\x2e\xd7\x73\x24\x22\x1d\x89\x18\x3a\x2a\xa5\x23\x11\xe9\x48\xc4\xd8\x15\x0f\xfb\x30\xf9\xc7\x6d\xae\x15\x27\x2b\x74\xde\x61\xec\xa7\x0b\xf1\x44\xce\x34\xac\xa6\x59\xe9\x4c\x43\xee\x9a\x98\x7f\xa4\xb4\x0e\x10\xe4\xae\x03\xe2\xfc\xcb\xff\xef\x74\x7e\xfc\xf2\xd7\x9f\xff\xfe\x97\x5f\xff\xa3\xfe\xeb\x2f\xbf\xfe\xf7\x5f\xfe\xfe\xe3\xa7\x9f\xff\xf5\xdb\x6f\x3f\x7e\xf9\xe7\x5f\xff\xf6\xf3\x3f\x7f\xfa\xcf\xdf\xff\xf7\xa7\xbf\xfe\xf8\x9f\xbf\xfd\xf2\xe3\xb7\x1f\xff\xfb\x8f\x7f\xfd\xf6\xf3\x8f\x9f\x7e\xfd\xc7\xaf\xbf\x8f\x9a\xff\xfe\x2f\x00\x00\xff\xff\x0a\x55\x10\x23\xa2\x34\x02\x00"); -func _agac ()(*asset ,error ){_bcaf ,_dac :=_cae ();if _dac !=nil {return nil ,_dac ;};_bdae :=bindataFileInfo {_dae :"Adobe-CNS1-6",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491216,0)};_gff :=&asset {_dd :_bcaf ,_ef :_bdae };return _gff ,nil ; -};func _gefa ()([]byte ,error ){return _c (_dbfa ,"B5pc-H")};func _ebb ()(*asset ,error ){_beac ,_cad :=_fbbe ();if _cad !=nil {return nil ,_cad ;};_bad :=bindataFileInfo {_dae :"Adobe-GB1-0",_fb :1052,_ae :_be .FileMode (436),_g :_a .Unix (1580491245,0)}; -_adg :=&asset {_dd :_beac ,_ef :_bad };return _adg ,nil ;};func _fcga ()(*asset ,error ){_gcbf ,_bgfb :=_gcbb ();if _bgfb !=nil {return nil ,_bgfb ;};_ccae :=bindataFileInfo {_dae :"HKscs-B5-H",_fb :21008,_ae :_be .FileMode (436),_g :_a .Unix (1580492459,0)}; -_fdca :=&asset {_dd :_gcbf ,_ef :_ccae };return _fdca ,nil ;};func _gedd ()(*asset ,error ){_egdb ,_ecf :=_ed ();if _ecf !=nil {return nil ,_ecf ;};_gge :=bindataFileInfo {_dae :"Add-RKSJ-H",_fb :12790,_ae :_be .FileMode (436),_g :_a .Unix (1580491088,0)}; -_ead :=&asset {_dd :_egdb ,_ef :_gge };return _ead ,nil ;};func _bac ()(*asset ,error ){_daae ,_caab :=_gfce ();if _caab !=nil {return nil ,_caab ;};_efgc :=bindataFileInfo {_dae :"Ext-H",_fb :13186,_ae :_be .FileMode (436),_g :_a .Unix (1580491886,0)}; -_ddcb :=&asset {_dd :_daae ,_ef :_efgc };return _ddcb ,nil ;};func _ece ()([]byte ,error ){return _c (_cfdb ,"Adobe-Korea1-0")};var _bbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x8f\x23\xb7\x11\xc5\xef\xfa\x14\x3c\x3a\x07\x67\xf8\x9f\x2c\x40\x10\x60\xec\x66\x91\x71\xe0\x38\xf0\xc4\x49\x80\x20\x07\x76\x77\x71\x20\x20\x23\x09\x1a\xcd\x61\xbf\x7d\x50\xef\x69\x76\x62\x1f\x16\xdc\xf9\xf5\x63\xa9\x58\x7c\x5d\x64\x3f\x7c\x7a\xfc\xfc\x78\x3a\xde\xdc\xc3\xdf\xae\xe7\xf5\x49\x6f\x6e\x1e\x4f\xdb\x55\x5f\xcf\x6f\xd7\x55\xdd\xa2\xcf\xc7\xd3\x6e\x17\xa2\xdb\x8e\xeb\xed\xfd\x4f\x0c\xeb\xcb\xb8\xec\x76\x36\xff\xe9\xeb\xeb\x4d\x5f\x1e\x4f\xf3\xec\x12\x75\xdb\xdb\xe5\xae\x75\xee\xe1\x17\x7d\x3e\xbe\xde\xae\x5f\xdd\x77\x3f\x6c\xe7\x45\xff\xe0\x36\x9d\xc6\x7f\xbe\x6e\x7a\x3d\x9e\x9e\xdd\x77\x3f\x8e\xcb\x38\x85\x6f\x0f\x9e\xde\x2e\x97\xff\xea\x8b\x9e\x6e\x2e\x82\xe9\x69\xc3\xb8\x7b\xf8\xf4\xd3\xb8\xfc\x75\xbc\xa8\x7b\x10\xff\xf2\xfa\xfd\x2f\x7f\x79\xfa\xf1\xfb\x3f\xe3\x19\x1e\xfd\x43\xaf\xaf\xc7\xf3\xc9\x85\xf0\x47\xef\xeb\x07\xff\xfb\xd7\x8b\xba\x70\x8f\xf1\xeb\xe3\xe7\x9f\xe7\x7c\xd5\x9b\x93\xe2\xa9\xf9\xd7\xaf\x8f\x9f\xdd\xbf\x83\x0b\xde\xc5\x92\x72\xfa\xcf\x5d\xfa\xcf\x9f\xce\x9b\x3a\x8a\x76\x99\x4b\x5a\xcf\x9b\xbe\x5e\xc6\xaa\xd7\x71\x7a\xd6\x9d\x73\x7b\xef\x0f\xce\xb9\x7d\xf7\x07\xfb\xab\x87\xec\x0f\x6e\x2f\x5f\xbe\x7c\xc2\xdf\x3f\xf0\xe9\xe7\x2f\xf8\xeb\x4f\x1e\x4f\xbf\x7c\xb2\xa7\x7a\xda\x7e\x17\x6d\x17\xf8\x23\xa7\xf3\x6d\xd3\x49\x86\xf8\xfb\x30\x0f\x2e\xa6\x60\x73\xfe\xff\xe1\x2e\x78\x7f\xcf\xeb\xb8\xdd\xf5\xd1\xf4\x6d\xb3\x9f\x75\x0e\x93\xf6\x4d\x0d\xe9\x1d\x55\x43\xf7\x3c\x7b\x00\xae\x29\x19\xea\x44\x63\x35\x24\xd5\xd0\xd2\x81\x96\x79\x70\xae\x65\x4c\x5c\x89\x56\x05\x12\x43\xdb\x00\xd2\x6e\xa8\x60\xe2\x64\xac\xd9\x0c\x35\x4c\x9c\x2b\xd1\x0a\x64\x13\x63\x9e\x86\x62\xc1\xc4\xee\x0d\x55\x4c\x8c\x4d\x0c\x09\x50\x0f\x40\x32\x0e\xce\xf5\x60\xe1\xa3\x70\xe2\x0c\x86\x72\xdc\xed\x7b\xe2\x82\x12\x16\x24\xb1\x18\xe2\x82\x92\x54\x43\xbd\x1b\xe2\xc4\xb4\xd4\x83\x0b\x3e\x58\x5e\x69\x21\xda\x80\x92\x4d\xcc\x8c\x95\x2d\x97\xe0\x8b\xa5\x9a\x1b\x91\x85\x0f\x5e\xec\x17\x33\xc3\x67\x09\x07\x17\x82\x6f\x86\x18\x1e\x43\xcb\x58\x63\x1e\x54\xd9\xd0\x72\x0f\x40\x81\x28\x18\x12\xa2\x48\x14\x81\x90\xc4\x48\x44\xe9\xe0\x5a\xf1\x09\x28\x13\x65\xa8\x18\xbe\x10\x15\xa8\x90\xc4\xa8\x44\xd5\x50\xe4\xc4\x46\xd4\x0c\x05\x86\xef\x44\xdd\x50\x62\x12\x42\x24\x40\x0c\x3f\x88\x06\xb2\xf7\x40\x0b\xd1\x02\x84\x4a\x8c\x95\x68\x45\x5e\x19\x68\x23\xda\x80\x3a\x90\x12\x29\x52\xad\x40\xac\x97\x0d\xad\x78\xc4\x5a\x58\x2f\x1b\x5a\x09\x88\xb5\xb0\x5e\x36\xb4\x92\x90\xc4\xc2\x7a\xd9\xd0\x4a\xe4\x44\xd6\x6b\x41\xbd\x12\x7e\x71\x61\xbd\x6c\x68\xa5\x30\x16\xeb\xb5\xa0\x5e\x30\x40\x5e\x58\xaf\x85\xf5\x42\x5e\x0b\xeb\xb5\xb0\x5e\xa8\x04\x5f\x05\x0c\xad\x24\xc6\x62\xbd\x16\xd4\x2b\x33\x09\xd6\xcb\x86\x56\x3c\x93\x60\xbd\x6c\x68\x25\x62\x87\x16\xd6\xcb\x86\x56\x02\x7f\x91\xf5\xb2\xa1\x15\xba\x70\x61\xbd\x16\xd4\x2b\x1b\x6a\x34\x66\x2b\x50\x15\xa0\x82\x12\xb6\x8a\x7a\x75\xa0\x1a\x88\xc2\xc1\x75\x8f\x4a\xb4\x1a\x89\x50\xaf\x4e\x94\x88\x92\xa9\xb2\x07\xca\x44\xa8\x97\x10\x15\xa2\x02\x55\x04\xaa\x44\x28\x8e\x10\x75\xa2\x0e\x55\x06\x12\x22\x54\x42\x98\xd7\x42\xb4\x40\x95\x80\x56\x22\x2c\x48\x98\x97\x12\x29\x54\x0d\x88\x6b\x6c\xb6\x69\xd5\xdb\xa6\xb5\x46\x95\x0d\x3d\xc1\xe4\x8d\xef\x63\xeb\x09\x2a\xc4\xea\x5c\x90\x0d\xdd\xb3\x5e\x9d\x0b\xea\x66\xb9\x1a\x30\x51\x38\xd1\x06\xd7\x2a\x16\x24\x2c\xa1\x0d\x26\x03\x62\x09\x6d\x70\xad\x0a\x10\x4b\x28\x66\x80\x1a\xb1\x6c\x19\x44\x03\x2a\x24\x21\x5c\xb6\xd8\x6e\xb3\xfb\x76\xf6\x89\x6e\xbd\x30\x04\x34\x2b\xe1\xd6\x0a\x1a\x4c\x84\xe5\x84\x0b\x12\xa8\x22\xde\xb4\x41\xd5\x80\x2a\xe3\x75\x1f\x54\x0d\xa8\x72\xb3\x4d\x5b\xa8\x5a\xa0\x62\xed\x17\xaa\x16\xa8\x6a\xb1\xbc\x56\xaa\x56\xa8\x5a\xb7\x4a\xac\x54\xad\x50\xf5\x6c\xc6\xdc\xa8\xda\xa0\x12\x74\xf2\x8d\xaa\xcd\x54\xd1\xe3\x55\x50\xaa\xd4\x54\x31\xa0\x63\x2a\x55\x0a\x55\xc4\x2b\x3a\xa9\x9a\x50\x25\x6c\xed\xa4\x6a\x42\x95\x83\xdf\xed\x85\x87\xa4\x78\xa8\xf0\x2a\x88\xef\x44\x50\xc1\x26\x72\x3f\x68\x71\x80\xc5\x66\x06\x10\x1e\x60\x82\x13\x26\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x77\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x76\x08\xce\x8e\xe4\xad\xaf\x0a\xcf\x0e\x49\xa6\x4a\xc1\x3c\x21\x3c\x15\x04\x47\x40\x8a\xbd\xe1\x04\x7f\x3f\x77\x77\x2d\xfc\xfe\x24\x16\x1e\x10\x92\x11\x23\x15\x5b\x5b\x61\x8c\x82\x18\xb9\xd9\xda\x0a\x55\x05\x2a\xf4\x2d\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x9a\x94\xb0\x19\x08\x5e\x81\xd4\x8b\xad\x8d\xaf\x80\x34\xa8\xc4\x9a\xa7\x74\xaa\x7a\x8b\x07\x97\xbd\x35\x75\xa1\xfb\x04\xee\xcb\xde\x5e\x73\xa1\xfb\x04\xee\xcb\xa1\xdb\x44\xba\x4f\xe0\xbe\x1c\x6d\xb3\x84\xee\x13\xb8\x2f\xa7\x66\x45\xa1\xfb\x04\xee\xcb\x19\x9b\x45\xf7\x09\xdc\x97\x4b\xb5\xf0\x74\x9f\xc0\x7d\xb9\x62\xb3\xe8\x3e\x81\xfb\x72\xcb\xb6\x6c\xba\x4f\xe0\xbe\xdc\xb1\x59\x74\x9f\xc0\x7d\x59\x92\x2d\x9b\xee\x13\xb8\x2f\x0b\x36\x8b\xee\x13\xb8\xaf\x04\x7b\x0f\x85\xee\x13\xb8\xaf\x84\x6e\xd9\xd3\x7d\x02\xf7\x95\x14\x2c\x7b\xba\x4f\xe0\xbe\x92\x6c\x3b\x70\x5a\x6f\xf3\x7e\x57\x4a\x56\x68\xa5\x21\x15\x86\x2c\xc5\x7b\x43\x9d\x08\x13\x8b\xed\x90\xd2\x90\x0a\x43\x96\x6a\x2d\x56\x69\x48\x85\x21\x4b\xb3\x1d\x52\x1a\x52\x61\xc8\xd2\x9b\x85\xa7\x21\x15\x86\x2c\x62\x3b\xa4\x34\xa4\xc2\x90\xd5\xd7\x6c\x88\x2a\x18\xb2\x06\x3b\x46\x94\x86\x54\x18\xb2\xc6\x12\x0d\x51\x05\xcb\xd5\x64\x07\xbd\xd2\x72\x0a\xcb\xd5\x6c\x7d\x5e\x69\x39\x85\xe5\x2a\xae\x16\x4a\xcb\x29\x2c\x57\x6b\xb4\xec\x69\x39\x85\xe5\x6a\xb5\x6b\x8a\xd2\x72\x0a\xcb\x55\x5c\xc5\x94\x96\x53\x58\xae\x76\xbb\xf2\x28\x2d\xa7\xdd\x54\xcd\x7b\xcb\xbe\x53\x05\xcb\x35\x5f\x2d\x7b\x5a\x4e\x61\xb9\x16\xec\x18\x51\x5a\x4e\x61\xb9\x16\xad\x5d\x2b\x2d\xa7\xb0\x5c\x4b\x76\x01\x51\x5a\x4e\x07\xef\x4a\x76\x8c\xe8\xc0\x5d\x49\x87\x5d\x8c\x7a\x34\xfb\x2a\x9d\xa3\x1b\x0f\x08\xeb\x48\x4a\xe7\xe8\x66\x37\x84\x9e\xad\x23\xe9\x86\x1b\x02\x87\x20\x92\x80\x0a\x90\x25\xd1\xb3\xf5\x07\xa5\xbf\x14\xfe\xea\xc5\xda\xa2\xd2\x5f\xaa\x6a\xaa\xea\x2d\xbc\xea\x04\x9a\x38\x04\xb1\x20\x9d\x42\x84\xdb\x2c\x0c\xa0\x73\x10\xd9\x44\xef\xcb\x6e\x3f\xb9\xc6\x39\xb2\xbc\x4f\x9c\x23\x0f\xa0\x82\xcb\x4c\x83\xaa\x64\xa2\xfc\x1e\x6b\x8e\x52\x88\xda\x47\x2c\xbb\x4b\xdf\x87\x56\x43\x07\x12\x22\x9c\x52\xd6\x62\xe7\x28\xf7\xf0\xe3\xfd\x5c\x9c\xa3\x2c\x44\xcb\xfb\xc1\x35\x47\x59\x81\x3e\x4a\x38\x59\xfb\x39\xd6\x69\xc8\x6e\x7a\x73\x6c\x44\x36\xb0\x84\x73\x6c\x01\xe8\xa3\x84\x93\x4d\x61\x2e\x2c\x21\xf2\x62\x53\x98\x68\x0a\xbd\xd8\xcd\x78\xb2\x29\xcc\x35\xdb\x0d\xa1\xf9\xfa\x9b\x16\x6b\xff\xb7\xcf\xce\x6f\x9f\x81\xeb\xdb\xf5\xaa\xa7\x1b\x3e\x3a\xf1\xa5\x67\x9f\x6a\xc7\x93\x7e\xfb\x80\xbd\x9c\x2f\x36\x0b\xff\xfe\x17\x00\x00\xff\xff\x0c\xbd\x28\xe3\xec\x0e\x00\x00"); -func _gdfbd ()([]byte ,error ){return _c (_gfegd ,"GBT-EUC-V")};func _gcbb ()([]byte ,error ){return _c (_cfga ,"HKscs-B5-H")};func _edfb ()(*asset ,error ){_bgdc ,_fbfg :=_bbbe ();if _fbfg !=nil {return nil ,_fbfg ;};_fdae :=bindataFileInfo {_dae :"UniJIS2004-UTF32-H",_fb :243210,_ae :_be .FileMode (436),_g :_a .Unix (1580492817,0)}; -_gaabe :=&asset {_dd :_bgdc ,_ef :_fdae };return _gaabe ,nil ;};var _gfda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x3c\x14\x86\xef\xf5\x2b\x74\xd9\xef\xa2\x5f\x74\x8e\x65\x4b\x02\x53\x18\x2d\x85\x50\xba\x8d\x76\x6c\xd7\x8e\x25\x07\xc3\x62\x1b\xc7\xb9\xe8\xbf\x1f\xe7\xbc\x49\x07\xbb\x08\x8e\x9f\x48\x6f\xc4\xf3\xda\x67\xf7\xb8\x7f\xda\x4f\xe3\x66\x77\xdf\xd7\xb9\x7f\x2f\x9b\x1d\xc6\x29\xaf\xe5\x3c\x5f\xd6\xbe\xd8\x43\x39\x8e\x93\x31\xc4\x36\x8f\xfd\x76\xbb\xd5\x4b\x7f\xea\x16\x63\x64\xff\xfb\xc7\x79\x2b\xa7\xfd\x34\xcc\xb6\xc2\xba\x7c\x59\xae\x6b\xad\xdd\xbd\x95\xe3\x78\xde\xd6\x0f\x7b\xf7\x25\xcf\x87\xf2\x9f\xcd\x65\x10\xfe\x6d\xcd\x65\x1d\xa7\xa3\xbd\x7b\x79\xfb\x84\xef\x97\x65\xf9\x5d\x4e\x65\xda\x6c\xad\xac\x4c\x59\xaf\x66\xf7\xf8\xda\x2d\x5f\xbb\x53\xb1\x3b\xcd\xb9\x7f\x79\xbb\xc7\x12\xfd\xe5\x67\x59\xcf\xe3\x3c\x59\xfa\xdf\x39\xfe\x8b\x7f\x7c\x2c\xc5\xd2\x35\xe1\xd7\xeb\x9c\x8b\x75\xb7\xbc\xfd\xd3\xe3\x7c\x99\x36\x4b\xcc\x15\x92\x0c\xe1\xd8\xfd\x9c\xcb\x79\xe9\xfa\xb2\x76\xd3\xb1\x18\x6b\x5b\xe7\x9c\x7b\xb0\x2d\x3f\x3f\x3f\x3f\xc8\x99\xfe\x59\x61\x7c\xbc\xee\x1c\x33\xc8\x6d\x87\x73\xc3\xf0\x60\x9d\x69\x1d\xe1\x9e\xe4\x9e\xeb\xc6\xb4\x8e\x41\x58\x48\x4d\x6c\x5a\x57\x81\x54\x42\x42\x13\x4d\xeb\x3c\x88\x17\x42\x8e\xbd\x69\x5d\x0d\x54\x2b\xe2\x28\xd9\x0d\x50\xa3\xa8\xae\x24\x3c\x00\x05\x45\x21\x49\x7a\x04\x8a\x7a\x02\xe7\x25\x3e\x01\x25\x45\x95\x93\xf8\x0e\xa8\xbb\x9e\x53\xe2\x0f\x40\x07\x45\x91\x24\xbe\x07\xea\x05\x55\x2e\x48\x7c\x06\xca\x8a\x2a\x96\xf8\x02\x54\x14\xd5\x51\xe2\x07\xa0\x41\x51\xf4\xce\xb4\x04\x53\xa4\xa6\xbc\x4b\x8d\x69\x09\xb2\x48\x65\xf9\xaa\x66\xd3\x12\x6c\x91\xda\xf2\x8d\x8b\xa6\x25\xe8\x22\xd5\xe5\x63\xe3\x4d\x4b\xf0\x45\xfe\xea\x54\xe2\xe1\x8b\xd4\x57\x5d\x05\x89\x87\x2f\x52\x5f\x75\x53\x49\x3c\x7c\x91\xfa\xaa\x63\x94\x78\xf8\x22\xf5\xd5\x90\x97\x78\xf8\x22\xf5\xd5\x78\x27\xf1\xf0\x45\xea\xab\x69\xa4\x58\x82\x2f\x52\x5f\x4d\x92\x66\x09\xbe\x48\x7d\x05\x92\x6a\x09\xbe\x48\x7d\x05\x2f\xd5\x12\x7c\x51\xb9\xf6\x2f\xf1\xf0\x45\xea\x2b\x24\xa9\x96\xaf\xcf\xa2\xfa\x8a\x24\xd5\x32\x7c\xb1\xfa\x8a\x5e\xaa\x65\xf8\x62\xf5\x15\x83\x54\xcb\xf0\xc5\xea\x2b\x26\xa9\x96\xe1\x8b\xd5\x57\x62\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa4\x5a\x86\x2f\x56\x5f\x29\x49\xb5\x0c\x5f\x1c\x6f\xcf\xaa\xe4\x43\x18\x27\x30\x2f\xe5\x32\x8c\x71\x07\x16\xa4\x5d\x86\x32\x56\x65\xd2\xbe\xfc\x05\x9c\x71\x0f\xc6\xd2\x2f\x43\x1a\x67\xb0\x5a\x0a\x66\x58\xe3\x02\x16\xa4\x61\x86\x36\x1e\xfa\x4e\x5e\x12\x57\xb1\xbe\xb5\xb7\xb7\x53\xbe\xcb\xfc\xfa\x9c\x29\xfd\x65\x5d\xcb\xb4\xe9\xf4\xd2\xc1\x21\xf3\x60\x9c\xca\xe7\x24\x5c\xe6\x45\x76\xe9\xe7\x4f\x00\x00\x00\xff\xff\xc3\x2d\x7b\xce\x35\x05\x00\x00"); -func _gfac ()([]byte ,error ){return _c (_cebe ,"UniJISX02132004-UTF32-H")};func _badb ()([]byte ,error ){return _c (_dbfac ,"UniKS-UCS2-H")};func _cff ()([]byte ,error ){return _c (_gde ,"Adobe-GB1-4")};func _eebf ()(*asset ,error ){_ggbcb ,_aeca :=_cagef (); -if _aeca !=nil {return nil ,_aeca ;};_deab :=bindataFileInfo {_dae :"UniJIS-UCS2-V",_fb :4167,_ae :_be .FileMode (436),_g :_a .Unix (1580492912,0)};_bffac :=&asset {_dd :_ggbcb ,_ef :_deab };return _bffac ,nil ;};var _fba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x23\x39\x76\x1c\x30\x81\x36\x65\x21\x2c\xdb\x96\xa4\xb4\x67\xc7\x1a\x07\x41\x23\x09\x59\x3e\xe4\xed\xcb\x68\xb2\x2e\xec\x21\x28\xfa\x32\xf3\x33\x91\x54\x1d\x8e\xdf\x8e\xde\x65\xa8\x7e\xa6\x30\x9e\x29\xc3\xe4\xbc\x4d\x34\x87\x25\x8d\x04\x17\xba\x3a\xaf\x94\x36\x60\xdd\x98\xdf\xb7\x65\x19\x6f\x43\x54\x8a\xfb\xcf\xf7\x39\xd3\xed\xe8\xa7\x00\xb5\xd4\xd9\x25\x3e\x6a\x01\xaa\x13\x5d\xdd\x9c\xd3\x1d\x9e\xbe\xd8\x70\xa1\x4f\x60\x69\x62\xff\x91\x2c\x25\xe7\xaf\xf0\xf4\x7a\x5a\xf1\xbc\xc4\xf8\x97\x6e\xe4\x33\x60\x31\xf2\xb6\xac\xaa\x3a\xbc\x0d\xf1\xfb\x70\x23\xa8\x4a\xce\xf3\xeb\xe9\x59\x4a\xca\x2f\xbf\x29\xcd\x2e\x78\xd0\x9f\x11\xcd\x7f\xfe\x75\x8f\x04\xfa\x91\xf0\xe7\x2d\x58\x7a\xe4\x96\xc9\x0f\x61\xf1\x19\x6a\x6c\x76\x62\x5a\xa6\x1e\x83\xa5\x39\x0e\x23\xa5\xc1\x5f\x49\x01\xf4\x88\x88\x7b\xe8\xf1\xeb\xcb\xcb\x9e\x47\xfa\x50\xc1\x07\x24\x9d\xce\x8a\xac\x1d\x38\x4d\x7b\x40\xd5\xa3\x96\xbd\xe6\xbd\x69\x5a\xd5\xa3\x11\x31\x2c\x8d\x36\xaa\xc7\x5a\xa4\x66\xd9\xb6\x9d\xea\x71\x23\xb2\x61\xd1\x68\x36\xaa\xc7\x46\xa8\x29\x64\x3a\xce\x6e\x85\xda\x42\x4d\xcd\xe1\x5b\xa1\x6d\xa1\xed\x8e\xd3\x3b\xa1\xae\x4c\x80\x1b\x8e\xdf\x09\xed\x0a\xd5\xc8\xf1\x83\xd0\xf0\x98\x93\xe3\x2f\x42\x97\xc9\xec\xc1\x74\xba\x2d\x27\xf0\xfe\x4f\xf9\x3b\x3f\x85\xf5\x7a\xc6\x25\x25\xf2\xb9\x3c\x84\x72\x07\x7c\xb6\xce\xd3\xfa\xa8\x62\x88\xdc\x55\x3e\xff\x02\x00\x00\xff\xff\x65\xa2\x18\x80\x80\x02\x00\x00"); -func _gdce ()([]byte ,error ){return _c (_ffdg ,"RKSJ-H")};func _cafg ()([]byte ,error ){return _c (_eac ,"KSCms-UHC-V")};func _dbbf ()(*asset ,error ){_adf ,_eff :=_aceg ();if _eff !=nil {return nil ,_eff ;};_gagd :=bindataFileInfo {_dae :"GBpc-EUC-H",_fb :2211,_ae :_be .FileMode (436),_g :_a .Unix (1580492172,0)}; -_cbeb :=&asset {_dd :_adf ,_ef :_gagd };return _cbeb ,nil ;};var _cef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x92\x10\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\xb6\x0b\x3d\x18\xd9\xcf\xce\xfc\xf0\x3e\xb3\xab\xcd\xc3\xee\x71\x57\xc6\x15\x36\x9f\x97\xa9\x7b\xcd\x2b\x0c\x63\xe9\x97\x7c\x9a\xce\x4b\x97\x61\x9f\x0f\x63\x31\x86\x2c\xf4\x63\xb7\x5e\x7f\xca\xa3\x3b\xb6\xb3\x31\xdc\xff\xfa\x7e\x5a\xf3\x71\x57\x86\x09\x9c\xd6\xf5\xe7\xf9\x52\x0b\xb0\xf9\x92\x0f\xe3\x69\x5d\xde\xe1\xee\x43\x3f\xed\xf3\x7f\xd0\xe7\x81\xf9\xcb\xd2\xe7\x65\x2c\x07\xb8\xfb\xd8\xce\x6d\xa1\xdb\xc2\xeb\x79\x9e\x7f\xe7\x63\x2e\x2b\xa0\xb0\x5c\x7a\x79\x9a\xcd\xc3\x73\x3b\x7f\x6a\x8f\x19\x36\x92\x75\xaf\x9d\xf7\x5a\x26\xab\xdf\xf2\x72\x1a\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xfb\x9c\x81\x2e\x31\x6f\xbb\xc7\x97\x61\x38\xe5\x15\x7c\xba\xf4\xfe\x78\xdb\x3d\xc2\x4f\x02\x42\xb0\xc1\x85\xf4\xeb\x52\xfa\xfd\x79\xea\xf3\xe5\x7f\xc8\x6e\x1f\xa6\x73\x59\x21\xd9\xe4\x95\x91\xee\xb4\x9b\xfa\x7c\x9a\xdb\x2e\x2f\x6d\x39\x64\x03\xd0\x20\x22\x6e\xa1\xb1\xf8\xf4\xb4\xe5\x2d\xfc\x53\x61\x9c\xbb\x74\x8e\xbd\x92\x6b\x07\xe2\x30\x6c\x01\x00\xd0\x34\x48\x8a\x48\x90\x0d\xd1\x34\x68\x15\x59\x41\x81\xac\x69\xd0\x29\x72\x82\xaa\x98\x4c\x83\x5e\x91\x67\x44\x68\xbd\x69\x30\x28\x0a\x82\x6c\xe2\xf8\xa8\x28\x0a\x0a\x8e\xe3\x2b\x45\x95\xa0\xaa\xe6\xf8\xa4\x28\x31\xb2\xe8\x39\xbe\x56\x54\x0b\x72\xc8\xf1\xad\xa2\x56\x50\x88\x1c\xbf\x57\xb4\x17\x94\x88\xe3\x3b\x45\x1d\x23\x87\x15\xc7\xf7\x8a\x7a\x41\xce\x72\x7c\x56\x94\x05\x85\xc4\xf1\x83\xa2\x41\x50\xf2\x68\x1a\x52\x5f\x24\xbe\x3c\xd6\xd1\x34\xa4\xbe\x48\x7c\x79\x17\xac\x69\x48\x7d\x91\xf8\xf2\x11\x93\x69\x48\x7d\x91\xf8\xf2\x29\x7a\xd3\x90\xfa\x22\xf1\x15\xc8\x72\xbc\xfa\x22\xf1\x15\x5c\xc5\xf1\xea\x8b\xc4\x57\x88\x8e\xe3\xd5\x17\x89\xaf\x90\x12\xc7\xab\x2f\x12\x5f\x91\x3c\xc7\xab\x2f\x12\x5f\xd1\x23\xc7\xab\x2f\x12\x5f\x31\xf2\x68\x49\x7d\x91\xf8\x8a\x35\x8f\x96\xd4\x17\x89\xaf\x8a\x78\xb4\xa4\xbe\x48\x7c\x55\x9e\x47\x4b\xea\x8b\xc4\x57\x15\x79\xb4\xa4\xbe\x48\x7c\x55\x35\x8f\xd6\x5e\x4f\x64\xd8\x6f\x21\x51\x6d\xe5\x58\x5e\x8f\x1f\x7f\xe7\x3b\x7d\xbb\x63\xdd\x79\x59\x72\x59\xe5\x46\xcb\x1d\xe2\x03\x3f\x96\x7c\x7b\x3b\xcc\xd3\xcc\x5d\xf2\xf9\x13\x00\x00\xff\xff\x43\x08\xad\xb1\x49\x04\x00\x00"); -func _cde ()(*asset ,error ){_dec ,_ffda :=_ebba ();if _ffda !=nil {return nil ,_ffda ;};_bbf :=bindataFileInfo {_dae :"Adobe-KR-2",_fb :1273,_ae :_be .FileMode (436),_g :_a .Unix (1580491416,0)};_bfa :=&asset {_dd :_dec ,_ef :_bbf };return _bfa ,nil ; -};func _egdf ()(*asset ,error ){_gbg ,_ddf :=_ffdb ();if _ddf !=nil {return nil ,_ddf ;};_aefb :=bindataFileInfo {_dae :"Adobe-Korea1-1",_fb :1845,_ae :_be .FileMode (436),_g :_a .Unix (1580491379,0)};_ffbc :=&asset {_dd :_gbg ,_ef :_aefb };return _ffbc ,nil ; -};func _gebb ()([]byte ,error ){return _c (_fegb ,"GBT-H")};var _aef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x65\x37\x72\xfe\xef\xcf\xa7\xd8\x97\xf3\xbf\x98\xbf\x97\x5e\x4b\x82\xc3\x01\x33\x63\x13\x07\x26\x09\x71\x26\x09\x84\x5c\xac\x25\xd5\x32\x0d\xf1\xe9\xa6\xdd\xbe\xf0\xb7\x0f\xf5\x7b\xf6\x38\x99\x21\xe0\x0b\xf3\xb8\x9f\x2e\x69\x95\x4a\xa5\x7a\x91\x76\x7f\xf5\x87\xef\xfe\xf8\xdd\xfb\x87\x2f\x8f\xaf\xfe\xe9\xf3\xc7\xf5\xbd\x7f\x79\xdc\x1f\xde\xf7\x67\xff\xe9\xe3\xcf\x9f\x97\x3f\x2e\xff\xe1\xc3\xfb\xcb\x4b\xca\x8f\xfd\x61\x7d\xf9\xcb\x1f\x81\xf5\xe3\xf9\xe9\xe5\x25\xc6\x7f\xff\xcb\x4f\x5f\xfc\xc7\xef\xde\xef\x8f\x8f\x22\xb9\xfd\xf3\xa7\xa7\xec\xe3\xf1\xd5\x3f\xfb\x0f\x1f\x7e\xfa\xf2\xf9\x97\xc7\xef\xbe\xde\x1f\x2f\xff\x7f\x8f\xed\x77\xf0\xff\xf8\x79\xfb\xe7\x0f\xef\x3f\x3c\x7e\xf7\xf7\xe7\xa7\xf3\x3d\xfd\xfa\x17\xdf\xff\xfc\xe9\xd3\x7f\xf9\x8f\xfe\xfe\xe5\x71\xc0\xf9\xfb\x06\x5f\xbe\xfa\xc3\x9f\xce\x4f\xff\x70\xfe\xe8\x8f\xaf\x6c\xfc\xfe\x9b\x3f\xff\xe1\xf7\x7f\xc7\x5f\xc0\xff\xab\x7f\xfe\xe9\xc3\xc7\xf7\x47\x3a\xfe\xff\x71\xf4\xff\xe1\xff\xe5\x97\x4f\xfe\x48\xcf\x09\xfe\xfd\xcf\xdf\xfd\xf1\xf1\x1f\xe9\x91\x8e\x47\x6e\xa5\xda\x7f\x3e\xf9\x7f\xfb\xd3\xc7\xed\xcf\xcf\xbd\x14\x29\xbf\x3e\x6e\xff\xe9\xd3\xb9\xfc\xf3\xf9\xfe\x83\xbf\x3c\x1e\xaf\xc7\xf1\xf6\x78\x3c\x5e\xc7\xf1\x16\x7f\x1a\xdf\x7c\x7d\xbc\x05\xfc\xf1\x5b\xfe\xfc\x75\xfa\x3a\xbd\x3d\x5e\xbf\xfd\xe6\xdb\x6f\xde\x42\xe7\xbf\x19\xff\x92\x34\xed\xfb\xc7\x2f\xdb\x6f\x71\xcc\xf8\x9a\xee\xb7\x47\x2e\x29\xc6\xfc\xef\xbf\x7c\x49\xc7\xf1\xd4\xe4\xc3\x7e\xca\xe7\x90\x37\x97\xfc\xeb\xf0\x13\x0d\x7c\xdf\x6f\x8f\x92\xfb\xcb\xeb\x99\xce\xd0\xe1\x4c\xb7\xbf\x3d\x7a\x29\x2f\xaf\x67\x16\x93\x4f\x7f\x7b\x58\xb6\x97\xd7\xb3\x5c\x31\xea\x2c\xd7\x7c\x7b\xd8\x38\x82\x59\xc8\x94\x7d\xbe\x3d\x6c\xc2\xb8\x98\xfb\x7c\x7b\x8c\x14\x33\x57\xcd\x53\xef\xf2\xf6\x18\x35\xbf\xbc\x9e\x4d\x4c\xbb\xfb\xdb\x63\xe6\xf6\xf2\x7a\x76\x31\xfd\x1a\x6f\x8f\x74\xa4\x14\x94\xa6\xee\x1b\xaa\x84\x94\x49\xca\xe2\x6f\xd2\xd1\x66\x50\x5b\xd4\x0d\x35\xf3\xcb\xeb\x75\x20\x25\x48\x29\xa6\xbf\x8e\x33\x8b\xca\x6f\x0f\x63\x75\xd7\x71\x16\x51\x03\x29\x83\x9a\xa2\xe6\xdb\x63\xe4\xde\xa1\x4e\xa8\x8b\xb9\x4a\x0d\xea\xd2\x5c\x01\x36\x7b\x82\xd2\x5c\x01\x56\xca\x01\x55\x45\x9d\x31\xb0\x6a\xe0\x25\xea\x42\x09\x51\x0b\xca\x77\x48\x35\xb4\x77\x17\xe5\x48\xa1\xbd\xdf\x50\x77\x7e\x7b\xa4\x7c\xa0\xfd\xad\x2f\x06\x58\x2f\xa8\x7a\xeb\x8b\xf7\x85\xd4\x80\xd2\xf4\x01\xd6\x0b\x6b\xbc\xb7\x28\x0f\xa9\x14\x94\x76\xfe\x4a\xb1\xec\x94\xd3\x84\x3a\x45\x9d\x0c\x1c\x50\x68\x9f\x62\x5d\x29\x67\xa4\xae\x26\xaa\x21\x25\xaa\x8b\x0a\xab\xe6\x7a\x40\x4d\x51\xe1\x34\xfd\x49\x69\xfa\x58\x7d\xca\x18\x27\x5d\x5b\xd4\x46\x2a\x43\x61\x89\xc4\x6e\xe7\x8a\x12\x2b\x8b\x62\x1f\x6b\x81\xc2\x12\xc9\xc3\xd0\xb9\x41\xb9\x54\x75\x0c\xad\xe9\x1d\x4b\x24\x2d\x7b\x06\x25\xf7\xbe\xf2\x69\x6f\x8f\x54\x52\x81\x1a\xa2\x06\x03\x1b\xd4\x14\x15\xda\x97\x3e\xa1\x4e\x51\x18\xa7\x76\x28\xbe\x98\xe3\x38\xa5\x92\x99\xcb\x0f\xa8\x00\xeb\xd5\xa0\xf4\xc5\x3b\x0c\x5d\x0c\xea\xd6\x5c\xb7\xe6\x1a\x50\x9a\x2b\x36\x2d\x55\x76\x3b\x6b\xd3\x00\xeb\x15\x25\x6e\x17\xe5\x48\x85\x12\x45\x0b\x02\x52\x3d\x0c\x2a\x8b\xc2\x5e\xed\x80\xc2\x5e\x1c\xdc\x54\x8f\x98\xab\xc8\xaa\x40\xaf\x93\x81\xeb\x29\x15\xfb\x58\x6b\x82\x9a\xa2\xe6\xdb\xa3\x1d\xac\xb1\x2c\xb4\x2f\x5e\x91\x0a\xed\x8b\x37\x51\xf8\x44\x63\xa0\x77\x51\xb1\x43\xd5\x50\x55\x3b\x54\xb4\x43\xf8\x7d\xd1\x0e\x15\x9c\xbc\x0e\x28\x39\x79\x91\x93\xb3\xb5\x45\x4e\x5e\xee\x16\x52\x93\x05\xdd\x9a\x3e\xa0\x4d\x9c\xbc\xdc\x26\x6a\x22\xa5\x81\x52\x55\x86\x6e\x15\x4a\x4a\xc8\x84\x2c\x5b\xa1\xea\xaa\x18\xa7\x1d\xa1\x7d\x95\x71\xaa\x5c\xae\x35\xa8\x22\xaa\xbc\x3d\x9a\x94\xa8\xab\x8a\x8a\x4d\x6b\x9c\xc7\xba\xb6\x28\x36\xad\x89\x62\xd3\xea\x66\x7a\x3c\xa7\x6e\x4d\x1f\xd0\xfb\x18\x50\x9a\x1e\xab\x36\x4c\x58\x65\xd5\xfa\xb4\x2a\xaa\xca\xaa\x15\xed\x9b\x85\x12\x0a\xab\x57\x0b\xc7\x4c\x6d\x36\xa8\x4b\x94\x0c\x3d\xa0\x30\x74\xbb\xc2\x57\x3b\x9e\xd3\x16\xbe\x0a\x58\x8f\xb8\x7a\xb5\xa5\xb9\x98\xbe\x13\x1e\x15\xa3\x05\xa9\x8f\x09\x95\x45\x61\x9c\x7e\x40\x15\x51\x61\xfb\x3e\x13\xd4\x29\x0a\xdb\x77\x51\xe8\xd5\x57\x43\x8a\xb9\x56\x17\xd5\xdf\x1e\x56\xad\x42\x99\xa8\x50\xc2\xa4\xc4\xba\x45\xdd\xcc\x15\x6e\xd2\x37\xda\xf7\x70\xa0\x64\xd8\xbe\xfb\x16\x85\xed\x7b\x81\xc2\xf6\x3d\x9c\x29\x19\xc1\xbd\xcb\x99\x00\xeb\x9d\x2f\xde\x4d\x54\x98\xd0\x8c\x81\x72\x13\xc0\x7a\x6f\x50\x4b\x14\x5f\x1c\x07\x49\xfb\x2f\xa9\xf6\xff\xca\xbe\x57\xd7\x09\xee\x3a\xc1\xcf\xaf\x3f\x15\x62\x71\x38\xbc\xf2\xdb\x65\x27\x3a\x8e\x02\x55\x45\x49\x47\x83\x42\x47\x8b\x50\x9b\x6c\x40\x5d\x26\xca\x90\x1a\x50\xc4\x32\x0b\xc7\x4c\x83\x6d\xb6\xa5\x81\x0b\x2f\x22\x96\x99\x8c\x6e\xe1\xa4\x69\xe4\x03\xca\x45\x91\x80\x4c\x14\x46\x27\xd7\xa6\x41\xec\x37\xf9\x2d\x60\xdd\x12\x54\x11\xc5\x17\x49\xb2\xb6\xf5\xc5\xcd\x17\x8d\x35\x6e\x7d\x31\x2a\x86\x34\xd8\x2d\xdb\x97\xa8\xb0\x70\x1a\x9a\x0b\x0b\x9b\x87\x25\x28\x1a\x2e\x73\x59\xc2\xb1\x04\x5b\x63\x3a\x16\x76\x1f\x21\xc5\x49\xa1\x10\x78\x82\x75\xbc\xc8\x6e\xa9\x7a\x47\x2c\x1b\x5d\xd4\x14\x45\x4e\xb2\x06\x75\x8a\xc2\x12\x52\x55\x3b\x04\x58\x27\x70\x0d\xed\xd0\xb8\xd0\x8b\x10\x3e\x94\xe9\x01\xeb\x4f\x0a\xbd\xc6\x42\x2f\x22\xcb\xd0\x79\x02\xac\xdb\x80\x42\xaf\x81\x03\xcc\x14\x86\x9e\x9a\x7e\x72\x82\x27\x56\x9d\x3a\x29\x53\x27\xd8\x26\x14\xc6\x99\x38\xc0\xc4\x73\xa6\x1c\x60\xca\x01\x06\x73\xc9\x01\x26\xb1\x6c\x92\xf2\xa6\xbe\x38\x15\xcb\x30\xf4\x54\x2c\x9b\x61\xfb\x7c\x1c\x61\x89\x29\xdb\x03\x6d\x10\x76\xe7\xc6\x7d\x67\x1c\xb1\x7c\x14\x06\xfa\x93\xc2\xa3\xa5\x84\x8e\xd8\x8c\x23\x96\x0f\xd2\xc1\xd4\x11\x9b\x3a\x62\x78\xf4\xd4\x11\x9b\xb1\x1d\xf9\x20\xa0\x4e\x6d\xc7\xd4\x76\x0c\x54\xd5\x76\xcc\x30\x4e\x3e\x88\x2c\xa7\x8c\x73\x86\xcb\xe5\x83\x83\x78\xca\xe5\x00\xeb\x43\x14\x5f\x3c\x23\x3c\xe6\x14\x05\xe8\x75\xba\x89\x92\x71\x44\x61\x9c\x13\x55\x13\x5e\x78\x4a\xd5\xf3\xa9\xaa\x41\x35\x51\xa1\x44\x22\xef\x5e\x52\xe2\x3a\x99\xbe\x89\x32\x51\x9a\x7e\x40\x0d\x51\x33\xa4\x38\xee\x97\x82\xe0\xa5\x20\x38\x34\xf0\x12\x75\x21\x25\x6a\x89\xa2\x62\x23\xb5\x5c\x27\x86\xbe\x62\x3b\x73\xc2\x27\x2e\x95\x54\x97\x4a\xaa\x29\x4a\xd3\x4b\x55\x4c\xb8\xa4\xea\x8a\x20\x9a\x55\x19\xad\x35\x44\x51\xe0\x4c\x51\x53\xd4\x8c\xe4\x4f\xa6\x5f\x4a\xeb\x2b\x4e\x6a\x56\xb1\xb4\xb6\x89\x62\x8d\x4f\x4a\x73\x85\x9b\xe4\x42\xbd\xb9\xe4\x26\x6b\x73\x60\x48\x40\x6b\x13\x3a\xd6\xad\xd6\x23\xa8\x2d\xbd\x76\x58\x22\x17\x2a\xa3\x2d\x4b\x6c\x39\xf9\x14\x85\x25\x76\x1c\xa5\x5c\xc8\x5c\x5b\xc5\x25\x60\x7d\x8a\x42\xaf\x1d\x85\x44\x56\x79\xb6\x55\x48\x6c\x39\xe6\x14\x85\x63\xee\x08\x0a\xb9\xe6\xd0\x7e\x2b\x28\x6c\x6a\x0b\x23\xd3\x6f\x39\xc0\x46\xd5\x4a\x15\xef\x52\xd5\x23\xfa\x66\x19\xc7\x15\x7d\x01\x33\xca\x33\x3f\xd1\xcb\xa3\x23\xc8\x95\xb4\xee\xea\x08\x00\xb3\xa3\x42\x55\x51\x4c\x8f\x47\xfb\x75\x8b\xba\x91\x0a\xe3\xb8\x52\xb1\x6f\xbe\x48\x18\x72\x05\x51\xc0\x8c\x48\xee\x0a\xa2\xbe\x99\x8b\xed\x70\x19\x1a\x30\xa3\xfa\x73\x95\xa0\x1e\x41\x34\x37\x29\xa1\x20\x0a\x98\xb1\x69\xae\x20\xea\x2c\xbb\x51\x10\xde\x5a\xf6\x8d\xfb\x36\x7a\x90\x5b\xee\x0b\x98\x3d\xa5\xd8\xb4\x3b\xfc\x20\x37\xaa\xe5\x7b\x4f\x51\xe1\x98\x46\x48\xbb\xb7\x06\x86\x5e\xb9\xd1\xa0\xdd\xd2\x0b\x30\x8b\x66\xef\xba\x55\x1a\xdf\xce\x5c\x6c\xda\xed\x9a\xcb\x35\x97\x06\x6a\x2e\x54\xed\xa1\xfd\x52\xb3\x27\xc8\x3d\xcf\xdf\x4c\xc5\x4b\xbd\xa0\xc0\x2c\xea\xfe\xa5\x5e\x70\x1d\x8b\x49\x22\xbc\xad\x63\x49\x6a\x49\xaa\x42\x49\x2a\xec\x95\x29\x2a\xd6\x41\x11\x26\x30\x0b\xef\x5e\x07\xc1\x66\x1d\x91\x93\x32\xee\xb7\x8e\x5b\x3a\xde\x9a\xab\x43\x69\x2e\x82\x20\x26\x58\x07\x41\x70\x1d\x54\xa8\x96\x58\x1c\xa5\xc7\xa2\x59\xcb\x16\x9d\xd9\x52\xb3\xb6\x12\xf1\xc7\xa2\x0a\x5f\x89\xf8\x23\x30\x8b\x1c\xbe\x12\xf1\x47\xd0\x29\x76\x16\xed\xdd\xeb\xa2\x33\xcb\xc6\x1a\xd5\x99\x09\xcc\xb2\xa8\x13\x6a\xc5\x79\xb2\x08\xe1\x2b\x45\x4d\xfb\x04\xb3\x9c\xa1\xb6\x28\xf4\x8a\xa2\x64\x25\x4a\x04\x81\x3d\xf5\xa2\x2e\x5b\x09\x27\x35\x43\xaf\x2d\x29\x39\x69\x1c\xc4\x95\x5c\x52\xec\xbc\x0d\x54\x75\xe9\xa5\x9d\x8f\x06\x7e\xd1\xde\xbd\xae\x24\x4b\xcc\x90\x52\xff\xb6\x72\x34\x91\x79\x44\x27\xbb\x32\x4d\xa4\xc0\x2c\x23\x45\x13\xb9\xf2\x42\xaa\x42\x49\x7b\xc0\xa8\x2a\x57\x5e\x92\x22\x0b\x8e\xa8\x2a\x57\x26\x0b\x0a\xcc\xf2\x80\xd2\x40\x8f\x73\x4e\xf2\x5f\xd9\x8b\x28\xce\x79\x54\x46\x2b\x73\xc4\x56\x8e\x98\x93\x47\x44\xe2\x95\x69\xe0\x05\x66\x11\x59\x56\xbe\x59\x76\x8e\x98\x93\x87\x16\x44\xb6\x59\xf9\xc6\x99\xd8\xa1\x4c\x23\xb3\xe8\x05\xf3\x8c\x60\xb3\xd4\x0b\x0a\xcc\x8a\x28\x69\x8f\x71\x28\x24\x96\x7a\xc1\x55\x70\x93\x89\x7f\x15\xb9\x49\x91\x9b\x94\x0a\x35\x44\x0d\xa4\x06\xd4\x14\x85\x17\xc6\xd1\x5f\x85\x73\xbe\xca\x89\x12\x59\x73\x6d\x51\x8e\x94\x41\xb1\xc6\x72\x49\x8a\x81\xda\x8e\xa2\xed\x28\x13\x0a\x55\x4b\x58\x22\xcf\x8a\xaa\xb2\x04\x60\xf6\xa4\xa4\x3d\xc6\x99\x93\x2f\xca\x38\x80\x59\x15\xd5\x45\x5d\x48\x75\xa8\x25\x8a\x4d\x8b\xb2\x71\x15\xd9\x8b\x2e\xaf\x1c\x98\x50\x5d\xde\xaa\xa1\x6a\xa1\xe6\x59\x55\xaa\x56\xa9\x5a\x91\x92\xaa\x35\xd2\x67\x39\xb0\x57\x25\x7d\x0a\xcc\xaa\xa8\x29\x6a\x86\x54\x65\x2e\xd2\xa7\xc0\xec\x49\x5d\xa2\xf8\x62\xa4\xbc\xa5\xf6\x50\x60\x86\x63\xaa\x3d\x14\x94\x23\xba\xf5\x55\x75\xac\xaa\x8e\x95\x06\xea\x58\xd1\x25\x96\x23\x7a\xe7\x55\xa9\x79\x04\x23\x77\x49\x35\x51\x27\x52\xa2\xa4\x44\x40\x6d\x78\x4e\x95\x93\x57\x19\x27\x4a\xe3\xa5\x26\x52\x50\x0e\xe2\x57\x53\xc4\x6c\x8a\x98\x04\x85\xa6\x88\xd9\xc2\xbf\x4a\x8a\xf4\xb9\x9a\xfc\xab\xc9\xbf\xaa\x06\x0e\x51\x1b\xa9\x0e\xe5\xa2\xf0\x1c\xd6\xd8\xe4\x39\x2d\x32\x7d\x49\x04\xe4\x46\xa6\x17\x98\x35\xa6\xbf\x34\x7d\xec\x4a\x49\x59\xd4\x73\x20\xc6\xc1\x12\xea\x64\x57\x63\xd3\x12\x27\xad\x69\xd3\x9a\x36\xad\x31\xbd\x36\xad\xc5\x0e\x95\x84\x63\x36\xed\x10\x60\xd6\xb0\x84\x02\x5f\x0b\x7b\x97\x84\x33\xb5\x2d\xe3\xd0\xf5\x58\xd4\xae\xab\x6d\x59\x62\x63\x09\x2d\x7b\x4b\xd5\x80\x36\x9e\x52\x52\x22\xe2\x44\x49\x9a\x5e\x71\xa2\x29\x15\xb3\x43\x8d\x54\xbc\x9a\x63\xaf\x2e\x4a\xf6\x0a\x68\xf9\x60\x41\x8a\x26\x2d\xd2\x49\x49\x84\xa1\xa6\x74\x02\xb4\xaa\x65\xdf\x9a\xfe\xc6\x12\x03\xed\x6f\x29\x71\xcb\x12\xec\xa3\x92\x0e\x6d\x7e\x49\x51\xf4\x2e\xb5\xf9\xab\x5f\x28\x11\x35\xe2\xea\x3a\x0a\x80\x59\x14\xbd\xab\xcb\xf6\x5c\xd2\x96\x4c\xbc\xef\x4a\x99\x5d\x29\xb3\xff\x76\x57\xbc\xba\x32\x6a\xc7\x95\x33\x91\xb8\xcb\x95\xbb\x8a\x9d\x9e\xa0\xba\xa8\xd8\xad\xcc\x49\xe9\x72\xe5\xae\xe0\x4c\x2a\xee\x0a\xce\x3d\xd2\x49\xa1\xda\x5d\xdd\xb5\x92\x00\xb3\x68\x18\x56\x77\xe9\x18\x86\x2e\x19\x13\x74\xe5\xf0\x4e\x77\xa0\x5c\xd9\xe9\x0e\x56\x8f\x04\x54\x32\xc7\xa2\x2b\x01\x01\x66\x5d\x03\xa5\xc4\xcd\x5c\xec\x56\x57\x48\x02\xfa\x90\xed\x14\xc2\x69\xf3\x4b\x8e\xfe\x6d\xa9\xcd\x5f\x16\xa7\xa3\x64\x8c\x6e\x0a\xbb\x80\x59\x97\x14\x5f\xa4\x8f\x2f\x99\xf0\x66\x4a\xd8\xa6\x84\x4d\x46\x35\x25\x6c\xba\xea\x52\xa2\x4a\x5a\x26\xf7\x03\xcc\xa2\x61\x58\x26\xf7\x33\x47\x0a\x57\x36\xd5\x29\xa6\x65\x9b\xa8\xa7\x54\x54\x0d\x8d\xa8\x6e\x4a\xc5\xa6\x54\x1c\x4d\xf7\x32\x59\xc2\xa2\xcc\x2e\xa5\xa3\x04\xbd\xa0\xc0\x2c\x9a\xee\x65\xf2\x5b\x7a\xe7\x52\x30\xa1\x7a\xe7\x35\x22\x74\x94\x12\xdd\xe7\x1a\xdc\x6e\x08\xcc\xa2\x0f\x5f\x83\xfa\x7a\x0d\x62\x46\x19\xa2\x5c\x14\xee\x17\x7d\xf8\x1a\x8a\x19\x40\x29\x13\x29\x1e\x27\x04\x66\x1c\x8b\x71\xe9\x8b\xf8\x57\x99\x50\xf2\x2f\xc0\x2c\xfa\xf0\x35\x14\x2a\x47\xb8\x49\xa9\xc4\xc5\x21\x37\x01\xcc\xd8\xb4\xa1\x4c\x3f\xe2\x58\x95\x4a\x24\x1e\xca\x49\x43\x39\x29\x9a\xee\x35\xe4\x00\xf4\xf4\xa5\xe2\x4c\xea\xe9\x05\xa5\xb2\xc6\xa9\x80\x3a\x4f\xaa\x06\x2c\x31\x65\x89\x79\x32\x10\xbd\xa6\xd6\x08\x18\xb7\x41\x6b\x6a\x8d\x40\x4b\xe8\x35\xb5\x46\xa0\x54\x72\xe5\xbc\x34\x3d\x2f\x14\x46\x05\x32\xe9\x47\xd6\xbc\xd0\x7e\x6a\xae\x26\x4a\xda\xa3\x97\xc2\xee\x8c\xb3\x5d\x2a\x2e\x37\x15\x50\x01\x53\x79\xc6\x8d\x42\x40\xec\x50\x8b\x4e\x63\x4d\x65\x2e\xc0\xb8\x92\x5a\x53\x99\x6b\x12\x3d\x1b\xf1\x7a\x2a\x7a\x02\x66\x83\x35\x6e\xa9\x8a\xbd\x1a\x05\xa1\xda\xfc\x75\x46\x18\x29\x8d\xa3\x70\x2a\x4e\x00\x66\x43\x54\x15\x15\x5e\xd8\x0f\x06\x2a\xa3\x9e\xca\xa8\xd1\x3b\xaf\x53\x7a\x9d\xd1\x8f\x94\x4e\x15\x7f\xd2\x8f\x08\xcc\xb0\xd7\xa9\x68\x72\x46\x5c\x2c\xdc\x75\xae\x53\x71\x11\x30\x8b\xae\x65\x9d\xb7\x06\xa2\x2a\x57\xa9\x4b\x97\x01\x82\xa2\x8e\xe0\xd2\xd6\x5e\xca\x95\x53\x54\x11\xc5\xf4\x84\xa1\x4b\xc7\xfd\xd2\x71\x8f\xfe\x6d\xe9\x7e\x60\x5d\xe4\x24\xae\xca\xd6\xa5\x9c\x74\x29\x27\xe1\xe4\x97\x72\xd2\x45\x64\xa2\x17\x5c\x97\xce\x23\x60\xf2\xaf\x4b\x91\xe9\x8a\x44\x51\x54\x9e\x5d\xaa\xb2\x2e\x55\x59\x6c\xed\xa5\x2a\xeb\x22\x43\xa8\xe6\xb9\x94\x21\x00\x9b\x78\xf4\x25\x4b\x00\x35\x3d\xa5\xf4\x45\x2c\xa1\xbc\xab\xbb\x86\xb5\xd8\x0e\x25\xb3\xa5\xed\x58\xcf\xed\x10\xc5\x76\x70\x73\x50\xc6\xc1\x40\x3a\x46\x81\x59\xf4\xf4\x6b\x69\x87\xb8\x45\x28\x83\x4d\xd3\x2d\x82\xc0\x8c\xa2\x64\xa9\x6f\x58\x9c\x5a\x6e\x2e\xd7\xd2\xa9\x05\x6c\x1c\xa2\xb0\xfd\x62\x6b\x07\x69\x6a\x69\x41\x40\xaf\x4d\x94\xbe\x48\xeb\x35\xa8\x66\x96\x5a\x2f\xa0\x0c\x8e\xfb\x52\x71\x09\xd8\x53\x7b\x15\x97\x40\x19\x24\xff\xa5\x62\x1c\xb0\x41\xbd\xa9\x0b\x8f\xb5\x39\xa2\x5c\x53\xae\xad\x23\x0a\xd8\xc0\x7d\xb7\x8e\xe8\x8e\x73\x53\x06\x7e\xbf\x55\xea\x01\x36\x28\x54\xb7\xce\xd0\x26\xa4\x8d\x29\xa9\x2a\xaa\x22\xd5\xa1\x9a\xa8\x70\x93\xe8\x1b\x7e\x33\x15\x6f\x19\x1d\x30\x1e\x69\xd6\xd6\xb1\xd8\x91\x0e\xca\x3c\xf8\x94\xd2\x01\x60\x83\xa3\xbf\xe5\x7e\xdc\x9a\x94\xc9\x09\xd6\xad\xc9\x72\x5c\x79\x52\x00\xbb\x5c\x19\xb0\x41\xe7\xee\x72\x65\xbf\xd1\x91\x68\xe0\xda\x07\xbf\x25\x35\xa1\x9e\x52\xfe\xf6\xa8\x47\x09\xbd\x74\x3b\x21\xb0\x41\x6f\x73\xeb\xd4\xdd\x11\x17\xeb\x41\x0f\x71\x2b\x2e\x02\x36\x48\x8c\xf7\xf5\x94\x6a\x21\xd5\x98\x4b\x11\x0f\xe8\x07\x0b\xba\x55\x68\xde\x91\x77\xeb\x41\x05\x72\x2b\xef\xde\x7a\xf7\xa6\x42\xbd\x95\x77\xef\xd8\x87\x4a\xe5\xbc\x75\x15\xb1\x8f\xcd\xf4\x11\x7f\xf6\x41\xe9\x22\x28\xd4\xb1\xfb\x20\x3b\x6f\x7a\xfa\xca\xc3\xf0\x56\x4f\xbf\x79\x0e\xad\xdc\xdd\x6d\x3d\x87\x0a\x8c\x33\xb0\xf5\x1c\xba\xd3\xea\x6f\x8f\x9a\x43\x89\x9d\x78\x1f\x11\xd8\x48\x0d\x6a\x88\x3a\x43\x2a\x4b\xea\x12\x85\x55\x53\x87\x5a\xa2\x16\x52\x06\xa5\x2f\x2e\x7d\x51\x94\xbe\x88\xaa\x3c\xf9\x6e\x35\xdd\x3b\x8b\x8a\x34\xb5\xd5\x6a\x6e\xfa\xbf\x5a\x22\x70\x6d\xfd\x4e\x40\x60\x23\x21\x75\x49\x2a\x4c\x58\xcb\x10\x75\x8a\xe2\xd4\xa5\x09\x85\xaa\x25\x6a\xb9\x5a\x26\x52\xdb\x45\x71\x9e\x22\x8f\xec\x42\x34\xd8\x3c\x28\xd6\x1a\x9d\xd9\xd6\x83\xa2\xc0\x46\x46\x09\xee\x01\x37\x8d\x5f\x25\x61\x6f\x35\x7e\x9b\x87\xbb\x4a\x76\xde\x7a\xb8\x13\x18\x01\x62\x57\x9e\x49\x76\x8d\xd0\x51\x5b\x9c\xf3\xcd\x5b\xdc\x13\xca\xd1\x91\x72\x49\x31\x7d\x43\x09\xb5\x4e\xbb\xb1\x8f\x2d\x2a\xa3\xdd\xb4\x8f\x4d\xfb\x98\x91\xd2\x3e\xb6\x88\x52\xb5\x45\x32\xdb\xb4\x05\x4f\xb0\x11\xbd\xf3\x56\x77\xb0\x29\xcc\x2b\x39\x69\xab\x30\x17\x54\x9e\x30\xb7\xde\xdf\x04\x36\x72\x87\x62\xae\xae\x81\xe1\xe4\x5b\xf5\xe6\xa6\x16\xab\xf4\x6f\x5b\xb5\xd8\xa6\x16\xab\xbc\xaf\x6c\xd5\x62\x02\x1b\x59\x52\xac\x91\x6a\xa6\x72\x79\xb2\x55\xcd\xec\x19\x5b\x50\x67\x81\x22\x12\x0b\x8c\xd7\xa1\x3d\x5d\x52\xb1\x1d\xed\x88\x48\xbc\xa7\xb6\x03\xb0\x51\x44\x61\x9c\x19\x09\xa8\x1d\x71\x44\x37\xaf\x02\x4f\x48\xda\x34\x3d\x0e\x6c\x4a\x84\x76\x60\x42\x95\x08\xfb\x8c\x23\xda\x0e\xe6\x3a\x39\xa2\x02\x1b\x25\x41\xe1\x5f\x94\x08\x8d\x87\x86\xad\x12\x41\x60\xa3\x64\x28\xb6\xe3\xd4\xf4\x91\x3e\xb7\xd2\xfa\xbe\xc2\x27\x5a\xe2\x8b\x97\x7c\x02\x30\xde\xb6\xf6\xc5\xd3\xd9\xbe\x78\x0f\x4f\x11\x27\x36\xc9\xfb\x09\x36\x8a\x06\xe2\x98\x17\xbd\x20\x2f\x01\xfb\xa2\x18\x17\x14\x9e\x8f\xf7\x45\x16\xdc\xe4\xf0\x96\x06\x94\x3c\xfa\x92\x47\x17\xf4\x92\x09\x81\x96\x22\xf6\xef\x4b\x26\xbc\xd4\x31\x1a\xd3\x53\x79\xef\x8b\x5e\x30\x1f\xe8\x45\x2f\x28\x30\xde\xdc\xf6\x75\x6b\x41\xb7\xfa\xca\xd8\x6d\xe5\xf0\xbd\x44\x71\x6a\x95\xb9\x36\xc1\xbd\xd1\x5d\x6c\x05\xf7\xed\xd8\x9e\x1f\x1e\x6c\x97\xed\x81\xc2\xfb\xdd\x76\xd9\xde\x23\x99\xb5\xca\x76\x38\xc9\x4c\x60\x23\x8a\x92\xed\x5b\x73\x85\x5e\xad\xe2\xd1\x2e\xbd\x80\xc4\xd5\xf3\x76\x6a\xea\x4d\x0a\x68\x54\xb8\x5b\x29\x60\x73\x11\xdc\x5a\xf8\x97\x2b\xfa\xfa\x11\x2e\xdb\x5a\x94\x54\x7e\x70\x2f\x2f\xb0\x11\x6d\xbe\x1f\x5c\x52\xf8\x11\xd1\xa4\x75\x0d\x24\x9a\x08\x6c\x54\x28\x3c\xda\x8f\x50\xa2\xf1\xdc\xee\xc7\xad\xb9\x6e\xbd\x4e\x8b\xd2\x5c\x28\xc1\x9b\x9b\x2b\x92\x3b\xbf\x9b\x69\x3c\x05\xb9\x7e\x37\x23\xb0\x51\xd3\x6f\xa6\x62\x4f\xbc\x7c\x78\x8a\x80\xda\xb8\x41\xf6\x44\x40\xf5\xa4\x64\x16\xc7\xd5\x13\xc9\xcc\x09\xce\x8d\xb7\x03\x57\x70\x76\x7e\x98\xd2\x78\x51\x76\xfd\x30\x45\x60\x23\xb2\x8d\x67\x4d\x9f\xa3\xf1\x6b\x54\xa8\x9e\x69\xfc\x04\x99\xf3\xe4\x99\x4c\x2f\x68\xa3\x31\x90\x4c\x2f\x28\xa9\x69\xa0\xa6\xe7\x76\x62\x44\xb0\x71\xdd\x75\x0a\x6c\x54\xf4\xa2\xf6\x74\x92\x46\x1b\x71\x52\x5c\x49\xc3\xf5\x63\x92\x11\x7e\xeb\xfa\x31\x89\xc0\x08\x36\x5e\x38\x3c\x5e\x22\xc9\x36\xee\x27\xbd\x50\xec\x08\x8c\xba\xcc\x0b\xc5\x8e\x93\x34\xda\xcc\x92\x72\x51\xfa\x69\x47\x86\x42\x2f\xd2\x41\x9b\x25\xa4\x94\x0e\xbc\xe2\xca\x33\xda\x69\xaf\xb8\xb2\xc0\x46\x45\x0a\x57\x76\xb2\x42\x9b\x51\x85\x7b\xe5\xe8\x0b\x2a\x8f\x93\xce\x35\xe1\xab\x93\x34\xfa\x71\x30\x90\x10\x2e\x30\x8a\x43\x57\xd2\xf0\x1a\xc7\xb5\x1f\x52\x82\xe3\x2a\xb0\xd1\x98\x4b\x26\x24\xb5\x74\xde\x51\x5d\xa9\xc5\x5b\xa8\xda\x29\x37\xbc\x49\xd5\x26\x55\xa3\xb6\xf0\x26\x55\x81\x7e\x44\x6a\xf1\x46\x46\x15\xd8\x88\x5a\xdd\xc9\x4f\xaf\xde\x62\x41\xfd\x98\x0c\xd4\x82\x00\xe3\xc9\xd7\x9b\x16\x44\x02\xea\x29\xb2\xa0\x2b\x01\x39\x3f\xda\xe8\x29\x3a\x20\xd7\x8f\x36\x04\x26\x37\xd1\x8f\x36\xbc\x6b\x60\x74\x1a\xae\x04\xe4\xbc\xe6\xf7\x8c\x12\x7a\xcd\x17\x18\x77\x64\xae\xd7\x7c\xd7\xf5\x43\x89\x8a\xde\x75\xfd\x20\x30\xf9\x97\xae\x1f\x9c\x07\xfe\x5e\x32\x03\x79\xcb\x13\xd8\xe0\xb8\x1a\x17\x62\x6e\xcf\x5f\x33\x86\x5e\x4a\x79\xce\xd3\x7d\x2f\xf8\x97\x9e\xee\x05\x36\x58\x90\x9e\xee\x7d\x60\xc2\xd2\x25\x75\x89\x92\x09\x27\x14\x26\x1c\x37\x73\x59\xd8\x8b\x8b\x81\x27\xd8\xc0\x27\x74\x3f\xe0\xa4\xcf\xce\xad\x9c\x2b\x7d\x0a\x7a\xad\xa2\xb2\xa8\xcc\x6b\x6b\x81\x2a\xa2\x36\x52\x19\xca\x45\xd1\x14\x71\xac\x74\x3f\xe0\x73\xab\x91\x89\x35\x4e\xaa\x78\x41\x7a\x4e\x4f\x15\xef\x53\x4a\x44\x49\xe5\x4a\x9f\x7e\xc6\x57\x3a\xa5\x8b\x9f\x24\x7f\x41\xe1\xb5\xd5\x4f\x92\xbf\x9f\x11\x3d\x7b\x2b\xa2\x4c\x14\xf5\x66\xcf\x50\x84\x8e\x33\x0c\xd2\x5b\x0d\x67\x3a\xa9\x79\x04\x36\xa2\x58\xf2\x93\x9a\xc7\xcf\x70\xf2\xde\x44\xc9\xc9\x4f\xc5\x09\x3c\xfa\x54\x9c\x20\x15\xf7\x1e\x15\xae\x2b\x15\xfb\x15\x81\xaf\x77\xce\xf6\xa5\xc0\x77\xa9\x75\x8a\x76\xda\x2f\x5a\x27\xbf\x76\x28\xc1\x2f\xf2\xfc\xe2\x3a\x50\x90\x1a\xc7\xea\x52\x50\xb8\xc2\xcd\x3a\x2f\xf0\x7e\x71\xf7\x27\xb0\xc1\x6e\x5f\xdc\x8b\x39\xf9\xb1\xf3\xc8\xec\x97\x62\x3f\x60\xa3\x1b\xd4\x53\x2a\x54\xe5\x79\xd0\x95\x3e\x9d\x16\xb8\xf3\x4e\xe6\x6a\x81\x05\x99\x77\x1f\x57\x0b\xec\xcb\xf5\x32\x17\x73\x2d\x39\xf9\x92\x93\xf7\x01\xc5\x3e\x2e\xfc\x8b\xce\xdf\x97\xfc\x6b\x3d\xfd\x6b\x42\x35\x51\xa1\x04\x8d\x9f\x2b\x61\xfb\x8e\x2f\x76\x6a\x7d\xdf\xfa\x22\x60\x83\x28\x47\x8f\xf9\xea\xbc\x9a\x77\xed\xa3\x5e\xcd\x05\x36\x2c\x41\x6d\x51\xcc\x35\x25\xa5\xb9\x14\xac\x4c\x94\xe6\x92\x12\xe4\x5d\x95\x08\xee\xbc\x3e\xf2\x1e\xe5\xce\x85\x87\xc0\x06\x07\xc6\xb9\xf0\x70\xc7\x73\x66\x94\xff\xee\xf2\x1c\x97\xe7\x18\x73\xc9\x73\x78\xf0\xee\x93\x1c\xee\x74\x50\x02\x1b\x51\xb1\xb9\x53\x52\x39\x25\x42\x9f\xf8\x84\x4a\x04\xa7\x44\xb0\x23\x3a\xec\x5b\x25\xc2\x7d\x50\xeb\x1f\x73\xfc\x75\x2a\xce\xed\x6f\x33\xf1\x7d\x50\xf5\x09\x6c\x44\xb7\x73\x1f\x04\xbc\xfb\xa0\x8a\x49\x51\x9f\xdc\xc7\xd6\xb4\x5c\x6b\x0d\x9b\x50\x59\x54\x78\x4c\x8a\x2c\x75\xab\xef\x13\xd8\x88\x6a\xe1\x3e\xd0\xfa\xd6\x8f\x78\x49\xa8\xb7\x7e\xc4\x2b\x48\x51\x2d\xc4\xff\x4b\x09\x6e\x19\xc7\x10\x25\x25\x58\x5b\x1a\x31\x50\x95\xc7\x9d\x44\xc5\x66\xdd\x2a\x07\x6e\xf2\xbd\xe5\xd1\xa1\xb6\x28\x0c\x3c\x24\xe5\x50\x44\xb7\x1c\xd5\xc6\xcd\x93\xea\x13\x6c\x30\xbd\x5e\x56\x6f\x9e\x51\xad\x84\xbf\xdf\x7a\x46\x15\x24\x2e\x86\x6e\x3d\xa3\x0a\x8c\xa7\xcf\x3b\xe3\x6a\x77\xbe\xf5\xd3\x68\xbe\xa8\x35\x02\xa9\x44\x47\x77\xeb\xe9\xf3\xa6\x42\xb0\x12\x3e\x7a\xab\x42\xb8\x0b\x86\x2e\xd8\xab\xec\x27\x85\xa1\x47\x83\xc2\xd0\x7a\xf0\xab\xd1\x7b\xdc\x7a\xf0\x13\xd8\x60\xd9\x24\xfd\x27\x58\xb5\xbf\xbe\x0e\x89\xff\xff\xf1\xfc\xf4\xf2\xeb\x3f\x11\x58\x3f\x7f\xfe\xec\xef\x5f\xf8\x07\x09\xfc\x43\x80\xc7\xf6\xfb\xc3\xbb\xff\xfa\x8f\x1b\x3e\x7d\xfc\x14\xa3\xf8\xef\xbf\x03\x00\x00\xff\xff\xd2\xfa\x91\xdf\x08\x31\x00\x00"); -func _baf ()(*asset ,error ){_dab ,_aab :=_cgge ();if _aab !=nil {return nil ,_aab ;};_aga :=bindataFileInfo {_dae :"90ms-RKSJ-H",_fb :3820,_ae :_be .FileMode (436),_g :_a .Unix (1580491019,0)};_ca :=&asset {_dd :_dab ,_ef :_aga };return _ca ,nil ;};func _eecf ()(*asset ,error ){_cafe ,_dge :=_acd (); -if _dge !=nil {return nil ,_dge ;};_ddb :=bindataFileInfo {_dae :"Adobe-GB1-5",_fb :2811,_ae :_be .FileMode (436),_g :_a .Unix (1580491284,0)};_dee :=&asset {_dd :_cafe ,_ef :_ddb };return _dee ,nil ;};var _gbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6e\xe3\x46\x0c\x06\xf0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x9a\x19\xcd\x3f\x60\x61\x60\x11\x1f\xea\x2d\xd2\x14\x71\x93\x16\x28\x7a\x90\x25\xca\x10\x50\xcb\x82\x2c\x1f\xf2\xf6\x05\xbf\xcf\x75\x0e\x01\x93\x9f\x86\x14\x49\x05\xb3\x79\xda\xef\xf6\xd3\xb8\x9a\xcd\xef\xcb\xa5\x3b\xc8\x6a\x86\x71\xea\x17\xb9\x5e\x6e\x4b\x27\xe6\x28\xa7\x71\xaa\x2a\xeb\x4c\x3f\x76\xeb\xff\x7f\x22\x74\xe7\x76\xae\xaa\xcd\xf7\xbe\xff\xfa\xfa\xeb\xe1\xc7\xd7\x5f\xcc\xed\x2a\x77\x7c\xda\xef\x0e\x1f\xd7\x55\xce\xfb\x69\xb8\x18\xcf\xe4\xfe\x36\xdf\x0b\x18\xb3\x79\x95\xd3\x78\x5d\x97\x0f\xf3\xe5\x7b\x7f\x39\xca\x4f\xa6\x97\x41\xfd\x65\xe9\x65\x19\xa7\x93\xf9\xf2\xa3\x9d\xdb\xc9\x3e\x1e\x1c\x6e\xf3\xfc\xaf\x9c\x65\x5a\x8d\x85\xc9\xd4\x23\x56\x9b\xa7\xe7\x76\xfe\xad\x3d\x8b\xf9\x6c\xe6\x1d\x8f\xf0\xe4\x5d\x96\xeb\x78\x99\x8c\xad\x7f\xae\xeb\xf8\xe9\x7f\x7c\xcc\x72\x2f\x55\x6d\xde\xf6\xbb\x97\x61\xb8\xca\x6a\x52\xae\x79\xe6\xaf\xb7\xfd\xce\xfc\x6d\x8d\xad\x8d\x0b\xde\xa5\x7f\xee\x47\xff\x7c\xbe\xf4\x8f\xc4\x90\x38\x52\x37\xf6\x4b\x3b\x9d\xa4\xfa\x96\x6d\x63\xb7\x46\x83\xdb\x9a\x94\x73\x02\x79\x92\xdf\x9a\xec\x62\x06\x35\xa4\x46\x29\x35\x4a\xa1\x06\x05\x8b\xc4\x02\x3a\x92\x7a\xa5\x62\x95\x22\x4f\xc5\x06\x84\xc4\x18\x48\x41\x6b\x65\x07\x8a\xa4\x88\xf2\x01\x94\x48\x09\xa7\x6a\x50\x26\x65\x9c\x42\xab\xb1\x80\x52\x8b\xf2\xda\x84\x2b\x83\x12\x42\x2a\x56\xbb\x77\x2d\x66\x44\x48\xc5\xe2\x54\xeb\x49\x5e\xc9\xd5\xa0\x40\x0a\x20\x0b\x4a\xa4\x04\xd2\x56\x5d\xc7\x5a\x1d\x6a\x39\xaf\x24\x24\x21\x35\x20\x96\x17\x96\x0f\x20\x96\x17\x96\x8f\xa0\x8e\xd4\x81\x74\x20\x37\x30\x71\xc0\xa2\xa3\xd6\xf2\x0d\x56\x88\x90\x8a\xcb\x20\x47\x72\xa0\x02\x6a\x48\xba\xe8\xe2\x6b\x50\x24\x45\x90\x05\x65\x52\x06\xe9\x40\x3e\xb2\x56\x44\x2d\xaf\x03\xf9\x8c\x26\x10\x52\xf1\x68\x22\x07\x12\xba\xf7\x01\x94\x48\x58\x8e\x8f\x20\x21\x09\x48\x07\xf2\x85\x89\x85\x4d\xe4\xea\x9b\x74\x49\x9b\x60\x48\xa5\xf1\xa0\x42\x2a\xa0\x1a\xd4\x92\xda\xad\xc9\x5e\x67\x94\x2e\x1d\x49\x47\x9c\xb2\xa0\x8e\xd4\xe9\x29\xcf\xc4\x9e\x24\x20\x24\xe6\x1a\x94\xb1\xc2\x26\x80\x2c\xc9\xe2\x14\xfa\xca\x8e\x84\x4d\x34\x09\xe4\x49\xd8\x44\xc0\x1b\x73\x43\xd2\x2f\xe4\x1b\x26\x06\x12\x96\x13\x30\x50\x8e\x24\x8c\x1d\xd0\x17\xf6\xc5\xa0\xdf\x09\xc4\x4d\x68\xc8\xfe\xfe\x46\x6e\x22\x63\x13\x81\xa7\xb8\x89\x8c\x4d\x70\x5f\x99\x9b\xc8\x18\xbb\xe1\x8c\x1c\x5b\x43\xf6\x81\x7d\x09\x09\x9b\x08\x2c\x3f\x90\x06\x10\x6a\x15\x2e\x47\x43\xf6\x21\x82\x38\x90\x86\xec\xf5\x3f\x5a\x86\x82\xe5\x20\x64\xef\xbd\x5e\x68\x8f\x6b\x44\x7f\xd7\xab\xf4\x71\xb5\x75\xb7\x65\x91\x69\xc5\x45\x8a\xeb\x4b\xef\x9f\x71\x92\xc7\x4d\x3d\x5f\x66\xcd\xc2\xcf\x7f\x01\x00\x00\xff\xff\x7e\x3d\x1d\x6d\xd5\x05\x00\x00"); -func _bcdc ()(*asset ,error ){_dcf ,_fcfa :=_eefdb ();if _fcfa !=nil {return nil ,_fcfa ;};_cfcb :=bindataFileInfo {_dae :"HKgccs-B5-H",_fb :11477,_ae :_be .FileMode (436),_g :_a .Unix (1580492364,0)};_dda :=&asset {_dd :_dcf ,_ef :_cfcb };return _dda ,nil ; -};func _cadce ()([]byte ,error ){return _c (_feebg ,"GBK2K-V")};func _bd ()(*asset ,error ){_gb ,_fge :=_efg ();if _fge !=nil {return nil ,_fge ;};_dc :=bindataFileInfo {_dae :"78-EUC-H",_fb :12552,_ae :_be .FileMode (436),_g :_a .Unix (1580490820,0)}; -_ea :=&asset {_dd :_gb ,_ef :_dc };return _ea ,nil ;};func _gfe ()([]byte ,error ){return _c (_befg ,"Adobe-Japan1-4")};var _fbgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x96\x5d\x6b\x1c\x37\x1b\x86\xcf\xf5\x2b\x74\x98\xf7\xe0\xad\xf5\x2d\x0d\x0c\x0b\x26\x76\xa8\x0b\x69\x4a\xd3\xb4\x85\xd2\x83\xd1\x97\x59\xa8\x67\x97\xf5\xfa\x20\xff\xbe\x3c\xf7\xed\xa4\x9f\x50\x14\x5f\x2b\xdd\xf3\xec\xb5\x7a\xa4\xb9\x79\xfb\x70\xf7\xb0\x1f\xaf\xfa\xe6\x87\xcb\xa9\x7d\x1c\x57\x3d\x8f\x7b\xbf\x8c\xe7\xd3\xcb\xa5\x0d\x5d\xc7\xe3\x71\x57\xca\x3a\xdd\x8f\xed\xfa\xe5\x4f\x0c\xed\x69\x3b\x2b\x25\xeb\x3f\x7e\x7e\xbe\x8e\xa7\x87\x7d\x9e\xb4\xe7\xbc\xfe\x72\x7e\x9d\xab\xf5\xcd\x8f\xe3\xf1\xf8\x7c\xbd\x7c\xd6\x6f\x6e\xfb\xa9\x8e\xff\xe9\x3e\xa6\xf0\x0f\x97\x3e\x2e\xc7\xfd\x51\xbf\xf9\x6e\x3b\x6f\xbb\xfd\xfa\xc1\xc7\x97\xf3\xf9\x8f\xf1\x34\xf6\xab\xb6\x60\x63\xef\x18\xd5\xcd\xdb\xf7\xdb\xf9\xfb\xed\x69\xe8\x9b\xfb\x4f\x6f\xff\xff\x2d\x28\xe0\xcf\xe3\xf2\x7c\x3c\xed\xda\x9a\x6f\x8c\x49\x7f\xf1\x9f\x3e\x9f\xc7\x6b\x8a\xba\xf9\xf4\x70\xf7\x61\xce\xe7\x71\xd5\xa9\x18\xce\xf9\xf5\xd3\xc3\x9d\xfe\xcd\x6a\x6b\xb4\x8b\xde\x2d\xbf\xbf\x4e\xfd\xe5\xfd\xa9\x0f\xcd\x49\xca\xf3\xcb\xb4\x53\x1f\xcf\xe7\xad\x8d\xcb\xb6\x3f\x0e\xa5\xf5\x6a\xcc\x41\xcb\x7f\x6b\x31\x07\xf9\xbb\xdc\xdf\x82\xac\xe5\xfe\xee\x1d\xc8\xad\xbd\xb5\x20\xef\xee\xdf\xdd\x1f\xe4\x9b\xfc\x2b\x45\x59\x86\xef\xa7\x6b\x1f\x93\x0c\xb9\xab\x9d\x07\xed\xbc\x95\x35\x7f\xff\x50\x59\x63\x5e\xeb\x39\xf6\xd7\xf9\x4e\xe6\xe7\xc1\x62\xb0\x68\x2d\x63\x13\x58\x46\x9f\x07\xad\xbd\x4b\x6a\xdd\xec\x66\x0f\x7a\xdd\xec\x94\x99\xc9\x7b\xb5\x6e\x8e\xc8\x6d\x82\xb2\xcb\x82\xea\x06\xd4\xa4\xf0\x1c\xac\xa0\x46\xd4\x0d\xd0\x22\xa8\x37\xa0\xb1\x09\x8a\x12\xef\xa6\x03\x9a\x8b\xa0\x8c\x85\xf2\xa8\xd7\x41\xe7\x2c\x0b\x7d\x95\xba\x36\x5f\x31\xab\x18\x41\x0d\x45\xf8\x8e\xac\x05\x68\x10\x4d\x41\xc5\x4a\x7c\x60\xa9\x61\x7a\x41\xc1\xa9\x75\x8b\x44\x71\xa6\x83\xd6\x8b\x8b\x6a\xdd\x12\x51\xaa\xe5\xa0\xad\xb1\x52\x44\x62\x7c\xea\x40\x5e\x66\x65\xce\xca\xf2\x89\x35\x51\xea\xca\x9d\x68\x02\x2d\x12\x5f\x38\x0b\x43\x0e\xa8\xbe\x6c\x8e\xc8\x09\x2a\x16\xc8\x13\x79\x41\x0b\x51\x20\x0a\x40\x11\x28\x12\xc5\x83\xce\xd1\x78\xa0\x44\x94\x30\x8b\xf1\x99\x28\x63\x56\x06\x2a\x44\x45\x90\xe3\xc2\x85\x68\x11\x64\x19\xbf\x11\x6d\x82\x3c\x8b\xa8\x44\x15\x88\xf1\x8d\xa8\xa1\x7a\x03\xd4\x89\x3a\x10\xbf\xf6\x20\x1a\xa8\x2b\x00\x4d\xa2\x09\x54\x04\xf1\x77\xc4\x90\xa3\x49\x40\xf4\x25\x43\x8e\x06\x59\x95\xbe\x64\xc8\xd1\x22\xab\xd2\x97\x0c\x39\x7a\x14\x51\xe9\x4b\x86\x1c\x1d\x17\xd2\x57\x85\x2f\xcf\x27\xd2\x97\x0c\x39\x46\x66\xd1\x57\x85\x2f\xfc\xda\xa5\xd2\x57\xa5\x2f\xd6\x45\x5f\x95\xbe\x60\x82\x9b\x1c\x43\x8e\x9e\x59\xf4\x55\xe1\x2b\xb0\x08\xfa\x92\x21\x47\xc3\x22\xe8\x4b\x86\x1c\xd1\x30\xa5\xd2\x97\x0c\x39\x5a\x3e\x91\xbe\x64\xc8\x11\x5b\xae\x34\xfa\x6a\xf0\x15\xa2\x5a\xab\xc1\xfe\xaa\x46\xba\xc3\x5a\xd9\xbe\x95\x2d\x5a\xd1\xa2\xd6\x49\xa9\x95\x2d\x5a\xd1\x43\xd6\x5b\xaf\xd6\xea\x89\x3c\x50\x90\x6d\x52\xd9\x1d\x35\x00\x45\x63\xd5\x5a\xd9\x1d\x35\x12\xc9\x2e\xac\xec\x8e\x9a\x80\x52\x91\x78\xb6\x42\xcd\x40\xb9\x48\x3c\xf7\x7d\x2d\x40\x25\x4b\xfc\x42\xb4\x00\x2d\xd2\xdb\x75\x23\xda\x04\x39\x93\x24\xbe\x12\x55\x20\x2b\x6d\x55\x1b\x51\x03\x72\x51\xe2\x3b\x51\x07\xf2\x41\xe2\x07\xd1\x00\x0a\x72\xe6\xd4\x49\x34\x81\xa0\xb0\xd1\x57\x83\x2f\x97\xdc\xa2\xd6\x46\x5f\x0d\xbe\x5c\x96\xee\x68\xf4\xd5\xe0\xcb\x15\x9b\xd5\xda\xe8\xab\xc1\x97\x5b\x64\x9b\x34\xfa\x6a\xf0\xe5\x8d\x91\x78\xfa\x6a\x91\x48\xfa\xb1\xd1\x57\x83\x2f\x6f\x17\x89\xa7\xaf\x06\x5f\xde\x15\x89\xa7\xaf\x06\x5f\xde\xcb\xa1\xd0\xe8\xab\xc1\x97\x0f\x59\xe2\xe9\xab\xc1\x97\x8f\x49\xe2\xe9\xab\xc1\x97\x4f\x49\xe2\xe9\xab\xc1\x97\xcf\x51\xe2\xe9\xab\xc1\x97\x2f\x51\xe2\xe9\xab\xc1\x97\x5f\x64\x33\x35\xfa\x6a\xb3\xfb\x83\x0e\x46\xda\xbd\xd3\x57\x87\xaf\x60\xe4\x5c\xed\xf4\xd5\xe1\x2b\xd8\x12\xd4\xda\xe9\xab\xc3\x57\x70\xb9\xa8\xb5\xd3\x57\x87\xaf\xe0\xb3\x53\x6b\xa7\xaf\x0e\x5f\x21\xa4\xa4\xd6\x4e\x5f\x1d\xbe\x42\x4c\x12\x4f\x5f\x1d\xbe\x42\x92\x16\xed\xf4\xd5\xe1\x2b\xe4\x20\xf1\xf4\xd5\xe1\x2b\xe0\x24\xef\xf4\xd5\xe1\x2b\x2c\x5e\xe2\xe9\xab\xc3\x57\x34\x72\x4e\x74\xfa\xea\xf0\x15\xad\x93\x78\xfa\xea\xf0\x15\x9d\x95\x78\xfa\xea\xf0\x15\xbd\x95\x78\xfa\xea\xf0\x15\x83\x1c\x56\x9d\xbe\x3a\xf6\x57\x8c\xc6\xa8\x75\xd0\xd7\x30\x44\x72\xf0\x0d\xfa\x1a\xf0\x15\x53\x29\xb8\xc1\xbf\xdc\xbb\xca\xfd\xe7\x26\x1e\xb4\x39\x60\x33\x66\x39\x4f\x07\x6d\x0e\xd8\x8c\x25\x27\xb5\x0e\xda\x1c\xb0\x19\x97\x2c\x0f\xa7\xcd\x01\x9b\xc9\x24\x79\x38\x6d\x0e\xd8\x4c\x36\x16\xb5\x0e\xda\x1c\xb0\x99\x5c\x94\x78\xda\x1c\xb0\x99\x7c\x90\x78\xda\x1c\xb0\x99\x42\x90\x78\xda\x1c\xb0\x99\x70\xe0\x0d\xda\x1c\xb0\x99\x92\x93\x78\xda\x1c\xb0\x99\xb2\x1c\xc4\x83\x36\x07\x6c\x26\xdc\xc4\x83\x36\x07\x6c\xa6\xc5\x4a\x3c\x6d\x0e\xd8\xcc\xc6\x04\xb5\x4e\xda\x9c\x86\x48\xee\x8c\x49\x9b\x13\x36\xb3\x95\x3b\x76\xd2\xd7\x84\xaf\xec\x4a\x52\xeb\xa4\xaf\x09\x5f\xd9\xcb\x2d\x35\xe9\x6b\x06\x5e\xa8\x39\x00\x45\xa2\x74\xd0\xc5\x95\xf0\x8f\x5f\x46\xfe\x2d\xef\xa7\x5f\xdf\x17\xdb\xcb\xe5\x32\xf6\x2b\xde\x4e\xf1\x62\x28\x6f\x76\xc7\x7d\x7c\x7d\xd3\x3d\x9f\xce\xb2\x0a\xff\xff\x19\x00\x00\xff\xff\x10\x32\xb8\x89\x15\x0b\x00\x00"); -var _gbdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4b\x6f\x1b\xb7\x17\x05\xf0\x3d\x3f\x05\x97\xf9\x2f\xf2\x37\xdf\x0f\x80\x18\x20\xef\x7a\x91\xa6\x68\x9a\xb6\x40\xd1\xc5\x90\xbc\x34\x04\xd4\x92\x20\xcb\x0b\x7f\xfb\xe2\xde\xe3\xb8\x45\x17\x89\xac\xa3\xcb\xa3\x99\xdf\x10\x9a\xb9\x79\x77\xfb\xfe\xf6\x78\xb8\xea\x9b\x9f\x2e\xa7\xf1\x95\xae\x7a\x1d\x8e\xf3\x42\x0f\xa7\xc7\xcb\x20\xdd\xe9\xee\x70\x54\xca\x3a\x3d\x0f\xe3\xfa\xfd\xad\xbc\x8c\xfb\xfd\xac\x14\xaf\xff\xfa\xf4\x70\xa5\xfb\xdb\xe3\x3a\x69\x8f\xb9\xf9\x78\x7e\x9e\xd5\xfa\xe6\x67\xba\x3b\x3c\x5c\x2f\x4f\xfa\xd5\x9b\x79\xea\xf4\x3f\x3d\x69\x71\xfe\xe5\x32\xe9\x72\x38\xde\xe9\x57\x9f\xde\xda\x97\xf4\xeb\xe3\xf9\xfc\x17\xdd\xd3\xf1\xaa\x8d\x64\x74\x9c\xf2\xaa\x6e\xde\x7d\xde\xcf\x3f\xee\xf7\xa4\x6f\x3e\xbd\x7d\xfd\xe1\xdb\xbb\xd7\x3f\xc8\x07\x92\xff\x4a\x97\x87\xc3\xe9\xa8\xeb\xff\x8d\x49\xff\xc4\xbf\x3c\x9d\x49\xdb\xe7\xf5\xdf\x6e\xdf\x7f\x59\xeb\x81\xae\xda\x1a\x74\xdf\xfc\xfe\xed\xf6\xbd\xfe\xc3\x6a\x6b\xb4\x8b\x3e\x99\x3f\x9f\x47\x7f\xfb\x7c\x9a\xf4\x7c\x00\xca\xe1\x5c\xc6\x69\xd2\xc3\x79\x1f\x74\xd9\x8f\x77\xa4\xb4\x6e\xc6\x6c\x5a\xeb\x56\xcc\xc6\xef\xde\xd8\x37\x76\xd3\xed\xe3\x87\x8f\x1f\x36\x3e\xea\xff\xcc\x2b\x8b\x9a\xe3\xe9\x3a\x69\x21\x93\x86\x66\xd7\xa6\x73\xb6\x89\x17\xfd\xfb\x53\x55\xcd\xf3\x37\x1f\xe6\xf3\xbc\xe3\x79\xfe\x4f\xe6\x9b\xe3\x2f\xcc\xb4\xe9\x62\x83\x6a\xbb\xdd\xf9\xfd\x6e\x17\x6d\xba\x26\xd5\x76\xd7\x25\x70\xe4\x36\x6d\xab\xe1\x84\x22\x12\xda\xb4\x0b\x92\x2c\xcc\xac\xb1\x69\x17\x39\xf1\xa8\xf1\x5c\xe3\x92\x53\x6d\x0f\x48\xc2\xf2\x9b\xf6\x91\x9b\x23\x92\xb8\xd2\xa6\x83\xaf\xaa\xed\x09\x49\xea\x65\xd3\xd1\x45\x4e\x06\x92\x15\x37\x1d\x03\xcf\x64\xcc\x64\xfe\x20\x19\x6e\xce\x13\x09\x1f\x44\xf2\xbc\xaa\x60\xa6\x0c\xb3\xe9\x94\x0a\x27\x43\x8e\xb9\xd0\xbe\xe9\x6c\xf8\x08\xeb\x1e\x38\xa9\xc4\x72\x9e\x67\x76\xac\xda\xd7\x0b\x46\x47\xd2\xb9\xa7\x9a\xa2\x5a\x37\x92\x74\x23\x3c\x7c\xee\x1d\x60\x5d\xc0\xac\xf1\x41\xb5\xee\x10\x39\x89\xac\xe3\x75\xf0\xe8\xe2\x61\x9d\x73\xaa\x75\x80\xf4\x20\x91\xe7\x4b\xd1\x21\xd2\xa3\x44\xc1\x72\x3d\x48\x7a\x92\x28\x1a\xae\x87\x40\xcf\x88\x2a\xd7\xe3\x84\x7b\x91\x28\x55\xae\xaf\x88\xaa\x44\xb9\x70\x3d\x4e\xb0\xcb\x09\xda\x52\xb8\x1e\x67\xd8\xbb\x44\x35\x73\xfd\x40\x34\xe4\xd2\x19\xd6\xeb\x13\xd1\x94\xc8\xf2\xe5\xec\x84\x88\x24\x72\x7c\x3d\xfb\x42\xb4\x24\xf2\xbc\x0d\x06\xb8\x86\x70\xb9\x10\x82\x6a\x03\x5e\x43\xbc\x5c\x64\xf8\x01\xaf\xe1\xb0\x59\xbc\x53\x6d\xc0\x6b\x60\xff\x64\x97\x54\x1b\xf0\x1a\xe2\xe5\x8a\xe3\x7a\x78\x0d\xf1\x72\x95\x2f\xd9\x80\xd7\x10\x2f\x6f\xf8\x9a\x0d\x78\x0d\xf1\xf2\x96\xb7\xcc\x80\xd7\x28\x88\x78\x9f\x0f\x78\x0d\xf1\xf2\x8e\x37\xfa\x80\xd7\x10\x2f\xef\x0b\xd7\xc3\x6b\x88\x97\x0f\x99\xeb\xe1\x35\xc4\xcb\xc7\xcc\xf5\xf0\x1a\xe2\xe5\x53\xe2\x7a\x78\x0d\xf1\xf2\x39\x71\x3d\xbc\x86\x78\xf9\x12\x83\x6a\x13\x5e\x53\xbc\x7c\x0d\x45\xb5\x09\xaf\x29\x5e\xc1\x04\xa7\xda\x84\xd7\x14\xaf\x60\x7d\x52\x6d\xc2\x6b\x8a\x57\x70\xde\xa8\x36\xe1\x35\xc5\x2b\x78\xc7\xf5\xf0\x9a\xe2\x15\x82\xe5\x7a\x78\x4d\xf1\x0a\xd1\x72\x3d\xbc\x66\x5e\x75\xd3\x21\x19\xae\x87\xd7\x14\xaf\x90\x6a\x54\x6d\xc2\x6b\x8a\x57\xc8\xa5\xaa\x36\xe1\x35\xc5\x2b\x94\xe2\x55\x9b\xf0\x9a\xe2\x15\x6a\xce\xaa\x4d\x78\x4d\xf1\x8a\x26\x5b\xd5\x26\xbc\xa6\x78\x45\x9b\xb8\x1e\x5e\x53\xbc\xa2\x8b\x5c\x0f\xaf\x29\x5e\xd1\x47\xaf\x1a\xc1\x8b\xc4\x2b\x86\x90\x55\x23\x78\x91\x78\xc5\x18\xac\x6a\x04\x2f\x12\xaf\x28\xbf\x10\x04\x2f\x12\xaf\x98\x5d\x55\x8d\xe0\x45\xe2\x15\x8b\xe3\x7a\x78\x91\x78\xc5\x6a\xb9\x1e\x5e\x24\x5e\xc9\x58\xae\x87\x17\xc9\xfe\x4a\xd6\x70\x3d\xbc\xa8\x20\xaa\x5c\x0f\x2f\x12\xaf\xe4\x2a\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\xd5\x16\xbc\x96\x78\xa5\x1a\xad\x6a\x0b\x5e\x4b\xbc\xb2\x09\x51\xb5\x05\xaf\x25\x5e\xd9\xf2\x2f\xf3\x82\xd7\x12\xaf\xec\xbc\x57\x6d\xc1\x6b\x89\x57\xf6\x8e\xeb\xe1\xb5\xc4\x2b\x07\xc7\xf5\xf0\x5a\xe2\x95\xa3\xe5\x7a\x78\x2d\xf1\xca\xc9\x54\xb9\xd1\x7d\xbf\x3d\xf1\xdf\xfc\x54\xf0\x72\xa3\x1e\x8f\x97\x0b\x1d\xaf\xf2\x4c\x20\xf7\x63\xbe\xa1\x1e\x8e\xf4\xf2\x7c\x71\x3e\x9d\x79\x95\xfc\xfb\x3b\x00\x00\xff\xff\xf6\x6c\x4f\x32\x8b\x08\x00\x00"); -func _fgg ()(*asset ,error ){_bba ,_feb :=_cd ();if _feb !=nil {return nil ,_feb ;};_abf :=bindataFileInfo {_dae :"78ms-RKSJ-H",_fb :14250,_ae :_be .FileMode (436),_g :_a .Unix (1580490899,0)};_cc :=&asset {_dd :_bba ,_ef :_abf };return _cc ,nil ;};func _ccgc ()([]byte ,error ){return _c (_bcbe ,"UniCNS-UTF16-V")}; -func _ccgea ()([]byte ,error ){return _c (_ddfg ,"NWP-H")};var _eec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x10\x05\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xbb\xaa\xba\x5b\x2d\x10\x86\x60\xb3\xe0\xc3\x6e\x42\x9c\x7f\x10\x72\x18\x4b\x3d\x66\x20\xd6\x0c\x9a\x99\x83\xbf\x7d\x78\xf5\x34\x0e\xec\x61\x99\x9d\x67\x75\x49\xfe\x3d\x77\xeb\xee\xe1\xe9\xf1\x69\x39\x5c\xc2\xdd\x2f\xeb\x71\x7a\x6e\x97\xb0\x3f\x2c\xf3\xda\xce\xc7\xeb\x3a\xb5\xf0\xd2\x5e\x0f\x4b\xd7\x89\x86\xf9\x30\x5d\x6e\x5f\xfd\x63\x7a\xdb\x9d\xba\x0e\xeb\x9f\xdf\xcf\x97\xf6\xf6\xb4\xec\x8f\xc1\x78\xdd\x7c\x3d\x6d\xd7\x86\x70\xf7\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xc3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\xa0\x9e\xb5\x65\xf6\xcf\xee\xee\xe1\xeb\xee\xf4\x6d\xf7\xd6\xc2\x9d\x4f\xfa\x8c\x75\x9f\x79\x91\xff\xec\x8f\xb6\x9e\x0f\xc7\x25\xc8\x8f\x31\xe6\xff\xe3\xdf\xde\x4f\x2d\xc8\x36\xe3\xaf\xdf\x9f\x1e\xc3\xdf\x12\x24\x06\xcd\xb9\x96\x7f\xb6\xfc\xcf\xaf\xc7\xb9\x85\x78\xbb\xd3\xd3\xe3\xc3\xf1\xba\x5c\x82\xf4\x25\x6e\x4b\x85\xbf\xd2\x74\x9c\xdb\xf9\xb4\x9b\xda\xba\x5b\x5e\x5b\x17\xc2\x18\x63\x8c\xf7\x61\x4c\xe9\xcb\x97\x7b\x3c\xed\x77\x57\x74\x65\xd8\x56\x1e\x66\x26\xb7\x15\x31\xee\xf7\xf7\x21\x76\x63\x14\x7e\x17\x7c\xd7\x5c\xba\x31\x2a\x13\x45\x92\x45\xbb\x31\x1a\x13\x43\xd2\x97\xda\x8d\x31\x31\x49\x48\x24\x6a\xea\xc6\x98\x19\x65\x8f\xb4\x62\x76\x61\x54\x3c\xca\x86\xe1\x3d\xa3\xde\xa3\x7e\xc0\xf4\xca\xa8\xfa\x13\xc4\x84\xf1\x03\xa3\xc1\x23\x8b\x18\xbf\x63\xb4\xdb\x9e\x13\xe3\x5f\x18\xbd\x78\x54\x05\xe3\x27\x46\x13\x22\x8b\x3d\xc6\xcf\x8c\x66\x8f\x4c\x31\xbe\x31\x6a\x1e\xe5\x8a\xf1\x7b\x46\x7b\x8f\x6a\x8a\xdd\x28\x94\x12\x97\x4a\x71\x28\xdd\x28\xc4\x12\xc7\x4a\x96\xb5\x1b\x85\x5a\xe2\x5a\xa9\xc4\xda\x8d\x42\x2e\x71\xae\x54\x4b\xea\x46\xa1\x97\xa4\xcd\x14\xe3\xe9\x25\xee\x95\xad\xc7\x78\x7a\x89\x7b\xe5\x62\x18\x4f\x2f\x71\xaf\x5c\x2b\xc6\xd3\x4b\xdc\xab\x48\xc2\x78\x7a\x89\x7b\x95\x14\x31\x9e\x5e\xe2\x5e\xa5\xa0\x58\xa1\x97\xb8\x57\x19\xd0\xac\xd0\x4b\xdc\xab\x17\x54\x2b\xf4\x12\xf7\xea\x13\xaa\x15\x7a\x49\xdb\xfa\xc7\x78\x7a\x89\x7b\xf5\x03\xaa\x55\x7a\xa9\x7b\x55\x41\xb5\x4a\x2f\x75\xaf\x9a\x50\xad\xd2\x4b\xdd\xab\xf6\xa8\x56\xe9\xa5\xee\x55\x07\x54\xab\xf4\x52\xf7\x1a\x14\xd5\x2a\xbd\xd4\xbd\x86\x84\x6a\x95\x5e\xea\x5e\x43\x8f\x6a\x95\x5e\xea\x5e\xc3\x80\x6a\x95\x5e\x5a\x6f\x7f\xab\x98\x4f\x30\x1d\x98\x25\x94\xab\x14\xd3\x1d\xb3\x1e\xed\x2a\xc9\xd4\xc9\xd0\x3e\x6e\x41\x33\x9d\x98\x29\xfa\x55\xa2\xe9\xcc\x2c\xa3\x60\xa5\x9a\x36\x66\x3d\x1a\x56\xb2\xe9\x9e\x9b\x24\xa2\x62\xa3\x9b\x45\x66\x8a\x8e\x8d\x70\x26\xcc\x32\x4a\x36\xca\x99\xde\x36\x58\xec\x46\x23\x9d\x39\x9d\x58\x44\xcd\x46\x3b\xe3\xde\x34\x43\xcf\x46\x3c\xe3\xe6\xb4\x8c\xa2\x8d\x7a\xc6\xdd\x69\x15\x4d\x1b\xf9\x8c\xdb\x33\x45\x54\x6d\xf4\x33\xfa\x25\x43\xd7\x46\x3f\xa3\x5f\xca\x28\xdb\xe8\x67\xf4\x4b\x15\x6d\x1b\xfd\x8c\x7e\x59\x50\xb7\xd1\xcf\xa6\xdb\xa9\x80\x7b\xd0\xcf\xe8\x97\x0b\x0a\x37\xfa\x19\xfd\x72\x45\xe3\x46\x3f\xa3\x5f\x11\x54\x9e\xb6\x33\x90\x7e\xc5\xd0\x79\xa2\x5f\xa2\x5f\x29\xe8\x3c\xd1\x2f\xd1\xaf\x54\x74\x9e\xe8\x97\xe8\xd7\x0b\x3a\x4f\x69\x3b\x53\xa7\x88\x2c\xc5\xea\x27\xeb\xed\x04\xc5\xff\xf1\xfe\xf9\x78\x23\x4c\xd7\x75\x6d\xcb\xc5\xdf\x3e\x7e\xe8\xe3\xcc\x3e\x2c\xed\xe3\x4d\x76\x3a\x9e\xb0\xca\xff\xfd\x17\x00\x00\xff\xff\x1b\x84\x37\x93\xf5\x06\x00\x00"); -func _cbdc ()(*asset ,error ){_deg ,_aabc :=_aeaa ();if _aabc !=nil {return nil ,_aabc ;};_fgbe :=bindataFileInfo {_dae :"GBK2K-H",_fb :88688,_ae :_be .FileMode (436),_g :_a .Unix (1580492018,0)};_ccc :=&asset {_dd :_deg ,_ef :_fgbe };return _ccc ,nil ; -};func _aeg ()([]byte ,error ){return _c (_fba ,"Adobe-KR-0")};var _deeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x93\xc1\x8e\x9b\x30\x10\x86\xef\x3c\xc5\x1c\xb7\x87\x6d\x3c\x80\x21\x48\x15\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xc1\xe3\xd4\x52\x63\x90\x81\x43\xde\xbe\xb2\xc1\x83\x7a\x40\xe6\x9b\x7f\xc6\xfe\xc7\x0c\xbb\x43\x73\x6c\xac\x99\x60\xf7\xcd\xf5\xdd\x89\x26\xd0\xc6\x2a\x47\x63\x3f\xbb\x8e\xe0\x42\x57\x63\x93\x04\x53\x50\xa6\x9b\x22\x86\xa5\xbb\xb5\x43\x92\xec\xce\xd6\x3c\x3f\x3d\x9e\x5f\x3f\x65\xe9\xe3\x67\x98\x47\x5a\xe3\x87\xe6\x78\xba\x8f\x13\xdd\x1a\xab\x7b\xc8\x96\x7a\x35\x0f\xeb\x1e\x00\xbb\xef\x74\x35\xe3\xe4\xee\xf0\xf0\x51\xf5\x17\x7a\x07\x8a\xb4\x8f\x7f\x75\x8a\x9c\xb1\x57\x78\x78\x7e\x42\x8e\x9e\xe6\x61\xf8\x4b\x37\xb2\x13\xc8\x10\x23\xab\xc2\x9a\xec\x0e\x2f\xed\xf0\xa5\xbd\x11\xfc\x67\xe6\x2d\xa8\x41\x7c\x23\x37\x9a\xde\x02\xbe\x17\xa2\xdc\xc2\xaf\xf7\x81\x00\xd7\x4d\x7e\x9e\x9b\x23\xfc\x42\x40\x01\xa9\x2c\x44\xfe\x7b\x8d\xff\x78\xe9\x15\x67\x61\xb9\xd8\xef\x8c\xea\xfe\xb4\x2e\xf9\x20\x84\x10\xa9\xc0\xbc\x06\x59\xed\x23\xa6\x85\xc7\x6a\xc1\x4c\x08\xac\x41\x96\x92\x31\xf5\x98\x47\xc4\xac\x86\xb2\x14\xc5\xc2\x5a\x2f\xd9\x7b\xc6\xce\x63\xc6\x48\x21\xbb\x8c\x8c\x2a\x30\xa7\xa3\xf6\xe9\x55\xc4\xec\x12\xe4\x8d\x43\x3a\x0a\x66\x5d\x43\x21\x18\xe5\xc5\x1b\x67\x2b\x52\x79\xe4\xb3\xe4\x72\x76\x1e\x99\x82\x73\x44\xff\x25\xe2\x85\x24\x05\x5f\x90\x6b\xed\x95\xb8\xe9\x7d\x0d\xf1\xd5\x5b\xdc\x6f\xfd\x0b\x56\xd0\xb7\x5e\x6d\x4a\xbe\x29\xd2\xd7\xa4\xac\x14\x9b\x52\xfa\x9a\x94\xef\x27\x9e\xa3\xb5\xa8\x7c\x0d\xf7\x86\x2d\x2b\xe8\xdb\x2c\x8b\xd5\xf7\xe2\x33\x80\x9f\x5c\x1e\xa6\x6e\x76\x8e\xec\x14\xe6\x36\x8c\x8b\x1f\x01\x63\x89\xff\x8d\xa1\x1f\x7c\x55\x78\xfe\x05\x00\x00\xff\xff\x0f\x79\x9f\xed\x47\x03\x00\x00"); -func _bdfc ()([]byte ,error ){return _c (_bcgc ,"KSC-V")};var _aaff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xcf\x27\x41\x76\x9f\x89\xed\xfb\x53\xd4\x52\x5e\xc8\xcc\xb8\x9d\x88\x00\x1a\x05\x58\xa2\x29\x73\x21\xdb\xb0\x24\xdb\x80\xe1\x45\x5e\x39\x0d\x0c\xbb\x89\x26\xb5\xd0\xb7\x1f\xc4\xf3\x44\x91\x83\xc1\x60\xaa\x36\x15\x6f\xfe\x33\xe3\x1e\xe7\x16\xe7\x9c\xdf\xdf\xfc\xc7\xbf\xff\xdb\xbf\xff\xf3\x9f\xfe\xe5\xc7\xdf\xfc\x3f\xff\xfa\x97\xfb\xbf\xbc\xff\xf2\xe3\xfb\xd3\x9f\x9f\xbf\xbe\xff\xfc\x97\xff\xfe\xd7\xfb\xfd\x71\xbd\xff\xf0\xa7\x3f\xff\xe1\x0f\x29\xff\x78\xfe\x74\xff\xcb\xaf\x3f\xf9\xef\xfe\xc7\xf3\x9f\xfe\xf0\x87\xf5\xfd\x7f\xf9\x1f\xff\xfc\x2f\xef\x3f\xfe\xfd\x9f\xbf\xbf\xfc\x28\xbe\xf7\xfc\xf7\x7f\xda\xef\xfe\xf8\xf1\x37\xff\xaf\xf7\x1f\xfe\xf4\xcf\xff\xf2\xd7\xff\xf1\xe3\xdf\xfd\x5f\x9e\xbf\x5c\xef\xff\xe9\xc7\xf3\x7e\xeb\xf9\xff\xe3\xaf\xcf\xfb\xd7\x3f\xfd\xf9\x1f\x7e\xfc\xbb\xff\xf4\x1f\xd2\xbf\x3e\xfd\x2f\xff\xfd\x9f\xfe\xe9\x7f\x7e\xff\xf1\xfd\xf3\xbf\xfc\x68\x3c\x7b\xff\xfc\xf0\xff\x1f\xfe\xe6\x3f\xfe\xe7\xf3\x9f\xfe\xef\xe7\x3f\xbe\x3f\xfe\xe6\xbf\xfd\xf9\x4f\xff\xe9\x3f\xfc\xfb\xff\xf6\x5f\xff\x2e\xc5\xbf\xff\xbf\xf1\x2b\x3f\xfe\xbf\xdf\xbf\xfe\xf3\x9f\xfe\xf2\xe7\x1f\xe9\xff\x7c\xa4\xf8\xb7\xc7\xff\xf5\x7f\xfc\xd3\xfb\x23\xed\x4a\xfe\xbf\xff\xed\xef\xff\xf6\xc7\xff\x2f\xfd\x48\xc7\x8f\xdc\xe2\x48\xff\xff\xfd\xfc\xff\xf3\x9f\xff\xf2\xbc\x3f\x0e\xff\x2a\xf6\xfe\xfe\xcb\xf3\xfe\xf3\x3f\x9d\xf7\xfb\xd7\xf3\xcf\xff\xf0\xfe\xe1\xc7\x8f\x3f\x1e\xc7\x71\xfc\xfc\xb1\xfe\xfd\xf1\x6f\xfb\xdf\xfd\xdd\xcf\xf5\xec\x6f\xc7\x71\xfc\xed\x7f\x5c\xcf\xff\xf8\xb7\xff\xe1\xef\xfe\xee\x6f\xff\x6e\x3f\xff\xbf\xfe\xdb\xbb\x7f\xc7\xb3\xf7\xcf\xcf\xff\xa6\xc6\x3f\x24\x1b\xfa\xf3\x5f\xfe\xe5\x79\x3f\x9f\xed\x36\xfe\x78\x1c\xe9\xfb\xf9\x23\xad\xaf\xfe\xd7\x3f\xff\x21\x1d\xc7\xee\xdd\x9f\x9e\xfb\x7f\x3a\xff\xba\x3e\x38\x8f\xf5\xe6\x2a\xd4\x9f\x3f\x52\x74\x8a\xed\xe7\x8f\x9c\x4b\xab\xfc\xd1\x7f\xfe\x48\xdd\x57\xc6\xcf\x1f\xe9\xc8\x14\xe7\xcf\x1f\xbd\xa7\xb2\xca\xd7\xaa\x22\x78\x7c\xa5\x9f\x3f\x52\xa6\x92\xab\xff\xfc\x31\xe7\x2a\x3d\xab\x86\x3c\x56\xf1\x3d\x7e\xfe\x08\x2b\x7b\xd3\xcf\x1f\x11\xbc\xf0\x8e\xf5\xb4\x51\x9c\xab\x48\xb5\xef\xf9\xf3\x47\x4c\x8b\xf7\x7a\xea\xbb\xcf\x2a\xd2\xc2\x97\x7f\xfe\x88\xc1\x0b\x5f\x59\x45\xea\xfd\x68\x8d\x77\xbf\x55\xd9\xf0\xdd\x55\xd9\xa0\x89\x6f\x55\x36\x57\x77\xd3\x41\x1f\x56\xcf\x52\x5a\x35\x74\x9e\xa6\x6b\x15\xd7\xe0\x53\xa6\x18\xab\x58\xeb\xfa\xcc\xe2\xea\xef\xec\x14\x57\x77\xc6\xb1\x8a\xb1\xde\x1d\x7c\x76\xbf\xeb\x33\x9e\x3e\x8c\x98\x26\x1e\xfa\x4b\x13\xcf\xaa\x6c\x50\xd9\x13\xab\xe8\x0b\xab\xde\x31\x29\x32\x78\x6b\xa0\xbf\x6b\x6c\x89\x01\xcd\xf5\x6e\x6e\xab\xeb\x73\xb5\x96\x83\xe2\xfa\x2c\xdf\x6b\xf0\x47\xa2\x38\x57\x71\xd5\x90\x9f\xb9\x96\xe2\x58\x6f\x54\x86\x7c\xac\x2a\x2a\x55\xd4\xf4\x87\x3f\xa6\xb7\x7c\xab\x8a\xf6\x87\x3f\xe6\xe3\xc8\xac\x6c\xac\x72\x3a\xa8\x23\x0d\xfe\x28\xab\x96\x74\x50\x5e\x9b\xe5\xe0\xfd\xd4\x78\x9c\x28\xc7\x7a\xdc\x57\x31\x67\x97\x3f\x1f\xd9\x17\x32\x65\x5e\xa0\xba\xb2\xea\xee\xd4\x56\x7c\xa3\x50\xbe\x7e\xfe\x48\x6b\x16\xf3\xd1\x9e\x9f\x3f\x9a\x75\x9c\xb7\x3b\x72\xbd\x92\x8e\xb2\xf6\x5b\xa3\xe8\x97\x95\x32\xa3\x4c\x3c\xa7\x23\x6b\x35\x73\xca\xc9\x31\x04\x7f\x38\x38\xde\x9f\x79\xb5\xc4\xeb\x73\xd5\xb8\xd6\x20\xe7\x63\xed\xf1\xd2\x29\xae\x43\x54\xd6\xbb\x39\xad\x4a\x4a\xa1\x48\x93\xf9\xa0\x7c\xae\xc7\x93\xe2\xf3\xf3\x47\x6a\x89\xe2\xbb\x8a\x54\xb1\xce\xe1\x9c\x99\xc7\x79\x0d\xb8\x66\x8a\x4c\x65\xb6\xdc\xd6\x63\xdf\x58\x4b\x56\x82\x22\x35\x37\x8a\x6b\x46\xaa\xc5\x55\x73\xe5\x85\xb2\x56\xa0\xd1\xf4\x9a\xbe\xd4\xe8\x7d\x59\xe3\x2e\xf4\xad\xac\xad\x50\x7c\x4a\xdf\x78\xba\xb6\x6e\xaa\x7c\x56\xef\x55\xe4\x85\xc6\x62\x65\xc6\x17\xab\x9b\x8d\xae\xad\x8d\x95\x2a\x03\x99\x8c\xda\x29\x9a\xab\x9b\x95\x79\x39\xe9\x3c\x35\x5f\x0e\x95\xce\xbd\x9f\xcb\xbc\xc8\xd6\x26\x35\xff\x3b\xc4\x27\x97\xb4\x96\xa0\xae\x66\x1b\x74\x68\x9d\xe0\xdc\xce\xd5\xec\x3a\x53\xb9\x5d\xac\x11\x2f\x5c\xac\xd1\xea\x57\xbb\x59\xdd\x49\x11\xea\x34\x28\xae\x79\x5a\x54\x24\xb7\x75\xfe\xd2\x22\x12\xb9\xdd\xab\x2b\xeb\x04\xe7\x58\x9b\x25\xad\x73\x9d\xe3\xa0\x86\x42\x91\x6d\xb3\xa8\x44\x8e\x0a\x25\x4b\x14\x57\xcb\xb1\x3a\xf1\x8e\x63\x6d\xbe\xba\x28\x58\x7e\x47\x5a\x7f\x1c\xcc\xca\x3b\x2a\x7f\xb0\xec\xef\x18\xfe\x51\xf9\xe3\xf2\x8f\xc6\x1f\xec\xde\xc3\xda\x66\xf7\x0f\xbe\x39\xfd\x83\x4e\xbd\xe7\xe9\x1f\x54\x7d\xbe\xfc\xc1\x34\xbc\x6b\xec\xeb\x8f\xcc\x1f\x56\xcd\x5a\xbc\xb7\xdf\x2c\x9a\x90\xbf\x45\xfc\x2b\x94\x38\x7f\xeb\x9c\xd7\xce\x59\xfc\xd6\x91\xae\x3d\xfb\xbc\xf0\x7c\x52\xae\xeb\x7d\x8e\xc0\xc7\xe4\x1c\xa9\x24\xfe\x08\x36\x97\x1f\xf7\x9f\x3f\xea\x08\xcb\xe3\xe7\x8f\x92\x8b\x8d\x4d\xde\xb1\xd2\x73\x3d\xe7\x30\x7f\xc7\xf5\xf3\xc7\x1c\x3e\xbe\x57\x5b\x61\xfd\xcf\xaa\x86\x83\xfd\x1d\xef\x2a\x77\xfb\xf0\xfd\xfc\x91\x8f\x49\xb3\x8b\xdc\xb4\x23\xd1\x14\x27\xae\xda\x9d\xb5\x4d\x72\x63\x9f\x7c\x8b\x0a\xd5\xc1\x54\x7e\x8b\x0a\xd5\x9e\x2c\xb7\x55\xae\x96\x25\x43\x6c\x8b\x2f\xf5\x9f\x3f\x4a\x71\x2c\x69\xed\x7e\x4f\xc2\x97\xe6\xcf\x1f\x75\x72\x98\x3e\xce\x71\xce\xbe\x7f\xad\x4e\x64\xdf\x59\x03\xc8\xc3\x86\x9f\x9f\x3f\x72\x75\x42\xd7\x09\x6f\x2d\xfb\xfc\xfb\xf9\xa3\x84\x0b\xb0\x8e\x78\xa9\x90\x97\x6f\xd1\x9d\x16\x76\x74\x91\x9d\x94\x9a\x33\xb1\x0e\x7f\x19\x1c\xdd\x2f\x57\x08\x88\x1f\x2f\xae\x3b\x33\x0d\x2c\x3a\x59\xa3\xd1\xb9\xdc\x17\x19\x2c\x56\x0a\x75\x1a\x3e\x9f\x3f\x7f\x94\x59\xfd\xf6\xfc\xf9\xa3\x95\x83\x59\x5f\xf4\xa2\x94\x69\x5b\x8b\x77\x1c\x87\xdf\x3e\xeb\x79\xf2\xfd\xc5\xa0\xd2\xee\x0f\x27\x64\xd0\x9f\x45\x94\xf3\x31\x19\x58\x61\xa7\xbb\xd8\x25\x73\x5e\xa8\xbf\x14\xbe\xf5\x9d\x0a\x0d\xf5\x79\x63\xf5\xe8\xdb\xa2\x43\x2d\xef\x7a\x56\xff\x4b\xf8\x7c\x70\x72\xad\x73\xae\x71\x39\x96\xb2\xfa\x1f\x4e\xdc\xe2\x00\x2d\x0e\x26\xae\xdc\x6b\x8c\x2e\x00\x54\x6c\xef\xa6\xf2\xc2\xe4\x5d\xbd\xc5\xbc\x4a\x85\x66\x7f\xeb\x04\xd7\xe6\x20\x2b\xfc\xcd\xad\xbe\x8e\x73\xe9\x4e\x4a\x2d\x50\x38\xbe\xad\x9c\x60\xb7\x4d\x6d\xc8\x31\x3e\x8f\xb5\x48\x10\xee\xaf\xae\x1d\x94\xeb\x6f\xc9\xd9\xb7\x88\x6b\x2d\x6e\xaf\x3a\x29\xdb\xa9\x75\x48\x47\xb5\x23\x6b\x75\x52\x66\xa4\x8b\x02\xd7\x56\x6c\xf0\x81\x92\xfa\xed\x5a\x9d\xe6\x8a\xd4\x8f\x8e\xf0\x4e\x83\x1d\x43\xb6\xbe\xc5\xbc\x73\xf7\xdb\x45\xbe\x4b\x85\xec\x7f\x6d\xed\xae\xc3\x81\xb6\xba\x9e\x7b\xb6\xda\xda\x5d\x47\xf3\x5b\x76\x57\xf2\xb9\xe2\x9d\xef\x0f\xce\x93\xef\xac\xd5\xd9\xbb\xa2\xad\xe3\x7d\x24\xcb\xd7\xcf\x1f\xf5\x57\x1f\x16\x5d\x9b\xae\xf8\x62\xd6\x25\x3b\xd9\x6d\x9d\xef\xa3\x5a\xff\xb7\xe6\xc1\x33\x0a\x6b\x19\xee\xa2\xc5\x5b\x4a\xf7\xc8\x85\xbb\x8b\x3a\x63\xf5\xbf\x48\x1b\x62\x9d\xef\x1c\xcc\x55\xb4\x75\xcc\x9c\xdb\x88\x9f\x3f\x7a\xda\x75\xf6\x9f\x3f\xfa\x71\x58\xcf\x80\x66\xbb\x35\x03\xba\xee\xb7\xf6\x9f\xfe\x2c\x29\x2d\x8f\xfd\xfe\xea\xff\xd8\x75\x3e\xcc\x27\xeb\x15\xef\x9a\x37\x8f\x7a\x7c\x9c\x26\xde\xef\x1e\x6f\xaa\xef\x09\x21\x04\xbe\xf1\xf5\x35\x00\xf9\xe7\xd7\x0b\x83\x67\x00\x7d\xed\xae\x56\x2c\x2f\x02\xb5\xe9\x65\x8f\xd5\x18\xb4\xfd\xeb\x6b\x00\x65\xfa\xce\xf8\xf9\xa3\x67\x09\x78\x5f\xc7\xbb\xbb\x60\xfd\x5c\x84\x7a\xd7\xbf\x16\xa0\x38\xd1\x7d\x0d\xa0\x4e\xeb\x81\xc9\xbb\xd8\xfd\x65\x82\x58\xd4\xfe\xf1\x9c\x6f\x17\x27\x8b\xf0\xc8\x2d\x46\x56\x32\x6c\xe8\x1b\xab\xff\xd9\x3e\x8f\x02\xe9\x61\x5c\x8b\xbf\xd5\x06\xab\xff\x06\x4a\x81\x74\x74\xac\xd3\xa1\x34\xf6\x8d\x75\xbc\x37\xa9\x5a\x2c\xb0\x36\xf9\xc0\x58\x1a\x42\x81\x4b\x7d\x63\x2d\x40\x71\x73\x0f\xd8\xf4\xde\xd1\x8b\x33\x76\xa5\x8d\x6f\x3c\x9c\x69\x3b\xc4\x0e\x6a\x96\xd7\x0a\x4c\x77\xf4\x94\xc3\xd1\xd1\x89\x98\x30\x5d\xca\x25\xcc\x8d\xc3\x91\x4d\xb9\x25\xad\xcd\x35\x82\x4d\xd0\x96\x0c\x93\x46\xb6\x22\x38\x9c\xdb\x6f\x71\xe4\x5e\xab\xcf\xd7\x0a\x34\x09\xe6\x44\xc7\x71\xf5\x26\x1c\x42\x56\x39\xd7\x0a\xa0\x36\xe4\x6f\xae\x23\x8c\xde\x90\xbf\x09\x81\x95\xd0\xcd\xb5\x02\xe3\xb0\x5d\x06\xe0\x6a\x23\xe6\x64\xb7\x1c\x72\xce\xec\xf2\xb8\x73\xf1\xe8\xe4\xe8\xcf\xb5\x04\x19\xa1\xe5\x43\x2d\x9b\xd3\x7d\x83\x62\xd6\x64\xe4\x67\x40\xb9\xfc\x60\x8d\xa0\xbb\x36\x4b\x49\x1b\x45\x26\xba\xb4\xb4\xa4\xb8\xfb\x21\x5d\xb4\xea\xb7\xd7\x1a\x65\x6d\xbf\xa5\x68\x4b\xee\xae\xc5\x61\x9c\xeb\x84\x1c\xbf\x6a\x5b\x04\x38\x24\x3f\xe7\x62\xe1\x9b\xb6\xa2\x0b\x76\x77\xc0\x52\x06\xc7\x26\x63\x4b\x90\xcb\x79\x97\x19\x9e\xe4\xe4\xaa\x3f\x7f\x8c\x4d\x72\xae\xf6\xf3\x47\x9f\xd6\x79\xad\x23\x3e\x25\x93\x4b\x93\x2c\x55\xe6\x76\x0d\x48\x1d\x73\x7f\xc1\x00\xe5\xd4\xd7\xb9\x46\x7d\x30\x1b\x17\x2a\xc4\xfe\xf6\x46\x28\xb4\xfc\xfc\xfc\xd1\x37\x47\xbe\x58\x1f\x77\xe7\x92\x5c\xdb\x26\x6f\xf7\x81\x78\xc4\xfb\x37\x1b\xcc\xd3\x78\xaf\xfd\xd5\x3d\x2d\x77\x59\x6d\xc9\x78\xef\xba\xa4\x1d\x49\xd4\xbd\x56\x67\x9f\x84\x25\xa2\x8e\x82\x86\xf4\x2d\x19\x35\xff\xaa\x73\x09\x89\x69\x48\x97\x96\x8a\x56\xaa\x1c\x6d\x09\x72\x69\x4a\x7f\x6e\x15\x50\x1b\xbb\x7f\xfe\x98\xdd\x13\x72\x2b\xc7\xdb\xd1\x97\x41\xfa\x0e\x0c\xd0\x8d\xf7\xc8\x23\x78\xff\x59\x0b\x50\x24\x0f\x4b\xf9\xec\xc3\xc5\x7b\xd6\x00\x32\x22\xec\xb7\x34\xd1\xae\x60\xff\x3d\x8b\x44\x8d\x75\xea\xca\x81\x92\xb5\x16\xbe\x1c\x8a\x86\x95\x22\x92\xd5\x91\xfd\x83\x5d\xe7\x3b\x09\x0d\x62\xad\x6f\x41\x51\x4c\x16\xe1\xd3\xc7\xd1\xfc\xe3\x53\x89\xeb\xeb\x8f\x09\xe3\x2d\x4b\x5e\x5f\xec\x8a\x3f\xd6\x54\x97\x63\x86\x7f\xd0\xc6\x87\x80\xcc\x18\xca\xf1\x0d\xff\xe0\xb5\xa5\x0b\xaf\x3f\xe8\xed\x77\xfa\x07\x7d\xf9\x2e\x55\xcf\x82\xaa\xbf\x74\xbf\xf5\x47\xca\x10\xda\xd5\x78\x2e\x5b\x27\xe4\x8f\x93\x91\x1e\x6b\xef\x94\x72\xfa\xcb\xa2\xfd\xa5\xdc\xd5\x3f\x06\x7f\x38\x94\x35\xfb\xa5\x3c\xcd\x0a\x56\x4f\x6a\x55\x88\x5f\xe4\xb0\xd4\x2e\xf1\x59\x0b\x56\xda\x54\x88\x67\xc4\x71\xec\x3f\x56\x05\x91\x94\xdb\x97\xd6\x56\x66\x52\x73\x58\x7c\xab\xcc\xf0\x35\xe6\x62\xde\x9f\x7f\xac\x59\x9a\xcf\xe1\x1f\x7c\xf3\xec\x5f\xe2\x0f\x7f\x2c\xe7\x6e\x74\x09\xe9\xe5\xaa\x56\xd0\xd7\x78\xee\x5d\xdb\xda\x0f\xe5\x7e\xad\x60\x31\xef\x7a\xb4\xf0\x8f\xf1\x87\x3f\xd6\xd4\xac\x6d\xb1\xdd\x5a\x8a\xe3\x59\xca\x58\x2d\x6a\xde\xc7\xe2\x73\xb5\x5c\x2a\x3f\x8b\xcc\xd6\xf2\x3c\xfe\xb1\xbe\xa9\x8f\xb5\xad\x75\xaa\x51\xfd\x66\xad\x53\x8d\xf0\x9b\xb5\x4e\xb5\x67\x3b\xba\xb6\x7f\xed\x79\xfa\x47\x5b\x7f\xf4\xfd\xcd\xaa\xba\x0f\xab\x5e\x04\xad\xce\x3d\xbd\x6b\x45\xeb\xec\xcc\x1b\x76\x8d\x3a\xfb\xe3\x1f\xab\xea\x89\x2e\x36\x8e\x75\xe4\xea\x9c\x97\xbf\x50\xc1\xfc\xfc\x63\x55\x3d\xaf\xf0\x8f\xf9\x1b\xda\x57\xe7\xd5\x7d\x73\x4d\xd0\xdd\xfd\x63\xc9\x3a\xf5\x3e\xb3\x7f\x74\xfe\x28\xfe\xb1\x06\xfb\xa8\xb5\xa5\xc5\x63\xea\xfb\x6f\xea\x58\x7d\x97\x3a\x96\xe0\x2b\xf5\x5d\xea\x58\x3a\x58\x93\xfa\x1e\xc8\x6b\x8b\x60\xd6\x77\x1d\xa8\xd2\xd7\xb9\xac\xef\x52\xb5\x6a\x5d\xfb\xa3\xbe\x4b\xd5\x2a\x79\x58\x86\x95\x2e\x22\x59\xdf\xa5\x6a\x95\x31\x7c\x1f\x46\x34\x7d\xfe\xa0\x6e\xd8\xd8\x0b\x05\xb7\xfc\xd9\x30\x2f\x2d\x65\xab\xa2\xb7\xd4\x57\xf3\x86\x2f\xa5\xdd\x3b\x6a\x45\xdb\x8a\x45\x9e\xeb\xbb\xb4\xad\x82\x89\xa3\xbe\x6a\x5b\x87\xe5\x40\x2a\x62\xc8\xa9\xfb\xb1\xb5\x2e\x5a\x8d\x4e\x5f\xdf\xa5\x6d\x25\xc4\xde\xfa\x26\xa4\x99\x66\x2f\x2e\x4c\x1e\x36\x76\x63\x42\xf1\x9d\xc5\x4b\xdb\x61\x3d\x2f\x8d\xd1\x09\x34\xa9\x66\x87\xb2\x07\x77\x30\x8f\x19\x51\x2b\xa8\x74\x69\x52\xf5\x70\xbe\xb4\x38\x1d\xc3\x2f\x90\xe4\xd9\x7d\x6f\x1e\xbf\x14\xe4\xfa\x66\x6d\x65\xc3\x1f\x4e\x58\x98\x3f\x28\xed\x32\x84\xa5\x4b\xb5\xbe\x6b\x5d\xda\x6c\x5b\x47\xb9\xbe\x18\xb2\xc2\x65\xde\x84\xc5\x25\x41\x69\x2a\xd9\x97\x76\x5f\xf9\xba\xd0\x57\xbb\x51\xa4\x24\xc3\xb7\xe2\x97\xa2\x5e\xdf\xe2\x54\x72\xa2\xde\xa5\x37\x15\x88\x57\x7d\x0b\xe6\x17\xa7\x60\xe9\x4d\xa5\x87\x1f\x5f\x08\x98\xb6\x20\xe1\xe3\xd0\xbd\x4b\x71\xca\x6d\xf7\x63\x6d\xd0\x92\x6c\xe1\xfb\x65\x0a\xa8\xef\xd2\x89\xf2\x70\x10\x55\xb2\xc7\xb9\x7c\xab\x62\x1f\xbd\xa8\xce\xa5\x9b\x6c\x1d\xcb\xda\x13\x2d\x2c\xc5\x27\xf7\xea\x07\x4b\xf1\xc9\xee\xa5\xa5\xf8\xac\x0f\xe8\x77\xa5\x7f\x1e\x8d\x45\x21\xca\x48\x3e\x5f\x73\x59\xdd\x1a\x8b\x76\xa5\x19\x96\x3f\xa4\x79\xc6\xb9\x34\x9f\x5c\xad\xa7\x39\xc7\x0e\x14\xd5\xe7\x28\xf4\x7b\xa9\x3e\x79\x86\x1f\xb0\x59\x2b\xdd\x6e\x4e\x31\x04\xe4\x5d\x64\x2f\x0d\x67\xb2\x69\x2d\x3d\x7c\x6b\x29\x0f\xd9\xa6\x97\xf2\xa3\x61\xa4\xbe\x0d\x23\x86\xdd\x6e\x10\x9c\x69\x6b\x4b\x49\xd8\xeb\x86\x92\x93\x1a\x2d\x2f\x25\xa7\x0c\x97\x04\x25\x67\x3a\xb4\xe0\x98\xb8\xeb\x97\x6e\x52\x7b\xa6\xbc\x94\x8a\xdc\x5d\xce\xa5\x54\xe4\xf0\xc4\xa0\x53\x1c\xc9\x73\xb5\x08\x7c\xc9\xc1\x90\x97\x70\x5f\x92\x1f\x2c\xc1\x7d\x64\x3f\x58\x42\x79\x6e\x83\xc1\x0c\x47\x56\xf2\xef\xa8\x1c\x56\xab\x5a\x3c\xc9\x4b\x64\xaf\x0d\x3a\xf9\x8e\xd3\x1a\x6c\xe6\xe2\x88\x33\x69\xe3\xfe\x65\x1b\xaa\xef\xa2\xd3\x35\xdc\x28\x88\xec\xd9\x9d\xbf\x44\xf6\x5c\x25\x52\xf3\xb0\x22\x26\x61\xc9\xec\xb5\x04\xad\x61\x7f\x9d\x92\x8a\x89\x55\x2a\xf3\xf1\x92\x0c\xca\xc8\x3e\x67\xf7\x39\x99\xd3\x03\xcb\xe4\x63\x82\x3c\x92\xcb\xb8\x64\xf3\x7a\x38\xf0\x45\xf8\xcb\x74\x96\x17\xf7\x1d\xe1\x0a\x4d\xf6\x7a\x66\x34\x4b\x06\xd7\xa2\x55\xdf\x13\x35\x54\xa2\x06\x59\x47\x22\xa9\xaf\x42\xc1\xde\x40\x4b\x06\xcf\xc9\xb3\x8b\xc5\x73\x48\x29\x96\x08\x5e\x93\xfb\x8a\x6b\x92\xec\x14\x71\x4f\x32\xab\x8d\x4d\x74\x7f\x1b\x70\x4e\xf7\x1f\xf4\xb4\xd8\x00\xcc\xcf\xbd\xb7\xc4\xec\x12\x0e\x19\x76\xd2\x64\x0e\x4b\x82\x2e\x9b\x6a\x5e\x1a\xc1\x78\xe7\xaa\x56\x4a\xb7\x2f\x24\x38\x39\xcb\x75\xfe\x32\xd6\x55\x6c\x86\xb5\x3b\xe4\x8b\xcd\x3a\xe9\xdd\x8d\x46\xeb\xea\xdf\x28\x84\x4e\xe9\x8d\xc5\xd0\x86\x6f\xd6\xc6\xbd\x77\x63\x71\xf3\xb8\x21\xee\x66\xb9\xd5\x12\x77\x0b\x42\x4f\x7d\x31\xc9\xee\x1d\x75\x73\x63\xb4\x4f\xc6\xcd\xae\xb7\xd7\xda\x2d\xab\x1f\xc0\xac\xdd\x20\xf7\xed\x07\xfe\x81\x4d\x61\xb7\xf0\xc2\x28\x18\xfe\xe3\x31\xe1\xf9\xe3\x31\x69\xfe\xb1\x56\x6d\x73\x9c\x25\xd8\xd6\xb0\xe5\x25\xae\x95\xea\x79\x5b\x92\x4a\x69\x0e\xe7\x59\x34\xac\xba\x1d\x1f\x4c\x53\x1e\xab\x67\x31\xdc\x21\x81\x7e\x30\x5c\x56\xbf\x85\x13\x75\x9f\x7f\x1c\x43\xbe\x7d\xdd\xe3\x56\xf4\x62\x79\x75\x0d\x5e\x7b\x27\x5d\x7d\x0b\x26\x1e\x16\xea\x5d\x5b\x2a\x3c\xdc\x6f\x83\xda\x30\x82\x97\x4d\x2e\xc3\x79\xdd\xe4\xe1\x4b\x30\x4d\x9b\x7e\x59\x4d\xc4\xb8\xf7\x5d\x5b\xa7\xbb\x75\x3e\x04\x0e\x4f\xd1\x97\xfc\x98\xd9\xfe\xd6\x72\xee\x31\x7f\x2c\xa7\x32\xc0\xe7\xde\x71\x9d\x3f\x78\x7a\xf7\x83\x45\x4b\xf6\x78\x10\xc1\x93\x93\xb7\x44\xeb\x92\xdd\xc0\x0a\xd7\xbb\x4b\xdf\xa3\x39\x84\xf2\xeb\x0f\xf4\xfb\x83\x8a\x2f\x1d\xb7\x62\x9f\x5e\x3f\x04\x7f\x24\x0c\x55\x07\x65\x76\x06\x8c\x1c\x5b\x72\x4d\xf4\x15\xa3\x71\xc1\x60\x54\x31\x1a\x6b\xe8\xae\x18\x8d\xd3\x3a\xd9\xbf\xa1\x6e\x58\x94\x53\x40\x33\xb0\x28\x57\x84\xf9\x8a\x51\xb8\x36\x26\x07\xa3\x70\xcd\xec\x2c\x8c\xc2\x0a\xef\x15\xa3\x70\x3e\x8a\xef\x3b\xe3\x8d\xf2\x8b\x10\x41\xc7\x31\xfe\xee\xe7\xdc\xef\x14\xe6\xe9\xf3\xd2\xc9\x43\x86\xf5\xb7\x2a\x50\x7c\xca\x2c\x89\xad\x85\xf5\xb7\x14\x87\x87\xcc\x82\x49\xa8\x62\xfd\xcd\x98\x69\x2a\xd6\xdf\xda\xd9\xd2\x58\x79\x8b\x4b\x87\x95\xb7\xf6\x61\x03\x6b\x3a\x24\x2b\x58\x70\x93\x9c\xf5\x53\x1a\xc1\x12\x52\x31\xe1\xd6\x3e\x7d\xa9\xf8\x83\x7f\xb8\x09\xe8\x85\xd2\x48\x76\xc2\x0a\xdd\x38\xac\xaa\xfb\x03\xed\x21\x8d\x14\xf6\x25\x56\xdc\xf5\x03\x03\x42\x1c\x51\x82\xc3\x8c\xbb\x7e\xf0\xad\x9b\x1f\x2c\x3f\x74\x84\x26\x30\xc5\x56\x47\x87\x74\x51\x33\x9d\x5d\x32\x41\xe9\xce\x00\x32\x41\x85\x22\x60\x0d\xad\x01\x87\xc2\x1a\x5a\x25\xef\x58\x43\x6b\x76\xf6\x1a\x67\x0e\xfb\x42\xd5\x1c\x1a\xd5\x1f\x18\x68\xb6\x05\x84\x82\x09\x5b\xc7\x1e\xba\x7e\xa0\x1b\x8d\x09\x77\x79\x31\x88\x8e\xca\x16\x40\x26\xc8\xae\x68\x3b\x99\x7c\x66\xa6\x5d\xdc\x9b\x5b\x56\x08\x67\x68\x8d\x61\x0e\xbf\x85\x6e\xc0\x34\x34\x88\x76\xbb\xbd\x64\x85\x3c\x1c\x66\x60\x15\x81\x13\x69\xf8\xe4\xfe\xa2\x62\xf8\xac\x18\x8f\x2b\x86\xcf\xd5\x51\x2a\x0a\x77\x06\x23\x08\x6f\xe6\x1d\xce\x92\x2e\xf2\xf4\x34\x85\x16\x42\x6b\x85\xf0\x3b\xca\x25\x75\x4c\x0f\x13\xca\xa3\x9a\x0d\x06\xcb\xda\xdd\x9d\xdd\xbd\xe0\xf6\xec\x48\xa6\x8e\x1e\x0b\xe4\x70\x57\x2d\xb5\xad\x0e\xf7\x0b\x16\xc8\x43\x0e\x82\x09\xb2\x76\x78\x23\x26\xc8\x52\x3d\x79\x98\x17\x31\x55\xd5\x6d\x5e\x44\xc4\xc0\xbc\x98\x0e\x49\x0b\xf6\xc5\x91\x1c\xbf\xa2\x8c\xac\x02\x03\x63\xca\xee\x7a\xa4\x95\x8e\x30\xfa\x29\xad\xe4\xea\x0f\x17\x56\x57\x7f\xb8\xfd\x81\x11\x2d\x71\xa5\xd4\x6c\xdb\xaf\x3f\x30\x63\x83\x35\x71\x3a\x94\x57\x32\x04\x1f\x1b\x63\xc5\xb4\x55\x35\x25\x0e\x37\xfa\xdc\xbd\x65\x78\x33\x10\xc2\x7c\xa9\x63\x57\x64\x6e\x26\x96\x4e\x27\x73\xda\x0f\xd8\x11\x86\xc2\x8a\xaf\x45\xc5\x20\x58\x86\x1f\xa3\x4a\x86\xe7\xea\x74\xb3\xb6\xdf\xdd\x3a\x54\x8d\x82\xc9\x19\x45\x22\xa9\x2e\x13\x12\x49\x72\xe9\x4f\x54\x31\x27\x17\x89\x44\x79\x1b\xa3\x60\x1d\xd2\x81\xd3\x03\x8b\x52\xa3\xe1\x6f\x78\xdc\x4f\xd7\x35\x18\xd4\x12\x49\xca\x70\xcd\xce\x45\x77\x26\xac\x17\xe3\x5d\x49\x8d\xbe\x5f\xd0\x23\x37\xc8\x92\x24\xa6\xf2\x12\x86\xb3\x54\xe0\x8c\x18\xce\x92\xd2\x2a\x86\xb3\x3a\xdc\x1f\x08\x06\xdc\xa1\x54\x6c\x5c\x75\xec\x32\xec\x16\x59\x00\x1b\x57\x6e\xee\xb3\x25\x0b\xd4\x21\xf5\x5a\xec\xbc\x34\x37\x2c\xec\x3c\x3c\xc6\x8f\x34\xca\x33\xf7\x38\x64\xcb\x0e\x79\xbf\xc5\x90\x61\xe8\xdf\xc3\x90\xdd\x42\x30\x7d\x95\xc6\x6f\x31\xfd\x3a\x10\x12\xbe\xc5\xf4\x47\xa0\x56\x7d\x2f\x82\xbe\xa3\x94\xe7\x67\x27\xfe\x45\x52\x4b\x34\xf0\x06\x2d\x33\x45\xaf\xbb\xda\x5a\x61\xfa\x43\xaa\xb6\x98\x7e\x6e\xee\xbe\xd7\xae\x32\xce\x77\xa9\x1e\xc9\xb9\x78\xb1\x8e\x3b\x04\xae\xda\xbb\x73\xfd\xb9\x75\xdd\x0a\x4b\x00\xc8\x05\x5d\xf2\xfb\x76\x97\x98\xe1\xcf\x2e\xf9\x12\x2d\x4b\xb0\x3f\x66\xa9\xb8\xe6\xdf\xf9\xf3\xc7\x6c\xbe\xcf\x2a\xec\x8a\x3e\xdf\xe9\x7f\xf8\x63\xc3\xd7\x48\xfb\x7b\xc3\x30\x38\xf2\xaa\xa8\x1d\x07\x76\xf3\xee\x73\x0e\x66\x59\x94\xbf\x1d\xc7\xf5\xf3\x47\x9f\xe1\x0f\xcc\x76\xf6\x03\x66\xbb\xf9\xce\xeb\x07\xc1\x1f\x4e\xf7\x5c\x65\x7d\x51\x30\x6c\xb7\x23\x61\xd9\xdc\x3f\xe8\x44\x40\x4d\x49\xab\x65\xa2\x89\xb4\x64\xac\x52\x2c\xaf\x03\xc0\x95\x57\x3b\xb0\x45\xcc\xb0\x8c\xb4\xb1\x08\x4a\x3b\xb0\x45\x1c\x4c\x59\x3b\x92\xfd\xf3\x07\x0d\x97\x94\xb3\xdd\xc8\x74\x16\x36\x0f\x85\x6c\xb8\xb9\xd4\xb1\x9f\x07\x2d\x1f\x94\xbb\x1f\xd0\x57\x8c\x0e\xdc\x7d\xb4\x23\x4f\x06\xe7\x07\xdc\x10\x0e\x2b\xba\x20\x27\x8c\x27\xbb\x27\x19\x02\x36\x07\x2c\xbe\xed\xc8\xae\x09\x0d\x2c\xa6\x5b\xb9\x29\x6f\x7a\xcf\x1c\xa5\xfa\x87\xd7\x8b\x54\x5a\xdc\xd0\xd5\x3f\xd0\x20\x5d\x87\xca\x6e\xc8\x96\x95\xf4\x68\x99\xbb\xcc\xe1\x10\x96\x4a\x3f\xda\xa4\xd7\xd5\x1e\x59\xb6\xd2\x46\xa5\x95\x2e\xd9\x0d\x2e\x2d\x0f\xbb\xdd\x9c\x17\x86\x0f\xdf\xc4\x97\xa9\x1d\xcd\xae\xc6\xef\x54\xd4\x76\x2c\xae\x5a\xc2\xee\x06\xc4\x2e\x68\x31\xe8\x8a\xe3\x5b\x8c\xab\x23\x26\xb5\x63\x31\xae\x31\x5c\x2e\x6e\xda\xa6\xf3\xd1\x17\x79\x40\xac\x6a\x87\x3c\x6c\xbf\xe3\x64\xb2\xb1\xb8\x2d\xcb\x2e\x10\x7e\x1f\xb5\xf2\x0e\xec\xa9\x27\xda\xc2\xd1\xa3\x15\x16\x6e\x48\x1b\xf9\x16\x3e\x80\x9b\x55\x3b\xe0\x03\x47\xf5\xa0\x2c\xcd\x75\x60\xcb\x6b\x87\x97\x4a\xae\xc3\x09\x6d\x74\xdf\x9f\x2a\x07\x74\x54\xda\x5f\x9d\xe4\x93\xf9\x73\x7b\x9f\xe1\x0f\xd4\x7a\xe2\x98\x61\x37\xd0\x38\xf7\xd9\x38\xd9\x57\xc5\x8f\x6f\x28\x2e\x2d\x2f\x32\x3e\x7a\x63\x45\x97\x32\x39\x3b\x9d\x58\xba\x64\xdf\x0b\xcd\x6d\xcc\xb4\xd3\x17\xb3\xe8\x88\x2f\xdb\x75\x67\x5c\x7d\x8d\xa6\xd3\xd3\x0b\x0a\x55\xfc\x00\xbf\x83\x64\x45\x4b\xf5\xde\xef\x73\x75\x32\x1d\xcc\xa2\xf4\x23\xb9\x87\x97\x3a\x38\xa6\x7b\x18\xea\x3e\x1d\xa4\x37\x18\xd5\x29\xe2\x0a\xa3\x7a\x48\x96\x16\x37\x8a\xeb\xf7\x40\x4b\x3d\xdb\x0f\x37\x5b\xdd\x8f\x5f\xb6\x2a\x1d\x7a\x69\x4c\xfa\x24\xed\xb5\xce\x17\x8f\x90\x83\x75\x5d\xa4\x77\x4c\xeb\x7f\xd9\x4f\xee\x95\x57\xad\x8f\xce\x41\x6e\x87\xfb\x60\x11\xcf\xd2\x9c\x5c\xb5\x27\xee\x6f\xda\xf1\xb1\x31\x3b\x1f\x2c\x4a\x3a\x8e\xfd\xfc\xf4\x25\x76\x05\xea\xd3\x01\x95\x4c\x50\xcf\xce\xf0\xf1\x43\x4c\x47\xed\xfe\xe0\x7c\x25\xca\xc5\x1f\x1a\x7f\x70\x57\x06\x49\x4a\xfb\x4e\x66\xe9\x02\x2d\x1d\x4e\xc6\xa4\xcc\xae\xa8\xd6\xb4\x06\x97\xc2\x32\x7d\x1a\x36\x67\x9f\x96\xcc\xda\xd2\xc1\x49\xa8\xb4\x90\xa0\xe8\x9c\xdb\x94\xec\x13\x34\x29\x2d\x1a\x5b\xb2\x35\x49\x63\x2b\x34\x33\x25\x76\x4c\xf2\xa5\x46\x99\x26\x16\xbd\x9d\xa3\xd1\xc2\x22\x9f\x1d\xe9\xaa\x25\xc9\x67\x9d\x7c\xb0\xc8\x67\x6e\x2c\x44\x5a\x14\x70\x70\xdd\xdd\x52\xe1\xae\x8a\x43\x95\x96\xe2\x31\xa6\x53\xb6\x28\xdd\x98\x50\xfd\xb4\x28\xdd\x98\xc9\x77\x6e\xca\x7e\xfb\xfd\x72\x4b\x6a\xa9\x6a\xe2\xe6\x9d\xaa\xe5\x89\x61\xe2\xdb\x75\x34\xb6\x64\x82\x00\x16\x28\x01\x3e\x9e\x95\x9b\xa0\x96\xf0\x06\x41\x66\x68\xa9\x22\x56\x75\x2b\xed\x7e\x6c\xad\x03\x43\x81\x1f\x4f\x7c\x61\xfc\xf8\xf4\xa5\xdf\x49\x6f\x2d\xd5\x25\xac\x96\xdd\xdf\xdb\xaf\x6c\x13\x87\x04\x68\x65\xc2\xe4\xd9\x9c\x9c\xa5\xde\x74\xa9\x4c\x6a\x2c\x45\x73\x4b\x60\xf2\x44\x12\x68\x49\xa2\x1b\x0c\x10\x6f\x8f\x01\xf9\x4c\x8b\x00\x27\x3c\xd9\x5a\x92\x00\x37\xa7\xb9\x61\xd5\xe3\xc0\xa6\xe0\x7a\xa3\xd1\x02\x6e\x17\x78\x76\xb5\x14\x78\x7f\x1d\x54\xba\x74\x8c\x91\xb3\xef\x38\x58\xa8\x00\x5e\xb0\xd3\x4d\x13\xdc\xbd\x4e\xdf\x5f\xa3\xc1\xb7\xa6\xa5\x50\xac\xb3\xad\xcf\x6f\xe9\x11\xa6\x50\x29\x4b\xea\x3a\x01\x32\x32\x4d\xa1\xcd\x0d\xde\xb9\x5d\xac\xbe\x54\x71\x0d\xa0\x77\xa8\x2b\x92\x96\xd4\x31\x47\x79\x6a\xb8\xb9\x51\x22\x48\x1d\xef\x47\xf7\x7d\x5f\x64\x32\xdc\xf7\xdd\x11\x54\x2b\xba\x50\x93\x6c\x6c\xa9\x4f\xc9\x91\x75\xb4\x07\x3f\x18\xfa\x49\x31\x9c\x81\x04\x0a\x75\x4f\x23\xff\xf2\x78\x6b\x09\x87\x89\x61\x63\xe8\x2d\x1d\x12\x92\x06\xb7\x39\x4e\x35\xea\x49\x72\xf5\x31\xa6\x16\x4f\xe8\xcc\x18\xd4\x19\x0c\x36\xd0\xee\x20\x67\xfc\xf2\xa2\x6b\x69\x72\x99\x61\xbb\x73\x28\x41\xd1\xf0\xe4\x5e\x3c\x68\x78\x3a\xb2\x46\x4f\xb9\x15\x2b\xd5\x1f\xf0\xdd\x41\xd6\x49\xfa\x5e\xda\x3b\x2f\x40\x5b\xd0\x1c\x4e\x09\x28\x27\x2d\x69\x11\x6d\x88\x4d\x69\x71\xa8\x8a\xe5\xa2\x25\x19\x14\x64\x39\x9d\xd7\x2f\xcf\xbe\x96\x4e\xaf\x73\xfc\x18\x83\x8d\x07\x08\x17\x81\x64\xcb\x17\x73\xe7\x98\xf1\xf5\xcc\x8e\x13\x87\x47\xc5\x98\xa4\x81\x13\x63\x4d\x4b\x8b\x2b\xe5\x0a\xd3\x4b\x17\xe6\xd7\x66\x45\x6b\x95\x9b\x44\x93\xfb\xff\xb6\x1b\x80\xa6\xbb\x1f\x2f\x5d\x10\x79\xe7\xe6\x2a\xd4\xe7\x4b\x15\x29\x87\xdb\xee\x86\xae\x36\x38\x66\xba\xf1\x93\x92\x34\xdc\xd0\x55\x89\x9e\x56\xcd\xe6\x30\x6f\x04\xf6\xb0\x26\x67\xdb\xf1\xe0\x8f\x5a\x3d\xc0\xf7\x8d\x29\xc5\x0f\x1e\x5c\x0f\x58\x05\x2f\x95\xdb\xee\xd3\x87\x88\x4f\x4d\x32\xc1\x66\x07\x1f\xae\xe7\x3c\xc1\x0f\xca\xad\xc4\xf4\x91\x5e\xb8\x7d\xb8\x8e\xdd\x94\xf8\x3d\x7e\x39\x55\xb6\xf4\xe2\xa8\xe4\x32\xbc\xfa\xf8\xb3\x54\x18\x11\x87\x24\xfd\xa5\xa2\xf0\xb4\x2d\xd6\x57\x0e\xf7\xfc\xfb\xfa\x83\x6f\xad\xfe\x15\x47\xfa\xd1\x42\x8a\xdf\xd2\xb7\xa5\x86\x8c\x24\xe9\x52\x0d\x89\x83\xbe\x7c\x08\x3c\x92\x4b\x39\x69\x48\x5a\xbe\xf6\xcb\x0b\xb4\xa5\x2f\x20\xc8\x36\xd9\x7d\xc9\x1f\x90\xe7\xdd\x2c\x8b\xdd\xee\xed\x0e\xb7\x2d\xfb\x95\x35\x53\x87\x1b\xf9\xbb\xa9\x93\x59\xc3\x54\x89\x71\xb7\xa5\x6f\x8f\xcf\x1f\x70\x55\x63\xd6\x32\xa6\x4a\x85\xea\x0c\x77\x96\x65\x65\x5d\x69\xeb\xa0\xcc\xa5\x0c\xc7\x26\xe3\x18\x11\xcd\xf7\x3b\xaa\xea\xa4\x8c\x3d\x77\x97\x51\xb0\x54\x42\xf2\x81\x9e\xcb\xf4\xe7\xa5\xff\xb4\xe3\xb0\x22\xec\x26\x48\x69\x78\x9d\x97\x69\x87\xd0\x72\x70\x53\x6e\x39\xc5\xcf\x1f\xd1\x92\xef\xb0\xf1\x39\xa2\x19\x3f\x82\x60\xe3\x67\xdc\x5b\x31\x36\x37\xdd\xd4\x3b\x32\x41\xf6\xc2\xb5\xf8\xdc\x65\x87\xdf\xe8\xc0\x5e\x58\x02\x5c\xd5\x8b\xea\x55\xe6\x62\x55\x6d\x29\x2f\xf5\x25\x4f\xb8\x01\xce\xea\xb9\x21\xb2\xe9\xad\x7e\x04\x7c\x45\x7f\x75\xee\xa7\x5a\xce\xb6\x90\xad\x09\x8b\x98\x73\x84\x27\xbb\xda\x42\xc6\x7c\x79\x04\x22\x68\x2e\x4e\x3c\x35\x15\x6c\x45\x1c\x08\x3c\xdb\x6b\x73\x22\x0b\x0e\x41\xdd\x32\x4c\xc9\xb9\x28\x13\xc1\x8e\x39\x2a\x3a\xd0\xfb\x8e\x3c\x96\x1e\x79\x33\x1a\x4e\x00\x5a\x11\xf7\x28\x2d\xeb\xaa\x82\x4b\x53\xcb\x15\x86\x8b\x3c\x96\x97\xb4\xa0\xc7\x41\xcb\x55\x73\x22\x1f\x57\x85\x65\xdf\x59\x52\x8a\xdc\x2a\x2f\xde\x5f\x66\xf5\x7d\xb8\xa1\xbd\x40\x73\xea\xcd\x6f\x1f\x2e\x0f\xe8\x69\xd3\x2b\x92\x6f\xf1\xea\x54\x62\xcb\xf0\xf3\xd8\xcf\x21\x4b\xbb\xe1\x06\x77\x73\x2a\x1a\x2a\xb5\x0d\x78\x53\x09\x43\xc8\x0d\xbd\x24\xdc\x47\x9a\x1f\xe1\x01\xf8\xf4\xd7\x8e\x60\x96\x83\x5a\x6d\x41\xd3\x62\xec\x97\xe0\x99\xd9\xf2\xf0\x07\xbf\x60\x86\x87\x3f\x9c\x90\x2b\x96\x70\xb1\xf4\x3e\x5d\x91\xd0\x22\x41\x37\xe0\xdc\xdd\x09\x86\x71\x1f\x11\x34\xd7\x9d\x3c\x2a\x5a\x9c\xbb\xef\x09\xe8\xec\x11\x0e\x6d\xee\xae\x08\x84\x39\x77\x3d\x54\x98\x99\x71\xf8\x03\x1b\x03\xf6\xdb\xc3\xb2\xec\x97\x0f\x46\x59\x02\x2f\x74\x2f\x8f\xb5\x3c\xc9\x93\xba\x58\x71\x39\x3c\x18\x03\x29\xa6\xd2\x8b\x71\xae\x21\x4c\x1b\xb8\x6c\xe0\xb7\xe4\x2d\x0f\x44\xcf\x5d\xdb\x83\x88\xcd\x60\x71\x54\xec\x8e\x75\x2e\x12\x88\x7b\x50\xcb\x53\x12\xe8\x4c\x79\xeb\xe9\x6a\xc3\x9b\x9b\x5d\xd4\x58\x18\x1e\x76\xbc\x0a\xb3\x44\x63\x7a\xb3\x42\x6b\x93\x69\x96\x38\x2c\x06\x9e\x13\xe4\x2d\x73\xa3\xa9\xe6\x92\x17\xff\x6e\x7b\xac\x18\x17\xdb\xf0\x9d\x01\x6b\xb6\x8c\x1c\x74\x58\xcf\x89\x50\xe0\xfb\xba\xd0\xf0\x0e\x7e\x3f\xcd\xd3\xaa\x27\x9f\xdb\x01\x36\x5d\xad\x73\xa9\x7c\xed\x70\xd9\x2f\x0c\xbe\xc8\x62\xf9\xd6\x21\xcd\x4e\xdc\x70\x03\x37\xd6\x9d\xfd\xc1\x3f\xb8\xb9\x83\xe9\x10\xc4\x54\xb3\x73\x27\xab\xed\x9e\x6f\x58\x6d\x97\x10\xcb\x6a\xbb\xf3\x72\xe3\xa6\x21\xa1\x78\x0c\x22\xe0\x03\x18\xe7\x41\x30\x53\xcb\x4f\xc6\x14\x6e\x99\x2d\x27\xd5\x5c\xaa\x64\x3b\xac\x88\x50\xb5\xa3\x4b\xf9\x9e\x01\x89\xf6\x83\xb5\x53\xc2\x03\xfb\xd8\x74\xb6\x89\xa5\x87\x10\xe0\xd5\xb2\xfc\xb8\x3b\xee\xc5\x8f\x47\x75\x0d\xd1\x4a\xd3\xb4\xb9\x8f\x0b\x61\x9e\xbf\x4b\xd5\xab\x30\xf3\xcc\xed\xe0\xd1\x91\x0b\xf3\xab\xaf\x0d\xdd\xf8\x1c\x10\x83\x83\x9b\x4e\x2b\x5a\x7c\x72\xe0\x71\xdd\xf2\x87\x85\xc1\xe9\xfb\xe6\xaf\x08\x89\x96\x3f\xbc\x85\xa4\xfc\xf0\xba\xe1\x3a\x7c\x78\x95\x23\x50\x17\xdc\x94\x0a\xd3\x5d\x54\x2b\x59\xe8\x02\x4b\x53\x63\x2a\x87\xf3\x02\xdf\x2b\xf0\x34\x82\x0a\x5a\x31\xac\x23\xfc\x80\xdd\xa9\x0e\x57\x8e\x8f\x88\x04\x7e\x48\x5e\xb8\xf3\x5c\xcf\x21\x96\xa7\x10\xa7\x81\xef\x61\x2b\x7a\x0e\x35\x9f\xbb\xe8\xcd\x1f\x26\x21\x85\x41\xf9\xfc\x15\xe4\xd1\x4a\x42\x5c\x86\x06\x94\xcc\xfe\x47\xec\x2a\x28\x95\xaa\x38\x25\xbb\xc5\x6c\xd9\xb8\x8b\xfd\x12\xd7\x19\xd5\x8f\xd7\x72\x86\x95\x2e\x16\x35\xa6\xbd\xc6\xc6\xa6\xcc\x5e\x16\x8b\x1a\x07\x1c\xaa\x14\x37\x34\x64\xa9\x14\x16\x04\x01\xa5\xc0\x7e\x5c\xa8\xc2\x4d\x18\x4e\x90\xad\xe0\x98\x23\x51\x2f\xc5\x4a\x2d\xb3\x13\xd8\x21\x65\xa9\xaa\x43\x79\xa3\x2c\xe6\x63\xc4\x4a\x2b\xaa\xaa\x1a\xb6\x0a\xdc\x47\x83\x46\xd1\x49\x87\x3b\xd3\x56\xaa\xee\x58\x74\x4f\x27\x1d\x6e\x06\x5b\x21\x74\xa1\xec\x97\xd0\x55\x1d\x43\xe5\x9e\xb3\x94\xdf\xd1\xb7\x52\xb7\xcb\x02\x65\x9c\x73\x76\xc5\x18\x6c\xd8\x64\x65\x87\x25\x38\x10\xbd\x73\x60\x4e\x65\xa9\xaa\x95\x68\xce\x56\x1a\x9e\x64\x70\xd7\xb2\x38\xdb\x90\xd5\x94\x66\xf8\x1b\x0d\xe0\x92\x48\x2c\x42\x2b\xad\xe3\x90\xe4\x3b\x27\xc4\xc1\x32\xa4\x59\x75\xa8\xa0\xb5\x26\x37\x8d\x1c\x4f\x82\x58\x16\xc7\x4b\xc9\x65\x69\xec\x44\x84\x96\x12\x6b\x27\xaa\xc3\x15\x1c\x13\xf1\x46\x6d\x05\x95\x37\x5c\x6b\x2e\xe2\xf0\xc2\x6b\x25\xb8\xa6\x77\xdb\xcb\x2d\x25\x3f\x25\xdc\x40\x74\x69\x71\xcb\xc2\xc5\x41\x2b\x72\x4b\x2e\xca\x5a\x89\x7f\x0d\x31\x6a\x45\x25\x99\xdb\xa0\x56\x96\x92\x5c\x76\x57\xd1\x86\xbb\x13\x10\x78\x52\x7b\x2c\x97\x32\x5c\xb3\xcb\xd5\xf1\x52\x81\xc7\x15\x95\xe1\xee\xf6\xe0\xee\xee\x70\xe6\x51\x86\xb3\xb3\xd7\x71\x45\x76\xaf\x77\x37\x04\x54\xa6\xa8\x0d\x17\x6b\x1a\xac\xa1\xad\x4d\x5f\xf2\x8f\x93\x7e\x5b\x2b\xf7\x2e\xbe\x64\x98\x80\x47\x6b\x40\xae\xb8\xb4\x68\x65\x78\x99\x43\xd3\x83\x40\x0d\x8f\x9c\x2e\x49\xc5\xb2\xf2\x22\x5d\xf2\xba\x8e\x4b\x98\x56\x06\xc4\xdb\x95\x5e\xec\xb4\xa6\x5d\x29\xa2\x80\x1f\x73\xdf\xb6\x8f\xd3\xc4\xfc\xea\x31\x5b\xaa\xee\x18\xce\x05\xaa\xee\xde\x92\xd3\x6f\x99\x54\x99\xa6\x86\xf3\x82\x1f\x50\x71\x2b\x2d\xae\xd9\xbb\x93\xa4\xda\xcb\x2d\x47\x2b\x8b\x6d\x16\xcd\x60\x05\x5f\xfc\x8e\xb8\x58\xb4\xcb\x7a\x29\x50\x50\x7b\xfb\xae\x89\x68\x21\x09\x19\xd7\x6e\x87\x37\x1b\x45\xbb\xac\xe3\xe4\xde\x2d\xbb\x01\xb0\xc5\x6a\x99\x2a\x27\x1b\x00\xda\x5d\x2e\xfc\xb9\x3c\xe1\x97\x33\x2c\x4d\xc0\x32\x3b\x5c\xc3\xab\xf9\x03\x7d\xbd\xe2\x57\xb8\x5a\x2b\x58\x60\xb3\x64\x00\x16\xac\x99\xa8\xc8\x82\x95\x09\x8a\x6e\x3e\x4e\x25\x2c\x38\x79\x40\x17\x07\xee\xdd\x63\x72\x8f\x5f\x71\x6f\xad\x10\x47\x9c\xec\x2a\x97\x73\xc7\x7e\x7e\x11\xa4\x40\x8f\x96\x7a\x5b\x94\x03\x0a\x4e\xea\x72\xca\x02\xff\x6d\x6e\xaa\x87\x60\x24\x78\xf4\x76\x9f\x1e\x1e\x5c\x1c\x72\x12\x7c\xb9\x70\x83\xa7\xc9\xbd\x70\x83\x97\xa4\xc5\x8b\xfd\x56\xcd\xec\x45\xf6\xab\xa1\xad\xa0\x0e\x4f\x4f\xc6\xa3\x1f\x3f\x1f\xe3\x91\xd3\x8e\xdf\x13\xb8\xd7\x85\x47\x2c\x2f\x2f\x86\x47\xd9\xc2\x5b\x7e\xc5\xfb\xb5\x82\xde\xbc\x37\xc7\xdb\x90\x8d\x6d\x05\x0f\x09\xcf\xae\x37\x7a\x43\xaa\xf6\x0e\x68\x8e\x3f\x4c\xca\x7e\x70\x72\x25\xc3\x44\xbd\xc6\x71\x32\x39\x98\x9e\xeb\x7e\xff\xf9\xf9\x43\x51\xba\xa0\x7e\x37\x8f\x83\xda\xb7\x74\x6f\x89\x04\x45\xfb\x43\x59\x22\xc1\xa2\x10\x94\x09\x04\xf3\xfd\xcf\x20\x12\xdf\x71\xe3\x4a\xeb\xf4\xf3\xa9\x7e\xa0\x09\xc5\xe7\x6b\x00\xda\xe9\x0b\xea\x75\x73\xf0\x4b\x9e\x28\x0a\x88\xe5\xdb\x73\xcf\x00\x96\x82\xdd\xf0\x97\x6b\xe5\x33\x98\xd8\xd6\x1e\x9e\xaf\xd9\xaa\xba\xfc\x28\x20\x10\x7b\x5e\x0b\xd3\x55\x75\x82\xc6\xe3\xb4\x55\xcc\xdc\x99\x29\xaa\x47\xc5\xfd\x76\x50\x76\x9f\x84\x3f\x04\xd5\xfa\x83\x93\x1d\x56\x85\xbb\x1d\x42\x65\x3d\x60\x6c\x18\xdd\x2a\x66\xee\x3a\x7d\xe7\xf2\x83\xc6\x1f\x5c\x28\xed\x97\x9e\xc5\x67\x92\x1f\xeb\x7d\x6a\x97\x3e\x9c\x66\x79\x67\xc9\x2f\x85\x08\xfb\x56\xd5\xc9\xa1\x07\x75\xe9\xe4\x8b\xbe\x52\x46\xba\x60\x79\xaa\xd1\xf1\x32\xaf\x9a\x20\xc5\x0e\x21\x39\x04\x2b\x25\x2a\x04\xae\x51\x93\x86\x39\x86\xa6\x52\x3e\xba\x35\x61\x36\x3d\x2c\xbf\xd8\x77\xed\xc5\x22\x63\x99\x0d\x59\x31\xa9\x47\xb5\xcc\x66\x80\x10\x57\x85\x9f\xc1\xce\xa8\x4b\xf8\x69\x44\x63\xb5\x8a\x4b\xb4\x22\x6b\xcd\x7d\x29\xa8\xd4\x4f\x6c\x69\x63\x2f\x54\x1c\xa2\x03\x2e\x5e\x55\xee\x07\x9b\xb3\xa2\xdc\x8f\x69\x9d\xde\xcb\xf9\xdc\xe8\x58\x9f\x13\x3e\xe7\xbc\x67\x6e\x02\x7d\x5f\xc1\x69\xb0\x61\xea\x12\x9c\xaa\xa6\xee\x5a\x98\xc7\x61\x59\xaa\xe7\xa4\x16\x5d\x41\xfd\x00\x7b\x3c\x34\xac\xa2\xf4\x4b\x01\x2a\x0e\x48\x52\xf4\x5a\x76\x57\xad\x49\x26\xcb\x30\xd1\xfa\x55\x93\xab\x57\xa1\x0a\x82\x95\xab\x50\x89\x75\x2d\x46\xad\x23\x6b\x55\xee\x0e\x0e\x57\xa1\x3a\x79\xbc\x84\x78\x55\xdc\x0b\x5e\x05\x68\xfa\xac\x55\xff\x61\xd6\x99\xab\x80\x43\xd1\xae\x22\x42\xa9\x94\xd6\xea\x91\xe1\x6b\x7c\x9a\xa5\x17\x55\xa9\x69\x20\x5b\x54\x42\x35\x35\x20\xd4\xc6\x8e\x81\xe2\xd6\x46\x20\xad\xad\xe1\x99\x54\xea\xf1\x3b\xfa\x56\x89\xe3\x2c\xf6\xa4\x39\x3d\xd3\xda\x0c\x44\xf5\x07\xdd\xb1\x99\x67\x44\xa1\xbd\x48\xe1\x62\x38\xda\x25\x0b\xb5\xe2\xb2\x2a\x0b\x4d\x37\x66\xd0\xc7\xfd\x52\xf7\x07\x46\x1b\x86\x03\x52\xee\xec\x4c\x9b\x5e\x22\xcc\x3a\x55\x94\x0b\x9e\x5e\xbe\xc3\xb9\x99\xfb\x07\x1c\xb4\x60\xc2\xb5\xdb\x82\x65\x66\xc1\x99\xea\xda\xa3\xe8\x6b\xe7\xfa\xd1\xdd\xd8\x59\x6e\xd7\xa2\x7b\xc0\x19\x27\x66\x7b\xaf\x28\xeb\x48\x36\xc6\xc7\x83\x1d\xe8\xe9\x55\xb2\x91\x10\xd6\xe1\xa0\xfd\xda\x41\xef\xaa\xb8\x58\x46\x2e\xaa\x48\x30\x15\x96\x50\xb1\xe8\x4f\x37\x94\x97\xc3\x1a\xd9\xeb\x20\x34\xc4\x59\xc2\xdf\x48\xd3\x7d\xc5\xdf\xc8\x5b\xbd\x3a\xed\xd3\xfe\x03\xa7\x4d\xf7\xca\xb4\x4f\x56\x3b\xed\x13\x53\x66\x4c\xa3\x83\x20\x70\xaa\xb8\xa1\x96\x60\x94\xb5\xbb\x55\xcd\x09\xd3\xa5\x5e\x92\x51\xab\x2e\xdc\x92\x6d\x16\x45\xa3\xbc\x2a\x55\x65\xaf\xa7\x03\x45\xf4\xaa\x4b\xb6\x69\xf2\xc1\xba\x64\x9b\x26\x7f\xa9\x4b\xb4\xa9\x51\x2d\x5f\x64\xea\xf0\x63\x44\x38\xc9\xd1\x69\x63\x96\x5f\x2b\x65\x08\x84\x0c\x16\x27\x80\xfb\x80\x63\x93\x54\x2e\x04\x54\x58\x2a\x17\x02\xc7\xf4\x68\x7b\x23\x20\x8d\xb8\xe8\x2b\x0a\x68\xbd\xbc\x81\xa3\x7b\x4b\xfe\x69\x44\x46\xb4\x7a\xdd\x3f\x7f\xcc\xc3\xf5\xc1\xf0\xaf\xd8\x52\x2f\xbb\x61\xff\x88\xfc\x53\xf9\xa8\x4b\x48\x52\x56\xaf\x88\x48\x6a\x7b\xf5\x66\xaf\x62\xd9\xab\xb7\xab\x50\xfd\x83\xc0\x4c\x69\xb6\xb7\x06\xb3\x5a\x11\xa1\xa5\x12\xff\x9b\x88\x1e\x97\x0d\x53\xc6\xa6\x4d\xb8\x42\x6f\xce\xb1\x84\xa7\xe6\x15\x77\xc5\xe3\x79\xba\x6c\xf7\xbb\x3a\xe4\xa7\xf4\xd3\x6d\x81\x7d\x63\x53\x5a\x9c\x9f\x0e\xab\x7c\xec\x28\xd5\x2c\xf9\x6a\xb1\x27\xca\x61\xdf\x98\x21\xec\x1b\x5e\xcf\x55\xe4\xab\x63\x8f\x40\x4f\xa8\x29\xc5\x7f\xec\x91\x3f\xb0\x84\x6e\xe1\xe7\xa5\x4c\x97\xf0\x84\xca\xbe\xaf\xfb\xf3\x44\x9c\xab\x4b\xa0\x1a\xdd\x33\xf9\xe2\x35\x21\x43\x45\x56\xda\xab\xfc\xb2\x8f\xe4\xd8\x2f\xce\xa4\x76\x6f\x3b\x3f\xf9\x0e\x2e\x31\xed\x77\x31\xaa\xad\xe2\x19\xb5\x77\xf1\x12\x98\x8a\xee\x1e\x15\xa7\x67\x2f\xfb\xea\xc7\x4e\x77\x45\x91\x61\xb4\x5b\xd6\xcf\x61\x2b\x16\x20\xc3\xec\x9d\xf1\x39\x6c\xa6\xc0\x4b\x82\xe9\x8a\x7e\x08\x99\x70\xe1\xa6\x70\xe3\xd5\x43\x43\xb8\x49\xfb\x87\xca\xe6\x1b\x94\xdd\x1b\x70\x92\x76\xe8\x7c\x9e\x28\xe3\x27\xcf\x02\xb7\xc3\xb5\xe8\xfe\x30\xd7\xc2\x37\x8a\x2c\x3c\x07\xb1\x29\x85\xd8\xc0\x92\x42\x9a\x3e\x4f\x2d\x79\x72\x7d\xce\x09\x80\x61\xb6\xcc\x46\xe1\xd4\x37\xfd\x91\x89\xcf\x6c\x0d\x8b\xbe\x97\x2a\x8d\xe4\x12\xde\xa7\x35\x92\x48\x10\xb5\xd1\x5a\x76\x62\xa0\xf6\x0d\x2b\xfe\xec\xfe\x20\x4d\x9b\x7e\x01\xa7\xaf\xd6\x84\x2b\xb4\x73\x51\x68\x1a\x43\x50\x2b\xfa\x48\x31\xb2\xe2\x89\x46\xd6\x6f\x85\x35\x41\x21\x68\xe4\x88\xa8\xd5\x8f\xd9\x7d\xd5\x77\x1e\x3d\x09\xe9\x06\xbc\x9a\xe8\xa8\xd6\x0a\x13\xe3\xe4\x91\xb5\x25\x69\xe6\x6c\x95\x99\xb1\x4b\x18\x4f\xd2\x01\xbd\x6a\x44\x38\x49\xc9\x1b\xf7\xfc\xa4\x3e\x6a\x8d\x7b\xfe\x44\xc4\x67\x6b\xa4\x7d\xd0\x19\xa0\x2d\x26\xbe\xe4\x00\xca\xe7\x5a\x12\x8b\xdf\x52\xdd\xec\x51\x63\x9c\x2e\x55\x23\x2a\x18\x06\xd7\xf0\x34\x4e\xe4\xc2\x68\xad\x71\x18\xab\x3f\x40\x4c\x39\x72\xad\x31\xce\x66\x45\x8e\xd3\xb1\x35\xe3\x56\x78\x89\x14\x3c\x81\x72\xd8\x82\x7b\xca\xc3\xe7\x8d\x1b\x1a\x46\xb0\xf8\x6f\xae\x6e\xaa\x70\x3d\x7d\x1f\x6b\xae\x0d\xc7\x65\x03\x6c\x00\x1c\xa7\x3a\xa7\xa1\x05\x1b\xdd\xa9\x20\x58\x54\x63\x76\xd3\x38\xe0\xea\x74\x76\x15\xfb\xbf\x75\x84\x3e\x4c\x14\xad\xdb\x6b\xd4\x99\xd6\x21\x0e\xf0\xdc\xd6\x75\x00\xf5\x2d\x99\x2e\x0a\x56\x1b\xac\x8e\x5d\x1d\xa4\xe4\x40\xaa\x6a\xc3\xbd\x40\xb7\x07\x5e\xf1\xee\xdb\xb1\x84\xe4\x5f\xcf\x07\xdf\xd2\xeb\x81\x0b\x1f\xac\xae\x61\x4c\x18\x6e\xc8\x41\x4f\x77\x5b\x9e\x1d\x3a\x37\xdd\x22\xae\xd4\xb4\x13\x96\x39\x3c\x1e\x4e\x2e\xd1\x4b\xf6\x03\x16\xdf\xf3\x38\x91\x8e\x76\xf9\x41\x2a\x61\x60\x53\x23\x93\xdb\x7c\xd2\x1a\xa4\xae\xe1\x99\xe5\x0d\x6a\x3b\x4f\x7c\xbf\xf8\xe0\x74\x11\x9c\xa3\xc5\x27\xc7\xe2\x3d\xbf\xa1\x6f\xed\x74\x96\x91\x6c\xda\x49\xdc\x3a\x94\xb6\x5d\x8c\x03\x26\x4a\xa2\xa4\xa1\x7d\x96\x4c\x49\x55\xae\xd6\x2e\x77\xa2\xc7\xf2\x62\x27\xba\x2a\xb8\x74\xa5\x4d\xa3\xb8\x3d\x9f\x2e\xc5\xa5\xda\x1d\xbe\xc5\x34\xd8\xfb\x0b\xba\xa9\x48\xdc\x08\x28\xd2\x4b\xb3\x11\x63\x9f\xbc\x40\x6f\x37\x13\x0a\x87\x69\xf8\xf5\x6a\x10\x25\x67\xd3\xa8\x6e\xde\x9b\xdb\x32\xa9\xc0\x6d\x73\x90\xe9\x76\x3b\xeb\xf4\x63\xb1\xbf\xa1\x97\x56\x7b\x18\xa9\x04\x48\x3e\xe7\xd2\x3f\xdc\xc0\x7a\xe6\x1e\x57\x92\xae\x3e\x9e\x69\x7b\x81\x7d\xbf\x3a\x7d\xcf\xc9\xe1\xf5\x25\x57\x63\x58\x13\x16\x8c\x6c\x4d\x1c\x09\x44\xd2\xf6\xb8\xc6\xc8\xcf\xed\x71\x8d\x29\xbf\xee\x28\x4f\x29\xee\xbf\x43\x8a\xfa\x4a\x74\x24\xb5\x2f\xee\x62\xce\xc0\x4b\x07\x11\x92\xda\xcb\x4a\x38\xe1\x2f\xfd\x43\x1d\x69\x18\x11\x12\x51\x31\xad\x61\x44\xa8\xbb\xa2\xc5\x13\x0e\xfb\xf4\x42\xa7\xbb\x95\xd2\x25\x44\x9b\xf6\xb9\xd6\x9e\x04\x6e\xd1\xab\x15\x2d\x2d\x7f\x1e\x4e\xeb\x07\x81\xe8\x7e\x40\x90\xad\x34\xe1\xe3\xf8\x4e\xcb\x1c\x5f\x4d\x2f\xb1\x98\xdc\x62\x75\x94\x59\x07\x16\x8e\x14\x5a\xa3\x41\xbe\x02\x56\x96\xb4\xdb\xc5\x41\xb7\xa7\x3f\x4c\x2e\xa6\x0a\x65\xe8\x1d\xbd\x8b\xa5\x75\x4f\xe2\x6d\x1b\x71\xf1\x89\x00\xcb\x16\x38\xfc\x92\x11\xa3\x05\xae\x65\x7a\x3d\x44\x62\x41\x77\x45\x89\xe1\xb0\xb8\x91\xcc\x7c\x41\xc3\x04\xf2\x1c\xd9\x8f\x2f\xb4\x6b\x7a\x9d\x10\x05\xd9\x19\xc1\x2d\x77\x22\xda\xa1\x45\x72\xcc\x56\xca\x44\x22\xb6\x04\xca\xb2\xd7\x32\x91\x5d\xb5\x4e\xb9\x33\x15\x34\x80\xb6\xbc\xdd\x58\x22\xe3\x5c\x97\x2c\xdf\xbc\x44\x03\x8b\x59\xb6\x76\xf8\xfc\xa5\xd7\xf4\x88\xeb\x84\x80\x4c\xc5\xe2\x95\xd3\xd3\x1d\x2a\xc5\x36\x06\xaf\x24\x98\xa2\x05\x4a\x71\x4a\xce\x51\x81\x79\xb1\x15\x82\xcc\x79\x04\xf4\xb7\x28\xc8\x16\x87\x15\xb9\x20\x48\x58\xb1\xb4\xe5\xa9\x3b\x62\x90\x74\xe9\xd7\x4b\xa7\x2f\xd9\x04\xb1\xe4\x10\x96\x40\x11\x56\xee\x36\x25\x5a\x4a\x2e\xc9\x62\xae\x53\xe7\x42\x82\xfc\x9b\x1e\x37\x51\x1d\x27\x15\xe1\x07\x4c\x5e\xb9\x16\x8b\x0f\xb6\xb5\xfd\x7f\x43\xe3\xa2\x39\xb3\x74\x71\xa9\xb6\x4d\xaf\xc0\x68\x76\x97\xa5\x6b\x36\x48\x0f\x1b\xfb\x07\x8a\x13\xc1\x04\x72\x1c\x48\x36\x90\x92\xee\x26\xb1\x34\xd9\x46\x0c\x79\x8b\x70\x06\xdd\xae\x61\xb7\x2c\x3b\x83\xbe\xe4\x39\xa1\x17\xe1\x0c\xba\x46\x78\xbe\x1d\x6e\x69\x63\x77\x5d\xdf\xc5\x61\xab\x7a\x69\x2c\x0e\xdb\xf4\x29\x8c\x90\x9a\xf8\xfe\xc7\xba\x33\x37\xdd\xc9\x84\x64\x07\x1a\xb1\xfe\x51\xb1\x34\xe2\x49\x60\x7e\x8b\xbe\xbb\xca\xa0\xb9\x27\xd7\x78\x18\x7a\xb8\x91\x94\xae\x45\x37\xc3\x21\x4d\x74\xfb\x0a\x5b\x0d\x72\x08\xa9\xb2\x47\x9f\xac\x17\x53\xd3\x5d\x6d\x38\x54\x0c\xe7\x8c\x9a\x96\x5a\xdb\xb4\xc4\xc4\xd2\x6a\x5b\xf3\x98\x71\x69\x1e\x2e\xfc\xf0\x08\x31\x88\xe1\x11\x82\x9c\x04\x61\x34\x6a\xec\x41\xa2\x1e\x0d\x51\xb1\x14\xd6\x46\x1c\x4c\x8b\x59\xfd\x80\x51\x93\x48\x50\x02\x17\x58\xef\x8b\x7b\x6e\xe9\xa2\x45\xe1\x3b\x4e\xd6\x01\x3a\x1b\x46\xb1\x24\x0f\x29\xb9\x6d\x54\x3a\x62\x71\xc2\xa9\x89\x25\x96\x3a\xb9\x84\xdc\x55\x5e\xdc\x6f\x1e\x98\xc0\x02\xab\x79\xf8\xed\xa5\x7f\xa0\x87\xf1\x92\x84\x50\x11\xe9\x65\x74\x65\x8c\x0b\x7f\x3f\x3f\x40\x21\x54\x6b\x8c\xa5\x11\x4e\x59\x45\xe0\xcf\x1c\x48\x46\x81\x3f\xb3\xfa\x7a\xdc\x1e\x33\xdf\x61\xe2\x3d\x72\x18\xcd\x75\x32\x09\x7c\xc2\x92\x71\x12\x41\x6a\x17\x15\xc2\xc0\xcf\x79\x7f\x00\x27\xd3\x7f\x2d\x9e\xfe\x2b\xd3\x5c\x8b\xc7\x3b\x45\xdf\xb9\x60\x2c\x3e\xbf\x75\xa8\xf3\x07\x8e\xa2\xfb\xe2\x21\x64\xd2\x91\xa1\xaf\x79\x13\x1e\x2f\x57\x4b\xd8\x31\xe2\x65\x17\xfa\xed\x8b\x44\xe6\x0c\x71\x1d\xbd\x3d\xe1\x03\xfb\xb7\x6a\x4b\xbc\xec\x73\x89\xc6\x6b\xcb\xc8\xcb\x81\xcb\x74\x41\xba\x08\xdc\xc3\xaa\x2b\xfb\xe9\xbd\x46\x8f\x3e\x7c\x54\x9d\x23\x38\x54\xb3\x81\x8f\x73\x8e\xe8\x15\xe8\x67\x06\x0c\x84\xbe\x5a\x9e\xc8\xc5\xa1\xca\x5e\xcc\xcf\x05\x5f\xef\x74\x33\x68\x34\xcb\x4c\x1d\x92\x6d\x3f\x5c\x70\x14\x89\x8e\x8b\xb4\x0e\x85\x7d\x71\xab\xa9\x4d\xb2\x9b\xd1\xf0\xb0\x4c\x27\xb8\x56\xe9\xc7\x49\xd9\xe7\xf8\xd8\x40\x95\xfb\xe1\x88\xab\x7f\x3c\x38\x9b\xa7\xdf\x91\xb7\x9e\x90\xce\x38\x31\x3d\x15\xca\xf4\x2a\xc1\x43\xf7\x73\x36\x7a\x6e\xfe\x31\xf8\xc1\x97\xa0\x7b\xcc\x71\xff\xb7\x64\x83\x8d\x5c\x2a\x45\x93\x6e\x27\xae\xa4\xc0\x13\x48\xab\xd2\xbc\xc3\xef\xa8\x74\x7a\xf8\x74\xfd\xb2\x32\xc7\xaa\xc3\xa5\x0e\xc7\x8a\x4a\xa7\x21\xb2\xeb\x7e\xc5\x3e\xec\x28\x68\x07\x4a\x66\x2f\x56\xea\x73\xb3\x25\xf2\x2d\xc9\xfa\x14\xf4\x3b\xb9\x25\x48\x6c\xd9\x3a\x2c\x24\x65\x28\x46\x37\x29\x9f\x15\xe1\x59\x95\xbc\x37\xea\x15\xff\x14\xf4\xaa\x4e\xf0\x89\xea\x70\xc7\x64\x1a\xd9\xb2\xdd\x66\xdb\x77\x98\xce\xb1\x7f\x40\x7a\xd9\xcf\x49\x6b\xe1\xd0\xc8\x1b\xa1\xe6\xda\x8d\x11\x65\xcf\x74\x7c\xab\xb4\x7c\x75\x6e\x97\xb5\x6a\xf4\x86\x1f\x93\x53\x81\x51\xb4\x4d\xdf\x71\x8a\xe8\x28\xfc\x66\x3f\x36\x00\xce\xea\x71\x6b\x85\xdb\x74\xae\x96\x75\x62\xeb\xe4\x7d\x38\xdc\x6d\x5c\x21\xab\xda\xf6\x70\x4b\x22\x03\x75\x12\x42\x18\x55\xd3\xe5\x36\x79\xff\x31\x98\x15\xbf\x60\xde\x77\x4d\xa4\xb1\x73\x31\xe1\x36\x47\xb5\xec\x9e\x74\x83\xa2\xcf\x1d\xb0\xdf\x1e\xaf\x3f\xf8\x07\x96\x78\x87\xdf\x59\xd9\x66\x99\x0b\x44\x68\x6a\xf7\x76\xd8\x6d\xd4\x6d\x81\x1e\x75\xa6\x02\xed\xa9\x73\x09\x5c\x5c\xb3\xc1\x1d\x59\xf3\x39\x57\xe5\xf6\x0e\x96\x72\x40\xcc\xfb\xb0\x7e\xe6\x8b\x3c\x12\xe4\x32\x6b\x7d\x50\xa7\x73\x87\xbb\xb3\x52\x49\x9f\xf6\x8d\x3e\x13\x41\xa9\xe7\x6f\x3f\x71\x83\xf1\x98\x9f\x89\x6d\x40\xdf\x4e\x52\xc4\x1e\x3e\xd7\x97\x9f\x7a\x30\x68\xea\x13\xd4\x31\x68\x26\xaf\xbd\x3b\x89\xd3\x64\xda\x1d\x83\xe6\xe1\xd6\xe7\xae\x36\xa9\xfc\xf7\x93\x79\x87\x2c\xf6\x53\xf7\x83\x5d\x2d\x5e\xbd\xdd\xe6\x6e\x7f\xf0\x2d\x26\x1e\xb3\x52\x27\x6f\x83\x06\xb4\x7e\xb1\xc7\x3d\xd6\x97\x5e\x4e\x1e\x97\xcb\x0e\xb2\x6a\x17\x4b\xee\xb1\xe3\x52\x96\xd8\xe7\xd6\xef\xc5\xcc\x9c\xc7\x5b\x89\xd6\x32\xe9\x2f\x11\x04\x3a\xb6\x41\x83\xe7\x3a\xba\x91\xb2\x64\x37\x17\x82\x7e\x3d\x9d\xcb\xd7\xdd\x16\xc6\x41\xfd\x62\xfb\x63\xbb\x74\xfa\x61\xc8\xfb\x7d\xe8\xc6\xef\x63\xb3\x3a\xec\x46\x41\xa2\xab\x2b\x29\xb1\xf7\xc7\xbc\x8f\xd4\xac\xae\xe4\x52\xbf\x70\x52\x78\x4c\x47\x23\x52\xd3\xec\xaf\x15\xd1\xf5\xd7\x8a\x9c\x64\x34\x1c\x85\x81\xfe\xf9\x01\x53\xf3\xa1\x44\x7a\x02\x3e\x87\x41\xc3\xe4\x05\x9b\x12\x1e\xd2\x82\x91\x4a\xab\xf5\xcf\x06\xd6\xfb\x03\x9d\x46\x41\x6f\xe0\xdd\x9b\xb4\xfd\x8f\x23\x63\x63\x0b\xca\x8d\x28\x9e\x49\x19\x9b\x2e\x9b\x69\x2c\xf6\xd1\xbc\xaf\x1e\x07\x11\x29\x9c\xbc\x71\x70\x60\x90\x49\x87\x6c\x82\x24\xac\x6d\xe8\xde\x8b\x80\x3a\xb8\x3e\x54\x6b\x18\x28\x35\x12\xf9\xa1\x4e\xc3\x09\x18\x89\x85\x60\x04\x23\x21\xe8\xda\x21\xd4\x95\x63\xbf\x6f\xc8\x3f\x22\xf7\xc8\x0e\x87\x9e\x6a\xe9\x2b\x3e\xaf\xb8\x58\x33\xe4\xac\xbf\x31\x1d\x42\xfd\xf0\x26\x71\x14\x72\x46\xd8\xf0\x52\x3f\xba\x2e\x0d\xa3\x10\x50\xe7\x00\x4c\x30\x6d\x9d\x95\x25\x80\x7c\x8f\x45\xa6\x07\x99\x60\xdb\xc0\xd3\x55\xaf\xed\x41\x76\x9f\x16\x96\x9f\x9f\x3f\xa2\xed\x77\x58\x57\x4d\x6a\xa3\x22\x17\x23\xe6\x0f\x3c\x88\x92\x56\xa8\xb1\xe8\x74\xd9\xad\x91\x98\x5a\xcb\xde\x20\xd8\x25\x69\xda\x1b\x38\xc7\x7a\xb5\x34\x16\x31\x1f\xcd\xd5\x6c\xf8\x85\x3b\x1c\x28\x75\xe6\x20\x8d\x40\x68\x43\xd8\x1e\xea\x02\x7b\x5e\x02\x53\xad\xf3\x18\x9c\x0c\x54\xb4\x81\x8b\x8e\x37\xa0\x23\x20\x55\x90\xc5\xa1\xb3\xaa\x3d\x5a\xe2\xf5\xf0\x3a\x64\x60\xfe\xd2\x43\x61\x68\xfe\xd2\x8e\x31\x06\x8b\x03\x9b\x1a\x98\xbf\xd4\x5c\x07\x74\x34\xa9\x71\x0e\x08\x69\xde\x1f\x54\x7f\xa0\x5a\xbc\x69\x7e\xd5\xc4\xbe\x40\x20\x1d\x78\xab\x7a\x27\x3b\x16\xf5\x2c\x05\x86\x3f\xc8\x7d\xa9\x86\x36\x88\x03\x21\x1b\x78\x1b\x93\x03\x3d\x7c\x0e\x47\xd5\xa1\x7d\xcc\x7b\x1d\x23\xbb\x84\x71\x2b\xa9\x10\x8f\xf9\xe2\x40\xce\x04\xe0\x35\xb3\x17\x77\x91\xc9\xac\x1b\xd9\x20\xbf\xa4\xc1\x25\x03\xcb\xd4\x74\x3d\x89\x29\xf4\x1a\x63\x5c\x17\x93\x64\x59\xf6\xcd\xe6\xb9\x4c\x52\x66\xa5\xc4\x0b\xea\x87\x30\xee\x7d\x31\x47\x99\x15\xb1\x22\xee\x55\x92\xb2\xf0\xc0\x84\xd4\xa0\xb6\x03\xeb\x90\xd7\x35\xe3\x31\xd3\x32\x44\x7c\x90\xe7\x30\x9c\xfa\xa7\xfa\x03\x33\x80\x7d\x68\xfe\x36\x07\x5c\x1b\x0f\x11\x74\x28\x53\x03\x17\x50\x72\x26\xb4\xb1\xe8\xe3\x34\x50\x6c\xe0\xdc\x69\x6c\xc1\x58\x54\x6f\x64\xbb\xf5\xa2\x3f\xc0\x70\x07\x5e\x26\xc9\x00\xa3\x81\xd7\xe7\xb4\x52\xc5\xec\xe6\xce\xc7\xeb\x33\xbb\x87\x5e\xe2\x44\x1d\xec\xeb\x8d\x05\xbc\x78\xbc\xd7\xaf\x1c\xd3\x6d\x2c\xf9\xbb\x64\x0f\xec\xbb\x93\xbe\xf9\xf5\x5a\x3c\x05\xa8\xb1\x08\xe8\x18\x9e\x58\x1c\x47\xca\x2e\x7b\xa3\x66\x19\x4f\x4c\x4f\x2c\xfe\xa3\xfb\x54\x2f\x02\x3a\xbc\xed\x18\x1f\xd2\x2e\x47\x6b\x2e\x3a\x69\x72\xeb\x36\x0f\x87\xb0\xff\x20\xa1\x35\x9a\xd8\xd4\x49\x83\x45\x9d\x84\x78\xeb\xed\x30\x31\xf8\x24\xd2\xd1\xb4\x79\xe0\x89\x8a\x26\x36\xc9\xe7\xad\xb7\xfc\x5c\xc4\xb1\xfc\x2a\x07\xd9\xcf\xf8\x38\xe9\xdd\xda\x28\x9f\x88\x07\x34\x40\x5c\x43\x92\x0a\x4c\x82\xb7\x55\x94\x27\x94\xd2\x38\xd6\x99\xd7\xcc\xef\xde\x65\xbb\xcd\x69\x9f\x58\x79\xc2\xd6\x72\xa3\x4c\xad\xd9\x3d\x37\xfc\xa2\xff\x4a\xd6\xdd\xa6\xe6\x1f\xe3\x73\x26\x99\xb8\xa3\xfa\x05\x29\x50\xf6\x73\x53\x83\x58\xab\xae\x8a\x9c\xde\x69\x24\xc4\xee\x13\xf6\x12\x14\xb3\x49\x24\x84\x5e\xf1\xb3\xc8\x34\x39\xb2\xb3\xe8\x12\x4a\x5f\x71\x8a\xf0\x7a\x60\x96\x4e\x56\x20\xba\x57\x06\x42\x07\xbd\x28\xda\xdd\x98\x8c\xe2\x2c\xf9\xbe\xb3\xe4\x74\x73\xd1\xa2\x30\x3a\xbd\x68\x69\xbb\x05\x76\xb4\xd3\xc7\x7d\x8a\x82\xe9\x54\x5c\x77\x07\x54\xa7\x0f\x5a\x31\x8d\x9b\x74\x66\x70\x39\x95\x7b\x4d\xf2\xc2\xed\xc5\xc2\x27\x22\x5c\x9f\xea\x86\xde\xb5\x32\x4b\xce\x37\x72\xbc\x7c\x60\x9a\xeb\x05\xfe\x3b\x65\x10\x7a\x92\xcd\x66\xe6\x20\x66\xcf\x9c\x2e\x08\x30\x93\x8b\x16\xa5\xdd\x89\x2b\xa9\x26\x87\xd9\x88\xfb\x46\x5a\x9c\x18\x97\xc8\x44\xdc\x66\xc3\xb3\x8d\xec\x40\x6d\x2e\x2d\xa0\x79\x3d\x3f\xc9\x53\x5d\xa1\x1b\x53\x8b\x92\x11\x42\x33\xa0\xb4\xc8\xcd\x13\xc3\x11\xe2\xc4\x24\xd5\xb4\xa2\xdf\x0c\xc2\x08\xac\xd3\x4b\x17\xfd\xc3\xe6\x62\x22\x63\xcf\x51\x3c\xfe\x60\x0b\x10\x4e\xc8\xd7\xc4\x9f\xd3\x9b\xfa\x49\xf2\x68\xaf\xfc\xa7\xa6\x9f\xc8\xbe\x14\xcc\x2a\x4d\x6b\xfa\x09\xb7\x34\xee\x10\xe4\x2c\x6b\x93\xf4\xd1\xad\xff\xd6\x41\x84\x24\x9a\xc9\x00\xdb\x39\x00\x07\x81\xb9\xcd\x61\xc8\x2f\xb3\xb6\xd8\x53\x28\x85\x90\x67\xb3\xe8\x9b\x3d\xc7\xee\x96\x7f\x10\x2d\x87\x68\x33\x49\xda\xa2\x23\xfc\x24\x5c\x9e\xf4\x8d\x6d\x0e\xa7\x1c\x82\x3e\xc9\x0a\x4d\x6a\x96\x36\xc7\x43\x0b\x0c\x9c\x18\x09\x6f\x81\xe7\x34\x39\x0d\x43\x22\xf8\x91\x44\x72\x6d\xce\xbe\xde\x97\x9e\x70\x6f\x93\x02\x4d\x6d\xe2\xf8\x60\x24\xce\x5c\xfc\x6c\x18\x81\x39\x17\x3b\x0b\x1d\x99\xe7\xc9\x70\xac\x74\xa9\x09\x61\x48\xc5\x5c\x6a\x42\xd1\xaf\x7f\xa2\x0d\xa8\xce\xcd\x25\xf3\x87\x8e\x85\x13\xd1\x5e\xe7\xa1\x79\x7e\x3c\xa7\xdd\x25\xe6\x87\x2c\x72\x5e\xc4\x29\x78\x7e\xbc\x35\x09\xe7\x0b\x07\x4d\x45\xca\x79\xd1\x21\x1b\xbb\x59\x51\x24\x9b\x79\x9f\x54\x64\x59\x5a\xcf\x28\xcd\xfe\xea\x54\xe3\x57\x69\xfa\x87\xf9\xd8\x30\x6b\xf3\x90\x7b\xdc\xdd\x8d\xc8\xaf\xcd\x61\x3e\xce\x16\xed\x02\x32\xa3\xee\x34\x1f\x97\xc3\x19\x22\x31\x4a\xf2\xec\x79\x37\xa2\x8f\xd8\x7c\x30\x8a\x49\x64\x1e\xd6\x09\xb6\x34\x5f\xa6\x11\x1d\x69\x62\x21\x4a\x21\xb5\xc2\x45\x52\xf9\x62\x92\xdb\x24\x49\x03\xc9\x55\xa6\x8c\x3f\x81\xb2\x51\x5e\x9a\xde\xc8\x6b\x78\x9a\x1f\x7e\xa5\x6e\x1d\x22\xf2\x74\xbf\x3e\xb9\x6c\x4f\x1a\x5e\xcf\xc3\xb4\x7d\x93\xb2\x4e\xac\xec\x9d\x13\x63\x10\x89\x04\xdb\x79\xa8\x91\x5a\x26\xb5\x05\x5d\x3a\x0f\x67\xa0\x52\xb6\x1b\x56\x04\x58\x02\x33\x7c\x26\x4e\x02\x0a\xe3\x99\x6c\x80\xbd\x73\x82\x13\xa4\x51\xe4\x24\xde\x4e\xa7\xdc\x33\x99\x4b\x9e\x8a\xc8\x17\x62\xc6\x8f\xd3\x50\x3a\xa8\xef\x99\xfd\xb6\x50\x66\xc2\xc8\x01\xd9\xce\x2c\x82\x8b\x3f\x18\xe4\x42\x99\xfb\x00\x60\x1d\xda\x59\x58\x67\x36\xe4\xe9\x7d\x80\x3e\xc3\x67\x61\x07\xc3\x1d\x4f\x24\xf5\xd4\x39\x0a\x67\xd1\xb1\xd6\x97\x18\x1b\x8a\xe7\x59\x0f\xca\x8d\x72\x42\x60\xb1\x6c\x5c\x19\x43\xab\x64\x9f\x47\xe2\x38\x2b\x3b\xd2\xc6\x16\x8d\x0d\x8d\x22\x27\x86\x13\x2d\x04\x67\xd0\x3b\x48\xcf\x49\x7a\x7e\xbd\x41\xce\x60\xe7\x15\xdf\x39\xb9\xa7\xb6\xbc\xf4\x1a\x9d\x5f\x4f\x92\x4e\x69\x44\x3c\x3b\xf5\xb3\x09\x4f\xa2\xb8\xb5\x7d\x9f\x9d\x7a\xa0\x09\x67\xa7\x3f\xf5\xb7\xc1\x59\x67\x47\x6c\xb5\x62\x23\xaa\x51\xc3\xcf\x25\x0c\x67\x3d\xf2\xce\xc9\xd9\x76\xd0\x67\x5f\x9d\xe2\xe8\x9d\xa7\x8d\xf0\xad\x67\x1b\x5d\xe0\xbc\xf0\xf3\x44\xe1\x3d\xbd\x5c\x35\x0b\xc5\x79\x35\x14\x1d\x2a\xba\xd8\x61\xa8\x8b\xe7\x92\x73\x87\xc6\x99\xd3\x33\x8f\xa0\x70\xde\x84\xfa\xb9\x49\x6e\x68\xad\x1b\x89\x20\x27\xef\x15\x4f\xfc\xaa\x0d\x31\x3c\x3d\xe7\xce\xea\xce\x73\x18\xfe\xc1\xfa\xc3\x7d\x4e\x2f\x3e\x75\xb7\x3d\x41\x96\xd2\xb8\x71\x3e\x0c\xcd\x33\x22\x05\x80\x22\x9d\x80\x4b\x69\x55\x39\x01\xe7\xd2\x22\x73\x22\xb0\x7a\x9d\x7d\x7a\xa3\x69\x06\x81\xd3\x43\xef\x3c\xbe\x36\x40\xa5\xb8\xee\x28\x65\x9e\xca\xab\xc3\x95\x7b\x9d\x60\x7e\xf8\x38\x55\xee\xb6\xaf\xd1\x23\x7a\x47\xc6\xee\x0c\x81\xbd\xd6\x39\x9f\xba\xc0\x5f\xeb\xa4\x4e\x83\x3b\x2f\x4f\x6a\x58\xb6\x81\xe9\x4b\x7e\x5c\x29\xdf\xa4\xfc\xa0\x4c\x94\xac\xca\xff\x95\xd8\x3e\x4c\xcb\x25\x08\x8c\x79\x8b\xae\x25\x4e\x4e\x4d\xe1\xd7\x52\x9d\xa7\x01\x14\xd7\x12\xe3\x66\x86\xaa\x5e\x85\x4c\x1d\xec\xff\x0b\x6f\x96\xa4\x6a\x73\x79\x24\x61\xc4\x97\x47\x52\x36\x7e\x71\x45\xa7\x0f\xeb\x55\x6c\x9a\x2e\x15\xc2\xb4\x10\x0e\x2f\x4f\x21\xb2\xd1\xb5\x14\xe6\x69\x8c\xdf\xa5\xc9\x92\x55\xbb\x40\xe8\xd2\xa4\x70\x91\xd6\x2e\x4d\x66\xfe\x6a\xac\x02\x26\x85\xab\x61\x60\x74\xcc\xe4\x7d\x28\xfb\x83\xf0\x03\x5a\x20\xab\x9d\x02\xee\xd5\x04\x91\xf1\x39\x62\xc2\x6e\x8d\x2d\xcf\x32\x5f\xc0\x7c\x74\x87\x69\x56\xbb\x66\xa5\x38\xa8\x55\x9f\xbf\x36\xe0\xc7\x84\xae\xd8\x23\x89\x01\xcb\x7f\x05\x11\x2a\x6c\xff\x2b\x70\xa3\x87\x0d\x5d\xc1\x41\x0f\xcb\x44\x79\xb3\x45\xae\x20\x8b\x06\x02\xf7\x05\xc1\x90\x09\x5d\x4b\x96\x1a\x7a\xce\x5f\xfa\xaf\x20\xa6\x5c\x62\x72\xb0\x99\x2f\x6e\xd4\xb4\xfc\x5e\xdd\xe9\x72\xde\xbb\xd3\xc5\xda\xe0\x64\x9a\x74\xf9\xba\x90\xab\xc2\x05\x59\xd2\xd3\x90\x17\x5e\xdd\xa0\x07\xe7\xa2\x23\xa7\xec\x0f\x88\xb2\x77\xb2\xbb\xe3\x77\xb6\x3b\x9a\x1f\x7c\xee\x42\xe5\xd7\xd3\xf1\x02\x2f\xca\xdc\x24\x97\x2a\xbf\x79\x77\xae\x81\x6b\x80\x13\x80\x97\xa9\xbe\x71\xd7\x92\xa9\x6a\xcd\xbf\xd5\x4d\xaf\xe1\xfa\x3a\xcd\x4b\xe0\xaa\x86\x3e\x5f\x43\x8c\x04\x6b\x5e\xfb\xbb\xf9\xf8\xf4\x7d\xbb\x85\xa1\x3b\xfb\xed\x8d\x7a\xe5\xfb\xa6\x74\xe3\x39\x96\xd8\xe9\xbe\xf7\x0e\x4f\x4f\xf1\x6b\x36\x7e\x60\xdd\xa7\xbd\x70\xc1\x26\xbb\xcc\x03\x81\x54\xa6\x4c\x73\x4d\x12\x0b\xef\x77\x50\x47\xdc\xeb\x64\xeb\x25\x6f\x74\xbb\x40\xd2\x50\x62\xbf\xa6\x89\xa5\xe8\xd1\x14\x8c\x85\x5e\x13\xf3\xba\xfd\x17\x2f\xa1\x34\x60\x94\x17\x41\xaf\x86\x1c\x5c\xa6\xf1\x75\x17\x60\x10\x96\x5d\x5d\x27\x01\x28\xc5\xf7\x1d\x81\xcf\x03\x77\x38\x86\x79\x12\xbb\xed\x6a\x9d\xa6\xef\xe3\xf9\x45\x8c\xa4\x9d\x13\x88\xcc\xe3\x73\x81\xa0\x05\xc7\xb8\xc8\x80\xa7\xdf\xde\x45\x96\x79\xe3\xbb\xaf\xcb\x3c\x7c\xd3\x97\x06\x0d\x33\x32\xf0\x2b\xb2\xc7\xe7\xc2\x89\x31\x5b\x7e\xbd\xf2\xa4\xfc\x61\x0c\xa3\x7c\x1b\x88\xce\xc0\x8c\x97\xd5\x1a\x71\xdd\xe4\x27\x46\xe6\xbd\xf0\xb9\xf1\x2e\xf0\xba\x85\x99\xb1\xcc\x8d\xc7\x61\x45\x24\x66\x41\x6e\xbd\x10\x2b\x95\xa4\x2e\xc4\xca\xac\x9c\x7f\x61\x49\xd1\x57\xfc\x42\xae\x34\xe7\xd9\xf5\x10\xba\xee\x1a\x73\xc1\xe8\x5d\xc8\xf5\x90\x39\xcb\x4e\x60\xf0\xcd\x0a\xa5\x17\xac\x64\xbf\x64\xc0\x2b\xc2\xdd\x85\xe9\x23\x2b\x32\x5f\x98\x82\xf5\x55\xbb\x10\x1f\x9b\x07\xf1\xc5\x6d\x08\x1d\xf5\x7a\x3b\xd7\xc5\x96\x49\x8f\x8f\x7c\x76\xbd\x98\xe1\xdc\x5d\xb0\x9e\xac\x4c\x7e\xbd\xc4\xe6\xca\x32\x5e\x38\x83\x87\x18\x53\x49\x56\x1e\xbe\xde\x97\x96\xed\x9e\x63\x40\xb0\xbe\x88\xbb\xd5\x23\xf8\xfa\xb0\xfa\x59\xeb\x17\x58\x49\xa9\x49\xb0\x49\x65\xe0\xeb\xfb\x57\x70\xae\x76\x7d\x5a\xc6\x7c\x6e\x56\x54\xfa\xf7\x19\xa9\xcc\xd8\x8c\x99\xf1\x7c\x11\x90\xab\x65\xf4\x3e\x9c\x3d\x04\xd1\x1b\xf3\xb4\x47\xea\x3e\xf0\x8c\xe3\xe3\x9b\xdb\xcd\xac\xd8\x77\x1f\x6a\xbb\x99\x72\x47\xcf\xac\x94\x07\x0a\x90\xb5\x22\xd1\xa1\xf9\xdf\xe4\xd8\xd5\x30\x76\x1f\x4c\xd2\xf0\x9d\xdb\x4a\xad\x88\x3c\x25\xd3\x5e\xe0\x76\x16\x7e\xf0\xfd\xc2\x1d\x6b\x77\xb2\xab\x1c\xaa\x1b\xdb\x76\x61\xc2\xee\x24\x3c\x21\xbd\x48\x92\x7a\x9f\xd3\xd3\xdf\x07\x9e\xde\xc9\x99\x2d\x7e\x45\x6c\x05\x1c\xe8\x36\x1e\x58\x71\xf4\x4e\xa2\x21\x58\xbe\xfc\xc1\x8e\x21\xd7\x84\x3f\xb0\xdc\xd0\xba\x3b\xe7\x5f\x40\x69\xed\xce\x6e\xc0\xea\x0f\x62\x4d\x31\x3d\x58\x80\x74\x3d\xbb\xb1\x00\x65\x05\xc4\x9b\x64\xbc\x46\xa9\xdf\xdc\xa0\x82\x99\xd0\x6e\xa0\xd2\xb4\x2a\xdc\x05\xef\x7c\x98\xd3\x5d\xb8\x69\x46\x0e\xbc\x4d\x9a\x3b\x7d\x4e\x2e\x59\xb4\x94\xdb\xdb\xd4\x61\x3d\xfa\xd1\x5b\x0f\x0a\xc5\x7e\x4e\xde\x79\x28\xc5\xad\x17\x6c\xf7\xdb\x0f\x6e\xc4\xbc\x54\xdc\x2c\x39\xe0\x37\x11\xc4\x2a\xb5\xb7\x4e\xb0\xae\x04\xc9\xfc\xcd\xf1\x71\x13\x0e\xac\xab\xc3\x5d\x35\x60\xf9\x5c\x28\x15\xea\x07\xac\x4c\x3d\xf3\xae\xd2\x61\xeb\xe7\x2e\xd1\xdd\x8a\x0f\xac\xd4\xed\xc6\x32\x63\x3c\xc6\x8d\x28\xa2\xb5\xfe\xc6\x8d\x67\xda\x16\x56\x79\x9d\xe8\xee\xe6\x79\x83\x85\xdd\x61\x94\x15\x3f\x10\x9b\x6b\xca\xbf\x1b\xd3\x7d\x76\x73\x07\x2c\xc9\x49\x0c\x53\xfe\xf9\xad\x41\x56\x7e\x1b\xbc\xc3\x60\xc2\x5d\x04\xcf\xbb\x03\x69\xd2\x15\xc3\x1a\xa3\x33\xd1\x1d\x92\x83\x6e\x6b\xef\x2f\xc4\xbc\x76\x73\x65\xaa\x13\xd9\xdd\xdd\xe9\x30\xf8\x9b\x78\x5c\x73\x4a\xdd\xe4\x91\x52\xb3\xbc\x3b\x5e\x03\x1e\x0d\x94\x8f\xbd\x0f\x86\x1f\x63\xd3\xbe\x01\xde\xd2\x74\x7d\x63\x64\x51\xd8\xbf\xf1\x6f\xf5\x8e\xe9\xe6\x72\x54\x5b\xee\x3d\xf0\xe8\x40\xe4\xba\x27\xce\x78\x28\x01\x37\x6e\xac\x92\x98\x1b\xf6\xbc\x87\x46\x48\xc8\xe6\x13\xf7\xc4\xa1\xc7\xc6\xc8\x49\xd8\x77\x45\xf4\xd4\x1d\xc5\x7d\x80\x3e\xe0\xf7\xa4\x61\x49\xcc\x62\xaa\x9d\x24\xa0\x0d\xc8\x93\x06\xe0\x45\x03\xf1\xa4\xa9\xe9\xdc\x64\x8f\xd8\x03\xe3\x9e\x34\xa7\xe4\x0f\xb8\x89\x20\x7d\xdf\x27\x95\x86\x2f\x11\xd1\x06\xc7\xbc\x71\x60\xf5\x6e\xe8\x36\xfb\x93\x39\x2c\x6e\x3c\x58\xa5\xf4\x37\x4a\x56\x96\x1d\xde\x78\xb0\x36\xbb\x84\x07\x6b\x4e\xee\xce\x0b\x3f\x19\x69\xcc\xe2\xb1\x26\xac\xb9\x2f\xe6\x2e\x7c\xe5\xf5\x7d\x6b\x15\xa1\x80\x8a\x08\x8f\x35\xc3\x79\xbb\x6f\xfb\xc4\x4b\xf8\xb2\x6a\x5f\xbe\x6f\xc6\x23\x29\xe5\x9a\x55\x8b\xea\x4d\x64\xea\x5e\x72\xdd\x40\xc7\x6f\x5d\x7a\xef\xd7\x8a\x19\x12\xae\xa0\xde\x64\xdd\xc6\x93\xa2\x37\xdc\xaf\x80\x02\x2e\xd1\x4b\x6c\x9e\x3b\x94\xb4\xf0\xd9\xcb\x92\x9b\x80\x52\x13\x3f\xde\x24\x6e\x4a\x9e\xe2\x4f\x50\x12\xcb\x5c\x71\x79\xb0\x3e\x37\x87\xe3\x83\x93\x69\x48\xbc\x3f\x43\x10\xe9\x12\x8c\x69\x27\x33\xbc\x31\xfb\x6b\xe2\x7b\x08\xc1\x34\x24\xe9\x39\xc4\x59\xce\x94\x97\x36\xaf\x00\xf2\x1c\xe2\x62\xac\x6f\x1f\xb8\x80\xf1\x8e\x4f\xb2\xe5\xe1\x1f\x48\xfc\x10\x8a\x07\x17\x4e\xa3\x2e\x1f\xe2\x17\xda\xfe\x18\x90\x4d\xc6\xfc\x60\x9f\x57\x24\x78\xb2\x15\x4d\x7f\xb0\x47\x54\xa4\x7b\x26\x67\xfd\xc1\x3e\x9f\xbd\xb9\x79\x84\x77\x09\x5f\xc2\x93\x6d\x3f\x07\x79\x04\x63\xc3\x93\x6d\x6d\x4d\xd8\x03\x09\xd7\x1c\xf3\x14\x76\x10\x64\xf8\x29\xbc\x83\xf4\xf9\xd4\x0e\xfe\x32\xef\x57\x0e\x13\x87\xe0\x21\xc2\x4f\x3b\xfa\xc3\x3d\x28\xb0\x7d\xed\x69\xdc\x06\xd9\x69\x3d\x1c\x11\x58\x9e\xe6\x88\xa9\x87\x74\x06\x9b\xf6\x3e\xcd\x86\xf9\x00\x2f\x10\xf3\x7c\x3d\xa1\xf7\x0d\x2b\xf5\xe8\x74\x38\x2c\x73\xca\x60\xea\x4f\xe0\x1f\xe5\x5c\x77\x46\x03\xf1\x7d\x16\xed\x99\x00\x37\xb7\x87\x98\x37\x59\xf4\x43\xcc\x5b\x06\x60\xa4\x3d\x83\x58\x73\xf6\xd4\x33\xf4\x95\xa2\x7b\x8b\x7e\x4c\x93\x2a\x3c\x48\xf7\xd9\xcb\xd5\x67\xda\x3d\x6a\x25\xbe\x4c\xcb\xfe\xb3\x24\xf4\xa9\x1b\xf1\x73\xfa\x31\xf3\xe2\x61\x75\x2e\x38\xac\x12\xab\xe7\x9a\x86\x8a\xd0\x55\x10\xdd\xcc\xae\xf5\x90\xd1\x2d\x1b\x39\xfc\x5c\x37\x50\x6c\x94\xb9\x1f\xf4\x5a\xe0\x59\x27\x74\x98\xa9\xe0\x41\xc2\xcd\xfa\xf2\x3f\x04\x55\x69\x8e\x7d\x1e\x99\x09\x63\xc3\x8a\x92\x75\xf8\x78\x9e\x4a\x3f\xe8\xf7\x73\xfd\x42\x47\x6d\xcf\x63\x4d\xd5\xaf\xc9\x91\xe5\x82\x92\x16\xba\xc1\x96\x1e\x20\x1f\xb4\xa2\x3c\xaf\x7e\xbb\x96\xdb\x2f\x68\xd5\xf6\x90\x81\xd4\x6b\x9b\xe7\x35\x43\x98\xdf\x92\x65\xc6\xd9\xe6\x68\x9b\x84\xe1\x51\x92\x2d\xe8\x13\x0f\x97\x7e\xc3\xf1\xe3\x1d\x91\x5d\x43\x9d\x23\xec\xd0\x47\xf2\x4e\x67\x9e\xe4\xcf\x87\x6b\x4e\x1c\x54\x72\x07\x9b\xbe\xd4\xc6\x20\x0b\xfb\x71\x27\xa8\x99\xfe\x7c\x64\x74\x81\xf6\x3e\xdf\xfb\x0b\x02\xb6\x3d\x38\x85\x13\xc7\xf1\x1b\xea\xf6\x2a\xbf\x1a\x88\x28\xf0\x95\x97\xd6\x00\x5f\x15\x93\x9c\xbc\xfb\xd6\xb0\x51\xae\x7e\xd0\xf9\x83\x1b\x6f\xfa\xf5\x9a\x55\x0d\x4b\xcd\x2b\xbd\x31\x66\x10\x74\xac\x62\x34\x20\xc8\x57\x65\xec\xd6\xd8\xf7\xe8\x1a\x02\x5c\x19\xbb\x00\xc0\x55\xd3\xa7\x00\x1c\xab\x66\x0a\x57\x70\xac\x84\x91\x6d\xe2\x58\x81\xe3\xd4\xc4\xb1\xda\xb9\x7f\xc0\xb1\xca\x7a\xba\x83\x63\xd5\xcc\xfd\x2b\x8e\x95\x04\x4a\x1c\x2b\x57\x14\x1c\xab\x2a\xf3\x06\xc7\x2a\x55\xce\x15\xb0\x54\x43\x87\x5f\x61\xa9\x0c\x2b\x04\x95\xaa\x1a\x24\x00\xe0\xd4\xd0\xe7\x1f\xc0\xa9\x94\x25\x9f\x20\x4e\x95\xb1\x2b\x32\x0d\x14\xe5\xe2\xc8\x2c\xbb\xf5\x20\x9f\x20\x4e\x0d\x73\x55\x80\x2b\xd5\xcd\x39\x04\xae\x54\xf3\xc2\x19\x58\xa9\x64\x2a\x4a\x51\xa2\x4c\x89\xf3\x92\x8d\xc6\xb4\xbe\x6f\x35\x7e\x6b\xf8\x07\x56\x54\x4e\x3d\x90\x51\xd3\x6b\x38\x20\xa3\x5a\xdb\x1f\x6b\x53\xf1\x1d\x2c\xfe\xb0\xe8\x57\x67\x70\x0e\x34\x90\x4c\x79\x38\xef\xd8\xa9\x76\xec\x38\x90\x4c\xd3\x10\x06\x10\x99\xa6\x9a\xcc\x2b\x99\xac\x96\x21\xc3\xd5\x77\xb8\xdc\x86\xfd\x82\xbc\xb4\x2a\xa2\xd6\x60\x5e\x6c\x01\x7c\x59\xbd\xbf\xde\x20\xcd\xc5\xfe\xe0\x42\x93\xa3\x77\x21\x5f\xa0\x77\xfd\x5f\xd1\x8e\x9b\xc8\x4b\xaa\x21\x2f\x37\x72\x63\xbf\x63\x38\x3a\x62\xc9\x8b\x33\xb6\xb6\xdc\x97\x1b\xb9\x5c\x1d\xb3\x51\x54\xb0\xde\x77\x09\x8a\x5d\x73\xdc\x8b\x09\x5b\x25\xfa\xed\xe4\x29\x74\x93\x77\x01\xa7\x19\x26\xa9\xd0\x34\x3b\x81\xf9\x34\xb4\xf1\xbe\x78\x97\x80\xb9\xdc\x80\x26\x6f\xc6\x02\x00\x46\x5e\xbd\x22\x7c\x87\xbd\x73\x65\x41\x6b\x4d\x6e\x23\xd1\x14\x6c\x00\x83\x90\xe4\x0f\x84\xa7\x16\x1e\x53\xa2\x93\xbd\x13\x01\xbd\x29\x9b\x77\x0e\xf0\xa6\xa6\xb1\x4c\xf0\xa6\x6c\x44\x25\xe8\x4d\xd9\x08\x56\xd0\x9b\x6a\xf6\x80\x20\x89\x1a\x79\xf3\x22\x88\x7a\x3f\x04\x04\x7a\x32\x68\xe5\x95\x91\x6c\xa2\xb0\x2f\xef\x6c\x81\xb0\xf9\xfd\xc1\xe5\x4b\xfe\x80\xf5\xe2\xb0\x85\xc7\x1f\xac\x8a\xf0\xb5\xdd\x1c\x9e\x99\xee\x97\xd3\x49\x62\x09\x31\xfc\xa8\xf9\x02\xdf\x94\xf6\x86\x24\x64\x2b\xe6\x6f\x45\x37\x60\x9b\x86\xae\x05\xc0\x36\xa5\x7d\x5d\xbd\x71\x9b\x90\x99\xc0\x67\x6a\x66\xa7\x14\x9f\x69\x3b\x80\x82\xcf\xd4\x64\x02\xef\x05\x20\x18\xa2\xcb\x4b\x00\x56\xd9\x1f\x93\x7c\x45\x72\x43\xfc\x95\x89\xe0\x5e\x12\xac\x85\xa4\xc1\xa4\xa3\xee\x07\xfc\xcb\xf7\x6c\xe2\x0a\xa3\xbf\x2b\xc8\x48\x2d\x3c\x9f\x8f\x8e\x9a\x3e\x17\x27\xcc\x32\xcb\xee\x11\xc3\x77\xc5\xb8\x3b\x00\x8d\x3a\x10\x1f\x0d\x3c\xa3\xe9\xb5\x2b\x78\x46\xdd\x54\x1b\xc0\x19\xf5\xe9\x54\x12\xaa\x14\x1e\x5b\xe5\x53\xed\x31\xc0\x16\x35\x60\x09\x1b\xb0\x45\xeb\x07\x7a\x84\x3d\x06\xf8\xe1\x06\x24\xd1\x50\x9e\x7e\x75\xf1\xc3\x72\xf4\x2a\xac\x6e\x6a\x68\x2a\x50\x87\x03\xbf\x52\xdd\x7b\xf1\xf1\x93\xed\x83\x3c\x24\xec\x78\x7b\xbd\x3b\x84\x97\x02\x3c\x94\x4d\x06\x09\xee\x50\x33\x4a\x48\x60\x7c\xed\xee\x9f\x6e\xe4\x1c\x55\x80\xf1\xb3\x6e\xfd\x60\xde\x37\xd3\xf6\x88\x79\x9f\x8d\x0c\xfa\xcc\xa2\x3d\x2c\x5f\xbf\x30\xce\x1b\xe0\x44\xc5\xe0\x6b\xf1\x87\xb2\x11\x40\x00\x10\xb5\x42\x4f\x81\xb4\x4f\x3b\xf7\x35\x98\xf6\xa2\xa2\x37\x30\xed\xd3\xf6\x85\x15\xd4\xde\x3b\x5f\x41\xed\xb3\x31\x32\xe0\x17\x25\xa7\x55\x50\x7b\xef\x05\x3e\x6d\x20\xdd\x26\x3e\x4e\x1f\xe5\x2c\x2f\xe4\x1d\x70\xe6\xbb\xef\x2c\x36\x54\x74\xda\x02\x69\x68\x9b\x87\xc5\x99\xcf\xf2\x2a\x80\xe6\x9b\xfe\x4a\x02\xcd\x6b\x76\x04\x50\x3e\xbc\x6d\x06\x50\x7e\x7d\xe0\x0f\xe8\xcd\x1c\x4a\xf1\x88\xb2\xe1\x25\x00\x12\x15\x60\x7a\x9a\x90\xf2\xd9\x10\x11\x00\x89\xa6\x32\x8d\x78\x44\xd9\x68\x0e\x00\x89\xc6\xd8\x65\x80\x0f\xa1\x69\x22\x0d\xe9\xb4\x2d\xd2\x50\x36\x86\xe1\xf3\xa2\xd3\x09\xe7\x8a\x45\x59\x1c\x74\xa1\xe9\x55\x1d\x80\xee\x69\xe7\x2e\x05\xb4\xbd\x2b\x3e\x00\xc8\x3e\x94\xef\x04\x64\xcf\x6d\x7f\x41\x5a\xf9\xe1\x07\x9f\x3f\x30\x22\xad\x1f\xd0\x16\x40\x88\x52\xd6\xc9\x4b\x14\x22\x13\xe5\x00\x42\x94\x34\xee\x0a\x42\x94\xe5\xbf\x82\xb2\x7b\x2b\x03\x08\x51\x33\x19\x1e\x18\x44\xcd\x64\xaf\x60\x10\x35\x23\xb7\xc1\x20\x9a\x92\x7e\xf1\x85\xcc\x79\x07\x98\xba\xf0\xf9\x0d\x30\xf5\xa2\xad\x05\x4c\xa1\xd5\x18\x95\x12\x3e\x1c\xfd\xb7\x17\x0b\x20\x0e\xad\xaf\x68\x92\xbb\x19\x1d\x30\x00\x16\x4a\x1e\x35\x30\xd5\x93\xb9\xe8\xc0\x54\x4f\x59\xd3\xc5\xa7\x37\xba\x3b\x87\xac\xdf\xda\xb3\x40\x1c\xaa\x86\x7b\x03\x9e\x5e\xc1\xde\x69\x62\xa7\x67\xed\x18\x60\x11\x89\xfd\xdf\x00\x46\x6f\xe6\x1d\x02\x18\x7d\xbd\x44\xd3\xdb\xe2\xc2\x68\x89\x6a\xca\x6a\xf8\x00\x13\xed\x80\x0f\x80\x89\x92\xce\xb2\xc0\x9e\x17\xef\x7e\x81\x3d\xaf\xfb\x78\xa1\x01\xe9\xff\xf3\xa9\x01\x69\xd5\x00\x98\x28\xab\x25\x08\x4c\x64\xe0\x2a\xb8\x44\xeb\x25\xfa\x2a\xf0\xb9\x67\x87\xfc\xde\x9a\xf5\xc1\x25\x6a\xb1\x5b\x20\x27\x19\x9a\xa1\xb0\x44\x26\x2d\x05\x96\xa8\x99\x08\x59\x4c\x73\x65\x78\xf0\x86\x46\xf2\xe4\xe0\xd6\x29\x6d\x06\x6f\xa8\xe9\x97\x2c\x74\x79\xd6\x62\x20\xde\x90\x71\xf0\x60\x97\x67\x43\xb6\xc1\x2e\x6f\xe6\x4a\x06\x7b\xa8\x29\x45\x7f\x32\x4c\x95\xe4\x0d\x52\xee\x56\x9c\xee\x6a\xd8\xd1\xb7\x15\x37\xbe\x3e\x4d\xda\xc4\xd7\x27\x64\x1e\x1b\x20\x30\x42\xdd\xb4\x12\xc2\x08\x79\x29\x0c\x5a\x50\x0b\x37\x0c\x60\x41\x5e\xb4\x7f\xb2\x3e\x69\xad\xa6\x9b\x7d\x32\x2f\x87\xc0\x98\x2f\xd7\xd9\x09\x5b\xcc\xaf\x0f\x27\x12\xcf\x51\xcd\x46\xe0\x78\x67\x3d\x58\x80\x14\x2a\xe6\x24\x04\x52\xa8\x19\x1c\xf3\x99\x91\xc3\x53\x43\x1a\x6f\x6f\x26\x80\xdc\x6e\x9b\x2b\x90\x94\x7b\x6f\x61\xa1\x06\x5d\xc0\x5f\xde\xf5\x7e\xb0\x34\x8a\xee\x2e\x7c\x80\xcf\x87\x4f\x81\x3b\x14\xb2\x20\xb0\xb5\x5b\xd9\xe5\xe0\x7d\x46\x06\xbc\xe0\x3e\xea\x0f\x08\xae\xcd\x77\x70\xf1\x28\x3e\x5f\xd3\x65\x86\x4a\x10\x85\xaa\x76\x32\x10\x85\x9a\x52\xce\x87\xb9\x48\xcf\x17\x80\x83\xaa\x8a\x3a\xf8\x40\x4d\xfb\xe4\x47\x36\x31\x33\x3f\x7c\x84\x65\xe5\x70\xcd\x70\xac\xd7\xf3\x12\xe0\xa0\xa6\x2b\x16\xf8\x40\x09\x40\xaa\xf6\x01\x5e\x61\x12\x15\x20\x81\x9a\xbe\x89\x1f\x78\x15\x5e\xb7\x7d\x1a\x85\x34\x04\x7d\xc4\x65\x79\x87\x0a\x3e\x50\xd3\xfd\x46\x7c\x20\x08\x5a\x00\x0f\xe4\xb5\x57\x1c\xf8\xeb\x20\x73\x2c\xda\xcc\xd5\xe3\x41\xb9\xf0\xad\xef\x38\xca\x4a\x99\x91\x2d\xb2\x1f\xa0\x03\x35\x6e\xab\x02\x74\xa0\xca\x61\x0c\xc0\x81\x5a\x5f\xba\x6c\x80\x01\x94\x97\x5c\xf2\x7f\x4c\xdb\x42\x80\xa0\x4c\x1e\xca\x00\x20\xa8\x12\xb6\x1a\xc7\xd6\x04\x2d\xeb\xf5\xc9\x28\x50\xf8\x80\x85\x0c\xc0\x82\xd6\xc7\xfe\x70\xf1\x83\x15\xdd\x88\x63\x0c\x63\x23\x17\xb7\x55\x26\x35\x17\x89\x8e\x02\xac\xa0\x86\x43\x6f\x80\x15\x94\x91\xc2\x03\xac\xa0\x46\xd2\xcb\x00\x2b\xa8\xc0\x69\x43\xa8\x20\x72\x82\x05\x50\x41\x8d\xac\xb4\x01\x54\x50\x1a\xf6\x21\xd3\x07\xa7\x12\xa6\x9b\xec\xc3\xe2\x9a\x0d\x87\xa5\x00\x12\xa8\x02\x2a\x16\x20\x02\x05\x2e\x95\x01\x1a\x7b\x23\x9b\x46\x1c\x04\xf9\x66\x6e\xca\xe2\xa8\xec\xec\x4e\x47\xf1\xf8\xec\x99\x4e\x90\x7d\x14\x19\x3c\x0e\x50\x2b\xb0\xc3\x06\x88\x40\x49\x63\x7d\x00\x09\x94\x0f\x17\x4e\xd0\xde\x83\x8a\xe4\x8d\xe4\x72\x8e\x03\xde\x88\xd6\x1d\xc0\x03\x95\xda\xf9\x78\xb1\xb7\x88\x4e\xb7\x71\x46\xf8\xf5\xfe\x43\x99\xde\x91\x9e\x0a\xbf\xb1\x38\x16\x7b\x0b\x5c\x4a\xe3\x00\x32\x8f\xeb\xb0\x38\x70\x3a\x82\xd2\xc6\x11\x62\xb1\xfa\x9c\x4b\xb9\x69\x3d\xee\x30\xa6\x22\x04\x0c\xf0\x1d\xf2\x5b\x38\x8d\x5c\x0c\x74\x77\x70\x48\x14\x86\x8d\xe1\xb4\xdc\x28\xe3\x80\x90\xdc\xc2\xdd\x1c\x23\x54\x8a\x4e\xd8\x5c\x63\x75\xc2\xb0\xe5\x6e\xcb\x8c\xa0\xbb\x80\xcc\x04\x58\x13\xc3\x5e\x77\xf6\x7c\xf1\x7d\x5b\x9e\x74\x8f\x5b\x85\x1c\xbc\x44\xd2\x0c\x2e\x22\xe3\xc0\x2b\x93\x9b\xa9\x38\x00\x98\x20\xd9\x5f\x1c\x30\x9a\xbe\x9f\x73\x68\xed\xe9\x64\x61\x3d\x06\xd3\xec\x7b\x6e\x59\x70\xf9\xf7\x3c\x7a\x93\x00\xe1\x09\xd0\x8d\x5a\xdf\x3f\x30\x04\xb7\xc2\x64\x08\x85\x05\x44\x35\x33\xec\x3e\x8e\xe9\x18\x98\x00\x52\x65\x98\xed\x2e\x8e\xc9\xec\xb9\x24\x60\xf1\x12\x93\x18\x40\x20\x65\x9c\xea\x03\xa4\xa3\x5a\xdc\x60\x42\xeb\xee\xa3\x46\xf8\x01\x79\x2d\xe3\xc0\x2f\x13\x73\x79\x80\x74\x54\x0f\x8f\xc5\x69\xcb\x6c\xbc\x73\xb7\xec\x0f\x64\xdc\xb5\x7b\xa4\x9d\xca\xfb\xf0\x70\x13\xd1\xed\x92\x69\xa7\x3c\x78\x97\x53\xe3\xd6\x20\x60\xab\xbb\x6d\x17\x37\x9b\xb8\xda\x06\xe8\x48\xa3\x48\xa0\x2e\xfb\xea\xb1\xba\xf0\xc7\x75\x40\xe4\xa6\xea\xfb\x03\x2e\x7e\x2d\xdf\xe0\xe6\xb9\xe7\x6f\xa6\xb8\x5a\xe6\x1a\xce\x63\x7b\xeb\x26\xf1\x3b\xe5\x34\x40\x4b\xca\x78\x7c\x05\x68\x49\x85\x94\xb6\x71\x10\xe6\xd5\x77\xd9\x7c\xca\x0e\x83\x38\x2f\x1c\x30\xe2\x78\xd4\x1d\x24\x81\xe4\xc3\x18\x12\x04\x59\x54\x65\x48\x8f\xd3\xe9\xec\x3c\xa6\xfc\xa1\x2c\xe4\x84\xab\xfd\x72\x71\x24\x5d\x7d\x31\x74\x79\x0c\x5e\xd3\xca\x5b\xc6\x0b\xab\xfb\xce\x94\x82\x50\x86\xc6\x92\x44\x3a\x8e\x57\x88\x1a\x1b\x70\x27\xb3\x8e\xc6\x3a\xb8\xf0\x98\x43\xab\x2b\xc4\xfd\xfd\xb0\x73\xdc\x80\x34\x89\x03\x69\xb3\x8b\xcb\xfb\x65\x56\x8e\x86\x31\x87\x4e\xc9\x1b\x8a\x27\xe8\x04\x71\xa8\x78\x22\x31\xc6\x01\x16\xee\x21\x9f\x21\x17\x66\x76\x94\x5c\xeb\x23\x98\x07\xc0\x4e\x13\x0c\xe6\x00\xd8\xa9\x81\x5a\x10\x02\x3b\xe1\x55\x1e\xa0\x34\x05\xfe\x45\x91\x34\x66\x02\x14\x13\xc0\x34\x55\xd0\x16\x02\x98\xa6\x8a\xb7\x60\xa4\x43\xb2\x37\x28\xc3\x64\x99\x95\x44\x92\x0c\x62\x96\x03\xcc\xa5\xc6\x9d\x5e\x24\xec\x91\xe0\x0e\x46\x4a\x98\xb6\xd8\xdc\x89\xfc\x17\x69\xbf\x43\xd6\x78\x66\x11\x2c\xa6\xe6\x7a\x27\x52\x5e\x00\x3b\x11\x09\xd7\x54\x99\x41\xf2\xb2\x85\x34\xd3\x91\x64\x55\x4c\x6f\xca\xf8\x93\x38\x62\xd9\x10\xb3\x95\x0a\x76\x74\xa6\x1a\xec\xa6\xc9\x85\x54\xa4\xf2\x62\x45\xa0\x61\x80\xe7\x8b\x0d\x93\x36\x91\xab\xbe\x10\x41\x69\x9f\x4f\x20\x94\x5a\xdf\x3f\xe0\xfc\x65\x45\x9a\x14\xf7\x3b\x8f\x1f\xd0\x1a\x17\xd4\xe4\x54\x0b\x00\x93\x8a\xe4\x23\x6d\x5b\xa3\xe5\x41\x92\x5b\x7a\xda\x76\x6b\x74\x69\xb1\x9b\x0e\xa4\x72\xa4\xcd\x6e\x7c\xce\x7e\x27\xf5\x6b\xa4\xf6\x31\x1e\x5e\x82\x0f\x91\x7f\x21\x52\x68\x09\xf1\xf9\x1a\x7f\x75\x9c\xc0\x28\xe0\x4d\x11\x80\x27\x65\xa2\x31\x03\xf0\xa4\x55\x29\x13\xb0\x18\xd1\x4c\xd0\xcf\xa4\x93\x1b\xec\x00\x94\xa4\x91\xed\x2a\x90\x0a\x06\x5d\x05\x28\x49\x85\x04\xd8\x01\x18\xd2\x4c\x8e\x0d\xc7\xb6\x0c\x8e\x42\x80\x86\xd4\x80\x7c\x08\xd0\x90\x46\xb5\x35\x23\x7c\x61\xab\x80\x15\x8d\xbd\x6c\xc4\x93\x49\x21\xd2\x10\xc0\x83\x6e\x83\xea\xae\x04\x93\x86\xbd\x70\x13\x2e\xad\x65\x64\x27\x0f\xad\x05\xb3\x73\x80\x5c\x34\x93\x1b\x49\xc6\x32\x6c\x61\x7a\xbe\xe8\xea\x24\x7a\x6d\x3f\x67\xb6\xc7\xef\x82\xe8\x03\xcc\xa1\x3e\x61\x40\x89\xb8\x5d\xbc\x96\x22\xe1\xa9\x4f\xf2\xe5\x48\x27\x12\x84\x3d\xf1\x3a\x1a\xef\x97\x00\x98\x68\xe0\x92\x1d\x00\x13\x35\x44\xf1\x48\xa7\x3b\xc8\x09\x39\xdd\xa3\xfc\x40\x42\x25\x0c\x88\x01\xd0\xd0\xd8\x6b\xcd\xdd\x55\xf7\x70\x70\xa3\x3c\x3d\x88\x44\xed\x72\xb3\x12\x60\x05\x8d\xe4\x50\x6f\x2c\xc0\xd6\x0f\xe2\xdd\x3e\x7c\x8b\xbe\x4f\x57\xf7\x86\x8d\x79\xc4\x6e\xcf\x2a\x65\x55\x0c\xb7\x95\xe0\x05\x6e\x6e\xef\xad\xc8\x78\x15\x89\x64\x11\xa8\x58\x91\x1e\x52\x62\x40\x8f\xd3\xa2\xcd\xb3\xba\xad\x5e\xa2\x88\xe1\x37\x69\xa7\xe1\xa3\x01\xaf\x98\xa7\xab\xfb\x72\x11\xe7\x80\x3f\xf2\x20\xc3\x64\x85\xe3\x21\x87\x5f\x00\xc7\x33\x92\x5b\x8f\xf8\x5b\xc9\x22\x68\x3c\x43\x91\x11\x34\x9e\x24\xb2\x54\x80\xc7\x33\xc9\xdc\x1e\xe0\xf1\x24\xad\x6a\x01\x20\xcf\xd8\xe3\x44\x99\x30\xd2\x25\x40\xe4\x19\xca\x83\xc9\x5c\x7b\xac\x2c\x80\x3c\x03\xbf\xb6\xc8\x52\x52\x78\x0a\x60\x3b\x13\x13\x6c\x00\xb6\x93\x24\xaa\x82\xed\x64\xfc\x71\x03\xb0\x9d\x02\x54\x62\xe4\x63\xcd\x36\x79\xda\x22\x03\x42\xca\x45\x4a\x00\xc2\x53\xc8\xaa\x14\x80\xf0\x14\xae\x58\x23\x1b\xa0\xc6\xcc\x67\xcd\x79\xcc\x85\xe0\x3c\xce\x11\xe0\x3c\x99\x14\x22\x91\xd5\x30\xdc\xa7\x79\x69\x18\x93\x40\xe6\xc8\x92\x6a\x26\x0f\x04\x9f\x8c\x23\x74\x80\xe0\x13\xf8\x2b\x06\x08\x3e\x95\xdc\x77\x91\xd3\x1e\x81\xad\x11\xfb\xcf\xd2\x02\xe1\x13\x78\x12\x45\x5e\xf4\x3c\xca\xe4\x83\xbc\x1d\x22\xfd\x23\xf1\x03\x1f\xe4\x4c\xb9\x53\xde\xdd\xf3\x8f\xfa\xf3\x47\x90\x12\x21\xf2\xa2\xf4\xa1\xec\x9a\x75\x7a\xc2\x3f\x32\x32\x29\x82\x3d\xdd\x00\xfd\x64\xdc\xa5\x43\x9c\x1f\xb1\x35\x03\xa0\x9f\xe0\x0e\x27\xc0\xf9\x59\x3f\xd0\xf1\xfc\xe2\x99\xe3\x0f\x9f\x3f\x30\xf7\x78\x55\x4b\x7d\xb3\x39\x02\x71\xc2\x8b\x5c\x38\x79\xd9\x32\x88\xc1\xd0\xb7\x8c\x5d\x90\x64\xa2\x01\x02\x90\xde\xa8\x01\x88\x4f\xc4\xfe\xf6\xa5\x6c\x03\xe8\xa2\x30\xf7\x5c\x49\x98\x8d\x84\x21\xb6\xcf\xe1\x40\xab\x98\x63\x30\x6b\xc0\x7d\x82\xbb\x8e\xc8\x02\x27\xb8\xa2\x44\xab\x65\xfc\x9c\x03\x44\x9f\x52\x9d\xbe\xaa\x0b\x98\xcf\x0d\xe9\xa2\x17\x55\xa2\x49\x2f\x0c\x56\x6b\xbf\x8b\xc3\x8a\x4c\xa8\x33\xfb\x3e\x63\x2f\xdc\xeb\x45\xa0\x73\x76\x47\x10\xdc\xdc\x77\xbd\xf8\x6b\x70\xe4\x72\x98\xaa\x9c\x6f\xc9\x2a\xc1\x0d\x7f\x00\xe3\x53\x9b\x3b\x11\x3d\x28\xcf\xfd\x01\x10\xd0\x8e\x1a\x45\x08\xcf\xe1\xc8\x04\x3d\x2b\x7d\x64\x9c\xac\xf1\xae\x89\xac\x1d\xcf\x65\x0f\x2f\x1f\x7d\xfe\x79\xfd\xb2\xca\xb0\xa5\xec\x6e\x15\xea\xc7\x4e\xa0\x07\x49\xc5\x32\x41\x69\xc4\x7c\x47\xc6\x40\x87\xe3\x43\x80\xfa\x93\x84\x2c\x0f\x60\x7f\x2a\x0e\x62\x91\x85\x63\x45\x61\xcd\x1b\x73\x8f\x4a\x87\x37\xc6\xcc\x36\xc0\x02\xc5\x5d\xbf\xd8\xd8\x94\x60\x00\xdd\x0d\x64\x40\x80\xba\x53\x48\x47\x13\x82\xee\x84\xfd\xd7\x6d\x6a\x7a\x7c\x26\x02\xf3\xa0\x5d\x6c\x6c\x4d\x6a\x33\x65\x99\xb4\x35\x39\x9f\x12\x83\xe9\xf9\x74\xb6\xb8\xad\x0a\x8f\xdb\x34\x27\xbd\x65\x61\x50\x28\x9f\xea\xc3\x7c\x7c\xe2\xe0\x26\x09\x03\x6e\x00\xa3\x5f\x80\xd2\x93\x8a\x4a\x50\x06\x6f\x80\x54\x06\x91\xcd\xc9\xeb\x61\x53\x07\xb2\xa7\x27\x21\x65\x87\x15\x11\x77\xef\x1e\xba\xc4\xe1\x60\x98\x97\xf7\x70\x34\x40\x6c\x9a\xa2\x47\xbe\x44\x4b\x43\xb1\xca\x28\x28\x45\x7a\x06\x6a\xde\xe1\x12\x5c\xfb\x34\x53\x7e\xfd\xc0\x1f\x50\xa6\xdc\x38\x70\xbf\x3d\x1c\x51\xbe\x0f\x77\xce\x8d\x89\xc5\x45\xbb\x85\xfa\x60\x91\x6f\xdd\x2a\xfd\x18\xa8\x0f\xd8\x22\x78\x3f\x99\x3c\xd8\x21\xdc\x4f\xf5\xd8\xdd\xec\x52\x57\x8d\x24\x4a\x45\x23\x43\xc6\xd3\x83\x40\xc0\xc8\x37\xdb\x54\xb2\x7d\x43\x77\x9c\xc7\xfb\xf3\x03\x6a\x7d\x84\xdb\x62\x92\x04\xd6\xc3\xf6\x1a\xe2\x03\x81\x54\x1d\xf9\x31\x8c\x8c\xaf\xf1\x0c\x19\x3e\x6e\xbe\xcf\x38\xc1\x2d\xe8\x0e\x87\x34\x4d\x65\x97\x91\xf4\xdc\xe4\x78\x87\x85\x8c\xe7\x71\x08\xd6\x49\xc6\x68\x39\x95\xa8\x41\x12\x61\xc1\x81\x6c\xec\x05\x93\xc4\x3d\x0e\x18\x81\x4a\x0b\xd8\x40\xab\x13\x0c\xf3\xe5\x86\xc8\x9d\xfd\x9a\x07\x94\x91\xa1\x6a\x11\xd5\x19\xf9\xdd\x89\x4d\x28\x0b\x0b\xe7\xf3\x9b\xf9\xa5\x43\xf8\x8e\x55\x39\x21\x56\xc2\x22\x99\x59\x1a\x55\x6d\xee\x0a\x34\xaa\xa2\x3c\x0b\x12\x51\x1a\xc7\x6f\xc5\xb6\x0c\xe8\x9f\x69\x6b\x22\xa3\x70\x65\x8f\x03\xb9\xa0\xaa\x04\xe0\x73\x62\x1d\xec\x47\xb6\x6f\x17\xe2\xf3\xf0\xf9\xc1\xda\xde\x9a\x7e\x32\x5e\x2a\xe1\x84\x93\x18\x6a\x73\xae\x8f\x09\x44\xb2\x04\xd8\x68\x55\x3a\xf9\x23\xa9\xd2\x51\xe6\x6e\xa6\x58\x96\x46\x5a\x1e\x8b\x89\xd1\x58\x21\x09\x6f\xf3\x53\xb3\xb9\x50\x86\xeb\x93\xb9\x2f\x8a\x61\xe9\x6c\x1e\x91\x89\x70\x80\x88\x92\x34\xf4\x77\xca\x00\x30\xe3\xf0\x1d\x40\x16\x15\x72\x47\x44\x21\x9b\x7f\xeb\x7e\x2c\x98\xce\x5a\x08\xa1\x8c\x14\x5a\x81\x32\x4a\x0a\xee\x45\xc7\x65\x16\x14\x24\xa3\xca\xa5\x62\x14\x93\xf9\x4e\xdf\xc7\xac\x98\x7d\x67\x20\xff\x51\x9c\x22\xfb\xf9\x0e\x49\x61\x8b\x6d\x71\x90\xa6\xe5\xb5\xd0\xdc\x6c\x46\x21\xae\x89\x1c\x37\x01\xa8\x51\x23\xd1\x67\x08\x6a\xa4\x4d\xae\x14\x9c\xaa\xaa\x65\x12\xd6\x3a\xc6\xc5\x51\x0b\xd9\xbb\xa2\x98\x37\x9f\x4d\x25\x5e\x91\x71\xe1\x01\x5e\x51\x51\xe2\x05\xaf\x28\xd7\xea\x07\x1e\x17\x06\x50\x25\x4e\xf0\xf8\x62\xde\xfc\xe4\xc7\x4b\x44\xde\xf5\x08\xe5\xe8\xb7\xec\x82\xea\xeb\xfa\x45\x53\x3f\x56\xc8\xe2\x24\x02\x36\xa4\x26\x0c\x44\x50\x06\x9f\x2b\x80\x08\x2a\xcd\x01\x84\xbb\x06\x01\x51\x8c\x20\xf5\x2b\x31\x82\x3c\xa7\x60\x04\x25\x6d\xa1\xc0\xff\xe4\xe9\xcc\x05\x01\x5e\xf0\x07\xd0\x7f\x1a\x2e\x68\x21\xfa\x8f\xb7\xcb\x01\xfa\xcf\x24\xce\x2e\x4a\xb8\x3f\xf6\xd7\x00\x67\xc0\x75\x80\x05\xca\x7b\xde\xcd\x9d\x0f\x35\x02\xfe\x67\x72\xaf\x18\x22\xfb\x00\x70\x1f\x02\xfb\x90\x94\x2b\xc0\xef\x69\x65\x97\x2f\x08\x2a\xf5\x70\x0f\x36\x5c\x6f\xd2\xdf\x17\x2e\xf6\x42\x60\x9f\xea\x66\x04\x37\xaf\xba\x19\xf1\x04\xcc\xae\x13\x9e\x23\x5c\x7d\x45\x31\xc2\xc8\xc5\x27\xa4\xbb\x3a\x5d\xc3\x86\x19\x25\x5a\x64\x21\x65\x67\x88\xeb\x53\x3d\x36\x98\x21\x4b\x72\x2b\x0f\x68\x8d\x67\xc8\xfc\x81\x0e\x79\x6a\x55\xa5\x85\xb9\xbb\xca\xd7\xc4\x71\x12\x5c\xba\xc4\x5e\xd0\x4b\x7c\xde\x7d\x89\xb5\xe5\x26\x8c\xb0\x80\x00\xe5\x27\xef\xbd\x76\x5a\x93\x1d\x3c\xcd\xf5\x43\x4d\xb0\x5d\x2e\x24\x43\x94\x9f\x92\xf2\xef\xb0\x9b\x03\x08\xa0\x4c\xbc\x68\x00\x01\xb4\xbe\xa2\xfd\xd3\x60\x1b\xab\x43\x68\x83\x1d\x94\xed\x2d\xed\x3b\x6c\x09\x0f\xee\xe9\x5c\x15\xff\x40\xaa\xc4\x08\x00\x4e\x50\xd3\x34\x04\x4e\x50\x2b\xbb\x81\xcf\x0f\x98\x9f\xeb\x58\xc7\xd5\x83\x42\x9a\x7c\x52\x51\x04\x98\x41\x4d\x73\x5b\xb9\xbc\x8a\xa2\x17\x5c\xb2\x55\xe7\x19\x97\xcb\xa2\x86\x56\xae\xed\xc0\x4d\x79\x77\xc9\x9a\xe8\x92\xdd\xbb\x5c\x3e\x77\x1d\x3e\x29\xfb\xd0\x5d\xbb\x4f\x74\xf0\x5e\xd2\xfd\x3e\xed\xdc\xcb\x15\x49\x2c\x32\x40\xd1\x86\x52\xb0\x77\x96\xfd\x81\xc1\x50\x96\x21\xee\xd2\xc0\x9b\x16\xec\x06\x00\xb9\xdd\x43\xf4\x10\x2d\x60\xbf\x65\xe3\xfb\x5c\x3f\x3b\xf0\x8f\x32\x1b\xc4\x3d\x4b\xea\xdf\xbd\x0e\x8f\x95\xfa\x8e\xdd\xb6\xe5\xf7\xe0\x07\x5e\xd2\x9b\xdb\xd5\xc5\xa9\xb3\x24\x49\x28\x81\x4b\xfb\x78\x11\xf6\x5a\xf6\x73\x94\x23\x98\x37\x20\x3e\x79\x4f\xe5\x8b\xf3\x96\xeb\xf0\x41\xc6\x5d\x37\x10\x70\x4b\x92\x9e\x7e\x22\x2a\x33\x36\xb9\x21\xf1\x3c\x51\xe4\x86\x48\x53\x42\xf4\x94\xe4\x41\xe5\xa2\xae\x48\x83\x3e\xc2\xc7\xba\x4d\xbc\xbe\xc4\x02\xa1\x42\x93\xba\x2c\xc4\xe2\x21\x9a\x36\x80\xe2\x49\x38\xd1\x06\x50\x3c\x99\xf4\x09\x01\xe2\x4e\xe6\x6e\x3d\xaa\x4e\x2d\x2c\x15\x90\x39\x8d\xd8\x9e\xa8\xa6\x3d\x64\xd9\x84\xcc\x29\x69\xf8\x03\xe1\x79\x56\x84\xaa\xec\xce\x05\x1b\x27\xe1\xad\x19\x60\xe3\x14\x92\x8e\x04\x10\x38\x1d\x08\xa0\x00\x02\xa7\x91\xfe\x2f\x80\xc0\x29\x9a\xc1\xaa\xb0\xb4\xbb\x47\x89\x54\xc1\xcd\x06\x5c\x37\x6b\xc2\x94\x89\xaf\x6c\x6c\x0c\x1c\x68\x36\x50\x37\x4d\x4b\x23\x38\x36\x85\x3b\xf7\x10\xc6\xa6\x70\x27\x1c\x55\x90\x5a\x64\x22\x70\x6c\x92\xd6\x01\xd0\x67\x9a\x6a\xac\xe8\x33\x65\x4f\x5e\xc1\xa0\xc6\xe2\x02\x39\x53\xa6\x63\x28\x06\x92\x58\x7e\xfd\x80\x41\x2c\x55\x34\xf0\x88\x0a\x80\x65\xd6\x0f\xf4\xa9\xda\x57\xbe\xa8\x46\x77\xf1\x41\x25\x02\xa9\xfa\x41\xfc\xfc\xa1\x96\x01\xe0\x4c\xf5\xb0\x8a\x37\xa3\x7e\x26\xde\x4c\xc9\xfb\x0f\x33\xd0\xf0\x52\x23\xdb\x9a\x75\x36\xb7\x1e\xf3\xd2\xf6\x16\xee\xbf\xa3\x71\xb5\x29\xa5\xd1\x13\x40\x67\x94\x47\x80\x8c\x99\xca\x35\xb5\x6d\xb7\x68\x66\xb0\x49\x12\x58\xec\x66\x3a\x24\x9a\x27\x14\x47\xf3\x2c\xc0\x30\xa9\x64\xc7\x1d\x6a\x24\xac\x8b\x1c\x10\x91\xb4\x86\x33\xe8\x9e\x0b\xfd\x3c\x29\x2f\xed\x72\x78\x60\x41\x86\x99\x78\x1e\x04\xc8\x30\xa9\x64\xd4\xda\x2a\x0f\x84\xc9\x02\x0d\xd3\xbb\x33\x32\x48\x35\xe8\x78\x86\xb3\x60\x4d\x22\xbd\xc0\x58\x40\x7a\xc9\xfb\xd4\xe0\xf3\x51\x48\xb6\x17\x75\x90\xdc\xc6\xbe\x0e\x73\x43\xf1\xd2\xf4\x32\x9d\xb9\x45\xd9\xcc\xb6\x30\x01\x05\xf0\xa8\x4c\x53\x23\x85\x7f\x34\x6e\x89\xe9\x1e\x37\x6b\xc5\x6e\xe3\xb7\xb1\x37\xc1\x34\x89\x93\xef\x90\x2d\x0d\x56\x07\x6c\x4b\x1f\xbe\x7f\x6e\xef\x42\xca\x6d\x0d\xd3\x33\x0d\xd8\x1c\xde\xe9\x51\xe5\x34\xb2\x71\xa0\x5a\xfa\xdc\x1f\x10\x9f\xb0\xcb\xd8\x2f\x8a\xef\x30\xf3\xa8\xd1\x55\x4e\x03\x16\x5c\x00\xd5\x52\xe5\xd0\x20\xb5\xac\x1f\xf8\x1a\x6b\x69\xd9\x65\xfc\x82\x9d\x8b\xcb\x31\x43\x13\xeb\xa5\x97\x81\x65\x67\xd5\x35\x91\x09\x65\x64\xb1\x7a\xb9\x70\x96\xb5\xfb\x5b\xed\x8d\xac\x67\xb5\x6e\x38\x7b\x48\xee\xb0\x7d\xae\x2f\x70\x3a\x21\x7d\x00\xba\x34\xef\x00\x40\x74\x19\x5e\x93\x80\xe8\xa2\x1f\x5d\x88\xe8\x22\x1a\x5e\x80\xe8\x32\x40\x70\x0a\x10\x5d\x8a\xbc\x53\x40\x97\x02\x32\x7d\x54\x73\xd7\x7b\xc6\x6f\xb2\x63\xb9\xba\x4b\x29\xed\x63\xb7\x76\xfb\x81\x35\x31\xb1\x4e\xcd\x62\x66\x9b\xe0\x57\x95\x52\x15\x6b\x41\x5d\x8a\x1b\x51\x6e\xb6\x49\xe4\x83\x6d\x00\x69\xac\x3e\x76\x16\xd6\x56\x97\x56\xda\x87\x23\x52\xfb\x74\x87\x92\xdc\xa1\xba\xd6\x8f\xf3\x3a\x7d\x89\x64\x7d\xd5\x97\x50\x3e\x10\x4d\xab\xfc\x4f\x7d\x15\x24\x97\x71\x78\x08\x88\xdb\x2d\x45\xba\xf8\xea\xe2\x42\xb5\xf2\xbf\xe2\x0c\xe2\x9b\x52\xec\x20\xe1\x0e\x45\x83\x18\x78\x2f\x26\xab\x8e\x8a\xb3\xe7\x26\xee\x4b\xa3\xec\xda\x93\x2b\x21\x0b\x7b\xb7\x7f\x5c\x1a\xba\x7b\x17\x97\x1c\x43\xb2\x2d\x97\x54\xf3\xa9\x8b\x4b\x0e\xf9\x5f\xfd\x70\x15\xb7\xe5\x8f\xeb\x0b\xcf\xe5\x67\xa6\x00\x1a\xfe\x44\x01\xfa\x5d\x1e\xcb\x00\xef\x25\x95\xcd\xaf\xb4\x41\x4b\x9d\x3e\xa7\x07\xd2\x0a\xe0\x4b\xc6\x85\x3b\x36\xc6\x0b\x4b\x26\xc6\xcb\xde\x2e\x60\xbc\x0c\x59\x25\x50\x2e\xcd\x5b\x1f\xb0\x5c\x86\xd4\xa9\xa5\x4c\xbe\x5e\x9e\xcb\x1d\xa5\x36\x80\xb9\x8c\x34\x7c\xc9\x5a\x11\x9c\x9a\x09\x22\x99\xce\x86\xf7\x67\x51\x7e\x69\x89\x0c\xc6\xac\x65\x4b\x24\x8d\x1b\x7e\xb0\xbd\xbb\x3b\x7f\xa0\x72\xd8\x0f\x55\x52\x19\x41\x4b\xa0\x14\x23\xa7\x35\xb2\xa3\x91\x79\x26\xda\x52\x31\x07\x59\x7a\x03\xbc\x98\x41\x3c\x43\x34\x43\x63\x59\x25\xf0\x62\x86\xa6\x46\xf0\x62\xf2\xee\x6a\xc6\xb6\x3f\xfc\xd6\x79\xdd\x1f\xc3\x1a\xc2\x97\x30\x2c\xa0\x1b\xb6\xa2\x19\x9a\xa9\x2c\xa4\x51\xe1\x7c\x35\x12\xd8\x54\x87\x59\x1c\xb3\xd3\x57\x40\xd5\x1f\xfe\x40\xcc\x0c\x4c\xa9\x09\xfa\x2e\xd5\x6f\xc5\xf8\x7d\x66\x0c\x6e\xac\x62\x09\x74\x4c\x25\x1c\x3b\x04\x7f\xd1\x1a\xd6\xaa\x88\x27\xbc\xb3\x18\x6a\xf7\x9a\xac\xe1\xdf\x02\x06\x49\x00\xfe\x92\x35\xfa\x03\xfe\x92\x0a\x6e\x5f\xd1\x48\x2e\xec\x99\x05\xf0\x25\xa4\xed\x00\xbe\x68\x0a\x6c\x0d\xa8\x02\xa4\x9a\x66\x0a\x8e\xdd\x40\x03\x18\xd4\x79\x6c\x8e\x00\xc2\xdd\x9a\x5e\x36\xfe\xe0\xaa\x75\x6b\x15\xc2\xce\x96\xb9\xa1\x44\x2d\x68\x04\x3a\xa8\x94\xb7\x10\x1b\xc3\xb2\xe9\x4b\x7d\xe7\xa2\x77\x0c\x73\x69\x9f\x59\xa3\x48\x33\x91\x06\xfc\xb9\x75\x8f\xbe\x13\xdc\x35\x4f\x5a\x76\xaf\xda\x72\xd7\x7d\x8a\xc1\x99\x16\xd3\x81\xfe\x52\x4b\xfd\x03\x4f\x65\x94\x13\x30\x65\x06\x79\xf7\x03\xf4\x97\xa1\xbe\x0a\xfa\x4b\xf7\x22\x1a\xc4\x97\xd2\x9d\xc8\x8d\xab\x46\x3d\x43\xb7\x52\x7a\x31\xf5\xeb\x65\x2a\x84\x4c\x73\xbf\xcc\x9d\x9a\x98\x8a\x16\xeb\x0d\x2d\x8f\x4d\xd6\xab\x85\xbc\x91\x81\x7e\xd7\x8a\x9d\xb7\xec\xad\x87\x0a\xa9\xd8\xb9\xb1\x60\xbc\xf8\x04\x0c\x26\xeb\xca\xd3\x30\xf4\x9a\x93\x2b\xda\x5c\x44\xbf\xed\x97\xc8\xd5\xe3\xc9\x20\x5f\xa6\xa6\xad\x46\x9a\x0a\x13\x36\x46\x13\x9c\xdd\x0f\x4e\x9c\x4c\xab\xe5\xe6\x35\x24\x65\xfb\x94\xfc\x83\x98\x5d\x87\x77\xee\x3e\xd1\x73\x54\x49\xef\x99\xdb\xb9\xfb\xf4\x3b\xd7\xde\x68\x7a\xcc\x4c\xab\x26\xf3\x27\x5a\xb5\x18\x33\xc4\x15\x47\x93\xfb\x57\x29\xde\x89\x65\xc4\xf6\x17\xf7\x2f\x64\xfa\x08\x10\x63\xba\xbc\x5c\xc4\x98\xa2\x5c\x08\x62\x4c\x0a\x27\x71\xb1\xec\x20\x16\x30\xda\x62\xd9\x05\xd8\xbe\x68\xa4\x3e\x9a\xd2\x81\xdb\x35\x43\xe5\x6a\xb7\x6b\xc6\xa0\x16\x37\x0e\x82\x04\x03\x20\x99\x4c\x34\x6b\x00\x24\x13\xcd\x21\x88\xfb\xee\x14\xde\xf8\xb6\x1d\x96\x1f\x2b\xf5\x63\xee\x84\x30\x25\xb4\x9b\xa0\x00\xf4\x24\x80\x64\x22\x1c\x1a\xa9\x92\xc2\x23\x0b\x06\xed\x21\x6d\x7e\xb1\x98\x60\x79\x69\xf2\x43\x6f\x4d\x40\x79\xc9\xc9\x9d\xb6\xd8\x5e\xc9\x28\x1c\x4d\x77\x17\x97\x08\x1b\xac\xec\x1a\x2c\x97\xaa\xce\x04\x96\x4b\xf5\xc2\xaf\x01\xfc\xaa\x5c\xd7\x48\xa0\x7f\xb8\x31\x31\xaf\x4e\x47\xf3\x41\x06\x77\x19\xcb\x82\x84\x0c\x07\x14\x3d\x24\x40\x69\x09\xdb\x05\xa5\x25\x15\x0d\xc1\xb1\x94\x3b\xa7\x3a\x8e\xc2\x3b\x41\x59\xab\x9b\xaf\x9c\x3c\x2f\x94\x51\x8c\xd4\x24\xc3\x74\x10\x6c\x04\x10\x5b\x92\xe1\x2a\x01\x64\x4b\x56\x35\x06\xb2\x25\x93\x99\x2b\x62\xb1\xb2\xea\xfd\x30\xf0\x2d\x85\xfc\xcc\x01\x7c\x4b\xb8\xa3\x63\xf1\xa8\xf0\x38\x80\xc6\x12\xfa\xee\x00\xc6\x92\x0a\x59\x17\x23\xb4\x88\x72\x80\x82\xd8\x05\xa7\x37\x70\x47\x51\x2f\x8a\xec\x39\xb1\x35\xdc\x51\xd4\x0c\x81\x66\xa9\x5e\xe4\x84\x21\xbe\x61\x45\xb6\xc0\xa6\x05\x82\xa5\x90\x01\x3e\x80\x60\x59\x3f\xf0\x56\x49\xf4\x89\x7e\xcb\x98\xf6\x4b\x8c\x01\x11\x03\xa8\x95\x20\x12\x21\xa2\x10\xed\x37\x7c\x87\x49\x92\xb8\x06\x89\x1a\x40\xd3\x0a\x80\x53\x02\x8c\xb6\x88\x2a\xe8\x3f\x0d\x00\x4a\x46\x22\x92\x08\x7c\x2a\x49\x72\x11\x80\xab\x6c\xce\x1f\x15\xe5\x11\x79\x26\x1a\x09\x28\x9d\xbc\x26\x62\x06\xc3\x6c\x76\x94\xe1\x9b\x03\x0a\x35\x23\x1a\x1d\xc5\xdc\x00\xc6\x4a\x78\xd0\xa2\xb1\x75\x90\x70\xc0\x52\x19\x64\xae\x8b\x80\x99\x94\xe6\x88\x1b\x0d\x73\xac\x43\xab\x68\x73\x5a\x82\xd1\xa0\x2b\x80\xa5\x52\x08\x15\x0c\xb0\x54\xd2\x56\xdc\x01\x53\xc9\x87\x43\x50\xf7\x6b\xbb\x2a\x7d\xbc\xfd\x9a\x60\x71\xa4\x1a\x80\x52\x72\x86\x25\x02\x94\x52\x94\x6e\x81\x40\xc1\x18\xf2\x1b\xe2\x26\x3e\x4a\x21\xb2\x33\xc0\x47\xc9\x5e\xd5\x83\x8f\x12\x1e\x1a\x60\x50\xaa\x94\x2e\xfa\xda\xc6\xcd\x99\x1a\x4a\x64\xbc\xa3\x5e\xd8\xdc\xd3\x83\xa9\x75\x1c\x30\xa7\x01\x69\x08\xd4\x3f\xc5\x8b\x20\xcb\xd2\xaf\x8f\xb9\x09\xb7\x13\x8b\x39\x15\x6d\xa9\x01\x3a\xa7\xbe\x66\x41\x24\xb5\xa3\xc6\xfd\x45\x4a\x15\xa7\x6e\x17\xbc\x7e\xda\x67\x66\x6c\x11\xfe\xae\xfd\x24\x70\x64\x01\x46\x3e\xc2\x5c\x94\x76\x13\x4d\xeb\x70\x45\x89\x1a\x03\x42\x3a\x82\x94\x73\xf2\x89\xb8\xf1\x46\xb0\xfb\x1a\xe2\x64\xa2\x71\x13\x1c\xe3\x64\xdd\x5e\xf7\x5b\xd6\x39\xcb\xd6\xf0\x5e\x09\xe4\xa3\x58\xf4\x72\x16\xcf\xea\xd2\x32\x4a\xf5\x63\xb0\xb9\x05\x29\x0c\xa0\x48\x8a\x42\x27\x90\x23\x23\x21\x2b\x05\x69\xe3\x14\xaf\xe3\x85\x1a\x48\x25\xd0\x12\xf6\x59\xfd\x48\xb8\xe4\x32\x6d\x00\x11\x8f\x1b\x10\xd7\x09\xb1\x26\x80\xb8\xd6\xcf\x06\x64\x91\xd4\x1d\xdb\xc7\xdc\x49\xb7\x70\x4d\x51\x48\x01\x65\x24\x25\x09\xc3\xd2\x0c\xb2\x97\x37\xa2\x8c\x94\xf0\x78\x7e\x5e\xde\xdb\x80\x88\x36\xab\xdc\x0f\x74\x5f\x1a\x00\x72\x64\x48\xa9\xbb\xde\x7b\x88\x87\x5d\xef\xbd\x6e\x79\x51\x55\x22\xa8\x02\x04\x91\x7d\xcd\x2c\x82\xc8\xb6\x5c\x82\x20\x92\x74\xed\xed\x09\xa9\x86\x53\xd5\x21\x9e\x80\x6e\x45\x87\x78\x7a\xb5\x04\x60\x48\x12\x63\x27\x40\x0c\xc9\x12\xcc\x9e\x70\x11\x45\x93\xea\x0a\xf8\xa4\x73\x89\x6e\xf2\x1b\x5b\x93\xc4\x6a\x1d\x16\x4a\x84\xa4\x08\xd1\x33\x3c\x15\xa1\xb3\xe3\xee\xe1\x2d\x2d\xb0\x22\xd9\x63\xd8\xbd\x45\x72\xfd\xc1\x15\x29\xc4\x90\x05\xb8\x22\x79\x38\x19\x9a\xd2\x58\xf2\x2e\xe9\x85\xdd\x74\x49\xaf\xf7\x66\x5d\xd2\x0b\x7b\x12\x6f\xa4\x84\x1d\x17\xfe\x8a\xf5\xe9\x45\xc4\x02\x5f\x32\x51\x3e\xb3\x54\x4c\xe9\x4f\x0b\x05\x86\xc9\x52\x81\x31\xb2\x55\x4f\x31\x46\x8c\x0f\x0c\x30\x46\xaa\xd7\xf7\xbd\x7a\xfd\xc8\xc7\x00\x39\xeb\x9e\x0c\xf6\x48\x32\x78\x33\xfa\xd2\x03\x42\x85\xaa\x93\x18\xc7\x7b\x27\xb0\x47\x42\x0f\x24\xb0\x47\xd6\x07\xd6\x04\x19\xc9\x76\x03\xc6\x85\xd4\xd2\x4d\x5a\x6c\x57\xf1\x7f\x97\x42\x74\xdc\xdf\x8b\x52\x48\x27\x93\x5f\xfe\x7d\xe4\x42\x5f\xa4\xbc\xaa\x86\x00\x4d\x62\x36\xf1\xe8\x1a\xdf\xbc\xe0\x00\x9c\x24\x48\x2c\x14\x80\x93\x94\xea\xac\x41\xbe\x75\x6e\x15\x9c\x64\xcf\x38\x79\x73\xf4\x0c\x00\x76\xa4\x7a\x81\x02\xec\x48\xa8\x54\x00\x3b\x12\x3a\x76\x80\x2e\x92\xf4\xec\x15\x5d\xa4\xe8\xd4\x0e\xba\x48\x3a\xdc\x72\xdd\x4c\xb5\x34\xb6\x34\x89\x3e\x1c\x77\xe7\x5a\xd1\x13\x41\x46\x3e\x72\x7e\x46\xc7\x71\xb1\xec\x53\x40\x02\xd0\xbd\x5f\x55\x24\x08\x61\x0d\xb0\x49\x22\x7b\x16\x3b\x4b\xe1\x29\xe8\x8e\x1f\x81\xb0\x77\x0c\x1b\x88\x41\x1d\xdf\x11\xe2\xaa\xa3\x0f\xb7\x99\xeb\x42\x4a\x3e\x8d\x44\xa0\x96\x24\x05\xf2\x3e\x68\x01\x66\xd9\x09\xe8\xda\xd7\x36\x1d\x87\x7a\x3d\x7a\xbb\x41\xd3\x86\xa9\x80\x67\x12\x8a\xf0\x7d\xca\xb2\x18\xdd\x24\xf7\x11\x64\xb3\xab\x62\xe8\xb5\xd3\xf1\x25\x69\x8e\x74\xb2\xcf\xdc\x80\xf8\x92\x14\x23\x36\xba\xe9\x49\x3d\xa5\x44\x3e\x17\xc3\x43\x3a\xee\xf5\xba\xa2\xf5\xc5\x37\xaa\xfe\x86\x9d\xdc\xc6\xa4\x69\x08\xe0\x50\x4a\xf5\x63\xe1\x50\x20\xf1\xdd\x5b\x2d\xfd\xe0\xc1\x43\x89\x8c\x48\xd1\x55\x37\x74\x15\x06\x0f\x25\x88\xde\x0e\xf0\x50\x82\x64\x24\x01\x1c\x4a\xda\x0e\x11\xe0\xa1\x14\xd2\xe5\x84\x70\x28\x60\xc0\x87\x70\x28\x02\xb4\x06\x70\x28\x41\x40\x55\x74\x35\x0a\x89\x6d\xc7\x07\x5f\xc5\xaa\x73\x73\xa5\x68\x07\x36\x4a\x10\x8f\x14\x5d\xb3\xa1\xba\x72\x27\xb1\xaa\x72\x51\x37\xaf\x9e\xfb\x9b\x98\x69\xaf\x11\xc1\x4f\x89\xec\xe1\x58\xda\x45\x68\xaf\x15\x4b\xa5\x18\x23\x01\x98\x4a\x68\x8d\xee\xa0\x37\x27\x7b\xb4\x94\x02\x72\x4a\x45\x27\x1b\x9e\xce\x21\x1d\x3b\xdc\xfe\x14\x33\xdc\xe1\x71\x17\x74\x52\x3a\x40\x92\xe5\xdd\x16\x96\x37\xef\x10\xc1\x52\x09\xdd\x32\xc0\x52\x09\xe5\x9d\xfe\xb8\x9c\x52\x54\x1c\x3f\x06\xfc\x0e\x1c\x95\xc8\x12\x57\x32\x8b\xec\x73\xa5\x75\x4e\xc7\x6c\x70\x54\xb6\xbb\x66\x57\x1b\xd9\x47\x7a\x69\x23\xa1\xf9\xb9\xbf\x26\x86\xf3\x25\xba\xe1\x66\xc0\xdb\x43\x63\x2f\x98\x2a\x59\x41\xa0\x7f\xae\x81\xe5\x45\x80\xd5\xa1\xba\x7e\x1b\x7a\x96\x76\xb0\x02\xc2\x31\x7f\xe6\x9a\xa2\xb1\x8f\x6e\xef\x77\x5c\x65\x89\xa8\xf9\xec\x20\xfe\xa0\xad\x44\xfe\x6d\xe2\x90\x00\x71\xa5\xaa\x0e\x88\xb8\x52\xc0\x91\x8e\x21\xbe\x24\x64\x67\x1c\xba\x48\x56\xca\x8e\xcf\x32\xd3\x5c\x6d\x91\x80\x1e\xf6\x3a\x50\x2c\xa1\x2f\xe7\x50\x89\x01\x7c\x2b\xc6\xc1\xa9\x69\xfe\xc0\xa6\x84\x61\x0c\x6f\xae\xc8\xb0\x16\xe2\xb5\x80\x0f\x1b\x23\x39\x23\x10\x8e\x91\x88\x86\x82\xf9\x02\xde\x52\x8e\xfd\x35\x27\x3c\xfb\x0e\xb3\x03\x05\x06\x97\xa5\x78\x6f\x3d\x32\xdd\x1e\x96\x91\x47\xad\xc7\x6c\xfe\x1c\xcb\x41\x6a\x0e\xbd\x68\x87\x26\x2e\xdf\x2f\x64\x3f\xe8\x3e\x07\x71\xcd\x29\xc2\xf3\x51\xd1\x63\xe0\xf9\x58\x06\x4b\x34\x08\x82\xce\x0e\x19\x35\x44\x9f\xf2\x81\xeb\x23\x29\xfd\x62\xc0\x17\xc3\x89\xaf\x95\x25\xf5\x5b\x12\xa2\xef\x77\xd0\x18\x8b\xef\x74\x1b\x60\xee\x2a\xe9\xb6\x0a\x45\x06\xd6\x7d\xcc\x7a\x38\x59\xa4\xf8\xdf\x76\x0f\xd0\x61\x2a\x69\xb9\x63\xc8\x47\x75\xe0\x07\x1e\x26\x0c\x03\x01\x1d\x26\xed\xdb\x57\xe0\x61\x36\xbf\x14\x1d\x86\xb4\x53\x31\x64\xa4\x03\xd2\x2a\x3c\x8c\xf7\x64\xa0\xc3\x64\x15\xd7\x81\x35\x2e\x3b\x61\x24\xa6\x35\xda\x68\x6c\x17\x0e\xde\x09\xc7\x4c\xbf\x41\x56\xf6\x12\x73\x2c\x1d\x26\x32\xc7\x7e\x10\x54\xa6\xad\x6c\xe0\xcc\x6f\xf0\xca\x00\x0f\x32\xdc\x6b\xba\x79\x0c\x24\x55\x10\x64\xc2\x1b\x8e\xd1\x69\x80\x03\x37\x54\x53\xf4\xd3\x1f\xe4\xb8\x26\x81\x47\x0c\x39\x1c\xbc\x12\xa4\x98\xdc\x9c\x55\x11\xb7\x54\xa5\x41\x8a\x89\xec\x86\x84\x79\x95\xe1\xfe\xe7\xce\xca\xe0\x8c\xc1\x9d\x95\x6a\xe5\x18\x1f\xb5\x32\x7e\x6c\x62\xde\xc6\x0c\xb3\xc1\x61\xa4\x1b\x8b\x15\x4d\x6f\xb4\x01\x81\x19\xfa\x79\x80\x01\x93\xca\xb0\x1b\x5c\x41\xe9\x9d\x32\x4e\x21\x67\x68\x80\xfc\xa9\xdd\x5d\x7e\xa2\x20\x41\x56\x05\x8a\x69\x2e\x0e\xc9\x31\x88\xd2\x8e\xb1\x6f\x97\x9c\x55\xec\x4b\x81\x70\x31\xb4\x2f\xb9\xf3\x48\xb3\xad\x7d\x62\xc8\x0d\xe4\x7b\x43\x6e\xe0\x84\xdd\x07\x24\x8d\x8a\x6e\x05\x2c\x84\xc7\x71\xb3\xce\xbb\x4c\xb0\xed\x2e\xbb\x3e\x30\xe6\x41\x54\xd5\x61\xad\xde\xd8\x68\xcf\x1a\xb7\xa0\x83\xf4\x09\x6f\x02\x1d\x04\x41\x8d\xa9\xba\x32\x0f\x15\xa0\xfd\xbc\xa3\x92\xfd\xd6\xfa\x06\x9a\x8c\x29\x04\x63\x78\x37\xa3\x8f\x12\x70\x32\xd9\x50\x59\x20\x64\xfa\x70\xdb\xbc\x42\xbe\xd3\x77\x12\x6f\x93\x23\x3c\x06\x99\x50\x49\x47\x1a\x40\xbd\x94\x62\x3d\xc4\x3f\x95\xe9\x0f\x12\x76\xc7\x4a\x3e\x28\xdd\xf8\x06\xc1\xbe\x8a\xa2\x60\xbd\xc4\x3e\x4d\xe2\x2e\x22\xcc\x8c\x4f\xcf\x30\x17\xfb\x83\x82\xa2\x7e\x4e\x7d\xea\xc8\x7f\x1d\xf3\x80\x9c\xa0\xd6\x4c\x68\x77\x62\x5d\x26\x2e\xf6\x1a\xc3\xa7\xea\x8e\xae\xe4\xa0\xc0\xd4\xb6\x3f\xf6\x76\xd3\x8f\xd9\x5a\xd0\x96\x99\xec\x36\xef\xa4\xe4\xc7\xfe\x81\xc9\x8d\x7e\x83\xd7\x12\x5e\xb0\x01\xa6\xb2\x05\x9b\x29\x9a\x15\x0c\x0f\x9c\x94\xd0\x65\x14\x3c\x94\x28\x68\xd6\x42\x9d\xb8\x8f\xa7\xb7\xf4\x64\xac\x8c\x29\xd9\x44\xaa\x04\xea\x24\xbc\x14\x03\xad\x64\x68\x83\x9d\x8d\x50\x1f\x84\x36\xb0\x47\x8a\xb7\x41\x60\x8c\x84\x9e\xd3\x53\x1b\x7e\xf2\xf9\x43\x3d\xbe\x8f\x9e\x60\x87\x9a\x2b\xe5\x30\x97\x74\x1e\x2e\xe1\x24\xa6\x55\x8d\x63\x42\x7e\xf4\x01\x9b\x98\x50\xaa\x5e\x0a\x93\x4c\x96\xba\xa9\x00\x32\x12\x2a\x3e\x60\x8c\xac\x97\xfc\x7a\x1d\x64\x45\x4a\x30\x46\xc2\xfb\xd2\xd9\x89\x0c\x80\xc9\x83\x2b\x32\x0e\xe7\xab\x9b\x92\x8a\x03\x3b\x8d\x13\x62\xaf\x03\x2b\x12\x7a\x06\x03\x2b\x12\xba\xf4\x4d\x02\x56\x55\x64\xe7\x70\x08\x54\x84\x6b\x59\x95\xfc\x00\x23\x92\x8c\x20\x06\x46\x24\x55\x3d\x83\xc1\x11\x09\x2f\x11\xe7\xce\xb1\x00\x03\x12\x47\x64\x6f\xb7\x61\x73\xbe\xc4\x54\xba\x49\x88\x52\xd5\x2b\x61\x4e\x02\x17\xdc\x54\xd3\xae\xd2\x1a\x99\xfd\xbd\xd1\x9b\x48\xce\xbb\x61\x64\xdc\xb2\xcb\x7a\x34\x30\xf3\xc8\xb8\x55\x4b\xe6\x5c\x32\xee\xfc\xf5\x12\x15\xed\x97\x9c\x61\xc4\x8c\x89\x8c\x2b\x11\x00\x17\x64\x48\xb0\xe6\xc5\x0c\xbb\xc3\x2e\x40\x28\x9c\x30\x91\x66\x5d\xdb\xcb\x4a\x19\xc1\xe5\xf6\x67\xa5\x48\x46\x69\x2e\xb9\x98\xb7\x15\xd1\x18\xb8\x20\xfa\xd6\x81\x0b\xd2\xf7\xae\xc5\xee\xad\x5b\xf1\xbc\xb9\xcd\x73\x15\x30\x7b\x6b\x2a\x9c\xdc\x35\x57\xc3\x47\x00\x12\x49\x24\xe5\x08\x40\x42\xc2\x7b\x4b\x30\x3f\x32\x08\xc9\x31\x1f\xc2\x4a\x5c\x35\x60\x01\x4a\xf9\x6d\x04\xc3\x7c\xb1\x1c\x41\x40\xe6\xeb\x62\x51\xd9\xc7\x59\x92\x02\x90\xea\x47\x3f\xc8\xf9\x79\x33\xce\xe8\x10\x1e\xab\x97\x89\xc0\x7e\x84\x9e\x4d\xc2\x7e\x54\x12\xf3\x05\xb0\x1f\x03\xd4\xb3\x00\xf6\x63\x80\x6e\x11\xe7\x22\x3e\xd3\x61\x9c\xa4\xe5\x21\xcf\x44\x00\xd6\x31\x94\xaa\x4f\xef\x46\x91\xfe\xcf\x44\x3a\x17\xeb\x4c\xdc\xd5\x20\x98\x9d\x3b\x5e\x9f\x71\x9f\x4b\x62\xdb\x91\x7f\x67\xce\xfe\x30\xf9\x03\x04\xd7\xc3\x97\xd8\x70\xd5\x32\x1b\x88\x4c\x49\x71\x12\xa6\xaf\x9f\xc5\x99\x1d\xcf\xda\x27\xa7\x00\xab\x7a\xc9\x89\xef\xa1\x6a\x0d\x74\x47\x78\x47\x7e\x82\x13\xe0\x2d\xdb\xb9\x48\xd7\x20\x3b\x5c\x9c\x85\x5d\x89\x4a\x72\x12\xf6\xe2\xc5\xea\x89\xf0\xe7\xcc\x9f\xc8\x6f\xb2\xe6\x93\x28\x96\xdd\xa1\x2a\xcd\xa0\x1e\xe2\x29\xb5\xf8\x9f\x8d\xe5\x85\xea\x9d\xcd\xd1\xf0\xad\xe1\x91\x50\x00\x90\x3e\x52\xd5\x7c\x77\x36\x76\x6e\xf5\x63\xfc\x2d\x6c\x58\xd4\x24\xbd\x1b\x4e\x8c\x0c\xd3\x21\x93\xc0\x57\x97\x9b\x93\xb4\xff\x5e\x4a\x9f\xde\x32\x3a\x8f\xd2\x15\x8e\xd5\x89\x76\xaf\xed\xef\xc4\x65\x55\x85\xf9\x24\xc6\x5d\x7d\xe9\xd4\xe2\x5a\x7c\xc7\xd1\x33\x2b\xc4\x28\x56\xb5\x93\x93\x7b\x42\xaf\x8c\xcf\xc9\x51\x42\x5d\x3a\x27\xbe\x13\x0e\x0d\x20\xa1\xe2\x16\x59\x54\x62\x7a\xad\x7e\x9e\x4e\x0b\xef\x9c\xfa\x61\x43\x0d\xce\x25\xfa\x0c\x52\x97\xc6\xb9\x14\xec\xb9\x57\x9f\xd0\x43\xaf\x9e\x01\x0f\x59\x1f\x58\x13\xf3\xd5\xfc\x00\xab\xa3\xf3\xb8\x44\x9f\x39\x9c\x96\xcb\x8a\x78\xff\x62\xf1\xad\x08\x07\x18\x00\x03\xe3\xbc\x61\x3d\xf0\x6a\x00\x40\xe6\x5e\x28\xb0\xe8\xf6\xc6\x59\x67\x78\x4a\x30\x80\xf6\x48\x55\x79\xfa\x5c\xfa\xe5\xdc\xbb\x82\x30\xc1\x3d\xbf\x8f\x42\x1d\xcf\xf7\xf9\xa5\x73\xaf\x12\x21\x23\x7b\xcd\xbb\xe4\xb1\x7b\x25\x8c\xf4\x9a\xf0\xec\xaa\x4c\x7c\xbe\x4c\x9e\xdb\xe2\xa3\x7b\xd0\xaa\xf3\xa3\x26\x57\x07\xd7\x0c\xb3\x0e\x5c\x87\x9e\x0e\x89\xf2\xe2\xb0\x75\x3f\xa7\x47\x4c\xfc\xb5\x58\xfe\x74\xb7\x00\xe7\x31\xdd\xa7\x57\x62\x04\x50\x94\xcb\x34\x57\x72\xcc\x0b\xb4\x9d\x04\x21\x00\xce\x23\xc9\xc2\x2e\xce\xaf\x3a\xfe\x05\x6e\xb2\xd6\xf1\x0b\x39\xa2\xf5\xdf\xba\xc1\x5d\xdc\x2f\x19\x5a\x07\xec\x47\x95\x37\x88\xee\x61\xc8\x0d\xe8\x1e\x49\xf8\xd9\xb8\x90\x38\x9a\xad\x14\x83\xf7\xfc\x18\x12\x9d\x7c\x8e\x0b\x3a\xd3\x74\x11\x7c\x46\xe6\xdb\xb8\x2a\xe6\x58\xa7\x86\x23\x0c\x82\x43\x5c\xd5\x06\x98\xe3\x0b\xd3\x24\xd9\x8c\x03\xfc\x90\x44\x12\x99\x00\x3f\x64\xe8\x64\x01\xba\x47\x78\x37\x05\x40\xc7\xdc\x0d\x7b\x54\x75\xe7\xb9\xd6\x51\x1d\xc7\xfe\x21\x73\x4d\x49\x4f\x83\x28\x03\xc4\x15\x91\x3b\xf4\xa5\xba\x04\x31\x6e\xbe\x13\xc8\xfb\xf4\x2e\x04\x7e\xf3\x1d\xec\xc3\x1c\x4f\x90\x38\x46\x73\x11\x97\x58\x31\x74\x8b\x05\x6f\xa3\x1b\xc5\x24\xde\x86\x57\x9c\xc0\x6d\xa4\xaa\xa7\xe0\xd5\xc1\xa9\x40\xf6\xb8\x90\x37\x54\x8f\x41\xcf\xa8\xba\x84\x5f\x4a\x12\x2e\xb4\x92\x44\x71\xee\x86\x12\x0d\xeb\x81\x71\x4f\x1f\x29\x00\x32\xd6\x4b\x0c\x7f\xe0\x93\xbd\x7f\x38\xd1\x3a\x68\xcd\x28\xe8\x6e\x0b\x66\xea\x47\x7f\xbb\x94\x43\x30\x79\x81\x7e\x51\xf5\x35\xba\x4c\xc5\xa4\x47\x37\xe8\x17\x5d\x35\x1d\xf4\x8b\xf5\x03\x7d\x9a\x1e\x3e\x7e\x38\xa1\x49\x50\x03\xd0\x29\xa6\xf4\x09\x14\x8a\x00\x33\x2a\x40\xa1\x98\xd2\xa7\xeb\xf4\x5b\x7a\x01\xf5\x90\xaa\x5c\x78\xdf\x69\x7f\x00\x9d\x22\xc8\x08\x1c\xa0\x53\xec\x28\x4e\xd0\x29\x52\x73\x68\x38\xdf\x55\xe5\x04\xe0\x29\x6a\x4e\xbe\xc4\x39\x74\x1f\x41\x7a\xd2\x6e\x80\x33\xe6\x52\x29\xa0\xc8\x3c\x2e\x6e\xf2\x0f\xc7\x8f\xd2\x25\xa9\xde\x28\x14\x48\xb4\xa0\x50\x8c\x3d\xca\xdb\x84\xf2\x2c\xed\x6d\x16\x0c\xcf\x11\xa1\x5b\xaa\xb8\x17\xf9\x97\xb6\x1d\xe8\xd2\xe7\xdb\xdd\x86\x32\x06\xb6\x67\x08\x49\xa1\xd4\x7f\x81\xed\xa9\x75\xee\x7a\x4c\xfc\x44\xa5\x0f\x6a\xb0\xcb\xec\xad\xbe\x43\x7e\x86\x0d\x30\xa9\x28\x62\x87\x1b\x86\xeb\xab\xea\x25\xef\x85\x3c\xb4\x89\x15\x09\x7e\xbd\x41\x04\x62\x22\xcc\x68\x01\xc2\x44\x9a\x30\x67\xc0\x23\x8a\x8e\x09\xd7\xc7\x55\x3b\x8a\xf6\x85\xbd\xac\x9a\x2a\x01\x20\x89\xd8\x33\x89\xf2\x55\x11\xca\x2f\x0c\x69\x7a\x8c\x5c\xca\x42\x3a\x1a\x00\x0c\x31\xf5\x5c\x01\xf3\x21\x48\x87\x18\x40\x3e\x44\x65\xb6\x81\x7c\x08\x2f\xc2\x37\xe4\x03\xab\x03\x9c\xc3\xac\xbf\x85\x39\x0d\xa0\x1e\x02\xc0\xb6\x00\xea\x21\x55\x2f\x2d\xc5\x7a\xd0\x48\x02\xd6\x43\xd5\x12\x0d\xd4\x43\x1e\x08\x50\x37\x66\xb1\xea\x05\xe0\xbd\x24\xae\xdc\xf7\x07\x5c\xe1\x4c\x3f\xa0\xeb\x28\x6c\x62\x40\xc8\x7e\x85\x79\xa8\x6e\x39\x11\x1c\xa2\xf9\x31\xd1\xbb\x4c\xd4\xad\x58\xa6\x79\xee\x26\xb0\xb9\x4e\xcb\x7a\x47\x5a\xc6\xd5\x16\x75\xf7\x36\xae\x19\xe5\x0a\x30\x87\xf5\x31\x33\x88\xcf\x80\x17\xb8\x1b\xcc\x81\xbd\x78\x13\x2d\xd5\x2c\xb2\x2a\xd3\xd7\xb9\xc3\x83\x2c\xdd\x66\xe6\xcd\x7e\xca\xc4\x26\x9f\x3f\xd6\x6f\x63\x8a\xb1\x96\x3f\xc2\xc0\x18\x66\x81\x2f\xb1\x43\x01\x8b\x48\x55\x9b\xe2\x4d\xa8\x55\x3b\x7c\xa9\xf8\x83\x7f\xe0\x77\xed\xfa\x9a\xce\x69\x97\xc9\x0e\xea\xe4\x61\xff\xd3\x4d\x12\xf8\x87\xa2\x8b\x0c\xf0\x0f\xb5\xb1\xbd\x81\x7f\x28\x6a\xcd\xf7\xe2\x2b\x55\xc7\xe1\x1b\xb8\x7d\x25\xb7\x5b\xbe\x52\x9d\x16\x7c\xc9\x75\x5b\xb8\xcd\xc1\xe1\x9c\x62\x84\x1b\x61\x99\xa4\x03\xee\x97\xa6\xa7\x2c\xf3\xd5\x24\x2c\xfb\x07\x62\xb4\x0f\x3f\xc0\x51\xc7\x5e\x83\xab\xaf\x9b\xe1\x0d\x9c\x94\x86\x37\x80\x21\xd2\x70\xb2\x41\x93\x32\x2b\xce\x6d\x5a\x5f\x8c\x6d\xe0\x42\x14\x0d\x1f\xb7\xf9\x0c\x51\xd1\x6f\xf9\x0d\xd4\x0d\xa4\x86\xa2\xb7\x16\x40\x0d\xa9\x2a\xe9\xdf\x9d\x00\xae\x61\xb9\xf8\x03\xb5\x92\x21\x5d\x9f\xde\x1b\xeb\xdc\xf6\x6a\xbb\xc1\xc6\x1f\x36\x41\xd6\x41\x63\x9a\xef\xce\xcd\xb6\x7b\x84\xf4\x4c\xde\x6c\x0a\xed\x60\x10\x38\xd0\x0e\x55\x1b\xe1\x0d\xd6\xd3\x3e\x94\x43\x50\x6e\xb4\xfa\x7b\xb8\xb2\x96\x6d\xcc\x8f\xbb\x2f\xf9\x35\xc9\xae\xdd\x16\x44\x5b\xa9\xd1\x08\x12\xd1\xdd\xe5\xc4\x4e\x1d\x4e\x18\x20\x11\x86\xc9\xdc\x58\xfc\xf6\x31\x32\x03\x87\xbd\x06\x1b\x5a\xd9\x1b\x2c\x88\x54\xb5\x59\xdf\x06\x2f\xbb\x15\xc8\x09\xb8\x4f\x39\x6e\x6c\xd5\xeb\x69\x90\x21\xb2\x17\x62\x20\x43\xac\x1f\xf8\x02\x68\x08\xbd\xf7\x6e\xfc\xdb\x0c\x9f\xb8\x89\x94\x22\x13\x5e\xdc\xd8\x0b\xc9\x81\x1b\x37\xee\x6d\xba\xbb\xde\xb8\xb7\x55\xb2\x72\x06\xb8\x12\xcd\x50\x49\x71\x25\x14\xd8\x80\x95\xc8\x63\xf7\x42\xc7\xcc\xf2\xdb\x8b\x05\x40\x27\x9a\xf6\xf0\xfb\x34\xb0\x8e\xee\x92\xf6\xc9\x1c\x04\x00\x50\xb4\xbd\x46\xa4\x7d\x32\x77\x04\x68\x12\xc9\xac\x00\xf7\xe5\xfd\x3e\x3d\xbc\x9c\x35\xc7\xb7\x98\x65\x35\x80\xf0\x26\x78\x7a\xd3\x1b\x1c\xd5\xf7\x7e\xbd\x70\x2c\x28\xbe\x43\x8a\x65\x97\xe8\xc6\x8c\x84\xa8\x70\x9b\x0d\xca\xe5\x32\x22\xca\x29\xc0\x70\xa9\x5d\x0b\x24\x8a\xb4\x5d\x58\x6e\x72\x18\xea\xf6\x70\xe3\x44\xbe\x97\x6b\xb1\xc7\x06\x72\x4b\xdc\x8f\xdb\x9b\x8f\x61\x8f\x3a\xcb\xdf\xa4\x2a\xd4\x01\xf0\xc6\x85\x5c\x73\xfb\xcd\x25\x95\x71\x07\x37\x08\x4f\x73\xbf\x83\x14\xd0\x3c\xc5\x44\x4a\x91\x91\x3e\xc0\xbd\xc8\x26\x33\xb9\x05\x0b\x44\x45\xbd\x5f\x53\xea\x32\xbd\xaf\xdb\x5e\x2e\x01\xc2\xd3\x26\xc3\x78\xc6\x69\xe3\x14\xda\xa2\x6a\x7c\x06\xda\x22\xef\x83\xb8\xf8\x6c\x1b\x1e\x07\xc2\x93\xf7\x9c\x92\xff\x5e\xff\x3c\x20\x2f\x8a\x12\xf4\xfd\xb9\xb0\x3e\x77\x83\xba\x20\xb8\x8c\x78\xe9\x73\x7f\xbb\x4b\xfe\x81\xdc\xb0\x5f\x32\xbf\x88\x65\xbb\x24\xb5\xfe\x4e\xaa\x65\x86\xcd\x8d\x28\x49\x37\x32\xd9\xad\x40\x64\xb2\x51\xfe\x37\xa9\x11\x35\x21\xdc\x9f\xb3\xc7\x31\x7e\xb4\x6a\xe8\x71\xf1\x1c\xf8\x0e\x23\x74\x3c\x24\x41\x34\x7c\x16\x84\x8d\xa6\x63\xc5\x73\x5c\x30\xab\x4a\xf9\xe6\xb9\xef\xc3\x7d\x1c\x35\xd0\x1b\x6d\x60\x21\x7b\x92\x51\x28\x34\x90\xb0\xca\xd3\xd5\x27\x79\xca\x18\xdc\x43\x72\x43\xd3\x0a\x3d\x89\xb1\x21\xee\x00\xc3\x91\x49\x62\x19\xc0\x70\x88\xba\x1e\x40\x6f\x64\xef\x0a\x1f\x33\xd8\x2b\xef\x08\xbd\xe1\xbd\xc7\xa3\xe5\x03\xe2\xf0\x90\x19\xca\xe3\x2a\xc2\x06\x38\x60\xf1\xc0\x03\xf5\x0c\x7d\x50\xa7\x8c\x84\x7e\x0a\xdb\x16\xae\xf4\x98\xef\x83\x44\xaa\xf1\xc0\x02\x0d\xd9\x7e\x08\x49\xf6\x92\xe1\xc1\xe3\xbb\x92\xdc\x34\x9e\x42\x26\x75\x64\xe8\xa7\x00\x6a\x97\x6d\x01\x60\x94\xc3\x0f\xd8\xd0\x10\xd0\xa7\x92\x84\xc1\x5e\x73\x1d\x56\xb5\x1b\x3d\xd5\xd3\xc3\xc7\xd5\x6e\x70\x34\x1e\x2e\xc4\x0c\xba\x7a\xaa\xa0\x5b\xd4\x5a\x85\x97\xf5\xf9\xe0\x63\xe6\x05\x66\x5a\x23\xf9\x12\xa8\x5b\xd5\xe6\x2e\xe1\x22\x29\xdf\xbe\xe4\x0f\x90\xaa\xe2\x0f\x2f\x4e\xa6\xbf\xf5\x7c\x7b\x2a\xc7\x00\xd2\x02\xd0\xc8\xaa\x8d\xa9\xc2\x2d\xdd\x5c\x76\x0f\xf1\x5f\xde\x6d\x3f\x4d\x9c\x69\x06\x0b\x33\x37\xfd\xc2\xd3\xf0\x2a\x86\x77\x3e\xc0\xbb\xaa\xa9\x80\x52\x92\x4c\x2e\x1f\xc0\x94\xb4\xb1\x2b\x15\xdf\x60\xd7\xc4\x0a\x57\x5b\x36\xfb\x34\x7b\xff\x09\x88\x05\xec\xf9\x01\xc2\x69\xb8\x48\xe1\xc5\xa9\x65\xe4\x0e\x8e\xf8\x23\x52\x2c\x9c\xfa\xc1\xcd\x44\x1f\x10\x61\x4d\xc0\x14\x0c\x60\x4d\xaa\x36\xbf\x07\x27\xf3\xe1\x66\x07\x04\x1b\x44\xdb\x78\x16\xcf\x9e\xc9\xc3\xd1\xe9\x35\x54\x13\xe8\x93\x12\x6e\x3f\xee\xcd\xa6\x1b\x48\x85\x51\x07\x29\xa1\x4f\x40\x2e\x8e\x07\x16\xac\x35\xef\xc1\x1b\xc4\x58\x9d\x87\xb8\x66\xef\xff\x9f\xe1\x54\xec\x16\x74\xfe\xa4\x47\xe4\xcd\x37\xdf\xe1\x33\xdd\x66\xe8\x70\x8f\x19\x47\xac\x15\x28\xc4\x70\xf8\xd3\x0d\x61\x13\x93\xd0\x4e\x58\xea\x33\x9d\x60\x3f\xfe\x08\x0e\xa0\x7c\x3a\xbf\x54\xa4\x8b\x39\xf4\xf4\x91\x37\x9b\xca\xed\xd9\xe9\x15\x19\xf4\xb9\xcf\x16\x65\xb3\x83\xb8\x0a\x8b\x39\x17\x6f\x6d\x81\x6c\xc9\x29\x2c\x63\x28\x6f\x7e\xac\xec\xe0\xfb\xe6\x3d\xb1\x17\x1c\xf6\xb0\x17\xf4\x34\x7c\x1f\x66\x87\x24\xf4\x5c\x48\x45\xb6\x85\x4a\x6a\xae\x0f\x60\x60\x92\x69\x09\x9e\x8b\x55\x86\x99\x3e\x6a\x9b\xee\x04\x72\x89\xec\xf9\x05\xf8\xc5\x3c\x0f\xcf\x4d\x12\xf3\xea\x3b\x10\x22\x67\xe5\x26\x7c\x42\x02\x05\x92\xee\x3e\x87\x0f\x77\xfa\x7e\x4b\x32\x7c\x2d\xca\xcf\xd3\x4d\x98\x4e\x03\xe4\xeb\x95\x09\x3e\x0f\x04\x07\xd6\x05\x04\x4c\x53\x79\x01\x02\xa6\x99\x06\xf4\x79\x76\xb6\x75\x6a\x92\x39\x62\x2e\x79\xde\x6d\x3c\xa4\x0c\x38\x82\xa3\x79\x9d\x76\xbb\xf7\xc2\x8a\x5d\x8f\x17\xe0\x9b\xfd\x92\x60\xd8\x56\xea\x1d\xa5\x15\xb1\xd7\xba\x6b\x40\x06\xc4\xe9\x1a\x7c\x24\xbe\x43\x23\x7a\x64\x7c\xba\x2a\x3d\x86\x51\x79\x36\x65\x7c\x26\xfc\x7c\x16\xe3\x1b\x5a\x2a\x9e\xc5\xf8\xa6\x16\x79\x30\x61\xf2\xe1\x99\x05\xd9\xb0\x9a\x08\xf4\xf9\x10\x84\xf7\x4b\x18\x0c\x76\x0b\xec\x60\xc9\x02\x57\x86\x60\x15\x84\x80\x2e\x80\x49\xc5\x0b\xf0\xa0\x77\x38\x2f\x4e\x1a\xa8\xf0\xbf\x21\x6f\xaf\x0c\x0f\xa9\xe0\xe5\x0a\x11\x38\xf5\x78\xe5\x77\x6c\x4a\x90\x5f\x52\xd5\x8d\x09\xe8\x97\x9c\xd8\x7d\x42\xbf\xe8\xde\x0c\xf4\x4b\xf5\x6e\x11\xe8\x97\xf5\x41\xe1\x0f\xe7\xdf\x32\xa9\x9f\xd8\xae\xaf\x4c\x11\x1a\x08\x94\x4b\xf5\x02\xf6\xd5\xce\xc8\xa1\x7c\xb1\x33\x1a\xa4\xf8\xe6\x9d\x48\x81\x5e\x90\xa6\x43\x7f\xb7\x57\xb8\x6f\xf6\x28\x38\x30\x6d\xd8\xc0\xe2\xa2\x43\xe9\xe7\xcd\xb8\x99\xb1\x8e\x2f\x4c\xb4\x9a\xc3\xf4\x95\x8b\x86\x2f\xdd\x84\x78\xd1\x23\x6f\x3e\x87\xcf\x5f\x3f\xb0\x1b\x64\x79\xe4\xa4\x00\x0a\xd3\xbc\x3c\x7f\xd5\x30\x4d\x07\xfb\x2e\xfe\x9a\xb5\x4a\xbd\x6a\x95\x18\xbb\x5e\xd3\xec\x1b\x45\xf4\xe2\x6e\xa9\x4b\xf2\x4b\x9a\x0f\x3d\xba\x01\x7f\xc9\xe0\xc4\x86\xe0\x2f\x40\x3f\xc7\x5b\xe9\x92\xef\x57\x69\x00\xb3\xdd\x9c\x6d\xce\x8d\x88\x2f\x8a\x4e\x00\xbe\xac\x1f\x18\x10\x09\xae\xcc\x10\x07\xe2\x4b\xf5\x42\x0d\xc4\x97\xa9\xad\x18\xc4\x97\xe6\xed\x3c\x00\x2e\xcd\x64\x29\x6f\xd8\x1a\xef\x13\x2d\x6c\xe0\x14\xd0\x29\x65\xcf\x4b\xff\x08\x42\xa1\xfe\x41\xd2\x2c\x57\x44\x9d\x4c\x95\x09\xec\x94\xac\x51\xe1\x55\x27\xb3\xa7\xa8\x5e\x26\xc0\x05\x22\xa5\x0d\x2b\x22\x7f\xbb\x46\x59\x50\x4e\x86\xf9\x7b\x7e\xa1\x9c\x60\x25\x00\xe6\xa4\x69\xec\x07\xc0\x24\x1b\x45\x0b\x80\x49\x57\x74\x06\xbf\x64\x7d\xe0\x1f\xb6\x40\x4d\x27\x30\x15\x9c\x3e\x01\x4c\x76\x0b\xa7\xb9\x55\xd1\x5f\x40\x30\x69\xfa\x0d\xbc\x78\xe8\xed\xed\x6c\x04\x0f\x6c\xff\xbd\xa4\xa6\x08\x36\xaf\xca\x0f\xcc\xf1\x55\xf9\x41\x36\x05\xbc\x64\xbd\xc4\x04\x90\x43\xc2\x94\x21\xaf\x69\xa4\x14\x48\x45\x2f\x91\xcd\x82\x5e\xd2\x86\xa7\xfd\x62\xc3\x4c\x6b\x65\x79\x86\xef\xc3\xd3\x14\x4e\x5f\x60\xf9\xf4\xd5\x78\x75\xdc\x80\x32\xbf\x37\xdd\x80\x86\xbe\xb7\xdd\x70\xbb\xdd\x60\x3d\xc2\x8b\xdf\x45\xfa\x87\x06\x87\xf7\x76\x06\x90\x5a\xdf\xdb\xad\xe4\xd7\x64\xbd\xae\x7e\x70\x73\xdd\x63\x19\xc2\xa9\x84\xf9\xde\x6b\x5b\x19\xcd\xfd\xde\xce\x37\xdb\xea\x71\x9a\x3c\x01\xb8\x01\x9a\xff\x09\x48\x95\xf5\x83\x6f\x91\x48\xcc\x19\xc0\x0f\xd0\x5b\xde\xf7\x11\x08\xde\xf2\xce\x7e\xfb\x3b\xbc\xd3\x78\x55\xc0\x9c\x37\xcc\x90\x7b\x35\x84\x19\x93\xc6\x3d\x6e\x7d\x06\x22\x8b\x91\x0e\xa0\x7f\xe9\x9c\x09\x42\x4b\xd3\xe1\x16\x84\x96\xd5\xba\x1f\x70\x11\xed\xec\xa0\x7f\xd5\x5d\x91\x98\x83\x96\xdd\xb2\x12\x0e\xd3\x46\x39\xa6\x17\x98\x70\x57\x18\x37\x7d\xbd\xae\xdf\x97\xb0\x7c\xdf\x27\x68\x57\xd9\x11\x44\x97\x55\x11\x2b\xbc\xf5\x2c\x26\x8a\xac\x91\x39\x7c\x89\x8c\x93\xfb\x03\x42\x16\xa4\x1b\x1f\x40\x34\x34\xf0\x1d\x9b\xff\x37\xfe\x20\x8a\x1b\x52\x01\x74\xcb\x4e\xe9\xf5\x1d\x88\x91\xdd\xb2\x15\x75\xca\x58\xe0\x58\x6b\x30\x56\x84\x21\x09\x30\x56\xaa\x29\xbb\x81\x58\x69\x06\x5a\x7d\xff\x0b\x61\x67\x72\x34\x2d\xcf\x6c\xdb\xf9\xb5\xe2\x37\x01\xb5\x99\x8a\xb8\xf1\xf9\x02\x14\xf8\x6f\xc2\x09\xd6\xd2\x3b\x7e\x66\x14\x05\xa8\x4f\xa5\xb2\xd9\xfb\x93\xf6\x69\xe6\xcc\x2b\x0e\x13\xf2\xf7\x15\x87\xc9\x89\xfc\x92\x25\x2b\x40\xdb\x6b\x96\x2c\x7b\xce\x5b\x5d\x29\xbe\x6c\x25\x7c\x1e\xc6\x14\x16\xef\x4b\xa8\xbc\x69\xca\x2f\x59\xb2\xff\xbe\xe9\x7a\xb0\x30\xa5\xc0\xf2\xc7\xcb\xcb\xd4\x54\xcf\xb1\xab\x43\x26\x15\xf3\x76\x61\x52\x49\x4f\x99\x10\xa9\x74\x88\x7e\xe6\xdb\x60\x14\x39\xbc\x76\x64\x97\x2f\x24\x4e\x78\x9a\xf0\x09\xf5\x2e\x90\xcc\xdb\xf0\xe6\x22\x73\xe0\x4e\x29\x7d\xbf\xfd\x1d\x94\x96\x73\xe7\x05\x8a\x49\xb3\xde\xeb\xc9\x65\x39\x54\x8a\x7e\x84\x31\x54\x28\xa9\xae\x02\xe3\x49\x9a\xb9\x09\x99\xc9\x46\x52\x94\xcc\x44\x07\xcb\x3b\x40\x22\x60\xae\xbd\x1e\x29\x0c\x7d\x7c\x89\x99\x11\x5a\x0a\x66\x93\x21\x94\x91\xcc\x26\x1d\x26\xa2\x09\xb3\x49\xee\x46\xe3\x9d\xea\xab\xfa\x06\x54\x47\xcc\x6d\xb8\x48\x76\xbe\xcb\x2b\x98\x3b\x32\xf1\x9d\x80\xfa\xb2\xbe\xe1\x28\x49\x71\x57\x5e\x4d\x87\x86\xfa\x40\x52\x32\xe0\x05\x9f\xaf\xa6\x43\xd8\xda\xe7\x8b\xe9\x50\x6b\x29\x84\x25\x4b\x40\x08\x08\x4b\x86\x8e\x81\x37\x36\x42\x12\xc5\x81\x4b\xa1\x41\x45\xbe\x92\x6e\x78\x13\x84\x25\x43\xc4\xb6\x37\xac\x13\x6d\xc8\x03\x9f\x0c\x5f\x12\xf6\x70\x7a\xdf\x86\xa2\xd1\x41\x4c\x92\x7b\x46\x27\xe8\xb3\x76\x53\xca\xae\xe5\x0b\x4e\x4a\x0a\x4b\x0b\x63\xdc\xe0\x97\x35\xaa\xf8\x4d\x4e\xc7\xac\x73\xa8\x45\x52\x1c\x2c\x28\x44\xaa\xe0\xa8\x9b\x1c\xc4\x67\x24\x07\x59\x7f\x5a\xe0\xde\x13\x4e\x49\x67\x0d\x3b\x95\x41\x6a\xaf\x46\xbf\x65\x93\xbe\x83\xc5\x32\x31\xe8\x15\x8b\xd7\x19\x74\x91\x44\x80\x0a\xf3\x82\xce\xde\xdd\x31\x5f\xdc\xe6\xce\xa0\x8b\xc9\xee\x52\x34\xff\xc9\xb5\x4e\x8c\xe0\x81\x2c\x7d\x41\x81\x70\x8b\x7c\xd9\x6a\x3c\x01\x43\x22\x92\x3a\x10\x25\x08\xf1\x18\x0a\xc7\xc7\x58\xce\x5c\x61\x85\xf6\xfd\x41\x06\x1f\xcf\xff\xf4\xd6\x7b\xff\x22\x8d\xca\x6b\x68\xc5\xd1\xdc\x5f\x98\xb5\x04\x29\x81\xe3\x63\x18\x58\x27\xc7\xc7\x9e\xe8\x0f\x49\xf6\x7e\x07\xde\x72\x8d\x03\x52\x76\xa8\x12\xbd\x58\xbb\xf6\x9c\x07\x3a\x61\x4f\x67\xa0\x13\xc4\x24\x7e\xd1\xc8\xa1\xc9\x9a\xd0\x77\x14\xe9\x21\x27\xfc\x1d\x4b\x54\x20\xe9\x3b\x86\x90\x44\xf0\x77\xa4\xba\x9f\xfc\x1d\x83\x2d\x31\x0e\xa2\x6a\xa8\x46\x1c\x87\x27\x83\xe4\x9a\x44\xb0\xaf\xbb\x02\xa2\x8e\x32\x40\xf7\x8b\xe3\x00\x05\xfd\xdb\xc3\x02\x76\x8e\x55\x92\xfb\x44\x54\x0f\x28\xbb\xe3\x20\xa2\xfa\xf8\x76\x80\x80\x74\x23\x80\x71\x8e\xa3\xb0\x1b\x84\xcf\x40\xd4\x00\x33\x77\xc0\xba\x31\x58\xd0\x21\xe9\x06\xd1\x87\x01\xe9\xc6\xf7\x90\x5f\xfa\xe1\x58\xae\x5c\x3f\xfe\x41\x23\x0a\xf5\xf8\x56\x43\x40\xc7\xb1\xd0\xda\xe3\x00\xf0\x9c\x74\xbc\x80\x76\x63\x01\x27\x1f\xd0\x6e\x2c\xc8\x65\xe3\xf8\x24\xee\x42\xbd\x8c\x43\x8b\x15\x09\x49\x71\x34\x40\xae\x17\x55\xc2\x32\xc5\xc9\x35\x0e\x2c\x53\xd8\x8d\xe3\x40\x5b\xe6\x2c\x15\x50\x67\x2c\xdc\x19\x71\x74\x00\xd2\x17\x35\x45\x7e\xb2\x3f\xc7\x81\x0d\x07\xb4\xdf\x80\x39\xa3\x0c\x9c\x92\x01\x75\x46\x72\x5c\x0d\xd8\x32\x92\x04\xa6\x38\x06\x99\x6d\x83\xc2\x06\x04\xbc\x8b\x0f\x61\x85\x59\x8e\xc8\x84\x59\x2d\x69\xf1\x14\xcc\x8d\xe7\xa7\xa2\x8a\xef\x4f\xad\x66\x3e\xcf\xb9\xad\xf1\x1d\x40\x5f\x31\xc1\x87\xec\x17\x03\xfa\xd6\x80\xfd\xa2\x90\x62\x12\xb0\x5f\x54\x66\x58\x1c\x41\x96\x76\xe1\x99\x20\x5b\xe9\xa0\x00\xac\x33\xa3\xf8\x25\xcd\x33\x96\x0c\xdb\xe1\x74\x94\x49\xe3\x19\xe5\xa0\x68\x20\x60\x9b\x73\x81\x34\x1e\xe6\x6d\x1c\x44\x19\x62\x11\x8c\x23\xcd\x29\xe6\x79\x20\x60\x49\x78\x8b\x63\xb3\x1a\xf2\x2e\xe8\xe5\x87\x83\xbf\x19\x0b\x29\x18\x60\xf2\x51\xac\xf6\x22\x87\xa3\x78\x4d\x6c\xac\x33\x61\x99\x13\xfe\x57\x66\x56\x1c\x0b\x0a\x68\x07\x68\x99\x85\x4e\x53\x45\x36\x3f\xa8\x89\x89\xf7\x85\xd2\x09\x02\x6a\xae\x31\x59\x03\x0f\x46\x1d\xcf\x04\x50\xe1\x21\x53\x45\x75\xf9\xa0\xb5\x8f\x62\xd5\x89\x2d\x9c\x4e\xf4\x4b\xcc\xf1\xee\x0f\x08\x55\x5d\x26\x17\x04\x28\x8e\xc4\x65\x88\x23\xa5\x5d\x1e\xed\x68\x1e\xfe\x8b\x51\xec\x34\xa2\x11\xb1\xa2\x06\xec\x14\x52\x6d\xc5\x21\xf8\xab\xcb\xfe\xb6\xf3\xb9\x7f\xc3\xe7\xe3\xf0\xde\x42\x93\xfb\x0c\x89\x04\x93\xc2\x80\x72\x25\x9b\x2f\x8e\x9b\x05\x5d\x9c\x64\x44\x32\x62\xee\x8c\xe3\x53\xbb\x73\xf7\xcb\x4f\xaa\x16\x0a\x80\x22\x89\x0c\xaa\x80\xa4\xa2\x0c\x8e\xf3\x01\x4b\x45\x1f\x0a\xa5\x1f\x86\x25\x67\x37\xea\x2d\x48\xdb\x71\x60\x5a\x19\x7b\xbd\x91\x91\xcf\x69\x2b\x20\xa0\x68\xcd\xfe\xfa\xd4\xdb\x39\x1d\x76\x50\xdc\x0e\xa7\xfd\x63\x69\xe1\x57\xb5\xca\x79\x0d\x58\x86\xc3\xfc\x48\x17\xe5\x7d\xd7\x86\xbd\x4a\x10\x00\xa6\xa2\x80\x51\x22\x87\xe2\x03\xc6\x42\x58\x52\xe2\xc0\x9a\x32\xb6\x6c\xfc\x14\xdf\xba\xec\x61\xc4\x32\x59\x88\x21\x11\x04\xb1\x0b\x51\x10\xb2\xa8\x62\x51\x08\x8f\xb6\x46\xa5\xe0\xdc\xa3\x69\x05\xde\xc0\x81\xbb\x28\x60\x85\xa8\xc7\xbe\x66\x1a\x7f\x1b\x57\x94\x22\xc2\xc5\xe1\x1b\x74\x40\xa7\x34\x04\x2e\x41\xa7\x01\x8d\x44\x21\xcf\x33\xca\xa7\xf9\xa6\x9d\x04\xfb\x43\x55\xa0\x15\x22\x1a\x39\xef\x44\x31\xe6\x9a\x21\x2c\xcd\xd9\xc9\x77\x40\x6f\x01\xe1\x23\x4a\xff\x16\x2b\xd6\xb4\x80\xe5\x21\x89\x8d\x0b\x48\x1e\x26\x79\x45\x01\xc9\x43\x19\x64\xf0\xc4\x3f\x96\x07\x0a\x20\x49\x64\xa0\xc5\x44\xd1\x26\xde\x78\x08\xc8\x6c\xa2\x13\xa2\x0c\x16\x5e\xa5\x16\xc3\x17\xa6\x7f\x10\x1f\xcf\x82\x81\xb4\x61\xed\xaf\xa2\x41\x0e\x8e\x22\x01\x6b\x43\x25\x99\x2a\x0a\x1a\xe4\x80\x7a\x25\x0a\x21\xd8\x64\x00\x07\x74\x0e\xfa\xed\x03\x3a\x87\x39\x6d\xdc\x84\x09\x6d\x7f\x95\xc8\x00\x36\xa8\x32\x77\x35\xfc\x83\x73\x1c\x13\xba\x90\x08\x89\xdf\x21\x60\x70\x98\x18\xd6\xa3\x84\x1f\xa5\x6d\x28\x8d\x83\xbc\x9d\x28\x61\x37\xd1\x01\xf8\x9e\x9b\x2f\xec\x88\x48\x6a\x97\x70\xb0\x21\x6d\x8a\x0c\xae\xac\x36\x08\x19\x12\x52\x99\x90\x90\x61\x10\xb1\x1f\x45\xb9\x37\xfe\x62\x95\x89\x42\xb6\x3a\x99\x3f\x51\x96\x55\xa4\x49\xf8\x90\x73\x7f\x99\x40\x11\x27\x10\xa1\x93\xe4\x74\x04\xe4\x0c\x73\xfa\xee\x27\xf7\xd6\xe4\x91\x8b\x3d\xcd\x57\x95\x62\xcd\xfe\xbb\xec\x0e\x1f\xea\xfe\xe1\x0f\x66\x90\x63\x7d\xc1\xf2\xc0\x32\x86\x83\x21\xd2\xf5\xf0\x49\xa5\xd5\x2d\x58\x3e\x86\xe6\x97\x6e\x53\xf6\xe8\x8f\x1b\xbe\x47\x84\x49\x01\x24\x7a\xd8\xc7\x30\x83\x83\x81\x1a\x32\x2c\x88\xcb\x17\x30\x2c\x4c\xb0\x83\xa2\x90\x02\xe2\x4e\x56\x7e\x04\xe6\x0e\x5f\x66\xd8\x9b\x2f\xbf\x74\x38\xd7\x8f\x5d\xe1\x35\xd9\x6d\x88\x7a\x58\x18\x82\xe4\xb6\x80\x85\x61\x82\x11\x1d\xe5\x01\x8b\x61\xfa\xfc\x03\x13\x2a\xe5\x22\x4a\x0e\x1b\x43\xd8\xd0\x74\x05\x48\xa3\xe0\x4c\x52\xa9\x6b\xce\xcf\x4f\xa9\x5b\xdd\x4a\xab\xd4\x11\x40\x10\x70\x27\x14\x75\xa3\x2a\x90\x23\x6b\x06\x6a\x83\x04\x2f\x21\x20\x18\x48\x55\x94\xaa\x96\x05\xc3\x40\x54\x12\xda\x48\xdd\x8a\x5a\x1d\xd9\xe4\x7a\x99\x8f\xec\x1f\xb8\xb9\x90\x07\x72\x04\x0c\xc2\x97\x02\x8e\x80\xba\x2c\xba\x91\xec\xee\xfd\x4f\x68\x60\x4a\x0c\xb1\xff\x87\x25\x37\x41\xf8\x16\xd7\x24\x6b\x17\x5f\x25\x6e\x07\xbd\xa7\x7e\x27\x59\x2c\xdf\x51\x35\x5b\x2e\xbf\x48\xc6\x46\xf1\x33\x17\x61\x4b\x3e\x63\xde\x34\x7d\x0a\x6f\x40\x23\x9a\x2a\xe0\x0d\x08\xce\x40\x51\x25\x46\xf3\x3e\xd1\x97\xc4\x46\x46\x25\x4a\xe6\x38\xbc\xa6\x29\xc8\x0b\x90\xff\x27\x78\x72\x01\x88\xff\x24\xdc\x24\x2a\xd8\x1b\xc3\x3e\xc1\xca\x39\x9c\x9a\xc0\xf8\xaf\x6e\x07\xe1\x70\x23\x74\x2d\x2a\x51\xd6\xc3\x59\x24\xbe\x3f\x67\x8f\xa8\x3b\xdd\x9b\xd1\xac\x64\x94\x10\x5e\x10\x95\x90\x99\x01\x38\x45\x54\x62\x66\xd2\xc1\x21\x66\x66\x10\x51\x1b\x15\x10\x63\x4c\x5e\x51\x01\x31\xde\x8d\x46\xb6\x11\xb8\x14\x50\x05\x54\x0c\xdd\x21\x55\xc0\xe8\xfb\x05\x16\xb9\xc3\x4c\x16\x09\x00\x0d\x01\xf4\xff\x54\x18\x56\x10\xa2\x88\xb9\x8c\x1a\x58\xfb\x51\xd1\x84\xfb\x57\x6c\xd5\xc0\x24\xe9\x28\x7f\x22\x2c\xf7\x94\x12\x93\x18\x61\x5b\x4d\x7a\x73\x74\x84\xdd\xb0\x63\x50\xe9\x86\xcd\x27\xe5\x1a\x23\x5f\xd4\xb4\x5f\x90\x7f\x95\xb0\x4c\xf0\x69\xa2\xa6\xfd\xf2\x27\xee\x5b\xd4\xb4\x19\x54\x65\x09\x7b\x4d\x75\x17\x70\x6b\x2c\x2c\x30\xfc\x27\xd1\x67\x51\x85\xe8\xb0\xff\xbe\x73\x6c\x2a\xba\x85\xde\xaf\x4e\x8e\xcd\x80\x49\x4d\x4e\x6b\xc2\xae\x59\x4f\x19\x29\xa8\xee\x05\x29\xb5\xe3\x8b\x91\xd5\x2d\xba\xfe\x8b\xd3\xe4\xab\xdf\xa1\xb6\xbb\x3d\xd6\x1d\x7b\x42\x87\x80\xae\x8b\x21\x30\xea\x0d\xf7\xab\x1f\x55\x15\x43\x48\x02\xc3\x3f\x76\xed\x6e\x2d\x70\x3e\xcf\x34\x46\x6c\x01\x98\x3f\xdc\x96\x01\xcc\x1f\xee\x68\x02\xe6\x8f\xe1\x28\x9a\x2f\xa2\xf4\xc0\x18\x3a\xf6\x64\x97\x60\xda\x3e\xc2\x77\x96\xae\x67\xf4\xb8\x31\x5c\x4d\x28\x72\x6d\x7f\xc9\x60\x12\xbf\x64\x11\xf6\xd2\x43\x11\x4e\x38\x8c\x99\x1e\x65\xaa\xb4\xd2\xb6\xff\x81\xb9\xd3\xc9\xf4\x28\x94\xbc\x0f\xa8\xba\x1d\x6c\x2e\x1c\x87\x0b\x90\xeb\x87\x9b\x29\xc8\xf5\x7d\xd7\x9a\x1c\xe7\x66\x7f\xbd\xb6\x80\x5a\xbf\xf4\x97\x2b\x14\x2e\x30\x77\x21\x10\xe8\x87\x1b\x4f\x7d\x4d\x69\xa4\x0e\x2f\xa7\xe0\x7d\x1f\xf3\x48\xfa\xee\x0f\x30\xb3\xef\xfb\x22\xd0\x0f\x22\xab\x02\x04\xfa\xe1\x56\x28\x02\xfd\x20\x13\x2e\xda\x61\xc9\x8d\x6b\xf8\xb2\x9b\xf7\xd9\x9d\x98\x6b\xad\xf8\x4c\x70\xcd\xbe\x08\x98\x73\x34\xec\x97\xee\x85\x4d\x8a\x68\x9a\xd6\x8a\xd5\x9e\x5c\x63\x76\x64\xad\x0a\x48\x8f\x03\x36\xc0\xa3\x1f\x2a\x37\xe0\xd1\x0f\xb5\x41\x70\xe7\x87\xa2\x5d\xdc\x79\xcf\x68\xe0\xcb\x0f\x42\xa1\x02\x50\xf9\xa6\xde\xda\x76\x0e\xb3\xd7\x46\xcd\xfa\x3c\xa4\xad\x28\x74\xad\x8a\x30\x86\x5a\xd9\xaa\xde\x71\x5e\x68\x14\xd6\xbd\x86\xf0\x62\x78\x3d\x7c\x81\xe6\x83\xb8\x0b\x65\x53\xb4\x66\xc6\x06\x5f\x6d\x4c\x90\xee\x7d\x26\x08\x3a\x05\x48\xf5\x65\x90\x70\x1a\xad\x61\x96\x60\xda\x01\x55\x5f\x56\xfa\x90\x34\x64\x74\x5d\x77\xa4\xd8\x79\x1b\xe6\x4e\x8f\xa2\xe0\xd6\x27\x19\x1b\x01\x6c\x7d\xba\x34\x81\x9e\x1f\x38\xa3\x03\x88\xf9\x81\xb3\x21\xda\x70\x85\x20\x87\x1a\xdb\x41\xb3\xda\x70\x3a\x4f\xb6\x0c\x30\xe6\x07\x24\x93\x01\x64\x7c\xa4\x1f\x95\xa0\x12\xd0\xba\x68\x12\x83\x15\xff\xb0\x09\xbe\x40\xaf\x8e\xbf\x5c\x0a\xd1\xb4\x78\x86\x2f\x3d\x7e\x99\x5e\x23\x8c\x42\x0d\xbf\x85\x10\x9c\x5e\x5b\x77\xec\x1a\x00\xcd\xe7\xe1\x04\x22\x4d\xd0\xe3\x8e\xa0\xf3\x72\x34\x47\xd3\xe4\xe9\x40\x8a\xee\x77\xf8\xd0\xf2\x21\x5a\xfb\x89\xfe\xdc\xd3\x35\x2e\x68\xb5\xbc\x8f\x45\xaa\x58\xf4\xcf\x17\xa8\x6c\x30\x17\x87\x5f\x7a\xfd\x83\xb7\x13\x03\x4e\xf1\x1a\xc2\x4f\xbf\x94\x81\x0f\xc3\xfb\xe9\x0b\x8c\x06\xc1\xfd\xcd\x3e\x74\x17\x99\xfb\x87\x78\x39\x5e\x7f\xdb\x1a\x71\x0e\x01\xd6\xfc\x84\xe2\x3a\x80\x97\xaf\x1e\x7e\xdb\x32\x22\x8a\x2a\xb1\x1f\x14\xfb\xf5\xdb\x0f\x26\x39\x4f\x01\xba\xbb\x58\x13\x21\xba\xfb\x50\x6b\x04\xde\x5d\xc6\xc5\x00\xc5\x7d\x16\xd7\x22\xfb\xc1\x72\x4c\x4c\x7e\x46\x5b\x68\x40\xeb\xfe\x5b\xed\x17\xe8\xdc\x76\x0c\xda\xb1\x36\x32\x10\xdd\xa7\xa7\x4e\x80\xdb\xa7\xd6\x39\x81\xdb\xc9\x92\x08\x50\xd8\xa7\xb6\x93\x76\xfb\x51\xd7\xca\x6d\xb5\xa9\xdd\xb7\x21\x4c\x82\x64\x02\x14\xf6\x49\xcc\x4b\xb4\xef\x98\xde\xc8\xbd\x0c\x11\xd9\x89\x67\x0f\x10\xd9\xcb\xbf\xe1\xb9\xed\x0b\x7a\x9e\x8d\x02\x92\xea\x00\x92\x7d\x7a\x88\x6e\x80\x61\x60\xca\x0d\x90\xd7\x27\x96\xed\x10\x79\x7d\x4c\xd7\x96\xdc\xc7\x2e\xcc\x4f\x53\x9e\xb8\x7b\xa3\x3d\x4e\x37\x7b\x1b\x55\xd9\x23\x68\x7b\x1c\x67\x8b\x7e\x2c\x82\xe2\x88\x8d\x38\x9c\x30\xa4\x1e\x16\x45\x28\x76\xce\x2d\xe1\x54\x89\x89\x2a\x8a\x0e\xf3\xbf\xc7\xf1\x7e\x74\xff\x98\xfc\xc0\x4d\x46\xcf\x74\x00\xf3\x60\x2d\x8e\x7e\x60\x6e\x62\x1b\xe8\x87\x5d\xdf\xb9\xa6\x33\x58\xca\xe0\x9f\x37\xe5\x49\x2f\x40\x21\x1c\xde\xbf\x78\xe6\xab\x51\xff\x64\x6b\x57\xce\x76\xe8\xb7\x70\x1e\x04\xa8\xe5\x53\xc3\x6b\x87\x95\x5f\x8e\xdf\xe8\xe8\xdc\x1a\x30\xbb\x3a\x37\x5e\xbf\x00\xdb\x7c\x6a\xcf\x13\xdb\x5c\x66\xdf\x00\xdb\x7c\x6a\xce\x14\xdb\x5c\x0a\xe2\xe8\x95\x81\x60\xa9\x77\xc2\x05\x06\x04\x77\xd1\xd1\xcc\x35\x98\xf6\x86\xd3\xcc\x06\x11\x90\x0e\xd8\x56\x80\x86\xde\x08\x25\x0a\xc0\xd0\xeb\xea\xde\xc7\x8d\x13\x5e\x93\xa0\x82\xc8\x12\xf3\x5c\x2e\xd8\xe8\x82\x50\x20\x1a\x7a\x27\xbb\x05\xf9\xd1\x05\x6a\x40\x53\xe8\x44\x08\xc0\x77\xf9\x87\x90\xeb\x26\x5e\x33\xda\xe0\x93\x17\x89\x28\xa3\x93\xfb\xa4\x3d\xa4\xa3\x59\x2f\x14\xd7\x3e\x1c\x00\xea\x85\xd1\x80\x34\x95\x10\xc4\x5c\xc2\xc9\x00\xc4\xbc\x61\x13\x0f\x40\xcc\x05\x51\x8e\xae\x3d\x15\xa1\x03\x6e\x79\xc6\xbe\x26\x66\xc7\x6e\x9e\xa0\x7e\xb0\x92\x7b\x40\x36\x64\x85\x30\x89\x12\x19\x1b\x5d\xa8\x07\x3b\x30\xc8\xcd\xb6\x0f\x94\x76\x38\xba\x03\xa8\xf2\x32\xc2\xf9\x47\xb8\x02\x51\x26\xd1\x05\x2a\x42\x0c\x76\xc5\x5d\x38\x01\xcd\x8a\xdc\x7f\x9c\xfe\x41\x79\x02\x15\x15\x1f\xa2\xbc\xe2\x57\x2d\x0f\xc9\xd1\x49\x97\x24\x13\x28\xfa\xb2\x67\xa8\x07\x9c\xf1\x23\x9d\xbf\x62\x0d\x21\x15\xba\xe9\x8f\xb6\xf4\x24\x3d\xcf\x12\x44\x11\xe2\xd4\x04\x64\x78\x1e\x4e\x5f\xc4\x94\xfa\x09\x10\xde\x0b\x27\x6f\x88\xa3\x0d\x7a\x61\x00\x8b\xbd\x9a\x05\x83\xd0\x59\x7d\xd7\x23\x39\xae\xf7\x00\xfc\x7a\x29\x9a\xba\xe9\x8f\x28\xd2\x9d\xc8\x65\x43\x13\xa3\x0b\xaf\xd3\x7c\xc1\x26\x74\x3f\xfb\x35\x01\xc8\xfe\x10\xfd\xda\xb0\xc0\x00\xfd\x7a\x2e\xd7\x2c\x61\x5b\xc6\x29\x06\xe8\xd7\xd2\x44\x85\xe8\xd7\x87\x7d\xfc\x60\x42\x41\xc7\x14\xfc\xda\x58\xa1\x00\xfc\xba\x85\x2d\x42\x29\x4d\xe7\xf5\xc3\x51\xc2\xd9\xfa\x8a\x7a\xcc\xfd\xd7\x97\xa7\x3f\x70\x67\x2b\x16\x64\x7c\x40\xd9\x01\x8a\x7a\xc2\x2a\x12\xa0\x4f\x77\x72\x87\x62\x90\xe6\xe3\xf1\x6b\x40\x96\x0e\x8a\x52\x0c\x32\x79\x74\x2b\x07\xe8\xd3\x93\xb0\xe4\x18\xfa\x63\x08\x12\x88\x51\xc8\xa7\x61\x10\x81\xa5\x2e\x46\x97\x04\xb8\xd4\xd3\xa3\x3b\x20\xd3\x45\xad\x0e\x90\xe9\x41\x76\x5a\x00\x32\xdd\x00\x57\x0b\x30\xa6\x8b\x21\x0c\x01\xc8\x74\x53\xdb\x19\x20\xcd\x69\x9a\x05\x57\x3a\xc8\x1c\x09\x70\xa5\x8b\x0e\xdd\x00\x58\xba\xc1\x32\x18\xa3\x9a\xe3\xc2\x57\xd1\x33\xbb\x6d\x20\x28\x4a\x1f\x7b\x80\x38\x5d\x08\x9f\x0b\x10\xa7\xe7\xda\x2f\x20\xfe\xa7\xf7\xe9\x01\xbc\xfb\x31\xf4\xa5\x23\xff\x07\xf9\x38\x6a\x6f\xc3\x24\xec\xf0\x1a\x8c\x09\x44\xe7\xf8\x84\x5f\x03\xbb\x3b\x40\xa8\x2e\xc6\x27\x04\x10\xd5\xc5\x6d\x01\x88\xea\xa2\x87\x3e\xc0\xa8\xae\x69\xd1\x26\x83\xa6\xf7\x37\xef\xb8\x9f\xfa\x16\x01\x10\x44\x21\x44\xf5\xca\x3f\x5d\x0c\xe0\x57\x4f\x2d\xe0\xe0\x57\x17\x23\x0a\x62\x80\xee\x03\x56\x51\x08\x66\x0d\xaa\x57\x00\x66\x3d\x15\x1d\xe3\x13\xb2\x53\x99\x02\x98\x75\x25\xe3\x3c\x86\x76\x55\x7c\xd1\x31\x00\xdf\x01\xdb\x28\x40\xb9\x6e\x61\xdd\x81\xd2\x01\xab\x32\x04\xaa\xf6\xa8\x09\x50\xf5\x38\xec\x29\x44\x6a\x38\x01\x87\x3c\xdc\x3e\xcf\x39\x1f\x89\x07\x34\x75\xa8\x03\x0d\x50\xe7\xa6\x63\x6a\x08\xb0\x95\x03\x3e\x47\xcd\x0d\x98\xea\xd4\xfa\x05\x02\xf5\xdc\xf5\xc1\xfb\x3e\xf0\x99\xc7\x90\xf2\xd6\x09\x44\xe2\xce\xbf\xf1\xfd\x64\x6d\x10\x7e\x12\x22\x50\x0f\x78\x2a\x03\x08\xea\xaa\xf7\x71\x90\x73\x1e\x56\x23\xd8\xba\xbd\x0f\xc4\x8e\x12\x75\xa4\x41\xde\x34\x21\xc1\x3c\x46\xac\x01\x4d\x1d\x2a\xe7\x23\xb5\x7d\xf2\xcc\x62\x69\x79\x84\x19\x52\x10\x3a\xd4\xeb\x6b\xff\xe1\x6a\xd2\x0c\x0b\xbb\x58\x80\x4d\x1d\x9a\x95\x80\xa6\x2e\x63\xf7\xf6\xa7\x7e\xc6\x61\x11\xe2\xc6\x59\x0d\xa0\xa9\x07\x74\x61\x01\x34\x75\x09\x17\x23\xb8\x71\xcd\x39\x4a\x5c\xd9\xc1\xee\x3b\x96\xab\xc0\xc6\x11\x36\xac\x8b\x12\x68\xea\x20\x92\x27\x40\xa6\xee\x7b\xe6\x13\x36\x3c\x40\x0d\x8e\x01\xdb\xc4\x1e\x08\x92\x54\xed\x30\xb9\x8f\x1c\xdb\x93\xe4\x04\x76\x3f\x50\xa5\x43\xf1\xb8\x51\xa5\x35\x1d\x6c\x58\xe9\x5d\x30\x86\x10\xb4\x6c\x50\xa5\xc3\x0d\x62\xe0\xe8\xd7\xdc\x36\x2e\x64\xae\xcd\xbf\x04\x2b\xf5\x3a\x79\x86\xa1\xc5\x26\x42\x6c\x74\x00\x36\xdd\x3c\x8f\x03\x36\x5d\x9b\x92\xf2\x7a\xc8\xfa\xe2\xfa\x66\x10\x6c\x24\xe9\xf4\x87\x93\x99\xf0\x32\xfd\x02\x60\x4d\x17\x20\x20\x02\xac\xe9\x22\x92\x6a\x8c\x1b\x0a\x25\x5b\x76\x23\xa1\x14\xb3\x00\x0c\x55\x57\x0e\x3a\xb3\x7b\x3f\x20\xd4\xa1\x09\x09\xac\xe9\xbe\x3f\xea\x4e\x06\xb8\x71\x8c\x1f\x18\xea\xce\x1d\x72\x73\x08\x13\x09\x00\xa9\xc3\x1d\x07\x40\xea\xef\x05\xbe\xaa\x71\xc5\x66\x62\x81\x06\xde\x21\x86\x4e\x32\x0f\xe4\xe3\x87\xdb\xca\x36\xc3\xf5\xb0\x07\x04\xd4\xea\x61\x09\x8f\xed\xe7\x99\x87\xf6\x5b\x3d\xf7\xb1\x85\x26\x0a\x9c\x75\x40\xb9\x17\xc0\x59\xc7\x5e\xd9\x0f\x83\xc0\xc6\x07\x9c\xf5\xf7\x82\x5f\x02\x9e\x53\x49\xf7\x5c\x3c\xf4\x57\x7c\x6f\x0c\x33\x77\xdc\x14\x88\x65\x38\x14\x50\x22\xcd\xb9\xbb\xbc\xa6\xe9\x52\xc8\xcb\x1c\x73\x37\xfa\x36\xc5\x80\x38\x30\x00\xc1\x0e\x8f\xac\x1b\x04\x1b\x01\xb8\x31\xb0\xbb\xf7\x69\x36\x56\x98\x89\xb2\x3f\x9d\x63\xf3\x53\xf6\xc3\x18\x05\x10\xb1\x83\xe4\xc8\x00\x11\x3b\xd6\xbe\x6f\xc1\xc9\x35\xf0\x3a\x6c\xdf\xb3\x58\xf0\xe0\x9a\xef\x70\xda\x9d\x18\x64\xa6\x93\x6c\x16\xfb\x6f\x71\x4d\xff\xa1\xcc\x00\x88\x1d\x86\x31\x4c\x7d\x6f\xce\xd0\x09\x87\xbb\xa6\x7a\xd0\xb1\x97\x1b\x96\xe0\xd8\xee\xa1\x80\x63\x07\x09\x1e\x31\x2b\x61\x32\x36\xad\x32\xd3\x39\xec\x4d\x28\x7f\xa7\x43\x3d\xe1\x0b\xd4\xe4\x07\x9a\x76\x78\x84\x06\x4d\xbb\xe9\x91\x01\x4c\x3b\xdd\xf9\x00\xd3\xfe\x5e\xa6\xf3\xc4\x80\x5d\x5e\x93\x92\x56\x7c\x81\x2c\xfd\xb4\x16\xb7\x2f\x58\x34\x6b\xc0\x6a\x37\xaa\x8a\x4a\x30\x1b\xa3\x80\x5a\x03\xc8\xb6\x19\xc0\x01\xc8\x76\xe8\xb8\x9a\x0d\x62\x0b\x0b\xc0\x84\x33\xf7\xbb\x0c\x82\xa3\x09\x96\xd3\xdc\x43\x8e\x11\x1f\x2c\xf5\x98\x8d\x69\x81\x32\x36\xbb\x7d\x44\xc7\x03\x0d\x3b\xf7\x30\x83\xc4\xed\x66\x08\x12\x77\x10\xa3\x13\xb3\xdb\x66\xc7\xbf\x2f\x26\x8f\x6f\xe3\xe6\xa1\x99\xdd\x96\xf1\x9d\xc1\xf2\x41\x9c\x83\xbe\xfd\xbd\xeb\x0f\x96\x0f\x92\x1a\xf8\xed\x32\x77\x5f\xe0\x02\xd0\x56\x35\x07\xed\x99\xde\xb7\x3d\x56\x63\xd8\x1e\x8a\x1b\xb0\xa6\x78\x0d\x9e\x0a\xc1\xf8\x31\x01\x69\xd8\xb3\x0d\xea\xf9\xb9\xaf\xc7\x7f\xff\x4b\xcd\xf6\x20\x71\x7f\x1f\xa5\xae\x44\x7e\x68\xc3\x13\x89\x7b\xee\x12\x26\xed\xb4\xe4\xbd\x11\xdb\xa2\xc9\x34\x44\x5d\x9e\xf3\x86\xe8\xdb\xb7\xe9\x62\xc7\x0d\x2b\x92\xfe\xd3\x19\x85\x33\x12\xef\x86\xe8\xf3\x3c\x1f\xf0\xb4\xb3\x0b\x4d\x23\xdf\xec\xc9\xb8\xf1\xbd\xf8\x9d\xef\x54\xb0\x7c\xe4\x9b\xf1\x4e\x35\x52\x69\x41\x87\x08\xb1\xb9\xe7\x11\xfe\x30\xb5\x9e\xcf\xa7\x1d\xcf\x66\x33\xd9\xb6\x3d\x21\x01\xda\x5d\x8f\xe2\x43\x9f\x5a\xb4\xec\x09\x00\x1e\xc2\xb9\xc6\x99\xc8\x5d\x1b\xd0\xee\xe5\xca\x21\x66\x64\x82\x69\x11\x93\x54\x5a\x37\x6d\xc0\xbc\x5b\xfc\x19\xd6\x1b\xf3\xdb\x9f\xa7\x1b\xfa\x84\xf5\x3e\xd8\xb9\xe6\xb7\x93\x4e\xf7\x70\x60\xbc\x9b\xdb\xf0\xbc\x84\x40\xe6\xf9\x6f\x07\x0c\x8d\x7e\x93\xe8\x8e\x49\x0e\x5b\x80\xf5\x1d\x9a\xc1\xe6\xc5\x4c\xb2\x57\xe5\x5e\x00\x27\x33\x26\x58\x0e\x69\x93\x36\x55\x2f\xd7\x37\xc1\xe4\xae\x55\x60\x1a\xb4\x92\x82\x01\x5e\x89\x73\x0e\x30\xc0\xcb\x24\x66\x33\xa6\x7b\x9d\x73\xf5\xb6\x04\xdb\xf0\x6d\x76\xdd\x13\xf6\xfc\x36\xbb\x49\xe2\x6f\x4c\xc2\xaa\xa7\xef\x02\xae\xe4\x34\xfc\x1d\x44\x34\xf0\xea\x0f\x23\xbf\xa2\x8a\xc8\x3a\xe3\xbb\xe6\xcf\x66\xa2\x0d\xcc\x1f\x20\x5f\x2e\x55\xf3\x56\x8b\x92\xf4\x27\x74\xb3\x0f\x09\x20\x40\x27\xfd\x8c\x2e\xf5\x85\x8b\xf3\x04\x15\xfa\xb6\xc0\x4c\x25\x09\x0c\xbb\x2a\x4c\x80\x92\x7f\x1f\xa5\xaa\xdf\x81\x2f\x8b\x42\x92\x24\xd6\x69\x30\xcd\x7c\x80\xac\xda\x6f\xf4\x4f\x32\x3a\xf9\xb0\x52\x85\x33\x74\x07\x99\x54\x1f\x22\xc6\xd9\x89\xf2\x00\xd1\xee\xa2\x7f\x0c\xae\xa3\x84\xd7\xa2\xdd\x32\xbe\x3d\x6f\xea\xa2\x07\xdf\xbc\x06\x8e\x01\xf0\xcd\xbf\x87\x28\x02\x82\x40\x5d\x09\x80\x9a\xb7\xe5\x28\xe0\x0e\x0e\xe7\xeb\xab\x5b\xd2\x97\x11\x25\x06\x07\x01\x6a\x5e\xb4\x46\x01\x6a\xfe\xfd\xf1\xfd\x00\xd5\xfc\xfb\xd1\xf9\x41\xf2\x50\x7a\xdd\xf9\xec\xe0\x1a\x08\xc5\xe1\x0b\xc2\x6b\xb1\xbc\xc5\x35\x27\x60\x3a\xc4\x35\x9f\xfa\x65\xc1\x35\x9f\x6a\xfb\x01\xe1\x03\xc9\xe2\x11\x58\xc2\x34\xbb\x86\xc0\x5b\xcc\x87\x20\xda\x5a\x33\x44\x10\x6d\xbd\x0f\x3b\x01\x75\xbd\x82\x45\x94\x72\xad\x3b\xa0\x94\x97\x6d\x47\x05\xa6\x5c\x20\x91\x00\xa6\xbc\xbb\x9b\x82\x40\x3e\x77\xbd\x39\x0a\x6e\x93\x27\x08\xe4\x35\x30\x1d\x02\x2e\x3e\x35\xfb\x44\x13\xe3\xd4\xfb\x20\xe0\x31\x45\xa3\x71\x9a\x62\xbb\x8a\xe6\x12\x60\x89\x86\x8c\xb8\x2c\xb2\xe0\x30\xb7\xcd\x96\x01\x2b\x84\xf1\x72\x40\x93\x77\x5d\x34\x21\x34\x03\xcb\x18\x64\xf2\xb2\xad\x96\x40\x93\x4f\x62\x38\x03\x38\xf2\x69\x58\x24\x80\xe2\x2b\xbd\x3f\xe8\x3d\x84\x46\xe0\x1f\xae\xfb\x1a\x67\xbf\x4d\x00\x21\x01\x04\x86\x08\xe0\x4e\x81\x05\x8a\x30\xdc\xa5\x79\x1f\xbd\x47\x93\x13\x10\xe0\x13\xd6\xb8\x08\xe2\xa5\xb5\x79\x04\x80\x83\x98\x80\xfe\x90\x71\x00\x87\x4f\xc2\xf2\x23\x08\x26\x34\xd2\x22\xa6\xae\x26\x7a\x4d\x87\x00\x82\x00\xc4\xee\xa9\x4b\x05\xc0\x6e\xb3\xb6\x02\xc0\xee\x09\xda\x6c\x00\xd8\x3d\x5d\xa6\x60\x74\x57\x70\x0b\x22\x72\x13\x45\x73\x7d\xf3\x0c\xdd\x94\x7e\x93\xb2\xc8\xbd\x24\x1f\x29\x02\x7b\xbe\xae\xaf\x80\x3a\x36\x8a\xf7\xf1\xc1\x3b\x97\xbe\xf3\x51\x6a\x84\x0c\xa0\xbe\x84\xa4\x0e\xb0\xb4\x47\xb5\x80\x13\x93\x27\xa2\x42\xc8\x6c\x21\xa9\x03\xc8\x6c\x59\x4f\x03\xc8\xec\x22\xd6\x73\x80\x99\xdd\xf5\xb8\x84\x80\x60\xce\x7b\x21\xb3\x3d\x3c\x80\x99\x2d\x25\x49\x00\x99\xbd\x0c\xfe\x10\x19\x7b\xcf\x50\xb0\x50\x27\xc7\x48\x91\xb1\x85\x7a\x0e\x91\xb1\xc3\x29\x0d\x02\xc1\x9e\xba\x17\x6a\x8a\xd3\xf5\xa2\x63\xd8\xb1\x03\xfa\xf6\xa9\x61\x25\xbe\x3d\x21\x0c\x1f\x0d\x38\x1f\xd2\x86\xe2\x13\x76\xbb\x8c\x9f\x7c\xa3\x14\x06\x7f\x9c\xdb\x77\x6c\x68\x1c\x46\xf0\x77\xb3\x19\x71\x1f\x3b\x99\xb6\xa4\x78\x40\x68\xe2\x94\x13\x8f\xb5\xc6\xa2\x0d\x40\x75\x37\xea\x24\x94\x9b\x80\x94\x46\x60\xdd\xf7\xfc\x13\x8f\x3d\x69\xc7\x48\xb2\x5a\x7c\xe3\xf4\x0f\xbf\x0b\x64\xe1\xbe\xc6\x06\xe4\x38\xe0\x02\x80\xb1\x2c\xe2\x93\xc0\xcb\x66\x92\xad\xe2\xf6\x08\xa2\x75\x6b\x4e\x2a\xf3\xfd\x31\x5c\x05\x06\x37\xc1\x38\x23\x5e\x62\x5c\x30\xab\x03\x75\xdd\x34\x2d\x0a\x75\x6d\x10\x26\x48\xd7\xd5\xc8\x0e\x91\xae\xf5\x2a\x24\x59\xfd\x6a\x69\x49\xb2\x8a\xe7\x51\x31\xab\xc9\x98\x0d\xb0\xa9\xa5\x9a\x0e\xb0\xa9\xab\x66\x35\x50\xa7\xa7\x4e\x08\x50\xa7\x1b\xf9\x26\x01\xe8\x74\x11\x7e\x33\x92\x2c\x96\x03\xdf\x46\x92\xcc\x28\xd8\x65\x00\x47\x6d\x3a\x79\x24\x81\x7d\xa2\x5d\x46\x42\x52\x6e\xfb\x53\xac\x1d\xfd\xe0\x59\xa4\x47\xe3\xd8\x91\x85\x65\xc8\xc1\x26\x2b\x52\x89\xa5\x91\x98\xeb\x44\xa3\x8c\xc4\x5d\xb1\x5b\xa7\x5c\xb6\x3c\x40\x75\x8c\x2f\x49\x8f\x0e\xc0\xc0\x85\x98\xd7\x71\xf8\x07\x0b\xd7\x7a\x20\xa3\x01\xe6\x8f\x6c\xe0\x9b\x33\x65\x52\xfe\x07\xf6\x1f\x70\xb1\x1b\x68\x65\x01\x2e\x76\x87\x06\x2d\xc0\xc2\x9e\x3a\xe5\xd2\x93\x80\x71\xbf\x80\x61\x57\x85\x9d\x60\xd8\xc2\x4f\x46\x4a\xbe\x8a\x5e\x03\xe8\xf5\xca\xf5\xa7\xf1\x0d\x44\xec\x22\x16\x60\xa4\x8c\x71\xe8\x18\x40\x62\x17\xb1\x13\x23\x15\xda\xfb\xd3\x54\xac\xf8\x90\x15\xeb\xfe\xc0\xca\xc6\x81\x53\x88\x6b\xb1\x23\x03\x88\xeb\x69\x80\x13\x10\xd7\x45\x18\xc6\x00\xe3\xba\xa5\x6f\x03\xb5\x03\xac\x51\x24\xc8\x39\x2e\x16\xe0\xab\x57\xf7\x79\xa0\x61\x55\x89\x81\xa6\x2e\xb3\x21\x15\xc1\xa6\x9e\x4a\x3f\xa0\xa9\xab\x61\x9a\x39\x49\x61\xb7\x00\x5c\x17\xc1\x42\x4b\xa8\x79\xea\x7e\x9e\x28\x5d\x07\x09\x64\x58\xc3\x86\x13\x44\x36\xe3\xaf\x12\xa7\x84\x5e\xa7\x4c\x47\x9e\xfd\x3c\x25\x08\xdf\xd7\xa4\x3e\x0e\x1f\xfa\xc4\xdd\xbe\x84\xb6\x81\x45\x9a\x12\xba\x59\x1f\xf5\xef\x66\x01\xe8\xdf\x6e\x15\x80\x57\xb7\xe8\x5e\x9b\x9c\x4c\x8b\x97\x2d\x5e\xbe\x4d\x8b\x9d\xe1\x80\xc1\x86\x2d\xc6\xb7\xa1\x1b\x0c\x50\xeb\xb2\xbb\x14\x88\x9b\xe9\x39\x23\xc1\x66\xd3\x25\x06\xda\xf5\xf7\x07\x5f\x3a\xad\x06\xc5\x91\x46\x3f\x8d\xe9\x4b\x48\x15\xb4\xf9\xa7\x3b\x84\x86\x7e\x40\xb1\x0b\xf9\xef\x91\xee\x10\x5a\xfd\xf3\x24\x82\xd0\x16\x21\xfc\x3d\x7f\x03\x84\x5d\x97\x95\xba\x64\xa0\xa7\xb8\x8b\xfd\xdc\x05\xc8\xa6\x30\xf6\x33\x22\xf2\x53\xbd\xcb\xf1\xf7\x19\xd6\x9c\xeb\x4f\x68\xb7\xe6\xf3\xac\x7d\x20\xdc\x22\xbf\xcd\x22\xeb\xfe\xd0\xcf\x3f\xac\x05\xaa\x2b\xa2\x79\xa3\x6b\x3b\x58\x18\xc8\xb4\x6b\x01\xae\x3d\xc9\x89\x0d\xc0\xb5\xab\x31\xe1\x60\x6b\x17\x00\x4c\x23\x7f\x92\x66\xd2\x2f\xc4\x52\xaa\xdd\x02\xa7\x5d\xd5\xd0\x41\xc3\x9e\x6a\xf4\xe9\x46\xc3\x39\x0e\xd0\xeb\xd5\x2d\x17\x78\xca\x3e\xbc\x0f\x31\x8d\x75\x40\xf0\x87\x8b\xfd\x01\x2d\x0d\xd5\x36\xf1\xfd\xea\xb3\x48\x35\xe9\xfd\x32\x8e\x17\xfd\xf4\xf9\x4a\xc8\xc1\xcb\x2f\xb6\xab\xe2\x35\xc3\xc1\x8c\x14\xf3\x7a\x82\x96\x10\x60\x5e\x57\x75\x36\x30\xaf\xa7\x5e\x4d\xe0\xac\x83\xcc\xda\xef\x2c\xcb\x7d\xaf\x81\x9d\x65\xe2\xad\xc2\xea\x67\xcd\x8a\x60\xed\x16\xba\x80\x28\x13\xc0\x2d\x16\x19\xe1\x6a\x4d\xab\x9e\x34\xc7\x87\x2e\x32\x5c\x7c\xc6\x23\x33\xcf\x10\x3d\xe9\x51\x5a\xc8\xeb\x60\x90\x17\xaa\xe9\x37\xc6\x7f\x88\xb7\xd5\x88\xfd\xdf\x1f\x20\xf6\x9f\x7e\x15\x27\x7b\x07\x36\x02\x94\xdd\x9a\x5d\xa0\x44\x35\xca\x71\xe1\x80\xd0\x3c\xb2\x3a\xa9\x3d\xf6\x0d\x18\x96\x1a\xac\x16\x74\x01\x13\xca\xcd\x58\xd0\x6c\x1e\x1c\x32\x16\x7c\x01\x9a\x75\x40\xd6\x9e\xda\x1f\x16\x5c\x37\x9a\x19\x44\xd6\x26\x03\x30\x40\xd6\x9e\x9a\x13\x40\xd6\x16\xf8\x25\x96\x31\xde\x68\x79\x20\x6b\x37\x2d\xaa\x02\x6b\xab\x9e\xaf\x89\x54\x1d\xd5\x3f\x88\xc0\x46\x43\x5a\x00\xfe\x2f\x47\x4e\x53\x89\xa7\x2c\x20\xb7\xe7\xb4\xcd\x93\x5a\xdb\x31\x24\xc6\x00\x6b\x14\x4b\x74\x12\xd0\xaf\x62\x11\x13\x09\x6c\x47\x00\xa0\x5d\x0c\xc0\x5c\x3a\x1d\xf6\xfd\x65\x74\x3d\x6d\x36\xae\x1b\x25\x1e\x04\xed\x9e\xb6\x99\x40\x48\xd5\x48\x70\xb2\xeb\x6e\x03\x39\x2f\x73\x7a\xdf\x77\x29\xf8\x13\xa5\xa9\x5d\x72\xa5\x91\xbf\x14\x8c\x7b\x17\x4c\x8a\x58\xcb\xe7\xb9\xc6\x59\xab\xa7\x4e\x38\x6c\x53\x36\x44\xbd\xf6\xc4\x2d\xa0\xb5\x2e\xea\xa5\xbd\x1e\x44\xd2\x58\x9f\x74\x5a\xc6\x9c\x2e\x33\xf3\xfc\x28\x71\xdc\xa2\x8d\xc6\x32\x8e\xdb\x59\x8c\x95\xbe\xf9\xa5\x4f\x0c\x75\x15\x0a\x20\xb0\x2b\x64\x3d\xb1\x48\x0f\x9f\x9a\x10\x17\x5c\x91\xc5\x66\xa2\xb3\x92\xff\x16\xe0\x64\x17\xc1\x2d\x03\xa0\xec\xae\x5f\x62\xed\x74\x14\x4a\xb8\xad\x86\x8d\x33\x1f\x05\x05\x6e\x61\xcc\x77\xcf\x58\xd8\x31\x3c\xec\x03\xac\x5d\x64\x0a\x0d\x90\xb5\x9b\x87\x3b\x90\xb5\x8b\xfc\x95\x01\xb4\xb6\xc8\x54\xb1\xb0\x5e\x28\xdd\xd6\xaf\x62\x5a\xe1\x05\x32\xbf\x75\x34\x2d\x6c\x11\xfa\xc4\x40\xd3\xee\x20\x01\xc6\x02\xc6\x7f\x21\xa1\xd6\xa3\x7d\x9b\x76\x62\x76\xdf\xf9\x28\x0b\xf7\x71\x71\xce\x3f\x84\x3b\xdb\x4b\x6a\xc5\xaa\x76\xeb\x31\xed\xc8\xaf\x9e\xfe\x41\xf5\x3e\xad\x78\x02\x56\x13\x8b\x48\xc9\x9d\x23\x22\x28\x37\x88\x6c\xb1\xc8\x5a\xd9\x79\x21\x0b\x3e\x98\xc3\xd1\xc2\x32\xa1\xf5\x62\x11\xef\xa8\x09\x76\xbd\x38\x79\x50\xbc\xd6\xeb\x57\xd9\x59\x80\xf1\xae\x5a\x54\x41\xeb\x6e\xc6\x3b\x00\xd6\x5d\x76\xc8\x3e\x68\xdd\x53\xd3\xe9\x79\xd8\x05\xbe\x30\xb9\x1e\x5c\x5f\x64\xb7\x7a\x6d\x09\xfb\xab\xa4\x3c\xd0\xaf\xe7\x27\x67\x1b\x40\x92\x71\x16\x8c\x68\xe3\x2f\x64\xf2\x38\xc9\x7b\x51\x87\x3e\x8b\x04\x80\x95\x6b\xcc\x7e\x08\xaf\x53\xc0\x49\x25\x96\x40\xe0\xc6\x73\x00\xf7\x1d\x83\xe3\xea\x59\xb1\x24\x71\x74\x03\xbc\x3b\x34\xaa\x9d\x8d\x49\xe7\x2a\x3a\x71\x1c\x83\xcb\x17\x27\xc1\x8a\x6a\x39\xa0\x7a\x7f\x0f\xf9\x07\x86\x41\x46\x0f\x58\xef\x32\x4d\xfc\x39\x31\x23\xb8\x51\x9f\x88\x63\xa7\x29\x78\xdf\xf5\xd8\x25\x38\x78\xe1\xdb\x80\x7d\x20\xa6\xce\x4e\xc6\xa2\x5d\xdb\x3d\xcc\x53\x57\x0c\xd7\x1e\xf2\xcf\x8e\xb0\xb0\x37\x3f\x7d\x34\x35\x1e\x9d\x9f\xda\x39\x8d\xc3\x3f\x3f\xa1\xdb\x76\x27\x4d\xc2\xf3\x6d\x0e\xa6\x67\x6d\xfb\x27\xf1\x2f\x06\xe6\x9d\x1a\x8c\x3d\x34\x9c\x04\x2b\xee\x82\x83\x90\x0a\x04\xed\x19\x46\xec\xf1\x21\xbc\xb5\xd3\x10\xfd\x53\xae\xc6\xf4\x21\x8e\xd3\xe1\x43\xc0\x40\x1d\x3e\x23\x5d\x3a\x05\x24\x06\x7d\x8e\x4a\x27\x90\x8b\x1e\xb9\x4e\x02\x66\xb6\xde\x7d\x82\xb9\x68\xc6\x19\xc8\xe1\xdd\xb8\xe8\x33\x77\xc9\xbe\xad\x81\x9e\xd2\xc0\x5c\xdc\x3a\xe2\x99\x38\x68\x1c\x91\x44\x1c\x39\x77\x75\xe9\x3a\x3a\x0b\xe0\xb2\xe1\x7d\x1c\x17\x0e\x88\x71\x83\xec\xd4\xc0\x8b\x17\xad\x48\xe7\x62\x35\xb1\xf3\x01\x35\x5e\xa0\xee\x89\x73\x71\xb2\x74\x22\xe1\xab\xdd\xda\xcc\xb9\xa4\xca\xe2\x5a\x5f\x2d\xcb\xef\xc4\xf7\xba\xa7\xc8\x49\x0b\xc2\x67\x6c\x81\x8b\xe6\xb4\x05\x94\x70\x3a\x54\x94\x70\x12\x8d\x99\xbe\x70\xf9\x82\x7f\xe0\x87\xc0\x9a\x70\x9e\x78\x37\x30\x39\x9c\x32\x1b\xa0\xb3\x81\x53\x1e\xaa\xb2\xe7\x05\xb5\xf5\xf0\x1a\x2a\x70\xbb\x0b\x63\xb3\x71\xce\xe7\x2d\x4b\x3d\xdf\x04\xb7\xa3\x3b\x38\xc8\xe2\x6d\x51\x3b\xb1\x3e\xcc\x7d\x0d\x7c\x2d\xe2\xf4\xd4\xd8\x6c\xd4\xef\x69\x8c\x90\xa3\x26\xb0\x93\xed\xff\xe1\xb7\xb2\x5f\x7e\xb8\x83\x9d\xcd\xc4\x9a\xc3\x13\x13\x80\x9c\x57\x33\x5f\x4f\xe2\x0c\x55\x04\xcf\x4f\x16\xd7\xb6\xaf\x51\xe5\x8d\xcb\x38\x61\xf4\x9d\xfb\x05\xa7\x08\xfd\x08\x34\x93\x2e\xe0\xf3\x13\xa6\xb5\x3a\x21\x15\xa6\x46\x28\x9c\x9a\x79\xd1\xc0\xcf\x17\x65\x8e\xbd\xf2\x7c\xb5\x07\xf1\x0c\x7c\xf5\x55\x99\x42\xc0\xb8\x59\x62\xa7\x86\x85\x50\xbc\x61\xa8\xfd\xd4\xc8\x3f\xc4\xdb\x75\x38\xa5\x39\xf5\x5c\x64\x6a\xd3\xee\xeb\x70\x3e\x20\xc6\xae\x23\x29\x66\x71\x6d\xcf\x2e\x7f\x50\x17\x7a\xf0\x3a\x70\xe4\x0d\x5f\x78\xb9\xff\xd5\xfd\x22\x62\x68\x82\x84\x1a\x57\x91\xca\xca\x6b\xa1\x97\x7d\x68\xf0\x42\xe5\x7a\x71\x4d\x01\x3a\x35\x61\x8b\x8a\xab\x88\x5e\x49\x09\x9f\xf8\x0d\x68\x7a\xe2\xda\x78\xbf\x4c\x76\x60\xdc\x03\xf0\xc2\x00\xa2\x3d\x5c\x35\x17\x0e\x4b\xb3\x62\x2f\xf0\x07\x01\x69\x8c\x4b\x6b\x30\xc0\x8c\x71\x61\x76\x30\xc4\xe3\xc2\x61\x39\x01\x8e\x8c\xab\xda\x50\xdf\xb8\xb8\xf6\x21\xe1\xd6\x7c\xe6\xe7\x0b\x3e\x64\xfd\xbe\x69\x70\x21\xed\x9d\x4f\x97\xd2\x1e\xd8\xc9\xb8\x70\x65\xc2\xa9\x14\x20\xc0\x07\x50\xb5\x71\x69\x27\xf6\x44\x00\x02\x7c\xd5\x53\x7f\x69\x27\x06\x5f\x27\xae\x26\x87\x8a\x45\x58\x36\xca\x27\xd8\xf0\xa1\x4c\xbc\x3a\xcd\x46\xa3\x01\x1b\x3e\xb4\xcb\x83\x0d\x1f\xa6\x08\x8a\x0d\x3f\x81\xcb\x89\x4b\xd8\x41\x24\xed\xd5\xed\xfd\xe6\x53\x98\x67\x9b\x7f\xdc\x7c\x95\x4e\xd6\x16\xc1\x06\x09\x80\x7c\x75\xbd\x5f\x43\x42\x38\x3e\x8a\x25\xc2\xa8\x9d\x0b\xb2\xad\x99\x7e\x68\x00\x0e\xbf\x7c\x88\xa9\x68\xb2\xd1\x45\x14\xa7\xf1\xb0\x97\xee\x4f\x30\x75\xe2\x1a\xf4\x93\x63\x37\xec\x27\xb4\x92\x6b\x30\x44\xe9\x67\xf1\xe0\x14\xcb\xbb\x7d\xc8\x1f\x2c\x18\xd6\x08\x48\xf6\xa1\xfd\xf0\x52\xc3\x4f\x56\x1e\x48\xf6\x51\x5d\x12\xf8\x3c\x81\xb3\x8c\x6b\xd2\xaf\x56\x16\x72\x4a\x8f\xbe\xa0\xd4\x87\x3b\xfe\x15\xf6\x37\x55\x0d\xa7\xd9\xf4\x07\x8c\xab\x28\xa3\xc0\xd7\x7f\x7f\x50\x6f\xb4\xfa\x66\x09\x61\x87\x4f\x9f\x62\x9e\xa1\x42\x5e\x20\x51\x19\x33\x74\x85\xd3\x1d\x95\xeb\x4a\x79\xac\xa8\xc7\xb7\x3d\x85\x31\x95\x40\xd0\xa7\x9b\x90\x10\xf4\x33\x1d\xec\x14\x56\x96\xeb\x75\xf0\x02\x0f\x2d\x51\xc6\xbc\x26\x07\xd8\x59\xbd\xf6\x5a\xa1\xae\xd8\x4e\x8c\x24\xbd\xbe\x6d\x28\x8c\xb6\xbc\x08\x19\xd2\x48\x09\x32\x7d\x49\x67\x19\x29\x4f\xc6\xd0\x5f\x32\x11\xa3\x68\x5f\x27\xd1\x60\x36\xed\xdb\x54\x42\x13\x3a\x88\xf5\xa1\xb5\xf6\x3a\xfd\x3e\x65\x7d\x7b\x4a\x2d\xe8\x29\xd7\x85\x08\x71\x01\xe1\xcd\x6c\xe5\xcf\x5c\xad\xeb\xb2\x70\xfa\x95\x0c\x28\xf0\xff\x03\x10\xfa\x30\xf4\xf4\x62\xc3\x01\xfa\x23\x00\xa1\x2f\xd3\xac\x3e\x50\xe8\xbb\x19\xcb\xd7\x6d\x56\x1f\x5d\x43\x3a\xd4\x34\x29\xe9\x82\xe2\x18\x0c\xb1\xb8\x3c\x16\x2c\x05\xd2\xb7\xe3\x2c\xd5\x1b\x70\xeb\xc3\xe0\xd3\xeb\x67\xd1\x54\x09\x3f\xe6\xd4\x2b\x07\x3c\x7d\x35\x8f\x47\x84\x79\x1d\x60\x20\xcc\x47\xdb\xcf\xd0\xe1\x8e\xe2\xa6\x73\xa4\x80\x07\x3f\xbe\xd3\xf2\x53\xf2\xb3\xb3\xfb\x00\x3c\x1f\x9a\x72\x2f\xfc\x8a\xe6\xee\x5d\x92\x7b\xf9\x9d\xd7\x4a\xa0\x02\x80\x42\xbf\x20\xae\x8a\x0b\x43\x87\xae\xf5\x8b\xf8\x99\xe6\x34\xd6\x4d\xa8\x06\x0e\xf2\x7c\x68\x06\xbe\xde\x7d\x76\xfc\x3e\x7b\x7f\x7a\xfd\x82\x0d\x35\x40\x9b\x2f\x66\x93\xde\x04\xc7\x68\x12\x06\x6d\x3e\x34\x28\x03\x28\x9f\xf0\x71\x86\x80\xf2\x5b\x07\x04\x50\x3e\x54\xe3\xc0\x81\x0f\x71\x10\x6e\xe2\x5b\xb4\x27\x03\xfd\x1e\x9a\x8d\x85\x7e\x9f\x8b\x35\x00\xf4\x7b\x1a\x2b\x08\xf4\xfb\xf7\x07\xc5\x55\x1b\x9a\x5c\xfb\x55\x1f\xd2\xf5\x4f\x69\xd5\xde\xf3\x19\x87\x93\x12\x90\xd9\xc6\xa5\xdd\x92\x73\x1c\x5e\x73\xfe\xb5\x39\xa8\xd8\x9e\xc7\x00\x5a\x0f\x78\x74\x02\xa0\xf5\x50\xbb\xbb\xf5\xe6\xc1\xcf\x12\x77\x6f\x80\x7f\xd0\x5f\xc8\x59\x37\x8b\xbb\xa3\xc4\xb3\x8b\x80\x83\xbe\xb4\x5e\x83\x77\xbe\xb4\x0b\x83\x77\x9e\x70\x87\x06\x18\xe7\x4b\xa3\xc0\x4d\x80\x06\xd0\x7a\x01\xde\xf9\xd2\x9a\x7e\x4f\xe2\x18\xb4\x4d\xdc\x04\x68\xd4\xfd\xd0\xcf\x3f\x7c\x9b\xe6\x20\x34\x01\x42\x5f\x80\xba\x05\x40\xe8\xd5\x40\x51\x70\xd0\xbb\x8a\xfb\x1d\xe8\x58\x76\x11\x11\x1a\x9a\x57\x80\x3e\xef\x9a\x69\x04\x23\x57\x71\xbb\x17\x5d\xc1\xe6\x7f\xe3\x68\x83\x9e\x38\x6e\x30\x4e\x0d\x50\xba\x11\x43\x3b\x42\xe7\x56\x33\x66\x06\xdf\x0b\x07\x6e\xf3\x43\x16\x46\x01\x8a\x24\x54\x93\x7b\x31\x37\xed\x8a\x25\xa6\x1d\xd7\x8a\x27\xe4\x22\xf0\xe3\x65\x07\xdc\x80\x3f\xde\x0d\x9d\x06\x7f\xbc\x1b\x3f\x29\x9c\xf8\xdc\xcf\xc8\x00\xcf\xf5\x25\xe5\x22\x05\x5f\x7e\x94\xd6\x7f\x3a\x6f\x55\x57\x03\x00\xbc\x18\x6a\x0d\x9e\x77\x85\x5e\x27\x6e\x45\x90\xbd\x78\x23\xc1\x51\x08\x6e\x6d\x0e\x47\xfe\x69\x85\xbb\x3f\x99\x14\xfb\xcb\xb7\x7c\xef\xd4\x04\x25\x38\x8e\xfd\x43\x24\x74\x3a\xf9\x76\xd8\x2d\x87\xf0\x08\x35\x65\x60\xbd\x9b\x69\x4e\xc0\x7a\x47\x43\x8b\xb8\x89\x1c\x0c\xbd\x4d\xf7\x4f\x2a\x74\x5f\x06\x43\xdc\x1e\x84\x27\xc8\x13\x14\xd8\xdf\x21\x22\x0d\xd8\xdf\x72\x9b\x04\xd0\xdf\x75\x0f\xb5\xb1\x0e\xae\xaa\xc7\x6a\xf3\xee\x63\x98\x29\x65\xbd\x1c\x4a\x5d\x0c\x70\xb9\x87\x19\x63\x20\x73\x2f\x9d\x1e\x00\x73\x7f\x7f\x30\x1f\x48\x77\x77\x7b\x10\x98\x7b\x87\xda\x82\xcc\xbd\x74\xb2\xdc\x78\xea\xc2\xbc\xbe\xfb\xa5\xec\xe5\xdb\xdf\x42\x01\xa5\x3a\x40\xec\x2e\x3b\x88\x46\xc8\xee\x74\x6a\x91\x0d\x64\x68\x85\xd0\xdc\xe1\x6e\x02\x34\x77\x6a\xac\x03\x99\xfb\xfb\x63\xf2\xa3\xf2\x59\x1f\xb2\xb6\xf4\x13\x98\xdd\xe9\x12\xfa\x1d\x10\xea\xd1\xbc\x1f\x9a\xb8\x81\x33\x3f\x30\x93\x3c\x9a\xfc\x0e\x52\xa1\x0f\x9f\x27\x1f\x0e\x11\x0d\xae\xf7\xf7\x51\x5f\x36\x76\x9a\x17\x8a\x39\x7a\x54\xa9\x7c\xa2\x4e\xd7\xf3\xaf\x70\xba\x62\x19\xfc\x3e\xe5\x7b\x29\x35\x7e\xc5\x6c\x79\x04\x3c\xe0\xdf\xd9\x99\xd6\x82\x7f\x87\x78\x01\x80\x7f\xa7\x7b\x3c\xe0\xdf\xe9\xd1\x1c\xf0\xef\x10\x19\xe9\x57\x6e\x9a\xc0\x7d\x30\x4f\xb5\x74\xfe\x08\x35\xd4\x2a\xf7\x83\x84\xc3\x75\x03\x0e\x78\xdd\x7d\x54\x81\x60\x64\xdb\xfb\x11\x70\x31\x6c\x66\x3b\x48\x9b\xe6\x19\x8c\xd7\x62\xaa\x80\x03\xbe\x74\x8b\x83\x03\x9e\x86\xd8\x03\xf7\x9d\x66\x7c\x03\xf7\xbd\x34\x8c\x82\xf6\x5d\xc2\x38\x16\xe0\xbe\x17\xdc\xce\xf1\x23\xf3\x48\x17\xf9\x0f\x83\x88\x1b\x11\x70\xdf\xdf\x0b\x3c\x44\xec\x9f\xd9\x1a\xc0\x7d\x7f\x7f\xf8\x14\x48\x65\x6c\x94\xc0\x7d\x7f\x7f\xf8\x29\x34\x6f\x36\x16\x90\xb9\x97\x00\x23\x80\x6f\x97\x28\x96\x3d\xd4\x4b\xf8\x12\xa0\x4c\x5a\xd2\x80\xc6\x4e\xe7\xea\x0f\xc2\x25\x75\xc2\x1f\x06\x15\x7d\xfb\xa0\x61\x87\x00\x19\xbf\xe9\xe4\xb6\xd5\x33\x99\x3c\xfe\x01\xa4\x11\x8b\xf2\x67\xa4\x5d\x78\x0d\x72\x42\xf5\x9a\x39\x82\x54\xfb\x05\x27\x50\x5b\xf0\xa9\xaf\xe1\xf6\x06\x4c\x76\x09\x13\xd7\xc0\xc9\x4e\x9d\x4c\xbf\x04\x4c\x8c\x3d\xed\x27\x79\xa3\xc9\x52\xbf\xf4\xab\x74\x77\x32\xb5\xa7\xf7\xad\xea\x9f\x20\x70\x01\x8a\xf6\x32\xfc\x00\x14\xed\x34\xf7\xef\x97\xc0\xb5\xb2\x16\x7f\x8b\x9d\x93\xed\x18\x1c\xec\x34\xd9\x1e\x18\xec\x12\x22\x7c\x81\x83\xbd\x4c\xd9\xf8\x99\x91\x6f\xc3\x49\x48\xf2\x28\x0b\x92\x75\xe8\xb3\x03\x99\x3a\x0d\x7a\xfc\x81\x42\x02\x29\x73\xfc\x4e\x00\x30\x1c\xeb\x6f\x2b\x08\x8d\x4d\x20\x56\x97\x10\xbb\xe6\x87\xbd\xdb\xa3\xe2\x0f\x7b\xb7\x61\x7b\x40\x59\xa7\x16\xeb\x1f\x76\x11\x23\xb8\x7e\x17\x13\x08\x71\x07\xac\x75\x7a\xc2\xfd\x5d\x88\x25\x47\xeb\x62\x1e\xb3\x77\xfc\x20\x5a\x82\xaa\x21\x7e\x98\xc1\xc3\x8c\xa2\xdf\xf5\x63\x79\x7b\xed\x84\xa3\x05\x17\xf8\x98\x2e\xa0\x4f\xdf\x5d\x9e\xea\xc1\xbe\x5e\x1e\xd8\x7f\x98\x4b\x20\xf3\x0f\x70\xb0\x97\x1b\x18\xd8\xd7\xe9\x91\xf1\xf7\x73\xee\x51\x30\x81\x77\x01\x95\x7d\xfc\x7e\x7e\x94\x96\xfd\xfc\xa8\x2f\x83\x1b\x69\xf7\xfe\x6c\x8d\x1f\xd2\xa2\xe8\x35\x7e\x30\x27\xf7\xcf\x6e\xf4\x8f\x6f\xd7\x08\xdd\x7a\x60\x62\x2f\xcf\xcc\xbf\x47\x82\x50\x17\x1f\xb1\x76\xa6\xb3\x80\x89\xbd\x3c\x71\xff\x00\x26\x8d\x2d\xde\xd8\x67\x8c\x09\xfb\xa1\x1f\x1b\x2f\x0d\x40\x76\xaa\x8c\xfe\x08\xf5\x18\x1c\xe7\x7e\x58\xb4\x03\xac\xda\x00\x20\x7b\x69\x42\x00\x20\x7b\x69\xa4\x10\x1f\x3b\xb6\x04\x61\xff\xa9\x68\xa0\x3f\xf7\x9f\x2d\x42\x5e\xeb\x44\x71\x6e\x33\x61\x11\x6c\x33\x5b\x20\xbc\xd8\x3f\x99\x55\xcf\xf1\x4d\x79\x3d\x33\xcf\xc1\x0b\x6c\xc6\x00\x61\x2f\x8f\x98\x00\x61\x2f\x2d\x1c\x20\x57\x2f\xab\x0a\x72\xf5\xf2\x80\xfe\x28\x94\x69\xf3\x53\x9c\x24\x7e\xa8\x20\x64\x98\x61\x0f\x4a\xb4\xa7\xe7\x07\xdc\x3b\x8f\xd8\x00\x51\xa7\x01\x68\x0f\xb1\xdd\x5a\x78\xc0\x95\x0e\x43\x66\xc0\x95\x2e\xfb\xa4\x0a\xb0\xf4\xd2\xe0\x00\xb0\x74\xaa\xcc\x3d\x0d\x00\x45\x6b\xad\xb8\xf6\xf9\x66\xe7\xb1\xfd\x82\x2b\xbd\x3c\xa8\x3e\x8d\x5d\x89\xd3\xf6\xd3\xdc\xbb\x29\xb9\xa1\x36\x30\x93\xc0\x9e\x2e\xfb\x04\x0b\xf8\xf4\xf2\x3c\x0f\xf6\xf4\xf7\x87\xc5\x7d\x75\xd5\x25\xf8\xc8\x81\x6e\x8c\xce\x83\xce\xae\x2f\x6b\x23\x54\xb3\xce\x1f\x23\xbd\xd1\xfd\x9f\x6e\x35\x28\xba\x33\x84\x18\x06\x9e\xae\x40\xa4\x1a\x80\x49\xed\xc2\x30\x6f\x84\x71\x36\x0f\xf8\xa5\xd9\xcb\x5f\xe2\x0d\x8c\xeb\x14\x12\xe5\x19\x64\x25\xda\xa6\x21\x35\x2c\xa5\x80\x40\xa5\x49\xe9\xc1\x80\x2e\x34\xc8\x43\x02\xa9\x29\x0d\x8f\xf6\x73\x56\xc7\x33\x6d\x6a\xf3\x07\xeb\x0c\x49\x04\xdc\xf5\xda\x5d\x30\xcd\x99\xe4\x99\x38\xb8\xe6\x99\x40\x96\xa2\x39\x3d\x88\x78\x3d\xec\x4f\x80\xe0\xeb\x1c\x08\x87\x9a\x82\xc3\x6f\x72\x4d\xcc\xb5\x26\xd0\x47\xb9\xed\xe8\x6e\x14\xec\xe1\x43\xcc\x62\x36\x97\xc7\x70\x6a\x91\x04\x9e\x34\x4e\x9c\xce\x4c\xc3\xda\xbc\x7e\x7c\x88\xaa\x26\x31\xed\x8e\x1c\x62\x5f\xe7\xdc\xb3\x98\x40\xfb\x7a\xf8\x02\x65\x83\xae\x6d\x4e\xbd\xe8\xda\xa1\x47\xfa\x91\xbf\x9c\xd3\xe3\xb3\x2e\xc6\xd4\x87\x80\x47\x72\xbe\x92\xb5\xaf\xd7\xf6\x39\x0f\x0c\xc2\xcc\x01\x02\x3d\x8c\xd4\x04\x68\xbb\x2c\x6b\x47\x9c\x47\x71\x3e\x9c\xe0\x6c\x39\xd7\x09\xf3\x28\x76\xfc\xb7\xc7\x74\x0d\xc8\xe0\x6f\x57\xc3\xb1\xc0\xdf\xae\x2a\x9d\xcf\xb7\xf7\x34\x55\xa2\x87\x68\x3f\x93\xec\x1e\xc8\x83\x85\x92\x7a\x4e\xbb\x65\xfa\x43\x1a\x6a\x0a\x23\x0c\xb0\xd8\x30\x6c\x26\xda\x6a\xc0\xeb\x2e\x61\xc7\x73\x3e\x31\x42\x14\xb8\xee\xef\x43\xbe\x20\x5f\xb9\xd7\x92\x2e\xf9\xb2\xee\x78\x6a\x07\x3a\xe0\x5e\xdd\x97\xf8\xf3\xf4\x0a\xe8\x80\x62\x92\x80\xd6\x5d\xb5\xa9\x3c\x17\x89\x88\x87\xcf\xbc\x44\x21\xf3\xfd\x9b\xf4\x64\x2b\x21\x4f\x83\xad\x84\xd0\xc8\x53\x1e\x60\xdd\x0d\xdc\xfb\x78\x4c\xa6\xaa\xbe\x4b\x1d\x50\x0b\x1e\x01\x08\xd0\x93\x1e\x4e\x3b\xc7\xfe\xbe\x2e\x40\xbf\xf3\xc0\x58\xe8\xf3\x98\xf6\xd9\xaa\x80\xed\x9e\x46\x22\x8a\xda\xed\xbe\x00\x6a\x77\x53\x80\x03\xda\x5d\xdd\x5f\x01\xed\x9e\x6a\xfd\x80\x76\xb7\x6a\x7b\x77\x78\xb9\x95\xfe\x01\x39\x60\x25\xe4\x6f\x77\x21\x6b\xd4\x09\x9f\x01\x7a\xcd\x21\xfe\x91\x5e\x5e\x2c\x8c\x83\x95\x53\xe5\x47\x78\xdf\x7e\x97\x93\xa3\xeb\xec\x07\x01\xbe\xc2\x9f\xf4\xac\x66\x25\x08\x9f\xdc\x8d\x7f\x1c\x55\x25\x0b\xbe\x89\xe1\xd0\x3f\x1e\xf5\xa8\xc4\x43\x5c\x96\x3d\x07\xb6\xa1\x51\xf4\x8f\xd8\x86\x0a\xce\x87\x8a\xba\x80\xf0\x12\x97\xfa\xb7\x58\x7b\x14\x41\x2e\xe6\xe7\xc7\x17\xf8\x1a\xfb\xea\x1e\x13\xc3\x29\xd9\x56\xc1\xfb\x6e\xe1\xf3\x90\xcd\x0b\xa6\xf5\x10\x66\x69\x50\x3d\x38\xe0\x45\x8f\x33\x38\xe0\x65\x8b\xb2\x57\xf1\x12\xfe\x00\x1f\xd4\x89\x21\xad\xd2\x2e\x8c\x49\xa8\x2c\x7b\x65\xd9\xfb\x2a\x04\x58\x78\xd7\xf3\xf4\x7e\x87\xb2\x2a\x66\xe6\x0b\x8e\x03\x34\x76\x01\x56\x78\x15\xe4\x09\xac\xf0\xaa\x97\xeb\x3d\xdc\x6c\xd8\x92\x5e\xc2\xd7\xcd\x0b\x78\xcd\xa2\x1e\x7e\x88\x2c\x51\x76\xf3\x17\x97\xc8\x36\x54\x80\x2e\x5e\x8c\xd8\x02\x5d\xbc\xc0\xe2\x17\xa0\x8b\x57\x3d\xbe\x2f\xa7\x32\x38\xbf\xe2\x2d\xcc\x2a\x6b\x57\x88\x68\xec\x7e\x87\xe9\xcf\x4e\x0d\x1a\x79\x31\xa0\xee\x15\x35\x62\x3f\x03\xa4\x03\x33\xe9\x2d\x22\x46\x7a\xad\x10\xb1\x2b\x08\xe2\x54\xa3\x7f\x75\x66\x17\xaf\x49\xe6\x40\xa7\x04\xa5\xbc\xc1\xc8\x15\xa0\x8e\x37\xad\x60\x2f\xc4\x10\x95\xf1\x78\x89\x8e\x37\x14\x03\x3c\xf1\xa8\xfb\x5a\xf1\x6b\xdf\xb9\x83\x77\xaf\xf7\x00\xd2\x4c\x62\x90\xd4\xd9\xdf\x8e\x81\x9d\xe3\xc3\xeb\x81\x4b\x1b\x09\x20\xe2\xcb\xe0\x42\x30\xc4\x4b\xb4\xe5\x1b\x0f\xfb\xa0\xd7\xfa\xc2\xd8\xa7\x5e\xe0\x71\xf5\x72\x83\x34\xde\x8c\xf1\x07\x69\xbc\x1b\x04\xfe\x0e\xc9\x65\xbc\x76\x41\xef\x1f\x60\xc5\xec\x0f\x99\x25\x4d\x35\x86\x15\x77\x7c\x86\x09\x50\x74\xc7\x20\x1e\x96\xcd\xe2\x05\x57\x6d\x9f\x12\xde\x49\x88\x20\xfb\x37\xd8\xe4\xda\xfe\x5e\xc3\xe1\x99\xf2\xef\xc4\x23\xe9\x5c\x98\xe0\xe2\xb1\xd2\x5f\xd1\x20\xed\x31\xe0\x74\x43\x3c\x38\x10\xc8\x03\x14\xf0\x00\x81\x7c\x42\xfb\x18\x00\x90\x37\x93\xe4\x04\x20\x0f\xfd\xc2\x00\x90\x4f\x37\x51\x00\xc8\xc3\x98\xc5\xd7\xf3\x5d\x77\xd4\xcd\x74\xb6\x7a\xc0\x4d\xec\xc5\x90\x96\xc0\x57\x13\x8c\x1f\x3f\xc4\xf1\xae\x23\x31\x5f\x8f\x77\x02\xc8\x82\x27\xbe\xf4\xde\xbd\x6a\x02\xdd\x55\x02\xfa\xa4\x16\x87\x57\x4d\x00\x5e\xe3\x00\x69\xbc\x41\x9c\x1e\x20\x8d\x7f\x7f\xf8\xfa\x43\x52\x09\x0f\xe1\xb7\xd0\x1b\xfc\x92\xc5\xac\xaf\xfa\xd5\xfe\x87\x00\x78\x17\x07\x5f\x94\x99\x77\x61\x21\x66\xbb\x04\x8e\xbc\x44\x77\x2d\x41\x7e\xa4\xcd\x1e\xc8\xf1\x56\xff\x16\x70\xef\xb7\xa3\x2f\xe3\x97\xdf\xd3\x20\x21\x57\xda\x89\xf5\xcc\xf9\x74\xda\x9f\xae\x28\xfc\xe9\xc6\x80\x02\x4e\x5e\x42\x8f\xf2\xab\xdd\xd0\xf5\xce\xd6\x6a\x1a\x02\x88\xe4\x65\x4f\xb4\x0b\xec\x75\xe7\xd9\xb7\xb5\x76\xf7\xf4\x97\x48\xa7\x10\xa5\xed\x25\x3a\x5f\x7b\x1b\x10\xe6\xdf\xf2\xf2\x87\xf4\x4e\x74\x34\x0e\x0e\xcf\x01\xef\x4d\xca\xaa\x5d\xa5\x69\x50\x8c\xc0\xf7\x26\xbe\xb7\xf8\x82\x03\x60\xfd\x6e\x0c\xaa\x4e\x2f\x8f\x82\xca\x1a\x8f\x82\xba\xd4\x5f\x88\x2d\x96\x2d\xfd\x61\xd8\x74\x16\x41\x8f\xb4\xe5\xcb\xa6\x3e\xe2\x43\xa4\x54\xb9\x0f\x00\x6f\x1e\xcd\x99\xf6\xf8\xae\xf7\xb1\xd0\x73\x28\x78\xbf\xdd\xe9\xdf\xca\x7c\xac\x10\x1d\xf3\xb8\x28\xac\x1d\x1b\x4d\xfa\x07\xe7\x37\x76\xc2\xf7\x55\x09\xb2\x42\xdf\x06\x14\xc6\xf3\xbf\x40\xb3\x75\xf6\xce\xd7\x93\x59\xdf\x7f\x98\xa2\xe3\xdb\xf6\x4b\xfd\x7f\xff\x3f\x0f\x36\x0e\x0c\x43\x79\x10\xe0\x49\x2c\x66\x1e\xc0\xb4\x05\x76\xab\x3c\x0e\xa2\x05\x3e\xc1\x96\x07\xd9\x51\xa0\x52\x24\x30\xe9\x1d\x5b\x55\x1e\xb2\xf2\x56\x3f\x04\x44\x40\xf5\xf9\x5b\xa8\x05\xae\xc5\x9d\xe4\x79\x88\x8a\x88\x9f\x4b\x80\xd1\xbf\xc2\x16\x3f\xcc\xfd\x1b\x5c\x33\x20\xe0\xe9\xe5\x51\xcc\xfd\xa3\x04\xa2\xfe\x89\x3a\xc8\x03\x67\x0a\x7a\x47\x1e\x84\x3b\xad\xfd\x32\xbb\xcb\xf4\xdd\xc5\xc1\x94\x4b\xb3\x36\xf2\xbb\xc6\xdb\x8e\xad\x20\x8f\x6a\x25\xfc\x3e\x49\xc4\xa8\x11\x09\x2e\x7a\x10\x8a\x94\xc7\xb7\x71\x68\x45\xcc\xa3\x9e\xe0\x43\xf8\xbc\x19\x95\xfb\x4b\x88\xf5\xfd\xc7\x4f\x0f\x98\x5f\x32\x3d\x90\x2f\xe1\x55\x2f\xf6\x57\xb3\xb3\x2b\x9d\xda\x36\xcc\x03\xd7\x4a\x07\xcb\x23\x43\x98\x44\xbb\x3c\x1a\x88\x3a\x9d\xe2\xbe\x0d\x69\x70\xac\xcb\x83\xcc\xe1\x5d\x0d\xac\x84\x58\x11\xf2\xf0\xdc\x38\x1c\x12\xbc\xed\x48\xdd\x04\xab\xfd\xfb\xc3\xaf\x32\xf5\x92\x87\xbe\x4d\xab\x02\xdc\x91\x80\xb8\x07\x92\x2c\x0f\x6c\x81\x68\x20\x79\x74\xe2\x9e\xc3\x67\x08\xac\xf7\x3b\xdf\xbe\xd6\x77\x61\x64\x0b\x93\xef\x98\xc7\xa0\x57\x1b\xa3\xe6\x41\x13\xfd\x3b\x0f\xa0\x36\xc8\x5a\x49\x80\xde\xbf\x3f\x7c\x63\x72\x50\xe4\xab\xf8\xd1\x03\xda\xd1\x04\x02\xbe\x1d\xed\x2f\x11\x97\x87\x9b\x1b\x18\x6c\x79\x48\xec\x57\xe8\x4e\xce\xa6\x38\xfe\xf3\x00\xc7\xb8\x34\x9e\x21\xa0\x8b\x94\x8b\x04\xef\x3d\xab\xd3\x89\xfd\x29\xad\x2f\xee\x73\x82\x1a\xf2\x08\xc9\x5f\x7c\x06\x90\x24\xa7\x4a\x6c\xc9\x4e\x01\x31\x18\x79\xda\x81\x5d\xb2\x39\x76\xb0\xc2\xa7\x4d\x72\xdf\x1a\x96\x0c\x7f\x1f\x46\xc2\x04\x20\x3e\x21\xeb\x4c\xf0\xe1\x93\x73\x67\x82\x0f\x3f\x67\x32\x85\xc4\x87\xb7\x16\xc4\x7f\xed\x0e\x24\xfe\xab\x38\x39\xd8\xe7\x86\xad\xfc\xf6\xb9\xb6\x17\x56\x8a\xee\xec\xfd\x5d\x09\x0a\x80\xef\xaf\xda\x02\x40\x95\x62\xd7\x22\x75\x91\x59\x32\x78\xd5\xbe\x40\xa2\x02\x51\x42\x09\x88\x7c\xc3\x6e\x93\x87\x47\xd6\x11\x3e\xc4\xa1\x47\x69\x22\x88\x07\x3c\x25\x79\x2c\x51\x60\x69\xff\x52\x90\xfb\xd0\xcd\x57\xbd\xaf\x9a\xe4\x7d\xe7\xae\xf2\x84\x43\xee\x70\x52\xb3\x31\x56\xe7\x9f\xfe\x7c\xd7\x19\x6c\x52\x58\x8a\xf3\xd0\x61\x36\x5c\x1e\x66\x33\xec\x6b\x13\x8a\xa8\x11\x8e\x7e\xb4\xde\x3c\x74\x9e\xed\x8f\x5e\x14\xe6\x7d\x97\x96\x5d\xcf\xd1\x76\xaf\x3f\x78\x3c\x14\x70\x60\xda\x23\xeb\x53\x4c\xfb\x18\x0e\x1b\x98\xf6\x43\xd9\x05\x41\x60\xb3\x76\xd7\xae\x9d\x7f\x7c\x22\x77\x8b\x10\xb0\xef\x48\x21\x4b\x71\xec\xa7\x33\xfb\x52\x00\x2d\xdf\xb6\xc3\x28\xfa\xb2\x46\x96\x66\xb0\x38\x35\x85\x87\x77\x28\xa4\x08\x28\xee\x4e\x3c\x76\xd9\xa5\x8c\x92\xd7\xde\x26\x13\x4f\x1c\xca\xfd\xdb\x0a\xd1\xfc\xdb\xe5\xaa\xbc\x92\x94\xca\xe6\x10\x43\x0c\x0e\x41\x1e\xe4\x48\x0f\x85\xc6\x4d\xc6\x4b\x50\x30\x1c\x84\xcb\x59\xce\x71\x73\x28\x28\x74\xd8\x4d\x27\x18\x19\x12\x43\xe9\xf3\x43\xe6\xee\x97\x19\x04\x47\xf6\x3b\x6f\xb6\x66\x77\xfd\x2c\x8c\x0a\x7d\xe7\xcd\x72\x58\x30\x81\x06\xcb\x09\x0c\x1d\x61\x58\x51\x36\xe8\xe2\xcc\x21\x2b\x2f\xe6\xfe\x41\x01\xae\x72\x52\x2d\x0e\xe7\xe6\x63\x01\xbe\xfc\xf8\x82\x7f\x10\xb5\xe8\xe0\x00\xbc\x5a\xec\x6b\xb2\x9c\x71\xda\xe6\x41\x6e\xc6\x16\x7b\x5a\x5e\x6d\x3e\xa9\x19\x78\x02\xf2\xd0\xf0\x3a\xff\xcc\x60\xc8\xe3\x15\x99\xde\x2f\x84\x6f\x51\xdf\xef\x64\xd9\x0f\xc5\xb7\x27\xcb\xa9\x18\xfb\xb4\x82\xe5\x50\xa3\x13\xc4\x74\x6e\xc0\x5b\xb8\x85\x06\x71\xcd\x80\xec\x66\x39\x5c\x33\x8d\xeb\x4f\x80\x10\x90\x9f\x05\x34\xed\xb6\x9f\x21\x4b\x9a\xde\x04\xb1\xbf\xc2\xc2\x92\xe5\xc0\x75\x4a\xed\x40\xef\x6f\xf8\xff\xb3\xc8\xa1\x1f\x5e\xdb\x1f\x7c\xbf\xc8\xcd\x7a\x70\x8d\x47\x3e\xbc\x6f\x7f\x54\x3f\x44\x68\xd5\xa7\xa6\xa6\xa8\xfe\xe1\xae\x23\xaa\x3f\xe6\x81\x14\xd5\x3f\xc0\xb1\x4d\x60\xfd\x2b\x20\x3d\x59\xbe\xe3\xe4\xe2\x6c\x90\x85\x18\x68\x8e\x22\x59\xaa\xcd\xa7\x04\x39\x04\xe9\x3b\x20\xfe\x4b\x4c\xff\x80\x7a\x0a\x75\x39\x8b\xf4\xf5\x48\x71\xf0\xfe\xe7\xe8\x7c\xd4\xe3\x21\x99\x1d\x59\x1a\xa8\xb9\x83\x12\x70\xe6\xc1\x5d\x9c\x85\x9c\x12\x90\x8f\xb2\x74\x2c\x19\x83\x8f\x76\x5f\x9e\x14\x0d\x90\x15\xa9\x61\x09\x73\xc0\xf7\x87\x4f\x11\x1c\x3c\x7c\x9b\xd8\xf4\x7d\x4d\x1b\x2c\xd9\xe3\xa4\xba\x06\xcc\x01\xa9\xce\x56\x3c\x4e\xaa\x9d\x14\x8e\x93\xc4\x9e\x64\x21\xf7\x8e\x40\x9f\x84\x5e\xe0\x7b\x88\x56\x93\x9e\x42\x44\x74\x96\x01\x14\xa2\xfd\x4d\x4e\x5e\xd8\xdf\x83\x63\x13\x82\xbf\x90\x7a\x02\x9f\x4f\x16\x22\xa8\x15\x08\xc5\x6c\x13\x67\xc3\x74\x0f\xa4\x6d\x24\x9b\xb8\xed\x41\x2e\xf0\xad\x08\x3e\x3a\x59\xf8\x4e\x37\x76\xe5\x98\xce\x37\x10\xb2\xd2\x2e\xd3\x4c\x8c\xb9\x36\xe1\x1d\x98\x6e\xb9\xc5\x2c\xbe\xf4\x21\x1b\xed\xec\x0b\x56\x26\xf2\xa1\x70\xd0\xdc\x03\xc4\x79\x12\x5a\xd9\x84\x8f\x20\x88\x12\x4d\xf9\x08\xf0\xbc\x27\x74\x04\x8d\xb8\xaa\x2c\xc4\x89\x40\x63\x96\x85\x00\xb7\x3d\xdd\xa0\x5a\x24\xba\x25\xcb\xb7\x2d\x17\x50\x70\xb2\x64\xb1\x12\x74\x40\x32\x7d\x1c\x05\xa0\x39\x86\x43\xe5\xd1\x92\x43\x7a\x42\x6c\x50\x8a\xf3\x2a\x25\xb6\xe4\x7a\x39\x29\x9d\xd1\xe4\x79\x0f\x87\x8a\x84\xc0\xe2\xbc\x72\x6b\xdd\xf5\x00\x80\x83\xfc\x87\x2c\xf2\xed\x1e\xbe\x7c\x93\x4d\x46\x69\x06\x63\xdb\xdd\x27\xce\x5c\x94\xa3\x82\x39\xd8\x8d\xbf\x9c\xcc\x74\xe4\x6f\x21\xe6\x3a\x08\x64\x4f\xd8\x0e\x2a\x48\x48\x59\x38\x23\x36\xab\xfd\xed\x9a\x13\x26\x90\x84\xe1\xa0\xe1\xa5\xca\x72\x81\xf6\xbc\xe2\x2f\x09\x57\xe0\x67\x19\xc1\x30\xea\x23\x0c\xe5\x80\x3e\x42\x87\x0b\x1f\x61\x77\x88\xf4\x11\xa2\xf6\x97\x6f\x63\x6b\x64\x75\x26\x14\x09\x93\x40\x98\x94\x22\x61\x0b\xa9\x5b\x5e\x74\xaf\x51\xab\x6d\xc5\x2d\x59\x07\xdf\xbf\x6d\x85\xd7\x48\x4d\xe2\xd4\xb3\xdc\x2c\x39\x25\xd9\x4d\xdc\x02\x87\x0c\xe8\x15\xbe\x87\x7c\x83\xd4\x3c\xb4\x85\x82\x23\xb1\xd8\x81\xdb\x90\xea\xa8\x00\xe6\xd8\x95\x2d\xf2\x28\xa0\xb4\xc1\xa3\x90\xcb\x4e\x03\x80\xb1\x2a\x73\x48\x19\xc7\x1c\x93\xe5\xc1\xd7\xda\x7c\xc6\x8f\xda\x1e\xac\x9e\xd3\xa5\xf8\x58\x6f\x3b\xec\x21\xd4\xa8\xf9\xc7\x0f\x23\x24\x8d\x7e\x05\x2c\xf6\x9a\xbc\x7a\x8e\x83\xb0\x2d\x54\xcf\x18\xb2\x2d\x44\x28\x8b\x8c\x9b\xb3\x9d\x06\x93\x00\x63\x90\x75\x1f\x2c\x1b\xd7\xcd\x3f\x26\x3f\x08\x7a\x6c\x5e\x03\xa5\xc6\x3c\x86\x9e\xa1\xe3\xf3\xcb\x7a\x04\xd0\xd3\xbe\x9c\xb8\xcb\xfd\xa8\xb0\x5f\x8b\x6b\xfc\xbc\x34\xa1\x1e\xb6\x8d\x45\x00\x9f\x43\x54\x0b\xf3\x64\x09\x0a\x42\x56\xf2\xc9\x21\xcb\xcb\xea\xc9\x12\x53\x6d\xd6\x02\x87\xe5\xfe\xe3\x02\x81\xd9\xb7\x85\x28\xf0\xab\xb6\x1a\xc9\x54\x0b\x38\x0b\xcd\x97\x51\xa4\x2c\x01\x7b\xa3\x6c\x9d\x09\x4d\x44\x60\xdd\x4c\x69\x22\x02\x64\xbd\xac\xd2\xc4\xb3\x00\xa1\x89\x08\xd7\x0a\x2c\x11\x05\x6c\xd9\xac\xc0\x47\x91\x5f\x9d\xb5\x3a\x99\xd2\x87\x30\x8f\xd8\xaf\x4d\xb2\x5f\xaf\x0b\x61\x4d\x54\xc3\xf3\x24\xf6\xb9\xac\xa2\x89\x87\x0f\xb9\x77\x7a\x1d\xc0\x2e\xfb\x82\x55\xf5\x79\x02\xbd\x58\x63\x55\x3f\xa4\x27\x42\xe8\x24\x82\x6c\xee\x94\x35\x02\x58\xba\xac\x9d\x01\x65\xdb\x91\x35\x02\xc8\xe2\x94\x35\x22\x9c\xc6\xb5\x63\xed\x18\xfe\xe1\x57\x1d\xf6\xce\x57\xed\xfb\x4e\xdb\x90\xeb\x50\x45\x34\x75\x4f\xa8\x22\x02\xdf\x78\x42\x15\xa1\x1b\x2d\xe1\x7d\x88\xe6\x58\x11\x2f\xe8\x52\xaf\x53\xeb\x00\x2b\x0e\xae\x87\xef\x5c\xc3\x75\xf8\x07\xe3\x03\xfc\x38\x10\xe5\x59\x71\x3c\x2a\xca\xe0\x7a\x88\xb6\x5f\x20\x7a\xc7\xc9\x07\xe1\xd7\x9e\x7c\x61\x3c\x26\xcf\xcb\x01\x61\x47\x06\xd0\x0f\xa8\x0e\x95\xfd\xe4\x38\xfe\x3c\xa2\x56\x0e\x81\x84\x13\x67\xf5\x10\xe8\x79\x05\x16\x89\x81\x63\x2d\x61\x91\xe8\xc5\x5a\x05\x40\x15\xcb\x12\x01\x79\xa0\xd9\xdf\xc6\x33\x20\xb7\xcc\xfa\xed\x2f\xb5\xda\x50\x80\xa3\x62\x4f\xd7\xef\x40\x38\x60\xba\xcc\xfa\x6d\x3c\x9d\xbc\xed\xac\x6e\x3c\x84\x54\x25\xb4\x13\x83\x78\xb9\x84\x76\xa2\x37\xbb\x86\x50\x6c\x03\x33\x12\xda\x89\xb6\x67\x62\xc2\xd8\x62\x13\xd2\x6a\xf0\x82\x3b\x55\xba\x4a\x61\x83\x3f\x9c\x0f\x22\x92\x38\xbc\xdf\xe9\x70\x1c\x4e\x07\xd8\x82\xf1\xb2\x65\x5d\x34\x9f\x4d\xb8\x7e\x1b\x55\x23\xd6\x25\xeb\x22\x21\x11\x69\x5f\x3d\x03\xa6\xab\x0c\xe6\x60\x2d\x41\x55\xe3\x68\xba\xb2\xbe\x43\xe0\xd0\xa6\x54\xbf\xb3\xde\xd0\xb4\x53\x37\x94\x23\x1d\x73\xe2\x27\x74\xc5\xb9\xb5\x01\x79\x91\xf5\xdb\xda\xc6\xb1\x28\xe1\xdb\xda\x06\xf8\x53\x59\xbf\xad\x6d\x68\x8f\xaa\x10\xc0\x17\xe7\x00\x07\x42\x35\x46\x08\x31\x3c\xae\xc0\x87\x21\xcb\x5b\x42\x87\xd1\x96\x13\x1a\x3a\x8c\x3d\x65\x2e\x19\x77\xa9\x8f\x8e\x4e\x80\x7b\xb3\x0a\x82\x85\xf2\x28\x67\x06\xce\xbe\xac\xf0\x0f\x17\x45\xc9\x65\xd7\xf9\xf2\x22\x8f\x94\xfa\x70\x4c\x8c\x74\xed\x11\x72\xb3\x6c\x8c\xdb\xa9\x5b\x68\xc5\x1e\xbb\x67\xf4\x65\x55\xb9\xbe\xed\x3a\xaf\x2d\x99\xd2\x88\x24\x0f\x9f\xbf\x2d\x99\x8f\x1a\xb5\x99\x16\x7d\xd3\x45\x6c\x2d\x30\x6e\x94\xa2\x68\x84\x71\x43\xbb\x1b\x8c\x1b\xcd\xb3\xa1\x84\x1b\x81\xc7\x3c\x61\xdc\xe8\x5b\x28\x41\xb8\xa1\x05\xaa\xfe\xda\x77\xcd\x96\x53\x31\xd2\x6a\x4b\xa8\xbf\xf1\xdd\xef\x7e\x68\xfa\x21\xaa\xf7\x9d\x2c\x6b\x38\x39\x7f\x54\x75\x97\x06\x86\x53\xfa\xcc\x4d\x01\x7e\xe8\xe7\xcb\x54\xdb\x13\xe4\x2e\xf9\x85\xea\x83\x87\x60\xb3\xdc\xd2\x00\x36\x4b\x10\xba\xb2\x1a\xd4\x93\x6e\x3f\x0f\x55\x55\xa2\x3f\xce\x3b\x3a\x09\x4f\x66\xb5\x2f\x60\x21\x56\x75\xae\x24\xfa\x1f\x0e\xed\x63\x12\x88\xef\xbe\xf8\x0c\xa9\xa9\x31\x3d\x9e\x8c\xa4\xf4\xd8\x13\xf8\xb5\x00\x46\x07\xea\x0e\x9c\x12\x09\x75\xc7\xf7\x82\x7f\x2c\xec\x66\x94\xa0\x81\xd8\x73\x5e\x7d\x99\xc1\x68\x35\x92\x77\x04\x28\xc9\x09\x79\x47\xd7\x1e\x02\x79\x47\x25\x56\x21\xe1\xee\x28\xf3\x4f\x0e\xfb\x6c\x87\xf0\xe9\xbe\x84\x3f\xb2\xf9\xe1\x49\x89\x93\x6b\xeb\xeb\x35\x43\xc4\xc2\x6d\x70\x1a\x83\xcd\x9a\x0d\x2e\x7c\x2d\x89\xed\x70\x88\xd8\x98\x64\x0b\x21\x02\x29\xdb\x81\x08\x60\xa1\xb4\xb2\x9b\x91\xfc\x60\x8c\x2c\xd9\x28\x51\xa2\x79\x52\xba\x10\xd0\xdd\xb3\x41\xb8\x49\xd2\x5a\x42\x1d\x22\xf5\x5e\x42\x1d\x22\x0d\x61\xb6\x2a\x0a\x08\x55\x22\xe1\xca\xad\x6f\xd3\x7f\xd0\xfd\xd0\x7f\x14\x4f\x9c\xd0\x7f\x0c\x97\x62\x73\x27\x07\xc0\x38\x1b\xa8\xcc\x85\x65\xd9\x3c\x66\x42\x82\x90\xf2\x82\x68\xdc\x6d\x6e\xe5\x2a\x0b\xad\x31\x9d\xa6\x6f\x30\xda\xdd\xfb\x03\x83\x3e\xd5\x76\x8b\x5f\xbe\x1c\xbe\xec\x0f\x40\x25\x1d\x86\xa6\x61\xcf\x0f\xd1\x66\x96\x5c\x33\xb0\xd4\xf3\x4d\x6b\x36\x9a\x2a\x75\x66\xfb\xf0\x9a\x5a\xb0\x03\x37\x32\x6d\xab\x9d\xd7\xed\x48\x7a\xd8\xbd\x1f\x66\xb8\x6c\xdd\x88\x6b\xaf\x6d\xf4\x37\x31\x21\x0f\xa9\xff\xae\x6d\x33\x35\xfa\x4e\x9f\xd5\xd3\x71\xd3\x4c\x0c\x9b\x6c\x36\xcd\xc4\xce\x92\x61\xa0\x89\x0f\x31\x1b\x80\xf6\xcd\x06\x09\x68\x71\x4c\x86\xa5\xf1\xc2\xb4\x09\xbc\x40\xbe\x14\x89\x5e\xd9\xa6\x3d\xec\xbc\x9a\xd0\xa5\x39\x26\x30\xe3\x81\xa7\x96\x6d\x22\x5b\xa6\xd7\xcc\x5b\xb4\xae\x06\x31\x5e\x75\x41\x4c\xe6\x2d\x52\x03\x3a\x93\x01\x93\x7e\xc2\x66\x32\x20\xd6\x48\xd8\x4c\x7a\x2d\x56\x88\xfe\xc5\x70\x0a\x2f\x49\xd7\xa8\x01\xb3\x48\xd1\x0a\x02\xb3\xc8\x20\xf5\x3c\x21\x10\x19\xc0\x4a\x25\x04\x22\x03\xc0\xb5\x84\x40\x64\x14\x17\x6b\x52\x4f\xb4\xc0\x86\x89\xf7\xb0\x7b\xa1\x09\xd5\x30\x0d\x1b\x48\x92\x59\x91\x10\x80\x34\x62\xa6\xb2\x2d\x64\x2c\xf2\xb6\x2d\xc6\x18\x91\x01\x19\x48\x2a\x1a\x9b\x86\xdc\xe5\x80\xbb\x57\xbb\x06\x17\x95\x73\x76\x2d\x2a\x87\x58\x69\xda\x6b\x97\xd3\x6b\x31\x34\x4e\x04\xe0\x67\x42\x4b\x54\x3b\x19\x1b\xf6\xc9\x86\xc1\x36\x96\xfd\x7b\x92\x75\xed\xdb\xa7\xc2\xd1\x6b\x8b\xa6\x08\xf7\xe4\xf4\x79\xfa\x9a\xfd\x40\xee\x91\x74\x90\xdd\x64\xd9\xad\xe0\x18\xa9\x5a\x3b\xa5\x18\xd1\x66\xd4\x80\x5a\x8e\xb5\x1f\x62\x90\xf3\xaf\xd4\xac\x84\x8c\xa4\x1e\xce\x7a\x77\x60\xf4\xf4\x26\x69\x15\x8a\x0f\x24\x25\x83\x6c\xc0\x94\xa4\x24\x96\x43\x8a\x43\xb4\x28\x87\x88\x35\xf2\x58\x09\x7b\xc9\x20\xce\x27\x9b\x1b\xf0\xf2\xfe\xe0\x3e\xef\x9a\x60\xb1\xec\x66\x60\x2b\x73\xbf\x20\x18\x36\x6d\xf2\xb0\xba\xd2\xb7\x61\x5f\x55\xb0\xc2\x73\x45\x9e\x41\xb6\x6f\x13\x95\x1a\x33\x9b\xe9\x14\xba\xca\xda\xb7\x8b\x0e\x52\x6a\xb2\xfd\x1c\x79\x1b\xe1\x2e\x8a\x12\xd9\x20\x1b\x20\x01\x3a\xdb\x8f\xa9\xa8\xf0\xf9\x29\xeb\x50\x35\x20\x3c\x19\x55\xf1\x86\xa3\x74\xcb\x71\x76\xce\x5a\xbc\xcf\xdc\xf5\x79\x58\xf7\x0f\x65\xcc\x77\x88\x1d\xba\x2b\x1b\xc1\xad\x87\x1d\xf0\xda\x49\x54\x9b\x44\x30\x32\xf2\xb3\x99\x08\xa6\x10\x7f\x21\x05\x40\x2f\xeb\xec\x6a\x09\xbe\x5b\xf6\xc3\x5e\x6d\x5c\x57\xff\x98\xfc\x68\xbc\xb1\xb8\xe6\x5c\x58\x7d\x7b\xf8\x50\xf0\xc3\x8e\xf1\x4b\x4e\xcb\xca\xb5\xc9\xe0\x3e\xc3\x8a\x60\x0f\xe8\x07\xe1\x50\xd3\xe7\x7f\xec\xc0\x5e\x3f\x28\x51\xd6\xc2\x2e\xe2\xf9\x62\x55\x2d\x99\x9d\x0b\x76\x90\xec\xc5\x8e\xa7\x00\x36\x25\x82\x55\xb2\x7f\xa7\xd3\x0a\xda\x47\xc2\xa1\x32\xdc\x0d\xe0\x50\x69\xe4\xc4\x25\x14\x2a\x8d\xf8\xdf\x84\x1c\x25\x75\x2f\x74\xb6\x9b\xca\xce\x08\xbd\xc9\x22\x18\x33\x3b\x0c\x53\xc4\x6a\x25\xf4\x26\x83\x64\x97\xec\xcd\xb2\xe8\xa1\x4e\x59\xd5\x6b\x42\x03\x2c\x77\x38\xae\xdc\x27\xbc\x54\x1b\x3c\x9c\x25\x7d\xf8\x2e\x9c\x25\xfb\x10\x05\x67\xc9\x20\xe7\x2c\xe1\x2c\x19\xd5\xc6\x0f\x4f\xf6\xde\xa7\x12\xec\x29\x1d\xb0\x47\x97\x5d\x9f\x8e\x9f\xdd\x2e\xda\xa3\x63\xc9\x99\x10\xc4\xeb\xec\xd3\xf1\x0b\xdf\x9e\xc4\x48\x53\x55\x44\x75\xb5\x7a\x58\x19\x53\x2b\x75\x27\xbb\x6c\x4d\x5f\xb8\xb1\x64\x7b\xcd\x9c\x72\x00\x01\xc1\x49\xc8\x6a\xb3\x13\x8c\x4a\xd0\x7e\x6e\xfa\x93\xc3\xde\x86\x5d\x0a\x54\xe9\xec\x61\x65\x11\xd7\x3d\x98\x6c\xa8\x37\x1d\x7f\x61\x92\xd5\x94\x1d\x42\x69\x78\x08\x13\xf6\x94\xa1\x8e\x07\x7b\x4a\xaa\xbe\x75\xf6\x06\xbd\x5c\x1d\x1b\x65\x1e\x6c\x0e\x3d\xec\x3f\x3e\x44\x1e\x03\xc4\x85\x09\x47\xca\x20\x02\x30\xe5\x48\xc9\xef\xd0\xf5\x87\x80\x83\x40\xa5\x2a\x9b\x3b\xe4\xf9\xc0\x46\x67\x37\x13\xd7\xe3\x19\xcc\x2a\xa3\x3a\x6f\xbe\xbd\x63\x1d\xce\xb9\xe5\x08\xf0\x02\xc7\x3c\xad\x57\x1d\x43\x65\xaa\x19\xf7\x85\xfb\xc0\x3a\x72\xce\xd3\x1d\xd0\x39\xb5\x11\x43\x9f\xfd\x3b\x31\x75\x80\x41\xb3\x8b\x8f\xcf\xae\xde\x39\x18\xa5\x5a\x6f\xe7\x64\xa4\x73\xb4\x1b\xde\x89\xec\xea\xb0\xe2\x13\x67\x9f\x30\xb1\x0c\x52\x93\xb2\x23\x8b\x53\xa5\xb7\x7f\xb2\x38\xc2\x76\x5e\x0c\xb1\xdd\x4f\x70\x4a\x7a\xde\xe8\x17\x8b\xd4\xea\x7d\x42\x7a\x79\x32\xe8\xb7\x6b\x88\x97\x09\x02\x3d\xec\xfe\x1b\x45\x0b\x65\x04\xae\x97\x51\x51\x71\xfa\x6d\x50\x3b\xb5\xc0\x51\x96\x1e\x5c\xfa\xed\xe4\xa2\xaa\x3f\x04\x1c\xde\xc7\xfe\x03\xe7\xc7\xf6\x93\x6e\x9b\x9a\x71\x60\x87\x19\x90\x7b\x67\xe7\xd4\xb3\xa7\x38\x51\x97\x5d\x91\xf3\xb3\x09\xa8\x35\xf0\xbe\x54\x8f\xb3\xd0\xbe\x0c\x22\x74\x13\x76\x97\xb1\xab\x4a\xd8\x65\xaa\xe3\x41\xef\x32\x54\x1c\x61\x77\x19\x64\xd1\x67\x7f\x84\xc0\xf3\x85\x9d\x96\xed\x0f\x7c\xd4\x2e\x41\x60\xc9\x14\xd8\x5d\x81\xed\x47\x5f\x66\x12\x9b\x70\x07\x71\x6c\x0b\xbb\xd7\xaa\x2a\x12\x5f\x7a\x9b\x8f\x42\xf5\x32\xd4\xcc\x86\xfe\x23\x24\xa2\xc4\x2d\xe9\xe6\x0a\x71\x4b\x25\x70\x30\x47\x91\xb1\x61\x71\x2d\x36\xa3\xf7\x4f\x1c\x99\x3e\xff\x7c\x25\xd3\x79\x70\xb5\x0c\x62\x65\x73\x60\xc7\x4b\x85\xf7\x20\x30\x04\xa2\xb3\x1c\x75\x97\xc6\x57\x49\x2e\xd0\xe8\x31\x2a\xac\x99\xc5\x6b\x14\x8f\xe5\x0b\x98\x10\xbb\xf7\xc1\xcd\x67\x21\x43\x98\xd2\xca\xbe\x66\x21\x33\x19\x20\x4c\x19\xe4\x62\x24\x7c\x29\x43\xe5\x1a\xbe\x14\x79\x9d\x73\x90\xf1\xc5\x3a\x1a\x84\x72\x90\x17\x9c\x03\xee\x3e\x70\x5a\x73\x90\x92\x9b\xca\xca\x81\xc2\x4e\xce\x50\x0e\x72\x00\x0e\x7b\x05\x6f\x93\x89\xbe\x09\x6d\x8a\x9c\xd0\x39\x3a\x6e\x6f\x64\xd7\xe8\x04\x32\x86\xf7\xe9\x2e\x9f\x57\xaa\xb3\xee\xc6\x60\xc5\xb3\x67\xc2\x9a\x52\xcc\x8b\xcc\x31\xdc\x4e\x06\xd7\x4c\x9d\xe1\x43\xbb\x64\x7f\x90\x28\x52\xbc\xa6\xf9\x48\xca\x81\x22\x4f\xf2\x4e\x0e\xe9\xab\x59\x22\x03\x09\x9f\xae\x91\x31\x59\xf2\xc8\x8e\x31\x6d\x02\xa5\x11\xd1\x91\xf3\x2f\x80\xa4\x84\x79\x25\x75\x9a\x0e\xb2\x0c\x74\xdd\xc1\xbc\x32\xaa\xa3\x1e\x96\x88\x00\x81\x79\xa5\x37\xab\x05\x09\x20\xe1\xcf\x39\x04\x79\x77\x9d\x40\xb0\x32\xc8\x1d\xca\xa1\x38\x66\x1f\x19\xe8\xf0\x64\x42\xe5\x08\x32\x70\xd1\x4d\x06\x70\xee\xca\xf5\x81\x0e\x5f\x9d\xa0\x9f\x0e\xff\x7d\x94\x97\x13\x01\x8a\xe2\x3e\x08\x47\x3c\x9c\xe9\x98\xee\x72\x77\x2d\xda\xbd\x6e\x77\xa8\x5a\x4a\xee\x59\xf3\xc9\xee\x45\x7e\x66\xc2\xdb\x22\xc3\x76\xca\xdb\x92\xbb\xcf\x41\x80\x4f\xa7\xdf\x27\xbb\x3f\x55\x84\xeb\x8b\x38\x6f\xda\x83\x7a\xaf\xf1\x02\x4e\x95\xb5\xeb\x8d\x61\x8d\xcc\x96\x84\x23\xa5\x24\x29\x42\x39\x4e\x2d\xb0\x74\xe5\xe9\xc8\xfb\x36\x5a\xfc\x9e\x5b\x38\x8d\x40\x72\xce\x71\xe2\x65\xb3\x7a\x98\xcd\xfe\x7d\x08\xba\x19\x9b\x83\x46\xaf\x36\x33\xb0\x82\x55\x97\xf7\xe5\x30\xb0\x0b\x0f\x05\xbf\x25\x93\x78\x06\xaf\x48\x0e\xc5\x35\x5b\xed\x26\x31\x61\xff\x87\xb8\x24\x3d\x3e\x8d\xdb\xc9\x4e\x93\xd1\x96\xf7\x82\x00\xd4\x51\xd7\xe0\x50\xf8\xb2\x97\xc3\x67\x52\x04\x53\x4e\x08\x4d\xea\x72\x99\x61\x5a\x22\x56\x31\x07\xf9\x62\x5b\x40\x3d\x6a\x97\x3c\xff\xc9\xd8\xd4\x7a\x2d\xab\xc8\x44\x57\x86\x54\x64\x1d\xae\xf5\xd7\x64\x5b\x9e\x27\x42\x20\xf5\xbb\x8c\x57\xd9\x43\xad\x5f\x41\x17\x7d\xc8\x97\xf9\x10\xce\x1c\x22\x18\x73\x28\x56\x51\xfe\x20\x02\x59\x24\xa9\x27\x3c\x20\xc3\x9e\x9b\x9f\x86\xbb\xe7\xdd\xc4\x1b\x63\x64\x06\x9c\x20\xa9\xdb\x7f\x2a\x86\x11\x07\xf0\x7d\x0c\xb2\xba\x12\x2a\x8f\x05\xdd\x43\xce\x2d\x61\xbf\xc6\xc3\xcc\xb1\xd4\xbf\x21\xda\x18\x24\x69\xa5\x44\x1b\x09\x00\x70\x42\xb4\x31\x08\xc6\x4d\x38\x34\xd2\xf3\x14\x9c\x18\x9d\x54\xa2\x9c\xb8\x28\x52\xcb\xdd\x6c\xb6\xd2\x3f\x2e\xff\xf0\x07\xfd\xbe\x7c\x88\x40\x2e\x9b\x66\x44\x1a\x2b\x64\x76\x30\xf6\x58\x52\xb3\x13\x4f\x4f\x5f\x4f\x4c\x13\xab\x7a\xcd\xd9\x02\xf1\x29\xdf\x85\x26\x0b\xf8\x2e\x22\xf7\x33\xa4\x17\x54\x9f\xa1\x12\xb0\x95\x25\x14\x17\xa9\x4c\x92\xe2\x22\x61\x22\x4b\x28\x2e\xfa\x6e\xe7\xe0\x54\x83\x26\x0f\xc5\xc5\x34\x14\x12\xc6\x8a\xd4\x42\x00\x17\x45\xd9\x1d\x3c\x09\x61\xfc\x93\xbf\x3e\xe7\xb4\x44\xb6\xa5\x89\x5f\xc3\x3d\x1d\xa6\x8a\x66\x40\xd2\x44\x77\x5c\x0e\xd7\x27\xab\x42\x3b\x0f\x4c\x15\xa1\xc1\x44\xa6\x0a\x8d\x64\x30\x55\x34\x7d\x84\x50\x55\x34\x2d\x88\x33\x5e\x9e\xe1\x9b\x70\x5b\x93\x5e\x96\x33\x01\x0e\x73\xb0\x70\x4b\x00\x3f\x91\x33\xd9\x88\x51\x44\xa6\xa4\x52\xd3\x67\x70\x83\xa1\x3f\xcd\x64\xac\xd0\x00\x60\xa1\x88\xdd\x1b\x84\x4d\x27\xf4\x0a\x39\xc9\x94\x22\x61\x38\xe7\x82\x84\x6b\x5f\xfb\x32\xd7\xa7\x2f\x53\x39\xe1\x11\x6c\x3c\x81\xce\x1a\x6d\x26\x10\x2f\x5a\xea\xe6\x49\x44\x20\x46\x9b\x09\xc4\x8b\xc6\x9c\x79\x3a\xb8\xce\x1e\x30\x5e\xb4\x04\xcd\x93\xd6\x23\xf1\x27\xc4\x4e\xbb\x42\xe4\xcd\xaa\x3e\x6f\xf6\x0a\xc4\xcb\xbc\x88\x3a\x62\x27\x98\x17\x31\x95\xce\xb0\x8b\xc2\x9c\x91\xc4\x65\x4d\xe7\x05\xf0\x2e\x6a\x21\x90\x57\x94\xec\x76\x05\xb9\x45\xea\x3f\xb0\x57\x34\xbd\x6c\x90\x57\x7c\x0f\xd1\x84\x9b\xe6\x84\x2f\x9c\xee\x9f\x5c\x83\x49\x65\x5f\x13\x15\xad\xe6\x05\x7b\x45\x68\xc2\x81\xbd\x22\xb4\x3b\xc1\x5e\x61\x56\x74\x4a\x52\xa1\x06\x00\xff\x44\x68\xc8\x98\x3f\x92\xa9\xfc\x26\xdc\x4c\xd9\xed\x96\xdf\x05\xc3\x87\x1f\xa2\x30\xd7\xff\x8f\xc2\x6c\x81\x09\x3f\x56\x82\x08\x69\x8d\x5c\xf3\x61\x2c\x91\xb4\x32\x4b\x84\x8b\x0d\xcb\x78\x76\x4b\x26\xe6\xaa\xdb\x4a\xa2\xa2\xb7\xec\x78\xed\x77\x5a\xf3\x5a\x53\xef\x63\xa3\x71\xb6\x1b\x17\x65\x25\xe4\x8c\xb0\xd2\xef\x2e\xe0\xfb\x28\x9c\x11\x0d\x44\x81\x84\x32\xe2\xfb\x63\xf1\x43\x14\xc4\xc1\x35\x25\x63\x5a\x08\x80\x10\x0c\xf9\x88\x83\xa9\xb6\x7c\xd9\x5a\x4c\xae\x69\xe6\xfe\x0e\xa3\xbf\x7c\x9e\x26\x5b\xf0\xa7\xe5\x76\x3d\x7e\x51\x6c\x19\xcf\x90\x71\x93\xe3\xf0\x21\x02\x72\x10\x2f\x81\x89\x3b\x95\x23\xf1\xa9\xbf\x2d\xf7\x1f\x9c\x8b\xaa\x5f\x42\x8e\x1a\x05\x0a\x41\x45\x68\xd3\x08\xa0\xca\xd2\x68\xca\x28\x18\x2f\xe8\xfa\xc0\x0b\x9e\xc6\x62\x86\x20\x66\x4c\x4f\xa8\x2b\x2a\xe9\x11\x09\x73\x45\x68\xbd\x0a\x20\x24\x35\xc0\x44\xb5\xb2\x6c\x00\x21\xa0\x19\x12\x02\xe6\x8a\xa8\x56\x43\xe4\xb1\xe3\x4f\xd9\x16\xc2\x92\xd9\xc0\x06\x52\x9a\xbd\xd0\x80\x06\xb3\xea\xb8\xac\x35\x60\x85\xb0\x62\x76\x02\x1c\x49\x9a\x94\xa0\x9c\xe8\x1e\xa0\xa2\x83\xce\x85\x78\x0a\xac\xd6\xff\x9e\x01\x30\xcc\x4e\xeb\x76\x01\x1b\x4e\x74\xe8\xbc\x6d\xf6\xa0\xa9\xac\xab\x50\x0b\xd6\xb0\x18\x66\xc7\x3a\xf0\xc3\x71\x61\x97\x89\x21\x48\x8f\x6f\xb0\x5c\x0d\xf7\x0a\x1c\xde\x1e\xed\x43\x9c\x2f\x76\x74\xa8\x2c\x02\xe4\xbd\x84\xca\xc2\x7c\xf9\x84\xc9\x22\xd4\xb9\x61\xb2\xc8\xb9\xef\xd3\x66\x76\xe8\x20\x06\x2a\x0d\x39\x8a\xf0\xa3\xd4\x02\xc3\x03\x89\x05\x19\xb1\x31\xde\xfd\x01\x07\x9c\x63\x87\x51\x3a\x8d\x74\x09\xf8\xae\x8d\xce\x0c\x61\xbe\x30\x8b\x45\xd8\x4d\x8c\x6f\x3a\x09\x68\x5b\x52\x6d\x84\x35\x94\x16\x0b\xd4\xca\x84\xd2\x22\xb4\xa4\x04\xb0\x93\x5a\xa1\x82\xdd\x40\xb3\x08\x54\x17\x25\x8d\xd3\x85\xeb\xa2\x01\x94\x91\xb1\xec\x0b\x9a\xb0\x18\x73\x4e\x04\xff\x38\x2d\xa8\x35\x30\x92\x69\x25\x30\x25\x1b\x6c\x03\x5b\x45\x68\x52\x81\x94\x22\x3c\xd2\xc2\x49\x11\x7b\x2e\x00\x04\xe9\x91\x3e\xc8\x52\xcd\xe9\xe2\x40\xd2\xab\x30\x42\x50\x11\xda\x03\x24\xa8\xc8\xe9\x8c\x44\xbc\x7b\xd8\x8f\x8b\xbc\x1e\x9b\x7c\x41\xe7\xe5\xc2\xc7\xff\xba\xcf\x1e\xb0\x55\x08\x18\x90\x71\x33\x3a\x4e\x9e\x9b\x1c\x6c\xa7\x82\x72\x5f\x83\x64\xdc\xe4\xa4\xa1\x01\x86\xe6\xdf\xe9\x40\xdf\xf0\x22\x39\xdd\xf0\xc6\x9a\xde\x92\x41\xa2\x8c\x06\x98\xc0\x00\xa1\x19\x24\x64\x2d\x52\xe8\x20\xe0\x3d\xe9\xc4\x8f\x21\xc4\x3a\x12\x3f\x1b\x4a\x07\xfc\x78\xd7\x99\x0a\xb6\x81\xc7\x72\x78\x2f\x96\x31\xe8\xf2\x5e\xc8\x39\x9d\xf0\x5e\x88\xb0\x90\xb0\x58\x84\x66\x06\x48\x2c\x8a\xe8\x14\x09\x8b\xc5\x0e\x35\x91\xc5\x22\xa7\xbd\x41\x72\xcc\x1e\x74\xcc\x09\xda\x39\xe3\x05\xfe\xc2\x99\xf7\x2a\x67\x69\x1a\x2e\xce\x3d\x9f\x71\x71\xa6\xd1\x95\xf1\xe9\xc0\x19\x76\xd2\xeb\x47\x29\x40\x11\x6f\x98\x54\x7e\xd2\xbb\x93\xaa\x9b\x79\xd8\x08\xd4\x8f\x24\xf8\x15\xf8\xc1\xcc\x2d\xd6\x27\xd7\x36\x88\x17\xc0\x30\x30\x78\x0f\x26\x8b\x35\xd9\x68\x52\x23\x85\x3a\x24\x54\x16\x60\x32\xfc\x21\xe1\x52\xe1\x4e\x2e\x79\xc2\x73\xd1\x3c\xa5\x41\x73\x11\x1a\x0c\x60\xb3\x08\x15\x75\xf8\x2b\x52\xdd\x21\x35\x61\x18\x30\x99\x80\xd6\x78\x40\x4c\x4c\x18\x86\xf1\x40\x72\xb1\x40\x92\xcc\x44\x9e\x1a\x93\x90\x04\xb7\x1a\xb9\x93\xe4\x3e\x6a\x81\xcd\x86\x5c\x42\x43\xca\x66\xd7\x2e\x5f\xe6\x58\x50\xfc\x83\x45\x64\xa7\x41\x00\x04\xf3\x5d\xa6\x71\x42\x48\x01\xb8\x24\x1a\x94\x5b\x09\x97\x44\xe6\xf0\xfa\x04\x41\xa1\x72\xcd\xec\x00\xdb\x2c\xe1\x95\x68\xc6\x17\xc2\x2b\xd1\x0d\x74\xc8\x41\xc6\x45\xf1\xda\x5c\x75\x5a\x89\x68\xd5\x08\x9e\x8a\x56\x23\x38\x73\xc0\x92\x14\x5e\x9f\xfe\x41\x3b\x87\x78\x44\x34\x01\xd0\xc5\xf4\x18\x05\xdf\x44\xa4\x6f\xe3\x38\x5c\x4e\x82\x4f\x53\x1f\xc0\x56\x67\x42\x46\xa7\xba\x08\x27\x45\x68\x85\x4b\xac\xce\x9e\x35\xe0\xa7\x28\xc5\x3e\xc2\x3c\xa1\xdd\x26\x35\x3a\x93\xbc\x98\xf0\x53\x34\xa0\xe4\x12\x7e\x8a\xb2\x67\x96\x9a\xbc\x5a\x15\x04\x15\x3d\x9d\x4d\x8a\x75\xa8\x11\x32\x03\xfd\x04\x55\x3b\x31\x3a\xa7\x21\x36\x09\xc6\xe3\x81\xe6\x09\x8d\x45\x1f\xce\x24\x8d\x16\x7a\x9d\x32\x84\x45\xa2\x1e\x01\x0c\x2e\x52\x37\xc3\x60\x2f\x1a\x84\x92\xaf\xbd\x3b\x09\x6e\x4d\xd0\xfe\x33\xd1\xf2\x41\x6b\xc8\x4c\x4b\xa3\x04\x82\x8f\xd2\x8c\x8d\x4c\x83\xb4\xb8\x24\x2d\xce\x29\x89\xec\x37\x64\x33\xb1\x59\x40\xa4\x93\xa9\xec\x57\x66\x43\x9a\x51\xf5\xce\xc1\x8e\xd1\x86\x53\x6f\x4d\xb2\x23\x29\x18\xeb\x31\x40\x45\x09\x75\x85\xe8\x61\x09\x73\x45\xc9\xb0\x84\xd3\xc8\x72\x6a\x81\x3a\x7f\xec\xfb\x96\x86\x9e\x0f\x29\x45\x4b\xaf\x89\xca\xd9\x2b\xf9\x82\xca\xd2\x95\x8f\xc5\x18\x5a\xb7\x94\x26\xc2\x03\x4c\xde\x38\x15\x7d\x06\x9e\x39\x05\x73\x22\xb1\x35\xf0\x43\x1f\x11\x46\xa5\x41\x1f\xb1\xc2\x89\x84\x12\xae\xa2\x97\x37\x87\x56\xcc\x9c\x09\x8d\x2a\x00\x5e\x99\x3f\x5b\xa3\x98\x81\x46\x55\x05\x0b\x5e\x89\x6e\x80\x6d\xfe\xec\x53\x0a\x46\x23\x57\x7d\x49\x48\x8b\xa0\x97\xca\xc4\x1a\x91\xae\x05\x6d\xc4\x06\xe5\xe5\xcf\x2c\x53\x5a\xf3\xd8\x8f\xf4\xa9\xcc\xa9\x88\xdf\x7c\xe0\xa8\x73\x59\x20\xe0\x0d\xf9\x4a\x09\x52\xff\x24\x97\xc9\x7c\xc1\x75\xb6\x40\xb9\x4f\x6d\x11\xfe\xbb\x4f\x96\xf2\x83\x98\x61\x85\xc6\x0b\x21\xb3\x0b\x0b\x7c\xf6\x2d\x7c\xc8\x6f\xd8\x22\x5b\x82\x54\xc7\x0a\xbb\x72\xee\x6b\xfb\xd5\x67\x5e\x0b\xf8\xaa\xbe\x74\xfe\x35\xaf\x21\x83\xea\x5e\xa3\x89\xa3\x9f\x2e\xdc\x71\x40\xba\xe5\x22\xa2\x34\x93\xed\x7f\x21\xd7\x75\x6f\x2c\xd5\x72\xa4\x92\xd4\x17\x86\x83\x2d\xf4\x6a\xed\xed\x0b\x61\x6d\x60\xd5\xaa\x36\x79\x71\x6d\x3c\x10\xef\x56\x8e\xc5\x2c\x00\x98\x2f\xc2\xf8\xa9\xd5\x0e\x48\xbc\xbd\xb6\x12\xc8\x95\xf5\x09\xeb\x6d\x7a\x5f\x0d\x81\xce\xaa\x82\x12\x23\x8c\xca\x5a\x04\x81\x0a\xdf\x9e\x0b\x89\xae\xef\x65\x11\x22\xb2\x63\xe9\x57\x93\x51\xd1\xaf\x12\x28\x86\xbc\x81\xdd\x22\x0c\xca\x5b\xdd\xb4\x58\x9e\xe9\xc0\x57\x5b\xf2\x10\x23\x8c\xfb\xc0\x7f\x41\x1f\x91\x10\x54\x84\xbe\x2f\x08\x2a\xaa\x4a\x07\x04\x15\xcb\x5c\x92\x25\x7d\xa7\xcf\xe8\xa7\xd3\x8b\x06\x29\x85\x90\x79\xb9\xa6\xe8\xdd\x3e\xc4\xd6\x90\xcb\x1f\x37\x86\x7e\x6a\x0a\x33\xa7\x11\x5a\x2b\xcc\xec\xa5\x76\xda\x32\x50\xcd\x16\xf1\xf9\x7b\x94\x15\x61\x46\xc8\x2c\x0d\x15\xf6\x30\x7e\xb3\x34\x12\x66\xa1\xbf\x1a\x16\xb4\x52\x5c\x43\x5f\x00\xa5\x36\xfd\xd2\x57\xf2\xf2\x1a\x48\x17\xa0\x3e\x73\x11\x3d\x61\x1e\xed\x22\x7a\xe2\x5f\xa7\xca\xc3\xe6\x1c\x39\x49\x93\xf0\x21\x18\x2a\xba\xc3\x06\x62\x39\xf4\x7e\xb9\xb4\x3c\xc0\xb1\x90\x0b\x28\xaf\xee\x64\x3b\x09\x2f\x77\x92\x5c\x95\x6b\x6a\x71\xc1\x1a\x63\x5f\x88\x52\x6e\x9b\x2f\xad\x6a\xb4\x40\xe7\x96\x8e\x28\x48\x26\x96\x46\x1b\x38\x26\xc2\x48\x44\x38\x26\xaa\xc6\x1f\x39\x26\xdc\x23\xa0\x98\xf8\x5e\xa6\xe4\xdb\x13\x8f\xd7\x42\x5f\xd0\x1c\xcc\x13\xbd\xf9\x02\x31\xeb\xfb\x43\x09\x1a\x85\xcf\xc3\x72\x86\x7e\x08\xdb\xc4\xf7\x51\xaa\x0a\xc5\x84\xc2\x6d\xc1\x0b\xed\x4e\xbf\xc0\x92\x35\xcf\x70\xfd\xec\x17\x67\x0f\xd2\xcd\xcc\xb7\xf5\xf3\x4b\xd3\x1f\x0f\x7f\x50\xa5\x47\x24\x14\x3a\x46\x3d\xd5\xac\x30\x98\x28\xc2\xf3\x29\x44\x14\xa5\xd9\xf5\xd0\x39\xeb\x53\x86\x30\x22\x46\xf9\x33\x71\x61\xbd\xa4\x4d\x20\x13\xd7\xcb\xbe\xc7\x1e\xb8\x34\xdd\x2e\xf6\xe2\x25\xaa\x23\xe2\x6d\xbd\xce\x0e\xfb\x1c\x33\x05\x80\xd8\x09\xb5\x44\x57\x38\x42\x2d\x91\x50\x86\x26\xcc\x12\x01\xdc\x5a\xc2\x2c\x11\x3a\x85\xce\x4f\x8c\x75\x63\x1f\x4f\xa2\xe7\x0d\xa4\x38\xc1\x3e\x4f\xb0\x1a\xf2\x24\x54\x61\xee\x97\xed\xc2\x5d\xc2\x4d\x09\x7e\xc9\x2e\x44\x78\xc1\x3f\x91\xba\x20\xcf\xe3\xf5\x0f\xbe\x5b\x4c\x51\xa0\xae\x05\xc0\x2d\x86\xfe\x54\x7f\x5d\xcb\x3f\x3e\xf5\xd9\x10\xad\xb3\x90\xfd\xb3\x5f\xb6\xd5\xc8\xc1\xb3\x58\xdb\xc9\x35\x2e\xd2\xc3\xeb\x9b\x88\xf9\xc3\xcf\xe2\xa5\x59\x7e\xe9\xf1\x0f\x6a\x8e\xfa\x6b\x5a\x22\xd4\x15\x69\xf0\xda\x89\xdd\x61\x1d\x87\x3f\xac\x07\x2f\x00\x8c\xab\x2c\x3b\xb1\x35\x77\x34\x32\xf8\x2d\x12\xec\x92\x3c\x3f\x29\x9a\x10\xaa\xe5\x89\x14\xdd\xae\xaa\xf3\x93\xa2\x9f\x60\xe5\x9a\x90\x2a\x26\x39\x0c\x15\x61\x6e\xe8\xd9\x19\x2d\xef\x77\x9f\xa7\x3d\x78\xde\xb6\x5f\xfc\xec\xa2\x66\xf8\xc2\xc3\x43\xde\x7f\x7d\x88\x3f\x40\x57\x74\x4f\x84\xae\xa2\x6c\x27\xde\x39\x2a\x6f\x78\x0d\x16\x8b\x6e\xb2\x13\xf0\x2e\x43\x3f\x4e\x2c\x10\x40\xac\xe6\xf9\x69\xc3\xb9\xf6\x57\x49\xa4\x72\xdc\x11\xd4\xe9\x7d\x70\x1a\x35\x09\x9f\x1b\xa7\x91\x02\x26\x58\x55\x28\x18\xa7\x31\x14\xf6\xbc\x78\x5e\x4e\xac\x69\x76\xc3\xf0\x8f\x8b\x43\x1d\x1d\x00\x40\x2f\xa8\xca\x79\x7e\xea\x6c\xe8\x3b\x3e\xc1\xe7\x5d\x0e\xd5\xb4\xcd\xc8\x23\x18\x34\x12\xc2\x98\x3c\x0d\xb8\x67\x09\x9e\x28\xb3\x30\x8b\xe4\x19\x02\xbc\x51\x6b\x0d\x19\x7b\xb2\x07\xe3\xdc\xbd\x06\x8b\xc4\xa1\x0a\x6b\x61\x01\x2f\xd7\x7c\x28\xe9\x2e\xa4\x2b\x44\x19\xb9\x17\x50\x32\x6c\x76\x69\x6a\x8f\xf7\x7e\x52\x18\x1a\xe2\x99\xf0\xfc\x60\xfa\x39\x31\x6b\x03\xc5\x93\xf0\x67\xa4\xde\xdf\xf3\xdb\x14\x5a\x77\xee\x2c\x6b\x8a\x99\x53\x02\x0d\x25\x27\x44\x19\x09\xd9\x75\x9e\x24\x70\x2d\x8f\x2a\xe7\x3a\x19\x11\xbe\x8a\x85\xc3\x68\x22\x88\x32\xca\x52\xb3\x97\x29\x63\x4f\x92\x13\x52\x5f\xa7\xa1\xe0\x5e\x6a\xf3\xe7\x49\x8f\x21\x09\xcf\x4f\x15\xce\xb9\x1f\xa2\xc3\xec\x55\x3c\x76\xe3\x4f\xfe\xfa\x94\x77\x63\x79\x1e\x80\x77\x23\xf7\xa4\x3e\x09\x30\xb2\xb5\xd7\xc1\x35\x3d\x65\x84\xbb\xea\xe4\x09\x8e\xa4\x1e\x03\x38\x35\xd2\x38\xc1\xf3\x5a\xac\x4b\x1a\x08\x49\x9b\x61\xb5\xf0\x6b\xec\x40\xe6\xf3\x66\xde\xa3\x63\x9c\x6c\x44\x4b\xdd\xeb\xd4\x60\xe2\x94\xbb\x85\xfc\xa3\x9b\xb1\x87\x2f\xf5\x21\x08\x36\x12\xbe\xe4\x3c\x85\x16\x56\xcb\x82\x60\x23\x85\xb1\x38\x09\xcc\x58\x2a\x4a\x27\xae\xc1\xe5\x44\x23\xbb\x6b\xa9\x10\x9d\x68\xe9\x6e\x82\x27\xf1\xeb\x4b\x85\xe5\xfc\xb9\x88\x78\xfb\x27\xdf\x3a\x15\xfc\xe1\x5a\x73\xbd\xff\x82\x67\xe8\x8d\x1f\x1a\x97\x63\xcf\x3e\xa6\x5f\xe5\x64\x1f\x5b\x66\x2f\x40\xee\x91\x9e\x82\xce\x87\x2e\x50\xe6\x3f\x76\x81\x1d\x0e\x57\xb3\xc8\x14\x10\x7a\x94\x65\xbe\x03\x8c\x1e\xa9\x69\xe4\x04\xbf\x58\x55\xf1\x7c\x28\x9a\x2d\xf4\x7c\x6c\x35\xda\x0b\x54\x1f\x69\x82\x36\x54\x1f\xe9\xe9\xed\x7c\x59\x8e\xb6\x07\x7d\x7d\x19\x20\x7a\x7e\xbb\xde\xde\x4e\xa5\x00\x31\xc2\xf3\xfc\x36\xb7\xd8\xcb\xe8\x85\xe9\xc4\xa1\x46\x77\x5f\x06\xe4\xc3\x0d\x92\x46\x96\x9d\x24\x27\xaf\xb2\x8b\x60\xd1\x72\x68\x81\x34\xe4\xfb\xc3\xcf\x62\xec\x63\x8b\x97\x34\x64\x19\xa8\x73\x81\x65\xdc\x90\xbc\x97\x7b\x26\xeb\xe5\x3a\x80\x2e\xa5\x88\xeb\xb0\xcf\xf6\x43\xc8\x79\x2a\x05\xab\x48\xea\x05\x87\x54\xe4\x7b\xc8\xb7\x03\x1d\x3c\xb9\xc6\xd1\x5e\x2d\x8d\x6a\xb0\x91\x40\x1e\x52\x96\xc1\xe2\x97\x5b\x23\x47\x13\x08\x43\xb6\x3a\x02\x61\xc8\xf7\x10\x5f\x2d\x8e\x8a\xd7\x00\x19\xd9\x86\xe2\x8c\x45\x7c\x40\x2b\x92\x6a\x7c\xd0\x8a\xa4\xfe\x71\x58\x45\x76\x14\xd6\xe5\x36\xe9\xae\x77\xb9\x4d\xd2\xfb\x17\xf0\xf1\x80\xac\x27\xec\x21\x1b\xa9\x44\xf6\x90\xa5\x4f\x10\xf6\x90\x34\x30\x15\x92\x90\xf4\xa8\x05\x49\xc8\x76\x35\x43\x12\x92\xc6\x9c\x42\xff\x91\xc6\x4d\x43\xf9\x91\xc6\xe9\xc3\xdf\x91\x26\x0c\x41\xc7\x91\x82\x66\x5c\xee\x6d\xe9\x7d\x3c\x9e\x88\x76\xb8\x32\xb6\x3e\x24\x57\xc6\xd2\xc1\x04\x57\x46\x76\x6c\xa5\x70\x65\x6c\xdd\x08\xaa\x8c\x34\x21\x19\xaa\x8c\xef\x05\xbf\x44\x4d\x59\x59\x17\x84\xce\x06\xbd\x5c\xe4\x0b\x2f\x44\xc2\x35\x21\x9e\x65\x23\xb9\x80\xf7\x88\xbf\xc5\xdc\x25\xc9\x3f\x33\xfc\x0a\xc2\x22\x90\x16\x97\xe1\x78\xf6\x2b\x28\x1d\x1e\xac\xa1\xb5\xd8\xf9\x05\x57\xc2\x7d\x8f\x0c\xba\x60\xa8\x33\x89\xf7\x5a\x95\xad\x91\xae\xe4\xc0\x60\xb8\x9f\x4c\x16\x4b\xc3\x33\x54\x16\xa9\xaf\x07\x2a\x8b\xd4\x66\x06\x7b\x45\x2e\xcc\x01\xb0\x57\x94\xa5\xad\xf9\x5a\x76\x32\xa5\xb9\x37\x68\x9d\xbe\x4e\x48\xf6\xfc\xd2\x89\x42\x6f\x13\xd8\x1b\x54\x8c\x2f\x31\x31\x9c\x1a\x62\x48\xf9\x51\xd2\xa4\x0c\xd4\x84\x07\xa3\x99\x89\x04\x0f\x46\xd3\x12\x0e\x0f\x46\x07\x8c\x34\xe1\xc1\x68\x1e\x7f\xe1\xc1\x28\x62\x81\x27\x44\x18\xdd\x3c\x96\xeb\xc4\x01\x8e\xa8\xbc\x88\xee\x3b\x90\x3f\x17\x14\xa0\x0a\xdd\xcb\xdd\x42\xb3\xf3\x45\xac\xb6\x3e\xc9\x0b\xe4\x47\x03\xb7\xae\x0b\x03\x90\x53\xe3\x42\xf5\x75\x36\x10\x01\x08\x39\x40\x5e\xa0\x50\x0d\xe7\xde\x36\xc7\x53\x3b\x22\x00\x97\x66\xf7\xeb\x22\xf6\x70\xbf\x20\xbc\x9c\xd7\x32\x40\x5a\x80\xd4\xb5\x7c\xe8\x06\x0d\xde\x2e\xba\x61\x37\x47\x46\xc3\xc4\xd1\x54\xcf\x2e\xed\x3f\x2e\x55\x8f\x42\x76\xfb\x6d\x90\xbf\x4b\xf5\x96\xc5\xdd\x87\x80\xa6\x73\x2a\x7c\x3b\x53\xdf\x0b\xe0\xdb\x98\x7a\xee\x6b\xf0\x75\xac\x1c\xe7\x25\xb3\x18\x2f\xe0\x21\x13\x7d\xfb\xfa\xb6\xa5\x0e\x72\x54\x5e\x6e\x4b\x3a\x14\x20\xee\xe8\x3a\xdb\x2e\xb0\x1f\x55\x8c\xae\x6f\x5b\xea\x0b\x15\xfb\xfa\xe1\x47\x46\xed\x87\xb7\xa3\x18\xbe\x74\xe9\xc1\xb5\xeb\xbe\x2d\xaa\x2f\x5b\xe3\x16\xe5\x5c\xc6\x90\xd4\x95\x8b\x40\x6e\xa4\xe3\xfa\xe0\xc2\x54\xa8\x02\xf1\xa8\x9f\x0d\xce\x8f\x6e\x82\xcb\xf5\x88\x38\xec\x33\xe0\xc7\xb8\xe6\x00\x41\xd6\x77\x07\x17\x48\x11\x99\x3d\xaf\x47\x56\x1f\xff\x20\x45\xd0\xd9\xfb\x88\x2e\xe6\x47\xbf\x5e\x81\xe6\x24\xaf\xc7\xb3\x3f\x8d\xc4\x5b\xbc\x9c\xf9\xe6\x51\x39\x3f\x5e\xd2\x4f\xf6\x33\x8d\x67\x68\x00\xe0\x8e\x3a\x82\xaf\x17\x28\x4a\x57\xc1\x4b\xc7\x71\xe6\x84\x6b\xa4\xe9\xed\xbf\x80\xe0\x18\x76\x0a\x9e\x66\x71\xa9\x2e\xc8\x56\x3d\x14\x5c\xec\x72\xa2\x7e\xc0\x4d\xd2\x97\x92\xe9\xdd\x74\xb4\x5c\x3f\x80\xc7\xf8\xee\xcb\x33\x5f\xa7\xc0\x4c\xd2\x4d\xb1\xb9\x0f\xb9\xef\x0f\xae\x2b\xf7\xff\x94\x6a\x37\xfb\x9f\xd3\xeb\x3e\x18\x85\xea\x07\x06\xb0\x4e\x85\x6b\xc8\x63\x98\xef\xd0\x9f\x74\x73\x06\xee\x83\xf4\x5c\x2a\x75\x73\xae\x14\x81\x3f\xef\x6f\x5b\xec\xba\x65\xe1\x48\xa9\xda\xd6\xe0\x48\xe9\x9e\xb5\xe0\x48\x29\xda\x44\xe0\x48\xa9\xc7\xbe\x4f\xeb\x98\x3a\x37\x78\x21\xea\x30\x77\x11\x7b\x86\x96\x72\x5e\xd4\xb9\x7c\xe3\xcb\x76\x07\xba\x0b\x3d\xcc\xb1\xf5\x96\xed\xbb\xf8\x9d\x8b\x67\xa8\x9b\x9e\xec\xf0\x3b\x3f\xee\x53\xae\xa7\x48\x9d\x52\xd0\xab\x34\x45\x2b\xec\x2a\xdd\xc8\xdc\x9b\x53\xa4\xe1\x0e\xf7\x77\x88\xec\x9e\xe5\x60\x5d\x69\x26\x48\xc2\xba\xd2\x3d\x73\xdd\x15\xce\xbb\xee\xf3\x44\x38\x57\x9f\x07\x72\xc1\x61\xab\x84\xd2\xb0\xce\x6e\x92\xb9\x45\x61\xba\x01\x1a\x51\x4e\xde\x4d\xc8\x0d\xea\xa6\xb5\x8e\x69\x07\x03\x4b\x35\xca\xea\x86\x8e\xdb\x93\xef\x2d\xb2\xb3\x1d\xf4\x1d\x2d\xd3\xa8\xaf\x9b\x0c\x6c\x91\x4f\x20\x66\x69\x5a\xfd\xef\x81\xa5\x87\xed\xfd\x26\xa4\x09\xa4\xbf\xbc\x61\x9c\x85\x2c\x29\x6f\xa2\xed\x77\x7b\xa7\xd9\x59\xde\x57\x75\xa6\x6e\xa4\x36\x35\xeb\x40\x5c\xfb\x40\xf8\xdc\x40\x69\x0c\x9f\x27\xd4\xc8\x6d\xff\x86\x2c\x6a\x4f\x14\x1c\x06\xf0\xed\xe6\x8d\x63\x00\xfa\x95\x94\x66\x45\xcb\xc2\xcd\x3e\x2a\xe6\xd4\x8d\x93\x60\x09\xe4\x75\x03\x40\x15\x7e\xf4\xdb\x3c\x37\x90\x1c\xd4\x2a\x61\x68\x84\x74\x2a\xd0\x03\x27\x74\x2a\x69\x36\xf4\xed\x16\xd9\x9c\x36\x1c\x9f\xd4\xee\xee\x13\x2e\x80\xe9\x7d\xce\x9b\x6c\x7f\xf7\x77\xe0\xc9\xe6\x14\xda\xe7\x1d\x6a\x7a\x7a\x64\x61\x34\xe4\x19\xdc\xdf\xc1\x8a\x81\xea\x71\x73\x26\x4a\x54\xb8\xfb\xdb\xf1\xd2\x2c\xd1\x1b\x98\x7d\x61\x72\x6e\x77\x3c\xe1\x11\xe0\x62\x59\xe0\x14\x26\x5c\x2c\xa1\xb4\xba\x89\x23\xd2\x5c\x73\x93\xb5\xb4\x84\x72\xb8\x09\x24\x12\xfb\xe1\xbe\xa8\xa9\xfd\x0e\x7f\x94\xe9\xcc\x12\xb9\x2c\x4d\xea\x37\x41\x91\x6a\x4c\xf7\x25\xfb\x85\x1f\xe2\xf8\xb6\xab\xf7\xe3\x19\xba\x42\x4e\xda\x66\x47\x8a\xb4\xe1\x8c\x82\x95\xea\x70\x04\xbf\xbd\x70\x41\xbd\x92\x37\xc7\x34\x83\x78\xef\xef\x98\x96\x7a\xda\x6f\x4e\x69\x06\x2b\x43\x1b\xb3\xf6\x2c\x25\xab\x69\x69\x0b\x84\x19\x26\xd5\x59\x60\x86\xc9\x4f\x45\xf8\x4b\xaa\xdd\xb6\x0f\xd9\x09\x6d\x4c\xa6\xd5\xfa\x51\x2d\x17\x1b\xe7\x31\xad\x8f\x37\xae\xed\x60\x7b\xbf\x09\xe2\x5c\xcd\x9e\xfa\x59\x2f\xea\x08\x3c\x87\x42\xf8\xfe\x39\xfb\x50\xe9\x6e\x4f\x6a\x36\xca\x6d\x50\x00\x03\x38\x64\xb2\x3b\x6b\x7e\x4e\x33\x14\x3f\x48\x64\xb2\xf9\x07\x74\x00\x1e\x2e\x6e\x8e\x73\x73\x5f\x63\x41\x76\xb2\x73\x9a\xd3\x6d\x74\x7b\x9a\x13\xf2\xe0\x06\x4d\x52\x83\x0a\x6c\x34\x0b\x10\xc8\xbc\xe1\x6a\x34\x71\xfc\xfe\x36\xc8\xd5\x5c\x89\xb0\x04\x40\x1d\x9e\x37\xf1\x54\x69\x9f\x13\x58\xaa\x62\x05\x6b\x4c\x9a\x5c\x0c\x69\xcc\x82\x59\x26\x6f\xfc\x2a\x1e\x39\xee\x17\xab\x06\x2a\x87\x64\x32\xc2\x04\x4a\x26\xb3\x00\x6b\x4e\xa8\x61\x16\x30\x9e\x29\x35\x4c\xa2\xa1\xfd\x0e\x69\x2e\x27\xd7\x0e\x15\xc7\x23\xb8\x61\x32\xe8\x61\xb9\x61\xc4\xa6\x90\x1b\x66\xb9\xe4\xe4\x86\x31\xa6\xed\x77\x38\x17\xc3\x1f\xa8\xf2\xf4\x05\xa4\x31\x0b\xc4\xcd\x84\x10\x66\x87\x41\x6d\x7a\x17\xea\x0d\xbd\x4b\x9a\x13\xfe\x23\xa8\x49\x83\xd5\xef\xdb\x0a\xba\xe1\x64\xbf\x22\xbd\x09\xcf\x57\x5d\x40\xac\x02\x38\x60\x4a\xb2\x7f\xc1\x01\x53\x0c\x20\xfc\xb1\x5d\x68\x40\xff\x55\x9d\xd1\xd4\xfa\xdb\x2e\xb4\x70\xfe\xbe\xdd\xa2\x1b\xc2\x2c\x65\x0c\x60\xf4\xf9\x03\x9d\x58\x4b\xc5\x4f\xea\xc6\xea\x33\xe7\xb7\x43\xa4\x75\xb8\x60\xe2\xf6\x3b\x04\x49\xee\xcf\x9b\x7c\x41\x9d\xeb\x43\xc8\xa0\xdf\x31\xe2\x87\xef\x90\x60\xac\xc7\x14\xea\x99\x6a\x90\xe7\x8f\xdd\x45\x57\xcd\x4f\x27\xd1\xf4\x19\xe0\x3c\xed\x4f\x76\x1d\x9d\x0a\x3f\x10\xad\xa0\xfb\xc8\x9f\x3c\x8f\xfb\x99\xd3\x89\xc9\xf5\xc5\xbb\x7e\xff\xa6\x4b\xbc\xfe\x71\xdf\xef\x3f\xf0\xfb\x52\xe7\x46\x46\x0a\x22\x0f\xd6\x9a\x09\xd8\x75\xc2\x5a\x53\x3d\xab\x43\x5a\x53\xe1\x3f\x4f\x48\x6b\xba\xf2\x05\xce\x9a\x2e\xd8\xc2\xaf\xeb\x5e\xa0\x6e\xa4\x2d\x98\x99\xfd\xeb\xd2\xe5\xd0\xc6\x0e\x1c\x69\xf3\x9b\xd4\x67\x7f\x13\x72\x65\xfb\xe4\x3b\x9c\x36\x6d\x07\xb0\xda\x14\x5d\xd3\xbf\xd1\xc0\x2c\xe2\x9b\x43\x5f\x24\xdf\xf9\x76\xcd\xd9\x59\x93\xbf\x41\x36\xff\xf4\x5d\x74\x7c\x05\xdb\xef\x3b\xcc\x76\x11\xa2\x7e\xdf\x61\x76\xee\xc2\x88\x1c\x9e\x7f\xfb\x13\x7e\x90\x42\x1a\xb5\xfd\xfb\x0e\xba\xdd\x58\x14\xb8\x76\xba\x5b\x1b\x5c\x3b\x1d\x70\xe9\xfc\x0d\x57\xa3\xcb\x60\x12\x19\xc9\xee\x01\x09\x4f\x83\x44\x25\x21\xe1\xe9\x9e\x10\x7f\x53\xf4\x5b\x9f\x81\x9f\xdb\x0f\x4d\x65\x0e\x82\x13\xa6\x9e\xa6\x20\x83\xa9\x27\xfe\x7d\x54\x99\xe8\xb5\x2b\xd6\xc9\x86\xa5\x57\x78\x83\x1f\xc8\x5b\xa2\x60\xc2\xd4\x13\x7b\x62\x08\x95\xb9\xaf\xc1\x94\x75\x85\x87\xe8\xd5\x3e\x0f\x73\xa1\xcd\x07\x49\xcb\xe0\x9d\x5f\x76\xbe\xc3\x33\x10\x1c\x1b\x12\xf5\x03\x96\xd9\x50\xd8\x5f\x4a\x6d\xce\x33\xb0\xb5\x99\xd5\xf0\x5b\xbe\x4b\x59\x58\x61\xb5\xd6\xfd\x96\x50\x6d\x5e\x83\x52\x8f\xa6\x01\xc9\x4e\x33\x52\xf3\xc7\xe6\x0f\xb1\x72\xca\x8d\x23\xa0\x2a\xdc\x38\xcb\xe0\x54\xb8\x71\xba\x68\x38\x70\xe3\x54\xed\xce\x3f\x82\xc3\x8c\x21\x86\x27\x27\xf6\x62\x71\x6b\xee\xae\x58\x02\x81\xf7\xec\xf4\x98\xda\x9d\xce\x84\x1d\xec\x69\xce\x31\x75\xfd\xfb\x14\xd0\xda\xcd\x4f\xbd\x3c\x44\x57\x80\x70\xd5\xf6\x35\x4d\xb6\x99\x84\x93\xad\x7f\x3f\x20\x0d\x72\xe2\x42\x9b\xe3\xfa\xc2\x06\x2a\x04\xd2\xef\xb6\x30\x76\xca\x9f\x67\x4a\xd3\xa8\xe1\xd6\xa9\x9a\x8e\x7e\x3f\xeb\x4d\x27\x11\x29\x06\x76\x77\xfe\xc8\x13\x5e\x7b\x64\xe5\x04\x28\x5e\x43\x3f\xe4\x12\x93\x37\xc7\x9d\x82\x60\x03\x83\x9c\x7f\x0f\xd5\x0e\xef\xe3\x39\xb4\x87\x1f\x7b\x8c\x7d\xe9\xf7\x18\x91\x44\x5d\x71\xd9\x6d\x59\x43\x64\x99\xa9\x70\xb0\xe3\x54\xe3\xc1\x20\xbe\x69\x5a\x40\xe1\xbd\x29\xcb\xd0\x19\x88\x6f\xaa\x76\x69\x78\x6f\xbe\x3f\x68\x03\xd9\x15\xbb\x09\x84\x96\x0d\x07\xf7\xa5\x34\x37\xbe\xd7\x76\xa6\x45\x30\xfb\xe9\x98\xe7\x50\xb9\x5e\x5c\xf3\x21\x5e\x7e\x3c\x31\x51\x1a\x84\x38\x65\x75\x76\xc1\x87\x9d\x4f\xd0\xad\xe7\x00\x25\x05\x85\x05\xa6\x9c\x9d\x41\xfa\x14\x3b\xc6\x6b\x0b\xf3\x19\x0e\x8d\x74\x12\x84\x38\x61\x1f\x3d\x9c\x6e\x20\x12\x49\xc8\x71\x42\x97\xd7\xc3\x9e\x63\x8c\xfb\x53\x11\x49\x8c\x2c\x44\x39\x65\xe9\xfb\x84\x29\x27\x0c\xe6\x86\x28\xe7\xfb\xc3\x1f\x0c\x21\x5b\xf4\x03\x40\x95\x20\xcf\x0f\xbb\xce\x1a\xe5\xcf\x2c\x53\xf8\x75\x02\x46\x98\x84\x46\x27\xd5\x62\xa1\xd1\x09\x3b\x13\x86\x9c\x70\x24\x60\xc8\x89\xce\x44\x81\x07\x27\x44\xe0\x7d\xe0\xa8\x74\x18\x1f\xb0\xf6\x97\xc7\xa2\x87\xb8\x85\xd9\xbc\xd6\x8c\x4b\xd5\x41\xaa\xe8\xc8\x8c\xc7\x23\x52\x7a\x9f\x02\x96\x1f\x82\x1b\xda\x4e\x96\x4f\x1e\xe9\x09\xed\xcd\xd2\x37\xf1\x10\xb2\xeb\xd2\x7d\x26\xa4\x9c\x76\xf2\x24\x27\x93\x29\x03\xed\x8d\x78\xe9\x29\xbd\x8d\x1b\x2c\xec\x36\xc5\x98\x74\xd8\x6d\xca\x1a\xc3\x1f\xf4\x25\x5a\x0a\xf4\x36\x01\xfd\x7f\x3e\xc4\x76\x2d\x71\x0b\x1f\x32\x8a\x85\x49\x84\xf7\xe6\xfb\x83\x26\x04\x73\xc3\xf9\x43\x60\xef\xfa\xf7\x14\x6b\x1d\x81\xfe\x04\xc1\x47\xd5\x87\x1c\x6c\x47\x9e\x60\xde\x3d\x13\xa5\xa0\x77\x1a\xa7\x63\xca\x72\x7a\x8c\xfa\xb2\x08\x0e\x6e\xda\x47\x1e\xa2\x24\x96\xa0\x81\x0f\x38\xfa\x06\x07\x3e\xba\xcd\x0c\x30\x86\x51\x67\x19\xf8\x06\xa1\x4e\xa4\x13\x36\x41\xe3\x6a\x5e\xdf\xbe\x40\xa7\xe1\x4f\x53\x3c\x48\xa8\xb3\x5c\x80\x12\xea\x18\x8b\xff\x40\x0b\x6c\xe6\xef\x43\x3e\x9b\x07\xdd\x67\x29\x99\xe9\xb3\xe5\x08\xf9\x8c\x67\x46\x4a\x5b\xf6\x86\xdf\xb1\x37\x9c\xd5\x70\x73\x6a\xb2\x78\x34\xb8\x0a\x5a\xfc\x40\xce\xa9\x1b\x14\x42\x9d\xa5\xf1\x1e\xb2\x9c\x80\xb6\x39\x21\xcb\x59\xc6\xc9\x41\x90\xb3\x02\x45\x49\x82\x1c\x50\xf6\xf3\x11\x46\xd8\xee\x26\xcf\x4d\x23\xb8\x7c\x37\xbb\xbf\x2e\x5c\x8b\x6c\xb8\x0f\x07\xae\x6e\xcb\x08\xec\x4d\xeb\x80\x03\xcb\x08\x98\x07\xbe\x5e\x21\x1b\x1e\x53\xdb\x9c\x9f\xf7\xf3\xdf\xff\xa6\x7a\xc9\xb3\xa9\xd0\xbc\x66\xf6\x08\x08\x0b\x47\xcc\x3e\x69\x40\xed\xb2\x34\x32\x42\xdb\x92\x7b\xa2\xc3\xd7\xab\xfb\xe5\xf1\xa4\x81\xac\x7f\xa0\x17\x33\x62\xf0\xd1\xdb\xe3\xbb\x10\x87\x69\x49\x7d\x48\xb8\xd8\x8d\xf7\xa4\x81\x24\x86\xfa\x64\x19\x7b\xf6\xe8\xeb\x51\xbd\x83\xfb\x64\x99\x78\xf9\x78\xd4\xd0\xef\xfb\x1e\x92\x3d\x35\xae\x91\xe3\x50\xfc\x24\xec\x27\xfb\x3c\xf2\xea\xc7\x11\xe4\xef\x25\xd0\x0b\xb2\x82\x7c\x8f\xf4\x8f\xce\x0f\x30\x0c\x96\x6f\x5b\x41\x8a\x28\x34\x88\x49\xb8\x19\x4f\x94\x8f\x50\x9e\xc4\xea\x7f\x06\xf3\xc2\x87\x92\xbd\xfa\xd2\xc5\x41\x98\x7a\xc1\x33\x29\x26\x33\x9c\x26\x69\xe6\xd3\x4b\x7e\x84\x01\x16\x2f\xc9\xc5\x9e\x18\xa1\x2e\x09\x75\xa2\xf7\x13\xd4\x69\x0e\xe4\x5b\xf5\xa8\x70\x9f\x28\x30\x18\x4a\x12\x86\x92\xd4\x9c\xf2\x92\x0e\xa1\x43\xfd\xc5\x4b\x63\x0c\xdc\x4b\x76\x9c\xc9\xf5\x90\x95\x2c\x6d\xd1\x92\x95\xec\x60\xfd\x17\x76\x48\x31\x78\xdf\x4e\x2c\x34\xf2\xe0\xed\x56\xce\xfb\x28\x4e\x56\xb4\x13\x5c\x88\x70\x84\xcf\x24\xb5\x91\x41\x55\xb2\x8f\x73\xef\x4e\x7c\xa3\x30\x08\x46\x76\x18\x24\x04\x23\xcb\xf0\x48\x09\x46\xa0\xbc\xc8\x17\x1d\x55\xc6\x8a\x7c\xa7\xb3\x8f\x6e\x54\x49\x15\x7d\xe2\x45\xe6\xea\xbb\x78\x41\xe8\x11\x81\x16\x7e\x92\xa2\xe3\x51\x7e\x12\x0f\x1d\xaf\x66\x2c\x03\x84\xdf\x4f\x93\x9d\x7b\x6e\x00\xfb\x30\xf7\x47\xbf\xd3\xc2\x9e\x4c\x9f\x90\xae\x46\xba\x43\x62\xd2\x4c\xe9\x85\xc3\xa4\xb8\xb1\x40\x4f\xd2\x85\x4a\x85\x9e\x64\xee\x3e\x8a\xe4\xda\xfb\x28\xa6\xd3\xeb\xfb\xbb\xcf\xbe\xf9\x42\x35\xec\xc9\x56\xd6\x12\x63\x37\xde\x20\x80\xce\xc1\xcc\xdd\x5f\xfe\x20\xa4\x09\x2d\xf8\xfd\x34\xe2\x09\x87\x6e\x42\x6d\x52\xf4\xa8\x42\x6d\x52\x05\x8a\x85\xda\x64\x7a\x50\x80\xd9\xa4\x18\xa3\x0d\xb3\x49\xdd\x33\x50\x88\x08\x1b\x9c\x74\x0a\xdb\xf3\xab\x44\x36\x38\xfa\x25\x7b\x78\xf7\xc4\xc2\x22\x69\x0b\x56\xf5\x21\x4a\x36\xf4\xc1\x12\x3e\x69\x3b\xdc\x57\xdf\x45\xbc\xaa\x73\x19\xb8\x78\x28\x6f\xf2\x5d\x8c\x59\xf7\x43\x74\xd7\xf2\x5a\x4e\x19\xbf\x79\x72\xdf\x6f\x5e\x44\x93\xfb\x8c\x68\x0a\xcc\x22\x05\xb5\xca\x38\x2c\x2a\x45\xdb\x0c\x2c\x2a\xc5\x28\xdb\xf7\x53\xea\xab\xea\x27\x1c\x28\xe1\x86\xfe\x1a\xda\xe0\x7e\xf1\x9e\x9b\x7e\x98\xce\x23\x12\x4f\xf7\xd9\xab\x7b\xeb\xdf\x2b\xd2\x56\xfa\xd0\x83\x29\xce\x87\xa0\x7b\xb3\x68\xe0\xdf\xb5\x95\x43\xa0\xd2\x34\x8e\xc1\x9f\x92\x8a\xbd\x17\xf0\x21\x1d\xfb\xf2\xa7\x08\x32\x00\x67\x4a\x75\x43\x92\x33\xc5\x43\x99\xcc\x28\x46\x37\xbe\x37\x27\x3a\x07\xc4\xb8\x08\xcf\x86\xaf\x5e\x29\x3f\x84\x57\xea\x70\x49\x69\x71\x13\xd4\xed\x35\x91\xc4\x12\x88\xd0\xfb\x16\xc5\x5f\xa2\x4d\x56\x32\x97\x9b\xb8\x42\x1a\x62\xde\xef\x8c\xd0\x15\xf1\x2f\x47\x04\xb3\x38\xe0\x5c\xf9\x1e\xa2\xe1\xe4\x50\x1b\x6b\x04\xe7\x4a\x31\x1e\x05\xce\x95\x61\xc4\x0b\x9c\x2b\xc5\x40\xb2\xf7\xc7\x24\x50\xe8\xfd\x1c\x96\xfd\x32\xbe\x20\x7b\x0d\xe7\x94\x50\x47\xef\x77\xd6\x68\xc2\xd5\xbe\xf0\x8f\x8d\xfd\xcc\x57\x55\x33\xcb\xdf\x07\xb5\x98\x4d\xea\x35\x94\x42\x8f\xed\x0b\x6a\x9f\xf1\x91\x30\xb9\x0c\x23\x64\x60\x72\x19\x1e\x17\xdf\xc7\x99\xb2\x1f\x4a\xfe\xf0\xab\x8b\x6b\x6a\xc1\xe1\xa4\xef\x17\x30\xe4\xd8\x7c\xc3\x2d\xf6\x44\x79\x74\x8c\xd0\xe6\xe7\xe1\x65\x6b\x61\xaf\xfa\xf6\x6b\x12\x22\x6d\x78\xed\x3c\xbe\x44\x90\x61\xda\x61\x70\xde\x8b\x98\xfa\x82\xff\x77\xb8\x8e\x5f\x79\xbf\xbc\x86\xcf\xfc\x9b\xb9\x0b\x1a\x98\x46\xaa\xc5\x82\x06\xa6\xc1\x92\xb0\xa0\x81\x69\xe4\x87\x2e\x58\x60\xda\xdc\xf7\xe9\x96\x6f\xd1\x2c\x58\x60\x06\x31\x2c\x0b\x16\x98\x4a\xf0\xee\x3a\x0e\x24\x6c\xf7\x79\xf2\xa3\xbf\x31\x58\xb0\xc3\x0c\x22\x7d\x96\xec\x30\x0b\xaf\xf9\x82\x1e\x66\xac\xfd\x90\x89\xd9\xd3\x2f\xc9\x14\xc7\xf5\x77\xf8\xe9\xf0\xc9\x2c\x78\x63\x06\x61\x2b\x0b\xda\x98\xc2\x11\x6c\x49\x1b\xb3\x62\xff\x40\xf1\x5f\x34\x41\xaa\xe8\x83\x2a\x91\xb1\x4e\x54\xc8\x92\x36\x06\x8a\x81\x75\x18\x75\x41\xc2\xcb\x3a\x64\x8a\x6e\x7e\x08\xed\x2b\x2c\xcd\x04\x49\xaf\x6d\x43\xf8\x55\x28\x6e\xaa\x2f\x3c\x4c\x30\xaf\x45\xb9\xa4\x6d\x95\x65\xb1\x28\xad\xda\x84\xc9\x35\x49\xa4\x16\x4c\xfc\x22\x69\x75\xeb\xa8\xd6\x94\xef\x57\xfb\xc8\x77\xf1\xb4\x1e\x5e\xbf\xdf\x7d\xcb\x32\x20\xbc\x52\xb9\xe6\xdc\x4c\x9a\x49\x0e\x3d\x59\xa7\x0b\x76\x98\x4a\x96\xd8\x92\x1d\xe6\xb0\xe0\xa6\xcc\x4c\x46\xa4\x99\xa4\xce\xcb\xb0\x8a\x0e\x47\xa7\x93\x7f\x61\xf3\x55\x12\xc2\x11\xe9\xcc\x0b\xbf\x44\x62\x25\xee\x81\x05\x3b\x4c\x92\xdc\xb5\x60\x87\xf9\x5e\xf0\x07\x47\x9f\x83\x2a\x75\x58\xd7\x17\x25\x13\xfc\x38\x7c\x61\x10\xf9\x1e\x94\x4c\x88\x23\x94\x57\x0b\xd6\x98\x20\x90\x7b\xc1\x1a\x93\x78\xa6\x17\xa4\x31\x5f\x01\x7c\x08\xc4\xa9\xe2\xe0\x0c\xd6\x66\xf8\x02\xb3\x30\xfe\x3a\x99\xae\x83\xa0\x12\xc8\xcb\xd6\x31\xf4\x73\x1f\x16\x4f\xc0\xa4\x5d\xae\xb1\x2d\x9d\x59\x93\x68\x91\xa0\x78\x13\x86\xd0\xcd\xd7\x41\xc6\x10\xd1\x40\xeb\x00\x69\x90\x78\xad\x75\x60\x6d\x5b\x00\xda\xac\xe3\xd3\x64\x3a\x9c\x23\xeb\x98\x56\x98\x2e\xdc\x31\x96\xbe\x80\x7e\xe0\x82\x20\x19\xa8\xfb\x4c\x98\x12\x47\x2d\x3c\x0a\xb2\x13\x2e\xc8\x68\x06\x3b\xe4\x82\x8b\xa6\x93\xbc\xb6\xe0\xa2\xf9\x1e\xa2\x64\xa2\x59\xf6\xbc\x34\xc5\xd3\x3e\x17\x20\x20\x1d\xc9\xc0\x4c\x6f\xbd\x3d\x2f\xa2\x44\xae\x83\xc0\x4a\x8c\x6f\x0b\xc6\x9a\x41\xb4\xce\x82\xb1\xe6\x7b\x88\x56\x87\x1b\x2f\x0f\xa5\x38\xfc\x54\xf6\x3b\x47\x66\x3b\x78\x26\xe9\xa5\xf4\x3e\xf2\xcd\xce\x4f\x5d\x46\x7c\x34\xe1\x66\x76\x1c\x92\x4e\x4a\xbf\x69\x55\x5d\x7f\x3b\xf2\xc6\x6b\x86\xdb\x65\x00\xe9\x76\x75\xc2\x2e\x58\x87\x1d\x9e\x45\xfc\xff\xbe\x5f\xfd\x10\x25\x2f\x26\xdd\xa0\x46\x86\xe7\xa4\x22\x71\xc9\x11\x48\xb5\x97\x5d\x59\xe9\x0c\x34\x98\xb5\xff\x48\xff\xf0\x07\x6e\x6a\x27\x0d\x7c\x37\x2b\x95\xc0\x20\xac\x2c\x05\x21\x3a\xcc\x4a\xe5\x11\x68\xc7\x7b\xc5\x7f\x07\xcc\xbe\x9c\xcc\x27\x7e\x6a\x17\x30\x3a\x0c\xd0\xfd\xeb\x80\xc7\xed\xb0\xbb\x05\x52\x51\x40\x9e\x0e\x96\x13\xeb\xc4\x1b\xef\x3a\x3d\x9d\xd4\xcd\x12\x58\xf1\xfb\x0f\xf3\x64\xb8\x7f\x11\x6c\xe0\x9c\x46\x6d\x29\x0e\xd0\x65\x3f\x75\x1a\x84\xbd\x73\x2f\xd4\x8b\x80\x02\xa5\xe5\x05\x15\x6a\xf7\x65\xa2\x25\x9c\xae\xd0\xb1\xae\x74\x35\x13\xae\xb3\x17\x07\xe0\x89\xd3\xee\xfb\x0e\xbd\x7d\x2f\xda\x0b\xde\x21\xe5\x11\xd6\xce\x3d\xc7\x88\xbe\x69\x4e\x75\xe0\xb7\xf6\x74\x40\xcf\xd9\xd3\x5e\x3d\x27\xad\x05\x24\xac\x7b\x5e\x81\x97\x58\x6c\xe6\xa7\xca\xd4\xbe\xef\x13\x8d\x10\xdc\x47\x93\xd9\x73\xf2\x67\xa8\x0f\xcf\xa8\xc9\x90\x3e\xb3\x8e\x1f\xcd\x77\x8e\xfd\x2c\xc0\x97\x19\x5a\x65\x93\x51\x33\x4a\xd7\x1d\xd8\x49\x4d\x7f\xae\x12\x77\x45\x8e\xd8\xfb\x05\xd0\x12\x57\x2a\xfd\x9f\x4f\x89\x6a\xca\x5d\xe2\x69\x96\x12\xf2\xa1\x53\x5d\xd2\x0f\x62\x77\x3f\x4f\xca\xe1\xf8\x5b\xc8\x3d\x56\x91\xd2\xd5\x48\xd2\xa9\x68\x26\xae\x43\xfa\xec\x3a\xd2\xa8\x87\xde\x59\x14\x83\xf1\xb4\xda\xb3\x2f\x47\xc3\x41\x27\xa0\x79\x74\xe5\x06\x47\x79\x40\x64\xd6\xf1\x32\x74\x4a\x01\x4f\xf2\xc9\x18\x41\x36\x53\x20\x96\x5f\xc5\xe8\x4c\xd2\x1b\x56\x31\x3c\x85\xc9\x0e\x0b\xcd\xf7\x87\x3f\x08\x8a\xa3\x1a\xd0\xd0\x24\xc6\x82\x05\xad\x4c\xa6\xf7\x55\x07\x48\x04\x5b\xc5\x28\x4c\x8b\x30\x0a\x93\xa0\xaa\x05\xaf\x4c\xba\x51\x4a\x1f\x03\x8a\xc8\x82\x25\xa6\x2f\x9f\xa9\xf4\xb9\x1f\xc2\xd9\x07\x99\xe1\x2a\x35\x40\x9b\xf2\x9a\x73\x2f\xab\xa9\xb0\x43\x2f\x62\x83\x16\xb4\x32\x1d\x37\xe0\x82\x56\x46\x08\xab\x05\xab\x4c\x77\xdb\x83\x55\x26\xd0\xe1\x56\x69\x32\xab\xd2\x7d\xa5\x59\x6d\x5f\x1e\xfe\x41\x95\x4c\x43\x58\xbe\x01\x60\xfa\x41\x57\x92\x92\xe0\xf4\x28\x00\x80\x1d\x48\x4b\xe8\x66\x06\x99\x14\x4b\xba\x99\x45\xd0\xcc\x82\x6e\xc6\x1c\x90\x05\xdd\x4c\x07\x1f\x6a\x15\x0d\xa1\x16\xd6\x75\xa4\x78\xcd\xd9\x98\x85\x0f\xdb\x4c\x75\x2d\xc2\x29\x13\x1c\xb8\x97\x9c\x32\x8b\xe8\x9b\x05\xa9\x4c\xad\x16\xc0\xae\x8c\xfb\x7f\x15\x19\x47\x99\x3d\x05\x67\x16\x36\x97\x55\x06\x44\x51\x7e\x74\x62\x1e\x46\xf7\x2c\xdf\x2e\x1a\xb0\x2c\xad\x22\x16\x98\xad\x24\xef\x56\xd5\x4b\xae\x19\x67\x5b\xd1\xea\x8a\x24\x87\x46\xa6\x76\xeb\xa0\xcb\x0a\x97\xcc\x92\x46\x46\x4d\x07\x16\x99\xef\x0f\x7f\xc0\xec\x12\x5e\x63\x65\x44\xf4\x17\xcd\xb1\x28\x59\xb0\xc8\xd4\x62\x4d\xc3\xda\xd1\x02\xb7\x60\x3c\xf4\xab\x68\x8d\xb5\xaf\x81\x77\x24\x9e\x6d\x95\x6f\x0b\xae\xd1\xbd\x1f\xe4\x54\x52\xa3\x20\xc2\x0a\xf5\x19\x0a\x9a\xe8\x76\x23\x36\x80\x74\x1a\x69\x72\x65\x0b\x2d\x9a\x5c\x39\x6d\xac\xa2\xc9\xb5\x53\x3b\x4d\xae\x9c\x55\x16\xfc\x32\x9d\xfc\x9c\x25\xbd\xcc\xe2\xf4\xb0\x0a\x21\x35\x98\x37\x56\x49\x4c\xbf\xf6\x1e\x08\x3c\xe4\x6f\x2d\x78\x67\x02\x5b\xf9\x2a\xfa\xd1\x1a\xa5\x2d\xb7\x22\x0a\x58\x2e\x23\xaa\x07\xa1\x69\xb8\x8c\x38\xa3\x93\xcc\xba\x60\x9d\x89\xb4\xef\x00\xd7\x01\xc8\x67\x95\x13\x2d\xd1\xa9\x46\xb0\x4c\x71\x2e\x13\xef\xd2\x6d\x8d\xbe\x33\xbb\x45\x17\x59\xff\x0b\x2b\x64\xc1\x03\x93\x4d\xc9\x70\x9b\xdc\x43\x45\xc8\x66\x5b\x4a\x5a\x88\x60\x56\x38\xc7\xc8\x66\x5b\x7b\x59\xdd\x9a\xf9\xbd\xb6\x97\x15\x2c\x9c\x96\x8b\xb3\xd5\xf4\x82\xbd\x7e\x6e\xd6\x8f\x13\xe2\xdb\x5e\xda\x9e\x10\x18\x67\x87\x8d\x02\x8d\x77\xec\xe2\x60\x34\x50\x7e\x70\x9a\x2e\x8a\x80\x5b\xfa\x09\xde\xd5\xe1\xb6\x65\xa0\xa7\x69\x36\xce\x42\x98\x4a\xb7\x41\xbf\x5d\x3d\x86\xe5\x47\x02\x20\xbb\x3f\xbc\x33\xb1\xa5\xec\x77\x82\xd6\x73\xb7\x0a\x5e\xb9\x50\x34\x98\x0e\xec\x6c\xc2\xf9\x46\x4e\xed\x2a\x58\x79\xbb\xb5\x7b\xfc\x26\x43\x84\x23\xee\x20\xe8\x67\xc1\x3b\x13\xcb\x65\xff\x5a\x23\xe6\x00\x0c\x65\xc7\xb1\xff\xf0\x6d\x5e\x78\x7d\xbb\xd0\x38\x0c\xc3\x9e\xde\xe4\xa0\xc1\xa7\xb0\x60\x91\x59\x38\x93\x3e\x6d\x8f\x67\x26\xd7\x54\x09\x75\x04\x82\x98\x85\x6f\x70\x49\x10\x43\xf4\xd4\xaa\xe0\xe7\xac\xc3\xfb\x1c\x2d\xd0\x46\xea\x41\xb8\x01\x79\x2a\x0b\xb2\x98\xa5\xf6\x0c\x59\xcc\xc2\x97\xb6\xa0\x84\x09\xf5\xf9\x8a\xe9\x16\x6b\xf6\x82\xf9\x25\xc1\x66\x5f\x15\xff\x19\x27\xf4\x55\x6b\x37\x2a\x8e\x5a\x13\xef\x81\x9d\x6a\x55\x6c\xb7\x78\xfa\x56\xad\x34\x3f\x7c\x06\xca\x22\x5b\x59\xad\x11\x5a\x04\xa4\x2e\x4b\x11\x55\x31\xe4\xaa\x8e\x54\x76\x00\x87\x1c\xee\x16\x7d\x92\x0b\xee\x96\x85\xd3\x6a\xc1\xdd\xb2\x70\xc1\x2c\xb8\x5b\x16\x1e\xb2\x55\xbf\x43\xdd\xc2\xbb\xb6\xa0\x6e\x49\x4c\x09\xab\x36\x32\x3e\x99\xe5\xb5\xe3\x55\x64\x1a\xd5\x6e\x03\xf8\x7e\xe7\xfb\xcc\x28\x58\x5c\x16\x8e\xa3\x55\x3b\xdf\x64\xd1\xd7\x61\xb4\x9c\xd7\xbc\xcb\x3e\x5a\x87\x83\xef\x98\x7d\x32\x3f\x89\x8e\x59\xb0\xb8\x24\xf1\x7b\xab\x92\x84\xd6\xac\xf4\xa0\x57\xd8\x9d\x2b\x72\x9e\x34\xa7\x05\x89\x8b\xde\xd9\x05\xaf\x4a\x25\x67\x61\x41\x97\x22\x8c\xec\x82\x2d\xa5\x1e\xc5\x01\xc7\xad\x35\x1c\x3f\x92\x7f\x55\xc6\xe1\x48\xd1\x6b\xb9\x6a\x72\x4e\x43\x9c\xc1\x91\xb2\x5c\x8d\x50\xa4\x7c\x1f\xf2\x21\x0e\x96\xce\xae\xc4\xd7\xc3\x39\x00\x32\x93\x9c\xc8\x30\xc9\x4c\x0e\x92\xad\x56\xc5\xb5\x84\xc3\x74\xd5\x4f\x18\x2e\x82\xeb\x17\x2c\x27\xf5\x20\xe4\x65\x41\x73\x92\xcd\x29\xb8\xac\xb7\x65\xe3\x80\x22\x3b\x63\xd5\x4f\x64\x7e\x7f\xfc\x15\xf3\xb6\x60\x47\xc9\xe9\xb4\x3f\x0f\x5a\x4e\x31\xa7\xad\xa2\xab\x4e\x5b\xc5\x06\x04\xf1\x89\xc0\x17\x0b\xe2\x93\x05\x08\xd4\x82\xf8\xa4\x1e\xa4\xe3\x2c\x88\x4f\x16\xf1\xf0\x0b\xe2\x93\xa5\xd2\x0b\xf1\xc9\x1a\x0e\xe4\x27\xb2\xd7\xb0\x51\x24\x25\x2b\xdd\x20\x3e\xf9\x3e\xe4\x1f\xf6\x1b\x2f\x7c\x87\x87\x45\x40\xd6\x82\xbd\x24\xe7\xbe\x9f\xbe\xe0\x1f\x68\x72\xce\x27\xc2\xf5\x0f\x82\x70\x97\xf4\x25\x38\x28\x17\xf4\x25\x4b\x93\x0a\x2c\x25\xe9\xb1\xa5\xde\x8e\x06\xdb\x77\x45\xa8\x0f\xbf\x7a\xdb\x03\x6c\xc7\xf5\x86\xcb\x10\xe1\x58\xef\xe9\x1f\x74\xc7\x4d\x06\x8e\xc5\xdd\x84\x90\xba\x2e\x6f\x8a\x2b\xbe\xc0\x2c\x42\xf0\x41\x4d\x12\x44\x3e\x2d\x98\x43\xd6\xd8\xd7\x04\x36\x17\xe7\xef\x8f\x17\xfc\x28\x30\x39\xc3\xd9\x45\x5c\x83\xa7\x4c\x48\x41\xd6\xb0\xeb\x1f\xc6\xc4\xc5\xfe\x38\x26\x88\xd3\xfa\x30\x26\xce\xd9\xc7\x89\x13\xbe\xc1\x8a\x72\xd9\x3d\x06\xe8\xf9\x36\xfc\x40\x87\x25\x50\x0b\x67\xdd\xcb\x34\x71\x7c\x60\x96\xc6\x4f\xbe\x2a\x19\xc9\xc3\xa9\xf4\x5a\xb2\x02\x0b\x3f\x5e\xb1\x4a\x46\x03\x62\xfe\x83\x2c\xa4\x1e\x40\xb3\x2d\xc8\x42\x16\x34\x8a\x0b\x7e\x8f\x05\x4e\xd6\x82\x8a\x23\xdd\x7e\x60\xe2\xa8\x87\x66\xa8\x86\x63\x4d\x2d\xa7\x61\x9d\x23\x6e\x76\xb5\xc2\x7e\xc5\xe0\x36\xc8\x9b\x1d\x05\x18\x3a\x16\xf0\x65\x0b\x86\x8e\x05\x10\xe1\x6a\x85\xa6\x31\x95\x1a\xac\xce\xb8\x12\x56\x03\x97\xec\x50\xef\x68\x95\xa8\xcf\xc3\x3f\x64\x35\xe0\x43\x06\xe2\xe1\x3e\x59\x70\x7a\xa4\x67\x49\x38\x3d\x72\xb2\x1a\xe1\xee\x58\x98\x8e\x17\xd4\x1d\x72\x0b\x2d\x18\x3a\x92\xfc\x88\x05\x41\x47\x36\x3f\xfa\x29\xe6\x0b\x67\xc0\x82\x88\xa3\x1e\x9a\xf3\x20\xe2\x58\x30\x5b\xad\x66\xb2\xf0\xf0\x43\xaf\x91\xf0\x94\xdc\x19\x1e\xa6\x6a\x23\x8b\x98\x18\xfc\xd5\x88\x83\x3b\x80\x00\x5b\x30\x71\x2c\x20\xc3\x16\x4c\x1c\xab\x5b\x0d\x70\x19\x88\x0e\x58\x0d\x7e\x2d\x75\xb3\xd6\xa1\xea\xc5\xf1\xb8\x5a\x37\x02\x94\xd2\xf0\xc9\x11\x1c\xb0\xda\x30\x40\xd3\xeb\x8b\x67\x28\x6c\xfa\x0c\xed\x9f\x8c\x94\xd5\x9e\x8c\x4e\xf7\x19\x62\xb4\x2d\x78\x5e\xba\x92\x28\x80\xdc\x5f\x42\xc5\x56\x0b\x9a\xc6\x49\xb7\x91\xa5\x7b\xe4\x5f\xd1\x6f\xab\x05\x93\x09\x55\xb5\x61\x82\xd2\x3a\xd2\xa4\xbf\x62\xf3\x68\x89\x0b\x05\xc9\xdb\x70\x88\x1d\x1a\x5f\x1b\xb0\x33\x4a\x8d\x86\xe5\x88\xc8\xe6\xd5\x34\x10\xd9\xb1\x44\x10\xec\x2e\x10\xb3\xc1\x49\xa9\xd8\xc6\xa1\xb2\x60\xbc\x58\xea\x63\x52\x53\xc0\xa8\xbe\x1a\x72\xf6\xb0\x0f\x14\xa7\x88\x22\x29\x2b\xc0\x2c\x58\x50\x56\xd4\x83\x70\x9e\xd5\xb6\x38\xf5\x43\x4c\x69\x17\xd3\x69\xa7\xd9\x9e\xd3\x55\x46\x07\x2a\x4f\x2b\x6a\x7f\x3b\x8d\x60\xa7\x4a\xa7\xc1\x93\x48\x5d\x68\x2e\x0c\x89\x58\xed\x62\x2e\x0e\xaf\xbb\x0f\xf1\xa9\x8b\xc1\x0b\xaf\x6d\x10\x5f\x05\xfe\x61\xd8\x63\x8a\x4d\xd7\xeb\x4d\x23\x50\x24\x1a\x51\xd8\x7b\xf6\x81\xda\x70\x34\x1b\x71\x3b\xf2\x34\xee\xbe\xfc\x83\xaf\x2a\x36\xa7\x7f\x20\x1e\xd1\xda\x1a\xd1\xd8\xc3\x45\x0a\xb4\xc3\xb4\x04\x94\x56\x4d\xf1\xd0\x4c\x2c\x4d\xce\xd0\x49\x18\x73\xb1\x60\x93\x08\x2d\xce\xb0\x49\xd4\xa3\x39\xa7\x1f\x92\x9e\x1d\xd0\x07\xc9\x82\x66\xd7\x40\x7c\x38\x5a\xf3\x0d\x67\x03\xed\x47\x9c\x86\xd5\x46\x6b\x25\x85\x6b\x35\xb5\x56\x4f\x0c\xed\xb5\x03\xfc\x23\xfd\x83\x36\xa0\xb5\xea\x8b\x80\x37\x62\x91\x9e\xb0\xa0\x7e\x58\x70\xe6\x2e\xa8\x1c\x12\x5c\xbb\xd5\x95\x7c\xf8\x96\x57\x57\xf2\x71\x04\xee\xc5\xee\x0e\xae\xa9\x5e\xfa\xb2\xb1\x13\x14\xa0\x14\xe4\xe0\x01\xdd\xc3\x1a\x88\xdc\x5e\x19\x73\x0e\x5c\x50\x3c\x18\x9a\xb3\x7a\x15\x85\xfd\xab\x68\x6f\x94\xc5\x3a\xee\xc8\x28\x60\x25\x57\x6f\xce\x0b\x5b\xd0\xd0\x74\x18\xa9\xae\x52\xc9\x6c\xeb\xcd\x71\xde\x6f\xbb\xf7\xfb\xb6\xc2\xcb\x87\x98\x3c\x68\x89\x9d\x48\x01\xad\x21\x1d\x40\x2f\xd8\xa1\x57\x87\x22\xfe\x20\xe6\x73\x75\xe2\xa8\x88\xa9\x5a\x30\x44\xc8\x95\xb0\xfa\xd8\x99\x7d\xfe\xa0\x2f\x10\x5e\x7d\xaa\x17\xd3\x7e\x02\xac\xc8\x2f\x59\x7d\xd3\xf4\x54\x7f\x30\x86\xe9\x0b\xa0\x76\xb0\xae\xe0\x6f\xa8\x87\x47\x57\x08\x1c\x96\x56\xa6\x6e\x66\x27\xd3\x10\x9a\x86\xef\x21\xde\x16\x3d\xa6\x7b\x8d\x61\xdc\x61\x88\x94\x15\xc8\x1f\x8e\x09\x45\x68\xff\xb6\x7e\xe4\x82\x6a\x70\xea\x61\xce\xe7\x5f\x6e\xd4\xd5\x43\xd6\x4f\xaa\x05\x33\xdf\x6e\x2c\x36\x6d\xf5\x05\x68\x1b\xa6\xc7\x12\x88\x19\xa6\xbe\x08\xf8\x17\x9a\x7a\x70\xd7\x0d\x4f\xa0\xe1\xd7\x5f\x78\x54\x69\xb7\x66\x6c\x6b\xb5\x3a\x2f\xf3\x51\xac\xd8\x79\xf8\x3c\x13\x9f\xf0\x9e\x05\x63\xc3\x74\x2b\x80\xb1\xe1\xfb\x83\xe2\xe4\x96\xad\xbe\x81\x61\x0f\xe1\xda\xf1\xb1\x03\xe8\xb8\xfa\x92\x60\x9c\xfb\x9f\x4e\x5a\x89\x01\x5a\xb0\x3a\x14\xcf\x3a\x9d\xe4\x53\xe2\x98\x57\x3f\x09\x06\xd8\xf7\xc9\xa9\xda\xd7\x41\x96\x25\x4d\x23\xf9\x54\x7f\x43\x3f\xa5\xbc\xf0\x19\xba\x65\xdf\xa7\x5b\x8a\xdf\xbc\xb9\xa6\x01\x50\xb3\xeb\x86\xe8\x9f\x00\xad\xcb\xfb\x5a\xb3\x7d\xfe\xaa\xdf\x33\x68\xb3\x30\x4b\xb4\xe2\x37\x61\x60\x87\x7d\x70\x75\x12\x6e\x8a\x0b\xfa\x53\x47\x3b\xd8\x18\x0b\x9e\x88\xaa\xd7\x0d\x9a\x88\xa9\xdb\x10\x9a\x88\x4e\x7c\xc8\x82\x26\xa2\x01\x98\xb4\x3a\xb6\x07\xf5\xdd\xfe\x89\xdb\x3a\x1d\x3e\xc8\xd5\x49\x4f\x5a\xfd\x53\x52\x9b\x07\x91\x8e\x92\x4a\xe0\xcf\xea\x77\x38\x18\x7e\xf4\xf5\x07\x25\x7f\x22\x73\xea\x13\xeb\x10\xa7\xab\xa5\x74\x88\xd3\x0f\xfc\xcf\xab\xc3\x9c\x9e\x08\xb7\x0e\x73\x3a\x84\xcb\x4b\xce\x08\x4d\x23\xfd\x13\xa5\xbd\xdb\x45\x0f\xdd\xe2\xd0\x7f\xa2\xb4\xa5\xcd\x79\xf6\x64\xe1\x43\x0f\xa5\xed\x6b\xc6\xc3\xc2\x60\x51\xd7\x37\x01\x65\x44\x81\x63\x63\x41\x19\x51\xf7\x38\xbd\xe4\xfc\x3a\x33\x49\xc5\x24\x26\x66\x75\xa0\x05\xaa\x63\x40\x9a\xa5\xda\x51\x7f\x99\x98\x56\x94\x34\xcb\xe9\x3c\x78\xa9\x83\xf2\xef\x3d\x61\x09\xa1\xd2\xaf\x92\xc7\x4a\x90\x4f\xe9\x56\x05\xc3\xc4\xd4\xd4\x3d\xf0\x81\x13\x1d\xf5\x1d\x9f\xfe\xfb\x5f\x53\x90\x8e\x83\xd6\xb3\x2f\x8e\x4f\xca\x4f\x2d\xe0\x83\x50\xb3\xc6\xe6\x3e\x64\x07\x0a\xdf\x25\xef\xb8\x78\x7d\x81\x0b\x1c\x5c\x03\x61\x48\x4f\x0f\xb2\x1b\x35\xb0\xc2\x66\xd1\xc8\xfb\x59\xff\x88\x2a\xf8\x26\x7c\xe6\xda\xbf\x07\x06\x69\x22\xf6\x16\x04\x16\x35\xf6\xf3\x74\x2e\x1b\xc1\x28\xca\x38\xe4\x31\x0c\x16\xf5\x20\xac\x65\xc1\x60\xd1\x40\x0b\x5b\x30\x58\x4c\x38\xf1\x16\x04\x16\x55\xd7\xf8\x20\xbd\x91\xc4\xae\xef\xc0\x48\x64\x00\xb5\xae\xe4\xd1\x33\xa1\x86\x7a\x32\x01\xe0\xdf\x71\x81\x04\x97\xbf\x18\xb2\xbe\xbd\xfc\x2b\x71\xf9\x12\x0b\xd2\x76\x10\x41\xec\xb9\x73\x54\x16\xcf\xae\xfa\x4b\xe8\x32\xcf\x93\x14\x69\x14\xc0\x68\xee\x0c\x48\x94\xd1\x58\x25\x56\xfd\xdb\xb8\x26\x39\x48\x0b\xfe\x8c\x56\xec\x9c\x6f\xaf\x9a\x64\x63\x2e\xf8\x33\x8a\x67\x0b\xf8\x33\xa6\x16\x54\x08\x34\xbe\x8f\xf2\x72\x27\x49\x06\xd1\x0e\x9b\x46\xd5\x8f\x01\x9b\xc6\x24\x35\x7a\x41\xa6\xf1\xbd\x40\x97\xe3\xe2\x76\x9b\x84\x40\xe3\xfb\xc3\x37\x16\x6f\x50\x34\x74\xed\x00\x19\xad\xb1\xb7\xc0\xe9\x8f\x9b\x87\xa8\x93\x16\x74\x5f\x90\x95\xdd\xce\xc0\x82\xae\xa1\x1c\x36\x8d\xef\x65\x1f\x72\x41\x3b\x75\x3f\x3d\x7d\x2a\xcf\xc6\x80\xaa\xd9\xa9\x35\x3e\x99\xb7\xec\xca\xb9\x67\x04\x9f\xfd\x36\xd0\xaa\xf6\x05\xeb\x45\xdd\x8d\x20\xb0\xed\xd0\x10\x37\xe6\x4b\xff\xd1\x35\x90\xdf\x7a\xd4\x18\x41\x66\x36\xea\x1d\x0c\x18\x72\xfc\xae\x81\x73\x17\xf8\xdf\x4f\x75\x44\x17\xe7\x7e\xba\x21\xa1\x4d\x8e\x4f\x49\x5f\x9a\x37\x47\x02\x7b\x60\x7b\x72\x72\x9f\x1a\x25\x31\x8e\x6c\x60\xf0\x59\x7c\x2f\xfb\xd5\x8b\x20\x56\x1f\xba\x79\x81\x76\xa6\xa3\x98\xfe\x78\xf8\x83\x01\x4a\x83\x55\x79\x61\xd9\x01\x68\x59\x43\xf3\x8d\x73\x43\xf3\x8d\x56\xa7\x01\x14\x83\xb1\x10\x30\x60\x88\x8e\xf1\x1d\x31\x38\x16\x51\x27\xb0\x75\x0e\x27\xdc\x59\x4d\xc3\xa5\x71\xa0\xcc\x1b\xcd\x01\x1d\xc6\x4a\x1b\x41\x30\xb0\x9e\x1c\x48\x2f\x24\x58\x5b\x92\x5e\xa8\xbb\x42\x7a\xf1\x7d\xc8\xaf\x5e\x94\xec\x43\x34\xd4\x45\x07\x9f\x2c\x50\x6c\x6b\x10\x31\x16\xca\x87\x8b\xde\x73\x16\x6b\x3c\x71\xbd\x69\x3c\xd1\x6a\x31\x30\x9e\xec\xe5\x7e\xf9\x51\xda\x4f\x82\xa7\x12\x77\xc0\xa4\x5e\x5c\x63\x1c\x08\x34\x60\x0c\x0e\x04\x9a\xba\xc7\xed\xc9\x96\xe7\xdd\x89\x34\x58\x0d\x90\x87\x61\x47\x58\xd2\x6a\x1c\x9e\xd4\xc7\x2d\x2f\x1a\x43\x42\x72\x89\xd6\x8c\x71\x63\xe4\x57\x7c\xfd\x3e\xfd\xae\xd8\xf1\xc4\x1e\x6b\xd8\x80\x4a\x63\x19\xc0\x31\x38\x28\x68\xa1\x86\x56\x23\xf4\xed\x42\xab\x51\x8f\xb1\xff\xa0\x09\xca\xe2\x07\xc3\xe4\xf2\xba\x82\x2d\xeb\x35\x1f\x65\x0f\x18\x98\xb1\xc3\x26\x13\xb1\xa5\xcd\x11\xee\x8d\xd6\xea\xdf\x02\xee\xdb\xe1\x86\xd6\xcf\x01\x29\xd2\xa1\xc1\x69\xe0\x3c\x3d\x9c\x95\x0f\x4c\x09\x68\x6b\x83\x70\x2e\x12\xcc\xd6\x78\xdd\x09\xa8\xc9\xb7\xf5\x8d\x70\x50\x5e\x7c\x2a\x3e\x4f\x94\x97\x41\x52\xb0\x80\xd4\x2d\xe0\x8c\xf2\x72\xd4\xd9\x06\xbb\xe3\x40\x94\xd7\x6e\xe9\x46\x40\xa6\x9b\xbe\x6d\xb0\x91\xf4\xb8\x06\x04\x4c\x46\x39\x8d\xd7\xad\xd8\xeb\x87\xfb\xf4\xc6\xfb\xca\x6d\xf8\xbd\x3c\xa1\xcf\x73\x9f\x9d\x87\xb4\xea\x5e\xe3\x43\x41\x17\x84\x41\xa4\x13\xc7\xbd\x60\x10\x19\xc1\xf9\x0b\x06\x91\xef\x43\x85\x1f\xc9\x1f\x93\x6b\x62\xc4\xd2\x0f\x3d\xc0\xdc\xf9\xc2\xfb\x3d\xc3\x3e\x38\x41\xdf\xf4\x20\x23\xe5\x88\xe2\x69\x7e\x07\xa8\xa1\xea\x3e\x21\x7e\x3a\x3c\xb2\xcf\x02\x32\x29\x02\x60\x96\xf4\x8f\xc6\x8f\xcb\x1f\xfe\x83\x2e\x52\xbc\x26\xc6\xa2\x5b\xc4\xe3\x43\xd4\x83\x14\x50\x4d\x4f\xd3\x2d\x55\x9b\xcc\xac\x38\x6d\x91\x87\x53\xaf\x30\x2b\x7d\x92\x3b\x43\x8c\xe0\x9a\xdf\xa6\xd6\x20\xc4\x59\x53\x27\x2f\x62\x6f\xc2\xe9\x3a\xed\xb1\x06\xc2\x00\x32\x73\x36\xa0\x5c\x59\x31\x13\x4a\x57\xa5\xca\x6c\x6c\xc1\x68\x41\x30\x9c\xf4\xc9\x74\x81\xe0\xa4\x2f\x2b\xd7\x68\xc1\xb0\x2c\x5b\x30\xfd\x81\x89\x9f\x72\x3b\x41\x7e\x7e\x67\xa3\x07\xb0\x8d\xcd\x4e\x03\x90\x73\xd3\xfd\x4d\xd5\x67\x76\x12\xf3\xac\x51\x27\x29\x0a\x01\x38\xa1\x7d\x25\x6b\x74\xcd\x6f\x0f\xac\xaa\x2f\x93\x64\x9a\xba\x3f\x44\xa4\xcb\xb0\x34\xc5\xd0\xf4\x07\x91\x67\xbb\x4a\x80\x21\xec\x97\x7f\x78\x51\xe9\xba\x81\x2e\x86\xc0\x84\x73\xa5\xeb\xa5\x84\x73\xa5\x01\xb4\xb6\xa6\x40\x76\xac\x2e\x39\x57\x00\x59\x5d\x50\xae\xd4\x63\x38\xc1\x86\x09\xc3\x8c\xec\xb0\x5f\xec\xbc\x81\x37\x1e\x49\x3a\xdd\x1a\x35\x4c\x4c\x22\xb6\x34\xcf\x41\xc6\xd2\x9b\x23\x0b\xf6\x9d\x52\x6f\x4e\x55\x3f\x8a\x23\xc0\xdc\xf0\xc7\x39\x13\xf7\xb5\xf7\x81\x21\x3f\x7c\x1e\x15\x00\x59\x35\xb5\x8b\x69\x4f\x81\xc9\xa5\x6b\x48\x9d\x1e\x45\x91\x61\xd3\xa3\xa8\x36\x87\x19\x0c\x0f\x1b\xc0\x24\x6d\x32\xfd\x2a\x11\xe6\xc6\x05\x4e\x3c\xca\xb3\xf8\xcc\x24\x50\x93\x5a\x90\x36\x69\x00\xc2\xc4\x59\x52\x91\xbc\x53\xb4\xa2\xe3\xaf\xbc\x85\x35\x93\x25\xed\x44\x24\x82\x5c\x43\xe4\x4c\x97\x34\x3b\xff\xe4\xb8\xaa\xa5\x6a\x1a\x42\xae\x49\x6e\x9a\xd5\xb3\x1f\x22\x8b\xca\xe5\x93\x8e\x11\x4a\x07\x24\x2f\xdd\xb8\xcf\x99\x66\x0a\x78\x4d\xcc\x24\xc7\x94\xb9\x38\x45\xb9\x66\x96\x1c\x21\xf4\x0d\x00\x49\xe1\x24\xf0\xec\x4a\xf2\xf3\x9a\x3b\x02\xcb\x87\x30\x8b\xf0\xcd\xef\xe4\xda\x72\xbf\x7b\xfa\xbc\x7f\x80\xa3\xe5\x2c\x83\x44\x46\x15\x0f\x82\x98\xb6\x25\x00\x39\x9f\x9a\xf7\x21\x88\xa9\xc7\x74\x8a\x82\xf8\x00\x47\xf6\x9a\x46\x4a\x39\xd5\x2f\x70\xb7\x7c\x01\xf8\xa2\x03\x3c\xda\x35\x2f\x25\x3a\x5f\xbd\x70\xec\xb9\x74\xaf\xe1\x43\x74\xf1\x45\xc0\xbe\x32\x4d\x9a\x59\xfd\x4d\xf3\x62\x20\x8b\xd7\x9f\xae\xb4\xa5\x95\xbb\xfd\x1e\x79\x98\x06\xb4\xef\x4e\xce\xa6\x1e\x73\xe6\xf5\xfa\x10\x6f\xdc\xec\x3e\xec\x1a\x93\x20\x2a\xb0\xeb\xd6\x94\xc3\xd0\x69\x66\xb0\xb8\x8b\x43\x4f\x89\x6b\xd4\x58\x71\x94\x17\xc8\x66\xbe\x8f\xfa\x10\xca\xaf\xbb\x06\xf9\xa3\x46\x2c\x4d\xbc\xdc\x5b\x3a\x80\x73\xad\x3e\x0e\xd9\x4c\x01\x30\x6c\x4d\xbc\x29\x5a\xd9\x27\x5c\xb4\x80\xda\xac\x09\x68\x9e\xce\x1e\x08\x66\x52\x0f\xdb\xf4\x5c\xab\x22\x07\xc1\x4c\x18\x9a\x37\x7f\x26\xf8\xd3\xdb\x90\x14\x0c\x85\x2f\x21\x54\xc7\x16\x3f\x40\x2e\x18\x0f\x3c\x85\x5c\xe0\x7c\x3d\x1f\xd6\xb1\x13\x09\xc7\xb6\x1e\xae\xf9\x10\xc6\xac\xd4\x17\x08\xd6\x01\x79\x55\xc5\xa8\x1d\xc4\x33\x7a\x12\x27\x66\xc4\x3d\xc1\xd8\xac\xf5\xcd\x4e\xad\x88\xd3\x59\x05\x04\xde\xe1\x24\x79\x6d\x8e\x7d\x44\x56\xe9\x9e\xab\x2f\xea\x83\xd2\xc7\x6d\x19\xec\xe4\x15\x82\xc3\x32\x82\x50\xd2\x84\xee\xbe\x80\xbb\x16\x5c\xd0\x15\x87\xb3\x0a\x09\x02\x25\x4d\xe8\xd5\x83\x92\xa6\xeb\x84\x96\x92\x46\x7b\x24\x94\x34\xd5\xc8\x49\x68\x68\xaa\x0b\x23\x70\xa3\xeb\x28\x8a\xc3\xf6\x73\x9f\xed\x17\x80\x87\x05\xf3\x4c\xd5\xe2\x07\x75\x4c\x53\xe3\x86\x3a\xa6\x1e\x46\xd2\x40\x1d\xd3\xf6\x0b\x15\x2f\x20\xc3\x19\x20\xb2\x6a\xfd\x8d\xef\x7c\x18\xfa\xc3\xa2\x31\x82\x18\x45\x20\x7e\xa9\x07\x00\x5e\x2b\x9a\xb8\x00\x94\x86\xd1\x72\xf9\x0c\xfc\xc1\xc7\x9f\xba\x5b\xe0\x19\x8f\xee\x4b\xb4\x0e\xf1\x16\xa4\x41\xe9\x05\x0c\xb7\xc4\x38\xfc\x03\x28\xdf\xee\x35\xeb\xd0\xeb\x51\x49\xe5\xa1\x75\xc3\x29\xc0\xcb\x43\x1c\x3a\x5a\x34\xa0\x9a\x43\x21\x88\x61\x1e\xa0\xf7\xc1\xbc\x67\x85\xc5\xb7\x49\x15\x5d\xb9\x01\x5e\xf6\x61\xe4\x09\x3c\x30\x95\xfc\xa0\x15\x93\xc3\xa9\x5d\x09\x1e\x0f\x89\x83\x0b\x1e\x98\xae\x8d\x28\x26\x07\x16\x24\x6c\x4c\xec\x75\xa8\x4d\x11\xa4\x0a\x39\xb6\xec\x20\xb0\xb3\x2d\xa8\x5f\xea\xa1\xb0\x82\xfa\xc5\xe0\x31\x49\x5d\x94\x29\x12\xb6\x28\x3a\x20\x69\x69\xee\x7b\xa1\x38\x27\x03\x62\x41\xd2\xa2\x32\x11\xf9\x78\xdf\x1f\x20\x64\xa3\x71\x86\x67\x31\xa3\x10\x60\x72\xf9\x7e\x50\x1c\xd9\x98\x0a\x92\xf8\xe4\x76\x83\xe7\x74\xc5\xff\x31\xf6\x3e\xb9\xba\x84\xbe\xba\x5e\xff\x37\x8a\x3b\x84\xa2\x0a\x6c\x23\x2d\x9d\xb9\xd4\xdf\xf4\xd2\xc8\xfc\x1b\x11\xcf\xf3\x9d\x28\x52\x72\xb5\x4f\x8b\xb5\xbd\xab\x3e\x28\x30\x60\xcc\xeb\xd7\xb8\x10\x0f\xc7\x80\x63\x56\xa8\x0d\xa7\x2d\xe5\x5d\xc8\x76\x42\x8d\x39\x6d\x12\x56\x00\xb9\x5c\x9a\xa6\x25\xb9\x5c\xd6\x7f\xf8\xc6\x47\x6d\x7c\xc4\x5a\xa0\xd3\xdd\x2d\xe5\x97\x4b\x7b\x1b\xf8\x51\x70\x0e\x26\x4d\xcb\xd4\x13\x98\x9c\x89\xf4\x16\xa6\x67\x22\x2c\x62\x92\xae\x4c\xe1\x4d\xe4\x5c\xd9\x37\xbd\xba\x29\xfc\x87\xa3\x5f\x72\xf4\x81\x6a\x69\x92\x5c\xa5\xc4\xed\x25\xe0\x1c\x0f\xce\xf9\x10\x1b\xe8\xdc\xf6\x88\x23\xb6\x3b\x39\xe2\x78\xf3\x92\xf0\xa4\x79\x08\xc8\x37\x21\xed\xe3\x87\x44\xe7\x08\x85\xce\x57\xea\x67\xff\x5e\xbf\xb4\xdb\x0a\xf8\xcd\x5c\xff\x93\x93\xc5\x26\x80\x39\x3f\xb6\x7d\x35\xe6\x83\xf3\xc1\xa6\xae\xb5\xa7\x48\x92\x37\xcb\x9b\x5f\xad\xb7\xda\xa4\x98\x3c\xf8\x5b\x62\xea\xc6\xdf\x9c\xf1\x77\x9f\xb1\x06\x94\xdb\x7c\x2a\x81\x1e\x92\x4f\xa5\xbc\x0e\xab\x4d\x52\x79\x6b\x00\x85\x1e\xca\xa7\x2f\x27\xff\x20\x36\xb3\xf9\xf2\xe5\x7f\xf8\x14\xc4\x45\xbb\x0f\xd9\x65\xcc\x31\x52\xb3\x94\x9e\x24\x52\xb3\x94\xb7\x04\xa4\x66\xc9\xf4\x05\x28\xfc\xa1\x9d\x99\xd5\xf0\xf9\x73\xba\xae\xe6\x3c\xef\xfc\xbd\xc6\xc4\x28\x10\xd2\xaa\x4c\x62\x67\x67\xed\x04\xad\xfb\x09\x3b\x53\x49\x87\x5b\x01\x00\x72\xd9\x2b\xb0\xa1\x5e\xbd\xd5\x21\xde\x86\x67\xc0\xf3\xc0\x12\x38\x8b\x80\x4d\x81\x13\xbf\xb4\x2a\xa8\x2a\x69\x55\xf6\x4d\xdf\x63\x1d\xfe\xd0\x3f\xef\x4d\x4d\xae\xa2\x33\x84\x1c\x2a\xe5\xb1\x80\x1c\x2a\x09\x7b\xdf\x2c\xd2\xba\x7a\xa6\x20\x9f\xca\xd4\x1d\x4c\x3e\x95\x32\x44\x84\x1c\x2a\x95\x2c\x63\xa4\x50\x99\x5e\xd7\x95\x6e\x28\x35\xab\xbc\x2e\xb6\x3f\x06\xd7\x4f\xf6\x25\x11\x9c\x51\xfe\x3d\xf8\x9b\x67\x42\x6b\x82\xc9\x51\xb0\x89\xe8\x1e\x2d\x69\xa3\xad\x19\x7a\xff\x70\x20\x20\xec\x0c\x47\x9a\x6b\x64\xe3\x32\xc8\x75\x62\x9e\xd3\x49\xaa\x93\x7d\x9b\x9b\xff\xe1\xe7\xd0\x6c\x89\x3b\xd5\x56\x62\x20\x7e\xdd\xf2\x4b\x73\xe5\x8f\xca\xdf\xe7\x33\xe4\x68\x53\x59\x13\x63\xde\x41\x49\x00\x7d\x53\x39\x79\x51\x59\x0e\x8a\x00\xce\x66\x43\xc9\x91\x98\xbf\x77\x5f\x33\x92\xf2\x37\xe7\x49\x1b\x0a\x49\x68\x53\x9f\x61\x34\x81\xa1\x7c\x92\x3d\xe5\xd0\xe0\xa8\x5f\xe6\x01\xde\x2d\xd2\x16\xaa\xa9\x85\xb9\xaf\x46\x6a\x95\x3b\xf3\x0a\x96\x94\xee\xdf\x10\xd0\x39\x1a\x78\xd4\xbc\x6c\x28\x3c\x6a\x22\x1f\xc8\xb6\xb2\x3a\x8b\x0f\x76\xb5\xf6\xc8\x52\xac\xd6\x8d\xbd\xad\x30\xbe\x75\xc7\xd4\x84\x9a\xce\xaf\x99\xbf\xae\xa6\x49\x04\x79\xa6\xdd\xce\x22\xee\xc2\x5d\x73\xf8\x90\x6f\xe0\xc4\x67\xc3\x29\x6e\xd6\x0f\x67\x21\x2b\xbd\x56\x5c\x89\x87\x22\x27\xc3\x2c\xf3\x39\xaa\x09\xde\x34\xa9\x77\x6b\x3b\x68\xc2\xea\xc8\xee\xb2\x6f\xd3\xd5\xe0\x04\x8b\xce\x8a\x56\xd8\xee\x9a\x77\xa5\xdb\xcd\x11\x81\x62\x74\x13\x40\x4d\x76\x97\x1f\xfe\xbc\xb4\xd1\x45\x31\xd6\xc5\xf2\x8e\x89\x5a\xf8\xd7\xc4\x1f\x93\xf6\x65\x8a\xfc\x2d\x68\xcc\x0e\x27\xee\xed\x87\xb2\x81\x90\xeb\x65\x0a\x3a\x2e\x7d\x64\x3a\x52\x0b\x1f\xd9\x6f\x3d\x84\x47\xfa\xb7\xbc\x99\x4d\xd1\x93\x3a\x89\x5c\xe2\xb7\x40\x3d\x45\x87\x2b\x97\xa2\x8d\x5f\x7d\x34\x14\x7c\x99\xc4\xb8\x7e\xe8\x8b\x1f\x8d\x73\x49\x69\xec\x0a\x40\x2e\xfd\x5f\xea\xfc\xda\x28\x86\x16\xa4\x09\x5b\x34\x39\x6b\xed\x13\xb3\xf9\xfd\xba\xb2\xf4\x59\xd4\x8b\x8f\xd0\x56\xbc\xea\x89\xcb\x1b\x66\xb0\x2e\xe6\xd2\x0c\xc6\x48\x27\x71\xcb\x7a\x88\x9f\x25\x34\x51\x84\x1b\x19\x5a\x4a\xbb\x99\x0c\x2d\xf9\xdf\x2f\x90\x5e\x60\xf3\x87\xcc\x51\xfe\x4f\xb6\xb7\x39\x8d\xfd\x47\x57\xa6\xdb\x8b\x40\xbf\x09\xdb\x8a\xdb\xe2\xdc\xf8\xaa\xdd\xbf\x89\x5f\xda\x7c\x46\xed\xc7\x24\x99\x1b\xfe\xc4\xe6\xdf\x0f\x5d\xb2\xba\xcd\xe4\x2f\xfa\x1f\x49\xfe\x22\x35\xf6\x24\xf7\x4b\x09\xb1\x9e\xbf\x8d\xa3\xf8\x9b\x95\x92\x29\x4e\xbe\x97\xa9\x77\x67\x82\x1c\x25\xe6\x78\x92\xfb\xa5\xc2\x77\x77\xfd\xc1\xfc\x3e\x3c\x2a\x84\xa1\x4e\x53\xb9\x78\xff\x48\x96\x96\xd9\x76\xff\xc6\x73\xcb\x46\x33\xb9\xbd\x68\x9e\xd3\x26\xc0\x4e\xb8\x72\xe7\xc4\xeb\x03\x25\xf7\x9c\xa0\x84\xc8\x90\x3f\xc9\xde\xb2\x37\x18\x8b\xe7\x24\x8a\xff\xb0\xef\x08\xd0\xd3\xfb\x3a\xb9\x9a\x17\x45\x31\x07\xae\xee\xee\xdf\xc0\xa7\xd0\xd0\xc9\x35\xfd\x2f\xcc\x68\x12\x88\x07\x91\xce\x9c\x50\x48\xaa\x59\xe4\x84\x59\x0f\xf9\x0f\x92\xeb\x60\x9c\xcd\x61\xca\x16\x7f\xc9\x6f\x70\x74\x88\xa9\x33\xf8\x70\xb2\x6b\x40\xe7\x3d\x67\x40\xbd\xc5\x01\x86\x6c\x31\xeb\x05\xaa\x0e\x8f\x36\x54\x1d\x56\xe7\x97\x02\xe2\xf7\x20\x3d\x09\x91\xdb\xed\xbe\xb5\x85\xec\xda\xe9\xd3\x74\x59\x58\x7f\x13\x4a\x15\x92\x2d\x4c\x32\xc7\x1c\x1e\x30\x67\xfa\xa1\xbf\x87\x3a\xcd\xf0\xa1\x01\xa3\x9a\x3f\x14\x10\x21\xd3\xbc\x64\x6a\xd9\xa2\xb5\x55\xec\x86\xa9\x91\x82\x66\x37\x59\xd0\x9c\x6b\xaf\x68\xbf\x01\x25\x58\x8e\xdc\x70\x73\x92\x13\xbc\x6d\x7e\xb4\x9b\x05\x86\x1a\x89\x6a\x86\xb1\xa1\xe4\xa9\xd9\x49\xdb\x34\x67\xd1\x22\xb5\xb3\x48\xaa\xa6\x06\x9b\x38\xbc\xfb\x0c\x2d\xc2\xea\x98\x6c\x0a\x9d\x8d\x63\xe2\xa9\x69\x70\x20\xcc\xb9\x76\x85\x61\xc0\x1f\x79\x6d\x9a\xfe\x85\x89\x69\xdf\x60\xb9\x9c\xb3\x6c\x2a\xdf\x5c\xbf\xa6\xd2\x19\x05\xad\x12\x7b\xca\x64\x57\x30\x42\x90\xec\x37\x87\xe8\x7e\xb2\xdf\x74\x2d\x24\x92\xdf\x74\x2f\x8b\x27\x2e\x99\xe9\xbb\x27\x57\x79\x2c\x1a\x93\xec\xe0\x7a\xcf\xc9\x77\x53\x87\x1d\x79\xe2\xba\xb2\xbf\x40\x96\x4e\x7f\x1f\x67\x8b\x08\xa1\x29\x57\xb4\xa7\xd6\x09\x75\xa6\x81\x90\x13\x67\x8b\xb6\x0b\x79\x6d\x52\x77\xfb\x7c\x00\x28\x3a\x6a\x40\x93\xbc\x69\x26\x03\x4d\xb9\x01\xcf\x47\x55\xc0\xe4\x98\x5c\x51\xe8\x95\x9e\x0f\x28\x36\x5c\x3e\x13\xcc\x92\x08\xa9\x89\x2d\xaf\x43\x97\x94\x35\xeb\x65\x6b\x23\xcb\xc0\xfc\xa7\xf9\x46\x3e\x9b\xf5\x96\xd5\x60\xf4\x95\x3f\x67\xef\xab\x1c\xa0\x4b\xdd\xf3\xe6\x2b\x7d\xb6\xeb\xcc\x6b\x58\x25\xda\xc1\xf2\xbf\x3b\x6b\x5e\xd3\x6f\xf0\x02\x54\xfe\x46\xbe\x4c\xac\x7b\x2f\xe7\xc8\x3a\xb3\x37\xf7\x02\xd2\xce\xa4\x37\x04\x27\xac\x2a\x2a\x3b\x09\x62\xa6\x80\x42\xf3\xc3\x88\x25\x22\x3f\xcc\xd4\x5d\x47\xb6\x97\x29\x02\xea\x24\x9e\x1a\xb6\x93\x79\xee\x17\xa1\x97\xbc\x0b\x29\x6e\xf3\xea\x88\x54\x2c\xd3\x48\xd2\x13\xd4\x25\x04\xcf\xf3\xe4\x62\xb8\x69\xb5\x9d\x98\xcf\x5a\x52\xa4\x62\x99\xa4\x39\x9d\xe7\x01\xca\xfc\x27\x67\x2c\x50\xdd\xd3\xd5\x71\xfa\xae\x3f\xc4\x22\x70\x82\xb4\x74\x85\x23\x5f\xcb\x14\xbf\x72\xe2\x01\x20\xfb\xe5\x3c\x59\x29\x45\x0f\x9d\x20\x9a\x5c\x4c\x4e\x30\xf0\xde\x78\x92\xba\x65\xff\x6d\x14\xe4\x6e\x99\x1e\xc4\x4c\xbe\x42\x26\xb1\x79\xba\x22\x92\x88\x79\x9e\x00\xe2\xd3\x0e\x00\x10\x2f\x38\x9b\xac\x2c\x93\xf4\xa7\xf3\x1c\xf2\xc4\xf2\x0c\x99\x58\x84\x34\x92\x89\x65\x6f\x86\x62\x9d\x40\x33\xf5\x43\x9c\xd8\xd7\x86\x09\x90\x8a\x65\x92\x16\x76\x92\x89\x65\x6f\x46\xb7\x92\x8a\x65\x37\xdc\xff\x34\x96\xd8\x9a\x09\x76\x12\x16\x4e\x2a\x96\x0e\x3b\xe5\x24\x13\x4b\xdb\xd1\x3c\x32\xb1\x1c\xcd\x8e\xc4\xd6\x6e\x30\x15\x4d\x52\xb1\xb4\xd6\x7d\xa1\x73\x41\xa0\x7c\xcd\x69\x83\xe9\x4e\x16\x4a\xd8\xf7\x26\x59\x59\x76\x63\x7e\xcf\xb5\x50\xc6\x96\xfe\xcd\x15\x07\xdb\x12\xd9\x5a\x0e\xd7\x8c\x73\xad\x93\x41\xce\xc4\x79\xba\x4e\xfa\x65\x6b\x99\x0c\xfd\x93\xe7\x2f\xbf\x38\xcf\x94\x5d\x84\x27\x8a\xf4\x2e\xfb\xef\xeb\x8b\x06\xb1\xe3\x92\xde\x65\x37\xfe\x85\xf4\x2e\xad\xec\xd2\xb5\x4e\x86\x90\xb4\xd3\x75\xf2\xf7\xc9\x20\xb0\x5c\x03\x4e\xd7\xc9\xf4\xe5\x1b\xce\x69\xe5\x20\x18\xd4\xd3\x65\x3b\x07\xec\xad\xf3\xd4\x76\xb6\x82\xb5\x32\x86\x13\xfb\x9c\x58\xed\xac\x13\x64\x80\x09\xe7\x35\x19\x60\x56\xc5\xfe\x63\x1d\x3b\xf6\xe9\xcb\x70\x43\x38\xc8\x90\xf9\x93\xbd\x75\x92\xcf\xa5\x8b\x1d\x24\x9f\x4b\x6c\x3f\x79\x68\xf2\x53\xc3\xb2\x8a\x03\xea\xd0\x49\xca\x96\x26\xfe\xfc\x94\xa5\xc4\x59\x44\x06\x73\x2f\x75\x48\xd9\x92\xe1\xfc\x85\x60\x58\xa3\xf3\x24\x15\xa2\x9e\xaa\xf3\xe2\x77\x54\x90\x6b\x4a\xed\xd9\xfe\xb5\xba\x9d\xc4\x6f\xe9\x36\x3f\x09\xed\x35\xdf\xf2\x24\xe9\x4b\x1a\x5b\x78\x92\x89\x2c\x54\x6e\x56\x6c\x7d\xb7\x24\x80\x49\x8f\x40\xe7\x8d\xd1\x81\x3d\x45\x3e\x96\x5f\x7c\x36\xf9\x58\xf6\x1f\x24\x81\x7c\x2c\x69\x78\x28\xf9\x58\xa6\x38\x94\x73\x2d\xeb\x87\x2e\xe7\xf3\x31\x0b\x08\x3f\xca\xc5\xb3\x61\xdb\xe4\x6c\xf9\xc5\x76\x93\xb3\x65\xfd\xa8\xff\x28\xb0\x1a\xbe\x80\x33\xc9\xb9\xea\x32\xfc\x5b\xc4\xb8\x85\xd6\x7a\x21\x05\x4b\xfe\x66\x06\x24\x85\xe2\xad\x48\xbb\xb2\xb7\xdf\x24\x66\x7d\x36\xfe\x81\xb4\x2b\x53\x14\xd7\xf9\x5a\x03\x3f\x0a\x17\xa1\xd0\x22\x12\xa7\xec\x8d\x34\xbc\x93\xcc\x29\x49\x2e\xf2\x49\x8a\x93\x6e\x93\x2e\x9d\x2c\x8c\x35\x89\x4c\xf6\xb6\xd3\x8c\x0b\xcf\xaf\x56\xcd\xc5\x82\x0e\x67\xec\x24\xab\xc9\x7a\x28\xf9\x87\x55\xaf\x5e\xba\x30\x77\xb5\x58\xc8\x45\x32\xc5\x13\x5d\x10\x0d\x6a\xa4\x5c\x3b\x3d\xcc\xf2\x79\xed\x3e\xef\xdf\xdd\x99\x7b\xf0\x0f\x48\xd2\x7c\x79\x57\x47\x99\x59\x24\x26\x29\x52\x2b\x4c\xf2\x92\xec\x92\x91\xce\x6b\xc7\x94\x0f\x1f\x12\xab\x40\x33\xe0\xbf\xd0\x0d\x7e\x1d\xf6\x3d\x5b\xe0\x45\x2e\x2f\x2f\xe7\xaf\x63\x5f\x16\x08\x47\xd4\x0b\x92\x5a\x31\x1c\xd7\x61\x22\x66\x6a\xe3\x62\xd4\xf8\xc2\x4b\xb0\x3d\x1a\x73\x75\xbe\x01\x2d\xb9\xe0\x12\xd4\x6d\x7a\x75\x55\x8f\x4f\xe0\x5a\xb4\x79\x6f\x70\xc1\xc3\xae\x7f\xeb\xea\x1e\xb1\xfc\x51\xc6\x8d\x3d\xf6\xea\x9e\x33\x7c\x9e\x71\xde\xad\xe0\x83\xf0\x9e\x2f\x1e\x9b\x3f\x4a\x2b\x08\xb4\xf2\xde\xe0\x82\x82\x56\x9d\x24\x55\xca\x8f\x49\x80\x54\x29\x7b\x33\x82\xc1\x5c\x29\x90\x5b\x4f\xd3\x9d\xec\x76\x45\xe2\xc6\xc6\x64\x27\x8b\xc9\x24\xe9\xd4\xbc\x0a\x0a\x3b\xfb\x94\xc5\xb4\x79\xfd\x79\x11\x20\xf5\xfb\x21\xd3\x98\xd8\x5f\xac\x75\x32\xe4\xce\x0b\x36\x05\x2d\xaa\x8b\x00\x51\x72\xde\xcd\x4b\xea\x3d\x55\x52\x8a\x3d\x15\x69\xe2\x7d\x67\x6b\x20\x73\xc9\x8f\x76\xe5\x92\x24\x4f\x05\x03\x0a\x03\xd7\xd8\x24\x99\xc8\xde\x20\xc3\x9a\x24\x13\xf9\x51\xc7\x90\x4c\xa4\x74\xd1\x92\x96\x63\x8a\x0b\x20\x2d\xc7\xd4\x09\x4c\xca\x8d\xe9\x25\x0d\x19\x37\xf6\xd6\x55\x05\x92\x41\x91\xf9\x7e\x5e\xe6\x62\x55\x3b\x31\xf1\xc4\x36\x91\x29\x63\x6f\x86\xe6\x92\x2a\x63\x66\xfd\x13\xd2\x4b\xbe\x8c\xa9\x6f\xfe\xd2\x94\x13\xa1\x41\xc2\x8c\x09\xcf\xdc\x24\x49\xc6\x34\x62\x96\x24\x19\x53\xbc\x0a\x49\x32\x76\x33\x69\x4c\xb2\x64\xcc\x54\xa5\x89\xc1\xf4\x6a\xeb\x7a\xf1\x16\x3a\xf0\xc4\x03\xb5\xae\x46\x10\xdf\xa3\x0b\xed\x32\xfd\xe0\x54\x4e\xcd\xaa\x16\x48\xc8\xf6\x53\xf6\x8f\x75\x93\x1e\x21\xbb\xc3\x4c\xf6\x1d\xb2\x3b\xfc\x08\x4c\x6e\x57\x07\x76\x4b\x12\x34\xcc\x62\x4b\xb9\x81\x65\xc8\x6e\x34\x6f\x80\xed\x62\x94\xc9\xdc\x50\x3f\xf9\xee\x0b\x83\xbf\xd1\x26\xf6\x8b\xdb\x15\xc1\x00\x4e\x32\x2b\x4c\x61\x56\x64\x50\x98\xc2\x8f\xc9\xa0\x30\x49\x6d\x36\xc9\x9a\x30\xc5\x2e\x93\x29\x61\xca\xb5\x72\x1f\x56\x4c\x65\x9c\x9e\x35\x58\xc9\xa0\xb0\x37\xf1\x67\xf7\x41\x05\xb8\x47\x6e\x80\x15\x4d\xb8\x25\xb9\x15\x66\xfe\xfe\x56\x3d\xd0\xa1\x9b\xa0\x4a\x5d\x9f\xf7\x71\xfa\x1f\xf4\xc6\xc1\x0d\x2b\x2a\x71\x1f\xcc\x5e\x76\xaf\xbb\x5b\x05\xed\x20\x7a\xd2\xb3\x87\x19\x18\xbc\xe6\xb8\x07\x6d\x45\x19\x6e\xcf\xd2\x06\x2b\xde\x40\xde\x85\x2c\x93\x8e\x61\xfd\x07\x6f\x0f\xb6\xa0\xe6\xdb\x49\x50\x81\x0f\x31\x56\x98\xd4\xf7\x50\xad\x94\x0b\xa9\xb4\xfb\x96\x19\x39\x5d\x05\xef\xe0\x20\x8e\xb5\x71\x87\x13\x90\x9a\x93\x1f\x62\x73\x21\x51\xc3\xfe\xa3\x6b\xb8\xa5\x08\xc5\x38\xbb\x3d\xc5\x7a\x49\x76\x2f\xeb\xac\x6b\x92\xdc\x24\x86\x36\xaa\xe7\xae\xcd\x87\x68\x13\xa7\x55\xd7\xc1\x5f\x9e\x07\x16\x0e\x72\x38\xa4\xb1\x34\xa6\x70\x68\x02\x8d\xee\xe2\xb2\x86\x8d\xfd\x36\xe2\x92\xc5\xe2\x76\xa5\x11\x44\x74\x4f\xfb\x0c\xd5\xbd\x49\xfb\x2c\x18\x94\x4c\x0f\xeb\x3f\x68\x2d\x31\x8f\xfa\x9a\xc8\xca\xb0\xff\x20\xa0\xa6\x65\x30\x04\xe0\x3e\x7f\x95\x53\xc9\x69\x25\x36\x97\x98\xc4\xdd\x1e\xd1\xaa\xf1\x12\x99\x4c\x06\x87\x3b\xd2\x4d\xc8\x75\x53\xd3\xa4\x17\xb3\x43\xb4\x06\xb0\xe2\xa1\xf6\x4f\x2f\xef\xa1\xf0\x2f\x03\x48\x6e\xdc\x6d\xe1\x1c\x7a\xcd\xbb\xc9\x67\x7f\x66\xf3\xe4\x37\x61\xe7\x37\x74\xe5\xfe\x11\x13\xab\xee\xe6\xbc\x67\x32\x3e\x26\xa4\x47\x51\x1e\x2f\x50\xd0\x26\xd8\xf6\xf7\x66\xe4\xc7\x23\x3f\x06\xe6\xe7\xd3\x0c\x6b\x2d\xfe\x26\xec\x9e\xf9\x07\x2f\xfe\xde\x04\x92\x40\x8c\x3f\x63\xfb\xe7\x31\x15\xd6\xfc\xf5\x16\x75\x12\x8a\x17\xe8\xdd\x63\x82\x79\x16\x15\xa8\xef\x4b\x53\x5b\xea\x7b\x99\xde\x26\xdc\xf7\x15\x9c\x8c\xe1\xac\x9f\x46\x55\xc1\x59\x3f\x7f\x3f\xca\x4d\x88\x0e\x72\xf8\xe2\x53\x68\x07\xbc\xf0\x53\xe7\xf7\x83\xaf\xaa\xa1\x38\xcf\x50\xce\xef\x7b\xa7\xc1\x94\x87\x39\x7d\xea\xa8\x80\x39\x3d\xbd\x28\x78\x4c\x47\xcc\xec\x82\x20\x7d\x0a\xd4\x78\x38\x42\x39\x72\x8f\x47\x28\xed\x18\x48\xce\xeb\x48\x5f\xa6\xd1\x0c\xdd\x43\xdc\x88\x1e\x8f\xa7\x1c\x09\x2a\xc6\xf1\xd2\xb4\xd3\x1f\x88\x6f\xbd\x47\x7d\x88\x17\x56\x4f\x1e\x80\x2a\xc1\x02\xfe\x68\xfc\xa7\x23\x31\x6d\x06\x2f\x9f\xdc\xa0\x60\x28\x3c\xc4\x91\x79\xe3\xf9\x90\x07\x58\x6f\x0e\x6c\xe3\xb5\xf9\x69\x02\x41\x6c\x1d\xbe\x6b\xef\x38\x1f\xf6\x49\x6f\x5a\x1f\x53\xfc\x92\x44\x65\x3e\x37\x7d\x87\xc6\xc1\x1d\xbe\xfe\x83\xb7\x4d\xda\xe1\xdf\x0f\xcd\x3e\xfc\x1b\x6b\x8d\xd5\xe5\x79\xf8\x4e\x8d\x83\x07\x07\xc8\x4f\x99\xc8\xa0\xe1\x91\xe2\x01\x7e\xe9\x11\xef\x21\xd4\x55\xd7\x3f\xec\xdc\xd3\x23\xc5\xf3\xd9\x0a\x9a\xf7\x39\x82\x3c\xff\xd1\x47\x87\x7f\x43\xd7\xfa\x7b\x86\xdf\x67\xce\xc0\x9c\x3d\x3d\x3f\xbc\xcd\xba\x82\xbf\x6d\xc3\xc1\xdf\x17\xcf\xec\xfc\x7d\x4b\xe0\xe1\x43\x68\xfd\xef\x6f\xae\xc6\x58\xe2\xa1\xd1\xde\xbd\x1d\x7c\xd7\x5e\x16\xaa\xe0\x6b\x88\x29\x06\x0a\xf4\xda\x21\xf8\x07\x7a\xed\xdd\xed\xe1\x75\x8f\x73\xf5\x7e\xb9\x1e\x14\x97\xfe\x92\x0f\x62\x63\x15\x7c\x9d\x14\xae\xfd\xf0\x6b\x77\x1d\x9b\xaf\xe8\x78\x77\x0b\xf8\xb5\xbb\x6e\x99\x57\x4b\xd7\xb5\x1c\x0a\xed\x90\xe3\xe0\x3d\x68\x07\x9a\xfa\x02\x31\x14\x64\xfc\xba\x15\x7a\x67\x0d\xb7\xf6\x01\x65\xea\x7c\xc9\xf7\x20\x75\xd3\xbb\x76\xc2\x90\x71\xe9\x5d\x3b\x61\x48\xd7\x04\xcf\x76\x73\x13\x79\xd7\x7e\x17\x92\x23\xbd\xc7\x27\xcb\xf7\xfa\xbb\xff\x5a\xc4\x0f\x01\x9c\x20\x25\xd0\x84\x7f\x3b\x74\x73\xbf\x1d\xd7\xa9\x2f\x93\xa8\x41\x70\xe3\xfb\xdf\x08\x40\x6a\xeb\xd4\x50\x3e\x44\xd7\x33\x77\xde\xf1\xab\x81\x37\x06\xdf\x8c\x59\x04\x1b\x77\x88\xff\x78\xf5\xb3\xe8\x6d\x7e\x07\xdf\x83\xb1\xf5\x0e\x2c\x71\xfb\x5e\x43\xb9\x8e\x7f\x1e\x54\x5f\x7d\xd4\x9e\x66\xde\x41\xc3\x58\xe4\x61\xfa\x8e\x5f\xc3\xe2\x97\x3b\x86\xbf\x87\x2f\xf8\x1f\x6b\x9d\xd1\x49\x0f\x8b\x77\xd7\x19\x06\x8b\x77\x4a\x9f\xf1\xea\x49\x91\x47\x0b\x16\xef\x74\xb1\x7b\x65\x3b\x90\x23\x0b\x16\xef\x69\xdc\xcb\x4b\xec\x99\xde\x8a\xff\x26\xf1\x66\xe8\xdd\xa1\x3d\x30\x42\xe2\x5d\xf2\x2f\xbc\x69\xde\x64\xbe\x21\x21\x6c\xef\xca\xa5\xc4\xe7\x6f\x36\x68\x2f\xa2\x61\xe1\x4e\xef\x4e\xe1\xce\x4e\x6f\x70\xe1\xce\xde\x3d\xc0\xbc\x13\x43\xc4\x96\x92\x63\xc9\x9b\x5d\x58\xb1\x77\x73\x89\xcc\x77\xb2\x13\x62\x33\x41\x8b\x5d\x87\xdf\x8c\x57\x42\x04\xee\xcb\x42\xa6\xd3\x18\xfa\xeb\x09\x09\xe9\x7c\xa5\x7e\xb1\xef\x08\x5c\x2d\xf6\xa9\xd7\xb4\x09\xfe\x0e\xae\x03\x8f\x75\xef\xe5\x4c\x56\x6d\x7e\x01\xff\xbc\x00\x25\x8b\x21\x49\xf0\x62\x17\xb9\xc8\x26\xbc\xd8\x87\x51\x1b\xf0\x62\xef\x46\x80\xbe\x37\xc1\x0f\x9c\xb4\x5e\xdd\x08\x82\xb1\xdf\xc7\x0c\x4d\x7c\xf2\x43\x6e\x2e\xbf\x80\x85\xcf\x3b\x8d\xf7\x91\x1a\x90\x2f\xd6\x0e\xc0\xd4\x78\x01\xa2\xb9\xd3\xbd\xdc\xcd\x35\xaf\x39\x5f\x0d\x04\x5b\x4d\x16\xf2\xdf\x38\x11\x61\xd5\x48\xfb\x34\xdf\x97\x13\xa5\x0a\xce\xa5\x5d\x0d\x5f\xe0\x44\xe9\x24\x78\x71\xa9\x70\x80\x78\xf5\x16\xb0\xf7\xcb\xc8\x6d\x3c\xfd\xcb\xd5\x5c\x33\x80\xe3\x95\x35\xd4\x49\xfd\x79\x45\xc3\xcb\x40\xd4\xda\xaf\x93\x88\xab\x12\x25\xf5\xea\x6b\x98\x2a\x9b\xa7\x89\xe1\x43\x42\xfa\xfc\x1b\x7b\x93\x83\x2d\x9c\xda\xb2\xa3\x4e\x38\xb5\xf7\xe6\x55\xe8\xb7\x61\x84\x75\xff\xbe\xfd\x0f\x9f\x02\xf9\xd5\xfd\xfb\xe5\x76\x7e\xf2\xf7\xe7\x43\x6b\x80\x3e\x88\x40\x21\x8f\x9f\x52\x72\xbb\xaa\xc1\xc8\xbd\x1e\x2a\xfe\x81\xca\x58\x45\xb3\x2f\xd9\x39\x3e\x02\xad\xf2\xf7\x86\x9f\xca\xdc\xfb\x1a\x1c\x5a\x0c\xd1\xb7\xcb\xb4\x1a\xfc\xed\x70\x75\xff\x83\xe1\xc2\xe0\xfc\x48\x8a\x10\xd3\x87\xec\x71\x9e\x39\x1c\x2d\x6a\xf3\x3c\xe1\xbe\xf0\x1d\x0e\x17\xed\xf3\x3c\xe1\x95\x25\xf4\xdc\x8d\x34\x9b\xf3\x3b\xec\x0f\x26\x10\xd4\xdb\x29\xfe\xec\xeb\xb2\xe3\xd0\x56\x2e\xed\x3c\xe4\x7c\x78\x9c\x8d\x82\xfd\x40\x4f\xeb\xe0\xfc\x58\x21\x97\x01\xf8\xff\x5e\xe3\xf2\xff\xb3\xc4\x7d\x43\xea\x48\xba\xd3\x03\xc9\xfc\xfd\x80\x80\x37\xba\x10\xe4\x87\xf1\x9a\x1f\x96\x54\xda\x1f\x1e\x2f\x1c\x30\x2c\x29\x08\x80\x27\x34\xde\xa5\x1b\x1c\x1a\xef\xbd\xb9\x3e\xc3\xe3\xfd\x23\xfe\x83\xad\x7b\x26\x06\x31\x4c\xdc\xf2\xf9\xce\x4f\x73\xcb\xc5\x15\x26\xee\x69\x48\xd0\xf7\x33\xb1\xa8\xed\xe7\xbb\xe0\x87\x8c\x3f\xb2\xd5\x25\x60\x90\x56\x03\xa2\x10\x3b\x0a\x39\xf6\xae\x49\xf6\x99\x16\xc6\x81\x80\xf2\xca\xb3\xc5\x47\x96\x81\xdd\x2f\x9b\x26\xeb\x42\x0e\xaa\x41\xee\x46\xa8\xab\xa7\x31\x97\xd0\x52\xef\x1a\x67\xd0\x52\x37\x0f\xf0\xd0\x52\x87\x18\x42\x68\xa9\x53\xda\x39\xd9\xa7\x9d\xbb\x9f\x69\x59\x6d\x3f\x51\xfa\x3b\x29\x32\xe7\x77\xfd\x28\xc2\x68\xb5\x07\x11\xd7\x71\x18\xa1\xf7\x5d\x12\xcd\x0f\xc8\xef\xde\x30\x98\x3f\x16\xc2\x9d\x6b\xc5\xa7\xfa\xf6\xdc\x80\xb4\x77\x58\xe1\x7f\x02\xdf\x5d\xfd\xa8\x00\x16\x2a\xd3\x08\x3e\xd5\xdb\xc3\x21\xe1\xf7\xeb\x4f\xf5\xfd\x79\x38\x50\x59\xc3\x53\x7d\x3c\x58\x7b\xab\x31\x03\xc1\xf9\x3c\x25\x2b\x79\x21\x18\xdb\xf3\xe0\x57\xd8\x39\x13\xbd\xc9\x5d\x83\xa4\x85\x6f\x4e\xa8\x6c\xe7\xfa\xf3\x66\x57\x1e\xfc\x89\x91\x51\xff\xf9\xfb\xe6\x6e\x7b\xd6\x32\xfa\x4d\x4e\xa1\x1c\x17\xbf\x39\x61\x32\xe7\xbe\xf5\x9b\xaf\xdb\x4e\x5f\x7f\x7f\xc2\x41\x57\x65\xdf\x49\x96\x49\x26\xe0\x77\xe2\x94\xd8\x01\xd6\x7e\x67\xb3\x07\xd7\xaa\xf0\x91\x40\x05\x14\xd6\xf7\x42\x21\xbc\x3e\xe5\x7b\x8d\x27\xe9\xfc\x39\x7f\xcd\xfc\x4c\x61\xb2\x11\xce\xf9\x61\x62\x81\x6c\xff\x4c\x34\xb0\x26\xf4\xf7\x01\xd9\xdc\xf8\x73\xad\xe3\xeb\xe9\xce\x3f\x70\x2c\x0f\xfe\xec\xca\xfd\x07\xe0\x9d\xff\x3d\xf4\xfe\xff\x3a\xff\xcf\xff\xe3\xfd\xcf\xdf\x06\x51\xf0\xdf\x26\x83\xea\x7f\xfe\xb6\xfd\x3e\xd7\xbf\x77\x22\xa8\x40\xdd\x6c\xc7\x6c\x4b\x74\x9c\xab\x61\xcb\x6e\xda\xe0\xa2\x58\xc5\xfa\x84\xb5\x18\x6f\xc7\xe5\x33\xcb\xc6\xe7\x94\xbb\x41\xef\xb0\x8a\xc9\x55\xf5\x7f\xfe\x36\x68\x0a\x56\xc1\xa5\xc1\x8e\x24\x90\x1c\x5e\x23\x2c\xc9\xa1\x64\xad\x34\xd8\xcd\x3b\x5c\xc9\xab\x90\xa3\x1c\xc9\xad\x04\x5a\xdf\xb6\x24\xcb\x14\x5d\xc5\x01\x5c\xe5\x3f\x7f\x7b\x5b\x2b\xc4\x2a\x20\xf3\xdc\x96\x24\x95\x68\xd2\xac\xd1\xdb\xe1\x9a\x5b\x85\x19\x64\x91\x84\x92\x09\xca\x77\x89\x20\xd4\x5a\x45\x01\x20\x5f\x92\x65\x84\xad\x02\x0b\x73\x20\x09\x25\x6b\xa1\xe0\x78\xbd\xef\xf1\x2a\xe2\x7e\x7d\x35\xe9\xd8\xe7\x92\x1c\xfb\x09\x5f\xe6\x7f\xfe\xf6\x6e\x23\x7b\x78\x49\xb5\x24\xc9\x4f\x77\xe6\x54\x43\x52\x7c\x7e\x37\x51\xc8\x92\x10\x43\xfc\xb7\x13\xe6\xc9\xb1\x64\x27\x98\xf3\x6f\x1f\x00\xd1\x48\xae\xb8\x13\x0f\xb9\x8a\xb5\x68\x12\x34\xb1\x13\x75\xb8\x0a\x12\xc5\x25\x2f\x5e\xf4\xa4\xc1\x79\x50\x2b\xee\x44\xb0\xad\x82\xa7\x96\x3d\xb5\x63\xb0\xad\x02\x50\x2f\x50\x86\x9d\x44\x2c\xab\x60\x9e\x42\xe3\xb7\x93\x6a\x65\x15\xa7\xb2\x8e\xec\x41\x36\x8d\xf0\x5d\xa7\xae\xfd\x9d\xa5\x8c\x55\x00\x03\x71\x27\x11\xca\xdf\xae\xb9\xb6\x93\x53\x69\x7f\x4f\x9f\x3b\x7d\x2e\x36\x64\xbf\xe7\x1e\x65\x3b\xb2\x0f\x19\xf7\xf1\x3b\x66\xd6\x8e\x4d\xb7\x8a\xa1\x8c\x36\x5f\xa1\xcc\xb5\xc5\x6f\xbb\xac\xc3\x25\x0e\xff\xe0\xfe\xda\x2b\x58\x73\x4b\xc6\x77\xdc\xd6\xfb\xd9\x07\x6b\x8d\xdd\x21\x49\x5f\x05\x5b\xea\xb6\xda\x77\x40\x72\xbe\x0a\x0e\x96\x08\x4a\xc1\xf7\x1b\xf5\x03\x76\xf1\x55\x98\x60\x0c\x49\x57\x62\xd4\x3f\x92\x50\x42\x22\x5a\x25\x8f\x92\x97\x34\x7f\xd4\xb5\xcc\x85\x55\xa0\xac\xcb\x96\x3b\x98\x01\xab\xe0\xb3\x49\x25\x79\xc0\xc8\xbd\x8a\x53\x59\x2d\x59\xf7\x55\xf0\x74\x83\x76\x32\x00\x87\xb4\xc0\x1b\xf7\x84\x07\xb4\xc0\xab\x78\x95\xf1\x6b\xa7\x6f\x12\x29\xbf\xcc\x9c\x03\xd6\xd5\x55\xfc\x9e\x5a\xed\x80\x3f\xf5\xef\x68\xe4\x81\x5f\xa7\xd9\xa3\xed\xa5\x64\x19\x26\x6b\xb9\x3c\xda\x9a\x08\xab\x60\x35\x26\xeb\xfc\xd1\x4e\xfa\xa6\x39\x44\xb8\xce\x8f\x9d\x15\xea\xd8\xc9\x6f\xbb\x36\xba\xe3\xa8\x35\xb7\x0e\xe8\x74\xda\x06\xcf\xe8\x71\xac\x86\xaf\xc2\x56\xf0\x26\xfc\x2f\xab\xf8\x2d\x98\xeb\xdd\xee\x00\x75\xae\x51\x76\xa2\x00\x8e\xde\x69\x1b\x74\x1c\xfb\x8e\xab\xec\x70\x26\x1e\x04\xef\xaf\x19\xbf\xc6\xc0\x99\x77\x0c\x77\x2b\x1c\xf8\xc7\x58\x1b\xed\xdf\x61\x18\xe3\x8e\x3b\xed\x08\x9f\x0b\xb0\xc1\x07\xfb\xc1\x41\xb4\xe1\xdf\x11\xcd\xb9\xbe\xac\xd9\x83\x58\xc1\xbf\xc3\x58\x8b\x83\xd4\xe4\x47\xfa\x6e\x2a\x83\xea\xe3\x28\x65\x22\xd6\x0e\xbc\x8b\xc7\x54\x36\x9b\x00\x47\xbe\x77\xae\x1f\xff\x3b\x80\x25\xed\x07\x37\x35\x07\x58\xa4\xbf\x63\xde\x26\x78\x46\xbb\xa6\xfd\x22\xbe\xa3\x6f\x6b\x51\x3d\xc0\x74\xfc\x1d\xa0\x33\xf6\x0e\x52\xea\x38\xad\xc3\x1b\xf8\xbe\xad\xa5\xee\x38\xed\x97\xd3\xe7\xc0\x6b\x1e\x97\xcf\x71\xd3\xb4\xd6\x02\x64\x9d\x7a\x2f\x9f\x23\xfb\xeb\x71\xfb\xdc\x6d\x30\x38\xe1\x7f\xc7\x6d\xfb\xf0\x64\xee\x1d\xd8\xcf\x41\xc6\xd2\xbf\xe3\xf6\x5d\x90\x5a\xc7\xe3\xbb\x8f\x32\xdc\x14\xc7\xab\x8c\x83\xc0\x3e\x30\x16\x8e\x4f\xd9\xa7\x0c\x97\x66\x77\x52\x76\xf8\xdb\xf7\x01\x05\x4e\x87\xb3\xfd\xaf\x6f\x3e\x07\x70\xa9\x37\x9f\x83\x14\x76\x1f\x64\xf0\xee\x6e\x24\xbd\xf9\x1c\x47\xb2\xbe\xfb\xdc\x8e\xcc\xeb\xef\x7e\x28\x83\x91\x6b\x0f\x2c\x91\x0e\x0b\xd7\x5f\x97\x70\x29\xc8\x1f\xd8\x21\x59\xfa\xeb\xb0\x28\xed\x31\xf6\xff\xb6\x99\xdd\x8f\xff\xff\xb6\xe8\x7e\xac\x85\xed\xaf\x1f\x5c\xee\x04\x91\x31\x1d\xaa\xa2\xbf\x7e\xd8\x04\x98\xa0\xba\xaa\xdd\x3b\xd7\x48\x81\xfd\xd9\xfb\xc3\x67\xaa\xc6\x41\xb7\x75\xd5\xb8\x8f\x9f\x6c\xad\x5b\x5d\x95\xed\xc6\x4d\x26\x88\xc0\x4e\xb0\xe4\x5f\x37\x72\x31\x01\x60\x74\xa2\x15\xff\xba\x2a\x9b\xdc\xa4\x77\x55\xb6\xe7\x0e\x2e\x02\x3c\xff\x3a\x33\x29\x33\x95\x27\x6d\x21\xf0\xe6\xaf\x27\xce\x03\xd3\x23\xf6\x4c\xea\xc8\x5f\x7e\x65\xea\x20\xa2\xe3\xaf\x3b\x05\x4c\xae\xdc\x9d\x02\xdd\x29\xa0\xc7\xbb\x3b\x05\xfa\x64\x2a\x27\x67\xf9\x3e\x99\xca\x5d\xab\x2e\x89\x97\xed\xa0\xe2\x56\x41\x1d\x20\x92\x3a\x20\xb8\xbf\xfe\x83\xb9\x41\x5b\xdc\x27\xfb\x5c\x9f\xee\x73\x6d\xa3\x0e\xf6\xb9\x0e\xd4\x6d\xc9\x3a\x32\xfa\x74\x12\xda\x67\x66\xa1\x3e\x59\x7e\xfa\xc4\x27\x61\xce\xe1\x3e\x4f\xdb\xc7\x1e\x54\xa0\xfb\xfa\xbc\x6c\x1f\xdf\x51\x30\x87\x74\xa7\x59\x77\x4a\x99\x53\xa1\x3b\xa5\xba\xd3\xa7\xc8\xd2\xd3\x9d\x3e\xfd\x86\xcc\xd7\x24\xbe\x9d\x0b\x95\xbf\x7e\x5b\x2f\x07\xe0\x4e\xc2\xe9\xbf\x4e\x7a\xe9\x65\x21\xaf\xdf\xe3\x96\xe2\xaf\x3b\xa5\x8a\xb3\x43\x77\x4a\xf5\x67\xd9\xa4\x7b\xd5\x32\xad\xfb\xb3\x4e\xb9\xab\x98\xbe\x5b\xc8\x18\xb7\x87\x3d\xb7\xf0\x65\x77\x1c\xc1\x7f\x9d\x2c\x93\xfb\x64\x39\xeb\xef\x46\x1d\x2f\x59\xb0\x36\x9c\x95\x1d\x87\xe6\x5f\xc7\x7f\xb9\x64\xeb\x3b\x70\x35\xae\xc2\xe5\x9b\x7a\xf1\xe9\xad\xc2\xa5\x1a\x3d\x78\x07\xf5\xbe\xc6\xdd\xc2\xb9\xd9\x5f\xf5\x0f\xdf\xd7\x92\x51\x47\xa4\xb2\x52\x96\xc8\x7c\x17\xf3\x6b\xc3\x6e\xec\xb8\xb9\x56\xc1\xdd\x8f\x3a\x8e\x63\xea\xaf\xbf\x62\xe3\x39\xd5\x74\x0c\x9d\x55\x58\x07\xe3\x86\x01\xb3\x8a\x44\x46\xdf\xbf\x8e\xb9\xa9\xda\x36\xf0\x7b\x5d\x5b\xa4\xbf\x97\xbf\xc7\x12\xa2\xdd\xd1\x5f\xb3\xec\x40\x0d\xd9\xb5\x31\xfa\x4b\x86\x9d\x8d\x94\x69\x1d\x77\xd0\x5f\xc7\x13\xb4\x64\xd4\xf1\xf8\x1d\x50\xe8\x6e\x90\x32\x74\x1c\x36\xab\xb0\x2d\x41\x1f\xbc\x8f\x32\xbf\x37\xa8\xe3\x43\x37\x70\xa6\xb4\x0d\xdc\x6d\xff\x36\xfa\xcf\x84\x64\xb2\x2e\x76\x7c\x24\xab\xb0\x8e\x5a\xe3\x4b\x32\xb2\x55\x48\xf4\xbf\x8c\xe3\x4e\x1a\xb1\x55\xf8\xbd\x93\xdf\x63\x5b\xef\x64\x0c\x5b\xb2\x81\xcc\xe7\x76\xbf\x8d\xe5\x91\x54\x60\x7f\xfd\x73\x7c\x61\xa5\xee\xb8\x1c\x56\x41\x3f\xef\x8d\xdf\xeb\xa9\xec\x56\xb6\xbe\x8d\x13\xfe\x2a\x7c\x97\xb9\xff\x39\xbe\x9c\xdf\x97\x8c\xdf\x8b\x47\xd9\xab\x6c\xf5\xd5\x97\xbe\x9b\xbe\xbb\x8c\xec\xce\x79\x7e\x15\xa7\x32\xea\x28\xf4\xef\xab\xdf\x73\xbc\x3b\xed\x03\x28\xad\x36\xce\xea\x9d\x54\x51\xab\xf0\x5d\xc6\x8d\xac\x4f\xab\xf8\x94\xd1\x7f\xa7\xf5\x9e\xfe\xde\xa0\x7d\x97\x75\x5c\x26\xf9\x0f\xbe\x57\xdd\x30\xd3\xd2\x06\x6e\xa2\x7f\xb7\xcf\xdd\xd2\xb2\x24\x7d\x7a\xfb\x1c\x89\xc7\xb7\xdd\x71\xbb\x1d\x37\x52\xa6\x6e\x30\x41\x77\xd2\x1e\xad\x22\x94\xd1\x96\xd7\x7e\x7e\xed\x67\xe6\x16\xe9\x81\x56\x61\x3f\x3b\x6e\x9f\xcf\x7d\xa9\x6c\x22\xf3\x39\x98\xf5\x37\x32\xbd\x0f\x92\xf7\xac\x62\x28\x2b\x64\xa9\x0c\xbd\x02\x17\x32\xb0\x67\x57\x91\xca\x26\xb2\x47\x19\xdf\x4b\x90\xfd\x20\x27\xcd\x2a\xba\xb2\x40\xf6\x21\x3b\x8c\x5b\x5d\xe3\x36\xb6\x43\x99\x3a\x04\x2a\x7e\x90\x0c\x66\x15\xa1\x2c\x91\x9d\xca\x2e\x63\x5e\x79\x97\x23\xd2\x20\x9d\xcb\x92\xf1\xee\x08\x65\xbf\xd8\x58\xbe\x63\xd8\xbe\xf0\xb9\xe0\xb9\xf0\x39\x75\x0d\x3f\xcd\x20\x3b\xca\xdf\x30\x01\xca\x46\xf4\xd4\x20\x9f\xc9\x2a\x4e\x51\xde\xf4\xd5\xda\x74\x56\x61\xff\xfd\x3f\x24\x94\xff\xfb\xed\x7e\x90\xa7\x64\x15\x36\xa1\xe8\xb6\xb2\x09\x65\x57\x4e\x9a\xc5\x71\x6b\x6c\xa4\x4a\xdb\xb0\xf5\xc7\xc6\xd6\x39\xc8\x19\xb2\x64\xbc\x3b\xed\x0e\x39\xd1\xba\xc3\x75\xfe\x64\x7c\x12\x0c\x5c\x83\xb4\x1c\x7f\x63\x73\xe9\x82\xe3\x7e\x90\x30\x63\x15\x53\x19\x75\x5c\x7e\xd2\xe5\x15\xfa\xce\xa7\x5f\x0e\xcd\xfd\x7b\x97\x7a\x71\x00\x0c\x72\x65\xb4\x0d\x02\xf9\x41\x82\x8c\x55\x94\x32\xba\xe8\xb6\x2d\x04\xaa\x6c\xfd\xe0\xf7\x1e\x55\xe2\xf1\x5d\x87\xfa\x51\xc5\x1e\xdb\xd2\x51\x93\xe7\x52\xf6\xbb\xce\xa7\xde\xc7\xb6\xe8\x0e\x81\x97\x67\x6c\xaf\x7d\xf5\xfa\xbd\x0e\xf5\xeb\x73\xf0\x7f\x49\x38\x35\x38\xd6\xac\xc2\xf6\x05\x75\x7c\x7e\x2f\x49\x24\xa4\x2d\x1a\x6d\x43\xd6\xb6\x9f\x6c\xfd\x1e\xc9\x1d\x56\xc1\x18\x41\xa8\x3d\x48\xf2\xb0\x0a\xbf\x6d\x2d\xa3\xa3\xa9\xee\xcd\x25\x13\x12\xee\xd1\x76\xbe\x83\x34\x0d\x6d\x23\x40\x65\x90\x9b\x61\x15\xa1\x8c\x3a\xb0\x28\x47\x73\x5a\x40\xfa\x3c\xda\xf1\x28\x7b\x95\x51\x6f\x67\x2c\xc9\x93\xd0\x24\xc8\x19\xe4\x43\x58\x85\xef\xee\x3c\xa7\xba\x93\xfa\x60\xc9\xa8\x23\xac\xd7\x29\x80\x7b\x73\x34\xa7\x40\x8b\x54\xb6\xf4\xa0\xa5\x75\x98\x6e\x07\xb7\xe6\x68\xe5\xbb\xea\x2e\x6e\xf7\xd1\xd4\x5d\xd3\x05\xc8\x79\x32\x48\x0b\xb0\x8a\x4b\x59\x22\xf3\xf7\xe6\x8f\xbb\x6f\x8d\x65\x9b\xfe\xde\xf4\xf7\x98\xb6\x6d\xda\x66\x97\x5b\x38\xd6\x46\x3b\xad\x83\x14\x7a\x1b\xde\xbc\xd1\x4e\x9f\x3b\xed\x97\xe0\x39\xf5\x19\x52\xff\xb6\x0d\xc7\xf2\xb2\xde\xcb\xdf\x4b\xea\xb8\x99\x83\xd0\xf5\x2f\x19\x6d\x56\x27\xdb\xe3\xbb\xc5\x73\x8f\xef\x3e\xbe\xeb\x58\xbe\x3e\xf7\xfa\x2e\xf3\xb2\xbd\x43\x99\xef\xae\x2d\x71\xc0\x2f\xbf\x0a\xe6\x2a\xee\xaf\xb1\xb3\x15\x8f\xdd\xad\x18\x58\xc2\x80\x4b\xfe\x6f\xc0\x22\xbf\x64\x6b\xdc\x76\xcc\xb4\x01\x6b\xfc\x92\x05\xb2\x57\x19\x6d\x01\x7e\x30\x76\x5c\x04\x03\x16\xf9\x26\xe5\xc3\x80\x39\x7e\x15\xa9\x6c\xb5\x6f\x3f\x7c\x0e\xd6\x98\x8d\x6b\xf9\x01\x19\xfc\x2a\xac\x03\x3d\xd8\x5d\x82\xe1\x71\xef\x5c\xbd\x0c\x78\xdc\x57\x61\x0e\x62\xa6\x2f\x7c\xee\xab\x98\xca\xf8\x34\x55\x72\xef\x36\x0f\x75\xd9\x07\x5d\xb5\x0f\x9b\x87\xba\xec\xaa\x29\xec\xed\x4b\xc6\xa7\x0d\xab\x0d\xbb\x60\xf0\x6e\xf8\xae\x6a\x1a\xb6\x25\xec\x3e\xe2\x72\x24\x2f\x18\x3b\x7e\xbf\xb1\x1b\x7b\x03\x40\x76\xec\x19\xca\xec\xe6\xa0\x4b\xcb\xcf\x2d\xbf\x03\x35\xd8\x55\xc9\x5d\x47\x03\xd1\xab\x63\x9f\x3e\xa7\x05\xc0\x75\xe5\x80\xf7\x7c\x15\x76\x69\x51\xef\x79\x2b\x7b\xc8\x85\xc2\x67\xb8\xc2\xee\x97\x9f\x31\x19\x8d\xcb\x57\x5d\x4d\xf1\x55\x0f\x48\xc4\x57\x41\x53\x88\x23\x1b\x50\x83\xaf\x82\xa6\xa4\x9a\xf1\xa8\x05\xae\x92\x40\xea\xc7\xfe\xfa\xb9\x2f\x9f\x9b\x8e\xb8\xda\xb7\x6b\x1c\xa6\x23\xfe\xd9\x7d\x9f\xef\x1e\xb4\xcf\xd5\x6f\xd7\x00\x48\x87\xed\xb3\x4b\x35\x00\xb8\x9e\x1b\x87\x06\xc0\xb1\xf9\x6e\xef\xc8\xa6\x32\xd3\xbc\x31\x7b\x61\xe1\x5e\x85\xcf\x0d\x9e\xc3\xe7\x31\x8e\xe6\x73\xc3\xe7\x5e\x65\xb6\x8f\x21\x3a\x38\x40\x8e\x63\x1f\xca\x78\x17\x57\xec\x38\x5c\x39\x01\x09\x8c\xc3\x95\xf3\xd8\xfd\xbd\xe0\xf7\x70\x07\x0f\x8e\xdf\x6d\x03\x79\x36\x8e\xe3\x56\xe6\x77\x24\xcf\x75\xdf\xed\xca\x58\xb1\xa1\xa6\x5e\x85\x75\x30\x94\x30\x4b\xaf\xc2\xe7\x18\xa3\x23\x7d\x17\xbf\xf9\x06\x44\x71\x1c\x18\x91\xe3\xf0\x30\x51\xdb\xbf\xcf\xf6\x03\xaa\xe8\x55\x94\xaf\x24\x32\xbb\xc3\x45\x0f\x3c\xe2\x80\x2e\x7a\x15\xa9\x8c\xe7\xa6\x4d\xd0\x65\xc7\xd9\x7e\x1c\x6e\xec\xd0\x3a\xb7\x0d\x94\xc3\x80\xbe\xf9\x6f\x1c\x6e\xec\xb8\x85\xc6\x71\x59\xaf\x0b\x21\xd7\xb1\xe3\x70\x63\x3f\xb4\x45\xc1\x15\x8c\x43\x55\x84\x9f\xb9\x6d\xe5\xf0\xdf\xb6\xcf\x73\x0a\x20\x80\x71\xb8\x38\x1e\x64\x77\xde\x08\x68\x1d\x38\x2c\x56\xe1\xef\xb1\x11\x1f\x9f\xef\xba\x99\x72\x3f\x35\x60\x20\x5e\x85\x6d\x61\xa1\xee\x0e\x7f\x77\xf8\x09\xf7\x1e\xde\x0d\x8c\x7e\xd8\x16\x66\x63\xc7\x91\x39\xba\x36\x21\x7c\xec\xa3\x6b\x13\x76\xcf\x15\x10\x57\x0e\xa8\x80\x57\x61\xbd\x0c\x6b\x77\xf5\x81\x00\x78\x40\x7a\x31\xba\xfb\x61\x77\x3f\x84\x94\x7c\xe0\x9e\xff\x1b\xb0\xf8\xb6\x0d\x86\xc6\x01\x29\xef\x2a\x68\x32\xe1\x70\xa3\xbb\x1f\xf6\x5f\xfa\x39\x4c\xe0\xee\xf0\x42\xa9\xbb\x64\x54\x3b\x95\x91\xb2\x6d\x9b\x0c\x51\xd7\x46\xc3\xcb\x3f\x34\xe5\xe0\xb9\xfd\x1b\xd2\xd7\x6e\x93\x51\x83\x8f\x76\x15\xe7\x7f\xfd\xaf\x01\xca\x77\x40\x15\xbb\x0a\x3a\x05\xff\xd4\xe8\x97\x8f\x39\xb8\xdc\x39\x8f\xae\x95\xd5\xef\x1f\x89\x15\x55\xb8\x7e\xf4\x87\x74\xb9\x18\x18\xf0\xb9\xae\xc2\x1a\xd6\x0c\xeb\xee\x67\x5d\x7b\x0a\x08\xce\x80\x70\x75\x15\xb7\x32\xfa\x49\x7b\x0a\x6e\xd5\x25\xe3\xdd\xcf\xa1\x90\x7e\x06\x22\x8f\x01\xd7\xe9\x2a\x50\x15\x6e\x9f\xc7\xd8\x4e\x65\xa8\x0a\x98\xa2\x31\x9a\xcf\x35\x9f\x63\xb8\x87\x47\x8a\xa1\xaa\x00\x0d\x1a\x70\x92\xae\xc2\x7e\xaf\xf5\x65\x43\x1b\x0b\xf2\xd1\xc1\xed\xc4\x18\x6e\x7b\x70\x8d\xb6\x0d\x0f\xfa\x80\x5f\x74\x15\x36\x8f\x05\x79\xb8\xed\x8d\xe3\xf7\x1c\xd5\x6a\x76\x49\xf0\xd9\x20\xd1\x18\xf0\x72\xae\xa2\x94\xf1\x19\x2e\x28\x63\x6d\x75\xcd\x08\xd8\x01\xbb\xe6\x2a\x76\x65\x1d\x99\xef\x0e\x7f\x8f\xd9\x3c\xdc\xe3\xa0\xd0\x6c\x86\xaa\x8e\xe1\x1e\x07\x93\xe6\x92\xf1\x69\x61\x5b\xa0\x5b\x31\x42\x75\xc0\xa2\xf9\x37\x46\x76\x64\x9c\x96\x46\xfa\xbd\x84\x8a\x6a\x19\x0f\xb5\x76\xa0\xb5\xc6\x64\x8e\x51\x3e\xc6\xb6\xb7\x8e\x07\xc8\xec\xd1\xf2\x33\x3a\xdd\x32\x6d\xca\xb4\x29\x6c\xcb\x5c\x25\xad\x22\x95\xd1\x05\x6a\xf2\x98\xbf\xfc\xc5\x74\x3d\x8e\xb0\x31\x4e\xeb\x40\x5b\xa0\xa8\x5c\x85\x9f\x11\x3e\xe7\x67\x5c\x76\x41\xf0\xb9\xd7\xa3\xec\x5d\x9f\xa1\xb2\x78\xd8\x80\x2e\xb2\x89\x65\x18\x43\xf5\x86\xf8\x71\xc9\x78\xce\x2d\x73\xac\xf3\xf1\x80\x20\x68\x8c\xdb\x57\x1f\x6b\x60\xce\x0f\xcf\x15\xe3\xb1\x25\xd8\x75\x43\xfd\x86\x69\x71\x74\x55\xef\xb5\x21\xaf\x9d\x32\x69\xf0\xe7\x87\xa1\xf2\xa6\x9c\x1c\xc3\x8d\x55\x3e\xc5\xae\x36\x7e\x7e\xeb\x77\xfb\xd8\xea\xbb\x70\x16\xc0\x66\xd8\x1a\xce\xc6\x11\xce\x82\x80\xd0\xb7\xe1\xc8\x1a\x30\x13\xae\xe2\x50\x36\x91\x4d\x65\xa7\xa8\xe0\xd5\x9f\x30\x07\xae\x62\x57\xc6\xbb\xaa\x7c\xec\xa2\x87\xb1\x08\x21\x0f\x5c\x85\x75\xa0\x66\xe1\xde\x08\xa7\xdf\x92\xad\xce\x83\xaf\x6f\x15\x3e\xc7\xe9\x2d\xf0\xe9\x8f\x18\xb6\x05\xbd\x80\x2d\x6f\x15\xd6\x81\x25\x1f\xc3\x3a\x54\x6f\x12\x19\x0d\x88\xf1\x56\xc1\x3d\x18\xe1\x9f\x23\x3c\x44\x47\x58\x2f\x2b\x46\xb8\xaf\xc6\x32\xcd\xc6\xf0\x33\xd2\xc7\xd2\x57\x39\x93\x87\x87\xe4\xe0\xa0\xd1\xf0\x77\x0d\x18\xe2\x56\x61\xb5\x18\xf7\x70\xba\xad\xc2\x6e\xc1\x90\x0f\xf7\x52\x18\xdb\x96\x8c\xe6\xa9\xb6\x71\xfa\x1c\xfb\x48\x68\xd5\xc5\xe9\x10\x31\xe2\xe1\x0a\x1c\xa7\x77\xcf\xf3\x7f\xb0\xc5\x43\xd6\xb6\x0a\x7f\x9a\x33\x79\x78\x0e\x81\x3f\x6d\x0d\x0c\x9f\xa4\xa6\xc3\x9d\xb6\x64\x7c\xba\x67\x68\xa8\xd2\x5a\xe3\x46\x78\x84\x67\x68\xa9\xd1\x0c\x66\x1b\xd0\x9e\xfd\x8d\x50\xaf\xf7\xc6\x67\xba\x25\x07\x5b\xb2\x6c\x15\x03\xba\xb3\x55\x30\x5a\x44\xb3\x8e\x78\x6c\x8b\xfa\xbf\xab\x11\x5a\x8c\x70\x91\x2d\x19\x6d\x79\x1d\xc1\xd7\xf6\x71\x76\x0f\x95\x1d\x3e\xb2\x25\x63\x18\xb4\x22\xe1\x1f\x5b\x32\xb4\x49\x2b\x32\x9c\x01\x44\x8e\x0e\xaf\x0d\x46\xc2\xed\xd9\x76\x8c\x7f\xc8\xbf\xfe\x46\x72\x37\x6a\xb6\xc7\x91\xdc\x8e\x8e\xf4\x76\x94\xf8\xb3\x91\xce\x80\x6c\xf6\xdf\x18\xc8\x1e\x65\xaf\x32\xde\x75\x56\xa4\xb3\x02\xf2\x96\xe1\xd5\xc4\x80\x12\x6c\xc9\xa8\x77\xb7\x5e\x23\xbc\xf8\x8c\xf4\x48\x04\xf9\xd7\x7a\x8c\x9f\x73\x6f\x80\x04\xac\x99\x75\x79\xa4\x93\x07\x92\xaf\x25\xa3\x29\x9d\x61\xcb\x6e\x37\xa3\x61\xe9\x99\x28\xbb\xdd\xcc\x32\x93\x5a\x20\xe9\xe4\xd9\x71\x0f\xa4\x06\x28\x3c\x5e\xad\x91\x41\x76\xa4\xfb\x40\xba\x0f\x90\xde\x70\xa4\xe7\x9a\x4c\xdb\x87\x5a\xc1\xb5\xb5\x0a\x2f\x92\x59\x54\x52\xaf\x54\xba\xe8\xeb\xc1\xf3\xd6\x65\x24\x86\xaa\x61\x5f\x23\x35\x55\xb2\x7c\x0e\xb5\x82\x66\xeb\x6f\xe4\xf4\x39\xcc\x81\xf4\xfc\x93\xd3\xe7\x50\xa1\x9c\xf6\x01\x47\xf2\x06\x18\x77\xa4\x8b\x79\x5e\xbe\x6b\x9f\x6a\xac\x24\xc6\x4a\x3b\xd8\x6c\x52\x63\x25\x6f\x9f\x53\x0d\xb4\x3a\x21\xb6\x6a\xed\x70\xc8\x5d\xcd\x13\x6f\x67\x83\xff\x75\xe4\x63\x1f\x3c\xbe\xcb\x26\x92\x4f\x28\xb3\x0e\x0e\x0e\xa9\x9b\x08\xae\xab\x25\xa3\x2d\x9a\x35\xc9\x31\xbd\x91\x2f\x63\xa4\x6a\x9f\xaf\xcf\xe1\xe9\x4b\xd7\xf8\x54\xc5\x35\x13\x61\xae\x5a\x45\x28\xa3\x0e\x55\x3c\x55\xf1\xc3\xb1\xd4\xda\xe5\x26\x6b\xc9\x56\xbf\x40\x56\xb5\x8a\x2e\x35\x7f\x43\x56\xca\xa6\xb2\x03\x19\xef\x96\xd4\x20\x07\x9b\x46\x69\x12\x55\xfb\xbd\x3b\x91\xa5\x32\x74\x12\x7e\x96\x51\xdc\xd8\x0c\x78\xa4\x9a\x11\x68\xa3\x34\x89\x6a\x37\x82\x1a\x7b\xa5\xdc\x20\x0a\xfb\xa7\x71\x23\x37\xca\x03\x55\xe1\xbd\x37\xb1\xea\x28\x0f\x54\x75\xf8\x2e\x4b\x49\x69\x8d\x57\x57\x86\x1e\x94\xbe\x80\x52\xc7\xa1\x41\x1a\xe5\x06\x51\xea\xb8\xae\x3c\xd8\x9d\x56\xf1\x28\xf3\x39\xf4\xa5\x30\xbd\x1b\xc9\x21\x46\xe9\x76\xaa\x38\x95\xf1\x1d\x6e\x1a\xa5\xad\x03\x13\xfd\x28\xcf\xf3\xb0\x29\xb5\x06\xd9\xf7\x80\x42\x69\x15\xd6\xc1\x5c\x2d\x5d\x51\xb0\x16\x2d\x19\xcf\x95\xdf\xab\x8e\x13\xc0\x35\x4a\x1d\x2f\x77\x08\x4d\x87\xd2\x88\x81\xef\x67\xed\x69\xb4\xc5\xd3\x56\xb9\x1b\x0c\xfb\x5e\xbd\x2f\x97\x7b\x92\xb5\x8c\xf2\x90\x5f\x97\xd0\x1f\xfb\x59\x2b\xa6\xee\x4d\x19\xe3\x71\xdb\xcf\x2e\xf7\xba\xed\x20\xf3\xf9\x1b\xe5\xd2\xae\xdb\xae\xd4\xf1\x52\xc7\x75\xc7\x95\x3a\x5e\x8f\x6d\xe1\x20\x50\xea\x73\xfd\x52\xf4\xb2\x61\xd7\xc7\xba\x06\x8f\x4e\x33\x54\x69\x94\x66\x7a\x7d\xac\x1b\xc3\xbe\xff\xd4\x2b\x97\x71\x12\xd2\x8d\x52\xc7\x4b\x1d\x1f\x8e\x87\x3a\x5e\xea\x38\x79\x99\x86\x37\xb3\x63\x42\xe1\xdc\x48\x78\x34\x20\xcb\x59\x05\x7a\x40\x10\xd7\x98\xea\x3d\xb4\x38\x4b\xb6\x74\x63\x6a\xf0\x4c\x0d\x1e\xc2\xb2\xc6\x54\xc7\xa7\x3a\xae\x8b\x6e\xba\xdc\x4f\x97\x7b\x98\x78\xc7\x74\xb9\x87\xfa\xa6\x19\xc2\x34\xa6\xba\x3b\xd5\x5d\xd8\x6e\xc7\x3c\x6c\xcb\x61\x5b\x18\xdf\xa9\x6b\x6b\x76\xfb\x99\x79\x39\xd5\xe7\xe9\x3a\x3e\xfe\x27\xbb\xfd\xf4\xa0\x39\xcd\x39\xaf\xa7\x6f\xba\xcc\x4f\xed\x26\xf0\x25\x63\x8e\x4b\xd9\xa7\x8c\x4f\xd2\xf3\x0a\xf9\xcc\x92\xf1\xe9\x4e\x81\xc9\xe5\xa6\x31\x53\x43\x4c\xc7\x98\x2e\xfd\x7a\xff\xa6\xea\xfe\x23\x7d\xd1\xd3\xe7\x25\xf7\x80\xd7\x65\xc9\xf8\x74\xd5\x1d\xca\x95\x65\x4b\xd1\x16\x1d\x0e\xd3\x29\x40\xe4\xce\x98\x4e\x01\x21\x91\x72\x45\x8e\xa9\x91\xc4\x5d\xf7\x92\xd1\xbe\x69\x5b\x34\x9c\x80\xec\x8d\xa9\x37\x76\x3a\x55\x74\xe1\x4d\x0d\xa7\x49\x16\x15\x4f\x4b\x53\x0f\xd9\x74\xf6\x10\xde\x3c\xa6\xc6\xd2\x74\xd7\x20\xa2\x6f\xc0\xad\xb2\x0a\xbb\x00\x4d\x9c\xfa\x2a\xe6\xe5\xbb\xac\x02\xd3\x19\x35\x6f\x9b\xac\x86\xdd\x6a\x0e\xf7\x66\xd2\x60\x8d\xe9\x4e\x32\x6f\xbb\x9e\x55\x7e\x6a\x18\x4d\x0d\x23\x60\x28\x63\xea\xdc\x85\xd4\x64\xc9\xa8\xe3\xf5\xd3\xde\x5f\x56\x56\x9e\xf3\x72\x61\x72\xb9\xd0\x42\x6d\xf2\xb4\x30\x9d\x3d\xe0\xe6\xc7\xf4\x22\x61\x02\x94\x6a\xc9\x90\x9f\xce\x8a\x73\x83\xa9\x81\x45\xf4\xf4\x14\x70\x7a\x0a\x80\x40\x63\xc0\x81\xf2\x37\xce\x1f\x4f\x14\x0b\xc8\xa9\x5d\x74\x72\xdf\xd0\x08\xb1\x19\xa7\x76\xd1\xa9\x5d\x44\xa8\xc3\x38\xdb\xef\x5d\xab\x45\x33\x4e\xfd\xc2\xa7\x76\x11\x00\xf7\x71\xee\xa1\xac\x94\x25\x32\xdb\x72\x58\x2f\xda\x02\xfb\xc9\x2a\xac\x03\x2d\x38\xbd\x83\x80\xf4\xa4\x19\xc9\x35\x4e\x4f\x10\xf0\x9a\x2c\x19\xbf\xe7\xa1\xf9\xf4\xd0\x0c\xa4\x7a\x9c\x1e\x9a\x4f\xae\xe6\x9a\x4e\xe5\xd3\xab\xb9\x53\x23\x88\x78\xd1\x71\x3a\x63\x4e\x37\x08\x02\xc0\xc7\xe9\x8c\x81\x90\xa4\x49\x16\x3f\x4e\x0f\xc8\xa7\x07\x64\x42\x4a\xc7\x19\xbf\x77\x6f\x65\xb4\x19\x84\xe6\xf8\x51\x8a\x10\x94\x3b\x4e\x8d\x25\x68\x43\x96\x8c\x77\x3d\x91\x40\x07\xb2\x64\xbc\xab\xa7\xef\x74\xc6\x00\xa7\x18\xa7\x77\x15\x10\x6a\xb4\x06\x62\x7e\x9c\x1a\x46\xa7\x27\x5f\xa2\xae\xc6\xe9\xc9\xf7\xf4\xe4\x4b\x30\xfe\x38\x4f\xeb\x50\xed\x09\xf0\x18\xf0\x60\xac\x22\x95\xf1\x9c\xc6\x12\xdc\x15\xcd\x80\x9d\x71\xaa\xf6\xa7\x1b\x89\xee\xb8\xd3\x73\xc3\xc9\x3d\x5b\x2b\xfb\xde\x23\xf2\xe9\x11\xb9\xec\x67\xcf\x0d\xa7\x06\x54\x61\x47\x9f\xba\x80\xce\xc7\xe7\xb8\x4b\x39\x9f\xdf\x73\x9f\x32\x9e\x7b\xd5\x3f\xae\x95\x1b\xb4\x46\xe3\x7c\x1d\x5f\x37\x1c\xc2\x68\x06\xac\x13\x7f\xe3\xfc\x6c\x9f\x63\xe4\xb9\xe1\xc4\xfb\xdc\xca\xf1\xf0\xdc\x00\xcf\x44\x6b\xba\xf2\xce\xef\xf7\xae\xf5\x32\x1e\x97\xde\x67\xe8\x25\x5a\x23\xe7\xcb\xb8\x9c\x1f\x97\x67\x04\x08\x69\xc7\xa5\x11\x74\xed\xd4\x4b\x0c\xcc\xb8\x34\x82\x2e\x0d\x1e\x00\xbe\xe3\xd2\xe0\x81\xdd\xa1\x35\xd0\xbb\xe3\x72\x83\xb8\xdc\x20\xe0\x64\x1c\xd7\x31\x95\xf9\x1c\x2e\xd3\x4b\xf7\xe3\xe5\x29\x59\x4f\x1b\x30\xb8\x55\xf8\x1c\x3a\x7e\x81\x22\x1b\x97\xba\x0b\xcf\xfc\xb8\x80\xad\x8c\xcb\x95\x5d\xdf\xd8\xa5\x71\x03\x8b\x42\x6b\xd0\xb1\x8f\x4b\xe3\x06\x06\x85\x66\x7c\xc7\xb8\xd4\xc9\xcb\xd5\x7e\xd2\xf7\x97\xc6\xfa\xa5\xd7\x86\x70\xba\x71\x79\xfc\xbd\x3c\xfe\xea\x43\xbb\x4e\xeb\x55\xff\x80\xf8\x8e\xcb\xa5\xf8\x3a\xad\x17\xe3\xf5\xba\xfc\x36\x0d\x19\x1d\x66\xd7\x65\x9f\xaa\x7f\x24\xa2\x1e\x70\x21\xac\xc2\x6f\xc3\x50\xbd\x34\x5a\x2e\x75\x6d\x3a\x1e\xea\xda\xc5\xb2\xbb\xc3\x8a\x31\xa0\x3f\x58\xc5\xad\x8c\xf6\x69\xa0\x5c\x26\xfc\x77\x4d\x84\x51\x60\x15\xaf\xb2\x55\xc7\xad\x07\xe5\xc6\x8f\xb8\x03\xaf\x1a\xb7\x06\x32\x94\x00\xeb\x58\xdd\x91\x31\xcf\x6f\x8c\x82\x7d\x63\x1e\xdd\x3a\xfe\x6e\xbc\x20\xfb\xc6\x9c\x21\xe4\xff\x6f\xdc\xac\x75\x84\x2f\xfc\x73\xb3\xbf\xb5\x2d\x20\x02\x68\xfb\xc6\x94\xba\x55\x1d\xe2\xfe\x97\x8c\x9f\xf6\x3c\x78\x77\x3f\x89\xe1\xbf\x7b\x28\x4b\x65\x34\x4b\xe3\xe1\xc6\x78\xd8\x75\x8a\xdd\x1a\x0f\xc4\xec\x2f\x19\x75\xb8\x3c\x12\x96\xbf\x64\x74\x87\x4e\x17\xc2\xf3\x9b\x6c\x75\xe3\xd6\x75\x7d\x87\x9f\x89\x4a\xdc\xe9\xef\xa5\xef\x62\xef\xde\xaa\xd3\x9d\x76\x2f\xd3\xec\xf6\x2a\x97\xf0\x8e\xb6\x83\xc8\x1a\xb7\x90\x83\x5b\x4e\x22\x80\x8f\xe3\xd6\x78\x20\x72\xbe\xed\x24\x53\x1f\xb7\xce\x42\x02\xe8\x9b\x48\xba\x71\x4f\xbb\x7c\x2d\x8f\xc3\x9b\xdc\xdb\x9b\xdc\xfb\x34\xf9\xc6\x46\xf3\x74\xba\xdc\x90\x06\x99\x0a\x62\xdc\xde\x9b\xdd\x97\xcf\xb1\xd3\xdd\xae\x84\x37\x9a\xb8\x43\x1a\x39\x6e\xcd\x67\x22\xe7\x97\x8c\xe6\xdd\x0e\x07\x47\xc9\xbd\xa9\x25\x1a\x00\x37\xab\x9e\x79\x4e\xc6\xad\x2f\xfc\x7e\xac\x97\x95\xf5\x7e\xec\xd2\xd7\x7a\x59\x45\x6f\x8f\x8d\xf7\x6b\x1d\x98\xc0\xb7\xde\x42\xa2\xeb\x97\xac\x90\xd9\xe6\xd7\x6e\xc1\xf3\x70\xab\xd9\x44\xde\x2f\x19\xdd\xa2\x99\x7d\x7f\xb6\xcf\xa1\xd4\xa4\x06\xac\xd7\x76\x80\x5b\x43\xb0\xde\x78\x36\xdb\x8c\x09\xfc\x38\x03\x9e\x35\x03\x06\x19\x39\xc7\xe3\xa5\xf2\x83\x5b\x71\xd7\xdf\xf5\x68\x65\x3f\x9b\xcd\x63\x11\x78\xbc\x54\x7e\x9c\x28\xfa\xbb\x1e\xef\x61\x80\xfb\x2d\x59\x21\xbb\x95\x3d\x32\x9e\xd2\x94\xe6\xbb\xbb\xef\xb2\x08\x3c\x1a\x0a\x8f\x13\x0a\x12\xa8\xf1\x88\xe1\x79\x9c\x1d\x50\xa4\x8e\xc7\xd9\xf1\xc0\x86\xb3\xeb\xe4\x7a\xb4\xbc\x1f\xac\xec\x5d\xe7\xd5\xa3\xb7\xe4\xe1\x24\xb9\xeb\x94\x7a\x5c\x58\x9f\x6e\x0a\x28\xcc\xd9\x47\xef\xfa\x33\x52\x19\x6d\xf6\x74\xf9\x70\x83\xbc\xc3\xb4\x36\x1e\xdd\x8f\x0f\x8b\xed\xae\x53\xea\x71\xb1\x7d\x70\x3f\xca\x56\x3e\x1e\xbd\x2a\x4f\xda\x66\x6c\xcd\x47\x4f\xfa\x83\x19\xbd\x83\xe5\x1a\x4f\xfd\x64\xb6\x99\xd9\xf6\xe8\x7f\x7c\xa6\x32\x87\x4d\x93\xf9\x99\x7e\x2f\x33\xeb\xf1\x66\xe7\x99\x7e\x07\x0b\xeb\x73\xfa\x1d\xa7\xef\x32\xdb\x1e\x0d\x85\xe7\xfa\xc9\x68\xb3\x4e\x42\xa2\xe4\xdb\x7e\xd8\x57\x3a\x04\x1f\x55\x5c\x4c\xd5\xe3\x1d\xdd\xa3\x8a\xc3\xbc\x36\x1e\x6d\x5c\x82\xe4\xdb\x4e\x6a\xa0\xf1\x08\x96\x79\x54\xf1\x03\xb5\x7f\xde\x43\x99\x75\x70\x62\x7f\xdc\xc4\x1f\xb2\x0d\x99\x29\x71\x3c\x7a\x41\x1e\xbc\x20\x3b\x6c\x13\xe3\xd1\xd5\xfd\x70\x42\xdc\xc5\x5e\xbd\x5e\x0d\xbf\x18\xb4\xbb\x9e\x9b\xd7\x0d\xfb\xdd\x4c\xe6\xc8\x54\x78\x5d\xbc\x5f\x75\x52\xcf\xcd\xeb\xe2\x4d\x6c\xfb\x92\xad\xfe\x7b\x5d\xbc\xdf\xdd\xef\xc0\xa0\x78\xd5\x35\x23\xa9\xf6\x83\x93\xdf\xab\xb7\x8e\x10\xf4\xb6\x43\xe8\x33\x5e\x37\xf1\xf7\xf0\x5d\x36\xbf\xf7\xb8\x94\xe1\x72\x66\x7f\x20\xf4\x7c\x15\x9f\x8f\xad\x6e\x7e\x5d\xb0\xdf\xee\x67\x30\x3d\x5e\x55\xf2\x1d\x36\x19\xa7\xc0\xab\xfa\xbd\xaa\x9f\x0e\x99\x77\xdc\xca\x1e\x65\x3c\x17\x36\x2f\x7e\xcf\xf1\x69\xaa\x24\x51\xdb\x6d\x87\x09\x68\xbc\xba\xba\x41\xa5\xb6\x5d\x47\xcb\xab\xaa\x11\x71\xb3\x64\xb4\xcf\x5b\x9b\x97\xfd\x7f\x17\x97\xf5\xaa\x56\xaf\x84\xc5\xe2\xad\x0c\xab\x19\xef\x69\xbd\x4c\x85\xd7\x15\x96\x10\x9a\x26\x33\xd5\x78\xdd\xeb\xdf\xcb\x36\x33\xbc\xaf\xb6\xe6\x8b\x5d\xb9\x8b\xad\x32\x34\x66\x08\x5b\x35\x24\x67\xbc\xee\xeb\x2f\xd9\x35\x76\xaf\x6d\x5e\xef\x59\x5e\xd5\x4f\x87\xcc\xeb\x15\x31\xb1\xcc\xcd\x50\x9b\xf1\x6a\x57\x0a\x6f\xdd\x75\xd2\x08\x6f\x1d\xaf\xb9\x1a\xbb\xc3\xa6\xaa\x11\x37\xdc\x76\x52\x78\x8c\x57\x07\x05\x21\xc3\x4b\xb6\xda\xf2\x79\xc4\xfa\x36\x7f\x8f\xcb\xd5\x4f\xfc\x96\x81\xbf\xe4\xa5\xfb\xe7\x5e\xff\x79\xb4\xfa\x5c\x1d\xf5\xeb\x88\x88\x1d\x1f\x47\xab\x5d\x88\xd6\xe7\xd1\xea\x53\x63\xc9\xcb\x3c\x3e\x4d\x4c\x80\xb1\x4b\xc6\xbb\xfa\xcf\x08\xdb\x6d\x3b\xb9\x3c\xc6\xe7\x31\xea\x53\xed\xc8\x93\x31\x3e\x4d\x4c\x51\xb2\x06\xac\x8c\xaf\xdb\x16\x55\x51\xff\xcf\xe7\xfe\x4f\xc8\x6c\x33\xa3\xcb\xf8\x5c\xf5\x08\x97\x5d\x32\x9e\xd3\xec\xfc\xe2\x97\x46\x69\x43\xf6\x7b\xce\x7a\xd9\x9c\x3f\x7d\xc9\x1f\xcc\xe5\xbb\x7e\x9d\x4f\xbf\xf1\x2f\x08\x56\x1f\xce\xa7\xd9\xf9\xd5\x4f\xc6\x73\x1e\x85\x08\x66\x5d\x32\xda\xec\x4a\x48\xc0\x6a\xdb\xdd\xad\x80\xc7\xae\x22\x95\xf1\xae\x47\xa1\xef\xf4\x3b\xca\xe7\x50\x3b\x91\xb3\x3b\x39\x89\xc7\xa7\x7a\x12\x8f\xda\xf6\xe1\x50\x0b\xe5\xfa\x48\x7b\xba\xc3\x48\x33\x3e\x3d\x00\x9f\x2a\x4b\xc0\xe5\xf8\x3c\x0a\x01\xa0\x6d\x3b\xf4\x36\xe3\xd3\x00\xf8\x54\x59\xe8\x64\xc6\xa7\x01\xf0\x69\x9e\x06\x53\xf4\xd3\x2b\xf0\x71\x14\xda\x61\x91\x19\x9f\x46\xc1\xa7\x51\x20\x6c\xeb\xd3\xf7\xf6\xbd\xa1\x8c\xdf\x7b\x4b\xd9\x54\xc6\xf7\x7a\x6d\x4e\x30\xd9\x92\xd1\x3e\x8f\x47\x9f\x26\x30\x2c\x31\xe3\xf3\x78\x24\x3a\x77\x87\x08\x66\x7c\x9f\x7a\xa0\xf1\x00\xa7\x4b\x00\xcb\x5d\x05\xa9\xd1\x96\x4a\x86\xe0\xdc\xd8\x36\xab\x5d\x2a\x14\x1b\x48\xb3\xd8\x34\x0a\xf0\xf9\x84\x91\x69\xf1\x8b\x4c\x83\x77\x25\x40\xef\xae\xa2\x94\x25\xb2\x57\x99\x5d\xb0\x4e\x3d\x21\x88\x37\x04\xf1\xee\xf8\x81\x62\x03\x08\x1e\x1b\xae\xe4\x3d\x96\xfa\xc5\x76\x58\xc7\xf1\x7b\x8e\xf6\x31\x15\x62\x73\x51\x06\xca\x15\x1b\x53\x21\xb6\xc3\x77\x07\xcf\x01\xec\x08\xf0\xbd\x6d\xc7\xc1\x13\x5b\xb7\x2d\x1a\x05\x70\x07\xc6\xb6\x96\xe3\x55\x58\x47\xd2\x96\x61\x1d\x9a\xcc\x70\x10\xc7\x36\xec\x03\xa7\x0c\xf0\xae\xd8\x86\xbf\x17\xf6\x41\xf2\x7b\x61\x97\x86\x43\x59\xb4\x0f\x60\x79\x6c\xf8\xe0\x76\x08\x8f\x62\x4b\xdb\x97\xaa\x50\xd1\x66\x3c\x0a\xb1\x25\x49\xff\x76\xaa\x2d\xbb\xa0\x7c\x75\xd2\xbc\xb2\x8a\xb2\x79\x93\xae\x02\x24\x19\x9b\xd6\x36\x51\xfe\x21\xc0\x37\x36\x1c\x0f\x72\x8a\xc6\x36\x1d\x22\x1c\x0f\x3b\x70\xb1\x30\x4c\x2f\x36\xdc\x72\x3b\x70\xb1\xd8\x4e\x9b\xc7\x7d\xa6\x9c\x18\xb1\xe1\x96\x8b\xcd\xcd\x00\x08\x59\x80\xf6\x5d\x85\xb2\x9d\xcf\xbd\x1c\x0e\xed\x0e\x20\x64\xb1\xdd\xd6\x7b\x5b\xef\xc1\x73\xb7\x43\xee\x66\x00\xac\x2c\x04\xf3\x86\x60\xde\x1d\x08\x59\x6c\x8f\xc3\x81\x07\x7b\xc7\x61\x14\xdb\xeb\x73\xaf\xed\xeb\x7c\xef\x67\x1d\xf8\xd1\x4c\x95\x1a\x02\x72\x43\x40\xee\x0e\xd7\x59\x34\x4c\xe1\x68\xda\xbd\x40\xc8\xa2\xe1\x48\x8b\xa6\x8a\x03\x17\x8b\xa6\x8a\xb7\x66\x5b\x50\x17\x81\xbb\x01\x56\xb7\xed\x38\x91\xa2\xe1\x34\x0b\x81\xbb\x3b\xdc\x6f\xd1\x58\xd9\x03\xfc\x6e\xdb\x21\x96\x0b\xc3\x1a\xa3\x69\x8b\x10\x12\x18\x4d\xb5\x6f\xda\xbd\xe4\x0d\x8b\x86\xdd\x1b\x82\x79\x77\x28\xf3\x42\x30\x6f\x80\xdf\x5d\x32\x9e\xeb\xb6\xcf\x53\x21\x04\x77\xd1\xb8\x76\x0f\xc1\xbc\x3b\xfc\x6f\xd1\x86\xdf\xab\x8a\x43\xa9\x10\x4d\x15\x6f\xda\xc2\x60\xc4\xa2\xa9\xe2\x4d\x15\x87\xc4\x27\x0c\x69\x0b\x41\xbf\x3b\x39\x64\xa2\xa9\xe2\x4d\x15\x07\x37\x16\x2d\xfc\x0e\x60\x6f\x3b\xb8\xb1\x68\xaa\x7d\x53\xed\x71\x54\x45\x53\xc5\x5b\xf9\x7b\x2c\x1b\x02\x81\xa3\x69\xa0\x54\x57\xe6\xef\x95\xbf\x37\x78\x77\x5a\xaf\xba\x8b\x03\x2a\xda\xb4\xcd\xda\xcc\xc4\xa7\x45\xc3\x66\x8e\x76\x1e\xca\xe8\x83\xd3\x77\xb5\x99\xe1\x81\x89\x76\xda\x57\x97\x6d\x61\xea\xb7\xcb\xb6\x90\x54\x7b\xaf\x1c\xff\xdc\xec\x43\x9c\x70\x34\x6d\x9f\x72\xf8\x2f\x7f\xfa\xf6\xa7\x8b\x4f\xba\xfd\xe9\xdb\x26\x14\x5d\x7e\xab\x3a\x4e\x01\xfc\x53\xd1\x1e\x9b\xfa\xf8\x7b\x0e\xf5\xeb\x30\xe0\x5e\xde\x49\x8f\x11\x0d\xdb\x27\x9a\x53\x00\xb2\xff\x68\xb8\x97\xa3\x01\x32\xd9\xc1\x9a\x45\xfb\xac\xd7\x0d\x02\x5e\xf3\xd8\xf1\x8b\x85\x78\xe2\x1d\x5c\x59\xec\x18\x28\xb1\xab\xc6\xf8\xac\x62\x57\x65\x89\xa7\x5d\xb2\x35\x05\x76\xd5\x73\x57\x3d\x41\x87\xc5\xae\x7a\xee\x1e\xd5\x20\x25\x89\xdd\x15\x58\xb0\xef\x4e\x2a\xc8\x10\xec\x1b\x80\x7d\x03\x67\x7f\xec\x6a\xec\xae\xc6\xe2\xee\x8a\x7d\x58\x85\xda\x89\xbb\x2b\x76\x4c\xe5\x10\xeb\xbb\x93\x65\x30\xf6\x61\x93\xc3\x6e\x59\xa7\x80\x30\xe2\x3e\x8c\xb8\xdf\xc9\xa5\x10\xbb\x9a\xb8\xab\x89\xb0\x4a\xc5\xee\x02\xbc\xe7\xef\x39\xda\x42\xb4\x4f\xec\xfa\x3b\x88\x7b\x8f\x9d\xcb\x92\xd8\x93\x95\x95\x9c\x89\xb1\x97\xbf\xa7\x99\x8d\x5b\x2c\x76\x57\xe5\xdd\x55\x19\xb7\x58\xec\x5c\xa0\xc4\x3e\xfd\xb6\xc9\xbb\xd3\x36\x9b\x9a\x7e\x4e\xea\xe0\x12\x24\xc4\x04\x93\x26\x6c\xfd\xc3\xef\x65\xb5\x3d\x08\x52\x0e\x00\xc2\x7f\x21\x28\xf8\x00\x28\x1c\x3b\x11\x9f\x01\x36\xb8\x1d\xe0\xc8\x62\xbf\xfc\x3d\x6e\x41\x0e\xb8\x22\x62\xc7\xf5\x16\x3b\x2a\x79\x90\x03\x21\xf6\xc7\xdf\xc3\xa4\x3e\x36\xd5\x40\x55\x13\x14\x7c\x80\x19\x8b\xfd\xb5\x0f\xb8\xb5\x38\xc0\x8c\xc5\xfe\x39\x94\xdf\x4f\xb6\xde\x3d\xb8\xaf\x8e\x83\x7b\xbb\x03\x80\x58\x1c\xae\xac\xc7\x3a\xc4\x2d\x59\x47\xc6\x98\x1f\xcd\xef\x60\x63\x3f\x38\xd1\xc5\x81\x5b\xf6\x80\x00\x24\x0e\x0d\x8a\xc3\x6c\xe3\x80\xc1\xe2\xe0\xea\x21\xc0\xf7\x2e\x19\xef\xba\x8a\x1e\xbb\xdf\xc1\x8a\x7e\x68\x3c\x1c\x87\xdf\x81\x6e\x1c\x87\xed\x3b\xec\x17\x56\xf9\x83\x13\x5d\x80\xf9\x6d\x07\x08\xb1\x38\x0e\xdb\xd7\x7d\x17\x7d\x39\xba\x6d\xe9\xbe\x8b\x6e\x1c\x78\x14\xe2\x18\xf6\x7d\x51\xaf\x2b\xeb\x31\xfc\xde\xa2\x5f\xd4\xc9\x23\xec\x17\x56\xf4\x23\xac\x23\xed\x03\x76\xec\x23\x6d\x1f\x3a\x79\x10\xc5\x18\x87\x2b\xe6\xc1\x35\xc3\x41\x54\x69\x1c\xe9\xf7\xa6\x89\x0a\xd1\x83\x43\xfd\x3b\xf0\x32\x1c\x70\x5d\xc4\x31\xfd\xbd\xe9\xef\x35\x9e\x9b\x53\xd9\x2f\xc9\x21\xfd\x7c\xf9\x1d\x1c\xe9\x0e\x00\x5c\x71\x5c\xfe\xde\xe5\xef\xb1\x52\x43\xd9\xb1\x8a\xc3\x74\xa3\xbc\xeb\xce\x7e\xdc\x72\x5e\x38\xbe\xb7\x63\x6e\xb2\x45\xa2\x18\x03\xb8\xef\x2a\x6c\x8b\xe3\xfb\xf8\xee\xe3\xb7\xb1\x44\x1c\x8f\xe3\xc1\xf2\x77\x00\xf4\x8a\xc3\xa5\xee\x78\xad\xc3\xf1\x7d\x7d\xee\xb5\x0e\xc7\xf2\xb5\x4f\x59\xfe\x0e\xb2\x43\xc7\xf1\xf9\xbd\x9f\xcf\x31\x96\x5d\x3d\xed\xbf\x8c\xf9\x18\x6e\x7d\x0b\x65\xcc\xb7\xc6\x58\x76\x40\xe9\xd1\x9b\xfd\xc2\x92\x0d\x25\xc9\x2a\xec\x97\xe2\x5d\xbc\x61\x21\x2a\xf9\xc0\xf3\x15\x5d\x23\x57\x54\xf2\xd1\x58\xc6\x3b\xa0\xf4\xe8\x2c\xa7\x07\x9e\xaf\xe8\xc0\x89\xa2\x63\x01\x1c\x70\xc8\x04\xb0\xe5\x55\xf8\x1c\x63\xd9\xd5\xd3\xae\x9e\xee\xec\xe2\x40\x99\x57\xe1\xbb\xcc\xe9\xde\x7d\x8e\xf5\xf4\x00\xb6\x15\xdd\xf5\xb4\xb3\x9e\x1e\x78\xbe\xa2\xbb\x9e\x76\x80\x77\xe6\x0a\x09\x49\x46\xa2\xab\xa7\x78\xc3\xa2\x13\x3d\x19\x3d\xac\xb7\xaf\x31\x02\xdf\xbc\x8a\x5d\x19\xfd\xe2\x7a\xda\xd5\x5d\x3c\x64\xd1\xd5\x5d\x10\xd0\x3b\xa0\xf3\xe8\xaa\x6e\xc7\x00\x38\xc8\x32\x1a\xbd\x6c\xca\xb4\xc9\x0c\xaf\xc8\xe7\x10\xf9\x7c\x00\x9f\x0a\x91\xcf\xd1\x09\xa2\x3d\xc8\x24\x15\xfd\xb4\x29\xa7\x4d\x61\x19\xef\x2e\xa7\xfd\xfc\xbd\x4b\xbd\x97\xbf\xb7\x96\xc4\x01\x15\x7e\xf4\xdb\xd6\xdd\xf6\xf2\x6c\xff\xde\xeb\xbb\x7b\x73\x7f\xec\xa0\xc9\x87\xab\xb0\x5d\x85\x3d\x1c\xd4\xd7\xda\x5c\x30\x01\x4d\x45\xc7\x2f\x11\x1d\x50\xe8\x01\x68\x2a\xfa\xe7\xef\xe1\x16\x3b\x70\xd1\x45\x77\x61\x15\x07\x7d\x90\x79\x2f\x86\xfb\xb5\x38\xe8\x03\x20\x55\x0c\x4f\x6a\x83\x30\xca\xe3\x60\xf1\x16\x1b\x1d\x62\xa3\x0f\x72\x73\xc5\xd0\x8c\x1d\x9c\xd4\x8e\x83\xc9\x3d\x3c\x95\x8d\xfd\x27\x5b\x3d\x34\x5c\x58\x05\x38\x1f\xb8\xf2\x62\xb8\x88\x0e\x95\x13\xb7\x5d\x0c\x40\x6c\x31\x0e\xbf\x97\xae\x1c\x9a\xa2\x83\x4b\x8b\x03\x96\x90\x18\xdd\xdf\xc3\x3c\x3d\x00\x5c\xc5\xe8\xb6\xaf\xdb\x2f\x41\x1d\xf8\xc5\x42\x20\xf4\x71\x04\xdf\xa1\xc9\x3a\x5c\x58\x0f\x26\xb2\xa0\xe7\x18\x61\x9b\x99\xc8\xc3\x85\x75\xb0\xd9\x1f\x84\x56\xc6\x08\xfb\x05\x5f\xd9\x41\x38\x7c\x8c\xb0\x8e\x30\xd1\x39\x1b\xb6\x08\xe7\x18\x6a\x22\xb1\x93\x31\xca\xdf\x73\x11\x85\xff\x24\x06\xfe\xb3\x20\xf1\x7f\x3b\xe0\x1e\x09\x12\xfc\xaf\xe2\x53\x46\x5b\xa6\x32\x36\xf6\xa3\x33\xbe\x64\xe3\x5f\xc5\xa1\x8c\x6f\x73\xb1\x1d\x2e\xac\xdd\xb1\xbc\xec\x17\x1c\x14\x47\x67\x82\x02\x63\xfe\x8b\xc1\x5d\xed\xd1\xd9\x74\x87\x8b\x2d\x08\xe6\x25\xa3\xde\xc7\xbe\xc7\x7d\x7b\x74\xc7\xd2\xc5\x76\xb8\xd8\x92\x22\x29\xc6\xe3\x77\x3c\xb6\x99\x85\x7a\xbc\x3e\x87\xfb\xf6\x80\x3e\x2c\x86\x9b\xfd\x50\x77\x3b\x66\x36\x48\xe6\xbf\x00\xc3\x1c\x60\xbf\x42\xec\x72\x8c\xcf\x2a\xb0\xdb\x04\x2f\xc7\x50\x75\xbb\x43\x8e\x9b\x2d\x60\x90\x58\xb2\x55\x45\x70\xf3\x10\x02\x9a\x0f\x18\x77\x22\x54\x67\x32\xb0\xb7\x03\x76\x9d\x10\xd0\x1c\xe1\xfa\xdb\x99\xdc\xe1\x09\x8c\x44\xea\x4b\xc6\xbb\x5c\xdf\x86\x29\xd4\x0f\x68\xb2\x23\x3c\x81\xc5\xee\xa7\x61\x8f\x05\xb4\x4a\x11\xbb\xcf\xb1\x4e\x93\xfd\x7c\x15\x0e\x11\x53\x3a\x5c\x7f\x49\x6e\xbe\x64\xd4\xa1\x4d\x40\xd2\xf2\x76\x0c\x4c\xf0\xd0\xc4\x25\x9d\xf8\x92\xf1\xae\xea\x1c\xaa\x33\x21\x96\x41\xfa\xf0\x55\x34\x65\xb4\x05\xec\x66\x04\xb0\x85\x03\x4c\x57\x84\x27\x30\x32\x86\xb7\x03\x4c\x57\xc8\xa2\x11\xa4\xfb\x5e\x32\x7e\x2f\xfc\x0e\x4e\x5b\x07\xa1\x98\x11\xda\xb8\x24\xe4\x6e\x07\xa1\x98\x11\xae\xbf\xa1\xed\x00\xce\x2b\x04\x4d\x07\x40\xe9\x25\xe3\xdb\xd2\x6f\x73\x2a\xe0\x0f\x8c\xd0\x9e\x08\xa7\x02\x69\xb2\x23\xf4\x32\x88\x9a\x96\x5c\x26\xc2\xa9\x10\x2e\xde\xf8\x08\x03\x08\xf5\x2a\x86\x32\xda\x3c\x6d\xcb\xf4\xdb\xb0\xdb\xc2\x93\x5a\x9c\xd6\xab\x6e\xc0\x17\x16\x71\x5a\x6f\xd0\x66\x6d\xe1\xd0\x16\x1e\xea\x06\xd7\xd0\x21\xba\xfa\x00\xe7\x15\xe1\x89\x8e\x6c\xd6\x4b\xc6\x18\x69\xc7\x84\xb6\x30\xd9\x8a\x22\x9c\x6e\xa0\xa8\x97\x8c\xf6\x79\x64\x0b\x6d\x1b\xa8\xb8\x23\xb4\x63\x4c\xfc\x7c\x10\x9e\x19\xa1\xcd\x02\x12\xba\x1d\xe1\x98\xbb\x05\x90\xe3\x39\x3a\x66\x51\x3c\x7e\x9a\xb3\x0d\xd7\x5f\x90\xeb\x79\x15\x43\x19\xdd\xec\x4e\x11\x9a\x36\x10\x3e\x47\x38\x03\xc3\x19\x88\x9b\x2f\xc2\xdd\x43\x44\xf5\x81\x9b\x2f\xc2\xdd\x23\xdc\x3d\xc0\x6c\x05\x19\x9b\x57\xe1\xbb\xec\x00\xe9\xee\x21\x7a\xfa\x00\xc7\x15\xe9\x14\x24\xe3\xf2\x92\xed\xc8\x5e\x65\xd6\x81\xba\xa4\x26\x10\x19\x95\x97\x6c\x22\x2b\x65\x0c\x07\xa1\x98\x21\x7a\x3a\x52\x73\x47\x5f\x5d\x3a\xb5\xd2\xa9\x45\x1a\xb9\x48\xfd\x77\xa9\x69\x03\x18\x2b\x52\xd3\x26\x35\x6d\x48\x27\x12\x24\x3f\x5e\x85\x6d\x61\x57\x48\xa7\x5b\x76\xeb\x60\x57\x48\x77\x94\x74\x47\x01\xa0\x15\x39\x7c\x6e\xf8\x1c\x6a\x90\x84\xd1\x84\xa9\x8d\x8f\xc8\x7f\x07\xd7\x87\x48\xea\x48\x93\xeb\xeb\xca\xcb\xb0\xf9\x61\xb7\xb1\xaa\x64\xd8\x7c\x2d\x24\x5d\x79\x22\xa9\x03\xfe\x9a\x76\xc0\x7f\x1a\x59\xfe\x5e\xd9\x1d\xac\x2a\xe9\x2c\x4b\x67\x99\x3e\xba\xd4\xf7\x91\x6e\x2e\xc9\x4a\x03\xac\x7a\x15\x5d\x19\xef\x02\xa7\x8b\x74\xf6\x24\xab\x4a\xba\xb9\xa4\x96\xbc\x3e\x44\x51\xd3\x91\x6e\x24\xa9\x4a\xdc\xd6\x4b\x20\xbd\x89\x41\x23\x35\x6e\x44\x43\x1f\x30\x66\x46\xba\x41\xa4\x1b\x04\xc4\xaa\x41\x86\xdf\x55\x94\x32\xea\x50\x65\x53\x95\xd5\xcf\x96\xaa\x6c\x6a\xf0\xa4\x43\xad\xca\x8a\x7c\x3e\x60\xe5\x8e\x52\x3d\x45\x39\x1f\xf0\xbe\x07\xb0\xe5\x55\x0c\x65\x13\x59\x29\xf3\xdd\xf2\x39\xd4\xa4\x76\xbf\x8d\xf1\x10\xbd\x1c\x25\x0b\x1f\x20\xac\x10\xa9\x1c\xe5\x69\x50\xff\x99\x48\xe5\x00\xa9\x1c\xbb\x4d\x39\xac\x16\xdf\xc6\x41\x92\x89\xa8\xe3\x54\x76\x29\xe3\x55\x0f\x79\xe0\x90\xdb\xa1\x4b\xad\x34\x9e\x01\x25\xc7\x1e\x8a\x18\xc9\x72\x4d\xd6\x53\x56\x6a\x06\xd9\x56\xdb\xa1\x07\x8c\x34\xa9\xab\xa0\xa7\x80\x65\x05\x49\x4e\x57\xc1\x48\x02\xc1\x0a\xb1\xc6\x41\xd6\xd2\x25\xa3\x29\x9e\xe7\xca\x75\x95\x28\xc9\x10\x7f\x1c\xa5\x66\x94\x6d\x71\x5d\x2d\x3c\xba\x07\x04\xbb\x51\xae\xab\x75\xfa\x2e\xfb\x70\xa9\x41\x62\x92\x0f\x20\x58\x51\xfa\x13\x80\x21\x2f\xd9\x1a\xdd\xd2\x9d\x55\x9e\xfb\x88\x92\x0c\x12\x88\xfe\x45\x69\x8a\xe8\xba\x2a\x4d\x11\xf2\x89\xb6\x03\xba\xf2\x10\x7f\x1c\xa6\x0c\x3d\xa6\xdd\xec\xe2\x48\x56\xd0\x25\xa3\x0e\xcf\x7d\xc5\xbd\xc8\x01\x2c\x2b\x00\x28\xaf\x82\xb5\x1b\x26\xe2\x28\x6d\x11\xa0\xc9\x4b\xc6\x73\x9f\x6d\xc6\x1b\x7c\xc0\x1b\x1c\xe4\xf7\x5c\xc5\xa7\x6c\xb5\x6f\xea\x0d\x9e\x6a\xdf\x64\x71\x9c\x9e\x05\xa7\x67\x41\x5d\x61\x80\x8c\x57\x61\x9b\x59\xe4\x27\xe8\x86\x00\x4a\x1c\x5c\xce\xc7\xd4\xec\x98\x00\x1e\x0e\x72\x92\xc6\x04\x3a\x1f\x53\xb3\x83\x6c\x82\x31\x3d\xf6\xcd\xdd\xa6\xb0\xe6\xcd\xc3\x77\x5d\x2f\x61\x73\x0f\xe1\xc7\x31\x75\x59\x10\x01\x19\x53\x8d\x9c\xae\x97\x44\x40\xc6\xd4\x02\x9f\xba\x2c\x74\x67\x91\x69\x73\x15\x53\x19\xef\x7a\x3c\x04\x66\xdc\x0e\x22\x20\x63\x7a\x3c\x24\x3d\x66\x3b\x40\x6a\xc5\xd4\x3c\x99\x9a\x27\x73\xfa\xdc\xef\x5d\xeb\xc5\x54\x9a\x61\x9b\x71\xc1\x75\xc2\x1d\x63\x6a\x95\x93\x0b\x73\xc9\x68\x9f\x26\xcb\xc4\x2a\xef\x90\x8c\x87\xd8\xe4\x20\xed\xe5\x92\xd1\xbe\x74\x38\x80\xec\x77\xdd\x59\xe2\x95\x03\x6e\xae\x25\xeb\xc8\x1e\x65\x9f\x32\xbe\xd7\x69\x44\x4e\xc9\xf0\x80\x35\xb5\x58\x84\x30\x9b\x18\x39\x84\x30\xc7\x04\x71\xd4\xf5\x7a\x91\x18\x72\x15\x89\x8c\xd3\xf0\x74\x66\x81\x64\x5e\x32\xba\x45\x23\x1f\xd4\xf2\x92\xf1\xae\x56\x07\x70\xe4\xd6\x49\xcf\x14\x53\xaf\x1c\x70\xe4\x25\x9b\xc8\xec\xe6\xcb\x77\xf1\x69\xcb\xf1\x15\xf3\xb2\x0e\x66\xb9\x78\xe5\x98\xc4\x56\x77\xe8\x77\x63\xde\xfe\x1e\x67\xd5\x0e\x7f\x64\x48\xcd\x17\xa4\x81\x6c\x52\xf3\x87\xd8\xe4\x20\xbb\x63\xeb\x7a\xb3\x48\xda\xb8\x0a\x7f\x4f\x35\x70\xb6\x01\x51\x6e\x5d\xcf\xd5\x74\x66\xcd\xd7\xbe\xc2\xdb\x31\x35\xfc\x21\xb5\x6d\x1d\x64\x57\xcc\xcf\xe1\xfd\x7c\x8e\x59\x7e\xea\x51\x39\x99\x45\x9d\x70\xc4\x38\x9d\x45\x27\x16\x7d\x07\x9e\x15\xa7\x57\x89\x27\x16\x7d\x87\x6f\x2c\x04\x27\x07\x79\x19\x5b\x07\x9e\x15\xa7\x9e\x3f\x68\x72\xe3\xa0\x9b\x4f\x8d\x7c\x20\xca\xeb\xb1\xa5\x05\xe7\xee\xab\x38\x03\x7b\x63\xf2\x9e\x2e\xf5\x64\x6a\x5c\xb2\xff\x81\x0b\xff\x74\x27\x38\x0f\x5b\xcf\xdc\x3e\x35\x54\x40\x30\x2f\x19\x2d\xd5\x50\x39\x99\x78\xbd\xb1\x4e\x9f\x9e\x0b\x4e\x7c\x30\x1d\xe0\x57\x80\x63\x5e\x85\x5f\xc4\x22\x70\x72\x0f\x1f\xa4\x6b\x6c\xa6\xfa\x8e\xb3\xdf\xca\x3e\x65\xf4\xa4\x3e\x45\x92\x31\xb6\x0e\x18\x2c\x4e\xfd\xdc\xe7\xf0\x93\x58\x04\x84\x33\x07\xb9\x16\x5b\x27\xcd\x63\x9c\x5a\x27\xa6\x47\xec\xfa\xba\x4e\x27\x14\x68\xe5\xd6\x1b\x13\xfe\x74\x42\x9d\x4e\x28\xd8\xfa\xe2\x74\x42\x9d\x4e\x28\x92\x0b\xc6\xa9\x9f\x9b\xcc\x85\x4b\xc6\xb7\x69\xb1\x90\x90\xb0\x75\x7d\x58\xa7\xb3\xec\xe4\xb6\xa6\xeb\xc3\x3a\x3d\x03\x9c\xce\xb2\xdd\xd1\xf7\x06\x87\x5c\x83\xad\xeb\xd7\x3a\x3d\x17\x9c\xdc\xf5\xf7\x5d\x8d\x70\x96\x9d\xf8\x28\xfb\x8e\x51\x7c\x7a\x23\x69\x86\xc0\xae\x5f\xeb\xd4\x1f\x7e\x42\xdb\xd2\x09\x3d\x0c\x52\x05\xae\x62\x57\x46\xbd\x97\xef\x02\x8f\xee\xe4\xd0\x0c\xe1\xd1\x71\x3a\xf3\x08\x47\x8c\xd3\x99\x47\x2a\xbf\x25\xa3\x9f\x6f\xdf\x7d\x94\x39\xe6\xcf\x4f\x86\x66\xef\x8e\x91\x7e\xf3\xd3\x19\x45\x92\xba\x38\xb5\x80\x40\x30\xb7\xae\x73\xea\x74\xf6\x9c\x9f\x6d\xe1\xac\x7a\xea\xa3\x14\xce\xdc\x89\xed\x0b\xe1\xcc\x21\x9c\xb9\xef\xec\xaf\x32\xfd\x05\x59\xf4\x5a\x07\xf9\x15\x97\x77\xf8\x97\xb3\x8c\xe4\x47\x71\x39\xcb\x48\x98\xd7\x3a\x69\x6a\xe3\xf2\x2c\x7d\xe1\x06\xea\x64\x3c\x88\xcb\x3d\x4d\x28\x74\xd7\x4d\x75\x39\xf3\x2e\xa7\x19\x04\x9d\x71\xb9\x81\x91\x12\x6f\xc9\x68\x8b\x57\x43\xe4\xb3\x6b\xfd\xe0\xac\x7a\xe9\x5f\x17\x0a\x6d\x8a\x8f\xb8\x9c\x33\xe6\xb4\xeb\x4e\xe5\xcb\x39\x43\x3e\xbb\x25\xa3\x5e\x8d\x7b\xf2\xd7\xb5\x0e\xba\x2c\x2e\x8d\x7b\x21\xd3\xfd\xc0\x65\x21\x64\x3a\x84\x4c\x77\xd0\x65\x71\x39\x67\xc8\x3a\xb7\x64\x13\x99\xef\x3a\x67\x0e\x2c\x52\xf0\xd3\xab\xa0\xaf\x74\x3f\x5d\x5a\xef\x57\xfa\x1d\x6c\xba\x97\x7e\x78\xd0\xd4\xad\x1f\xcc\xad\xcb\xf9\x71\x61\xb7\x75\x5d\x4d\x97\xf3\x83\xc4\x74\x01\x29\x58\x5c\x6e\x2e\x64\x9b\x6b\x9d\x70\xbf\xb8\x9c\x0a\xd7\x9a\x0a\x01\x7e\x2d\x2e\x2d\xb9\x6b\xfa\xb5\x8e\xae\xee\xcd\x0b\x9a\xf6\x5f\x43\xbc\x2c\x22\x2f\x5d\xeb\x87\x03\xae\xd9\x7f\x99\x71\x1e\x1c\x59\x5c\xfa\x99\x2e\xfc\x4c\xfd\x50\x09\xbc\xf2\x14\xbb\xdd\xf5\x65\x89\xdd\x0e\x52\xd5\xb5\xde\x31\xbc\x2e\x27\x0c\x10\xee\x25\xa3\x5e\xb7\xa5\x0b\x2e\xaf\x4e\x00\x60\x5c\x4e\x8e\xcb\x6d\x49\x27\xd0\xa5\x11\x78\x71\xd5\xdf\xc1\xa0\xc5\xa5\x8f\x8a\xcc\x75\x4b\x46\x5b\xf4\x51\x5d\x8f\x75\xb0\x0d\x5f\x6e\x4b\x17\x70\xc2\x4e\x96\xb8\xb8\xbc\xd6\x27\x73\x5c\xeb\x90\x31\xc4\xf5\xfe\x9e\xb3\x5e\x4e\xa0\x64\x93\x5b\x05\x0a\x04\x06\x2d\x2e\x0d\xbe\x0b\x83\xaf\x77\x15\xc3\xd3\xf0\xe5\x56\x05\xb3\x41\x48\x8d\x19\xb7\x5b\x95\x3e\x2f\x92\xca\xad\xe2\x52\xb6\xbe\xf7\xf6\xb8\x71\xaf\x6d\x27\x88\xe1\x8b\xdb\x2b\x52\x50\xe2\xad\x77\xec\xea\xdb\x7d\xe2\x76\x9f\xe8\xe8\x0a\x29\xda\x56\x61\xb5\xe9\x73\xaf\xb2\x4f\x19\x55\x68\xa0\xdd\xea\x3c\xf1\x84\x71\x6b\xa0\xdd\xea\x37\xd4\x60\x71\xab\xdf\x24\x66\x5b\x32\x3e\x43\x03\x0d\x28\x77\xeb\x50\x83\xc5\xed\x89\xf5\x0e\x9f\x43\x0d\x6e\x6f\xeb\xc9\xb2\xb6\x64\xd4\xeb\x3c\x00\xf2\x3d\xe0\xa3\x89\xdb\x69\x00\xc5\x6e\xeb\xb0\x8a\xc5\xed\x75\xa8\xf0\xef\x4e\xce\x8b\xb8\xdd\x3a\x48\xb5\xd6\x3a\x90\xb5\xb8\x75\x1f\xdd\x4e\x0d\x5d\x5e\xb7\x5b\x82\xf0\xef\xae\x7b\xeb\xd6\x55\x04\x0a\xbc\x75\xdd\x5b\xb7\x07\x5b\x50\xe0\x4b\x46\xf7\xb9\x4d\x80\x02\x5f\x32\x7e\xcf\x99\x00\x79\xe9\x92\xd1\x16\x0d\x2f\xb1\xde\x7d\x1c\xf1\xef\x9d\xfe\x76\x27\xb8\xdd\x09\x06\x2b\xfc\xed\xcd\xa8\x50\xf0\x0e\x11\x59\xdc\xb7\xa3\x7a\xdb\x04\x76\xf5\xdb\xcb\xfa\xfb\xb6\x8b\xb0\xdf\x6e\x6d\xb0\xdb\xdd\x41\x4f\xd7\xad\xa3\xf5\xd6\x06\x03\x0d\x17\xb7\xca\x7e\x73\x49\xd0\x07\xa7\xb4\xdb\x73\xf4\xfd\xda\x16\x56\xa3\x5b\x65\xbf\x5f\x9f\xe3\x94\x26\xec\x3b\xee\xa5\xd8\x83\x54\x84\x21\x9a\x3b\x1e\x37\x02\x9d\x5f\x8f\x1b\x01\xa9\xd7\x96\x6c\x20\x2b\x65\x36\x85\x45\x4b\x38\x77\x3c\x6e\x04\x03\xd3\x4f\x2a\xd7\x78\x34\xc1\x74\x88\x09\xe7\x0e\xe1\xdc\x9d\xb4\xef\x21\x9c\x3b\x1e\x9c\xaa\x9d\xc0\xc7\x78\xdc\x08\x1e\xee\x0d\x3a\xd9\x08\xe2\xf1\x42\xf6\xd9\x79\x97\x28\xc6\x10\xe2\x1d\x64\x51\x5b\xb2\x35\xd2\x8f\x93\xe7\xe1\x74\xd3\xa1\x21\x0e\x21\xde\xf1\xf4\xdf\x73\xd4\xeb\x09\xe5\x71\x81\x07\x0c\x17\x8f\x27\x8f\xc7\x93\x07\x29\xd1\xe2\xf1\xe4\xf1\x78\xf2\xd0\x23\xf6\x78\x1f\x20\x9c\xbb\xeb\x11\x7b\xd4\x76\x50\xdd\x4b\x46\x1d\x5e\x6a\x09\xe7\xee\x7a\xc4\x84\x73\xc7\xe3\x46\x40\x64\x63\x3c\xce\x80\x47\xe3\x89\x84\x60\xf1\xb8\x39\x3c\x38\x50\xbb\x28\xb7\x47\x58\xcb\x03\xed\x44\x17\xd1\xf6\x38\x2b\x1e\x67\x85\x5e\x32\xd2\x55\xfc\xc5\x33\xfd\x5e\xd4\xea\xf1\xe2\xf6\x59\xbb\xc4\x20\x6b\x7e\x3c\x9e\x50\x1e\x4f\x23\xa4\x5c\x8d\xc7\xe5\xfc\x71\x39\x27\x89\x6f\x3c\x2e\xe7\x8f\xcb\x39\x7c\x65\xf1\x88\x6a\x21\x0b\xdb\x92\xf1\x7b\x9e\xe9\x1f\x67\x82\xce\xb4\x47\x9b\xe8\x71\x89\x27\xa1\x6e\x3c\xde\xf9\x3e\xce\x0e\x52\x31\xc5\xe3\xcd\x99\x28\xf2\x2e\xf0\xed\x71\x76\x3c\x8f\x9f\x81\x5d\xf3\x88\xe6\x02\x4c\xbe\x64\xbc\xfb\xd8\x05\xe0\x24\x7b\xa8\x42\x2e\xfb\x80\xc9\x97\x8c\xae\xd2\x31\xfa\xb8\x15\x84\x6a\xe5\xfd\xee\x03\xfe\xb1\xa7\x2a\xe4\x99\xfe\xd1\x4e\x12\xd1\x26\xd9\x77\xbc\x2e\xf1\x84\x40\xc6\xeb\x69\xe4\xd5\x4e\x22\x04\x32\x44\x91\x87\x28\x72\xb3\xef\xc4\xeb\xb2\x4f\xca\x8d\x66\x3e\x9f\x20\x37\xdb\x2a\x6e\x65\x81\xec\x55\x66\xbd\xf8\xe0\x5f\xef\x77\x01\x9d\xb7\x9e\x6c\x5f\xaf\x57\x68\xaf\x76\x12\x74\xf6\xf1\x7a\xa8\x7f\xdd\x33\x48\xcc\x10\x22\xcb\xc3\xa4\x66\x3d\xd9\xd2\x5e\xa7\x82\x4c\xc7\x9d\x3c\x37\xf1\x7a\xb6\x78\xbb\x6d\x61\x4b\x7b\xc5\xd0\xbc\xc3\xe7\xb0\x75\x5e\x81\x8d\x2f\x8c\x55\xba\x71\x44\x9b\x87\x68\xf3\x4e\xa4\x64\x88\x36\x0f\xd1\xe6\x9d\x94\xb8\xf1\xea\xc9\x12\x6d\xde\x89\x9e\x8c\x57\x57\xd6\xeb\x8c\x11\xe4\xf6\x3a\x63\x24\x49\xee\x82\xdc\x5e\x01\x8b\xe4\x81\x68\x5d\xf0\xda\xeb\xb9\xfc\xf5\xc8\x40\x3a\xd0\x78\x9d\x09\x22\xd0\xbb\x7b\xd0\xeb\x5e\xf0\x6a\x14\x91\x99\x35\x5e\x0f\xe1\xaf\xc7\x03\x22\x25\xe3\xd5\xbd\x05\x60\x7d\xc9\x78\x4e\xf7\x96\xe8\xf5\x2e\xa0\x4d\xf4\x7a\xbc\x5a\x40\x02\xda\x4c\x0a\x11\xaf\x47\x86\x62\xbf\x31\xb1\x43\x48\xba\xdc\x89\xb2\x8c\xd7\xdb\xb7\x17\xa7\x69\x27\xd3\x5a\xbc\xaa\xfd\xab\xda\x43\x7a\x16\xaf\x8b\xfd\xeb\x51\x40\xf0\xda\xab\x7b\xeb\x75\xb1\x77\xfa\xbe\x3a\x48\xdf\xd7\xef\x60\x96\x8b\x54\x8f\x57\xcb\x46\x17\xdf\xab\x65\xf3\x7a\xe0\x16\xe4\xf6\xea\x34\x7d\xf1\xf3\xf7\xc2\x3a\x79\xb5\x6c\x48\x72\xd5\xba\xc0\xb7\xcf\x43\x38\x20\xf6\x25\x0b\x64\xa9\xac\x94\x4d\x64\xa7\x32\xdf\xc5\xe1\xfa\x79\x3c\xf8\x3c\x98\x17\xd3\xfc\xf3\xaa\xed\x73\x2a\x10\x79\x19\x9f\x53\xe1\x53\xed\x0b\xa7\xf8\xe7\xf1\xe0\x53\xed\xc9\x75\x16\x9f\x9e\xd4\xef\xb0\x2d\x4c\xe9\x4f\xb3\xe8\x53\xc5\x0b\x3d\xf8\x84\x30\x08\x59\xef\x10\x86\xc7\xe7\xcd\x31\xfc\xce\x83\xf4\x2b\xf1\x09\x1c\xfb\x3c\x3d\xcf\xad\xfe\xbd\xd5\x7f\xa2\x7d\x49\x3e\xd5\xba\x8e\xc2\xcf\x7b\xe5\x4f\x43\x6a\xa2\x39\x9f\x7b\xcb\xe7\x81\x7b\xa2\x39\x02\xe4\xe3\xe3\xb6\xa0\x8b\x99\xfb\xbc\x7f\x86\x61\x7a\xc9\xf8\x72\xf7\x16\xb2\x41\x2d\x19\x5f\xe4\x9e\x21\x18\xbe\x4f\xf6\x0c\xc1\xf0\xf1\x11\x34\xd7\x75\x1e\x7e\x1e\x1e\x3e\x0f\xd7\x93\x09\xff\x39\x2b\x3e\xf7\x87\x89\xe6\x7c\xee\x0f\x9f\x87\xe6\xc9\x9e\x21\xb5\x74\x08\x90\xef\xf0\xa7\xc5\xe7\xa1\x59\x6a\xe9\x3e\xd5\x08\xcf\x05\x9f\xe7\x02\xbd\x8c\x9f\xe7\x82\x4f\x17\x96\x5e\xc6\xef\xb4\x5e\x37\x12\xbd\x8c\x02\xe9\xe3\xd3\xba\xd2\xcb\xf8\x69\x3e\x91\x0c\x6a\xc9\x78\x57\x64\x05\x39\xa1\x96\x8c\xfe\xf3\x82\xed\xbb\x6c\x8b\x9a\xe3\x41\x5a\x70\x7d\xd7\xf3\x28\xb8\x3e\x3e\x37\x0d\x01\x72\x82\xeb\xe3\xc3\x61\xdc\xf5\x32\x7e\x42\x80\xbf\xc7\x31\xe2\xea\xe4\x7b\xd4\x26\xcc\xac\x01\x2d\x7f\x7c\x9a\x59\x1f\x33\x6f\x10\x37\x1a\x02\xee\x43\xc0\xfd\xd0\xf3\x28\xe0\x3e\xbe\xf7\xf7\x2e\x75\x68\x7a\x7d\xaf\xef\xe2\x88\x10\x5c\x1f\x60\xe7\x97\x6c\xfc\xe7\x2f\xcd\x10\x91\x1b\x9b\xcb\x20\xbe\x34\x45\xcd\xa7\x94\xd6\x03\xf7\x61\x02\x97\x5f\x85\x09\xe3\x8e\xbe\x64\x6c\x38\x49\x12\x97\x25\x2b\x64\xa1\x2c\x91\x75\xde\xc5\x8b\x9c\x00\xe5\x97\x8c\x3a\xf0\x75\xe5\xc6\x21\x7c\x00\x9a\x4b\xf2\xb9\xac\x82\xcc\x41\xb8\x14\xd3\xbc\x2e\x29\x6a\x7e\x10\x2c\x9a\xa2\xe6\x93\xf4\x2e\x6d\x00\x90\x4b\x20\xf4\xab\xf0\x7b\x83\xf6\xb1\xe1\xa4\xb4\xd9\x83\x34\xa0\xb9\xb1\xe1\xa4\x14\xd9\x03\x97\x62\x6e\x1c\xc2\x13\x40\xfd\x92\x51\xc7\xf0\xdb\x86\xf5\x16\xcf\x0d\xeb\x1d\x7e\x5b\xd1\x7f\xc3\x36\xe3\x45\x36\xb3\x5d\x6e\xc3\x7a\xc3\x7a\x27\xed\x0b\xeb\x0d\xbf\x77\xf2\x2e\x07\x97\xdc\xc2\x71\x9b\xbc\x9b\xf6\x15\x1e\xe3\x01\x68\x2e\x81\xd0\xaf\xe2\x52\x46\xff\x95\xcf\x95\xcf\x2d\xa3\x20\xe5\xca\x4e\xa1\xf4\x03\x76\xb4\x04\x43\xbf\x8a\x47\x19\x75\x94\xed\xe3\x54\x3f\x00\xcd\xa5\x50\xfa\xdc\xa6\xef\xee\xbc\x3b\xed\xd3\x69\xbd\xea\x06\x97\xdc\x29\x6c\x7e\xc0\x98\x96\xdb\xe5\x58\xe2\x0a\x1e\x38\x17\x73\xbb\x7c\x8e\x39\x33\x70\x24\x26\x18\xfa\x55\xa4\x32\xfa\xf9\xb6\x7d\x5c\xdd\x0d\x1c\x89\x09\x86\x7e\x15\x3e\x37\xa8\xe3\x51\xff\x1e\x9f\x0b\x7e\xef\xf5\x39\xe7\x02\xb4\x67\xb9\x7d\xca\xbe\x9f\x8c\xe7\x3e\xfb\xfe\xb3\x7d\x45\x9f\x7e\x7e\x1b\x67\xe9\x01\xf5\x7f\x92\xc8\x67\x15\xb6\x99\xb1\x34\x33\x4a\x36\xe7\x02\x00\xb9\x6c\x38\xa4\x52\x0e\xec\x41\x8a\xbb\x6c\xdc\x2c\x67\x63\xc7\x19\xf0\x9a\x65\x6b\x3e\xc7\x75\xde\x20\xe4\x33\xe5\xc0\xce\xc6\xcd\xf2\xc0\x41\x98\x0d\x43\x2b\x1b\x3e\xde\x81\x83\x30\xdb\xe1\x73\x87\xcf\x2d\xdb\x3f\xdb\xe1\x73\xe0\x92\x06\xce\xc0\x6c\xec\x2e\xd9\x00\x72\x0e\x00\x6d\x29\x6c\x3e\x1b\x00\x8d\x01\x97\x58\x36\x0c\xa8\x04\x15\xdf\xc6\xce\xdc\x6a\xea\xa9\x70\xf8\x01\x52\x2d\x1b\x00\xb9\x24\x7d\xd8\x92\x05\x32\x9f\xcb\xdf\x73\xd4\x0b\x40\x2e\x1b\xb1\xf9\x03\xf4\x5a\xb6\xf4\x7b\x39\x4d\x0f\xa8\xfa\x53\xae\xec\x04\x15\xbf\x64\xbc\x8b\xd3\x35\x85\xc8\x0f\x12\x7d\x67\x53\x4f\xa1\xc2\x6e\x83\xdb\xa7\x34\x4b\x59\xca\x8b\x3d\xf6\x65\x7d\xa5\xb0\xf9\x24\x5d\xd9\x92\x51\x87\x7a\x0a\x52\x7e\xc9\xa8\xe3\x74\x3c\x00\x21\x0f\xc8\xbf\xb2\x71\x41\x98\x0d\xee\xf7\x71\x34\xbe\x17\xa7\x6b\x36\xf6\x85\x71\x30\x67\xda\x65\x9f\xb2\x07\x0c\x9c\x81\x09\x71\xf6\x2a\x1e\x65\xf4\xf3\x65\xbf\xdc\xbe\xbb\xd3\x16\x75\xbc\xa9\xe3\x38\x0d\xb3\xdd\xd6\x7b\xfb\xee\xf1\x6f\x32\x9d\x6c\xb7\x3f\x8d\x8b\x69\x00\x69\xcb\xf6\xd8\xac\xc7\x66\x39\xd4\x8f\xcd\x7a\xfc\x24\x96\x56\xb0\xf6\xab\x78\x95\x31\xfc\xaf\xdd\xc1\xcd\xf7\x20\x3a\x35\x1b\x37\x24\xd9\xb8\x21\x11\x45\x98\xed\xb5\x5e\xa7\x0f\x11\xab\xd9\x9c\x3e\xed\xb3\x5e\x96\xd6\xe6\xf4\x69\x9f\xf5\xb2\xb4\x9a\x1c\x28\x85\xe1\x0f\xfc\x8c\xb9\xbb\x95\x48\xeb\x3d\x88\x4e\xcd\x1d\x60\x46\xee\x4e\x1f\x9c\x8a\xb9\x3b\x7d\x76\x40\x18\x03\x0e\xb1\x94\xd6\x3b\xa5\xeb\x1e\x07\x43\xbd\x43\x55\x90\xbb\x5b\x44\x5f\xc7\xe9\xdc\xdd\x22\x76\xb7\x08\xa0\x6a\x09\x4f\xf7\x2a\x42\xd9\x40\x36\x95\xd1\x66\xdc\x76\x29\x37\x77\xee\x4e\x15\xc2\x49\x73\x77\xaa\x00\xdb\x5f\x32\xea\x08\x65\x66\xbe\x83\xaa\x3f\x77\xa7\x8a\x9c\xdb\x03\x58\x5a\xca\xb9\x9d\x72\x6e\x0f\xf8\xbd\x72\x4f\xdf\x75\x49\xef\x2c\x85\xf2\x70\xa7\xd8\x7c\x49\x4a\x73\x77\xfa\xc8\xcd\x3d\x08\x31\xcd\xdd\xe9\xb3\x27\x59\x01\x93\x2a\x00\x5e\xa4\x70\xfd\x01\x35\x58\x0a\xd7\xcf\xdd\x19\xd5\x07\xdd\xe7\xec\xd9\x9d\x3d\x40\xd5\x72\x9f\x36\x65\xfa\x19\x41\xf3\x5c\xf9\x85\xf0\x4b\x34\x9a\xfb\xe9\xbb\xa7\xef\x26\xbf\x77\xfa\xee\x69\x97\x3a\x94\x9c\x49\x72\x77\x46\x01\x55\xcb\xfd\x72\x28\x2f\xdb\xc7\x2a\xba\x5f\xd6\x01\x5e\x95\xbc\xf1\xb9\x3b\xa1\x76\x37\x08\xd0\x6b\xb9\xdf\x7e\x86\x93\xa7\x3b\xe2\x4e\x1e\x58\xc0\xdb\x18\xeb\x68\x95\xd2\x7f\xe7\x0e\x70\x75\x10\x91\x9a\xbb\x33\x61\xd7\x58\xc2\x95\x97\xfb\x6b\x57\xe1\x93\x1a\x20\xd5\x52\xf4\x7f\x8a\xfe\x1f\x43\x2d\x50\xc3\x77\x37\x08\x5c\x74\xb9\xab\xe1\x44\x04\x0c\x22\x02\x73\x77\x7f\xd8\xdd\x1f\x08\x52\x4d\xa8\xc0\x57\x41\xcf\x0f\xe6\xfb\xe1\xfe\x60\x90\xc0\x18\x87\xcf\x31\xb1\x0e\xf7\x07\x80\x6a\x79\x70\x38\xcf\x43\xa5\x27\x23\x6f\x42\x05\xfe\x97\x87\x7b\x06\xae\xba\x3c\xf6\x43\x59\x57\xc6\xbb\xe0\x5b\xf3\xe0\x94\x32\x70\xdf\xe5\xb1\xfb\xee\xe1\xbb\xeb\xb4\x95\x32\x82\x27\xb1\x02\x4b\xc6\xef\x81\x79\x4d\x19\xc1\x07\xc1\xac\x79\x74\x9f\xeb\x3e\xc7\x24\x3f\xdc\x5b\x8e\x6e\xd7\xb3\x17\x1c\x4e\x98\xa3\xdb\x07\xb9\xb4\xea\x70\xc2\x10\x2b\xb0\x64\x3c\x37\xfc\xb6\xe1\x73\x45\xbf\xe0\xe3\xca\x23\x1c\x8e\x5a\x6a\x60\x90\x40\x1e\x4e\x0e\xfc\x6d\x79\x68\xdb\x1c\x6a\x38\x01\xa9\x69\x40\x40\x1a\x10\x30\x00\xaa\xe5\x51\x7e\x87\xb6\x0d\x0c\x61\x79\x68\xdb\x1c\xf8\x9f\x46\xb0\xbf\x1e\xd3\x6f\x53\xeb\x83\xc5\xe0\x50\xeb\x0f\x1c\x50\x03\x54\x5a\x9a\x49\x2f\xcd\xa4\x37\xf0\xc1\xe5\xe1\x4c\x38\x9c\x09\xe1\x98\x3b\x13\x0e\x2e\xef\x06\x39\xfe\x13\xde\xf1\x55\xd8\x96\x83\x3a\xb4\x8b\x0c\x3a\x18\xf8\xd6\xf2\xb8\xec\x17\x4e\xe7\x83\x64\x00\x29\xfd\x78\x1e\x4e\x05\x10\x68\x69\x12\xd1\x94\x7e\x7c\xe0\x5b\xcb\x43\x5b\xc9\x40\x84\x41\xb4\x68\x4a\x3f\x9e\x87\x9b\x02\x79\xc6\xf3\x70\x2a\x18\x74\x30\x40\xa0\xe5\xe1\x06\x70\xb8\x01\xe0\x20\xcb\xc3\xa9\x60\xd0\xc1\x20\x32\x34\x8f\xd7\xf1\xfd\xfc\x5e\xf6\xf0\xe3\xb3\x2d\x9f\xbf\x87\xfd\x64\xca\xb5\xec\xa0\xf0\x06\x90\xb0\xec\x2e\xf6\x5d\x5b\x89\x3c\xb1\xd9\x9d\x0b\xdd\x73\x03\x30\xb1\x34\x10\x21\x3b\x27\xf1\x01\x1d\x58\x76\xfc\xb3\xd9\xc1\x70\x0f\xc2\x36\xb3\xab\xf7\x5d\xbd\x4f\x96\x8d\x7e\xf8\x2e\xe4\xa4\x83\x70\xcc\x34\xc0\x20\x89\x29\x58\x32\xea\x25\x8a\x36\x3b\x51\xb4\x23\x0f\x7e\x4f\x1d\xef\x1c\xbb\x07\xce\xab\x94\x1e\x3d\xbb\x76\x3e\xe1\x98\x69\xe0\x40\x76\xed\xf7\xa4\x4f\x3b\xbe\xd8\xec\xf8\x5d\x07\xf0\xaf\xec\xe1\xb7\x71\x5e\x1e\x30\xf5\x67\x27\xa0\x3c\xbb\xd9\x4f\x33\xfe\xed\xc5\xcf\xae\xc9\x6f\xac\xc1\x48\x86\xc6\x58\x83\xec\x38\xa3\x46\x32\xcd\x7a\xd9\xac\x02\x92\x85\xb6\xf7\xb2\x55\xce\x8a\x74\x64\x9c\x15\xdd\x59\x01\x88\x2c\xfb\xb4\x0a\x2d\x79\x40\x64\xd9\xb9\x79\x4b\x63\x0d\x46\x71\xd2\xe8\xa7\xbf\x07\xac\x6a\xe0\xb3\xca\xee\x1a\x0f\x03\x7b\xec\xac\xa1\xd0\xb0\xaf\xe2\xf3\x31\x3a\xdc\x65\xbf\xab\xd8\xc5\xc4\xeb\x97\x1d\x04\x55\xcd\xc0\x3d\x95\xdd\x83\x81\x71\x0a\xa3\x58\x6b\xbb\x8a\xdd\x3d\x04\x14\x0b\x66\xf7\x10\xd0\xb5\x80\x48\xdd\x9f\x06\x2c\x24\x54\xed\x4b\x46\x1d\xaf\x83\xef\x41\x17\xb7\x53\x76\x0f\x01\x5d\x2b\x06\x77\x52\x1a\x88\x90\xfd\xb3\x0e\xb6\x3e\xf3\x01\xa6\x81\x08\x83\x98\xc9\x1c\x5c\x3c\xe4\xe0\xf2\x6c\xe0\x3a\xca\x01\xa6\x23\x87\x87\xda\x2a\x65\x8f\x32\x7f\x8f\xfd\x6b\xec\xfe\x9e\x07\xdd\x62\x52\x18\x88\x90\x43\x2b\x06\xff\x4f\x1a\x74\x90\x06\x1d\x0c\xdc\x44\x39\x60\x3b\x48\x83\x0e\x06\x88\xb1\x34\xe8\x20\x0d\x3a\x18\x04\x40\xe6\xd0\x8a\x19\x2a\x31\x64\xfb\x69\x1a\xdc\x1c\x38\x82\x06\xe4\x5e\x39\x86\xdf\xc1\x25\xc3\xc0\xe9\x93\x83\x10\xef\x34\xe8\x60\x40\xf8\x95\x43\xcb\x86\xd8\x83\x25\x2b\x64\xa9\x8c\x7e\x06\x45\x96\x23\x6c\xb3\x96\x0d\x28\xb2\x84\x4f\x7d\x15\xf4\x01\x4e\x9f\x1c\x6a\xe9\xc0\x65\x3a\x08\x9e\x4c\x03\x11\x12\xc6\xf5\x36\x26\xd6\xa7\x81\x08\x69\x20\xc2\x00\x5a\x96\xd2\xaf\xa7\xf4\xeb\x03\x68\x59\xc2\xa7\xbe\x0a\x74\x88\x48\xc9\x84\x4f\x7d\x15\xbe\xcb\xc6\x34\x2e\xbf\x63\xad\xb9\xa9\x6f\x63\x68\xc7\x8f\xcb\xee\x73\x78\x35\x3b\x8c\x4d\x18\x04\x4f\xa6\xb4\xea\x39\x6e\x3f\xcd\x21\x57\x25\x87\x6b\x2d\x81\x92\x39\x6e\xbb\x4f\x95\x24\x81\x7b\x0e\xcf\xa5\xc3\xb5\x76\x32\xb3\x08\x4a\xf8\xcb\xf1\xfa\x9c\xaa\xf1\xfa\x1c\x88\xe7\x01\x57\x58\x1a\x74\x90\x10\xa6\xb7\x00\x6d\x96\x43\x53\x84\xd8\x83\x25\xa3\x0e\x4d\x11\x62\x0f\x96\xcc\x77\x55\x3f\xd4\x59\x5a\xc9\x0c\x2e\x05\xd2\xa0\x83\xd8\x50\x97\xd0\xd8\x26\x09\xeb\x92\xad\x7e\x09\xd7\xdf\xc0\x6f\x13\x90\xf0\x67\xb8\xfe\x06\xf7\x63\x01\x09\x7f\xc6\xee\xbb\xbb\xef\xa2\x1a\xe1\xfa\x4b\x9c\x41\x0b\x82\x27\x33\xf4\xc7\x10\x67\xb0\x64\x3b\xb2\xa9\xec\x54\xb6\xfa\xd9\x00\x83\x0c\xbc\xa3\xa1\xbf\x28\x54\xf1\x58\x2a\x3e\x03\x6d\x21\x00\x61\x15\x7e\x2e\x5b\x64\x68\x76\x48\xc0\x1e\x1b\x33\x3f\x74\xbd\x48\xb6\x1e\xba\x8b\xc2\xa5\x3b\xd0\xf0\x80\x83\x2c\x25\x5b\x4f\xc8\xd6\x27\x24\x9a\x19\x5a\x1d\x91\xb6\x98\x05\x22\xf4\xb2\x44\xda\x62\x16\x08\x43\x09\xd2\x50\x82\xd8\xf0\x3a\x44\xf9\x5c\xf9\x1c\x5a\x15\x2a\x2e\xd1\x03\x4b\xc6\xd7\x6a\x89\x18\x4a\x10\x64\x97\xcf\x98\xf6\x80\xe9\xd6\xf5\x34\x85\x96\x88\xa4\xec\x01\x78\x2d\x43\xa5\x27\x7a\x60\xc9\xf8\x5c\x3c\x9d\x69\x88\x40\x00\x5e\x4b\x43\x04\x12\xa2\xf5\x16\x7a\x8b\x0c\x11\xc8\x40\xeb\x83\x10\xcb\x0c\x17\xe2\xe0\x2a\x2c\x9a\xda\x72\xdb\x55\x68\x7d\x34\x76\x5c\x59\xd7\x53\xd6\xf5\xd0\x83\x14\xce\x84\x60\x26\x04\x89\x31\x13\xca\xf4\x55\xd0\x07\x8d\x85\x3d\x9c\x09\xc1\x4c\x08\x3d\x48\xe1\x11\x13\xb8\xff\x92\xf1\xbd\x6a\x78\x7c\xb6\x8f\xa3\x94\x38\xff\x14\xe7\x1f\x40\xd6\x12\x80\xff\x2a\x0e\x65\x03\xd9\x50\x16\xca\x12\x59\x2a\xab\xff\xfa\x5f\x91\x18\x4a\x42\xff\x13\x64\x7f\x0b\x28\xf7\x33\x75\xc6\x48\x92\x1e\x50\x90\x65\x6a\x60\x08\xf3\x0f\x9d\x4a\xe6\x6a\xcd\xdc\xfd\x5c\x8e\x5c\xc9\xad\x57\x42\x82\xbe\x64\x34\x45\x03\x43\x48\x7f\xb4\xda\xff\xbd\xd1\x8b\xf8\x4f\xc9\xd1\x83\xd4\x92\x29\x39\x7a\x66\xb7\x59\xac\x1f\xe9\x72\x9e\xeb\x50\x1a\xdc\x7f\xa5\x7c\xe9\x29\x37\x7a\x10\x7f\x99\xc9\x65\x57\x26\x97\x5d\x01\x4e\x2d\x53\x97\x4e\xc2\x7b\x13\x64\x9b\xcc\x04\xac\x9a\x89\x9b\x31\xa0\xd2\xcf\x74\x4e\x00\xec\x5f\x32\x7a\xc3\xd5\x3c\x39\x7f\xc6\xce\x00\xa6\xa6\xb8\x28\xff\x00\x93\x96\xa9\x9b\x31\x71\xeb\x07\x99\x25\x33\x55\xf6\x54\xd9\xc1\x9f\x65\x7a\xd8\x4c\x50\xa8\x01\xfe\x2c\x73\xda\x96\x69\x9b\x99\xc7\x22\xff\x33\x97\xa5\x1d\x69\x87\x6b\x61\x27\xf7\x5f\xb1\x73\xe2\xc9\xd3\x41\xc5\xe8\x08\x92\x4d\xa6\x01\x02\x69\x80\x40\x40\x50\x96\xe9\xaa\x9f\x97\x9f\x8b\xa5\x96\xea\x7a\xc2\x56\x10\x3b\x73\x3b\x6f\x7b\x5e\xbd\xd6\x83\x95\xae\xf0\x30\xa9\x2f\x19\x9f\xfb\xf8\x1c\x46\x47\xec\x8e\x9a\x2e\x96\x64\x85\x0f\xe0\x6c\x29\x5d\x7a\xe6\x67\x5b\xd8\xe8\xf3\x73\xc4\x09\x2b\x0b\xa2\x29\x33\x3f\xbb\x00\xcf\x63\x1c\x58\xbf\x52\xa3\x27\x6c\xe8\x4b\x96\xc8\x4e\x65\x74\x33\x89\x25\x53\x6a\xf4\x94\x1a\x3d\x88\xb0\x4c\x69\xd0\x93\x78\x82\x08\x9c\x64\xe5\x62\x5e\x6b\x31\x0f\x6d\xee\xd2\x34\x21\x9a\xa0\x85\xfe\xab\x52\xd5\x89\x26\x58\xb2\x42\x66\x0d\xae\xf9\xfa\xaf\xca\x35\x5f\x12\xf4\x20\xe6\x32\x8b\x4b\xdf\x34\xb6\x40\x4c\x6b\x96\x6b\x3e\xb1\x05\x41\xf4\x47\x96\x56\x4d\x75\xab\xe5\xd8\x5b\xaa\x7c\xb9\xbe\xeb\xc7\x2a\x8f\x90\x85\x19\x1e\xfa\xa7\x0c\x4b\xc8\x1a\xb9\x7e\x0e\x15\x2d\x4f\x95\x35\xec\xbb\xa1\xcc\x16\x87\xad\x63\xba\x94\xde\xf6\xe2\xa4\x19\x40\xe3\xb2\x74\xcd\xc0\x98\xbe\x64\x3c\xa7\x99\x5d\x69\x53\x58\xb7\xe1\x4d\xff\x4b\x18\xd3\x97\x8c\x5e\x29\x7b\x4a\x95\x27\xba\x32\x4b\x95\x2f\x55\x1e\x3a\xfb\x34\xa4\x21\x0d\x69\x88\xc3\xc1\x98\xfe\x1e\xa7\xca\x00\xb9\x96\xd2\xa7\xa7\xa1\x0a\x01\x4a\x2d\x4b\xfd\x2e\xf5\x1b\x94\x5a\x96\x6b\x79\xb9\x96\x83\x52\x4b\xe9\xd3\x53\xfa\xf4\xd0\xb5\x25\x7d\x7a\x4a\x9f\x1e\x9d\x1d\xbd\x6e\xbb\x8f\x1b\xaa\x20\xab\x65\xd6\xad\x62\xdc\xd6\xa1\x16\x3c\x0e\x11\xc0\xeb\x80\x3d\x2d\xa5\x59\xcf\x7a\x7c\x57\x2d\xe0\x1e\x38\x0d\x69\x88\x8e\x01\x68\x48\x43\x1a\xd2\x10\xba\xc0\xea\x55\x0b\x70\xb0\x04\x91\x99\x49\x7c\xc3\x2a\x5e\x65\xd4\xe1\x7c\x81\x95\x7d\xc9\xe8\x53\xf7\x06\xa2\x1d\x5a\xe8\x02\x2b\x0d\xf7\xe2\xd6\x2a\xf4\x77\x49\xc7\x9e\xd2\xb1\x87\xfe\x2e\xe9\xd8\xd3\x70\x88\x00\xf5\x96\x86\x43\xa4\xe1\x10\x41\x08\x67\x1a\x0e\x91\x13\xef\x4c\x00\x7b\xcb\xa9\x77\x66\x36\xbf\x8d\xb5\x60\x6a\xf4\x4b\xbd\x1e\xfa\xc0\x26\xa8\xed\x9c\x5a\x49\x9d\xbd\xda\xb0\x89\x34\x46\x22\xc8\x7b\x93\x53\x8f\xfe\xdc\x6d\x33\xba\x31\x75\x5d\xce\xc3\x71\x43\x37\xa4\x68\x4f\x63\x24\x02\x38\x5b\x1a\x23\x91\x93\x98\xb2\xd0\xe1\x35\x3d\xb9\x4e\x2d\x27\x42\x33\x73\x6a\x26\x19\xfb\x10\x64\xc4\xcc\x39\x6c\xf3\xf0\xb9\x9d\x7a\x9d\x33\xc6\x3e\xc4\x60\xcc\x8d\x7d\x48\x62\x1f\x42\x93\x48\x0a\xf6\x94\x82\x3d\x74\x6e\x19\xe6\x90\x93\x03\x6e\x00\x53\xcb\xe9\x34\x9a\x4e\xa3\x81\x61\x67\x9e\xf1\x34\x7c\x21\x88\xb8\x4c\x73\x8a\xe7\x74\xe7\xd0\x91\x35\xdd\x39\x66\xd9\x14\x86\x5c\x5a\xf6\x34\xa6\x21\x60\x60\xcb\xa9\xeb\x92\x90\x85\x25\xa3\x4b\x35\x89\xe6\xe9\xa7\xb1\x84\x4f\x8f\xa6\x30\xac\xb7\xd0\xf1\x34\xcf\xdf\x73\x8f\x32\xba\x54\x47\x8c\x3c\xea\x41\x02\xcb\x9c\x3a\xea\xe5\x4c\x8f\xe1\x10\xdd\x0e\x9b\x53\x86\xa4\x96\x39\xdd\x12\x26\x97\xba\x31\xe6\xbf\x43\xed\x72\xea\x9e\x9c\xdc\xf9\x46\x38\x82\xce\xa8\xc9\x9d\x56\x80\x17\xcb\xa9\x15\x65\x28\x43\xe8\xe7\x9a\xde\x69\x49\xbd\x1e\x44\x5a\x26\xf1\x0a\xab\xf0\x5d\x2c\xb0\xe9\x2e\x32\x01\x59\x07\xd8\xb0\x9c\xce\x80\xe9\x0c\xd0\x2f\x75\xea\x9f\x84\x6d\xbd\x05\xf9\x2d\xf3\xd4\x62\x82\x6e\x7d\xc9\x0e\x64\x68\xf1\x09\x78\x28\xf4\x55\x9d\x90\x43\xa4\xa1\x0c\xa1\x5f\xea\xd4\x67\x09\xdd\xfa\x92\x0d\x64\x97\xb2\x47\xd9\x1a\x6a\x79\xd6\x53\x9e\xf5\x00\x07\x96\xc6\x37\xe4\xb9\xfb\x1c\x43\x7d\xea\xb3\x94\x67\x3d\xf4\x55\x11\xb9\xb0\x0a\xeb\xe5\x78\x77\xba\x91\xc8\xa9\x1e\x30\x9b\xa5\x9c\xea\x79\xba\x91\xe8\xab\x3a\xbd\xfb\x3a\x87\xbf\xc7\x19\xed\xd4\x78\x82\x5a\x7d\xc9\x3a\x32\xbf\x23\x7e\xcf\x2d\x55\x34\x08\x21\xa1\x51\x6f\x01\x48\x2b\x4f\x8f\xbd\x27\xfe\x9c\x20\x7c\x31\x4f\x1d\x36\xf2\xa7\x07\xe1\x8b\x29\x7f\x7a\xc2\x9f\x9e\x9b\x4d\x76\x56\x48\x9f\x1e\xc9\x06\x7e\x7a\x78\x38\xd5\xf6\x64\x51\x3e\x01\x59\xe7\xe9\x46\x02\x46\x2b\xa5\x54\xcf\x93\x08\xc9\xd0\xa5\x75\x6a\x3b\x19\x5b\x10\xc9\x6c\x3c\xbd\xe6\x3a\x35\x94\xd2\xa1\xf4\x50\x60\xcc\x40\x40\x53\x9f\xc6\x0c\xe4\x09\xd4\x21\xd2\xa1\xd4\x29\x4f\xe8\xc0\x92\xf1\x69\x1e\x14\x4e\x0f\x0a\x5a\xd3\xa7\xc6\x13\xcc\xea\x2d\x88\x9a\xcc\xd3\x8d\xe4\x7c\xfc\x3d\x16\xdb\xf3\xf1\xf7\xdc\x34\xf4\x63\x9d\xba\x22\x4f\x0f\x05\xc9\x15\xed\xa9\x2b\xf2\x54\xc5\x61\x1d\x4b\xe9\xd3\xf3\x7c\x6d\x8b\x43\xf9\xda\x96\xd7\xbe\xe2\x08\x7e\xba\x69\x9c\x1a\x54\xb0\x8e\x25\xc1\x07\xab\xb0\x5e\x87\xd2\x0d\xe2\x74\x83\x48\x66\xb7\xf1\x06\x79\x6d\xd6\xcb\x02\x7c\x69\x78\x5d\x6b\x96\x24\xbc\x1c\x79\x89\x74\x30\xdc\x20\xc0\x72\xe5\x25\xd2\xe1\x72\x76\x14\x33\xf5\x12\xe9\x70\xb9\x3f\x10\x49\x99\x97\x86\x97\xe1\x06\x41\x02\xcb\xbc\x9c\x09\x97\xfb\x83\x8e\xb1\x4b\xad\xbf\xd4\x7a\xb8\x44\xf2\x52\xeb\x2f\x4f\xd1\x3a\xcb\x0c\x2d\x48\xa2\x09\x96\x8c\xe7\x44\x2b\x5c\x9e\x18\xc0\x6d\xe5\xa5\x0d\x74\xe1\x6d\x0f\x70\x5b\x79\xa9\xcd\x17\x88\x83\x80\x09\x3f\x0d\x19\x48\xc8\xd6\x5b\x80\xdb\xca\xcb\xdb\xdd\x2b\x6d\x0b\xf6\x93\x21\x03\x79\xa5\xf5\x62\x43\x43\xb9\xbe\x0a\xdf\x65\xdf\x34\x64\x20\xaf\xf2\x39\x6c\xaa\xcb\x45\xfe\xf2\x7c\x0c\x1e\x2b\x8d\x23\xc8\xab\x6c\x1f\xc3\x7b\xe9\x93\x24\x8e\x60\xc9\xa8\x63\xda\x3e\x55\x1c\x3c\x56\x5e\x22\x0e\x8c\x10\x08\x98\xc6\xf2\xf2\x7c\x70\xb9\x19\x14\xb7\xc5\x97\x4e\x21\x48\xde\x93\x28\x91\xbc\x34\xa9\x2e\x8f\xc7\xfa\xe3\x60\x75\x5f\x85\xd5\x72\x92\xba\x34\xb3\x2e\xcd\x2c\xa0\x5c\x49\xb4\xc0\x2a\x68\xf2\xf4\xf7\x34\xb3\x2e\x67\x02\x24\x65\x29\xb9\x7b\x5e\xee\x0f\xfa\xe3\x24\x77\xcf\xcb\x99\x40\xf2\xcb\xbc\x34\x9f\x24\x7c\x0f\x00\x57\x79\x3d\xb6\xef\xf5\x5d\x16\x71\x83\x06\xf2\x7a\xad\x83\x45\xfc\x7a\x6d\xdf\x32\xb3\xf2\xf0\xe7\x9c\x30\xd7\x6b\x15\x58\x68\x97\x13\xe6\xf2\xb4\x3d\xb1\xd3\x2f\x2f\x74\x09\x31\x58\x32\xaa\xf0\x54\x72\x69\x65\x4d\xd6\xfa\x4b\x2b\xeb\xf2\x04\x3e\xb1\xe4\x6e\x42\x99\xf3\xf6\xb4\xad\x2b\xef\x06\x83\x9d\xb7\x7b\x07\x3c\x68\x79\x83\xb6\xcb\x9b\xc0\x9b\x80\xf4\x2c\x6f\x4f\x25\xb7\x33\x01\xac\x56\xde\xae\xff\xb7\xc7\x6d\xfd\x71\xf2\xd1\xe7\xad\xa5\xa4\x3f\xee\x06\x6f\x9d\x06\x21\x84\xfe\x38\x83\x10\xd2\x20\x84\x98\x9c\xb8\x6e\xcf\xd3\xb7\xeb\x3f\x91\x9e\x79\xeb\x28\xba\x71\x0a\x25\x38\xaa\x84\x19\x7e\x15\x2f\x32\x2c\xe6\xdb\xbb\x28\x83\x0b\x52\x1f\x98\xc1\x05\x49\x3c\x41\xcb\x6d\xdf\xfe\xbd\xd5\xdf\x4e\x9e\x1b\xaf\x68\x0a\x9f\xba\xd3\x9f\xc1\x91\x94\xd0\xf3\xe7\xed\x3d\xee\x5d\xfe\x34\xc3\x60\x50\x41\xde\xac\xfb\x29\x2c\xea\x76\xdd\xbf\x59\xf7\x73\xb3\x7b\x5d\xf7\xef\xe9\x27\x61\xec\xde\x5e\x4b\xdd\xa7\xf5\x32\x41\x6f\x27\xc0\x8d\x35\x94\x1b\x1e\x8e\x5b\x6b\xe8\xc6\x1a\xfa\xed\x4b\x06\x1a\xa4\x81\x06\x49\xa4\x65\x1a\x49\x90\xf7\x65\xfb\x98\xb4\xb7\xae\xd2\xfb\xb2\x5e\x87\xc1\xab\xaa\xfb\x7a\x96\x26\x62\x5c\xdd\x9e\x47\x88\x3b\x58\x8f\x21\x73\xa2\xdc\xb7\x9f\xc1\xd2\x2d\xf7\x7c\x12\x77\x90\x07\x1b\xf3\xad\x6d\x75\x3f\xbf\xc7\xa8\xc1\x1d\xe3\x7e\xac\x95\x55\xfa\x76\xc7\x20\xc4\x60\xc9\x78\xce\x63\x06\x6c\xf3\x2d\x61\xda\xcf\xfb\xb3\x0a\x2e\xaa\x92\x78\xcc\x7c\x34\x76\x88\x1d\x98\x3b\x9d\xfc\x78\x8a\x26\x74\x60\x3d\xb6\x3a\xe0\xd1\x27\xfa\x70\x02\x48\xc2\x36\xf3\xd1\xc5\x4f\x98\xc0\x92\xad\x41\x7b\x74\x19\x3d\xe0\xd6\x52\xfc\x93\x31\x03\x09\x13\x7c\x4b\x08\xc7\xd2\x98\x81\x7c\x76\x9b\xc7\x80\x3f\xae\xf0\xc6\x07\x64\x63\xde\x3d\xba\x91\x9e\xc3\xe7\x58\xb9\x1f\xed\x1a\x58\xdf\x97\x8c\xf6\x0d\xdb\xc7\xc9\x37\x1b\x73\xec\xd1\xd9\xf3\x60\xc3\x64\x63\x20\x1f\x57\x7d\x63\x06\x52\xf7\xd5\xa3\x19\x6f\x7c\x40\xea\xbe\x7a\x54\x5c\xc2\x04\x5a\x36\x46\xe8\x11\xd3\x43\x98\xc0\x92\xf1\x1d\x3a\x85\xa4\x80\x4f\x02\x2e\xf3\xd1\x9d\x0f\x13\x7c\x4b\x68\xf0\xd3\x58\x80\x7c\xca\xef\x60\x88\x1e\xcd\xf8\x87\x68\x98\xdc\x99\x8b\x8f\x27\xe4\x47\x65\xd6\x69\xf5\xe8\x00\x7a\x54\x66\x31\x51\x8f\x37\x51\x0f\x2b\x7c\x7a\xed\xf4\x9c\xf6\x0b\x6e\xff\x84\x20\x2c\x1f\x97\x6e\x81\xff\x09\x5d\x7e\x3e\x1a\x2c\x82\xfc\x53\xa7\xd5\x23\xb4\x00\xc6\xf8\x96\x10\x84\xa5\xc0\xff\x7c\xb8\x8a\xca\xfd\xf0\x5d\xc7\x8d\xe5\x3c\x77\xc7\xcd\x6b\xa7\xe7\xf1\x5d\xd6\x46\x81\xff\x29\xf0\x3f\x75\x64\x3d\x9e\x86\x9f\xd7\x36\x63\x3c\x3d\xde\xb1\x3e\xaf\xdf\xcb\x8e\xfb\x78\x1a\x7e\x54\x5d\x58\xc3\xf2\xd1\x88\x81\x45\x7e\xc9\x78\x57\x75\x36\x18\x20\xc5\x67\x19\x0c\x90\xef\xe6\xf7\x72\x0c\x7a\xb5\x58\x5e\xf5\x79\xe7\xb2\xd0\x60\x80\x7c\x9b\x7d\xc5\x8e\xfb\xea\x03\x7a\x77\xc7\xa3\x94\x75\x65\x7e\x1b\x3b\xa9\x34\xf3\x29\xcd\x7c\x92\x74\x31\xa5\x99\x4f\x69\xe6\x53\xef\x96\x80\xfe\x7c\x89\x6d\x49\x3d\x59\xaf\x27\xd5\x17\x8b\x25\x09\xcc\xcc\x57\x87\xcf\x0b\xc8\x26\x0f\xb6\xcd\x57\xe7\x0e\x20\xfe\x96\x07\x73\xf0\xf5\x54\x2a\x7a\x3f\xf5\x51\xbd\xea\xf8\x1b\xbe\xcb\x02\xfb\xaa\xe3\xaf\xeb\x34\x14\xff\xf9\x6a\x93\xbf\x90\xb8\x25\x49\x17\xf3\x55\x9f\xdf\xf4\x39\xe6\xdb\xab\x3e\xbf\x78\x7c\x52\xe7\xd3\xab\x97\x1f\xba\xf9\x25\xa3\xcd\x65\x1d\x24\x01\x49\x41\x54\xaf\xfa\xfc\xaa\xcf\xf0\x82\xa5\x88\xfe\x7c\xc1\x11\xe4\xe1\x18\xe9\xf1\x79\xf1\xf8\xa4\xde\x27\xd1\xfb\x09\x7a\x3f\x9a\x5d\xa5\xad\xfd\x72\x3b\x9a\x3a\xa4\x5e\x55\xf7\x5d\xeb\xe7\xcf\x4f\x2f\xcb\x7c\xbe\x4b\x31\x7f\x6e\xfa\xd7\x43\xe2\xbb\x96\xc5\x9f\x47\xfe\xf5\xde\xfe\x5d\xdb\xfd\xcf\x21\xff\x7a\x6c\x84\x3a\xfe\xe7\x8f\x17\x67\x9f\x90\xc5\x87\x8b\xd7\xe7\x26\x0f\xda\x3e\x1a\xf3\x42\x94\x7d\x82\xb2\x0f\xb8\x12\xf3\xf3\x1a\x1f\xf6\xf8\x68\xf4\xee\xe7\x8a\x09\xc6\x3e\x1a\xa7\x0c\x19\xe0\xf3\xdb\x73\x89\x58\x6b\x3f\x7d\x8c\xdf\x3a\xf3\x05\x9c\x88\xf9\xa9\x4a\x1f\x4c\x25\xae\x64\xdf\xe1\xcf\x77\x47\x80\x3d\xe4\x73\x77\x07\x4b\x9f\x30\x90\xa4\x50\xfa\x94\xfd\x3d\x45\x89\x09\x82\x4f\x41\xf0\xa9\xcb\xed\x53\x91\x3e\x37\x7c\x5d\x6e\x9f\x4a\x03\xc6\xbd\x65\xdf\x8e\x7f\x6f\xee\x9f\xf7\xfb\x9f\xeb\xa6\x1e\x39\xf1\xf0\x29\x1e\x3e\x3b\x6b\xd5\xa7\x4e\x01\x8b\x5f\x32\x9a\xa5\x4e\x7d\xae\x9b\x7a\xdf\x3e\x5d\x22\x1f\xd6\x72\x0a\x40\x13\x0f\x9f\xf0\xc6\x2f\x19\xdd\x28\xc6\xf1\xc3\xfd\x91\xdd\x01\xd0\xfd\xf1\x71\x0d\x9a\xdd\xee\x3e\xfd\xbd\xd3\x77\x71\xbb\x88\x7d\xcf\x8f\x88\x90\xec\x8e\x81\x1b\x3e\xd8\xf7\x9f\x9e\x7d\xde\x96\x7e\x2e\x9b\x3a\xda\x84\xb9\xa7\xbc\xf2\xd9\x1d\x18\x37\xf2\xcf\x8d\x5c\x07\xda\xa7\x63\xf1\x73\xd9\xd4\x81\xf6\x89\x57\xfc\xb8\x1a\x4d\x52\x1c\xa4\x30\xf7\x14\xe6\x9e\xc4\x8d\xa6\x30\xf7\x84\x4a\x7e\xc9\x68\x9e\x16\xef\xf7\x5a\x07\xdb\xce\xa7\x79\x0b\x6d\xfc\x92\x0d\x64\xb6\xef\xb5\x9b\x59\xbe\x3e\x4d\xd9\xcf\x65\x93\xb8\xd1\xfc\xbc\x1a\xfd\x5c\x36\xe1\x3b\x2b\x21\xed\xb5\x61\xb6\xe6\x58\xf3\xaf\xc0\xb2\xaf\xe2\x53\x96\x4b\x86\x83\xaf\x36\xd2\xc8\x25\x28\xb2\xda\x30\x03\x4a\xd2\xf7\x1c\x8d\x77\x31\x03\x4a\xd2\xf7\x24\x5b\x73\x6d\x04\x8e\xd4\xb6\xb4\x5f\x0b\xa2\x80\xb2\xff\xd5\xe6\xaa\x39\x94\x61\xc9\x96\x9c\xef\x39\x96\x55\x51\x1b\x70\xc5\xda\xd4\x7f\x1c\x6d\x25\xe7\x7b\x01\x58\x6f\x39\x0e\xde\xed\x7e\x06\x1c\x28\x09\x2d\x5a\xc9\x03\x5f\x9b\xab\x2b\x68\xb3\x92\xdf\xbd\x36\x57\x52\x90\x65\x25\x2a\xbd\x36\x57\x4d\x1c\x72\xb5\x85\xcf\x91\x08\x26\x41\x87\xd5\x96\x76\x01\xd7\x40\x49\x20\x67\x89\x36\x2f\x89\xdb\x13\x24\x58\x01\x29\xff\xab\xcd\xd5\x70\xac\x21\xaf\x6d\xda\xe6\x69\x9b\x93\xe7\x30\x4b\x6b\x3b\xad\x77\x0d\x6f\x6d\x97\x5d\x05\x32\x2a\x41\x82\xd5\x06\x32\xaa\xe0\x60\x6f\x39\x26\xbf\x77\xfb\xbd\xb7\xc3\x31\xf9\x8e\xdb\xef\x78\xac\xc3\xe1\x7d\x94\x71\x90\xca\x70\x28\x51\xab\x12\x1d\x9e\x44\x5e\xd6\xf6\xfa\x7b\x4b\x93\x02\xec\x5f\x09\xfa\x2e\x41\xdf\x09\x65\x59\x09\xfa\xae\x46\xca\xa1\x04\x1c\x56\x0d\x4f\x41\x35\x5c\xc9\x09\x65\x59\x35\xb5\x4a\x70\x78\x02\x18\x2b\xc1\xe1\x25\xf7\x7a\xe2\x98\xab\x46\xce\x97\x6a\x4b\xe1\x82\x30\xdd\x6a\x78\x0a\x0a\xb6\xf5\x96\xb0\x98\x55\xc3\x93\x5c\x8d\xfb\x98\x24\x66\xb3\xda\xee\xab\xda\x91\xf8\xdb\x0a\x7e\xf5\x55\x0c\x65\xfc\x1e\xf1\x0f\x25\xa5\x7a\xe2\xd2\xad\x76\xf8\x7b\x6a\x10\xd8\xb0\x82\x23\x7d\x15\x36\x39\x78\x97\x8b\xf4\x6a\x83\x5e\x19\x1d\x91\x5f\x31\xec\x15\x06\xb7\x11\x8f\x5d\x2d\xec\x81\xa4\x29\xa9\x2c\xed\x64\x06\xb7\xb1\x44\x96\xd0\xf0\xc4\xdd\x56\x60\xc2\x57\xf1\x50\x05\x1d\x5a\x7e\x45\xfd\x1e\xa3\x25\x65\xb5\x5a\x91\x5c\x66\x55\x9b\x56\x31\x7d\x8e\xf1\x96\x14\xbd\x1a\xd1\x41\x99\x1b\x5f\x86\x2b\xac\x1a\x78\xa6\x24\xff\x43\x35\xac\xc8\x6a\x5a\x91\x84\x4e\x16\xf0\xef\xbf\x6a\x97\xcf\x31\x9d\xdb\xe5\x73\xea\x5e\x3a\xb8\xb7\xb2\xdb\x77\x77\x7e\x4f\x7d\x6c\x38\x88\x33\x1d\xb5\x47\x65\x71\x99\xcb\x83\x36\x3f\xd6\xe1\x32\x87\xbb\xad\x84\x60\x97\xac\xe7\x49\x56\xc8\x92\xf5\xbc\x9a\x07\x1b\xc2\x1f\xab\xbd\x7e\xdb\xe7\x73\x0e\xc7\x67\x5f\xad\xd5\xae\x3b\x9d\x45\x65\x57\xfb\x6c\x32\x5d\x2a\x11\x7a\xed\xdb\xbe\x16\x7a\x5a\x02\xf2\x7a\x15\xcf\x7f\xfd\xaf\xe3\x58\xfb\x6f\x89\xbf\x2e\xf1\xd7\x89\x9f\xae\x76\x5c\xbd\x25\xfe\x3a\x73\x1d\xcd\x6b\xdf\xfd\xb5\xb5\xd4\x25\x57\x77\xb5\x63\x2d\x96\x90\xec\xc4\x25\x57\xc2\xaf\x0b\xf8\xb5\x86\x52\xc1\x9c\xbe\x8a\xc7\xc7\x94\xa1\x8c\x3b\x00\xd3\x4c\xa6\xf7\xde\xad\xb5\xfb\xf9\x73\x20\xf3\xdd\x6e\xd7\x31\xdc\xd0\xa9\xaf\x82\x6a\xc9\x0d\x50\xbb\x1a\xba\xbb\xc7\xe3\x6a\xab\x3d\x7c\xce\x43\x7d\xb5\x7f\x03\xed\x6b\xe7\x6c\x54\x60\xb9\x5b\x12\x55\x59\x7b\xd8\x04\xf7\x7d\x3c\x71\xb5\xab\xd4\xbb\xfb\x3e\xb0\xb5\x12\xb0\x5d\x02\xb6\xb3\xd6\x39\xa3\xf6\xb2\x09\xda\x92\x78\xec\x4a\x74\x76\xed\x6a\x3a\xd1\x97\x25\x12\xbb\xf6\xe9\xef\xb1\x26\xec\xc4\x31\xd4\xee\xd9\xa8\x3a\xcf\xb1\xc7\xd7\xee\x1e\x4f\xf4\x65\xed\xae\x9e\xbb\xab\x67\x0d\xda\x7c\xd9\xbd\x9e\xc2\x0b\xad\xd9\x6f\xdf\xf5\x1c\x04\xc1\x5a\x09\xb1\xae\xfd\xfe\xbd\x4b\xbd\xb7\xdf\xb1\x2c\x4c\x43\x89\x6a\x7f\xec\x96\xc7\x6e\x61\x13\xd8\x01\x73\x14\x00\xea\x25\xe3\x73\x5f\xbb\xca\xa3\x4c\xb1\x4e\xec\x9f\xd5\x7e\x56\x9b\x34\x45\x6d\x15\x61\x9d\xa0\xea\x6a\xff\x7c\xd7\x95\xb7\x50\x26\xf9\xd5\x0b\x04\xf5\x92\x2d\x8d\x90\x4b\xbd\x8e\xe6\xef\xd5\x44\xd6\x95\x8d\xd5\xe4\x23\x11\x95\x22\x26\x44\xcd\x1d\x19\xab\xe7\xe1\xe9\xa6\x58\x4f\x0e\xa2\xcc\xea\xf0\x74\x03\xf8\xae\x80\x42\xaf\x82\xa6\x00\xb4\x2b\xf8\xd2\x57\xb1\x2b\xe3\x39\xf7\xe4\xc3\x15\x15\xa0\x5d\x1d\xdd\x26\xab\xb0\xd0\xb5\xd5\x01\xf8\xae\x0e\x4f\x37\x38\xf6\xea\x50\x61\x8f\x41\x2f\xb3\x24\x1c\x61\xb5\x6b\xfb\x35\x7e\xa9\x60\x50\x5f\x05\x2d\xc6\x87\x57\xb0\xa5\xaf\xc2\x16\x33\x13\x0f\x1c\x4a\x75\x68\x4b\xe2\xaf\xab\x83\xc8\xe4\x3a\x74\x32\x11\x5b\x59\x87\x2b\xaa\x18\xe9\x04\x7a\x57\x62\xa4\xeb\x20\x32\x20\xf1\xe1\xd5\xe1\xce\x2d\x46\x3a\x89\xc1\x2c\xc9\xd5\x4b\x8c\x74\x92\xb8\xa0\xc4\x3e\xd7\x71\xda\xbe\xa0\x57\xc0\x3e\xd7\x71\xda\x7b\x2c\x28\xc7\xe5\x73\x6b\x61\x1d\x70\x37\xd5\x71\xd9\xe4\xcb\xc7\x94\xa9\xa2\x87\xf6\x25\xae\xbe\x82\x7c\x7d\x15\x76\x9e\x7a\x71\xdb\x53\xb7\x9d\x5c\x34\xd9\x85\x17\x2a\xf6\x25\xa3\x93\xd5\xdb\x43\xef\x11\xd0\xbb\x3a\x34\x04\x84\x3e\x27\xe4\x6f\x75\xc0\x56\x51\x72\xb0\x27\x79\x0b\x4a\x0e\xf6\x02\x01\xdd\x0a\xd7\x61\x09\x7d\xae\x83\xab\xb7\x22\xdc\xb2\x8e\xcf\xf6\xad\x95\x77\x00\xa7\xa9\xe3\x53\x07\xb8\x6e\xa8\xed\x27\xf3\x73\x51\xef\x22\x02\xb3\x80\x46\xaf\x62\x2a\x5b\xd5\x76\xd5\xbb\x37\xab\x60\xef\x01\x1a\xbd\x8a\x4b\x59\x22\xe3\xf7\x00\x45\xb7\x02\x79\x57\xdd\xf5\x18\x5a\x76\x19\x9e\xaa\xab\xde\x7d\xf7\x55\xcc\xc1\xae\x11\xd1\x31\x43\x8b\x44\xa0\x05\x82\x7a\x15\x1d\x19\xfa\xd8\x01\xf2\x15\x78\xea\x25\xe3\x5d\xcd\x55\xc1\xd5\x45\xa0\x66\x81\xaa\xfe\xab\xce\x34\x28\x90\x77\xd5\x35\x4d\x3b\x81\x68\x85\x47\xb2\xba\x53\x43\xf6\xf6\x22\x50\xb3\x3a\x48\x8f\xea\x5c\xc6\x15\x41\x99\xd5\x87\xed\x0b\x9f\x4b\xda\x12\xfe\x5e\xf8\x7b\xc9\xef\xb9\xe0\x4a\xb7\x5e\x04\x5b\x56\xd7\x8c\x10\x02\x5d\xf8\x0b\xab\x3b\x11\xfa\x9a\x08\x03\x9f\x50\x75\x75\xbe\x63\xad\x16\xc9\x3a\xab\x73\xce\xaa\xce\x1a\x5c\x20\xe5\x4a\x56\xf6\x12\x29\x5d\x50\xbf\x15\x14\xed\x7f\x05\x39\xfb\x92\xd1\x14\xd7\xe5\xce\x39\xab\x9a\xa3\x0b\x59\x45\x81\x84\x6e\x45\xbc\x64\x75\xd7\x6a\x08\xdb\x97\x8c\x77\x55\xfa\xce\xba\x5c\x1c\xb0\xab\xbb\x2e\xc3\xe2\xbe\x64\xbc\x7b\xdb\xcd\xa0\x35\x8a\xcc\x9c\xd5\x1f\x47\x1c\xeb\xb7\xf0\x17\x56\x7f\xfc\x5c\x7c\x51\xd5\x1c\x36\xad\x8d\xfe\xfa\xbd\xcc\x71\xa1\xd2\x25\x8f\x7b\x41\xd0\x56\xfd\xf3\xb9\x4f\x59\xac\xf5\x46\x58\x74\x09\x81\x2e\x27\xef\xd0\x84\x85\x7e\xbd\x15\xd8\xb5\x1a\x1a\x0d\xa3\xd9\x7f\x4c\xb6\xe1\x2a\x3c\x58\x85\x0b\xdf\x60\x0d\xee\x87\x0b\xc4\xf4\x92\xad\x49\x34\xd4\xdc\xc1\x5d\x40\x41\xbc\x56\x60\xa4\x57\x71\x2a\xa3\x2d\xe0\x91\x6a\x70\x17\x5c\x00\xda\x6a\xa8\x7e\xd0\xb4\xb7\x65\xba\xfc\x7b\x9b\x1f\x2e\xdc\x43\x8d\xdd\x59\xa4\xe1\x6d\x5f\x05\xcd\xda\xd9\xe6\x07\xd7\xc7\x35\x38\x4c\x15\x61\x97\x35\x08\x9f\xaf\x31\x7c\x8e\x89\x27\x7d\x7b\x89\xa4\x5e\xb6\xcf\x92\x85\xdd\x81\x87\xa1\x9c\x8d\xc3\x03\x16\xe0\xe9\x56\xb8\x0e\x6b\x84\xcd\x4f\xdf\x65\xe6\x0d\xcd\x8b\x91\x7e\x26\xb3\x6c\x68\x33\x8f\xb4\x5e\x66\xd9\x48\xeb\x05\x55\x51\xb8\x0e\x4b\xfa\xf6\x12\x35\x5d\xb8\x09\x6b\x68\x34\x8f\xe9\x73\x2c\xd3\x43\x75\x1f\xd3\xee\xe5\x10\x27\xcd\x7b\x49\xf3\x5e\x80\xe0\x6a\x9c\x0e\xff\xe9\xbb\x0e\xbf\x46\xf3\x38\x6d\x0b\x6b\xb2\xd4\xef\x25\xf5\x7b\xed\xac\xc9\xe0\xaa\xff\x4a\x9a\xf7\xc2\x9d\x58\x43\x75\x1f\xaa\x36\x9c\x6e\x05\xe7\xfb\x2a\xe8\x17\x5c\x87\x05\xae\x7a\x15\xbb\x32\x9e\xc3\x87\x50\x83\xf5\xbc\x0e\xa6\xde\x78\xec\x3f\x0e\x76\x05\x08\xae\x86\xeb\xf9\x60\x3d\x2f\x52\x0a\xd4\x70\x3d\x17\x5e\x5d\x07\x26\xdb\xf8\x54\xb1\xcf\xe7\x1c\x37\xed\x10\xa1\xd4\x85\xeb\xb0\xc2\x29\x10\x9b\xef\xb2\x62\x86\x8b\x77\xe0\x43\x28\x5c\x87\x15\x9a\xd7\xe1\xb4\x20\xfe\xb2\xc2\x05\x3d\xb8\x0e\xab\x83\x71\x0b\xae\xc3\x2a\x9c\x16\xc7\x18\xc8\x2e\x65\x8f\xb2\x42\xc6\xf8\x42\xf7\xde\x0a\x77\x62\x85\xbe\x86\xc0\x88\x29\xe2\x2f\x2b\x70\xab\x95\xdc\xef\x75\x04\xed\x73\xaa\x08\xc3\x2e\xe2\x2f\x2b\x34\x6c\xe2\xf0\xdb\x38\x8b\x85\xce\x86\xe8\xbe\xcb\x54\x8e\x61\x9b\x87\xdf\x8b\xd5\x1d\xb8\x68\x4b\x4e\xf7\x22\x55\x40\x89\xaf\x2e\xf1\xd5\x45\xea\xce\x82\xcc\x7d\x15\xa1\x8c\x77\xc3\xbe\xc2\xac\x2e\xdc\x64\x15\xe1\xb7\x71\xe5\x50\x80\xd4\x2a\x3c\x3f\x42\xed\xbe\x64\xbc\xeb\x8a\x0e\xce\xba\x15\x54\x6a\x15\xe5\xb7\xb9\x7c\x03\x3e\xab\x98\xb6\xcf\xa5\xba\x3b\x46\x1e\x0c\xe3\xf4\x39\x8e\xcb\x02\xa7\x4b\x0e\xf6\xb5\x19\x21\xb3\x5f\x5c\xbe\xa1\x4d\xab\xb8\x6c\x0b\x37\xc3\xd5\x1d\xa3\xcb\x71\xbb\x6c\x0b\x0e\x12\xc1\xd4\x05\xc5\x7a\x5b\x9b\xd6\x92\xc1\x2b\x54\xf2\xad\x17\x81\x95\x05\x62\x7a\x15\x8c\x2f\x3e\xb1\x8a\xc7\x3a\x1e\x9f\x73\x8c\x1e\xdb\xc7\x01\xb2\xf0\x93\x95\x60\xea\x12\x4c\x5d\x04\x5b\x56\xbc\xf6\xbd\x7a\x0f\xbf\x5a\xc1\xbe\xbe\x0a\xfb\xcf\xf1\x7d\xd5\x0d\x70\x13\x6b\x13\x5c\x32\x97\xf9\x58\xa6\xb9\x37\x3b\x25\x0e\xbb\xc4\x61\x17\x19\x43\x0b\x00\xf6\x2a\xac\x96\x95\x5a\x6e\xf5\x02\x7a\xdd\x0a\x3c\x5a\xa5\x4e\x8e\xc4\xc9\x51\x83\x95\x5a\xd0\x75\x41\xb1\xbe\x64\xab\x29\xa9\x3a\x43\xa7\xde\x4a\xd7\x59\x12\x10\x53\x49\xe4\x62\x11\x94\x59\x82\xae\x2b\x41\x06\xad\xcd\x03\x99\xef\x6a\xb4\x80\x5b\x2b\x39\xd8\x4b\x0e\xf6\xd2\x77\x96\xe0\xe5\x2a\xdd\x21\x06\xb6\x52\x92\xc1\xab\x12\x1f\x5b\xe9\x4f\x4b\x0f\xa5\xe0\xb6\x5b\x0d\x2c\xeb\x74\x2a\x88\xc8\x2e\xc0\x6c\x25\x07\x7b\xc9\xc1\x5e\x83\x25\x3b\xdd\x16\x40\x61\x2f\x19\xcf\xb9\x2d\x80\xb8\x6e\x45\x04\x66\x25\xb7\xca\x05\xd7\xfa\x92\xd1\x16\x0d\x19\x10\xd7\x4b\x46\x5b\xd2\xe7\xd2\xef\xe0\x28\x95\x5a\xf9\xa0\xb0\x5b\x91\x26\xb4\x12\x2c\x6a\xe5\x32\xf6\x93\xfc\xd0\x95\xee\x00\xa9\x0d\x34\xd0\x16\x11\xd9\x95\x1c\x30\x0b\x62\xb4\xca\xf2\xe7\xea\xf7\x73\x54\xeb\x2c\x4a\x67\x91\xae\xb8\xd4\xf0\x4f\x8d\xa0\x81\x4d\x95\xd3\xee\x9b\x36\x99\x55\x3c\xdd\x15\xe4\x67\xaf\xc1\x2a\x2e\x4c\xbb\xf2\xb4\x5e\xac\xe8\x3c\xad\x97\x4b\xba\xb5\x80\x2e\x99\x86\x91\x30\xed\x0a\x56\x76\x61\xda\x95\xce\x2c\x80\x6e\x95\x9e\x10\xd2\x99\x15\x7e\xaf\x33\x2b\x9d\x59\xd1\xfe\x8d\xbf\xab\x74\xe2\xa5\x13\x4f\xb7\x5c\xea\x35\x4c\xee\xf5\x4a\xb7\x5c\x6a\x4b\xe5\x63\x53\xd5\x1c\x27\x5e\x3e\x36\x41\x8d\xd0\x96\x4a\x6d\x29\xb0\x71\x25\x6d\x7c\xe5\x6b\xf3\xd5\x92\xcf\xcf\x04\xd1\x5a\xe0\xe0\x2a\x3d\x40\x88\x00\xaf\xc0\xc3\x93\x6e\x42\xe9\x26\xa4\xaf\x2e\xdd\x84\xd2\x99\x17\x2c\x3e\xe5\x26\x54\x9b\xf5\xb2\x41\x94\x2e\xc7\xf2\x04\x01\x49\x5a\x95\xb3\xb1\x36\xdb\xcc\xe2\x23\x2a\xbc\xaa\xf9\x6d\x68\x93\xb0\xf0\x82\x65\x7e\xc9\xd6\x30\x94\x76\x58\x39\xcb\x82\x45\xa5\xf4\xe8\x00\xf1\x6e\x45\x6c\x67\xd5\xe1\xef\x1d\xb6\x99\xe1\x2f\x37\x97\x3a\xac\x97\x4d\x43\xc0\x77\x15\x6e\x9e\x82\xd4\xac\xca\xa3\x41\xe1\xb5\x2e\x30\x74\x55\x7a\xad\xcb\x19\x05\x86\xae\xca\x53\x73\x79\x34\x20\x4d\x67\x89\xee\xae\xf2\x68\x90\xac\x0c\x05\x31\x70\x89\xee\xae\xc4\x70\x83\x95\x7e\x15\xbe\x8b\xb7\xae\xf4\x64\x17\xfe\x99\x02\x1c\x57\xe5\x54\x29\xa7\x0a\x64\x65\x55\x4e\x95\x72\xaa\x64\xa7\x0f\x9c\x2a\xc5\x19\xb9\xf4\xe0\x95\x3e\x9b\xe2\x8c\x5c\x7a\xf0\x6a\xfa\x6d\x6e\x42\xc9\xe6\x22\xe2\xbb\x24\xac\xaf\x74\x2c\xdd\x84\xca\x69\x41\x9a\xce\x12\xf1\x5d\x75\xf9\x6d\x1c\x85\xca\x4d\xa8\x34\xaa\x88\x86\xa8\xd2\x33\x5e\x97\x75\x38\x6e\x97\x75\x68\x68\xe9\x89\x93\xc4\xbe\x44\x81\x57\xb2\x19\x94\x1e\x4b\x51\xe0\x45\x34\x68\x95\xfe\x9e\x72\x7e\xe8\x9e\x2b\x0f\xd3\x92\xdd\x17\x80\xb9\x12\x05\x5e\xe5\xc6\x04\x60\xae\xea\xb1\x4f\x35\xc8\x52\x3d\x70\x63\x82\xf3\x7e\xc9\x18\x23\xe7\x47\x11\x7a\x5f\x44\x97\x96\xc8\xf0\x2a\x62\xe0\x8a\x7c\x04\x25\xe2\xbb\xca\x5d\x08\x46\xb4\x2a\x4f\xd3\xe5\x99\x84\x7c\x04\x35\x9d\x0b\x13\x97\x7c\xc1\x88\x56\x53\x97\x3c\x80\xee\x25\x9b\xc8\x4a\x19\xba\x46\x8a\xcf\x9a\xce\x8f\xe9\xfc\x20\x71\x41\x89\xee\x2e\xd1\xdd\x45\x3a\xcf\x9a\xce\x8f\xe9\x6e\x45\x18\x6a\x4d\xf8\x5a\x6a\x72\xd1\xb3\xb4\x1b\x59\x28\xb3\x0e\x76\x03\xe8\xf0\x57\x61\x1d\x18\xf0\xd3\xa3\xf3\x74\x17\x82\xfd\xac\xa6\xbb\xd0\xf4\xec\x02\xda\xae\x44\x77\xd7\x74\xce\x90\xe2\xb3\xa6\xae\xd1\xe9\xce\x04\xda\xae\x66\xf7\xdb\x40\x77\x17\x8c\x68\x35\xf5\xe7\xcb\x62\x5f\x3a\xd1\x64\xb1\x2f\x10\xdd\x4b\xc6\x73\xee\x42\x20\xba\x5b\x81\x98\xab\xa9\xfb\x69\x72\xfb\x53\x7a\xc7\x84\x77\xd7\xf4\x70\x02\x3c\xae\xa6\x73\x6b\xba\x33\x01\x8f\xab\xe9\xe1\x64\x02\x6e\x5d\x43\xb0\x64\x65\x9f\x82\x0b\x29\xbd\x68\xb2\xd8\xd7\x74\x6e\x01\x8f\x2b\xb0\xde\xab\xf0\x5d\xc7\x72\x5a\xaf\x5b\x13\xe1\xaa\x35\xdd\x9a\xa6\xf3\x6d\x3a\x96\xfa\xa4\xa6\x67\x71\x92\x1e\xd4\xf4\x2c\x2e\x34\xbc\x26\x6b\xf6\x3c\xad\x17\x30\x54\x81\x71\xab\xa9\xd1\x37\x35\xfa\x08\x57\xad\xe9\xd6\x34\x3d\xb3\x4f\xc7\x52\xdf\x95\xd4\xf6\x05\x6f\x59\x49\x6d\x5f\xd3\xed\x4a\x3f\xda\xd4\x10\x84\xe1\x7e\xc9\xf8\x3d\x0f\x36\x93\xdb\xfa\xce\x66\x2f\x82\xbc\x20\xb8\x8f\xee\xe8\x3e\xd6\xe0\x29\x7e\xaa\x05\x9e\xe2\x01\x85\xb7\x82\xf1\xac\xa6\xf7\x5a\xa2\xc1\x0b\x76\xb3\x9a\x9e\xe2\xe7\x6b\x8f\x62\x56\x4e\xdd\xb0\x53\xd7\x95\xae\xb5\xe9\x6e\x34\x3f\xdf\xc5\x28\x10\x35\x5e\x22\xc4\x8b\x08\xd6\x12\x21\x5e\xa7\xb3\x88\x08\xd6\x3a\xb9\xdb\x2f\x89\xed\x8b\x68\xd5\x3a\xf5\x49\x41\x5c\xdf\x26\xd1\xaa\x75\x82\x28\x29\x51\xde\x93\xb4\x9e\x75\x3a\x3b\x4e\x66\xc7\x24\x32\xb5\x64\xb1\xaf\x93\xe3\xca\xdc\x1a\xf5\x7a\x5c\x11\xf9\x3d\xc9\x83\x50\x52\xd7\xd7\x89\x7d\x37\xb7\xff\xc9\x66\x7f\xba\x31\x9d\x87\xd5\xa1\x38\x32\xdb\xd7\x89\xa9\x37\x09\x66\x2d\x99\xed\xeb\xec\x56\x87\xe2\x9c\x4e\x3c\x41\xe5\x93\x00\xd7\x92\xd9\xbe\xce\xee\xbb\x6c\x1a\xa7\x27\x21\x59\xec\x27\x11\xa9\x75\x7a\x69\x76\x0e\xbb\xa3\xfb\xdc\xad\xcc\x77\x39\x7d\x9c\x7a\x0a\x04\x9a\x4f\xf2\x29\x14\x34\xf7\xab\xb0\x5e\x8c\x82\xd3\x09\x2a\xf8\x7c\xea\x53\x3b\xd3\x7a\xf3\x27\xa3\xcd\x6e\x6a\xb2\xdd\x4f\xfd\x6c\xb2\xdd\x97\x48\xf3\xa9\x9f\xed\xf4\x22\x42\xb6\xfb\xb9\xe1\xc1\x3f\x75\x06\x8b\x3e\x9f\xfa\xde\x44\x9f\x97\xe8\xf3\xb9\xa1\x4e\xe7\x74\xf8\xd7\x64\x2c\xfd\xc3\xa7\x87\xad\x73\xda\x05\x68\x18\x48\xf4\x55\xf8\xb9\x68\xd8\xa9\xf9\x77\x9e\x36\x0f\xa7\x80\xc4\xf6\xff\x37\x63\xe7\x92\xeb\x3f\x6e\x44\xe7\x79\xaf\xa2\x77\x10\x89\x7a\x90\x07\xf8\x23\x93\x8c\x93\x3d\x48\x14\x09\x78\x60\xbb\xd1\xb1\xf7\x1f\xf0\xfb\xee\x24\x9e\xb4\x07\x17\xc2\x2d\x88\x3f\x3e\x54\x2c\x56\x15\x0f\x0f\x1b\xb8\xf4\x25\xa3\x1b\xce\x31\x01\xe9\xd9\xb0\x47\x02\xd2\xdb\xf3\xda\x5d\xfc\x0e\x18\xed\xd7\xc3\xdf\x23\x22\x79\x5c\xfb\x04\xa9\x07\xde\xb4\x26\x48\xbd\x3d\x9c\x66\x0d\x17\x90\xb6\xc7\x9c\xda\xc3\x5e\x47\x80\x08\xb6\xc7\x99\x27\x70\x3d\xe6\xf2\x40\xac\xaf\x07\x9f\x72\x57\x3b\x9d\x79\x60\xd5\x97\x8c\x36\xbb\x01\xf2\x0c\xdf\x23\xc9\xf0\x0c\xdf\x03\x5f\x1b\x30\x82\x4d\x52\xfc\x26\x48\x3d\xc0\x6c\xda\xeb\xba\x24\xb1\x7d\xcc\xef\x49\x6c\xdf\x5e\x4e\x22\x05\x3c\x60\x7b\x9d\x79\x22\xcd\xb3\x63\xa3\x5e\x33\xbf\x6f\xb1\x0e\xd6\x96\xd7\x75\x09\x2e\xfb\x3d\x1c\x71\x6d\xaf\xa9\xdf\xb7\xd8\x3e\xd4\xe5\x75\x96\xbd\x9c\xd7\x0e\x5c\x6a\x4d\xa4\x79\x7b\xf1\xe5\xb2\xa3\x1a\xaf\xfb\xc7\xaf\x53\x86\x4b\x19\x9a\xe8\xf3\xf6\x9e\xbe\x87\x0f\x29\x89\x7d\x7b\x9d\x1e\x46\x92\xaf\xdb\x73\xef\x65\x5b\xf8\xbe\xaf\x29\xdd\x57\x15\xe7\x02\x86\xf6\xaa\xe2\x2f\x49\x81\xc0\x91\xd6\xde\xfb\xe7\xbd\xa1\x6c\x7d\xcb\xd7\xe8\x08\x10\xfa\x92\x05\xd9\xa5\x8c\x6f\xc9\x81\xd5\xf6\x56\xc7\x14\xff\x2e\x5c\x22\xda\x5e\xf7\x45\x5e\x8e\x22\xc5\x44\x9f\x28\xf5\xf6\x92\x50\x08\x97\x2d\xb4\xd7\xa9\xf0\xb2\x2f\x12\x93\x7a\xaf\x39\x62\xd9\xee\x03\x1e\xb0\xbd\xfa\x77\x22\xd2\x53\xd8\x69\x12\x69\xde\x40\x9a\x9f\xdc\x15\xd4\x5e\x37\x90\x01\x92\x9f\x90\x41\x34\xc1\xe2\x0d\xb0\xf8\xe9\xe2\xfa\x1a\xfd\x03\x0f\x3f\x1b\x3a\xfa\xaa\x7b\xef\xb2\xfa\x67\x1c\x12\x55\x0f\x54\xf8\xe9\xca\xfa\xaa\x79\x30\xc9\x9f\xdc\x1c\xd4\xba\x8a\xd2\x97\x89\x3e\xa1\x72\x68\x5d\x9f\xa6\xef\x37\xa2\x1b\x11\xbf\xd5\xcb\xbe\x44\xf4\xa8\x1b\x6b\xf7\x65\x92\x4f\x17\xc6\xae\x92\xf4\xe5\xbc\xc8\xe7\xd9\xba\x96\xb8\x2f\x4b\x2c\x9d\x67\xeb\x06\xda\x50\xc4\x9f\xae\x94\xdd\x38\xbb\x6b\x54\x0b\x2b\x60\xd7\xa8\x4a\x03\x1f\xd3\x91\x5d\xad\x11\xa9\x1d\x50\x8b\xad\x73\x8e\xa1\x49\x0d\x1f\xae\x98\x68\x52\xc3\xb7\xce\x31\xd0\x70\x1e\xa3\x75\x8d\x6f\xbf\xfc\x7a\x58\x9e\xee\x5e\x5a\xd7\xa8\x16\xd2\x23\xdd\x34\x14\x34\xf0\x7b\x0a\xde\x6f\x77\x27\xb7\x83\x0a\x4c\xe1\xbb\xf4\xea\x28\x01\x4f\x48\xc1\x9b\xe9\x6e\x2c\x74\x82\xea\x1c\x58\x8a\x6e\x1a\xaa\xb3\xc3\x16\x53\x8f\xdd\xe8\x41\x18\x77\x60\x90\x6b\xf2\xc0\x37\x90\xdb\x4b\x46\xdf\x4c\xb5\x76\xad\xe5\x41\x84\x22\x8c\xbb\x41\xfd\xbe\x64\xbc\x67\x00\x0d\x72\x7b\x0f\xa7\x6d\x5b\xd7\x5a\x76\xbc\x94\x98\xa2\xec\x7a\xec\x9d\xe8\x35\x87\x9f\x43\xef\xbc\xe3\x2f\x84\x6b\x22\x5a\x57\x4f\xc0\x46\xef\xe1\x2c\x6c\xeb\xe2\x09\xfa\xb4\x7d\x2c\x18\x5d\xaf\xbb\x4f\xdf\xe3\x7b\x7c\x7a\xd8\xb2\xb0\xe7\x20\xf2\x80\x7e\x7d\x3d\xec\x07\x90\x0f\x91\xd2\xed\x23\xbd\x99\x03\x8f\xf3\x33\xda\xfc\xf4\x0d\x0e\xb6\xe2\x3e\x35\xe8\x03\xe6\xc7\x31\xd0\xf6\xe9\xd4\x7e\xcb\xa9\xbd\xcf\xeb\xaf\xf1\xf5\xed\xd3\xe5\xfd\xb8\x62\x1d\x98\x5a\x13\x09\xdd\x3e\x22\xc7\x1c\xac\x1c\x9f\xe9\xc6\x4f\xcb\x72\xb0\x4a\x7c\xa6\xd9\x01\x3a\x2f\xd9\xea\xf7\xa7\x65\xf9\xd4\x07\x53\x9a\x9f\x56\x44\x84\x73\xb8\x45\xa2\x7d\xcd\xb6\xbb\x78\x42\x29\xd7\x3e\xbf\xfd\xa7\x15\xe1\x76\x88\xf6\xe9\xc9\xca\x76\x9e\x93\xfd\xbc\xcf\xd4\xfb\xa7\x3e\x70\xc6\xb6\x49\x77\xde\x3e\x38\x1e\x02\xcd\x5c\xfb\xdc\x69\xfa\x48\xbd\x87\x5b\x52\xdb\x67\x92\xe5\x7b\x6c\x1f\xf3\x55\x24\x74\x03\xfc\xbc\x64\x37\x32\x74\x09\x76\xf4\x3d\xdc\xd1\xd8\xa4\x40\x6f\x22\xa1\x73\xb2\x4a\x88\x84\x6e\x5f\xf7\xf7\x58\xc9\x3f\x23\x42\xe9\xce\x63\x4a\xf3\xd3\x45\xfd\xfa\xfc\x9f\xbf\x8b\xf2\x6b\xb2\x9d\x37\xd9\xce\x03\x7d\x5c\xfb\x54\xb9\x6f\x79\xaa\xf5\xa7\xa4\xf6\xeb\x53\x0b\x4f\x66\xf1\x67\x3c\x08\x0f\xfa\x1e\x13\x9f\x9f\x89\x4a\x78\xd0\x97\x8c\x9f\x03\x07\xdd\xc4\x41\xe7\xc4\x7f\xf8\xf4\x5a\xbf\xf9\x53\x96\xaf\x66\xbe\x04\x6c\x74\x3d\x09\x7b\x3e\x37\x57\x85\x46\x07\x7c\x60\x13\x1a\xdd\xe4\x49\x0f\xf8\xc0\x26\x4f\x7a\x1b\x9b\x03\x4f\x92\x73\xb8\x95\x35\x36\xab\xc5\xb9\x1d\x2a\xb5\xdc\xe9\xe1\x20\x6e\x1b\x6e\x6f\xc9\x93\x1e\x2e\x91\x68\x42\xa8\xdb\x20\x3f\x1f\x2e\x91\x68\x42\xa8\x9b\x3c\xe9\x11\x33\x38\x54\xfe\xa1\x23\x6b\x42\x73\xb8\xbb\x3a\x5c\x76\x05\x03\xca\x93\xde\xc6\x61\x1d\x98\xf1\xe1\xf6\x16\xe8\xea\x25\xa3\x7d\xa6\x55\x40\x57\x57\x53\xba\x52\xa7\xb7\x41\x84\x18\x73\x9c\x43\x9b\x3a\xd8\x70\x8d\x98\xc1\xe1\x7c\x81\x4e\xbd\x9e\x4c\x17\xd9\xd4\xdb\xd0\xcc\x5e\x07\xa3\xa7\x99\x1d\x97\xad\x63\xa1\x1b\xa6\x38\x07\xe9\xcc\x5c\xa8\xd9\xd0\x77\x1d\x2e\xec\x9c\xe1\x6d\xc3\x85\x5d\x40\x76\x4c\x85\xc2\xb7\xbe\x1e\xaf\xb2\xf5\xc1\x47\xf5\x3d\x6e\x70\x8d\xa9\xd0\xa1\xef\x3a\xf4\x5d\x85\x1b\x0e\xa7\xdf\xd0\xf4\x0a\x37\x1c\x9a\x54\xf0\xd6\x7b\x20\x9e\x6b\x83\x83\x03\x0d\x06\xf5\x3d\x90\xcc\xb5\x61\x30\x28\x75\x7a\xcc\x71\x0e\x83\x41\xa9\xd3\x73\xa9\x2d\x9a\x59\xa9\xd3\x23\x04\x71\x18\x0c\x8e\xd7\xaf\xeb\x58\xe9\xa8\x4a\xa7\x9e\x4b\x0d\x32\xf0\x1b\xaf\x5f\x08\xd3\x32\xcc\x53\x0e\x50\x0b\xe1\x30\x6f\x1b\x26\x1d\x07\x49\x95\x40\x46\xd7\x86\xd9\xfe\xa1\xb3\x29\xde\x70\x98\x74\x1c\xc0\xc5\x62\xc2\x52\x8c\x77\x1b\x64\xfb\x73\xab\x05\x4e\xa2\xa1\x03\x2a\x68\x70\x18\xfa\x49\xb1\x1e\x2e\x75\x68\xc3\xa4\xe3\x20\xa9\x92\x9b\xe5\x62\x3a\x3b\x26\xc9\xc4\x98\x88\x14\xd5\xdd\x40\x72\xef\x31\xe9\x28\x4d\x7a\x9b\x9a\x72\x0e\xe4\xb6\xa9\x03\x0a\x4d\x7a\x0e\x86\x7e\x3a\x11\x26\x79\x91\x88\x23\x9c\xee\xdf\xca\x9c\x9e\xfb\xe7\x3d\xab\x28\x76\x8d\x15\x64\x1e\x96\xd5\x27\xe5\xc2\x85\x26\xc3\x7a\x9b\x87\x4d\xe6\xb3\xc9\xb0\xde\xe6\x61\x53\xf0\x2b\xa7\xf9\x13\x59\xd7\x23\x6a\x70\x9a\xc5\x17\x3d\x9e\x9b\xcf\x36\xcd\x39\x4e\x7d\x57\x73\x98\x53\x2f\x64\xb2\xf1\x15\x2e\x66\x68\xd3\xcc\xbe\xf0\xf1\x70\xe6\xb7\xc9\xa1\xde\x84\x8f\x07\x7e\xba\x36\x5d\x39\x66\xe5\xd6\x23\x16\x47\xa1\xe0\x0d\x28\xb8\xdc\x11\x6d\x9a\xc3\x07\x10\x2e\x75\x44\x93\x18\xbd\x4d\x6f\x55\xb2\x5f\x7a\x0c\x40\xbf\xef\x03\x3b\x35\x35\xfc\x53\xc3\x2f\x00\x71\x6a\xf8\x61\x38\x5f\x32\x2a\xe0\x18\x41\x9b\x68\xf2\x6e\xcb\x54\x50\x59\xcc\xc3\xb1\xe0\x26\x8b\x79\x93\xc5\x3c\xb0\xdf\x35\xe1\xdd\x6d\x92\xad\x88\x38\xc5\x29\x6a\x6c\x92\x45\x4c\x65\xd2\x83\xeb\x5e\x0f\x46\xb8\x12\xec\x0a\xe5\x6e\x42\xb9\xc3\xb1\xe0\x36\x55\xd0\x69\x84\x54\x99\xf4\xd3\x6d\xa6\xa9\xf5\xae\xd7\x7f\x11\xbf\x4f\x5d\x91\x09\x32\x2c\xe2\x18\xa7\x09\xc0\x39\x6d\xea\xed\x4f\xab\x83\x5a\x7c\xc8\xf6\x22\xaa\x3b\x12\x95\xa7\x2e\x3b\x11\x89\xc5\xb3\x19\x18\xc1\x9c\x17\x20\xd9\xeb\xe1\xef\x2d\x25\x0c\x98\xec\xf5\xb0\xf9\x6d\x47\x76\x28\x3b\x95\x51\x16\xaf\x37\x70\x8e\x5f\x59\xeb\x5b\x44\x70\x47\x04\x77\xc8\xa9\x46\xae\xf1\x6c\x7a\xc2\x1c\x42\x8e\x5c\xe3\xd9\xb4\xd0\x75\x99\x8e\x6c\x38\x34\xd9\x4e\xcb\x86\x6e\x60\xa1\x03\xe5\xb8\x34\x65\x91\x56\x3c\xdb\xf5\xf3\x1a\x3f\x47\xda\x3b\x1b\x69\xef\x40\xce\x17\xb8\xc3\xd7\xa3\x2b\xa3\x79\xb7\x4d\x21\x85\x17\x90\x91\xd9\x9a\x4d\x01\x25\x93\xb6\x1c\x95\x6c\x38\x2f\xd9\x48\xc3\xa5\x15\x46\x80\xfd\xd3\x6c\x5a\xd4\x76\x50\xf6\x71\x44\xd5\xc3\x76\x30\x2a\x8f\x23\xaa\x45\x6d\x07\x6d\x79\xfd\x3d\x28\x92\x03\x7c\x31\xf0\x7f\xff\xca\xa6\x82\x91\x2a\xcd\x46\x60\x94\x8d\x1d\x9d\x00\x69\xcc\xd6\x1d\x16\xad\x67\x3b\xe9\x2f\x4e\x6f\x36\x15\x91\xc3\xca\xd9\x3e\xdb\xf2\xd9\x8f\x8b\x7a\x3f\xcb\x6a\x51\x81\x34\x06\xd4\xf7\x7a\xd8\xe6\x9b\x36\x0f\xc7\x54\xeb\xd9\xd4\x96\xa9\x16\xe8\x1c\x83\x5f\x0c\x3c\xe1\xeb\xe1\x38\x57\xda\x3c\x2d\xab\x46\x82\x5f\x8c\x28\xf1\x88\x12\x4f\x43\x83\x44\x84\x47\x44\x78\xc0\x2f\x66\x07\xd3\x98\x7d\xff\x79\x6f\x7d\xa3\x7d\xf7\xbd\xdd\xf7\xa2\xec\xe7\x3d\xfb\xcb\x37\x17\x12\x9e\x5d\x7f\x83\xf8\x30\xbb\x1a\xbe\x83\x07\x08\x01\x62\x76\x8e\x6c\x65\x57\xc3\x89\x10\x23\x5d\x78\x76\xfd\x0d\xd2\xac\xd9\xf1\x37\xb2\x03\x6a\x0c\x60\xc5\xc0\x27\xbe\x1e\x8c\x55\x0a\xef\xb1\x3d\x13\x98\xc4\x2b\x7e\x6d\x64\x10\xcf\x7e\x59\xed\x41\x77\x2f\xab\x35\x36\xe3\x74\x71\x84\x8e\x67\xbf\x6c\xca\xc1\xcf\x5d\x76\xc3\x78\x0d\x04\x63\x76\xd5\x79\xd7\x69\x00\xc1\x98\xbd\x3a\x04\x46\xf4\x9c\x38\x0e\x98\xf1\xf5\x18\xab\x29\x85\xde\x36\x47\x5e\xff\x80\x64\x6c\xc0\x8c\xaf\xc7\x54\x46\x93\x63\x93\x63\xcf\x6e\xde\x8b\xa3\xa2\x1f\xc1\xc1\xe4\xec\xb1\x8a\xc7\x51\x46\x33\xc0\x91\xaf\xc7\xb1\xaa\x3d\x14\x39\x50\x2a\x7d\x2a\x2d\x7e\x7e\x8a\x32\x50\x76\xec\xb5\x75\xe0\x08\x42\xe2\x35\x52\x8a\x47\x80\x79\xa2\xae\xbc\x0e\x94\x5e\x44\xd4\x95\xcf\x5a\x97\x9a\x87\xf4\x71\xa4\xf8\x8e\x14\xdf\x21\x17\x1b\x80\xe5\xbf\x22\x96\x3c\xc0\x17\xb3\xe3\x1c\x04\x2c\x79\xd9\x36\x55\x65\x58\x76\x9e\xca\x28\x3b\xad\x76\x19\xd2\xb2\x6d\xa8\x00\x88\xf1\xf5\x38\x90\xad\xa5\x26\xf0\x78\xaf\x47\x55\x76\x23\x7b\x94\x75\x65\x94\xdd\x2d\xbb\x5b\x16\xf3\x50\x70\x22\x52\x96\x2a\x2f\xd9\x85\x0c\x1d\x28\xa5\x20\x3b\x79\x4f\xb5\x85\xd5\x7b\xc9\x56\x3f\x0a\x6c\x53\x29\x87\xef\x31\xc5\x8b\x46\xb8\x1c\xf6\x6d\x45\x1e\x29\xaa\x32\x58\xf3\x25\xa3\x2d\xa7\x65\x4f\xfb\xbb\x16\x8e\x80\x2e\x5f\x0f\xfb\x71\xf3\x7b\xa7\xfd\x38\x2d\x8b\x55\x97\x0a\x3c\x60\xcd\xcb\x46\x22\x34\xe5\xb2\x6f\x97\xbf\xc7\x62\x52\xd4\xf9\xb2\x74\x7e\xc9\x28\x4b\xe2\x37\xe5\xb2\x1f\x95\xb6\xa8\xf3\xe5\xde\x91\xf1\xc9\xa5\x11\x0f\x34\xe2\x4b\xc6\x38\xe3\x3c\xa7\x2c\x47\x79\xc9\xf8\xbd\xdb\xdf\xbb\xbf\xa5\x06\x2c\x26\xe5\xb6\x79\xd5\x61\x66\x31\x11\x94\x9e\x52\xed\x1a\x6a\x00\x1a\x7d\x3d\xc6\x92\x91\xf4\x0c\x68\xf4\xf5\x28\xca\x18\x82\xe6\xb0\xb4\x4f\x19\x65\x9b\x4d\x0e\x43\x40\xd2\x33\x85\x4d\x98\x40\x19\xbe\x64\xb4\xc5\xf9\x52\x82\x0a\xed\xe5\xaf\x71\xf6\x81\x4a\x7c\x3d\x6c\x02\x46\xa6\x3c\x56\xf7\x5a\xdd\x41\x53\x5f\x47\xfc\xbd\x95\x31\x42\xaf\xd5\x75\xdf\xc3\x52\x48\x0b\x1e\xa0\xeb\x4b\x46\xf3\xfb\xcf\x7b\x76\x9d\x05\xa3\xb0\xaf\x99\xf2\xed\xca\xf8\x82\x9f\x5f\xe1\xeb\xca\x18\x8e\xe1\x7b\xc3\xf6\x61\x02\xe0\x08\x5f\x0f\xdf\x63\xbe\x0b\x6e\x0f\x78\xf6\x25\xe3\xf7\x5c\x1c\xa0\x0a\x5f\x32\xda\x32\x6d\x8b\xb3\x8c\x3b\x27\x72\x38\xcb\x8e\xcd\xb2\x4c\xf8\xc3\x05\xe3\xe0\x78\x3a\x91\x53\xe0\x12\x5f\x8f\x9f\xa2\x6b\xc4\x01\xbf\xaf\x07\x8a\xc8\xdd\xb5\x39\x9c\x64\xc7\x5e\x95\xf9\x5e\x57\xc6\x10\x70\xe4\x3a\xd2\x87\xe7\x28\x97\x32\xaa\x2d\xd6\x51\x1e\x65\x94\x2d\x96\x75\x32\x42\x30\x9c\x43\x2f\xe9\x38\x76\x65\x07\xb2\x53\x99\xbf\xb7\xf3\x7b\xba\x44\xe0\xe8\x97\x6c\x0d\x81\x60\xf9\x00\x96\x2f\x1b\x58\xca\x1c\xba\x3f\x60\xe6\x97\x8c\x7e\x38\xf1\x60\x11\x2f\x1b\x47\xb3\x23\x80\x3e\xc7\x55\x95\xf1\x9e\x3e\xd1\x71\x59\x76\x45\xa3\x39\x9c\x78\xc7\x6d\x59\x7c\x8e\xc3\x85\xe5\x58\x0b\x4b\xd9\x0a\xab\x83\x48\xfb\x1c\xf7\x54\xb6\xd4\xea\xc0\xa5\x0f\xd4\xe3\x4b\x46\x1d\xd5\xcf\x51\x99\xdc\x24\x2f\x73\x90\x1c\xcc\x51\xed\xdb\x6d\x59\x54\x17\xa6\xf2\x25\xa3\xac\x3e\x16\x14\xe5\x65\x2b\xa8\x0b\x58\xfc\xf5\xf0\xf7\x50\x17\x21\xf9\x39\x9a\xdf\x08\x6f\x14\xbe\xf2\xf5\x70\xac\x30\x20\xc2\xef\x03\xf5\x78\xd9\x20\x1e\xcc\xe1\x12\x74\x3c\xbe\x17\xca\xbe\xf6\xe3\x45\x75\x0f\xbf\xb9\xeb\xcd\xf1\x56\x65\xb4\xf9\xf5\xf7\xde\xa1\x8c\xdf\xeb\xd6\xdb\x2d\xbb\x33\x7e\xdd\x3a\xfa\xad\x8c\x3a\xba\xdf\xe8\x63\x0a\x72\x25\x46\xa4\x1e\xcf\xf1\x5d\xca\xe8\xdb\x67\x1d\xdf\xab\x8c\x71\xf9\xfc\x46\xdf\x32\x66\x9c\x09\xcc\xe1\x5a\x75\x0c\x9b\xc7\xcc\x3f\x74\xcf\x0e\xd7\x2a\x18\x05\x23\xae\x3e\x87\xb3\x88\x1c\x67\x64\x1e\x0f\xcc\xe3\x65\x03\x4a\x99\x93\x3d\xcc\x9c\xdb\xa3\xac\x21\xeb\xca\x2c\x8b\xdd\x3f\x49\xe9\xe4\x74\xca\x1c\xd8\xf8\x53\xb7\x0b\x02\xf2\x25\x3b\x90\x0d\x65\x96\xa5\xcd\x50\x93\xaf\x87\xdd\x65\x96\x9f\xec\x75\xe6\x5c\xf1\x85\x39\x93\x88\xbf\xcf\xe9\x2c\x3a\x88\x21\x4e\xa0\x6c\x39\x9d\x45\xdc\x8f\x1b\xb1\xf6\x01\x6b\x5f\x36\x2e\xc3\xcd\xe9\x92\x76\x3a\x8b\x48\x63\xe6\x3c\xed\xee\x79\x28\xa3\xac\x81\xc5\x79\xa2\x55\x27\x36\xfe\x24\xf5\x93\xf3\xda\x95\xf1\x9e\xb3\xe8\xbc\xe8\x06\x29\xcb\x9c\xb7\xdd\xb8\x19\x3e\x52\x91\x39\x9d\x31\xe7\xfd\x28\xa3\xac\xeb\xcd\xe9\x8c\xe1\x10\x72\x4e\x80\x00\x39\xeb\xad\x8c\xfe\xea\xb2\x01\xcd\x2f\x1b\x87\x90\x23\x53\x79\x60\x27\x5f\x32\xca\x3a\x3b\x80\xe6\xdf\xd5\x6e\x18\x80\xc0\x54\x7e\x03\x07\x89\x30\xfd\x9c\x6b\x3a\xdc\x86\x38\x22\xf2\x73\xa6\x2f\x11\xd1\xcc\xf9\xd8\x8e\x35\x19\x64\x54\xca\xe9\x5a\x02\x04\x5f\x42\xa5\x9c\xce\x81\x73\xc5\xbd\x37\x48\x90\x9c\x86\x28\xe7\x4b\x8d\xf6\xd3\xc8\x03\xac\xfd\xcd\xd9\xac\x48\x3d\x9e\x73\xe9\xf7\xdd\xf0\xe9\x4e\x97\x0c\xd0\xf7\x65\x83\x84\x30\xb2\x91\x07\xf4\xfd\x6d\xb8\x73\xea\x97\x9d\x83\x56\xb0\x28\x9d\x43\xd5\x5c\x1a\x7f\xb7\x8b\xb7\xd8\xc1\xcf\x39\x1a\x22\x7e\x6b\xfc\x14\x9c\x88\xa8\x72\x5a\xe5\xa4\x20\x96\xe8\x9c\x36\x7f\xd2\x7c\xd6\xa8\x8b\x04\x67\xae\x8d\x46\x60\x73\x2e\xd7\x8f\x6b\xa3\xdf\xe8\xb3\xe8\xfd\x5c\x1b\x3f\x8f\xc5\xb9\x74\xdb\x00\xef\xdf\x0d\x6d\x96\xd2\x3c\xd7\xce\x5b\xed\xaf\x61\xf5\x01\xaa\xbf\x1e\x2f\x25\x56\xb3\x2f\xdd\xb7\xeb\x60\xf0\x42\xed\xaa\xfa\x75\xd0\x5f\x1c\x58\x21\xfc\xb9\x56\xd4\x7c\x67\x5b\x1f\x55\x88\x7e\xe0\x3c\xbf\x39\x96\x95\xcb\x95\x01\x50\xfe\x6d\x50\x73\xe9\x91\x5d\xcb\x23\xbb\x81\x98\xe4\xba\xfc\xf9\xb5\x3c\xdc\x9c\xd3\x8a\x44\xe7\x01\xa5\x7f\x1b\xe5\x5c\xea\xfd\xb5\xf4\xfe\x4e\x29\x88\xac\x71\x39\x5b\x37\x5b\x68\xb9\x5c\x13\x2e\xd2\x3c\x20\x49\x72\x55\xdf\xaa\xcc\xfb\xd3\x21\x66\xcf\x20\x97\x4e\xd6\xe9\x18\x37\xdf\x6b\xbe\xc7\x8a\x7f\x81\x7e\x09\x5c\xe7\x4b\xc6\x7b\x24\x32\x73\xa5\x2a\xa3\x71\x9a\x7a\x90\xf7\x65\x23\x4d\x1d\x49\xce\x73\x3d\xbc\x47\xfa\x39\xd7\x63\xbf\xde\x5d\x19\xed\x23\xff\x93\xeb\xbd\x94\xf1\x25\x5f\xeb\x7d\xa9\xf7\x72\x98\x34\xf5\x97\xa6\xfe\x72\x9c\x34\xf5\x57\xb7\x2c\x21\xe2\xa5\x17\x75\x75\x26\x3e\x69\xea\x08\xcd\xcf\xf5\x1d\xca\x28\xfb\x59\x87\xa6\x1e\xdc\x6d\x64\x3e\xcf\x35\xe8\x07\xe7\xd3\x73\x19\x8a\x5f\xe3\x54\x86\xf2\x0d\xfb\xa6\xfd\xd7\x70\xca\x7c\x9e\x6b\x45\xdf\x57\xbd\xd7\xb0\x00\xbf\x5f\x8f\x73\x89\x18\xe5\xdb\x08\xe4\x5e\x0a\x7d\xc1\x13\x97\x5b\xa3\x0e\xc4\xfe\x32\x69\x03\xce\x7e\x3d\x1e\x44\x4b\xe3\x44\xd1\xe7\x2e\xd8\x4c\x8e\xbf\xe7\x26\x39\x99\x5b\x5b\xcd\xc9\xe7\xdc\xda\xea\xfb\xb0\x0b\x78\x05\xb7\x91\x34\x64\xe6\x4b\x46\xdb\xd4\xcd\xfb\x74\x98\xf0\x00\x6e\x13\x39\xb7\x9e\xcc\x65\x1f\xd4\xce\x5b\x4f\x06\x58\x6f\x64\x2e\xcf\xad\x27\x03\x86\x37\xf7\x6d\x2f\xee\x5b\x19\x65\xf5\x5a\x6e\x6d\x30\xb9\xec\x48\x53\x9e\xbb\x76\x65\xf4\xad\xda\x16\xed\x2d\x79\xeb\xdc\xb1\x2d\xa1\x2d\x90\x50\xe6\xd6\x6f\x07\x09\xbf\x64\xeb\x53\xdc\x8f\x63\xf0\x50\x07\x97\x11\xe7\xd6\x4c\xde\xb0\x3c\x5d\x24\x68\x6e\x93\x36\x00\xdc\xcb\x46\x3a\x3a\x77\xf7\x5b\xe8\x83\x73\xef\x70\x6e\x6d\xe7\xad\xbf\x0d\xdf\x64\x6e\x8d\xe7\xad\xf1\x84\x6f\x32\xb7\xda\x73\x7f\x4d\x19\x4d\xf9\x6c\xde\x67\x53\x8e\xa5\xc9\xb7\xe6\xf3\x56\x53\x48\x65\xe7\xd6\x2f\xbf\xc7\x50\x46\x5b\x4c\xe4\x80\x73\x2f\xdb\x8d\xd3\x77\x4f\xcb\xea\xab\x83\xb3\xcd\xad\x09\x05\xe1\xbe\x64\xab\xac\x4c\xe3\xa9\x46\xbf\x37\x9f\xb7\xaa\x67\xd5\x48\x17\x9c\x6d\x2a\x3c\x67\xa9\x7b\x51\x76\x21\x3b\x95\x59\xc7\xdd\x90\x55\x65\x8e\x0b\x5e\x86\x48\xf8\x00\x7e\x5f\x32\xea\x35\xfa\xad\xaa\x24\x07\xe5\x53\x55\x49\xe8\xc7\x97\xcc\xf7\x86\x32\xc7\x05\xf7\xa1\x9a\xaa\xac\xba\x0f\x5c\x3c\x1c\xe0\xee\xeb\x61\x59\x0c\x6d\x35\x2f\x59\x4f\xc7\x85\x20\xa1\xea\x3e\x54\x23\x62\xf2\xdb\xa9\xc0\x9e\x52\x75\x1f\x38\x51\x9f\x7a\xd9\xb7\x8b\xbe\x71\xc9\x70\xea\x65\xdf\xae\xa6\xac\x22\xeb\xca\x3e\x65\xd4\x61\xa4\x5b\x6f\xbe\x39\x18\xdd\x54\xdd\x0c\x00\xf1\x4b\x46\x7f\x4d\x60\xd6\x5a\x94\x51\xaf\x4e\x78\xd5\xa5\xa8\x87\x32\x74\xa3\xaa\xe2\x64\xa5\x23\xec\x3d\x40\xdc\x97\x8c\x7a\x55\x7b\x20\xee\x55\x35\xad\x1a\xdc\xaa\xc1\x85\xab\x32\xf2\x90\xa7\x1a\xc1\x92\x61\x4e\x35\x44\xad\x86\xa8\xd5\x4f\xa9\xbf\x5d\xf5\xb7\xab\x9f\xd2\xdc\x27\x08\xf7\x25\xa3\x6b\xe6\x7c\xaa\x86\x99\x0b\x85\x53\x5f\xeb\x7d\xf9\x1c\x66\x98\x45\xb8\xa7\x6a\x84\x4d\x13\x57\x8d\x70\xd5\x08\x9b\x12\xae\xdd\x3a\xba\xc3\xec\xa7\xd4\x30\xd7\xcf\xb2\x7e\x4a\xf3\xa1\xd5\x69\xa4\xc3\x54\x4d\x18\x55\x0d\xb3\x1e\x53\xd5\x30\xd7\x71\x29\xfb\x6b\xf6\x9b\x54\x73\x47\x75\x45\xbf\x77\xf1\x03\xea\xa5\x40\x71\x5e\x36\x33\xc6\x82\xd9\x53\xe7\x50\xb6\x14\x42\x9a\xf2\x00\x48\x8f\xfa\xdf\x9c\x27\x6d\x47\xff\xb9\xce\x25\x4d\x2b\xdd\x9c\x27\x5c\xe7\x92\xa6\x0f\x02\x5d\xf9\x92\xad\x8e\x43\x5a\xbe\x1e\xcc\x4f\xce\xbb\xa7\x99\xd2\x6f\xce\x13\xae\x7d\x89\xdc\xe5\x69\xce\x13\xbd\x28\xb9\xcb\xd3\xcc\x1c\xe9\x46\xc9\x53\x9e\xa6\x39\xe7\x20\x7b\x9a\x0e\x49\x33\x58\x35\x11\x2c\x6e\x3d\x10\x95\x2f\x59\x43\xc6\x40\x82\x5b\x2f\x1b\x0c\x95\x11\xb7\x9e\xa6\x89\x37\xc1\xdb\x9c\x13\xcd\x39\x01\x22\x28\xcd\x8c\x50\x33\x23\xa4\x6f\xd4\x9c\x27\xcd\x79\xa2\x73\xd4\x40\x33\xa4\xe9\x8e\x9b\x08\x6e\x2e\x05\xed\x66\x98\x83\xcb\xdf\xf4\x9f\xdb\xf2\x9f\xeb\xee\x90\xea\x2c\x03\x47\x97\x4d\x2e\xcd\x94\x7e\x5b\xaa\x5e\x77\x07\x54\x4d\x6f\x0f\xa7\x81\x70\x53\xc5\xa7\xa7\xad\xa5\xa1\xee\x0e\xf1\xe3\x30\x3d\x74\x41\x5f\x4b\xc8\x7a\x20\x29\x0f\xac\x46\x69\xaf\x5f\x56\xff\x03\xb2\xcb\x34\xfd\x0f\x10\xeb\x65\xcb\xcf\x7b\xf6\xc0\x15\x84\x33\xf1\x69\x66\x71\x40\xa2\x97\x4d\x7f\x0b\x72\xf2\x5f\x69\x86\x9a\xe6\x8a\xe5\x28\x0f\x1c\xe5\xf2\x37\x47\x70\x7a\x00\xa7\x97\x0d\x84\x52\x9a\xd1\x27\x18\xf5\xfb\xf2\x3b\x18\x7c\xb6\xcf\x1a\x1c\x11\x3d\x92\x66\xa6\xd4\x2c\x73\x53\xdb\x61\x2d\x8f\x59\x2e\x09\xca\xd3\x5c\x52\xa2\x8a\xe9\xa4\x34\x53\x3d\x1c\x93\x8f\xd0\xf4\xc4\x80\x94\x23\xf1\x91\x64\x3c\xa0\xd1\x97\xac\x21\x1b\xca\x50\x4f\xf7\x79\x84\xa1\x27\x06\xa4\x00\x77\x13\xa7\x05\x5c\xe3\x4b\x46\x59\xf3\x3a\x31\xa1\xca\x99\xf8\x48\x3c\x9e\x38\x55\x00\xf3\x46\xb8\x7a\xe0\x1f\x5f\x32\x7e\xcf\x88\x34\x7a\x39\x5c\x4b\x9c\xe8\xe5\xc4\x24\x2b\x67\xe2\x13\xf3\x3a\x71\xaa\x70\x2d\x71\x02\xc0\x2b\x59\x81\x69\xd9\xb9\x8e\x26\x31\x22\x05\xb5\xbe\x64\x15\x99\xfd\x65\x49\xd9\xb9\x7a\x26\xc2\xd5\x03\x4f\x79\x38\xf9\x9c\x18\xa4\x86\x1c\xeb\xce\x99\xf8\xc8\x4f\x1e\x28\xc9\x97\x8c\xf7\x9c\x29\x00\xd9\xcb\x6e\x3e\x5a\x04\x7b\x20\x23\xbf\x5c\x90\xa3\x1b\x1e\xb2\x35\x3b\x47\xe2\x23\xef\x78\xe0\x1d\x5f\x32\x8a\x9a\x5d\xc9\x5a\x1b\x2e\xd7\xde\xb8\x35\x00\xb6\xfc\xba\x1d\x63\xe7\x4e\x96\xc9\x5f\x25\x69\x88\x4e\x38\x68\xf2\xb2\x6f\xcc\x8b\x38\x2f\x20\x1a\x5f\x32\x5a\x62\xf8\x09\x9a\x7c\xc9\x18\x4f\xed\x7f\xfa\x8f\x8c\x3a\x74\xa3\x82\x73\xbd\x9b\x64\x96\x1a\x3c\xe0\xbf\xcb\xce\xb5\xc2\x89\x2a\x0a\xae\xbb\xec\x5c\x21\x9c\x68\x7d\xc1\x75\x97\x9d\xcb\x5e\x12\xd3\x91\x30\x7f\x2f\xd9\xea\xed\xa3\x3b\x03\xae\xbb\xec\xd0\xc3\xe5\x51\x1f\x1f\xdc\x99\x1d\xe8\x6a\x1e\xdd\x19\x58\xbe\x97\x8c\xf7\x74\x5d\x60\xf9\x2e\xbb\xe9\xd7\xc7\x04\xc9\x43\xae\x70\x07\xba\x9a\x47\xb3\xfa\x1c\x96\xa5\xbf\x8f\x66\x15\xd4\x75\xd9\x77\x76\x5b\x9e\x93\x7e\x3c\x2b\xb6\x0b\x47\xa2\xf3\xa8\x2a\xe0\xac\xd7\x6b\xfc\x1c\x47\xb1\xf3\x9c\x36\x8f\x61\x81\xc2\x7b\x3d\xec\x06\xde\xbf\xac\xdd\x01\x7b\xbd\x64\x41\xd6\x95\x39\x04\x2c\xb3\xa0\xad\xd7\x63\x57\x46\x37\xf4\x3e\x9e\xdb\xb2\x58\x87\x47\x4f\x03\x80\xf5\xbd\x11\x17\x8b\x9b\xce\xc3\x2d\x6b\x30\x97\xe6\x61\xbf\x3e\x20\xa5\xcb\xce\xf9\xf5\x80\x8d\x5e\x8f\x83\xd7\xe8\x84\x99\xf2\x27\x8e\x09\x39\x5a\x21\xd2\x01\x22\x7d\x83\x72\xce\x03\x68\x25\x0f\xd7\x9d\x00\x72\xce\xe3\x5e\xd3\xf3\xf0\x63\xfe\xbe\x4a\xf6\x3c\xd4\x69\x22\xf7\x31\x37\x0e\x66\x7a\xc9\xa8\x40\xab\xfa\xbc\x28\x54\xf9\x6f\x16\x76\x88\xbc\xd7\xe3\xb4\x08\x6d\xef\x0e\x4e\x7f\x94\xf1\xa1\xdc\x7f\x85\xea\x5b\xe6\xa9\x3c\xba\x20\x4f\xb7\x55\xe4\x54\x1e\x8d\xee\xf3\xfd\xc8\x68\xd5\xb0\xa5\xc3\x96\xaa\x46\x66\x3d\x40\x4f\x2f\x19\x55\x68\x62\xa1\xee\x2e\x3b\x47\xe1\xf3\xe8\xa1\x3f\xd3\x1e\x61\x76\xa5\xee\x0e\xd4\xdd\x4b\x56\x91\x9d\xca\xac\x03\x75\x7b\x4d\x7d\xbc\xaa\x79\x61\x73\xef\x55\xcd\xa1\xf0\x5e\xb2\x86\xcc\xb2\x3b\xba\x60\xaa\xf6\xe5\x38\x76\x00\x5b\x2f\x19\x75\x14\xcb\x16\xf4\xa8\xa0\x5b\xaf\x39\x8f\x17\x73\xba\x9b\x96\x7d\xf5\xc6\x01\x51\x97\x1d\x9c\x69\x80\x52\xff\xca\x7b\x6e\xca\x96\xae\x8a\x9e\xce\xab\x9e\x9b\x96\x7d\xcd\x68\xbc\x04\x8d\x3b\xec\x98\x79\xf5\x28\x5e\x3c\x8a\xfd\xc0\x85\x7b\xdd\x57\x05\x29\xbd\x64\x94\xad\xb6\xaf\x5a\xf6\x50\x66\x59\x92\x74\x3b\xac\x97\x11\x29\x9d\xb7\xd1\x96\x03\x57\xe1\x35\x5f\x01\x02\xba\xec\x5c\xb9\x92\x57\xab\xf8\x86\x71\xe1\xf8\x79\x5e\x55\xf8\x8d\x6d\x76\xfc\xd4\xe1\xf7\xf1\x3d\xe6\xeb\xab\x09\x7c\xd5\x44\x90\x2e\x11\x03\x9d\xb7\xdb\x16\xc7\x40\xb5\x7a\xc9\x25\xec\xdc\x7d\x92\xd7\x68\xf0\xfd\x18\x3f\xee\x34\x89\xe4\xd8\x01\x06\x5d\x76\x7d\x0d\x89\xb0\x03\x11\xf6\x92\xd1\x5f\x57\x6e\xc8\xaf\x53\x99\xd6\x2f\x98\xa8\xc0\x7d\xbd\x5e\x43\x06\x34\x25\xef\xb4\x5a\x02\xd3\xd7\xd5\xfc\x9d\x5d\xd9\xfa\xb9\xae\xaa\x75\xb6\x3d\xf7\x13\x95\xec\x06\x83\x5d\xb5\x3a\xd9\xa5\xe9\xae\xe6\x7d\xb3\x0e\x72\x07\x02\xb0\x03\xe8\x7a\xc9\x56\xbd\xdd\xb4\x71\x67\xdb\x73\x3f\xc9\x09\x74\xd3\xc6\xbd\x58\x07\x9e\x80\xb0\xec\xc0\x7d\xbd\x64\xfc\x9e\x0e\x6d\x3f\x1c\x02\x54\x12\x06\xec\xf5\xe0\xb3\x71\xe2\x3b\xdd\x20\x0f\x3e\xec\x25\x5b\x2a\xd9\x35\xb3\xdd\x15\xd9\x94\x92\x30\xec\x80\xb2\x5e\x32\xca\x9a\x8b\xe8\x17\xf5\x9a\x52\xea\x9a\xcf\x4e\x2e\x62\x07\xe5\x98\xae\x53\x0a\xa2\xba\xec\x1c\xdb\x4e\x37\x47\x0c\x94\xba\xec\xa6\x8a\xba\x81\x1a\x84\xd7\x65\x37\x05\x24\x94\x3a\x40\xa9\x97\x8c\xb2\xe6\x83\x81\x52\xcb\x32\x98\xde\x6c\x0a\xf1\xdc\x0e\x4f\x5e\xba\x4b\x77\x27\x9e\x83\x64\x30\x5d\x3b\x0b\xc6\xba\x02\x04\x4c\x8f\x9d\x55\x6f\x2f\x3f\x9a\xcb\x39\xb4\xd9\xf5\xc2\xb6\x77\x5d\x61\x50\xd7\xf5\x72\x38\xf5\x7b\x21\xcd\xae\x7a\x96\x02\xb0\x03\x00\xbb\x5e\x84\x68\xdd\xf0\xae\x2f\xb7\xb6\x72\x57\x48\x64\xc7\x8e\x4c\xd8\x40\x00\xd3\x0d\xee\x20\xbf\x2e\xfb\x85\x63\xd0\x0d\xee\xfa\x8a\xe7\x2a\xa7\xa1\xd3\xcd\x38\xf7\x6e\x63\xd5\x12\x53\x29\x00\xbc\xe5\x2f\x4c\xd7\xe7\xed\xdf\xcf\xaf\x51\x83\x99\x94\xfe\xad\xae\xdf\x98\x80\xee\xd4\x01\x06\x2e\x7d\x61\xa4\xd0\x0e\x14\xda\x65\xe7\x7e\xdf\x74\xfd\xe0\xbe\xfc\xe0\x7a\x33\x99\xba\x5b\x9e\x90\x6b\xaf\xd7\x68\x9b\x7e\x47\x1f\x7e\x29\x52\x1c\xdd\x64\x1d\xd8\xf2\x25\xa3\x0a\x27\x5d\x1f\x56\xe1\x77\x19\x8e\xdb\xb4\xc1\x6a\xb5\xd1\x61\xd7\x98\x9b\xd5\x12\x68\x9e\x4f\xc3\x0d\xf2\x32\x9f\x33\xec\xdb\xad\x97\x25\xf0\x73\x7f\x13\x50\x79\xd9\x39\x35\x9e\x4f\x83\xfc\x39\x9b\x40\x54\xe6\x13\x0f\xf3\xb1\x31\xb3\x9b\xc1\xfa\xf4\x79\xa1\xdf\x5e\x32\xea\xd5\x67\xf9\x34\xd2\x1c\x01\xcf\xe7\x6c\x82\x7e\xbb\xec\xa6\xa1\x3e\xfd\xdb\x8f\x94\xc9\x6e\x1a\xea\xd3\x8f\xf9\x74\x5c\x6f\x0c\xe8\x67\x7a\xe4\xd3\x71\xbd\xb1\x00\x9f\x89\x67\x98\xb9\xcb\xae\x97\xfa\xc1\x9b\x98\x4f\xc7\xe3\x26\x3e\xf8\x0c\xe7\x3e\x8d\x39\x50\xc9\x7c\x1a\x73\x30\xea\x4b\x46\x5b\xdc\x71\x01\x7b\xbe\x64\x7f\x0d\xa8\x8b\x4c\xdc\x01\x86\x5e\x76\x10\x8d\x91\x75\x3b\x1f\x29\x90\xbd\xa2\x5f\x9f\x76\xfd\xd3\xdd\xe5\x7e\xad\x7c\xba\xbb\xdf\xc3\xa7\x36\x6b\x03\xdd\xf6\x7a\x0c\x65\x34\xcb\xf9\xf0\xbd\x18\x53\x78\x10\x23\x13\x77\xbe\xf7\x51\x46\x37\xf5\x4e\x3e\xd7\x84\xea\xb0\x75\xdf\x53\xaf\xb9\x76\x24\x9f\x69\x0c\xf0\xe5\x65\x07\x04\x98\xef\xb3\x7d\xaa\x62\x45\x3d\x3f\x7d\x08\x10\xe3\x65\x37\x23\x2c\x62\x3c\x1f\x61\xda\x6e\x9a\xe5\x33\xf3\x07\x70\x7c\xc9\x7c\xcf\xdf\x53\x15\x5d\x28\x84\x8c\x67\x6c\x7c\x42\x11\x7a\xc2\xc3\x33\x54\x45\xee\xfa\xc8\x50\x15\x87\xfe\x42\x63\xac\x64\xc9\xce\x28\xec\x1e\x30\x2b\x86\x1e\xf0\x58\x1a\x76\x0b\xfc\x11\xe0\x1d\x00\xde\x65\x87\x4b\x30\x82\xb9\x03\x98\xfb\x36\x96\x1b\x5a\xeb\xc1\x39\x07\xe8\xcd\x32\xf4\x89\xc7\xc9\xef\xdb\x5c\x5d\x85\xa1\x4b\x6c\xae\x45\x8c\x76\x06\x57\x39\x71\x07\x42\xe4\xcc\x0e\xb0\xed\xb2\x0b\xd8\x1b\x7a\xbf\xc3\xbd\x0e\x94\x62\x68\xbd\x07\xd9\xe5\x1d\x0a\xc2\x8c\xea\x6b\x15\x05\x70\x53\x6b\xe8\x11\x43\x8f\xbd\x64\x37\xb2\x43\xd9\xad\x8c\xb2\x6e\x76\x0c\x2c\xfa\x6d\xef\xb5\xe8\x43\x8b\xee\xee\xd7\x30\x6b\x31\xe2\xcf\x31\x6d\x86\xfa\x39\xe2\xcf\xe1\xcb\x8d\x38\xbe\xfa\x1d\x42\xf8\x40\x7a\xaf\x87\x03\xc0\x62\x2a\xb8\x3b\x43\x9d\x15\xae\x37\xd4\xd9\xa1\xce\x0a\xd7\x13\xdc\x9d\xa1\xce\x0a\xd7\x1b\x6e\x11\x0e\xb6\xc9\x77\xe1\x7a\xc3\x6d\xf2\xa1\x1e\x9b\xcd\x19\xea\xf1\x58\x06\xbe\x3a\x5b\x87\xc8\xc6\xd1\xfd\x39\x5c\xfb\xa1\x6a\x8f\x6e\x53\xb0\x62\x43\xcb\x0e\x8b\xf7\x92\xd1\x64\x77\xce\x87\x2e\x90\xc9\x1c\x71\xe1\x19\x46\x81\xee\x7f\x0d\x5d\xeb\xa1\x5b\xc4\x9d\xc0\x19\x4e\x8b\xa1\x21\x67\xf9\x1f\x1a\xed\xe1\x4c\x09\xde\xe2\x30\x47\x3e\x9c\x29\x9c\xbb\xce\x70\xa6\x0c\x67\x8a\x80\xc0\xa1\x0b\x34\x26\x23\x6f\xa6\x66\x38\x53\xc6\x72\x8b\xee\x8a\x0e\x88\x1e\x0f\x94\xe0\xeb\xb5\x55\xad\x04\xe0\x99\x3a\xd6\x61\x55\x9f\xc6\x8a\x53\x0f\x48\x50\xdf\x74\xe7\x05\x24\xf8\x92\x35\x64\x9f\x32\x9b\xc7\x1a\x28\x2c\x3c\xf3\xb0\x29\x18\x81\xa9\x13\x3d\x97\x7d\xae\x95\x4d\x8c\xa9\xb3\x33\x4f\x07\x0f\x1d\x98\x66\xb4\xa7\x31\xa5\x69\x14\x60\xde\xeb\x61\x15\x2c\x3d\x22\xbb\x33\x2f\xbb\xc1\x3c\x9b\x4e\xa0\xa9\x19\x77\xa2\xcd\xcb\x6a\x8d\x29\x39\x13\x9d\xe9\x6e\xe1\x04\xbb\xb5\x07\x5b\x31\xcd\x49\x4c\x4d\x7b\x70\xa8\xa6\xa6\x7d\x6a\xc6\x9d\x6a\x53\x33\x0e\x54\xbc\x14\xb1\x79\x53\x9f\x7c\xe2\x28\x15\xd3\x28\x82\xc5\x03\x58\xbc\x14\xce\x44\x67\xea\x28\xcd\x35\x87\xaa\xdb\x67\x53\xac\x23\x00\xf2\xf5\x1a\x23\x6f\xe2\x1b\x22\xf1\x25\xa3\x5a\xdd\xa2\xb9\x66\x52\x29\x50\x0b\x66\xba\x07\x34\x63\xb5\x7e\x49\xf3\x81\x20\xcd\x97\x8c\xdf\x73\x6a\x80\x24\x2f\x85\x5b\x42\x9e\x0d\x2d\x78\xe0\x4a\x2e\xd9\xd6\x4a\xf6\x88\x82\x7d\x84\x13\x06\x64\xc8\x53\x94\x09\x7e\x12\xf2\xf1\x1c\xca\x84\x72\x84\x8d\xf6\x47\x28\xc7\x03\x0e\xe0\xd8\xb6\xe5\x09\x3c\x6c\xfd\xff\x7a\xce\x15\x32\x1c\x5b\x29\xf9\xed\xd7\xa8\x04\xe0\x83\x0b\x45\x71\xf8\x86\xac\x35\x83\xd4\x3e\x67\x32\x46\x65\x69\x18\xf0\xad\xec\xc2\x01\x47\x63\x67\x70\x98\x5c\x2d\x9c\xbd\x9e\x0f\xe6\x7d\x72\xdf\x59\x29\x5c\x56\x3c\xb9\xf5\x6c\x3d\x7c\x6f\x69\xf2\x7c\xc8\xae\x4d\xee\x31\x5b\xb2\x2c\x59\xf1\xbd\xf2\xf3\x7b\x94\x25\x11\x3d\x39\xee\xbe\x64\xe7\x6f\xbf\xe6\xf0\xf7\x58\x35\xe8\xfd\x1c\xe4\x55\xe6\xd8\xdb\x4f\x7b\x27\x47\x83\xd6\xe3\x5c\x31\xff\x7f\x1e\x85\x3b\xff\x73\x59\x9f\x03\x08\xe4\xe4\x10\x11\x27\x5d\xe6\x38\xfc\xcd\x83\xdf\xa4\x16\xd6\x9f\xc9\xfa\xc3\x6e\xe1\x74\xf9\x99\x2c\x3f\xd0\x67\xcf\xc1\x8c\x9a\x1c\x32\x62\xf7\x70\x7a\x8d\xc3\xe4\x1a\x87\xab\xf1\x0e\x0b\xd4\xe4\x12\x07\xfc\xb3\xc9\xc2\xf4\x6b\xb2\x00\xed\x1b\x84\x94\x93\x65\x68\x3d\x2a\xb2\x43\x99\xef\xc1\x05\xb6\x71\x52\x7e\x72\x2c\x68\x3d\x5e\xbf\xcc\xf5\xdb\xaf\xe9\xad\x03\x93\x5b\x07\xca\xf2\x92\xe6\x04\x6e\x3a\x99\x79\x70\xd3\x4d\x0f\x18\x4c\x0f\x18\xdc\xed\xff\x1f\xa1\xf5\xcf\xdf\x9f\x3f\x7e\xfb\x5f\xff\xfb\xf9\xe3\xff\x3c\x7f\x1f\xbf\xf7\x7f\xff\xf9\xe7\xf8\xc7\xbf\xbe\xbf\xf5\x7f\xfd\xfe\x3f\x96\xf4\xf7\x6f\xcc\xbf\xfd\x63\xfc\x39\xfe\xef\x3f\xff\xfd\x67\x1f\xbf\xff\xf1\xcf\x3f\x56\x29\xfe\xfe\x5f\x00\x00\x00\xff\xff\xdd\x4e\x8e\x02\x63\x04\x03\x00"); -func _cbbf ()(*asset ,error ){_fccb ,_feab :=_cadce ();if _feab !=nil {return nil ,_feab ;};_adcb :=bindataFileInfo {_dae :"GBK2K-V",_fb :1168,_ae :_be .FileMode (436),_g :_a .Unix (1580492041,0)};_egdd :=&asset {_dd :_fccb ,_ef :_adcb };return _egdd ,nil ; -};var _ddgfe =&bintree {nil ,map[string ]*bintree {"78-EUC-H":&bintree {_bd ,map[string ]*bintree {}},"78-EUC-V":&bintree {_ab ,map[string ]*bintree {}},"78-H":&bintree {_eb ,map[string ]*bintree {}},"78-RKSJ-H":&bintree {_faf ,map[string ]*bintree {}},"78-RKSJ-V":&bintree {_ged ,map[string ]*bintree {}},"78-V":&bintree {_aad ,map[string ]*bintree {}},"78ms-RKSJ-H":&bintree {_fgg ,map[string ]*bintree {}},"78ms-RKSJ-V":&bintree {_gf ,map[string ]*bintree {}},"83pv-RKSJ-H":&bintree {_fc ,map[string ]*bintree {}},"90ms-RKSJ-H":&bintree {_baf ,map[string ]*bintree {}},"90ms-RKSJ-V":&bintree {_fda ,map[string ]*bintree {}},"90msp-RKSJ-H":&bintree {_efa ,map[string ]*bintree {}},"90msp-RKSJ-V":&bintree {_bgc ,map[string ]*bintree {}},"90pv-RKSJ-H":&bintree {_fafb ,map[string ]*bintree {}},"90pv-RKSJ-V":&bintree {_cce ,map[string ]*bintree {}},"Add-H":&bintree {_fdg ,map[string ]*bintree {}},"Add-RKSJ-H":&bintree {_gedd ,map[string ]*bintree {}},"Add-RKSJ-V":&bintree {_egf ,map[string ]*bintree {}},"Add-V":&bintree {_afd ,map[string ]*bintree {}},"Adobe-CNS1-0":&bintree {_cgb ,map[string ]*bintree {}},"Adobe-CNS1-1":&bintree {_cecf ,map[string ]*bintree {}},"Adobe-CNS1-2":&bintree {_ffc ,map[string ]*bintree {}},"Adobe-CNS1-3":&bintree {_bbga ,map[string ]*bintree {}},"Adobe-CNS1-4":&bintree {_gga ,map[string ]*bintree {}},"Adobe-CNS1-5":&bintree {_gag ,map[string ]*bintree {}},"Adobe-CNS1-6":&bintree {_agac ,map[string ]*bintree {}},"Adobe-CNS1-7":&bintree {_ffcd ,map[string ]*bintree {}},"Adobe-CNS1-UCS2":&bintree {_edb ,map[string ]*bintree {}},"Adobe-GB1-0":&bintree {_ebb ,map[string ]*bintree {}},"Adobe-GB1-1":&bintree {_gfca ,map[string ]*bintree {}},"Adobe-GB1-2":&bintree {_dfe ,map[string ]*bintree {}},"Adobe-GB1-3":&bintree {_fdaa ,map[string ]*bintree {}},"Adobe-GB1-4":&bintree {_cgaf ,map[string ]*bintree {}},"Adobe-GB1-5":&bintree {_eecf ,map[string ]*bintree {}},"Adobe-GB1-UCS2":&bintree {_ffgd ,map[string ]*bintree {}},"Adobe-Japan1-0":&bintree {_deag ,map[string ]*bintree {}},"Adobe-Japan1-1":&bintree {_cafed ,map[string ]*bintree {}},"Adobe-Japan1-2":&bintree {_bed ,map[string ]*bintree {}},"Adobe-Japan1-3":&bintree {_geda ,map[string ]*bintree {}},"Adobe-Japan1-4":&bintree {_dgde ,map[string ]*bintree {}},"Adobe-Japan1-5":&bintree {_dedb ,map[string ]*bintree {}},"Adobe-Japan1-6":&bintree {_gdd ,map[string ]*bintree {}},"Adobe-Japan1-7":&bintree {_ffa ,map[string ]*bintree {}},"Adobe-Japan1-UCS2":&bintree {_bgg ,map[string ]*bintree {}},"Adobe-KR-0":&bintree {_agaef ,map[string ]*bintree {}},"Adobe-KR-1":&bintree {_edad ,map[string ]*bintree {}},"Adobe-KR-2":&bintree {_cde ,map[string ]*bintree {}},"Adobe-KR-3":&bintree {_aaaa ,map[string ]*bintree {}},"Adobe-KR-4":&bintree {_gbeb ,map[string ]*bintree {}},"Adobe-KR-5":&bintree {_febf ,map[string ]*bintree {}},"Adobe-KR-6":&bintree {_adb ,map[string ]*bintree {}},"Adobe-KR-7":&bintree {_cbf ,map[string ]*bintree {}},"Adobe-KR-8":&bintree {_bbc ,map[string ]*bintree {}},"Adobe-KR-9":&bintree {_ebcd ,map[string ]*bintree {}},"Adobe-KR-UCS2":&bintree {_cbcc ,map[string ]*bintree {}},"Adobe-Korea1-0":&bintree {_gaad ,map[string ]*bintree {}},"Adobe-Korea1-1":&bintree {_egdf ,map[string ]*bintree {}},"Adobe-Korea1-2":&bintree {_ffcb ,map[string ]*bintree {}},"Adobe-Korea1-UCS2":&bintree {_fbd ,map[string ]*bintree {}},"B5-H":&bintree {_ddeg ,map[string ]*bintree {}},"B5-V":&bintree {_bdf ,map[string ]*bintree {}},"B5pc-H":&bintree {_fggc ,map[string ]*bintree {}},"B5pc-V":&bintree {_cfe ,map[string ]*bintree {}},"CNS-EUC-H":&bintree {_fccd ,map[string ]*bintree {}},"CNS-EUC-V":&bintree {_bgff ,map[string ]*bintree {}},"CNS1-H":&bintree {_gefg ,map[string ]*bintree {}},"CNS1-V":&bintree {_aabb ,map[string ]*bintree {}},"CNS2-H":&bintree {_cbce ,map[string ]*bintree {}},"CNS2-V":&bintree {_agfb ,map[string ]*bintree {}},"ETHK-B5-H":&bintree {_fdgc ,map[string ]*bintree {}},"ETHK-B5-V":&bintree {_faffb ,map[string ]*bintree {}},"ETen-B5-H":&bintree {_acagb ,map[string ]*bintree {}},"ETen-B5-V":&bintree {_dged ,map[string ]*bintree {}},"ETenms-B5-H":&bintree {_fde ,map[string ]*bintree {}},"ETenms-B5-V":&bintree {_fdaag ,map[string ]*bintree {}},"EUC-H":&bintree {_abg ,map[string ]*bintree {}},"EUC-V":&bintree {_agaed ,map[string ]*bintree {}},"Ext-H":&bintree {_bac ,map[string ]*bintree {}},"Ext-RKSJ-H":&bintree {_fbbeg ,map[string ]*bintree {}},"Ext-RKSJ-V":&bintree {_dbag ,map[string ]*bintree {}},"Ext-V":&bintree {_ebab ,map[string ]*bintree {}},"GB-EUC-H":&bintree {_daaef ,map[string ]*bintree {}},"GB-EUC-V":&bintree {_fcgb ,map[string ]*bintree {}},"GB-H":&bintree {_cdfb ,map[string ]*bintree {}},"GB-V":&bintree {_eegg ,map[string ]*bintree {}},"GBK-EUC-H":&bintree {_adc ,map[string ]*bintree {}},"GBK-EUC-V":&bintree {_aaga ,map[string ]*bintree {}},"GBK2K-H":&bintree {_cbdc ,map[string ]*bintree {}},"GBK2K-V":&bintree {_cbbf ,map[string ]*bintree {}},"GBKp-EUC-H":&bintree {_fag ,map[string ]*bintree {}},"GBKp-EUC-V":&bintree {_acg ,map[string ]*bintree {}},"GBT-EUC-H":&bintree {_fdbde ,map[string ]*bintree {}},"GBT-EUC-V":&bintree {_ccfe ,map[string ]*bintree {}},"GBT-H":&bintree {_bbabf ,map[string ]*bintree {}},"GBT-V":&bintree {_badcf ,map[string ]*bintree {}},"GBTpc-EUC-H":&bintree {_ddbda ,map[string ]*bintree {}},"GBTpc-EUC-V":&bintree {_gegf ,map[string ]*bintree {}},"GBpc-EUC-H":&bintree {_dbbf ,map[string ]*bintree {}},"GBpc-EUC-V":&bintree {_bgcfd ,map[string ]*bintree {}},"H":&bintree {_egaf ,map[string ]*bintree {}},"HKdla-B5-H":&bintree {_fdc ,map[string ]*bintree {}},"HKdla-B5-V":&bintree {_efcf ,map[string ]*bintree {}},"HKdlb-B5-H":&bintree {_bae ,map[string ]*bintree {}},"HKdlb-B5-V":&bintree {_acab ,map[string ]*bintree {}},"HKgccs-B5-H":&bintree {_bcdc ,map[string ]*bintree {}},"HKgccs-B5-V":&bintree {_eafa ,map[string ]*bintree {}},"HKm314-B5-H":&bintree {_dcg ,map[string ]*bintree {}},"HKm314-B5-V":&bintree {_efdeg ,map[string ]*bintree {}},"HKm471-B5-H":&bintree {_ddbe ,map[string ]*bintree {}},"HKm471-B5-V":&bintree {_dcdb ,map[string ]*bintree {}},"HKscs-B5-H":&bintree {_fcga ,map[string ]*bintree {}},"HKscs-B5-V":&bintree {_gffb ,map[string ]*bintree {}},"Hankaku":&bintree {_eefb ,map[string ]*bintree {}},"Hiragana":&bintree {_feec ,map[string ]*bintree {}},"KSC-EUC-H":&bintree {_feegb ,map[string ]*bintree {}},"KSC-EUC-V":&bintree {_fgbdd ,map[string ]*bintree {}},"KSC-H":&bintree {_adbb ,map[string ]*bintree {}},"KSC-Johab-H":&bintree {_dbgg ,map[string ]*bintree {}},"KSC-Johab-V":&bintree {_dbfga ,map[string ]*bintree {}},"KSC-V":&bintree {_efbe ,map[string ]*bintree {}},"KSCms-UHC-H":&bintree {_dccg ,map[string ]*bintree {}},"KSCms-UHC-HW-H":&bintree {_fegg ,map[string ]*bintree {}},"KSCms-UHC-HW-V":&bintree {_afgc ,map[string ]*bintree {}},"KSCms-UHC-V":&bintree {_cgfe ,map[string ]*bintree {}},"KSCpc-EUC-H":&bintree {_afca ,map[string ]*bintree {}},"KSCpc-EUC-V":&bintree {_gdaa ,map[string ]*bintree {}},"Katakana":&bintree {_aaaad ,map[string ]*bintree {}},"NWP-H":&bintree {_daad ,map[string ]*bintree {}},"NWP-V":&bintree {_dbbfa ,map[string ]*bintree {}},"RKSJ-H":&bintree {_ffaf ,map[string ]*bintree {}},"RKSJ-V":&bintree {_aggf ,map[string ]*bintree {}},"Roman":&bintree {_beacd ,map[string ]*bintree {}},"UniAKR-UTF16-H":&bintree {_gcbgg ,map[string ]*bintree {}},"UniAKR-UTF32-H":&bintree {_bdeb ,map[string ]*bintree {}},"UniAKR-UTF8-H":&bintree {_ggbf ,map[string ]*bintree {}},"UniCNS-UCS2-H":&bintree {_ada ,map[string ]*bintree {}},"UniCNS-UCS2-V":&bintree {_agee ,map[string ]*bintree {}},"UniCNS-UTF16-H":&bintree {_dgce ,map[string ]*bintree {}},"UniCNS-UTF16-V":&bintree {_gbeg ,map[string ]*bintree {}},"UniCNS-UTF32-H":&bintree {_eggf ,map[string ]*bintree {}},"UniCNS-UTF32-V":&bintree {_adcd ,map[string ]*bintree {}},"UniCNS-UTF8-H":&bintree {_aebf ,map[string ]*bintree {}},"UniCNS-UTF8-V":&bintree {_gaefc ,map[string ]*bintree {}},"UniGB-UCS2-H":&bintree {_gdbed ,map[string ]*bintree {}},"UniGB-UCS2-V":&bintree {_bebce ,map[string ]*bintree {}},"UniGB-UTF16-H":&bintree {_eed ,map[string ]*bintree {}},"UniGB-UTF16-V":&bintree {_beeb ,map[string ]*bintree {}},"UniGB-UTF32-H":&bintree {_bdb ,map[string ]*bintree {}},"UniGB-UTF32-V":&bintree {_cbgb ,map[string ]*bintree {}},"UniGB-UTF8-H":&bintree {_fbaf ,map[string ]*bintree {}},"UniGB-UTF8-V":&bintree {_ffdef ,map[string ]*bintree {}},"UniJIS-UCS2-H":&bintree {_dgae ,map[string ]*bintree {}},"UniJIS-UCS2-HW-H":&bintree {_gcbbb ,map[string ]*bintree {}},"UniJIS-UCS2-HW-V":&bintree {_bebaf ,map[string ]*bintree {}},"UniJIS-UCS2-V":&bintree {_eebf ,map[string ]*bintree {}},"UniJIS-UTF16-H":&bintree {_ebea ,map[string ]*bintree {}},"UniJIS-UTF16-V":&bintree {_fced ,map[string ]*bintree {}},"UniJIS-UTF32-H":&bintree {_ebcff ,map[string ]*bintree {}},"UniJIS-UTF32-V":&bintree {_ade ,map[string ]*bintree {}},"UniJIS-UTF8-H":&bintree {_dbab ,map[string ]*bintree {}},"UniJIS-UTF8-V":&bintree {_edeb ,map[string ]*bintree {}},"UniJIS2004-UTF16-H":&bintree {_cfge ,map[string ]*bintree {}},"UniJIS2004-UTF16-V":&bintree {_dbcc ,map[string ]*bintree {}},"UniJIS2004-UTF32-H":&bintree {_edfb ,map[string ]*bintree {}},"UniJIS2004-UTF32-V":&bintree {_bbdb ,map[string ]*bintree {}},"UniJIS2004-UTF8-H":&bintree {_acce ,map[string ]*bintree {}},"UniJIS2004-UTF8-V":&bintree {_fbca ,map[string ]*bintree {}},"UniJISPro-UCS2-HW-V":&bintree {_fgcfg ,map[string ]*bintree {}},"UniJISPro-UCS2-V":&bintree {_adfc ,map[string ]*bintree {}},"UniJISPro-UTF8-V":&bintree {_fgaba ,map[string ]*bintree {}},"UniJISX0213-UTF32-H":&bintree {_aggd ,map[string ]*bintree {}},"UniJISX0213-UTF32-V":&bintree {_dfdd ,map[string ]*bintree {}},"UniJISX02132004-UTF32-H":&bintree {_gbdgg ,map[string ]*bintree {}},"UniJISX02132004-UTF32-V":&bintree {_fcgge ,map[string ]*bintree {}},"UniKS-UCS2-H":&bintree {_egacc ,map[string ]*bintree {}},"UniKS-UCS2-V":&bintree {_dbgf ,map[string ]*bintree {}},"UniKS-UTF16-H":&bintree {_aeee ,map[string ]*bintree {}},"UniKS-UTF16-V":&bintree {_fgcb ,map[string ]*bintree {}},"UniKS-UTF32-H":&bintree {_ebgc ,map[string ]*bintree {}},"UniKS-UTF32-V":&bintree {_eabf ,map[string ]*bintree {}},"UniKS-UTF8-H":&bintree {_bdea ,map[string ]*bintree {}},"UniKS-UTF8-V":&bintree {_eafg ,map[string ]*bintree {}},"V":&bintree {_fecf ,map[string ]*bintree {}},"WP-Symbol":&bintree {_gcfd ,map[string ]*bintree {}}}}; -func _ebgc ()(*asset ,error ){_gagaf ,_daff :=_afed ();if _daff !=nil {return nil ,_daff ;};_gcfa :=bindataFileInfo {_dae :"UniKS-UTF32-H",_fb :162757,_ae :_be .FileMode (436),_g :_a .Unix (1580493048,0)};_efdc :=&asset {_dd :_gagaf ,_ef :_gcfa };return _efdc ,nil ; -};func _fggc ()(*asset ,error ){_cfgc ,_acbd :=_gefa ();if _acbd !=nil {return nil ,_acbd ;};_dbb :=bindataFileInfo {_dae :"B5pc-H",_fb :5309,_ae :_be .FileMode (436),_g :_a .Unix (1580491485,0)};_cefe :=&asset {_dd :_cfgc ,_ef :_dbb };return _cefe ,nil ; -};var _dega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x6f\x1c\xb9\x11\xbd\xcf\xaf\xe8\xa3\x73\x70\x44\xb2\xc8\x6e\x12\x08\x04\x04\x36\x82\xc8\x80\x93\x20\xb2\x9d\x00\x41\x0e\x3d\xd3\xa4\x32\x40\x34\x1a\x8c\xa4\x83\xff\xfd\x82\xaf\x86\xaf\xb4\xda\x5d\x60\xe1\x7e\x55\xc5\xfa\x22\xeb\x43\x73\xf3\xe9\xee\xf3\xdd\xe9\xf8\x32\xdd\xfc\xe3\xf2\x74\xb8\xaf\x2f\x53\x3b\x9e\xb6\x4b\x7d\x7e\x7a\xbd\x1c\xea\xb4\xaf\x0f\xc7\xd3\x6e\xe7\xc3\xb4\x1d\x0f\x2f\x03\xe2\x9f\xc3\xe3\x7a\xde\xed\x6e\xbe\x9f\x8e\x5f\xee\xee\x83\x73\xf1\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x32\x3f\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x55\xb2\xbd\x9e\xaf\x8a\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\x3a\xfd\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x19\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x68\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\xeb\xd4\x0f\x88\x40\xe2\x47\xbd\x3c\x1f\x9f\x4e\x93\xff\xa3\x73\xb3\x91\xbf\xfd\x3c\xd7\xc9\x5f\x35\xfd\xfb\xfb\xdd\xe7\xe9\x3f\x7e\xf2\x6e\x0a\x69\xf6\xf9\xbf\x57\xfa\xbf\xbe\x3e\x6d\x94\xf2\xce\x69\x1c\x87\xe3\x76\xf8\xdf\x7a\xd9\xfd\xc9\xe1\xbf\xbd\xbb\x9d\x72\x98\x8b\xe2\xe0\xbc\xbb\x9d\x96\x5c\x84\x38\x01\x07\xe2\x19\x38\x0d\x1c\x94\x9f\x89\x95\xbf\x0c\x2c\xa1\xeb\x5f\xa8\x4f\xa4\xe3\x3c\xb0\x2f\xdd\x9e\x64\x42\xdf\xe1\x4c\x18\x3a\x2c\x84\xd2\xe1\xd0\xed\x0f\xf1\x76\xca\xe2\x3d\x71\x02\x76\xc4\x33\xf0\xf0\xdd\xd7\x8e\xdd\x1b\xbc\x00\x47\xe2\x0c\x4c\x7d\xb5\x00\x0f\x5f\xa5\xec\x6f\x27\x1f\x7c\xcc\x24\x1c\x40\x98\x8d\xb0\xa9\xc4\x42\x42\x05\x21\x39\x12\xda\xbb\x23\xab\xd3\x23\x85\x04\xaf\x47\x66\x12\xc2\xfb\x23\xa2\x12\x89\x84\xa8\x04\x93\x48\xef\x8f\xcc\x2a\x41\xc7\xd6\x1e\xfb\x5b\x81\x0c\x6c\xfc\x02\x6c\x4e\xac\xef\x35\xee\xbb\xc0\x12\x88\x0f\xc0\x9e\x78\x03\x1e\x81\x27\x77\xb8\x9d\x96\xc8\x87\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7b\x09\x0f\x33\x39\x21\xf6\xc0\xd4\xe7\x03\x70\x24\x16\x60\xea\xf3\x11\xfa\x3c\x71\x02\x36\x7d\x33\x70\x20\x5e\x80\x4d\x5f\x06\x2e\xc4\x05\xfa\x4d\xdf\x0a\xcc\x78\xfd\x1e\xd8\xf4\xf5\xf8\x53\x30\x7b\x1b\x30\xe3\xf7\x15\xd8\xe2\x69\xc0\xb4\x1f\x10\x7f\x60\x3c\x01\xf1\x07\xfa\x13\x10\x7f\x60\xbe\x50\x98\x49\xa8\x0f\x85\x99\x84\xf6\xc3\x02\x4c\xff\x42\x06\x36\x7b\x88\x8f\xc5\x96\x02\xe2\x13\xb3\x8f\xf8\xc4\xec\x21\x3e\x4f\x7b\x02\x7f\x3d\xe5\x25\x22\x1f\xd4\x27\xb0\xe7\x78\x3e\x42\x3e\x32\x9f\x11\xf1\x45\xe6\x33\x22\xbe\x48\x7f\x23\xee\x97\x95\x96\x22\xf4\xb3\x8c\x52\x44\xfc\x91\xf6\x23\xe2\x8f\x66\x0f\xf1\x27\xe6\x23\xc2\x9f\x34\xf4\xcf\xfd\xbe\x72\x08\x9e\xb8\xbf\xe7\xe0\x0b\x71\x05\xdf\xe4\x1b\xf0\xf0\x77\x71\x5a\xb5\xcb\x30\xb8\xf4\xba\xce\xc1\x5d\x15\x88\xc3\x83\xc8\xe3\x81\x89\xc3\x83\x28\xa3\xec\xc5\xe1\x01\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\x53\x1f\x02\x2e\xc3\x01\x71\x08\xb0\x8c\x00\xc4\xc5\x02\x1c\x06\x9e\x71\x7e\x3c\x48\x71\x59\x31\xfd\xc9\xaa\x2f\x11\xab\x3e\xfa\x97\x2b\xf0\xd2\x67\xda\x18\x2a\xbb\x1c\x7f\x67\xca\x88\xeb\x9d\x33\x87\x85\xb6\x0b\x92\xbb\xd0\x37\x34\xc1\x59\xc4\x08\x08\x36\x30\xd8\x55\x9d\x63\xb0\x2b\x9c\x13\x06\xbb\xc2\xb9\x37\xe7\x11\xac\xd0\xe0\x01\xe7\x85\xc1\x56\xc5\x0c\xb6\xaa\x3e\x06\x5b\x55\x1f\x83\xad\x08\x56\x78\x19\x4d\x2f\x6f\xd8\x0b\xad\xdd\x4e\x41\x5c\x1a\x0e\x8a\xeb\x73\x55\x46\xdf\x17\x71\x7d\xee\xc9\x28\x17\x11\xd7\x5b\xb6\x2f\xb3\x09\x60\x78\xd1\x43\x71\xb3\x0a\x78\x12\x16\x25\x24\x12\xb2\x12\xec\x48\x51\x82\x19\x59\x95\x30\x93\xb0\x07\x61\x31\xab\x07\x25\x04\x12\xf4\x15\x52\x00\x6d\xb3\x44\x7a\xe1\xe1\x66\x34\x3e\x66\xac\x18\x56\x2f\xb3\x11\x32\x04\x98\x18\xaf\x4e\x66\x5a\x44\x21\x49\x62\x14\xbd\x91\x65\xe1\x55\x4b\x40\xe6\x22\x83\x0a\x9a\x39\xe6\x5e\x7a\xa7\xeb\x04\xd3\x30\x23\x06\x13\xc0\x65\x46\x26\xae\xb7\xb2\x2c\xac\x34\x41\x2b\x2b\x6f\x3c\xd8\x54\x21\x5d\x10\x8f\x03\x74\x41\x50\xdb\xce\x51\xa3\xe8\xed\x46\x62\x78\x30\x9a\x93\x88\x2c\x38\xe0\x4d\x20\x2b\x81\x3e\x48\x41\x94\xf4\x41\x56\x15\x30\x15\x7b\x08\x98\x4f\x07\x15\x60\xa2\x65\x53\x02\xbd\x8c\x5e\x09\x3c\x12\x91\x59\xf3\xaa\x77\x88\x2c\xc9\xb0\x3a\x15\x8c\x80\x2a\xb2\xcb\x8e\x2b\x12\xc5\x28\x22\x1e\x8b\x39\x1d\x71\x95\xac\x12\x49\xa8\x62\xbb\xba\xa4\x79\xb3\x3c\x25\x51\x82\x49\x44\x25\x30\xb3\x09\x3e\x46\x9e\x58\xb0\x83\xb9\x37\x04\xcd\x83\x39\xb1\x68\x1e\x22\x1f\xd8\x52\x95\xc0\xf7\xb0\x34\xbc\xb0\xab\x8a\xd6\x1c\xba\xd1\x28\x9b\xd6\x1c\x5a\xfb\x42\xbe\xd7\xdd\x67\xcc\xfa\xd6\xb4\x55\x8f\xbb\x69\x4d\xf0\x80\xc6\x6e\xd2\x9a\x80\xef\xa8\x40\x1a\xba\x85\x1b\x38\xa9\x7c\x22\xd6\x6e\x32\x13\xeb\x79\xc3\xf5\xed\xa8\x68\x0d\xdd\x2b\xe7\xf2\xab\xd6\x2b\x0b\x5b\xef\x65\x3d\x3d\xd4\xeb\xdc\x91\xbe\xe1\x8f\x4f\x8f\x36\x9b\x6c\x29\x23\x2f\xb9\x7e\x57\x31\x73\xfe\xf6\xf9\x35\x3e\xbb\xb9\xb8\x70\xb4\xf6\xde\x35\x3e\xb1\x45\x65\xdb\xea\x66\x63\x61\x81\xe2\xa6\x9f\x7a\xbb\x1a\x9f\x05\x2c\x53\xb8\x1a\x6b\x0f\x96\xad\x1d\x42\x56\xc0\x84\x17\x3a\xdf\xcb\x74\x7c\x62\x59\xf2\xb6\x5c\x78\xb2\x04\x7b\x02\xe7\x72\x92\x64\x2c\xac\x00\x8e\x6e\xf4\x1a\x1c\x9f\xd8\x6e\xf8\xa7\x42\x12\xb3\x85\xcb\x4c\xd1\x16\x07\x3b\x85\xfa\x48\x6c\x9e\xce\x0d\x37\xc4\xf5\x74\x2e\x39\x73\x80\x30\x1b\xe2\xb0\xc9\x16\x47\x96\x8f\xc6\xc2\x58\x72\x1c\x6b\x7e\x36\xd6\x82\xbb\xb4\x91\xe8\xdf\x68\x2c\x78\xb0\x6c\xba\xae\x24\xf2\xca\x8c\xc7\xce\xc9\xd7\x8c\xd5\xd0\xb5\x58\x8c\xbe\x8d\xd7\x21\xbe\x15\x1d\xd0\x42\xde\x6a\xbc\x06\x9e\x95\xa4\x85\x2d\xd8\x82\x7c\xb1\xd6\xd9\x6b\x6b\x34\x7e\xd1\xd9\xc3\xca\xf5\xab\xf1\xb4\x05\x67\xea\xec\xdb\xd0\x68\xcf\x5e\x79\x36\x11\xb2\xf1\x74\xba\x14\xeb\xed\x66\x4f\x9c\x76\x6d\x36\x06\x89\xc6\x4b\xca\xb3\x16\x6f\xe7\xa2\x9e\x0b\xd6\x06\xc5\x78\xb3\xf2\xac\x05\xee\x8d\xa7\x9d\x29\x58\x43\xb6\x18\x92\xea\xb4\xb9\x99\x92\xf1\x54\xe7\xb8\xbd\xd6\xf8\x56\x5a\x43\xe5\xe4\x42\x56\x6a\x64\xcd\xd7\x3f\x24\xfd\xb5\x2b\x68\x13\x00\x78\x5c\xcf\x3b\xfe\xde\x70\x78\xbd\x5c\xea\xe9\x05\xbf\x6e\xe0\xc7\x84\x69\xab\xed\x78\xaa\xfc\x19\xe5\xfc\x74\xee\xa7\xf0\xff\x2f\x01\x00\x00\xff\xff\x7d\x93\x70\xb7\x72\x11\x00\x00"); -func _bbfa ()([]byte ,error ){return _c (_ecg ,"CNS-EUC-V")};func _fccc ()([]byte ,error ){return _c (_ecdb ,"UniGB-UTF32-H")};var _cbaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x5f\x6b\xdb\x3c\x18\x05\xf0\x7b\x7f\x0a\x5d\xf6\xbd\xe8\x1b\x4b\xb2\xfe\x41\x29\x8c\x66\xb0\x74\x74\x1d\xcd\xda\x0d\xc6\x2e\x14\xe9\x49\x30\x2c\xb2\xb1\x1d\x58\xbe\xfd\xd0\x79\xb2\xf4\x22\x28\xf9\x59\x3a\x39\x96\xa3\xac\x1e\x36\xeb\x4d\xe9\x17\xb1\xfa\x3a\x0d\x69\x4b\x8b\xd8\xf7\x25\x4f\x34\x0f\xa7\x29\x91\xd8\xd1\xa1\x2f\x4d\x23\x95\xc8\x7d\x5a\xfe\x7d\xc4\x90\x8e\x71\x6c\x9a\xd5\xc7\x3f\xcb\xed\xcb\xe7\xed\xe3\xed\x27\x71\x9a\xe9\x82\x0f\x9b\xf5\xf6\x3c\x2f\x74\xdc\x94\xfd\x20\x34\x2f\xce\xa7\xf1\x12\x20\xc4\xea\x85\x0e\xfd\xbc\x4c\x67\x71\xf3\x21\x0f\x3b\xfa\x4f\x64\xda\x57\x7f\x9e\x32\x4d\x7d\x39\x88\x9b\xc7\x38\xc6\x22\xaf\x17\xb6\xa7\x71\xfc\x4d\x47\x2a\x8b\x50\x30\x2a\x19\x63\xb3\x7a\x78\x8a\xe3\x97\x78\x24\xf1\x5e\xe6\x0d\x97\x70\xe5\x8d\xa6\xb9\x1f\x8a\x90\xea\xff\xb6\x35\xef\xfe\xed\x3c\x92\x90\x97\x88\xd7\xcd\xfa\x79\xbf\x9f\x69\x11\x5e\xb6\x3c\xe7\xc7\xeb\x66\x2d\x7e\x4a\x21\x5b\xa1\x8c\xd6\xfa\xd7\x65\xea\xf7\xa7\x21\x5f\x17\xea\xc0\xb7\x94\xfa\x3c\xc5\x72\xa0\xe6\xce\xcb\x4e\xde\x8b\x3a\xa8\x7b\xe1\xbc\x77\x20\xcd\xa4\xef\x85\x57\xd6\x83\x3a\xa6\xae\x92\xeb\x40\x91\x29\x82\x14\x68\xc7\xb4\x03\xc9\x4a\x86\xc9\xe4\x1a\x1f\x40\xb6\x05\xd9\x0e\x84\x2c\x6b\x98\x4c\x5d\xe8\x79\x96\x65\xb2\xc8\xb2\x20\xc7\xe4\x40\x01\xe4\x99\x3c\x08\x55\x6d\x00\xb9\x88\x78\xcc\xf2\x5c\xc2\xa3\x97\x65\x4a\x4c\x09\x0b\x35\x28\x33\x65\x94\x00\x45\x9e\x15\x79\x56\xdb\xdc\x79\x15\xf6\x95\x30\xb8\x20\xeb\x37\xaa\x88\x2d\xc4\xe0\x82\x0c\x20\xcd\xa4\x2b\x29\x2c\x8c\x86\xc9\x80\x24\xc8\x31\x39\x50\xdd\x42\x95\x38\x2b\x21\x4b\xd5\x12\x8a\x98\x88\xa9\x03\x71\x3c\x71\xbc\x01\x71\x3c\x71\xbc\x05\x25\xa6\x04\xaa\x8f\x56\x77\xd8\x7b\x0c\x2e\x28\x0f\x52\x4c\x0a\x14\x40\x1d\x53\x7d\x42\x41\xb7\x20\xcb\x64\x41\x12\xe4\x99\x3c\xa8\xb6\xd7\x96\xb3\x2c\xb2\x74\x6d\xaf\x3d\xaa\x62\x70\x41\x77\x20\xc3\x84\xaa\xda\x80\x1c\x13\x76\x42\x5b\x10\x31\x11\x08\xed\x03\x2f\x0c\x5c\xa2\xb6\x77\x06\x8f\xc3\x59\xcc\xea\x6a\x55\xe7\x71\x8f\xce\x63\xbf\x8c\xad\x47\xef\xfa\x83\xaf\xef\xeb\xa1\xbf\x1e\xc2\x74\x9a\x26\x2a\x0b\x8e\x3c\x0e\x5a\x3d\x29\x7d\xa1\xeb\x7f\xca\x38\x8c\x75\x15\x5e\x7f\x03\x00\x00\xff\xff\x3b\xd9\x46\xc4\x7f\x04\x00\x00"); -func _bbbe ()([]byte ,error ){return _c (_fbae ,"UniJIS2004-UTF32-H")};func Asset (name string )([]byte ,error ){_dddfc :=_fd .Replace (name ,"\\","/",-1);if _dabg ,_dbbb :=_ecfgc [_dddfc ];_dbbb {_ebcfg ,_efcad :=_dabg ();if _efcad !=nil {return nil ,_aa .Errorf ("Asset %s can't read by error: %v",name ,_efcad ); -};return _ebcfg ._dd ,nil ;};return nil ,_aa .Errorf ("Asset %s not found",name );};var _bge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x97\xe1\x78\x5e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfc\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xf6\xe9\xba\xde\x5a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x76\x9c\x17\x7c\x88\xcf\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe4\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\x21\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc1\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\xc4\x63\x51\xe5\x3e\x2d\xe2\x31\x55\xad\x94\xa6\x92\x20\x23\x65\xc4\x9c\xc3\xee\x53\x76\xe5\x55\x09\x45\x8a\xd5\x7d\xae\xe2\x72\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\xc6\xe0\x03\xf2\x43\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x53\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x07\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x57\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x2e\x63\xd2\x77\xc9\xfd\x27\x5d\xff\xaf\x6f\xb1\xfb\x5b\x65\xbc\x6e\x5b\x5f\x2e\x78\x87\xe1\xbd\xa1\xef\x82\x79\xe9\xf7\xd7\xe4\x7a\x5a\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x56\x46\xab\xf5\x52\x07\x00\x00"); -func _fab ()([]byte ,error ){return _c (_gcaa ,"UniCNS-UTF16-H")};func _fdgc ()(*asset ,error ){_add ,_gfbbe :=_fafg ();if _gfbbe !=nil {return nil ,_gfbbe ;};_dagd :=bindataFileInfo {_dae :"ETHK-B5-H",_fb :20959,_ae :_be .FileMode (436),_g :_a .Unix (1580491821,0)}; -_bgeaa :=&asset {_dd :_add ,_ef :_dagd };return _bgeaa ,nil ;};func _gbceg ()([]byte ,error ){return _c (_cbaa ,"Ext-RKSJ-V")};func _cbce ()(*asset ,error ){_cgba ,_aaad :=_gdea ();if _aaad !=nil {return nil ,_aaad ;};_badc :=bindataFileInfo {_dae :"CNS2-H",_fb :2037,_ae :_be .FileMode (436),_g :_a .Unix (1580491555,0)}; -_gagb :=&asset {_dd :_cgba ,_ef :_badc };return _gagb ,nil ;};func _gbaf ()([]byte ,error ){return _c (_baeg ,"KSC-EUC-V")};func _cbaag ()([]byte ,error ){return _c (_gace ,"HKm471-B5-V")};func _cadg ()([]byte ,error ){return _c (_ceca ,"UniJIS-UCS2-H")}; -func _afff ()([]byte ,error ){return _c (_gebf ,"GBK-EUC-H")};func _edfd ()([]byte ,error ){return _c (_daafa ,"Adobe-GB1-3")};func _eefa ()([]byte ,error ){return _c (_afda ,"Adobe-Korea1-UCS2")};func _ebf ()([]byte ,error ){return _c (_dde ,"Adobe-CNS1-5")}; -var _egdfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x3c\x10\x43\x90\x22\xa4\x6e\xa2\x6e\x39\x6c\x5b\x35\x9b\x6d\xa5\xaa\x07\x82\xc7\xa9\xa5\xc6\x20\x03\x87\xfc\xfb\x6a\xc6\x84\xaa\x07\xe4\xcf\xcf\xcf\xe3\x37\xd8\xe9\xbe\x39\x34\xde\x4d\x90\x7e\x0d\x7d\x77\xa4\x09\xac\xf3\x26\xd0\xd8\xcf\xa1\x23\x38\xd3\xc5\xf9\x24\xc1\x0c\x8c\xeb\xa6\xfb\x54\x86\xee\xda\x0e\x49\x92\x9e\xbc\x7b\x7e\x7a\x3c\xbd\x7e\xc4\xe2\xf1\x13\xcc\x23\x2d\xfa\xbe\x39\x1c\x6f\xe3\x44\xd7\xc6\xdb\x1e\xf2\xb8\xdf\xcc\xc3\x52\x03\x20\xfd\x46\x17\x37\x4e\xe1\x06\x0f\x1f\x4c\x7f\xa6\x77\x60\xc8\xb2\xfe\x25\x18\x0a\xce\x5f\xe0\xe1\xf9\x09\x57\xf5\x38\x0f\xc3\x1f\xba\x92\x9f\x40\x8b\x46\xde\xc8\x98\xa4\xfb\x97\x76\xf8\xdc\x5e\x09\xfe\x0b\xf3\x26\xab\xb2\xf8\x46\x61\x74\xbd\x07\x7c\xaf\x54\xf9\x4f\x7e\xbd\x0d\x04\xb8\x14\xf9\x71\x6a\x0e\xf0\x13\x01\x15\x64\xba\x50\xd9\xaf\x45\xff\xfe\xd2\x9b\xd5\x85\x65\x8c\xdf\x39\xd3\xfd\x6e\x43\xb2\xcb\x14\x6e\x6a\xd0\xd5\x96\x31\x2b\x18\xab\x64\x97\x2b\x85\x35\xe8\x52\x0b\x66\x8c\x1b\x46\xcc\x6b\x28\x4b\x55\x24\x3b\x6b\xa3\x63\x2b\xd8\x31\xe6\x82\x24\x8e\x92\x19\x8d\xb0\x58\xd0\xb2\xa5\x62\xcc\xcf\x22\x47\x16\x0b\x2a\x61\x5b\x43\xa1\x04\xf5\x99\x83\xc8\x31\xda\x30\x4a\x3d\x1d\x6b\x6f\x98\x49\x92\x20\xf2\x5f\xbc\x37\x93\x14\x6b\x73\xa1\xf5\x17\x92\xf0\xdb\x1a\x78\xe0\xe3\xb7\xb1\x07\x25\x0a\x72\xfc\x2a\x2a\x9b\xa8\x68\xf6\x64\xa2\x14\x51\x29\xd9\x93\x49\x5f\x5c\xc7\x5a\x55\xb1\x47\x32\x62\x2b\x0a\x72\xd4\xb2\x58\x72\xc4\x73\x65\xc2\xaf\x68\xbd\xd8\x6e\x0e\x81\xfc\x24\x6f\x48\xae\x8e\xaf\xc3\x79\x5a\xdf\xe9\xd0\x0f\xbc\x4b\xbe\xbf\x01\x00\x00\xff\xff\x18\xd8\x4a\x05\xd3\x02\x00\x00"); -var _feebg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4c\x10\x06\xe0\xbb\x7e\xc5\x1e\xf3\x1d\xbe\x7a\x57\xab\xd1\x4a\x10\x0c\x8d\x0d\xa9\x09\x69\x4b\xdd\xa6\x85\xd2\x83\xa4\x1d\x19\x41\x2d\x09\x59\x3e\xf8\xdf\x97\x99\x77\xeb\x1e\xc2\x24\x0f\x3b\x3b\xf3\x2a\x48\x9b\xdd\x61\x7f\x18\x87\xd5\x6c\x3e\x2f\x53\x77\xe4\xd5\xf4\xc3\x18\x17\xbe\x4c\xd7\xa5\x63\xd3\xf2\x69\x18\xb3\xcc\xe5\x26\x0e\xdd\xfa\xf7\x4f\x2d\xdd\xb9\x99\xb3\x6c\xf3\xfc\xf4\x92\xbf\xfc\xff\xc1\x5c\x2f\x9c\x64\x77\xd8\x1f\x6f\x97\x95\xcf\x87\xb1\x9f\x8c\x47\x67\xbc\xce\xa9\xdb\x98\xcd\x17\x3e\x0d\x97\x75\xb9\x99\x87\xf7\x71\x6a\xf9\x3f\x13\xb9\x17\xff\xb4\x44\x5e\x86\xf1\x64\x1e\x9e\x9f\xdc\x5d\x8f\xd7\x79\xfe\xcd\x67\x1e\x57\x43\x6a\x3c\x46\xad\xd9\x66\xf7\xda\xcc\x1f\x9b\x33\x9b\xb4\xc6\x9b\xba\xf2\x1b\x2f\x97\x61\x1a\x8d\x7b\x67\x6d\xf9\x8f\xbf\xde\x66\x36\x2e\xb5\xff\xf8\x76\xd8\x9b\x9f\xce\x38\x6b\x72\x2a\xad\xfd\x95\xfc\xfb\xeb\x14\xef\xa7\x0a\x87\xc5\xbb\x21\x2e\xcd\x78\xe2\xec\xb1\x71\x4d\xbe\x35\xa9\x50\x20\x15\x0f\xf1\x22\x85\x4a\x03\x69\xb6\x86\xea\x4a\xa5\x85\x74\x5b\x13\x82\xc5\xa1\x08\x8a\x72\xa8\x16\x69\x71\x75\xdb\x6f\x0d\x55\xb9\x48\xcf\x2a\x52\x42\xb0\x65\xf6\xd8\xf8\xc6\x09\x69\xa1\x50\xa9\x54\x90\x5a\xda\xac\x4a\x07\xe9\xe4\x8c\x57\x61\x08\x2e\x0a\x42\xad\x2e\xe9\xdb\x56\x0e\xe9\xd5\x6d\x84\x44\x3d\xa4\x77\xcb\x2e\xa9\x50\x90\x25\x7d\xd4\x24\x5a\x42\xb0\x20\xf4\x45\xed\x73\xba\x41\x44\x9f\x94\xd2\xaa\xf4\xe8\x93\x42\xb5\x8e\xeb\xd1\xd6\xeb\x03\xd0\x95\x10\xd7\x23\xae\x73\xd9\x63\x53\x20\xae\x96\x3c\xf7\x54\xab\x79\x98\x57\x2b\x71\x8e\x60\xa4\x16\xac\x5a\x80\x05\x9c\x83\xd5\xb0\x1a\x26\x21\x8b\x0e\xf7\x75\xe9\x3e\x9d\xc1\x30\x86\x85\x5c\x0d\x33\x38\xcd\x28\xd4\x30\x83\x31\x43\x1f\x76\xc1\x0c\x63\x98\xec\x47\xc8\x41\x29\x87\x3e\x6f\x42\x0e\x4a\x39\xf4\x9f\x49\xc8\x41\x29\x47\x45\x6a\x01\x96\x66\x04\xb5\x1a\x86\x1c\x95\xcc\x25\xe4\xa0\x94\xa3\x92\xfd\x08\x39\x28\xe5\xa8\xb4\x17\x39\x28\xe5\xa8\x6a\x35\xcc\x48\x39\x2a\xdd\x05\x39\x28\xe5\xa8\x64\xe7\xba\xb4\x62\x5a\xf2\xdc\xd7\x85\xbc\x91\xf7\xd7\x43\x7e\x97\x0f\xc1\xfd\xdd\xec\xae\xcb\xc2\xe3\xaa\x9f\x01\x7d\x07\xe5\xbd\x1a\x46\xbe\x7f\x64\xe6\x69\x96\x2e\xfd\xf9\x13\x00\x00\xff\xff\xa0\x8a\xa9\xe1\x90\x04\x00\x00"); -func _afd ()(*asset ,error ){_ebg ,_fcgg :=_ggb ();if _fcgg !=nil {return nil ,_fcgg ;};_ccf :=bindataFileInfo {_dae :"Add-V",_fb :1483,_ae :_be .FileMode (436),_g :_a .Unix (1580491110,0)};_cgc :=&asset {_dd :_ebg ,_ef :_ccf };return _cgc ,nil ;};var _egfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x8b\x5b\x37\x14\x06\xe0\xbd\x7e\x85\x96\xe9\xa2\xb5\x74\x3e\x25\x10\x17\x9a\x0f\xd2\x59\xa4\x29\x4d\xd3\x16\x4a\x17\x1e\x5f\x79\x30\x74\x6c\x63\x7b\x16\xf9\xf7\xe5\x9c\xe3\xa4\xd0\xc5\xe0\x99\xd7\xd2\x3b\x57\x8f\xc4\xd5\xe6\xcd\xc3\xdb\x87\xe3\xe1\x96\x37\xbf\x5c\x4e\xbb\x4f\xf3\x96\xf7\x87\xe3\x7a\x99\xd7\xd3\xcb\x65\x37\xf3\xe3\x7c\x3a\x1c\x53\xaa\x90\xd7\xc3\xee\xf6\xf5\x4f\xff\xd8\x3d\x6f\xcf\x29\xd9\xfc\x4f\x5f\xae\xb7\xf9\xfc\x70\xdc\x9f\x32\xc6\xb8\xf5\xe5\x7c\x1f\x9b\xf3\xe6\xd7\xf9\x74\xb8\xde\x2e\x5f\xf2\xab\x1f\xd7\xd3\xe3\xfc\x2e\xaf\x73\x6f\xf9\xc7\xcb\x3a\x2f\x87\xe3\x53\x7e\xf5\xfe\x75\xfd\x96\x7e\x7a\x39\x9f\xff\x99\xcf\xf3\x78\xcb\xc5\xb3\x79\x5c\xfd\x33\x6d\xde\x7c\xd8\x9e\x7f\xde\x3e\xcf\xbc\x79\xff\xfa\xfb\x9f\x3c\xf4\xec\xf7\x79\xb9\x1e\x4e\xc7\xdc\x7f\x28\x45\xfe\x8b\x7f\xfb\x72\x9e\xb9\xde\xe7\x7e\x7e\x78\xfb\x71\xbf\xbf\xce\x5b\x86\x12\xbd\x9b\x3f\x3f\x3f\xbc\xcd\x7f\xd5\x5c\x4b\x06\x46\x81\xbf\xef\x43\xff\xf8\x70\x5a\xe7\xfd\x9f\xa7\x1a\xeb\xd8\x9d\xd6\x79\x3d\x6f\x77\xf3\xb2\x3d\x3e\xcd\x94\xf3\x80\x0a\x75\xc9\x43\xdf\xe9\xbb\xc5\x9e\xf1\x7f\x23\x52\x6b\xf7\x99\x87\x35\x92\xaf\x33\xa0\xea\x5c\x72\x97\x34\x00\xd0\x03\x10\x58\x72\xed\xc5\x12\xe1\x48\xe6\x92\x81\x3c\xd1\x18\xa3\xbb\x25\x03\x5b\x82\x51\x83\x56\x03\x02\x69\x00\x45\x42\x8a\x4b\x46\xb6\x66\x8e\x84\x55\x96\x4c\xd8\xd3\x00\x89\x44\xb0\x2d\x99\x81\x2d\xa1\x48\x94\x97\xcc\x64\x63\x34\xc6\xa8\x7d\x21\xc5\x9a\x95\x23\xb1\x87\x10\xb4\x59\x2d\xc6\x34\x2a\x4b\x16\x69\x96\x90\x3f\x73\x93\xed\x92\xb5\xd8\x13\x76\x20\x4b\xba\xec\x97\xac\x68\x63\xb6\x31\x6b\x6b\xcf\xdc\x2a\xa5\x01\x8f\x91\x3c\x5a\x4f\x2f\x2d\x0d\x2c\x9e\x60\x71\x1e\x5b\x3b\x06\x18\x3a\x58\x2d\x48\x69\x20\x44\x04\x1e\x55\xb0\x79\xe1\x81\xee\x51\x01\x20\x0d\x0c\x10\x24\x8f\xb0\x4a\x1a\x18\x22\xc8\x1e\x51\xb5\xfa\x20\x41\xf1\x88\x8b\xd5\x87\x00\x6a\x44\xdd\xea\x63\xc1\xd8\x3c\x92\x6e\xf5\x3d\xa2\xee\x91\x36\xab\x8f\x05\xa2\x2f\xb0\xb6\x66\xf5\xb1\x42\x7c\xf4\xa8\xab\xd5\xef\x22\xda\xf9\xd6\x15\xd3\xc3\x35\xa2\xd5\xa3\x6a\xdb\x89\x33\xa2\xe9\x11\xd8\x7e\xe2\x3e\xa2\xbd\x47\x68\xc7\x80\x82\x8b\x9c\x0b\x88\x28\x0d\x0a\x2f\x72\x2f\x60\x83\xa7\xf0\x22\x88\xc3\x82\x90\x06\x85\x17\xc5\xf9\x51\x90\x34\x28\xbc\xc8\xbd\xa0\x81\xd5\x87\x17\xb9\x17\x74\xdb\x32\x0a\x2f\x72\x2f\x2c\xb6\x67\x14\x5e\xe4\x5e\x58\xed\xc8\x50\x78\x51\x8b\xc8\xce\x39\x85\x17\xb9\x17\x82\x1d\x74\x0a\x2f\x72\x2f\xc4\x66\xf5\xe1\x45\xee\x85\xa4\x56\x1f\x5e\xe4\x5e\xc8\x6a\xf5\xe1\x45\xee\x85\x22\x56\x1f\x5e\xe4\x5e\xa8\x62\xf5\xe1\x45\xee\x85\x8d\x29\x0d\x0e\x2f\x76\x2f\xec\xd4\xd2\xe0\xf0\x62\xf7\xa2\x42\x90\x06\x87\x17\xbb\x17\x55\x94\x34\x38\xbc\xd8\xbd\x08\xb0\xa4\xc1\xe1\xc5\xee\x45\x08\x56\x1f\x5e\xec\x5e\x44\xd5\xea\xc3\x8b\xdd\x8b\xb8\x5a\x7d\x78\xb1\x6a\x5f\x32\x49\xb1\xfa\xf0\x62\xf7\x22\xe9\x9c\x06\x87\x17\xbb\x17\x69\xeb\x69\x70\x78\xb1\x7b\x51\x6b\x98\x06\x87\x17\xbb\x17\x75\xd5\x34\x38\xbc\xd8\xbd\xb8\x68\x4d\x83\xc3\x8b\xdd\x8b\xab\x58\x7d\x78\xb1\x7b\x31\xb0\xd5\x87\x17\xbb\x17\x23\x63\x1a\x12\x5e\xe2\x5e\x4c\xa4\x69\x48\x78\x89\x7b\x31\x53\x4d\x43\xc2\x4b\xdc\x8b\xfd\x0d\x21\xe1\x25\xee\xc5\x0a\x3d\x0d\x09\x2f\x71\x2f\x6e\x60\xf5\xe1\x25\xee\xc5\xbd\x5a\x7d\x78\x89\x7b\x49\xa9\x56\x1f\x5e\xe2\xe7\x4b\x6a\xb1\xfa\xf0\x92\x16\x51\xb7\xfa\xf0\x12\xf7\x12\xe8\x56\x1f\x5e\xe2\x5e\x82\xcd\xea\xc3\x4b\xdc\x4b\xa8\x59\x7d\x78\x89\x7b\x09\xab\xd5\x87\x97\xb8\x97\x88\x58\x7d\x78\x89\x7b\x89\x8a\xd5\x87\x97\xb8\x97\x34\xd6\x34\x34\xbc\xd4\xbd\xa4\x73\x4d\x43\xef\x57\x84\x7b\x69\x21\x4e\x43\xc3\x4b\xdd\x4b\xab\xbd\x99\x35\xbc\xd4\xbd\x14\x10\xd3\xd0\xf0\x52\xf7\x52\x04\xab\x0f\x2f\x75\x2f\xfb\x3e\x0d\x0d\x2f\x75\x2f\xe5\x6a\xf5\xe1\xa5\xee\xa5\x52\xba\xdf\x4c\x5f\x6f\x20\xfb\xdd\x2e\xed\x6f\xf7\xe8\xee\xe5\x72\x99\xc7\x9b\x5f\xd9\x7e\x65\xda\x9d\x77\x38\xce\x6f\xd7\xff\xf9\x74\xb6\x59\xfe\xf3\x6f\x00\x00\x00\xff\xff\xa2\x28\xe2\xe9\x2a\x08\x00\x00"); -func _ccfe ()(*asset ,error ){_daec ,_egdc :=_gdfbd ();if _egdc !=nil {return nil ,_egdc ;};_bdfd :=bindataFileInfo {_dae :"GBT-EUC-V",_fb :785,_ae :_be .FileMode (436),_g :_a .Unix (1580492205,0)};_acea :=&asset {_dd :_daec ,_ef :_bdfd };return _acea ,nil ; -};func _dfdd ()(*asset ,error ){_dbde ,_ebeff :=_fdgaa ();if _ebeff !=nil {return nil ,_ebeff ;};_bdgb :=bindataFileInfo {_dae :"UniJISX0213-UTF32-V",_fb :4404,_ae :_be .FileMode (436),_g :_a .Unix (1580493008,0)};_agdbd :=&asset {_dd :_dbde ,_ef :_bdgb }; -return _agdbd ,nil ;};func _ceg ()([]byte ,error ){return _c (_ga ,"78-EUC-V")};var _gca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\xe4\x91\xf5\x75\x89\xcf\xe1\xe6\xee\xdb\xe6\xf8\x7d\xf3\xd2\xd3\x4d\x4c\xfa\x8c\xeb\x3e\xf3\xa4\xf8\xdb\xef\xfd\xf4\xba\x3f\xac\x49\x7e\xcc\xb9\xfe\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xf2\xf7\x25\xff\xe3\xdb\x61\xe9\x29\x5f\xef\xf4\x70\x7f\x77\x78\x5b\xcf\x49\xda\x54\x0b\x43\xe1\xbf\xb4\x3d\x2c\xfd\xf5\xb8\xd9\xf6\xd3\x66\x7d\xee\x43\x4a\x73\xce\x39\xdf\xa6\xd9\xbf\x7c\xfd\x7a\x8b\xa7\xfd\xdf\x19\xc3\x58\x2e\x57\xee\x17\x26\xd7\x2b\x72\xde\xed\x6e\x53\x1e\xe6\x2c\x3c\x16\x1c\x6b\xa9\xc3\x9c\x95\x89\x22\x29\xa2\xc3\x9c\x8d\x89\x21\x19\x6b\x1b\xe6\xec\x4c\x1c\x89\x64\xf5\x61\xce\x85\x51\x89\x48\x1b\x66\x57\x46\x35\xa2\x62\x18\x3e\x32\x1a\x23\x1a\x27\x4c\x6f\x8c\x5a\x3c\x41\x76\x8c\x9f\x18\x4d\x11\x59\xc6\xf8\x0d\xa3\xcd\xe5\x39\x31\xfe\x89\xd1\x53\x44\x4d\x30\x7e\xcb\x68\x8b\xc8\xf2\x88\xf1\x0b\xa3\x25\x22\x53\x8c\xef\x8c\x7a\x44\xa5\x61\xfc\x8e\xd1\x2e\xa2\xe6\x79\x98\x85\x52\x12\x52\x9e\xa7\x3a\xcc\x42\x2c\x09\x2c\xb7\xa2\xc3\x2c\xd4\x92\xd0\xf2\x9a\xdb\x30\x0b\xb9\x24\xb8\xbc\x55\x1f\x66\xa1\x97\xf8\xc5\x14\xe3\xe9\x25\xe1\x55\x6c\xc4\x78\x7a\x49\x78\x95\x6a\x18\x4f\x2f\x09\xaf\xd2\x1a\xc6\xd3\x4b\xc2\xab\x8a\x63\x3c\xbd\x24\xbc\xaa\x67\x8c\xa7\x97\x84\x57\xad\x28\x56\xe8\x25\xe1\x55\x27\x34\x2b\xf4\x92\xf0\x1a\x05\xd5\x0a\xbd\x24\xbc\x46\x47\xb5\x42\x2f\xe9\x97\xfe\x31\x9e\x5e\x12\x5e\xe3\x84\x6a\x95\x5e\x1a\x5e\x4d\x50\xad\xd2\x4b\xc3\xab\x39\xaa\x55\x7a\x69\x78\xb5\x11\xd5\x2a\xbd\x34\xbc\xda\x84\x6a\x95\x5e\x1a\x5e\x93\xa2\x5a\xa5\x97\x86\xd7\xe4\xa8\x56\xe9\xa5\xe1\x35\x8d\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xfa\x5d\xc5\x7c\x82\xe9\xc4\xcc\x51\xae\x52\x4c\x37\xcc\x46\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x05\xcd\x74\xcb\x4c\xd1\xaf\x12\x4d\x17\x66\x05\x05\x2b\xd5\xb4\x33\x1b\xd1\xb0\x92\x4d\x77\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\x56\x50\xb2\x51\xce\xf4\xba\xc0\xf2\x30\x1b\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x15\x14\x6d\xd4\x33\xae\x4e\x6b\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x2f\x28\xdb\xe8\x67\xf4\xf3\x86\xb6\x8d\x7e\x46\xbf\x22\xa8\xdb\xe8\x67\xdb\xeb\x5b\x01\xf7\xa0\x9f\xd1\xaf\x54\x14\x6e\xf4\x33\xfa\x95\x86\xc6\x8d\x7e\x46\xbf\x2a\xa8\xdc\x2f\xef\x40\xfa\x55\x43\xe7\x4e\x3f\xa7\x5f\xad\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\xa3\xa0\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x15\x9d\x3b\xfd\xbc\x5e\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa2\x73\xa7\x9f\x6f\xc4\x91\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xcd\x63\xbe\x49\x6d\x07\x00\x00"); -func _ecfa ()([]byte ,error ){return _c (_edfdf ,"Katakana")};func _fbd ()(*asset ,error ){_gaab ,_fgad :=_eefa ();if _fgad !=nil {return nil ,_fgad ;};_cdgd :=bindataFileInfo {_dae :"Adobe-Korea1-UCS2",_fb :144546,_ae :_be .FileMode (436),_g :_a .Unix (1580490590,0)}; -_cca :=&asset {_dd :_gaab ,_ef :_cdgd };return _cca ,nil ;};func _adc ()(*asset ,error ){_bgcf ,_cgbf :=_afff ();if _cgbf !=nil {return nil ,_cgbf ;};_caec :=bindataFileInfo {_dae :"GBK-EUC-H",_fb :80859,_ae :_be .FileMode (436),_g :_a .Unix (1580492080,0)}; -_dcdc :=&asset {_dd :_bgcf ,_ef :_caec };return _dcdc ,nil ;};func _eba ()([]byte ,error ){return _c (_fef ,"CNS1-H")};func _febf ()(*asset ,error ){_agaf ,_debg :=_def ();if _debg !=nil {return nil ,_debg ;};_fee :=bindataFileInfo {_dae :"Adobe-KR-5",_fb :1333,_ae :_be .FileMode (436),_g :_a .Unix (1580491432,0)}; -_ggae :=&asset {_dd :_agaf ,_ef :_fee };return _ggae ,nil ;};var _gbdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4d\x6b\x24\x37\x10\x86\xef\xf3\x2b\xfa\xb8\x39\x6c\xac\xcf\x96\x04\x8b\x21\xec\x12\xe2\x85\x4d\x42\xbc\xbb\x09\x84\x1c\x5a\x2d\xb5\x33\x10\xcf\x0c\xe3\xf1\xc1\xff\x3e\xe8\xad\xb7\x66\x71\x72\x30\xee\xa7\x4a\x5d\x1f\x52\xa9\xaa\xe7\xe6\xfd\xdd\x87\xbb\xc3\xfe\x32\xdd\xfc\x7a\x3e\xae\xf7\xfd\x32\x6d\xfb\x43\x3b\xf7\xa7\xe3\xf3\x79\xed\x53\xed\x0f\xfb\xc3\x6e\x67\xdd\xd4\xf6\xeb\x45\x11\xff\xd6\xc7\xe5\xb4\xdb\xdd\x7c\x39\xec\x3f\xde\xdd\x3b\x63\xc2\xdb\x2f\x9f\x7f\xcc\x6f\x7f\x9a\x9e\x9f\x3a\x75\xef\xef\x3e\xdc\xbf\x3c\x5d\xfa\xe3\xdd\x61\x3b\x4e\x5e\x6c\xb4\xe7\x13\xed\x4c\xd3\xcd\x6f\xfd\x61\xff\x74\x39\xbf\x4c\x6f\x7e\x68\xc7\xda\xbf\x9b\x5a\xdf\x86\xfc\x97\x73\xeb\xe7\xfd\xe1\x61\x7a\xf3\x71\x39\x2d\x07\x7b\x55\xdc\x3f\x9f\x4e\xff\xf4\xc7\x7e\xb8\x4c\x09\xb2\x7e\x68\xf8\xbf\xbb\x79\xff\x69\x39\xfd\xbc\x3c\xf6\xe9\x7f\x31\x7d\xc5\x0a\x2c\xf8\xda\xcf\x4f\xfb\xe3\x61\xb2\xdf\x1b\x33\x7f\x13\x7f\x7e\x39\xf5\xc9\xd2\xd0\x1f\x5f\xee\x3e\x4c\x7f\xda\xc9\x9a\xc9\xc5\xd9\xbb\xbf\x28\xff\xfd\xd3\xb1\x5d\x57\x59\x63\x24\x8d\x75\xdf\xd6\xbf\x97\xf3\xee\xdd\xea\xaa\xb9\x9d\xb2\x9b\xcb\xee\x5d\x77\xd9\x14\x73\x3b\xa5\x5c\x3c\x29\x82\x1c\x69\x06\x45\xa1\x45\x74\x99\x24\xba\x24\x54\xdd\xb0\x99\x68\xa5\xfa\x41\x59\x68\x86\x07\x9f\x09\x76\xc0\x4c\x70\x03\x0a\xc1\x0f\x10\x7b\x29\x87\xdb\x29\x7b\x6b\x49\x11\x64\x48\x33\x48\x62\x4c\x23\x8e\x6c\xae\x94\x40\x81\x94\x41\xb4\xb2\x14\x90\x44\xd5\x4b\xbd\x9d\xac\xb3\x21\x13\x57\xe0\xac\xd8\x44\x9b\x88\x1d\x18\x0d\x71\x7b\xb5\x78\x31\xb2\xb8\x10\xad\x2c\x9e\x89\xee\xf5\x62\x2f\xda\x48\x0c\x82\xaa\x8d\xaf\x17\xcf\xa2\x65\x18\xc8\xee\x9b\x32\x83\x54\x57\x40\xea\x74\x79\x6d\xa7\x0e\x65\x72\xa4\x15\x64\x49\x0d\x84\xd4\x4a\xc8\xeb\xed\x94\x82\x1c\x79\x09\xb9\x81\x12\xa9\x83\x66\xd2\x06\xca\x42\x38\xe4\x68\x3c\xc9\x82\x68\x05\xc7\x1c\x4d\x20\x79\x10\xad\x94\x00\x2b\x96\x14\x41\x6a\x65\x06\x39\x52\x02\xa9\x95\x0c\x2a\xa4\x02\x9b\x6a\x65\x01\x31\xa3\x71\xd0\x29\x1a\xb5\x32\xf2\x8b\x4e\x3d\x34\x10\xf3\x1b\xa7\x9c\xa2\xd3\xa8\x37\x10\xfd\x2d\xc8\xcf\x31\xea\x05\xf9\x39\x7a\x5f\x90\x9f\xe3\x4e\xe0\x9a\x44\x4f\x2b\xb8\x26\xd1\xd3\xdf\x38\xc0\x14\x3d\x63\x19\x07\x98\xa2\x57\x0f\xc8\xc1\x33\x96\x05\x39\x78\xf5\x87\x1c\xbc\x7a\x40\x0e\x96\x1e\x2a\x22\xb3\x5c\x59\x03\xb2\xa5\x95\x0a\x0f\x46\xde\x8b\x19\x2b\x83\x25\x21\x87\x60\x48\xc8\x21\x38\x12\xce\x48\xaa\xbf\xc4\x0c\x9b\x52\xde\x25\x66\xe4\x17\x66\x12\xf2\x0b\xea\x01\xf9\x45\x4f\x82\xf7\x28\x36\xf3\xd8\xf9\xec\x9c\x25\x8d\xaa\x73\xb6\x90\x3a\x74\xba\x72\x03\x49\x64\x6b\x96\xfb\x93\xc4\x05\x6e\x57\x76\x66\xbc\xe8\xb3\xc1\x71\x66\x14\xc5\xa0\x71\x9c\x05\x17\x6f\xd0\x06\x4a\x20\x8b\x74\x8b\xcd\x24\x0f\x2a\xa4\x91\x52\x81\xc3\x41\x09\x64\x49\x05\xe4\x84\x16\xbc\x87\xf2\xf1\xa3\xc3\x81\x02\x49\xac\x44\x92\x58\x99\x49\x1d\x94\xc6\x20\xd0\x56\xbc\xcb\xf1\x3f\xbd\x79\xac\x1c\xe5\x9a\x5d\x72\x24\x6c\x5a\x92\x58\x1c\x1a\xcd\xec\xbd\x22\x52\x72\x99\x24\xc1\x14\x12\x82\xf1\x86\x84\x60\xae\xef\x21\x25\x2f\x2e\xbc\x24\xe1\x25\x25\x2f\x56\x7c\x20\x89\x95\x48\x12\x2b\x33\x09\x29\x79\xd9\x5e\x5f\xe5\x20\xc4\x43\xad\xdb\xed\xe4\xbc\x89\x12\xcc\x3a\x0a\x2f\xfb\x68\x48\x63\x3a\x78\x9f\x49\xa3\x01\xda\x32\xab\x12\xad\x9e\xd1\xac\xa3\xba\x86\xd2\x12\x93\x60\x24\x66\x41\x5d\x5c\x04\xd5\xf0\x22\x38\x13\x2b\x30\xa9\x9f\x55\xd0\x11\xa5\x72\xa8\x44\x53\x2a\x81\x5e\x0b\x42\x0a\xaa\xc3\xf4\xf1\x4a\x12\x51\x56\xcc\x50\x32\xed\x22\x01\x65\xfa\x40\x91\xfb\xc8\x68\x47\xd3\xc8\x9e\xc7\xb5\x2e\xd8\x93\xc0\xd0\x17\xd9\x13\xee\xe6\x8a\xa1\x60\x4b\xd1\x37\x67\xc4\xaa\x4a\x1c\x4a\xe0\x96\x8c\xb6\x91\x3d\x6f\xc0\x8a\xb6\x51\xae\x1e\x9b\x98\xa1\xcb\x6a\xb1\x94\x2e\x2b\x6e\x99\x31\xb4\x53\xe5\x8c\x02\x09\x1e\x43\x22\x25\x2c\xb5\xaa\xcc\x82\xf4\x59\x0b\x32\xa1\xcf\xba\x88\x52\x5f\xad\x50\x6a\x04\xab\x28\xb9\x79\xb5\x09\x4a\x44\x2d\x63\xaa\x1a\xde\xbc\x96\xad\x68\x0b\x11\xdb\xc7\x90\xda\x28\x8c\xec\xa3\x92\x44\xe4\x14\x51\xee\x3c\xbf\x36\xca\x22\x95\x18\x48\x38\x77\x46\xdb\x32\x4e\x88\x25\xdd\x30\xc4\x0a\xcf\xa4\x15\xd9\x20\x6e\x49\x2b\x5e\x50\xb5\x41\x30\x12\x11\x4f\xe0\xda\x8a\x4f\x0d\x73\x45\x49\x5b\x9d\x32\xed\xc0\x3c\x6b\x17\xb4\xc4\x0d\x65\x32\x5e\xdd\x2a\xaa\x36\x3b\x54\xf8\x20\x74\xcd\x44\x5d\x91\x91\x8f\x21\x38\x10\x99\x61\xe3\xb7\x8a\x8d\x4f\x05\xe3\x79\x10\x74\x86\x2f\x0e\x17\x29\x17\x03\x6a\x45\x56\x46\x92\x5c\xeb\x99\x24\xef\x29\xf5\x6b\xef\xdd\xea\x86\xc6\x91\x73\x79\xd5\xe1\x7c\xba\x76\xb8\xf3\x72\x78\xe8\xf2\xc5\x31\x26\x96\x3c\x58\xf4\xb3\xa8\xdf\x1e\x22\x2f\x01\xbd\x3a\x64\x8e\xf3\x71\xd4\xf2\x30\x5c\x84\xc4\xa9\x3b\x1a\x87\x3c\xe0\xa3\x21\xeb\x27\xcb\xac\x62\x7c\x2f\x64\x4e\xde\x51\x13\xf2\x50\x20\x56\x23\x8b\x8a\x2b\xc4\x3a\x7d\x3d\xc5\x0b\x46\x9f\x67\x80\xe3\x06\xc9\x03\xbe\x0d\xac\x4e\x59\x4b\x71\xc5\xd8\xe4\xe0\x0a\x35\xaa\x18\x53\xd1\xd0\xe5\xb8\x20\xf2\x80\xa1\x6e\xf9\x31\x50\xd5\x36\x8e\x23\x06\x9d\xa1\x5c\x1d\x51\xb7\x91\x1d\xca\x64\xb8\x1c\x0f\x0e\xdb\x9e\x28\xce\x14\x4b\xed\x1a\x8a\x4b\x50\x31\xfa\xb9\xb1\x14\xcf\x2a\x4e\x38\x07\xa7\x43\xf5\x6a\xa5\xa0\xa4\xd8\xcf\x5c\x89\x22\x77\xe8\x81\x6e\xe6\x90\xa8\x14\x7b\x69\x13\xbc\x12\x49\x4e\x79\x3c\x14\x99\x5a\x9e\xf2\x45\xe5\x1b\xe4\xbc\x16\xab\xa6\x24\x03\xdf\x16\xed\x4c\xa3\xca\xa5\x7f\x7a\x69\xd9\x6c\x2d\x65\x51\xb9\xf4\xb5\x4c\x3b\x63\xec\x4b\xbf\xb3\x22\xd7\xa6\x9a\x55\x2e\x6d\xb9\x68\x93\x54\xfb\x55\x1a\x8e\x61\xbb\xae\x41\xe5\x51\xe4\xda\x29\xaf\xeb\x37\x69\x33\xda\x58\xbc\xc8\x1b\x86\x96\x33\x4e\x9b\x4a\x55\xb9\xdc\x7b\xa7\xfd\x8d\x71\xb6\x22\x7e\x39\x52\x9a\xee\x72\x2b\x62\x07\xbb\x3f\x6e\x3b\xe2\x1f\x0f\x05\xf7\xae\xf0\x16\x6e\x22\x6e\xfa\x2b\xc4\xf2\x06\xca\x85\x03\x8c\xdf\xb9\xd7\xdf\x9d\xeb\xf3\xf9\xdc\x0f\x17\xfc\xca\xc5\xaf\xca\xf1\x4b\x71\x7f\xe8\xd7\x5f\xd3\xa7\xe3\x69\xbc\x85\xbf\x7f\x03\x00\x00\xff\xff\x7a\x11\xd0\xb4\x79\x0f\x00\x00"); -var _febcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xf3\x46\x10\x86\xef\xfb\x2b\xf6\xf8\xf5\x90\x7a\x67\x66\x25\xad\x40\x18\x4a\x42\xc0\x84\xb4\x25\x29\xed\x59\x96\x56\x46\x50\x4b\x42\x96\x0f\xf9\xf7\x65\xe6\x95\x53\xf8\x0e\x41\xd1\xe3\xdd\xd7\xcb\xf3\x7a\xe7\xf0\x7c\x7a\x39\x4d\xe3\xe6\x0f\x7f\xae\x73\xf7\x99\x37\x3f\x8c\x53\xbf\xe6\xdb\x7c\x5f\xbb\xec\xcf\xf9\x32\x4e\xce\x11\xfb\x7e\xec\xb6\xc7\xab\x3d\xba\x6b\xbb\x38\xa7\xfb\x3f\xbf\x6e\x5b\xbe\x9e\xa6\x61\xf6\x82\x75\xfd\x7d\xd9\xd7\x7a\x7f\xf8\xc8\x97\xf1\xb6\xad\x5f\xfe\xc7\x6f\xfd\x7c\xce\xbf\xf8\x3e\x0f\xca\xff\x58\xfb\xbc\x8e\xd3\xc5\xff\x78\xfb\xf8\x86\x9f\xf7\x65\xf9\x37\x5f\xf3\xb4\xf9\xd2\x58\x9e\x7a\x7b\xba\xc3\xf3\x7b\xbb\xfc\xde\x5e\xb3\x3f\x58\xce\xd3\xdb\xc7\x13\x96\xd8\x27\x7f\xe7\xf5\x36\xce\x93\xa7\x5f\x43\xe0\xff\xf1\x5f\x5f\x4b\xf6\xb4\x27\xfc\xf3\x3e\xf7\xd9\x87\x47\xde\xe9\xe5\x79\xbe\x4f\x9b\xa7\xc8\x92\x00\x09\xc7\xee\xe6\x3e\xdf\x96\xb6\xcb\x6b\x3b\x5d\xb2\xf3\xbe\x09\x21\x84\xa3\x6f\xa4\x7a\x7d\x3d\xea\x99\x7e\x5a\xe1\x8a\x72\xdf\x39\xf6\x20\x8f\x1d\x21\x0c\xc3\xd1\x07\xd7\x04\xc2\x3b\xe9\x3b\x17\xa5\x6b\x02\x83\xb0\x92\x82\xd8\x35\x41\x40\x44\x49\x55\x26\xd7\x84\x08\x12\x95\x50\xe0\xe8\x9a\x50\x00\x15\x86\x38\x69\x76\x09\x54\x1a\x2a\x44\xc3\x2b\xa0\xca\x50\x55\x6b\x7a\x02\x4a\x76\x82\x10\x35\xbe\x06\xaa\x0d\x49\xd0\xf8\x16\xa8\xdd\xcf\xa9\xf1\x67\xa0\xb3\xa1\x44\x1a\xdf\x01\x75\x8a\x24\x54\x1a\xdf\x03\xf5\x86\x84\x35\x3e\x03\x65\x43\x45\xd2\xf8\x01\x68\x30\x94\x62\x70\x0d\xc1\x14\x99\xa9\x18\xea\xd2\x35\x04\x59\x64\xb2\xa2\x14\xec\x1a\x82\x2d\x32\x5b\xb1\x0c\xc9\x35\x04\x5d\x64\xba\x62\x2a\xa3\x6b\x08\xbe\x28\xee\x4e\x35\x1e\xbe\xc8\x7c\x15\x52\x69\x3c\x7c\x91\xf9\x2a\x4a\xd1\x78\xf8\x22\xf3\x55\xa4\xa4\xf1\xf0\x45\xe6\xab\xa4\xa8\xf1\xf0\x45\xe6\xab\x8c\x41\xe3\xe1\x8b\xcc\x57\x59\x6a\xb1\x04\x5f\x64\xbe\xca\x5a\x9b\x25\xf8\x22\xf3\x55\x91\x56\x4b\xf0\x45\xe6\xab\x8a\x5a\x2d\xc1\x17\xe5\xbd\x7f\x8d\x87\x2f\x32\x5f\x55\xad\xd5\x32\x7c\xb1\xf9\x4a\xa4\xd5\x32\x7c\xb1\xf9\x4a\x51\xab\x65\xf8\x62\xf3\x95\x2a\xad\x96\xe1\x8b\xcd\x57\xaa\xb5\x5a\x86\x2f\x36\x5f\x35\x6b\xb5\x0c\x5f\x6c\xbe\xea\xa8\xd5\x32\x7c\xb1\xf9\xaa\x2b\xad\x96\xe1\x8b\xcd\x57\x5d\x6b\xb5\x0c\x5f\x9c\x1e\xbf\x55\xcd\x87\x30\xae\xc1\xa2\x96\xcb\x30\xc6\x2d\x58\xa5\xed\x32\x94\xb1\x29\xd3\xf6\xf5\x2b\xe0\x8c\x3b\x30\xd6\x7e\x19\xd2\xb8\x07\x2b\xb4\x60\x86\x35\xce\x60\x95\x36\xcc\xd0\xc6\x03\x2e\x49\xd0\x8a\x65\xbf\xc3\x01\x8c\xb5\x63\x81\x38\x21\xb0\x42\x4b\x16\x98\x13\x7e\x5c\xb0\xe0\x1a\x81\x3a\x31\x75\x24\x41\x6b\x16\xb8\x13\xdc\x4d\x11\xed\x59\x20\x4f\x70\x39\xa5\xd0\xa2\x05\xf6\x04\xb7\x53\x92\x36\x2d\xd5\x3e\x4f\xea\xfe\xe8\x29\x86\x14\x6c\xaa\x3c\xa6\x87\xfe\xaf\xf3\xf5\x7b\xe6\x75\xf7\x75\xcd\xd3\x66\xd3\xd5\x06\x9b\xce\xab\x71\xca\xdf\x93\x7a\x99\x17\xdd\x65\x7f\xff\x05\x00\x00\xff\xff\x7c\x8a\x82\xe4\xd5\x05\x00\x00"); -var _gffg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xaf\x65\xb7\x71\x85\xe7\xf7\x57\x9c\xa1\x33\x70\xb4\x37\x59\x7c\x01\x17\x17\x08\x64\x1b\x16\x0c\x27\x41\x14\xc7\x01\x82\x0c\xf8\x14\x1a\x88\x6e\x37\x5a\xad\x81\xff\x7d\x50\xeb\x3b\x96\xe2\x24\x88\x33\x10\x4a\xbd\x9a\x45\x16\x1f\x6b\x55\x91\xfb\xf4\x57\x5f\x7f\xf3\xab\x6f\xde\x3f\x7c\x79\x7c\xf5\x8f\x9f\x3f\xce\x6f\xf7\x97\xc7\xf9\xf0\xbe\x3e\xef\x1f\x3e\xfe\xf8\x79\xee\xc7\xd8\xdf\x7d\x78\x7f\x79\xb9\xc3\x63\x7d\x98\x5f\xfe\xfc\x47\x99\xf9\x7d\xff\xf4\xf2\xe2\xfe\xdf\xfe\xe9\x87\x2f\xfb\xfb\x6f\xde\xcf\xc7\x47\xa4\xdd\xfa\xf1\xd3\xb3\xed\xe3\xf1\xd5\x3f\xed\xef\x3e\xfc\xf0\xe5\xf3\x9f\x1e\xbf\xf8\xbb\xf5\x71\xec\xbf\x79\xac\x7d\x1c\xff\x87\xcf\x6b\x7f\xfe\xf0\xfe\xdd\xe3\x17\xbf\xfb\xf8\x79\xf7\xfb\xa7\xbf\xf8\xf6\xc7\x4f\x9f\xfe\x63\x7f\xbf\xdf\xbf\x3c\x6e\x61\xfb\x7d\xc9\xbe\x7c\xf5\xf5\xef\xfb\xa7\xbf\xef\xdf\xef\xc7\x57\xbf\xfb\xf6\xeb\xef\x7f\xf8\xe5\x1f\x7e\xfb\xf5\x2f\x7f\xfb\xc7\x5f\xfe\x56\x7f\xad\xbf\xfd\x97\xfd\xf9\x87\x0f\x1f\xdf\x1f\xf7\xf5\xb7\xd7\x95\x7f\xc6\xff\xf9\x4f\x9f\xf6\xb3\xbb\x97\xaf\xfe\xf5\x0f\xdf\xfc\xea\xf1\x6f\xf7\xe3\xbe\x1e\x21\xd9\x9d\xff\xfd\x89\xff\xf1\xf7\x1f\xd7\x7e\x5c\xfc\x29\x30\x85\xf9\x71\xed\x1f\x3e\xf5\xb9\x3f\xf7\xf7\xef\xf6\xcb\xe3\xf1\x7a\x5d\x6f\x8f\xc7\xe3\xb5\x5e\x6f\xfe\xa7\x7a\xdb\xfd\xf6\x78\xfd\xcd\xaf\x7f\xf3\xeb\x37\x8f\xf4\xbf\xb5\x7f\xb9\xe9\xe6\xfd\xe3\x97\xb5\x0f\x98\x7a\x78\xbd\xcf\xdb\xa3\x5e\xcd\xdc\xe9\xbf\xfe\xed\xcb\x7d\x5d\xcf\xa1\x3f\xac\xa7\x43\x70\x87\xb2\x9f\x0e\x7f\x1e\xb3\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xb7\x43\x38\x06\x39\xa6\x58\x1c\xc2\x31\xc8\x31\x65\xef\x3e\xe2\x18\xe5\x98\xab\x77\x1f\x71\x8c\x72\x2c\xb7\x77\x1f\x71\x8c\x72\x2c\xe6\xdd\x1b\x8e\x26\xc7\x9a\xbd\x7b\xc3\xd1\xe4\x58\x9b\x77\x6f\x38\x9a\x1c\xdb\xed\xdd\x27\x1c\x93\x3b\xde\xd7\x65\xde\x7f\xc2\x33\x15\xb0\xe2\x03\x24\x5c\x93\xbb\xde\xd7\xd5\x7c\x84\x8c\x6f\xc6\x37\x04\x1f\x22\xe3\x9b\xf1\x0d\xe6\x63\x64\x7c\x33\xbe\xa1\xf8\x18\x05\xdf\x82\xaf\x5d\x3e\x46\xc1\xb7\xe0\x6b\xc1\xc7\x28\xf8\x16\x7c\x2d\xf9\x18\x15\xdf\x8a\x6f\x2a\x3e\x46\xc5\xb7\xe2\x9b\x2f\x1f\xa3\xe2\x5b\xf1\xcd\xd1\xc7\x68\xf8\x36\x7c\x4b\xf2\x31\x1a\xbe\x0d\xdf\x52\x7d\x8c\x86\x6f\xc3\xb7\x5e\x3e\x46\xc7\xb7\xe3\xdb\xa2\x8f\xd1\xf1\xed\xf8\xb6\xec\x63\x74\x7c\x3b\xbe\xad\xfa\x18\x03\xdf\x21\xdf\xfb\xbe\x7d\x8c\x81\xef\x28\x60\xd1\xc7\x18\xf8\x0e\xf9\xde\x77\xf6\x31\x26\xbe\x13\xdf\xd0\x7c\x8c\x89\xef\xc4\x37\xde\x3e\xc6\xc4\x77\xe2\x1b\xcd\xc7\x58\xf8\x2e\x7c\x2d\xfb\x18\x0b\xdf\x85\xaf\x35\x1f\x63\xe1\xbb\xf0\x4d\xc1\xc7\xd8\xf8\x6e\x7c\xb3\xf9\x18\x1b\xdf\x8d\x6f\x2e\x3e\xc6\xc6\x77\xe3\x9b\x9b\x8f\x71\xf0\x3d\xf8\xd6\xe0\x63\x1c\x7c\x0f\xbe\x35\xf9\x18\x07\xdf\x83\x6f\x2d\xe5\xe5\xb5\x5d\xf2\x6d\x97\x7c\xc3\x75\x45\xc7\x32\x58\x01\x0b\xcd\xb1\x0a\x26\xdf\x70\xa5\xf4\xf2\xda\xe0\x6c\xbb\xf1\xbd\xeb\xed\x18\xbe\x37\xbe\xe1\xf2\x31\x60\x6d\xbb\xf1\x0d\x4e\xee\x06\x6d\x5b\xc0\x57\xec\x6e\xf0\xb6\x05\x7c\x45\xef\x06\x71\x5b\xc0\xd7\x9c\xdf\x0d\xe6\xb6\x88\xaf\x08\xde\xa0\x6e\x8b\xf8\x8a\xe1\x0d\xee\xb6\x88\x6f\x72\x8a\x37\xc8\xdb\x0c\x5f\x71\xbc\xc1\xde\x66\xf8\x8a\xe4\x0d\xfa\x36\xc3\xb7\x38\xcb\x1b\xfc\x6d\xf0\x37\x88\xe6\x0d\xfe\x36\xf8\x1b\xc4\xf3\x06\x7f\x1b\xfc\x0d\xcd\x79\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\xbc\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xe8\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x9a\xf3\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x98\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xea\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\xd7\x2e\xe7\x79\x83\xbf\x0d\xfe\x9a\x78\xde\xe0\x6f\x83\xbf\x26\x9e\x37\xf8\xdb\xe0\xaf\xdd\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x8b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x4b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x2b\xce\xf3\x0e\x7f\x3b\xfc\x35\xf1\xbc\xc3\xdf\x0e\x7f\x4d\x3c\xef\xf0\xb7\xc3\x5f\x6b\xce\xf3\x0e\x7f\x3b\xfc\x4d\xe2\x79\x87\xbf\x1d\xfe\x26\xf1\xbc\xc3\xdf\x7e\xf7\x4b\x58\xbd\x55\x15\xfc\x39\x95\xff\x6f\xd9\xbd\xdf\x1d\x17\x64\xd9\x83\x82\xf0\x1d\xc2\x27\x89\x72\x87\xf0\x1d\xc2\x27\x6d\x56\x87\xf0\x3d\x30\x98\x36\xab\x07\x7a\x0b\x3b\xbd\x3d\x6e\x5f\xda\x8e\x04\xf4\xf8\xec\xcd\xa9\xd3\x91\x80\x8e\x04\x24\xa5\xc8\x8e\x04\xf4\x48\x6f\xa2\x4e\x8f\xf4\x26\x59\x08\xd9\x5e\x5e\x3b\xa2\xd0\x11\x85\x14\x5c\xc8\x3a\xa2\xd0\x11\x85\x14\x5d\xc8\x3a\xa2\xd0\x8d\xde\x54\xa5\x74\xa3\x37\x5b\xf1\xed\x11\x53\x75\x64\x25\x21\xde\xbf\xf9\x21\xef\x08\x47\x47\x38\x52\xd4\x9c\x10\x8e\x9e\x9e\xfd\xfb\x01\xec\x08\x47\x4f\xf4\x6f\x7e\x00\x7b\xea\x4f\xac\xbf\x3d\x4c\xdb\x9b\xc6\x25\x64\xb4\xb7\x87\x65\x21\x93\x36\xab\xbe\x3d\xac\x08\xd9\x20\xc7\x11\xad\x18\x02\xd4\x11\xa0\x64\x5a\x09\x04\xa8\x23\x40\xc9\x8a\xda\x11\x43\x26\x86\xa4\xbd\xcb\xc4\x90\xb7\xbd\x3d\x92\x4b\x5c\x47\x92\x3a\x92\x94\x92\x56\x02\x49\xea\x48\x52\x4a\x49\xed\xe8\xad\x3c\x7b\x73\x49\xef\x85\xde\xca\x3e\x6f\x8f\xe4\x44\xee\x88\x54\x47\xa4\x52\xd6\xbc\x11\xa9\x8e\x48\xa5\xec\xc4\xeb\x88\x54\xaf\xf4\x96\x9d\x78\xbd\xf6\x27\x66\x6f\x8f\x9c\xb3\x90\x0c\x92\xdf\x1e\xb9\x5c\x42\x2a\xc8\x71\xc4\x67\x54\x07\x5e\xbe\x47\xd9\xc5\xae\x23\x76\x1d\xb1\x4b\x45\xf3\x46\xec\x3a\x62\x97\x8a\x8b\x67\x47\xec\x7a\x23\x86\xe2\xe2\xd9\x1b\x31\x48\x00\x55\xe6\x74\xe4\xaf\xf7\x67\x6f\x9a\x37\xf2\xd7\x91\xbf\x54\x3d\x95\x75\xe4\xaf\x77\x7a\xab\x51\xbe\xf4\xd6\x4f\x7c\x7b\x40\x68\x04\xb1\x23\x88\xa9\x6a\xde\x08\x62\x1f\xcf\xde\xb4\xc7\x08\x62\x1f\xf4\xd6\x82\x7c\xe9\x6d\x9c\xec\x25\xb3\x9f\x76\x24\xb2\x23\x91\xa9\x69\x06\x48\x64\x47\x22\x53\xd3\x8a\x20\x91\x7d\xaa\xb7\x7c\xb9\xfc\xf7\x49\x6f\xd3\x0f\xdc\x7d\x05\x5f\xdc\xb9\x80\x8e\x20\xf5\x86\x90\x76\x84\x34\x5f\x9a\x15\x42\xda\x11\xd2\x7c\x65\xb5\x63\x84\xf5\x1c\xc1\x13\x74\x47\x48\x3b\x42\x9a\x6f\xcd\x01\x21\xed\x08\x69\xbe\x5d\x34\x3b\x42\xda\x37\xbe\xb7\x8b\x66\x47\x48\x3b\x42\x9a\x83\x22\x46\x48\x3b\x42\x9a\x83\x27\xac\x8e\x90\xf6\x83\x6f\xf0\x1d\x1b\x08\xe9\xb8\x9e\xbe\x1e\xcb\x40\x48\x07\x42\x9a\xa3\x17\x0b\x03\x21\x1d\x17\xbe\xd1\x8b\x85\x71\x75\xb0\x67\x01\x9b\x5f\x5e\x07\xda\x3a\xd0\xd6\x1c\x3d\xbc\x81\xb6\x8e\xfb\xd9\x9d\x6b\xfa\x40\x5b\x07\xda\x9a\xcd\x35\x7d\x20\x9e\xe3\x7e\xd6\x69\xd7\xcb\xeb\x40\x3d\x07\xea\x99\x4d\x11\xa3\x9e\x03\xf5\xcc\xe6\x29\x76\xa0\x9e\x03\xf5\xcc\xc9\xd5\x67\xa0\x9e\xe3\x59\x42\x15\x7b\x79\x1d\xc8\xe7\x40\x3e\x73\xd2\x24\x90\xcf\x81\x7c\xe6\xe4\x15\xcf\x40\x3e\x47\x7c\x76\xe7\x15\xcf\x40\x3e\x47\x7c\x66\xfb\xfa\xf2\x3a\xd0\xcf\x81\x7e\xe6\xac\x49\xa0\x9f\x03\xfd\xcc\xd9\xcf\xf1\x40\x3f\x07\xfa\x99\xb3\x27\xa6\x81\x7e\x0e\x0a\x2d\xcb\xe1\xe5\x75\x20\x97\x03\xb9\xcc\x45\x93\x40\x2e\x07\x72\x99\x8b\xd7\x09\x03\xb9\x1c\xc8\x65\x2e\x2e\x85\x03\xb9\x1c\xd4\x5e\x29\xf9\x56\xa0\x7c\x23\x3f\xbb\xd3\x24\x50\xbe\x81\xf2\xe5\xea\x9a\x36\x50\xbe\x81\xf2\xe5\xea\x65\xdb\x40\xf9\x06\xe5\x58\x4e\xbe\x15\x48\xdf\x40\xfa\xb2\xb2\xeb\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xdc\x3c\xbb\x0e\xa4\x6f\x50\xa1\x15\xf3\xad\x40\xfb\x06\xda\x97\x55\xec\x0c\xb4\x6f\xd4\x67\x77\xae\x91\x03\xed\x1b\x68\x5f\x51\xb1\x33\xd0\xbe\x41\xd1\x56\xa3\x6f\x05\x32\x36\x90\xb1\xa2\x3b\xe6\x40\xc6\x06\x32\x56\xbc\xf6\xfc\x6b\xf9\x7b\xa0\x72\xa3\x3d\x47\xf3\xfc\x3a\x50\xb9\x41\x99\xd7\xa2\xef\x14\x32\x37\x90\xb9\x72\x6b\x8e\xc8\xdc\x40\xe6\xca\xed\x15\xc4\x40\xe6\x06\x32\x57\x74\x53\x18\xc8\xdc\x50\xe5\x17\xae\xe0\x3b\x85\xce\x0d\x74\xae\x04\xcd\x11\x9d\x1b\xe8\x5c\x09\x5e\x23\x0c\x74\x6e\xa0\x73\x25\x78\x3e\x1d\xe8\xdc\x50\x31\x18\x6e\x57\xa6\x81\xd0\x8d\xf9\xec\x4e\x93\x40\xe8\x06\x42\x57\xa2\x17\x09\x03\xa1\x1b\x08\x5d\x89\x9e\x1a\x07\x42\x37\x54\x1f\x86\x70\xfb\x4e\xa1\x6a\x03\x55\x2b\x51\x93\x40\xd5\x06\xaa\x56\xcc\xab\x84\x81\xaa\x0d\x54\xad\x98\xe7\xc6\xb1\xe8\x4e\x25\x63\x88\x97\xef\x14\x42\x37\x10\xba\x62\x9a\x04\x42\x37\xf6\xb3\x3b\x2f\x0a\x06\x42\x37\x10\xba\x92\x3c\x39\x8e\x4d\x77\xaa\x22\x83\x5d\xbe\x15\x68\xdf\x40\xfb\x4a\xd2\x24\xd0\xbe\x81\xf6\x95\xe4\xf9\x7d\xa0\x7d\x03\xed\x2b\xd9\xf3\xdc\x38\x74\x77\xe8\xae\xe5\x97\xd7\x89\x1c\x4e\xe4\xb0\x64\x9f\xc4\x44\x0e\x27\x72\x58\xb2\x27\xf8\x89\x1c\xce\xeb\xd9\x9d\x27\xba\x89\x1c\x4e\xc9\x61\x48\xed\x7a\x79\x9d\xc8\xe1\x44\x0e\x4b\xf1\x49\x4c\xe4\x70\x22\x87\xa5\x78\x86\x9f\xc8\xe1\x44\x0e\x4b\xf1\x4c\x37\x91\xc3\x79\x53\xaf\x55\x7b\x79\x9d\xc8\xe1\x44\x0e\x4b\xf5\x49\x4c\xe4\x70\x22\x87\xa5\x7a\xb2\x9e\xc8\xe1\x44\x0e\x4b\xf5\xe4\x34\x91\xc3\x29\x39\x0c\xa5\xd4\x97\xd7\x89\x1c\xce\xf8\xec\x4e\x93\x40\x0e\x27\x72\x58\x9a\x67\xeb\x89\x1c\x4e\xe4\xb0\x34\xcf\x6b\x13\x39\x9c\x54\x93\xb5\x84\x97\xd7\x89\x1c\x4e\xe4\xb0\x34\x4d\x02\x39\x9c\xf6\xec\xce\xd3\xf5\x44\x0e\x27\x72\x58\x2f\x4f\x75\x13\x39\x9c\x92\xc3\xd0\xbc\x9e\x99\xc8\xe1\x44\x0e\xab\x32\xec\x44\x0e\x27\x72\x58\x2f\xcf\xd7\x13\x39\x9c\xc8\x61\xbd\x3d\xfb\x4d\xe4\x70\x4a\x0e\xe3\x95\x7d\x2b\x90\xc3\x99\x53\x50\x33\x4d\x02\x99\x9b\x92\xb9\x78\x27\x5f\x62\xa4\x6a\x4a\xaa\x62\x30\x5f\x26\xe4\x66\x4a\x6e\x62\x34\x9f\x2a\x24\x9e\x22\x71\xb4\xe8\xe1\x42\xc4\x39\xe6\xf1\x82\x38\xfa\x90\x63\x5d\x82\xdc\xd8\x7d\xab\xd5\xa2\x95\xd7\xca\x31\xb9\x88\xce\xb1\x32\x50\x7e\x7b\xc4\xac\x8d\x19\xab\x08\xda\x59\xc5\xb5\x8f\x38\xf6\x13\x2a\x6f\x8f\xc2\x62\x8c\x5d\x05\x29\x88\xd4\xdc\x11\xfa\x4e\xd1\x37\x66\xad\x2c\x14\x9c\x6b\x3a\xa4\x8b\xff\x5c\x1e\xe3\xd3\x44\xd3\xea\x2c\x42\x5d\xde\x7d\x54\x4a\x99\x8b\xee\x65\x4a\xbb\xd4\x6a\x37\x41\xea\x5e\xd5\xdd\x84\x92\x73\xf7\xf9\xf6\x88\xd5\x85\x60\xee\xbe\x80\x96\xa0\x20\x68\x0b\x92\xa3\xd2\xce\x84\x7c\xf3\x9c\xfe\xf6\x88\x74\x7f\xce\x00\x1a\x82\x82\xa0\x09\xe4\x8e\xcd\x39\xb5\xa0\x19\x26\x36\x4f\x6b\xeb\xea\x01\x28\x38\x64\x59\x50\x14\x34\x8a\x5a\x99\x43\xa3\x02\xd5\x9f\x5b\xf9\x65\xe2\x75\x5d\xbe\x12\x76\xf9\xe2\xac\x4b\x2b\x81\x89\xc5\x25\x6b\x5d\x8b\x11\xd7\xf4\x56\x11\x68\x01\x2d\xdf\x5a\xaf\xae\xd6\xb5\xb6\x20\xee\x3f\x9e\x33\x17\x14\x5e\xb7\x5f\x92\xec\xf2\x4a\x65\xdd\xcb\x80\xec\xed\x61\xd1\xab\x92\x75\xeb\xe2\x84\xb1\xdb\x73\xf7\xba\x75\x26\xd6\xed\xe7\xc0\xee\x48\xab\x0a\x54\xe5\x98\x04\x35\xa0\xae\x56\x38\x0e\x41\xfb\x52\x2b\x41\x9b\x20\xdc\xd8\xad\xe8\xef\x1d\x80\x82\x5f\x45\x2e\x85\xba\x23\x90\x07\x11\xfd\xc8\xad\x7b\x13\x84\x1b\x8b\x95\xbe\x0a\x10\x71\x35\x41\xc4\xb5\x87\x5a\x15\x41\x13\xc8\xd7\xeb\x36\xba\x5f\x40\xbe\x5e\xba\xf5\xad\x7b\x6f\xa0\xad\x56\x40\x47\xd0\x51\xf4\xbc\xa8\xff\x9f\x09\x7b\xdd\x87\xc9\x1d\x4d\xce\x14\xf6\x61\x72\x6e\x2c\x36\x85\x7d\x98\xdc\xd1\x0a\x9b\xf6\xe1\x30\xb9\xa3\xc9\x35\xcd\xe4\x30\xb9\xd3\xd4\x0a\xc7\x0e\xe4\x2b\x6c\x17\x8e\xac\xb0\x1b\xbb\x0d\x47\xe6\x7b\x96\x5a\xe1\xc8\xe4\x74\x18\x74\x1b\x5e\x08\x30\xc6\x6e\x9d\x8f\xc0\xb9\x0d\x7e\x56\xcd\x6e\x20\x03\xca\x6a\x75\x0b\x2a\x40\x0a\xe2\x0e\x82\x06\xd0\x10\x44\xf7\x13\x48\x8b\xee\x5a\xb6\x82\x88\x88\x31\x0b\x74\xaf\xb8\xc2\x20\x08\x3f\x45\x61\x10\x84\x1b\xb3\x20\xc7\x11\x81\x74\xba\x93\xba\x1f\x4f\xc7\xad\xfb\xb8\xe2\x1a\xda\xad\x30\xd5\x57\x51\xf7\x93\xbe\x66\x54\xab\x28\x88\x09\xb9\x31\xa5\xf1\x15\x66\x02\xd2\x76\x14\x5a\x65\x20\xae\xfb\x55\x10\x73\x74\x63\x89\xb8\x26\x73\x9c\x9a\x63\x01\x62\x8e\x53\x71\x05\x4d\x68\x12\x97\x28\x96\x82\xfa\x82\x62\x41\x7c\x4a\x51\xad\xe0\x93\x8c\xdd\x05\xa8\x01\x29\x08\x9d\xc8\x00\x9f\x02\x3c\x17\x9f\x02\x3c\x0f\xeb\xa8\x95\x1c\xb7\x34\x43\xc6\xee\xa2\xf5\x82\x75\x32\xbc\x77\xad\x00\xeb\x64\x2c\x71\x00\x60\x9d\x8c\xe9\xca\xb3\xc2\x66\xbd\xb6\xa2\xcf\x9a\xe3\x26\x7a\x67\x9a\xa5\xac\x20\x36\xa1\x6e\x85\x5a\x14\xea\x26\x54\x11\x31\x11\x2a\x44\x0c\x4e\x2b\x53\xf9\xb9\xc2\x21\x54\x67\x84\xe5\x4b\xdd\x1f\x46\x14\x3b\x32\x67\x15\x76\xc8\xd8\x5d\x35\x47\xd8\x11\xf4\xb4\x92\x39\x00\x87\x20\x74\xc8\x6f\x09\x04\x65\xc1\x8a\x40\xcd\xcf\x2a\xa9\x7d\x99\x94\x25\xa8\x95\xa1\x2c\x86\xb2\x68\xb7\x0d\x65\x31\xd1\x2a\xea\x60\x1a\xb4\x92\x79\xca\x9b\x9d\x05\xb4\x7f\x92\x37\x52\xfd\x4a\x1d\x41\xad\x82\x12\x50\xfa\x49\xde\x92\x1e\x47\x16\xcf\x49\xc8\x5b\x82\x43\x32\x4f\x2d\x4b\x70\x28\x89\x30\x68\x59\x82\x30\x32\xcf\x09\xa5\xae\xf3\x95\x08\xc2\x6f\xcc\x8b\x42\x62\x65\xcf\x36\xa6\x2f\x20\x2b\x93\x6d\x64\xec\xf6\x6b\xe5\xca\x64\x9b\xac\xe3\x6b\xea\x2b\x73\x7c\x65\xec\x2e\x40\x1a\x51\x45\x89\x25\xd1\x9d\xa2\x64\x15\xd8\xe1\xd9\x79\x15\xd8\x21\x93\x52\x52\x2b\xd8\x51\x36\x5b\xeb\xb4\x2a\x1c\x26\x99\x0c\xb7\x0b\x87\x49\x05\x8e\x65\x2f\x17\x17\x05\xce\xaa\x40\x5e\x5b\x2c\x2e\x3d\x4b\x97\x1e\x2b\x3a\xbe\xd4\x3c\x4b\x35\x8f\x55\xb1\x83\x9a\x67\x0d\x71\x5b\x1f\xab\xd6\x80\xdb\x32\x09\xfd\x1a\x70\x7b\x28\xae\xa6\xb3\x3a\x88\x4b\xc6\x5a\x08\x82\x70\xf4\xee\xd3\xe5\xa5\xed\xa2\x9a\x59\xd3\xb7\x36\x5d\x0a\x75\xb2\xb5\x32\x05\x9d\x98\x6c\xed\xc4\x51\xa9\x98\x9a\x67\x2d\x39\xea\x52\xb4\x16\x8e\x32\x49\x85\xe3\x5a\x38\xae\x45\x2b\x5f\x9c\x85\x4e\xc8\xa4\x5b\x54\x58\xa4\xe2\xe5\x84\x49\xb7\xa2\x5f\x10\x46\xa6\x64\xaf\x79\xd6\x3a\x38\x2a\x88\xa0\xe8\xa9\x8c\xd6\xf6\x13\x9d\x82\x08\xb3\x39\xd1\x32\x29\x79\x49\xbf\x36\x27\x5a\x26\x45\xaf\x79\xd6\x26\x77\xc8\xa4\xa8\x93\x43\xb1\xb4\x8e\x6b\x74\x8a\xda\xda\x83\x46\xcb\x14\x6a\x8b\x33\x14\xd7\x71\x19\x4a\xd1\xab\xbf\x75\x90\x21\x99\x14\x73\x10\x14\x80\x8a\xa0\x2c\xa8\x02\xd5\xb7\x47\x32\xd1\xfd\x20\x30\x87\x20\x4a\xf8\xab\xa9\x78\x53\x97\xed\xeb\x68\x74\xaf\xb8\xf6\x75\x9e\xd0\xfd\xf6\xc8\xda\xd3\x7d\x29\x3b\x6f\x55\x49\xc9\x5c\xc2\x37\x55\xd2\xbe\x9d\x7c\xc9\x9c\x75\xfb\x56\xe6\xc2\x24\x55\xa8\xfb\x16\x11\xb7\x8a\x8a\x64\x9e\xb0\x37\x45\x05\x26\xe9\xbb\xc5\xa6\xa8\xd8\xca\xbb\x29\xf9\x7c\x37\x79\x77\x07\x20\xdf\xf9\x8d\x4a\xed\xe8\x1b\x98\xf4\xe1\x61\x47\x6d\x20\xa6\x5c\x97\x5a\x49\x04\xb7\xb4\x2c\xe9\x7d\x73\xa3\x65\x98\x12\x3d\xe5\x6d\x53\x0e\xdf\xd6\x7d\xed\x8a\x2f\xe7\xb6\xde\x80\x9a\xba\xaf\x82\xba\x20\xfa\xd2\x88\x08\xd7\x96\xd8\xa4\x9a\xaa\xa0\x0d\xb4\xf5\x44\x6c\x82\x8e\xa0\x71\x09\xf2\x25\x4c\x03\xc7\x67\xc2\x4e\x82\x22\x50\x55\x2b\x75\x2f\xb1\xc1\x98\x3e\x80\xed\x34\x3a\x50\x57\xab\x26\x68\x00\x49\x92\x02\x90\x56\x35\x79\x0e\x4f\xd5\x73\xd2\x4e\xca\xe1\x18\xb3\xa8\x20\xc4\xf3\x9d\xa6\xa2\xd7\xa6\xa5\x49\xf4\x4a\xc5\x16\x15\xd7\x24\xfa\xa9\x37\x6f\xaf\xc5\x76\x52\x7d\x8d\x31\x5d\x9d\x76\x5a\x4c\xc8\x4d\xaa\x4d\x7d\xad\x00\xa4\x39\x46\x20\xe6\x28\x6e\xd6\xa6\xf5\x12\x37\x31\x66\x51\xd1\xeb\xea\xb4\x93\xa7\xa6\xd4\x74\xe4\xd2\x61\xda\x4a\x2d\xe6\x35\xe2\x4e\x22\x22\x86\x02\x67\xa7\xc3\xb4\x45\xc4\x46\x5c\x87\x09\x51\xc4\x99\x6f\x07\x42\x8f\x31\x73\x5d\xdc\x99\x03\x90\xbd\x88\x4b\xba\x1c\xef\xac\x22\x0e\x63\xfa\xe6\xb0\xb3\xf4\x67\x67\xd7\x9c\xd4\x22\x50\x01\x52\xd2\xf0\x7a\x60\x67\xbd\xd8\xef\x2c\x2a\x34\xd7\xd8\x9d\xa1\x42\xa6\x88\x73\x71\xde\x99\x63\x22\x93\x74\x91\xd9\x99\x63\x92\x55\xd7\x99\xa7\xcf\x9d\x07\x71\x49\x33\x1a\xa1\x72\x4c\x64\xcc\x74\xe4\xf2\x20\xd4\xa1\xb8\x0c\x88\xb8\x94\xb9\x4c\x8b\x43\xe6\xda\xd9\x4f\x4b\x6a\x49\x71\x8d\x09\xa4\x93\x93\x15\x17\x27\x27\xeb\xe4\xb4\xa4\xf5\xe2\xe4\xc8\xd8\x2d\x22\x67\x4e\x8e\x4c\xd2\xc3\xdf\xce\xca\x10\x3b\x4f\xd2\xa7\xa2\x9f\xac\xc4\xd4\x3e\x8a\xc8\x79\x76\x20\x5d\x77\x9e\x8e\x3a\xbe\x59\x27\xa7\x65\x8d\xc8\xc9\xc9\x9c\x9c\xac\x09\x71\x72\xb2\x4e\x8e\x12\xd0\xce\x9c\x9c\xcc\xc9\xc9\x9a\x23\x27\x27\x7b\x41\x98\x5a\xa1\x2f\xa6\xbd\xc4\x21\xd1\x3d\x2f\x82\x58\x5a\x89\xa2\xb5\x5f\xac\x84\xae\x87\x37\xa1\x2e\x56\x62\x69\x87\x0a\x41\xb0\x43\x2a\x1b\x8d\x20\x54\x36\x62\x52\x13\xd3\xf2\xe6\x7c\xa9\x6c\xb4\xa2\xbe\x36\x13\xda\x5a\xd5\x8a\x23\xab\xaa\xf4\x89\x88\xe6\xcd\xaa\xaa\xca\x32\x29\x40\xde\xcc\x51\x55\x96\xbe\x72\xed\xbc\x99\xa3\xb4\xbf\x55\x5a\xb1\xd0\x2a\x2e\x8d\x09\x6d\xa6\xbd\xb5\xf6\x95\xee\x99\xb6\x8a\x4b\x63\x42\x9b\x69\xbb\xc9\x4f\x2a\x20\xc8\x79\x6b\xda\x95\x11\x99\xb6\x4a\x50\x23\xfa\xc3\xb4\x0f\xd3\x96\x23\x89\x42\xc6\xac\x6a\xda\x24\x0a\x99\x67\x0a\xc8\x87\x7d\x94\x6c\xb7\xaa\x20\x90\x6d\x19\x33\x26\x84\x6c\x67\x6a\x57\x0e\xe6\x61\xda\x47\xd7\x56\x69\x74\x3e\x4c\xfb\x68\xb7\x1b\xdd\x33\x6d\xdd\xff\x8c\xe8\x91\x0e\xd5\x62\xa9\xf9\xb5\x75\x53\x8b\x61\x8c\x6c\x55\x50\x80\xa2\xda\xa2\x49\xe5\x8a\x6a\x0b\x8c\x99\x42\x2d\xd0\xbd\x38\xc5\xf3\xe5\x55\xe9\x2e\x24\x0a\x19\x33\xaf\x24\x77\x21\x51\x14\x2e\x7b\xcf\x11\x07\xd0\x90\xe3\xff\x23\x15\x17\xd5\xb1\x18\x6a\xcf\x5d\x90\x91\x82\x8c\xb4\x28\x68\x03\x1d\xf5\x2b\x48\xdf\x58\x31\x66\xca\xe1\x85\x6c\x53\xfc\xe2\xc7\xd7\xb0\x5d\x74\xf1\xc3\xf0\xcd\x7f\x97\x89\xa3\x9b\x7c\xdd\x9a\xc9\xc4\xd1\x4d\xd1\x2f\x21\x76\x99\x2c\x94\x53\x3f\xeb\x33\xda\x2e\x50\x5f\xc6\x4c\xda\x5f\x26\x0b\x85\x1a\x34\xfa\xaa\x40\x5d\x8e\x8a\x0b\xea\x17\xae\x87\x12\x7a\x0a\x60\x4c\x56\xbd\xb8\xcb\x64\xda\xaa\xaf\x93\x97\x57\xbb\x90\xa6\x64\xf2\x15\xb4\x35\xa4\xa9\xa2\x9c\x94\x58\x09\x72\x52\x71\x19\xc9\xfa\x8d\xc0\x2e\xc8\x88\x8c\xa5\x4b\xdb\xac\xd7\x9c\x5d\x96\xfa\x52\x62\x2c\xeb\xd9\x97\xae\x87\x97\xba\x87\xe7\x2a\xcc\xf3\xa5\x04\x44\x61\x8e\x31\x7d\xaf\xda\x14\xe6\x98\x7c\x49\xd5\x0b\x0c\x96\xb1\x74\x6b\xbd\x60\x70\xf1\xd3\x9d\x2f\xb1\xae\x9c\x27\xe4\xa4\x2e\x2c\x21\xa7\x5b\x45\x3e\x1f\x1d\x37\x45\xfe\xae\x5b\x8e\xd2\xb2\x4a\x5f\x95\x7b\xa5\x54\xbd\x42\xfd\xea\x74\xcd\x7a\xba\xd9\x15\xba\xca\x58\x52\x02\xaa\xd0\xb5\xf2\xea\x52\x69\x15\x80\xb2\x1c\x8b\x20\xba\x17\xeb\x92\x72\x52\x25\x2e\x99\x7c\xfb\xad\x65\x57\x58\x27\xc3\x65\x6d\x57\x58\x27\x93\xef\xe7\x88\x03\x48\xbb\x9d\xb2\xa0\x09\xb4\xd4\xca\x04\x6d\x20\x5d\x9d\x54\xb1\x71\x91\xd9\x4d\x5f\xc5\xf5\xb8\xb6\x1b\x44\x94\xb1\x24\x65\x69\xe4\xdd\x26\x8a\x21\xe1\x0d\x0e\xc9\x70\xe7\xda\x0d\x0e\xb5\x49\x2b\xf5\xc5\x91\x93\x31\xfd\xfc\x6a\x37\x8e\x5c\x63\x25\xb4\x1d\x8d\x95\x90\x29\x08\x57\x63\x25\x74\xc1\xca\xfa\xbc\xb3\xb9\x60\xed\x2e\x0e\x05\x1d\x80\x3e\x9f\x90\x17\xd0\xfa\x55\xd4\xee\x70\xa8\xeb\x4a\x17\xa4\xc4\x9d\x93\x23\x63\x7a\x54\xde\x9d\x93\xa3\x8f\xe9\x39\xde\x72\xd4\xad\x05\x63\x77\x05\xc2\x51\xa1\x46\x11\xa6\x13\x6a\x67\xd3\x54\x23\x76\x42\xed\xbe\xf6\x39\x06\xa0\x09\xa4\x69\x4b\xd5\x3b\xf5\x93\x4c\xd6\x6f\x44\x76\x67\x3b\xb8\x31\xea\x19\x7b\x73\x63\xdc\xa3\x2b\xae\x68\x82\x0c\x48\x54\xa8\x40\x09\x48\x71\xa9\xa4\x1a\x6c\xda\x60\xd3\x6a\x16\x54\x81\xaa\x5a\x35\x41\x0d\xa8\xa9\x55\x15\xd4\x81\x54\x35\x3c\xbb\xd7\x61\x1a\x5e\xd4\xe4\xa8\x43\x3e\x28\x8d\xc7\xd0\xf9\x6a\x40\x13\xc8\xd5\x44\x2f\x12\x7b\x50\xe0\xc8\x58\x6a\x9a\x90\xde\xc5\xf6\xd0\xa6\x45\x9d\xaf\xc1\xa6\xc9\x98\x3e\x1e\xef\xc1\xa6\xc9\x58\x92\x62\x8e\x19\x81\x92\x1c\x15\x3d\x5a\x38\x24\x7c\xa9\xd1\x17\x73\xd4\x91\xd3\xfd\x6d\x0f\x8e\xdc\xe0\xc8\x35\x1c\x89\x4b\x92\xa6\x2b\xdd\x1e\x48\x9a\xbe\x37\x58\x16\xad\x06\x95\x91\x0c\x4f\x06\x7b\x20\x69\xfa\xde\x90\xf5\x51\x7b\x8f\xc5\x88\x7a\x17\xd3\x2b\xc2\x1e\x94\x41\xba\x9a\xf3\x4d\x7f\x73\x35\xdf\xba\x87\x67\xfd\x3c\x71\x73\x0f\xc7\x58\xbe\x4d\x50\x01\x2a\x82\xb2\xa0\x0a\xd4\xe4\x08\xd4\x81\xba\x5a\x55\x41\x03\x68\xab\x15\xd0\x01\x3a\x2a\x2e\x7d\x42\x93\x6c\x35\x55\xf4\xe6\x00\x14\x80\x82\x76\xbb\x08\x8a\x40\xbc\x81\x04\x41\x09\x48\x2f\x5e\xba\x41\xcd\x41\xf4\x5e\xfb\xf2\x52\xb2\xe7\x20\x54\xd5\xc1\x7a\x29\xd9\x93\x3a\x58\x26\x5b\xc8\x7f\x99\x8a\x4b\xfa\x1f\x99\x78\x72\xae\x64\x2c\x8b\x3b\x93\x2b\xd7\xf4\xec\x99\xb9\x98\x4d\xb2\xa7\x7e\x5e\x62\x39\x2a\x44\x4e\xcc\x9c\x8a\xfa\x09\x11\xb5\x9e\x4d\xb3\xb8\x33\x39\x31\x32\x96\x75\x69\x99\x64\xcf\xe9\x07\x27\x73\x0b\x9b\x93\xa8\x29\x9c\xc5\x8a\x49\xf6\x9c\x8b\xee\x15\xc4\xa2\xfb\x45\xf7\x6a\x45\x95\x3c\xd7\xcf\x25\xde\xa4\xb2\x9d\x4b\x6f\x45\xe2\xce\x24\xe3\x4d\xcf\x72\xd9\x24\xc4\x93\x32\x56\xc6\xb2\x32\xde\xa4\x8c\x9d\x4a\x82\x26\xa2\x4c\x92\xa0\x8c\x65\xc3\x91\x20\x94\xa5\xb8\xa1\x4c\xb2\xd4\x54\x96\xca\xa6\x09\x91\xa5\xa6\x74\x8b\xda\x70\xa2\x5b\x93\xe7\x49\x42\x3d\xcf\x56\xda\x2c\x55\xc9\x93\xcc\x22\x63\x99\x43\x44\x66\xd1\xf3\x51\xa6\x4a\xe6\xf9\x68\x2f\x3d\xcb\xeb\x3d\x6c\x2f\x44\x6a\x79\x81\x9b\xf5\x33\xd1\xbd\x78\x6a\x90\x49\x51\xd9\x73\x51\xec\xea\x15\x28\x93\x2a\x79\x05\xda\xdb\xaf\x0d\x39\xe9\xa2\xb1\xf5\xa6\x8c\xc9\x14\x59\x9b\x2b\x84\x9e\x7c\x32\x47\x8d\x27\x9f\x7d\x80\x9c\xf9\x87\x17\x96\x73\xf1\xeb\x2d\x5f\xc2\xc3\xdb\xc9\xd1\x7b\x47\xae\x3e\xa1\xc3\x7b\xc7\x09\xd2\xad\xe6\xab\x7a\xf4\x90\xff\x34\xa9\x78\x99\x72\x78\xcf\x3f\x7a\xc2\xcd\xcd\x2f\x1a\x27\x68\x71\x30\xa9\x14\xb5\xd2\xe2\x1c\xbd\x9d\x94\xcb\x4f\xe1\xe1\xed\xe4\x44\xe7\x5e\xb9\xfc\xc8\x9d\x38\x9e\x90\xca\x01\xaf\x59\x4f\x14\x0f\x4f\xc4\xd1\xb5\xe6\xf0\x76\x72\xcc\xf5\x81\xdf\x4c\x1c\x93\x3e\x60\xb2\xb9\x36\x1f\xbd\xa3\xbc\x1e\xf3\x85\x2e\xb7\x1f\xdf\x63\x5a\x68\x4c\xce\xb4\xd2\x42\x1f\x3d\xa7\x14\xfd\xe0\xe9\xf0\x9c\x72\x12\x50\xf0\x20\xb8\xac\x1f\x5d\x1b\x8a\x7e\xc6\x74\x74\x77\x78\x1a\x0b\xbe\x8f\x87\x2b\x04\xa6\xc4\x56\x05\x65\x20\x85\x1a\x69\x55\x80\xb6\x5a\x39\xc4\x4d\xe0\x14\x97\x0c\x7e\x03\x71\x8a\x24\x03\x63\xc1\x80\x9a\xa0\xa9\x56\xd1\x77\x88\x6a\x16\x63\xc1\xe5\xfa\x94\x49\x2b\xd7\xe6\x62\x7e\xc8\x0f\xe5\x26\xc6\x94\xa5\x0e\xe5\xe6\x51\x59\x57\x74\xcb\x3f\x94\x75\xa7\xfa\xf9\x2a\xa6\xe8\xab\xce\x17\xa6\x24\x6d\x6d\xd5\xf9\x3a\x2a\xeb\x8a\xca\xa7\x43\x59\x87\x49\x57\x95\xe3\xa1\xaf\xe7\xef\xf9\xbc\x15\xe5\xd3\x79\xfe\xc4\xcf\xf3\xe2\xa1\x4c\xc1\x14\xfd\x4a\xe9\x74\x5d\x80\x30\x31\x39\x6b\x4f\xd7\xf7\xd7\xa3\x9a\xa4\xb0\x69\xd4\x24\x98\x28\xba\x9f\x2e\x6e\x1f\x55\x08\xa5\x38\x87\x0e\x15\xc2\x19\x40\xce\xc7\x43\xb2\x39\x4a\x1d\x45\x3f\x03\x3c\xca\x1f\x4f\x13\xeb\x4d\x2b\x1d\x5f\x11\xb9\xe8\xf7\x49\x07\x22\x1f\xf1\xb1\xb4\xfc\x97\x37\x27\xff\xff\xef\xfb\xa7\x97\x9f\xfe\x29\xd2\xfc\xf1\xf3\xe7\xfd\xfe\x45\xff\xf0\x49\xff\xd4\xe8\xb1\xf6\xf9\xf0\xbe\x7f\xfa\x47\x54\x9f\x3e\x7e\x72\x2f\xfd\xf7\x9f\x01\x00\x00\xff\xff\xf8\x60\xf3\xef\x70\x35\x00\x00"); -func _eegf ()([]byte ,error ){return _c (_gffg ,"KSCms-UHC-HW-H")};func _de ()([]byte ,error ){return _c (_gdb ,"Adobe-CNS1-1")};func _cfe ()(*asset ,error ){_fggf ,_ebeg :=_caa ();if _ebeg !=nil {return nil ,_ebeg ;};_gfcg :=bindataFileInfo {_dae :"B5pc-V",_fb :624,_ae :_be .FileMode (436),_g :_a .Unix (1580491499,0)}; -_gbce :=&asset {_dd :_fggf ,_ef :_gfcg };return _gbce ,nil ;};func _adb ()(*asset ,error ){_gaef ,_bbb :=_gfec ();if _bbb !=nil {return nil ,_bbb ;};_aadg :=bindataFileInfo {_dae :"Adobe-KR-6",_fb :1493,_ae :_be .FileMode (436),_g :_a .Unix (1580491438,0)}; -_gdga :=&asset {_dd :_gaef ,_ef :_aadg };return _gdga ,nil ;};var _ceca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xeb\x2f\x3b\x92\xa0\xb7\xbf\x9f\xe2\x2c\xc7\x8b\x71\xa7\xa4\xd0\x1b\x14\x17\xcc\x8c\x1b\xf7\xc0\xd8\xc6\xed\xb1\x0d\xc6\x8b\x7c\x6d\x0a\xdc\x55\x45\x75\xcd\xa2\xbf\xbd\xd1\xf3\xe8\x54\x1b\x63\xb8\xb5\x7a\xce\x5f\x27\x53\x3f\x29\xa4\x54\x84\x42\x21\xe9\xef\xfe\xc3\x3f\xfc\xc7\x7f\xf8\xc3\xef\xff\xf2\xe3\xef\xfe\xe7\x3f\xff\xf1\xfe\xc7\xf7\x2f\x3f\xbe\xdf\xff\xe1\xf9\xf3\xfb\x2f\x7f\xfc\xaf\x7f\xbe\xdf\x1f\xd7\xfb\x4f\xbf\xff\xc3\x2f\xbf\xa4\xfc\xe3\xf9\xfd\xfd\x97\x9f\x7f\x82\xfb\x9f\xcf\x3f\xfd\xf2\xcb\x7a\xff\x1f\xff\xf5\x5f\xfe\xf2\xfe\xf3\x3f\xfc\xe1\xfb\xe3\x8f\xe2\x73\xcf\x7f\xfd\xd3\x7e\xf6\xc7\x8f\xbf\xfb\x5f\xde\x7f\xfa\xfd\xbf\xfc\xe5\xcf\xff\xfa\xe3\xdf\xfd\x77\xcf\x1f\xaf\xf7\xbf\xf9\xf1\xbc\xdf\x4a\xff\x9f\xfe\xfc\xbc\x7f\xfe\xfd\x1f\xfe\xe9\xc7\xbf\xfb\x4f\xe7\x9f\xce\x3f\xa4\xbf\xfe\xc7\x3f\xfe\xd7\x3f\xfd\xe9\xff\x7e\xff\xf9\xfd\xc3\x5f\x7e\x04\x69\xef\x1f\x1e\xf8\xcb\xdf\xfd\x87\xff\x7c\xfe\xe9\x7f\x3c\xff\xf9\xfd\xf1\x77\xff\xe5\x0f\xbf\xff\x4f\xff\xf0\x8f\xff\xfe\xbf\xfc\x87\x7f\xcc\xff\xfe\x7f\xe0\x7f\xf9\xcf\xff\xed\xfd\xf3\xbf\xfc\xfe\x8f\x7f\xf8\x91\xf2\x7f\x7b\x1c\xed\xdf\xd2\xff\xd7\x7f\xfd\xd3\xfb\x23\xed\x5c\xfe\x8f\xff\xf2\x0f\xff\xf1\xc7\xff\x99\x7e\xa4\xe3\x47\xae\xa5\xb6\xff\x6b\xa7\xff\xef\xff\xf9\x8f\xcf\xfb\xe3\xf0\xaf\x6c\x0d\xee\x3f\x3e\xef\xbf\xfc\xe9\xbc\xdf\x3f\x9f\x7f\xf8\xa7\xf7\x97\x1f\x3f\x7e\x77\x1c\xc7\xf1\xeb\x8f\xdf\xfd\xc7\xfe\xf7\x7f\xff\xeb\xfa\xfb\xbf\xf7\xef\xbf\xff\xfb\xf5\xf7\xfb\x87\xe7\xff\xf3\xc6\x2f\xc9\x8c\xfe\xf0\xc7\xbf\x3c\xef\x67\xda\xcf\x3c\x8e\x23\x7d\xbf\xfe\x48\xeb\xad\xff\xf7\x7f\xff\x92\x8e\x63\xff\xfa\xef\x9f\xbf\xbe\x91\x7d\xa3\x5e\xeb\x8d\xf5\x8f\xdb\xbf\xef\x5f\x7f\xcc\x4e\xc2\x43\x42\x7f\x7f\xfd\xd1\xf2\x4a\x38\x13\x09\x67\xf9\xf5\x47\x3a\x78\xe7\x0c\x53\x62\xa5\xf0\xd2\x59\x4d\xa9\xbf\xfe\x68\x3e\xd2\x4c\x68\xbf\xfe\x98\x93\x84\x6e\x42\xff\xf5\x47\xcf\x07\x29\xc3\x94\xf1\xeb\x8f\x16\xe6\x32\x4d\x99\xbf\xfe\x48\xd5\xdf\x3e\x4d\x39\x7f\xfd\x91\xc2\xb7\x2e\x53\x56\xf9\x0f\x73\xb6\x06\x0b\xa9\x16\x52\xac\xc2\x42\xaa\x16\xe7\x35\xe5\x5d\x29\x41\xca\x67\xca\x92\x5c\x26\x9f\x4b\xc9\x2c\x74\x6b\x75\x59\xf3\x85\x36\x79\xeb\xca\xa6\x2c\x59\x54\x9f\x51\x16\x0b\x2d\x2a\x29\xca\x62\x21\x55\x73\x56\x18\x0b\xbd\x0f\x52\x94\xc6\x42\x4a\xe6\xa3\x34\x16\x52\xf1\xb7\x94\xc6\x42\x6a\xd4\xfd\x52\x1a\x17\xd2\xf0\x19\xa5\xb1\x90\x32\x75\xbf\x94\xc6\xb5\x6a\x6a\x53\x5c\xd6\xf4\xa2\xa6\x6d\xa5\xdc\xd6\xf4\x5e\x25\x6c\xe4\x73\x5b\xc2\x85\x54\x28\xf3\x6d\x09\x9f\x95\xd2\xf9\xf5\x67\xa7\xf4\x25\x0d\x6a\xfa\x58\xe6\x85\x14\xb4\xd7\x63\x99\x9f\xf5\xeb\x83\x7a\x3d\xfe\xfa\x42\xaa\xe4\xf3\xfa\xeb\xef\xfa\xf5\x49\x99\x5f\x7f\x7d\x21\x29\xc3\xd7\xdf\xfa\x56\x8a\xfd\xe7\xdb\x29\xfc\x3a\xb5\xf8\xfc\xf5\x8f\x5f\x47\xaa\x9f\xbf\xfe\x7d\xbf\xfe\xc8\x69\x3d\x93\xfc\x3e\xc0\x2c\xcd\xa4\x64\x52\x22\x69\x49\x28\x25\x5a\x15\xcc\xd2\x26\x49\xc5\xa4\x42\x52\x90\x74\x9a\x74\xae\x24\x04\x90\xd2\x65\xd2\xf5\xeb\x8f\x19\xf4\x99\x94\x29\x27\x48\xf9\x98\x99\xb4\x61\xda\xe0\xb1\x83\xa4\x69\xd2\x5c\x49\xc9\xa7\xcc\x3f\x93\x7f\x33\x33\xf3\x5f\x98\x85\xaf\x31\x15\x8b\xbf\x90\x82\x0a\x85\x29\x41\x0a\xf5\x09\xeb\xb3\x90\xf8\xb2\x52\x98\x51\x50\xd0\xe2\x6b\xb7\x49\xeb\xc3\x2f\xb4\x70\x8a\xc7\xa4\x87\x9f\xa3\x86\xd5\xac\x2a\x59\x15\x52\x94\xcc\x42\x0a\x64\xd5\x14\xf2\x42\xa6\x13\xa6\x66\x91\x16\x72\xa6\x00\x4d\x11\x34\x45\x40\xd6\x4d\x11\x34\x45\xe0\x53\x8a\xa0\x29\x82\x41\x92\x25\x6f\x8a\xc0\xdc\x5f\x93\x5e\xf2\xa2\x6d\xda\x67\xd2\x47\x5e\xd4\xaf\xfb\x8b\x0b\x39\xf3\x50\xb7\x7a\x0b\x39\x53\x84\x6e\x4e\x0b\x99\x41\x20\xf9\x69\x80\x69\x82\x2f\xdd\xc8\x84\x41\x20\xdd\xbe\x75\xfb\xfb\xfc\xd8\xed\xef\x2f\xcc\x32\x29\xf8\x63\x4e\x0b\x33\x12\xf2\x7d\x14\xcb\xc2\x0c\x86\xd2\xf4\x28\xdf\x85\x19\x89\xea\x3d\x0a\x78\x61\xc6\x61\x52\x98\x14\x3c\x45\xd1\x3f\xcb\xb5\x30\x23\xaf\xbc\x72\x25\x7b\x30\x23\x0d\x92\xc2\x24\x5e\xa4\x6d\x72\x9d\x26\x21\x76\xc6\x83\x5c\x4f\x93\x4e\x92\x26\x49\x97\x49\x76\x98\xd5\xf3\x72\x67\x5c\x03\x33\xca\x6a\xaf\x3c\x28\x2a\x98\xc1\x08\x90\xc7\x6d\xd2\xcd\x53\x14\x62\x52\x47\x30\x83\x1e\x9a\x15\x4e\x56\x38\xf4\xab\xe2\xa7\x0a\xe8\x7a\xc5\x0f\xb5\x1c\xab\xeb\xd1\x89\xca\x51\x4c\x59\x3f\xe7\x23\x61\x42\xfc\x1c\xc4\xcb\x51\x4d\xa9\xab\x45\x1b\x29\xcd\x14\x06\xd6\x83\x94\xd3\x94\x35\x8c\x16\x7f\xfb\x32\x65\x0d\xa3\xa5\xa2\x7e\x7f\xaa\xcc\xff\x5f\x2d\x5a\x8e\xdb\x17\x96\xce\x41\x14\xc5\xef\x1e\x38\x7e\x17\xbf\x7a\x90\xf8\xe4\x4a\x41\x10\x80\x21\xa5\x14\xcb\x56\x18\x76\x97\xac\x8a\x5f\x0e\xe8\x95\x94\x69\xca\xd2\xc2\xe9\x48\x4b\x7a\xe5\x54\x0e\xe8\xc9\x23\xf3\x94\xaa\xaa\xdc\x3c\x55\x10\xce\xed\x53\x37\x4f\xa1\x4e\x8b\x62\x07\x6b\x70\x42\x1a\x76\x4a\xb0\xd2\x28\xe8\xa3\x3c\x9e\xcb\xb4\x95\x5d\xd8\x1c\x20\x1d\xb4\x50\x24\xb2\x8b\x54\xf9\x85\x49\x12\x35\x8a\x42\x12\x03\x6e\x58\xc9\x88\x0f\x8d\xcd\x53\xf6\x54\x90\x0e\x3e\x97\xb0\xc3\x81\x3d\x6e\xa6\x17\x5d\x26\x66\x59\xd6\x49\x7a\xaf\xc7\x24\xba\xfd\xd2\xff\xf9\x58\x1d\x64\x23\x97\x44\x4a\x31\xa5\xfc\xfa\xa3\xad\x06\xce\x07\x25\x15\x6d\x8d\xa3\xf9\x48\xc9\x14\x46\x4d\x12\xcc\x66\x21\xed\x14\xb3\x59\xf8\x99\x12\xa6\xc4\x6e\xaf\x7c\xac\xba\x6f\xb4\xc6\x8f\x23\x01\xd1\x96\x00\xf2\x91\x86\x29\xf3\xd7\x1f\x6d\x0d\xb4\xf9\x40\x95\x88\x94\x4d\xb9\x4d\x79\xd6\x33\x16\xf0\x35\x65\xa9\xd2\x4c\xce\xd9\x4a\xe4\xd5\x37\x3a\x39\x67\xcb\x9c\x29\x33\xc2\xc8\x96\x27\x53\x1e\x53\x2c\x4f\xa6\x3c\x94\xb9\x98\xcf\x42\xf7\xb7\x8a\xf9\x94\xb2\x4c\x1f\x9f\x99\xa6\xac\x12\x26\x4a\x58\x2e\x53\xae\x5f\x7f\xf4\x82\x34\x8a\x65\x5e\x48\x39\x25\xca\x58\x2c\xf5\x42\x59\x63\x6c\x3e\x42\x99\x05\xc6\x22\xef\x85\x79\x2f\xac\xf7\x28\x41\xb7\x4c\x1d\x45\xdd\x3b\x49\xbe\xd8\x27\x49\x94\x6a\xf8\xd4\x20\x69\x90\xd9\x69\x21\x4e\xfa\x48\x25\xe9\x79\x48\x5a\xe8\x7d\xc9\x40\x33\x40\xa4\x34\x6a\x25\xad\x98\xb6\xea\x4c\x0d\x13\x63\x87\x58\x4f\xf9\xe6\x34\x6d\xfe\xfa\x63\x94\xc3\x17\x4f\x93\x4e\x92\x82\xa4\xcf\xa4\xef\xaf\x9d\x37\x6b\x41\x88\x71\x20\x8a\x64\xd7\x00\xbd\xf9\x9b\x99\x6e\x08\xc6\x61\xc1\x6c\x54\x90\xd7\xc7\x9d\x93\x4d\x08\x66\xd9\x0f\x5d\x26\xad\xd6\xe8\x4b\xf2\xa9\x58\x7a\xbe\xbc\x25\xa2\x95\x56\x2d\x03\xc3\x7f\xe9\xbc\x58\x7d\xb1\xbe\x24\xf1\x66\x53\x3a\x4b\x11\xf7\xea\x53\xcd\x3a\x2e\xad\x3b\xb2\x85\xb7\x85\xd2\x6a\x8e\xb1\xab\xd8\x7d\xaa\xf3\xd4\xa4\xa8\x5d\x49\x2c\x8c\xb2\x94\x57\x4e\xd3\x17\xd7\x38\xd6\xd7\x58\x99\xd3\xb4\x86\x0b\x7d\x8d\x8c\x39\x4d\x0b\xba\xd0\x0b\x45\x9f\x61\x0a\x43\x7b\x3e\x28\xe8\xb4\x8a\x93\x2a\xe6\x44\xb1\xa6\xb2\x99\xdd\xe7\x68\x8e\x39\x4c\x9b\xa6\x51\xd6\xdb\xfc\x96\xcd\x3b\x8a\xb2\xbf\x7d\x75\x61\x14\xc6\x92\x74\xdf\x26\xdd\xbe\x49\xd9\x1e\xcb\xef\xa0\x99\x0f\x5e\x7d\xac\xc1\x42\xaf\xe4\xff\x98\xff\x42\xaf\xd4\xfb\x35\xfb\x85\x71\x24\x93\xba\x49\x9d\x24\xde\x7b\x2d\xeb\xc2\x38\x18\x65\xd2\x6b\x9f\x7b\x91\x34\x9f\x55\xb6\x03\x83\x4e\x27\xcf\x8e\x7a\xa0\xd3\x55\xb3\x1d\x1a\x74\x3a\x49\xb6\x43\x83\x94\xd3\xf0\xbd\x6e\xda\x9a\x87\xad\x59\x45\xce\xc7\x30\x65\xfc\xfa\xa3\x87\xbf\x76\x9a\xe2\xf0\x34\x4d\xbb\x4c\x5b\x1d\x6e\x69\xfa\x9c\x1d\x41\x41\x6f\xf4\x91\xec\x18\x0a\xda\x32\xed\x73\xf6\x2b\x00\xeb\x5b\x1f\xa4\x99\xfd\x42\x6f\xbf\xad\x6d\x73\x4e\x8f\x2f\xac\x0f\x7a\x19\xc6\x39\x3b\x38\x82\x7e\xf8\x43\x9f\x29\x1f\xa5\x41\x20\x8e\x97\xa0\xd7\x46\x8a\x02\x71\x74\x34\x45\x71\x64\x2a\xef\x5b\xd3\x94\xf5\x35\x04\xe5\xcd\x96\x77\xa1\x07\x3f\xef\xd7\x97\xf3\xbd\x7e\xcc\xb7\x2c\xe2\xc2\x48\x13\x61\x64\xcb\xb8\xd0\x5b\x46\xf8\x85\x4e\x02\xfa\x61\x8a\x25\x5a\xe8\x8c\xce\xd9\x51\x15\xb4\x46\x46\xc5\xbc\x0b\xd5\xa7\xd4\xa1\x54\x43\xa9\xa2\x41\x72\x55\xf6\x0b\x1d\x15\x97\xfd\xae\x41\xe3\xeb\xcc\xcd\x26\xc3\xba\x40\x5b\xe5\xd6\x4c\x59\xdd\xe1\x30\xc5\xda\xae\x4f\xbf\x37\x44\xdb\xcd\xb9\xef\x5f\xe3\xa9\x61\xda\xb2\xfc\x7a\x50\xca\x61\x4e\x63\xe5\x14\xbc\xe7\xe7\x9a\xe7\xee\x7e\x94\xc0\xcf\x15\xac\x34\x6a\x33\x6d\x03\x3f\xe1\xc4\xc8\x95\xfd\x84\xc1\x4a\x43\xea\x53\x39\x2c\xfc\xdb\xbb\x0a\x79\xaa\x25\x27\x92\x38\xad\xf7\x79\xf8\x1c\xa5\x3b\x2d\xcb\x42\xaf\xe4\x76\xd9\x61\x2e\x3a\x4c\xe1\xc5\xd7\xcc\x16\xfa\x98\x3c\xf5\xfa\xd4\x82\xda\x53\x3b\x55\xfc\xfc\xa8\x8a\x1f\x15\x58\x03\xd3\xaa\x41\xf1\x5b\x00\x58\x72\x39\x02\xc9\x82\xf5\x2d\xac\xf2\x87\x6d\x14\xdd\x8f\x76\x15\x35\xd4\x7b\x31\x18\x24\x18\xa1\x63\x20\x8d\x58\x23\xe9\x38\x68\xdc\x98\x74\x93\xb8\xd6\x78\xa6\x0e\x0d\xdc\x0c\x39\x6e\x0c\xad\xc2\x30\x1a\x0e\x5e\xf1\x62\x04\x16\x46\xa1\x78\x2d\xc7\xc2\x60\x6a\x94\xab\x95\xaa\xc1\xd7\x8d\xce\xac\xd5\xa4\x85\x91\x6b\x22\xe9\x35\xe9\x25\x69\xfd\x66\xb5\x47\x81\x91\x19\x99\xaa\x1d\x08\x8c\xcc\x50\x58\xdb\x63\x12\x2f\xf2\x09\x55\x66\x6c\x62\xe4\xba\xc4\x5f\xd5\x30\x60\x64\x3e\xc6\xda\xcd\x7e\x89\x67\x64\x7a\x6c\x1d\x26\x2d\x91\x8c\x4c\xbb\xd5\x31\x4d\x9a\xbc\x48\x21\x86\x85\x18\x14\x82\xee\x58\xc7\x65\x12\xda\x8a\x21\xac\x32\x59\x11\x23\x87\xd9\x5b\xd4\x85\x91\xc3\xec\xad\xf6\xa0\xf4\x88\xb5\x0e\x4b\x3f\x28\x3d\x96\x60\x55\x61\xd5\xd5\xdb\x47\xe6\x93\xa8\x76\x44\xd0\x19\x92\xea\x69\xe1\x17\x3a\xba\xbd\x9e\xd9\x94\xcc\x60\xef\x6b\x96\x1d\xa7\x57\xde\x3f\x78\x5a\x78\xdc\x5e\x39\xa3\x46\xeb\xe5\xab\x17\x6a\x94\xc2\x5f\xc5\x14\xd4\x28\x65\xb7\x4f\x80\xf5\x7d\x90\x3f\xce\x27\x31\x8e\xe4\x63\x0a\x62\xa1\x63\x31\xd7\x4b\x39\x2c\xf4\x82\xb0\x6e\x6b\x73\xdb\xf1\x27\x62\xbe\xad\xcf\x8d\xf9\x82\x0a\xad\x6a\x55\xd0\x33\xe5\xbc\xfd\xbd\x1b\xd7\x5f\x23\xc5\x06\xbb\x69\x30\x4b\x70\x5b\xc1\x85\x9e\x29\x81\xba\x18\xa4\xa3\x1e\x96\xc1\xa6\x58\xe8\xa8\x9c\x7a\xdb\x12\x0b\xdd\xbe\xfc\x2a\x96\x97\x3e\xc3\x27\x55\x5f\xdb\x66\x61\x64\x3e\xc6\xfa\x56\x93\x68\x2e\x46\x84\xaa\xc2\x06\x29\xef\xce\xec\xf7\x0f\xb4\x25\x9b\x9f\x4a\x3b\xc8\x9e\x06\x6b\xea\x59\xd0\x73\x26\xa5\x99\x82\x10\x12\x29\xaf\x29\x2f\x86\xde\x92\x42\x73\x84\x00\x3f\xc7\xa9\xe6\x3c\xa0\x25\xba\x1f\x03\x7b\x53\xd7\x81\xe1\xd8\xd2\x54\x76\x60\x64\x7f\x31\x2c\x56\xe0\xbd\x24\xfb\x30\xfb\x85\x8e\xe5\xda\x1c\x6c\xc0\xc8\x29\xfd\xb6\xe6\x6d\x7e\xde\x60\x1c\xa9\x93\x64\xb6\xcd\x0e\x4b\x71\x5a\x31\x49\x91\x14\x92\xc2\xa4\xe0\xa9\x41\x92\x52\x6a\x48\x9c\x11\xab\xa9\x7d\xc0\xc8\x18\x3f\xad\x75\x93\xec\x9c\x54\x04\xdf\x51\x6e\x6d\x6a\x8e\x98\xd9\x69\xda\xd2\xc9\xdd\xca\x29\xb9\xe6\x6c\x04\x33\xad\x39\xee\x80\xde\xcd\x5e\xc9\x35\xda\x73\x95\xb4\x6b\x48\x75\xdd\x0c\x89\x79\x55\xd7\x42\xe9\xce\xcf\x1c\x18\x7a\xa5\xac\x60\xf5\x8e\x55\xf1\xde\x4d\xeb\x34\x0d\x0a\xa9\xfb\x85\x83\xa1\x01\xf9\xe2\x25\x11\x29\x9c\x44\xbc\xa3\x9a\x56\x99\x49\x56\x9f\xeb\xa6\x75\x1c\x79\xfb\xb9\x69\xda\xe4\xdd\xfd\xdc\x65\xda\xc5\x73\x7c\x3e\xaf\x23\xd9\xbb\x86\xad\x54\x06\x9f\xf0\xeb\xb8\x05\x22\xf3\x71\xbe\x8e\x5b\x20\x45\x50\xd9\x57\xfb\x1c\x44\x0b\x93\xb2\x49\xf9\xd7\x1f\x45\x63\xe2\xd5\x42\x07\xa1\x89\xfe\x3a\xe2\x81\xf0\xe3\x78\x55\xf9\x20\xd5\x82\xe5\xf8\xaa\xf2\x41\x8a\xca\xb0\xf4\xaa\xf2\xc1\xaa\xbe\xbf\x30\x4c\xc3\x9f\x5b\x9b\xef\x5a\xfd\x85\x8a\x87\x21\xbf\xd3\xda\x2f\x54\xa7\x39\xef\xb4\x56\x0b\xa5\x31\xfe\xbf\x0e\xbd\xa0\xd8\xd0\xaf\x2d\xf3\x9e\xb8\x32\x9b\x6f\x9e\xd6\x8a\xb5\x8d\xd0\x00\x7c\x4f\xab\xc5\xea\x46\xc5\x99\x97\xdf\xd3\x3a\x9c\xd4\x01\xcf\x7f\x7e\x4f\xcb\x7b\x52\xde\x3e\xa8\xd7\x69\x79\xf1\xcc\x14\xc7\xfc\xd7\xe1\x1c\xa4\x32\x19\x82\x5f\x87\x73\x90\x62\x4e\x9f\xb3\x09\x17\x96\xd1\x46\xd2\x63\xd2\xc3\x63\xf6\x88\xd3\x56\x65\x29\xa3\x4c\x3e\xfe\xf7\xb2\x6a\x0b\xa9\x1e\xf4\xfd\x57\xed\x00\xfe\xfa\x13\xea\x07\x90\x42\x4b\xeb\x55\x1b\x80\x14\x07\xf3\xec\xf7\xb2\x1a\x2c\x3d\xc4\xb1\xdf\xb5\x78\x97\x2e\x2f\x94\xb8\xde\x18\x91\xca\xee\x3b\x97\xe5\x43\x4d\x44\xc2\x8a\x7a\x55\x13\x20\x4d\x54\xd5\x7b\x5b\xbc\x85\x54\x75\xaf\xbc\xb7\xc5\x5b\x48\x65\xe0\x2a\x79\x9d\xb7\x81\xdc\x18\xba\x5f\x35\xcc\xeb\x62\x45\x1b\x48\xe0\x56\xc8\x37\x42\x1e\x36\x9a\x0a\x04\xa4\x8a\x27\x35\xbf\xb7\x25\xbe\x5d\x1a\x1a\xfe\xac\xdd\x07\xbb\xa9\x66\xbb\xfb\x63\x89\x17\xca\x61\x3b\x3a\xe7\x03\xa9\xaa\x58\xde\xc7\xa2\xb0\x4a\xf2\xd7\x57\x15\xe8\xd3\x15\x8a\xcf\xd9\x57\x16\xd6\xa0\x48\x92\x25\x79\xfc\x62\x95\xe7\xa3\xec\x58\x3e\x29\xc3\xee\xf8\x58\x3a\x16\x50\xca\x60\x46\xf2\xaa\xcf\x40\x6a\xca\xce\x79\x24\x28\xc5\xce\xe8\x3c\x12\xa4\x82\x4e\x7d\x5f\xfb\xdd\x42\x76\x06\xf4\xbe\x96\xe3\xc5\x2b\x1e\x3e\xe5\x4f\x2e\x94\xc9\x1c\xe4\xfd\xac\xfc\x42\x6a\x68\xbd\x4f\x45\xf8\x69\x08\xd3\xe7\x3e\x7c\x84\x62\xe8\x5c\xf8\x1c\x5e\x41\xe0\x49\xcc\x9f\x13\x55\x10\x07\x1d\xe4\xc3\x91\x2b\x52\x61\xf4\xfa\x54\xaa\x20\x12\xda\xff\x53\xab\x82\x92\xbb\x79\x75\x93\xfa\x7a\x2a\x59\x88\x61\xd2\x92\x75\x65\x58\xfa\xf4\xe2\x80\xc8\x38\xb8\x3e\xe7\xb8\xa0\x38\x74\x7f\x4e\x71\x41\x29\xd3\x5f\xbc\x4d\xba\xd7\x8b\xc9\xbc\x1e\x93\x9e\x95\x94\x2d\xfd\x6b\x12\x03\xed\x2e\xfd\x67\xd2\xb7\x92\x90\xea\xa7\x0f\x12\x44\xa6\x1d\x3f\xa7\xd0\xa0\xa4\xe6\x53\xca\x6b\xa1\x4c\x06\xd0\xcf\x39\x34\x88\x3c\xe3\xb7\xd5\xf6\xa7\x9f\xf2\x4b\x4b\x76\xe5\x30\x13\x65\xb7\x10\xe5\xa0\xd8\x49\xd9\x2d\x64\xbd\x43\x9f\xae\x4a\x50\xf4\x04\x7e\x49\xd9\x2d\x44\x41\x21\x7f\xaa\x47\x10\x25\x9b\xbd\xb2\x5b\x88\x92\x7d\x51\xd9\x2d\x94\x1e\xbe\xa8\xec\x16\xd2\x64\xe2\xfc\x69\xdd\x80\x88\x6a\x92\xb2\x5b\x28\x09\x95\xf7\x39\x95\x07\xdb\xc9\xf3\xe9\x39\xfb\xf2\xea\x58\x15\x13\xfc\xcb\x0a\x6a\xa1\x8c\x6e\x92\x92\x58\xc8\x83\x69\xe4\xa7\x13\x00\xe4\xb0\xb5\x74\xb0\x81\xbc\xfb\x87\x8e\x01\x10\x8d\x51\xf6\xcb\x0a\x27\xf3\x11\x33\x8a\x7d\x3a\x0b\x40\x8e\x6a\xb9\x14\xce\xc2\x56\xa7\x9f\xee\x02\x10\xcd\x96\xcf\x0a\x67\x21\x1c\xd6\x3e\x5d\x08\x20\xa7\x6e\x51\x15\xce\x42\x74\x65\x9f\x15\xce\x42\x9a\xf6\x6e\xfd\xb9\x20\x4d\x6c\xad\xaf\x28\x1c\x56\x09\xbb\xc2\xd1\xc7\x0b\x52\xb5\x2b\x17\xe5\x55\xfe\x4d\xa7\x7f\x7a\x28\x40\xe8\x0d\xfa\x74\x51\x80\xd0\x6b\xf0\x15\xe5\xb5\x10\x3a\x09\xbe\xa2\xbc\x16\x42\x4f\xc6\x57\x94\xd7\x42\x6a\x8c\x97\x9f\x6e\x65\x90\xa2\xda\x75\x8a\x02\x5b\x88\x3e\xcc\x4c\x81\x2d\x44\x1f\xbe\xa9\xc0\x16\x72\x55\xd2\xfa\x45\x40\x4c\xec\x8a\x4f\xf7\x33\x48\x73\x67\xaf\xc0\x16\x72\x61\xfa\xf1\x69\x2b\x83\xed\x46\xfc\x42\x81\x2d\xd4\xc3\xf6\xd0\x7e\x06\xa5\x3a\x1c\xe8\x77\x01\x25\xf9\x55\xeb\xde\x06\xa9\x33\x5f\xfc\x42\x81\x2d\x14\x17\x05\xbe\x50\x60\x0b\xf5\x18\x66\xaf\xc0\x16\x4a\x46\x11\x7d\xa1\xc0\x16\x6a\x2a\xfe\xa2\x02\xc3\x57\x3e\x9a\xd9\x2b\xaf\x85\x32\x92\x2f\x2a\xaf\x85\x34\xaa\xe5\x52\x5e\x81\x35\xa1\x24\x42\x79\x2d\xd4\x82\x72\xf9\x42\x79\x2d\x54\x96\xb9\xf3\x17\xca\x6b\xa1\x16\x1b\x52\x57\x00\x28\xc1\x5c\xfd\xab\xca\x6b\xa1\x0c\x87\x13\x1d\x50\x20\xb3\x0e\x9c\x3f\xfd\xcf\xa0\xea\xc2\xff\xaa\xf2\xaa\xe8\xf3\xc3\xa7\x94\x57\xc5\x16\xb6\x8e\x1a\xdb\xa0\xb0\x8c\x94\xbf\xaa\xbc\x16\x4a\xb5\x67\x56\xe5\xb5\x50\x9b\xa3\x42\x55\x5e\x0b\xb5\x1d\xbe\xa8\xbc\x16\x4a\xf3\xf3\xd0\x09\x0e\x96\xb5\x4c\x92\xf2\x5a\x48\x4d\xd5\x55\x95\xd7\x42\x1a\xc3\x72\x29\xaf\x4a\xff\xda\xbf\xa8\xbc\x16\x92\x33\xe5\xcf\x79\x16\x48\xba\x02\x3e\x27\x52\x20\x55\x5f\x74\x22\x05\x52\x65\x46\xff\x39\x91\x02\xb9\x55\xf3\x52\x5e\x0b\x65\x60\x89\x7d\x4e\xa4\x40\x61\xad\x31\x7f\x4e\xa4\x40\xd1\x7f\xf3\x39\x91\x02\x29\xb4\x1b\x3e\x67\x52\xa0\xee\x4f\xad\x29\xb0\x85\xb2\x9b\xdb\xb9\x15\x28\x61\x6f\x6a\x0a\x6c\x21\xa7\x6e\xc1\x14\xd8\x42\x19\x8e\x4d\x4e\xb7\x40\xe9\xbb\x14\x0a\x6c\xa1\x8c\xe2\x53\x0a\x6c\x21\x37\xa6\x20\x9f\x9e\x1f\xb0\x4d\xdf\x4f\xcf\x0f\x48\x31\x99\x54\x7e\x3a\x22\x41\x2a\x0e\x3b\x5d\x89\xe1\x9b\x74\x1a\xf5\xe9\x3f\x03\x65\x5a\xfc\xae\xc4\x16\xf2\xb4\x71\x9d\xba\x81\xb2\x3b\x4a\x57\x62\x0b\x79\x6b\xf6\xae\xc0\x16\x52\x65\x66\xf1\x75\x05\xb6\xd0\x96\xce\xfe\x6d\x6d\xec\x32\x09\x28\x53\x6d\xdc\x95\x67\xd7\x9d\xe3\x4f\x29\xcf\x85\x38\x1c\x35\xba\xf2\x34\x60\x61\x27\x29\x4f\xa3\xb3\x98\x10\x7c\x2e\xb9\x80\xac\x09\xfa\xb9\x4e\x06\xda\xce\x5e\xb7\x19\x28\x79\x90\x97\x3e\x5c\x90\xab\xda\xd8\xa9\x2a\xc8\x59\x09\x0f\xc5\xb9\x90\xb3\xfd\xdb\xc9\x2b\x48\xb9\x50\x08\xbd\xbf\x20\x37\x6d\x3a\xa7\xb3\x20\xeb\xf7\xf9\xf4\x63\x82\xbc\xbf\x74\x27\xb8\x20\x1f\xbb\x5c\xca\x6b\x21\xef\x2f\xdd\x29\x2f\x68\x45\x6d\xec\x8c\x17\xb4\xdd\xe5\xf5\xdd\x81\x3c\x1d\x65\x9d\x03\x83\x34\x1c\xd7\x9d\x03\x83\x7c\x98\x97\x53\x60\x90\x9c\x16\x7d\x53\x79\x2d\xb4\x66\x1d\x9d\x15\x83\xb4\x6d\x09\x67\xc5\x20\x85\x2a\xce\x59\x31\x48\x53\x5b\xc2\x59\x31\xc8\x5b\x2b\x39\x29\x06\x25\x4d\x9f\x52\x5e\x0b\xcd\x25\x96\xcf\x29\x31\x68\xba\xd9\x3f\x67\xc4\x60\x4d\xaf\x48\x52\x5e\x0b\xd9\xe9\xd0\xe7\x24\x19\xe4\xb1\x0b\xa1\xbc\x16\xf2\xc8\xbe\xa8\xbc\x16\x72\xc5\x3f\xf2\xe9\x4f\x07\xb9\xf8\x59\x38\xbb\x06\xd9\xe5\xc1\xcf\xd9\x35\xc8\x53\x15\xe4\xec\x1a\xac\x89\x15\x5d\x47\xdf\x26\x28\xc3\xfc\x9d\x70\x83\xb2\xed\x62\xe7\xdb\xa0\x84\xa6\xa3\xde\x7a\x50\xa6\x43\x97\x33\x70\x90\x5c\x02\xfb\x4e\x05\xb6\xb0\xe7\x68\x9f\x73\x72\x50\x86\x1d\xdf\x29\x39\x28\x55\xe5\xe5\x8c\x1c\xf4\xe4\xd0\xe2\x84\x1c\xf4\xa4\x49\xe0\x7c\x1c\xa4\xbc\xb3\x57\x60\x0b\xa3\x39\x99\x71\x3a\x0e\x4a\xf8\xc5\x9c\x0a\x6c\xa1\x0c\x27\x46\x97\x02\xbb\x98\x14\xfb\x25\x3b\x67\x07\x3d\x39\x26\x39\x65\x07\x3d\xe1\xb4\xf8\x9c\xb1\x83\xa4\x4b\xff\xbb\x94\xd7\x42\x69\xaa\xde\x4b\x79\x2d\x94\xba\xb3\x57\x5e\x17\x1a\x41\xcd\xee\x4c\x1f\xe4\xaa\xec\x2f\xe5\x75\xf1\x41\xda\xcb\x9d\xfb\x83\x7c\xec\x24\xe5\xb5\x50\xf6\xec\xec\x52\x5e\x0b\xd9\x15\x89\x4f\x07\x01\xc8\x87\x43\xbd\xfe\x01\xd0\xb3\x43\xbd\xee\x01\xd0\xf3\x34\x2f\xe5\x75\xeb\x26\xa7\x8e\x3a\x0c\xc0\x9e\xe0\x7e\x3a\x0c\x40\x6a\xda\x84\xfa\x0b\x40\x39\x34\xc8\x75\x17\x80\x1e\xfb\x45\x85\x73\x1b\x12\x84\xbc\xf4\x20\x80\x1e\xd9\xbc\x14\xce\xc2\x76\xdc\x7c\xb7\xc2\xb9\x09\xe0\x71\x02\xfd\xe9\xb9\x06\xa9\xf9\x91\xea\x7a\x00\xd9\x25\xfc\x4f\x67\x36\xe8\xe1\x1c\x40\x67\x04\xe8\xa1\xf1\xa5\x2f\x02\x94\x3d\xc3\xd5\xbf\x0d\xd2\xd4\x26\xb8\xb7\x74\xd6\xe7\xe7\xea\xe7\xe7\xa2\x0e\x28\xe1\x17\xa9\xbf\xe2\x63\x41\x3a\xaa\x4f\x29\x9d\x85\x32\xb5\xa1\x5c\xa4\xfe\x9e\xca\x32\x4f\xfe\xe5\x77\xc5\x08\xe2\x42\xf4\x0c\xb1\x32\xc5\xe8\x19\x81\xd5\x5e\x0e\x66\xe7\x62\x94\x35\x9a\x94\x83\xd9\x79\x39\xd6\xbc\xbb\xad\x9f\x2b\x07\xd3\xee\x42\x40\x0d\x83\x50\x31\xa2\x46\xf4\x42\x46\xc9\xac\x13\xab\x86\x07\x29\x66\x4d\xfc\xcc\xea\x20\xc5\x48\x18\xc1\xfa\x67\x21\x28\x66\xa3\x37\x7f\x9e\x29\xa2\xe8\xed\x98\xbf\xa9\x84\x8b\xc1\x33\x62\x60\xe0\x17\xe3\x60\x44\xca\x39\x99\x66\x09\x8d\xa2\x48\xfe\x18\xb3\x1d\x31\x0e\x2b\xcb\x74\xa1\x1c\x6b\xdc\x1f\x41\x65\xa7\x15\x59\xe8\xd3\xfc\x19\x84\xcb\x31\xd1\x50\x88\x76\x5a\x93\x35\xba\xb6\x4a\xca\x69\x46\x5f\xfb\xf5\xc7\xcc\xd4\x96\x40\xd7\x72\x7c\x84\x97\x24\x1e\xfa\xcc\xe8\x43\xfb\x91\xf5\xa7\x90\x3e\x84\x84\x20\x3f\xb3\xfe\xc8\x3a\xfd\xf2\xbb\xe2\xf2\x77\x61\x21\x3b\x1d\x44\xfe\x16\x97\xb2\x4b\x5e\xb3\xc7\x81\xda\x29\x59\x29\x80\x81\xbb\xae\x64\x66\x8f\x25\x17\x96\x92\x93\x4f\x15\x93\x56\x85\x99\xf9\x14\x17\xb3\xc5\x20\xf0\xb4\xb8\x9a\x2d\x06\x31\xb9\x25\x2b\x3c\x30\x08\x46\x2d\x99\xa9\xa2\x18\x4c\xe6\x4b\x66\xaa\x28\x06\xa1\xc4\x25\x33\x55\x14\xbd\xe5\x83\x24\x4b\xbf\x30\x92\x95\x64\xa6\x28\x06\xe1\xa8\xc5\x05\x74\x31\x08\x93\x2e\xae\xa0\x8b\x41\x7c\x73\xc9\xcc\x14\xc5\x20\x90\xb6\x64\x66\x8a\x62\x10\x6d\x5e\x72\x28\x9c\x40\x38\xd5\x24\x85\x13\x3a\xf8\x2b\x49\xd9\xa4\xcc\x8b\x26\x29\xaf\x40\x5e\xb4\x59\x1e\xe6\x85\x2b\xff\x40\x09\x94\x3c\xac\x11\xfe\xf8\xc3\x2f\x32\x4f\x9f\xc3\x18\x39\xa2\xf3\xdc\xf4\x47\x17\x46\xf2\xd5\xe9\x8f\x4e\x7e\x94\x3e\x90\xa7\x3f\x4a\xaf\x4c\xcd\xcc\x6c\xa4\x49\x23\x55\xaa\x39\x6d\x24\x7c\xf4\x47\x4c\x8a\x3b\x6d\xa5\x49\x2b\x35\x93\x6c\x25\x5c\xf4\x47\x4c\x73\xb3\x99\x26\xcd\x44\x27\xcf\xd3\x66\x9a\x2c\xe5\x65\x3a\xc6\xb4\x52\x0b\xe9\x88\x81\xb8\xfd\x16\xc0\x4a\xf3\x55\x1b\x6a\xde\xfe\x02\x2d\xe5\x17\x02\x46\x49\xbe\x6a\x4b\x4d\x5a\x6a\x5a\x77\x5b\x6a\x6e\xb1\xf1\xd8\xa9\xd8\x8c\x93\x8c\x41\x55\x4f\x65\x84\xcb\xff\x08\xdf\x3d\x15\x92\xdb\x19\x62\x22\xb8\x53\x29\x2d\xb3\xa1\x37\xbe\xb9\x7c\x5a\xaf\x85\xc1\x96\x81\x92\x4f\xeb\x75\xda\xfd\xe8\xca\xa7\xd5\x3a\xe9\x7e\xd5\x72\x58\xab\x93\xee\xd7\xcc\xcb\x4a\x61\x36\xb0\x45\xa1\xe4\xd3\x4a\x9d\x54\xaa\x99\xbd\x95\x3a\xe9\x7e\x0c\xbc\xf9\xb2\x4e\x97\xdd\x8f\x26\x78\x4c\x5a\xdf\x79\x3a\x88\x18\x2e\x86\x24\x88\x71\xf0\xd9\x19\x3c\x5b\x0c\x9e\x4d\xd8\x5e\xc5\xf0\x59\x31\x0e\x3e\x32\x03\x68\xc5\x7a\xac\x91\x56\x4d\xe3\x23\x1e\xfe\x40\x33\xa9\xf9\x58\x27\xad\x9b\xc6\x16\x86\xb1\x2c\xf7\x52\xd4\x01\xc6\xda\xa6\x41\xbb\x14\x7c\xaf\x62\x3d\x67\x49\x4e\xd3\x4e\xd3\x2c\xca\x65\xda\x65\x9a\x45\xb9\x4d\xbb\x4d\xb3\x66\x8f\x69\x0f\x81\x4f\x95\x24\x84\x59\x0c\xd4\x1c\x74\xb8\xa2\x62\x01\xbd\x9a\x5b\xb2\x62\x0b\xe3\x60\xc0\x2a\xc9\x8a\x25\x86\xf6\xe2\x8b\xd6\x2b\x59\xaf\xe9\x9b\xd6\x2b\x11\xa4\xc5\xc8\x50\x92\xd5\x4a\x56\x8b\xa1\xb4\x24\xab\x85\x7b\x33\xcd\xc3\xe7\x76\xd9\x5c\xf7\xf5\x47\x69\xe8\x92\x93\x8f\x21\x11\x82\xfe\xc4\x38\x18\x2f\x4a\xb6\xb9\xb2\xcd\x45\x3b\x64\x2b\x95\xc3\x37\x69\x87\x6c\xad\x72\x35\x8d\x3a\x64\xab\xb5\xd0\xab\x55\xc8\x56\x6b\xa1\x57\x7a\xbd\x01\xca\xa5\xa0\x20\xd2\x4c\xb4\x82\x0a\x02\x0c\x82\x86\x4b\xc9\x36\x0c\xa1\x86\xd5\x8a\x66\xdb\x20\x5b\xd1\x44\x23\x64\x2b\x8a\x36\xd5\x0d\x59\x8a\x8a\x04\x8c\x23\xfe\x06\x35\x6d\x88\xb4\x48\x7a\xf0\x96\xc5\x69\xda\x12\x44\xc9\x54\x5a\xdd\x53\x8a\x95\xce\x88\x50\x4d\x03\x3a\xfe\xba\x52\xd4\x34\x20\x25\x5c\x84\xa5\xa8\x6a\xc0\x4a\xf3\x39\x1b\xb3\x10\x71\x87\x32\x28\xea\x9a\x62\x00\xec\xc4\x32\x2a\x2a\x1b\x30\x8e\xb0\x20\xf6\x50\x62\x60\xd3\xcc\xbe\xaa\x74\x8a\xd2\x29\x16\x4e\xe9\x84\xd2\x29\x3c\xa7\x26\x01\x2b\x0d\x29\xaa\x4a\xc0\x38\xc2\x24\xab\x1f\xcd\xc7\x68\xe0\xb0\x62\xc1\x2a\x39\x7a\xa9\x84\xf5\x0a\xeb\x65\x7f\x09\xeb\x15\x44\x76\x0e\x73\xb3\x5e\x0b\xbd\x4e\x33\xb3\x5a\x61\x1d\xd0\x98\x25\xac\x43\xf0\x95\xf9\xe1\xc5\xae\xc2\x4b\x33\x98\x64\x4f\xae\xd6\x4a\xc1\x55\x6b\x55\x89\x60\x9f\x14\xa3\x5a\xa9\x6a\xa3\x5a\xdc\x6a\xad\xd8\x46\x92\x26\x03\x6c\xa9\xb6\x6a\xb5\x7b\xfb\xb1\x54\xbb\x77\xb5\xf6\x0c\x8b\xa5\x5a\xfb\x4a\xed\x2d\x6f\xf7\x57\x71\x17\xa5\x81\x86\x2c\xdd\x7a\x11\x9e\x8a\xf9\x5e\x4a\xb7\xb9\x3a\x81\x7b\x3b\xc9\x9a\x76\xac\xcb\x4c\x77\xe8\xd6\xb4\x1b\xb9\x67\x5e\xd6\x94\xb8\xd6\xc3\xd2\x0e\x4b\x66\x9c\x56\xe1\xa9\x61\x1b\x10\x88\x94\xec\x82\xc3\xec\x59\x98\x4f\xa3\xf9\xa6\xf9\x0f\xad\x57\x92\x54\xfa\xc5\x08\x2f\xbb\x82\x3a\x19\x8c\xa3\xd0\xdb\xd4\xc9\x60\x1c\xf6\x7a\x55\x32\x18\x87\xfd\x4f\x5d\x0b\xd6\x4f\x9a\x99\x15\x9f\x54\xe9\xa0\xb0\x2a\x51\x30\x92\x23\xa4\x3a\x14\x8c\x03\x9b\xab\x68\xa0\x82\xde\x1c\x71\xd4\xaa\xc5\x90\x25\xc5\xa3\x52\x05\x83\x68\xbd\x52\xd4\xa9\xe5\x64\xb4\x55\xae\xa7\x35\x3a\xb1\x32\xec\x54\x6a\x38\x30\x0e\x3f\xd0\xcb\x5f\xbc\x18\x34\x32\x3d\xf4\xf2\x17\x2f\x7f\xd1\x17\xfd\xc5\xcb\xf0\x6a\x7e\xf1\xf6\xa9\x5b\x9d\x87\xb1\x53\x6e\x4b\xc1\x7c\x10\x37\x5f\x29\xb7\x12\xbb\x31\x62\xb0\x3a\xca\xad\xc4\x6e\x3e\x6c\x3f\xd8\x5b\x81\xdd\xa8\x71\x35\xd4\x6d\x53\xde\xf4\x94\x44\xbd\x1f\xb3\x7f\x08\x73\xf1\xab\x7e\x6c\xa3\x47\x1d\xd8\x28\xff\xe3\x47\xf7\xa8\xef\xe8\xd8\xc1\xc2\xa8\x48\x85\xf8\xcc\x12\xaa\x5e\x90\x6a\x41\x8e\xe1\xc0\x1d\x6e\x2c\x99\x69\x89\xc8\x78\x40\x91\x2a\x1b\x6f\x4a\xb0\x67\x43\xa4\xca\xa4\xb6\x54\x35\x0d\x48\xc5\x9e\x50\x1d\x89\xc0\x8e\x1e\x29\xdd\x4e\xda\x77\xf4\x08\x1f\x68\x27\x8c\x4a\xa4\x60\x73\x61\x39\x3f\x84\x0e\xd6\x6f\x2c\x41\x5d\x6a\x2e\x90\x2a\xeb\x69\xe5\xb2\x7c\x20\xb9\x82\x5c\x5e\x4d\x5d\xb0\xde\x5d\x75\x7b\x95\x0b\x58\xef\xae\x7a\xe8\x17\x11\x29\x30\x8d\x82\x79\xd6\xc6\x7a\xae\xfd\xf2\xbb\x30\x7e\x5f\xac\xb4\xf9\xcb\xef\x22\xe3\x2c\x17\x29\x88\xe5\x09\x8d\x62\xb1\x64\x75\xfc\xf2\xbb\x08\xec\x0a\xb1\xca\xb2\x9e\x0b\x06\x24\x91\x82\x48\xb9\xa8\x78\x6e\xc5\xfa\x8d\x95\x66\x18\x93\x58\x69\x63\xa5\x61\xcd\x89\xf5\x1b\xe9\x97\xdf\xc5\xc5\x82\xbc\x58\xcf\xad\xdf\x7d\x31\xd4\x84\x4b\xe6\xf1\x62\xa8\x89\x72\xec\xa4\x62\x12\x4e\xd8\x35\xbd\x8f\x17\x3b\x2d\x5e\x3a\x46\xe4\xa5\xd1\xe3\xc5\x00\x13\x05\x8f\x58\xbc\xd8\x5f\x22\xd7\x64\x66\xd3\xa4\x89\xe7\xde\xa7\x4e\x93\xf0\xaf\x2e\x83\x21\x5e\x8c\x2f\x91\x4a\xf8\xe2\x63\xd2\xf3\xeb\x8f\x52\x73\xfb\x4d\xdd\x1d\x2f\x66\x98\x28\x18\x84\xf1\x26\x2b\xcc\x9a\x37\x81\xe4\xf1\x26\x2b\xcc\xc6\x1b\x16\xcb\xe3\x4d\xd6\x8e\x6d\x35\x31\x28\x23\xb6\x9a\x08\x76\x1b\xc4\x8b\xad\x26\x72\x2b\x26\x29\x82\x85\x28\xc9\xec\x15\x41\x62\xd1\x71\xd9\xc2\xf1\x26\x45\x90\xf0\x00\x4e\xb3\xb7\xa8\x0b\xb9\xee\x17\x3f\x93\x3e\x45\xcc\x9b\xd9\xb2\x2e\x94\xa9\xf0\xb2\xa5\xc8\xae\x1b\x50\x8a\xec\x4f\x2e\x18\xf5\x10\x6f\x56\xc4\x2c\x02\x1f\x93\x4a\x66\x45\x9c\x2f\xf3\x47\xec\xac\x02\x8b\x1d\x56\x14\x6f\x56\xee\x59\x27\x36\x4d\x91\x2d\x1a\xa6\x55\x14\x3b\x49\xb1\x68\x0b\x71\x58\x29\x6c\x27\x91\xd8\x67\x1c\x6f\xb1\xb4\x2c\xd4\x12\x7d\x11\x6f\x51\x66\xc5\xf1\xc4\x66\x2a\xd6\x00\x9b\x08\xff\x61\xbc\x45\xa1\x2d\x64\xec\x9a\x78\x8b\x35\x58\xc8\xe8\xd3\x78\x8b\x15\x28\x2c\x5a\xd8\x2d\xcb\x2e\xec\xf7\x33\xba\x23\xde\xb0\x17\xb8\x43\xb5\x28\xb4\xb0\xb0\x61\x5c\x08\x85\x0d\xfb\x3d\xab\xab\x84\x28\xc4\x1b\xf6\x0c\x56\x57\x83\xcd\x36\xf1\x86\x5d\x23\xdc\xbd\x8c\x1c\xc3\xf2\x63\xfb\x44\xb2\xb4\x61\x69\x83\x68\x0e\x7b\x79\x28\xda\x85\x42\x04\x5f\xbc\x61\x47\x08\x1c\x6e\x76\x84\xb0\x02\x41\x34\x99\xf2\xa9\xfe\xe4\x42\x0b\xdb\xa4\x2a\xd9\xaa\x64\xc9\xab\x2a\xd9\x8a\x7f\x35\x51\xcb\x6a\xc1\x16\x22\xd9\x70\x55\xc1\xd6\xf9\x33\xd4\x25\xde\x6a\x6f\xa9\xe7\x5f\x03\x04\xe3\xad\x96\x95\xc5\xc7\x6e\xcf\xa8\x96\xd5\xc5\xc7\x4a\x25\xab\x65\xad\xb8\x9a\x33\xa5\x68\x0a\x76\x21\x9a\x95\xec\xf6\x95\x4e\x37\x76\x24\xea\xca\xba\xe3\x87\x1f\xfc\x62\x37\xfb\xce\x20\x66\x21\xba\xd9\xf7\xcf\x82\xf1\x93\xc3\xc6\x5c\x30\x12\x28\xde\xe1\x4f\x2e\x04\x47\x04\x84\xf1\x8d\xc2\xe8\x9d\x78\x87\x12\x5b\x28\xd3\xcf\x64\x28\x9e\x81\xbb\xbe\x53\xd6\xa1\x78\x58\x0f\xea\xf6\xeb\xa1\x78\x16\x22\xd9\x07\x86\x8d\xbb\x90\x89\xf8\x0e\x23\x20\x45\xd9\xa3\xe6\x50\x86\xa8\xb5\xd8\x3d\x6a\x58\x4b\x82\x22\x93\x49\x53\xf1\x4c\x46\x24\x87\x8c\x69\x8d\x58\xea\xc1\xe4\x0e\xa3\x1d\x45\x9a\xc5\xa7\xac\xe4\x74\x16\x42\x29\xa6\x95\x34\xd8\x11\x5f\x69\x18\xd8\x28\xe2\xb0\x43\x4d\x6b\xb9\x10\x87\x1d\x6a\x5a\x25\x96\x6c\x8e\x41\xbf\x98\x56\x09\x07\x49\xca\x54\x69\x5a\xfc\x65\xa1\x45\x32\xfb\xd3\xe2\x2f\x18\x0d\x17\xc4\x38\x6e\x44\xb2\x57\x9f\x16\x9f\xa8\x46\xfc\x93\xf1\x9e\x16\xff\xb4\xf8\x64\x7f\x5a\xfc\x85\xd2\x95\xeb\x69\xe9\x09\x73\x6c\x83\x2e\x70\x5a\x54\x56\x46\xda\x40\x86\xa7\xa2\x5e\x28\x47\xa7\x42\xe7\x2e\xea\x4b\x7b\x53\xae\xcb\xbe\x73\x51\x7a\xbf\x90\xcb\x8e\xb8\x10\xac\xc5\xc4\x7b\x59\x88\x85\x20\x32\x30\x0c\x48\x8c\x1d\x90\xb8\xbf\xe6\xcb\x6e\x71\x9d\x3f\xe3\xbc\xe2\xbd\x2c\xd8\x75\xfd\x35\xaa\x36\x08\x44\xdc\xc8\xc5\x62\xdc\x4a\x6c\x21\x57\xa5\x7f\x2b\xb1\x5b\x89\x91\xd9\xad\xc4\x16\x82\x43\x1a\xc2\xc8\x43\x11\x6c\x66\x8a\xf7\xf6\xa3\x5f\x48\xad\x9a\x97\x05\x73\x41\xa0\xf9\xa2\x05\xbb\x2f\x83\x36\x49\x52\x62\x0b\xc1\x66\x90\x78\x6f\x25\x76\xd3\x37\xfd\xb4\x6e\xbf\xc0\x85\x52\x3b\x79\x3d\x56\xe8\x51\x1b\xa4\xe3\x6f\xd0\xcc\x8f\x55\x59\xc8\xc9\x61\xfa\xb1\xf1\x17\xf2\x6e\xfc\xc7\xda\x2d\xe4\x11\x3e\x65\xed\x1e\xc2\xeb\x32\xb5\x7b\xec\x0f\x0b\xa5\x66\x4b\x64\xeb\x2c\xe4\xe6\x58\xf8\x58\xbb\x85\x66\x3b\x3c\x56\xee\xa1\x72\x99\x3e\xf9\x58\xb9\x05\x2d\xcc\x78\x5f\x2b\xf7\xee\xca\xf1\xd8\x6b\x73\xbd\x46\x15\x22\xbc\xd7\x5e\xb3\x90\x87\xc3\xd7\x6b\x1d\x17\xe2\xb0\x87\xbc\xd6\x91\x93\x26\x52\xa3\x14\xaf\xe5\x7a\x91\x7a\x36\x2f\x0b\xf6\x12\x74\x19\x24\x7d\x96\x62\x21\xb1\xab\x20\x0c\x80\x14\x79\x6b\xcd\x4f\x79\x71\x48\xc5\x50\x6b\x7e\xca\xeb\x53\x5e\xbe\x68\xd3\x2f\x94\x3c\x11\xe1\xe7\x77\xbd\x30\x4a\xa7\xde\x9f\xe5\xfa\x1c\xaa\xfc\x34\x3e\xc5\xf3\x39\xfa\xf2\x6d\x18\x74\x29\x46\xc1\x22\x31\xe8\x52\x24\xd6\x67\xc3\x08\x4b\x31\xca\x4e\x9a\x26\x4d\x4a\x66\xd2\x69\x12\xb3\x12\xfa\xa9\x21\x90\x62\xfd\xa4\xf9\x3f\xa6\x11\xb4\x87\x6d\x68\xc0\xa3\x48\x15\x33\xdb\x80\x47\x51\x2a\x56\xbb\x01\x8f\xa2\x10\x47\x1d\x06\x3c\x8a\xc4\x32\x45\x7c\x5a\x7a\x60\xfd\x24\x25\x4b\x96\x2c\x19\x32\x4d\xc5\x59\x16\x12\x81\xbb\x3b\x8c\x26\x14\x25\x15\x32\xd3\x52\x02\x85\x03\x33\xc2\xe8\x38\x11\x9c\x23\x10\x06\xb9\x89\x12\x0c\xa2\x46\xb4\x89\x60\x4f\x4c\x18\xbe\x26\x72\x0d\x5f\x54\x88\xf8\x89\x8a\xf5\x2e\x16\x75\x21\xb3\x7c\x12\x46\xaf\x89\x55\x23\xd3\x2c\x3e\xe1\x6b\x84\x04\x85\xe1\x6b\x22\x15\xc6\x5a\xe3\xcb\x44\x39\x2a\xf5\x0e\x0b\xb6\x90\xf1\xd1\x85\x91\x63\x22\x76\xbd\xc3\x82\x85\xe3\x23\x23\x93\xe1\x5e\x22\xa5\x66\x92\xed\xb6\x50\xd8\x5a\x16\x86\x7b\x89\x6c\x5f\x34\xdc\x4b\xe4\x03\x73\xdc\x70\xaf\xd8\xe1\x5e\xd5\x24\xcb\x5a\xf9\x04\x15\x75\x55\xae\x55\x6b\x8d\x51\xd4\xe0\xae\xd8\xc1\x5d\x61\xfe\x56\xa9\xb2\xef\x96\x31\xcd\xe0\x2e\x11\x9c\xd2\x10\x46\x72\x89\x42\xf4\x55\x18\xc9\x25\xb6\x95\x67\x24\x97\x88\x94\xa9\x64\x55\xd4\x0b\x99\xb5\xa4\x30\x92\x4b\x04\x07\x45\x84\x91\x5c\x22\x6a\xa3\x5c\xcd\x7a\xb7\x3d\xf6\x90\x7f\xb3\x14\x8d\xcf\xa6\x50\xd6\xa6\xc4\x1a\xa3\x96\xdf\x43\xf7\xcd\x4e\x1f\xc3\x36\x30\x30\x49\xa4\xc2\x60\x6a\x14\x92\x28\x78\xae\xc3\x28\x24\x11\x44\xfc\x85\xd1\x42\x22\x45\xc9\xe6\x6f\x2d\x3b\xb5\x2c\x66\x66\x2d\x17\xd2\xc4\xcc\x33\x5c\x28\x88\x0d\x4a\xc6\xe5\x86\xc1\x41\x22\x27\xbf\xc1\x61\xc9\xd8\x8e\x52\xb1\xe9\x8c\xde\x11\xc1\x52\x5e\x18\xaa\x23\x82\x53\x32\xc2\xb8\x1c\x31\x0a\x0a\xd7\xb8\x1c\x11\x6c\x55\x0e\x83\x70\x44\xce\x56\x7c\x58\x88\x81\xc4\x0a\xbd\x47\x9b\x0b\x04\x2b\x72\x61\x78\x8d\x18\x04\x0b\x86\xb1\x34\x62\x14\x06\x5d\x03\x67\x44\xec\xd6\x9d\x76\x1e\x56\xaa\xc2\x89\x89\x91\x33\x22\x12\x13\x77\xc3\x64\xc4\x28\x76\x28\x6d\x2e\x90\xd8\x11\x12\xc6\xc4\x88\x94\x1a\x49\xa7\xad\xcb\x7e\xd2\xc6\x08\x6e\xb4\x8b\x48\xc5\xcf\x59\xa3\x08\xc4\x1a\x00\x7f\x53\x2b\x1b\x4d\x22\x4a\x77\x30\xd4\x66\x32\x9a\xa4\x56\x6a\x77\x2a\x3c\x0e\xaa\x9a\x0e\x7c\x97\x1d\x69\x21\x57\x66\x40\x86\x7b\x88\x32\x1d\xcb\x2f\xf3\xba\x76\x77\x40\xec\x97\x99\x5d\xcc\x6d\x4c\xd2\xf2\x31\xae\x62\xd8\x1d\x6e\x7b\xc8\xcd\xa7\x6d\x3f\xd2\x18\x02\x69\x0b\xef\xf6\xd3\x60\x13\x5f\x71\xc4\xd7\xf2\x31\x14\xa2\x38\x18\x6a\xe6\x80\x51\xb0\x4e\x0d\x72\x10\x91\xec\x21\x9a\x39\x60\x95\x15\x81\x6a\xe7\x80\x48\x8a\xe7\x51\xec\x0f\xbd\xc6\x8a\x3f\x96\xf5\xd1\xbd\x83\x41\x6f\x98\x83\x88\xe4\xc8\xaa\x21\x03\xf2\x70\xcc\xd4\x90\x01\x91\x1c\xdf\x1f\xcb\xff\x30\xc0\x60\xcc\x7d\x8f\xcd\xfa\xf0\xe9\x31\x39\xf8\xb4\x6d\x40\x69\x8e\x26\x5a\x32\x9f\x96\x8c\xfd\x41\x4b\x06\xf4\x66\xbb\x69\xc8\x80\x5c\xcd\x4b\x43\x06\x94\xbe\x5f\xb4\xf4\x2f\x53\x27\xfb\x80\x26\x0a\xc8\xc5\x72\xbd\xfe\xe2\xcb\x2f\x62\xdb\x7c\x9f\x79\x7d\xcc\x9f\xfd\xcc\x3e\x7b\xca\x42\x89\xe9\x53\xf6\x94\x8f\x0f\x08\xab\xe5\xfb\x94\xc4\x42\xd1\x67\xf2\x7d\x4a\xe2\xf3\x8c\x1c\xf3\xb2\xda\xdb\x44\x71\xf8\xfd\x2c\xd8\x47\x53\x36\x8a\xaf\xd5\x02\x46\x59\xa6\x59\x35\xc6\xa4\x1e\x87\xf3\xff\xa5\x83\xab\xa7\xb6\x88\x54\x88\xc1\xad\x06\x95\x88\x60\x35\xb5\x1e\xac\x3c\x8a\x40\x89\xd5\x03\x4b\x46\x64\xce\x2f\xa9\x07\x66\x8b\x70\x21\xab\x1e\x58\x2d\xa2\x30\xfe\xd6\x03\x13\x45\x54\x1c\x48\xd5\x73\x61\xc4\x2a\x19\x3f\x89\x8d\x22\x02\xb3\xa8\x1a\xc9\x22\xca\x2e\x18\x3e\x2b\x11\x2c\xac\x57\x4f\x7e\x11\x69\x36\xf3\xb7\xac\xac\x12\xce\x25\xec\xea\xd9\x2f\x22\x58\x58\xae\x47\xb2\xf8\x49\x83\x61\xa9\xbf\xea\xf1\x2f\x62\x94\x61\xfe\x96\x3f\xa1\xaa\x13\x4f\x65\xcb\x9a\x2d\x2b\x3f\x99\x2d\x2b\x2b\x89\x9c\x91\x52\x0f\x56\x12\x45\xe1\xa8\xbd\x7a\x64\x8b\xcf\xbe\x08\x56\x55\xaa\x47\xc7\x88\x60\x71\xbf\x7a\x76\x8c\x48\xa3\xd1\x46\xb8\xa3\xc5\x2a\x2b\x55\xc2\x01\x26\x22\xed\xcc\xac\x78\x46\x6f\xee\x37\xad\x78\xb6\xe2\x96\xc2\x8a\x2f\x94\x39\x7d\xea\x36\x49\x3b\xcf\xe2\xdb\x94\x0b\x81\xd5\x52\x8f\xac\x74\xb2\x63\x9b\x6d\x59\x2c\x6c\x31\x42\x90\xf2\x17\x4b\x51\x8c\x9e\xf7\x29\x7f\x72\x1b\x67\x05\xc1\x86\xbd\x80\x28\x8f\xdd\x15\x43\x29\x86\x52\xa4\xc5\x43\x29\x06\x33\xd5\x66\x92\x3f\x19\x58\x32\x83\x2a\x85\xf2\xd1\x38\xeb\x34\x52\x28\x9e\x40\x3c\x9d\x2a\x85\x05\xc3\x5e\xfb\xf9\x94\xad\xab\xdb\x29\x51\xae\x6a\xb9\x2a\x23\x60\xa7\x5c\xd5\x46\xaa\x34\x92\x9d\xbf\x5a\x08\x3c\x51\xf8\xbc\xeb\x51\x2d\x44\xdd\x8d\xe4\x9b\x8a\x5f\xe3\xa9\xd3\x48\x55\x59\x2f\x94\xc3\xcc\x9a\xf9\xe3\xdd\x1e\x8a\xbf\x99\x7f\xd3\xa5\x51\x4c\x33\xb3\xa6\x91\x52\xc8\xad\x99\x5b\xa3\xe5\x3a\xc2\xe8\x56\xa0\x2b\x58\x9a\xa4\x2b\xd8\xee\xe9\x36\x48\xb1\xdb\x17\x3b\x7b\x74\x32\xc5\xe8\x16\x03\x53\xe9\xb0\xe6\xdd\x62\x74\x9a\x57\x29\x76\x05\xdb\x15\xac\xd9\xdb\x57\x16\xd2\x96\xe2\xb0\x10\x43\x29\xfe\xf6\x22\x74\x3d\x86\xbf\xae\xf3\x6a\xd0\xe1\x86\xf9\x0e\xc6\x7c\xbb\xc8\xb0\xc1\xdc\x4b\x5b\x0a\x15\x9e\x7e\x8f\xb8\x92\xd8\xd6\x5a\x0d\x0c\x13\xa3\x4c\x9a\x7a\x5a\x95\xed\x24\x2a\x14\x7c\x5a\x97\x85\xbc\x9b\x67\xda\x49\x16\x4a\x38\x10\x4d\xe5\x3e\x69\xc4\x61\x66\x8a\x1d\x27\x51\x10\x22\x5a\x3d\x14\x49\x64\x1c\x72\xd5\x33\x31\x45\x19\x0e\xcb\x97\x4d\x71\xe1\xf3\xb0\x4e\x97\x7d\x5c\x6f\x8c\xa3\xce\x65\xf9\x2f\x06\xba\x41\x95\x2e\xe5\x83\xfd\x81\x57\xb3\x7a\xa0\xa5\xc8\x61\x21\x2e\xbf\x51\xec\x0f\xb6\x88\xd4\xe3\xf6\x17\xf5\xb2\xf8\xbd\xdc\xe6\xc5\x59\x94\xdd\x8e\x74\x5b\xef\xdb\x4a\xd2\xd2\xb7\x15\xba\xad\x64\xf0\x93\xb7\x35\x22\x7c\x32\xef\xfc\x6d\x12\x62\x25\xd9\x1a\x53\x8f\xc7\x16\xe1\x78\xb3\x36\x11\xc5\xe3\x4f\x2e\x94\xee\x8b\x8f\x2d\xf2\xf0\x0d\xd9\x51\x1f\x1b\xe4\xc1\xab\x3f\xa9\xf7\x63\xc1\x9e\xa9\xad\xe1\x63\xb6\xc8\x43\x70\xbf\x3d\xf5\xb1\xe2\x7a\x3a\xec\xe2\xaf\x72\x7d\x91\xab\x99\xbd\x96\x42\x35\x6f\xbf\x78\x2d\x85\xe7\x60\x96\xa0\xb0\xaf\x82\x7d\x89\xa2\x57\x01\xbe\x16\xe3\x75\xb2\x17\xe6\xa6\x30\xf4\x6b\x58\xcd\xd7\x62\xbc\x14\xc3\xc1\xf5\x55\x3e\xaf\x5d\x36\x48\xfb\xfc\x3c\xf0\x75\x54\x8e\x54\xab\xc7\x67\x9b\x7f\xf6\x59\x72\xfb\x2c\xee\x67\x71\x69\xa7\xcf\x72\x7c\x8c\xf1\x13\x69\x7f\x8e\xae\x38\x3b\x08\xd5\xac\x9e\xbd\x25\x52\x5b\x93\xe1\xea\x11\x9c\x35\xb1\x27\x94\x39\x73\x4d\x2c\x70\x89\xa4\x85\x90\x58\xcc\x12\xab\xb0\x41\xda\x34\xcd\x9f\x6c\x24\x5d\x26\x39\xa0\x2f\x13\xaa\x26\xd5\x7a\xda\x6a\x1d\xed\xef\x21\x9f\x22\x3b\xee\x27\x75\x38\x08\x8e\x98\xaa\x09\x6f\x84\x08\x56\xe8\xaa\xa7\x76\x89\xe0\x30\xd2\x9a\x92\x45\x4b\x9a\x8e\x85\xa4\xd3\xa4\x93\x17\x33\x49\x96\x6c\xab\x75\xf4\x6e\x52\xad\x83\x95\x86\x84\xd4\xeb\x20\xb3\x40\x59\x3d\x16\x4c\x44\x3e\xf8\x01\xd5\x27\x28\x1c\x61\x56\x53\xb1\x4a\x85\xf8\xfa\xc4\x53\xac\xee\x88\x20\x3a\xb1\xa6\xe2\x8b\xc5\x92\x21\x46\x95\x20\x08\x3f\x9d\x84\x83\x42\x04\xe7\x16\xd4\x54\x2c\x57\x1c\x3f\x77\xcd\x56\xcf\x1a\x15\xe9\x67\x52\x31\x89\x1d\x38\x36\x66\x28\x57\x56\x6d\x06\x3d\x2a\x85\x72\x5d\xc8\xf8\xad\x6a\x52\x79\x82\x72\x28\x7d\x95\x27\x48\x8d\xcf\x24\xa9\x3c\x41\xee\x36\x88\xca\x13\xa4\x89\x6d\x91\xc2\x3a\x06\x73\xbb\x69\x92\x75\x0c\xfc\xe9\x0a\x3a\xac\x63\xb8\x9b\xd7\x5f\x7c\x4c\x62\x0e\x66\x87\x0a\x9b\x08\x27\x49\xb2\xa3\xa8\x88\x41\xce\x36\x64\x55\xf6\x0b\xc1\x11\x26\x95\x63\xd6\x36\x82\x03\x2e\x6a\x52\xe9\x82\x82\xd7\xaa\x26\x95\x2e\x48\x84\x24\xd6\x54\x15\x74\xdd\x9f\x25\x02\x6b\xe6\xdf\xcc\x9f\x1a\x35\xf3\x6f\x7e\x95\xc8\x50\x75\x0d\xdc\xc5\x5c\x53\x53\x86\xcd\xf5\xbd\x66\x9a\x42\x6c\x08\x91\x01\xc3\xd3\x57\x2b\x07\xbd\x05\x7b\x20\xab\x47\xad\x0a\xf7\x3f\xd7\xa4\x4e\x07\x69\x36\x7f\x52\x89\x35\xac\xb1\xe6\x8b\x4a\xac\xb1\xff\xd9\x4f\xbc\xdb\x51\xba\xc3\x2e\x2f\xaa\xd3\xd3\x76\x7f\x50\x2e\x75\x3a\xc8\xa3\x8c\xdf\x56\xcd\xa9\x5b\xbb\x85\xc4\xd1\x5b\xd5\x83\x5e\x45\xc1\x75\x5f\x39\xa4\x6e\x23\xfd\xfc\xb2\xbb\x55\xc1\x61\x32\x2c\xb7\x96\x01\x08\xe2\xbf\x6b\x1a\x8a\x7d\xe4\x9f\x1b\xbe\x6b\xd2\x1a\x00\x85\xc3\x63\x6a\x1a\x96\x7b\x70\x16\x08\x06\x42\x1a\xfe\xe4\x60\x8b\x39\x46\x4c\x1a\x36\x3e\xfb\x98\x34\x78\xd3\xb0\x10\x83\x1e\x98\x7d\x51\x79\xe2\x2f\x49\x0e\x1c\x5a\x16\x20\x88\xa9\xad\x1e\xa2\x27\x1a\x5b\xae\x6a\xd2\xd6\x00\xc1\x31\x4e\xd5\x83\xf5\x44\x61\x7f\x4a\xf5\x64\x3d\x11\x9c\xe4\x57\x3d\x46\xaf\x72\x72\x5e\x70\x48\x6a\xe5\xf8\xbc\x8d\x5c\xed\x6d\x5a\x1f\x20\x67\x9b\x6b\x5a\x54\x83\x73\xcd\xfe\xb4\x5c\xf8\x46\xaa\x23\xc9\x69\xb9\x4e\x67\x7b\x95\x4e\x7f\x5a\x30\x16\xa4\x38\xb4\xa9\xa6\xd3\xde\x7c\xf2\xb5\x64\xc4\x7a\x5a\x30\xb6\xfd\xb0\xed\xb7\xa6\x53\x49\x9f\x96\x95\xf6\x38\x6d\x6f\xf6\xf8\x54\x4c\xff\x74\x5a\x56\x7c\x2f\x9c\x01\x5a\x93\x26\x10\x28\x4c\x73\x6b\xba\x2c\x2b\xab\x4f\x1c\xa1\x54\xd3\x65\x59\x2f\xcb\xc5\x2f\x6a\x02\x81\xc8\x58\xbb\x49\x13\x08\xe4\x64\xf6\x9a\x40\x20\x38\x00\xaa\xa6\xcb\xa2\xe2\x82\x19\xd6\x51\xab\x08\xc4\xe1\x88\x70\x59\xae\x4b\x4b\xa6\x9a\x99\x72\xbd\x38\x52\x00\xe3\x29\x69\x3c\x81\x51\x94\xfe\x6d\xc1\x6e\x3d\x1d\x0e\x39\xb7\x25\xf3\x74\x0c\xc7\x2a\x0d\x2a\x10\x59\x6d\x72\x5b\xb2\x85\x1c\x6a\x00\x6d\x2c\x10\x1c\x70\x53\xd3\xed\xe7\xbf\x50\x0e\x3b\xa2\x66\x17\x28\x13\xa3\xd4\xf3\x90\x45\x71\xc6\x99\x34\x9e\x80\x6b\x06\x35\x3d\xe6\x85\xd7\x24\x3b\xe0\x3c\xe6\xf5\x70\xd6\xd6\xf0\x29\xf3\xe2\x08\x8c\x6e\xdf\xd4\x76\x02\x4b\x3c\xbc\xf9\xda\x6e\xef\xf1\xf3\x2c\x85\x9a\x5e\xdb\x6d\xa1\x74\xfb\xbe\xc6\x13\xc8\xe1\xc7\xac\xed\x04\xf2\x54\x5b\x69\x3b\x81\xc8\x1a\x0b\xaf\x9f\xe9\xcb\x49\x10\x8e\xd1\xaf\x65\x7d\x59\xa0\x51\xa7\x69\x60\x81\xc8\x5a\x14\x1a\x58\x60\x95\x95\x82\x69\x4d\x81\xd8\x9a\xe2\xb3\xac\x5f\x72\x30\x22\xc9\x66\xfb\x74\x94\xe3\x04\x48\x1a\x58\xc0\xe3\x21\x6a\xfa\xac\x12\x0b\x4c\xfb\x73\xfe\xec\xfc\xb8\x6a\xb2\x0d\xae\x19\x06\x52\xb1\x96\x9f\x55\xfa\xf4\xc3\x99\xbd\xe5\xff\xf0\x87\x38\x64\x7d\x96\x1f\xe7\x0d\xe7\xad\x55\xcf\x99\x14\x1e\x48\x51\xb3\xc6\x1a\x07\x4d\xae\xb2\x56\xd2\x8a\x69\x85\x05\xd4\x44\x52\x98\xc4\xe7\xcc\x47\x9f\xf5\xdd\x80\xc2\x32\x6b\xf5\xf4\x49\x91\x59\x4c\xae\x1e\x3f\x29\x12\xa7\x7c\x55\xcf\x9f\x14\x89\x00\xa5\xea\xf1\x93\x22\x38\x8d\xae\x66\x16\xa1\x44\x70\xce\x5c\xf5\x48\x4a\x91\xd8\xf6\x58\x3d\x80\x52\xac\xe2\x77\xd2\x2c\xab\x76\x1f\x7d\x2c\x6b\xf7\x81\xc1\x5a\x55\xcd\xc9\xb2\x12\x5c\x44\x84\x61\xf5\x20\x4a\x91\xd9\x7c\x59\xb3\x8e\x14\x50\xb4\x9e\x3d\x65\x52\x94\xc6\x57\xef\x31\x93\x22\x38\x59\xac\x7a\xce\xa4\x28\xc4\x13\x54\x77\xe7\x88\xc8\x4a\x5a\x47\x07\x88\x8c\x9b\xc9\x0d\x3b\xa2\x38\x97\x70\x77\x8e\x88\x6c\x1d\xf5\x86\x80\xdc\x8a\x49\x16\x62\x21\xeb\xe0\x71\xdf\x8d\x48\xa3\x99\xbd\xe5\x2a\x7c\x21\xf5\x6f\xd0\xc9\x6e\xcb\x11\x59\x03\xd9\x6d\x39\x22\x1f\x76\x2d\xed\xc4\xec\xda\x16\x16\x60\xd6\x4e\x04\xe1\x97\x97\xb5\x00\x41\x1e\xa8\xbe\xac\xb9\x97\xf7\xda\x96\xe5\xd6\xde\x03\x59\x03\x3c\x6b\xef\x65\x8d\x3b\x06\xfc\xac\x71\x07\x72\x57\xc4\x7a\x59\x40\x10\x02\x54\x3d\x23\x5d\x44\xc6\xc6\xc9\xba\x54\x40\x69\xc3\x24\xb3\xaf\xd4\xc8\xbc\xaa\xd9\x57\x4e\x17\xb3\x46\xd5\xe6\x62\x55\x29\xfb\xfd\x34\xfb\x64\xdb\xea\x90\x9f\x6c\xca\xa2\x61\x33\x33\xb3\x37\x74\x51\x64\xd6\xb6\x6a\xd6\xb8\x03\xa5\xec\xcc\x2c\xd8\xf6\xc5\x28\x32\x2d\x39\x10\x79\x67\xa6\x78\x34\xee\xb0\x75\x72\xb3\xe2\xcd\xf5\x59\x92\xf4\xce\x80\x5c\x19\xb7\xb3\x66\x1b\x88\x6c\x95\x74\xd8\x80\x14\x3b\xc9\xe2\x77\xba\x1b\x73\xd2\xac\x0f\x07\x44\xb6\x23\x69\xef\x81\xac\xa9\x96\xf5\xce\x80\xc8\xb8\xbd\x72\xb7\x5c\x9d\x06\xf1\xa9\x61\xf6\x9e\x97\x86\xf2\xe0\x54\xd1\x8d\x44\x68\x42\xcd\xc3\xae\xcb\x02\x15\xf1\x3e\x35\x6b\x83\x81\x32\xfd\x0c\xb4\xae\x40\x64\x7c\x87\xee\xa5\x12\xc1\xa6\xd4\xea\x5e\x2a\x11\x99\x49\xbc\x61\xa3\x62\x49\xda\x37\xad\x24\x07\x9e\x65\xfc\x65\xee\x6b\x12\x1e\xd7\x53\xdd\xd6\x24\x46\xf1\x73\x98\x56\x72\xba\x86\x43\x59\x35\x9c\x3c\xa4\xd4\xb9\xa1\x3b\x93\x44\x10\xe5\x5c\xb3\xe6\x0f\x18\xdc\x1c\x51\xdd\x98\x24\x72\x60\x8c\xb8\x31\x49\x14\x5d\xca\x6e\x4c\x12\x99\x8d\x2d\xd5\x8d\x49\x95\x5d\x48\x91\xbb\x49\x96\x8b\x2d\x47\xd5\x7a\x6b\x11\x81\xe0\xd4\xe2\x9a\x35\x7f\x40\xec\x8f\x59\xf3\x27\x6b\xfe\xe0\x14\xca\x97\xe5\xba\x9c\x95\x21\x56\x6d\x1d\x10\x9a\xc9\x59\xbb\x26\xbb\x28\x85\x01\x9c\x6f\x25\xb1\x30\xb8\x15\xa1\xe6\xdb\x42\xdc\x34\x11\x9e\xa9\xac\xf5\x03\x0a\x47\xe1\xd4\xac\xa5\x03\xca\x81\x21\x98\x6f\xfb\x09\xbb\x78\x87\xc3\xe5\x6d\x3f\xb9\x75\x23\x34\x1f\xb3\xac\x0b\x85\xa3\x8b\x6b\xd6\xae\x01\xa1\x79\xe2\x56\x2b\x91\xe2\x30\xb7\xc7\x9e\xc2\x3e\xdb\xa4\x9a\xd3\x9d\x04\x8a\x73\xe2\xfc\x58\x0c\xc2\x66\x88\xae\xab\x59\x77\x12\x48\x84\xe6\xd6\xac\x3b\x09\x94\x6e\x0f\xd6\x6e\x02\x23\x54\x86\x1a\x49\x20\x13\x5a\x5c\xb3\x46\x12\x08\x67\x7d\xf9\xb1\x25\x1f\xbc\xc7\xb6\xb7\x66\x53\xd6\x6c\xc2\xc1\x94\x5f\x4b\xbf\x90\x9b\x83\x98\x9e\x29\x10\x19\x97\x5c\x7e\x6d\x6f\x4e\x17\xe3\x7c\xee\x9a\x35\xae\x40\xe4\xe1\x8b\xd6\x71\x21\x11\x42\x5b\xb3\xc6\x0f\x58\xa2\xa6\xdd\x3e\x7f\x92\x83\xc3\x9c\x60\xe7\xcf\x9f\xfc\x3c\xcf\xca\x37\x95\xa1\xc6\x8f\x3a\x4d\x4b\x27\xe3\x5d\x62\xa3\x78\xcd\x9a\x35\x59\xb3\x66\xff\xa4\xa2\x60\x3b\xdc\x74\xf0\xfb\x14\xc5\x47\x4c\x24\x86\xa0\x1b\xe4\xc4\xe0\x20\xb8\xea\x06\x39\x51\x46\xf6\xa9\x6c\x52\x26\x82\x70\x92\x54\x4d\x42\x95\x87\x49\xcd\x24\x44\x81\x51\xe6\x56\x38\x31\xb4\xaf\xdd\x09\x27\x8c\xd7\xae\x6e\x7a\xab\x65\x3b\xaa\x9a\x8f\x3d\xa6\xd1\xeb\xa6\xa5\xf8\x4c\xfa\x38\xa8\x6b\x35\x5b\xd1\x9d\x55\x3c\x39\x6c\xfe\x0d\x1e\x6c\xb7\xba\x09\x0f\x00\xab\x6e\x75\x13\x49\xdf\xa2\x5b\xdd\x44\xe1\xd0\xd0\xea\xb6\x36\x91\x5d\xd6\x72\x57\x9b\x30\x78\xb7\x16\xed\x20\x90\xbb\x92\xca\x96\x91\x13\xba\x1c\xb4\x8b\x4e\x2c\xf7\xb9\x71\x26\x48\x75\x4f\x9b\x88\x62\x43\x68\x40\x81\xc1\xcd\x30\xd5\x4d\x68\xa2\xe8\x4c\x2e\x59\xa9\x64\xa5\x82\xec\x8a\xd9\x13\x01\x5d\x7c\x51\x3b\x08\x18\xae\x5a\xdd\xee\x25\x0c\x01\xad\xee\xf6\x12\x25\x58\x36\x70\xb7\x97\x48\x1c\x8b\x5e\xdd\xec\x25\x92\xee\x53\x37\x71\x89\xd5\x82\xe6\x6f\xc1\x16\x8a\x73\xf5\xe2\x72\x12\x30\x04\xb4\xba\xd5\x4b\x78\xd4\x5a\x75\x5b\x97\xc8\xdd\x26\xd2\x49\x06\xc2\x05\xbe\xa2\x93\x0c\x18\xf7\x58\xdd\xfb\x25\x32\x77\xa7\x54\xf7\x7e\x89\x34\x6d\x5b\xad\x26\x60\x3c\x59\x75\xeb\x97\x28\xb1\xb3\xb7\x92\xb1\xfb\xa4\x65\xbd\x4d\x73\x86\xca\x37\xe5\x76\x30\x61\x24\x5a\x75\x9f\x97\x28\x7a\x2d\xdd\xe7\x25\x32\x87\xfd\x54\xb7\x79\x89\x3c\x98\x89\xb8\xcb\x4b\xa4\xe6\xa7\xe1\x7a\x15\x28\xda\x05\xa5\x5a\xa5\x85\x3c\xb1\xbe\x8b\xce\x34\x50\xf6\xf7\xa3\x33\x0d\x78\x5e\x5d\x2d\x9a\x60\xc0\x70\xb2\x5a\x9a\x0d\xc2\x05\x45\xdd\x1e\xac\x55\x56\xb6\x55\x86\xdd\x51\x34\xae\x40\x1a\x76\x4e\x6d\x2b\x60\x44\x50\x2d\xba\xc4\x40\x8a\x62\x61\x75\x80\x01\x03\xbe\x6a\xd1\xde\x02\x49\x8f\x47\xd1\xde\x02\x29\xdb\x96\xda\x5b\x6e\x5b\x23\xbc\xb3\x16\xed\x2d\x30\xc2\x3e\xac\xbd\x05\xf2\x60\xb6\x5b\xb4\xb7\x40\x6a\x76\x02\xed\x2d\x50\x38\x64\xb3\x16\xbd\x65\xc0\x50\xa2\x5a\xf4\x96\x81\xe4\xc2\x9d\xfb\xe4\x84\x51\x5b\xd5\x4d\x71\x22\x15\xae\x82\xaa\x6e\x81\x13\xa9\x39\x56\xe9\x2d\x03\x06\x1c\xd5\x32\x2c\xd8\xe0\xbc\x2a\xe6\x1d\x45\xb3\xac\x78\x86\xad\xda\xa3\x68\x5e\x15\x0f\x50\xf0\xb3\x74\x55\x0c\x04\x67\xfc\x54\x37\xb7\x89\x32\xed\x3d\xae\x80\x81\x34\xed\xb0\x5a\x57\xc0\x9d\xb8\xd5\x8d\x6c\xc2\x88\xa0\x5a\x74\x2e\x01\x23\x4c\xaa\xfb\xd1\x84\x01\x32\xb5\xe8\x5c\x02\xb9\x3a\x66\x69\x70\x79\xdb\x8e\xee\x87\xa2\x75\x55\x3c\xbe\x95\x2d\x1f\xb5\xb8\xc0\x06\x52\x66\xb6\x5b\x4e\xbb\xc5\x49\xb7\xc0\xa6\x77\xbf\x9b\xd8\x91\x10\x6e\x6e\x13\xc3\x45\x25\x37\xb7\x89\xc4\xa1\x5f\xb5\xe8\x5d\x02\x1e\xb0\x58\xcb\x65\x29\x88\x76\xe6\xd2\x98\xea\x16\x38\xe1\x59\xc6\xd5\x6b\x80\xc4\x8e\x70\x70\x07\x9c\xf0\x64\xc6\x5a\xb4\x88\x40\x3e\xb0\x58\xca\xad\xa4\x39\x52\x95\xc3\xc8\xaa\xfb\xe4\x44\x19\x18\xd8\xee\x93\x13\xb9\xfb\x35\x68\x4a\x81\x12\xa8\xe9\x72\x2b\x89\x9b\x00\x16\xdc\x2e\x6e\x9d\x13\xd9\x38\x91\xa2\x23\x09\xe4\xdd\x1e\x5a\x52\x20\xbb\xc6\x5a\x34\x9b\x40\x66\xcf\x58\x75\x7f\x9d\x58\xed\x61\x9a\x65\x5d\x28\xe1\x00\xa8\x29\x05\x86\x73\xf5\xa2\xdd\x04\x76\x1c\x41\xd1\xb7\x04\x92\x7e\x85\xa2\xdd\x04\x72\xb7\xb9\xb5\x9b\x00\x47\x59\xfe\xb6\x4e\xd6\xac\x02\x69\x3a\x86\xba\x06\x08\x12\xb7\x78\xd4\xa2\xa5\x55\xf6\x1a\x60\xf7\x31\xdb\xeb\x45\x87\x39\xae\xea\xc7\x02\x79\x2a\x63\xfd\x58\x20\x4f\x87\xf7\x57\x19\xbc\xf4\x10\xfb\x91\xae\x2d\x90\x83\x45\xb5\xa2\x6b\x0b\xec\x75\xec\xa2\x6b\x0b\xec\xe5\xfd\xe2\xda\x21\x48\x2e\x5c\x15\xed\x3d\x90\xd9\xb1\x5f\x8b\xce\x2e\x90\x9d\x5c\x15\x2d\x40\xe0\x45\x2e\xb5\x68\x01\x82\xa4\xeb\xba\x68\x01\x82\x55\x6f\xd3\x94\x05\xfe\xaf\xd8\xf9\xdb\x1f\x16\xf2\xa1\xd6\xd1\x50\x04\x5e\xcf\x52\x8b\x86\x22\xd8\xeb\xeb\x5e\x5f\x25\xf6\x2a\x79\xe8\xc5\x02\x89\x23\xbe\x6a\xe8\xc5\x02\x49\xe9\x84\x96\x1c\xc8\x9c\x1a\x50\xc3\x55\x48\x90\x5a\xf1\xa9\xd3\xa4\x93\x03\x0b\x3b\x49\x97\x49\xfb\xc8\x7e\x92\x6e\x93\xd8\xa3\x72\x58\x88\xc7\x24\x16\xa0\xa8\x63\xe8\xd8\x02\x89\x8d\x32\x35\x34\x0a\x41\x99\x96\x5e\xa3\x10\x14\x22\x53\x6b\xe8\xfe\x02\x69\xf2\x2d\x86\x6b\x90\x20\xf5\xe9\x53\xfe\x62\xa2\xb9\x69\xc8\x70\x05\x12\x24\xee\x8e\xa9\xa1\x3d\x07\x0a\x77\x95\xd4\x30\x1a\x08\x14\x67\x22\x6e\x4e\x15\xab\xd5\x7c\x53\xe9\x10\xfa\xe3\xcc\x36\x8c\xf3\x01\xa9\x32\x05\x0b\xe3\x7c\x22\x5b\x0a\x93\xac\x37\xbe\x2e\x07\x89\xd0\xa0\x03\xa9\x68\x98\x79\x9f\x98\xd8\x6b\xbb\xa1\x91\x17\xfb\xa4\x51\x44\xad\x91\x07\x32\xfb\xdc\x6b\x68\xd1\x81\xa2\xd7\x32\x5c\xf5\x04\x7b\x89\x39\x8a\xe2\x29\x16\xcc\x5f\xb4\x60\x9e\x2a\x1a\x66\xaf\xc4\x0a\x5f\x83\x93\xb7\xd0\xee\x0b\xed\x3e\xe5\x63\x18\x51\xb8\xcb\xcd\x5a\x6a\xd1\x81\xc2\x86\x91\x1a\x9a\x6f\xa0\x1c\x7c\x34\xa1\xf9\x16\xae\x71\xee\x17\xed\x62\xe1\x39\x53\xbe\x68\x59\xc3\x90\xbc\xfd\xa6\x85\x0d\xa5\x48\xc5\x35\xd5\x40\x71\x44\x0b\xe3\x88\x40\x72\xaf\x49\x0d\x97\x21\xc1\x76\x67\x87\x26\x51\x6c\x7f\x13\x06\x4a\xb8\x98\x08\xf2\x96\xbf\xfe\x26\x90\xf7\xf7\xe6\x62\x22\x58\x6f\x92\xa6\x01\x04\x3c\xcb\xbe\x86\x06\x10\xd8\x8e\xf0\xd0\xda\x01\xc5\x41\xd1\x2b\x51\xc4\xca\xcc\x34\x6b\xd0\xd1\xe7\x78\x84\xc3\xe5\x44\xb0\x9d\x63\xa1\x05\x14\x5a\x40\xf6\x6c\xcd\x9d\xd0\xdc\xa9\x16\xcc\x6e\x60\x30\x75\xb2\x14\x8a\xb6\xfb\x5d\x52\x71\x97\x0b\xc1\x76\xe4\x85\xd6\x0e\xd8\x4e\xa2\x70\x6d\x10\xec\x39\x70\xb8\x10\x08\x86\xaa\x28\x86\x85\x60\x03\x5b\xb2\xe3\xb9\x36\x08\xc2\x68\xac\xd0\x7b\x15\x7b\x03\x1b\x46\x45\x0c\xdb\x97\x0d\x6c\x2e\x90\x84\xeb\x85\x60\x2f\xb8\x85\xeb\x85\x60\x3b\x3d\x42\x27\x17\xd8\x8e\xf0\xd0\xe4\x8a\x1d\x88\xe4\x27\xa1\xfb\x0a\x0c\xb5\x77\xb8\xa2\x17\x7b\x45\x0f\x77\x4f\xb8\xa2\x07\x42\x03\x31\x5c\xd1\x03\x7b\x04\x0f\x8d\xae\xd0\xe8\x72\x58\xd4\xc2\x02\xdb\x74\x0a\x2d\x2c\x30\x38\xd2\xa6\x86\x16\x16\xd8\x0a\x3d\xf4\x5f\x81\x3d\x55\x09\x6d\xae\x38\xb7\x7c\x7c\x53\x61\x2c\x44\x1c\xbf\x7d\xc9\x45\x0d\x0d\x30\x90\xf7\x48\xaa\x01\x16\x1e\x94\xef\xd8\x7d\x59\xee\x8b\x72\x33\xf7\x0b\x5d\x5e\xb1\x77\xa5\xe1\x34\x0a\x7d\x5e\xe0\xe7\x17\xe9\xf2\x1e\x48\x86\x0a\x84\x6e\x30\xf0\x73\xd8\xbc\x2c\xf7\x65\x10\x00\x06\x51\xe8\x1a\x03\x89\x7d\x0b\x35\x74\x8d\x81\x52\x99\x91\x84\x46\x1f\xd8\x16\x43\xb8\x2e\x08\xf6\xec\x26\x5c\x04\x04\x2b\x7f\xdf\xf4\xeb\xb8\xf9\x3a\x98\x51\x85\xb6\x21\xd8\xb3\x9b\xd0\x36\x04\x39\xa9\x0a\x34\xf1\xc0\xca\x0c\x99\xe9\xe1\x02\x3f\x87\x0a\x4d\xa9\xd0\x94\xb2\x2f\x69\x4a\x81\x9f\xa5\xd0\x0a\x0a\x9c\x4b\x7b\xa4\xd0\xe2\x01\x39\x54\x05\x5a\x3c\xa0\x18\x28\x16\x1a\x2e\xa1\xe1\xa2\xf8\x35\x5c\x42\xc3\xc5\x0e\xa1\xfd\x01\x4a\xb2\x77\x69\x1f\x84\xf6\x81\xa2\x76\x7d\x0c\xfc\xec\xe2\x3a\x92\xc0\xe0\x2c\xc1\x5a\xb5\x0f\xaa\x17\x8e\x32\xd0\x55\xfd\x41\x20\x1f\x54\xa8\xea\x0f\x02\x99\x23\x27\x6b\x55\xa7\x83\x25\x30\xdf\xfc\x4c\xe3\xb3\xe5\xe3\xae\x2a\xf5\xaa\x52\xa7\x41\xaa\x8b\x55\x60\x7f\xa2\x55\x57\x0e\x48\xae\x15\x54\x35\x6c\x75\x77\xb9\x01\xab\x55\x7d\x5a\xd5\xa7\xf8\xd9\xaa\x6e\x14\x50\x38\x28\xba\x56\xdd\x28\x20\x07\xea\xba\xaa\x75\xab\x6e\x94\x69\x52\x35\x49\xf3\x0c\x6f\x62\x55\xeb\x56\x5d\x2b\x4c\xe4\xab\x5a\x17\xec\x6e\xe1\x79\x13\x22\x73\xf4\x45\xad\x2a\xca\xaa\xa2\x54\x16\x2e\x05\x81\x3c\xf0\xaa\x55\xbd\x21\x55\x6f\x08\x0e\x98\xaa\xee\x04\x99\x73\x15\x6b\x55\x2b\x82\xf4\xb3\x96\x7a\x30\xc0\xcf\xb2\xba\xee\x03\x8a\x53\xe8\xaa\x6b\x02\xa4\xc1\x67\x59\x5d\xf7\xa9\x6c\x43\x72\xdd\xb4\xea\x61\x00\x61\x50\x4c\x75\xdd\x07\x84\x6b\x85\xde\x8c\x25\x3a\xc7\x28\xd6\xaa\xd3\xa1\x6e\x0f\x83\x6f\xba\xee\x03\x7e\x36\x92\xda\x08\x84\xbe\xc3\xaa\x36\x02\xe1\x34\xa5\x76\xf3\xef\x9c\x92\x8f\xaf\xab\xaa\x8d\x40\xb8\x34\x50\x5d\x38\x01\xa1\x83\xa7\xaa\xa0\x40\xe6\x88\xf7\x5a\x55\x50\x60\x70\x99\x70\xad\x2e\xaf\x80\x50\x41\x55\x97\x57\x40\xfa\x29\x0b\x27\xf2\x20\xb1\xa3\xb7\x7a\xcf\x96\x08\x1d\xd6\xde\xb3\x25\xca\x81\x1b\xc5\x1b\xb4\xc4\xca\x8c\xdf\x74\x6e\x0f\x42\x3f\x47\x35\xe4\x04\x84\x2b\x27\xd5\xe9\x3e\x48\x06\xa6\x54\x15\x14\x48\x95\xe1\xa2\x1a\x98\x02\x12\x07\x62\xd6\x3a\xfd\xc9\xa9\xc4\xe8\x89\xfa\x09\x40\xe8\x05\xae\xa7\x15\x3f\x59\x57\x42\xa7\x54\xf5\x13\x08\x95\x51\x55\x3f\x81\x50\x25\x7a\x47\x97\xc8\xdc\x2f\x53\xbd\xa2\x4b\x24\x63\x31\xaa\x2a\x0b\x24\x83\xd7\xaa\x3e\x01\x10\xce\xf6\xab\x3e\x01\x90\xdc\xd0\xe0\xb5\x5d\x75\x5f\xdb\x85\x59\x54\x1d\xd2\x41\x70\x5d\x76\xad\x2e\x80\x80\xd8\x2d\xe9\x88\x0e\x22\xcc\xcb\x89\x36\x08\xe3\x0f\xaa\xf3\x65\x10\x7b\x64\x33\x3c\x03\x84\xe1\x13\xd5\xb9\x31\x08\x2e\xd5\xae\xd5\x59\x2f\xf0\x62\xcd\xea\xdd\x5a\x22\x5c\x13\xaf\x4e\xd2\x40\x04\x9e\x9c\x6a\x90\x02\x88\xc8\xfd\xb7\xb5\x72\x75\x40\x06\xc1\x71\x36\xb5\xea\xec\x07\xc1\xe9\x33\xd5\x8b\xb6\x44\x9e\xb8\x45\x9a\x13\xb6\xb6\xe3\x46\x19\x97\x9a\x33\x36\x90\x34\x8a\xbd\x90\xab\xb6\x43\x7d\xcb\x28\xd7\x1c\x6b\x41\xb8\x3a\xd5\x1c\x6b\x41\x68\x09\x34\xdd\xe6\x20\x07\x13\xa8\x66\x40\x28\x48\x86\x16\x35\x67\x5e\x20\x38\x62\xa6\x36\xe7\x54\x20\x55\xbf\xff\xe6\x6c\x09\x24\x8d\xa6\xe6\x20\x0d\x22\xcc\xcc\x41\x1a\x64\x63\x9e\x9a\xc1\x9f\x20\x38\x76\xa7\xb6\x62\xf1\xb9\xbc\xc1\xa5\xc1\xe6\x64\x09\x44\xec\x17\x2d\x7e\x71\xce\xc6\x67\xd6\x1c\xca\x41\x04\x33\xda\xe6\x0c\x07\xa4\x3d\xc0\x78\xa5\x98\x48\x46\xb7\x34\x27\x2a\xcd\xd5\x79\x97\xef\x9a\x5e\xe5\xa6\x57\xd9\x51\xa1\x39\x26\x83\xdc\xf7\xab\xb6\x40\xd8\x9c\xc8\xd1\x61\x1a\xa4\xfd\x8d\x36\x83\x2f\x41\x70\x3b\x79\x6d\x0e\xdd\xa0\x1b\x01\xda\x5c\x9f\x07\x29\x6c\x74\x97\xd4\x41\x70\x68\x50\xf5\xc2\x31\x91\xf6\x70\xeb\xf5\x62\x22\x71\x8e\x40\x6d\xba\x7d\xbd\x71\x6c\x8f\xb7\xde\x38\x26\xc2\x45\x89\xe6\x1c\x07\x04\xa7\x03\x55\x6f\x21\x13\xc1\xe1\x40\xd5\x2b\xc7\x44\xda\x23\x5d\x73\xda\xd3\x5c\x54\x77\x78\x6a\x4e\x72\x40\xa9\x58\x20\xcd\x09\x0d\x48\xd5\x91\xa7\xe9\xc0\x05\xc5\x08\xa6\xd6\x2d\x1a\x07\xcc\xef\x4a\xa9\x1d\x9a\xda\x81\xb9\x68\x73\xdc\x07\xa1\xc3\xbe\x39\xee\x37\x6f\x1c\x63\x62\xdb\x1c\xd0\x9b\x03\x3a\x13\xcf\xe6\xf4\x02\x84\xc6\x58\x73\x25\x1c\x84\x7e\x92\x66\x54\x21\x48\x5b\x6d\x35\x07\x74\xd0\x5b\xf5\x31\xf3\x67\x40\xdf\x4a\xaa\xe9\xad\x05\xb1\x8b\xe1\xf4\x02\x14\x97\xfa\x9a\x73\x09\x10\x2a\xff\xe6\xf8\xda\xb4\xff\xb7\x7c\x1c\x60\x9b\x03\xac\x1d\xcd\x35\xed\xe6\x91\x52\x8e\xe9\xcd\x45\x6d\x10\xe1\x88\xe0\xa0\x0b\x62\x7f\xd7\x5a\xf3\x20\x02\xe3\xa5\x69\x93\x83\x08\xeb\xa4\x4d\x0e\x22\x98\x92\x35\x6d\x72\x10\x5c\x99\x51\x9b\x8e\x58\x10\x5c\xab\x50\x9b\xc6\x36\x08\x8e\x8f\xaf\x4d\x63\x1b\xa4\x3d\x36\x37\x3d\xb1\xa0\xeb\x63\x6d\x3a\x54\x41\x04\x53\xe9\xe6\x4e\x07\x10\x1c\x01\x5d\xdb\xe3\x4f\x3e\xfe\x24\x35\xd2\xa1\x0a\xbc\x6f\xa7\x36\x0d\x77\x10\xdc\x39\x58\x9b\x0a\x02\x64\xfd\x22\x4d\x7f\x2a\xc8\x86\xa4\x37\xfd\xa9\x20\x6d\x05\xd4\x5c\x9b\x6e\x5e\x61\x85\xa6\x6f\x2e\x44\x83\x64\x5c\x74\x53\x8f\x80\x3c\x6d\x4b\xf5\x08\x48\x5b\xdd\x34\xad\x79\x10\xc1\x84\xbe\xe9\x73\x04\xf9\x40\x63\x37\x0d\x7c\x90\x38\x49\xbd\x36\x1d\x8c\x20\x1b\x6b\xdc\xd4\x40\x4d\x0d\xd4\x7c\xca\x5a\xb2\xc9\x71\x5a\x7c\xb5\x0e\xc8\x87\x0d\xee\x34\x00\x04\x27\xbc\xd7\xee\x7a\x32\x88\x60\x76\xdd\x75\x26\x82\xe2\xe6\xc2\xee\x64\x01\x04\x47\xb0\xd7\xae\x6e\x02\x11\x4c\x22\xbb\xaa\x09\x44\x30\x91\xee\x3a\x13\x41\xda\xba\xbe\xeb\x4d\x04\xe1\x66\xa0\xae\xeb\x10\x44\x20\x8a\xee\x94\x02\x78\xf6\x5c\xed\xee\x7b\xe8\xde\x32\xc9\xb0\xd2\x8d\x89\x03\x11\xfb\xa9\x6a\x92\x5f\x6f\xfa\x1b\xc2\xbe\xba\x9a\xb1\xab\x19\x11\x7b\x57\x0d\x82\x08\x3a\x6a\xe7\xdc\x06\x11\x81\xa1\xd4\xf5\x36\xf6\x7f\xbb\xdf\xa9\x76\x97\x8a\xc1\xea\x35\x94\xd2\xb5\x62\x90\xb6\x65\xd1\x75\x41\x82\x30\x18\xa9\xeb\x82\x04\x89\xad\xb7\xb5\xbb\x1f\x11\x64\x8e\x7c\xa8\xdd\x3d\x84\x20\x0d\x06\x8a\xae\x9a\x05\x69\x1b\x46\xdd\xd8\x3a\x90\x8d\x20\xea\x4e\x86\x7a\xb1\x5f\x62\x14\x74\x55\x68\x57\x5d\x62\x6f\x76\x9d\x8b\x20\x5c\x54\xee\x4e\x73\x40\x70\x48\x71\xed\x2a\x50\x90\x93\xbd\xc4\xe5\x5c\x90\xb8\x1f\xbd\x76\xe7\x34\xa0\x70\xd4\x7d\xed\xaa\xcf\xee\xa2\xac\x76\x48\x57\x7f\x76\xf5\x67\xf7\x4d\xeb\x44\x78\x1b\x07\x55\xd5\xae\xfa\xec\x9e\xe6\x80\x99\xd3\xf5\x07\x82\xe4\x9e\xa5\x5e\xed\x85\x55\x17\x0c\x6d\xe2\x12\x29\x08\x4e\x65\xab\x5d\x8d\x0a\xf2\x61\xc7\x31\x48\x0d\x8c\xdd\x55\x55\xb2\x20\xcf\xec\x53\x66\xcf\x3a\x6a\x30\x89\xed\xea\x53\x50\x0e\xbf\x21\xfd\x83\x20\x6d\x03\xaf\xbb\xea\x08\x22\x94\x85\xab\x8e\x20\x37\x0c\x93\xee\x6c\x05\x44\x30\xed\xef\x4e\x56\x40\xb8\x78\xd0\x9d\x99\x80\xe4\x7e\x99\xae\xd3\x0d\xa4\x6d\x66\x76\xd7\x26\x41\x04\x93\xd8\xee\x9c\xa3\xcf\xfd\x18\xb9\xa9\xb5\xba\x5a\x8b\x59\x6c\x57\x6b\x81\x34\xed\x9e\x06\x75\x75\x6f\x98\x2c\x3e\xa5\x14\xf1\x93\x71\x00\x75\xed\x4e\x27\x40\xb8\x29\xa4\xab\xdb\xc0\xd0\x20\xef\x4e\x14\x40\x70\x22\x77\xed\x3a\xaa\x40\x70\xd4\x76\xed\x3a\xaa\x40\xc2\xd6\xfe\x5d\xed\x2a\xad\xae\xd2\x72\x10\x50\x1d\x75\xd5\x11\xd3\xeb\xae\x8b\x08\x04\xe7\x71\xd7\xee\x7c\x02\x8c\xfd\x8d\xa8\xb4\xc0\xd8\x9f\xa5\xeb\x82\xa0\x70\xf1\x70\xed\x2a\x28\x90\x2b\x63\x6b\x37\x76\xaa\xab\x8d\x18\x94\xbb\x73\x93\xee\xdc\x64\xfa\x94\x85\x78\x2c\x04\xd9\x3b\x37\x01\xc5\xb8\x88\xee\xdc\x04\x24\x37\x82\x75\xd5\x0c\x28\x15\x73\xb2\xab\x66\x40\x54\x7b\x8a\xeb\x6b\xdd\xf5\xb5\xd8\x8f\x39\x38\xbc\xea\x31\x7b\xac\x21\xda\x20\x57\xcc\xeb\xee\x12\x55\x77\x39\x2a\xac\xa6\x53\x1d\x90\xb3\xdf\xa0\x8a\x06\x14\xd7\x3f\xba\x8a\x06\x24\x23\xa1\xfb\x67\x9d\x3e\xb6\x68\x16\x7f\xd2\x3a\x79\xde\x8f\xc6\xfa\x50\xd3\x80\xd2\x11\xf6\x30\x4c\x69\x18\xa6\x84\x34\x86\x61\x4a\x20\x71\x6f\x66\x1d\x4e\x8c\x40\x76\xeb\xf6\x50\xd3\x80\xb4\xa7\x0c\x43\x55\x03\x22\xf0\x65\x0c\x35\x0d\x88\x8a\x41\x3f\xd4\x0e\x20\xbb\xad\x75\x18\x28\x04\xc2\xb0\xed\xe1\xc2\x12\x88\x8a\x85\x30\x9c\xf1\x80\xb4\x27\x16\xc3\xb1\x1e\x04\xe7\xcc\xd5\x61\x0c\x10\x28\x07\x52\x1c\xc6\x00\x81\x64\x70\xea\x70\xc0\x06\xdd\xc1\x7f\x38\x5e\x0f\xaf\x70\xe0\xbb\x1f\x4e\x95\x40\xe1\x88\xa1\x3a\x9c\x2a\x81\xb4\x0d\xf5\xe1\x5c\x09\x64\xfd\xa8\x43\x1f\x17\x28\x9c\xe2\x52\x87\x71\x41\xc3\xd0\x66\x8b\xef\xfa\x10\x08\xe3\xde\x86\x03\x3d\x28\x06\x0d\x0c\x03\x7e\x40\x1c\x56\xd2\x51\x1d\x24\xa7\xa5\xc3\x89\x12\x08\x77\xcf\x0c\xc7\x66\x90\x3b\x46\xe8\x30\xac\x06\x44\xfd\x1b\xce\xfb\xaa\xc3\x10\x1b\x50\x38\x96\xa1\x0e\x43\x6c\x40\xb1\xbf\x0d\x43\x6c\x40\xe1\x08\x89\x3a\x54\x03\xa0\x38\xef\x19\x46\xdd\x80\x62\xf4\xe7\xd0\xdb\x05\x72\xf2\x29\x95\x05\xe8\x5d\xa9\xbb\x83\x0d\x04\xe7\xcc\xd4\xa1\x1a\x00\xc9\x28\xae\xe1\x1c\x0a\x14\x4e\x18\xab\x43\x35\x00\xa2\xe2\x22\x19\x06\xc5\x80\xa8\xbe\xe8\xfa\x0f\xc8\x4e\x97\x86\xdb\xbe\x40\x70\x00\x63\x1d\xfa\xd2\x40\xda\x93\xc0\xa1\x33\x0d\x64\x1d\x73\xc3\xe9\x12\x48\x7b\xce\x3d\xf4\xa6\x81\x64\x80\xd6\x70\x2b\x18\x08\xbd\x51\x43\x65\x01\x4a\x63\x56\x35\xdc\x4c\x05\xf2\x60\xe8\x1b\xea\x0f\x50\x5c\x07\x1c\x3a\xa8\xc0\x50\xa1\x0f\x1d\x54\x20\x1c\x33\x87\xde\x28\x50\x3a\x93\xaa\xa1\x37\x0a\xa4\x3d\xc7\x1c\xfa\x9e\x86\x87\xcf\xd8\x9b\x9d\x07\x01\x6f\x5a\xac\xc3\x85\x8e\x61\xa4\x09\xea\x75\xa8\x3f\x40\xa9\x7e\x40\xea\x0f\x10\xd5\x16\x71\xa1\x03\xc4\xfe\x18\x2f\xbb\xc5\x42\x54\xf4\xfe\x30\x1e\x05\x44\x75\xac\x72\x9d\x03\xe4\xc3\x81\xc9\xc9\x12\x28\xcd\x1a\xe9\xc7\x02\x51\xf1\x17\x0d\xf5\x0e\xc8\x93\x41\x74\x38\x0b\x1a\x5e\xf1\xeb\x57\x66\xf0\x09\xc8\xbb\x10\xea\x1d\x90\xf6\x3c\x7d\x18\xc8\x3b\x0c\xe4\x75\xea\x3b\x9c\x2d\x81\xa8\xca\xc2\xd9\x12\x88\x6a\x8b\xa8\x9f\x40\xda\xf3\xe8\x61\xbc\x2f\xc8\xbb\x2d\x9d\x54\x81\xa8\x18\x11\xc3\x49\x15\x08\x8e\xc9\xab\xc3\xc0\x15\x10\x15\x1b\x62\x38\xcf\x1a\x06\xae\xc4\xce\xcc\x4a\xe1\x89\xab\xd9\x0a\x58\x29\x02\x7e\x2b\xb6\xc0\x50\x01\x82\xa8\xf8\x7a\x86\x33\x28\xe0\x3d\xdb\x75\xb8\xb4\x02\x42\x9d\x38\x5c\x47\x19\xee\x1e\x77\xb6\x3d\x8c\x13\x01\x5e\xaf\x5a\x87\x71\x22\x20\xef\x8e\xe1\x6c\x0c\x64\xf7\x3b\x0c\x83\x42\x40\xe8\x97\x1a\x4e\xd0\x40\xe6\xe8\xbf\x3a\x0c\x0a\x01\xc9\x08\x90\xe1\x9c\x0d\x14\xd7\x7d\x87\xaa\x14\x94\x43\x8d\xa5\x2a\x05\x51\x1d\x7e\x55\xa5\x20\xd4\xcb\xc3\x4d\xe7\x03\x4f\x61\x65\x74\x9f\xea\x48\xe0\xe5\xb0\x75\xaa\xfd\x40\x71\x1f\xfa\x54\xf9\x81\xa8\x74\x95\xa9\xf2\x03\x43\x73\x70\x1a\xb4\x01\xd2\x76\x76\x4c\xe7\x59\x20\xb9\xe2\x3a\x5d\xba\x01\x51\xc3\xa4\x6a\x52\xfd\x79\x1f\x6d\x9d\x4e\x9a\x40\xd2\x35\x3a\x9d\x34\x01\x8f\x6e\xab\x53\xe5\x0a\xb2\x8b\x64\xd3\x28\x5c\x90\xb9\x2d\xba\x4e\x3d\x8c\x20\xb8\x27\xaf\x4e\x67\x5b\xa0\x70\xcc\x51\x9d\x9e\x07\x03\x4a\x67\x41\x72\xaa\x6e\x41\xda\x1e\x9d\xe9\xa6\x25\x10\x5c\x0e\x56\xa7\x33\x2b\xe0\xdd\xb9\x75\xea\xad\x04\x85\x43\x1c\xeb\x54\x51\x83\xcc\x35\x93\x75\xba\x18\x05\x8a\x3d\x78\x1a\xee\x31\x09\xf7\xa8\xca\xd0\xe5\x29\x90\x0c\x6d\x9d\x6a\xf8\xb9\xa7\x64\xf8\x05\xa6\xfa\x1c\xe4\xac\x10\xd5\xe7\x20\xea\x7e\xca\xb2\x7a\xd3\x03\x7e\xef\xa9\x4f\x13\x44\x55\x62\x2e\x4f\x4d\xaf\x9f\x4d\x76\x02\xd7\xa7\x40\x54\xcb\xef\x62\x14\x48\xee\x05\x98\xce\xd2\x40\x32\x76\x64\x1a\xb5\x01\x4a\xae\xbf\x7d\x40\x76\x9d\xfa\x4a\x41\x31\xa2\x6e\x3a\x87\x03\x51\x77\x92\x42\xe0\x44\x3e\x23\x4b\xa6\x73\x38\x10\x15\xed\x3a\xb5\x13\x40\xf2\xa8\x8b\xa9\x57\x14\x0c\xe7\x28\x53\x43\x00\x94\x6e\x7b\x19\xf9\x01\xc2\xc5\xc9\xa9\x6d\x30\xb5\x0d\xf0\x2d\x4c\x6d\x03\x10\x5c\xb7\x5b\xa7\x86\x00\x88\x8a\xff\x6a\xea\x74\x05\xc3\x99\xc6\x74\x71\x0c\x0c\xcd\xeb\xe9\x4a\x18\x88\xca\x88\x30\x35\x17\xa6\x8b\x63\x7a\xe9\xa6\xf6\xc2\xd4\x5e\xc0\x19\x36\x5d\x2f\x03\x43\xbb\x7c\x3a\xdf\x04\xc9\xb9\xc0\x74\xc7\x3b\x88\x5a\xcd\xcb\xe2\x37\xd7\x8f\x7d\x51\xe1\x33\x05\xad\xd5\x24\x6b\xd4\x8c\x98\xf3\x17\xed\xa7\xf8\x6f\x6b\xb5\xf8\xd6\xa8\x39\x3b\xb0\x87\x18\xf0\x0b\x4a\xf5\xd3\x30\x6c\x05\x78\xad\x74\x9d\x7a\x74\x41\x71\x03\xf8\xd4\x7b\x0b\xa2\xe2\xd1\x9a\x46\x9a\x80\xe4\x26\xdb\x39\x14\xcf\x40\x39\xe1\xab\x9a\x4e\x7a\x41\x71\x9f\xc6\xd4\x40\x01\x45\xdd\x31\x5d\xee\x9b\x46\xdf\x1e\xe6\x65\x25\x07\xdb\x5b\xa7\x79\xf9\x8b\x6c\x8a\xaa\x68\xe5\xa9\x19\x03\x52\x73\x10\x32\x38\x04\x94\xfd\xf9\xeb\xcf\x05\xc5\x38\xc8\xe9\x06\x28\x10\xdc\xd7\x56\xa7\xab\x71\x20\x8c\xf6\x9a\xce\x82\x41\xb8\xfb\x6c\x3a\x0b\x06\xc3\xc9\xd4\xd4\xc3\x0b\xb2\xab\xd3\x53\xfb\x07\x14\x37\x8c\x4e\x27\xc6\xd3\x9d\xdd\x0e\xb4\x1a\x36\x20\x2a\x96\xec\xd4\x64\x01\xa5\x3b\x12\x6a\xb2\x80\x11\x3b\xc9\xd2\x73\x8d\x61\x3a\x7c\xd1\xa6\xc5\x64\xd1\x73\x3b\x9d\x17\x83\xa8\x7e\x1f\xba\x69\x41\xf6\xb8\x8c\xa9\x7d\x02\xd2\x76\x29\x4f\x27\xc6\x20\x7b\x1c\xc7\xd4\x18\x01\x29\xf9\x94\xb6\x08\x48\x13\xeb\x6d\x3a\x57\x06\x69\x3b\x90\xa7\xf6\x09\xc8\xee\xf1\x99\xda\x27\x20\x79\x42\xd4\xd4\xca\x98\xac\xed\x55\xdb\x48\x8b\x62\x6a\x51\x34\x5f\xb4\x8d\xb6\xeb\xd6\x21\xc5\xd9\xf2\xdc\x1e\x58\x07\x23\x0d\x08\x90\xdc\xc8\x3d\x9d\x41\x83\xa4\x95\x3a\x0d\xd7\x00\x51\xf1\x44\x4e\xa3\x51\x41\xe9\xb8\x17\xa6\x56\x06\x28\x3a\x39\xa6\x56\x06\x48\x65\x62\xd4\x4d\xa3\x3e\x41\xd2\x47\x36\xd5\xf0\x20\x79\x18\xc6\x74\xb2\x0c\xb2\x47\x98\x9c\x86\x78\x82\xe4\x39\x5b\xa7\x5e\x59\x90\xf4\x04\x9e\x7a\x65\xcf\x1d\xe2\x59\x7d\x6c\x9a\xc6\xd8\xd0\x7d\xec\x36\x49\xad\xcf\x70\x74\x1a\x5f\x09\x82\x93\x76\xeb\xa9\xf2\x3e\xbd\x30\x1f\x55\x71\xaa\xa9\x41\xb8\x3e\x7d\xaa\xa9\x41\x2a\xdc\xa1\x5e\x4f\x55\x35\x08\xce\xd0\xad\xa7\x8e\x51\x10\xd5\x0a\x38\x81\x06\xd9\x91\xff\xd4\x2f\x7a\x6e\xbf\x28\xe3\xe9\xa9\xf6\x3e\xd5\xde\xf4\x83\x53\x55\x0d\x4a\xcb\x3e\x65\xfe\xde\x1d\x8f\x12\x3e\x9d\xf3\x9e\xac\x0f\x3a\x8b\x3a\x8d\x89\x04\xd9\x9e\x71\x3a\xc1\x05\xe1\x12\xd9\xe9\x04\xf7\x74\x82\x4b\xff\x3c\x8d\xce\x00\xc5\x53\xec\x4e\xd5\x26\x48\x7b\x51\xe2\x54\x0b\x82\x50\x95\x9e\xea\xa4\xd3\x68\x44\x17\x2a\x4e\xd5\x0d\xc8\x9e\xfa\x76\xaa\x21\x4e\x35\x84\xc2\x56\x43\x80\xb4\xd7\x33\x4e\xfd\x8f\xa0\x2c\x3b\xf8\x37\x15\xf3\xa9\x22\x00\xc1\x3d\x49\xf5\x54\x11\x9c\x2a\x02\x5c\x36\xa7\x8a\xe0\xdc\x8a\x80\xc1\xfb\x74\x2e\x79\x7a\xe6\xaa\xcb\x0a\xa7\x2e\x4b\x50\xb8\x65\xbb\x9e\xc6\xde\x81\x62\xcc\xed\xe9\x42\x18\x08\x2e\x28\xab\xa7\x63\x29\x28\xfa\xf7\x4e\x67\x89\x20\xed\xa5\x86\xd3\xa0\x05\x90\xf6\x8a\xc4\xe9\xa0\x08\xd2\x5e\x6c\x38\x9d\xdb\x9d\x06\xb1\xb9\xb4\x70\xba\xa0\x05\x42\xc5\x75\x1a\x9e\x06\xa2\xf2\x59\x9e\x8e\x81\x20\xb8\xfd\xa9\x9e\x4e\xdb\x40\x32\xdc\xf2\x74\x8d\x0b\x04\x57\x8a\xd5\xd3\x61\xf1\x74\x58\xb4\xa3\x38\x04\x82\xa8\xc3\x24\x0b\xc1\x69\x5e\xc3\xa6\x75\x54\x04\xc1\xb5\xf0\xf5\xd4\x11\x08\xc2\x35\x9c\xd3\x79\xd6\xe9\x3c\x8b\x41\xe5\xd4\xeb\x77\x7a\x60\xb8\x4b\x2a\xa7\x61\x67\x20\x4f\xbf\x40\xc7\xb6\x53\x4f\xa0\xa2\x75\x1c\x03\xc1\xb5\x20\xf5\x74\x6e\x04\x82\x13\x7a\xeb\xe9\x7c\xe3\xfc\x28\x3e\x03\xd4\xa5\x4f\x0e\xa4\xbd\x16\x73\x39\x82\x80\xe4\x77\x74\x39\x95\x00\xa1\x9b\xfa\x72\x50\x01\x61\x50\xf2\xe5\x84\x00\x04\x17\x33\xd5\x4b\xeb\x1f\xa4\xbd\xb0\xe3\x2d\x3b\x22\x3b\x03\xbc\xfc\xe6\x41\xda\xcb\x38\x97\xc6\x38\x08\x6e\x96\xaa\x97\x96\x37\x28\x47\x33\xe9\x31\xc9\x8e\x8c\x01\x70\xe9\x49\xbb\xf4\xa4\x31\xdc\x5d\x9a\xd9\x20\xb8\xea\xa4\x5e\x86\x13\x80\x68\x87\x4f\xbd\x26\xbd\x24\x2d\xf9\x5f\x0e\x17\x20\x9c\xe2\x5f\x0e\x17\x97\x57\x80\xb8\x5a\x74\xb9\x03\x0e\x04\x57\x4b\xd5\xcb\x98\x2f\x10\x9e\x1f\x76\x69\xfb\x5e\x9e\xbd\xb4\x93\xcc\x6c\x21\x1a\x36\xe0\xa5\xa1\x0b\xd2\x64\x34\xbd\x1c\x54\x40\x70\x5d\x53\xbd\x8c\xef\x02\x43\x07\xeb\xa5\xed\x0b\xb2\xc7\x6e\x5c\xda\xbe\x20\x8f\x30\x7b\xe5\xca\x31\xd3\x1e\xe9\x70\x19\x18\x06\x72\x4e\xfe\xa2\x72\xad\x5a\x72\x54\xc8\x98\xea\xcb\x0b\x3a\x94\x8e\x43\x16\x48\x5b\xac\xae\xab\x80\x34\x99\x96\x5c\xda\xb9\x20\xb8\x01\xb9\x5e\x8e\x6b\x97\xc1\x0b\xcd\x17\xed\x2a\x18\xb5\x5c\xc6\x51\x2f\x1d\x6a\x20\x0f\x66\x85\x97\x0e\x35\x10\x1e\x8a\x78\x19\x80\x00\xc2\x59\xfa\xa5\x01\x0b\xc2\x09\xf2\xa5\x8f\x0d\x84\x56\xe1\xa5\x01\x0b\xa2\xe1\xe4\xb9\x0c\x3f\x00\xc1\x75\x69\xf5\xd2\xed\x76\x6d\xb7\x1b\xf3\xb1\xcb\xa1\xf2\xf2\x32\x11\x97\x02\x2f\xfd\x6e\x20\xb8\x7c\xad\x5e\x1a\xba\x20\x95\x2d\x7e\x2d\x5d\x10\x5c\xdb\x56\x2f\x5d\x71\x20\x73\x4b\x63\xbd\x8c\x66\x00\xc9\xa3\x8e\xbc\x88\x4a\xe4\xb2\x93\x14\x19\x41\x6c\x9e\x82\x71\x69\x22\x83\xb4\xd7\xf3\x2e\xd7\x8a\x40\xee\xb6\xa5\x6b\x45\x20\xe9\x64\xbb\xb4\xa4\x2f\x0f\xbb\xde\x55\xb2\xc5\x39\x16\xd2\xc1\xe7\x32\x34\x02\x14\x0f\xb1\xbd\xf4\x11\x82\xec\x22\xc1\x65\x40\x1c\x48\x3a\xb3\x2e\xed\x6d\x90\xa7\xa3\x8a\x6a\x03\x94\x63\x67\x6f\x51\xbd\xef\xcd\x2e\xac\xbf\x11\xa4\xdd\x4a\x5a\xe5\xa0\xb8\x47\xe2\xd2\xdf\x08\xb2\xfb\xc8\x2f\x57\xb0\x40\x6a\x98\x08\x97\xb6\x3b\xc8\x9d\xa1\xf9\xd2\x76\x07\xd9\xbd\x6e\x97\xb6\x3b\x28\x43\xb1\xba\xbd\x0e\x04\x87\x4d\xd7\x4b\xa7\x24\x48\xad\xfe\xf6\x21\xd9\xf5\x72\xcd\x0b\xe4\xe4\x20\xa1\x5e\xbb\x76\x70\x36\xf9\x1a\xcd\x01\x92\x1b\xee\x2f\x8f\x28\x00\x59\x63\xf6\x32\xc0\x03\xa4\xb2\x93\x14\x3a\xce\x4e\x4f\x02\xb8\x9c\x39\x80\xc2\x9d\xa3\xf5\x32\x36\x1b\x64\xc3\x5a\x2f\x57\xd4\x2e\x4f\x2d\x60\xba\x77\xa9\x0f\x41\x76\xb7\xe5\xe5\x22\x1b\x08\x8d\xb0\xcb\x38\x3e\x90\x74\xac\x5d\xfa\x3f\x41\xd1\xc8\xbe\x9c\x72\x80\xd2\x51\xdd\x97\x2e\x51\x10\x2d\x5b\x08\x8b\xca\x29\x4e\x8d\xc9\xf6\xa5\x6e\x05\x45\xbf\xe0\xa5\x6e\xbd\xd4\xad\xd8\x65\x97\xd3\x0b\x90\x74\xb1\x5f\xce\x2e\x40\xd2\xed\x70\x39\xbb\x00\xc1\x41\xd7\xf5\xd2\xad\x09\x86\x2b\x29\x97\x81\x21\x97\x17\xcf\x39\x48\x38\xbb\x00\x59\xaf\xc6\xa5\x0b\x13\x84\x7b\xa6\x2e\x5d\x98\x20\x7b\xaa\xf2\xa5\xe6\x06\xc9\x2d\x28\x97\x01\xe3\x20\x0c\xad\xbd\x74\x74\x82\x68\xd6\xd1\x79\x0a\x08\xf7\x72\x5d\xea\x77\x10\x46\x64\x5c\x9e\x59\x00\x4a\x56\x99\x3b\x75\x01\x35\x3b\xa8\x6a\x05\x80\x5c\x77\x21\xac\xe3\xcb\xf8\xcf\x2a\xc2\xe5\xd4\x05\x8c\xd8\x49\xd6\xf1\xf5\xc6\x1b\x92\xf4\x86\x82\xf0\x18\x9e\xcb\xd8\x14\x10\x4e\xe3\x2e\x57\x16\x41\x39\x54\xdb\xce\x82\x40\x78\x54\xc3\xe5\x46\x37\x90\x77\xb5\xb5\x4e\x40\xf6\x08\xa7\xcb\x20\x49\x90\x3d\xc1\xf7\x72\xae\x04\xb2\x7b\xdf\x6e\xe7\x4a\xa0\xe8\x0d\xb9\xf5\x99\x82\xec\x8e\xaf\xdb\xb9\x12\xc8\xca\xeb\x76\xa9\x11\x84\xeb\x1d\xb7\x4b\x8d\x20\x1b\xd8\x74\x1b\x01\x7f\x13\xe7\xd2\x50\x42\xb7\x16\xd2\xed\x3d\xc0\xf4\xaf\x5b\xff\x2b\xc8\x5c\xa3\x5e\x6f\x8d\x26\x90\x35\xf1\x6f\xc3\x5c\x40\xb8\xd5\xf9\x36\x76\x13\x14\xf7\x15\xdc\x7a\x64\x41\x76\x56\x77\x3b\x5d\x03\xd9\x19\xdc\x6d\xe4\x0b\x08\x87\xb7\xdb\x98\xcf\xdb\xcb\xe7\xb8\x12\xa6\xde\x1a\x65\x20\xf7\xc3\x37\x2d\x3e\x46\x59\x19\xc5\x34\xcb\x8f\x4f\xd6\x89\xd8\xed\xf9\x9e\x60\xb8\x8e\x74\x3b\x85\x03\xd1\x70\xb6\xde\x5a\x73\x20\x1a\x0e\xcc\xdb\x59\xdd\xbd\x67\x75\xdd\x34\x8b\xc6\xb2\xe8\x60\x40\xb9\x0d\x6d\x01\xe1\x51\xde\xb7\xde\xd6\xdb\xd0\x7f\xe3\x40\x6e\x2d\x3c\x90\x3a\xe3\xce\xad\x81\x77\x7b\x89\x9c\x11\x2a\xb7\xbe\x55\x90\x9d\x96\xdc\x7a\x4d\x6f\x22\xf8\xdb\x4e\xb2\x9a\xc5\x63\x37\x10\x90\xd1\x2e\x20\xeb\x81\xbd\x9d\x36\x82\xe2\xce\xcf\xdb\xa5\x52\x90\x9d\xe2\xdc\x5a\x8b\xa0\x68\xda\xde\x06\x9a\xde\x9e\xa0\xc0\x78\x7b\x6b\x40\x82\xd4\x19\x78\x6e\x0d\x48\x10\x6e\x9b\xbb\x35\x16\x6f\x2f\x82\x43\xf9\xde\x4e\x41\x41\xb8\xf8\x7b\xeb\xa6\x05\xa9\xa3\x43\x6f\x57\x62\x41\xf1\xbc\xbd\xdb\x95\x58\x90\xdc\x5e\x7d\xbb\xb9\x0e\x64\x37\x6b\xde\x7a\x6b\x41\xe8\xc0\xbd\xf5\xd6\x82\x68\x76\x32\x2d\x56\x10\x46\x3d\xde\x5a\xac\x20\x75\xe6\xbc\xb7\xde\x5a\x10\xea\xe3\x5b\x8b\x15\x94\xdd\x13\xf5\xb0\x82\x3e\x6c\x48\x57\x5f\x41\x1e\x8c\x6b\xb7\x1e\x56\x50\x92\x9f\x9b\x1e\x56\x90\x3d\x51\xe5\x76\xfa\x0c\x7a\x63\xf6\x74\x6b\x8b\xde\x7b\xfa\xfc\xb7\x1c\x8e\x7d\x6b\xab\x82\xdc\xed\x46\xda\xaa\xa0\x4c\xc7\x04\x0d\xd3\x7b\x47\xd0\x0e\xd3\xec\x21\x4c\xa9\x1b\xbe\x80\x5b\x3f\x2a\x88\x56\xcd\x4c\x81\x72\x50\x95\x07\xed\xdd\x1a\xab\x20\x7b\xb2\xf8\x6d\x64\x2c\x08\x6e\x57\xa8\xb7\xab\xbf\x20\x1a\x33\xf1\x5b\x33\xf4\xde\x66\xa8\x72\xd7\x8a\x03\xd1\x18\xf0\x6f\x37\xcb\x81\xb4\x07\x1d\x0f\x89\x02\xd1\x98\x62\xdf\xc6\xbc\x82\x68\x0c\xac\xb7\x1b\xe3\x6e\xaf\x01\xc9\x26\x59\x30\x4f\x6c\x62\xdc\xbe\xf5\x61\x82\xdc\x19\xa4\x6f\xd7\x70\x41\xd2\x61\x76\xbb\x84\x0b\xa2\x31\x8f\xbd\x9d\xd4\x83\xd2\xfd\x45\x43\x59\x41\xf6\xc0\xb6\x5b\x73\xe8\xd6\x1c\xb2\xa8\x1a\x3a\x20\x9a\xd9\x7b\x14\x25\x88\xc6\x94\xef\xd6\xf6\x01\xa9\xee\x17\xfd\x32\xb6\x8b\x94\xa2\xea\x22\x05\xd1\x98\xec\xde\x3a\x11\x40\xb4\xe6\x53\x36\x24\x1e\x03\xcf\x22\xb8\xb5\x6a\x40\x34\x66\x7c\xb7\x26\xcc\xad\x09\xe3\x17\xab\x7b\x00\xa4\x1d\x9a\x74\x6b\x9d\xdc\xdb\xf9\x89\x8d\x74\xeb\xd6\x04\xd1\xf0\x8d\xdd\x4e\xfd\x41\xf1\x30\xd5\x5b\xfb\x01\x24\x4f\xfa\xb8\x35\x03\x6e\x03\x7e\x92\x8d\xa4\xd2\x07\xc9\x3d\x55\xb7\x4a\x1f\x44\x53\x3d\xe9\xc2\x04\xd1\xec\xc2\x46\x0a\x81\x68\x76\x7e\x97\x40\x41\xd9\x03\x80\x4a\x1f\x94\x3d\x00\x18\x4e\x74\x7b\xe2\xa3\xd1\x74\xb7\x5a\x1f\x0c\x57\xa5\x6f\xb5\x3e\x28\xde\x31\x70\xab\xe2\x41\x34\x3b\xbf\xee\x50\x90\xdd\x80\x74\x1b\xb7\x0a\xa2\x31\xfa\x3e\xea\xe0\xc7\xb3\x16\x93\x49\x97\x49\xb4\x25\xf5\x7e\x54\xa5\x20\x1b\xf4\xf2\xa8\x37\x41\x70\xbd\x5f\x7d\x54\x92\x20\xda\xf0\xa9\x6a\x12\xcd\x4b\xbb\x3d\xaa\xcd\x67\x2f\x6e\x56\x92\x2c\x04\x87\x28\x7a\x6e\xfe\xa3\xcb\x14\x84\x87\x3c\x3f\x2a\x57\x10\x1e\xd2\xfe\xa8\x5b\x41\x70\xe9\x4e\x7d\xf4\xa2\x82\x70\x2d\xe0\xd1\x63\x0a\xc2\x48\xc9\x47\xdd\xfa\xa8\x5b\xf1\x37\x3d\xea\xd1\x67\xaf\x77\xee\xc7\x2c\x6b\x36\x98\xcb\xdc\x5c\xf0\x04\xc3\xc5\xfe\x47\x2f\xea\xa3\x17\x15\x15\xff\x18\xc3\x09\x86\xcb\xc1\x8f\x9e\x0c\x90\x76\xc8\xe0\xa3\x2a\x02\x69\xc7\x07\x3e\x2a\x9e\xc7\xcd\x6a\x86\xeb\x3d\x6a\x1e\x10\x1e\x87\xf3\x18\xec\x09\xc2\x81\xfa\x51\xf3\x3c\x6a\x1e\x3c\x53\x8f\x6a\x06\x14\xee\xb1\xaf\x8f\x91\x42\x20\x3c\x75\xf9\x51\xcd\x3c\x2e\x0a\x86\x4f\x99\x3d\x5b\xda\x3c\xdd\xf0\x71\xb8\x06\xd9\xb9\xff\xe3\x68\xfd\x38\x5a\x4f\x93\x1e\x93\x58\xdb\xc3\x92\x79\x1c\xad\x41\x3e\xac\xb8\x7e\x84\x47\x3f\x02\xbd\xf3\x71\xb4\x7e\x1c\xad\xf1\x7b\x3d\x4e\xf3\x41\xf8\xa5\x3e\x2e\x5e\x81\x30\xe0\xe6\x71\x4a\x0f\xc2\x0d\x54\x8f\x13\x73\x50\xbc\x3a\xe3\x71\x48\x7f\x1c\xd2\xf1\x3a\x3e\x0e\xe9\x20\x3c\x18\xe8\xd1\x07\x0b\xd2\x8e\xbb\x7c\x1c\xd3\x41\xda\x81\x97\x8f\x93\x6e\x90\x76\x98\xe5\xe3\xe4\x19\x84\xb6\xf1\x63\xf8\x27\x48\x3b\x80\xf2\x71\xf6\x0c\xc2\xa9\xf2\xe3\x18\x0e\x42\x53\xf2\x71\x12\x0c\xc2\x63\xb7\x1e\x17\xb0\x40\xaa\x1e\x83\xf8\x38\x62\x83\xe8\xc7\xdf\xa0\x9a\x1f\x07\xf4\xe7\x22\x88\x37\xcc\xd8\x1e\x47\x98\xce\x81\x1b\xe9\x71\xf4\x06\xd1\xf1\x9e\x3d\xba\x80\x41\x78\x23\xc2\xe3\xd4\x12\x44\xc7\xc4\x7e\x9c\x5a\x82\xc4\x15\x7f\xf5\x71\x1f\x30\x88\x8e\x69\xf8\x38\xdb\x04\xc3\xd5\xd2\xc7\xf1\x1c\x44\xb7\x10\xce\x36\x41\x74\x56\x74\x1e\xfd\xbd\x20\x3a\xbe\xac\xc7\xd9\x26\x48\x3b\x22\xf5\x71\xba\x09\xc2\x83\x00\x1f\xa7\x9b\x20\x6f\x81\x3a\xdd\x04\xd9\x0d\x5f\x8f\xea\xe2\xd9\x9e\x62\xbf\x21\xf5\x05\xc8\x6e\xb6\x78\x9c\x6f\x82\xe4\x1d\x82\xf5\xd1\x7b\x0c\x72\xf7\xb3\x75\xc2\x09\xd2\xb4\xcf\xa9\x69\x40\x3e\xfc\xe0\x9d\x70\x82\xc4\x65\xce\xf5\x51\xf7\x80\xa4\x22\x7b\x9c\x5d\x82\xe8\x7e\x7d\x4e\x25\x41\x3e\xfc\x45\xa3\x68\x40\x9a\xcc\xb3\x1f\xa3\x68\x40\xf4\x9d\x64\x51\xb9\x04\xaa\x5b\x7a\x75\x0f\x28\x9e\xd2\xf4\xa8\x7a\x40\x18\x56\xfa\x18\x7e\x03\xd2\x54\x37\x38\xe1\x04\x69\x47\xec\x3e\xea\x1e\x90\x8c\xb1\x7b\xd4\x3d\x20\xeb\xbd\x7c\x9c\x84\x82\xe4\xc9\xab\x8f\x93\x50\x90\x0a\x37\xfb\x56\xef\x43\x17\xeb\x07\x3a\x69\xd9\x34\x8e\x8b\xa1\x7b\x7a\x21\xba\x28\xc6\xfc\xbc\xce\x39\x41\x71\x47\x8f\x77\x98\x8b\xe8\xd9\x17\x6f\x93\xe8\xb1\x8c\xfb\x5e\x3f\x2e\xa2\xe3\x4a\x7c\xdd\x21\x01\xd2\x0e\x82\xf5\x4a\xf2\xfa\xee\xfd\x10\x0c\x59\x5e\x40\x2e\x8a\x31\x9d\xde\x36\x2e\xd2\x0e\x96\xf5\xba\x71\x11\x1d\x2b\xfe\x55\x99\x81\x30\x0c\xe3\x55\x99\x81\xf0\x04\xeb\xd7\xf8\x59\x50\x0e\xba\xd4\xab\x8f\x1f\x64\x57\x07\xbc\x47\x5c\x64\xe7\xbe\x5e\x19\x2e\xb2\xb6\xdd\x6b\x70\xcd\xeb\x05\x49\xc6\xe7\x7a\x8d\xb8\xc8\x9e\x3a\xfb\x3a\x29\xf4\x66\x71\xd7\x58\x5e\xf7\x3b\x80\x72\x1c\x26\x59\x71\x2e\x95\xf0\x9c\x6e\x6f\x0c\x17\xd9\x58\xbf\xd7\xd9\x1e\x28\x9a\x0d\x5e\xfc\x2d\xc2\x79\x9c\x97\x7c\x8b\xe8\x4c\xb4\xbc\xe4\x5b\x44\xcf\xbe\x68\xbd\x83\xbb\x02\x2c\xaa\x4b\x89\x20\x3c\x95\xf2\x55\x4f\x82\xb2\x5b\x5c\x3d\x09\xc2\x48\xf4\xd7\xa5\x01\x10\x1d\x3d\xe9\x7d\xde\xa2\xb8\xe7\xc2\xcb\xbb\x45\x18\x2f\xe0\xe5\xdd\x22\xed\x80\x66\x2f\xdc\x16\xd1\xed\x8a\xce\xb4\x40\x71\x37\xbb\x77\x70\x8b\xe8\x38\xbb\x5e\x67\x5a\xa0\x54\xfb\x98\x33\x29\x10\x9e\x68\xf0\xea\xbc\x7f\x3d\x5c\xce\x40\xd7\xd7\xd8\x57\x90\xb6\xa8\x55\xb1\xde\xde\xed\x3a\xd2\x6b\xac\x09\x28\x9e\xf8\xf8\xea\xbd\x7f\xd1\xba\xbb\x96\x7a\xef\x41\xd2\xa1\xfc\x3a\x6d\x02\xc9\x70\xcf\x57\x87\x3e\x08\x37\x8d\xbf\x6e\x53\x07\x69\x1e\x3e\xa5\xf4\x3b\xb1\x66\x18\x50\xaf\xa1\x2c\xa0\x8c\xea\x8b\x36\x88\xb7\x8a\xef\xa7\x94\x21\x5b\x3a\x3a\x66\xd6\x6b\xc0\x0b\x28\x07\x0a\xe8\xd5\xe7\x0f\xd2\xc4\x72\x7c\x35\x10\x40\x76\x31\xf9\xd5\x40\x00\xc5\x60\x46\xaf\x0b\x17\xd9\xb5\xe4\x57\x9f\x3c\xc8\x46\xa1\x7b\x77\xb7\x28\xdc\xc0\x5d\xbd\xbb\x5b\x14\xe7\xa7\xaf\x6e\x7a\x50\x92\xa3\x85\xe6\xc1\xab\x79\x70\x1c\x7f\xc3\xf2\xf2\xab\xcf\xfe\xf5\xcc\xba\xe1\xcf\x2b\xbc\xa9\x9b\x96\x24\x0d\x0a\xaf\xf6\xf6\x92\x0e\xaf\xe3\x16\xc5\x8b\xd5\x5e\x17\x7f\x41\x3e\xec\x47\xce\x2f\xbd\xa1\x7b\x47\x5a\xbf\x6e\x28\x01\x69\x87\x96\x7b\x6d\xb7\x48\xd3\x8e\xe4\x01\x2a\xfb\xda\x6e\x06\xfd\x57\xbf\x39\x48\x7a\x65\xbd\x90\x5b\x64\x1d\xee\xaf\xc6\x09\x48\xd3\x91\x55\xeb\x03\x94\x31\x7c\xd1\xc6\xf7\x4c\x13\xfd\xcc\x5e\xbe\x5d\xbd\x69\xbb\xdb\x62\x7a\xc9\x41\xf1\xb4\xb1\xd7\x4d\x26\x20\xb8\x17\xb1\xbe\x5a\x24\x20\x0e\xbf\x50\x43\x6e\x40\xb8\x5b\xcf\x9b\xb6\x45\x0a\x0f\xda\xf5\x12\x6d\x11\xee\x3d\xf6\x12\x6d\x11\x1e\x81\xf7\x6a\xa5\xbc\xce\x3a\x8d\xec\x7f\x35\x53\x40\xd2\xe2\xf5\x96\x6c\x11\x06\xe8\xbf\x46\xf1\xbe\x9a\x24\x16\x43\x93\x04\x44\xc7\x5d\xe5\x6d\xd7\xa2\xec\x56\xd2\x24\x01\xd9\xe0\x05\x2f\xbb\x16\xd1\x99\x3b\xbe\x5a\x24\x20\x3a\x9e\x22\xef\xbf\x16\xa1\x4b\xe1\xd5\xae\x78\x99\xc0\x7a\x86\xd7\xab\x8b\x1a\x44\xb7\x43\x3b\x35\x05\xe1\x79\x5a\xaf\x76\x05\x08\xef\xcd\x7b\x35\x22\x40\x78\x04\xd3\xab\x11\x01\xc2\x08\x16\xef\xbf\x16\xc9\xe5\x23\xef\xbf\x16\xe5\x70\x7c\xd1\x88\x00\xa1\x41\xf2\x3a\xa5\x05\x69\x74\x93\x6c\xb6\xcf\x0b\xd2\x2d\x84\xa5\xff\xd8\xf5\x63\xdf\xd1\xac\x00\xd1\xf1\x58\x78\x49\xb6\x28\xee\x00\xf1\x42\x6c\x51\x5c\x28\xf1\x42\x6c\x11\x7a\x52\x3e\x7d\xdb\x20\x0e\x7c\x79\x9f\x33\x66\x90\xf6\x06\x02\xef\xcd\x16\xe1\x42\x8c\xf7\x66\x8b\xe2\xc2\xbe\xf7\x66\x8b\xf0\x96\xae\x4f\xdb\x03\xc4\x31\x7d\xea\x31\x89\x4b\xba\xe8\x01\xde\xa4\x2d\xd2\xde\x52\xe0\x55\xda\x22\x7b\xbc\xba\x57\x69\x8b\xe2\x36\x23\xaf\xd2\x16\xe1\xf1\xea\x9f\xde\x6d\x90\x74\x45\x7c\xda\x31\xa0\x1c\x87\x79\x55\x93\x08\xe9\xc2\xe6\xfd\xb4\x6c\x40\xb8\xc1\xf8\x73\xe2\x0e\x8a\xb1\x48\x9f\xc6\x0e\x48\x93\xf6\xfe\xb4\x62\x40\x9e\xd5\xec\xad\x77\x7a\xac\x91\x6f\x5a\x23\x76\x7c\x1e\x36\x92\xbb\x80\xc0\x30\x58\xee\x73\xe6\x0e\xd2\xde\xc5\xf0\x69\x00\x81\xed\x75\xff\x9c\xb9\x83\x34\xd1\x74\x9f\x13\x77\x90\x26\x3a\xec\xd3\x51\x0e\xd2\xde\xa0\xf0\x39\x99\x07\x61\xf8\xe2\xa7\xe9\x04\xc2\xb3\x37\xbc\x43\x5c\x84\x0e\xce\x4f\x3f\xf9\xa7\x9f\x1c\xfb\xcd\x3b\xc4\xc5\x30\x3e\xef\x33\x96\x0a\x14\x6e\xa0\xaf\x5e\x2b\x2e\xd2\x8e\xdc\xff\x0c\x55\x06\xc9\x49\xa2\x57\x8d\x8b\xf0\x34\x11\xef\x15\x17\x69\x1b\x37\x5e\x2c\x5e\xf7\xc5\xe2\x9a\x02\x5e\x2c\x2e\x8a\xae\x8d\x4f\x1f\x3b\xc8\x93\x11\xea\xd3\x10\x03\x69\x6f\xea\xf8\xf4\xa8\x83\x30\x9c\xff\xd3\xec\x02\xc3\xc3\x9f\x3e\xdd\xe7\x20\x5c\x16\xfc\xf4\x62\x80\xe4\x64\xf8\xd3\x12\x03\x61\x90\xb9\x77\x8d\x8b\x70\x01\xdd\x8b\xc5\x45\xda\x7b\x52\xbc\x59\x5c\x84\x47\x49\x7b\xb3\xb8\x28\xde\xff\xe7\x95\xe1\xd5\xfb\xc1\x3b\xda\xfa\xd3\x3a\xfb\xb6\x75\x86\x9d\xed\x9d\xe1\x22\xfa\xc8\xbf\xad\x9a\xbd\x2c\x5c\x44\x6f\x96\xd2\x2e\xc1\xf1\x3e\x1d\x17\xeb\xa7\x89\x07\xc2\x88\xae\x4f\x13\x0f\x24\x37\xf9\x7c\xda\x73\x20\xed\x0d\x24\x9f\xae\xf1\xcf\x70\xe5\x39\xcd\xcd\xca\x10\x9f\xa6\x53\xfa\x33\x84\x19\x0c\x63\xee\xbc\x79\x5c\xe4\xe4\x97\x6b\x98\x1a\x28\xce\x96\x3e\x0d\x46\x50\xb8\xb7\xbe\x7e\x3a\x6e\x40\xd9\x1d\x5f\xc7\x0d\x08\xa3\x14\xbd\xb2\x5c\x64\x63\xd9\x3e\xdd\xec\x20\x79\xd7\x88\xb7\x98\x8b\xf0\x46\xa6\xcf\x13\xf5\x40\x78\x60\xe5\xa7\x09\x09\xca\x60\xb6\xe7\xf5\xe4\xa2\xe8\x24\xf3\x2a\x72\x11\x4e\xa2\x3f\xc3\x3f\x40\xf2\x94\x87\x4f\x4b\x10\x64\xd7\x17\x3f\x5d\x45\x9f\xae\x22\x0c\x6c\xef\x30\x17\xe1\xe9\x7c\x9f\xc6\x21\x48\xc3\xc1\xc3\x18\x91\xcf\x18\x11\x07\x52\xed\xc5\x4f\x87\x12\x4e\x1b\x6f\x3a\x17\xd1\xa7\x85\xb0\x42\x9e\x58\xec\xee\x20\x6f\x3f\x17\xd1\x1d\xcf\x75\x45\x81\x32\x6d\x35\x5d\x51\x20\x4d\x0c\x86\x4f\x57\x14\xc8\x2e\x99\x7b\xfb\xb9\x88\x8e\x87\xc9\xdb\xcf\x45\xe1\x5e\xf3\xfa\x19\x93\x0d\xb2\x47\xc9\x79\xd5\xb9\x28\x1e\x9c\xea\x4d\xe7\x22\x3c\x60\xff\xd3\x44\x05\xd1\xa7\xbf\x68\xb9\xdc\xc0\xec\x16\xa5\xcf\xd8\x42\x10\x4e\xc8\xbd\xea\x5c\x84\xc7\x85\x7a\xd5\xb9\x48\x1e\xd5\xf0\x19\xfe\x01\xd2\xde\xdc\xf4\x69\x97\x7e\x06\x25\xba\xbb\xe9\xd3\x30\x05\xd1\x51\xea\x9f\x0b\x1f\xa0\x18\xa9\xfd\x69\xaa\x82\xec\x9e\x43\x6f\x46\x17\xd1\x99\xdf\x78\x33\xba\x28\x06\xbb\x79\x33\xba\x48\x7b\x77\xd3\xe7\x62\x08\x28\xc6\x00\x7d\xc6\x86\x80\x72\xd8\xc9\xb4\x71\x41\x2a\x9e\x25\xf8\x69\xd1\x82\x61\xbc\xc8\xa7\x45\xfb\x5d\x7b\x88\xe1\x47\x8d\x0e\x01\x25\xa9\xdd\x74\xa8\x81\x18\xda\x03\x3a\xd4\x40\x32\x4e\xce\x4b\xd5\x45\x76\x47\x85\x97\xaa\x8b\xb4\x77\x6c\x7d\xae\x9a\x80\xa2\x5b\xda\x8b\xd6\x45\xda\x7b\xbd\x3e\x7d\x71\x9f\xbe\x38\x3f\x00\x7d\x71\x9f\xf7\xa1\xda\xa9\xb4\x55\x41\x0c\x55\xa5\x21\x94\x5e\x84\xee\x61\x1c\x5e\x84\x5e\x3f\xee\xa1\xd0\xb9\xff\x19\x31\x0e\x52\xd9\x4f\x99\x3d\x16\xad\x91\x6c\x9f\x4e\x36\x30\x5c\xf8\xf7\xd6\x73\x91\x9d\xb5\x79\xeb\xb9\x48\x7b\x93\x98\x77\x9c\x8b\xf0\xa8\xf5\xcf\x05\x98\xef\xdd\xb5\x34\xcd\x0f\xec\xd5\x2a\x44\xfe\xae\xc0\x7c\xee\xd5\x76\xe6\xf4\x69\xd4\x82\x18\x8a\x56\xa3\x16\x84\x1b\x21\xbc\x0b\x5d\x14\xef\x31\xf0\xe2\x73\x11\x43\x4d\xa6\x21\x0a\x62\xec\xa7\x14\xc6\xe7\xb7\xe3\x17\xac\xcf\xeb\xf3\x9c\x10\x87\x4f\x2d\x51\x10\x5c\x3e\xd5\x0e\xac\x3b\x11\x6c\xd2\x69\x5e\x42\x2e\x82\x35\xfd\xe6\x25\xe4\x22\xc6\x12\x76\xf3\xc2\xf1\xf6\xf3\xc2\x71\xf2\xc2\x6c\x13\x31\xd6\xb0\xde\xbc\x70\x5c\x14\xca\xd5\x0e\xcc\x36\xb1\xca\xda\x48\x9b\xa6\x4d\xde\x4c\x24\x9d\x26\x39\x3d\x2c\xe6\x76\x99\x46\xcd\x93\x6f\xde\x26\x61\xc3\x26\x7f\xe0\x31\x89\x55\xf1\x65\xaf\xb6\x23\x5b\x7e\x62\xd4\x39\x74\xa4\x79\x2f\xb9\x08\x6e\x00\x6d\x5e\x2f\x2e\x52\xfb\x1b\xb6\x4b\x35\x6f\x1f\x17\x31\x92\x99\x58\x3d\xb6\xa4\x11\x57\xd2\xbc\x7c\x5c\x24\x36\xc6\x34\x2f\x1f\x17\x31\x76\x19\xad\x30\xdb\xc9\x39\xcc\xaa\x79\xf9\xb8\x08\xee\x09\x69\x47\xb6\x71\x08\x90\xc7\x59\xdf\x8e\x62\x4d\xb8\x65\x62\x28\x02\x3c\x64\x22\xb9\xbb\xb0\x1d\xc5\xfc\xb9\x64\x75\x64\x0a\x16\xbe\x89\x7d\xc5\x55\x56\xcd\x5b\xc5\x45\x8c\x62\x92\x99\xe1\x0f\x63\xc7\x5e\xf3\x56\x71\x11\x5c\x4d\xd2\x8e\x30\xfb\x30\x7b\x2a\x19\x16\x9f\x75\x23\x6e\xbf\x69\x47\xd8\x36\xdc\xd2\x30\x32\x02\xab\xb6\x0d\x26\x17\xae\xf1\x76\x54\x0b\x51\x39\xa4\x42\x81\x55\xdb\xa6\x12\x2b\x67\xa7\xa9\xca\x10\x53\x6a\xec\x24\x0b\x51\x2d\x04\xbf\x58\xfd\x45\x77\x7b\x55\x3a\x78\x55\x86\xd5\x0e\xce\x8b\xcd\x42\x34\x3b\x38\xc2\x6f\x0a\xa7\xed\x41\x81\xb2\x36\x0b\x86\x49\xc5\xa9\x61\xed\x68\x4a\xa7\x29\x1d\xdf\x0c\x93\x18\x3a\xac\x77\xb3\xf8\x0b\x79\x56\xf3\xb2\x57\xb0\x01\x8c\xc3\x74\xdb\xd1\xac\x91\x9b\xcf\xad\x51\xb3\x46\xcd\x1a\x51\xfc\xa6\x58\x39\xd3\x6b\xf8\x4d\x35\xbf\x02\x56\xc2\x46\xf1\x29\xeb\xcd\x56\x00\x16\x4c\xda\xd1\xac\x37\x2b\x61\x23\xf3\x62\xb7\xde\x9e\x67\xd2\xf9\xc5\x6e\x51\x3b\x27\x35\xf8\x15\x77\xfb\x34\x06\xd5\xcf\x17\xcd\xcb\x50\x59\x36\x93\xb6\x63\x28\x31\xf6\x84\x0d\xbf\xd8\xa1\x74\xb0\x82\xc6\x7e\x4a\xe9\xb0\x86\x46\x48\x55\xf3\x36\x73\x31\x08\x83\x6a\xc7\x50\x14\x83\x30\xfd\x41\xa7\x1b\x8a\xc2\x33\x8a\x2b\x65\x1d\x8a\x62\x20\x8a\xa0\x1f\x0e\x45\x31\x08\x26\x1f\x88\x62\x28\x0a\x36\x93\x0d\x3f\x86\x69\x43\x72\xd2\x30\xb7\x75\x35\x6f\x41\x17\x89\x53\xe2\x9a\xb7\xa0\xb7\x63\x52\xef\x20\xaf\x69\x21\xd8\x13\x31\xfc\xbc\xa7\x85\x98\x16\x82\x4f\x66\x3a\xaa\xba\x27\xa2\xee\xc7\x94\x98\x37\x6c\x05\xd2\x39\x95\xfe\x42\x19\x0d\xe9\x9c\x0a\x8c\xc3\x58\xaa\x5f\xe9\x69\xc1\xb6\x2d\xa3\xc4\x4e\x4b\x76\xe2\xd8\xe8\x48\xec\xb4\x91\x4e\x0b\x6b\xfe\x0a\x11\x53\xa6\x38\x6c\x9f\x96\x1f\xaf\x5b\xb2\x8d\x2e\x4b\x71\x39\xe7\xb1\x02\x97\xf2\x59\x28\x78\x95\x9a\x17\xaf\x8b\x18\x76\xa8\xcb\x92\x71\x42\x19\xbb\xe1\x9a\x17\xaf\x8b\xe0\xfe\x85\x76\x5c\x96\xd5\x5b\x47\xed\x3d\x97\x7d\x9f\x98\xd6\x51\xa9\xf8\x65\xbb\x5d\xec\x99\xeb\x54\xfc\xb2\xdd\x58\xf3\x1b\x76\x8b\xdb\xec\x6f\x8e\x54\x50\x37\xdd\x66\xcf\xd6\xb7\x61\xb7\xb8\x15\x05\x77\x6c\x65\x45\x71\xdb\x48\xdb\xe9\x66\x5b\x3e\xf6\x57\x36\xd8\x73\xa6\x47\x3b\x1e\x2b\xc9\xa2\x1f\xc7\x88\x34\xef\x62\x17\x23\x54\x74\x8f\xc5\x7f\x2c\xbe\x49\xca\x95\xe3\xc8\x8e\x46\xf1\x1f\x7f\xf2\xd9\x3f\x49\xf9\x1f\x6b\xb9\x90\x9b\xb5\x7c\xec\x2b\xdb\x44\xb1\x14\x76\x15\x8f\x8e\xf1\xab\x7c\x6d\xa4\x57\x03\x82\x17\x5f\x8b\x8f\x1f\x6e\x04\x63\xca\x6b\xf1\xf7\x2a\x20\xe2\x79\x95\xc5\x4b\xb7\x70\x14\x7b\x2d\xfe\xeb\x45\xfe\x14\xff\x33\x7b\xef\x49\x70\x94\xfc\xcc\x5e\xfb\xa4\x93\xd7\x67\xaf\xf8\x88\x2b\xb0\xbf\x7e\xfe\xe2\xe7\x2f\x52\xae\xcf\x5e\x81\x1f\x8e\x6b\x8c\xdb\xf1\xd9\x46\x1c\xb7\x39\x1a\x62\xfd\x2c\x84\x2b\x77\xd5\x4f\xf0\xb3\xbf\x7e\x6c\x2a\x77\xf8\xfe\x94\x2b\xb1\x25\xa3\xfd\x2d\x3a\xf9\x53\xec\x9a\x47\xe8\x7a\x2f\x78\x17\x41\xc0\x69\xf3\x82\x77\x91\xd9\x2c\xd4\x12\x1e\x38\x11\x2c\x3e\xb5\xc4\x1a\x9e\x88\xd1\x7c\x6a\x98\x84\x0f\x99\x21\xc7\x2b\xdf\x45\xf1\xcb\x4b\xf8\xd1\x5a\xd2\xac\xea\xbe\xf8\x99\x64\xa3\xf2\x54\xb2\x10\x09\x0f\x93\xd9\x6b\x56\xa5\xb4\x3f\x76\x1f\xab\xa6\xf1\x4d\x21\x76\xef\x72\x17\x09\x77\x58\xf3\x2e\x77\x91\x52\x31\xe9\x36\x49\xb3\xb0\x9a\x66\x31\xb8\x48\x01\x9f\x44\x4b\x5a\x47\x60\xe0\xe3\x6d\xde\xee\x2e\x82\x79\x69\x4b\x1a\x36\x20\x06\x9d\x32\x69\xd8\x80\x18\x8c\x42\x29\xfb\x93\x19\x4d\x44\x0f\x4c\xc5\xec\x0b\xd9\xb7\x42\x52\x98\x44\x17\xa1\xd7\x78\x2d\xbc\x18\x6c\x1d\x69\x5e\xf8\x2e\x62\x74\xca\x55\x94\x2b\x47\xdb\x8c\xe1\x53\xaf\x49\x8a\x9a\xc6\x2d\xd6\xb1\xa0\xe0\xe9\xe0\x49\xbb\x26\x69\xd7\x0c\x0a\x11\x16\x22\x2c\x04\x2f\x86\x85\x08\xeb\xe8\x53\xd6\x91\xdb\xdd\xb3\x22\xd4\xd4\x49\x9a\x3a\xb6\xa4\xa6\x8e\x57\xb9\xfb\xb1\x78\x95\xbb\x48\x73\x58\x08\x4b\xaf\xf5\xa3\xa0\xc3\xd2\x07\x87\x50\x31\xc6\xa5\x6a\x3f\x24\xec\x92\xeb\xea\x5b\xd2\xfa\x01\x45\xa3\x32\x55\xcb\xa5\xa9\x33\x7c\xca\xec\x71\x0b\xb1\xe1\xa4\x79\x6f\xbb\x08\x0e\xad\x6e\x5e\xdb\x2e\x4a\xf7\x17\xb5\x61\x40\xc2\x2b\xd4\xbc\xb6\x5d\xc4\x98\x26\x29\x1c\xae\x6d\xd7\xd8\xf5\xd6\x76\x91\xd8\xcf\xdf\xbc\xa2\x5d\xc4\x98\x48\xa2\x59\x47\xb6\xa2\x4f\x3b\x93\xa6\x08\x88\x31\x69\x47\x4d\x11\x90\x1c\x95\xbc\xa2\x5d\x04\x57\x73\xb5\xd4\x2d\x2a\xee\x9e\x31\x28\x7d\xb7\x1d\xb9\xd8\x73\x4c\x84\xa3\x0d\x03\x82\xfb\x96\x9a\x17\xb9\x8b\xa4\x2d\xed\x4d\xed\x22\x58\x1e\x6c\x5e\xc1\x2e\x92\xe7\x18\xb4\xd4\x2d\x7e\xa7\xf8\x4c\x4e\xbc\x83\x5d\x94\x3d\x2e\x0c\x33\xc3\x6d\x83\xcf\xb7\x79\xbb\xba\x88\x89\xad\xee\x55\xea\x22\x79\x9a\x42\x4b\xc3\xfc\x07\xd1\xb2\xcc\x6a\xbc\x4b\x5d\xc4\x81\x15\xee\x5d\xea\x22\xe6\xe1\x53\x56\x9c\x70\xcf\x79\xf8\x94\xb5\xe4\x86\x2a\x16\x41\x5b\x9a\xb6\xd1\x64\x3f\x84\x83\xdf\x74\xc0\xc2\xfb\xc2\xe5\x4d\x2d\x69\xd7\x80\x98\x87\x4f\xd9\x46\x53\x13\x0f\xf5\xee\x95\xe8\xa2\x54\xbf\x19\xed\x0e\x50\x98\xae\x37\xef\x3f\x17\xc9\xb3\x19\x9a\x17\xa0\x8b\xe4\xac\x92\xcb\xd0\x37\x62\x62\x51\x78\x27\xba\x88\x79\x98\x99\xe2\x21\x16\x89\x2b\xb2\x5b\xd2\x3a\x01\x69\x7f\xa6\x1a\x19\xc9\x8d\x33\x4c\x2c\xd2\x65\x95\x08\x2c\x9a\xca\xf5\x32\x2f\xee\xf6\xc4\x69\xd6\xd2\x6d\x5e\xb7\x2e\x7d\xbf\x87\xdb\x4e\xc6\x9e\x18\x2e\xdb\x68\x5e\x50\x2e\x82\x83\x18\x5a\xd2\xca\x00\xf9\xb0\x14\xb7\x15\x67\x4d\x90\x0b\x94\x9a\xd7\x98\x8b\xd8\xbd\xe7\xb6\x60\xb7\x05\x43\x14\x9a\x27\x20\x08\x50\x69\xde\x6c\x2e\x62\x32\x41\xf5\x66\x73\x11\xd3\x2f\xf0\xb1\xa7\xec\x1b\x40\xf9\x45\xad\x07\x90\x3c\xcd\xa2\x25\x0d\x03\x10\x13\xb3\xd2\xdb\xc8\x45\x4c\x1b\x44\xfd\x0e\xca\x61\x53\xaa\xcc\x41\x4c\x25\xa6\x32\x07\x31\xf3\x6f\xbb\xb0\x5b\xfa\x94\x14\xea\x7f\xee\x7c\x95\x14\xea\x7f\x8f\xda\xaa\x7a\x10\xd3\x51\xe8\x53\x06\x1f\x32\x60\x52\xe9\x2d\xe1\x22\xa6\x43\xce\x67\xab\xb2\xe6\xc6\x09\xdb\x2d\x7d\xca\x00\x4f\xc7\xc4\xe6\xf4\xe2\x70\x11\x9c\xf9\xd8\xbc\xd8\xbb\x65\x56\xce\x26\x2a\xd3\x8b\xbd\x45\x69\xd8\xda\x99\x65\x32\x11\x93\x8f\x31\xab\xde\x41\x10\xd8\xd8\xbc\xeb\x5b\x64\xee\x96\x68\x59\xaf\x09\xc8\x3b\x2f\x35\xbe\xd7\x7f\x73\x87\x43\xcb\x6a\xfc\x6c\x6c\x0f\x5f\x9e\x37\x82\x8b\xc1\xae\xe8\xe6\x85\xe0\x22\x66\xf1\xa9\x6a\x52\xb5\x9d\xfd\xc9\x66\x1a\x27\x13\x54\xdf\xb4\x46\x6c\x01\x21\xee\xb9\x65\x4d\x05\x10\xb3\xf8\x94\x35\x5a\x68\x9d\x3e\x93\x93\x35\x4a\x88\xb5\x98\xf4\x99\xc4\xe1\xad\x18\x27\x59\x4b\x01\xc4\x2c\x26\x59\x88\xec\xde\x14\x93\xa6\x49\xba\xce\x30\x99\xbd\x4b\x5c\x04\xd7\x8b\x37\xef\x12\x17\xc1\x25\x52\x2d\xeb\xf0\x00\xa9\xd1\x4d\xbd\x5e\x5c\x04\xc1\xfc\x2d\x17\x85\xc8\x7d\x10\x5c\x2f\xd9\xb2\x36\x06\xc8\x9a\x60\xde\x38\x2e\x52\xe9\x4a\xac\xd8\x07\xb8\x98\xc9\x2f\xc3\xab\xc1\x45\x19\x3b\xc9\x82\x71\xbf\x52\xe1\xc2\x86\x96\xb5\x32\x40\x69\x26\x85\x25\x0b\x1c\xe9\x16\x56\x1f\x0b\x08\x6e\x66\x6a\xde\x33\x2e\x92\x07\xbd\xb4\xac\x47\x25\x1b\x8b\xcb\xb1\x2b\xcd\x9b\xc6\x45\x26\x42\xb4\x65\xad\x11\xd0\xb6\xcc\x42\xd1\x72\x64\x0f\x21\x95\xcd\x8b\xc6\x45\xe6\x56\xbf\x96\xb5\x46\xb2\xa7\xb3\x72\x60\x4b\xf3\xf2\x71\x91\xd3\x61\x31\xac\x27\x4b\x62\x9c\xbf\xd0\x72\xb5\x02\x55\x3f\x08\x96\x59\xd6\x44\xc9\xde\x99\x69\x37\xd3\x44\x01\x85\x93\x27\x9a\x77\x94\x8b\xf5\x26\x75\xd7\x6c\xc9\xee\x5c\xc6\xb8\xf1\xde\x72\x11\x4e\x8c\xbd\xa4\x5c\x04\x6b\x14\x2d\xeb\xa1\x01\xc1\x92\x61\xf3\x8e\x72\x11\xd3\x9a\x6b\x90\x80\x98\xcc\x89\xb2\xd6\x47\xde\x07\xe1\x90\x97\x76\x05\x48\xc9\x5f\xd4\x3c\x00\x45\xa7\x64\xee\x0a\xb6\x2b\x58\x9f\x52\x8a\xdc\x7b\x31\x31\x06\xb3\xd6\x01\x88\x89\x92\xf4\xc2\x70\x91\x35\xeb\xf3\xb0\xf4\x2c\x23\x35\xbb\x94\x36\x04\x08\x96\x66\x9a\xd7\x8a\x8b\x98\x7e\x24\x7a\x4b\xb2\x01\x45\x0a\x5f\x6f\x09\x48\xee\xbc\x6c\xde\x2b\x2e\x82\xc3\x89\x5b\xd6\xfa\x00\xc5\xc9\x94\xf7\x8a\x8b\xe2\x38\xec\xbd\xe2\x8d\x4b\xc4\x63\xa2\xa9\xbd\x43\x5c\x84\xbe\xaa\x3c\xfd\x49\xb7\x07\x3b\x86\x68\x69\x64\x2d\x0d\x07\x8c\x69\x7f\x9d\x46\xdc\xf8\xa2\xed\x31\xd9\x10\xe8\x37\xa2\xbb\x04\x04\x47\xfb\x36\xef\x23\x17\x45\xd7\x67\xd6\x83\x02\xb2\x16\x9c\x37\x8d\xb7\x7d\xd3\x78\xe3\x17\xb5\x20\x40\x09\x3b\x85\x16\x04\xa8\x87\x83\xee\x65\xb5\x2f\xcf\xdb\xe4\x29\xdd\x14\xa0\x1c\x76\x8a\x4b\x11\x7a\x1c\x8f\xcd\x7d\x99\x3d\x1b\x4b\xa6\xc2\xd7\x4d\x01\x12\xd7\xcc\xb6\xac\x9b\x02\x64\x62\xa7\x5a\xd6\xa8\x00\x31\x1d\x7b\x6e\xa5\xba\x57\x52\x9a\x8f\x59\x0a\xbc\x19\x5b\xff\x68\x67\x64\xed\x0c\xdb\x56\x3b\x03\xc4\x54\xf8\xda\x19\x59\x3b\x83\xa9\xaa\x17\x86\x8b\x98\xfd\xb7\xf7\x2d\xb7\xac\x19\x92\x35\x43\xba\xbf\x6e\xed\xb4\x39\x98\x3b\x7b\xeb\xb8\xf0\x9a\xd5\x96\x6f\xfb\x37\xc1\x4a\xd3\xcf\x5a\x33\xe4\xaf\x17\x91\x93\xa4\xd4\xf1\xae\x4c\xbf\x82\x47\xb1\x10\xbf\xd4\x1c\x23\x74\xb8\x80\xac\x29\x9a\x1f\x25\xf5\xd8\xff\xa8\xdc\xa3\x08\x38\x55\x63\x3a\x38\xea\x83\xf1\xb6\xf2\x69\xcf\x7a\x14\x01\xd7\x6e\x12\xde\xd9\xbc\xad\x5c\xe4\xd8\x45\xb5\x8e\x8f\x75\xa4\x37\x3c\xd6\xf1\xa1\x8e\x7e\xfc\xfa\x5b\x40\x62\xb7\x4a\xcb\xfa\x5b\xb2\xab\x44\x0e\x37\xaf\x79\x71\x38\x50\xa8\xf4\x5f\xf3\x7a\xd9\x51\xa8\x6e\x7d\xed\xcb\x9c\x11\x3f\x77\x5e\x8a\x90\x53\x09\x09\x65\x6e\x59\x7f\x0b\x88\x69\x5e\x3a\x57\x40\x72\x7e\xed\x35\xe4\x22\xa6\x06\x84\xf6\x18\xc8\x49\xe1\x68\x70\xe5\x7d\x07\x25\xd5\xd6\x94\xca\x7b\x89\xc8\x86\xd4\x70\x02\xb9\x38\x6a\x68\x38\x65\x0d\x27\x7a\xa9\xf7\x90\x8b\x9c\x19\xa8\xbc\x87\x5c\x04\xa1\xe5\xcd\x1b\xc6\x45\x26\x66\xa7\x79\xc3\xb8\x08\x42\xcb\x5b\xd1\x55\x52\xdc\x62\xdb\x4c\x3a\x4d\x72\xa1\x87\xef\xba\x68\x72\x15\x4d\x2e\x2a\xee\x3d\xe4\x22\x79\xc4\x55\x2b\x5a\x53\xa0\x1c\x7c\x8c\x25\xf9\x9b\x3b\xdc\x99\xe6\xf5\xc6\x70\x91\xd8\x9f\xd4\x8a\x16\x10\x48\x91\x68\xa6\xa2\x71\x53\xbc\x62\x12\x75\x5b\xf4\x79\x80\xe0\xa4\x84\x56\xf4\x79\x80\x94\x58\x0d\x29\x2e\xd3\x80\x7c\xd0\x87\xbd\x0c\x5c\x64\x4d\x70\xef\xf4\x16\xc9\x33\xae\x9a\x97\x7a\x8b\xc2\xcd\x5c\xad\xe8\xe1\x00\x85\x03\x40\x9a\x97\x7a\x8b\x70\x80\xf1\x4e\x6f\x91\xbb\x49\x7a\x38\xca\xb6\x2a\xf8\x9e\xbd\x62\x5b\x64\x57\x3a\xbc\x3b\x5b\xe4\x64\x29\xb4\x03\xbc\x3a\x9b\x48\xc9\x56\xc2\xfc\xc3\xfe\x89\xc8\x5c\xa7\x01\xc1\xba\x69\x2b\xea\xfc\xa2\x5b\xa2\x98\xa4\xc4\x38\xa8\xef\xd8\x49\xfe\x22\xc7\x90\xb0\xbd\xb5\x15\xbd\x0b\x60\x95\xd5\x34\xdf\x5c\x28\x0d\xb5\x53\xd4\xe6\x20\x73\xf7\x7c\xf3\xba\x6b\x11\x53\x59\xeb\x71\x00\x31\xf7\x53\x4a\x6c\x21\x73\x68\x47\xf3\xd2\x6a\x91\x74\x5f\x79\x43\xb5\xf8\x7f\x18\x3b\x97\x2c\x6b\x59\x66\x0d\x4e\xe5\x0c\x41\x48\x32\xc1\xce\x3f\x17\x6f\x7b\xfe\x43\x38\xcb\x08\xbf\x76\xbd\xad\x58\xe5\xaa\xad\x88\x4a\x5e\x48\x78\x9a\x7b\x52\x55\xe8\x07\x80\xb1\xef\xfe\xd2\x86\x4d\xc4\x74\xf8\x70\x62\xfa\xdc\x90\x33\xe9\x7e\x25\xd3\x56\xbc\x08\x74\xe3\x4b\x89\x6a\xd1\xdc\x2d\xab\x42\x47\x00\x0c\x87\xad\xd0\xea\x83\x3e\xed\x58\xad\x3e\x68\xee\xe3\x55\x61\x82\x21\x54\x42\x49\xef\x60\xd9\x41\x6e\x1e\x32\x3c\x9b\x1d\xa4\x27\xb0\xfb\x4b\x1f\xc0\x62\xbb\x2c\x5b\x6b\xce\x01\x0c\x4d\x75\x2c\x1f\x39\x1a\x2a\x28\x59\x57\x98\x86\x00\xcd\x5d\xc7\x2a\x74\x18\xc2\x7d\xa2\xc2\x43\xf6\x99\xae\x00\x99\x2e\x65\xb1\x45\xfb\xee\x49\xbb\x0f\xda\xf0\xfb\xd5\xc8\xc7\x37\x4d\xe2\xf7\x65\xd6\x01\x0c\xaa\x91\x4a\xa9\x6c\x11\x3b\xde\x66\x1c\x7e\xf9\x07\xeb\x6d\x09\xa1\xe3\xb0\x61\x2f\xfa\xee\x87\xe9\x64\x0a\x18\x3b\x49\x2c\x35\xb6\x45\x2f\xdb\x6a\x02\x03\xb4\x7d\xf7\x87\x36\x9f\xf5\xb0\x6c\x80\x53\x6a\x6c\xd7\xa7\xb1\xfd\xfd\xd0\xb7\x40\x85\xad\xb4\x11\xde\xa4\x29\x8d\xef\x5c\xf6\x3e\xfb\x5e\x55\xfc\xad\xf6\x58\xca\x6d\x8b\x66\xfc\x11\xce\xb4\x84\x15\x22\x8e\xc1\xba\x30\x60\xb0\x2f\x5d\x29\xb7\x2d\xfa\xf4\x43\x36\xe3\x01\x72\xc3\xb5\x8a\xcb\xee\x7c\x91\x9b\x37\x67\xc2\x03\x74\x27\x09\x42\x7f\x05\xe4\xe6\x68\xa8\x6f\x02\x72\xf3\x15\xd7\xeb\x00\xc9\x82\x93\x0a\xbd\x03\x10\x94\x75\x57\xe8\x1d\x80\xd8\x1c\x4d\xf4\x0e\x40\x73\xc3\xb6\x0a\xdd\x03\x90\xac\xeb\x28\xf5\xb6\x45\x38\x71\xa0\x92\xb6\x08\x13\x8c\x0a\x69\x8b\x46\xe5\x50\x85\x56\x1e\x34\x77\x47\x2b\x65\xb3\x45\x63\x21\x69\xa9\x91\x2d\x92\x6d\x2d\x4a\xdd\x6a\x91\x1b\x89\x3c\xe5\xa7\x45\x8b\xef\x3b\xd3\xa8\x83\x96\xbe\x0f\xe6\x4a\x40\xeb\x7e\x54\x9a\xeb\x70\x01\xad\x2f\xbd\xe6\x1a\xe4\x66\xff\x68\xae\x41\x0b\xd3\xa1\x0a\x44\x8b\x30\xab\x39\x9c\x8d\x00\x49\x99\x50\xa9\xf3\x2c\x9a\x5b\xd5\x95\x7a\xcd\xa2\x3b\x1f\xa9\x38\xb3\xc8\x8d\xe4\xa7\xe2\xcc\xa2\xb9\xaf\x5e\x0d\xf3\x0e\x20\xcd\xff\x0c\xf3\x0e\x60\xb2\x08\xa8\x86\x39\x06\x90\x14\x91\xd6\xb0\xa6\x03\xe4\x46\xaa\x6d\x38\xf7\x00\x06\xa5\xb8\x35\xa8\x9e\x15\xef\x25\x69\x99\xb9\x02\x90\x9a\xf0\xa1\x85\x05\xb9\x91\x0b\x53\x8a\x59\x04\x8b\xe0\x0a\x59\xe6\x0f\xc1\xbe\x92\x35\x8c\xf8\x41\x52\x69\x58\x2a\x31\x8b\xdc\xfc\xa1\x36\x17\x34\x6b\x04\x54\x4f\x16\x1d\x81\x96\x52\x16\x59\x74\xd6\xe8\x96\xb2\xc5\x22\x37\x7f\x68\x6c\x0c\xa6\x31\xc3\x48\x1b\x91\x0e\xdd\x98\xe6\x61\xd0\x3b\xdc\xc6\x7e\xf3\xd0\xe9\x21\x27\x07\xf9\x56\x87\x21\x2e\x58\xec\x3c\x51\x43\xa3\x08\x72\x23\xe3\x37\xb4\x80\x20\xd8\x38\xa3\x86\x73\xfd\xc3\x6d\xff\xd2\xce\x36\xc3\x0e\x72\x23\x15\xa1\xf8\xb0\xc8\x8d\x71\x65\x4c\x5b\x86\x54\x17\xb5\x44\x35\xb4\x6d\xa0\xb3\x17\x4f\xa9\x47\x2c\x9a\x7b\xf2\xd5\xd0\x6a\x81\xe6\x3c\xd8\xd0\x1a\x81\xdc\xc8\xc3\xa9\xe8\x2b\x7a\xe3\x2b\x1f\xbb\x3f\xdc\x79\xc9\xf8\x58\x87\xe1\x25\xc8\xcd\x97\xcc\x7c\x34\x88\xb0\xcb\x76\xef\x72\xa7\x92\xa3\x3c\x97\x8f\x64\x77\x97\x15\x5e\x02\x33\xd4\x20\x50\x8d\x2e\x25\x7e\x45\x6e\xf6\x98\xa3\x39\xc8\x8d\xc4\xa2\x7a\xbe\x22\xcc\x76\x2b\xde\x2b\x22\xba\x87\xbc\xe2\xc1\xab\x42\x54\x33\x9c\x3f\x07\x7d\xfa\x3d\x38\x82\x83\x98\xbe\x89\x86\x97\x9f\x12\xaf\xaf\x8a\xc3\x35\xc8\x8d\x9c\x9e\xda\xbc\x22\xb7\xee\xb9\xbc\xe2\xb7\x42\x85\x91\x46\x89\x5d\xf1\x8d\x17\x4a\xec\x8a\xdc\x88\x61\x86\xe1\x25\x48\xeb\x6f\x94\xd3\x15\xa9\x7b\x36\x0c\x03\x87\x9b\xd6\x23\x0a\x5e\x8a\xe7\x8a\x3e\x7d\x9f\x2e\x9b\x71\x31\x4d\x8d\x77\x39\x1c\xaf\x87\xe3\x35\x16\x77\x18\xbb\x0d\x63\x37\x7c\x79\x45\x77\x45\x6e\x78\xda\xc3\x21\x1c\xe4\xe6\x2b\x66\xbc\x85\x0e\x6f\xa2\x9a\x5f\xea\xf0\x8a\x40\xc3\xa1\x86\xc3\xf5\x70\xb8\x76\x68\x7b\xbc\xc9\x47\x57\x72\xf7\x97\xbe\xe8\x8f\x11\x11\x37\xee\x34\x38\xc8\x8d\xb1\x7f\x18\xbc\x81\x56\xff\x92\xc7\x1e\x46\x6d\x20\x37\xb2\x63\xc3\xa8\x0d\xe4\x86\x3b\xa4\x9a\xaf\xc8\xcd\x2f\x43\xcb\x00\x72\xf3\xe1\x6b\x06\x86\x66\x80\x68\x72\x68\x06\x40\x73\x9f\xcb\x52\x07\x58\x24\xda\x16\x35\x9c\xe0\x06\xcd\x9d\x22\x4b\x6d\x60\x91\xfa\x07\xc3\xe0\x0e\x74\x2b\x49\xd2\x14\x38\x48\x76\x44\x2d\xe5\x82\x45\x73\xc3\xca\x4a\x36\x50\x12\xb9\x91\x13\x52\xcf\x57\x34\xb7\xa2\xac\x34\xd4\x02\xc9\xf2\x94\x4a\x23\xad\x74\x5f\x48\xb6\xa7\xac\xd4\x10\x80\xdc\xf8\xae\xd2\x64\x33\x48\x8b\xf6\x52\xdb\x00\xa6\x45\x66\xc9\x7e\x43\x22\x37\x62\xa8\xec\xb6\xb6\xd3\x8f\xe9\x0f\x0f\x0f\xd1\x41\x7c\xa3\x2a\x0d\x8b\xdc\x48\x20\xa4\x06\x04\xe4\x36\xfc\xe1\xcf\x43\xac\x61\xb1\x11\x1a\x10\x24\x84\x73\x23\x51\x94\x1a\x90\xd4\x80\xf0\xbd\xa7\x33\xd5\x20\x29\xac\x2c\x75\x86\x45\xa2\x14\x55\xea\x0c\x8b\x86\xa4\x62\xa5\x79\x65\xd0\x8c\x2d\x94\x1e\x16\x51\xdf\xb9\x6c\x17\xa1\x1d\x9b\x49\x95\x3a\xc3\xa2\xed\x58\x9e\x34\x37\x9c\xe3\x7b\x57\x38\xbf\xc9\x61\x90\xec\xa3\x59\x69\x68\x07\x72\xc3\xff\x48\xcd\x18\x58\x6c\x73\x59\x4a\x0f\x8b\x70\x5a\x2c\xb5\x6c\xa0\x95\x7d\x68\xb4\x07\x72\xe3\xdb\x56\x8d\x58\xe4\x46\x68\x94\x06\x80\x20\x10\xda\xaf\xd4\xfc\x81\x44\x10\xaf\xd2\xda\x3d\xd0\x1c\x33\xd5\x2c\x16\x89\x10\x47\xa9\x59\x2c\x12\x31\xaf\x4a\x67\xaf\x41\xa3\x86\xbb\x94\x2c\x16\xbd\xe1\xe9\x65\xd9\x2e\xd6\x2f\xb0\x65\x66\xa5\x96\x14\x34\xb7\x49\xad\xb4\x6c\x0e\x34\xeb\x1f\xd3\x59\x68\xd0\xd9\x4f\xb2\xd2\xc8\x11\xe4\x66\x87\x19\x39\x82\xce\x26\x5d\x95\x4e\x39\x83\x68\x3e\x6f\x03\x47\x10\x56\xb0\xa6\xf6\x16\xa4\x45\x7f\x69\xd5\x1c\x78\x1b\xc6\x25\xcd\x0d\x23\x93\x9c\x4e\x2d\xa6\x59\x5f\xd0\xdc\x99\xb5\x14\x45\x16\xe1\x40\xa0\x28\xb2\x18\x4e\x97\xa8\x89\x2c\x7a\xf9\xdc\x8c\x08\x41\xa4\x77\x69\x44\x08\x7a\xf3\x87\x86\x7f\x20\x58\x00\x55\x69\x06\x19\xc4\xf0\xa3\x31\xeb\x9b\x2e\x40\xf5\x7d\x75\x7e\x19\x84\xa9\xac\x34\xfa\x03\xb9\x11\xbc\xaa\x92\x2c\x7a\x6c\x5e\xd1\x17\x71\x67\x80\xf5\x87\x46\x7a\xa0\x35\xc6\xc9\xd4\xc4\x83\x36\xb1\x15\xa9\x89\x4f\xc3\x3a\x3b\xcc\xb0\x0e\x84\x25\xb0\xea\x1f\x8b\x64\x67\xca\x52\xff\x58\xf4\x66\x17\x6a\xf5\x41\x77\x0e\x21\x0f\xdb\x75\x38\x56\xd0\x2e\xad\x3e\xe8\x4e\xbe\xe5\xe9\x15\x4f\x06\x06\x9c\x9d\xd4\xea\x83\x28\x87\x0f\x4d\x7c\x9a\x41\xc6\xac\xa5\x19\x64\xd0\xbb\x8f\x43\x0b\x0f\x92\x65\x8a\x95\x5a\xf8\x74\xa6\xba\xec\x30\x03\x37\x90\x9b\xef\xbe\x81\x5b\x1a\xb8\xe1\x64\xab\xc2\x2c\xc2\xb4\x6e\x1a\xcb\xa5\xb1\x1c\x71\x43\x3a\x07\x0d\x3a\x3b\x2e\x54\x9a\x0f\x06\x69\x31\x65\x1a\xde\x81\x6e\xa9\x69\xea\x07\xa4\x7e\x00\xae\x6c\x9a\xb0\x05\x4d\xa3\x9c\x66\x67\x41\x1a\x04\xa6\x71\x1b\x48\xd3\x5f\xa9\x1f\x90\xfa\x01\xeb\x6f\x91\xc7\x4a\xdd\x04\xd0\x34\x9a\x6a\x40\x8b\x16\xec\xd3\x52\xa9\x9f\x00\xa2\x7b\x2b\xba\x09\xa0\x3b\x8b\x9b\xba\x09\xa0\x95\x83\x90\xd5\x72\xa0\x77\xbb\xc5\x10\x11\xf4\xe9\xad\xe8\x4c\x80\xfe\x0d\xf7\x46\x8d\xa0\x35\x5f\x53\xcb\xec\x40\x73\x2f\xe5\x4a\x3d\x88\xd4\x83\xb0\xab\xf4\x20\x40\x73\x5f\xe3\x4a\x1d\x01\xd0\x82\x48\x26\x75\x04\x40\x6e\xd8\xe4\xd2\xc2\x83\xc5\xa6\xb6\x55\xe6\x6a\x41\x33\x09\x52\x56\xba\x81\xdc\xbe\x43\xe5\x21\x76\x06\x21\xe1\x54\x66\x74\x41\x77\xbe\x45\x91\x6a\xb1\xd0\x37\xab\x32\x7d\x0b\x72\xdb\xbd\xe2\xe5\x21\xf3\x4d\x93\x43\x8f\x87\x1e\x36\x1c\x5f\x1c\xfa\x79\x88\x7d\x79\x3c\x97\xf1\x27\x68\x46\x0b\xea\x5d\x8b\x5e\xdf\x7f\xa5\x87\x88\xa9\xf9\xd6\x4b\x1f\xa3\xf4\x31\x76\x7f\xe8\x15\xdd\xe6\x90\x01\xa7\x4c\xf0\x82\xce\x36\x87\xa5\xde\xb5\x68\x9d\xaf\xb8\xf4\x31\xc0\x32\xa7\x5f\x2e\x0c\x00\x3d\x3c\xbd\x99\x61\x10\x6c\xd9\x50\x65\xdc\x5a\x6a\x7a\x32\x52\x95\x6e\x07\x68\x6e\x1a\x5e\x65\xe0\x0a\xba\x51\x5e\x39\xed\x0d\xd6\xb0\xf3\xf5\x4e\x40\x67\xb7\xd0\x52\x61\x5b\xac\xf0\x79\xe8\xb0\x94\x11\x2f\xa6\xa3\xc2\xb6\xea\xb0\xec\xfe\xd7\xe9\xa1\xf3\x7f\xff\x37\xd9\x25\xac\xca\xd2\x3a\xd0\x4d\xf9\xaa\xa6\x2d\xb2\x11\x7a\x94\x73\xd7\x20\x9b\xad\x37\x2e\x06\xbd\xe3\xf4\x95\xd3\xd9\xa0\x99\x38\x2c\x4b\xeb\x40\x36\x5e\x73\x55\xb8\x45\xb6\xcd\x1f\xda\x2e\xa6\xa9\xad\x09\x50\x83\x5b\x34\xb7\x07\x2f\x15\xb7\x45\x36\x86\xbd\x72\x81\x00\xe8\x06\xff\xa5\xdf\x01\xd6\xf0\xdd\xd1\xc9\x28\x15\x43\xbd\x6f\xc3\xee\xca\xef\xfc\xdc\xb8\x8e\x07\xc8\xf6\x1d\xf2\x81\xe0\x78\x18\xb0\x97\x95\x74\x20\x9d\x2c\x2f\x57\x08\x94\x2b\x04\xd8\x1e\xbc\x4a\xff\x04\xa4\x89\xc9\xd2\x3f\x29\x77\x30\x34\xef\xa4\xf0\xb7\x48\xbd\x85\x32\x27\x5e\xca\x94\x4e\xff\xcb\x8f\xd2\xed\xb4\x37\x0f\x79\x9b\xb5\xf8\xa1\x97\xf4\x36\x49\x08\xb0\xcf\x6f\x29\xfb\x2d\x9a\xbb\x94\x57\x99\x13\x2f\xe7\xc1\xc3\x1b\xf0\x9e\xd0\xfd\x76\x71\x41\xe9\xff\x80\x6c\xe4\x98\xca\x92\x3b\xb0\xd8\xfe\xae\x14\x02\x17\xbd\x7c\xd5\x4d\x2e\x80\x6e\x74\x5e\xfa\x3f\xa0\xb9\xcb\x7a\x29\x04\x2e\xba\x33\x79\xa5\x03\x04\x1a\x9b\xab\x54\x99\x5c\x00\xd9\x48\x44\x95\x29\x71\x90\x8d\x14\x93\xda\xe0\xa2\x05\xd1\x40\xe9\xfe\x80\x6c\x24\x04\x4a\xf7\x07\xa4\x09\x81\xd2\xd7\x01\xc9\x0a\xb9\x2a\x1d\x1b\xd0\x91\xd0\xad\x32\xad\x0d\xba\x93\xfd\xa5\xaf\x03\x9a\xd1\x7f\x99\xe9\x06\x89\x5e\x53\xa9\x29\x2e\x16\x7b\x03\x56\x99\xbb\x00\xd9\xb0\xf0\x4a\x8a\x8b\xc5\x76\x7b\xa5\xa4\xb8\x08\xb3\x55\xa5\xaf\x53\x16\xff\x97\x2f\x94\x13\xe1\x60\x98\x41\x29\x3d\x1b\xd0\x9b\x23\xba\x99\x0a\x10\xc6\x11\x65\x5a\xa2\x54\xd7\xf3\xab\x37\xb1\x0c\x82\x7d\xed\xaa\x2c\xce\x07\xd9\x3c\xbd\x6e\x0c\xc8\xd7\x39\xfc\xd3\x2a\x2b\x4b\x2e\x92\x6d\x49\xaa\x4c\x64\x80\x64\xef\xd0\xaa\xd3\x17\xf0\xc5\x62\x29\x61\xa9\x54\x2e\xb2\x61\x6e\x4b\x8f\x06\x64\xf3\x35\xd5\x7d\x01\x2d\x90\xda\xab\x32\xb7\x51\x56\xfd\xa7\xff\xe6\xad\x5c\xcb\xde\xe3\xf6\x4c\x59\x83\x6c\x3e\x69\xb3\xcc\x20\x1b\x41\x45\xe9\xad\x80\x3e\x6c\xac\x59\x0b\x90\xcd\xf7\xd4\x2c\x33\x08\xab\x64\x55\x1c\x17\x11\x1a\x2c\x7d\x1a\x90\x8d\xbc\x58\xe9\x7a\x80\xb4\x58\xbb\x74\x2a\x40\x3a\xb1\x58\x3a\x15\xe5\xf4\x72\xf9\x1d\xe8\x42\x80\x6c\x1a\x1e\xdd\x05\xd5\xc5\xa7\x27\x73\xe6\x18\xb4\xee\xd0\x6a\x0e\x02\x34\x27\x86\xca\xec\x34\xc8\xe6\xc8\x61\x0e\x02\x24\x72\xa2\x55\x96\xea\x81\x3e\xbc\x6f\x0b\xf5\x41\xff\xcc\xb9\xfe\x09\x58\xec\x2f\x58\xa5\x7f\x02\x56\x38\x24\x38\x0b\x0d\x46\x7c\x57\xb4\xc3\x58\xa7\x38\xb5\x28\xa6\x2e\x40\x67\xb7\x92\x52\xe2\x5c\x74\x36\xe4\x28\x25\xce\x45\xd7\x3a\x29\x71\x2e\x86\x8b\x48\xa6\xc9\x0c\xf0\xf6\xa1\xff\xb6\x3c\x46\xf1\x21\x83\x90\x1a\xe7\x22\x10\xa3\x2d\xf5\xcc\x45\xb0\x0d\x6b\xa9\x67\x2e\xc2\xc9\xe5\xa9\x67\x03\x16\x7b\x28\x96\x12\xe7\x22\x9d\x5b\x56\xcf\x5c\x34\xc5\x12\x6a\xea\xda\x80\x6e\x15\x92\x1a\xe7\x22\xb6\xef\x97\xe5\x21\xdf\x94\xe2\xd0\xf4\xd0\x64\x5f\x10\xda\xea\x7c\x36\x08\x76\xac\xac\x69\x92\x65\xba\x57\x57\xf3\x5c\xb6\xb5\xf1\x05\x86\x57\xb4\xad\x2e\x07\xf0\x87\xa6\xe4\x91\x2b\x4f\xcd\x95\x72\xe5\x22\x5c\x25\x3a\xcd\xbb\x80\x98\xf6\xa1\x79\x17\x10\xec\x3b\x53\x53\x07\x08\x04\x3b\x8d\x95\x3a\xe7\xa2\x37\x7b\x5a\xff\x07\x24\x9b\x03\xd7\xd4\xd9\x99\xdf\x7e\x16\x34\xd5\x45\x8d\x33\xbe\x3e\xe4\x8e\x74\x80\x40\xb0\x07\x60\x4d\x33\x36\x20\x8d\x47\x15\x43\x17\xa9\x67\x36\xcd\xd8\x80\x34\xe5\x3f\x9d\x18\x00\x0d\x19\x98\x9a\x4e\xc6\x83\x66\xe5\xd0\xd4\x4d\x9a\xba\x49\xd4\x17\x4d\xdd\xa4\xa9\x9b\x44\x36\x60\xea\x13\x81\x16\xbe\xc2\xd3\x12\x3f\x90\xdf\xf3\x36\x63\x03\x9a\xba\x17\x35\x75\x94\x40\x47\x49\xa2\x94\x56\xaf\x4f\x5a\x9d\xcd\x2f\x4b\x69\x75\x11\x56\x3c\x2a\xad\x2e\x1a\x9a\xba\xa5\xb4\xba\xe8\x0e\x3d\x4a\xab\x8b\xee\xa2\xb6\x69\x39\x1f\xe8\x16\x35\x4d\x33\x3b\xa0\xbb\x24\x40\x01\x76\x91\x0d\x7b\x38\x9d\xda\x07\xf1\xdd\xb9\xae\xd3\xd4\x75\xf2\x25\xd0\x75\x02\xdd\xa5\xa1\xd3\xa9\x0e\x90\x48\x8c\x95\x62\xee\xa2\xbb\x30\x65\xea\x4c\x81\x70\x29\xe2\xd4\x99\x9a\x3a\x4e\xf6\xab\x8e\xd3\x74\x6f\xe7\xef\x87\xb6\xbe\x28\x15\x23\xa6\x52\xcc\x5d\x24\x4a\x77\x35\x9d\x36\x01\xcd\xa9\xe6\xa9\x93\x04\x5a\xb0\xff\x6c\x4d\xbd\x24\x10\xec\x4d\x5f\xca\xc0\x8b\x6c\x98\x9a\x69\x4d\x21\x08\xa4\xbd\x6a\x9a\x38\x9a\x26\x8e\xb0\xad\x53\x5f\x0a\xe4\xc6\x20\x3c\x4d\x1c\x81\xe6\xda\x8e\xa9\x2f\x05\x9a\xaa\x26\x35\x75\xa6\x40\xa0\x13\x52\xd3\x69\x99\xe9\xb4\x4c\xb5\xbf\xf7\xdf\xac\x69\x01\x23\xc8\x46\x4e\x75\x5a\xc0\x08\xba\x89\x7d\x15\xed\x45\x0c\xdf\x4a\xd3\x4f\x20\x4d\xa9\x4f\xdd\xaf\xe9\xc6\x66\xfe\x50\x5f\x6b\xea\x6b\x39\x32\xb9\x44\x13\x24\x9b\x75\x95\x8a\xf6\x22\x5d\x3a\x3e\x4d\x35\x81\x6e\x65\xd8\x74\x52\x08\xc4\xb4\xdb\x75\xbf\x40\x68\xc2\xa6\xf3\x44\x20\xd8\xed\xae\x54\xc2\x17\x2d\xbc\x47\xdd\x2f\xd0\x3b\xc9\x2d\xb5\xf1\xc5\x30\x17\x34\x4d\x35\x81\xd4\xbb\x53\x2e\x5f\x74\x54\x4a\x6a\xea\x7d\x81\xb4\x84\x69\x3a\x9b\x04\xd2\xaa\xeb\x69\xc6\x08\x34\x8b\xd9\xd5\xc6\x17\xed\xcb\xcd\x4d\x3d\x32\xd0\x54\xa6\x29\x05\xf3\x45\xa2\x75\x59\x53\x2f\x0d\xe4\xf7\x65\xbb\xe0\x61\x7e\x4a\x21\xfe\x97\xdd\x43\xfe\xe9\x1b\x59\xf5\xe5\xa6\xbe\x1c\x26\x78\xea\xcb\x4d\x7d\x39\xbb\xda\x89\x28\xb0\x86\x2f\xaa\x45\x02\x53\xf1\x10\x3c\x9b\xa9\x67\x06\xba\x0b\x2d\xa7\x9e\x19\x08\xd3\x19\x2a\xf4\x8b\x74\x99\xdb\x74\x86\x09\x84\xa1\xb8\xda\xfb\x22\xdb\x77\xc8\x1e\xa3\x6e\xc0\xf0\x76\x5a\x37\x00\xa2\x6c\x84\x75\x03\xa0\xa5\x63\x89\x25\x84\xa0\x4f\xcd\x82\xd3\x50\xa0\x87\x0f\xd7\x8c\x14\x68\xe3\x1b\x57\x9d\x9a\x02\xe1\x74\xc2\xd4\xef\x03\x4d\x49\x98\x9a\x3a\x7e\xd3\x8a\x83\xf2\x90\x2f\xd4\x8d\x3f\xaf\x3b\xe2\x3a\x4e\x90\x9f\xef\x61\x6a\x0a\xa4\x61\xea\x7c\x6c\xd9\xc3\x93\xf4\xa3\x31\xe7\x04\xd2\x85\x4f\x53\x5f\x70\xea\x0b\xea\x67\xe8\x0b\x82\x6c\x76\x8f\x25\x08\x20\xbf\x21\xc7\x19\x2a\x90\xcd\xa6\xea\x30\xce\x2f\xe7\xe4\xc8\x61\xce\x09\x74\x27\xe7\xa7\x1e\x23\x88\xcf\x2c\xe8\x31\x82\xde\x1d\x45\xf5\x18\x41\xff\x46\x77\x7d\x41\xd0\x54\x48\xaa\xa9\xe7\x07\xfa\xf6\xfd\xd2\xc6\xfe\xc8\x00\x39\xcc\xe9\xd3\x81\xc6\x56\xee\xb5\xac\x35\x04\x8b\xdd\x74\x6b\x99\xbf\x02\xe1\xa4\xd5\xd2\xcd\x03\xd1\xc3\xff\x1a\x1e\xa2\xf6\x22\x3d\x57\x7a\x28\x49\x7b\xbc\xaf\xca\xd2\x0d\x03\xdd\x79\xd9\xa5\x7f\x05\x3a\x6a\x12\xb5\xf4\xaf\x40\x63\xef\x9b\x5a\x7a\x4e\x4b\xcf\x89\x54\xc2\x72\xe1\x03\x68\xd6\xdf\x2c\x27\xb1\x96\x05\x0e\xa4\x63\x96\x0b\x1f\x40\x36\x82\xe7\xa5\xe7\xb4\xdc\xe8\x61\xf7\x5c\xa7\x87\x18\x24\x97\x3f\xbc\x3c\xa4\xcd\x27\x28\x59\x2e\x7c\x58\x61\xc2\x81\xb7\x7f\xb9\xf2\x01\x64\x23\xa6\x5b\x3a\x45\xa0\xeb\x14\x2d\xdd\x1d\xd0\x4c\xe5\x2f\x27\xa8\x40\x37\x23\xbf\xcc\x0a\x81\x66\x39\xf5\xd2\x03\x02\xdd\x7c\xc0\x72\x91\x03\xc8\x46\x78\xbb\xf4\x80\x40\x73\x75\xf2\x32\x51\x04\x9a\xab\xbe\x97\x4e\x11\x08\x47\x9e\x65\xa2\x08\x2c\x36\x3c\xae\xa5\x9b\xb4\x74\x93\x96\xe7\xb2\xf5\xb8\x49\x1a\x9f\xe5\xc4\x16\x48\x76\xe0\xaa\xa5\x47\x04\xb2\xf1\x52\x2f\xdd\x9f\xe5\xde\x12\x58\x87\xa5\xfb\xb3\xd4\xb9\xf0\x0d\x33\x9b\x04\xd6\xf0\x79\xeb\x11\x81\xc6\xbe\x3d\xb5\x2c\xec\x00\x0d\x9d\x9c\x5a\x7a\x44\x4b\x8f\x08\x8f\x71\x99\x60\x5a\xd6\x75\x54\xff\x07\x9b\xbc\x74\xa2\x40\xd7\x68\x2e\x53\x52\x20\xd8\x81\xb2\x96\x4e\x14\xe8\x5f\xb7\xe8\x0b\x81\x6c\xbe\x48\xa6\x87\x40\x7c\xef\x96\x5e\x08\x68\x8a\x2b\xd5\x32\x7f\x03\xb2\x93\x8c\x5b\xba\x21\xa0\x29\x59\x54\x4b\x3f\x04\xb4\xf8\x0e\x79\x81\xc9\x60\xb5\x7b\xc8\xf7\x79\x1e\xfe\xd2\xb3\xf9\x2c\x5e\x24\x92\x78\xb5\x74\x2a\x40\x3a\xd3\xb2\xcc\xfc\x80\xb0\xbc\x76\x99\xf9\x59\x66\x7e\x48\xb5\x2e\x33\x3f\xcb\x62\x48\xcb\x4c\x97\xee\x08\x88\xf0\x7d\x76\x69\x25\x48\xe4\x56\x6b\x99\xe7\x01\xd3\x1d\x42\x96\x55\x8e\x20\x9b\x8f\xdf\x82\x14\xd0\x74\x62\x97\x4b\x20\x40\x36\x3c\xc3\xa5\xef\xb1\x5c\xdc\xe0\xb7\xed\x9c\x16\xc8\xf6\x1d\xb2\x11\xe6\x79\x1c\x14\x9c\xd3\x02\x69\x6a\x66\xe9\x7b\x80\x44\xcc\xbe\x96\x8e\x06\xe8\xce\xca\x2e\xe7\xb4\x40\x53\x90\xaa\x96\xce\x07\xf8\xb6\x82\x58\xce\x73\x2d\xcb\x17\xfd\x68\x2d\x5f\x04\xb1\x7f\xff\x65\xc3\x0e\x1b\xc6\x87\xa6\x8b\x02\x62\x73\xd0\xd1\x45\x59\xba\x28\x24\xec\x96\x8b\x27\x40\x77\x4a\x6e\xe9\xb4\xac\xcf\x69\x21\x4c\x5d\x3a\x2d\x4b\xa7\xc5\xc1\xd6\x02\x45\x90\x9d\xf8\x7c\xe9\xb4\x80\xf6\xdd\xa5\xee\x08\x48\x94\xf7\x6b\xb9\x70\x13\x24\x92\xc4\xb5\x4c\x27\xad\x6f\x77\x08\x1e\x88\xbe\xc7\x52\xa5\xcc\x27\xa9\xef\x01\xb2\xdb\x2e\x33\x40\x60\x05\xce\xd4\x32\x01\x04\x62\xfa\x8c\xf4\x50\x40\x76\xed\x82\xb3\x61\xa0\x59\x17\xb1\xac\x8a\x01\xe9\x2c\xe0\xd2\x69\x01\x6b\xf8\xa2\xe8\xb4\x2c\x97\x42\x94\x6f\x9d\x33\x64\x20\xca\xb6\xea\xa2\x80\x74\xce\x6f\xb9\xd3\x04\x48\xbd\xd4\x65\x66\x0a\xb4\xf1\x8d\x3a\x7a\x32\x20\xd9\x61\xad\x96\x8e\x0c\x48\xd7\xe0\x2e\x9d\x16\xd0\xf7\xef\x64\x36\x96\xed\x5d\x75\xcd\x96\xa9\x29\x90\xdd\x71\xce\x2a\x49\x90\xd6\x45\x2c\xe7\xd3\x40\x76\xc7\x72\x9d\x16\x90\xce\x8a\x2d\x27\xca\x40\x53\x10\xac\x96\x73\x60\xcb\xbd\xb0\x4a\x1b\xaf\xdb\x02\xba\xab\xdf\x96\x6e\x0b\xc8\xce\xdc\xc3\xd2\x6d\x59\x3f\x6d\x1d\xd3\x67\xcb\x44\x17\xe8\x48\x4b\xd5\xd2\xfb\x00\xd9\xb5\x88\x66\xa2\x40\xcb\xef\x64\xbe\x3e\x2e\x7e\x70\x29\xe6\x6e\xfa\x08\x0c\x27\x1f\x77\xbd\x0f\x90\xe8\x29\xd5\xae\x5f\x01\xb2\xe3\x35\xee\xfa\x15\xa0\xe9\x0b\xec\x26\x94\x40\xb2\xe3\x79\xed\x66\x8f\x40\x58\xf5\xbe\x3b\x2f\x06\x12\x3d\xce\xda\x4d\x28\x81\xee\xb2\xb3\xdd\x84\x12\x08\x6b\x9c\x76\x13\x4a\x20\x91\xf2\xae\xdd\xa5\x0f\xa0\xa9\x39\x56\xbb\x2b\x49\x41\x76\x1c\xb1\x5d\x87\x67\xff\xf2\x4e\x0c\x6e\xbb\x45\x3a\xa0\xeb\xe1\xee\xae\x11\x05\xd9\xc3\x5f\xda\x7e\x57\x48\xf0\x41\xef\xce\xb2\x81\xe6\xbe\x07\xbb\x4e\x10\x48\x3d\xb1\x5d\x27\x08\xa4\x35\x79\xbb\x95\x3c\x20\x7b\x78\xc8\x4e\xec\xbe\xeb\xdc\x92\x79\x27\x90\xae\x20\xd9\xcd\x3b\x81\xec\x98\xae\x5d\xef\x09\x64\xc7\x26\xed\xba\x45\x20\xad\xf6\xd8\x75\x81\x40\xf4\xf0\x90\x57\x0c\x87\xd3\x91\x7f\x5b\xe6\xdd\x54\x12\x48\xe4\x7b\x6a\xd7\x6b\x02\xd9\xed\x4f\xa7\xd7\x76\xf7\x3c\x75\x36\x64\xd7\x6d\x02\xd9\xbf\x43\x3e\x44\x96\x8b\x5a\x36\xb4\xbb\x91\x04\x08\xf7\x37\xd8\x75\x3c\x40\xb8\x0c\x74\xd7\xf1\x00\xd9\xf1\x9c\x77\x4b\x71\x40\x77\x03\x9a\xdd\xf9\x2f\xd0\xd4\x5d\xab\x5d\xff\x04\x64\xff\x0e\x79\xc9\xb4\x66\x9d\x47\xa1\xff\x01\xf2\xeb\x2b\xfd\x0f\x90\x2e\xf9\xd9\xcd\xeb\x80\x74\x1f\x8c\xdd\x24\x0e\x88\xce\x68\xbe\x9b\xc4\x01\x89\xda\x5f\xed\x26\x71\x40\x74\x02\x97\x5d\xc7\x65\xaf\xef\xad\xe4\x92\xae\xf5\x00\x4b\xdf\x79\x37\x65\x03\xb2\xdb\x56\x27\xb6\x40\xf6\x61\x2b\x6c\xab\x1b\x5d\x75\x7f\x68\x5b\x8b\xb6\xfa\x6d\x98\xc4\x01\x7d\xe0\x1d\xec\x3a\x46\xfb\xe7\x18\xd9\x58\xf3\x33\x20\xc2\xbb\xd4\x57\xda\xf5\x95\xc8\x14\xee\xfa\x4a\xa0\x4d\xdf\x41\xfd\x22\x90\x3d\x3c\xbf\x77\x34\x7d\x79\x3d\xbd\x0f\x64\xf2\x40\xfc\xdc\xcd\xc8\x80\x61\xb1\xdd\xee\xba\x91\xdd\x75\x23\xe5\x21\xef\x48\x7f\xca\xf1\x4b\x7f\x6a\x5f\xda\x19\xdb\xaa\x43\x05\xd2\xd9\xd9\xdd\x52\x22\xd0\xcc\xde\xef\xae\x0c\x05\xdd\xfc\xf4\xae\xa7\x04\x1a\xaa\xd8\xb5\x3b\x23\x06\xd4\x7b\xa9\x5d\xb7\x08\x0c\xe3\xe5\xdd\x2c\x0d\xc8\x4e\x20\xbc\x3b\x23\x06\x56\x32\x5f\xbb\xeb\x29\x81\xfe\xbd\xd5\x66\x69\x40\x7e\x2f\x8f\x6e\xd1\xae\x5b\x44\x6c\xbc\xeb\xef\x80\xa6\x9e\x5d\xed\x3a\x3c\x20\x3b\x26\x7d\xd7\xbb\x01\x4d\xa9\xba\xda\x9d\xff\x02\xd9\x6d\xac\xbe\x0c\x48\x6b\x40\x76\x7d\x19\x90\x4e\x1a\xed\x26\x5b\x40\xa2\x98\x5b\xbb\x99\x15\xd0\x14\xcc\xab\xdd\xa4\x09\xc8\x5e\x9e\xdf\x4b\x32\xc3\xd5\xbd\x4d\x67\xb8\x40\x5a\x60\xb0\x9b\x47\x01\xe9\xdc\xcc\x6e\x19\x0f\xc8\xef\x1b\x71\x36\x0b\x4c\x6b\x02\x76\xbd\x94\x5d\x2f\x85\xfc\xce\xae\x97\x02\x9a\xcb\xa1\x76\x6b\x76\x40\x58\xa4\xba\xeb\xb8\xec\x96\xf3\x12\x15\xec\x26\x60\x40\x76\x72\x5d\xbb\x8e\x0b\x48\x36\xd7\xad\xdd\xd4\x0a\x48\xa3\xea\x5d\x8f\x64\xff\xf2\x28\xf6\xab\xee\x07\x08\x77\x99\xd9\xcd\xa3\x80\x98\xbe\xe9\xe6\x4c\x40\xba\x68\x6a\x37\x67\x02\xb2\x93\xc1\xd8\xcd\x99\x80\x85\x5c\x49\xed\xfa\x1a\xbb\xbe\x86\xa6\x54\x5f\x63\x57\x13\xd5\xde\x79\xec\x9d\x87\x02\x99\xf2\x1d\x7e\xec\x9e\x87\x67\x84\x8b\xbb\xeb\x91\x80\xec\x9a\x7d\xdd\x0a\x90\xee\x35\xb7\x5b\x9d\x0b\xda\x70\x16\x61\xd7\xd5\xd8\x75\x35\xb4\xfb\xe6\x39\x40\x58\x02\xbb\x3b\x9d\xb5\x3b\x9d\xb5\x7b\x32\xdf\x81\x1f\xef\x00\x61\xce\xa1\xa7\x01\x9a\x4a\x83\x75\x98\xe8\x00\x89\x3c\x65\x1d\xba\x1a\x20\xd9\x3a\xbe\x0e\xeb\x6d\x40\xba\xc8\xe4\xd0\xd5\x00\xe1\x02\xb5\x43\x57\xe3\xd0\xd5\xd8\x3d\xf4\xf3\xd0\xcf\x4b\xd2\x0c\x3d\x86\x43\x8f\x81\x17\xe3\xd0\x63\x00\xd9\xf1\x7b\x0f\x27\xaa\x40\xba\x7f\xe5\xe1\x44\xd5\xe1\xde\x13\xae\xd6\x3b\x4c\x9b\x80\x6e\x1d\xc8\xa1\xab\x01\xc2\x41\xfd\xd0\xaf\x00\xc9\x3e\xf1\x75\x98\x5c\x01\xd9\xd7\x3f\x18\xe6\xc3\x59\x2b\xd0\x2d\x73\x3a\xf4\x44\x40\xb0\x5f\x6b\x1d\x7a\x22\x20\xad\xb4\x3b\xf4\x44\x0e\x3d\x91\xdd\x1f\x2e\x0f\xe9\xb6\xf2\xd5\x1e\x66\x6d\x40\x73\x03\xa9\x43\xbf\x03\xb4\x68\x9e\xcc\x5b\x51\xd6\x94\x11\xf2\x70\x26\x0b\x24\x1b\xe3\xd7\xa1\x77\x02\x16\x32\x37\x75\xe8\x9d\x80\xa6\x10\x64\x1d\xba\x27\xa0\x5b\xd5\x74\xe8\x7e\x1c\xba\x1f\x04\x2a\x87\x79\x1c\x90\x2e\x8b\x38\xf4\x48\x40\xb7\x7c\xff\x70\x26\x0b\x34\xe7\x24\x0f\x1d\x12\xd0\xdd\xc7\xe5\xb0\xf6\x18\x34\x75\x26\xeb\x30\x1f\x03\xb2\xfb\x0c\x2d\x3e\x06\x4d\xa1\xc9\x3a\xcc\xd1\x80\x95\x36\xc3\x82\x64\x90\x9d\x91\xe8\x30\x6d\x03\xd2\x25\x91\x87\x25\x3f\xa0\x99\x80\x3b\xcc\xd1\x1c\xee\x2f\x81\x6a\x65\x1d\xba\x3c\xa0\xe5\x20\xa0\x39\x9c\x91\x3a\xdc\x4d\xc2\x3a\xd6\xc3\xca\x62\xd0\x8c\x38\x0e\x7d\x1e\x90\xa8\xcc\xd4\x61\x4e\xe6\xf8\x72\x32\x58\x8c\xc3\x74\x0a\x68\x16\xaa\x1f\xfa\x2e\x20\x8c\x1e\x0f\x7d\x17\x90\x96\xa8\x1e\x4e\x2d\x81\x0c\x1f\xa7\x4e\x09\x58\xe9\x7d\xea\x5b\x80\xec\xc4\x85\x87\xae\x05\x58\xe9\xdb\xa8\x87\x70\xe8\x21\xf8\x79\x68\xe8\xc1\x42\x82\xa3\x0e\x0d\xfd\xe1\x56\x9b\x98\xc5\xc3\x55\xa4\xa0\xbb\x77\xc4\x61\xe2\x04\x34\x15\x35\xeb\x30\x73\x02\x32\x88\x67\x0e\x67\x68\x0e\xf7\x0d\x2f\x5f\x5a\x33\x27\x20\x03\xdf\xe8\xd0\x1f\x00\xcd\x1a\xd8\xc3\x29\x1a\x90\x61\xcb\x74\x11\x40\x53\xb2\xb3\x0e\xf3\x24\x20\xdd\x73\xf2\xd0\xd4\x83\xb4\xac\xef\x30\x4f\x72\xb8\xb7\x94\x1b\x21\x1e\x9a\x7f\x90\xa8\x69\xd4\x61\x56\xe4\x38\x82\x93\x71\x7e\x17\x5d\x82\x74\x4d\xce\x61\x0d\x2f\xc8\x20\x16\x3d\x34\xfe\x87\xc6\xdf\x07\x67\x86\x02\x64\x10\x70\x1f\xce\x8e\x80\x0c\x02\xfa\x43\xab\x0e\xd2\x32\xcb\x43\x7b\x7d\x68\xaf\x19\xd1\x0f\x4b\x71\x41\x06\x91\xdc\xa1\x09\x07\xf9\x8d\x0f\xce\x55\x80\x44\x93\xa1\x0e\x0d\x2a\x18\x1a\xe7\xc3\x40\x1d\x64\xf8\x65\x5a\x17\x0b\xda\xb4\xc3\xac\x34\x39\x5c\xcf\x68\x21\xe4\xa1\xf5\x04\x89\x9a\x7b\x1d\x86\xf8\x20\xdd\xf4\xe3\xd0\xa0\x1e\x9f\x41\xe5\x26\x9d\x84\x00\x2b\xed\x69\x6d\x2c\x68\xaa\x8b\xd6\xa1\x91\x05\x11\x8e\xfb\x1a\x59\x90\xce\x42\x1e\x4e\x4c\x1c\x5f\x91\x8a\x76\xcb\x10\x1c\xa4\xbb\x71\x1d\x9a\x4a\x90\xee\x49\x73\x1a\x5b\x83\x70\x63\xa5\x53\x83\x07\xd2\x69\xff\x53\x83\x77\x6a\xf0\xe8\x8c\x53\xb3\x05\x32\x08\x0b\x4f\xd3\xf8\x20\x4d\x55\x9e\x16\x40\x80\xa6\xff\x7d\x6a\x69\x40\x53\xaa\xb4\x4e\x6d\x09\x48\x4b\x52\x4e\xab\x42\x41\x73\x5f\xd3\x53\xf3\x02\x7a\xff\x0e\x85\x87\x90\xa3\x67\xe0\x3d\xad\x1d\x3d\x95\xf1\x44\x7d\xb5\x4e\x2b\x45\x41\xf3\x5d\x39\xcd\xd9\x83\x70\x9b\xb0\xd3\xe1\xff\xfc\xa2\x53\x6f\xd3\xb2\x05\x90\x88\x0e\xd5\xe9\xf8\x7f\x3a\xfe\x13\x6f\x9f\x8e\xff\x20\x5d\x90\x7d\x3a\xfe\x83\xe6\x54\xd7\xe9\xf8\x0f\x1a\xd2\x4d\x75\x3a\xfe\x83\x96\xf6\xa2\x19\x7a\x90\xae\x73\x3d\x1d\xea\x4f\x37\x26\xaa\xf5\x0f\xb5\x5f\xa7\xa6\x00\xa4\x13\xe6\xa7\x45\x0d\x20\x35\x52\xa7\x45\x0d\xa0\x05\xee\xc8\x69\x06\x1f\xf4\xef\x85\xd0\x3a\x80\x0c\xdb\x6d\x88\x7c\x9a\x9b\xf7\x51\x6b\x2f\x40\x06\x9f\xd5\xa9\xb9\x38\x3f\x73\xb1\xfc\x37\x5b\xa1\x6d\x18\x9e\xff\xf4\x10\xaf\x25\xd1\xdd\xa9\x69\x00\x19\xc4\xee\xa7\x91\x2e\x68\x4a\xc9\xd6\xa9\xb9\x00\x19\x04\xd7\xa7\xe6\x02\x74\xf3\x05\xa7\xa1\x2e\xe8\xc6\x98\xa7\xb5\x9f\xa0\xbb\x68\xe6\xb4\x84\xe1\x54\x83\x23\x96\xd7\xf4\x06\x58\xc3\xe2\x1e\x7a\xa7\x95\x9e\x20\x4c\x08\x9f\xc6\xc8\x60\x58\x45\x7d\x1a\xea\x82\x6e\xf4\x7b\x6a\x8e\x40\x0b\x57\x86\x9f\xda\x23\xd0\xad\xb1\x3c\x0d\x75\xc1\x70\xa1\xe4\x69\x5c\x0b\x5a\x20\x7b\x54\xa7\x66\xeb\x9c\x76\xa3\x87\xec\xc6\x89\xe4\x5f\xf7\x64\x36\x63\xf1\xe4\x08\x4f\x4f\x63\xd1\xd3\x58\x14\xad\xdd\x3a\xb5\x5b\x20\xc3\x0f\x4b\xb3\x75\x6a\xb6\xf0\xaa\xcf\x65\x67\xbc\x08\x64\x24\xeb\xd4\x92\x81\x6e\x71\xec\x69\x60\x0b\x3a\x12\xe9\x75\x5a\x7e\x00\xba\xf9\xfe\x53\x73\x77\x6a\xee\xec\x58\xa3\x58\x90\x96\x0c\x9c\x56\x7f\x82\xee\xe2\x9d\xd3\xc0\x16\xa4\xf5\xa6\xa7\x0b\x50\x41\x3a\x0b\x7f\x5a\xb1\x09\xf2\x7b\xaf\xb5\x59\x27\xeb\x4e\x02\x67\xf9\x34\xf9\x0e\x32\xf0\x00\x4f\xa3\x53\x90\x81\x9f\x75\x1a\x9d\x82\x44\xe8\xb3\x4e\xcd\xd8\xa9\x19\xc3\x5b\x3a\x0d\x58\x41\xd3\x8c\x9d\xe6\xde\x41\x77\x3f\xa8\xd3\x18\x16\xa4\x1b\xf9\x9c\x26\xda\x41\x6f\xdf\xb9\xec\xaf\xd3\xc5\x85\x3c\x35\x73\xef\x20\x9d\x98\x3f\x0d\x74\x41\x53\xa0\xb7\x4e\x23\x5d\x10\x16\x26\x9e\x16\x11\x80\x91\xf8\x1f\xa7\x4b\x51\x40\x73\x15\xd6\x69\xd6\x1e\xa4\x29\xfa\xd3\xb0\x16\x24\xe2\x17\x75\x1a\xd6\x82\x37\x22\xf3\x98\x4f\x92\xbd\x89\x4c\x6e\x9e\xc6\xb5\x20\xa6\x9f\x88\x39\x7a\xd0\x94\x3f\xac\xd3\x84\x3c\x08\xb3\x88\xa7\xa6\x19\xa4\xd5\x8a\xa7\x39\x7a\x10\x5f\x67\x18\xfe\x82\xf5\xdd\x92\xd1\x2f\x08\x27\x35\x4e\x0d\x38\x08\xf7\xca\x3e\xb5\xcc\xa7\x96\x19\x57\xe9\x34\xd3\x7e\xba\xa1\x50\xf9\x55\x1a\xb1\x82\x0c\x22\x9b\x53\x03\x0b\x32\x3c\xbf\xf9\x72\x90\x16\x99\x9e\x4e\xe9\x9f\x5f\xbe\xdc\x21\xc4\x39\x7d\x90\x41\x4c\x71\x99\xa9\x06\x89\x62\x4b\x5d\x06\x86\x97\x62\x5e\x58\x8b\xcb\xcd\x01\xae\xf6\x8d\x77\x93\x63\xcd\x63\xaf\x7b\x3c\x3d\x99\xb1\xe2\x45\x60\xe8\x9e\x87\x97\x41\x20\x68\x2e\x66\xbb\x8c\xf8\x40\x06\x96\xed\xd2\x74\x82\x44\xdd\xbc\x2e\x4d\x27\xc8\x20\xba\xbe\x2c\xf8\xbb\xbe\x82\x3f\x1e\xdc\x65\xe8\x04\xba\x0b\x2a\x2e\x4d\xe7\xf5\x99\x4e\x42\xe2\x4b\xd3\x09\x02\x6d\xd4\xba\x34\x9d\xa0\x99\x9c\xb9\xb4\x93\x97\x71\x92\xdb\x93\x5d\x5a\x45\x10\x83\x8f\xe9\x32\x73\x0b\x16\x7a\x7d\x75\x39\x07\x0e\x62\xf3\x92\xce\x81\x83\xfe\xdd\xa6\x73\xe0\xa0\x19\x24\x5f\x9a\x38\x10\x83\x81\xec\xd2\xc4\x81\x6e\xf2\xe7\x32\xbf\x0b\x32\x18\x27\x2f\xf3\xbb\xa0\x21\x51\x52\x97\xe6\x0c\x34\x44\xc9\xff\x34\xcd\x97\xe9\x5f\xd0\x74\xe2\x2f\xd3\xbf\x60\xa1\x29\x58\x97\xe9\x5f\x10\xa6\x65\x2e\xd3\xbf\x20\xdd\xb8\xf2\xd2\x4e\x82\xee\xd6\x22\x97\x76\x12\x74\xf7\xfc\xba\xb4\x89\x97\x21\x14\x23\xc5\x65\xaa\x17\x64\x10\x84\x5f\x9a\x31\x90\xc1\x97\x70\x69\xc6\xc0\x42\x76\xae\x2e\xcb\xee\x40\x77\xc7\xf3\x4b\xcb\x06\x9a\xc1\xfb\xa5\x61\x03\x19\xbb\x3f\x2c\x0f\xe9\x0c\x78\x49\xa7\xad\x41\x73\xcb\xf3\x4b\x2b\x76\x7d\x05\x75\xdf\x4f\xed\x0b\x92\xb1\x2e\xbb\xbc\x8c\xd1\x40\x06\x01\xc1\x65\xe2\x15\x64\xf8\x3e\x68\xec\x40\x6a\xd2\x2f\x6d\x1d\x08\xf7\x95\xbd\x9c\xc8\xbe\x5c\xd6\xe9\xd4\xe0\xa5\xb1\x03\x0b\x8d\xbf\xba\x5c\xd7\x00\xc2\xd5\xfd\x97\x55\x74\x20\x4c\xb5\x5f\x5a\xb6\x4b\xcb\xe6\x57\x6b\xd4\x76\x19\xb5\x11\xe7\x5e\xee\xc9\x00\x32\xbc\xa2\x53\xe0\xa0\xe9\x1e\x5c\x9a\x44\xd0\xd4\x73\xaf\x4b\x9b\x08\x9a\xde\xff\xe5\x5a\x07\xd0\xad\x71\xbc\x2c\xc9\x03\xe9\x70\x7b\x99\xff\x05\xe9\xee\x99\x97\x41\xe1\xa5\xdc\x13\xaa\xf2\x75\x59\x80\x07\x62\xfa\xed\x19\x01\x5e\xee\xea\xe3\x4b\xa6\x35\xbd\x14\x0e\xb5\x60\xe2\x72\xfd\x03\x88\x69\x67\x18\x02\x82\x74\x67\xdc\x4b\x0b\x0b\xd2\xad\x56\x2f\xcd\x29\x68\x9a\xe6\xcb\xa8\x10\x84\xfb\x2c\x5d\x4e\x52\x83\xf8\x5e\x3c\x6d\x27\x48\x17\xfc\x5d\xda\x4e\xd0\xcd\x38\x5f\xda\x4e\xd0\x5d\x30\x77\xb9\xd8\x13\xa4\x8b\xc9\x2e\xcd\x29\x48\x77\xcf\xbb\xb4\xa6\xa0\x99\x99\xbb\x8c\x43\x41\xb3\xac\xe7\x72\x0e\x1c\x64\xd8\x87\x1a\x58\x90\xca\x58\x5c\x4e\x78\x83\x3e\x7d\x9f\x4c\x25\x83\xd0\xe6\x5e\x1a\x58\x10\x08\xbc\xd5\x65\x46\xf8\xfa\xa6\xb2\xb1\xd6\x97\x66\xf2\xd2\x4c\x3a\xc0\x6b\x26\x41\x53\x4f\xbf\x2e\xe7\xb2\x41\x98\x34\xba\x34\x9d\xd7\x37\x97\xed\x9d\x3b\x97\x0d\xd2\x9d\x1f\x2f\x33\xc7\x20\xad\x41\xb8\x0c\x91\xc1\x4a\xbf\x1b\x2d\x2c\x48\xe7\x73\x2e\xf3\xcb\x20\x15\x67\xb9\x9c\xde\xbe\x14\x54\x9f\x9e\x5f\xab\x0b\xc2\x74\xd3\x65\x88\x0c\xc2\xd8\xf4\x72\xca\x1b\x34\x33\x74\x97\x2b\x48\x41\xb8\xde\xe0\x32\x42\x06\xdd\x6d\xd2\x2e\x23\x64\x90\x43\x63\xa1\x4d\xbf\xbe\x5d\x02\x7d\x26\x4e\x82\x83\xa6\x10\x7f\x5d\x5a\x75\x90\x7a\xb4\x97\xb3\xe0\x97\xba\x0c\x1a\x5d\x0d\x3d\x48\x57\xbe\x5c\xda\xf9\xcb\xd5\x1e\x34\xf6\x36\xc1\x0c\x5a\x22\x3f\x5e\xb7\xf1\x36\x58\x49\x8a\xe2\x36\xb8\xbe\xdd\x7c\x0f\xa5\xc4\xba\x4d\x27\x83\x70\x1b\xf9\xdb\x74\x32\x48\x57\x47\xdd\x4e\x53\xdf\xdb\x77\x03\x9c\x4d\x17\xe1\x76\x52\x5a\x2d\x9f\xdb\x58\x1d\xa4\x5b\xe2\xde\xfa\x08\xa0\x23\xb6\x5f\xb7\x89\x62\x90\x5a\xdd\x5b\xb7\x01\x84\x1b\x3d\xdf\x86\xef\x20\xfa\xf7\xc3\x9f\x87\xe8\x33\x3e\x8a\xdb\xa9\x65\x10\xdb\xf0\x90\xa7\x27\x9f\xdb\xf1\xa3\x6f\xf3\xb9\xa0\xbb\xcd\xd3\x6d\x3e\x17\xa4\xbb\x0c\xdd\xe6\x73\xef\xfe\xdd\x25\x0d\x33\x7a\x07\xdd\x88\xe5\xd6\x53\x01\x39\xc8\x40\xdd\x7a\x25\x20\x5f\x43\xff\xa7\x6d\xbe\x4d\xf7\x82\xff\x9e\x98\x3e\x0b\x48\x0b\xb1\x6f\x67\x9b\x6f\x67\x9b\xc9\x30\xdc\xc6\xf6\x20\x5d\x94\x7f\xeb\xc5\x80\x30\x8f\x72\xeb\x9f\x80\x70\x73\xd9\xdb\x6c\x2f\xe8\xee\xfb\x70\x9b\xed\x05\x7d\xda\x08\x3d\x8f\xdb\x99\x65\x37\x46\xbc\x75\x3d\x40\x3a\xab\x78\xeb\x5a\x80\x1c\x18\x87\x5b\xd7\x02\x44\xda\x2d\xfa\x11\xe0\x3d\x19\xc7\x8c\x91\x41\xba\xd6\xea\x36\x46\x06\x39\x6c\x99\x31\xf2\xed\x9e\x81\xe6\x8e\x6f\x63\x64\xd0\x9c\x8d\xbf\x8d\x91\x41\x77\x77\xb3\x5b\xe7\xe2\x36\x46\x26\xba\xbb\xdd\xf9\xe1\x56\xc5\x9c\xd4\xca\xed\xa4\xf1\xed\xfa\xc8\xe1\xe9\x7d\xb9\x3e\x17\x84\xbb\x34\x44\x06\xe1\x3e\xf0\xb7\x21\xf2\xed\x32\x47\xdb\x65\x84\x0c\xba\x9b\x2d\xdf\x4e\xfd\x82\x54\x2a\xe1\xd6\x43\xb8\x0d\x87\x1d\xd1\x6f\xfd\x01\x90\x23\x3c\xe4\xf9\x5f\xac\xf4\x25\xd0\x1d\x00\xdd\xc9\xc1\xdb\x70\x18\xb4\x30\xac\xbd\x75\x11\x40\xac\xf2\x97\xde\x25\x4b\x1f\x07\x21\xf2\xad\xf1\x07\x39\xf0\xff\x6f\x8d\x3f\xc8\x41\xfe\xee\xd6\xf6\x83\xe5\x96\x11\xb7\xb6\x1f\x0c\xf7\x6b\xbb\x35\xf4\x20\xac\x52\xbc\x35\xf4\x20\xac\xf4\xb8\x4d\xd8\x82\xf5\xbd\x17\xc6\xc3\xb7\x4a\x89\xb6\xcb\xe0\x17\x34\x67\x88\x6f\xc3\x5a\x90\xdf\x63\xd3\x5a\x83\x1c\xe1\x0f\x3d\x3d\xc5\x62\xee\x4e\x7a\x6b\x4e\x6f\x37\x51\xd2\x06\xde\x46\xa7\x20\x76\xef\x48\x7b\x7a\xbb\x49\xef\xf7\xfa\x6b\x50\x6f\x0d\x2a\x19\xa2\xdb\x88\x15\xa4\x85\xcb\xb7\xd3\xb5\x20\xd5\x27\xbb\xb5\xb1\xe0\x3d\x19\x4f\xc4\xc0\x16\xa8\xb5\x5a\xb7\x76\x17\xe4\x18\xb6\xcc\xd6\x52\x55\xa6\xca\xd1\xad\x29\x06\xed\xbf\xc1\xc9\xfc\x32\xe8\x3a\x5a\xb7\x71\x2d\xc8\xe1\x07\xa1\x25\x06\x69\xe9\xef\xad\x25\xbe\xef\xaf\x0c\x8f\x7b\x32\x8a\x05\x61\x92\xfe\xd6\x12\xdf\x5a\x62\x32\x5c\xb7\x96\x18\xb4\xd0\x9f\xbc\x4d\x43\x83\x1c\x8e\xb7\xda\x58\xd0\xdd\xad\xfe\x36\xe7\x0c\xd2\xda\xe2\xdb\x45\x90\x20\x07\x29\x96\x5b\x83\x0a\x12\xb1\xfc\xba\xad\x85\xbf\x55\x5d\x9c\xbe\xff\x1a\xd9\x5b\x23\x4b\x60\x7e\x6b\x64\x41\xeb\xdf\x7f\xd9\xb3\x8f\x3d\xeb\x7f\xd9\x56\x4a\xe6\x75\x72\x6e\xed\x29\xe8\x6e\x6f\x7e\x3b\x21\x0c\x96\x4b\x91\x6e\x4d\x2c\xe8\x7a\x25\xb7\xb5\xf0\x20\xdc\x3d\xf4\x76\xf5\xe4\xed\xbe\xbb\x0e\xce\xae\x9e\x04\xcb\x6d\x98\x6e\x27\x92\x41\xba\xc5\xeb\x6d\xc2\x1c\xa4\x7b\x0b\xdf\x26\xcc\x41\xb8\xea\xf5\xb6\x8c\x0d\x2c\x17\x65\x3d\x26\xcc\x41\xb7\x08\xe4\x71\xdf\x86\x47\x8d\x70\x9e\xe4\x63\xd4\x0f\xba\xcb\xa2\x1f\x17\x3c\x82\xee\xa2\x8c\x47\x67\x00\xe4\xe0\xa9\x3d\xfa\x02\xa0\x1b\x95\x3f\x06\xfd\xa0\xb9\xa7\xec\xe3\x6c\x30\x48\x57\xa0\x3f\xda\xf8\x47\x95\x47\x57\x8b\x3d\x1a\xf9\x47\x23\x8f\x7f\xfc\x58\x78\x06\xba\x63\xcf\xa3\xdd\x07\x4d\x09\x90\xc7\x4c\x3e\x48\x67\xc0\x1e\xed\xfe\xa3\xdd\xc7\x8b\x7b\xcc\xda\x83\x66\xee\xfd\x31\x6b\x0f\xc2\x55\x7e\x8f\x93\xc2\x4f\xff\x06\xdd\xf9\xb7\x61\x7e\xcc\x56\x80\x54\x1f\xe9\x31\x5b\x01\xd2\x4d\x1c\x1e\xdd\x0e\xd0\x5a\xf8\x5f\xe5\x21\xcc\x13\x83\xc2\xe3\x6c\x00\x58\xee\x5f\xf4\xe8\x9c\x80\x66\x02\xff\xd1\x13\x79\xf4\x44\xb0\x1f\x8f\xeb\x01\x40\x57\x72\xf1\x71\x25\x25\x48\xf4\x60\xeb\xd1\x5f\x01\xa9\xda\xe1\xe3\x4e\x12\xa0\xbb\x6b\xe7\x63\x12\x05\xb4\x70\x02\xe5\xd1\xd5\x78\x74\x35\x18\x6d\x1f\x67\x16\xc0\xd2\x3d\x78\xcc\x98\x80\x74\x4f\x90\xc7\x45\x03\x60\xb9\x22\xe7\xd1\xfb\x00\xa9\x64\xda\x63\x2a\x04\xb4\xcf\x49\x79\x9c\x6d\x00\x69\xdd\xc2\x63\x45\x1c\x08\xc4\xae\xeb\xb1\xd2\x1f\xa4\x5b\x78\x3f\x26\x51\x40\xba\xc1\xc8\x63\x59\xff\xe3\x2c\xb2\x19\xe2\xc7\x29\x00\xd0\x9c\xf3\x7e\x9c\x30\x06\xdd\xcd\x3d\x1e\x67\x00\x40\x57\x0c\xe3\xd1\x6f\x79\x4c\x89\x74\x0f\xd9\x8b\x4c\x0a\xa8\xd2\xf6\x58\x6b\x0f\x42\x9d\xb3\xc7\x99\x60\x90\x0a\xa4\x3d\xba\x15\x20\x51\xa0\xad\x47\xb7\x02\x84\x05\xa4\x8f\x69\x0c\x90\x6a\x1b\x3e\xe6\x2c\x40\xba\xf3\xff\x63\xe2\x01\x0c\xb7\xd0\x79\xcc\xb2\x83\x6e\x6d\xcc\xe3\xe4\x30\x08\xa5\x3c\x1e\x3d\x0d\x90\xd6\x4b\x3c\xfa\x06\x20\xcc\x02\x3c\xd6\xc6\x83\x74\x47\x82\xc7\xf4\x01\x68\x4a\x0c\x3d\x3a\x02\xa0\xeb\xee\x3c\x26\xc6\x41\x1a\xe5\x3e\x5a\x7d\x10\x8a\x08\x3c\xce\xf9\x82\xee\x5e\xab\x8f\xb5\xf1\x20\x2d\x32\x7d\x0c\xf8\x41\x73\x69\xc2\x63\x21\x3c\x48\xb7\x2d\x78\xcc\x01\x80\xb4\x5a\xe2\x31\x05\x00\x5a\x38\x91\xfa\xe8\x55\x80\xfc\x86\x42\xbd\x0a\x90\x48\x9b\xd7\x63\x55\xfa\xa3\x40\x21\x11\xd5\x63\xb2\x1c\xe4\x37\x3a\x1a\xf0\x83\x70\xbe\xe4\x31\x94\x07\xa9\x2f\xfe\xe8\x68\x80\xe5\xc2\x91\xc7\xc9\x62\x90\x6e\x72\xf0\xe8\x67\x80\x74\x67\x92\x47\x37\x03\x04\x8a\xd8\xf5\xe8\x53\x80\xf7\x9d\xa6\xf9\xc6\xf2\x20\xf5\xfc\x1e\xfd\x8c\xe7\xf3\x33\xba\x67\xb3\x33\x2e\x53\x11\xf4\x85\x7e\xc6\xa3\x9f\xb1\x7b\x32\xdf\xa7\x4b\x67\x1c\xe3\xf4\xe8\x54\x3c\x6e\xcc\x6b\xd3\x0c\xf9\x41\x7e\x1f\x8d\x21\xff\xa3\x53\xe1\x6b\xa7\xb7\x00\xda\x17\xac\x3c\x86\xe4\xa0\xbb\x4f\xe5\xa3\xb7\x00\xba\xc2\x3f\x8f\x7e\x00\x68\x5f\x1a\xe3\xd1\x76\x3f\xda\x6e\xf2\x4a\x8f\xe1\xf1\x63\x78\xec\x63\xd2\x50\x83\x74\xf9\xd0\xe3\xa2\x35\x10\x6e\x90\xf2\x68\x95\x41\x5a\x81\xf3\x68\x95\x41\xba\xe4\xe7\xb1\x70\x0b\xbc\x9d\xe1\x31\x1b\xfb\xe3\xe3\x25\x1f\xf8\x58\xcc\x05\xd2\xa2\x9f\x9f\xb1\x36\x68\xce\x6a\xfd\xac\xe5\x02\x61\x0d\xe4\xcf\x1d\x96\x40\xef\xdf\x7f\xed\x1e\x22\x56\x61\x50\xf9\x99\x8c\x07\xe3\x3b\x64\x54\x0d\x72\x90\x5b\xfc\x69\x83\x41\x5a\x24\xf7\xb3\x48\x0b\x34\xab\x14\x7e\x9a\x65\xd0\x5d\xc7\xf6\xd3\xde\xfe\xda\xf7\xae\xd0\x0a\xed\x26\x88\xe0\x95\xfa\x69\x24\x41\x43\xe8\xba\x7e\x1a\x41\x30\xdc\xac\xf4\x67\x08\xfd\xeb\xdf\xc9\x3c\x76\x7a\x8c\x44\x9c\xed\xd7\x72\x81\xb0\xc2\xf5\xa7\x4d\x02\xef\x2f\xb9\xa6\x2b\xfe\x41\x8e\xfd\x1f\x94\x1e\x7f\x06\xe2\x20\xad\x2e\xfb\x19\x88\xff\x9c\x32\x70\x77\xdc\x9f\x96\x0d\x74\xb7\x8b\xfb\x69\xa0\x40\x7e\x8f\xc7\x24\x3f\x48\x57\x1e\xfe\x8c\x98\x41\x5a\x46\xf5\x33\x3c\x06\x4d\x75\x87\x9f\x96\xe7\xe7\x1e\xc0\x0c\x15\x3f\xa7\xa3\x41\x53\x1e\xe7\xa7\xe1\x01\x69\x0a\xeb\x67\xc0\x0c\xde\xb6\xd2\x57\x1a\x23\x90\x4e\x2f\xfd\x34\x46\x3f\xb7\xcf\x6f\x9e\xdf\xe6\x7f\x41\x34\xa3\xcc\x4f\x03\x05\x9a\x23\xe2\xcf\xd4\xfb\x4f\xb5\xe2\x49\x18\xf7\x33\xb0\x06\xdd\x7c\xc9\xcf\x20\x1a\xa4\x91\xdd\xcf\x9a\x6a\x90\xf9\xfd\x97\xd7\x24\x3c\x76\x8b\xe7\x9f\x76\x0c\xa4\x65\x24\x3f\x33\xf4\x20\xdc\x2e\xf3\x67\xc4\x0c\x52\x75\xd9\x9f\xe1\x31\x48\x4b\xa1\x7e\x66\xe3\x41\x5a\x51\xf6\xb3\x32\x1a\xa4\x13\x00\x3f\x93\xf1\x3f\x2b\xa3\xdd\xea\xe4\xa7\xb9\x03\x69\x7d\xcb\xcf\x6c\x3c\x48\x8b\xa8\x7e\x5a\x40\x90\xe6\xd4\x7f\x4e\x33\x83\x5e\xf6\x8e\x99\x77\x90\x56\x72\xfd\x0c\xb5\xc1\xca\xef\xbf\x7c\x48\xcb\x14\x0c\x41\xfa\xcf\xd4\xfb\x6f\x7d\x2d\xf3\x02\x76\x19\xb1\xb6\xf9\xb6\x9f\x15\x53\x20\x8d\xe5\x7f\xa6\xe3\xc1\xfb\x4b\x2e\x6a\xa1\xf5\x4f\x2d\x62\xa7\x31\x7f\x16\x56\x81\x96\xdf\x21\xdb\xc6\x2e\xfb\xa1\x84\xe5\xcf\xec\x3b\x78\x7f\xca\x55\xcd\xab\x83\x34\x06\xf9\xb9\x35\x3e\x48\x43\xcc\x9f\x13\xd7\x20\x8d\x7a\x7e\x96\x5a\xff\x14\xf2\xb3\x8c\xf7\xa7\xe9\x05\xa9\x73\xf4\x33\xaf\x0e\xc2\x7d\x64\x7e\xe6\xd5\x41\x1a\xe2\xff\x0c\xde\xc1\xb2\xde\xe4\xa7\xe5\xfd\x7d\xeb\xc1\x88\xde\x7f\xe6\xda\x41\x1a\xe4\xfc\x8c\xd4\x41\x33\xfd\xfe\x33\x19\x0e\xba\xda\x8a\x3f\xed\x2c\x48\xb3\x35\x3f\x8b\xb2\x40\xb8\xb1\xc5\xcf\xd8\x1d\xa4\x4e\xed\x4f\x63\x06\xf2\x7b\xc4\x06\xcd\x20\x75\x6a\x7f\x06\xc8\x20\xbf\xe6\x1b\x0d\x83\xb7\xf9\xfe\xd2\x97\x83\xc4\xf4\x37\x74\x6a\xf2\x40\x1b\xdf\x08\xe4\x74\x30\x48\xe3\x80\x9f\xc9\x6a\xd0\xad\x0d\xfb\x19\x47\x83\xb0\x1c\xf3\x67\x1c\xfd\x33\x8e\xb6\x19\x86\xbe\x20\x8c\xb6\x7f\x9a\x4f\x90\xba\x21\x3f\x43\x5f\x90\x4e\x20\xfe\xb4\xa8\xa0\xab\x59\xf9\x33\x1a\x06\x69\x71\xcd\xcf\xd0\x17\xa4\xd3\x9f\x3f\x43\x5f\xb0\xfe\xfb\x2f\xfb\xf5\xc5\x74\x39\xf1\xcf\x38\xf7\xe7\xca\x70\x2b\xa4\x7e\x06\xba\x20\x5d\xf0\xf4\xd3\xc8\x82\x24\xf1\x36\x37\x2c\xaa\x48\xf6\xee\x9c\x1b\x81\xae\x58\x34\x7f\x6e\x58\x54\x31\xd9\x82\x66\x6e\xc4\xbe\x62\xd1\xfb\x73\xc3\xc8\x8a\xe4\xbb\x99\x1b\x51\xad\x48\x46\xf1\xb9\x61\x77\x45\xb2\x3b\xda\xdc\x9a\x8d\x68\x36\x62\x72\xc8\x46\xb0\x3f\x0f\x5f\xcd\xdc\xd8\x05\x59\x24\x22\xcf\x73\xc3\xc8\x8a\x64\x91\xe6\xdc\x9a\x57\x64\x0e\x1c\x3d\xf0\xb9\x11\xd4\x8a\x44\x90\x7a\x6e\xe4\xb7\x45\xf4\xef\x90\xed\x22\xce\x45\x25\x79\x6e\xdd\xdb\x46\x5e\x8f\x5d\x30\xe6\xd6\xbd\xed\x17\x9d\x7d\xa8\xe6\xd6\x6d\x57\x67\xdc\xf2\xb6\x31\xc4\xa2\x97\x9d\x43\x71\xb2\x48\xd4\x86\xe7\x86\x55\x15\x99\x83\x9e\x08\xbb\x30\xbe\x07\xf9\xf7\x56\xd9\x73\x0b\xaf\xe5\x52\x72\x96\x30\xcf\x2d\xbc\x3d\xad\xee\xe0\xa9\x0e\xbb\x6a\xf8\x05\x79\xcb\xc3\x9f\x0e\x5d\x3f\x3a\x39\x7d\x14\xc9\xa3\x48\x0f\x0d\x0f\x39\x44\xda\xf1\xe9\x3d\xb3\xcf\x3e\x0b\x24\xa6\xf2\xff\x73\xfb\x4c\xa5\x1d\x48\xbe\x59\x24\x1a\xaf\x53\xc9\x7e\xf1\xfe\x1b\x6d\x2b\x9f\x19\x9b\xe8\x85\xaf\x57\xd9\xb4\xfa\xee\x8a\xce\x29\x9f\xd0\x17\xcd\xf1\xb4\xa7\xbd\xaa\xaa\x7e\xe3\x02\xd3\xa6\x4d\x2a\x95\xcb\xff\xf2\x64\x93\xfd\x6f\x1b\xb7\x3e\x6d\xed\x74\xb5\xbd\x87\xec\xb4\xe9\x0d\x78\xef\xcb\xee\x70\xcb\xe0\xe9\x1d\x2c\x5f\xcd\xe5\xf7\x41\x77\x2c\x1f\x1b\x52\x30\x9b\x3d\xb4\xec\x6f\x2a\xa4\xd8\x5e\x71\x6e\xcb\x0b\xb8\xf4\x67\xa7\x65\xbb\xaf\x00\x33\xc4\x6c\x85\x3f\xb7\xdd\xd3\x3b\x1d\xcc\x36\x5d\x73\xdb\x3d\xff\xce\x97\xe5\xa1\xc3\x3e\x3b\x28\x85\x0e\x7a\xfb\xf0\x36\xa9\xce\x45\x0a\x69\x6e\x87\xb7\xe9\x0e\xbb\xdf\x7f\xd9\x0a\x66\x6b\x59\x14\x3a\xb7\xc3\x8e\x25\x78\xa3\x00\x6e\xaa\x41\x2f\x92\x1d\x23\xe7\x76\xfa\xea\xbb\x34\x67\xda\xd8\xd3\xce\x26\x27\xcc\xde\xbc\x73\x3b\x6d\x2b\x33\xb8\x6c\xb8\x36\xb7\xd3\xbe\x38\x91\xc2\x5f\x74\xe2\x69\xf3\x4f\x77\x2c\xa3\xc7\x2e\xcf\x85\xd4\x1a\x3b\xf2\x4f\xb5\xe4\x45\x92\xdd\x9f\xdb\x65\x5b\xa9\x31\x22\xc9\x3d\x95\x92\x9f\x9b\xb3\xa2\xd3\xf6\xdf\x9e\xec\xd6\x9e\xda\x19\xb7\x2d\x23\xcb\x9a\xbe\xb4\xb7\x5d\x66\xb1\xef\xf4\x06\x6e\xfb\x8c\xd9\xcd\xf4\x05\xba\xbd\xa8\x36\xc4\x17\xf4\xe7\x9b\xe1\xf0\x9d\xdc\xc0\xcf\xf3\xff\xdc\x82\xd8\x43\x9e\xeb\xe7\xb9\xde\x43\x8d\xb9\x41\xb1\x1c\x71\x9b\x63\x69\xfb\xf2\x88\xe9\xb1\xdd\x63\x36\x76\x70\xe8\xe7\x21\x22\x5e\x86\x49\xd4\xcb\x3f\x34\xd6\x90\xcc\xd6\xfc\x61\xf3\x87\xfe\xd7\xe1\xa1\x03\x61\xc6\xe2\xd0\xe5\x21\xde\x95\xe2\x10\xd1\x89\x78\x5b\xb1\x73\xac\x79\xcc\x52\x24\x4e\xe6\xa0\x08\x3a\x91\xfe\x54\x77\x5c\x4c\xaa\xc3\x66\x0b\x7f\xe8\x06\x1a\x9a\x8c\x16\xfe\x32\x50\x2b\x65\x68\x56\x78\x5c\x74\xe2\xfa\xd9\x86\xff\x35\x30\x2c\x18\xa9\x36\xbc\xa5\xc1\xe7\xc5\x17\xa7\x32\xb8\x78\xcf\xcf\xc9\x1c\xce\x40\x92\x26\x9e\x8a\x7e\x8b\x4e\x9d\xc3\x6c\xec\x41\x21\xde\x5f\x76\x8e\xa5\xc7\x70\x42\x8a\x7b\x4a\x9b\xc1\x86\xeb\x28\x4a\xcd\x96\x36\x83\x2a\x20\x7c\x84\xd9\xd2\x4b\x9a\xbf\xc2\x98\xb5\xb2\x33\xac\x60\x9d\xbc\x66\x2a\x81\x8b\x44\x84\x6b\x36\xc7\x41\x10\xc8\xe2\x4f\x95\xc0\x45\xb2\xe7\xdd\x6c\x65\x2b\x8c\x18\xa6\xff\xe5\xcb\x52\x6c\x16\xbc\xe8\x9f\xb2\x61\xee\x4b\xda\x6d\x85\x0d\x2b\xfb\x82\x2e\x2b\xfb\x02\xa9\x2e\xd6\x6b\xcc\x36\xfd\xe1\xd4\xdc\xf8\x96\x39\x32\x82\x4e\x7a\x6f\xb6\x65\x5b\x29\x13\x4d\x9f\x12\xce\xba\x48\x24\xd0\xa6\x22\xdc\xa2\xcd\x45\x2b\x96\x6f\x2c\x79\x2e\x0a\x3c\x66\x73\xc4\x6b\x9f\x13\xee\x27\xb1\x7b\xfe\x17\x81\x04\xe5\x6c\x8e\x82\x20\xd3\xb7\xcc\x41\x10\xac\xbe\xfc\xa1\xe7\x7f\xd1\xc3\xd7\xff\xb0\x61\x07\x0d\xb3\x7b\x1c\x17\x9b\xe3\x22\xc3\x4f\x3b\x7d\x3d\xf1\xa3\x59\x6e\x32\x9b\x23\x1e\x78\x1b\x46\x63\x1d\xcb\x9a\x1e\xf2\xe2\xfc\xa7\xbd\x48\x05\x49\xae\xbf\xd5\x1f\x67\xbb\xbc\xd6\x8b\x45\x58\x36\x95\xbd\x16\xc1\x7a\xa9\xa9\xa0\xb5\x88\xe6\xa5\x2e\xaf\x7e\x79\x75\x1a\xe4\x80\x08\xde\x46\xf2\x42\x5f\xb6\xe8\xb2\x45\xf4\xde\xed\x3b\xc8\x76\x4e\xec\x98\x33\xdb\x6d\xbf\x33\x5f\x95\xf6\x9e\xe3\x26\x78\x4f\xe6\x2f\x7d\x14\x7a\xe8\xcb\x5f\xfa\x28\x5e\x34\x56\xb8\xcd\x76\xfb\x5a\x7e\xd3\x5a\x7e\x30\xb7\xef\x25\x05\x26\xa8\x1c\x4d\xf5\xb1\xc5\xc0\x83\x9e\xed\xb1\x65\x6c\x83\x90\xbe\x24\x8f\xe7\x7f\x4c\x9e\x70\xe7\x8f\xe7\x57\x56\xc4\x73\x3d\x9e\x9e\xa5\x89\x6c\x3e\x3e\xdb\xe3\x73\xd5\xf5\xde\x3d\xbd\x2f\xef\xa7\x09\xc9\x1d\x3d\x76\x0f\x9a\x90\x14\xf2\xcf\xf6\xf3\x8a\xec\xc6\xc9\x56\x8c\xb3\x39\x76\x83\x4c\xbf\xed\x9f\x7d\xcd\x3a\x8a\x74\xec\xfb\x79\xc5\x9f\x57\xa4\xa9\x3f\x4f\xff\x63\x19\x91\x63\xdf\xcf\xdb\x26\x71\xc5\x8a\xa7\xa9\x24\xb6\x68\x63\xf2\xbd\x74\x9d\x6a\x10\x14\x88\x4e\xd5\xae\x45\x22\x35\x31\x95\xb6\x16\x49\x19\xef\x54\x54\x5a\x24\x95\x9f\x53\x51\x69\xf1\x9e\xff\xed\x9e\xae\x5f\x0a\x92\x7a\xba\xa9\x10\xb4\x08\x84\x25\x66\xef\x9e\xcc\xa5\x75\x93\xb1\xa9\xeb\xbe\x82\x64\xb3\xb1\xd9\xbb\x17\x60\x06\x84\x1d\xf1\xa7\xe2\xd0\x22\xd9\x3a\x7d\x2a\x0e\x2d\x92\x9a\xd1\xd9\xa9\xce\x10\x9d\xd5\x3a\x53\x71\x68\x11\xba\xe8\x6a\x43\x8b\xb7\x15\xfe\xd2\xc6\x22\xd9\xb8\xc2\xf3\xdb\xd8\xb0\x61\x83\x43\x36\x8c\xe5\x76\xd3\x5e\xd4\xfb\x05\x9d\xe5\xb5\x53\x05\xe9\x89\x5c\x74\xd6\xc6\x21\x72\x4e\xe2\xbd\x24\x27\xd3\xf6\x80\x64\x33\xe7\xa9\x34\xb4\x08\x36\x08\x9c\x4a\x43\x8b\xa0\x06\x65\xaa\x03\x2d\x92\xfd\x97\xa7\x3a\xd0\x42\xb1\x9f\xd9\x35\x3d\x20\xd0\xdb\x9a\xea\x3b\x8b\xb7\x15\xf4\x8f\xd6\xe8\x53\x73\xfe\xee\x49\x87\x1b\x24\x9b\x13\xcf\xae\x39\x02\x8d\xd2\xd5\xa9\xc0\xb3\x68\xe5\x5b\xa0\x85\xea\xf9\x09\xa7\x72\x03\xba\xea\xdd\x4d\x8f\x78\xd9\x7b\xda\x41\x2f\xe2\xfb\xaf\xb2\x83\xd8\x74\x3b\xec\x7f\xed\x18\x18\xc8\xb6\xcc\xae\x39\x02\xc1\x74\xff\xec\x9a\x23\x10\x9a\x8b\x3e\xfd\xe1\x64\x3f\x11\xac\x5d\x27\x5b\x25\x92\x0d\x83\xa7\x3a\xd0\x22\xd8\x62\x64\x76\xad\x11\x68\x0b\x3b\xa0\x0e\xb4\xc8\xf2\x8a\xcb\x57\x91\x55\x7a\x6c\x59\x3d\xbb\x9e\x3b\x48\xb6\x81\x9d\xea\x40\x8b\x64\x7f\xda\xd9\x97\xad\x7f\x91\xe5\xdb\xb9\xbc\xe2\x97\x5f\xf2\x92\x1a\x2d\x90\xe5\xf9\x77\x5f\x95\x9d\x57\xc5\x67\x79\xd8\x8a\x43\xe9\x69\x2e\x79\xf8\xc3\xc3\x1f\xd2\x15\x87\x97\x3c\xbc\x24\xa7\xd7\x40\x81\xb6\xb0\x59\x5d\xc7\xbd\xbb\xce\x7e\x7e\xc7\x7c\x46\x6c\x23\x44\x81\xd7\x54\x70\x59\x2c\x63\xe2\x7e\x7a\x49\xa6\x5d\xd8\xe7\x70\xf6\xd3\xae\x3e\x75\x90\x97\xc7\x6c\xff\xe9\xb6\xa3\xfe\xd2\xee\xc7\xda\xd5\x77\x7e\xfb\xfa\x74\x74\xe3\xc6\x2f\xef\x92\x14\x51\xb0\x38\x63\xaa\xc2\x2c\xda\xf7\x12\x68\xe2\x40\xb2\x57\xdd\x54\x98\x59\xe4\xd7\x3f\x97\xad\x20\x47\xc4\xfa\xa9\xa9\x08\xb3\x78\x1b\xeb\x2f\x6d\x06\x26\xae\x6c\xac\x26\x4e\x1d\xe4\xfd\x3b\x64\x2b\x6e\xef\xfc\xef\xbc\xf6\x54\xed\x58\x34\x9d\x48\xa5\x8d\x45\x37\x96\x50\xda\x58\xf4\x0d\x87\x4e\xd1\xe2\x89\x42\x71\x56\xe7\xb9\x3e\x5e\xfd\xf1\xea\xbc\x10\x8f\xe7\x42\xbd\x82\xc5\x79\x53\x1d\x63\x11\xdd\x8f\x4a\x9b\x05\xda\xf4\xb5\xfc\xd9\x2e\xe6\x51\xd8\x21\x6c\xf6\x9f\x03\x00\x7b\x43\xef\xf6\xa7\x36\x0b\x24\xdb\x8d\xcd\xae\xcd\xea\xbf\xaf\x66\xcd\x93\x79\xc9\x9f\xfb\x5e\xd0\x0a\xc3\x12\x10\xac\xfb\x99\x61\x58\x12\xee\xde\x8c\xd0\xed\x54\x30\x58\x24\xab\xa0\x66\xb0\xfa\x4f\x24\x5b\x2e\xcd\xa0\x00\x41\xa4\xc9\x0e\x45\x7f\x45\x2c\xc6\xd1\x30\xe0\x00\xc9\x4e\x56\x33\x34\x5a\x20\xd9\x71\x69\xaa\x0c\x2c\x02\x21\xe3\x19\xdd\x86\xa1\x12\x61\xe2\x24\x28\x00\x10\xc9\x46\xae\x53\xb1\x60\xf1\x36\x9f\x86\x31\xdd\x2f\x92\x7d\x8d\x66\x68\x00\x41\xa7\x2a\x68\xaa\x29\x2c\x82\xe5\xd4\x33\x98\xdb\x17\x6d\x2d\xcf\x6f\xc3\x5e\x24\xbb\x2b\xcd\x30\xc4\x89\x2f\xc4\xc1\x57\x8a\xb0\xb1\xc8\x44\xb0\x4c\x7a\x86\xd6\x2e\xc2\xc9\x6b\xff\xcb\xf3\x93\x9e\x61\x8f\xa4\xa9\xcc\xb0\x68\xdd\x86\x31\x69\x3f\x3f\x99\x61\xf6\xfe\x9e\x31\x3c\x3f\x75\x84\x14\xd8\xcd\x18\x76\x06\x75\x84\x6c\x52\x35\xc3\xa8\x07\x4d\xe1\x64\xc7\xa2\xa9\x5a\xb0\x48\x76\xce\x99\x61\x72\x06\xf4\xf0\x2e\xcb\x5e\x64\xbd\x00\xbb\xc5\xcc\x28\x7b\x8c\xf5\x02\x65\xf7\x1b\x5b\xc4\x97\x9b\xc1\x89\x0b\x13\x31\x20\x59\x7d\x37\xd5\x01\x16\x8d\x0a\xa0\x19\xd3\xb6\x4e\x1e\xdc\x77\xc8\x86\x4d\xc3\x3d\x7f\x68\x2b\x98\xb4\xa0\xd2\x66\x2a\x03\x2c\x92\x5d\x47\xa6\x32\xc0\x22\xcb\x77\xd8\x3c\x0f\x68\x83\xed\x37\xa6\x9a\xbf\xe2\x3d\xc6\x35\x8d\x67\x14\xfd\xdd\x71\x23\xc2\xa4\x4e\x2c\x6d\x2e\x3e\xa1\x3a\xc0\x22\x76\xaf\x60\xa2\x07\x34\xe6\x1e\x66\x2c\xdb\xc1\x1c\x05\xab\x9d\x67\x18\xbc\xc4\x97\xc2\xc1\xc0\x2a\xdd\x2b\x9a\x51\xa7\xa2\xbc\x13\xb5\xdd\xf7\xdf\xf8\x26\x0e\xff\xed\xf8\xda\xc1\xe9\x0c\x69\x40\xb3\x6e\x70\x2a\x92\x2b\x9a\x89\x05\x15\x71\xc5\xfb\x53\xba\x52\x63\x00\x06\x73\x49\x33\x8c\x73\x40\xb2\xab\xc8\x54\xe0\x56\xb4\xb1\xf0\xee\xc2\x6c\x4f\x98\xed\x59\x38\x81\x61\x1e\x07\x34\x45\x2c\xa7\x4a\xb8\x22\xd9\x5e\x63\xc6\xe9\x63\x40\x77\x69\xfc\xf7\x6f\x7e\xeb\x2f\x96\x79\x45\xd5\x71\x45\xb2\x4b\xc6\x0c\xed\x08\x68\xac\xd5\x9b\x61\x5c\x04\x92\xfd\x60\xa6\x52\xb8\x62\x99\x55\x8c\xcb\x96\x5d\xac\xaf\x63\xd8\x8b\xcb\x2b\xb2\x64\x6d\x73\x74\xd1\x8c\x84\x66\xc4\xaf\xc7\x74\x12\x78\xdb\xca\x2f\xb5\x23\x60\x99\x0e\x53\x1d\x57\x2c\x13\x70\xa1\xa1\x08\xf7\xaf\x5d\xbe\x45\xb7\x17\xa0\x40\xaf\x6c\xbf\x96\x02\x74\x0a\x80\xa6\x52\xb8\x62\x99\xf4\x8b\xc7\x37\xf2\xf9\xb6\x61\xa0\xb5\xc6\x45\x20\x59\xd3\x34\x55\xcc\x15\xef\x35\x79\x78\x8f\xb7\xce\x6e\x2c\x0b\xdb\xab\x8a\xae\x08\x8a\xc8\xa7\x22\xba\x22\x59\xbd\x33\xc3\x0c\x16\xc8\x72\xf8\xfa\xd9\x0c\x94\x0b\xc6\xc2\x4f\x56\x58\x57\x2c\xb3\x8a\xa1\x2d\x02\xc9\xfe\x10\x33\xb4\x28\xe1\x9c\x3e\x0b\xf1\x66\x18\x1a\x81\xc6\xcc\xd1\x1c\xec\x27\x2b\x5a\x55\xfc\x6d\xa2\x87\x76\x69\x6c\x5f\x93\x16\xc7\xd2\x63\xf4\x0c\x06\x59\xc5\x5e\x11\xfb\xf0\xd0\xf4\x10\x23\x4b\x7a\xf9\xdd\x43\xc8\xa5\xd1\x0b\x43\x1b\x37\xac\xcb\x5f\xb8\xee\xc3\x7c\xd9\xf8\x76\x64\xc3\xdb\x1e\x66\xc2\x40\xa3\xcc\xfc\xfd\xa3\x7b\xcc\x25\x33\x9d\x43\x36\xd7\x75\xe9\x3e\x8e\xa1\xb9\x1a\x9a\x2b\xbe\x55\xc5\x78\xc5\x32\x6f\xaa\x18\xaf\x78\x7f\xc9\x2d\x68\xc1\xc0\x32\x57\x3b\xb4\x60\x60\x99\x98\x55\xb3\x57\xbc\xbf\x1c\x1c\x7b\x3c\x86\xe3\xe6\x9d\x6a\xc2\x86\xf6\x6a\xe1\xec\x0e\x03\xb6\x61\xc0\x86\x71\x1a\xe1\x23\x0a\x96\x4e\x31\x00\x29\xf7\x2b\x9a\x33\x0c\xc3\xb0\x0e\x04\x75\x4e\x53\x05\x60\x11\xac\x09\x9e\xc3\xe9\x8c\xe1\x74\xc6\xb2\xd3\x0c\xeb\x40\xb2\x7b\xc6\x1c\xf1\xb5\x0c\x7b\x45\x70\x3c\x8c\xce\x40\x22\x33\x37\x87\xb6\x0f\xbc\x27\xa3\x37\x8c\xce\x86\xe2\x8c\xab\xfb\xd3\xd3\x63\x3e\x3d\x5e\xff\x41\x69\x9b\x78\x8f\xd1\x5e\xa7\x3a\x86\x85\x6c\x88\x12\xce\x61\xe8\x05\x92\x3d\x3b\xe6\xd0\x72\x8e\xfc\x2e\x41\xef\x1a\x7a\x81\x2c\xef\x3e\xbd\x2d\x6a\x0c\xd0\xb0\x99\x2a\x0f\x8b\xe6\x24\xc9\x30\x1a\x03\xc9\xde\x12\x73\xa4\x4f\x2a\x51\xd0\xf7\xe1\x19\x8c\x81\x34\x8c\x53\xb1\x58\x0c\x4a\xba\xe6\x30\x18\x03\xcb\xe4\xf8\xd0\xa4\x83\x64\xd3\x85\x39\xcc\x33\x82\x39\xbe\x43\x3e\x28\xc5\x8e\xd8\x31\x78\xaa\x75\x2c\x92\x4d\x29\xe6\xd0\xf2\x0f\x2d\x3f\x61\xdc\x70\xa2\x66\xd4\xd7\xb5\xc5\x31\x1b\x4b\x6d\x02\xab\x7c\xe6\xd0\x19\x18\x3a\x03\xc4\xaf\x63\xda\xd9\xf3\xeb\x6c\xda\x31\x6d\x2d\xeb\xe2\x11\x34\x9b\x0a\x27\x8b\x64\x6f\x86\x39\x0c\xf7\x86\xe1\x1e\x2e\xe1\x30\xdc\x1b\x6e\xc8\xb6\x7c\xd5\xb4\xf3\xc3\x15\x7f\xe4\x61\x86\x36\x7d\xac\xef\xc9\x71\x36\x0d\x38\x58\x26\xf7\x87\x06\x1c\x24\xdb\x17\xcc\xb1\x7b\x01\xe5\xf8\xcd\x3d\x8c\xdd\xef\x73\xf7\xfb\xc4\xcf\x1d\xbb\x8f\xd3\xa5\x75\x68\xf4\x4d\x95\x92\x45\xb2\x81\xc1\x1c\xa6\x29\xc1\x72\xe2\x61\x18\x2b\x8e\xe3\xbb\x02\x1d\x6e\xb0\x38\x0c\x16\x6d\xdb\xe1\x5d\x1d\xe1\xbf\xd1\x95\x06\x90\xc3\x00\x72\x79\x36\xdb\x76\x7c\x6d\xa3\x77\x75\x07\x86\xee\xc0\xc2\x17\x55\x40\x59\x34\x27\x8d\x86\xb6\x7f\x7c\xb6\x1f\xcf\x76\x68\xac\x87\x2a\x89\x8e\x4e\xa7\xb7\x60\x59\xff\xc2\x99\x1e\x9a\xe6\xa1\xe6\xcf\xc2\x0f\x57\xe3\x58\x24\xcb\xd5\xe7\xd0\xc4\x82\x64\xed\xf5\x54\xbc\x58\x24\x2b\xa8\xa7\x4a\xc5\xe2\x3d\x19\x77\xef\xec\x0c\x68\x6c\x08\x38\x87\x16\x76\x38\xc3\xbf\x1c\x8b\x34\xb1\x20\x59\xbc\x3c\x55\x34\x16\x41\xd9\xd6\x54\xd1\x58\x24\x6b\x97\xa7\xea\xc5\xa2\xa5\x1f\x95\x69\x46\xd5\x8b\x59\xa7\x3c\x87\x46\x17\x24\xc2\x4d\x73\x68\x4d\x87\xd6\xd4\x37\xf7\xf1\x2e\x1f\x3a\xa8\x39\xe2\xfe\x6c\x98\x16\x16\x37\x50\xc9\x62\x91\xac\x7b\x9d\xea\x13\x8b\x30\x12\x57\x9f\x58\x24\xab\x01\xe7\xd0\xe6\x0e\x6d\x2e\x01\x42\x3a\x77\x0f\x96\x53\x44\xa9\x7d\x05\xc9\xc2\xbf\xa9\xee\xb0\x48\x96\x0c\x4e\x65\x87\x45\xb2\x56\x6f\x26\xeb\xce\x44\xb2\x70\x6e\xa6\xc9\x48\x90\x73\xfb\x07\x5b\x9d\xac\x54\x13\x39\xb1\x87\xe9\xd4\x3e\xe8\x06\x9f\xd9\x6c\x23\x25\x75\x2c\x67\x9b\xe9\x6c\x3f\x48\xd6\xc6\x4d\x35\x8f\x45\x73\xb2\x2b\x35\xcb\xa0\x9b\xc2\x56\xf2\x58\x04\x7a\x52\x33\x9d\xda\x07\xc9\xca\xb8\x99\x46\x95\xa9\x1c\x21\xde\x9b\x2a\xc8\xa2\x85\xa1\x82\x32\xc8\xa2\xb3\xd3\xf9\x4c\x4d\x37\x68\x6c\xd8\x34\x53\xd3\x0d\x72\x7e\x87\x6c\xab\xa2\x3d\xf6\xba\x51\x25\x08\xc3\x5d\x95\x91\x45\xb2\xb8\x6b\xaa\x8c\x2c\x16\xeb\x00\x66\x9a\x55\x05\xd1\xbe\x43\xf6\x61\xb0\xe1\x1a\x46\x29\xb5\xdb\xa0\x6f\xf6\xa1\x76\x1b\x74\x07\x19\xf5\x93\x45\xdf\xd3\x43\x36\xf5\xc5\x60\xa7\xb3\x99\x1a\x64\x10\x1b\x36\x5a\xfd\x64\xd1\xc2\x9e\x70\xa6\x0e\x24\xab\xc9\x66\x6a\x90\x41\xb2\x4c\x6c\xa6\x09\x54\x90\x2c\x77\x99\xe9\xe4\x1d\x48\xd3\x1b\xe9\xe4\x1d\x48\xd3\x45\xa9\xd1\x06\x69\x8e\x25\x4d\xa0\xa6\x5a\x3c\xdf\x7f\xf9\x4a\x52\xa1\xce\x32\xae\xa9\xc8\xb2\x78\x07\x04\xda\x3a\xec\x56\xe5\x79\x18\x82\x55\x59\x16\x11\x3e\x6e\xeb\x1a\x40\xb0\x18\x6e\x2a\x96\x2c\x82\x55\xf5\x33\xb5\xeb\x20\x29\x0a\x9c\xa9\x5d\x07\xc9\x6a\xa3\x99\xda\x75\xd0\xf7\xe9\xe9\x6d\xeb\x8b\x6e\xf2\x24\x35\xe2\x20\x58\xce\x3e\x55\x59\x16\x41\x5d\xf6\x4c\x2d\x36\x48\x27\xe0\xd2\x99\xc1\x54\x78\x07\x1f\x5c\xe1\x65\xd1\xb4\xa7\x0a\x2f\x8b\xa4\x88\x79\xa6\x66\x1d\xa4\xf3\x9f\xa9\x59\x07\xf1\xbd\x73\x9a\x75\x90\x94\x35\x4f\x05\x9b\x45\x73\xa1\xe5\xcc\xf2\x8e\xa8\x55\xa4\x86\x79\xa6\xc6\x3f\x5d\xb7\x87\x6b\xab\xae\xb3\x68\x86\x62\xa9\xa1\x07\x3d\xfd\x4a\xcd\xfe\x82\x9c\xdf\x21\x6f\xd2\x7d\xf1\x9b\xbd\xaf\x3f\x00\x92\x22\xda\xa9\xd6\xb3\x88\xee\xd7\x60\xc2\x40\xad\xe7\xe9\x93\x34\x95\x9c\xce\x6c\xae\x61\xcb\x6c\x2c\xdb\xbb\x39\x87\xa1\x24\xf4\xfc\x24\xa1\x17\x79\x11\x25\xa1\x45\x52\xcb\x39\x73\xd9\x0c\xd2\xc4\x94\xdf\x4e\xb5\x9e\x45\x52\x18\x3a\xd3\x09\x50\x90\xd3\x47\xa2\x6f\x01\xc2\xc9\x72\xe5\x9f\x45\xb7\x30\x21\x9d\x26\x05\x7d\x12\xa9\xa8\x08\x2d\xde\x86\x71\xb2\xdd\xc6\xb2\x09\x9c\x59\xd0\x34\x31\x9d\xbb\xfe\x01\x19\x9b\x74\x36\x15\x24\x95\x9b\x33\x77\x5b\xc6\x46\x01\x94\x51\xce\xdc\x7d\x98\xec\x9f\x6f\x26\x23\x75\x36\x40\x4e\xdf\x8c\xc3\x67\xc2\x82\x00\x2a\x26\xa7\xd2\xce\xa2\xb1\x0f\xed\x4c\xb3\xd0\x20\xd9\xf2\x6a\xa6\x89\x07\x10\xc3\x21\xd7\xc4\x03\x48\x2a\x1c\x67\x9a\x98\x4e\x13\xd3\x0b\xaf\x39\x75\x48\x40\x52\xa8\x38\xd3\x2a\x13\x90\x54\xf5\x4d\xe5\x9e\x45\xff\x6c\x9f\x69\x07\x90\x96\x17\x28\xf7\x2c\x92\xaa\xc1\x99\x66\xb4\x41\xef\x0e\x6d\x66\x1d\x40\x4e\xc7\x6a\xb3\xd7\xaa\x3d\x4f\xad\xcf\x65\xbb\x58\x36\x90\x0e\xdf\xa6\xaa\x41\x67\x85\xc3\x4c\xfd\x1f\x90\x56\x59\xa5\x89\x08\x90\x46\x4f\xea\x38\x8b\xb4\xa2\x2a\x75\x89\x40\x67\xaf\xda\x99\x4e\xbc\x82\xbe\xf9\xf2\x58\xd6\x92\xae\x1d\xfc\x87\x0d\x3c\xa7\x62\xd0\x22\xad\xca\x52\x0c\x5a\xc4\xe6\xab\xa5\x5b\x05\xd2\xa2\x2c\xd5\x9e\x45\xec\xb6\x51\x17\x0a\xe4\xf4\x87\x26\x2e\xc0\xfb\x04\xe9\x03\x1d\xa6\x4f\xb4\x79\xf7\x97\x3e\x1b\x17\xe6\x23\x2c\x32\x95\x68\x16\x69\x39\x91\x72\xcc\x33\x29\x80\xfc\x3e\x04\x53\x12\xa0\xef\xdf\x0f\x3d\xbf\xd5\x8e\xcb\x97\xeb\x67\xbf\x53\xed\x68\xda\x3e\xcd\x7b\x83\xb4\x74\x2b\xcd\x48\x24\x33\xb3\x16\x95\xa9\xe3\x2c\xde\x93\x05\xc7\x9a\xc7\x78\x9f\x39\xbf\x7a\xcc\x22\xad\x8d\x51\x8f\x59\xbc\xbf\x1c\x1c\x3b\x3d\xc6\x48\x8a\xe7\x5c\xba\x51\xa5\x1b\xc5\x83\x55\x57\x79\x56\x33\x00\xe3\x3e\xcb\xb2\x1d\xf0\x1e\xe3\xa7\xba\x32\xe5\x26\x7a\xeb\xfb\xed\xcf\x63\xdc\x02\x6e\xa6\xd2\xca\xb3\xd8\x7d\xd5\xd4\xa2\xd2\xca\x22\x2d\xb2\x28\xfd\x16\x30\x59\x08\x30\x95\x56\x16\xe9\xf4\x87\x9a\xc9\xe2\xbd\x24\x37\xaa\x4b\x02\xd2\x9a\x03\xe5\x90\x45\x5a\x2b\xa1\x1c\xb2\x68\x63\xd9\x32\xfd\x08\x90\x16\x18\x28\x6b\x2c\x62\xe7\x9b\x51\xd6\x58\xbc\xbf\xf4\x98\xad\xd5\x91\x98\x1e\xb2\xb5\x6c\x72\x6a\xcd\x81\xba\xc6\xe2\xfd\x25\xb7\xae\xdb\xa0\xb0\xb1\x95\x4d\xa5\x8f\x50\xfa\x08\xe8\x75\x4d\x85\x8d\x45\x38\xf2\x94\x25\x3f\x20\x9c\x63\x2d\xa7\x5d\x41\x3a\x2d\x5d\x9a\x7a\x90\xce\x97\x2b\x4f\x3c\x95\x22\x76\x26\x59\x8d\x61\xf1\xb6\x8c\x5f\x6a\x9f\x4b\xfb\xcc\xf7\x5c\x26\xdc\x8b\x18\xdb\x99\xde\xd2\xf2\x82\x74\xe2\xaf\x34\xbc\xe0\x3d\x99\x17\xf0\x3d\x28\x03\x32\x1f\xb1\xa6\x57\x49\x61\xa7\xf9\xca\xb8\xbb\xbe\xb8\xdb\xee\x30\x31\x0f\xd2\x09\x36\x65\x86\xc5\xfb\x6f\x3c\x63\x6d\x6f\x69\x7b\x31\xe4\xa5\xa1\x2d\x0d\x2d\x83\xa7\x32\xc3\xc2\x65\xca\xb3\xcc\xcc\x83\x40\x04\x72\x96\x99\x79\x90\x6c\x7b\x33\xcb\x99\x5d\x10\xe1\xbb\x61\xa8\x0f\x82\x95\x21\xb3\x0c\xf5\x41\x3a\xad\x53\xda\x67\xb0\xbe\x07\x6c\xf0\xaf\x8a\xb1\x33\x31\xaa\x18\x8b\x68\x0c\xd7\xa5\x15\x2f\x73\xfc\x78\xa2\x0a\x1b\x8b\xce\xc2\xfa\xa9\xb0\xb1\x48\x67\x5d\x4a\x2b\x0e\xd2\xf9\x0e\x85\x8d\x45\x1a\x3e\x94\x26\x1b\xf4\x66\x17\xee\xb6\x8b\x05\xff\x4e\x2a\xa8\x75\x2c\xd2\xe9\x08\x55\x8c\x67\x69\x9d\x89\x09\x6b\xf7\x8a\x3b\xd5\x9d\xbe\xeb\xe6\x1a\xc0\xca\xef\xf4\x36\x62\x37\xc9\x47\x53\x0f\x6f\xfb\xf8\xde\x3b\x8f\x79\xc9\x83\x64\x23\xce\xa9\x92\xc5\x22\x86\x83\x9e\xb9\x01\x90\x8e\xda\x4a\x16\x8b\x9c\xc4\x9c\xe5\xb4\x00\x98\xda\x75\x55\x8c\x67\x9d\x36\x9f\x86\x99\x2d\x00\xbd\xf9\x8d\x68\x64\x41\x3a\xc5\x50\x1a\xd9\xb2\x0a\x6a\x78\xc8\xcf\xe6\xb2\xf9\xb6\xd5\x39\x62\x10\xdf\xc0\x65\xe6\x41\xb5\xe1\xee\xf7\xa0\xe1\x05\xad\xfb\xa5\x5e\xf6\x98\x1b\xd9\x2d\x07\x11\x8d\x31\x48\x67\x35\x4a\x63\x0c\xd2\x19\x00\x65\x8a\x45\x3a\x81\x51\x4e\x15\x83\x40\x3b\x6e\x96\x76\x14\x74\x27\xa5\x94\x29\x16\x19\xf1\x0f\x53\xd0\xa5\xe5\x05\xe9\x2c\x42\x59\x36\x05\xe2\x7b\xdd\x1e\x3f\x63\xe6\x9b\xcd\xfb\x97\xc6\x18\x34\x4b\x9d\x4a\x63\x0c\x82\x4d\x1b\x66\x39\x89\x00\xd2\x84\x7e\x99\xe2\x00\x69\xa6\xbe\x9c\x43\x00\x69\x8e\x5d\x45\xe4\xf9\x29\x22\x2f\x9f\xa1\x69\x0f\x10\x8b\x58\x48\x45\x64\x11\x66\xcf\x95\x3f\x16\xc1\xfa\xb5\xa9\xb0\xb1\xe8\xdf\x8b\xe4\x4c\x35\x48\x53\xec\x4a\x16\x8b\xf7\x92\x74\xa8\x16\x5b\x81\x62\x83\xc0\xa9\x75\x06\x9d\x15\x91\x73\x9a\xe3\x00\x69\xea\x7c\x9a\xfd\x07\xb9\xbe\x1f\x2e\x0f\x2d\x0e\x35\x0e\xed\x1e\xa2\x72\x72\xfa\xc3\xd3\x43\xa7\x6b\x24\x39\x74\x79\xc8\xfa\x8c\xb7\x5f\x95\x01\x16\x69\x2e\x5a\xcd\x5f\x91\xf6\x8e\x9a\xbf\xa2\x1b\x1e\x4d\x8d\x35\x08\x6d\xc5\xd4\x58\x83\x34\x2f\x3f\xcd\x3b\x20\x10\x9c\xe8\xb1\xce\xe9\x5c\x00\x48\x93\xfc\x6a\xf2\x8a\xb7\xc3\x3c\x56\x1e\xd3\xb7\x20\x93\xab\x2a\xef\x54\x82\xd7\x24\xb9\x12\xbc\x22\x36\xdb\x6f\x84\x0f\x9a\x03\xcc\x1c\x36\x76\xb0\xcb\x1c\x16\x4b\x6d\x5d\xb1\x2c\x65\x9d\x1a\x66\x90\xe6\xd6\xa7\x51\x33\x48\x53\xeb\xd3\xa8\x19\xa4\xa9\x63\x45\x6d\xc5\xdb\x56\x8f\xd9\x65\x96\xcf\xa2\x7d\x33\x15\xac\x15\xbd\x78\xfb\x15\xac\x15\xf3\xbf\xff\x0a\x0f\xa1\x55\x48\x44\xa6\x60\xad\x48\x83\x64\x05\x6b\x45\x98\x8e\x98\x1a\x61\x90\x26\xf8\xd5\xb0\x15\xaf\xc7\xe0\x25\xbd\x81\xf2\x06\x38\xa4\x25\x9d\x4e\x71\x5b\x9e\x34\x8d\x3c\x41\x2e\xc2\xaf\xa9\xa9\x9b\x2e\xa6\xb3\xc0\x47\x31\x58\x91\xe6\xa6\x15\x83\x15\x69\x56\x5b\x4d\x57\x91\xe6\xa1\xa7\x96\x07\xe4\x22\x96\x9b\x06\x86\x20\xcd\x4c\xab\xe9\x2a\xde\x4b\xfa\x6f\xfe\x72\xf7\x97\xdc\x80\x69\x68\x90\xe6\xaf\xa7\x21\x1f\x08\xab\xa4\x54\x5d\x15\x6f\x6f\xf0\x9c\x0e\x7b\xe8\xf8\x76\xbe\xa7\x69\xd6\x31\x81\xce\x1e\x63\x73\x5a\xc7\x04\x62\xf7\xbf\x34\x34\x20\x4d\x69\x2b\xc4\x2a\xa2\xfb\x05\x58\x9f\x04\xd2\x8c\xb6\x7a\xaa\x22\x4d\x68\xab\xa7\x2a\xd2\xa4\xf1\x34\x0c\x9c\xc4\x7c\x26\xaa\xa7\xe6\x08\xa4\x29\xee\x69\xe8\x06\xd2\x34\xf2\xd4\x34\x4c\x4d\x03\xa1\x9b\x52\xa6\x22\x4d\x22\x28\x51\x2a\xd2\x84\xc1\xd4\x0e\x80\xd0\xaf\x9b\xda\x01\x90\x46\xef\x4a\x94\x8a\xf8\x6e\xdb\x21\x1c\xa4\xc1\xfb\x74\xbc\x06\xdd\x4c\xcf\x34\x4b\x0d\xde\x9e\xa6\xad\x8e\xe1\x20\x5c\x31\xa3\x92\xa9\x68\x96\x9d\x4f\xe7\x81\x41\xdf\xed\x43\x87\x70\x95\x4c\x59\xe0\x37\x55\x32\x15\xcd\x74\x96\x4a\xa6\xf3\x53\x32\x65\xb9\xe3\x54\xb6\x54\x74\x27\x75\x94\x2d\x15\xef\xbf\xd1\x3f\x0e\xe2\x20\xf5\xab\xd5\x15\x15\x7d\xc3\xbf\x59\x4e\xd7\x82\xf7\x97\xc5\xb1\xcb\x63\xfe\xf2\x7d\x63\x57\xf3\x97\x6c\x69\x66\xa0\xb7\x5c\xf1\x00\x9a\xaf\xdd\x32\x9c\x02\xbd\x31\x58\x2e\x47\x59\x90\x86\x66\xaa\x88\x8a\x95\xf3\x1f\x0a\xb7\x15\x19\x9d\x9f\xc8\xe8\x5a\x9e\xd8\x6b\xb1\xe5\x59\xb3\x45\x06\x56\xa0\x37\xf2\x75\xcb\xc0\x0a\x34\x2b\x8f\x96\x81\xd5\x72\x7f\xb3\x85\x5f\xa9\xca\xa8\x68\x63\xe1\x45\xaa\x32\x2a\xc2\xb9\x75\x55\x46\x45\x58\x46\xb6\x0c\xb6\xd6\x17\x6c\xe1\x46\x2e\x87\x74\x10\x6c\xd6\x38\x97\x13\xab\xa0\x6f\x8c\x45\xcb\x72\x21\x90\x68\x0b\x4f\xe5\x3c\xc5\x72\xad\xc0\x32\x83\x0a\x5a\xb0\x1b\xf8\x54\xcf\x53\x34\x37\x98\x9b\xca\x67\x8a\x3e\x78\x35\x97\xe9\x4b\xb0\xac\xf9\x5f\x0e\xb0\xe0\x6d\x2d\x67\x73\x34\x05\x61\x5c\xbf\x8c\x7c\x40\xdf\x70\x4c\x96\x51\x0e\x68\xbe\xfa\xaa\x6c\x8a\x88\xef\x90\x97\x24\x99\x68\x98\xac\x54\xa6\x58\x16\x6f\x2f\x63\x10\x90\xc6\xa7\xca\x62\x8a\xb6\xfb\xca\x19\x24\x80\x34\xfe\x5d\x06\x09\x20\x36\x9f\xd2\xf2\x5c\xcb\x73\xd1\x7a\xeb\x46\x97\x75\xa3\x3e\x25\x87\xea\xe5\x50\x4d\x48\xbf\x1c\xaa\x41\x0c\x5f\x4c\x83\x04\x55\x31\x51\x76\x9b\xcb\xd1\x1b\xf4\xe6\xfb\xb3\xdb\x88\x17\x63\xf3\xf5\x31\xab\x07\xd2\xb0\x79\x39\xc4\x83\xb7\xa7\xe9\x1d\xd3\x7a\x20\x8d\x44\x55\xb2\x14\x61\xed\xed\x72\x8c\x07\xdd\x59\xba\xe5\x10\x0f\xd2\x08\x53\x25\x4b\x91\x46\x93\x8a\x4f\x8a\x34\x36\x55\x56\x52\x34\x83\x04\x65\x25\x45\xea\x4d\x2e\x33\x71\x20\xf5\xce\x97\x4b\x25\x40\xef\x76\xbe\x11\x01\x48\x7d\x42\xc5\x27\x45\x1a\xe2\x28\x3e\x29\xde\xfb\xa6\x15\x46\x04\x4a\x4d\xea\x1c\x29\x35\x29\xd2\x99\x94\x65\x90\xb0\xbe\x20\x81\xb8\x67\x59\x27\xb4\xae\xaf\x17\xb9\x4d\xeb\x4d\x41\xb0\xed\xd8\x5c\xb7\xad\x45\x75\xc2\x98\x59\xad\x49\x91\x86\x2f\xca\x43\x8a\xd4\x53\x51\x0b\x72\x2e\xb7\xa3\x76\xc1\xcb\xd2\x77\x5f\x5f\x22\x6d\xf7\xff\x7c\x4c\x7a\xea\x7e\x4a\x8f\x37\x8a\x52\x84\x39\xe6\xa5\xa7\x0e\x52\x87\x4f\x95\x47\xd1\xd0\x76\x9d\x2a\x3a\x8a\x36\xd8\xdf\x75\x2e\xc7\x6f\x90\x7a\x2f\xcb\x99\x47\xf0\xfe\x1b\x4f\x45\x57\x7d\x59\x54\x6a\x9d\xcb\xb2\xde\x07\x24\xba\x3d\x53\x4d\x47\xd1\xd9\xd4\x66\xee\x3a\xe1\xbb\x4e\x38\x7e\x8f\xa2\x8b\xa2\x9b\x21\x53\x61\x51\xa4\x43\xba\x02\x8b\x22\xf5\x5e\x14\x53\x14\xe9\x50\xa0\x8e\xa1\x48\x53\x77\x8a\x16\x8a\x34\xb3\xb6\x3b\x15\x07\x52\x23\xb5\x3b\x15\x07\x52\xf3\xa6\xb4\xa1\x58\x16\xad\xef\xce\xbb\xed\x16\xcc\xb0\x27\xcf\x54\xee\x50\xbc\xc7\xfc\xa9\xd7\x7c\xd1\xd9\xef\x7a\xaa\x54\x38\x3f\xa5\x42\x6b\x9f\x76\xfd\x6b\x30\xac\xfe\x57\xbc\x50\xbc\xff\x56\x1c\xb3\x83\xc2\x65\x5a\xf4\x86\x6e\x38\x48\x8d\xe5\x6e\x7d\xcc\xae\x0e\xb4\xe7\x77\x64\xdf\x95\x0f\xda\x19\x3f\x77\x5d\x73\xd0\x90\xb6\x9e\xbb\xab\x17\x40\x73\x71\xc7\xee\x14\x1d\xe8\xa8\x8e\xce\x3d\xbd\xe4\x8b\xf0\x45\x56\x30\x51\xa4\x83\xb8\xea\x88\x22\xb5\x42\xbb\x49\x34\xd0\x4d\x77\x2a\x98\x28\x52\xcb\xa7\x38\xa2\x48\x0d\xdf\x6e\x7c\xb0\x1b\x0c\xec\xdb\xdf\xfb\x78\x4e\xc5\x13\x45\x67\x2f\xe8\xa9\x78\xa2\xe8\x26\x87\x76\x23\x0a\x90\xcb\xff\x72\x22\x0e\xa4\x86\x5d\xf1\xc4\xf9\x89\x27\xf2\xc9\xef\x46\x0f\xa0\x0f\x5f\x1c\x2d\x19\x88\xf4\xe1\x98\x9c\x03\xbd\x11\x49\x29\x51\x28\xa2\xf9\xbc\xb4\x47\x20\x1d\x97\x95\x15\x14\xe9\x90\xb5\x9b\xed\x02\xb9\x13\x42\x2a\x34\x28\x9a\x13\x0a\xbb\xa9\x2d\x30\x36\xc6\x9d\xdd\x52\x17\xd0\x9d\x63\x50\x7b\x50\xa4\xe3\xda\x6e\x34\xb1\xbb\x9d\xc6\x4e\xd0\xbd\x6b\xb6\x40\x43\xf8\x60\x2a\x51\x28\x62\xf3\xa9\x3a\x43\x05\xc2\x7c\x94\x12\x85\x62\xb9\xde\x6b\x37\xb7\x05\xde\xf3\xf3\x4b\xcb\x66\x76\xcb\x66\xf6\xe6\xff\xd9\x0e\xb3\x5b\x7e\x7e\x4e\x47\x81\x74\xc4\x55\x91\x50\x34\x4b\x49\x14\x24\x14\xe9\x18\xb9\x6b\xa4\x76\x8d\x14\x43\x9d\x7a\x84\x22\x1d\xe9\x76\x63\x0e\x10\xae\x61\x53\xa2\x50\xcc\xef\x45\x35\x0c\x01\xe9\xd8\xb7\x9b\xdc\x02\x6f\xf3\xe9\x59\xe3\x90\x9d\x84\x97\xc3\xa1\x12\x85\xe2\xfd\x37\x1a\xeb\xe4\x13\x68\x4e\xf2\x28\x5b\x28\x1a\xc2\x13\x53\xd9\x42\x11\x08\xf2\xce\xdd\xc2\x58\xd0\xd9\x5f\x74\xaa\x64\x28\xba\xab\x9e\x77\xab\x60\x41\x7e\x03\x91\x16\x6f\x77\x7f\x2a\xf6\x4c\x9d\xea\x16\x8a\xee\x6a\x8d\x5d\xbb\x05\xda\x77\x7e\x73\x60\x20\xd8\x0d\x67\xee\xce\x3e\x81\xfc\x46\x30\x67\x9f\x54\x1f\x1c\xdf\xb9\xbc\xe4\xfd\x5d\x92\x96\x99\xbf\x02\xdd\xb9\x92\xdd\xfc\x15\xc8\x9d\x04\xd3\x6e\xf0\x03\x72\xf7\x92\xda\x40\x10\xf1\xfd\xd0\x97\x80\x95\x80\x26\x25\x14\x29\x14\xf9\x8d\x99\xc6\x3e\xa0\xef\x98\xc0\x5d\xab\x08\xf2\x1b\x0c\x8d\x6a\x40\x1f\x7e\x96\x9a\x36\xd0\x2c\xf9\x38\x9c\x10\x02\xcd\x35\x6c\x87\x55\x35\xe0\xbd\xc9\xc9\xb1\xf4\x18\x95\x21\x9a\xdd\xc3\x04\x13\x48\x3f\xaf\xc3\x04\x13\x78\x7f\xba\x38\x76\x7a\x8c\xf9\x37\x06\xd2\xc3\x49\x22\x90\x7e\x38\x87\x86\x12\x74\x4b\x33\x0f\x0d\xe5\xe1\xae\xcf\x3b\x63\x8d\x92\x81\x22\x9c\x15\x51\x1e\x50\x84\x25\x7f\x87\xd5\x34\xc8\x03\xa6\x1f\xe1\x61\x35\x0d\xe8\x3b\xef\xe2\x61\x35\x0d\x88\x7d\x79\xc8\x56\x38\x05\x85\xba\xf5\x54\x13\x50\xa4\x6f\xd9\x61\xbc\x05\xd2\xd7\xff\x30\xe0\x39\x9c\x49\xda\x29\x17\x50\xb4\x4f\x74\xb4\xa3\xe6\xa1\x91\x05\xf9\x75\xad\x21\x10\x68\x88\xb6\xcf\xc3\x0c\x16\xc8\xaf\x15\xd6\x96\x1e\xd6\x96\xba\x22\xe6\xd0\xec\x82\xfc\x3a\x5b\xab\x0b\x1a\x2a\x2e\x53\x85\x3e\xd1\xcc\xb3\xa8\xd0\x27\xf2\xeb\x58\x63\xa7\xc3\xd8\x89\x57\xf6\xd0\x0e\x83\x8e\x08\xe5\x3c\x9c\xce\x02\xe1\x82\x8f\xc3\xe9\x2c\x90\xdf\x7d\x6b\x9a\x3f\x65\xbf\x9d\x7c\x98\xca\x7e\x22\x0c\xbb\x0f\xed\x30\xc8\xff\xfe\xcb\xe6\x5b\x04\xc3\xd6\x8a\xf3\xb0\x0a\x06\x74\xab\x3c\x0f\x43\x38\xd0\x90\x48\x9d\x87\x21\xdc\xf1\x85\x70\xb4\x4c\xa3\x0e\x5a\xc3\x87\x3d\xb4\xcd\x20\xbf\x4e\xd4\xaa\x82\xf7\x92\x9c\x4c\x83\x79\x98\x95\xdb\xff\x65\x6d\x95\x22\x7f\x53\x45\xbf\xaf\xe1\x66\xe8\x40\x67\xaf\x9f\x79\x58\xa0\x02\x92\xbd\xc7\xa7\x22\x7f\xa2\x39\x37\x71\x68\x63\x8f\xfa\x9a\xc4\x2f\x9d\xec\x02\xb9\xfb\x14\x8d\x03\x41\x33\xb6\x3d\x9c\xc4\x02\xcd\xea\x54\xb5\x00\xc5\x7b\x32\x7f\x69\x33\xa6\xcd\xe0\xf9\x6b\xb1\x41\x73\xea\xef\x30\x8f\x07\x72\x27\x9c\x56\x32\x50\x74\x4b\x67\x0e\x2d\x36\x08\x04\x8a\xa7\x92\x81\xa2\x5b\x2f\xa8\x62\xa0\xe8\x8d\x44\xcc\xe1\xcc\x13\xc8\xdd\xaf\xc3\xfa\x0e\xd0\x77\x22\x80\xc3\x70\x11\x74\xa7\x5b\x0e\xc3\x45\x90\xa8\x79\xcd\x43\x53\x0c\x92\xbd\x36\xa7\x7a\x81\x22\x77\x72\x89\x87\xc6\x19\x24\xfb\x19\xcd\xc3\x5a\x55\xf5\x02\x9d\xe2\x53\x2e\x50\xbc\x1d\x46\x5b\x0d\x2a\x0f\x0b\x53\xbf\xbe\x30\x84\x04\xe9\x66\x23\x6a\x08\x8a\xe6\x64\x9a\x82\x81\xa2\x59\x0d\x7f\x18\x55\x82\xd0\x60\x1f\x1a\x6c\x90\xbb\x6f\xaf\xd6\xf9\x38\xbf\x4b\xd2\x3f\x66\x09\x41\xee\x64\xf6\x0e\x83\x4f\xd0\x5c\x61\xa7\xd4\xe0\x3c\x5c\x90\xf2\xdd\xba\x76\x17\xe4\x4e\x82\x43\x61\x41\xd1\x86\x4f\xc9\x25\x8b\x20\x77\x6a\x4a\x0e\x03\x52\x90\x3b\xb1\xf9\x61\x40\x0a\xde\xf3\xd3\x69\x26\x18\x41\x5a\x8f\x7c\x18\xa4\x82\x34\x1d\x77\x68\xb1\x41\x5a\x64\x71\x68\xb0\x0f\x37\xae\xf6\xf5\x37\x33\x09\x72\x27\xe7\x78\x58\x54\x0b\x72\x27\xc1\xa8\x08\xa2\x58\x96\x47\x1e\x9a\x75\x30\x5c\x5c\xa5\x2e\xa2\xc8\xfd\x3b\xe4\x1d\x69\xe9\x49\x43\x1e\x56\x8d\x28\x95\x68\x35\xbb\xba\x88\x22\x76\x9f\x9b\x3b\xa5\x80\x74\x81\x94\xb2\x88\x62\x36\x5f\x58\xa3\x5d\xd0\x2d\x71\x3b\x74\x07\x50\x4a\xcc\xef\x1e\x75\x07\x40\x47\x4d\x63\x1e\xe6\x42\x41\xb0\xd1\xf4\x3c\x74\x07\x40\xee\x78\x20\xea\x29\x8a\xe5\x2e\x09\x6a\x27\x8a\xfe\x99\x81\xc7\x5e\x7d\x74\x39\x3d\x64\xeb\x1f\x5b\xef\x0f\x6d\xbd\xdb\x74\xf9\xd6\xe9\x34\x80\xdc\x89\x57\x0f\x0b\x76\x41\xb3\x86\xf7\x70\x82\x0b\x8c\xee\x60\x6e\x95\x0a\xe8\x3b\xe9\x0d\xc5\x1a\x45\xef\xdf\x21\xaf\xf8\x43\x1d\x95\xb7\xe9\x34\x5d\x0a\x12\xf9\x80\xa9\x7e\xa3\x48\xcf\x75\x9a\x41\x05\x69\xa9\xe2\x69\xb4\x7d\xba\x8d\x8c\x1f\xfd\xa9\x4b\x02\x9a\xe9\x44\x65\x1e\x45\xba\x08\xe6\xd4\x23\x01\xb9\x33\xd6\x9d\x6e\x36\x03\x92\x6d\x65\xe7\xa9\xfb\x01\x3a\xbb\x34\xce\x53\xef\x03\xbc\x97\xe4\xfc\xfa\x1a\xa7\xbe\x06\x8e\xc5\xe9\x6c\x19\x88\xb6\x79\xb2\xc7\x43\x58\x5c\x5e\x27\xc5\x20\x45\x63\xab\xe7\x79\x9a\x6e\x05\xdd\x9d\x1a\x4e\x83\x7e\x10\xee\xf9\xa5\xf0\xa3\x78\x5b\x31\x39\x66\x2b\xd8\xfd\x60\x2f\x0f\x5d\x1e\x62\x63\x67\xdb\xaf\xf7\x71\x7e\x21\x7e\x78\x2c\x3c\xc6\x17\x42\x44\xa4\x66\xa4\xc8\xdd\x5e\x74\x9e\x0d\xe4\x6e\x63\xf5\x48\x40\x6f\xbc\x9c\xa7\x86\x1f\xa4\x8e\xa9\x32\x8f\x22\xbe\x5e\x34\x4a\x3f\xc7\xd7\x7e\xfa\xc7\x30\x1d\xa8\x53\x38\x95\x76\x14\xd1\xf8\x90\x4e\x0b\x60\x4e\x55\x7e\xc7\x3f\x98\x65\xc5\x20\x45\xee\x64\xc5\x4e\xfd\x09\x90\x3b\xb9\x39\xf5\x21\x45\x1b\x8e\x72\xa7\x0e\x05\x08\xbf\x50\x35\x23\x45\xee\x38\x9f\xa7\x59\x62\xd0\xbf\x93\x59\x6a\x03\xa2\x2d\xff\xcb\x3e\x76\xdb\x83\xe6\x1b\x67\x3d\x2e\x88\x66\xc7\x98\x4c\x00\x9d\xad\xcd\xe7\xa9\x77\x02\x72\xe7\xe3\x53\x33\x72\x7e\x9a\x91\x8e\xd2\xea\x3c\x8a\xdc\xf1\x91\x4e\xcb\x6f\x40\x3a\x99\xa9\xcc\xa3\x78\x7f\x49\x6b\xcd\x42\x83\x74\xc6\xea\xd4\xfd\x38\x3f\xf7\x63\x78\x51\x7b\x88\xdd\xa6\xf5\x95\x4f\x3d\x92\x73\xe2\xca\x92\xed\x52\x0e\x52\xbc\xbf\xa4\xbb\xf5\x52\x40\xee\x64\x9a\x4e\x4b\x5f\x41\x6a\xe6\x4f\xdd\x0f\x90\x56\x14\x2b\xcd\x28\xc2\xcd\x0a\x4e\x53\xd3\xa0\xb9\x8d\x96\x3a\x8c\x22\xf7\xdd\x1f\xda\x7e\xd4\xaa\x76\x5f\x1c\x03\x7a\x90\xbb\x1f\x96\xa9\xe9\x53\x8d\x61\x8d\xd1\xa9\xff\x01\x72\x27\x15\x70\x1a\xf7\x83\x08\x9f\xb9\xfe\x07\x08\xa7\x9e\x4e\x9d\x0d\xd0\xdb\xf2\x5c\xbe\xd1\x3a\x1b\xdf\x21\xfb\x9f\x7d\xcd\x10\x32\x9f\xa7\x49\x6d\x90\xbb\x2f\x8b\x95\x2f\x20\x77\x5f\x0c\xd3\x05\x20\xf7\xe5\x0f\x7d\x20\x16\xc3\x7c\x3f\xf4\x26\xd9\xf4\x7a\xf7\x1b\x3a\xbc\xc9\xe3\x5b\xc6\xc7\x21\xaf\x78\x60\x2d\xfc\xf8\x9c\xb5\x04\xdd\x4a\x67\x65\x24\xc5\xdb\x3b\x9c\xcc\x14\xc2\xe9\x2e\x42\xbe\x2a\x96\xcc\x80\xdc\x49\x47\x9c\xa6\x10\x40\x58\x4c\xaf\x5c\xa3\xe8\x5a\x90\xd3\x08\x1f\xa4\x2b\xd3\x4f\x9d\x0f\x10\x48\xbf\x4c\x15\x1c\x45\xa1\x04\x37\x4f\x1d\x0d\x10\xee\x27\x71\x9a\x1a\x00\xfd\xfb\x2c\xf5\x2a\xd4\x79\x74\x2b\x43\x75\x1e\x45\xba\x49\x90\x02\x8e\x22\x5d\xfb\x77\x3a\x05\x0a\xde\xfb\xe6\xdf\xf4\x0e\xce\xfb\xfb\x6c\xfc\x3f\xbb\xec\x45\x6d\x8e\x0e\x1a\x7e\xd0\xbb\xcf\xcd\x08\x1f\x44\xc7\x6b\x3c\xb5\xf2\xa0\x2c\xc1\x3a\xb5\xf2\xa0\x5c\xdd\x70\x1a\xe1\x83\x42\x6c\x66\x9e\xda\x6f\x30\x36\xed\x98\x73\x94\xa0\x36\xc2\xe8\x53\x63\x0d\x6a\xf3\xa3\x31\xc7\x0d\x6a\x23\x18\xbe\x0c\xfa\x41\x19\xec\x5d\x5a\x53\x50\x1b\x36\xeb\xd2\x4c\x82\xf7\xbe\x3d\x76\x7b\x8c\xfb\xc6\xf2\x2b\xf3\x28\xda\xd0\x7b\x52\xd3\x51\x14\xda\x00\xf3\x32\xc7\x0d\x86\x2b\x83\x95\x79\x14\xb5\x35\x0f\x0d\x0f\x0d\x7e\xc8\xf9\x8d\xef\x41\x6d\xcd\x73\x3d\x1e\x7a\xfe\xf7\x7f\xd3\x42\xe7\xcb\x28\x1d\x94\x15\x1e\x97\x06\xf6\xd2\xc0\x3a\xdf\x75\x39\x2d\x7a\x7d\xeb\x5a\xe9\x0c\xd7\xc1\x80\x72\xd1\xf8\xa5\xd1\x05\xef\x2f\xfd\x37\x9b\xd1\x6d\xc6\xe4\xd0\xe1\xa1\x83\x43\x74\xa3\xd9\x77\x50\x1b\x9f\xd2\xa5\xd1\xbd\x3e\xa3\x8b\xfb\x77\x69\x4e\xaf\xf8\x2e\xc0\x7d\x1a\xf4\x83\xda\x88\xad\x94\x96\x14\x81\x2a\xc2\xbc\x8c\xe6\x41\x6d\x44\xb0\x2a\x4b\x8a\x81\x86\xdf\x54\x59\x52\x44\x31\xb6\xa9\x2c\x29\x6a\xe3\xf3\xba\x0c\xdd\x41\x6d\xc4\xac\x97\xf6\x12\xd4\x46\x4c\x7e\x69\x2f\xaf\x2f\xfe\xe6\x2e\xb5\x8d\xa0\xd0\xf3\x9d\x8a\x4d\x8a\xda\xfa\x3f\xa4\xb3\x2f\x4d\xe7\x95\x5f\xbf\xd0\x48\x8d\x22\xa8\xad\x7b\xc8\xae\x4a\xde\x68\x82\x99\xcb\x32\x55\x50\x6e\x9d\xa8\x64\xe5\xfc\x24\x2b\x75\x6f\xd5\x91\x14\xe5\x74\xb0\x3a\x92\xa2\x9c\x73\xbd\x9c\xc0\x05\xb5\x11\x66\x5d\x5a\x53\x50\x1b\x01\xe6\xa5\x35\x05\xef\xf9\xfd\xa5\x7d\x55\xf4\x15\x61\xd0\xa5\x99\x04\xef\xbf\xd1\x59\xda\xc9\x6b\x7e\xaf\x21\xcd\x75\x89\x08\x08\x37\x68\xba\x34\x8a\xa0\xdc\xf5\x4f\xd9\xc8\xf9\xc9\x46\x6e\x18\x0c\x35\x22\x45\x58\x7d\xa4\x46\xa4\x68\x2e\x64\x50\x23\x52\x34\xcb\x2e\xd5\x88\x14\xf5\xbd\x25\x2e\xea\x00\x61\x94\x70\x69\x4e\x41\xff\x1a\xa6\x39\x05\x61\x05\xb0\xe2\x8f\xa2\xdc\x6c\x40\xf1\x47\x11\xba\xc1\x2a\x3d\x8a\x40\x99\x76\x5e\xda\x49\xd0\x2d\xe7\xbe\xb4\x93\x20\xc2\x2b\x9a\x30\x07\xdd\x85\x43\x97\xb6\x0d\xb4\xe6\xe3\xd5\xb6\x81\xda\xfc\x94\x5d\x52\x0a\x6a\xc3\x8d\xbb\xac\x10\x05\xb5\xe1\xf1\x5e\x96\xfc\x80\xe6\x6a\xc9\xcb\x4c\x3b\xe8\x6c\x85\x3f\x2f\x17\x99\x82\xda\x70\x82\x14\x83\x14\x85\x00\xdc\xbc\x34\x9d\xa0\x36\x47\x22\x23\x7e\x50\xae\x37\x50\x1f\x52\xd4\x86\x31\xbd\x5c\x31\x02\xca\x3d\x54\x95\x8c\x14\xc5\x3e\xcd\x53\x7d\x48\x51\x1b\x96\x47\xe5\x47\xd1\x86\x01\x8d\xd2\x8f\xa2\x36\x07\x6a\x73\xef\xa0\xbb\x91\x84\xd2\x8f\xe2\xfd\x25\xed\xd7\x34\x83\xda\x1c\xbb\x2d\x5d\x05\x65\xda\x4f\xed\x47\x51\x9b\x03\xa9\xd1\x3d\xda\x8f\xef\xc9\xfc\x37\xc7\x43\x12\xf2\x66\xb7\x2e\xe7\x96\x41\x77\x3d\xc6\x65\x94\x0e\x6a\xb3\x65\x16\xa0\x82\x68\x38\x71\x0a\x38\x8a\xf7\xfc\xfe\x9b\xd7\xbc\x79\x24\x0e\xa4\xda\xe6\xeb\xb3\xcd\xb8\x84\x97\xa1\x3b\xa8\xcd\x71\x45\x73\x0d\xde\x7f\xb3\x1d\x36\xed\x46\x97\xcd\x67\x6e\x38\x7f\x99\xca\xc7\x21\x50\xe9\x51\xf4\xcf\x2e\x5a\xda\x04\xca\x5d\x69\x2e\xa3\x72\x10\x3a\x68\x8a\x33\x8a\xf7\x92\xbc\x07\x06\xdc\xa0\xdc\x50\xec\x72\xa2\x1a\x94\x2b\x46\x2f\xe7\xa9\x41\x69\xe9\x2f\xcd\xfa\xa5\x59\xf7\xc9\x19\x83\x83\xee\xee\x61\x97\x01\x37\xa8\xcd\x47\x62\xc6\x1f\x34\xeb\xee\x2e\x6b\x4c\x41\x73\x47\x82\x5b\x7f\xe0\xfe\x26\x01\x06\x87\xba\x87\x68\x57\x79\x68\x78\x88\x7d\x2b\x79\xd7\x6f\xa7\x05\x40\xd7\x82\xdf\x46\xea\xa0\x5c\xda\x78\xeb\x5b\xdc\xdf\xac\xc0\x77\xc9\xc3\x63\xb6\x75\x72\xe8\xf4\x10\xdb\x28\xf1\xfa\xdc\xba\x1b\x20\xdc\xca\xf8\x76\x87\x40\x10\x48\x67\xcc\x5b\x3f\x02\xb4\x61\xc2\xe0\xd6\x91\x00\xdd\xea\xf7\xdb\xc2\x29\x50\x6e\x07\xa8\x62\xa4\xe8\xb1\xf9\x5f\xcb\x43\x8b\x5b\xf2\x5c\xbb\x87\x9c\x30\xa6\xf9\x4e\x27\x80\xe6\x74\x85\xba\x92\x22\xdc\x9f\xf1\x76\x86\x01\x14\x8a\xfc\xf3\x76\x17\xa8\xdb\xad\x0b\x8d\x18\x6f\x1d\x15\xd0\x5d\x98\x72\xeb\xa7\x80\x70\xfd\xf3\x6d\x7d\x16\xe8\x2d\xfd\x2f\x6f\xbc\x7f\x37\x4e\xfb\xf5\x40\x40\x77\x86\xed\x36\x13\x70\x2b\x94\x51\xff\xb0\x8c\x4a\x79\x4a\x51\x1b\x43\xf7\xed\xe2\x5d\x30\x34\x9d\xb7\x45\x04\xa0\x37\x9c\x1d\x35\x2c\x45\x6d\x3e\x09\x13\x0c\xf7\xb7\x52\x97\xde\x33\xc1\x00\x6a\xb3\xd9\x66\x13\x40\x77\x73\xee\xdb\x42\x03\xd0\xb7\xe5\x21\x1b\x11\x7c\x40\x76\x9e\xa5\x01\xb7\x1b\x1b\x1a\xe2\xdf\x4e\x53\x80\x8e\xec\xfe\xbc\xf5\x75\x40\x73\x1a\x4d\x95\x4a\xd1\x5d\x48\xa4\x4a\xa5\xa8\xcd\xb6\x9a\xc0\x00\xb5\x7d\xa7\xf7\x15\x19\x6c\x81\x8e\x7d\xba\xcd\x4c\x80\xda\x88\x41\x6e\x5d\x29\xd0\xac\x8c\xbd\xcd\x33\x80\xda\x08\xd3\x6f\x5d\xa9\x5b\x57\x8a\xd2\x8f\x5b\x57\x0a\x34\xeb\xa8\x6e\x13\x08\x77\x7e\x0f\x9a\x37\x49\xc7\xe8\xd6\x31\x22\x8a\x56\x3d\x53\xbc\xff\xe6\x31\x5b\x96\xb4\x6c\xf9\x4b\x5b\xe6\x36\xbe\x44\xc3\xb7\x79\x86\xfb\x9b\x05\xb1\x69\x16\x17\x80\x6e\xe0\x70\x3b\xcb\x01\xc2\x89\x89\xdb\x4a\x02\xd0\x2c\x11\x54\x77\x53\xd4\xb6\x3c\x64\x63\xcb\x89\x09\xfa\xc7\xe2\x02\x50\xae\xf7\x53\x2a\x53\xd4\xf7\xc4\x5d\xd1\x03\xa2\xd9\xd7\x66\x19\x40\x21\x86\x37\x6f\xfd\x29\x50\x9b\xdd\xa3\x3f\x75\x7f\xeb\x6b\x79\x6e\xce\x8e\x80\xfe\x7d\x54\xce\x84\x80\x66\x69\xcc\x6d\x2a\x02\xbc\x5d\xe1\xf9\xed\x9e\x89\x81\x25\xa5\x70\x9b\x9e\xb8\x5d\x5e\x63\x82\x45\xad\x4c\x51\x9b\x67\xd3\xa1\x42\x2a\xb3\x0d\xd3\x24\xb7\xd9\x08\x50\x1b\x81\xba\x5a\x99\xa2\x36\xf2\x2b\xaa\x60\x8a\x66\xe5\xf3\x6d\xb6\x00\x74\x4b\x9a\x15\xc6\x14\x65\xa1\x9c\xc2\x98\xa2\xbb\xf6\xe4\xd6\x7d\x02\xd5\x70\x79\x6e\xa7\x39\xc0\x72\x0b\xd8\x5b\xf7\xe9\xd6\x7d\x22\x44\xbe\x9d\xf8\x00\x65\x71\xc4\xad\x17\x74\xeb\x05\x11\x5b\xab\xbb\x29\xba\xe5\x93\xb7\x8e\x11\x68\x66\x44\x6e\x1d\xa3\x5b\xc7\xc8\x4f\xdc\x34\x03\xa8\x0d\x83\x7b\x3b\x15\x02\xaa\x11\xfa\xde\xba\x4f\xa0\x1b\x01\xaa\xe1\x29\xc2\xf5\x14\xb7\xb9\x08\x10\x1a\x57\x65\x3d\x45\x39\xf5\x7c\xbb\xa2\x07\x2c\xf7\xb4\x55\xe9\x53\x54\xb3\xbf\x9c\x55\x01\x85\x0c\xff\xbc\x9d\x55\x01\xdd\x14\xe1\xad\xdb\x75\xeb\x76\xd9\x85\xba\x5d\xa0\x59\x95\xaa\x44\xa8\x08\x9d\x0a\x45\x3d\x45\x59\x22\xac\xa8\xa7\x68\x2e\x36\x55\xd3\x53\xc4\x70\x14\x33\x89\x71\x5f\xdf\xdb\xc4\x1d\x99\xc5\x00\xdd\x7d\xd0\x14\xf0\x14\x61\xba\x4b\x01\x4f\xd1\x51\xd1\x9d\x0a\x78\x8a\x6a\xb8\xb3\x0a\x78\x8a\xe5\x5e\xbe\xea\x77\x8a\x6a\x9a\x48\xab\x20\x40\x77\x01\xfa\xad\xcf\x75\xeb\x73\x7d\x8d\xb0\x77\x48\x91\x34\x9d\x0a\x5d\x2e\x50\xcd\x41\x58\xff\x0a\xc4\xd7\x15\x4e\x97\x80\x32\x7d\x7e\x3b\x5d\x02\x5a\x84\x97\x34\xb9\x02\xaa\x91\x36\x51\xe5\x53\x84\x5b\x7a\xaa\xf2\x29\x9a\xdb\x51\xab\xe8\x29\xde\x4e\xf4\x98\xed\x67\xa3\xca\xaf\x13\x75\xd6\x6e\xab\x0a\xfd\x4a\xdd\x43\x0c\xbc\xbf\xe4\x9e\x74\xe0\x40\xb9\xf2\xee\xd6\x81\x03\xc3\xf0\x48\x69\x4e\xf1\xfe\x92\xd6\xea\x9b\x81\x6a\xdb\xdf\x82\x91\xf3\xb1\xe6\x10\x34\xb7\xb3\x78\x74\xca\x40\x74\x2c\x96\xd2\x9d\xa2\x1a\xdf\x86\x3a\x9d\xe2\xbd\x7c\x71\x6c\xf7\xd8\xce\xbf\x79\xb2\xc3\x43\x07\x87\x1a\x87\x4e\x0f\xd1\x48\x72\x1c\x8f\xc9\x9d\xe7\xab\xcb\x60\x34\x7c\xcc\xee\x80\x52\x60\x42\xf1\x4e\xf1\xfe\x9b\x3f\xf5\x6c\xf8\x48\x31\xfd\xe5\xe3\x21\x56\xa8\xef\xfe\xf2\xe7\x21\x46\x2b\x32\x32\x6a\x70\x8a\xf7\x64\x3b\xc7\x6c\x47\xe7\x3d\x61\x58\x50\x84\x53\x94\xd5\x69\x8a\x6c\x8a\x42\x5e\x6f\x2a\x9f\x29\xba\x89\x4c\x85\x31\x45\xe8\xcf\x29\x79\x29\xba\x7b\x68\x3c\xa6\x72\x40\x35\xb2\x6b\x8f\x0e\x0f\xa8\x86\x45\x7c\xf4\x6e\x40\x35\x72\x28\x8f\xb9\x1d\x50\x6e\xdc\xa2\x08\xa6\x28\x64\x58\xa7\x22\x98\xa2\x1a\x7e\xe6\x63\x89\x07\xa8\xc6\x7b\xff\x98\x01\x7a\xcc\x00\xed\x9e\xcb\xa6\x52\x44\xe9\x3e\x52\x8f\x6e\x11\x08\x37\x51\x54\x16\x53\x54\x63\x08\x78\x74\x6e\x40\x35\x3e\x98\xc7\xd9\x99\xe7\x9b\x9d\xf1\xbe\x75\x78\x40\x1b\xee\x72\xa1\xa2\xa6\xe8\xf3\xbb\x80\x8d\x65\x7a\xc6\xe5\x3b\x8a\x6c\x8a\x1e\xf8\x32\x8f\xf3\x23\x60\xb9\xeb\xf7\x63\xda\x07\x74\x17\xa1\x3d\xd6\x5a\x82\x6e\x21\xa0\xb2\x9b\xa2\x1a\x06\xf1\xd1\xe1\x79\x92\x1e\x23\x53\xf3\xe8\xc9\x80\x52\x90\xe3\xd1\x91\x01\xd5\x6c\x97\x8e\x0c\x98\x6e\x39\xf4\xe8\xc8\x3c\xaa\x9a\x99\xfd\x7f\x74\x5b\x40\xe9\xe1\xaa\xce\x29\xaa\xe1\x5f\x3f\xce\xab\x80\x6a\xe1\xc9\xec\x9d\xb2\x61\xdc\xa4\x85\x1e\x60\xba\xcd\xd9\xe3\x4c\x0b\x08\x57\xde\x2b\xeb\x29\xde\x56\x70\xcc\x0c\x12\x68\xae\x98\x7d\x74\x78\xc0\xfb\x6f\x1e\xb3\x19\xd3\x66\xf0\x7c\xcd\x20\x81\x6a\x76\xac\xeb\x02\x40\x35\x12\x22\x8f\xde\x0d\xa8\x36\xbc\xa4\x9f\xe0\xe4\x13\xb4\xfb\xcd\x29\x81\xee\x78\xf8\x98\x53\x02\x65\xe1\xfe\x63\x55\xc7\x83\x0b\x84\x32\xee\x7c\x2c\xcd\x04\xcb\x3a\x37\x45\x42\x45\x35\xac\xdd\x63\x9a\xe9\x71\x41\x81\xb3\x23\x8f\xa5\x99\xa0\xb4\xa6\x6a\x89\x8a\xf8\x5e\x62\xb3\x51\xa0\xac\x2d\x79\x9c\xdc\x79\xbe\xc9\x9d\xdd\x7f\xb3\xfd\x3b\x5f\x2a\xb9\x94\x47\xaf\xeb\xd9\x31\x21\x64\x3f\x54\x21\x15\xa5\x3b\xab\x0a\xa9\x78\x4f\xc6\x9d\xeb\x76\x21\x43\x5a\x8d\x24\xc6\xcf\x9c\x2e\x68\x6e\x8d\xaf\x42\xa0\x28\xb3\x56\x3f\xbf\xf1\x9f\xdf\x38\x1f\xc4\xcf\x38\xe4\xe7\x4e\x7f\x4e\x4d\xa8\x07\x28\xaa\xe1\xcc\xfc\xfc\x30\x7f\x2a\x85\x7c\xff\x75\x79\xc8\xfe\xd9\x39\xf4\xf3\x90\x49\x1e\xdc\x8d\x9f\x01\x05\x4a\x82\xe5\x6e\x14\x3f\x3f\xc2\xdf\x17\x50\x60\xf0\x54\x17\x14\xe5\x22\xc0\x9f\x5f\x21\xa8\x46\x16\x40\xc1\x41\x51\x2e\x8e\x53\x22\x70\xfe\xc8\xaa\xba\x14\xfc\xe7\xf7\x05\x5a\x3a\x41\xf2\xf3\xcb\xf9\xf9\xe5\x4c\x0f\x79\x32\xbf\x1c\xc2\x82\x9f\x5f\x0e\xe8\x7e\x5f\x3f\xbf\x1c\xd0\x5c\xf0\xa7\x6a\xa0\xe8\x66\x87\x94\x08\x14\x11\xde\x91\x91\x02\xe8\x68\xe3\xcf\x9f\x61\x01\x08\x6b\xf2\x7e\xd6\x2f\x83\x18\x3e\x12\x8b\xa6\x40\xb5\xf9\x0f\xba\x54\x3f\x3f\x3e\xf0\x15\x3e\x2a\x0d\x28\xca\x49\xdf\x9f\x1f\xcc\xcf\x0f\x86\x38\xe5\x67\x2d\x33\x08\x6b\xf1\x54\x0b\x14\xd5\x08\x39\x7f\xce\x7c\x82\x6a\x18\x4e\x05\x04\x45\x59\x7b\xf2\xf3\x4b\x03\x61\x45\xef\xcf\x2f\xed\xe7\x97\x36\x6d\x97\x7d\x47\xc1\xf3\xf0\xf4\x7e\x2f\xe0\x7d\x5c\xbc\x22\xce\x7c\xfe\xfc\x38\x30\x2a\x6a\x00\x8a\x72\xa7\xa9\x9f\x53\x93\xa0\x14\x3b\xfa\x39\x35\x09\x0a\x19\xe2\xa9\x50\xa0\x58\x6a\x38\x28\x14\x28\x4a\x93\xa2\x50\xa0\x68\x06\x2e\x3f\xb3\xb0\xa0\xbb\x15\xd1\xcf\xba\x2b\xd0\xdc\x79\xfc\x67\x64\x01\xca\x52\x81\x9f\x91\x05\x28\x4b\x5d\x7f\xc6\x0c\xa0\x0c\x49\xd4\x09\x14\xe5\x24\xfc\xcf\x68\xe0\x67\x34\x80\xa3\xa1\x72\xa0\x28\x47\xbe\x9f\xae\x3f\x68\x66\xdf\x7e\xfa\xf9\xe0\xed\x43\xee\xc8\x69\x4e\xd0\xc2\x87\x6b\x2e\xf5\xc7\x9c\xa6\x01\xed\x4f\xdf\x1f\x54\xdb\xfd\xa1\x8f\xed\xa2\xfc\x08\x17\xe8\x67\x2a\x15\xbc\xe7\xe7\x96\xf4\xea\x41\x0f\x87\x09\xd7\xe4\x80\x6a\x8c\x7c\x8a\x0e\x8a\x6a\xbb\x3f\xb4\xb1\xf7\xd7\x58\xfe\x4d\x57\x5c\x9d\xc0\x22\xc3\xa3\x4e\xa0\xa8\xc6\xc8\xf7\x73\x02\x13\xbc\xbf\xf4\x98\xdd\xf8\x78\x4f\xfe\xd2\x3e\x63\x06\xb3\xf9\xc4\xf5\xbb\x41\xb3\xaa\x5e\x39\x41\xf1\x9e\xcc\x5f\x7a\x9f\xcf\xd7\x34\x7e\x6a\x59\x12\x68\x6e\xfc\xaf\x7a\xa0\x28\x17\xfd\xa8\x0b\x28\xaa\xfb\xfe\x98\x12\x05\x2d\xcd\x50\xfe\xf4\xbb\x41\xe8\xb9\xfc\x5c\xc6\x09\x82\xb2\xdc\xb5\x91\x13\x15\x41\xd9\xfb\x52\x3d\x50\x0c\xb2\xb0\x6b\x23\x4d\x2a\xda\x20\xf0\x59\x1b\xf5\xd3\xa2\x33\x07\xbb\x36\xbc\x74\x51\xfd\x7d\x35\x96\xba\x83\xa2\xc7\xfb\x34\x97\xba\x83\xa2\xfa\x77\xc9\xd3\x43\x27\x87\xfc\xaf\xcb\x43\x17\xeb\x6f\x6c\xc5\xe3\x21\x5f\x8d\xc6\xb1\x66\xfb\x5f\x74\x96\xb3\x2d\x85\x07\xc5\xfb\x6f\x5c\xa0\x79\x03\x38\xee\x7d\xf3\xdf\x6c\x2c\x55\x4e\x49\xbc\xbd\x14\x28\x14\x9d\x79\xdf\xb5\x91\x3b\x15\xb1\xbe\x6b\x2e\x0f\xf9\x00\x8a\x43\xb6\x96\x14\x68\x7f\x1f\xe6\xda\xba\xcd\xc0\x6f\xef\x1b\x5d\xd6\xbd\x64\xff\x2e\xc9\xf9\xbb\xbd\xd1\xdd\xae\xd2\x7e\xec\x5e\xe0\x45\xf5\xf7\x69\xae\x2d\xec\x6d\xd2\x8b\xbd\xb8\xa7\xf0\x97\x6c\xcd\x8b\xbd\x58\x1b\x66\x57\xbc\x27\xa3\x69\x61\xdf\xe2\x5b\x77\x7b\x23\x6c\xad\x9b\x02\x6c\xbe\x08\xf8\xdb\xa2\x53\x6e\xb3\x36\xd2\x90\xa2\xba\xb7\x3e\xbc\x26\x9e\x74\xf7\x06\x86\xd7\x7c\x51\xdd\x6e\x4c\x7b\x3b\xe9\x6d\x6f\x29\xfd\x21\x45\x3f\x6c\x50\xbe\x94\x1b\x14\xd5\x6d\x6b\x7a\xae\xf4\x5c\xb4\x2b\x7d\xe8\xc9\xfc\xc5\xee\xe9\x6d\x57\xda\x2e\x3a\xbb\x7c\x0d\xa8\x16\xca\xed\x3b\xe6\x03\x60\x83\x01\x76\x05\x59\x5b\xd9\xb0\xb2\x61\x3c\x93\xb2\x15\xe4\xe7\x7a\xa7\xaf\xcb\xf3\x17\x39\xe0\xe0\x5c\xd3\xf3\xbf\xa8\xde\x69\xc5\xf4\xf4\xf3\x7b\xcd\x38\xd9\xf4\xfc\xe4\xec\x7a\xa7\xaf\xa7\x0f\x8e\x9c\x5d\xef\xb4\x62\xfa\x1a\x4c\x52\x38\x5e\x72\xfa\xe2\x4d\x87\x9b\xef\x98\x5d\x36\xe9\xeb\xfe\xf7\xda\xe6\xb5\x4d\xdf\xd5\x17\x9d\xba\xc3\xb5\x61\xb0\x45\xb1\x0a\x6c\xa9\x92\x28\x8a\x65\x27\x4b\x95\x44\x31\x36\xdf\xae\x69\x27\xe0\x1a\x33\xf4\xaf\x6d\xd9\xee\xc5\xe7\xdd\xe9\x97\x65\xbb\x5f\x14\xa5\x1f\x6b\x5b\x36\x7b\xd9\x6c\xba\x65\xd9\x2e\xd6\xda\xc6\xa2\x11\xcb\x76\x31\x29\xdb\x17\xdd\xb2\x7c\x51\x5f\x0c\xb2\xd2\x6b\x5b\xbe\xa8\xaa\xec\x2f\xce\xb5\xdb\x9f\xa4\x10\xa9\x04\x5e\xdb\xee\x15\x95\xd4\xdf\x39\xd7\xee\x53\x65\xba\x95\x65\x8b\x6b\xdb\x7d\xb7\xb0\xea\xdd\xcf\x65\xf7\x8a\x64\x15\x7b\xf8\x43\x3b\xe7\x45\x43\x1b\x65\x6d\xbb\x9d\xb3\x3b\xec\xf8\x08\x0f\x1f\x3e\x15\x47\xbb\x5d\x71\xf8\xec\x5f\xf4\xaf\x2b\x0e\x7b\x87\x5d\x17\x46\xfa\x5f\xb6\xf5\xf0\x73\xf7\x15\x39\xec\x8b\xc3\xec\x2c\xd7\x3c\x6c\xec\x8b\x20\x70\x5b\x6a\x43\x8a\xf7\x97\xdc\xc0\x61\xff\x1c\x0c\x3b\xe1\x2f\xbd\x01\xa6\x6a\x59\x78\xbc\x54\x82\x14\xfd\x1b\x14\x4e\xdb\xff\xe5\x1a\x39\xff\x69\xfb\x4f\x32\xdc\x5e\xf2\xf4\x81\x9f\x94\xb3\x7b\xfa\xd3\x86\x21\xe3\x1f\x83\x46\x5c\x3e\x11\x2a\xac\x71\x4b\xd6\x76\xf9\xc3\x8b\x37\xc5\xc1\xe4\xf2\xc6\x2f\x64\x57\x07\xf7\x7d\xd9\xfa\x4b\x31\x25\x0f\xd9\xd7\x97\xf2\xf6\xbc\x29\xb7\x3f\xbc\x79\x9f\xbc\xe2\xed\xfb\x84\x0e\x64\x52\xd2\xb1\xd4\x81\x14\xd5\x83\x57\xe5\xb6\xad\x37\x4f\xdc\xf3\xdf\x76\xe2\xed\x13\xa7\xad\xb7\x1d\x46\x02\xaf\xfb\xd1\xdc\xb6\x82\x39\xd3\xf2\x4d\x7c\xec\xb0\xc7\x07\xce\xe9\x1f\x6f\x92\xc5\xbd\xdf\x60\xf5\xf8\xc0\x1f\x3f\x07\x7f\x68\xe7\x33\x19\xca\x76\xc7\x4b\x95\x49\x51\xdd\x77\xec\xe7\xb9\xd8\x5e\xe7\x3b\xd7\xcf\x57\xf8\x45\x9b\x0e\xa2\x3f\x3b\xec\xc7\xe3\x4e\xff\xcb\xd6\x2b\xfa\xc2\x7f\x35\x8d\x35\xe8\xbe\xd5\x4d\x2b\x0c\x1a\xfb\x9d\xae\xa6\x15\x06\xdd\x7b\x54\xb1\x52\x0c\xa6\x5a\x56\x23\xa3\x26\x02\x85\xb3\xa5\x86\xa5\x28\x54\x76\x57\x23\xa1\x26\x3a\xbb\x79\xaf\xd6\x3c\x7d\xfb\xde\x73\x4e\xa6\xdd\x6c\xed\x7b\x6c\x93\x63\xfe\xd4\x19\x46\xba\xa7\x91\x3d\x13\xd5\x07\xff\x45\x76\x4b\x54\x7f\x63\xdf\xd5\xba\xcd\xe8\x36\x83\xf6\x77\x7f\x88\xea\x59\xb0\xac\x6f\x35\xe6\xf3\x44\xf5\xa4\x69\xa4\xb7\x44\xdf\xed\x0c\xad\x2b\x88\xf8\x0e\x79\xfe\x17\xe1\x47\xdf\xb4\xae\xed\xb3\xae\x7c\xf5\x8d\x9c\x94\xa8\x9e\xf4\xc6\xf0\xfc\x4e\xd5\xe1\x88\x2e\xf5\x2f\x45\xf5\xa4\x65\xda\x4d\xc5\x2e\x93\xfa\x9e\xd5\x86\x77\xc0\xfc\x5a\x4f\x2e\x4a\xf0\x2b\x5a\x52\xdf\xb3\x14\xc0\x14\x1d\x3d\xbf\xd5\x08\x7e\x45\x90\x00\x5e\x2d\x6d\x07\xf1\x30\x8a\x69\xab\xa5\xf7\x99\xf4\x23\x56\xb8\x11\x0e\x8b\xae\xe1\x54\x38\x53\x0c\xa6\x05\x56\xd3\xe4\x36\x4d\xee\x7c\x3f\x25\x85\x2d\x17\x2a\x96\xc5\x02\xe9\xd5\xca\xe6\x17\x15\x2d\xe1\x7f\xd9\xd4\xb2\x7f\x38\x97\xb6\x14\x74\x66\x30\x56\xd3\x96\x82\xea\xdf\x21\xdb\x35\x19\x42\x30\x49\x6d\xfa\xfe\xbc\x08\x87\x4e\xb5\x2e\x45\xa4\xef\xe7\xb4\x5f\xa7\x19\x3b\xee\x51\x5b\x06\xfa\xf2\xc5\x5e\x36\x62\x61\xd0\xcb\x43\x36\x62\x69\xd0\xfd\x70\x96\xdf\x12\xc1\x6d\x2f\x7a\x7a\xd9\x87\x04\xb7\xfd\x1f\xd4\x2e\x96\x4a\x9b\xe2\x3d\x31\x0d\x5f\xde\x0b\x61\x2d\x9b\x9d\x2d\xa5\x36\x45\xb1\xdc\x6b\x29\xb5\x29\xba\x2e\x46\xd3\xfe\x35\xed\xdf\xe4\x41\xef\x3e\x89\x9d\x51\xa7\xfc\x2f\xcf\xb5\x23\x0e\xeb\x47\xba\xfb\x22\xed\xe4\xfe\x19\x9b\x9a\xc6\x0e\x04\x9b\x6e\xad\x76\xd8\x2f\x87\xfd\xc2\x7f\x1d\x5e\xf1\xf0\x8a\x74\xcb\xe1\x1d\x51\x6e\xd4\xed\xf6\xc3\x1b\x3a\x98\x94\xd8\xfd\xa1\x0f\xe7\xe0\x13\x9d\x34\xe2\xf4\xf4\x4c\x7b\x75\xc6\x77\x25\x3a\x45\x9f\x8e\x00\xda\x1d\xf0\x76\x18\x37\x79\x7a\x93\x4c\x72\x75\x9f\xe1\xe9\x25\x89\x61\xfb\xe4\x92\x9a\x27\x50\xdd\x3b\x3a\xbd\x49\xa6\xaf\xfa\xa4\x77\x4e\x5f\xca\x93\x97\x72\xf2\x54\x4f\x7b\x9a\xe9\xab\x60\x00\x6e\x97\x6d\xa5\x68\xa8\x3b\xaa\x5d\xbe\x0e\x14\x0d\xe9\xb5\x34\xed\x1a\x68\xe1\xe7\x79\xd9\xae\x8b\x76\x2d\xda\x75\xd9\x15\x17\x5d\xb1\xb8\xa1\xcb\x76\x5d\xb4\x0b\x17\xa5\x5d\x36\xe2\x32\x26\xc4\x78\xb7\xdb\xb7\xf2\xe6\xd3\xc0\x77\x52\xe2\x53\xf4\x65\x5b\x6f\x2f\x79\x7b\x49\x0f\x79\x49\x0d\x22\x5e\x45\xd3\x20\x36\x0d\xa2\x1f\xf6\xed\x25\x1f\x6e\x72\xa7\xf9\x8f\xa7\x7f\xac\x64\xe0\xbf\xb4\x6b\xa0\xe9\xc0\x29\xdd\x29\x0a\xdd\xeb\xd5\x1e\x1b\xc1\xbc\x14\xc9\xb6\xd5\x1e\xaf\xf8\xb8\x8b\x02\xf7\xfd\x78\xdf\x8f\xb9\x72\xfe\xeb\xe7\x15\xd9\x85\x48\x9f\xae\x69\x10\xdb\xb7\x43\x2c\x57\xfc\x79\x43\x4c\x2e\x25\xb5\x83\xab\xfd\x3c\x3f\x93\x4b\x48\x25\x2f\xe5\x3c\x45\xeb\xdf\x7f\xf9\xbc\x7f\x3c\xef\xfd\x3d\xd4\x0d\x72\x3b\x85\x3f\xec\x0c\xb0\xba\x01\x2d\x78\xcf\xef\xb1\xf4\x18\x6f\x1d\x6f\x75\xd7\x4a\x82\x42\x5a\x6c\x75\xad\x24\x68\x6c\xc8\xbd\xba\x56\x12\x24\x15\x73\xab\x6b\x25\x41\x21\x4f\xbb\xba\x41\x2e\xe8\xba\x79\xaa\x85\x8a\x42\xd0\x77\x75\xe3\x5e\xd0\xbf\xe6\x1b\xf6\x82\x62\x3f\x89\xd5\x0d\x71\xc1\x60\xa2\x70\x75\x8d\x30\x28\xea\x7e\x56\x37\x9c\x05\x81\xbc\xdc\xea\x9a\xe5\xae\x59\x2e\x0f\x9d\x1e\x3a\x19\x43\xe9\x09\x23\x5c\xd0\xc7\x77\x45\xdb\x85\xde\x3e\x5a\x3c\xab\x33\xa7\x25\x7a\x78\x2e\xe3\xe0\xde\xbf\x61\x95\x9b\xd4\x78\x83\x32\x2b\xa0\x8a\xa9\xe8\x06\x40\xaa\x98\x8a\x0a\xef\xa8\xdb\x0a\x6a\x7c\x46\xf7\x87\xb6\x82\x22\x1e\x92\x4f\x4b\xc5\x52\xf1\x5e\x92\xc7\xa6\x89\x07\xc5\xa6\xff\xab\xb3\xed\x87\x68\xff\x3d\xa4\xf0\x81\xa3\x6c\x4a\x55\xca\x52\xd9\x54\x44\x30\xfe\xf5\xb0\x17\x5f\xb4\xfd\x3b\x99\xbd\x48\x12\x9c\x02\xcf\xd5\x75\x21\x40\x67\x5b\x97\x85\x56\xe9\x87\x0a\xf2\x04\xca\x93\x8a\x96\x94\x73\x2e\xf5\x49\x45\x30\xe5\xbe\x14\x23\x15\xef\xbf\xd1\x8c\x61\x6f\x0f\xc7\x0b\x3c\x5c\x35\x45\x45\x05\xb9\x03\x35\x45\x45\x05\x99\x88\x6e\xa0\x0d\x2a\x9a\x3f\xf4\xc5\x63\x46\x29\x88\xf6\xd5\x0f\x15\x15\xf8\x53\x8a\x85\x8a\xd2\xdf\xec\x65\x37\x52\x5a\x4c\xf5\xda\xea\xe5\x3d\x95\x93\x04\xdc\xb9\x71\x36\x28\x5d\xac\x5e\x36\xa2\x78\xbe\x7e\x36\xba\x0b\xa0\x53\x27\xb4\xba\xd1\x38\x08\xa6\x94\x57\xd7\x5d\x00\x15\xbe\x2b\x46\xde\x6a\x91\xe6\x68\x7f\x5b\xe5\x6e\x78\x0d\xda\xf7\x69\x1b\x3f\x77\xf2\xe1\x81\xcf\xa7\x7a\xa9\x78\x9d\x39\x1a\x69\xb4\x0c\x2a\x08\xc4\xba\xb1\x2b\x68\xa6\x84\x94\x1c\x15\x15\xbe\xaa\xcb\x1f\x2e\x23\x49\xbc\x34\x55\x48\x45\x05\xee\x4a\xdf\xbd\xe6\x8e\x53\x33\x3c\xe4\xc9\x76\xc4\x5b\x08\x71\xfb\x6e\xbf\x50\xec\x12\xbe\x5d\xc6\x9b\xdd\x7d\x62\x7d\x38\xc6\x9b\xa0\x35\xdf\x10\x03\x49\x50\xe1\xc7\x6d\x1c\x09\x8a\xcd\xc8\x96\x5a\xa5\x22\xf4\xe5\xfa\x61\xf3\x8f\xaf\xf9\xdc\x92\xb1\x25\xe8\x3a\x60\xca\x97\x8a\x16\xb8\x56\x5d\x1b\x0f\x82\xba\xa8\xd5\x4f\xfb\x1a\x29\xba\xdc\xbc\x4b\x0d\x3a\x68\xcb\xee\x39\xed\x8b\x93\x0d\xf0\x70\xf3\xfb\x69\xfb\x4f\xdb\xef\x21\x1b\x4b\x9e\x9a\x75\x75\x4b\x91\x53\xf1\x9e\x9f\x63\x97\xfd\x73\x99\x65\xe1\xfc\x9a\x6f\xf0\xfe\x1b\xdd\xa8\xc9\x05\xed\x1b\xe1\x6f\x9f\x12\xd5\xbc\x81\x43\xd2\xb5\xc2\x60\xe8\x38\xf7\xdb\x2f\x81\xed\xde\xd9\x15\x6a\x29\x46\x2a\x22\xfd\x1c\x35\xcc\xa0\xc2\x1b\x37\x2c\x05\x2d\xca\x1f\xfa\x48\x28\x35\x31\xd0\xee\x86\xa5\xa0\xc2\x11\x40\xf3\x0d\xea\x7b\x4a\x46\xaa\xa0\x74\x48\xba\x16\x1d\x14\xb3\x41\xab\x6b\xd1\x41\xff\x46\xcd\xc7\xae\x78\x14\x33\xe4\xe9\x6a\xe4\x41\xdf\x7d\xf9\x1f\x9b\xfa\xa0\xac\x69\x23\x8c\x67\x41\xd3\x49\xee\x5a\x74\x50\x81\x11\xee\x5a\x74\x50\x48\x76\x2f\xb5\x4e\x45\x85\x23\x9f\x06\x1d\x54\x68\x83\x7f\x5e\x11\x1b\x1f\x8e\xd2\x1a\x74\xf0\x3e\xb5\xb7\xf3\x43\x8b\x0e\x16\x42\x10\x2b\x8c\x84\x41\xb0\x0d\xef\x0a\x8d\x3c\x28\x36\x50\x58\x8a\xa4\x8a\xc6\x9e\xd5\x2b\x34\xfb\x9f\x6e\x2a\x6f\x40\x18\x2f\x83\x32\x59\x11\xda\x78\x50\x31\x3c\xfd\xe3\x21\x44\x46\xb9\x49\xc5\x55\x45\x85\x4d\xd5\x08\x47\x63\x9c\xc1\xc8\xa8\xa4\x2a\x1a\xb3\xda\x2b\x0c\x7a\x41\xb1\x0c\x70\x29\x88\x2a\x9a\x69\x6c\x95\x4e\x45\x51\x04\xba\x94\x35\x15\xc5\xee\x30\x4b\x59\x53\x51\x41\x18\x1c\x1a\x49\x50\x41\x4c\xad\xd0\xa9\xa8\xe0\x5b\x08\xed\x21\xa8\xe0\x2b\x52\xfb\x54\x74\x6a\x28\x57\x68\xfc\x40\xd7\x1e\x86\xc6\x0f\x14\x6a\xb4\x2b\x34\x7e\xa1\xf1\x23\xba\x55\x0e\x55\xbc\x0f\x92\x56\x0c\x2f\xc9\xa4\x30\x3b\xd9\xac\x18\x9e\x8c\xbd\xac\xd8\xba\x79\x85\xe1\x33\x68\xcb\x0e\xd3\x1c\x82\x66\xf4\x1c\x86\xc5\xa0\x82\xb8\x3b\x0c\x8b\xc3\x1d\x0f\x37\xfb\xc2\x84\x35\xe8\x06\xfb\x61\x10\x0c\xde\x7f\xf3\x98\xb7\xf9\xa2\xb3\xa9\xf4\x0a\xed\x21\x58\x6c\xbc\xb5\xc2\x8c\x2f\x28\xfd\x05\x25\x52\x45\x05\xe1\xb3\x12\xa9\xa2\xb1\xe2\x72\x29\x7e\x2a\x9a\x03\xb3\xe2\xa7\xa2\xfe\xfb\x2f\xef\xf2\xc5\x2a\xfb\xc2\x2c\x2c\x28\x5d\xea\x30\x0b\xab\xf4\x69\x6e\xf6\xbf\x69\x58\x50\x8e\x32\x4a\x9f\x8a\x0a\x42\xb4\x30\x0c\x05\xf5\x7d\x0e\x9a\x32\xf0\x9e\x8c\x1b\xd7\x96\x81\x72\x94\x0f\x4d\x19\x78\xff\x8d\xb3\x19\xae\x82\x8a\xf8\xbb\xfa\x6b\xa9\xa9\x2a\x8a\xbd\x5d\x56\x98\xcd\x05\xef\x89\x79\xd8\x46\xb8\xa0\xf4\x34\x95\x5e\x15\x2d\xfd\xd2\x34\x92\xa1\x91\x24\x8b\x10\x46\xb8\xa0\x82\x00\x3a\x4c\xdd\x82\x62\x07\xa7\xa5\x3c\xab\xa8\x20\x50\x55\x9d\x75\x7d\xea\xac\x9b\x9f\x9a\x79\x5a\x50\x68\x9b\x2e\x15\x5b\x45\x04\x51\x69\x68\x11\x41\xb0\x05\xcc\x52\x9d\x55\x14\xab\x86\x96\x6a\xaa\xa2\x82\x88\x2a\x8c\x4a\x51\x53\x7d\x2f\xc9\x23\xbb\x3c\xd9\xc5\xa7\x4c\xdc\x18\xda\x35\xd0\xd1\x90\x59\x71\xf9\xac\x5f\xac\xf2\x55\xbd\x6c\x2b\xb5\x97\x85\xad\x08\x33\xb0\xa0\x4d\xbf\x3e\x33\xb0\xa0\x82\x70\x39\xb4\x74\xa0\x7d\x2f\xb4\x49\x59\xd0\x87\x6d\x35\x04\x05\x45\xb9\xd9\x0a\x6d\x18\xe8\x94\x75\xad\xd0\x60\x81\x68\x0e\x31\x8f\x0f\x84\x10\x34\x96\x87\xec\xea\x17\x51\x8e\x3a\x46\x92\x2a\xa2\xe6\xe6\x4b\xae\x2d\x02\xf5\x75\xb5\xe9\x56\xd0\xbe\x7e\xfd\x79\x7e\x66\x55\xd9\xd4\x64\xa9\x92\x2a\x82\x1d\x4e\x57\xfc\x7c\x07\x28\x70\x0c\x82\x76\x85\x53\x45\x05\x29\x87\xf8\x79\xdf\x2f\x56\x69\x51\x7e\xf6\x34\x0b\x4f\x8d\x8d\x43\x8b\x15\x5a\xac\xdd\x43\x3e\xdc\x1f\x0f\x97\x64\x82\xb2\xa9\xa2\x90\x6a\x5e\xea\xa2\x8a\x70\x66\x4b\xc1\x53\x51\xba\x36\xaa\x9b\x8a\xc9\x5e\xef\x6b\x38\x81\x0a\x8a\xfd\x53\xd7\x30\xb6\x04\x81\xfe\xe6\x1a\xc6\x96\xc3\xd8\x92\xf8\x7f\x68\xb0\x40\xa3\x34\x60\x0d\x56\xba\x8a\x96\xac\xcc\x59\xc3\x39\xd5\xf1\xcd\xa9\xf2\xa2\x8f\x66\xfb\x9b\xe3\x1c\xcd\xa0\x7e\x51\x14\x4b\xda\x96\x72\xaa\xa2\xa8\x2f\x5c\x0a\xa0\x8a\xf0\xa3\x51\x00\x55\x54\xec\x9e\xcb\xf6\xbf\xa8\x41\xa8\x34\xb4\x62\x8a\x9d\x26\x26\x5e\xc9\x52\x51\x83\xa8\x65\x68\x8c\x86\x91\x18\x39\x81\xe1\x84\x27\xa8\xd8\x3d\x97\x7d\x11\xec\x61\x8d\x17\x39\x8c\xc4\x40\x0d\xfb\x75\x78\x2e\xd6\x40\xb0\x49\xf9\x1a\xda\x22\x10\xec\x1f\xb9\x86\xb6\x68\x7c\xa9\x5c\x86\x99\x61\x8e\x16\x04\x4b\x5f\x97\xa2\xa3\xa2\xef\xb6\x22\x7d\x6e\xf9\x89\xd2\xbe\x87\x9c\xb6\x04\x81\x34\xef\x52\x14\x54\x14\xab\x7c\x96\xa2\xa0\x22\x9a\x37\x69\xd0\xa5\x02\x28\x85\xce\x4b\x01\x50\x51\x63\xf3\x5c\x5e\x91\xa0\xcb\x38\x7e\x94\xbd\x53\x56\xd2\xd3\xd4\xb2\x77\xca\xb1\xc8\x1f\x7a\x43\x64\x72\xc7\xf7\x5f\xbe\x29\x2f\x6a\x10\x58\x2a\x09\x2a\xc2\xa8\x6a\x68\xfc\x40\x43\xfc\x6e\xa9\x08\x2a\x9a\xca\x70\x6b\x68\x10\x41\xb1\x13\xc5\x1a\x06\x5f\xa0\x06\xce\xf3\x30\xbb\x0b\x22\xed\x69\x73\xb4\xa0\x86\xcf\xc8\x8c\x2b\xa8\xe1\x8b\x62\x84\x06\xfa\xb0\xc3\x76\xdf\x56\xb4\x3d\xbe\xf7\x70\xf7\x87\x3b\x82\x4d\x18\x9f\x61\x34\x06\x02\xcd\x81\xa5\x42\xa8\x88\xf4\x79\x68\x68\x40\x0d\xc2\xdb\xe1\x1c\x21\x28\x6a\xd1\x97\x92\x9e\xe2\xbd\x6f\xce\x6f\xa0\x05\x6a\xf8\x3e\x19\x54\x81\xf7\xdf\xf8\xa9\xd3\x73\xa0\x7d\xed\x37\x4d\x0a\x56\xf9\x74\x8d\xa0\x40\x4f\xdf\x6a\x23\x28\x50\xac\x10\x59\xc3\x08\x0a\xd4\x68\xfb\xdf\x46\x79\x9c\xde\xf1\xe9\x2b\x62\x83\x6c\xe4\xe9\x1d\x73\xc8\x8c\xe9\xf8\xcc\x15\x4e\xc1\xd0\x5c\x81\x42\x90\x6f\x0d\xb3\xa8\xe0\xfd\x37\x3e\x34\x67\x0c\x41\x67\x89\xd7\x1a\x86\x66\xa0\xa8\xed\x5d\xc3\x34\x2a\x88\xdd\x77\x50\xab\x06\x6a\xf8\x78\x2e\x6f\xef\xe2\xa3\x62\xc0\x1f\x26\x5b\x41\x0d\x07\xd6\xdb\xc6\xbe\x28\xf4\xb4\xd7\x30\xf0\x03\x81\xb2\xd1\x1a\x1a\x3a\x50\x26\x9c\x86\xf1\x1b\x28\x54\xbd\x97\x3a\xa7\xa2\xd8\x44\x7b\x29\x73\x2a\x96\x3e\xc5\x78\x3c\xf4\x38\x22\x73\xc5\xc7\x8f\xea\x71\x51\x3b\x5f\x90\xe6\x6a\xfc\xfe\x9f\xb1\x77\x47\xba\x65\xd7\xcd\x6c\xfd\xdb\x8a\xdd\x83\x3b\x49\x26\x01\xc2\x29\xa7\xec\xaa\x3e\xe4\x33\x42\x86\xa4\x13\xa7\xa4\xfe\x57\xe4\x18\x29\xa3\xe4\xac\x6d\xac\x18\x2b\x18\xf3\xcf\x64\xbe\x08\x02\x04\xf1\x7d\x37\x91\x5e\x68\x89\x40\x6c\x3e\x56\xc3\x9c\x20\x90\x05\x59\x9b\x36\x06\xbc\x7f\xe9\xd1\x7c\x4a\x0f\x4f\x89\x28\xc1\x34\xe5\x07\x74\x63\xc5\x53\xe7\x66\xea\xdc\x10\x6f\x52\x3b\x54\xb4\xc9\xe6\xb8\xa5\xee\xa7\x18\xa8\x1a\x2f\x75\x3f\xc5\xa0\xe0\xe6\x9a\x26\xd6\x80\x40\x8b\x70\x29\x05\x2a\x62\xc3\x7d\x9e\xfa\x40\x48\x81\x06\x95\xb5\x97\x52\xa0\xa2\xb9\x12\xab\xc8\xa7\x88\x8d\x39\xcb\x34\x9e\x08\x82\x6c\xc7\xa5\xc6\xa7\x48\xd4\x41\x97\x82\x9e\x62\x38\x71\x52\xaa\x53\xc4\x86\x17\x3c\x29\x67\x28\x9a\xf6\x76\xea\x03\xcd\x2f\x28\xc8\x53\x9a\x1a\x99\x69\x50\xf0\xfb\x99\x7f\x89\xf9\x70\x7e\x35\x5d\x0a\x04\x49\xe5\xee\x35\xf5\x78\x40\x50\x5f\x7a\x4d\x57\x07\x41\x6c\x5e\xa4\x4e\x10\x18\x1b\x01\xd2\xa9\xdd\x01\xb1\xf1\x5e\x28\xb9\x29\xfa\xe6\x33\xd2\xee\x80\x6e\xf4\x5b\xc9\x4d\x11\x1b\x6e\xaa\x62\x9a\xa2\xa5\xbd\x77\x1d\x10\x2c\x72\xe0\xd6\xd4\xdf\x01\xb1\x11\x6f\x98\xda\x2b\x30\x10\x1f\x5d\x53\x0f\x08\xc4\x36\x3c\x96\xfd\x7a\xb1\xe2\x67\x93\xfd\x32\xba\x88\xfb\x3c\x4d\xe3\x01\xef\x6d\xa5\x63\xda\x30\x10\xdf\x75\x1b\x25\x04\x1b\xdb\xf8\x96\x6a\x97\x62\xb8\x9a\xaa\xda\xa5\x18\xd3\x87\xab\x59\x03\x2b\x30\x45\x2a\x5b\x8a\xd8\xf0\xf3\x94\x99\x14\xc1\x5e\xa3\x35\x0d\xe6\x81\xd8\x3c\x96\x6b\x83\x20\x36\xfc\xfa\xa9\x41\x01\x43\x07\x6e\xea\x4d\x81\xa0\xe8\xfb\x9a\x2e\xea\x81\xd8\x98\xb6\x2a\x1f\x29\x62\xc3\x27\x51\x18\x52\xbc\xb7\x82\xfb\xaa\x29\x02\x61\xa6\x88\xc2\x90\x22\x36\x66\xca\x8a\x40\x8a\xd8\x70\x49\x67\xd9\x8b\xc2\x8d\xc4\xd2\x4d\x0d\x16\x18\x66\xce\x4d\x13\x5d\x40\x50\xbb\x7d\x4d\x6d\x18\x08\xca\xbe\xae\xe9\xaa\x1e\x88\x6d\xb3\xc9\xcf\x68\xa7\xf0\x33\x03\xcf\xd4\x86\x81\xd8\xf0\x19\xa6\x9e\x11\xe8\xa4\x54\xaf\xa9\x63\x04\xfa\xf4\x2b\xd2\x31\x52\x63\x92\x1d\x62\x6b\x1a\x77\x04\x63\xf9\x31\x68\x0e\xc1\x7b\x77\xb8\x89\x06\x1e\xc1\x58\x5f\xc7\xbc\x89\xc4\x1d\x1d\x11\xa7\x6b\x8b\x60\x51\xff\x7e\x4d\x83\x8c\xf3\x0b\x32\xe2\xdf\x2a\x32\x29\x62\x63\x06\x31\x5d\x35\x04\xb1\x31\xe1\x9d\x9a\x2d\xb0\xb1\xc7\x71\x4d\x8d\x0f\x88\x0d\x07\x44\x15\x48\x31\xa8\xcd\xb6\xa6\xfe\xd3\xfc\xf2\x57\xd3\x36\x3b\x7b\x32\x8a\xf9\x44\xb4\x3e\x53\xeb\xe3\xb7\x75\xf9\x05\x92\xbf\xba\xc5\xdf\xc8\xf7\x9a\xda\x18\x10\x1b\x76\x74\x9a\xcd\x02\x62\xf3\x51\x98\xa7\x02\x06\xa9\xb2\x6b\x1a\xfd\x03\x41\xc5\x95\xa5\xbe\xa3\x18\xce\x56\xa6\x2e\x17\x08\x6a\x76\x2e\x85\x1b\x45\xdb\x4c\x74\x9c\x3a\x40\xa0\x7f\x23\xb9\x81\x3d\x10\x14\x7d\x5b\x6a\x39\x8a\xd8\x7c\xe9\x75\x93\x40\x5f\x0e\xdb\x06\xf6\x40\x6c\x7c\x67\x61\x10\x0f\xc4\xc6\xb4\x36\x34\x57\x20\x48\xed\x7e\x07\x31\x9b\x2c\xb9\x31\x68\xda\x6d\xf2\xa9\x16\x4d\x87\x4d\x7c\x07\xbc\x95\xe1\xb2\x19\x78\x9f\x57\xd2\x36\x6c\x63\x60\xc2\xf4\x85\x51\x3c\x30\x0d\x3a\x87\x16\x0c\x4c\x57\x47\x42\x0b\x06\x62\xe3\xdd\x0d\xfd\x1f\x10\x1b\xaf\x43\xe8\xff\x80\xf7\x94\x1c\x4c\x4b\x04\x06\x25\xf7\x56\x18\xc6\x03\x13\x15\xae\xa5\x68\xa3\x88\xcd\xbe\x9a\xa4\x09\x62\xf3\x58\x9b\xc7\xda\x78\x07\x70\xe1\x15\x4b\x14\x8d\x2a\x9b\x2b\x0c\x8d\x81\xa6\x8f\xad\x7c\xa2\x78\x3b\xc6\x5f\x9a\x1f\x02\x42\x0f\x25\x34\x15\x60\x33\x03\x28\x1c\xf1\x41\x8b\xef\x0f\xbd\xd7\xb8\x36\xc3\x50\xae\x32\x8b\x62\x94\x37\x56\xc3\x00\x5a\xfa\x48\x5c\x76\x02\x61\x5a\x42\x68\x2a\x40\x9b\xec\x99\x5e\x2a\x2f\x8a\xd0\x89\x0f\xad\x00\xe8\xec\xc5\x5b\x2a\x2f\x8a\xf7\x2f\x39\x81\x7e\x8b\x32\x8b\xf3\xe7\x19\x74\x5c\x40\x98\x31\x18\xba\x1f\x60\xf4\xef\x57\x5e\x67\xea\xe9\x79\x52\xc3\x76\xa0\xb1\xbd\x66\x29\x83\x28\x9a\xa5\x23\x57\x68\x09\x40\x33\xb0\xa2\x04\xe1\x0a\x76\x2d\x50\x8f\x65\x85\xa1\xb6\xf8\x42\x6d\xf6\x43\x4b\x10\xdf\xb6\x05\xac\xa2\x22\x84\x22\xb6\xaf\xc9\xc7\xa2\xbe\x08\xf3\xba\x30\x70\x16\x5f\xe0\x8c\xe8\x41\x98\xce\x01\x62\xfb\x9a\x7c\xc6\xbb\x5a\x34\x5c\xc1\xee\xcd\xfd\x3c\x15\x8f\xe6\x30\x1f\x04\xbb\xb6\xaf\xc9\x2b\x60\x2d\x69\x63\x4c\x0f\x47\x66\x10\x86\x86\x54\x21\x14\xb1\x31\x02\xc5\xe1\xf7\xc4\x96\x04\x73\x36\x43\x17\x00\x84\x1e\x8e\x2a\x81\x22\x9c\xf3\x84\x81\x2d\xd0\x5d\x41\x0d\x07\xe6\x70\x60\xc6\x59\x0d\x5d\x00\xd0\xa9\xed\xb7\x14\x09\x14\x6d\xf9\x3a\x3a\x56\x87\x92\x20\x98\x9f\x70\x09\x07\x84\x91\xff\x70\xbe\x1f\x16\x5f\x61\x9a\xa2\x48\xa0\x88\x89\x1f\xa2\xe4\x9f\x08\x63\x13\x4a\xfe\x89\x70\xb9\x49\x31\xbf\xf5\x89\xf9\x31\xe4\x85\x03\x2f\x08\xea\xf4\x2c\x65\xfa\x44\x20\x48\xb0\xc2\xac\x09\x30\xa6\x2f\x94\xbe\x83\xc2\x7d\xce\xc5\xc2\xe8\x17\x88\x89\x9b\xa6\x4a\x9f\xe8\xe5\x28\xe2\xe8\x0c\x62\x36\x7f\xe5\xcb\xf9\x6d\x20\xf0\x55\x74\x78\x06\x31\xb1\xa7\xa1\x87\x11\x9f\x87\x41\x34\x47\x31\x3f\xd1\x0c\xdf\xa5\x1e\x06\x08\x0a\xcf\xaf\x74\x14\x07\x23\x18\xd8\xd3\xf8\x17\x08\x97\xc6\xd2\x81\x1d\xc4\xfc\x79\xac\x65\xd3\xa2\x69\xd1\x54\x36\xd9\xff\x41\xd3\x6e\xd3\x4e\x53\xd0\x74\xd8\xe4\x82\x39\xaf\x58\x1a\x00\x03\xe1\x5d\x4c\x7d\x1a\x10\x13\xff\x31\x35\x09\x20\x26\x0f\x29\xb5\x08\xe0\x3d\xd8\x9f\xb7\x4a\xad\x34\xad\x02\x74\x6a\xf1\xac\x6c\x76\xbc\x39\xf0\xf3\x8a\xa7\x26\x03\xc4\xec\x36\x9d\x36\x91\xa9\xf5\xfd\xe5\x6d\x93\xb3\x0a\xbe\x04\xe5\x04\x45\x4c\x1c\xd8\x74\x7d\x08\xbc\x3f\x9b\xb4\x79\x52\x72\x2d\x26\x0e\xb8\x12\x83\x22\x26\x1e\xac\x6a\x82\x22\x26\xeb\x81\xe9\xc6\x01\x10\x93\x51\x21\x75\x71\xc0\x7b\x7c\xba\xa6\x01\x02\x31\x71\x2f\x52\x57\x05\x74\x73\xc1\x52\xbf\x04\x6c\x06\x7c\xd2\xcc\x46\x10\x14\x0e\x5f\xa9\x99\x02\x61\xf8\x22\x75\x55\x40\x4c\xbc\xc9\xd4\xfe\x80\x6e\x72\x5b\xea\xaa\x80\x98\xb8\xfc\xa9\x5f\x02\x62\xe2\x73\x2a\x43\x28\x62\x32\xc7\x49\x37\x0e\x80\x98\xf8\xf7\x4a\x0e\x8a\x98\xc3\x5f\xf9\x5e\x12\x5a\x73\xfa\xaf\xbe\xa0\x88\x89\x45\x55\x5f\x50\xc4\x64\x84\x49\x83\x66\x20\x26\xfe\x6b\x6a\x68\xf2\xdb\x37\x40\xac\x33\x4d\x76\x04\x31\x99\x42\xa5\x21\x32\x30\xcc\xf6\x4e\xf3\x1f\x41\xa0\xb8\xbf\x54\x17\x14\x83\x9d\x51\x2b\x0d\x87\x81\x70\x13\x40\xea\x97\x80\xf7\x94\xfe\xcc\x4f\x81\x7a\x67\xae\x55\xa7\x8e\x03\x78\x7f\x46\x37\x8c\x6b\x81\x60\xcf\xf2\x4a\x57\x4b\x40\xa0\x51\xba\x52\x33\x00\xc2\x7c\x0f\x65\x03\x57\x3a\x8f\xa7\xde\xc4\x4a\x4d\x03\x08\xea\x74\x2e\x45\x02\x45\x50\xcc\x7a\xa5\x4b\x23\xe0\xfd\x4b\x6e\x9a\x33\x74\x30\xca\x77\xd1\x20\x16\x88\x39\xfd\x95\xd7\xc4\x0a\x8a\x49\xb0\x69\x48\x0a\xc4\xf7\xae\x68\x67\x40\xb8\x4c\x94\xda\x19\x10\x13\xc7\x4a\x2d\x41\x11\x13\xab\x9e\x1a\x15\x10\x54\x55\x5c\xe9\x34\x1e\x84\xa9\x1a\x69\xaa\x00\x08\x23\x94\x69\x10\x09\xbc\x57\x44\xc7\x5c\xf5\x00\x61\xf2\x54\xba\x9c\x91\xee\x1c\xa3\x96\xc4\x4a\x4d\x01\x48\xb3\xc0\x15\x00\x14\xef\xcf\x6c\xf3\xce\x3a\xf0\x33\x55\x4f\x17\x34\x40\x4c\xfc\xd3\x7c\xbc\xb3\xcf\xb4\x2c\x24\xd7\xe9\x8a\x46\x3e\x5e\x27\x0f\x40\xfb\x90\xcf\xa7\x0c\x49\x93\x5d\xa3\xc0\x56\xf8\x61\x3a\xee\x83\x98\xbc\x7a\xcb\x25\x78\xf0\xf6\x2c\x68\x1b\xb6\x0d\xdb\x92\xb6\x69\x1b\x23\xd7\xb0\x29\x6c\xfa\x6e\x91\x87\x4b\xdb\x58\xc3\x62\xb4\x5e\x0e\xea\xeb\xf7\xdd\xa2\xa2\xed\xb2\x8d\xa7\x3e\x3d\xda\x6d\x13\x7d\xc3\xe1\x5a\xae\x6a\x80\x30\xac\xbe\x1c\xfa\x97\x43\x3f\x63\x92\x42\x84\xa2\x4d\xaa\x4a\x2c\x95\x08\x45\xa0\xf7\xba\x96\xde\x00\x88\x49\x18\x77\x39\x68\x83\xf7\x2f\x39\xa7\xd1\x2b\x90\x28\xd8\x2e\x05\x0b\x45\x20\x7d\xb2\x54\x24\x14\x81\xba\xd1\x5a\x06\xb4\x40\x6c\xe5\xaf\xbc\x19\x14\xe6\xd4\xa1\x5e\x2e\x87\x80\xa0\xe4\xd4\x5a\xae\xcd\x83\x30\x77\x73\xb9\x10\x0f\xc2\x0c\x9d\xe5\xc8\xbe\x1c\xd9\x19\xce\x96\x91\x2a\xd0\x96\x4f\x73\xb3\x5f\x1b\xfd\xc2\xcb\x5a\x9b\xb7\x67\xe3\xd3\xc1\x89\x5b\x2e\x9a\x80\xee\x0a\xeb\x72\x60\x07\xdd\x3c\xed\xa5\x4b\x02\xa6\x51\xda\xa5\xb3\x01\x02\x81\xc2\xb5\x1c\xeb\x41\x77\xdd\x6c\xb9\x6f\x0c\xbc\xb7\xd5\xbf\xf4\x56\x4c\x6a\x37\x30\xf4\x2e\x07\xfb\xe5\x60\x9f\x7f\x2e\x99\xbd\x96\xee\x09\x68\x26\x3a\xab\x7b\xb8\x3e\xdd\xc3\xef\xf4\xbe\x48\xd4\x54\x40\x71\x70\x2d\x8d\x08\x78\x7b\xc4\x4d\x70\xcd\x06\x74\x07\xeb\xe5\x9a\x0d\x08\xa4\xc7\xd6\xd2\xb0\x80\xc6\x9e\xdb\xa5\xae\xa2\x78\x0f\xc6\x4d\xd6\xb2\xac\x4f\x8e\xca\x83\xd9\xd9\xf0\x81\xf1\x97\x66\xd1\x83\x6e\xd8\x4d\x11\x45\x11\x14\xcd\x5f\xcb\xb5\x17\x10\x13\x77\x65\x19\x03\x03\xbd\xec\x85\xee\x0a\x08\xa4\x9b\xd6\x32\x2c\x06\x62\xe2\x35\x2d\x6d\x0d\x68\xc9\x88\xa8\xd4\xa2\x88\xb9\x6c\xb2\x13\x9a\x1f\xa6\x83\x4b\xf3\x03\x9a\xeb\x4b\x4b\xcf\x07\xf4\xe5\xdd\xd1\x20\x81\x70\xa3\xdf\x32\xa1\x00\xc4\xb4\xab\x66\x07\x80\xbe\x1c\x3a\x0c\x81\x81\xa0\xbe\xe7\x5a\xfa\x3d\x4b\xbf\x87\x12\x26\x6b\x69\xdd\x40\x50\xce\x6c\x29\xac\x28\x02\xb5\xab\xb5\x34\x6e\x4b\xe3\x56\x36\xf9\x8c\x08\x8b\x51\x42\x6a\x29\xa2\x28\xde\xe3\x73\xab\xb5\x81\x60\x18\x1e\x5a\xc6\xad\x40\x50\x2b\x6f\x2d\x5d\x21\x10\xd3\x77\xcc\xec\x00\x10\xd3\x8f\xdd\x95\x1d\xd0\x28\x40\xb6\x54\x64\x14\x81\x10\xc4\x5a\x46\xb7\x40\x6b\x0e\x7c\x5a\xc0\x65\xd6\x1b\xe5\x6e\xd6\x72\xa1\x06\x04\x95\x48\x96\x92\x8c\xa2\x37\xdf\x57\x17\x65\xc0\xe6\x36\x93\xe5\xc6\xae\xa5\xa1\x64\xd6\xa0\x70\xa3\xe8\x2e\x3d\x2b\xdc\x28\x5e\x5f\xd7\x36\xef\xcf\xf9\xdd\x1f\x6e\x86\x41\x30\x30\x28\xb5\xbd\x96\xa6\x12\xb4\x49\x61\x96\xa5\xd8\xa2\x08\xd3\xb8\x96\x81\x31\x30\x96\x43\x9f\xc9\x06\x8b\x35\x18\xd3\x6e\x96\x3e\x19\x78\x0f\x66\x9b\x23\x11\xf2\x16\x31\x3c\xa7\x77\x88\x00\x99\x81\xfb\xa5\x9f\x06\xba\x93\xda\x65\x12\x1d\x18\xd4\xc7\x5e\x8a\x34\x8a\xf8\x3e\x38\x97\x6a\xd6\xa3\xbd\x73\xa4\xd3\xec\x82\x30\x10\xbd\x4c\x86\x03\x5d\xff\x54\x91\x46\x11\x06\xe0\x97\xc6\x19\xac\xf0\x95\xd5\x77\x03\xa3\xbc\x22\x6d\x33\x08\x13\x10\x96\x2b\x41\x20\x5c\x06\x54\xc8\x51\xf4\xf0\xcd\xd0\x5c\x83\xae\x05\x2f\x7d\x32\x10\x2e\x6e\x97\x09\x08\x20\x02\xf3\x57\x5a\xe6\xfa\x2c\x33\x53\x64\x25\x20\xc5\xd0\x18\x95\x1e\x18\x88\x60\x9c\x2e\x97\x90\x40\x18\x90\x2d\xf3\xd6\x41\x33\xb4\xa3\x2a\xa4\x18\x81\x4d\x29\xbd\x2d\x10\xa8\x55\xaf\xd2\x9b\xaa\xe6\x1b\xc5\xdc\xbd\x34\xb9\x60\x99\x02\x54\xd4\x9d\x14\x11\xdf\xaf\x6e\x9b\x6e\x0e\x46\x93\x9e\x13\x88\xe0\xeb\x2d\xcd\x2b\x78\x8f\xcf\xfd\x31\x29\x01\x8d\xc9\x08\x5e\x6c\x05\x25\xc5\xfb\xb3\xa2\xcd\x1b\x84\xcd\x0d\x5e\x82\x32\x05\x01\x44\xf0\x7d\x29\x1e\x29\x22\x78\x96\x8a\x42\x8a\x36\x29\xe2\xb3\x94\x80\x14\x41\xe1\xf7\x55\x2e\x0f\x81\x70\x1a\x54\xda\x61\x10\x54\x00\x5b\xa5\xd1\x05\x11\x3e\x25\x8d\x2e\x48\xbf\x2e\x85\x1c\x45\x1b\x5f\x93\xbd\xc0\xc4\x51\x68\x62\x29\xae\x28\x5a\x32\x1d\x56\x5c\x51\x04\x9a\x93\xab\xb4\x5d\x20\xc2\x5b\xa1\x9f\x04\xe2\x7b\xc9\x74\x8a\x40\xc4\xf8\x1b\x89\xd9\x6a\x2f\x8a\x70\x8b\x42\x19\xb0\x03\x61\xea\x52\x69\xec\x40\x77\x7d\xb5\xf4\xa2\x40\xc4\xb0\xc9\xc7\xca\x82\x4f\xe0\x3d\x96\xe1\x3a\xf0\xde\x75\xae\x4e\x6b\x07\x22\x70\xf9\x14\x72\x14\x3d\x98\x10\x29\xe4\x28\x9a\xfa\x99\x4b\x25\x47\x31\xca\x6f\xc8\x0d\x62\x20\x1c\x74\xca\x6c\x3c\x30\x9c\x70\x95\xcb\x47\xe5\x9e\x68\x9f\x97\x76\x12\x44\x60\xdb\xd4\x7b\x14\x81\x12\xd9\x52\xef\x51\x34\x64\x2e\x97\x42\x8e\xa2\x39\x02\x94\xf1\x41\x10\x81\xdf\xa6\x90\xa3\xe8\x6e\x80\x2e\x4d\x27\x18\x66\x01\x2b\xed\x28\x02\x95\xeb\x55\xa6\xda\x81\xe6\x4a\x57\x99\xdb\x00\x22\xf0\xe4\x54\x76\x14\x11\x38\x5f\x2a\x3b\x8a\x51\x5e\x90\x31\x44\x10\x81\x0f\xa5\xd8\xa3\xe8\xdf\xcd\xd1\x79\x04\x11\x9b\x67\xf4\x1a\xf1\x1d\xdd\x28\x5a\xa6\x44\x80\x30\x82\xad\xd8\xa3\x68\xba\x93\xa5\xeb\x08\x22\x18\xca\x15\x71\x14\x11\x78\x80\x2a\x36\x2e\xe4\x19\x23\xfc\x43\xad\x13\x68\xae\x90\x95\xc6\x09\xbc\xef\x0e\x7d\xd5\xb9\xab\xcf\xb9\xf3\xbe\x9a\x0f\x00\x22\xfc\x80\x34\x45\xa5\xdd\xc1\x5d\x55\x2c\x51\x34\x57\xdd\xcb\x85\x99\xb2\xec\x88\xc9\x32\xaa\x25\xae\x4f\x2d\xd1\x5b\x66\x5e\x36\x88\xf0\x89\x98\xd2\x56\x9f\x2d\xf2\x1d\xd6\xca\x94\x56\xc6\x2b\xd0\xa4\x80\x08\xdc\x20\xb5\x11\x45\x43\xc6\x71\xed\x3a\x72\xa0\x8d\xfc\x7e\xd6\x6d\xeb\xec\x49\x99\x34\x0d\x9b\x78\xc9\x30\x33\xbb\x96\x01\xbc\xdd\xf0\x2f\x97\x6d\xcc\xff\x86\x3f\xdb\x6d\xe2\x99\x2f\xcf\x79\xda\xc4\x33\x67\x34\x57\x2d\x51\x0c\xea\xb2\xac\x5d\x37\x6e\x37\x39\xad\x79\x30\x8d\x0a\x88\x60\xe6\xb5\x6b\x54\xc0\x72\x84\xdf\x35\x2a\xa0\x51\xfb\x70\xed\x7a\x76\xe0\x3d\x18\xdd\xd0\xb5\x03\xe1\x77\xaf\xf4\xa2\xe8\x66\x7c\x29\xbd\x28\x9a\xf6\x7b\x77\xcf\x14\x88\xc0\xe7\xdc\xb5\x46\xbb\xd6\x08\xdf\x48\x99\x45\xd1\xf5\xec\x76\xfd\x3f\xf0\xf6\x82\x9e\xe9\x00\x82\xb6\xbc\x24\x8d\xd6\xae\xd1\x62\xc0\xdb\x35\x50\x60\x04\x1e\x9a\x02\x8d\xa2\x07\xb3\x5c\xc5\x18\x45\x73\x77\xf6\xee\x66\x28\x30\xd6\xe6\xaf\x36\x9b\x2c\x13\xcc\xb1\x34\x6c\xbb\x86\xed\x6b\xf2\x56\x0c\x5d\x72\xba\xef\xae\x68\xd0\xf5\x09\x55\x6c\x14\x9d\xda\x7a\x4b\xc5\x46\xd1\x5d\x28\xd8\x35\x75\xbb\xa6\x0e\xbf\x5a\xf9\x44\x11\x6e\x4a\xdf\xcd\x84\x00\xe1\xd6\x11\x75\x11\x45\x9b\x14\x64\x5b\xaa\x20\x8a\x6e\x7c\x74\x37\xd1\x1b\xf4\x35\xfd\x95\xb7\x1a\x9f\x93\xfa\x87\x6b\x77\x7d\x0b\x74\x03\xfe\xbb\xf1\x45\x30\x8c\xee\xef\x7a\x8b\x20\x50\xdc\x5a\xbb\x76\x13\x74\x0b\x2d\x28\xa8\x28\x9a\x1b\x71\x77\xdd\x40\x10\xce\x6e\x14\x4c\x14\x6d\xf9\xd2\x69\x37\x41\xb7\x8e\x83\x1a\x8a\xa2\xbb\x8d\x51\x0d\x45\xb1\xb9\xf6\xb4\xbb\xba\x05\xc2\xb0\xba\xb2\x8a\x22\xcc\x32\xda\x8d\x42\x82\x9e\x58\x6a\x85\x16\x45\x7b\xed\xc3\x1f\xcd\xf2\x6e\xdc\x12\x6c\x66\x2d\xec\xda\xe0\x5d\x21\x24\x46\xc3\xdd\xe4\x77\xd0\x5d\x06\x51\x86\x51\xac\x20\x40\xbc\x9b\xd6\x0e\xc2\xdc\x54\x35\x17\xc5\xfb\x50\xe9\xb7\xbe\x24\x88\x20\x44\xa0\xc2\xa2\x88\x60\x85\x75\x37\xfb\x1d\xc4\xf7\x15\x68\x5c\x41\x2b\x3b\x66\xa6\x3b\x18\xe8\x91\xaf\xdd\xea\x22\xa0\x5b\x0c\x62\xd7\x09\x05\xc3\x8c\x9a\xdd\xd5\x37\x10\x2e\x6d\xaa\xd6\x28\xfa\x37\x54\xb9\xf8\x06\x3a\x92\x50\x4b\x1d\x46\x31\x96\xcf\x46\x4b\x0a\x22\xec\x84\x3e\x28\x68\x68\xb0\x2c\xa5\x19\x45\xff\xc6\x33\xed\xed\xae\xbd\xc5\x5f\x56\xac\x51\x44\xf8\x36\xe8\xa9\x82\x86\x04\xcb\xda\xdd\x12\xb6\x6b\x95\xfd\xf8\xb5\xca\x60\x39\xc5\xdc\xcd\xe9\x00\x81\xf8\xe8\x52\xe4\x51\xb4\xb1\xbe\xbf\xf4\x86\xed\x6e\x57\xe5\x22\x4d\xd7\x00\xc3\x49\x85\x2a\x8f\xa2\xa3\x34\xba\x76\x2d\x35\x68\xe6\xdc\xef\xa6\x61\x80\x61\xce\xc5\x6e\x92\xa1\x8a\x8e\x4e\x28\x77\x77\x71\x81\xe5\x44\x57\x8d\x47\x31\xac\xfd\xb1\xeb\xbb\x82\x08\x02\x1f\x6a\x3c\x8a\x40\x67\x7a\x29\xde\x28\xba\x19\xb9\xca\x32\x8a\xfe\x8d\xd9\xa6\xc4\x83\x66\xdc\x57\xa5\x46\x11\x81\xeb\xad\x52\xa3\xe8\x06\x2b\x94\x65\x14\xa3\xec\x84\x53\x03\xb0\x99\x42\xb7\x3b\x33\xd8\x9d\x19\x30\x7b\xdb\x75\x5c\x41\xb8\x5a\xa2\x2c\xa3\x18\x3f\x6f\xa1\xeb\x8b\x20\xdc\x2a\xac\x2c\xa3\x58\xba\x14\xca\x32\x8a\xf8\x9e\x90\xae\x2c\x88\x24\x9a\x8e\x44\xe3\x87\x08\x4d\xb9\x0b\x93\x20\x3e\xbb\xe1\xbc\x03\x0c\xdd\x62\x65\x19\x45\x84\x03\xbb\x41\x6b\x10\xa1\x25\x37\x40\x0d\xc6\x9a\x1e\xcb\xde\xdf\x0e\x96\xfc\xca\x09\x0b\x08\xe4\x53\xd7\xae\xa3\x0c\x22\x88\xf7\xec\x4e\x61\xc0\x3b\x2c\xf8\x33\x3b\x66\x12\x3e\xde\xd5\x6e\x0e\x0a\x88\xb0\xaf\xce\x74\x40\x37\x0b\x54\xa9\x46\xd1\x5c\x0b\xdd\x75\x8b\x41\xa7\x60\xfe\x3a\x9c\x0f\x81\x11\x58\x84\xc3\xf9\xd0\x61\x45\xe2\xf4\x57\xdd\x26\xcb\xe5\xfc\x68\xda\x6c\x32\xd1\x26\x69\x4a\x9b\x92\x9b\xef\xaf\x4e\x9b\x18\xfb\xbe\xc3\xdf\x36\xdd\x64\x6c\xbd\xd7\x78\x38\xa7\x01\x91\xd8\x20\x65\x19\x45\xa0\x2f\xb6\x0e\x27\x2b\x20\xf2\x67\x93\x67\x6c\x9e\x71\xd2\x54\x36\x59\x5f\x68\xd1\xb4\xdb\xb4\xf3\xab\x46\xd3\x61\xd3\x41\x0c\xd3\x33\x5e\x36\xb1\x55\xff\x3b\xd6\x63\xd3\x37\x4c\x73\x4a\xb3\xfe\x41\x98\x7e\x79\x18\xe6\x06\xe3\xbb\xad\x66\x64\x82\x48\x6e\xbe\x72\x8e\x22\x92\x98\xc1\xe1\x76\x36\x10\x49\x00\x42\x85\x47\x31\x0c\xcb\xaa\xe6\x28\x22\x99\x7e\x1d\xce\x4c\xc0\xdb\x31\xfa\x6f\xe8\x1b\x34\x0a\xcf\xae\x43\x9f\x1b\x44\x12\x93\x38\x9c\x87\x80\x48\xa2\x0d\x87\x2e\xf7\xb1\x7d\x6f\x1d\xe7\x74\x51\x13\x84\x9b\xfc\x95\x5d\x14\x81\xda\xf3\x52\x63\x51\x84\x95\x76\x94\x58\x14\xe1\x12\x8e\x4a\x89\x62\xe9\xac\x2b\x94\x28\xde\x53\xfe\x8d\x9d\x52\x0a\x29\x8a\x30\xb1\xf3\x30\x3f\x13\x74\x67\x20\x87\xa9\x39\x20\x10\x33\x5e\x87\xb3\x19\x10\xd9\xfc\x95\x97\x42\x66\x8e\x75\xaf\x0e\xa3\x00\x20\xa8\x7f\xbe\x0e\xe7\x29\xa0\xa1\x8d\xb2\x0e\x27\x25\x20\x50\xd5\x5b\x8a\x2d\x8a\xa0\xf2\xe0\x3a\x74\xe0\x41\xa4\x17\xec\x0c\xe4\xf8\x66\x20\xf4\xcb\x29\x06\x88\xef\x9b\x72\x8a\x71\xb8\xaf\x1b\x9b\xa0\xd4\xa2\x08\x0b\xbc\x1c\xba\xf9\xa0\x39\xb4\x1f\xc6\xb4\x41\x58\xc2\xe0\x70\x8a\x71\xb8\x73\xce\x3f\xd4\xa5\x07\xe1\x16\xfd\x43\xf7\x1d\x74\x77\xc4\x1c\x7a\xe1\xe0\x4b\xe9\x3b\x9c\x3b\x80\x30\x31\xf2\x70\x47\x1c\x08\x67\x59\x87\x69\x9d\xc7\xb7\xc3\x80\x7e\x19\xd3\x3e\x70\xcc\xd3\xcb\xd6\x31\x07\x91\xcc\x56\xd4\x50\x5c\x08\x26\x46\x62\x56\x15\x4c\x14\xef\x0b\xc2\x29\x9d\x3c\x1c\xf5\xcd\x84\xdf\x73\x2a\xb0\x26\xba\x41\xc3\xd3\x29\x3a\x88\x64\x2e\xa9\x74\x9a\x88\x64\xee\x73\xfa\x1d\x9c\x7e\x07\x4c\x42\x4f\xe7\xe3\x60\x50\xde\x72\x9d\x96\x26\x00\x6d\x9a\xee\x74\x3a\x47\x07\x61\x69\x99\xd3\xd4\x64\x30\x9c\xba\x29\xba\x26\x02\x39\xbb\x75\xfa\xb5\x9c\x7e\x2d\x4c\xe4\x55\x58\x13\x91\x4c\x03\x95\x4b\x13\xef\x29\x6d\x9b\xb6\x4d\x7e\xd6\x69\xf2\x94\x2f\x86\xa5\x9e\x4e\xd7\x65\x40\x37\xb7\xe6\x74\x42\x0e\x22\x19\xbf\x4e\x43\x54\xa0\xbb\x13\xfd\xf4\xad\x06\x9b\x0b\xb6\xea\xa0\x89\xa0\x54\xf7\x52\xdf\x4c\xbc\x1d\xa3\x17\x2e\xd2\x83\xb0\x9c\xcd\xe9\x04\xf8\xb4\x48\xd1\xcf\x26\x4f\x99\x3c\x11\x3e\xb7\xd3\x39\x31\x88\xe4\x1d\x56\xdf\x4c\x04\x6a\x09\xeb\x74\xb2\x0b\xc2\x1d\x7b\xea\x9b\x89\x70\x8b\xfc\xe9\x0b\x0b\xc2\xa5\x9a\xd3\x17\x16\x0c\x2d\x91\x92\x67\xeb\xf4\x85\xf5\xb6\x9a\x61\x0c\x22\x99\x41\xaa\x5c\x26\x22\x09\x22\x9c\x56\x23\x00\x6d\x63\xfc\x38\x7d\x13\xc1\xf0\x13\x39\x9d\xc6\x82\x61\x52\x80\x62\x66\xa2\x1b\xf0\x54\xcc\x4c\x74\xa7\x3a\x8a\x99\x89\xf7\xb6\xd2\x0b\x27\xad\x60\x98\xec\xa2\x74\x99\x68\xe3\x3b\xa5\xb7\x62\x37\x89\x95\xdb\xea\x3c\x16\x84\x1b\x14\x14\x38\x13\xcd\xd5\xfe\xd3\x99\xed\xe9\xcc\x76\xd9\xe4\x45\xb2\x2f\x27\xa7\xdd\xf7\x22\x59\xcf\x41\x4a\x67\x9d\x86\xa5\x40\xb7\xe6\xcd\xe9\xfc\x17\x8c\xc5\xf0\xa7\x0c\xda\x52\xf3\x0c\x41\xb8\x75\xba\xc4\x03\x9a\xcb\x09\xa7\x39\x71\x20\xcc\x61\x3d\x5d\xe2\x01\xc3\xfd\xcb\xa7\x5b\x7c\x40\x5f\xe9\x19\xbd\xa0\x83\xa5\x27\xa6\xb1\xea\xa7\x89\x41\xc1\xfe\xa5\x7c\x9a\x88\x9c\xfe\xa1\xbd\x57\xb4\xc3\xef\xc3\x84\x09\xd0\xdc\x07\x79\xba\x5a\x04\x22\x71\xd4\x55\x4f\x13\x9b\xc5\x15\x4e\x57\x8b\xc0\xb0\xe6\xca\xe9\x24\x1c\x6c\xdf\x4b\xe1\x24\x1c\x74\xcb\xf4\xa9\xb1\x26\xc2\xc8\x83\x12\x6b\xa2\x5b\xda\xf4\x74\x12\x0e\x22\x7d\x42\xa6\xef\x7d\xaa\x6b\xbe\x4d\xee\xe0\x01\xc3\x9a\x4d\xa7\xbb\x57\xc1\x30\xff\x49\x39\x35\xf1\xbe\x60\x9c\xd2\x89\x39\x08\xf7\xfe\x9c\x4e\xcc\x41\x6f\xeb\x6f\xf8\xc8\x6a\xb2\x89\xee\x0e\x16\xf5\xd7\x44\x37\x97\x4f\xb1\x35\x31\xdc\x9f\x7f\x3a\x49\x07\x6f\x8f\x6c\xf3\x1e\xbf\x68\x8b\xd9\xf0\x69\xc4\x10\x44\x12\xbf\x38\x9d\xb8\x83\x30\x59\xec\x74\xe2\x0e\x86\x09\x2e\xa7\xa9\xdc\xa7\x75\x98\x96\x87\xf7\x86\x32\x4b\xd7\x9c\x9c\xae\x67\x81\x65\x90\x5f\x95\x36\xb1\x5c\x1d\x50\x92\x4d\xbc\x7d\xf5\x67\x1e\x9f\x5c\x41\xeb\x04\x9e\x2e\x4b\x81\xfe\xfb\x0e\xe6\x29\xd9\x04\x9b\xcc\x4e\x94\x69\x13\xef\xc1\xde\x13\xa8\xc0\xb6\x90\x5b\x0b\xa4\x18\x97\xda\x6a\x22\x92\x37\xe9\x32\xaa\x08\xfa\x62\x10\x52\x6d\x4d\x44\x12\x09\x50\x6d\x4d\x34\xb3\x1f\x54\x5b\x13\x91\xe9\x19\x1f\x9b\xb0\x86\xcc\xef\x15\x60\x13\x91\x78\xdc\x97\x41\xc5\xcb\xa0\x62\xb7\x69\xd8\xc4\x03\xe1\x7d\x53\x92\x4d\x44\xe2\xe3\x5f\x4e\xd3\x2f\xa7\xe9\xb8\xea\xca\xa8\x89\xf7\xba\x39\x98\x0b\x2a\xa0\x1b\x1d\x50\x50\x4a\x74\x4b\x91\x5c\xa6\x3d\x83\x48\x3c\xdb\xcb\x58\x11\x78\x0f\xe6\xcf\x3c\x01\xd5\xe4\xdd\xea\x72\x69\xc1\x2e\x53\xa1\x1b\xc3\xd0\x65\xb4\x08\x44\xf2\x62\x5c\x4e\xcc\x40\x5f\x8c\x4c\xca\x53\x89\x48\x7c\x5b\xb5\xa8\x44\x24\x8e\xec\xe5\xc4\x0c\x0c\x83\xef\x6a\x51\x89\xa5\x4b\x7f\x39\x57\x03\xcd\x05\xd2\xcb\x45\x14\x10\xc9\x98\x73\x19\xe7\xb9\xac\x99\xd7\x18\xd3\x2e\x6d\x1f\x18\xbe\x51\x97\x86\x0e\x34\x2b\xb9\x5d\x5a\xb5\xcb\x0c\x6a\x74\x00\xd6\x65\x74\x06\xbc\x6d\x3c\x01\xa7\x58\x20\x92\xcf\x4b\x19\x28\xd1\xad\xf2\x72\xb9\xaa\x71\x59\xaf\x15\x6d\x80\x75\x69\x78\x40\x37\x28\x71\xb9\xee\x00\xfa\xf2\x3a\x5d\x77\x50\x5c\x29\xf1\x6f\x95\x4d\x12\x81\x5e\xe9\xba\x1c\x48\x41\x24\x53\xde\xcb\x05\xf5\xeb\xfc\x4e\xc9\x33\x31\x50\x01\xc2\xbd\x33\x8a\x24\x89\x48\x5c\xde\xcb\x01\xf1\x72\xef\x09\xaa\x05\x4b\xdd\x24\x11\xa8\x6a\x2c\xe5\x8f\x44\x24\x0e\x95\x5a\x47\x22\x92\xb8\xc1\xe5\xe8\x07\x22\xf1\x66\xd5\x3a\x12\x4d\x2b\x79\x19\x83\x00\x61\x91\x65\x85\x8d\x44\x37\x30\xa5\xb0\x91\x08\xeb\x77\xa8\x6b\x24\xde\xbe\x72\x7c\x97\xd8\x41\x2b\xef\xbf\x03\x17\x2a\x46\x61\xd4\x5e\x11\x23\xf1\xfe\x25\x37\xc3\xfc\x37\xb0\x59\xc5\xe7\x32\x98\x00\x86\xc5\x46\x2f\x97\xd8\x41\x4f\x56\xfe\x2e\x47\x29\x10\x96\xf4\xb8\xdc\x32\x09\xc2\x6d\x29\x0a\x0b\x2d\x45\x84\xcc\x60\x51\x44\x48\x0c\x4b\x9e\xdc\x8e\x22\x60\x50\xab\x7d\xdd\x8e\x22\x20\xdc\xc3\x71\xeb\x54\xa3\x04\x14\xa6\x50\xa8\x04\x24\x02\x99\xaf\xa5\x12\x90\x78\x2f\x92\xbf\x34\xdc\x0f\x62\xe1\x44\xdd\xae\x47\x83\x30\xc3\xec\x36\x90\x0f\x62\x35\x7f\x35\x6d\x9a\x34\xbd\xb7\xff\x36\xb9\x0b\x84\x65\xcd\x6f\x17\x95\xc1\x30\x2f\x55\x95\x1c\x11\x0b\x6f\x56\x91\x1c\x11\x8b\x97\xff\xd6\x33\x06\x61\x3d\x42\x65\x73\x44\x2c\x7c\x5e\x65\x73\x44\x9b\x2d\xfd\xcb\xd3\x36\xee\x3e\x1e\xec\xed\xfc\x1f\x84\xc3\xba\x22\x39\x22\x50\xcc\x5c\x2a\xe2\x88\x58\xfd\x6f\xac\x2a\xdf\x7a\xb3\xa0\x1b\x10\xbc\x0d\xd7\x83\x70\xa2\x76\x1b\x9b\x07\xb1\x98\x8d\xde\x8e\xca\x20\x90\x22\x5e\xb7\x03\xe9\xfd\x0d\xa4\xc4\xd8\x55\xaf\x11\x6f\x1b\xbf\xd3\x79\x05\xb1\x30\x18\xb7\x63\x24\xe8\x16\xf5\xb9\x1d\x23\x41\x2c\x5e\xd4\x5b\xf7\xe0\x76\x9b\x09\xa2\x1a\x4b\x45\x1b\x11\x0e\x31\xb7\xe3\x26\x08\xb4\x17\xd7\xed\xb8\x09\xc2\x99\xd3\xed\xb0\x09\x02\xbd\xa2\x75\x1b\x1f\x07\x81\xe8\xde\x52\xbe\x46\x84\xf5\x74\x6e\x57\x9a\x41\x58\xcc\x48\xf9\x1a\x31\x16\x6e\x97\x22\x34\x22\x5c\xdd\x53\x83\x46\xbc\xdd\xe7\x2f\x8d\x99\x83\x70\xfb\xc5\xad\xb3\xa1\x2e\x8d\x0b\x21\xb7\x83\x32\x08\x03\x0c\xb7\x3e\x03\x08\xd7\xaa\x6e\xe7\xf4\x20\xdc\x36\x78\x3b\xa7\x07\xdd\x64\xc5\xdb\x39\x3d\x88\xaf\xaf\x4e\xe0\x6f\x2b\x98\xa1\x4c\xb2\x6e\x67\xf0\xa0\x39\xbb\xbd\x9d\xc1\x83\xb0\x0e\xd9\x6d\x92\x16\x08\xb7\x20\xde\x8e\xf9\xb7\x6b\xcd\x48\x93\xac\xdb\x29\x3c\x68\xdf\x1a\xcd\xed\xa8\x0f\x62\x31\x57\xbe\x9d\x64\x83\x74\x2d\xef\x36\xb3\x0a\xc4\x62\x04\xbb\x35\x04\x20\x16\x1e\xe7\xed\x5c\x19\xc4\x62\xd2\x76\x3b\x57\x06\xdd\xc2\x83\xb7\xd6\x02\xc4\xc2\x10\xdf\x5a\x0b\xd0\x4c\xec\xb9\x9d\x51\xdf\x6e\x88\x61\xe8\xbe\x35\x16\x60\x85\xef\x85\x33\x6a\xf0\x5e\x25\x1d\x33\xd4\x0d\xda\xc2\x68\xdd\xae\x8c\xdf\xdf\xca\x38\xf3\xa5\x5b\x0b\x02\xc2\x05\xb8\x5b\x73\x01\x86\x75\x84\x6f\xa7\xb9\x60\x98\x78\x73\x6b\x2e\x6e\xcd\x05\x0e\xda\x6d\x98\x19\xc4\x62\xc6\x7e\x3b\x0f\xbd\x95\x06\xf6\x58\x66\x47\xdd\x96\x08\x45\xcd\x65\xdd\xa6\x2e\x83\x58\xb8\x50\xb7\x83\xfe\xed\xa0\x3f\xfd\x4b\x6f\x06\x3b\x5b\xbe\x57\xca\xa9\x29\x88\xc5\x94\xfc\x71\xc1\x1b\x34\x37\x0b\x3f\xe6\x32\x83\x58\x5f\x53\xd9\xc4\x76\x58\xc6\xe9\x47\x6b\x01\x62\x31\x1b\x7b\x8c\x03\x83\x50\xb9\xe2\x71\x82\x09\xc2\x55\xdf\xc7\x09\x26\x08\x37\x95\x3f\x4e\x30\xc1\x30\x4d\xe4\x71\x21\x1b\x84\xd9\xbb\x8f\x71\x60\xd0\x26\xfa\x34\xeb\x31\x10\x0c\x62\x85\x4d\x87\x4d\xdc\x1d\xa6\x37\x8f\x69\x55\x20\x16\xf3\xa7\x47\x9b\x05\x9a\x99\x5c\x8f\x36\xeb\xd1\x66\xf1\x0a\x3f\x46\x78\x41\x2c\x66\x1f\x8f\x9b\x4f\x1e\x4b\xbd\xf0\x0a\x3f\x5a\x31\xb0\xfd\x08\x44\x3c\xee\x74\x04\xdd\x5a\x52\x8f\x11\x5e\x10\x8b\xd9\x81\xca\x53\xeb\x53\x9e\x42\x84\x67\x29\x3d\x25\x86\x4f\xf2\x31\xe8\x0b\x62\x61\x38\x1f\xd7\xa3\x41\x2c\x26\x0c\x8f\x71\x60\x10\x2e\xce\x3d\x86\xc4\xc0\x58\x7c\xba\x8f\x56\xf2\xd1\x4a\x32\xce\x2b\x63\xb5\x3e\x19\xab\xef\x57\xde\x7d\x0a\x96\x99\x16\xf4\x18\x38\x03\x61\x1d\xfb\x47\x2b\xf9\x68\x25\x19\xa1\x14\xb6\x12\xb1\xd2\x63\x79\xa7\x37\xbc\x32\x2c\xee\x63\x90\x4c\xf9\x2b\xab\x57\x3f\x66\x40\x83\x70\xf3\xc6\x63\x00\x17\x84\x19\xb5\x0a\x56\x89\xae\x93\xae\x60\x95\x68\xce\xda\x1f\x03\x62\x8f\xf6\x8d\x4f\xe6\x71\xbb\x38\xe8\xa6\x66\x3f\x46\x1f\x41\xb8\x7c\xaa\x00\x92\xe8\xd6\xab\x7e\xdc\x2d\x02\xe2\xbd\x85\x7f\x34\xcb\xea\x23\x89\x40\x99\x76\x3d\x4e\xb9\x9f\x6f\xca\xed\xb9\x0c\xff\x80\xcd\x52\xcf\x6a\x26\x89\xcd\xa9\xff\x63\xc8\x06\xc4\xc2\x99\x51\x33\x69\x7d\x9a\x49\x0c\xe5\x6a\x26\x89\x50\x6e\xe1\x71\xc0\x7f\x5c\xb2\x64\xce\xf4\x38\xe0\x83\xee\xce\x0e\x95\x95\xc4\x18\xcc\x56\x1e\xb3\x72\x51\x56\x7a\xfb\xca\xf1\x8d\xd9\x80\x30\x41\xeb\xd1\x17\x00\xc3\x95\xba\xc7\x98\x0d\x18\x16\x13\x7b\x8c\xd9\x80\x6e\x71\x18\xd5\x96\x44\x47\x36\x6b\x3d\x7a\x0c\xa0\xa9\xc2\xf1\x18\x67\x01\xc3\x70\x9f\xfa\x4b\xa2\x9b\x3a\xfd\x68\x4e\x9e\xcf\xaf\xf0\xf6\x68\x4f\x40\xdb\x5c\xbf\x55\x81\x49\x34\xcd\xce\xa3\x11\x00\xcd\xb0\xa0\x02\x4c\x62\x98\xf5\xf8\xe8\x44\x80\x70\x9d\x49\xb1\x25\xf1\x9e\x93\xcb\x74\xc0\x07\xa1\xf5\x78\x74\x06\x9e\xcf\x19\xf0\x9e\x99\x0a\x05\xc2\xf0\x87\x02\x4c\xa2\x59\x90\x4b\x01\x26\x31\xbe\x17\x43\x97\x01\xc4\xc2\xcb\x52\x93\x49\x0c\xd7\x9f\x1f\xc3\x1f\x8f\xe1\x8f\xe6\x19\xbd\xd9\x6c\xa2\x59\x78\x6c\x2a\x32\x89\x6e\x1d\xa4\xc7\x88\x08\x88\x85\xab\xf4\xb8\x20\x09\xde\xee\xd3\x0b\x57\x24\xc1\xd0\xb1\x7b\x34\x58\x20\x5c\x7e\x54\xcb\x69\x21\xdc\x14\xeb\x3b\xbe\x1d\x43\xd1\x81\x68\x74\x29\xd2\x24\x3a\x4b\xf1\xa5\x48\x93\xe8\x38\x16\xa5\x48\x93\x78\x7b\x61\xdb\xb0\xed\x75\x82\xd0\x8a\x2a\x15\x99\x44\xac\xf2\xf8\x61\x13\xb2\xd5\xef\xdc\xa3\x54\x64\x12\x41\xa5\x9d\xfa\x11\x37\x11\x81\xec\x5a\xa9\xc8\x24\x82\xef\xa6\x7e\x38\x41\x62\x74\x7f\xd5\xec\x3e\x1a\x4d\x48\x97\x97\x1a\x4d\x22\xd6\xeb\xcf\xd6\xaf\xd9\x55\x2a\xc9\xfc\xbe\xa6\xcd\x26\x16\x54\x37\x2e\xa8\xd9\x7b\x2d\x5d\xd9\x64\xef\x89\xae\x90\x9e\x55\x8a\x36\x89\x3e\xbf\x63\x95\x4d\x58\xa2\xc9\x35\xb2\x08\x2a\x06\x45\x44\xeb\xd7\xbc\x46\x56\x3c\xc9\xd8\xaa\x5f\xf3\x1a\xf1\xd7\x50\xc8\xaa\x5f\xf3\x1a\x49\xe2\x62\xde\x5d\xbf\xee\x35\x22\x6e\x8f\x5b\x54\x0a\x40\x89\x28\xef\x7d\xf7\x11\x91\xea\x45\xaa\x60\xfd\xba\x97\xdd\x29\x23\xbb\xf9\x2b\x7b\xcf\x56\x1f\x72\x4a\xeb\xc7\x1a\xa8\x68\x93\xa5\xb1\xfa\x75\x3b\x86\x72\xeb\x5a\xdc\xe9\xe1\x29\x91\xb6\xa0\xc2\x63\xfd\x86\xa7\x1c\x2c\xa0\xbd\xdf\x4c\xfd\x86\xf7\x10\x77\x10\xd7\xb5\xd4\x92\x12\xc1\x7a\x6d\xfd\x30\xad\xa2\x75\x6f\xeb\xf0\x1e\x62\x5a\xc9\x14\x2c\xa5\xa4\xc4\xd8\x7c\xe7\x86\xfd\x1a\xbe\x14\x1c\x6b\xb3\x5f\xc8\xb4\x52\x99\xb3\x7e\x9b\xfd\x42\xbc\x3e\x7c\x81\x37\x1f\xf7\xb7\xea\x5a\xfe\xcc\xbe\x6e\xe4\xd5\x78\x45\x9b\xb7\x87\x15\xa8\xf4\x8a\x36\x3b\x86\x6d\xad\xc6\x1d\xdb\x7c\xb8\x2c\x40\x61\x5b\xeb\xb7\xf9\x4e\xe3\x81\x76\x5f\xa7\xcd\xe7\x8d\xb9\x25\x95\xa0\x7e\x9b\xdd\x27\xbb\x8c\xb2\x76\xf5\xdb\x7c\xde\xa4\x8d\x55\xe3\xe6\x4f\x1f\xdb\xe4\xc3\x6a\x1c\x6b\xda\x7d\x32\xc9\x50\x1f\xa9\xdf\xb4\xf7\x14\x11\xfd\x2e\x68\x7a\xa7\x59\xb4\x45\x83\xad\x14\xc2\x12\x81\xa8\x62\xfd\xa6\x17\xf4\x22\x37\xaf\x71\x7a\xa7\x27\x25\xb8\x1c\x17\xa6\x5d\x9d\xde\x69\x3a\x11\xbe\x87\xa4\xa0\x0d\x3f\xbf\xf0\xe6\xb3\x08\x96\xf1\xe7\xbd\x51\xf5\x0b\x2f\xce\x0c\x35\xbb\x1d\x5e\x49\xa0\xdf\xe8\xa3\x0f\x9f\x43\x90\x47\x34\xf8\xac\xc3\x2b\x61\x53\x6c\xf9\x15\x84\x57\x62\xf9\x1e\xef\x5d\x78\xd3\x5f\xf4\xf5\x35\x79\x25\x64\xa8\x0d\x5f\xc9\xf0\xa6\xb3\x64\xcc\x3a\x66\x29\xaf\x25\xa2\x3a\x67\x4c\xfb\xf5\xa2\x6f\x3e\xf9\xf4\x0e\xe3\x4f\x57\xe7\x83\x4d\xbb\xca\x9e\xa7\xf4\xbb\x4b\xbb\x9a\x48\x2e\x0e\x7f\xe5\x2b\x83\xd7\xdd\xca\x26\x6f\x7a\x52\xb0\x62\xd1\xaf\xb4\xf7\x2c\x2c\x57\xe7\xd1\xa4\x5d\x65\x17\xee\xe6\xa8\xb1\x7c\x0e\x2c\x2c\x53\x5e\xb0\x7e\xcb\xe7\x80\xb7\xce\xa6\x9e\xfa\x2d\x2f\x68\x79\x41\xf4\x7e\x79\xef\x5f\x4c\x2a\x17\x94\xba\x5b\xa2\xb1\xd3\xb5\x54\xd4\x12\xb1\xca\x5f\x79\x41\x6e\xf2\xfd\xba\xbf\xbc\xf9\x2c\x0d\x96\x03\xd5\xf2\x22\xf1\xf3\x11\x32\xaa\xdf\xb2\xfb\x08\xf5\x53\x1c\xa4\x7e\x65\x5f\x5f\x8c\xe5\x90\x5d\xde\xe9\x2f\x86\xea\x39\xcb\xe3\xbb\x63\x98\xe2\x4c\xa5\xa8\x96\x78\xdb\xb8\xa8\xdd\xeb\xdc\x35\x4d\xc5\x4d\xdb\xbd\xd0\x9d\x2f\xc8\x01\x79\xf7\xc9\xbd\x18\xe1\x5b\xbf\x7b\x55\x64\xa6\x95\x8f\x69\xf7\x0a\x76\x1d\x5e\xae\x60\xf7\x0a\x76\xaf\x80\xae\x1d\x5e\x01\x0e\x7b\xf9\x76\x1e\xde\xc7\xe3\x1b\x5f\x38\xe5\xe1\x55\xb1\xad\x8a\x0a\x3e\xf5\x3b\x3c\xe5\x81\xcc\x8c\x26\xe6\xf4\x60\x08\x5c\x36\xed\xc9\x69\x2f\x4e\xf5\x0a\x38\xd6\xe9\x4b\x7c\xaa\xa2\xc6\x29\x2f\x9f\xd3\xa5\x17\xe6\x5f\x5e\xde\x20\xdc\xe2\x1a\x1c\xff\xf2\x9d\xba\x8c\x59\x7b\xce\xcb\xa3\x5d\xa4\xbe\xd9\xb3\xdb\x6e\xb0\x4a\xb4\x34\x45\xb7\x77\x96\xc9\x14\x75\x63\x4a\x5d\x2a\x11\x64\xdd\xd7\xef\xf6\x92\x50\xe6\x60\xaf\x6e\xfd\x6e\x4f\xc9\x2e\xe2\xcd\xa6\xc7\x3f\x34\xd7\xea\x9b\x2d\x3c\xde\x9f\xc7\xbd\x57\xf4\xe2\xf1\x9a\x1e\xc6\x5f\x47\x9d\xc7\x83\x31\x67\x21\x27\xa0\x54\xa1\x12\x51\xd8\xb5\xd6\x6c\x6a\x36\x35\x9a\xa6\x4d\x6c\x7a\xa2\xaf\x4d\xdb\xdd\x74\x5c\x9d\x41\x34\x8d\x37\x08\xc4\xc3\xaa\xe1\xa5\x8a\xf7\x67\xb4\x69\x38\xc1\x62\xb7\x44\x35\xf2\xa1\xc5\x60\x17\x7a\x35\x62\xa6\x22\x48\xd5\x2c\x25\xa1\xc4\x7b\xb0\x41\x9b\xbd\x1d\xf6\xd6\xa6\xdd\xa6\xdd\x9f\xf9\xa7\x9e\x60\x5c\xb6\xbd\x77\xa8\x11\x23\x15\x6f\x5b\xd0\xe6\x25\x50\x36\xb4\x7b\x38\x4d\x14\x88\xda\xfc\xcb\xc3\x26\x14\x94\x82\x2b\xd8\xbc\x50\x76\xd3\x22\x9c\x50\x4d\xab\x05\xc6\xf8\xfe\xf0\xb6\x89\x3c\x36\x86\xec\x36\xbd\x00\x8a\x5a\x53\x70\xbd\x14\x7b\x12\x9d\x28\x50\x35\xed\x51\xd3\x1e\x6d\x1c\x5e\x7b\xd4\xb4\x47\x4c\x07\xdb\xb4\x5f\xec\x96\x9d\x9d\x01\xba\x69\x57\x5a\x7c\x37\x8d\xce\x86\xe7\x0c\x66\x1b\x7c\xfb\x4d\x63\x02\xa2\x36\x7f\x65\x37\xe2\x7b\xd1\x8a\x36\xdf\x84\xe0\x43\xdc\x6c\xf2\x96\x51\xbd\xb4\x7c\xab\xc2\x5b\x16\xd6\x01\xf0\x57\xde\x1f\xaa\x97\x52\x22\xbb\x9a\x76\xa2\x69\x27\x18\x30\x5b\xda\x0b\x96\xab\x8a\x19\x48\xd3\x74\x80\x8e\x9a\x57\x35\xed\x04\xe8\xd4\xb9\x2e\x45\xa7\x44\x77\xe2\xa5\x28\x94\x88\x9a\x5c\xa4\xe3\x31\xe8\x9b\x0f\xc9\xb1\xb7\x39\xf6\x4e\x6e\xff\xf2\x2e\x12\x50\x2d\x0f\xbf\x7c\x94\x0b\x5b\xf8\x37\xd6\x98\xab\x2d\x9f\xb4\x22\x12\xdd\x87\x58\xbe\xd2\xc5\x16\x0e\x7b\x54\x76\xb2\x98\x5f\x05\xe7\x2a\x3b\xe9\x6e\x1f\x06\x61\x45\xa1\x44\xa7\xb4\x73\xb5\xf2\xf8\xf5\x1d\x9f\x36\xc7\x6f\x10\x35\xf9\xcb\xdd\x67\xb8\x23\x66\xef\x17\xe3\x58\xdd\xac\x19\x84\xd4\x68\x35\x07\x6b\x10\x35\x79\x3a\xbb\x77\x61\xf7\x2e\xf0\x2a\xed\x76\x63\xa7\xca\x81\x6f\xd7\xee\x8d\xd9\xbf\x6e\x78\x82\xc7\x36\x86\x79\xc6\xac\xe6\x30\x0f\x92\xc5\xdc\x6a\x87\x9d\x25\xd9\x78\x22\x3f\x5a\x2a\x4a\x89\xa8\xe0\x9a\x1c\xf9\x15\x94\xaa\xe0\x36\x3a\xf2\x37\xab\xa7\x0e\x9b\xec\x3f\xab\x78\x85\x69\x6f\x87\x9d\x3d\x1c\x79\x7c\xd8\xa7\x0f\x80\x14\x89\xf2\x6e\x9f\x7e\x58\x2f\xc6\xe6\xeb\x75\xfa\x00\x48\x7e\x68\x76\xec\xf4\x94\x2f\x3a\x1a\x28\xa5\x56\x94\x08\xa4\x8f\xaa\x9d\xde\x32\x02\xba\xd4\x92\xa9\x76\xda\x0b\xa5\x93\xfd\xac\x4e\x6f\xd9\x49\xba\xe6\xb2\x13\x3e\xcc\x93\xca\x79\x8e\x01\xa7\x37\xd1\x7d\xb8\x8b\x3f\xbc\xec\x3d\x55\x2c\x9c\x64\x2b\x3b\x25\x5a\xfa\xf6\x5e\x5e\x10\xcb\x86\xe5\xd8\xa4\x79\x03\x2b\x1c\xe4\x2f\x2f\xe8\xc5\x68\x8e\xde\x97\xf7\xf0\xc5\x62\x2f\x5a\x35\x6d\x60\xd3\x06\xfa\xde\x5d\x5e\xd0\x8b\x46\xad\xa7\x6a\x9a\x45\xd0\xa7\x0f\x57\xab\xd8\xb4\x8a\xda\x90\xcb\x0b\x62\x09\xb2\x1c\x00\x34\x94\x20\xa8\x33\x56\xaa\x5a\x89\xf1\xb3\xf7\x1a\x4a\x54\xad\x56\x68\x08\x6e\xaf\x91\xd4\x89\xf4\x09\xdd\x5e\xe3\x8d\xb9\x5b\x1e\xcb\x7e\xdd\x76\x82\x97\xe2\xf1\x16\x5a\xb5\xb5\xfb\x20\xb5\x9d\xed\xe1\x86\xe1\x82\x34\x6d\x27\x78\x7f\x46\x37\x1e\xef\xc5\xe3\xd8\x8a\x41\x55\xc4\x4a\x44\xa5\x67\xf0\x32\x59\x96\x2c\x26\x47\x5d\xbf\x1d\x2c\x36\xc0\x95\xea\x54\xa2\x4d\xf4\x6c\x4b\xe1\x29\xb1\xd8\xee\x56\xaa\x4c\x89\x81\x10\x60\xa9\x32\x25\x1a\x75\xf6\x4a\x95\x29\xb1\x8c\x0b\x74\x1d\x77\x10\xc5\xdd\xe8\x7a\xe9\x20\xd0\x83\xa8\xae\x59\x07\x51\x59\x34\x79\x78\xdd\x68\x26\x12\x9d\xf4\x5f\xf1\xf6\x95\x53\x12\x30\x16\x89\x38\x43\xa9\xf9\x24\xa2\x92\xee\x13\x1d\x16\xef\x5f\x76\xda\xec\xc6\x20\xd9\x88\xbb\xa8\x4c\x53\x7d\x32\x4d\xbc\xfd\xca\x34\x89\xf7\x2f\x07\x6d\x9e\x73\xb0\x41\xc5\x9b\xa1\xa5\x07\x8b\xed\x80\xd5\xf5\x74\xc1\x62\x4f\x5f\x75\x22\xc6\x22\xfc\x94\x14\x78\x12\x2b\xec\xff\x66\x67\xb7\xaf\xb3\x74\x43\x57\x17\x8c\xd6\xfc\x4b\xef\x19\x51\xe4\xe2\xeb\x55\x06\x4a\xbc\x7f\x49\xcf\x9c\x5b\x80\x60\x9b\x41\x75\xa7\x16\x5d\xef\x77\x79\xfc\xc3\x26\xbe\x2f\xdc\xf2\xee\x0c\x01\x2c\x36\x20\x96\xfa\x51\xf5\xe9\x47\x21\x05\x5c\x7d\x7a\x01\xac\xbf\xb2\x77\xab\xfa\xf4\x99\x4f\x94\x55\x18\x0b\xfa\xb4\x67\x04\xa0\x6b\x71\x30\x5d\xd6\x6e\x1d\x58\x8c\x9b\x2a\x53\x22\x8a\xd9\x40\x77\x22\xd1\xad\x0a\xf8\xf3\x0f\xed\x98\x5e\x2c\x71\x8c\xae\x17\xdb\x95\x73\x46\x7d\xb8\x54\x9e\x12\x83\xb2\xee\xa5\xf2\x94\x08\xa4\xa1\x4a\xe5\x29\xd1\xd9\xbb\x55\x5d\x3f\xb5\xeb\xa7\x62\xbc\x14\x90\x12\x1d\xe9\xcd\x52\xfb\xa9\xd0\x7e\x5a\xec\xfb\x2b\x75\x9e\xc4\xc8\xdf\x9f\x6b\x7e\x55\xd7\xeb\x03\x2d\x3d\x95\xfe\x1c\xe8\xc3\x87\xb3\x7c\xd2\xe4\xb1\x7c\x9f\xa8\xce\x1b\x58\x54\x51\xa9\xae\x0b\x06\x3a\x49\xbb\xd5\xcb\x63\xb1\x86\x5a\xde\x02\xbd\x32\x10\x3a\xa8\xbd\xbc\x05\xa4\x13\x57\x79\x2c\x0f\xcf\x56\x24\x12\x4f\xaa\x97\xcf\x06\x85\x48\x67\x3f\x5d\xcf\x0d\x44\x31\x02\x77\xe7\x07\x20\x9c\x56\xf6\xdd\x1b\xe5\xf6\x21\xcc\xb7\x5a\x51\xa2\xa7\xdf\xd9\x61\x57\x59\x1c\x1d\xdf\xeb\x76\xf8\x97\x04\xc6\xa9\x7f\x5f\xca\x3b\x89\x40\x60\xa8\xfa\xe9\x73\xb6\x3a\x78\xb7\x67\xda\xbf\xee\xa6\x9c\xee\x03\xd3\x8e\x81\x28\x66\x33\x5d\x3b\x06\x96\x73\x1e\x85\x9b\xc4\x08\x07\xa7\xcb\xae\x5d\x24\xdf\x87\x4d\xde\xc5\x0b\x4b\x80\xc9\x55\xb8\x49\x2c\xb6\x06\x95\xc2\x4d\x62\x19\x1c\x54\x7f\x49\xb4\x89\xd8\x6e\xf5\xdb\x5e\xdc\xf6\x82\x8e\x69\x69\x40\xa7\x84\x60\x29\xad\x24\x16\x7b\xc8\xaa\xdf\x1e\xff\xf6\x66\x70\x91\xb7\x4f\xe9\x66\xe1\xe0\x3b\xbc\x37\x1b\xc7\x0d\xed\xcd\xea\x8f\x17\xf9\x62\x50\xc3\xae\x14\x60\x12\xfd\x7b\x09\x1e\x5f\x02\xf2\xf6\xc2\x6f\xf6\xf1\x8c\x2f\x96\xee\x86\x02\x4c\x22\x7f\xd8\x6f\x05\x98\xc4\x8a\xef\x8c\xbe\x17\x26\xf7\xd9\x2f\xed\x13\x58\xec\x74\x2c\xf5\x97\xc4\x22\x09\xbc\x14\x5b\xaa\x4f\x6c\x09\xfd\x81\x52\x5a\x49\x74\x12\x43\x6a\x68\x9f\xc0\x7b\x5f\xfd\xd9\x63\xdb\x43\xcf\xf8\x99\x06\x0a\x74\xd6\x25\x6b\x68\x7a\x86\x7b\x7a\x59\xd1\x28\x84\x96\x3e\x74\x6a\x53\xd4\xd0\xa3\x04\xf9\x63\x9c\x18\x86\x83\x41\xfe\x70\xda\x86\xe1\x60\xb0\xd8\x5a\x58\x43\x3b\x06\x16\x3b\x2e\x6b\x18\x0e\x1e\xed\x7b\x09\xf8\x99\xf1\x60\xd0\x29\x0f\x57\xc3\x78\x30\x58\xec\x64\xad\x61\x3c\x18\xe4\x0f\xdf\x51\xd5\x27\x91\x3f\xa6\xc2\xa3\x7b\x49\xdd\xb7\x73\xd1\xe4\x2d\xeb\x68\x75\x0d\x8f\x95\x36\x69\x2c\x86\x07\xf3\xc2\x3b\x7e\xbf\xf7\x87\x0d\x36\xa2\xb3\x88\x55\x43\x03\x0b\x36\x94\x05\x6b\x18\x5b\x06\xf9\x63\x76\xaf\xaa\x94\xe8\xe4\xba\x97\x12\x52\x62\xfb\x79\x45\xc6\x96\x41\xfe\x7e\x36\x79\x5f\x87\xf7\x95\x33\x0e\x3b\xf1\x22\x7f\xb8\x30\x43\x8b\x08\xf2\xe7\x7b\xa1\xf9\x1b\x9f\xf9\x23\xb8\x31\x34\x7f\x60\xa1\xd9\x50\x2a\x41\x89\xf7\x95\xf2\x68\x9e\x60\x43\xa5\x8c\x0f\x7a\xe8\x34\x0f\x57\x56\xb1\xdf\xca\x3e\x89\xf7\x04\xdc\x6c\x5d\x64\x30\x90\x99\xa9\xa1\x8b\x0c\xf2\xc7\xa4\x70\x68\xff\xc0\x72\x58\x19\x5a\x36\xd0\xf5\xe6\x87\x21\x5b\x90\x3f\x6f\xbf\x96\x0d\xe4\xcf\x57\x51\xcf\x17\xbc\xbd\xe0\x06\xe9\xe7\x82\xb7\x8d\x6e\xe8\xe8\x82\x46\xda\x5e\x0d\x23\xa9\xa0\x4d\x12\x8e\x6b\x18\x4a\x05\xf9\x63\x4d\x66\xa4\x27\x4d\x46\x24\xa6\x8e\x2a\x52\x89\xc6\x5a\x57\xa9\x35\x25\xf2\x87\xc3\x35\xb4\x80\xa0\x4f\xdf\xcf\xe5\xaf\x96\xd3\x74\x9a\xca\x5b\x56\x3c\x3a\x66\x5e\x8a\x38\x89\xfe\xfb\x7e\xe5\x2d\x7b\xd1\x97\x37\x43\x1b\x34\xb4\x41\xcc\x5f\x87\x36\x68\x18\x3d\xec\xbe\x8c\xba\x9a\x60\xb1\xf9\xb5\x86\x46\x08\xb4\x6d\xfc\x79\xa1\xb9\x54\x6f\xaa\x4f\xbd\xc9\x00\xcc\xd0\xed\x1c\xaf\xdd\x4a\x54\xf0\x6b\xec\x5e\x31\xa5\xc6\x7f\xde\xf7\xc3\xbb\x77\xf8\xc8\xe8\xa5\x66\x0b\x24\x62\xa5\x35\x74\x14\xc1\x7b\x7c\xee\xa8\x61\x43\xf0\xb6\xf1\x2c\x4e\xbf\xef\x93\xef\x9b\x29\xd7\xd0\x53\x04\x8b\x1d\xc6\x35\x74\x0b\x41\x3a\x41\x51\xbe\x49\xbc\x07\xe3\x9e\x6a\xf0\x40\x6a\xc4\x87\x8e\x1b\x18\xcd\xdb\xac\xe3\x36\x5e\x53\x96\xa8\x9b\x95\x62\x4d\x22\xd9\x75\x51\x43\x67\x0b\xa4\x01\xcd\xa1\xb3\x35\x74\xb6\x98\xec\x0f\x3d\x2b\xd0\xd2\x2b\x37\x04\x09\xde\x8e\x71\x49\x1a\x3c\x90\x54\x93\xaa\x71\xfb\xc6\xdd\x8c\x0c\xcc\x82\x87\x61\x49\x90\x94\x4d\xab\xa1\x91\x02\x8b\x14\xd3\x1a\x5a\xa4\xf1\x7c\x17\x4e\xcf\x0c\x38\x8e\xe7\x7b\xf1\xdf\x2b\x57\x4f\x49\x24\xe2\xc9\xa5\x78\x92\x48\x14\x83\x4b\x75\xa3\xfa\xd4\x8d\x5c\x05\xda\x34\x23\x20\x11\xfe\x2d\xc5\x8d\x44\xa2\x40\x5d\x9b\x7e\x0e\x48\x54\xbc\x6b\xd3\xb0\x80\x4e\xa5\xd8\xda\x34\x2c\x60\x18\x96\xdc\x34\x2c\x9b\x86\x05\x5b\xb0\x69\x0b\x40\xba\xea\xb7\x39\x30\x83\x64\xff\x44\xa9\x77\x24\x96\x16\x7b\xd3\xcb\xd9\x94\xa7\x60\x97\x53\xa9\x81\x24\xd2\x77\x76\x73\x3d\x0f\x24\x9a\xbb\xa5\x2c\x92\xe8\xae\xe8\x6e\x8e\xcc\x9b\x23\x33\xdf\xda\xa6\x4b\x03\xde\xe3\xd3\xe6\xea\x1d\x48\x54\x66\x6b\x73\xb4\xde\x1c\xad\x79\xb1\x37\xfd\x17\xb0\x48\xfb\x2d\xd5\x93\xea\x53\x4f\x62\xee\xbb\xe9\x4b\x6c\xaa\xef\xe1\x25\x6c\x8e\xc2\x20\x11\x45\xad\xcd\xd5\x35\x30\x48\x99\xab\xcd\xa5\xb4\x4d\x3d\xbe\x8e\xfd\xd9\xf4\x2f\x40\x22\x0b\x57\x0a\x2a\x89\x74\xf5\x7c\xd3\xbf\x00\xe9\x32\xef\xe6\x28\xbc\x39\x0a\x7b\x7c\xdd\x0b\x90\x64\x10\xd7\xe6\x20\x0c\xf2\xe7\x9b\x12\x1e\x3e\x1c\x9e\xec\xbf\xa3\x2b\xc8\x9f\x77\xcc\x00\x24\x78\x7f\xc6\x95\x3b\xe2\x82\xfc\xd9\x7f\x7d\x0e\x90\xbf\xef\x60\xa7\x4d\x0c\xc2\x78\x10\x9b\x0b\x4e\x20\x7f\xdf\xb1\xbc\xa4\xe4\x92\x98\x83\x6f\xae\x41\x81\xd4\x6e\x6d\x2e\x38\x81\x44\x68\xbf\x14\xc0\x10\xc3\x71\x65\x1a\xe0\x04\x6f\x5f\xdf\x5b\xa6\x02\x86\x18\xa4\xa4\xd6\x34\xe8\x09\x12\x51\xb0\x9a\xba\x36\xa0\xb3\x61\xb0\x14\xc5\x10\x89\x4c\x58\x4d\xe3\xa0\x60\x50\xb1\xac\x14\xc5\x10\x89\x5c\x56\x4d\x43\xa3\xa0\x21\xaa\x53\xea\x64\x88\xe6\xb0\xa2\x26\x86\x68\xd3\xae\x1a\xe7\x04\x8b\xcd\xf9\x35\x75\x93\x40\xa3\xf2\x69\xa9\x9c\x21\x92\xf2\xc3\x35\x35\x51\x20\x5d\xad\x99\xba\x49\x28\x67\x24\xb2\x4b\x35\x77\xef\xc4\xce\xc3\xc5\x59\x98\x06\x43\xa7\x8b\x59\x3c\xa2\xe9\x5a\x16\x68\xd4\xfe\x2b\xc5\x34\x44\x77\xb4\x98\xd4\x62\x10\xdf\xd4\x57\x7d\x0d\xf1\xde\x7c\x0f\xe6\x3d\xdc\xbd\x87\x1e\xcc\x8e\xed\x0c\x94\xcc\x00\xd5\xdc\x10\xef\x5f\xda\x33\x6f\xe2\xfe\xbd\x9d\xfe\xee\xb2\x8d\xb7\x87\xc9\xf5\x34\x66\x3a\x3f\x81\x5e\xde\xbb\x69\xd0\x14\x34\xf2\x68\x6a\x1a\x33\x9d\xc7\x37\xd4\xd0\x11\x0d\xdf\xd4\xf0\xa5\x7f\xe9\x49\x0f\xbe\x38\x26\xc4\xd3\x08\x29\xc8\x5f\xfe\x39\x3b\xbb\xe6\x61\x2f\x0f\xc7\x73\x5f\x2f\xf2\x66\x45\xa2\xdd\x51\x53\xe3\x39\x35\x9e\x4c\xbb\xa6\x31\x55\xd0\x9a\x4f\x56\x4b\x09\x92\x6d\x67\x35\x8d\x96\x82\x44\xd8\xa0\xd4\xee\x10\xf9\xf3\x8a\x2f\xaf\xf8\xe2\x2d\xc1\xf8\x28\xca\x21\x12\xdd\x81\x9a\x9a\x53\x90\x88\x07\xd4\xd4\x9c\x82\xe1\x7a\xcf\x34\xe8\x09\xde\x2b\xf2\x60\xf6\xe2\xa2\x17\x0c\x91\x53\x7b\x0a\x92\x72\xff\x35\xb5\xa7\x20\xa9\xd9\x5f\xea\x75\x88\x44\x00\xa0\xc2\xf5\x2f\x30\xa8\x53\x51\xa1\xb7\x02\xde\x53\xbe\x3d\x0b\x0d\x4d\x68\x68\x88\x0f\x84\x4e\x01\xc8\x1f\x51\xab\x20\x27\x53\x74\xf3\x52\x42\x0f\x00\xf5\x89\xa4\x20\x7c\x85\xd3\x7d\x30\xa8\x36\x50\xe1\x44\x1e\x74\x92\xa7\x4b\x41\x0a\xd1\xc8\xe7\xad\x30\x28\x06\x3a\x79\xad\x15\xda\x14\xf0\xf6\x95\x83\x99\x12\x02\x92\x82\xed\x15\xda\x19\x30\xd8\xaa\x59\xe1\xd4\x1e\x24\x95\x7e\x2a\x5c\x22\x03\xf9\x63\x32\xab\x06\x86\xe8\xda\xef\x30\xda\x05\x92\xe2\xeb\xa5\x06\x86\x68\x26\x76\x84\x8b\x5f\xe0\xed\x18\xc7\xd7\xa8\x80\x41\xa1\xc4\x52\xc9\x42\x24\xc5\x31\x2a\xa6\xa7\x9c\xbc\x50\x84\x37\x14\xb7\x10\xc9\x96\x8a\x52\xdc\x42\xa4\xab\xcb\xa1\xe9\x01\xcd\xf8\xaf\x7a\x17\xa2\x53\x39\xb4\xc2\x60\x17\xe8\x94\xfb\xaf\xd0\x73\x08\x3d\x07\x86\x80\x30\xfe\x05\xd2\xf5\xce\xd0\x8c\x81\x81\x42\x70\x29\x8a\x21\x92\x0a\xdb\x15\x5a\x31\xd0\x0c\x4a\x85\x56\x0c\xa4\xa1\xfc\x70\x19\x0d\x0c\xe7\x2d\xa1\x5d\x03\xc3\x50\x63\x98\x81\x01\x86\xab\xa9\xa1\xe1\x09\x4d\x1d\x0e\x41\x68\x78\xc0\x70\x79\x4f\x79\x0d\xd1\x4c\x6b\x50\x4a\x43\x0c\x92\xe6\x2a\xcc\x87\x08\xf3\x21\xf4\xee\xc2\x98\x1a\x68\xae\x03\xc5\xb2\x17\x14\xdd\x2b\x1f\xa4\x61\x36\xd0\xd2\xdb\xaa\x2d\x02\x9d\xc4\xd6\x52\x96\x43\x84\x33\x0d\x65\x39\x44\x36\xaf\xc8\x75\x38\xd0\x90\x94\xab\xd0\x62\x81\x4e\xdd\xca\x0a\x0d\x0f\x68\x94\xb9\x29\x75\x3a\x44\x36\xdf\x26\x7d\x23\x90\xd4\xcd\x2e\xa5\x3b\x44\x52\x0b\xbc\xc2\x6c\x0b\xd0\x96\x37\x4c\x77\x09\x74\xaa\x62\x56\x18\xb2\x03\x1d\x0d\x85\x8a\xb2\xf7\x45\x18\xc3\x2f\x5e\xbb\x06\x9a\xa1\x77\x85\x41\xc4\x66\xe4\x47\x61\x10\xf1\xde\x69\x3a\xa6\x79\x02\x49\xa1\xee\x0a\xcd\x53\x98\xa4\xc1\x3c\x5e\xad\x10\xf1\xfe\x25\xdd\x70\x2d\x10\x64\xb3\x67\xae\xe8\x81\x15\xbe\x3c\xba\x5b\x20\x75\x60\x42\x83\x15\x87\x2f\xa2\xbf\xb2\x67\x2f\x92\xb2\xd0\xa5\xa4\x88\xc8\xe6\xdd\x37\xe2\x08\x36\xfd\xb4\x70\x8d\x2f\xb0\x60\x14\x5c\xae\xd0\x82\x81\x6e\x60\x26\xb4\x60\x60\x6c\x76\xd5\x25\x3e\xd0\xd9\x09\x5b\xa1\x7f\x17\xfa\x77\xac\x62\x29\x62\x22\x06\xc9\xda\x15\xa7\xcf\x1b\xd5\xf9\xe1\x35\xea\xf1\x81\x8e\x4a\x6d\xa9\x6b\x22\x9a\x89\x28\xea\x9a\x88\x74\x91\x40\x5d\x13\x91\x64\xad\x56\x68\xda\x40\xd7\x61\x56\xea\x44\x64\x73\x40\x71\x21\x10\x64\x6b\x7f\x23\x09\x2c\x74\x24\x41\x6f\x3e\x7a\x83\xa9\x61\xbd\x5e\x8a\x66\x57\x68\x20\x41\x36\x9f\xbd\x06\x12\x04\xb5\x44\x4a\x0d\x15\xb1\xa1\x40\x5f\x6a\xa8\x88\x1e\xbe\x81\xda\x47\x90\xed\x6b\xb2\xdf\x97\xcb\xc0\xde\x2a\x0d\x24\x18\xa6\x0a\x84\xab\x7b\x60\x74\xe6\x25\xa1\x73\x09\x9a\x21\x63\xa5\x56\xc4\x7b\x30\x4e\x60\x84\x15\xf4\x70\x60\xba\xed\xd9\x8b\xde\x99\x78\x84\xcb\x7b\x60\x4c\x4d\xd3\xe3\xfd\xb1\xe0\x22\xfb\x4f\x2a\x0c\xc4\x82\xa6\x73\x16\x8f\x37\xe3\xa1\x06\x94\xd7\xe4\x22\x20\x18\x66\x7d\x29\xc9\x22\x92\x2d\x23\xa5\xfc\x8a\x18\xd4\x73\x2c\x75\x55\x44\x1f\x78\x4a\xea\xaa\x88\xb7\x17\xb6\x6d\xb6\xf1\x6d\x74\xff\x32\x6c\xe2\xdb\x20\xea\x90\xfa\xc6\xa0\x53\xa0\xbc\xd4\x5a\x11\x49\xd1\x80\x52\x6b\x45\xbc\xc7\xdf\x68\xdb\x6d\x63\x07\x07\x8b\x6f\x0a\xab\x88\x6c\x5f\xd3\x6d\x13\x6f\x1c\xf7\x3f\xf5\xbd\x41\x52\x79\xb5\x94\x5f\x11\x49\x45\x88\x52\x6b\x45\xa4\x13\x88\x34\xc5\x17\x24\x65\x37\x4b\x2d\x15\x91\x4e\x59\xd4\x4d\x11\x9d\x6d\x8e\xa5\x6e\x8a\x68\xc3\x8b\xec\xde\x9d\xce\xdd\x21\x4c\x90\x86\x4e\xc1\x70\x89\x37\x9d\x11\x81\xfc\xee\xbe\x79\x43\x20\xa9\x6c\x59\xe9\x8c\x28\x0d\x80\xe2\x5a\xa6\x4b\x93\x60\x51\x22\xab\x52\xcf\x1b\x58\xae\xb0\xd2\x25\x47\x90\x54\xb1\x2c\xe5\x56\xc4\xa2\x02\x57\xa5\xb9\x45\xc8\xad\x24\xe5\x29\x2b\x9d\x23\x81\x6c\xbe\x02\xae\x2f\x82\x45\x21\xad\x4a\xa7\x4d\x20\xbf\x33\x6e\xde\xc2\x8d\x5b\xc8\x30\x91\xba\xe7\x20\x29\xad\x55\x2a\xb7\x88\xa4\x88\x52\xa5\x33\x29\xb0\x28\x3b\x55\xe9\x4c\x0a\x2c\xaa\x8c\x55\xea\xd7\xa7\x6b\x84\x7c\x46\xa9\x5f\x0f\x3a\xe5\x23\x4b\xe5\x16\xb1\x28\xd3\x55\x69\x70\x15\x8c\xe5\x05\xb9\x92\x08\xba\xab\x31\xa9\xa7\x0f\xde\xd7\xd0\x36\x1f\x37\x53\x30\x6a\x34\x55\x3a\xdf\x02\x03\x55\xbd\x52\xe0\x45\x64\x63\x30\x4a\x13\x97\x40\x6e\xbe\x73\x4e\xc1\xc0\x58\x3f\x9b\xbc\xad\x4a\x8e\x51\xf4\xab\xd2\x39\x18\x48\xd4\xcb\x4b\x69\x18\x91\xcd\x57\xc0\x2c\x58\x90\xa6\xad\xa7\xa9\x4c\xa0\x51\xa1\xa3\xd2\x50\x02\x48\xe3\xd1\x69\x38\x17\x74\x47\x19\x05\x64\xc4\xdb\x0b\x4e\xe9\xea\x25\x48\x23\xf1\xe9\xbc\x2c\xf3\xeb\x2c\xdd\x48\x3b\xfb\xa2\xb1\x69\xbf\x32\xed\x46\xf2\x78\x71\xfc\xd2\x29\x17\x48\xea\x2f\x54\x1a\x83\x00\x49\x2d\x8a\x4a\x43\x09\x20\x29\xf9\x50\xe9\x2c\x0c\x34\x33\xbf\xd3\x49\x18\x48\xca\x6a\x54\x3a\x09\x03\x49\x99\x83\x4a\xa7\x57\x20\x29\x56\x50\x8a\xd1\x88\xd6\x7c\x55\x9c\x4b\x65\xf1\xdc\x98\x38\xa5\x53\x22\xd0\x91\x82\xaa\x34\x82\x0c\xde\xeb\xe6\x60\x4e\x80\x40\xb2\xff\xbf\xd2\xd9\x0e\x68\xe1\x60\xa1\x17\x9f\x7a\xf1\xdd\x8f\xde\x19\x10\xc8\xe6\x8b\xa7\x83\x0e\xf2\xeb\x99\xb3\x1d\x90\x7a\x9c\xea\xdf\x88\x48\x7b\xa6\xdf\x0d\x46\x38\x8a\xb9\x26\x9a\xce\x59\xb0\xa8\x6a\xdd\x54\xba\x7f\xa8\xaf\xbf\xe1\x2a\xa7\x3e\x30\x48\x76\xbf\x97\xf2\x35\x22\xd9\x2b\x5e\x69\x00\x19\xa4\x6b\x6a\xca\xd7\x88\x64\xd3\x72\xa5\x4b\xa1\xa0\x99\x17\x9a\x5a\xea\xb4\x36\x4a\xc7\x49\x4d\xed\x72\x6a\x97\xb1\x74\xa9\x5d\xce\xcf\x2e\xe3\xb8\x2a\x4c\x23\xb2\x69\x8a\x6e\x7f\x86\x46\x59\xf7\x25\xd1\x46\x82\x6c\x7e\xc9\x2e\x56\x82\x36\x86\xbf\xf2\xed\xfa\x72\x51\x97\x3f\xf3\x66\x3d\xbc\x5e\xbe\xe3\x5a\x57\x90\xcd\xaf\x43\xbb\xa9\x54\x8d\xa9\x21\xe9\xd2\x24\x68\xd4\x28\x2b\xa5\x6a\xc4\xa0\x80\x6f\x2d\x4d\xe9\xb2\xc0\x31\xc3\x82\xe2\x35\xa2\xa3\x67\x5d\x6a\xd7\x88\x6e\x94\x59\xed\x1a\xd1\x8d\x5d\x2d\x2d\x29\xe8\x68\x46\xd4\xd2\x6a\x82\xf7\x8a\x3c\xd8\x69\x1b\x37\x76\x79\xca\xdb\xa6\xef\xc6\x7a\xb4\xc7\x36\xec\x26\x2f\xf9\x32\x64\x0d\x06\xfb\xe6\x4a\x39\x1b\xd1\xa8\xa3\x5d\xcb\x8c\x5b\x30\x1c\xe9\x96\xd6\x15\x0c\x9d\x9b\x65\xc6\x2d\xe8\x94\x7d\xa9\x65\x60\x1b\x0c\xb3\x40\x96\x51\x6c\xd0\xd8\x87\x5d\x4b\xeb\xba\xda\xd7\xd7\xf7\x89\x28\x70\x23\x92\x0d\x71\xa5\x9a\x8d\x78\x7f\x46\xff\xb5\xc2\x4b\x2b\x8c\xdb\xb5\x0c\x80\x83\x36\xbb\x27\x75\x69\x12\x0c\xaa\x19\xd6\x32\xa3\x17\x0c\x73\x70\x97\x96\x19\xa4\x2b\x63\xcb\x38\x39\x68\x3a\x2e\xcb\x6c\x20\x90\xcd\x5b\xa6\x65\x06\xc9\x8e\xd2\x52\x2e\x47\xb4\xcd\xa8\x97\x7a\x39\x62\xa0\xd1\x56\xcb\x6c\x20\x30\xdc\x8a\xb0\xb4\xd6\x20\xd9\x5e\x57\xcb\xad\x30\xcb\x0a\xff\x9d\x11\x5d\xc1\x1c\x91\xcd\xd7\xc0\x90\x06\xc8\xe6\x6d\x34\xa4\xa1\x86\xce\xf2\x5e\x68\x88\x17\x1b\x53\x90\x76\xad\xa5\x21\x06\xd9\x7c\x57\xb4\xba\x68\xe8\xbc\xa7\xe4\xce\xba\xa6\xb9\x2c\xa0\xc6\x87\xb9\xb4\xc4\xa0\x2d\x5f\x50\xd7\x34\x97\x6b\x9a\xe5\xc1\xbc\x3f\x06\x43\xd2\x5f\x79\x7f\xa6\xe3\xc3\xf7\x97\xbe\x1a\xc4\xe1\xd3\x77\xca\x90\x09\x18\xce\xfe\xd4\xd2\x11\x9b\xeb\xc0\xcb\x00\x06\x58\x94\x3e\xad\x65\xb6\x0e\x68\x26\xb4\xab\x7e\x23\xd2\x7d\x6d\xcb\x00\xc6\xb2\x02\x43\xf7\x91\xbb\x61\x64\x69\x16\xbd\x65\x9a\x45\x90\x6e\x4f\x58\x5a\x45\x90\xee\x62\x58\x0e\xe8\x60\xa0\x16\x55\x0a\xbc\x88\x74\x0f\xc3\xd2\x55\x05\xe9\x16\x06\x95\x5b\x44\xba\x9f\x60\xe9\x84\x2e\x9d\x50\xaf\x48\x8f\x13\xbc\x7d\xf5\x2f\x3d\xfe\xb7\x5a\xf8\xfd\xa9\x27\x38\x5c\x7a\xf1\x6f\x1d\xec\x41\x9a\x91\xbf\xf4\x30\x41\xba\x55\x40\x09\x16\x91\x66\xcc\x2f\xc7\x7f\xf0\x1e\x8c\x9f\xe9\x71\x81\xb1\x61\xcb\x14\x48\x11\xf1\xfd\xa5\x29\x2d\xaa\xa1\x20\xa2\x56\xcb\x8c\x16\xd0\x06\x65\x07\x6a\xe9\x84\x81\x66\x4e\xc5\x32\x4a\xb9\x2c\x5e\x3f\xec\xad\x2e\x17\x48\x97\xc3\x96\xee\x15\x48\xa3\x43\x4b\xcb\x01\xb6\x6f\x80\xd0\x72\x80\x39\x86\xa7\xb4\x67\x37\xdb\x6c\x70\x1f\x54\x5b\x11\xcd\x54\x5f\xa5\x55\x44\x73\x5e\xa5\x42\x8a\xe8\x2e\xcd\xaa\x90\x22\x86\x6b\xca\x2a\xa4\x88\x8e\xd2\x60\x95\xe3\x3f\xc8\x77\xac\xf9\xa3\x75\x2e\xcd\x03\x18\x94\x2f\xa9\xd2\x85\x02\xe9\x06\x01\xc5\x52\xc4\x30\xee\xa8\x58\x8a\x68\x8e\xcb\x8a\xa5\x88\xee\xee\x31\xc5\x52\x44\x1a\x68\x56\x2c\x45\xb4\xc1\x6b\x5f\xae\x54\x82\x34\x59\x5f\xfd\x14\x91\xe6\xea\xab\x95\x52\x08\xa3\xa4\x79\xe4\x65\xd6\x0a\x48\x73\xae\xcb\xf1\x1c\xa4\xa9\xfa\xe5\xd8\x0d\xd2\x34\x6f\xe5\x53\xc4\xa2\x90\x5c\x95\x61\xe6\x32\xbb\x73\xfa\x87\x5e\xe3\x8b\x44\x15\xb7\xca\x30\x33\x48\x1f\x60\xe9\x54\x95\xc9\x9d\xee\x61\x2b\xc7\x56\xa4\x52\xd2\x94\xeb\x32\xa8\x0c\xde\x9f\xd1\x59\xbd\x23\x90\x66\xd7\x96\xcb\x92\x20\x8d\x6b\x96\x4e\x0e\x48\xe3\xad\xe5\x08\x0c\xd2\x49\x83\x82\x2a\x22\xcd\xbd\x54\x50\x45\xbc\xa7\xe4\x02\x0c\x21\x83\x34\x90\x56\xfa\x42\xc5\x82\xa6\x29\xa6\xe5\x70\x0b\xd2\x44\xcb\x72\xb8\x05\x2d\x3d\xa5\x1e\x0d\x78\x8f\xcf\x39\x8d\x17\xab\xc5\x32\x87\x8f\xdc\xa5\x2b\x95\x3c\x06\xce\xa9\x4a\x1e\x85\x6c\x47\x9a\x30\x59\x86\x0b\x41\xff\x7d\xbf\xf2\x6e\xbf\x58\x46\xf0\xcb\x45\x29\x90\x86\x49\xca\xf1\x10\xb4\x8d\x21\x58\x41\x0e\x31\xa8\x8c\x55\xe5\x04\xb7\x76\x1e\x09\x73\x8b\x72\x3c\x04\x6f\x5f\xe9\x85\x93\x5e\xd0\xcd\x1a\x2f\x63\x77\x60\x18\x1a\x2c\xd7\x95\xca\xf1\x70\xf8\x7e\x1a\x83\x03\x69\x0a\x58\x19\x70\x03\x03\x0d\xe5\x2a\x87\x43\xd0\xa9\x69\x51\x65\xc0\x0d\x34\x43\x16\xe5\x08\x09\x1a\x55\xf2\xaa\x1c\x21\x41\x4b\x7b\x61\xc0\x0d\xb4\x39\xfc\x24\x4c\xb1\x00\xdd\x9c\xcb\x32\x32\x06\xd2\xac\x21\xb5\x42\x44\x4b\xaf\xd2\xc0\x18\x68\xc3\xaf\xd7\x65\x22\x90\xe6\x33\x95\x63\x32\x48\x53\xc7\xca\x44\x0c\x90\xe6\x71\x95\x63\x32\x48\x73\xda\xca\xf1\x17\xa4\x49\x11\xe5\x28\x5a\xb7\x4f\x84\x4e\x18\xa4\xaa\xc7\x5f\x71\x41\x66\x58\x80\x34\x0f\xa6\x9c\x32\x83\x74\x7c\x2c\xa7\xcc\xa0\x6f\xbc\x29\x8a\x82\x88\x34\x99\x45\x4d\x10\xf1\xde\xb0\x46\xdb\xb4\x8d\x17\x0a\x87\x5b\x01\x10\xd1\x36\x67\x63\x6a\x7b\x88\x66\xac\x5c\x6d\x0f\x91\x26\xb8\xa8\xe3\x21\xfa\xf2\x57\x8e\x77\xea\x78\xb8\x7f\x5d\xcd\x0e\xf1\x76\xa3\xd3\x56\xb6\xf1\x91\x63\xb2\x76\xc7\x2d\xd0\x54\x6c\xaf\xdd\x81\x6b\x37\x6b\x6e\x30\x26\xed\x8e\x5c\xa0\x53\x73\xa5\x76\xe7\xa6\x20\x4d\x1a\x51\x69\xa3\xf6\x7e\xfb\x97\x74\xc4\x89\x28\x18\x0e\xf5\x8a\x68\x88\xf7\x67\x49\x9b\x27\x65\x26\x6a\x98\x70\x77\x26\xba\x9b\x97\x6e\x5e\xde\xee\xec\x71\x77\xd0\xc3\x0f\xdf\x1d\xf4\x40\x9a\x7e\xb0\x3b\xe6\xed\x8e\x79\x18\x8e\xdd\x88\x10\x48\xb3\x0f\x76\x87\xc1\xdd\x61\x10\xab\xb8\x9b\x37\x07\xde\x53\x72\x51\x8e\x70\x20\x5d\x54\x56\x6d\x43\x2c\x2a\x91\x97\x32\x1a\x22\xa9\x9a\x5c\x6a\x66\x88\x74\x1d\x7b\x37\xb2\xb3\x2b\xdd\x88\xd8\x54\xed\x0e\x7a\x20\x9d\x5c\xef\x4e\x1e\x41\xa3\x5a\x74\xa9\xb6\x21\xd2\x65\xec\xdd\x61\x10\xa4\xeb\xc3\x4a\x6b\x88\xec\xf1\x37\x5c\xe7\xdd\xf0\x0d\x48\xd7\x1c\x77\x67\xa0\x20\x5d\x32\x55\x79\x43\xa4\x0b\x80\xbb\x4b\x68\x20\xbf\xf7\xd7\x49\x29\x48\xd7\xa0\x54\x51\x10\xdd\xb4\x06\xe5\x11\x44\x3a\xd4\x29\x8f\x20\xd2\x18\xfa\x6e\x14\x60\x3f\xbe\x3b\xc5\xd3\x71\xd6\x08\xda\xc6\xc0\xa0\x3e\x82\x48\x8a\x7b\xd7\xee\xa2\x04\x48\xa3\xe3\x2a\x1f\x88\x1e\xbe\x96\xa6\x4a\x83\x34\xec\xbd\x3b\x86\xed\x8e\x61\x38\x8b\xbb\xc1\x80\x9d\xd5\x6f\x23\xc9\xbb\x03\x16\xe8\x26\x46\xed\xc6\x07\xc0\xd2\x23\x53\xad\x40\x2c\xea\xbf\x97\x6a\x05\xb5\x3b\x60\xe1\xe4\x2b\x3a\x50\xfb\xcd\x4b\x89\xab\xae\xc2\x80\x48\x83\x37\xbb\xe1\x78\x30\x46\xf9\x2b\xef\xb4\xf3\x45\x9c\x34\x15\x06\xc4\xd8\xf0\x9b\x55\x18\x10\x89\x58\x7f\xed\xce\x17\x41\x1a\xe1\x51\x74\x40\xa4\x51\x0b\x15\x06\x44\x1a\xef\x50\x4d\x40\xa4\xb1\x87\xdd\x00\xfd\x6e\x65\xa9\xe1\x6b\xea\xb0\xb9\x3b\x6c\xe2\xc9\x1d\x4e\x18\x0f\xd5\x6e\x91\xf5\xaa\xc3\xf0\x00\x48\x1d\xfa\xc3\xd9\xd8\xe1\x6c\x0c\x87\xcf\x8a\xfc\x22\x9d\x02\x5b\x6b\x5f\xa4\xfe\xb0\xa5\xf6\xc5\x7b\xfc\x49\x5b\xb7\x8d\x1b\x8b\xa1\x39\xcc\x18\x06\x89\x8c\x49\x1d\x0e\x74\x07\x01\x6d\xdd\xb6\xc3\x11\x0c\xb4\x81\xac\x75\x1d\xce\xc7\x8e\xee\x39\xe9\x99\x59\x68\x60\x0e\xec\xf0\xe1\x14\x0d\xa4\x13\x7d\x4b\xf2\xd7\x61\x62\xda\x60\x8a\x73\xe8\x37\x83\x30\x4d\xe9\xd0\x6f\x06\x0d\x31\xbb\xb2\xfe\xbe\x68\xae\xb5\x1d\x8e\x69\xa0\x9b\x62\x61\x49\x7e\x91\x6e\x1c\x39\x8c\x72\x83\x74\x9e\x78\x38\xcc\x81\x91\x61\x93\x57\xf9\x8e\x5f\xe9\x9c\xcd\x8a\xfc\x22\x9d\x39\x1e\xce\xd9\x40\x3a\xcb\xb2\x22\xbf\x18\x94\x78\x2f\xcb\xeb\x8b\x74\x7e\x63\x79\x7d\xd1\xcc\x3f\xb2\xd8\xbd\xd8\x4c\x68\xb3\x8c\xbd\x58\x06\x08\x0f\x7d\xd3\x23\xbf\x57\xc5\x36\x4f\x99\x5e\x91\x4d\x5e\xd1\x8b\xe5\xd6\xc8\xc3\x28\x2e\x78\xff\x92\x77\xc5\x5c\x2c\x90\xce\x5c\xac\x47\x2f\x9a\xd1\xd8\xc3\xa0\x2a\x58\x68\x30\xd4\x61\x4a\x15\x48\x2d\xb8\x25\xea\xc5\x40\x6d\xb6\x0e\x53\xaa\x40\x8e\xef\x0f\x7d\xad\x59\xb3\xd6\xe6\x1e\xe5\xe1\x49\x96\xd2\x96\x1e\xae\x16\x83\x36\x07\xd3\xc4\xc3\x71\x12\xa4\x3b\x9a\x0f\xfd\x6d\x30\x28\x04\x5f\x87\x31\x55\xd0\x0d\x57\x1e\x8e\xa6\xa0\x7f\x57\x64\xbe\x2e\xe8\xd4\xb1\xaf\xc3\x59\x28\x58\xe9\xad\x70\xc6\x09\x52\x1b\x7c\x38\xe3\x04\xa9\x71\x3a\x5c\x07\x06\x2b\xbd\x15\x8e\xaf\x20\xb5\xca\x87\x73\xd0\xc3\x45\x5f\xd7\x32\x0f\xa7\x97\x20\x1d\xbf\x0f\xd7\x73\x41\xfb\xaf\xcf\xc6\xf9\x25\x68\xee\x7c\x3d\xcc\x55\x02\xa9\x0d\x3e\x1c\xad\x41\x0e\x1c\x83\xc3\xd1\xfa\xb8\xf8\xde\x18\x7c\x0e\x73\x95\x40\x7e\x6f\x8f\xeb\xae\xa0\x1b\x19\x3e\xdc\xc5\x72\x5c\x5f\x2f\xfc\x4b\x2f\x93\x85\x57\x43\x87\x87\xf3\x4b\xd0\x36\x2d\xc4\x61\x66\x12\xc8\xef\x25\x73\x08\x07\xf9\x7d\xe2\x2e\xbc\x82\xfc\xc6\x23\x73\x7f\x41\x8e\xfe\x67\x21\x8b\x3a\xdc\x0b\x03\xde\x5e\xd2\x25\x97\x6f\x41\xb3\xdc\xc9\xa1\x21\x38\xd4\x47\xd7\xef\x39\x5c\x98\x05\xf9\x5d\x9f\x63\x3c\xc8\xef\xc6\x1b\x26\x00\xf9\x3d\x32\x83\xc9\xa0\xb9\x90\x76\x38\xec\x1f\xcf\xd7\x0d\xae\xcf\xe4\xe3\xc3\xe4\xe3\xe1\x0b\x66\xec\xe0\x30\xf9\xd8\xd8\xc4\xe9\xd2\x2c\x58\x48\x99\xd4\xe9\x32\x2c\x48\x57\x6b\x4f\x4d\x01\x48\x03\xdd\xa7\x73\x63\x90\x83\x37\xff\x34\x60\x00\xd2\x6e\x9c\x06\x0c\x40\x8e\xcd\xc3\x1f\x36\x7d\x77\xc3\x83\x9d\xb6\x9d\xfc\xa5\x1d\xbb\x6c\xa2\xce\x03\x63\xfc\x69\x5c\x01\x6c\x8e\xae\xa7\xf3\x6c\x90\x83\xe0\xee\xe9\x3c\x1b\xa4\x17\x7e\x1a\x57\x00\xe9\xfd\x3f\xdd\x6e\x03\xd2\x27\x77\x36\x3b\xf6\x22\xad\x4e\x70\x1a\x44\x00\x39\x98\x8c\x9f\x4e\xc6\x41\x0e\xfc\x97\x53\xab\x05\x72\xe0\x39\x9c\x5a\xad\xf3\x9b\x9e\x7b\x7b\x5c\x9a\x05\x6f\x1b\x9d\xd5\x94\x81\x31\x9b\xe7\xbc\x6d\x62\xdc\xc7\x5d\x39\xdd\xc2\x02\x9a\x71\x91\xd3\x19\x3b\xc8\xc1\xc4\xfe\xd4\xb8\x9d\x1a\x37\xa6\xca\xa7\x93\xf8\xf3\x9b\xc4\x7b\xff\x0d\x14\x9f\x06\x8a\x19\xf8\xd5\xd9\x10\xe9\x58\x77\x6a\x02\x41\x33\x3b\xe3\x74\x5a\x0f\x92\x9a\xfe\xa5\xf4\x86\x78\x8f\x6f\x9b\xe7\x24\x4e\x3c\x98\xd7\xab\xbd\x21\x72\xe0\x37\x28\xbd\x21\xba\xa9\x37\xa7\xb3\x73\x30\xd2\xbe\x9a\x4f\x7d\x1a\x14\xfe\x6e\x86\x53\x71\xb0\xb9\xe1\x46\x05\x0d\x91\x83\xf1\xf5\x74\xf9\x14\x24\xb5\xea\xeb\x74\x61\xf4\x8c\xef\x60\xb6\x79\xb0\xb0\x67\x3c\x3a\xe7\xcc\x67\x7c\x8f\x89\x36\x13\xc3\x40\x5a\x84\xeb\x34\x31\x0c\xbc\x3f\xb3\xcd\x8b\x4a\xbe\x09\xe6\xff\xa7\xb1\x45\x30\xcc\xa1\x3f\x1d\x35\x40\x0e\x7c\x89\xd3\x68\x23\x18\x7a\xad\xa7\x83\x06\x48\x24\x58\xea\xbc\xfd\x4a\x6e\xbe\x12\x7c\x09\x2b\xdf\x8b\x74\x5b\xd1\xe9\xa2\x14\x18\xee\xca\xb0\x18\xbe\x18\x94\xf4\xae\xd3\x05\x28\x30\x74\xb0\x2f\x9d\xe2\xeb\x73\x8a\x79\xdb\x2f\xe7\x85\x20\x29\xfb\x5b\x97\x63\xc1\xe5\x58\x80\x4f\x61\x95\x7b\x31\x8c\x42\x59\xe5\x5e\x24\x32\xb7\x75\x39\x3c\x5c\x0e\x0f\xe1\xaf\x6e\x9b\x48\x73\xf0\x0f\xfd\xa2\x2f\xbf\x68\x82\x20\x97\xdf\xea\xe5\xb7\xca\x04\xdf\x32\xf4\xa2\x39\x13\xba\x9c\x75\x82\xb4\x24\xc4\xe5\x02\x0e\x48\xd3\x95\x2e\x37\xa0\x81\x74\xe7\xe0\xa5\xdb\x0c\x1a\xd2\x96\x75\xf9\xa9\x82\xb4\x1e\xd9\xa5\x27\x0d\x7a\xff\x8e\x75\xda\x74\xd2\x7b\xce\xe8\x67\x03\xba\xfb\x17\x2e\x3f\x9b\xcb\xcf\x26\x6d\xb2\xab\xc3\xae\x72\x0b\xfd\x92\x40\x22\x0a\x52\x97\x93\x49\xf0\x3e\x8f\xa2\x6d\xb3\x8d\xd1\x87\x51\xf1\xf2\x7b\xbb\xfc\xde\x88\x08\x5f\x7e\x6f\x97\x1b\xd0\xfc\xe0\x2e\x3f\x38\x90\x86\xa0\x2e\x43\x80\x20\xdd\xe2\x7b\x39\x9d\xbc\x9c\x4e\xe2\x54\x5c\x2e\x9c\x80\x1c\x8c\x17\x97\xf1\x3e\xd0\xdc\x3c\x7a\x99\x44\x7a\x91\x31\x3a\xf0\x59\x2e\x3f\x41\xd0\xcd\xff\xbf\xcc\x60\x00\x03\x31\x8c\xba\xfc\x2a\xaf\xef\xab\x9c\xb6\x79\x95\xf8\xbb\x83\x81\x5e\xa9\x80\xfa\xa4\x02\xde\x61\xe5\x8f\xd6\x59\x25\x01\xb1\x50\xb9\x2a\x95\x04\xc4\x88\xaf\x97\x3e\x8b\xe0\x59\xe0\xac\x28\x24\x20\x16\xc2\x5a\x75\x39\x0f\x06\x39\x70\x99\x2e\x13\x10\x40\x1a\x27\xbb\x4c\x40\x00\x6f\x27\xfd\x4b\x1f\x7f\x1a\x6e\xf1\x36\xb8\xdb\x00\x24\x5a\x25\x75\xb9\xdb\x00\xe4\xc0\xd9\x52\x10\xa0\x3e\x41\x00\xc7\xb0\xcb\x89\x30\x68\xd4\x86\xae\xcb\x54\x02\x90\x83\x8f\xfb\x32\xfd\x11\xa4\x5b\xce\x2f\xf3\x1a\x41\xa2\xd9\x5b\x97\x13\x55\x90\xe6\xf7\x5d\xae\x15\x81\xb4\x26\xcd\xe5\xac\xf4\xfa\x62\xa3\x0c\x91\x97\x49\xf7\x20\x07\xa1\xac\xcb\x99\x2a\x18\xbf\xef\x2f\x7d\xe3\x0e\xde\xb8\xb2\xc9\xbe\xbe\x48\x77\x3c\x5e\x4e\x5e\x41\x0e\x1c\xb7\xcb\x99\x2a\x48\x7d\x69\xe5\x06\x44\x3a\x40\x5e\x2e\x31\x81\xb7\x63\xfe\xcc\x5e\x9c\x5e\x38\x7d\x75\x8a\x0b\x72\xc3\xd9\xba\x9c\xe2\x5e\xdf\x14\x77\x7a\x4e\xaf\x9c\xc9\xab\x7b\x1c\x2e\xe3\x0a\x20\x37\x22\x06\x2a\x10\x88\xf7\x2f\xb9\x26\xa7\xaa\x20\x2d\x66\x71\x19\x6b\x00\xb9\xe1\xba\xa9\x37\x20\xda\x74\xf0\xbe\x0c\x23\x80\xd4\x81\xbc\x1c\xf5\xaf\x6f\xaa\xc8\x80\x7e\x19\x34\x00\xb9\xe1\x5c\x29\x1b\x20\x72\xc3\xad\xb9\x9c\x2a\x82\xcd\x9d\x02\x97\xc3\xfe\x65\x2e\xc2\x37\xe2\x1a\x45\x05\xb9\xe1\x2f\x5e\x86\x08\x40\xb7\x6a\xde\xe5\xec\x11\x74\x93\xae\x2e\x27\x8f\x20\x37\xbc\x93\xdb\x71\xf9\x76\xcb\xb2\x83\xfc\x6d\xf8\x12\x2c\x74\xe4\xea\x36\x42\x70\x33\xaf\xda\x70\x4f\xd4\x12\x10\xef\x5f\x6e\xb4\xdd\xb6\xdd\xfc\x8c\x83\xe9\x43\x82\xdc\xf8\x82\x6f\x4d\x2c\x68\x14\x1e\xad\x5b\xb7\x12\xa4\xa5\xf4\xac\x39\x2f\xd2\x6d\xae\xb7\xf9\xd8\x20\xad\x74\x74\xbb\xf5\x08\x74\x83\x5c\x56\xa6\x17\x69\x4a\xc4\x6d\xee\x35\x48\xf3\xa5\x2d\x30\x5f\xf7\x3a\x69\x7a\xef\xb5\xd5\xe4\x45\x6e\xcc\x67\xac\x26\x2f\x72\xc3\x3c\x58\x4c\x5e\x6c\xe6\x65\xdc\x66\x55\x83\xdc\x30\x81\xb7\x6b\x22\x60\xfb\x7d\xc7\xb2\xf7\x45\xef\x09\xcf\xdc\x3a\xad\x60\x73\xab\xf3\xed\x77\x7f\xef\xdf\x03\xe7\x56\xb8\x4e\x02\x72\xeb\x36\x85\x4d\xaf\xed\x77\xac\xbe\x75\x6d\x6f\x4b\x20\x69\xd5\x6f\x87\x0c\x90\x88\x52\x95\x05\xec\x45\x5a\x1b\xc8\x6a\xf5\xe2\xfd\x4b\x6e\x99\xfe\x2e\xc8\x0d\x17\xec\x76\x7c\x00\xe9\x96\xc0\xdb\xe8\x21\x48\x84\x3a\xea\x76\xc8\x00\xb9\x75\x9b\xec\xc5\xc1\x6a\xd0\x66\x93\xbd\xa0\x2a\x31\x05\xe0\xeb\x76\x14\x01\x23\xbf\x33\xda\xb1\x17\x9b\xae\xb9\x15\xed\xc5\xd4\xc8\xde\x2e\x5e\xdf\x2a\x49\x31\x62\xdf\x0e\x2c\xa0\x0d\xbd\xd6\xdb\x81\x05\xb4\xff\x6a\xf2\xf8\x6c\xcd\x71\x55\xd7\xca\xf4\xa2\x59\x5f\xe7\x36\x7f\xf9\x66\xa7\x2b\x52\xc3\x65\x65\x7a\xb1\xd2\x77\xcc\x65\x18\xd0\xdd\x10\x68\x61\x7a\x91\xdb\xb0\xc9\xbb\xf3\x62\x22\x25\x5f\xb7\x23\x0d\x18\xcb\x77\x5f\x37\xf9\xfe\xdc\x64\xba\x6a\xa0\x13\xa4\x0b\x63\xb7\x8b\x35\x20\xdd\x95\x71\x5f\x5f\x57\xf9\x00\x99\xbb\xdc\x2e\xa0\x83\xdc\x70\xd5\x6e\x27\xb4\x20\x37\x6f\xab\x13\xda\xfb\x73\x83\x63\xfd\xd9\x36\xdf\x7a\xc9\x20\x2d\xda\x73\x1b\x08\x05\xef\x51\x3c\x99\x4f\xc7\x71\xce\x1b\xea\xa0\x06\x72\xc3\xe3\xb8\x9d\xcb\xde\x84\x3d\x37\x9c\x04\x0b\xea\x8b\xdc\x18\x94\xad\xa7\x5f\xb7\x03\x18\x2f\xd2\xe3\xbc\xf5\x61\x92\xba\x31\x4d\x7a\x9c\x91\x3e\x4a\xb7\x63\x07\x1e\xdd\x4e\xd0\xa6\xd3\x48\x2b\xde\x8b\xb7\xad\xd1\x36\x6c\x1b\x64\x80\x70\x02\x47\x48\x90\x1b\x6f\x97\xf5\xed\xeb\xab\x6f\xef\x14\xce\xfa\xf6\xe2\x6d\xe3\x77\x46\x4c\x41\x77\x99\xef\xd1\x1b\x05\xb9\x31\x93\x78\x9c\x82\x82\x44\xeb\xbf\x2c\x4a\x2f\xde\x83\xf1\x33\x17\x6e\x9e\xf1\x9d\x94\xdf\xe9\x07\x82\xb7\x2d\x68\x3b\x6c\x23\xd3\xe2\xfb\x99\x37\x84\xe9\x2b\x7a\x4c\xf5\x38\x57\x7d\x3e\xaf\x8f\xe1\xd5\x5a\xf2\xe2\x6d\x5b\xb4\xed\xb6\x31\x5a\x4c\x7f\xe6\x09\x5e\x4c\xeb\x27\x5b\x26\x5e\x44\x62\xb8\x1e\xe3\x9c\x8f\xe9\x41\x5e\x81\xce\x21\x48\xcb\x3e\x3e\xc6\x39\x41\xba\x79\xd1\xfa\xf2\xe2\xed\x85\x6d\x1e\xcc\xac\x59\x2c\xaa\xa5\xe3\xc5\xe6\x96\xee\xc7\x69\x28\x48\xf7\xbb\x3c\x66\xc8\x3e\xf8\x86\xa6\x9d\x3c\x66\xc8\x82\x36\x1d\x3a\x1f\xfd\x45\x90\x9b\x0f\xca\x69\x26\xc8\x8d\xc1\xf4\x31\xf7\x15\xbc\x7f\x49\x37\x9c\x54\x82\xdc\x78\xe1\x1f\x2d\x1e\x78\x7f\xc6\xdb\xa1\xf3\x09\x72\xf3\xf5\xd3\xf9\x04\xb9\xe1\xc5\x3c\xce\x16\xc1\xb0\xd4\xda\x63\x75\x3d\xf0\x1e\x8c\xd7\xca\x7d\x3d\xe0\x6d\xe3\xaa\x34\x41\x8f\x26\xc8\x77\xd9\x5c\x54\x90\x46\x5f\x1e\x4d\x10\x98\x96\x81\x7d\x4c\x4f\x05\xb9\xf9\xda\x9a\x9e\xfa\x98\x9e\x8a\xbb\xf0\x14\xb5\xb1\xc4\x22\xe3\xf6\x29\x46\x24\xb1\x50\xbe\x7e\x5c\x58\x15\x8b\x09\xc6\xe3\xc2\xea\xb3\x53\xc7\x0b\x0b\xfa\xec\x24\x0b\x8a\xc5\xe7\xff\xb8\xd6\x2a\xd6\xb6\xfc\xd5\xb0\x69\xbc\x4d\xaf\x69\x79\x76\x62\x40\x62\xa1\x97\xff\xec\x7c\x9d\x62\xcd\x77\x74\x79\x5c\x91\x15\x0b\x09\xba\x67\xe7\x83\x15\x8b\xcd\x32\xcf\xce\x32\xc8\xb3\xbf\x13\x9b\x45\xa0\xf9\xd9\x71\x48\xc5\x9a\xcb\x7e\x9d\x36\x9d\x34\xd9\x89\xcb\xa6\xeb\x6d\x2a\xae\xb1\x79\xd9\xd4\x65\x99\x5f\xbf\xbe\xcb\x26\x4d\xdd\x3b\xc1\x68\xf0\xec\xd6\x60\x69\x74\xb5\x7b\xd9\x5d\x55\x37\x9b\xbc\xec\x4e\x46\xfd\xf0\x0f\xbd\x6c\x6b\xb0\x0c\x7f\xe5\x35\x76\xca\x36\x0c\xee\x7d\xf7\x1a\x2d\x40\xfa\xbe\xea\x8f\x8b\xc9\x62\x85\x97\xed\x73\x04\x2b\xbc\x20\x1c\xe5\x87\xf5\xe5\x15\xf6\xbe\x7b\xd9\xdd\x55\x35\xcf\xe8\x65\xbf\x58\x54\xa7\x7b\x14\xab\x16\xc5\x14\xfc\x51\xac\xfa\xf9\x94\xa9\x3b\x2d\xc3\x96\x8d\x1f\xbd\x47\x57\x38\x4a\x24\x03\xc8\x73\xb3\xce\xf3\xdc\xc4\xbd\x28\x09\xf2\xdc\x2c\xea\x88\x24\x0b\xf1\x51\x4b\xea\xb9\xa9\x2c\x40\x01\xf6\xe7\x66\x54\x7c\x6e\xb2\x28\xa9\x57\xfe\xdc\x0c\x8a\xcf\x4d\x24\x8c\x5a\xf1\xcf\xcd\x98\xf8\xdc\xe3\xfd\x14\xa8\xd1\xfd\xdc\x64\xf5\x3c\x37\x63\x22\x7b\xfb\x9e\x1b\x97\xfe\xb9\x59\xe0\xa6\x36\xf9\x73\x6f\xf6\x0b\x5f\xbd\xde\x79\xef\xf3\x78\x89\x80\xf9\xc1\xf3\x10\x74\x11\x8b\xb2\x39\x8f\x62\x2d\x82\x19\xf4\xf3\x10\x91\x15\xc4\x68\x1f\xd5\x5b\x84\x37\xf4\x21\x2c\x23\x98\x54\x3c\x5a\x37\xb1\x7e\xbf\xff\xb6\x75\x6a\x8c\xff\x6e\x94\x1f\xec\xe0\x0b\x05\x59\x69\xd9\x6d\x21\x9d\x70\xd1\x72\xd8\x42\xad\x2d\xbb\x72\xda\x72\xfe\x8f\xbf\x7c\x9b\x1e\x42\xb7\x82\x8d\x17\x8f\x56\x55\x50\x2d\xf7\x79\xfc\xb4\x01\x15\xaf\x1e\xcd\xec\x83\x11\x64\x2f\xcb\xf3\x34\xcf\x8e\xc6\xcb\x3b\xf9\x78\x94\x78\x11\xbe\x6d\x2a\xbc\x08\x72\x3f\x9f\xc7\x0f\x0a\xa0\x17\xfb\x28\xf9\x22\x28\xbd\xf8\x68\x5c\x05\x95\x80\x1f\x6d\xeb\xf3\x7c\x0f\xfe\x6d\xf1\xb9\x2b\xbe\x92\x5c\xfb\xf0\xec\x03\x05\x74\xee\x8f\x2f\x02\x20\xd4\xf6\x68\x2e\x05\x25\x0b\x1f\xe5\x59\x04\x85\xf5\x9e\x67\xf3\xec\x2f\x70\x18\x1f\x2d\xea\xf3\xcc\x77\x40\xf1\x91\x4f\xcf\x8e\xd4\xb5\x77\x63\x7a\x76\x84\x52\x82\x2b\x9d\x9e\x7d\x22\x1b\xc2\x75\x4d\xcf\x4e\x49\xba\xe0\xb5\x08\x8f\x5c\x0a\x17\xbd\x2d\xb7\x67\xbf\xdd\xb9\x44\x8b\xef\x20\xcb\x23\x93\xe3\xdc\xbe\x82\x08\x19\x6d\x5c\xd7\xed\x2b\xf8\x62\x51\xf1\xe9\x51\xe8\x42\xa4\xaf\xf7\xed\x0b\x44\xb9\xe6\xfe\xff\x16\xb7\x79\xff\xff\xaf\xfb\x3f\xfe\xbf\xff\xf9\xbf\xf6\x7f\xfc\xef\xfd\x5f\xef\xbf\xce\xff\xfc\xe7\x3f\xef\x7f\xfb\x8f\xeb\x5f\xce\xff\xf8\xeb\xff\x7f\x5b\xff\xba\xee\xe7\x5f\xfe\xed\xfe\xe7\xfd\x7f\xfe\xfd\x3f\xff\x79\xde\x7f\xfd\xe3\xdf\xff\xf1\xfe\x15\xff\xfe\x6f\x00\x00\x00\xff\xff\xb5\x0d\xdf\x1d\xc7\x89\x02\x00"); -func _bdeb ()(*asset ,error ){_baege ,_beg :=_gdbcb ();if _beg !=nil {return nil ,_beg ;};_fcee :=bindataFileInfo {_dae :"UniAKR-UTF32-H",_fb :248243,_ae :_be .FileMode (436),_g :_a .Unix (1580492666,0)};_bfec :=&asset {_dd :_baege ,_ef :_fcee };return _bfec ,nil ; -};func _eae ()([]byte ,error ){return _c (_aafc ,"Ext-V")};func AssetInfo (name string )(_be .FileInfo ,error ){_efcb :=_fd .Replace (name ,"\\","/",-1);if _caff ,_gegb :=_ecfgc [_efcb ];_gegb {_beffe ,_gdfbde :=_caff ();if _gdfbde !=nil {return nil ,_aa .Errorf ("AssetInfo %s can't read by error: %v",name ,_gdfbde ); -};return _beffe ._ef ,nil ;};return nil ,_aa .Errorf ("AssetInfo %s not found",name );};func _aeee ()(*asset ,error ){_ggge ,_gbcf :=_egfb ();if _gbcf !=nil {return nil ,_gbcf ;};_fbdc :=bindataFileInfo {_dae :"UniKS-UTF16-H",_fb :120685,_ae :_be .FileMode (436),_g :_a .Unix (1580493035,0)}; -_fffaa :=&asset {_dd :_ggge ,_ef :_fbdc };return _fffaa ,nil ;};func _abbe ()([]byte ,error ){return _c (_ccaf ,"V")};func _eb ()(*asset ,error ){_dff ,_aff :=_db ();if _aff !=nil {return nil ,_aff ;};_ge :=bindataFileInfo {_dae :"78-H",_fb :12437,_ae :_be .FileMode (436),_g :_a .Unix (1580490877,0)}; -_fa :=&asset {_dd :_dff ,_ef :_ge };return _fa ,nil ;};func _bbabf ()(*asset ,error ){_ede ,_fage :=_gebb ();if _fage !=nil {return nil ,_fage ;};_ggfc :=bindataFileInfo {_dae :"GBT-H",_fb :44433,_ae :_be .FileMode (436),_g :_a .Unix (1580492211,0)};_gfgd :=&asset {_dd :_ede ,_ef :_ggfc }; -return _gfgd ,nil ;};var _abde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x8f\x9b\x30\x10\xc5\xef\x7c\x8a\x39\x6e\x0f\x5b\x6c\xfe\x19\x4b\x11\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xd8\x43\x6a\xa9\x31\xc8\xc0\x21\xdf\xbe\xb2\x3d\xd0\x1e\x22\xf8\x3d\x3f\x3b\xef\xe1\x49\x8f\xed\xa9\xb5\x66\x81\xf4\xab\x1b\xd5\x19\x17\x18\x8c\xd5\x0e\xe7\x71\x75\x0a\xa1\xc7\xab\xb1\x49\xc2\x33\xd0\x46\x2d\x1b\x86\x87\xba\x75\x53\x92\xa4\x17\x6b\x9e\x9f\x1e\x2f\xaf\x1f\xeb\xc7\x4f\xb0\xce\x48\xf2\xb1\x3d\x9d\xef\xf3\x82\xb7\xd6\x0e\x23\xe4\x71\xbb\x5e\x27\x3a\x02\x20\xfd\x86\x57\x33\x2f\xee\x0e\x0f\x1f\xf4\xd8\xe3\x3b\xd0\x38\x78\xfd\x8b\xd3\xe8\x8c\xbd\xc2\xc3\xf3\x13\xdf\xd5\xf3\x3a\x4d\x7f\xf0\x86\x76\x81\x32\x68\x68\x75\x78\x26\xe9\xf1\xa5\x9b\x3e\x77\x37\x84\xff\xb3\xbc\x85\xc5\xb0\xf6\x86\x6e\x36\xa3\x05\x9e\xbf\x67\x4c\xfc\xd3\x5f\xef\x13\x02\xa7\x43\x7e\x5c\xda\x13\xfc\xe4\xc0\x19\x64\x65\x51\xb2\x5f\xa4\x7f\x7f\x19\xf5\xee\xe2\x22\xc6\x57\x46\xab\xdf\x9d\x4b\x0e\x98\xd5\x4c\x16\x0d\x94\xb2\x8e\xd0\x55\x1e\x64\x72\xc0\xbc\x66\x35\x6f\xa0\x14\x25\x41\xe6\xa1\x88\x20\xf3\x06\x84\x60\x55\x72\xc0\xa1\x57\xd1\x57\x13\x28\x0f\x39\x01\x06\x9f\x88\x24\x75\x20\x32\xca\xc1\x1b\x65\x84\xbe\x0f\x4b\x1b\x05\x23\x67\x44\x43\x03\x15\x8b\xa0\x65\xef\x03\x56\x04\xda\x83\x20\x88\xff\x55\x04\x1a\xba\x90\x90\x73\xff\x9d\xb7\xba\x49\xb5\xd7\x77\x9d\xbd\x22\x15\xab\x1b\x88\x2f\x3e\x50\xbd\x35\x64\xa4\x4a\x5f\x4e\x6e\x6a\xb1\xa9\xa5\xf7\x66\xa4\x56\x9b\x2a\xbc\x37\xa3\xee\xe1\x5c\xff\x22\xbd\x97\xca\xc8\x8e\xd4\x50\x44\x54\x94\x2f\xe6\x09\xe0\xe7\x6f\x1f\x09\xb5\x3a\x87\x76\x09\xd3\x17\x2e\xdd\x5f\xa4\xb1\xb8\x0f\xf8\x34\x4e\x7e\x57\xf8\xfd\x0d\x00\x00\xff\xff\x48\xe4\x8e\x49\x0c\x03\x00\x00"); -func _ade ()(*asset ,error ){_dfef ,_gffd :=_aabea ();if _gffd !=nil {return nil ,_gffd ;};_dffb :=bindataFileInfo {_dae :"UniJIS-UTF32-V",_fb :4458,_ae :_be .FileMode (436),_g :_a .Unix (1580492953,0)};_fdbdeg :=&asset {_dd :_dfef ,_ef :_dffb };return _fdbdeg ,nil ; -};func _gbb ()([]byte ,error ){return _c (_cfce ,"GBTpc-EUC-V")};func _cagef ()([]byte ,error ){return _c (_dgade ,"UniJIS-UCS2-V")};func _ffdb ()([]byte ,error ){return _c (_bdc ,"Adobe-Korea1-1")};var _gace =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\x1a\x4a\x25\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x57\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\xd6\x6a\x50\x18\x67\x02\x00\x00"); -func _bafg ()([]byte ,error ){return _c (_agg ,"Adobe-Japan1-6")};var _bgfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\x9d\x30\x10\xc7\xef\x7e\x8a\x39\x6e\x0f\x5b\x8d\x31\xc9\x2e\x2c\x0b\xad\xaf\xb0\x52\x76\x5b\xea\x76\x5b\x28\x3d\xf8\x92\x79\x12\xa8\x31\x44\x3d\xbc\x6f\x5f\x66\x62\xed\x41\xfe\xfa\x8b\xf3\x63\x32\x49\xd9\x76\xa7\x2e\xf8\x15\xca\xaf\x69\xb6\x3d\xae\x70\xf1\xc1\x25\x5c\xe6\x2d\x59\x84\x33\x8e\x3e\x14\x85\xa8\xc1\x79\xbb\xfe\xfb\xe4\xb0\xd3\x10\x8b\xa2\xfc\xf4\xfa\xf4\xf9\xf6\xa3\xba\x7d\x82\x6d\xc1\x9d\xb5\xdd\xa9\xbf\x2e\x2b\x4e\x5d\xb8\xcc\x20\x73\xad\xdb\xe2\x5e\x0f\x50\x7e\xc3\xd1\x2f\x6b\xba\xc2\xcd\x07\x37\x9f\xf1\x1d\x38\xbc\x10\xff\x92\x1c\x26\x1f\x46\xb8\x69\x5f\x7a\x71\xe0\x7e\x8b\xf1\x0f\x4e\x18\x56\xd0\xcc\x30\x38\xce\xa2\x6c\x9f\x87\xf8\x32\x4c\x08\x47\x27\x6f\xbc\xc2\x0b\x6f\x98\x16\x3f\x07\x10\xf2\x7d\x55\x99\xff\xfc\xf5\x1a\x11\xc4\x6e\xf8\xf9\xbd\x3b\xc1\x2f\x01\xa2\x82\x5a\xa9\x3b\xf9\x7b\xe7\x3f\x9e\x67\x77\xfc\x25\x64\x6e\xde\x7a\x97\x86\x30\x62\xf1\x30\x88\xe6\xfc\x08\x7b\x08\xa9\x1b\x4d\x4c\x0d\xcc\x28\x84\x34\x8d\x64\x66\x33\xb3\x99\x29\x66\x2e\x33\x24\x56\x11\xd1\x82\x89\xae\x89\x34\x4c\x54\x26\x9a\xc8\x1d\x93\xfb\x4c\xc8\xde\xd4\x4c\xb2\x47\x93\x27\x77\x60\xb2\xc7\x90\x47\xb1\xd9\x64\x8f\x21\x8f\x62\xb3\xc9\x1e\x43\x1e\xc5\x66\x94\x4c\x28\x68\x2f\xa6\x78\xb0\x1a\x9b\x47\xa0\x50\xe4\xae\xee\x0d\x4d\xfd\xd8\x3f\xbd\xd3\x69\x1f\xf3\xb7\x5b\x4a\x18\x56\x3e\x6b\x1e\x32\x0d\xce\x07\x3c\xee\x52\x9c\x23\x55\xf1\xf3\x37\x00\x00\xff\xff\x7a\x2d\x9c\xb1\x77\x02\x00\x00"); -func _ecc ()([]byte ,error ){return _c (_gfgc ,"Adobe-KR-3")};func _aabe ()([]byte ,error ){return _c (_ege ,"UniCNS-UTF32-H")};func _gaa ()([]byte ,error ){return _c (_cgd ,"83pv-RKSJ-H")};func _aeaa ()([]byte ,error ){return _c (_feda ,"GBK2K-H")};func _ageb ()([]byte ,error ){return _c (_aeeg ,"UniKS-UCS2-V")}; -var _gfgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc1\x0c\x94\x19\x06\xc2\x30\x6d\x99\x29\xed\xda\xb1\xe4\x60\x68\x6c\xe3\x38\x8b\xbc\x7d\xb9\xf7\x38\x29\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\x9e\xf7\x2f\xfb\x71\x58\xed\xee\xfb\x32\x75\x9f\x79\xb5\xfd\x30\xa6\x25\x9f\xa7\xcb\xd2\x65\x7b\xc8\xc7\x61\x34\x86\xd8\xa6\xa1\x5b\x6f\x43\x7d\x74\xa7\x76\x36\x46\xd6\x7f\x5e\xcf\x6b\x3e\xed\xc7\x7e\xb2\x05\xe6\xa5\xcb\xbc\xcd\xb5\x76\xf7\x91\x8f\xc3\x79\x5d\xae\xf6\xe1\x4b\x9a\x0e\xf9\x3f\x9b\x72\x2f\xfc\xdb\x92\xf2\x32\x8c\x47\xfb\xf0\xf6\x71\x87\x9f\x97\x79\xfe\x9d\x4f\x79\x5c\x25\x2b\xf7\x26\x8f\x49\x9f\x66\xf7\xfc\xde\xce\x5f\xdb\x53\xb6\x3b\xcd\x79\x7c\xfb\x78\xc4\x14\xfd\xe5\x67\x5e\xce\xc3\x34\x5a\xfa\xdf\x39\xfe\x8b\x7f\x5c\xe7\x6c\x69\x4b\xf8\xf5\x3e\xa5\x6c\xdd\x2d\x6f\xff\xf2\x3c\x5d\xc6\xd5\x12\x55\xc5\x36\x85\xb0\xed\x6e\x4a\xf9\x3c\xb7\x5d\x5e\xda\xf1\x98\x8d\xb5\x8d\x73\xce\x3d\xd9\x86\x5f\x5e\x5f\x9f\x64\x4f\xff\xcc\x30\x3e\x6c\x2b\x87\x04\x72\x5b\xe1\x5c\xdf\x3f\x59\x67\x1a\x47\x18\x93\x8c\xb9\x0c\xa6\x71\x0c\xc2\x42\x4a\x62\xd3\xb8\x02\xa4\x10\x52\x85\x68\x1a\xe7\x41\xbc\x10\x72\xec\x4d\xe3\x4a\xa0\x52\x11\x47\xc9\x0e\x40\x41\x51\x59\x48\x78\x05\x54\x29\xaa\x6a\x49\x8f\x40\x51\x77\xe0\xbc\xc4\xd7\x40\xb5\xa2\xc2\x49\x7c\x0b\xd4\x6e\xfb\x94\xf8\x03\xd0\x41\x51\x24\x89\xef\x80\x3a\x41\x85\xab\x24\x3e\x01\x25\x45\x05\x4b\x7c\x06\xca\x8a\xca\x28\xf1\x3d\x50\xaf\x28\x7a\x67\x1a\x82\x29\x52\x53\xde\xd5\xc1\x34\x04\x59\xa4\xb2\x7c\x51\xb2\x69\x08\xb6\x48\x6d\xf9\xe0\xa2\x69\x08\xba\x48\x75\xf9\x18\xbc\x69\x08\xbe\xc8\x6f\x4e\x25\x1e\xbe\x48\x7d\x95\x45\x25\xf1\xf0\x45\xea\xab\x0c\x85\xc4\xc3\x17\xa9\xaf\x32\x46\x89\x87\x2f\x52\x5f\x81\xbc\xc4\xc3\x17\xa9\xaf\xe0\x9d\xc4\xc3\x17\xa9\xaf\x10\xa4\x58\x82\x2f\x52\x5f\xa1\x96\x66\x09\xbe\x48\x7d\x55\x24\xd5\x12\x7c\x91\xfa\xaa\xbc\x54\x4b\xf0\x45\x79\xeb\x5f\xe2\xe1\x8b\xd4\x57\x55\x4b\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\xb1\x96\x6a\x19\xbe\x58\x7d\xd5\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbd\x54\xcb\xf0\xc5\xea\xab\xae\xa4\x5a\x86\x2f\x56\x5f\x75\x2d\xd5\x32\x7c\x71\xbc\xbd\xab\x92\x0f\x61\x5c\x83\x79\x29\x97\x61\x8c\x5b\xb0\x4a\xda\x65\x28\x63\x55\x26\xed\xcb\x5f\xc0\x19\x77\x60\x2c\xfd\x32\xa4\x71\x4a\x2c\xac\x64\xa7\xa7\xf1\x76\xea\xe4\xbb\xdc\x4b\xf7\xbb\xa2\xbb\x2c\x4b\x1e\x57\xbd\x95\xf4\x42\x90\x73\x3e\x8c\xf9\x7e\xc3\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x1b\x63\xd0\x73\x0d\x05\x00\x00"); -func _bacd ()([]byte ,error ){return _c (_bccdf ,"GBpc-EUC-V")};func _aceg ()([]byte ,error ){return _c (_dgea ,"GBpc-EUC-H")};func _acf ()([]byte ,error ){return _c (_eec ,"Adobe-CNS1-2")};var _gde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xfb\xfd\xec\x1e\x18\x0c\xb1\x8d\xcd\x1e\x9c\x84\x38\x5f\x10\x72\xd0\x6a\x46\x8b\x20\x2b\x09\xad\xf6\xe0\x7f\x1f\xaa\x4b\x72\x88\x0f\x46\x56\x59\x7a\x47\x7e\xaa\x67\xba\xef\xde\xdd\xbf\xbf\x3f\xec\x2f\xe3\xdd\xcf\xe7\xe3\xf6\xf3\x7a\x19\x77\xfb\xc3\x72\x5e\x9f\x8f\x2f\xe7\xed\x3a\x3e\xac\x8f\xfb\xc3\x30\x88\x8e\xcb\x7e\x7b\xb9\xbd\xed\x2f\xdb\xa7\xcd\x69\x18\xf0\xfd\xcf\x5f\x9e\x2f\xeb\xd3\xfd\x61\x77\x1c\x8d\x9f\x5b\x5e\x4e\xd7\xcf\x8e\xe3\xdd\x2f\xeb\xe3\xfe\xf9\x72\xfe\x32\xbe\xfa\x61\x39\x3e\xac\xdf\x8d\xcb\xba\x43\xfe\xd3\x79\x59\xcf\xfb\xc3\xe3\xf8\xea\xe3\x5b\xf9\x9a\x7e\x7e\x39\x9d\xfe\x59\x9f\xd6\xc3\x65\xf4\x9e\xad\x87\xa5\xbf\x0e\x77\xef\x3e\x6d\x4e\x3f\x6e\x9e\xd6\xf1\xae\x0f\x7a\xfd\xf1\xad\xbc\xe6\x67\xfa\x3f\xfd\xbe\x9e\x9f\xf7\xc7\xc3\x28\xdf\x97\x92\xff\xc5\xbf\x7e\x39\xad\xa3\x5c\x47\xfc\xf9\xdb\xfd\xfb\xf1\x2f\x19\xa5\x8c\x1a\x1e\xed\xef\x6b\xfe\xc7\xa7\xe3\xb2\x8e\xe5\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xa8\x53\x49\x5e\x61\x10\xfe\x87\xb6\xc7\x65\x7d\x3e\x6d\xb6\xeb\x79\x73\x78\x5c\x87\x71\x9c\x4b\x29\xe5\xcd\x38\x57\xf9\xf0\xe1\x0d\x7e\xec\x37\x9f\x18\xa4\x94\xeb\x57\xf7\x0b\xa3\xdb\x57\x4a\xd9\xed\xde\x8c\x65\x98\x8b\xf0\xbd\xe0\xbd\x46\x0e\x73\x51\x26\x8a\x24\x44\x87\xb9\x18\x13\x43\x52\xb3\x0d\x73\x71\x26\x8e\x44\x8a\xfa\x30\x97\x60\x14\x3d\xd2\x86\xd9\xc9\x28\x7b\x14\x86\xe1\x95\x51\xed\x51\x9d\x30\xbd\x31\x6a\xfd\x17\x14\xc7\xf8\x89\xd1\xd4\x23\x2b\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\xd0\xa3\x26\x18\xbf\x65\xb4\x45\x64\xa5\x62\xfc\xc2\x68\xe9\x91\x29\xc6\xaf\x8c\xd6\x1e\x45\xc3\xf8\x1d\xa3\x5d\x8f\x9a\x97\x61\x16\x4a\x49\x97\xf2\x32\xe5\x30\x0b\xb1\xa4\x63\xb9\x85\x0e\xb3\x50\x4b\xba\x96\x67\x69\xc3\x2c\xe4\x92\xce\xe5\x2d\x7d\x98\x85\x5e\xe2\x57\x53\x8c\xa7\x97\x74\xaf\xb0\x8a\xf1\xf4\x92\xee\x15\x69\x18\x4f\x2f\xe9\x5e\xd1\x1a\xc6\xd3\x4b\xba\x57\x8a\x63\x3c\xbd\xa4\x7b\xa5\x17\x8c\xa7\x97\x74\xaf\x4c\x14\x2b\xf4\x92\xee\x95\x13\x9a\x15\x7a\x49\xf7\xaa\x82\x6a\x85\x5e\xd2\xbd\xaa\xa3\x5a\xa1\x97\xac\xd7\xfe\x31\x9e\x5e\xd2\xbd\xea\x84\x6a\x95\x5e\xda\xbd\x9a\xa0\x5a\xa5\x97\x76\xaf\xe6\xa8\x56\xe9\xa5\xdd\xab\x55\x54\xab\xf4\xd2\xee\xd5\x26\x54\xab\xf4\xd2\xee\x35\x29\xaa\x55\x7a\x69\xf7\x9a\x1c\xd5\x2a\xbd\xb4\x7b\x4d\x15\xd5\x2a\xbd\xb4\x7b\x4d\x13\xaa\x55\x7a\x69\xbb\xad\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x76\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x16\x28\x58\xa9\xa6\x2b\xb3\x8a\x86\x95\x6c\xba\xe3\x4d\x52\x50\xb1\xd1\xcd\x0a\x33\x45\xc7\x46\x38\x13\x66\x81\x92\x8d\x72\xa6\xb7\x1b\xac\x0c\xb3\x91\xce\x3a\x9d\x58\x41\xcd\x46\x3b\xe3\xbd\x69\x86\x9e\x8d\x78\xc6\x9b\xd3\x02\x45\x1b\xf5\x8c\x77\xa7\x35\x34\x6d\xe4\x33\xde\x9e\x5e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x0f\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x08\xea\x36\xfa\xd9\xf6\xf6\x54\xc0\x35\xe8\x67\xf4\x8b\x44\xe1\x46\x3f\xa3\x5f\x34\x34\x6e\xf4\x33\xfa\xa5\xa0\x72\xa7\x9f\xd3\x2f\x0d\x9d\x3b\xfd\x9c\x7e\x99\xe8\xdc\xe9\xe7\xf4\xcb\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x9a\xe8\xdc\xe9\xe7\x79\x7b\x94\xe1\x1a\xf4\x73\xfa\x35\x41\xe7\x4e\x3f\xa7\x5f\x73\x74\xee\xf4\x73\xfa\xb5\x44\xe7\x4e\x3f\xa7\x5f\x9b\xd0\xb9\xd3\xcf\xe9\x37\x29\x3a\x77\xfa\x39\xfd\x26\x47\xe7\x4e\x3f\xa7\xdf\x54\xd1\xb9\xd3\xcf\xe9\x37\x4d\xe8\xdc\xe9\xe7\x3b\x3e\x6b\x15\x9d\x07\xfd\xa2\xdc\x9e\xbf\x65\x98\x83\x7e\xc1\x5d\xa1\x54\x74\x1e\xf4\x0b\x65\x36\xa1\xf3\xa0\x5f\x74\x3f\x15\x45\xe7\x41\xbf\x70\x66\x81\xce\x83\x7e\x11\xcc\x2a\x3a\x0f\xfa\x45\xf7\x53\x2d\xe8\x3c\xe8\x17\x95\x99\xa2\xf3\xa0\x5f\x70\x7f\xd0\x40\xe7\x41\xbf\xe0\x06\xa1\x15\x9d\x07\xfd\x62\x73\xdb\x34\x70\x0d\xfa\x05\xb7\x08\x53\x74\x1e\xf4\x8b\x2d\xb3\x40\xe7\x41\xbf\x58\x98\x35\x74\x1e\xf4\x8b\xee\xa7\x5e\xd0\x79\xd0\x2f\xe8\xe7\x86\xce\x93\x7e\x49\x3f\x0f\x74\x9e\xf4\x4b\xfa\x79\x43\xe7\x49\xbf\xa4\x5f\x14\x74\x9e\xf4\x4b\xfa\x85\xb9\xf7\x6d\xfc\xb6\x5b\x0f\xe2\xdf\xee\xdf\x49\xdd\xf4\xdb\x3e\x88\x5f\x40\xdd\xa4\x6e\x34\xac\x88\xa4\x6e\x52\x37\x05\x2b\x22\xa9\x9b\xd4\x4d\xc3\x8a\x48\xea\x26\x75\x33\xb1\x22\x92\xba\x49\xdd\x6c\x58\x11\x49\xdd\xa4\x6e\x15\xac\x88\xa4\x6e\x52\xb7\x1a\x56\x44\x52\x37\xa9\x5b\x13\x2b\x22\xa9\x9b\xd4\xad\x13\x56\x44\x52\x37\xd7\xdb\xe6\x8d\x6b\x50\x37\xa9\xdb\x1c\x2b\xa2\x5e\x8f\x38\xd4\x6d\x89\x15\x51\xe5\x7a\xec\x69\x15\xd9\xa4\xed\x7f\x6a\xf8\x7b\x3f\x20\x7e\x3d\xb4\x6d\x5f\xce\xe7\xf5\x70\xe9\xe7\xc3\x7e\x30\xc3\xb9\x6a\x7f\x58\xbf\x9e\x35\x4f\xc7\x13\xbe\xd6\xff\xfc\x1b\x00\x00\xff\xff\x7b\xfe\x2b\xdd\x97\x0a\x00\x00"); -var _bcgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xcf\x8e\x9b\x30\x10\x06\xf0\x3b\x4f\x31\xc7\xed\xa1\xc5\x7f\x8a\x31\xd2\x2a\x52\x95\x1c\x8a\x56\xdb\xad\x9a\xee\xb6\x52\xd5\x03\xc1\x43\x64\xa9\x31\xc8\xc0\x21\x6f\x5f\xf9\x33\xa5\x87\x68\xe2\x1f\xfe\x06\x63\xbb\x3c\xb6\xa7\x36\xf8\x85\xca\xaf\x71\xec\xcf\xbc\xd0\xe0\x83\x8b\x3c\x8f\x6b\xec\x99\x2e\x7c\xf5\xa1\x28\xa4\x22\xe7\xfb\xe5\xdf\x10\xa5\xbf\x75\x53\x51\x94\x4f\xe7\xe3\xfb\xcf\xb4\xce\xbc\x8d\x8f\xed\xe9\x7c\x9f\x17\xbe\xb5\x61\x18\x49\xe7\x9c\x5b\xa7\x2d\x4b\x54\x7e\xe3\xab\x9f\x97\x78\xa7\x87\x4f\x6e\xbc\xf0\x3b\x72\x3c\x24\x7f\x89\x8e\xa3\x0f\x57\x7a\x78\x1a\x23\x77\x72\x7f\x70\x5e\xa7\xe9\x0f\xdf\x38\x2c\x24\x60\x1c\x1c\x6a\x51\x1e\x9f\xbb\xe9\x4b\x77\x63\xc2\x3a\xde\xa0\xc0\x37\x8e\xb3\x1f\x03\x35\x1f\x84\x30\xff\xf9\xfb\x7d\x62\x92\x5b\xf8\xb5\x3d\xbd\x0c\xc3\xcc\x0b\x69\x95\x1b\x97\x3f\x5f\xdb\x13\xfd\x92\x24\x05\xa9\xea\xa3\xd0\xbf\xb7\xa9\x3f\x9e\x47\xb7\x07\xa5\xc9\x1f\xd3\x7b\x17\xbb\x70\xe5\xe2\x51\x49\xa5\x0e\x94\x8a\x3e\x90\x15\x95\x01\x55\x99\x2a\x90\x05\x99\x4c\xe6\x40\x56\x2b\x01\x6a\x32\x5d\x30\xab\x01\xb9\x4c\x2e\x91\x51\x89\x74\x6e\xaf\x33\xe9\x44\xe6\x02\x32\x08\xd6\x55\xf1\xa8\xb4\x92\x89\x50\xac\xa8\x0d\xc8\x66\x6a\x40\x35\xa8\xcf\xd4\x83\x1a\x10\x67\xe2\x44\x36\xad\x4b\xeb\x0e\xa4\x07\x90\x4c\x54\xe1\x8d\x28\x56\x58\xf4\xaa\x5c\x26\xac\xcb\x5a\xd0\x90\x29\x07\xd1\xbe\xce\xc1\x1a\xed\x1b\x91\xce\x6f\xdf\xbb\xf4\x3f\xdd\x9c\xfd\x24\xfb\x35\x46\x0e\x0b\xee\x0d\xce\x2c\x6d\xba\x0f\xbc\xdf\xc9\x69\x9c\x52\x0a\xbf\xbf\x01\x00\x00\xff\xff\x7c\xa3\xad\x1b\xbf\x02\x00\x00"); -func _aaga ()(*asset ,error ){_dcab ,_afag :=_egbf ();if _afag !=nil {return nil ,_afag ;};_fgag :=bindataFileInfo {_dae :"GBK-EUC-V",_fb :766,_ae :_be .FileMode (436),_g :_a .Unix (1580492085,0)};_caea :=&asset {_dd :_dcab ,_ef :_fgag };return _caea ,nil ; -};var _dfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\x41\x6b\xf3\x30\x0c\x86\xef\xf9\x15\x3a\xf6\x3b\xf4\x8b\xed\x26\xb4\x85\x12\x18\xe9\xa1\x29\x74\x1b\xcb\xba\x0e\xc6\x0e\xa9\xad\x06\xc3\x22\x1b\xc7\x39\xf4\xdf\x0f\x3b\x59\xc6\x0e\x46\xd6\x23\x4b\xbc\xaf\x9c\x96\xd5\xbe\x22\xed\x21\x7d\x76\x46\xd6\xe8\xe1\xa6\x49\x39\xec\xcd\xe0\x24\xc2\x15\x5b\x4d\x49\xc2\x05\x28\x2d\xfd\x4f\x1a\x83\xec\x1a\x9b\x24\xe9\x99\xf4\xb1\xaa\x97\xe7\xb2\x16\xcb\x03\x0c\x3d\x4e\xbc\xac\xf6\xf5\xbd\xf7\xd8\x55\x74\x33\xb0\x1a\xfb\xd5\x60\xa7\x19\x00\xe9\x0b\xb6\xba\xf7\xee\x0e\x8b\x07\x65\xae\xf8\x0f\x14\xde\x02\x7f\x72\x0a\x9d\xa6\x16\x16\xc7\xc6\x36\xc4\xe7\x42\x3d\x58\xfb\x85\x1d\x92\x87\x2c\x32\x24\x15\x63\x92\x96\xa7\xc6\x3e\x36\x1d\xc2\x5f\x3d\x97\xe5\x21\x3e\x88\xf5\x37\x74\xbd\x36\x04\x5c\xfc\x67\x2c\xff\xe5\xaf\x77\x8b\xc0\xa7\x41\xef\xe7\x6a\x0f\x1f\x1c\x38\x03\x91\x67\xd9\xe6\x73\xe2\x97\x93\x51\x08\x6c\xcc\xb2\xd1\x84\xd4\xca\x35\xd4\x62\xb2\x63\x4c\xb0\x02\x76\x8c\xe5\xd7\x02\xc4\x8a\x07\x92\xcb\x91\xc8\x02\x36\x6b\xbe\x8d\x48\x45\xb4\xc6\x02\xc4\x56\x04\xd2\xe4\x91\x84\x20\xb6\x3c\x18\x9a\x87\x86\x7b\x58\xe5\x6c\x4d\x0e\xce\x21\xf9\xb8\xc8\x28\x3c\x88\xd1\x84\xf3\x67\x59\x63\x43\x57\x3c\xdf\x01\x00\x00\xff\xff\x9f\x7a\x2c\x1b\xd8\x01\x00\x00"); -var _efdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcb\x3d\x3b\x96\x67\x37\xbf\x9f\xe2\x3f\x6c\x0f\xda\x75\xb6\xa4\xad\x17\x48\x2e\x98\x6a\x17\xae\x41\xb7\x8d\xd3\x65\x1b\x8c\x07\x71\xce\x89\x28\x12\x5c\x37\x93\xac\xac\x41\x7d\x7b\xa3\xb5\x74\xdb\xc6\x18\xee\x1d\x2d\x9e\xfd\xc4\x89\xd0\x5b\x48\xfa\x69\x6f\x29\xfe\xee\xef\xff\xf1\x3f\xfd\xe3\x2f\x7f\xfa\xdb\x8f\xbf\xfb\x9f\xfe\xfa\xe7\xcf\x1f\xef\xbf\xfd\x78\xfe\xf4\xcb\xf7\xaf\xf7\xbf\xfe\xf9\xdf\xfe\xfa\xb9\x7f\xbc\xef\x7f\xfe\xd3\x2f\x3f\xfd\x14\xe5\xc7\xf7\x4f\x9f\xbf\xfd\xfa\x27\xf8\xfc\xcb\xf5\x97\x9f\x7e\xda\xbf\xff\xe3\xbf\xff\xeb\xdf\xee\x7f\xf9\xc7\x5f\x9e\x3f\xff\xa8\x5e\xf7\xfd\xb7\xbf\x9c\x6b\x7f\xfc\xf8\xbb\xff\xf9\xfe\xe7\x3f\xfd\xeb\xdf\xfe\xfa\xef\x3f\xfe\xc3\x7f\xf7\xfd\xf3\xfb\xfe\x6f\x7e\x7c\xef\x67\xdb\xff\xc7\xbf\x7e\xef\xbf\xfe\xe9\x97\x7f\xfe\xf1\x1f\xfe\xfe\xbf\xfc\x31\xfe\xab\xf9\x8f\xff\xf6\x97\xbf\xfc\x5f\xf7\xbf\xdc\xbf\xfc\x6d\xdf\xed\x7e\x7e\xba\x7f\xf9\xc2\x9f\xfe\xee\xef\xff\xf3\xf5\x97\xff\x72\xfd\xcb\xfd\xe3\xef\xfe\xe9\x97\x3f\xfd\xfd\x7f\xf9\xe3\x7f\xfc\xa7\xbf\xff\x63\xf9\x8f\xff\x03\xff\xe5\x9f\xff\xeb\xfd\xd7\x7f\xfd\xd3\x9f\x7f\xf9\x11\xe5\xbf\x7d\xbd\xfa\xff\x63\xff\x5f\xfe\xfd\x2f\xf7\x8f\x38\x77\xf9\xdf\xff\xe9\x1f\xff\xd3\x8f\xff\x23\x7e\xc4\xeb\x47\xc9\xba\xca\xff\x79\xec\xff\xdb\x7f\xfe\xf3\xf7\xfe\xf1\xf2\xaf\x62\xfa\x3f\x7f\xfe\xde\xff\xfa\x97\xeb\x73\xff\xf5\xfa\xe5\x9f\xef\x9f\x7e\xfc\xf8\xc3\xeb\xf5\x7a\xfd\xfc\xe3\x0f\xff\x69\xfc\xc3\x3f\xfc\xbc\xff\xfe\xef\xfd\xfb\x1f\xfe\x61\xff\x7d\xff\xf2\xfd\xff\xfc\xe2\xa7\xf0\x46\xbf\xfc\xf9\x6f\xdf\xfb\xd1\xf6\xeb\x3d\x5e\xaf\x78\x7e\xfe\x11\xfb\x57\xff\xef\x7f\xff\x14\xaf\xd7\x79\xfa\x9f\xbe\xff\xf5\x17\xc5\x5f\x8c\x7b\xff\xe2\x0f\xaf\xd7\x55\xf8\xfb\xaa\x3f\xff\x28\xbd\x60\x49\x2d\xb9\x2d\x2f\x2c\x43\xcb\xf8\xf9\x47\x8c\x89\x65\x6a\x99\x3f\xff\x88\x3a\xda\xc0\xf6\xd1\xf6\xf9\xf9\x47\xb4\x57\x5b\xdb\xf6\xf6\x69\x1b\x65\x72\xaf\x77\x68\x89\x9f\x7f\x94\xe0\x79\x6f\xef\xbe\x11\x91\xdb\xf2\xf1\x57\x1b\x31\xc7\xe4\x89\x1f\x7f\xb7\xb1\x6d\x1d\x9b\xa9\xd8\x88\x39\x16\x77\xfb\x2c\x6d\x4b\x1b\xcf\xfc\x5c\xda\xae\x6d\x9b\x2f\xf2\xfd\x35\xdf\x1b\xfb\x3a\xee\xf7\xad\xda\xaa\xb6\x86\xcd\xd4\x6d\x94\xe0\x6e\xb7\xa9\xbb\x5f\xde\x8d\x14\xdf\xa6\xee\x0e\x6d\x15\x9b\xa9\xbb\x49\xdd\x3c\xbf\x35\x75\xf7\xf2\x3a\x72\x76\x9b\xba\xdb\xd4\x55\x72\x71\x5b\x96\x1b\xfb\xb7\xa4\xe4\xfe\x6a\xfb\x6a\xe3\xba\xc7\x5c\x3c\x45\x1b\xf7\x7b\xcc\xc5\x53\xb5\x91\xb3\xc7\x5c\x3c\xe4\x82\xfc\x3f\xa6\xee\x31\x75\x8d\xd4\x3d\xa6\xee\x31\x75\xc5\x27\x98\xba\xc7\xd4\x15\xaf\x33\x75\x8f\xa9\x2b\xbb\xf6\xc3\x96\x08\x76\xfd\x24\xb6\xd0\x76\x4a\x65\xdf\x2f\x82\x14\x83\x7d\xdd\xc2\x56\xb5\x99\xe2\x17\xf7\x8b\x4b\xdb\x65\x5d\x04\xb6\xb7\xb6\xb7\xd7\xf1\xdb\xa2\xad\x68\x23\x6f\xd1\xb4\x35\x6d\x4d\xdb\x47\xdb\xc7\xfb\x55\x6c\x5f\x6d\xa7\x44\x49\x73\x9a\x96\x34\x2d\x95\x67\x74\xef\xd7\xcf\x33\xb0\x7d\xfc\xed\xe7\x6b\x3e\x48\xf3\xe7\xd6\x76\x9b\xbe\x5d\x6b\xf1\xb5\x5c\xbe\xb6\x96\xe0\xb9\x5f\xcb\xe5\x6b\x5b\x5e\x3c\xd7\xf6\x18\xdf\x53\x93\xdc\xef\xdb\xb4\x35\xcb\x99\x7c\x7c\xbb\xb6\xae\xcd\xfb\x4d\x6d\xd6\x65\xf1\xb9\x96\xdf\xf7\xd4\x9b\xcf\xb0\x0c\xbe\xa7\xde\x76\xcb\x28\x49\xfa\xc0\xce\x6f\x62\x0b\x6d\xa7\xde\xbc\xae\x69\x33\x2d\x75\x60\x7b\x6b\xb3\x5c\x2a\xd7\x75\x7f\xdb\xfd\x6d\xad\xd8\x2e\x6d\xa6\xa5\x61\x1b\xf4\x32\x60\x5f\xb7\x5b\x6e\x99\x94\x3d\xd8\xb6\x86\xcd\xdf\xce\xf3\xdb\xdd\x86\xca\x87\x32\x00\xbb\xf7\xe1\xb7\x9f\xa1\x6d\xfc\xfc\x23\x29\xf9\xe2\x5b\x0f\x92\x37\xb2\x7c\x4c\xef\x46\xf2\xde\x96\x2f\x2d\x1e\x24\xed\xb3\xbe\x28\x4b\xf0\x6b\xcf\x56\x17\x79\xaa\x57\xfc\xfc\xa3\x51\x33\xf5\xaa\x5a\xd6\xcf\x3f\x1a\xe9\xac\xf6\x6b\x75\xf7\x4f\x8d\x16\x57\x3f\x5e\xb3\x7b\xa2\x96\x3b\x8d\xcd\xf7\x01\x44\x5d\x94\x57\x0b\xca\xbf\x45\x6a\x7b\x61\x23\x7f\xad\x1e\xdb\x7e\x62\xab\xda\xda\x83\x6d\x70\x9d\xf5\x04\xa2\xae\xbe\x7e\xfa\x43\xdc\xef\xdd\x06\xc5\x6e\x5b\x13\xdb\xa3\xed\xb1\xde\xb9\x8e\x3e\x56\xec\x3a\x7e\x61\x0b\x6d\xa7\xee\xe2\xa7\x3f\x94\x17\xef\xa6\x88\xa2\xa5\x69\xd9\x2d\x61\xb7\xbf\xf2\x8a\xa9\x65\xf7\x1b\xbd\x63\xf9\x68\xd9\x6f\x47\x9f\xdb\x52\x0a\x96\x8d\xd8\xf5\x53\x5e\x25\xb5\xec\x5c\x06\x77\x2e\x5d\xcb\xae\xd7\xdd\x5f\x96\x57\xf5\x57\x1b\x31\x78\x56\xf5\x57\x94\xcd\x28\x58\xde\x5a\x76\x2b\x1c\x03\xcb\xad\x65\x97\xc1\x7e\xbb\x8a\x63\x93\x88\xd1\xf7\x08\x50\xe2\x45\xce\x40\x21\xd5\xf1\x4a\x2d\xfb\xde\xbb\xf7\x2f\xf1\x5a\x5a\xd6\xbe\x66\xdf\x3b\xa8\x1b\x11\xed\x95\x5c\x55\x02\xdb\xc6\xb6\xed\x27\x46\x7f\x61\xeb\xeb\xe7\x1f\x75\xb7\xf8\x12\x43\xcb\xd8\x6d\xad\x74\xc6\xf8\x5f\xc7\xe5\xff\xbf\xa1\xba\xc4\xf2\x07\x1b\x65\x37\xf2\x12\xcb\x07\x6d\x94\xc6\x63\x56\xd1\x52\xb6\x85\x04\x2e\xb3\xb5\x51\x1a\xd9\x5a\x26\x79\xed\xce\x7f\x0f\xcb\x25\xd6\xd4\x32\x7f\xfe\x51\xb2\x60\x31\xa3\x1b\x25\x29\x9e\xb7\xd7\xbc\x17\x8d\x6b\x71\xef\x7b\x60\xdb\xd8\xb6\x7d\xf7\x42\x47\x2d\xca\xee\xde\x4a\x89\x5b\xcb\xfd\xf3\x8f\xb2\x07\x8c\x52\xf6\xfc\xe4\xa0\x54\xae\x61\x1a\x22\xca\x1e\xf2\x4a\x29\x55\xcb\x4e\x37\xc5\x5a\x6c\x20\xa0\xa4\xbf\x5a\x5a\xf6\xb3\x76\x33\x2e\x85\xee\x5f\x94\xfd\xa2\x94\x52\x7c\xfa\x46\xd9\xdd\x4a\x29\x95\x06\x0b\x4a\x23\x3d\x36\x22\x50\x2a\xf7\xa9\x1f\x2d\x9f\x7d\x67\x7e\x95\x94\x2c\x28\x34\xfc\x62\x95\x82\x12\xfc\x8a\xce\x4e\x94\x42\x2e\x7a\xd7\xc2\x40\x4b\x7a\x2e\x9f\xc5\x74\x8a\x57\xaa\xbc\x2d\x8d\x37\xa5\xb1\x73\xda\x18\x3c\x4b\xdb\xe5\x93\x7b\x12\x56\x9a\x4d\x0a\x24\x4d\xb1\xf9\xf4\xd6\xe9\xaa\x76\xc9\xb7\x41\xbe\xda\xf8\xfe\xfc\x23\xf7\x30\x5f\xd2\xfb\x80\xca\x2b\x95\xaf\xa2\xa5\x6c\x4b\xc1\xf2\xd1\xf2\xd9\x96\x7d\xe7\x0c\x7f\x15\xfc\x2a\xb1\x34\x2d\x6d\x5b\xb8\xb3\xaf\x38\xa8\xe4\x2b\x7d\xc5\x41\xdd\x43\x71\xc9\xe2\xaf\x36\xea\x9e\xda\x94\x2c\x5e\x53\xb8\x86\x5f\x59\x17\xa0\x92\x8b\xb4\xe4\x41\x7d\xf1\xf4\x34\x3d\x1b\x95\x52\x4d\x3a\x3a\x11\xed\xb5\x27\x75\x25\xad\x1f\x10\xed\x35\xbc\xae\x6a\xab\xd8\x26\x25\x90\x3e\x91\x81\xab\xbd\x7a\xc5\x96\xda\xd2\xdf\x52\x0a\xd9\xb5\xf9\x62\x4f\xaf\x1b\xda\x86\xbf\x35\x75\x96\xc4\xc6\xfe\x2d\xf9\xcc\xa5\x6d\xf9\x5b\x72\x9a\x97\xb6\xcb\xdf\x52\x42\x0c\x98\x62\x5f\x67\x3e\xcc\x7f\x3a\x6d\x9e\x5e\xf7\xd5\xf6\xf5\x19\xe6\xe3\xd6\x76\xef\x52\x31\x75\x8f\x96\xc7\x5f\x92\x0b\x5b\x09\xd8\x4f\xa5\x84\x6d\xa5\xa0\x16\xf2\xd0\x2d\xbb\x6e\xd9\x4d\xaf\xb2\xec\xba\x65\x47\xa7\x9d\xdd\xb2\xeb\x96\x1d\x1d\x70\x76\xcb\xae\x5b\x76\x93\x72\xb7\xd5\x83\xfd\x5b\x53\x62\xd9\x75\xcb\x6e\x90\xaf\x6e\xd9\x75\xcb\x6e\xfa\x0c\xcb\xae\x5b\x76\x83\x32\xe9\x96\xdd\x46\x2d\xde\xcd\x92\xeb\xa7\xe4\xcc\x85\x25\xd7\x2d\x39\xba\xe7\xec\x96\x5c\xdf\xa5\x14\xde\xdf\x52\xda\xa8\xbc\xc7\x69\x47\x0c\x2a\xfd\x53\x0e\x4b\x68\xd4\x9f\x7f\xd4\x8a\x65\x6a\x99\xbb\x87\xb4\xbd\x4d\xd3\xb9\x51\x19\xc0\x72\x9a\xca\x8d\xfa\xa2\x6c\xa6\xa9\xdc\xa8\x2f\x4a\x66\x9a\xc6\x49\xeb\xe6\xe9\xd3\x14\x6e\xd4\x97\x77\xb6\x66\x37\xca\xa2\x9c\xa6\x69\xde\x28\x8b\x5c\xd8\xab\x83\xfd\x06\x50\x63\xcb\xda\x59\xbc\xa5\xdc\x69\x59\x37\x1b\x95\xbe\x38\x2f\xf3\xba\x11\xe6\xe3\x32\x67\x17\x83\x3c\x4f\x7b\xdb\x1a\xde\x4c\x3d\xf9\xd5\xdb\xa7\xbd\x99\x88\x91\x8f\xb7\xf9\xd8\x88\xa5\xc5\x7c\x6c\xc4\x22\x67\x1f\x5b\xc1\xc7\xa9\x29\x16\xdb\xc0\x46\xf8\x56\x7c\x2c\xa1\x0f\x53\x46\xd2\xf3\x31\xf7\x4e\x9a\x29\xd7\x8f\xb9\xff\x30\x5d\xe1\xce\xb7\x29\xbc\x77\xfd\x14\xf2\x7e\x9b\xf7\x8d\xca\x48\x90\xb7\x79\xdf\xa8\x65\xfe\xf6\xf0\xda\x1d\xed\x41\xf0\x0a\xf4\x57\xd7\x42\x06\x12\xcb\xd2\xb2\x87\xc5\xb6\x13\xd7\x1b\x05\x0a\xca\x9e\xe7\x95\xde\x42\x0b\x83\x72\xc5\x52\xb4\x30\x28\xef\xc2\x1a\x95\xc2\x02\x51\xc7\x56\xd5\xe5\x9e\xdc\x09\xec\x39\xc9\xc4\xd6\xb4\x35\x6c\x14\xf4\x3d\xbb\xb6\xa9\xad\x62\xbb\xb4\x5d\xda\x3a\xb6\x8f\xb6\xaf\xb6\x5d\xdc\xb7\x0d\x02\x6c\xdb\xc2\xe6\x75\x8b\xb9\xd0\xa0\x09\xde\xeb\xab\xed\xfb\xf3\x8f\xc1\x70\x7c\x3b\x6c\x81\x7d\x55\x60\x1b\xda\x86\x36\xaf\x33\x25\xd7\xa5\x8d\xd4\x39\xdb\xba\xaf\xf3\x84\x86\xed\xd6\x76\x6b\xdb\xa5\x7b\xbf\xcd\xd9\xc6\xb6\x91\x0b\x1b\x1a\xd8\x36\x72\xf1\xf6\xb7\xef\xf3\x5b\x4a\xca\xc6\x06\xa2\xd0\x8e\xef\x8f\x49\xf9\x9c\xa4\x68\xf3\x76\xc8\xb4\x31\x78\x4b\x6e\xdb\x17\xd8\x36\xb2\xf1\xf5\x76\x5f\xb3\xc6\xbb\x73\x7f\x7d\xec\xd7\xc7\x32\x32\xde\x37\x6f\x06\xd8\x23\xd4\x4f\x7f\x28\x4f\xc5\x04\x72\x4f\x9d\xaa\xab\x32\x62\x17\x79\x7d\x31\xf1\xaf\xaf\x17\x93\x5f\x2f\xa9\x5a\xf6\x1b\x36\xbc\x26\xb5\x30\xb7\x1a\x7b\x06\x54\x5f\x88\x91\xfa\x7a\xd1\x37\x4e\x2c\x97\x16\xfa\x41\xaf\xf9\x68\xd9\x39\xdc\x73\xb9\xfa\x7a\xdd\x5a\x76\xfe\xb2\x6f\x4b\x98\xa0\x70\xfc\xc4\x52\xb4\xec\x26\xda\x49\x11\x63\x7e\x7d\x29\x44\xfc\xd5\x57\x0b\xf9\xe7\x57\xc5\x7c\xec\x69\x58\xdd\x33\xb2\xfa\x6a\x5a\xe8\x97\xea\xf0\x4e\xeb\xad\xed\x4c\xb6\xb9\xd7\xf2\x5e\xeb\x36\x77\x5c\x77\xf9\xdb\x07\x19\x37\xcd\xcd\x63\x6e\x58\x5a\xa8\x23\x07\x36\x7f\xfb\xf8\xdb\x3d\x83\xad\x4e\xd5\x6b\xec\x94\xb4\x3d\x2e\xd7\x52\xb9\x1b\xd8\x93\xf0\x9d\xba\x82\x4c\x13\xb1\x5f\x9c\x5a\xe9\x6b\x6b\xa5\x67\xdd\x62\xa1\x56\x5e\x87\x5a\x77\xca\xca\x9e\x45\xd4\x6a\xba\x40\x19\x3b\xf5\xf5\x43\xd9\x80\x42\x6d\xd5\x8f\xf7\xf9\xf0\xab\xfd\xfc\xfa\xf5\x57\x1b\x85\xf2\xab\x48\x7a\x51\xaa\xd7\xa4\x96\x3d\x17\xdc\xa3\x7a\x45\xe3\x1d\x44\x1b\x13\x1b\x5d\x8c\x88\x6c\x7b\xc6\x52\x1b\xcb\x17\x22\x06\xcb\x1c\xb5\x31\x3a\x8b\x68\xcb\xdf\x0e\x72\x0c\x22\x59\x6e\xa8\x6d\x5c\xda\xf6\x7b\xd1\x1b\x29\x61\xd2\x78\xb0\xef\xa7\xed\xd6\x46\x4f\xcc\x0c\xa8\xb6\xe5\xfd\xa8\xdf\xc1\x28\x53\x1b\x7a\x42\x44\x63\x0c\xab\xed\x32\x1f\x76\x17\x2c\x3a\xd5\x76\x3d\xda\x68\x87\x6d\xf7\xff\xb5\xbd\xcd\x87\xaf\x37\x4b\x82\xb5\x21\x3b\x45\x8c\x9e\x0b\xdb\xd4\x36\x69\xc3\xde\xef\xeb\xfd\x36\xa2\xbf\x28\xe3\x76\x5b\x06\x1b\x91\x8b\xd6\xde\x1e\xda\x1f\xd8\x65\xb0\xdf\x9b\xa4\x6b\x17\x31\x0a\x6d\x32\x91\x89\x22\x46\xdf\x3a\xa0\x3a\xd3\x14\x31\x58\x36\xa9\xce\x2a\xc5\x2e\x83\x9d\x0f\xe7\x54\x22\x7a\xa7\x0c\x9c\x7b\x88\xfd\x5b\x9e\xcb\x5c\x43\x44\x06\xed\x3e\x47\xd1\x56\xbc\x8e\xe7\x8e\xa1\x6d\x90\x37\x5a\x54\x8e\xa9\x8d\x8e\xbf\xec\xd9\x57\x4d\x06\x08\x11\x8d\xa5\x94\x9a\xcb\xdf\x6e\x44\x06\xef\x47\x2e\x7f\xbb\xf8\x2d\xcb\x7b\xd5\x91\x5f\x44\xef\xa1\x2d\xb5\x59\x6f\x8d\xf4\x5d\xe6\xe3\x42\xbc\xc7\x9e\x7f\xd5\x44\xb3\x88\x7d\xdd\x7e\x4f\xd2\x7a\x4b\xeb\x8d\xe5\xd7\x9a\x1f\xef\xf7\x39\xf7\xe3\xb7\x1f\xd3\xf7\x71\xf9\xb8\x90\x66\xfa\x6a\x11\xb9\xea\xfa\xcd\xf1\xba\x3a\x51\x10\xd1\x5f\x74\xa3\xe9\x2b\x06\xa2\x57\x8b\xf2\x6b\x55\xb3\x42\xd6\x91\x26\x35\xbf\x6f\x6d\x4c\x3b\x98\xf6\xd4\xfc\x9a\xcd\x2f\xd5\x55\xcd\xe6\x63\x96\x1e\x26\x47\x4c\x46\x6b\x3e\x3e\x83\x35\xd6\xb1\x68\x9e\xf9\xd8\x24\x58\x63\xed\xbe\xee\x69\xb3\x03\x31\x66\xf7\x7e\xa6\x99\xae\xab\x23\xf6\xaa\x73\x0a\x11\x63\x91\xbe\x8e\xbc\x12\x31\x73\x4b\xfb\xda\x11\xd6\x22\xc6\xda\x52\xbe\x76\x44\xb2\x88\x9e\x7b\x6a\x56\x7b\xf9\x6a\xfb\x5a\x2e\x5c\x67\xb7\x02\x62\x0e\x9f\x5b\x7d\x6e\x65\x95\x66\x50\xd5\xdd\x57\x00\x44\x9b\xbc\x3e\xbd\x51\x5d\x20\x66\xdb\x12\xba\xf6\x66\xfa\x1a\x13\xf7\x4a\xf5\xf7\xe6\xfd\x1a\xf7\x6b\x7b\xe4\xaf\xbd\x79\xbf\x66\x17\x42\x77\xda\x91\x29\x22\x72\x52\x7e\xdd\x2e\xa9\xdb\x25\xbd\x18\x24\x3b\x53\x6e\x11\x63\xee\x69\x78\xed\xcb\xeb\x16\xcd\xa4\xf1\x0a\x74\x9b\x2c\x88\xd9\x17\xd7\x5d\x5e\xc7\x2c\x24\x1d\x06\x3b\xb3\x10\x11\xb3\x4f\xf2\x81\x3f\x42\x44\x26\x5d\x5c\x7f\xfb\xdc\x77\x58\xa6\xa4\xe5\xed\x33\x36\x22\x99\x82\xd7\xfe\x36\xbf\x2c\x88\xcc\xdc\x72\xa3\x76\xbb\x33\xb0\xbb\x29\xea\xcd\xd7\x02\x44\x73\x90\xe9\x1f\xeb\xed\x53\x7d\xf5\x78\xae\x83\x0a\x88\x96\xcb\xeb\x7c\xae\xaf\xcf\xcb\x3a\xf7\xf5\x01\x91\x7d\x50\x97\x76\x8f\x5d\xcf\x47\xa3\xad\xf5\xaf\xcf\xc0\x7b\xd1\xd6\x4b\x9b\xcf\x60\x05\x39\x8b\xf9\xf5\xfd\x00\x91\x9d\x6e\xaa\xfb\x2e\x80\xfd\x5b\xca\xef\x36\x1f\xf8\x34\xda\xa0\x0b\xee\x4c\xc4\xc5\x2e\x3f\xda\xd0\x6d\x9a\x37\xa2\x2f\xba\xdb\x7e\xfb\x8c\x9b\x77\xb0\xf3\x7e\xf4\xc7\xeb\x1e\x86\xba\x49\xdb\x18\x4e\x8c\xc0\x7e\xee\x0b\x5b\xd5\xe6\xd4\x88\xe1\x6a\x38\x11\x02\xfb\x7e\x0b\xdb\xa5\x8d\x3a\x4f\xda\xc6\x78\x7d\xb5\xf1\x2e\x2c\xda\xc1\x60\xa1\x42\x44\x4e\xde\xe9\xc1\x6a\xa4\xd8\x79\xe3\xb7\xbe\x5b\x20\xda\x28\x5e\x97\xda\x48\x73\xe3\x5d\x1d\xc5\xfb\x15\xee\x97\xa6\xd9\x77\x10\xec\x3a\xda\xe5\x32\x2a\x6d\x0d\xc4\x1c\x0c\x75\xa3\xfa\x5c\xd6\x33\x7b\xa7\x7e\x47\xf5\xb9\xd5\xe7\xd2\xa5\x8f\x6a\xde\xaa\xdd\x63\xee\x32\x1d\x4e\x0b\x40\xf4\xb9\xb4\xf9\xdb\x56\x1d\xda\xb1\x75\x9f\x81\xb8\xcf\xe1\x75\x88\x60\x11\xb3\x32\x85\x19\x0e\x1b\x60\xf7\x43\xa4\xf9\xf2\x19\xc8\xc5\x36\x79\x67\x86\xed\x1e\xc4\xa8\xd6\x07\x33\x72\x11\xad\x33\x59\x1d\xf6\x93\x20\xb2\x30\x29\x1b\x8f\xf5\x86\x97\x69\x04\x7d\xd3\xb0\x9f\x04\xd1\x83\xe1\x74\xbe\x48\x1f\x88\xb1\x68\xcf\x33\x78\x2e\x88\x36\x78\xdf\x26\xcb\x86\x62\x5f\xa7\xed\xab\x8d\x3a\xef\x5b\xc9\xd5\xc9\x6a\xb9\x88\xde\xb7\x3c\xad\xb3\x4e\x6d\xd3\x7c\xec\x32\x98\x2c\x7a\x88\x98\x78\x1f\xeb\xb4\x0c\x40\x74\x64\x44\x9d\xbe\xbf\x20\x9a\x43\xe7\x44\x5a\x88\xe8\x78\x0f\xea\x74\x12\x08\xa2\xb1\x68\x5a\x27\x1e\x34\x11\xa3\x53\xbf\xcb\xf6\x0c\x62\xb0\x9a\x5f\x97\x13\x70\x10\xc3\x3e\x76\x15\xea\x08\x44\xda\xfe\x96\x6d\x68\xd9\x86\x86\xbf\xad\x8f\x36\xcb\x8f\xf6\xb7\xf0\x6e\x89\x6d\xe3\x7e\xe6\x17\x44\x1f\x94\xc1\x42\x87\x8a\x68\x8d\x77\x66\xb1\xd8\x21\xf6\x6f\x3b\xb6\x4b\x9b\xef\x1b\xc3\xfd\x5a\xa6\x65\x15\xa7\x28\xa4\x65\xf9\xdb\x65\xbd\x8d\x89\xed\xad\xed\x6d\x9b\xcc\xdf\x1e\xee\x97\xb3\x15\x10\x39\x29\xca\x75\x59\x44\x17\xdd\xd9\x64\x46\xb9\xde\x16\xe5\xfb\x14\x25\x59\xc2\xd1\x25\xf6\x6c\x8a\x24\xd8\x75\x81\x98\xc1\xeb\xbd\xec\xba\xc0\x6e\xc6\x14\xdb\xed\x6f\x71\xbd\x0e\x9c\x17\x75\xd9\x8c\x97\xcd\x78\x31\xec\x2e\x9b\xf1\x72\xb8\x67\x85\xb8\x2e\x87\x7b\x10\xa3\x30\x9c\x5e\x76\x71\x20\xba\xd3\x82\xcb\x2e\xee\x3a\x5d\xdc\xd4\xd6\xb5\x39\x43\xa5\x0a\xaf\xa0\xfa\x41\xf4\xe1\x75\x4e\x15\x40\x8c\xb2\x76\x93\xbd\x58\x17\x17\xd1\x16\x4d\xe7\x2a\x97\xb6\x33\xc4\x72\x1d\xab\xaf\x22\x06\xce\x92\x7a\xe1\x2c\x15\x3b\x2d\x3b\xbf\x17\x6b\xab\x22\xba\x4a\xe0\x4a\xd3\x92\xa6\x65\x79\xdd\x47\xdb\xc7\xe9\x17\xe9\x63\x9d\x52\x44\xe2\xd8\xa9\x57\x37\x6f\xac\x0f\x76\x9c\xed\xf5\xea\xde\x8f\xf5\xc1\x51\x98\x3e\x5c\x76\x49\xd7\xe9\x92\x78\x6d\xaf\xcb\xf4\x5d\x74\x17\xc9\x14\xef\x62\xed\x49\xec\xeb\xf8\xed\xd7\xe7\xa2\xd6\xbb\xc3\xd5\x85\xab\x5e\x44\xf3\x35\xbb\x1e\x6d\x0f\xdd\xf2\xcb\x7c\xd8\x75\x5d\x67\x8a\x67\xfa\xac\xdf\x4b\x15\xc1\x9a\x73\x7d\xab\xac\x41\xb4\xa4\x6d\xbc\xed\xa6\xc0\xee\x42\x76\x99\xbe\x1d\x5e\xc0\xbe\x1f\xd7\xe1\xa9\x10\x31\x07\xc3\xf8\xdb\x29\x19\x88\x89\xdf\xa5\xbe\x9b\xbf\x6d\xb4\xd3\x17\xc3\xcb\x9b\x35\x67\xb1\x6d\xbb\x7e\xdf\xac\xf4\x8a\xdd\x76\xb9\x8e\x75\x4c\xb1\xaf\xeb\xd8\xbc\xdf\x38\xf7\x4b\x6c\xa6\x65\xb8\x0a\xf7\x22\xcd\xe3\xa3\x8d\xd5\xd4\x56\xf8\xad\x5d\x03\xd8\x6d\x17\x9b\xea\x0f\x44\xbe\x98\x66\xbc\x7d\xe5\xc1\xb6\x91\x16\xdf\xdf\xb7\x6a\x63\x32\x3c\xbf\x9d\x2e\xbd\x55\x7f\x95\xae\xe6\xed\x50\x02\x76\xd7\xc0\x75\x1f\xd3\xfc\x71\x98\xa4\xab\x79\x3b\x5d\x02\xfb\x19\x94\x29\xc1\x19\x22\xf2\xc5\x3b\xfd\x76\x2a\x03\x62\xbe\xe8\xd2\xdf\xbe\xd3\x6f\xc3\x29\xce\x75\xd6\xf9\xdb\xd0\x89\x57\xe1\x19\x4e\xeb\xdf\x4e\xeb\x27\xed\xfe\xfd\xf8\xdc\x47\x95\xcd\x50\xfc\x71\x9a\xf1\x71\x9a\x61\x3f\xf4\x09\xf2\x0b\xb6\xa2\xe9\xd8\x52\x9b\xea\x1e\x35\xf4\xc1\x1f\x21\xf6\x74\x64\x3f\xf7\xc3\xaa\xa8\x88\xf9\xaa\xda\x7c\x06\x2b\x57\xe9\xb4\xf4\xe3\xf0\x02\xa2\x57\x9f\xeb\x74\xee\x73\xa6\x73\x2f\x6d\x1f\x6d\xbc\x97\xad\x73\xbf\xdb\x67\xdc\x6f\xa7\x69\xdc\xef\x7e\xb4\x3d\x3e\x77\xff\xf6\x8b\xc3\x57\x44\xc3\x7d\x5a\xbf\xae\x04\x81\xdd\xd6\xf6\xfd\xbe\x0e\x43\x60\xb7\x67\xae\xc3\x15\x2b\xa2\x2f\xa6\x00\xdf\x46\xfa\x40\x4c\xd7\x65\xbe\xae\x66\x80\x3d\x94\x78\xdd\xad\xed\xf6\xb7\x3c\x43\x35\xfe\xd5\xef\x93\xbc\xbf\x5f\xe5\x04\x88\x3e\xe8\x0f\xbe\x4e\x79\xbe\x4e\x79\x1a\xd3\x91\x2f\x7e\x05\xb1\x9f\xa1\xed\xd2\x76\x99\x16\xf2\xeb\xd4\x08\xec\x29\x3c\xcf\x25\x38\x41\xec\xeb\x26\x36\xcb\x80\x15\x93\x6c\x94\xf3\x77\x7a\xdd\x54\x66\xb1\x52\xf3\x75\x98\xfc\x1a\xb0\xf0\x62\x45\xec\x3b\x7d\xc6\xe4\x19\xa7\x9c\x97\x79\x5b\xbe\xab\xfe\x56\x69\x03\x22\x59\x60\xad\x5f\xd5\x38\xd8\x92\x8a\xeb\xde\xb4\x21\x10\x9d\x65\xc8\xfa\x55\xa1\x83\x68\x85\x7e\xfc\xfb\xb1\xec\x5d\x91\x77\x9a\xf6\x55\x4e\x80\x2d\x03\xf9\xad\x53\x19\x10\x39\x0a\xe9\xb3\xfd\x7d\x6d\x7f\x2f\xfa\xe2\xaf\x12\xe3\xab\xc4\xc0\x5b\x57\xbf\x4a\x6b\xb0\xdb\x24\xe9\xbb\x7d\x06\x7e\xe2\x36\xda\xef\x18\xee\xbf\x44\x4b\x89\xe8\x8b\xe6\xfe\xb5\xc9\x82\xc8\xd3\x24\x7c\x45\xbf\x46\x37\x45\xd5\xe6\xe3\x1e\x14\x6b\x67\x28\xf9\xba\x90\x08\xf6\x4c\x51\x9b\x59\x7a\xc8\x52\x65\x46\x7e\x3b\xec\xde\xae\xf9\x0f\xba\xef\xdb\x99\xf6\xed\x4c\x7b\xa0\xc6\x6f\x67\xda\x20\x86\x4b\xa6\xb7\xaa\x18\xc4\x70\xb1\xed\xc6\xb5\x28\x62\xbc\x58\xec\xb8\x71\xd4\x8a\x3d\x14\xef\xaa\xb9\x2f\x7f\x7b\x39\x33\x66\xaa\x70\x5f\x4b\x9b\x43\x09\xcd\xd3\xf5\x75\xb1\x67\x99\x3c\xd7\x26\x01\xf6\x4c\x1b\x9b\x2a\x16\x44\xe2\x82\xab\xb7\x53\x23\x10\x6d\x99\x16\x9b\x89\xb1\x20\xe9\x8c\xf7\xb6\xbb\x05\x91\xb8\xc4\xea\x6d\x33\x01\xd1\x9c\x05\xbb\xc0\x2e\x62\x86\xcf\xb5\xe9\xdc\x36\x1d\x9c\x67\xf5\xfe\x5a\x7e\x5f\x67\x94\xde\xcf\xae\xeb\x36\xe6\x29\xa8\x4b\x17\xdd\x45\x64\x56\xd2\x67\x97\x7e\x16\xe2\x89\xa5\xa8\xf7\xd7\xe7\x12\xcb\x94\x1d\x85\xe9\xe2\xbc\x88\x46\xac\x50\xbd\x55\xac\x20\x32\x51\xb6\xb7\xd3\xbe\xfb\x4c\xfb\x18\xc2\x6e\x9b\x27\xd8\xf9\xf5\xb7\x96\xfd\x6d\x77\x71\x6c\x6f\x6d\x2c\xb6\x77\xeb\xcd\xe9\xc3\xed\xf4\x21\x50\x20\xb7\x6d\x12\xec\xb2\xa7\xac\x1c\x36\xc0\xbe\xce\xdf\x9a\x8f\xe7\x94\x9f\xd7\x59\x7e\xcf\x29\x3f\xd2\xf7\x58\x47\x8f\xdd\x05\x43\xe2\xa3\x4f\x01\x44\xd6\xa1\xad\x69\x63\x3a\xe7\x2b\xfa\xd8\x9e\xc1\x4e\x8b\xd7\xdd\xda\x58\x95\x09\xa6\x96\x8f\x8b\x9a\x8f\x71\x6e\x44\xd2\xd4\xc7\x69\x06\x88\xc4\x7d\x5e\x1f\x5c\xdb\x62\x4f\xbf\xb0\xa9\x22\x40\xa4\xd3\xeb\xc7\xe9\x03\xd8\xf7\xdb\xf9\x78\x5c\x3c\x7e\x5c\x3c\x9e\xe4\xf7\xf9\x98\x0f\xe2\x8e\x46\x65\x35\xe8\xb1\xce\x1f\xeb\xbc\xd2\xae\x1e\x87\xb0\xc7\x58\x35\x5c\x85\xf5\x71\xba\x0e\x62\x06\x4a\xea\x21\x2a\x52\xec\x69\xe4\x6e\x2f\xcf\x63\x9a\x89\x63\x1c\x13\x49\xf0\x58\xf6\x8f\x2a\x8c\x15\xbb\xf6\xa2\xfc\x44\x74\xba\xc7\xa6\xd3\x43\xec\xe7\xe6\xb6\x31\x4d\x13\xdb\x36\xb6\xad\x25\xb6\x66\x5a\x76\x77\xdb\x5e\x94\xa9\x88\x31\x1b\xcf\x60\xda\x2c\x76\x57\xb8\xb6\x8d\xe1\x4a\x44\x12\x18\xd1\x5e\xdd\xfb\xe1\x56\xef\xa8\xd3\xf6\x62\xb8\x12\x31\x71\xb2\xb6\x17\xc3\x95\xd8\xb6\xb2\x6d\xf4\x25\x62\x97\x1f\x69\x7e\xbf\xb1\xbd\x5d\x8d\x4c\xd2\xf2\xf6\xb7\xbc\xfb\x3d\x5e\xa4\xf9\xe3\x6f\x5d\x68\x8f\xc0\xf6\xd5\x46\x3c\x61\xc7\xd9\xd0\x5e\x5f\x7f\xfb\x75\x15\x6f\xf1\x8c\xc7\xf4\x3d\x4a\x8c\xfd\x4e\x37\xa3\xaa\xc4\x4e\xcb\xc0\xd6\xb4\x35\xfb\xf6\x89\x6d\x69\x73\xea\xbb\xa7\x91\x2d\x68\xa7\x22\x32\xea\x7e\x6e\x30\xcd\x10\x91\xd1\xb0\x21\x1d\xc4\xfe\x2d\xcf\x20\x18\x40\x44\xcb\xad\xd0\x5b\x74\xef\xd7\xcf\xfd\x76\x99\xc6\x20\x1f\x20\x92\x15\xd9\x66\xa0\x95\xd8\x53\x78\xf2\xf1\xf6\xb9\x3a\xc5\x0b\x65\x15\x1f\xf3\xc1\x14\x74\x12\x47\xdb\x82\x3e\x51\x44\xa3\x4d\xb6\xf8\xf8\x0c\x1d\xd8\x25\x78\x06\xc3\xa4\x88\x86\xbc\x6b\x71\x7b\x1d\xd3\xaf\x16\x8d\x7c\x3c\x96\x0b\x6d\x37\xe9\xaf\x5a\x61\x6a\x29\xb6\x6d\xe7\xa3\x30\x46\x89\x68\x04\x36\x34\x03\x94\xc4\x7e\x2e\xd7\xd9\x86\x8c\xbd\x4c\x56\xbe\x5b\x19\xda\x58\x7d\x9d\x84\x68\xb5\x82\xf7\x58\x6c\xdb\xce\x47\x21\xc0\x40\x6c\xdb\xae\xf3\xc2\xca\xa8\x88\xde\x5e\xfc\x96\x15\x22\x11\x2d\x5f\xe5\x37\x87\xfb\x56\xde\x3e\xce\x85\xd3\xb6\xbb\xd6\x56\x1e\x1f\xf7\x9c\xc5\x4a\x92\x8a\x0a\x13\x7b\x16\xe7\x75\xfe\x96\x2e\xb3\xb3\xa0\xd7\x2a\xea\x4a\x44\xa3\x1b\x68\xd5\xea\x07\x5b\xf1\xef\x6a\xad\x28\x4c\x11\x13\xaf\x5c\xab\x6f\x8a\x03\xc4\x20\x8a\xae\x11\xc7\x79\xb0\x67\x67\x3b\x2d\x95\x60\x51\x11\xc3\x6a\xad\xbe\x16\xd5\xd7\x62\x35\xee\x47\x97\x24\x62\x16\x6d\xa8\x0d\xb1\xaf\xdb\xbf\x35\x1c\x54\x6c\xf5\xf7\xc2\x56\xb4\xb9\x88\x46\x15\x36\x66\xe4\x62\x5f\xb7\xef\xd7\x58\x98\x14\xdb\x36\xb0\x7d\xb5\xf9\xdc\x3d\x6b\x6d\xfa\xfe\x44\xb4\xf3\x5b\x66\xa3\x22\x66\xe9\xa4\x65\x69\x5b\x0e\x39\x03\x1b\x0b\x61\x22\x1a\x7e\xaf\xd6\x2e\xd3\x77\x15\xa7\x23\xdc\xef\xed\x75\x6f\x9b\x5d\xe7\xb9\x04\xf5\x8b\xe8\xd6\x65\xfb\x78\xdd\xc7\x21\x8c\xae\xa1\x7d\xcc\xc7\xe7\x2c\x1e\x17\x6c\xb7\x36\x5e\x5b\x56\x65\x5a\xfb\x9a\x37\x17\xa8\x99\x6a\x35\xfd\x81\x62\x5f\x47\xf9\xe1\x0f\x14\x7b\x86\xda\xb1\x2d\x6d\x0c\x61\x93\xfa\x6d\xb7\xe5\x42\xd0\x7d\x16\xf3\xc6\x70\x2f\xb6\x92\x22\x2d\x28\x47\x11\xfd\x95\xd8\x6c\xa7\x4d\x45\x38\xea\xce\x6f\xda\xed\x81\x3d\x4b\x5f\xd8\x9a\x36\x5f\x9f\xad\x90\x5a\xda\xed\x81\x48\x16\xa8\x5b\xbe\xde\xda\x6c\xbb\x74\xe9\x49\x98\xa9\xd8\xaf\x37\xf7\x73\x68\x4a\x55\x18\x91\x3a\x2d\x59\x20\x14\xfb\xba\x81\xed\xd6\x76\xbb\x30\xbe\xcb\x2f\xab\xe9\x63\x91\x39\x09\x50\x6e\x59\x7d\x2e\x6a\x6d\x96\xc9\x73\xab\xcf\x20\x50\xa5\x65\xd5\xf6\x68\x3b\x5d\xff\x2e\xe7\x6c\xde\xaf\xa9\x04\xe8\x2e\xf4\x9d\x8a\xdd\x86\x3a\xb6\xa2\xcd\xf6\xd2\xbd\x2e\xb5\x59\xe7\xb4\x53\xa3\xe0\xda\x89\x82\xb3\xdd\x1b\xa5\x26\x62\x0e\xcb\xca\xee\x0c\x44\xab\x8d\xb4\x0c\xcb\x60\xf8\x4e\x4f\x9e\x3b\x7d\x06\xca\xac\x31\xb5\x6c\x69\x3b\x48\xdb\x41\xd0\x75\x19\xf2\xd3\x4e\xc8\x4f\x61\x88\xed\x2c\x46\x8b\x68\x95\x77\xab\xa3\xe4\x45\x34\x9c\x5d\xad\xb3\x3a\x27\xf6\x6f\x77\xfa\x3a\x11\x7e\x22\x9a\x43\xb1\xce\x2e\x11\x0d\x9f\x72\xeb\xac\xac\x88\x3d\xa5\xe5\x19\x0e\x1b\x60\x4f\xeb\xf7\x3b\xd8\xbf\x5e\xc7\x54\x3a\x59\x81\x69\x3a\x52\xc4\xbe\x6e\xa7\x65\xd8\x47\x0c\x55\x3b\x2b\x03\x6d\xb0\x52\x28\x22\xf1\xf1\xb7\x81\xca\x16\x7b\xc8\xde\x65\x30\x98\xba\x89\x48\xb6\x19\xb4\xb1\xfc\x2d\xfe\xe3\x89\xd2\x6b\xe3\xa2\xac\x40\xf4\xe4\x3d\x1a\x6f\x6d\x84\xf0\x74\x16\xf8\xdb\x20\xca\x41\xc4\x60\xc3\x50\x1b\xf6\x89\xc3\x3e\xd1\x29\xcf\xf0\x3d\x02\x31\x62\xed\x3a\x9f\x4c\x73\x45\x8c\xc5\x3b\x3d\x7d\x3f\xc0\x9e\xba\xed\x72\x99\x95\xb2\x07\x31\x89\x75\x6d\x93\xa8\x49\xb1\xa7\x73\x3b\xcd\x93\x15\x31\xb1\xcb\x99\x67\x2c\xef\xe7\x62\x74\xd9\xd3\xeb\x36\x2f\x7f\xab\xca\x76\x38\x9d\x84\x2c\x89\xad\xee\xb9\x9f\xf5\x31\xad\x8f\xc1\x3b\x38\xed\x9b\x40\xf4\xbe\xa7\xd2\x6d\x9a\xdf\xe9\xb4\x94\x15\x9d\x36\x91\x09\x62\x97\x3d\xf7\x73\x0a\xa5\x73\x20\x17\xed\x79\xd9\x26\x97\x53\x78\x22\x0b\xdb\x72\x0a\x00\x62\xb0\x82\xda\x16\x71\xd6\x62\xa7\x79\x97\xcb\x72\x5c\x00\x5b\x26\x24\xb6\x4b\x9b\x2b\x12\xcb\xeb\xbe\xda\x9c\xe6\xd2\x26\x57\xf5\xb7\x38\x8d\x33\x53\xdb\x47\x9b\xf2\x84\x77\x70\x55\x9f\x5b\xed\x9f\xcb\xef\x18\xee\x97\xb3\xe5\xe5\x6c\xd9\xd9\xed\xb2\xbb\x58\xee\x32\xf1\x55\x5e\xce\xa0\x97\x33\x68\x87\xdd\xe5\xcc\x78\x19\x70\xda\xa6\x36\xb3\xe4\xcc\xb8\x32\xc4\x2e\x16\x3a\x45\xb4\x39\xc9\x26\x7e\x0c\x11\xcd\xe1\x5e\xc7\x82\xd8\x33\x45\xee\x47\x64\x9b\x88\x59\x69\x76\xcb\xe1\x05\xec\x59\x0d\x45\x7e\x9b\x16\x15\x08\x21\x50\x6d\xdd\xfe\xf6\x76\xd1\x1a\xdb\x65\x17\x72\xd9\x85\x24\x33\xd9\xcb\xee\x1b\x44\x9a\xdf\x8b\x90\x69\xb1\xef\xb7\xd3\x7c\x59\x0d\x57\x3d\xcf\xd8\xcf\xbd\x58\x74\x15\x7b\x1a\xc4\xfd\xde\xfe\x96\x45\xa0\x41\x60\x7f\xbb\x50\xfc\x62\x37\x4f\xee\x87\xf2\x16\xd1\xec\x82\x2f\x87\x49\xb0\x9f\xc1\x6f\x1f\xd3\xfc\x98\x66\x5e\x5b\x17\xb7\xdb\x59\xdc\x46\x99\xb5\x37\xfe\x4f\xb1\xf3\x8b\xcd\xd7\x11\x44\x67\x67\x56\x7b\xab\x54\xde\x2e\xac\x55\x86\x97\x37\xe1\x30\x62\xdf\x8f\x67\x58\x6f\x2e\x50\xb7\x9c\xda\xde\xda\x9c\xf6\xbd\x78\x06\xe1\x49\x22\x7a\xa5\x19\xbf\xa7\xb6\x79\x56\x01\x78\xae\xb3\x79\x10\x59\xe9\x96\xdf\x28\x51\x11\x4d\x05\xe2\x42\xb6\x88\xd6\x53\x9b\xf9\x30\x94\xa6\xf2\x9a\xbd\x09\x5d\x13\x31\x2b\xd3\xcd\xf7\x5b\xdb\xdb\xba\x44\x0d\xb9\x90\x2d\xa2\x75\x86\xbf\xb7\x53\x9e\xb7\x53\x1e\x76\x48\xb5\x8f\xd3\x82\x8f\x6a\x88\x80\xfb\xf6\x79\x0d\x6d\x43\x5b\x60\xbb\xb5\x79\x3f\x14\xd2\xc7\x21\xfb\xe3\x02\xab\xaa\xf3\xe3\xeb\xf8\x31\x8c\x89\x9d\x68\xed\xe3\x30\x04\xa2\x13\x54\xde\x3e\x84\x27\x89\x9d\x0f\xae\x1b\xda\x5c\xd4\x5c\x4c\xfb\x3e\x97\xe9\xc3\xc9\x36\x3b\xd3\xe6\x8f\x5d\x21\x88\xc4\x39\xd0\x3e\x4e\xfb\x3e\xc6\x52\x34\xa6\x28\x1f\xa7\x7d\x20\x72\x31\x6c\xb8\x90\x2d\x76\xfa\x78\x06\x2b\x35\x22\x7a\x58\x06\x76\x99\x20\xba\xdd\xcf\xd7\xe9\x12\xd8\xf9\xd8\xcf\xfd\x12\xcc\x28\xa2\x77\xda\xf3\x17\xc7\x96\x88\xd6\xe9\x0f\x5c\x60\x15\x31\xea\x1a\xd8\x3e\xda\x8c\x09\x29\xbb\xfc\x6e\x87\x1c\xc0\x52\x74\xbb\x9d\x98\x03\xe2\x32\xda\xed\xf4\x0e\x28\x42\x6e\x6b\xf1\x76\x72\x87\xd7\xb9\xdd\xd6\x22\x30\x40\xa9\xdd\x38\x7a\x85\xa3\xfc\x6d\x96\x00\x01\x23\xed\x26\x90\x41\xb0\xb8\xd5\x6e\x47\x3c\x40\xec\x5b\xbb\x89\xf2\x14\x1d\x07\x50\xbb\x71\x42\x88\xce\x40\x7e\xdb\x62\x40\x7f\x85\xa6\x47\xd3\xc3\xef\xb8\xb9\xe5\x07\x08\xb6\x6b\xb7\x83\x0b\xf0\x3d\xb8\xc3\xdc\x6d\x10\x8a\xda\x6e\x27\x40\x60\xd0\xc7\xdd\x4e\x51\x81\x93\xb3\xdb\x09\x07\x18\xd4\xdf\x6d\xff\x01\x08\xfa\x6c\x77\x98\x59\xf7\x75\xf6\xe9\x55\x66\x2e\xac\x15\x7a\xbc\xdb\xc1\xed\x8e\xe7\xe7\x1f\x93\xbe\xe8\x2e\xa6\x92\x5d\x56\x39\x18\xb2\x6e\xfb\x4f\x10\x83\xbd\xb8\xed\x2e\xa6\x8b\x5d\x64\x2c\x66\xb6\xbb\x98\xb0\x8d\xe4\x25\xbc\x1d\x13\x6f\xbd\xa3\xc5\x7a\x50\x43\x02\x67\x0a\xb7\x5d\xdd\x6d\x57\xa7\x12\xb9\x1d\x39\x41\xef\x5a\x4c\x6a\xb1\xd8\x31\x55\xcb\x78\xa3\xb3\x2e\x72\x57\x53\xbf\xd1\x5f\x95\x54\xb9\xb4\x01\xe2\x45\x9b\xbd\x9d\xa6\x83\x5e\x79\xbd\xef\x6a\x76\x36\xb2\xd2\x82\xec\x6c\x41\x8c\x3e\xb5\x99\xc3\x8d\x6e\x9e\x5d\xb4\x02\xbe\x24\xb7\x9d\x07\x18\xf9\xdb\x1b\xd0\xda\xed\xe0\x0f\xfa\xab\x9a\x31\x73\x5f\x4f\x3c\x35\xa5\xa4\x3e\x00\x89\x1a\xba\x9b\x99\x6d\x6e\x4c\x64\x66\x77\x37\x73\xbb\x91\xb8\x58\x9b\x6b\xea\x22\xcf\x45\xb6\xb2\x0d\x7b\x9e\xbb\x99\xd9\xe6\x3b\x45\x3e\x9a\x79\x6d\xe4\x55\x8b\x79\x6d\x67\x91\xd2\x9b\x9b\xdb\x8d\xce\x5c\xfa\x6e\xa6\x7d\x83\xc8\xe2\x76\x3b\x1b\x06\xc3\x57\xa1\x99\x97\x8d\xe1\xab\xa0\x82\xb9\xf7\x94\x64\x4e\x4a\x36\xad\x91\xb4\x81\x51\x2c\x69\x92\x36\xca\xcb\x2e\x23\x4d\xd3\x46\x9a\xdd\xb4\xcd\x9d\x1d\x41\xf6\x0f\x76\xd4\x20\x46\xb7\x7e\xd5\x42\x20\xd7\xb9\x99\x49\xdf\x20\xd8\xb4\xdd\x69\xd2\x37\xba\xef\x42\x9a\xf4\x8d\xce\x64\xf0\xee\x26\x61\x63\x32\xfe\xde\xce\x9b\x6e\x57\x83\xa6\x6d\x6e\x58\x0b\x84\x0c\x57\x0b\x7d\x98\x9d\xe1\x34\xc2\x72\x70\xf8\x05\xc5\xde\xf9\x76\x2d\x0d\x8c\x81\xc6\x72\x53\x43\x3b\x9b\x1a\xd8\x3a\xdc\xee\x69\x6b\x30\xb0\xcf\x89\xcf\x3d\x2d\xd5\x8d\x9a\x76\x7a\xd3\x74\xcc\xf6\xf3\x8f\xf5\xb2\x7e\x54\x71\x20\x19\xdc\xdd\x0c\x21\xba\x25\x38\x6d\x20\xd3\xe8\xd2\x97\xbf\x33\xfd\x1b\xbd\x9b\x06\x8b\xc2\x80\x96\xe9\x1b\x32\x2d\xfb\x8d\x50\xc2\xba\x87\x42\xb8\x00\xc0\x76\x8a\x83\x8e\xb7\xbb\xdd\x4e\x3a\x40\xb7\xad\x39\xd4\x80\xce\xba\xc6\xbd\xcc\xdf\x46\x67\x1a\x7b\x3b\x05\x01\xfd\xc5\x42\xc7\xed\xfa\x1a\xe8\xcc\x2b\xdc\xaf\x21\x3a\xb3\xa3\x5b\x21\x06\xa2\x0d\xbb\x84\x65\x66\x16\xf5\x4a\xba\x97\xf5\xba\xec\x55\xad\x57\x65\x0e\x08\xd5\xc1\xbd\x4c\xb9\x51\xf8\xb6\x1a\x17\x7e\x40\x74\x5f\x42\xd7\x7d\x40\x5a\x5b\x4e\x99\x41\x67\x8d\xe1\x76\x1d\x08\x10\xee\xd6\x6e\xa7\x0d\xc0\xc9\xb7\x5b\x48\xc4\x74\x80\x54\x41\x82\x69\xd7\xef\xd2\xb5\x6e\x30\xe2\x1d\xdb\x7d\x99\x6e\xe2\x36\xab\xe5\xab\x3a\x3b\x9b\x47\x6c\xff\x6f\x8b\x73\xa3\xbc\x1c\x92\xd5\xa2\x60\xbd\x7c\x9d\x9d\x8f\xdc\x2e\x43\xfd\xfa\x4b\x4b\xcf\x8d\xad\x81\x44\xba\x5d\x02\x04\xdd\x4e\xc6\xf5\xf3\xfb\x7d\x5e\x4c\x1f\x60\xeb\x60\xd1\xb2\x0d\xab\xd5\x35\xf5\xfb\x04\x46\x3b\xc2\x3a\xeb\x03\x7d\x70\x37\x97\x13\x81\x02\x51\x9f\x9b\xe8\xaf\xf0\x22\xb3\xb4\x41\x98\x67\xbb\x5d\x70\x06\xdd\xbe\xe7\x63\x1e\x3f\xbb\x3b\x34\xe9\x2e\xe0\x83\xfe\x72\x20\xfb\x98\xc3\x8d\xfe\x0a\xef\x64\x06\x3f\xbb\x37\x74\x38\x75\x5a\x06\x3a\x93\xc1\xdb\x75\xb7\xdb\x00\xeb\x62\xc9\x7f\x4d\xc1\x77\xfc\xfc\x63\x38\x90\xe9\x1c\x00\xc3\xf1\xcf\x75\x51\x30\x6c\xb4\x5f\x9f\xf6\xb5\x38\xb9\xf9\xd7\xb2\xfb\x3a\x96\x90\x5f\x75\x33\x30\x9c\xbf\xe9\xd5\x13\xa7\x7c\x55\x61\x60\xd8\x64\x9c\x3b\x82\xfe\xaa\x9a\x2c\xb9\x2d\x67\x86\xef\xbb\x42\x0d\x0c\x27\x47\xb7\xe9\xbe\x29\x27\x04\xb9\x3e\x3f\xd1\x5f\xac\x2b\xdc\xae\x0b\xde\x1e\xc6\xd1\xcf\xdd\x6d\x0a\xb7\xae\x14\xc4\xcd\x7d\x9b\xd0\xdb\xa8\x15\x7f\xfb\x58\xed\x1b\xd3\x37\xe9\x31\xa9\x0f\x49\x1d\xed\x77\x0c\xb9\xae\x13\x83\xe9\xa8\xe1\xaa\x01\x58\x36\x60\xd7\x4d\x40\x7f\xf9\xaa\xb9\x24\x04\xfa\xcb\x06\xf6\xd8\x52\x36\xa6\x83\xc8\xe3\xcb\xf0\x30\x94\x0e\x6f\x6e\xa1\x3c\xf6\x2e\x2c\x49\xdc\x2e\xb9\x83\xe9\x8b\xf5\x58\x51\x1b\xcb\x4e\x57\xad\x08\x08\x7f\x69\xfa\x27\x85\xfb\x17\xda\xe3\x34\x1a\x10\x52\xdc\x1e\x57\xb7\x41\x77\x91\xf4\x71\x66\x0d\xa2\xb1\x89\xa0\xe9\xd7\x14\x46\x9f\xb5\x87\xfd\x3e\xa2\xb3\x71\xb6\x3d\x4e\xad\x41\x7f\x0d\x13\xb1\x34\xd1\x31\x4e\x2c\x97\x96\x6b\x67\xc6\x9f\xbd\xb5\xbc\x77\xaa\xbc\xf7\x57\xcb\x77\x5f\x63\x02\x6e\x2d\xcc\xe8\xba\xe9\x7c\x34\xed\x1c\xa3\x12\x1e\xe7\xd1\xcf\x9e\x35\x4f\x16\x91\x9e\x30\x7b\x41\xf6\xa6\x17\x99\xbd\xa0\xd7\x67\x0c\x7e\x9c\x5b\x83\x4e\x3c\x47\x7b\x9c\x5c\x83\x89\xb8\x7f\x9c\x4a\x83\xce\x3e\x84\xf6\x38\x97\x06\x13\x45\xf7\x38\x97\x7e\xdc\x21\x30\xe8\xe2\x1f\x57\x19\x80\x91\x8f\xed\x29\x26\xab\x98\x2c\x6e\xef\x84\x18\xec\x5f\x92\xd4\xe2\xfd\x0d\x22\x1c\xa6\xd5\x09\x30\xe8\xec\x43\x6e\x8f\xf3\x5f\xd0\xf5\x49\x3e\xc5\xb2\xd9\x08\x76\x0e\xb7\xc7\x09\x30\x08\xbc\xf8\xed\x71\xba\x0b\xb6\xde\x26\xe3\xce\x77\x41\xd7\x99\xf9\x28\xe5\x40\xb8\xe0\xfe\x38\x05\x06\x71\x0a\xc3\x39\xf0\xe3\x1c\x98\xc3\x75\xda\xe3\x1c\x18\x84\x4b\x9b\x8f\x93\xe0\xc7\x3d\x0f\x1c\x19\xd0\x9e\x6a\xa9\x11\x5b\xed\x30\xf1\x38\x33\x06\x3d\x6c\x5d\xce\x7d\x41\xe0\x46\x6f\x8f\x73\x5f\x10\x04\x05\xb5\x47\xed\x0d\xba\xce\xe2\xc7\xd9\x30\xe8\x61\xbb\x70\x3a\x0c\xba\x2e\xb8\xc7\xd9\x30\xd8\xcd\x9e\x5f\x3a\x1d\x06\x41\xe0\x50\x7b\x9c\x0f\x83\x48\x5d\x53\x4f\xb3\x34\x08\xa8\x22\xd0\xa3\x3d\x4e\x92\x41\x70\xf2\x52\x7b\x9c\x24\x83\x38\xad\xcc\x59\x32\xe8\x61\xfd\x3a\x49\x06\xd1\xc6\xd0\x66\xce\x37\x8e\x83\xef\x71\xe6\x0c\xe2\x75\x52\x61\xce\x59\x48\x3e\xaf\x88\x73\x67\x10\xaf\x46\xf9\xa4\xcd\x80\x35\xbe\x17\xc2\xee\x71\x3e\x0d\xba\xbe\x74\x63\x11\x44\xd7\xaf\xf1\xa4\xad\x80\x28\x39\x3d\xcb\x8f\x6e\x03\x10\x1c\xbc\xd1\x1e\x67\xe2\xa0\x87\xfd\x89\xfe\x76\x10\x2f\x16\xf2\x0c\x6b\x10\x3d\xec\x04\x9c\x9c\x1b\xd5\x70\xda\xb5\xb3\x73\x10\x3a\xc0\x1e\x27\xe7\x20\x5e\x36\x58\xe7\xe6\x20\xd8\x5e\xdf\x1e\xe7\xe6\x20\xec\x7b\x1f\x27\xe7\x20\x5e\xe9\xed\x2d\x1c\x66\xe7\x2e\xdc\x3c\xba\x6b\x41\xb0\x7d\xbd\x3d\xdd\x96\xd2\x69\x29\x2c\x71\x3d\x7a\x41\x40\x0f\xdf\xde\x6e\x79\x75\x1b\x0a\x6d\xa7\x5b\x5e\x1b\x9d\x6d\xd4\xed\xd1\x4b\x0e\x3a\x1b\x9c\xdb\xa3\x20\x00\x51\x9b\xf7\x32\xdb\x1b\xbd\xd9\x4b\x77\xb3\xbd\xd1\x5b\x78\x2f\xb3\x8d\x77\xbd\x32\x7a\x3f\x7a\x57\x41\x6f\x61\x22\xcc\x23\x2b\x7e\x95\xc5\x95\xc7\x05\x3f\x10\xb5\x6a\x32\x43\xc3\x60\x3d\x4b\x5a\x0d\xf2\xa8\x41\x50\x9a\xcf\x30\x47\x1b\xdd\x95\xb8\x67\xd8\x02\x08\xcb\x73\x11\xf9\x19\xb6\x80\x8d\xee\x3a\xdc\xa3\x3b\x08\xf4\xba\xbc\xca\x16\xb0\xd1\xdb\xeb\x77\x48\xdf\x67\x58\x52\x1b\xbd\xbd\x4c\xa3\x25\x85\x1b\xa7\xfa\x12\xb8\x4c\x09\x82\x88\xfd\x66\x1c\x8c\xe8\xd5\xc6\xe6\x22\x1b\xe8\xae\x47\x3e\x8a\x29\x10\xb5\x79\x7b\x0b\x8f\xc0\x84\xca\xfc\xe4\x51\x4c\x81\x5e\xed\x4a\xd4\x52\xa0\x37\xd6\x3b\x1e\xa5\x14\xe8\x2d\xfc\xa1\xc5\x39\x2d\x4e\x92\x3a\x2d\xce\x69\x71\x52\x11\xaa\x2b\xd0\xab\x3d\xb9\xf2\x0a\x04\xc1\x48\xed\x51\x5f\x81\xb3\xea\xfa\x28\xaf\x40\xa8\xe7\x1e\xf5\x15\xe8\xae\xb5\x3d\xd3\xf2\x22\x10\xb2\x0d\xbb\x20\x25\xd7\xa3\xe4\xaa\x26\xdf\xd2\x61\xdb\x3a\xf1\x63\xed\xd1\x41\x0d\xc2\xc5\xfd\xc7\x45\x5d\xd0\x09\xbe\x6c\x8f\xa2\x0b\x44\x45\x3a\x3c\xaa\x2e\xd0\x1b\x2b\x31\x8f\x1a\x0b\x74\x36\x50\xb4\x47\x91\x05\x7a\x63\xea\xfd\xb8\x16\x0c\x82\xe3\x7a\xda\xe3\x52\x30\xe8\xed\xe5\xbd\xcc\xf7\x46\xaf\xf6\xe3\x0a\x2f\xe0\x1e\xb8\xf6\xa8\xbb\x1e\x75\x17\x33\xc3\xc7\x65\x47\xd0\x1b\x1a\xe1\x71\x55\x19\x84\xfe\xdd\x47\x75\x06\x7a\x73\x48\x53\x66\x81\x3d\x4c\x90\x0a\x25\xd3\x73\x9d\xb1\x9b\x8c\xab\x99\x1e\x83\xe4\x1b\x7a\xfa\x71\xcd\xf6\x51\x34\x85\x97\x59\xb0\xec\xc8\x1d\xb6\x6a\x57\x71\x1f\x57\x71\xbb\x0d\xd6\xd8\x17\xd0\x0d\x59\x7a\x94\x5b\xa0\xbb\x78\xf2\x18\x09\x02\x62\x98\x75\x15\xd8\xe3\x86\x7e\xcb\x5f\x05\x06\x62\x14\xaf\xb2\xad\x6c\xf4\xe1\xd0\xaa\xfe\x02\x5d\x55\xf1\x28\xc0\x40\x1f\x0e\x1d\xae\xba\x3f\xef\xb3\x69\x99\xa6\xae\xfe\x7a\xd4\x5f\xbe\x10\xca\xaf\x47\xf9\xe5\xd8\xa1\xfe\x7a\xd4\x5f\x4e\x2a\x14\x60\x20\x5c\xc8\x7a\x14\x60\x20\x86\x15\xa0\x02\x03\x31\x2c\x57\x43\x16\x40\x1f\xf6\x03\x1f\x33\x79\x54\x99\xf7\xb2\x96\xdc\xa1\x17\xe7\x91\x66\x1c\x5d\x36\x1c\x9b\xd4\x65\x8f\x67\x16\xd8\xd7\x7e\xcc\xb8\x52\xcd\xc1\xe3\x63\xfb\xf9\x28\x3c\xed\xd3\xd4\x6f\x8f\xfa\xcd\xe6\xaf\x80\x03\x31\x8a\xbf\xb4\x78\x3c\xeb\xc0\x96\xa7\x0b\x13\x04\x01\xaf\xed\xd1\x45\x04\x62\xf8\x76\x7d\x2d\x8b\xaf\x62\xd4\x1f\x5a\x16\x5f\x96\x2b\x1c\x0e\xbf\x56\xf8\x46\x57\x67\x19\xcc\xd7\x4e\x30\x9f\xe3\x82\x92\x11\xc4\xb0\xda\xd4\x8c\xa0\xbb\x56\xfc\x28\x1a\x41\xb0\xfd\xae\x3d\x06\x4d\x81\xee\x32\x94\x71\x81\xa2\xbb\x34\xfd\xa8\x23\x1f\x37\xf2\xfa\x8a\xab\x23\x1f\x8f\x6e\x28\x3e\xd1\x92\xc0\x9d\x37\x7c\xeb\x6f\x4b\x82\xed\x21\x1c\x3f\xd1\x1e\xc5\x25\x88\xe1\x70\xa8\xaf\xec\x71\x8b\x79\xb3\x3d\x29\x2f\x8d\x44\x6c\xd3\x49\x92\xa1\x22\xa0\x0f\xe7\x65\xaa\x44\x50\xc2\xf9\xb9\x31\x5f\xa0\x84\x0f\x50\x25\x82\x62\x04\xde\xa3\x0c\x04\xd1\xc3\x29\xb5\x42\x10\x94\xf0\x4d\x52\x09\x82\x61\x0c\xdd\xa3\x12\x04\xee\xaa\x69\x8f\x4a\xf0\xd9\xba\x6f\x18\xc9\xf6\xa8\xfb\x40\x09\xdf\x1a\x03\xcf\x0c\x9a\x6c\xc5\x46\xac\x77\x1a\x94\xb0\x75\xaa\x05\xc1\x4e\x19\x85\xf6\x98\xcd\xc7\x6c\x8e\x9f\xfe\x90\x1e\x81\x21\x0a\xfe\x9d\xf4\xc8\x8b\x3c\x47\x5e\x70\xa6\x65\x7a\xe8\x85\x18\xb1\xc6\x6f\x0e\xcc\xf9\xc2\x39\x2e\x0a\x21\x8c\xc9\x91\x19\x07\x23\x96\xa6\xa9\x89\x08\x46\x22\x90\x93\x53\x34\x0e\x4a\xec\x1e\x37\x39\x46\xe3\xa0\xc4\xb9\xea\xa3\xe9\xcb\xba\x92\x57\xdd\x9a\xee\x5d\x7e\x61\xf6\x1e\x4d\xbb\x16\x73\xcf\xf9\x92\xc3\x35\x0e\x4a\xec\xf6\x95\x1e\xb2\x21\x0a\x61\x85\xe9\x71\x7a\xc2\x90\x87\xf4\xe0\x0d\x51\x62\xf7\xd3\xc9\x21\x1c\x07\x83\x0e\x38\x5f\x61\xbe\xc3\x7c\x93\x88\x30\xdf\x41\xbd\x06\xa9\x0f\xf3\x1d\xd4\x6b\xf1\x89\x66\x3b\xcc\x76\x60\xba\x34\x59\xad\x9a\x2c\x89\x8d\x51\x5e\xfe\xd0\x92\xd8\x18\xe5\x5c\x65\x49\x6c\x8c\x58\x26\xd5\x92\xe0\x68\xb7\x30\x11\xc5\xba\xdf\x18\xc5\x6c\x17\x0b\xa7\x58\x38\x64\xa8\x58\x38\x1b\xa3\xbc\xfc\xa1\x85\xc3\x11\x70\x9c\x93\x92\x1e\x12\x28\x0a\xe7\x06\xa6\xa7\x04\x8a\x12\x2f\x0a\xba\x58\x12\xc5\x92\xd0\x64\x49\x14\x4a\xc2\x4a\x2b\x96\x44\xa1\x24\x5e\xa4\xbe\x58\x12\x1c\x28\x17\x45\x93\x25\x51\x6c\x13\xb4\xa6\x62\x49\x14\x4a\xc2\xb2\x47\x05\x8b\x42\xf8\x44\xbe\x8a\x85\x43\xd8\x55\x1b\x96\x4e\xb1\x74\x36\x46\xf1\x35\xa8\x96\x4e\xa5\x74\xcc\x64\xb5\x74\x36\x46\xb1\x05\x54\x8b\x62\xc3\xa8\xe6\x7c\x55\xdb\xc9\xf1\x71\xda\xf4\xab\xc5\x53\x79\xdb\x7d\xa5\xaa\x65\x51\x7d\xdb\xbd\x99\xe9\xe7\x70\xbb\x78\x51\xfa\xcd\x54\x6c\x0c\xc6\xf3\xf4\x28\x17\x31\xd8\xf4\x90\xaf\x66\x2a\x1a\xa7\xdd\x74\xea\xa8\xf9\xc4\x46\xd3\x4c\x4d\x56\xc8\xc6\x60\xa4\xce\x57\x33\x11\x1b\x25\xd3\x27\x5a\x21\x1b\x83\x5d\xce\xf9\x6a\x56\x48\xe3\xd0\xc1\xae\xc9\x0a\xd9\x18\x0c\xae\xf9\x6a\x56\xc8\xc6\x60\xbf\x4a\xbe\x9a\x19\xda\x28\xd9\x29\xc3\x66\x85\xe0\xdc\x61\xa7\x55\xbe\x9a\x15\xd2\xf0\x58\x74\xd3\x65\x7d\x34\xdf\x5b\x7e\x98\x66\x3b\xc9\xb6\xf7\x4a\xb3\xbd\x31\xd8\x24\x9b\xaf\x34\xdb\xc9\x59\x84\x9d\x74\xa5\xd9\x4e\x43\x9f\xec\x04\xd2\x7c\x6f\x8c\x61\x81\xa5\xf9\xf6\xbc\xb8\x69\x85\xa7\xb9\xdc\x28\x1c\xf8\x97\xaf\x34\x97\x69\x2e\x49\x6c\x9a\xcb\x24\x97\x49\x7d\xa7\xb9\x4c\x73\xe9\xbd\xcc\xe5\xc6\x18\xd5\x94\x99\xcb\xc4\x2f\x93\x5c\xd5\xad\xef\x4e\x7d\x57\xee\xd5\xcd\x78\x27\xe3\x95\x27\x76\xdf\xc9\x8d\xc1\xa0\x9f\xaf\x6e\x59\x6c\x61\x39\x18\x6f\xd3\x50\x75\x51\xb2\x6b\xb2\x2c\xd8\xe0\x99\xd3\xd7\xad\x9b\xf1\x8d\x59\x87\xf7\xb7\xc2\x37\x06\xd3\xb0\x34\xc6\x5d\x8c\x51\x69\x75\xdd\xa2\xe8\x14\x45\xd2\x2c\xba\x45\xd1\xcf\x04\xc8\xfb\x5b\x16\x1b\x25\x87\xc9\xb0\x2c\x3a\x65\x61\x89\x75\xcb\xa2\x5b\xe3\xdc\x6c\x58\x16\xc3\xb2\xe0\x87\xc3\x8c\x0f\x33\x4e\xc2\x86\x19\x1f\x34\x02\x9b\xf0\xf0\x0d\xdc\x28\xd9\x35\x59\x16\xc3\xb2\xe0\x89\xc3\xb2\xd8\x28\xd9\xc9\xd1\xb0\x59\x0c\x5e\x87\x41\xb3\x18\xe6\x7b\xd0\x04\x7c\x69\x86\x19\x1a\x64\xc8\x77\x72\x9a\xd4\x8d\xfa\xb2\xc0\xa6\xd5\x36\x3d\x96\xc1\xe1\x6e\x9a\xfc\x0d\x77\xf7\xe7\x6b\x9a\xfc\x8d\x59\x6d\x9c\xd3\xb4\x6e\xd4\x97\xa3\xca\x34\x61\x1b\x93\x0d\x51\xf9\x9a\x56\x9b\xc7\x8d\xd5\xd7\x6f\x9f\xa4\x96\xaf\x69\x85\x6d\x18\x20\x93\xaf\x69\x85\x6d\xcc\x6a\xb1\x4f\xb3\xe7\xc1\x77\x36\xae\x69\x7d\x6d\xcc\x6a\x15\x2e\x73\xbc\xdc\x72\x6a\xb3\x59\x66\x79\xa3\xbe\x6c\xcf\xcb\x1c\x2f\x73\xcc\xcd\x96\xb5\xb3\x61\x68\x51\xbe\x96\x39\xde\x98\xd5\xb7\x76\x59\x3b\x1b\xf5\x65\xe3\x5a\xe6\x78\xa3\xbe\x6c\xe2\xcb\x86\xba\x38\xec\xcf\x5e\x6e\x59\x61\x8b\xd3\xfe\x92\x6a\x5d\xe6\x7b\x91\x6f\x3b\x98\x65\xbe\x97\xf9\xf6\x89\xe6\x7b\x63\x12\x91\x97\x1c\x83\x75\x30\xab\x0d\xe9\x32\x43\x1b\xf5\x65\xc7\x77\x59\x85\x97\x55\x48\xb6\x2f\x53\x6f\x08\x26\xab\xaf\xe9\xd9\xb6\xa2\xa6\x43\xd1\xe5\x23\x37\x6a\x3a\xdc\x5e\x3e\x72\x63\xbd\xec\x6b\x2f\x5f\x8d\x8d\x9a\x8e\x74\x6f\x4b\x7f\x63\xbd\x4c\xd8\xdb\xc2\x7f\xb3\x8a\x6f\x43\x7a\x9b\xd6\x2d\x06\x6b\x3a\xa5\x78\x5b\xf8\x6f\x9c\xb7\x16\xc5\xdb\xc2\xdf\xa8\xe9\xe4\xea\x6d\xf2\xf5\xd0\x59\x14\x6f\x5b\xe0\x46\x4d\x47\xe0\xb7\xf5\xb1\xb1\x5e\xb6\x80\xb7\x85\xbf\xb1\x5e\x16\xc5\xdb\xc2\xdf\xa8\xe9\xa4\xf3\x6d\xb6\xdf\xf8\x29\xec\x7d\xdf\x66\x7b\xa3\xb2\xab\x2b\xdd\x05\x23\xd6\xcb\x0e\xff\x63\x1e\x3f\xe6\x91\x1f\x7e\xcc\xe3\xc6\x7a\xd9\x9a\x3e\xe6\xf1\x63\x1e\xb9\xd7\xc7\x3c\x7e\xcc\x23\xa5\xfa\x31\x8f\x1f\xf2\x68\xdf\xfe\x31\x8f\x1f\xf3\x48\xa9\x7e\xcc\xe3\x87\x3c\xda\x32\x3f\xb6\xb9\x8d\xf5\xf2\x65\xf8\x98\xed\x0f\xd9\xb6\x2b\xf9\x98\xed\x0f\xee\x0b\x5f\xac\x8f\xd9\x26\xc0\xaa\x71\xa4\x7a\xbe\x3e\xe6\x7b\xa3\x2e\xcb\xf0\x63\xbe\x37\xea\xf2\x97\x5f\xab\xdb\x8d\x7a\xe9\x98\xff\xb5\x2c\x36\xea\x32\x19\x5f\x1b\xe2\xc6\x3a\x03\xfc\xd7\xb2\xd8\x58\x67\xa4\xf8\x5a\x16\x1b\x75\xd9\x50\xbe\x96\xc5\x86\xe7\x53\xa7\xe7\xe9\x8b\x75\xa6\xb6\x5f\x33\xce\xbe\x8a\x5e\xed\x90\xbf\xe6\x7c\xa3\x2e\x2b\xfc\x6b\xce\x37\xd6\x19\x3c\xbe\xe6\x7c\x63\x9d\xc1\xe9\x6b\xc6\x3d\x06\xa0\x55\xb3\x69\xce\xdd\x28\x70\x26\x96\xb7\x59\xdf\x58\x67\xd8\xbf\xcd\xb9\x41\x69\x67\xe0\xb9\xcd\xfa\x4d\xd6\x6d\x52\xb7\x59\xbf\xc9\xba\x1d\xc1\x6d\xd6\x39\x7b\x72\xd9\x58\x6e\xb3\xbe\xb1\xce\x44\xe6\x36\xeb\x1b\x75\xf9\x8e\xdc\x36\x83\x8d\x75\x66\x53\xb7\xa5\xb1\x51\x97\x3d\xc8\x6d\x61\x6c\xac\x5f\xd3\xe5\x4b\xbf\xb1\xce\xfc\xed\xb6\x30\x36\x3c\x20\x3c\x5f\xb7\x85\x71\xd3\x0a\x6c\x65\xb7\x65\xb1\xb1\xce\xb0\xf6\x58\x14\x0f\x45\xe1\xa8\xf9\x58\x14\x8f\x8d\x80\x3c\x3e\x96\xc4\x63\x23\xa0\xc0\x1e\x4b\xc2\x0d\x3b\xb9\x48\xd8\x63\x51\x6c\x18\x3b\x9f\x1c\xf0\x77\x10\xaf\xd3\x91\x3d\x66\x1c\xc7\xe3\xeb\xf4\xd6\x8f\x39\x7f\x38\x54\xfd\xa4\xc3\x3a\xdf\x68\xd5\x96\xf7\x98\x73\x76\xff\xb4\xa9\x54\x79\xcc\x3a\xa2\xf4\x75\xfa\xd8\xc7\xbc\x73\x16\xc7\xeb\x8c\x80\x8f\x99\x27\xc4\xf5\x45\x74\x7e\xfa\xe1\x02\xd1\x6a\x6a\x0a\x4d\x61\x1b\x6a\xd8\x8a\xb6\xc2\x65\x0b\x53\xd5\x54\xbd\x5b\xc7\xd6\xb4\x35\x2e\xf3\x97\xa9\x89\x12\xa1\x43\x08\x45\x6c\x10\xee\xf9\x72\x00\x08\x25\x2b\x1b\xe2\x5a\xa5\xa5\x05\xce\x4b\xb1\xb3\xe0\x03\xde\xda\x3e\xda\xea\x6f\x0f\xcf\x81\x7f\x53\xec\x19\x83\xb7\xbe\xb5\x9d\xd7\x84\x5b\x87\x25\xb1\xe1\x4e\xc5\x0c\x45\x2d\x88\x20\x6a\x25\xfd\x82\x83\x68\xce\x54\xfd\x80\x83\x88\x78\xbd\xfc\xa9\x25\xb1\xd1\xec\x21\x42\x59\x0b\x9a\xad\x3d\xd4\xb0\x60\x3f\x40\x9b\x25\xb1\xd1\x7c\x75\xfc\x1a\x84\xd8\x97\x05\xb6\x8f\xb6\x8f\x0f\xf5\x09\x8f\xb6\x87\xaf\x00\x50\x99\xaa\x51\x10\xc1\x91\x69\xe9\x81\xed\x22\x5f\x66\x41\x39\x0a\xf6\x65\x24\xa4\x98\x05\xa2\x0b\x83\xd3\xae\x32\x14\xa4\xe1\xa9\xf5\xc9\x5c\x2b\x54\xa4\xe1\xb9\xf5\x44\x4e\x67\x28\x36\xc1\xfe\x6d\xc5\x66\x2e\x0a\x5f\x24\x40\xa3\xf8\xf9\x0a\x11\x6d\xd8\x86\xd4\x96\x81\x90\x2c\xce\x05\x42\xd5\x18\xfa\x53\x9d\xca\x84\xb2\x11\xec\xeb\xf8\x6d\x35\x1b\x1b\xf9\xeb\x4f\xad\x1c\xce\x27\x6d\xbc\xa4\xa1\x94\x0c\x42\xcc\x4b\xb3\xd4\xd5\x8d\x51\xe7\xcf\x3f\x52\x39\x10\xd5\x3c\xe0\x3d\x2d\x1c\x63\x92\x51\xcd\x03\xde\xd3\x42\x74\x5a\x46\x35\x13\x1b\x49\x6c\x55\x86\x92\x13\x24\x5f\xcc\xc8\xa8\x66\xcb\x33\x70\x09\xec\xc9\xa8\xd6\x17\xce\x52\xd4\x7d\x28\x4c\x01\xf1\xb9\x19\xea\x52\xd0\xad\x3e\x65\x29\xe8\xd6\x4a\x33\x43\x0d\x95\xa2\xc5\x7a\x52\xa7\x92\x24\x65\x2a\x58\xe8\xe2\x50\xa5\x02\x62\x95\x33\x14\xa9\x60\x21\xf4\x43\x8d\x0a\xd6\x49\xa1\xb9\xc5\x67\xea\xf4\xc4\x8f\x8b\x88\x70\x5e\xe3\xb7\x45\x44\x10\x9d\x90\x91\xd6\x0d\x7b\xa1\xaa\xef\x57\x9a\x6e\xdc\x9c\xd5\x97\x44\xa5\x09\xa2\xfa\x92\xa8\x34\xc1\x9e\x92\xf3\x48\x95\x26\x08\x5c\xff\x19\x69\x52\x37\x8a\xc5\xa2\xce\x04\xa3\x84\xb7\x37\xf5\x1b\xc5\xd2\x54\x66\x86\x32\xd3\xc4\x2b\x33\x41\x99\xde\xdb\xfe\x62\xa3\xd8\x98\x15\x99\x60\x56\x1f\xa7\xc8\x04\xd1\x1b\x32\x2a\x54\x99\xa0\x4c\x6e\xae\xc8\x04\x75\xf9\xb2\x28\x32\x01\xfb\xb7\x32\xd4\x98\xa0\x5b\x35\xdd\x0c\xe3\xce\x34\x05\x0a\x4c\xb0\x7c\xfd\xd5\x97\xa1\x7f\x33\x4d\x93\x45\xd0\x3d\xfc\xd4\x97\x4e\x81\x09\xba\xa5\xa9\xbe\x04\xfd\x24\xc0\x22\xc0\xbd\x69\x11\x0c\x73\x32\x98\x24\x52\x7b\xea\x41\x10\x83\x63\x33\x32\x14\x84\x20\x5e\xe6\x4e\x41\x08\x82\x3d\x23\x19\x0a\x42\x10\xec\xaa\xc9\x18\xe6\x86\x98\xcb\x33\x72\x0c\xb3\x33\x3c\x56\xe7\xd8\x4c\xe9\x60\x2d\xa7\xd2\x3c\x14\x89\xa0\x39\x32\x87\x82\x10\x64\xd3\x62\x22\xa6\x6d\xc8\x1e\x54\xf5\x07\xfa\xe9\xb5\x55\x7f\x20\xda\xcb\xc2\x99\x26\x63\x22\xd1\x49\xab\x52\x0e\x2c\x7b\x8f\x69\x6b\x98\x46\x3d\x50\x61\xaa\xb6\x30\xfe\xde\xd7\x5d\xd5\x16\xe7\xb8\x30\xaf\xb2\xea\x17\x0b\x5d\xf6\x1d\x0a\x39\x30\x8a\x7d\x87\x42\x0e\x94\xf4\x9d\x53\xc8\x81\xb4\xa9\x2d\xb3\x83\xc7\x6e\x52\x19\x2a\x3b\xd0\x5f\xe1\xcf\x6c\x0f\xcb\x3d\xeb\xd5\x34\x58\xa6\xe7\x44\x6c\x7b\x1d\x25\x5a\x1c\x67\x1c\x3f\xbd\x2c\x67\xf6\xc3\x9e\xda\x56\xb5\x81\x12\xf5\xf7\x0c\xc6\x97\x99\xe3\x73\x10\x6c\x71\xcf\xb8\x4c\xf7\xe5\xd9\xaf\x2c\xce\xc4\x65\xca\x2f\x57\x8d\x2c\xe3\xcb\xa4\x6f\x34\x27\xc0\x71\xd9\x92\x37\x92\x35\xb5\x50\x0d\x02\x0e\x99\xca\x50\xd3\x81\x65\xbd\x2b\xe9\x80\x9b\x2a\xd2\xed\xee\x22\x7a\x4b\x6d\x56\xcd\xdb\xc3\x05\x9d\x2d\xa9\xf3\x40\xa4\xab\x71\xa1\xd0\x8b\x5f\xb7\x84\x93\x30\x95\x5e\xe0\xf6\x7b\x39\x4a\x2a\xeb\xc0\x7e\x04\xe5\xf7\xb6\x69\xe1\x0a\x74\x41\x39\xde\x66\xe0\x8d\xaf\x34\xbc\xca\xe6\x86\xdf\xef\x4c\xd1\xd4\x75\x40\x7f\x67\xc6\xc7\xe4\x7a\x46\xdf\x34\xa7\x4a\xb6\xf8\xb0\x3e\xca\x7a\x78\xa8\xcf\x40\x09\xc7\x39\xf5\x59\x78\x24\xce\xb2\x02\x14\x68\x60\x14\xfb\x57\x05\x1a\xd8\x19\x20\x53\x2a\x34\xe0\x21\x70\x19\x2a\x34\x50\x82\x05\xb9\xf8\x98\xa7\x8f\x2f\x2d\x19\x50\xb4\x81\x12\x4e\x31\xd5\x6c\x60\x14\xdf\x0e\x35\x9b\x27\x09\xf4\xe6\xac\x50\xd1\x06\xc6\x70\x3e\xa9\x66\xf3\x83\x52\xbd\xa1\x66\xfc\xa0\x94\xd8\x73\x12\x52\xab\x90\x03\xfb\x3a\x1a\x8c\x4a\x0e\xcc\xea\x88\xa0\x46\x03\xeb\x8c\x5d\x5f\x8b\xe3\x8b\x50\x39\x0f\x35\x9f\x5f\xc3\x22\xad\x83\xaf\x19\xdd\x68\xf5\xdc\xdf\x8c\x6e\x34\xc5\x4b\xa8\xd1\xc0\x9e\xcd\x69\x33\xa7\x1e\xee\xac\xe4\x08\x35\x1a\xe8\x8e\xc6\x4a\x34\xd0\x2d\xed\xdb\x6c\xde\x36\x5c\x27\x50\x2a\x34\xb0\xdf\x67\xb2\xae\x3a\x0a\x77\x17\x35\x04\x47\x28\x7c\x40\x49\xf3\xa9\xf0\x01\xf5\x65\x1b\x55\xf8\x80\xba\x6c\xca\x0a\x1f\x10\xfa\x3d\x33\x14\x3e\x20\xcf\x5c\x49\xe1\x03\x38\x7f\x36\x43\xd9\x03\xc6\x79\xa0\x8d\xea\xa1\x73\x25\xd7\x0a\x9c\x78\xce\x51\xdf\x3e\xd0\xd4\x3f\xbe\x01\x64\x52\x7d\x13\x1e\x2d\x1c\x34\xda\xa2\x96\x29\x2f\x5f\x6c\x2c\x45\x8b\x5f\xfa\xc0\x5b\x52\xd4\x2d\xa0\x53\x38\x45\x89\x02\xf6\xe0\xe0\x55\x5d\xdb\xee\x3b\xa7\x57\x2d\x2d\x86\xcb\x6a\xba\x34\x91\x7a\x1f\xf8\xd6\x62\x24\xc2\xf0\x56\x1f\x6d\xc6\xfe\x7a\xd9\xad\xe9\xde\x9d\xd2\xce\x76\x51\x7d\x80\xce\xa7\x41\xd2\x73\x2f\xb2\x6c\xa5\xb1\x4c\x94\x42\xa3\x9c\x70\xca\x81\xc9\x74\x6e\x2c\xfa\xe9\xa2\xa6\x00\x9c\x28\x90\x45\xa9\x00\x7a\x2c\x7f\xf6\xd5\xf4\x55\xec\x63\x32\x4d\x41\x30\xdf\x32\x05\x8f\xa6\xc7\xf8\xc1\xfd\x9a\xfa\xe9\x22\x11\xd3\x99\x72\x51\x50\x80\xae\x5b\xaf\x28\x1e\x40\x10\xf9\x99\x7e\xd0\x48\x04\x81\x98\x59\x94\x0e\x60\x17\x97\x0f\x30\xfd\xc5\xe3\x70\x42\xdb\xd4\x86\x5e\x66\x1e\xe5\xc7\x90\x92\x8f\x21\x05\x51\xb2\xe9\xb7\x8f\x44\x28\x35\x8b\xc2\x01\x04\x1b\x38\xd3\x93\xf2\x45\x6f\x2c\x5a\x15\x65\x43\x21\x0e\x53\x77\xa9\x5f\x4d\x12\xd1\xe3\x5c\x66\x06\xaa\x91\x33\x64\xb3\x9a\x01\x62\x33\x7d\xe3\x8b\x4a\x02\x84\x52\xb9\x54\x93\x5f\x9d\xdc\x50\xb4\x0a\x09\x10\xea\xdd\xa2\x8e\x00\xe1\xda\x81\xdf\x65\x12\xbb\x7c\xc8\xb8\x82\xa0\xb8\xbb\x88\x75\xb8\xa2\x22\x28\xe7\x74\x2e\x1e\xa9\x24\x00\x7d\xf4\xdf\x3e\x82\x2c\x8b\x02\x01\xf4\xc6\x60\x51\x54\x08\x20\x74\x15\x14\x05\x01\xe8\x0a\xb6\xa2\xd3\x0a\xec\xf9\x39\x26\xb3\xe2\xa9\x9a\xac\x42\x15\x45\x42\xf1\x08\xff\xea\xed\x6d\x84\x1e\xd1\xca\x64\xa0\xe8\xb4\x02\xe1\x54\xc4\x2f\x51\x89\x51\x8e\xc9\xcc\x25\x3e\x63\x46\xe1\xa2\x6e\x00\xa3\x78\x2f\x75\x03\x28\xa7\x87\x50\x36\x14\x4f\xf1\x6c\x74\x41\x45\xdd\x50\xfc\x7a\x91\xfa\xad\xa8\x1c\x8a\xca\xa1\x78\x99\x59\x42\x39\x70\x10\x4f\x16\xa5\x03\x28\x61\x8f\xa0\x74\x00\x25\x98\x97\x15\xb5\x43\xc1\x1d\x55\xac\x1c\x95\x82\x27\xd5\x74\x4e\xb4\x49\x3f\xa6\x25\x06\xbb\x0f\xb2\x28\x15\xc0\x28\x16\x99\x93\x7e\x10\x83\x03\x57\xb2\x38\xed\x07\xd5\x15\x5d\x8f\xbd\x11\x45\x45\x5e\x9c\xf5\x17\xdd\x4a\xb6\x54\xa7\xfd\x60\x10\xfd\x9e\xc5\x79\x3f\x18\xc3\xc6\xa5\x57\xa9\xe8\x55\xb2\xc6\xf5\x2a\x95\xe3\x55\x22\xf9\xba\x90\x40\x7d\xd9\xc4\x75\x21\x81\x38\xb3\xe2\xa2\x66\xe0\xbb\x87\xf5\xe5\xcb\xa1\x18\x00\x35\xad\x39\xc5\x00\x58\xaf\x73\x7f\x33\x39\x3c\x86\xd9\x3e\x53\x27\x12\x58\x8a\x8d\x32\xcc\xe5\xd6\x07\x8b\x40\xf9\x2c\xfa\x95\x40\x4d\x4b\x71\x98\xfe\xc1\xd2\xbf\x2d\x56\x15\x51\x66\x30\xc2\x53\x3c\xaa\x08\x50\x97\xfd\x95\x6e\x25\x50\x97\xb7\x9f\xe6\x88\x4f\x12\xbc\x08\x69\xc9\xa2\xb2\x28\xd3\xc5\x2c\x4a\x71\x9a\xd6\x8d\xe6\x82\x5f\xd1\x6f\xe4\x99\x43\x2f\xbd\x25\x45\x69\x01\x9a\xeb\x1c\x45\x6d\x51\x3c\x3d\x91\x1d\x5e\x59\x74\x13\x81\x18\x9c\x59\x91\x45\xc1\x01\x9a\xab\xc1\x45\x75\x01\x9a\x6b\xb5\x1e\x6a\x24\xf6\x1b\x40\x42\xd4\x12\x20\x4a\x73\xcc\x50\x4d\x80\xa8\x9c\x69\x9a\x45\x3d\x01\xa2\x2c\xfb\x79\x5d\x45\x20\x6a\xf5\x55\x51\x64\x14\x45\xc6\x69\xb8\x3a\x8b\x00\x07\x48\x67\x59\xe6\x6b\xb1\xb5\x05\x8b\x0a\x03\x0c\x6b\xfd\x32\x4f\x97\xe7\x3e\x58\x53\xfa\x85\xc0\x62\x82\x5c\x14\x15\x60\xbf\xc1\x94\x86\xae\x22\xe0\x0e\xf0\x2c\x8a\x8a\x72\x22\x07\x6d\x69\x97\xc9\xbf\x1c\x45\xbc\x9b\x29\x25\x98\x50\x79\x50\x54\x15\x20\x7e\xbd\x99\x15\x75\xb1\x0b\xce\xe2\x51\x08\xfc\x7a\x36\x14\x32\xcd\xb3\xa1\xc4\xb6\xf1\x53\x5d\x37\x20\x5c\x37\xf5\x3c\x28\xd1\x9b\xe3\xac\x53\x7c\x10\xae\xd5\x96\x8f\xe5\x73\x22\xfb\x48\xac\xae\x9b\xe2\x47\x28\xec\xe3\x74\xdd\x80\x3e\x6c\x69\x6a\x83\x62\x64\x5f\xf5\x87\x26\xd6\x93\x87\x9a\xe5\xaf\x10\x28\x7e\xa9\xa2\xfa\x48\xd3\xff\xf1\xb5\x23\xad\xce\xe6\x8b\x07\x7f\xbf\x9c\x4e\x38\x9d\x07\xa3\xd8\xdf\x3b\x4f\x07\xd1\x3b\xeb\x3d\xc5\x89\x7a\x71\xa2\xce\x47\x75\xb2\x38\x51\x07\xc5\x85\xc7\xe2\x3c\x1d\x8c\x93\x03\xbd\x2b\xa0\xb8\x9c\x58\xf4\xae\x80\x71\x4a\xc3\x99\x3b\x28\xbf\x9a\xac\xf4\x2f\xdf\x7a\x74\x1e\xa2\xc3\x05\x14\x97\x35\x8b\x93\x79\x50\xf5\x6d\x15\x27\xee\xa0\xea\x31\x2c\x4e\xdc\x41\xd5\xb7\x55\x9c\xb7\x83\x9a\x66\xdc\x69\x3b\xd8\x25\xab\xcd\x8c\xfb\x31\x81\xe9\x6c\xc2\xa9\x7b\xe1\xab\x5e\x59\x7f\x3b\x2a\x3b\x8b\x13\x7b\x50\xd3\xfa\xd1\xcf\x02\x6a\x3a\x42\xeb\x41\x01\xeb\xf4\xea\xb7\xd9\xbb\xf1\x1d\xd9\xe2\x74\x84\x80\x78\xe9\xfb\x2e\x0a\x02\xd0\x5c\x96\x2f\x0a\x02\xb0\xfb\x28\x6d\x56\xcf\x63\xaf\xc2\xdd\x54\x04\x9e\x5d\x16\xc9\x82\x51\x51\x11\x80\xd4\xe1\x5d\x1e\xeb\x87\x93\x4a\x4b\x73\x4e\xab\x26\x00\xd9\x1d\x57\x15\x05\x20\x9b\xf7\xb2\x47\xd9\xe8\xf6\x02\xba\x46\x00\x27\x24\xa7\xe7\xa2\x89\xfe\xb2\x63\x50\x24\x94\xe7\xd9\x17\xed\xa7\x55\x7d\x1b\x20\xd2\x57\xa1\x3a\xfd\xaf\x7b\xc6\xcf\x27\x88\xd2\xaf\xe0\x0a\xbe\xe8\x90\xd5\xc9\x3f\xe8\x06\x88\x55\x27\xff\x95\x53\x0a\x1a\x7a\xb5\xea\x6a\x00\x61\xe4\x4c\x75\xa6\x5f\x8d\x9e\xa3\x82\xaa\xd1\x73\xd5\xe8\x39\x26\xb3\xd5\xd9\x3f\x28\x16\x5f\x75\xf6\x0f\x66\x3d\xa6\xa2\x09\xaf\x3f\x0d\xab\xea\x53\x00\x1d\xcd\x5f\x15\x04\xa0\x2f\x6f\x3e\xb4\x8c\x9d\x3f\x7f\x65\x6e\xc2\x37\xa0\x63\x32\x37\x1b\x69\xd7\x5e\x95\x0d\xa0\xbf\x98\x65\x55\x65\x03\x18\x27\x4d\x66\x26\x58\xc2\xc6\x23\x5f\x55\x08\x60\x31\x9d\xaa\xea\x03\xc0\xd1\xcb\x59\xf5\x37\x54\x37\x65\x2d\x2f\xaa\x9a\xf0\x27\x1d\x93\x29\x2f\xe7\xd3\x39\x14\xbb\x5e\x84\x6a\xcc\x1a\x8b\x3e\xd5\x00\x35\x10\x6e\xed\xc9\xaa\x17\x01\x0c\xf6\x52\x66\x35\x1a\x0d\x54\x76\xea\x67\x55\x1e\x80\x65\x87\x51\x95\x07\xa0\x2e\xef\xa5\x3c\xa8\x7e\x72\x80\x7d\x01\x59\x75\x2b\x80\xe8\xfa\x15\xaa\x9a\x01\x6c\x61\x4f\xf9\xa8\x06\x40\x14\x03\xbf\xaa\x72\x00\xe8\x75\xae\xba\x1a\x00\x9f\xb3\xcb\xaa\x18\xa8\xe7\xb3\xbe\xd5\x74\x98\xcf\xea\x28\x61\x6a\xcd\x66\x25\x0c\xda\x6c\x56\x5b\x5c\x25\xee\x6b\x6a\x32\xe7\xcd\xe6\xc5\x0f\x55\x11\xd5\x4d\x59\xdc\xbd\x99\xcb\x76\xce\x1b\xe3\x87\x0a\x0b\xd0\x19\x30\xab\xba\x02\xa8\x77\xaa\xae\x06\xd0\x6d\x38\xca\x06\xc0\xb1\xb1\x59\x75\x2c\x00\x3e\xcd\x97\x55\x1d\x01\xc6\x49\x91\x15\x4b\xec\x9b\x6d\x52\xc9\x00\xfa\xab\xf9\x78\xf3\xdb\xd8\xdf\xb7\x4c\xb7\xf9\x55\x32\x28\x36\xaa\x51\x6d\xd5\x4f\x43\x33\xce\x54\x65\x44\xd5\xfd\x60\x55\x1b\xe8\x06\xc2\xfe\xae\xaa\x2c\xaa\x1e\x09\x86\x9e\xaa\x66\xa8\xba\x1a\x7c\x0d\x94\x07\xa0\x1a\x98\x50\xd5\x02\x80\x0f\xdc\x64\x55\x0a\x80\x18\xfd\x5c\x65\x5a\x89\x56\x7b\x79\x2b\xab\x86\xf3\xbc\x47\xf5\xe5\x50\x1e\x00\x57\xae\xaa\xe2\x00\xb0\x09\x3e\xab\x3e\x03\xd0\x09\x74\xce\xda\x4d\x3b\x1f\x44\x9b\xfa\x1f\xaa\x91\x69\x20\xf4\x3d\x57\x3d\x09\x20\xdc\x39\x9a\x55\x09\x01\x12\x4f\x5a\x55\x1b\x80\xfe\xb2\x0f\x54\x1b\x80\xe8\x9c\x08\x95\x1e\x32\x29\x86\x6f\xbf\xda\x00\xe8\x6c\xad\x06\x9c\x55\x3c\x07\x4c\xce\xaa\x62\x01\x74\x02\xb7\xb3\x2a\x16\x40\x9c\x7e\x44\xad\x50\x3d\x37\x3a\x99\xf8\x56\xfd\x0b\x55\xff\x82\xf5\xaf\x7e\xa8\x28\x03\x1d\xdd\x55\x15\x00\xc2\x38\xc1\xaa\xe3\x00\xf8\xd5\x90\xac\x0a\x03\x10\xb3\xcf\xdf\xfe\x08\x57\xd6\x61\x76\x3d\x84\x29\xf1\x19\x54\xc5\x04\x28\x7c\x94\x30\xab\xca\x01\x74\xe7\xce\x55\x99\x00\xf8\x9c\x64\x56\x15\x01\xe8\x2f\x3b\x10\x03\xc2\xf8\x3c\x5f\x37\xec\xb5\xea\x33\xa8\xee\xe9\x41\xfd\x56\x67\xf5\x20\x7a\xda\xcd\x38\xad\xaf\xee\xf3\x41\x64\x56\x67\xf5\xa0\xeb\xb8\xf0\xf8\x4f\xd1\x75\x14\x56\xe7\xf4\xa0\xbb\x62\x5e\x9d\xd2\x83\xce\xc6\xa5\xac\xce\xe8\x41\x18\x20\xe8\x87\x03\xc5\x38\x05\x6a\xa8\x17\x28\x61\x33\xd2\x8f\x00\x06\x07\x90\x65\x75\xde\x0f\x4a\xd8\xfd\x39\xf1\xaf\x7e\x73\x86\x8f\x39\x67\xd5\xb7\x00\x22\x5d\x24\xab\x4e\xf4\xc1\xac\x8e\x9c\x97\x0d\xe2\x42\x50\x76\x7f\x69\xc6\xaf\xf3\xf5\x1b\x0a\x43\x27\x03\x98\xd5\xde\x45\x39\x00\xa2\x0f\xc7\x74\xe5\x00\xd8\x03\x0e\xc5\xa1\xdf\xa1\x7a\x04\xb9\x8e\xdb\xaa\x46\xa8\xe7\xab\x1c\x4c\x36\xaa\x22\x01\x2c\x67\xad\x55\x91\x00\xea\x72\xe8\x35\x10\x0d\xec\x5f\x72\x99\x2e\x0a\xb0\x9f\xca\x13\xf4\x48\x80\x76\x7a\x30\x9d\x0f\x60\xcf\x9e\x48\x9c\x8e\x06\xc0\x91\x84\x59\x55\x1c\xa0\xbf\xec\x4f\x14\x1c\x60\xf8\xce\x28\x1b\x3c\xdf\xb5\x1b\xb9\x55\xd5\x0d\xd5\x1d\x41\xd5\x94\x29\x1c\x40\x49\xdf\x66\x85\x43\x55\x38\x18\x53\x56\xf5\x16\x80\x6e\xba\xd4\x0d\xa0\x3b\x78\xe9\x2a\x00\xc3\xfe\x4a\x4f\x01\x38\xc5\xaf\xb4\xa8\x9f\x73\x8a\xb1\x49\xb0\x0c\x91\x16\x76\x15\x2a\x8b\x6a\xd8\xd6\xb4\x35\xaa\x2c\xea\xf7\x08\x45\xaf\x33\x43\xba\x00\x96\x03\x83\xcb\xfd\x20\x0c\x29\xa9\xea\x08\x10\x06\xcf\x54\x75\x04\x08\x85\x79\x55\x47\xd4\xef\x11\x8f\x5e\x66\x26\xbf\xe7\xdc\x1d\x92\x6b\xe4\x16\x08\xf7\x44\x67\x55\x5d\x54\x5d\x05\x4e\x01\xd4\x0d\xa0\x84\x15\xa7\x6e\xa8\xea\x06\x17\x42\xaa\xba\x01\xec\x19\x05\x77\x53\x37\x80\xac\xf6\xa7\x86\x69\x81\x6e\x3e\x95\x0a\x60\x2c\x4a\xc3\x20\x2d\x30\xed\xb8\xd4\x0e\x60\x5a\xb2\xc6\x63\x81\xe1\x7b\xa3\x98\x00\x06\xdb\x56\xa3\xb1\xc0\xb4\x8b\x52\x5d\x80\x69\xcd\x1a\x9e\x05\xdc\x09\xe0\xa1\xc0\x42\x77\x5e\x35\x38\x0b\x18\xd1\x5c\x95\x24\x60\xd8\x1f\x2a\x48\x00\x67\x8b\x64\x55\x8f\x00\x97\x42\x3c\x5a\x58\x4c\xc7\x24\xf5\x09\x18\xce\x80\x95\x22\xc0\x90\xa9\xaa\x6f\x02\xec\xc2\x26\xf7\xaa\x13\x10\xad\xda\x93\xab\x4e\x80\xc1\xeb\x55\xe1\x01\xf4\xb2\x55\x85\x07\x98\x76\xf6\xea\x8e\xaa\x73\x42\xd7\x8a\xc7\x1d\x8b\x45\x53\x69\x3a\x22\xc0\x22\x05\xcd\xf0\x29\xb0\x90\x39\x4d\x37\x04\xe0\xa3\x2a\xd9\xdc\xee\xd3\x3c\x65\x6d\xf9\xb3\xa9\x69\xcb\x15\xaa\xbf\x29\x57\x00\x1f\x3e\xc8\xa6\x5a\x01\xab\x78\xa3\xb7\x96\x2d\x0a\x19\x31\x9a\x8e\x0a\xb0\x10\x34\x4d\x41\x03\x16\xaf\x71\x53\xcf\x00\x3e\x4e\x97\x4d\x39\x03\x16\xdd\x41\x53\xcd\x80\xc5\x34\xb5\x29\x66\xc0\xa2\x65\x37\xb5\x0c\x58\xf5\x77\xec\x7c\xf2\x18\x68\xb1\x6b\x8c\x2c\x18\x64\x05\x22\x5d\x5d\x69\xea\x1f\x10\x47\xc9\x34\x43\xaa\x80\xa7\x9d\x65\x53\x02\x81\xee\x2e\x9d\xa6\x04\x02\x91\x86\x70\x36\x37\x06\x81\x60\xa7\x58\x36\x65\x11\xe8\xee\xb6\x69\xca\x22\x10\x0e\xe5\x4d\x6f\x0a\x08\x3e\x3f\x95\x4d\xa9\x04\xc2\x5d\x40\x4d\xa9\xd4\x8c\xce\xa2\xe7\x6c\x6a\x25\x10\x7d\x9a\x7e\xa5\x11\xd8\x03\x04\x45\xaa\x83\x05\x74\x23\x07\x3c\x15\x5b\xf4\x72\xee\x66\x69\xe0\x60\x71\xad\xa6\x29\xaa\x40\xbc\xce\xfd\x2d\x9f\x62\xf9\x68\xb2\x7c\x0c\xe0\xe2\xbd\x6a\x2a\x2f\xd0\xcb\xcb\xab\x2c\x1e\xe2\xb7\xd8\xbb\x97\x4d\x31\x06\x22\x4e\xba\x2c\x9e\x62\xf1\x98\x2e\x8b\x07\x57\x8d\x7b\xb0\x9a\xf2\x0c\x44\x77\x4f\x40\x53\x9f\x81\xee\xd6\xa3\xa6\x3e\x03\xe1\xce\xa6\xa6\x3e\x6b\x1e\x92\xcf\xc7\x53\xb2\xa9\xcf\x40\xb8\x2a\xeb\xc7\x86\xb3\xe1\xab\x71\x3f\x5a\x53\x9d\x81\xce\xde\xc0\x6c\x8a\x33\x10\xee\xe8\x6a\xaa\x33\x10\x71\xae\x32\xe3\xd5\x76\xe1\x13\xcd\x38\xbe\x1a\xf7\xfc\x35\xd5\x19\xe8\xee\x6c\x6a\xaa\x33\x10\x7c\xc8\x3e\xfd\xe0\xb1\x08\x77\xc0\x35\xd5\x19\xe8\x46\x2e\x35\xe5\x19\x08\xb7\x82\x35\xd5\x19\x08\xe3\x7a\x9b\x62\xac\x79\x82\x9c\xe5\xaa\x5f\x07\x04\xc7\x3e\x67\x53\xa0\x81\xae\xdb\xbe\xa9\xd0\x40\xb8\xad\xac\x29\xc8\x40\xb8\xe7\xae\xe9\xd7\x01\xe1\x61\x2a\xd9\x94\x64\x20\x8e\x63\xb4\xa9\xc9\x9a\xc7\x63\x2c\xd3\x6f\xf5\x36\xe6\xb6\xd6\x9b\x62\x0b\x74\x77\xf0\x35\xa5\x0f\xe8\x8d\x29\x64\x53\xfb\x80\xde\x98\x2f\x36\x1d\x23\x20\xaa\x2f\x97\x7a\x08\xf4\xc6\x6a\x93\x1f\x88\x16\xbd\xa5\xb7\xb7\x78\x88\xab\x6a\x26\x55\x85\x04\x4e\xd0\x56\x53\x21\x81\xde\x9a\x57\x59\x3c\xf8\x5d\xaa\xd5\xa6\x66\x02\xd1\x39\xe7\x39\x9b\x7e\x97\xe6\x01\x73\x06\x6f\x36\x1d\x2f\xcd\xf3\x24\xec\xb7\x14\x57\xa0\xb7\x66\xca\x2c\xc5\x23\xae\xd0\x2c\x4d\x29\x05\x4e\xec\x56\x53\x4b\x81\xae\x36\x6c\x06\x66\x81\xe0\x1c\x83\x6c\xea\x2b\xd0\x1d\x4a\xfd\x32\xb6\x08\x77\x8c\x34\xf5\x15\xe8\xcd\x27\x2a\xaf\x9a\x47\x4c\xd8\x9f\x1a\xbe\xd5\x0c\xdf\x62\xf6\xd8\x54\x5c\xcd\xf0\x2d\xa6\x38\x4d\x8f\x4d\x33\x7c\xcb\x76\xa1\x77\x06\xf4\xc6\x4a\x5b\x53\x97\x35\x0f\x8c\x98\x66\xc8\xa2\xe0\xf4\xed\x7a\x32\x64\x51\xa0\xcb\xaa\x8d\x47\xdd\x05\xfc\xce\x67\x36\x65\x17\xe8\xcd\x31\x45\x1f\x0e\x08\xd7\xc7\x9a\xdb\x85\x9a\x07\x46\x38\x82\x29\xce\x9a\x07\x46\x38\xee\x2a\xce\x40\xa8\x0e\x9a\xbb\x85\x9a\xdf\xb6\x32\x8e\xa5\x19\x44\xd6\x3c\x1e\x02\x19\xde\xf4\xf4\x80\xde\x1c\xb2\x8d\x21\x03\x7e\x6e\x3c\x9b\x9e\x9e\xe6\xb9\x0f\xf6\xc2\xee\x10\x02\x51\xad\x22\x7d\x3f\xa0\xb7\xa6\xc9\x7c\x73\xc0\x6f\xb5\xaf\xd6\x1d\xe4\xe7\x0b\xba\xcb\x47\x4d\x77\x10\x08\x4e\xdd\xc8\xa6\x37\x08\x9c\x7d\x00\x4d\x29\x09\x82\x33\xd2\xd3\xef\x9b\xe7\xf9\xbe\xf9\xb4\x14\x95\x92\x4d\x0f\xd1\xab\xfc\xf6\xb1\x5d\xd9\x8c\x4f\x03\x61\x10\x8d\x5f\x49\x17\xe1\xf2\x72\x53\x7d\x82\xf0\x80\xd6\x6c\xca\x4f\xd0\x9b\xef\x8b\x5a\x13\x44\x75\xb4\x50\x6b\x82\xe8\xc5\x62\x56\x59\x82\x98\xae\x25\xfb\xc9\x06\xd1\x5d\x27\x69\x7a\x90\x40\x1f\x4c\xf8\xfd\x88\x83\xe8\x2e\x5a\x34\x7d\x4a\x60\x97\x03\x39\x50\x6c\x82\x5d\xd0\xfe\xd4\x8c\x5e\x1c\x7e\xe0\x5b\xa4\xda\x04\x61\x54\x77\x53\x6c\x82\xd0\x89\xda\x14\x9b\x4d\xdf\xd3\xb9\x97\xfd\x87\x5a\xb3\x9b\x7e\xb3\x8e\xd4\xd4\x5f\xd7\x54\x9a\x20\x0c\xb5\x69\x0a\x4d\x10\xee\xf5\x6c\x0a\x4d\xd0\x8d\xac\x69\x0a\x4d\xd0\x5d\xf6\xf5\x8b\xf4\x22\x5c\xe0\xf3\xe3\x15\xa2\x3b\x59\x6e\x86\xc7\x81\x70\x6b\x48\x53\x8c\x82\x68\x61\xef\x6a\x78\x1c\x08\xc3\x2e\x9b\x02\xb5\x79\x24\xf7\xb4\xd1\x29\x50\x41\x1f\xf6\x15\xee\x79\x02\x7d\xd8\x5a\x0c\x8e\x6b\x7e\xc5\xd4\x1e\x57\x1d\xdb\xfc\xee\xee\xf4\x3d\x75\x1f\x54\xf3\x9c\x8c\xe1\xcd\x2c\x9f\x73\x50\xa1\x37\xb3\x7c\x70\xa6\xb9\x04\xd5\x0c\xa1\x6b\x1e\x9d\x91\xde\xcb\xf2\x21\x84\x4e\x55\xdc\xdc\x1a\xd5\x3c\x4c\x83\x05\x3b\x3f\xda\x21\xc2\x5d\xc1\x7e\xaf\x3f\xcf\xf7\xfa\x9d\xa6\x28\x9d\x9b\xd2\x99\x20\xaf\xa6\x72\x6e\x9e\x66\x68\xfb\x37\x1a\xaf\x79\x98\x06\xf1\x1d\x7e\xff\x23\xdb\xc7\xd2\xf1\x5e\x96\x8e\x4e\x38\xc2\x1c\x9b\xf2\x1a\x84\x3b\x54\x9a\xfa\xba\xe9\x97\xb3\x42\x94\xd3\x20\x8e\xb7\xb7\x29\xa8\x41\x8c\xea\x6c\x4c\x41\xdd\xdc\x2f\x35\xcf\x6f\x2d\x0c\x8f\xce\xf0\x35\x34\xf6\x0e\x74\xbd\xb1\x4d\xe1\xdd\x3c\x3a\x63\xda\xb5\xa9\x9e\x9b\x47\x60\xd8\xa5\x2b\x81\x41\xcc\xa1\xfc\xd0\x75\x06\xba\x82\xb4\xa9\x77\xc1\x28\x26\x57\xb9\x0b\x4a\xd8\xd8\x55\xbb\x60\x14\xbb\x61\xd5\x2e\x88\x73\x22\x81\x1f\x3e\x11\xa3\x38\x8a\x2b\x78\x41\x09\x2b\x45\xc5\x0b\x4a\xf8\x62\xba\x2b\x09\x8c\xe2\x50\xac\x0a\x06\xe5\x34\x76\x65\x30\x28\x61\x0d\xa8\x83\x41\x09\x5f\x5f\x85\x30\xf0\x43\x3a\xd9\xd4\xbd\xa0\x84\xaf\x9c\xc2\xb7\x79\x2a\x86\x2d\x56\xe5\x0b\x76\xc1\xd2\x0e\x54\xba\x60\x14\xfb\x15\xa5\x2e\x28\x61\x2b\x56\xeb\x82\x51\x1c\xc3\x95\xb1\x8d\x20\xbb\x62\xbe\x75\x9f\x35\x0f\xb2\xb0\xc9\x2a\x63\xc1\x28\x36\x33\x75\x2c\x28\x71\x4c\x26\xff\x21\xf9\x2c\x9a\x37\x37\x11\x81\x51\xe8\x7d\x52\x69\x0b\x4a\x90\xd4\x34\xf0\x2e\xfd\x90\x8f\xbb\xa4\xfd\x48\x8c\x18\x7c\xb3\x27\xfd\x46\x8c\x18\x7c\x2a\x28\x53\x6f\x1c\xf0\x58\xff\x4c\x45\x70\x7a\xe8\x45\x7a\xd5\xd0\x34\x48\x58\xc7\x34\x35\x91\xef\xa6\x69\x69\xa2\xda\xe8\xca\x52\x1d\x0c\x06\x9f\x9c\x4d\x3f\x40\x23\x06\xdf\x0d\xca\x54\x09\x83\x61\xaf\x95\x4a\xe1\x74\x1b\x11\x5f\x54\xcc\x54\x0c\xa7\xce\xbd\xf4\x91\x8f\x26\x16\x76\x58\x05\x4c\xe5\x30\x28\x61\x8e\xd4\xc3\x60\x94\xe6\x55\x96\x58\xd8\xd0\xbd\xca\x02\x53\xf2\xea\x00\x49\x25\x6f\x7a\x5c\x46\xfe\x0e\xe1\x9c\xba\xff\xd2\x73\x32\xaa\xcf\xb2\xa8\xfc\x88\xf2\xe4\xad\x4a\xd5\x2f\x18\x85\xd9\x47\xaa\x61\x41\x1c\x0f\x60\x2a\x45\xf3\x48\x51\x6f\xa7\xee\x04\x31\x4e\x39\x2b\x3c\x81\xdf\x9b\x4b\x3f\xd6\x23\x4a\xd0\xbd\xa6\xc2\x33\xcb\x49\x08\xb9\x56\x66\x82\xe1\x58\x96\xca\x4c\xb0\xb5\xbf\x0f\xb5\x8a\x36\x4a\x7f\xf9\x4b\xab\x48\x9f\xdf\x32\x19\x66\x61\xa3\x18\x44\x9b\xea\x4c\x50\xdc\x75\x93\xca\x4c\x30\x1c\x91\x52\x99\x09\x0a\x67\x4e\x67\x2a\x33\xc1\xb0\xb3\xf6\xbb\x42\xa2\xe8\x7f\x4d\x9d\x80\x60\x38\xe1\x48\x85\x27\x18\x7a\x98\xd3\xb8\x41\x30\x1c\x1e\x52\x2d\x0a\x4a\xd8\x32\xd5\xa2\xa0\xb8\x55\x23\xd5\xa2\x60\x28\x00\xfc\x90\x91\x18\x8e\x64\xa9\x16\x05\xc3\x25\xfc\x54\x78\x82\xca\xb1\xa9\xe9\x97\x8d\xc4\x1e\x1d\x78\xa4\x62\x34\x3d\x19\x83\x79\x69\x2a\x46\x41\xd1\x57\xe8\xf7\x8f\x44\xe1\x8b\x00\x99\x3a\x06\x41\xe1\x43\x02\x99\x8a\xd1\x74\x13\x92\x8f\x54\x8c\x82\x92\xa6\x55\x31\x0a\xb6\xee\xf7\x32\x33\xee\x69\x19\x0c\xe1\xa9\xc3\x30\x3d\xe4\xbc\x4d\x9f\x69\x53\x69\x84\xb9\x31\x3d\x4e\x15\x6a\x7a\x5c\xc6\xf2\x66\x36\x0b\xcf\xc6\x18\x9a\x2c\x0c\x4e\x3e\x1f\xe7\x5e\x16\x46\xb3\x59\x90\xb2\xb4\x2c\x92\xb2\x60\xba\xe1\x47\x9e\xc4\x70\x02\xe8\x37\x9e\xc4\x70\xa2\x95\x3a\x16\xd3\xef\xb8\xe8\x32\xf0\xb3\x4f\xa2\x70\xc8\x72\xa6\x01\x8a\xa0\x70\x9c\x77\xa6\xce\x46\x50\xf4\x23\xfa\x6d\x28\x51\x0c\x6b\x4e\x5d\x8b\x99\x47\x2c\x92\x25\x5d\x8b\xa0\x70\xe2\x7a\xa6\xbe\x45\x50\x9c\x24\xa4\x62\x1a\x14\x3e\xee\x90\x7e\x67\x4a\x0c\x07\xfa\x54\x4c\x83\x62\xb4\x56\x2a\xa6\x41\x71\x4b\x52\x2a\xa6\x81\x1f\xde\xc8\x54\x4c\x83\x92\x96\xbe\x32\x39\x95\xc9\x1c\xa3\x9f\x7e\xc6\x4a\x14\x37\xce\xa6\x2a\x19\x44\x9e\x41\x44\x65\x9b\x7e\xbd\xa8\x5a\x27\x4a\x5b\x10\x7e\x6e\x20\x53\x6d\x9b\x27\xd0\xd0\xc1\x46\x25\x9b\x83\x17\x6c\x78\x99\x65\x3b\xf0\x01\xd9\x3d\x18\x55\x98\x46\x15\x9e\x01\x48\x91\x0a\xaa\x7b\xd3\x53\x91\x0a\xaa\x1b\xe4\x53\x91\x0a\x66\x3b\x49\xb3\x06\x06\x6f\x98\x8d\x56\x91\x0a\x66\xb3\xd4\x14\xa9\xe9\x99\x16\x0e\x10\x8a\x54\x30\x15\xbc\xa9\x48\x05\xd5\xdd\xf0\x69\xec\x21\xa8\x86\x36\xa6\xba\x15\x54\x77\x86\xa4\x1a\x15\xec\xb7\xc9\x9b\x99\xf1\x8d\x6a\x9c\x64\x2a\x52\xc1\x74\x05\x25\xdd\xe7\x04\xaa\x1e\xd8\xd4\x45\x09\xaa\xe7\x0e\xa4\x52\x16\x54\x43\x33\x53\x29\x0b\x66\xb3\x65\x2b\x65\xc1\x7a\x9d\xdb\x5b\x3a\x1c\x76\xd1\x6c\xc6\x4a\x59\x30\x5d\x54\x49\x95\x6c\x1a\xd8\x78\x06\x76\xa5\x2c\x98\xea\xd6\x54\xca\x82\xd9\xec\x9d\x95\xb2\x60\x2a\x1b\x53\x25\x0b\xaa\x8e\xee\x54\xa9\x82\xd9\xec\x51\x95\xa0\xe9\xf9\x17\xf6\x95\x7a\x40\xd3\xf3\x2f\x6c\x9f\xaa\xd2\xf4\xfc\x0b\x3b\x7f\x55\x29\xa8\x6e\x7b\x4c\x3d\xa0\xa0\xbe\xc6\x6f\x7f\x1a\x2a\x53\x6f\x28\xa8\x86\xb1\xa7\x92\x15\xcc\xe6\x98\xa5\x64\x05\xd3\xd5\x82\x54\xb2\xa6\xc7\x63\xd8\xf7\xa9\x58\xc1\x6c\xf6\x27\x0a\x56\x30\x5d\x5e\x49\x05\x2b\x98\xcd\xf1\x4f\xc1\x0a\xaa\xe7\x5e\xa4\x82\x15\x4c\xd7\x3a\x52\xc1\x0a\x76\xd3\xf2\x32\x8b\xe5\xb2\x85\x50\x2c\x2a\x56\x50\x75\xd1\xa7\x8a\x15\xd4\xd7\xb9\x99\x25\x75\x71\x2c\x88\x2f\x8b\x8a\x15\x54\xb7\x0c\xa4\xf2\x14\x44\x33\x56\x2f\xd5\xa7\xa0\x1a\x8c\x99\xea\x53\x50\xdd\x1e\x90\xca\x53\x50\x5f\xe7\x87\x16\xcf\xdb\x30\x51\x67\x88\xc6\x6c\x82\xe9\xca\x4c\x2a\x3c\x53\xe1\xc9\x17\x21\x32\x15\x9e\x20\xce\x5e\xc1\x54\x79\x82\x6a\xe8\x68\xaa\x3c\xd3\xcf\x7a\xea\x1d\x4a\x45\x65\x7a\xde\x86\x55\xa7\xa8\x04\xeb\xe4\x40\x51\x09\x22\x97\xa3\xbf\xaa\x12\x2c\x57\x7c\x53\x55\x09\xd6\x29\x22\x55\x65\x7a\x2c\x87\xaf\xad\xaa\x32\x3f\x04\x05\xa6\x57\x59\xc3\x9e\xc1\x61\x3f\xa7\xaa\x04\xcb\x75\xe1\x54\x55\x82\x9a\xf6\x27\xba\x6d\xd3\x33\x38\xcc\xa5\x42\x33\x3d\x83\xc3\x57\x41\x9d\x09\xd6\x99\x5c\x28\x33\xc1\x72\x01\x3e\x55\x99\xa0\xba\x5f\x2f\x55\x99\x60\xb9\x1c\x9e\xaa\x4c\xb0\x4e\x65\xea\xdd\x05\xd5\x95\x98\xd4\xb9\x0b\x96\x3e\x85\x34\x6c\x14\x54\x57\x50\x53\x77\x2f\x58\xa7\x4b\x36\x92\x14\x2c\x3d\x22\xa9\x86\x05\x4b\x8f\x48\xea\x01\x4e\x8f\x71\x9c\xa6\x55\x17\x70\xea\x02\xe6\x8b\x19\x99\xba\x80\xc1\x72\xd9\x3c\x95\xbf\xa0\xa6\x03\x99\x0e\x60\xb0\xce\x4b\xee\x56\x31\x50\xcf\x08\x6e\xc4\x29\x58\xe7\x2d\x51\x36\xa7\xc7\x79\xbc\x8a\x37\xb3\xc8\x4e\xc8\x29\xa9\x55\x37\x83\x9a\x36\x1e\x75\x33\x58\xae\xc0\xa7\xba\x39\x0d\x1f\x45\x9e\xa6\x1a\x19\xd4\x33\xf5\x52\x23\xa7\x11\xa5\x28\xe9\x54\x23\x83\x62\x13\x50\x22\x83\x9a\x0a\x03\x25\x32\x58\xe7\xb5\x57\x22\xa7\x5f\x19\x5d\xd6\xae\xae\x61\x10\xad\x58\x25\xca\x5f\x50\x53\x81\xa4\xe7\x17\x84\x5f\x6e\xca\x54\x11\x83\xf0\x63\x38\x99\x4a\x62\xb0\x74\x81\xa4\xce\x5e\x10\xb3\x3a\x7b\xd1\xdd\x0b\xfc\x20\x4f\xa6\x32\x19\xd4\x65\x03\x32\xee\x14\xac\x33\x93\x53\x39\x83\x75\x26\x47\x2a\x67\x10\x63\x39\xc2\x2a\x9d\xc1\x3a\xf3\x6d\xa5\x33\xa8\xcb\xda\xd4\x2d\x0c\xea\xf2\x2d\x51\x4d\x83\xa5\xf2\xe8\xee\x62\x03\x75\xd1\xfe\xbb\x02\x1b\x2c\x35\x45\x57\x60\x83\xe5\x44\xb4\x2b\xa6\xc1\x52\x66\x74\xc5\x34\x08\x3f\x9c\x95\x7e\xf3\x53\xd4\x45\x05\x74\xa5\x33\xa8\x1e\x6a\xd0\x95\xce\xa0\xae\xe5\xcd\x3e\x9a\xcc\xa4\xa6\xaf\x26\x72\xb4\xbc\xfd\xa3\x89\x1c\x31\x73\xe9\x0a\x60\x50\xdd\x1b\xd8\x15\xc0\x20\x4e\xa8\x53\x57\x01\x83\x65\xc0\x52\x57\x01\x83\xa5\x16\xec\x0a\x60\x50\xf5\xf5\xf9\x75\x52\xb1\x0c\x45\xea\x7a\x81\x41\x5d\xcb\xdb\x0f\x4d\x54\xf8\xfc\x1d\xca\xb9\xeb\xfc\x05\x75\xd1\xd1\x75\x9d\xbf\x60\x29\x09\xba\xce\x5f\xb0\x94\x72\x5d\xe1\x0c\x22\x3d\x7f\xa8\xeb\xfd\x05\xd5\x77\xa1\xeb\xfd\x05\xd1\x5d\xaa\xe9\xba\x7f\xc1\xee\x64\x78\x82\xc1\xb2\x60\xdf\x4e\x9b\x25\x53\xfc\x80\xfd\xf4\xb7\x96\x83\x5f\xbf\x3c\xd5\xa1\xe8\x06\xcb\x00\xd1\xae\x6b\x17\x34\xa3\x5b\xba\x9a\xbb\xbb\x99\xce\x71\xb0\x2b\xb0\xc1\xb6\x51\x93\x2a\x6c\xb0\x53\x42\x1b\x50\x62\x83\x56\x8f\xc9\xbc\x56\x02\xc9\x4d\x9b\xe2\x19\x34\xcf\x3a\xeb\x8a\x67\xb0\x1f\x40\x72\x55\xcf\xa0\x19\x9f\xd3\x55\xcf\x20\x5e\x7a\x8d\xba\xf2\x19\x34\x1d\x0e\x5d\xf9\xdc\xfd\x06\xa3\x67\x14\x76\xf5\x73\xf7\x93\x08\xce\x30\xbb\x02\x1a\x34\x8f\x66\xeb\xee\xc5\xeb\xf5\xe4\x9e\x06\xaa\xa8\x06\xcd\xa8\xc2\xae\x37\xb7\xfb\x01\x04\x67\x61\x5d\x55\xdd\x75\xe7\x3a\x91\xee\xf5\xe4\xfe\xe1\xa7\x98\x54\xd5\x60\x5f\x46\x21\x29\xab\xc1\xce\x97\xd7\x59\x4a\x38\x79\x5f\x27\x63\x6a\x6d\x10\x67\x6b\x6d\x57\x59\x83\x79\x4a\x4e\x65\xdd\xfd\x2e\x82\x33\xb6\xae\x8c\xee\x7e\x05\x41\xb7\x5c\x57\x47\x83\x6d\xa3\x9c\xd4\xd1\x60\xdb\x28\x27\x83\x6f\xbb\x87\x7a\x9c\x4a\x54\x49\x77\x5d\xbd\x1e\xfc\xda\x95\xd2\xa0\xe9\x32\xec\x4a\x69\xb0\x2f\xe3\xa7\x6a\x69\x10\x27\x78\xbd\xab\x9c\x41\x8c\x49\x4f\xda\x95\xce\xa0\xe9\xa7\xec\xba\x89\xc1\x7e\x25\x48\xb1\x3a\x19\x34\xdd\x4b\xdd\x93\x26\xc1\x4e\x30\x29\x71\x6f\x1f\x68\x2e\xb9\x77\x63\x77\x7b\x9e\xca\xf6\xa7\xe6\x4b\x3d\xed\x29\xb1\x5d\x3d\x0d\x22\x5e\x04\xb6\x74\xbd\xd3\x20\xc2\x3d\x06\x5d\x45\x0d\xe2\x9c\x79\xd4\x95\xd4\xa0\x9d\x97\x4e\x49\x0d\xf6\xed\x78\x84\x9a\x1a\x34\x3d\x2d\x5d\x4d\x0d\xfc\x20\x4d\x76\x35\x35\xd8\xbf\x24\xc1\xba\xa3\x41\xd3\xc3\xd4\xd5\xd9\xa0\xe9\x28\xea\xca\x6c\xd0\xf4\x30\x75\x65\x36\x68\xba\x12\xba\xce\x68\xd0\x8c\x5b\xec\x3a\xa3\xc1\x7e\x24\xf5\x6c\xa4\x2f\xd8\x79\xf7\x3a\x2b\x7a\xa3\x19\x3e\xdf\x75\x50\x83\x7d\x19\x4d\x49\x1d\x0f\xce\x21\x3f\x5d\x19\x0f\xf6\x13\x48\x9b\x32\x1e\xec\x9f\x52\x6c\xfa\xa8\x41\x3b\x0d\x58\x87\x34\x68\xa7\xb7\x57\xd9\x83\x7d\x37\x8a\x4d\x8f\x34\x68\x3a\x86\xba\x6a\x1f\x34\xfd\x5f\x7e\x9c\x5a\x44\xea\x79\xea\x2e\x00\x80\xe8\x9e\x75\xd8\x5d\x01\x00\xd1\x0d\xf8\xe8\xea\x7d\x10\x91\xbe\xd4\x0a\x7e\xb0\x6d\xe4\x4b\xc5\x0f\xd2\xd3\x14\xbb\x8a\x1f\xec\xcb\xa8\x40\x25\x3f\xd8\x36\x52\xac\xe6\x07\xdb\xe6\x6f\x2d\x92\x79\xf6\xda\x90\x14\xbd\xd5\x20\x3d\x28\xb3\xbb\x10\x00\xf6\x65\xd4\x97\x0b\x01\x20\x3d\xfd\xb1\xab\xfa\xbb\x5f\x86\x5b\xb6\x1b\x65\x7f\xf7\xd3\x05\x46\xae\x77\x75\x3f\xd8\x09\xf6\x76\x16\x0a\xdf\x2e\x08\xf7\x91\x74\x65\x3e\x48\x4f\xd9\xec\xca\x7c\x70\x8e\x71\xe9\xca\x7c\x90\x1e\x69\xd9\x95\xf4\x20\x7e\x6d\x9a\x6a\x7a\xb0\x1f\x40\x42\x54\xf0\x20\xeb\xef\xf8\xfa\x72\x76\xfd\xce\x20\xca\xaf\x4f\xb3\x75\xb8\x95\xf1\xa4\x53\xd5\x0f\xf6\x75\x26\xd4\xa2\xc0\x19\x5d\x4e\xc9\xaa\xfb\xc1\xb6\x51\x64\x0a\x7f\xb0\x6d\x14\xad\x1e\x6a\x10\x67\xa3\x54\x57\xee\x83\x5d\xb4\x3c\x43\xbd\xdf\xdd\xe4\x58\x6c\x97\x4a\x79\x10\xe9\xd9\xc3\x5d\x2d\x0f\xb2\xd9\x66\xd4\xf2\xfd\x3a\x1b\xaa\x78\x03\x55\xee\x20\x9b\x23\x92\x2a\x1d\xec\xcb\x7c\x82\x15\x8a\x63\xb9\xf0\x05\x93\xec\xea\x74\x10\xc5\x8d\xf0\x5d\xa1\x0e\xf6\x75\xe4\x42\xa5\x0e\x52\x21\xd4\xf5\x2d\x77\x7d\xcb\x1e\xb4\xd2\x55\xea\x5d\x4f\xb2\xf1\xcf\x5d\xa9\x0e\xa2\xe8\xbd\xee\x6a\x75\xb0\x6d\x3c\x42\xb1\x0e\xb2\x9f\xcb\xcc\x3f\xfb\x2b\x8b\xce\xd8\xae\x7b\x19\xec\x21\x12\x93\xd5\xbd\xb1\x47\x52\x4c\xd6\x2c\x92\x7e\xe6\xb9\xcc\xbc\x6e\x64\x3f\x37\x33\xab\x6e\xb9\x3c\xb3\x65\xe5\x3b\x88\x5c\xbe\x0b\xea\x77\x90\x6e\xf3\xea\xea\x77\x90\xee\xc3\xec\xca\x77\x70\x8e\x8a\xe9\xca\x77\xb0\x1f\x40\x21\x29\xd6\x41\xd4\x70\x3a\xe6\x21\x2d\x60\xdb\x28\x10\xe5\x3a\xf0\x2b\xf5\xd9\x95\xeb\x20\xdd\x54\xd8\x95\xeb\x20\xdd\x30\xd5\x95\xeb\x60\xdf\xcc\xb4\x99\xf9\x0f\xe7\x93\x1d\x93\x99\xc7\x2d\x5c\x0d\x07\xea\xea\x6e\x90\x6e\xdc\xea\x8a\x6c\xb0\x2f\x23\x5b\xaa\xec\x6e\x50\x75\xb2\x6a\xdd\xd5\xd4\x20\xa6\x87\xfe\x76\x45\x35\xe8\x2f\xe7\xfc\x8a\x65\x30\xcf\x0f\x4d\xee\x97\xf8\x5a\x32\xa0\x2e\x06\xeb\x3c\xd0\xf6\xf7\x25\x08\xd5\x64\x59\x4d\x5f\xb7\xa1\x51\x60\xfa\x97\x81\x87\xda\x74\x65\x72\xf7\xd3\x79\xbe\x19\xca\x64\x10\xe7\x18\xe8\xae\x2f\x19\x84\x27\x3f\x74\x75\x32\x38\xe7\x60\x74\x45\x31\xe8\xe5\x5c\x65\x66\xd0\xbb\x67\x16\xa1\x4b\x18\x44\x9c\x1f\x9a\x9d\xf3\xa1\x67\xe7\x2e\xfa\x84\x41\xf7\xa0\x9e\xae\x28\x06\x7b\x12\x45\x2e\x55\xc5\x20\x3c\xdf\xbe\x2b\x8a\xbb\xa2\xd8\xf3\xcb\xba\xd2\x16\xf4\x66\x7f\xa7\xb4\x05\xbd\xd9\x8d\x29\x6d\x41\xb8\x86\xda\xd5\xac\x20\x72\xf8\xae\xab\x50\x41\x38\x78\x0f\x15\x2a\xd8\xcf\x9c\xd8\x42\x1b\xee\x4b\xfa\xb0\xa1\xbf\x77\xbc\x70\x55\x76\x4d\x43\x13\x07\x84\x2f\x6f\x36\x35\xe1\xe3\x22\x68\x75\xa8\x3d\x41\xe1\x03\xd0\x39\x74\xdb\x0e\x4f\x5a\xa1\xea\x86\x6e\x5b\x50\xf8\x94\x74\x0e\x15\x2a\x98\x7c\xed\x26\x87\x0a\x15\x54\xd7\x89\x86\x3a\x73\x04\xeb\x44\x74\xcb\x43\x51\x09\x96\x61\xbe\x43\x51\x09\xf6\x68\xec\x65\x5d\xdb\x9e\x7a\xf8\xfa\x0e\x5d\xa9\xa0\xb9\xd5\x67\xe8\x49\x05\x7b\x86\x49\x32\x94\x92\xe3\xc4\x11\x33\x87\x1d\x6a\xc9\x71\x4e\x70\x3c\x4f\x30\xb9\x61\x70\x46\x7a\xbf\x5b\xdb\xed\xb9\x20\x15\xdb\xa3\x6d\xb7\x77\x62\x63\x86\x62\x12\x9c\x95\xa2\xa1\x6e\x1c\x85\xe3\x62\xe8\x09\x87\x0e\x57\xb0\xe8\x07\x87\x6a\x10\x2c\x16\x85\x86\x62\x10\x74\x97\x8e\x86\x5a\x10\x78\xe8\xc4\x50\x09\x82\xd5\x4c\x80\xc9\xf4\x3b\xd0\xcb\x3b\x99\xca\x8d\xd5\x7e\xc7\x0e\xe7\xa1\x23\x16\x2c\x13\xac\x6e\x1c\xc6\xf6\x9e\xdb\x2a\x1c\xc1\xa2\xa3\x1a\xca\x46\xd0\x5d\xc1\x1b\x0a\xb8\x61\x84\xae\x45\xa4\x58\x03\xe1\xe1\x63\x43\xad\x06\x62\xba\x91\x67\x28\xd6\x86\xf1\xb8\x56\x95\x5a\x6d\x18\x8f\xcb\xfc\x72\x28\xd5\xc0\x7e\x8d\x29\x26\xa5\x1a\x88\xae\xc3\x76\x28\xd5\xc6\xf9\xa6\xb3\x26\x9b\x51\xd3\x47\x83\xa2\x1d\x7a\x41\x41\xf8\x79\x8e\xa1\x52\x03\xdd\x83\x4f\x86\x42\x6d\x18\x92\x7b\xd2\x61\x3e\xf9\xd0\x73\x39\x3f\xb4\xb6\xd8\x37\x59\x4e\x06\xac\x2e\x94\x5b\x9c\x7b\x59\x1a\xcd\xd2\xa0\xc1\x28\xdc\x40\x04\xf1\x5b\x43\xdd\x06\x22\x08\x8c\x1b\xfa\x40\x41\xf8\xd5\x88\xa1\x92\x03\x27\x3e\x6f\xa8\xda\x40\xcc\xea\xcb\xa8\x6a\x03\x71\xdc\x2f\xc3\x73\x55\x40\x34\x3e\x56\x93\x43\xc7\x25\x88\xee\xa6\xc8\xa1\xce\x1a\xea\x2c\x5f\x51\x65\x16\x38\x07\xb4\x0d\x25\x15\x08\x7d\x27\x43\xfd\x04\xe2\x3c\xd3\x00\xdf\xe1\x16\xc8\x60\xcd\x62\x28\xa9\xc0\x39\x48\x6b\x28\xa9\x40\xe8\x29\x19\x4a\x2a\x10\xfa\xba\x86\x92\x6a\x18\xdf\x6b\x77\xa2\x7e\x02\xbd\xa5\x09\x33\x4b\xc6\xf2\x32\x3f\x1c\x4a\x25\xd0\x1b\x13\xde\xa1\x52\x02\xe7\x8c\xb8\xa1\x52\x02\xbd\x31\x29\x1d\x0a\xa5\x61\xe0\x6e\xf7\x5e\xb6\xb2\x41\x60\x33\x52\x72\xa8\x93\xc0\x39\xae\x6d\xa8\x93\x40\xe8\xb4\x1c\x0a\x20\x10\x67\x1c\x1b\x0a\x20\xd0\xf9\xe2\x4f\x0e\xf5\x0f\x08\xbd\x77\x43\x0f\x28\xe8\xad\x9b\x56\x9b\x14\x8a\x68\x7a\x30\xcf\x50\x11\x81\xdd\xa3\x51\x18\x2a\x22\x70\x8e\x75\x1b\xaa\x1f\x10\x4a\xc9\xa1\xf8\x01\xa1\x3b\x6b\xe8\xb6\x04\x31\xdd\x12\x3a\x54\x2b\x20\xd2\xf3\x16\x86\x6a\x05\x84\x9a\x76\x28\x56\x40\x77\x9b\xce\xd0\x4b\x09\x76\xd2\x28\x5b\xc5\x0a\xe8\xee\x27\x1a\x8a\x95\xe1\x99\xfc\xee\x7e\x1c\x2a\x93\x61\xe0\x2c\xcb\x59\x43\x6f\x23\xe8\xee\xa7\x1a\x6a\x15\xd0\xdd\xf6\x34\x14\x23\xc3\x53\x1a\xcd\x94\x5a\x04\x74\xb7\x54\x0d\xa5\x08\xe8\xee\x73\x1a\x2a\x11\xd0\xdd\xc0\x35\x3c\x53\x05\x74\x77\x5e\x0d\xb5\xc9\xf0\x2c\x47\xf7\x19\x0d\xb5\x09\xe8\x6e\x7f\x1a\x4a\x93\xb1\x08\xee\xb3\x53\x35\x76\x76\x78\xbc\xa3\xa3\xb5\xc2\x04\xc4\xf4\xe8\x9c\xa1\x27\x12\x84\x8b\xc0\x43\x4f\xe4\x30\x78\x96\x99\xde\x50\xbe\x80\xee\x4e\xb2\xa1\x7a\x01\xdd\xcd\x5c\x43\xb7\x23\x88\x39\x8e\xcd\x6c\x5e\x7e\x81\x18\x01\x3d\x94\x1b\xe3\x3a\x3b\xbc\xb7\x49\x79\x00\x62\x1a\xf8\x36\xd4\x07\xa0\x9f\xc9\x85\xf2\x00\x8c\x62\xd2\x0c\x35\x05\xa3\x98\x4f\xe5\x01\x18\xc5\xca\xd4\xe1\x07\x46\xb1\x6b\xd1\xdf\x07\x76\x3b\xf3\x91\x16\xf7\x9b\x4f\xe3\xd8\xce\x14\x11\x60\x14\x1b\xb2\xa1\xa6\x20\x9a\xb3\xc0\xa1\xae\x00\xa3\x58\x8e\x6a\x08\x30\x0a\x33\xb9\xa1\x86\x00\xe5\xf4\x53\x6a\x08\x50\xc2\xc4\xea\x02\x04\x91\x1e\xb4\x34\x94\x10\x60\x14\xbb\x33\x7d\x80\x60\x14\x16\xef\x86\xa2\x02\x44\xf6\xf2\x3b\x16\xc5\x87\x72\x62\x78\xbe\xa3\x95\xa1\x9a\x00\xa3\xd8\xf9\xe8\xea\x1b\x06\x94\x9e\x67\x99\xe3\x0f\xe7\xfd\xf8\x32\xe8\xea\x03\xa3\x78\x2f\xfd\x7a\x60\x14\xf4\xf1\x50\x5e\x80\xe2\x87\x66\x86\x4e\x3c\x30\x8a\x3d\xa0\xe2\x02\xec\xea\xa1\x10\x74\xb2\x81\x71\x5e\x36\xc5\x04\xd8\xef\xbc\x3f\x35\xb1\x7a\xd9\xce\xe0\xab\xa0\x00\xa5\x3b\x2f\x50\x50\x80\xe2\xf1\x8b\x43\x45\x01\xc6\x3c\x57\x99\x01\x02\x56\x4f\xd3\xd7\xf1\x06\x86\x2a\x67\xa8\x31\x40\xe9\x0e\x7a\x6a\x0c\x30\xa6\xf3\x59\x7d\x71\x20\xba\x2b\x4c\x43\xdd\x01\xce\xc9\x4f\x43\xd7\x1b\x18\xd3\x59\x81\x6e\x36\x30\xa6\x53\x68\x75\x07\x18\xa7\x7f\x52\x76\x00\x3f\x28\x98\x43\xd9\x01\x62\x16\xfb\x66\x65\x07\x38\xdb\x93\x87\xb2\x03\x9c\x7d\xd2\x43\x57\x1c\x38\xdf\x37\x1b\x46\xa7\x82\x71\xfa\x2c\x4f\x8a\x01\xe3\x74\x46\x3a\xec\xc0\x74\x0d\x63\xe8\xaf\x03\xe3\x74\xd6\x8a\x1a\x50\xfa\x49\x84\xad\x97\x48\xd7\xd3\x4b\xaa\x73\x40\xe9\x4e\x7d\xd4\x39\xa0\x74\x07\x38\x5d\x78\x60\x9c\xee\x4f\x0f\x1e\x38\xa7\x4e\x0e\xd5\x10\x18\xa7\x5f\xd6\x83\x37\xce\xc6\x4e\xee\x3f\x55\x43\x60\xd8\x0b\x4f\xc5\x10\x38\xc7\x96\x4c\xfd\x75\xa0\x74\x0a\x6c\xaa\x8f\xc0\xae\x5d\x7f\xd9\xb4\x51\x3c\x74\xdf\x53\x1f\x1e\x28\x3d\x34\x75\x4d\x04\x8e\x31\xd7\x9f\x2a\x2b\x30\x8c\x3c\x98\x2a\x2b\x30\x1c\xca\xa6\xca\x6a\x1a\x10\x4b\x17\x33\x55\x56\xa0\x74\x32\x3e\x55\x56\xc0\x6f\xfa\xe7\x54\x59\x81\xe1\x52\xc3\x54\x59\x81\xb3\x27\x71\x1a\x0f\x0b\xce\x91\xa8\x53\xdf\x1f\x18\x1e\xae\x37\xd5\x5f\x60\x77\x3a\x24\x4c\x01\x06\x86\x1b\x8d\xa7\x3b\x34\xc1\xf4\x50\xb2\xa9\x8a\x02\xb3\xd1\xf6\xa7\x22\x0a\xcc\x76\xee\x6f\xc2\x36\xaa\x91\x07\x53\x09\x05\xce\x5e\x91\xa9\x5e\x02\x55\xcf\xfd\xd4\xf7\x06\xaa\xce\xe4\xa9\x84\x9a\xba\xde\x54\xc9\x53\xd7\x1b\x98\x2e\x9c\x4d\x37\x63\x82\xaa\x64\x9a\x3a\xe3\xc0\x74\xc9\x6d\x1a\x13\x3b\xcb\x79\x9d\xc9\xb8\xfe\x39\x30\xdd\xd3\x3f\xd5\x68\x60\xba\xe0\x36\x15\x69\x60\x7a\x60\xfd\x54\xa5\x81\xfa\x3a\xf7\xb2\x2c\x8a\x65\xe1\x23\x2d\x8b\x42\x98\x9a\xed\x49\x9d\x06\xa6\xe7\x16\x4d\x75\x1a\xa8\x2e\x8c\x4c\x95\xd8\xe4\x18\x1c\x15\xd5\x54\x8a\x81\x51\x98\x16\x4e\x95\x18\x98\x9e\x19\x39\x95\x62\xa0\xaa\xd7\xa6\x1e\x3c\x50\xba\x4f\xd4\x81\x07\xa6\x07\x9e\x4d\x1d\x78\x60\x36\x5b\xb0\xfe\x3b\x30\x3d\xf0\x66\xea\xbe\x03\xb3\xd9\x76\x74\xdf\x81\x48\x0f\x89\x9b\xaa\x3f\x30\xdb\x31\x59\x14\x95\x80\x14\x2b\x44\xf5\x07\xa6\x47\x81\x4e\xc5\x1f\x88\x74\x2d\x72\x1a\xda\x0a\x62\x7a\xea\xcd\x54\xaf\x81\x48\xc5\xf5\xd4\xdd\x06\xa6\xa7\x32\x4f\x35\x1c\x58\xee\x73\x9d\x6a\x38\x50\xf5\x53\x4e\x35\x1c\xa8\xae\x95\x4d\x35\x1c\xa8\xf9\x7b\xce\xef\x9c\x4a\x3c\xb0\xdc\xb8\x3a\x95\x78\x60\xb9\xbd\x78\x2a\xf1\xc0\xd2\x8f\x31\xd5\x73\xa0\x1a\xd6\x35\xd5\x73\xa0\xfa\xa9\xaf\xa9\x63\x0e\x2c\x37\x04\x4f\x25\x1e\xa8\x7e\xc0\x6e\x1a\xe5\x0a\x96\x9f\x81\x9c\x8a\x3e\x50\xfd\x5a\xdd\xd4\x55\x07\xaa\x8b\xdb\x53\x4f\x1d\x58\x6e\x82\x9d\x7a\xea\x40\xf5\x33\x71\x53\xb1\x08\x96\xfb\x8d\xa7\xe1\xb1\x20\xe6\x38\xf7\xb7\x28\xd2\xa2\xa0\xc1\xe9\xce\x03\xd5\xb0\xc8\xa9\xca\x9c\xe7\xe8\x1d\x7b\x43\x25\x25\xa8\x7e\xd0\x6c\xea\xb9\x03\xcb\x0d\xcd\x53\x95\x09\x96\x1b\x82\xa7\x8e\x3b\xb0\xdc\x96\x3c\x55\x94\x60\xb9\x7f\x76\xaa\x28\x41\xe4\x38\x97\x99\xa7\x4e\xe5\x33\xe3\x99\xba\xe4\xe6\xf9\xde\x9b\x8d\x50\x4d\x09\xaa\x9f\xf3\x9b\x6a\x4a\xb0\xdc\xd0\x3c\x15\x90\x60\xb9\x04\x39\x15\x90\xd3\x0f\x8e\xeb\xdd\x9e\x2a\x48\x10\x67\x5b\xcd\xd4\xd5\x06\x96\xd1\xf3\x53\x55\x09\x9a\xeb\xe1\x53\x55\x09\x96\x43\xe7\xd4\xad\x06\xda\xcb\x7c\xaa\x2a\xc1\x32\x8a\x7c\x2a\x2a\xc1\x72\x48\x9f\x8a\x4a\xb0\xdc\x65\x31\x15\x95\xa0\x19\x67\x37\x15\x95\xe0\x1c\xe1\x3c\xd5\x94\x60\x19\x1e\x3e\x95\x94\xa0\xe9\x4c\x9f\x3a\xd9\xa6\x47\x7a\xe2\x27\x9b\xaa\x4c\xb0\xce\x30\xa3\xca\x04\xed\xc5\xb4\x68\xea\x4d\x03\xcd\xd8\xa3\xa9\x37\x0d\x2c\x03\xc6\xa7\xce\x34\xb0\x8c\x34\x9f\xca\x53\xb0\x9c\xfb\x4d\xfd\x6b\x60\x19\x03\x3f\x15\xac\xe0\x7c\x63\x60\xaa\x57\xc1\x32\x84\x7f\xea\x48\x03\x4b\x35\x33\xd5\xa6\x60\x39\x77\x9a\x6a\x53\xb0\xdc\x93\x30\x0d\x97\x05\xcb\xa5\xd2\xa9\x5a\x05\xcd\x85\xf7\xa9\x5a\x05\xcb\xa9\xf1\x54\x87\x82\x65\x3c\xf7\x54\x87\x82\x18\xae\xf3\x4d\x85\x28\xd8\x0a\xcd\x9f\x5a\x93\x8b\x83\xcf\x2d\x6a\x55\x27\x88\x57\x3b\x4f\x30\x4f\x8b\x58\x81\xf3\x04\xf3\xb4\x08\x96\x30\x03\x2a\x51\xb0\x7f\x49\x8d\x2b\x45\xc1\xb6\x51\x01\xea\x4e\xb0\x6d\x24\x4e\x95\x09\xb6\x8d\x47\xe8\x24\x03\xcd\x60\x89\xa9\xf2\x9c\x7e\x73\xe0\xbc\x9b\xfa\xcd\x40\xd3\x31\x35\x8d\x78\x05\xcd\xa8\x8d\xa9\x3e\x9d\x9e\x06\xe4\x9e\x83\xa9\x2b\x6d\x7a\x62\xe8\x99\x24\xe8\x4a\x9b\x1e\x19\xea\xb2\xd3\x54\xc7\x82\x66\xe4\xc1\xd4\x6d\x06\xf6\x65\x54\x8d\x41\xaf\xd3\xa0\x57\xb7\x58\x4d\x5d\x69\x60\x5f\x47\x26\x74\x9b\x81\x66\xc0\xc7\x54\x02\x83\x98\xcd\x56\xa3\x06\x06\xb1\xbb\x1e\x6c\xe6\xe2\xed\xd6\xfe\xea\xed\xcc\x05\xfa\xb6\x79\x36\xef\x54\xdf\x82\x7d\x9d\x49\xb1\x62\xdf\x27\x38\xc0\xeb\xcc\xd9\x46\x53\xee\x4d\x05\x2e\xd8\x3f\xa5\xf0\x54\xb8\xa0\xb9\x78\x30\x55\xb8\x60\x5f\x46\x65\xeb\x12\x03\xcd\xc5\x95\xa9\x9c\x05\xfb\x32\xca\x49\x3d\x0b\xfc\xc0\x7e\x4e\xf5\x2c\xd8\x69\xa3\x4c\xf4\x92\x81\xfd\x53\x8a\x5d\x11\x3b\xdd\x2b\x39\x59\x68\x9b\x4a\x56\x90\x9e\x60\x3c\x95\xac\x20\xc2\xed\x12\x53\x9f\x18\x48\x8f\xc8\x9f\x6a\x56\xb0\x2f\xfb\x1d\xdf\x8c\x9c\xba\xd1\x40\xbe\x58\x34\x9c\xca\x5c\xb0\xef\xa2\xcd\x92\xf8\xea\xd7\x27\xd7\x3a\xd6\xc0\xbe\x4c\x9b\xd9\xde\x48\x63\xc6\xa6\x81\xa9\x20\xab\x13\x2c\x7d\x6d\x20\xca\x99\x3e\xeb\x6d\x03\xdb\x46\x21\xaa\x9a\x41\x74\xb7\xc2\x4c\x65\x33\xd8\xd7\x69\xb3\xc0\xb6\x44\xce\xd3\xd6\x94\xc8\xd3\x33\x8c\xdc\xd2\x32\x15\xc4\x20\x9b\x7d\xae\x82\x18\x44\x71\xbf\xe9\x54\x11\x83\xec\x0e\x79\x4a\x5d\x10\xb5\xda\xd2\x8c\x3c\x05\xdb\xe6\xed\xcc\xeb\x46\x7a\xe2\xe4\xd4\xef\x06\xba\xad\x45\x45\x0c\x86\xef\x99\x52\x17\x84\x9f\xa5\x98\x2a\x5d\x10\xe7\x73\xb2\x53\x5d\x0b\x22\x87\xb7\x57\xd8\x82\xc8\x46\x9c\xd6\x54\xd9\x82\x7e\x14\x98\x6a\x74\x6e\xe9\x59\x8d\xe0\x9e\x4a\x4f\xb0\x4b\x48\x9b\x49\x23\x7a\x54\xb7\xde\x54\x7b\x82\xe6\x56\xf9\xa9\xf6\x04\xeb\xe8\x4c\x7d\x73\xf3\x39\xbd\xc7\x2e\xa0\xa5\xd0\x04\x49\x98\xc6\x52\x67\x82\x6e\xe4\xd1\x52\x66\x82\x38\x1f\xc4\x5d\xea\xcc\xe5\x57\x10\x5c\xcc\x58\x0a\x4d\xd0\x3d\x55\x7d\x29\x34\x41\x9c\xcf\x03\x2f\x35\x24\xf8\xf5\x99\x1f\x2d\x9c\x70\xd1\x35\x7d\x35\xb1\x0c\xc9\x6c\x65\xa9\x17\x97\xfb\x27\x71\x73\x2f\xc3\x47\x97\xfb\x27\x35\x19\x2b\x0a\x62\xf8\x15\xb6\xa5\x86\x04\xbb\x3d\x36\x6c\x66\x6a\x23\x3d\xf5\x6f\xe9\xc4\x03\xbd\x7a\x33\x73\xb4\xe1\x22\xc5\x32\x2e\x14\x74\x3f\x4b\xb6\x94\x9e\x2b\xf6\xf4\xc5\xfc\x28\x33\x41\x9c\x82\xd6\x05\xb7\xfc\x38\x82\x9b\xff\x96\xa2\x12\x14\xbf\xdf\xb5\x54\x90\xa0\x9d\xc4\xab\x16\x41\xf3\xfb\x1f\x4b\xb5\x08\xda\xeb\xdc\xcb\x74\x6d\x74\x5a\xe2\x52\x05\x02\xbe\xd7\x9f\x4b\x11\x08\x5c\x3f\x5d\x6e\x95\x04\xe3\xe5\xaf\x4c\x7a\xe1\x24\xc7\x62\x02\xac\x0a\x36\x4a\x9a\x19\x45\x21\x70\xed\x69\xa9\x09\x41\xf7\x5b\x72\xcb\x3d\x91\xc0\x35\xa5\xa5\x24\x04\x71\xbe\x4e\xbd\x14\x80\x20\xce\x57\x9a\x97\xda\x6e\x6d\x21\xb7\xd2\xab\x4c\x15\x67\x99\xba\xfb\x60\xe9\x9e\x5b\xc7\x3d\xc7\xfd\x55\x63\xcb\xcf\xa1\x31\x4c\x2d\xc5\x18\x08\xa5\xfc\xd2\xc5\x06\x7a\x63\x80\x5b\xca\xb3\x45\xe4\xa3\x62\x72\x29\xc5\x40\xa8\xa1\x97\x52\x0c\x8c\x42\xe8\xc5\x52\x32\xad\x73\x9a\x28\x45\xaa\x64\x02\x61\x10\xf2\xd2\x2b\x06\xc2\xb0\xf0\xa5\x8a\x02\x61\x8c\xf6\x52\x32\x81\xee\xba\xdf\x52\x32\x81\x50\xee\x2f\x25\x13\x08\x43\x8a\x97\x92\x69\x25\x3b\xd0\xcf\x13\x4d\x2a\xdf\xcc\x8e\xf3\x44\x8b\x30\x5d\x93\xc1\x64\x80\x22\xa8\x8a\xb4\xa5\xdf\x0c\x4c\xcf\x49\x59\x8a\x1c\x50\xfa\xf9\xa1\x89\xe8\xa9\x1f\x94\x84\xe9\x25\x03\xd5\xaf\x85\x2f\xf5\x0b\x68\x1e\x47\xb7\xf4\x88\x81\xf6\x3a\x3f\xb4\x0d\x76\xa7\xfa\x9a\x6c\x71\x9d\x73\xed\x11\x04\xcb\x80\x42\xd0\x4e\xbe\xf5\x88\x81\x28\x8e\x77\x4b\x45\xb3\x3c\xde\xe6\xe4\x5c\x49\x03\xa2\x56\x86\xf4\xa5\xa4\x01\xdd\x0e\x4d\x41\x03\x76\x77\xf6\x9b\x83\xf2\x52\xee\x80\x3d\xda\x7b\x13\xfb\x8b\x41\x7f\xa1\xc5\x62\xd9\xe8\xa7\x8c\x8d\x35\x04\x8b\x25\xe5\xa5\x26\x02\x2b\xbd\xc6\x42\x19\x1e\x80\x4f\xa1\xa8\x7f\x40\x77\xa1\x6a\xa9\x7f\xc0\x3a\xf9\xb7\x98\x38\xfa\xc6\xd0\x84\xa5\xfc\x01\x67\xf2\xba\x94\x3f\xa0\xbb\x74\xb5\x94\x3f\xc0\x5d\x0a\x4b\xf5\x03\x56\xfa\x33\x0b\x6d\x63\xe1\xff\x5a\x46\x17\x82\x45\x9c\xc8\x52\x0d\x81\xee\x42\xd9\x52\xd4\x80\x48\xa3\xd8\x96\xaa\x06\x84\x27\x1a\x2e\xfd\x6b\xcb\xf8\x40\x7b\x56\x55\x0d\xe8\xea\xce\xa5\xaa\x59\x1e\x7a\x6a\x17\xa2\xaa\x01\xdd\xbd\xf0\xcb\xf0\x40\x10\x7e\xcc\x63\xa9\x6a\x96\xd1\x81\xcc\x18\x96\xaa\x06\x44\x1a\x89\xb4\x3c\x89\x06\x84\x07\x46\x2f\x9d\x70\xa0\xbb\x39\x7d\x29\x7e\x40\xf7\x9c\xee\xa5\xf8\x01\xe1\xb7\x3c\x96\xda\x07\x44\x96\x69\x62\xcd\x25\x42\xc7\x83\x82\x96\x3a\x07\x44\x9c\x2c\x99\x4b\x02\xff\x52\x79\xbd\x14\x3a\xa0\x7b\x38\xea\x52\xe7\x80\xee\x39\x16\x4b\x8f\x1b\xe8\xee\xdf\x5f\x2a\x1f\x10\x7e\x8b\x64\xe9\x71\x03\xe1\xa9\xaa\x4b\x2d\x04\xc2\x73\x2c\x96\x52\x08\x74\xcf\xe9\x5f\x4a\x21\xd0\xcb\xb9\x97\x65\xc1\x61\x35\x7e\xd7\x64\x29\x67\x40\xe4\x38\xf7\x37\x97\x97\x6e\x2d\x2f\x33\x97\xc8\x19\x17\xec\x96\x6a\x06\x44\xfa\xf1\xba\xa5\x9a\x01\x5d\x4f\xda\x32\x2e\x10\x9c\x0f\x01\x2d\xf5\x0d\x08\xd7\x2e\x97\x6e\x3f\xd0\xf5\xf1\x2c\x25\x0f\xe8\x8d\xb5\xb3\xa5\xe2\x01\xe7\x23\x2f\xcb\xa0\x40\x10\x5d\xb7\xd5\xd2\x13\x08\xa2\x4d\x5b\xb1\xae\x40\x10\x2e\xe1\x2d\xb5\x12\xe8\xcd\x6e\x50\xa9\xb4\x94\x4a\x8e\x84\x2a\xa5\xe5\x17\x1c\xec\x3a\x14\x4a\xa0\x3b\x47\x5c\xea\xa4\x75\x3c\x81\xa4\xdf\x60\x42\x70\xbe\x16\xb0\x94\x49\xe0\x7c\x47\x62\xe9\xf5\x03\xe7\x33\x12\x4b\xaf\xdf\xd2\xeb\xa7\x17\x60\xa9\x9c\x40\xb8\xec\xb9\x54\x4e\x20\x9c\xf4\x2f\x85\x13\xe8\x6d\x7a\x7f\xcb\x82\x13\x5c\x1b\xcb\x14\x4b\xdd\xb4\xfc\xde\xdb\xaf\xf7\xb7\x2c\x3e\x84\x3f\x14\x7f\x69\x59\x28\xa5\x9c\x88\xe9\x0f\x04\xe7\xa3\x45\xcb\xe8\xc2\xe5\xa1\x33\xc5\x5c\x5a\x16\x1f\xce\xf4\xb2\x46\xd4\x5b\xa0\x37\x64\xe4\xd2\x45\xb8\x3c\xec\xd5\xd9\x8b\x0a\x0c\x84\x4b\xfe\x4b\x05\x06\xc2\x95\xef\xa5\xc2\x02\xe1\x32\xf7\x52\x61\x81\xd0\xd1\xb4\x54\x53\xe0\x7c\x05\x63\x29\xa6\x96\xdb\xfc\x6c\x9c\x8a\xa9\xf5\x3d\x45\xe1\xcd\x2c\x0a\xd4\x94\x2b\x42\x4b\x31\x05\xba\x1e\x91\xa5\x96\x02\x31\xce\xfd\x2d\x8a\xaf\xf3\x60\xd3\x6a\x51\x70\x3a\xce\x99\x7e\xa9\xa4\x40\xf7\x60\xae\xa5\xb3\x11\xf4\x33\x77\x55\x48\xad\xfb\x9c\xc6\x81\xc9\x4c\xde\xc8\x10\xeb\x43\xcf\x22\x08\x17\x89\x96\x9e\x45\x10\xae\x8d\x2d\x95\x15\x08\x57\xaa\x96\xc2\x0a\x74\xbd\x51\xcb\x18\x47\x10\x2e\x12\x2d\xb5\x16\x88\x54\x5b\x2d\xd5\x16\x28\x71\x1e\x69\xbe\x6f\xf2\x5d\x7f\xc7\xb1\x62\x4b\xf7\x24\xe8\x67\xc2\xa9\x66\x03\x91\xdd\x26\xa2\x68\x03\xbb\x53\xd6\x66\x59\x3d\x96\x15\x29\x57\xc7\x81\xae\x97\x74\x29\xe3\x40\x3f\x33\x28\x55\xdc\x52\xc5\xd9\x43\xea\x9f\x04\x7d\xfa\x52\xe9\x9f\x5c\x7e\xda\xce\xe6\xac\x7f\x12\x74\x9d\xa4\x4b\xff\x24\x88\x5c\x8e\x50\x4a\x42\x10\xdd\xa3\x91\x97\x1e\x4a\xd0\xf5\x91\x2d\x65\xe2\x3a\x9b\x0c\xa9\x7e\x55\x22\xe8\x3a\x15\x97\x2a\x11\x74\x7d\xc1\x4b\x95\x08\xfa\x3c\xb7\xb7\xcc\x8c\xe0\xa4\x78\x2e\x7d\x96\xa0\x2b\xf5\x2e\x7d\x96\x20\x5c\x53\xbd\x94\x92\x97\x87\xf8\x78\x3a\xc2\xa5\x98\x04\xe1\x9a\xed\xa5\x53\xf1\xd2\xa9\xb8\xbc\xff\xa5\x89\x89\xf5\xb9\xea\xad\xc9\xf0\x89\xe5\x33\x3f\xda\x68\x25\xe4\xf2\x52\x25\x82\x48\xcf\x80\xba\xd4\x84\x60\xf8\xf9\xdd\x4b\x4d\x08\x4a\xf0\x5e\x5d\x4a\x42\xb0\xbb\x73\x1e\xe0\xfe\x41\x50\x3c\x8c\xf9\x52\x12\x82\x61\x63\xb9\xd4\x84\x60\x14\x3a\xd7\x4b\x51\x78\x79\x68\x0e\x2f\xc3\x65\xa4\x27\x28\x41\xbf\x70\xa9\x13\xc1\x28\x74\xfa\x97\x2e\x4a\x50\xe2\xfc\xd0\x5c\x86\xef\x82\x4f\xbc\x35\x21\x7c\x79\x3d\x2e\xe5\x24\x28\xee\xe7\xbb\x54\x93\xa0\x04\xef\xda\xa5\x8b\x12\x44\x9b\xf4\xad\x97\xfe\x48\x50\x82\x9e\xe8\x52\x61\x82\xad\x4d\x79\x80\x12\x13\x94\xb0\x82\x95\x98\x20\x72\x32\xf8\x5f\x8a\x4c\x50\x82\x9e\xe1\x52\x65\x82\x5d\x27\xa6\xcd\x7c\x72\x24\x4f\x76\x6b\x40\xa5\x09\x76\x0d\x78\x9d\xf5\x59\xcc\x29\x97\xe9\x34\x04\xc3\xfd\xc4\x97\x1e\x42\x70\xce\xbf\xba\xf4\x10\x82\xe2\x37\x5f\x2e\x55\xe4\xa5\x87\xd0\xe6\xa8\x87\x10\x9c\x13\xc9\x2e\x3d\x84\x60\x18\xd4\x75\x29\x36\x41\xe9\xe7\xf6\xa6\x8b\xcd\x7c\xe9\xd9\x46\x97\x02\x14\x8c\xc9\xe4\xf7\x52\x80\x82\xe2\x42\xd2\x65\x2c\xe8\xe5\x71\x38\xf4\xcc\x97\xb1\xa0\x60\xcc\xae\xc9\x4c\x36\x42\x1f\x4c\xab\xca\x15\x0c\xcf\x5d\xbb\x54\xae\x20\x9a\x41\xcc\x97\xd1\xa1\xa0\x74\x66\x5f\x97\x6a\x16\x9c\x7d\x72\x97\xbe\x46\x30\x8c\x13\xbe\x14\xb8\xa0\xd8\xb3\x5c\x0a\x5c\x50\xba\x99\xd4\xb1\x08\x86\xe1\x78\x97\x9e\x43\x30\x0c\x89\xb9\x14\xb8\xe0\x9c\xf2\x74\x29\x70\xc1\x98\x2c\x0f\x5f\xba\x09\xc1\x98\xcc\xf9\x2f\x35\x2f\x18\x9e\xcd\x7e\xa9\x79\x2f\xf7\xef\x79\x1c\xf5\xa5\xe8\x05\xe7\xbc\xc5\xcb\xd3\x70\xc0\x98\xbe\xf8\xea\x60\x30\x26\x02\xe2\xd2\x75\x08\xce\x81\x95\x97\xae\x43\x10\xe9\xf1\x66\x97\x72\x19\x94\x7e\xd2\x6f\x8b\x4d\xa2\x1a\x9a\xe9\xb7\x2c\x54\xd0\xdd\x54\x58\x16\xe9\x17\x6e\xbc\x97\xcd\x82\x8f\x76\x78\x10\xe1\xa5\xeb\x10\x9c\x63\xab\x2e\xa5\xf7\xe5\x47\x3b\x6c\xaf\x4a\x6f\xb0\x65\x12\xe5\xa3\xf6\xbe\xd4\xde\x55\x93\x45\xd6\x8d\x1a\xb6\x91\xe9\x61\x04\xe7\xf8\x81\x4b\x89\x0e\xc6\xb4\x2e\x0d\x6d\x05\xc5\x83\xdf\x2f\x45\x3b\x38\x47\x30\x5e\xfa\x21\x41\x1c\xa5\x7d\x29\xe4\xc1\x70\xfd\xfb\x52\xc8\x83\xd2\x7f\xcf\xf8\x7c\xa9\xf3\x41\xb4\xc5\x8c\xe4\xd2\x75\x09\xc6\xe9\x51\xd4\xfe\xe0\x1c\x36\x76\xa9\xfd\xc1\x1e\xc6\x29\x40\xc5\x3f\x18\xd3\x5a\x54\xfb\x5f\xe3\x14\x20\xd5\xa8\xfc\x06\x55\xf1\x7b\x29\xbf\xc1\xf4\x74\xd8\x4b\xfd\x7d\xf9\xed\x70\x77\x8e\x5d\x3a\x25\xc1\xf4\x60\xd6\x4b\x51\x0e\xa6\xdb\x22\x2e\x45\x39\x98\xee\x6f\xb9\x14\xe5\x97\x67\xfd\xf8\x7e\xa8\xca\xc1\xee\xea\xbc\x99\x8d\x82\xaf\x0a\xea\x5a\xbf\xd4\xe0\x60\x77\xd7\xa4\x56\x15\x0e\x76\xa6\xf8\xa9\x3a\x1c\x4c\x4f\x1c\xbe\x14\xe2\x60\x7a\x12\xf2\xa5\x13\x12\x44\x2a\xdf\x2e\x5d\x8e\x20\xba\x3b\xdd\x2f\xa5\x38\x98\x1e\xaa\x7a\xe9\x60\x04\xd3\xb3\x90\x2f\x03\x62\x2f\x8f\xed\xb1\x9f\x54\x9d\x83\x31\xd9\x38\x72\xa9\xce\xc1\x34\xba\xf9\x52\x9d\x83\xa5\x2e\xbe\xf4\x39\x82\xe8\xcb\x0c\xa8\xd8\x41\x35\x1e\xe1\x52\xb1\x83\x69\x78\xf3\xa5\x62\x07\xd3\x73\x6a\x2f\xa3\x66\x2f\xcf\xe8\xb1\xed\xab\xe1\x41\xf4\xd3\x91\x29\xe2\xc1\xf4\xc4\xe7\x4b\xc5\x0e\xa2\x9d\x8e\x52\xc9\x0e\xaa\xbe\xfa\xcb\xb8\x59\x50\x0d\xca\xb8\x74\x60\x82\x69\xc4\xf6\xa5\xae\x07\xb3\x9d\x7b\x59\x3e\x8b\xd0\x19\x5b\xb2\xba\x1e\x4c\x4f\x13\xbe\x94\xf5\x97\x5f\x33\xf1\xb4\xd1\x4b\x5d\x0f\x76\x7b\x24\x03\x0a\x7b\x30\x3d\x18\xfa\x52\xb2\x83\xe9\x1e\xac\x4b\xc9\x7e\x79\x5c\x8f\x5d\x8d\x92\x1d\x54\xfd\xfe\x97\x9e\x4a\x30\xdd\xf2\x73\xe9\x95\xbc\xfc\x46\x49\x3f\x49\x33\x9b\x97\x8d\xdb\x5f\x9a\xa7\x8b\x3c\xd9\xc7\xaa\xe2\xc1\xf4\xd0\xe4\x4b\x15\x7f\xf9\x15\x75\x7b\x37\x45\x3c\x58\x6e\x29\xb8\x14\xf1\xa0\x9e\x4c\x2a\xe2\x41\x75\xab\xd0\xa5\x88\x07\xcb\xa5\x9c\x4b\x11\x0f\x96\x01\x98\x97\x22\x1e\x2c\x17\x21\x2e\x45\x3c\x58\x3a\x6c\x2e\x35\x3c\x58\xee\xd5\xb8\x94\xf0\x60\xb9\x38\x72\x29\xe1\xc1\x72\xc7\xc2\xa5\x84\x07\xcb\xad\x0e\x97\x12\x1e\x54\x3f\xda\x70\x29\xe1\x41\x75\xed\xe2\x52\xc2\x83\xea\x7e\xab\x4b\x57\x27\x58\xee\x2b\xb9\x54\xf5\x60\xb9\x96\x7d\xa9\xea\x41\x75\xef\xfc\xa5\xf3\x13\x54\xb7\x78\x5d\x0a\xfd\xcb\xcf\xb8\x2b\xce\x2f\x95\x3e\x58\x86\x0f\x5f\xaa\x7a\xb0\xdc\xdd\x72\xa9\xea\xc1\x72\xdb\xda\xa5\xaa\xbf\x3c\xe2\xc7\x8a\x54\xd5\x5f\x1e\xf1\x33\xbc\xca\xd2\xe1\x88\x1f\x17\xb0\x2e\x45\x3d\x58\xee\x33\xb9\x14\xf5\xa0\xe6\xf0\x89\x96\x8e\x47\xfc\xf8\x52\x2a\xea\x41\x1c\xa7\xe0\xa5\xaa\x07\x31\xaa\x65\xad\x3a\xbf\xfc\x14\xbb\xbb\x34\x2f\x9d\x9d\x60\x19\x76\x78\x29\xcf\x41\x73\x53\xd3\x65\x9c\x2f\x68\x6e\x12\xbf\x54\xec\xa0\xe9\xe0\xba\x54\xec\xe0\xff\x66\xec\xbc\x8e\xae\x57\x61\x00\xd8\xd2\x11\x41\x40\x39\x8e\xfd\x97\x70\x87\x5d\xff\xcf\xf7\x7b\xda\x19\xe6\x04\x83\xe3\x5a\x42\xac\xf9\x7d\xd1\x6e\x6e\x2c\xf3\x8f\x0f\x85\x1d\x2c\x05\xf3\x50\xd8\xc1\x32\xe9\xf3\x50\xd8\xc1\x9a\xdf\x3f\xda\x4d\x26\x20\xaa\x97\x87\x09\xc3\x60\xa9\x67\x87\x0e\x0f\x96\x5a\x7f\xe8\xf0\xa0\x39\x3b\xfe\x30\x3e\x0a\x96\x5a\x7f\xa8\xf5\xa0\xfd\xbe\xdf\xf2\x18\x60\x52\x62\x2f\xf5\x0f\x31\xe6\x43\xed\x07\xcb\xf4\xd8\x43\xed\x07\xcd\xfa\x05\x87\xda\x0f\x96\x0e\x79\xa8\xfd\xa0\x39\xd3\xff\x50\xfb\xc1\x32\x93\xf7\x50\xfb\xc1\x32\x9e\x77\x68\xfd\x60\x7d\x5a\xa9\xf5\x83\x65\x54\xf4\x50\xeb\xc1\x32\x2f\xf5\x50\xe1\x0f\xcb\xfd\xf8\x92\xf9\xd0\xd7\x41\x34\xa3\xda\x87\xc2\x0e\x96\x11\x95\x43\x61\x07\xf1\x33\xd4\x73\x68\xec\xa0\x59\xcd\xe4\xd0\xd8\xc1\xfe\x18\xc3\xac\xb2\x83\xdd\xe6\xcf\x39\x1c\x38\xfb\xcf\x77\x7b\x87\xce\x0e\x76\x1b\x03\xa2\xb3\x1f\xdf\xec\x49\x9f\x1d\x95\x76\xd0\xac\x05\x72\x68\xe8\x60\x7f\xd5\x8f\xd9\x7f\x92\x88\xbb\xd9\x32\x87\x8e\x7e\x7c\x91\x5c\x8e\xce\x53\x23\x07\xbb\x6d\xd1\x56\x6c\x2b\xb6\x0d\xda\xaa\x6d\xe6\xc1\x70\x9c\x9d\x06\x73\x41\xfc\x7c\xed\x77\x1a\xb9\x05\xbb\xcd\xff\x98\xb6\x4d\x36\xd9\xbf\x58\x36\x99\xf4\xd2\x68\x3a\x6d\xb2\x63\x49\xd3\x65\x13\x19\x3f\x44\xf5\x4f\xd5\x1d\xc4\xcc\xe9\xb6\xbd\xb6\xd9\x2f\x0e\xe5\xd3\x94\x60\x10\x61\xea\xe4\xa9\xcf\x83\xe8\x95\x07\x94\x53\x79\x07\xfb\x73\xf4\xc1\x18\x2f\xd8\x6d\x7e\x2e\x6d\x33\x37\x84\x07\x86\x53\x7f\x07\x11\x3f\x2e\xc0\xa7\xb6\x0e\x76\x1b\xdb\xe7\x5c\x4d\xb0\xbf\xcb\xd8\xa9\xf0\xe7\x37\x57\x93\x1b\xd4\x69\x4e\x31\x68\x46\xf7\x4e\x1d\x1e\xec\xaf\xfa\x73\x76\x97\x98\xf0\xb4\x12\xf8\xa9\xc5\x9f\xe5\xeb\x2e\xdf\x55\xe3\xc1\xfe\x0b\xc6\x5d\x8d\x07\x11\xa6\x5d\x9c\x7a\x3c\xe8\x2e\xed\x7d\xaa\xf1\x60\x7f\x8c\x11\x30\xb1\x18\xec\x36\x7a\xa1\xdb\x83\xdd\xc6\x7e\x34\xb3\x18\xec\x4d\xb1\xcd\x11\xd8\xe8\xbf\xf4\xe7\x1c\x00\xdd\xde\xf8\xc8\xa9\xdb\x9f\x2e\xeb\x62\xfd\xd2\x53\xb7\x07\x11\xe6\x42\x9d\x06\x92\x4f\x17\x76\xb1\xe2\xee\x69\x28\x19\xec\x36\x7e\xcf\xfc\x62\xd0\x4d\x36\x3a\x0d\x26\x83\xfd\x31\x7a\x6b\x30\x19\x34\x63\xaf\xa7\xca\x0f\xba\xb5\x55\x4f\xfd\x1e\x44\x31\x9d\xe6\x54\xf0\x4f\x66\x76\x16\x5f\x00\x9f\xda\x3c\xe8\xe9\x1e\xd3\xe6\x41\x34\x97\x15\x3a\x75\x77\xd0\x93\x27\xcb\x53\x77\x3f\x8d\x3a\xaf\xf0\x63\xee\x89\xf6\xd5\x23\xf0\x73\xee\x09\xa6\x76\x0e\x0b\x77\x9e\xda\x3b\x88\x6a\xfa\xdd\xa9\xbe\x83\xdd\xe6\xe7\xdc\x13\x4c\xee\x6c\x16\xb0\x3b\xcd\x0c\x3e\xa9\xc2\x53\x7d\xd1\x75\xaa\xeb\x20\x6a\xad\x7e\xce\x61\x27\x6c\x5d\x7d\xb2\x3b\x8d\x5b\x83\x68\x93\xcb\xe0\xa9\xd7\x9f\x5b\xe2\x7d\xb7\x70\x2a\xec\xc0\xe5\x77\x4f\x7d\x1d\x0c\xaf\x44\xda\x3a\xf0\x06\x78\x2a\xeb\x20\x7d\xaa\x3e\x95\xf5\xb3\x13\x04\xf5\x43\x76\x88\xa9\x9d\x56\x34\x3e\x35\x6e\x10\x56\x79\x3d\x35\x6e\x10\x96\xc7\x3e\xd5\x6b\x10\xc6\xac\x4f\xbd\xf9\x74\xae\xa7\xd7\x16\xbd\x19\x84\xea\x70\xaa\xcd\xa7\xd3\x3f\x79\xe0\x39\xd5\xe6\xd3\x25\x5f\x78\x3b\x76\xaa\xcd\x20\x86\x13\xfa\x4e\x25\xf9\xfc\xb7\xb0\x3e\x9b\xa1\x24\x83\x30\x2b\xf3\x54\x79\x41\x89\xe5\x7f\xda\x25\x8c\xb7\x7c\x7f\x60\x97\xd2\x32\x59\xe9\xd6\xba\x87\x58\x29\x73\xe6\x1f\xf4\xfa\x54\x88\x41\xf9\x76\x8d\x42\x0c\xaa\x09\xdd\xa7\xb1\x70\x30\x7c\xe7\x76\x1a\x0a\x07\xd5\x24\xec\xd3\x58\x38\x88\xe6\x03\xfc\x69\xb8\xfb\x34\xbb\xb7\xf8\x31\x47\x66\xe8\x59\xee\x1f\x85\x1b\xac\xf9\x7d\xcc\xc1\xb2\xb6\x0e\x0f\xf5\xa7\x72\x0d\xba\xb7\xc3\x53\xb9\x06\xfb\x7c\xf6\x63\x0e\x96\x75\x74\xb2\xfb\x39\x47\x6b\xa3\xbb\x50\xf8\xa9\x4a\x83\x6e\x10\xe3\x34\xc2\x0d\xac\x11\x78\x2a\xd7\x20\xbf\xeb\xaa\x6e\x0d\xe2\xab\x73\x70\xea\xd6\xc0\x27\xc1\x53\xb5\x06\xf9\x5d\xb8\x0d\x72\x03\x6b\xbb\x9f\xa6\xf7\x9e\xe4\xf2\x7a\xe5\x35\xea\x0d\x56\xba\x4d\xf6\x70\x7a\x80\xdb\x64\x07\xa7\x07\xb8\xbf\xe4\x9e\x37\xe6\xed\xed\x49\xab\x06\x61\x45\xfb\x53\xab\x06\x31\x7d\x2d\x70\xaa\xd0\x20\x4d\x04\x3d\x55\x68\x90\x8d\x67\x87\x53\x5f\x06\xd9\x78\xb1\x7b\xea\xc6\x20\xb4\xd2\xd3\x00\x37\x08\x6d\xf3\x54\x97\x4f\x75\xd9\xfb\x9c\xb6\x0c\xc2\x77\x24\xa7\xb6\x0c\x42\x01\x3d\xb5\x65\x10\x7a\xf0\xa9\x2d\x83\xc8\xf4\x00\x50\x97\xcf\x65\xe2\x8c\x3d\x57\x7a\x4f\xe7\x8f\xfa\x28\x61\x34\xfb\x74\xfe\xa8\xe7\x94\xd1\x6c\x10\xe6\x30\x9f\xaa\x31\x08\x13\xcf\x4f\xd5\xf8\x74\xe9\x15\x9f\x54\x54\x63\x30\x8a\xc3\x63\x34\x1b\xa4\xaf\x88\x4f\x93\x78\x4f\x93\x78\xad\x8c\x75\xaa\xc6\x60\x14\x62\x11\xa7\xa5\x6f\xc0\xb0\x54\xe5\xa9\x2d\x83\x12\xde\xf1\x54\x63\x50\x9c\x7c\x79\x2a\xbd\xa0\x84\x9d\x54\x7a\x41\x09\x9f\x97\x94\x5e\x50\x8a\x37\x72\xa5\x17\x94\xb0\x93\x1a\x2e\x28\xae\x3c\x7e\x6a\xb8\xa0\x14\xef\x93\x2a\x28\x28\x66\x4f\x9e\x2a\x28\x18\x33\x6d\xf2\x8c\x61\x86\xa9\x2f\xad\x4e\x15\x14\x14\xcb\xe0\x9c\x2a\x28\x88\x8c\xef\x63\x6e\xfe\xc5\x7c\x45\x8f\x44\x63\xcd\xa0\x58\x7a\xe7\xd4\x4a\x41\xf9\xee\xaf\x5a\x29\x28\x7a\xde\xa9\x6f\x82\xd9\x3c\x91\xf4\x4d\x30\x9d\xbe\x7e\xea\x9b\xa0\x3a\x21\xe4\xd4\x37\xc1\x74\xda\xf8\xa9\x6f\x82\x69\x09\x80\xd3\x88\x31\xa8\xce\x11\x39\x8d\x18\x83\xe9\x84\xf9\xd3\x88\x31\xa8\x4e\x11\x39\x75\x52\x50\x9d\xc2\x71\x1a\x31\x06\xd3\x99\xf0\xa7\x96\x0a\xf6\x15\xcc\x8f\xd9\x6f\x0a\xc8\x9a\x62\x72\xaa\xa9\xa7\x05\x64\xad\xf9\x7a\xea\xa9\xa7\xc5\x62\x1d\x44\x45\x12\x34\x8b\xcc\x9d\x8a\x24\x68\xa6\x66\x9f\x8a\xe4\xa9\x48\xfa\x29\x45\xf2\x54\x24\x7d\x0a\x52\x24\x41\x33\xcf\xf9\x54\x24\xc1\x32\xe6\x79\x2a\x92\xa0\x99\x96\x7d\x2a\x8a\xa7\x56\xc8\x4b\x94\xd3\xd4\x5b\xd0\x7e\xdf\x17\xdd\xfa\x47\xcb\xe6\xd0\x57\x14\x41\x33\x29\xfd\x54\x14\xc1\xb4\xea\xc0\xa9\x28\x82\x66\x3a\xff\xa9\x28\x82\xe6\xdc\x80\x53\x2b\x04\xcd\x1c\xfa\xd3\x60\xef\x69\x82\xee\xcf\x07\x2c\x4d\x11\x34\x33\xef\x4e\x63\xbd\xe7\xfb\x3d\x37\xda\x66\xc7\x5f\xdf\x2f\x78\x44\x69\x85\xa0\x37\xcf\x5d\xad\x10\xf4\x7d\xbb\xfb\xff\x9b\xb2\x7e\x08\xbe\xc3\x59\x13\x04\xd6\x87\x3a\x95\x39\x10\xe9\xe3\xf8\xa5\xcc\x5d\x5f\x78\x75\xd2\x54\x6d\x22\x0e\xc6\xe3\xc5\x65\x5e\x2e\x28\xae\xea\x7d\x69\x72\x97\x25\x5c\xcd\xb5\xba\x34\x39\x50\xbc\x4b\x5f\x8a\xdc\x65\x19\x1d\xee\x8f\x97\x22\x77\x59\x46\xa7\xf9\x97\x87\x4d\xbe\xf9\xf4\x53\x97\x4d\xbc\x12\xe4\x32\x71\x29\x72\xa0\x99\x92\x7f\x99\xa9\x0b\x9a\x79\x0c\x97\x6a\x07\x3c\xfd\x2f\xc5\x0e\xa4\x0f\x14\x97\x5e\x07\x06\x6e\x7e\x19\xa6\x05\xe9\x3e\xbd\x14\xbd\x2b\xbe\x9d\xc5\x36\x28\x7a\x60\xb7\xf9\x39\x87\x22\xcc\x44\x63\xeb\x75\x3f\xb0\xbe\x2f\xda\x45\x8c\xce\xf7\xf7\x97\x01\x58\x10\x63\x3a\xf8\xda\x1b\x88\x36\xa7\x3f\x66\x8f\x82\xf7\x78\x5c\x44\x2f\xe5\x0d\x44\x57\xe8\x2e\x33\x7a\x81\x97\xc2\x4b\x75\xbb\x5c\x14\xc5\xd7\xd3\x97\xea\x06\x06\xde\x7f\x69\x6e\x20\x7d\x21\x7e\x29\x64\x97\x0b\x6f\x72\xf5\xbd\xf4\xb1\xcb\x55\x36\xbf\x8d\x70\xfb\x75\x2f\xec\xe6\x52\x9f\xc0\xb4\xf8\xc6\x65\x76\x2e\xa8\x4e\xfd\xba\x8c\xb4\x82\x65\x4e\xde\x65\x0c\x15\xf4\x1f\x97\xc2\x4b\xa1\x02\xde\x01\x2e\x43\xa8\xc0\x27\x91\xcb\x39\x96\x60\x84\xdf\x3a\x6d\x39\xd9\x8f\x8c\x9f\x1a\x06\xe6\xb7\x01\x8e\x72\xfd\x6c\x90\x26\x07\xb9\x7e\x73\x2a\x76\x93\x5a\x76\x35\xab\x21\xb2\x99\xfa\x16\xc8\xc6\xdd\xf8\x52\xb7\x2e\xd4\x4a\xc3\xb9\x34\x2b\x90\xcd\x33\x48\xb1\xba\x4c\xfc\x6d\x7e\xd1\xde\xb8\x72\x48\x0e\xdb\xec\x4f\xfb\xca\x9e\xb0\x65\xba\x16\x08\xa7\x57\x5d\x06\x4b\x41\x1a\x97\xbe\xb4\x2f\x10\x4e\x9c\xba\x94\xaf\xcb\x04\x61\x2e\x2c\x97\x9e\x05\x4a\xc1\x78\x2f\xe3\xa7\xa0\xb8\xe8\xfd\xa5\x7b\x81\x48\x9f\xca\x2f\xed\x0b\x8c\xb2\xfc\x98\x3d\xef\x3e\x28\xb0\x3f\xf4\x2f\x30\x0a\xcf\x4c\x97\x91\xd1\xcb\xa4\xe1\xef\x8b\xf6\xbc\x13\xe5\xf3\x28\x51\xc0\xae\x6d\x5b\xc5\xe7\xef\xcb\xf8\x26\x88\x3e\xbc\x2a\x18\xcd\x04\x25\x51\xb7\x4b\x03\x03\xcd\xa9\x40\x97\x06\x06\x96\x39\x2f\x97\x06\x76\x51\xc0\xd4\x39\x59\x97\x21\x49\x10\x3f\x93\xbf\x2e\x75\x0b\xf4\x9f\x17\x35\x6d\xeb\xca\xaf\xd4\x22\x5b\xab\x5b\x81\xae\xa8\x5d\xba\x15\xd8\xa6\xeb\xaf\xd9\x83\xa4\xf4\x94\xa3\xed\xdc\x48\x30\x10\xa5\x4b\x77\xba\xac\xad\xc3\x67\xf4\x24\x90\xd6\x85\xbc\xf4\x24\x90\x96\x76\xbc\x0c\x25\x02\x55\xee\xd2\x75\x2e\x53\x79\x3d\xb7\xf5\x9a\xcb\x54\x5e\x2f\x74\x86\x08\x2f\x13\x77\xdd\x04\x2d\x03\xec\x23\x91\x6d\x37\xa8\x07\xb2\x74\x3f\xe6\xe0\x4c\xaf\x0a\xec\x0f\xdd\x03\xa4\xcb\x56\x5d\x46\xf9\xc0\x57\x3c\xfa\xd2\x47\x40\xba\x66\xd8\xa5\x8f\x5c\xfa\x88\x03\x6d\x5a\x2e\x48\x97\x29\xbb\xf4\x91\xeb\xcb\xc1\xe5\x02\xa9\x8f\x5c\x84\xf4\x5c\xd3\xe9\x52\x47\x2e\x75\xc4\x63\x47\x1d\x01\xe9\x22\x6e\x97\x11\x3d\x10\x26\x8b\x5c\x1a\x0a\x48\xd7\xc9\xba\x74\x0f\x10\xd3\xf7\x4e\x97\xf2\x01\xb6\x2f\xfc\x61\xd2\xf3\xa5\x89\x80\x98\xaa\xe8\xa5\x8a\x80\xec\x1e\x0d\x9a\xc8\x65\x29\xce\xb9\xfc\x37\xfb\x4c\x0d\x9c\xce\x03\xc7\x65\xe4\x0e\xa4\xa5\x33\x2f\x03\x77\x20\xcc\x39\xb9\x54\x18\x90\xdd\x9b\xb4\x0a\x03\xb2\x7b\x51\x50\x61\x40\x5a\xad\xf3\x52\x61\x40\x5a\xbc\xe8\x52\x61\x40\x76\xef\x09\x2a\x0c\xc8\xee\xd9\xae\xc2\x80\x74\x0a\xd5\x65\xc0\x0f\x84\x31\xde\x4b\xab\x01\xd9\x3d\xf5\x8c\x01\x82\x30\x46\x7a\xe9\x39\x20\x7d\x0a\xba\xf4\x1c\x90\xdd\x0b\x9f\x9e\x03\xb2\x79\x7d\x31\x2a\x08\xd2\xfc\xad\x4b\xf5\x01\xd9\xbd\x21\x1b\x15\x04\x61\x24\xfb\xd2\x86\x2e\xf3\x78\x3d\x2a\x55\x9f\xcb\xa4\x5d\x04\xe9\x52\x7d\x40\x76\x5e\x16\x5c\xc6\xfb\x40\x18\x9a\xbc\xb4\xa1\xcb\x9c\x5d\xcf\x62\x83\x7b\x97\x6b\x73\x24\x4f\xda\x97\xa2\x73\xb9\x46\x63\xf5\xc2\xad\xe9\x80\xe8\xe9\xdd\x42\x61\x01\x69\xe6\xcb\xa5\xb0\x80\x34\x01\xe4\x32\x8c\x06\xd2\xbc\xa0\xcb\x30\x1a\x48\xd3\x7b\x2e\xb5\x06\xa4\xc9\x30\x97\x5a\x03\xd2\x64\x88\x4b\xad\x01\x69\xe6\xc8\xa5\xc3\x80\x34\x61\xe9\x32\x64\x06\xd2\x40\xfc\xa5\xd6\x80\x34\x8b\xe2\x52\x6b\x40\xe4\x77\x7f\xd7\x6b\x40\x38\xf7\xe2\xd2\x6b\xae\x9b\x94\x46\x77\x89\xc2\x02\xd2\x54\xa4\x4b\x61\x01\x69\x7a\xc9\xa5\xaf\x80\x34\x09\xe8\x32\xae\x06\xc2\x49\x68\x97\x71\x35\x90\x26\xe9\x5c\xc6\xd5\x2e\x13\x61\xbd\x6c\x2b\x3a\x97\x29\xae\x5e\xb5\x15\x1d\x90\x66\x22\x5d\x9a\xc8\xf5\x7c\x92\x6f\x9b\x5b\xc1\x72\x8c\x2e\x69\x7d\xe9\x1d\x60\x5f\x47\xf9\x4f\xc5\x03\x14\x17\x93\xbe\xb4\x0c\x30\x8a\xa7\xb3\xe1\x28\x50\x5c\x50\xfc\x52\x3c\xc0\x28\x1e\xd7\x8a\xc7\x65\xed\xcd\x74\x33\x14\x0f\x50\x5c\x30\xfe\x52\x3c\x2e\x97\x68\xf4\xb4\x34\x1a\x05\x8a\x2b\xcd\x5f\x3a\x06\x28\xae\x17\x7f\x19\x78\x02\xa3\x78\x0e\xea\x15\x20\xcd\x7e\xb9\x0c\x3b\x81\x51\xbd\xa8\x18\x61\x02\xc5\x25\xd8\x2f\x23\x4c\xa0\xb8\x84\xf9\xa5\x7f\x5c\x2e\xd1\xc8\xd9\x75\x9b\xf0\x09\x46\xe5\x62\x77\x6b\x24\xa0\xb8\x5a\xfc\xed\x74\xbf\xdb\xba\x32\xec\x91\x5b\xd5\xb8\x3f\xd5\xf0\x53\xa7\x4d\x24\x52\x31\xdd\xea\x56\x22\x6e\xcb\xc3\x70\x5f\xbb\x95\x88\xdb\xf2\x30\xc3\xdf\x7a\x6c\x62\x31\xbe\xee\x76\xbd\x36\x91\x48\xc5\xe5\xfb\xd6\x22\xc0\x1e\x7c\x7e\x5f\x8d\x00\x25\xb9\x59\xdc\x7a\x04\x18\x73\xda\xd4\x6c\xe2\x25\x05\xb6\x7e\xab\x0c\x60\x5f\x08\x06\x6d\xf6\x32\xec\xa5\xff\x69\x2f\x83\x5e\xe2\x11\xb7\xe9\x9e\x60\x5f\x56\xfc\x83\x65\x1b\x46\xc5\xad\xed\x56\x37\xc0\x98\x3c\x5b\xde\xc6\x8f\x40\xf1\x05\xc1\x6d\xf8\x08\x8c\x39\xfc\x2d\x07\x23\x7c\x1f\xec\x56\x38\x18\xc1\x60\x90\x28\x7a\xeb\x1f\x60\xcc\x61\x93\x1d\x2f\xbc\xb1\xe1\x01\xfa\xd6\x3f\xc0\x98\xa4\xa6\xde\xea\x07\x28\x5a\xe3\xad\x7f\x80\x61\x2e\xd2\x6d\xe0\x08\x8c\x49\x58\xeb\x36\x6e\x04\x8a\x0f\xff\xb7\x96\x02\xc6\x1c\x7f\x78\x75\x7d\x9b\x44\x0a\x8a\xf6\x7d\x2b\x31\x20\xba\x2f\xaa\x6f\x83\x45\x60\xcc\x69\x93\x63\x40\xac\x68\x9a\x4c\x71\x2b\x3b\x60\x4c\x0f\x08\x65\x07\x4c\xe7\x56\xdc\x86\x8f\xc0\xf4\xcd\xe8\xad\xff\xdc\x96\xa7\xf1\xe8\x32\xa0\x04\xaa\xb9\x14\xb7\xc9\xa7\x60\x3a\xf5\xe4\x36\xf9\xf4\xb6\x3c\x0d\x8f\x0b\xb7\xe2\x74\x9b\x7c\xea\xfe\x52\x9c\x6e\xcb\xd3\x10\x93\xb8\x35\xa7\xdb\xf2\x34\xa4\x9d\xdd\xaa\x13\x98\xed\xdb\x7a\xc7\x02\x51\x32\x26\x71\x1b\xae\x02\xd3\x29\x31\xb7\xf2\x04\x62\xf8\x0e\xfa\xd6\x9e\x6e\x2b\xd6\x78\xa2\x69\x4f\x60\xaa\x4a\xb7\x41\x2d\x30\x9d\xb2\x72\x9b\xa2\x0a\xa6\x13\x3c\x6e\xc3\x5c\x60\x3a\x6d\xf2\xd6\xb1\xc0\x54\xa8\x6e\x23\x5a\xb7\xc5\x4a\xd3\x2d\xd3\xbb\x40\x35\x3d\xe4\xd6\xbb\xc0\xde\x58\xbf\xea\x60\x34\x07\x83\xa3\x4b\xef\x02\xcb\xf8\xcf\xad\x76\x81\xe9\xa4\x8f\x5b\xed\x02\xd5\x09\xd1\xb7\x8e\x05\xa6\x73\x62\x6e\x1d\x0b\x54\x13\x5e\x6e\x1d\x0b\x4c\x67\x9e\xdc\xe6\xa8\x82\xe9\x0c\x8f\x5b\x9f\x02\xd3\xf9\x41\xb7\x3e\x05\xf6\x75\x82\x5d\x62\x40\x0b\x44\x3a\xcb\xf0\xd6\xa8\xc0\x74\xb6\xce\x6d\x5e\x29\x88\xee\x2c\x82\x5b\xa5\x02\xcb\xc0\xc0\xad\x3e\x81\xa5\xe4\xde\xea\xd3\x6d\x65\x19\x6e\xcc\xb7\xd1\xaa\xdb\x32\x32\xdc\xf8\x6f\xf5\x09\x2c\xed\xff\xd6\x9e\x6e\x2b\xcb\x78\x9d\xd6\x9e\x40\x75\xa1\xb4\xdb\x58\x15\x98\xce\x8c\xba\xf5\x29\xb0\x8c\x4e\xdc\x8a\x12\xa8\xdd\x33\xc9\xc0\x13\x88\xe9\xcc\xb1\x5b\x7b\xba\x2d\x2c\xf3\x35\xd9\xa3\x61\x8f\xfc\xa6\x67\x17\x61\xa6\xcf\x83\x6e\xe3\x47\xb7\xf1\x23\xde\x26\xdd\x2a\x15\x58\x3e\x6b\xdc\x3a\x15\x58\xe6\xf5\xde\x3a\x15\x58\x3e\x7e\xdc\x86\x8a\xc0\xfa\x86\x5a\xcd\x02\xcb\xe7\xa2\xdb\xe8\x11\x58\x3e\x76\xdd\x46\x8f\xc0\x72\x26\xcb\x6d\xf8\x08\x2c\x53\x90\x6f\xc3\x47\x60\x39\x81\xe7\x36\x56\x04\x9a\x75\x27\x6e\x2d\x0e\x44\x5f\x5e\x43\xb4\x38\xb0\xcc\xfe\xbd\x0d\x20\x81\x66\x06\xc2\xad\xd8\x81\x35\xbf\x26\x87\x82\xa0\xd2\xfc\x7e\xdf\xa1\x98\x0e\x85\x3f\xef\xae\x9c\xe6\xf2\x79\xf8\xab\x71\x60\xf9\x24\x79\x1b\x69\x02\xfb\x81\x90\xcd\x50\xda\xc0\xb6\x6f\x3a\xa5\xb5\x81\xdd\xc6\x77\xd5\x36\xd0\x2c\x9c\x72\xab\x6d\x20\x7e\x4e\x27\xbb\x8d\x2c\x81\xfd\x55\x36\x58\x97\x03\xbb\x8d\x2d\xd6\xe5\xc0\xfe\xae\x6d\xee\xd0\x65\x4d\x14\x87\x5c\x59\x03\xcd\x32\x29\xb7\xb2\x06\xf6\xc7\xfc\x0b\x77\xe9\xfa\xf2\x48\xf8\x9c\xb6\x76\x7f\x75\x62\x3c\x66\xd4\xb5\xfb\xab\x13\xe3\xd1\xa6\xaf\x81\xfd\x5d\x76\xbe\x76\x76\x7f\x01\x26\x6f\x73\x8a\x17\x88\x70\xad\x87\x5b\xf3\xba\x9d\x0a\xe9\x4b\x89\x5b\xf5\x02\xbb\xcd\xff\xb5\xbb\x87\x79\x24\x9e\xa5\xca\x17\xd8\xc7\x09\xa3\xac\x7d\x81\x08\x5f\x9b\xdd\xea\x17\xd8\xdf\xb5\xcd\x31\x38\x4c\x2e\xf1\x14\x57\xc0\x40\x84\xca\x7c\x6b\x60\x60\x7f\x8e\x61\x56\xc1\xc0\x6e\xfb\xc3\x5b\xed\xdb\xc4\x4d\xb0\xbf\xc2\x10\x19\xb1\x02\xfb\xef\xe8\xa6\xde\x06\xf6\xe7\x18\x5e\xc5\x0d\x44\x0e\x87\x57\x73\x03\x11\xd6\x46\xb8\x55\x37\xd0\x5d\xf8\xf4\x36\x90\x75\x9f\xdf\xe2\x23\x8c\x9a\x3a\x07\xfa\xef\x6b\x72\xd0\x58\xaa\xe1\xe7\xbe\x32\x31\x13\x74\x17\x69\xbd\x8d\x77\x81\x28\xdf\x30\xea\x81\xf7\xf5\xa5\x15\xd9\x66\x5f\xf1\xc0\xe2\xea\x15\xb7\x21\x2f\x10\xe5\x3b\x44\x74\xc3\x9b\x85\xf8\x8b\x4b\xc3\xdc\x6a\x1f\xe8\xbe\x16\xbb\x75\xbc\xdb\xe5\x15\x7c\xf9\x74\x1b\xa8\x02\xdd\xb8\xe7\xad\xd1\x81\xfd\x31\xb6\x58\x7f\x03\x51\x9d\xf3\x73\xeb\x6f\xa0\xfb\x4a\xed\x36\x08\x05\xba\x41\x9c\xdb\x20\x14\xd8\xdf\xe4\x50\xd5\xe9\x40\xff\x9e\x92\x74\x3a\xb0\xef\xdd\x1c\x1d\x4a\x1d\x88\x5a\x3d\x09\xf5\x35\xe0\x8a\x85\xb7\x39\x8f\xc0\x40\xde\xad\xc0\x81\xe5\xde\xd3\xdf\x40\x1a\x42\xbb\x0d\x54\x81\x74\x89\xf7\xdb\x40\x15\x88\xea\xf0\x18\xa8\x02\xc5\x69\x11\xb7\xe2\x07\x0c\x55\xdc\xa6\x2a\x02\x43\x5e\xb7\x31\x29\x60\x1e\xc2\xad\x1a\x02\x53\x2e\x6f\x63\x4d\xb7\xeb\x2d\x78\xa8\xe8\x77\xa0\x14\x02\x89\xb7\x2e\x07\x96\xcb\xf9\xdf\xba\xdc\xcd\x54\x40\xf7\xb5\x2a\x07\x86\xbd\x33\x80\x04\xe2\x2b\x03\x7f\xab\x72\x20\xcc\x17\xbd\xf5\x36\x90\xce\xad\xb8\x95\x34\x50\x4d\x40\xbe\xcd\x02\x04\xbe\x87\xbd\xd5\x36\x90\xc6\x02\x1f\xd3\xfd\x9e\x1f\xb9\x0b\x9d\x96\x66\x8b\x2f\x28\x0b\x4d\x69\x13\x31\x90\x45\xcb\xb2\x05\x3f\x1e\x3f\x7f\xea\xb0\xcd\xd7\x85\x93\xa6\xd3\x26\x27\x6e\x76\x3f\x76\xd9\xe6\xfb\xc2\xa4\xe9\xb1\x89\xfc\x05\xce\xa1\x47\x1f\x03\xe1\xac\x80\x47\x1f\x03\x91\x16\x26\x7e\x14\x32\x90\x1d\x67\x7e\x14\x32\x10\xce\x3a\x78\xf4\x31\x10\x4e\xaf\x78\xf4\x31\x90\x9d\xcb\xc7\xa3\x8f\x81\x30\xc3\xfd\x51\xc7\x40\x3a\xd9\xff\x51\xc7\x1e\xa3\x3f\x0e\x8f\x3a\x06\xc2\xd4\xfe\x47\x1d\x03\x61\x06\xea\xa3\x7b\x3d\x66\xee\xa1\xd1\x8f\xee\x05\xd2\x59\x5d\x8f\x79\x7b\x0f\x2b\x2a\x38\xbf\xe0\x51\xb4\x40\x3a\x87\xe8\x51\xb4\x40\x98\x78\xfb\xa8\x50\x60\x54\xde\x9b\x3c\x3a\x12\x18\x2e\x6e\xfd\x98\x78\x07\x4a\x09\x7f\xde\x4d\x2d\xe8\x7d\xf8\x5b\xee\x0f\x52\xec\xd2\x12\xd9\x8f\xa6\xf3\xb8\x10\x3d\xcf\x7a\x8f\xa6\x03\xc6\x44\x45\x1e\xb5\xe6\x71\x4e\x9d\x87\x8a\x5a\x03\x8a\xb1\x91\x47\xad\x79\x5c\x75\x9e\x53\xfd\xd1\x4e\x40\x35\xd7\xff\xd1\x4e\x1e\x27\xcb\x71\x69\x79\x34\x11\x50\xcd\xe2\x7f\x34\x91\x47\x13\x59\x7e\xca\x03\x85\x85\x13\x46\xf5\xa8\x50\x45\x40\x35\x0e\xf2\x18\x01\x02\xd3\x37\x90\x8f\x76\x02\xaa\xc9\xfe\x8f\xda\xf1\x18\xee\x99\xcb\x1f\xf3\x18\xd0\x31\xdc\x6f\x3a\x06\x58\xbe\x93\x7e\x74\x8c\xc7\x02\x9b\xd3\x26\x7b\x69\x05\x4d\x77\xa5\xda\xf1\x58\x41\x33\xdd\x30\x8f\x14\x2b\x68\x7a\x3a\x18\xc7\x01\xcb\x57\x60\x8f\x61\x1c\xd0\xcc\x5d\x7d\xd4\x0e\xd0\x7e\x75\xfd\xff\x6d\xf9\xd1\x40\x40\x33\xd9\xf5\x31\xca\xf3\x74\x1f\x9d\xd9\x46\x05\x04\x34\xd3\x5a\x1f\xa3\x3c\x60\x3f\x06\xb9\x91\xf6\xae\x9b\x8a\xfc\x7d\xce\xee\xf5\xef\xbd\xb8\x9b\x69\xff\x36\x9a\xa5\x8e\x1e\xa3\x41\x60\x7f\x95\xfd\xef\xe4\x36\xd0\x4c\x58\x7e\x54\x1c\xd0\xac\xd1\xf7\xa8\x38\xa0\xfd\xbe\x2f\x7a\x10\x7e\xeb\xd9\xf1\x6a\xe2\xd1\x71\x9e\xf4\x31\xcb\xa1\xd7\x68\xc0\xfe\x53\xce\x52\xe7\xa8\x81\xfd\x5c\xc1\x5e\x53\x73\x40\x77\xf1\xea\x47\xcd\x01\xfb\x63\xfe\x9c\xdd\x67\xca\x59\xf1\xe9\xe9\xd1\x7d\xc0\xfe\x5b\xce\x11\xe5\xe7\xb1\x06\x8d\xcf\xc6\x8f\xa6\x03\xd2\x0b\x94\xa1\x23\xa0\x28\x3c\xaa\xcf\x63\xf9\x4c\x06\xd2\xfc\x3a\x90\x66\xb0\x3c\xe6\xd7\x3d\x56\xcf\x64\x13\x4c\xa5\x03\xe1\x94\xa8\x47\x3b\x02\xd5\xd5\x41\x1e\xed\x08\xb8\xbe\xef\x63\x72\x1d\x18\xdf\x6f\xdb\x69\x26\xae\x79\x8a\x6a\x4b\x20\x4c\xda\x7f\xb4\x25\x50\x7d\xbb\xf2\x68\x4b\xc0\xc5\xa2\x1f\x65\x09\xa4\x0f\x79\x8f\x66\x04\xd2\xc7\xcc\xc7\xbc\x3a\x10\xe9\x4d\xfb\xd1\x96\x40\x9a\x42\xf3\x68\x46\x20\x86\xb5\x4c\x1f\xd5\x08\x44\x78\x85\x51\x8d\x1e\x63\x5e\x9e\xa1\xaa\xd1\x63\xcc\xcb\xf3\x58\x35\x7a\x2c\x32\xe3\xbe\x56\x8d\x1e\x63\x5e\xee\x56\x63\x5e\x20\x2d\x54\xfc\x28\x4b\x8f\x31\x2f\x8f\x39\x63\x5e\x8f\x39\x78\x3c\x85\x3c\x0a\xcf\xc3\x34\x33\xd3\x90\x1e\x7d\xe7\x31\x93\xce\xb3\x5d\xb5\x79\xcc\x91\xf3\x26\x60\x8e\xdc\xe3\x4a\x0c\xde\x35\x95\x9d\xc7\x1c\x39\xb7\x4b\x61\x01\xe1\x0c\x94\x47\x37\x01\x69\x46\xd6\x63\x2c\x09\xa4\x41\xdb\x47\x5b\x01\x69\xa1\x92\xc7\x58\xd2\xe3\x72\x0a\x0e\xa1\xb1\x24\x10\x4e\xb5\x78\x54\x1a\x50\x4a\xb1\xc9\x81\x3e\xbc\x13\xf9\x5b\x76\x68\x63\xf8\x88\xf6\xe8\x2e\xa0\x14\x42\xc2\x8f\xea\x02\x46\xf5\xae\xa6\xb9\x80\x62\x10\xfd\x51\x5c\xc0\xa8\x3c\x0f\x3d\x3a\x0a\x48\x5f\xfc\x3d\x2a\x0a\x18\x93\x37\x43\x8f\x0a\xf2\x9c\xbe\xc3\xe4\x1f\x35\x10\x30\x26\xef\xd7\x1e\x05\x04\x14\x5f\xcc\x3f\xfa\x07\x28\xc6\x02\x1e\xf5\xe3\x21\x67\xce\x22\x11\x8f\xaa\x01\xc6\xe4\x95\xdb\xa3\x43\x80\x18\xd5\x6b\xb4\xb3\xbb\x40\xd1\xb3\x1f\x1d\xe2\x61\x92\x96\x33\xc5\x1e\xb3\xe1\x40\x75\x22\xda\x63\x36\x1c\x58\xc6\x59\x1f\x05\xe2\x71\x8e\x96\x07\x85\xc1\xa5\xc7\x39\x5a\xee\x35\x83\x4b\xa0\xba\x86\xe2\xa3\x65\x3c\xce\xd1\xf2\xce\x6d\x70\x09\x54\x67\x72\x3d\x8a\xc7\xe3\x1c\x2d\x8f\x13\x83\x4b\x60\xf9\xf4\xfb\xa8\x22\x8f\x85\x57\xe6\xf2\xf7\xed\xe4\xc5\x2b\x13\x4f\x5c\xa3\x4b\x60\x3f\x31\x32\x16\xea\x09\x58\x46\xc2\x1e\xed\x04\x2c\x23\x61\x8f\xd1\x25\xd0\x9c\xcc\xf1\x28\x2c\x60\x19\x55\x7b\x14\x96\xc7\xb9\x5d\x28\xc6\xa3\xaf\x3c\xce\xed\x6a\x7e\xca\xe1\xb9\x79\x55\x84\x76\x3c\xea\x0a\x58\x06\xda\x1e\x63\x50\x8f\x73\xbb\xbc\x1a\x1a\x83\x02\xcd\x59\x36\x8f\x4e\x03\xe2\x67\x26\xc8\xe3\xe4\xae\xc7\xc9\x5d\x3c\xe5\x3f\x8a\x0e\x68\x2d\xfe\xf0\x6e\xfb\x51\x84\xc0\xfe\x61\xff\xcc\x6b\x09\x39\x7b\x4e\x24\x7a\x54\x21\xd0\x9c\x47\xf4\xa8\x42\x60\x7f\xd3\x8f\x39\xa2\x24\xed\x39\x7b\xe9\x31\x69\x0f\x34\xa7\xf3\x3c\xea\x11\x88\xf8\x79\xe7\x50\x90\xc0\xbe\x79\xb1\x1b\x55\x24\xb0\xdb\x18\x41\x25\x09\xec\x36\x7a\x6d\x00\x0d\xec\x36\xb7\xce\xc1\xd9\xe8\xc6\xb0\x1f\xd5\xe9\x21\x0e\x56\x86\x43\xad\x28\x81\x2d\xb2\xfc\xad\x53\xb5\xc0\xd6\x51\x8e\x7e\x33\xf0\x40\xb7\xb6\xd8\xa3\x51\x81\xee\x61\x61\x6c\x0c\x84\x89\x99\x8f\x42\x05\x22\xec\xa9\xb1\x31\x10\xcd\x60\xf7\xa3\x64\x3d\xef\xa7\x38\xb6\x79\x14\x30\x27\xcb\x19\x69\x8f\x01\xb3\xc7\x72\x9b\xe3\xdb\x5a\x3b\xfa\x92\x83\xee\x0c\x87\x47\x1b\x7b\xb4\x31\x37\xd6\x5d\x4a\x10\x8d\x3b\xd9\x6b\xc0\x0c\xf8\xee\xf1\x55\xcf\x40\x9a\x6a\xfa\xea\x67\x20\x5c\xb1\xe5\x35\x83\x0f\xa4\x6b\xc9\xbc\x46\xd5\x40\x1a\x42\x7b\x4d\xe0\x03\xe1\xd4\xb6\x57\x65\x03\xcd\xd9\x3a\xaf\xca\x06\x0c\xd0\xbd\x0a\x1b\x88\xb6\xe8\xcd\x6b\xec\x0d\xec\x1e\xfa\x63\x8f\x6d\x8f\x9f\x73\xcb\x5e\xdb\xa8\xa3\xbd\xc7\xeb\xd5\xe2\x40\xed\x5c\x72\x5f\xb3\xf3\x80\x41\xbb\x57\xad\x7b\x29\xa1\x62\xaf\xf5\x35\xe0\xcb\xdb\x57\x5d\x03\xbe\x0f\x7d\x55\x33\x90\xe6\x1e\xbe\xaa\x19\x58\x04\x33\x5e\xcd\x0c\xa4\xcb\xd6\xbc\x9a\x19\x08\x97\x7f\x79\x0d\x81\xbd\x45\xaf\x64\x18\x74\x2e\x10\xc3\x17\x14\xaf\xd1\xad\x97\x29\x50\x26\x1a\xbf\x7a\x18\x48\xcb\x1c\xbe\x7a\x18\x08\x13\x20\x5f\xa5\x0b\xc4\xfc\x3e\xe5\xf0\xb1\xba\x9d\x11\xbc\xd7\xb0\x14\x18\x2e\x70\xf6\x1a\x96\x02\xc5\x75\x1c\x5f\xcd\x0c\x8c\xca\x01\xf8\x1a\x70\x7a\x5d\x0f\x81\xf8\xc3\xab\x99\x81\xe1\x73\xf8\xab\x99\xbd\x9f\x99\xf9\x45\xb7\xde\x6a\x27\xcb\x9f\x77\x54\xab\xa9\xec\xee\x0d\xc3\x4b\xa0\x3a\xf9\xf8\x55\xcd\xc0\xf2\xc1\xe9\xd5\xb9\xc0\x32\xfc\xfe\xea\x5c\x60\x99\x89\xf0\x1a\xfe\x01\xcd\xf9\x71\xaf\xce\x05\x9a\x53\x10\x5f\x23\x3d\xaf\x8b\x8a\x9b\xaa\xf1\xaa\x61\xa0\x59\x47\xeb\x55\xc3\xc0\xbe\x8c\xd9\xe6\xc6\x36\x5e\xee\x39\xb0\x7a\x18\x88\x5e\xbe\xad\x75\xfc\x37\xba\x4f\xdc\xaf\x22\x06\xa2\x56\x5e\x31\xbf\xc6\x84\x40\xb7\x03\x86\x84\x5e\xeb\x72\x3a\x8d\xe6\x55\xce\x40\x76\xc7\xcc\x00\x10\x48\xe3\xb8\xaf\xf6\x05\x8a\x71\xe8\x57\xfb\x02\xd3\x04\xa1\xd7\x88\x10\xa8\x2e\x03\xf8\x6a\x5f\x20\xba\x95\x5a\x5f\xed\x0b\x74\xd7\x30\x7f\x35\x28\xd0\x1d\x7f\x05\x0a\x84\xaf\x50\x5e\x05\xea\xb5\x38\x88\xcb\xe3\xbd\xe6\xd8\x81\xb0\x96\xdd\x6b\xdc\xe8\xb5\x7e\xa7\x67\x84\x4e\x05\x46\xf5\xba\xa0\x52\x81\x62\x28\xef\xd5\xa8\x40\xb1\x76\xe5\xab\x50\x81\x92\xd3\x7f\xb4\x47\x49\x01\x9d\xe9\x6f\xd9\x21\xd6\x23\x70\xd6\xf8\xab\x4e\x81\x65\x0e\xc3\xab\x4d\x81\xe6\x1c\x9d\xd7\x48\x12\x68\x4e\xa6\x7d\xf5\x2b\xb0\x3b\x49\xc7\x35\xac\xd7\xe4\xbc\xdf\x1f\xca\x77\xbe\x1a\x18\x48\x17\x6a\x78\xf5\x2d\x90\xae\xcf\xf5\x1a\x8e\x7a\x5d\x2b\x9c\x27\xc8\x57\x07\x03\xe9\x92\x5d\xaf\x0e\x06\xc2\x32\xc4\xaf\xc6\xf5\xba\x2c\xb8\x81\xca\x57\xe7\x7a\x5d\x16\xcf\x83\x57\xe9\x02\xd9\x79\xe4\x7e\x95\x2e\x90\xfd\xdb\x30\x87\xca\x55\xf1\x3c\xc2\xb5\xae\xd7\x5a\x21\x6e\x85\xd6\x05\xb2\x7b\xc9\xd4\xba\xc0\xbe\xce\xd9\xe6\xce\x9f\xee\x7c\xbf\x69\xc7\xa7\x87\x33\xdb\xaa\x74\x81\x70\x22\xd4\xab\x74\xbd\x2e\xa7\xc7\x33\xca\xab\x74\x81\xf0\x9d\xea\xab\x74\xbd\x04\x9f\x9c\xec\xfe\x6a\x58\x20\x4c\xf5\x7d\xcd\x17\x04\xc5\x77\xa3\xaf\x55\x41\x40\x71\xd5\xdc\xd7\x68\x14\x28\xae\x36\xf8\x5a\xdb\x03\x8c\xb9\xfc\x94\x9b\xba\x38\xf3\xa6\x9f\x72\x53\x17\x8f\xf4\x3c\x26\xbf\x86\x9d\x40\xf1\xe5\xf6\xab\x87\x81\x31\x97\x5f\x74\x53\x97\x87\x2e\xe3\x65\x80\x09\x94\x9c\x6e\xaa\xfb\x63\x91\x7a\xe1\x89\xad\xad\x81\x92\x9e\xd8\x46\x97\x40\x71\x82\xf3\xab\x9a\x81\x48\x23\x07\xaf\x6e\xf6\x5a\xc5\x63\xf9\x31\x3b\x69\x15\x0f\x9e\xc2\x5f\xdd\xec\x75\x0d\x82\xe1\x25\x41\x39\x03\xd5\xf8\xdd\x6b\xb4\xe9\x3d\x7c\xf2\xf7\xf7\xed\xe5\x41\x60\x77\xd9\x64\x2f\x0f\xdf\x66\xd1\x4b\xe5\x0c\xac\xef\x49\x44\x39\x03\xd5\xd5\xe4\x5f\x83\x4a\x60\xf9\xb8\xf5\x2a\x67\x20\xba\xab\x27\xbe\xda\x19\xd8\x17\x78\x06\x48\x17\x03\xcd\xe9\xe4\xaf\x2e\x06\x96\xaf\xbe\x5f\x5d\x0c\x34\x27\xb1\xbf\xba\x18\x68\xce\xbf\x7b\x8d\xfa\xbc\x26\xf1\x59\x14\xec\xb5\x44\x07\xd8\x77\x0b\xf6\xa6\xa1\xa0\xf7\x5b\x90\xc0\x03\x5b\x8f\x7b\x8d\x05\xd9\x51\x35\x0e\x44\xb8\xaa\xf0\xeb\x14\x29\x10\xc5\x68\xe6\x6b\xcc\xe8\x25\x3e\x54\x4c\xef\x7f\x8d\x05\x01\xab\xbd\xbf\xea\x1e\xd8\xb7\x10\xfe\x54\xdf\x03\x06\x8f\x5f\xad\x0d\xa4\x11\xbb\x57\x1f\x03\xe1\xca\xdb\xaf\x3e\x06\xc2\xf9\xbc\xaf\xa1\x21\x90\xe6\x31\xbc\xea\x18\x48\x57\x07\x7c\xb5\x31\x90\x2e\x65\xf8\x6a\x63\x20\xbf\xdb\xa4\xea\x05\xd2\xcc\x89\x57\xf5\x02\xe9\xbc\x80\x57\xf5\x02\x26\xd9\xbd\x9a\x17\x08\x8b\x2c\xbf\x9a\x17\x08\x8b\x50\xbf\x9a\x17\x58\xde\x9e\xb4\x2c\x10\x6d\x7d\x7f\x68\x17\x5d\x62\xef\xdb\x78\xf7\xc7\xed\x15\xd0\x4f\xd9\xeb\x9b\x1c\xbb\xef\x96\xa5\x33\x81\xf8\xae\xb0\x3a\x13\x48\x4b\xc4\xbf\xfa\x11\x48\xab\xee\xbd\x4e\x6a\x02\x69\x21\xef\x57\x65\x02\xd9\x1d\x55\x4d\x08\xa4\xcb\x0d\xbe\x66\x0d\xbe\x2e\xd9\xed\x35\xc4\x10\xd2\x6b\x08\xc9\xdb\x9f\x59\x83\x20\xcb\xb7\x5d\xf6\xc8\x15\xbb\x1d\x0b\xb3\x06\x41\x5a\xea\xee\x55\x96\x40\x58\x33\xf0\xd5\x8b\x40\xba\xca\xe3\xab\x17\x81\xb4\xd8\xe0\x6b\xa8\x09\x84\x39\x49\xaf\x62\x04\xb2\x7c\xbf\x65\x87\x10\x23\xe3\x87\xaf\x0e\x04\xd2\x5a\x86\xaf\x0e\x04\xd2\x8a\x87\xaf\xf1\x28\x10\xa6\x11\xbd\xfa\x0e\x08\x52\x67\xf2\x47\xd2\xa0\x48\xea\x2e\xe6\x8f\xc8\x92\xc8\xde\xea\xff\xde\x95\xf3\x87\xc4\x88\xec\xfb\xac\xcb\x1f\x12\x23\xb2\xef\x4b\x66\xfe\xb0\x18\x91\x7d\x9f\x61\xf9\x43\x62\x44\xf6\xfd\x80\x91\x3f\x1c\x46\x04\x0f\x81\xf9\x43\x61\x44\x90\x17\x94\xbf\x70\xb3\x99\x86\xd4\x2b\x3f\x4f\xbc\x4a\x24\x33\xeb\xf3\x87\xe9\x88\x20\x9c\x98\x3f\x4c\x47\x64\x6f\x6c\x2a\xaa\x23\x82\x54\xa1\xfc\x11\xc1\x12\x41\xea\x59\xfe\x88\x60\x89\x20\xc7\x28\x7f\x18\x91\xc8\x5e\xfd\x47\xc7\xce\x70\x55\x71\x53\x1d\x9c\x70\x70\xdc\x08\x07\xc7\x70\xd5\xf4\x1f\x1d\x9c\x70\x70\x1a\x4d\x0e\x8e\x11\xac\x62\x93\x83\x13\x9c\x63\x95\xa6\xe2\x48\x30\x7b\x89\xf8\x61\xfe\x8a\x23\xf1\x15\x90\xe4\x1f\x8b\x23\x51\x7c\xbb\xcd\x76\x15\x47\xa2\xf8\xd4\x39\xfc\x98\x43\x61\xa0\xcb\x0d\x2b\x0e\x85\x81\x2e\x7b\x54\x1c\x8a\x42\x1a\xf7\xf7\x97\x0e\x85\x1a\x36\xdd\xb0\x69\x13\x0f\x1e\x1e\x01\xc5\xd1\x29\x5f\xed\x2e\x9a\x1c\x1d\xea\x4e\x92\x13\x97\xbf\xe2\xe8\x14\x47\xc7\x7f\x74\x74\x58\xdf\xa0\x57\xbf\xe8\xe8\x14\x9f\xc1\xfc\x47\x47\xa7\x38\x3a\x8b\x26\x0f\x9d\xe2\xa1\xc3\x46\x54\x47\xa7\x92\x51\x3d\x3c\xe8\xaa\xc3\x53\x19\x1e\x0f\xba\xea\xf0\x54\x0e\x94\xca\x21\x50\x1d\x1d\x56\x20\xef\x85\xdf\xaf\x8e\x4e\xf5\x1c\xb6\xc9\xa1\xa8\x78\xbf\xc3\x5a\xed\x37\x73\xad\xe6\x60\x5b\xab\x9d\x64\xe9\xf2\xc1\xf2\x28\xf9\x6b\xee\x4a\x56\x42\x98\x0e\x62\x73\x63\x37\x46\x0d\x9b\xdc\xd6\xc6\xeb\x64\x07\xb1\xb9\xad\xac\x49\x3e\x3d\x2c\x9a\xdb\xda\xdc\x93\x74\xbc\xb9\xad\x2c\xa1\x30\x1d\x8b\xe6\x9e\x24\xf1\x6f\x7a\x6c\x36\x37\x9f\xf9\x56\xd3\xe3\xbc\xb9\xf9\x2c\x52\x3e\xdd\x47\xcd\xdd\xe6\xdc\x2a\x66\x56\xe4\xaf\xb9\x93\x9c\x48\xe5\x61\xd7\xdc\x49\x4e\xa4\x72\xc4\xba\x9d\x74\xd6\xd4\xd7\x64\x8f\x7a\xb1\xce\x0e\x3f\xd6\xed\x92\xeb\x2a\x38\xb0\xdd\x2e\x61\x74\xd3\xab\x57\xb7\x4b\xce\x9a\xf2\xc2\xd3\x3d\xec\x3a\x49\xd6\xd3\x2f\xba\xfd\x9d\xb9\xd4\x1e\xc2\xdd\xed\xef\xbc\x0e\x0f\xf6\x6e\x77\x8f\x74\xde\xef\x7b\xce\x77\x37\x9f\x42\x91\x35\xe8\x78\xf7\x18\xeb\xbe\x23\x60\xb7\x75\x8f\xb1\x4e\x8e\xbb\xc7\x6b\xda\x23\x24\x6f\x7a\xf0\xa4\x1d\xda\x28\xc5\x43\x2c\xed\x50\xba\xe6\x20\x3b\x24\xed\x50\xd2\x21\x4f\x9a\x74\x1f\x25\x8f\xf9\x8b\x3e\xa6\xfb\xe8\xd3\x3e\x46\x3a\xed\x36\xd1\xb5\xe9\xb5\x28\xed\x36\x26\x58\xbe\x8d\xb0\xdb\xc4\xd6\xa6\x87\x7e\xda\x6d\x0a\x3c\x4e\xaf\x0c\xe9\x8e\x24\xb4\x36\x3d\xdb\xd2\x91\x48\xa2\x00\xdf\xcf\x3b\x12\x4c\xc8\xe2\x75\x46\xfe\xd2\x91\xd8\x28\xc5\xc3\x69\xb8\xbb\xcd\x33\x74\x0f\x0d\x07\x87\x48\xdb\xf4\x72\x3e\xec\x36\xab\x32\xb4\xe5\x11\x3c\xec\xe4\x30\x35\xd3\x3d\x39\xfc\xcf\xf1\xbd\xe0\xb2\xcd\x3f\x1d\x4c\x8b\x77\x7c\xa6\x7f\x3a\x79\x6b\x13\x74\x73\x7a\x22\x4d\x4f\x24\xbe\x38\xdd\x23\x93\xb7\x36\x85\x0e\x4c\xf7\xc8\x24\xb5\xdf\xcd\x98\x6e\xda\x64\x8f\x78\xc3\x98\xee\x91\xa9\xcd\xb0\x93\xa6\x1b\x3b\xd9\x23\x5e\x12\xa7\x7b\x64\x12\x84\x09\xba\x39\xdd\x23\x13\x9b\x59\xec\x91\xe9\x1e\x99\xe4\x96\x2f\x3f\xe5\xf0\x6f\x94\xe2\x65\x6c\x3a\xfc\xd3\xe1\xff\x7f\x51\xce\xdf\x74\xa4\x28\xf3\x58\x3d\xdc\x96\xa3\xb2\x48\xb1\x5e\x36\xb9\x2b\x36\x46\x0d\x7a\xb2\x1c\x82\xe5\x10\xd8\xe4\x10\x6c\x8c\x5a\xd8\xec\xe5\x10\x2c\x26\x3c\x78\xb3\x5d\x0e\xc1\x72\x08\x18\xbb\x65\xe7\x16\xf3\x35\x3c\xb6\x96\x87\x1b\xf6\x56\xbd\x25\x2f\xfb\xbb\x08\x3a\x79\x7a\x2e\xfb\xbb\x38\xf1\x0a\x83\xbe\xec\x10\x19\x83\x49\x8c\x31\x7f\xcb\x5d\xbf\x3c\xde\x18\xf5\xc3\x4e\x6a\x74\x8b\xdf\x3f\xec\xe4\x61\x27\xfd\x94\xbb\xfe\x20\x95\xc2\x63\xf7\xb0\xdf\x4a\x5e\xf5\xba\x7a\xd8\xa5\xc3\x05\x40\x93\xc1\x38\xdc\xad\x07\x92\xba\xe8\xe6\xe9\x7f\x6e\x8c\xe5\xb5\xf0\xf4\x70\x23\xf8\xb5\x7e\xec\xc3\xd3\xcd\xa0\x70\x22\x05\x04\xf2\x77\xba\x19\xa7\xb7\xe0\xc6\xef\x9f\x6e\x07\x45\x24\xd2\x03\xe2\x74\xfc\x09\x88\x11\xb7\xc9\xdf\xe9\xf8\x6f\xd4\xf0\x71\xe1\x74\x63\x37\xc6\xf2\x62\x75\xba\xad\xc4\xc8\x78\x31\x9e\xbf\xd3\x43\x70\x63\x7e\xd7\xed\xd3\xbd\xc4\x3a\xe8\xeb\xfb\x79\xf7\xd2\x46\x19\xdf\xa7\xdc\x4b\x1b\x65\xfc\xdc\x7c\xf7\xd2\xc9\x3c\x53\xcf\x83\xd3\xbd\x74\x92\x31\xb2\xec\xb7\x3b\x89\x55\xd0\x97\x17\xab\xcb\x01\xa3\x6c\xc5\xf2\xd4\xb8\x1c\xb0\x8d\xd9\xdd\x49\x97\xa3\x83\xa4\x2d\xef\x7d\x97\x83\xb3\x31\x99\xfe\x96\xbf\xcb\xc1\xb1\x44\x85\xff\x78\x39\x38\x94\xa8\xe0\xd5\x5c\xfe\x2e\x07\x87\x12\x15\x84\x03\xf2\x77\x39\x38\x1b\x63\x39\x38\x97\x83\x73\x91\xf9\xfd\xfd\x96\x83\x73\x31\x38\xde\x28\x2e\x07\x87\xd5\xd1\x73\xb9\xa9\x0e\xce\xc6\xec\x0e\xe1\xe5\xe0\x6c\x8c\xf5\x75\xc8\xc1\xa1\x90\x45\x77\x08\x2f\x07\x87\x05\xd3\x97\x1d\xba\x1d\x89\x9b\x39\xde\x9e\x5a\xb7\x23\xb1\x8d\x6f\xac\x1f\x1b\x71\xdb\xed\xdb\x63\x82\x9f\xbf\xed\xa3\xe5\x28\x96\x4f\x1e\xb7\x9d\xbc\x3d\x02\xfc\x7d\x3b\xb9\x31\x96\xa3\x73\xdb\xc9\x8d\x32\x3c\x5a\x6f\x3b\xb9\x31\x96\x03\x76\xdb\xc9\xdb\x23\xc0\xad\xb0\x93\x37\x9d\xfc\x71\x49\xb9\xed\x24\xa1\xb3\x3e\x3d\x77\x6f\x7b\xc9\x42\xeb\xc3\x8f\x3d\x1e\x02\x0f\x79\x44\x8d\xed\x7f\xec\xf8\x63\xc7\xf9\xfd\xc7\x73\x66\x63\x76\xff\xf2\x71\x2c\x58\x0e\xa1\x0f\x6f\x32\x8f\x87\xc5\xe3\xf8\xf8\x63\x1e\x03\x0f\x11\x63\x2f\x76\x8f\xe3\x43\xe0\xac\x7f\x67\xdb\xe3\xf8\x10\x38\xeb\xc3\x8b\xed\xe3\x00\x39\xf3\xac\x7a\x0d\x79\xdd\xdc\x97\xcd\xed\x74\xea\x75\x73\x5f\x36\xb7\x33\xb4\xaf\x9b\xfb\xba\xb9\x0c\xed\xeb\xe6\xbe\xd4\x46\xf5\x60\x79\xdd\xda\x97\xc8\x72\xa7\x53\xaf\x7b\x93\xe5\xd1\xbb\xa3\xfd\xda\x81\x97\x33\xbc\xfb\x5b\x76\xe0\x25\xb2\x3c\xfc\xa2\xdb\xbf\x31\xbb\x87\xe7\xeb\xe6\xbf\xbc\xac\xb6\xe7\xaf\xfb\xd7\x35\xea\xec\xf8\xeb\xfe\x7d\xa9\x12\xd1\x39\xca\x5e\xf7\xef\xcb\x41\xec\x89\xfa\xba\x7f\x71\xc8\x2c\x5e\x8d\x5e\x77\xf0\xcb\x51\xec\x69\xf9\xba\x7f\x37\x26\x2f\x3f\x33\xf4\x4a\x50\x49\xbf\xcc\x20\xb6\x26\x6a\x5f\x36\x55\x9b\x2a\xbf\x95\x34\x35\x9b\x38\xc5\xb9\x2b\x07\xc1\x35\x31\x99\x82\x9a\x41\x3e\xa4\xa8\x94\x9d\xca\x20\xde\x26\xa2\x13\xa0\xcd\x20\xe0\x26\x2a\xc5\xeb\x32\xb4\x5b\x50\x99\xa3\x91\xa1\xbe\x82\xc9\x9c\xdd\x0c\xf5\x15\x4c\x5e\x66\x64\xa8\xaf\x20\x3a\x81\x81\x0c\xfd\x15\xd4\xfc\xc3\x0b\xec\x0c\xf5\x16\x54\xa6\x75\x64\xa8\xb7\xa0\x76\x9e\x0a\x42\xbd\x05\x93\x97\xc2\x19\xba\x2c\xa8\xa4\xa4\x65\xe8\xb2\x60\x92\x41\x99\xa1\xcb\x82\xc9\xc4\xe2\x0c\x5d\x16\x54\x66\xa0\x64\xe8\xb2\x60\x76\x47\x2f\x1c\xa9\xf0\x40\x62\x0c\x74\x59\x10\x86\x3e\x33\x94\x59\x50\xfb\xf2\x2f\x1d\xaa\x60\x6d\x63\x0e\x91\x50\x66\x41\xa5\xc8\x46\x86\x32\x0b\x66\xff\x7e\xcb\x7e\x87\xfd\xde\x07\x52\xe8\xa4\xa0\x32\xd9\x35\x43\xb3\x04\x95\xba\x82\x19\x9a\x25\x58\xd3\xa1\xd0\x2c\xc1\xe2\x2d\x49\x86\x1a\x09\x16\x41\x80\x0c\x35\x12\xac\xe9\x41\xa9\x33\x82\xc5\x4b\xb1\x0c\x9d\x11\x2c\x5e\xe8\x64\x54\xf7\x47\xb5\x76\xa9\xbf\xaf\x33\x82\xc5\x8b\xbf\x0c\x05\x11\xd4\x74\xf4\xab\x43\x5d\x49\x10\xc1\x17\x42\x41\x04\x35\x3d\x9c\xb5\x41\xb0\x14\xc4\xa8\x0e\x18\x8b\x17\x8c\xf5\xb5\xb9\xb1\x1b\x95\x72\x8f\x19\xd5\x8d\xad\x54\x12\x72\xef\xaa\x91\x61\x1c\x10\x8d\x0c\x35\x12\x2c\xea\xee\x67\xa8\x91\x20\x72\x70\x81\x09\xa5\x11\x54\xaa\x53\x66\x28\x8d\x60\x11\x24\xc9\x50\x1a\xc1\xe2\xf5\x66\x86\xd2\x08\x1a\x05\x5f\x32\x9a\x3b\xa9\x79\xea\x31\x62\x7a\x64\x98\xb4\x39\x6c\xb2\xe3\x8d\xbc\xc6\xee\x6f\xb9\x93\x48\xda\xa4\x42\x64\x86\x1a\x09\x2a\x75\x29\x33\x9a\x43\xd1\x1c\x0a\xbf\xe8\x50\x98\xb4\x89\xc0\x85\xb2\x09\xf6\x35\x81\x8f\x69\x9b\x61\x22\x67\x32\x3c\x9a\x25\x58\x04\x7e\x33\x34\x4b\xd0\x98\x02\x93\xd1\xed\x77\xe7\xc5\xb7\xbb\x52\xd9\x04\xed\xe7\x18\x2a\x9b\x20\x52\x65\x0f\x6d\x13\xb4\x9f\x27\xbd\xb6\x09\x16\xc1\x9b\x8c\x6e\xc7\xbb\x39\x0b\xee\x71\x0d\x14\x34\x66\xdd\x64\x68\xa0\x60\x91\xb2\x9c\xa1\x81\x82\x46\xe6\x5e\x46\xda\x73\xd2\x39\xe7\xb0\x9b\xe9\x51\x90\x1c\x05\xee\x4b\x45\x35\xcc\xdd\xe4\x5e\x14\x5a\x29\xd8\x07\x06\x5b\xab\x96\x82\xe5\x3b\x8d\x50\x4b\x41\xfc\xa8\x9b\x95\xa1\x97\x82\xd6\xbc\x6a\xea\xa5\xa0\x32\x1b\x2d\x43\x09\x05\x4b\x8f\x0f\x25\x14\x34\xf2\x31\x33\x94\x50\xb0\x48\x91\xcb\xd0\x38\x41\xa3\xc6\x48\x86\xc6\x09\x22\x35\x85\x50\x39\x41\x23\x5a\x93\x31\xec\xf9\xf0\xf8\x67\xc3\xb4\x50\xb0\x48\xe7\xcb\x18\x5e\x7d\x86\x47\x06\xbf\x3f\x1c\x0c\x32\x3e\x49\xe2\xc8\xd0\x55\xc3\x92\x8a\xde\x40\x86\x63\xb1\xd1\x9a\xf7\x2c\xed\x15\x34\xe6\x0f\x65\x0c\x8f\x8c\xf1\x05\xd0\xdd\x30\xc7\xc2\x29\x71\xc3\x8f\xd9\xf1\x41\xdd\xac\xe2\xef\x7b\x14\x90\xe4\x99\x0a\x6d\xa8\xc2\xa0\x11\xe9\xc8\x50\x7b\xc3\x09\x70\xd8\x4a\xa8\xbd\x60\xef\x4c\x3a\x30\xed\xf9\x24\x1d\x09\xdf\x0a\x55\x18\xec\x4d\xe3\x0f\x54\x5a\x10\x39\x1c\x34\x05\x16\xc4\xaf\x79\xbc\x68\xb0\xa0\xb1\x5a\x50\xc6\x74\x77\xce\x2f\x2f\xcb\xbf\xb0\x5b\x16\x29\xf9\x7d\x9f\xb3\x5f\xd3\x74\x65\x8f\x65\xc5\x15\x34\xe6\x94\x65\x28\xae\xa0\x31\xa5\x2c\x63\xd9\xaf\xc5\x2a\xd3\x5e\x8f\x75\xd9\xf8\x26\xc1\x79\x75\x5f\xf6\xeb\x9b\x04\xd7\xff\x3f\xf5\x2b\x43\xff\x0d\xe7\xc8\x55\x7f\xc5\x3d\xce\x1c\xb9\xce\x5c\xc6\x0c\x05\x38\x5c\x71\xf0\xe7\xc9\xb4\x3c\xd6\x2d\xbf\xb8\xaa\x5b\xe5\x88\x59\x7f\x71\x7d\x1b\xef\x88\x2d\x32\xd9\xaa\x5f\x75\xc4\x96\x23\xe6\x79\xa2\x17\x83\x6d\xa4\x7e\xce\x11\x73\x21\xc2\x9f\xd7\x08\x2d\x38\xbe\x79\x73\x1e\x91\x87\xe3\xf3\xcd\x91\xf3\x8a\xaf\x07\xc7\x37\x47\xce\x63\x52\xeb\x05\x8d\x7c\xf1\x0c\xa5\x17\x34\x66\xdc\x65\xe8\xbc\xf1\xcd\x90\xf3\x94\x3d\xec\x18\xeb\xa6\x0f\xef\x32\x87\xfd\x3a\x9c\x0f\xe8\xc1\x76\xd8\xb1\x83\x33\xdb\x21\x39\xec\xd7\xc1\x01\x5e\xfd\x31\xbb\x75\x78\x20\x78\x21\x3d\x3c\x10\x0e\x0f\x04\x7f\xcc\x9e\x7e\x2b\xa9\x7b\x69\x52\xbe\xc1\x6e\xa3\xa7\xda\x77\x7c\x2b\xa9\x7b\x57\x54\xbf\x41\x1b\xde\x1d\xd4\x6f\xb0\x07\x89\x8d\x53\xbf\xe3\x9b\x11\xe7\x6d\x5d\xff\x0e\x67\xc4\xa5\x8f\xa9\x0a\x38\x68\xac\x91\x96\xa1\x80\x83\x7d\xc7\xb6\xcd\x91\x3b\x1d\x39\x87\x49\x05\x0f\x67\xc4\xd5\xe6\xdf\x3a\x74\xdf\x62\xed\xdf\xe6\x39\x4e\xe7\x97\xe1\xee\xef\x39\x28\x2e\xc2\x3e\xdd\x3a\x07\xe5\x5b\x84\xdd\x73\x41\xc1\x06\xd1\x96\xd7\x40\x0d\x1b\xec\xcf\x31\x50\x97\x83\xb2\xd1\x7f\x5e\xd7\xb5\x6e\xb0\xff\x95\x31\xd6\xb1\xc1\x1e\x14\xb6\x44\xc9\x8e\x6f\xb5\x76\x9f\x9c\xb4\x6c\xd0\xbf\x83\x53\xcb\x06\x8d\x25\xc7\x32\xb4\x6c\xd0\x7f\xde\xfa\xb4\x6c\xd0\x58\xaa\x2e\x43\xcb\x06\xfd\x3b\xbf\xb4\xec\xb8\xbe\x4b\x08\x87\xa6\x9a\x0d\xda\xf0\x1c\xd1\xa9\xc3\xb5\x08\x96\xbb\xf0\x76\x40\xbe\xdc\x57\x2f\xe4\x5a\x75\xb8\x3e\xc1\xf0\x16\x70\xdb\x2b\x56\x5e\x2f\x3f\x1f\x05\x74\x68\x10\xe5\xe7\x85\x50\x63\x06\xd1\x94\xa5\xd0\x7c\x41\x44\x7a\x7f\xd2\x7c\xc1\xfe\x2e\x6d\xaa\x2f\xd8\x23\xcc\xb6\x28\xba\x60\xdf\xc7\x18\x75\x4d\x17\xf4\xea\x3e\x54\x74\xc1\xfe\x0b\x46\xe0\x71\xe7\x98\x37\x9a\xde\x02\xb5\x5f\xd0\xbf\xf3\x55\xfb\x8d\xe7\x9b\xae\xe9\xcf\xd9\x33\xd3\x46\xd3\x1b\xb6\xf6\x0b\xf6\x08\xf8\x17\xf6\xf6\xb1\x6c\x97\x37\xe3\xc7\xfd\x43\x08\xb5\xfc\x1c\xd1\xc7\x9d\xf1\x7c\xf3\x2f\x38\x00\x34\x67\xb0\xdb\xf8\x5f\xd5\x19\xec\x36\x46\x5e\x77\x06\x5d\xd5\x0f\xad\x18\xf4\x4f\x66\xb4\x62\xd0\x7d\x01\x14\x5a\x31\xe8\xbe\x55\x09\xad\x18\xf4\xf4\x2e\xa5\x15\x83\x28\xdf\x53\x8d\x5a\x0c\x7a\x7a\xcd\x55\x8b\x41\x94\xef\xea\xa7\x17\x83\x3e\x9a\xff\x69\x47\xf1\xe2\xfa\xf3\x19\x5e\x2f\x06\xae\x9e\x9a\xa1\x17\x83\x6e\x08\xac\xe8\xc5\xa0\x1b\x5e\x29\x7a\x31\x88\x5a\xb9\x20\x16\xc5\xb8\x90\x62\x5a\x29\x6e\x94\x45\xc1\x05\x51\x3d\x6e\x8a\x82\x0b\x06\x87\x43\xd1\x6f\x41\xfa\x48\x5a\xf4\x5b\x60\x90\xa7\xe8\xb2\x65\x7b\xab\x17\xaa\xa2\x97\x82\xc5\xd9\x56\x74\x50\xb0\x38\xbd\x8b\x11\x56\x10\x2c\xf8\x98\x45\x2b\x05\xc1\xe2\x7b\x59\x54\xd0\xe2\x84\xc0\x66\x53\xb7\xc9\x70\xaa\xbf\x95\x36\x19\x4e\x65\x68\xf4\x4d\x30\x3c\xde\x8b\xba\x59\x28\xb3\x32\x22\xfe\xff\xf6\x5d\x94\x4a\x50\x99\xcc\x95\xc5\x08\x29\x58\xdf\x36\x1a\x21\x2d\x65\xcb\x74\x86\x9f\x72\xc4\x0b\x85\x1a\xb8\xa0\x17\xa3\xa1\x60\x85\x9b\x6d\x34\x14\xac\x70\xb3\x15\x54\xb0\x8c\x54\x15\x6d\x14\x2c\x23\x6d\xc5\x38\x27\x68\x4c\xbe\xce\xa2\xa0\x82\xf5\x1d\x0a\x0a\x2a\x88\xb1\xbe\xb6\xdb\xb6\xef\x21\xa9\xd1\xe6\xde\x2a\xdc\x1b\x79\x20\x29\x2a\x2a\x68\xac\x26\x99\x45\x43\x05\xdd\xab\x76\x31\xaa\x09\x7a\xe5\x41\xbb\x28\xad\xa0\x7b\xc3\x2b\x4a\x2b\x20\x1d\x31\x8b\xce\x0a\x62\x18\x65\x29\x46\x35\xc1\xbe\x66\xf9\x39\xbb\x59\x49\x4d\x70\xac\x15\x59\x90\x9d\x67\xc1\xa2\xc7\x82\x68\xdf\xb6\xba\xdf\x28\x19\xd9\xfc\x7d\x3d\x16\x04\x85\x4a\xb2\xe8\xb1\x20\xa8\x87\x90\x45\x8f\x2d\x8d\x40\xe1\xf7\x29\x37\x7f\x63\x7c\x9d\x54\x50\x41\x61\xcd\xe5\x2c\x0a\x2a\x28\xe4\x4f\x67\x51\x50\x41\x65\x56\x61\x16\x03\x9d\x60\x92\x62\x92\x45\x67\x05\xe3\x6b\x71\xb7\x51\xc1\x7f\x50\x2f\x34\x8b\xce\x0a\x28\x10\x94\x45\x65\x05\xe4\x3f\x66\x51\x4f\x41\xaa\x12\xa5\xdb\x43\xaa\x9b\x54\x5b\xec\x20\xc5\x4d\xbc\x10\x18\x1b\x2d\x5b\x57\x8d\xf6\x16\x3d\x14\x2c\x1e\x1e\x8a\x1a\x0a\xac\x3a\x99\x45\x0b\x05\xc9\xfc\x92\x2c\x5a\x68\xd1\x42\xe9\xaf\x12\x0a\x32\xbe\xad\x74\xbb\x09\x79\x52\x09\x26\x8b\x76\x09\x92\x29\x66\x59\x94\x4b\x90\x4c\xdc\xcc\xa2\x5c\x82\x0c\xf7\x83\x51\xd0\x62\x35\x49\xb6\x4a\xdd\x04\xc9\xb4\xe9\x2c\xda\x26\xc8\xf0\x82\xa5\x6d\x82\x0c\xaf\x0d\x9a\x25\x88\xf4\xc5\x56\x31\x4c\x09\x82\xd2\xfd\x59\x94\xc6\xf2\xcd\x09\xa4\xd7\x4a\x23\x88\xc2\xbb\x83\xa2\x33\x82\xa4\x8c\x58\x16\x9d\x11\x64\xf1\xc0\xd2\x19\x41\xd6\xef\x8b\x76\x68\xf0\xb8\xc4\x4b\xcd\xa2\x33\x82\xa4\xa6\x57\x16\x05\x11\x44\x78\xc0\x2b\x88\x20\xcb\xf7\x45\xf7\x99\x09\xa9\xbc\xb9\x2d\xfa\x21\x48\x2a\x85\x66\x19\xee\x33\x2a\x53\x16\xfb\xa8\x32\x82\x88\x6f\xeb\x1d\x09\x52\x54\x29\x3f\x96\x45\x63\x04\x41\xc5\xf2\x2c\xc6\x4e\x8b\x29\xaa\xfe\x96\x12\x09\x22\x3c\x11\x95\x48\xf0\xbd\x04\x2e\x3a\x64\xb1\x08\x3f\xf3\xef\xb2\x28\x91\x20\x8b\xb7\x07\xe3\xa9\x20\xbe\x8b\xaa\xf1\xd4\x62\x7d\x4c\x8a\x99\xed\x0f\xdb\xe6\x53\x97\xdf\x74\x78\xa6\xc3\xc3\x88\x19\x50\x2d\x4e\x1f\x74\x78\xf4\x51\x10\xe1\x3e\x52\x47\x8b\xd3\x07\x1d\x31\xd5\xb3\x38\x57\xf0\xdb\x0a\xc7\xc2\x62\x98\x5e\xc7\xb5\x4c\xb0\x1f\xcb\xf9\xa6\x9a\x09\x82\xaa\xac\xfb\x48\xb0\x89\x3b\x9e\x03\xab\x65\x82\xa0\xea\xeb\xde\x55\x36\x91\xee\xe5\x28\x6a\x91\x20\xa8\xfb\xbc\xc7\xd2\x26\x0e\x0b\x6f\x30\x46\x51\x41\x7c\x37\x18\xb5\x12\x44\xf1\x78\x52\x03\x8b\x95\xf8\x7f\x5e\x7a\x55\x39\x10\x8d\x34\xef\x2c\x87\x7f\xc0\x74\xc1\x34\xc6\x5d\x94\x39\x10\xbe\xed\x2e\xba\x1c\xc8\xee\xcd\x49\x97\x2b\x16\x9a\xec\x7e\xd1\x03\xcf\x5a\x27\xbf\xf2\x87\x9b\xb1\xa6\x57\x5c\x51\xfe\xfb\x77\xb7\xdc\x3a\x94\xcd\x7f\x77\x5f\x50\x87\x92\x84\xfe\x2c\x8a\x1e\xc8\xee\x43\x8c\x9e\x57\xac\x43\x89\x5b\x16\x35\xaf\x98\xc4\x1a\x7e\xca\x5d\x71\x92\xb5\xc3\x53\x5e\xd1\xe8\x40\x76\xde\xba\x14\x85\x0e\x84\x21\x8c\xa2\xcf\x15\x4b\x53\xf2\xc8\x58\x74\x37\x90\xdd\x47\x09\xd5\xad\xb8\x74\xbc\x3b\xdf\x50\x29\xc8\xee\x35\x5c\x71\x03\x61\xbc\xa2\x18\x2a\x05\xe1\x1b\xf7\xa2\xca\x81\xa4\x22\x47\x16\x55\x0e\x44\xf3\x08\xd7\xd0\x40\x34\x2f\x13\x1a\x1a\x88\xee\x3b\x9d\x62\x60\x14\x44\xf3\x14\x55\xda\x40\xe4\xf0\xc6\xae\xb4\x81\x30\x50\x53\x74\x36\x10\x46\x90\x8a\xce\x06\xc2\x30\x56\xd1\xd9\x40\x34\xcf\x2a\x9d\x0d\x64\xf7\x70\xd3\xd9\x40\xf8\xc0\x5e\x74\x36\x10\x06\x4d\x8a\xca\x06\x42\x75\x2a\x46\x46\x8b\x4b\xca\x79\x38\x6b\x71\xc5\xf2\x98\xfe\xa3\x12\x07\xc2\x28\x59\x31\x58\x0a\xb2\x7b\x0f\xb8\x1d\x31\xaa\x63\x1a\xe1\x2e\x9a\x5e\x61\x51\x78\x15\xa1\x18\x3f\x2d\x96\xf8\x1f\xde\x8a\x94\xbf\x72\x3b\x14\x0c\x98\xee\x07\xc2\xb0\x48\x31\x7e\x0a\xc2\xa8\x4b\xd1\x06\x41\x18\xbc\x2e\xc6\x4f\x41\x18\x11\x2e\xc6\x4f\x41\xf8\x16\xa9\xa8\x87\xc5\x04\xd9\xe6\xe8\xeb\x73\xe5\xab\x8f\xe9\x5d\x59\xd9\x02\x69\x86\x41\x79\xfc\xb5\x87\x5f\xf3\x80\x55\xbf\x40\x4c\x2f\x60\x8f\x03\x8b\x91\x4d\x1f\xbe\x1e\xff\x93\x09\x7f\xd3\x33\x5b\x47\x03\x69\x90\xbb\xa8\x68\x20\xa6\x03\xab\xa1\x81\x51\x7d\xa4\x30\xba\x09\x0a\xcb\x9e\x64\x31\xba\x09\x62\x7a\x36\xeb\x71\xc5\xc5\xd5\x3d\xac\xf5\x38\x90\x46\x6c\x8b\x1e\x57\xac\xb2\xe2\xf9\xa0\xc7\x81\x34\x3a\x5e\xf4\x38\x90\x26\x2b\x14\x35\x0e\xa4\xb9\x16\x45\x8d\x03\x69\x2e\x44\xd1\xe2\x40\xcc\x6f\x53\x1d\xaf\xd7\xf1\x72\xbb\x1c\x2f\xd6\x6d\x9b\x1e\xd4\x4a\x1c\x28\xd4\x6f\xdf\xb7\xfe\xdd\x04\xd2\x10\x7a\x55\xe2\x40\xcc\xef\x53\xc5\x26\x92\xc0\xba\x9f\xaa\x36\xf9\xb0\xba\x68\x1a\x36\xd1\x6d\x2e\x4f\x55\xa9\x03\x85\x25\x61\xb2\x6a\x75\x20\x28\x09\x91\xd5\x10\x25\x48\x33\x87\xaa\x5a\x07\x72\x71\x9c\x57\x23\x94\x20\x99\xf4\x90\x55\xd5\x03\x69\xfa\x52\x35\x04\x09\xd2\x04\x83\xaa\xfe\x81\xc1\x02\x54\x59\xf5\x3f\x10\xcc\x26\xcb\x6a\x08\xb2\x22\x7b\x26\x00\x54\x65\x0f\xa4\x99\x03\x55\xd9\x03\x41\xb1\xb6\xac\xc6\x1b\xc1\xbe\xdb\xf2\x63\xc6\xf5\x40\xa1\x08\x4d\x56\x4d\xaa\x5a\x40\x85\xbd\x56\x35\xa9\x6a\x01\x15\x2e\xb8\x55\x6d\x02\x2e\x3e\x99\x55\x6b\x02\xa3\x36\x7f\xcb\x7e\x5b\x53\xe5\xb7\xfc\x98\x1d\x2f\xee\x5c\xc6\xc2\xfc\x50\xb0\x2f\x75\x7c\x55\x93\x02\x63\x71\x19\xa8\x9a\x54\x75\xce\x1f\xa7\x51\xd5\xa4\xc0\xbf\x2e\x99\x1f\x0a\x22\x4d\x1c\xa8\xda\x15\xb0\x6e\x71\x56\xf5\x0a\xec\xff\xf4\x0f\x1c\x0d\x26\x02\x56\x4e\xa4\xaa\x71\x81\x51\xab\x5b\xe6\x68\x54\x52\xac\xfe\xf2\x82\xbb\x1a\x6b\x04\x63\x35\xb7\xc8\xf1\xab\x8c\x9f\x47\x97\xd6\x06\x4a\xf1\xe0\xd5\xda\x40\x29\x6e\xa3\x8a\x06\x46\xf5\x53\x2a\x5a\x35\x63\xd5\x83\x57\x45\x03\xa5\x38\x06\x66\xac\x02\x4b\xb6\x66\x35\xf8\x58\x1b\x59\x66\xd5\x2f\x3a\x52\x2c\x93\x5e\x1c\x63\x45\x0e\x8c\xfa\xfd\x96\x03\xd5\x1c\x28\x7f\xcb\x81\x62\x99\x74\xea\xa6\x67\x55\xe4\x80\x85\x00\xb2\x2a\x72\x60\x54\x47\x42\x93\x03\x85\x7a\x14\x59\x15\x39\x50\x28\x3e\x91\x55\x93\x03\x85\xf5\x1b\xb2\x1a\x7c\x04\x85\xba\xe9\x59\xb5\xbb\x6a\xa6\xab\xa7\x8b\x76\x07\x46\x75\xbb\x8c\x3d\x82\x51\x1d\x55\x63\x8f\xd5\xac\x56\x0f\x40\x63\x8f\x60\x50\xd0\x2b\x6b\x77\x24\xba\x23\xe1\xcf\x3b\x12\x2c\x9c\x5e\xdd\x2e\x3d\x10\x8c\xea\x01\xae\x07\x56\x73\x5f\xdd\x54\x25\xac\x1a\xf3\x33\x5d\xb0\x6a\x61\x60\x2c\xee\x86\xd5\xf8\x1e\x28\xbe\x6e\xaa\x5a\x18\x28\xc3\x61\x35\xef\x14\x94\xe1\xb0\x1a\xdf\x03\x65\x60\x82\xd5\xf8\x1e\xd8\x37\x60\x37\xc3\xa1\x66\x15\xf1\xe5\x99\xa1\xbe\x81\x61\xf8\xa4\xaa\x6f\x60\x2c\x7f\x4c\x7d\x03\xe3\x3b\x7d\xd4\x37\x50\xd4\xed\xaa\xbe\x81\x42\x41\x95\xac\x06\xf3\xc0\x30\xef\xb4\xea\x6a\xa0\x1a\xb1\xaf\xba\x1a\x28\xcc\x17\xca\x3a\xec\xf7\x20\x7b\xcc\x53\x46\x7d\x03\x31\xbe\x1d\xae\xbf\x81\x32\xbe\x8f\x39\x16\x83\xb1\xf0\x24\xd6\xdf\xc0\x58\xc4\x9c\xaa\xfe\x06\xc6\x72\xa8\x95\x35\xb0\xcd\x89\xa3\x47\x5b\x03\x65\xf8\x4d\x6d\x0d\x8c\xe5\x09\xa8\xad\x81\xb1\xdc\x7e\x65\x0d\x94\xe1\x0e\x57\xd6\x40\x19\x5e\xf1\x95\x35\x30\x96\x97\x5f\xc5\x0c\x8c\x55\xfd\x2d\xc7\x62\x72\x0c\xb8\x8f\x14\x33\x50\x06\x56\x5f\x15\x33\x30\x4c\xdd\xad\xc6\x09\xab\x25\x2f\x59\x72\x33\xab\xb2\x06\x2a\x65\x9c\xb2\x1a\x26\x04\x63\x79\x58\xeb\x6f\x60\x18\xdf\xa8\xd3\xe1\x99\x24\x99\x79\x49\x51\xe9\xc0\x58\xf6\x48\xa3\x03\x63\x79\x8d\xd6\xe8\x40\x19\x1e\x75\xea\x1b\x98\x4e\x2e\xa8\xba\x1a\x28\xc3\x5b\x80\xae\x06\xc6\xb2\x93\xba\x1a\x28\xbe\x3a\xab\x46\x00\x41\x31\x5f\xad\x1a\xed\x03\x65\xb8\xf5\x06\xfb\xc0\x58\xd5\xed\xb2\xdb\xcb\x43\xc0\x26\xbb\xbd\xec\xb6\xbf\x65\xb7\x99\xd5\xb8\x3c\x01\xcd\x81\x05\x85\x85\x31\xb2\x1a\x0f\x04\x65\x78\x9c\x1b\x0e\x04\x65\x78\x7e\x9b\x16\x0b\x2a\xc5\xb1\xb2\x6a\x95\x60\x2c\x8f\xd6\xc3\x83\xe2\x20\xf5\xd0\x1d\x69\xcc\x10\x14\x0a\xe9\x65\x55\x33\x41\x19\x1e\x27\x6a\x26\x28\xc3\x0e\xa9\x99\xa0\xf8\x32\xad\xaa\x99\x60\x2c\x8f\x4c\x3d\x12\x94\xe1\xe0\xe8\x91\x60\x2c\xf7\x90\x1e\x09\xc6\xf2\x00\xd0\x23\xc1\x30\x20\x5b\xf5\x48\x30\x9d\xa1\x53\xf5\x48\x30\x9d\xcf\x52\x15\x3d\xb0\x05\x9b\x4e\xea\x70\x60\x2c\xf7\xad\x0e\x07\xa6\x53\x9a\xaa\xa1\x37\x50\x23\xff\x7f\x7d\x8b\xac\x06\xe6\x40\xcc\x1f\xce\x5f\xd5\x3e\x30\x95\xd6\xaa\xf6\x81\xe9\x6c\xa3\xaa\xf5\x55\xd3\x61\x3d\x98\xb5\xbe\x6a\x8d\x1a\x5e\x3c\x54\xa5\x0f\x54\x0a\xd2\x64\x55\xfa\xc0\x54\x9b\xaa\xd2\x07\xa6\x02\x5c\x95\x3e\x50\xa9\x3e\x93\x55\xe9\x03\xd3\x09\x48\x55\xe9\x03\xd3\x37\x05\x55\xe9\xab\xa6\xc3\x7a\x93\x56\xfa\x40\xa5\x38\x41\x56\xa5\xaf\x9a\x0e\xeb\x8e\x56\xfa\x40\xa5\xc2\x4e\x56\xa5\xaf\xba\xd4\x1b\xd1\xc2\xaa\xf4\x81\xed\x94\xfc\xbe\xd6\x57\x5d\xeb\x6d\xd8\xe4\x80\xdd\x0c\x98\x37\x05\xad\x0f\x4c\xe7\x9b\x55\xa5\x0f\x54\xe6\xe3\x67\x35\x91\x16\x4c\x5f\x48\x54\x3d\x10\x4c\x5f\x62\x57\x3d\x10\x4c\x5f\x35\x54\x3d\x10\x58\xb1\x33\xab\x1e\x08\x5c\xdb\x35\xab\x1e\x08\xa6\x53\xbd\xaa\x79\xb4\x60\x76\xaf\xb3\x46\x13\xab\x79\xb4\xcb\xdd\xa6\x2e\x82\xe9\x14\xb7\x6a\x30\x11\x4c\x67\x46\x55\xf3\x68\xab\x79\xb4\x04\x75\xab\xe1\x45\xb0\x9d\xd2\x8f\x39\x3c\x0f\x27\xfb\xf0\xc7\x3c\x9e\xc8\xa3\xad\xde\x4d\xb4\x51\x30\x9d\xc7\x57\x0d\x2e\x82\x98\x26\x01\x56\xa3\x8b\x60\x15\xef\x30\x06\x17\xc1\x74\xb6\x54\x35\xb6\x08\x2a\xd5\x92\xb2\x1a\x5a\x04\xd5\xfc\xbb\xaa\xec\x82\xe5\x4b\xbd\xaa\xd9\xd6\x87\xac\xc9\xe1\xe6\x3b\x16\x0f\x63\xe1\xf5\x45\x8d\x05\xd3\x37\x12\x55\x8d\x05\xcb\x17\xaf\x55\x8d\xad\x26\xe9\xda\x49\x35\x16\x4c\xa7\xe8\x55\x35\xb6\x9a\xa4\x3b\xfc\x94\x43\x61\x92\xae\x97\x42\x35\x16\x4c\xa7\xd5\x55\x9d\x15\xec\xe7\x1a\xdb\xec\x37\x29\xb9\x66\x0f\x56\x0d\x15\xec\x3d\xe2\xc7\x3c\x30\x2c\x5a\xf3\x73\xb0\x15\x52\x10\xc9\x8a\x7f\xd9\x4c\x7e\x6d\x26\xbf\x72\x09\x6b\x5a\x24\xd8\x3f\x37\x68\x5b\xb6\x91\x13\x89\xfa\x35\x23\x81\x60\xb1\x1e\x44\x36\x35\x12\x2c\xaa\x80\x65\x53\x23\xc1\x62\x01\x8d\x6c\x6a\x64\x33\xd1\x95\x6b\x5f\x53\x23\xc1\x62\xe6\x7f\x36\x35\x12\x7c\x01\xca\xa6\x46\x82\xe5\x1b\xf9\x66\xcc\x10\x2c\xdf\xd0\x36\x35\x12\x54\x6a\xf9\x65\x33\x8c\x08\xaa\x91\xee\xa6\x59\x82\xe5\x8b\xd0\xa6\x59\xb6\x20\x97\xd2\x8d\xd0\x2c\xc1\xf2\x85\x7f\x33\x8c\x08\x16\x2b\x76\x64\x33\x6b\x15\xac\xf2\xfd\xbc\xdd\x26\x6b\xd5\x38\x7a\x73\xbe\x25\xa8\xe9\x78\x19\x60\x04\xcb\xe0\x41\x33\xc0\xd8\x0c\x30\x62\xe2\xcd\x00\x23\x58\xd4\x40\xc8\xe6\x14\xcc\x46\x80\xd1\x77\xc9\xcd\x00\x63\x33\xc0\xc8\x8b\x91\x66\x80\x11\x2c\x6a\x81\x66\x73\xba\x25\x58\xbe\x30\x6f\xc6\x1c\xc1\xa2\x88\x68\x36\xe5\x19\x2c\xd6\x46\xc9\xa6\x29\x83\x6a\x26\x47\x33\xe6\xd8\xbe\x98\x23\xdd\x56\x9e\x41\xcd\xef\xb7\xdc\xdb\x85\xbd\x1d\x76\xc8\x91\x28\xee\x6d\x46\x55\x77\x06\x8b\x45\x4f\xb2\x19\x84\x04\x8b\xb5\x4b\xb2\xa9\xce\x20\xc6\xf7\x97\xba\x73\x73\xcd\x3a\xde\x40\x34\xdd\x19\x34\xb3\x04\x9a\xee\x0c\x56\xf1\xa0\x50\x9d\x41\x35\xc3\xa2\xa9\xce\x60\xf9\xf2\xbd\x69\xce\x60\x9f\x82\x74\x5c\x75\x06\x6b\x3f\x3b\xff\xef\x6d\xb9\x69\xd6\xed\xab\xba\xe3\xde\xd1\x9d\xc1\xbe\xf3\xf8\xcb\x0e\x56\x75\xb0\xfc\x98\x83\x65\x9e\xee\x37\x32\x0e\xd6\xc6\xf2\x0d\x4b\x53\x9e\xc1\x2a\x8e\xb2\xf2\x0c\x16\xeb\xe0\x64\xd3\x94\xc1\x32\xde\xd0\xf4\x56\xb0\x7c\x9f\xd6\x94\x54\xb0\x9c\xbc\xd8\x94\x54\xb0\xa6\x67\x9e\x46\x0a\x96\xaf\x11\x9b\x46\x0a\x9a\x99\x18\xcd\x80\x23\xa8\xe6\x3f\x37\x23\x8e\xcd\x9c\x59\x77\x98\xde\xda\x2c\x7e\x9a\x7e\xca\x71\x37\x1b\x36\xfd\x79\x87\x9d\x52\xa6\xbe\xe7\x6b\xea\x27\x88\xcf\x52\x9b\x71\xc8\x66\x1c\x72\xba\xad\x1e\x96\x9d\xfc\x4f\x4f\x2a\x93\x61\xc1\x72\x7e\x6c\x33\x36\xd9\x4c\x86\xf5\x1a\x67\x32\x6c\x33\x19\x96\x67\x88\x66\xb8\x12\x2c\x5f\xbb\x35\xc3\x95\x60\x3a\x0f\xbc\x29\xbc\x60\xf9\x56\xaf\x19\x76\x04\xcb\x39\x8e\x4d\x07\x06\xcd\x54\x98\xa6\x03\x83\xf8\x39\xcb\xb8\x29\xc1\xa0\x51\x99\x2e\x9b\x12\x0c\x96\x6f\x33\x9b\x12\x0c\x96\x2f\xec\x9a\x0e\x0c\x9a\x69\x35\x4d\x07\x06\xf1\x63\x05\xdc\x6c\x4a\x30\x68\x14\xa8\xcb\xa6\x04\x83\xfd\x31\x3a\xa0\x05\x83\x68\x3e\xbf\x37\x35\xb8\x99\xe6\xea\xad\xc2\x90\x65\x33\xcd\xd5\x13\x46\x33\x06\xcb\x69\xa7\x4d\x33\x06\xcb\x89\xae\x4d\x33\x06\xcb\xf7\x7f\x4d\x33\x06\xcd\x8c\xa7\xa6\x19\x83\x46\x4d\xbc\x6c\x8a\x31\x68\x3f\xbb\xa4\x18\x83\x66\xea\x55\x53\x8c\x41\x0c\x5f\xbe\x34\xcd\xb8\xb9\x3e\xc4\xb4\x47\x0e\xc6\xf0\xe4\x62\xb0\x55\xde\xe6\x32\x0f\xde\x64\x94\x59\xb0\xc7\x87\x6f\x6a\xb3\xcd\x05\x1c\xba\x4d\x6e\xff\xa4\xf4\x95\x87\xa7\x36\xdb\x0c\x33\xfe\x78\x24\x69\xea\x2c\xd8\x3b\xdd\x7f\xb0\x07\x5f\xde\x2b\x8f\x5e\x4d\x9f\x05\xbb\x8d\x9e\x2a\xb4\x20\x86\x71\xd1\xa6\xbe\x82\xfd\x39\xfe\x43\x7f\x6d\x26\xbe\xf2\x04\xdb\xf4\x57\x10\xdf\xfb\xa2\xa6\xc0\x82\x66\xee\x68\x33\x24\x09\x9a\x49\x91\xcd\xf8\x23\x68\x66\x7f\x36\x9d\x16\xec\x11\xf1\xc7\x1c\x91\x6f\xf1\x07\x77\x83\x56\x0b\xe2\x67\xf1\x83\xa6\xd6\x82\x66\xae\x67\x33\xaf\xb5\x99\xd7\xda\xfd\x35\x7b\xff\x2d\x07\x31\xfc\x57\x7b\xbf\x78\xd8\xad\x76\xd4\x23\x7c\x99\xcf\xc2\x58\xea\xb5\xed\xcb\x6a\xe5\x3d\x4c\x53\x6c\xdb\xb7\x1a\x84\x77\x09\x35\x16\x34\x13\x5d\x9b\x1a\x0b\xf6\x57\xd9\x85\x7a\x2c\x68\xe6\xf0\x35\x3d\x16\x34\x93\x44\x9b\xf1\x52\xb0\x4c\x26\x69\x4a\x2b\x68\x66\x3c\x37\x0d\xb5\x99\xd3\xda\xfd\x79\xfb\x69\x4e\x6b\x77\xc3\xec\xe6\x41\xea\xbe\xb7\x0a\x0d\xb5\x99\xd2\x8a\x58\x34\x0d\x15\xc4\x08\x1f\x44\x54\x54\xd0\xcc\x13\x6f\x2a\x6a\xfb\x32\x5a\x79\x4e\x6e\x66\xb4\x82\x46\xb9\x9e\x6c\x86\x3f\x41\x33\x9f\xba\x19\xfe\x04\x31\xbe\xdb\x8c\xc1\x4e\x10\x6d\x7d\xff\x60\xa7\xce\x8b\xfc\x21\x7f\xcd\x1e\x9c\x26\x1b\x7b\xf9\xd3\x78\x41\x9b\x5e\xd0\x8d\x5a\x82\x36\xbd\xb5\x29\xc1\x60\x3f\x8e\xb2\xb9\x6a\x2e\x68\xc3\xfb\x91\x96\x0b\xda\xf4\x7e\xa4\xe5\x36\xd3\x4f\x7f\xeb\x2f\x37\x6a\x2d\x18\xb4\xe1\xcd\x49\x0b\x06\x6d\xb8\x1f\x55\x5e\xd0\x86\xf7\x00\xfd\x16\xec\xff\xf2\xff\x3d\x86\x2f\x96\xa6\xf0\x48\x57\x70\x41\x1b\x5e\x4a\xb4\x59\xd0\xa6\x17\x1c\x6d\x16\x74\xd3\x61\x9b\x36\x0b\x22\x7e\x8e\x82\x3a\x0b\x76\x1b\x5b\xab\xbb\x82\x36\xbd\x0b\xe8\xae\xed\xfe\x56\x8d\xe5\x1f\x6e\xfb\xb9\xd1\xa6\xf7\x0f\xe5\x15\xec\x5f\xe3\x24\xd1\x5e\x9b\x65\x7e\x7e\x5e\xa6\xd5\x57\xd0\x4d\x9c\x6d\xea\x2b\xd8\x9d\xf7\x63\x76\x9e\x12\xab\xdf\x13\x8f\xfe\x0a\xf6\xc7\xfc\x57\x7b\x7f\x7f\x97\x2f\x86\x57\x0f\x05\xfd\xf7\x35\xb9\xc3\x1f\xe7\x1e\xb8\xc7\x15\x51\xd0\xbf\xed\xd5\x43\x41\xc4\xa7\x33\x8a\x68\xfb\x97\xe7\xca\x28\x69\xa2\x60\xff\x1c\x5b\xa2\x8a\x36\xf3\x5c\x7d\x22\xd0\x44\x41\x34\x43\x3a\x4d\x15\x6d\xff\xf2\x5c\xd9\x11\xba\x68\xb3\x3c\x6a\xf2\xd6\xa7\x29\xa3\x20\x46\xf9\x36\xc5\x01\xf8\x56\x9b\x28\x6e\xb2\x67\x3b\x65\x54\x9d\xca\xd0\x34\x54\xd0\xbf\xdd\xaa\xa1\x36\x97\x36\xff\xe4\x44\x45\x05\xdd\x5c\xed\xa6\xa2\x82\xfe\xed\x2e\x15\x15\x74\x63\x6f\x4d\x45\x05\x7b\x3f\xf0\x9f\x3a\x2a\xe8\x06\x64\x9b\x41\x54\xd0\x8d\x2d\x35\x85\x14\x44\x31\x19\xb8\x19\x32\x6d\xdb\x3e\xbb\xb1\x96\xa6\x7c\x82\xfd\x31\x7a\x60\x80\x14\xec\x36\x3f\xe7\x71\x4e\x9a\xab\x91\x88\x66\x84\x14\xec\x8f\xed\xb6\x6e\x88\x14\x74\x73\x08\xba\x21\x52\xb0\x3f\x66\x5b\xb5\xcd\xd4\x19\xae\xf2\xdd\x19\xa0\x60\xb7\x55\xda\xd2\xb6\xe4\x5f\x6d\x1a\x36\x0d\x53\x75\xfd\xd7\x65\xdb\xb2\xad\xd3\x76\xd8\xe6\x8a\xb3\x08\x4e\xd7\x70\xc1\xfe\x9c\x9b\x72\xdb\x76\xdb\xd6\x68\x7b\x6c\x7b\x6c\x73\xf3\x5e\xdb\xa8\xa5\xce\x23\x4f\x57\x72\xc1\xfe\x18\x9b\x67\xb0\x14\x44\xff\x85\x9f\xb3\xb7\x2c\x82\x5e\xcc\xdc\xe8\x7a\x2e\xe8\x94\x7b\xcd\xae\xe7\x82\xfd\x31\xb6\x58\xd1\x05\xbb\xcd\x9f\x73\x04\xc2\xd5\x6b\xb8\x11\x75\xed\x17\x74\xaa\xdc\x66\x37\xaf\x16\xf4\xfc\x3e\x75\xda\xe4\x82\x36\xd8\x62\x57\x7f\x41\xb7\x20\x4d\x77\xd2\x26\xe8\x96\x5c\xe8\x1a\x31\x88\x1c\xc3\xed\x75\x44\xa8\xde\x9a\x3e\x72\x77\x9d\x18\x44\x35\x59\xb8\x2b\xc5\x60\xb7\xf1\x5d\xad\x18\xec\x36\xfa\x6a\x2a\x2e\xe8\x1a\x63\xd7\x94\x81\xeb\xaf\x65\xd7\x94\x41\x54\xa3\xa1\x5d\x55\x06\xfb\xd7\xe8\x84\x21\x64\xb0\x3f\xe7\x3f\x78\x4c\x6c\x74\x7d\xa3\x6b\xc6\xa0\x6b\x50\x5d\x33\x06\xdd\x18\x4c\xd7\x8c\x41\x54\x9f\x54\xba\x6a\x0c\xa2\x9a\x4e\xd4\x75\x63\xe0\x9b\xee\xae\x1a\x83\xe8\x2c\x0c\x90\x5d\x37\x06\xd3\x34\xa7\xae\x1a\x83\x7d\x9e\xd3\x03\xdd\x18\xfc\xfb\x94\x7d\x27\xac\x3c\x58\xd0\x3d\xbb\x6e\x0c\x96\x5d\x52\x8d\x41\x86\x07\xb4\x6a\x0c\x42\x41\xef\x9a\x31\x08\xdf\xf6\x74\x35\x17\x84\x6f\x1c\xba\x96\xdb\xcd\xe2\xe5\xc9\xa2\x6b\xb9\x20\x4c\x8d\xed\x5a\x2e\x88\xd9\xff\x30\x1f\xba\x6b\xbc\x20\xad\x0e\xd1\x35\x5e\x90\xd6\x7d\xe8\xce\x42\x05\xe1\xc4\xdd\x6e\x6c\xb8\x9b\xe4\xeb\xa9\x64\x20\xb8\x1b\xf5\xe5\x19\xaf\x1b\xf5\xed\x46\x7d\xbf\x2f\xda\x93\x66\xe1\xe4\xe5\x37\xdd\x6e\xa2\xb7\x2c\x03\x95\x5d\x31\x06\xc5\x74\xfe\xae\x05\x83\xe1\x53\x53\xd7\x82\x41\x19\x3c\x1d\x76\xa3\xb7\xc0\x7a\xda\xd9\x8d\xde\x82\xe2\x0c\x82\x6e\xf4\x16\x94\xef\x6c\x53\x9f\x41\x19\x3c\xb3\x77\xf5\x19\x94\xef\x04\xd4\x8b\xc1\x34\x2b\xad\xeb\xc5\xa0\xb0\x14\x55\x76\xbd\x18\x58\xac\x3b\xbb\x5e\x0c\x22\x7d\x74\xeb\x66\xe8\xf6\xe4\x1d\xb0\x27\xa9\xa1\x60\x30\xcd\xb3\xeb\x8a\x31\x98\xdd\x71\x55\x8c\xc1\xbf\x33\x59\x31\x06\xd3\x44\xb8\xae\x18\x83\xf9\x1d\x34\x4e\xfe\x04\xd3\x54\xc3\xae\x17\x83\x68\xcb\x03\x5c\x31\x06\xd5\x9b\x6e\x57\x8c\xc1\xde\x7e\xfa\xa4\x05\x83\x55\x3c\xcf\xb4\x5b\xd0\x9c\xbe\xd2\xcd\xd1\x05\xcb\x4a\x1f\x5d\xe1\x05\x6d\x7a\x7b\x52\x78\x41\x73\x3e\x6b\x57\x78\xc1\xf6\x1e\x7f\xcc\x6e\xa2\xb7\xce\x19\xeb\xea\x6d\xff\x26\x76\x7a\xee\xe9\xb7\x60\xb7\xf9\x73\x76\x74\xa8\x87\xee\x15\x0d\xb7\x9b\xba\xfb\xf3\x68\x54\x67\xc1\x6e\x63\x83\x0d\xf4\x76\xd3\x72\x93\x67\x82\x6e\xa4\x17\xec\x36\x8e\x05\xbd\xb7\xcf\xca\xd3\x04\x3f\x67\x5c\x17\xec\xbb\x93\x3f\x67\x67\xcd\xc2\xf5\x99\xb3\x9b\x85\xdb\x5d\xc5\x63\xf1\xd4\xdc\xf5\x63\x60\x18\xb7\xab\xc7\x20\x32\x3d\xbe\xf5\x63\x10\xc3\xca\x1a\x5d\xef\x05\xb3\x3b\x4e\xea\x2c\xa8\xa6\xbb\x76\x75\x16\xfc\xbb\xfa\x6b\xb3\x60\xf9\x0c\xd6\x0d\xc7\x82\x7d\x89\xf2\x9b\xf6\x60\xe3\x2b\xe6\xd1\xd5\x59\x10\xd5\x84\x8e\xae\xce\x02\xc3\xdc\x5d\x71\x05\xa5\x78\xb3\x32\x1e\xdb\x8d\xc7\x7a\xd3\x54\x5c\x81\x45\x43\xb3\xeb\xad\x7d\x11\xaf\xfa\xbe\xe8\x9e\x5a\xbc\xf0\xe6\x31\xb5\xeb\xa8\x60\x99\x8d\xd6\x0d\xbe\x82\xf6\x3d\x1e\x69\xad\x20\x22\x50\x9f\xae\xa2\x82\xf1\xfd\x96\x7d\xa4\xc8\xac\xfb\xcd\x40\x6b\xb7\x22\x11\x8f\x94\xdd\x40\x2b\xc8\xef\xec\x34\xaa\x0a\xd2\xda\x33\x5d\x67\x05\x61\xcd\x84\xae\xb3\x76\xa3\xaa\x3e\x79\x28\xa8\x60\x76\xde\x20\x75\x05\x15\x54\x03\x8a\x5d\x3f\x05\xd5\xa7\xe9\xae\x8b\xf6\x6f\x2a\xa5\x17\x04\xb3\x6c\xc1\x3e\xc6\x18\x7c\xcd\x13\xec\x43\x96\xad\x75\xde\x24\xe8\xe6\x02\x75\x53\x6f\xc1\xbe\xa5\xfa\x73\xee\x37\x56\xf7\xf8\xfe\xd4\x3e\x99\x7a\xeb\x21\x66\xea\x6d\x37\xf5\xd6\x0b\x82\x16\x0b\xc2\xda\x07\x5d\x89\x05\xd1\x4d\x0c\xe8\x5a\x2c\x48\x6b\x12\x75\x8d\x15\x14\x8a\xfa\x67\xd7\x58\xc1\xa8\xfe\xa5\xc6\xda\x2f\x82\x66\x5e\xe4\xd4\x4f\x50\x8a\xc3\x68\x10\x16\x8c\xea\x56\xe8\x95\xfd\x72\xfc\xe9\xb7\x5e\xd9\x2d\x1a\xe4\x7d\x48\xaf\x04\xff\x1e\x19\xf5\x4a\xf0\xef\xb1\x4f\xad\x04\xb3\xf3\x22\xa7\x1b\x25\xed\xae\x1c\x3f\x7d\xc6\xd3\x34\xc1\xec\x39\xff\x70\x7f\x56\x44\xc1\xb2\x6c\x5d\xd7\x43\xbb\xd9\xb4\xc5\xe3\x59\x11\xed\x2e\xf4\x81\x28\x74\x3d\x14\xb4\xef\x29\x5e\xbf\x04\x7b\xef\xdb\xe6\x28\xdc\xdf\xb3\x86\x9b\xe9\x30\xdc\x3e\x8a\x7b\x22\x1b\x0f\x05\xfb\x2a\xc6\x40\x18\x0f\xed\xce\xae\x1c\x8e\xaa\x22\x0a\xbe\xbb\x90\x1e\x0a\xf2\xe7\x31\xa1\x86\x82\xb0\x86\x42\x57\x43\xc1\x1e\x2e\xba\xa0\x72\x02\x53\x18\xba\xc2\x09\x9c\x7f\xd4\x75\x4b\x60\x60\xb5\x6b\x96\x60\x79\x91\xd7\x17\xfb\xc3\x2b\x4b\xf6\x97\x79\xb9\x20\x43\xff\x50\x17\x41\x86\xea\xa2\x2d\x82\x64\xf9\xb8\xec\xda\x62\x77\xea\xa4\x3b\x55\x5b\x04\x59\xbd\xaf\x6b\x8b\x20\xab\xb7\x4a\x65\x11\x64\xf5\x82\x6f\x40\x13\x64\xf5\x26\xa8\x18\x82\x30\x3b\xa2\x1b\xa9\x04\xd9\x79\x6b\xda\x75\x45\xb0\x1f\x0b\x68\x72\x97\xbd\x4e\x77\xf2\x1f\xed\xd0\xeb\x3c\x5c\x84\x3d\xd5\x42\x10\x46\x5a\xd3\x34\x59\x10\xe6\x35\xa4\x56\x08\xb2\xf3\xa8\x9c\x4a\x21\x48\xaf\x4c\x69\x59\x20\xb0\x6f\xee\x34\xa5\x4d\xe4\xb7\x57\xbf\x38\x6c\xe2\x8a\xc9\xd5\x25\xcd\xaf\x05\xfb\xe1\x84\xa6\x65\x13\x33\x20\xd2\x4d\x3d\x6c\x62\x28\xaa\xff\x78\xda\xc4\x50\x0c\x37\xf5\xb2\xc9\x0b\xce\xa2\xe9\xb6\xc9\xa1\x28\x34\x3d\x36\x71\xc1\xa9\x36\xbd\x36\xbd\x34\xf1\x8f\x6a\x64\x5a\xd4\x16\x3f\x4e\x2d\x32\x2d\x6a\x8b\x6d\xa5\xe1\x53\x90\x9e\xea\xa9\x57\x82\x30\x48\x9f\x6a\x25\x08\x93\x2b\x52\xad\x04\x61\xaa\x40\x6a\x8b\xe9\x02\xf8\x94\x95\xcf\xd4\x03\x41\x6a\x3d\xa9\x07\x82\x5c\xdf\x8f\xd9\xa3\x70\x0a\xdf\xf2\xd7\xec\x92\xeb\x2b\xba\x65\x6a\x60\x5a\x9d\xd6\x71\xd5\x02\x41\x9a\x57\x98\x4a\x20\x48\xd3\x9a\x52\x07\x04\x31\x58\x94\x22\x53\x09\x04\x61\x99\x96\x54\x02\xd3\xea\xb4\xdc\xfc\x52\x07\x04\x69\x9a\x4e\x1a\x2e\x05\xc1\x0a\x5c\x99\x86\x4b\xd3\xea\xb4\x1e\x03\x1a\x20\x48\xf3\xad\x52\xdd\x4b\x17\x09\x49\x37\xcc\x8e\x53\x64\xd6\xfc\xb7\x54\xf6\xd2\xf5\xec\x3d\x36\xb5\x3d\x10\xcd\x17\xa0\x69\x62\x31\x08\x6b\x89\xa4\x02\x08\xd2\x9c\xb8\x54\x00\x41\x9a\xd8\x94\xfa\x1f\x48\x93\xdd\x52\x01\x04\x69\x46\x5f\xea\x7f\x20\xcd\x51\x4e\xd5\x0e\xa4\x99\x92\x69\x54\x13\xa4\x39\x6b\xa9\x82\x81\x42\x99\xeb\x4c\x33\x76\xd3\x8c\x5d\xf7\xa4\x56\x06\x4a\x71\xf0\xcd\xd8\x05\x91\x96\x7a\x4b\x4d\x0d\x94\xe2\x49\x69\xca\x6e\x9a\xb2\xeb\xf0\x68\x6a\x20\xba\xd3\xf1\xd3\x9c\xdd\xfc\xec\x8d\x5e\x6a\x6f\xa9\xbd\x79\xf4\x18\xfb\x04\xfb\x3f\xfd\x03\x8f\x58\x93\x76\x3d\xe1\x14\xba\x34\x1d\xd7\xdf\x57\xe8\xd2\xdc\x5b\xfb\x64\xa4\x13\x94\xe2\xf9\xac\xe3\x81\x7d\xd1\xe2\x28\xd0\xd5\xd2\x45\xe2\xcd\xfc\x48\xcd\x0c\x0c\x27\x5b\xa5\x81\x4d\x50\x46\xfa\x6b\x6e\x6d\x27\x97\x0d\x3d\x4c\xfd\x0d\x0c\xd6\x4c\xca\xd4\xdf\x52\x7f\xcb\xff\x5f\xcb\x39\x53\xbd\x03\x65\x78\x40\xab\x77\x60\x54\x9b\x8c\x71\x82\xb1\x78\x52\x4f\x85\x0f\x0c\xe3\xd7\xe9\x94\x4c\xb0\xcf\x64\x36\x52\x09\x04\xc5\xd2\x2f\xa9\x04\xa6\xe9\xc0\xd8\x69\x2a\x81\xa0\x58\x62\x28\x95\x40\xb0\x77\x8f\x7f\xe0\xce\x36\x45\xd8\x93\x48\x0b\x4c\x2d\xd0\xcb\x9a\x16\x98\x9f\x05\xf2\xea\x26\xb5\x40\x30\xbf\xfb\x80\xb1\x50\x50\x4d\xe8\x49\x25\x10\x54\xf3\x5c\xd2\x50\x28\xa8\xa6\x10\xa5\x91\x50\x30\xbf\xbb\x85\xaa\x08\xe6\x77\xbd\x55\x15\xc1\xde\x7e\xb6\x42\x57\x04\xd5\x14\x96\x54\x0c\xd3\x1c\x61\xef\x6c\x7a\x21\xa8\xc6\xe9\xd3\x48\x28\x58\x96\x3f\x4d\x55\x11\x4c\x6f\x93\xa9\x29\x82\x6a\x12\x48\x2a\x8a\x60\x7e\xf7\x19\x3d\x11\x4c\xef\xc2\x69\x20\x34\xbf\xa5\x1f\x1d\x45\xe7\x78\xa6\x6b\x3f\x62\x8e\xa9\x39\x82\xf9\xdd\x8e\x34\x42\x50\xd3\x3b\x81\x42\x98\x0a\xa1\x99\xc4\xa9\x10\x82\x65\x31\xe2\xd4\x07\x73\xdb\x5f\xf5\xf1\x3d\x95\x3f\x50\x15\xd3\x34\x36\x0a\x96\x75\x80\xd3\xd0\x28\x58\xe5\xfb\xa2\x5d\x9a\xa4\x19\x79\x75\x32\x30\x0a\x6a\x7a\xb3\x36\xd3\x17\xec\xe3\x82\x8d\x55\x24\xc1\xb2\x1a\x71\x2a\x92\xa9\x48\x12\xcd\x48\x45\x12\xec\x53\x99\x5f\xd3\x24\xc1\xb2\x62\x6c\x2a\x92\x60\x59\x43\x3a\x15\x49\x50\xd3\x7b\xb3\x1e\x09\x6a\x7e\x9f\x72\xf7\x2e\xc7\xc2\xbf\x74\x2c\x16\x59\x26\xdf\x17\x1d\x0b\x56\x92\xec\xac\x04\x95\xa9\x49\x82\xf6\xfb\x9a\x3c\x88\x17\x21\x6c\x92\x5d\x52\x93\x4c\x4d\x92\x64\x90\xd4\x24\xc1\x72\x6e\x4d\x6a\x92\xa0\x7d\x07\x81\x22\x99\x96\xb2\xfd\xce\x1b\x2d\x11\x34\xdf\xbd\xa7\x91\x4d\xb0\x9d\x8d\x1d\xa0\x39\xe6\x57\xc2\xc7\x33\x47\x75\x4c\xc3\x9d\x5e\xbf\x8d\x6d\x82\x98\x3e\x78\xa7\xee\x98\x06\x37\xbd\x00\xe9\x8e\xf9\xd5\xeb\xf1\xd4\x51\x1e\xf3\xab\xd7\x83\xf2\xa7\xd1\x4d\xd0\x0c\xeb\xa6\x42\x99\xdf\x62\x24\x78\x67\x1a\xdd\x4c\xcb\xe5\xfa\xdc\x99\x86\x37\x41\x33\x82\x9d\x7a\x27\xd8\xff\x60\x9b\x7b\x14\xef\xec\x66\x72\xa4\xde\x09\xf6\x5f\xd8\xe6\x30\x6d\xb4\xe9\x6e\xd0\x3b\x41\x63\x85\xd5\x4c\xab\xf5\xa4\xd5\x7a\xe2\x6b\x73\x94\x5c\xc9\x24\x7e\x76\xc2\x61\x32\x80\x1a\x3f\xb7\xc4\x61\x72\xd9\x92\xf8\xf9\x17\x8e\x13\xf3\x3e\xfb\x70\x87\x19\x42\x05\xfb\x73\x8c\x9d\x91\x4e\xd0\x34\xba\xd4\x2b\x41\xd3\xb1\xd3\x48\x27\x68\xd3\xe3\xc6\xe4\x5e\xb0\x7f\xcc\x36\xfb\x75\xd9\x2f\xb6\xd7\xe0\x67\x5e\x5f\x1f\x38\x7e\xcd\xe5\x4d\x8b\xee\xc4\xf7\xa7\xf6\x8b\x19\x9c\xff\x9e\xa0\xf5\x54\x10\x6d\xb9\x27\x14\xd5\x34\x00\x1a\x18\x46\xaa\xa0\x60\x3b\x20\xff\xa1\x3d\x82\x6e\x7a\x45\x1a\xb1\xcc\xaf\xe8\x0e\xef\xd4\xd2\x90\x25\xe8\x86\xa3\x53\xa3\xcc\x7f\xf6\x68\x9b\x5b\xbc\xd1\x7d\xdf\x9f\x0a\x25\xe8\xce\xc8\x4d\x7d\x32\x3f\x9f\x24\x43\x27\x75\xc7\xd4\x1d\x1d\x12\xb5\x30\x89\x44\xfe\xbb\x15\x2a\x81\xa0\xe7\x5f\xde\x72\xa7\x92\x08\xe2\xdf\xb3\x81\x9a\x08\xba\xef\x9c\xd3\x58\x23\x88\x5a\xbf\x6d\xb2\x37\xc4\x1a\x4d\x7a\x4a\x63\x8d\xc9\xa4\xce\x6a\xe4\x3f\x55\x45\xe0\xdc\x8d\xd4\x14\x41\xe4\xcf\x9d\xa9\x2a\xe6\x6b\xea\x0f\x2d\x1e\x52\x4c\xd7\x34\xe3\x2c\x4d\x6a\x05\xd9\xbd\x3a\x19\x56\x4c\xe7\x66\x7a\x43\x32\xac\x08\x4a\xf1\xba\x63\x9a\x2b\x28\xd6\x53\x4a\x4d\x11\x14\x53\x85\xd3\x00\x62\x6e\x2d\xac\x26\x50\x0e\xad\x10\x54\x6b\xd6\x0c\x83\x85\x60\xba\x11\x43\x51\x04\x91\x96\xc2\x18\x9a\x22\xa8\xc9\xbe\x1e\x9a\x22\x58\x86\x0f\x86\xa6\x08\x96\x41\x86\xa1\x03\x02\xa7\xac\x0c\x15\x10\xac\xe5\x66\x1d\xb6\x30\xc3\x79\xf8\xe3\xa7\x4d\x4c\xeb\xe5\x49\x70\x68\x80\x20\xd2\x89\x7a\x43\x05\x04\xd1\xbf\xcd\x7a\x6c\x7a\x3c\xc7\xed\x11\xe7\xc7\x40\xf8\x7c\x0d\x35\xb4\xbb\x11\x4c\x8c\xe3\xcc\x1a\xaa\xdc\x08\x1f\xa9\xe9\xb6\xd1\x40\xb0\x6f\x6d\x6c\x87\xd1\x40\x50\x8a\x5b\xab\xde\x81\xe1\x8b\xf5\x61\xe4\x6f\x58\x51\xe7\xfb\x7d\x37\x76\xa3\x3a\xad\x68\x68\x77\x20\xba\xef\x06\x47\x7c\x1b\xeb\x7e\x63\xc8\xb4\x3b\xb0\x0a\xb7\xeb\xa1\xdd\x81\x65\xdc\x77\x68\x77\x60\xf9\x36\x72\x68\x77\x60\x5f\x54\xe8\xb9\x2a\x07\xa2\x59\xf7\x7e\xe8\x72\xa0\xd7\xaf\xc9\x6e\x6e\xf4\x24\x80\x30\x74\xb9\xe1\xc2\xfb\x6c\xbf\xf1\xbd\x51\x58\x3d\xcb\x4d\x75\x2f\x6d\x38\x03\x75\xe8\x76\xc0\xc9\xd2\x43\xb5\x03\xce\xcf\x1e\x2a\x1b\x58\xdc\xbe\x86\x7a\x06\xd2\xc2\xeb\x43\x3d\x03\x3e\x3e\x0f\xed\x0c\xf8\xde\x63\x28\x67\x20\xba\x93\x53\x86\xb1\x38\x90\x61\xe7\x14\x36\x90\xe1\x71\xa3\xb0\x81\xb4\x1c\xf8\x30\x3c\x07\x32\xbe\x0d\xb5\x7b\x95\xb2\x2d\xcd\x2d\xb5\x7f\x1b\x6b\xf9\x3d\xfb\x57\x7d\xe9\xe4\x36\xb8\x53\x2b\x2f\x9d\x1c\x29\xad\x6e\x68\x75\xcd\x7d\xa3\xd5\x81\x64\x5d\xe8\x1c\xc6\xdf\x40\x98\x40\x3d\x14\x3d\x90\x2c\x83\x99\x43\xd1\x03\xe9\x3a\x1b\x43\xcf\x03\xe1\x54\x81\xa1\xd4\x81\x74\xa9\x84\xa1\xd3\x81\xac\xdf\x46\xd8\x21\x2a\xea\x58\x58\x75\x98\xe3\x3a\xba\x6f\xc3\xe8\xb6\x02\x07\xc2\xcc\xeb\x61\x44\x0e\x24\xab\x24\xe6\x30\x22\x07\xc2\x04\xea\xa1\xe5\x81\x30\x9f\x7d\x28\x79\x20\x59\xfd\x33\x87\x92\x07\xd2\xc5\x04\x86\x46\x07\xc2\x94\xed\xa1\xd1\x81\xac\xdf\x76\x7d\x9b\xca\xfd\x26\xfc\x2d\x07\x9f\x88\x9c\x09\xce\xc3\x4c\x55\x10\xa6\x59\x0f\x2d\x0e\x44\x37\x7f\x61\xa8\x71\x20\xd2\xd9\xec\x43\xf5\x1a\x9f\x7a\xb9\x2f\xf5\x2c\x10\x06\x0b\x87\x4e\x05\xb2\x4f\x9b\xdc\x5a\x22\x6b\xe6\xc2\x0e\x9d\x6a\x90\x4b\xea\x0c\x9e\xa1\x40\x81\x70\x8e\xca\x50\xa0\x40\x18\xdf\x1b\x0a\x14\x08\xa7\x24\x0d\xfd\x09\x24\xab\x67\xe6\x30\xd6\x06\xc2\x90\xf6\x50\xa9\x40\xf6\xe9\xcf\xdb\xa3\x61\x45\x6f\x3f\xe5\xf1\x34\x78\x4f\xb7\xfc\x2d\xfb\x48\x89\x9c\x7d\x8b\xf9\xdf\xbb\xf1\x50\xaf\x40\xb2\xf8\x7e\x0e\xf5\x0a\x84\x51\xcf\xa1\x5e\x0d\x17\x79\x5c\xfe\xbb\xfb\x90\x0a\x3a\x4e\x0c\x1a\xe3\x1b\x28\x1e\xdd\x30\xfc\x61\x58\x0e\xa4\x05\xd8\x87\xb3\x2d\x41\x5a\x05\x7e\xe8\x60\x20\x59\x85\x37\x87\x0e\x06\xb2\x13\xe5\x1a\x2a\x18\x48\x56\x0e\xcf\xa1\x82\x81\x70\x5a\xd3\x50\xc1\x40\x38\xf1\x65\xe8\x5b\x20\x9c\x2a\x34\xf4\x2d\x90\xdd\x3b\x9c\xbe\x05\x92\x25\x05\x73\xe8\x5b\x20\xfb\xf4\x8b\xf6\x91\xd4\xd4\x19\x1e\xce\x2a\x18\x08\x67\x3f\x0d\x15\x0c\xa4\x15\x9f\x87\x0a\x06\xb2\x13\x04\x1d\x66\xa6\x82\x30\x00\x3c\x94\x32\x90\xd6\x72\x1e\x4a\xd9\xb0\xe4\xaa\xc7\xb2\x06\x06\xc2\x39\x6b\x43\x03\x03\xc9\x22\xea\x39\x34\x30\x90\x16\x15\x1f\x1a\xd8\xd0\xc0\x08\x09\x0c\xa3\x7b\x20\x9c\x82\x35\x74\x32\x10\xce\xb8\x1b\x3a\x19\x48\x0b\xb3\x0f\x9d\x0c\x44\x57\x93\x87\xba\x05\x62\xfe\x78\xb8\x1e\xc6\xd6\x40\xb8\xc2\x7f\x0e\x05\x09\xe4\xe2\x75\xc9\x50\x90\x40\x58\x3b\x6e\xe8\x47\x20\x4c\x41\x1d\xea\x11\x88\x6f\x61\xa8\xa1\x1f\x81\x5c\x1e\xb0\xea\x11\x48\x83\x47\x43\x3b\x02\x61\x5e\xf7\xd0\x8e\x40\x3a\x55\x7a\x28\x47\x20\x2c\x57\x37\x74\x23\x90\x4e\x6f\x1e\xaa\x11\x08\x57\x94\x1a\xaa\x11\x48\xdf\x26\x0d\xd5\x08\xa4\x53\xb8\x87\x66\x04\xd2\xd9\xcd\x43\xe1\x19\x16\xba\x31\x75\x6d\x28\x3c\x20\x9d\xc8\x3a\x0c\xc0\x81\x74\xfa\xe6\x30\x00\x07\xd2\xd7\x67\xc3\x00\x1c\x48\x13\x6b\x86\xa2\x04\xc2\xfc\x9e\x61\x4c\x0e\xa4\x53\x99\x87\xee\x04\x72\x79\xf9\x52\x94\x40\x3a\x0d\x77\xe8\x49\x83\x3a\x37\xce\xc3\x1b\x46\xee\x40\xb2\xa8\x76\x0e\x35\x09\xe4\x4a\x7f\xde\x23\xea\xe2\xad\xb9\x47\x94\x92\x04\xf2\x7b\x20\xd3\x91\x40\x98\xce\x3e\x0c\xe6\x81\xb0\x4e\xf7\x30\x98\x07\xe2\x3b\x02\x14\x29\x10\x4e\x90\x18\x06\xeb\x40\x58\xa6\x7b\x18\xac\x03\x61\xb1\xed\xa1\x6d\x81\xe8\xbe\x1d\x1b\x06\xeb\xc0\xbe\x79\xf8\x6b\x8e\xc5\xcd\x58\x78\x5b\xd0\xc0\x40\x38\xa7\x64\x68\x60\x20\x9c\x14\x30\x0c\xe9\x81\x5c\x69\x93\xc3\x73\x33\x3c\x3e\x7a\xe8\x64\x20\x9c\xba\x31\x74\x32\x10\xce\x39\x18\x86\xf8\x40\x3a\xf7\x7b\x18\xbc\x1b\x06\xef\x3c\xc5\xb5\x34\x90\xbe\x8d\x1d\xa6\x90\x82\x74\xa2\xf7\x30\x9c\x07\xc2\x89\x0f\x43\x95\x03\xb9\xd2\x4f\x39\x14\x0f\x87\xbe\x97\x0b\x55\x0d\x84\x09\x69\xc3\x54\x51\x90\x6b\xd8\x64\xb7\x2d\xd2\xe3\x45\x45\x79\x1b\x16\xe9\xf1\x99\x5f\x79\x03\xb9\xf0\xc9\x61\x30\x10\xa4\x6f\x89\x87\xc1\xc0\x61\x91\x1e\x2f\x9c\x1a\xde\xb0\x48\x8f\x17\x4e\x15\x6f\x58\xa4\x87\xb7\x89\x43\xc3\x03\x69\x41\x83\x61\x30\x10\x84\xaf\x3e\x86\xd6\x07\x8a\x35\xe4\x86\xc1\x40\x10\x56\xa3\x1c\x8a\xe0\xb0\x48\x4f\xf7\x8b\x0e\xce\xeb\xe0\xf8\x29\x0f\x13\x8b\xf4\xf8\x18\xab\x08\x82\x68\xa3\xfd\xa1\x54\xd8\x30\xf0\x38\x2c\xe2\xe3\xf5\x52\x77\x04\xb9\x7c\x78\xd1\x1d\x41\x0c\xa5\x79\x18\x66\x04\x61\x25\xfd\xa9\x4f\x82\xf8\x8a\xb3\x4c\x85\x12\x44\xce\xaf\xad\xd8\xf6\x55\xdd\x9d\xb4\x55\xdb\xac\xae\x55\xfc\xbd\x66\x1b\x39\xf4\xa6\x66\x4d\x15\x0f\xc4\x30\xac\x3c\x0d\xe0\x81\xdd\x6f\x7e\x4f\xa1\x03\xc3\x55\xcc\xa6\xe1\x3a\x50\x2c\x23\x38\x75\x3c\x30\xea\xb2\x29\x6d\x22\x63\x60\xf8\x5b\xc3\x26\x14\xef\xfb\xad\x69\xd3\xe4\xb7\xe8\x95\xb3\x1d\xc1\xa8\xc3\xa6\xd3\x26\xd7\xb5\x5e\xfe\xd8\x65\x1b\x45\x5f\xa6\x7f\x69\x9f\x82\xa2\x39\xd3\x4f\x3d\x36\x3d\xde\xfb\x1b\x6d\xaf\x6d\x84\x1a\xb8\xe0\x4e\x4d\x10\x8c\xca\x33\xcf\xd4\x04\x41\x61\x95\xd2\x9c\x9a\x20\xd8\x57\x19\xfe\x40\xed\x03\xa3\x72\x19\x9b\x5a\x1f\x18\x95\x03\x76\xaa\x78\x53\xc5\xe3\x92\x35\xcd\xeb\x04\xc5\xaa\x7e\x53\xed\x03\xc5\x9a\x8a\xd3\xa0\x1e\x18\x75\xfa\x45\x7b\x69\x69\x20\x6e\x0e\x53\xf3\x03\xc3\x15\x7f\xa6\x41\x3d\x30\x2a\x57\xdc\xa9\x0d\x82\x51\xed\x91\x01\xbc\x69\x15\x20\xae\xb8\x53\x1d\x9c\x56\x01\x72\xbb\xf4\x41\x30\x2a\xd7\x8f\xa9\x10\xce\x4f\x08\x79\xaa\x9f\xe6\x6b\x82\xf8\x22\x90\x53\x49\x04\xa5\xb8\x97\x94\x44\x50\xca\xb7\x65\x76\xbc\xb2\xcb\x97\x5f\xb4\xe3\x94\xf9\xa9\xc3\x26\xf7\x78\x25\x4e\xe6\x50\x2b\x89\xd3\x32\x3f\x8e\xab\x96\x08\x22\x07\xea\x35\x9d\xaa\x08\x8a\xe5\x31\xa7\x51\x43\x50\xcc\x4d\x98\x46\x0d\xa7\x51\xc3\xe9\xa7\x3c\xd4\x8d\x1a\x7a\x5c\xe8\x97\x60\x58\xd5\x7e\xaa\x97\xd3\xa0\x21\x6f\x33\xa6\x7a\x39\x2d\xfd\xe3\x7e\x53\x2f\x41\x7c\x6f\x03\xa6\x7e\x09\x4a\x71\x64\xf5\x4b\x30\xaa\xd7\x03\xe3\x88\x60\x3f\xa1\xb1\x9b\x74\xce\x69\xf1\x9f\xe1\x66\x38\x3e\xc6\x11\x3d\x09\x75\x4e\x30\x2a\xf7\x9a\xa9\x73\x82\x51\xbf\x5e\x7a\xac\x34\x4f\x08\x7a\xe9\x54\xcb\x69\xf1\x1f\xbf\x68\x00\x12\x14\x4b\x5a\x4e\x65\x15\x14\x57\xdf\x9d\x66\x94\x82\x62\x15\xcd\xa9\xbf\x82\xe8\xbe\x6d\x9f\x0a\x2c\x88\x66\xe9\xa5\xa9\x75\x82\x7d\x89\xe3\x4f\x0d\xdb\x81\x7d\xe9\xe2\x5f\x0d\xb5\x81\xaf\x4e\xfd\x54\x01\xa7\x65\x76\xd2\x4f\xd9\x29\xcb\xec\x70\x17\x9f\x2a\x20\xf8\x2a\xd3\x4d\x15\x10\x7c\xb5\xd6\xa7\xbe\x07\x86\xb7\xc6\xa9\xef\x4d\xcb\xec\x78\xc5\xd0\xf7\x40\x31\x8f\x7c\xea\x7b\xe0\x5b\xf1\x66\xea\x7b\xd3\x32\x3b\x5e\xf1\x0c\xa1\x81\xe1\xfd\x79\x2a\x74\x60\xf8\xee\x6e\x2a\x74\xd3\x92\x3a\xee\x5e\x85\x6e\x5a\x52\xc7\x5d\xa2\xd0\x81\x61\xe1\xdc\xa9\xd0\x81\xe2\x22\x2c\xd3\x08\x1a\xf8\x8a\x32\x4f\x1d\x0f\x14\xe3\xd7\xd3\xcc\x4b\x50\xac\x74\x3f\xd5\xbe\x69\x91\x9d\xef\x8b\x0e\xce\xfc\x64\xc1\xdf\x77\x74\x58\x62\xd2\xa5\x14\xa6\xde\x07\x8a\xeb\x5b\x4c\xbd\x6f\x5a\x78\x87\xfb\xff\x34\x17\x73\x7e\x6b\xfb\x7b\x5c\xeb\x82\xe0\x2b\x04\x30\x0d\xc7\x4d\x2b\xef\x78\x75\x53\x0f\x01\xf5\x20\xfe\xf7\x06\x3d\xb5\x47\xf0\x25\x87\x4e\xbd\x10\x7c\xeb\xcd\x4d\xb5\x70\x5a\x71\x07\x2d\x99\x6a\xe1\xb4\xe2\x8e\x87\xbd\x5a\x08\xc6\x72\xdf\xab\x85\xa0\x0c\xcf\x5a\xb5\x10\x14\x67\x71\x4f\x03\x73\x60\x98\x5b\x35\xd5\x42\x50\xac\x72\x39\xd5\x42\x10\xfd\xe7\xb5\xd5\x14\x4f\x30\x4c\x8f\x9f\x4a\xe0\xb4\xe4\x8e\x67\x95\x12\x08\x8a\xb5\x1b\xa6\x12\x08\x8a\x2b\x2e\x4c\x25\x10\x7c\xa5\x1b\xa6\x81\xb9\x69\x7d\x1d\x8f\x53\x03\x73\xd3\xfa\x3a\x9e\x06\x4e\x4c\x04\xc3\x87\x9c\xa9\x3c\x4e\xeb\xeb\x7c\x3f\x6f\x27\x2d\xda\x6a\x35\x84\x69\xde\xe7\xb4\xc0\x8e\xa7\xac\x11\xbd\x69\x81\x1d\x77\xb4\x11\x3d\x30\x96\x47\xa5\x01\x3d\x30\x2c\xe3\x3e\x8d\xe7\x4d\x0b\xec\xe0\xa1\x53\x5d\x05\x43\xc7\x99\x86\xf8\x40\xb1\x3c\xd7\x54\x60\xa7\x05\x76\x70\x9c\xa9\xc0\x82\x62\xe0\x6a\x2a\xb0\xa0\x0c\xff\x51\x81\x05\xc5\x32\x4f\x53\x7f\x05\x43\x85\x9a\xfa\x2b\x28\xd6\xe4\x9d\xfa\x2b\x98\xbe\x19\x98\xfa\xeb\x74\x31\x4c\x0f\x3a\xfd\x75\x1a\xdc\xfb\xfd\xfc\x7d\x87\x82\x02\x3e\xdd\xe8\xec\x34\x1c\x07\xf6\x23\x1b\x3f\xa7\x3c\x82\x2d\xea\xb6\xf9\xaf\x97\x07\x1e\x7b\x4e\x7b\x04\xd1\x9b\x7f\xa1\x3e\x82\xe9\xaa\x54\xd3\xd0\x1b\x98\xce\x29\x9b\x1a\x25\x98\x96\x90\x98\x1a\x25\xa8\xbe\xa2\x9c\x46\xde\x40\x0c\xe7\xfb\x4d\x2d\x13\x54\xdf\x51\x4e\x2d\x73\x5a\x58\xc7\xdb\xa9\x96\x09\xaa\xef\x15\xa7\x96\x09\xa6\xe5\x07\xa6\x4a\x09\xa6\xab\xa8\x4d\x95\x12\x4c\x8b\x75\x4c\x95\x12\x54\xeb\x64\x4c\x95\x72\x5a\x44\xc7\xbd\xa9\x52\x82\x69\x65\x8e\x69\x5d\x1d\x50\xad\x6d\x31\xb5\x4c\x30\x7d\xbf\x35\x95\x4c\x50\x9d\x56\x32\x75\x4c\x50\x9d\x7c\x32\x15\x4a\x50\x7d\x0f\x3b\xb5\xc7\x69\xc5\x1c\x77\x88\xf6\x38\x6f\xfb\xe8\x3f\x7a\x2c\xde\x04\x28\x78\xcd\x3b\x0d\xe8\x81\x6a\x61\xe9\x69\x36\x28\x98\xbe\x8a\x9b\xda\x23\xa8\xbe\xc0\x9d\xda\x23\x98\xbe\x2b\x9b\xaa\x22\x98\xf9\x7d\xca\x0e\x3d\x74\xc8\x81\x36\xd2\x07\xa6\x8b\xbb\x4d\xed\x11\x4c\x6b\xa7\x4c\xed\x11\x4c\xdf\x40\x4e\xed\x11\x4c\x5f\xc5\x4d\xed\x11\x4c\x5f\x89\x4e\x55\x11\x54\x5f\x19\x4f\x55\x11\x4c\x17\x6d\x9b\xaa\x22\x58\x16\xd2\x9c\xaa\x22\x98\xbe\x2a\x9b\xaa\x22\xa8\x4e\x0c\x9e\xaa\xe2\xb4\x10\x8e\xb7\x48\x55\x11\x4c\xcb\x83\x4c\x55\x11\x54\x63\x86\x53\x55\x9c\x16\xc2\xf1\x22\xaf\x2a\x82\xe9\x6b\xdf\xa9\x2a\x82\xe9\xfa\x78\x53\x55\x04\xd5\x8a\x34\x53\x15\x04\xd5\x8a\x1e\xd3\x1c\x54\x50\x9d\x13\x30\xb5\x43\x30\x5d\x01\x72\x9a\x83\x0a\x66\x72\x30\x2d\x4d\x10\xec\xd3\xbb\xd2\x16\xb6\x69\x82\x28\xf8\xd2\x04\x41\x0c\x57\x1e\x5c\x9a\x20\x88\xe1\xe2\x68\x4b\x13\x5c\xae\x4e\xc9\x1d\x7d\x19\x5c\x04\xd5\x29\x55\xcb\x34\x54\x30\xad\x24\xb3\x4c\x43\x05\xd3\xb7\xc9\xcb\x10\x24\x98\xbe\xcb\x5e\xc6\x20\x97\x65\x5e\x7f\xbf\x3f\x24\x68\x2f\x83\x94\x60\x26\x3b\x63\x19\xa4\x04\xd3\xd5\x2d\x96\x41\x4a\x30\x0d\x65\x2e\x05\x16\xd4\xf2\x6d\xe4\x63\x13\x47\x57\xb1\xc3\xaf\x4d\x94\x59\xe2\x5e\xb7\xb4\xdc\xe5\xe2\x94\x3c\x4e\x2c\xd3\x54\xc1\x74\xcd\xbe\xa5\xf7\x82\x6a\x7c\x68\xe9\xbd\xcb\xf5\x2a\x79\x84\x58\x7a\x2f\x98\xae\x68\xb8\x4c\x53\x05\xd3\x1a\x2f\x4b\xef\x05\xd3\x1b\xe2\xd2\x7b\x41\x74\xef\xfb\x4b\xf1\x05\xf1\xad\xd4\xb2\x34\x5f\x10\xcd\x4c\xc0\xa5\x72\x82\xe9\xbc\xdc\xa5\x39\x82\xe9\x8b\xea\x65\xc4\x10\x44\x3a\x87\x6a\x29\x85\xcb\x92\x37\x5c\x0d\x97\x99\x9e\xa0\x26\x2f\xa8\x96\x52\x08\x56\xe1\x66\xbd\x0c\x1b\x82\x65\x39\xd5\xa5\x27\x82\x65\xa9\xd1\xa5\x27\x2e\x2b\xde\xf0\xfc\xbe\xf4\x44\x10\x69\xe8\x7d\xe9\x89\xcb\x92\x37\xdc\x02\x97\x9a\x08\x96\xab\x94\x2f\x35\x71\x59\xf1\xc6\x23\x5a\x27\x04\xab\x7c\xbf\x65\x2f\x2b\x49\x58\xd3\x26\x0f\x0c\x02\x87\x16\xd8\x5d\x3a\xe1\xd2\x09\x2d\x0a\xb1\x0c\x1d\x82\x65\x95\xe2\xa5\x26\x2e\x2b\xda\x78\xb2\xa9\x89\xcb\x8a\x36\x3c\x59\x2c\x35\x11\x2c\x27\x68\x2f\x35\x11\xec\xe3\x9e\x81\xd5\x13\xc1\x72\xf6\xc5\xd2\x13\xc1\xb2\x14\xf3\xd2\x13\x41\x0c\x3d\x62\x29\x85\xab\xd1\x73\xcf\x5b\x0d\x10\xd4\xfc\xfe\xd3\xc1\x68\x0e\x86\x9f\x72\x30\x1a\x83\x61\x2f\xb5\x3d\xb0\x5c\xe8\x7c\x69\x7b\x60\x99\xf9\xb0\x54\x3b\xb0\x0c\xd1\x2f\x73\x4b\xc1\x32\x1c\xbf\xb4\x3d\x50\x5d\x96\x68\x69\x7b\xa0\xba\x70\xc8\xd2\xf6\xd6\x67\x7b\xbc\x6c\x5a\xda\x1e\x18\xbe\xa6\x5c\x86\x2b\xc1\xb2\x48\xec\x72\x02\x21\x58\x66\xed\x2e\x23\x98\x60\x95\xef\xb7\x1c\x8a\xee\x50\xd0\x23\xd3\x54\x41\x75\xb1\x92\x65\x50\x13\x2c\x93\x82\x97\x7a\x09\xaa\x33\x95\x97\x41\x4d\x50\x9d\x0b\xb6\x0c\x6a\x82\x65\x14\x7f\x19\xd4\x04\x35\x79\xf5\xbe\x0c\x6a\x82\x7d\x0d\x66\x78\x0c\x6a\x82\xe5\x1a\x2d\xcb\xdc\x54\x50\x9d\xba\xbc\x4c\x4d\x05\x31\x7f\x5e\xf0\x94\x5c\xb0\x4a\xf7\xc7\x1c\x31\x2a\xf7\xb8\x8c\xfd\x32\x40\x0a\xf6\x23\x21\xdd\x34\x37\x15\xd4\x74\x14\xad\xdc\x03\x96\xb3\x48\x97\x61\x54\xb0\xac\xf7\xbb\x74\x68\x50\xd3\x81\x35\xb2\x0a\x96\xe5\x5f\x97\x5a\x0d\x6a\x7a\x5a\x9a\xc0\x0a\xaa\x53\x16\x97\xa6\xbd\x9c\xc5\xc8\x03\xf9\x32\x81\x15\x4c\x17\x2e\x5e\xca\x37\x58\xd6\x5a\x5f\xca\x37\x88\xa6\x0b\x2f\x03\xb0\xeb\xcb\x60\xed\x7e\xd5\x31\x1b\x9e\x4a\x36\x39\x64\x1b\xd5\x09\xc4\x4b\x23\x07\xcb\x59\x4b\x4b\x23\x07\x35\xdd\x25\x1a\xf9\x32\xa9\x95\xe7\xe5\xa5\x91\x83\xea\x3a\x5a\xcb\xa0\x2c\x58\x56\x6e\x5e\x4a\x3a\x58\xbe\xc9\x5a\x8a\x35\x88\x74\x72\xd9\x52\xa3\x41\x4d\x2f\x5b\x6a\x34\x58\xbe\x0f\x5c\x2a\x33\xd8\x47\x01\xff\xa9\x33\x83\xea\xd4\xf7\xa5\xf9\x82\xe8\xe6\xf9\x2c\x63\x9e\x60\x99\x14\xbf\x8c\x79\x82\xe5\xfc\x86\xa5\xc8\x82\x65\x30\x6d\x29\xb2\x60\xad\xf2\x07\x67\x5e\x4a\x2d\x58\xc6\x9c\x96\x52\x0b\x6a\x7a\x7a\x18\xeb\x04\xcd\x09\x50\x4b\xcf\x05\xcb\x39\x18\x4b\xcf\x05\xcb\x68\xd2\xd2\x73\xc1\xbe\x37\xd0\x3b\xe3\x9f\x60\x99\xdf\xbf\x8c\x7f\x82\x65\x1c\x67\x69\xc3\xa0\x59\xc0\x62\x69\xc3\xa0\x59\xfe\x61\x59\x95\x07\x2c\x63\x2f\x4b\x1b\x06\x7b\xdc\xf9\x4b\x75\x78\x7d\x79\xaa\x74\x49\x1d\x5e\xe6\xa9\x7a\x74\xa9\xc3\x20\x9a\x4b\xf8\x2c\x7d\x18\x34\x4b\x90\x2c\x7d\x18\x2c\xe3\x87\xcb\x59\x90\x60\x19\x1e\x59\x2a\x32\x68\x16\x25\x59\x1a\x32\x58\xeb\xfb\x79\xc7\xe7\xcb\x79\x75\xc3\x1c\x9e\x83\xe1\x21\xee\xb8\x34\x64\xb0\x0c\xdb\x2c\x0d\x19\x34\x8b\x79\x2c\x0d\x19\x2c\xa7\xa8\x2c\x0d\x19\x34\xb3\x16\x97\x86\x0c\x9a\x55\x50\x96\x86\x0c\x96\x05\xac\x97\x86\x0c\x96\x33\x54\x96\x86\x0c\x96\xb3\x0f\x97\x86\x0c\x22\xab\x97\x60\x15\x19\x2c\xc3\xb2\x4b\x45\x06\xcd\x09\xbf\x4b\x45\x06\xcb\xb8\xcd\x52\x91\xc1\x72\x72\xc8\x32\xc4\x0b\x9a\x75\x47\x96\xd2\x0c\x96\x91\xda\x65\xf0\x16\x34\x0b\xb6\x2c\xe7\x58\x82\xe5\x0c\x95\xa5\x59\x83\x65\xd8\x74\x99\xe7\x0a\x96\xb9\x6d\xcb\xa8\x2f\x58\x86\x73\x97\x41\x5f\x10\xf9\x3d\x26\x1a\xf5\x05\xcd\x94\xce\x65\xd4\x17\x2c\xc3\x4e\x4b\x71\x07\xcd\x7a\x28\x4b\x6f\x07\xcb\xd8\xd7\xd2\xd1\xc1\x32\x30\xb8\xb4\x6f\xb0\x7c\xf1\xbe\xb4\x6f\xb0\x0c\x61\x2d\xe5\x1b\x34\x2b\xcb\x2c\xe5\x1b\x34\x97\x0f\x58\xca\x37\x68\x66\xa4\x2e\xe5\x1b\x2c\x67\xe6\x2c\x43\xbc\x60\x19\xd9\x5e\xfa\x38\x68\x56\x1e\x5a\xfa\xf8\xb2\xaa\xed\x74\xc4\xb4\x6f\xd0\x4c\x82\x5d\xda\x37\x58\x46\x52\x97\xf6\x0d\xa2\x7f\xc7\x98\xfa\x0d\xf6\x89\x4a\x07\x8c\xde\x82\x65\xe8\x7f\x69\xc3\xeb\xf9\xa2\x62\x1c\x05\xc6\x57\x41\xfc\x5c\xc6\x65\xe9\xc3\x60\xb7\xb1\x71\x86\x53\x41\xfc\x5c\xae\x66\x29\xc9\x20\x7e\x2e\x98\xb2\xb4\x64\xb0\xdb\xd8\x14\x35\x19\x34\xcb\x82\x2d\x35\x19\x44\x37\x47\x76\x29\xc5\x20\x7e\xae\x20\xb4\xb4\x62\xb0\x37\xc5\x9f\x73\x3f\x3c\xd4\xda\xf2\xbc\xd3\x94\xc1\xfe\x57\xbe\xaa\x04\x83\xfd\x55\x86\x5d\x0b\x06\xfb\x73\xb6\x39\xec\x2f\x65\xb4\xbc\x70\xa8\xc1\x20\x7e\x4e\x2d\x5c\x4a\x2f\xd8\x5b\x47\x67\xb5\x5e\xb0\x7f\x8e\x5d\xa6\xf6\x82\x3d\x50\x1c\x72\x7a\x2f\xd8\xd7\x6e\xbf\xeb\x61\xc8\xe4\xcb\x74\x7a\xe9\xd2\x7c\xc1\xfe\x3d\xbf\xeb\x08\xbc\x8e\x80\xc7\x98\xee\x0b\x9a\x55\xe6\x96\xc1\x52\xb0\x7b\xeb\x57\x3d\x14\x09\x96\xfe\x5c\x0a\xe7\xd0\x91\xc1\xde\xbc\x46\x5b\xd8\x46\x46\x3e\x77\x96\x43\x45\x06\xcd\x1a\x70\x87\x86\x7c\x18\x2b\x35\xb1\xf6\xd0\x90\xc1\xde\x38\xdb\xba\x6d\x94\x56\xe0\x8c\x3e\x54\x64\xb0\xff\xb4\xd3\x36\x6c\x73\xec\xb8\x35\x1f\x4a\x32\xd8\xfd\x4f\xda\x96\x6d\xcb\xcf\xb9\x75\x87\x6d\xd4\x9e\xe3\xf6\x75\xa8\xc1\x60\x1f\xdb\x7f\xc8\xd3\x3e\xd4\xe4\xc3\xd9\x9c\xb9\xfc\xb7\xdb\xb6\xdb\x2d\x70\xab\x5e\xdb\x1c\x46\x6e\xb3\x87\x0e\x0c\x9a\x45\x20\x0e\x85\x17\x34\x4b\xd8\x1d\x0a\x2f\xd8\xbf\xc6\xb6\x6b\xbc\x60\x8f\x05\xff\x60\xf4\x17\xec\xe3\x8d\x31\x53\x83\xc1\xfe\x9c\xff\xea\xf8\x84\xe3\xc3\xd5\xf8\xb0\xe0\x0f\x68\x56\x26\x3c\x54\xe3\x43\x35\x56\x53\x0f\xd5\x18\xec\x63\xc1\x36\x07\x20\x9c\xce\xca\x31\x73\x18\x15\x06\xfb\x73\x76\xe3\xb1\x8d\xc9\x1e\xc3\xce\x3a\x26\x41\x45\x4a\xe4\xe9\x30\x2a\x0c\xf6\x37\xe9\xac\x61\x61\xd0\xac\xcd\x77\x98\x0d\x0c\x9a\x75\x19\x0f\x15\x1d\xec\x6e\x71\x78\x18\x16\x06\xbb\x8d\x6d\x33\x1b\x18\xec\x7f\xf0\xbb\x0e\x49\x71\xb2\x83\x43\x62\x18\x18\x44\xcf\xe9\x96\xd8\x57\x17\xdb\xb4\x94\xe7\x61\x6c\x18\x44\x77\x16\xf6\xa1\xce\x83\x88\xf0\x10\xd4\xe7\x41\x74\x9f\x83\x0e\x85\x1e\xec\xcf\xd9\x66\x3f\x36\x9a\xd3\xe1\x0e\x55\x1d\x34\xe7\x99\x1f\xaa\x3a\x68\xd3\x23\xcc\x88\x2e\x68\x33\xfc\xa2\x7d\xa8\xce\xce\xf0\xa0\x53\xdf\x41\x84\x39\xbd\x87\xfe\x0e\xda\xf4\xa4\xd4\xdf\xc1\xde\x34\x86\x4e\x7f\x07\xfb\xe7\xf8\xaa\x02\x0f\xf6\xd1\xc9\xdf\x6a\xf0\x60\x7f\x8e\xef\xea\xe6\xa0\x39\xf1\xf3\xd0\xcd\x41\xa4\x09\x24\x87\x72\x0e\x22\x4c\x4b\x3e\x8c\xe2\x82\x36\xdd\x39\xfa\x3a\x68\xf3\xdb\x10\x47\x84\x24\xe1\x30\xed\xe0\x50\xd8\x41\x73\xe6\xe7\xa1\xb0\x83\xbd\x1b\x18\x39\x43\xb6\x47\xb3\xaf\xdc\x6e\x0f\x95\x1d\xec\x61\x62\xd7\x18\xa1\x05\xbb\x8d\xcf\xe9\xf1\x60\xf7\x95\xff\x50\xe4\xc1\xfe\x0f\xdb\xdc\xfd\x24\x19\x37\x5f\x31\x1c\xaa\x3c\xd8\xbf\xe7\xe7\x1c\x14\x5c\x3e\x4c\xd5\x3e\x74\x79\xb0\x3f\xc7\x36\x2b\xf3\x20\x9a\x99\x0b\x87\x36\x0f\xda\x74\x97\x69\xf3\xa0\x4d\x0f\x44\x6d\x1e\xec\x2d\x66\x8f\xa9\xf3\x60\xb7\xb9\x75\x8e\x4a\x77\x2a\x92\x23\xa5\xbd\x83\xbd\x25\xfe\x85\x23\x45\xf5\xdc\xe9\x31\xa6\xbe\x83\xfd\x31\xdb\x1c\xa8\x8d\x36\xfd\x07\xf5\x1d\xb4\xc9\xad\xfa\xd0\xd5\xc1\xfe\x26\xdd\xd7\xd5\xc1\x7e\x30\xf1\xd7\x1c\x92\x74\x48\x1c\x62\x6d\x1d\xec\x36\x3a\xa6\xad\x83\xdd\xc6\x91\xa2\xae\x83\xfd\x55\x3f\xe7\xa0\xe4\x37\x28\x74\x56\x61\x07\x6d\x7e\x5f\x75\x4c\x5c\x2d\x34\x3c\x8c\x75\x71\xb0\x7f\x8e\x03\x4f\xf3\x06\x7b\x93\x19\x27\x95\x1a\xec\x36\x7e\x4f\x81\x3e\x5c\xe5\xd3\x5a\x9e\x87\x22\x0c\xa2\xff\xbe\x36\xc7\x7d\xa3\x5b\xfb\xe5\x30\xea\x7c\x58\xf2\xc7\x77\x43\x87\x76\x0c\xba\xcf\x9b\x87\x61\xe7\xe3\x5f\xc5\x1f\xfe\x55\x61\x06\x7b\x4b\xe8\xac\xc6\x0c\x22\x7c\xdf\x75\x18\x79\x06\xdd\x07\xe6\x43\x8b\x06\xfb\x5f\x6d\x73\xdc\xa7\xeb\x84\xe3\x43\x87\x31\xe5\xc3\xfa\xb7\x5a\xeb\xa1\x5a\x83\xc8\xf4\xa9\xc1\x18\x31\xd8\xbf\xc7\xbe\x55\xb7\xc1\xfe\xae\xff\xe1\x00\x4c\x57\x4a\xf7\x6e\x64\x30\x19\x44\x37\x6f\xe6\x50\xc2\x41\x77\xaa\xdc\xa1\x84\x83\xfd\x17\x7f\x48\xf7\x3e\x8c\x36\x1f\xae\xd8\xe9\xeb\xad\x43\x33\x07\x7b\x0b\xd8\x2a\xd5\x1c\x74\xa5\xf2\x50\xcd\xc1\xfe\x98\x5f\x75\x2f\xaf\xaf\x84\x0d\x1b\xaf\x9c\x83\xee\xf4\xba\x43\x11\x07\x31\xbf\x1d\xaf\x89\x83\xbd\x25\xfe\x85\xc7\xe5\xb2\xbe\xa4\x97\x2b\x5d\x1c\x74\x6b\xc0\x1d\x46\xa6\x0f\x57\xfc\x34\x23\xf0\xd0\xcf\xc1\xfe\x2a\x47\x88\x82\x0e\x76\x1b\x07\x97\x82\x0e\xba\x59\x02\x87\x82\x0e\xf6\xc7\xf8\x39\x0d\x1d\x74\x6d\xfc\x50\xd0\x41\xb7\x38\xd5\xa1\xa0\x83\xdd\x07\xff\xc0\x61\x3a\x1c\x26\x2f\x24\x2a\x3a\xd8\x9f\xf3\x5f\x1d\x26\xaa\x17\x35\xe7\x91\x1c\x4a\x3a\xd8\x5b\xe2\x7f\x38\x26\x16\x2b\xfa\x79\x19\x56\xc0\x41\x77\x6a\xdc\xa1\x80\x83\x28\xdf\x1e\xd3\xc0\x8f\xad\xdb\xdd\xe2\xe2\x87\x6e\x7d\xb8\x4c\xa8\x69\xca\x87\x72\x0d\xa2\xbb\xee\xc4\xa1\x5c\x83\x6e\xf5\xa8\x43\xb9\x06\xfb\x1f\xd8\x10\xed\x1a\xec\x8d\xe3\x5f\xd5\xeb\x83\xa9\xa4\x45\x9f\x3b\xcc\x97\x06\xdd\x85\xd0\x0e\xfd\x1a\x44\xf1\xbd\xcb\x61\xc2\x34\xd8\x6d\x6e\x89\xfd\x3f\x29\xcf\xe9\x7e\xd5\xb0\xc1\xfe\x98\x1d\xb3\xaf\x96\x31\xf2\xad\xf9\xa1\x29\x83\xee\x1a\x74\x87\xa6\x0c\xba\xab\xbb\x1d\x86\xb3\xc1\xfe\x35\x36\x4e\x55\x06\xbb\x8d\x9d\x68\x3c\x1b\xec\x7e\xf9\x5d\xfb\x75\xf9\xd6\xc9\x4e\xe8\xd4\x60\xdf\x23\xfd\x3d\x3b\x46\x48\x3b\x8d\xe3\x1d\x5a\x35\x88\x62\x45\xeb\x43\xad\x06\xbb\xcd\xcf\xd9\xdb\xcb\x02\x40\x1e\x3c\x5a\x34\xd8\x6d\x6c\x8b\x1a\x0d\x76\x1b\xe3\xae\x47\x83\xfd\x7b\x6c\x9f\x1e\x0d\xba\x52\x76\xe8\xd1\x87\x89\xd1\xe6\x6f\x1e\x46\xa3\x0f\x57\xfb\x54\xf2\x0e\xa5\x19\xec\x9f\x63\xe0\x0d\x51\x83\xfe\x3d\xc3\x9b\xf3\x0c\xba\x25\xdb\x0e\xa3\xd6\x60\x7f\x93\xdd\x63\xd8\xfa\x70\x22\x2a\x52\x7a\x98\xf4\x7c\x7c\x13\x51\xbd\x28\x18\xca\x3e\x2c\x6c\x64\x09\xe8\xc3\x58\x36\xd8\x6d\x74\x42\x7d\x07\x7b\x9f\x31\x9e\x6a\x39\xe8\xfa\xec\xa1\x81\x83\xfd\x55\x36\x58\x03\x3f\xfe\x4d\x49\xf5\xab\xf6\x8b\xfa\xb7\xdf\x0c\xce\x43\x05\x07\x7b\xf3\xd8\x64\x15\x1c\xf4\xe4\x15\xf3\xa1\x6e\x1f\x8f\xa5\x98\x7c\xfc\x37\x0c\x0d\xe2\x2b\x53\x71\xa8\xe0\x87\xf5\x8b\xcc\x9c\x3a\xd4\x6d\x10\x5f\x21\x89\x43\xb7\x06\x7b\xf7\xb0\x29\x7a\x34\x88\xfa\x1d\x65\x7a\x34\x88\x6f\x42\xe3\xa1\x47\x83\x6e\x51\xc6\x43\x8d\x06\x5f\x4c\xe5\xd0\xa2\xc1\xfe\xb5\xfd\xb1\x53\x15\x06\xbb\xad\xd3\x56\x6c\x2b\xb6\x05\x6d\xd5\xb6\x6a\x5b\xa5\xad\xd9\xd6\xf8\x0b\x3f\xd6\x6d\xea\x9e\x16\xfe\xdc\xb4\x8d\x72\xa4\xbe\xf3\x3e\x95\x57\xd0\x67\xb5\xe9\xb4\xe9\xb4\x92\xe9\xa2\xed\xb5\xed\x75\x7a\xf0\xee\xff\x69\x30\x16\x74\x4f\xc6\x53\x11\x3d\xa3\xf8\x31\x3a\xa6\x89\x82\xa8\x9e\x78\xa7\x8a\x09\xbe\xcb\xe2\xa9\x61\x82\xa8\xbe\x6d\x38\x35\xcc\x33\x96\x6d\x49\x9b\x1b\x8c\x4e\x56\x9d\xf8\x54\x13\xc1\xbe\x2e\xf8\xdd\xc7\x36\x66\x2a\x1b\x09\x3f\x95\xc2\xd3\x54\x61\xfa\xa0\x12\x82\xb5\xfe\xf0\x5e\xfd\x54\x18\x41\x58\xf2\xee\x54\x18\x41\x1a\x81\x3e\xf5\x40\x90\xa6\xa7\x9d\x2a\xdf\xe9\x42\xa1\x9c\xa5\xa7\xc6\x07\x46\xfb\xb9\x85\x8e\xb3\xa9\xbf\xdc\xf5\x4e\x53\x7f\xc1\x68\xfe\xbc\x5a\x08\xca\x58\x36\xb9\x5d\x64\x03\x2f\xee\xa0\xa7\x52\x08\x46\xe3\x11\xe6\xd4\x09\x4f\xd7\x04\x9d\xdf\x37\xdd\x17\xac\x09\x6a\xd5\x99\xd3\x28\xef\xc9\xfa\x9f\x56\xaf\x38\xf5\x44\x30\xad\x94\x7d\xea\x89\xa0\x5a\xa3\xe3\xd4\x13\xc1\xb4\x76\xe6\xa9\x26\x82\x69\xc5\xbe\x53\x4b\x04\xb5\x7c\x4d\xee\xad\x6a\x68\xca\x2f\x3a\x14\x95\xe4\x12\x7f\x5e\x1f\x3c\x8d\xe8\x72\xc9\x39\x8d\xe8\x9e\x46\x74\x3d\x08\x8d\xe8\x82\x65\x92\xf2\xa9\x21\x9e\x46\x6f\x79\x41\x72\x2a\x88\x60\x99\xe5\x7b\xea\x87\xa0\x3a\xbf\xf7\xd4\x0f\xc1\x32\x25\xf6\xd4\x0f\x41\xf3\x09\xe9\x34\xc4\x0b\x96\x33\x83\x4e\x8d\x11\x2c\xa7\xdb\x9c\x1a\x23\x68\x5e\xa7\x4f\x85\x11\xac\xef\x3c\x30\xea\x0b\x9a\xd5\x0c\x4f\x75\x11\x34\x6b\x77\x9e\xda\x22\x88\x9f\x65\xbd\x4e\x6d\x11\x44\x1a\x78\x3c\x35\xc3\xf3\x33\xc3\xe6\xcf\x39\x18\xff\xcc\xd0\xdf\x73\x34\x3e\x33\xe4\x56\x73\x6a\x86\x60\xfb\x83\xff\x61\xe7\xd5\x40\x77\x8a\xca\x77\xaa\x7c\xdf\xb0\x19\xc2\x05\xdd\x62\x0e\xa7\xc6\x77\x3a\x09\x55\x09\x38\x35\x3e\xd0\x5d\x21\xf4\xd4\xf8\xce\xfc\x6e\xab\x7c\x4c\xe3\x03\xdd\xb7\xd3\xa7\xc6\x07\x5c\x95\xef\x34\x5e\x0b\x5c\x04\xf9\x54\x01\xc1\x77\x46\x28\x80\x20\x0c\x80\x9e\xfa\xdf\xf9\x2f\x32\x4b\x93\x7b\x13\x85\x73\x8d\x9b\x53\x5d\x03\xa3\xfd\xfc\x94\xdb\x8e\xad\x8d\x74\x47\x19\x14\x05\xd5\x9b\xd3\xa9\xac\x81\x7d\xc6\x31\x88\xca\xda\x69\x6d\xd7\x6f\xc4\x0c\x77\x82\x66\x95\xe9\xd3\x70\x27\xe8\xae\x23\x7c\x1a\xee\x04\x2e\x17\x79\x2a\x79\x20\x86\x3e\x73\x1a\xee\x04\xdf\xd9\xab\xf6\x81\x34\x5f\xf0\x54\xfb\x4e\x67\x8f\x72\x83\x3c\xb5\x3e\x90\xa6\x73\x9d\x5a\x1f\xd8\xf7\x42\x7e\x4c\xeb\x03\x69\xae\xf4\xa9\xf4\x81\x70\x91\x9e\x53\xe7\x03\x69\xa2\xed\x69\x94\x14\x84\x6b\xe1\x9c\xa6\x11\x83\xd1\x7e\x7e\xca\x3e\xb2\x7e\xa7\x05\x04\x4f\x85\x0f\x14\x0b\x08\x9e\xfa\x1e\xf8\xd2\xea\x4f\x75\xef\xdc\x6a\xf7\xcd\x85\x3c\x35\x3b\x30\x7f\x5e\x61\xb5\xb8\xf3\xcb\x09\x66\x23\xb4\x2f\x30\x2d\xb0\x73\x6a\x5f\x60\x5a\x2d\xf2\x54\xbe\x40\xb5\xf2\xcf\xa9\x7b\x81\x99\x5f\x93\x1d\xa2\x32\x4f\xf9\x7e\xcb\x0e\x2d\x2e\x9d\x9e\xaa\x9a\x17\x58\xe6\x9b\x9e\x1a\xd5\x69\x28\x13\x53\x3c\xb5\x22\xb0\x4f\x72\x46\x47\x2d\x3a\x5d\x60\xc4\xe2\x7d\xa7\x5e\x04\x5a\xf3\x22\xa5\x16\x81\xfd\x31\x3a\xa0\x16\x81\xdd\xe6\xe7\xec\xc1\xe1\xab\x0e\x6f\xce\x46\x25\xcf\xc3\x77\x38\x9e\x96\xfa\x0e\xd8\x27\x39\xc3\x76\x7c\x5b\xec\xbb\x04\xb7\xce\xf1\x56\x81\x78\xd6\x39\x8d\x38\x82\x7d\x42\xf3\xaf\x2a\x10\xe8\x56\xb8\x3d\x35\x20\x90\x3e\x73\x9d\xda\x0e\x88\xf5\xfb\x43\x6d\xb2\x53\x17\x02\x69\xe6\xfd\x69\xa8\x11\x14\x2b\x54\x9e\x6a\x0f\x28\xae\xd0\x71\x1a\x57\x04\xd5\x12\x51\xa7\xd6\x03\xa6\xb5\x62\x4e\x83\x88\xa0\x26\x51\xa2\xd3\x20\x22\xa8\x49\x4a\xc2\x69\x0c\xf1\xfc\xd6\xd4\xf4\x1a\xa9\x07\x9d\x86\x07\xbf\x8f\xd9\x3b\xaa\xe7\x58\x29\xe8\x54\x79\x40\x44\xf8\x1c\xa7\xf2\x9c\x5f\xf9\x1c\x87\x54\xe5\x01\xfb\x52\x4a\x3f\x55\x1e\xb0\x9f\xbc\xe8\xa8\xca\x03\x5c\x95\xf6\x54\x78\x40\x7e\x67\xb3\xbe\x03\x9c\x7c\x79\x6a\x3b\xa7\xb6\xe3\xae\x50\x76\x40\x56\xde\x38\x9d\x26\xec\x82\x70\xe1\xa3\x53\xd5\x01\x35\x7d\x36\x52\x75\x80\x53\x96\x4f\xa3\x83\x20\x9d\x01\x72\x9a\x9c\x0b\xc2\x05\xca\x4e\x75\xe8\x74\x02\xe8\xf0\x8b\xf6\x10\xf3\xb1\xa0\xcf\xa9\xf9\x00\x97\x33\x3e\x15\x1f\x10\xdf\x3a\xf4\xa7\x96\x03\xd2\x44\xbf\x53\xa1\x01\x69\x6a\xfa\xa9\xcf\x9c\x86\x23\xbf\x0e\x19\x8e\x04\xa3\xe1\x33\xa7\x09\xbb\x60\xb4\x9f\xdf\xb4\x8f\x8f\xcf\x59\xf4\xc8\x58\x24\x18\xa6\x6c\x9f\x8a\x10\x18\x96\xb6\x38\xf5\x20\x30\x1a\x01\x8f\x53\x0d\x02\xfb\xe0\xf1\xf7\xed\xe5\x43\xb1\x5e\x5e\x04\x9c\x26\xde\x82\x6a\x95\xb3\x53\xe3\x01\xd3\x77\x5d\xa7\xf1\xc5\x93\x94\x5a\xdf\x16\x9d\xc6\x08\xcf\x97\xe7\x19\x8f\x7d\x35\x06\x2c\xe7\x06\x9d\x5a\xcc\x69\x34\xd0\x0c\xaf\x53\x8d\x39\x5f\xb3\xf5\x6c\xf2\xd0\x79\x49\x31\xf2\xde\x69\xe0\x0f\x2c\xa7\x98\x9e\xc6\xfd\xce\x2f\xee\xc7\x6e\xba\x94\x9d\xcb\xb8\x9f\x55\x6a\x2e\xe3\x7e\x60\xb7\x0d\xda\x8a\x6d\x5e\x01\x79\x31\x72\x29\x40\x60\x9f\x11\x95\xb6\x66\x9b\x8f\x39\x78\xd7\xa5\x01\x81\xa6\xd9\x5c\x46\xfe\xc0\xfe\x58\xa3\x6d\xda\x36\x39\xac\xfc\xd7\x65\x93\xef\x1c\xd3\xaf\x9e\xb6\x59\xed\x69\xf9\xb9\xcb\x36\x2d\xbb\xdb\x76\xdb\x76\xeb\x58\x6e\xc9\x6b\xdb\xcb\x7e\xde\x2d\xaa\x13\x70\x2e\xe2\xa5\x39\x81\xc9\x65\xf8\xd2\x9b\x2e\x2b\xab\x22\xc4\x97\x11\x3c\xf0\x2d\xd2\x79\x19\xc0\x03\xf9\xeb\x36\xd9\xcb\x20\xf1\xc0\x16\xfb\x18\x94\x7b\xe1\xda\x70\x19\xa8\xbb\xc2\x62\x22\x7e\xca\x2e\x86\x81\x2a\xb7\xc1\x1e\x12\x93\x6b\xc6\xdf\x2e\x65\x0b\xa4\x99\xd4\x97\xf1\x37\x10\x9e\x74\x97\xaa\x75\x59\x6a\x95\x90\xcc\xa5\x3a\x81\x62\xcd\xdf\xcb\xb2\xaa\xa0\x58\x1e\xe5\xd2\xa6\xc0\x68\xa8\xf1\x65\xf4\x0d\x14\x6b\xa1\x5c\x06\xdf\xae\xe2\xdc\x53\xb6\xcb\x3c\x5a\xf0\xcd\x6e\xba\x0c\xbd\x81\xe2\xc2\x52\x97\x1a\x06\xaa\x85\x11\x2f\x67\x60\x5e\xc5\x93\x89\x2f\x9a\x59\x0b\xa6\x2f\x15\x2f\x35\x0c\x44\xaa\x28\x97\xd2\x05\x9a\xef\x28\x2f\xa5\xeb\x52\xba\x82\x16\x3b\xf4\x6f\xc1\x0c\xbf\x68\x8f\x28\x98\xea\xda\x6f\x97\xce\x75\x7d\x33\x30\xdd\x7e\xe3\x75\x60\x36\x3f\xe5\x6e\x63\xc5\x8c\x6e\xec\xfe\xd2\xc3\xc0\xfe\x03\xb7\xd6\x9e\x53\xa7\xc7\x35\xc7\x2e\xad\x0b\xc4\x30\xdf\xf6\x52\xbb\xc0\xf4\xac\xd1\xba\x40\xba\xb6\xe2\x65\x64\x0e\x38\x79\xf9\xd2\xc3\xc0\xec\x7f\xb8\x31\x5f\x5a\x1a\x88\x6f\xec\xb4\x34\x90\xae\xd8\x78\xa9\x64\x20\x75\x90\x4b\xd9\x02\x91\x06\x63\x2f\x6d\x0b\xa4\x77\xc4\x4b\xdb\xba\x28\xd9\xf3\x9d\xfe\xaa\xd5\x45\x2c\xee\xc7\xc5\xf5\x32\x14\x07\x32\x1c\x4f\xd5\x0a\xc4\x77\xd0\xa8\x51\x20\x7d\x22\xba\xb4\x28\x90\xde\x97\x2f\x25\x0a\xc4\xcf\xb3\x40\x5f\x02\xe1\xc3\xe6\x65\x20\x0d\x44\x77\x5e\xe7\xa5\x42\x81\xf0\x31\xf5\x32\x92\x06\xf6\xbe\x67\x63\xd5\x2a\x10\x3f\x8f\x70\xad\x0a\xa4\xcf\x65\x97\xb1\x35\xe0\xc3\xec\xa5\x67\x5d\x7a\x96\xd7\x08\x35\xeb\x4a\x3b\xc9\xe8\xa8\x54\x20\x9c\xb6\x74\x29\x47\x20\x5d\xbf\xe9\x52\x8e\x40\xba\x56\xd3\x65\x6c\x0c\x64\x25\xb4\x70\x19\x1a\x03\x61\x02\xf8\x65\x64\x0c\x7c\x93\xdb\x2f\xad\x0a\x84\xe5\x2f\x2f\xe3\x62\x20\x6b\x71\xbb\xec\x4f\x52\xbd\xc8\x8b\xb6\x59\xab\x20\xbe\x42\x34\x57\x7e\x3d\x7a\xf9\x26\x83\x63\xda\x2a\x08\xe5\xf7\x32\x78\x06\xb2\xf2\x20\x73\x69\x68\x20\x4c\xe3\xbe\xcc\x5a\x05\x59\xdd\x30\xa5\x0d\x84\xf9\xeb\x97\x49\xab\x20\xa6\x8b\x21\x5f\x7a\x1c\x08\xef\x92\x97\xce\x06\xb2\x16\x3f\xe5\x58\xb0\x44\x47\x5a\x39\xf3\xd2\xda\x40\x7c\x57\x21\xa5\x0d\xa4\x4b\x11\x5c\xce\x1a\x05\x61\xda\xed\xa5\xc8\x81\x30\x1d\xf8\x52\xe4\x40\xb4\xaf\x4d\x93\xbb\x34\x39\xc7\x5f\x93\x03\xa1\x98\x5c\x8a\x1c\x88\xe2\x8d\x54\x91\x03\x61\x66\xfd\xa5\xc8\x81\xac\xc5\x4f\x39\x18\x04\xef\x7c\xfc\xb8\x74\x3b\x10\x66\xd6\x5f\x86\xf3\x40\xba\x94\xd8\xa5\xee\x5d\x44\xf3\xca\xd7\xe4\x50\x6c\xa4\x2f\x96\x2e\x67\x88\x82\xac\xc5\x8d\xf0\xd0\x27\xbc\x67\x6a\xf7\xa5\xee\x81\x30\xbf\xfc\x32\xb8\x07\xd2\xf2\x8b\x97\x06\x08\xb2\x7a\xfd\x30\xb4\x07\xc2\xd2\x71\x97\x71\x3a\x10\xe6\x7f\x5f\x86\xe9\x40\x3a\x6d\xed\xd2\x13\x2f\xd7\x02\xf1\x32\xa0\x27\x82\x74\x49\xb2\x4b\x4f\x04\x61\xda\xfe\xa5\x14\x82\x30\x64\x7f\x29\x85\x20\x7c\x07\x76\x19\xa2\x03\x59\xbf\x26\x47\x82\x08\xdd\x77\x6b\x32\x40\x07\xd2\xe5\xc8\x2e\x03\x74\x20\x7d\xeb\x76\x19\x8b\x03\xf1\x65\xc9\x5c\xea\x24\x88\x3e\x78\x25\x7c\xe9\x7a\x60\x1f\xd6\x6c\xad\x21\x30\x10\xce\xbb\xbb\x8c\x80\x81\x70\xe6\xda\xa5\x11\x82\x74\xa6\xdf\xa5\x10\x82\xf8\x4e\x54\x85\x10\x44\xff\x86\x51\x23\x04\xa9\x59\x5d\xc6\xc9\xae\xf3\x2b\x34\x46\x93\x5b\x6b\x0e\xaa\x65\x63\x2f\x25\x11\x84\x25\x8c\x2f\xc3\x64\x20\x9d\xf6\x78\x69\x81\x20\x9d\x96\x74\x69\x81\x20\x9d\xb2\x77\x19\x23\x03\xe1\xb4\x9b\xcb\x18\xd9\xe5\xc4\xcd\xe9\xcf\x3b\x3e\xd4\x14\x72\x0a\xda\x65\x84\x0c\x84\xf3\xcd\x2e\xf5\xf1\x72\xe9\x0f\x6f\xca\xea\xe3\x75\x7e\x65\x0c\x69\x72\x2c\x2c\xb5\xea\xbd\x40\x7d\x04\xe9\x9b\x87\x4b\x7d\x04\xe1\x6c\xb9\xcb\xc0\x1a\x48\xa7\xff\x5d\x0a\x25\x48\x67\x50\x5e\xa6\xa0\x82\xe8\xf3\x0f\xab\x57\x5e\x2a\xe8\xe5\xcc\x52\xde\x42\x5c\x46\xe2\x40\xfa\xd2\xfc\xd2\x4a\x41\xfa\x2a\xe4\x52\x40\x41\x7c\x8f\x2a\xfa\x27\x08\xa7\xef\x5d\xea\x27\x88\x34\x67\xec\x52\x40\x41\x58\x11\xfa\x52\x40\x41\xfa\x7a\xe4\x32\x91\x15\x44\x3a\xcd\xe8\xd2\x4a\x41\x2a\x33\x97\x56\x0a\xd2\xb5\xc2\x2f\x23\x70\x20\xbf\x07\x37\x45\x15\xa4\x93\xba\x2e\x45\x15\x84\x93\x3a\x2f\x45\x15\x7c\x13\x9f\x2f\x73\x5b\x2f\x73\x5b\x7d\x84\x55\x5e\x2f\xeb\x17\xf9\x6c\xad\xbc\x82\x70\xb2\xe9\x65\xdc\x0e\xfc\xc7\xd8\xb9\xe4\x58\xcf\x02\x0b\x72\xde\xab\xe8\x25\x9c\xe4\x8d\xd4\xea\xbd\xd8\xc6\xde\xff\x12\xae\x88\xe0\xbb\xd3\xbf\x46\xa1\x42\x75\x6c\x83\x9f\x41\x26\xd0\x1c\x04\xf7\x28\xaf\xa0\x39\x4d\xc0\xa3\xbc\x82\x70\x2c\xdb\xa3\xbd\x82\x70\x8c\xed\x63\xd4\x0e\x34\x07\x8c\x3d\xfa\xec\xa3\xcf\xfa\x9c\x30\x68\x07\xa2\x76\xbf\xc0\x75\x5c\x10\x8e\xe3\x78\x74\x5c\x10\x8e\x82\x7b\x54\x5c\x10\x8e\xce\x7b\x54\x5c\x10\xce\xb0\xfb\x18\xd8\x03\xe1\x0c\xe6\x8f\x3e\x0b\x9a\x83\x8b\x1f\x7d\x16\x84\x13\x85\x3f\x66\xd6\x82\x66\xd2\xc8\xa3\xe2\x82\x68\xe9\xfc\x9b\x6d\xc1\xfc\x45\x8e\xa8\x7c\x0c\xf4\x81\xe6\x88\xca\xc7\x54\x5b\xd0\x1c\xfd\xfb\x18\xfb\x03\xcd\x31\xaf\x8f\x6e\x0c\xc2\xe1\x8e\x8f\x6e\x0c\x92\x33\x3a\x3e\x06\x03\x41\x38\xe6\xf5\x51\x97\x41\x73\xb0\xec\x63\x78\x10\x84\xb3\x59\x3f\x8e\x40\x05\xe1\x90\x83\x47\x83\x06\x4d\xf5\x5e\x0a\x2e\x68\xf6\xc1\x2e\xfd\x16\x74\x3f\x0f\x97\x7a\x0b\xf6\xd3\x37\x53\x96\x2d\xcb\xfc\x9b\x45\xc5\x22\xba\x52\x39\x6d\x4b\xb9\x05\x51\x9c\x6f\x6b\x69\xb7\x60\x6f\xad\x50\xd6\x2d\xeb\x6c\xad\x51\x34\x2c\x1a\x14\x4d\x8a\xa6\x45\x73\x17\xd1\x3e\xcb\xb8\x20\x68\xce\x7e\xb1\x54\x60\x10\x2e\xa8\xbe\x34\x60\x10\x7e\xda\x2c\x05\x18\xf4\x12\xd6\xfc\xb5\x68\xdf\xce\x0e\x0c\x59\x2a\x31\xe8\x7e\x77\x2f\x9d\x18\x74\x63\xa2\x4b\x29\x06\xcd\x2e\xfc\xe5\xd8\x4e\xd0\x9c\xb4\x60\xe9\xbb\xa0\x1b\xc4\x5f\x06\x13\x41\x98\x1c\xbc\x74\x60\xd0\xfd\xec\x5e\x3a\x30\x68\x4e\x4e\xb1\x8c\x2e\x82\x66\x30\x6c\xa9\xc5\x20\x4c\xda\x5f\x2a\xf0\x72\x51\x92\x69\x91\x75\x24\xdc\x38\xcf\xd1\x5b\xc7\x60\xfe\x30\x9e\xe4\x4b\x2b\x06\xdd\x8f\xfa\xe5\xc4\x44\xa0\xbb\x1c\xe6\xd2\x8a\x41\xd4\x1f\x1f\x7e\x4b\x2d\x06\xe1\xda\x5e\x4b\x2d\x06\xfb\x7c\xbb\x03\x2b\x4e\x52\xaa\xa3\x77\x96\xb1\xc8\x65\x2c\x92\x17\xdd\x72\xfe\x22\x10\x8e\x28\x59\xda\x33\x88\x79\x8e\xcc\x8a\x93\xb8\xea\xd0\xa4\xa5\x3d\x83\xae\x54\x2d\x83\x98\xa0\x39\x2f\xc6\x52\xa8\x41\x38\x4a\x63\x19\xd7\x04\xdd\x75\xe0\x96\x8e\x0d\x9a\x9d\xe7\x4b\xc7\x06\xe1\xb4\xf3\xcb\x50\x27\x08\x57\xc6\x5f\x5a\xf7\x72\x99\x92\xe9\x7f\xd9\x62\x2e\x53\x42\x7c\x6f\xa9\xdd\x20\x9c\xd0\x68\x69\xdd\x20\x1c\x89\xb2\xb4\x6e\xd0\x55\xa3\xa5\x74\x83\x70\x88\xcc\xd2\xba\x41\x38\xb0\x62\x29\xdd\xcb\xc5\x4c\x78\xdf\x2d\x9d\x1b\x84\xb3\x3f\x2f\x83\x9f\xa0\xcd\xd1\xfe\xfb\x9d\xbc\xb4\xf4\x95\xbd\x8e\x3c\x6c\xdb\x2e\x7b\x1d\x71\xd8\x2a\x39\xe8\xda\xe7\xd2\xc9\x41\xa8\x90\x4b\xeb\x06\x4d\x3b\x5c\x46\x17\x41\x74\x13\x14\x96\xde\xba\x8c\xf3\x19\x1d\x5a\x8a\x2b\xe8\xc5\x1a\xeb\xad\x20\x65\x1e\x7c\x4b\x6f\x05\xc9\x0f\xf5\xa5\xb6\x82\x68\xf6\xd8\x2d\xbd\x15\xc4\x59\xb8\x66\xa9\xa9\xa0\x97\xe4\xd6\xac\x67\xf5\x1a\xa1\x52\x46\x03\x41\x2f\x5e\x23\x9a\x2b\xe8\xc5\xdb\xd1\x60\x20\xe8\xc5\x8b\xde\x68\xe0\x6a\x76\xc3\x70\x64\xfa\x2d\x48\xf9\x6c\xcb\x0b\x82\x55\x44\x9c\xfc\x77\xe9\xb7\xa0\x17\x0f\x55\xbf\x05\xdd\xd5\xbf\x96\x7e\x0b\x92\x66\xb9\xf4\x5b\x90\x9c\x6e\x78\x39\x2a\x13\xa4\x7c\x8e\xcb\xd3\x6b\x20\xd1\x8b\x4b\xbf\x05\x49\xbf\x5a\xea\x2d\xe8\xc5\x22\xf5\x16\x74\x97\xf9\x5d\xea\x2d\x88\xf3\x21\xb0\xf4\xdb\xe5\xb0\x4c\x27\xe5\x5f\xda\x2c\x48\x2a\xd0\xd2\x66\x41\x37\xc7\x67\x29\xb3\xa0\x17\xdb\xc2\x98\x24\x48\xf6\x11\x2e\xfd\x16\x24\x03\x01\x4b\xbf\x05\x29\x9f\xa3\xb0\x2d\x36\x7a\xf1\xf1\xab\xde\x82\x6e\x2a\xd3\x72\x9e\x24\xd0\x5d\xf4\x78\x69\xbc\xa0\x9b\x2a\xb2\x34\x5e\xd0\x9d\x2b\x7f\x69\xbc\xa0\x17\x1f\x4c\x0a\x2f\xe8\x66\x19\x2d\x85\x77\x9d\xd0\x25\x5f\x8c\x4b\xe3\x05\xbd\x9c\x22\xaf\x94\x41\x87\x3e\x3d\x02\x4b\xe3\x05\xdd\x6c\xa7\xa5\xf1\x82\x64\xbf\xc4\xd2\x78\x41\x2f\x38\xf6\xd2\x78\x41\x72\x86\xe6\xa5\xf1\x82\xe4\xcc\xd1\xcb\x00\xe7\x32\xc0\xe9\x35\xa0\x04\x2f\x03\x9c\x67\x5b\x36\xd8\xb0\xc1\xdc\xa3\x0d\x36\xbc\x9e\xac\xb7\x0d\x36\xbc\x9e\xdc\xa3\x0d\x36\x58\xa0\xc7\x97\xa6\x12\xbc\x4c\x70\xb5\xc3\x79\x69\xc1\xa0\x9b\x21\xb6\x0c\x8d\x82\x5e\xbc\x9d\x15\x63\xd0\x8b\x37\xbd\x62\x0c\x92\x5d\x1c\x4b\x31\x06\x49\x0b\x5e\x8a\x31\x48\x4e\x43\xbd\x14\x63\x10\x67\x4d\xa8\x65\x04\x15\xf4\x72\x7e\x69\x8b\x4d\x6f\x37\x6a\x69\x80\x73\x9d\x69\x6e\x7d\x7d\x18\xe1\x04\x51\xcf\xb7\x93\x36\x0b\x92\x5d\xfe\x4b\x99\x05\xe3\x7c\x00\x29\xb3\x60\x9c\x37\xae\xe6\x0a\x92\xeb\x56\x2c\xcd\x15\x24\xd7\xde\x58\x5a\x2a\xd8\x87\x61\x99\x0d\xb4\x91\x86\x5f\x75\x5a\x2a\x18\xe7\x25\xa9\xa5\x82\x71\xde\xfb\x46\x37\x41\x72\x1c\xc3\xd2\x52\xc1\x19\x58\xbc\xb4\x54\x90\x1c\xb1\xb1\xb4\x54\x10\xcd\xb9\x00\x97\x9a\x0a\x8e\xc5\x2f\x35\x15\x8c\xf3\x0d\xa1\xa6\x82\xe4\x1a\xfb\x4b\x4d\x05\x27\x56\xb9\x4c\xed\x04\x27\x79\x78\x69\xae\x20\x0d\xcf\x92\xe6\x0a\xc6\x79\x03\xa9\xa9\xe0\xdf\xc7\xac\x4e\x0a\x92\x59\x0d\x4b\xe9\x04\xc9\x64\xf8\xa5\x74\x82\x64\x52\xc9\x52\x3a\x41\x3a\x8f\x31\x23\xa1\xe0\x64\xbd\x2f\x3d\x14\xfc\xfb\x00\xd2\x43\xc1\xc9\x57\x58\x7a\x28\x48\xae\x36\xb2\xd4\x50\x90\xc6\xef\x0f\x93\x84\x2e\x2d\x15\x8c\x9f\x8f\x21\x8d\x14\xfc\xfb\xdc\xd6\x48\xc1\xbf\x47\x8e\x46\x0a\x92\x0b\xa7\x2c\x8d\x14\x24\x87\x57\x2c\x8d\x14\xfc\xbb\xc0\x35\x52\x30\x4c\xe0\x5b\x1a\x29\x18\x3f\xcf\x83\x46\x0a\x86\xf3\x4a\x2d\x8d\x14\x8c\x9f\x4f\x0e\xc3\xa9\x20\x39\x7e\x65\x29\xa9\x20\xb9\x14\xf5\x52\x52\x41\x72\x18\xc5\x52\x52\xc1\xc9\x54\x5d\x4a\xea\x5a\x5e\x32\x6e\xcb\x4b\x66\x79\xfb\x78\x5c\x36\xce\xa2\x71\x7c\x70\x28\xa4\xe0\x0c\x65\x58\x0a\x29\x48\xc3\x8f\x72\x85\x14\x9c\x51\xde\x4b\x21\x05\xe3\xe7\xc3\xdd\x98\x2b\x48\xae\x21\xbc\x74\x54\x30\xcc\x56\x5a\x86\x61\x41\x1a\x5e\x91\x3a\x2a\x48\x0e\xf8\x59\x3a\x2a\x38\xb3\x3a\x2c\x1d\x15\x24\x47\x0a\x2d\x15\x15\xa4\x71\x36\x6f\x4b\x10\x98\x35\x2f\x69\xa9\xa8\xe0\x84\x6f\x97\x8a\x0a\x92\xc3\x5a\x96\x8a\x0a\x7a\xb1\x48\x45\x05\xa7\x7b\x79\xa9\xa8\x20\x39\x80\x6b\xa9\xa8\x60\xfc\x7c\x36\xaa\xa8\x20\x75\x5d\xc4\x01\xa3\xe0\xe4\xaf\x2e\xad\x15\x24\x87\xef\x2c\xd3\x5c\xc1\x19\xa5\xbb\x8c\x0e\x83\xe4\xc8\xaf\xa5\xdb\x82\xe4\x88\xae\x65\x74\x18\x24\x17\xf3\x5e\x06\x87\x41\x72\x7d\xec\x65\x8e\xeb\x72\x92\x24\x9f\x95\xc6\x8b\xc1\x79\x7c\xbe\x7a\x32\x38\x23\x72\x5e\xa5\xf8\xfd\x9d\x99\xfd\x7f\x94\x65\xcb\x88\x64\x37\x8b\x8a\x45\x4a\x12\xb7\xcc\xab\x15\x83\xe4\xd2\xda\xaf\x1e\xfb\xba\x94\xa6\x37\xee\xab\x7c\xbe\xbf\xd3\x29\xc9\xe6\x8c\xa3\x82\x38\x77\xcd\xab\x32\x82\x38\x37\xfd\xab\x33\x82\xec\xd4\x30\xaf\xce\x08\x92\x43\xe8\x5e\x9d\x11\x64\x03\x08\xaf\xa1\x54\x30\x1c\x7f\xf1\xaa\x91\xaf\xab\x9f\x34\x37\xef\xa1\x05\x49\x8f\x5c\xea\xaf\xce\x08\xb2\x5d\xf2\xaf\x59\xab\x20\x1b\x71\x79\xd5\x48\x30\x5a\xf7\x87\x36\x5a\x62\x6e\x31\x3e\xb9\x5e\xcd\x12\x64\xfb\xcc\x5f\xc5\x12\x64\x23\x22\xaf\x62\x09\xb2\x73\x01\xbd\x7a\x25\x18\xad\xbb\x2d\x5b\x27\x31\xa3\x16\xe1\xe2\x57\xaf\x04\x71\xee\xd4\x57\xb1\x04\xd1\xe3\x6c\xcd\xe6\x61\x8d\x14\xc7\x5d\xbc\x9a\xe5\x6b\x5c\xb6\x5a\x64\xf3\x24\x9a\x87\xf0\xc4\xab\x59\x82\x61\x06\xce\xab\x59\xbe\x27\x7a\xcb\x61\x68\x96\xaf\xd1\x5b\xfa\x46\x5e\xcd\x12\x8c\x46\x30\xfd\xd5\x2c\x41\xb6\x9f\xfe\xd5\x2c\xc1\x70\x4c\xd2\xab\x59\x82\xec\xec\x49\xaf\x66\xf9\x66\xa6\xd8\xc2\x78\x5f\x9d\x11\x64\x83\x4f\xaf\xce\xf8\x9a\x30\xdb\xdd\xbc\x4d\x61\xc2\x6c\xf5\xbf\x6c\x09\x13\x66\xad\xb6\xce\xf8\x66\x12\x8f\x3c\x21\x86\x69\x5f\xb3\x63\x89\xe6\xbe\x4a\xe1\x6b\x76\xac\x67\x52\x29\x04\xc3\xb1\x46\xaf\x52\x08\x86\x93\xe4\xbc\xc6\x5d\x41\x76\x12\x95\xd7\x21\x95\x20\x3b\x51\xd2\x6b\xc2\x2c\x18\xc6\xac\x5f\xa3\xb3\x6f\xe1\x12\xf0\xa2\x33\x3a\x0b\x86\x83\x80\x5e\x83\xb3\x20\xa7\x53\x64\x1d\x8b\x75\xa4\x09\x0d\xce\x82\x9c\xce\xa1\x5a\xc7\x62\x1d\xff\xa0\xca\xaf\xe1\x5c\x10\x67\x96\xfb\xd7\x78\x2e\x88\x66\xcc\xfc\x35\x57\x16\x0c\xb3\x2d\x5f\x63\xbc\x60\x38\x24\xf7\x75\x5c\x25\x18\x8d\xd8\xc2\x6b\xd8\x17\x64\x83\x4e\xaf\x61\x5f\x30\x1a\x7d\xc2\xaf\xa9\xb3\x20\x1b\x15\x7a\xb5\x67\x90\xd3\x39\x08\x9b\x8a\xa8\xef\xe9\x2f\x7d\xd5\x67\x30\x1a\xf1\x92\x57\x7d\x06\x39\x9d\x2a\x79\x3d\x54\x1e\x1c\xcd\x1f\xda\x7c\x95\x4b\xa4\x7a\xf8\x36\x5f\xf5\xce\xb0\xc8\xf6\xa9\xdc\x19\x5e\x81\xfa\x34\x18\xcd\x33\xad\x4f\x83\xd1\x7c\xa0\xe9\xd3\x60\x98\x4f\xf0\xea\xd3\x20\x3b\xbf\xd3\x6b\x7a\x2d\x18\xad\xfb\x5f\xb6\x4e\xa3\x75\xba\xdb\xb2\x75\x9a\x37\x0b\xd7\x83\x8a\x0d\xb2\xc1\xb6\x57\xc5\x06\xc3\x4c\xa2\x57\xc5\x06\xd9\x09\xb1\x5e\xe3\xc5\x60\xb4\x53\x64\xb5\x9d\xd2\xc8\x96\x50\x9e\x41\x76\x2e\xa4\x57\x53\x06\xa3\xd1\xe3\xfc\x2a\xca\x20\xa7\x53\x64\x1d\xbb\x77\x3f\x07\xa1\x3a\x83\x33\x37\xd8\xab\x27\x83\x6d\xd8\xfe\x9b\x35\xea\x3e\x1d\xfd\x37\x6b\xd4\xa9\x11\x21\xa1\x57\x51\x06\xa3\x11\x75\x78\x55\x60\x10\x67\x19\xae\x57\xaf\x7c\xcd\x92\xf5\xcb\xfd\xd5\x22\xc1\x70\x60\xe4\xab\x45\x82\xec\xcc\x4d\xaf\xca\xf8\xba\xf0\x8a\x73\x65\xbf\x0a\x22\x98\x76\xd1\xbc\x0a\x22\x98\x76\x38\xbc\x0a\x22\x98\xce\x95\xfd\xea\x87\x20\x9f\x36\x53\x06\xc1\x54\x5c\x5f\x65\xf0\x65\x51\x4b\xe7\x93\x7f\xd5\xbc\xd7\x15\x2c\x6d\x0c\x2d\x0f\x4c\xbb\x5e\x5e\x2d\xef\x75\x05\x4b\x6f\x37\x43\xa2\x60\xda\x5d\xf2\x1a\x12\x05\xd1\xcd\x7d\x7b\x8d\x89\xbe\xe6\xce\x4e\x7f\x69\x33\x6e\xe4\x73\x57\x1a\x13\x05\xf9\x5c\x2b\x66\xd8\x82\x69\x1a\xd1\x6b\x98\x14\x4c\x67\xff\x7e\x1d\xb1\x08\xa6\x93\x8b\xbf\x8e\x58\x04\xd3\xde\x9e\xd7\x58\x2a\xc8\xe7\xa6\x34\x33\x17\x4c\x03\xb3\xaf\xde\x0a\xa6\x3d\x2f\xaf\xda\x0a\xf2\x79\x37\x99\x97\x0b\xa6\x5d\x04\xaf\x69\xb9\x20\x9f\x57\x8c\x6e\x0b\xf2\xb9\x91\x74\x5b\x90\xcf\x35\xa6\xc8\x82\xa9\x89\xbf\x8a\x2c\xc8\xe7\x06\x37\x02\x0b\xa6\x7d\x55\xaf\x6e\x0b\xa6\x29\xd6\xaf\x6a\x0b\xa6\xbd\x63\xaf\x6a\x0b\xa6\xfd\x14\xaf\x6a\x0b\xb2\x69\xf0\xaf\x6a\x0b\xa2\xb9\x4c\xc6\x6b\x50\x16\xe4\xf3\xb5\xa0\xee\x82\x69\x54\xe6\x55\x77\xdf\x13\x94\xb5\xe2\xfa\x2e\x98\xe6\x83\xbf\xea\x2e\xc8\xe7\x6b\x44\xdd\x05\xfb\xae\xf1\x38\xbc\x2c\xc8\xea\x3d\x8f\x23\x7d\x17\x4c\xf3\xc6\x5e\x7d\x17\x4c\xbb\xb4\x5e\x7d\x17\x4c\x3b\x5a\x5e\x7d\x17\x4c\x47\xc9\xbf\x46\x6a\xc1\x74\xcd\xb1\x57\x05\x06\xf9\x3c\x5f\x8d\xd4\x82\x69\x27\xda\xab\x15\x83\x7c\x1e\x04\x5a\x31\xc8\xe7\xf3\x4d\x2b\x06\xd3\xcc\xe5\x57\x2b\x06\xf9\x7c\x53\x68\xc5\x60\x3a\xb1\xfe\xab\x15\x83\x69\x52\xdd\xab\x15\x83\x69\xf7\xd5\xab\x15\xbf\x4e\xf1\xeb\x23\x57\x2b\x06\x25\x4e\xb5\x6d\xaf\x87\xf6\x8a\x3f\x04\x95\x5f\x63\xb7\xaf\x93\x10\x9d\xed\xda\x9c\x4c\x42\x64\xb7\xd8\xab\x28\x83\x69\xa7\xe1\xab\x28\x83\x7c\xde\x27\x8a\x32\x98\x66\x0c\xbe\x8a\xf2\x7b\x72\x8c\x2d\xb2\x39\x97\xcd\x49\xdb\x29\xca\xa0\xd4\xf3\x43\x9b\x73\x31\xde\xc7\x67\xa3\x56\x0c\xa6\x3d\x59\xaf\x56\x0c\xa2\xb9\x30\xed\xab\x16\xbf\x2e\x33\xf3\xf3\x63\x48\x2f\x06\xd1\xec\x99\x7e\x15\x63\x30\xed\x20\x7f\x8d\xde\x82\xe8\xdd\x5d\x28\xb8\xaf\x6b\xc8\xfc\xfc\x2e\xd7\x4a\xdf\xf7\x7c\x38\xf3\x5b\x85\x13\x4c\xc3\x1c\xaf\xc2\x09\x8a\xb3\x8b\xbc\x0a\x27\x98\xe6\x59\xbe\x0a\x27\x98\xc6\x9d\x5e\x85\x13\x14\x27\x39\x78\xb5\x4b\x30\x9d\xd7\xf1\xd5\x2e\x41\x71\x92\x8f\x57\x95\x04\xc5\x81\x3c\xaf\x2a\x09\xa6\x73\x78\xbf\xaa\x24\x98\x46\x3b\x5f\x55\x12\x9c\x29\xd7\x5e\xc7\x50\x82\xe9\x4c\xdf\xaf\x76\x09\xa6\xc1\xa3\x57\xbb\x7c\xcd\x3d\x76\x4c\xd4\xab\x5e\x82\xe9\x1c\xfe\xaf\x7a\xf9\x3a\x11\x91\xe1\xd4\x57\xbf\x04\xd3\x70\xe1\x6b\x3e\x32\x28\x0e\xe3\x7f\xcd\x47\x06\xc5\xa9\x52\x3e\x2d\xf4\x3b\xe9\xc8\x5c\x55\x9f\xe1\x5a\x50\x9c\xdc\xe2\xd3\x4c\x41\x71\x39\xda\x4f\x31\x05\x73\x9e\x1f\x16\x8b\x8a\xef\x74\x77\x50\x2d\xa3\xcd\xa6\x1b\x6b\x16\x35\x36\x56\x28\xea\x16\x31\x8f\xdc\xf4\x87\xc3\xa2\x61\x35\xfd\xe5\xb4\x8c\x46\xeb\xfe\xdb\x65\x11\x03\xd0\x78\xa2\x7c\x46\x6b\x3f\x97\x0b\xb5\x7b\xea\x33\x5c\xfb\x9d\x39\x86\xc2\xff\x5b\x96\x2d\xf7\x90\x29\x7b\x2d\xe3\x0a\x9a\x16\x7d\x16\xd1\x6a\xbc\x3c\x3f\x43\xb1\x60\x9a\x44\xff\x99\xb3\x0c\x8a\xc3\xfd\x3f\x73\x96\x41\x71\x7e\x82\x4f\xd7\x06\xc5\xf9\x40\x3e\x63\xb8\x20\x9a\xfd\xa8\x9f\x41\x5c\x10\xc3\xeb\xf1\x53\xc9\xc1\x74\xf4\xc0\xa7\x91\x7f\x41\xdd\xf9\x92\xf8\x74\x6d\x30\x0d\x7c\x7d\xc6\x67\xc1\xae\xa6\xff\x66\x9d\x48\x5b\xfe\x19\xfd\xfb\xb4\x6d\x50\x4c\x07\xff\xb4\x6d\xb0\xff\x8d\xe3\x50\xb7\x41\x71\x11\xd1\x4f\xdd\x06\xc5\x79\x6e\x3e\x75\x1b\xc4\xf8\x55\xff\xcd\xca\x27\x6f\x1f\x77\x60\xe5\xcf\xec\x42\xc5\xe3\xb0\xf2\x89\x6b\xa1\xbb\x4f\x2b\xba\x51\x1c\x6f\xf3\x29\xd7\xa0\x38\x67\xcc\xa7\x5b\x83\xe2\xc4\x22\x9f\x6e\x0d\x8a\xcb\x43\x7f\xba\x35\x98\xae\x23\xf0\xe9\xd6\x60\xba\x76\xc6\xa7\x5b\x83\xe2\xa4\x22\x9f\x6e\x0d\xa6\xf1\xf7\x4f\xb7\x06\xc5\xd9\x52\x3e\xdd\x1a\x14\x27\x4b\xf9\x74\x6b\x50\x9c\x79\xe4\xd3\xad\xc1\x6e\x1e\xea\xad\x5c\x7f\xae\x5f\x3a\xfd\x37\x9b\x27\x9b\xcf\xee\x7f\xd9\x3a\x4c\x43\xec\x6a\x03\x9f\x0a\x0e\x8a\x33\x25\x7d\x2a\x38\x98\x86\xe9\x3f\x15\x1c\xec\x73\x69\x95\x6c\xb1\xec\xd3\xc5\x7f\xb3\xc5\x98\x9a\xd8\xec\x87\xcf\xc0\xec\x97\xcf\x0c\xfe\xee\xc0\x26\xcb\x3e\x5d\x2c\xb2\xc9\x32\x53\x51\xf9\x4b\xbd\x1c\x4c\xe3\xb7\x9f\x5e\x0e\xf6\x19\xe7\x30\x14\x73\x30\x8d\x28\x7f\x8a\xf9\xe7\x7a\xa8\x8e\x1b\xfa\xf4\x64\x30\x1d\x5a\xfc\x29\xc2\x20\x7e\xf5\x2f\x13\x93\x7c\x7a\xf2\x57\xcf\x13\x8f\x03\xd0\x93\x41\x71\xfd\xf5\x4f\x4f\x06\xfb\xdf\x38\x00\x45\x19\xc4\xcf\x1c\xae\x4f\x53\x06\xc5\x69\xdc\x3e\x4d\xf9\x33\x41\xda\xd5\x16\x3f\x55\x19\x44\x75\xa0\xec\x67\xf4\xf9\x33\x6b\xda\x11\xd5\x9f\xfe\x0c\x8a\xb3\x00\x7e\xba\x32\xd8\x9b\xa3\xde\xca\x32\x28\x4e\x02\xf8\x29\xcb\xdf\x09\x35\x9f\x7a\x79\xe6\xaa\x93\x88\x35\x37\x67\x2b\x9e\xf9\x87\xce\x5e\x6d\x46\xe6\x1f\x72\x3e\xaf\x4f\x5f\x06\xc5\x69\xec\x3e\x7d\xf9\x33\x73\xda\x61\x12\x9f\xc2\x0c\xf6\xc1\xd1\x4c\x1a\x33\xd8\xcd\xe4\xff\xd9\x4c\x1b\xc5\x19\xf0\x3e\xfd\x18\x14\x97\xa9\xff\xf4\x63\xb0\x7f\xe9\xd6\xbc\x94\x9b\xf3\xce\xf9\x94\x33\xe2\x0c\x76\x99\x07\x6c\x93\x34\x27\x56\x6b\x1e\xb1\x6d\xd2\x9c\xb3\x8f\x0e\x98\xcf\x38\x34\x28\xa6\xe6\x7d\xaa\x34\x28\xce\x04\xf7\xa9\xd2\xe0\x8c\xfe\xf8\x8c\x43\x83\xe2\xb4\x6a\x9f\x2a\x0d\xf6\xf6\xf9\xa5\x2e\x0d\xa6\x09\x19\x9f\x2e\xfd\xf5\x73\x31\x5b\x66\xed\x1d\x09\xeb\x5a\x9e\x9f\x32\x0d\x76\xb5\xa8\x82\x36\x0d\x8a\xb3\x18\x7e\xda\x34\xd8\xb2\x4b\x8b\x18\x77\x06\xc5\x99\x22\x3f\xe3\xce\x20\x7e\x66\xf1\x7d\x5a\x37\x28\xae\xef\xff\x19\x78\x06\xbb\xdd\xac\x83\x0d\xd2\x9d\xc4\xb0\x78\xc0\xb6\x48\xf7\x56\xc3\x29\x3e\x63\xcf\xa0\x9e\x27\x8f\xb1\xe7\xef\xc4\x9e\xad\x97\xb1\x67\xb0\xeb\x4a\x6b\x1a\x69\x06\xa5\xf0\x8d\xf7\x19\x69\x06\xfb\xdf\x68\x61\xbb\x04\x40\x71\xc2\xc2\xcf\x50\x33\xd8\x07\x47\xf5\xed\x25\x00\xc5\xb9\xb7\x3e\x7b\x09\xc0\xfe\x37\x5a\xce\x60\xf3\xe7\xf4\x49\xae\x18\xf3\xd9\x75\x00\x76\xbd\xa8\xab\xe1\x66\xb0\x7f\xeb\xff\xd9\x4e\xc3\x76\x2a\x56\xc2\x76\xda\x28\xce\x6c\xf9\xd9\x79\x00\xf6\xe6\xa8\x98\xbd\x07\x60\xff\x94\x76\xb2\xfb\x00\xec\x66\xa7\x16\x06\x93\xc1\x2e\xe3\x50\x8c\x26\x83\xbd\x3d\x7f\x6b\xa3\xcc\x73\xed\xf8\x5b\x5b\x65\xa3\x38\x3f\xe7\x67\x47\xc0\xe7\xec\x45\xce\xc3\xfa\xd9\x13\xf0\xcd\x73\xf7\xd3\xa0\x76\x05\x80\x38\x4b\x47\x7e\xf6\x05\x80\xe2\x52\xc7\x9f\x7d\x01\xa0\x18\x52\xfa\xec\x0b\x00\x11\xe1\x9d\x6e\x67\x00\x88\x08\x4f\xb6\xbd\x01\xa0\x0c\xa2\x95\x9f\xbd\x01\x9f\xb3\x17\x85\x97\x9d\xdd\x01\xa0\xb8\x96\xf2\x67\x77\x00\x28\x23\xbb\x31\xcf\xb5\x73\x17\x85\x8f\x21\x67\x18\x06\x11\x76\x02\x7e\x76\x1b\x80\x7d\x70\x1e\xb0\x27\xfb\x0c\xf0\xf5\xc1\x61\x50\x1c\xec\x32\x7f\x6b\xd3\x39\xe8\x37\xbc\x8a\xed\x60\x00\xfb\xff\x38\xdb\xf6\x30\x80\x88\xf0\xf3\xd3\x2e\x06\xb0\xcb\xd8\xaf\x7d\x0c\xa0\x18\x46\xfe\xec\x63\x00\xfb\xdf\x2c\xb3\xed\x36\xca\xa0\x33\xfd\xb3\x93\x01\x14\x57\x4c\xff\xec\x64\x00\x51\x4d\x16\xfb\xec\x64\x00\xc5\xa5\xd6\x3f\x7b\x14\xc0\x3e\x5e\x4e\xab\x3d\x0a\xa0\xb8\xda\xfa\x67\x8f\x02\xd8\xff\xe6\x4f\x6d\xa6\xfb\x74\xa7\x59\x66\x33\xdd\x36\x93\xcf\x3a\xfb\x14\xc0\x3e\x15\x1e\x9d\xcd\x44\xfa\xf7\xf8\xf9\xcc\xb5\x57\x01\xec\x7d\xd0\x9c\x76\x2b\x80\xe2\xb4\xab\x9f\xdd\x0a\xa0\x8c\xfc\x87\x8e\xf0\xcf\x5e\x07\x70\x66\xef\xfd\xec\x75\x00\x65\xf8\xf1\x6f\xaf\x03\xd8\x87\xc9\x19\xb1\x8f\x01\xec\x7b\xd2\x43\xf2\x62\xfb\x37\x0a\x99\xf6\xb7\x97\xe1\x3b\xa3\x90\x7d\xad\xda\xcd\x00\x76\x75\xfc\x3f\x9b\xf1\xb1\x19\xbd\x89\xec\x68\x00\x7b\x7b\x96\xd9\x8c\x8f\xb3\xb5\x9d\xed\xd9\x8c\x8f\xcd\xe8\x93\xda\xce\x04\xb0\xb7\x67\x99\xcd\xf8\x9c\x66\xa4\x6e\xf6\x0a\x80\x38\x2b\xe5\x7e\x76\x0b\x80\xbd\x0f\xff\xcf\x8b\x66\xa3\x9e\x8f\x63\x3b\x01\x40\x3d\x1f\xc7\x76\x02\x80\xa8\x4e\x14\xfa\xd9\x09\x00\x76\x19\x2d\x65\x27\x00\xa8\xc7\x24\xed\x03\x00\x7b\xa7\xfe\xd4\x8a\x2d\xc7\xce\x7b\x6b\x19\x31\x07\xbb\xcc\x23\xb1\x62\xaf\xef\x11\x8a\x8c\x8f\x83\x7a\x9c\xc2\xee\x03\xb0\x7f\xc9\x69\x34\x40\x0e\xf6\x5e\x39\x38\x23\xe4\xa0\xaa\xfc\x9f\xe1\x70\xb0\xff\x8d\xab\xcd\x34\x6e\xb0\xcb\xdc\x85\x4d\xf2\x3a\x2f\x9a\x2d\x6c\x90\x1c\xd4\xe3\x6c\x76\x50\x80\x7a\x0c\xd6\x0e\x0a\x50\xcf\x77\xbf\x1d\x14\x60\xef\xc0\x32\x6b\xff\x32\x73\x80\x5e\xf1\x9e\xca\x7f\xfc\x92\x1a\x18\x12\x07\xf5\xbc\xce\xec\xb4\x00\xf5\x58\xa8\x9d\x16\x60\x1f\x2c\x1b\xb3\xd7\x02\xec\x7d\x52\x79\xfb\x28\x40\xfc\xfb\x38\xb0\x93\x02\x44\x3a\x4d\x6e\x2f\x05\x88\xb3\xf4\xec\x67\x9f\x04\xa8\xd9\xe7\xa0\x5d\x12\x20\xd2\x11\x45\xfb\x24\xc0\x2e\xf3\xf0\xac\xea\x46\xcd\xbe\x7d\xec\x80\x00\xfb\xdf\xea\xff\xf9\x7f\xfd\x47\x0f\x84\xd8\x65\x8d\xb2\xb0\x2c\x2c\x0b\xca\xb2\x65\x4c\xb4\xc1\x18\xc9\xfe\xa3\xc3\x41\xec\x9b\x64\x50\x56\x2d\xab\xfe\x36\x51\xd6\x2c\x6b\x1c\x4a\xa1\xa8\x5b\x74\x26\x59\xf3\xa7\xd3\xb2\xc9\xbf\xb9\xd7\xcb\xa2\xcb\x76\xb2\xec\xb6\x8c\x89\xe2\xaa\x3b\x78\x2c\x3a\x93\xe2\x4d\xca\x5e\xcb\x5e\x0f\xc4\xbd\x7e\x96\x39\x4b\x44\xdf\x45\x61\x5d\x37\x2a\x4b\x4a\xf6\x5f\x58\x2d\xa6\x2b\x4e\x74\x26\xf4\x5f\x58\xad\x70\x82\x31\x76\x10\xd6\x2a\x1c\x6e\xd5\x38\xb6\xb0\x5a\xe1\xa4\x63\xcd\x3d\x0c\xcb\xf6\x7d\xce\xc4\xd5\xfd\x17\xd6\x34\x9c\x5f\xad\x52\xfb\xb0\xaa\xe1\xfc\x6a\xfe\xd2\x9a\x6e\x54\xe6\x10\xef\xbf\xb0\xa6\xe1\xc8\xef\xe6\x81\x2c\xcb\x9c\x5f\xcd\x8d\x59\x79\x3a\x1d\x2a\x53\x43\xf7\x5f\x58\xf9\x8d\xca\x34\xb7\xfd\x97\x3c\xf9\xc9\x29\x32\x1a\xc7\x96\x6c\x90\xe4\x40\xbc\x46\xed\x93\x2d\x92\x1c\x96\xe8\x89\x4e\x56\x9f\xbe\x83\xc4\xf3\xab\xff\x92\xd5\x4f\x56\xbf\x72\x74\xc9\xea\x27\xaa\x1f\x34\x70\xb2\xfa\xc9\xea\x37\xcb\xac\x7e\x72\x1a\xb6\xe1\x6e\xad\x7f\x72\x1a\xb6\xc6\xa9\x4e\x36\x00\x13\x18\x8f\xdf\x29\xb3\x66\xe9\xcc\xc3\x46\x43\x65\xab\xb6\x51\x9b\x27\x27\x5b\xb3\xec\x34\x6c\x9d\x26\xa6\xbf\x40\xd4\xe6\xd6\xb2\x57\x7a\x76\x66\xb6\xc1\xd1\x65\x1b\x80\x0e\x03\x57\xf3\xeb\xbf\xec\x25\x41\x9e\xb7\xab\xf2\xf5\x5f\xb6\x01\x18\x4b\xed\x0a\x9f\xfd\x97\x6d\x80\xec\xa4\x73\x9d\x46\xc9\xb6\x40\x76\x06\xb7\xe1\x7e\x6d\x81\x7c\x5a\xc0\x43\xb6\x05\xc8\xec\x76\x3d\xc8\xfe\xcb\xb6\x00\xd3\x1f\xbb\x6c\x64\xff\x65\xcf\xf7\x46\x6d\x9e\xc7\x6c\xa3\x64\x1b\x65\xfc\xf7\x60\xe9\xfe\x2b\xb6\x59\x71\xee\xba\x41\x3b\x16\x1b\xad\xd8\x68\x83\x46\x2b\x36\x9a\x83\xaa\xbb\x57\x57\xb1\xd5\xe8\x31\xc8\x3f\xcf\x73\xb1\x85\x98\x0a\x39\x93\xd1\xd7\x7f\xc5\xd6\x60\x5c\x75\xfe\x79\x27\x15\x6b\xce\x52\xb5\xf9\xe7\x15\x5c\xac\x79\xa1\x9f\x9b\xfe\xe5\xfe\x2b\xd6\x7c\xa3\x76\x9f\x23\xd5\x43\xa6\x3b\x61\xfc\x9a\x65\x1e\x72\x75\xd6\x26\xda\xa7\x7a\xc4\x74\x27\xe4\x98\x1c\x5d\xf5\x9c\x56\x3b\x81\x1a\x6d\x5b\x3d\x62\xfa\x04\x72\x4c\xce\x69\xf5\x88\x37\x2a\x1f\xde\xfd\x57\x3d\xe0\x7a\xe6\x3c\xa1\x51\xaa\x07\x4c\xfe\x79\xce\x3e\x20\xab\x07\x4c\xa7\x40\x29\x56\xac\x7a\xb7\xd2\x29\x90\x99\xbe\xb1\xff\xaa\xa7\x6f\xa3\x92\xf9\xdf\x7f\xd5\xd3\x57\x3f\x27\xaf\xe3\xa7\xcd\xca\x32\x9c\x3a\x17\x9f\x90\xcd\xca\xd2\x2b\x90\x49\xa7\xed\xbf\x66\x6d\xe9\x15\xc8\xe7\x91\xd3\x3c\x3f\x1b\x75\xfa\x9c\x6b\x36\xc0\x46\xa5\x73\xbb\xff\x9a\xf5\x67\x9e\xaa\x5c\x6d\xa7\xe6\x8d\xce\x44\xc5\xb9\x7a\x77\x35\xaf\xf3\x33\x79\x95\x6f\x92\x66\x3b\x31\x1a\x3b\x33\x56\xb3\xff\x9a\xd7\x39\x3d\x05\x2e\xfd\xd2\x7f\xcd\x86\x62\x25\xde\x42\x5d\x9b\xcd\x44\x3f\x41\x6f\xa7\x0e\xd6\xbf\xb9\xe8\x8a\xcf\x88\x6e\xfd\x19\x69\x4d\xfe\x6c\xff\x75\xab\xcf\x48\xeb\xf0\x92\xe8\x56\xab\x33\x6c\xd8\x5d\x76\xab\xc5\x18\xea\xc2\x7c\x46\xfd\xd7\xad\x96\x63\xa8\xcf\x2f\xad\x41\x77\xb4\x2c\x67\xb5\x5b\x01\xc7\x50\x33\x37\x48\xff\x75\xcf\x7e\x67\xb8\x6c\xf1\x30\xac\x81\x03\xa6\xab\xdb\xf7\x9c\x22\xf1\x6d\x7a\x3b\x77\x2b\xd5\x4f\xa5\xd8\xda\xb0\x06\x1a\xfb\x79\x2a\x0d\x4f\x20\x13\x5d\x35\x2f\xaf\xe1\xf9\x1b\x8c\xbb\xb4\x89\x86\x15\x65\x7c\x34\xb1\xf9\xfe\x1b\x56\x74\x30\x23\x60\x61\x9f\xc3\x7a\x0e\x06\x56\x16\x2e\xdf\x61\xa5\x70\x73\x67\xf6\xeb\xbf\x61\xa5\x74\x73\xdf\x79\xc3\x13\x35\x1c\x51\xe1\xad\x3f\xac\x15\xb3\x18\xb7\xf3\x4b\x2b\x35\xac\x94\x2f\xdf\x69\xa5\x26\xa3\x21\x0b\xed\x31\xad\xd3\x74\x58\x2d\xe7\x7d\x5a\x27\x47\x3a\x7b\x29\x4c\xeb\x34\xa9\x93\x27\x6f\x5a\x27\x14\x9c\x9c\xb9\xfe\x9b\xd6\x69\x5a\x27\xae\x8d\xe9\xb9\xdb\x68\xcd\x93\x32\xad\x26\x23\x9d\x9b\x1f\x00\xd3\x5a\x32\xd2\xb9\x79\x53\x4d\x0f\x7f\x32\x20\xcc\x97\xec\xe5\x75\x76\xf1\x50\x49\x1e\xd8\x65\x8d\x2e\x06\xd1\x79\x27\x5f\x1e\x3e\xaa\x5d\xba\x9f\x4e\x97\xc7\x4f\xc2\x38\x4b\xf9\xf4\xdf\xe5\xf1\x9b\x2f\x5e\x3d\x03\x97\x15\x60\x46\xac\xda\x6c\xb3\xcb\x7b\xea\x72\x1e\x0e\xdf\x09\x97\x55\x60\x71\xdb\xf3\x00\xbd\x3c\x2b\x97\x83\xa3\x3c\x10\xaf\x3e\x14\x9a\x5c\x8e\xfe\xbb\x7c\xca\x60\xd0\xd3\x87\xd6\xe5\xa9\x43\xa0\xa7\xf7\xc0\x65\xdd\xf1\xe7\xe9\x93\xf2\xb6\xee\xb7\x83\xe1\x38\xe7\xb7\x55\xbf\xad\x3a\x75\xba\xad\x3a\xe3\xa1\x19\x57\xd3\x7f\xb7\x35\xdf\x5a\xdc\xcf\x73\xfd\xb6\x46\x37\x63\x9c\x82\x83\xb8\x3d\x4d\x58\x31\xcb\xd5\xf4\xdf\x6d\x1d\x1d\xfc\xdc\xad\xe4\xed\x79\xc2\x8a\x49\xd8\xef\xbf\xdb\x7a\x1b\x67\x3f\xcf\xcd\xdb\x8a\x23\xc5\x9d\xf9\xbc\xfa\xef\xb6\xe6\x67\xc1\x5b\xbf\x4b\x6e\xab\xbe\xd1\x7f\x7e\xfa\x3c\xd6\xf3\xf1\x1c\x27\x2a\xfa\x58\x05\x07\x32\x27\x9f\x74\x8f\x67\xef\x61\x9c\x80\x5f\x43\x8f\x75\x78\x18\x59\xe1\x23\xe1\xf1\x78\x1f\x86\x51\xd8\xdc\x8f\xc7\xcb\x1c\x58\xc5\xe7\xcb\xe3\xe1\x3e\xf6\x11\xfb\x7e\x7d\x3c\xdc\x87\x71\x14\x7e\x80\x3c\x1e\xed\xc3\xc0\x93\xf6\xdf\x4b\x78\xf4\xdf\xe3\x79\xdc\x48\x4c\x3f\xd0\x7f\xcb\xfa\x31\x4b\x70\xe9\xde\xa9\xcb\x13\xb9\x18\x66\xe1\x97\xf3\xf2\xae\x5c\x0c\xb3\xf0\x43\x74\x79\x6e\x17\xe3\x52\x7c\xc9\x2c\x1b\x86\xc9\xb4\xce\x97\xee\xb2\x5d\x96\x63\x2a\xfc\x32\x59\x9e\xef\x45\x5b\xf9\xfc\x5c\xb6\xd5\xb2\xad\xa8\xf1\xf2\x7c\x93\xff\x9d\xbd\x45\x96\xcd\xb7\x18\xb6\xe3\xb3\x7e\xd9\x56\x8b\x31\x3a\x9e\xed\x65\x53\x2d\x9a\xca\x93\xbd\x6c\xaa\x45\x53\xf9\xbd\xb9\x6c\x8b\x65\x77\x9a\x4f\xad\xd7\xc6\x78\x19\x72\xe2\xe7\xd1\x6b\x5b\xbc\xb4\x85\x5f\xb4\xaf\x6d\xe1\xa4\x5b\xbe\x22\x5f\x2b\xfe\x3a\xbe\x84\x4a\xbe\x6e\xff\x75\x48\x02\x3f\xfc\xdc\xbc\x29\xd4\x1e\xeb\xe7\xe6\x1d\xe5\xfb\xf3\x49\xf3\xd9\xb0\xcc\x8a\xf5\xb3\xf9\x3f\xb7\x6f\xc2\xf4\xf9\x2f\x1b\x96\x61\xbe\x23\xf9\x79\xf7\xf9\xb8\x30\x63\xda\xe3\xff\x6c\xeb\xcf\x5c\x7b\x0e\xf6\xb3\xad\x59\x69\xf6\x67\x63\x7c\xb6\xb5\x49\xd4\x36\xff\x67\x5b\x7f\x8c\x53\xf0\xad\xf1\x79\xa9\x7e\xa4\xb7\x4d\x37\x6f\xf3\x93\x44\xfd\xf3\xea\xfd\x6c\xfe\x8d\x34\xbc\xec\x3f\x9b\x9f\xd5\x76\x6a\xf3\x39\xf0\xd9\x3e\x1f\xf9\xf7\xbc\x0a\x43\xc7\x0c\x73\xad\xb9\xc8\x82\x88\xb6\x38\x5f\xf1\xa1\x4d\x02\x43\x96\x3d\x94\xc9\x38\x83\x8d\x91\x82\x50\x26\x81\xfd\x5b\x3d\x14\xc7\xf8\x39\xfa\xc6\x5d\xde\x16\x31\x7c\xa0\xb9\xb1\xc7\x22\xaa\xc4\x1b\x34\x08\x41\x0b\x53\x77\x7a\xa8\x8d\x60\xfc\xb8\xdf\x23\x3c\xfc\xf0\xf0\x2d\xca\x16\x79\x2a\x3b\x45\xdd\x22\x4f\x88\x45\x1e\x57\x90\x92\xca\x99\x0c\x95\x0e\x8c\xce\xcb\x2c\x54\x3a\x90\x59\x5f\xb5\x87\x46\x07\xa2\xb6\xe1\xc6\x3c\xb0\x20\xcf\x72\xd0\x88\x1a\x5d\x98\xb3\x3d\xf9\x2f\x8d\x0e\x8c\xf3\x43\x85\x2e\xcc\xd9\x46\x5d\x22\xd9\xfa\xe6\x6c\xf3\xa5\x16\xc9\x1a\x25\x72\x10\xf9\xf0\x8d\x64\xeb\xbb\x64\xec\x2c\x14\xd9\xf8\x26\x68\x77\x8b\x86\x45\x64\x08\x22\xf2\xa1\xdf\x81\xfd\x1c\x75\x63\x56\x3c\xf9\x3d\x7f\x76\x60\xcd\xcf\x62\x34\x7c\x13\x44\xb2\x9a\x26\x5a\x4f\x4e\x9c\x7a\x07\x46\x1b\x34\x90\x76\x07\x32\xcb\x91\xf6\xd0\xee\xc2\x44\xeb\xc9\xb6\x94\x3b\x30\x58\xd8\xa8\x87\x72\x17\xf9\x8c\xab\xe7\x04\x28\x77\x20\x2a\xd3\x58\xf6\x50\xee\x40\x94\x38\x3b\xb5\xf2\xd9\xca\xd3\xb6\x3a\x1b\x18\xbe\xc6\x43\x65\x03\xfb\xce\xf7\xd8\xac\x14\x63\x6b\x4d\x70\xe9\xa1\x6c\x81\xe8\xa4\x97\xf5\x50\xb6\xc0\xf4\xd3\x35\x74\x2d\x30\xb5\x8a\x50\xb5\xc0\x64\xf2\xda\x1e\xc5\x2a\xb0\x6e\xac\x3d\x2c\xa1\x7c\x85\x6b\xd3\x4c\x4f\x5f\xb1\x06\x85\x5c\x38\xcf\x55\xf1\xb2\x2d\x66\x48\xfa\x5f\x9e\xbe\xc2\xd2\x96\x3c\x0e\x42\x43\x03\xe1\x80\xf8\x1e\x1a\x1a\x98\xd9\xfb\x49\x41\x03\xf9\x5c\x57\xc5\x4b\x99\x89\x86\xb3\x8f\x83\x62\x6b\x90\x70\xdd\x6c\xee\xe2\x29\x3e\x19\xd5\x36\xa4\x6a\x07\xa6\xfd\x3c\xa1\xd9\x81\x18\x4c\x2e\xda\x43\xb5\x03\xd3\xd7\x49\x54\x1b\xa8\xd2\x40\xde\xb0\xca\x1e\x98\x3e\xc8\xa3\xda\x18\xa4\x4f\x9f\x2b\x41\xd5\x03\x53\xad\x8b\x6a\x63\x54\x1a\xc3\x1b\x4a\xfb\x03\x33\xd7\xff\xee\x27\xef\xa1\x07\x82\x7c\xae\x4d\x35\x10\x4c\x25\x22\xb4\xc0\x70\x61\x59\x6f\x67\x2d\x10\x4c\xbb\xc4\x42\x09\x04\xd3\x77\x7d\xe8\x80\x60\x66\xaf\x38\x15\x10\x4c\x56\x8e\xe8\xa1\x01\x82\xe9\x67\x4b\x68\x80\x20\x9f\x3b\x4b\x03\x04\xf9\xdc\x33\x0a\x20\xc8\xe7\x39\xa0\xff\x81\x7c\xee\x52\xf5\x2f\x5c\x55\xd6\x33\xa8\xfd\x81\x7c\x1e\x59\xcd\xb6\x63\x55\x59\x66\x73\xef\xa1\x0f\x82\xa8\xd5\x87\xa9\x46\x08\xf2\x79\x1a\x35\x5b\xc7\x84\x6b\xfa\x1c\x42\x1f\x04\x93\x49\x5f\x7b\xe8\x83\x20\x2a\x63\xee\x7a\x74\xdb\xa2\xdb\x16\xb4\x7e\xb7\x2d\x58\x30\x76\x30\x75\x66\x0f\x25\x11\x44\xad\xb6\xbf\x92\x08\xa2\x65\xbe\xd8\xa2\x5b\x77\xc2\xc4\xa5\xf9\xc0\xd6\x1c\xc1\x64\xf1\x8a\x1e\x5a\x22\x88\xd1\x93\x3f\xb5\xaa\xc6\x84\x95\x8d\x50\x1d\x41\x94\xec\x49\xe8\x5e\x1c\x1b\x85\x55\x9a\x7a\xa8\x93\x60\x7f\xcf\xf1\xd3\x61\xfd\x87\xd3\xab\x21\xc4\xa1\x4e\x82\x5d\xc6\x09\x54\x27\xc3\x00\x30\x43\xdb\x7a\x28\x8f\xa0\x84\x77\x92\xf2\x18\x06\x80\x19\x8f\xd6\x43\x7b\x04\xbb\x8c\x6b\x6b\xd8\x00\xe3\x4c\x37\x47\x43\x0d\x1b\x60\x30\x62\x89\x70\x5a\x0f\x35\x33\x0c\x01\x93\xc4\xde\x43\xcd\x04\x85\x35\xa9\x7a\x0c\x1b\x80\x68\xaf\xcb\x2f\xf5\x50\x33\x41\xd4\xe6\x03\x5e\xcf\x04\xfb\x50\x38\xe4\x69\x0b\x18\xee\xf5\x63\x3f\x14\x4d\x50\xc2\x27\x9a\x56\x09\x0a\x4b\x23\xf5\x50\x21\xe3\x8c\x09\xf6\x12\x9e\x56\x6c\x5a\x31\xe4\x27\xf4\x4a\x10\xc3\x6f\xdf\x50\x2c\x41\x61\x85\xa7\x1e\x8a\x25\x88\x5f\xf5\xa1\x36\x3d\xdb\xf3\x64\x00\x78\xc0\x56\x76\x1a\xda\xf6\x11\x39\x3d\xdb\xd3\xd0\xb6\x57\xc0\xb4\x01\xa6\x29\x00\xe7\xf0\x6c\x80\x49\x52\x84\x67\x5b\x53\x05\xfb\xa7\x6c\x4e\x53\x05\xfb\xa7\xec\xf6\xb2\x4d\x88\x14\x0f\x66\xab\xea\xa1\xbe\x82\x68\x3f\x3f\x4f\xd4\x57\xb0\x7f\x6b\x99\x97\xc5\x99\xd1\xd9\xf7\x81\xae\x0a\x76\x19\xd5\xbd\x6c\x29\x56\x9e\xad\x9e\x1e\xf5\x15\xec\xc3\xa3\x41\x2f\x5b\xea\xb2\xa5\x7c\x9c\x28\xb0\xa0\x54\x2f\x3c\x05\x16\x44\x65\x56\xdc\x1e\xea\x2a\xd8\x9b\xe3\xe8\xf4\x55\xb0\xcb\xd8\x9c\xc2\x0a\x4a\xf5\x72\xbf\x6d\x80\xdb\x1c\x00\x7a\x63\x42\x89\x05\xfb\x48\x38\x3a\x2d\x16\x84\xf3\x25\xf5\xb8\x6d\x80\xdb\x06\xf0\x39\xa6\xda\x82\x38\x1f\xdb\xa1\xdb\xc6\x89\xf8\x5a\x5b\xe5\x36\x8c\xf8\xfa\x00\xd7\x6d\x41\x38\x35\x4e\x0f\x45\x36\x4e\x74\xd7\x37\xb3\x22\x1b\x27\xba\x6b\x1b\x2b\xb2\xa0\x0c\x9f\xf4\xb7\x8d\x72\x82\xbb\x5e\x79\xca\x6d\x3c\x2e\xe9\xe6\x15\xf5\xd8\x02\xcf\x09\x78\xf3\xdb\xc7\x16\x78\x88\x6e\xfb\x72\xd6\x77\xc1\xfe\x37\xda\xf3\xf1\x5e\x79\x9c\xbd\xd6\x67\xfb\x63\x03\x9c\x60\xad\xa7\x51\x31\x06\x65\xf8\x45\xf0\x58\xff\xc7\x88\xb7\x07\x67\xfd\x4f\xa8\xd6\xeb\x53\x59\x8e\x13\xaa\xf5\x72\x57\x83\x41\x19\xbe\xff\xf5\xdc\x38\x11\x58\xef\x1e\x45\x17\x94\xe1\x3b\x5b\xcf\x0d\x57\x95\x0d\xdf\x7e\x8a\x2e\x28\xc3\x8f\x26\xad\x36\x8c\xd3\xc6\xfc\xef\xc1\xd8\x3d\xb4\x5e\x50\x86\x6f\x9c\x65\xe3\x2c\x1b\xc7\xab\x43\xeb\x05\x7b\xcb\x1e\x94\x2d\xb1\xbc\x12\xa8\xb5\xda\x1b\xe4\x72\x47\xf2\x13\x44\xef\x05\x65\xf8\x25\xa7\xf7\x82\x68\xd5\x47\xbf\x96\x0b\x6a\xf8\x72\x51\x72\xc3\x28\xae\x2f\x0d\x25\x17\x44\x9c\xc7\xa8\x96\x1b\x27\x8c\xeb\x9d\xa0\xe6\x82\xfd\x7f\x9c\xb9\xd7\xaa\xbe\x46\xac\xa9\xc2\x6b\x55\x37\xea\xf9\x8a\x7d\xbd\x0c\x5e\x16\x01\x4b\xd4\xea\xb5\xf2\xff\x82\xb8\xfe\xd2\xf3\xcb\x82\x3a\xb5\x78\x41\xbe\xd6\xd4\x90\xad\x0f\xe5\xd7\x9a\x6e\x54\x72\xb7\x7b\xbc\x5e\x05\x27\x62\x4b\x0d\xd4\x6d\xb0\x6b\x40\xb3\xe9\xdb\x60\xef\x94\x63\xfb\xac\xe9\xbf\x00\x2d\x9b\x53\xb8\x41\x3d\x8f\x6e\x85\x3b\x14\xee\x50\x4f\x15\x6e\x10\xce\x0a\xdf\x43\xbd\x06\x35\xfb\x22\x50\xaf\xc3\x85\x78\xc2\xf7\xb9\x32\x1d\x1f\x6b\x76\x9d\xad\x59\xad\x6f\xf9\x6f\x6e\xcd\x7a\x19\x9e\x6d\x1e\x88\xe7\xf4\x84\x67\x79\x82\x26\x43\xb1\xe9\x84\x62\x79\x96\x25\xdd\x19\x44\x62\x8a\xc5\x9e\x0c\xcf\x82\xfd\x7f\x95\xb2\x6a\x59\xf5\xff\x0a\x65\xcd\xb2\x46\x30\x32\x28\xea\x16\x19\xb4\xeb\xee\x62\x5a\xe6\x84\x84\x3f\x77\x71\x59\x76\xf9\x7f\xfe\xf6\xb1\xcc\x70\x24\x31\x84\xa4\x54\x83\xca\x42\xb5\x3d\x29\xd5\x20\x9c\xfa\xab\x27\x63\xb1\x20\x4c\xad\xe9\x49\xd3\x06\x95\xe8\x79\x4f\x9a\x76\x32\x18\xdb\xb9\xbd\x92\xc1\x58\x10\x4e\x1b\xd6\x93\xd1\x58\xb0\xbf\xca\x68\x00\x95\x1c\x44\xf1\x8b\x3a\xe9\xe4\xc9\x95\x7d\x98\x58\xa0\x27\x43\xaf\xc9\x95\x7d\x58\xdd\xac\x27\x45\x1d\xd4\x5e\xfd\x37\x2b\x86\x95\x67\x26\x20\xe8\x49\x2b\x4f\x64\x72\x67\xef\xf4\xa4\x5d\x83\xc8\x0a\x5a\x52\xaf\x41\x64\xfb\xde\x92\x51\x55\x10\xa7\xeb\x39\x29\xd8\x20\xf2\x39\x41\x46\x55\x41\xe4\x76\xca\x86\x65\xfb\x62\xf4\x35\x95\xb4\x6e\x10\xd9\xce\xff\x64\x54\x15\x74\x3e\x4b\x93\x1e\x0e\xa2\x33\x7e\xb7\x27\x3d\x3c\xb1\x00\xac\xc1\x9c\xa4\x86\x83\x38\xfd\xc0\x49\xe9\x06\xc1\x2a\xdc\x3d\xa9\xc9\xa0\xfa\x39\x97\xb4\x64\xd0\x3d\xab\x06\x40\x41\x30\xa1\x5e\x4f\xc6\x3f\x41\x52\x74\x93\x2a\x0d\xb2\xfd\x95\x49\x95\x06\x9d\x97\x5d\xca\x9e\x82\x6c\x1f\x94\xbf\xf3\x48\x4d\x85\xce\xfe\x97\x97\x96\x53\x49\xf3\x64\x49\xda\x76\xd2\xb6\xed\xbf\x4f\xda\x36\xe8\x3f\x2f\x54\x6d\x1b\x74\xa3\xeb\x49\xb5\x06\xfb\xa3\xd0\x5f\x5a\xc7\xc2\x83\x90\x8f\xe7\xa4\x47\x83\xce\x7b\x2e\x19\xe9\x04\xc1\xd4\x82\x3d\x69\xd6\x69\x6b\x74\x3f\x17\x90\x16\x0d\xc6\xa9\xb6\x16\x0d\x72\xe2\xf1\x96\xf4\x63\x30\x4d\x5c\x48\xea\x31\x88\x6a\x7f\x56\xd2\x85\x41\xee\xf4\xa7\x24\x5d\x38\x99\x34\x6d\xbf\x7c\x32\xca\x09\xe2\x84\x15\x92\x36\x0c\x8a\xb9\x06\xa9\x5a\x25\x82\xa1\xff\x1a\x48\x43\x06\xb5\x5a\x03\x0d\x19\xf4\xe2\xa1\x79\x2a\x19\x5e\xfc\xef\x30\xac\x66\xe5\x54\xd2\x16\x3a\x31\x08\x67\xc3\xe9\x49\x29\x4e\x26\x4c\xfb\xb0\x53\x8a\x41\x0b\xef\x43\xa5\x18\xc4\xbe\xfb\xff\xf3\xb5\x9d\x74\xe6\xe4\xda\x3e\x3c\x6c\x93\xce\x0c\x82\x61\xff\x3d\xe9\xcc\x20\x18\x25\xdf\x93\xce\x0c\x9a\x1a\x9d\xb4\x61\x10\x4e\xa1\xde\x93\x3a\x0c\xa2\xf9\x78\xd3\x7d\x41\x34\x6b\xa7\xfb\x82\x76\xee\x3c\x3d\x17\xf4\xf3\x30\xd2\x73\x41\x67\x62\x9c\x9e\x8c\x85\x82\x98\x5e\xf5\xaa\x2f\x70\x4c\x40\x4f\x6a\x2e\x88\x49\xc7\x40\x52\x73\x41\x67\x4e\x9a\x9e\x8c\x8e\x82\x98\xf4\x3b\x24\x25\x37\x39\x01\x97\xcf\x7f\x1d\x17\xf4\xf3\xa8\x57\x71\x41\x3f\x4f\x7a\x83\xa3\xc9\x09\xb8\xce\xb6\x3c\xcf\x9d\x4e\x56\x62\xea\x49\x99\x05\x69\x9c\xff\xb2\x8e\xdd\x4e\x56\x2e\x36\x43\xa3\xe0\x44\x46\x93\x7a\x0b\x32\x0b\x65\xf5\xa4\xdd\x82\x34\x3c\x1f\xca\x2d\x88\x7f\x95\x54\x6e\x41\x66\xc2\xf9\x9e\x94\x5b\x30\x8c\xd5\x25\xdd\x16\x8c\xee\x63\x4f\xb5\x05\x51\xed\xca\x4f\xaa\x6d\xda\x1a\x3b\xba\xaf\x42\x23\xa3\x60\x74\x9f\x68\x5a\x2c\x98\xd9\xab\x62\x58\x71\x47\x40\x7b\x3d\xe9\xb5\xc9\x11\xd0\xcd\x2a\x59\x71\xb4\xb6\xdb\x5b\x95\xd4\x5a\x30\xfd\xd4\x48\x46\x54\xc1\xf4\x7b\x21\x29\xba\xe9\x88\x2e\x55\x32\xa2\x9a\x4c\x6b\x3e\xb7\xac\xf2\x0b\x76\x9d\xdc\x9a\xad\x61\x5a\xf3\x79\x02\x68\xc4\xa0\x84\x8f\x77\x85\x38\x1d\x21\x4e\xee\xd5\xe6\x98\x2e\xbe\x8e\xaa\x24\xed\x37\x1d\xfb\x45\x10\x92\xf6\x0b\x8a\xe9\x46\x49\xd1\x4d\x66\x3f\x27\x1f\x0c\x4a\x2d\x88\xc1\x4c\xd3\x3d\x69\xb0\x60\x7f\x55\xb0\x39\x0d\x16\xd4\xea\x2b\x5a\x81\x05\xfb\xdf\x38\x12\x05\x16\xec\x32\x6a\xa1\xc0\xa6\xcb\x44\x2d\x3f\x0d\x14\x58\x50\x3b\x51\x84\xa4\xbf\x82\x48\xdd\x77\xaa\x02\x0b\xf6\xeb\xdd\x23\xb1\xb2\x97\xeb\x00\xda\xc6\x0a\x2c\xe8\x3e\x8a\xf5\x57\xb0\xdf\xb3\xfe\x97\x67\x7f\xa3\x19\x5b\x48\x2a\x2d\x50\x0a\x92\x42\x0b\xda\xb9\x37\x94\xd7\xe4\x8c\xd4\xd9\x87\x89\xa2\x9a\xb6\x94\xb6\xb0\x02\x8a\x25\x68\xf6\x5e\x26\x1d\x12\x34\xfb\xa5\x92\xbe\x08\x9a\xbd\x61\x49\x5d\x04\xd1\xfc\x9c\x7a\x3c\x05\x0f\x33\xd8\xfb\x3e\x53\x20\x41\x24\xaf\x5d\xfd\x11\x34\x7b\xf3\x92\x31\x54\x10\xc9\x4b\x57\xa5\x04\xed\x7c\x0e\x69\x94\xa0\xd9\x63\x99\x34\x45\xd0\x98\xa6\xa6\x27\x4d\x11\xf4\xf3\x1e\x57\x14\x41\x3b\xad\x6a\x54\x15\xb4\xe6\x9d\x67\x50\x15\xec\x7b\xca\x8d\xd9\xf8\x4e\xed\xec\xbb\x45\x75\x04\xd1\xbc\x44\x55\xc7\xe4\x34\xce\xde\x66\x9a\x63\x72\x1a\x67\x5b\x5a\x73\x4c\xce\xd9\xec\xeb\x58\x0d\x04\xad\x79\x93\x19\x0e\x05\xd1\x7c\xa5\x2a\x86\xa0\x35\xcf\xb7\x5e\x98\x1c\xf8\xeb\x47\xbf\x5e\x08\x5a\xf3\xc1\xa1\x16\x82\xd6\x7c\x0d\xaa\x80\xa0\xff\xfc\x08\x51\x01\x13\xbe\x37\x3d\xb7\xea\x1e\x88\x66\x78\x29\xbd\x9e\x36\x96\x12\xfa\xf9\xe0\xd0\x00\x41\x67\x16\xa8\x9e\xb4\x3d\xd0\x7f\x7e\x58\xa9\x76\xa0\x33\xdb\x5b\x4f\xaf\x87\xcf\x00\xe2\xe9\x13\xf9\xf5\xf0\x5f\x4e\x5b\x2e\x7f\x78\x3f\xab\x87\xa0\xff\xfc\x8c\x34\x58\x0a\xfa\xb9\xb7\x75\x37\xd0\xcf\x6d\xac\xa7\x81\x7e\xee\x76\x03\xa3\x20\x9d\x4b\x4b\x73\x03\xe9\x5c\xa6\x9a\x1b\x48\xe7\x2e\x30\x30\x0a\xfa\xb1\x25\x5d\x0e\xf4\xf3\x1c\x32\x30\x0a\xd2\xf9\x22\x50\xef\x40\x3a\x37\x99\x76\x07\x3a\x79\xdc\x3d\x69\x77\xc9\xb8\x28\x47\x9f\x8d\x8b\x82\xae\xc7\x65\x7d\x0f\xf4\xc2\xb7\x5f\x56\xf7\x40\x34\xdf\x83\xd9\x58\x69\x76\xa8\xaf\x31\xc9\xac\xc7\x81\xf1\xeb\xfe\x74\x58\x44\x44\x98\x2a\x65\x2d\x0e\x8c\xdf\xd9\xe7\x6d\x91\x6f\xb3\x49\xd1\x63\xd1\x7e\x8d\x33\x7a\xbc\x67\x7d\x0d\x0c\x66\xc5\xef\x59\x5d\x03\xdb\x9c\xd9\xbe\xf9\xb4\x60\xfc\xf8\x72\xc8\x61\x05\x36\x46\xe7\x43\x38\x6b\x75\x20\xd9\x8f\x95\x15\x38\x90\xd4\xc1\xac\xbf\x65\x43\xaa\x7c\x8d\x67\x93\x69\xc1\xb0\xcf\x32\x6b\x74\x20\xd9\xc5\x94\x95\x37\x90\x18\x3e\xd3\xb3\x51\x56\x90\x18\xdc\xd2\xb3\x3e\x07\xc6\xaf\x79\x5c\xaf\x45\x7c\x98\x70\x3d\x65\x6d\x0e\x8c\xce\xc3\x31\x2b\x73\x60\x74\x8c\x20\x1b\x2b\xcd\x4e\x66\x45\xaf\x59\x56\xe5\xc0\xe8\xe1\xb6\xac\x10\x93\x59\xf5\xf0\xbf\xac\xd0\x46\x70\xb7\xec\x3f\xac\x51\x62\x86\x15\x7a\xf4\xb2\x22\x07\xa2\xf6\xe4\x3e\xad\xa5\x2a\xe7\xf3\x31\xab\x72\x20\x1a\x33\x17\xf4\x9c\xac\xe7\xc6\xe8\x61\x91\xf5\x3c\x7a\xc7\xcd\x9d\xd5\x3b\x30\x3a\x2f\x99\x6c\x4c\x15\x8c\xce\x33\x33\x1b\x53\x05\x83\xa5\x1c\x7a\x36\xa6\x0a\x46\xe7\x09\x96\x0d\xa9\x66\x27\xaf\x1a\xfe\x97\x2d\x94\xf9\x00\xc3\x43\xb2\xaa\x98\x0d\xa8\x0e\x7f\x68\x0b\x6d\x64\x3f\xb6\xb2\xfa\x08\xf6\x55\xe6\xc6\x6c\x21\xf2\x67\xbb\x69\xdb\x59\x81\x04\x33\x37\x8b\x6c\x21\x06\xd8\xe6\xe6\x2f\x6d\x20\x06\xd8\xe6\xe6\x0e\x6c\x0c\x26\xb9\xf2\xd3\x30\x6b\x90\x20\xfb\x69\x98\x35\x48\x30\x33\x1f\xa8\x59\x81\x04\xfb\xc8\xf8\xa5\x06\x99\x8d\xd7\xf2\xfa\xce\xc6\x6b\xc1\xfe\x8a\x62\x9f\x5a\x25\x28\xc1\xc7\x7a\x36\x60\x0b\xb2\x01\x9e\xac\x42\x82\x70\x25\xdd\x9e\x75\x48\x30\xb3\x37\x85\xd1\x59\x30\xb3\x17\xb2\x0e\x09\xf6\x3e\x3d\x34\xaf\x83\xe2\x80\xfb\xe4\x1e\xac\x3b\x8b\xbe\x9a\x9d\x9d\x75\xcd\x6c\x2c\x36\xf9\x3c\x50\x36\x41\x89\x6c\x91\x95\x77\x21\x58\xdd\x25\xeb\x9f\xd9\x51\xbb\xa6\x07\x66\x2d\x12\x14\xf3\xda\xb3\x12\x09\xf6\xbf\x71\xa9\x69\x91\xd9\xc5\x89\xda\xd9\xab\xf5\x72\xe8\xad\x0a\x9d\x15\xc9\xec\xea\x44\xcd\xb3\xa5\x36\x66\xb5\xd1\x0e\x8c\xac\x37\x66\x97\x1e\x32\xdf\x30\xeb\x7c\xd9\x11\xb4\xf6\x44\x64\xa5\x2f\x3b\x82\x56\x51\xcb\xc6\x40\xc1\xfe\x4e\x65\xbf\x6a\x5f\x46\xf1\x22\xb9\x0f\x43\x9e\xa0\x8c\xea\xe6\xac\x06\xda\x17\xc9\xb3\xa8\xf7\x81\x88\x74\x76\x61\x35\xda\xe9\xfa\xa5\xba\xca\x20\xd8\x65\x6e\xef\x54\xe3\xb3\xaf\x93\x6b\x47\xf7\x03\xd5\x00\x57\x36\xec\x99\x9d\x91\xd9\x3e\x83\xac\x0f\x82\x6a\xc7\x48\xd6\x07\xc1\xde\x1a\x8d\xa2\x10\x66\x47\xc7\xfe\xc6\x1f\x5e\xd7\xd9\x48\x29\xa8\xe7\x1e\xd2\x21\xb3\xd9\xb4\xe1\x69\x56\x22\x41\x55\x76\xb2\x12\x09\x6a\xf5\x9a\x31\x4e\x0a\x6a\xf5\x42\x55\x22\x41\x6d\xde\x43\x46\x49\x41\xb8\x76\x66\xcf\x8a\x65\x36\xe9\x96\xd5\xa8\x7b\xd6\x2c\x41\xe4\x73\xdd\xab\x96\x20\xb2\xdd\xec\x59\xb7\x04\xd5\xc4\xa8\xac\x5b\x82\xc8\x86\x93\xb3\x72\x09\x22\x9b\xe4\x90\xcd\xc4\x05\xfb\xff\xd8\xad\xc2\x09\xec\xb4\xcf\xfa\x26\xe8\x4c\x98\xd9\xb3\xbe\x09\x92\xdf\xd4\x59\xdf\x04\xc9\xe0\x45\x56\x37\xc1\xf8\xf1\xe1\x93\x0d\xa4\x02\xa3\x34\xd9\x30\x2a\x68\x6a\x76\xd6\x49\x41\x3f\x07\x6f\x5b\x0c\xbb\x4e\xdc\x92\x4d\x61\xae\x6e\x58\x1f\x35\x12\x34\xfd\x33\xab\x91\x99\x2c\xdc\x53\x43\x8d\x31\xbb\xde\xd0\xf9\xa1\xf5\x71\xbd\x21\x2f\x03\x85\x11\xb4\xd3\x84\xfa\x22\x08\x47\x55\xf6\x6c\x14\x14\x44\x53\xa1\xb2\x72\x98\x5d\x4b\xc8\x87\x98\x41\x50\x10\xe5\x5c\xfc\xfa\x62\x76\xb4\xac\xef\x5e\x83\xa0\xa0\x35\x1f\xfc\x1a\x24\x68\x0e\xeb\xc8\x0a\x24\x68\xcd\x26\x53\x16\x41\x73\x8c\x48\xd6\x15\x41\x34\x3f\x7c\xcc\xd5\x05\xed\x5c\x8d\xda\x63\x36\x55\xd7\xe1\x40\x59\x7d\x04\xd1\xbc\x01\xb4\x47\x10\xcd\x87\xab\xf2\x08\xe2\xdf\x75\x61\x46\x2f\x88\x76\x36\x66\x03\x5d\x7c\xee\xfb\xb2\x51\x28\xb3\xcb\x1e\xd9\xda\x7a\x21\x88\xe9\xd5\x63\x4c\x33\x9b\x98\xeb\x09\xd0\x14\x41\x37\x1f\x29\x1b\xd1\xcc\xe6\xea\xfa\xad\x75\x5b\xcb\x9b\xaf\x7d\x3f\x99\x8c\x71\x82\x98\xe7\xbf\xac\xe4\x8d\x00\xa0\x5f\xd9\x08\x27\xe8\x3f\x3f\xac\x4c\xd5\x05\x31\xbd\xd0\x0d\x70\x82\x5e\xfc\x20\x30\x96\x99\x4d\xca\xf5\x8a\xd2\x4d\x41\x37\x87\x2e\xeb\xa6\x20\xa6\xff\xa5\x88\x82\xfe\xf3\x65\xa4\x88\x82\x6e\xb7\x4d\xd6\x3a\x41\x67\x0a\xd5\x9e\xb5\x4e\xd0\xed\x08\xc9\x86\x31\x41\x37\x01\x33\x1b\xc5\x04\x9d\xf9\x58\x7b\xd6\x4d\x41\xfc\x6f\x99\x67\x92\x30\xe6\xb4\x59\x95\x53\xd0\xcf\x47\xb9\x72\x0a\xfa\xcf\x8b\x5f\x39\x05\x31\xcf\x2e\x6d\x0a\xdd\xf4\x9c\x6f\x63\x9d\x20\x8e\xa5\x65\x85\x15\xc4\x09\xca\x65\xf5\x34\x9b\xc1\x4b\xaf\x45\x36\x83\x37\x9b\xc1\x4b\xf7\x57\xd6\x58\xb3\x19\xbc\x3e\x3e\x8d\x65\x82\x68\xcc\xbb\xd0\xb3\x16\x0b\x7a\xf1\x33\x56\x8b\xcd\x8b\x7e\x3f\x42\xae\x59\x65\x05\xbd\xf8\x16\x51\x59\xb3\x19\xbc\xd3\x1f\xda\x1a\xac\x91\x5b\x7c\x3a\x6b\xb1\xd9\xa4\xde\xe1\x1e\x6d\x0d\x93\x7a\x09\x06\x67\x93\x7a\x41\x32\xf1\x2b\x2b\xb6\x20\x9d\xe7\x8a\xb1\x4d\x10\x83\x11\xba\x3d\x2b\xbb\xd9\x35\x85\xec\x9e\xce\xca\x6e\x76\xdd\x5c\x82\xf2\x59\xd9\x05\xd1\xcd\x0e\xcd\x86\x3b\x41\x2f\x3e\x6a\x14\x60\x10\xb5\x7a\x1d\x1b\xef\xcc\x2e\xa6\xeb\xa7\xb9\x52\x9c\x5d\x4c\x77\xba\x03\x1b\xe8\xb5\x81\x38\xc5\x4a\x31\x48\xe7\x91\xaa\xf5\x66\xad\xf7\x6c\xde\xd6\x78\x55\x49\xb7\x65\x6b\x30\x8b\xf3\x7e\xf0\xfe\xf7\xeb\xd9\x0c\x65\x10\xcd\xe1\x1d\x59\x9d\xce\xae\x27\x54\xb3\x65\x36\x83\xc9\xc7\x5e\x13\xc6\x42\xc1\xf8\x79\xe5\xa8\xd8\xd9\xdc\x63\x1c\x38\xab\xd8\x20\xfe\xdd\x6e\x3a\x76\x36\xf9\xd8\x0f\x10\x1d\x1b\x44\x3d\x6f\x16\x25\x3b\x9b\x7d\xec\xd9\x50\xb2\xc1\x3e\x34\x8f\xc3\x0b\xc5\xf4\x63\x1b\x50\xcb\xce\xce\xe1\xec\xa5\xa9\x65\x83\x64\x86\x40\xd6\xb2\xb3\x96\xcd\x15\x56\xb4\xec\x62\xf6\x31\xa7\xac\x68\xd9\x60\xfc\x38\xd9\xc5\x00\x2a\x48\x46\xf6\x8b\x92\x5d\x4c\x48\xe6\x32\x2f\x86\x54\x8b\xf3\x3c\x73\xef\x16\x23\xaa\x20\x99\xe1\x51\x34\xf1\xa2\x89\xf3\xb0\x2b\x9a\x78\xd1\xc4\xa7\x7b\x9c\x16\xd9\x05\xe1\xb6\x2e\x8b\x48\x64\x2e\x1e\xfd\x6d\x11\x89\xcc\xd3\xcd\x3f\x16\xd1\x38\xd3\x43\x5d\x16\xd1\xc7\x4e\x4b\x17\x45\x1c\x44\x77\x98\x60\xd1\xc4\x41\x54\xb3\x3d\x8b\xa3\x5d\x41\x30\xec\x7f\xff\x61\x35\x4f\x80\xd5\x4a\xe9\xe7\x60\x74\x3e\xdd\x8a\x7e\x0e\xa2\x99\xb9\x57\xb4\x71\xb0\x6f\x4b\x0f\xc5\x6a\x05\xf1\xa0\xe4\x1e\xac\x96\xf3\x54\x4f\x8b\xac\xd6\x59\xf2\xf7\x6c\xcd\x7a\xa1\xe8\x3d\x5b\x87\xd7\x22\x3f\x61\x78\x1f\x17\xb3\x9e\xc1\xe8\x56\xcb\xac\x67\x30\x3a\x4f\xca\xa2\xc9\x83\x9c\x6c\x37\x4d\xbe\x68\xf2\xdc\x15\xc5\xa8\x2c\x18\x3d\xfb\x5f\x36\x87\x72\xef\x39\x50\xee\x8b\x89\xd0\xd3\xcd\x7b\x8a\x13\x73\xef\xd2\x2f\x5e\x14\x79\x30\x3a\x5d\x74\x45\x91\x07\x99\x05\xf8\x7b\xd1\xe3\xc1\x49\x14\x2c\x6a\x3c\x18\x9d\xef\xa3\xa2\xc5\x17\x2d\x3e\xf9\x43\x9b\x82\x5c\x69\x07\xce\x14\x73\xa5\x8b\x93\x52\xf3\xb4\x2e\x7a\x7d\xd1\xeb\x79\x26\x16\xbd\xbe\xe8\xf5\x74\x1c\x14\xbd\xbe\xe8\xf5\xd9\x1f\xda\x38\x99\xa9\x77\xbd\x97\xf4\xfa\xa2\xd7\xf3\x98\x2f\x7a\x7d\x51\xe2\x79\x8a\x14\x25\x1e\x44\xb5\x93\xa9\x68\xf1\x20\x9c\x16\xa0\x17\x2d\xbe\x68\xf1\x8e\x32\x28\x5a\x7c\x71\xaa\x6a\x1e\x10\x45\x65\x07\x7b\x73\xd4\x53\x41\x2f\x0a\xba\x5b\x53\xd0\x8b\x82\x4e\x07\x55\x51\xd0\x41\xb6\xff\xa2\xe8\xe7\x45\x3f\xe7\x39\x55\xf4\x73\x10\x65\xd0\x4d\x56\xf4\xf3\x62\x42\x75\xf7\xdf\xac\x28\x09\xd5\x95\x69\x16\x7b\x31\x10\x0c\x66\xe6\x79\x59\x0c\x04\x83\xfd\x72\xf1\xa7\x56\x1e\x8f\xaf\xcc\xba\xd5\x8b\x1e\x0f\xe2\x7c\xa0\x14\x45\xbe\x98\x52\x6d\x45\x95\xf6\x62\xfe\xb4\x0f\x21\x9d\x1d\x4c\x96\xe1\xe8\x45\x67\x2f\xe6\x4a\xd3\x6f\x55\xf4\x73\x30\xb3\x95\x52\xcf\x8b\xa9\xd2\x9e\x16\xc3\xc3\x20\x9a\x9f\x31\xc5\x5c\xe9\x62\xae\xb4\x4f\x47\x23\xc6\x20\xdb\x45\x58\x0c\x18\x83\x70\x6e\x98\x5e\x74\x7d\x30\x73\x77\x63\x56\x93\xfc\x69\xbb\xbc\x8a\x5a\x0f\xb2\xfd\x81\x45\xab\x2f\x24\x48\xdb\xab\x54\x94\x7a\x10\xfd\xe7\xb5\xa6\xd4\x83\x6c\x5f\x5c\xa9\xa7\xe6\x5e\x08\xb4\xb6\xd1\x5e\xb0\x2f\x2b\x76\xa0\xe6\x17\x35\xdf\x28\x61\x31\xb8\x0b\x4e\x96\x58\x31\x21\x1a\x94\x28\x6e\xcd\xaa\xd3\x19\x70\xc6\x54\x16\xe3\xbd\xc5\x89\xb2\xec\xb0\x2e\x76\x06\x80\xa8\xbf\x3f\x2c\xb9\xd5\x8b\x9d\x05\xa0\x38\x70\xbf\xd8\x57\x00\x4a\x14\x37\x6c\xdb\x98\x1f\x6d\xee\x7a\xb1\xab\xa0\x38\x62\xd6\x28\x51\x69\x36\x18\x33\x6b\x45\xb1\xc8\xf6\x6a\xce\x3d\xe8\x03\xc8\x60\x32\xc8\xc6\x2e\x8b\x1d\x0a\xa0\x04\xdf\xfe\xc5\x0e\x05\xb0\xdb\x8b\x33\x6e\x87\x42\x71\xba\x2d\xbb\xff\x8b\x3d\x0a\x60\xff\x1f\x75\xb0\x47\x01\xec\x83\xe3\x80\xed\x32\x00\xfb\xb7\xb4\xac\x7d\x06\x60\xff\x1f\x95\x35\xa4\x0c\xe2\xa7\x80\x15\x7b\x08\x40\x54\x47\xdb\x14\xfb\x03\x40\xfc\x94\xa6\x62\x7f\x40\x71\x2a\x2d\x7d\xab\xd8\x1f\x00\x8a\xe9\x34\xc5\xee\x00\x10\x91\xbc\x8a\xec\x0e\x00\x45\x1f\x2d\x76\x07\x14\x13\xa9\x8d\x0e\x15\xbb\x03\xca\x89\x35\x23\xa9\xc5\xee\x00\x50\x1c\x6b\x5d\x74\xff\x62\x22\xb5\x2e\x58\x94\xff\x62\x22\xb5\xd1\xa0\xa2\xfd\x17\x13\xa9\xdb\x39\x12\x2f\xa3\x61\xdf\x98\x17\x85\xfe\x5f\x86\xfd\x60\x3e\xc7\xd4\x7d\x50\x34\xd0\x62\x08\xba\x9c\x44\x6a\x9f\x46\xc6\xa0\x41\x9c\x1e\xed\x62\x74\x19\x44\x98\x97\x5f\xec\x04\x00\xbb\x51\xa8\xad\x81\x63\xb0\xcb\x38\x64\xbb\x01\xc0\x2e\xa3\x8d\x95\x7e\xb0\xb7\xe7\x6f\xad\xc6\xa4\x6b\xcc\x87\xa0\x59\xd3\x20\x9c\x86\xaa\x17\x03\xc7\x60\x6f\x8e\x9a\x19\x38\x06\xe1\xf4\x2e\xbd\xd8\x61\x00\xca\xf0\x8e\xb6\x73\x00\x94\xe1\xc5\x63\xdf\x00\x28\x83\xcf\xfa\x62\xdf\x00\xd8\x3b\xe0\xda\xb6\x73\x00\xec\x32\xda\xc4\x58\x32\x28\x83\x20\x62\xb1\x77\x00\x44\x63\xc5\xba\x5e\xec\x1e\x28\x4e\x9b\xe5\x48\x8e\x62\xff\x00\xa8\x76\xe5\x16\xfb\x07\x40\xb5\x13\xb8\xd8\x3d\x00\xaa\x3d\xa8\xc5\xee\x01\x50\x8d\xdf\x17\xbb\x07\x8a\x93\x66\x39\x22\xa3\xd8\x3d\x50\x9c\x34\xcb\x21\x28\xc5\xce\x80\xe2\x04\x59\x8e\xd1\x29\x86\x92\x8b\x93\x61\x39\x68\xa2\x18\x4c\x06\xd5\x98\x7e\x31\x39\x1a\xec\x7f\xa3\x95\xec\x48\x28\xf7\xc9\x09\xe5\x50\xec\x36\x00\x71\xfa\xea\x8a\xfd\x06\x60\x9f\x2d\x76\x6b\xc7\x01\xd8\x65\xee\xd6\xfa\xdf\xa6\x14\xfa\xd6\xb2\xeb\x00\xec\xbb\x8e\x76\x32\x62\x0d\x22\xf5\x73\xc8\x56\xf7\x76\x7e\x1b\x3f\x87\x0c\x63\x83\x5a\x7d\x78\xdb\x7b\x00\xf6\xbf\xb9\x0b\x5b\xe0\x66\x7a\x17\x9f\x3b\x76\x1f\x80\xbd\x57\x1a\xd4\xd8\x36\xd8\x3f\xa5\x05\xec\x53\x28\x06\xb7\xcd\x33\x2d\x76\x2a\x80\x5d\x0b\x8e\xce\x5e\x05\xb0\xcb\xfc\xad\x35\x7b\x0c\xe1\x78\x8f\xd9\x3b\x00\x6a\xf5\xb1\x68\xef\x00\xd8\x3f\xa5\xf1\xec\x1e\x28\xcf\xf9\xb4\xb1\xcc\x5a\x6c\x54\x3b\xaa\x8a\xde\x5f\xf4\x7e\xa6\xca\xed\x45\xc9\x07\x31\xc2\x9f\x6a\xf9\xa0\x76\x6f\x13\x2d\x1f\x44\x36\xe7\xa2\x68\xf9\xa0\x76\x9f\xa7\x5a\x3e\xd8\xff\x46\xab\x1b\xac\x06\xbb\x8c\xba\xaa\xfe\x60\x97\x79\x24\xd6\x75\xa3\x0e\x2f\x1e\xdd\x1f\x44\x76\xac\x6e\x51\xfe\xc1\xa8\xfe\x97\xa7\xd5\x25\x86\x09\x65\x14\xdd\xbf\x10\xd4\x2e\x7e\x44\xeb\xfe\x20\xd9\xb9\x5a\x74\x7f\x30\x1d\x95\x53\x54\x7f\x50\x86\xda\xa1\xf9\x83\x5a\x7d\x85\x69\xfe\xa0\x9e\x47\x90\xe2\x0f\xf6\xa1\xba\x31\x1b\x68\x63\xd4\x3f\x0c\xc0\x2e\x76\x0b\x80\x68\xe7\x33\xcd\x7e\x01\xd0\x9a\xe7\xc7\x7e\x01\x70\xbe\xfd\x4d\x82\x06\xff\xbe\x80\x15\x7e\xd0\x1d\x40\x5b\xcc\x78\x06\xd1\x4c\x25\x2a\x66\x3c\x83\x68\x46\xcf\x8a\x19\xcf\x20\x4e\xc7\x6d\xd1\xf2\xcb\x56\xfa\xce\x24\x89\xbd\xa8\xf4\xc5\xd5\x96\xce\x1e\x3c\x58\x27\x9f\xca\xda\xa2\x62\x0e\x46\xf7\xf9\xa4\x84\x83\x99\x7d\x14\x29\xe1\x60\x66\xcf\xbe\x12\x0e\x66\xe6\x7d\x50\x95\xf0\xea\x44\xd7\x86\x39\xab\x81\xed\xfa\xf3\xdb\x21\xfb\x7f\xc5\x32\x3f\xc0\x2c\xaa\x16\x55\x2b\xf5\xa3\xac\x5b\xe6\x9b\x93\xbb\xbf\xaa\xd8\xd5\x19\xab\x4d\x93\xad\xda\x33\xd8\x8f\xfa\x41\xd9\x63\xd9\xe2\x4a\xf1\x48\x5e\x8b\x0c\x87\xf2\x49\x5d\x8d\x77\x83\xfd\x9c\xdc\x75\xad\x06\xbc\x6b\xf8\x9c\xe4\x9b\xb4\x1a\xca\x06\xfb\xc9\xe1\xff\x59\x8b\x33\x83\x14\xc6\x5b\x75\x6a\x50\x0d\x4f\x56\x95\xba\x9e\x19\xa4\x86\x9b\xb3\x66\x38\x75\xfe\x9d\xcd\x59\x33\x82\xde\x9c\xfc\xaa\x65\x83\xe8\x1d\xcf\xab\x5a\x36\x08\xa6\x0f\xeb\x55\xa5\xae\x06\xbd\xab\xdb\x5a\x16\x79\x06\xdd\x98\xb5\x0f\x6b\xcf\x83\xa9\x3a\xb4\x18\xf8\x3a\xac\x0a\x35\xe8\xcc\xbf\xda\xab\x42\x0d\xd2\x39\x30\x55\xb9\x1e\x2f\xf6\x87\x1e\x3d\x12\xcc\x97\x40\xd5\x81\x41\x8b\xb3\x75\x4f\x94\x53\x3d\xf1\xd0\xab\x3a\x30\x88\xe4\x79\xd2\x81\x41\xcc\xea\x31\x78\xf0\xc9\xbb\x85\x66\xd5\x81\xc1\xe8\xbc\xf4\xaa\x0e\x5c\x5d\x5f\x89\xdf\x69\xb2\x20\x9a\x83\xd8\xaa\x2a\x0b\xa2\x3b\xc1\x50\xd5\x65\xab\xb3\x37\x79\xda\xd4\x56\xd0\x1c\xd2\x5a\xb5\x56\xd0\xf2\xf9\xa1\x35\x72\x1c\xf0\x68\xee\xc0\xe3\x67\x2a\xe7\x73\x85\x1a\x7c\x06\x8d\x49\xf5\x7a\xd5\x6d\x6b\x21\x9e\x81\x05\x56\xad\x15\x44\x37\x01\xb8\xea\x9e\x20\x5a\xf0\x2d\x52\x95\xcf\x5a\xec\x9f\xf7\xdf\x3c\xb4\x62\xc4\x61\x58\xe6\xb1\x31\xb9\x92\x93\x01\x55\x03\xc6\x20\xa6\x35\x50\x3d\xc1\xfe\xa5\xff\xe6\xe1\xb2\x8c\xef\xb4\xee\xe5\x1c\x2e\xd9\xa9\x3c\xea\xab\xee\x09\xa2\xfa\xb1\x5b\x35\xcd\xaa\x69\x1a\x35\xac\x9a\x26\x48\xf9\xfc\xd4\x73\x50\x5d\x5d\x93\x27\x69\xd5\x21\xab\x0b\x00\x5b\x2b\x1d\xb2\xba\x00\xb0\x35\xd0\x21\x41\x67\x8e\xe3\x5e\xcd\x31\x06\xe9\x9c\x29\xb5\x12\xa4\x73\xa6\x54\x48\xd0\x1d\x5e\x53\x55\x48\x10\xd5\x1e\x92\xaa\x42\x82\xe4\xd7\x65\xd5\x20\xc1\xf8\x79\x17\x6a\x90\x60\x68\xad\x55\x83\xac\xcd\x1e\x42\xb7\xe5\x79\x6a\x76\x12\x78\x1b\xaa\x7e\x20\x67\x6f\x30\xd5\x0f\xe4\xfc\x73\x97\x56\xa9\xd1\x33\x94\xdd\x98\x55\x6a\xcb\x2f\x01\x6a\xae\xf9\x81\xbd\x03\xff\xcf\x7a\x36\xef\x0b\xf6\xa9\xf9\x81\x74\x6e\x0c\x2d\x0f\xec\xad\x51\x03\x4d\x0d\x64\x53\x59\xaa\xc1\x5d\x30\x33\x1f\xa0\xd5\xe0\x2e\xc8\xa6\xc5\x54\x75\x0e\x4c\xc7\xb6\x56\x6d\x0e\x44\x33\xca\x5d\x35\xb7\xaa\xb9\x19\x15\xab\x9a\x5b\x75\x12\xe4\xc6\x77\x65\x55\xdd\x40\xb1\x7b\xbf\x6a\x6e\x60\x3f\xe1\xff\xd0\x3f\x5e\x35\x36\xb0\x3f\xba\xd8\x9b\x01\x5c\xb0\x9f\xec\x1c\xbc\xca\x06\x4e\x97\x79\xd5\xd8\x40\xad\x58\x6c\x35\x14\x0b\xaa\xdd\xa7\x55\x37\x03\xc3\x47\x86\x6a\x06\x5a\xb3\x4d\x35\xb3\x3a\xce\x59\xe3\xe2\x31\x62\x0b\xa2\xdb\x4d\x5c\x0d\xd9\x82\xe4\x87\x4d\x55\xe0\xea\x19\xf5\xea\x99\x34\x3f\x18\x14\xa7\x67\xac\x3a\x1d\xa8\x3e\x9d\x35\xba\x6a\x10\xd7\xbb\x46\x51\xab\xce\x9b\xe4\x51\x28\x6a\x75\x7a\x86\xdc\xa3\x07\xeb\x5c\xc6\xbe\x6e\xf5\x2f\xb0\x8f\x95\x5f\x1a\x63\xad\x64\xe4\x4e\x9f\xf5\x5a\x54\xc5\x98\xa6\x47\xa1\x1d\x81\x6e\x02\x7d\xd5\x7b\xc0\xe9\x33\xab\x6a\x4f\x75\x9e\x23\x6f\x7a\x6d\x06\x74\x66\x67\xef\x55\x9b\x01\xd1\x8c\x6e\x56\x6d\xa6\xde\xac\x13\xec\x8d\xaa\xcc\x80\x7d\xb0\xd4\x5c\x99\xa9\xae\x83\xeb\x69\xd2\x65\x40\x77\x1c\x6a\x55\x5b\x40\x32\xed\xa7\x1a\xf1\x04\x49\xcd\xa8\x8a\x0c\xe8\x8e\x38\xad\x7a\x0c\xe8\xd5\xcb\xdc\x20\x28\x48\x6a\x61\xd5\x6c\x40\x3a\x0f\x45\xcd\x06\x24\xbf\xf5\xaa\x62\x03\xba\x23\x7f\xab\x62\x03\x3a\x73\xc6\xf7\xaa\xd7\x80\xce\xda\x33\xbd\xaa\x35\x20\x9d\x8f\x0e\xad\x06\x44\x73\xee\x8c\x6a\xd2\x2e\xe8\xcc\x36\xdf\xab\xa2\x03\x92\xf9\xec\xd5\x58\x29\x48\xa6\xa0\x57\xd5\x07\xec\x8b\x98\x5a\xaa\x3e\x20\x9d\xf7\x9e\xea\x53\x1f\x23\x16\x6e\xcc\x8a\x3f\x44\x2c\x9a\xbb\xb4\xe2\x0f\xc9\x77\x9e\x23\x5d\xa8\xba\xd2\xad\x77\xa5\x2e\x04\x86\xf3\x8b\x56\x93\x76\xc1\x70\xba\xd2\x6a\x54\x14\x8c\x9f\x1f\x6f\xca\x51\x5d\x9e\x6f\x5a\x5f\xeb\x01\xc3\xb1\x2b\x55\xe9\x01\x39\x7b\xda\x74\x1e\x90\x4d\xa9\xab\x2a\x0f\x18\xbd\xb8\x47\xeb\xb8\x7c\x56\xbb\x79\xcf\x37\x73\xf2\xf6\x73\x2a\x75\x1e\x30\x1c\x1f\x55\x75\x1e\x90\xb3\xad\x6f\x6e\x2f\x18\x0e\x7d\xaa\x6a\x10\xc8\xd9\x13\xae\x06\x81\xe1\x54\x7a\x55\x0d\x02\x39\xfb\x12\x54\x83\x40\xce\xde\x35\x6a\x10\x18\x8e\x56\xaa\x2a\x0f\x18\x0e\x15\xab\x4a\x0d\x18\x9d\xce\xd0\x6a\x7c\x12\xcc\x72\x36\xef\xa1\xbe\x7c\xec\xfb\x15\xa2\xae\x80\x6c\xf6\x68\xd5\x56\x40\x36\x08\x51\x95\x15\x90\x8d\x71\x54\xa3\x94\x20\x1b\xb4\xa9\xea\x0b\xc8\xc6\x8e\xaa\x41\x4a\x30\x8b\x2d\xad\xd1\x80\x69\x9e\x5c\x35\x48\x09\x66\xf6\xf1\xa4\xe4\x80\x99\xbd\x0c\x8d\x51\x82\x99\xbd\xc0\x0c\x51\x82\x6c\x38\xa6\x6a\x42\x60\x1a\x50\xad\x46\x28\xc1\xcc\x5e\x60\xca\x11\x98\xc5\x86\x56\x8e\xaa\x72\xe4\x25\xad\x1c\x81\x6c\x1c\xad\x29\x47\x20\x9b\x1a\xd9\x8c\x50\x82\x6c\x68\xa7\xa9\x4b\x60\x3f\xc3\x3a\x65\xd9\x32\xe6\xf4\xe0\x6b\xa3\xa9\x46\x60\xdf\xdf\xfe\x74\x58\xe6\x62\x3e\x9c\xca\x66\xf8\x11\x94\xa8\x16\x5d\x16\xb9\x46\x49\x71\x73\xb7\x65\xac\xea\x52\x3c\xb6\xc7\x22\x73\x0b\x8b\x7b\x58\x96\xd9\xf9\x3c\x28\xfa\x2c\xf2\xc2\xf8\xef\x15\xbc\x7a\x53\xaf\xc0\x2c\xa8\x6a\x33\x8a\x09\xf6\xbe\x32\x65\x56\xda\xb5\x7e\x10\x9d\xa6\x70\x81\xfd\x6f\xb4\xaa\xc2\x05\x76\x59\xa2\xac\x59\xe6\x74\x16\x7c\x3e\x35\x5d\x0a\xec\x0f\x8d\x46\x99\x2d\x11\xf6\xb8\x66\x0f\xc5\x96\x08\x33\x0f\xb3\xdb\xb3\x29\xc2\x6e\x68\xfa\x79\x9a\x86\x05\x76\x19\xe7\x49\xc5\x6a\x71\x3e\x66\x3c\x3e\xdb\x27\xfc\x98\x61\xb7\xc6\x31\x41\x71\x90\x4b\x53\xbb\x1a\xeb\xfd\xd8\x89\xd1\x0c\x5a\x82\xbd\x31\xcb\x6c\x80\xc4\x02\x1f\xee\x53\x15\x03\xfb\xdf\xdc\x9a\xf5\x4f\x8c\xf2\xf3\x70\xcd\x49\x06\x25\x8a\xbf\xf4\x72\x49\x9a\x34\x5f\x3e\xcd\x50\x26\x28\xf6\x06\x36\x05\xad\x9d\xe9\x9b\xa6\x5b\xb3\xf2\x18\x5a\x24\x2f\x5c\x7d\x0c\xec\x32\x1a\x53\x21\x03\xbb\x8c\xdf\x1a\x95\x04\xbb\x8c\x06\x36\x2c\x09\x76\x19\x87\x67\x5c\x12\xec\x32\x2a\xa6\xce\x81\xe2\xcb\xbc\x69\x73\x60\xff\x9b\x65\xd6\x2c\xdb\x2d\xed\xd6\x3c\xd5\x1b\xc5\x17\x51\x53\xdd\x9a\xea\xe6\x3c\x7d\xcd\x20\x24\xd8\x5b\xa3\x01\xd4\x39\xb0\xcb\xb8\x38\x8d\x42\x82\x68\xbe\x9f\x9a\xf6\x06\xaa\x81\xa6\x66\xcc\x11\xec\xef\x4d\xce\xa1\x42\xd7\x1c\x55\xea\x4d\xaa\xcf\x81\x88\x7e\xb6\x66\x1d\x08\x1c\x86\x13\x17\x35\xed\x0d\x54\xc3\x46\x4d\x7b\x03\xfb\xd5\x4c\xc5\xb4\x37\xb0\x2b\x46\x93\xa8\x6f\x20\x7a\xb8\x39\xd3\x7d\x41\x24\xe7\x12\x68\x3a\x1d\xd8\x67\x9b\x23\x36\xa0\x08\xaa\xb9\xc8\x4d\xcd\x03\xfb\xa7\x1c\x8a\x9a\x07\xa2\x39\x88\xbd\x19\x3e\x04\xd5\xef\xaa\x66\xf4\x10\xec\x9f\xd2\x9c\xa6\x0a\x83\x6a\x6a\x73\xd3\x06\xc1\xfe\x37\x0f\xd8\x93\x58\x9d\x27\x9c\xee\xa5\xa6\xfc\x81\x48\xce\x26\xd0\x54\x3d\x70\x52\x4d\x9a\xaa\xd7\x1c\x1b\x6a\x6a\x5a\x33\x51\x18\x54\xa7\x99\x6a\xda\x1f\xa8\x26\x19\x36\x55\x0f\xec\x1d\x50\x7d\x5d\x0f\x54\x13\xb9\x9a\x99\xc3\xed\x0c\x18\xf5\xe4\xe8\x7f\xcd\x01\xa3\xe6\x0f\x34\xa3\x81\xa0\xf6\xea\xd6\xac\x56\x3b\x03\xd3\xa9\x82\x02\x08\xaa\xe9\x94\x4d\x01\x04\x91\xcd\x4d\x6e\x0a\x20\xa8\x46\x67\x9b\xfe\x07\xf6\x99\xe6\xac\x2a\x80\x20\xb2\xc9\x56\xcd\xd8\x5f\x23\x71\x78\x7a\x55\x1b\xe6\x03\xdb\xca\x2d\xb3\xfa\x84\xf9\x06\x8b\x79\xf4\x66\x98\x0f\x44\x6e\x74\xe9\x35\xe5\x11\x54\xab\xa5\x28\x82\x98\xcd\x7d\x5a\xf9\x4e\x16\x61\xf3\xd0\xac\xbc\x13\x28\xb1\xb8\x47\x6f\x66\x06\xb7\xfe\xec\x6f\x19\x3e\x84\x9b\xee\x08\xce\x1d\xad\x39\x36\xcd\x31\x3c\x56\xab\xbe\xd1\xcc\x15\x6b\x8a\x23\x88\xee\xa7\x77\x33\xe6\x07\x4e\x37\x6b\x33\xe4\x07\x22\x79\x01\xea\x8a\x20\xce\xb3\x5c\x55\x6c\xc3\x1a\xb9\x2d\x6b\x44\xd2\xae\xd3\xcf\x37\x55\x11\x74\x67\xc8\x69\xaa\x22\x48\xe7\xfa\xd6\x15\xc1\x3e\x30\x7f\x69\x95\x06\x99\x4e\xde\x68\x7a\x21\x18\x4e\x52\xdf\xf4\x42\xb0\x4f\x30\xbf\x54\x02\xc1\x70\x68\x62\x33\xbb\x17\xe4\xec\x61\x18\xd6\x03\xc3\xf1\xd9\xcd\xec\x5e\x90\x73\xfc\x61\x72\x94\xa6\x37\x82\x59\xf8\x4e\x6e\xc6\xf7\x40\x51\xa1\x9b\xe1\xbd\x36\xcf\x6b\xd4\x7f\xb3\xca\xce\x76\xd4\xbc\xe1\x8c\xd2\x81\x5d\x19\x8e\x5c\x99\x04\xfb\xd1\xe7\xff\x79\xe8\x08\x66\x0f\xaf\x09\x43\x72\xcd\x11\x9f\xe6\xbe\x37\x15\x13\x44\xb2\xcb\xb4\xe9\x98\x60\x97\xd1\x60\x86\xd6\xc0\xbe\x99\x38\x3e\x07\x6e\x82\xf3\x8a\x30\xd8\x06\x9a\xd3\x8d\x34\xed\x14\xa4\xf3\x30\x54\x3b\x41\x66\x81\xdd\xde\xb4\x4e\x30\x9d\x78\xac\x19\x2d\x03\xbb\x06\xb4\x92\xda\x09\xf6\xc7\x8b\x3b\xb0\x06\xb7\x8d\xc9\x6d\xa3\x64\x82\xfd\x06\x72\xa7\x56\xe0\x76\xb6\x11\x1b\x58\xa7\x6c\x46\xcb\xfa\xb4\xcc\x2a\xdc\xce\x1e\xb9\x4b\xb4\x45\x10\xe7\x43\x48\x5b\x04\x31\xad\xba\xb2\x08\x4e\xd4\xbe\x29\x8b\x20\xe6\xd9\x96\xa7\x80\x39\x83\xa6\xf7\xa5\xb2\x08\x62\xfa\x08\x35\xb1\x16\x74\x67\x1d\x68\xea\x63\x73\x2a\x5d\xc2\x26\xcd\x28\x19\xd8\x0d\xe4\x2e\xad\xe5\x83\x25\xfb\x95\xab\xf3\x81\x34\x4e\x91\x87\xbf\x31\x5c\xf0\xa2\xa9\x81\x20\x0d\xb7\x6f\x3c\xac\x39\x97\xad\x41\xe2\xa6\xe1\x35\x0d\xcf\xcf\x63\x0d\x0f\xa4\x41\x88\xa4\x69\x78\x20\xb3\xc0\x6c\x6f\x0a\x1e\x98\x05\x9b\x6b\x0a\x5e\x5b\x7e\xf2\x53\xa4\xba\x81\x12\x3e\x76\xf5\x34\x50\x82\xce\xd0\xa6\xa7\x81\x72\xde\x43\x86\xab\x40\x39\x87\xaf\xba\x35\x57\x57\x49\xbe\x10\x75\x37\x50\xce\xd9\x35\xf8\x04\xf6\xcd\x43\x63\x9b\x95\x0a\xaa\x99\x1f\xcd\x88\x14\xd8\x97\x0f\x67\x4e\xed\x03\xfb\xf2\xb1\xcc\x4a\xbd\x24\x9f\xb9\x4f\x2f\x28\xf2\x4e\x93\xfb\xd4\x04\x41\x73\x5e\xa1\xa6\x09\x82\xe6\xa4\x3c\x4d\x13\x6c\xdf\x19\xa3\x4a\x91\x8d\xf1\x31\x35\x78\xb7\xc8\xc6\xf8\x7c\xec\xfa\x43\x1b\xe3\x63\xba\x73\x02\x17\x4d\xed\x03\x27\x43\xa3\xa9\x7d\x20\xa6\xe7\x4d\xed\x03\x31\xbd\x54\xd4\x3e\xd0\x8d\xc4\x36\xb5\x0f\xf4\xdf\xa9\x90\xad\xc3\x4a\x2b\xd3\xfb\x5e\xc7\x03\x31\xe9\x4f\xe9\xda\x1b\x08\x67\xd6\xef\x9a\x5a\xff\x91\x8e\xce\x43\xbd\x6b\x6a\x20\x58\x52\xb4\x77\x45\x0d\x74\x47\x88\x77\x3d\x0d\x04\xcb\x2e\xf6\xae\xa7\x81\xee\x5c\x09\x5d\x4d\x03\xc1\x5a\xa4\xbd\xab\x69\xdd\x35\x57\x4d\xbd\xea\x06\xba\x3a\x41\xad\xea\x6a\x2f\x5d\xeb\x02\xdd\x01\x5a\x5d\xeb\x02\xdd\xac\x99\x6e\xea\x28\xe8\xe6\x9b\x74\x3d\x0c\x74\xd3\x97\xba\xce\x05\xba\x79\x34\x5d\xbd\xea\xc1\x4b\x8f\xaf\x89\xae\x49\x81\xee\xa0\xb3\xae\x34\x81\xee\x6c\x01\x5d\x67\xea\x86\xa5\xe2\x6c\x9f\x4b\xac\x27\x9e\xb1\x56\xd3\x20\x14\xe8\x8a\x49\x57\x90\x40\x37\x25\xa7\xeb\x47\x20\x9a\x9d\x57\x5d\x41\x02\xc3\x3c\x93\xae\x1f\x81\xbd\x4f\xaa\xa9\x20\x81\xae\xa7\x75\x05\x09\x24\x53\x0d\xbb\x7e\x04\x92\xb9\x75\xdd\x98\x56\x77\xca\x5b\x9f\x51\x5d\x3f\x02\xc3\x45\x53\x7a\x3a\x75\xf2\x45\x4e\xfb\x6b\x42\x9d\x64\x4c\x5f\x7d\x5d\xe9\x01\xc3\x47\x60\xd7\x79\xc0\x88\xbf\xcc\x83\xd2\x55\x22\x30\x9c\x87\xaa\x3b\x06\x13\xa4\x61\x55\x0c\x79\x81\x34\xac\x8a\xde\x04\xd2\xf0\x52\x35\x0a\x06\xc6\xb9\x92\x54\x29\x90\x06\xb7\x76\x57\xa5\xc0\x70\x5a\xaa\xae\x49\x81\x34\xbc\x5f\x14\x29\x30\xcc\x0d\xed\xc6\xc5\x40\x32\x27\xb3\xab\x56\xdd\x39\x7c\xcc\x3e\xe9\x7a\x14\xd8\x1f\x89\x1c\x86\xb9\x9b\x60\x38\x29\x7c\x37\x77\x13\x0c\x67\x73\xea\xda\x56\x2f\xf4\x6e\xd1\x8b\xd0\x0d\x95\x81\xe1\xa4\x10\xdd\x48\x59\x2f\x84\x5b\xf8\x22\xec\x8a\x15\x18\x06\x09\xbb\x5e\x05\x86\x09\x15\x5d\xad\x02\x39\xdb\xd4\xda\x12\x98\xc5\x53\xa8\x19\x81\x59\xbc\xf7\x0c\x80\x81\x59\x3c\xf7\xba\x12\x98\xc5\xe6\xd1\x8b\xc0\x6e\x0b\xcb\x3c\x23\x95\xef\x2f\xef\x17\xbd\x08\xcc\xe2\x25\x6e\x98\x0c\x64\xf3\x9b\xbb\xa6\xd4\xcd\xbe\xcc\xfe\xd0\x1a\x99\x69\x99\xdd\xbc\x35\x62\xe2\xd9\xc2\x77\x56\xd7\x93\x40\x09\xeb\xad\x27\x81\x6c\xcf\x68\x37\x4a\x06\xb2\xd9\xd9\x5d\x4d\x02\xd9\x28\x56\x57\x93\x40\x36\xd5\xbb\x6b\x49\x60\x16\xdb\xd0\x2c\x4b\x90\xed\x93\xec\x7a\x13\x98\xc5\x4b\x4c\x6f\x02\xd9\xcc\x85\x6e\x28\x0d\x64\x33\xbd\xbb\x26\x05\xb2\x71\xe2\xae\x49\x81\x59\xbc\xfd\x15\xa9\x7e\x72\x28\xbd\x50\xda\x69\x0a\xa7\x22\xf5\x12\x33\x6e\x06\xa2\x68\xf4\xdd\x20\x19\x88\x33\x1c\xa1\x2b\x3f\x60\x3f\x82\x69\x0e\xed\x07\x64\x93\xaf\xbb\xf6\x03\xa2\x1b\x1e\xea\xda\x0f\x88\x7a\x9e\x1e\x26\x42\xf6\x7e\x3a\xe3\x2c\xb3\x16\x4e\x1f\xeb\xd5\xae\x13\xf5\x7e\x6a\xe1\x5e\xad\x05\xd1\x34\x47\x2f\x77\xa5\xa8\x9f\x19\x65\xf9\x2e\xe9\x4a\x51\x3f\x33\xca\xd2\x43\xd4\xb5\xa2\x7e\x66\x94\xe5\xf3\xa8\x1b\x56\x03\xbb\x8c\xdd\xaa\x4a\xdd\x59\x66\xdd\xab\xc9\x91\xfd\xcc\x32\x8b\x91\x74\xc3\x6a\xe0\x2c\xcf\xd2\xcd\x83\xec\x27\x0f\xd2\x33\xad\x52\x75\x27\x94\x75\x75\x90\xae\x40\x75\xf3\x20\xbd\x76\x15\x28\x50\xaa\x67\xdf\x60\x5b\x77\xf5\xd0\xe6\xb9\xd6\xa9\xba\xab\x87\x7a\x59\xea\x54\xdd\x29\x66\x9b\x5b\x33\xb0\x06\x8a\x0b\xc0\x74\x05\x0a\x44\x31\xed\xbb\x6b\x50\xfd\x24\x46\x9e\x9f\x5a\x2d\x13\x23\x93\x75\x30\xde\xd6\x9d\x4f\x36\xa6\x65\xd6\x6b\x3a\x68\xd8\x7a\x69\x4e\xfd\x64\x46\x7a\xc1\xaa\x4e\x60\x97\xd1\x4e\xaa\x13\xd8\x65\x54\xc3\x68\x1d\xd8\x65\x9c\x45\xc3\x75\xdd\xdc\x48\x3e\x82\xba\xb9\x91\xdd\x45\x46\x7d\x3d\x29\x5d\xfd\xa4\x46\x7a\xdf\x1b\xd4\xeb\xae\x28\x9a\x6c\x4f\xa5\x0b\x9c\x8c\xf9\x6e\x54\x0f\x54\x7b\x80\xbb\x39\x8f\xdd\xa5\x42\xcd\xbf\xef\x6a\x18\xa8\x26\xf8\x74\x2d\xac\x9b\xe0\xe8\x00\xfc\xee\x00\x48\x50\xed\x95\xec\x8a\x19\xa8\xf6\x44\x77\x2d\x0c\xec\xed\xb3\x35\x35\xac\x9b\xf2\x88\x38\x75\x83\x84\xdd\x94\x47\xf3\xc6\xbb\x41\xc2\x6e\xca\xa3\x79\xd0\xdd\xc1\x93\xa0\x9a\x41\xdd\x35\x38\xb0\x7f\xca\xe9\x52\xe1\xc0\xfe\xa9\x7b\xf5\xe9\x45\x16\x64\x98\x21\xdf\xf5\x3a\xb0\xcb\x68\x12\x63\x87\xdd\xc5\x4e\xe6\xf8\x43\x6e\x59\x57\xfb\xfa\x7d\xfa\xb6\xdc\xb4\x4d\x76\x33\xc9\xa4\x67\x53\xed\x03\x55\x6f\xea\x5a\x5f\x77\x2d\x50\x67\x5a\xed\x5a\x5f\x37\x47\xd2\x93\xae\xf6\xf5\x93\xfb\xe8\xa5\xab\xf7\x81\xa8\x4e\xa1\xd5\x15\xbf\xee\xd4\x3e\x0e\x6b\xeb\x9a\x1f\x88\xe6\xea\x58\xdd\x38\x21\xa8\xe7\xc6\xd2\xf3\xfa\xe3\xdc\x91\xbe\xa6\x0d\x0a\x82\x7d\x74\xfe\x9f\xa7\xfd\x39\xc3\xbc\xdd\x85\x15\x63\xbc\x64\x1a\x3f\x0f\xc5\x9a\x3d\x2e\x6e\xe6\xc3\xd6\xc0\x20\x88\x6c\xca\x7a\xd7\xff\x40\xed\x7e\xf5\xe9\x7f\x20\xb2\x49\x27\xdd\x24\xc9\xbe\x4e\x0e\x20\x67\xd4\xd8\x20\xa8\xd3\x4b\xcb\xd8\x60\x37\xf9\xf1\x7c\xcb\xea\x89\xa0\x6a\x12\x5d\x4f\x04\xe7\xb6\x52\x13\x41\x4c\x3f\x8c\x74\x42\x30\xce\x91\x19\xe1\x03\xb3\xf8\x79\x63\x38\x0f\x9c\x9b\x56\x4b\x04\x91\x3c\xcd\x2a\x21\x08\xc3\x01\x5d\x25\x04\xd1\xec\x6a\xea\x2a\x61\x77\xf2\x1e\x8f\x4b\x25\x04\xc9\x61\x23\x5d\xfd\x03\xa3\x37\xff\xcb\x13\xb0\x91\xb3\x1f\x29\xca\x1f\xc8\x46\x1e\xbb\xf6\xd7\x5d\x47\xd3\x37\x82\xf6\xd7\x9d\xa8\xd5\x51\x3a\x5d\xfd\x03\xfb\x4a\xe0\x68\xf5\x3f\xb0\xcf\x30\x9b\x53\x00\xc1\xf9\x06\xd5\xff\xc0\xbe\xd9\xfd\xa5\x75\xda\x68\xe6\x2d\x77\x6d\x0f\x34\xa7\xb7\xed\xda\x1e\x68\x0e\x23\xef\xda\x1e\x68\xa6\xac\x77\x6d\x0f\xb4\x46\xa7\x7f\xd7\xf6\x40\x73\xba\x84\x6e\x90\x0f\x84\x81\xa1\xae\x00\x82\x38\xb3\x04\x0e\x83\x75\x20\x26\xe2\x3b\x34\x40\xd0\x1d\x5b\x39\x4c\x6d\x1c\x4a\x21\x1f\xdf\xc3\xe1\x84\xa0\x3b\x74\x6a\x28\x85\x20\xaa\xd3\x3a\x0d\xad\x10\x9c\x94\xbd\xa1\xef\x0d\x16\xc1\x9c\x67\xfb\xaf\x45\x24\xc7\x9d\xa3\xf8\x2c\x62\x88\x35\x97\xe2\x50\x00\xc1\x49\x5f\x1e\x0a\xe0\xc0\xf6\x9c\x38\x68\x68\x7b\xa0\x9b\x97\x35\x8c\xba\x81\x70\x89\xbe\x61\xaa\x22\xd8\x37\x75\xa5\xcc\x03\x23\x48\x36\x9c\xc8\x7a\xe8\x7b\x20\xf9\x06\x1d\xfa\xde\x70\xcd\x4a\x3f\x69\x87\xbe\x07\x92\xf9\xa6\xc3\x18\xd9\x50\x01\x39\xe5\xc3\x18\xd9\x30\x35\x91\xd7\xe2\xd0\x0a\xc7\xb1\x42\x6a\xae\x15\x8e\x63\x85\x6e\xcb\xf6\x4f\x24\x39\x70\xca\x87\x06\x08\xc6\x39\x08\x05\x10\x24\xc7\x5b\x0d\x05\x10\x74\xbb\xe2\x86\x02\x08\xba\x5f\x1d\xc3\x3c\x47\xd0\xfd\x36\x19\x3a\x21\xe8\x3e\x1b\x87\x61\x34\xd0\x8d\xc9\x0d\x2d\x11\x24\x13\x68\x87\x79\x8e\xa0\xdb\x15\x34\x14\x47\xd0\xed\x5c\x1d\x86\xd5\x40\xca\x9e\x5d\x5d\x12\xf4\xca\xdb\x63\x18\x54\x03\xc9\x1c\xd0\xa1\x5e\x82\xee\x57\xce\x50\x2f\x41\x32\xa5\x79\xe8\x8f\xa0\x9b\xfe\x34\x94\x45\x90\x1c\x2c\x36\x94\x45\x90\x1c\x62\x37\x94\xc5\x71\xe6\xeb\xa1\xef\x6f\xe8\x81\x20\x9a\x42\x31\x14\x41\x10\xd5\x95\xa0\x86\xd1\x33\x10\xd5\xa8\xf4\x50\xfb\x40\x1a\xee\x42\xeb\x03\x51\xcd\x4d\x18\x6a\x1f\x18\x0e\x25\x18\x46\xd4\xc0\xbe\x18\xa9\xa9\x11\x35\x30\x9c\xbb\x64\x38\x3a\x0f\x8c\xf8\x4b\x56\xd9\x50\x1e\xc1\x70\x50\xc1\x50\x1e\xc1\xae\x0d\x6d\x6f\xa4\x0e\x0c\x87\x2d\x0c\x85\x12\x0c\xb5\x76\x28\x94\x20\x39\x92\x67\x18\x93\x03\xc3\x4f\x9d\x61\x48\x6e\xb8\x1c\x8a\xb3\xc6\x0f\x25\x13\x0c\x3b\x4d\x86\x21\xb9\x51\x4f\xc6\x0f\xf5\x53\x3c\xc1\x3e\x34\xcb\x3c\xb4\xea\xa3\xdf\x3d\x78\x68\xd5\x47\xbf\x5b\xf3\xd0\x2a\x2f\x2e\x1f\x50\x86\xd0\xc0\xe8\xf4\x08\x0f\x35\x10\x0c\x57\x64\x1d\x86\xcb\x46\xc3\xc1\x9b\x3f\xf4\x66\x23\x34\x36\x9c\x5e\x71\x68\x78\x60\x38\x6c\x79\x68\x78\x60\x74\xde\x5c\x43\xc3\x03\xa3\xd3\xcd\x37\x34\x3c\x90\x86\xb7\xa9\x86\x07\xb2\x23\x36\x87\x86\x07\x46\xf7\x02\xd3\xf0\xc0\xe8\x9e\x25\x05\x0f\xe4\xec\x29\x31\x52\x06\x46\xef\x16\xd9\xfe\x9d\xfc\x1b\xdb\x50\x93\x03\xb3\x78\x4f\x6a\x72\xc3\x84\x47\x3b\xa1\x87\x26\x07\x66\xf1\x89\xa5\xc8\x81\x6c\xa0\x66\x28\x6d\xe3\x48\x5b\x73\x6b\x1e\x59\xa7\x2f\x19\x41\x1b\x4a\x1b\x98\xc5\x47\x83\xce\x06\xa2\x98\x16\x3d\xf4\x33\x30\x8b\x37\xaf\x7a\x06\x66\xf1\x9a\x52\xcf\xc6\xa0\xaf\xc1\xa7\xa4\x76\x06\x66\xf1\xca\xd6\xce\x40\x9c\x69\xd9\x87\x76\x06\xb2\x31\xa4\xa1\x89\x81\x6c\x7e\xd5\xd0\xc4\x40\x9c\x99\xeb\x87\x26\x06\xb2\xb9\x47\x43\x13\x03\xb3\xf8\x5f\x8a\x18\xc8\xf6\xc8\x0f\x45\x0c\x64\xfb\x70\x86\x29\x8e\x60\x16\x9f\xdf\xaa\x19\x98\x85\x0e\xbc\x61\x70\x0b\xcc\xe2\x63\x58\x59\x1b\xd3\x9e\x05\x6a\xa4\x97\x0d\x03\x5a\x3e\xe5\xd5\x32\x30\x8b\xb7\xaf\x66\x35\xe6\x39\x4b\xee\xd2\xc3\x9f\xaa\x35\x27\x53\xdb\x1a\x2e\xd5\xe1\xa8\xc8\xa1\x6e\x81\x59\x7c\x4b\x69\x5b\x60\xff\x1b\x6d\xe6\xe0\x34\x50\x1c\x52\x3f\x8c\x84\x0d\x17\xea\xb0\x9f\x7b\x28\x65\xc3\x85\x3a\xec\x63\x1e\x5a\x19\x28\x06\x3e\x87\x56\x06\xf6\xbf\x59\x66\x4d\x2f\x92\x81\xbc\x83\x15\xb5\xe1\x3a\x1d\xe6\x92\x0f\x4d\x0d\xec\x9f\xfa\x7f\x9e\xe3\xcb\x0e\x08\xef\x28\x55\x0d\xec\xdf\x5a\x31\x9b\xe4\xb8\x9a\xad\xa9\xab\x81\x6c\x32\xdc\xd0\xd5\x40\x74\xb3\x20\x86\xae\x36\xee\xd3\xdb\xc0\x2e\x74\x35\x50\xc2\x5b\x43\x57\x03\xfb\xdf\x68\x13\xbd\x0c\xec\xe7\x9c\x65\x36\x00\xb1\xb5\xee\x8a\xab\x43\x2f\x1b\x7a\x99\x2b\x09\x0e\xc5\x6b\x18\x6f\xf3\xb3\x4e\xef\x02\xf1\x73\xc9\xd2\x61\x56\x27\x28\xd5\x0b\x47\xf1\x02\xc5\x15\x3f\x87\xc9\x99\xa0\x38\x19\xd3\xd0\xb1\x06\x3e\xf5\x73\x4d\xd7\xa1\x4f\x81\x52\xad\xbd\x3a\x05\x76\xc3\xb9\x35\xab\xf0\x9c\xde\x11\x37\x67\x15\x1e\x7b\x47\xbc\x1b\x0c\xa6\x81\x52\x3d\x5c\xb5\x0b\x94\xf3\x3d\xa0\x75\x81\xbd\x35\xce\x83\xd6\x05\x76\x99\x5b\xb3\x5a\x8f\x61\x5a\xdc\x7a\x98\xa1\x09\x76\x19\x47\xa7\x89\x81\xe2\xbc\x29\xc3\x14\x4d\xb0\xff\x8d\x56\x32\x5e\x07\xe2\xac\x27\x31\x14\x36\xb0\x2b\xcb\xa1\x68\x6c\x60\xff\x96\xf3\xa5\xb1\x81\x52\x3d\x62\x85\x0d\xec\x9f\x8e\x3f\xbc\xb3\x15\x3a\x10\xcd\xe8\xfe\x50\xe8\x40\xb1\x43\x7c\x28\x74\xe3\xac\xd3\x71\x0e\xc0\xf6\x59\xf6\xb1\xd8\x3e\x3a\x1d\xd8\x65\x56\xd2\xf6\x79\x4d\x74\xf2\xac\x18\xfc\x1b\x2e\xc1\x91\x3c\x7b\x7a\x1d\xd8\x65\xec\x57\xb1\x03\xbb\x8c\xb6\xd5\xe2\x86\x81\x3d\xbf\xf0\x1c\x68\x06\x8a\x1d\xea\x43\xb1\x1b\xc6\xfa\x5c\xc1\x76\x18\xeb\x03\xbb\x8c\x36\xd3\xf6\x40\xb1\x5f\x7f\x68\x7b\x60\x1f\x30\x97\xa0\xba\x07\xa2\xcc\xf3\x7f\xa7\x62\xfa\x1e\x5b\xd3\xf7\x40\xd4\xf3\x18\xd1\xf7\x86\xc3\xd4\x5c\x3d\x7a\xe8\x7b\xc3\x85\x39\x4c\x10\x1d\xfa\x1e\xd8\xae\xe8\xff\x79\xe2\x5d\xac\x03\x53\x1f\x46\xfc\x40\x9c\x69\xa5\x87\x12\x08\xaa\xf9\x80\x43\xe3\x03\x7b\x0f\x1e\x89\xf5\xff\xe8\x79\xf2\xcd\xa9\xf2\x0d\xa2\x79\xe1\xc0\x86\xa1\xe0\x81\x5d\xe6\x1e\xac\x3f\x86\x17\xa6\xaf\x0e\xf3\x38\xc1\xfe\xbf\x7d\x23\x4d\xe3\x7e\xa0\xda\xf1\x3a\x15\x41\xb0\xff\xad\x51\x56\x2c\xb3\x53\x89\xb7\xdb\x54\x05\xc1\x2e\x0b\xca\x9a\x65\xae\x3e\x96\xdd\xde\xb4\xcc\xec\x27\xae\x89\xa9\xf9\x4d\x57\xe1\xf0\x99\x39\x55\x3f\x50\x8d\x94\x4d\x3d\x0f\xec\x7f\xb3\xcc\x23\x0e\xc7\xc2\x72\xd9\x4d\x43\x7d\x60\x97\xb1\x5b\xed\x6f\x9e\x11\x6d\x5c\xee\xd3\xa1\x6a\x20\x92\x93\x3e\x4d\xa3\x7d\xa0\xaa\x62\xd3\x68\x1f\xd8\xff\xe6\x4f\x3d\xe2\x70\xdd\x10\x7a\xa6\xa6\x4a\x08\x76\x19\xb5\xd0\x09\xc1\x2e\x63\x7b\xda\x1e\xd8\x65\x89\x32\x0f\x8f\x94\xc8\x34\xe8\x54\x9f\x86\xfc\xc0\x2e\xeb\x94\xd9\xca\xe4\x44\x26\xd7\x35\x99\x1a\x1f\xa8\x4e\x3c\x37\x35\xbe\x49\x02\x64\x1a\x3f\x77\x6b\xcd\x58\x5e\x23\xb9\xb2\xdc\x54\xf0\x40\x75\x00\xeb\x54\xf0\x40\x75\xf0\xd6\x54\xf0\x40\x75\x20\xe8\x54\xf0\x40\x64\xa7\x43\x98\x1a\xde\x74\x4e\x56\xf3\x36\xa6\x8a\x07\xf6\xff\x51\x57\x85\x0e\xec\x32\x76\xa1\xd1\x81\x18\x0e\xcb\x9d\x2a\x1d\xd8\x65\xfe\xd6\x36\xc9\xf6\xa1\xf0\xf4\x9f\x4a\x1d\x88\xec\x80\x9c\x69\x54\x10\x44\x71\x8e\x84\xa9\xd6\x81\xc8\xae\x8f\x3b\xf5\x3a\x10\xd9\xe8\xeb\x34\x0a\x08\xec\x1a\x9e\x06\x01\x41\x74\x67\xaf\x9e\xda\x1f\xd8\x77\x99\x47\x67\xab\x64\x66\x2b\xaf\x1e\x9c\x8d\x92\xed\x5b\xf1\x38\x6c\x13\x56\xf7\x70\xf6\x82\x69\x64\x70\x32\x11\xab\x99\xb9\x53\x6b\x04\xcd\x41\xf3\x53\x43\x04\x67\x20\xdc\x54\x10\xc1\x19\xe1\x36\x8d\x0b\x82\x98\x08\xed\xd4\x19\x41\xcc\xf3\x5f\x36\x06\x33\xba\xb8\xfa\xf1\x54\x19\x41\x98\x34\x3a\x75\xc2\xe9\x7a\x1f\x67\x5b\xb6\x45\x21\xa7\xe0\xfc\xd0\xa6\x28\x8c\x01\x3e\x3f\xb4\x8e\x05\xb5\xe7\xf1\x3d\xf5\x3f\x90\x1c\x70\x35\xf5\x3f\xd0\x7d\xcf\x4e\xf5\x0f\x74\x3f\x46\xa6\xfa\x07\xba\xaf\xca\xa9\xfd\x81\xee\x57\xc6\x34\xec\x08\x92\x23\xb5\xa6\x61\x47\x90\xb2\xf7\xa8\x29\x9a\x20\x99\xcf\x3e\x8d\x44\x82\x28\x0e\x4c\x98\x46\x22\x41\x9c\x85\x9c\xa6\xa1\xc8\xe9\x88\x3d\xbc\x7b\x1a\x8a\x9c\x8e\xd8\xf3\x99\xa2\x83\x82\xbe\xbf\x9c\xfe\xf3\x1d\x3e\x55\xd4\xe9\x80\x3e\x9f\x10\x2a\x2a\x48\x66\xc5\x4f\x83\x97\x20\x39\x4a\x61\x6a\xad\x20\x65\x1f\x4b\xc6\x33\xc1\xf0\x13\x75\x2a\xb2\x20\xea\xf4\xb8\x0d\x68\x82\x61\x02\xea\x54\x6e\xc1\xf0\x53\x66\x1a\xe3\x04\x69\x0c\x37\x66\xf3\x6d\x0c\x87\x0a\x4f\x75\x17\x24\x57\x38\x9e\xea\xee\x6c\xf6\x24\xd0\x78\xba\x2d\x18\xe6\xe3\x4e\x45\x16\xa4\xe1\x55\xa3\xa2\xce\xa3\xa8\xfc\x50\x45\x9d\x4e\x0c\xeb\x27\xf6\x34\x52\x09\x86\x9f\xbf\xd3\xfc\x4e\x30\x3a\x1f\x3d\xd3\xf4\x4e\x30\x3a\x5f\x15\x53\xb9\x9d\x47\x6e\x39\xd3\xca\x2d\xc8\xc6\xda\xa7\x22\x0b\x66\xf1\x31\x66\x40\x12\xcc\x92\x3d\x30\xcf\x51\x37\x15\x99\xde\x9f\xa9\xdb\xce\xe3\xb6\x1c\xab\x6e\x3b\xcd\xd2\x34\xac\x34\x95\x5b\x90\x0d\xe6\x4f\xe3\x91\x60\x16\xba\xaf\xa6\xba\x3b\x1d\xe5\xe7\xd8\xc6\x69\x9a\x26\xd8\x5b\xf3\xa7\x9e\x13\x26\x61\xe9\x83\xfc\xe7\xa9\xde\x4e\x83\x8f\x76\x89\x4e\x93\x37\xe7\xd0\x7d\x7c\x8c\x2b\xb3\xa0\x04\xea\x33\x75\xd9\x39\x30\x3f\x1c\x6c\x9a\x96\x39\xcf\x70\x3d\x7a\x26\xa6\x32\x0b\xf6\xc3\x99\x23\x31\x55\x13\xec\xff\xa3\xae\x1a\xee\x3c\x0b\x7a\x78\x1a\x54\x5c\xb0\xcb\xdc\x87\x17\xdb\x59\xd0\x83\x6e\x99\xa9\xe4\x82\x5d\x46\x0b\x68\xb9\xf3\xac\xe8\xe1\x99\x36\x24\x39\xe7\x11\x42\x8f\xcf\x53\x4d\x48\xb2\x3b\xc8\x66\xea\xbe\xd3\x55\x3e\x5c\x7c\x61\x1a\x92\x9c\x27\x9b\x13\x4b\x9c\x86\x24\xa7\x6b\x5c\x9e\xc7\xbd\x21\x49\xb0\x1f\xf7\xb4\x9e\x92\x0c\xa2\xd8\x7b\x3f\xb5\xe4\xa9\x25\xbb\x0c\xc4\xd4\x92\xa7\x0b\x5a\xba\x6a\xc2\x54\x93\xa7\x9a\xec\xaa\x0c\x53\x27\x9e\x66\x87\xa6\xf3\x7f\xb6\x0b\x4e\x7c\x26\x4b\x9e\x66\x87\x82\x62\x47\xd1\x54\x93\xa7\xc1\xcb\xb3\x35\x5b\xe5\x04\x2f\xbd\xa5\xd5\x64\xb0\x6b\xe1\x1e\x6c\x15\x03\x9a\x36\x80\x9a\x3c\x4f\x40\xd3\xb7\xa2\x9a\x0c\xf6\x07\x14\x27\x57\x4d\x06\xbb\xcc\xdf\x7a\xfd\x5c\x7e\xb7\xf1\x53\x2d\x19\xec\x0f\x1e\x8e\x44\x4d\x06\xd5\xde\xe6\xa9\x25\x83\xfd\x81\x42\xbd\xb4\x64\x50\x5d\x2f\x6b\x6a\xc9\x60\xbf\xee\x39\x10\x2d\x19\xec\x57\xbb\x65\x36\x09\xd1\xcb\xec\x6a\xfe\x53\x73\x06\x4d\xd5\x9f\x8a\xf3\x24\x3a\xe9\x6a\xfb\x53\x49\x06\x43\x5f\x9d\x06\x27\x41\xee\x67\x5b\x56\xf4\x36\x67\x86\x12\xaf\x87\xdb\xa0\x1e\xbf\x73\x94\xe3\x74\xfa\x16\xaf\x60\x45\x7a\x3a\x7b\x8b\x1f\x58\x06\x26\x41\xd4\x4a\xd7\xca\x54\xa4\x41\x73\x22\x9d\x69\x4a\x2a\xd8\x67\x8f\xa3\x50\xa4\x41\x98\xaf\x3e\xf5\x68\x10\xcd\x2b\x46\x67\x06\xe1\x5a\xb1\x53\x67\x06\xd1\x9c\x7c\x77\xea\xcc\xe0\x8c\xb9\x9e\x2a\x33\xe8\xce\xb1\x39\x35\x66\xd0\x9d\xbe\x71\x6a\xc7\x13\x13\x9e\xfe\x50\xe9\x05\xfb\x60\x2d\xb3\x4e\xcb\xaf\x15\xce\x92\xa9\xab\xa0\x3b\x3d\xe4\x54\x6a\x41\x3a\x77\xae\xf1\x47\xd0\xab\x97\xad\xfe\x0a\x7a\xf5\x1e\x55\x5f\x41\xaf\xde\x7a\xda\x2b\x48\x0e\x7c\x9b\x46\x29\x41\xaf\x74\x5a\x4c\xa3\x94\xd3\x69\x57\x4b\xfd\xfd\xe1\xad\xad\xee\x82\xe4\x50\xbc\x69\xb2\x2b\x48\x0e\xc5\x9b\x86\x31\x41\x72\x58\xdf\xd4\x7f\x41\x72\x8c\xd8\x54\x76\x41\xb2\xe3\x7f\xea\xba\xa0\x57\x9f\x54\xce\xb6\x3a\x5f\xbf\x2c\x38\x5f\xaa\x2e\xe8\xb5\x5a\x3b\xdb\xe0\xb5\x0d\xd8\xbc\x06\x0b\xe2\x24\xc9\x4e\xcd\x14\xc4\x99\xf4\x69\x3a\x06\x71\x7e\xbc\xdc\xbd\x25\x8d\x45\x82\x61\x1a\xfa\xd4\x42\xc1\x38\xcf\x23\x2d\x14\xa4\xc1\x27\xe1\xe5\x88\x40\x90\x73\xb2\x28\x59\xe4\x5b\x7b\x52\x94\x2d\xe2\xad\x4d\x94\xe0\x52\x2d\xc1\xe8\x7c\x4e\x5c\x9a\x25\xc8\x19\xd9\xbc\x14\x4b\xb0\xdf\x3e\x8d\xb2\x61\x19\x03\x5f\x31\xe6\xcb\x3c\x53\x30\x3a\x51\x96\xcb\x3c\x53\x90\x73\x72\xfb\x8f\x45\x84\x0d\x86\x3f\x5c\x16\x11\x36\xc0\x65\x2f\xe5\xf3\x72\x6c\x1f\x97\xcd\xa5\x7b\x82\x59\xf8\x0a\xbd\x54\x4f\x30\x0b\x4d\x7d\x69\x9e\x60\x16\xce\xdb\x65\xdc\x11\x64\x63\xd4\x97\x89\xa7\x60\x16\x5e\xec\x97\x7a\x0a\x66\xe1\xcb\xe7\x32\x3a\x79\x05\x1f\x30\xc5\x1f\x5a\xc7\xf0\x03\xc6\xe3\xb2\x8e\x41\xe7\x3c\x4f\xea\x4b\x5f\x05\xd9\x34\xc0\x4b\x35\x05\xd9\x70\xc6\x65\xb4\x12\x64\xe3\x20\x97\xd1\x4a\x90\x0d\xf3\x5f\x86\x26\xc1\x2c\x7c\xb5\x5f\x2a\x28\x88\x9f\x56\x70\x19\x62\xbc\x1c\x84\xa7\x16\x5c\xca\x25\xd8\x65\x6e\xce\xb6\x76\xf1\xc6\x7c\xb6\xe7\xb1\x25\xd6\x44\xa4\x0f\xf9\xd2\x24\xc1\xfe\x29\xc7\x6b\xb4\x10\xec\x32\x0e\x58\xbb\x04\x25\xb0\xe1\xcb\x10\x1f\x28\xde\x26\x97\xde\x07\xf6\xeb\x97\x66\xd3\xfb\x40\x9c\xc9\xc6\x2e\xcd\x0f\x14\xef\xc3\x4b\xf1\x03\xa5\xda\xba\x7a\x1f\x28\xde\x74\x97\xde\x77\xe9\x7d\xc9\x2a\x28\x7e\xa0\x78\x07\x5f\x8a\x1f\x28\x3e\x8c\x2e\x43\x83\x97\xb3\x79\x3a\x3c\xee\xd2\xfc\xc0\xfe\x32\xa0\x2d\x55\xbf\xcb\xe9\x3c\x9d\x1c\xe7\xd2\xfd\x40\xf1\x93\xfd\xd2\xfd\x2e\x47\xe0\x25\x3e\x0d\x2e\xe5\x0f\xec\x32\x4e\x97\xf6\x07\xe2\xac\xd9\x7e\xa9\x7f\x60\xb7\xaf\x65\xb6\xc8\x46\xf1\xb3\xfd\xd2\xff\x40\x51\x01\x2e\x43\x82\x17\xcb\x72\x18\xdf\xbc\x74\x36\x10\x61\x06\xe3\xa5\xa1\x81\xfd\xa1\x41\xfd\x55\x34\x50\xed\x68\xbe\x54\x34\xb0\x7f\xea\xe6\x3c\x36\x46\xcc\x85\xf9\x96\x97\x3e\x06\xf6\xe6\xfc\xad\x07\x57\xed\x22\xc3\x59\x2e\x65\x0a\xec\xef\x16\x76\xab\x4d\x81\x6a\xe4\xf9\xd2\xa6\x2e\x86\xcc\x99\x25\x7d\xe9\x44\x20\xce\xe2\xec\x97\x52\x74\x31\x71\x66\x72\x02\xed\x4b\x05\x02\xd5\xc8\xf9\xa5\x02\x81\x6a\x84\xfa\x32\xbc\x77\x35\x33\x83\xe8\xa5\xb8\x0c\xe6\x81\x5d\x46\x5d\xf5\xa2\x0b\x09\xca\x2e\xb6\x71\xa9\x37\x97\x7a\xc3\xb1\x39\x76\x0d\x34\x23\x0a\x97\x43\xd7\x2e\x57\xb5\xe0\x43\xfb\x32\x7d\x13\x34\x27\xde\xbb\xd4\x22\x10\xe6\x16\x5e\x6a\xd1\x65\xcc\x2f\xbb\x79\x8f\xbf\x93\x5e\x32\xdd\xbc\x67\x99\x69\x4f\xce\xda\xa5\x97\x5e\x04\xce\xac\xa7\x97\x5a\x04\x62\xf2\x0d\x71\xa9\x45\xe0\xcc\x13\x72\x69\x45\x20\xe6\x29\xf2\x56\x50\x81\x4c\xc6\xbd\x0c\xf9\x81\x54\x7e\xf5\xbf\x5f\xd5\x97\x11\x41\xd0\x9d\x47\xe4\xd2\xa3\x40\xaf\xde\x13\x6a\x14\xe8\xd5\x67\x9f\x16\x05\x92\xe3\xc1\x2e\x63\x84\xa0\x3b\xc5\xf3\xa5\x57\x5d\x0e\x8a\xb3\xd9\xcd\xe9\xbc\x86\x9f\x2b\x9c\x2e\xe3\x81\x97\xa3\xdd\xbc\x20\xd4\x2a\x30\xec\xf4\xbc\xb4\x2a\x10\xdd\xe1\x74\x97\x56\x05\x92\xb3\xd3\x5d\x0a\x14\x18\x76\x82\x5d\xfa\x13\x48\x83\xcf\xd8\x4b\x7d\xba\x1c\x00\xe7\xcd\xa0\x3d\x81\x9c\xbd\x17\x94\x27\x90\x73\x72\xf3\x56\x72\x12\xae\xf6\x16\x37\x46\x08\xa6\xab\xff\x5e\xda\xcf\x75\xf9\x66\xe0\xbf\x94\x1a\x30\x8b\x0f\x5a\x43\x7f\x60\x16\x1f\x8d\x8a\xc9\x75\xe2\x77\xd6\x48\x31\xb9\x8c\xdf\x75\xff\xcd\x76\xbd\x98\x49\x16\xa9\xbb\xf4\x92\xeb\x84\xea\xac\xa5\xbe\x01\x8a\x1f\x7d\xd7\x75\x8e\x8c\xe7\x2c\x5f\x8b\x97\x0a\x02\xe2\xac\x57\x74\xa9\x20\x97\x59\x95\xae\xaa\x7a\xe9\x20\x97\x91\xba\x76\xca\xac\x82\xcb\xec\xbb\x18\xc7\xa5\x84\x5c\x86\xea\x5c\x7a\xe3\x32\xad\xf2\x32\xad\xd2\x25\x59\x2f\xc5\xe4\x32\xad\x32\x79\xc1\x28\x26\x97\x69\x95\xe9\xfc\xd6\x36\xb9\xcf\x13\xd9\xe3\xb3\x01\x08\xdf\x9d\xcf\x2a\xcd\x04\xc4\x59\xe3\xf2\x32\x7c\x07\xf6\xb7\x90\xbb\xb5\x51\x6e\xfb\xfb\xb3\x4d\x60\xab\xdc\xc6\x3b\xf8\x37\xed\xe4\x72\x99\x7d\x33\xdb\x2f\x93\x29\x2f\x12\x27\xcf\x52\x49\x97\x7e\x72\x3d\x4c\xfd\xe6\xa7\x9b\x41\x3d\x50\x1b\x62\x73\xa9\x22\x60\xdf\xad\xec\x54\x17\xb9\x5c\x78\xc2\x8e\x99\xcb\x98\x1e\xa8\xe7\x52\xd5\x4f\x80\x51\x9c\x4b\xc9\x00\x31\x9c\x58\xf5\xd2\x32\xc0\x99\xb0\xe7\x32\xdc\x06\xf6\x6b\x96\xed\xeb\x0f\xa0\x57\x3f\x6c\x9c\x01\x05\x24\x07\x2d\x5e\x86\xc9\x40\x9c\xe9\x86\x2f\xe3\x64\x60\xef\xd4\x9f\xda\xbc\xa4\x3e\x16\x27\x38\xbb\x74\x0f\x10\x67\x96\xbf\x4b\xd3\x00\xd9\x29\x8d\x2e\x4d\x03\x64\x27\x85\xba\x34\x8d\x4b\xd3\x30\xc2\x72\xa9\x12\x97\xf3\x9b\xf8\x72\x53\x25\x2e\xe7\x37\xf1\x0e\x31\x96\x06\x72\xf6\x4d\xa9\x5d\x5c\x4e\x79\xe2\x05\xa2\x5d\x80\x28\xe5\xfc\x9b\x95\x27\x96\x56\xf2\xf9\x3f\x6b\xff\x9e\xda\xbb\x07\x6b\xff\xf2\xd9\xe8\x6d\xa3\x60\x80\x12\xb8\xea\xa5\x60\x80\x7d\x0f\xba\x07\xeb\xfe\xd2\x67\xe4\xc5\xa0\x4c\x80\x7a\x5a\xcd\x30\x17\xd8\x6f\x36\xcb\x3c\x36\xe2\x5c\xae\x20\x7e\x29\x18\x20\x4c\x61\xbf\x14\x8c\xcb\xcc\x46\x5f\x20\x46\xb9\x40\x4c\xaf\x05\x83\x5c\x20\x6a\x34\xcb\x3c\xb2\xcf\x57\xcf\xde\xfe\xad\x9a\xdc\x3f\xaf\xa2\x46\x51\xb1\x88\xee\x64\x7e\x78\x2b\x1d\xa0\x57\x3e\xdf\x6e\xa5\x03\x24\x07\x46\xde\x3a\x07\xe8\x95\x67\xd4\x6d\x7c\x0b\xf4\x4a\x5b\xdc\x6a\x08\xe8\x95\x87\xdb\xad\x86\x80\x38\xb3\x97\xdc\x7a\xc8\xed\x78\x37\x63\x20\xb7\x51\x30\xd0\x2b\x27\xe0\x36\x01\x12\xf4\xca\x2b\xe2\xd6\x4d\x6e\x47\xc0\xf1\x28\xbe\x75\x13\x90\x1c\x85\x73\xeb\x26\xb7\x23\xe0\x38\x25\xb7\x6e\x72\x3b\x02\x8e\xbb\xe7\xd6\x4d\x40\x34\x63\xc5\xb7\xda\x01\xce\xa2\x4b\xb7\x71\xb2\xdb\x45\x0b\xa7\x1b\xb3\x9a\xac\x92\xe0\x87\xdb\xad\x89\xdc\xae\x63\x38\xff\xe0\xd5\xb7\x41\x34\x30\x8c\x85\xde\x8a\x0a\x48\xc3\x73\xa8\xa8\x80\x68\xde\x80\xb7\xa6\x02\xd2\xa0\x73\xe1\xd6\x54\xc0\xf0\x22\xbf\x0d\xb4\x81\xe1\x53\xf0\x36\xce\x06\x86\x9d\x58\xb7\x61\xb6\xdb\x91\x75\x3c\x1b\x6e\x15\x07\xa4\xc1\x35\x78\x1b\x65\x03\x51\xcd\xfe\xba\xb5\x1e\x90\xc6\xb0\xc8\xa6\x4a\x7e\x59\x57\x7f\x6a\x5b\x25\xdb\x8a\xd3\xaf\x1b\x81\x61\xd7\xdc\x6d\xe0\x0d\xa4\xc1\x27\xd7\xad\x2d\xdd\x8e\xbf\xab\x1e\x99\xed\x93\x6c\x1f\xdb\xc2\xf6\x71\x48\x1e\x4f\x99\x5b\x57\x02\xe3\xb4\x98\xaa\x04\xc6\x39\x2e\xe3\x70\xb7\x03\xf7\xf8\x30\xba\x0d\xc3\xdd\x0e\xdc\xc3\x77\x6e\xa3\x70\xb7\x03\xf7\x78\xd0\xdf\x06\xe1\x6e\x47\xe6\xf1\xa5\x76\x1b\x6f\x03\xc3\xde\xaa\x5b\xed\x02\x51\xed\x93\xbc\x55\xac\xdb\x11\x76\x84\x8a\x6e\xad\x08\x0c\x67\x55\xbe\x0d\x87\xdd\x26\x51\xba\x42\xc8\xad\x29\x81\xa8\xd3\x8b\x5c\x53\xba\x1d\x3b\x67\xfb\x2b\x4a\xb7\x63\xe7\x6c\x1f\x3d\x09\xe4\x9c\xdd\x98\x27\xd3\xe1\x74\x5e\x3e\x6a\x12\x18\xae\xa7\x7c\x6b\x49\x20\x67\x1c\xe6\x56\x92\x6e\x07\xdd\xf1\x3a\xbb\x75\x24\x90\x73\x76\x5b\x9e\x4a\xc7\xe1\x79\x2a\x75\x24\x90\x73\xf6\x87\x9e\x4a\xc7\xe1\x79\x91\x19\x49\xbb\x1d\x87\xc7\xeb\xf8\x36\x92\x06\xb2\x8b\xa0\xdc\x46\xd2\x40\x76\x25\xf3\xdb\x48\x1a\xc8\xc6\xde\x6f\x15\x0c\xe4\xcc\x57\xfd\x6d\xd8\x0c\xc4\x99\x8c\xe8\xd6\xca\x40\xce\x98\xd5\xad\x81\x81\xe1\x3c\x03\xb7\xc2\x04\xb2\x19\x8c\xb7\xc2\x04\x66\xf1\x39\x64\xf8\x09\xec\x57\x2a\x87\x61\xf8\x09\x4c\x53\x37\x6f\xc3\x4f\x60\x3a\x7e\xe1\x56\xb5\xc0\x2c\x7c\x89\xdd\xa6\x5b\x82\xe9\x4c\xc7\xb7\xf2\x05\xb2\x59\x8d\xb7\xee\x75\x3b\x9e\xce\xe7\x90\xa2\x05\xf6\x51\x50\x73\xe3\x4f\xb7\x43\xe5\xbc\xd4\x75\x2f\x90\x4d\xa4\xbc\x4d\xa4\x04\x71\x06\x99\xdd\xea\x18\x98\x85\x0f\x8c\xdb\x30\x15\x98\x85\x4f\xc4\xdb\x28\x15\x98\x26\x64\xdd\x46\xa9\xc0\x2c\x7c\xf8\xdd\x6a\x1c\x98\x76\x52\xdf\x7a\x1c\x28\xd1\xdd\xa3\x15\xef\x54\xdc\xe7\xb4\x43\xf3\x40\xee\xa7\xc8\x93\xb4\x31\x8b\xaf\x31\xa5\x0d\xec\x8a\xb3\x7d\x63\x4d\xb7\x63\xdf\xcc\xe7\xbc\xb5\xaa\xdb\x71\x6e\x28\xfc\xad\x36\xdd\x8e\x73\x73\x5e\x9d\x5b\x49\x02\x25\xe8\x5f\xb8\x95\xa4\xfb\x84\x9a\xbc\x4b\x54\xa2\xdb\xf9\xfe\xed\x35\xbe\x75\x22\x50\x1c\x0e\x78\x9b\x5d\x09\xf6\xbf\x79\x70\x9e\x15\x07\xba\x9d\xd7\xb3\x21\x29\xb0\xcb\x68\x4a\x7d\xea\x36\x4c\x45\x07\xc3\xad\x4f\xdd\x27\x4c\xe5\x45\xaa\x50\x81\x5d\x46\xc5\x14\x2a\x10\x27\x59\xf0\xd6\xa8\x40\x71\x2a\x98\x5b\xa3\x02\xc5\x69\x44\x6f\x8d\xea\x3e\x01\x29\x1f\x25\x2a\x15\x28\x4e\x20\x78\xab\x54\xb7\xf1\x28\xe7\xa9\xb9\x75\x2a\xb0\xcb\x3c\x10\x9b\xc4\xd8\x93\xf3\x4f\xdd\xc6\x9e\xee\x79\xda\xc4\xdf\xda\x26\xd3\xaf\x30\xfe\xcd\x30\x13\x28\xda\xea\x6d\x94\x09\x14\x27\x51\xbd\xf5\x31\x10\x67\x20\xe5\xad\x90\x81\xfd\xea\x74\x6b\xd6\xde\x64\xcc\xf8\xfd\x61\x09\xcd\xdb\x70\xd0\xad\x8a\x39\x9f\xd0\x6d\x38\x08\x94\x7a\xf6\xe6\x69\xba\xcc\xae\xf3\x29\xa1\x77\x81\xa2\x7c\xdf\x6a\x17\x88\xee\x9a\x72\xb7\x8a\x05\x8a\xda\x7e\x6b\x58\x20\x7e\x26\xa7\xdc\xda\x14\xd8\x7b\xa0\xde\xda\x14\x28\x4e\xbc\x73\x1b\xe6\x01\xfb\xdf\x38\xc3\x5a\x12\xd8\x65\x1c\xb0\x4a\x04\xb2\x29\xd1\xb7\x01\x1b\x50\x14\xfc\x5b\x21\x02\x67\xa5\xa7\xdb\xe0\xcc\xfd\xd8\xc9\xc8\xf6\x95\x1f\x50\xce\x17\x89\xee\x03\x76\x0d\xb8\x6e\x95\x1f\xb0\x0f\x83\x2b\xcd\xe8\x0c\x28\x3a\xcc\x6d\x24\xe6\x3e\xc9\x8b\xe7\xd0\x6c\xde\xc7\xef\x20\x5f\xe1\x26\x2f\x82\x38\x29\xb3\xb7\xc1\x18\x10\x27\xe8\x74\x1b\x8c\x01\x71\x66\x86\xbe\x55\x27\xb0\xff\xcf\x32\x6b\xb1\xac\x85\x45\xd6\x62\x99\x89\xe7\x59\xd5\x9d\x40\x19\x3e\x06\x54\x27\x10\xa7\xfb\xe9\x56\x9d\xee\x93\x76\x68\x9b\x1b\xb7\xb9\x4f\xda\xa1\x57\xb3\x3a\x05\xf6\x6f\xa9\xad\x3e\x05\xce\xf7\xfd\x6d\x26\x22\x28\xe7\x0b\x49\xc5\xba\x4f\x72\xa2\x37\x82\x8a\x75\x9f\xe4\x44\xdb\x53\xc7\x02\xe5\x7c\xa9\xe9\x58\xf7\xc9\x57\xb4\x89\x95\x2c\x50\xce\x87\xae\x92\x05\xe2\xcc\xec\x7d\x9b\xc3\x08\xe2\x4c\x1e\x72\x2b\x5e\xa0\x9c\x4f\x46\xbd\xeb\x3e\x39\x8c\xea\x81\xde\x05\x76\x19\xf5\x32\x13\xf1\xfe\x34\x73\x3f\x77\xcc\x3a\xbc\x4f\xd6\xa1\x9f\x15\x66\x1d\xde\x27\xeb\xd0\xcf\x3a\x63\x3b\x60\x97\xf9\x5b\x0f\xd9\x14\x43\xeb\x6f\x6c\x07\xec\x5d\x70\xc6\xd4\xb1\xdb\xb4\x43\x47\xe7\xdd\xfa\x18\x88\xd3\x19\x7f\x2b\x64\x60\xef\x82\x76\x77\xac\x19\x88\x33\x2b\xfa\xad\xa5\xdd\x27\x17\xd1\xaf\x0b\x35\x0d\x9c\x1c\xcb\x5b\x4b\xbb\x4f\x2a\x22\x9f\x2f\x8f\x9a\x06\x76\x6d\x27\x65\x61\x99\xad\x52\x2c\x4b\x96\xd9\x2a\x7c\xe4\x3f\xc6\x95\xc0\x2e\x1b\x94\x55\xcb\xcc\x4f\xcc\xfe\x5f\xb3\xcc\xee\x67\x6e\x9f\xc7\x49\x4d\x40\xf5\xee\x79\x54\x3a\xb0\x37\xd7\x29\xbb\x2c\xb3\xfb\xb9\xba\xb9\xdb\xb2\xd3\x2a\x85\xb2\xc7\x32\xc6\x01\x37\x8b\x96\x45\x8c\x03\xe6\x79\xf2\xa8\x79\x60\xff\xd2\x03\xf9\x2c\xb3\x51\xf8\x3e\x7c\x14\x3d\xb0\xf7\x5a\x29\xb3\x51\x82\x5b\x60\xf8\x6f\xb6\x49\x9c\x8f\x2e\xea\x6f\x80\x09\x44\x73\xe1\x8f\x47\x89\x03\x91\x7c\x7c\x3c\x2a\x1b\xd8\xcd\x44\x1b\x1b\x3d\x7a\xcc\x76\x54\x57\x1e\x45\xed\x31\xdb\xd1\x0f\xa3\x47\x53\x03\xd5\xe1\x68\x8f\xa6\x06\xf6\xbf\x51\xa6\xa9\x81\x5d\x96\x29\xb3\x16\x1b\xd5\x51\x71\x8f\xf6\x06\xf6\xbf\x71\x24\xea\x1b\xa8\x76\x65\x3c\xba\xda\x63\x4a\xe4\x39\x63\xca\x1a\xd8\x3f\xa5\x51\xb4\x35\x50\x1d\x0e\xf6\x28\x6b\x8f\x69\x92\x2a\xeb\xa3\xad\x3d\xe9\xb4\x09\xed\xa4\xad\x81\xea\x18\xb1\x47\x5b\x03\xd5\xf1\x7f\x8f\xb6\xf6\x38\xdf\xbf\x2b\x0c\x3c\xea\x1a\xd8\x5b\xe3\x80\x35\x31\xb0\x0f\x98\xdf\x2a\x59\x20\x92\x6b\x99\x3e\x2a\x15\x88\xd3\x03\xfa\x18\xca\x02\xd5\xc4\xfc\x47\xcd\x02\x67\x69\xb6\x47\xcd\x02\xfb\x48\xfe\x30\xb3\xca\xa3\x85\x81\xfd\x13\xb7\x6c\x85\xf2\xa9\x10\x2d\x6b\xa8\x0b\x54\x13\xfb\x1e\x43\x5d\x4f\x76\x4e\x42\x0e\x53\x81\x03\xd5\x94\xbd\x47\x81\x03\xfb\xf1\xc0\x19\x56\xe0\x40\x75\xee\xee\x47\x7f\x03\x71\xba\x9c\x1e\x05\x0e\x44\x1a\x5e\xce\xea\x1a\xd8\x65\x9c\x61\x7d\x0d\xec\x32\xb7\x67\x53\x14\xb3\x5e\xc3\x43\xf1\x74\x12\xd6\x4a\x23\x3c\x14\xeb\x5a\xcc\x71\xf5\xdf\xac\xea\x46\x75\x8a\xb4\x47\xf3\x02\xd5\xc0\xed\xa3\x79\x81\x68\x99\x8e\xca\xc7\x8c\x45\x10\xd9\xc5\x42\x1e\xdd\x0b\xec\x32\x1a\x58\xd1\x02\xd1\xcc\xa7\x7b\x0c\x7f\x81\xc8\x66\xae\x3e\xa6\x23\x82\x5d\xe6\x6f\xad\x04\xf1\xaf\xac\x58\x3d\xc6\xbf\xc0\x2e\x73\xbf\x56\x8c\xf8\x57\x4e\xe7\xf8\xac\x59\x75\x0c\x53\x73\xbf\xde\xa8\xcc\x2c\x39\xbc\x8c\x34\x3c\x50\x87\x4f\x65\xd5\x0d\x54\x5f\x9a\x8f\xea\x06\xaa\x5f\x39\x8f\xea\x06\xaa\xdf\x02\x8f\xea\x06\x22\xbb\x94\xc1\xa3\xbb\x81\x5d\xc6\xe1\x2a\x6f\x20\xb2\xb3\x15\x3d\x8e\x95\x7b\x9c\x45\x52\x95\x7a\x8c\xa6\x81\xfd\x7f\x54\x41\xcb\x03\xd5\x19\xd7\x1f\x25\x0f\xec\x9a\x7a\x74\x5e\xaf\xcc\x2c\xe9\x8c\xee\x8f\x96\x07\x22\x57\xaf\x44\x2d\x0f\x44\x73\xd5\xfb\x47\xa7\x7b\x9c\x59\x72\xfa\x6f\xb6\x88\x0b\xc8\x79\x1a\x74\xba\xc7\x89\x25\xcd\x51\x7b\x94\x3a\xd0\x5c\xdb\xea\x51\xd7\x1e\xa7\x8c\xf4\x96\x37\xec\x06\xce\x84\xb4\x8f\x06\xf7\x1c\x83\x23\x17\xe1\x31\x43\x11\x44\x55\x3a\x1e\x63\x71\x20\xe6\x74\x9f\x56\x94\x14\xc5\x76\x9e\xbd\xc6\xe2\x9e\x11\xff\xff\xff\x9e\x29\x34\x1f\xa3\x6c\x20\x4e\xf7\xed\xa3\x0f\x82\xee\xa0\x87\x47\x1f\x7c\x0c\xa3\x61\x5c\x8f\x61\x34\xb0\x77\xc0\x71\xe8\x83\xa0\x57\x64\xe5\x31\x68\x06\x92\xe3\x64\x1f\x0d\xf1\x31\x68\x66\x0b\x69\x83\x8f\x41\x33\xeb\xa4\x0c\x82\x5e\xb1\xb2\x47\x17\x04\xbb\xea\xfc\x52\xc9\x03\xfd\x9c\x3c\x1d\xef\x31\x68\x66\x6b\xa8\x78\x8f\x41\x33\x5f\x13\x2a\xde\x63\xd0\xcc\xe6\x56\xf1\xc0\xf0\xeb\xe4\xd1\xf0\x40\x1a\x58\xea\xa3\xe1\x81\x71\x9e\xe0\x8a\x1b\xd8\xe7\xc9\x5f\x7a\xb0\xd3\xee\x1c\x7f\x69\xfb\x4f\xba\x73\xbc\xcd\x14\x37\x30\x9c\x0a\xe2\x51\xdc\xc0\x70\xb6\xc3\x47\x6f\x03\x67\x59\xda\xc7\xdc\x40\x90\xb3\xcf\x62\x53\x03\x41\x1c\x6b\x7d\xcc\x0d\x04\x51\x1c\x85\xf9\x18\x83\x03\xc3\x69\x2a\x1e\x8d\x0e\x44\x71\xb0\xef\x63\x70\x0d\xec\xd6\xf6\xff\xac\xc1\xc5\xc8\x46\x3e\x11\x1f\x8d\x0e\x64\xc7\xb7\x3e\x1a\x1d\x98\x0e\x5b\x7b\x8c\xa3\x81\xec\xc0\xd8\x47\xc7\x03\xf3\xec\x52\xc7\x03\xd9\xe1\xb9\x8f\x3a\x07\x76\xd3\x52\x29\x7d\x0e\x94\xf0\x53\xc3\x78\x19\xd8\x16\xeb\xd6\xbc\x7b\x1c\xef\xe6\x2c\x5f\x8f\x01\x33\xb0\xcb\x3c\x36\xaf\x34\x06\xbc\x85\xdf\x15\xc6\xcb\xc0\xfe\x37\xce\x9e\xc1\xb1\xc7\x09\x26\xb3\xef\x5f\x13\xf5\xc0\x56\x3a\xea\x65\x74\x0c\xc4\xe9\x15\x78\x0c\x8f\x3d\x67\xc8\x9b\x35\xd3\x10\x41\x9c\xbe\x9e\x47\x45\x7c\x1c\xf2\xd6\xfe\xe0\xe2\x8f\x02\xf9\x1c\x81\xf4\x06\x50\x20\x9f\x33\x24\xce\x0b\xc1\xf4\x3e\xb0\xcf\xa6\x47\xe0\x19\x7e\xec\x3c\xde\x25\xfa\xe3\xb3\x0c\x8b\xfa\x69\xe3\x48\x37\xb0\xbd\x80\x26\x33\xf4\x06\xa2\x3a\x3b\xcc\xa3\x67\x3e\xff\x3c\xd3\xed\xd9\x3e\x4b\x81\xe2\x40\x1c\xe9\x06\xf6\x2e\xb8\x86\xd4\x4c\x50\xcf\x7b\x5f\xcd\x04\xbb\xb5\xa9\x97\x4e\x09\xfe\xbd\xb9\x54\x4a\x50\xcf\xe3\x4b\xa3\x04\xff\x9e\xfa\x0a\x25\xa8\x46\x98\x1f\x7d\xf2\x39\x3e\x49\xe3\x2b\x8f\xa0\x9e\x4f\x2e\x05\x10\xc4\xe9\x7e\x79\x34\x40\x50\x9d\xd6\xe1\x51\x00\x9f\xf7\xe8\x94\x65\x56\x00\xdb\x4b\x2e\xf8\xf1\x38\x62\xed\x79\xcf\x47\x15\xed\x61\x98\x0d\xec\x2f\x7d\x0f\xce\x2a\xbc\x27\x0f\xc4\x43\xb1\x0e\x5b\x0e\xab\x93\x4a\x3e\x26\xf7\x81\xfd\x7a\xb7\xcc\x4a\x20\x8a\xd9\x75\xc9\x1e\x45\x11\xc4\xe9\x30\x7b\x14\x45\xb0\x7f\x4b\x03\x38\x3e\xed\x71\x7c\x9a\x7d\x27\x8f\xb1\x3c\xb0\xdf\xb5\xb4\x80\x42\x09\x22\x57\x9f\x6d\x1a\x25\x88\xdf\xd9\x9c\x67\x15\xa1\xec\xa6\x39\x3f\xca\x23\x38\xba\xfb\xe8\x8e\x20\xfa\xb9\xeb\x75\x47\xd0\x5c\xaa\xec\x51\x1d\x9f\x33\x51\xc9\x6e\x92\xa5\x26\x82\x98\xd3\xa2\xb0\xc8\x57\x5c\xa3\x28\x59\x44\x7e\x2a\x07\xbb\x74\x44\x70\xa6\x1a\x5e\x86\x01\x41\xfa\xf1\xfd\xbe\xb4\x46\x10\x93\xe7\xe4\x52\x1a\x41\x72\x29\xc3\xa5\x33\x82\xf4\xe3\xa5\xba\x8c\x0c\x82\x6e\x1f\xeb\x52\x23\x41\xfa\xf1\x35\xbd\xb4\x48\x90\x9c\xde\x6e\x29\x91\x20\x39\x57\xde\xd2\x21\x41\xaf\xd3\xcd\x2f\x8b\xd6\xfe\xaf\xe4\xa1\xbe\x16\x11\x2a\x1c\x6e\xeb\xb3\x88\x50\x21\xdf\x61\x4b\x83\x04\xc9\x39\xf6\x96\x02\xb9\x9c\x2c\x13\xbb\x59\x0a\xe4\x32\x54\xc8\x63\x61\x19\x2a\x5c\x86\x0a\xb9\xe4\x97\xa1\x42\x90\x9c\xfc\x6f\x69\x99\x20\x39\xff\xdc\x72\xc9\x02\xd0\x2b\x66\xb7\xcc\x6c\x04\xc9\x89\x04\x97\x21\x46\xd0\x2b\x0f\xe0\xa5\x9d\x82\xe4\x48\xf8\x65\x88\x11\x24\x67\x18\x5a\xfa\x2a\x48\x0e\xb4\x5f\xea\x2a\x48\x8e\xf7\x5f\xda\xea\x72\x7a\xce\xe1\x1e\x6d\xaf\xb0\xbd\xfc\x2f\xdb\x2b\x68\x2f\x3e\x65\x97\xae\x0a\x92\x93\xf3\x2d\x55\x15\xa4\xc2\x07\xfa\x52\x55\x41\x72\xa2\xbf\xa5\x96\x82\x68\xf6\x46\x2f\x7d\x13\x9c\x19\xed\x97\xba\x09\x86\x8f\xbd\xa5\x5a\x82\x9c\xe9\x6d\x58\xaa\x25\x38\x4b\x65\x2e\xa3\x7e\x20\x4d\x2f\x56\xa3\x7e\x20\x19\x0e\x5b\xba\x26\x48\xd3\x7b\xc1\xa8\x1f\x48\xd3\xc6\x37\xea\x07\xd2\xb4\x46\x0a\x29\x48\x93\x97\xdf\xd2\x47\x97\x21\x3e\xba\x32\x96\xc3\xec\xc0\xf0\x69\xbc\xd4\xd1\x65\xd4\xaf\xb9\x47\xeb\xb8\x91\xa6\x77\x8c\xb9\x96\x60\xf8\x80\x5e\x1a\xe8\x32\x0e\xd8\xdd\x96\xd5\x66\xa6\xcd\xe9\x3d\xaa\x7f\x2e\x67\xda\xa4\x0f\x70\xe9\x9f\x2b\x13\xec\xe4\x4d\xb7\xf4\x4f\x90\xa6\x77\x9f\x4b\xa9\x83\xe1\x5b\x62\xa9\xa4\x20\x39\x82\x67\x69\xa4\x20\x4d\xef\x51\x8d\x14\xa4\xc9\x6b\x6e\x29\xa4\xcb\x69\x59\xda\x1f\x26\x57\x59\x06\x1c\x41\x1a\x3e\xa6\x34\x58\x70\x16\x3d\x5b\x8a\xe9\x72\x0a\x16\xbe\x06\x96\x12\x0a\xf6\x3b\xd0\x5f\x5a\x61\xa2\x84\xea\xeb\x32\x4a\x08\x86\x43\x45\x97\xae\xba\x8c\x12\xe2\xe0\x4b\x57\x05\x43\x17\x5e\x46\x09\xc1\x30\x03\x71\x69\xaf\x60\x38\xc4\x74\x29\xaf\x60\x0c\xaf\x19\x03\x87\x20\x9b\xb5\xbb\xd4\x59\x30\x1c\xc3\xba\x8c\x1b\x82\xe1\xd8\xa4\xa5\xb8\x82\x68\x3f\x9f\x11\x8a\xeb\x72\x4e\xcf\x6e\x91\xe7\x9e\xc9\x5c\x1c\x0c\xb2\xd4\x56\x10\xe7\x2b\x6d\x39\x54\x0e\x64\x3f\xc8\x96\x26\x0b\x86\xbd\x00\xcb\xc0\x24\xc8\xae\xc0\xb9\x0c\x4c\x82\xb3\x6e\xc0\x52\x6e\xc1\x70\x16\xaf\xa5\xb6\x82\xec\x7a\xa4\x4b\x6b\x05\xc3\xa1\xb5\xcb\x31\x70\x20\xfb\x9d\xb2\xf4\x58\x30\xcc\x75\x59\x6a\x2c\x18\xc3\x7b\x51\x8b\x05\xc3\x5c\xcf\xa5\xb1\x82\xe1\x28\xdd\xa5\xb0\x82\x9c\x8b\x45\xd6\xb1\x79\xbe\x39\x2e\x7d\x15\x9c\x69\xe1\x96\x51\x49\x90\xe6\xf9\x2f\xab\xdd\xa9\xb6\x97\x93\x06\x0b\x8e\x85\x2f\x33\x42\x97\xf3\x79\xf2\x8a\x5e\xaa\x29\x98\xc5\xdb\x53\x35\x5d\x4e\x02\xe3\x59\xd3\x4c\x97\x63\xe7\x7c\xa8\x2a\xa6\xcb\xb1\x73\x9e\x34\x25\x14\xcc\xe2\xe6\x4d\x08\x5d\xce\x01\xe3\xdd\x60\x42\xe8\x72\x98\x9c\x7b\x54\x55\x97\x53\xc0\xf0\x11\xb3\x34\xd5\xe5\x14\x30\xbe\xf6\x34\x55\x30\x8b\xb7\x91\xa6\xba\x9c\x15\xc6\xbb\x5f\x51\x05\xb3\xf8\xe4\x55\x54\xc1\xbe\xc0\xdc\xa5\x35\x1a\xd6\xc8\x5f\x5a\xa3\x41\x8d\x7c\xe0\xa8\xa5\x60\x16\x9f\xec\x46\x28\x41\x76\x30\xe3\x52\x54\x97\x33\xc0\x78\x60\x8a\x2a\x98\xce\x2b\xb8\x1c\x32\xb7\x9c\x14\xc6\xcd\xeb\xae\xcb\x49\x61\x7c\x45\x2b\xaa\xcb\x58\xa4\x23\x36\x97\xa6\x0a\xa2\x9e\xe3\xd7\x4b\x41\x09\x5f\xe5\xc6\x13\x41\xfc\x9c\x63\x69\xa9\xaa\xa0\x68\xdf\x4b\x55\x05\x7b\x0f\xfc\x9b\x71\x47\x50\x5c\xb2\x73\xa9\xaf\xcb\xd1\x6d\x0e\x3a\x5d\xfa\x2b\x28\xce\xeb\xb4\xf4\x57\xb0\x77\x4a\x1d\x8c\x3b\x82\x38\xe3\x4b\x96\x06\x0b\xf6\x5e\x39\x60\x0d\x16\xec\xdf\x72\xde\x35\x58\x10\xd5\x49\xb8\x97\x59\xa4\x60\x1f\x0a\xe7\xd4\x34\xd2\xe5\x34\x30\xce\x92\xbd\xcc\x23\x05\xfb\x3c\x7b\x7c\xb6\xd3\x46\x71\x3c\xe3\x32\x9e\x09\x4a\xf2\x79\xa0\x10\x83\xbd\x07\x8f\xc4\x76\xba\x4e\x3b\xb1\x07\xf3\x4d\xc1\xbf\x1d\x28\xc9\xa0\x38\x89\xdc\x52\x92\x41\x71\xae\xb9\xa5\x24\x83\x28\x4e\xaf\xba\xb4\x64\x50\x9c\x67\x72\x69\xc9\xa0\x24\x9f\xab\x06\x42\xd7\x7d\x1a\x89\xca\x6b\xce\xa0\xb8\x00\xf6\x52\x9c\x97\x81\x50\x67\x3e\x5a\x9a\x33\x28\x4e\x29\xb6\x14\x67\xf0\xef\x4e\xd0\x9b\xd7\xf1\xe6\x64\x99\x4d\xa4\x37\x9f\xa3\xb5\x39\x6e\x22\xf3\xbe\xea\x0c\xaa\x82\x7d\x68\xd4\xdd\xa8\x2a\xd8\x65\x1c\x87\x7a\x0d\x76\x19\x2d\x6e\xa8\x75\x39\xc9\x8c\xb3\x8b\x2d\x95\x7b\xa9\xdc\x4e\x78\xb6\x8c\xbf\x82\xfd\x7f\xd4\x55\x0d\x07\x25\xfd\x25\xac\xbd\x14\xf2\xf5\x9c\x2b\x88\xab\x54\x21\x07\xc5\x49\x48\x97\xc6\xbd\x9e\xd3\x14\x1e\xa8\x4d\x81\x5d\xf7\x73\xdf\x6a\xd7\xcb\x98\xad\xd3\xb1\x2f\x63\xb6\xeb\x64\xb6\x7a\x81\xeb\xdc\x20\x86\x93\xe5\x2e\x9d\x1b\x14\xb3\x01\x97\xca\xbd\x54\x6e\xf3\x2f\x96\xca\x0d\xf6\x4f\x69\x1f\x07\xd5\x81\x7d\x11\xb9\x39\xdb\x62\x19\x27\xf7\xd9\x69\xb8\x17\x14\xd3\x17\x97\x1a\x0e\x8a\xdd\x77\x4b\x0d\x07\xc5\xbe\xc0\x65\xb0\x17\xc4\x4f\x13\x5d\x9a\x39\xd8\x07\xe7\x0e\x6c\x93\x45\x46\x80\xcf\x58\xd5\x1c\x14\x3b\xeb\x96\x6a\x0e\xf6\xa1\x71\x1c\xba\x39\x28\xa6\x64\x2e\x63\xbd\x60\xff\x1b\x5b\x33\xb0\x0b\x8a\x39\x8d\xcb\xb8\x2e\x88\x7f\xb7\x8b\x81\x5d\x10\xff\x1e\x48\x7a\x3d\xd8\x9b\xf3\xff\x6c\xa4\xd7\x46\xf2\x95\xa6\xd8\x83\x62\x42\xe7\x32\xb0\x0b\x8a\xbd\x97\x4b\xd5\x07\xfb\x97\xee\xc1\x16\x61\x72\x1a\xf3\x3e\x97\x56\xbf\xcc\x9e\x75\xf2\x87\xa5\xd5\x83\x62\xaa\xe9\x32\xfc\x0b\xf6\xbf\x59\x66\xf5\xbf\x53\x7d\xf6\xaa\xe9\x83\x62\x07\xe9\x52\xf4\x41\xfc\x1c\x95\xb6\x14\x7d\x50\x4c\xf3\x5c\x7a\xfe\x3a\x9e\xef\xe3\x48\xcf\x07\x7b\x0f\x34\xba\x9e\x0f\x76\xbd\xfc\x3f\xab\xff\x51\x7d\x4f\xb4\x41\x62\xb0\x7f\xca\x89\xd0\xf3\x41\x31\x51\x75\xe9\xf4\x60\x5f\xac\x34\xa6\x52\xbf\x4c\xdb\xb5\xfe\xaf\x72\xfe\xba\xb2\xba\x13\x97\xbe\x4a\x36\xd8\xd7\x57\x50\x36\x2c\x63\xe6\x20\x4e\xeb\xab\x65\x83\xa2\x6c\xbc\x5a\x36\x28\x76\x06\xbf\x5a\xf6\x7b\xd6\x55\xe7\xd1\xfb\xaa\xd9\x20\x22\x0d\xff\x6f\x59\x66\xba\xc2\xd9\xc3\x6b\x99\xe9\x0a\x3c\xf4\x5e\x4d\xfb\x35\x58\x9b\xdc\x87\xaa\x0d\x8a\xf6\xf2\xaa\xda\xaf\xb1\x5a\x1e\xb4\xaf\xaa\xfd\xba\x24\xbb\xcb\xe0\xbf\xba\x36\xd8\x65\x93\xb2\x62\x99\x5d\x6b\xd3\xb2\x6a\x99\xf9\x0a\xbc\x8e\x5f\x75\x1b\xec\x32\xf7\x61\xd3\xc5\xe9\x6f\xa3\xb6\xaa\x34\xd8\xff\xe7\x7e\x6d\x95\x30\x87\xc3\x5d\xd8\x28\x61\xa3\xf0\x28\x79\x95\x69\x50\x54\xcf\x57\x99\x06\xc5\x2f\xcd\x57\x99\x7e\x93\x13\x47\x71\x0d\xbf\xaa\x33\xd8\x65\xb4\x89\xee\x0c\xf6\x1e\x2c\xb3\x01\x36\x8a\x1a\xf6\x9a\xa5\x0b\x22\x5c\x4b\xfa\xd5\xb1\xc1\x2e\xf3\xff\xac\x2b\x49\xb9\xc5\xd9\x60\x5e\x25\x1b\x44\x98\xab\xf8\x1a\xd3\x05\xbb\xcc\xdd\x5a\x7f\x82\xba\x66\x81\xbd\x06\x70\xdf\x74\x32\x18\xfc\xa9\x95\x4d\xf4\x2e\xf2\xd0\x79\xd3\xa9\x2c\xbd\x8b\x9e\x30\xd5\xfb\x75\x85\x40\x53\x13\x5f\xdd\x1b\xfc\xbb\x84\x75\x6f\x70\x42\x39\xaf\xee\xfd\xba\x3e\xa0\x61\xc6\xd7\x94\x5b\x50\xed\xef\x7e\xf5\x71\x70\x3e\xf6\x5e\x7d\x1c\xec\x7d\x72\x6a\x0c\x19\x83\x13\x30\x79\x75\x74\xb0\x77\x40\x0d\x94\x74\x50\x75\xab\x57\x49\x07\x7b\x6b\xee\xd4\x26\xca\xe6\x38\x74\x8f\xcd\x6b\xc4\xa5\x05\x1d\x83\xfa\xea\xe9\xe0\xbc\x0c\x5e\x3d\x1d\xd4\x38\x5b\xb3\xd9\xb2\xcd\x46\xe3\xaa\xee\x60\x1f\x1b\xc7\xab\xbb\x83\x1a\xe3\x0f\x93\xaa\xbc\xaa\x3d\xd8\x5b\x61\xff\xba\x3d\x38\xb1\x8c\x57\xb7\x7f\x1d\x57\x69\xbf\xe3\xab\xdc\x83\xf3\x8e\x7d\xb5\xf7\xd7\x85\x0d\x79\x67\xbd\xda\xfb\x7b\x16\x36\xf4\xa9\x65\xfc\x19\x54\x97\xf2\x78\x0d\x3f\xbf\x67\xad\xc3\xe6\x4f\x6d\xae\x62\x73\xf1\xda\x7d\x95\xf5\xf7\x2c\x58\xe8\x19\xd1\xd6\xc1\x2e\xf3\xff\xac\x97\x0b\x16\x7a\xd3\xaa\xeb\xef\x59\xb0\xd0\x73\xae\xaf\xbf\x95\x01\x3b\xb6\xab\x72\x0e\xf6\xd6\x68\x7e\x63\xcd\xef\x59\xb0\xd0\x93\xa9\xb1\x83\xfd\x7f\xd4\xc2\xf8\x33\xa8\xce\x47\xf3\x6a\xf1\xa0\x3a\xf9\xcc\xab\xb1\xbf\x67\xbd\xc2\xe6\x81\x78\xce\x2b\x19\x21\x3e\x2a\xd5\xf3\xf7\x0c\xbe\xf4\x66\x34\xd2\xfc\xba\x86\xa1\x1d\x5c\xaf\xce\x0e\xaa\x33\xde\xbc\x3a\x3b\xd8\x3f\xa5\xd1\x95\x76\xb0\xcb\x68\x61\xe3\xcf\x20\xce\x04\x37\xaf\xda\x0e\xe2\xe4\xae\xbe\x7a\xfb\xeb\xc8\x4d\x27\x63\x7b\x15\xf7\x77\x5b\x7a\x75\x78\xef\xab\xa5\xbf\x8e\xdc\x2c\xfe\x97\x97\x77\x33\x0d\x82\x46\xd2\xd2\x41\x9c\x0f\xb6\x57\x4d\x07\x7b\x07\x34\x93\x9e\x0e\x22\xb9\xf2\xf5\xab\x95\x83\xfd\x7f\xfc\x56\x2d\x07\xd5\x41\xc5\xaf\x81\x65\xb0\xff\x8d\x13\x61\x60\x19\xec\xcd\xd1\x26\xa6\x0b\xbf\x0e\xfb\x74\x25\xed\xd7\x7c\x61\xb0\x7f\xeb\xf6\xac\x7f\xb7\xfe\x74\x36\xbc\xaa\x3f\xa8\x0e\x52\x7e\x55\x7f\xb0\x7f\x4a\xd3\xe9\xfe\x20\xd2\x48\x6e\xce\x0b\xa0\x93\x43\xe1\xd3\x4d\xf9\x07\xd5\x8f\xce\xd7\xa8\x34\xd8\xbf\xf4\xdf\x6c\x27\x46\x88\xd6\x49\xe7\xc5\x6b\x8f\x00\xd8\xff\x67\x99\xd7\x04\x63\x44\xd3\xe0\xbb\xfb\x35\x9d\x19\xd4\xf3\xa9\xa0\xed\x83\xc8\x2e\x17\xfc\x9a\xba\xfc\x92\xa7\x7c\x46\x63\xbd\x46\xa1\xc1\x2e\xa3\x9d\xcc\x53\x06\xbb\x8c\xd3\x63\x1f\x00\xa8\xe7\x71\x69\x1f\x00\xd8\xbb\xa0\x16\x76\x02\x80\x68\xce\x61\xf3\xda\x0b\x00\xaa\x43\xea\x5f\x7b\x01\x40\x64\xb3\xb3\x5e\xbb\x01\x40\x0c\xa7\xce\x79\xed\x07\x00\xd5\xdc\xc6\xd7\x7e\x00\x50\x4d\x46\x7c\x8d\x61\x83\xc8\xae\x89\xff\xda\x37\x00\xaa\x89\x87\xaf\x5d\x03\x20\xb2\xe9\xf4\xaf\x51\x6c\x10\xd9\xe9\xb0\x5f\xf3\x94\xc1\x2e\xf3\xb7\x36\x13\xf3\xe6\x64\x27\x23\x7f\xcd\x5d\x06\xfb\xff\x3c\x3a\x9b\x69\x92\x7f\xe1\xab\xcc\x3e\x04\x10\xa3\x21\x40\xaf\xd6\x0f\xa2\x9b\xc4\xf6\xfe\x0f\x63\x67\x72\x33\x4d\x0b\xac\xd9\x7d\x5b\xd1\x26\x14\x73\x20\xb5\xda\x97\x9c\xf0\xdf\x84\x2b\xce\xe1\xbb\xdb\xff\x5d\x9d\x12\xca\xca\x84\xc8\x01\x9e\x08\x08\x54\xdf\x60\x97\xd1\x0a\x55\x29\xd8\x65\x9c\x4f\x45\xf7\x99\x4b\xf4\x74\xc7\x0a\x2a\xb0\xcb\xb8\x86\x92\x02\xa4\xe1\xf7\x7f\x19\xb8\x01\xbb\x6c\x57\x79\xd9\x61\x82\xf4\x43\x48\x2e\xfb\x4b\xb0\x0f\xcb\x94\x85\x65\x41\xe8\xa6\x52\x34\x2d\x9a\xff\xff\xff\x0e\x57\x2c\x2c\xfb\x4b\x90\xcd\x46\xbc\xec\x06\x41\x9e\xbc\xd7\xcb\x6e\x70\x15\xdd\x93\x5c\xd2\x3e\x6f\x91\xfe\xad\x9a\xd2\x66\xd9\x5b\x2d\x37\xd8\x2d\x8c\xb2\x96\xdd\x15\x68\xaa\xed\x65\x6f\x05\x76\x0f\xc6\x45\xed\x9b\x40\xaa\xce\x5c\x59\xf6\x4d\xa0\x99\x65\x6c\xd9\x37\x81\x74\xee\xd7\xd2\x03\xbd\xea\x79\xd5\x2d\xbb\x2d\x73\x6a\x18\xea\x7d\xd9\x87\x2d\xa7\x4b\x31\x68\x5d\x7a\xaa\xc1\x7e\x23\xac\xb0\x6d\x75\xbf\xde\x74\x8e\x5b\x96\x2d\x1f\xff\x3f\x78\xcf\x97\xbd\x23\x68\x13\x57\xd7\xb2\x73\x04\xdd\xbe\x66\xd9\x37\x82\xdd\xd5\x72\x97\xec\x1c\xc1\x2e\xa3\x3d\x76\x8e\xcb\xdd\x7c\xf9\x38\x2c\x9d\xd9\xe0\x4c\x7b\x5e\xf6\x83\x60\x18\xfd\x5f\x7a\xa9\x97\xe9\xde\xa6\x45\xda\xc1\x74\x6f\xd3\x6a\x68\x87\x46\xa8\x69\x7a\x2e\xcd\xd0\x08\x35\x4d\x2b\xa6\x15\xc8\xe7\x66\x4e\xe7\x65\x27\x08\x46\xf3\x16\xd9\x07\x82\xd1\x78\xdf\x97\xfd\xdd\x32\x77\x1b\x63\xd4\x65\x77\xb7\x3a\x7e\xf7\x64\x91\x8f\x40\xc7\xb9\x19\x16\x79\xbb\xdd\x53\x8a\xaf\xf3\xb2\x63\x03\xd3\xfd\x50\x96\x73\xa8\xc0\x34\xd7\xe5\xb2\xaf\x5b\x2e\x94\x61\x9c\xb9\xec\xeb\x96\x0b\x65\xf8\xac\x2f\xbb\x35\x50\xcd\xc8\xb2\x74\x3f\x2f\x73\xb7\x39\x48\x58\xf6\x74\xa0\x98\xdf\x65\xd9\xd1\xad\x33\x83\x8a\xd9\x72\xcb\x5e\x0d\x54\x83\x73\xcb\x4e\x0d\xa4\x9f\x99\x0b\x96\x9d\x1a\xa8\x86\xf5\x96\x7d\x1a\x48\xdd\x7c\xb5\xcb\x3e\x0d\x54\xc3\x41\xcb\x3e\x0d\xec\xd7\xcb\x32\xcd\xc1\xb4\xaa\xfd\xed\xa7\xcc\xc6\x0f\xc7\xff\x7c\x98\x97\x3d\x18\xd8\x65\x58\xc4\x1e\x0c\xec\x32\xda\xaf\xb7\x1a\xec\x17\x87\xff\xea\x9b\x06\xcd\x5c\x24\xcb\xde\x0a\xec\xc3\xb8\x59\xf6\x56\x20\x15\xb7\x1c\x5f\x3a\xac\x41\x9b\xb8\xdf\x96\x0e\x6b\xb0\xbf\xea\x9e\xce\x96\xb9\xf8\xe6\x5c\xd4\x86\xd1\xa7\x99\xf4\x79\xd9\xa5\x81\x64\x76\xe4\x65\x97\x06\xce\x7e\xb5\xcb\x1e\x0d\xe4\x9f\x46\xb2\x43\x03\xa9\x4f\xbc\x9d\xcb\x1e\x0d\x0c\x27\xd4\x2c\x3b\x34\x30\x1a\x52\x72\xd9\x9f\x81\x34\xdc\xba\x67\xd9\xa1\x81\x6c\xb6\xf6\x65\x87\x06\x42\xe5\xb0\xec\xcf\xc0\x68\xd3\xf3\x6b\xa0\x79\xbe\x71\x56\xc3\x96\x6f\xe4\xc9\x68\x6e\xd9\x4d\x81\x38\xdf\x1f\x7b\xa9\x35\x89\x20\xfa\x68\xe9\xfc\x06\x79\x7a\x2e\x1d\xdd\x8b\x49\x59\x0e\x34\x96\x4e\x6d\x10\x8e\x5b\x96\x4e\x6d\xb0\x6b\xc1\x5d\xb7\x7b\x03\xc5\xb5\xdb\xcb\x89\x5a\x60\x9a\x2c\x76\xe9\xe6\x06\xd3\x1c\xb0\x4b\x2f\x37\x98\x66\xa3\x5d\x3a\xb9\x41\x71\x85\xf7\xd2\xc7\x0d\x8a\xc9\x19\x96\x9d\xe7\x3a\x6b\x71\x7c\xcf\xf4\x5d\x2f\x33\x98\xf7\x73\x4d\x9b\x89\xf3\x7a\xb8\xeb\xd2\xd2\x79\xbd\xcc\x95\xa0\x81\xf4\x5d\x83\xfd\x57\x0e\xd3\x79\xbd\xcc\x95\x50\x7c\xbd\xf5\x5e\x83\x3a\x4f\x91\xf6\xb8\x8f\x16\xa1\x76\x7a\xaf\x41\x0a\xb7\xe4\x5a\xba\xaf\xc1\x3e\xce\x32\x2d\x72\xb3\xcd\x76\xf3\xaa\x5a\xe4\x76\xcc\xea\x5b\xa0\x4b\x1b\x34\xf3\x3d\x2c\x5d\xda\xa0\x99\xef\x61\x39\x76\x58\xee\x39\x15\x3e\xa5\xba\xb4\xc1\xee\xa0\x3c\x4e\xd3\xdd\x8e\xec\x3c\x4c\xcb\xdd\x46\x47\x78\x72\x5d\x28\x04\xce\x0e\xcd\x4b\x2f\x37\xc8\x3f\x1b\xaf\x97\x1b\x8c\x6e\x87\xad\x93\x1b\x64\x57\xe3\x2f\x7d\xdc\x60\x74\xdc\x18\xcb\x3c\xea\x60\x74\xbc\x18\x4b\x0f\x37\xc8\x95\xd0\xcb\x72\xe8\x03\x42\x17\xc3\xd2\x5b\x0d\x42\x37\xef\xd2\x59\xbd\x1e\x1f\x78\x1a\xe4\x54\x30\x90\xa7\xcf\xa8\xbe\x6a\x70\x36\x9d\x5c\xba\xaa\x41\x9e\x76\xfc\x0e\xac\x00\x3b\xbd\xfd\x77\x47\xad\x1f\x7b\xbd\x04\xd9\xed\x2a\x74\x63\x83\x3c\xfd\x1c\xe9\xb2\x5e\x2f\xa1\x63\xc6\x7a\x4b\xef\x34\x88\x73\xbb\xf4\x31\xaf\xd7\x9e\x88\x67\x5f\x77\x32\x48\x4d\x37\xee\xd2\x9f\x0c\x76\xef\x61\x99\x15\xdf\xa8\x66\xc4\x58\xfa\x93\x17\x0b\x85\xf4\x0a\x2d\xe7\x7a\xad\xef\xf4\x3b\x5c\x41\x47\x31\xd8\x65\x1e\xe7\x83\x79\x1c\xc5\x5e\x55\x47\x31\x48\x67\xb5\xf6\xd2\x51\x0c\xf6\x71\x5e\xd6\x3b\xa4\xa7\xd8\xdb\xa1\xa7\x78\x1d\x4f\xb1\x03\x04\x97\x00\x81\x5d\x66\x55\xbc\x6d\xdf\x79\xab\xad\x8a\x06\xf8\xce\x5b\xed\xf9\x34\xc0\xa7\xeb\xcd\xab\xda\x7e\x36\x32\x4e\xc5\xd6\xea\x52\x5e\x2b\x71\x98\x45\x1a\xe0\x2c\x28\xf2\x53\xab\xfb\x18\xb4\xf3\x48\xe9\x3d\x5e\x67\x3d\x91\x43\x0e\xdd\xc7\x20\x65\x73\x38\x2f\x5d\xc5\x6b\xe9\x39\x70\x28\xaa\xab\x18\x34\xf3\xed\x2e\x5d\xc5\xcb\xf5\x44\x4e\x94\x5d\xba\x8a\x41\x33\xb7\xee\x72\x4a\x18\x68\x46\x1a\x97\xde\xe3\x85\xa7\x38\xbb\xad\xef\x72\xe9\x10\xd8\x2f\x7a\xfb\x3f\xff\x2f\x7e\xcc\x09\x13\x0d\xc7\x7e\xfc\x98\x13\x26\xd2\x6f\x7f\x48\xe2\xc7\x9c\x30\x91\x06\x29\x5c\xe2\x87\xdf\x59\xa4\x5f\xb6\xa8\x5a\x44\x0f\x55\x2c\x6a\x16\xb9\x94\xa6\x50\xd4\x2d\x22\x37\x44\xf1\xfc\xc3\xa2\xc1\x47\xc3\x3f\x86\x45\x61\xd3\xad\xec\x6d\x19\xb3\x7d\xb6\xa0\x89\x1f\x8e\x68\x91\x7e\xdb\x40\xf1\xc3\x0f\x2d\xf2\xef\xe7\x51\x9f\x45\x8b\xf3\x73\x54\xb2\xe1\x4c\xee\xfa\xed\x7b\x1c\xbf\x64\xc3\xc9\x03\xf1\xdb\x4f\x47\xfc\x92\x0d\xc7\xe3\xfc\xcb\x54\x3f\xd9\xc8\x8d\x41\x8c\x34\x7e\xc9\x46\x3a\x93\xab\x78\x94\x8d\x64\x26\x57\xff\x59\x64\x23\x9d\xc9\x55\x68\x50\xb2\x91\x89\xac\x49\xc5\x7a\x4d\x8b\x98\xc9\x55\x3c\xbd\xcd\x4e\x7c\xa7\xa6\x45\x36\x3b\xf9\x9d\xb2\xaa\x36\x9b\x45\x46\x35\xef\x61\x72\xfc\x92\xed\xde\x70\x4f\xc0\xf8\xe1\x6a\x16\xc1\xb3\x12\xbf\xac\x29\xf2\x89\xa8\xf1\xcf\xac\x2d\x32\x8b\xb4\x27\xe6\xc9\x36\x3c\x1b\x5d\x2c\x5c\x34\xdb\x72\xbc\xca\x91\x8b\xc7\xd9\xf4\x8d\xca\xf4\xb4\xf8\x65\xdb\xb9\x51\x99\x3d\x14\xbf\x6c\x3b\xf5\x33\x17\xad\x8d\x9f\x59\xec\x32\x6e\x5d\xb6\xa5\x59\x0f\x60\xf0\x6c\x64\x9b\x45\xf6\xf4\x60\xff\xcd\xf8\x65\xdb\x45\xce\xbb\x9a\x33\x65\xc5\x86\x15\x77\x09\xac\x58\xae\xd8\xb0\x62\x32\x5e\x5b\x51\x7c\x94\x8b\x8f\xb2\x87\xd9\xd8\x0d\xb7\x90\x8e\x5f\xb1\xad\xc5\x65\x09\xb4\xab\xd8\x54\x36\x54\xfe\xd9\xae\xe2\x5d\x2e\x3e\xca\x1e\x65\x53\x91\xbf\xfd\x67\x91\xb7\x14\x37\x70\xcd\xbe\x2a\xc5\x1b\x88\xfe\xad\xde\x85\x62\x43\x37\x46\xff\x59\x31\xdb\x59\x10\x43\x1a\xbc\x5a\xfd\x8a\xcc\x99\xfc\xb1\x5a\x31\xe6\x50\x4d\x5f\xce\x6a\xc5\x9c\x43\x65\xf5\xab\xb7\xc5\xbd\xb0\xbc\xc9\xd5\x5b\x50\x19\x17\xfa\xf2\x57\xaf\xc8\x66\x54\xe1\x73\xd5\x34\xa2\x93\xa3\x7c\x37\x9b\x6f\x8a\x29\x14\x1a\x66\x6d\xda\xb0\x39\x9a\xa9\x9c\xac\x59\x31\xf2\x25\x90\x01\x22\x7e\xcd\x5a\x34\x07\x6e\xdc\xb8\x66\x2d\x36\xcc\x48\x1f\xbf\xa6\xc5\x9a\x1b\x6c\x37\xff\xe9\xb3\xd1\x0c\x2d\x57\x8f\xd3\x8a\xcd\x21\xc9\xb9\xa8\x66\xdc\x50\xe3\xc7\xaf\xdb\x82\xae\x1b\xa1\xfc\xb7\x9f\x3c\x7e\xdd\x16\x76\x27\xb4\x37\x5a\xdd\x35\x3d\x1e\xd5\xce\x7c\xa3\xf8\x75\x9b\xdd\x79\x4f\x48\x4a\x18\xbf\x6e\xb3\xbb\xbb\x3b\x54\x6a\xdf\xbd\x21\x78\x59\x7f\xe3\x47\xed\xbb\x2d\xea\xca\xaa\x53\x55\xed\xdf\x71\xfc\x7b\x7b\x87\x0f\xf6\x60\x36\xb6\xf7\x72\xd8\x20\x96\xdb\x9c\x57\x7d\x58\xb9\x61\xff\xc4\x35\x87\xcf\xf0\x38\x83\x49\xcb\xac\xdb\x46\x23\x3d\x6b\xfc\x86\x55\x1b\xcc\xd9\x9e\xb4\x6a\x78\x97\x8e\xff\xd3\x4f\xe1\xf0\xc1\x1e\x2e\x18\xf3\xd1\x18\xda\x1f\x2f\x66\xf8\xc1\x1f\x9a\x7f\xa3\x45\xe5\x93\x33\x6c\x13\x12\xf0\xe7\x03\x14\xb6\xc9\xec\xdf\xa4\x0e\x8b\x5f\x68\xf2\x0d\x13\x53\xc7\x2f\xb4\x6e\x20\x19\x26\x06\x0a\x1b\x15\x8c\x91\x7c\x57\xc3\x36\x85\x8f\x19\x6d\x0a\xdb\x44\x3e\x86\x6c\x1f\x10\xd6\xdf\x3d\x86\xad\x7e\xf8\xe4\x6d\x74\x76\x64\x8a\x5f\xf8\xe4\x99\x7a\x21\x5b\x64\xf5\x83\x6d\x09\xbc\x25\xd3\xea\x6f\xf4\xd2\x69\xf7\xb4\xf6\x1b\xbd\x74\x6a\x3f\xbd\x25\xd3\x1d\x3d\x31\xec\xb4\xf6\x1b\xbd\xd8\xb5\x4e\x6b\x3f\x4d\x45\xc8\x15\xa7\xe6\x9f\x67\x97\x0a\x8a\xac\xfd\x46\x2f\xda\x6b\x5a\xfb\x79\x86\xf2\x14\x59\xfb\xa9\xf3\xd9\xd3\xfb\x90\x6d\xf4\xd2\x31\xfe\xf4\xae\x31\xcd\x89\xb5\x08\xf1\x9b\xb6\x71\xea\x16\xf4\x64\x97\x0f\x19\xf3\x97\xba\x4f\xfb\x65\x23\xc9\x9b\xc0\x36\x41\xf1\xbb\x6c\xe4\x46\xef\x3e\x3d\x97\x8d\xbc\x1c\x06\x70\xc9\xcb\xfb\xe1\x52\x9b\xf3\x75\xb8\x6c\x12\x93\x92\x7a\xb3\xc8\x26\x31\x27\x89\x3c\xe4\xf1\xbb\x6c\xd2\xa5\x44\xa7\xb2\x97\xf5\xdf\xe8\xe7\x55\xba\x7c\xea\x36\x7a\xf7\xe9\xbf\x6c\x12\xb3\x8f\xc8\x2d\x1e\xbf\xdb\x16\xdd\xb6\x88\xa3\x6e\x5b\x74\x72\x6b\x7b\x94\x0f\x1d\xba\x8c\xdd\x96\xe2\x77\xdb\xa2\x8d\x7e\x5e\xf2\xdb\xdb\x46\x02\xbb\xfe\xd3\x16\xb7\xad\x44\x96\x45\xf6\x7d\xb8\xbd\x97\xb7\x69\x25\xa9\xff\x6d\x2b\xd1\x60\xdd\x8e\xea\xf6\x2e\xdd\x67\x9e\x3f\x66\xbc\x6d\x26\x7a\xcb\x45\x75\xf1\x7b\xac\x2e\x22\x29\xf9\xa9\x7f\xbc\x01\x0f\x93\xf3\x1d\xa2\x3c\x56\x77\xc3\x2d\xe4\xe3\xf7\x58\x5d\x66\x01\xb5\xec\xb7\xfe\xb1\xba\x8f\xbd\x17\xe6\x78\xac\xed\x83\x73\xef\x1c\xe5\x6d\xda\x70\x73\xd6\xf8\x3d\x36\x60\x63\x24\x5f\x92\xc7\x06\xa0\xa5\x58\xe2\x10\xbf\xc7\xfa\x93\x34\x3b\x39\x50\x7a\xbc\x4d\x68\xa9\x9f\x23\x99\xc7\xdb\x44\xd2\xec\xe4\x00\xf1\xf5\xed\xda\x18\xc9\x61\xde\xeb\x9d\x23\xc3\x5d\xf2\x8f\xaf\xb7\xe9\x65\xea\xad\xf5\x7a\x6d\xf7\x6b\xbb\x31\xe2\x6b\xbb\x5f\x3b\x6d\x0c\xf6\xda\xec\x97\x66\xdb\x1b\xbf\x36\x9b\xcc\x78\xc9\xda\xbf\x36\xfb\xb5\xd9\x18\xff\xb5\xd9\x1b\xf9\x97\x68\xd0\xeb\xd3\xb9\x91\xf1\x29\xc5\xef\xd5\x12\xa4\xe4\x4e\x7e\x67\x5e\x2d\xf1\x32\x48\x3d\x0d\xd2\x12\x2f\x96\xd0\xd0\x9f\xcd\x26\xff\x76\xf2\x5c\x9f\xcd\xfe\x18\xa4\x7a\x87\x3e\x6f\xf7\xc7\xf2\x0c\x87\x2f\x9f\x96\x20\xbf\xf6\x19\x9c\x7f\x5a\x62\x23\xff\xfc\xfe\x7d\x5a\x62\xc3\x5d\xda\xe2\xf7\xd9\x46\x12\xe0\x45\xf6\x49\xfc\xac\x3e\xea\x6a\x84\xaf\xd2\x67\xfd\x3f\x06\x2b\x7e\xd3\x3f\x6f\xdb\xc7\xc8\xc4\x97\x64\x59\xff\xc5\x8a\x00\x5f\xf1\x65\xfd\x17\x32\xdf\xa1\xdb\xf2\x09\x5e\xca\x7c\x4e\xbf\x6c\xd2\x46\xae\xb5\xff\xa1\x77\x5e\xb6\x78\xa1\x3d\x7c\xcf\x96\x2d\xde\x18\xdd\x11\xe6\xb2\xc5\xcb\xb8\x86\xdf\xd1\xe5\x9d\x5e\x0c\xc2\xfd\x36\x2d\xad\xb0\x1c\xb1\x59\x49\xef\xf4\xc6\xe8\x3f\xee\xe1\xf2\x4e\x6f\x8c\xee\x83\xb4\x34\xd5\x62\x39\x85\x1f\xb0\xa5\xa5\x96\x96\xf2\x5c\xde\xe9\xc5\xa4\x74\x1e\xca\xa4\x0e\x03\xa3\x73\x77\x92\x3a\x0c\x8c\xce\x50\x20\xa9\xc3\x40\x66\x53\x8e\x48\xca\x30\x90\xdc\x48\x27\x92\xa2\x0b\x64\x52\x5f\x47\x52\x74\x25\x45\x17\xb7\x35\x29\xba\xc0\xfe\x00\x7b\xcd\xb0\x4c\x5b\x0c\x8a\xa6\x45\xd3\xcf\x84\x67\xbb\x2c\x23\x7a\x53\xbd\xe6\x63\x91\x6b\x3a\xf9\xf8\x25\x65\x17\xd8\x65\x9c\x4e\x45\x95\x4e\xbe\x05\xec\x91\x94\x54\x60\x97\x71\x3e\x35\x15\x08\x9c\x10\x91\xd4\x54\x20\x4f\xbe\x61\x49\x4d\x05\x52\x63\x23\xe4\x48\x8a\xaa\x64\x06\xbe\xe9\x05\x6c\xc3\x46\x30\x05\x34\x52\xb2\x09\x49\x69\x5d\x3d\xdb\x6d\xd9\xcd\x61\x9e\xec\xb5\xe8\xa5\xc8\x9a\xd9\x2a\x44\x15\xb3\x5f\x23\x29\xaa\x80\x3b\x32\x45\x52\x40\x01\xb3\xae\x47\xca\x36\x9d\x14\x7b\x0e\x43\x53\xf6\xee\x65\xd6\x50\xf0\xea\x26\x65\x16\xc8\xd3\x87\x43\x95\x95\x4c\xb1\x47\x87\x91\xb2\x0d\xdf\x08\xa2\x60\x91\x54\x54\x20\x13\xf9\x89\xa4\xa0\x02\x49\x6f\x7e\xa4\x6c\x23\x37\x32\x7b\x9d\x47\x52\x63\x81\xc8\x3f\x6b\x61\xbb\xb3\xed\xe6\xd9\x50\x61\x25\x97\xcc\xf0\xc9\x4a\x0a\xac\xe4\x92\x19\xbe\xfa\xa9\xd8\xc8\x72\xf6\xd0\xc1\x16\x8a\xa9\xe4\x4e\x54\x53\xfb\xab\x93\x40\x6a\x44\x76\x23\x29\x94\x40\x61\xe3\xe0\x48\xc5\x16\xb0\xf8\x25\x8a\x57\xb0\x6a\x2c\x6b\x09\x74\x74\x52\x27\x81\x42\x2a\xe0\x48\xd5\x7a\x98\x04\x2f\x5b\x5d\x85\x12\x88\xa0\x63\x49\xd5\xaa\x6d\x4c\x26\x1d\x44\x52\x3b\x25\x13\xde\x31\x04\x4c\x6a\x27\x10\x81\x28\x4f\x6a\x27\xb0\xdb\xe9\xc9\xac\x6c\xb5\xb2\x9e\x4c\x6b\x9b\xde\x8e\x61\x61\xaa\x5a\xbb\xb2\x51\x6d\xe7\x6e\x56\x9b\x54\x6d\x12\x0d\xaf\x36\xa9\xda\x24\x5a\xa9\x10\x4b\x2e\x5c\xa1\xf7\x4c\xcd\x1b\xd0\x88\x24\x25\x8b\x7c\xf0\x4c\x6f\xc7\xa8\x33\xa9\xcd\x92\x0b\x57\xf8\xce\xa7\xa6\x29\x1a\x0b\x19\x06\xb5\x57\xae\x25\x33\xde\x75\x8f\xf2\xc1\x73\xe1\x0a\x63\xd3\xa4\x80\x03\x29\x72\xf3\x30\xef\x1b\xcb\x54\x82\xcd\x58\x22\xa9\xd7\xc0\x6c\xbe\x12\xca\x35\x30\x9b\xaf\x97\xca\x0c\xcc\xe6\x5b\xde\x6d\x52\x67\x75\x83\x0f\xbb\x62\x0d\xcc\xe6\xc7\x51\x31\x06\x66\xf3\x91\x55\x77\x25\xf3\xe2\xf9\xde\x77\xeb\xdf\x59\x20\x3d\x3d\xca\xfa\xb3\x4a\x25\x7c\x14\x15\x62\x60\x36\xdf\xf1\x6e\x8b\xc8\x8b\xd7\x7c\xfc\xbb\x0d\xea\xac\xbb\x99\x56\xd5\xdb\xd6\x5d\x8b\xea\xb7\xac\xdb\x22\xc3\x7d\x8c\xd0\x92\x02\x0e\xcc\xe6\x7b\xaf\x80\x03\x85\xe4\x85\x91\x14\x70\xa0\x90\xf5\x30\xd2\xb0\x91\xc3\x46\x72\x2e\x35\x1d\x28\xac\x76\x8f\x34\x6c\xf7\xe0\xbe\x0d\xff\x68\x23\xc9\x81\xd7\xfc\x3a\x28\xe9\xc0\x6c\xb6\x5b\x49\x07\xca\xf0\x4d\x55\xd1\x25\xb7\x78\xd2\x86\xc3\xbb\x36\xfc\xb0\x37\x2f\x69\x8b\x06\x4e\xe3\xf4\xdf\xbb\x6f\x46\x52\xdd\x01\x43\x50\x91\x14\x77\xa0\x66\x06\x70\x29\x6c\x5d\xe8\x66\xb6\x9b\x52\xf0\x81\x6d\x64\x8f\xb3\x7d\xe1\x54\x04\x3f\xde\xea\x3b\xb0\xcb\xb0\x56\xd8\xc2\x60\x4e\x3f\x83\xb8\xa4\xe6\x4b\x71\xb2\xe8\x62\x7a\x45\x1f\xa8\xac\x0b\x8e\xa4\xe8\x4b\xee\x00\x95\xbc\xb5\xa1\x25\xe2\xb8\x1b\x3c\xce\x47\x20\x8e\xbb\xc1\x4b\x68\x9d\xd0\x3a\x54\x44\xdd\x97\x4e\x3c\x8f\x81\x41\x52\xf8\x25\xb7\x71\x1a\xde\xde\x69\x23\xe6\xf1\x09\x70\x59\xa5\x1f\xa8\xcd\x07\x43\xe9\x97\xcc\x90\x37\x7c\x6f\xd4\x7e\xa0\x36\xbf\x47\x6a\xbf\x44\x32\x3c\x96\x93\x46\x9a\x3e\x9e\x6e\x60\x3c\x7c\x71\x54\x7a\xc9\xc5\x2b\xc3\x77\xf5\xf2\x7e\x99\x34\x0f\x01\x9d\x54\x7a\xc9\x6d\x98\x86\x5d\x9a\x52\x2f\xb9\x52\x65\xf8\xa2\xa8\xf5\xc0\x7e\x60\xfc\xaf\x37\x8c\x95\x2a\xa9\xf8\x0a\x2b\x00\x41\x4a\xc5\x2f\xf4\x65\x5b\x2f\x1d\x85\xd6\xc4\xb6\x92\xee\x7c\x9e\x7f\xda\x54\x34\xe1\x38\xdf\x20\x45\x61\x72\x1f\xa6\xe2\xbd\xbe\xbc\x61\xd7\xf1\xa6\x60\x4d\x65\x21\xd8\x65\x5c\xe2\xb6\xb1\x44\xf1\x52\xf1\x01\x50\x18\xa6\x13\xc5\xb3\x67\x50\x19\x82\x5d\x63\x6c\x7c\x6b\x01\xf6\x26\x9e\xe7\x30\x9f\xd8\xdb\xe9\xb7\x3e\xd9\xca\xc5\x64\xc2\xf3\xe2\x43\xa1\x5e\x4c\x47\x2f\xfa\x50\xa8\x17\xd3\x7d\x8c\xe2\xf9\xb4\xc0\xad\xab\xd4\x97\x47\xc1\x08\xda\x19\xd1\xdc\x5a\xe0\x76\xba\x29\x82\x3d\x29\x22\xc1\x2e\xc3\x02\x8a\x48\xd0\x4e\x6f\x7f\x6b\x94\x8d\x76\x06\x2b\xb7\x0f\x05\x29\xd0\xcf\x90\xe6\xd1\x4c\x1b\xed\x8c\x09\x1e\xad\xf4\xe8\x4d\xb5\x87\x50\x90\x82\x76\x46\x51\x0a\x52\xd0\xce\x00\xe6\xd1\x48\x8f\x91\x92\xf0\x02\x1a\xe9\x71\x82\x8e\x0f\xac\x2a\x15\xb4\x33\x9a\x53\xa4\x82\x7d\x18\xb7\x4b\x95\x9a\xce\xde\x4e\x8e\x1d\x94\xa9\xa0\x9d\x81\x9a\x32\x15\xec\xbf\x5a\xa6\x8d\x9e\x63\x23\x0c\xa2\x50\x05\xad\x6a\x5e\x55\x29\x68\xd5\x66\xa9\x4a\x41\xca\xc4\xdf\x23\x29\x4b\xd3\xeb\xbc\x4b\x64\x7b\x52\x84\x82\x94\x9b\x63\x2e\x25\x27\xd8\x65\x5c\x55\xcd\x09\x1a\x49\x21\x23\xa9\x39\x41\xca\x47\x2b\x28\x3a\x41\xeb\xb6\x41\xd1\x09\xf6\x61\x98\x44\x89\x09\x52\xf9\xf9\x41\x54\x63\x82\xfd\xca\xd9\x0a\x1b\xf6\x9a\xcd\x88\x8a\xa8\x3b\x13\xcb\x47\x4a\x73\xa8\xf1\x79\x5b\x49\xf7\x10\xf6\xa5\x0a\xcf\x64\x54\x10\xbd\x9d\x14\x9e\x60\x3f\x10\x3c\x24\x2a\x4f\x90\x98\x6b\x14\x49\xe5\x09\x22\x50\x81\xe9\xd3\x20\x6c\x76\xac\x37\x22\x7d\xda\x63\xa3\x1d\x0d\xa0\x3e\x4d\x6e\x76\xac\x67\x2f\x7d\xda\xc3\x28\xa1\xc3\x3a\x25\x2b\xc8\xd5\x01\x89\x8a\x35\xa9\x58\xfd\x66\x7c\x5a\xe3\x43\x87\x29\xa7\x14\xb1\x20\x99\x8c\x20\x92\xfa\x34\xad\xf3\xda\x73\x36\x05\x6a\x72\xe9\x88\x43\x3d\x15\x28\xc8\xbf\x73\x94\xcd\x44\x6e\xb6\xe1\xc7\x66\xd9\xce\xc5\x6a\x57\x34\x71\x52\x5b\x82\x7a\x6e\x8a\xda\x12\xd4\xe9\x2b\xaf\xb6\x04\xe9\xe7\x28\x4e\x21\x99\x4c\xf2\xe0\x03\xb3\x6c\xc0\xd2\x79\xb2\xff\x98\xd5\x96\x20\x93\x0a\x78\x8b\x1b\x8b\xd4\x96\x7f\xf0\x7e\x67\xa5\x27\xc8\x93\x7b\x9d\x0d\xf7\x81\xd0\xd5\x9b\x55\x9e\xa0\xb0\xd6\x76\x6b\x37\x8b\xbc\xaf\x99\xa2\xb0\xc8\xaf\x7c\xa3\x68\x5a\xe4\xbb\x1a\x14\x5d\x16\x5d\xbc\x70\xfe\xf1\xb6\xc8\xe9\x75\x68\x9c\xac\xf0\xcc\x46\x00\x8b\xb5\x78\x2d\x62\x21\x38\x23\x96\x6c\xb8\x2f\x9b\xcb\x01\x4b\x65\xc3\x7d\x20\x0c\x32\x64\xc5\x29\x28\x4c\xfa\x88\xac\x36\x05\x35\x73\x57\xb3\xd2\x14\xec\x3e\x1f\x5b\xa8\x4d\xc1\xee\x08\x2d\xb3\x99\xc9\x10\x26\xdf\xf7\xac\xec\x04\x5b\xae\x7b\x3e\x5b\x45\x1a\xc1\x9f\xb7\xcc\xf8\x1e\x28\x65\x78\x94\x8d\xda\x98\x4c\x7b\x8e\xac\x12\x05\x95\x5c\x3f\x91\x55\xa2\x20\x91\xce\x24\xb2\xe1\x3d\xd0\xed\xa2\xb3\xe2\x14\x8c\x74\x8e\xb2\xe9\xa4\x65\x30\x06\x96\x95\x9d\x60\x74\x6f\x93\xb1\x3d\x90\xfa\xb4\x99\x06\xf7\x40\x26\x87\x74\x64\xa5\x68\x36\x8d\xbb\x63\xc6\xac\x16\xcd\xe8\xce\x7a\x8a\x6c\x65\xf6\x2d\xf5\x64\xb6\xd2\x1d\xae\xd8\xf5\x2a\xb2\xc2\x13\x8c\xce\xbb\x90\x55\x99\xc0\x1c\xd5\x91\x0d\xe2\x01\xf7\xa3\x88\xac\xee\x04\xe6\xd3\x8e\x6c\x10\x0f\xe4\xc9\xb7\x22\x1b\xc4\x03\x79\xf2\x5e\x65\xc5\x29\xc8\x93\xb7\x3b\x17\x5b\x49\xae\x06\xc3\x07\x59\xb9\x9a\xcd\xd5\xe0\x93\xa7\x5c\x05\x91\x4f\x55\x6d\xa4\x72\xb5\x5a\xe4\x7d\x63\xc3\xab\xa1\x2e\xc9\xc6\xf5\xb2\x53\x5d\x19\x47\xe6\xea\x8d\xdb\x98\xcd\x46\xaa\x6a\xc1\x64\xca\x69\x64\x15\x6c\x3e\x0a\x96\x46\x56\x1b\xb9\x31\x99\x4b\x17\x59\x05\x0b\x4a\xf8\x10\x54\xab\x5f\xd1\x38\xd6\x55\xb5\x0a\x4e\xcc\x3d\xab\x43\x41\xfa\x8d\x73\x98\x75\xad\x0e\x18\x51\x34\x59\x25\x0a\x76\x19\xd6\x50\x8a\x82\x5d\xc6\xf9\xd4\xa2\x60\x97\x51\x13\xc5\x28\xd8\x65\xd8\x5b\x35\x9a\x4f\xf0\xb0\x7b\x3e\xdb\xd5\xce\xe0\x88\xba\x18\x3d\xcc\xcd\xe1\x21\x46\x32\x7a\x98\xcf\x76\x57\xd3\xd3\xd9\xb2\xb3\xdd\xd5\xb4\xca\xde\x99\xb3\xdd\xd5\xb4\x2a\x36\xb7\x7d\x76\xe9\x96\xd9\xdc\xb3\x0a\x03\x27\x53\x56\x92\x82\xfd\x25\xc2\xc6\x6a\xd2\xdc\x8f\xcb\x81\xba\x18\x20\xcc\x2e\xb9\x68\x7e\x37\x15\xaa\x60\x97\x71\x17\x55\xaa\x60\xff\xd7\x32\x1f\xcc\xce\xbe\x20\xe1\xe9\x6c\x6d\x3f\xc3\x01\x4f\x67\xd3\x4c\xef\x77\xbe\xb0\xc6\x11\x41\x2a\x46\x4b\xb3\x6a\x15\xa4\x42\xe2\xf5\xc8\xaa\x55\x90\x98\xd4\x1f\x59\xb5\x9a\x5d\x87\xc1\x68\x28\x2b\x4d\x41\xd3\x09\x96\x95\xa6\x20\xb1\x42\x20\xb2\x3a\x14\x98\x3e\x3d\xb2\xe1\x46\x10\x51\x2d\xb2\x51\x43\xff\x01\x8e\x8d\xac\x36\x05\x6d\xfa\x01\x54\x9b\x82\x9e\xbc\xfb\x6a\x53\x90\x8e\xff\x2c\x0f\x6f\xf5\x70\xde\xfb\x39\x4e\x7b\xb0\xdc\xa2\x1a\x2b\xcb\x8a\x58\xd0\x59\xd0\x13\xd9\x40\x25\xe8\xac\xdd\x89\x6c\xa0\x12\x24\xf6\xa5\x89\xac\xd2\x05\x9d\x55\x34\x91\x95\xb2\xa0\x27\x1b\xa0\x6e\xcd\xc1\x6c\x01\x3f\xd7\x06\x25\x41\xd7\x25\x95\x55\xa8\x20\xb9\x9f\x58\x64\xa5\x27\xe8\xa7\xc7\x51\x7a\x02\x97\x56\x46\x56\x65\x02\x96\x07\xfe\x77\x77\x1d\x36\x65\xa3\xeb\x64\xca\xca\x52\xd0\xf5\x6b\x65\x83\x96\xf9\x04\x2d\xb9\xd4\xf4\x5e\x6f\x74\x1d\x43\xd9\x38\x26\x70\x45\x64\x64\xf5\x2c\xe8\xfa\x1c\xf2\xf4\xf6\x4f\xe6\xc5\xf8\x28\xa9\x5c\x41\x57\xa5\x66\x95\x2b\x48\xdd\x4f\xbe\xc2\x15\x74\x65\x65\x56\xb8\x82\xae\x0a\xce\x46\x28\x41\xea\xf6\x32\x6a\x59\xd0\xcf\x17\x47\x29\x0b\x92\x31\xe4\xac\x92\x05\x5d\x71\x9b\x0d\x63\x82\x3e\x7c\x52\x15\xb7\xa0\x0f\xbb\x79\xb5\x6d\x36\xfb\xbb\x26\xbc\x6c\xe3\x46\x1f\x8c\x51\xb3\x6a\x37\x1b\xd9\xd4\x84\x8a\x5d\x90\xda\xb0\xfb\x50\xec\x82\x7e\xbe\x98\x6a\x5d\xd0\x87\x5f\x2e\xb5\x2e\xe8\xc3\x0f\xb7\x5a\x17\xa4\x9a\x7d\x90\xd4\xba\xa0\xeb\x38\xc8\x4a\x5d\x90\xba\x0f\xa5\x31\x51\x90\xd8\x9e\x2b\xb2\xe2\x17\xf4\xf3\x9d\x35\x26\x9a\x8d\x89\xfa\x54\x28\x87\x41\xea\x3e\x02\xaa\xe1\x6c\x98\xd4\xf7\x47\xe1\x0b\x52\xf7\x0b\xa3\xf0\x05\xfd\x7c\xee\xd5\xbd\xf9\x84\x49\x31\xa2\xb2\x17\xf4\xe1\xe7\x4a\xd5\x0b\x52\xf7\x2d\x30\x48\x0a\x52\xb7\xd9\xea\x60\x90\xba\xef\xba\x32\x18\xf4\xd3\x39\x29\x83\x41\xae\x36\x5b\x15\x0c\xfa\xe9\x72\x14\xc1\x20\x39\xa1\x2d\x2b\x82\x41\xea\x3e\xd3\x2a\x5e\xd0\x75\x96\x64\xd5\x2d\xe8\x03\x6d\x9f\x55\xb7\xa0\x8f\xec\x1f\xb5\x04\xea\x76\x84\x5d\x90\xda\x13\xec\x2f\x1f\x37\x5c\x51\x99\xcf\x7a\x1c\x0d\xab\xaa\xcc\x26\xa5\xcf\x7e\x4d\x54\x95\x20\xb3\x82\x2a\xf2\x6b\x45\x98\x2c\x7a\x46\x7a\xaf\x15\xd9\xc8\x3f\x07\xe4\x86\x44\x41\x66\x75\x57\x64\xd5\x68\x36\x24\x7a\x8e\xf2\x96\xb0\xb3\xb0\x4e\xac\xac\x3e\x05\xf9\xf4\x0c\xca\x53\xb0\x1b\xc0\x2d\x57\x9f\x66\x63\xa2\xf6\x03\x6a\xd1\x6c\x00\xd4\x2e\xca\x00\x28\xc8\xac\x13\x8b\xac\x12\xcd\x46\x3b\x71\xc3\x65\x85\x28\xc8\xce\xd6\xca\x0a\xd1\x6c\x00\xd4\xb7\xde\x00\x28\x18\x67\xf0\xad\x34\x05\xfb\x8b\x8f\x79\xd4\xa6\x20\xff\xec\x9f\xd5\xa6\xc0\x2d\xa1\x23\x2b\x4d\xb3\x41\x51\xc7\x7e\x4a\x53\x90\x55\x93\x59\x69\x0a\xb2\xb3\x55\xb2\xd2\x14\x0c\x67\x1e\x65\x65\x28\x18\xc9\x01\xee\xa7\x29\x36\xdc\x82\x3e\xb2\xca\x14\xb8\xc7\x7d\x64\x95\x29\x18\xc9\x67\x51\x65\x0a\x52\xaf\x7e\x01\x95\xa6\x20\x2b\xe7\xb3\xf1\x55\x30\x92\xaa\xc6\xf8\x2a\xc8\xa7\x63\x56\xbf\x02\xb7\x63\x8f\xac\x7c\x05\x23\xf9\x92\x28\x5f\xc1\xd0\xb9\x99\x0d\xa0\x82\x41\x7a\xef\xc8\x2a\x5a\x30\x92\x5a\x52\x41\x0b\x52\x9b\x3e\xeb\x06\x50\xc1\x70\xaa\x60\x56\xe4\x02\xf7\xb8\x8e\xac\xc8\x05\xee\xb0\x1e\x59\x91\x9b\xcd\x8c\xaf\x73\x23\x1b\x41\x05\xc9\x85\x81\x91\x55\xbe\x60\x24\xbb\x6a\x95\x2f\x48\xa3\x8c\x5d\xb7\xa2\xf4\x05\x43\x67\x6f\x51\xfa\x82\x6c\x27\x5f\xd4\xb6\x20\x2b\x21\x8b\x61\x55\x90\x9d\x1a\x54\x94\xbb\xc5\x94\x87\x7c\xd5\x8b\x72\x17\xe4\x5f\xfe\x43\xbf\x5c\x8c\xc3\x16\x33\x22\x56\xcf\x3b\x2c\x62\xf2\x01\xaf\x68\x51\x20\x83\xd1\x8b\xd5\x9e\x16\x91\x11\xb1\xd8\xb8\xdb\xa2\x5b\xff\xa1\x65\x8f\x65\x3c\x5e\xcd\x7f\xbe\x16\x31\x37\x86\x97\xa3\xa8\x56\x8b\xb3\x53\xf9\x76\x14\x23\xa9\xc5\xd9\xa9\x1a\x4f\xfd\x5a\x8e\x7e\x65\x2c\x5c\x8c\xa4\x82\xc1\x1a\xc5\x28\x4a\xda\x72\x22\xa9\xe7\xaf\x56\x2d\x11\x1a\xe7\x25\x2a\x4a\x5a\x30\xba\x16\x55\xd2\x96\x33\x65\x35\x3c\xdb\x67\x19\x53\x1e\x79\xca\x8b\x02\x16\x0c\xf6\x5c\x8d\xa2\x5a\x05\xa3\x67\x8b\xbc\x3d\x1b\x83\x6d\x58\xa3\x28\x60\x8b\x02\x96\x0f\x73\x51\xc0\x82\xd1\xb3\xa7\xb7\xe5\x1b\xc3\x49\x4d\x45\x49\x5b\x94\xb4\xc3\xd3\xdb\xf0\x4c\xc3\xbd\x4b\x2a\x5a\x30\xba\x0f\x84\xc1\xd5\xa2\xc8\xed\x16\xd9\xee\x4c\xbb\xbd\xe3\x8a\x5c\x30\x7a\xf2\xf4\xcb\x22\x34\x2e\x2f\x4c\x71\xa6\x2a\xc8\xa4\xe6\x8a\xa2\xec\x05\x99\x3c\x5c\x51\x94\xbd\x60\xf4\xe4\x51\x5a\xa2\x30\x15\xa2\x7b\x2e\x2d\x81\xec\x25\xc5\x70\x14\x65\x2f\xc8\x64\x11\x8b\xa2\xec\x05\xa3\xfb\x6a\x28\x7b\x41\x66\x9f\xa4\x28\xca\x5e\x90\xc9\x0f\x16\x45\xd9\x0b\x86\x61\x9b\xe2\x0c\x57\x10\xa1\x55\x55\xc2\x60\x74\x5f\x33\x63\xb9\x20\x35\x87\x75\x45\x25\x0c\x46\x67\x28\x56\x54\xc2\x20\x93\x04\x2d\x4a\xd5\x3a\x15\x0f\x16\x52\xb0\x28\x8e\xc1\xe8\x7c\xf2\x8b\x11\x5f\x90\xc9\x35\x16\x45\xbd\x0c\x46\x4f\x16\x69\x9d\xca\x73\xe2\x57\x42\xbd\x0c\x06\x6b\xbe\xa2\x18\xf1\x05\xc3\x69\x67\x45\x09\x0d\x32\xbb\x73\x45\x31\x06\x0c\x32\xfb\x7a\x45\x51\x55\x83\xe1\x1c\xb3\x62\x0c\x18\x0c\xa7\xc5\x17\x63\xc0\x60\x74\x5f\x70\xb5\x37\x18\x3d\x7b\x45\x8d\x53\x99\x64\xc3\xd8\xac\xa8\xbc\x41\x66\xc3\xab\x28\x0a\x6f\x30\x7a\xf6\x28\x8d\xd3\x78\x74\xf8\x86\x16\x65\x37\x18\x4e\x3a\x2b\xaa\x6e\x90\xd9\xae\x2b\x8a\x01\x5f\x30\x7a\xf6\x8f\x1a\xa7\x39\xa9\xcd\x27\x4c\xf1\x0b\xf6\x38\x95\xe3\x14\xbf\xc5\xd9\xb1\xe1\x7d\x53\xd4\x82\xd4\xc8\x88\x12\x45\xc9\x09\xf6\x28\x88\xe3\x0c\x74\x82\xd0\xef\x56\x14\x98\x45\x81\xe9\xbb\xab\xc0\x04\x26\x74\x8a\xa2\xc0\x04\xa1\xd3\xad\xa8\x2f\x41\x9e\xde\x00\xf5\x25\xc8\xd3\x6f\x8a\x5a\x12\x98\x94\x3c\x8a\x52\xb2\x0c\xa6\xd9\xfb\x10\x2b\x1b\x81\x2b\xb4\xa2\x28\x1b\xc1\x99\xe6\x5c\x94\x8d\xe0\x4c\x86\x29\xe1\x3d\x09\xdc\x8d\x7e\xb2\x94\x8d\x20\xb2\xb7\x5c\xd9\x08\x52\x25\x87\x4c\x14\xa3\x9d\x20\x4f\x5b\xa4\x94\x04\x67\x12\x4d\x31\xd6\x09\xce\x44\xc3\x62\xac\x13\xe4\xe9\xb7\x54\xbd\x09\xf2\x3c\x47\xd9\xc8\x60\xd6\x8b\x9f\x1e\x23\x9d\x20\xb2\xfd\x83\x12\x14\x98\x5a\x3f\x8a\x1a\x13\xe4\x79\xaa\x6f\xbb\xd9\xba\x59\x0f\x48\x51\x63\x02\xf7\x57\x89\xa2\xc6\x04\xa9\x1a\xab\x2b\x8a\x4c\x90\xa7\xef\xa0\x22\x13\xe4\xe9\xf3\xa9\xc8\x04\xe6\xfe\x8a\x62\x18\x15\x84\xf3\xfe\x8b\xf3\x67\x41\x9e\xe5\xbf\x57\x4d\x47\x31\xee\x0a\xce\xac\xb7\xa2\x78\x05\x79\xda\x9f\x28\x5e\x81\xd9\xc8\xa2\x28\x5e\x41\x84\x3d\x98\xe2\x15\x9c\x25\x11\xc5\x19\xb7\x20\x55\x87\x9e\x45\x41\x0b\xce\xa2\x8b\xa2\xa0\x2d\xae\xad\xd4\xec\xaa\x57\x90\xa7\x0f\x92\x52\x15\xe4\xe9\x57\x5a\xa9\x0a\xc2\x50\x7a\x51\xaa\x02\xf3\xc0\x47\x51\xaa\x82\xc8\x7e\xd3\x94\xaa\xe0\x4c\xd0\x2a\x2a\x55\x90\x67\xf3\x28\x4d\x41\x06\x7c\x43\x33\x45\xa5\x0a\x4c\x4e\x15\x45\xa5\x0a\xce\xa2\x8c\xa2\x50\x05\x79\x9e\x2b\x6a\x0a\x53\xe7\x93\xc2\x28\x8a\xb2\x14\x9c\xe9\x5f\x45\x59\x0a\xc2\xb9\x69\x45\x59\x0a\x22\xfb\x34\xab\x08\x41\x1a\x3f\xbf\x57\x2a\x3b\x90\xa7\x6f\xa3\xca\xae\xa8\xec\x74\x4d\x15\xe3\x9b\x20\xc2\xef\xb4\x6a\x0f\x44\x38\x76\x32\xbe\x09\x4a\x71\xec\xa4\x00\x04\x11\xa7\x48\xf3\x3f\xcc\x2b\xc2\xaf\x53\x14\x80\x20\xc8\x3e\x11\xc5\xe8\x26\x28\xec\x0c\x1d\xc5\xe0\x26\x88\xe8\xfe\x51\xf3\xb3\x74\x91\x9d\xac\xa3\x18\xdb\x04\x11\x0e\x2a\x0c\x6d\x82\x38\x1f\x56\xe5\x25\x28\xe4\x80\x89\xf2\x68\x7e\x16\x38\x86\xc3\x05\x83\x9d\xa0\x14\x9f\x57\x63\x9d\x20\xf5\x33\x5e\x70\x56\x2e\x88\xb0\x8f\x57\xaa\x82\x08\x6f\x92\xaa\x14\x04\xdb\x9d\x45\x51\x82\x82\x7d\x7b\x2d\xd3\x16\x2f\x13\x54\x08\xe1\x16\x35\x28\x88\x20\xf8\x5b\xd4\xa0\x20\xc2\xf1\x88\x1a\xb4\xb8\xd2\x91\xb9\x34\x45\x0d\x0a\x22\x1c\xc8\x28\x41\xc1\x6c\x7e\x1e\x95\xa0\x20\xe2\x5c\xd1\x86\xbf\x34\xfc\xd4\xcb\x86\xbf\x78\xe6\xed\x38\x55\xa5\x20\xc2\xf1\x82\xaa\x14\x14\x97\x47\x14\x55\x29\x28\xc5\xa3\x54\xa5\x20\xc2\x7e\x59\x55\x0a\x22\xbc\xa2\xa2\x14\x44\xf8\xb8\x2a\x4a\x41\x44\xf3\x28\x8d\xf3\x61\x1c\x47\x15\x2a\x50\x10\x81\xd0\x2b\x2a\x50\x10\x6c\xf2\x1a\xc5\xe0\x28\x28\x47\x00\x29\x4a\x41\xb0\xe3\x55\x14\x45\x29\x88\xb0\xa3\x56\x94\x82\xd0\x5b\x51\x14\xa5\x20\x35\xdd\x47\x45\x55\x5a\x8c\x97\xfa\x88\x29\x4a\x41\x29\x4a\x04\x45\x29\x28\xc5\x4b\x2a\x4a\x41\x29\xde\x6e\x45\x29\x28\xc5\x4b\x2a\x4a\x41\xc4\x39\x97\xd6\x59\x3c\x3a\x38\xa3\x8b\xa2\x14\x44\xd8\x48\x45\x29\x88\x70\x10\xe9\xa4\x5e\x50\x8a\x83\x67\x35\x69\x31\xf0\xea\x73\xa2\x26\x05\x11\xe7\xf4\x5a\x67\xf9\xe8\x58\xa4\x75\x16\xd6\xf1\xe3\xad\x24\x05\xa5\xf8\xc6\xab\x48\x8b\x93\x7a\x7d\x4e\x54\xa4\x20\x82\x17\xab\xaa\x3e\x41\x04\x23\x9d\xaa\xd4\x04\xa5\x0c\x8b\xaa\x45\xbe\x31\x16\x35\x8b\x9c\x55\xc3\xcb\x5c\x15\x93\x20\x02\x47\x77\x55\x4c\x82\xc2\xea\xd0\xa8\x2a\x47\x10\x81\x29\xaa\xa1\x55\x50\xd8\x41\x2c\xaa\x62\xb2\xba\xb6\xf2\x9c\xeb\xb1\xc8\x6f\x45\x50\xf4\x5a\x44\xbb\x87\xa7\xff\x2c\x62\xa2\x22\x06\xab\x64\xf8\x13\x11\x1e\x65\xfc\x15\x44\xb4\x3f\x74\xc9\xd5\xf0\x2c\x88\xe0\x73\x59\x0d\xcf\x82\x08\xf4\x6e\x4d\x1a\x2f\xf9\xcc\x50\x47\x23\xb6\x20\x35\xef\x7d\x55\xf0\x82\xd4\x9d\x39\x5d\x95\xb7\x20\xb5\x69\xcd\xd5\xad\x20\x9c\xe9\x5e\xd5\xad\x60\xab\x6c\x0c\xaf\x22\x05\xa9\x39\x67\xbc\x1a\x53\x05\xa9\xea\xc6\xa9\x4e\xef\x05\x11\xe7\xaf\xd6\x8e\x55\x94\x31\x7c\x28\x14\xa5\x20\x85\xbe\xf3\xaa\xde\x04\xb3\x55\x0f\xb3\x72\x99\x29\x95\x3e\x01\x8a\x4b\x50\x48\x05\x14\x55\x71\x09\x66\xd3\x48\xae\x97\x04\xa9\xdb\x0f\x57\x05\x27\x98\xa4\x10\x88\xea\x6c\x5e\x30\x49\x53\x14\x55\x0d\x0a\x0a\x79\xb8\xa3\xaa\x41\xc1\x24\xe9\x55\x54\x35\x28\x98\x64\xa5\x8c\xaa\x06\x05\x93\xcd\xd7\xa2\xaa\x41\x41\x21\xa3\x7a\x54\x35\x28\x98\x24\xdb\x8c\xaa\x06\x05\xb3\x59\x55\x35\x28\x28\x24\x72\x8b\xaa\x06\x05\x93\x4d\x45\xa3\xaa\x41\xc1\x64\xb7\xb5\xa8\x6a\x50\x30\xd9\xeb\x3d\xaa\x1a\x14\x14\x72\x8d\x47\x55\x83\x82\x42\x92\xf2\xa8\x06\x68\x41\x6a\x6a\xbd\xaa\x2c\x05\x93\xfc\x0a\x51\x95\xa5\xd5\x00\x2d\x43\xcf\xaa\x06\xad\x06\x68\xf9\x2a\x57\x35\x28\x98\xcd\x67\x45\x0d\x5a\x8d\xd9\x0e\xcf\xa5\x75\x8c\xd9\x56\xcf\xa5\x75\x98\x88\x4c\xae\x9a\xa8\xca\x52\x30\x9b\x9f\x0f\x65\x29\x48\x67\x72\x7b\x55\x97\x82\x42\xae\xf4\xa8\xea\x52\x90\xaa\x6b\x6b\xab\xc2\x14\xcc\xe6\xe3\xa9\x30\x05\x93\xad\x59\xa3\x2a\x4c\xc1\x24\xcb\x55\x54\x85\x29\x98\xec\x37\x1b\x55\x15\x0a\x66\xf3\x2b\xa6\x0a\x05\xd3\x30\x67\x55\x85\x82\xd9\xe8\x54\xaa\x2a\x14\xa4\xe6\xa8\xba\x2a\x43\xc1\x24\x55\x6d\x54\x63\xbf\xd5\xcd\xb7\x0d\xaa\x54\xa5\x29\x98\xac\x71\x8f\xaa\x34\x05\x85\x4d\x0f\xa3\x1a\x21\x06\xbb\xe5\x34\xc0\x19\xcb\x60\xb6\xe2\x61\x1a\xa8\xf1\xfc\xa0\x66\xaa\x41\x63\x50\x48\xe5\x1f\xd5\x98\x31\x48\x9d\x3d\x87\xa3\xba\xe4\x14\xcc\x56\xb4\x86\x06\x72\x5e\x73\xb5\x9d\x3e\x3f\xcd\x17\x8e\x4b\x3a\xd5\x19\x4c\xd2\xe5\x46\x35\xae\x0c\x0a\x09\xf9\xa3\xaa\xac\x41\x3a\x2b\xce\xab\xca\x1a\x14\xb6\x35\x88\x6a\x54\x19\xec\x0e\x02\xa3\x19\x55\x06\xd3\xe9\x32\x55\xfd\x5d\xcf\xfc\x67\x2a\xeb\xfc\xe7\xea\xfc\x67\x44\x74\x35\xce\x0c\x26\xf9\x68\xa3\x3a\x25\x1a\x14\x72\x71\x45\x35\xf2\x0c\x0a\xfb\x0e\x44\x35\xf0\x0c\x0a\x7b\x24\x44\x35\xee\x0c\x0a\x3b\x12\x46\x35\xec\x0c\x26\x69\x92\xa3\xea\x03\xa8\x4e\x92\xf6\xeb\xe9\x24\x69\x30\x9b\x1f\x37\x23\xd1\x60\xdf\x4b\xfe\x69\x28\x1a\xa4\xe6\x24\xf2\xaa\xf7\x00\xcc\x56\x2c\xd2\x3e\xec\x1e\xde\xfc\xc6\xea\x3d\x00\x25\xce\x1f\x35\x8f\x33\xa7\x71\x02\x54\xbd\x07\xa0\xc4\xb9\xa4\xe6\x61\xf7\x70\x52\x1a\x46\x35\x3a\x0d\xa6\xcb\x63\xab\x0e\x05\x30\xd9\xd9\x31\xaa\xde\x03\x30\x9d\x57\x57\xf5\x1e\x80\xd9\xec\x0f\xf4\x1e\x80\x54\x8d\xc0\x55\xa3\xce\x20\x35\xa7\x96\x54\x67\x50\x83\xc2\xee\x13\x51\xf5\x15\x80\xe9\x74\x83\xaa\x63\x00\xec\x07\xc3\x7f\x5a\x0f\xd2\xf2\x3b\x21\xb1\xaa\xe6\xc1\x6c\xfd\x0f\x53\xc2\xaa\x62\x1f\x4c\x67\x30\x56\xc5\x3e\xa8\x6a\xc0\xaa\xd8\xaf\x6e\x2b\x4e\x32\x96\xa8\x8a\xfd\xfa\x6f\x5b\x71\x0c\xa8\xda\x07\xa9\x3a\x59\xb7\x2a\xf7\x41\xfa\x25\xdf\x10\xc5\x3d\x48\xcd\x45\x84\x55\xf9\x5e\x9d\x36\x6d\x88\xa3\xaa\xdf\xeb\xd9\x59\xdc\x11\x8d\x02\x1e\x54\xdd\x45\x55\x01\x0f\xd2\xcf\x70\x7e\x55\xc1\x57\x37\x1b\x4f\x7e\xcc\x94\xf0\xa0\xe6\x73\x55\x8d\x78\xf6\x06\xf0\x2d\x51\xc2\x83\xb3\xae\xbf\x1a\x93\xae\x67\x6f\x00\xfb\x04\x65\x3d\xd8\x95\xb3\x4c\x43\x9d\xcd\x01\xec\x92\xd5\xfa\xd5\x39\xd7\xc9\x3e\x5f\xb1\x0f\x52\xd3\xd3\x56\x55\xfb\xf5\xec\x4a\xee\xa7\x5c\x21\x5f\xcf\x4e\x00\x3e\x59\x2a\x79\xb0\xcf\x47\x95\x95\xf2\xf5\xec\x04\xe0\x78\x49\x2d\x5f\xcf\x4e\x00\x76\x9d\x8a\x79\xb0\xaf\xe1\xf9\xb4\x8a\xe9\x94\x74\x6c\x54\xe3\xce\x20\xb5\x33\x28\x51\xe1\xd7\xb3\x17\x80\x3d\x86\x12\xbf\x9e\xbd\x00\x1c\x26\xaa\xf1\xeb\x7d\xec\xc2\x71\xc6\x9e\xc1\xae\x0b\xe7\x73\x26\x36\xa8\xba\x1f\xaa\xc1\x67\xb0\x0f\xc3\x04\x86\x9a\xc1\x3e\x9d\x65\x9a\xc0\x3c\xff\x7e\xfa\x75\x23\xd4\x93\xe7\xdf\x6e\xc9\xc8\x72\x3d\x3b\xe4\x39\x8e\x32\xb4\x5c\xcf\x0e\x79\xbe\x97\xc6\x96\x41\xd5\x7b\x56\xf5\x40\x54\x57\xe9\x9a\xc9\xa1\xea\x82\x00\xfb\x25\xb4\x4c\x03\x90\xfd\x5f\x8f\x60\xd5\x05\x01\xaa\x4e\xa1\xaa\x0b\xa2\x9e\xe4\xff\xde\x6e\x7d\x10\xf5\x24\xff\xd7\xc4\x7a\x1c\x40\x3d\xdd\xa8\x1e\x07\x30\xdb\xf9\xa7\x16\xd9\x38\x59\x32\xaa\x1e\x07\xb0\x5b\xc5\xb3\xa8\x7f\x01\x9c\x5c\x22\x55\xff\x02\xa8\x7a\x8f\xaa\xfe\x05\x50\xf5\x5f\x56\xfd\x0b\xf5\x64\xfb\xf7\x63\xa3\x83\x01\xec\x16\x78\x01\xed\x71\xb2\xfd\xdb\x1d\xea\x61\x00\xfb\x6e\x51\x5f\x83\xe1\x60\xff\x17\x23\xe9\x76\x00\x67\xe1\x78\x35\x18\x0e\xf6\x5f\xa9\xb0\xae\x08\x50\xf5\xc3\x55\x3d\x11\x60\x1f\xc6\x55\xf5\x3b\x80\x5d\x63\x0c\xa7\xe3\xa1\xba\x01\x00\xa9\xa1\xa2\x3a\xeb\xba\x9e\x1d\xf6\x34\x93\x7e\x86\x6a\x6e\x7f\x92\x38\x45\xd5\x85\x00\xf6\x77\x8c\xff\xea\x1d\x00\xfb\xee\x73\x9c\xee\x81\x7a\x82\xd6\x3e\xaf\x3a\x03\xaa\xf9\xf8\x5d\x39\x50\xf5\x06\x80\xd4\x5c\x3a\x51\x75\x07\x54\xd3\x27\x0d\xad\xa7\xf8\x07\xe9\x37\x1c\x72\xab\xfe\xab\x33\xa3\x87\x83\x62\xe5\x7f\x35\x7f\xd2\xf0\x1b\xad\xfe\x07\xd5\x6c\x35\x55\xad\x0f\x6a\x53\x82\xaa\xf5\xc1\xbe\x2a\xff\x54\xec\x57\xb3\xef\x0f\x3f\x00\xaa\x7d\x30\x9b\x8d\x50\xed\x83\x7d\x51\x4e\xa7\xdc\xaf\x4e\xa1\x1e\xbe\x3a\xea\x7d\xb0\xcb\xa8\x89\xea\xbe\x9a\x6a\x7f\xf8\x5d\x34\xe6\x5c\x4d\xb5\x3f\xbc\xb9\x4a\x7e\xb0\x8d\x6c\xf5\x34\xca\xd2\x28\x7e\xb3\x14\xfd\xd5\xfc\xfb\xc3\x5e\x40\xd5\x0f\xd2\x6f\xf8\x5e\x28\xfb\xab\xf3\xad\x87\xcf\x99\xba\x1f\xec\xf3\x59\xa6\xa5\x96\x33\x24\x1d\xe0\xab\xfc\x41\x35\xe5\x4b\x33\x14\x0d\xd2\xcf\x99\x23\xcd\xc0\x33\xd8\x7f\xb5\xac\x58\x56\x1c\xe8\xfe\x28\x6b\x96\x39\xc9\xe8\xfc\xb7\x5b\xd6\xb9\x44\xa7\x68\x58\xe4\x40\xce\xa3\xc2\x22\x9f\x94\xf2\xdf\xdb\x5b\x47\xd3\x5f\x00\xb6\x2d\x32\x65\x97\x65\xda\x2c\xdb\xa0\xdb\x32\x6d\xc6\x6b\xdd\x74\x19\x34\x27\x63\x8f\xe2\x7f\x5f\xcb\xb4\x59\xf6\xb8\xcf\x32\x6d\xc6\xd0\xbd\xe9\x35\x00\xdb\x40\xfb\x1e\x34\xdd\x06\x60\xdf\x53\x9a\xa4\x63\x00\x54\xd2\x25\x46\xd3\x31\xd0\xd2\xb1\x23\xa7\xd3\x33\x00\x2a\x89\x10\xa3\xe9\x19\x00\x95\xac\x73\xd1\x9c\xcb\xdd\x9c\xcb\xcd\x56\xf7\xd1\x74\x16\xb4\x33\x97\x9b\x81\x5b\x33\x3c\x0e\x2a\xc9\x4b\xa3\xe9\x3f\x00\xbb\xfd\xdc\x28\xc3\xe3\x60\x97\xf9\x57\x6d\x97\x5c\x98\x65\x91\x66\x4a\x9a\x89\x4f\x7f\x33\x18\x0e\xf6\x55\x2d\xd3\x4c\x49\x33\x35\xdb\xa5\x99\x9c\xe1\x3d\x18\x76\x35\xfd\x11\x60\x5f\x96\xe3\xf4\x47\x80\x4a\xf2\xbc\x68\xba\x23\x40\x25\x79\x5e\x34\xdd\x11\xcd\xa4\x4e\xce\x42\x6b\x86\xcd\x41\x35\xeb\x50\xd3\x43\x01\x76\x45\x2c\xd3\x24\xd9\x77\x30\xfb\x57\x6d\x92\xb5\x49\xb5\x4c\x9b\xe4\xf3\x3c\x79\x59\x6d\x92\xcf\x3b\xe8\xf9\x7c\x9e\xf2\x79\x07\xb9\xb1\xfa\x37\x5a\x66\x05\xdb\xf4\x74\xda\x24\x9f\xd7\x8d\x1b\xab\x33\x03\xec\xf6\xf3\x78\xea\xcd\x00\xbb\x8c\x5b\xa6\x3b\x03\xec\x66\xf0\x28\xea\xbc\x00\xa9\x1b\xe8\x69\x7a\x2f\x40\xaa\x4e\x34\x6e\x7a\x21\x40\x0a\xa7\x95\x36\x1d\x0c\x60\x5b\x8f\x7b\xa6\x3b\x01\x54\xf2\xd0\x46\xd3\x9d\x00\x52\x62\xe7\xb5\x68\xfa\x0e\x9a\xb9\xfb\x8b\x16\x30\xa6\x0d\x76\x19\xa7\xd3\xa1\xd0\xdc\x0b\x9e\x4d\xb5\xa2\xe9\x51\x00\xd5\x85\xf0\x4d\x8f\x42\x33\x3b\x7f\xf1\xdd\xd7\xa5\xd0\xcc\x77\x5c\xf8\xa8\x35\x7d\x0a\x60\x1f\x87\xa5\x74\x2a\x34\xf3\xf3\x17\xdf\x1e\xbd\x0a\xa0\x9a\x07\xaa\xe9\x54\x00\xd5\xb5\xea\x4d\xa7\x02\xa8\xd3\x37\x56\x9f\x02\x48\x35\x0f\xeb\xeb\x5d\x24\x8b\x7f\xd7\x87\xde\xf4\x2a\x80\x5d\x11\xaf\xa0\x9d\xea\xb1\x13\xb7\x42\x27\x02\xd8\x65\x1c\xa7\x17\x01\xec\x5b\x41\x85\x75\x23\x80\x7d\x3e\xcb\x34\x4a\xd3\x28\x74\x93\x4d\x3f\x02\xd8\xe7\xa3\x2e\xfa\x11\xc0\x36\x14\x76\xd7\x91\xd0\x9c\x6b\xae\x92\x6d\x7a\x12\xc0\xbe\x06\x86\xd7\x93\xd0\xce\xfc\x73\x4f\xa7\x55\x9a\x13\x62\x6c\xae\xae\x84\xe6\xfc\xf3\xe2\x37\x45\xbf\x01\xd8\xd5\xb3\x4c\x13\x90\xaa\xca\x15\xf5\x4d\x2f\x01\xd8\x87\x51\x13\xdd\x04\x60\xd7\x04\x2b\xeb\x27\x00\xbb\x8c\xbb\xa1\x9f\x00\xec\xcb\x7a\x9c\x56\xe9\xe7\x51\xc1\xca\x3a\x0a\xc0\xbe\x86\x65\x5a\xa5\x6b\x15\x5f\x16\x5d\x05\x60\x97\x71\x37\xf4\x15\xb4\xee\x73\x61\xf5\xb4\x40\xe7\xb9\xf0\xcb\xa0\xaf\x00\x6c\x1b\x63\x14\x9d\x05\xed\x64\xbb\x6a\xb6\x56\xa3\x74\x36\x4c\xb1\xa3\xd1\x5b\x00\x76\x23\x3c\xcc\x37\x7e\xd8\x31\x20\xa0\x9a\xce\x01\xb0\x8f\xe3\xbf\x3a\x02\xc0\x7e\x93\x31\x8a\xb2\x1f\xec\xe3\x2c\xb3\xb1\x4c\x4b\x4f\xe1\xd3\xad\xf0\x07\x29\xe9\x19\x6c\x2a\x7f\xb0\x1f\x0b\x0c\xa0\xf4\x07\xfb\xbf\xd6\x45\x0b\x98\x33\x59\xdf\x48\x73\x36\x01\xd8\x65\x58\xca\x89\xe9\xcd\x3c\xca\x7a\x58\x9b\x1e\x01\xd0\x5c\x6a\xd2\x54\xff\x20\x25\x57\x8c\x34\x27\x14\x80\x5d\x95\x3f\xac\xc2\x6e\x3a\x0c\xc0\xae\x29\xb5\x77\x12\x02\xd8\xa7\xa6\xf6\xae\xb9\x06\xcd\xa5\x51\xcd\x89\x09\x60\xff\xd5\x5a\x69\xb4\xd0\x68\xc9\x5a\x69\xb4\x8d\x93\xd6\xa1\xe9\x80\x00\xfb\xaf\x9e\x4e\x9b\x85\x36\xc3\xf7\xd2\x9c\x9b\x00\x4e\x3e\xa2\xe6\xdc\x04\xb0\x2b\x87\x19\x9d\x9c\x00\xf6\x53\x63\x4d\x7c\x6a\x98\x20\x9f\xf4\x9b\x35\x1d\x1a\x60\x97\x79\x9c\x8f\x4d\x98\x7a\x9a\x61\x6d\xd3\x67\x01\x76\xf5\xb8\x05\x3a\x2d\xc0\x71\xb6\x34\x7d\x11\xa0\xb9\x98\xa8\x39\xf5\x00\xec\xb3\xd1\x08\xdd\x13\x60\x5f\x15\x73\xea\x8a\x00\xfb\x0a\xfe\x57\x03\x4c\x0d\x60\xc7\xab\x2f\x02\x6c\xa3\xf8\x5f\x2d\xb0\xd1\x0c\x5d\x37\x5d\x11\xa0\xe5\x73\x05\xdb\x3f\x4f\xfb\x3d\xcc\xf6\x4f\xdb\x6f\x3f\xae\x2f\x02\xec\x9a\x70\x9c\xbe\x08\xb0\x5b\xc1\x2d\xd3\x17\x01\xf6\x7f\x2d\xf3\xe1\xb9\x7c\x78\xfc\xd4\xe9\x8b\x00\xfb\x38\xee\x99\xbe\x08\xb0\xcb\xb0\xbb\xf3\x0c\xc0\xc9\x21\xd3\x74\x4f\x34\x97\x7f\x9b\xca\xa0\xe9\x9e\x00\x2d\x9f\x2b\x68\xa7\x8d\x66\x0a\xb8\xa6\x73\x02\x34\xd7\x81\x34\x7d\x09\xa0\xb9\x1e\xac\xe9\x4a\x00\xcd\x19\xb4\x4d\x4f\x02\x48\xd9\xc5\xc4\xcd\x69\xec\xed\xa4\x61\x0e\xcb\x6c\x01\xae\x84\xac\x77\xa6\x39\x91\xbd\x9d\x34\xcc\xb8\xb1\x9a\xee\x05\xb0\xcf\x67\x99\xcd\x32\x0f\xb3\x0b\xa7\x9b\x2e\x07\xb0\xcb\xb0\x88\x3e\x07\xd0\xaa\x8d\xd0\xe5\x00\x5a\xf5\x93\xa1\x2b\x01\xec\x2b\x78\x98\xf7\x15\x57\x42\x76\x01\x77\xd3\x95\x00\xf6\x71\x5c\x55\x5f\x02\xd8\x35\xe6\xa9\xd3\x99\x00\x52\x3d\xa3\x0e\x9d\x09\x60\x1f\xc7\x33\xe1\x8c\x06\xb0\xcb\x30\xa8\x0e\x06\xb0\xaf\x41\x2b\xf4\x30\x80\x5d\xe6\x7f\xb5\xca\xa3\x55\xc2\x6b\x68\x95\xc7\xdd\x73\x70\x9b\x37\xa7\x35\x80\x5d\xe6\x35\xb4\xca\xe3\xdd\xf6\x74\xbe\x00\xec\xd8\x9f\x4d\x7f\xda\xf4\x28\xb4\xb3\x3c\xdb\x96\x69\x95\xc7\x85\x5b\xbe\xd9\x3a\x14\xda\x59\xb2\x8d\x51\xf4\x27\x80\x56\xfd\xdc\xea\x4e\x00\x29\x1b\xa0\x69\xfa\x13\x9a\xab\xb8\x0d\xaa\x34\xe7\x2c\x80\x66\x68\xa4\xe9\x27\x68\x67\x11\xb7\x03\x36\x67\x28\x80\x7d\x3a\x9a\xea\x14\x85\xe6\x2a\x6e\xfd\xbe\x4d\x7f\x02\xd8\x65\x56\xc5\x37\xfb\x75\xc3\x7b\x47\x09\xce\x52\x00\xcd\x50\x57\xd3\xc5\x00\xf6\x61\x56\xc5\xb6\xbe\x6e\x9f\x63\x4f\xef\x3c\x05\xb0\x3b\x49\x5a\xa6\x2b\x02\xec\xcb\x72\x09\x5d\x11\x20\x65\xa7\x50\x34\xa7\x2a\x80\x7d\x3e\xaa\xac\x7b\xa2\x7d\x58\x40\xc1\xe3\x6c\x79\xb0\x0f\xa3\x7a\xce\x4c\x00\xfb\x12\x5e\x56\x0b\x7c\xe6\x1d\xa7\xb1\x3a\x27\x40\x33\x88\xd4\xf4\x4d\x80\xfd\x4f\xaf\xa0\x4d\x3e\x6d\xe2\xb0\xc6\xc9\x09\x60\x97\xd9\x58\x8d\xc2\x94\xf9\x56\x1d\x3c\xea\xb1\x00\xbb\x76\xfc\x57\x8f\x05\xd8\x65\x1c\xa7\xc7\x02\xec\xf3\x71\xcf\x74\x59\x80\x5d\x86\x91\x75\x45\x80\x94\x4d\x47\xd4\x74\x45\x80\xa6\x93\xad\xe9\x89\x68\xeb\x3c\x02\x34\x43\x4f\x04\x68\xdd\xcf\x8c\x8e\x08\xd0\x5c\x0e\xd6\xf4\x43\x80\xd6\xff\xb2\xd0\xab\xe9\xa5\x00\xbb\xd9\x9e\x45\xf3\x2c\x97\x8b\xf9\x2c\xe8\xa5\x68\x26\x84\x36\x87\x51\xd3\x4b\xd1\x4e\x42\x68\xcc\xd8\x75\x53\x80\x5d\xd6\x29\x4b\x96\xb9\x95\x10\x8f\x6f\xd7\x75\x01\xf6\x97\xc4\xe3\xaa\x65\xd5\xe3\x82\xb2\x66\x59\xb3\x2e\x3f\xca\xba\x65\x2c\x6c\xe4\x63\xd0\x75\x5d\x80\x46\x0a\xfe\xe8\xfa\x21\xc0\x3e\xdb\xa4\xec\xb2\x4c\x93\x55\x8a\x6e\x8b\x30\xd9\xb4\x0d\x8f\x45\x8f\xd7\xf4\x02\xaf\x65\xce\x72\xe2\xab\xd4\xf5\x2e\x80\xd4\xf4\xd6\x77\xbd\x0b\xa0\xb1\xbf\x66\x74\xdd\x06\xdd\xf4\x64\xe4\xb4\x8f\xae\x8f\x00\xec\xe6\xfb\x57\xdb\xb0\xd1\x14\xa1\x5d\x1f\x01\x48\xc5\xf9\xfe\x5d\x1f\x01\x48\xe5\xc7\xf8\xa5\xeb\x23\x00\x8d\x1d\xd2\xa2\x3b\x15\x01\xec\xe6\x7b\x3a\x1b\x86\xdf\xa0\x38\x17\xa1\xeb\x23\x00\xbb\x0c\xa3\xeb\x23\x00\xfb\xb2\xb4\x42\x1f\x01\xd8\xc7\x51\x15\x7d\x04\x60\x97\x71\x0d\xa7\xd6\x83\x7d\x5d\xae\xa1\xe3\x00\xec\xe3\xb0\x80\x9e\x03\xb0\x3f\x91\x1e\xe7\xcd\x26\x1d\x74\xf9\x35\xaf\xab\xa5\xf2\xd9\x60\x8a\xfa\xe9\x3a\x00\xfb\x38\x6e\xb7\xae\x03\x90\xaa\x2a\xb4\xeb\x3a\x00\xfb\x38\xec\xa2\xeb\x00\xec\xf3\x59\xa6\x5d\x48\x12\x5d\xf4\x57\x77\xe7\x41\x80\xc6\xde\x78\xd1\x75\x1d\x80\x7d\x3a\x9e\x01\x5d\x07\x20\x75\x97\x5b\x76\xdd\x04\x20\x9d\x54\x58\xdd\x69\x0f\x60\x5f\x82\xcb\xea\x3a\x00\xbb\x0c\xf3\xe9\x3a\xe8\xa5\x59\x46\xd3\x9c\xe6\x00\x76\x19\x26\xd0\x9d\x00\x9a\x73\xdb\xba\x93\x1a\x40\x3a\x89\x6c\xbb\xb3\x1a\x40\x3a\x39\xcf\xbb\x5e\x07\x90\x4e\x52\xb1\xee\xbc\x06\x90\x4e\xaa\xae\xae\xdb\x01\xa4\x93\x0a\xac\x3b\x8b\x01\x34\x27\xa5\x75\x3d\x11\x20\x9d\xd4\xcd\x5d\xaf\x03\x48\xd5\x38\x62\xd7\xeb\x00\xb6\x38\xe7\xb2\xba\x18\x40\x3a\x99\x63\xba\x2e\x86\x5e\xcf\x56\x59\x34\x4d\xaf\x00\x48\xc5\x05\x21\x5d\xaf\x00\x48\xc5\x99\xe5\x5d\xaf\x00\xe8\x46\xd4\xba\x4e\x01\x90\x3a\x6e\xf7\xee\x5c\x03\x90\xcf\x13\xa0\x4b\x00\x0c\x33\xb4\x76\x3d\x02\xdd\xe9\xed\x3e\xb3\x3a\x04\xba\xd3\xdb\xf1\x26\x76\xfd\x01\x20\x4f\x5f\x46\xdd\x01\xe0\x64\x38\xeb\xaa\x7c\x10\xf9\x9c\xde\x26\x31\x39\xc0\x14\x31\xdd\xc9\x01\xa0\xa8\x73\xba\x7a\x1e\x14\x05\x57\x77\x22\x00\x28\x0a\xa9\xae\x9c\x07\xe9\xe7\x30\xaf\x2b\xe7\x41\xfa\x9d\x07\x58\x39\xdf\x8f\x9c\xf7\x69\x50\xce\xf7\x23\xe7\x7d\x6a\x94\xf3\xfd\x9f\x9c\xa7\xa1\x4a\x77\x70\xf2\xe1\x75\x95\x3b\xd8\x6a\xc0\xd3\xd9\x52\x57\x98\x9b\x35\xa7\x2b\xe7\xc1\x3e\x9b\xc7\xd9\xfc\x6e\xd2\x0a\xaf\x60\xf3\x91\xf3\x55\x77\x4b\x57\xce\xf7\xce\x8a\x53\x5f\x4c\xa5\x3b\xe8\xba\x92\xbb\x91\x7e\xd0\x75\x69\x76\xc5\x7c\x77\x43\xa4\x61\x91\x16\x19\xc7\xed\xc3\x7d\x57\xdf\x83\x61\xf4\xb6\x1b\xe8\x07\xc3\x68\x53\x57\xc9\x83\x61\x08\xad\x2b\xda\x41\x3e\x5f\x25\x35\x3b\xc8\xe7\x23\xa7\x64\x07\xf9\x7c\x47\x55\xec\x60\x18\x19\xed\x0a\x76\xb0\x3f\x5d\xb4\x52\xbd\x0c\x46\xff\x4b\x38\xbd\xab\xa6\xc1\x70\xc2\x65\x57\x4c\x83\xe1\xea\x98\xae\x48\x06\x99\x6d\xfd\xa3\x2b\x92\xc1\xd9\x9c\xa1\xab\x91\x41\xae\x0c\xfc\xba\x12\x19\x0c\x73\xc5\x74\x15\x32\x18\x4e\x33\xe8\x8a\x61\x30\x5c\x89\xdb\xd5\xc2\x60\x98\x4d\xa5\x1b\xbf\xef\xf3\xdc\x09\x2a\x66\xfc\x1e\x64\xfd\x94\x5d\xc9\x0c\xc6\x79\x75\x95\xcc\x60\xb8\xac\xb7\xab\x98\x81\x5b\x91\x45\x37\x9e\x0f\x86\xab\xc4\xbb\x1a\x1a\x0c\x57\x63\x77\x25\x34\x18\xae\x79\xee\x2a\x68\x70\x72\x88\x77\xd5\x32\xc8\xd5\x87\x46\xb5\x0c\x86\x2b\x7d\xbb\x62\x19\xb8\xf7\x59\x74\x75\x31\x48\xcd\x38\x63\x57\x17\x83\xe1\x6a\xef\xae\x2c\x06\xc3\x04\xd5\x5d\x55\x0c\x72\xb5\x4b\x51\x14\x83\x5c\x51\x94\xdd\xe9\xf8\x60\xb8\xa6\xba\xab\x89\xc1\x70\x31\x76\x57\x12\x83\x61\xce\xea\xae\x24\x06\xf9\x8c\x64\x94\xc4\x20\x57\x1c\xa2\xdd\x30\x7c\x77\xf9\xb7\x99\x80\xba\x32\x19\xe4\xa9\x79\x94\xc9\xdd\x59\xf5\x9a\x5a\x99\x0c\xf2\xf4\x79\x32\xde\x0e\xd2\x70\x4e\x65\x57\x39\x83\x93\xe9\xa9\x2b\x9c\xc1\xc9\xed\xd0\xd5\xcd\x20\x4f\x1f\x61\x65\x33\xc8\xd3\x07\x4a\xd5\x0c\x22\xfb\x0c\x28\x9a\xc1\xc9\xff\xd1\xd5\xcc\xe0\x24\x1b\xeb\x6a\x66\x10\xf9\x9c\xde\xd7\xe1\x66\xf1\x8a\xf7\x48\x19\xdd\x6f\x16\x18\xf8\xf0\xa8\x98\xc1\x49\x59\xd9\x15\xcc\x20\x4f\xdf\x10\xf5\x32\x38\xb9\x0f\xbb\x72\x19\x44\x3e\x47\x69\x89\x47\x4b\x50\x09\xc5\x32\xc8\xd3\xe7\x49\xad\x0c\x22\x9f\x22\x2d\xf1\x68\x09\xea\xa5\x52\x06\x79\x6a\x09\x85\x32\x88\xec\x87\x41\x9d\x0c\xf2\xd4\x38\xea\x64\x90\xe7\x39\xca\x47\xff\xd1\x12\x9c\x4b\xfd\x0b\x8a\x02\xbb\xab\x7f\x41\x98\x6a\xaa\x1b\x3a\x07\xc1\xc6\xe0\xd1\x0d\x9d\x83\xa2\x1f\xa6\x1b\x39\x07\xb3\xf9\xd0\x29\x88\x41\x98\xac\xaf\xab\x87\x41\x98\xfb\xb5\x2b\x87\x41\x31\xb3\x53\x57\x0d\x83\x30\x51\x6d\x37\xb8\x0e\x4a\x3d\x45\x36\x68\x23\xcc\x3e\xd4\x95\xc7\x20\xe6\x69\x90\xef\xf2\x46\xd1\xf3\xd3\x55\xc7\xa0\x98\xbc\xad\x2b\x7a\x41\xcc\x53\x64\xb3\x3f\x9b\x4d\x1b\x95\xbc\xa0\xe8\x2f\xe8\x4a\x5e\x10\x2e\x60\xeb\x2a\x5e\x10\xa6\x2d\xec\x0a\x5e\x10\xe6\x05\xec\x0a\x5e\x10\xf3\x9c\xcb\x36\x32\x17\x7f\x5a\x55\xf5\x2e\x08\xf7\x4a\xe9\xca\x5d\x50\xf4\x63\x74\x95\x2d\xd8\x5f\x60\x4c\xe1\xcc\x78\x30\x9b\x5f\x60\x05\x2b\x98\xcd\xef\xb4\x7a\x15\xcc\x36\x2c\xb2\xfa\x8b\xe9\x6c\x7e\x50\x94\xab\xa0\xe8\xd2\xee\xca\x55\x30\x9b\x3d\x8f\x72\x15\x14\xb3\xd1\x74\x75\x26\x28\x0e\x29\x86\x92\x12\x14\x7d\x8e\x43\x45\x09\x66\x0b\x8b\xb2\x45\x4c\x69\x64\x84\x38\xd4\x93\x60\xb6\xe1\x51\xcd\x22\xda\x38\x3d\xaa\x5b\xc4\x8c\x46\x44\xec\x50\x4d\x82\xa2\x47\x77\x18\x08\x07\x25\x72\xfb\xef\xfe\x78\xa8\x3f\xc1\x34\x7b\xe6\x50\x7e\x82\xa2\x0e\x1e\xca\x4f\x30\xdb\xf0\xa8\xc7\x22\xe6\xd0\x32\xca\x1c\xaa\x4f\x30\x4d\xa7\x39\x0c\x81\x83\xe9\x36\x39\x43\xed\x09\xd2\xcf\x31\xda\x30\xb4\x3d\xce\x0e\x44\x3c\x48\xc3\xd0\x36\x28\xc6\x2a\x86\x42\x13\x54\x17\x04\x0e\x75\xe6\x30\x16\xad\x77\x72\xa8\x33\xc1\xbe\x02\xf6\x53\x68\x0e\xd3\x8f\xe9\xeb\x1a\x0a\x4d\x70\x92\x63\x0f\x75\xe6\x30\x16\xad\xab\x6f\xa8\x29\x87\x71\x67\x87\xff\x43\x4d\x09\xf6\x71\x54\x45\x4d\x09\xaa\x4b\xb7\x86\x92\x12\xec\xc3\x68\xab\x92\x72\x18\x8c\xd6\xff\x3b\x94\x94\xa0\xba\x92\x72\xa8\x28\x87\x81\x67\xbd\xbd\x43\xf5\x38\x0c\x3c\xeb\x00\x1d\xaa\x47\x50\x1d\xb4\x0f\xc5\xe3\x30\xee\x6c\x9e\xb9\xa1\x78\x04\xbb\xcc\x9a\x78\xbf\x48\x43\xf6\x33\xe5\xd1\x50\x3d\x8e\x7c\x0c\xc0\x65\x0d\x32\x0f\x83\xcc\x3a\xb6\x87\xea\x71\x18\x64\xd6\x3f\x3f\x54\x8f\x60\x9f\x0f\xe3\xa9\x1e\x47\x39\x16\xf0\xbf\x5a\xa0\x30\x89\xab\x7a\x98\x06\x40\x50\xfe\x8c\x45\x0c\x27\xc9\x83\x93\x58\x6e\xa8\x27\xc1\x3e\x8c\x96\x29\x1e\xc1\x2e\xa3\x65\x8a\x47\x50\x5d\xe9\x38\xd4\x8e\x60\x1f\xe6\xe9\x6c\x2c\xda\xf1\xa7\x93\x79\xa8\x1d\xc1\xc9\x17\x3f\xd4\x8e\x60\xb7\x81\x3b\x6b\x14\x1b\xec\xbf\xd2\x7e\xf5\x24\xd8\x97\xf0\x38\xdb\x5f\xcd\x1e\xc9\x17\x78\xa8\x1d\xc1\x2e\xf3\x38\xab\x57\x99\x9c\xe4\xdd\x56\x26\x0e\xa7\xa4\x87\x57\xb0\xc2\x27\x4f\x19\x1f\xb1\xe1\x62\xe9\x71\xf2\x94\xf9\x50\xa8\x1d\xc7\xc9\x53\xe6\x7f\x8d\x31\x8f\x93\xa7\xcc\x37\x56\x41\x39\x4e\x9e\x32\x5f\x6c\x15\x25\xa8\xae\xdb\x1f\x2a\x4a\xb0\x0f\xe3\xb2\x4a\x4a\x50\x5d\xce\x38\x94\x94\x60\x8b\x39\xff\xea\x4d\xdc\xa8\xa6\xd7\x1b\x06\x98\xc1\x3e\x9b\x95\xf3\x29\x26\xc0\x6c\xf6\xbb\x61\x80\x19\xec\xc3\xb8\xd7\xca\x51\xb0\xcb\x3c\x9d\x96\x73\x7f\x24\x13\xa1\x0d\x83\xce\xc3\xfd\x91\xcc\xb1\x3a\x14\xa9\x60\x97\xf1\x00\xa8\x52\xc1\x2e\xe3\x7c\x46\xa2\x41\x75\x47\x82\xa1\x72\x1d\xfd\x98\x8e\x86\xa9\x5c\xc7\x51\xae\xbe\x28\x2a\xd7\x71\x36\x45\x62\x8c\x34\x54\xa9\x60\x1f\xc7\x03\x65\xd0\x19\x54\xf7\x54\x18\x0a\xd7\x71\xf6\x49\xf2\xc3\xa3\x72\x05\xb5\xfb\x8a\x29\x5c\xc1\x3e\xcc\x2b\x68\xa8\xae\xa1\xc2\x2b\x68\x28\x85\xab\xf1\x84\xa1\x72\x05\xfb\x38\xff\xab\xa1\xfa\x31\x94\x55\xd1\x50\xa6\x4b\x33\x8b\xdc\x50\xce\x82\x7d\x1c\xd5\x53\xcf\x82\xd4\xa6\x06\x55\xd0\x8e\x33\x75\xdd\x77\x5b\xf5\x3a\xdc\xce\x77\x20\xb7\x86\xf2\x15\x54\xf7\x9e\x18\x06\xac\xc1\xbe\x2c\xf7\xc2\x80\x35\xa8\x6e\x6e\x31\x54\xb9\x60\x9f\xcd\xab\x6a\xa8\xa1\xa1\xbc\x80\x86\x32\x5c\x6d\xf2\xae\xa1\xf4\x05\xbb\x11\x9e\x4e\x43\x0d\x9f\x28\x0d\xe5\xfc\x75\x90\xba\x89\x55\x87\x71\xe8\x61\x1c\xda\x54\x67\xc3\x40\x33\xa8\x6e\xe9\x31\x8c\x33\x83\xea\xbe\x06\xc3\x30\x33\xd8\x35\xb1\xcc\xb6\x1a\x67\x76\x11\xe3\x50\x19\x83\xd4\x15\xeb\x43\x69\x0c\xf6\x71\xf9\x0f\x1d\xba\x71\xe8\x61\x1c\xda\x0c\x68\xc3\x38\xf4\x30\x0e\xed\x02\xc6\xa1\x9e\x06\x5b\xec\x78\x39\x9f\x10\xf7\x00\xfe\xf7\x5f\x8d\x11\x4c\x55\x70\xe0\x61\x7c\x79\x18\x5f\xd6\x35\x37\x94\xd4\x63\x6a\x1f\xdf\x4c\x05\x34\xd8\xc7\xf1\x8a\x28\xa0\xc1\x2e\xf3\x38\x2d\x34\x8f\x85\xb8\x2f\xea\xe5\x61\x84\xd9\xdc\x6e\x43\xc1\x0c\x76\x19\x56\x53\x31\x0f\xa3\xce\xa6\x72\x1b\xea\xe3\x61\x84\xd9\x05\xcd\xc3\x08\x33\xd8\xff\xa5\x1d\x8a\x66\xb0\x8f\xf3\xbf\x36\xd7\x18\xb3\x8b\xff\x86\xb2\x19\x54\xd3\x69\x0e\x43\xcc\xa0\x9a\x28\x76\x28\x91\x41\x35\x9d\xe6\x50\x22\x0f\x03\xc7\xce\xa6\x1d\x6a\xe4\x71\x1d\x4f\x96\xc7\xf9\x38\x90\x5e\xad\x39\xf9\x73\xa8\x7f\x87\xbb\x44\x9d\xc6\x2a\x80\x41\x4a\x67\xf8\xe8\x84\x75\xd0\xf4\xba\x0e\xe7\xab\x0f\x33\x82\x1b\x05\x19\x0a\x65\xb0\xcb\xbc\xac\xed\x32\x4b\xb8\x91\x8c\xa1\x78\x06\x29\x99\xc9\x73\xa8\x9e\x87\x99\xc3\xcf\x88\x50\xf9\x0c\x52\x75\xbe\xce\x50\x3f\x0f\x33\x87\xbb\x5a\x77\xa8\x9f\x41\xd3\x79\x3c\xd4\xcf\xc3\xcc\xe1\x26\x4c\x1c\x0a\xe8\x61\xe6\x70\x03\x32\x43\x05\x0d\xf6\x71\x54\x4f\x09\x3d\xcc\x1c\x6e\x3a\xde\xa1\x86\x06\xfb\xb2\x58\x45\x11\x3d\xcc\x26\x6e\x5c\x61\xa8\xa2\x87\xd9\xc4\x35\x9e\x2a\x1a\x9c\x55\x59\xc3\xa9\xee\xe3\x3e\xc6\xb3\x76\x1a\xef\xd6\x78\xa7\xb1\x1a\xef\xd6\x78\xe7\xbf\x1a\xef\x3e\xc6\xa3\x4c\xbd\x3d\xcc\x27\x8e\xc6\x18\xea\x6d\x90\xfa\x79\xee\x14\xdc\x60\xff\x95\x4b\xa8\xb8\xc1\x2e\xf3\x38\x8d\xf7\x1c\xe3\xd1\x30\x35\xf7\x78\x8e\xf1\x78\x7c\x14\xdd\xe0\x64\xda\x1c\x2a\x6c\x70\xe2\x40\x43\x85\x0d\xf6\x3f\xad\xb0\x66\x32\x7b\xb8\x49\x5a\x87\xb2\x1b\xb4\x7c\x2e\xa0\x9d\x4c\x28\x6e\xf8\x6d\x18\x9e\x06\xe9\x6c\xba\x36\x14\xde\xa0\x99\xa2\x61\x18\x77\x06\x27\x83\xe8\x50\x8b\x83\x94\xcf\xc0\x4e\x31\x0e\x76\x99\xc7\xd9\x2c\xe6\xb1\x77\x97\xf9\x0c\xe5\xf8\x30\x3e\x7d\x04\x85\x7a\x7c\x18\x9f\x3e\x12\x40\x41\x3e\x8c\x4f\x9f\x5b\xa1\x22\x07\xfb\x31\xf6\xbf\x36\xd6\x34\xe3\x67\x58\xac\x26\x1f\xc6\xac\x9d\xa1\x32\x14\xe5\x60\x9f\xcf\x32\x2d\xf0\xfa\x54\x9c\xf3\xf9\x54\x18\xb4\x3e\x43\x65\x83\xd6\xa0\x55\xc7\x3b\xc6\xac\xc1\xee\xd8\xb8\x3f\xca\xf7\xf1\x9d\x08\x3d\x66\x51\xbf\x0f\x63\xd6\x67\x34\xae\x80\x07\xfb\x12\x18\xde\x29\xf5\x60\x97\x51\x15\x55\xfd\x30\x90\x7d\x46\xe8\x4e\xb3\x07\xbb\x0c\x33\x2b\xf5\xc7\x77\xcc\x67\x99\xa6\x62\x9a\x7d\x3e\x1a\x4d\x65\x3f\x0c\x65\x9f\x41\xb5\xd2\x1e\xb4\x7a\x2e\xab\xa5\x8c\x64\x1f\xc9\x63\x24\x1b\xec\x91\x82\x65\x5a\xea\x63\x2a\x83\x57\x30\x40\x0d\x5a\xd5\x76\x4e\xa9\x07\xfb\x6c\x18\xcf\x29\xf5\x60\x57\x18\x03\xe8\x29\x00\xa9\xbb\x24\x72\xe8\x2a\x18\xcb\xb9\x0c\xcd\xff\xfa\x5c\x10\xb4\x76\x7d\xee\xd0\x0b\x00\xf6\x61\xfe\xd5\xb6\x12\xb5\x6e\x76\x7a\x86\xa5\x41\xca\xce\x15\x18\xba\x06\x40\x73\x99\xf0\x30\x02\x3d\x8c\x40\x1b\x3d\x0f\xdd\x05\x61\x04\xba\xb5\x3f\x4c\x59\x0f\xdd\x09\x61\x80\xda\x57\x29\xf4\x27\x80\x7d\x6a\xcb\x8a\x65\x4e\x6a\xe0\x33\x1c\x3a\x19\xc0\x1e\x5c\x0c\xca\x9a\x65\x4e\x74\xf0\xaf\xdd\x22\x27\x3a\xe0\xab\x0b\x7d\x0a\x60\x5f\x22\x51\x36\x2d\x73\xaa\x07\x2e\xc3\xd0\x6d\x00\xf6\x71\x5e\xf6\xb6\xcc\xa9\x0e\x78\x2e\x43\xc7\x41\x18\xb7\x76\xae\x47\xe8\x39\x00\xcd\x15\xbf\xe1\x44\x79\xb0\xdf\x4c\x4e\x67\x28\x3b\x92\x21\x7a\x3a\xa7\xd0\x4d\x00\x76\x19\xa7\x33\x96\x1d\xa9\x11\x2d\xe7\x74\x86\xb2\xc1\x3e\x8c\x9a\x18\xca\x06\xbb\x8c\x56\xe8\x62\x00\xa9\xab\x3a\x43\x1f\x03\xd8\xc7\x59\x15\x5b\x96\xdc\x3b\xde\x7b\xaa\x3f\x21\x4e\xe0\xda\x66\x38\xe1\x1d\xec\x32\xac\x67\xe0\x1a\x34\x5f\xf4\xd0\xc7\x10\x27\x6e\xad\xf1\xf4\x31\x80\xe6\x40\x37\x74\x31\x80\xe6\xb2\xfa\xd0\xc5\x00\x9a\x92\x23\xf4\x30\x80\x7d\x32\xcc\xa4\x87\x21\x0c\x5a\xbb\xb4\x2f\x74\x31\x84\x41\x6b\x7b\x84\x30\x68\x0d\x52\x33\x23\x41\xe8\x76\x00\xfb\x38\x6b\xa2\x4d\x4e\xd0\xba\x5b\xe6\x13\x60\xd0\xda\x6e\x22\x9c\xef\x0e\xf6\x71\xd8\x58\x5f\x44\xfc\x0b\x64\x7b\x0d\xed\x84\x2f\xa2\xe9\x8c\x09\x7d\x11\x91\x4f\x68\x97\x5b\x6b\x24\x1b\xa4\xe2\xec\xe4\xd0\x3f\x11\xee\x80\x6c\xb7\x13\xfa\x27\x40\x33\xc7\x41\xe8\x9e\x08\x83\xdb\x0e\x47\x43\xf7\x44\x18\xdc\x76\x58\x1f\xfa\x22\xc2\xe0\x76\x3d\xc7\x69\xaa\x8d\xe6\xb8\x3e\x74\x4f\x80\x7d\x98\x57\xd5\x52\xf8\x27\x8a\x89\xd1\xc2\x80\x37\x68\x0e\x15\x43\xf7\x04\x68\x7a\xc4\x43\xf7\x44\x18\xda\xd6\xc5\x16\x4e\xb2\x07\xa9\xb8\x94\x21\x74\x59\x84\xe1\x6e\x17\x86\x84\x2e\x0b\xb0\x8f\xe3\x3e\xea\xb3\x08\x7d\x16\x0c\x1d\x42\x97\x05\x18\xae\x30\x0c\x3d\x16\xe1\xbc\x7b\xbb\xdd\xd0\x63\x11\xa6\x8e\xa3\x87\x0d\x03\xe0\x51\x9d\x07\xe2\x6b\xec\xdc\x79\x10\x6e\x6f\x10\x4e\x94\x07\xfb\x5e\x63\x74\x63\xe2\x61\x4c\xbc\x9e\x32\xdb\x4a\x4c\xdc\x3c\xaf\xa1\xaf\x03\x64\xa7\x7c\x84\xbe\x0e\x30\xd2\xf9\xa3\x0d\xc5\xd5\x51\xf5\xcf\x87\x2e\x0c\x70\x32\x86\x84\x1e\x0c\x90\xa7\x37\x41\x6f\x05\x88\x49\xf7\x1d\x7a\x2b\x40\x98\x53\x3d\x74\x56\x80\xe2\xdc\xc4\xd0\x31\x01\x8a\x43\xe9\xd0\x31\x11\xc7\x31\xe1\x2d\xd0\x31\x01\xaa\xf9\xf6\x42\x1f\x04\xa8\xae\x66\x0a\x5d\x10\x20\x55\x85\x53\xe8\x6e\x00\xe9\x2c\x2f\x08\xfd\x0d\xa0\x9a\x73\x3f\x74\x37\x80\xa6\x06\x09\xbd\x0d\x20\x99\x5c\x36\x0c\x93\x83\x74\x42\x77\xa1\x03\x22\x4c\xba\x6e\x36\xa1\xd0\xdb\x00\x46\x3a\x45\xde\x4f\xc2\xe4\xdd\xe7\x4f\x67\x03\x18\x2e\x04\x0d\x7d\x0d\x60\xb8\xda\x36\x74\x35\x80\xec\x44\x9f\xd0\xab\x00\xc6\xbf\x73\xd9\x74\x9c\x0a\x4d\x17\x67\xe8\x54\x00\xa3\xe3\xa4\x0a\x7d\x0a\x20\x57\x5c\x14\xa1\x4b\x01\x8c\x8e\x98\x0b\x63\xe4\x60\x74\xbf\x51\x3a\x14\xc0\x30\x8d\x7c\xe8\x50\x88\x41\xc8\x15\x25\x17\x3a\x0f\x40\xae\xe1\x1f\x6d\x24\x21\xf2\x3a\xad\x84\xcf\x27\xc1\xef\x1e\xfe\xd1\x16\x0d\xf6\x55\xc1\x89\x13\xc6\xc3\xc1\xe8\xf1\x07\x5f\x7b\xb8\xe2\x1d\x8c\x8e\x0a\x0f\xa7\xbc\x83\xd1\x51\x02\xa1\xa7\x21\x82\x1c\x86\xd3\x22\xef\x74\x30\xc9\x03\xaf\x5f\xe8\x55\x08\x37\x0c\x33\xc1\x71\xe8\x2d\x00\xdb\xc6\x58\x4f\x77\x00\xc8\xd3\x07\x42\x6f\x00\x08\xd7\xae\x84\xce\x00\x90\xa7\x2f\x91\xbe\x80\x30\x3b\x9e\x77\x42\x57\x00\xc8\xd3\xe7\xc1\xe0\x3a\x88\x6c\x65\x8d\xa4\x83\xb3\x40\x31\x74\x04\x84\x69\xef\x7c\xdc\xf4\x03\x80\x13\xd9\x09\xa3\xe6\x61\x8e\x3b\xc4\x72\xe8\x05\x08\x73\xdc\xf9\xb8\xe9\x04\x08\x93\xd8\xe1\xb1\x0b\x7d\x00\xe0\x2c\x94\x09\xa3\xe6\x61\x12\x3b\x1f\x2d\xbd\x02\xe0\xac\x4e\x0d\x9d\x02\x61\x12\x3b\xed\xaa\x4f\x20\x4c\x62\xa7\xec\x0e\xf5\x7f\x98\xb1\xce\x0f\xbd\xfa\x1f\x9c\x65\x52\x61\x24\x1d\xa4\x7e\x2c\x66\x24\x1d\x9c\x85\x7d\xa1\x9b\x00\x44\xc6\x4f\x12\xba\x04\xc2\x2c\x76\x3e\xbb\xc6\xc8\x41\x98\x94\x36\x8c\x91\x87\xf9\xe9\xfc\x2e\xeb\x0f\x08\x93\xd1\xf9\x9e\xe9\x0e\x08\x93\xd1\xf9\xd5\xd4\x1d\x00\xce\x84\x92\x50\xf9\x83\xad\x5d\xb1\x8f\x8a\x1e\x14\xc7\xed\xa1\xa0\x07\x71\x7a\x3d\xc5\x7b\x20\xd4\xeb\xe9\x44\x15\xea\x20\x5c\x33\x15\xea\x74\x10\xae\x8d\x09\x65\x3a\x08\x57\xd0\x84\x2a\x1d\x84\xeb\xaf\x42\x91\x0e\xe2\x7c\x0d\x55\xe4\x20\x5c\x2c\x13\x0a\x72\x10\x2e\x20\x0a\xf5\x38\x08\x97\x8b\x85\x72\x1c\xec\xf7\x01\xf3\x2b\xc7\x41\xb8\xbf\x67\x28\xc7\x63\x4b\xef\xe2\x24\xf5\x50\x51\x83\xdd\x4a\xaa\x61\xcc\x1a\xec\x21\xb4\x67\xb3\x01\x64\xa8\x3b\x5f\x65\xe5\x33\x28\xca\xe2\x50\x3d\x83\xe9\xb2\xca\x50\x3d\x83\xe9\x5c\xa3\x70\xba\x77\x3c\x84\xca\xbc\x25\x4e\xed\x06\xa9\x3a\xeb\x31\x8c\x6d\x83\x79\xfa\x7f\xf5\x34\x28\x67\x54\xac\x76\x06\x45\x77\x4a\x38\xb3\x1b\x94\x33\x88\x55\x4d\x87\xb1\x6d\x3c\xe7\xa1\x98\x8e\x13\xdb\xf6\xf4\xde\xb8\x97\xa0\x62\xb1\xc8\x76\xbf\xf6\x8a\xd8\x5f\x25\x0d\x66\x73\xc0\xa5\x90\x06\xd3\x75\x8d\xa1\x8e\x06\x45\x8f\x53\x28\xa3\x41\xd1\xc9\x11\xaa\x68\x30\x5d\x96\x1d\x8a\x68\x50\xf4\xe7\x84\x82\x19\x14\x3d\x26\xa1\xbe\x05\xa9\x9d\xd1\xbb\xfa\x16\xa4\xdf\x91\x4d\xea\x5b\x50\x9d\x50\x11\x4a\xd9\x70\xc5\x78\x3e\x57\xb0\xb6\x9f\x31\x23\x7b\x7f\x75\x2b\xd8\xa7\xc3\x1c\xea\x56\x50\x9d\xbb\x10\x4e\xc0\x0e\x97\x8c\x9f\xf1\xb6\x13\xb0\xc3\xf5\xe1\x8a\xd4\x50\xcc\x82\xea\x34\xbc\x50\xcb\x82\xea\x34\x91\x50\xca\x82\xd4\x4c\x82\x16\x4a\xd9\x70\xc5\xf8\x19\xbd\x1b\xf6\x8e\x75\xda\xea\x55\x6d\xeb\xb2\xad\xdc\x05\x15\x2f\xa8\xce\xee\x08\x15\x6f\xac\x13\x33\xe5\xfe\xa9\x78\x63\x1d\x93\x58\x39\x4d\xb2\x8e\x49\xac\x89\x77\x70\xa3\x3a\xe7\x23\x54\xc1\xb1\x8e\x95\xb0\xb0\x32\x18\xec\x8f\xce\x6e\xd8\x54\x06\x83\x74\x92\xf2\x4f\x75\x2e\x08\x07\xcc\x53\x99\x0b\xaa\xf3\x58\xa6\xea\x15\xa4\x9f\x8b\x72\xa6\xf2\x15\xec\xb2\x41\xd9\xb0\x8c\x00\x54\xfe\x83\xce\x9e\x8a\xdb\xe9\xd2\x70\x17\x45\x4e\xc5\x2d\xa8\x66\xd4\x9e\x6a\xdb\xe9\xca\x70\xd7\x31\x4d\xb5\xed\x74\x65\xb8\x8b\xdf\xa6\x21\xf0\xe9\x2a\x70\x17\xd3\x4d\x85\x2c\xa8\xa6\x2e\x9e\x86\xc5\xa7\x61\x71\xd7\xd2\x4d\xc3\xe2\x93\xd5\xdd\xce\x1d\x9d\x4a\x5b\xb0\x0f\xb3\x4c\x53\x24\x96\x32\xf3\x80\x4f\xe5\xee\x4c\xc7\x12\x41\x99\x96\x30\x54\xee\x52\xa9\x69\xa8\x1c\x54\x27\x46\x4d\x43\xe0\x20\x25\xf3\x18\x4e\x15\x2b\x48\xc9\x5c\x7d\x53\x79\x0a\xaa\x19\x5a\xa7\xf2\x14\xec\xc3\x68\x97\xfa\x14\xec\x32\x2a\xac\x40\x9d\xa6\x87\xcb\xe7\x74\x36\x82\x10\xb8\x0b\x94\xa7\xfa\x14\xec\x9a\x50\x61\xf5\x29\xd8\x65\x5e\xd6\x1b\x96\x0d\x6f\xf0\x1d\x9b\x6a\x51\x50\x4d\xdb\x3b\x95\xa2\xa0\x9a\x0d\x79\xaa\x44\xc1\xfe\xa7\x87\xbd\x96\x9d\xf6\x5b\x13\xdb\x9f\x4f\xfb\xb1\x89\xaa\x13\xec\xe3\x68\x84\xaa\x13\xec\x32\xec\xa9\xec\x04\xd5\x7c\xb7\x53\xd5\x09\x52\x32\xd3\xe5\x54\x75\x82\x5d\x46\x55\x54\x9d\xa0\xf9\xf9\x99\xaa\x4e\x90\x92\xd9\x54\xa7\xaa\x13\x34\xf3\xa9\x4c\x15\x26\x68\x7e\x7d\xa6\x0a\x13\xec\x0b\x78\x98\x6d\x2d\xec\x92\xa9\x49\x14\x98\xb3\x1c\x0f\x26\x65\x2a\xc7\xe9\x92\x6d\x73\x4f\x4e\xa5\x23\xd8\x15\xc1\xe8\x4a\x47\x90\xce\xf6\x89\xd3\x35\xdb\xa0\xf9\x59\x9d\xc6\xbf\x41\xca\x7e\x57\xa6\xcb\xb3\x41\x1a\xc6\x80\xa6\x6b\xb1\xc1\x3e\xce\xff\xda\xb0\xaa\xc7\xd1\xaf\x83\x7a\x12\xec\xe3\xac\x8a\x2d\xab\xfa\x13\x9a\xd7\xf0\x2e\x56\x1d\xb1\x7c\xbb\xa6\x91\xf2\xd9\x74\xaa\x69\x29\x25\x25\xd8\xcd\xe5\x1a\x6a\x4a\xb0\xaf\x8b\x09\x0c\x8b\x83\x7d\x0d\x9a\xab\xaa\x04\xcd\xa4\x77\x53\x55\x09\x52\x36\xcf\xd8\x34\x06\x0e\x52\x36\xcd\xe1\x54\x6a\x82\x5d\x66\x55\x7c\x8c\x9b\x0e\x34\x86\x5b\xd3\x80\x37\xd8\xc7\x79\x0d\x9b\xdb\x5c\x2b\xc4\xa0\x7e\xaa\x36\x41\xfb\x77\x09\x2d\xb0\xd1\x4c\xc3\x35\xd5\x9f\xa0\x9d\xca\x29\x3f\xe7\xd9\xf6\xeb\x1c\xa6\x4d\xfa\x71\x34\x72\x2f\x14\xa0\xb3\x1f\xd7\x9b\xc7\x69\x93\x8d\xd6\x19\x06\x4c\x05\xe8\x3c\xbb\x7e\x21\xee\xa7\x11\x70\x90\xb2\x31\x9b\xa9\xdc\x04\xa9\xfc\xce\x65\x6d\x7f\x67\xc9\x88\xcd\x52\x6f\x4e\x77\x02\xfb\xd9\x2e\x43\xdb\xa0\x39\xa3\x60\xaa\x41\x67\x3f\x8e\x37\x1b\xa6\x45\xba\x4b\x23\xb4\x9c\x22\x14\x34\x7d\x80\x53\xc5\x09\x52\x39\xef\x9d\x92\x13\x34\xc3\x2e\xd3\xb8\x36\x48\x67\x4f\xea\xa9\x0c\x05\xe9\x6c\x39\x3e\x0d\x62\x83\x74\xf6\x42\x9f\x0a\x51\x90\xda\x69\xbf\x4a\x74\x0e\x27\xa0\xfb\x45\x35\x3c\x0d\x52\x71\x9d\xdd\x54\x9e\x82\x5d\xe6\x7f\x6d\xd9\x46\x4f\xe7\x12\x36\x8c\xfc\x6a\xee\x93\x33\x55\x9b\x20\x85\x8b\x16\xa7\x72\x13\x64\x17\xa9\x4c\xe3\xda\x20\xcc\xce\x3e\x55\xa0\xa0\xe8\x86\x9f\xc6\xb0\xc1\xd4\x39\x35\x0d\x61\x83\x56\xf1\x09\x4d\x35\x29\x48\xf5\x18\x44\x4d\x0a\xf6\xc3\x6a\x35\x6c\x7c\x9c\x70\xa7\x17\xf5\xe6\x87\xc1\x19\x0d\xac\x52\x9d\x67\xdf\xb0\x3f\x2c\x07\x9f\x46\xab\x41\x9e\x3e\x1b\x4a\x54\xb0\xfb\x1f\x6e\xba\x82\x74\x9a\x87\xdd\x27\xcd\xb8\x34\x48\xdd\xe0\xd0\x54\xa4\x82\x30\xca\x3b\x15\xa9\xa0\x18\xcb\x99\x8a\x54\x10\x3a\x70\xa6\x22\x15\x84\x71\xf4\xa9\xfc\x04\x53\xb7\xdd\x54\x7e\x82\x72\x1e\x33\x23\xd2\xd3\x04\x6c\xe7\xf3\xae\x22\x9d\x6e\x70\x6d\x42\xae\xa9\x24\x9d\x66\x60\x33\x2d\xdd\x54\x7f\x4e\xb3\xad\x9d\x0f\xbc\x02\x74\x9a\x6d\xcd\x15\xe3\xd3\x40\xf5\x74\x87\x6b\xd7\xb8\x4f\x55\xe9\x34\xdb\x9a\x6b\xbc\xa7\x81\xea\x79\x02\xd5\xdd\x32\x9b\xbf\x51\x4d\x45\x3e\x55\xaf\x60\xdf\x38\x4f\xe7\x0d\x26\x9e\x5d\x8d\x85\x4f\xf5\x2b\xa8\xd3\x56\x28\x56\x41\xfb\xd7\x08\x0d\x70\x42\xd7\xdd\x0a\x6b\x80\x13\xba\xee\x5e\x41\x03\x9c\xd0\xb5\x95\x53\xc1\x82\x56\x71\xf2\x4d\xd5\xea\x74\x3d\xb3\x9e\xd6\x79\x5b\xe1\xdb\x4f\x34\xaa\x7c\x2a\x4e\xc1\xfe\x44\x71\x7b\x54\xa7\xa0\x75\x64\xdb\x54\x9d\x82\xdd\x2e\xff\x6a\x8d\xd9\x7c\xda\xe9\x52\x53\x79\x0a\xf6\x37\xc5\xab\x5a\x61\xf4\x69\x39\xfd\x9b\xfa\x14\x34\x27\x38\x4f\xf5\x29\x48\x67\xc2\xfc\x34\xbc\x0b\xd2\x70\xdd\xcc\x54\x06\x4e\x97\xf3\x3a\xf6\x30\xac\x0a\x86\x89\xf5\xa6\xca\x70\xba\x57\x96\x7d\x96\xca\x10\xfc\x1b\x97\xab\x0c\x41\x64\x07\x6d\x6a\x3e\x70\x5c\x06\x53\xcd\x37\xc9\x40\x7e\x86\x36\x0a\x3c\x30\x9d\xd8\x33\x15\x78\xd3\xc9\xcb\x7e\x4d\x55\x73\x60\x9a\xa3\x68\x1a\x11\x05\xd3\x4c\x4f\x53\x81\x07\xa6\xf9\xa5\xa6\x01\x51\x30\x9d\x72\x33\x8d\x87\x82\x72\x3e\xe0\x86\x43\xc1\x34\xb7\xcf\x34\x1a\x0a\xa6\xc9\xbf\xa6\x62\x11\x4c\x27\x17\x4d\xb5\x22\xd8\x37\xd3\xf3\xfb\xe2\x9a\x86\xcc\x19\x81\xd3\x79\xcf\xd3\x34\x64\xae\x9a\x98\x0a\xc8\x79\x04\xa4\x9f\x6a\x05\xe4\x54\x40\x9a\xb1\x60\x1a\x0c\x05\xbb\x8c\x66\xa9\x16\xa7\x6a\xd1\x3c\x09\x53\xb5\x08\xf6\x98\xd3\x32\x9b\xbf\x1c\x38\xda\x0b\x2b\x17\x41\xab\x5e\x42\x69\x38\xd7\x79\xc4\x2d\xb3\x69\x46\x3e\x8d\x4c\x4f\xa5\x21\x68\x1d\x5f\xc2\x54\x07\x82\xdd\x45\x7a\x98\x2d\x5b\xee\xbd\xe9\x57\x44\x1d\x08\x9a\x51\xb7\xa9\xe6\x03\xe9\x6c\x2c\x3c\xd5\x7c\x60\xf7\x55\xbb\xec\x52\xf3\x5d\x86\x3e\x11\x09\x97\xfa\xee\x72\x23\x2a\x86\xa6\x97\x11\x4b\x30\x4c\x8a\x79\x29\xe5\x2e\xf7\x90\xe2\x0b\x72\x19\x9c\x04\xd9\xa5\x9d\x97\x52\x0d\xe4\x4a\xa3\x2e\x65\x19\xc8\x95\x41\xc9\xa5\x2a\x03\xb9\x4e\xaf\xb8\x2c\xda\x1d\x45\xe3\x11\xb9\xd4\x69\x97\x1b\x2a\xa3\x53\x2e\x75\x1a\xc8\x8d\x67\xeb\x52\xa6\x81\xe1\xaa\xe7\xcb\xa8\x24\xc8\x8d\x4f\xfb\xa5\x4a\x03\xb9\x4e\x8f\xea\x16\x75\x8e\xa2\x8d\x8a\x34\x90\x1b\xbd\xea\x65\x48\x12\xe4\x3a\xbd\xe2\x6d\x11\x5e\xbe\xf0\xf4\xb6\x91\xe0\x63\x73\xdf\xba\xcb\xe0\x23\xc8\x73\x58\x7d\xdb\x9d\x74\xd8\x5a\x0b\xdb\x9d\xe8\x20\xf1\x2d\x5c\x0a\x39\x90\x27\xee\xc7\x4b\x1d\x07\xf2\xe4\xab\x79\x29\xd9\x40\x9e\x3c\x65\x97\xf2\x0c\x9c\x8e\xf5\x52\x9d\x81\x34\x4a\xfc\x41\x81\x5f\x8a\x37\x90\x27\xdf\xcf\x4b\xf1\x06\x52\x2b\xf4\x46\x97\xea\x0d\x44\xf6\xb6\x2a\xde\x40\x9e\xa8\x88\x4b\x9d\x06\x8e\xd6\xbc\x94\x69\x20\x4f\x5c\xd4\x97\x73\x92\x41\xa9\xd9\xa3\xbc\x3b\x85\x7e\x1d\x8f\xc8\xa5\xd2\xba\x4e\x7a\x2c\xcd\x67\x7c\x0f\x84\x9d\xd8\xe5\x94\x64\x50\x2a\xde\xcf\x4b\x41\x06\x8a\x43\xa3\x4b\x41\x06\x4a\x4d\xfe\xd1\xea\xbb\x53\x94\xcb\x7a\x2e\x05\x19\x28\xbe\xf2\x97\x01\x3f\x30\x9d\x2d\x7b\x19\xef\x03\x61\xf2\xf3\x4b\xd5\x06\x4a\xc5\xc9\x70\x29\xc6\xae\xca\xe8\xa5\xfa\x47\x5b\x59\x6d\xa5\x45\xb6\xd2\xd0\x1e\xef\xf6\xa5\x14\x03\xe9\xec\xf4\x7a\x19\xee\x03\x5b\xa4\x51\x64\x93\x2a\xae\xda\xe6\x25\x6d\x52\xf5\xeb\xef\x1f\x6d\x51\xc5\x55\x5b\x3c\xbf\x2d\xda\x08\xf7\x63\xb9\x54\x66\xa0\x54\x5c\x59\x97\x53\x98\x41\xb8\x53\xd1\xa5\x56\x03\xe1\xd6\x31\x97\xb2\x0c\x94\x9a\x3d\x97\x4f\xea\x46\xf1\x1b\x79\x29\xd4\x40\xa9\xd9\x73\xf9\xf0\x36\xdb\xcd\x53\xaf\x26\x03\xe1\xe0\xe6\x32\xd4\x77\xb9\x24\x36\x7b\x94\x0d\x62\xfd\x6b\xc5\x69\x7d\x29\xab\x40\x71\xe0\x71\x29\xab\xc0\x74\x3a\xef\xa5\xaa\x02\x45\x31\x7f\x29\xaa\x2e\x93\x5e\xfb\x45\x53\x2c\x5d\x66\xb3\xd6\xaa\x06\xf0\x40\xea\x79\x58\xe6\x6d\xeb\xf8\x69\x7d\x76\x94\x54\x97\xe9\xac\x35\xab\xf2\xe9\x32\x9d\xb5\x37\x57\xf5\x74\x99\xce\x9a\xf1\xd5\xa5\x7a\xba\x4c\x67\x8d\x02\xbe\x14\x4f\xa0\xa8\xf7\x2f\xa3\x75\xa0\xd8\xa5\x5c\x6a\x27\x50\xf4\x1e\x5c\x4a\xa7\x6b\xd8\x41\x63\x1d\x65\x12\x98\xee\x59\x77\x19\xad\x03\xd3\x08\xea\xa5\x70\x02\xd3\x99\xd8\x97\xba\x09\x4c\xa7\x93\x5f\xca\x26\x50\x1c\xf5\x5d\x4e\xf4\x05\x53\xbf\xd9\xa5\x90\x02\xc5\xf1\xe2\xa5\x8e\x02\x45\x87\xcb\xa5\x8c\x02\xa9\x3b\xc8\xb9\xd4\x51\x60\x3a\xb9\xf8\x52\x33\x81\xa9\xfb\xee\x52\x33\x81\xe9\xfc\xfd\x4b\xcd\x04\xa6\x01\xe0\xcb\xa8\x1d\x98\xce\xad\xbf\x94\x51\xa0\xe8\x5a\xb9\x94\x51\x60\x3a\x3d\xfc\x52\x46\x81\xe2\xcc\xca\x4b\x25\x04\xf6\x78\x03\x5b\x18\xb4\x03\x67\x7b\xb2\xcb\xa0\x1d\xa8\xae\x56\xbc\x54\x44\x60\xff\x93\x6a\x38\x7f\x17\xa4\xaa\xd7\xef\x52\x26\x81\xb3\x45\xeb\x65\x24\x0f\xec\xbf\xd2\x4e\x95\x13\xa8\xa7\xe3\x51\x39\x81\xfd\x9d\xa4\xed\x2a\x27\x50\x5d\x1c\x7f\xa9\x9c\xc0\x3e\x1b\x8d\x57\x27\x81\x93\x59\xef\x32\x98\x07\xf6\x61\xdc\x29\xa3\x79\xe0\x6c\xc7\x78\xa9\x9d\xae\x13\xba\xb3\x23\x53\x28\x5d\x66\xaa\xf6\xe1\x30\x4e\x07\x8a\x6e\xb0\x4b\x99\x04\xea\xf9\xea\xaa\x88\x40\x75\x55\xe1\xa5\x20\x02\x67\x8f\xe2\x4b\x3d\x04\xea\x79\x0b\x95\x43\xe0\x24\xbc\xbd\x94\x43\xa0\x1a\xf2\xbb\x0c\xe6\x81\xea\xac\x85\x4b\x81\x74\x1d\x81\x64\x77\xa6\x40\x02\xd5\x25\x9d\x97\x01\xbe\xeb\x3a\xb7\xdd\x26\x79\x43\xaf\x33\x2f\x82\xd3\x39\x69\x17\x54\xf7\x93\xbc\x14\x43\xa0\xba\x35\xe1\x65\x38\x0f\xa4\x28\xbf\xdf\x1f\x3a\x67\xf5\x13\xa8\xee\x11\x79\x19\xda\x03\xe9\x67\x02\x80\x4b\xf9\x04\xaa\x7b\x0b\x5e\xaa\xa7\xcb\x6c\xd3\xce\x53\xbd\x9c\x81\x7b\x99\x6d\xda\xac\x61\x97\x92\x0a\x54\x37\xd1\xbc\x54\x54\x60\xff\xd5\xba\x7b\x6f\x6f\x1d\xeb\x76\xd0\x4a\x2a\x50\xdd\x1f\xf3\x52\x51\x81\x7d\x18\xf7\xcd\xd9\xb6\xa0\xba\x35\xe8\xe5\x64\x5b\xb0\xaf\x40\x85\x9d\x6c\x0b\xaa\x5b\x13\x5e\x46\x06\xc1\x3e\x9b\x65\x5a\xe4\xd1\xd9\xee\x9b\x6e\xb4\x10\xd4\x7e\x2e\xaa\x95\x48\x05\x95\x5c\x96\x7a\x19\x40\x04\xd5\xfd\x10\x2f\xa3\x85\xa0\xf6\x53\x0f\x5b\xff\x30\x95\xc4\x21\x86\xa1\xc1\xcb\x34\xd2\x6e\x38\x70\x39\xd5\x16\xec\xba\x61\x5f\x45\x21\xa8\xee\x21\x7a\x29\x0a\xc1\x3e\x8c\x2b\xa8\x0a\xaf\xf7\x34\x0b\xfb\xaa\x01\x41\x75\xa3\xcc\xcb\xe8\xe0\x65\xca\x68\xd7\x1c\x5e\x86\x07\xc1\x36\x1c\x37\x5f\xad\x08\x76\x19\xed\x52\x2c\x5e\x4e\xb5\x75\x4d\xce\x65\x84\x10\x54\xf7\xa4\xbc\x14\x90\xa0\x9e\x0e\x5d\x01\x09\xb6\xe1\x3c\xcc\x9b\xef\x44\x5b\xd7\xbf\x5e\xaa\x4a\xb0\xcb\xb8\xad\xca\x4a\xb0\x55\x14\x06\x50\x57\x82\x7d\x1c\xf6\x54\x58\x82\x7d\x1c\xe7\x53\x46\x82\x7d\x1c\xad\x50\x34\x82\x7a\xc6\x59\x8a\x46\x50\xcf\x70\x49\xcd\x08\x52\x32\xa6\x7c\x39\x7f\x16\xa4\x76\x1e\x61\x35\x23\xa8\x6e\x54\x78\x29\x0f\x41\x9d\x7e\xe9\x0d\x39\x82\x7a\x86\x3d\x46\x1c\xc1\xbe\x00\x26\x51\x44\x82\x5d\x5d\x4c\xa7\x88\x04\xf5\x0c\xf8\xd4\x90\x60\xb7\x94\xd6\x1b\x85\x04\xd5\xf5\xd8\x97\xb2\xf2\x22\xe4\x98\x4c\xfd\x71\xa9\x2b\x41\x75\xed\xf8\xa5\xac\x04\xd5\xcc\x22\x97\xaa\x12\x54\xf7\xf5\xbd\x54\x95\xa0\x9e\x91\x95\xa2\x12\xec\x16\xd0\x50\x45\x25\xa8\xae\x99\xbf\x14\x95\xa0\x9e\x41\xa6\x9a\x12\xec\x7f\xee\x7b\x70\xab\x29\x41\x75\x13\xc8\xdb\x30\xe2\x4d\xcc\xd0\xb1\xe8\xad\xa6\x04\x67\x0e\xd2\x6d\x18\x11\xa4\xe4\xf6\x71\xb7\x61\x44\x90\x92\xd1\xd6\x5b\xed\x09\xf6\x71\x83\xb2\xb0\xcc\x85\x07\xa8\x8d\x5b\xf5\x09\xce\x34\xc6\xdb\x40\x21\xd8\x87\x65\xca\x1e\xcb\xec\xab\xa6\x97\x78\x2d\xd3\xcf\x85\x2c\xb9\x95\xa9\xa0\xe9\xe7\xbb\x95\xa9\x60\x1f\xb6\x6f\xd6\xad\x4e\x05\xcd\x0e\xfd\x56\xa7\x82\x7d\x18\x57\x50\xa8\x82\x5d\x86\x99\x54\xaa\x60\x37\x96\xda\x19\x64\x04\xfb\xde\xd3\x0a\xe5\x2b\xd8\xff\xc5\x78\xea\x57\x90\x92\x7b\x7f\xdd\x0a\x58\x70\xf2\x49\xdc\x0a\x58\xb0\x0f\xa3\x61\xce\xa9\x05\x4d\x67\xc9\x6d\x2c\x12\xec\x9a\x78\x55\x6d\x97\x88\x63\x55\x2b\xa7\xe9\x92\x71\xac\xf0\xaf\x9a\x2e\x11\xc7\xf2\xf6\x2b\x74\xef\x74\x3c\x84\xda\x44\xd3\x25\xe7\x14\xe3\xd9\xbe\x9d\x79\x0b\x9a\x63\x8b\x5b\xf5\x7b\xe7\x63\x26\x2a\xa2\xfc\x05\x29\xeb\x98\xbc\x0d\x63\xde\x27\x39\x14\x0f\xff\xad\x26\x06\x29\x9f\x5b\x61\x1c\x13\xec\x32\xcc\xa4\x50\x06\xfb\x7c\x1e\xa7\x9d\x36\x9a\x32\xe2\x56\x09\x83\x7d\x18\x56\x57\x0a\x83\xa6\xbe\xb9\x55\xc2\xa0\x6d\xa9\xf7\x9f\xbd\xf8\xad\x50\x06\xa9\x3b\x69\xea\x76\xbe\x2d\xd8\xed\xb1\x4c\x93\x65\x63\x66\x3e\xd0\x2a\x6a\xb0\xcb\xb8\xc7\x4a\x6a\xb0\xcb\xa8\xa8\x61\x4e\xb0\x2b\x4f\xbb\x0d\x73\x82\x7d\x1c\xd7\x50\x68\x83\x7d\x5d\xcf\xa7\x7d\x8a\xf6\xe1\xa3\x77\xab\xb4\x41\x53\x30\xdf\x2a\x6d\xb0\xff\xca\x9d\x57\x6a\x83\x5d\x66\x95\x35\x50\x31\x44\xe8\x6d\x56\x6c\x83\x7d\x9c\x65\x9a\xa0\x68\x02\x9f\x24\xd5\x36\xd8\x4f\x0d\xc7\x29\xb7\x41\xca\xa6\x85\xb8\xd5\xdb\xa0\x19\x82\xbb\x0d\x92\x82\x7d\x18\xad\x30\x48\x0a\x52\x37\x22\x72\x3b\xc1\x16\xa4\xf2\xf3\xc5\x54\x98\x83\xe6\x02\xfb\xdb\x20\x29\xd8\xb5\xf3\x12\x3e\x34\xf5\x04\x53\x3c\x4e\x43\x55\x56\x34\x9c\xb3\x69\xa8\xea\xec\x7c\xbf\x69\xc6\x52\x6f\x63\xa9\xae\xce\xbf\x55\xf0\x37\x71\xd3\x6a\xa4\xff\x56\xaf\xdf\x95\xa8\xa1\x9f\x3e\xc5\x39\xd8\x57\xa5\x61\xaa\xf3\xdb\x50\xaa\xf9\x0e\x6e\xe5\x39\xd8\x65\xd4\xce\x50\xea\x6d\x28\xd5\x14\x0e\xb7\x9a\x1d\xec\x32\x6c\xac\x68\x07\xbb\x8c\x47\x4a\xd5\x0e\x76\x19\xf7\x56\xd9\x7e\x9f\xf8\xaa\xdf\x52\xe3\xab\xa0\x19\x61\xba\x95\xf2\xa0\x1d\x03\x18\x5d\x05\xcd\x48\xc0\x6d\x70\x15\x34\x63\xb0\xb7\xb1\xd5\xdb\xd8\xaa\x92\xfc\x56\xf1\x83\xd4\x9c\x7d\x72\x1b\x5c\x05\x6d\x30\x5a\xb8\xf5\x02\x80\xfd\x57\x4e\xa7\xe6\x07\xa9\x39\x1e\xbd\x15\xfd\xf7\x89\xa4\x22\x9b\x6f\xc3\xa6\x60\x97\x79\x9c\xcd\xdf\x68\x83\x81\xd0\xad\x27\x00\xec\xc3\xb0\xb0\x9e\x00\xb0\xcb\x68\x98\xae\x00\x90\x9a\x0b\xf6\x6e\xa3\xab\x60\x1f\x67\x95\x7d\x28\x36\xda\x60\x0c\x75\xeb\x1f\xb8\x8d\xae\xfe\xfc\xa7\x36\xe9\xda\x04\xcf\xc5\x6d\x24\x15\xb4\x61\xa7\xa1\x83\x00\xb4\xa1\x95\x94\xfe\xa0\xb9\x82\xfb\x56\xd4\x83\xe6\x22\xf4\xdb\x15\xbd\x60\xbf\x10\xd4\x4c\xa1\x0f\x76\x99\x17\xb0\x05\xe3\x04\x83\xfd\xaf\x75\x1b\x46\x5f\xb0\xa5\xba\x1e\xa4\x72\xbe\xde\xea\x7a\x90\xca\xf9\xb2\x19\x20\x05\x4d\x57\xc5\xad\xd6\x07\xa9\xb9\xf7\xc7\xad\xd8\x07\xfb\xaf\xb4\x4b\x69\x0f\xf6\x25\xb8\x0f\x6a\x7b\xb0\x8f\xe3\x7e\x29\xee\xc1\x2e\xc3\x9a\x06\x44\x41\x3a\x1b\x79\xde\x06\x3f\x41\x73\x77\xd7\x5b\xc5\x0f\xd2\xd9\x44\xf3\x56\xf1\x83\x5d\x66\x2b\x6c\x6d\x1c\x47\x3c\xc6\x53\xdf\xdf\x47\xdf\x33\xea\xbb\x15\xf3\xa0\x19\x92\xbc\xd5\xf2\xa0\x19\xde\xbc\xd5\xf2\xf7\x3c\xcb\x21\xa8\x89\xc2\x1d\x34\xe3\x9b\xb7\xba\xfd\x46\xa4\x17\x53\xa9\xde\x8a\x74\xd0\x8c\xa9\xde\xc6\x3c\xc1\x96\xaa\x98\x4e\xe1\x0e\x9a\xee\xd8\x5b\xdd\x0e\x52\x31\x42\x74\x1b\xe0\x04\xa9\xa8\x8c\x6e\xc5\x3c\x48\x27\x63\xd6\xad\x2e\x04\x69\x98\x86\xe0\x76\x78\x0f\x76\xd9\xbe\xc6\x63\x17\xf3\xd8\xc5\x30\x18\x78\xec\x61\xc0\x71\x5b\x3c\xf6\x26\x00\x81\xbc\x7f\x3f\x16\x11\xe3\x42\x2b\x3d\xf6\x25\x60\xab\x72\xff\xf9\x59\xa6\x3e\x45\x65\x3e\xf6\x25\xe0\xcc\x48\x7d\xec\x36\xc0\x99\xb4\xfd\xd8\x6d\x3c\x76\x1b\xb9\xf5\xff\xee\xcf\x1f\x7b\x15\xb0\x3f\x82\xb4\xc6\x5e\xe5\xb1\x57\x31\x9a\xf5\xd8\xab\x3c\xce\xbd\x21\xb0\xf7\xd8\xab\x80\x61\x32\xd0\xc7\x4e\x05\xe4\xc6\x47\xe0\xb1\x4f\x01\x79\xf2\xe1\x7d\xec\x53\xc0\x74\x52\xdc\x63\x97\x02\xa6\x53\xd1\x1e\x7b\x94\xc7\xcc\x16\xd5\x3f\x6a\xad\x7a\xd4\x7c\xa7\x4c\x6b\x6d\x54\xf7\xe9\x7f\x74\x0a\x83\x3d\xd2\xa3\xcc\x8e\x07\x34\xbd\xaf\x8f\xfd\x0e\x48\x51\xf8\x3e\x3d\xf6\x27\xa0\x4d\xba\xa2\xc7\xee\xe4\xb1\x3b\xc1\xb5\xf7\xd8\x9b\x80\xee\x7e\x38\x8f\x9d\x09\x18\xa6\xab\x7d\xec\x25\x40\x9e\xa7\x16\xb6\x69\x77\x09\xff\x7b\x45\x2b\xdb\xf4\x60\x53\x31\x1d\xbe\xa0\x54\x5c\x05\x8f\x1f\xff\xe7\x38\x7c\xa9\x97\x33\x66\xc0\x54\xa1\x3f\x7e\xfa\xc1\xd4\x01\xf2\xf8\xe5\x07\x53\x7f\xc2\xe3\x57\xfe\x31\x17\x84\xc3\xa6\xc7\x2f\x3a\xa8\xce\x08\x7f\xfc\xa0\x83\x6a\x92\xae\xc7\x0f\x3a\xa8\x9d\x41\xce\xe3\x07\xfd\x71\x47\x82\xe6\xf9\x6d\x51\x3f\xe6\xa7\xcc\x0f\x3a\xd8\x65\xfc\x55\x97\xef\xe3\x8e\x04\x6e\xbf\xfc\xe8\xf3\x05\xbb\x8c\x8a\x38\x5f\x06\x9c\xb9\xb9\x8f\x4e\x5f\xb0\x1f\x74\xff\x6a\x4b\x87\x5d\xbc\x37\xca\x1e\x02\xec\x32\xac\x6b\x17\x01\xba\x1f\xc3\xc7\x1e\x02\x64\xf7\x48\x7c\xec\x20\x40\x6e\x3f\xeb\xa1\x41\x06\x99\x04\x7d\x53\xec\x32\x40\x14\xba\xae\xc7\xae\x00\x84\x92\xf8\xb1\x2b\x00\xa1\x34\x7f\xec\x09\x40\xa9\xf8\x3e\x1e\x3b\x82\xc7\x79\x31\xa7\xc8\x26\xe9\xd0\xf5\x41\x70\xbe\x0b\x28\x2a\xa7\xc7\x2f\x3e\x28\xaa\xa4\xc7\xaf\xfb\xa3\x3f\x77\x58\x64\x55\xf5\xe7\xfa\x4e\xeb\xcf\x7d\xf4\xe7\x3a\x1d\xfb\xf1\x7b\xff\x98\xef\xdf\x00\xc4\xa3\x3f\xf7\x31\x1f\x83\x33\x55\x1e\x3f\xf8\xa0\xba\x14\xed\xf1\x83\xff\x98\x8e\xc1\x9d\xde\x1f\x9d\xb7\x8f\x9b\x00\x84\x1f\x09\x27\xb9\x80\x94\x9d\xf6\xfc\xd8\x0b\x80\x7d\x43\x3d\xce\xa6\x4e\xa7\xf1\xf9\x6c\xd9\x33\x80\x7d\x43\xad\x8a\xf7\xe5\x5f\xd7\xc0\x1d\xb5\x6b\x00\xbb\x1f\xc0\xe6\x4e\x88\x01\x29\x9f\xbf\xfa\xf1\x60\x85\xc6\xef\x5c\x41\xa3\x4c\x27\xff\x6b\x28\x7b\x0b\x90\x4d\xdc\xfb\xe8\xfa\x7d\xae\xcc\xf3\xc1\x3f\x75\xfd\x82\x61\x96\xe6\x47\xd7\x2f\x18\xa6\x5f\x7e\x74\xfd\x82\x70\x8f\xce\x47\x3f\x2f\xc8\x53\xbb\xe9\xe7\x05\x79\xfa\x0a\xe9\xe7\x05\x79\xfa\x06\xe9\xe6\x05\x79\x6a\x5c\xdd\xbc\x8f\xeb\x38\x7c\xa7\x9c\x1a\x03\xf2\xf4\x95\x72\x6a\xcc\x63\xfa\x43\xa7\x96\x3d\x3a\x83\x41\xa9\xf4\x92\x8f\xbe\x60\x10\xe7\x13\xa0\x2f\x18\x14\x9d\x08\x8f\xa9\x1a\x40\xa9\x74\xea\x8f\xee\x61\x50\x2a\xc3\xa6\xc7\x4c\x0d\x20\xce\x03\xa3\x47\x18\x14\x93\x73\x3f\x4e\xa8\x01\xc5\x9d\xa8\x1f\x9d\xc4\xa0\x54\xc6\x42\x8f\x3e\xe2\xc7\xf5\x1f\xde\x36\x7d\xc4\x8f\xeb\x3f\x18\x6b\x3f\xba\x88\x41\x71\xa3\xc1\x47\x0f\x31\x28\xb5\x78\x2e\x4d\x71\x93\x3e\xae\xd8\x20\x9f\x0a\x97\x84\x34\xff\xa8\x71\x6e\x8c\xc3\xe0\xeb\xd1\x3f\x0c\x4a\xf5\xe5\x71\xc6\x0d\x28\xd5\x8e\x5b\x8f\x31\x28\x7a\x3f\x1e\x3d\xc6\xa0\xc4\xf8\xc3\x02\xb0\x47\x7f\x32\x28\xfa\x15\x1e\xfd\xc9\xa0\xe8\x56\x7a\x74\x1d\x3f\x0f\x71\xbc\x61\x1d\xb5\x8a\x8b\x4a\x90\x8c\x8f\x2b\x48\xc0\xd4\xcb\xf6\xe8\x26\x06\xa9\xff\xec\x90\xf5\x13\x3f\xfa\x89\x15\xc3\x8f\x7e\xe2\x07\x9f\xb0\x8b\x97\x1e\x7d\xc2\x8f\xdb\x08\x22\x22\x1f\x5d\xc2\x60\x77\xab\x5c\xc1\x99\x42\x8f\x6e\x62\x3d\x1e\x8f\x6e\x62\x90\xaa\xee\xb8\x47\x3f\xf1\xa3\x9f\x58\x69\xfd\xe8\x13\x7e\x8e\x4f\xd8\xc7\x44\x9f\x30\xd8\x65\x9e\xcf\xdb\xfd\xfa\x19\x20\x48\xf6\xe8\x14\x06\xb5\x9f\xd3\xd9\xd8\xd7\x31\x84\xe3\x0a\x9d\xc2\xa0\xf6\xea\x3f\x6d\xff\x7b\xbe\x8d\xb4\x4c\x9f\x30\xa8\x1d\x57\xc5\xa3\x4b\x18\x54\xd3\xbf\x3e\x0e\x19\x9f\x8f\xc9\xf7\x36\x55\x87\x30\xa8\x6e\x98\xfd\x38\xaf\x08\xec\xf3\xf3\x0c\xeb\x23\x06\xb5\x3b\xa2\xd3\x47\xfc\xb8\x08\xc5\x35\x3a\x8f\x4e\xe2\xc7\x89\x45\x2e\x60\x79\x9c\x58\x04\xf6\x57\xcb\xff\x6a\xa4\x8f\xb5\x07\xbe\x12\xfa\x8d\x41\xea\xae\x5c\x7b\x9c\x6b\xf4\xe0\x38\x36\x13\xf4\xa3\xe3\x18\xec\x0f\x3e\x67\xd3\x4b\xfc\x1c\x2f\x31\xb1\x9a\x47\x2f\xf1\xe3\x54\x23\x3d\x2b\x8f\x6e\x62\x90\xfe\xf5\x89\xba\x89\x1f\xa7\x1f\xe9\x7a\x7a\xf4\x13\x83\xea\x84\xb5\xc7\xd5\x2a\xcf\x71\x1d\x7b\x07\xf5\x13\x83\xd4\x8b\x1f\x77\x1d\xc5\xe0\x4c\x9f\x7e\x5c\x99\x02\x76\xdf\xe3\x15\x6c\x3f\x3b\x08\xe8\x95\x7a\x74\x1e\x83\xa6\xd7\xe7\xd1\x77\x0c\xda\x79\xce\x5d\x97\x02\xce\x14\xf0\x47\x77\xf2\xe3\x06\x01\x86\xe7\x5e\x7d\xc7\xaf\xf3\x91\x8c\xf5\xbd\x4e\x48\x7a\xcd\xab\x60\xe0\xf0\x35\xaf\xc2\xeb\x9e\x85\xce\xe1\x78\xf5\x28\xbf\x6e\x06\x60\xc4\xf5\xd5\xa5\x0c\x9a\x13\x17\x5e\x3d\xca\xef\xef\x8c\x5f\xfc\x6b\x58\x86\x8b\x22\xac\xc9\xb4\xc8\x19\xe0\x04\x2b\x5e\x1d\xca\xa0\xe9\x2c\x79\x75\x28\x83\x34\xcc\xe4\xf6\xea\x50\x06\xa9\xfb\xe0\xbc\x3a\x94\x41\x1b\x3f\xcf\xb6\x2c\x52\xa3\xef\xe7\xfc\xd5\x77\x0c\xb6\x84\xe6\x9f\x3a\x8f\xc1\x6e\x2a\x57\xd0\x79\x0c\x76\x19\x66\xd2\x79\x0c\xda\x38\x7f\xd5\x22\xc9\xe4\x03\x56\x4e\xdf\x31\xd8\x9a\xd7\xbf\x6a\x12\xfc\xc4\xce\x1d\x7f\xf5\x13\x83\xd4\xd4\x18\xaf\x7e\xe2\xd7\x7d\x04\xca\xb9\x84\xed\xc7\x29\xec\xb4\xc3\x57\xa7\x30\x48\xa7\x3b\x7e\x75\x0a\x83\x74\x32\x3f\xbf\x0e\xb6\x41\x72\x32\xd0\xeb\xc8\x1a\xe4\x49\xdf\xfe\xea\x53\x01\x79\xf2\x10\xbe\x0e\xb6\xdf\x3d\xd8\x9e\xc6\x4e\x5f\x07\xd6\xa0\xba\x46\xf3\x75\x60\xfd\xba\xd7\x97\xf2\xe4\x75\x64\x0d\xaa\x49\x97\x5f\xa7\x52\xbc\xee\xf5\x75\x1e\x11\x47\xdb\xef\x19\x6d\x5b\x0f\x47\xdb\x20\x39\x9b\xea\x75\x60\x0d\x86\x3b\xcf\xbe\x8e\xab\x41\x36\xc3\xc4\xab\x93\x05\x64\x93\x33\xbc\x0e\xab\x5f\x57\x43\x4f\xff\x68\x33\x59\x0d\xdd\x92\x47\xd9\xcc\x41\x22\x66\xed\xe3\xa0\x1a\x44\xf1\x29\x72\x50\x0d\x52\x75\x5a\xe3\xeb\xa8\x1a\x44\xf1\xc9\x72\x54\xfd\x9e\x51\x35\x27\x73\x54\xfd\x3a\xaa\xb6\xae\x8e\xaa\x41\xa9\xd5\xa3\x6c\x64\x98\x96\x40\x6b\x3b\xac\x06\xe1\x77\xe6\xd5\xbd\x02\x4a\xf5\xa9\x72\x58\x0d\xc2\xdc\xcf\xaf\xc3\x6a\x50\x6a\xf5\x5c\xde\xa6\xb0\xef\xfc\x83\xbc\x7e\x1d\x75\x83\x69\x04\xf6\xd5\xcb\xf2\xb2\x31\xb8\x01\xf6\xd7\x41\x37\x98\x86\x33\x5f\xc7\xdc\x60\x1a\x69\x7e\x75\xbb\x80\xa9\x20\x7e\x1d\x85\xbf\x13\x0d\x48\xd7\xf8\x3a\xe2\x06\xd5\x2f\xfc\xab\xd7\xe5\x3d\xd3\x25\x9a\x27\xb3\xc1\x6e\xf6\xed\x2b\xe3\x38\xfa\x75\x63\x6f\xbd\x58\xaf\xe3\x68\xb0\xcb\xb8\x3d\x8e\x90\x41\x35\xef\xfa\xeb\x00\xf9\x75\xc7\x6e\xe7\x9f\xbf\x8e\x90\x5f\xe7\x90\x3b\x63\xe8\x75\x88\x0c\xaa\xa9\xcb\x5f\xc7\xc3\x60\x3f\xd3\x54\xd8\xb9\x10\x20\x1d\x8d\xf6\x3a\x48\x7e\xdd\x11\xcb\x99\x76\xaf\xa3\xe4\xd7\x1d\xb1\xe8\x7d\x5f\x47\xc9\xaf\xb3\x21\xce\x9b\xe4\x30\x19\xec\xcf\xa3\x97\xb5\xb1\x4c\x87\xc8\x4e\xa2\x7f\x1d\x28\x83\x7d\x9c\x2d\xf3\x06\x32\x52\xce\x2e\x57\x78\x9d\x44\x0e\x52\x76\x4a\xd3\xeb\xe8\x19\xa4\xf2\x63\x70\xf4\x3a\x56\x06\xa9\xe8\x00\x7f\x1d\x2c\xbf\xee\xa8\xe5\x97\xda\xc1\x32\xc8\x66\x84\x79\x1d\x2c\x83\xd1\x7d\x81\x1d\x2c\x83\xe1\x14\xf2\xd7\xc1\x32\x18\xfd\x9c\xcb\xe6\x33\x32\x2e\xbe\x9a\x8e\x8c\x41\x9e\xbe\xc0\x0e\x83\x41\x94\x9f\xe7\xb2\x4d\x37\x6b\xd5\x11\x2f\xaf\x63\x5e\x10\x85\xf1\xd9\xeb\x98\x17\xa4\xa1\x24\x7b\x1d\xf4\x82\x70\x07\xe6\xd7\x41\x2f\x88\x42\x9c\xfc\x75\xd0\x0b\xd2\xbf\xf7\xdc\x31\x2c\x08\xa7\x6b\xbe\x4e\x89\x00\xc5\x0c\x8a\xaf\xc3\x5a\x10\x66\x22\x78\x9d\x11\x01\x42\xff\xe0\xeb\xec\x07\x50\xaa\xcf\xae\x23\x5d\x50\x6a\xb3\xfe\xde\xcd\x87\x49\x85\x4c\x6a\x7a\xcd\x3d\x06\x8a\x1b\x23\xbd\x8e\x7d\x41\x98\x3d\xe0\x75\xf5\x34\x98\x8e\xe0\x5e\x47\xc3\xa0\x54\xc6\x4d\xaf\xa3\xe1\xd7\xcc\xe0\x0e\x08\x1c\x0d\x83\xd4\x8f\xc5\x1c\x0d\x83\x30\x1f\xc2\xeb\x60\x18\x84\xcb\xef\x5f\xc7\xc2\xaf\x2b\xaa\x19\xf4\xbf\x4e\x99\x78\xcd\x16\xee\xe0\xc2\xd1\x31\x08\x33\x30\xbc\x0e\x8e\x41\xa9\xa7\xae\x5a\xc7\x6c\xe1\x8c\x68\x5e\x87\xc6\xaf\xd9\xc2\xbb\xf5\xd2\x3a\xac\xa8\xae\xbe\xb0\x0e\x83\x5f\x97\x4f\xdb\x29\x3b\x0a\x7e\x9d\x70\xef\xab\xee\x28\xf8\x75\x45\xb5\x7d\xad\xa3\xe0\xd7\x09\xf7\x5e\xd1\x09\xf7\x60\xba\x0b\xc9\xeb\xc0\x18\x14\xbd\x42\xaf\x83\x60\x50\x74\x00\xbd\x0e\x82\xc1\x34\xcb\xff\xeb\x18\x18\x14\x23\xed\xaf\x43\x60\x30\x1d\xc7\xbe\x8e\x80\x41\xd1\x0f\xf8\x3a\x02\x06\xd3\x41\xf1\xeb\x00\x18\x4c\x87\xf5\xaf\x03\x60\x30\x1d\x89\xbf\xce\x9c\x00\xc5\xe8\xf1\xeb\x90\x18\x4c\x5d\x8f\xaf\x23\x62\x30\x55\x12\xaf\x03\x62\x30\xd5\x20\xaf\xe3\x61\x50\x0c\x9d\xbf\x0e\x87\xc1\x54\x48\xbc\x8e\x5f\x41\x31\xac\xfd\x3a\x58\x05\xd5\x24\x16\xaf\x83\xd5\xd7\x4d\xb7\xf5\xa6\xbc\x8e\x56\xdf\xb3\x8a\xda\x77\xc6\xd9\x0f\x60\x77\x02\xbb\x4d\x9f\x23\xd8\xcf\x5d\xb7\x9d\x82\xf7\x39\xfd\x01\xa4\xee\x48\xf7\x73\x54\xfb\xb9\x13\xb7\xee\xb6\xcf\x51\x2d\xd8\xff\xcd\x94\x55\xcb\x4c\x51\xdd\xbd\x46\xb3\x4c\xe9\xc7\x3b\xf7\x39\xac\xfd\x5c\x6f\xed\xc8\xf9\x73\xa2\x04\xd8\x65\x85\xb2\x69\xd9\xf1\x54\x76\xca\x2e\xcb\x5c\x70\x7e\xea\xf7\x5a\xa6\x0d\xe8\x57\x3e\x67\x40\x80\xd4\xf6\x77\xe3\x3f\x3b\xeb\xcf\x41\x2e\xa8\xee\x39\xf1\x39\xc8\xfd\x5c\x70\xed\xc5\x1c\xe3\x7e\x67\xc1\xb5\xc6\x70\x8c\xfb\x99\x87\xdc\xa9\xb0\x9f\x63\x5c\xb0\xcb\x3c\x9d\x06\x3a\xab\xb0\xcf\xf9\x34\x90\x9b\x6c\x1b\x4c\xfb\x1c\xe4\x7e\x67\x19\xb6\x0d\x77\x82\x04\xd8\xff\xb5\x2c\x2c\x53\x0a\x6a\x34\x47\xbe\xdf\x59\xae\xed\x8d\x76\x8a\xc4\x67\x66\x73\xfd\xc7\x9f\xa3\xe1\xcf\xcc\xe6\x86\x27\x3f\x87\xc3\x9f\x5b\x6f\x3b\x69\xfc\x73\x38\x0c\x6a\x3f\x4d\xd3\xb6\x09\xbd\xec\x6d\x76\x8a\x04\xa8\x26\x10\xfa\x9c\x21\xf1\xe5\x33\x28\xe0\xae\xb8\xf8\xfb\x73\xdf\x6d\xeb\xe1\xac\x09\x50\xbb\x4d\x70\xd2\xc4\x67\xfa\x73\x67\x2e\x7f\x4e\x9a\xf8\x4c\x7f\xee\xa4\xe1\xcf\x49\x13\x60\x97\x61\x4e\x27\x4d\x7c\xe6\x3f\x37\xae\xf9\x39\x41\x02\xec\x67\x1a\x13\xbb\xbc\x00\x54\xf7\x47\xf9\x9c\x34\x01\x52\x73\xec\xf4\x39\x69\x02\x54\xf7\x9d\xf9\x9c\x02\xf1\x39\x05\xc2\x15\x92\x9f\x53\x20\x3e\xd3\x9f\x1b\xb0\xfd\x9c\xee\xf0\xb9\xd0\x5b\x77\xd0\xe7\x74\x07\x50\x1d\x67\x7e\xce\x76\xf8\xca\x11\xc7\x98\xce\x55\x05\xa0\xfa\xa1\xff\x9c\x00\x01\xaa\xdd\xe0\xe7\xfc\x07\xb0\x2f\x40\xf3\x5d\x69\x00\xf6\xd9\xb8\x37\x46\xa7\x40\xb5\xd7\xfb\x9c\xff\x00\xd2\x19\x02\x7c\x86\xa7\xbe\xe2\x74\xb9\x62\xe5\x6c\x57\x39\x8a\x83\x1b\x66\x2c\x0a\xec\xe3\xa8\x8a\xf3\x1a\xbe\x7a\xbc\x03\x58\xdd\x00\xd5\xe7\xea\x6f\x5d\x6b\x9f\x11\x2a\x50\xed\x21\x3f\xd7\x16\x80\xea\xd0\xfe\x33\x00\xf5\xb9\x37\xb7\xee\xf1\xcf\x00\x14\x48\x27\xab\xd4\x67\x04\xea\x73\x6f\x6e\x83\x9d\x9f\x21\x28\xd0\xce\xa7\xc0\x10\x14\x68\xe7\xeb\x65\x08\x0a\x34\x3f\x9a\x9f\x21\x28\xd0\xce\xf7\xd1\x10\x14\xd8\xe7\xf7\x9f\xde\x7d\xb7\xe6\x76\xad\xfa\x67\x0c\xea\x73\x6b\xee\x60\xf4\xf4\x19\x84\x02\xbb\xe3\xa7\x22\x06\xa1\xc0\x3e\x0e\xcb\x39\xab\xe1\x73\x6b\x6e\xf7\x3a\xfb\x8c\x42\x7d\xce\x6a\x50\x94\x7f\x86\xa1\x40\x3b\x06\x36\x0c\xf5\x39\xa9\xc1\x69\xbe\x9f\x71\xa8\xaf\x1d\xe7\xba\x7f\xb5\xfd\xcc\x60\x70\x84\xfd\x19\x9b\x02\xfb\x0a\x96\x69\x00\xd7\x8c\x3b\x6f\xfb\x33\x60\xf5\xb9\x66\xfc\x7c\xbd\x9d\xd7\xf0\x39\xaf\xc1\x60\xd1\xe7\xbc\x06\xb0\xcb\x30\xa8\x91\x2d\xd0\xce\x93\xe8\xbc\x86\xaf\x1f\x97\x09\x06\x35\xda\xf5\xb9\x6a\xdc\x69\xce\x9f\xe1\xae\xaf\x1f\x37\x0a\x97\x70\xae\x03\x68\x8e\xff\x3f\x55\x39\x68\xe7\xe1\x34\x04\xf6\x39\xfb\xc1\x19\xd2\x9f\x4a\x1d\xb4\xf3\x82\xa9\xd4\x3f\x67\x3f\x38\x5d\xfc\x53\xaa\x83\x34\x4c\x11\xf0\x39\xfb\xe1\x3b\x1b\x7e\x0d\x2f\xa1\xed\x9c\xfd\xe0\xfa\xc2\x4f\x01\x0f\x9a\x53\x58\x3e\xf5\xfb\xd7\x8f\x72\xf0\x12\x9a\x04\xb1\x9e\x5d\xad\xf8\x19\x06\x03\x69\x38\x83\xfe\x53\xad\x83\xe6\xac\x96\x4f\xb5\x0e\xf6\x5f\x2d\xb3\xfd\xcc\x89\x70\x92\xcc\x67\x64\x0c\xec\x4f\x1d\x95\x53\xc2\x83\xe6\x7c\x98\x4f\x09\x0f\xf6\xd3\xe9\x61\xb6\x9f\xb9\x13\xd9\x98\xc9\xa7\x62\x07\xcd\x79\x48\x9f\x82\x1d\xec\xc3\x68\xab\x4b\x22\x40\x6b\xa7\x09\x3e\x11\x4c\x9d\x18\x6e\x1d\xfc\xa9\xe2\x41\x3a\x09\x0c\x3f\x65\x3c\x68\xe3\x67\x91\xad\x0f\xb2\x55\x22\x3c\x3e\x55\x3c\xd8\x92\xab\xfe\xa1\x37\x57\xe5\x83\x36\x90\x42\x9f\xf1\x34\xb0\xcf\xc2\x2d\x71\x85\x04\x68\xce\x65\xfa\x9c\x56\xf1\xb9\xce\xfc\xf4\xaa\x3a\x08\x40\x1b\x7e\x2f\x75\x10\x80\xa6\x37\xed\x73\xa6\x05\x68\x66\xc5\xff\xf4\x19\x7c\x4e\xb4\xf8\x85\xd7\xf4\xd1\x08\x1c\x6c\x61\xd5\x34\x97\x73\x2f\x7e\xfe\x55\xb7\x00\x48\xc5\xa8\xff\xa7\x5f\x00\xb4\xd3\xe3\xe9\x17\x00\xfb\x30\xea\xa6\x63\x00\xb4\xd3\x59\x1a\x9e\x03\xfb\x30\x1e\x03\x9d\x05\xdf\x3c\x0e\x36\x5a\xaf\xb7\xe0\x23\x3c\x57\x8c\xb7\x7e\x86\xe7\x40\x2a\x66\xd9\xf8\x0c\xc5\x81\xfd\x5f\x9e\x03\x43\x6c\x20\x95\xea\x27\xc4\x18\xdb\x87\x6f\xa0\x54\x3f\x0d\xfa\x06\x40\x3b\xdf\x7c\x5d\x03\x20\x15\xf7\xca\xfd\x0c\x9f\x81\x5d\x46\x95\xf5\x17\x80\x5d\x46\x95\xf5\x17\x80\x2d\xb4\xb1\x80\xfe\x02\xb0\x3b\x73\x8f\xb3\x19\x57\xb8\xa9\x22\xd5\xd3\x61\x00\x52\x39\xef\x95\x0e\x03\xd0\x5c\x0d\xf8\xe9\x2f\xf8\xf4\x17\xd8\xd3\xe8\x2e\x00\xb9\xf9\x98\xea\x2d\x00\xa9\x9e\x8e\xcb\x20\x1a\xd8\xef\x37\x15\xd1\x33\xf0\x19\x45\xf3\x73\xa1\xbe\x07\xfb\xaf\x9c\x4e\xe9\x0e\xaa\x93\x54\x3e\xa5\xfb\xe7\xb2\x71\x17\xa0\x7e\x86\xb0\xbe\xfb\x74\xdc\x9c\x4e\xa5\x0e\xda\xa9\x88\xaa\xfc\x73\x2b\x6b\xd7\x58\x7f\xca\x72\xb0\xaf\xca\x83\xe2\xda\x02\xb0\x2d\x42\x85\x0d\x24\x81\xe4\x04\x97\x4f\xc5\x0d\x92\x69\x12\x3f\x15\x37\xc8\xe6\x8f\xfd\x54\xdc\x20\x9b\x9f\xf6\x53\x71\x83\x74\x3c\x06\x9f\x92\x1b\xe4\x86\x8f\xf8\x53\x5f\x83\xe1\x22\xe3\xcf\x45\x09\x20\x37\xff\xa8\xe4\x06\xc3\x99\x62\x9f\x92\x1b\xe4\xc6\x04\xf1\x4f\x2d\x0d\xa2\xe0\x77\xfc\xd4\xd2\x20\xca\x39\xca\x46\xbe\xce\xb4\xf7\xeb\xac\x72\x06\x79\xda\x3b\xab\x9c\x41\x94\xe4\x51\xb6\x92\xa5\xea\x25\x79\x94\xad\xdc\x88\x72\x5a\x64\x23\x5f\x16\xcc\x7a\xeb\x14\xd3\xdf\xa7\xf3\x84\x5b\xa2\x72\x06\xe9\x5f\xcd\xd4\xc9\x20\xfd\x3b\x9b\x11\x24\x10\xae\xe5\xfd\xd4\xce\x9f\x9b\x6f\xf9\xdc\xaa\x9d\x3f\x37\xdf\xf2\xcb\xac\x50\xfe\xdc\x7c\x8b\x70\xf3\xa7\x2a\xfe\xdc\x69\xcb\x1e\x42\x55\xfc\xb9\xd3\x96\x9f\x6f\x97\x18\x80\xf4\xaf\x99\x2a\x65\x10\x2e\x02\xfe\x54\xca\x20\x5c\x3d\xfc\x29\x8b\x41\x18\x95\xfe\x94\xc5\xdf\x89\x13\x69\x46\x45\x30\x08\xe3\xd9\x9f\x31\x21\x10\xae\x28\xfe\x5c\x4d\x00\xc2\x40\xf8\x67\x94\x08\x84\x8b\x8c\x3f\x83\x44\xa0\x54\x3b\x38\x83\x44\x20\x9c\x2f\xf6\xa9\xb1\x41\xb8\x14\xf9\x33\x46\x04\x4a\x55\x8e\x29\xbb\x41\xa9\xaa\x31\x25\xf6\xe7\x4e\x5e\x1a\x51\x85\x0d\xa6\x7e\xd1\xa5\xc0\x06\x53\xf5\xb0\xd4\xd7\x60\xea\x02\x5d\xca\x6b\x30\xd5\x9d\x4b\x75\xbd\xdc\xef\x2b\x3c\x57\xb3\x88\xf9\x21\x7c\x33\x97\x3a\x1a\x4c\x43\x04\x4b\x19\xbd\x7e\xc1\x51\x99\xa2\x69\x11\x53\x46\xc2\x2b\x5e\x16\xe1\x5a\x98\x9e\xeb\xb6\x08\xc7\x08\xe3\x86\xa5\xac\x5e\x47\x56\x0f\x4f\xf6\x59\xa6\x6b\x81\xf1\xd5\x52\x24\xaf\xb3\x33\x17\xdf\xa9\xa5\x22\x06\x35\xff\x65\xaf\xee\xa5\x5e\x06\xd5\x34\x14\x4b\xb9\x0c\xaa\x09\x2e\x97\x6a\x19\x54\x93\x65\x2e\xc5\xf2\x3a\xc2\x98\xb1\xec\x52\x18\xaf\x23\x8c\xe9\x74\x96\xc2\x18\xec\x6f\x9d\xc7\x69\x88\x23\x8c\x4f\x73\xb4\x44\x42\xf2\x9d\xa2\xc7\x22\xe2\xc8\xc3\x8a\x68\x1c\x65\xf1\xb9\x80\xb6\x51\x16\xf3\x30\x2d\x65\xf1\x52\x16\x6b\x41\x65\xf1\x3a\xb2\xf8\x94\xd9\xf6\x23\x78\xe9\x37\x97\x82\x77\x1d\xc1\xab\x55\x15\xbc\xa0\x76\x9e\xe0\xa5\xde\x05\xd5\xb4\xcb\x4b\x69\xbb\x94\xb6\xe7\x64\xb6\x93\xb4\x66\x9d\x77\x72\x39\xf7\x7f\xe5\xa3\xf5\x3d\x99\x8d\xca\xa7\xff\xf2\x38\x5b\x65\x5e\x33\xe7\x64\x2c\x67\xf7\x83\xaa\xf3\x70\xa9\x76\xc1\xee\x6f\x69\xbd\x29\xcc\x40\x4a\x4e\x9b\x58\xca\x5d\x50\x75\x7e\x2e\xd5\x2e\xd8\x87\xd1\x06\xe5\xee\x32\xad\x99\x93\x43\x96\x7a\x77\xfd\xd3\xbb\x5e\xd6\xe7\xdd\xbc\x66\x86\x69\x96\x1a\x18\x54\xfd\xb7\x4b\x09\x0c\xf6\x61\x18\xdd\x19\x9a\xa0\xea\x73\x5d\xca\x5d\xd0\xf4\x69\x2d\xd5\xee\x72\xe6\xa5\xef\x85\x62\x77\x29\x76\xdd\xb5\x71\x29\x76\x41\x6a\x0e\x2d\x96\x62\x17\x34\x3d\x5a\xcb\xe9\x96\x60\xab\x3d\xea\xa6\x00\x5e\x66\x3a\xf3\xc5\x56\x00\x83\xa6\xbf\x62\xa9\x7f\x97\xf3\xf5\x9d\x6a\xb1\x14\xb6\xa0\x39\x64\x58\x0a\x5b\xb0\x6f\x03\x36\x52\xd9\xae\x93\xfb\x8c\x8f\xe8\x52\xc6\x82\x66\xbf\xbf\x54\xb1\xa0\x39\x13\x74\x29\x62\x97\xd3\xf5\x5d\x52\xbc\x9c\x36\xb9\x9c\xae\xef\xf2\xea\xe5\x74\xfd\xd5\xce\xd0\x82\xca\x29\x6c\x97\xd3\xf5\x5d\xb7\xbe\x14\xb6\xa0\x39\xe3\x7e\xa9\x6b\x97\xd3\x2b\xcf\x63\xa8\xb0\x5d\x8a\x58\x5d\x5d\xcb\x99\xf9\xab\x9d\x41\xb9\x97\xb0\xfd\x66\x3e\xd3\x5d\xb5\x54\xb6\x4b\x65\x7b\xde\x7c\x95\x2d\xd8\x83\x6b\xec\xa9\xb2\x05\xa9\x27\xdf\x56\x95\x2d\xd8\xc7\x79\x3e\xad\xd2\xce\xc0\xdc\x66\x1c\xb3\x10\x0d\xd7\x9e\x2a\x5b\xb0\x47\xcd\x96\x69\xa9\xee\x58\x9d\x7f\x2a\x6c\xc1\x3e\xcc\x32\x0d\xd5\xcd\x07\x46\x4f\xbe\x54\xb6\x60\x97\xd1\x0a\x65\xec\x42\xb3\x0e\xb3\xf8\x2f\x23\xc2\x20\x0d\xf7\x04\x58\x8e\xfd\x41\x0a\x37\xe1\x58\xc6\xf6\x40\x72\x36\xf2\x32\xb4\x07\x4a\xb5\xf3\x30\xb2\x07\x8a\xa1\xe4\x65\x64\x6f\xb9\xcf\xef\xf0\x51\x74\xa8\xbe\x5c\xe3\xec\x5d\x74\x54\x0e\xf6\x5b\xc8\x5d\x74\x54\xbe\x4c\xf0\xe4\x77\xce\x01\x38\xa8\x46\x2b\x96\x43\x66\xd0\xda\xb9\xa6\x8d\xda\x68\xa6\xe9\x5e\x86\xd7\x40\x73\x5f\xba\xe5\xb8\x1a\x24\xe7\xd2\x2e\x53\x11\x83\xdc\x18\x9f\x2c\x47\xda\xcb\x91\xf6\xf4\x8f\x56\xff\x76\xcc\xeb\xb7\xc0\x18\x1c\xd8\x0f\x2b\xcd\x34\x08\x07\xdc\xa3\x63\x39\x46\x07\x29\x8a\xdf\x38\x83\x70\x20\x0d\x67\x1f\x2e\xa7\xac\x81\x34\xd2\xb9\x82\xcf\x2a\x69\xa1\xc2\x99\x00\xcb\xf1\x3d\xd8\x65\xb6\xc1\x3b\xc5\x00\xbf\x0d\x3f\x24\x06\xe7\xc0\x3e\xce\xba\x68\x91\x8d\xee\x1c\xed\x65\x24\x0e\xa4\x33\xcc\x5d\x0e\xfa\x41\x72\x32\xd6\x72\x36\x19\x48\x86\xd7\x97\x91\x38\x90\x9c\x05\xb1\x8c\xc4\x81\x54\x7e\x7f\xd8\xa2\x7b\xa9\x1b\x40\x77\x31\xc2\x52\x36\x80\x74\xc6\xb7\x4b\xdd\x00\xfa\xb0\x2d\xea\x06\xb0\x0f\xe3\x8e\x2b\x1c\x40\x1f\x7e\xa0\x14\x0e\xcb\x6d\x82\xec\xfd\x8c\xcb\x81\x14\x3a\x54\x96\xc2\x01\x24\x73\xa3\x2f\x85\x03\xe8\x03\xcf\xce\x52\x38\x80\x3e\x34\xbd\xc2\x61\x19\xab\xf3\xb9\x33\x54\x07\xfa\x70\xc8\x60\xa8\x0e\xf4\xe1\x7d\x54\x5e\x80\x3e\xec\x35\xd5\x12\x20\xf5\xe2\xf9\x1d\xec\x83\x91\xac\xbf\x91\x33\x30\x92\x36\x73\xfc\x0f\xb2\x9b\x21\x2c\x23\x67\x60\x24\x7b\x6f\x15\x01\xc8\xa6\x5b\x5a\x0a\x02\x90\x4d\x83\xb8\x14\x04\x20\xbb\x89\xc6\x32\x72\x06\xb2\x8b\x61\x96\x61\x32\x90\xcd\x78\xb8\x14\x04\x20\x9b\x2b\x71\x39\xfa\x07\xd9\x1c\x88\xcb\xc1\x3f\x18\xe7\x13\x6a\x4c\x0c\x64\xb7\x32\x59\x8e\xea\x41\x6e\x4c\xfe\x5a\x8e\xea\xc1\x70\x3d\xd2\x72\x54\x0f\x86\x0e\x96\xe5\xa8\x1e\xe4\xe6\xc3\xe3\xa8\x1e\xe4\x96\x3d\xbd\x8f\xdd\x72\x58\x87\x97\x64\x39\xac\x07\xb9\x31\x57\x6d\x39\xac\x07\xc3\xf5\x49\xcb\x61\x3d\x18\xce\x73\x5a\x46\xd3\x40\x6e\xbe\x7c\x8e\xf4\xc1\x70\x15\xd3\x72\xa4\x0f\x06\x2b\xb6\xe6\x8f\x91\xbe\xc8\x6d\x3f\xc1\xf3\xc7\x48\x5f\xe4\xb6\x05\xce\xfc\x31\xd2\x17\x83\xa5\x4e\xf3\xc7\x48\x5f\xe4\x96\x33\x45\xd5\xa2\xca\x51\xfe\xb1\x59\xd4\x38\xca\x2b\x76\x8b\x48\x02\xb5\x5f\xf6\xf9\x63\x6a\x98\x48\xfd\x37\xfd\xe7\x6d\x19\xf3\x6b\xb6\xf5\xe7\x8f\x39\x5f\x22\xca\x39\xd9\x6b\x11\xf9\x8f\x66\x50\xb4\x2c\xda\x9d\xc1\xef\x47\x51\xb2\x91\x1b\xe5\x67\xbb\x93\x8d\x4c\x08\x58\xab\x9f\x6c\x24\xc1\xb0\xc6\x0a\xea\xf9\x4b\x36\x69\xa3\xfc\x92\x87\xd9\xa4\x8d\xf2\xdb\x37\x64\xfe\x92\x4d\xda\x28\xbf\xe4\x1f\x87\x45\x83\xa3\x2c\x9a\x16\x31\x11\x7a\xd2\x70\x86\xf1\x22\xcf\x89\xf5\x93\xed\xde\x28\xbf\x44\xbb\x93\xed\x4e\xb6\x1b\xeb\x27\xdb\xbd\x51\x7e\xde\x10\x46\xf1\xa2\xfc\xb4\x7e\xd2\x14\x49\x53\x50\xfb\xac\x29\xb2\xa6\xa0\x12\x59\x53\x64\x4d\x41\x83\xb2\xa6\xd8\x28\xbf\x1f\xf5\xca\xde\xef\x8d\xf2\xfb\x51\xaf\xac\x71\x36\xa2\x64\xda\x98\xad\x57\x66\xa2\xc2\xf4\x28\xeb\x95\x99\xa8\xd0\xb8\x1f\xd9\x7a\x65\x94\xf6\xa4\xf6\xc5\x4a\x14\x66\x25\x74\xce\x55\xac\x44\x61\xad\x41\xa7\xf6\xc5\x4a\x14\x67\x63\x78\xc9\x62\x2d\x0a\xe2\x7b\x7a\x98\xb7\xa8\x30\x51\xaa\x51\xfd\xe2\x2d\x32\xb9\x55\xf7\x92\xde\x22\x86\xe0\x15\xc5\x3c\x7f\xc5\x27\xb1\xa0\xbe\x3b\xf5\x2f\x5a\x9f\xb4\x55\xe1\x3d\x2a\xb6\xb2\x30\x3b\x6a\x58\x0b\x5b\x49\xd6\xaa\xa9\x5d\x8b\xad\x34\x6b\x55\xa7\xa8\xda\x4a\x52\x54\x4d\x9f\xcd\x6a\x2b\xab\x1d\xbd\x47\xd9\xa2\x4a\x4c\xbd\x7b\x94\x75\xdd\x28\xd3\x3b\x59\x7d\x9c\x2a\xf3\x06\x3a\xf5\xaa\x3e\x4e\x55\x79\xcc\x9d\xac\x3e\x4e\x95\x3c\x40\x93\x36\x56\x1b\x54\x1d\x41\x56\xcb\x6c\xd1\x46\x99\x3e\xd4\xd5\x16\x55\x5b\xe4\x51\xb6\x68\xa3\x4c\x9f\xba\xe6\xf3\x44\xd6\xaa\xe9\x63\xd1\x6c\x64\xb3\x91\x3c\x88\xcd\x46\x36\x3d\x05\xff\x1d\xd3\x9e\xbf\xe6\x9d\x6e\x38\x12\xfc\x22\x34\xcd\x42\x9e\xab\xf0\x5d\x6f\xde\x68\xf2\x5c\x4d\xdf\xb2\xe6\x8d\x26\xb8\xd4\x48\xd9\x31\x7f\xcd\xbb\xda\xc8\x3e\xe3\x23\xd2\xb4\x1e\x1b\xf0\x66\x4d\xd5\x34\x15\x7b\xda\x64\x6f\x74\xd3\x54\x8d\x79\x0b\x3e\xa8\x4d\x4b\xb1\xcd\x4d\x3e\xb5\xd0\x52\x8d\xa4\x3b\xd6\xb5\x6b\x16\x36\xd5\xcd\xbe\x07\x5d\xb3\x74\xe7\x98\x36\xee\x74\xd7\x2e\x1d\x6f\x83\x37\xbf\xdb\xf0\xee\x20\x15\xb3\x77\x1b\xce\xa0\xba\xb1\xcb\xd2\xfc\x75\x1f\x88\x7e\x9c\x07\xd4\xb6\xdb\x4c\xf7\xcf\x0d\x2f\x6a\x33\xbb\x92\xda\xa3\x6c\xa6\x5b\xe5\x32\x07\x65\xfe\xba\xed\xec\x0e\xde\xfc\xce\x75\x1b\xea\x3c\xce\xb0\xc8\x86\x76\x1c\x05\xe7\x9f\x3e\x12\x6e\x94\xcb\x1c\x9a\xf9\x1b\x36\x7e\x1c\x4f\x01\xcd\x1a\xb6\x74\x10\x40\x1d\xd8\x68\xd8\xd2\x71\x9c\x07\x96\xd9\x54\xf6\xc9\x65\x6a\xd5\xfc\x0d\xef\xf1\x20\x80\x3c\xb8\x07\xc3\x7b\x3c\x14\xd4\x95\xbb\x37\x34\xc8\x20\x01\x4d\x78\x98\xf6\x18\x8e\xda\x3d\x4a\x7b\x8c\xa3\xa7\xbd\xa6\x6f\xcd\x20\x59\xc7\x69\x81\x36\x1a\x26\xeb\xa8\xb6\x40\x1b\x0d\x92\x75\x9c\x46\x69\x22\x56\xde\x66\xdf\xf0\xa1\x89\x08\x1f\xa5\xf3\xa6\x0e\x6d\x34\x94\xe2\x5c\x33\x34\x11\x0b\x6f\xf1\x46\xcd\x5f\xf8\x7c\x84\xaa\x9b\x5b\x15\x5a\x28\x08\x1d\x16\xac\x11\x1a\x28\x14\xdd\x54\x36\x34\x90\x9b\xeb\x9e\x77\x30\xb4\x50\x1c\x0b\x79\x9c\x16\x22\x62\xc4\x7a\x97\xf9\x0b\x2d\x14\x64\x60\x28\x58\x28\xb4\x06\xa1\xa0\xe6\x23\x1f\x36\x33\x5c\xfc\x7c\x6a\x6b\x9b\x36\xda\x79\xf3\xa6\x6d\x9a\x2c\x26\xf6\xfd\x99\xb6\x89\xc4\xc3\xc5\xaf\xe2\xb4\x01\x1b\x3d\x79\x87\xa7\x0d\x98\x0e\x12\xb0\xcf\xb4\xae\x33\x38\x8a\x2b\x4e\x6f\xdd\x46\x4f\x7e\x74\xa7\xb7\x69\xa3\x27\x1f\x8d\xa9\xfd\x37\x7a\xf1\x1d\x98\x56\x75\xaa\x38\x30\xc5\x65\x55\x37\x7a\xf1\x61\xb9\xac\xea\x46\x2f\xbe\x29\x97\xcf\xec\xa5\x06\xf1\x8f\xde\x11\xa3\x3d\xf6\xce\x97\xb5\xdf\x70\x73\xd3\xf9\xbb\xb4\xbe\x71\x1d\xc7\x03\x97\x0d\xda\xe8\xc5\xb7\xe9\xd2\xf8\x44\x75\xea\xe9\xf3\x2e\xad\x7f\x99\x8e\xd4\x5a\xd8\x22\x66\x6d\xd6\xf3\xf6\x5f\x36\x69\xa3\x8f\x42\xcd\x6e\x9b\xb4\xd1\x47\xe5\x64\xb7\x4d\xba\x15\x14\xb4\xf2\xb6\x49\x37\x82\xa2\x60\xea\xdb\x26\xdd\x0a\x0a\x2e\x79\x7b\x8f\x36\xfa\x28\xdc\xb6\xdb\x56\xb2\x0f\xce\xf9\xb6\xdc\xb6\x12\x55\xc9\x2e\x4d\xf3\x77\xdb\x24\x04\xe4\xf9\x66\xdc\xde\xa3\xdb\x44\x96\x3e\x29\xb7\x0f\xd4\xc6\x48\x9a\xec\xb6\x95\x37\x43\xf2\x73\x32\x1b\xb9\x31\x92\x97\x7c\x6c\xd1\x43\xf2\x6e\xbf\x18\x8f\xd5\x7f\x98\x0d\xee\x6b\xf9\x58\x7d\x84\x62\x3d\x23\x87\xc7\xfa\x6f\x8c\xa4\x2d\x1e\x6f\xc9\x43\x7a\xd5\xe0\xe1\x7f\xac\xff\xc6\x48\xe1\xc9\xbc\x23\x0f\x22\xc3\xe7\xf5\xb1\x49\x1b\x23\x85\xb5\xb0\xfa\x0f\x0b\xf2\xfc\xd4\xbc\xd6\xe2\x65\x74\x54\xa8\xc4\x6b\x25\x5e\x2b\x61\x91\x46\x7c\x95\x0f\x58\xff\xb5\x5e\x1b\x63\x24\x6e\xee\x6b\xbd\x36\xc6\x70\x48\xfe\xfa\x3a\x6c\xa1\x36\x86\x4f\xe2\x6b\xbd\x5e\xa4\x82\x23\xeb\xd7\x8f\xd6\x8b\x54\x70\x78\xff\x6a\xfc\x57\xa9\xe0\xe9\xb5\xf4\x8b\x2e\x48\xff\x1d\xa4\x9e\xbf\xcf\xa7\x0d\x49\x38\x7c\xc2\x3f\xef\xcd\x87\x6c\xc8\x5c\xfd\xf3\x69\x43\x12\xb6\xcc\xd5\x3f\x6f\x17\x92\x70\x24\xee\xc3\xa7\xa1\x3e\x64\x83\x63\xba\x4f\x43\x7d\xe8\xac\x84\x39\x3f\x4d\xc0\xcc\xc9\xdf\xf9\xa3\x26\x20\x20\x54\xfc\x7a\x7d\xde\xad\x8d\x28\xa7\x12\x5a\x85\x80\x50\xf1\xb3\xf7\x69\x82\x8f\xd1\x73\xe2\x9e\x7e\x9a\x80\xe0\x4f\xf1\x1b\xb4\x6c\xe3\x46\x14\x0d\xb5\x6c\xe3\x52\xf6\xd2\xa0\x65\x1b\x57\xe1\xf4\xd4\x7e\xd9\xa0\xe5\xb8\xd8\xa3\x6c\xd0\x62\x44\xda\xa9\xea\xb2\xf6\x1b\xf3\x28\x84\x65\xed\x49\x46\x9c\x90\x84\xf3\xb7\xac\xfe\xc6\x3c\xe3\xee\xe5\x4d\x5d\x84\xb8\x1c\x82\x2c\x5b\xb4\x6c\x91\xe7\xf7\x91\x24\xd2\x53\xed\x9c\x96\x8d\x5c\x8e\xbb\x77\x51\x52\xff\x81\xa9\x90\x48\xea\x3f\x30\x55\x0d\x49\xfd\x07\xdc\xe6\x71\x26\xf5\x1f\x98\xca\x8d\xa4\xfe\x03\x41\x9c\x70\x26\xf5\x1f\x98\x8a\xa5\xa4\xfe\x03\xc1\xbc\xee\x99\x08\xfe\x88\xa9\x3e\x4b\x4a\x42\x10\x2a\xa3\x44\x3c\x48\xb8\x4d\xe5\x4c\x8a\xc4\x64\xf0\x67\xd8\xa0\xd7\x22\xc7\xe6\xd6\xfe\xb3\x88\x59\xb1\x74\x00\x49\x91\x08\x26\xa1\x86\x99\x14\x89\x60\x12\x3e\x99\x49\x91\x08\x26\x31\x8a\x99\x14\x89\xa0\x4c\xde\xd7\xa4\x46\x04\x93\x20\xcb\x4c\x0a\x42\x30\x09\x5b\xcc\xa4\x20\x04\x65\xf2\xc6\xa4\x64\x1b\x37\x2a\x9e\xc0\x99\xd4\x88\xa0\xfa\xb1\x4c\x6a\xc4\x64\xa8\x07\x07\xfa\x4c\x8a\xc4\xe4\x1c\x48\x3c\xe3\x33\xa9\x12\x93\x73\x20\xf3\xa9\xad\xc6\x48\x27\x12\x46\xd3\xd5\x89\xa0\x16\x6f\xaf\x3a\x11\xec\xc3\xb0\xa3\x42\x31\x19\xee\xc9\xb6\x41\xa5\x08\xf6\x65\xa9\xb1\x52\x11\xec\xe3\x68\xbe\x5a\x31\x19\x16\xca\x9a\x57\xb1\x98\x0c\x0b\xb1\x0a\x73\xa6\xac\x99\xb2\xd3\x45\xc3\xff\x6a\xa7\xec\x38\xce\x22\xed\x94\x0d\x21\x84\xa7\xd3\x50\xd9\x00\xd8\x29\xd3\x2a\xf9\x8c\x6c\x69\x5a\xd6\x2a\xd9\x77\xc5\x56\x68\x94\xec\xc0\xd6\x22\x6d\x72\xa6\x41\x86\x06\xd0\x28\xd9\x91\xad\x8d\x2d\x1a\xa5\x30\xad\x96\x5e\x2a\x29\x5c\x41\xed\xfe\x53\xe1\x0a\xf6\x3f\xb9\x82\xca\x35\x9d\xd9\x92\x38\x17\x92\xca\x35\x39\x5b\xd2\x1b\xab\x72\x4d\x27\x54\xd4\xbc\xa8\xcd\x77\x6a\xa4\xb2\x2b\x15\x9b\x4f\x6a\xa8\xec\x53\x5e\x7c\x4e\x4e\x1a\xa8\x53\x39\xdb\x75\xd2\x3b\x69\x4d\x65\x29\x48\x99\xd4\xad\x33\x55\xdb\x55\x4f\xbc\x84\x1a\xab\x55\xc1\x1e\xf5\x71\xd9\x6a\x2b\xcc\xba\x11\x5e\x57\xb5\x9a\x4e\x2e\x27\x2d\x50\xbd\xb1\x55\x27\xac\xd7\x55\xc2\x82\x54\x58\xfe\x38\x53\xb5\x69\x4c\x7a\x8c\x53\x64\xcb\xc8\xbc\xcc\x24\x8b\x99\x94\xb5\x20\xff\xb4\x93\xb2\x16\xe4\x9f\xcf\xb5\xb2\x16\xe4\x56\xfc\xa3\x77\x9a\x5d\x56\x5b\xc1\x98\xaa\xda\x54\xe9\xea\xf0\xfb\x24\x25\x2c\x18\x03\x4f\x53\x52\xc2\x82\xd4\xb3\xaf\xa6\x1a\x16\xe4\xc6\x87\x3e\x29\x52\x41\x14\x86\x4e\x49\x45\x0a\xa2\x54\x8f\xd2\x18\x6c\xbc\x5a\x18\x73\xa5\xa6\x2d\xd8\x78\xf5\xe7\x2d\x50\xa3\x82\x28\x8c\xb9\x92\x1a\x15\xa4\x9e\xfc\x5e\x37\x6d\xd1\xe8\xe0\xca\x7f\xef\x07\x32\x93\x1a\x36\x9d\x80\x91\x9f\x52\x15\x2b\x48\xa3\x78\xcf\x9a\xcf\xc5\xc6\xd4\xe7\x93\x54\xb1\x60\xea\x8b\x4a\xaa\x58\x30\xff\x87\xb1\x33\xc9\xf9\x9e\x85\xf1\xed\xfc\xae\xa2\x96\xf0\xa7\x07\xa9\x54\x7b\x49\x43\xf6\xbf\x84\x2b\x9f\xc3\x33\xfe\xde\xd1\x4f\xb2\x48\x00\x43\x88\x3b\x6c\xed\x47\x49\x25\x16\x58\x5a\xbf\x92\x4a\x2c\x60\x0a\x9d\x95\x54\x62\x81\xa5\x59\x2e\x75\x79\xd5\xfd\x29\xda\xa3\x8c\xe9\xda\x64\x3c\xe4\x55\x6b\x81\xa5\xb8\x95\x54\x6b\x81\xb2\x10\x06\x52\x97\x31\x01\x65\xb9\x6f\xd4\x6a\x81\xb2\xce\xf0\x9d\x78\xf7\xdc\xa7\x4b\xb5\x55\x20\x75\x92\xf1\xaf\xa4\xb6\x0a\xc4\x61\xc5\xc6\x54\x5d\x4d\xaa\xab\xe7\x5b\x52\x5d\x05\x6a\xf1\x27\xa8\xba\x0a\xd4\xe2\xc7\xaa\xba\x0a\xa4\xfe\x43\x2a\x49\xaa\xab\x40\x2d\xfe\x18\x55\x57\x81\x5a\xfc\x0b\xaa\xae\x02\xd1\xa7\xcd\x9c\xe8\xf0\x7f\xe0\xc9\xa7\x6e\x0a\xa4\x9e\xdd\x89\xaa\x98\x40\xfa\x69\xfa\x49\xea\x98\x69\x7a\x32\x61\x97\x48\x2a\x99\x40\xed\x87\xe4\xb4\xa6\x2e\x7c\x94\xc0\xa4\x96\x99\xe6\x39\xab\x59\x40\x35\x4a\xa0\xf6\x43\x72\xc4\x13\x83\xc3\x74\x20\x0e\x78\x7a\x54\x2f\x36\xc8\xf4\xfb\x9d\xc4\x2a\x1c\x92\x73\x20\xe0\x70\x94\xf3\x36\x3f\xe0\x69\x84\x98\x6b\x33\x5d\xc2\x69\xce\x6a\x99\xae\x36\x0a\x44\x3b\x38\xac\x3a\x9a\x96\x61\xdc\x1e\x2e\xcb\x75\x5d\x58\x21\xfc\x07\x2d\xa7\xbf\xce\xc1\xcc\x5c\x55\x35\x81\x38\x71\x7d\x9d\xb3\x20\x6c\x30\x69\x0f\x4b\xea\x9f\x40\xd0\x18\xca\x72\x1a\x24\x77\x3a\xbf\xcd\xe5\x2c\x88\x2e\x4c\xe7\xdf\xaf\x9e\x0a\xb4\xf3\xb3\x56\x4f\x05\xe2\x6d\x30\x40\x45\x15\x88\x47\x59\x1d\x35\x55\x20\xda\xc1\x63\x55\x55\x20\x68\x74\xab\xae\x0a\xb4\xf3\x13\x56\x57\x05\xe2\x7f\x60\x17\x2e\xe2\x65\x48\xb1\x4b\xa6\x6a\x0a\x04\x0d\x06\x5c\x32\xe5\xdc\x50\xec\xd2\x64\x8a\x37\x14\xb5\x73\xa5\x4b\xa6\x50\xd1\xa6\x7a\xdc\x5d\x32\xe0\x5c\x46\x4c\x76\x2b\x03\x2e\xbd\xf6\x36\x93\x01\x97\xb9\x17\xdd\x15\xaa\xb5\x40\x3c\x4a\xaf\xea\xb5\x40\x6b\xfe\xd3\xd5\x6b\xd3\x7d\x7e\x4c\xbc\x4e\x2d\x16\x38\x36\xad\xa4\x16\x0b\x44\x33\x1f\xf5\xeb\x44\x8d\x1d\xe7\xf7\x7a\xcb\x13\xeb\xe3\x4c\x97\xe7\x76\xfe\xb7\xe9\xd8\xe4\xd3\xed\xfc\xa9\x8f\x33\x3c\x26\xd4\x77\xd3\x9f\xbe\x2b\xcd\x3d\x71\x9b\xb4\x4c\xc1\x44\x1d\x18\x48\xa5\x9e\xa1\xc8\x13\x8b\xe6\x54\xbb\x7d\x64\x80\x05\x72\x64\xa7\x5a\x30\xd0\xb8\x8c\xb1\xd2\xe3\xfc\x75\x97\x56\xe7\xaf\x66\x0c\xa4\xd2\x3c\xec\x54\x8d\xd3\x9f\x6a\xcc\x4a\xa8\x1a\x03\xed\x7c\x14\x8f\x3c\xd1\x89\xea\xf9\xaa\xb6\x9c\x2c\x07\xeb\x49\xf4\xc8\x91\xc7\x53\xd8\xd1\x3a\xfb\x87\x40\xe2\xf3\xa0\x93\xc7\x49\x5a\x4e\x2b\xe7\x6e\x70\xe5\xe9\xd1\xa9\x73\x9d\xf1\xe7\x32\x3f\x6e\x87\x87\xdc\x25\x18\x7c\xd2\x2b\x33\x5e\xa3\x43\x19\xfd\x2b\x33\x8e\xd7\x94\x89\xbf\x4e\xdc\x2a\x40\x2e\x94\xca\x38\x60\x50\xf7\x4a\x2a\xe3\xc0\x18\x78\x93\x92\xca\x38\x90\x74\x9b\xae\xa4\x36\x0e\xe4\x86\x92\x99\xd4\xc6\x81\xdc\xd0\x28\x93\xda\x38\x90\x9b\x7f\xef\xd7\xbd\xa1\x82\x9e\x1d\x98\xac\x78\x15\x51\xfe\xc1\x0c\x9e\x54\xd6\x93\xca\xfa\x19\x90\x6c\x21\xc3\xc7\x9f\x08\xa3\xa2\x0d\x8c\x81\x0b\x27\xa9\x68\x03\xe5\x87\x56\x9d\x54\xb4\x81\x59\xb0\x7d\x26\x15\x6d\x20\xb5\xe2\xff\x76\xcb\x85\xad\x37\x0b\xf6\x6d\x99\xb0\x91\x57\x14\x91\xd4\xc7\x81\x59\x14\x54\xd5\xc7\x81\xf2\xc3\x4f\x95\xd4\xc7\x13\x01\x9a\x05\x33\x64\xda\x32\x41\x7d\xbc\xfa\xa0\xb3\x54\x1f\x3f\x33\x72\x3f\x10\x9f\x49\x29\xb2\x95\x54\xbe\x81\x59\x2a\xaf\xff\x9c\xa4\xca\x37\x9e\x8c\xa4\xf2\x9d\x54\xbe\xab\x0f\x3a\x49\x94\xef\x9f\xa7\xcf\xe7\x84\x08\xbc\x2c\x4a\xe3\x9f\x13\xfa\x98\x10\x36\xe5\xa4\x8a\x0e\xcc\x82\x15\x38\xa9\xa2\x03\xa9\xe9\xaa\x4c\x2a\xdf\xc0\x3a\xf3\x56\xf9\x06\x52\x3d\x5f\xbc\xda\x37\xb0\x9c\x65\x56\xfb\xce\x6a\xdf\x2c\x52\x56\xfb\xce\x6a\xdf\xc9\x56\x59\x12\x02\x16\xe2\x43\x56\xfb\xce\x6a\xdf\xc8\xeb\x59\xed\x1b\x58\x24\xc3\x59\x59\xed\x3b\xab\x7d\x17\xdf\xd5\x25\x75\x5a\x55\x48\x43\x12\xb9\x8b\x90\xa5\xb3\xda\x77\x3e\x0e\xd9\x66\x97\x4b\x1a\xea\xf7\xf0\xc9\x4b\xd2\xc5\x28\x0a\xa4\x47\xd2\x03\x69\x41\x7a\x25\x71\x3d\x97\xa3\x29\xab\x91\x03\xa9\xd6\xe1\xc8\x3e\x69\xb0\x87\x55\xca\xaa\xe4\x40\xa9\xa8\xa5\x59\x95\x1c\x28\x95\x33\x2d\xab\x92\x03\xcb\xcd\x99\x93\xec\x49\xc7\x4f\xc8\xc8\x54\xd3\x33\x7e\xdb\x3a\x6c\x26\x33\x50\xd3\x7f\xc5\x56\x32\x23\x61\x8a\x28\xb6\x72\xe2\x09\x43\x0d\x82\x7f\x56\x27\x07\x96\xf2\x7b\x56\xfd\x06\xd6\x2f\x3b\x7c\x67\x89\x47\xd6\x13\x3e\xab\x19\x03\xde\x33\x58\x59\xc5\x18\x58\x3f\xac\x45\x39\xbb\x6e\x99\x75\xe3\xc8\xcc\xaa\xca\xc0\xf2\x7c\xcc\x6a\xca\xc0\xfa\x71\xc0\x64\x35\x65\x20\x1d\x5f\x6e\xce\x8e\xd5\xdb\x81\xc5\x85\x53\x53\xce\x56\x17\xe2\xda\xd3\xca\xaa\xc5\x40\xfa\xe9\x71\xcf\xea\xc5\xc0\x52\x4c\xcb\xaa\xc0\xc0\xd2\xa8\x9c\x55\x81\x81\x45\x54\xc4\xca\xaa\xc0\xc0\xd2\x3a\x99\xd5\x80\x81\xe5\x41\x9d\x55\x80\x81\xb2\x1c\xad\x0a\x30\x90\x1a\x21\x48\x2b\xeb\xbb\x05\x16\x11\xf5\x2b\xeb\xbb\x05\xca\x72\xff\xab\x26\x03\x65\xc9\x21\xb5\x64\xa0\x2c\x59\xab\x96\x0c\x2c\x35\xf8\xac\x83\x17\x88\x3f\x9b\xb3\x94\x19\x05\x7f\xa8\x9b\x51\x5d\x3a\xeb\xe1\xf5\x5b\x55\x95\x06\xca\x72\x67\xa8\x49\x03\x65\xb9\xff\x55\xa4\x81\xd8\xec\xf4\xa9\xd2\x0c\xa4\x5a\xe5\x6c\x75\xea\x15\x67\xa6\x3b\x48\x3d\x1a\x58\xe4\x61\x5b\x59\x95\x19\x58\x1a\xe2\xb3\x2a\x33\x50\x96\x1b\x41\x95\x39\x9b\xaa\x72\xd9\xca\x35\xc7\x13\xbc\x3c\x7e\x54\x99\x81\xa5\xf1\x39\xab\x32\x67\x1d\xc1\x9e\x35\xaa\xcc\xc0\x22\xdc\x64\x65\x1d\xc1\xc0\x22\x6d\xca\xca\x6a\xd1\xc0\x22\x4e\x65\x65\xb5\xe8\xac\x23\xd8\xb3\x46\x25\x3a\xeb\x08\xe6\x58\xcc\x2a\xd1\xc0\x22\x80\x66\x65\x3d\xbd\xc0\x32\xdc\x24\xab\x57\x03\xa9\x51\x3a\x60\x65\x15\x6b\x60\x69\x84\xce\x2a\xd6\x40\x59\x7e\x98\x2a\xd6\x40\x3a\xa6\xdd\xac\x16\x0d\x94\xe5\x57\xae\xf7\x17\x28\xeb\x1f\xea\x66\xaf\xac\x27\x18\x48\x95\x3b\x4d\x2b\xab\x58\x03\x4b\x8d\x28\xab\x57\x03\xc9\x4b\x71\x2b\xab\x58\x03\x8b\x3c\x19\x2b\xab\x58\x03\x8b\x0b\x21\x2b\xab\x58\x03\xb1\x71\xe0\xa9\x9a\x35\xb0\x0c\xe1\xc9\x6a\xd6\x40\x59\x9e\x75\x6a\xd6\xd9\x84\x9a\x88\xef\xb9\xcb\x2c\x13\x6a\x4e\xdf\x25\xb3\x3a\xf9\x09\x96\xad\xe4\x02\xce\xe1\x63\x40\xcf\xaa\xd1\xc0\x22\x93\xce\xca\xfa\x86\x81\x45\xca\xc0\x95\xd5\xac\x81\xd4\xba\xc7\x87\xce\xe1\xac\xb6\x8d\xa1\x3a\xab\x6d\x03\x8b\xa8\xa4\x95\x55\xb6\x81\x65\xd8\x50\x56\x63\x06\x42\xc7\x65\x67\xaa\x31\x67\x4b\xc8\xea\x2e\xcb\xaa\xcc\xf9\xa8\xcc\x8c\x56\x95\x39\x1f\x95\xd9\xd3\x42\x95\x39\x1f\x95\xd9\xcf\x41\x17\x2f\x50\x15\x71\xb3\x5a\x34\x50\x8b\x27\x88\x1e\x5e\x20\xfd\xf4\x01\x66\x5d\xbc\x40\xfa\x15\x37\x99\x2e\xde\x6c\xf1\x59\x6d\xb9\x59\x05\x1c\xa8\xfa\xf2\xb2\xfa\x77\x36\xb9\xb2\x36\xb5\x3c\x9d\xbe\x3a\xb9\xa6\x80\xac\x4e\x9e\x2d\xa5\xe4\xf4\xd5\xc9\x81\xd4\xb8\x3f\xb6\xb2\x3a\x39\x50\xf5\x33\x66\x1d\xbf\x59\x35\x5d\xfb\x59\x56\x4d\x07\x82\xc6\xc4\xf4\xfc\x02\xd1\xab\x5d\xc8\x3a\x6a\xd2\xb6\xf3\x2b\x52\x79\xcf\x2a\xef\x7a\x3c\xb3\xca\x7b\xb6\x12\x93\x51\x38\x59\xed\x1d\x88\x76\xce\x4c\xe6\x4d\xad\xcf\x1e\x13\x6a\xef\x40\xf4\xcb\x6e\x52\x7b\x07\xd2\x4c\x8e\x45\xcf\x31\x50\x8b\x07\xb0\x9a\x3a\x50\x55\x24\xb2\xce\x64\x20\x7a\xa0\x57\xbd\xc9\x40\xf4\xc0\xf2\x2c\xb9\x12\x50\x0f\x53\xf4\x30\x03\xd1\x8c\x49\x2c\x99\x42\x2d\xa6\x33\x57\x4d\x01\xd9\x5a\x4c\x7f\xbd\xca\x93\x75\xb6\x13\xfc\xd4\x14\x90\x4d\x42\xa4\xee\x9a\x35\x05\x00\xb5\xf8\x93\xd2\x14\x90\x2d\x6e\x5b\xfc\x3f\xa8\xe3\x67\x93\x10\x19\x9e\x92\xd5\xf1\xb3\x49\x88\xce\xd2\xaa\xe3\xe7\xeb\x6c\x14\xba\x55\xc7\xcf\x16\xb2\xd5\x9a\x9f\x2f\x99\x72\x1d\x4b\x3b\xbc\x53\xf1\x07\x82\xe6\xb3\x32\xe5\xf2\x23\xf3\x14\xd2\x18\x00\x44\xbf\x8c\x59\x63\x00\x50\xcf\x76\xd7\x16\x00\x44\x33\xbb\x90\x2b\xd7\xe1\x0a\x9c\xd2\x16\x90\x4f\xf1\x26\x4f\x80\x4b\xae\x5c\x70\xc5\x2f\x4a\x5b\x00\x90\x8e\xc7\x2c\xab\xe4\x03\xe9\xb8\xdf\xb2\x5a\x3e\x50\xcf\x7f\x41\xef\x35\x50\xcf\x11\xa3\xde\x0f\xa4\xdf\xf9\x91\xaa\xf8\x03\x41\x63\x70\x2a\xfe\x40\xfa\x19\xc3\x90\x55\xfc\x81\x7a\xce\x3a\xf5\x7e\x20\xd5\x23\x0b\xab\xf7\x03\xa9\x95\xea\x80\x9d\xeb\xad\x49\xcb\xc1\x39\x55\x0b\x3b\x79\x14\xa9\xe2\x03\xa9\x69\xd1\xca\x3a\xba\x81\x74\x7c\x88\x59\xb5\x3f\x9f\x2a\x4e\x4e\x4c\xbd\x1f\xa8\xe7\xbc\x56\xef\x07\xd2\x4f\xd3\x52\x56\xef\xcf\xcf\xb1\xde\xd1\x85\x3a\x3e\x50\x8f\x20\xa1\x8e\x9f\xad\xe2\x74\x7e\xf5\x2a\xf9\x40\x3d\xa7\xb3\x2e\x71\x20\x7a\x60\x5e\x2a\xfe\x40\xd0\x1c\x9c\x2c\x21\x64\xfa\xa7\x01\x36\x6b\x0d\x00\x52\x3a\x3f\x30\xcd\x01\x40\x70\xdd\x67\xfd\x2a\x48\xe4\xf9\x3b\xbf\x6d\x0d\x02\x40\xd0\x58\x0a\x2d\x02\xd9\xe4\x9e\x46\xba\x64\x4d\x02\x40\xcc\x96\x3e\xb4\x09\x64\x0b\x43\x85\xac\xf3\xdf\x3f\xf3\x57\x46\xbe\x6e\x2d\xf8\xa8\x19\x21\x5b\x37\xea\xfc\x58\xb5\x23\x00\xa9\x1a\x44\x93\x35\x24\x64\x93\x84\x1e\xc9\x53\xab\x41\x36\x21\xa8\x96\xc1\xac\xd9\x20\x5b\x38\x4a\x0b\x62\xd6\x6e\x90\x4f\x92\x50\xb7\x88\x6e\x7c\x20\xf5\xe2\xfa\x69\x07\xc8\x66\xff\xd4\x22\x99\x5f\x39\xf4\xca\x21\x8f\x61\x8d\x03\xf9\x3d\x1c\x62\x7c\xfa\xea\x81\x18\x1f\x7d\xe8\xac\x07\xe2\x59\xb8\xa6\xc5\x00\x88\x6d\x08\x77\x35\x19\x64\x33\x80\x3a\x14\x4d\x06\x59\x93\x81\x91\xbf\x59\x93\x01\x10\x5d\xf8\x3a\x59\x60\x0a\xd0\xa5\x40\xa0\xd1\x20\xef\xb3\x99\xa4\xc9\x02\x6b\x0b\x6b\xba\xcc\x9a\x0d\xb2\x29\x40\x5d\x53\xdd\xf8\x40\x3a\xf1\x14\x59\x53\x02\x90\xfe\xb6\xb5\x86\x03\x20\x4e\x44\x39\x20\x57\xf6\xe1\x0a\x1c\xd0\xbb\x0f\xd4\xa3\xb4\x68\x60\x00\xa2\x99\x34\xf7\x05\xd7\x3d\xdb\xd1\xb2\xb4\x3a\xe4\xcf\x5b\xad\x6e\x82\x4f\x0e\x50\x82\xb8\x15\x5c\xe4\x59\x23\x03\x90\x52\xc5\xce\x95\xb5\x32\x00\x75\xa9\x3e\x69\x65\xc8\xe6\x00\x3d\x3a\xad\x66\x86\x7c\x22\x01\x54\x7d\x8d\x04\xc8\xa7\x82\x94\x5c\x31\x14\x20\x5b\x41\xca\x63\x5d\x6b\x04\x90\x4e\x58\x44\xd6\x1c\x01\xc4\xa3\xce\x4c\xa6\x9c\xb2\x52\xc8\xa5\x45\x7b\x04\x10\xed\xa4\x25\x69\xda\xd1\xd1\x15\x8b\x16\x09\x20\x9e\xcd\xd0\x8a\xb4\x73\x25\x7b\x41\xab\xd2\xf0\x70\x4e\x49\x5d\x92\x1e\xce\xee\xa3\x43\x1a\xa2\x5d\x62\xab\x14\x4d\x10\xc5\x62\x53\x8a\x7b\x45\x13\x04\x10\xc3\x2b\xd0\x6e\x69\x87\x2b\x3e\xfb\x48\x33\x2d\xe5\xf2\xd9\x57\x9a\xae\x84\xe1\xd4\xb6\x34\xd9\x32\x7c\xdf\x27\x4d\xb6\x10\x29\x5c\xb4\x43\x00\xd5\xa8\xe6\xa2\xd1\xa1\x58\x5a\x4a\xe7\x55\xd1\xea\x50\x2c\x2d\xa5\x25\xa5\x68\x75\x28\xa7\xb4\x94\x2c\x30\x82\x1c\xa8\x46\x40\x14\x2d\x11\xc5\xca\x52\x5c\x8f\x5f\xc5\xf0\x00\xa0\xe9\xe7\x29\x9a\x22\x80\xba\x4e\xab\x4b\x12\xd1\x8b\x4e\xd5\xe8\x00\x20\xc6\x36\xa0\x39\xfd\x74\xa6\xef\xa3\x4e\xdf\x92\x51\xc6\x49\x17\x43\x01\x80\x78\x96\xb9\x1a\x0a\x00\x54\x6e\x6c\xaf\x62\x24\x00\x50\x8d\xe0\x2e\x06\x02\x00\x95\xbb\xd8\xab\x68\xed\x00\xe2\x65\x30\x44\x73\x07\x10\x0c\xf1\x51\x19\x92\xcf\xdf\xd9\x67\xe5\x08\xf7\x43\x0d\xeb\x2e\x1a\x3c\x80\x18\xaf\xaf\x93\x49\xd4\x90\x32\xc0\xa1\x18\x1a\x00\x44\x0f\x0d\x9a\x5c\xca\x7e\x4f\xd3\x76\xb2\x89\x14\x49\xeb\x90\xdc\x38\xd9\x2c\x05\xee\x6b\xed\x22\x40\x70\x4e\x9a\x9c\xcb\x54\x69\x5b\xf6\x20\xe3\xbc\x5a\x6a\xa7\x9a\x4a\x8a\x57\x4b\xf5\x36\x14\x6d\x25\x40\x88\xf1\xf0\x5c\xcb\x48\xf1\x6a\xa9\x1f\xa2\x96\x91\x72\xae\x96\xca\x73\x4d\x23\xe5\x5c\x2d\xe5\x63\x2f\x9a\x46\x80\xba\x1c\xaf\x76\x90\x72\x32\x29\x75\x7b\x95\x25\xe7\x1a\xa9\x8b\xa3\xd9\x03\x88\x76\xd0\xb4\x5e\x00\xa9\x6b\x48\x2e\x9a\x2f\x80\x34\xb4\x35\x16\x83\xd6\x81\xd4\x7e\x48\x27\xc5\xd8\x00\x20\x1d\x3f\x77\xd1\xcc\x01\xa4\x4e\x89\xbe\x55\x34\x73\x00\xa9\x1d\xbe\x6b\xe7\x00\x82\xc7\x4c\xd7\x78\x81\x62\x92\x24\x7f\xab\x45\xe3\x07\x10\xd2\xd3\x7f\x5f\xcf\x5e\x45\xe3\x08\x90\x92\x76\x8f\xa2\x75\xa4\x98\x45\x89\x73\xb9\x68\x1d\x29\x66\x51\x92\x91\x5a\x47\x8a\x59\x94\x94\x23\x8b\xe6\x11\xa0\x19\xec\x52\x34\x8f\x14\x93\x28\x51\xec\x6f\x15\xed\x23\xc5\x4a\x1e\x0b\xbb\x7d\xd1\x40\x52\x9a\x6e\x3b\xc4\x89\xa2\x39\x04\x88\x76\xd2\xe4\x19\x77\x4d\x55\x7d\x8b\xc6\x0f\x20\x9a\xd1\x85\xc6\x0f\x20\xd8\xc3\x50\xb4\x7e\x00\xd1\x0e\x36\x6a\xfe\x00\xa2\x9d\xef\x93\x27\x4d\x9e\x54\xbb\x95\x27\x4d\x9e\x30\x59\x4d\x22\x40\xd3\xe1\x5d\x0c\x26\x00\x62\x12\xb0\x4e\x9b\x07\x10\xbd\xda\x83\x0c\x38\x46\x0f\x4c\xe7\x45\xa3\x07\x10\xcf\xb2\x91\xb4\x7a\x00\xf1\x2c\xdd\x6a\xf6\x00\xd2\x30\x32\xae\x68\xf6\x00\x62\xc4\xd2\x64\x14\x61\xf1\x49\xa1\xa3\x68\xf8\x00\x9a\x01\x4a\x45\xc3\x07\x10\xda\xa5\x5d\xc8\xa8\x2e\xa3\xaa\xed\x64\x14\x69\x94\x9a\xce\x84\x62\x9c\x01\x90\x8e\x3b\xbb\x18\x68\x00\xc4\x34\xa4\xc9\xa9\x6e\x0e\x77\x0f\x35\xcd\x26\x80\x79\x5c\x56\xd1\x6c\x02\xc4\xa3\x70\x54\xbb\x09\x10\x7f\x52\xba\xd5\x48\x02\x78\x25\x7d\x95\x21\xa3\xc6\x61\x14\xaf\x33\x22\x01\x48\xf5\xfc\xad\x8d\x48\x00\x92\x99\x8f\x56\x31\x24\x01\x68\x06\x90\x15\x0d\x2c\xc5\x08\x7a\x85\xb3\xa2\x81\x05\x88\x2e\x18\x9d\x06\x16\x20\x4e\x5c\xbb\x95\x29\xc6\xd0\x6b\xf6\x2c\x5a\x58\x80\x38\x4c\x1c\x8a\x4c\x31\x88\x9e\xba\xe7\xab\x68\x62\x01\x62\xcd\x1c\x9e\x5c\xc1\xc6\xd2\x28\x59\xba\x8a\x36\x16\xc0\x8c\x76\xab\x68\x4e\x01\x52\x56\x71\x2c\xda\x53\x80\x74\x94\xae\xa2\x3d\xa5\x18\x47\x8f\xe4\x54\x34\xa7\x00\xd1\xab\xcd\x64\xd4\x3c\x42\x9c\xed\x64\x14\x91\xf4\xe3\xe7\x6c\x35\xa8\x00\xa9\x35\x3c\x51\x45\x83\x0a\x90\xda\xcf\x5f\x82\x06\x95\x62\xf2\x25\xcd\x38\x45\x83\x0a\x90\xb2\xea\x6f\xd1\xa0\x02\xb4\xea\x46\xd6\x76\x02\x44\x33\x87\x27\x53\x8c\xb9\xd7\x3e\x53\xb4\x9d\x00\x41\xf3\x59\x3f\x34\x23\x1f\xd4\xe2\x8a\x91\x0f\x40\x6a\x46\x24\x16\xed\x29\x40\xca\xda\x36\x8a\xd1\x10\x40\xf4\x0b\x97\xb5\xa8\x00\xed\x08\x71\x1a\x54\x80\xe8\xd6\x66\x72\x85\x82\x58\xd5\xef\x47\x83\x0a\xd0\x8c\x5d\x2d\xda\x53\x80\xe6\x2d\x8a\xa2\x3d\xa5\x58\x1c\x45\xeb\x4c\xd1\x9e\x02\x34\xef\x2a\x14\xcd\x29\x40\x0c\xcd\x66\xb2\xc9\x7a\xd7\xc3\x3d\xa6\x3d\xa5\x58\x1b\x45\x53\x4c\x31\xb4\x02\x88\x2e\x58\x1d\x63\x2b\x80\xa0\xd1\x4e\xbb\x4b\xf1\x8a\xb8\x1e\xb3\xa2\xdd\xa5\x9c\xd8\x0a\xb4\xd8\xa2\xdd\x05\x68\xd5\xf3\x5d\xb3\x0b\x10\xdc\x64\x78\x9a\x5d\x80\xa0\xb1\x8a\x9a\x5d\x8a\xf1\x16\xdd\xd5\xd6\xec\x02\xc4\x50\x6c\x27\xef\x4e\x0c\x06\x6a\x60\xd1\xec\x52\x8c\xc1\xd0\xf2\x54\xb4\xbb\x00\x29\x77\xcf\x1e\xed\x2e\xc5\x18\x0c\x4d\x8f\x45\x1b\x4b\x31\x06\xa3\x3a\x33\x39\x75\x1d\xb5\x00\x2e\x6b\x77\x01\x5a\xf5\xc4\x33\x06\x03\x08\x06\x40\x33\x06\x03\x68\xde\x99\x29\x5a\x67\x80\x18\x1c\x13\xd3\x3a\x03\x04\x0d\x46\x69\x9e\x01\x5a\xf5\x47\xa3\x79\xa6\xdc\x87\x4f\x0c\x4e\xf3\x4c\x31\x2e\x23\xaf\x7f\x50\xd8\x8b\x96\x9a\x72\x1f\x96\xf9\x1a\x59\xc6\xf5\x83\xd6\xdc\xa9\x9a\x6a\x80\x34\x8a\xac\xd5\x54\x53\x8c\xd1\x68\x2e\x81\xf1\x18\x40\x08\x88\xec\x10\x0d\x33\x40\x6a\x47\x04\xd1\x30\x03\xa4\xdc\xe5\xa3\x56\x98\x72\x32\x54\x29\x63\x68\x85\x01\x5a\xf7\x5b\x35\xf8\x02\x88\x47\x61\xa4\x56\x18\x20\x36\xb5\x8f\x3a\x35\x42\x2d\x72\xf7\x27\xab\x19\x06\x68\xdd\x45\xd6\xe2\x52\xcc\x6d\xd5\xfd\xdb\x6b\x71\x01\xd2\x31\x60\x15\x2d\x2e\x40\xbc\xce\x59\x38\xdb\x80\xd6\xfd\x0a\x35\xb8\x00\xf1\x3a\x9b\xc9\x80\xc7\x58\x51\x7f\x13\x1a\x5c\x80\xa0\xd1\x85\x06\x17\xa0\x35\xcf\x39\x0d\x2a\x40\xbc\x0e\xbe\x6b\x51\x01\x52\xef\x1e\x6a\x5a\x54\x80\x68\x07\x03\xb4\xa8\x00\x41\x63\x6d\x8d\xcd\x00\x5a\x77\x69\x35\xb2\x00\xed\xef\x6d\xb2\xe9\x95\x4d\xcc\x41\x13\x0b\x10\xe3\x75\x70\xb2\xee\x95\x75\xca\x62\x9a\x5d\x80\x90\x2d\xed\x54\xd6\xbd\xb2\xc9\xb1\xc9\xa6\x57\x36\x29\x4f\x69\x75\x01\x5a\x73\x8b\x69\x74\x01\x62\x3b\xb1\x86\x1a\x5d\x80\xd6\x3c\xab\x0c\xdc\x00\x5a\xf7\xa7\xa1\x19\x06\x88\xc9\x33\x53\xcd\x30\x40\xeb\xfe\xfa\x34\xb9\x00\xd1\xcc\x0e\x64\xc8\x76\xe3\x78\x2c\x6b\x72\x01\x5a\xf7\x43\xd5\x6c\x02\xc4\xec\x59\x7d\xcd\x26\x40\xbc\x0e\x8e\x68\x22\x01\x52\x5f\xea\x87\xda\x48\x80\x34\x7e\x6a\x0d\xda\x43\x80\x74\xa2\xf9\x8a\x31\x17\x40\xca\xf3\xd0\x1c\xf2\x67\x2d\x3e\x67\xab\x8d\x04\x88\x76\xb0\x58\x1b\x09\x10\x34\xfb\x75\x15\xbf\xb3\x8a\x3e\xeb\x2a\x7e\xa6\x4c\x91\xa1\x1a\x49\x80\x94\x0f\xdf\x35\x92\x00\xd1\xaf\x73\xf3\x03\xa0\x56\x8a\x37\x6a\x8a\x46\x92\x62\xad\x94\xa9\xd0\xa1\x91\x04\x88\x47\x63\x78\x55\x23\x49\xb5\x7e\x8a\x41\x94\x55\x23\x09\x90\x2c\x86\xbb\xaa\x06\x11\xa0\x79\x89\xa5\x6a\x0f\x01\x52\x53\x48\xa8\x1a\x44\x80\xe8\x62\x40\x1b\xd2\x0e\x57\x0a\xb4\x29\x6d\xba\xa3\x7c\x76\x49\x33\x91\x0c\x1f\x5e\x35\x28\x03\x88\xf7\x39\xbc\x5b\x9a\x5c\x19\xb6\x7b\xa4\x1d\xae\x54\x68\xaf\x34\x6f\xfa\x21\xef\x56\x8d\x24\x40\xf4\x61\xbb\x4f\xda\x67\x3b\xa6\xab\x91\x04\x08\x5a\x87\x26\x5b\xc8\xb0\x95\x35\x83\x56\x2d\x27\x40\xbc\x4f\x9a\xac\x4a\x27\x7c\x8f\x7e\xb5\x9c\x00\xf1\x3e\x78\xa0\xe5\x04\x08\x1a\x3c\xd0\x74\x02\xc4\xfb\xa4\xc9\x3f\x52\x6b\x9d\x20\xa3\xaa\x39\x05\x68\x83\x1f\x5b\xd5\x9c\x02\xc4\xeb\x60\x8b\xc6\x13\x20\x75\xc3\x06\xab\xc6\x13\x20\x9d\xa0\xa2\xaa\x51\x04\x88\x67\xe9\x42\xdb\x06\x90\xac\x13\xb1\xaa\xb6\x0d\x20\xd5\xc6\x4f\xb6\x6a\xdb\x00\x42\x70\xb7\x9d\x43\xc6\xb8\xd1\x14\xf8\xaa\xc6\x8d\xea\xc5\x07\xff\x49\x55\xeb\x06\x90\xca\xcf\xad\xa1\x75\x03\x08\x9a\xed\x9c\x07\x55\xb3\x87\x9b\x54\xeb\x06\x10\xcd\xec\xc2\xa9\xe5\x33\x35\x5f\xe7\x8a\x07\xb4\x21\x93\x35\x65\x00\xf1\xa8\x34\x17\x17\x53\x46\x49\x6e\x34\xe3\x3e\x80\x36\xf8\xea\xab\xd6\x0d\xa0\x8d\xf9\x0f\x41\x6f\x55\x43\x07\xd0\x86\xb3\xd6\xce\x01\x44\xff\xac\x80\x31\x20\x40\xd0\x58\x3d\x8d\x1f\x40\x1b\xee\x5f\x6d\x1f\x40\x34\x63\xbf\x19\x05\x02\xb4\xe1\xba\x17\xf9\x55\xcc\x34\x24\xc3\x34\x91\xd4\x72\x3e\x11\xa7\x23\xc3\x8a\xb9\x96\xfc\x1c\x0c\x0d\x01\xd2\x89\x43\xab\xc6\x86\x00\xd1\x8e\x67\x35\xaf\x00\xc1\x31\x69\x72\xac\xaa\xed\x26\x69\xb2\x0c\x53\xca\x30\xb0\xaa\x6a\x4a\x01\x1a\x59\xcf\x57\xd5\x92\x52\xbd\x79\x41\x06\xae\x55\xb5\xa4\x54\x6f\x5e\x90\x82\x6b\x55\x2d\x29\xf5\xdc\xbc\xe8\x76\x21\xa3\xbc\x66\x41\xca\xb0\x55\x35\x8b\x54\xf2\x6d\x15\x12\x4e\xaf\xaa\x11\x04\x08\x9a\xfd\xca\x02\x52\x49\xb7\x7a\xfa\x75\xba\xd5\xea\xc2\x6e\x7d\x2d\x1e\x40\xd0\xe0\xbc\x31\x21\xb5\x65\xa6\x21\xc9\x99\x35\x35\xb1\x2a\xcd\xa9\x35\x4b\xb9\x72\x16\x57\xad\x1b\x40\xd0\x6c\xe7\x34\x9a\x06\x21\xfe\x8c\x55\xb3\x05\x10\x5f\x17\x43\x36\x56\xa3\x9a\x21\xab\xb8\xa7\xb5\x5b\x54\x33\x64\x79\x09\xa2\x6a\xa3\x00\xda\x39\xee\x35\x47\x54\x53\x5f\x79\x59\xb8\x6a\x8e\x00\xda\x39\x62\xb5\x46\x00\xcd\x7f\x4c\xd5\x18\x01\xa4\x46\xad\xb4\x55\xb5\x3c\x00\xa9\x19\x93\x57\xb5\x3c\x54\xac\x0c\x27\x02\xaf\x6a\x65\x00\x9a\xba\x73\xd5\xc8\x00\xa4\x13\x0e\x57\x35\x32\x00\xa9\x1a\x0c\x5f\xb5\x32\x00\xa9\x68\x62\xac\x5a\x19\x80\xa0\xd9\x85\x4b\xc6\xd5\xfd\xd2\x88\x7b\xaa\x5a\x1e\x80\xb6\xdc\x3d\x5a\x1e\x80\x68\xc6\x64\x0d\xd9\x00\x1a\x79\xde\x57\xd5\x18\x01\x44\x33\x26\xa6\x31\x02\x48\x85\x1a\xe4\xab\x6a\x8c\x00\x82\xe6\xb3\x6e\xda\x61\x1e\x5c\x7f\x27\x5a\x23\x80\xe6\xb5\xff\xaa\x31\xa2\x5a\x24\xbb\x79\xe4\x6a\x8c\x00\xd2\x89\xd1\xac\x1a\x1e\x80\xd4\x87\x1b\x40\xc3\x03\x60\xa9\xad\x55\xb5\x3b\x54\x6c\x0c\xeb\xbc\x4d\x96\x70\x53\x5f\xd3\x64\xd5\xec\x50\x31\x31\x14\x05\x8f\xaa\x89\xa1\x5a\x0f\x5b\x11\xb8\x6a\x63\x00\x52\x51\x8e\xad\xda\x13\xaa\xf6\x04\xef\x14\x56\x35\x51\x20\xcd\x86\x79\xb6\xaa\x61\x02\xc9\x12\xad\xab\xea\xec\xad\x26\xc5\xaa\xee\x31\x75\x8a\x7a\x8a\xd1\x78\x80\x2b\xa2\x02\x41\xa3\x9d\x82\x16\x90\xa6\x5f\x4a\xf3\xa0\x6f\x7f\x07\x7d\xcc\xad\x79\x30\x00\x69\x2a\x06\x37\xf9\xde\xcc\xb0\xcd\x47\xd1\xe4\x3b\x10\xd3\xc8\xd0\x2e\x69\xdc\x43\x6a\x3e\x79\x4b\xe2\xa6\x2a\x72\x6b\x93\xeb\x40\xfa\x69\x2b\x6b\xb2\x1d\x08\x21\xd5\xb7\x7d\xd2\x3e\x7b\xe0\x75\x32\x1e\x48\x86\x52\x35\xf9\x0e\x64\x72\x4d\xaf\x26\xdb\x81\xdc\x8a\xad\x9a\x24\x73\xba\xf1\x37\x6c\x5a\x71\x80\x59\xb8\x0b\xd2\x34\xd8\x00\xb3\x70\xb0\x35\xed\x35\x40\x31\x38\xb6\x19\xeb\x02\x14\x1d\x02\x4d\x73\x0d\xb0\x7e\x68\x71\x4d\x6b\x0d\xb0\x7e\xc5\x77\x6d\x49\x04\x7f\xba\x04\xda\x6a\x80\xa2\x4d\xbf\x69\xaa\x01\xd6\x8f\xcf\xbc\x69\xa9\x01\x8a\xa6\xc4\xa6\xa1\x06\x28\x3a\x34\x9a\xc1\x30\x40\xd1\x79\xd7\x34\xdd\x00\x45\x6f\x63\xd3\x4c\x03\xa4\x66\xe4\x4f\xd3\x4e\x03\x04\x8d\x91\x69\xa8\x01\x8a\xf6\xe5\xa6\xa1\x06\x88\x66\xf6\x20\x33\x02\x56\x48\xb4\xff\xf9\x2b\x6f\xda\x6c\x80\xe5\x7d\x80\xa6\x79\x06\x58\xe3\xbc\x57\xc6\x04\x2c\x45\xae\xa6\x71\x06\x48\xb5\xf1\xab\x6c\x1a\x67\x80\x6a\xec\x4c\xf3\xcb\x01\x62\x57\x4b\x93\x35\xa4\xf9\x33\xb5\x53\xd3\x36\x03\x54\x33\x47\x35\x4d\x33\x40\x35\x42\xb8\x69\x99\x01\x62\xe3\xb0\x99\xb4\xcc\xb4\xeb\x70\x0b\xde\x6b\x99\x69\x17\x97\x74\xb3\x43\xf3\x73\xb8\xb4\x32\xf0\xb5\x36\x83\x5f\x9a\xc1\x2f\x5a\xe3\x9b\x86\x19\x20\x68\x3e\xeb\xe6\x09\xa8\x86\xf4\x35\x0d\x33\x40\x34\x63\x0e\x5a\x61\x80\xa0\x31\x62\xcd\x30\x40\x35\xe8\xb2\x69\x4a\x01\x52\xd2\x06\xd2\x8c\x74\x01\x82\xe6\xeb\x9c\xd8\x7d\x4c\xe0\x70\xce\x50\x97\x86\xad\x24\x1d\xa6\x6b\x2b\x01\xaa\x77\xc6\x9b\x61\x2d\x40\x4a\xe7\x03\xd3\x7c\xd2\xcc\xe5\xdd\xce\x50\x9c\xc5\x7d\xbc\xce\x76\xe1\x52\x63\x52\x49\x9a\x5e\x9a\x26\x15\x20\x86\xc2\xb3\x1e\x75\x40\xd0\xe8\xc3\x20\x16\x20\x68\xac\x8f\xf6\x13\xa0\x69\xc2\x6c\x9a\x4f\x80\x68\x26\xcd\x25\xc3\x7c\xa2\x85\xb5\x19\xc4\x02\x44\x33\xbe\x03\x4d\x2a\xed\xc1\x66\x8f\xcc\xd6\xb4\x94\x00\x31\x09\x3a\xd5\x04\xd2\xbc\x86\xc2\xaf\xae\x69\x01\x01\x52\x3e\x9b\x53\x13\x48\x7b\x8f\x95\x90\x39\x68\xee\x00\x9a\xd7\x80\x9b\xd6\x0e\xa0\x79\x01\xad\x69\xec\x00\x9a\xb7\x80\x9b\x26\x8b\xf6\x5a\xbe\xa0\xda\xcc\x85\x08\x68\x64\x39\x5d\x4d\xf3\x44\xd3\x3c\x61\x78\x4d\xd3\x3c\x01\xa4\x6c\x90\x50\xd3\x3e\x01\x44\x3b\xc6\xab\x7d\x02\x68\xe6\x8f\x68\xda\x27\x80\x36\x10\xbb\x9b\xf6\x09\x20\x84\x58\xd8\xab\x7d\x02\x08\x1a\x83\x33\x4e\x04\x08\x9a\xcf\xba\x0c\xfb\xfc\x49\x78\xd6\x0b\x1b\xed\x44\x53\x30\xd9\x6e\x30\x3d\x90\x74\xbb\x74\x75\xb0\x7e\xaa\x5b\x1e\xda\x96\xb6\xff\xef\x7f\x3a\x09\x00\x57\x57\x2d\x03\xcc\x8e\xba\xba\xbe\xea\xee\xad\x75\xb6\x43\xd7\x57\x0d\x74\x12\x13\xae\xae\xaf\x1a\xe8\x24\x39\x5c\x5d\x75\x0e\xe8\x24\x39\x5c\x5d\x8d\x0c\xe8\x8a\x91\x5d\xe5\xab\xab\x7c\x25\x1f\x74\xf8\x2a\x5a\xec\x85\xee\xef\x17\xe8\xca\x9a\x5d\x35\x0b\x48\x9e\xc3\x5d\x27\x32\xd0\xfd\x6f\x77\x35\x2f\xa0\x2b\x08\x77\x15\xaf\x7e\x14\x2f\xde\xa5\xde\x05\x24\x4f\xa9\xae\xde\xd5\x4f\xae\x34\x76\x69\x57\x3d\x02\x52\xd7\xe9\xd1\xd5\x8f\x80\x3e\x50\x95\xbb\xea\x11\xd0\x87\x1c\x53\x3d\x02\x92\x91\x36\x5d\xed\x08\xe8\x83\x0d\xd9\x55\x8e\x80\x3e\xaa\xad\x9c\x12\x7a\x90\xa2\x4d\x57\x0d\xea\x7a\x99\xf9\xca\xba\x4e\x66\x20\x75\xef\x6c\x75\x35\x23\x20\x69\xca\xec\x2a\x46\x40\x1f\x1c\x14\x5d\xbd\xa8\xeb\x62\xe6\xcb\xee\xea\x45\x40\x9a\xf9\x74\xe0\x94\x02\x46\x3a\x2f\x73\x4a\xd5\x5b\x68\x3e\xe9\x92\x54\xb2\xd0\x2c\xdf\xef\xf8\xb9\x30\x9e\x1c\xbf\x7a\x0d\x90\xa9\x8c\xb1\xba\x6a\x0d\x30\x92\xec\x31\xae\x1d\x18\xc9\x81\xa9\xe9\x00\x23\x39\x2e\xdd\xb8\xfd\xa4\x2b\xe3\x9c\xeb\x2a\x35\x40\x36\xd2\xb7\xab\xd3\x00\xb9\xc9\x58\x5d\xb1\xc0\x18\xd9\x07\x65\x7f\xe3\xb6\x98\x2b\xa2\x92\x03\xe4\x56\xff\x41\xfb\xee\xba\x6e\x81\x31\x30\x97\x76\xbd\xb4\x40\x6e\x6e\x11\xb5\xa2\xde\x95\xbb\x58\x2f\x35\x20\x20\x6b\xe8\xe8\xfa\x4f\x81\x34\xbd\x67\xd2\xd5\x6c\x80\xa2\xd7\xa5\xab\xd9\x00\xb3\x34\xbb\x74\x76\xdc\xdd\xf6\x6a\x4e\x57\xaf\x01\x66\x41\x3b\xed\xaa\x30\xc0\x2c\x28\xb6\x5d\x0d\x06\x28\xc6\x30\x77\x35\x18\x60\x96\x26\xc9\xe1\x0f\x24\x2a\xb7\x83\x0a\x0c\x50\xbc\x65\xd5\xd5\x5f\x80\xe2\xcd\x9f\xae\xfa\x02\x14\xc3\xc1\xba\xda\x4b\x1f\x5c\x8e\xe3\x37\xdf\x95\x98\x81\xe2\x65\xa0\xae\x74\x0c\x84\x40\x23\xcd\x49\x0e\xae\xc2\x35\x5f\xe6\x24\x07\x97\xa5\xdc\x22\xfa\x42\x81\xf5\x93\xd5\xca\xc6\xc0\xfa\xb9\xd0\xba\x42\x81\xd4\x13\xff\xa9\xae\x70\x0c\xac\x9f\xbb\x46\xb7\x27\x50\xd4\x8d\xbb\xf2\x72\x9f\xa4\x46\x74\x87\xeb\xe0\x04\xd6\xaf\xf8\x2e\xa7\x34\xb9\x05\x85\x27\xab\xeb\xca\xec\x56\x9a\xf5\x4c\x53\x5c\xee\x47\x5c\x76\xac\xce\x68\x3a\x23\xc7\xea\x8c\x8e\x6c\xec\xeb\x5d\x49\xfc\x98\xcd\x5b\x1a\x5d\x49\x18\x58\x26\x42\xea\x4a\xc2\x7d\x71\xfd\xc1\x33\x53\xb1\xb7\x2f\xae\xcd\xa0\x76\x74\xc5\x5e\x20\x78\xcd\x30\x14\x7b\x81\x65\x26\xa4\xae\xd4\xdb\x8f\xd4\xcb\xc8\x94\x7a\x81\xea\xfd\xa9\xae\xd0\x0b\x54\x6f\x44\x74\xa5\xda\x6e\x60\xf7\x19\xab\x53\x5a\x86\x1d\x22\x75\x76\xe5\xd5\x7e\x82\xb8\x91\x31\xbb\x02\x6b\x37\x88\x5b\x3f\x7e\x57\x60\x05\x52\xa5\x22\xcb\xea\x4a\xac\xdd\x20\xee\x33\x2d\x45\x56\x20\x8d\x74\x9e\x75\x5a\x66\xa6\x76\xd5\x75\x12\x02\x21\x62\x31\x3c\xe5\x53\xa0\x19\x52\xd1\x15\x45\x81\x94\x96\xff\x07\xe5\x4e\x20\x68\xb4\x53\xee\x04\x82\xc6\xe8\x94\x3b\x81\xa6\xef\xad\xeb\xe9\xeb\xde\xc0\x56\x2a\xee\xba\xfa\x80\xd6\x91\xeb\xbb\xa2\x28\xd0\xba\xef\x72\x15\x6e\x45\x33\x46\xab\x1c\x0a\xa4\x7e\x5e\xef\x2a\xdc\x1e\x80\xac\x82\x62\x28\x30\x86\x5f\xba\x52\x68\xd7\x89\x67\x72\xd9\xae\xc4\xd9\x2d\x07\x6b\x97\x0a\x9c\x40\x51\x53\xed\xaa\xdb\x40\x31\xfe\xae\xeb\xd5\x03\xd6\x91\x1b\x94\x4a\x81\xf5\xab\xb6\x72\x8e\x8f\x1f\x14\x0b\xa0\x9c\x0a\x14\xc5\xe3\xae\x98\xda\x1f\xee\x58\x22\x09\x77\x45\x52\x60\xfd\x3c\xe5\x15\x49\xfb\xe3\xb5\x24\xdf\xe5\xbc\xa9\x0f\xab\x1d\xa8\xeb\xcf\x03\xaa\x81\xf1\x5d\x21\x15\x28\x46\x6e\x74\xdd\x79\xc0\x32\xab\x56\x57\x1e\x05\xaa\x51\xf6\x5d\x8f\x5c\x3f\x31\xce\x3e\xa9\x88\x0a\xc4\xfe\xa1\x4f\x65\x54\xa0\x99\x85\xaa\x2b\xa3\x02\x4d\xcf\x7b\xd7\x21\x07\xc4\x1e\xb0\x99\xd3\x7c\x75\x63\xfb\x49\xe9\x92\x03\x4e\x0c\x7c\x57\xbc\xed\x7a\xe4\xce\xf7\xa3\x47\x0e\x68\x26\x75\xe8\x4a\xbc\xc0\xf1\xd1\x75\x43\xa3\x81\x78\xd2\xb7\x39\xf9\x17\xc7\xb6\x3f\x14\x85\xe0\xae\x10\xac\x0e\xd8\x15\x78\x81\x90\xa9\x79\x9d\x12\x2f\xd0\xcc\x1a\xd1\x95\x78\x81\x46\x41\x80\xd5\x15\x6e\xbb\xc2\xad\xca\x76\x57\xb8\x05\x92\xb1\xd2\xdd\xd8\xe6\xee\x8d\x68\xb9\x6b\x68\x33\x50\x34\x15\x74\xc3\x93\x81\xd2\x7e\xff\x70\xf5\xac\xeb\x99\x03\xd6\x0f\x45\xa8\xeb\x98\x03\xd6\xcf\x0f\xc4\xd8\x65\xa0\xa8\xf5\x75\x85\x6d\x20\xd5\xe9\x47\xaf\xab\x0e\x58\x5e\x84\xef\x1a\x90\x80\x62\x7c\x58\xd7\x51\x07\x14\x03\xb0\xba\x7e\x3a\x60\x0d\x8f\x37\xdd\x74\x40\x31\x16\xae\xeb\xa5\x03\x96\xe9\x75\xba\x4e\x3a\xa0\x18\x7d\xd5\xf5\xc7\x01\xcb\x4b\xed\x5d\xdf\x5b\xb7\xf2\xab\x2b\x36\xf4\xbd\x01\xd5\x9b\x12\xc3\x58\xe4\xf1\x3b\x27\xea\x82\x56\xa4\x15\x53\xdc\x26\x68\x55\x5a\x45\x57\xee\x90\x9a\x24\xe3\x4e\xf9\xba\x86\xee\xb8\xf1\xf3\x0a\x84\xa4\x29\xc9\xa8\x75\xbe\xcb\xa1\xe7\x0d\xa8\x5e\x9d\x1c\x3a\xd9\x86\x91\xc8\xfe\xe1\x87\x0e\x35\xa0\x99\xff\x6c\xe8\x4f\x03\x9a\xe9\xd5\x86\xee\x34\xa0\x99\x54\x67\xe8\x4d\x03\x52\xa2\x58\xfd\x1a\x7a\xd3\x80\x66\xae\xb6\xa1\x33\x6d\x18\x86\xec\x9f\x6e\xe8\x4c\x03\x9a\x99\xd9\x86\x3e\x32\xa0\x99\x60\x6d\xe8\x0e\x03\xe2\x58\x67\x68\xfa\xc3\x80\xa0\x39\x10\x67\x95\x94\x5b\xe4\x91\xea\x19\xd0\x0c\x6b\x1a\xaa\x67\xc3\xf8\xe2\xd5\xec\xd5\x99\x26\x82\xb8\x96\x63\x73\xa6\x86\x17\x2f\x3e\xaf\xa1\xca\x06\x04\x8d\x79\xa9\xb3\x01\xa9\x1b\xaf\x33\x54\xda\x80\xf8\x82\xe9\x56\xad\x0d\x08\x9a\xed\x5c\xe8\xac\x8a\x4d\xb7\x3a\xe1\x80\x68\x26\x4d\x9e\x64\x1d\xe8\xfc\xeb\x86\x4e\x38\xa0\x99\x06\x6b\xa8\xf1\x0d\x7d\x70\x94\xd0\x5e\x43\x1f\x1c\x10\x34\x26\xab\x1a\x08\x34\x0a\x31\xac\xa1\x0b\x6e\x64\xfd\xec\xd5\xc1\xc9\x93\x7c\x74\x71\x76\xa6\x2a\x1e\xd0\x94\x73\x86\x2a\x1e\x90\xaa\x59\x1a\x87\x3a\xde\x38\xbe\x35\x06\xa7\xa7\x0c\x08\x1d\x5b\x9a\xf3\x2a\x0a\x3f\x7e\x23\xea\x7d\x83\x74\x61\x03\x19\x6c\xa8\xe3\x01\xf1\x28\x73\x50\x7d\x1b\x94\x91\xa1\x02\xef\x1a\xaa\x6f\x43\x37\x16\x75\x64\xd6\x50\x7f\x03\xd2\x31\x9d\x0e\x15\xb8\x61\x1d\x19\x35\xcb\xa1\x02\x07\xb4\xf3\xd9\xa8\xc0\x01\xe9\xd8\x53\x87\x1a\x1c\xd0\x3c\x59\x86\x5e\xac\xa1\x17\x4b\x53\xe9\xd0\x58\x3d\xf4\x62\x69\x18\x1d\x7a\xb1\x80\x76\x3e\x7d\xe3\x7d\x87\x8e\xad\xe6\x6e\x52\xd3\x1b\x3a\xb6\x0c\x77\x19\x6a\x6c\x40\x1a\xc6\x98\x0c\xc3\x71\x81\xe4\x05\xab\xa1\x7e\x06\x14\x6d\x49\x43\x3f\x14\x90\x6a\x73\xc0\xaa\x6c\x40\x9c\x55\xbe\x4d\x0e\x37\x6f\x44\x9d\x76\x8e\x24\x94\xb6\x66\x16\xac\xa1\xd2\x06\xa4\xa6\x07\x76\xa8\xb5\x01\xc9\x5b\x6d\x43\xb5\x0c\x88\x5e\x69\xa6\xb7\x0a\xa8\x5e\x80\x1e\xaa\x6a\x40\x33\xb9\xdb\x50\x55\x03\xb2\xb9\xd8\x86\x31\xb1\x40\xfb\x9d\x07\x9d\x41\x87\x95\x1e\x11\x6a\x6f\x40\x36\xb1\xdb\x50\x79\x03\x66\xc1\x6b\x38\xd4\xd4\x80\xf5\xf3\xfb\x50\x53\x03\x52\x37\x23\xc6\xd0\x03\x05\xac\x1f\x52\xe4\x50\x55\x03\xd6\xcf\x0f\x50\x55\x0d\x48\x4d\x95\x68\xa8\xab\x0d\xef\x07\xfb\x29\xa8\xab\x01\xcb\x30\xf5\xa1\xae\x06\x14\x6d\x88\x43\xc5\x0c\x28\x1a\xf8\x86\xde\x8d\x31\xfc\x65\x49\x72\x4a\x5e\x0e\x3e\x47\x88\xca\x1a\x90\x7e\x5e\x36\x1a\x2a\x6b\xc3\xdb\xc1\xc5\x09\x38\xcf\x73\x3b\x38\xff\x83\x76\x3d\x54\xe6\xc6\xb9\x3c\x7c\x66\xe3\xd2\x9e\xcb\xc3\x6e\x45\x35\xbc\x61\xf6\xae\xf3\xa7\x53\xc5\x03\x82\xc6\x1a\xe9\x12\x19\xe7\xf6\xb0\xc3\x52\xed\x03\xa2\x0f\x96\x44\xbd\x6f\x98\xd2\xcb\x3b\x4b\x43\xc5\x6f\x78\x7d\xd8\x49\xaa\xf8\x01\xa9\x37\x6c\x5e\x43\xcd\x6f\x78\x55\x58\x69\x60\xe8\x29\x01\x62\x37\x32\x0d\xd5\xc1\x31\xcf\x7e\x77\x28\x32\x92\x3c\x5f\x5a\xf6\x87\xfa\x20\x50\x4d\x0d\x31\xd4\x07\x87\x97\x82\x15\x1b\x86\x0a\x21\x50\xf5\x1c\x0c\x35\x3d\x20\xfe\x89\xd2\x1c\x30\xde\x8c\xd4\xec\x41\xbd\x0e\x68\xa6\xad\x1b\xea\x75\xc3\x8c\x5e\xed\xd0\x1c\xef\xc9\xe8\xe5\x71\xa7\xb2\x07\xc4\xfe\x63\x29\xd4\xf6\x80\x94\x16\x56\x86\x61\xdc\xe9\x38\x29\xbd\xfc\x10\x54\x01\x81\xa0\xd9\x87\xb3\x58\xe7\xab\x65\x29\x74\x6d\x00\x27\x21\xf2\x50\x53\x1c\x27\xec\xd4\x7f\x96\x9a\x22\x90\xb2\xf7\x29\x86\x9a\x22\x70\xae\xc0\x0f\x15\xc5\x71\xc2\x4e\xdd\x14\x2a\x8a\xc3\xb0\xd3\x73\x18\xeb\xdc\x00\x8e\xcf\x7e\xe8\xc7\x18\x27\xc2\xd4\x0d\xa0\xa2\x38\x4e\x34\xa9\x7b\x51\x47\xc6\xb0\x86\xe8\xd9\x3b\x6a\x8f\x40\xd0\x1c\x8a\x4c\xa1\x24\x92\x37\xbb\x86\x0a\x25\x10\xcd\xe8\x56\xe5\x11\x48\x55\xbf\xf3\x30\x76\x14\x48\xc7\xb8\x33\xd4\x28\x87\x1a\x65\xf7\xc8\x50\xa3\x04\x52\x37\x03\xef\x50\xa5\x04\xa2\x1d\xc3\xd3\xbb\x31\x8c\x0e\xed\xc8\xb9\x43\x45\x73\x18\x1d\x3a\xfc\x95\xa9\x69\x02\xf1\x3b\xf6\x59\x59\x80\x17\xa4\x9b\x78\x7a\xa8\x7e\x02\xd1\x0e\x2e\xab\x6c\x02\x69\x0e\x42\xe1\x86\x2e\x0f\x20\xe6\xe6\xb3\xee\x01\x5c\x1e\x25\x29\xcb\xa8\x81\x02\xd1\x8e\xf1\xa9\x82\x02\x6d\xba\x42\xaa\xa0\x40\x3a\x96\xb1\xa1\x0e\x0a\xb4\xe9\x1e\x50\x07\x1d\xcf\x89\x96\xb0\x99\x5c\xc1\x31\x72\x3e\x46\x1d\x23\x40\x3a\x4e\xc3\xa1\x16\x0a\xa4\x63\x0a\x1f\xaa\xa1\x40\x33\x09\xff\x50\x0d\x05\xf2\xef\x74\xe0\x0e\x08\x28\x3a\x72\x86\x6a\xe8\xf0\x1e\xef\xd9\x77\xea\xa1\xc3\x7b\xbc\x67\x1b\x1b\x56\x3a\xce\x3d\x5e\x0f\x6b\x7d\x2a\xc3\x7b\xbc\xe7\x4f\xab\xc2\x0a\x04\x97\xe8\x43\x8d\x15\x68\x3a\xda\x86\x0a\xeb\x50\x61\x35\x6a\x61\xa8\xb0\x02\x41\xf3\x51\x59\xf2\x1a\x79\xed\x0f\x59\x95\x75\x1c\x95\x55\x21\x45\x95\x75\x1c\x95\x55\xde\xa9\xb2\x0e\xa3\x48\xcd\xf5\x39\x54\x46\xc7\x71\xbf\x30\x5b\x95\xd1\xa1\x96\xd9\x95\x6f\x75\xb5\x8c\x7d\xd6\x5a\x9a\x6b\xbd\x4f\xec\x14\xdd\xaa\x66\x0e\x1d\x2b\xd6\x09\x18\xea\x99\xe3\x4f\xcf\x84\x53\x46\x7e\x02\x69\x18\xde\x3f\xcc\xa0\x35\x2c\x72\x84\xdd\x6d\x18\xd1\x09\x44\xb7\x34\x53\x6f\x04\xe2\x18\x64\x28\x2a\x8e\x40\x70\x8a\x2e\xd4\x1c\x81\x64\x05\xdf\x35\x8c\xf2\x04\xb2\xf1\x4c\x43\xcd\x11\x48\xb5\xb9\x17\x55\x1d\x81\x7a\xce\x0a\xf5\x44\x20\x7a\xb5\x07\xf9\xf9\x61\x02\x70\x79\x54\x14\x87\xe1\x9c\x46\xd9\x0d\x35\x45\xa0\x99\x38\x70\xa8\x29\x0e\xc3\x34\xd7\x79\x9b\x1b\xea\xa3\xcc\x1a\xaa\xf7\x54\x53\x04\x52\x29\x8c\x77\x1a\xa5\x09\x64\x43\xbc\xa6\xda\xe3\xa4\x60\xa9\xc6\xd5\xa9\xa2\x08\xcc\xd2\xff\xbb\x82\xd8\x9a\xea\x91\x33\x54\xc7\xa2\xcb\x75\x1a\xc1\x39\x4d\x69\xcd\xf7\x3d\x55\x23\x81\xa2\x59\x6e\x1a\xab\x09\x14\xcd\x6d\xd3\xb0\x4c\xa0\xac\xf3\xe0\x2b\x09\x53\x4e\xb1\xd5\x27\x09\x8f\x39\x7f\xf8\xa9\xc6\x38\xc9\x8c\xa5\xc3\x74\xaa\x1d\x4e\x93\x55\x73\x18\x4d\x95\x43\xa0\xe8\xf5\x9d\x06\x5a\x02\x69\x0e\x8c\xf4\xd3\x40\x4b\x20\x8d\xcc\x6f\x75\xaa\x44\x02\xf1\x25\x4f\x68\x4e\xd3\x14\xd6\xfc\x7c\xa6\x0a\xe3\x34\x37\xf5\x99\x81\x0a\x23\x50\x35\xdb\x4e\x15\xc6\x69\x6a\xea\xbf\xf1\x6e\x69\x47\x0e\xb0\x9d\x33\x4d\x1a\x86\xf9\xab\x4c\x35\xc6\x69\x6e\xea\x33\x31\x35\x46\xa0\x1a\x56\x30\x55\x0e\x81\xd4\xbc\x1b\x33\x55\x0e\x81\x66\x96\xb1\xa9\x22\x38\xcd\x42\xad\x5b\x79\xaa\x08\x02\xd1\x43\x81\xe6\xfa\x65\xe5\x20\x57\x4b\x4d\x10\x88\x67\xe1\xa7\x6a\x1f\x50\x8d\xfb\x9d\x7a\xff\x80\x66\xbe\xb0\xa9\x22\x08\xa4\x9e\xab\xf3\x72\xae\x59\xe7\x38\x27\xca\x54\x39\x04\x9a\xf9\xe0\xa6\x8a\xe0\xb4\x3c\x69\x73\x12\x7a\xfb\x80\xf8\x14\xe9\xd5\x4b\xa4\x40\xd0\xe0\x89\x1a\xe3\xf4\x12\xa9\xd5\xbd\xa6\x81\x94\x40\xf3\x82\xe7\x54\x61\x04\x9a\x01\x88\x53\x3f\x21\xd0\x7e\x67\x6c\xce\x34\xa0\x99\xa7\x6c\xaa\x07\x02\x71\x9a\xf0\x7e\x95\xbe\x69\xf1\x50\xca\x27\xae\xa9\xd2\x07\x44\x3b\x5e\xa7\xdf\x0e\x88\x76\x30\x58\x4d\x10\x68\xde\xe5\x99\x2a\x82\x40\xfc\xc7\xed\xc2\xf1\x72\x31\x34\x79\x8d\x62\xaa\x09\xce\x73\xf3\x93\x43\x6c\xea\x06\x04\x82\x06\xeb\xd4\x0e\x81\x60\x93\xef\x73\xc3\x56\xec\x8c\x87\xe4\x1a\x5a\x79\x54\x66\xea\x2e\x04\x5a\x3d\x73\x70\x09\x03\x9a\x97\x6f\xa7\xee\xc2\x69\x91\x51\x15\xbc\xa9\x73\x10\x68\x5e\x8c\x9e\xaa\x95\xd3\xe2\xa1\x14\x5d\x5e\x53\xb5\x12\x68\x5e\x04\x99\xde\xdd\x9c\xd6\x0e\xa5\x5c\xf3\x9a\x6a\x95\xc0\x49\xbd\x34\xf5\x0e\x02\xd1\x8c\xb1\xa9\x69\x02\x41\x83\x21\x6a\x9a\x40\xf3\x36\xc3\x54\xd3\x04\x52\xf6\x8e\xe7\x54\xd3\x04\xe2\xd0\xe5\x75\xea\x95\x93\x3b\x99\xd9\xbb\x7c\x53\x1f\xe0\xec\x27\x10\x80\xf7\x19\x06\x09\xb4\xb1\x6c\xe6\xaa\x76\x6d\x14\x72\xce\xc8\x48\xa0\x8d\x25\xc9\xb9\xf6\x13\xa4\xea\xa3\xae\x60\xb7\x7c\xff\x79\xd4\xf9\x07\xb4\xe9\xe2\xab\x95\x02\xa9\x53\x5b\x7e\x4d\xbd\x85\x40\xf3\xfa\xc1\x54\x05\x9d\xc6\x3b\xfa\x11\xaa\x82\x02\xcd\xdf\xe1\x54\x03\x05\x52\xf1\x0f\x3e\x55\x41\xa7\xb1\x8d\x5e\x35\x99\x3a\x07\x81\xf8\x33\x43\x53\xc8\x06\xb2\x81\xcb\x53\x07\x0d\xb0\x7e\x9e\x2d\x8a\xd3\xc0\xa2\x6a\xe4\x9a\x4a\xd3\xf3\x3a\x82\x13\xac\xf4\x76\x16\x50\x95\xa5\xa6\xd2\x34\x50\x15\xb9\xa6\xc2\x34\x10\x07\x15\xc3\x55\x98\x06\xaa\xb1\x1d\x53\x59\x7a\x2a\x4b\x67\xf7\xa5\xb2\x34\xd0\xbc\x9b\x36\x15\xa5\x81\x54\x1b\x12\xe2\x54\x94\x06\x62\x4b\x3b\x10\x67\x65\xa1\x50\x9d\xb1\x53\x51\x1a\x68\x26\x49\x98\x4a\xd2\x53\x49\xba\x77\xbb\x70\xf6\x37\x82\x14\xc6\xdf\xa9\x70\x0d\x44\x33\x69\xee\xd5\xdb\x3b\x2a\x7e\x82\x0a\xd7\x40\xd0\xd8\xfb\x0a\xd7\x40\x2a\x29\xfd\xc3\x6d\xb2\xa9\xec\x3d\xbd\xc1\xe5\x7d\xd8\xa9\xa0\x0d\xa4\x96\xb1\x3f\x4f\x25\x6d\xa0\xe9\x45\x9c\x0a\xda\xf3\xe4\xca\x4d\x3e\x2a\xcf\x9e\xc3\x33\xd8\xad\xa4\x0d\x04\x0d\x9e\x29\x69\x03\xf1\x2c\x3c\x33\x06\x09\x88\x76\x76\x2b\xd3\x1e\x23\xb3\x65\xa4\xf2\xf7\x34\xaf\xae\xd7\x9f\xa6\xc2\x36\x10\x1b\x90\x0f\x46\x2f\x0a\x90\xbd\x2f\x30\x15\x5c\x81\xd4\x8a\x07\xb2\x2e\x13\x20\x1e\xe5\x75\xfa\x4c\x80\x6c\xa8\xfb\x54\x98\x05\xd2\x29\x9c\x38\x15\x66\x81\x54\x0d\xdf\x9d\xba\x51\xa6\xa5\x5f\xfc\xa7\x2a\xdf\x4e\x4b\xbf\x28\xc6\x28\xde\x02\xd3\xa4\x29\x53\xe9\x16\x88\x97\x31\x5e\xef\x35\x01\x45\x87\xd4\xd4\xb3\x02\x14\xcd\xe3\x53\xcf\x0a\x50\x34\xbf\x4f\x93\xc6\x00\xeb\xe7\x87\xe0\xe5\xa7\x69\xce\x18\xd3\xf1\x4d\xa5\x67\xa0\x68\x43\x98\xfa\x64\xe6\xf1\xc9\xc0\x0d\x05\x65\x20\x1d\xe3\xd7\x54\x50\x9e\xba\x58\x5c\x7b\x5d\x2c\x40\x39\x1f\x9f\x72\x32\x90\x46\xf6\x8b\x57\x4e\x06\x16\xe5\x58\xd7\x54\x26\x06\x96\xd9\x87\xa7\x32\x31\x10\x9f\x32\x9b\xc6\xeb\x4c\x40\x39\xa2\x89\x32\xf1\xa4\xd6\x8b\xb6\xfc\xa5\xfc\x0b\xa4\x9f\xd2\xf4\x52\xd8\x5d\xba\x4a\x54\x6c\x96\xae\x12\xa0\x2a\xd4\x2d\xc5\x59\xa0\x7a\xf0\x2c\xc5\x59\x20\x9e\x2c\xd0\xa6\xb4\x23\x0f\xd9\xeb\x92\x86\xff\xfc\x74\x70\x49\xba\x38\x79\xec\xe0\x91\x84\x29\x0d\x3d\x6c\xe9\x15\x01\xd2\x28\x68\x30\x4b\x89\x16\x68\xe6\x92\x5d\xba\x40\x96\x25\xfb\xf5\x50\x2c\xa5\x5c\xa0\xea\xe9\x5c\x4a\xb9\x40\x1d\xe7\xc9\x2a\x49\x87\x3a\xff\xcd\xa5\x94\x0b\xa4\x9f\x16\x9b\xa5\x94\xbb\xd2\x91\xfc\x7c\xd6\x99\x22\xe5\xea\xc2\x5a\xba\x4a\x80\x74\xb6\xee\x32\x15\x0b\xd0\x0c\x1f\x5e\x0a\xc3\x40\x33\xe7\xef\x52\x16\x06\xd2\x50\x31\x59\x0a\xbe\x40\xfb\x9d\x0e\x3e\x49\xca\x82\x4e\x4b\x19\x17\x68\x9a\x55\x97\xf2\xec\xca\xc7\x26\xc6\x70\xf5\x76\x00\x21\x47\xd1\xab\x02\xed\x32\x77\x4a\xb3\x0b\x05\x5a\xa0\xfd\x4e\x0f\x4e\xcb\xdc\x29\x26\x77\x5a\x7a\x36\x96\xb9\x53\xac\xa3\xb7\x94\x71\x57\xd6\x26\x36\x1c\xca\x2b\x4d\x9b\xd8\x70\x28\x4e\x8c\xab\x44\xf5\x34\x73\x62\x0a\xb9\xd6\xdb\x5b\x0a\xb9\x40\x4a\xc6\xe2\x2f\x5d\x20\x40\xd0\x18\x9e\x92\xef\x52\xf2\xb5\x08\xdf\x52\xf2\x5d\xe5\x48\x97\x1d\x9a\x1c\xe0\x06\x91\x37\xd6\x97\x42\x2e\x10\x0b\xc6\x2c\x94\x72\x81\xd4\xb4\x3a\x2d\xc5\x5c\x20\xce\x07\x5f\x27\x07\xca\xd1\x4c\x99\x99\xb2\x2f\x10\x67\xa8\xcf\xba\xb4\xde\x17\x32\xc6\x7e\xe9\x53\x01\x9a\xd9\x63\x96\xd7\x85\x16\xa5\xf9\x4d\xa8\xb4\x74\xa9\x2c\x43\xe2\x2c\x89\xb6\x14\xa5\x97\x05\x58\xbc\xda\xb0\x74\xa9\x2c\x6f\x0b\xd5\x9f\x34\x19\x60\x51\x16\x0b\x8d\x2e\x45\x69\xc0\xaa\xfe\x6b\x29\x36\x03\xd1\x8c\x89\x29\x36\x2f\x8b\xf3\x77\x99\xa2\xd8\x0c\x34\xef\x36\x2c\xa5\x66\x20\x75\xaf\xb6\x2f\xa5\xe6\x65\x71\x7e\x95\xab\xa5\xd4\x0c\x04\xcd\x2e\x9c\xbf\x97\x85\x2c\xbf\xb7\x94\x9b\x81\x68\x47\x1f\x4a\xc9\xcb\x92\xfd\xa6\x47\x59\xfa\x68\x80\x36\xfe\x25\x27\xeb\xd2\x83\x03\xb4\x73\x16\x28\x6a\x2f\xeb\xf9\x9b\xc6\x65\x19\x88\x07\xa4\x62\x5c\xda\xf2\xca\x11\xd0\x66\xb7\x7f\xcf\x82\x76\x7e\xed\x8e\x53\x36\x36\xc5\x54\xb6\x82\x52\x3a\x10\xcd\x7c\x54\x2e\x2a\xa6\x9b\xec\x64\x29\xa6\x2f\xcb\xf9\x5b\xf5\x71\x29\xa7\x03\xcd\x0b\x92\x4b\x31\x1d\x88\x9d\x2a\x4d\x8e\x21\xa6\xaf\x43\xf2\x3b\x6a\xe7\xfa\x0e\x3d\xe8\xfd\x01\x52\xf1\xb6\xef\x52\x4c\x5f\xa6\x53\xf1\x82\xc8\xf2\xfe\x12\x90\x86\x95\x3c\x97\x41\x53\x40\xf6\x86\xdf\xd2\xb8\x0e\xfc\x7d\x32\xda\xd6\x81\xf8\x2a\xd9\xcf\x1a\xd7\x81\xec\x05\xbb\xa5\x1d\x7d\x1d\x3b\xba\x1f\xb4\x76\x74\x20\xfe\x21\xbe\xce\xb9\x9e\x7c\x98\x58\xfd\x96\x76\xf4\xa5\x1d\xbd\xb9\x13\x34\x90\xaf\x63\x20\xe7\xaf\xbd\x34\x86\x03\x41\xb3\x9d\x0b\x8b\x35\xbc\x4f\xcc\xd7\x4b\x6b\x38\xd0\x4c\xfc\xb5\x34\x86\xaf\xeb\x7c\x0b\xec\x09\x05\x75\xa0\x19\x81\xb0\x34\x86\x03\x31\x0b\x7b\x70\x66\x97\xbe\x44\x7e\xf9\x4b\xe9\x1d\xc8\x1a\xf9\x97\xd2\x3b\x50\x34\xb4\x2d\x6d\xe1\x40\xd1\x7b\xb1\x94\xe7\x81\x35\x1c\xad\xe1\x56\xc0\xb2\xf6\xe2\x52\xc4\x07\xca\xf9\x73\x29\xe2\x03\xcb\x3a\x8e\x4b\x09\x1f\x28\xe7\xcf\xa8\x84\x0f\x94\xf3\x2b\xf3\x7a\x00\xb0\xac\x1c\xb9\x14\xe6\x81\x54\xcf\xf9\xa1\x30\x0f\xc4\xba\x48\x93\x1b\xb7\x8e\x32\xa7\xa9\x34\x0f\x04\xcd\xf7\xc9\x8d\x5b\xe9\x12\xb1\x71\x29\xce\x03\xe9\x67\x90\xf7\x52\xe6\x06\xea\x11\x50\xb4\x77\x2f\xd3\x59\x9a\x97\x7f\x29\x86\x03\xd1\x05\x73\x55\x0c\x07\x52\x3b\x8c\x33\xea\x0a\x88\xcf\x86\xe1\x29\x87\x03\xf1\x3e\xfb\x70\x6a\x27\x79\xa5\x6b\xaf\x7c\x0d\xa4\x9f\x16\x8a\xa5\x7c\xbd\x4e\xa2\x4a\xff\x5d\x1a\xb8\xd7\x49\x54\xe9\x21\xa1\xcc\xbd\x4e\xa2\x4a\xd9\xa7\x81\x7b\x1d\x03\xb7\xd2\x81\x06\x6e\xa0\x1a\x2d\xb3\xbc\x34\x00\x54\xbd\x91\x4b\x93\xf7\x32\x0f\xa5\x87\x95\x16\xef\xf5\x2a\xb9\xf8\x19\x6a\xde\x06\xaa\xc1\xbf\x4b\xeb\x36\x10\xcd\x98\xbf\xd6\xed\x75\xd2\x50\xfa\xf7\xd1\xba\xbd\x4e\x1a\x4a\xcf\x3e\xad\xdb\x40\xd5\x9c\xb8\x0c\xc8\x02\x52\x37\x62\x7a\xa9\x4a\x00\x55\xb7\xeb\x52\x95\x00\xa2\x57\x7b\x90\x4b\x2f\x1e\x3e\xbf\x24\x35\x09\xa0\x1a\x63\xb4\xd4\x1a\x96\x5a\x43\xf6\x7b\x50\x6b\x00\x4e\xb2\xc5\xa5\xd6\x00\xc4\x69\xc0\xd8\xbc\x6e\x00\x04\x8d\xe9\xab\x4a\x00\x41\xf3\x59\x59\x82\x2e\xd1\x32\x1a\xff\x52\x97\x00\x52\xb2\x4e\xd8\x52\x99\x00\x82\xc6\xf2\xab\x4d\x00\x41\x83\x4d\xea\x0e\x40\xf4\xe1\xfb\x9c\xec\xc6\xb4\x77\x48\xee\x88\x7d\x0e\x30\x66\xab\xe5\x7d\x1d\xcb\xbb\x0b\xab\x42\x01\x34\x23\x8e\x97\xca\x03\x10\x67\x9a\x34\x67\x76\xac\xec\x1e\xe0\x6a\x0f\x40\x4a\xeb\xd0\x9c\x99\xe9\x26\xbd\xbd\xb8\x34\xbd\x2f\x4d\xef\xa6\x07\x5c\xaa\x19\xcb\x7c\x93\x66\x65\x5c\xea\x19\xcb\x7c\x93\x66\xef\x5b\xda\xde\x97\xf9\x26\x4d\xc1\xb7\xd4\x3d\x80\xa0\x31\x5d\x95\x8f\x65\x72\x49\x93\x01\x2e\x0d\xf2\x40\x33\xcb\xcf\xa5\xf1\x1d\x20\xf5\xc1\x7f\xfe\xcc\x2f\xd5\x95\xcb\x2c\x93\xe6\xd4\xbb\x54\x57\x80\xe8\xcc\x37\x57\x69\xba\x40\x51\xb9\x2e\x75\x18\x20\x68\x03\x5a\x97\xa6\xff\x87\xf3\xf0\x52\xb1\xb9\xcc\xb4\xa0\x87\xed\x52\x89\xb9\xcc\xaa\xe0\xa9\x71\xa9\xc5\x5c\x66\x55\x30\x30\xe1\x32\xe0\xeb\x32\xab\x82\x87\xda\xa5\x6a\x03\xc4\x62\xf9\xec\x2b\xcd\x08\x45\x34\xb6\x4b\x7d\x07\x68\x66\xc6\xbd\xb4\xe9\x5f\x26\x55\xf0\xf0\xbb\x54\x81\x80\x78\x1d\x53\x53\x07\xba\x4c\xaa\xa0\x8f\xfa\x52\xbb\xb9\x4c\x96\x60\x62\xfd\x4b\xed\xe6\x32\x59\x82\xb7\x4f\x2f\xb5\x1b\xa0\x79\x99\xf5\x52\x93\x01\x9a\xc9\x40\x2e\x15\x19\x20\x9e\x74\x24\x4e\x36\x69\xb7\x71\xc4\xaa\x32\x40\xf4\x6a\x0f\x4e\x36\x69\xb8\xe1\xd8\xbc\x54\x6f\x80\x68\xe7\xfb\x9c\xad\x76\x7d\x3d\x0c\x97\x76\xfd\xcb\x9c\x0a\xda\xcf\x2e\x75\x1e\x20\xfe\xc1\x2c\x90\x91\x60\x97\x91\x60\x7a\xc0\x2e\x8d\xfd\x97\x91\x60\xda\x2f\x2e\x95\x23\x20\x68\x70\x4f\xe5\xe8\xca\x87\x2b\xf6\x2b\x57\xb2\x97\x30\xdc\x04\x2a\x4c\x40\xb4\x93\x26\xab\x8c\xfb\x32\x78\xfb\x52\x3b\x02\x82\xc6\x7c\xd5\x8e\x2e\x73\x2f\x64\x49\xb2\xca\x58\x30\x6f\xf4\x5d\x2a\x4c\x40\xd0\xec\x42\x56\x65\x45\xe3\xe2\xd4\x64\x55\xd6\x05\xc2\x47\x7c\xa9\x31\x5d\xc6\x8c\x71\xc4\x5c\x2a\x4c\x40\x3c\xca\x6a\xa8\x30\x01\x21\x86\xc2\x15\xdd\x02\x40\xb4\xf3\x75\x72\xc5\x94\x0b\x6e\x02\xe3\xc8\x80\x68\x66\x17\x32\x05\x4f\x81\x3f\x80\x4b\x1d\x0a\x88\x66\xac\x99\x3a\xd4\x55\x8e\x59\xcb\x76\xf2\xe9\xc4\x9b\x65\x47\x27\x9f\x8a\x96\x77\x4e\x8e\x4b\x1d\x0a\x48\x53\xdb\xd4\xa5\x0e\x75\x99\x73\x21\x25\x87\x27\xa3\x8c\x55\xfb\xf9\xa8\x7c\x32\x56\x2d\xf1\xe3\xb9\x54\xac\x80\x36\x7f\x92\xe4\x53\xd5\xf7\x8a\x92\x70\xa9\x57\x01\xd1\x03\x7c\x52\xaf\x02\xda\xc4\xd3\x7c\xe9\xb5\x00\xa2\x19\x2b\xa6\xaa\x05\xb4\xf9\xf3\x6d\xb2\xae\x1e\xbd\x01\x9e\xa8\x6a\x01\x21\xfc\x4b\x93\x4f\x27\x09\x83\x7b\x56\x5d\x0b\x08\x9a\x5d\xc8\x93\x93\x84\xc1\x6f\x4f\xbd\x0a\x68\xb3\x4b\x92\x25\xa8\x55\xc5\xaa\xa0\x97\xfe\x88\xeb\xe4\x65\xf0\x53\x51\xd5\xba\x4e\x5e\x06\x3f\x5b\x15\x27\x20\x68\x4c\x43\xcd\xe9\xfa\xd3\x92\xe0\xb1\x5a\xd2\x75\xb4\x24\x36\x85\x5a\xd2\xa5\x96\xa4\x82\x71\xa9\x25\x01\xcd\xdb\x85\x97\x5a\x12\x10\x8b\xcd\x88\xd5\x92\x80\x78\x94\x11\x1b\x36\x77\xe1\xcc\x30\x1d\xce\xa5\x92\x04\xc4\x19\x60\xaf\x4e\xd6\xec\x0d\x5e\xb0\xbe\x54\x89\x80\x53\x23\xe4\xd2\x71\x01\xa4\xa2\xb9\xef\x52\x23\x02\x9a\xf6\x8c\x4b\x85\x08\x08\x49\x81\x5e\xf5\x65\x5c\xfa\x32\xbc\xbe\x70\xe9\xcb\x00\x9a\xb6\x86\x4b\x5f\xc6\x45\x46\x87\x62\x78\xf8\x65\x30\x1d\x90\x8a\x39\xa7\x2e\x9d\x19\x97\xce\x0c\xd3\x70\x5d\x3a\x33\x2e\xb3\x3c\xc8\x39\x7d\x19\x97\x59\x1e\x4c\x12\x76\xe9\xcc\x00\xd2\xd0\x37\x72\x19\x1f\x05\x04\x8d\x2e\x54\x61\x80\x6c\x60\xcd\xa5\xba\x02\x2c\xcb\xc2\x5f\xaa\x26\xc0\xb2\xe0\xfb\xa5\x1e\x72\xdd\x84\x55\xcb\x38\x95\x0e\x20\x44\x67\x69\x32\x0e\xc7\xc2\xc8\x7e\x4d\xaa\x1d\x40\x88\x93\xff\x50\x3c\xfc\x52\x2d\x01\x42\xb4\x62\x01\x74\x3c\x5c\x56\xe1\x3b\x3b\x41\xcf\x03\x50\x35\x18\x5f\xea\x2a\x40\xf3\x62\xd5\xa5\xaa\x02\xc4\xdb\x1c\xa8\x7c\x35\x84\x27\xa3\x56\x5e\xaa\x2a\x40\xb4\x83\xb1\xaa\x2a\xc0\x29\x78\x71\xa9\xa9\x00\xa9\x0d\xc4\xf9\x4b\xc7\xc3\x75\x1f\x09\x47\xda\x61\x99\xf6\x39\x8f\x47\x1d\x0f\x97\xb9\xe1\x74\x81\x5c\x6a\x39\x40\x33\xef\xf2\xa5\x96\x73\x9d\x74\x71\xa8\x95\x97\x5e\x04\x20\x65\xe3\x75\x2e\xb5\x97\xcb\x3c\x70\x86\xb7\x5e\x7a\x07\x2e\x93\xbe\x19\x54\x7a\xa9\x95\x00\x71\xa0\xf9\x3e\x87\x17\xd0\x26\x16\xb0\x4b\x05\x04\x88\x4f\x1c\x16\xab\x81\x00\xcd\x74\x87\x97\x1a\x08\xd0\x26\xa6\x86\x4b\x0d\xe4\xe2\xd2\xb2\xf7\x87\x2f\x15\x10\x20\x9d\xcb\x5f\x97\x1a\x08\xd0\x54\x84\x2e\x15\x10\x20\x75\x43\xc5\x2f\x15\x90\xcb\xf2\x79\x4a\x4d\x6a\x11\x40\x30\x4e\x9a\x33\xb0\x28\xbd\x7f\x33\x9d\x0f\x97\x91\x34\x26\xd5\xbb\x54\x23\x80\x62\x70\xde\xa5\x16\x01\x44\x33\x1f\x75\x0a\x5b\x2d\x52\x19\x51\xf5\x00\xa8\xda\x23\x2e\xb5\x83\x6b\x1f\x85\x51\x9a\x1b\x67\x1f\xe5\x10\x8e\xa8\x09\x00\x41\xb3\x9d\xcb\xa0\x26\x70\x06\xec\xc6\xd9\xa8\x3d\x92\x14\xfa\xaf\x93\x64\xde\x33\x5f\x2f\x02\x10\x34\xb8\x64\xb8\x0d\x10\x34\xb8\xa9\x76\x70\x79\x7b\xa3\xfb\xd3\x53\x13\xb8\xd4\x04\x8c\xcf\xbf\xd4\x04\x2e\x35\x01\x23\x94\x2f\xa5\xfe\xeb\x3b\x9f\x89\xfd\xba\x99\xbe\xa3\xe3\xd8\xaf\xb3\x25\xe2\xc6\x3b\x8f\x97\x42\xff\x65\xfe\x34\x6f\xff\x5c\x0a\xfd\x40\x7c\x12\xbe\xce\xd9\xfe\x29\x02\xbe\xce\x55\xe4\x12\x47\x4f\xac\xf6\xad\x26\x00\xc4\xfb\x7e\xd0\xb2\xb4\xec\x8d\x8d\x0e\xad\x48\xc3\x49\x0e\x07\x6e\x45\xfd\xfb\x88\xf5\x28\xe0\xb7\x62\x3d\xd0\xcc\x9e\x73\xeb\x9a\x00\xa2\x59\x86\xb6\xa4\x59\x4d\xb9\xdb\xeb\x25\x4d\x41\x17\x0d\xe3\x56\xaa\xbf\x95\xea\x2d\x11\x76\x2b\xd5\xdf\xbf\x23\xe8\x3a\x94\x57\x1a\xb9\x01\xb3\xa4\x2d\xe9\xc8\xb9\x4e\xe2\x93\x66\x71\x0f\x7e\xca\xb7\x52\xfd\x6d\xaa\x34\xdd\xce\xb7\x52\xfd\x7d\x52\xa5\x71\x64\xdd\x7a\x36\x6e\x53\xa5\xf9\x43\xbb\x95\xf4\x81\xd8\x03\x0c\x59\x49\x1f\x88\x03\xc0\x67\xe5\x4a\x52\x06\x71\x7c\x46\xeb\xdc\x49\x43\x65\xf6\x59\xd9\x92\x94\x41\xa6\x7d\xc8\x16\x1c\x19\xb3\xfb\xa8\x53\xcb\x27\x9c\x8a\x66\x8a\xe1\x40\x3b\x23\x56\x0a\x07\x9a\xb6\x95\x5b\x21\x1c\x88\xff\x23\x9d\x2a\x84\x03\xd9\xe8\xc7\x5b\x79\x1b\xa8\xfa\xc3\x6e\xfd\x13\xb7\xfe\x89\x62\x2b\x47\xab\x04\xae\x49\xf2\x56\x02\x07\x62\x8b\xf9\xa8\x8b\x98\x35\xb5\xba\x88\x8a\xdb\x40\x70\x8e\xd5\xc9\x67\x5a\xe6\x45\x72\x03\x28\x6e\x03\x43\x5f\xfc\xad\x68\x0d\x34\x35\xe1\x5b\xc9\x1a\xc8\x86\x26\xde\x7a\x22\x6e\x3d\x11\xde\x93\xbe\x15\xb6\xef\x72\x96\x6b\x41\x73\xf6\xe5\x6c\x62\x06\xa2\x64\x0d\xc4\xd6\x81\x73\x8a\xd1\x40\xea\x29\x4b\x73\xb2\x7f\x62\xb4\x34\x27\x5b\xce\x64\x99\x84\x62\x34\x90\x8d\x58\xb8\x95\x98\xef\x62\x98\x39\x2a\xec\xad\x78\x0c\xa4\xaa\xf0\x72\x2b\x1f\xdf\x95\x6b\x82\xff\x72\x65\xfc\x56\x52\x06\xd2\x4f\xf7\xcd\xad\xa8\x0c\x54\x2d\x74\xb7\x92\x32\x50\xf5\x6f\xde\x4a\xca\x40\x3c\xc9\x47\xa9\xa4\x7c\xeb\x94\xf0\x86\xd4\xad\x54\x0c\x04\xcb\xd8\x92\x7a\x20\x6e\x3d\x10\x1a\xfc\x6e\x25\xe5\xbb\x9e\x1f\x09\xec\x51\x52\xbe\x0d\xdc\x39\x83\x93\x15\x06\xee\x9c\x5e\x5d\x75\x03\x77\x38\x96\x6f\xe5\x64\x20\x98\xc3\x40\x74\x49\x00\x6d\xba\x87\x14\x9d\x6f\x45\xe7\x94\x7d\xd4\xd9\x93\xc4\x7d\xfa\x91\x2a\x39\xdf\xa6\x34\x33\xab\xf7\xad\xe8\x7c\x2b\x3a\x9b\x62\xfd\x56\x4e\x06\x9a\xb1\xb1\xb7\x62\xf2\xad\x98\xec\x85\xe9\x5b\x31\x19\x28\x3f\xf7\x9a\xfe\x05\x60\x8d\x43\x72\x56\xcd\x35\xf7\xd0\x53\x24\xbe\xfb\x91\xec\x78\x9b\xb2\x2e\x90\x7e\xda\x89\x6e\x05\x5b\x20\xd6\x86\x91\x18\xa4\x03\x04\x0d\x96\x28\xec\x02\x41\x63\xfe\x0a\xbb\xb7\x17\xff\x0b\xaa\xc3\xad\x14\x0b\x44\x1f\x8c\xcf\x90\x1c\xa0\x6a\xed\xbe\x0d\xc9\x01\xe2\x75\x0c\xcf\x98\x1c\x20\x68\x6c\x1d\x2f\x7c\x00\x41\xa3\x0b\x03\x70\x80\xa0\xf9\x3e\xa7\x31\xce\x34\xe0\xb1\xd7\x40\x80\xaa\xf9\xfc\xf6\x1a\xc8\x6d\x06\xf3\x73\x26\x79\x0d\xe4\x36\x83\xb9\xb7\x8e\x6f\xaf\x81\xdc\x66\x30\x37\x3b\xc3\xed\x3d\x10\x20\x9e\x75\x78\x6e\xb1\xa1\x11\xd0\x1f\x9a\x17\x3d\x80\x38\x1f\xe0\x94\x17\x3d\x80\x68\x47\xbf\x5e\xf4\x00\x42\x18\x66\x6a\x5e\xf4\x00\xa2\x1d\x6c\xf1\xa2\x07\x90\xba\x51\x2b\xb7\x97\x3a\x80\x68\xe7\xb3\xb2\x80\x1c\xe6\xd9\x1b\x11\xb7\x37\x3d\x80\x68\xc7\x98\xbd\xe9\x01\xc4\x3c\x98\x9b\x37\x38\x80\xd4\x0d\x51\xb9\xbd\xc2\x01\xa4\xb1\x4e\x3b\xe7\xcb\x1d\x8e\x6a\x34\xf4\xad\x8e\x02\xa4\x6e\xb0\xf6\x6d\xc6\x2b\x20\xfa\x90\xe6\x7c\x17\x86\x50\xcf\x7e\x2f\xfa\x03\xd1\x8c\x6e\xcd\x79\x75\xaf\x73\xbe\xc2\x3e\x93\x93\x03\xd1\xce\x67\x9d\xda\x52\xe8\xf4\x43\xf0\xb2\x07\x10\x87\x8a\xed\x9c\x9a\x49\xc6\xbd\x29\x79\xeb\x90\x02\x52\xcf\x38\x6e\x6e\x1d\x52\xb7\x09\xc5\xbd\xc5\x79\x7b\xb1\x03\x88\x55\x63\xd9\xbc\xd8\x01\x04\x9b\xe9\x43\xc7\x15\x10\xcf\xb2\x6c\xde\xec\xb8\xbd\xd9\x61\x4c\xe7\xad\xe3\xea\xf6\x1a\x87\x57\xb2\x6e\x1d\x57\xb7\xd7\x38\x7e\xfe\x3b\xf4\x5c\xdd\x66\x0f\xf7\xae\xe8\xad\xda\x77\x5f\xe7\xc0\x64\xcc\xba\xae\x80\x93\x4d\xf4\x56\x15\x04\x5a\x39\x23\x71\xb6\xdc\xd8\x28\xa7\x53\x27\x4b\x4e\xf0\x72\xde\xef\x5c\xad\xcb\x6e\x9c\xe7\xad\x9b\x0a\x88\xa5\xe5\x6d\xfa\x96\x6e\xb3\x78\x17\x84\xe2\x5b\xbd\xee\xf6\x72\x86\xee\xdf\x5b\x25\xee\x3e\xd1\x63\x08\xd4\xb7\x5a\xdc\xed\x45\x8c\xe2\x91\xac\x2a\x76\x1b\x03\xa6\x13\xf1\x56\xed\xba\x8d\xf7\x3a\x07\x8b\x6a\x17\xd0\xb4\x04\xdc\x6a\x5d\x40\x34\x63\xc8\x3a\x92\x80\xa0\xc1\x76\x1d\x49\xb7\x29\xb9\x8b\xc7\xbe\xaa\xd8\xfd\x9c\x21\xd3\xad\xaa\xd8\xad\x2a\x56\xb0\x88\xde\x06\x74\x01\xcd\xd0\xfc\x5b\xdf\x12\xd0\xbc\xa2\x78\xab\xb0\x01\xcd\x0b\x8f\xb7\xba\x19\x10\x7b\x87\x97\xa9\x62\xdd\x27\x57\x94\xc2\xae\xf7\x1a\xee\x93\x1a\x7b\x49\x93\xc7\xa6\xc6\xb6\x06\xde\xad\xde\x75\x9b\x1a\xbb\xf8\x3a\xc7\xeb\xb5\x06\x6f\x10\xde\x3a\x79\x6e\xaf\x30\x8c\x7f\xb9\x67\x7e\xeb\x04\xba\xbd\x95\x6f\x82\xb1\x5b\x27\x10\xd0\xcc\x3a\x7e\xab\xbe\xdd\xaa\x6f\x56\x4f\xbb\x75\x02\x01\xf1\x07\x60\x05\x8c\x31\xbb\x4f\xee\x6c\xe5\x28\x75\xba\xdb\x44\x54\x26\x08\xba\xd5\xe9\x6e\xef\xe5\x9b\x12\xed\x56\xa9\x03\xa2\x1d\x43\xd1\x0f\x04\x04\x0d\x66\xe8\x07\x02\xe2\x59\xfb\x90\x41\x27\x57\xf6\xf2\x7d\x72\x68\x73\xd5\xd7\x9f\xb6\x17\xf8\x6f\x53\x65\x2b\x5a\xe9\x19\x02\xd2\xc9\x72\x70\xeb\x19\xba\xf7\x51\x10\x7c\x54\x0e\x9c\x94\xda\x4b\x9a\x1c\xd8\xde\x82\xf4\x67\xa4\x1b\x08\x88\x76\xec\x55\x35\xc2\xfb\xc4\x95\xf9\xd9\xa8\xe9\xdd\x27\x29\x96\x9f\x88\x5a\xdd\x6d\xaa\x6c\x23\xe6\x6f\xfd\x3b\xb7\xa9\xb2\x8d\x49\xbf\x55\xcd\x80\xe6\x2d\x9f\x5b\x2d\x0c\x88\xc3\x39\x86\xf7\xa8\x71\x01\x41\x9b\xd0\x9a\xb4\x66\x17\xd2\xba\x34\x2d\x13\xfc\xdc\x1e\xbd\x26\x8f\x5e\x13\x63\xfc\x1f\x75\xae\x47\x9d\xcb\xe0\xfd\x47\x9d\xeb\xd1\x93\xa2\x53\xfa\x51\xe7\x02\x52\x4f\xd3\x76\xb7\x34\x83\x49\xf8\xa9\x3e\xea\x5c\x8f\x9e\x14\x83\x9f\x1f\x75\x2e\xa0\xe9\x1d\x7d\xd4\xb9\x1e\x75\x2e\xc3\xe1\x1e\xf5\x2b\x20\xfe\xb3\xb4\x53\x97\x7a\xfe\x74\x29\x58\x60\x98\x18\xd0\xf4\xa2\x3e\xaa\x57\x8f\x8e\x14\x03\xee\x1e\xd5\x2b\x20\x14\x0c\x5f\x27\x07\xd2\xe1\x00\x23\xd6\x45\x02\xa4\x69\xe4\xff\xa3\x8b\x04\x48\x25\xa1\x4d\x3c\xba\x48\x80\xa0\x25\x68\x9f\xb4\xcf\x5f\x2a\x5c\xd6\x1d\x02\xc4\x26\xa0\x5f\xdd\x21\x40\x3c\x2b\xcd\x69\x64\x33\xb2\x15\x9f\x75\x1e\x6a\x5d\x09\xc9\xea\x51\xeb\x02\xda\xfc\xf9\xa8\x8b\x8b\xe7\x63\x98\xdc\xfb\x51\xed\x7a\xcc\x30\x6d\x9a\x99\x47\x7d\xea\x51\x9f\x4a\x9c\x31\x8f\x2e\x8d\xe7\x64\x39\xe3\xb7\xfd\xa8\x63\x01\x6d\xfe\xec\xd5\x05\xf2\xa2\x43\x42\x17\x7f\x54\xb1\x1e\x3d\x1a\x03\x21\xe0\x51\xc7\x02\xda\x44\x9a\x7f\xd4\xb1\x1e\xb3\x9a\x69\x3d\x7a\x54\xb2\x80\xa0\xd1\xab\x4a\x16\x10\x34\xba\x55\xc9\x7a\x2c\x24\x5e\x93\x34\x67\x6b\x16\x69\xaf\x5e\x3e\x2a\x5e\x8f\x59\xa4\xcd\x3f\xf3\xa8\x78\x3d\xfa\x2f\xac\xc8\xfa\xa8\x78\x01\xa9\x99\xdb\xec\x51\xf1\x02\xda\x1c\xce\x42\xa6\x14\x4d\xf5\x1c\x53\x8f\xee\x8b\x47\xf7\x85\x89\x10\x1e\x95\xb1\x47\xf7\xc5\x70\x24\x32\xe5\x5c\xb5\x47\x06\x7f\xd4\xcf\x80\xd8\x66\x74\xa1\x7e\xf6\xe8\xbf\x30\xe7\xe1\xa3\xb6\xf5\xd4\xc3\x01\xdb\xc9\x81\xbf\x42\x5b\x0c\x45\x7d\xeb\x39\xe9\xa1\x11\xae\x1f\xf5\xad\xe7\x78\x26\x38\xcf\x1e\x3d\x13\x40\x9b\xdd\x66\x32\x40\xc7\x84\xc9\x67\x1f\x55\xb0\xc7\x8b\xf5\x26\xa9\x7d\x54\xc1\x1e\x9d\x15\xf5\xe7\xf0\xe4\x00\x41\x60\xa5\xca\x78\x75\xb0\x47\x6f\x45\xfd\x39\x3c\x59\x50\x8f\x80\xcc\xb3\x6a\x61\x4f\x3b\x96\x07\xc6\xa2\xca\xf5\xa8\x72\x59\x22\xf3\xd1\x5b\x01\xc4\xb3\xbc\x4f\x35\x0c\x68\xde\xee\x7c\x54\xc3\x1e\xd5\xb0\xca\xff\xe1\x51\x0d\x03\xda\x3a\x4f\xba\x2d\x74\x60\x9c\x81\xc8\x27\xc3\xbc\xac\x53\xf4\xa8\x99\x3d\x47\x33\xfb\xd9\x83\x93\x6d\x9e\xfb\x5d\x9a\x93\x3d\xde\x0a\x77\xad\xba\xd9\x73\xbc\x15\xcc\x41\xd5\xec\xd1\x5b\x61\x5e\xb2\x47\x6f\xc5\x63\xfe\x69\x6b\x37\x3e\xba\x2b\x80\x74\xf2\x6c\x3d\xaa\x6b\x40\x22\x8f\xd7\x7f\xfe\xde\x1f\xb5\xb9\x47\xd7\x85\xd9\xc6\x1e\xb5\xb9\x47\xd7\x85\xd7\x06\x1f\xef\xf3\x3f\x27\xa3\xb4\x07\xa0\xf7\xf9\x9f\x93\x51\xda\xa3\x5d\x35\xed\x39\xa9\xa2\xdd\x5d\xde\x9d\x00\x52\x57\xb8\x7f\xbc\x3b\xf1\x9c\x5c\xd1\xd3\x67\x5d\xaa\xbf\x5c\xd1\xf4\xab\x3a\xf7\xfc\xe5\x8a\x66\x9a\xaa\x6e\xcf\x40\x3d\xe6\xef\xf6\x98\x03\x1a\x48\xa5\x9f\x2e\xdc\xad\xa8\x73\xc5\x6a\x26\x8f\xea\x1c\x10\x3b\xc4\x2e\xdc\xad\xa8\x73\x43\xc7\xf9\xa3\x08\x01\x14\xd3\xa6\x3d\x4a\x10\xc0\xfa\x79\xda\x2b\x40\x00\xcb\x24\x89\x8f\xd2\x02\x50\x0c\x27\x7e\x14\x16\x80\x75\x4e\x0d\xe5\x02\x60\x99\x37\xf1\x51\x04\x78\x34\x00\x6b\xff\x7e\x34\x00\x03\xd5\x68\x80\x47\xa9\x00\xa8\x06\x5b\x3d\x06\x87\x00\xf1\xa4\x6f\x73\xb0\x5e\xc1\xf4\x4f\xa7\xec\x00\x84\xee\xcd\xd4\xb5\x08\x03\x41\xb3\x9d\xc3\x3d\xf1\xe6\xee\x53\x2d\xc2\x8f\x71\x20\x9a\x6b\x1f\x4d\xc2\x40\xb4\x63\x5e\xca\x1d\x40\xd0\xe0\x88\x82\xc7\x63\x0e\x1f\xe3\x45\x5e\x23\xd3\x5f\x23\xd3\x35\x13\xbf\x0a\x23\xef\x31\xff\xb2\x23\x5e\xcd\xbf\x40\xd5\x75\xf5\x6a\xfe\x05\x62\x28\x05\x5a\x93\xd6\xa4\x65\x68\x5d\x5a\x47\xbf\xb7\x87\x21\xe9\x70\xc0\x1e\xa6\xb4\xe9\xa3\x09\xda\x92\x46\x28\x14\x66\xf2\x57\x49\x04\x08\x8d\x9a\x91\x28\x62\xbc\x27\x3f\x0f\x86\xc8\x57\x11\x03\x68\x66\xcd\x7b\x15\x27\x5e\xcb\x7f\x7a\x43\xf6\x55\x9c\x00\x9a\xd9\xc7\x5e\x8d\xb5\x40\x3a\x32\xdb\xab\x84\x01\x84\x66\xcb\x80\x0d\x44\x7f\x4d\xda\xd3\x58\xed\x57\x03\xee\x6b\xd2\x1e\xaf\xaf\xbd\x4a\x22\xaf\x61\xe7\x4e\x42\xa1\xe3\x35\x41\x4f\xe3\x37\xfc\x6a\xd4\x7d\x2d\x00\xda\x9a\xed\x3e\x69\xfa\xb5\xb0\xb4\xbd\x0a\x22\x6f\x3e\x3a\x3b\x33\x53\x10\x79\x8d\xcb\xa8\xd8\x92\x5f\x0d\xc2\x40\x3c\xcb\x34\x14\x4e\x80\x66\xbe\xab\x57\x39\xe4\xcd\x47\x67\x67\xc4\x0a\x22\x40\x33\x53\xd6\xab\x1c\xf2\x1e\xf3\xaf\x03\x71\xae\x27\x3c\x9d\xef\xe4\x55\xe4\x78\x8d\xa2\xd0\x4c\xfc\x2a\x73\xbc\xf9\x68\xac\x4c\xcc\x88\x09\x20\x65\xa3\xe7\x5f\x65\x8e\xd7\x90\x09\x03\xef\x5f\x05\x0c\x20\x9e\x65\xc4\x0a\x18\x40\xea\x26\x14\x7b\x15\x26\xde\x72\x8c\x2a\xd2\x5c\x33\xad\xb8\xfa\x27\x5f\x03\x24\x5e\x03\x24\xbc\x03\xf0\x2a\x60\xbc\x06\x99\x5b\x44\xea\x55\x98\x00\x9a\x05\xda\x5e\x05\x07\x20\xa6\xc6\xee\x51\x70\x00\xe2\x75\xb0\x45\xc9\x01\x68\x16\xde\x7a\x15\x1c\xde\x7a\x66\x0b\x07\x14\x1c\x5e\x03\xca\xbd\x86\xfa\x1a\xf8\xf0\x1a\x3c\x6e\xfc\xda\xab\x30\xf1\x9a\x52\x55\x79\xe5\x55\x98\x00\xa2\x1d\x4b\xab\x90\x00\xa4\xa9\x7e\xfe\x2a\x25\xbc\xc7\x50\x3b\x7d\x9f\x33\x3b\x86\x5a\x3f\x6e\xa5\x84\xf7\x18\x6a\xf9\xf5\xbc\x4a\x04\x40\x1a\xde\xb3\x78\x95\x08\x80\x78\x96\x7e\x95\x08\x80\xd4\x7f\x43\x9a\x73\xc3\x2e\xab\x3b\xf2\x55\x48\x78\xcf\xbd\x4b\xce\xa8\x57\x21\xe1\x35\x18\xdc\x88\xde\x57\x21\x01\x88\x76\xd2\x5c\xdc\xa6\x0d\x80\x3f\xcf\xab\x48\xf0\x7a\x41\xd3\x38\x87\x57\x99\x00\x08\x1a\xd3\x55\x26\x78\xdb\x31\x65\xb0\xb8\x5a\x6b\x81\x68\x07\xeb\x35\xd7\x02\xd1\x4e\x9a\x6c\xf1\xda\x66\x99\x8e\xd9\x5d\xd0\xd4\xe7\xe6\x7f\xff\xd7\x5f\xa5\x0d\x20\x24\x3f\xdf\x22\x23\xbd\xd5\x69\x54\xee\xab\xb8\x01\x34\xa5\x88\xd7\x08\xf2\xd7\xfc\x41\xfc\x4a\x5f\xa5\x04\x20\xb6\x0d\xbc\x55\x4a\x00\x52\xd6\xb3\xf9\x6a\xf3\x05\x52\x36\xee\xf3\x35\xc0\x01\x68\x26\x59\x7a\x0d\x70\x00\x52\xf6\x42\xd0\xab\x69\x18\x68\xc6\x3c\xbc\xca\x1c\x40\x3a\xa5\x56\x5f\x65\x0e\x20\x8d\xec\x37\xa2\x05\x19\x88\x5e\x19\x9d\x26\x64\x20\x68\xb4\x53\x36\x01\xa2\x5b\x69\xee\x10\xca\x58\x58\x69\xeb\x55\x34\x01\xe2\x51\x69\x6e\x90\xa1\x49\xc1\xd3\x44\x31\x04\x48\xd9\x74\x72\xaf\x59\x5f\x81\x68\x07\xf3\x94\x4d\x80\x78\x1f\xb3\x55\x0e\x01\x82\x06\x57\x94\x43\x80\xd4\x53\xf6\x7d\xb2\xc0\x4a\x09\x5e\xda\x7c\x35\x2b\x03\xa1\x15\x3b\x16\x59\x30\x0e\x0b\xa0\x69\x56\x7e\xad\x96\x69\xe6\x9d\x57\xb3\x32\x10\x63\xe6\x7d\x9a\x95\x81\x78\x96\x7e\x35\x2b\x03\x71\x3a\xf1\x6d\x9a\x3f\x08\x88\x67\xed\xc3\x33\x61\xca\x17\x4f\x54\x4d\xcd\xaf\xa6\x66\xef\xe1\xbf\x9a\x9a\x81\xd8\x2c\xbe\x4f\x5e\xcd\xc3\x2b\x69\xf2\x6a\x12\x89\xe8\x41\x6e\x4e\x21\x20\xba\x85\x7d\x5a\xa4\x5f\xcb\x65\xaa\x66\xbf\x5a\x95\x81\x94\x0d\xb8\x7e\x35\x21\xbf\x96\xb7\x34\x34\xf9\xd5\x84\x0c\xa4\x71\xbe\x57\xd3\x0a\x01\xd1\x0e\xb6\x78\x19\x02\x48\x59\x2f\xfd\xab\x59\x19\x08\x1a\x43\xf6\x3a\x04\x10\xcf\xc2\x02\xaf\x43\xbc\xeb\x18\x3d\x7c\xd6\x79\x68\x7e\x36\x10\xfb\xd5\xfc\xfc\x6a\x7e\x36\xae\xfb\xf5\x8e\x04\x10\x34\xe6\xab\x49\xfa\xb5\xc6\xa5\x62\xe5\xab\x49\xfa\xd5\x24\x6d\xfc\xc1\xab\x49\xfa\xb5\xc6\xa5\xf7\x04\x5e\x4d\xd2\xef\x75\xf8\xc2\xf2\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x7a\xbf\xe2\xb5\xc8\xa5\x71\x0f\xaf\x66\xea\xf7\x3a\xbc\x82\x07\x9a\xa9\x81\x10\x8f\x18\x8b\x66\xea\xd7\x0b\x16\xfa\xf5\x5e\xcd\xd4\xaf\x66\x6a\xf3\xca\xbc\x5e\x85\x7e\x2d\x68\x69\xe4\xc3\xab\xe9\xfa\x35\x05\x91\x81\xec\xaf\xb6\x6b\x20\x9d\x5c\xec\xaf\xb7\x2e\x80\x54\x52\xf3\x7d\xf2\xea\xd2\xb4\xa2\xd0\xa4\xf9\x1a\x68\xd3\x9d\x6b\x70\x13\x10\xcd\x78\x9d\xc1\x4d\x40\x2a\x49\x36\x1b\xdc\x04\x44\x3b\x9f\x95\x05\x24\xb5\x9d\x6e\x5c\x0d\xdf\x40\x34\x93\x26\x07\x6e\xfd\xef\x8a\xaf\x06\x34\x01\xa9\x24\xe5\x32\x8d\xe1\x40\x9b\x7e\xa7\xda\xc2\xdf\x5b\x1f\x6f\x93\x26\x03\x6e\x0d\x30\xd5\x47\x65\xc0\x2d\x03\xaa\x23\x96\x01\x26\x25\x3a\xff\x4b\xc3\x97\x80\x68\xe7\x6c\x65\x8a\x76\x74\xc3\x4b\x5e\xed\xe8\x40\x7c\x1c\x3c\xab\x21\x1d\x88\x67\x19\x8b\xf1\x4b\x40\x9b\x9e\xa4\xda\xd6\x81\x68\xc6\x3a\x6a\x5b\x07\xe2\x18\x61\x4f\x79\x49\xe3\x35\x53\x51\xaa\x76\x2b\x57\x4c\x4b\x94\xaa\xed\xe4\xca\x63\xa4\x02\x0a\xd7\xab\x71\x1d\x48\xc3\xba\x64\xaf\xd6\x75\x20\x9e\x75\xc8\xb2\xca\xcb\xd2\x16\xd9\x7b\xbd\xcc\xf1\x3e\x67\xaf\x38\x3e\x59\x75\xc2\xa6\xdc\xcb\x5e\xe6\x00\xa2\x9d\x73\x93\x55\x8f\x61\xa5\x18\x27\x5f\x63\xa9\x5e\x63\xa9\x0c\x70\x7f\x8d\xa5\x02\x82\x46\x1f\x06\x53\x01\x41\x83\x7d\x9a\xfa\x81\x36\x3d\x0a\xb4\xf4\x03\x71\xaa\xff\xc3\x8d\xf5\x57\x47\xc0\x6b\x00\x96\x29\xff\x5f\x1d\x01\x40\xd0\xe0\xa4\x9e\x00\xa0\x4d\x3f\x6c\x03\xb0\x80\x68\xe6\x08\x64\xee\x6b\x24\xa6\x8b\xaa\xf5\x1f\x88\xc1\xc3\x5c\xad\xff\x40\xd0\x6c\x27\x73\x31\xff\x17\x7d\x46\xaf\xe6\x7f\x20\xde\x27\x83\x64\xee\x6b\xc1\x2d\xb5\x37\xa3\xbc\x80\xa0\xb1\xaf\x35\xff\xbf\x26\x47\xd2\x0a\xf4\x6a\xfe\x07\x82\x66\x3b\x19\x69\xc2\xa4\x7a\x9e\x95\x93\x56\xa2\xa8\xce\x4d\x7d\x1e\x68\x56\x4a\x7f\xd5\xe7\x81\x68\x26\x4d\xb6\x90\xbf\xb7\x54\x7f\x67\x6a\xf4\x40\x4c\x83\x3d\x62\x3c\x18\x10\xcf\x4a\x93\x05\x5b\xa3\x57\x96\x26\x0b\xb6\x46\x2f\x45\x09\x03\xc2\x80\x78\x96\x55\xf3\xaa\x39\x10\xd3\x60\xdf\xe8\x27\x00\xa2\x9d\x34\x59\xf0\x1d\x16\xc0\x66\x8d\x04\x40\xf4\xc1\x74\xb5\x12\x00\x41\x63\x89\x34\x13\x00\x31\x0f\xc6\xa2\x99\x00\x88\xf7\x31\x5f\xed\x04\x40\x8c\xc5\x3e\xe4\xcb\x27\x5f\xdc\x1a\xda\x0e\xde\x8f\xc0\x55\x3f\x63\xcd\x04\x40\x3c\x0a\x4b\x35\x13\x00\x71\x1a\x31\x5d\xcd\x04\x40\x2a\x56\x8a\x79\x8d\x1c\x03\xd2\x49\xbf\xfd\x6a\x3a\x00\xd2\xc9\xaa\xb4\x35\x1d\xec\x9f\x06\x26\x76\xdf\xd6\x74\x00\xa4\x93\xd2\x7e\x6b\x3a\x00\xd2\xc9\xca\xbd\xb5\x1d\x00\xe9\xe4\x5f\xda\xda\x0e\x80\xa0\xfd\xa0\x75\x69\xc7\x8e\xb6\xa0\x0d\x69\xc7\x50\x36\xa0\x2d\x69\x26\x1a\x65\x37\x6f\x7d\x1b\x40\x1a\xd6\x3f\xdc\xfa\x36\x80\x54\x54\xb2\xb7\x16\x05\x20\x8e\x32\xc7\xf2\x4a\x93\x2f\xdd\x67\xb7\x34\xa5\x3d\x44\xa2\x6d\x40\x19\x10\xed\xa0\x69\x8d\x00\x82\x06\x5f\x0c\x28\x03\x82\x06\xff\xb4\x50\x00\x41\x63\xcc\x3a\x41\x80\x54\xbc\x5e\xb4\x35\x5b\x00\x41\x63\x2c\x9a\x2d\xb6\x41\x66\xa6\x16\xdd\xda\x28\x80\xa0\xc1\x17\x6d\x14\x40\x6a\x15\x89\x77\x6b\xa3\xd8\xe9\xc4\x3e\xc3\x03\x83\xcc\x80\x66\xd4\xc8\xd6\x6c\x01\x34\x8d\x4f\x5b\xff\xc9\xb6\x12\x8c\xb5\x0b\xb7\xa6\x8c\xad\xff\x44\xed\x79\x6b\xca\x00\x9a\xb6\xa7\xad\x25\x63\xeb\x52\x31\xcc\x76\x6b\x51\xdc\x96\x6f\xa8\x92\x1c\xdb\x20\x37\xae\x43\xd3\x78\xb8\x35\x1e\xea\xb2\xd8\x0a\xed\x40\x1a\x9a\xb0\xb7\x42\xfb\x0e\x01\xbd\xe9\x52\xda\xca\xe2\x40\x31\x69\xfc\x56\x14\x07\x96\x45\x4b\xb6\x92\xf8\x3e\xc5\x1a\x1c\x87\x92\x38\x50\x94\x56\xb7\x82\xf8\xb6\x6e\xbd\x8e\xfd\xad\x20\x0e\xa4\x9e\xf9\x99\x6f\x05\x71\x20\x75\xef\x29\x6f\x05\xf1\x7d\xe2\x3b\x90\xa2\xb6\x42\xf7\x3e\xf1\x1d\x48\x97\x5b\xa1\x7b\x5b\xa3\x5e\x73\xd4\x56\xea\xde\x4a\xdd\xda\x6c\xb7\x52\x37\xd0\xfc\xb5\x6c\x0b\xa1\xed\x79\x74\x78\x5f\xe7\xda\xcc\x63\xb2\x70\xb6\xae\xcd\xa9\x5b\xef\xd7\xa3\xc0\x0e\xa4\x6a\xa9\xe2\x6d\x18\xc8\xb6\x46\xbd\x31\x80\x5b\x21\x1e\x68\x9a\x71\xb7\x32\x3c\xd0\x2c\x2c\xbd\x15\xe1\xb7\x22\xbc\x31\x7b\xdb\xc8\x10\x20\x7a\x90\x26\x53\x10\xeb\xbb\x7f\xa5\xad\x58\x0f\xb4\xb3\x99\x94\xea\x81\xd4\x53\xb7\x57\xf9\x74\xa4\xfa\xe9\xeb\xe4\xd3\x91\xea\x11\xb6\xb6\x52\xfd\x3e\x52\xbd\xbb\x4e\xa9\x1e\x88\xfd\xf4\x0f\x29\xe5\xb6\x42\x3f\xd0\xa6\xec\x56\xe6\x07\x62\x42\xd2\xdc\x6e\x0b\x1f\x82\xdf\x9f\x22\x3f\x90\x4e\xb6\x94\xad\xc8\x0f\xc4\x77\xcf\xaa\x28\xf2\x03\xf1\x3a\x06\xaf\x78\x0f\xa4\x72\x78\xa6\x78\x0f\x14\xeb\x14\x6c\xa5\x7b\x20\xcd\x81\xf8\xbc\x2d\x44\x01\xa4\x9f\x09\x31\xb6\x12\x3f\x10\x7b\xd5\x67\xe5\x23\xc5\xd3\x0c\x52\xdb\x0a\xfc\x40\x8c\xc4\xd7\xc9\x46\x05\x7e\xad\x6b\x5b\x81\x1f\x08\xf9\xd4\x76\xf2\xe9\xd2\xac\x39\x1c\xb1\x8c\xb2\x8a\x45\x1b\xf6\x21\xa3\x2e\x3d\xe0\xfc\xb1\xb6\x31\x2c\x40\xec\x55\xde\xa7\x66\x00\xc4\x1f\x8b\x7e\x95\xf8\xb7\x65\x2c\x90\xe4\xb7\x12\x3f\xd0\xd4\x68\xb7\x02\xff\xbe\x8f\xf0\x65\x0f\x32\x45\x81\x5f\x0b\xc3\x56\x92\x07\x8a\x35\x24\xb6\x82\x3c\x50\xbd\x47\xb8\x95\xe3\xf7\x9f\x1c\xcf\x2e\x57\x8e\x07\xaa\xbe\x84\xad\x18\xbf\xad\x50\x6f\x24\xdb\x56\x8c\xdf\xde\x42\x30\xce\x72\x2b\xc6\x03\x31\x7d\x5e\xa7\x18\x0f\x84\x9c\xc0\xea\x28\xc7\x03\xc5\x4c\x8d\x5b\x31\x1e\x88\x63\xd4\xd7\x39\xd7\xc7\x02\x93\xfe\x1f\x14\xe3\x81\xf8\xa7\xb1\x3d\x15\xe3\x81\xe0\x30\x3c\x51\x14\x07\x9a\xda\xdd\x56\x12\x07\x8a\x39\xe9\xb6\x82\x38\x50\x75\x92\x6c\xe5\x70\xe0\x14\x24\xdc\x8a\xe1\x5b\x31\xbc\x62\xbd\xd8\x8a\xe1\x40\x31\x87\xde\x56\xe2\x06\xe2\x1c\x65\x5a\x8a\xdc\x40\x33\x7e\x72\x2b\x52\xef\xd7\x50\x7a\x64\xe5\xad\xac\x0c\x34\xcb\xde\x6c\xc5\xe2\xfd\x9e\xd3\x91\x2d\xa2\x58\x0c\x34\x8b\x80\x6d\xa5\xe2\xfd\x1a\x5b\xe5\xd0\x9c\x14\x65\x29\x14\xd9\xb7\xf2\xef\x3e\x65\x29\x94\x36\x0c\x89\x01\x9a\x5e\xb9\xad\xf8\x0b\x04\xc3\x59\x7b\x45\xdd\x6d\xf4\x8b\x81\x8d\x5b\x51\x77\x1b\xfd\xa2\xcf\x77\x2b\xeb\x6e\xa3\x5f\x0c\xa8\xdc\x3a\xaf\xf6\x3e\xfa\x39\x5c\x52\xfe\x05\x9a\x26\xbd\xad\xa8\xbb\x15\x75\x93\x1f\xb5\x62\xed\xde\x47\x6d\xb2\x5b\x27\xb6\x4f\x29\x33\xbb\x75\x66\x1b\xb5\xdb\xe5\x52\xaa\xdd\x4a\xb5\x87\x4d\xba\xbe\xf6\x89\x7e\xf1\xa7\xaf\xa4\xbb\xff\xa4\x5a\x46\xa7\x54\x0b\xb4\x75\x1e\x75\xb2\x0a\xb5\x7a\x3e\xb6\x42\xed\x56\xa8\xf5\xfe\xed\x56\xa8\x05\xda\xe1\x93\x32\x2d\x10\xbd\x3a\x3a\x4f\xa6\xcf\xb4\x6c\x36\x73\xa9\xcf\x05\x09\xcc\x2c\x5b\x39\x77\x5b\x61\x5e\xe7\xca\x56\xce\xdd\xde\x90\x30\xda\x79\x2b\xe7\x6e\x2b\x5a\xf8\x9d\x2b\xe6\x02\xf1\x51\x3b\x38\xd9\x64\x85\x79\x77\xd8\xa7\x98\xfb\x59\x61\x5e\xb7\xfa\xe7\xa5\x89\xcf\x4b\x13\xca\x1f\x9f\xa2\xef\x77\x42\x78\x18\xf2\xa7\xf8\xfa\x1d\xf1\x15\x79\xe6\x53\x7c\x05\x9a\x41\x04\x9f\xae\xaf\xcf\x6a\xf2\xe6\x07\xfc\x94\x68\xbf\x23\xd1\x76\x69\x97\xb4\x4b\x7e\x16\x68\x5b\x1a\xd9\xa6\xba\x24\x66\xf1\xe9\x0e\x33\x94\xf2\x53\xd8\xfc\x4e\x6d\x8a\x21\xad\x48\x23\x49\x05\xfb\xe9\x53\xae\x04\x9a\xe5\xa7\x3e\xdd\x61\x9f\x25\xdd\xf5\xd1\x7f\x8a\x9a\x40\xaa\x26\x7a\xfb\x14\x35\xbf\x73\x9f\x01\x79\xe6\x53\xd4\x04\xda\xe4\x1b\xfb\x94\x34\x81\x68\x06\x4b\x14\x35\x81\xa0\x31\x57\x65\xcd\xcf\x58\x1d\xfd\x7c\x9f\x72\x25\x90\x4e\x56\xb1\x4f\x77\x18\x50\x56\xff\x87\x9b\xec\x9f\x8e\xb1\xcf\x0b\xcb\xca\x9d\x9f\x8e\xb1\xcf\x0b\xcb\xba\x99\x3f\xa3\x76\x3e\x2f\x2c\x7b\x2a\x7d\x7a\xcb\x3e\x2f\x2c\x1b\x62\xf0\xe9\x2d\x03\x52\xf7\xa6\xe7\xe7\x05\x0a\x20\x0d\x63\xb2\x3e\x5d\x68\x9f\xc5\x2b\x54\xe7\x3e\x7d\x68\x9f\x57\x28\xd4\xd3\x3e\xaf\x50\x7c\x5e\x62\x36\x16\xe3\x33\xe4\x07\x08\x1a\x6b\x65\xc8\x0f\xd0\x0c\x45\xf8\x74\xbf\x7d\xba\xdf\xfc\x03\x7d\xba\xdf\xbe\x73\x89\x99\x13\xec\x33\xe4\x07\x68\x4a\x68\x9f\x1e\xb9\x4f\x8f\x9c\x2a\xc0\xa7\x47\xee\xfb\xab\x6d\xc8\xa3\x86\x01\x7d\x86\x01\x59\x56\xe8\xd3\x4b\xf7\x19\x06\x64\xb9\xa9\x4f\x2f\x1d\xd0\x26\xf6\xc5\xcf\x28\xa0\xaf\x1c\xbd\xd7\x2e\x64\x9e\x51\x40\x15\x31\xf3\xd3\x71\xf7\x19\x05\x54\xcf\xf0\x64\x5e\x51\xef\x2d\x76\x2b\xf3\x8e\xe3\xce\xbd\xaf\xe3\x0e\xa8\x66\x0b\xf8\x74\xdc\x01\xb1\xf5\xe1\xbb\x8e\x3b\xa0\x9d\x91\xe8\xa4\xfb\xea\x11\x78\x69\xa6\x43\xee\xab\x67\xb2\xbc\xce\xfb\x15\xdf\xa9\x9a\xc1\x1f\xfd\xd3\x49\x07\xc4\x09\xc6\x92\xe9\xa4\x03\x62\x74\xac\x85\x11\x3f\x9f\x11\x3f\x66\xb2\xfb\x4c\x05\xf5\x59\x4a\x43\x3d\xe0\x33\x0a\xe8\x33\x0a\xc8\x70\xc0\x4f\x07\xdf\xe7\xfd\x64\x45\xc4\x4f\x07\x1f\x50\xbd\x16\xfa\xe9\xdf\x03\xda\x59\x0a\xdd\x7b\x9f\xee\x3d\x6d\x1a\x9f\x41\x40\x40\xcc\xd6\x91\xc8\x14\x83\x80\x12\xa2\xda\xa7\xcb\xef\xf3\xca\xb2\xf6\xe4\x4f\x97\x1f\x10\x12\xa7\x34\x39\xd5\x48\x95\x52\x25\xc9\x28\xdc\x7b\xdd\x8a\xf3\x9f\xee\xbd\xaf\x9d\x6f\x8a\x49\x18\x04\x04\xc4\xf0\x18\x8a\x2e\xbf\x4f\x57\x9e\xf1\x06\x9f\xae\xbc\xef\x64\x71\x92\xc9\xba\xf2\x80\x50\x0e\xe0\x80\xae\xbc\x4f\x57\x9e\x57\x1b\x3e\x5d\x79\x40\x9b\xc9\xa1\xc8\x01\x13\xb0\xaa\xa5\x7e\xfa\xea\x80\xa0\xf9\x3a\x39\xd0\xfc\x56\x20\xe9\xaa\xfb\x4e\x02\x56\x3f\x3d\x7d\x75\xc0\x49\x82\xf3\x19\x2c\x04\xa4\x6a\xce\x87\xcf\x60\x21\xa0\x29\x0e\x7e\x5e\xf7\xf8\x4e\x9a\xd6\x61\x0f\xf2\xa4\x6b\x9a\xf5\x4c\x31\xa6\xe8\x23\x27\xeb\x44\x96\xfa\xf4\xf2\x01\xd1\x83\xcd\x64\x09\x5e\xbe\xe9\x41\xaf\x97\xef\xf3\x1a\xb3\xb5\xef\x3e\xbd\x7c\x40\x9b\xc3\xf1\x3a\xfb\x7e\xd6\x9a\x7d\xa2\xf7\x0e\x08\x1a\xbd\xea\xbd\xfb\x8c\x2c\xaa\x9e\x32\x7a\xef\x3e\x8b\xd0\xbb\x13\xf5\xd4\x7d\xa7\x90\x3c\xa6\xb9\x4f\x4f\xdd\x67\x21\x79\x3f\x4f\x1d\x75\xdf\x29\x24\xef\x0f\x41\x33\xc0\x67\x10\x91\x8a\xc4\xa7\x1d\xe0\xd3\x0e\xa0\x22\xf1\x69\x07\x00\x82\x66\x17\xce\x02\xa7\x5c\x51\x33\xfb\x34\x04\x00\x69\x5a\xa3\xeb\x53\x39\x06\xda\x39\xf1\xd5\x8d\xbf\x73\x6d\xc2\x43\x4b\xdd\x18\x68\x1a\xa5\x3e\x55\xe3\x4f\xd5\xd8\xf8\x9d\x4f\xd5\x18\x88\x05\xf3\x51\x19\xb0\x3c\x02\x61\x9d\x7a\x30\x10\x2b\x61\x33\x19\xb0\xfc\xd8\xfd\x76\x54\x70\x81\x34\xcc\x6c\xf6\xa9\xb8\x02\xed\xfc\xb6\xd4\x38\x81\x34\xce\xd9\xae\xca\xf9\x9d\x8b\x0f\xbe\x4e\xf5\x12\x88\x6e\xa5\x39\xba\xeb\x98\x95\x18\x8a\xea\x25\x10\x3a\xe2\xef\xff\xfd\xef\xfe\x21\xff\x08\xa9\x73\xb6\xed\x1f\xb2\xce\xfe\x59\xd2\x0b\x23\xc2\xfe\x21\xb0\xec\x9f\xa1\xc4\xfc\xa2\xf6\x0f\xd3\x9a\x10\x34\xdb\x6d\x69\x5b\xda\x0a\x5a\xf2\x7d\xc8\x18\x1d\xeb\xe7\xfe\x21\x4f\x08\x41\x5b\xff\xf9\x67\xdf\x3f\x64\x8b\xfd\x4b\xbe\x3a\xfe\x4d\xfb\x97\x1d\x3e\xe1\x32\x1d\xf1\x75\xff\xb2\xdd\xf1\xb7\xef\x88\x65\xfb\xc7\x9f\x5d\x48\x9d\x9f\xce\xfe\xf1\x3b\xdd\x3f\xa3\x65\xab\xec\x28\xbe\xaf\xf8\xbe\xca\x50\x8b\xef\xb3\x92\x6f\xad\xb0\x88\x1f\xd1\xfe\x15\xa7\xde\x60\x47\xb5\x8f\x6a\x1f\x5d\x9a\x2c\xaa\xb6\x1b\x8c\xb9\x39\x0f\x4f\x35\x6e\x33\xec\x5f\xb3\x5d\xb3\xdd\x64\x1e\x1c\x4d\xfb\xc7\xe5\xb1\x8e\x72\xb2\x7f\x9c\x26\x42\xd0\x78\x96\x93\x43\x08\x1a\xcf\x76\xdf\x67\x4e\x66\x2c\xa6\xfb\xc7\x87\x2d\x04\x6d\x42\xf3\x7d\xf8\xdb\x3b\x59\x55\xf7\x6f\xb8\x34\x7c\xb2\x1d\xcd\x74\xff\x86\xbc\xc2\x3f\xde\x49\x91\xb9\x7f\xf8\x9a\x85\xd4\x49\xdb\xb4\x7f\xd3\x6d\x82\x39\xab\x37\xf9\x3c\x1d\xcb\x74\x2c\x85\xf7\x61\x58\xda\x3f\xac\x48\x9d\xab\x58\xfb\xb7\x7c\x76\xf9\x6c\x65\x7c\xcb\x67\x31\xc4\x74\xae\x30\xed\xdf\xe5\x7c\x2f\xfb\xed\xd2\x7c\x16\xe7\x66\x6f\xf2\xfe\x72\x8d\xb4\x6b\xa0\xb3\xec\xdf\xe5\xf6\xbc\x7c\x5f\x67\x6f\xdc\xae\x87\x19\x0c\xda\xe4\x7d\xb7\xfd\xde\x8e\x79\xc2\xbf\xdb\x67\x6f\x9f\x75\xdd\x1e\xe7\x81\x33\xae\x37\xd7\xe8\x71\x1f\x3c\xf2\x74\x31\xb7\x47\x5e\x59\xfb\x83\xcf\x71\xff\x1e\xfb\x7d\xec\xd7\x75\x7b\xdd\x7f\x68\xd9\xbd\xbb\x6e\xaf\x6b\x84\xfb\xa9\x77\x3f\xb3\xd7\xf1\xe1\x07\xea\xdd\x35\x7a\xdd\x2f\xe8\xb7\x1d\xb1\x62\xff\xb6\x7b\x77\xfb\xac\xdf\xcc\x76\x2c\x38\x5a\x3a\x69\x88\xf6\x6f\xcb\xab\xed\xfb\x5c\xcb\xed\x7c\xd1\x34\x3b\x4e\xc5\xfd\xfb\x7c\x1f\x8e\x91\x8e\x91\x70\xff\x3e\xf7\xcb\xe7\xfb\xfc\x66\x3e\xdf\x87\xe6\xd6\xbb\xdf\xcc\xe7\x1e\xc2\x1b\xd1\xb1\x0b\xed\x84\xf7\x40\x48\x9d\x82\x32\x3b\xa1\x56\x09\x41\xeb\xd0\x96\x34\xdf\xd7\x62\x6e\x09\x4b\xbc\x90\x3a\x19\x35\x77\xc2\x9a\xbe\x93\xf7\x07\xa8\xa6\xb1\x13\xba\xc6\x4e\xc9\x7e\x07\xfd\x12\x52\x27\xa4\x4e\x2c\xea\x4e\xd9\x7e\x91\xe0\x3b\x37\xcf\x77\xf2\x3c\x48\xc5\x76\x4b\x9a\xed\x10\x6a\x3b\xf7\x82\x76\x2a\x8e\xcf\xfb\xc3\xc4\xa8\xec\x54\xed\xc3\xa2\xda\xc4\x67\xec\xe4\x19\x91\x3c\x23\x88\x33\xd9\x09\x11\x71\x27\xc4\xc1\x4e\xcc\xcb\x4e\x88\x7e\x42\xea\x84\xd5\xec\x84\x50\x27\x04\x8d\x7e\x9b\xe3\x33\x3e\x8b\x98\x92\x9d\x9a\x3c\x20\x78\xaa\x63\x31\xdb\xa9\x39\x3e\xcf\x1c\x04\x98\x9d\x9a\xef\x6b\xa7\xa8\x0e\x63\x41\xa8\x11\x92\x95\xc6\x77\x22\x00\x69\xa7\xee\xb3\x95\xf1\x79\x96\x24\x43\x8d\x47\xe3\xd9\xe1\xdc\x3c\x4b\x06\xdf\x65\xf2\x2c\x49\x43\xbe\xf0\x5d\x26\x7e\xeb\x3b\x19\x7f\x73\xfa\xe5\x17\xbe\xd3\x74\x1e\x9c\x93\x69\xfa\x3e\x4d\xed\xc3\x75\xf3\xcc\x49\x9e\x39\x63\x30\x16\xcf\x1c\x20\xf5\x31\x7d\xd6\x3e\xbc\x4a\x89\x85\x6c\xa7\x69\x1f\xcb\x3e\x5c\x5f\xcf\x21\x20\x75\xbc\x48\x3b\x2d\xfb\xe5\x2f\x3e\xcf\x58\x96\x6b\xae\x35\x9b\xea\xfc\x3b\x2d\xdf\xc7\xaf\xb8\x93\xb5\x68\xa7\x4b\xde\x5f\xa7\xc0\x07\xed\x3c\xaf\x80\x68\xc7\xde\xbd\x5c\x5f\xec\xb0\x9d\x58\x84\x9d\x3c\x9b\x92\x67\x13\x62\xec\x4e\xb7\xeb\x8b\x8d\xb4\x4f\xbe\xe9\x74\x3b\x66\x93\xc9\x4f\xf7\xc6\x6d\x1f\xb7\x7d\x64\xf8\x7c\xcb\x7b\xee\xfe\xf5\xe9\xde\xb8\xe5\xcb\xed\xbd\x99\x01\x5f\x3c\xeb\x12\x86\xcd\x3e\xf9\x5f\xa6\xc7\xf5\x7d\xec\xb7\xf0\xbe\xc7\xb9\x79\xae\x4d\xbe\xfd\xf4\xd8\x87\xe7\xda\xe4\x1f\x9a\x1e\xdf\x87\xb3\xbf\xcf\xca\xb3\x9e\x61\xc9\x33\x6c\xb6\xff\xf6\xba\xef\xf4\xba\xd4\xe6\x33\x99\x8d\x2d\xfb\xca\x36\x33\x25\x4e\x8f\x81\xd7\x6d\xfc\xda\x9d\xdb\xce\x63\x0f\x08\x1a\xcf\x6e\x59\xb4\x65\x91\x47\x83\xc7\x1e\x90\x3a\x7a\xec\x4e\xdb\x65\xfd\x5c\xd6\x41\x1f\x1e\x7b\xc9\x63\x6f\xba\xc5\x3e\xc7\xf7\x39\xbe\x09\x7b\x3f\xc7\xf7\x39\xbe\x49\x1f\x9f\xcb\xfa\xb9\xac\xa1\x75\xec\xac\xd4\x95\x95\xba\x26\xbf\xf1\x8c\xd5\x49\x88\xa5\xe9\xd0\xb2\x34\xfb\xe5\xf8\xc9\x38\x52\x85\xd4\x57\xc8\xac\x3b\x63\x75\x12\x82\x96\xa1\x5d\xd2\x1e\x69\xf4\xe1\x91\x99\x3d\x32\x29\x89\xb9\xb3\xd2\x59\x56\x3a\xe3\xe6\xc6\xce\x58\x76\x84\xd4\xa9\x4b\xb1\x33\x66\x9c\x9d\x75\x0f\xae\x4c\x1f\xf8\xfd\x76\xf6\x18\x25\x0b\xf1\xce\x1e\xa3\xd9\x63\x94\x2c\x6d\x3b\x67\xc7\x62\xde\x08\x32\x97\xed\x9c\xcf\xb3\x6c\x3b\x32\x73\xec\x5c\xe4\x81\xc7\x2d\x79\x2e\x76\xc6\xfc\x20\x04\x8d\x3e\x8a\xf3\x2d\xce\xb7\x31\x3e\x45\x32\x20\x68\x3e\xfb\x4a\xb3\xb8\x23\xbf\x92\xec\x11\x9c\x3d\x82\x31\x8c\xed\x8c\x46\x2e\x04\x8d\xf1\x79\x04\xe7\xea\xf8\xd8\x2f\xb9\x39\x3e\x14\xdc\xbe\x5c\xa3\x2e\x4d\x31\x0d\x75\x71\x67\x8f\x4c\x20\x68\x13\x9a\xe3\x43\x4d\x1b\x44\xc0\xef\xdc\x1d\x1f\x3a\xd9\x20\xc8\x7e\x67\x8f\x56\x20\x68\x8c\x65\x38\x16\xb4\xa3\x41\x38\xf1\xce\x8a\x64\x40\xd0\x18\xdf\x74\x2d\x09\x31\x1c\x84\x0e\xef\x3c\x1d\x0b\xc7\xe3\x20\xb2\x79\x67\x8f\x47\x20\x68\xf4\xbb\xdc\x1b\xcb\x7e\x0b\x63\x46\xc7\xd9\x99\x63\x6f\xfc\x5c\x23\xc5\xb4\xbc\x7c\x96\xdf\x78\xf6\x28\xcc\x6a\x2a\xd4\xd9\xd8\xf9\x72\x1e\xd7\xd9\xcf\x8c\xcf\xe3\x11\x88\x76\x3c\xeb\xf1\x08\x04\x8d\x76\xb7\xf3\x20\xca\x6b\xfc\x06\x63\xbe\x5d\x73\x8e\xb3\xf1\x1b\xec\x67\x45\x37\x20\x68\x8c\x59\x31\x2d\xdf\x8e\x85\x6f\x35\x7b\x9c\x01\x41\x83\x2f\x8a\x64\x59\x27\x0a\x55\xb6\x76\x7e\x9c\x9b\x71\x4f\x3f\xd7\xd2\xa3\x0b\x48\x23\xb9\x46\xaf\x3c\x25\x84\x67\x24\xd7\xe8\xb5\x5f\xab\x3a\x24\xbf\xa3\x2d\x4f\x39\x87\x06\xd9\xf9\x76\x56\xfc\x02\xd2\x48\x7e\x47\xdb\x7e\xb7\xef\x73\xdd\x3c\x9b\x32\xc6\xff\x91\xfc\xb6\x3e\xdf\xa7\x05\xdf\x5f\x5d\x56\xfc\x02\xd2\x48\x7e\x5b\x18\xc9\x85\x34\x08\x57\xdb\xf9\x73\x8d\xb0\x7e\x4f\x7f\x89\xc5\x73\x08\x08\x5a\x85\x96\xa4\x25\x9f\x95\xd6\xa5\x75\x69\x0b\xda\x94\x66\xbf\x88\xe6\x45\x8d\xb0\x18\x6c\x41\x2c\xd9\x2e\xd8\xab\x85\xa0\xc5\x1a\x95\x64\x1f\x04\x4c\x54\xd2\x68\xed\x82\xbd\x5a\x08\x1a\xcf\x62\xb0\x16\x82\x36\xa0\xd9\x2f\x9a\x63\x25\x07\xc8\x2e\x9e\x4d\x85\xb3\xa9\x72\xf5\x73\x17\xcf\x26\x20\x68\xc1\xbf\xa2\x1a\x08\xa4\x4a\x88\xdd\x2e\xd9\x31\x67\x9f\x75\x6e\x8a\x7d\xc5\x9a\xc0\xe4\xb9\xd9\xa5\xf8\xac\xc5\x7e\xcf\x3c\x3c\x73\x8a\x59\x15\x71\xda\xec\xe2\x99\x03\xa4\x49\xc8\xfc\x2e\x58\x1a\x85\x54\x31\xb5\xee\xe2\x39\x54\xb4\x20\x62\x18\xda\xc5\x73\x08\x08\x1a\x3c\x68\x3e\xdb\x7c\xd6\x35\x52\xc4\x03\x82\xc6\xdc\x9a\x63\x69\xce\x83\xbd\x5b\xba\xf3\xc0\x94\x55\x13\xff\x8f\xa2\x88\x57\xb4\x5b\xa5\xc5\x7c\x55\x2b\x0b\x06\xa9\x9a\x39\x9b\x4a\x97\x7f\x9c\x4d\x95\xac\xa1\xbb\x0c\x9f\x45\xec\xab\x99\xfd\x5c\x54\x21\xcb\xf0\x59\x44\xda\x82\x21\x48\x48\x35\xe7\xdf\x7f\xff\xee\x0b\x46\x21\x21\x1e\x61\x08\x4a\x8a\x40\xd0\x60\xd1\x74\xeb\x4c\x87\xe0\xf2\x4f\xb7\x27\x91\xd0\x35\x23\xad\x14\x8f\xbd\x82\x26\x5a\xb3\xcb\x3f\x5d\x1a\x22\x26\x2a\xd9\x2a\x76\x59\xbe\x6f\x99\x1b\x19\x4d\xa5\x28\x15\x02\x41\x63\x4a\x1e\x85\x40\x9a\xbf\xc9\x12\x2a\x15\x02\xd1\x8e\xb1\x2c\xfb\xc5\xde\x53\xb3\x9f\x05\xc1\x0b\xbb\x2c\xe7\xe1\x76\x22\xc4\x40\x88\xf7\xd9\x4e\x96\x23\x51\xd6\xcc\xf1\x58\x2e\x59\x6e\xec\x00\x51\x39\xbb\x5c\x6e\x1d\x0c\x39\xf3\x87\xf6\x52\x3c\x46\xcb\x25\xff\xdc\x8a\x97\x5b\x1b\x2f\x7e\xcd\x6e\xbb\xdb\xf9\xde\xbe\xcf\x2d\x76\x3b\xb7\xdb\x25\xe4\x18\x2d\xb7\xeb\x71\xcb\x2b\x8f\x0b\xb5\x5d\x20\x55\x2e\x04\xef\xa2\x04\x58\xac\xb5\x93\xdd\x62\x4a\x80\x40\xaa\xc5\xed\xf4\xc8\xfb\xc7\xcf\xc2\x6d\xfc\x38\x5f\xc2\x3d\x2b\x51\x8a\xbb\xbc\xce\xed\x3d\x73\x63\x7c\x1e\xb7\x05\xb1\xaf\x12\x31\xb9\xcb\x76\x1e\xe6\xb4\xc6\x14\xbe\xcb\x76\x7c\x44\x29\x56\x0c\xfa\xbb\x78\xdc\x02\xf1\x3e\xf6\xc1\x76\x2c\xd6\x6b\x2c\x1e\x17\x1e\xad\x40\xd0\xe8\x57\xb1\xaf\x98\x04\x8e\x8a\x4f\xbb\x78\xdc\x02\xc9\x04\x8e\xbb\x28\xf6\x01\xc9\xf4\x76\xbb\xa8\xed\x02\xc9\x1b\x84\xbb\x78\x04\x17\x73\x03\x70\xd1\x70\x57\x35\xdb\x8a\x66\x5b\x49\x1b\xb4\xab\x5a\x6c\x35\xf1\x18\xe9\x96\x76\xf5\x88\xab\x16\x87\x27\x4d\xc1\xae\x44\x67\xed\x9a\x9c\x07\xeb\x56\xf1\x75\x09\xa9\x12\x95\xbc\xab\xc7\x5e\xf5\xd8\xe3\xfa\xcb\xae\x8a\x69\x40\x9a\x54\x68\xdc\x15\x1f\x96\x10\xed\x7c\xdf\x23\xcd\x79\x70\xac\x54\x2d\x62\x40\xd0\x68\xa7\x56\x5c\x3d\x1e\x71\x24\xee\xca\x45\xee\x5d\xb1\x92\x55\xfc\x5f\xbb\xe2\x9b\x11\x52\x25\xa4\x73\x57\x9c\x33\xbb\xe2\x9c\xa9\x44\x92\xee\x5a\xe5\x01\x4e\x97\x4a\xd8\xe8\xae\x1e\x8f\x40\x8c\xb9\x40\x73\x7c\xd5\xf7\x71\x46\x54\xb5\xe2\xda\x7c\x1f\xbf\x8d\xaa\x06\x5c\xd1\x80\x2b\x66\xed\x5d\xd5\x80\x6b\xf3\x59\xb4\x97\xaa\x38\x57\xb9\xef\x5b\x2b\xbf\xbf\xda\xe5\x9f\xc7\x63\x65\x2d\x2b\x57\x75\x76\x35\xed\x12\x45\x1c\x76\xed\xce\xb7\xdb\x07\xdf\x7e\xd5\x12\x07\x04\x8d\xf1\x75\x79\xe0\xd1\x5a\xf9\x4d\x56\xc5\xbe\xea\xd1\xca\xbd\xb7\x5d\x3d\x5a\x81\x54\xa9\x24\xbc\xeb\x90\xcf\x43\x3e\x77\xde\x37\x7c\xdf\xf0\x7d\x7c\xe7\x75\xfa\xec\xf4\x59\xf7\x8b\xe7\x64\xf5\x4c\x24\xcd\xdf\xae\x9e\x89\x55\xab\x78\x75\xbf\x78\x26\xd6\xe5\x58\xd0\x94\xab\x5a\x71\xe5\x4a\x46\xad\xee\x17\x45\xbc\xaa\x88\x97\x50\x45\xaa\xe7\x55\xbd\xac\x84\xc8\x37\x5d\xb5\xc4\x01\xa9\x36\xd7\x97\x28\x21\x21\x68\x8c\x4f\xcd\xb6\xde\xd6\xe3\xe2\x9b\xae\x8a\x6e\xd5\x70\x1a\x92\x7f\xee\xfa\x38\x8f\xe7\xd4\xdd\xe7\xfb\x50\x74\x03\x52\xd5\xa2\x58\x3d\x73\xea\x63\x5d\x56\x54\x87\xfa\xfa\xec\xeb\xb3\xf2\xfe\xf5\xd9\xd7\x67\xe5\xbd\x16\xb6\x8a\x5a\x59\xb5\x32\xd6\x2d\x4f\xf7\xa9\xf2\x48\xbf\xaa\x95\x75\x9f\x5a\x63\xb6\x73\x3d\xb6\x73\x43\xf4\xad\x9f\xed\xbe\x53\x6c\x0b\x9e\x7a\x96\xd4\xef\x14\xc0\xb1\x9d\x7c\xf1\x8c\x68\x2b\xc6\xdc\x14\xc9\x9a\xc1\x07\x8d\xef\xad\xa9\x06\x02\xa9\x76\xbe\xb7\xa6\xca\x07\x04\x6d\x40\x7b\xa5\xbd\xae\x51\x82\xf6\x49\x3b\x39\x4a\xa0\xa9\x06\x02\x41\xab\xd0\xaa\x34\x63\xe5\x59\xa3\x46\xc0\x80\x10\xef\xa3\x5f\x2d\xf3\x40\xaa\xfd\x1f\xaa\xc7\xec\xa6\x51\xae\x65\xa3\xa4\xf8\x6c\x5b\xb6\xbb\x7c\x6e\x31\x30\x2c\x8f\x24\x20\xba\x63\x58\xb8\xd5\x77\x53\x62\x23\xd4\x6b\x37\xfc\xe0\xbb\x65\xa7\xc4\x96\x68\x6a\x89\x40\xaa\x9d\xcf\xb6\x79\xfc\x34\x8f\x9f\xce\xf2\x37\x7c\xbe\x42\xaa\x94\x83\xdc\x0d\x47\xab\x10\x34\x9e\x55\xea\x6a\x4d\x96\xf3\xf9\xb4\x66\x1f\x4d\x1f\x1d\x62\x41\x53\x12\x6b\x4a\x62\x84\x71\xed\xd6\xec\xb7\x39\x3e\x96\xbf\x29\x89\xb5\xe3\x41\xe4\x93\x6a\x1a\xf3\x5b\x77\xcc\x1c\x2b\x4d\x2d\xb1\x71\x17\xaf\x0e\x59\x8e\xe7\x4e\x08\x1a\xed\x94\xce\x1a\x17\xea\xea\x70\xf9\x35\xca\x35\x25\x31\x2e\x7f\xed\xa6\xa8\xd5\xd0\x26\x2d\xe0\xba\xdb\x70\x3d\xbc\xec\xa6\x61\xb2\x4d\xfb\x98\xf6\x81\x48\xd6\xd4\x30\x9b\xa2\x96\x46\xc8\xa6\xa8\x05\x24\x6b\x5a\xec\xa6\x86\xd9\x0c\x3a\x25\x08\x61\xb7\xe5\xb3\x88\x50\x5e\xf8\xde\x4d\xd1\x08\x48\x75\x20\x6a\xb5\xe5\x7c\x39\x56\xea\xe0\x37\xd9\xd4\x1c\x9b\xc7\x8a\x06\xc7\xa6\xc8\xd3\x2e\xfb\x45\x73\x6c\x1a\xd6\x9a\x01\x8e\x83\xe3\xb1\x79\xd4\x34\x8f\x9a\xe1\x5a\x2a\x06\x35\x2b\xa3\x53\x89\x77\x37\xb5\xce\x66\x65\x74\xb5\xba\x76\xcb\x3f\x45\xa3\x81\x34\xdf\xd4\x44\x9b\x55\x5c\xb4\xd4\x34\x35\xd1\x86\x61\xad\xaa\xed\x36\x35\xd1\x66\xe5\x71\x35\xae\xf6\xd8\x07\x91\x80\x55\x23\x64\x53\x84\x6a\x1e\x5d\x83\xdf\x5a\xd3\xfa\xd5\x3c\x92\xa6\xfb\xfe\x95\xa7\x18\xfd\xab\x86\xc4\xa6\xd1\x1f\x48\x55\x43\x62\x53\x34\x6a\x8a\x41\xd3\xf5\xdd\xce\xc3\x5a\x7f\x1a\x12\x9b\x5a\x27\x90\xea\xcc\x3e\xeb\x98\xd1\x30\xeb\xe4\xd7\xd9\x3e\xbf\x8f\xcf\xf7\xb9\x96\x1a\xf8\xdb\xe7\x58\xf8\x75\x76\xb5\x49\x20\x68\x0d\x5a\x96\x96\xa5\x0d\x68\x55\x5a\x95\xb6\xa0\x31\x8f\xee\xf1\x33\x59\xcb\xae\x15\xaa\xab\xd5\x91\x1a\x65\x77\x0d\xf7\xdd\x73\x03\x07\xf8\xee\x8a\x3c\xdd\x73\x43\x8b\x5d\x27\x44\x47\x48\x75\x22\x22\x77\xc2\x6c\x84\xa0\xf1\xac\xa2\x4c\x37\x69\xa8\xd6\xb9\xee\xb9\xd1\x71\xf8\xd5\xc9\x71\xdb\x15\x65\x80\x54\x17\xc7\x68\x27\x01\x8d\x10\x34\x9f\x75\x1e\x6a\x7a\x54\x99\xda\x5d\x4d\xaf\x13\x17\x52\x49\xfd\xbc\xbb\xa2\x4c\x57\xd3\x23\x11\xca\xee\x9e\x39\xdd\x33\x87\x10\xe3\xdd\x89\xda\xd8\x1d\x2b\x54\xd5\x12\xd7\xd5\x08\xbb\xe7\x10\x35\xbd\x76\xf7\x1c\xea\x9e\x43\x54\x1f\xd8\x5d\xf1\xa6\xab\xfd\x51\x43\x61\x77\xcf\x9c\xae\x78\xb3\x5c\x37\xc5\x9b\xde\x1d\x0b\x22\x6d\x57\x94\x01\xd2\xa4\xd4\xe6\xee\x8a\x2d\x5d\xb1\x85\xe0\xb6\xdd\x15\x5b\x80\xa0\x31\x16\x45\x94\xae\x2a\xb7\x5c\x4b\x55\xb9\x8e\xb5\xaa\x6a\x75\xeb\x1a\xfd\xbb\xe7\xcb\x72\x7d\xa7\x6b\xe9\x59\xc2\x8d\xc9\xdd\xa7\x63\x99\xf2\xd9\xf5\x9d\x8e\xc5\xf3\x65\xb9\xbe\x9e\x2f\x5d\xb1\x65\xb9\xbe\xaa\x68\x5d\xb1\x05\x1f\xfa\xee\x5a\xb0\xba\x67\xce\x72\xcd\x75\x34\x02\x41\xf3\xd9\xd3\x87\xf3\x75\x1f\x28\xf2\x74\xd4\xb1\xa6\x15\xaf\x7b\x0e\x01\x41\x83\xcf\xaa\x5e\x9d\x60\xe9\x46\x92\xc1\xdd\x3d\x5f\x80\x64\x6d\xea\xdd\x55\xb3\x3a\x22\x8f\x85\x06\x77\xbf\x5d\x37\x1c\x8d\x56\xab\xd9\xfd\xf1\xdb\x42\x0c\x32\x59\xf4\xee\x3a\x1a\xbb\x65\x98\x92\xef\xd3\xaa\x05\x24\xb3\x3b\xec\xae\xa3\x11\x48\xe6\xa8\xd8\xfd\x75\x1e\xaf\x63\x41\x34\xea\x9e\x39\x9d\xcb\x6a\x8d\x4a\xea\xbb\x6b\x71\xef\x5c\x42\x6b\xa4\x63\xd9\x5d\x8b\x7b\xdf\x8e\xa5\xfd\xf7\x35\xf9\xdd\x95\x9c\xba\xe5\x81\x7e\x18\xe4\xbb\x47\x0d\x90\x9a\x06\xbd\xae\xc6\xd5\x39\x6a\xda\x8f\x63\xb4\x6b\x68\x07\x52\x53\x73\xec\x6a\x5c\x9d\xe3\xa7\x91\xf0\x6d\x77\x25\x27\x20\x35\x8d\x77\x43\xc9\x69\xfc\x9c\x26\x7e\xd7\xa1\x31\x6b\xfc\x7c\x1f\x06\x90\xa1\x16\x36\x90\x9c\x9a\x52\xcd\xd0\x98\x35\xcc\x45\x92\x58\xd6\xa1\x01\x7d\x60\xb8\x6a\x14\x5d\xde\x43\xc3\x15\x90\x5a\xe2\xf3\x1e\x84\x50\xee\xe1\xcd\x1c\x97\x66\x28\x25\x0d\x34\xb8\x46\xe1\x8b\x3d\xd4\xe0\x80\xd4\x34\x06\x0e\xc5\xa0\x81\xb6\xd6\x34\x70\x0d\x8f\x2e\x20\x35\x8d\x59\x43\x03\xfa\x30\xb3\x17\xd7\x5e\xf7\xd0\x58\x3e\x10\x79\x9a\xc6\xbb\xe1\x31\x35\x8a\x7d\xa0\x81\x0c\x35\xae\xc1\x31\xd5\xb8\xbc\xbb\x87\x1a\x17\x90\x1a\xb7\x72\xf7\xd0\x37\x39\x2c\x00\xae\x81\x6b\xe8\x87\x1c\x66\x8e\xd2\x98\x35\x34\x8c\x8f\xe6\xfb\xf8\x4d\x0e\xc5\xa0\xd1\xec\x77\x4a\x73\xcc\xcd\x67\xd1\x30\x87\x1a\xd7\xe8\x3e\xcb\x27\x3a\x34\x48\x8d\x2e\x0f\xf8\x44\x87\x1a\xd7\xe8\xf2\x94\x4f\x74\x74\xd7\x4d\x2d\xec\xf0\x54\x8d\x6b\x20\x2e\xb5\x8c\x56\x32\x14\x97\x80\xa0\x31\x16\x45\x23\x20\x68\x3c\xab\xe1\x6a\x10\xfb\xd0\x72\xf2\x59\xd7\x0d\x71\xa9\x51\x3d\x6b\x0f\xc5\xa5\x31\x4c\x99\xc0\xf1\x3d\xd4\xb8\x80\xd4\xb4\x56\x0d\x35\x2e\x20\x68\xb6\x73\xcc\xd3\x44\x87\x19\x1e\x28\x2e\x01\xa9\x65\x3e\xef\xa1\x66\x06\x04\x8d\xbd\xa1\x91\x1e\x08\x1a\xef\xf3\xd8\x03\x82\xc6\x5a\x6a\xad\x02\x82\xc6\xdc\x3c\x0a\x07\x47\x61\xd3\xfa\x35\x3c\x0a\x81\xa0\xc1\x17\x35\xb8\xe1\x11\xa7\xb5\x6a\x28\x7e\x8d\xcb\x76\x1c\x03\x43\x11\x0a\x48\x8d\x92\xe1\x7b\x68\x49\x02\x52\xa3\xee\xe2\x1e\xfa\x21\x81\xa0\xf9\xac\xfc\xb3\x70\x1d\xe5\x58\xf6\xd0\xbf\x38\xac\x34\x47\x86\xe6\x3d\x3c\xba\x86\x47\x57\xf6\x9b\xe6\xbe\x82\x10\x34\xda\x79\x9c\x01\x41\xe3\x7d\x5a\x8d\x86\xc7\x19\x17\x87\xf7\xf0\x38\x03\x92\x99\x59\xf7\x50\xd3\x1b\xaf\x65\x33\x5d\x73\xcf\x2b\x20\x79\xcb\x60\x0f\x2d\x49\xc3\x04\x95\xc4\xc6\xee\xa1\x91\x1e\x08\x1a\x73\xd3\xba\x34\xb6\x35\x84\x38\xbe\xc7\xe7\xf8\x3c\xd7\x0a\xaa\xcd\x50\xfb\x03\x82\x46\x1f\x8a\x55\xc3\x73\xad\xb8\x46\x9e\x6b\xc3\x73\x4d\xeb\xd2\x54\xd4\x9a\x9e\x6b\x54\xea\xdb\x53\x83\x3c\x90\x1a\x75\x17\xf6\xf4\x0c\x9b\x9e\x61\x24\xa0\xde\xd3\x10\xad\xf9\xf3\x7d\xa8\x3b\x53\x83\xfc\xf4\x5c\x23\xb7\xd5\x9e\x9e\x6b\xd3\x73\x8d\x04\xf0\x7b\xaa\xfd\x4d\xcf\x35\x92\x7e\xef\xe9\xb9\x06\xa4\x46\xb2\xd7\x3d\x15\xd3\xe6\x29\x25\xc5\xfa\x4e\x45\xb2\x99\x7d\x16\xcb\xde\x34\x06\x0b\x48\x8d\x44\x2f\x7b\x7a\xae\xcd\xbf\x1a\x4c\x8c\x45\xe3\xfb\x34\xc5\x20\x77\x37\xf6\x54\x4c\x9b\x96\x94\x25\x74\x7f\x4f\xc5\xb4\x69\xa9\x58\xc3\xd4\xa6\x71\x18\xd3\xb3\x8e\x4b\xb5\x7b\x2a\x6a\x01\xa9\x19\x4b\x36\x3d\xd7\x26\x96\xa4\xa6\x25\x69\x7a\xae\x01\x41\x1b\xd0\x1c\x4b\xb3\x5f\xd6\x72\x7a\xd6\x59\xef\xbf\x11\x48\xb9\x2d\xe4\xbf\xa7\xe7\x5a\xc5\x22\x61\x81\xfe\x4d\xe5\xfd\xa0\xd9\x6e\x49\x83\x7f\x5a\x8d\xac\xa9\x2f\x04\x8d\xb1\x28\x6a\x01\x41\x83\xf7\xc6\x57\x4c\xcf\xab\xea\x1a\xe9\x18\x9c\x27\xf5\x35\xe7\xf3\x34\x6e\x02\x48\xa6\x61\xdf\xd3\x78\x08\x20\x91\xed\xe6\x7f\xf7\xd4\xf2\x33\x3d\x4b\x8c\x39\x9b\x9e\x25\x73\x99\x74\x62\xfd\xf7\x95\xba\x3d\xd5\xea\x80\x78\x84\xe5\x52\xab\x03\x52\x6b\xfc\x62\xe7\x25\x8b\xd0\xf4\x1a\x17\x94\xf7\xbc\xdc\x76\x84\x77\x35\xc3\xd4\x2c\xe3\xbf\xa7\xd5\x41\xa9\xf1\xb9\xad\xe3\xbf\x27\x57\xca\x1a\xb7\x8f\xf6\x54\x5b\xa3\xa6\x7e\x6a\x54\x26\xdc\x16\xd0\x17\x82\xc6\x58\x94\xb0\x4e\xbd\x79\x8d\x4a\x53\x69\x0a\x48\x4d\x03\x92\xc5\xe5\x85\xa0\xd9\xce\xa5\x26\xe7\x41\x33\x4c\x6d\x3e\xe7\x7d\x6c\x1d\x52\x68\xef\x69\x28\xd7\xf4\x48\x6a\x2e\xe1\xeb\xdc\x5e\xfb\xc5\x1f\x3d\x35\x78\xcf\xd7\x31\xbb\xac\x1e\x5d\xd3\x63\x4a\xe3\xd3\x54\xea\x9a\x1e\x53\x86\xb3\x59\x35\x7e\x5b\x0e\xbe\x35\x3f\x47\x35\x3d\xab\xba\x37\x8a\xda\xef\xb9\x7d\xdf\xf6\x7d\x58\x2e\xac\xc4\x2e\xa4\x46\x29\xf9\x6d\xdd\xf5\x4d\x8d\xf5\xa0\xd1\xc7\xe7\xfb\x3e\xf9\xe2\x96\xf0\x98\x02\x82\x66\x3b\x8f\x95\x4f\x1e\xb0\xe6\x56\x46\x17\x52\xa3\x3c\xcc\xb6\x0a\xba\x10\xb4\x0a\x6d\x48\x9b\xd2\x26\xb4\x47\x1a\x9f\x00\xf5\x12\xf6\x52\xac\x5a\x1e\x3f\x54\x4c\xde\x16\xf9\x16\x92\xe9\x85\xb7\x45\xbe\xf7\xe2\x12\x88\x99\x93\xb7\xa5\xba\xb7\x75\xb4\xbd\x7d\xba\xad\x99\xbd\x2d\x90\xdd\x0c\x49\xb3\xc8\xf5\x5e\x18\xb2\x5b\x47\x0a\xb6\x7a\xb5\x90\xa6\x7e\x48\x2b\x55\x0b\xd1\x8e\x7e\x15\xb5\xa8\x3a\x9d\x1a\x37\x67\xb6\xb5\xa5\x85\xa0\x75\x68\x55\x5a\x93\xc6\xb3\x6a\x84\x16\x88\x6e\x54\xf3\xdb\x56\x74\xde\xa7\xa2\x33\x95\xf1\xb6\xd5\x9b\x85\xd4\xa8\x04\xb8\xad\xc5\xbc\x29\xa8\x1c\x34\x9e\x55\x23\xb4\x54\x72\xa3\xcc\xc5\x5e\x86\x9e\x02\xa9\x69\x71\xb2\x2c\xf2\x5e\x66\xb0\x22\xb3\xf3\x5e\x1e\x5d\x16\x37\x6e\x86\xbd\x2d\x45\x32\x20\xb5\xe1\x5a\x2a\x92\x2d\x8f\xb3\xe1\x5a\x1a\xfb\x00\x04\xaf\x98\x9b\x9a\xe3\x42\x73\x9c\xe4\xaf\xdd\x6b\xc8\x67\xac\x55\x33\xb9\x1e\x1a\xbc\x81\x78\x1f\xfd\x2a\xa6\x01\xd1\x8e\xf7\x29\xa6\xad\x61\x1f\xfc\x26\x97\x62\xda\xc2\x59\x38\x15\x7d\x97\x47\x21\x10\x34\xde\xa7\x03\x71\x4d\xad\x3c\x7c\xab\xcb\xe3\x71\xcd\x33\x0f\xfa\x50\xeb\x04\x52\xd3\x72\xb6\xd4\x3a\x81\xa0\xd1\xaf\x47\x26\x10\xef\xe3\x59\xc3\xb6\x80\x34\xb8\xa1\xbb\x2d\x7c\x2b\xa4\xa9\x8f\x75\x19\x6b\x04\xa4\xa9\x28\x68\x2d\x3c\x21\x4d\x1d\x6a\x97\xe7\x1f\x90\x26\x29\xdb\xb7\x55\xb1\x36\xd5\xae\xd2\xe4\x8a\xee\xbe\x3c\xc3\x2e\x35\x42\x6e\xae\xed\x4b\xc3\xf8\x85\x33\x6e\xea\x98\xb1\x64\xd5\xa6\x16\x55\xd0\xe8\xd7\xb3\x89\xca\x53\x69\xfa\x9b\xb4\xcc\xd4\xbe\x38\x87\x26\xe9\x41\xb6\x05\xa4\x84\xa0\x2d\x68\xf0\xc5\x92\x4f\x93\x9c\x1c\xdb\xfa\x4e\xdb\xba\x4d\x93\x0b\xa3\xdb\x22\x4d\x42\x9a\x86\x61\x5f\x3a\xde\xac\xc8\x34\xb9\x23\xb4\xad\xbe\x24\xa4\x51\xe4\x8b\xe7\x90\xd5\x97\xa6\x0e\x9c\x4b\x11\xea\xf2\x6e\x61\x65\x6f\x58\x7d\x49\x48\xa3\x20\x4a\x5b\x7d\x69\x53\x69\x29\x4d\x1d\x3d\x96\x50\xda\x96\x4b\x9a\x86\x7a\xdf\x9e\x57\xb7\xf1\x10\x86\x7a\x5b\x2e\x69\x5b\x07\x69\x56\x44\x2d\x8b\x1e\xed\x53\x69\xc8\x5f\xb6\x55\x85\xb6\x15\x84\x66\x65\x1f\x58\x2d\x48\x48\xb3\xf6\x0c\xcd\x67\x51\xf9\xa6\xbf\xec\xdb\x58\x85\x3b\xbb\x1e\x88\xcd\xd6\xf7\x11\x82\x56\xa1\xf9\xbe\xec\xfb\x10\xa5\xad\xe6\x23\x04\x8d\xf1\x19\x6f\x65\x9d\x9e\xa9\xa3\xe7\xd6\x91\x67\x89\x9b\x49\xf1\xa6\x7d\x1b\xab\x70\xab\x1a\x1a\xea\x68\xed\x9a\x6d\xed\x9a\x59\xd7\x3f\x84\xea\x59\xc6\x46\x88\xd7\xc0\x4a\xb7\xf1\xed\xa5\x29\xf2\xeb\x6e\x4b\xd0\x08\xd1\x8e\xa1\x1a\x66\x65\xb9\x99\x69\xf4\xba\xe5\x66\xb6\xa5\x65\x9a\xc6\x54\x4b\xcb\x6c\xea\xc8\x44\x3b\x86\x5f\x65\x9b\x47\xa1\xe1\x30\x77\xb3\x5f\xee\x25\x4d\xae\x74\x6c\x4b\xc4\x08\xd1\x0e\xb6\x29\xc5\x59\x0f\x66\x92\xdf\x64\xdf\x1e\x99\x40\xb4\x63\x7c\xcd\xe5\xc2\xb0\x36\xf5\x67\x59\x10\x66\x53\xfd\x25\xda\x31\x66\x8d\x6d\xb7\x12\xa0\x91\xa4\x96\x84\x11\x82\xc6\xf2\xab\xed\x5a\x12\xa6\x0d\xf9\xa2\x51\xee\xee\x67\xcc\x8c\x4f\x49\x11\x08\x1a\xf3\xf5\xb8\xb5\x24\xcc\xe4\x82\xd9\xb6\x24\xcc\xb6\xfc\x4b\x1b\x1c\x03\xb7\xa1\x66\x40\xb2\x72\xfe\xbe\x75\x22\xdc\x26\xf9\x33\x5a\xd5\x92\x30\xdb\x5a\x2f\x93\x3b\x3c\xfb\xf6\x58\xbe\x3d\x96\xa9\x9d\xbe\xad\xff\x22\x24\x4b\xdc\x6d\x6b\xbd\x08\x71\xc4\xf9\xac\xe3\x1b\x8e\x0f\xad\xf8\x56\x42\xbd\x95\x50\xa7\x73\xf3\xa8\xb6\x00\xcc\xd4\xf7\x67\x11\x97\x6d\xc1\x96\xd9\xd0\xb8\x2c\xd8\xb2\x2d\xce\x62\x3e\xb1\x6d\x21\x96\x7d\xa3\x65\x4f\x7d\x84\x16\x62\x11\x92\x99\xbd\xb6\x05\x56\x84\x68\x27\x6d\x49\x5b\xb6\x63\x1e\x1e\xf3\x40\xb4\x63\xbe\xde\x58\xb0\xc0\xca\xa4\xaa\xf4\xb6\xc0\x8a\x90\xbc\x64\xb6\x2d\xb0\x22\x44\x3b\xf6\x81\xb1\x23\x56\x4e\x69\x93\xe3\xd1\xca\x29\x42\xb4\x63\x6e\x4b\x5e\xa9\x8d\x6b\x7c\xbf\x8d\x1d\xb1\x72\xca\x54\x54\xb5\x72\x8a\x10\xed\x18\x9f\x71\x22\x56\x44\x99\x8a\xaf\x56\x44\x11\xa2\x1d\x7c\x56\x93\xb7\xfa\xc9\xf4\xe6\xc5\xad\x78\x0d\x44\x3b\xc6\x6c\x3c\x89\x95\x4e\x26\xf5\x1a\xb7\x95\x4e\x84\xd4\x26\xc7\xa8\x95\x4e\x84\x68\xc7\x3c\xf4\xed\x02\xd1\x8e\x79\x5c\xee\x35\x8d\x9f\xf3\x8c\xcf\xf5\xbd\xe4\x29\x47\xb5\xd5\x4e\x84\x68\xc7\xf8\xfc\x75\x5a\xed\x64\x52\x50\x6f\xdf\x1a\x4e\xef\xdb\x3d\xc9\xef\xfe\xd6\xd2\x70\x6b\x69\x30\x1a\xd9\x0a\x28\x42\xd0\xe8\x43\x03\xab\xd5\x4e\xda\x44\xac\xbf\xb5\x3e\xdc\x5a\x1f\x8c\x50\xb6\x02\x8a\x10\x7d\x48\x73\x7c\xa6\x7c\x98\x1e\xfd\x3a\x70\x80\xa0\xd1\x87\xbf\x5d\xcb\x98\xcc\x76\xda\xb9\xbe\xaa\x0e\xd3\x5f\x84\x8e\x1e\x20\xda\xc1\x3f\x2d\x1c\x40\xd0\x7c\x9f\xe3\x7b\xe4\x1f\x9a\xfc\xad\xd5\x03\x48\x53\x15\xe3\x56\xc5\x00\x82\x46\x1f\xfe\xc6\xad\x6e\x32\x29\xae\xb4\xad\x64\x22\x04\x8d\x3d\xa4\xb1\xf7\xd6\x3a\x32\xfd\x7e\xb5\x8e\x50\x6f\x24\xda\xd1\xaf\x6a\x87\xc5\x45\x2c\x43\xbb\x6f\xd5\x0e\x20\xda\x31\x5f\x9d\x4e\x16\x12\x99\xe4\x50\xde\x16\x0d\x11\x82\xc6\x7c\x15\x0b\x80\x64\x26\xff\x6d\x35\x90\x6d\xe9\x8f\xd9\xfc\x75\x6a\x59\xb1\xcc\xc7\x54\x05\xba\x15\x1f\x6e\x2d\xc6\x86\x6b\xdf\x8a\x50\xb7\x22\x14\x79\x96\xb6\x65\x3e\xf6\x29\xf3\xe1\x6d\xa0\x5b\xcb\xf2\xad\x6a\xa3\xe3\xe8\x56\xa4\x00\xa2\x9d\x34\xf7\xd0\xe7\x1e\xf2\x37\xa9\x48\x71\xab\xee\x18\xfe\x6d\xe9\x8f\x7d\xab\xee\x4c\xfe\x29\xd6\xf4\xd8\xd6\xef\x68\x93\xf3\xde\x5a\x1d\xdb\xba\x1c\x53\x15\xcd\x7a\x1b\x42\xb4\xeb\xd0\x98\xdb\x29\xa4\xa1\xd3\xc9\xa2\x19\x42\x9a\xc6\x16\x58\x35\x43\x48\x4d\xa7\x93\x15\x32\xf6\xa3\x5a\xa4\xd3\xe9\xd1\x79\x66\x35\x8c\xc9\x25\xcb\x6d\x35\x0c\x21\xda\xd1\x87\x37\xe8\x4e\xe5\x8b\x36\xfe\xbb\x06\xdd\x7e\xbc\x60\xf7\xa8\x5d\xe9\xcf\xb2\x08\x86\x90\xcc\xe2\xbf\xad\x78\x21\x24\xb3\xc1\xed\x47\xc9\x04\x48\x4d\x7f\x96\x15\x2f\x84\x18\xc2\x80\x26\x8b\xb2\x79\x75\x31\xd0\x58\xca\x42\x88\x76\x0c\xdf\x88\x71\x20\xda\xb1\x0c\xfa\xf4\xac\x65\x31\x0d\xbf\xb0\x46\xc5\x3e\x35\x2a\x56\xf6\x59\xd9\xa6\xb1\x9c\xea\xdc\xdb\x3a\x13\xdb\xa2\x12\x8d\x52\xdc\xdb\x6a\x11\xdb\x2a\x10\xb3\x21\x7d\x3f\x46\x74\x3e\x1a\x95\x28\x28\xbe\x1f\x45\x9e\x47\xc9\xdd\x4b\x63\x56\x8b\x10\xd2\x30\x1c\xcb\x6a\x11\xfb\x31\x99\x73\x3b\x34\xfb\xad\x2e\x17\xa1\x20\x96\x68\x10\xd2\xf4\x22\x99\xe5\x18\x84\xa0\xd1\x87\xe2\x0d\x10\x34\xde\xd7\xe4\x7d\xf3\xa8\x21\x8e\xe0\x51\x6c\x01\x82\xc6\x98\xd5\xfe\xac\xa0\x30\xd5\xda\xad\x96\xb0\x2d\x8d\x30\xd5\xda\x2d\x8d\xb0\x2d\x83\x30\xd5\xda\xad\x69\x20\x04\x8d\x75\x53\x1c\xb1\xa6\x81\x89\xba\xf6\xa3\x81\xcb\x1a\x04\x53\xed\xde\x7a\x03\xfb\x41\x7c\x98\xdd\x7d\x30\x4e\xbb\x25\x8d\x3e\xf4\x1b\x5a\x48\x60\x7a\x59\xed\x51\x54\x00\x82\x46\xbf\x8a\x0a\x40\xd0\xe8\x57\x83\xfc\xa3\xa8\x40\x4a\xb7\xfd\x68\x90\x07\x82\x46\x1f\x1a\xda\x81\xa0\xd1\x87\x9a\xde\xa3\xa6\x47\x39\x9d\xfd\xa8\xe9\x3d\x6a\x7a\x5a\x10\x1e\x8d\xef\x8f\x06\x33\xb2\xb4\xee\x47\x11\xe0\x59\xa7\x5f\xc6\xa2\x08\xf0\x68\x44\x23\xb3\xec\x7e\x34\xc8\x03\x69\x92\x98\x6b\x3f\x8a\x00\x40\xd0\x18\xb3\x46\xfa\x47\x23\x3d\x59\x40\xf6\xa3\x85\xed\x59\xf2\xa5\x4a\x73\x1e\xcb\x79\xf0\x1b\x7a\xf4\x61\x02\xf1\x2c\xf3\x55\x54\x00\xa2\x1d\x73\x53\x2c\x78\xbc\xb8\x64\xac\xcc\x73\xb9\xbe\x97\x63\xe1\x97\xf3\xf8\xbb\x07\x82\xc6\xf8\xfc\xdd\x03\x41\x63\x2c\xfe\xda\x1f\x7f\xed\x64\xb9\xdd\x8f\xbf\x6c\x20\xda\xb1\x27\xfd\x65\x3f\xfe\xb2\x97\xdf\xaa\xbf\xec\xe7\x3e\x7d\x30\x3e\x35\x56\x20\x75\x2a\x23\xec\xc7\xc8\x7c\x20\x68\xbc\xcf\x18\x89\xc7\x8b\x91\x3f\xcf\x26\xb5\x53\x20\x4d\xe3\x7b\x1e\x7f\x61\x0f\xbf\xab\x4e\xea\xf9\x6d\x31\x0a\x21\xf5\x9f\x67\x8e\xda\xe9\xe3\x6d\xa0\x9f\x7b\xc8\x5f\x89\x25\x24\xfa\xcf\x3d\xe4\xaf\xc4\xe2\x10\x9d\xf4\x4b\xdb\xca\x0d\x42\xea\xa4\x43\xd8\x96\x55\x10\x62\x2c\x05\xda\x90\xe6\x77\xd4\x6d\x77\x49\xbb\xa4\x75\x68\xbc\xef\x4d\xee\x3f\x6e\xa9\xbc\xfe\x22\x5e\x7f\x11\x5a\x8d\xac\x7a\xb0\x2d\x67\x30\xb9\xe8\xbe\x2d\x67\x20\xa4\xfe\xe3\x57\xfc\x6a\xb8\x07\xa2\x9d\xef\x3b\x7d\x3c\xd2\x6c\xf7\x4a\x3b\x55\x56\x12\xb4\x2d\x4d\x9e\xb2\x6e\xd6\x24\x10\xd2\x34\x16\xea\xf5\xbf\x60\x01\x82\xfe\x73\x1e\xfe\x17\x5e\x35\x56\x2d\x58\x96\x1b\x10\xa2\x9d\xef\x73\x7c\x6a\xb1\x5a\xb5\x5e\xff\x0b\x40\xea\xbf\xe1\xb3\x8e\x2f\xbb\xff\x38\x4f\x4d\xf1\x2f\x44\x3b\xde\xa7\xb6\x6b\x8e\xff\x49\x4d\xb4\x6d\xa2\xfe\x4d\x6e\xfe\xa0\xf1\xac\xe7\xb3\x09\xf8\x27\x95\xc3\xf6\xab\x23\x14\x48\xdd\xb0\x64\x13\xf0\x6f\x93\xed\x4f\xad\x64\xaf\x6a\xaa\x89\xf5\x27\xd5\xc9\xb6\x89\xf5\x85\xd4\xbd\x69\x62\x12\x7d\x21\x4d\xad\x69\x66\xd1\x17\xa2\x1d\xe3\x53\x9d\x35\x63\xfe\x34\xf6\xcb\xec\xf8\xdb\x4c\xf8\x53\xab\x9b\x39\xe7\x85\xd4\x0d\xf3\x7b\x3d\xb3\x5f\x2f\x73\x1a\x3b\x67\x4a\x78\x21\xf5\x94\xfe\xc1\x98\x6f\x3a\x77\x21\xba\x83\x1d\x86\x9a\xbd\xde\xff\xd4\xef\xfa\x7a\xa4\x9b\xbb\x7d\x6a\xbc\x33\x77\xbb\x10\x34\xdb\xb9\x15\xbd\x5f\xae\xcf\xfb\x55\x23\x7c\xd5\x08\x35\xb6\x99\x43\x5d\x08\x1a\x53\xf2\x48\x7f\x4f\xfa\x45\x3e\x47\xf3\xa0\x0b\xd1\x4e\x9a\x7d\x4c\xfb\x40\xb3\x30\xe7\xf9\x36\xc1\xf9\x24\x67\xfc\x36\xc1\xb9\x10\xed\x98\x9b\x47\x3f\x10\x34\xc6\xec\xd1\x0f\xa4\xee\xc5\x11\x13\x6f\x0b\xf1\x3e\x9e\x35\x32\x15\x48\x5d\xbf\xb5\x49\x8d\x85\xd4\xb3\x4b\xa8\xbf\xd2\x04\xc6\x93\xcc\xfc\xdb\xf4\xc1\x42\xd0\xe8\x57\x89\xdc\xbc\xc0\x3d\xcb\x03\x8f\x38\xf3\x02\xcf\xc1\xaf\xd3\x1c\xc0\x42\xd0\x68\xa7\x44\x6e\x6e\xdf\x9e\x1d\x9f\x46\x7f\x13\xe5\x76\x0d\x8e\x5b\x09\x15\x48\x3d\x23\xf5\x9b\xd1\x54\x48\x3d\x73\x4c\x99\x95\x54\x88\x3e\x1a\xb4\x5b\xda\x19\x4b\xf4\xb1\x95\x28\xb7\x39\x19\x28\x27\xb0\xb7\x47\xc3\xf6\x68\xa0\x74\xc0\xde\x7e\xde\xdb\x4b\x81\xd4\x52\xde\xdb\x8b\x37\x40\xb4\x63\x7c\x8a\x78\xdb\x4b\x81\x14\xdc\xda\x9b\xfc\x43\x42\xd0\x18\xb3\x06\xf4\x6d\x74\xb8\x61\x88\x5b\x31\x68\x6b\xe5\xf1\x2e\xf4\xd6\x57\x07\x04\x8d\xf7\x69\xbd\xd9\x16\x92\xf2\x46\xc0\xd6\x08\xbe\x15\x83\xc6\xa1\xd9\xaf\xf9\x17\xf4\xd9\x6e\x43\xa5\xb6\xf7\xa3\x0b\xc7\xfc\xd6\x3a\x02\xa4\x4e\x01\xe8\x6d\x0a\x53\x21\x75\x2a\xa5\xef\xad\x28\xb3\x15\x65\xc8\x3f\xb3\xcd\xcd\x29\xa4\x4e\xad\x8f\x6d\x5a\x4b\x21\xda\xc1\x2b\x43\x91\xfe\x52\x43\xf2\xcb\x31\x35\xa4\x90\xc6\x99\x87\x9a\xbc\x39\x1f\xa7\x77\xba\xcd\xef\xb8\x4f\xee\x45\x52\xa6\x6d\x73\x2f\x0a\x69\x0e\xf7\x81\xa1\x8e\x66\x55\x9c\x84\x5d\x7e\x05\x07\xce\xe7\x05\xac\x41\x9d\xed\xcf\x8b\x55\x42\x9a\x63\xd1\x0e\xc3\xa4\x10\x34\xda\x21\x0e\x0b\x69\xce\x58\xdf\xaf\x60\x15\x14\xd2\xc4\xd2\xf0\x15\x8e\xd6\xaf\x78\xb4\xa2\xa1\x7f\x5c\x8b\x09\xe0\x62\x1a\xdf\xdb\xe7\x0d\x17\x21\x0d\xc2\x51\x3f\x6f\x72\x08\x69\x60\x15\xfc\x0a\x1a\xdc\xe7\x0d\x8d\x31\x26\xfd\x7e\x3e\xeb\x25\xb9\x11\xfb\xea\xab\x7c\x0b\x9f\xb7\x31\x06\x56\xb2\xaf\xf2\xdb\x10\xd2\x20\xac\xf1\xf3\xc6\xc2\x57\xab\x17\xfb\xe2\xfb\xf8\xbc\xb1\x20\x04\x6d\x40\xeb\xd2\xbc\x38\x17\xbf\xb5\xcf\x5b\x0c\x5f\xad\x5e\xf6\x1b\xf4\x81\xf8\x2f\x04\xad\x42\xb3\xdf\xea\x05\xc0\xf8\x8e\x3e\x6f\x36\x7c\xb5\xd9\xef\xe0\x7d\xcd\x7e\x9b\x7d\x4c\xc6\xc2\x2f\x42\x88\x31\x33\x16\xc4\x7f\x21\xda\xf9\xac\xfd\x36\xe7\x1b\x62\xdf\x57\x51\x09\xbe\xda\xbc\xb0\x27\x5f\xb0\x5a\x7e\xde\x8a\x18\xc4\xde\x7c\xde\x8a\xf8\x2a\x79\x47\x06\x71\x36\x1f\xd7\x21\x0e\x04\x8d\x79\x74\xdf\x87\xe5\x71\xe4\x1f\x63\xc1\x21\x24\x44\xbf\x8c\x05\x6b\xa4\x90\x06\xb1\x37\x9f\x37\x20\x84\x34\x66\x93\xe6\xdc\x86\x73\x6b\x8c\x6f\xc8\x53\xfe\x29\x23\x27\xde\x37\x1c\x0b\xea\xc4\x98\x21\xaa\x7e\x75\x38\x5f\x53\x0b\xcf\x06\xaf\x86\xe3\x1b\x96\x3a\x61\x0f\xd5\x29\x9f\x2d\x0b\x9d\x33\x63\xc6\xf2\x28\xc4\xb3\xcc\x6d\x3a\x3e\xfe\x47\x23\x17\xc6\x32\x1d\xcb\x74\x2c\x85\xfd\x32\xed\xd7\x0b\xb7\xb9\xc0\xe7\xe9\xfa\x62\x3d\x1c\xa4\xe3\xf9\xbc\x79\x21\x44\x1f\x3c\xbb\x9c\xef\xf2\x7d\xf2\x60\xf9\x3e\x2f\xe1\x66\xc7\xb2\xe4\xe9\x72\x1e\x7c\xab\x5c\xc3\x08\x70\x8d\xfe\x21\x1d\xee\x57\x2f\xbb\xbb\x0e\x7b\x7d\x8d\xac\xe4\x08\x19\x84\xfa\x7c\xf5\x72\xf8\x97\xcb\x3a\x60\xef\xe5\x12\xea\xf7\xca\x6e\x63\x8c\x77\x42\xbc\x8f\xa5\xb9\x65\x25\x47\xcd\xe0\xc2\xd9\x57\x6f\xfb\xe5\xa8\x19\x79\xf2\xbe\xdb\x2d\x6b\x99\x04\x7e\x11\x9f\x17\x42\x84\x34\x30\x5c\x7d\xf5\xf1\x7d\xf8\xbd\x06\x39\x00\xbe\xfa\xf8\x3e\x0c\x6b\x83\x1c\x00\x5f\x7d\x5c\x6a\x7e\xc5\x83\x5a\x90\x5f\x7d\x7d\xdf\xeb\xb3\x8e\xf9\xf5\xd9\x57\x1e\x4c\xdb\xc9\x83\xd7\xf7\x39\xbe\xd7\x65\x40\xdb\x18\x84\x27\x7d\xdc\x18\x09\x70\x6b\x4f\xdf\x27\x5f\x5e\xb7\xf6\x82\xb6\xdd\x62\x54\xe3\x1d\x44\x23\x7f\x75\xcb\x2b\xef\x0b\xcf\x09\xef\xb7\x73\xc3\xb7\x36\xb2\x9f\xde\x76\x59\xb7\x9f\x05\xc7\x59\xdd\x7e\x8e\xdb\xad\xb8\x7c\xd6\xe3\x67\x5b\x73\xd4\x4f\x7e\x3b\x37\xef\x1a\x53\xe9\xf3\xe3\xa6\xca\x81\x34\x88\x82\xfe\xea\xe7\x58\xd0\x72\x06\x97\xf3\xbe\xfa\x39\x96\xcf\x4f\xc0\xb1\x7c\x6e\x77\xef\x1f\x4f\x8e\xf9\xea\xd1\x5a\x3d\x5a\xc9\x47\xf0\xd5\xcf\xed\xf9\x99\xcd\x8a\xa3\xa1\xe1\x6f\xfb\x9a\x77\x8d\x31\x5c\x7d\xcd\xdf\x0b\x10\xb4\x09\xad\x49\x63\x6e\x8b\xa3\xa1\xa1\x35\x7d\x2d\xf9\x6c\x88\x7d\x5f\x4b\x3e\xcb\xe5\x94\x41\x64\xf4\xd7\xd0\x7c\xbe\x96\xac\xa0\x1e\x62\xc1\xd7\xf0\xb7\x7d\xcd\x5a\xac\xab\xd0\x2f\xe2\x88\x90\x06\x89\xf6\xbf\x56\x7c\x1f\x62\xc6\x20\x7f\xc0\xd7\x8a\xed\xd0\x2c\x06\x69\x71\xbe\xe6\x2f\xa2\xf9\x8b\xe8\xbe\x8f\xc8\x6d\x21\x0d\xb4\xe2\xaf\x35\xdf\x87\x73\x6a\x90\xc6\xe6\x6b\x88\x28\x42\x1a\x68\xa7\x1f\xd7\x49\x02\x2e\x69\x3e\xeb\xfb\x9a\xef\xe3\x1b\x6c\x1e\xc1\x40\x1a\x7d\x34\x68\xb7\x34\xc7\xc7\xef\xcf\x9b\x21\x42\xd0\xe2\xd9\x4e\x58\x8f\x90\x26\xda\xe9\x67\xc4\xb3\x90\xe6\x8f\x63\xa5\xfb\x9d\x1b\xc9\x3c\x7f\xf4\xdb\x31\xd2\x0b\x69\xa2\x85\x7d\xc3\xfd\x37\xac\xf3\x40\x8d\xc3\x6f\x60\xd8\x15\x52\xa5\x60\xe0\x37\x28\xd3\xf8\x19\x32\x57\xc9\xb4\xfe\x19\x32\xf7\x0d\x2f\x64\x92\xf3\xe0\xbb\xd0\x76\x05\x2a\x44\x7f\x17\x57\x99\x84\xf5\x63\x33\x2b\x2f\x0a\x44\xe3\x7e\x4a\x8b\x02\xba\xc5\xb7\x5d\xc4\x6d\xfe\x4a\xe4\x9f\x4f\xf9\x51\x08\x5a\x83\xd6\xa4\x31\x81\x1f\x94\x21\xc5\xb4\x94\x50\x96\x14\xd2\xd4\x4d\x28\xb7\x14\xef\xd8\x42\x79\xa5\x78\xc5\x08\x0a\xdb\x6d\x53\x21\x8e\xf3\x7b\x57\x47\x79\x62\xd2\xa0\x38\x4a\xa3\x6f\x79\x73\xb5\x2f\x3c\xa3\xb0\x73\x2b\x25\xec\xfa\xfc\xdf\xff\x64\x3e\xc8\xad\x8c\xf0\xff\xc9\x3a\x63\xdd\x86\x61\x18\x88\xee\xfd\x0a\xff\x41\x2d\x59\x4e\xd2\x25\x4b\xe7\xf6\x1f\x5c\x9b\x07\x64\x48\x62\xb8\xc9\xff\x17\xbc\xe7\xa5\xed\x10\x5c\x70\xb0\x4d\x26\xa2\x44\x0a\xa0\xce\x91\x41\xe6\x96\x02\x45\xdb\x6d\x89\x5f\x66\xfb\x54\x0d\x06\xf7\x27\x2b\xbc\xd5\x04\x2c\x62\xaf\xa0\x8a\x08\x57\x0c\x85\xbb\xb0\xef\x80\x73\x58\xc6\xc8\xb3\xb3\x18\xa8\xbd\xff\xb3\x03\xcf\xc9\x1a\x80\xcc\x19\x54\x00\x91\xe1\x47\xa2\x40\x4e\x17\x28\x3d\x4c\x85\x71\xa3\xbe\x1b\xcd\x25\xa6\xbd\x98\xf6\xcd\x4c\x83\x69\xe7\xae\x3a\x6d\x88\x65\xc0\xe0\x13\xce\x42\x82\x17\xf0\x71\x79\x21\xc0\x0b\xe4\xb3\x8b\xb9\x13\x9c\xb5\x25\xf1\x60\x82\x61\x82\x99\xf9\x82\x49\xbf\x77\x2f\x67\x18\xbf\x78\xb3\x37\xb3\xc0\x2c\x79\x0d\x1e\x05\x4c\x58\x8a\xdd\x8c\x60\x94\x5e\x67\x20\x5b\xa9\x37\xe1\xed\xdc\x0d\x5e\x2e\x50\xc9\x05\x8a\x17\x3d\x34\x72\x81\xd2\xff\x95\xb9\x3d\xfd\x4b\xd2\xe8\xe7\x02\xd5\xe3\xa7\x82\x6f\x09\xde\xeb\x09\x3d\x5d\xc0\x1d\xca\x12\xcb\x9e\xc1\xc7\x9b\x84\xbe\x2e\x50\x9d\x22\x55\x19\xad\x8c\xf0\x01\x86\x08\x37\x94\xe1\xe8\xd8\xd4\x80\xfd\x84\xba\x33\xd8\xe7\xcd\xcb\x47\xc6\x6b\xc0\x03\xcf\x84\xe1\xd8\xb8\x0e\x1f\xdc\x5e\xe0\x24\x25\xe6\x82\x55\x3e\xdd\x01\x2a\x34\x3e\x01\xef\xf1\x85\xc2\x27\x50\xaa\xc7\x62\xc4\xde\xc8\x5b\x6f\x92\x39\x10\x2f\xde\x9b\x15\x33\xa4\x53\x43\x69\xbd\xab\x4c\x91\x3a\xc5\x19\xce\x7e\xfc\x2d\x4d\x90\xdf\xaf\xd3\xfa\xf2\xfe\x31\xad\x9f\xd3\x35\xba\xf9\xb9\x6d\x71\x7b\x2c\x97\xf9\xd1\xbd\x26\xdb\x2d\xa1\xcb\x2d\xb6\xf8\xbe\x3f\xb7\x39\xba\xf5\xbe\xe6\x5d\xfe\xfc\x04\x00\x00\xff\xff\xf7\x76\x22\x71\x01\xf2\x04\x00"); -func _bae ()(*asset ,error ){_agbf ,_bbfe :=_ddgf ();if _bbfe !=nil {return nil ,_bbfe ;};_gabb :=bindataFileInfo {_dae :"HKdlb-B5-H",_fb :18683,_ae :_be .FileMode (436),_g :_a .Unix (1580492327,0)};_bgb :=&asset {_dd :_agbf ,_ef :_gabb };return _bgb ,nil ; -};func _ggbd ()([]byte ,error ){return _c (_gddc ,"NWP-V")};func _deag ()(*asset ,error ){_ffb ,_ebec :=_bebc ();if _ebec !=nil {return nil ,_ebec ;};_fddf :=bindataFileInfo {_dae :"Adobe-Japan1-0",_fb :1097,_ae :_be .FileMode (436),_g :_a .Unix (1580491303,0)}; -_cbb :=&asset {_dd :_ffb ,_ef :_fddf };return _cbb ,nil ;};func _gdbed ()(*asset ,error ){_bcdb ,_bbbg :=_cegf ();if _bbbg !=nil {return nil ,_bbbg ;};_bdfg :=bindataFileInfo {_dae :"UniGB-UCS2-H",_fb :272134,_ae :_be .FileMode (436),_g :_a .Unix (1580492744,0)}; -_abc :=&asset {_dd :_bcdb ,_ef :_bdfg };return _abc ,nil ;};func _faffb ()(*asset ,error ){_egcg ,_bccf :=_gdf ();if _bccf !=nil {return nil ,_bccf ;};_bbae :=bindataFileInfo {_dae :"ETHK-B5-V",_fb :631,_ae :_be .FileMode (436),_g :_a .Unix (1580491827,0)}; -_gfa :=&asset {_dd :_egcg ,_ef :_bbae };return _gfa ,nil ;};var _ddfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\xeb\x65\x39\x96\xdd\xe7\xf1\x29\xce\xb0\x3d\xb0\xf3\x48\xfb\x25\x41\x10\x60\xba\x1b\x9c\x86\x6e\x37\x2e\xdb\x6d\x30\x1e\xdc\xc7\xb9\x49\x80\x33\x22\x88\xcc\x1c\xd4\xb7\x37\xfb\xb7\x6e\xa5\xab\x0b\x43\x0e\x8a\x95\xb5\x42\x57\x67\x6b\x6b\x3f\x25\xfd\x7f\xf8\xfb\x1f\xff\xe1\xc7\x2f\x9f\x7f\x3d\x7e\xf8\x97\xef\x5f\x1f\x7f\xba\x7e\x3d\x5e\x9f\xbf\x3c\xbf\x5f\xbf\x7c\xfd\xed\xfb\xe3\x3a\xee\xd7\x4f\x9f\xbf\x7c\xf8\x30\xe6\xf1\xfc\xfc\xf8\xf5\x2f\xff\x17\x78\xfc\x7c\xfb\xf6\xe1\x43\xff\xfe\x4f\x7f\xfe\xe5\xd7\xeb\xe7\x1f\xbf\xbc\xbe\x1e\xa6\x71\xcf\xdf\xbe\xbd\xc7\x1e\xc7\x0f\xff\xf5\xfa\xe9\xf3\x2f\xbf\x7e\xff\xf3\xf1\x77\xff\xf1\xf9\xf5\x7e\xfd\xbb\xe3\x79\xbd\x9a\xff\x2f\xdf\x9f\xd7\xf7\xcf\x5f\x7e\x3a\xfe\xee\x3f\xdf\xbe\xdd\xbe\x8c\xdf\xff\xe1\x4f\xbf\x7d\xfb\xf6\x7f\xae\x9f\xaf\x2f\xbf\x1e\x27\xdc\xf5\xe5\x09\x7e\xf8\xe1\xef\xff\xe9\xf6\xed\x9f\x6f\x3f\x5f\xc7\x0f\xff\xfc\xaf\xff\xf2\xef\xff\x13\x2c\xe4\xff\xb8\xbe\xff\xf2\xf9\xeb\x97\x63\x9c\xff\xe1\x3c\xf3\xff\xf1\xff\xed\xcf\xdf\xae\x63\xbc\x7f\xfd\x3f\xff\xfb\x8f\xff\x70\xfc\xaf\x71\x8c\xf3\x98\x61\x96\xff\xfb\xcd\xff\xeb\x3f\x7d\x7d\x5e\xef\x6f\x7d\x18\x92\xfc\xf1\xf5\x79\xfd\xf2\xed\xf6\xb8\xbe\xdf\xbe\xfc\x74\x7d\x38\x8e\x8f\x73\xcc\xf1\xe9\xf8\x58\xff\x58\xff\xf8\xa9\x45\xfa\x9b\x11\x1f\xc6\x79\xbe\x7f\xfa\xf9\x29\xea\x2f\x3f\x99\x23\xd7\xa7\xe3\x48\xb3\xa6\x72\x8b\xda\x9f\x8e\xf2\x5a\x50\x37\xa8\xba\x3e\x1d\x47\x9d\xf9\xe1\xe3\x9c\xfa\xe1\x9c\x50\xb3\x9a\x32\x46\x4d\x1f\x4d\xf9\x68\xca\x45\xc5\x09\xb5\x9b\x8a\x07\x54\x4f\x79\x54\x30\x57\x4d\xa8\xda\x4d\x15\x3f\xec\x4f\xbd\xe1\xa8\xea\x1f\x9a\x9d\x4d\x99\x31\x6a\x9d\x4d\x39\x42\x58\x30\xd7\x86\x4a\x51\xd5\xd4\x1a\x3d\xbd\x4b\x54\x2f\x6b\xca\xe7\x87\x8f\x33\x44\x45\xe5\xa7\xe3\xd8\x33\x3e\x7c\x9c\x29\x2a\x6d\x7d\x3a\xc6\x39\x5a\x88\xd4\xf4\x19\x50\xd6\xa3\x4a\xa3\xaa\xff\x65\x9c\xd1\x72\x55\x88\x2a\xa8\xdd\xd3\x6f\x8d\xda\xf1\xfa\x74\x1c\xd3\xa0\x12\xe9\x81\xc3\x10\x75\x4b\xd4\xcd\x1a\xe7\x6e\x51\x6f\xfa\xe1\x8d\x1f\x1a\x5a\xbd\xe9\x87\x37\x46\xd9\x6e\xb9\xee\x1a\x75\xef\x2f\x1e\x3e\x7b\xfa\xbb\x54\x08\x1c\x73\x07\x94\x89\xea\x1f\xc6\xd9\x5b\xfb\x98\xde\xd4\x23\x5f\x6c\x6d\x4b\xff\xd4\x5c\x4f\xbb\x3e\x1d\x15\xd1\x3f\x7c\x3a\x5f\x7c\x46\x36\xb5\xa0\x24\xc4\x93\x1f\xe6\xd9\x36\xf1\x2c\x51\xc5\xd6\xe6\x84\xd2\x5c\xc8\x55\x39\xa0\xa6\xa8\x09\xc5\x17\x25\xd7\xb3\x77\xbb\x72\x3a\xd4\x4d\x14\xfb\x98\x9a\xfe\x2e\xea\xd1\xa3\xac\xe7\xba\x24\x2a\x70\x24\xfb\x78\xcd\x29\xaa\xa7\xcf\x32\x28\x13\x65\x58\x8e\x28\x17\xe5\x4d\x0d\xfd\x30\x44\x05\x54\x40\xa5\xa8\x84\x2a\xa8\x12\x55\x4c\x2f\x21\x96\xa8\x0d\xe5\x50\x37\x51\x48\x3f\x16\xd4\x5d\xd4\xbd\x47\x6d\x7d\xf1\x21\xea\x81\xa7\x25\xd4\x53\xd4\x93\x51\x12\xf5\x12\x75\x31\x4a\x42\xbc\x44\xb5\x4d\x64\x32\x4a\xae\x70\xfd\x95\x2b\x5c\x72\xbe\xcb\xf8\xa2\x6d\x28\x7d\xd1\xf8\xe2\x16\xa5\x2f\x9a\xbe\xc8\xf4\xa6\x2f\x9a\x7c\x5b\x73\xe9\x8b\xc6\x17\x71\xe4\x4b\x36\x01\x1c\x35\x98\x4b\xde\x71\xfd\x95\xf3\x5d\xa1\x65\x07\x42\x10\x3a\x2e\xb9\x3b\x70\x14\x6e\x75\x85\x84\x08\x84\xc0\x0a\xaf\x90\x10\xc1\xb2\x5d\x3f\x94\x10\xb8\x42\x06\xd3\xcb\x0a\x81\x23\x1d\x15\xca\x87\xae\xbf\x72\xf7\x4b\x96\x03\x1c\x29\xe5\x94\x84\x28\x34\x91\x2c\xbb\x24\x44\x21\xc4\x42\x2e\xc5\x1c\xe0\x48\x82\xd5\x4b\x26\xf7\x92\xc9\x11\x01\x5e\x32\xb9\x17\xf6\x95\x2b\xa1\x5c\x94\x33\xca\xa1\x42\x54\x40\x2d\xa8\x14\x95\x1d\x27\x4e\xfd\xb0\x44\xd5\xef\x61\xe8\x25\xfb\x02\x8e\x4d\x04\x78\xcd\x2d\x6a\x43\x49\xae\x9b\xa8\x5e\xf6\xc6\x3b\x5e\x32\x39\xe0\xd8\x44\xf2\x97\x4c\x0e\x38\xf6\xd6\xa8\xa7\xa8\x27\x94\x46\x5d\xa2\x2e\x28\x09\xf1\x12\xd5\xba\xdf\x44\xb9\x97\x4c\x0e\x38\x32\x4f\x28\x29\xa7\xe1\xd8\x93\x05\x99\x94\xd3\x70\xec\xc9\xb2\xcd\x44\x19\x72\xe9\x87\xd2\x57\xc3\xb1\x09\x8f\x2f\x93\xbe\x8c\x80\x2c\x15\x9a\x94\x63\x28\x07\x57\x78\x99\x94\x63\x28\xc7\x24\x97\x94\x83\x2b\x6c\x6c\xf5\x25\x57\x00\x8e\xed\xac\xd1\xa4\x1c\xbc\x63\x3b\x6b\x94\x77\x00\xc7\x76\x4d\x2f\xe5\xe0\x1d\x5b\x06\x20\xef\x00\x8e\x1d\x9a\x5e\xca\x31\x29\x87\xe9\xe5\x1d\xc0\xb1\x09\xa2\x2f\x79\x07\x70\xec\x28\x12\xf2\x5f\xf2\xee\xff\x37\x15\xbf\x5c\xba\x73\x74\x27\x0d\xbb\x74\xe7\xe8\x8e\x18\xfb\x72\xe9\xce\xd1\x5d\xa2\x28\x97\xee\x9c\xf5\x26\xfb\xe0\x5a\xaf\xb3\xde\xd2\x28\xad\xd7\x59\x6f\xb1\x5e\xd7\x7a\x9d\xf5\x2e\x7d\x51\xeb\x75\xd6\xbb\xb4\x38\xad\x37\x10\x42\x06\x1f\x12\x22\x10\x82\xf0\xf6\x0a\x09\xd1\x70\xec\xcd\x17\x43\x06\x4f\x34\xd8\x5b\x3f\x94\x10\x0d\xe3\x24\x27\xbd\x14\x0d\x80\x71\x9e\xc8\xa5\x68\xf0\x92\xeb\x6b\x03\xe5\xfa\xaf\x24\xc9\x9e\x4c\x9f\xd2\x57\xc3\x38\x4f\x84\x48\xe9\x2b\x1d\x8a\x0d\x4c\xc9\xd5\x30\x4e\x32\xd7\x2b\x25\x57\xca\xd6\x90\x2b\x65\x6b\x29\x5b\xd3\x28\xd9\x1a\x95\xd1\x76\x94\xa3\xca\x08\x38\xb6\xeb\x8b\xb2\xb5\x94\xad\x49\x2e\xe9\x3e\x65\x6b\x9a\x5e\xcb\x4e\xd9\x9a\xa6\xd7\xb2\x13\xdd\x87\xa6\xd7\xb2\x53\xb6\xa6\xe9\xa5\xfb\x94\xad\x31\xbd\xf2\x2e\x70\x6c\xea\xa7\x97\xf2\x2e\x70\xec\x60\x7a\xe5\x5d\xe0\xd8\xa4\xe2\x97\xf2\x2e\x70\x6c\xf2\xc8\xab\xb4\x8f\x25\x63\xc2\x6e\x4b\xfa\x52\x65\x54\x08\x51\x52\x4e\xa1\x89\xd2\x28\x69\x82\xb0\xbb\x4b\x5f\xd4\xb2\x89\xb1\x7b\xe9\x8b\x5a\x63\xc9\x98\xfc\xc3\x47\x3b\x09\xa8\x82\x31\x3a\xe2\xd9\x49\x40\x15\x14\x25\xa8\x9d\xe4\x70\x3b\x3b\x8c\x8c\xd1\x41\xd0\x4e\x7b\x53\xf6\xe9\x28\xeb\x30\x62\x27\x61\xc4\xce\xf6\xf3\x31\x9c\xe9\xf1\x73\x41\x11\x89\xed\xc4\xcf\xed\x6c\x45\x8f\xd1\x5a\xb5\x13\x45\x0b\x8a\xa8\x6e\x27\x8a\xb6\xb3\xf5\x35\xe6\x89\x10\xa5\x2f\x36\x14\x09\xdb\xce\xd2\x17\x7b\xa9\x63\xb6\x31\xd9\x59\x9a\xfe\x5d\xa7\x20\x2a\xcb\xb6\xb3\x97\x3d\x66\x17\x12\xa6\x32\xdb\x46\x87\xf0\x31\x3b\x7d\xda\x20\x84\x0b\x8a\x0c\x61\x83\x10\x6e\xa3\xd7\x35\xe6\x64\x14\x71\x51\x50\xa4\x75\x1b\x1d\x23\x1b\xba\x2a\x9d\x6d\x98\x36\x08\x82\x82\xca\x37\xa5\xe9\x0d\x51\x51\xce\x90\x26\x46\x87\xb7\x22\xad\xdb\x20\xbc\xd9\xa0\x9c\x9d\x8e\x10\x84\x21\x41\xe1\x7c\x36\x08\x43\x46\x17\x30\x66\x40\xa5\x44\x4d\x14\xad\xe9\x53\xd3\x6b\xd9\x1d\x01\x4c\x4d\x82\xcd\xce\x6f\xc3\x86\x41\x2d\x51\x8b\x1f\x06\xd4\x16\xd5\xd2\x5b\xd7\x88\x36\xa5\x9c\x29\xe5\xb4\x0f\xd9\x94\x72\x66\x07\x85\x61\x93\xb9\x08\x0a\x82\xca\x0e\xe1\x36\x53\x5f\x6c\xfb\x1c\x56\x50\xa5\xb9\x4a\x73\x2d\x28\xcd\xd5\x9b\x36\x9c\xdd\x9e\xda\x34\xa0\x48\xfe\xa6\x1e\x44\x30\xbc\x13\xb6\x99\x16\x04\x0c\xef\x60\x65\x26\xf3\x35\x99\x6f\x3b\xb2\x99\xcc\x97\xee\x64\x78\x87\x21\x33\x69\x15\x48\xdf\xfc\xd0\xdf\xa3\x7a\x1f\x9d\xed\x30\xdf\xa2\xf6\xa7\x23\x4e\xd6\x68\x74\x50\x66\x84\x34\x47\x7a\x23\xa4\x09\x2a\x83\x1f\x12\xd2\xcc\xd8\x21\x2f\x44\xd5\x0e\x99\x76\x08\xbb\x37\xed\x90\x61\xe4\xbe\xa0\x64\xe4\x26\x23\x67\x6b\x4d\x46\x6e\x1d\x08\x86\x6f\x16\x54\x9a\xbe\x21\x48\xc5\x66\x04\x05\x33\x14\xed\x5b\x3f\x94\xa8\x52\x74\x07\x2b\x33\x29\xda\xa4\x42\x96\xad\x6e\xcc\x1c\xe5\xc4\xd9\xd2\xbb\x94\xe3\x32\xb9\x4e\x9f\xe6\x52\x0e\x10\x12\xc2\xc9\x7c\xe6\x9d\xc0\x46\xe0\x8f\x4e\x02\x13\x54\x86\x28\x36\xcd\x83\xe9\xb1\x1c\x0f\x4d\xdf\x90\xb9\xd6\x1f\xa6\x62\xf3\xd0\xd7\x51\x7a\xa0\x61\x97\xd2\xfd\xad\x74\x56\x22\xa5\x3b\x8b\x8b\x6a\x19\xd5\x57\x5a\xb4\xdd\x8e\xe8\x5a\xca\x42\x76\x0b\x54\x76\x70\xb6\xa0\x2e\xb3\xe8\x0a\x62\x24\x86\x15\x54\x10\x82\xca\xae\xb8\x2c\x5c\x73\x31\x7d\x12\x04\xd5\xa3\x0a\x46\xae\x0d\x35\x45\xa1\xbb\xae\x1a\x2c\x65\x7e\x49\xb0\xc9\x2e\xfb\x2c\xe5\x4f\x29\x7f\x4a\x51\xc8\x95\x5d\x3c\x0c\xba\x03\x4b\x4f\x51\x49\x7b\xe8\x50\x25\xaa\x85\x28\x09\x41\x3d\x20\xa8\xec\xa2\xc4\x32\x90\x3e\xdb\xbe\x46\xb1\x35\x49\x7e\x13\x14\x5d\x8b\xa5\xc2\x6e\xb6\xad\x8d\x4a\x46\xc9\xd6\x80\xca\xe4\x8b\x24\x20\xcb\xb6\xa2\x41\xff\x66\x29\x2b\x02\x2a\x3b\x4d\x59\x2a\xec\x02\x83\x0e\xc8\x52\x1e\x9c\xf2\xe0\xf7\xf4\xef\x2f\x22\x3d\x06\xaf\x06\xde\x6a\x22\x44\x17\x38\x56\x94\xef\x82\xa2\x3b\xb0\xa2\x7c\xb7\xea\x50\x3b\x6a\x41\x51\x8e\x0a\x2a\xbb\x47\xb5\xa2\x1c\xb5\x6a\xc3\x1c\x8b\x7d\x2c\xd7\x0f\x1d\x33\x21\x96\x95\xb4\x5a\x6d\xa4\x63\xcd\x13\xea\x12\x45\x02\x2a\x51\x68\x95\xc3\x84\xb1\x88\xfd\x25\xbb\x05\x8a\xee\xd3\x4a\x86\x59\xc1\x17\xc9\x95\x15\xfa\x62\xf0\xc5\x62\x8d\xa1\x2f\x76\x67\x36\x16\xdb\x51\x74\x66\x82\x1a\x4b\x73\xa1\xc2\xea\x9a\x69\x70\x2c\x62\x95\xd2\x44\xa2\x09\x74\x5f\xb2\xfb\xea\x72\x63\x2c\x5c\x81\x93\x8e\x37\x14\x2d\xb0\x55\x49\xd4\x2e\x11\xc6\x4a\x51\x5b\x14\x39\xa9\xab\x06\x2b\x05\x88\x2a\x34\x21\x51\xb5\x43\x40\x25\x81\x6b\x69\x87\x96\x21\x17\x21\x7c\x29\xd3\x03\x95\x6f\x0a\xb9\x96\x23\x17\x91\x65\xc9\x61\x80\xa2\xfb\xb4\xa5\xc8\xb2\x30\x80\x3d\x5a\xd1\x3a\x9b\xb1\x8d\x8b\x6e\xb4\xba\xe5\x0a\x5b\x2e\xda\x0d\xa9\x6d\xb9\xe8\xc6\x00\x36\x96\xb3\x65\x00\x5b\x06\x80\xc9\x6d\x19\xc0\x26\x96\x51\xf4\xda\xd6\x17\xb7\x62\x19\x8a\xde\x8a\x65\xbb\x75\x3f\xcf\xb3\x35\xb1\xa5\x7b\x20\x16\x61\x77\x53\x07\xdb\x6e\x1f\x9a\xa7\xf1\xc3\x7c\x53\x58\xb4\x84\x90\x0f\xed\xf6\xa1\x79\x92\x0e\xb6\x7c\x68\xcb\x87\xb0\xe8\x2d\x1f\xda\xbd\x1d\xf3\x24\xa0\x6e\x6d\xc7\xd6\x76\x50\x8b\x6d\x6d\x07\xe7\x4f\xf3\x24\x74\xe8\xfc\xc9\x6e\x6d\x72\xf3\xc4\xd3\x6e\x32\x39\xa0\x72\x89\xe2\x8b\xb7\x8e\x7f\x73\x74\xd3\x6d\x37\x0a\x68\x41\xd1\x15\xdb\x8d\x02\xda\x6e\x88\x3a\xb0\xc2\x9b\x44\xbd\xbd\x45\x2d\xa8\x10\xd5\x42\x0c\xf2\xae\x8e\xb7\xec\x3e\x99\x3e\x44\x95\x28\x4d\xbf\xa0\x96\xa8\xdd\xa3\x70\xf7\xbb\xa2\xdc\x5d\x51\x6e\xe9\x87\x77\x51\x77\x46\x89\x7a\x88\xa2\x62\x23\xb5\xdc\xe9\x8a\xed\xde\xdb\x39\x07\x36\x71\x57\x49\x75\x57\x49\xb5\x45\x69\x7a\x89\x8a\x0a\x1f\x12\xf5\xd1\x36\x31\x55\x19\x3d\x64\x13\x40\x71\xf4\x63\x0f\xcd\xf5\x70\x46\x61\xbe\x0f\xd7\x28\xd7\x28\x7e\xe8\xef\x51\xbb\x4b\x04\xea\x81\x87\x92\xff\xa3\xfd\x79\xaa\xa4\x7a\x44\x89\x42\x13\x6f\x4a\x73\xb5\x31\x4d\xa3\x2a\x7d\xc8\x98\x1e\x81\x5b\x91\x87\x1e\x9c\xa7\xd8\x03\xe9\x6d\x34\xa5\xb3\x3f\x7b\xb6\xbe\xa6\x51\x3f\x3d\xa5\xaf\xa7\x5c\x61\x8b\x42\x5f\xcf\x76\xb8\x69\x24\xb0\xa7\x4a\x50\xa0\x72\x8b\x42\xae\x67\x97\x1b\x53\x45\xdc\x53\xe5\xc6\x53\xe6\xbb\x45\x61\xbe\x9c\x10\x4e\x9f\xfe\xc7\xa9\x58\x07\x88\xc6\xa1\x61\x15\xe5\xc2\x53\x56\xf4\x64\x25\x4e\x2b\xa0\xa3\x41\xe3\x84\x6f\x4a\x77\x3a\xe1\x13\x54\x51\xe3\xe9\x84\xcf\xae\x6e\x2b\xa6\x53\x1b\x5c\x6a\x2b\x80\xaa\xee\x2b\xed\x52\xb0\xe1\x40\x6c\x3a\x6e\xa1\x03\x31\x41\x15\x1e\xac\x03\x31\xbb\x82\x2f\x12\xcb\x2e\x45\x62\xa0\x38\x25\xb7\x4b\x91\x98\x73\xad\xe9\xec\x96\xce\xb5\x04\x55\x94\x90\x3a\xd7\xb2\xab\x23\xf1\x0c\x09\xa1\x48\x0c\x54\xb1\xa7\x97\x22\x31\xc7\x53\x33\xa8\x2a\x75\x3c\x65\x9c\x0c\xcd\xa0\x91\xd1\xc9\x90\xa0\xea\x3d\x8a\x3d\x7d\xb5\x99\xcc\xa0\xe4\x7e\xc5\x16\xd5\xd6\x5d\xc4\xc5\x57\xe8\x87\x2d\xd7\x0c\xec\x56\x4d\xb7\xa0\x38\xbb\xb3\x97\xea\x6b\xba\xe2\x19\xec\xa9\xba\x62\x41\x71\xba\x6a\xea\x8a\x8d\xc6\x6f\x72\x5c\xec\x6a\xfc\x04\x33\x3b\xbf\xb9\x1a\x3f\x41\x55\x77\x07\xae\xc6\xcf\x4f\x67\x54\x07\x41\x3f\x5d\xa3\x5c\xa3\x1c\x4a\xa3\x5a\x21\x93\xda\xc2\x4f\x6a\x31\x41\x71\x9e\xeb\x27\x21\xc9\xcf\xce\x5c\x13\xf3\xf3\xb3\x24\x44\x69\xae\x84\xd2\x5c\x84\x4a\xd6\xe8\x27\xa1\xd2\x4f\xea\x58\xce\x73\x9d\x8e\xaf\xe1\x62\x54\xcf\xa5\x96\xce\x07\x51\xaa\xba\x56\xf7\x41\x94\x12\x54\x75\xa6\xf7\x41\x94\x12\x24\x35\x8f\xd3\x04\x7e\x74\xfa\xb7\x59\xac\x51\xfd\x9b\xa0\x6a\x8a\xba\x41\x79\xfb\x53\x75\xa0\xf7\xc1\x09\x8e\xa0\x6a\x4e\xa8\xa7\x28\xe4\xea\xd2\xc5\x07\x85\x84\xa0\xde\x72\x51\x9e\xf9\xc0\x0a\xab\x90\x2b\x34\x4a\x56\x38\x5b\xab\x23\x35\x8a\xad\xad\x85\xa8\x29\xb9\xb4\xb5\xdd\xad\xbb\xae\x82\x7c\x48\x13\xbb\x47\xa9\xcb\xf3\xd9\xed\xe5\x5c\xdd\xef\xfa\xe4\x24\x4d\x50\x35\x19\x45\xab\xe9\xd3\x19\xe5\x50\x92\x1e\x28\x8a\x4b\x9f\xae\x51\xe4\xca\xd5\xc5\xa5\xeb\xc2\x48\x50\x35\x17\x94\x7e\x98\xed\xc8\x94\x08\x3e\x39\xfa\x11\x54\x61\x5f\x13\x1f\xf2\xd9\x31\x67\xae\x8e\xd7\x3e\x69\xf3\x05\x55\x1d\x3a\x7c\x72\x9e\xe2\xb3\x83\xca\x5c\x5a\x10\x39\xc9\x67\x61\x4c\xec\xd0\xa4\xdd\x71\x3a\xc6\xb9\x3b\x9a\xb8\x3a\x46\x41\x95\x89\x92\xf4\x28\x87\x72\xc3\xd5\x31\xba\x61\x26\x1b\xfb\x32\x99\x89\xc9\x4c\xcc\xa1\x96\xa8\xc5\xa8\x05\xb5\x45\x61\x85\xed\xdb\x6e\x38\xb2\xdb\x44\x88\xa9\xb9\x9e\xa2\x2e\x46\x15\x14\x6b\x34\xd3\x28\x7e\xa8\xed\x30\x6d\x87\x6d\x28\x44\xb5\xd6\xc4\xe4\x78\xcb\x4d\x9a\x00\xaa\xde\x94\xa4\x47\x39\x9c\x20\xbb\x49\x39\x40\x71\xcb\xe7\x6a\x0f\x9d\x66\x6f\x72\xd0\xe7\x46\x7d\x2e\xa8\xea\xe2\xd2\x4d\xfa\xa2\x17\x34\xce\xfe\x5c\xbd\xa0\x7b\x8b\x6a\x54\x46\xee\x12\xd5\x25\xaa\x33\x4a\xa2\x7a\xa7\x4f\x3b\xd1\x97\x93\x3e\x05\x55\x2e\x6a\x8b\xda\x3d\xca\x99\x8b\xf4\x29\xa8\x7a\x53\x77\x51\x7c\xb1\x53\x9e\xab\x89\x14\x54\x61\x98\x6a\x22\x05\x76\x76\x4f\xef\x2e\xb7\x72\xb9\x95\x7e\x28\xb7\xf2\x0e\x9c\x76\x76\x87\xed\x1e\x9a\xbe\xc1\x03\x9b\x70\x99\xaf\x6b\xd9\x5d\x1a\xbb\xba\x44\x81\x9d\x44\xa6\x50\x2c\x0c\xc5\x42\xdc\x3d\x14\x0b\xa3\x2d\xc7\x46\x67\x3e\x0f\x59\x4e\xc8\x72\x5c\x3f\x5c\xa2\x9e\x8c\x4a\xa8\x4b\x14\x36\x81\xf4\x21\x9b\x88\xce\xe1\x36\x08\xb5\x41\x0e\x17\x54\xc5\xf8\xc3\x54\xec\x61\xfa\x7a\x6f\x87\x0d\xcc\x8f\x16\xf6\x0d\x55\xa8\x40\x9d\xac\x07\xbb\x35\x70\xb1\xd0\x6e\x85\x76\x2b\xf8\xba\x76\x2b\x7a\x6b\x6c\x60\x91\xa1\xad\x01\xaa\x02\x45\x29\xe2\x45\x2b\xda\x06\x56\x14\x21\xdd\xd1\x14\x55\x97\xb6\x1e\x21\x45\x05\x8a\x92\x56\x42\xa2\x36\xc4\x7a\x8f\x92\x10\x1d\x20\x6c\x68\x7a\x05\x88\x50\x92\xed\x9e\xde\x83\x24\xeb\x91\xa8\x33\x45\x49\x9d\x0d\x31\x4f\x16\xa4\x30\x12\x9d\x47\x6c\x10\x7f\x42\x79\x04\x08\xd7\xb2\x4b\xd3\x17\x9a\x58\x48\x5f\x12\xa2\xa4\x09\xb6\x59\xd9\x86\x36\xdf\x46\xd7\xc4\xae\x36\xdf\xd3\x10\xa2\x8b\x43\x4f\xf9\x00\x50\xd5\x35\xb1\xa7\x74\xcf\x25\xb5\x4d\x02\x7d\x2a\x57\xa6\x72\x65\x97\x2e\x9e\xca\x95\xd9\x3a\xb2\x49\x8c\x4d\xca\x77\x4f\xd5\x29\x39\xa0\x52\x54\x6f\xc7\xc4\x07\x52\xa6\x9c\x0a\xbb\x24\xd9\x54\xd8\xcd\x4e\x14\x46\xb5\xeb\x99\x12\xb5\xa1\xaa\x1b\x06\xcf\x94\x10\xad\x49\x9b\xac\x31\x95\x9d\x93\xee\x40\x59\x30\xe9\x0e\x3c\x3b\xb5\xd8\xc4\x2d\x52\xa9\x05\x28\x6e\x81\x3d\x53\x42\x14\x73\xb1\x1d\xa9\x60\x03\xe4\x92\x72\x14\x9c\x69\xf3\x6d\x76\xff\xe6\x6a\xf3\xbd\xda\x3b\x6c\xa2\xd5\x52\x40\x05\x8a\xab\x68\x2f\x8a\x25\xa7\x8f\x37\x6e\xe0\xbd\x94\x8a\x4b\xa9\x98\x5c\x59\x4a\xc5\x74\xd5\x66\x5d\xe0\x78\xc9\xbe\x80\xe2\xc5\x82\x97\xec\xab\x92\x51\xd8\x6a\xa9\x02\x29\x2d\xbb\x44\xbd\x47\x75\x3d\x10\xc4\xeb\x52\x92\x2d\x25\xd9\x6e\xba\xbd\xa4\x89\xea\x02\xda\x8c\x7d\x2c\x7a\x41\x41\x55\x37\xdd\x5e\x32\x4c\x7a\x67\x33\x54\xa8\xde\xd9\x57\x87\x0e\xb3\xee\x3e\x7d\x71\xba\x21\xa8\xea\x3e\xdc\x17\xa5\xb1\x2f\x62\x86\x2d\x51\x97\x28\xec\xab\xfb\x70\x5f\x8a\x19\x80\xd9\x66\x14\x97\x80\x82\x2a\xec\x7e\x99\xbe\x88\x7d\xd9\x86\x92\x7d\x01\x55\xdd\x87\xfb\x0a\x7d\xb1\xcd\xc4\x9c\xb8\xb8\x64\x26\x40\xf1\xc2\xc3\x97\x72\xf8\x6a\xbf\x31\x27\xc6\x2e\x65\x9b\xa5\x6c\xd3\x4d\xb7\x2f\x19\x00\x3d\xbd\x39\xc6\xa4\x9e\x5e\x60\xce\x1a\xb7\x02\xea\x9e\xd4\x03\x68\x62\x4b\x13\x7b\xf2\x43\xe4\xda\x5a\x23\x50\x9c\x06\xf9\xd6\x1a\x81\x18\xc8\xb5\xb5\x46\xc0\x9c\x2c\xb8\x4d\xd3\x1b\xd2\x53\x5b\x6c\x5a\x09\xdf\x86\xf4\x5b\x73\x85\x28\x49\x8f\x5c\x0a\xbb\xbb\x9d\xd7\x1c\x93\xdb\x8a\x98\x40\xa9\xf0\xe2\x44\xa1\xa1\x77\x28\xba\x49\xf0\xad\x9c\x04\x14\x47\x52\xbe\x95\x93\x36\xe1\x31\x08\xc8\x5b\xe1\x11\xa8\x5a\xac\x31\x24\x2a\xfa\x0a\x4a\x3d\xb5\xf9\x7e\xeb\x38\x61\x81\x2b\xdc\x14\x27\x80\xaa\x25\xca\x45\xb5\x15\xe6\xc9\x0f\x95\x2b\x6f\xca\x95\xdd\x3b\xfb\x4d\x72\xdd\xba\x95\xb0\xa4\x3e\xbf\xd1\x4a\x08\xaa\xd0\xd7\x4d\xd1\xe4\xd6\x81\xcf\x38\xcc\xf4\x9b\x02\x1f\x50\xd5\x0d\x87\xdf\x4a\x3f\x44\x54\xce\x4a\x5d\x87\x01\x02\x53\xad\x7f\xd7\xd6\xde\x95\x2b\xb7\x28\x13\xc5\xf4\x84\xa1\xbb\xdc\xfd\x2e\x77\xef\xd6\xcb\x75\x3e\xe0\x77\x92\x0e\x47\x65\x7e\x57\xd2\xb9\x2b\xe9\x60\xe4\x77\x25\x9d\x3b\x91\x89\x36\xce\xef\xf2\x47\xa0\x64\x5f\x77\x45\xa6\x7b\x67\x02\x53\xe1\x75\x57\xfd\x74\x57\xfd\xc4\xd6\xde\x55\x3f\xdd\x59\xb6\xaa\x99\xbb\x96\x0d\xf8\x78\x53\x9a\x9e\x65\x77\x16\xfd\xc3\x54\xac\x73\x07\x7f\xb0\x35\xca\x5c\x0f\x6d\xcd\xe3\xbd\x35\xa2\xd8\x1a\xce\x07\x6c\x9d\xbd\xde\x07\x8d\x9f\xa0\xaa\x3b\x77\x7f\x68\xb7\x38\x2b\xb0\xc5\x06\xea\xac\x40\x50\x45\x81\xf2\x50\x77\xf0\xc0\x83\x39\xc5\xf4\x87\x3c\x18\xa8\x75\x8a\x62\x1f\x1e\xac\x77\x91\x93\x1e\x5a\x2f\x90\x1e\xa2\xf4\x45\x1a\xac\x45\x65\xf3\x50\x83\x05\xd8\xc2\xf5\x1f\x2a\x21\x81\x7a\x4b\xaf\x12\x12\xb0\x45\xa6\x7f\xa8\xe4\x06\x6a\x51\x55\xea\x58\xc3\x9f\xb8\x2b\x47\x96\xfe\x94\xbb\x02\xb5\x30\xe5\xa7\xdc\xf5\xd9\x3e\x64\x0b\x1f\x78\xaa\xa0\x03\x6a\x51\x8e\x3e\xe5\x4f\x4f\xc2\xdb\xda\x1a\xe5\xa2\x9c\x51\x09\x15\xa2\xda\x64\xd4\x1d\x3c\xa5\x55\xa0\xb8\x91\xf1\xa7\x7c\xe0\xd9\xb1\xdf\xf6\xc9\x5c\x8a\xfd\x40\x2d\xfc\xfc\x29\x5b\xe3\x74\xc3\x36\xee\xaa\xd3\x0d\xbf\xb0\x5b\x5e\x2f\xf8\x25\xbb\x05\x6a\xd1\x61\x5f\xb2\xdb\xab\x10\x02\xd7\xbf\xa4\x68\x9e\xc2\xd4\xe2\x8b\x7a\x0a\xe3\x9c\x22\xf8\x69\x2d\x97\x4e\x11\x04\xb5\x68\x51\xf4\xc8\xc5\x79\xed\xe1\x27\xad\x80\x5e\x7b\x08\x6a\x91\x05\xf5\xda\xc3\x79\xbb\xe1\x67\x30\x97\xc2\x1b\x90\xdc\xe6\xbb\xde\x71\x38\x8f\x36\xfc\xa4\xdc\xd0\xa3\x0d\x41\x2d\xca\x51\x3d\xda\x70\x5e\x19\x38\x65\x72\xe8\xc8\x20\xce\x60\xfa\x0e\x36\x71\x52\xa7\x08\xac\x8b\xd6\xfe\xef\x82\x62\x41\xdc\x02\x87\x5a\xf3\xe0\xbe\xd3\x39\xa8\x0b\x2e\x3d\xdf\x50\x18\x79\xe8\xee\x33\x86\xe7\xa7\xc3\x67\x0b\x11\x83\xdb\x0e\x41\xad\x11\x50\x4b\xd4\xad\x47\x4d\x8d\xba\x8b\x42\xab\x23\xa1\x1e\xa2\x1e\x8c\x2a\x28\x7d\xd1\xf5\x45\x51\xfa\x22\xa2\x72\xbf\x1b\xea\x9d\x63\x8a\xea\x9c\x14\xea\x18\x83\x36\xce\xad\xa3\x54\xe8\xe9\xa3\xa0\xd6\x60\x94\x69\x54\xab\xd0\x6d\x89\xba\x89\xc2\xad\xc6\x86\x42\x54\x73\xe6\xda\x8c\x0a\xcd\x25\x23\x6f\x47\x0e\x0b\xcd\xd5\xe5\x9d\xfb\x9b\xba\x44\xe1\x56\x9d\x5a\xc2\x08\x0a\xc1\x1d\xa3\x7b\xb7\x61\xa1\x3b\x46\x41\xad\x89\xa8\x1c\xfa\x05\x5d\x9e\x93\xc3\x43\x5d\x5e\x70\x97\xe7\x24\xec\xd0\x5d\x9e\xa0\x88\x13\xe1\xdc\x9c\x84\x77\x04\xf1\x68\x77\x0f\xee\xdf\xde\x60\x67\x32\x2a\x35\x8a\xe9\x03\x21\xd4\x4d\x45\xb0\xdb\xd1\xc5\x52\x84\x76\x3b\xb4\xdb\x93\x51\xda\xed\xe8\x60\xe5\xd1\xf9\x2d\x68\x05\xde\x50\xab\x1b\xe5\x50\x47\x10\x14\xe3\x4e\x9a\x0a\x15\xe3\x02\xe7\x56\x33\x74\xe7\x26\xa8\x35\x13\x8a\xb9\xb2\x34\x0a\xaa\x34\xaa\x34\x8a\xb9\xea\x3d\xaa\xa7\xe7\x9e\x2c\x54\xa8\x46\x89\xea\xc6\x2f\x54\xc4\x05\x45\x9c\x73\x31\x13\x2a\xe2\x04\xb5\xa6\x46\xa1\x09\xca\x20\xe7\x3c\x25\x54\x06\x05\xcf\x4e\x9d\x87\x2d\xa1\x67\xa7\x82\xe2\x5a\x29\xf4\xec\x34\x76\x6f\x5a\x9c\x1d\xb6\x63\x6b\xd3\x80\x5a\x26\x0a\x15\xee\x2e\xad\xe3\x6c\x77\x0f\xae\x13\xde\x30\xb4\xb5\xba\x55\x08\x6a\x8b\x38\x51\xb4\x6a\x8b\xb8\xb5\xbb\xc7\xc9\x5c\x37\xdc\x5d\x50\xcb\x06\x14\xb6\x4a\x6d\x11\xdc\x50\x84\x6a\x0b\x41\x2d\x9b\x50\x6c\xda\x4d\xd3\x77\xde\x0d\xd5\x03\x71\x6f\xcb\x89\xc1\x17\xef\xb2\x1c\xa0\xb8\x14\x8b\x3b\x77\x6e\x71\xe7\x22\x7d\x74\xcc\x09\xb2\xfe\x1b\x6a\x99\x7e\x88\xf9\xde\xe9\x12\xb9\x42\x88\x3b\x55\xbc\xc0\x7c\x9f\x7f\x98\x8a\xe3\x4e\x46\x0d\x6a\x83\x18\x5d\xa1\x86\x6a\x03\x41\x2d\x43\x6c\x69\x18\x88\xd1\x79\x24\xee\xd2\xf0\x5d\xad\x66\xf1\x75\x2a\xfa\xe0\xe5\x6e\xcc\x13\xb1\x69\x22\x05\xc5\x5d\x5e\xdc\x4b\xeb\x2d\x35\xa4\x6d\x0c\xaa\x07\xe2\x21\x8a\x00\xa1\x2c\x18\xe4\x91\xa0\x6b\x09\xe5\x91\xb8\xd8\x1a\x1e\x34\xc4\xa5\xad\x01\x8c\x7b\xc1\xd0\x4b\xd2\xb8\x3a\x66\x84\xb3\x5b\x97\x62\xc6\xa5\x98\xd1\xc5\x4e\x5c\x8a\x19\x57\xcb\x15\x8e\x5b\x5c\x92\x0b\x18\x9c\x46\xc7\x45\xad\x1e\x64\x9b\xa0\x72\x0e\x65\x9b\xe0\x65\x52\x04\xe6\xa7\x97\x49\x82\x5a\xb6\xa0\x5c\x54\xff\x30\xba\x30\x4f\xa5\x83\x3c\xdb\xee\x23\xba\xa0\xcb\x93\x03\x7d\x41\x2d\xdb\x50\x05\xd5\x81\x2b\xb2\xa7\xcf\x93\xc0\x25\xa8\xe5\x50\xb8\x45\x9e\x2d\x6a\x70\x9b\x9f\x67\x69\xae\xd2\xe5\xb7\x28\xcd\x85\x10\xdc\xf8\xa5\x52\x4b\xf2\x6a\x27\xb8\x88\x4a\xbd\xda\x11\xd4\xf2\x01\xf5\x10\xd5\x2a\xe4\xe8\x39\x07\x21\x3c\x87\xd2\x67\x3b\x75\x0e\xd2\x67\x92\x0e\x82\x5b\x85\x54\x3a\x48\xde\xbd\x04\x17\xd6\xa9\x77\x2f\x82\x5a\x9d\xdf\x72\x6a\xfa\xd9\x7d\x65\x50\x00\xe7\xa4\xaf\x14\x4c\xbc\x2e\x27\xb5\x85\x20\x56\xf0\x43\x6a\x0b\x81\x8d\xd0\x0f\x35\x3d\xa7\x1b\xab\x03\x57\xea\x90\x54\x50\xcb\x91\x8b\xd2\x36\x49\x53\xb1\xda\x9f\x52\x69\x2a\xf5\x56\x65\xb5\xf9\xa6\xde\xaa\x08\x8a\x90\x94\x86\x8b\xa5\x75\x5a\x0f\x0e\x36\xd3\xa8\x9f\x04\x45\xa9\x97\x46\xfd\x94\x24\xa0\xe0\xd9\x68\x2a\x01\x09\x86\x77\x77\x90\x4a\x40\x49\x6a\x09\x1e\xe9\xa5\x52\x4b\x3a\x16\xbd\xbb\x5b\x4f\xc7\xa2\x05\xb5\x9c\x51\x58\x74\x92\x61\x82\x17\xae\xe9\x04\x08\x81\x73\xf7\x99\x9c\x2f\x7e\x4c\x12\x50\xf2\x52\x30\x95\x80\x04\x45\xbd\x99\x4a\x40\xe9\xed\xb5\x79\x4a\x08\xbc\x56\x50\x2b\x98\x4b\x2a\x24\x4d\x25\xd7\xb4\xa9\x34\x95\xd1\xa2\x26\x05\x4e\x86\x44\x0d\x89\xda\xd5\x4c\x86\x44\x05\xf2\xec\x34\x95\x41\x0e\x17\xd4\x8a\x09\x85\x01\x44\x2f\x28\xcf\xcd\x0f\xb5\x20\xa0\xb8\x51\xce\xd0\x82\x48\x66\x39\x3a\xa3\xa6\x92\x59\xf2\xe8\x23\x47\x37\x58\xa9\x47\x1f\x82\x92\x99\xe8\xd1\x47\xa6\x7e\xd8\x8d\x4c\x2a\x4d\x25\x8f\x05\x72\x22\x84\x1e\x0b\x08\x8a\x33\xb6\xd4\x63\x81\xd4\xe9\x86\x75\x21\x91\x3a\xdd\x10\x94\xec\x4b\xa7\x1b\xc9\xfb\x81\xb4\xc9\x0f\xc9\x95\x82\x5a\xf8\x63\x11\x14\x92\xc4\x98\xd6\xf1\x3a\x95\x18\x93\x97\x01\x69\xd8\x97\x5e\x06\x08\x6a\xb1\x20\xbd\x0c\xc8\x85\x0a\x2d\x35\xea\x2e\x4a\x2a\xdc\x50\xa8\x70\x15\x73\x55\xeb\x8b\x73\x87\x37\xd4\xc2\x26\x74\xfc\x90\x24\xd9\xe4\x54\x2f\x95\x64\x05\xe9\x2e\x6a\x8a\x9a\x5c\xd3\x1a\x94\x89\x7a\x32\x6a\x42\x5d\xa2\xe8\xb3\x70\x2b\x1d\x3f\xe4\x6e\xb9\x92\x20\x9a\x5b\x72\x01\x25\x4f\xdb\x54\x33\xb9\x83\x0e\x2a\x7b\x8d\x9b\xee\x42\x30\xde\x42\xd0\x5d\xe4\x96\xa8\x5d\xea\xa5\x52\x71\xde\x5a\x96\xa4\x58\xca\x1b\x85\x84\xc0\xb8\xcc\xcd\x1b\x85\x44\xde\x3a\x88\xb6\x79\x42\x95\x28\xea\xe0\x9c\x50\x04\x98\x5b\xcb\x95\x41\x94\xbb\x49\xae\x9b\xaa\xac\x2e\xcf\xf2\x46\x95\x95\xb7\x76\x85\x0c\x51\x72\x85\x9b\xa2\x09\x76\x7f\x53\x34\x21\xad\x67\x76\xe5\x9d\x4a\xeb\x79\xef\xf0\x98\x49\x04\xb8\x2b\x3c\xde\xd5\xb3\x65\xfc\xdb\x54\x1c\xfb\x6f\x33\x71\xde\xe9\xe8\xf2\x1e\x2d\x22\x8f\x06\xf3\xce\x89\xa5\x60\x04\xae\x79\x57\x60\xb9\xb7\xa9\x26\x8f\x04\xf2\xce\xf1\xa4\xa0\x16\x16\x73\xe7\xe8\x2e\x49\xb5\xc9\x0d\x77\xde\x95\x20\x80\x5a\x59\x50\xef\x51\xbd\x10\xee\x26\x53\x99\x38\xe9\xcc\x93\x4b\xba\x54\x67\x2e\x98\x5c\x3a\xa5\x3a\xf3\x7c\xa4\xae\x05\x7b\xae\x87\x1c\xe5\x21\x47\x61\x97\x1f\x72\x94\x07\x36\xca\xe1\x44\x3e\x64\xa3\x8f\xb7\x8d\x6e\xa8\x10\xd5\x42\xd0\x8f\xa6\x72\x7f\x3e\xfb\x8b\x49\x87\x92\x4f\x7d\x11\xa8\x45\xa4\xa4\xf5\xfd\x98\x5c\xd9\xa7\x76\x59\x57\xf6\x82\x5a\x35\xa0\x9e\xa2\x98\x6b\x6b\x94\xe6\x52\xc0\x2b\x51\x9a\x4b\x42\x90\x9c\x55\x6d\x24\x7f\x30\x93\x5c\x86\x25\x7f\x35\xf3\x86\x5a\x38\x9d\xfe\x78\x26\xf9\x23\x95\xdc\xdd\xb4\xa4\xfe\x48\x45\x50\xab\x98\x4b\x76\xc5\x75\x7a\xf2\xf0\x3f\x2f\xfa\x3e\x41\xad\xae\x0d\xf3\xa2\x78\x4b\xaa\x8d\xe4\x39\x73\xaa\xda\x48\x5e\x84\x17\xef\xc6\x53\x2f\xc2\x05\xa5\xc4\xa5\x17\xe1\x49\xb5\x51\x67\xcb\x55\xaa\x36\x8a\x27\xc8\x75\xb6\x01\x94\x9e\x20\x0b\x8a\x5b\xc7\xd2\x13\xe4\x3a\xe9\x63\xc6\x80\xa2\x1a\x15\xd4\x2a\x7e\x48\x88\xad\x93\xf2\x69\x74\x61\x54\x67\x68\x7a\xce\xe9\x56\x6d\xa8\x29\xaa\xed\x6b\x38\x73\xb1\x46\x41\xad\x2e\x40\xea\x64\x8d\xa5\x57\xc9\xa4\xf0\xd2\xab\x64\xc1\xa0\x00\x29\x0a\x9b\x37\xd4\x5a\xa2\x24\x04\x6b\x1c\x5d\x51\xd5\xfb\xef\x05\x87\xa8\xde\xda\x52\x01\x52\x54\x18\x35\x57\x42\x3d\x45\xb1\x1d\x4b\xa3\x2e\x28\xe2\xe9\xec\xfa\xa6\xb8\xfd\x7d\x43\x2d\xa6\xd7\x25\x70\x71\xe3\x5b\xd6\xde\x51\xba\xf1\x15\x0c\x0e\xbf\x4a\x37\xbe\x82\xe2\x96\xb6\x26\x86\x59\xb3\xf4\xd6\x9b\x2f\x6a\x8d\xc0\xb0\xee\x47\x4b\xb7\xb4\x45\x4d\x52\xd6\x16\x5d\xaa\x49\x4a\xbd\xad\xa1\x2f\xf5\xb6\x82\x5a\x2b\xa0\x50\xb4\xee\x26\xbd\x7b\xa2\xd2\xdd\xa4\xa0\x16\xcb\xa6\xcc\x78\x43\x79\xd9\xbf\x09\x3f\xfd\xdf\x3f\xdf\xbe\x7d\xf8\xfd\xcf\x3d\x1f\xbf\x7d\xff\x7e\x7d\xf9\x95\x3f\x2e\xe5\xef\x3a\x8f\xe7\xf5\xfa\xfc\xe5\xfa\xfd\x0f\x55\xbf\x7d\xfd\xd6\xbf\xe2\x7f\xff\x37\x00\x00\xff\xff\x37\xcb\x4a\x23\xd4\x3a\x00\x00"); -var _daf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\xce\x94\x30\x10\x07\xf0\x3b\x4f\x31\xc7\xcf\xc3\x27\xb4\x50\xaa\x89\x31\x51\xf6\xb0\xc4\xec\x6a\x44\x57\x13\xe3\x81\x6d\x67\x49\x93\xa5\x34\x05\x0e\xfb\xf6\x66\xa6\xc8\x1e\x36\xb3\xfc\x4a\xff\x99\x4e\xc9\x9b\xf6\xd0\x7a\xb7\x40\xfe\x2d\x4e\xa6\xc3\x05\x6e\xce\xdb\x88\xf3\xb4\x46\x83\x70\xc5\xc1\xf9\x2c\x13\x12\xac\x33\xcb\xff\x47\x2e\x66\xec\x43\x96\xe5\xc7\x2f\xf6\xde\xbf\x7e\x56\xaf\x47\x58\x67\xdc\xb0\x69\x0f\xdd\x63\x5e\x70\x6c\xfd\x6d\x82\x32\x6d\xb6\x6b\xd8\x02\x00\xf2\xef\x38\xb8\x79\x89\x0f\x78\xf9\x64\xa7\x2b\xbe\x01\x8b\x37\xf2\xaf\xd1\x62\x74\x7e\x80\x97\xe6\xdc\x89\x9d\xbb\x35\x84\x3b\x8e\xe8\x17\x10\x6c\xe8\x2d\xd7\x2c\x6f\x4e\x7d\x38\xf7\x23\xc2\xb3\x95\x0b\x2f\xf1\xca\x05\xe3\xec\x26\x0f\x42\xbe\x2d\x0a\xf5\xf4\x1f\x8f\x80\x5b\x54\x96\xff\xfe\xd9\x1e\xe0\x8f\x00\x51\x80\x54\x4a\xca\xbf\x9b\xff\x3a\x4d\x76\x7f\x4b\xc8\xd4\xbd\x71\x36\xf6\x7e\xc0\xec\x43\x2f\xaa\xeb\x47\xd8\x8a\x28\xeb\xaa\x26\x53\x3d\x1b\x15\x51\xea\xaa\x64\x33\xc9\x4c\x32\xc5\x66\x93\x21\x59\x41\x52\x0b\x96\x5a\x92\x54\x2c\x2a\x49\x4d\xf2\x8e\xe5\x7d\x12\x4a\xaf\x24\x4b\xca\xa9\x29\x27\x75\xa0\x53\x8e\xa6\x1c\xc5\xc9\x3a\xe5\x68\xca\x51\x9c\xac\x53\x8e\xa6\x1c\xc5\xc9\x58\xb2\x50\xa1\xb3\x68\x1a\xf1\x7e\x56\xfa\x4f\x57\xbb\x0f\xdb\xac\x31\xa2\x5f\xf8\x62\x79\xa0\x34\x24\xe7\x71\xff\x72\xc2\x14\x68\x17\xff\xfe\x05\x00\x00\xff\xff\x33\xd3\x9f\xac\x65\x02\x00\x00"); -func _ebfe ()([]byte ,error ){return _c (_ccad ,"UniKS-UTF32-V")};func _eggf ()(*asset ,error ){_ddbb ,_aabg :=_aabe ();if _aabg !=nil {return nil ,_aabg ;};_adad :=bindataFileInfo {_dae :"UniCNS-UTF32-H",_fb :322404,_ae :_be .FileMode (436),_g :_a .Unix (1580492707,0)}; -_dbfab :=&asset {_dd :_ddbb ,_ef :_adad };return _dbfab ,nil ;};func _fgcfg ()(*asset ,error ){_efca ,_gada :=_bedaa ();if _gada !=nil {return nil ,_gada ;};_gcbd :=bindataFileInfo {_dae :"UniJISPro-UCS2-HW-V",_fb :4376,_ae :_be .FileMode (436),_g :_a .Unix (1580492860,0)}; -_gggcf :=&asset {_dd :_efca ,_ef :_gcbd };return _gggcf ,nil ;};func _bdf ()(*asset ,error ){_bbbb ,_afdad :=_bffa ();if _afdad !=nil {return nil ,_afdad ;};_eefd :=bindataFileInfo {_dae :"B5-V",_fb :620,_ae :_be .FileMode (436),_g :_a .Unix (1580491512,0)}; -_bbca :=&asset {_dd :_bbbb ,_ef :_eefd };return _bbca ,nil ;};func _gag ()(*asset ,error ){_caf ,_beb :=_ebf ();if _beb !=nil {return nil ,_beb ;};_ded :=bindataFileInfo {_dae :"Adobe-CNS1-5",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491198,0)}; -_dddf :=&asset {_dd :_caf ,_ef :_ded };return _dddf ,nil ;};func _ged ()(*asset ,error ){_daaf ,_ag :=_cbg ();if _ag !=nil {return nil ,_ag ;};_fe :=bindataFileInfo {_dae :"78-RKSJ-V",_fb :902,_ae :_be .FileMode (436),_g :_a .Unix (1580490945,0)};_cgg :=&asset {_dd :_daaf ,_ef :_fe }; -return _cgg ,nil ;};var _afbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x5b\xbb\x11\xc5\xf7\xfa\x14\x77\x99\x2e\x52\x93\x1c\xf2\x5e\x12\x30\x0c\x14\x09\x8a\x3a\x40\xda\xa2\x4e\xd2\x02\x45\x17\x57\x12\xe9\x0a\xa8\x65\x41\xb6\x17\xf9\xf6\xc5\xfc\x8e\xec\xe7\xf7\xde\x42\xe0\x99\xe1\xfc\x39\x24\x87\x43\xdd\xab\x4f\xb7\x9f\x6f\x8f\x87\xe7\xe9\xea\xef\xe7\xc7\xdd\x5d\x7f\x9e\xc6\xe1\xb8\x3f\xf7\xa7\xc7\x97\xf3\xae\x4f\xdb\x7e\x7f\x38\x6e\x36\x31\x4d\xfb\xc3\xee\xf9\x55\x64\xd8\x3d\xac\xa7\xcd\xe6\xea\xfb\xf1\xf0\xe5\xf6\x2e\x85\x90\x3f\x7e\xff\xf6\xe7\x38\x7f\xfc\xcb\xf4\xf2\xd4\x2f\x93\x9f\x6e\x3f\xdf\xfd\x7c\x7a\xee\x0f\xb7\xc7\xf1\x38\x99\x82\xec\x5f\x4e\x97\x40\xd3\x74\xf5\x8f\x7e\x7f\x78\x7a\x3e\xff\x9c\x3e\xfc\x69\xff\xb8\xed\x7f\x98\xf6\x7d\xb8\xfe\x6f\xe7\x7d\x3f\x1f\x8e\xf7\xd3\x87\x2f\xeb\x69\x3d\xc6\xb7\x89\xbb\x97\xd3\xe9\x7f\xfd\xa1\x1f\x9f\xa7\x05\x5d\x3f\xee\x19\x37\x57\x9f\xbe\xae\xa7\xbf\xae\x0f\x7d\xfa\x3d\xa9\x1f\x98\x60\xf1\xa3\x9f\x9f\x0e\x8f\xc7\x29\xfe\x31\x84\xf9\x17\xf5\xb7\x9f\xa7\x3e\xc5\x4b\xa4\x7f\x7d\xbf\xfd\x3c\xfd\x3b\x4e\x31\x4c\xa9\xcc\x16\xfe\x73\xd1\xff\xf3\xeb\xe3\xfe\xcd\x2a\x86\xa0\x75\xec\x0e\xfb\xdd\x7f\xd7\xf3\xe6\x3a\x84\x6d\xb8\x99\x6a\x9a\xdb\xe6\x3a\x85\x18\x6e\xa6\xa5\x36\x03\x17\x70\x02\xcf\xe0\xe2\x38\x49\x5f\xc1\xd2\x2f\x8e\x2d\x79\x9c\x05\x5f\x33\xc7\xd5\x71\x6c\x1e\xd3\x2a\x30\x3a\x9c\x81\xc9\x61\x03\x9a\x43\x8f\x11\x77\xf9\x66\xaa\x16\x23\xb8\x80\x03\x78\x06\x3b\x97\xd8\x1d\x87\x0b\x5e\xc0\x19\x5c\xc1\xf8\xf6\x06\xf6\xfc\xd6\xb6\x37\x53\x4c\x31\x57\x84\x1d\xc2\x2c\x61\xaf\x99\x05\xa1\x23\x94\x80\x30\xde\x99\xad\x41\x66\x0d\x21\xca\x6c\x46\x48\xef\xcd\x4c\x33\x05\x21\x4b\xd0\x4c\x79\x6f\x36\x6b\x86\xa4\xab\xf3\x7f\x9d\xa8\x60\xe9\x1b\x58\x49\xd6\xf7\xde\x5b\x9f\x58\x12\x78\x07\x8e\xe0\x3d\xd8\xc9\x97\xb0\xbb\x99\x96\xcc\x61\x95\xb0\x07\x2f\xe0\x0e\x9e\xc1\x03\xec\x31\x0b\x87\x5e\x82\x81\x23\x18\xdf\x98\xc0\x19\x6c\x60\x7c\x63\xc6\x37\x82\x0b\x58\xbe\x33\x38\x81\x17\xb0\x7c\x2b\xb8\x81\x1b\x71\xe4\xbb\x82\xe1\x1c\xb7\x60\xf9\x3a\xff\x92\x14\x73\x0f\x86\x7f\xec\x60\x71\x1b\x60\xe2\x27\xf8\x27\xb8\x25\xf8\x27\x72\x25\xf8\x27\xd6\x48\xd1\x16\xc3\x97\xa2\x2d\x46\xfc\xb4\x80\xc9\x9b\x2a\x58\x31\xe1\x49\x51\x96\x04\x4f\x53\x7c\x78\x9a\x62\xc2\x33\x12\xd3\xe0\x10\xb1\xb1\xcc\x5a\xf0\x35\x62\x06\xec\x33\x36\x99\xb5\x67\x78\x66\xd6\x9e\xe1\x99\xe1\x90\xd9\x67\x2a\xb2\x64\xe2\x50\x76\x25\xc3\x3f\x13\x3f\xc3\x3f\x2b\x26\xfc\x0b\x6b\xc9\xe4\x2a\x1e\x67\xf6\x3d\xac\x29\x45\xb0\xd7\x46\x8a\x0d\xdc\xd1\xcb\x66\x80\x9d\xc3\x12\x54\xc9\x8b\x07\x5d\xbc\xc6\x6b\x0a\x6d\x73\x6d\x81\xc3\xa8\x7e\x90\x16\x38\x8c\xe6\xa5\x6f\x81\x03\x68\x5e\xc5\x16\x58\x4c\x8b\x15\x6c\x60\x7c\x21\xdd\x3c\x81\x05\x88\x36\x27\x64\x21\x37\x70\x72\x3c\x63\xef\x87\x6d\xa1\x0a\x93\xab\xca\xb7\x80\xe5\x4b\xde\xda\xc1\x8b\xf7\xd0\xd7\x26\xb6\xa9\xf9\x37\x5d\xcd\x82\xdf\xfa\x9a\x16\x72\x34\x36\x63\x21\x37\x97\x79\x36\x93\x00\xf1\x04\xf1\x55\xc9\x21\xbe\x92\xdc\x20\xbe\x92\xfc\x62\x0f\x71\x23\xe8\x0e\x7b\x83\x78\x17\x86\x78\x97\x2f\xc4\xbb\x7c\x21\xde\x21\x6e\x6c\xd8\xd0\xa6\x7a\xcc\x34\xc6\xcd\x94\x2c\x14\x4f\x6c\xc1\x7b\xb1\x79\x0f\x32\x0b\xde\x43\xcd\x4b\xcd\x2c\x78\x3b\x89\x6d\xd6\x04\x8d\x91\xcc\x16\x66\x4d\x44\x84\x45\x42\x41\xa8\x12\x64\xd6\x24\x28\xd8\x2a\x61\x46\xd8\x22\x2c\x8a\xbc\x93\x90\x10\x74\xda\x4c\x70\xe5\x5b\x26\x4b\x24\x7d\x96\x9e\xbe\x6c\xc2\xca\x5e\x25\x54\x26\x58\x54\x54\xf2\x4a\x54\x0a\xd0\x0a\xac\xfc\x82\x56\x63\xcb\x2d\xb1\xda\x0c\xc1\xa4\xd5\xb2\x3f\xe6\x37\xd7\x05\x79\xcc\x70\xd2\x04\x9b\x9b\x59\xac\x5f\xd1\x6a\x54\xa6\x71\x45\xdb\x25\xc3\x5e\xce\xa4\xb0\x88\x11\x29\x8c\x7a\x0f\x01\x6f\xd3\x4e\x67\x30\x19\xfc\x02\x9a\xd9\x82\x51\xd4\x44\x95\x40\x0e\x6b\xb0\x25\x87\xad\x9a\x90\xcb\x96\x09\xe5\xdb\x69\x82\x0d\xb1\xbd\x04\xb2\xe7\x28\x01\xb3\xcc\x2e\x28\xa3\xdf\x92\x6a\x45\x58\x09\x93\x04\x2a\x4f\x9b\x9e\x57\x16\x08\xab\xcc\x21\x89\x48\x66\x6b\xa9\x30\x2b\x54\xb6\xb6\xb3\x68\xad\x5a\x5f\x31\x09\x9a\xc9\x12\xd8\x85\x42\xee\x8c\xd5\xc2\x9b\x19\x2e\x82\xd6\xa1\x24\x8b\xd6\x91\x39\xcc\xa5\x4b\xe0\x3c\x96\xc1\x69\xe6\xcd\xf5\x18\x81\x1b\xe7\xe5\x36\x46\xa0\xe5\x2c\xe8\xa3\xde\x32\xef\xff\x63\xa8\x9d\xf8\xbe\x8d\x61\x1c\x9a\xbf\x41\x63\x18\xfa\x80\x83\x0d\x6e\x4a\x70\x5c\x64\x53\xc0\xba\x41\x33\x58\xf6\xc2\xfd\xb5\x5d\x8d\xc1\xad\xac\xb5\xfd\xaa\x55\xd8\xf2\xd6\x2a\xce\xeb\xf1\xbe\xfb\xe3\xe9\xff\x80\x7c\x88\xb4\x86\xa2\x47\x14\x5d\x09\xbe\x8f\xb9\xd2\xb3\xbd\x47\xfa\xe0\x61\xf3\x42\x5b\xf6\x7b\xe9\x03\xaf\x60\xd5\x8b\x3b\x4b\xc5\x03\xc8\x3f\xa0\xe2\x57\xd1\x87\x86\x4a\x8e\xab\x54\x5b\x54\x7a\x66\x0c\x55\xa2\xeb\x1b\x24\xbc\x7c\x7d\xe0\xb1\x8b\x7a\x50\x22\x2a\xe3\x9d\xa0\x77\x17\x2b\x52\xf1\x14\x04\xc2\x7b\x7d\xfa\xc0\x6b\xc5\x5f\xa5\x62\x8a\xc5\x86\x96\xac\x07\x43\x56\xd4\x53\xe1\xa2\x07\x5f\xaf\x0f\x89\xad\xa3\x59\xc1\xde\x02\xff\x0c\x5a\x40\xe5\xed\xc0\x07\x5a\x5d\xa0\x35\x7a\x27\xf0\x61\x61\x0f\xd5\x46\xe3\xc5\xb3\x71\xe8\x34\x83\xd0\x0a\xba\x36\x53\x20\x74\xcc\x21\xd5\xe0\xe6\x51\x98\x71\xf8\xee\x5b\x1c\x4d\xcd\xda\xd0\xad\xd2\x0d\x74\x2a\x4d\xd1\x35\x5e\xaf\xd8\x74\xb5\xbd\xde\xbc\xd1\x98\x7a\x19\x55\x1b\x57\xe9\xd4\x0e\x2a\xbe\xfe\x82\x79\x8b\x88\xd2\xa9\xf3\x54\xe9\xd4\xb1\x9a\xfa\x89\xe2\x59\x50\xc7\xa0\xf0\x2d\x4b\x57\xa4\x53\x4b\x91\x5d\x96\x5d\xd2\x55\x35\xe9\x66\xe9\x74\x4d\xb7\xd2\xe9\x56\x25\x35\x04\x71\x29\xf2\x55\x3f\x2d\x45\x3a\xf9\xfa\xee\x8d\xc1\x59\x8c\x41\x25\xd5\x86\xaa\x0c\x54\xf3\xe5\x4f\x6a\xbc\x54\xbb\x8a\x1b\xc1\xbf\x6b\xde\xbe\x33\x76\x2f\xe7\x73\x3f\x3e\xf3\x55\xc3\x47\x84\x7f\x18\x1c\x8e\xfd\xed\xf3\xe9\xf4\x78\x72\x2f\x7e\xff\x0f\x00\x00\xff\xff\xb3\x28\x27\x75\x6a\x0d\x00\x00"); -func _c (_dg []byte ,_ce string )([]byte ,error ){_fg ,_da :=_d .NewReader (_f .NewBuffer (_dg ));if _da !=nil {return nil ,_aa .Errorf ("Read %q: %v",_ce ,_da );};var _cb _f .Buffer ;_ ,_da =_e .Copy (&_cb ,_fg );_cbe :=_fg .Close ();if _da !=nil {return nil ,_aa .Errorf ("Read %q: %v",_ce ,_da ); -};if _cbe !=nil {return nil ,_da ;};return _cb .Bytes (),nil ;};func _afca ()(*asset ,error ){_afe ,_fbde :=_gabf ();if _fbde !=nil {return nil ,_fbde ;};_gebg :=bindataFileInfo {_dae :"KSCpc-EUC-H",_fb :10306,_ae :_be .FileMode (436),_g :_a .Unix (1580492597,0)}; -_ffff :=&asset {_dd :_afe ,_ef :_gebg };return _ffff ,nil ;};func _cggb ()([]byte ,error ){return _c (_ffba ,"UniJIS-UTF32-H")};func _dede ()([]byte ,error ){return _c (_aadd ,"GBKp-EUC-V")};func _beacd ()(*asset ,error ){_gdbg ,_aafa :=_cfb ();if _aafa !=nil {return nil ,_aafa ; -};_acefb :=bindataFileInfo {_dae :"Roman",_fb :450,_ae :_be .FileMode (436),_g :_a .Unix (1580492645,0)};_bcdg :=&asset {_dd :_gdbg ,_ef :_acefb };return _bcdg ,nil ;};var _faab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x1c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\xb8\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\xd8\xb6\xfa\x1f\xff\xf9\xbf\xfe\xae\xff\xc7\xff\x51\x35\x54\xe1\x7f\x7b\xfd\xfa\xe7\x3f\xfc\xf1\x97\xaf\xfd\xbf\xdf\x8e\xfd\xb7\x3f\xff\xd7\x7f\xff\xd3\xeb\x6b\xa7\xa1\xff\xe3\x9f\x7f\xff\x8f\x5f\xff\xe7\xfe\xb5\x6f\x5f\xc7\x79\x95\xfd\xff\xe2\xef\xff\xfb\x7f\xf9\xe3\xf3\xf5\xb5\x19\xaa\x1e\xc4\xe3\x8f\xcf\xd7\x9f\xff\x74\x3f\x5e\xbf\xde\xbf\xfc\xcb\xeb\xa7\xaf\xaf\x9f\xb7\xed\xfb\xcb\xff\x7e\x6e\xbf\xfb\x5e\x7f\xf9\x87\xad\xf3\xb7\x9f\xff\xf1\x77\x7f\xef\xbf\xfd\xa7\xad\xf3\xd7\x9f\xff\xd3\xef\xfe\x3e\x7f\xfd\x9d\xfe\xba\xfe\xfe\xf3\xef\xda\xdf\xf3\xf7\xd7\x2f\xcf\xff\x4f\x2f\x3f\xed\xee\xfc\x97\x3f\xfe\xe5\xf9\x7a\xfb\x6f\xea\xf7\xe7\xfd\xfd\xfd\xb5\xaf\x2f\xfe\xba\xe8\xa7\x7d\xdb\xc0\xf6\x0f\xcf\xc7\xff\x7d\xff\xfa\xd3\xcf\xe7\xe3\xfb\x6b\xb4\x9f\x7e\x6e\xeb\xff\xf1\xd3\xcf\xed\xf9\xfd\x35\xea\x4f\x3f\xb7\xd7\xf7\xd7\xbe\x6d\x3f\xfd\xfc\x38\xee\x6d\x35\xb5\x7e\xd4\xf5\xb7\xa6\x9f\xe7\xf7\xd7\xe5\x3f\x5e\xdf\x5f\xa3\xe8\x57\xfb\xfe\x6a\x87\x3f\xe9\xdf\x5f\x57\x75\xcd\xf1\xfd\xb5\x9f\x87\x7e\xde\xdf\x5f\x7b\x75\x85\xb9\x9a\x1a\xfa\xf9\x58\x15\xdc\xc2\x73\xfd\x74\xb3\xab\xff\xb3\xea\xe7\x1a\xca\xa1\xba\x73\xfb\xfe\x6a\xc6\x60\xee\xdf\x5f\xd7\x50\x85\x59\x57\x6f\xa7\x7e\x9e\xeb\x33\xd7\xbd\xbe\xbf\x5a\xeb\xfa\xd9\xbe\xbf\xf6\xdd\x9f\xf5\xef\xaf\xbd\xf8\xb3\x85\xd9\x25\x74\xa6\x30\xf3\x5f\x17\x66\x87\xd0\x99\xea\xf8\xfa\xe9\xe7\x47\xe9\xd7\xfa\x6c\xb5\x5b\x46\x5b\x1d\x9f\xfa\xb9\x1a\xab\x87\x7e\xae\xba\xe7\x6a\xac\xac\x19\xd9\x85\x4e\x99\xaa\xab\x16\xd4\x71\x5d\xe8\xd4\xb5\xac\xa3\x5c\x97\x7e\xef\xfa\xbd\xeb\xf7\xb1\xda\x68\xa7\x0b\x8a\x80\x6b\x08\xa8\x02\x4a\x13\xa0\x31\x36\xf5\x50\x85\xd8\xd9\x4e\x37\xdc\x04\x34\xb7\xd6\x05\xf4\x22\x60\x18\x70\x6b\xf7\xf7\xd7\xb1\x95\xe2\x92\x29\x40\x2b\x54\xfb\xc3\xad\xb9\xda\xd3\xad\xb9\xe4\x65\x74\xdc\xf4\xdb\x25\x6b\xc2\xea\xd8\xd4\xc0\xa1\x6a\x63\x77\x89\x70\x1b\x87\xc6\xa6\xc6\x46\xd1\x6f\x7f\x71\xb9\x7f\x03\xcd\xfd\x0b\x99\x61\x9c\xb5\x28\x75\x18\xe7\xe6\x92\x7b\x7d\x3f\xdc\xee\x5c\x34\x2a\x32\xa8\xc3\x18\x77\xb7\x65\x8c\x87\x3f\x7f\xb9\x17\x7f\xf2\x76\x2f\x02\x6e\x63\xec\xd9\xbc\x77\x97\x68\xd2\xef\xc3\x25\x06\x3c\xe9\xdd\xdf\x78\xd2\x87\xc6\x7f\x7b\x00\xa2\x92\x7a\x6b\xd2\xfb\xee\x6f\xba\x50\x13\x02\x8b\xf2\x47\xdd\x35\x2f\xb7\xd0\xbf\xdc\xe3\xd4\x6f\xff\x1d\x24\x35\x47\x37\x48\xaa\xd6\x04\x49\x2d\xec\x22\xf6\xbd\xaa\x87\x69\x14\x0f\x0d\x78\x16\x03\xae\x04\xbe\xae\x06\xbe\xea\x65\x1a\x5f\x6d\xbd\x3a\x99\x70\x7f\xd3\xdd\x80\xfa\x9f\x9e\x70\xfa\xbf\x3d\xfb\xfe\xc6\x44\x52\xdd\xda\x43\x80\x17\x69\x7a\xca\x3d\x80\x69\x22\xa9\x6e\xc0\xa3\x39\xd6\xf4\x9d\x9d\xd1\x6c\x02\x34\x9a\x5d\x3f\x17\xc9\xab\xfe\x19\x82\x3f\x04\x78\x2c\xed\x12\x70\xba\xf7\x22\x0e\x08\xe7\xfa\xff\xe1\x65\x8f\xb3\x7b\xa0\x97\xdb\xf6\x6e\xb8\x8a\x00\x53\x56\x73\x57\xc3\xd8\xb8\x9a\x77\xc3\xe1\xae\x44\x5a\xc5\xbf\x17\x4b\x2c\xcd\x28\x3f\xb5\x66\x1a\xcb\x22\xf8\xd5\x6e\x15\x00\xc1\x77\x01\x1a\x8d\xfa\x5b\xf4\xbe\xd7\xa1\x9f\x1e\xcb\xe9\x8f\xbd\x2e\x97\xeb\xb3\x2e\x6e\xc9\xeb\xe2\xf1\x67\x23\xf8\x1b\x36\x82\x5b\xf3\xba\x68\x2d\xcf\xb5\x13\x16\xe0\xd6\xd8\x0a\x1a\x62\xb6\x82\x91\x61\x5d\x34\x5e\x73\xaa\x26\x5e\x75\x6a\x2b\x88\x8e\x4f\x6d\x84\x43\x1f\xdf\x66\x44\x97\x01\xaf\x4b\xd7\xc7\xec\x09\x11\xc2\xc9\x9e\x38\x5d\xc2\x9e\xf0\x37\x1e\x4b\x71\x35\xef\x09\x0d\x85\x3d\xe1\x4a\xde\x13\xc2\x9d\x3d\x61\x44\x18\x87\x0b\x18\x87\xa6\x68\xed\x96\x51\x37\xff\x7e\xab\x25\xad\xd4\x64\x45\x0c\x78\x45\xba\xc6\xc7\x6e\x11\xaf\x3c\xd9\x2d\xee\x65\xed\x96\xb5\x0d\x5c\xcd\x14\xe6\x25\x65\xb7\x78\x58\xec\x16\x2f\x84\x76\xcb\xe1\x4a\x5e\x13\x2f\x36\x7b\x45\x3c\xf4\x9c\xac\x89\xab\xc1\x50\x0d\x3c\xd7\xe7\x6e\x69\xed\x7b\xed\xba\x4b\x44\xa3\xd9\xb9\x44\x34\x67\x17\x29\x36\x9f\x06\xfd\xd8\x05\x88\xfe\x34\x0b\xad\x7b\x16\x5c\xe9\xad\xbf\xaf\xa9\x6a\x8b\x2e\x47\xdd\x37\xfd\xde\x55\x47\xdf\x8a\x0d\xd7\xbd\xe8\x77\xd1\xdf\xfd\xbb\xea\xef\xa7\x7e\xb3\xc5\x86\x00\x9f\x29\xc5\xb5\x3c\x01\x62\x3e\x0d\xb2\x14\xe7\x6e\xc3\xbb\xa8\xba\x73\x4f\x41\x71\x6b\xb0\x8b\x26\xc0\x53\xa0\x3d\xd5\x98\x68\xcd\x47\x9b\x92\x35\x34\xc0\xbe\xe6\x79\x54\x7d\x3e\xbc\xc1\xba\xa8\x67\x78\x24\x7b\xd7\x6f\x4f\x89\x9a\x1a\x99\x2c\xd7\xd2\x58\x44\xc8\xc3\x5b\xac\x8b\xda\x87\xc7\xd2\x37\xd7\x32\xab\xa6\x5a\x37\x30\x04\x88\x2e\x0f\x37\x7c\xeb\xb7\xff\x6e\x7e\xe0\xaf\x1f\xee\x7d\x13\xf0\x32\xe0\x4e\xde\xee\x44\x9f\xdc\xc6\x5e\xeb\x3c\xee\xdd\x87\x83\x7a\xf4\xe6\xe9\x1e\xa4\x37\x4f\x17\x7f\x1f\xb7\xb1\xdc\xdd\x80\xb1\x14\x01\x8d\x1b\x2c\x9b\x00\x4d\x72\xef\xe7\x8f\x18\xe1\x60\x0f\x0d\xb7\xfe\x34\x7a\x06\xcc\x0b\x86\xbb\x32\xe2\x5a\xe9\xe1\x5d\xd4\x77\xf5\xcb\x2e\xd2\x81\x3b\xa6\xe7\x5d\xa4\x35\xa6\xe7\x7d\xf3\x37\x1e\x92\xce\x9c\xb1\x16\x77\x54\x1d\xab\x63\x7a\x44\xdd\x80\x07\xa1\x1d\x3d\xbc\x73\xfa\xe6\xc6\x3c\xa2\xea\xc6\xa6\x4b\xfc\x0d\x48\x1b\x1b\x90\x5e\x25\x77\x37\x9e\x92\x65\xee\xce\x04\x9f\x02\x8c\xe7\x66\x40\xa4\x2e\x4e\x75\xfb\x38\xe9\xda\xba\xb7\x8f\x82\xae\xcd\x71\x5b\x30\xea\x3a\x41\xef\x6e\x6c\x8a\xab\x79\x1f\x4b\x7a\xbb\x75\x16\xd4\xe2\x5a\xc6\xac\x18\x19\xd3\xc1\xee\x6e\x3c\x9d\x92\x3f\x6e\xa8\x58\xfb\xf4\xf6\x31\xd1\x8d\x8d\x37\xa4\xe8\xf3\xf6\xe1\xd0\x45\xdf\x37\x94\x2b\xf6\x78\x87\x3e\xdd\x98\xd1\x1c\xfe\xc6\x84\x38\xdc\x98\xb1\xd9\x5d\x02\x02\x6b\x3a\x6f\x68\x4f\x27\xc5\x7d\xb3\x75\x34\x69\xac\xb4\xd8\xc9\xcd\xe2\x6a\xa5\xef\x69\xda\xf3\xa0\xd7\x7a\x88\x82\xee\xc5\xc6\xf4\xb7\xc9\x7c\x6b\x25\xa6\x84\x4f\x4d\xdd\xe4\xb0\x15\x03\x99\xcc\x70\xf5\x17\x23\xe2\xfb\xd4\xfc\x1e\xfe\x74\x7e\x7f\x89\xa9\x4e\xcb\x9c\x5d\xcc\x62\x9a\x87\x89\x1c\x66\xe6\x4c\xed\x87\xf3\x18\x40\x9a\x3d\x04\xac\x46\x8b\xbf\x80\xf5\xaa\xdf\x35\x4b\x1a\xd4\xe4\x2c\x3c\x5d\xc7\x0b\xa6\xb3\xed\xb1\x48\x49\x58\x3c\x44\x2d\xfe\x55\x83\xef\x43\x82\x87\x98\xc2\xa3\x7f\x7a\x79\x88\x30\x8a\xeb\x2e\xdc\x8b\x9b\x7a\xfe\x36\xe6\x07\x84\xa0\xc3\xe5\x61\xd6\xd8\x75\x7c\x3f\x58\x3b\x49\x28\x0f\x18\x82\x8e\xc0\x07\x0c\xe1\x34\xd0\xa2\xa6\x3c\xc4\x01\xc4\xf2\x1e\xd6\xa5\xba\x31\x86\x19\x34\x97\xb8\x59\x09\xee\x0f\x76\xb5\x8e\xc3\x07\x6b\x2d\x29\xfc\xb1\xd6\x5a\x87\xdc\x83\x8d\x2b\x55\xe1\xa1\xcd\xaa\xa9\x7d\xb0\x3b\x25\xdc\x3d\x7c\x7a\xf5\x66\xc0\x03\xd4\xe7\xcf\xd0\xd6\xc2\xe4\x65\xa9\xab\x6a\x61\x5f\x5d\xd2\xa1\x59\xe6\xab\xbf\x0c\x14\x01\x6f\x03\xfa\xc6\x5a\x83\x37\xc1\xeb\xbe\x5d\x62\x60\x1a\x58\xfd\xbc\x26\xd5\xd6\x37\x6f\x6d\xef\xeb\x38\x8e\x1f\xb1\xbf\xb7\x65\xba\x2a\xd2\x7f\x5b\xc3\xa9\xe2\xa7\x6f\x30\xd2\x32\xbd\xb5\x45\x8f\x4d\xfb\xf5\x2d\x72\x3b\xb6\xe1\x92\xd3\x80\xbe\x11\x59\x1d\xdb\x22\x8f\xe7\xa6\x0d\xb0\xad\x25\x78\xee\xfa\x64\x5b\x5b\xe4\xb5\xcd\xb7\x8e\x9a\x63\x5f\x54\xf9\xda\xa7\xf7\x4c\x59\x1b\x45\x90\xce\xba\x75\x42\xbc\xf6\xf9\x9c\x22\xf3\xb5\xb5\x05\xf9\x88\x4b\x99\xb8\xc3\x1a\xbe\x20\x71\xb1\x35\x81\xaf\xa3\x6f\x6b\x06\x8e\x35\x4d\x02\xca\xf7\xd7\x95\x92\x35\x94\x6b\xc9\x8e\x02\x24\x60\xf3\x7b\x4d\xda\x07\x28\x7f\x0d\x54\x56\x5d\xc0\x52\xe8\x2f\x5a\x5e\x23\xb9\x16\xf9\x08\xe8\xe6\x02\xfa\x3d\xcc\x07\xf4\x5b\x9b\x79\x03\x58\x94\xb2\xa5\xd6\xa2\x94\x23\xb8\xbc\x34\x2b\x06\xc4\x85\x34\xd0\x05\xa8\xcb\x00\xea\x92\x06\xa4\xe6\x37\x1a\x58\x5c\x48\x12\x87\x80\x87\x5a\xdb\x69\xcf\x62\x14\x08\x4d\x93\x7d\x75\x8b\x3b\xd4\xd2\x0f\x40\x19\x2f\x2a\xc0\x70\x33\x94\x69\xbe\xae\xa3\xef\x80\xf7\xf7\x57\xeb\x8c\x79\x5f\xa3\x69\x62\x78\x0b\xd2\xca\x95\x16\x48\x5d\x0e\x06\x2e\x53\xc6\x90\x70\xf3\x3a\x7a\xd1\x34\x5c\x52\xce\x04\xae\x89\xd8\xb7\x45\xfe\xaf\xa3\xcb\x08\xb0\xef\xfd\x0c\x58\xbe\xbf\xda\xbe\x01\x9c\x2e\x1b\x80\xe3\xfb\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xfe\x92\x7e\x27\x40\x3c\xbc\xb6\x0b\xd0\x1b\x75\xa4\x74\x2d\x67\x0d\x26\x56\xd2\xd9\x78\x7d\xad\x51\xbb\x20\x9f\xbe\xa6\xe1\x1a\x05\xa0\x78\xcb\xf4\x1f\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x47\x42\xb1\xaa\x5e\xaa\x5a\x81\xbc\xc8\x60\x26\xbe\xda\x82\xd9\x14\xdd\x98\x47\x0e\x5b\x13\x8e\xfd\x03\x2e\x12\x68\x69\x45\x3b\x73\x1f\xc1\x54\x93\x6b\x44\xc3\xa0\x2c\x9c\x8c\x1b\x5a\x3d\x53\xea\xa9\xf7\x69\x37\x24\x21\x2f\x21\xbb\x01\xbe\x7c\x6a\x19\x9c\x9c\xdf\x50\xe1\xa3\x9b\x97\xf8\x88\x1b\x8f\x01\x3f\xd8\x00\xdd\x11\xbb\xee\x61\x3f\xce\xc1\x6e\x7a\x9a\x68\x91\x7d\xc6\x73\x40\x1d\x94\xc2\x3d\x98\xa4\x97\x39\x04\xcb\xf7\xb2\x4d\x7b\x98\xcc\xee\x4b\x75\xaf\xc3\x9c\xe6\x6e\x3a\x1f\x8e\xc3\x9b\xe3\x36\x16\xfb\x66\xd2\xba\xad\xdf\x1d\xb0\x90\xfb\x01\x51\xfa\x24\xbb\xad\xda\x1d\xb0\x9b\xfb\xe9\x99\x63\x8b\xdc\x56\xb7\x8e\xc3\xf2\xc3\xfd\x34\x27\x85\x72\xee\xd7\x38\x7f\xc3\xf1\x7e\xe5\x08\xd1\xa7\x73\xd8\x5a\x72\x7a\x99\xa7\xac\x22\x7b\x45\x98\x9c\xb7\x4e\xb8\xd2\xcf\x94\x36\x59\xe6\x3f\xa5\x43\x95\x3f\xa5\x53\xa5\x46\x6a\xca\xf4\x51\x0f\xef\xf6\x69\xdb\x47\x45\xe8\x98\xb2\x7e\xd4\xab\x06\x3a\xbe\xbf\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\x7c\x7f\x9d\xdb\x99\x96\xe6\x82\x7a\xa0\x45\x4e\xad\x5b\x9a\x99\x32\x94\x94\xcb\x0c\x7c\x8a\x4e\x0b\x54\x3b\x6f\x1d\x2e\xb5\x55\xbe\xb4\x92\x5e\x7c\xb6\xcf\xdb\xde\xbd\xdd\x64\x3a\x6f\x69\xe7\x15\xe9\x74\xde\x5a\xc6\x02\xe3\x9e\xa6\xf8\x32\x06\xf3\x29\x8a\xaf\x63\xa4\x74\x6d\xab\xb1\x67\x70\x32\xd3\xd5\x91\xc9\xd7\xc6\x2a\xe3\x60\xac\x36\xc8\x6d\x1b\x95\x65\xb5\xf9\xad\x29\x19\xe5\xea\x9e\xd1\xca\x8c\x53\xb7\x06\xce\x52\xea\xeb\xf6\xa9\x6c\xab\x45\x65\x08\x52\xec\x4b\xd6\x6a\x8a\x60\x2a\x1b\x7a\xda\xe0\x33\x7c\x68\xcc\x69\x0b\x1b\x2a\xe4\x9c\xa2\xa6\xd2\xbd\xef\xa6\xc4\x8c\xe3\xf2\xee\x98\xb6\x0e\x95\xcb\x0a\xd8\xb4\xf1\xa7\xa0\x56\x4d\xcc\x3e\xd5\x7b\x67\x4e\x9b\x4f\x90\x75\xe7\xb4\x01\xe5\x80\x62\x64\x0a\x2a\x1b\xb3\x3a\x6d\x06\x86\x71\xcc\x69\x13\xef\x6f\x75\x9b\x87\x93\xd2\xbe\x70\xba\x68\x57\x3a\x59\xe9\x0c\xdd\xc6\xa0\x82\xca\x38\xa7\xc4\x99\xd2\x2b\x28\x6a\xe5\xaf\x8c\x75\xad\x74\x29\x2c\xf4\xf4\x42\x1f\x60\x2f\x9b\x05\x1a\xf3\x9c\xb7\xec\xfc\x35\x65\x8b\xd4\xc6\x05\x3a\x5a\xb7\xcb\xa7\xf7\x7c\x98\x15\xb1\xa6\x0f\x1d\x9f\x9c\x83\x53\x2c\xae\x6e\xe3\x47\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xfd\x75\xee\x25\x6d\xae\x01\xf6\x2b\xad\xac\x8d\xd4\xf7\xd4\x5c\x07\x42\x3f\xd3\xdf\x1a\xdf\x71\xa4\x87\xe7\xf7\xd7\x59\x60\x4d\xcf\xb5\x91\xce\x72\xe5\xbb\xb7\x20\x7a\x5f\x1b\xa9\xd4\x93\x1e\xb4\x91\x3a\xdb\xe3\x39\x64\xe6\x81\x4f\x3d\xd7\x46\x3a\x4b\xcb\x77\x62\xd7\x5b\xca\x24\x0a\x04\xcf\xb5\xc9\xca\x06\x47\x7b\xae\x4d\x56\x4e\x96\xfa\xb9\x36\xd9\x79\x41\xf4\x4f\x9d\xba\xd7\x96\x9a\x6b\x7c\xd7\x9e\x1e\x96\x2c\x1f\xde\xf7\x94\xf2\x78\xb5\xb4\xb2\x36\x59\xef\xe9\x4f\xeb\xf7\x69\xf3\x2d\x22\x64\x06\x2d\x0c\xc1\xd0\x31\x3d\xa7\xa6\xb5\xeb\xc2\x68\xd7\x06\x3c\xae\x33\xdf\xd5\x35\x13\x1c\x64\xcf\xb5\x01\xcb\x5e\xf2\xdd\x1a\x5f\x6d\x29\xd3\x79\x19\xc6\xff\x5c\x3b\xf0\x0c\x11\x3e\xd7\x0e\x2c\x9f\xc9\x5e\x3b\xb0\xd4\xf3\x47\xb1\x08\xaa\x3a\xb5\x05\x83\xcd\x43\x2b\xcf\x3c\xad\xed\x59\xda\xa7\xff\xd7\x2a\x2b\x29\x5b\xd4\x7b\x21\x49\xc9\x56\x7c\x1c\x59\x17\x47\x82\x8c\x1d\xdc\xb4\x3f\xcb\x15\xa8\x88\x9c\xf2\xe1\x1a\xfe\x08\x71\xc9\xf3\x3a\x32\xf9\x6b\x7f\x96\xcf\xa2\xc9\xc9\x1d\x9e\xfd\xb4\xb7\x0e\xd9\xe8\xb9\xf6\xe7\xb5\x7f\x7a\x58\xa3\x1f\x5b\x5a\xb1\x50\x9e\xef\x16\xff\xd9\xb2\x41\xec\xec\xfe\x40\xaf\xef\xaf\xeb\x40\xb4\x91\x8c\x7d\xe4\xc0\x7e\xc9\x09\x93\x56\x5e\x6b\x7b\x16\x4c\xb1\xf3\x25\x83\xf7\x09\x27\x7e\xad\xed\x79\x1c\xe0\xf2\x92\xb4\x81\xb4\x3d\x5f\x36\x96\x59\xd3\x9d\x76\x49\x5c\x23\x6d\xae\xf1\xa1\x7d\xce\x97\xce\xb9\x10\xfa\xcb\xb1\x20\x9f\xfe\x96\x2e\x1a\x42\x7f\xc9\x49\x55\x8e\xf4\xf0\x50\x50\x5b\x70\x59\xe3\x1b\x30\x00\x39\x3a\xf6\x7e\x06\x92\x9a\x90\xef\x86\x2d\xbd\x7c\xb7\xb6\xe7\x75\x05\x4f\x89\x32\x39\x23\x5e\x0e\x1a\x39\x53\x56\xb5\x25\x68\x53\x1e\xfa\x30\xb8\x97\xb6\xe7\x3e\x52\xd6\xbe\xbf\x2e\x6c\x7a\xf3\xb5\xb6\xe7\xd5\x6a\x5a\x19\x16\xe7\x80\xd6\xf8\x22\x92\xc9\xb8\x73\xf4\x4f\x0f\x8b\xfd\xf4\x23\x35\x9f\x92\x06\x2a\xd0\x6b\xcd\x19\xf4\x22\xb3\xcf\x71\x72\xe6\xca\xea\x73\x0c\x58\x9a\x8d\x3e\xe7\xce\xe6\x91\xd1\xa7\xf4\x34\xa3\x03\x32\x02\xc0\x4b\xfb\xb3\x72\x04\xcb\x1e\x54\x46\x0d\xb4\x84\x3a\x6c\xa4\xf3\xb5\xf6\xe7\x47\xfe\x7b\x49\x12\xeb\x21\x18\x6d\xcf\x13\xee\x27\xbb\x51\xdb\xf7\xf4\x30\x05\x05\x51\x2b\xf7\x69\xe5\xf9\xfd\xd5\xaf\x91\xb2\xb5\x03\x6b\x48\x4b\x32\x1b\xb6\xea\x29\x27\xd4\x5e\x21\xe5\xd7\xda\x81\x6d\x6f\x81\x0e\x41\x7c\xa7\x0d\x58\x38\x20\x5f\xda\x80\x17\x9c\xf8\xb5\x36\x60\x39\x3f\xad\x88\xff\xc0\xcf\x5f\xda\x80\x67\xe6\x45\x61\x26\x25\x24\x32\x1d\x66\x11\x68\x6d\xc0\x08\x77\x2f\xc7\x65\x65\x23\x25\x30\x0b\xe8\x29\xf3\x4b\x20\x59\x4e\x46\xbe\x93\xe9\x04\xce\xf8\x96\x85\xa2\x30\xda\xb7\x04\xfe\x48\xbd\xf8\xdc\x38\x81\xdf\x3a\x1f\x37\x44\x93\xf7\xda\x80\xad\x7e\x6a\xda\x59\xda\x80\x2e\x59\x99\xf3\xdd\x5a\xbf\x68\x45\x6f\xe9\xc9\x25\xc2\xf3\x5b\x07\xe4\x05\xf5\xe2\xba\x3b\xf3\xa1\x8c\xd5\xc8\x3b\xef\xb5\x03\x5b\xad\x69\x66\xb1\xd0\x48\xb6\xb6\x10\x8e\xd2\x7e\xcc\x97\xdf\xda\x9e\x2d\x98\xfa\xf4\x84\x98\xdf\x6b\x0b\x96\xa1\x73\xaf\xe0\x62\x13\x2e\x0b\xa8\x72\x28\x74\x43\xf6\x43\x50\x24\x3f\x84\x04\x85\x62\x5f\xd8\x75\xa5\x44\xe6\xe5\xcf\x47\x76\x86\xb5\xd4\x94\x91\x56\x1a\x74\xe9\x9b\xcc\x41\x16\x4c\x8a\x7d\x60\x4b\xc7\x0f\x28\xc7\x83\xb4\xce\x62\x9f\xd8\x7e\xec\x1b\x68\x4a\xa1\xbb\x6c\x86\x5b\xe0\xd3\xbd\xb8\xdd\x03\x23\xad\x58\x5c\xe9\x0e\xe7\x85\x17\x97\x5e\xa6\x78\x5c\x07\x10\xea\x1b\xc0\xdb\xad\xba\x62\x97\x05\x74\x1f\x0d\xa8\x2c\x48\x14\x5b\x6c\x6b\xef\x0a\xe9\x13\x74\x0a\xea\x40\x97\xa0\x7c\xd7\x64\xab\xa8\x40\x5d\x65\x07\xd0\x90\x41\x7d\x03\xba\x57\xd9\x99\x36\xa7\x6a\x0e\xa0\x87\xa0\xb4\x22\x2f\x40\x49\xd9\x4b\x65\x17\xd0\x5b\x90\xdb\x94\x31\xa4\x2b\x4c\x57\x90\x6d\x3b\x27\xd0\xa1\x9a\x81\x34\x3e\xe6\x65\xe0\x3c\x1c\x80\x43\xa6\xba\x61\xd4\x1c\xe8\xb1\xd5\x16\x70\x15\xee\x57\x20\xb5\xca\x94\xca\xf2\xd1\xf7\xeb\x00\xd2\xac\x9d\x17\xd0\xe9\x3e\x4e\x40\x4d\xdb\x15\xa8\xb9\x30\x5f\x6a\xde\x20\x15\xd9\x3d\xba\x65\xbc\x05\xdd\xaa\xda\x07\xe0\x34\x98\xba\x0f\x37\x54\x01\x9f\xf2\x4b\xa5\xae\xa6\xee\x33\xae\xb7\xc7\x45\xa1\x24\xad\xad\xa6\x54\x56\x92\xad\x0e\x46\x26\x77\x97\xad\xf7\x0b\xf2\xda\x35\x20\xad\xdd\x99\x76\xb4\x76\x17\xd8\xda\x83\x73\x06\x12\x02\x57\x5a\xd1\xda\xb1\xfd\x6e\xd3\xdf\xe9\x19\x98\x96\xf0\xb3\x5b\xa4\x48\xf7\xad\x06\x92\x17\x14\xb2\xb2\x3e\xbc\x2b\x50\x42\xa0\xa8\xb3\x17\xa0\xcb\x85\x0d\x50\x91\xe2\x9d\xbd\x22\x95\x78\x95\x0e\xc0\xe1\xd2\x0a\x78\x1b\x4c\x3f\xd3\x60\xfa\x79\x18\x0c\x4e\x4f\xb9\xf9\x3c\x98\x87\x9d\x8a\xa9\x2a\x03\xde\xc6\xf6\x91\x7e\xdb\x37\xc8\x59\xfa\xed\x92\x1e\x52\x55\x4e\x46\xe8\xf9\x61\x47\x5b\x87\x2e\xa5\xa9\xf6\x8d\x2d\xf3\xb0\x09\x19\x12\x96\x6e\xda\x37\x36\xac\x23\x4f\xf6\xb1\x31\x6c\xd9\x26\xf7\x01\x27\x92\x76\xda\xce\x74\xa9\xb8\xfe\x93\x85\x96\x06\xda\x37\x96\x41\x1a\x68\x3b\xd3\xbf\x2c\x58\xfb\xd8\x19\xe4\xd4\x36\x61\xcf\x5a\x95\x44\x45\x5b\xe0\xc2\xa7\x1c\x3f\xe4\xd7\xab\xaa\xd1\xa1\x4b\x07\xf3\x5b\xf1\x5b\x60\x37\x98\x52\xb9\x5d\xd9\xfd\xd2\x26\x57\x21\xa3\x16\x13\xd9\x60\x45\x8e\x6e\xd9\xc7\x91\xba\x46\xbe\x78\x71\x6d\x25\xde\x07\xd3\x27\xad\x71\x81\x27\xa0\xe6\xb6\x06\x92\x25\x1d\xb6\xf2\x34\xd1\x0c\xa6\x5a\xfa\x5f\x3b\x7b\xaa\xde\x1a\xcb\x00\x12\x51\xf4\xf4\xf1\xd2\x94\x00\xc9\x17\x7b\x0e\x5a\x71\x18\xc7\x48\x1f\x0e\xe4\x18\xec\x37\x69\x72\x0b\xdc\x01\x85\x0f\xec\xd1\x2a\xc3\xde\xe1\x48\x4f\xfb\xe8\xe1\x16\x12\xda\xdb\xf5\x81\x74\x5a\x1d\x07\x90\xfd\xa9\xf9\xee\xad\x41\xba\x51\x89\xbf\xab\x51\x40\x39\xd9\x36\x66\xe7\x05\x05\x37\x20\x61\x73\xa4\xa6\x08\x98\x49\xb7\x7b\x71\xef\x57\x3e\xd4\x8e\x67\x5b\xbc\x7c\x20\x72\x1e\xbc\xec\x54\x85\x62\x5f\x26\x6e\x70\x93\x5c\xd9\xed\x26\x2d\x76\x25\xf6\x9d\x59\x95\xf4\xd6\x37\xc8\xe5\x65\x9a\x3c\x06\x90\x5b\x49\x4d\x07\x4f\xb8\x15\x4b\x3e\x68\x53\x0b\xac\xea\x3e\x90\x18\x30\x5c\x54\x52\x4a\xdf\x4a\x20\x31\x38\xb8\x82\xa4\x94\x76\xed\x46\xf4\x2d\x96\x6f\x11\x6d\x41\x66\x20\x5e\xb6\xa1\xe8\x9e\xbd\xd8\x8b\xbc\x40\x9b\xc2\x3d\xaa\xb1\x89\x53\x35\x3b\x16\xcb\xd8\x1c\x21\x36\x64\xbc\x5b\xe0\xc3\xa5\x17\xe0\x4b\x37\x53\x76\x83\xbb\xad\xd4\x50\xfe\xd8\x65\x96\x6e\x87\xd4\xaa\x32\x8e\x8e\xc2\xe7\x96\x0f\x91\x5a\xb3\xb9\xad\x0c\x5f\xa9\xb9\x9a\x09\x71\x1c\xda\x35\xcd\xc1\x19\x65\x14\xed\x8b\x5e\xcc\x12\x47\x11\xff\x6c\x36\xce\x95\x51\x1c\x90\x67\x31\xb0\x8c\x8a\x7d\xf5\x02\x94\xcd\x06\xfb\x63\x19\x0e\x34\x6f\xc5\x64\x3b\x14\xec\xbd\x40\xcf\xc6\x65\x85\xa0\x80\xf3\xa5\x11\x35\x1b\x4b\xcb\x68\x9a\xab\xe6\xb8\x9c\x32\x1c\x8d\xdc\x8a\x09\x69\x34\x5f\x05\xd9\x2e\x4a\x15\xfb\xd6\x8a\x79\xb1\x9d\x7c\x7b\xab\x9b\x87\xdf\xad\x76\xed\xc5\x2d\x0f\x31\xf9\x56\xcd\x9c\x87\x03\x39\x5b\x6d\x05\xf0\x32\xd8\x00\x87\x41\xb7\x6c\x2b\x76\xe3\xb0\x1d\xb2\x07\xec\xed\x34\x37\x1a\x4f\x2f\xd9\x69\xce\x35\xa4\xa0\x2f\xd0\x38\x7b\x83\x95\xee\x0d\x3f\x2c\x95\xb7\x33\xa0\x0e\xe3\xba\x7b\xdf\x8e\xb7\x67\xe3\x6c\x94\x7a\x80\x27\x48\xbe\xc5\xd9\xda\xe9\x03\xf0\xd6\xad\xb2\x05\x76\x83\x32\x06\x86\x09\xdd\x12\x34\x17\xa8\x79\xbe\x77\x2a\x9b\xfb\xdf\xfb\x30\xce\x1e\xd1\xbd\xdf\xc6\xca\x27\xc5\x7d\xf8\x2e\xcd\xd2\x8d\x7e\xc4\xd4\x6f\xdf\xf5\x1a\xb6\x92\x95\xbb\xcc\xfb\x37\xcf\x4e\xb9\x75\x2b\x68\x27\x12\x65\x81\xb7\x41\xe3\x78\x1a\xe5\xcb\x1c\xf6\xbe\x64\x68\xdd\x1c\x71\x56\xee\xcb\x77\x5a\x98\x9b\x5b\x61\xdb\x0b\x6c\x06\x4d\x56\x6d\xa7\x54\x1a\x5b\xb3\x65\xb4\xdc\xb7\xaf\x9a\x20\x91\xde\x76\x68\x6c\xbb\xf9\xda\x3d\x1d\x49\xb8\x7b\x89\x6e\x3b\x1e\x9a\x1d\xea\x0b\x14\xce\x0e\xa4\x28\xf7\xf4\x26\xb3\x7d\xb4\xdc\xd3\x61\xd3\xd5\x6c\xf0\x96\x61\x7c\x55\x76\x47\xf6\x15\x36\x47\xbc\x2c\xf0\x61\xd0\x38\x3f\x6c\xe4\xb2\xf1\xb8\xdc\xb2\x1d\xed\xad\x5b\x88\xbe\x65\xbd\xd9\x5b\xb3\x64\x7e\xbf\xbc\x05\xbb\x39\xec\xfd\xb2\xb2\x65\x1b\xdc\x02\xfd\x2d\x33\x29\x15\x7c\x6f\xdd\xac\xeb\x96\x56\xba\x5f\x30\x95\x5b\xea\xde\x02\x77\x40\x7f\xeb\x1d\x79\xbf\xa5\xa1\x34\x76\xf3\xfd\xf6\xed\x0a\x04\xf6\xb9\x89\xf6\xaf\x61\xd1\x72\x6e\xde\xbe\xb6\x74\x94\x59\xd4\x72\x1b\x9e\xf6\x59\xcc\x72\x90\x0d\xa6\x6f\x91\x35\xbb\x82\x17\xa8\xb9\x1a\xb2\xc0\x95\xa9\xcb\x50\xab\x23\x83\xa7\x62\x02\x50\xd2\xa6\x2f\xa8\xb4\x61\x02\x9d\x97\xe6\xb5\x6f\xd6\xbf\xa6\xe3\x15\x72\xfa\x4c\x47\x17\x8c\xdd\xf3\x3a\x15\xe9\xb5\x77\xab\xb7\x65\x9a\x2f\x44\x64\x9a\xdd\xea\x50\xb0\x18\xbe\xd1\x84\x2a\x37\x1d\xf5\xdf\xed\x7c\x5c\xe0\x25\xd0\x67\xee\x74\x14\x7f\xb7\xa2\x5e\x70\xc2\xf6\xcd\xbc\x6c\x12\x76\x5e\x4d\xa1\x76\x88\xee\x7d\x33\x13\x99\x8e\x6f\x3e\xab\x37\x8a\x4d\xb1\x7b\x87\xba\x31\x00\x5e\xc3\xfc\xd7\x56\xbe\xbd\xef\x3e\x7a\x6d\xd8\xdb\xa3\x1a\xd9\xc8\xb1\x47\x2e\xb7\x25\x63\xaf\x88\xdb\xe8\xe1\x7d\x67\x80\x6f\x3a\x32\x13\x99\xef\xc1\x5c\xad\xca\xb5\x6f\xd3\x95\xa5\x0d\xd4\xbe\xcb\x13\xdb\x6d\x90\xaa\xfd\xf0\xdd\x0c\xdd\xa3\x7a\xd5\xce\x5d\xc6\x2a\x34\x2a\xe1\x8d\xdd\xb6\xba\xda\x7d\x35\xab\xdb\x13\xbe\xc0\xb7\x40\x71\xba\xda\x7d\x2a\x10\xa3\x53\xfb\x25\xd6\xd6\x7d\x74\x2d\xd0\x95\x65\x63\xad\x0e\xcf\xdb\xfb\x21\xe1\x7e\x81\x2f\x83\x6e\xb9\xd9\x3c\x6a\x33\x7d\x75\x00\xdd\xde\x7d\xce\x2d\xd0\x95\x87\x2b\xfb\xb2\x46\x75\x84\x41\xb5\xe6\xb6\xce\x48\x63\x65\xdf\x66\x2f\x0c\xc1\x9c\xa0\xeb\x92\x8c\x40\x99\xb6\x0b\x43\x70\xb0\x42\xb7\xf1\xbe\x5a\x66\xde\xbb\xcf\xaa\xda\x9f\x26\x86\xd2\x3c\xa2\xb7\x71\xd6\x55\x96\x05\x6a\x93\x75\xdd\x4c\x79\xd5\xb1\x79\xae\x4c\x0c\x0b\xb4\x13\x35\xa5\x5e\x32\xc7\x0e\x2f\xf0\x61\xf0\x34\x28\x2e\xd2\x75\x3f\xe3\x55\xc7\x6e\x63\xa3\xd5\xfb\x05\xea\x70\xda\xa4\xa9\xd6\xb1\x8b\x13\xf4\xfa\x01\x6f\x83\x5a\xee\x71\x68\x83\xf6\x7a\xb9\xa9\xc3\x13\xbb\xce\xb9\x1f\xf0\xfd\x55\xd7\xe3\x1b\x1e\x41\x31\xb1\x57\x49\x17\x75\xf8\xd2\x6a\x3f\x8f\x0a\xf8\x34\x68\x2c\x7c\x09\xb3\x3a\xd2\xa1\x0e\xdf\x18\xec\xa7\xd7\x64\x70\x0b\x2b\xc3\xbd\xb4\x08\xcd\x41\xc9\x75\xe8\x54\xd8\xfb\x49\xbf\x97\xfd\x45\x3b\x95\x15\x30\xb4\x44\xe4\x0e\x28\x76\x6c\x33\x62\x1d\xdd\x24\x79\x31\xaf\x7d\xd8\x61\x66\xea\x1e\xc3\x22\x90\xdd\x70\x75\x70\xb1\x47\x77\x45\x5e\x75\xf8\x16\x46\xb7\x3d\x68\x81\xbe\xd7\x5c\x77\x40\xb7\x6c\x72\x1e\xd6\x19\xfb\x35\x3c\xa2\x87\x6f\xad\xda\xb5\x5a\x87\xfc\x19\x7b\x6f\xbb\x87\xf0\x76\x24\xc2\xc1\x5c\xf9\x94\xef\x0e\x88\xaa\xf7\x66\x92\x74\xe0\xf4\x02\x5f\x36\x49\x0b\x8d\xdb\xd1\xd0\xcd\x16\x9b\x05\x6a\x51\xec\xff\xac\xb7\x45\xbe\x6e\xef\x44\xbd\x2f\x33\x7a\xab\xcc\xf5\x56\xd4\xeb\xde\xad\x74\xd6\xbb\x99\x34\x86\xc4\xa7\x7a\x77\xb5\xdc\xad\x59\xd6\x5b\xb1\x9b\x7b\xf7\x89\x52\x6f\x87\x1e\xf4\x01\x56\x56\xde\x4a\x33\x17\xb9\xa5\x9f\xed\xdd\xe1\x35\xf5\x7e\x66\x8d\xdc\x94\x05\xf2\xee\x60\x8a\x05\xba\xdf\x41\xe9\xa0\xd4\x38\x5b\x22\x3a\xab\xc4\xfe\x3a\xbd\x33\x9a\xed\x4e\x75\xca\xd4\xb6\x0f\xc7\x3e\xd5\xb9\x09\x8d\x61\x6b\x4f\x9d\xa5\xdb\xf0\xee\xad\x3f\x8b\x88\x7d\x6c\x9e\x8d\x59\xb4\xa0\xc3\x3c\xb5\x4e\xdf\xb9\x1e\x8e\xad\xa8\x53\xf7\x05\xf7\x61\x93\x73\x9d\xfd\xaf\x1c\xfc\x0b\x52\x18\xc3\x07\xb2\x9c\xed\xb9\x98\xdd\xce\x8d\x96\x0f\x65\x31\x3d\x53\x26\xd7\xfc\x9e\x0f\x87\xfc\x4a\x29\x93\xcb\x62\x1b\x40\xba\x9c\x52\x53\xd3\x4c\xfb\x03\x3e\xbf\xbf\xca\x69\x6e\x31\xc5\xf0\x8a\x4d\x1d\x0b\x7a\x1b\x1b\xfa\x97\x73\xde\x26\xae\x05\x29\xfe\x48\xe7\xe4\x82\x40\x9c\x76\xb4\x85\x6b\x07\x9d\x71\xea\xc3\x03\x48\x7e\x98\x12\xa8\xc9\x1f\x9f\x46\xe5\x07\xf6\xb6\x99\x8a\x19\x2e\x16\x2c\x17\xf4\xd2\x80\x53\x53\xb1\x45\xc7\xa0\xea\x5a\x81\x32\x32\xfe\xdb\xae\x2c\xba\x50\x10\xb6\xd5\x82\x05\x0d\x63\xda\x00\x6f\xe1\xc6\x30\x1c\x8d\x73\xb0\x72\x5d\xe2\x38\x81\x3d\x0b\xb4\x7f\x87\x99\xb3\xd4\x78\x40\x21\x7d\x9d\x9c\x75\x0b\xb2\x3a\x83\x75\x05\x58\xd0\x12\x21\xf7\x2d\x0b\x29\x4f\xf8\x36\x02\x59\x6b\xcb\xa4\xdb\xd5\x76\x05\x1a\x72\xf1\x30\xad\xb2\xed\x5b\x4f\x5f\x90\x9c\x6b\x23\x65\xef\x4f\xc0\x47\x9d\x83\x48\x91\x0e\x54\xbe\xbf\x8a\x35\xb0\x05\x55\xc7\x7b\x55\x40\x29\x73\x75\x00\x79\x57\x94\x80\xdd\x4a\xc5\x05\xa8\x28\x8f\x6d\xfc\x90\xa9\xcf\x21\xc2\x72\x08\xdd\x82\xbc\x6f\x77\x20\x85\x5a\x31\xe2\x61\xd1\xce\xa1\x79\x0b\x3c\xbf\xbf\xae\xca\x2c\xeb\xb2\x66\xcd\x56\xd2\x6d\xcd\xe3\x34\xb7\x9b\xba\xae\x59\xf7\x2d\x35\xc7\x27\xc6\x65\x41\xf7\x6f\x41\x6d\x0b\x7c\x78\x05\x18\xc7\x40\xfd\x01\x12\x72\x67\xca\xe4\xe8\x39\xe8\x71\x9d\x90\xf5\xca\x30\xe4\x4c\xde\xb7\xc6\x87\x0a\xcb\xd8\x37\x96\x79\x40\x5a\x95\x89\x9d\xa2\x49\xd8\x8d\xb4\x8a\x72\x74\xf0\x91\xac\x34\x6c\x2c\x5f\xa0\x8e\x80\x20\x2b\x09\xa6\xda\xb5\x56\xa7\x2f\x37\x5e\xb0\x0f\x5d\x68\xac\xfb\xb6\x03\xfd\x16\xca\xb3\xa0\x4b\xbb\x20\x65\xf2\x89\xc1\xa3\x14\xb8\x77\x34\xe8\x53\xf2\x65\xdd\xb7\x40\x53\xd1\x49\x81\x1e\x9f\x80\xa0\x05\x3d\x8d\x4c\x03\x7c\xe9\x43\x20\x33\x01\xf6\xab\x0c\xdb\xfb\x80\x74\x2c\xb3\x8e\x92\x32\x9b\x13\xe9\xc2\x31\x7c\x76\x9c\x54\xc7\xf0\x1d\xfb\x06\x41\xc8\x94\x5d\x7f\x83\x86\xa0\x0d\x48\xfa\x96\xcf\x9d\x69\xd3\xf5\x7e\x80\xaa\x57\xd5\x51\x01\x75\xea\x98\x25\xd6\x6c\x41\x9a\x37\x28\xd0\x11\x7c\x9c\x2a\xf3\xc6\xd6\x99\xef\x2e\x05\xfe\x80\xaa\x4e\x8d\xab\xb3\x16\xf2\xd1\x6f\x0d\x64\xe4\x21\x1c\x2d\x3d\xbc\x3d\x0a\xc0\x75\x44\xd6\x7d\x0f\x54\x04\x81\xb7\x38\x80\x43\xe6\x6a\x62\xf1\x0a\xfc\xfa\x9e\xf7\x27\xe8\x6a\x41\xf3\xb7\x70\xcc\x4a\xa0\x5e\x43\x32\x76\x64\xde\x51\xc0\x40\x81\x79\xc7\xc9\x54\x4d\x53\x8a\x25\x05\xe2\xf2\x5a\xd6\x4a\x6a\x6c\xf5\x85\x8c\xea\xb8\xbc\xba\xef\x29\x6b\x8a\xc6\x49\x33\xdd\x1f\xa6\x1d\x39\xe3\xae\x7c\x38\x1d\x91\x08\xf4\x54\x33\x17\x90\x48\x05\xba\x95\xe1\xa3\x9c\xec\x1c\x5d\xea\xdc\x6b\xe1\xf8\x9a\x0a\x3b\xd9\x61\x65\x53\x7e\xed\x2c\x87\x04\xe9\xa3\xd7\x94\x29\x3e\xed\xc8\x77\x5d\xa7\x57\x1a\x1d\xf2\xf0\x83\xa8\xf5\x67\x47\xf9\x2f\x70\x7a\x75\x0a\xe0\xf3\xfb\xeb\x3a\xd3\xa8\x30\x3d\x52\xf3\x2d\x88\x8a\x37\x98\x52\x78\x3b\x20\x8f\x01\xeb\xc6\xd4\xbe\x71\xd0\x4d\xb1\x87\xce\x1e\x57\xac\x60\xdd\x58\xd5\x69\x1a\xbb\xe8\x11\xce\xf1\xa9\x3a\x8d\x2b\xc3\xba\x35\x8f\x47\x3a\x51\x44\x62\x0d\x04\x95\xd1\x90\x05\xb1\x03\x04\x1c\xa9\xe5\xbb\x0c\xd5\x91\x85\xc7\x3a\x59\x7e\xc8\xae\x6d\x8b\x18\x7b\x4d\x43\xa7\x1b\x62\x12\x2c\xfa\x73\x28\xcd\xe9\x35\x48\xd5\x75\x26\x1c\x03\xd4\xe5\x86\x2b\x2d\xdf\x99\x79\xec\xc1\xe7\x65\xdc\x59\x2f\xf8\x1c\x9b\xc2\x0e\x9b\xc2\x19\xfe\xf0\xad\x62\xb8\x90\xf4\xa5\xf5\x65\x07\x94\xa7\xe0\x53\xc8\x64\x0e\xc0\x21\xf4\x52\x28\x83\x2a\xf4\x6a\x87\x4c\x2d\x7b\x3a\x41\x18\x4a\x5d\x19\xa0\x10\x8d\x1e\xc9\x6f\x03\x24\xfa\xbd\xf8\x50\x1e\xe2\xc2\xf9\xfa\xf0\x65\x41\x28\x4d\x81\x8a\xc7\xbe\x31\x23\xf2\xe4\xac\x2e\xe9\xc3\x16\x22\x94\x57\x62\x15\xf7\x48\x55\xf6\xde\x8c\x1d\x6a\xb7\x0d\xa8\x20\x9d\xc8\x04\x54\xed\x38\xac\x8e\x48\x2c\xb6\x49\x56\xc7\xfd\xad\x0f\x19\xe7\xed\xf3\x96\xdd\xae\xe8\xbe\xa2\x3c\x22\x0b\x32\x67\x62\xd7\x38\xba\x6f\xec\xec\x6f\x39\x61\x16\x42\xa9\xab\x80\x0c\x18\xf5\x03\x41\x26\x08\x59\x90\x61\x13\xdb\x0b\xd3\x0e\x36\x95\x04\xf9\xe3\x0c\x42\x72\xc2\x94\x4c\xa6\x58\xdc\x3e\x52\xc6\xa2\x04\x54\xcc\x5b\xd6\xc4\xa1\xc8\xd0\xa5\x63\xfa\xda\xc1\xc9\xed\x30\xbe\x3d\x52\xd7\x13\x2a\x81\x73\x38\x74\x6f\x83\x86\x15\x9e\x77\x0c\x48\xf1\xe9\x38\x57\x66\xcf\xfe\x99\x0b\xed\x86\xf8\xbc\x5a\xe0\x87\x4f\x3b\x36\xae\x40\x2f\x1d\x01\xf9\x52\x4e\x47\xe8\xfd\xe9\x2b\xcc\xb0\x03\xc2\xee\xce\x40\x20\x47\x33\x43\xbc\x82\x25\xb1\xb7\xa6\x16\x98\x35\x81\x77\x35\xad\xea\xda\x22\xac\xf3\x69\x0e\x88\x58\xa1\xc0\xbb\x35\x21\x69\x75\x48\x80\x4f\xa1\x4e\x79\x84\x37\x45\xde\x55\xdd\xcd\x17\x24\x89\xa8\xa6\x7f\x73\x9c\x74\xbf\xf8\xe1\x79\xa5\x7b\x59\xb9\x5a\x1a\x0d\x43\xa4\x55\x44\x22\xb8\xae\x15\xd2\xe6\x40\xec\xea\x40\xb9\x8a\xba\xe6\x40\xb9\xd5\x12\x73\x77\x3b\xf8\x8f\x03\x53\x11\x6f\xc7\x1e\x79\x4e\x21\x6f\x35\x7a\xca\xd3\x34\x8b\x34\x21\xff\xd5\xaa\x4a\x43\x8e\xb1\x61\xd3\x3c\x1d\x55\x13\x22\xf0\x51\x8b\xba\xa1\xd0\xb5\xf5\x61\x40\x4b\x89\x47\x3a\xd1\x0c\x95\xb4\x23\xe6\x80\xe8\xe7\x00\x35\xac\x59\x0e\x49\x5b\xed\x14\x40\xab\x3f\xac\xe6\xcb\xc6\x2d\xe4\xb7\x97\x75\xc7\x1d\xe6\xee\xa8\xb4\x76\x5c\xf9\x54\xf8\x21\xfc\xca\x34\x5b\xf7\x92\x32\xb0\xfd\xb1\x11\xc5\x61\x6a\x31\x19\x39\x4c\xad\x6e\x7b\x5a\x7d\xb8\x9d\x13\xd0\xc1\xe8\x41\x8f\x69\x0f\xa8\x69\x47\x03\xf5\x9d\xfc\x3d\xf2\x9e\x22\xd5\x6a\xf4\x5c\x45\xaa\xf5\x82\xf4\xab\x48\xb5\x55\x35\xa0\x42\x63\x58\x6a\xb9\xff\x6a\xa8\xcd\xf7\x51\x6a\x14\x99\x97\xe5\x78\xd4\x4c\x45\xa7\xad\x76\xd2\x89\xc6\x05\xf1\xd9\x39\x78\xf5\x94\x79\x63\x06\x32\xcf\x3b\xd3\xa5\x16\x6c\x87\x3b\xf9\x22\x22\x66\x14\x42\xd2\x0a\x3c\x46\x31\x61\x35\xbc\xfd\xe5\x38\xcc\x34\x23\x19\xef\xe4\x44\x7d\x39\x4c\x1a\x16\xfc\x9a\x2c\x3b\xcd\x88\x3b\x9e\x30\x52\x87\x73\x0d\x0e\x9e\x17\x46\x80\xb4\x03\x1d\x66\x81\xec\xf6\x2a\x1c\xa9\x8a\xc5\x2a\x17\x10\x46\x0e\xd6\x47\x06\xf8\xa3\x23\xab\xbc\x1d\xd8\xcf\xec\xbc\x43\x5a\xa9\x7a\xb9\x93\x06\xd8\x0d\x76\x40\x71\xe4\x2b\x9d\x2c\x8e\x5c\x46\xaa\x5a\x1e\xb9\x02\x9a\x7e\xe0\x4e\x32\xfa\xf7\xc2\xb6\x7d\x5b\xcc\xab\xe9\xd3\x67\x3a\xa7\xaf\x22\xa9\x6a\x96\xe4\x6d\xf2\x61\x82\xde\xd8\x0c\xe0\xab\x6f\xcc\xa9\x90\x9a\xdc\xa2\x35\xf2\x88\x2c\xcf\x47\x2f\x69\x47\x04\x53\x53\x53\x5c\x8e\xed\xf5\x36\x97\xab\x69\xd4\x98\x1f\x29\x7c\x6a\x62\x83\x80\x39\x0c\xa8\xea\x7a\xe5\xc5\xd2\xbe\xe5\xb7\x3a\xd3\x8c\xe5\xbc\x48\x88\x6f\xc5\x2c\xb6\xcf\x87\x3e\xd1\x33\x93\x62\x63\x25\xe8\x98\x8b\x65\x45\xa6\xb7\x13\x92\xdd\x5b\x47\x6f\x69\x19\x16\xe4\x84\x76\x21\xef\x49\x29\xec\xc4\xb7\xb8\x5a\x1d\x69\x48\xfb\xe9\xca\x87\x5d\x57\x97\x40\xd6\x7e\xb3\xcf\x77\xcc\x40\x01\xb4\x44\x76\xa4\x1d\x2d\x1e\x04\xfc\xf6\x25\x7b\x09\xa5\x27\x99\x25\x36\x1b\x43\x4e\xc7\xba\x2d\x0a\x2e\x80\xd2\x3c\xcf\x14\x1a\x9f\x0e\xd4\xdc\x67\x05\x94\xea\x29\x99\x79\x41\xb7\x0b\xd3\x8b\x05\x97\x14\x5a\x20\x3b\xf3\xe5\x5a\x2f\x33\xf6\x05\xbd\x7c\x5e\x04\x83\xf7\xf7\xd7\x69\x43\xd2\xe9\x6c\x17\x6b\x60\x20\x64\x52\x13\x01\x9f\x8e\xcc\x2b\x1f\x64\x87\x55\x21\x1d\xe1\xa7\x93\x5e\x54\xc7\x5c\x9d\x4e\x74\xb1\x8f\x2b\xad\x32\x92\x14\x5a\x4e\xe8\xa0\x67\x69\xed\x4a\x3b\xa6\xc3\x94\x59\xa8\x29\xdb\x8f\x78\xf7\x49\xaa\x8c\x76\x64\x86\x14\x67\xbb\x5b\x40\x3b\x1d\x21\xd8\xed\xb8\x3e\x1d\x20\x78\x58\x71\x3a\xfb\x76\x7b\x98\x7c\xa8\x08\x88\x12\xec\x44\xa5\x4a\xb9\x29\x68\xa9\x58\xe3\x64\xd6\x6f\xaf\x1e\xeb\xa5\xe0\x9e\xab\xe5\x3b\x73\xe7\xc2\xb0\x6e\x6d\xb6\xcf\x87\x3a\xd0\x2f\x96\xe0\xf6\x90\xd3\xc5\xd4\x0d\x9d\x94\x59\x5a\x4d\xa3\x4b\xc0\xd8\x32\xe5\x8e\x45\x28\x59\xbb\x6c\x0b\xd0\xb1\x94\xb9\x07\x81\xb8\x9f\x81\x7c\x77\x22\x5f\x32\xcb\x9e\x9c\xdd\x2a\x04\x04\xb2\x3b\x6c\xb5\x41\xcf\xca\xfe\xd1\x4b\x1f\x40\x52\xc8\xaf\x40\x74\x79\x00\x4a\xe2\xea\x0d\x48\x12\x57\xdb\x80\x34\x1f\x4c\x96\xd3\x86\xfc\x56\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x1f\x5e\xa3\x5f\x75\xad\xf6\x80\x6d\x51\x92\x80\x0b\x26\x45\x04\xd4\xf1\x69\xd7\x93\x0b\x51\x17\x1b\xca\x3f\x18\x99\x47\x8c\x14\x2e\x6e\xef\xbb\x61\xe7\x5a\x75\x33\x34\xea\xda\xec\x30\x76\x20\xcb\xdf\xec\x66\x7b\x51\xdb\x31\xc0\x61\x11\x4a\x69\xe9\xc5\x1c\x84\x5d\xa6\x9c\xc5\xbd\x7c\x6a\x3a\x55\xcc\x96\x42\x5d\xef\x61\x5f\x15\x5b\xca\xd8\x81\x05\x11\x1b\x32\xb6\x1b\x8c\x1b\x05\x0b\xb4\xd0\x04\xd5\x94\x5b\xeb\x99\x5e\x74\x1c\xed\xa1\xa1\xe2\xf3\x28\xa3\x86\x9d\xd4\x14\xea\xae\x0e\xc2\x45\xb9\xed\x99\xbb\xd2\x8b\x75\xf5\x9a\x76\xa5\xc8\x66\x4e\x74\xc7\x71\xff\x20\xe4\x6d\x56\x01\x9d\x06\xcd\x09\xb8\x16\x68\x3b\x08\x2c\xad\x38\x8a\xa2\x65\x45\x1d\x14\x74\x64\xca\xa6\x77\x21\xdd\x4c\x63\x0f\x15\x4d\xf3\x85\xac\xfe\xd4\x89\x39\xd2\xac\xd9\x42\xb0\x97\xf1\xec\xca\x5c\xe3\xdd\xbc\xdc\x50\xc5\xf0\xdf\x80\x8a\x11\x1a\x80\x92\xfc\x8f\x14\x5e\x2e\xec\x80\x66\x78\xd7\x05\xd8\x3d\xf0\x0a\x68\x8c\x52\xe8\x23\x14\x46\x55\x91\xa3\x60\x3e\x4a\xd8\x7c\xe4\x7c\xad\x12\x95\x0e\x36\x73\xd5\xa9\x74\xb0\x0b\xab\x69\x0a\x69\x91\x68\xad\x23\x9d\x20\xb1\x17\x20\x6f\xd1\x8c\x53\xac\xe8\xd8\x0e\x20\xf0\x61\x64\xc3\xa2\x42\x65\x64\x22\xb9\xca\xde\x51\xfe\xaa\xea\x64\x0b\x0b\xf2\x0e\x80\x50\x94\x60\xb9\x74\xf6\xb6\x33\x29\xef\x39\x60\x2b\x27\x0b\x27\x84\x52\x28\x37\xe5\xc6\x14\xe4\x9d\xcf\xa9\xae\x2c\xca\xab\x2e\x2d\x25\xfa\x31\xa5\x4d\x38\xa4\xd0\xd4\x89\xa0\x53\x61\x46\xf0\x46\x65\x50\xae\x76\x39\x9f\x4e\x8d\x55\xb3\xf3\x95\x43\x99\x40\x86\x05\xbd\x3f\x77\xad\xcf\xae\x5c\xc9\xe4\x55\x58\x90\xd3\xd2\xa5\xcc\xdb\x8c\x73\x87\x08\x88\x11\xc8\x81\x43\xf9\xf0\x94\xb1\xaa\x02\xe9\x3e\x27\x8b\xe9\xd4\xc8\x17\xdb\x53\x01\x38\x47\x63\x69\x95\x1c\x79\x1f\xd0\xec\x69\x4b\xc3\x08\xe4\x54\x7a\x41\xc6\x17\xbf\xd3\xa6\x34\x69\x68\x40\x51\x59\x7b\x19\x35\xc8\xb0\x20\x7c\xa9\x43\xef\x60\xd5\x95\x0b\xac\x1e\x48\xb9\x27\xac\x8d\x53\xf9\x34\x15\xa2\x32\x38\x51\xd8\xd5\xd8\x8b\xca\x99\xbc\xc0\x94\x5a\xe9\xed\x7f\x83\x18\xae\x3c\xca\x25\xfc\xca\xb9\x93\xeb\xa7\x59\x78\x07\x28\xdc\x36\xbb\x43\x30\xca\x8e\x5c\x9d\x8c\x65\x41\x66\x0e\x4c\xb3\x2e\xb1\xe5\x64\x70\x4e\xe4\x3d\x32\xc4\x49\xc8\xee\x95\x52\x4d\x3b\xbc\x4c\x19\x90\x4b\xf8\xb2\x73\x20\x8f\x2b\xad\x4a\x9e\x66\x07\x29\x30\xb6\x1e\x70\x0a\xa7\x3b\xbe\xd2\xbf\x39\x57\xc9\x5a\x4e\xab\x71\xc8\x80\x27\xc6\x32\xfa\x17\xeb\xea\x88\x0f\x0e\x5c\x68\x88\xc8\xca\x74\x5c\x6c\x03\x58\xd0\x70\xdc\x0d\xe3\x70\x98\xc6\x87\x28\x1c\xd3\x11\xec\x6c\xf6\xcf\xe1\x7d\x99\x98\xf7\x0e\x74\x7c\x52\x05\x2c\x08\x64\x77\x40\x90\x2d\x80\x9a\xca\x33\x5f\x3a\xd5\x68\xaa\x2a\x39\xc1\x91\x3e\xc4\x66\x91\x5d\x2f\x9b\x33\xca\x96\x42\x11\xe9\x91\x0f\x25\x20\x7c\xca\xc0\x35\x3d\x6a\x1b\x1e\x40\xca\xa8\x78\x20\xc7\x5e\x52\x31\x0f\x94\x5c\x25\xa1\x2b\xd7\x48\x99\xd2\x13\x1c\x81\xec\xb6\x4e\x2b\x8e\x53\xde\xf2\xe1\x50\xde\xe7\x0b\x48\xb6\x95\x34\xe3\xc4\xc1\x70\x08\xe5\x7c\xda\xab\x4d\x0b\x0b\xd4\xcc\x95\x40\xcc\x5c\xbe\xac\xdf\x5f\xad\xef\xf9\x52\xa7\x7f\x4f\xd9\x25\xe4\x98\x72\x5d\x9d\x3c\xd1\x7c\x2e\x5d\x49\xce\xb1\x7c\x39\xac\xb4\xc0\x94\x14\xf5\x53\x0f\xc4\x54\x65\x8b\xaa\x07\x32\xff\x65\x26\x89\xce\x76\xe9\x44\x3c\x20\x24\xa5\x92\x2a\x3d\x98\x8a\x61\x6e\x6c\xdf\x2b\x0c\x33\xcd\xdc\x06\x41\x75\x5a\x56\x3a\xd3\xac\x32\x49\x20\xe9\x29\x60\x6b\xc9\x32\x40\xe6\x27\x68\xbf\x0d\xb6\xc8\x98\x1b\xf1\x86\x70\x94\xe6\xb4\x24\x1c\x6b\x0a\x15\xaf\x47\x4d\xd9\xda\x04\x75\x4b\x3b\xe0\x97\xaa\x22\x33\x24\x13\xe5\xa9\x5a\xcc\x26\x75\xa7\x38\xea\x01\xf4\x90\xe4\x14\x04\xe4\xae\xb9\x52\x66\xd5\x0b\xa6\xdd\x1c\x4f\x14\x5e\xd8\x06\xb8\xd3\xa7\xfd\xa1\x91\x4b\x9b\x93\x5d\x20\x13\x3a\xff\xf6\x08\x43\x51\x9e\xed\x7a\xc0\x41\x94\x68\x9b\xe8\xc6\x05\xd9\x3f\x0e\x42\x3c\x86\x00\x5f\x68\x28\x83\x6c\xd2\x76\x6f\x9f\xbc\x1c\x0b\xda\x75\x59\x93\x76\x6e\x8b\x46\x10\xa9\x02\xe5\x16\x7a\x20\x2f\x0e\x57\xf7\x40\x8b\xf4\xc7\x16\xc8\xb3\x97\x0f\x95\x41\x04\x7e\xdb\x74\x09\xac\x70\x70\x35\xf1\xb7\xa3\x5e\x3f\x66\xdb\x0d\x63\x02\x02\x7f\x33\x91\x72\x90\x34\x07\xb4\x1e\xf4\x31\x99\xd8\x01\xc8\x9e\x09\x68\x27\x0c\xaa\x42\x33\x0d\x73\xb2\x35\xe2\xa0\x41\x7d\x5a\xc3\x1d\x69\x77\xed\xa1\x23\xe4\x24\xde\x58\x32\xe6\x69\xcb\x6a\x1a\x95\x45\x2b\xab\x25\xf3\xdb\xc1\xa1\xa2\xc8\xb0\x12\xd1\xd0\xc1\x5f\x27\x35\x15\x43\x57\x0f\xb6\xbe\xe3\x90\x47\xb8\x94\xd2\x90\x95\xb3\xa7\xb0\xe9\x42\xf7\x05\xa4\x78\x22\x68\xd2\x89\x1f\xcf\x2d\x1d\x8a\x58\xce\x74\x21\x64\x98\x46\xc7\x77\x75\x06\x41\x7c\x57\xcc\x4e\xce\xfc\x58\x0b\xfc\xb5\xfb\x40\x46\x43\x55\xb8\x57\x2f\x23\x5f\xfa\x92\x06\x22\x81\xe3\xbd\xb6\x23\x1f\xfa\x74\x1e\x29\x7c\x8a\x74\xc0\x0e\xfd\x81\xf3\xaf\xfb\x6a\x78\x50\x17\x47\xbb\xf6\x94\x5d\x9e\x8f\x0a\x28\x91\xec\x0c\xc4\x0e\x39\x01\x87\xc2\x72\x40\x4f\x16\xac\xe3\x4c\x99\x8d\x91\x99\x3b\x1f\xab\x68\x54\xba\xed\x5a\x3e\xe8\x98\xfb\x65\x06\x26\x0b\x02\x76\xd3\x31\x6e\x29\x14\xb1\x70\x6c\x39\xc0\xab\x5f\x69\x54\x3b\xe2\x53\x66\xbf\x68\x5a\xb1\x68\x15\xc8\xc6\x24\x48\xce\x31\x5d\x1b\x6c\x73\x98\x3c\xae\x94\x79\x47\x72\x1a\x2b\xa6\xeb\xe8\x47\x20\x32\x78\x75\x40\x75\x59\x53\xb8\x56\xa0\x95\x94\xe9\xf4\x43\xbd\x1b\x5e\x65\x04\x10\xa7\xd4\x6f\x85\x43\x4d\x71\x5a\xe5\xea\x29\x44\x08\xbb\x00\x59\xe6\x94\x9a\xc7\xb3\xea\x83\xa7\x01\xe8\xd3\xb6\xd0\xb0\x37\x45\x6a\xb5\x18\x72\x14\xa9\x55\x8f\x2b\x7d\x9a\xe3\xb3\x27\x1d\x6f\x3f\xb2\x40\x23\xa7\x25\xd8\x3b\x68\x1c\xeb\xc7\xb0\xfa\x89\x59\x57\xf1\xb9\xa5\xa4\x59\xb4\xcf\x4c\xa6\x79\xd6\xe7\x43\xd1\xcb\x95\x2e\x41\x36\xa0\xf5\xb7\xcc\xfb\xed\x90\x01\x0a\x65\xe4\x3c\x33\x2e\x85\x0b\xc6\xbe\xe7\x6c\xfa\xf5\x03\x89\xb4\x50\x63\x94\x4f\xbf\x1e\xd0\x8b\x12\xea\x1f\x91\xc9\x86\x25\xb4\xb2\xa7\x50\x4c\x13\xb5\x65\x58\x85\xa0\xea\x8d\xa9\x83\x25\x71\x5e\xfc\x56\x60\xd3\xe4\x80\xe3\xd8\x70\x6e\xfc\x56\x90\x1e\xee\x90\x53\x40\x87\x94\xa7\xa1\xae\x3e\x4f\x20\x6d\xae\xf3\x87\x57\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x45\xe8\x63\x8f\xd4\xaa\x60\x32\x52\x4a\x9d\xbe\x07\xdd\x0b\x9b\xcf\x57\x9d\x07\x8b\xe7\xb4\x85\xd1\x49\x75\xd1\xb9\x6e\x98\xab\x1d\x4b\xd6\x0a\xa2\xe7\xed\xe3\x30\xea\xac\xa2\xc9\x7a\xe5\x94\xbd\x6d\x19\x8d\xc6\x7a\x3b\x93\x13\x42\x93\xae\x48\x97\x58\xaa\x6e\x27\x3d\x47\xd6\xf1\xc5\xe7\x33\x63\xb6\xc1\x3c\x8a\xe4\xed\xd8\xd3\x3d\x85\x8a\x3b\x82\x6d\xdc\x3e\xc5\x38\xd6\x1d\x6a\x16\x75\xe3\xb6\xca\xc9\x11\xe3\x6c\x8b\x1f\xbd\xd2\xd9\x16\x2b\x52\xb2\x02\xcd\x7a\xdd\x02\x69\x3d\x38\x7e\x14\x5a\x56\x1a\x44\xe8\x0b\x52\x7b\x94\xd5\x29\x99\x7d\x43\xbc\x9c\xb6\x99\x46\xb1\x53\xa4\x19\xb1\x6d\x0b\xb2\x99\xe2\x4a\xdd\x21\x67\xdd\x09\xe4\xfb\x7b\x1f\xd0\xb1\x03\x90\x8b\x23\xcf\x22\xe8\x4c\xab\x96\x51\x43\x09\x36\xdb\xd2\x8d\xe3\x4d\xcb\x11\x50\xe9\x3a\x38\x59\x89\x44\x8b\x72\xa9\x50\xb4\x92\x29\xf1\x9d\x8e\x2b\x66\x02\xc7\xa2\x1d\x9c\x2b\x3c\x47\x90\x91\xc9\xd8\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x23\x80\x08\xa6\x85\x32\x4e\x80\x49\xd4\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xce\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9e\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x1c\x29\x61\xab\x8e\x4d\x1b\x31\x17\x39\xeb\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5f\xbb\x82\x9f\x02\x7d\xe9\xe4\x01\x81\x17\x20\x85\xee\x1c\x29\x3b\x14\x11\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x77\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x55\x3f\xe0\x4d\x64\xc9\x1b\xe9\xf2\xad\x8c\x76\x94\x39\x2f\x1e\xc3\x70\xb8\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xf1\x66\xf5\xd3\xa5\x48\x36\x96\x54\x45\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xab\xdc\xf9\x37\x88\xdc\xe4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x9c\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xb9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x42\x2e\x76\x8d\x53\x10\x8c\x30\x4b\xc5\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xc1\x70\x35\x4a\xb4\xf3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x21\x92\x71\x38\x2b\xdc\x8d\x30\xe9\xd3\x39\x07\x4a\x45\x9f\x73\xce\x81\x86\x40\xe1\x70\xb7\x08\x09\x8e\x76\xdb\x0f\x18\xa4\xc3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xd1\x6f\x35\x7a\x86\xd2\x11\x90\xf5\xf0\x74\x36\x82\xbd\x15\x74\x6e\x85\xc2\x1d\x0d\xa2\x50\xde\xba\x1a\x61\x5e\x81\x71\x35\x4a\x90\x02\xe3\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3c\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd9\xf6\x0a\x36\x56\xdc\xd9\x6b\x0a\xa1\xab\x11\x16\x1d\x18\x17\x23\xae\x03\xe3\x3a\xcc\x89\xb8\x38\x44\x45\xc7\xc5\x5d\x23\x65\xca\xa9\xd7\xf2\x5d\xd7\xdd\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x29\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x12\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc9\x78\xcf\x3c\xca\x09\x3a\x62\xc1\x7d\x72\xc3\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x78\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\x4a\xd6\x93\x95\x9c\x3c\x50\x02\xc4\x5b\x73\x40\x87\x36\x05\x7d\x4c\x47\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4e\x68\x8d\x90\xe4\x64\x6f\xf1\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x4c\xd8\x65\x4f\xa1\x62\x35\xcb\x95\x4f\x49\xc0\x98\x76\x95\xda\x08\x39\x4d\x21\x73\xa4\xde\x5c\x90\x79\x18\x44\xa0\x90\xb9\xd2\xd1\x9f\x5e\xd6\x58\x72\x42\x11\xb0\x16\x2b\x90\xe2\xce\x7a\x65\x0d\xc8\x90\x96\xa3\xdf\x71\x67\x11\xcd\x14\x68\x56\x06\xb4\xe5\x34\x68\x23\x47\xfd\xcb\x5a\x09\xf4\xeb\xd0\xb2\xab\x6f\x29\xd4\xa5\x3c\x98\xb3\x62\xc9\x08\x5f\x3b\x9d\x85\xe2\xd8\x63\x3e\xe2\xfe\x74\xe6\x4f\x39\xcc\x6a\xc4\x16\xe5\xa1\x20\xce\x6b\x41\x0a\x91\x85\xc1\x29\x6b\xd9\xb1\x45\xe6\x75\xba\xfb\x11\x29\xe1\xe5\xab\x49\xe5\x53\xaa\x84\x4e\x3d\x7d\x8a\x60\x8e\xbf\x81\x75\x13\xc1\x96\xc3\x5f\xa9\x30\x6a\xdc\x48\x2f\x08\x88\x61\xfa\x0e\x27\xa7\xce\x8b\x14\x09\x59\x22\xbb\x60\x63\x09\x53\xb4\x5b\xcd\x29\xfc\xe2\x50\x2e\x01\x7d\xd0\xc0\xd7\x5f\x93\x91\x31\x27\x1c\xd2\x29\xb4\x14\x0a\xa1\xbe\x9d\x6c\x20\x9e\x68\xe7\x3c\x18\x91\x38\xde\x36\xf2\xb5\x40\xe2\xcf\x47\xaa\xf6\x4f\xfe\xd6\x05\x79\x72\x91\x75\x7d\x53\xf0\xc2\x62\xa1\x70\xb7\xd2\xd1\xe5\x1d\xed\xd6\xd8\x9a\x4e\x29\x56\xf7\x7c\xa7\xe0\x2e\x0c\x58\x6f\xe4\x4c\xfc\x6a\x0a\x59\x3b\x12\x3e\xf5\x46\x41\xce\x40\x74\x8d\x21\x2b\xef\x78\xb6\x38\xfc\xdf\xc3\x6a\x00\xd8\x70\x75\xa9\x05\x54\xc2\x4c\x8e\x12\x45\xb0\xf5\x58\x41\xde\x9c\xa6\x35\xed\xbc\x9d\x3d\x03\x64\xad\x10\x47\x52\x7a\x3b\x63\x38\xf6\x1d\x87\xb4\xb5\x96\xaa\xe5\x93\xde\x76\x41\xe4\xbb\x00\x72\x16\x8a\x94\x59\x3b\x6e\x29\xb4\x42\x53\x53\xaa\x53\x10\x1a\x79\x8b\xa2\xc7\x07\x9d\x5b\x10\xf3\xea\x7c\xf2\x23\xdf\x3d\x74\xea\x30\x3b\x32\xfe\x7d\x66\xc7\xc4\xcd\x7e\x52\x40\xdd\x1e\x77\xa0\x03\xea\x3a\xd2\xb2\xe2\xe9\x8e\xa8\x89\x6f\x47\x8b\xc0\xab\x15\x4d\xf7\x91\x3b\x48\x87\xf1\x59\xc8\xe9\x18\xfd\x96\x52\x8d\xf1\xd3\xaa\x84\x38\xb6\xf7\xdb\x0f\x3e\x6e\x81\x24\x08\x99\xce\x87\x1e\x82\x4a\xd4\x84\x73\xb7\x1c\x3b\x36\xbb\xb1\xd9\x7f\xeb\x61\x0c\x47\xd3\x31\x60\xdf\xe1\x3e\x9c\xed\x69\x41\xca\x7e\x57\x52\x76\x2b\xed\x6a\x03\x22\xe9\x3d\x90\xae\x6a\x6d\xe9\x50\xee\x36\xa3\x3d\x1c\x2d\xe7\xcb\x60\x0b\x52\xca\xe9\xa0\xa6\xeb\x0b\x44\xfa\x0c\xbf\x0d\x35\x1a\x78\x0e\xa7\xf7\xdb\xe8\x62\x58\xda\x3d\x52\x6a\x91\xff\xa4\x59\x5f\x11\x1f\x69\x48\xeb\x56\x99\x0d\x67\xd2\xc6\x63\x35\x36\x27\x70\x3d\x19\xbf\xf3\xab\x6f\x94\xc1\x42\xbd\x1f\xc7\x06\x0b\xad\x8c\xc4\x89\x59\x33\x3b\x84\xa7\xb5\x34\x64\x0d\xbf\x82\x82\x8f\xd9\x0f\x64\x4e\x73\xe4\x53\xe5\x9e\xb9\xd2\x8b\xe8\xaa\xa6\x1d\xef\xe5\x93\x61\xa3\xad\x1c\xd4\x75\x84\x39\x22\xdc\xd8\xcc\xed\x82\x1f\xd9\x8b\xf3\xe5\x10\x53\x67\xa6\xe5\xe0\xc7\x8a\x3b\x94\x95\x2f\x7e\xf8\xa1\xa4\x7c\x8a\x03\xf9\x11\xd7\x1e\x9b\x8f\xd2\x9a\x2e\xb4\x07\xd0\x2e\xc7\x6e\x39\x90\xf9\xd9\x7d\xf5\xd3\xbc\x76\xec\x38\xd4\xbc\x3f\xc7\x8e\x72\x6e\x1b\xc3\x50\x9c\x5b\xb9\xa0\xd0\xdd\x61\x9b\x18\x43\x87\x02\xdd\x8a\xaf\x4c\x2e\x48\xa7\xe5\xa7\x59\xa7\x64\xcc\x87\x0f\x4f\x56\x3e\x74\x8c\xe9\xe7\x4b\xcf\x73\x30\x60\x9e\x29\x94\x28\x98\x59\xdf\x7d\x57\xc6\x77\xc6\x16\x68\xf6\x66\xc6\x3c\x14\xaf\x16\x3b\xff\x70\x7c\x5a\x2b\xc1\x01\x8b\x9e\xcd\x9a\x23\x11\x69\x8d\x4f\x61\x53\x27\x48\xe8\xe0\xcd\xfa\xed\xb7\x45\xc7\x2b\x2d\x49\x85\x2c\x69\x88\x73\x37\xa0\x2d\x7e\xd0\xff\xee\xe3\x33\x83\xb1\xf6\x90\xc9\x55\xfc\x6e\x4b\x97\x38\x17\x5a\x40\x89\x05\x9f\x66\x44\x4f\x41\xc0\xe2\x58\x96\xc1\x22\x56\xc6\x85\x15\x38\x5d\x78\xc7\x33\x48\xa7\x23\xe9\x6c\x2a\x87\xb2\x61\xff\x1c\x84\xb2\x61\x3b\x1d\x07\x02\xd7\x95\xba\x55\x08\xec\x40\x3e\xdb\x2d\xc7\x8d\xc3\x0a\xc2\xe7\x4b\x5f\x88\xdc\x52\xc8\xe4\x5d\x80\xf7\x3a\x9f\x2c\x53\x8d\x43\xc1\x01\x44\xc8\x8d\x43\x7e\x57\xa2\x0f\xc7\x01\x95\x58\x84\x19\x87\xa9\xe4\x4c\xa1\x97\x9a\x32\xa9\xbf\xd8\x85\x9c\x69\x62\xf5\xd8\x00\x25\x48\x9e\x81\x7c\xea\xa6\x1d\x02\xe2\xd8\x7f\x8a\x6b\xeb\x1c\xe6\xe3\xb0\xfd\x18\x43\xeb\x70\x16\xcc\x16\xfa\x3a\x10\xfd\x3b\x2d\xc9\xdb\x5a\x32\x25\xba\xdb\xc7\x79\x31\x0e\xcb\x78\x41\x88\xb4\x54\x67\x0a\x9b\x37\x07\x13\xe4\x13\x12\xb6\xac\xa7\xf0\x7b\xdd\xd3\x25\xec\x2a\x0d\x69\xe5\x33\x5f\x3a\x22\x37\xe2\x0b\x87\x93\x25\x55\x62\x5d\xc7\x41\x6a\xac\x33\xf8\xad\xf9\xc3\x5c\x37\x8e\x30\x33\x06\x6a\x2f\x18\xdc\xdf\x99\x3a\x2a\x27\xca\x81\xe4\x06\x45\x1f\xd6\x6a\xb3\xb8\x5c\x54\xed\x8c\x0c\x5d\x20\x53\x2f\x39\x6e\xe0\x57\x76\x56\xb0\x0f\x13\x38\x48\x40\xca\x82\xca\xef\x15\x16\x7e\x70\x0f\xd0\x82\xd3\x28\x4e\xb3\x47\x33\xca\x26\x56\xfc\x56\xc9\x82\xb4\x0a\x16\x3e\x06\x29\x83\xb2\x37\x0a\x44\x9c\x0f\x59\xfa\x7c\xa9\x4d\x05\xbd\x97\xee\x55\xd8\x80\x44\xc3\x5b\xca\x7c\xc4\x7d\xda\x61\xa2\x1b\xa0\x95\x9a\xc2\xa7\xc3\x0d\xfd\xd8\xe0\x3d\x8a\xe3\x6b\x8f\x74\xca\x53\x58\x3b\x90\x06\x16\x64\x17\x91\xb4\xc6\x11\xac\x10\xb7\xd2\x90\x1c\x0a\x44\x52\xf2\xa1\x19\xd2\x95\x56\x75\xa6\xb0\x42\x8e\x7f\x0b\x8d\x38\xfe\xad\x65\x97\x17\xd2\xfa\xb3\xad\x14\xf0\x56\x76\x48\x91\x78\xb7\x6c\x7a\x62\xda\xd0\x4d\x46\xb1\xd8\x93\x05\x33\x4f\xc2\x84\x31\x8a\x8f\xb5\x1e\xc8\x3c\xbc\x05\x7c\x8b\xe0\x8d\x9f\x83\xd8\x08\x13\x18\x4e\x02\x34\x50\xe1\x47\xf5\xe3\x76\x4c\x89\x42\xda\x8e\x13\x8e\xe0\x88\xb6\x81\x42\x3f\x14\xd1\xb6\xb0\x4d\x5d\x5b\x4d\x7a\xda\x15\x33\x81\xd1\x54\xcb\x3e\x10\x82\x23\xda\xc2\x1f\x14\xd1\xb6\x9a\x3d\x01\x95\x09\x94\x9d\x5b\xd9\xc8\x25\x20\xeb\xd0\x00\x7d\x4e\xd8\x03\x38\xaa\x67\x7e\xd0\xae\x93\x47\xc3\x59\x1c\x7b\x56\x91\x51\xfc\x7a\xff\x8e\x07\x65\x54\x1b\x99\x46\x0a\x2d\x98\x0e\x70\x97\x60\x3a\x3e\x13\xe6\xdd\x39\x40\x48\xae\xc4\xd0\xa9\xdf\xe7\xdf\x11\x86\x47\x25\x47\xdf\x95\x52\x6b\x59\x2d\xe0\x5a\xa4\xce\x69\xe4\x68\xb3\xcc\x9e\xa3\xcd\x1a\x86\x9d\xa1\x88\xb2\xa3\xdb\xc0\x39\x4e\x5b\x92\x6c\xcb\x1a\x7e\x6b\xbf\x72\xac\x9e\x24\xfe\x83\xde\x4f\x0e\x8a\x96\x76\xac\xe5\x8c\xf4\x29\x6e\x31\x52\x17\xf4\x06\xa0\x53\x32\x78\xc9\xfc\xd8\xfe\xe5\x0b\x51\x0b\x34\x73\x43\xb4\xf5\x2b\xfb\x1d\x46\x43\xf8\x17\x7a\xf2\x50\x4c\x57\x25\xa2\x6a\x9c\x16\x57\x07\x08\xe9\xe9\xc1\x0b\xe2\x3b\xb9\xe5\x98\xaa\x4e\x63\x87\xad\xcd\x79\x09\x3f\x6b\x4d\x82\xb1\x30\xea\xd3\xce\x68\xec\x01\x43\xa1\x51\x95\x70\x92\xa1\xc8\xa8\x8a\xfe\x36\x4e\xa7\xe1\xcb\x39\xa2\x40\xa9\x8a\x51\x73\x9c\x0e\x68\xc1\xcb\x32\x1c\x36\x85\x23\x69\x5c\xbe\xdb\x40\x20\xf3\xb8\x30\xf7\x41\x44\x0a\xa3\xaa\x98\xe6\x86\xa2\xa8\x8e\xc6\x04\x29\x6c\xaa\xd7\x3d\x35\x9b\x6a\x1e\x40\xf6\xc0\xd8\x42\xe2\x37\xed\xf6\xd1\x52\x78\x0b\x81\x40\x8e\x75\x09\x72\xde\x71\x23\xad\xda\xc8\x80\x48\x7a\xe1\x71\x81\x16\xfd\xbc\xfd\xc0\x1c\x30\x2e\xec\xd7\xf0\xac\x0b\x0b\x0e\xb2\xae\x63\xa7\x76\xbc\x2c\x43\xc1\x53\x15\x13\xd7\xb8\xfc\x9a\x0b\xb2\xb6\x33\xbb\x11\x66\x35\x2e\x1e\x99\xef\x40\xe2\xe2\x99\x1f\xbf\xdf\x92\xc9\x1b\x3e\x2c\x7f\xf8\x7e\xc3\x39\xae\x1b\x5c\xe9\xff\x06\x57\x50\x77\x1a\x24\x76\x8a\x02\xab\x6a\xce\xf6\x4b\x8a\x49\x44\x0f\xbd\xd1\x77\xb4\x96\x32\xe9\xc2\x25\x8d\x6a\xab\x66\xa1\x6f\x0c\x51\x69\xd4\x98\x03\x4d\xdf\x59\xa3\x7b\xcc\xd5\x68\x34\x3c\xe0\x77\xa6\xd0\xcc\x1f\x4e\xd7\x10\x07\xe1\x16\x0d\x9f\x06\x5b\x57\xe1\x51\xb5\xee\x29\x3c\x05\x9d\x40\x90\x77\x0a\x45\x40\xd0\x48\x83\x11\xf7\x80\x66\x42\xb0\x12\x27\xd7\x6b\x39\x8f\x9a\xef\x73\x11\x9d\x3a\x1a\x54\x02\x1d\x34\x42\x4e\x58\xc0\x86\x1e\x5a\x03\x0a\x43\xb4\x52\x25\xf7\xac\x39\x55\x14\x03\xb5\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x15\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x15\x23\x93\xa4\xc5\xc7\xed\xe2\xe7\x05\x2b\xc1\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x28\x8d\x68\xcd\x0d\x79\x0c\x21\xb5\xc1\xd5\x39\x1e\x14\x5b\x54\xeb\x91\x42\x9f\x74\x2c\xa3\x62\x8b\x6a\x45\x42\x54\x34\x51\xad\xe8\x5d\x8e\x26\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x19\x8a\x72\xe7\x97\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x33\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x33\x21\xfa\x9c\x13\xa1\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\xa7\x01\x14\xfc\xae\x29\xa7\x69\xc7\x9a\x0f\x3f\xe9\x8a\x6a\xab\x1c\xc4\xdd\x51\x91\x99\xeb\x8e\x05\x80\xb3\xa3\xf3\xde\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x91\x90\x43\x29\x9c\x5a\x0f\xea\x4e\x8b\x70\x64\x4a\xe4\x63\xc7\x71\x3f\x88\xfe\x89\x02\xe9\xfc\x4e\xf5\xd3\x8e\xed\x15\x30\x29\x85\xff\xd4\x5a\xd2\xa5\x6d\xd0\x57\x1a\xf2\xf5\xe6\x3d\x0d\xd9\x37\x34\x82\xae\x49\xf7\x83\x83\x9f\xd7\x83\x51\x0c\x2c\xa5\x54\x1e\x6c\x70\x4e\x37\xbf\x32\x79\xc1\x72\x87\xdd\xf0\x38\x09\xc7\xc8\xf2\xa7\xee\x70\xc3\x29\x9d\x06\xf3\xed\x43\x2f\x71\xa7\xd0\xcb\x7f\xa5\xd0\x24\x98\x86\xc0\xd0\x0b\x3e\xa4\xc6\x55\x04\xfb\xa1\x07\x12\x08\x2a\x1f\x03\xae\xff\x01\xfd\x2c\xde\x05\x64\xe5\x86\x29\x74\xa0\x4f\xfb\x0c\xdc\x1b\x11\xee\x49\xf4\x4e\xfd\xf1\x9d\xf9\x55\xd7\x0f\xdb\xa6\x59\x86\x7d\x02\x8a\xa7\x94\x14\x8a\x02\x4b\xca\xc4\x52\x10\xc3\x86\xa3\x64\x3f\xf3\x75\x33\x6a\x10\x52\x06\x8d\x13\x8e\xe8\xf8\x9d\xbd\xa4\x13\x6d\xfd\x33\xc7\xc2\x70\x1c\x61\x4d\xa1\x1c\x6c\x48\x0e\xb7\xcf\x7f\x8e\xd4\xdb\x86\x1c\x9c\x91\xe3\x66\x77\x5f\xa9\x2b\x0a\x44\x02\xe1\x09\x47\x0e\xd4\xdb\xf7\xd4\xb2\x28\xce\x04\x85\xcb\x75\x38\x13\xd4\x8e\x1b\x73\x38\x28\xa7\xfd\x86\x82\x76\x0f\xe8\x39\xd2\x26\x26\x4c\x27\x78\xfa\x48\x36\xca\xda\xd4\xae\x33\x85\x12\xf6\x22\x90\x90\xa8\x29\x33\xed\x87\x18\xaf\xce\x24\x10\x79\x13\xeb\x83\x42\x6f\xea\x07\x7b\x3d\x1e\x53\x52\x55\x8a\x77\x04\xce\x1b\xc1\xeb\x0a\xd8\x3c\x96\x0e\xc8\xb8\x53\x3a\xdc\x29\x03\xbf\x19\x38\xe8\xfb\x98\xe5\x8c\xf3\x43\x8b\x9f\xa3\xdc\x0f\x2d\xb6\x88\x0f\x7e\x68\xf1\xea\x9f\x52\x4f\x0b\x0d\x99\x17\xc0\xe4\xfc\x08\xe3\x88\xe9\xc2\xf1\x37\x95\x53\xe1\xb6\xa6\x84\x5b\x76\xe4\xd1\x45\xce\x22\x87\xdc\x54\x8e\x0c\xe7\x76\xaa\x67\xaa\x4a\xdc\xe3\xfc\x98\x49\x5e\xdd\x01\xc5\x70\xe0\xfb\x93\xbd\xcd\x51\xa9\xa8\x9a\x86\xaf\xc3\x2f\xaa\x2e\x0c\x76\x40\xf3\xce\x2b\x0d\xb1\x6a\x03\xd0\x6f\xe0\x05\x3d\x16\x8d\x42\x5f\x61\xc4\x55\x3c\x14\x72\x53\x2b\x86\x82\x39\x8c\x2e\xcd\x2a\x8a\xa6\x9e\xf9\x50\x21\x12\x9c\xeb\x13\x17\x5d\xf0\x93\xf1\x39\xe6\x53\x67\x74\x22\x74\x60\x10\x54\x83\x8b\x79\x38\xdf\xea\x47\x68\xe1\x55\xc7\x11\xc8\x49\xb8\x33\xd3\xbc\x49\x0b\xae\x0e\xab\x89\xaa\xeb\x9c\x4e\x03\x12\x73\x20\xcd\x47\x40\x98\xd0\x54\x26\xcc\xe1\xa3\xd1\x75\x27\x5e\x5d\xa4\xbc\x69\x9a\xe2\x90\x50\x74\xcc\xb1\x65\x6e\x91\x08\x38\xb5\x1c\x1c\xb3\x07\x05\x9d\x3d\xdc\xd1\x18\xd3\x12\xc0\x95\x32\x47\xd1\x31\x30\x3f\x98\x7b\xa6\x4c\xdb\x15\x96\xfa\x30\xff\x80\x51\x2b\x88\xa5\x70\x79\x7e\x3c\x2c\xef\xc1\x3d\xfc\xe2\xc5\x88\x46\xea\xa8\x95\xca\xae\x72\x76\xa5\x7a\xa5\x8c\x8d\xdd\x00\xc5\x25\xaf\x40\xa6\x9f\x96\x2f\x25\xac\x30\xe2\x07\x09\x54\xbd\xec\x0f\xdb\xf4\x70\x24\x0f\xa5\x50\xda\x8f\xfe\xe3\x9b\x97\x7e\xe7\xb7\xd6\x4f\x3b\xe6\x42\x08\x7b\x7e\x17\xb2\x32\x8f\x0f\xeb\x0e\x10\x93\xb3\x29\x55\x16\x87\xf7\x1d\xa3\x71\xfe\xf5\x93\x8e\xe7\x70\x58\xca\x8e\x83\x7c\x38\x2e\xa5\x0c\xf6\xe2\xc3\x71\xca\xb8\xb2\xc7\xc3\x6f\xc5\x46\x30\xd4\xc3\x19\x95\xd0\xce\xa1\x87\x33\x72\x29\x78\x3c\x88\xae\x62\xba\x2c\x42\x86\xb6\x1e\x0e\xae\xc2\x63\x38\x1e\x08\x32\x3d\x38\x28\xb5\xeb\x9e\x3e\x2d\x5f\xf6\x80\x3e\x81\x82\xaf\x48\x6d\xb0\xfb\xfc\x80\x22\xa1\x29\x7e\x08\x79\xf5\x62\x8c\x1c\x52\x52\x99\x05\xf2\x29\x41\x24\xcf\xe8\xf3\x40\x7a\xd5\xaf\xe7\xbb\x87\x7b\x2c\x80\x66\x15\x20\xf0\x34\xab\x68\xf9\x52\x64\xc9\x40\x48\x99\x84\xd4\xf2\xc4\x15\x45\x33\x83\xfe\x2f\x40\x1b\x4b\x03\x99\xe3\xa0\x2e\x28\x52\xa3\xd6\x0f\xc4\x97\x34\xeb\x74\xf0\x10\x89\xc2\x36\x7a\x68\x56\x51\x1b\xc7\x38\x52\xe6\x43\x03\x09\xe6\xc9\x06\x47\x18\x77\x10\x47\x65\x9a\xfd\xee\xdf\x76\xa5\xcc\x9b\x3f\x33\xc2\xe6\x47\x53\x24\xb9\x51\xf9\x74\x63\x0e\x94\xf9\x72\xa8\x5c\x44\x77\xd2\x1b\x11\xbc\x33\x9c\xb2\xfb\xe2\x16\xf0\x20\x87\x11\xf9\x19\xc6\x13\x6f\x3a\x4a\x8a\x1f\xe0\x6b\xd1\x10\x9c\xc4\xe8\xea\x30\x88\x27\x67\x4c\x96\xd4\x1c\x02\x94\x49\x6a\x44\xc4\xca\xf0\x43\x7b\x17\x52\xd6\x0b\x0d\x11\x55\xce\x89\x8a\x6a\x4f\x55\xcf\xcb\x05\x34\x9d\x62\x1c\x08\xd2\xa0\x13\xef\x57\xb0\x7d\x39\xdc\x92\x70\x92\xe1\x17\xed\xf6\xf8\x5e\x9c\x27\x68\x70\xe1\x7f\x90\x19\x08\x4f\xf0\x70\xc0\x46\xab\xcc\xd2\x6b\xd0\x0f\x48\xd8\xb8\x8f\x2b\x7a\x38\x64\xa3\x06\xfb\x9b\x91\x82\x85\x2f\xb4\xb3\x47\x5f\xde\xc0\xc1\xc1\xd2\x25\xca\xc5\x0b\xf2\x40\x2a\x7c\x41\x1e\x99\x31\x3b\x92\xb8\xd9\x3d\x5e\x96\x20\x51\x2d\xf5\xd4\x5c\x0f\x67\x7a\xb1\x63\xd3\xae\xfc\x48\x15\xfd\x4b\x81\x17\xb5\x66\xd8\xd2\x00\x3f\x3a\x1f\x01\x12\x71\xf7\xbd\xbd\x63\x11\x2f\x1d\x02\x51\xd1\xbe\xde\x16\x03\x51\x6f\xf4\xe2\x5a\xcf\x9e\xf4\x73\x25\xe1\x52\x8e\x80\x68\x25\x65\x16\xfb\x98\x3b\x07\x3d\x9c\x90\x90\x33\xfc\x5c\x5c\x2d\x1b\xce\xd3\x53\x39\x59\xdf\x18\x50\x19\xf3\xdb\xfc\x77\xfc\x30\x5f\xec\xaa\xda\xdc\x27\xc8\x2a\x44\x2b\xb2\xd0\x7b\x30\x66\x46\x69\x7d\x20\xb2\xb9\xc3\x1e\x08\x24\x1f\x8a\x7a\x28\x27\x1b\xf8\xcd\x4a\x23\xc9\x29\xce\xa1\x9e\xd0\xb4\xe3\x1c\x2e\x42\x40\x93\x3d\xbb\x7e\x3e\x35\xf5\xb1\x28\xef\x2c\x2e\x73\x6b\xff\x4b\xb4\x19\x5e\x3e\x88\xc8\xad\xf8\x82\xe3\x84\x2e\x1c\x41\x10\x63\xab\x22\x08\x56\x55\xda\x55\xa8\xe0\x07\x41\x67\x2c\xef\x69\xc6\x9b\x39\x7d\x5a\x1f\xcc\xb0\xad\x0e\x46\x00\x7f\xb3\xb5\x3f\xa0\xcf\x00\xef\x74\xbf\xf0\x51\x9a\x97\xfb\xde\x1c\xd0\xea\xd9\xbd\x37\xfb\x02\xf1\x84\xdf\x1b\x6f\xdc\x7e\x40\x67\xfe\x4e\x5d\xdd\x10\xb5\x4c\x71\x3b\x6e\x81\xcc\x6b\x0b\xb4\x70\x59\x52\x6a\xfa\xef\x40\x4a\xb2\x65\x25\xe9\xde\x1c\xfc\x4a\xac\xc0\xbd\xa1\x46\x0e\xbe\x14\x1f\x20\xe5\xc5\xad\x34\x3b\x95\x2b\x4c\xf7\xe6\x58\x3e\xcc\x11\xb7\x63\x0e\xce\x2d\x1f\x9a\x32\x82\x10\x4c\xe0\x04\x79\x1b\x75\xa1\xb1\xdb\xc9\x73\x9c\x75\x77\x41\x55\xee\xee\x06\x64\x5d\x62\xa4\xaa\xa9\xb3\xa6\xd4\x96\xc6\x14\x9a\x3a\x4f\x86\xb6\x78\x7b\xe3\xc4\xbf\x79\xb4\xaf\x83\x9f\x72\x02\x5f\xa9\xe9\x6b\x1f\x68\x95\xf7\x66\xa2\xd9\xc1\x7d\x69\x8a\xad\x9d\xf9\xd0\xc2\x41\xe6\xcb\x17\x85\x32\x10\x99\x81\x88\xd9\xbe\x37\x8e\x74\x66\x4f\xd1\x01\x85\x20\xb3\x5b\x39\x71\xea\xc6\x98\xed\xd4\x6f\xe8\x11\xf7\xee\xf7\xd8\xbd\x91\xee\x9d\x05\xcb\x87\xe6\x09\xa0\xbe\x67\xc1\xd2\x90\x0f\xe3\x7c\x8a\xf8\x0f\xf2\x72\xf2\x1f\x0d\xdc\x77\x39\x6c\x09\x94\xbf\xf7\xc5\x3f\x0a\xa9\x00\xee\x9d\x03\xc0\x7a\xe3\xad\xdc\x36\x05\x82\xbf\xf5\xa2\x44\x21\xa9\xc1\xbd\x3b\x9d\x49\x46\xa2\x78\x4f\x2e\x3d\xdc\x04\x0e\x7c\xca\x40\x8e\x91\xe8\xd5\xa8\x96\x81\xc8\xf1\xe6\x5c\x7d\x0b\x82\x23\xd0\x0e\xcb\x9e\xa9\xb4\xbc\x86\x93\xf5\xde\x6d\x69\xda\xc0\x55\xb7\xb5\x9d\x69\x6c\x41\xcc\x0f\x63\x16\x7f\x3f\xb7\x40\xee\x93\x0f\x9d\x36\xae\xd3\xc7\xa4\x0f\x10\x92\xb4\xef\x8c\xd7\x0b\xf2\x19\x57\x52\xa8\x68\xb4\x91\x42\x86\x69\xdc\x8f\x0e\xb1\x37\x40\x3f\xda\x6f\xd6\x77\x1f\x76\x9d\xb2\x1b\x9d\xd8\x06\xcb\xf9\x7d\x38\xfe\xa8\x1f\xa9\xea\xad\x7a\xfe\x98\x8b\xdf\x07\x82\x1f\x33\xa4\x47\x3f\xca\x55\x69\xc8\x29\x49\x50\xfc\x6e\xf9\xe6\x0f\x9e\x97\x5e\xa0\x6e\xa9\xed\xf9\xb2\x1b\x5d\x10\x74\xe2\x22\xb3\xcc\xfb\xc0\x7e\x70\x32\x52\x25\xc8\x42\x96\xba\xe5\xd5\xaf\x67\xda\xb9\xe9\xa4\x02\xfa\x31\x78\x3e\xc4\xe2\x53\x40\xc8\x99\x6b\x6a\x10\x72\x56\x40\xb6\xa3\x1c\xec\xbc\x49\x7e\xde\x64\xae\x41\x0b\xbb\x0f\xc7\x4d\x1e\x74\xa2\xc0\x8f\x93\x2d\x6f\x17\xfa\x99\xc9\x64\x3d\x53\xf3\x16\xc4\x12\x4d\x77\x08\x72\xf6\xaa\x12\x64\x7f\xcb\x65\x7e\x6c\xb0\x61\x7b\xc5\x2f\xc6\x51\x90\xd3\xd9\x19\xb8\xc5\x51\xfc\xee\x82\xa9\x88\x2d\x56\xbc\xd6\x96\x68\x6f\xb9\xc5\x8f\x01\x5f\x2b\xf0\xf3\x2b\xa0\xf9\x41\x20\xbd\xb5\xbe\x07\xf2\x1a\x30\xb1\x76\x8b\xc7\x5c\x76\x3b\x53\x4d\x2c\x50\xb7\x32\xd5\xd4\x93\xf9\x29\x44\x98\x05\x05\x49\x84\x27\xcb\xe7\xbc\x35\xb1\x73\xdd\xca\x5b\x73\x64\xe1\x4b\x48\xa6\x03\x36\x7d\xc9\xc0\x86\x27\x1a\xfc\x7c\x68\x1c\x4c\x09\x06\xa8\x4f\x3b\x0f\x15\x06\x59\xf3\xef\x2b\xa0\x56\x7a\x4f\x1f\x22\xa7\x02\x3a\xce\x22\xd9\x83\x2c\xd2\x45\x56\xc5\xfe\x82\x9a\x99\x96\xe8\x78\x96\x14\x7a\xde\x69\x16\xd2\xab\x69\xc8\xb6\x0c\x26\x48\xa1\x1e\x21\x20\x39\xf1\x0f\xae\x40\xde\x72\xe2\x57\x8c\xd4\xb7\x72\xd8\x1c\x17\xcc\xc2\x1e\x7d\x22\x1e\x6f\x3b\xf4\xc3\x4a\xcb\xd4\x7b\xc9\xa1\x09\x93\x61\x49\x99\xc8\x90\x63\xbb\xca\xb6\x74\xb2\x29\x2a\xd6\xa4\x2b\xa0\x57\xc0\x2a\xf5\x5d\x7d\x47\x0b\x9a\xa8\xdd\xed\x0c\x20\x5d\x7a\x62\x75\x2a\x6a\x80\xc5\x93\xbb\x42\x3e\xcc\x9c\x5c\xf4\x9f\x73\x5a\x2e\xfa\x7a\xd6\x40\x66\x1b\xe9\x52\x57\xb2\x7a\x03\x9f\xc1\x8b\x27\x40\x72\x88\xef\x29\x1b\x8a\xc7\xbd\x80\x6e\xe5\x11\x07\x55\x79\x14\xce\x9a\x36\xf5\x10\x7b\x09\x64\x7a\x60\xc6\xfd\x44\xdd\xe0\xe6\xc9\x5d\xb3\xe6\x8c\x4b\x06\xc9\xd6\xe8\xc4\x71\xb4\x39\x13\x2a\xe6\xa2\x9a\xba\x22\x81\x9a\x86\xc4\xf0\x3a\x08\x71\xb6\x7c\x1a\x1a\x3a\x4d\xc0\xe8\x36\xee\x8c\x4b\x27\x4d\xa8\xb7\x3a\x3d\xf8\x16\xc8\x62\x1f\x02\x50\xf5\xf5\x96\xbf\x25\x3e\xe5\xae\x44\xcf\xd2\x89\xcf\xa8\x4f\x3b\x16\x11\x3f\x85\x32\x63\x34\x66\xdd\x1c\x2e\x33\xeb\x20\xa1\x3d\x34\x81\x94\x9a\xc9\x94\x8f\xea\xcc\x48\x10\x55\xac\x50\xdf\x27\x82\x28\x47\xa1\x93\xd7\xa0\xe0\xdf\x67\xe7\x5d\xbd\x0b\x50\xf7\xd4\x3e\x5f\xca\x70\x7e\xa6\x4c\x54\x79\xa6\x19\x75\xf9\x81\xf4\xd2\x33\xab\x77\x9a\xd2\x90\x05\x1c\x4a\x80\x9e\x7d\x9f\x58\x1f\xd8\x86\xa7\xef\x19\xc0\x50\x94\x83\xa6\xe0\x05\xb9\x95\x83\xa6\x12\x9c\x72\x9f\x96\x5a\x60\xa2\xa7\xd9\xd2\x99\x46\x87\x09\x24\xfd\x6b\xc7\x9c\xe9\xc2\x3b\x26\x1f\x2a\xd4\x1b\x86\x71\x5a\xa4\x29\x99\x0d\x4c\x98\xb6\xd4\xdc\x0a\x57\xa8\x67\xc6\xef\xd0\xb5\x48\xab\xce\x4e\x73\x72\x26\x2b\x76\xa1\xa3\xb7\xdc\xca\x4e\x13\x9b\xf3\xad\x74\x34\xf5\x3c\xf3\x5d\x97\x83\x2e\x35\xc5\x32\xce\x40\x0e\xe6\x4e\x9b\x96\xc9\x7b\x40\xb1\x57\xce\xf9\x13\x4d\xa9\x06\x54\x42\xdd\x9e\x3e\xa0\x00\x30\x27\x34\x2d\xa5\x22\xbb\xe8\x13\x4a\x5d\x53\xf6\x60\x67\xaa\xe3\xb0\x76\x3e\x9a\x81\x3f\xe4\x3e\x27\x08\xd1\xa7\xa3\x5f\x6a\x96\xd2\x97\xac\xa0\x01\x85\x52\xd4\x93\xa3\xfc\xb2\x6a\x04\x02\x0a\xa4\x28\x39\x36\x2e\x5f\x4b\xd9\xf2\x9d\xd2\x57\x8c\x7c\x67\xd7\xdd\x91\x42\x0b\x4d\xd6\xe1\x6f\x25\x99\xa9\x27\xdc\x8e\x24\x33\x78\x2c\xef\x2b\xe7\xe1\x05\x28\x7f\x02\x4c\xec\x42\x22\x4e\x37\xba\x67\x1f\xa6\x71\xd9\x40\x82\xbb\xe6\xbe\xb8\x74\x9a\xaa\x8b\xc5\x5d\x1c\x46\x97\xf5\xa4\x8b\x91\x40\x3e\x50\xd3\x65\xb5\x38\x55\x7d\xb7\x8e\x73\x4b\xb9\x63\x0e\x62\x97\xee\x0b\x03\x08\x32\xa7\x93\xc7\x90\x6b\xe2\x26\x79\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\x35\xeb\xe9\x04\xae\xca\x30\x61\x54\xe8\x5b\x97\xb9\x0f\x02\xcd\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x0e\x8f\x63\xd4\x7a\x23\xbc\x7e\x20\xbf\xfa\x90\x76\x20\x83\x80\x6b\x19\xa2\xfc\x10\x11\x11\xed\xc7\x11\x11\x57\x67\x33\x36\x84\xa8\x11\xf0\x12\x7e\x81\xac\xd1\xf7\x80\xca\xe8\xb3\xa5\x21\x44\x8f\x01\xe8\x93\xfe\x04\x32\x77\x84\x4e\x9b\xc4\xa6\x3d\x55\xc9\x0a\xf3\xe3\x5b\x3d\xb7\x83\x25\xea\x67\x2c\x0a\xa9\xe1\xda\xf0\xed\x47\x0c\x49\xa2\x74\x3b\x1c\xe2\xbc\x52\xe6\xcd\x09\x07\x6c\xe8\xcf\x3d\xa5\x5e\x24\xd8\x83\x9f\x44\x23\x6e\xe7\xf6\xcb\x7a\x11\xb4\x1b\xaa\xd2\x48\x55\xef\x4e\xc6\x25\x4b\x69\x83\x12\x9a\xce\x2f\xec\x62\xb7\x43\x25\xca\xc8\xcc\x42\x26\x9f\x52\xf3\x07\xf4\x28\x22\x27\xf0\x50\xdd\xe4\x73\xc1\x31\x7c\x37\xdf\x1b\xc6\x31\x7c\x3b\xae\x02\xf3\xf5\x4d\xca\x16\xbc\xb4\x37\x71\x15\x78\xa8\xee\xc6\xf3\xf9\x60\xa8\x73\x89\x7b\x7d\x77\x77\xea\x04\x1c\xe0\x77\xf7\xbb\xcf\x1c\x68\x4a\xd3\x92\x5c\xbd\x3c\x75\x56\xeb\x99\x42\xf1\xcc\x96\x42\x8b\x40\x30\xe2\xce\xda\x8f\x80\x2f\xf7\x62\x14\xba\x45\x66\x78\x54\xf7\x59\x84\x23\xf6\x76\xfe\x95\x8b\xfb\xc9\x77\xc7\x76\x06\xe9\x2a\x94\xa2\x90\xa4\xf8\xee\x3e\x62\x5a\xaa\x4e\x5f\x64\xd8\x01\x45\x0c\x2d\x1f\x82\x42\x3a\x95\xa8\x99\x81\xca\x09\x92\xa3\xb2\xe3\xe5\xe0\xc4\xe9\x37\x33\x1f\x50\xe7\x21\x14\xd7\x43\x1a\x4c\x83\x25\x9d\x9a\xd9\x5d\xe7\x4a\x23\x7d\xdb\xdd\xed\xf5\xc0\x79\x79\x77\x5c\xeb\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x0e\x11\x08\x2a\x1c\xa2\xe2\xdb\xbf\x87\xcd\x1e\x6c\x0f\x85\x3f\x14\xcc\xeb\xf7\xc0\x3d\xce\xb9\x32\xac\x03\x11\x12\x77\x0f\x2f\x61\x4f\xab\x7e\x35\x01\x3a\x19\xb6\x73\xe0\x4d\xbd\x07\xde\x27\x0e\x3e\xe5\x39\x39\xc8\x79\x7c\x0f\x26\x97\xfd\xe2\x87\xa5\x4e\x16\x69\x64\x3a\x41\xd7\x57\xae\xea\x08\xa8\xfc\x3e\xc1\xf7\xb6\x3b\xe0\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\x23\x21\x0d\x39\x7e\x1b\x6b\xe8\x3d\xcc\x2b\xf1\xaf\xdc\x7e\x93\x2a\x8e\xc6\x5b\xd9\x44\x0a\xb9\xb7\x6f\x67\x08\xb9\x22\x31\xdf\x4e\xb0\x16\xe3\xde\x9d\x69\x69\x80\x52\x44\x38\xff\x6f\x87\xfb\x61\x08\xbf\x6f\xab\x74\x18\xa2\xef\xdb\x36\x7e\xac\xd4\xf7\x6d\xe2\x85\x61\x3b\x5f\x07\x56\xf2\xfb\xe6\xe1\xe1\x2d\x20\xf8\x02\x5a\x17\x8b\x75\xef\xf6\xad\xa1\xe8\xc4\xb7\xef\xdf\x46\x7b\xb5\x83\xbf\xc5\x0a\x64\x07\xff\xc0\x97\x7c\xdb\xc1\x1f\x9f\xe7\x7d\xf3\x2a\x33\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\xf6\xf8\x2f\xe1\xe7\x87\x2c\xfd\xb6\x51\x6f\xe4\x43\x09\xb1\x3d\xad\xfa\x2e\x15\x94\xaf\xd8\x80\x8f\xfd\xd1\xb1\x01\x27\x8c\x78\x66\xa5\x0e\x40\x4f\xf7\x11\xd0\xc4\x8e\x3e\x3b\x7d\x72\xb5\x34\x2b\x1d\xa9\x07\x7a\xf8\xa9\x49\xa0\xb7\x3f\xf4\xa8\xe5\xef\xaf\x17\xbc\x4b\x79\x32\x2a\x0e\x6b\x3f\x82\x5c\xcf\x91\x32\xcf\x0f\x47\xca\x64\x11\x61\xe8\xbc\xb6\x84\xb3\xf9\x96\x2f\xfe\xe0\xee\xe3\xed\x9c\x16\x27\xcb\x3f\xb9\x96\xb8\x07\x74\x9f\xe0\x63\x61\x15\xd6\xea\x77\x97\x07\x57\xbc\x6f\x3f\xa8\xd4\x62\x84\xe1\x09\xa5\x58\xbf\x78\xfa\x28\xe7\x9a\x9f\x3e\x1a\x5c\xdc\xbe\xed\x61\xdf\xa3\xd5\x3e\x30\xb2\x21\x08\x3c\x2c\x43\x44\x49\x78\x58\x2e\x88\x09\x49\xae\xf3\x3d\x86\x3e\xfb\xca\x71\xaf\xdd\xf2\x95\x57\x6e\x8d\xdd\xf6\x5b\x5f\x6c\xa7\x87\xd9\x7b\x2c\x2f\x7e\x23\x28\x8e\xf4\xfb\xe1\x68\xc7\xf2\x29\x7d\x1a\xa4\xf4\xe6\xc0\xa4\x61\xf9\x45\xcf\x4f\xa1\xf9\xd5\x95\xc2\x5b\xbd\x56\x20\x99\xdc\xae\x40\xe6\x24\x48\xb0\x0f\x5b\xb5\x39\xc9\x94\x27\xa1\x5e\x6c\xc4\x07\x4f\x8d\xa7\x93\xe9\xb1\xa4\xaa\x77\xcb\x91\x76\x5e\x2a\xf4\x04\xd9\xfb\x1c\xab\x96\x12\x1a\xec\xf1\xde\xdf\x4a\x61\x50\x2f\x76\x9d\x53\x18\x90\x38\xf7\x7e\x72\xcf\xe8\x48\x21\x44\x45\x43\x4e\x2d\x9a\xba\x3a\x58\x2f\xe8\xef\xe9\x28\xd3\x98\xe7\x9c\x6f\x60\x70\x1e\xea\x19\x9e\x7a\x41\x9b\x7e\x86\x27\x0e\x15\xe5\x22\x38\x08\x47\xbd\x9d\x8b\xa0\xd7\xb4\xa2\x17\x8c\xf6\xb4\x62\x6d\x03\xdc\x38\x06\x8e\x7c\xa8\xd0\xf6\x4c\x80\xf3\x0b\x30\x91\x4f\xae\xe1\xf2\xe1\x6d\x64\x2a\x90\xec\x1e\x57\x6a\x9a\xd0\xe0\x32\x76\x53\x5f\x50\xb0\x1c\xd3\x47\xaf\x29\xa3\x7f\xe6\x86\xa7\xde\xe1\x07\x7e\x66\xe7\x0a\xe6\xba\xcf\x16\xeb\x92\xf2\x09\xd4\xd8\x7a\x94\x41\xa0\x46\x4b\x79\xfa\xc6\x6c\xac\xdf\x4a\x21\x50\xaf\xcc\xbf\xcc\x4b\x57\x90\xc3\x86\xdd\xd2\xa3\xe3\x9b\x31\x45\xbd\x4c\x02\xa0\xf3\xe2\x89\x7b\xd8\x93\x9f\xd9\x29\x99\xe6\x97\x29\xe2\x53\x68\xb2\x3b\xd2\x90\xd4\x16\x78\xd0\x0b\xb6\x57\xf2\x65\xd3\x2d\xda\x13\x48\xb7\x01\x3f\x90\x32\xfa\x73\x86\xbf\x90\xde\x5b\x0a\xa7\xac\x07\x7f\x03\xff\xb6\xdf\x3b\x7b\x9f\x37\x77\x5a\x70\xf5\x22\x70\x7c\xbe\xec\x3d\x81\xcd\xbd\x10\xee\xf0\x0a\xe1\x22\x8f\xd3\x4a\x2e\xf2\x42\x8e\xe3\xfb\xe5\xec\x7a\x31\x73\xbe\x7c\xad\x1c\xbd\xff\x45\x46\xa2\x40\xba\x8c\x0d\xf7\x79\xd9\x5f\xf2\xe9\x52\x29\x49\x6a\x20\xc5\x0c\xb0\x7a\x2f\xbf\x99\x82\xfe\x67\xb7\x3a\x51\x0d\xb7\x1d\xe7\x17\xf2\x98\x1c\xe7\x07\xb7\x96\xfc\x8e\xfc\x41\xbc\xca\xad\x34\x08\xa5\x67\x56\xc5\xac\xaf\x2c\x95\x03\xde\x63\xb9\x7d\x59\x6f\x8c\xe3\xc2\x9e\x72\x22\x09\xef\x97\xf5\x81\x98\xec\x5f\x16\x01\x61\x0a\x2f\xae\xb2\x51\x75\xda\x7c\xc4\x34\xca\xcb\x12\x4f\x8e\x5f\xb5\x2f\x1f\xc8\x6a\x34\x14\xfa\x32\xf5\x86\x1e\xa6\x9f\xd4\x4a\x87\x96\x4f\x6b\xaa\x5a\x1e\xac\x69\x48\x8f\x73\xa0\x07\xbe\x9d\x52\x08\xeb\xc5\x9b\xb3\xa1\x06\x54\x62\x6d\x36\xcc\x1b\x52\xbe\x80\xaa\x0e\x8a\xd4\x54\x0e\x2a\xba\x90\x4f\xbf\x34\x64\x11\xf9\xf4\xeb\x75\xa4\x43\xed\x7b\x58\x8b\xbc\xf8\x25\x96\xeb\xb7\xaf\xd4\xc4\xfe\xfa\x76\x9e\xf9\xc8\x94\x64\x32\x88\xa1\xd2\xcf\xf6\x5c\x29\x14\x8f\x8c\x44\xe3\x77\x7a\x62\x40\xb3\xfb\xff\x82\x9b\xbc\x21\xc7\xf4\x89\x79\x82\xdd\xac\x67\x7b\x7a\xbc\x9d\xca\x6b\xb0\xe7\x94\xb0\x87\x3f\x46\x3a\x39\xf8\x2b\x37\xe0\xef\xb7\xbd\xb8\xc8\xc6\x64\x35\x20\xfb\xc6\xed\xac\x06\xf1\x34\xbe\xfd\x5c\x6b\xa6\x5c\x06\xf8\x2b\xd8\x98\x81\xa6\x7b\x93\x20\xdc\x5c\xbe\xfe\x12\x0f\xa1\xb2\x18\x9c\xc4\x34\xdf\x76\xfc\x9f\x9f\x1e\x74\x6c\xe3\x81\x73\xde\x82\x2d\x4e\x9a\x37\x0f\x82\xa6\x90\x49\x65\x88\xe6\xad\x90\xf5\x1b\x91\x33\x63\x34\x73\x45\x63\x7f\xa3\xc8\xd6\x80\xca\xa1\xb6\xa5\xaa\x31\x4f\xab\x5d\xaa\x3e\x63\x14\x79\x1e\x9f\xef\xfc\xcc\x6d\x86\xec\x5b\x5e\x57\x9a\x11\xad\xba\xc7\xb9\xf9\x9a\xe5\x19\x48\xc9\x21\xdc\xe1\x74\xe6\x82\x76\x1a\xf3\xa9\xf8\x80\x83\xb9\x9a\x7e\x07\x08\x17\xdf\x74\x78\x00\x91\xa8\x73\xe3\x71\x94\x13\xc8\x46\xec\x03\x68\xca\xc7\x91\x2e\xbc\x8f\xce\x34\xf3\x54\xa3\x69\xe6\xa5\x68\x85\x1d\x48\x19\xe0\x4f\x3e\x94\x6b\x19\x95\x7a\x26\x77\x81\x57\x67\x2a\x77\x41\x5d\xec\xe9\x47\xdc\x7a\x6e\x76\x3b\xf9\x65\xa6\x05\x5e\x9a\x80\x34\x6b\xd3\xc1\x09\x06\x7e\x69\x18\x06\x3d\x9d\x12\x01\x4d\x78\xfa\xb5\x9e\x9a\xb9\xc2\x80\x72\x80\xad\xcc\xb4\x57\xe5\x43\x13\x6b\xe5\x43\x54\xc0\x16\x50\xb6\xc6\x83\x09\xb1\x1b\x13\xf6\x35\xfd\x26\x0f\x4f\xfb\xcc\xcd\x81\x83\x78\x6c\x26\x49\x0f\x38\xcf\xa6\x93\x1e\x24\xfa\x6e\x6e\x8e\x23\x24\xa6\x6e\x6e\x56\xb0\x3f\x90\xcf\xa5\xac\x1f\x61\x69\x8d\x86\xe5\x20\x40\x8f\x9b\x9b\x6d\x2f\x9f\x85\x70\x60\xfb\x67\x25\x10\x9b\x0f\x7a\x25\x2d\x1b\xe8\x4b\x29\x3a\x33\xf0\xe9\xf7\x86\x03\x89\x11\xf4\x40\x2f\xbd\x59\x92\x2e\x95\xfe\xca\xac\x78\xee\x9d\x1c\xec\x40\x96\x55\x36\x20\x27\x85\x2f\x40\xda\x31\x2c\xdf\x6e\xa9\xdc\x07\xe1\xdc\x6d\xc5\x2d\x69\x45\xe6\x91\x23\x3d\xe8\xd0\xde\x52\x26\xa6\x74\xe6\xbb\xb7\x20\x0f\xd7\xaf\xf7\x70\x48\x4d\xc5\x3b\xb4\xcb\x4a\xcc\xdc\x4d\x85\xcc\xe9\xee\xf3\x1b\x3a\xdb\x71\x07\xa4\x43\x67\xd7\x08\x2d\xed\x4a\xfd\x82\x5d\x78\xea\xf1\x9e\x55\x17\x74\x24\x48\xa2\xd7\xcd\x9d\xec\x1a\xec\x43\xbd\xe5\xd3\x5a\xf0\x91\x1a\x45\x20\xd3\x54\xc4\x43\xbb\x06\xf8\x84\xec\x68\x55\xa7\x76\x63\xc5\xf5\xca\x4f\x19\x9f\x46\xad\x78\xf4\x80\x0f\x8d\xab\x01\x59\xef\x28\x29\xf4\x64\xa5\x1d\x2d\x1c\x0b\xbe\xa3\x70\xb1\xbd\x79\xe4\x07\xfa\x74\x2a\x04\x3f\xc3\xb6\x20\x9d\x68\x17\x2b\x27\xdd\xfa\xea\x59\x2c\x74\xeb\x33\xa0\x05\xcb\x9e\xca\x3e\xf0\x68\xe9\x70\x72\x0b\xcc\x19\x93\xd7\x7a\x70\x44\xcd\xc3\xd9\x25\xfd\x76\xdf\x02\x35\x34\x1f\x00\xf3\x20\xe2\x8d\x69\x50\x36\x82\x3d\x9c\xeb\xb0\x3a\x61\xbb\xc2\x3c\xb0\xd3\xe5\x4b\x9f\x8e\x57\xaa\x82\x51\xea\xd2\x2c\x18\xf9\x56\x0b\xe7\xcc\x74\xfa\x81\x30\x8e\x03\x6b\xc6\x19\xd0\x22\x22\xbc\xf4\x70\x8e\x51\xf6\xbf\x13\x0e\x34\xfc\x3d\xf3\xe0\x4d\x01\x46\xa6\x35\xc4\x2e\x3b\x1d\xf1\x70\xf5\x9a\x3e\xed\x31\xb8\x80\x94\x25\x2d\xc8\x9b\x51\xe0\x1b\x9a\x0a\x80\x38\x7a\xaa\xc2\x0b\x52\xd7\x72\x58\xc6\xc9\x61\x76\x81\x0f\xfa\x35\xa4\x71\xb0\xde\x81\x24\xcf\x34\x66\x9a\xb7\xf0\x7f\x7c\x31\x73\x1e\x98\xfd\x19\xe5\xf4\x40\x82\xab\x57\x33\x65\xa2\x4c\xab\x1f\xd3\xd1\x10\x97\x75\xcc\xe9\x24\x01\x61\x1b\xc5\xd1\x51\xb8\x98\x66\xe1\x1e\x14\x8c\x83\xc7\x78\xba\x05\xaa\x59\xb0\xc0\x77\xbe\xe5\xc8\x60\x82\x1c\x8d\xc0\x0b\x6b\xb3\xa0\xa3\x17\x7a\x55\xc4\x22\x49\x6a\x26\xaf\xe8\x6c\xf4\x72\xa3\x58\xf1\xa5\x14\x3d\xfc\xa5\xb3\x58\xcf\xe3\x7c\x2d\x56\xdf\xd9\x9d\x4e\x04\x70\xb1\x91\x0b\x8c\x9d\x19\x51\x10\x41\x09\xf3\x52\x10\x41\x09\xf3\x2a\x4e\x54\x82\x6b\x68\xea\x6d\x9b\x4e\x20\xc7\x54\x1e\x80\xc2\xab\x69\xd3\x71\x03\x17\x3b\x57\x6f\xd9\x1c\x58\xea\xa7\xb3\x00\x5c\x70\xf5\x4a\xf4\x11\xdc\xca\xcf\xd5\xb4\x13\x0a\xf1\xdd\x7e\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\x48\x37\x3c\x2b\xae\x33\x77\xe2\xc7\x6a\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\xdf\xf4\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\x18\x65\x56\x2f\xe4\x00\x39\x99\x27\xfd\xa8\xe8\x82\x8c\x38\x98\x3a\x48\x09\x1f\xd6\x54\x14\x41\x25\x5e\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xc7\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\x47\xa9\xa6\x9b\x5b\x51\xbd\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\x09\x84\x70\xef\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\x44\x66\x4f\x3c\xf5\x68\xed\x53\x8f\xce\x74\x94\x89\x79\x92\x3d\x9a\x89\xb7\xa7\x3e\xc1\xd6\x93\x97\x65\x88\xbc\x98\x27\x26\x47\x36\x19\x79\x00\xf0\x38\xcd\xd3\x8b\x6f\xb5\x7d\x3a\x2b\x40\x8e\x2a\x3b\xf2\x49\xc1\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x81\x04\x3d\x7d\xfa\xfd\x18\x9e\x40\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x26\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x42\x11\xe4\x3e\xc9\x18\x10\x0e\x95\x1c\x01\x9c\x71\x7e\x69\x25\x8c\xc5\x2f\xad\x0c\x42\xe0\xa7\x5c\xdb\x95\x78\xc0\xe9\xac\x00\x5c\x41\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\x27\x02\xe0\xad\xa4\xe9\xb7\x55\x2e\x66\x44\x0f\xa6\xd4\xb6\xf5\x1f\x33\xf0\x0b\xfe\xc9\x5e\x22\x29\x40\xb8\xd0\x45\x54\x18\xfb\x0e\xa7\x78\xb6\xc4\x85\x81\xf4\xd3\xab\xe5\x14\xb6\xec\xe5\x80\xe1\x6c\x18\x3b\xc2\xa3\xdb\x5c\x83\x29\x63\x6c\xd8\x9f\xa1\x38\x3f\xb1\x82\x45\x63\x5e\x04\x87\x72\x94\x5e\xf8\x61\x10\x39\xaf\x9b\x6e\x98\x6d\xad\x77\x34\x08\x5f\xdb\x27\xf1\xee\xbc\x58\x61\x58\xb5\xef\xed\x9f\x35\x75\xb1\x9f\xc2\x00\xfd\x5c\x0a\x21\x8b\x53\xee\xed\xba\xed\x60\xaf\x93\xad\xed\x69\xc7\x23\xf3\x50\x5a\x67\x06\x07\xa0\x75\x71\x38\xa7\xdf\x31\x69\xe8\x54\x8d\xe0\x85\x33\xa0\x4c\x57\x70\x55\xf9\xa8\x6b\x43\x76\x6f\x98\xae\x58\x27\x79\xac\x3b\x2a\xee\xe4\x0a\x3f\x96\x8b\x29\xaf\x74\x6d\x20\x2b\xa7\x74\x6d\x7b\xca\x2e\x41\x27\x90\x57\xb0\xa7\xaa\xaf\x3c\x8c\x80\x76\x0a\xb1\xfa\x7e\xe3\x84\x7c\xe3\xb3\x39\xbf\xf0\x16\xc8\x09\x1a\x19\x74\x96\x93\x5e\x24\x07\xd7\xe0\x23\x99\x8a\x57\xf1\x17\x28\xeb\x55\xa6\xeb\x66\x11\x68\xd6\x99\x5e\x5b\x0a\x9d\x99\x86\x41\xfb\x9e\x00\x8b\x29\xc7\xf7\x9e\x93\x9e\xb4\x00\x44\xbb\x4c\x79\xbe\x6b\xdb\x03\x29\xa4\x33\x3d\xf2\xfe\x1c\x8d\x4e\x4f\x5d\x20\xa5\x12\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x4c\x09\x91\xfd\x53\x5e\xee\x96\xfd\xd7\xb8\x3a\x02\x3b\x6d\x04\xc9\x94\x94\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xb4\x1f\x6a\x21\xe1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x26\x98\x72\x88\x17\x82\x09\xa7\x9f\x26\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\xef\x8f\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x59\x74\x40\xbf\x64\xc6\x97\x26\x1e\x9c\x91\x53\xa9\x04\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xbc\x02\xbc\x6b\x33\xf5\xfc\x48\xd9\x98\xbb\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\x27\x46\xb8\xf8\x33\xbb\xa3\x39\xf7\x14\xae\x91\x44\xa6\xed\x7e\xad\x06\xaf\xe5\x94\x47\xfb\xe0\x59\x8a\xe9\x84\x04\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x14\x04\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x29\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x47\xa4\x36\x14\x50\xbf\x23\xd2\xd0\xda\xf5\x8e\x48\x59\x42\xca\x0f\xd9\xf7\xf0\x89\xc1\x41\x34\x90\x9c\x59\xbc\x81\x7b\x86\x6d\x28\x27\x7a\xc9\xb2\x3b\x65\x00\x57\x8f\xa6\x1f\x19\x69\x9c\xea\xc3\xaf\x56\x72\x46\x0d\xac\x8b\x69\x66\xb8\xcb\x1d\x88\x55\xa7\x4b\xbc\x62\x35\xa0\xed\x4b\x10\xcc\xe0\xc6\xf9\x99\x6e\xde\x6a\x89\xba\x7a\xec\x88\xd0\xb1\x69\x3f\x7d\x43\x0c\x92\x9f\xbe\x9c\x69\xe6\x36\xb2\xe0\x13\x22\x48\x55\x9b\x61\x38\xe3\x07\xc1\x0a\x9c\xdc\x7e\xf1\x23\xeb\x35\x1c\x31\xfe\x29\xd3\xfe\x86\xb6\x06\xc6\x69\x04\xe0\x61\x07\x1a\x47\xfc\xd0\x8e\x3e\x33\x95\x3a\x1c\x48\xf4\x33\x87\xf3\xb1\x6d\x29\x53\x88\x6b\x4f\x2b\x7a\x87\xf5\x4c\xcd\x97\x76\x5e\xca\x34\x1b\x50\x9d\xd2\x0e\xac\xee\x1b\xe0\x2e\x22\x0c\x24\x21\x02\x76\xef\x9c\x04\xc4\x51\x4c\x65\x1d\x28\x98\xbb\xa7\xd2\x0c\x1c\x44\x46\x4c\xc7\x0b\x8c\x98\x92\x6e\x9f\x29\x04\x22\xcc\xdb\x16\x3e\xa6\x5c\x89\x05\xca\x06\x7b\x55\xb8\x40\xe3\x75\xbf\x79\x3b\xd2\x12\xae\x70\xfb\xdc\xdf\xd2\x8c\x13\x3a\xf7\x34\x63\x6b\x38\x90\x0c\x71\x3c\xb4\x37\x6f\x8b\x75\xe1\x18\xb7\xc5\xba\x6c\xd1\xdb\x8e\xe6\x2b\xcd\x2a\x18\x83\x27\x63\xa7\x93\x0c\x6c\x10\x84\x73\x0c\xe4\x36\xc9\xbc\xfd\xf0\xf1\x99\xd9\xe2\x75\xa1\x01\xf4\x70\xb3\xe9\x54\xcc\x87\x43\xff\xb6\x4d\x24\xd4\x7c\x13\x00\xc7\xb1\xe6\x08\x04\x0c\xe2\x53\x29\x06\x0e\xbc\x1e\x93\x14\x03\x70\x51\x05\x27\x94\xde\x53\x73\xb8\x4b\x06\x86\x88\x8f\x00\xe3\x67\x3c\x22\x07\x4f\xab\x68\xb8\xf4\xa7\xb3\x08\xb4\x9a\xc2\xc5\x53\x37\xb6\x9e\x92\x08\x54\x6e\x9d\x4f\x45\x0d\xec\x27\xc1\x8d\x73\xda\xb2\xcb\x65\x97\x39\xb3\xd4\x69\xc8\xb4\xe6\x09\x72\x14\x01\x29\x9b\xa7\xdf\xe9\x18\x25\xed\x9a\xe7\x13\x29\x30\xe7\x20\x62\x06\x48\xd2\x04\xf4\xe4\xb4\x01\xed\x4a\x9f\x03\x14\xd2\xae\xe4\x99\x8c\x7a\x80\x50\x50\x78\x2f\xfa\x62\x2b\x4c\xbf\x47\xc0\x44\x2b\x1a\xa1\xc6\xa8\x36\xcd\x18\x30\xd7\x38\x36\x21\x56\x16\x5e\xd8\xc0\x65\x32\xa7\x45\x43\xc2\x35\xe6\xb4\x68\xc8\x3e\x51\xf8\x41\x25\xb3\xec\x54\x22\x80\xca\x63\xe7\xd3\xcf\x62\xb4\xf4\xaf\xcc\x12\x84\x6e\x4d\x07\x26\x1c\xc1\xd4\xe1\xfd\xb0\x85\x29\x0f\x56\xfb\x1b\x5e\x2e\x9e\x4a\x27\xb0\x58\x21\xe3\x90\x89\xad\xb7\xb4\x23\x73\x68\x0c\x22\x53\x3c\xa4\x64\x54\xf6\x2e\x5c\x99\x56\xd9\x55\xda\x95\xaa\x36\xd5\x1a\x72\x98\xc4\xd5\x99\x3a\xbf\xae\x81\xd7\x6a\xea\x75\x8d\x55\x78\x02\x6a\xcc\x57\xaa\xea\x31\x1b\x18\xf5\xc3\x6e\x5c\x82\x47\xa6\x13\x15\xe4\x76\xd4\x24\xdc\x82\x10\x81\xe9\x4c\x05\x78\xca\xe6\xc3\xf7\xd5\xb7\x7c\xa9\x83\x1f\x4d\xd8\xc1\x17\xdb\x48\x99\x9e\x10\x66\x58\x0f\x5f\x6c\x21\x3a\x64\x2a\x6d\xc1\x71\xe4\x43\xe9\xa0\x5c\xec\x9c\x0f\xcb\x28\x28\xd0\x0f\xbb\x71\x33\x2a\xc5\x8b\x6f\x5b\xbe\x53\x20\x25\x82\xa8\xa3\x3d\x48\xc2\x31\xfd\x46\x47\xb4\xbf\x87\xef\x41\xb1\xca\x79\xa2\x83\x3d\xe0\x87\x37\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x22\xc0\x7b\xd1\x6e\xc7\xa1\x34\x15\x06\xb2\xe7\x6e\xd3\x7c\x60\x4e\x3c\x03\x9a\xff\x65\x5a\xed\xba\x85\x2f\x3c\x7c\x31\x12\xae\xf5\xe0\x8e\x2c\xa8\xc3\xfe\x90\x21\x95\xd0\xa0\x12\x8e\x3c\x15\x41\x52\x5b\x4b\xa3\xde\x76\x7b\x5a\x15\x1f\x40\xaf\xe6\x51\x8e\x0f\x7a\xf6\x3b\x20\xb3\x29\xbc\xa4\xc7\x53\xf4\xc0\x35\xc6\xb8\x1c\x86\x80\x53\x71\x3e\x9c\xcc\x14\x16\xe6\x17\x3a\xc8\xb9\x36\xfd\x26\xc7\x47\x0a\xf1\xa3\x1c\xb9\x7c\x35\xf5\x2a\x47\x89\x7e\xf9\x20\x46\x81\x1d\xab\xa0\x95\x63\xd4\x74\x62\xef\x24\x83\x7e\x5a\x36\xce\x91\xac\x20\x96\xca\xe5\x9d\xf9\xec\xcc\x6c\x07\xd4\x4b\x79\x2d\x55\xfd\xdc\xea\x1e\xd0\xe8\x9e\x40\xb2\x26\x6c\x69\x47\x1c\x04\xe3\x9a\xb3\x2d\x0c\x6e\xfa\x4c\x67\x5b\x68\x10\xe5\x73\x80\xcf\x0e\x68\x7c\x06\xd0\x62\xf9\x3c\x9b\x37\x79\x6c\x03\x27\xfd\x7c\x22\x51\x21\x39\x3f\x2d\x47\xf7\x40\x66\x69\x7b\x1a\x12\x42\x57\xfa\xd4\x52\x63\xf9\xf2\x8b\x1a\x1f\x21\xc5\x89\x1a\x08\x24\x9c\x4a\xd4\xb0\x73\xeb\x6f\x3a\xfe\xa5\x11\x71\x33\x1d\x00\x93\xab\x61\xd3\xcf\x6d\x94\x31\xd2\xae\x54\x8b\x9e\xba\xb2\x83\x9d\x81\x9c\xd1\x95\x91\xf8\x3d\x18\xd4\x15\xc5\xc3\x94\x2d\xd3\x2c\x2b\xf7\x67\xf5\x4c\xa4\x99\x10\x3b\x70\x3f\x73\x27\xb2\x8c\x43\xc1\x4f\x6f\x70\xe5\x64\x3e\x9d\x13\x88\x07\x09\xa7\x63\x65\x78\x70\x75\xfa\x7d\x8d\x1c\x2a\x4f\xdf\xf0\x24\x50\x65\x3e\x1d\x5f\x80\xa6\xf5\x74\x7c\xc1\x79\x9c\x3f\x66\xdd\x4f\x13\x69\x4d\x3b\x10\x29\x2b\x62\xa1\xff\x82\x6f\x39\xd3\x43\xb4\x5b\x45\xd9\x24\xcf\xcf\x74\xde\x87\xb8\x70\xfd\x30\x07\x2f\x89\x4f\xc7\xd8\x90\x61\x7a\x3a\xc6\xa6\xb3\x2f\x09\xb1\xb9\x52\x53\x83\x44\xe4\x77\x7e\x08\xa2\x7a\x27\x2f\x78\x64\xc8\x0a\xaa\xa9\x3c\xa0\x3d\x15\x53\x53\xc6\x99\xaa\xf2\x72\x71\xae\x3b\x6c\x66\x27\xbe\x65\x3a\x50\xa6\x11\x04\x35\x5f\x0a\xec\x22\xa0\x60\xbe\x4c\xda\x88\x86\x2f\x05\x9d\xee\x35\x50\xd1\xe3\x38\x34\xe3\x98\x53\x02\x4e\xe6\xcb\xcf\xca\x04\x39\x91\x7d\x89\x37\xf5\x65\xb2\x1f\xe9\xe3\xe1\x81\x04\x04\xbd\xd4\xd5\xce\x43\x45\x74\xca\x09\x72\xe3\xcf\x97\x03\xf1\x90\x6d\x1c\x38\xd3\x08\xd1\x9a\xaf\x10\x7a\xea\xfa\x5c\xcb\xa8\x6f\xcf\x25\x9d\xc8\xc4\x1b\xb3\xb2\x72\x4c\x1c\x31\x1d\xbd\x10\x34\xd0\xed\x5e\xf8\x7a\xcf\x94\x8a\xb8\x47\x0a\xed\x5a\x0d\xf4\x76\x97\x74\x22\x85\xe4\xc8\x30\xa5\x90\x6c\x21\x17\x49\x9f\xa5\x64\xdd\xa7\x37\x1e\x13\x3d\x61\x1a\x34\x2b\xe2\xde\xb3\x5e\x32\x57\xf1\x30\xd4\x54\x22\x8b\x16\x17\xe1\xdb\xcf\x9d\xc2\xc3\x1c\x01\x93\xbb\x93\xd3\x21\x30\xb1\xe0\xbd\xc3\x28\x03\x7a\x3f\xa1\x33\xbe\xa1\x35\x84\xd3\xb7\x43\x93\x63\x95\x7d\x63\x64\x08\xf4\x54\xd8\x07\x5f\xea\x1c\xe6\x71\x9f\xe9\x27\x3a\xc8\x0a\x35\x95\x8f\x22\xf9\xac\xa6\xa2\x55\x2a\x51\x7b\xf3\x6d\x97\x3f\x12\x94\xe2\x53\x8e\xe8\x44\x0e\x4f\xa9\x1f\xe4\x58\x77\x38\x8a\x03\x54\x78\x6a\x61\xbe\x6f\x06\x72\x02\x32\x90\x94\x5a\x9f\x84\xe1\xf8\xfd\x0c\x6e\x3e\x4c\xc7\xa1\xec\x67\x49\xe1\xd3\x9f\x32\x9b\x12\x31\x23\x7d\x29\xf2\xa4\x72\x8b\x69\xfa\x95\x8c\x3d\xc1\x1d\x7e\x26\xa3\x11\x9a\x35\x1d\x79\x42\x78\xcb\x7c\x3b\x0b\x74\xb6\x86\x42\x4f\x2a\xe9\xe6\xe7\x1b\xce\x85\xf6\xa9\xd4\x15\xb5\x7f\xbe\xf4\xbe\xc9\xd0\x9c\xa7\x0a\x4e\xaa\x48\x94\xea\x0c\xa7\x57\xdf\x30\x54\xea\xb0\x5d\xa0\x9b\x15\x77\x5a\xa0\xb9\xdc\x15\x70\xed\x38\xdf\xd8\x5b\x90\x1a\x3a\x28\x93\x36\xe1\x04\x6f\x0b\x12\x3f\x38\xe9\xc4\xe6\x65\xdf\xff\x5c\xa0\x4f\xbe\x2b\xe0\xa9\x2f\xc1\x60\x38\xfa\xfe\x04\xf2\xde\xd4\x4c\x2f\xd0\xd9\xf0\xaf\xf4\x32\xf4\xe5\xfe\x23\xee\xbd\xaa\x5a\x39\x2c\xe9\x45\xf3\xb5\xa7\x59\x49\xa4\x7b\xfa\x54\x1c\x82\x58\xf9\x82\x7c\x2a\x55\xba\x14\xbd\x39\x91\xd6\x82\xbc\xb8\x81\x20\x37\x5a\xb5\x51\xd3\x82\xf7\x02\x15\x24\x71\xa6\x50\xd4\xbf\xe7\x4b\xb9\xe4\x32\x3f\x12\xec\x7c\x29\x6e\x41\x1e\x24\xe8\x58\xc9\xdd\x98\xf4\xdb\xc3\x60\x9a\x1d\xca\x67\x4f\xff\x02\xc5\xbe\x37\x46\x65\x3a\xcc\x18\xed\x33\x36\x6d\x2d\xf0\xf4\xbc\xf2\xa5\x2c\x1b\x4e\xc6\x79\xf5\xdd\x17\x72\xce\x5a\x01\xd5\xd0\x51\x80\xd6\xf9\xd5\x4b\xa0\x22\x28\x1f\x6a\x8c\x47\x07\xb2\x01\xff\x4a\x33\xde\x7e\xf5\x04\xb4\xb1\xf4\x4c\x65\x63\xd0\x80\xa6\x14\xe0\x03\xc8\xaa\xfc\x31\x00\xc5\x1d\x02\xd9\x47\xb9\x5d\x40\x56\xec\x6b\x40\x99\xf8\x98\xd8\xdd\xd1\xc7\x7e\xb2\x61\x81\x0a\x59\x2c\xa9\xaa\x59\xff\x40\x46\x07\x04\x7c\x55\xf4\x64\x20\xc3\xdb\x80\x9a\xb7\xb7\xc1\x06\x04\x3f\xa2\x0b\x59\x3e\xb6\xe3\x0a\xe8\xd9\x4a\x5d\x71\xa7\x0c\x52\x3a\xed\x08\x6e\x16\xfc\xcb\x95\xaa\x7a\xc0\xa6\xa5\xea\xf0\x09\x01\x64\x54\x41\xce\x04\xc2\x6e\x72\x0c\x89\x83\x7f\x17\x24\x8d\x72\x63\x36\x6c\x1a\x3d\xa8\xe9\x58\xa4\x46\x9b\xd8\x47\x2a\xd8\x88\x5a\xb2\x61\xfd\x7e\xc6\x6f\x1f\x5a\xd3\x38\xc1\xd4\x79\x71\xc2\x4f\x0e\xd3\x0e\x9b\xf0\x70\x22\x05\x5f\x72\x5a\xa0\xa6\xe3\x53\x55\xd3\xc1\xb6\x53\xca\x8c\xee\x70\xa7\x05\x99\x33\x9e\x29\x34\x29\x9d\x05\x50\xd7\x2a\x7a\x5a\x55\xa8\x02\xdb\x4e\x4f\x64\x54\xfb\xe8\x16\xa4\xa0\xfb\x5e\x81\x44\x48\x25\x65\x0c\x84\x42\x28\x29\x18\xc8\xd7\xd2\xa1\xab\x03\xfe\x96\x4e\xec\x3e\xdb\x40\xc0\x6f\x64\x5c\x2c\xf3\x31\x40\x96\x39\x30\x65\xd5\xd4\x35\x7a\x0c\x84\x57\xd1\xae\xf4\x09\x46\x20\xe8\x60\xb7\x4a\x3b\x8a\x6a\x08\xa3\x3e\x30\xb1\x41\x3e\x0e\x60\x39\xd9\xcf\x07\xe2\x4f\xa6\x16\xeb\xc9\xe7\x53\x19\x3a\x1a\x7d\xea\x8a\x72\xff\x74\x62\x95\xbf\xa4\x21\xe5\x52\xda\xd3\xce\xad\xfb\x7f\x54\x35\x01\x85\x17\x91\xc1\xe3\x2a\x01\x0f\xc9\xd2\x3f\x14\xbb\x57\x55\x51\xc5\x96\x66\x45\x15\x59\x69\x39\x63\x7a\xa6\x52\xd1\x12\x21\xc4\x83\x67\xc0\x39\x64\x9c\x17\xa4\x43\x96\x3c\x9e\x51\x3e\x85\xba\x49\xdb\x02\x89\x0e\xb2\xd2\x48\xf6\x6c\x1a\x92\x7f\x9c\x9c\x40\xca\xf6\xb1\x1a\x0a\xa8\xe4\x32\x1c\x89\xc5\xfc\x0f\xaa\x50\xb4\x4b\x39\x98\xca\x82\xf5\x84\x9d\x49\xb4\x4b\x78\xac\x33\x78\x38\x3b\xd2\x82\x34\x05\x50\x7b\xc9\xe9\x49\xb3\xc3\x3b\xa3\x03\x79\x98\x81\x6c\x99\x2b\xa9\xaa\x1b\x72\x0c\xba\x0c\xba\x04\x03\x99\xed\xae\x96\x42\x48\x2f\x18\x58\xe6\x0a\xa4\x0c\x60\x30\x87\x62\x8e\xc7\x26\x2e\x3e\x11\xe1\x14\x05\x3a\x4c\x33\x38\xfd\x98\x9e\x10\x1e\xc8\x9a\xd4\x4a\xbe\xd4\x36\x69\x29\x63\x11\x68\xc7\xef\x90\xb1\x35\x8b\x4f\xb6\x46\xab\x4e\x0e\x73\x05\x72\x8f\x20\x67\xea\x61\x3f\x95\xc9\xc6\xa4\x0f\x64\x69\xf6\xb4\x72\x76\x1c\x05\x96\xef\xd8\x9b\xcf\x9c\x5b\xda\x82\x8d\x17\x47\xa5\x9f\x1f\xd0\xf6\x01\xce\xd2\x2a\xff\x4f\x4e\xbd\xea\x67\x43\x99\xac\x0a\x31\x81\x7a\x35\x03\x64\xb2\xaa\xa9\xe7\x4a\x55\x93\x73\x0b\xd8\xbf\xbf\x9a\xe5\xbd\x05\x49\xa9\xad\xf9\xd0\xa2\xeb\xa7\x4b\xa3\xd7\x52\xd7\x8b\x47\x5d\x1f\x97\x17\xb3\xae\x90\x9e\x5e\xd3\xa7\x05\x33\xa6\xd2\x51\x3b\xa3\x30\x7b\x75\x80\x10\xc3\x84\xd4\x6a\x2a\xcb\x80\x92\x81\xf9\xc2\x43\x09\x64\xe9\xf4\x0c\xe8\xb5\xad\xe9\xf4\x2d\x5e\x05\xb6\xb7\x1c\xde\xf0\xb1\x6a\xe2\x82\x60\x2a\xc4\xd5\x18\xa7\xe9\x07\xaa\x54\x82\x8f\xda\x61\x63\xbc\x1e\x52\xae\x14\xda\x01\xff\x69\x48\xc7\x22\x64\xa9\x24\x1e\xbd\x66\xf9\x38\xfa\xd2\x90\x29\x08\x7a\xaa\x8e\xc2\x3d\xd3\x27\x51\xb8\x59\x40\xab\x6a\xb0\x86\xea\x3c\x92\x67\x26\x9e\x47\x6a\x6b\x4a\x85\x42\x63\x9c\xe6\x40\x3d\x65\x92\xba\x33\x4c\x8b\xef\x6c\x0c\x9e\x0b\xb9\xe0\x1b\xa7\xa5\xb1\x5e\x80\x8c\x6c\xca\x40\x36\x5f\xda\xe3\xc0\xf6\x57\xd8\x50\xed\x2d\x5f\xea\xd9\x3d\x56\x88\xb7\x44\x4e\xb0\x3b\x2d\x9b\xfd\xf8\x56\xce\xaa\xaa\xcb\x50\x2d\xed\x48\x41\xee\x41\xc0\x6c\x36\x8d\x2a\xeb\x21\x4c\xf7\x34\xc7\x1b\x0d\xc8\x6f\x3e\xef\x40\xfa\x6e\x5c\x40\x8e\xc9\x61\x29\x4f\x0b\x63\x83\x66\x1c\xf7\x75\xb1\xa5\x4f\x27\x8f\x49\x1f\x1c\x8a\x8c\xf8\x86\x91\x83\x8e\x6e\x2f\xf4\x91\x42\xbd\x34\xb1\xa7\x4c\x8c\xe2\x48\xa3\xe2\x05\x83\x21\xa2\x19\xf6\x80\xba\xa1\x10\xe4\x6e\x23\xe7\x65\x75\xe0\x51\x38\xdc\x69\x26\x36\x58\x2b\xd4\x44\xe8\xcc\x41\x49\xbd\x83\xb8\x69\x70\xa4\xcc\x98\xa6\x19\x3d\x8a\xbb\x07\xd2\xa2\x76\x30\xc5\x12\xd6\xd3\xbf\xcf\xc0\x2c\x0e\x3a\xe3\x99\x66\xcd\xc5\x5a\x40\x0d\x64\x0f\xe4\x38\x7b\x58\x8a\x93\x78\x84\x53\x39\x9a\x69\x6c\x81\x6e\x41\x27\x90\x2d\x26\x48\xe0\x97\x1f\x7b\x8a\x1c\xe7\x44\x1d\x51\xca\x1c\xcd\xb4\x21\x31\xe8\x51\x93\x3a\xb6\x94\x55\x41\x29\xbb\x04\x6d\x40\xb6\x57\x9c\x01\x75\x0d\x06\x66\xe8\x27\x4c\xfc\xc8\xea\x82\x8c\x5c\xca\x58\xbb\x0e\xc8\x0c\xa4\x13\x4b\xb2\x88\x1e\x17\x66\xd6\x4e\x4b\xb7\xd3\xce\xd3\x12\x3e\x4c\xe6\xf2\xf2\x75\x17\xe4\xa4\x0b\xb3\xfd\x99\xba\x8b\x71\x46\x8b\xf6\x4b\x25\xfb\x39\x02\x4e\x21\xc8\x74\x89\x4f\x8d\x2d\xed\xd8\x21\x94\xc9\x53\xcc\xd3\x40\xad\x77\x90\x53\xb6\xb3\xdf\x26\x29\xa8\x48\x17\x97\x42\x61\x28\x17\x2e\x29\xe8\xc0\x21\x4f\x23\x8b\x40\x42\xdb\x2b\x9f\xca\x75\x8d\x72\xd1\xba\xfd\x1a\x6c\x28\x85\x40\xd5\xb1\xa7\x50\x8b\xb2\xa7\x4c\x8e\x5b\xf0\x51\x06\x8f\x3a\xf6\x40\x43\xd0\x0e\xe4\xfe\x37\x20\x4d\x00\xaa\x86\x22\xa5\xea\x40\xdd\x76\xa4\xd4\x60\x57\x3a\x99\x47\x85\x24\x1a\x42\x37\x93\xdc\x08\xe6\x87\x8b\xf3\x2a\xc9\x15\xc4\x11\xac\x47\x40\x56\xda\x53\xe0\x30\x26\xc2\x44\x16\xe8\x30\x91\x16\x50\x83\x46\xb4\x26\x70\xa9\xc0\xe4\x15\xb9\x54\x07\x6b\xdb\x9c\xcc\xe5\x1c\x29\x64\x19\x3a\xa0\x99\xec\x08\x28\xb3\xc3\xc5\x36\x52\x80\x52\xd9\x20\x21\x85\x24\xd5\x91\x65\x40\x8e\x09\xbe\xd3\x9d\xa6\xaa\x76\xe3\xe7\xc3\x2e\xb2\xf8\xe1\x15\x9d\x55\x55\xeb\x00\x7b\x6c\x3a\x9f\x06\xfa\xb8\x1f\x42\x19\x47\x3a\x14\xe5\xa1\xe6\x2b\x78\xa9\x0e\xa4\x70\xc5\x2e\xd5\x01\xe5\x75\x5f\xca\xbb\xa0\xe0\xee\x98\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\x3d\x8a\x35\x9f\x0a\x9f\x92\x2f\x85\x4f\x49\x99\x82\xd2\x58\x03\x3d\x91\x72\x7c\xbe\x93\x97\xbb\xf4\x40\x22\x60\xf6\x7f\x77\xdc\x2a\xf2\x8d\xdf\x52\x19\x25\x65\xa7\x69\x22\x8d\x2a\xd7\xc9\x99\xaa\xb7\x44\xe7\x34\x2a\x92\x2d\x29\x7b\x78\x8c\x69\xe7\xf9\xfd\x75\x35\x96\x4a\x19\x40\xea\x28\x81\x94\xa3\x1d\x29\x8e\x08\xa8\x0b\xce\xd9\x25\xfa\x8c\x92\x42\x3b\x71\xe1\xce\x1d\x47\x0e\x62\x7f\xbf\x7d\x9d\x2a\x75\x9b\x1b\xa2\x17\xec\x9c\x9f\xba\x5a\xe6\x12\x68\xba\x6e\x3e\x35\x7e\x2c\x88\xec\x49\x17\xd4\xac\xe0\xa9\x3a\x6a\x20\x47\x0f\x70\x60\xe9\xc1\x96\xe3\x83\x9e\xd9\x4f\xcb\xe4\xf1\xc6\x4e\x0a\x6d\xf8\xc9\x92\xe8\x05\xd7\xfe\x29\x34\x0f\x46\xa0\x71\x68\x55\x29\x23\x9d\x2a\xae\x1e\x48\x81\x56\x47\x3d\x02\xed\xdf\x5f\x6d\x70\x48\x0e\x0b\xda\x17\xdc\x71\x38\x82\x3a\xea\xf1\xb0\x9f\xf0\xda\x02\xda\xad\x79\xa5\xa5\xa6\xd9\xcc\xa7\xfd\xfb\xeb\xca\x7c\x29\xf2\xaa\x54\xe4\x0b\x07\x5e\x95\x23\x90\x0f\xd4\x2b\x28\xc8\x38\xf7\xe9\x43\x33\x8b\xd8\x46\x62\x93\x0b\xa6\x37\x86\xad\x46\x48\x8e\xc3\x97\xe6\xaf\x60\xeb\x27\xfb\xa1\xbd\xe1\xfb\xca\x17\xdc\xd3\x21\x5c\x91\x56\x1d\xc2\x55\x4f\x64\xd9\xe1\x6b\xf3\xf0\x1f\xe5\x4b\x59\x34\x94\x5e\x44\xb6\x35\x85\x26\xdb\x3d\x85\x46\x97\x66\x6f\x2f\x3d\x73\xe0\xa0\xed\x2b\xd3\x65\x86\x98\x29\xc1\x06\x9a\x49\x90\x54\x3e\xd0\x0e\x79\xc9\xe5\x0a\x7a\xa4\x2a\x4b\x27\xbe\xaf\xc3\x91\x31\x44\x60\x7b\xd0\xc3\x6e\xce\xa9\xae\x77\x5d\x4a\x8c\xc4\x8a\xd2\x2a\xf5\x53\xd5\xa2\x7f\x4f\x55\x3b\x28\x32\xb7\xe6\x6b\xc8\x0a\xc3\x97\x98\xae\x3d\x7d\x6a\xd4\x67\x20\xc5\x49\x31\x12\x07\x6a\x5d\x47\xa0\x43\x35\x03\x69\x0a\xd8\x61\xc4\x69\xd1\xa1\x9f\x8e\xe1\x46\xf1\x02\x75\xf6\x9d\x29\xbc\x15\x6a\x0a\x34\x1c\x0b\xc6\x84\xdc\x7a\xbb\x77\x71\xf2\x1f\xf2\x6e\xbf\x15\x13\xe3\xa1\x43\xba\xf6\x96\x56\x75\x3c\xc0\x81\x6e\xdf\x19\xee\xa9\xa9\xdb\xad\x6c\xa8\x1b\x95\x2e\xa8\x9a\x40\x58\x0f\x07\x78\xc5\x0e\x7d\xfb\x76\x1c\x67\xd7\xed\x0b\x52\x28\x5b\x37\xe7\x5c\x0f\xa8\xac\x32\x35\x55\x1f\xdf\x5f\xe7\x06\x77\xbe\xc9\xd7\x4c\x99\xb3\x20\x5e\x1c\xfe\xb7\x63\x0f\x32\x1b\x4e\x43\x56\x53\x26\xb1\x29\xbc\x49\x69\x60\xea\xc8\x94\x4f\x3b\x93\x40\xdc\x81\xb7\x90\x83\xb3\xb7\x0c\x18\xd5\xc4\x0f\x76\xa5\x50\x36\x58\xd4\xd6\x69\x81\x86\xd9\x98\x96\x72\x99\x54\xc7\x6b\x0d\x14\x3f\xc7\x6b\x8d\x96\x56\xc4\x61\x5b\x5a\x11\xc1\x21\x4f\xe9\x91\x97\x52\x3e\x6d\xbe\x3c\x8a\x02\xa8\x93\x94\xdd\x31\x91\x6f\xa8\x6a\x71\x18\x62\x74\xb0\xd6\xd5\x52\x26\x06\x81\x8c\x3b\xa1\x05\x50\x43\x2e\x62\x6d\x14\xc8\xb5\x36\x19\xa8\x2a\xc6\x73\xb0\x93\xa7\x83\x61\x46\x20\x5d\xb7\xe8\x69\x87\x5d\x15\x70\x8a\xc6\x83\xaa\xc7\xd8\x81\x34\x46\x36\xa7\x53\xce\x5c\x2d\x90\x93\x8e\x04\x62\x15\xc1\xc6\x59\x83\x38\xc7\xf5\xbc\xcb\x11\xbf\x90\x5f\x77\x19\x9f\x66\x34\x53\x1c\x3e\x0e\xea\x1a\xf9\xce\xaa\xd4\x85\x40\xa2\x18\xaf\x3d\x76\x81\xc9\xa5\x1c\x44\x7e\x25\xa3\xa9\x83\xa3\x68\xda\xff\x96\xd9\xe0\x5d\x7a\x86\x88\xb6\x94\x95\x23\x38\x2b\x43\x76\xa6\xe8\x33\xed\x78\x1d\x3d\x2a\x27\xad\x39\x60\x15\x0f\xe8\x6f\x00\xc1\xd6\x02\x9a\xb7\x73\xa0\x28\xfe\xea\x38\xf6\xb4\x23\x92\x43\x3a\x72\xb2\x9b\xe0\xca\x3b\x31\xe7\x95\x0f\x7d\xaa\x23\xbd\x39\xfe\x6a\x30\x05\x0f\x74\x30\x68\xf7\x81\x41\x08\x72\x55\x90\x55\xd9\xd8\x3b\x0f\xdb\xb9\x2f\x44\xbd\x07\x16\x21\xb8\xc7\x83\x08\x96\x2b\xa5\xd2\x2b\x5a\xda\x95\xb5\x71\x67\xfd\x1e\x0e\xf7\xe6\x50\x55\x5c\x53\x1d\x2d\x50\x97\xb5\x88\x19\xb2\x5c\x1c\x6f\xcf\x03\x4b\x0e\x54\xf9\x90\xc0\xb2\x8d\x14\x9a\x7f\x97\x14\xbe\x65\x53\x60\x16\x88\x19\x81\x81\x3d\x90\x9a\x21\xfd\x07\xb6\x1b\x04\x86\x87\xd3\xaa\xc6\xa6\xa7\xf0\xa5\x63\x3b\x7a\x9a\x7a\xea\x1d\x27\xf0\xf5\x31\xd1\xd3\x90\x32\x9e\x02\x3d\xb1\xcf\xfc\x2d\xc6\x92\xa7\x53\xaa\x5c\x34\xfb\xec\x60\x74\x00\x0e\xf9\x67\x2e\x20\x6f\x15\x26\xe9\x49\x84\x2f\xf6\x8a\xa7\x4d\x7e\x20\xff\xb4\x74\x0c\xe3\x7c\x3a\x15\xc5\xd5\x52\xe8\xad\xe3\x55\x52\xf8\x52\x1d\x88\x5b\x3c\x08\x73\x21\x57\x3f\xfd\x26\x64\xc1\x46\xf1\x44\xf2\x28\xa9\x2c\x23\xcd\x07\x6a\x6b\x86\x6a\xa0\xee\xaa\xf9\xd2\x07\x0b\xfb\x95\xe0\xa6\x98\xc2\x9d\xce\xa7\xb1\x09\x1d\x85\x54\x63\xbd\xf4\xf3\x31\x7b\x2c\xda\x0a\x43\x2a\x91\x8c\x94\x97\xe7\x38\x38\x85\x9c\x96\x67\x8c\x94\xe9\x48\xf8\x94\xd9\x85\x98\x55\x0a\xdd\x30\x0b\x8a\x96\xbb\x38\x86\x9f\x88\xb6\x68\x87\x0a\x3d\x6a\x61\x60\x4f\x5f\xdf\x8c\x15\xf4\xc9\x35\x81\x91\x52\x1d\x19\x59\x41\x71\x90\xe8\x17\xc4\x25\xc5\xfa\xac\x48\xa4\x72\xc0\x24\xf4\xac\x4c\x29\x5b\x5a\xb5\x12\xde\xf2\xa5\x77\x6c\x4b\x5d\x1b\x63\x10\xeb\x9c\xd2\x27\x5c\xdb\x39\x7c\x46\x61\xdc\x8a\x2f\x3a\x1a\xeb\xfb\xe2\xb8\xa3\xdd\x17\xf1\x9d\x0c\x8d\x3c\x3d\x35\x0d\x79\x36\x53\x95\x5d\x38\x00\x95\x0b\x10\xe4\x5f\x96\x6d\x7b\xca\x44\x60\x10\xcd\x8b\xf8\x38\xb8\x82\xc3\x86\x4a\x09\xe4\x0d\xd0\x03\x9e\x9e\x21\x1a\xb2\xe0\x02\xab\x76\xdc\xd0\x67\x24\xa1\x28\xd0\xf3\xc5\xfe\x18\xa3\x9d\x6f\xa7\x5e\x69\xd6\x21\xa6\x2d\x0d\x19\x3f\x06\x2d\x37\xda\x40\xb8\xe6\xe1\x1a\xc4\x72\x45\x11\x1d\x83\x2d\xf7\xb2\x9c\xcb\x8e\x73\xfa\x9d\x3d\x36\xca\x97\xef\xab\x04\x57\x88\x16\x29\xc7\xf1\x46\x51\x4d\x14\x6e\x74\x44\x25\x56\xb8\x11\x2f\xb8\x2e\x48\xef\xd6\x9e\xe9\xdf\x24\x9c\xef\x44\x14\x1f\x6c\x4c\xc1\x6c\xb8\x97\xcd\x3f\x48\xa7\x04\x14\x9d\x81\x74\xc8\x85\x5c\x74\x8d\xb8\x65\xe2\x38\xc7\xd2\xff\xe2\x6c\xe7\x86\x90\xa7\x04\x3b\xe7\x06\xa6\x24\xd8\x89\xe5\x59\x01\x45\x2d\x87\x8a\x02\x8a\xce\x0d\xf6\xfe\xb6\xe5\x39\xa6\x66\xe5\xd4\x39\x37\x88\x9b\x78\xa2\xd8\x68\x15\x4f\x74\x6e\x5b\xaa\x5a\x22\x42\xcc\x53\xde\x9c\x72\xa2\x9d\x2a\x6d\x4e\xd9\x7a\x20\x2b\x4d\xf0\x35\x65\xd1\x39\x37\x94\xde\x37\x07\x17\x52\xe7\xdb\x69\x7d\x91\x0f\xdf\x4a\xce\x14\x0b\x2e\x89\x72\x10\x17\xde\xf8\x2a\xfa\xf6\x63\xfe\xfd\xc6\xda\xcc\x02\x39\x16\x69\x67\x7f\xeb\x29\x9c\x73\xc3\x0c\xf0\x76\x2c\x48\x9c\x15\x8a\x3d\x3a\xb7\x2d\x1f\x6a\x73\xd5\x4c\xb4\xb4\xa4\x92\x8d\xa8\xa4\x37\x1f\x23\xe5\x9b\x43\x8d\xed\xf5\x46\x64\x46\xc1\x7a\x93\x93\x29\x90\x3c\x85\x6c\x03\x45\x17\x9d\x5b\xe6\x52\xb1\xbb\x25\xb6\x69\x45\x17\x15\x4c\xcc\x63\xf3\x82\xed\x81\x7c\x34\xf6\x80\xde\x6b\x26\xd2\xa1\x88\xa1\x03\x0f\xf6\x50\x88\xd0\xb9\xd9\x1c\x3d\x36\x36\xbf\x59\xfb\x70\xfa\x98\x81\x48\x3b\x14\x24\x74\x62\xe2\x1a\x8a\x11\x6a\xbe\x2b\xb6\x20\x23\x3b\x80\x9a\x6a\x5e\x40\xdd\xcd\x04\x94\x74\xd3\x03\xf9\xb4\x1b\xf4\xe1\x6c\x46\x4e\x86\xba\x40\x1b\x30\x3b\xd8\xda\x07\xe0\x6c\xa8\x0b\xb4\x84\x30\x68\xea\xf6\x2c\xa4\x6e\x17\x94\x86\xcc\x7f\x46\x40\x56\x10\x7c\x15\xf4\xea\x8b\x90\x0b\x7a\x4a\x1d\x4b\x3b\x8e\xb1\x1c\xf4\xe9\x58\x6c\x2c\xc7\x43\x6f\xd4\x9c\x0e\x9e\x5d\x90\x4e\x97\xfa\x01\x8d\x10\xcd\xfa\x2a\xc1\xc1\xf4\xd9\x70\x52\xb3\x66\x93\x4c\x33\x40\x8e\x1c\x60\xaa\x77\xbf\x3c\x66\x2a\x19\x3b\xc2\xe2\x99\x42\xb1\x80\x23\x90\xad\x92\x56\x89\x87\x33\xaf\xa0\x84\x0d\xa2\x6b\xea\x9e\x42\xd3\xa2\x4d\xb0\xc3\xd1\x36\xa4\x60\x5d\xa0\x5e\x97\xd9\x02\xd9\x1b\x36\xc0\x01\xd7\xb4\xb9\xd2\xd8\x31\x46\x9c\x01\x9f\xf6\x2d\x6e\x80\x8c\x86\xa6\xec\x31\xb4\x10\x3a\x9c\x8b\x25\x51\x57\x63\xbf\xc1\x09\x8c\x6f\x13\x12\xbd\x2a\x9c\xc1\xc9\x79\x16\xe4\x53\xb6\x07\x7c\x3b\x74\x87\x5e\x6c\x80\xf0\x0d\xee\x05\x9a\x72\x76\x30\xf4\xca\x1c\x29\xd4\xad\xa0\x8d\x29\x8c\xb9\x1d\x14\xa6\x9e\x04\xcd\x9c\x11\x17\xdf\x53\xc8\x48\xfd\xa9\x5f\x91\x21\x78\x65\x1c\x70\xd5\x33\x60\x73\xdd\x02\x28\xfa\x3c\x52\xc8\xba\x79\xa4\xce\xa9\x32\x2a\x3b\xe8\xf0\x3d\xe2\xc6\x62\x90\x55\xa5\xa5\xae\xb6\xa5\xf9\xe1\x50\x30\xcb\xb9\x1d\xa9\x29\x7b\xc5\xe7\x3b\x53\x8e\x95\x90\x71\x38\x4a\xea\x4a\x33\xce\x2a\x05\x76\x16\xff\x89\x4d\x1b\x07\xab\x64\x75\x76\x1c\xac\xd2\xc5\xb0\xe5\x5b\xd9\xf7\xd4\x35\x06\xa0\xce\xd1\x7a\xd1\xae\xa3\x06\xb0\x0b\x8d\xc3\x7c\xd5\x7a\xcf\x38\xfc\x90\xc3\xf9\xc3\xfc\x26\xab\xaa\xc3\xa2\xa1\x0c\x65\x63\x29\xce\x81\xb6\x20\x1f\x4a\x20\xab\x47\xe1\x5b\xa6\x52\x76\xfa\xc6\x0e\x75\x66\x96\x81\x4d\x72\x1c\x56\x2a\xd8\x2e\x8a\x41\x39\xb7\x02\xaa\x53\x86\x90\x83\x0e\x31\x44\x59\x56\x1c\x7e\x7f\x06\xe6\x3c\x14\x82\x72\x6e\x16\x81\x47\x21\xe3\xac\xc5\x99\xa1\x08\x94\x93\x50\xb9\xa1\x98\x93\x13\x1f\xda\x28\xf6\xe3\xa2\xfc\x0f\xde\x9b\xf1\x85\xd7\x05\xea\x66\x77\x4f\xa1\x22\x3e\xac\x06\x8e\x64\x5f\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x1b\x1c\xd2\x89\x0d\x0e\x68\x7a\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\x85\x3e\x95\x38\xc9\x77\xbc\x16\x24\x32\xe4\x5c\x29\x36\x2b\x36\xd8\x5b\x41\x49\x18\xf9\xd2\x44\xc1\x1c\x78\x93\x17\x10\xb0\xd8\x74\xa4\xcc\x6c\xf2\x48\x3b\x3a\xae\x2c\xd2\x0c\x45\x99\xac\x42\xea\x2e\x3d\xe0\xdc\x0a\x63\x9e\x1a\x33\x7b\xb1\x98\x4f\xd7\x94\x79\x67\x66\xf2\xcc\x0d\x2a\x13\xe2\x07\xca\x4f\xce\x56\x05\x96\x9c\x5b\x46\xc9\xfe\xcf\x4a\x2f\x32\x38\x11\xdc\x46\x11\x13\x3f\x83\xab\x93\x12\x37\x98\x78\xb5\x70\xc6\x29\x5c\x11\xce\x6c\xd7\x1a\x15\x41\xdf\xc2\xea\xa8\xa6\x11\x18\xb3\x03\x42\x5a\x83\x7f\x56\xd8\xb6\x25\xb9\xc1\x73\x30\x6d\x0f\x68\x8b\xf2\x48\x65\xad\x1f\x67\x85\x63\x40\xc8\x03\xbc\xc0\xe9\xf9\xa3\xd7\x21\x0a\x3f\x03\x69\x68\x9f\x66\x5f\xee\xa5\x01\x9a\xa5\xc3\x66\x14\xe8\xd1\x88\x2a\x1d\xd5\x94\x00\x47\x57\xba\x96\x73\xe3\x68\xa8\xac\x7c\x4b\xa1\x79\x6d\x67\x56\x6e\xcd\x75\xf0\xb9\xb5\xff\x38\x0a\x2a\x86\xc8\xb4\xf3\x32\x02\x01\x75\x0d\x2d\xc8\x4e\x26\x97\x2f\x2d\x82\x35\x84\x9c\xea\xd5\x86\x3b\x28\x06\xe4\xdc\x60\x89\x7a\xba\xe5\xdc\x20\x4c\x9e\x6e\x41\x6e\xa9\x98\x30\x5b\x9a\xd1\xe4\x8d\x54\x5d\xdc\xf3\xfa\x34\xf3\x96\x4b\xcb\xe3\xe0\x19\x17\xb4\xe9\xe1\x67\x5c\x5a\x83\x75\x9d\x3c\x55\x7e\x00\x41\x7c\x17\xa0\xf1\xa9\x40\xc3\x83\x4e\xa1\x56\x88\x3d\x7e\xc2\x0f\xd2\x89\x04\x71\xd6\xe7\xc4\x7d\x81\x5c\xe7\x77\x5d\x72\xc6\xf2\xae\xcb\x85\x8c\x75\x42\x4f\xb0\xc4\xd3\xe7\x09\xcc\xe2\xb4\x98\x07\xd7\xf3\xc3\x2e\x85\x8d\x7b\x9a\xd4\xae\x1f\x26\x37\x59\x55\x25\x8d\xc1\x63\x4e\x53\x5a\x4b\x87\x92\x67\xae\x94\xf9\x5c\x44\x28\x39\x11\x0f\x39\x30\x14\x2f\xc2\x6d\x98\x05\x69\x9e\xa1\xa5\x53\xd7\xa1\x0e\xf6\xff\xc9\x15\x92\x91\x0f\xa7\x07\xc9\x6c\x89\xe7\x10\x31\x3d\x4e\x3f\x22\x05\xb9\x9c\xe6\x23\x99\x57\xf9\xcd\xd0\xa9\x86\x42\x3b\xca\x0e\x81\x28\x98\xa3\x10\xc0\x3e\x4e\x93\x52\x63\xca\x1d\x4d\xd4\xb2\xcc\x1c\x1f\xc8\x4f\xce\x4c\x53\x71\x2d\x8f\x0b\x0a\x01\x9f\xab\xc3\x3c\x07\xa0\xba\x81\xf0\x94\x8c\xa6\x62\x57\x1f\x97\x0e\x90\x9c\x1f\x57\xa7\xd3\x0a\xe8\xab\x5d\xe9\x44\x87\x64\x3e\x94\xaa\x56\xe1\x72\x8a\xe5\x28\x11\x96\x2e\xc4\x46\x44\x95\xcb\x6f\x9a\xd6\x23\x75\x75\xe7\x1c\x5a\xbf\x30\x24\x71\x48\xf9\x05\x16\x2c\xbd\x43\x99\x67\xce\xad\xa5\x6c\x09\x8d\x65\x0b\x02\x8e\x67\x64\x93\x28\x98\xe3\xdc\xf2\x21\xae\xd6\x1e\xd0\xae\x26\xda\x41\x18\xe9\xa0\xe7\x93\xa7\xd2\xac\xf5\x7c\x64\xf9\x0b\xee\x83\x24\xed\xc7\x5b\xb6\xe3\x03\x1a\xbd\xb4\x23\x99\x36\xd3\x2c\xf5\x7d\x64\x7e\x10\x30\x46\x3a\x31\xf7\x01\xbb\xe9\x87\x21\x02\x99\xf9\xc0\xa8\x2e\xf4\x3f\x0e\x97\x0b\xb1\x94\x13\xf5\xb2\xc9\x33\x12\xee\x65\xde\xc4\x99\xee\xa8\x90\xd6\x8e\x34\xac\xd4\x56\x57\x1a\x92\x0b\x65\x4b\x2f\xbe\x20\xc1\x48\x9c\x15\xa9\x96\x54\xf5\x71\xc2\x72\xea\x9d\x97\x73\x83\x35\x10\x31\x72\xb1\x2a\x8a\x18\x39\xb7\x1e\x48\xac\x1c\x46\xd1\x74\x09\x09\x47\xc9\x68\x56\x41\x59\x3e\xbf\x00\x33\x6a\x49\xab\xc3\x5d\xa6\xae\x4c\x1a\x7b\x20\x31\x76\x76\xb8\xf2\xe9\xac\x2f\xd3\x89\x82\xde\x91\xc1\x1a\x62\xf1\x07\xd4\xd6\x64\x13\x35\x18\x17\x73\xd9\x7c\xa9\xed\x62\x01\x9d\x51\x27\x02\x48\x83\x4c\x39\x6f\x95\x50\xe7\xc4\x50\x31\x9a\xc9\x14\x12\xe6\xcd\x97\x8a\x08\xe4\xe8\x92\x08\x07\x0a\x2e\xd9\x4b\xb4\x0c\x45\x97\x94\x23\x43\xf1\x4b\xda\x99\x03\xa7\x47\x82\xcb\x35\x5b\x42\x33\x05\x32\xa1\xb7\xf4\x2f\xca\xcb\xb1\xd3\x24\x01\xed\xd0\x73\x73\xd4\xf6\x95\x0e\x2d\xf2\x64\x54\x93\xc5\xa3\x47\xa7\x37\x68\x41\xc0\x37\x7c\x91\x22\x9a\x85\xdb\x11\xe8\xe1\xaa\x7f\x83\xe8\xdd\x9d\xc6\x19\xc6\xd6\x6d\xbf\x64\x22\xbb\xe9\xe5\x03\xb1\x22\x15\x50\x69\x82\x90\x5b\x9c\xfb\x06\x1f\xe4\xe8\x8e\xb6\x6e\x25\x85\x7a\xda\xbc\xe5\x43\x89\x05\x23\x3d\xda\x96\xd9\x80\xcc\x49\x61\x8e\x0a\x2d\x29\x0d\x5e\xd0\x45\x3d\x5b\x9a\x91\x79\x3c\x6a\x93\xc2\x47\x8e\xeb\x53\x26\xd3\x0b\x7c\xa2\x9b\x76\xa2\xd6\x75\x0b\x46\xe9\xc2\x97\x1c\xa3\xc7\xf9\x91\x98\x2d\x3a\x96\x62\x44\x0e\x2c\x69\x43\x31\x22\xfb\x01\x2f\xe8\x76\xc4\x37\x14\x83\xc4\x88\xb0\x9f\xba\xf9\x58\x94\xbc\xee\x57\xa7\x5a\x3e\x3d\x95\x4c\x10\x14\x6e\xf0\x4b\x2f\x4d\x69\x61\xc0\x96\xf7\x64\xd2\xc9\x70\xd5\x80\x3e\x12\x4a\x9a\x75\x9c\x6d\x4f\x9f\x0f\x13\x50\x30\x7a\x6a\xa6\x99\xcc\xdb\x02\x46\xfa\xd4\x38\xb3\x5e\xd3\xea\x47\x0f\xb8\x7f\x7f\xf5\x92\xb5\x9d\xbe\x4e\xdf\x03\x8a\x8b\x70\xd6\x75\xdf\x02\x88\xfa\xd1\x27\xe8\x82\x1f\x19\x4e\xe1\x4e\x8a\x3d\x69\x17\xec\xc8\x0f\xdc\x8c\x4f\x9f\xeb\xc4\xd8\x61\x31\x8e\x35\xf9\x88\x18\x0a\x36\x39\x77\xc6\xe5\x60\x93\x03\xa1\xd8\xb1\x26\xd8\xbf\x87\x42\x4d\xce\x9d\xfd\x35\xfc\xda\x63\x43\xc4\x19\xbe\xd6\x12\xed\x51\xa1\x26\x0b\xbb\x06\x38\xf4\x69\x9a\xbd\x5d\x37\x2d\x29\xc7\xef\x99\x86\x98\xe8\x74\x6a\xe9\xba\xa6\x5d\x0d\x05\x1e\x3c\x50\xfe\x0b\x43\x41\xf9\x67\x28\x43\x21\xcc\x2d\x65\x8e\xc9\x47\xe5\x18\x43\xbb\xa8\xa7\x1d\x6b\x93\x50\xd4\x90\xd4\xb5\x43\x42\x8a\x1f\x39\x63\xed\x51\x02\xa0\x73\xcf\xe4\xf9\xf4\x8d\x09\xc4\xe1\x24\xbc\x3c\xb1\xc0\xc5\x84\xf7\x4c\x89\xd3\xe7\xee\x99\xb0\xdb\xb3\x79\x01\x79\x93\xa5\xec\xd2\x7d\xd7\x7c\xa8\x98\x90\x92\x3e\x4c\xa6\x6c\xa3\xe1\x9c\xcd\x44\x07\x0d\xe2\x50\x32\x21\x32\xd0\x71\x9f\x6a\x28\xaf\xd0\xb9\x67\xd6\xa7\x22\xc6\x20\x9f\x81\xf0\x06\x36\x56\x02\xa3\x56\x0d\xa7\x8d\xe1\x38\x1b\xd0\xe1\x9e\xba\x7a\xde\x0f\xf1\x9e\x10\x95\x86\x6c\x39\x7c\xbd\x20\xba\xd1\xc8\x71\x9b\x4f\xdf\x2e\xf5\x50\x1c\x96\xf2\xd1\x9a\x6f\xbb\x1f\x39\xd3\x15\x97\x72\xee\x2c\xdf\x6d\x52\x04\x05\xe5\x0f\xe2\xad\xe5\x05\x75\x95\x15\x20\x51\xde\xfe\xe3\xdb\x3a\xe3\xe6\xc2\x28\x07\x98\x52\x0d\x9d\x3b\x73\xe0\x80\x96\x86\x3f\x63\xdc\x4e\x26\x8e\x90\x7c\x3b\xca\xa9\x9d\x01\x75\xba\x7d\xaa\xea\x05\xcc\x2b\x65\xc6\x8e\x51\x41\x86\xe0\x6a\xba\x43\x36\xb9\x2d\xdf\x47\x10\xbf\x6d\x1b\x84\x1d\x29\x0f\x51\x89\xfd\xf4\xf6\xad\x28\x62\xb0\x86\x62\x58\x6a\xcc\x5e\xb7\xe3\xe2\x38\x78\x6e\xc7\x2d\xb5\x33\xa0\x94\x33\x44\x54\x1e\x37\x6a\x68\xd7\xb7\xaf\xa3\xc0\x45\xc8\x2c\x54\xa1\xad\x5b\x8e\x99\x48\x6b\x37\x14\x83\x10\xaf\x64\x42\xe7\x1e\x0c\xa6\xd6\x00\x79\x5a\x01\x2e\x6b\x9a\x53\xf5\xa1\xc2\x60\xa0\x49\xff\x34\xf3\x16\x02\x5e\xe6\xe9\xfc\x52\x15\x56\x30\xcd\xb8\x90\x13\xfe\x5f\xc6\xce\xe5\xea\x62\x54\x57\xc2\xa9\x9c\x10\xb6\x8d\x79\x4d\x3a\x17\xd8\x8f\xfc\x43\xb8\xcb\x55\x5f\xb9\xef\xec\xef\xa1\x16\x18\x30\x08\x49\x88\x42\xda\xe6\x08\x58\xdd\x21\x89\x0a\xf7\x8a\x73\xfb\xf9\x52\x4d\xe1\xf0\x6c\x1d\x90\x1e\x5d\x28\x73\x2c\x43\x07\xd6\x12\xb3\x73\x0f\xb2\x8a\x51\xd9\xd7\xc8\xe1\x51\x21\x52\xea\x91\xba\x02\x9d\xc4\x03\x23\xd0\x49\x3d\x9e\x9a\xcc\x41\x81\x54\xc4\xad\x87\x92\xc7\x0e\xf5\xbb\xc3\x06\xe6\x0a\x61\x50\xea\xf1\x50\xea\x11\xbb\x6e\x3b\xa0\x20\x40\xfc\xa9\xcc\x46\x15\x2c\xc2\x24\xb2\x50\x0c\x4d\x00\x2a\x80\xe4\xe6\xb6\xd9\x1e\x0b\x71\x5b\x54\xa0\x36\xb7\x0d\xf5\xa7\xac\x48\x71\x33\x02\x9b\xe9\xb8\x4d\x04\x42\xa9\x07\xa2\x4a\xb0\x93\x7a\x60\xe3\x28\xd2\xd0\x99\xf3\xa9\x82\x09\x9d\xb1\x46\xb6\x63\x32\x8f\x94\x6d\xe9\x48\x46\x2a\x98\x5b\x79\xda\x94\xa7\xaf\x66\x64\x4a\x78\xcc\xbe\x13\x58\xe5\x04\x14\x38\xdf\xd6\x73\x28\xb6\xf7\x80\xb5\x27\x64\xf9\xe7\x7f\x17\xaf\xe6\xe6\xdb\xc7\x48\xb0\x73\xd3\x60\x95\xa3\x97\x94\x0a\x78\x8c\x84\x7b\xfb\xbd\x52\x4b\xd5\xad\xa3\x46\xba\xfc\x28\xe0\xc2\x80\x92\x55\x30\x42\x49\x71\x60\x15\xbc\x91\x18\x69\xd4\x21\xaa\x1a\xfb\xf9\x4d\x22\x97\x0e\x25\xf0\xd8\xf3\xa5\x97\xbc\x41\x75\x05\x3d\x62\x34\x76\x1e\xf4\x0c\x47\x49\xd0\x62\xe6\xbf\x7d\x13\x11\x5b\xe8\xed\x10\x86\x47\x5a\xd5\xbe\x2b\xe9\x51\xef\x98\xf2\x21\x4a\x8e\x15\x70\x62\xa8\x23\xa6\xab\x33\x43\x4d\x87\xcc\xbd\x49\x5d\x18\xe4\x47\x9c\xcd\x31\x7f\x29\x27\x76\x74\x83\xb3\x46\x45\x62\x3c\xf0\x17\x28\x0d\xe7\xfa\xfb\x71\xfc\x4c\xc8\x1f\x46\x4e\x3c\xf1\xfc\x96\x84\x54\x0c\x8d\x37\x77\x50\x48\x3b\xc1\x66\xea\xf1\x50\x62\x56\x34\xe0\xdb\x02\xec\x4a\x33\x4b\xf7\x96\xf0\x8e\xc3\xa7\xb0\x01\x1c\xe2\xe7\x88\x79\xfe\xb6\xad\xc5\x6c\x7c\x2c\xa3\xf0\x89\x28\x2f\xd5\x51\xc2\xae\x1f\x5f\x82\xc4\xe6\x15\x66\xa6\x66\xd1\x3f\xbc\x38\x67\x63\x7d\x22\xb3\x52\x57\xce\x0c\x84\xe6\x07\x93\xe9\xc8\xa7\x16\xf1\x2d\x9f\xea\xf9\xcb\x95\x4e\xf5\x84\x2e\x65\xf6\x7e\x21\x4d\x14\xf1\xe7\x1c\x19\xed\xcd\x93\xcf\xed\xe3\x87\x23\x24\x86\xeb\x07\x4f\xc7\x53\xb7\xd9\x5d\xc0\x6f\xeb\xd0\x78\xa0\x00\x05\x8a\x29\xcf\x24\x70\x03\xc6\x21\xe5\x63\xc6\xbb\x32\x02\x3f\xe4\xa6\xcc\xb2\x0e\x7b\x40\xd1\x80\x4e\x1e\xd7\x4d\x45\x03\x2a\x23\xbf\xec\xec\x03\x4f\x99\x30\x9c\x1c\xfd\x14\xd2\xa7\x1e\x35\x35\xd9\x05\x21\xe5\x44\xc7\xa7\xf8\x71\x82\xec\xb8\x23\x15\xd4\xa7\x14\x14\xde\xc7\x32\x11\x25\x22\x64\x4d\x39\x7a\x28\x1d\xb7\x51\x86\x0a\xe9\x53\x5f\x99\x39\x07\xe9\xed\x3d\x85\xba\x3e\xcf\x72\x38\x0c\x55\x3c\x6a\x82\xd9\x94\x72\xe6\x4b\xdb\x76\x47\x06\x20\x4d\x89\xf3\xf8\xe3\x94\xb4\x1c\x9a\x05\xa4\x29\xb9\x14\xfb\x46\x53\x56\x48\x47\x77\x9e\x29\xb5\xd6\xc2\x10\x55\x6c\x9e\x9a\x1b\x87\xaf\x63\x31\xd2\xec\xd7\xba\x11\xf1\xa2\xf0\x3b\xf5\x40\x84\x0a\x38\x53\x09\x93\x31\xc9\x53\x15\x53\xfc\x1b\x45\x49\x97\x7e\xc8\xc0\x01\xe9\xeb\x70\x7d\xb9\x4c\xfa\x22\x0b\xb1\xdb\x93\xd4\x6a\xa6\xd4\x81\x3d\x69\x97\xe3\x27\x36\x80\xe3\xf1\x44\xfb\x7c\x89\xb0\xc1\xf9\xc9\x69\xac\x8e\xce\x54\x3b\x8f\x55\xa4\xd8\x37\x1a\x38\xed\xca\x49\x54\x33\x5c\x39\x89\x30\x58\x1c\x9d\x27\xce\x2f\xe1\x6a\x6a\xcc\x39\xe3\x6a\xb2\x42\x5f\x2e\xe1\xaf\x54\xd5\x8e\x6e\x69\xc6\x73\xc9\x58\x9d\x9f\x94\x1d\xfc\xc5\x77\x91\x1e\x37\x13\x44\xb3\x38\x2f\x30\x51\x14\x71\xa7\x1e\x6c\x20\x01\x64\x6a\x36\xf4\x17\x11\x57\xd3\x90\x93\x57\xa5\xaa\x44\x5c\x4b\x9f\x12\x71\x2d\x7d\x68\x74\x59\x21\x69\xe0\x6b\xa6\x43\x9b\xed\xc8\x2d\x92\x55\x61\xad\x18\x4b\xc3\x43\xf1\xe9\x5c\x55\x47\xff\x3b\x91\xce\x5d\xd7\xf7\xd0\x9c\xba\x84\xbb\x29\x71\xdf\x80\xbb\xc9\x31\xc7\xb8\x9b\xe3\xa9\x6a\x97\x08\x4b\xf2\x1b\x2c\x74\xc6\xa0\x18\x5e\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc5\x8c\xc2\x89\xab\xcb\x28\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xd0\x67\xe8\x15\xe5\xb2\x3a\x4b\xfa\x77\xa0\x97\x88\x63\x25\xaf\x2a\xb9\xd6\xf9\xf9\x62\x09\x60\xf0\x04\xb0\xd3\x42\xf9\xb8\xc4\x39\xf4\x87\x8a\xbe\x32\x04\x9d\x07\xb0\x67\x7e\x96\x94\x88\x91\x9f\xaf\x9d\xa3\x4c\x7f\x3e\x6a\xb2\x85\x7e\x3e\x5b\xb2\x89\x7f\xb8\x44\xe0\x26\x25\xb0\xaa\x47\xc6\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\xd6\xc2\xc8\x38\xe5\xa8\xaa\x47\x46\x1e\x8e\xe5\x2f\xa5\x85\x83\x5c\x21\x52\x50\x0e\x4b\x42\xf6\x94\xe8\x15\x67\xac\x3a\x67\xca\x88\xcf\x0e\xe5\xa1\x86\xd3\x1c\x95\x8f\x27\xf0\xf3\xb7\x99\x4a\x26\x44\xf0\x83\x38\x40\x15\x45\xe8\x7c\x3d\xcd\xea\xaa\x94\x77\x95\x53\xf9\xac\x4a\x24\xc1\xcf\x81\x3d\x2c\x52\xd6\xcb\x37\x0c\xdc\xe3\x2c\x25\xb4\x2a\x5c\x46\x2e\x25\xb4\x2a\xa7\xfb\x58\xca\x67\x75\x9c\x35\x1f\x56\xb9\x5c\xba\x29\x0e\x88\x9d\x66\xe0\x17\x9a\xe1\xa0\x60\xb3\x75\x39\x67\x14\x88\xae\xe5\x38\x41\x8e\x46\x76\x53\xe6\x6d\x9f\xba\xd6\x0b\x21\x66\x11\xbc\x5e\xbe\x0b\xe0\x85\xea\x7a\x99\x27\x46\x7a\xb1\xfb\x7a\x30\x04\xc7\x11\x9b\x8c\xcf\x78\xa1\x49\x9f\x7e\x58\xc5\x49\x6f\x39\x6a\xcf\xbc\x32\x3e\x33\xc5\x08\x25\x44\xf6\xa4\x13\x5d\x05\x1c\x23\xed\xd8\xf4\x38\xd3\xa5\x95\x7b\xe6\xc4\x0f\x01\x79\xb5\xbc\x94\x07\xaa\x1e\xf9\x33\x60\x28\x83\xd9\x14\x5b\x60\xaa\xad\x57\xc2\x91\x43\x4d\x39\x2b\xe9\x04\x1f\x43\x06\x94\x64\x3e\x50\xb2\x23\x9f\x66\xec\x3d\x9a\x21\x19\x8f\x1b\x52\x70\xa0\x7a\xf8\xf4\xbd\x14\x1b\xe8\x20\x16\xc4\x12\xb0\xe8\x20\x20\xc7\x52\x6c\xa0\x82\x74\x5c\xc7\x90\xff\x71\x86\xb2\x23\x8c\xf5\x3b\x2c\xa9\x46\x9a\x11\x1e\xbc\xa5\xcc\xf6\xf9\x4c\x8f\xf6\x83\x59\x3c\x2f\x62\x03\x39\x28\xdc\x4d\x6a\xf7\x8f\x50\x5e\x69\x46\x6e\x66\x2b\xb4\x63\x37\x58\xbe\x9b\x3a\xb5\x67\x38\xd3\x2f\xc5\x07\x94\x00\x17\x85\x0e\xc1\x37\xe4\x47\xc0\x37\xcc\x3f\xb3\xc8\xdf\x75\xed\x4e\xab\x69\xd7\x0c\x33\xa1\x6c\xb7\x9c\x21\x89\x38\x06\xf5\xd1\x56\x0c\xa5\x15\xc9\x6c\xe9\x7a\xfc\x60\x61\x85\x70\x2a\xd7\x43\xb1\xea\xf4\xb8\x58\x59\xfa\x40\x45\x16\x2a\x4b\x29\x9e\x2f\xe6\x60\xfb\x78\x57\xe8\xc5\x4a\xf1\xa1\x24\x0e\x67\x28\x6f\xb7\x2c\x98\x0c\x7f\x72\xff\xdd\xa4\xcf\xd0\x8d\xc1\xfb\x6a\xc0\x51\xea\x6e\xf2\xab\x4e\x19\xa0\x0f\x02\x2c\x83\x82\x07\x15\x5e\x09\x2c\x05\x0f\xba\x3f\x3c\x20\xfd\xdb\x13\xca\xce\x1c\x16\x57\x50\xa9\x52\xae\x14\x36\x6f\xd4\x14\x7a\x19\x2c\x94\x97\xa2\x00\x55\x27\xa3\xbf\xa9\xaf\xe4\x63\x83\xf2\x78\xa8\x69\x06\x02\xd8\xb5\x4e\xfb\xff\xaf\x14\x4a\x7d\x4c\x3e\x74\x2c\x75\x87\x9e\xbb\x49\xdf\x0c\x76\x06\xa4\x1b\xa1\x83\x55\x39\x27\x33\x12\x52\x2c\x8c\x04\x3a\xed\x3a\x85\xf9\x15\xf4\xa7\x9e\x2f\xba\x44\x9d\xd9\x8c\x59\x8e\x01\xc4\x8d\xfd\x22\x87\xd5\xcc\x60\x17\xcb\x99\x4f\x95\xce\xf9\x4a\xa1\x00\xca\x48\x03\x61\xaa\xca\x7c\xca\x58\x5c\x7e\x6c\x79\x74\xe9\xd2\x06\x6c\x63\xb0\xcb\x31\x71\x69\xc7\xda\xee\xc5\x3f\x4b\xd9\x71\x03\xbb\xce\xb0\x1e\xed\xd8\x3a\x1b\x29\x94\xf1\x3f\x90\x47\x0a\xfa\x53\xcf\x4c\xa5\x8d\xff\xfc\xa5\x2c\xb0\x33\x3c\x21\x6c\xcd\xf9\x4a\xa3\xdb\xcd\xf0\x23\xc4\xfc\xf1\x7f\x14\xdb\x51\xc4\x1e\x58\x06\x55\x81\x72\x59\xc5\xd2\x89\x83\xd2\x52\x58\x9f\x7a\x32\x56\x05\xf2\x19\xc4\xfc\x58\x82\x58\x95\x3e\x43\x69\x00\x28\x30\xc7\xf8\x01\x84\xb3\x8a\x25\x15\xa1\x1a\x56\x31\xdb\x3d\x5d\xc8\x69\x07\xf7\x18\x7d\x45\x16\xcc\x9b\x64\x9d\xf9\x52\x18\xfa\x96\xb1\x1a\xbe\xe3\xb0\xc8\x37\xa9\x4d\x9c\x4e\x84\xb6\xc0\x26\x5f\xc5\x58\x9e\x48\x32\x41\xb3\xaa\xe3\x72\xde\x94\x92\x72\x32\x59\x04\x12\x22\x02\xc6\x72\x20\xa1\xf9\xb4\xf3\xd3\x4c\xd2\x8c\x79\x12\x61\xa9\x70\x40\x15\xe4\xcc\x32\x88\xeb\x3c\x43\xa9\xc3\xb4\xe9\xb0\x08\xbc\x87\x58\xc5\x6f\xc1\x1c\xc0\xf8\x26\x8d\x25\x42\xd7\x1a\xc5\xd5\x41\xbb\x2e\xc3\xb8\xc8\xe7\x79\x93\x8e\x25\x12\xea\xa7\x4e\xa1\x64\x56\x01\x28\x5f\x25\xa6\x3e\x23\xc2\x74\xea\x7f\xdf\x53\x2e\xe3\xb8\x3a\xa8\x8e\x55\xcc\x79\x67\xda\x95\xb3\xe3\xe9\x13\xce\x4b\x55\xeb\x7b\x76\x54\xb1\xb6\x75\xd0\xe2\xb6\x1c\x2f\x88\xeb\xe1\x25\x20\x57\x3d\xd9\x34\x17\x5c\x7a\xa6\xaa\x16\x97\x11\x08\xd5\x75\xc4\x8e\xb9\xb8\x4b\x42\xdd\x5e\x83\xd1\x86\xf4\xea\x1e\x50\xde\xd3\x3d\x7d\x2e\x8b\x8a\xb4\x2b\x8f\x13\x86\x8c\xa2\x09\xd5\xf3\x48\x55\x3f\xca\x0b\x75\x5b\x88\x60\xf4\x96\x70\x65\xf5\x7c\x51\x66\x2f\x09\x07\x95\x75\x19\xad\xdf\x52\x57\x57\xed\x27\xcb\x79\xe1\xc9\x43\x94\x5e\x9c\x57\x11\xfc\x97\x9f\xac\x12\xd1\x6d\x5d\x7e\x97\x98\x29\x91\x8b\xf8\x2c\x69\x48\x4a\x74\xa4\x4f\xa7\xd4\x87\x32\x67\x22\x00\x05\x31\xab\xc0\x53\x97\x21\x66\x67\x09\xe5\x5d\x43\x7f\x3a\x90\xf2\x0a\x6f\x5d\xce\x5d\x8b\xca\x34\xc0\xec\x44\x2b\x2a\x90\x50\x05\x22\xb4\xae\xe4\x5d\x64\x29\xb9\x09\xc0\x6e\x51\x5c\xa1\x72\x96\xd4\xb5\x74\xbe\x58\x2d\x39\xd9\x9c\xb1\xee\xa6\xb0\x33\x53\x57\x8c\x97\xb9\xc2\xdd\x71\x31\x58\x01\x08\xcf\x87\x92\x3c\xf6\x59\x7a\x55\x07\x82\x27\xa4\xca\x22\x3c\x10\xc7\xa8\x45\x78\x20\xc2\x2a\x2e\x63\xc3\x1a\xa1\x52\x96\x42\x00\x15\x9c\xe4\xab\xe2\xb7\xc0\x02\x51\xf0\x9e\x52\xd3\x8d\x25\xd0\x95\x32\x05\x31\x66\xec\x95\x43\x1f\xbb\x51\xb8\xad\x7a\x3e\x94\x1f\xbf\x14\x28\x04\x00\xe3\xd1\x9d\x79\xe6\xcb\x10\x2f\xde\x54\x2e\x43\xbc\x08\x5e\xb4\xaa\xd3\xfd\xa1\x20\xaa\x57\x1d\x4b\xa0\x1a\x62\x8a\x20\x75\x40\xa0\x2b\x47\x0a\x47\x04\x6a\x04\x5f\x59\x15\x1f\x6d\x7e\x8b\x03\x21\xdb\x42\x31\x81\x46\x4e\x06\xd5\xcf\x01\x88\xec\xb8\xaa\xd9\x22\x7f\x22\xe3\xff\xbc\x52\x66\x49\x56\x32\x3e\x27\x88\x4d\x3b\xfa\x93\x2b\x1f\x2a\x2d\xd0\x33\x02\x74\x66\xfe\x45\x07\xc4\x92\xbf\xb6\xf1\x06\x03\x55\x03\x7f\xd2\x87\xac\xb5\x13\xb1\x6f\x20\xd9\x59\xd2\x8a\x96\x80\x0d\x0d\xac\x8c\x98\x94\xab\x62\xba\x8d\xb4\xaa\xa8\xa9\x88\x64\x07\x0c\xe2\x0d\xd8\xaa\xb6\xe3\xae\x7c\xa8\xc3\x22\x97\xb1\xab\x39\x68\x3b\x8f\x1c\x56\xb3\x8c\xe3\xdc\xd4\x0c\x11\x42\x90\x36\xc7\x62\x88\x55\x25\xc8\x59\x07\xfe\xb5\x9a\xc1\x19\xfd\x21\xbf\x8a\x5c\x38\xff\x16\xde\x42\xa0\x55\xe2\x70\x2e\x23\xd0\x3a\x41\x4c\x97\x82\x0b\x3d\x76\x42\xb3\xce\xec\xa1\xbc\x2d\x50\xfe\x0e\x2e\x54\x31\x5e\x9d\xfa\x2c\x8c\xdf\xcc\xa2\x30\x5e\xb3\x5a\xec\x94\x61\xaa\x21\x99\x1c\x2f\xa8\x11\xbc\x67\x35\xe7\x1c\x6c\x99\x11\xeb\xc9\x96\xba\xde\xfe\x2d\xed\x7a\x5f\xb4\xd4\xf5\x2a\xc0\x6b\xcd\x0c\x84\x7a\x6b\xf6\x97\xf1\x4c\x7b\x91\x17\x2d\xc6\x6d\x13\xd8\x07\x74\xd1\x12\xb0\xac\x72\xdd\xb7\x9a\xd9\xa9\xe7\x43\x6f\xdb\xa7\x90\x50\x7d\x8c\x3e\x4c\xc3\x78\x85\x04\x3a\x31\x4a\x1b\xe6\x7e\x49\x5d\x8d\x2f\x33\x26\x73\x1f\x38\xcb\xea\x83\xe1\x4d\x48\x73\xc9\x80\x92\x84\xc6\x0a\xed\x91\x5d\xa9\xda\xff\xf9\x5f\x07\x4a\xb2\x3a\xf6\x3d\x67\xa0\x6e\x9b\x8c\x39\x70\x2a\x36\x1e\x89\x2e\x61\xc5\x7a\x87\xd9\xba\x01\xf1\xcf\x77\x1e\xea\x01\xf5\xf3\x8a\xf1\xe1\xd4\xea\xa2\x92\xc8\xcb\x46\x24\xd3\xa5\x4c\x6c\x35\x1e\x0f\x61\xc3\x0a\x77\x12\x4b\xd0\xb0\xc2\xf5\xc5\xea\x96\x63\xec\xa1\x6e\x39\x86\x5d\x20\x64\xd8\xa8\x98\xb6\x46\x86\xf5\x91\xa1\x46\x38\x85\x14\xc7\x20\x9b\xba\x75\x54\xa6\xc3\x98\x68\x22\x02\xad\xbe\x0c\xdb\x40\xce\x77\x0b\x27\x96\x52\xe0\xb0\xca\xab\xe7\x45\xca\x34\x1e\xb0\xae\x6e\x0e\x41\xe8\xf7\xcd\x80\x58\x3c\x6c\x76\x84\x93\x43\x14\x35\x22\x3e\xad\xbe\xd9\xd5\x21\x25\x74\xd0\x3c\x82\x8e\x15\x30\xe5\xcb\x79\xd2\xe2\x7c\x20\x4f\x1a\x61\x3c\x57\x37\xc3\x60\x18\x0c\x40\x39\x1c\x17\x87\x7d\x52\xe0\x90\x97\x90\x64\xf5\xc4\xc6\x21\xf4\x50\xbc\x08\x43\xfe\xfb\x73\x84\x12\x8b\xc0\x4d\x4a\x9b\x16\xf7\xe2\x1a\xb6\x7f\x58\x3e\x21\xc0\x0e\x12\x2f\xb7\x35\x58\x78\x04\xdb\xb0\x55\x03\x03\x0d\xb3\x41\x7a\xb4\x5a\x44\x00\x10\x5e\x88\xf7\x39\x6b\xe8\x7c\x08\x66\x68\x29\xa5\x5a\x89\x6e\x19\x7e\x2a\x45\x34\xd0\xa5\x68\x43\xf5\xec\x69\xe7\xe3\xc2\x74\x22\x0e\x42\x5e\x1b\x3b\x06\xb2\x6e\x11\x5f\x28\x1e\x0f\x81\xc7\x4a\x0e\xa8\xc2\x8e\x55\xf0\x9e\x6b\xd8\x1c\xca\xbc\xfa\xa9\x6b\x3c\x1e\x03\xbb\x9d\x3d\xec\xf0\x42\x23\x4b\x62\xee\x3a\x52\xd5\xc6\x09\x3f\x69\xd9\x84\xf2\x15\xc4\x6b\xd4\xd7\xdf\xd1\x4d\xd6\xf0\x9b\x6b\xb0\xa9\x4b\xa9\xd9\x4e\xb0\x75\x6b\xd8\x56\xe2\x00\x16\xf8\x17\x07\x29\x45\x1e\xaa\x60\xe9\x96\xc1\x60\x3c\x7f\x59\xc6\x82\x71\xd3\xbc\x86\x01\x16\x33\x23\xf7\x83\xff\x92\xc2\xaf\x07\xc0\x84\x18\xf1\x4a\x18\xda\x65\x88\xd7\xc9\xbc\x4e\xae\xc5\x91\x37\x82\x78\x8d\xfa\x4a\xa1\xf6\x29\xd2\x47\x78\xaf\xca\xa3\xef\x45\x52\xb7\x98\x4a\xd3\x2f\xae\x01\x34\xae\xe9\x38\xfb\x9c\x2c\x01\x78\x71\xbd\xbe\x08\x18\x44\x40\xbe\xa5\x10\x41\x47\xe5\xb9\xdf\x9a\x5c\x3b\xa2\x4f\x88\x11\xd4\xd2\xb0\xef\x7f\xf8\x53\x41\xbc\x6a\x79\xa5\x21\xaf\xdf\xf3\xa5\x6f\xb8\x3d\x45\xce\xe3\x96\x53\xf1\x84\x81\x18\x90\x41\xd3\x3c\xb8\x5d\x82\x66\xd5\xf2\x0a\x65\x7b\x1e\x46\x98\x1c\xfc\x66\xc8\xad\x09\x63\x52\x22\x82\x98\x31\x8b\x20\x56\xd7\x68\xac\x0a\xd3\x4e\xdb\x35\x69\x06\xa5\x54\xf3\xe1\x57\x55\xf3\xa1\x76\x31\xba\x59\x10\xaa\x93\x58\x3e\x6b\xf9\x25\x4d\x7c\x64\x4e\xc1\x46\x02\xed\x9b\xbc\xf4\x27\x29\xb4\x6f\xbd\x85\xf4\xb1\x0f\xa1\x2c\x68\x54\x2d\x98\x93\x0b\x20\x32\x55\xa5\x3f\x0a\xe3\x59\x1c\x8e\x32\x20\x3b\x1c\x09\x82\xb7\x84\x85\xaa\x44\x5d\x5e\xcb\x8f\xee\xe2\x84\x52\x58\x9e\x0a\x08\x75\x09\xef\x54\x0b\x66\xc5\x32\x3e\x94\x20\xb6\x6b\x61\x74\x1c\x29\xbd\x85\x1e\x6f\xdc\x96\x93\xa7\xf5\x91\xff\xd4\x9d\x46\x39\xd2\xac\x9d\x74\x0c\x0f\xab\x22\xa3\x95\xef\xa6\xa4\x55\x67\x23\x1f\x2c\x8a\x31\x4d\x25\x7f\x22\xd3\x00\xc8\xf0\x72\x7e\xb4\x4e\xa8\xc1\x65\x68\xd2\x89\xe0\x57\x9c\x9e\x5a\x38\x76\x2a\x77\x5a\x8d\x58\x21\x77\x1a\x01\x0c\x17\xe8\xa3\xf8\xcf\x36\x5e\x3a\xc4\x9e\x02\xe7\xd4\xc2\x59\x4a\xa1\x72\x2e\x1e\x7c\xad\xed\xfb\x79\xc2\x96\x2d\xc3\x8d\xca\x99\x42\x81\x43\x51\x7e\xdb\xef\xc2\xc1\xf7\xae\x8d\xdc\x45\x08\x29\xcb\x59\x2d\xf8\x47\x84\x3e\xaa\x44\x75\x5a\x1b\x3d\xde\xa1\x2e\x51\x8c\xd5\xcf\x48\xb8\xe3\x5d\xc2\x22\x15\x62\xec\xac\xcd\x02\xa5\x8c\x01\x30\x23\x7e\x37\x1c\x1f\x99\x71\x42\xaf\x03\x25\x21\x68\x50\x8d\x8e\xdf\x9e\xf6\x33\x5f\x7a\xba\x8e\x54\xe5\x4f\x5c\xf7\xed\xbb\xc8\xb8\x2e\x1c\xa0\x66\x46\xd8\x2a\x40\x4d\x21\x0a\xdf\x12\x02\xa8\x96\xf3\xef\x50\x27\xeb\x6d\x8f\x43\xdc\x6d\x6f\x2b\xdc\xa7\x4f\xf3\x1e\x96\x85\x60\x3e\xb5\x70\x96\x32\x74\x27\x8e\xe7\xb7\xdd\xed\x60\x7f\x97\x83\xcc\xb4\x38\xa6\x04\xcf\x39\x72\xb4\x71\xc2\x2e\xf2\xa7\xdf\xa4\x56\x25\x63\x17\x92\x3a\x7a\x53\xe9\xbb\xce\xf3\xa1\x64\xda\xa0\x27\xde\xe0\x04\xd1\x70\x4e\xc9\x15\xc6\x7c\x1b\x1c\x1d\x4f\xa1\xa3\xd3\x24\x1c\xeb\x7a\xfb\xed\x21\x91\xef\xd6\xdb\x4f\xbf\x07\x2a\x47\xf1\x69\x4a\x4c\xa4\x37\x2e\x80\xcc\x89\x3d\x53\x71\xc0\x19\x68\x53\x10\xb6\x06\xda\x14\x5c\x19\x0a\x5d\x53\x89\xa9\xb1\x0c\xbb\xe1\x5a\x75\x39\xef\xd6\x04\xf9\xbe\x8c\xc2\xe9\x9c\xd2\xde\x0e\xee\x99\x89\xe6\x91\x38\xbc\xf8\xf1\x96\xc3\xa4\x75\x6c\x1a\xb2\xdf\xdf\xa4\x87\x33\xa1\x34\x00\xe6\x8b\x54\x5a\x63\xa4\xd0\x20\x81\x01\xa5\x13\x1c\xd1\x4f\x97\x63\xd3\x94\x68\xdd\x8f\xa5\x22\xc3\x23\x1a\x0d\x41\x2d\x96\xa3\xd1\xd4\x12\x4a\x82\x98\x8d\xfc\x41\xa7\x8d\x14\x3a\x56\x08\x86\x98\x91\x35\x05\xe3\x53\xd1\x67\x6a\xb9\xd2\x25\x03\x4a\x9f\x62\x12\xfc\x27\x1f\xe7\x37\xe6\x9d\xdb\x12\x98\xa6\x16\x2c\x5e\x81\x69\xce\x38\x69\x94\x5a\xeb\xcc\xd9\x5c\x99\xb5\x4e\xde\xb5\x2d\x12\x6b\x11\x10\x6d\x39\xb1\x16\xe1\x60\xd7\xc7\xef\x38\x66\x06\xe0\x0c\xf3\x25\x85\x4a\xfd\xd8\x43\x99\xbb\x58\x5b\x62\xda\x00\xbd\x5d\x0e\x62\x13\xe0\xf2\x72\x72\xad\xb8\x12\x3e\x88\x0b\x84\x89\xd3\x69\x95\x1c\xec\x3f\x7e\x45\x84\x44\x10\xf6\xe6\xe2\xc1\xf5\x32\xf4\xa6\x83\x3c\x5d\x1f\xc7\x8d\x20\xbe\xcc\xfa\xa0\x66\x67\xba\x51\x66\xde\xfc\x8b\xac\xf5\x78\x28\x84\xaf\xa9\x44\x42\x5f\x86\xd7\xf4\x78\x94\xbe\xbc\x13\xc2\x20\xff\x9a\xf9\x6a\x28\xad\x35\xb2\xcd\x69\xb1\x0e\x02\x23\xad\xaf\x32\x20\xf3\x18\x73\x09\x7b\x73\x12\xd0\x61\x29\x6a\xcd\x59\xce\x50\xc6\xf4\xa6\x47\x69\x67\x56\x41\x80\x99\x0a\x94\x65\x19\x30\xc3\xcb\xbb\xf5\x75\xe0\x73\x00\x56\x4b\x80\x99\x0a\x70\x7a\x19\x12\xd3\x73\xbc\xfb\x5a\x11\x60\x19\x0a\xda\x52\xc3\xfb\x5f\x64\x05\xce\x95\x2f\xe7\x32\x56\xf3\x6b\x8c\x55\x7c\x12\x8a\xef\x72\x97\x32\x3e\xdf\xdc\x81\x46\x5a\x02\xc2\x54\xb2\x19\xac\x2f\xef\x96\x91\x50\x02\xc2\x54\xc2\xd1\x2f\xe1\x60\x2a\xf9\x0a\x96\x61\x30\x44\x8a\x5f\x82\xc1\x1c\xb7\x76\xfe\x53\x80\x0b\x23\x73\xce\xac\x81\xc5\x11\xfc\xfd\xe5\x25\x6b\x1a\xf5\x93\x66\x56\x5d\xf8\x2b\xb0\x23\x8b\x70\x33\x80\x8d\xd6\x17\xbb\x7a\xe4\x4b\xdd\x2b\x30\x3f\x42\xcc\x5c\x15\x53\x4b\xd0\x96\x84\xd2\x5d\x46\xb6\xe4\x0e\x46\x39\xa8\x2a\x11\xc1\x97\x53\x50\x5d\xa0\x23\x96\x73\x50\xc5\xb5\xfc\xf3\x7b\x9e\x12\xea\xe7\x8d\x49\x55\x5d\xac\xc4\x9b\x2b\xf0\x4a\x05\x50\xbb\x04\x5e\x29\xf9\x2b\xc5\x93\x19\xcf\xd8\x26\x5b\xb8\x42\x0e\x41\x69\xd2\x8c\x76\x48\xee\xe1\x04\x5e\x29\x64\xb7\x58\x3f\x8b\x1b\x0c\x19\x92\x59\xf1\x8a\x73\xfd\x78\x7f\x8a\x69\xae\x8c\x54\x95\x10\xdc\xcb\xa0\x93\x92\x4e\xcc\x1e\x44\xdd\x5e\x46\x9d\x00\x86\x5e\x82\x99\xdc\xcd\x36\x48\xfd\x17\x1a\xdd\x68\x91\xc9\x8b\x8f\x65\xb4\xc8\xe4\x8d\xc7\x32\xe8\xa3\x11\xf8\x77\xbf\x7c\x05\x8b\x07\x79\x1b\xd9\x31\x9d\x22\xf0\x26\x6d\x5f\x7a\x9f\xec\x97\x4f\x37\x3d\x75\x69\xf8\x84\x64\x56\x52\xd7\xcf\xf2\xbd\xfd\xf7\x6b\xf0\x3b\x03\x52\xa2\xec\xa4\x90\xcb\xb1\xc1\xa7\x7a\x5b\x0a\x0e\x6e\xbf\xd0\x19\xd6\x4c\xfb\xc5\x2b\x3d\xda\x31\x2c\x04\x37\xcd\x7e\x59\x11\xf4\x54\xf5\xa5\xfa\xc5\xcf\xe8\x08\x5c\xf2\x6b\xde\xc8\x83\x0f\x09\x16\x61\xb6\xdd\x2f\x04\xaf\x35\xca\x26\xd3\x12\xef\x47\xb7\x21\x1a\x3c\x81\xda\x2f\xb4\xfc\xa0\x53\xf9\x45\x3a\x5e\xa5\xfd\xda\xbe\xbc\x0f\xa5\xac\x50\x8d\x4e\x1d\x91\xae\x3c\x55\xad\x0b\x2e\xa6\x57\x58\x9d\xeb\x60\x4e\xf4\x04\xc0\x69\x5c\xdb\x16\x62\xa3\xbc\xe8\xf2\x70\x42\x8a\x1e\x4a\x77\x02\x35\x94\xcf\x9c\x66\xc0\x4d\x64\x18\x5c\x3c\xfb\x30\x44\x96\xb8\xdd\x5b\xe0\x8a\x72\x59\xf0\x6e\x02\xc5\x10\xab\x64\x0b\x6b\x71\xe2\xae\xdb\x09\x14\x33\x42\xc2\x37\xb4\x6b\xd9\xcb\xda\x1b\x50\xe1\x84\x6e\x37\xe5\x13\xd6\xa4\x4f\xbf\x39\x7a\xa5\x9d\xed\x01\xa5\xee\x5b\x7f\x9d\xaa\xca\x3d\xe7\x3d\xb0\x0f\xcb\xe5\x91\x9a\x7a\xc7\xf7\x62\x7e\x9c\x51\xae\xf1\x9d\x0f\xb2\xac\xad\xf3\x30\x75\x42\x82\x6e\xe5\x61\xaa\x44\xe8\xdb\x87\x0d\xf4\xcc\x16\xda\xf9\x62\x2e\x17\xb3\xc5\x6f\x2d\x2f\x09\x94\xf3\x99\xa4\xaa\x22\xcc\xcd\x4c\x96\xf7\xe7\x4c\x4d\x9f\x05\x4f\xe6\x15\xe8\x6b\x46\x60\x4f\xec\xa8\x7f\x47\xab\xda\x47\xb6\x76\x5a\x52\xf8\xa0\xca\x7f\x72\x8d\xf4\xf4\xfa\xd1\xbe\xc9\xf8\x34\x79\xac\x81\x50\x19\x95\x18\x90\xfb\xf4\x39\x8d\x95\x15\x28\xa3\x10\x11\x7e\x1b\x94\xd1\xff\x25\xcd\xfb\x33\xa4\x64\x28\x8b\x77\xfa\xf9\x00\x9e\xb4\x2d\x8c\x46\x21\xe4\xc9\x3e\xed\x1a\xc1\x4c\xdc\xce\xe2\xc4\x9d\xce\x36\x7e\x83\x43\xd3\x3e\x6d\x42\x4e\x6a\xfa\x28\x91\x1e\xa7\x5d\x96\x29\x63\x74\xf9\x90\xd1\xa5\xd4\x11\xf4\x43\x99\x0d\x60\xf6\xd3\x3e\x13\xa2\x9c\xef\x53\x72\xe5\x95\xf9\xf1\x29\x72\xa4\xaa\x84\x8c\x2d\xd1\x7d\x72\x8a\x9c\xfc\x17\x32\xa7\x32\x07\xf2\xa8\xf4\x0c\xc8\xd1\xe7\x60\x52\x27\x5b\xba\x00\x04\xed\x93\x57\x01\x0c\x20\x02\x29\x24\xac\x17\xf2\x5e\x3e\x02\xe5\xef\x13\x4b\x30\x0d\xc9\x58\x20\x22\xfa\x3e\x8d\x41\x0c\x57\x38\x9c\x0d\xf9\xd2\xf6\xc9\xe3\xf2\xfc\x8b\xa2\x1c\x11\x3c\x70\x9f\x4e\xb3\x9a\x01\xe9\xfc\xc9\x93\xe3\x7d\xda\x2a\xac\xcc\xa5\xce\x9f\x9c\x48\xb6\x02\xdf\x54\x1e\xa2\x6e\xe5\x5e\xaa\x04\x08\xdb\xa7\xb4\x0f\xee\xd4\x5d\x6c\x31\xb2\xbd\x0b\xaa\xe8\x4c\xa1\x04\x34\xf3\xea\x98\x38\xe4\xe3\xda\x82\x6f\x1c\x8d\x38\x7e\xdb\x41\x71\x78\xd3\xb8\x8b\x23\x30\xdb\x92\xd8\xc2\x68\x14\x30\xbb\xbb\x70\x58\x61\xe0\x05\x11\x57\xe9\x04\x3d\x34\xf9\xd4\x20\x0d\x9c\x82\xbb\x20\xf2\x60\x8a\x62\x63\x02\x45\xe4\x8c\x4e\x57\x7b\x48\x45\xd2\xb4\xc1\xb6\x83\xd2\x60\x4a\x8c\xd2\x20\xee\xf2\x16\x2e\xa3\x82\xa9\xd9\x82\x65\x8c\xca\xfe\x52\x7e\xa7\x4a\xa8\xb3\x5d\x8c\x2a\xe2\x5c\xb1\x95\xdf\xa9\x12\x62\x6e\x17\x1f\x6c\x7a\x5a\x15\xe3\x11\x44\x69\x2b\x0e\x4f\xc1\x5d\xb0\x8b\x71\x44\x48\x47\x05\xde\x29\xbc\x0f\xda\x65\xb1\x69\xf9\x0f\x19\xb8\x84\x16\xdd\xc5\x77\xa2\xd8\xb7\x5b\xf8\x8e\x4a\x28\xb3\x5d\x60\xd1\x33\x5d\x7e\x3d\x9e\xd4\xfd\x69\xb0\x34\x6b\x61\x89\x86\x77\x54\x9e\x92\x59\x0f\xc3\x32\x21\x7e\x66\x95\xc1\xe2\x8b\x42\x83\x16\x5c\xbc\xc8\xf2\xcb\xd7\x4d\xb1\x6d\x04\xbc\x38\x2a\xc1\xcc\xb6\xa0\x16\xa3\x22\x71\x48\xc6\x84\x83\x75\x1b\x30\x71\xf1\xb4\x7a\x1b\x30\x81\x6d\xbe\x0d\x98\xe0\x95\xe3\xbe\x06\x7f\x96\x86\xcc\x43\x36\xc7\x37\xa8\x88\xfe\xfa\x1b\x3d\xb8\x0d\x99\x20\xb4\xd4\x26\x6a\x0f\x4f\xaa\xb6\x93\x33\xf1\xf6\x74\x5f\xe6\x12\x04\xc9\xe5\xe0\x98\xb8\x25\xb7\x30\x12\xe5\xf9\x6d\xc2\x74\xa5\x4c\x13\xcf\x1e\xbb\xec\xc5\x8d\x41\x27\x58\x44\x79\x5d\x29\xb4\xea\x69\xfc\x98\xe3\x58\xe6\xbf\xe4\xd3\x25\xbe\xe1\x76\xe0\x9d\x2b\x7d\x64\xad\xd3\xea\xcf\x1a\x96\xba\x32\x56\x1b\x51\x0e\xb6\x62\xed\x9c\x1c\x04\xb7\x30\x14\x95\x20\x5d\xfb\xf2\x95\x13\x4f\x46\xb7\x30\x14\x35\xf6\x88\x21\x14\xcf\x6a\xca\x61\xc2\x4b\x8f\xed\x38\x3c\x0d\x37\xd6\x06\x42\xd1\xf3\xa1\xf7\xcd\x33\x00\xed\x9b\xf0\x81\xcc\xac\x92\x09\xc1\x3a\xf6\x69\x62\x57\xc3\x15\xd9\x0c\x0a\xcb\x73\x12\x31\x67\x1b\x6c\xc1\x93\xe7\x0d\x0c\x82\x47\xea\xbb\xa2\x4e\xec\xdd\xd9\x46\x45\x70\x21\xbe\x85\x8a\xa8\x04\x26\xda\x15\x93\xa7\xa4\x21\x87\x60\x99\x50\xcc\x6c\x48\x78\xcd\x7f\x4d\x6e\xa4\x67\xb4\x24\x4c\xc6\x92\x10\x16\xa2\xf2\xf0\x72\x0b\x0a\x51\xaf\x0c\xde\xd8\x41\x2e\x1f\x76\x75\xc2\xc0\x2b\x85\x6c\x0d\x86\x2b\xb8\x20\x31\x43\x77\xb5\xff\xa2\x66\x04\xd2\x7e\xf9\x4d\xbf\xba\xbe\xd2\xa8\xed\x23\x5a\xd9\x8c\x95\xaa\x02\xcb\x44\xfd\x57\xdf\x46\x67\x34\x32\x81\x48\xba\xb0\x0d\x67\x20\xa2\xd1\x76\x8a\xa3\xc9\xab\x8b\x0d\xd2\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x03\x68\x50\x7a\x77\x69\x5f\xd8\x56\x18\x9c\xa3\xe0\x2c\xd8\xc4\xc1\x21\x27\xc4\x76\x1c\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x8c\x42\x25\xd6\xcd\x6e\x01\x1d\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\x8c\x96\x5b\x00\x6c\x20\xc3\x12\x88\x92\xb3\x9b\x0f\xa0\x47\x3e\x64\x0d\x52\x38\xdc\x0b\x7f\xa6\x14\x48\x44\x46\xdd\xc2\x2c\x14\xc0\xc3\x5b\x98\x85\x02\xd4\x69\x2b\x19\xd1\xdd\x65\x87\x34\xb3\x5d\x29\xb5\x7d\x4d\x27\x1c\x39\xaf\xd4\xd5\x95\x4a\xfe\x53\xfe\x25\xa0\x10\xbb\xb1\x51\xaf\x14\x7a\xde\x99\x5b\xdf\xd8\xe1\xcc\xdf\xcd\x3b\x35\x53\x8b\xcd\x8a\x01\x27\x30\x41\x21\x78\xfa\x76\x54\x9a\x63\x3c\xbd\xf8\x52\x07\xc5\x2e\x34\x41\x89\xc5\xd6\x31\x17\xb0\x4f\xba\xe1\xc2\xd9\x8f\xdd\x9c\xc0\x01\xce\xa1\x67\x78\xe9\xb0\x85\x2d\xa8\xbc\xbe\xdf\x0e\x44\xd3\xb9\x2c\xda\x1d\x45\x70\xfc\xfd\x72\x67\x77\xe7\x61\x9f\x69\x48\x5a\xe2\xca\x60\x3d\x99\x35\xa4\x36\x03\xa2\xde\x51\x6a\x1e\xf9\x29\xb0\xc1\x19\xfb\xd2\x31\x6b\x78\x52\xb8\xbb\x99\x24\x7f\x39\x81\xca\xf2\x5f\x8e\xc0\xd9\x53\xa8\x9d\xc2\xf2\x75\x82\x39\xcc\x54\x45\x55\xa6\x13\x3b\xa3\x32\x25\x3a\x4c\xf1\x9e\x7b\x3b\xa0\x4d\x27\x6b\xc6\xee\xbe\x66\xe6\xfa\x65\x3b\x99\x52\x84\x4e\xf7\x33\xd8\xe8\xf2\x6e\x31\x03\x5f\x74\xa7\x87\x24\x37\xc1\x56\xb8\x9b\x7a\xc1\x8b\xc6\x34\xf0\x0a\x75\x1b\xd3\x70\x11\x4e\x61\x77\xdb\x16\x28\x02\x41\x1a\x92\x3a\x72\x2b\xfa\x4d\xe5\xfd\xfb\xee\xb6\x85\xb3\x7c\x7e\x6a\x41\x9c\xed\xdd\xf1\xa3\x65\x12\x04\xe0\x23\x29\xcb\x16\xfa\x61\xf0\x92\x72\x0b\xfd\x70\xc6\x0e\xeb\x18\x1a\xd8\xc2\x02\x3f\x94\x9a\x9f\xe4\x8c\x8f\xf0\xe8\x4e\x2b\x80\xb6\x51\x7e\xa6\x41\x88\xbf\x6d\x5c\x04\x51\x8e\x76\xb7\x11\x7d\xa5\x51\xed\xdb\x33\xad\x68\x2f\x22\x2a\x00\x42\x80\x74\xdc\x63\x30\x9c\x01\xa9\x98\x55\xcc\x8e\xb3\x2c\xe1\xef\xd9\xc3\x58\x99\x23\xed\xc8\x7b\xca\x6f\x18\x15\x41\x70\xa4\x3d\x9c\xeb\x06\x17\x88\x63\xdf\xe0\x83\xdd\xc3\x6c\x87\x52\x1a\xd6\x6e\x47\x3a\x34\xa3\x61\x44\x3b\x75\x52\x64\xdc\x30\xc8\x0f\x6d\x31\x6c\xa3\xf6\x7c\xc7\x9e\x48\x1f\x32\x4d\x30\x62\x06\x59\x25\xf8\x43\xd9\xaf\x3c\x3c\xde\x8e\x83\x73\xe5\x1c\x65\x30\x03\x38\xc2\x3d\xcc\x72\x2d\x1f\x0a\x42\x5b\x52\x26\xc5\xc6\x56\x57\x14\x9c\x51\xf3\x8b\xe4\x5c\x4e\x9b\xb2\x68\x50\x3a\x0a\x73\x73\x92\xf6\x7a\x2b\xca\x4d\xe5\x55\xd0\x1e\x30\x5c\x86\x6d\xc7\x03\x7f\xef\x10\x01\xb1\x18\x0c\x73\x28\x5c\x7c\xed\x11\xbe\xe1\xaf\x2c\x18\x11\x76\x82\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x23\xf7\x09\x8b\x2e\x15\xb9\xe6\x78\xcc\x1b\x85\xae\xa9\xe0\x7d\xf6\x74\xa0\xd1\x28\x2b\x03\x1b\x26\x18\xf5\x2d\x7c\x42\x01\xf9\xbf\x95\xec\xa8\x02\x34\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xf8\x33\x84\x6c\xdc\x46\x27\xe4\x5c\x30\x39\x77\xf3\x67\x8e\x47\x43\x0c\xa3\x2d\x74\xc2\x19\x1b\x61\xda\xfb\x73\x86\xb2\x6e\x40\xcd\x29\x1c\xcd\xfd\x2b\x21\xc5\x4b\xf5\x6f\xbf\xf7\x9e\x48\x2c\x3c\x47\x8e\x47\xd3\x67\x7e\x4d\xaf\x6d\x62\x03\x4f\x4c\x62\x3c\x59\x13\x26\xe1\xc7\x60\x84\x94\xc9\xd5\x9d\x9f\x96\x8f\x1e\x80\xf3\x9e\x20\x85\x39\xe2\x4c\x5b\xb2\x88\xa1\xc9\x85\x1e\x47\xc7\x49\xd8\x67\x0e\x8b\x4e\x60\x44\xe0\xb1\xed\x50\x31\xa0\xc2\xb6\x60\x0e\x85\x67\x5c\x5b\x09\x8c\x2a\xd8\xa0\x6d\x20\xc3\x04\xd7\xb8\x97\x2c\x9a\xb8\x4d\x16\xc7\xe0\x11\x52\x93\x17\xca\x21\xd4\xe0\xe8\x35\x99\x9e\x09\xa9\x18\x38\x58\x6a\x8e\xe2\x92\x83\xff\xc2\x19\x8b\x37\xc6\xe9\x85\xc8\x60\xb4\x15\xd4\xe5\x24\x78\xfa\x5e\x5e\x2e\xfe\x6a\xa1\x60\x70\x39\x29\xa8\x4b\xd2\x2a\x6f\x61\x1c\x6a\x1c\x98\x0b\xef\x1d\x12\xc5\x88\x07\xee\xb2\xb7\x11\x0f\x85\xeb\xfe\xbd\x7c\xe6\x64\xd3\x2c\x8e\x21\xe8\xe7\xe5\x05\x82\x9b\xc8\x53\xc4\x0d\xe7\x5e\x98\x37\x3d\xa5\x8a\x35\xcf\xea\x2d\xdd\x94\x44\xa4\x2e\x07\x7f\x46\x32\x2e\x36\xea\x0c\xf9\xf6\x22\xa4\x1d\x4b\xc3\x01\x65\x93\xc0\xd4\x46\xe0\xe3\x5d\xd8\x83\xd1\x16\x48\x8f\xb6\x41\x79\x4d\x58\x6a\xc7\x7c\xc1\xc1\xbf\x95\xf1\xa8\x00\xed\xda\x1b\xdd\x80\x89\xb7\xad\x1c\xb8\xfa\xdb\x8e\xf9\x12\x9b\x78\x63\xfa\x9c\x69\xc8\x3e\x9e\x0b\x4a\x4a\x77\xa6\x1d\x33\xd0\xcc\xf0\x7c\x4c\x39\x33\x78\x2b\x61\xb8\x6d\x5b\x3c\x64\x7c\x36\x89\xd9\xf1\x8a\x0e\x73\x3c\xe7\x38\x81\x30\xce\x67\x78\x4e\x49\x05\x7b\x29\xc8\xcb\xf1\x78\x84\x36\xa6\xec\x53\xea\xf1\x31\x02\x2f\x3d\x2b\xb6\xbd\xd6\x99\x12\x1d\x3d\x8e\x57\xca\xee\xd5\xac\xe8\xab\x6d\x91\x9c\xfe\x1d\x1e\x6f\x66\x7e\x36\x3d\x32\x00\xa3\xa5\x89\xdc\xb1\xb7\xc5\x70\x66\x64\x5b\xb7\x79\xba\xde\x44\x1e\x28\x50\xa7\x52\x20\xbc\xa0\xac\xda\x19\xeb\x5b\x8f\x3e\xce\xa7\x2a\xeb\x35\x20\x75\x14\xab\xa9\xea\x43\x4b\x0f\xe9\x63\x6e\x4f\x5d\x96\x28\x43\xf8\xe9\xdc\x46\x5d\x07\x83\x26\x79\xdd\x56\x8a\xa0\x1a\x67\xa3\xa2\xb0\xd4\x30\xad\x82\xb0\x1c\x80\x78\xb6\x82\xb0\x9c\xe0\x33\xf7\xdb\xcf\x3a\xe2\xd1\x7c\x73\x4a\xe9\x69\x07\x7e\xe2\x5f\x0c\x73\x9a\x69\x57\xa0\x7e\xd2\x79\xee\xb7\x83\x26\xfe\x87\xe8\x82\x5b\x58\x8e\x3e\x30\xd4\x1c\x77\xa5\x93\x44\x69\xbf\xc5\x24\x13\x74\xde\x56\xe6\xa1\x9b\x4c\x2f\x8c\x28\xa5\x72\xb9\x66\x4e\x14\x88\x05\x2c\xfc\x26\x10\x4b\xc4\xa0\x81\x1e\x17\xf1\x90\xf6\xdb\x76\x25\xe8\xb3\xfd\xb6\xcb\x75\x86\x32\xbb\xb1\x0e\xbe\x3c\x22\x74\xd2\x26\x67\x11\x39\xd8\xf6\x1b\x93\x00\x39\x24\x18\xc8\x49\x58\x87\xfd\xde\xcc\x18\xb3\x8d\x1f\x63\x84\xfc\x6a\x99\x52\xd7\x1c\xef\xd1\x3b\xe0\x4a\x2e\x06\x3e\xbe\x69\x45\xa0\x7e\xbc\x3b\x79\x07\xb2\x3f\x4e\x00\x00\x53\x7f\x8c\x3b\x24\x13\xd2\xfe\xd8\x27\xc5\x2d\xe4\x76\xf4\x93\x78\x4f\x3f\xa8\xf2\x11\xf2\xde\x3b\x71\x5d\x3a\x41\x50\x23\xdf\xe0\xfe\x84\x17\x3a\xe4\xd6\xd8\x27\x94\xd2\x05\x1d\x19\x02\x33\x1f\x12\xd9\xc2\xbf\x38\xb3\x2b\xd3\xf7\xc1\x03\x82\x60\x14\x9c\xe3\xee\x34\xa4\xcd\x46\x4e\xd8\x86\x70\xc4\x15\x26\xcc\x46\xcd\x79\x5b\x79\x87\xee\x86\x18\x1f\xa1\x5d\x5f\x21\x3f\xaa\x9b\x2f\xf5\x46\x2a\xc3\x95\xa8\x01\xfe\xb5\x85\xca\x28\x84\x8e\xde\xc2\x5d\xd4\x8a\x10\x57\xba\xa0\x1a\x5e\x14\xce\xa2\x86\x51\x1d\xd4\x24\x97\x49\xa4\x07\x22\xd4\xd4\x56\x8c\x93\xfb\xb7\x3c\x1a\xc3\x2e\x80\x9f\x6d\xc1\x2e\x6a\x38\x51\xa8\x8b\x9a\x2b\x18\xe7\x0a\x3a\x72\xeb\xea\x88\x27\xbc\x47\xde\x82\x59\x54\x60\x99\xdb\x99\x83\xe6\xbf\xad\xfa\x14\x93\xaa\xf6\xa7\xe1\x58\x51\xc8\x93\x7b\x3c\x69\x96\xd1\xa6\x53\xf1\x25\x06\xa8\xb3\x05\x75\x72\xfe\x6c\xc5\x3c\xa9\xf1\xc9\x38\xe4\xc9\xc5\x03\xee\xfd\x0d\xb7\xd1\xab\x7d\xea\x5c\xed\xef\xef\x64\xab\xa4\xd4\xb7\x8a\x29\x1c\x4a\x7e\x32\x42\x9a\xdd\x4a\x06\xf1\xf1\xcf\x65\x10\x36\x5f\x91\x69\xdf\x85\x30\xa4\x61\x61\x82\x72\x80\x53\x8e\xa0\x9a\x83\xbb\xe1\x1f\x39\x32\x7e\x91\x3d\x33\xa4\xa5\xe1\x91\xba\x5a\x60\x24\x86\xe1\x1e\x33\x2c\xff\xc5\x47\x8a\xba\xf8\xfa\x0a\x27\x17\xb1\x5f\x47\xd5\xc9\xb4\xc8\x47\x1a\x2f\x8d\x60\x1b\x03\x88\xd7\xfe\xf2\x76\x96\x63\xfd\xd7\x77\xff\xb9\x27\x76\x34\x93\x9c\x29\xbf\x04\x83\xa8\x29\xf4\x69\x0c\x5b\x45\xe0\x8c\xe7\xae\xd3\xe1\x4c\xb2\xef\x7f\x70\x55\x87\xd2\x33\x25\x78\x95\x08\x25\xb9\xb2\x35\x8e\xe3\x3e\xc6\xfc\x29\xc8\x7f\x8e\xed\x14\xcf\xcb\x8f\x37\x8b\x1c\xb3\x04\xcf\xa8\xe1\xc0\x9f\xce\xa3\x39\xf2\xfc\x2c\x6a\x98\x83\x5f\x16\x3b\x55\x25\x5b\x98\xbc\x1f\xe2\xe3\x4a\x5d\xed\x56\x84\xb1\xd2\xfd\x9c\x60\x47\xf7\xcf\xf0\xe7\x19\x4a\x56\x55\xfa\xf0\x41\x20\x77\xbf\x3f\x6e\x42\x50\xda\x02\x72\x94\xb8\x44\x0c\xe4\x88\x61\xe7\xe8\x21\xb9\xfd\x16\x8e\xe3\x8c\x0e\x74\xf4\x90\x16\x47\x8b\x60\x1d\x15\x3c\xdc\xfe\xb1\xec\x0c\x80\x65\x4f\x59\xfb\xe7\x7f\x9d\x48\x10\xdb\x10\x8f\xe7\x8a\xf4\x67\xc9\x52\x52\x68\xad\x81\x1d\xf0\xb3\x8b\x2d\x37\xb8\x3f\x2b\x11\xcd\x4e\x1f\x2f\xf3\x80\xaf\xd1\x6f\xd2\xe3\x19\x50\x1e\xc1\x09\xd5\xf4\xee\x2e\x35\x75\xb2\xd6\x9c\xdf\x94\xd8\x4e\xd3\x71\x53\xcb\x8d\x1e\x90\x5e\x9e\x0a\xe5\x9d\x79\xa4\x50\xcb\xa3\x95\xbc\x55\xbc\xfb\xef\x50\x55\x8f\x38\x42\x75\xff\x07\xed\x98\x23\xae\x50\x9a\x81\x8b\xa1\x9a\x21\x2e\xba\x90\x4b\xa2\x5e\x0c\xee\x66\x8f\xde\x5b\xca\xd4\xbd\xd4\x47\x1f\x64\x1a\xb2\x30\xbd\xc9\xe2\xff\x08\xa9\x09\x48\xab\xf2\x99\xdb\x1e\xbe\x29\x49\xcf\x4c\x80\x94\x49\xcb\xe4\xd8\x43\xe5\xec\xec\x7d\x28\x5b\x50\xad\x17\x7f\x25\xd3\xa1\x5e\xfc\xbf\x9d\x50\xbe\xcf\xbe\x49\x7e\x99\xf5\x70\x18\x98\x9e\xbf\xdc\x4c\x33\x9d\xfa\x85\xb2\x03\x4c\xdc\xa4\xd7\xd9\x9f\x1e\x83\x5f\xa9\x90\xf4\x33\x21\xbb\x4b\x1b\xa4\x59\xff\x7c\x41\xda\xa4\x3a\x0a\x24\x20\x96\x54\xde\xfe\xb6\x43\xda\x2a\xcf\xa7\xd6\x63\xd5\x43\x3c\xbc\xbc\x95\x42\xa4\x3d\x4b\x78\x38\x73\x9c\x81\xb6\x37\x39\xb4\x4e\x34\x6b\xa1\x5c\x29\x5b\x7c\xc9\xcf\x49\x2a\x0f\x67\x9a\xba\x49\xbd\x66\x71\x02\xa6\x9b\xd4\x19\xb1\x85\x62\x96\x52\xf7\xeb\xba\x69\xd8\x47\x7a\x4f\xf0\xe1\xe0\x07\x29\xe3\x39\x54\x65\xb8\x92\xc3\xe3\x75\xa4\xee\x70\x74\x08\xba\xb9\x17\x83\x2c\x54\x37\xe5\xd8\x2c\xcc\x82\x11\x73\x9d\x69\x38\xfd\xe4\xa9\xf3\x6f\x27\x9b\xae\x42\xd1\x4b\x81\xd4\x35\xc0\x95\x42\xa5\x30\x67\xfd\x4f\xbf\xa4\x9c\x1e\x8f\x51\x13\xb5\xf2\x9d\xc3\xf0\xf8\x22\xf9\x26\x7d\x19\x54\x43\x5a\x8d\x9d\x7f\xda\xe2\x77\x5d\xb3\x0a\xff\x62\x14\xc5\xac\x0f\x29\x39\xf0\xb4\x6b\x6b\xf6\x4c\xe1\xcf\x9f\x7a\x52\x4e\x9e\xea\xd6\x90\x7a\x33\x52\x42\x49\xa2\x3e\x65\x8a\xb4\xff\x94\x89\xb3\xeb\x84\xd2\x0e\x86\xc3\x4e\xcc\x74\x84\x84\x90\x11\x77\x97\x1d\xd2\x5c\x34\xa0\x98\x94\xd4\xf5\xc1\x39\x53\x66\xdb\xad\xe6\xcb\x29\xfd\xcc\x92\x69\xe7\xf9\xfe\xe5\xa6\x1c\xb5\xd3\xcd\x28\xb4\xc4\xe5\x9c\x40\x37\xe5\x3d\xca\x56\x2a\x16\x85\x08\x1f\x81\x11\x0e\x5f\xdc\xf4\x21\xf0\xc1\x5d\x95\x42\x27\x66\xed\x35\xa5\x9a\xd9\x56\xa0\xcc\xc5\x8c\xce\xc0\x00\x7b\xb9\x6f\x4a\x33\x02\xc3\x97\x4c\x33\x55\x9d\xd6\xe2\xc5\xce\xf7\x4d\x7c\x85\xa7\x0b\xf9\x03\x42\x2d\xcf\x0f\x23\xd8\xee\xc4\x85\x17\x02\x05\x8e\xe2\xaa\x1d\xc5\x71\x61\x21\x9c\x1d\xd2\x4c\x7c\x16\x48\x26\x3a\x95\x87\x4b\x2f\x48\xff\x68\x28\x58\x28\x75\x3d\xfa\x33\x83\x90\x43\x05\x75\x71\x71\x6e\xa5\x17\x26\x2c\x65\x4b\x69\xca\x1b\x94\xb8\xab\x85\x42\x48\x79\x4a\x2e\x70\x15\x0f\x69\x6c\x22\xed\xc8\xe2\xb3\x87\xe9\xa6\x7c\xc5\x92\x3f\xe1\x04\x79\xa6\xd4\xed\xb2\x10\xbe\x24\x1f\xaf\x4c\x8a\x52\x50\x35\xb4\x92\xaf\xcc\xaf\x68\x57\xdd\x7c\x9f\x51\x35\x97\x11\x62\xb3\xa4\xd0\xe0\x1b\x77\x5a\xfd\xd6\xc9\x77\xef\x37\x59\xbd\x01\x52\x3a\xf5\x2c\xfa\x05\x65\xbb\xa9\xa5\x2e\x01\x92\x4f\x48\xcd\x4a\x2f\x50\xd2\x93\x69\x67\xda\x4e\x38\x43\xfa\xd8\x95\x86\xec\xff\x9d\x28\xbc\x3a\xe1\x8d\x09\x29\x4b\xae\x85\x92\xb9\xd8\x2f\x28\x6b\xb8\x12\x52\x08\x84\x19\xca\x0c\x88\x2c\xac\xf6\x0e\x97\xb4\x63\xc9\xcd\xa4\x54\x56\x8d\x0d\xa2\x20\x01\xd5\x09\x68\x6f\xea\xd2\x33\x7b\x46\xbb\x3c\x1e\x7e\xc5\xa7\xc2\x9e\x32\x65\x20\x18\x69\xd4\x97\xfa\x2d\xcd\xe8\x4d\x67\x7e\xcb\x22\xaa\x33\x38\x01\x48\x0b\x26\x4f\x45\x53\xc3\xc5\x7a\x66\x8f\xf7\xae\x8f\x86\xcd\xc5\x6c\x29\xb3\x4b\xad\x2c\x67\x03\x80\xdb\x52\x68\x8b\x99\x86\x74\xa5\x5d\x2b\x4a\x86\x3b\xec\x31\xa1\x7c\x82\x2d\x7f\xe2\x50\xee\xba\x12\x11\xdd\x1b\xa0\x71\x28\x63\x6b\xeb\xd2\xba\xd8\x03\x75\x53\x9a\x2d\x38\xde\x4f\xe9\xc7\x0b\x96\xd1\xb5\xf4\xf0\x5b\xd5\x9b\x62\xbd\x3a\xa4\x2d\x03\xd6\x56\xe9\x5b\xce\xc2\xf6\x6c\x8b\x49\xe0\x53\x1d\xdc\xc7\x0b\x11\xaf\xf7\xf2\xb5\xb2\x0c\xcd\x33\x8d\xb8\x6d\x9c\x9c\x90\x35\x7a\x01\x5f\x0a\x06\xac\x2f\xad\x67\x45\xbc\x29\xb5\xca\x01\xd2\xe8\x26\x25\x13\x06\x43\xf0\x2b\x9b\x99\xdf\xb6\xc1\x34\x18\xad\x23\xa6\x4d\xb8\xad\xdb\x59\x3b\x31\x9b\xf5\xae\x7d\x54\x4c\xad\xee\xe3\x11\xb6\x55\xe7\xca\x05\xe9\xa2\xdb\xe6\x72\x8c\x54\xf5\x08\x52\xe6\x53\x36\x42\xaa\xb3\x82\x6c\x7b\x3f\x5e\x77\xd2\xd0\x3e\x74\x83\x5c\x26\x7f\xe2\x2b\xe3\xca\xc4\x77\xc7\x5e\xe9\x2d\x55\xc5\x51\x23\x55\xab\xf6\x54\xaa\xfa\xf8\xc8\x6e\x54\x0a\x94\x5a\x31\x78\x74\x9f\x7c\x8c\x57\xfe\x92\xf5\xbc\x52\x6a\xe1\x9b\xe1\x29\x07\xef\xc5\xfe\xd3\x95\x71\xad\xf0\xa2\xaf\x81\x3b\x6b\xed\xa4\x27\xb1\xaa\xfc\xce\xdd\xd9\x52\x6e\x4a\x6b\x3b\xd3\x8a\x43\xd3\xf0\x1f\xca\x17\x5f\xe0\x1f\xbf\x4e\x9f\x15\x55\xaa\x0b\xda\x5a\x31\x77\x3a\x22\x32\x2b\xe2\x85\x9e\xf9\x52\x5a\x17\x11\xde\xed\x78\xc9\xd8\xfc\xa8\xf4\x4a\x4d\xed\x0b\xe6\x6a\x38\xe4\x45\x67\xbb\x29\x57\x49\x29\x6c\x9a\x81\xcd\xcc\xe4\x28\xe7\x48\xad\x18\x7c\x43\x08\xd6\xca\x62\x0d\xbc\x1c\x57\x0a\xd9\xe2\x29\xf5\x09\x1e\xbd\x3f\x32\xe9\x29\xd5\xd8\xd9\x8c\x7e\x2a\x7e\xf5\x9e\xba\x3f\x7f\xca\x18\xfc\xc8\x7b\x62\x16\x0f\x6f\xa2\x39\xa1\x96\xfc\x54\x8c\xc1\xaf\xba\x7b\xcf\x97\xf7\x9c\x34\xa4\x97\x6f\x3f\x1b\x5b\x6a\x70\x7c\xc1\x62\xd6\x9b\xef\xda\x38\x13\xe9\xfa\xb3\x1a\x19\x7f\x53\x97\xe7\xe4\x82\x54\x82\x12\x6c\x31\xdd\x85\x96\x1c\xca\x86\xe3\x1c\xf6\x9e\x2f\xe1\xbc\xd4\x75\xea\xf6\x99\x86\x14\x4f\x20\x33\xaf\x00\xc0\x67\x0d\xf5\xd3\x08\x4c\x29\xc7\x47\x6d\x1c\x46\x26\xa6\x35\xca\xc6\x37\xa5\xe3\x75\xa5\x6e\xf1\xec\x15\x48\x1b\x2d\x98\xe5\x7a\xf4\x5d\x9d\x5e\xe2\xa6\x94\xb3\xfc\x08\xa5\xd7\x21\x08\x19\x3d\xeb\xae\xed\x15\x4a\xe1\x28\x58\xa1\xe9\x28\x3b\x13\xd5\xa3\x8b\xd2\x12\x73\x74\xb2\x6d\x51\x21\x13\xd3\xfa\xfa\xf3\x4a\xf3\xae\x7b\xaf\x6d\x43\xaf\xeb\xc5\x77\x8f\x20\x73\x52\x8f\x59\xb1\xdb\xfc\x00\xbc\x65\x40\x58\x8e\xa8\x9b\xe9\xa0\x84\xcc\xb3\xae\x58\xef\xd1\x9e\x90\x3f\x99\x3e\x54\xe5\x70\x8c\xfd\xe2\x94\x1f\x05\x45\xa0\x2b\xd6\xeb\x55\x53\xd5\x06\xc0\x15\x52\xb9\x68\x8e\x54\xf5\x91\xe1\x4c\xe1\x14\xd0\x22\x94\x4d\x12\x8c\xf0\xe9\xf8\x4b\x39\x3f\x4e\xc7\x01\xcb\x64\xca\xd7\xda\x8e\x50\x6c\x23\x96\x61\xdb\xaa\xcc\xaf\xc8\xb2\x3d\x33\x76\x79\x5b\x47\x4f\xd5\xaf\xda\x49\x4d\x9b\x69\x8c\xc0\x0f\xcb\x0f\xce\x2c\x7a\x58\x5e\x1b\xa7\x1d\xdf\xbf\xb6\x23\x35\x2d\x9f\x10\x88\xca\xcd\x51\x1b\xcc\xbf\xfc\x76\x36\x56\xf8\xc2\x81\xca\x08\xfc\xae\x7c\xbc\xf8\x4d\x65\xd5\xa8\x2d\x7d\x22\x3d\x98\x5b\xdd\xc7\xd6\x06\x0b\x2d\x40\x3e\x88\xf3\x65\xc7\x26\xa6\xb4\xae\x55\x6b\x98\x56\x17\xa9\xb5\x1d\xa9\x69\x81\x59\x43\x4a\xb6\xa3\x70\x9d\x2b\xe3\xea\x0f\xc9\xf0\x18\x90\x0e\xc9\x17\x72\x78\x6d\x2b\xf2\xfc\xd9\xb6\x66\xe4\xb7\x2d\x1e\x10\x6d\xbe\x64\xbd\xfa\x08\xa9\x17\x7a\x67\xaa\x4e\x55\x4d\xab\x16\xcb\xee\xd1\x09\x30\x4a\xe1\x98\xe2\xab\xd2\x11\x6e\xdb\xc6\x85\xb1\x7e\x7e\x66\xde\xce\x50\xe2\x11\x26\x64\x7b\x4f\xb3\xe1\x73\x53\x3a\x52\xd5\x6e\x0e\x0c\xe9\xcd\x51\x03\x8b\x5c\x17\x9e\xb5\x31\x58\xbf\x4f\x9f\x0f\xe5\xbf\x64\xb0\xbe\x24\xc1\x34\xde\x8e\x17\x1a\x13\xd2\xb9\x31\x3a\x0b\xad\xe7\xe9\xe7\x0b\x5b\x8f\x84\x17\x31\xfd\x9c\xf0\xa2\xb1\x4d\xb6\x30\x58\xaf\xb3\x87\x74\x97\x1d\xca\x46\x3f\x9b\x51\xf9\x2f\xce\xc2\x4e\xd0\x3d\x69\x39\x9f\x32\x41\x1b\xe1\x59\xa7\xb4\x18\xcf\x08\x50\xb1\x25\xa4\x38\x26\x13\x22\x15\x1b\x17\xc2\xf6\x72\xc1\xec\x1b\x57\x14\x66\xea\x0e\x1a\x37\xed\x38\xe6\x14\xe3\xd9\xca\xf2\x51\xd3\x8e\x45\x0e\x5f\xbe\x9d\x3a\x2c\x8e\xb4\x37\x4a\x16\xc9\xe6\x27\xe7\xed\x29\xdc\xae\x9b\x42\x9f\xbe\x52\x77\x5a\xd8\xa3\xf0\xde\xec\xa2\x87\x14\x27\x94\x50\xfe\xd1\x02\xe5\xe7\x7d\x03\x4a\xaa\x31\x9d\xe8\xa4\xdd\xb0\x70\xfd\x3a\x7d\xd6\xa7\x99\x7b\x63\xcc\xbf\xd3\xce\xf7\xe1\xdb\xcf\x99\xa3\xeb\xdb\x11\x05\xae\x50\xb7\x69\xd3\xd0\x94\x6f\x1e\x17\xf7\x90\x56\x9c\x98\x90\xba\xef\xac\x0d\x8b\x4d\xd7\x9d\xe7\x9c\x29\xdb\x72\x6f\x4f\x28\x33\xf4\xd3\x8e\x36\xf5\x08\x25\x2d\x8a\xb5\xfb\xe6\x34\x8a\x05\xf9\x36\x40\x3f\x06\xcb\x1b\xa6\xc1\x76\x78\x5b\x0c\x63\xb3\xbd\x1d\xd6\x7a\xb6\x90\x4e\xda\x9f\x2f\xb5\xe3\x5e\xe8\xe3\x37\x4a\x1f\xfb\xca\x0f\xdb\xc7\x0b\x93\xc0\xb7\x9d\xed\x4a\x2f\x7e\x47\xe2\x3f\x73\x42\x89\xab\x63\x1b\x7f\xe4\xce\x8c\x7c\x72\x7a\x89\x93\x3d\xff\xc1\xdf\xcc\x0c\x7d\xb8\x07\x67\xf0\x1f\xb8\x84\x11\x7d\xf0\x84\x21\x4e\x3f\xe6\x0b\xa4\xd0\x07\x5f\x17\xeb\xe2\xd7\xe2\x65\x84\xf2\x03\x15\x06\xef\x17\xe1\x33\x0e\x69\x5d\x36\xd6\x86\x3e\xfc\x38\x1c\xeb\x4c\xa7\xba\x36\x6a\x2c\xbe\x1e\x88\xdf\x23\xa2\x53\xfc\x95\x18\xd6\xce\xc5\xd0\xae\x50\x16\x84\xc8\x69\xbf\x08\xbf\x50\x8f\x7a\xf4\x5d\xdb\x43\xc9\x5f\xff\x7c\xa8\xf1\xd4\x7c\xc7\x78\x2a\xa4\xc6\x83\x02\xd4\x73\xf0\xda\xd8\xae\x1f\x9c\xcc\xd8\xeb\x5f\x8e\x45\x0c\xf6\x8b\x60\x66\x4e\xbe\xac\xd2\x0c\x29\xe9\x82\xbb\xd2\xf9\x16\x62\x6a\x7c\xfd\x3a\xac\x84\xb2\x38\x19\x21\xe5\xc1\x45\x8f\x91\x70\x61\x62\xce\x3b\xc3\xc2\x31\x11\x8c\xb9\x51\x44\xb3\xfa\x46\x71\xbc\x90\x44\x5f\x1c\x9f\xd8\x3b\x5c\x30\x22\x9b\x79\x23\x3e\x99\x4d\x5f\x30\x8e\xd7\x48\x5d\x6f\x1f\x8e\x5c\x5f\x27\xea\xcb\x1a\x7e\x71\x41\xb3\x2b\xbf\x0e\x06\xd7\x31\xdb\xf5\x6a\xfc\x00\x15\x7e\x93\xba\xbd\x69\x69\xc9\x06\x7f\x26\x0d\xcb\x9c\x5d\xfb\xc5\xa7\x94\xa9\xd8\xb2\xb3\x30\x0d\x7c\x4f\xd8\x50\x8b\x4e\x81\x70\x0d\xec\x76\xdf\x0c\x5e\x03\xa3\xfe\xcb\x66\x63\x4f\x7f\x9d\xf9\x71\xbc\xd2\xae\x57\x39\x85\x6f\x7f\x9a\xc2\xcf\xcd\x3b\x35\xed\xda\x40\x62\xef\xfd\x6c\x71\xd7\x50\x0a\x4a\x80\xf2\xf3\x83\xef\xf1\x82\x79\x7f\x0e\x6f\x3a\x59\x0c\x25\x33\xa8\x0d\x5d\xa8\x5c\x06\x23\x1e\xfe\x9f\x23\x84\x3f\x35\xbd\x27\xe0\xba\x1f\xe7\xe4\x91\x2f\x95\xd0\x07\x51\xea\xb4\x07\x0d\x59\xe0\xd7\xe1\xd7\xe0\x80\xa2\xd7\xe1\x23\xce\xe2\x1f\xbc\xc2\x92\xf2\x20\x1c\x8e\x24\x7d\xc1\x78\xfd\x79\xaf\x79\xd7\x65\x91\xe8\x54\xd8\xea\x96\x49\xd0\x95\x63\x41\x53\xfa\x7d\xf8\x78\xcd\x14\x2a\xfc\x11\x7b\x4d\x37\x90\x07\x8f\x7e\x6e\xd2\x3b\x98\xd9\xe3\xb2\x79\xa4\xd0\xaa\x91\x03\xb0\xef\x27\xaf\x81\x13\xe2\x27\xdc\xcb\x38\x52\xf8\x91\xc5\x96\x3e\x3d\x3c\x06\x24\x0f\x70\x4b\xab\x36\xd1\x06\xc7\x29\xee\x20\x33\x99\x5c\x47\x65\xe5\x2d\x44\x5a\x0a\xcd\x5f\x9c\xab\x7f\x58\x04\x1c\xa5\x7f\x00\x5b\xc2\x09\x86\x3b\x8c\x57\x7a\x95\x1e\xcd\xd8\x71\xbd\x78\xb5\xe7\x0b\x19\xe3\x19\x9b\x2f\x64\x8c\x35\xc1\x54\x9e\x82\xc3\xef\xee\x6e\x8a\xe1\x0f\x48\x4d\xe0\x53\xd8\x14\x13\x3b\x94\x04\xa2\xf7\xce\xd4\x05\x66\xc1\x55\x3b\x7d\x81\x79\x19\x71\xd4\xe7\xcb\xcf\x02\x7d\xeb\x7f\x93\xd6\x7f\x16\x22\xd3\xd9\x06\x78\xb4\x74\x93\x7e\xf2\x49\x5d\xdf\x54\xb1\x10\xf3\xe5\x15\x6d\x74\xba\xcc\x70\x1d\x6a\xb8\x2a\xe3\x5b\xde\x0f\x0c\x61\xe9\x95\x60\x4d\x1f\xb6\xfa\x7b\xda\xf1\x76\x3d\x32\x20\x73\xe3\x4c\x43\x32\xa5\xf3\x6b\xb6\xc8\x1b\x7d\x2a\xfe\xe8\x9c\x34\x6b\x10\x64\x26\x48\x08\x78\xa3\x4b\x6f\x4a\xce\x8f\x33\x35\xcd\x6d\xf9\x67\x6b\x8c\x16\x4a\xb6\x84\xb5\xfa\x3c\xf0\x76\xd2\xc7\xe1\x13\x94\xd5\xe4\xcc\xb5\xa4\x85\xdd\x3c\x58\xbe\x23\x24\x3a\xb5\x41\x5a\xa0\x9d\x69\xd8\x71\x82\xcd\xd5\xd3\x2f\xdb\x2f\x07\x81\xe9\xf3\x00\x82\x78\xd2\x91\xf5\xbc\xf3\x67\xde\x24\xfd\x76\x48\x2f\x0b\xdd\x4e\xfa\xb9\x20\x65\x61\xf5\xb4\xeb\xc3\x75\xda\xd9\x7a\x31\x97\x4e\x64\x2a\xf6\x7c\xf7\x71\x97\x8c\x4f\x67\x6b\x8e\x8e\x53\xaf\xd7\x2b\x87\xf2\x79\x38\xd1\xce\x8b\xb2\xa8\x16\x06\xa7\xab\xcf\xf6\x50\x97\xc2\x64\x86\x6a\x1e\x6a\x85\xf4\x50\x43\x69\x55\x3a\x13\xbf\x98\x2e\x26\x93\xd8\x24\x4f\xa9\x95\xea\x4c\xa9\x86\xd7\x18\x90\x8d\x8e\x2c\xc3\x66\x66\x19\x02\x1e\x57\xb8\x46\x2f\xdf\x4f\xa4\xd2\xd4\x25\x69\x75\x3c\xa4\x9b\x92\xe0\xb1\x7e\x9d\xa7\xbd\x6b\x03\x96\xf2\x35\xe8\x38\xd8\x38\xbc\x42\xb7\x27\x69\x9e\xbe\x23\xf2\x9b\xd5\x9b\xd4\xde\x68\xa9\x2a\xdd\x65\xfd\x39\x4f\xc0\x6e\x2c\xad\xe3\xfd\x5f\xa3\xfc\x19\xa3\xf0\xae\xcb\x3e\x67\x44\xe1\x99\x0a\xd9\x4d\x36\x48\x6f\xd7\xc2\x90\xec\x3a\x35\xc8\xf4\x26\xad\xd4\x61\x6c\xde\x8c\x3b\x65\xcb\x4d\x7a\x22\x18\xff\xd4\x2d\x16\x4c\x74\x2e\x06\x4c\xaf\x8b\x69\x61\x4c\x3e\xf7\xe5\xcf\x1d\xfc\xd8\xc1\x60\x6f\xb2\xba\x2e\x9d\xc6\x24\x0d\x29\x63\x76\xa4\x1b\x86\xcf\x78\x09\x64\x93\xb5\x41\x7d\x1c\x21\xcd\x3b\x25\x83\x90\x03\x0e\xd0\xc8\x3c\x1d\x4b\xae\x66\xad\xe4\x10\xa8\x19\x13\x46\x49\x61\x10\xd6\x12\x4e\x53\x72\x93\xf4\xc3\xa0\x74\x6e\x1c\x07\xd2\xf2\x74\xca\x72\xe4\xa3\x5f\x92\x5f\x8e\xfc\xd1\x67\x71\x62\x38\xc7\xfa\xb8\x49\x7e\x20\xa4\x78\xdf\x16\xc2\xd4\x93\xf0\x93\x37\x1b\x37\x29\xee\xb6\xda\x9f\xc5\x61\x2e\xb2\xfb\x1c\x8b\xff\x04\x29\x31\x1d\x8b\xdf\x71\x57\x6e\xaa\x79\x80\xa9\x6b\xb6\x3c\x52\xd7\x6a\xc3\x46\xff\xd4\x5b\xee\xbb\xa5\x0e\xf9\xd6\x93\xcb\xd4\xfd\xba\x2e\x43\xc2\x93\x9b\x52\x9f\xfd\xad\x68\xa7\x1f\x73\x57\x04\x89\xe3\xf1\x3b\xfa\xc8\x4d\xf9\xc8\x7e\x31\x40\x43\xa6\xf3\x2f\x5e\x72\x14\xa9\x9f\x76\x9f\xaf\x57\x5a\x95\xb0\x98\x69\x75\xb9\x30\xcd\xb2\x12\x69\x56\x0c\xcb\xae\x2e\x86\xc6\x1e\xa8\x94\x62\x95\x82\xba\x29\xf8\x10\x2e\xfe\xda\x5e\x5f\x04\x54\xb1\x47\x61\xa6\x4c\x06\x04\x32\xa7\x84\x17\x18\x9e\x1f\x49\x00\x60\x99\x8a\xbf\x7f\x9e\x00\x35\x66\xe1\xd9\x2e\x5b\xe8\xf2\x7d\x0c\xf2\xea\xb2\x0b\x88\xbd\xe7\x80\xfb\x8d\x4d\xad\xab\xe9\xda\x61\x5d\x07\xdc\x3f\x01\x71\x4c\x3f\xfb\xee\x4c\xb4\xe2\xe4\xd7\x0e\xd3\xe8\x11\x78\xed\x88\x27\x3d\xfa\x3e\x5f\x27\x0c\xa6\x77\xdd\x77\x3b\xd4\x15\x9e\xba\xc3\x42\x97\x80\x2d\xaf\x13\x9d\x7b\xf9\x75\x0c\x47\xb1\x79\x11\x78\x68\xe4\x53\x1d\x15\x4a\xea\xde\xab\xc2\x35\xcf\xbc\x9c\x4f\x10\x09\xae\x6b\xeb\xda\x5f\xa1\x94\x7b\xbb\x32\x3c\xdf\xae\x1d\xa8\xca\xcb\xef\x84\xb1\xe0\xa7\xe2\xe6\x1f\x85\x43\xdc\xbc\x88\x51\xc4\xaf\x88\xa1\xc6\x81\x5a\xbd\x1c\xf7\x0c\x1e\xf6\xf5\xf7\xeb\xcc\x60\x75\x5b\x7a\x02\x06\x99\x97\x53\x60\x66\xde\x75\xca\x3d\x5f\x6c\x8e\x2b\x16\x69\x46\xa8\x14\x9d\x25\x85\x9e\x78\xd6\x48\xef\x88\x2f\x84\xa5\x2e\xca\xcb\xf1\x50\x0a\x79\xdb\xfe\x8c\x17\x7e\x57\x3d\xf5\x00\x85\x2e\xa4\x98\x22\x65\x7d\xc1\x7e\x72\x90\x9a\x97\x2c\x5b\xbc\xce\x53\xf7\xed\xd7\x09\x97\xea\xa5\xf9\x5d\x35\xa4\xee\x51\xe0\x52\xbf\x3b\x2f\x99\xbb\xed\xdf\x60\x02\x1c\x8c\x8f\x23\xcd\xac\x83\x35\xe9\x90\x96\x33\x34\xa4\xa7\xe6\xb5\x23\x70\x15\xc8\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xea\x9c\xf9\x72\xaa\x6e\x81\x5a\xa2\x4e\x28\x65\xf4\x6f\x29\x73\x54\xad\x94\x89\xbd\x8f\x8c\x0e\x79\x74\x41\x2a\x5b\x26\xdb\x8b\xdb\x7f\x27\x52\xbf\x49\x5d\xb9\xc2\x3e\x15\x35\x59\x42\x2a\xc8\xd6\x99\x2f\x3d\xf4\x33\x85\x36\xb3\xe9\x73\x7a\xac\x0d\x6a\x8b\x62\x00\x42\x88\xcf\x9e\xef\x3e\x02\xd4\xa5\xcc\x6e\xb7\x9a\x3e\x7e\xee\x83\x56\xfd\xcc\x60\x86\x3a\x5c\x48\x5d\x89\x52\x3f\x43\xba\x29\x4f\x3a\x13\xe9\x5c\x9a\x95\xe1\x48\x92\xc6\xca\x11\x2e\xa0\xf6\xac\xc0\xf2\x94\xa7\x4c\x69\xf7\x32\x38\xbd\x18\xeb\xf9\x61\x99\xe6\x84\x3b\xb8\x49\xcd\xf9\x33\x52\x2b\x7e\x56\x59\x7a\x93\x23\xef\xac\x76\xed\x38\x90\xda\x4d\x32\xc9\x7c\x69\x66\x46\x12\x38\x6f\x40\x7f\xa8\x6a\xe9\x9c\xaa\x62\xa5\x33\xcd\x2a\x21\x34\x96\xae\xd3\x08\xf4\xcc\x0d\x46\xfd\x95\xf1\x78\xc3\x96\x7c\x29\x89\x8b\xe0\x6c\xbe\x59\x1b\xa8\x1d\xbd\xca\xaf\x1d\xfe\x68\x76\xc0\x81\xd2\x99\xcd\x0c\x0a\xbb\x36\x33\x28\xf3\xda\xf4\xa0\x1a\x3c\xcd\x6c\xf6\xb9\x1f\x25\xad\x3a\xc9\x71\xa8\x9f\x28\x1a\xc5\xae\x43\xcd\xf8\x51\x7e\x4b\x8f\x52\xda\x1d\x8e\x14\x82\xe1\x1e\x0e\xed\x4c\xfb\xf9\xd9\xec\xcd\x4c\xc8\xc4\xea\x2d\xfd\x5d\x37\xcd\x6a\xbd\x58\x04\x40\x0a\x07\x66\x50\x93\x22\xee\xac\x7b\x43\x11\xd7\x90\xd2\x33\x4c\x9e\x5f\xe1\x9f\x9c\x21\x1c\xc3\x7f\x1c\x58\x32\x8e\xe1\x0f\xaa\x73\x0a\xc1\x50\xae\x1a\xca\x7d\x30\x74\x4e\xe7\x35\x1f\xba\x0f\x86\xb3\x6d\x9f\x62\x10\xf9\x11\x7e\x7f\xfa\x98\x92\x7e\x0c\x6e\x5b\xd9\x67\x49\xa4\x5b\x5f\x07\xe7\x06\xbd\xc9\xaf\x1d\x8b\xad\xf9\xb6\x75\xe4\xcb\x9f\x3b\xf1\xf0\x3a\x32\x0d\x2b\x46\xb0\x88\x7b\x0e\x2a\xa4\xb8\xa2\x84\xf2\xaf\xfc\x7d\xbb\x39\x3b\x57\x69\xac\xbc\x9e\xf6\x97\x8a\x76\xe8\x46\x93\x1d\x48\x2a\xbd\xed\x3f\x2f\xec\x3e\x27\x0a\xe8\x4f\x99\x5f\xe3\x61\x41\x76\x4b\xbc\x67\xb0\x86\x67\x8d\x0c\x8f\x3f\x83\xd4\x9d\x4e\x7f\xa8\xe2\x42\x06\x24\x38\xe5\xc9\x69\xbc\x5b\xbf\xc3\xc3\x9d\xeb\xfc\xa7\xd0\xf0\x8f\xb4\xa3\xad\xf0\x34\xa3\xa0\xf9\xb0\xb0\xe1\x15\x33\x27\xfe\xce\xf1\xf1\x29\x95\xb6\xc7\x1a\xea\x28\x74\x2c\x30\x3d\xc9\x2f\x33\x83\x35\x5f\xe6\x43\x3c\x10\x68\xa1\x6e\xb7\xd1\x51\xf3\xa5\xee\xa3\x66\xbe\xb4\x82\xe0\x78\xd1\x7d\x45\x70\x3c\x9f\x5a\x9f\x21\x58\xf4\xd2\xbe\x02\x97\x9c\x1d\x79\x05\xdf\xfa\x35\xfd\x4c\x43\x48\x96\xa7\x50\x8b\xc4\x4e\x31\x1e\x03\xf8\xeb\x04\x73\x31\x68\x56\xf9\x00\x2a\x40\xd5\x39\xc8\x7e\x83\x35\x3e\xec\x3d\x38\x9e\xba\xe6\x9a\x96\xca\xfc\x69\x85\x34\x96\x0b\xd1\x3f\x2c\x94\x98\xec\x81\xc3\x87\x21\xe9\x9d\x7c\x05\x5d\x39\x07\x5c\xd4\xd2\x8d\xb8\x88\xf5\x1d\xb0\x0d\xac\x3a\x30\x04\x91\x84\x3c\xb1\x3f\xd2\x0d\xe7\x85\x74\x83\x8b\x31\xfd\xf0\x66\xa5\xa5\xd4\x1a\x39\x1d\xc9\x63\x00\x40\x70\xea\x41\xfc\x79\x82\x7e\x9b\x7e\x11\x0f\x80\x6b\x0e\xce\x81\x19\xb0\x34\x19\x59\xf6\x6f\x52\xaa\x8c\x55\x74\x26\x80\x71\xa4\x53\x8c\xb6\x92\x52\x3b\x55\x32\x7e\x2f\x39\x86\xec\xe0\xe4\x9f\x5e\x7d\x2d\xe4\x1c\xaa\x37\xe9\x21\x85\xf2\x31\x30\xc3\x77\x3a\xa4\xfa\x94\x6a\xbe\xf1\x1f\xe9\xb1\xfb\xdd\x90\xdb\x15\xa4\xe3\x1e\xd2\x05\x69\x46\x43\x85\x09\xd3\x51\x72\xec\x33\xa4\xe3\x1a\x2d\xe4\xe5\x4f\xd3\x92\xaf\x49\x19\xbf\x11\x1e\x20\x35\xa6\x43\xf7\x8f\xe3\x21\xed\xe7\x61\x4c\x13\x67\x13\xbc\x25\x90\xc7\x91\xe1\x3b\x92\xff\x95\xf9\x36\xc8\x23\x42\xda\x91\xfb\xc7\x81\xec\xd7\xdb\xf8\x02\x70\x63\x1a\xc6\x01\x08\x66\x0a\xc6\x71\x0f\x97\x66\xe5\x4e\xea\xcf\x87\xec\x3e\xfe\x1b\x58\x2f\x47\xc4\xb9\x98\x5f\x5a\xf2\x1a\xf7\xd4\x55\x43\x9c\xed\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x53\x76\x26\xdf\x2b\x9e\xe9\xc5\xf5\x93\xff\xd6\xc1\xaf\x8f\xff\xe0\x5a\x99\x68\xae\x4c\xbd\x8d\x12\x6c\x1d\x47\xfd\xef\xa8\x18\x45\xfd\x27\x8a\xc9\x4d\x29\x64\xc6\x95\x1e\xfd\x27\x29\xd3\x4d\x72\x96\xc8\xe1\x33\xf1\xca\x0a\xb7\x51\xb9\x25\x9d\x8b\xc7\xd5\x1c\x9a\x05\xdc\x18\x59\xbe\x65\xc5\x84\x60\x10\x8c\xa3\xc4\xdf\xb2\x30\x65\x4a\x0a\x9d\x03\xa5\x40\x29\x0c\xc8\x2b\xcd\xf8\x2f\xf2\xa1\x58\xfa\xe9\x50\xd2\x1b\x8b\x79\xf9\xca\x8a\xb9\x58\x3e\x2c\x72\xb6\x5e\x61\x97\x0a\xa9\x89\xc2\x98\x15\xda\x63\x84\x05\x96\xf1\xb0\x4f\x33\x76\xe8\x3d\x7d\xd8\xeb\xcb\x68\x30\x91\xb1\x06\x16\xc7\x43\xbc\x88\x0b\x1f\x13\x0e\xbe\x65\xb7\x74\x4f\x5d\xa3\x24\x33\x04\xe7\x8d\xff\xb7\x54\x93\x8e\x04\x76\x56\x81\x71\xc0\x69\xcb\xcc\xc3\x4a\x2e\x0b\x04\x4e\xfb\x02\x7f\xdc\xcd\xf2\xdb\x5b\xd9\x7f\x6a\x28\x3a\xa1\x4f\xb2\xd7\xba\x50\xe8\x8f\xfb\x5f\x0a\xe4\xcd\x84\x5c\x7a\xcd\x6d\x28\xe6\x15\xca\xbb\xa2\x87\x54\x98\x69\x8c\x44\xbd\x8c\x3f\x4e\xb6\xc1\x66\xfb\x8f\x74\xb2\x64\xb0\xa5\x0f\x7b\x72\xae\xd4\xb5\x37\x8f\xe1\xe9\x69\x7c\xe5\x9e\x6d\x6e\xcc\x0a\xa4\xad\xb1\x21\xdc\x3f\xcd\x4d\x3c\x28\x98\x74\x6b\x75\xb9\x66\x9b\x02\x8e\x94\x03\x8f\xec\xc6\x4c\xcd\x5f\xcb\x99\xc4\xa5\xec\x54\x26\x83\x5a\x10\x14\xce\x5c\x30\x5e\x69\x54\xa8\x2d\x38\x4f\x28\x92\x7b\xe8\x54\xd5\x53\x47\x6e\x89\xe6\x5e\x86\xc7\xd2\xa3\x50\xd2\x57\x49\x59\x55\xcd\x7c\xc7\x72\xa5\xb0\xab\xb0\x43\x59\x87\xb0\x81\x9d\xf3\x20\x77\x30\x7e\xb5\x3f\x6b\xa6\x92\xbb\x8a\xfc\x96\xf8\x67\x70\x04\xdc\xbc\xde\x40\x16\x6d\x02\x38\xcc\x94\x4a\xae\x72\xba\xf6\xa3\xfe\x68\x85\xcd\x79\x1e\xa3\xc7\x58\x95\xfe\x7c\xc8\x54\x32\x78\x69\x1b\x30\xf1\x73\x73\xd7\x99\xf1\xc9\xdc\xcd\x19\xf9\x3d\x18\x50\x83\x3c\x64\x6b\xa6\xf0\x52\x3b\x05\x8a\x11\x0c\x48\xcd\xd0\xd3\xce\x10\x75\x40\x09\x47\xde\xf3\x21\x1b\xac\x43\x6e\x43\x96\xa1\x8c\xcb\xaa\x50\x3e\xf8\xb2\x6f\xdf\x18\x1b\x78\x92\xde\x38\xa8\x91\x79\x6f\xde\x63\xe3\xf8\xf2\xdb\xfc\x71\x8c\x7c\xeb\x49\xf8\x0f\x7e\x94\x37\x67\x22\x36\xe7\xdb\xdc\x76\xa4\x97\x9f\x0e\x16\x0c\x50\x67\x6f\xf0\x96\x33\x20\x17\x38\x5a\x20\x97\x3a\x8e\x54\xb5\x09\x80\x8e\x32\x8e\x25\x57\x58\x7a\x8b\x7f\x0f\x36\x5f\xda\xe1\x0c\xf7\xbf\x31\x44\x11\x33\x6f\x74\x4b\x7a\xdd\x96\xa0\x6c\x00\xbf\xb7\xbf\x06\x8b\xff\x86\x17\xd0\x68\x6f\xbc\x39\xa9\x6b\xb5\xce\x14\xd9\xfd\x0c\x2a\x6f\x3a\xd3\xc2\x04\x2b\x3d\x3f\xce\x38\xc3\xf0\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xc1\x7d\x1c\x26\xb7\xe7\x4b\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xf5\x6f\x92\x86\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xec\x6b\xee\xb8\xfc\xc4\x3e\x17\x3c\x1f\xae\x1c\x7a\x48\x46\x0f\x29\xb7\x48\x43\x0e\xe8\xd9\x7c\x1f\xb0\x95\x80\x2d\xe5\xe4\x70\xf8\xe1\x5c\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7e\x06\x00\xe8\x65\xe4\x4b\x31\x3d\xd7\x68\x1f\x82\xdf\xb6\x74\xe9\xc1\x86\xb2\x89\xcd\x9a\x39\xd3\xc1\x09\x62\x6c\x82\x6b\x19\x99\x6b\x41\xcf\x06\xa6\x2f\xd9\x0b\x78\x6c\x3a\x3f\x18\x8f\x6c\x7d\xde\xd5\x03\x6c\x9c\x7a\x57\x5f\xc7\x99\x86\x7e\xa2\x3c\xdc\xaf\x63\x89\xf2\xda\x73\x82\x56\x01\x99\x3e\x85\x41\xa9\xa3\xa4\x50\xed\x60\x25\xfb\x89\x7b\x6e\x82\x0c\x39\xe9\xb9\x6c\x00\x72\x02\xd0\x6a\x7e\xf1\xfe\xce\x94\x7a\x57\xe2\x33\x75\xea\x81\xdc\xfd\xf8\xd5\xfa\x38\xd1\x6d\x7a\xb5\x5e\x73\x87\x64\x00\xca\x38\xf9\xef\xaf\xdd\xb6\x67\x46\xbf\xf4\x74\x36\x83\x67\x61\x66\x3e\x9d\x5e\x8a\x06\x49\x12\xad\x7c\xaa\xe7\x45\x4f\xa7\x1f\xd9\xd7\x29\xf3\x46\x6c\x69\xc8\xcc\x8a\x56\xd0\x9b\xf6\x9a\xdb\x28\x3d\x69\x3f\x49\xa0\x71\x93\xe2\xaa\x23\x94\xed\xaa\x0c\x41\xf6\x60\x2e\xa3\xf2\xa6\x7d\xa6\xd0\xeb\xcd\x32\x59\x7a\xe3\x80\xf8\xb2\x29\x67\xbe\xd4\x8a\x22\x3c\x7f\xb8\x58\xd9\xcf\x3f\xef\x3b\xec\x86\x1f\x70\x4f\xc4\xe3\xcf\x4a\x1c\x0d\xff\x9b\x3e\x5f\xb3\x2c\x3f\x76\x21\xd6\xd4\x0f\x87\x52\x4b\xa9\xdb\xad\x50\x6a\x37\x8e\xb2\x9f\xb7\x28\xea\xd7\x99\x03\x62\x97\xff\xa4\xc5\xe3\xc2\xfa\x2d\xf8\x8f\x21\xe8\x4c\x9f\xc9\x14\x4e\xa4\x0e\x94\xcb\x2f\x8b\x4d\x97\xcb\x79\x1d\xfe\x7e\xf8\x33\x7f\x5c\x18\x23\x98\x04\x22\x29\xbc\x8d\x9d\xbc\x71\x6f\x29\x5b\xee\x24\x23\x78\x9b\xcc\x68\xfd\x24\x33\x94\xf8\x16\x45\xf4\x73\xa8\x03\x64\xb9\x9f\xbc\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xae\x20\xa5\x02\x3f\x41\xfa\x09\x61\x72\x9e\x00\x04\xe7\xcf\xd7\x83\x27\x96\x85\xde\xb9\x57\xce\x59\x4b\x79\x0d\x4e\xe0\x27\xcb\x79\x0c\x86\xb3\x78\xdf\x24\xbf\xdd\x20\xa7\x4b\x0f\x48\x37\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\x0a\x69\x2f\xf1\x7a\x4d\xfa\x64\x80\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\x41\x4a\x06\x66\xd0\x7a\x39\xa8\xc9\x18\x34\xc4\xd1\xff\x29\x55\x34\xe7\x8c\xc0\x20\x21\x7b\xb4\xd7\xcb\xd0\xd1\x8b\x49\x60\x05\x0f\x3e\x64\x5d\x26\xa5\xb2\xae\x40\xf3\x2c\x41\x41\x48\x30\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x0d\xc8\x12\xfa\xa3\xe0\x85\x59\x42\x7f\xc4\x31\xb1\x0c\xf0\xe8\x9c\x91\xd6\xc1\x81\xdc\xca\x78\x1d\xba\x8c\x73\x30\xee\x9b\xea\x1e\x5f\x0a\x59\xfc\x94\xda\x0a\xb1\x92\x5a\x7a\x59\x3e\xea\xd3\x90\x93\x80\x58\x2a\x2c\x83\x3f\x88\xb3\x7c\x93\xde\xbe\xb6\x43\xd6\x61\x47\x1b\x8f\x56\x96\x70\x1a\xa7\xd3\x56\xdc\x14\xcb\xed\x3f\x3f\x98\x6c\x96\xf4\x30\x4e\x37\x43\xe2\x0e\x7d\xa6\xd0\x1b\xe6\x48\xa9\x42\x44\xb4\x14\xca\xc7\xfa\x62\xf4\x0e\xbc\xfa\x2f\x29\x41\x9f\x21\x68\x25\xca\x43\xc9\x6a\xaa\x8c\x7d\x0b\x07\x94\x49\xf0\x0e\x68\xfc\xa6\x65\x21\xef\xc1\xd7\x89\x33\xf6\x80\x92\x84\xb5\x46\x5d\x8a\xd4\x5f\xc0\xd3\xad\x73\x30\xf0\x01\xe9\x56\x4f\x28\x69\xd0\x33\x1f\x6a\xa3\xdb\x63\xb5\x8c\xb5\x38\x41\x57\x2e\xe1\x27\xca\x05\x13\x3b\x52\xbf\x73\x75\xdf\x94\x45\xd6\x41\x3b\xde\x1b\x70\xa6\xa0\x15\x17\x88\xc2\xc5\x9b\x72\x8c\x93\xe5\x58\xfc\xb8\x74\xd6\x69\xb7\xa8\x53\x36\xdd\xa4\x9d\x64\x33\x23\xb0\xc6\x3c\x19\xfb\x42\xd6\x34\x48\x09\xd1\x46\x5d\x84\x28\x4c\x22\x78\x44\xe1\x35\xc9\x3a\xb9\x2b\x1f\x8c\x5e\x6e\x31\x10\x03\xeb\xf4\x01\xa7\x85\x32\x63\x3e\x85\x02\xd8\x13\x7d\x60\xf9\x79\x3a\x1e\x93\x65\x6c\x44\xe7\x0a\x7e\x9d\x91\x85\x4c\xe7\x36\x9f\x8e\xbf\x05\xf9\x72\x58\xff\xd9\x9e\x96\xb4\x93\x1a\xc3\x75\x5a\x4c\x64\x02\xa8\x0a\xe7\x5e\xb9\x49\x2d\x6f\x4f\xa1\xe5\xd0\xc8\x10\xb4\xbe\x08\xbb\x73\xb3\xbe\xee\xa4\xf8\xe4\x0d\x0f\x39\x40\x3f\xe7\xa6\x55\xcc\x5f\x2d\x35\x7d\xed\x37\x52\x95\x8d\x72\x41\xa2\x22\x53\xaa\xe9\xec\x29\x94\x7e\x6f\x29\xb3\x15\x6b\x0b\x63\x15\x6e\x29\x6d\x19\x2c\x41\x37\x8a\xe3\xfa\xde\x94\xcc\x30\x6b\xfb\x55\xd8\xf4\xf0\xb8\x60\x1d\xc7\xc4\xf1\xb6\x0c\xeb\xc0\x31\xb0\x8a\x9d\x2e\x40\xc6\x97\x50\x1e\x27\xc9\x20\x6e\xd2\xe3\x4b\xbb\xf6\x05\xb0\xe9\x0b\x9e\x15\x18\xb0\xe0\x6d\x9f\x54\xe6\x12\xf1\x64\xf8\x3e\x36\x23\x3e\x84\xc7\x28\xdc\x84\xad\x00\x30\x32\x47\xcb\xab\x94\x0f\x75\x1d\x3b\x99\x14\xdb\xc3\x0e\xc2\x76\x93\x96\x51\x99\x23\x0b\x8c\x9e\xba\xfc\x0b\x7d\x1a\x14\xec\x70\x34\x37\xb9\x4d\xf2\x33\xba\xf9\x19\xc8\xc9\x22\x79\x32\x38\x08\xac\x02\x33\xf0\x6b\x84\xde\x07\x90\xb1\x2e\x8e\xc6\x17\x14\xbd\x0e\x48\xfd\xb7\x8d\xf0\xe5\x47\xfc\xb3\x3d\x5f\xfa\x96\x8f\x66\x7d\xd5\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xe1\xf3\x31\xa5\x97\x5f\xf8\x47\x6a\x1a\x2a\x71\x02\x25\x5c\x97\x1f\x1f\x3b\x11\xd4\x4d\xbe\x3d\xda\x34\x24\x29\x0f\x1c\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x72\x6f\x19\x02\x31\x78\x41\xb3\x84\x81\xa8\x5c\x50\x2c\x50\x0e\xc0\xd6\xd6\x65\xd1\xe0\x63\xe0\x72\xd0\x7c\xac\x99\x65\x90\xc3\xc8\x14\xc9\x80\x3a\x81\xb4\xad\x0b\x8d\x80\x79\x70\x39\xb3\x2e\x2b\x41\x74\x80\x99\xba\xc6\x69\x02\xbb\x58\x97\x6d\xe9\xe3\x15\x52\x13\x81\x52\xb8\xb2\xc2\x8c\xc1\x4f\x71\xb0\x49\x2e\x9f\x8e\x26\xf2\x51\x91\xf1\xcf\x92\x5f\xd9\x4c\x8a\xbf\x14\x7c\xa1\xc6\x82\x52\xd4\x81\x0e\xe2\x73\x55\xbf\xda\xe1\xc5\xda\x72\xd8\xfc\x13\xe0\xdc\x72\x48\x82\x6b\x22\xe5\xaa\x33\x7f\xbe\x9e\x76\xfb\xdd\x12\x42\xc5\xd8\x06\x8c\xc3\x25\x68\xc3\x99\xdd\x53\x51\x53\x3e\x67\x2d\x47\x2f\x38\xc1\xe3\xad\x6a\x5d\x74\xa4\x17\x89\x86\x6c\xf0\x6a\xab\x0d\xaf\xee\x52\x80\x82\x1a\xbd\x5d\x9d\xca\x88\x27\x75\xcb\xe1\x0a\x62\xeb\x28\x5c\xc1\xc9\x6d\xcf\xaa\x36\xf5\x47\xa8\xe1\x01\x5d\x90\x5a\xfb\x99\x2e\x3f\x7a\x1e\xf2\xb7\x83\x65\x09\xcf\x70\xe2\x8e\x5e\x82\x33\xd4\x81\xe8\xac\x36\x0c\x11\xcf\x86\x2f\xf0\x0a\x66\x09\xb0\x70\x5e\xb0\x57\xf5\xcd\xde\x59\x52\xa8\xd4\x2e\x2c\x66\x0d\x9b\xa6\xd5\xed\x5f\xe6\x47\x8c\x18\x46\x37\x83\x35\x38\x0b\x7d\x0a\x32\x70\x64\xe1\x1d\x21\xf3\x95\xa5\xde\xfe\x67\x96\xc4\x49\x62\x80\x0d\x2e\x42\xf7\xb7\xa7\x5d\x6f\x3a\xf6\x7d\xf5\x59\x0d\x79\xa7\xa0\x08\x95\x18\x49\xcb\xf0\x02\xae\x71\x97\x22\x24\x5c\x1c\xe3\x96\xd1\x05\xdc\xe2\x2e\xc3\x09\xa2\x1f\x9a\xaf\x69\x26\x03\x70\x48\x04\x92\x22\xde\xe4\x47\x8f\x13\x42\x29\xa8\x1f\xeb\x2c\x74\x41\xc1\xb5\xbe\x1a\xfc\xc2\x6e\x6c\xc6\x04\x02\xfb\x5b\x82\x17\x0c\x1c\x41\xab\xa1\x3c\x7c\x3e\x5d\x8e\x90\x70\x4d\xfe\xd2\x71\xfc\xaf\x99\x21\xd8\x83\x3f\xd2\x10\xe3\x63\xf4\x42\x1b\x44\xb9\x35\x7b\xe5\x9d\x09\xf5\x26\xe5\x81\xcd\x97\xd6\x24\xc8\xe2\x66\x6b\xe5\xc8\xec\x39\x00\xd2\x89\x75\xd5\x2c\x93\x66\xda\xf1\xd2\x9f\x29\xbc\x15\x7e\x54\x49\x73\xc2\xc9\x9c\x59\x04\x54\xe8\x3d\x93\xb2\x15\x37\x92\xad\x60\x64\x42\x14\x89\x91\x09\xe3\xbc\x42\xf2\xd7\xcc\x1f\x42\x28\xf3\x47\x06\x53\xfe\x5a\x6a\xa6\xb4\x54\xfd\xc9\xf9\xe4\x2e\x1d\x76\xa1\x60\x51\x76\xdb\x1f\x76\x70\x2d\xa7\x03\x18\x27\x36\x3f\x98\x01\xde\x9a\xae\xce\x61\x02\x36\x21\xe6\x7f\x04\x9f\xc3\x30\xf0\x14\x69\x91\x01\x80\xc8\x62\xab\x3b\x4a\x7a\x0d\xc5\x94\xf8\xb7\x15\xb9\xff\x78\x46\x34\x8d\xcc\x64\xb4\x78\x7e\x8e\x90\x55\x9d\xd0\x8e\xa1\xa3\xe7\xc5\xe8\x9d\x60\x30\x9d\x4c\x46\x90\x42\xeb\x86\xa7\x21\xeb\x06\x96\x4c\x81\x17\x4e\xae\xae\x57\x47\x59\xa5\x50\x0e\xfe\x89\xa0\x73\xac\xfe\xf3\xc8\xa4\x2c\xaf\x59\xbe\xbc\xf4\x52\x9d\x19\x5a\xd6\x22\x98\xce\x8e\xd9\x80\x2b\x74\x39\x66\x43\xf4\x84\x41\x03\xbc\x3e\x58\x0a\xdc\x7f\x4f\x7c\x3e\xdc\x1e\x6c\xba\x7c\xeb\xcb\xb4\x63\xe3\x38\x75\xe5\xe7\xbb\x10\x2d\x8e\xd5\x7f\x1e\xd8\xa9\x0e\xe9\x70\x1e\x18\x65\x0a\xe2\x70\x70\xc7\xb0\xba\xe1\xa0\x07\xaa\xc1\xa8\x81\x9c\xe8\x06\xea\xe8\x0c\x59\x3c\xb9\x1d\x52\x88\xc6\x98\x56\xc3\xa6\x2a\xa8\xca\x25\x98\x40\x8d\x00\x19\x4e\x0e\x3e\x8f\xf1\xb7\x14\x1f\xa8\x27\x0e\x5c\xc2\x10\x94\x98\x89\x60\x08\x78\x88\xbc\x8c\x21\x88\x8c\x18\xb2\x80\x78\x93\xb1\x86\x5f\x2e\x10\x9b\x6d\x0d\xe1\xe9\xb2\x07\x07\xc2\x06\xd3\x5e\xb1\x23\x3a\x2f\x98\x97\x43\x47\xf0\x7e\x78\x0d\x2c\xa0\x1a\x52\xc1\xb9\x47\x28\x19\xd2\x84\x78\x5b\x06\x17\x64\x03\x28\x30\x7f\xcd\x6e\x1d\x8b\x65\x61\x78\x8b\xf9\x1a\x90\x16\xf9\x6c\x58\x00\x03\x04\x71\x5b\xc3\x51\x71\x4a\x28\x6f\x25\x6c\xbb\xe1\xdb\x9e\x96\x35\x14\x0c\xea\x59\x25\x67\x1f\x61\x87\x0e\xe1\x86\x9f\xd1\xfa\x6d\xff\x59\xf3\xa1\x17\x09\xa6\x52\xec\x88\xbb\x59\x16\x54\xfe\x42\x42\xe8\x2d\x63\x0b\x4a\x4b\xb3\x3e\x4c\xa6\x4c\xa2\x30\xf3\x6e\x3f\x06\x1b\xc9\x20\x04\xae\x40\x96\x41\x07\x3c\x79\x5d\x8e\xb8\x9f\x5f\x9e\x91\x43\x1d\xd2\xc6\x0f\xbc\x38\xc9\x74\x7b\x41\x59\x48\xe1\x00\x99\xf6\x78\x80\xb8\x5b\xd3\x42\xea\xf9\xf2\xed\x86\xf2\xa9\x10\x91\x3d\xbd\x28\xf6\x1b\x27\xd2\x99\x94\xa8\xa6\x64\x51\x83\xa9\x5b\xd3\xbe\x4b\xe0\xb4\x6b\x22\x95\xb0\xbe\x15\x82\xa2\x66\x26\x27\x2e\xab\x9a\x86\xec\x3f\x42\xf0\xcc\xc9\x52\xd3\x29\x47\x6f\xec\xce\xe9\x40\x9b\xe5\x08\x69\xc0\x22\xdd\x20\x6b\x0a\x9f\x62\xb9\x70\xc4\x57\x44\x88\x4a\xd8\xb1\x35\xf1\xaa\xa0\xb5\xa7\x9f\x22\xc0\xd4\x33\xec\x46\xbb\x72\x40\x13\x2c\x6c\x19\x73\x10\xef\xd2\xf4\xb5\x10\x6f\x75\xd6\xf4\xfd\x33\x8c\x30\xd1\x57\xcf\x97\x1e\x01\x3f\xea\x1b\x86\x9e\x0f\xb5\x75\xe1\xe1\x89\x4d\x93\xd9\xbd\x99\x86\x50\xcf\x7d\xad\x01\x83\x0f\x48\x45\x1b\xc5\xac\x5a\xa8\x2f\x46\x20\x10\xc2\x09\xc2\x7e\x2d\xc7\x67\xb4\x3f\x75\x09\x84\x70\x4b\xcd\x34\xdb\xdc\x6c\x4a\x25\xb1\xd8\x63\x0b\x29\x04\x2b\x2c\x8c\xe4\x74\xca\xe9\x0a\x53\x73\x61\xe6\xc0\x29\x8a\x3b\x71\xf2\xdc\x6a\x39\xee\x44\x9f\xf9\xd2\x6c\xcd\x7f\x2f\xeb\x36\x38\xd5\x28\x05\xe2\x74\xad\x65\x26\xe2\xb8\xe4\x8c\x01\x04\xf8\x5a\x8b\x83\x17\x46\xcd\x72\x5c\x5e\x84\xba\x61\x09\x57\xe6\x7d\xf9\x75\x4b\xa6\x7a\x99\x2d\x98\x69\xc3\x12\x40\x5b\x2c\xc2\x57\x00\xb1\x5f\x0e\x58\xd1\x32\x07\x8a\x57\x71\x9b\x38\x7f\xca\x70\x23\x16\x66\xe6\x63\x33\x00\xa6\x56\x1c\x34\xdb\x43\xfa\xa7\x19\xac\x1f\xb6\x10\xff\x71\x29\x49\xc0\x91\x23\x23\x78\x86\xf6\x90\x3e\x58\xf7\x34\x24\xe1\x8b\x1d\xb3\xd1\x56\xa1\x2e\x95\x1d\x50\x9a\x75\xec\xba\x6d\xa7\x76\xa6\x56\xe1\x2c\x2a\x2f\xa6\x96\xe3\xfe\xbf\x08\xcd\xb5\xb6\x4f\x52\xc7\xf3\xe9\x52\xdd\x14\xca\x53\xc9\x9e\x22\xf0\x05\xd8\x87\x65\x74\x03\xb1\x8b\x96\xd1\x0d\x1d\x68\xef\x52\xdc\xff\x4a\xac\xa2\xa5\xb0\xff\xa3\xa6\xcb\x9b\x9b\x2e\x9e\x39\x2c\x27\x01\x98\x0f\xe5\x1f\x19\x50\x66\xd2\xfc\xa5\x35\x55\x4b\x33\xea\x1f\xc9\x2b\x70\x43\x07\xa9\xb2\x0c\x6e\x00\xcd\xbd\x84\x66\x38\x2f\x2c\x52\xe1\x17\x4a\x9c\xb1\xc2\x2f\x54\x62\x77\xae\xed\xb4\x30\x23\x65\x56\x27\x38\xa0\x36\x47\xa5\xac\x87\x43\x2a\xa0\x3f\xb6\xa3\x54\x8e\x50\xb6\x42\x30\x32\x15\x5b\xa3\x02\x20\x5f\xdb\x81\x7f\xe1\xa5\x6d\xce\x42\xce\x6e\x4c\x9d\x2c\x16\xd6\x33\x26\xc9\x06\x1b\x43\xab\x7e\x8d\x70\xa4\xaa\x6d\x2f\x7e\xd2\x67\xfd\x87\x62\x1e\xd3\x0c\xc6\x16\xe3\xc1\x3d\x5c\xd2\xec\x4f\x3e\x72\x33\x84\xe2\x6e\x54\x62\xcc\x2c\x23\x1b\xd2\x89\x90\x0d\x15\xd0\xfe\x72\x48\x8e\x2b\x9b\xfd\x0d\x9f\x21\x56\x1d\xa1\x83\x77\xb4\x4b\x58\x86\x1a\x71\xf8\x36\xb3\xa0\x3e\x94\x81\xe0\xbc\x98\x49\x47\xeb\xe8\xe0\xae\x97\x53\x10\x5c\xd9\xec\x8e\xc8\x91\xc3\xab\x01\x08\xe1\x0f\x03\x10\x4e\x10\x62\xeb\x9d\x74\xff\x50\x3e\xb8\xc1\xa0\x0a\xac\x71\x12\x33\x6c\xbd\x9d\xc3\xff\x0a\xc5\x7f\xa5\xaa\xc4\x56\x0b\x05\x4f\xa4\x59\x0b\x59\x1c\x5a\x6f\x8e\x54\x6c\xc4\xb7\x53\x09\xe5\xcf\x62\xf2\x42\xfa\x6a\x3b\xa2\x9d\x48\x1b\xe1\x92\xb7\x0f\x55\xe8\x3a\x01\x1b\xce\x13\xac\xee\x12\xb0\xa1\x12\xc1\x64\xbd\x2d\x7e\xf2\xa3\x0e\xe1\x00\x7f\xbf\x37\x36\x78\x3a\xb1\x99\xd3\x43\x7a\xc6\x30\x54\x0d\x64\x38\x73\x83\xf4\x31\xbe\xf2\x64\x73\x7c\x2c\x72\xe0\x4c\x01\x19\x4a\x16\xed\x13\x56\x98\x90\x43\xf7\x16\xf9\x50\x11\x53\xd9\x9b\x1f\x1d\xcc\x01\x3e\xaf\x8f\x6e\x18\x88\x9d\xb0\x3e\x96\x30\x3d\xfd\xdb\x32\x85\x31\x85\x87\x28\xf7\xa6\xfe\x53\x78\x2b\xb4\x47\x25\x76\xc7\x52\x96\x83\xf3\x69\x55\x07\x35\x30\x21\xeb\xe3\xc0\x5b\x07\x8c\xa9\x24\x07\xe5\xc8\x5f\x61\x62\x3f\xa4\x6e\xd4\x58\x83\x8f\xa5\x11\x5b\xf3\x83\xc2\x42\x70\x7d\xb8\x51\xc0\x03\x64\xa8\x04\xcf\x78\xd7\x07\x57\xf0\x4c\x5d\x49\x6b\x96\xe4\xe3\x1b\xf9\xe8\x80\x8f\x7d\xc1\xb9\x52\xfb\xf8\x0c\x35\x52\x68\x9b\xe7\x4a\xa1\x76\xc3\x08\x25\x85\x9a\xeb\x37\x90\x13\x51\x0a\x1f\x43\x74\x89\x11\xbc\x9c\xac\x80\x27\xc0\x4b\xf1\x42\xee\x9d\xcc\x1a\x71\xc9\xc7\x3e\xff\xa0\xdf\x32\x83\xf2\xfb\xf0\x3c\x67\x7d\xfc\x2a\x20\xca\xe6\x8b\xff\x8f\x43\xb2\xd2\x0e\x94\xf8\x11\x9d\x76\x80\x68\xb9\xeb\x8b\x5e\xaa\x21\x25\x30\x98\xc0\xaf\x19\x03\x16\x72\xdc\x8f\x13\xa4\xf5\xfa\x5a\x9a\xf0\x2b\x5f\x0c\x1b\xfc\x40\x5f\xce\x50\x57\x48\x49\x37\xa6\x5e\x00\x8d\x52\xe0\x13\xe1\x33\x0a\x97\xde\xeb\x6b\xd7\xff\x81\x9c\x26\x24\x48\xfe\xcb\xa6\xcc\x43\xc9\x1e\xc1\x7f\x25\x20\x47\x05\x60\xba\xbe\x9c\xbd\x70\xe5\x28\x76\x48\x05\xab\xbb\xbe\xe6\xa1\x91\x0f\x75\x91\xf9\x7c\xa8\xbf\x62\x0f\x39\x4f\xc1\x24\x4c\xd1\xfa\x26\xd2\x00\x94\x8d\x68\x64\xb6\xc3\x88\x64\x2f\x7e\x0d\xa8\x21\x50\xd1\x12\x8a\xa3\x67\xc3\x19\xb6\x71\x45\xa7\x7f\x39\x87\x21\x83\x9c\x8a\xa0\xc0\x6d\x5f\xdf\x49\x81\x60\x5f\x5f\xb3\xcc\x0c\xe5\xad\x32\xf3\xa5\x27\x0f\xe9\xff\xdd\x8a\xe0\x8d\xe8\x70\x4c\x91\x71\x3e\x9f\xda\xc5\xc1\xbc\x2b\x8a\xc8\x19\x95\xa7\x5c\x04\x15\xdc\xdf\xfa\x19\x5b\x05\x44\x7d\xfd\x86\x1f\x98\x75\x28\x0d\x81\xf8\x9f\x4b\x21\x46\xda\xeb\xa1\xba\x7e\x7b\x42\xf9\x78\x05\xeb\x09\x00\x72\x46\x5c\x38\x17\xc1\x20\x80\xeb\xfa\xc1\x88\xa9\xaa\xf5\x9b\xe9\xd2\x9c\xe7\x9f\xfe\xf9\x62\xb3\x70\x52\xfd\xf9\x40\x45\x30\xd0\xf5\x73\x2c\x81\x58\x48\x04\x15\x89\xe1\xe3\x3c\x06\x83\x50\xea\xeb\x87\x1d\xd4\x42\x6a\xd1\xd2\xab\xfd\x3c\xf0\x90\x10\x20\x25\xb7\x24\x02\x80\xb4\x5c\xb2\x0b\xe3\xd1\x5e\x19\x81\x71\x76\x84\x76\x5a\xc2\x78\x34\x40\x4e\x0b\x8c\x07\xcf\x3b\x97\x40\x1d\x17\x21\xcf\x96\x81\x1b\xa3\x70\x04\xfe\x19\xee\x1f\x34\x81\x80\x1b\x2d\xd7\x3f\x4a\x4f\xd0\xe2\xd3\x57\xa0\x90\x96\xcb\x96\x9f\xc1\xfe\xed\xfa\x0f\x32\xfc\x87\xcb\xf8\xca\xa7\xb6\x59\x2c\xeb\xb6\x42\x81\x34\xce\xe4\xdb\x91\x40\x3a\x6f\x15\xf6\x0b\x36\xe9\x21\x8b\x47\x3f\x21\x2d\x93\xac\x0f\xf6\xcb\x17\x54\x68\x80\xad\x60\x20\xed\xf5\xd4\xf5\xfd\xa4\xa5\xe6\x7e\xe1\x54\xbe\x52\x6a\xa3\xaf\xa7\xf4\xa3\x7f\x0d\x25\xd3\x9e\x63\xef\x7e\x39\xfc\x0c\xe1\x22\xb6\xc0\x23\x0d\x64\xd8\x16\x76\xe4\x22\x30\xcc\x56\x54\x91\xf6\xca\x87\x37\x57\x35\xb0\x40\x5b\xa9\x0f\x1a\x77\x43\xfb\xe5\x67\x02\x40\xc4\xf7\x0b\xae\xb1\x4d\xbc\xc9\x6f\x50\x18\xec\x2d\x4f\x1a\x1e\xc9\xfd\x42\x5f\x55\xa6\x08\x79\xc2\x94\x2c\x0f\x80\x66\x90\x2e\xd6\x5e\xfb\x65\xdc\x10\x66\xf8\x16\xb0\xa4\xe1\x4d\xdd\x2f\x58\xec\x62\x40\x37\x53\x35\x1e\xb6\x6e\xc5\x2a\x69\xb8\x03\xf7\x0b\x8b\xb9\xa7\xd0\x77\x4c\x17\x9d\x62\x0d\x55\x7e\x74\x1b\x3c\x52\xe8\x14\x73\xa8\xf3\x33\x9b\x21\x31\x47\xe6\xb9\x93\xf9\x53\x62\x7b\x67\x53\xbc\x29\xad\xd1\x99\x76\xbe\x56\x74\x0c\x57\x1e\xe7\x0c\xfe\x30\x8b\x59\xba\xec\x03\x4f\xe2\x15\x52\x53\x64\x17\xcc\x3e\x10\x3d\xde\x02\xfb\x80\xa5\x2c\x38\xf7\x81\x40\x39\x42\xbe\xf5\x69\x81\xb2\xf7\x66\x40\x69\x91\x6c\xa7\xef\x63\x7a\x04\x94\xa1\xc9\x2a\xc3\x33\x5f\x9c\xa1\xbc\x48\x83\x56\xa7\x36\x21\xd3\xe5\x30\x26\xa3\x1c\x29\x1c\xfa\x72\x42\x59\x10\xd5\xf4\x69\x83\x63\xf0\x67\x13\x2e\x0e\xa9\xf1\xc1\xa8\x0a\x56\xd2\x80\xae\xec\xc3\xb7\x14\x04\x79\xdd\xe0\x65\xd0\x98\x5b\x78\x99\x96\x1d\x7a\x58\x4c\x15\x06\x84\xc1\x5d\xd3\xd0\x74\x43\x8c\x68\x69\xbe\x0a\x23\xc0\x88\x7e\x48\xdb\x88\x95\x39\x32\x7c\xa6\xc0\x8e\xa4\x6d\xe0\xa0\xb1\x09\x50\x02\x74\x7e\x2b\x40\x49\x01\x12\xb2\x95\xd4\xa1\xf1\x40\x68\x1f\x5c\x6e\x3d\xa4\x36\x3e\x57\xf2\xfb\xc0\xe7\x3c\xd2\x8d\x0f\xf5\x35\xa5\xe6\x2a\xab\xb0\x6d\xf4\x0d\x8f\x43\xf7\x69\x70\x1a\x0f\x40\xf7\x69\x3e\xb2\x5a\xdf\x67\x18\x67\x40\xda\xf0\x62\xc5\x15\xeb\xa4\xd4\xa7\x50\xcf\x00\x5e\xf9\x52\xd1\x5b\x9f\x56\xb1\xfd\x28\x34\x1f\xd9\x02\xd8\x0a\x66\x52\xf0\x0d\xef\x93\x9b\x8a\xa7\xb0\x2a\xb2\xf1\x0b\x4a\x79\xe8\x5b\x28\x59\xf5\xe9\x51\xc2\xa6\xcc\xbf\x45\xf9\x36\x34\x67\x12\x89\x6b\x1b\x9a\x73\x84\x02\xec\x58\xf8\xad\x25\xc1\x88\x24\x52\x90\x93\xc6\x63\x95\x7d\xc2\x43\xa9\xa9\xcc\x66\x56\xd3\xdb\x21\x4e\x46\x39\x43\xfa\x2d\xe8\x84\x12\xc7\xa3\x3b\x4e\xcb\xa1\x2b\x35\x25\x11\x4a\x6a\x7e\x55\xc6\x6c\x70\x44\x4b\x33\xdb\x63\x63\xe0\xdb\x63\x63\x71\xac\x04\x51\x14\x0a\x6e\xd2\x78\x01\xb0\x4f\xfc\xd0\x35\xad\x5a\x4c\x4f\xfe\xca\xcf\x0e\x66\x66\xd9\x12\xea\x4a\x97\xba\x10\xa8\x69\xd6\x4a\xc4\x07\xf0\x5d\x2c\xa1\x50\x29\x65\x68\x3c\xc8\xe5\x32\x6c\x8c\x20\x4a\x04\xd1\x69\xaf\x9a\x0f\x61\xac\x01\xa9\xf1\x3d\x55\x3f\xfe\x32\x85\x02\x65\x5c\x29\xf4\x89\x71\xd2\xd0\x74\x9f\x17\x94\x91\x35\x6c\xb7\xe2\xb7\xb1\xc7\x64\x44\xd3\xbe\xcb\x92\xd2\xfb\x2c\x90\x49\x28\x58\x47\x2d\x2d\x69\xc1\xd8\xa8\x05\x11\x85\x98\x76\x70\x95\x49\xd8\xb2\xad\x68\x2a\x0d\xbc\xfd\x2e\xf8\xa2\x91\xf7\x0a\xae\x52\xb0\xa9\xb7\x21\x3a\xc4\xe2\xdb\xc5\x8e\x69\x54\x7d\x31\xab\xc1\x95\xc0\x75\xb8\xaf\xd8\x82\xeb\x14\x0c\xf5\x5d\xf0\x01\xb0\xc1\x1d\x21\xe5\xc2\x43\xb0\x85\xd0\x69\xaf\xcc\xad\xb9\x24\x53\xb2\xc5\xc1\x19\xb9\x8d\xe6\x82\x18\x2c\xb6\x9c\xb2\xb8\xbe\xf4\x42\xfd\x28\x24\x4a\x7b\x35\xa6\x12\x1c\x57\x1a\xb5\x8f\xd3\x1d\x5e\x5c\x80\x5d\x50\xea\xbe\x85\xb2\x25\x54\x42\x2a\xbc\x3f\x0b\xe2\x54\x1d\x31\x3b\x2e\x9b\xcf\x48\x89\x6b\xb8\xfb\x0e\xa5\xb0\xa8\xf0\x8b\x82\xa3\x94\x68\x88\x2b\x0c\x02\x69\x5c\x16\x33\x75\xe1\x65\xb6\x31\xbd\x2f\xc7\x8b\xe0\xf1\xd2\xbe\x7c\x16\xc7\xd9\xb4\x95\xc4\xe3\xe4\x85\xdd\x56\xe8\x94\x06\x4a\x7c\x5f\x1c\xce\x66\xc8\x2e\xb8\x4a\xaa\xca\x11\x75\xa4\x19\x23\x47\x98\x1d\xf1\x4e\xcb\x8f\xc8\x9b\x04\xb0\x7f\x5f\x66\xa4\x96\xc1\x99\x91\x10\xa9\x17\x8a\x10\x39\x69\x60\x10\x4f\x67\xb7\x33\x83\xb4\x8c\xc6\x49\x86\x6b\xca\xf8\x2b\x06\xb7\x18\x79\xda\xb1\xba\x85\x25\x2f\xdf\xa1\xb1\xb0\x97\xb3\x52\x66\x40\xc0\x84\x66\x0a\x25\xa9\x90\xd4\x0a\x94\x72\x45\x15\x5f\x4e\x8c\x80\x2c\x34\x66\xa8\x47\x8a\x5e\xe6\xc8\xfe\x1f\x04\x77\x22\xa5\x30\x38\x6b\xc8\xfc\x88\xfc\x4c\x57\xe6\xce\x61\xda\x47\x28\xdb\xee\x99\x9e\xad\x1d\xc1\x4c\x12\xfd\x04\x84\xee\xae\x8e\x1f\xc1\x89\x74\x0b\x40\x74\x16\xb6\x61\x75\x60\xf6\x57\xa8\x4b\x93\x9e\x0f\xcd\x11\x03\x4a\xfc\xfa\xb4\x62\x8b\x07\x89\x5f\x9d\xd1\x10\xa1\x25\xb8\x50\x03\xb3\xbf\x1d\x0a\x85\x37\x24\xbb\x3a\x46\x6c\x7b\xfa\xf0\x24\x77\x28\xfd\xc7\xa0\x19\x3b\x1a\x10\xea\xe0\x8a\x78\xa1\xb1\x6b\x78\xb9\x42\xfa\xa6\x19\x8b\xb0\xda\x3c\xc3\x4e\x27\x32\x0a\xef\x37\x76\x45\xda\x3d\xa5\xb6\x1e\xaf\xf4\xa3\xc1\x8f\xb4\x6b\x30\xdb\x95\x4f\xe1\xd9\xd4\x95\x21\x82\xdd\xa9\xf8\x27\x85\x0b\xb2\x2d\xfc\xd0\x81\xab\x6f\x57\x5b\xfc\x19\x9e\x2d\x7e\x5e\x90\x6c\xc7\x3f\x69\x99\xaf\xc5\x68\x99\x5a\xab\xd6\x9e\x42\x06\xcb\xa2\x98\x47\xe1\x8a\xca\x29\x12\xd5\x56\x9d\xe8\x30\x8b\x02\x57\xf2\xa1\xb5\x69\x66\x8f\x38\x26\xac\xad\x7c\x0b\xd9\x6c\x15\x31\xf9\x4a\xa1\x6c\xc7\x11\xca\x60\x8a\xa7\x55\xef\xae\x57\x9a\x95\xa6\xc5\x88\x73\x54\x93\x41\x6a\x98\xdd\x40\x98\xc0\x7a\x0d\xf3\x1f\x79\xd8\x00\xb3\xc3\xc3\x4e\xd5\x32\xb9\x43\xdc\x8d\xeb\x18\x26\xa5\x39\x4a\x4f\xa9\xf9\x56\xb6\xc1\x48\x5d\x18\xae\x42\x9a\xc5\xe8\xd5\x8f\x4f\x80\xe2\xef\xe6\x83\x21\x36\x7e\xb3\x0c\xe4\x19\xc6\x6e\x18\xf9\xe8\x62\xc7\x36\xe1\x5d\xd2\x76\x3e\x16\x5e\x13\xed\x06\x0f\x0d\x28\x39\xa9\x61\xdc\x66\x54\x75\x36\x60\xc3\x74\x6b\xe9\xe4\x1e\x1e\x70\xc8\xad\xcc\x2d\x83\xb7\x44\xbb\x59\x81\x22\xd8\x9a\x39\x6a\xa6\xa6\x91\x7e\xec\xc7\xb6\x18\x6b\xea\x9a\x6b\x50\x99\xcd\xf6\x19\x4a\x42\x29\x5f\xce\x48\x8b\x26\xf3\x3f\x87\x8a\x66\xfe\x42\x06\x35\x2b\x5e\x44\xa9\x10\x4b\x0d\x34\xe6\x16\x62\x29\x51\xb9\xb6\x23\xab\xf0\xee\x73\x37\x00\xd4\x2d\x1f\xea\x39\x69\x06\x63\xa1\x37\xd3\x8c\xcd\x02\xd4\x79\x73\x28\xe5\x99\x56\x87\x7a\x4c\xab\x76\x1d\xb4\x54\x95\x06\x1d\xa1\x94\xec\xfe\x4a\x55\x31\x62\xe6\x51\xea\xfc\x08\xb7\xe8\x4c\x1a\x93\x85\x28\x2b\xa5\xfd\x7d\x83\xb9\x8d\x8a\xea\x31\x49\xbb\x1d\x1b\x8c\xd5\x40\x27\x22\x83\xec\xee\xd8\x3b\xac\x79\x07\x5f\x80\x34\x30\xec\x89\x28\xc4\xbb\x3b\xde\x3d\x31\x3d\xb7\x40\x50\x05\xdf\xeb\x16\x08\xea\xbc\x38\x93\x0a\xf5\xd4\xb8\xcb\xdb\xdd\x31\x75\x67\xca\xcc\x01\x2d\x85\x9e\x3a\x06\x07\xef\xb6\xb4\x7a\x33\x2f\xb1\x89\x76\xb7\x96\x7e\x86\xf3\xd1\x87\xfc\xe3\xcd\xad\x0d\x1c\xe8\x16\x1e\xaa\x3c\x7f\xac\x83\x05\x37\x47\x1b\x38\x14\x2f\x4c\xb6\xe0\x50\x47\x29\xe9\x43\x07\x0d\x50\xab\xbb\x3b\xa6\x3e\x21\x3a\x77\xc7\x34\x6c\x69\xf7\x3e\x15\x01\xa2\xdb\xdd\x01\x9d\xaf\x94\x2d\xf7\x92\x01\xd9\x50\x1c\x29\x7d\x6b\x69\x33\xa2\x8f\xeb\xb2\x24\xc6\x79\x23\x08\x3a\xee\x10\x84\x46\x97\xb0\x04\xc3\xba\x15\x61\xe5\xca\x09\x8e\x08\x2b\xf8\xa6\x77\xdf\x0c\x21\x75\xb7\xbe\x74\xdd\xe1\x0b\x1f\x6e\x14\xb7\x42\xac\x1c\x44\x3b\xdb\x0a\xa2\x52\x4e\x76\x85\xb0\x52\x0d\x3c\xe7\x76\x08\x95\x0b\xef\xf4\x16\x38\xaa\x81\x15\xdc\x82\x3f\x35\xc0\x9d\x5b\xe8\xa7\x06\x68\x6e\x8f\x09\x03\x53\x15\x9f\xc6\x08\xa9\xff\xca\x70\xfc\x5e\x12\x67\xf9\x1e\x61\x99\x90\x5b\x27\xd5\x7c\xf9\xf6\x9f\x4c\x48\x4b\xb1\x16\x52\x17\x06\x33\xed\x4a\x88\xb1\x28\x03\x4f\x18\x3b\x73\x98\x4d\x10\x14\x63\x79\x40\x29\x2b\xa2\x4e\xa8\x26\x58\x6f\x28\x8f\x8e\x7d\xe1\x60\x2a\x3d\xa7\xc3\xe1\x18\x77\xf9\x6b\x63\x14\x0a\x0c\x35\x58\xf9\x33\x9f\x0a\x29\x35\x43\xd9\x2f\x86\x61\x23\x68\x54\x03\x26\xba\x87\xf9\x00\x95\x3e\x8c\xfe\xe7\x41\xcc\x56\xa0\x95\x06\x86\x6e\x2b\xe7\xce\xdd\x4e\xbe\xec\x2a\x64\x0e\x74\x5c\x05\x5f\xb7\x05\x9b\x6a\xc0\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xdf\xe9\x74\x8a\x9e\x33\x4e\xea\xe4\xc9\xcd\x56\x78\x96\x42\xa4\xf3\x2d\x68\x54\x03\xa5\xb7\x03\x8d\xc2\xc6\x99\xf8\xcf\x7a\xbe\x6c\xaa\xfb\x82\xf2\xd1\x70\x86\x14\xeb\xc5\xd3\xa5\xe8\x2c\x67\x7f\x7a\xd9\x3e\xbb\x42\x09\x78\x8d\x96\x71\x02\x9e\xf3\x4c\x55\x07\xfb\xe4\xa5\xc7\x9e\x8e\x07\xce\x8f\x4d\x9d\x3d\x78\x7a\xbf\x8d\x94\x02\x83\xbc\x05\x94\x6a\xc4\x5f\xdb\x8a\xdb\x72\x06\x99\xbe\xa7\xe5\x11\xd6\xe4\xb4\x3c\xca\x70\x26\xf3\xf3\xf7\xa3\x9e\xad\x9c\x3a\x9d\xf0\x98\x7b\xfa\xdd\x1f\xd7\x56\x1b\xd0\x54\xce\x86\x73\x79\xba\x52\xe8\x95\x65\xe8\x72\xf2\x03\xfa\xd9\x42\x50\x35\x20\x4a\x5b\x00\xaa\x1e\xb1\x26\x00\x55\x21\xbe\xd2\x9e\xf8\xd5\x66\x48\xb8\x90\x76\xfc\x78\x09\xc9\x3a\x01\xc7\x3c\x24\x8b\x19\xd2\x2e\x61\x6c\xb0\x69\x56\xc3\x12\x99\x66\xae\xcc\xf3\x7d\x6c\x68\x60\x90\xb6\xe0\x55\x0d\xf0\xc5\x9e\x46\xca\x14\xf6\x81\xe0\x55\x0d\xd4\xc4\x76\x50\x97\x19\x46\x14\xa0\xea\x8c\xec\x5c\xe6\x3c\x74\xad\x50\x51\x8f\x02\x5f\xf2\xc5\x02\x0a\xd8\xe4\xe2\xe1\x22\x6f\x2b\x54\x4b\x8b\x22\x5e\xba\x7e\x0e\x03\x0b\x3e\xd5\xb8\xbb\xdf\x0b\x31\x36\x53\xa8\x6d\x89\x11\xbc\x26\xab\x15\x52\xab\xc5\x3c\x2f\x40\xe1\xf0\xdd\xc2\xd8\x67\xb2\x1c\xb1\x80\x70\xba\xfb\x6d\xfb\x02\x2d\xfd\xf6\x2e\x85\xb9\x7d\xcf\x3f\xc8\x41\xb1\x1d\xbe\x60\x14\x2c\xef\x37\x0e\xca\x87\xf4\x5c\x22\xba\x40\x01\xf0\x40\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xc4\xcd\xe5\xd3\xfe\x58\x0f\x60\x1d\x7d\x1c\x3a\xfd\x29\xb3\x7b\x0a\x63\x45\x97\xe9\x8d\x4b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xbc\x82\x7b\x7c\x8c\x00\x61\xce\xbe\xf9\x4c\x46\x0f\xe9\xbb\x0a\x9e\xf9\xef\x0f\xda\x39\xc3\xf5\xf9\x9a\xa7\x21\xfb\xe3\xdd\xd0\x53\x57\xb1\x98\xd9\x1b\xe4\xd7\x78\x6a\x5a\x65\x8c\x14\x7e\x75\x27\xc8\x70\xb7\x23\x49\x52\xc6\x63\xbd\x91\x42\x5b\x3d\xfc\x8b\x82\xa5\xc7\x71\xa4\xbb\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\x17\xe9\x17\x78\xa2\xfd\xe1\x91\x0d\x7a\xfb\x0b\x62\x10\x26\x56\x6e\xff\x96\x4b\xaa\xaf\x59\xba\xa7\xaa\xa2\x55\xa2\xa4\xbe\x16\x9e\xec\x13\xdd\xb1\xb7\xdc\xdd\x28\xb3\x7f\xcb\xfd\x90\x72\x6b\x14\x70\xfb\xe4\xf9\x9f\x84\xff\x77\x9e\xff\x96\xdb\x19\xdd\xbf\xdf\xb3\x9a\x1e\x15\xeb\xe7\xe9\x03\xfe\xa1\x59\x54\x3c\xa2\xc3\x17\xf0\x95\x7b\x46\x27\xf6\x6f\xb9\xb9\xf9\x72\x47\xca\xc6\x71\x5e\xff\x1e\x0f\xab\x6e\xd2\x5b\xae\x51\x48\xbb\x51\x66\x0a\x25\x1e\x60\x99\xaf\x25\x2d\x0c\xfe\xf5\xab\x69\xf8\xd0\xf1\x11\x26\x31\x94\x9d\xd5\xbf\x45\x7f\x10\x2d\xe1\x95\x0f\xe1\x1e\x26\x41\xaf\x29\x3a\x2a\xc2\xc1\x12\xda\xf9\x77\xd8\x42\xe7\xff\xbf\xdb\x49\x97\xe6\xad\x99\x66\x3d\xd8\x50\x12\x65\x30\xd3\xd7\x2a\x3d\x5c\xe0\x8b\x2e\x5e\x7e\x38\xe3\x7f\xcb\xf5\xc0\xd7\xdc\x34\x52\x26\xc1\x1a\x7e\xf1\x0d\x05\x0f\x3f\xb6\xee\xd8\x8f\x28\x0c\xe7\xed\xa8\xb9\x7d\xfc\x61\x05\x62\xa8\xeb\xca\xfd\x28\xb0\xd3\x0f\x69\x30\x43\x5a\xdd\x21\x95\x7f\x36\xf5\x66\x1a\x12\x5c\x0f\xc3\x4a\xe9\x37\xee\x5e\x2e\x48\x9d\xaf\x89\x26\xb1\x1d\x48\x21\x47\xbe\x9f\xb9\x02\x36\xf8\x59\x54\x20\x86\x75\x17\x7e\x33\x45\x87\x64\xf0\xd4\x95\x23\x8e\x77\xb3\x4e\xe3\xdf\xe2\x16\xfc\x39\xf9\x1c\x38\xc0\xfd\xe3\xc2\xe0\x95\x52\x4d\xe6\xcc\x97\xfc\x18\xbf\x62\xbd\x09\x07\xfd\xac\x29\x6b\xaa\xbe\xdd\x0e\xa4\xd3\xf7\x22\x96\x7d\x37\x3e\x2e\xd8\xdd\x77\xe3\xf1\xd9\x29\x33\x46\x8b\x8f\xc8\x89\x31\x6a\x3c\xae\x8a\x69\x50\x62\xc9\xe8\xfa\xbb\x18\x03\x3f\x9c\x9c\xbf\xf8\x71\xe6\x70\x6e\xfe\xcb\x8e\xe2\x9b\x3a\x7d\x37\x35\x21\x15\x76\x5f\x16\xe2\x4d\x5d\xea\xb1\x40\x29\x0d\xa3\x56\x64\x38\x8d\x7f\x3b\x9f\x46\x7d\x27\x30\x43\x0e\xff\x47\xea\x2e\x93\x69\x68\xeb\xd3\x14\x8a\xd9\x9e\xf1\x58\x5c\xcf\x54\x35\x1b\x1c\x29\xb5\xb0\xb8\xf8\x54\x56\x98\x1f\x50\x0f\x27\xfd\xbf\xeb\x32\x06\xe9\x51\xbb\x6b\x6e\xca\xe6\xed\x15\xf2\x72\x5d\xba\x71\xe8\xcd\x23\xcd\x36\x0f\x37\x75\xbb\xce\xfb\x0c\x41\x27\x48\xc7\x8e\xb8\x29\x8b\x36\xc9\x9c\x9b\xb4\xc3\x63\xd2\x90\x18\xea\x7c\x31\xb7\x8b\x3e\x53\xe8\x10\xeb\x99\x6b\xb9\xc2\x1c\x68\x62\x0c\x62\x2c\x5c\x2f\xda\x75\xbc\x94\xf3\xa2\x25\xfb\xc2\xae\x17\xeb\x6b\xd3\xbd\xf1\xdf\xec\xfa\x4a\x4b\xdb\x17\x27\x17\x03\x76\x22\xad\xc2\x7f\x6f\x44\x66\xda\xb5\xd7\x61\x32\xa4\xb0\x18\x83\x90\xb9\x75\x66\x7a\x1d\xe3\xe8\x15\x1e\x13\x0e\xc7\x08\xb6\x9b\xf2\x78\x6b\xc8\x9f\xbe\x34\x75\x20\x31\xea\x09\xc9\x3e\x1b\x90\x0c\xbf\x40\x8a\xcd\x98\x33\x5d\x86\xb7\x93\x55\x3b\xbc\xc2\x4c\xa0\x6e\xad\x4f\x5f\x77\x0e\xa7\xfd\x6f\x27\x43\xd7\xbd\x74\x3b\x19\xeb\xe1\x6b\x9d\x99\x56\x3c\x38\xba\xd7\x81\xae\xbe\x1e\xf2\x90\x7b\x8b\x91\x2f\x77\xf8\xe7\x5b\xcc\xbb\x2a\xbf\xc1\xc0\x17\x2c\x35\x21\x35\xba\xf3\x05\x65\x26\xca\xd0\xed\x8d\x2f\x8c\x40\x9e\x28\x9f\x3b\x6e\x0a\x1e\xa7\x1d\xc9\x7b\x9f\x99\x6e\xaa\x88\x62\xb0\xf6\x44\xa5\x8f\x6d\xf1\xf5\x90\x9a\xd6\x93\xd1\x29\x6c\xb9\x31\xbc\x37\x25\x39\x73\x32\x1a\xdb\x86\xd7\x91\xc2\x8f\x0a\x99\xd7\x7b\x9d\xaf\x57\x4b\xff\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xee\xe8\xa6\x3c\x9a\x09\xa5\x60\x32\xa3\x42\xf9\x04\x30\xd3\x8c\x12\x70\x8e\x03\x6a\xab\xff\x34\xfa\xd6\x87\x69\x86\xbd\xc8\x70\xe4\xfe\xb4\x55\x78\x53\xca\xbf\x3e\x69\xc6\x8f\xe8\xc6\x05\x35\xfd\xc7\x29\x14\xef\xb0\x63\x74\x71\xdd\x6c\xed\xde\x94\xb7\xe9\x91\x56\x3f\xb2\xb8\x19\xea\xb4\xec\x62\x3d\x08\x22\x91\x09\xb0\x0b\x29\x13\x60\x3b\xe2\x82\xb1\x75\x39\x5d\xae\x9a\xaa\x16\x14\xac\xf2\x69\x5f\xc1\xc5\x96\x70\xc6\x0d\xbf\xa7\xbe\xa9\xa5\xbb\x24\xfe\x59\x36\x6a\x7d\x9d\x69\x56\xa2\xab\xa4\xaa\x56\xb2\xa4\x19\x3d\x53\x62\xbf\x9c\x38\x3c\x69\x46\x5a\xe9\x48\xa3\x92\x2f\x47\x5a\xf1\x1b\xaa\x8b\x4d\x78\x6e\x5e\x5a\xa7\xae\x62\x70\x5e\xee\xbf\x68\xa7\xdb\x72\xb9\x29\x31\x04\x12\xa3\xf8\x10\x7f\x1d\x29\x6c\x12\x27\x27\x94\xd5\x2b\x13\xe2\x1b\xe7\xfe\x42\xc2\x15\x2f\xfb\x53\x97\xcd\x34\x21\x6f\x49\xe4\x47\x7a\x37\x65\x33\x79\xd2\x90\x63\x3b\xf8\xad\xd1\x4d\xda\xaf\x80\x2e\x24\x9a\xc3\x75\xa4\xb2\x98\x34\xff\x32\xb5\x49\x4a\xaa\x8a\x47\x32\x04\x78\x84\x5f\x91\xa9\x79\x5e\xe9\xe3\x2b\x5f\x0e\x6d\x02\x5f\x40\x4e\x16\x58\x84\x46\xc5\x14\x11\x5a\x65\x79\xc7\xe4\x43\xcb\x93\x23\x55\xa5\x35\x9d\x8e\xe2\x26\x2d\x7e\x5b\x9a\xd5\xbe\x44\xf5\x15\xc3\x34\x3b\x32\xad\xc8\x27\x14\x05\x56\x36\x33\xc2\x9f\x80\x9c\xaa\x21\xe5\xd4\xcb\x88\x7c\x54\xbf\xce\x34\x64\xeb\xb7\x31\x41\xc6\xfd\xf6\x57\x3e\x95\x4b\xeb\xc8\x18\xcc\x26\xed\x82\x5c\xae\x9b\x4f\x2d\x72\xce\x7c\x2a\xb6\xad\xe9\xd5\x17\xc6\x69\xe8\xeb\x2f\xdd\xd0\x65\xec\x1e\xbb\xd3\x17\xd6\xb3\xa3\xc7\x2f\x3f\x7f\x3a\xfe\x74\xa0\xdc\x55\xa5\x4b\x58\x25\x85\x9d\xb8\x7c\xe1\x76\x53\x0a\xb7\xd1\x5f\x50\xe2\x83\x2b\xfd\x2f\xc5\x77\x49\x99\x6f\x8c\x5a\xfa\xff\xf8\xb7\x28\x9d\x6c\x6b\x9a\x9d\xcc\x57\xc8\xe1\xd2\x0e\xa9\x9b\x67\x96\xf0\x32\x83\x5d\x29\xb3\xb5\xde\xf2\xe5\xd7\xdd\x50\xd7\x78\x4f\x3f\x69\xba\x49\x89\x41\x14\x3e\x49\x3a\xae\xf4\x82\x68\x41\x46\x29\x26\x45\x3b\xaf\x50\x4a\x51\x31\x91\x51\x17\x16\xca\x99\x96\xc4\x63\x6c\xc9\x2b\x3c\x46\xbb\x12\x27\x13\xe1\xa2\x7b\xe1\x52\x1e\x0a\x2e\x62\x06\x95\x60\x39\x32\xf3\xc2\x02\xc9\x80\x38\x97\x64\x5d\xfc\x1e\xe1\xca\x72\xdf\xbc\xd0\xa2\x71\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x31\xc6\xc9\x9a\x3a\x40\x44\x7d\x9d\xa9\xab\xd9\x66\x8f\xfa\xc6\xb7\xbe\x4a\xea\x2a\xe6\x02\x32\xcd\xd1\x22\x2a\x32\x42\xb7\xba\x2d\x0a\xb0\x22\x6c\x3a\xed\x58\x1f\xa1\xf3\x15\x3b\xe2\x8c\xd5\xa1\x0b\xdf\xeb\x85\x22\xab\xe1\x8c\x14\x6a\xa6\xbb\x37\x47\x8d\x04\xa1\x4b\x3f\xb2\xfd\xb7\xd4\xaa\xac\xa4\x54\xa8\xab\x92\x42\x83\xe1\x32\xbe\xe5\xe9\xa3\x53\xfb\xec\x3a\x06\x8b\x6e\x5f\xcf\x17\x02\xb8\x6e\x92\x08\x33\x78\x5f\x81\x75\x4c\x04\xa5\x91\x68\x11\x21\x0a\xfb\x70\x8f\x88\x21\x08\x50\x19\x5d\xa6\x0b\xd7\x52\x33\xef\xdb\xde\xd8\xb4\xfa\xfb\xe7\x7f\xbd\xb3\xf4\x8a\xeb\xd0\xc2\xe3\x8e\xeb\x50\x5f\xac\xbc\xee\x57\x5b\x58\x5c\xd7\xab\x2d\x72\x48\x41\x1f\xee\xaa\x27\xa4\xd9\xad\xa4\x21\x0b\xad\x7e\x41\xca\x2e\x6b\xa1\x24\xd5\xd9\xbe\x8e\x09\x31\xfb\x91\x3e\x2d\x63\x7b\x4a\xad\x3f\x3d\x5d\xce\x2a\x31\x3b\x76\x81\xaf\x5e\x33\x05\x0a\xf4\xd0\xc2\x89\xb9\x88\x45\xba\x38\xce\xc3\xb8\x90\xf3\xba\x7a\x2d\x15\xf1\xd2\x26\x43\x48\x43\xba\x02\x7a\xaa\x2a\x39\xe3\x48\x97\x16\x8c\x58\x09\xba\x6c\x6d\xd9\x38\x8d\xfb\xab\xce\x84\x59\x26\xc0\x98\x4a\x40\xd1\xb2\x17\x9a\x2f\xa8\x66\x3e\x94\x44\xc8\x6c\xa1\x66\x3a\x85\xb6\x54\x33\x21\x1c\x65\xd1\x90\xba\x26\x3d\xfb\x95\x42\x16\x85\x1f\xd1\x65\xc3\x33\x05\xf2\x4c\xfc\xdb\xaa\x16\x21\xbf\xc5\x8b\xa4\xfa\xa7\x1b\xe5\xae\x2b\xc5\xdb\x33\x00\xb1\x77\x7e\x59\x17\xa3\x05\x4d\xd6\xcd\x5c\x88\x6d\x67\x9f\x18\xd7\x15\x52\xcc\x85\xc5\xd9\x39\xad\x5c\x21\x2d\x56\xe8\xc4\x39\x25\x4a\xc9\x97\xfa\x91\x31\xa0\x34\x77\xa3\x40\x61\xc3\xa4\x90\x95\xad\x90\x1a\x3a\x06\x69\x87\xd5\x9e\xf1\xd9\x87\x81\xe5\xd6\x2d\x65\x30\x97\x95\x61\xe2\x1c\xf9\x31\x99\x30\xb3\x23\x6b\x89\x1d\x71\x61\xa7\x74\x1c\x66\x6c\x79\x5f\xa3\x9e\x23\x9f\x7a\xb8\xf9\xd2\xab\x90\x9a\x56\xd0\xc8\x39\xb2\x48\x74\x98\xbf\xfb\x8d\x76\x0b\x65\x15\xc3\xca\xfb\x3a\x34\xc6\xbd\xe2\x41\xb4\x13\xaf\x81\x2f\x43\xe7\xcc\x87\x8e\x3f\x94\x3e\xac\x4b\xb3\x0c\x68\x1f\x54\xa0\xaf\x3f\x4b\x7e\x04\xd9\x85\xa2\xed\x3e\x1e\x23\x00\x92\x51\x82\x01\x38\xe6\xd1\x33\x7b\xbe\xe7\xea\xa8\x1f\x42\x47\x3c\x93\xa0\xe3\x71\x35\xac\xf7\x26\x95\x88\xed\xa1\xac\x8c\xd0\x96\xdd\xec\x36\x53\x68\xf7\x15\x6a\xd7\x61\x26\x66\x47\x0a\x3a\xb0\x44\x7d\x21\x93\x9c\x7f\x62\x5c\x28\x1c\xdf\x9d\x9e\xec\x40\x85\x99\x68\xe7\x4c\x43\xb6\xaa\x3a\xd4\xfc\xe7\x7f\xf5\x55\x52\x76\x2f\x59\xc1\x24\x1c\x30\x18\x47\x01\xc5\x91\x38\x73\x4e\x50\x18\x89\x56\x5e\xe9\xd0\xf7\x9d\x15\xca\x2e\x17\xb8\x58\x57\xb0\xad\x60\xd5\xe9\xca\xf5\x3a\x30\xb0\x86\x2c\xe4\x82\x15\xa7\x1b\xd7\xd2\xd8\x0b\x4e\x59\x51\x5b\x28\xeb\xa5\x9a\xaa\xb6\xff\x30\x85\x74\x39\x7b\xfe\x4b\x39\x8e\x6c\x7a\xb4\x79\x0f\x27\x0e\x1f\xe5\x6b\x06\x70\x8f\xb5\xa4\x13\x5c\xfd\xd8\xe1\xc3\x81\x6e\x2f\xec\x83\x81\xcb\x6e\xa6\xf2\xd4\xd8\x53\x28\x40\xda\x99\xb2\xad\x32\x3a\xd1\xc5\x7b\xec\x15\xdd\xb7\xb6\x02\xeb\x3b\xda\x44\xcd\xd9\x5d\x77\xaa\xad\x60\x05\x8d\x08\xbd\xd4\xbd\x59\x6f\xd4\x14\x2a\x2f\x2a\x32\x78\xd8\x78\x7e\x3e\x1c\x6a\x86\xf9\x90\xed\xdc\xcf\x94\x31\x75\x21\xbd\x2f\xd0\xe9\x0a\x37\xd1\x0a\x96\xc3\x74\x1c\xdb\x93\x53\x2f\xd7\xa8\xd1\xb0\x5c\xa3\xe6\xd4\xa9\x6b\xd4\xa3\xbe\x90\x82\x93\x48\x8f\x17\x14\xeb\xd7\x21\x7d\xce\xbc\xd2\xb0\xe5\x15\xdb\x7a\x22\xaf\x90\x3a\x13\xac\xdb\x2c\x7f\x8b\xf0\x89\x72\x4c\xb7\xbe\xc4\xbf\x5a\x5a\xf2\x65\x2e\xae\x01\x85\x99\x68\x05\x8b\x65\x4a\x62\x95\x23\x55\x3d\x2f\x2d\x0d\x89\xe1\x51\xe5\xba\x5a\x6d\x05\xad\x3a\xb1\xa8\x38\x3c\xe9\xf6\xb4\xe5\xbc\x31\x71\x0a\xb7\x90\x97\x0a\x69\xd5\x07\x75\x64\xd2\x04\xea\x36\x53\x55\x8b\x88\x24\x9e\x1c\xd8\x30\x31\x75\x61\x7a\xbe\x46\xba\x54\xa0\x01\x64\x92\x92\x65\xb4\x02\x2f\x2a\x57\xc6\x59\x33\xd3\x44\x70\xcb\x84\x48\x7c\x45\x54\x4c\x63\x39\x72\x6e\x9f\xe0\xd7\x32\x5b\xc8\xab\x96\xca\xe2\x63\xc4\xc3\x44\x5e\x21\xc3\x17\x4a\x0f\x9b\x60\xc1\x38\x25\x24\x3f\x9a\xca\xd3\xa5\x07\xa4\x7d\xbf\x3d\xa4\x32\x58\xc1\xcb\xcb\x82\x87\xbd\xb4\x70\xf6\xa2\x56\x7c\x2f\x3a\x3b\x82\xdb\x51\x25\x5e\xe1\xaa\x35\x19\x53\xc8\xcb\xfe\x14\xc6\x64\xc6\x89\x48\x5b\xbe\x67\x8f\xd8\x5a\x4a\x1f\x57\x51\x49\xcb\x22\x65\xa6\xaa\x98\x81\xfd\xb4\x7c\x7a\xca\xde\x77\x86\x8b\xfe\x82\x8d\x96\xb3\xa5\x1c\x29\x6c\xff\xfc\xaf\x4f\xf8\x66\x39\x08\xf2\xab\xa5\x21\xef\x53\x2c\x9e\x65\x91\x82\x88\x53\xd8\x89\x56\x60\x06\xa5\xc6\x28\xb1\xd2\x1d\x83\xa2\xbe\xae\x74\xa9\x38\xf9\x59\x09\xce\x59\x98\x02\x4b\xde\xc1\x82\x91\xbc\xb0\xc0\x30\xc8\x96\x1f\xac\x64\x49\x1d\x2a\xe0\xea\xa9\xdb\xdd\x4b\xea\x62\x85\x42\xe9\x57\xd0\x6c\x0e\x49\x31\x2e\x2c\xa9\xb5\xfd\x27\x29\xf4\x3e\xeb\x21\x15\x29\x6d\xa4\x13\x7e\x25\xa4\xdf\x99\xc0\x81\x4e\xb2\x51\xd1\x1e\x3b\xe2\xc7\xbd\x6c\x0c\x6a\x94\xad\x22\x44\x1c\xe1\x38\x45\x88\x68\x85\xa9\x55\x84\x88\x2b\x47\x29\x65\xca\x38\x47\x4f\x33\x76\x86\xb7\x7c\x78\x0b\xb5\xca\xb9\x65\x5b\x7e\x5c\xe9\x62\x79\xe5\x1b\xa4\x4e\xbf\x2d\xed\x68\xc1\xae\xf4\xa8\xbd\xc3\x9e\xdc\x66\x20\x96\x6f\x87\x81\xf8\x50\x37\x02\x31\x10\x37\x2a\x09\xeb\x51\x81\x27\x5a\x61\xe3\xec\x05\x47\xf3\x23\x82\x6d\x44\xd1\x38\x8f\x46\x87\x0f\x15\x87\xe2\x9c\x33\x7d\x78\xf1\x46\x3a\x81\xf3\xf8\x11\x81\x89\xe2\x76\xdb\x76\x3d\x47\x68\x6e\x2c\x27\x54\xa6\x13\x67\xe4\x5c\xb5\xad\xcd\xb2\x04\x3a\xe5\x95\xf2\x67\x5a\xfb\xbb\xaa\xad\x2a\xb4\xe2\x76\x82\xb9\x0b\x69\xa7\x48\x14\xad\xa0\x67\x14\x89\xa2\x95\x0c\xd6\xcc\x85\xc6\x4c\x20\x8a\x9e\xaa\xb0\x93\x9b\x7d\x13\x48\x14\x41\xa3\x1c\x1b\xa3\x21\x0f\x14\x97\xa2\x0c\xd4\xfb\x7b\xf8\x4f\xf2\xe1\xa5\xa5\x0d\x65\xdc\xd8\x84\x92\x49\x83\xea\x52\xc2\x8d\x56\xae\xb4\x62\x5e\x1f\x21\x8d\x8b\x80\xb2\x2d\x94\xb1\x61\x30\xb3\x11\x94\x09\xe3\x38\x98\xc9\xb7\xe1\x66\x17\x86\xf7\xdb\x47\xf8\x28\x15\x27\xbf\xe8\x2f\xe4\xdc\xdb\x3c\x82\xfe\x51\x74\x89\x3e\x5b\xca\x34\x5b\xe8\x7e\x87\x8f\x38\xa3\xb9\x12\x3f\x82\x43\x28\xa9\x30\xa2\x8f\x94\x0a\xa3\x15\xec\xa8\x37\xf7\x4b\xd8\x7c\x6f\x6b\x20\x7c\x3b\x6f\xdd\x39\x14\x4c\xd9\x37\xc6\x35\x26\xe8\xdb\x5c\x71\x85\xaa\xa2\xe8\x43\x0e\xc2\xd9\x53\xd6\xfd\x61\xfa\x18\x4a\x77\x9f\x42\x4d\x34\x6e\xc7\x37\xa9\x19\x38\x76\x02\x4f\xb9\x46\x46\x60\x16\x66\x67\x7c\x6c\xf2\x60\x3c\x93\x4f\x23\xda\xf3\x83\xa5\x7d\xa5\xae\x85\xe0\x4c\xa9\x86\x8b\x81\xa8\x18\x15\xbd\x31\xef\x8e\x51\xd1\x5f\x08\x53\x45\xa5\x38\xc7\x2b\x85\x40\x90\xa1\xee\x4d\x14\x7f\xd1\xc7\x06\x33\x96\xee\x87\x3b\x4a\xe6\xf2\x83\x4e\x4b\x55\xcf\x25\xa2\xe3\xe3\x17\xe1\x17\x76\x80\xe3\x49\xd4\xd7\xd3\x2e\x9b\x8a\x5f\xc1\x34\x9a\x29\x1d\x1a\x5f\x7a\x15\x92\x3d\x97\xb5\x4a\xd3\x31\x1a\xba\x51\x69\x3a\x0e\xde\xd7\x8f\x41\xce\x8c\x58\x02\x1f\x6f\x7a\x36\xd5\xc7\x0b\x9a\x39\xd9\x0e\xc1\xc0\x08\x0c\xd5\xea\x6c\xe4\x8f\x33\xda\xa2\xe1\x94\x4e\xa3\xfd\x5b\x15\x5e\x4c\xe1\x4f\xe3\x71\xab\xdf\xc1\x00\x2e\x48\x56\xb0\x42\x5a\x2a\xd2\xee\x97\x25\x9b\x50\x56\x1a\x35\x2d\x75\x75\xda\xa1\xc4\x53\x3d\xcd\x4a\xce\xb0\xe9\x85\x50\xb9\x3f\x2c\x90\x12\xe8\xe8\x51\x45\x7d\xb8\x0b\xf9\x72\x5a\x78\xd0\xaa\xf7\x79\x4b\x99\xbd\xb6\xec\xa3\xaf\x5f\x0f\xc5\x98\x30\x22\x25\xc7\x13\x62\x3b\x5c\x33\x85\xde\xae\x28\xd2\x2f\x42\x61\x86\x94\xac\xbb\x42\x69\xb7\xb2\xed\x15\xdd\xa1\x15\x36\xf6\xd7\xf6\x6a\x0b\x65\x3b\x08\xd3\xc2\x09\x3c\xfa\x8b\x3d\xf8\xb5\x4d\xda\xeb\xdf\x32\xdc\xf0\x95\x1a\x67\xa1\x20\x2a\xad\x60\xeb\x7c\x97\xd1\xb4\x8c\x0e\xc1\x83\x92\xfb\xa2\x62\xd8\x1d\x0e\x0b\x31\x61\xaf\x2f\x0c\x45\x55\x79\x6c\x0a\x16\xde\xd7\x97\xc8\xd1\x87\xc1\x9d\x70\xe6\x10\xee\xe4\x26\x07\xa4\x64\x14\xb2\x58\xd1\x1c\xce\x06\xcf\x28\x7c\xc3\x68\x6c\x86\x1f\x67\x17\x24\xbc\x03\x36\x34\xf6\x9c\x40\x28\x47\xbf\x52\x26\x3e\xe8\xa1\x6c\xaf\xf0\x9b\x3f\x5e\xf0\xa0\x61\x9c\xea\xa3\xbf\x52\x59\xe6\x69\xf6\x0d\xc1\x1d\xea\x2b\xa4\x6f\x1f\xe9\x53\x7e\x97\x32\x42\xbd\x85\x32\x0b\xf5\xf1\x87\x21\x05\x23\x44\xbc\xfe\xbc\xf0\x23\x94\x07\x80\xda\x37\x5e\x65\xc4\x9e\x02\xa1\x12\x23\x49\x08\x95\xd2\x90\xcc\x0e\xdf\x50\xe3\x08\xfa\x59\x8f\xe4\x3f\x65\x13\x64\x89\x1c\xcc\x61\x96\x50\x42\xe9\xe2\xd3\xfa\x59\x33\xa0\x35\x7e\x56\x05\xec\x71\x05\x76\x18\x0d\x05\xec\xc0\x0e\xf1\x02\xfd\x22\x39\x98\x1d\xbf\xc2\xa9\x4f\x5d\x8d\x66\xa6\xee\xdb\x75\x99\x10\x73\x8c\xff\x79\x26\x92\x83\x2d\x8b\xf9\xb2\x9a\x7f\x28\x5f\x5e\x0d\x28\xbf\x29\xf1\xac\x4f\x07\x6e\xc0\x50\x9d\xc2\xab\x74\xa7\x25\xbb\x29\x0d\xc0\x3f\x39\x05\x57\x29\x7e\xc1\x70\x53\xee\x7f\x42\xe9\xf1\xc5\x48\x17\x66\xd8\x46\x55\x44\x7f\x63\x38\x16\x23\x9d\x3e\x26\xab\x55\x21\xbb\xc9\x94\x5a\x8e\xd8\xb6\x98\x2f\xaf\xfb\xa4\x21\x6f\xf8\x49\x2f\x5a\xd8\x92\x4e\xbc\x4d\x27\xcd\xe8\x98\x01\xd0\x62\xbe\x1c\x45\x13\x53\x6b\xbe\x40\x16\xd0\x8c\xf6\x25\x57\xe0\xf3\x65\x07\xc4\x64\x06\xb2\x3e\xb4\x63\xd1\x3e\x43\x29\xcf\x8f\xa5\xd8\x3c\xec\x1e\x45\x58\x4e\x83\x39\x80\xad\xcc\xc3\xe7\x46\xcc\xb0\xa9\x3c\x1d\xa3\x31\x03\x87\xee\xf9\x1d\xa9\xfc\xa6\xcc\xa0\x96\x78\xd3\x61\x0f\x4e\xec\xc2\xa9\x1c\x1e\xc5\x01\x1c\x6e\xea\xe7\xe1\x51\xc8\x49\xd0\x6a\x69\x2a\x9a\xc1\x39\x19\xed\x31\xe1\x3c\xba\x99\x46\x6a\xd1\x8b\x7d\x06\xf5\xa0\x5d\xc7\x18\x7c\xc1\x07\x07\x86\xfd\x45\x65\xbd\x8f\x73\xa6\xe1\x9b\x3a\x35\x7d\xa9\x5a\xf4\x56\x2d\x94\x35\x58\xfa\x64\x9f\x1e\xf9\xf2\xe6\x4b\x3f\x7b\xb9\x29\x4f\xd1\xc5\x10\xe4\xa4\x02\x14\x34\x0f\x3b\x48\xef\x03\xcb\x5f\xe2\x7b\x2a\x89\x48\xc3\x89\x36\x9d\x44\x04\x6b\x78\x0a\x7e\xd2\x8c\x8c\xbc\xa9\xaf\x6a\xa6\xec\x27\x8a\xb9\x24\xed\xc4\xa0\x50\xbb\xff\xcc\x5c\x72\x57\x3c\x58\xc0\xcd\x6f\xd2\xac\xae\xf9\x8e\x92\x2f\xad\xa8\x1b\x73\x20\x71\x60\xa4\xdd\x4d\x0d\xcf\x08\x6c\x22\x5b\x10\xfc\xc9\x54\xe2\x92\x52\xc3\x08\x9b\x25\xca\x10\xcc\x17\x96\x8f\xd3\xb1\x13\x46\xb5\x65\x38\x15\x3c\xa1\x81\xea\x9a\xc6\xa3\x5c\xf0\xfb\x49\x68\x4c\x04\x80\xc3\x23\x5c\xac\x98\x22\x20\x9c\xd9\x53\xa7\xef\xf1\x30\xed\xa7\xd3\x93\xcc\xce\x12\x9d\xf6\x43\xb4\x50\xe6\xff\x8b\x11\xb0\xad\xcf\xb4\x34\x05\x2c\x3b\xa1\xde\x3a\x8c\xa6\x4f\x07\x48\x1c\xfc\x8a\x34\xfe\x05\x93\x38\xcc\x01\x37\xbc\x93\xe0\x05\xf5\xa4\x9d\x65\x1b\x24\x43\xd0\xea\x02\xbd\x9b\x82\x79\xdc\x85\x7c\x6a\x2c\x32\xd7\x32\xf3\x24\xcc\x17\x75\xef\x15\x1c\x0d\x6e\x13\xd0\xe3\xac\x6c\xec\x93\x45\xa1\x0f\x0c\xf4\x91\x42\x31\x5b\xa6\x7d\x9b\xd9\xd2\x85\x1d\x5f\x57\x5a\xfd\x7a\xec\xe9\xd2\xbf\xe9\xba\x05\x15\x6f\x3b\x6c\x2a\x6d\x48\x03\x15\x30\x15\xb0\xe0\x2e\xec\x90\x72\xeb\xdb\x08\x9a\xc5\x82\xe6\x0c\x65\x59\x72\x41\x2d\xf5\x91\x66\xf4\xaa\xca\xfa\x6c\x16\x63\x11\x39\x02\x4c\x61\x49\x1a\x00\x90\xa9\x2c\x21\x0d\xb8\xc3\x54\x96\x90\xe2\x5c\xc3\x37\x55\xfc\x1f\x8c\x66\xba\x7f\x9a\x99\x9e\xac\x94\xa9\xff\x93\x1e\x95\x7c\x15\x73\x6d\x96\x05\x83\x4c\x48\x9d\x2b\x6a\x46\x77\x6f\xdb\xde\x27\xad\x2e\x61\xaf\x4a\xaa\x5a\xea\x15\x46\xb7\x99\x3a\x86\xe7\xac\xda\xb5\xf0\xd3\x46\x79\x70\xdc\x9b\x8e\x2b\xc0\xad\xff\x2c\x1c\xcc\x10\x65\xc6\x66\x8c\x5a\x18\xe1\xf6\x3d\x02\x5b\xcc\xd8\x0c\xe7\xfa\xbc\x29\x9b\xd1\x8d\x31\x79\x35\x99\x93\xcb\x76\xfd\x08\x25\xbb\x99\x7f\xb9\x50\x05\x36\x40\xe6\xc5\x1d\x3b\x4a\xd6\x99\x3d\xe2\xd7\x9f\x97\xdf\xde\x64\x3f\x5e\x7e\x3e\x01\x94\x73\x2a\x0e\x40\x71\x74\xf9\x9b\xd2\xaf\x21\x76\x1c\x06\x80\xdb\xf0\x69\x4c\x05\xc0\x9c\x49\xa2\x8f\xfa\x54\x35\x27\x20\x68\x2e\xb6\xe3\x4c\x9f\xfa\x33\xa6\xf3\x62\x3b\x36\x28\x4f\x2e\x4b\x2a\xc0\x45\x07\xd6\x31\xf5\x80\xbf\x60\xc3\xce\x0b\xf1\xde\xfe\x76\xa2\x4c\xde\xfa\x73\xf2\x9f\x46\x63\x8c\x5a\xd2\x92\xd7\x81\xe1\xe9\xac\x1f\x53\xe7\x22\x96\xdf\x64\xb4\xdb\x0e\x05\x0c\x86\x8b\x03\x3c\x9b\xec\xe2\x92\xa2\xd3\x92\x2f\x29\xd2\x92\x21\x3e\x9c\xa8\xa6\xf0\x17\xbd\x63\xfc\x08\x7e\xd1\x47\x56\xc5\xcf\x42\x38\x60\x4d\x3d\xdb\x6f\xdc\xba\xcf\xea\x9d\xcc\xcc\xeb\x99\x7e\xb9\xf8\x13\xa7\xf5\x98\x78\x1b\xa7\x1e\xdf\x37\x6e\x91\xa7\x13\x79\x5c\x70\x8d\x70\x1a\xe7\x89\xb8\x32\x4c\x83\xbb\xcd\x59\x1d\x60\xf6\x48\x2b\xec\x0e\xc8\x70\x10\xad\x4e\xef\x0e\x94\x2e\x40\x0d\x2c\xde\x29\xa0\xc6\x68\x18\x2d\xd5\x2c\x84\xf2\xae\x1c\xc2\xaf\x34\x24\x7f\x62\x4b\xa1\x87\x9e\x3e\xa7\x9a\x09\x65\xc3\x2c\xdf\x99\xd9\x7a\x06\x60\x19\x59\x33\x00\xfb\xb9\x3a\x7f\x26\x0f\xd0\x33\x5d\xcb\x37\x00\x99\x84\x5b\xf8\x5f\xd1\xc1\x82\x7f\x94\x23\xd3\x25\x6c\x60\xad\xf9\x70\x6b\x3c\x8c\xc0\x5a\x22\x3d\x46\x98\x50\x68\xf5\x8c\x40\xa8\xc6\x6e\x95\x4e\x1f\xc8\xfe\x74\x62\xec\x16\xbe\xf5\x59\x7d\xcb\x00\x24\x72\x2a\x75\x47\xbb\x32\x04\xdf\x32\x70\x61\x32\x0d\xf1\xb8\x50\xa4\x0d\xe5\x0d\x1f\x08\xc6\x51\xf0\x3c\x4c\x9e\xcc\x3b\xd9\xff\x4d\x5a\x03\xb2\x0c\x6d\x78\xbc\x69\x48\xcb\xc0\x08\xda\x60\xf4\x21\x25\x8c\x9f\x4e\xb6\x0b\x33\x20\xc7\x47\xf0\xd1\x63\x36\xec\x79\x74\x4c\xb3\x3a\x40\xd0\xe8\xb1\x7d\xbb\xf2\x2b\xa8\x03\xe6\xb3\x59\x0a\x65\xb4\xb2\x02\xb8\xa9\x98\x0d\x13\x14\xa3\x53\x2f\xef\x0b\xc8\xbd\xe9\xb7\xf6\xd7\x53\xa6\x4d\x8e\xd4\xe6\xad\x7d\x7d\x5a\xf5\x64\xa6\x2e\xe6\x69\x67\x78\x78\x11\x31\xf2\x8c\xf1\xe0\x4e\x7e\x36\xbf\x08\xe4\x9c\x3b\xf5\xdc\xfe\xe4\x5a\x70\x36\x64\x14\x47\x2c\xe1\x41\xda\x95\x99\xbe\x19\xac\xb7\x91\xaa\x4b\x77\x13\x0c\xc8\x09\x1c\x66\xca\x6e\xeb\x66\x5c\x69\xc5\x8a\x22\xab\xe0\xec\xcd\xcf\x70\x04\xfc\xc1\x1a\x14\xaa\x64\xb4\x23\x94\xad\xca\x11\xd2\x02\x89\x53\x5c\xe3\x16\xa3\xb3\xf2\xbe\xbe\xcf\xc9\xad\xd9\x66\x69\xa9\xab\x95\x47\xa7\x34\x0c\x49\x78\xbc\xfb\x8d\x04\x76\x6e\xc7\x05\x85\xea\x22\x25\x48\x36\x92\x71\x1d\x57\xfd\x1b\x14\x3e\x0d\xfa\x18\x15\x9e\x31\xe8\xa3\xbf\x66\x1a\xd2\xd1\x09\x5d\xda\xb9\x0c\xeb\x21\xa5\x71\xe0\x8b\x6e\xde\x43\xd0\xf8\xa9\x3c\x77\x9b\xb3\x73\x71\xc1\xa2\xf8\xc5\xfb\x85\xc8\xf6\x8b\x77\xae\x2f\x67\x87\x67\xd2\x2a\x3c\x83\x40\x37\xac\x63\xc4\xd6\x16\x90\xa3\x1c\x6c\x06\xe1\x38\xda\x85\xd6\xe0\x55\x7b\x24\x5f\xc7\xd9\x80\x8a\xd1\xb3\xf6\x12\x73\x55\xb8\x8e\xc6\xd5\xff\x4c\x26\x0f\xd8\x24\x58\x0d\xf4\x6c\x77\x1e\x4f\x5e\x5b\x4c\xc3\x33\x46\xcd\x9f\x2a\xd9\x3b\x08\xd3\xd9\x59\xde\x54\x55\x2f\xec\x55\x3d\x5c\x3f\x07\x4a\x98\xa4\x1f\xf8\x99\xa6\xa1\x1a\x5c\x24\xce\xce\xad\x14\xa2\xd9\x50\x8d\x51\x99\xb1\xe1\x33\x04\x9a\x62\xd8\xcc\x84\xdd\x9c\x01\xa4\x33\x07\x86\x5f\x70\x83\x3a\xfd\x8e\x9d\x4b\xd0\xe9\x77\xec\xfd\x60\xe4\x03\xfd\xc3\x64\x0e\xfc\x8d\x48\xa1\x21\x47\x01\x77\xaf\x53\x18\x8b\x8a\x97\x70\x0a\x63\x51\xb9\xb9\x9e\xc6\x58\xf4\x03\x43\x77\xe0\x35\x60\xc5\x86\xed\xce\x9e\x4e\x2c\xea\x66\x48\xdb\xe1\xb0\xc9\xc8\xd2\xd3\x8d\x8f\xb3\xb0\xe2\x58\xe4\x43\xe0\xd7\xb0\x59\x33\x40\x1c\x85\x3d\x9f\x9a\xa9\xe9\xc6\x59\x0c\x51\x3a\x4a\xdc\xd1\xae\xfc\x27\x7b\x79\x86\xe4\x67\xe8\x14\xa7\x03\xab\x34\x1c\x98\x20\x5e\x07\x60\x0f\x95\xe5\x1e\x9c\x03\xb3\x86\xb6\x43\x19\xd1\x64\x45\xf9\x1b\x3d\x34\x3f\xda\xc0\x56\x9f\x0e\xd5\xd2\x61\xcf\x89\x35\x52\x53\xaa\xed\x83\xa0\x74\xb6\x8c\x89\xd1\xe5\xfc\x18\xb8\xd4\xe6\xcc\x22\x52\x15\x85\xd0\x53\x7a\x19\x40\x49\xb3\xc2\x7b\x02\x22\x9e\xe4\xd2\xa8\xcc\x8b\x41\x0f\xfd\x78\xe5\x53\xf9\x2b\x9f\x76\xe5\x65\x8f\x13\x67\x3a\xe4\x3d\x4b\x31\x7d\xb1\x9d\x53\xff\xb4\x0d\xdb\x33\x5c\x4d\x0a\x92\xd3\x6f\xc4\xfb\x81\x95\x63\x98\x43\xc5\x97\x38\xa7\x5d\x16\x39\x3a\xfb\x91\x38\x5e\xbf\x39\x1d\xcf\x2c\x5e\x09\xbd\x0b\x3f\x27\xd2\x67\xf2\xda\x0d\x79\x3d\x39\x7e\xa6\x57\x5d\x2c\x71\x81\x36\xfd\xf4\xbb\x1f\x70\xc7\x34\x3f\xc4\x5b\x34\x37\x6c\x46\xc3\xdb\xef\x40\xd2\x90\xfd\x43\x19\x92\x73\xfc\xa0\x7d\x8d\x74\x20\xf2\xfd\x98\x0b\xf1\xcd\x0c\x2e\xbf\x2d\x88\x74\x32\x7a\x61\xd4\xf1\x67\x8c\x94\xbb\xee\x92\x67\x34\x0d\x59\xa7\xf1\x37\x0b\x77\x1f\xa6\xd8\xf2\x2e\x7e\x28\xa5\x2d\x45\xa1\x00\x56\x88\x63\x6e\x71\x89\x80\x2f\x62\x59\x9e\xc7\x07\xb3\x7c\x3d\x18\x7f\xc8\xb2\x35\x98\xba\xcb\xe9\x76\x53\xe6\x76\xd1\x9d\xc6\x1c\x70\xa3\x30\x97\xdd\xf2\x39\x07\x2f\x3b\x7a\x10\x89\xcb\x3b\x13\xc9\xb1\x38\x3d\x32\xbb\x4e\x67\x41\xf2\xb1\x9b\x94\x10\x44\x62\x2f\x9f\x1e\x73\x84\x5f\xec\xe2\x8c\xd6\xb6\x63\xfc\x18\xcb\x87\x84\x9c\x8c\x37\xb0\x38\x0c\x9c\x8d\x05\x38\x42\xd2\x6d\x83\x94\x09\x83\xdd\xbb\xed\x68\xcc\x51\x7d\x5b\x30\x63\x93\x2a\xa3\x45\x2e\xd2\xe7\xb6\xbe\x9e\x69\xc6\xb1\x74\xd2\x0c\x91\x3f\xa0\x14\xc6\x00\x9b\x65\x23\xa5\x59\xb4\xed\x53\x42\xbc\x1c\xdb\x26\xde\x0c\x65\xa7\x1e\xbb\x60\xe3\xf7\x19\x29\x15\x30\xa7\xa4\x21\xaf\xef\x99\x6e\xee\x55\xc2\xf9\x3d\xb7\x4f\x06\x71\x3a\x18\x69\x10\x27\xad\x91\x06\x78\xf8\x27\x48\x83\xf8\x47\xb6\x91\x4a\x15\x1d\x2c\x34\x41\xc9\x26\x35\x98\xe0\x8c\x83\x64\xa3\xbe\x59\x43\xc3\x09\xce\xb8\x2f\x94\xc8\xa2\x71\x77\x31\x95\xab\xa2\x71\x21\x31\x85\x1f\x28\x71\x91\x6e\xd9\x71\x39\xf1\x08\x4c\xd0\xe2\xd2\xde\x8e\xe2\xcd\xd9\xdb\x97\xfe\xf5\x48\x19\xdb\x97\xf9\x91\xff\xa8\xc2\xb6\x5b\xb2\xbd\x1f\x0f\xe9\x6d\x96\xff\x72\xd6\x37\x16\x45\x18\x80\x16\xd7\xaf\x2f\xfd\xb9\xc1\x9d\x6f\x3f\x6d\x05\xff\x34\xdf\xbe\x48\xcc\xa9\xdd\xd7\xfe\x44\x63\xba\xc9\xa6\x86\xd2\xac\xd7\x0f\x7e\x52\xae\x8a\x16\xff\xb7\x41\x01\xf1\xdb\x29\x71\x45\x8b\x37\xf7\x0d\x30\x8e\x89\x7d\x4b\x7d\x64\xb6\x00\x0c\x54\x76\xd9\xdb\x40\xcb\xb8\x4b\xde\x5c\x2f\x65\xb8\x3a\x5f\x54\x76\xab\xd2\x5c\xb4\xfa\x4a\x99\xa5\xf5\x4c\xa1\xe1\x59\x35\xa5\xba\x59\x6f\xa1\xac\x9e\xf3\x9f\x32\x0a\xe2\x7e\x7b\x1b\x50\xfe\x54\xb5\x05\x9a\xbf\xc6\x58\x44\x3f\xbf\x31\x11\x10\x27\x86\x29\xcc\x5e\x53\x0a\xf7\xb1\x12\xb2\x16\xe3\xf7\x7c\xe3\xa1\xcc\x8f\x9b\xbf\xe0\x5b\x01\x13\xee\x86\xd2\x2e\xb3\x02\x69\x51\x04\xac\x63\xbe\xed\xc8\xe2\x11\xca\x34\xfa\x20\x8e\x63\x21\x0c\x5a\xfd\x0f\xaf\x35\xe7\xdb\x0f\x5f\x7b\x4d\x3b\xcb\xbd\x30\x5e\xf3\xe3\x99\x3e\x99\x16\x66\x49\xc6\x45\x3c\xd0\x1f\x1b\x17\xdc\x65\x4f\xa2\x61\x70\xf5\x38\x3f\x48\xa9\x92\x52\x65\x83\x9e\xf9\xd4\x6f\x19\x53\x55\xdb\x0c\x66\xf8\xf8\xc2\x23\x9e\x2b\xe5\xb6\x68\xf1\xc5\x1a\x53\x90\xbb\xb5\x29\x14\x41\x8b\x1f\x4b\xa8\x81\xce\x33\x8e\x29\x94\x40\x8b\x3f\xf1\xe3\xb7\x06\xb9\x72\xf9\xc8\x4d\x19\x47\x1f\x71\x33\x7a\x4b\x5d\xfd\x26\x5a\x52\x09\x2b\x5a\x45\x40\x7c\x50\x49\xe9\x72\x79\x00\xa9\x2a\x48\x3c\x9b\xf0\xa3\xe3\x63\xbc\x94\x8a\xa8\xd1\x2a\xe2\x56\x41\x33\x5a\x7c\x94\x1f\x16\x3e\xcd\x70\x3d\x05\xf7\x39\x21\xc5\xe3\x4e\xf9\x78\xe1\x61\x83\x8f\xb0\xb4\xbc\x7a\x9c\x0e\x9b\x51\xd9\xe7\x1f\xfc\x97\x1c\x79\x3e\x36\x1c\xe3\x06\xf9\xf8\x59\x00\xbc\xe7\xb0\x19\x3c\x8b\x9d\x4e\x38\xd1\x0f\xb6\xa0\xa2\x61\xdc\x03\x4a\x5d\xd9\x0d\x0d\x31\xe0\x78\x18\xa3\xb1\xd5\xbf\x4e\xdb\xd7\x5b\xbe\xfd\x28\xa9\x6c\x87\x32\xc7\xb3\xf2\x5f\x3b\xa7\xa2\x76\xbe\xb6\x1c\x1b\xa2\xf2\xeb\x1b\x85\x9c\x40\xbe\xd9\xce\x13\x92\xa6\x1a\xa4\x16\x0d\x37\x8e\xb3\x40\x8c\x86\x6c\x32\x50\x20\x2e\x31\xc5\xb5\xb8\xbf\x64\x4c\x36\xea\x5b\x7e\x56\xa6\x43\x1c\x35\x5f\xb6\x68\xcb\xa7\xea\x25\x23\x72\x4a\xa2\x78\xc8\xbe\xc2\x8f\xc4\x33\xe3\x44\x0f\x35\x07\x9f\xaf\x2e\x73\x26\x1b\xeb\xeb\x6d\x56\x53\x26\x59\xf9\x34\xf3\xf5\x78\xd2\x8e\x71\x6a\x1c\x41\x7e\x16\xfb\xd8\xcf\x0e\x41\x31\x1a\xd2\x46\x79\x1e\x5a\xfc\x48\x4e\xec\x10\xa7\x89\x90\x01\x2d\x6e\x1a\xc2\x53\x5c\x4f\x3b\x16\x0a\x3d\xa5\xd6\xd3\x78\x29\x94\xd9\xa1\x55\xdc\x8d\x0e\x57\x31\x1a\x42\x4c\xd8\x80\x16\x27\xd8\xcf\xd2\xba\xa5\x8c\x15\x6c\x90\xcd\x53\x52\x20\x6d\x21\x31\xd5\x3f\x90\xf1\x18\xed\x3f\xcc\x81\xfc\x8c\x45\x72\x83\xd3\x8d\x07\x00\x0c\x3f\x7f\xf6\x43\xc7\x55\x43\x38\x0b\x30\x11\xf3\x87\x49\x9f\x5f\xf7\x4d\x43\x43\xa4\xfc\xfc\x70\x38\x27\xc9\x9f\x2f\x1e\x8e\x7c\xfa\x71\x61\x48\x2d\x3f\x07\xa6\x1f\xcb\x9f\x09\x16\x24\xa0\x72\x7c\xfa\xf9\x74\x1f\x7f\xd6\xcf\xdc\x10\xe3\xe6\x67\x77\xcd\xf5\xb4\x64\xf8\x32\xd3\xe4\x03\xdf\x55\xff\x83\xab\x5c\x88\x81\xe3\xf9\x17\x1d\xef\xe3\x73\xf9\x61\x72\x7a\x92\x96\x11\x03\x95\xc3\xd5\x22\xfc\x05\xa8\xf1\xe5\x88\x17\x2f\x20\xdc\xcb\x98\x81\xea\xc8\x79\x37\x29\x58\x89\xb7\xf8\x7a\xd9\xb1\x88\x97\x74\x39\xe4\x45\x3f\x9e\x52\x26\x74\x42\x8a\xb9\xad\x2c\xd7\xcb\xe2\xdc\x22\x69\x09\x36\xd0\x6a\xda\xc1\x55\x70\x30\x04\x9b\x01\x16\x15\xeb\x85\x0d\x5a\x19\x10\xa2\xe2\xa4\x13\xc7\xb8\xc0\xf6\x5e\x82\x18\x34\x1c\x19\x4b\x31\x2e\x1a\x9e\x94\xf5\xc2\x09\xd9\xf9\x6f\x98\x30\xe3\xc3\x42\xad\x69\xd7\x22\xb4\x67\x10\x6f\x77\xc3\xf0\x1d\x2d\x0f\xc7\xda\x52\xe2\x88\x3e\x0e\xea\x2e\x0f\x9f\x76\x2d\x81\x1a\x7f\xea\x93\xcc\x4c\x99\x76\x66\xa7\x51\x43\x5a\x79\x4c\xb2\x5e\xa0\xe7\x3b\xa3\x5f\xde\x7c\x85\xca\x46\xb0\x5d\x99\xcf\xed\x3e\x99\x23\x14\x47\xe1\x4f\xfd\xfe\x07\xa7\xe0\x52\x74\x8c\x86\x67\x63\xbd\x6c\xa4\x76\x3a\xe5\xa5\x45\x67\x02\x2d\xad\x32\x63\xe8\x11\x2b\xcf\x75\xe0\x63\x18\x50\xde\x13\x2d\x85\xfa\x6d\x06\x7f\xf8\x51\x06\xde\xbb\x75\x58\x5a\xf5\x54\xb5\x9f\xdb\x6e\x83\xe5\xd4\x10\xdc\x49\x2d\x32\x43\x38\xb3\xd2\x4d\xb2\x2c\x1d\xf2\x2d\xde\x4d\xdd\xcf\x3f\xff\xab\x1c\xf6\xd6\x81\xc6\xe9\x8c\x6f\x32\xbe\x90\x1e\x1f\xcd\x0a\x94\x88\x13\x69\x1d\x3c\x28\xf3\x99\x77\x1d\x08\xaf\xb4\xeb\x38\xec\xac\xc3\x81\x79\x51\x18\xbc\xcd\x8b\xfc\x0a\x82\xcd\x1e\x86\x25\xe4\xc5\x71\x3e\x23\xb0\x98\x6b\xe9\xe5\xa3\x5b\x9f\x0c\x41\xbb\x25\xbf\xe9\x80\x3e\x07\x0c\x06\x2a\x03\x6f\xd9\x72\xf8\x0e\x2c\x81\x65\x54\x46\xcd\x5f\x2f\x47\x23\xa0\x8f\xc5\x66\x61\x19\xc8\x7a\x9e\x0f\xad\xdc\x4b\xea\x7a\xe9\x43\x79\x32\x07\x7f\xed\xbb\x93\x76\x41\x6e\x47\x18\xa2\x4f\xa4\x63\x4f\xa1\x06\x34\x98\x12\x61\x6e\x38\x65\x2f\xc7\xe4\x98\x19\x1e\x07\x67\xd8\xed\xf0\x5b\x8e\x2b\x6c\x62\x5d\x39\x18\xbb\x05\x5e\xc6\x63\x7f\xa6\xe5\xfc\x3a\x07\xf3\x73\x41\x6a\x6f\x8c\x14\x7a\x38\x1d\x4a\xcb\xf7\x4a\x4d\x79\x50\x99\xbb\xd3\xf2\xcb\x87\x88\x75\x9a\x61\x18\xaa\x43\x6b\x8c\x42\x2b\xb6\x38\x07\xdf\xd9\xb5\x71\x4b\xb3\xbf\xa4\xf8\x3a\xcd\x2f\x3e\x3a\xad\xd3\xab\x6e\x7f\xcf\x3a\x1d\x0c\x11\x8f\xe4\x3a\xb1\x6c\x2e\x4a\xbd\xce\x33\x94\x76\xd4\xe4\x3f\xec\x9a\xc6\x0d\xba\x4e\x23\xdf\x1c\xce\xf3\x26\x1d\xca\x96\x3f\xb1\x41\x3a\x99\x1d\xf9\x44\x38\xad\x2d\x67\x73\xe0\x30\xb4\x04\x95\x38\x1c\x1d\xfb\xa6\xbc\x90\xa9\xd9\xe5\x8c\x4a\x99\x65\x69\x0f\x69\xb9\x71\x31\x93\x3e\x4c\xf8\x68\xb1\x0a\x87\x09\xdb\x23\x4b\xf8\x07\xd2\x5a\xdf\xd4\xa9\xeb\xff\x17\x94\xee\x69\x7d\x5e\x5d\xc5\x21\xa4\x09\xd4\xb0\x1c\x2f\xa3\x3a\x10\xe9\x4d\x5a\x7a\x32\xbe\xc2\x4d\xe9\x91\x4e\xf5\xf8\xe8\x82\xe2\x6c\xf1\x90\xf2\x6a\x3a\xb8\xe6\x4d\x5a\xe1\x5c\xf4\x23\x1f\x08\x67\xb3\xa5\xf0\x19\x65\xc0\xea\x8a\x89\x71\x7f\x19\x52\x28\xba\x92\x66\x3f\xfa\x90\x3f\x43\x83\x8c\xb4\xa3\x97\xd5\x99\x13\xa7\x32\xeb\x23\xa4\xd0\xa4\x19\x00\x8e\x0b\x58\xbf\xe8\xb0\x91\xbd\x57\x78\xdb\x00\x7b\x3b\xb5\x02\x86\xff\x52\xa0\x8b\xf3\x4a\x27\xdb\x3f\x92\x9a\x55\x7a\x9e\xe9\xc2\xc1\x05\x27\x2a\xae\x45\x99\xf9\x2d\x69\x0c\x4e\x62\xcb\xe0\x08\x00\x34\x4b\xe0\x88\xb3\xd5\x34\xaa\xe0\xa7\xb6\x51\xd6\x85\xc9\x6a\x5b\x6d\x39\xef\x02\xe7\xb2\xa5\x44\x0b\xad\xa1\xc6\x2f\x8c\x10\x9f\xbd\x96\x90\x13\x25\x7a\xd2\x99\x16\xb0\xda\x97\x60\x14\x8d\xab\xb3\x75\x71\x86\x44\xbe\x08\x45\x71\xe4\x37\x94\x4c\xa1\xb4\x9e\xb2\xa2\x0f\x43\x19\xa2\x42\xff\x5e\xab\x93\xb1\x69\x5b\x66\x6e\x88\x35\x81\x37\x72\x5d\x3a\xf5\x73\xde\x58\x82\x3e\x1c\xb3\xb3\x9d\x1c\x6b\xa2\x1e\x99\x01\xf6\x25\xab\xe3\x00\x12\xf5\xc0\x94\xb9\x90\x9b\x88\x11\x20\x0c\x0e\x0b\x7c\x93\x56\x4a\x88\x0a\xa1\x14\x1a\xa6\xf8\xba\xec\x37\x6e\x35\x85\xe2\x09\x36\xd1\xe5\x97\x4d\xd9\x19\x17\x9b\x73\x84\xdc\xaa\x9b\x2f\x75\xee\x3f\xd8\x71\x4e\x44\xd0\xb3\x15\x0c\x69\xe0\x7c\xb2\xaa\x93\x32\x3b\x57\xd0\x4d\x7a\x3e\x2f\x28\xad\xe7\xf3\x61\x75\xd5\x14\xda\x67\x3b\x53\x6a\xcd\x83\xb9\x5a\xbd\xa2\x67\xea\x7e\xfe\xf9\xdf\xff\x1b\x81\x65\x22\xb3\x00\x8a\x01\x8f\xee\x12\x52\xa1\x13\x40\x64\x91\x34\x00\xef\xe9\xaa\x28\xe3\xa7\xae\xb5\x0b\x22\xd3\x69\x02\x66\x7f\x2a\x6b\xc9\xff\x0e\x64\x78\x57\xb5\xee\x61\x44\x3a\x9e\x38\x9f\xfa\x4d\x79\x49\x91\xa7\xce\x28\x30\xb2\x3d\xaa\xf3\x3f\x65\x43\x0a\xe5\xd0\x62\xd8\x2a\xa5\x40\xcb\xde\x11\xac\xa1\xc5\xf8\xab\xce\xa1\xda\x33\x76\xe1\x1a\x62\x37\x56\x3f\x7a\x89\x8d\x29\x98\x43\x8b\x29\x58\x79\x4b\x97\x01\xc9\xb5\x04\x8a\x67\x55\x4e\x2e\x93\x3e\x2d\x20\x4a\x0a\x6d\x44\x4e\x86\x27\xbf\x93\xb3\xb8\xde\x94\x78\x0a\x9f\xed\x32\x3e\xa2\x1e\x19\x2e\x70\xe6\xfc\xa7\x2f\xae\xf0\xb5\x2e\xc3\x25\x62\xe0\x09\x2e\x71\x36\x8c\x4a\xa1\x25\x8e\x32\xb0\x74\x04\x97\x28\x13\x91\xe1\x10\x18\x11\xaf\x82\x47\x94\x98\xaa\xcd\xe1\xb5\xe0\x21\xa3\x23\x1a\xda\xba\x85\xdd\xd2\x87\xa7\x36\x94\x7c\x1a\x23\x55\x19\x6a\x5a\xfd\x29\x71\x0c\x3d\xda\x79\xd9\x50\xa4\x8e\x7f\x11\xf3\xa9\x39\x69\x54\x54\x41\xf3\x79\x38\xb6\x16\xf1\x30\x4a\x28\x0d\xf6\xc8\x97\x1a\xec\xc5\x2f\xfb\x55\x0b\x1b\x07\xfc\x43\x43\x4c\x81\x7f\xa8\x19\x90\x0e\x1e\x31\xca\xda\x42\x60\xf0\x2b\xe6\x27\x74\x70\x73\xb6\x9e\xcc\x88\x9c\x93\xb1\x2c\x82\x70\x08\xa5\xdd\x88\x7a\x76\x02\x81\xec\xb0\xe6\x27\x54\x8d\x43\x48\xb3\xb6\x41\x8d\x3a\x67\x00\x4e\x91\x05\xa6\x01\x67\xf3\x6a\x91\x66\xcc\xba\xaf\xc1\xf0\x36\xaf\x86\x38\xe3\x0c\x60\x14\x43\x14\x70\x0b\x37\xa5\x61\x31\xff\x95\x2f\x3d\x3e\x97\x39\xe4\x45\xc3\x2c\x54\xe8\xfd\x23\x87\xe2\xce\xc1\x91\x8d\x41\x10\x89\xf1\x4a\x5d\x2b\x20\x56\xa8\x5b\x94\xe0\x73\x5f\x1d\xa3\xbf\xa5\x54\xe3\x43\x02\x10\x28\x9f\xbd\xe9\x50\x10\x15\x4c\xf0\x12\x86\xe0\xc4\xa1\xb2\x1c\x19\x22\x52\xb1\xfb\x8e\x91\x97\x9a\xcb\xa1\xf0\x47\x6b\x29\x35\x2b\xa2\xe8\x1c\xee\xbe\xf2\xbc\x6e\x75\x5f\x57\x35\x8e\x99\xdd\x5b\x37\xbf\x2a\x44\x41\xe7\xb9\xc5\xea\xd6\x0e\x35\x55\xe9\x35\x85\x1f\x37\xd4\x21\x61\x38\x4f\x2f\x31\x1d\x5e\xa1\xf4\x12\x17\x1f\xfc\x12\x6c\xa0\xe0\xf0\x5e\xc3\xbb\x13\x51\x27\xd8\xc0\x3d\xdc\x54\x75\xbe\x8f\x14\x2e\x3f\xa0\x7d\x41\x8a\xe3\x1e\xea\x2b\x44\x46\x3e\xf4\x49\x28\x5f\x4e\x2f\xf0\x84\xb2\x81\x81\xb4\x10\xc4\x40\x9e\xc0\x3f\x65\xb8\xe0\x07\x47\x58\x6a\xf8\x21\x4b\xc3\xde\x70\x90\xfd\x7a\x20\x21\x1c\x00\x22\xd2\x63\x18\x6a\xcf\xbe\x36\x38\x21\x36\x95\xe0\x07\x2d\xbb\xc3\x41\x1d\x5e\x39\xfe\x11\x70\x9f\xdb\xa1\xe5\xa8\x0e\x11\xda\x83\x8d\x8d\x55\x01\x52\x21\x96\x8b\x83\x3c\xd4\x03\x51\x33\x72\x0d\x01\xe5\x8d\x76\xa4\x25\x99\x27\x2d\x5f\x7a\x9f\x61\x53\x0c\x07\xd2\xe3\x9c\xe4\x20\xfb\x0d\xd5\x3a\xec\x9a\xe6\x3a\x63\x29\xaa\xfe\x41\xd0\xaf\xa5\x98\x0f\x65\x5c\x29\x73\xd2\x21\x9a\x71\xac\xab\xa7\x55\x1b\x2a\x4f\xa1\xdd\x49\x0c\x6e\x5b\xd2\x30\xb8\x5b\x6b\x74\x9e\xd6\x2d\xa1\x1d\x1e\x5d\x04\xd8\x81\xfb\x93\x35\xf0\x94\x72\x34\x9a\x3e\xf0\x71\xc3\xb3\xa6\xcd\x94\x96\xc2\xe2\xc2\x0b\x92\xe1\x35\x48\x0f\x6f\x40\xd9\xfd\xfd\x34\xa4\x9d\xc2\x09\xdd\xf1\x20\x26\x71\x32\xd7\xf4\x35\x6a\xe3\x90\x63\x9c\x44\x3d\x18\xbe\x63\xe7\x73\xad\xb4\x1c\x0e\x62\xd4\x94\x49\x4e\xb2\xc5\xe6\x64\x7c\x0c\xd7\x39\xbd\x60\x45\x81\x26\x0a\x17\xa5\x8b\x48\x11\xb8\xf9\x97\x41\x13\x93\x07\x9a\x6b\x22\x95\x38\xbe\x4e\xb8\x2f\x75\xdf\xfe\x34\x9d\x7e\xfc\xa3\x69\xd8\xe0\x63\x28\x1d\x3f\xce\xfc\xb6\x9f\x5c\x1d\x19\x9f\xce\x9d\x61\x45\x42\x45\xb0\x35\x88\xba\xcf\x9d\xcd\x9a\xbc\xcb\x63\x04\x8b\xd1\xe6\x4b\x03\x77\xd2\xaa\xee\x85\x46\xca\x24\x01\xd0\x40\xd3\xe6\x0d\xbb\x51\x51\x24\x3a\x61\x6f\x96\xc3\xec\x47\xe9\x0a\x6a\x71\xbd\x32\x36\x03\xfd\x11\xf0\xd3\x89\xba\x5e\xf9\xce\x30\x8c\xcc\xe4\x16\x6e\x95\x6d\xe1\x20\xfb\x11\x23\x0e\xab\x3f\xe3\x23\x70\xd4\x88\xca\xe3\x95\xb5\x60\x3d\x14\xc5\xf2\xa1\x06\xbe\x5c\xb0\x1e\xf3\xba\x6c\x13\xc3\x79\x4b\xaf\x3a\xb3\x4d\x96\x31\x38\xbc\x20\x58\xc6\x6f\x4c\xc6\x2e\xbc\x06\xa9\xb1\x6e\x6a\xbb\xd5\x54\x05\x57\x0b\xf5\xd1\x73\x95\x0c\xc7\x9b\x98\x25\x58\x58\x2c\xec\x62\xa1\x37\x1a\x28\x9b\xe5\xd0\x13\x67\x4d\x43\x62\xcb\x48\x61\x63\x39\x26\x56\xc0\x9a\x0c\x36\xcd\x5a\x3b\xc2\x05\x82\x76\x94\xc1\xea\x2d\xbb\x59\xb9\x9f\x59\xcb\xba\x32\xbf\xe2\xab\x9c\x1a\xca\xa3\x65\x0b\x39\x2c\x45\xfb\x0f\x98\xc3\xb5\x6c\xf9\xc0\xf9\x86\x8b\x34\x98\x49\x70\x91\x63\xd6\x50\x16\x40\x8c\xc6\x87\x67\xb6\xf0\x42\x01\x67\x69\x97\xd5\x52\x66\x6b\x39\x9a\x10\x53\x20\x4c\x40\x2c\xb8\x85\x73\x36\x53\x89\xec\x44\xcd\x0b\x68\x72\x4e\x36\x90\x23\x56\xf0\x92\x75\x2d\xdb\xdc\x5c\x01\xad\xb5\x99\x59\x46\x84\x21\xc4\x59\xdf\x31\x2a\x4a\x8e\x13\xcb\x0e\xb2\x9a\x55\x91\x61\x94\xf3\x83\xe2\x50\x8c\x1c\xc0\x04\x42\x29\x2f\xb6\xfb\x36\x97\x72\x82\xdd\x70\x29\x46\x9d\x31\x27\x6d\xa4\xaa\x45\xce\x95\xba\x52\x77\x35\x85\xc3\x85\x1d\x12\x01\x39\x20\x7d\x28\xb8\x42\x2a\x1b\x2b\xda\x70\xfb\xf5\x03\x12\x51\x90\x94\xd6\x46\x46\xa0\xf0\x1f\xf0\xf0\xe6\x72\x00\xc9\x65\x84\xca\x04\x5e\xb7\xb6\x53\xb5\xe6\x57\x6e\xc6\xbc\x78\x52\xb1\x40\xa4\x84\xd9\x36\xac\x97\x76\x24\x1e\xd1\x2f\x82\xa0\x94\x17\x4b\xb4\x7d\x2d\x3c\x8e\xb4\xa3\x13\xca\xcc\x87\x7a\xc8\x8d\x5e\xdc\x3e\xef\xc1\x15\x8e\x7c\x01\x58\x73\x6d\x8b\x4a\x56\x6b\xfb\x78\x37\xf3\x9d\xae\x6f\x31\x6b\xb6\x0d\x41\xce\xc3\x8a\x5e\xd1\x00\x1c\xaf\xed\xec\xf4\x84\xe6\x5e\x06\xa3\x8c\x1a\xca\x82\x9b\xaa\xbe\x14\xe0\x76\x71\x29\xb2\x45\x23\x5c\xf9\x72\x64\x8b\xc6\xb1\x7f\xfb\x09\xc4\x71\xa5\xd0\xe6\xef\x11\x52\x0f\x59\x51\x83\xdb\x67\xbd\x8c\x55\x37\x58\x3c\x26\x5a\x42\xb5\xf4\xec\xbc\x8d\xa7\x6f\xe4\x43\x65\x88\x78\xe5\x43\xef\x0a\x76\xa2\x60\x2c\x85\x38\xb4\xeb\xed\xc4\x4a\xc8\x46\x81\x5a\x8e\x83\xf9\x10\x8a\xa5\x10\xe2\x67\x01\x62\x09\xf7\xbe\x11\x9c\x47\x5a\xed\x5a\x81\x7c\xe9\xdb\x03\x18\xeb\x8d\xe4\x84\x7d\xdf\x36\x34\x9f\x11\x58\x9f\x8f\x74\x23\x3d\xd3\xd2\xcb\xcf\xbd\xf0\xa5\xec\x4e\x02\xb2\xae\x37\x2c\x89\x29\xf7\xb6\x87\x10\xf6\x75\x8c\x0c\xa2\xbe\xae\xf7\xf4\xf0\x52\xd3\x61\x8d\x07\xd4\x52\xd9\x01\xb5\x65\x2e\xa6\x0b\x26\xf6\xff\x18\x7b\x97\x5c\xd9\x7e\xe4\xdc\xaf\x5f\xa3\xd8\x33\xf0\x5a\x7c\x13\xf8\xe3\x74\xdc\xb6\xe7\x40\x66\xe6\x32\xd4\x90\x54\x28\x4b\xf3\x37\x18\xbf\xef\xcb\x23\x4b\xf7\xe2\x54\x63\x63\x93\xb1\x98\x7c\x33\x18\x8c\xa7\x8b\x86\x2b\xb8\x6f\x35\x90\x92\xd5\x59\xdd\x50\x6a\x72\xd1\x57\x0d\x04\x5e\xe2\x37\x47\xe7\x34\x03\x81\x0d\xe5\xcf\x71\xe1\x68\x43\xfe\x2e\xd7\x0b\xe9\xa8\x27\x72\x69\xae\xf4\x43\xef\x3b\xd5\x1a\x3b\xad\x5f\xff\x04\xf3\xe4\x85\x32\xfb\x2d\x14\x86\x8a\x8a\xcc\x04\xd6\x0b\x15\x66\x4b\x10\x43\x27\xa5\xc9\x35\xe5\x7a\x07\x91\x27\x2f\x91\x4b\x2e\x30\x24\x00\x5d\xef\xa1\xed\xdc\x94\xd5\x03\xc8\x5f\x41\x5b\xa2\x98\x43\x43\xa5\xc9\xbf\xdc\x42\x27\x45\x2e\x25\x97\x74\x52\xe4\xd2\x6d\xa1\x93\xd2\xbf\xd5\x3e\x91\x63\x4e\xac\xa1\xa2\x03\x1e\x5e\x2f\x4e\x17\x54\x2d\x06\x36\x5a\xce\xb7\x1e\x9f\xc5\x1f\x63\x19\x44\x7e\xe0\xd6\xc2\xe4\x57\x28\xac\x9c\xbe\x3b\x1b\x9b\x44\x68\x3d\xa2\xc2\x34\xf9\x24\x5c\x6f\x8c\x2b\x85\xaa\xdf\x68\x3b\xfb\xf8\xa3\xdb\x22\x6f\x7c\xeb\x0d\xeb\xc9\xe2\xd8\xb7\x02\xb6\xa9\x1e\xbc\x3a\x99\x09\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x24\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xc4\x99\xaa\x21\x2e\xd7\x74\x2e\x5c\x7c\x79\x54\xf1\x5e\x95\x53\xd4\xf5\x46\x03\xde\x27\x08\x0f\x1c\xbe\x73\xe4\x81\x63\x78\xcc\x7a\xbe\x8a\x55\x80\xaa\xcb\x1c\x9e\x9f\x60\x0e\xc8\xc9\xde\x7a\x8b\x92\xf3\x48\x02\x1f\xdd\x32\xa4\x58\xe1\x92\xa3\xc9\xc7\xdc\xfa\x88\x59\x3d\xfd\x31\x87\x2e\xeb\x50\x8e\x37\x96\x5e\x55\x1f\xed\x36\xcd\x6d\x78\xdd\xb0\x4d\xc3\xb2\x92\xcc\x74\x96\xe9\x73\x45\xda\x5e\x6e\x25\xb6\x97\x26\x45\x41\x63\x2c\xcc\xfe\xc8\x40\x57\x45\xd9\x32\x22\x10\x3f\x12\x4f\xeb\xaa\xfd\x88\xba\x17\xff\x4d\x7e\x35\x6e\x71\x45\x42\x61\xe6\x74\x37\x7a\xbf\x2f\x64\x70\x4c\xca\xbe\xd0\x4f\x90\xbc\x7a\xcb\x0c\x5e\xd7\xe4\x0e\xf1\x70\x93\x83\xaa\x7d\xc1\x2b\x10\xb2\xdd\x8a\x87\x20\xc1\xf7\x26\x1e\x82\xbc\x2c\xed\x9b\xe3\x0a\x21\xba\x11\xf9\x0e\x61\xc5\x1d\x22\xdf\x7c\xab\x91\x5b\xbc\x02\x68\x83\x1d\x26\xf3\x4d\x7e\x95\x76\x98\xcc\x9f\xa1\x25\x65\x79\xc1\x56\xe5\x36\x23\x2b\xca\xc6\x5c\xb3\xab\xf7\xcd\xe4\x16\xd7\xfa\xd0\x03\x15\x05\xa1\x43\xf9\x6d\xc9\x8a\x25\x4e\xdf\x37\xd6\xcf\x23\xa9\x15\x1d\xde\xea\xc2\x35\x7e\xaa\x0e\x41\x73\x08\xc3\xef\x7b\x6a\x3a\xd5\x07\x11\xc3\xdd\x85\x4f\xef\x93\x07\x0a\x47\x5a\xa2\xf8\x8d\x40\xd8\x96\x46\x1b\x29\xaf\x98\xa6\x1b\x29\xaf\x4c\xfa\xf7\xad\x67\xbd\xa7\x81\xc8\x7a\x62\x5e\x6d\x09\x76\x75\x03\x6c\x2c\xea\xe5\x04\x6d\x87\x98\xb7\xdc\x5e\x08\x0e\x77\xd1\xa4\x2c\xad\xef\x9f\x11\xf9\xc6\x30\xbe\x12\xb4\xeb\x64\x63\xd1\xdc\x48\x1c\xd2\x4b\x21\x1c\xf6\xcd\x2e\x2a\xea\xcf\xd6\xa2\x39\x1b\x5d\xa8\xea\x82\xf6\x14\xf4\xc5\x46\x78\x2b\xbb\xdc\x4d\x7c\x05\xd9\x25\x12\xfb\xbf\xc9\xa4\x72\xa7\xe0\xea\x4a\x22\xbc\x93\x2e\x7e\xe8\xe8\x4d\x0c\x05\xef\x5b\x2c\xdf\x93\xc4\xae\x04\xff\xbf\x87\x2e\xbe\x8d\xe9\xfb\xd0\x1d\xb9\xc3\xf4\xbd\xc9\x72\x82\x78\xff\x4d\xba\xdc\x5b\x31\x15\x74\x43\x11\xfe\xff\x64\x5d\x96\xdb\x0c\xc2\x7a\x13\x46\x41\x9a\xd5\xc4\xff\xcf\xc2\x19\x0a\xff\x9f\xc5\x74\x25\xfe\x7f\xae\x1e\x75\x6c\x04\x21\x67\xc2\xff\x27\x11\xae\x84\xff\x3f\xab\xa0\x26\x83\xcb\x2b\x16\x0e\x21\xfe\xef\xec\x36\x64\xaf\xd4\x94\x63\xba\x34\x79\x68\x46\x55\xff\x2e\x1e\x3e\x9e\xbb\x78\x8d\x4b\x05\x76\x23\x3d\x96\xca\xdf\x26\xbe\x82\x7c\xdb\xee\x90\x25\x67\xa3\x19\xa4\xc7\x92\x53\xee\x14\x5c\x21\x69\x03\xee\x90\x1e\xe7\xec\x5e\x07\x0a\x1a\xdd\xb5\x70\x64\x86\xba\x8d\x82\xca\x48\x6a\x3f\x22\x02\x49\x0b\x66\x87\xa0\x39\xdf\xdf\x6f\xf4\xd4\xf5\x44\x94\x58\x9d\x9f\x2c\xc1\xc2\x50\x2e\x90\x13\x88\x76\x4b\xe8\xac\xed\x19\xf1\x1c\xb2\x9c\x9d\xee\xb0\xc0\x2f\x5e\xa7\x6c\xc4\xef\x8f\x1c\xc3\xe1\x5f\x62\x54\x38\x95\x8b\xad\x02\xfa\xde\x59\x4f\xa5\xe4\x8f\x04\x1f\xce\xca\x69\xb7\x76\x65\x63\x1c\xc3\x3d\x3f\x27\x42\x6e\x29\x77\xd6\x1d\xe1\x81\x84\xbd\xbe\x7c\x28\xef\x2c\x12\xc4\x65\xc3\x68\x5c\x2c\xb4\xad\xc0\x0f\xa2\x5e\x76\xc6\x1e\x47\x74\xcf\xce\xa8\x5c\xde\xd5\xd9\xd8\x1e\xcd\xad\xec\xb8\x0c\xd5\x77\xe9\xb1\xb8\x11\xb0\xd6\xf7\x63\x78\x8e\xbf\xd4\x66\x6c\x64\x59\xe4\x6f\x02\x41\xd4\xfb\x9b\x8d\x73\xe7\x1f\xc6\x1b\x5e\x9a\x9a\x3b\xa2\x44\x34\x11\xe3\x3b\xe2\x42\x64\xbd\x2b\x77\x46\xa8\x2a\x0d\x86\x9d\x31\x21\x1f\xae\x14\x7a\x20\x6b\xf2\x56\x18\x73\x57\xd7\xc3\xe4\x4d\x7d\xc4\x08\x53\x27\x42\xde\x04\x44\x16\x6e\x79\x13\x90\xbe\xc5\xce\xb8\x8d\x48\xfe\xc8\x3e\xc8\xfe\x08\xa7\xcb\xcb\xb9\xd1\x07\x71\xab\x1b\x9d\x25\xe7\x62\x71\x75\x3f\x64\x89\x5f\xab\xeb\x55\x07\xa9\x08\x01\xfa\x94\xf7\xbd\xad\xc8\x0f\xf2\xc8\xb6\x0b\x2f\x9f\xee\x5c\x1c\xa2\x7f\x42\x2f\x7c\x97\x21\xb4\x35\x95\x8d\xb5\xee\x6e\x24\x50\x81\xee\xa4\xc2\x56\x84\x5f\xb2\x0b\xfa\xa0\x22\x46\x77\x81\x1c\xe6\x09\xb7\x0b\x37\xaa\x10\x77\x81\x17\x9f\x9c\x8b\xc5\xd5\x36\xc5\x7d\x41\x17\xfa\x2d\x10\x36\x43\x43\x16\x8b\x33\xbb\x52\x04\x8b\xd5\xf5\x68\x75\xe9\x4f\x08\x50\x93\x9e\xfb\x0e\xd1\x2e\x9d\x18\x42\xb4\xdb\x7f\x2b\x21\xda\x5b\x1f\xfe\xa6\xdd\xee\x8f\xe1\x2e\x43\xeb\x55\xb1\xee\xba\x79\x02\x6c\x84\xad\x7a\x08\x11\xbe\xfd\xf4\x80\x0e\x11\x41\x40\x0c\x10\xc2\xb7\x37\x69\x71\x28\x60\xbb\x34\x33\x76\x08\x57\xb3\xa4\x63\x04\x6c\xb7\x4e\xe3\x0e\xd9\xea\x2d\xad\x0d\xa2\xae\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\xbd\x7b\x78\x9b\x6f\xc5\x01\xb8\x85\x0f\xc3\x82\x3c\x7b\xab\x35\x3d\x7b\x78\x47\xef\x90\x7b\xde\xf2\x15\xaf\x20\xeb\xf5\x16\x26\x6f\xba\x13\x45\x92\x29\xca\xba\x1e\x08\xbb\x49\x22\x22\xf4\x1d\xe6\xdc\x4d\x2e\x12\x88\x87\x7e\x7e\xea\x2c\xd4\xa6\xf0\x83\x44\x96\xd2\x9f\x21\x06\xba\x1d\x76\x29\x06\x7a\xbd\x85\x24\xc3\x0c\x3b\x89\x85\x45\xcc\xf3\x53\x91\xc6\x86\x03\x36\x99\x2f\x10\xd9\xfc\xd0\x3c\xfa\xe9\x06\xf5\x89\x2a\xc3\x31\xbf\xb1\x6d\x43\x94\x2d\xfb\x05\x42\x94\x9f\xac\x3a\xc1\x85\x23\xfd\x16\x45\x25\x97\xd6\x80\xa2\x92\x27\x69\xad\xec\xb6\x15\xd6\xcd\x3f\x8d\xdb\x50\xf8\xa4\x0f\x0d\xb5\x29\x1b\xb4\x8b\xd0\x94\x7c\xea\x4b\x54\xb4\xbb\x14\x5e\x74\x05\xf5\xa1\x2e\x0d\x65\x07\x07\xcd\x15\xe3\x34\x5e\x1b\x24\x2c\xac\x9b\x44\xa9\x84\x26\x6f\x92\xb5\x6f\x19\x58\xdf\xcd\xd9\x38\xa2\xc2\x27\x1d\x6f\x6e\x92\x21\xee\x2e\xaf\x3e\x22\x7c\x2c\x11\x2d\x2e\x1c\xe7\x72\xba\x2c\x82\x12\x9d\x4b\x85\x23\xd7\xeb\x92\x70\xe4\x4d\xea\x09\xbb\xf3\x48\xd5\xb6\x0b\xe3\xec\xdb\xd4\x44\x18\x67\x37\x89\x54\x08\x40\x9e\xc4\x3d\x22\xe2\x78\x93\x74\x83\x80\xe3\x67\x24\xaa\x86\xd3\x2d\xbd\x9f\xdd\x25\x5c\x10\xc5\x14\xb6\xd9\xf7\xcc\xae\x48\x27\x58\x33\x44\xe8\x31\x91\x53\x1d\xde\x85\xd4\x89\x76\x08\x52\xb3\x22\xd2\x10\x37\xfc\x54\xeb\x6c\x44\x39\xd6\x65\x12\x16\xd6\x4d\xf2\x8c\x2d\xc1\xa9\xde\xb0\x3b\x04\xa7\x4d\x1c\x72\x85\x0d\x9f\x43\x57\xd6\xc0\x95\x83\xde\xa5\x44\x03\xcf\x72\x0b\xba\xe5\xc4\x7e\x08\x35\x0c\x1c\xb0\x9e\x07\xf7\x1f\x31\xf9\x20\x00\xaf\x4e\x1e\xc2\x51\x31\x4a\x89\x23\x7e\xc6\xa9\x36\x91\x71\xea\x21\xba\x87\xae\xff\xe4\xc2\xd1\x7b\xed\x04\xe2\x7f\xd7\x5b\x97\x14\xf2\xc6\x2e\x19\x2c\x41\xbe\xef\x29\xe1\x96\xa3\x7c\xeb\x65\xba\x43\xc4\x68\xc3\xe3\x8d\x31\xb4\x78\x75\x44\xea\x3e\xbf\xbc\x95\x25\xc2\x9f\x6e\xdc\x90\x2a\x36\x71\xdc\x14\xaa\x5b\xfc\x49\x85\xea\x1e\x7e\x88\xca\x6e\xda\xaf\xcb\xb1\xf5\xfc\x65\x6c\x61\xed\xdc\xc4\x3f\x25\xae\x76\x96\x89\x0d\x91\xb3\x9b\xf8\x44\x04\xce\x6e\x62\x1e\xec\x90\xf7\x35\x31\x70\x88\xa2\xdd\xc4\xe3\x53\x14\xed\x7a\x77\x17\x8d\xad\x70\xbb\x41\x98\x22\x22\x9e\xe4\x29\xbe\x7d\xab\x05\x21\x8a\xec\x99\xac\x92\x2e\xdf\xa9\x65\xd1\xdc\x86\xf8\xaf\xf9\x69\x84\xef\x77\xb1\x2f\xf6\xe4\xb9\xd8\xbe\x59\xee\xc2\xea\xb2\xa1\x47\xa3\x0b\x2e\x24\x7a\xcd\xa4\x38\x12\xbd\x29\xaf\xfc\x0a\x9d\x3d\xfc\xc2\x9e\x1c\x3b\xed\x63\x9c\xbf\x8b\xb5\x41\xac\xec\xf3\x4b\x17\xe5\x60\xe9\x89\x3a\xf5\x5e\xd4\x2d\x81\x1d\xf4\xf0\x8b\x7b\x4a\xdb\x4d\x6f\xdf\xe9\xc5\x57\xe1\xd0\x1d\x31\x25\x1d\x2e\xdf\xed\x06\x48\xe1\xb2\xa7\xf4\x03\x76\xd8\x4c\x37\xbf\x00\xa6\x88\x2d\x5d\x79\x53\xd8\x5b\x1b\x4e\x36\xd3\x44\x05\x1e\x04\xd3\x3e\x3b\xc3\x8d\xc6\xb2\x69\xd3\x47\x88\xec\x66\x6a\x19\x61\x9d\x69\x38\x84\x75\x26\xf0\x16\xbb\x46\x78\x40\xbe\xe0\x47\xf3\xc7\xd8\x28\xda\x9a\x21\xac\x6b\x26\xd9\x90\xce\xf9\x56\x42\x1c\x37\x87\xae\x51\xc4\x71\x26\x66\x96\xb4\x50\x45\x87\x61\x5a\x6d\x3a\x28\x1c\xc1\x37\x53\x1d\x4b\x98\xba\xb9\x28\xb7\x85\x2e\xca\xc5\xae\xd1\x90\x09\x9f\x3d\x15\x4e\x74\x2f\x6f\x22\x37\xfa\x26\xeb\x8a\x21\xf0\xdc\xdf\x90\x6e\xf8\x02\x5e\x98\xde\x98\x68\x59\xc2\xc0\xba\x69\x96\x76\x8a\xd0\xf5\x02\x0d\x68\x2b\x84\x91\x76\xaa\x1e\x5a\x30\x1d\xbe\x93\x22\x8e\xa2\x90\xb5\x3c\xc3\xdf\x22\x6b\x17\xd7\xbc\x7b\x0f\x3a\xd1\x0d\x15\x16\xdc\x4d\x0e\x56\xf6\x12\x43\x42\xe4\xe8\x42\x2b\xa1\x7f\xcb\x86\xf2\xb0\x04\xce\x7b\x6d\x85\x61\x51\xff\xf0\xef\x63\x3e\x48\x88\xd2\xda\xd0\x83\x30\x0c\xb8\xbb\x34\x2a\xf6\xc6\xec\x41\x9a\x79\x7b\xb3\x4f\x74\x5f\x60\xa1\xed\x4b\x69\xeb\x52\xff\x27\xbc\x89\xef\x0d\x26\xd2\x7d\x81\x24\x4d\x5e\xda\xf7\x66\x4b\xe9\x7e\x40\x90\xe6\x4b\x5b\xb6\xdd\x97\x7b\x13\xa2\x2a\xf7\x0d\x63\xfd\x5b\x14\xdf\x86\xcf\x21\x7a\x64\x8b\xa9\x25\x7a\x1d\xe9\x98\x71\xba\x0c\xb4\xa5\xa3\xb7\x43\x02\x96\x15\x7e\x6b\x87\x94\x2b\x8b\xb7\xbe\x71\xef\x6e\x94\x8e\x97\xf6\x39\x74\x73\x20\xd8\x32\x5e\x94\x5b\x76\x09\xef\xb7\x44\x59\xd2\xe7\xdb\x1b\x4d\x45\xa9\xfe\xed\xbd\x35\xcf\xea\xbc\x68\x36\x9d\x00\x64\x52\xdf\x1e\x11\xc2\xe6\x16\x07\x01\xc3\xeb\x2e\x51\xd7\xc6\xf0\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\x70\x48\xec\x36\x63\xdd\x85\xa8\x71\xbd\x3e\xcc\x60\x7a\x41\x79\x4b\x4f\x6f\x87\xe1\xf5\x2d\x63\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\x2d\x60\x98\x56\x27\x69\x62\x6c\x4c\xab\x8d\xc5\x91\x50\xf9\xb0\x62\x10\x6d\x8c\xf9\x02\x23\x08\xef\x85\xd0\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\xd4\x46\xa4\xfb\xb7\x43\x06\x75\xd7\x5b\xcf\xaf\x17\x66\x51\x92\xd7\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\x48\xa1\x9a\x11\x1d\x2e\xdd\x4d\x81\x61\x48\xdd\xef\x6f\x23\x41\x41\xe8\x94\xbc\x10\x37\x48\x35\x70\xbf\x50\x4d\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\xd2\xfe\xdb\x2f\x5c\xbf\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xc6\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x1b\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x44\xd5\x51\x1f\x36\x73\xab\x36\xb7\xdc\x5d\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x97\xef\xcd\x9d\x08\xd5\x79\xef\x2f\x5c\xbe\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\x19\x60\x4b\xe7\x78\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x78\x83\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x33\x78\x49\xea\x36\x42\x33\xaf\x67\x08\xcd\xb2\x6c\x2d\x36\x32\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x6b\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x61\xb7\xa7\x4b\x86\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xf6\x14\xda\x6f\x6f\x54\x98\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x2e\xca\xbf\xbc\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\xfe\x6c\xd8\xb3\xb1\x4a\xf6\x82\x11\x50\x7f\x88\x1a\x53\x40\x7d\xb3\x8d\x3f\x3a\x0d\xc3\x59\xed\x27\x75\xe1\x1c\x87\xa2\x40\x71\x84\xdb\x2f\x7e\xb4\x87\xd7\xf1\xf6\xfb\x87\x11\x33\xbf\xb8\x49\x3a\xc0\x0c\x7c\x50\x41\x11\x31\x8d\xf9\xb2\x14\x3e\x88\xa7\x9f\x15\xa3\x80\x78\xfa\xa7\x73\xfe\x61\xcc\xb9\xa6\xee\x03\x9e\x95\xc2\xe5\xc6\xb4\xd9\x14\x68\x98\x36\x0f\x05\xd2\x50\x78\x7d\x39\x68\xdd\x72\x73\x2e\x75\x22\xc2\xeb\x77\x93\xef\x8a\xae\x2f\xd5\x10\x45\xd7\x1f\x66\x46\x3f\x67\x3b\x77\x63\xfa\x30\x74\xee\x53\xfb\x05\x17\xe8\x66\x36\x3e\x7a\x56\x55\x67\x23\x72\x92\x74\x74\x08\xc4\x7f\x8f\xfe\x6d\x05\xca\x47\xc8\xec\xe1\xe2\xec\xdf\x2c\xf1\x45\xe9\xfd\x33\xd5\x41\xd5\xc4\xbb\xb9\x3a\xc7\x45\xd0\x5c\x16\x79\xc1\xb7\x6c\xe0\x65\xd1\xcf\x8f\x98\xae\xdf\xb2\x81\xec\xc5\xcb\x79\xf4\xcc\xd2\x92\x85\x69\x73\xf3\xfd\xfc\x08\x83\xea\x2a\x78\xf4\x1a\xd6\xba\x84\x1f\xf4\x66\xde\x69\x84\xed\xef\xc6\x98\x8f\xa4\x41\xdf\x6c\xf8\x14\xea\x6e\x33\x7a\x20\x8e\xc5\x23\x17\xf7\xea\xfa\xe2\x18\xfb\x77\xc2\xef\xfe\x61\x6c\x2f\xb1\x45\xc2\x61\xba\xfd\x6c\xed\x47\xac\x53\xf7\x95\x87\x9c\xb8\x01\x8f\x08\xb1\xe6\xb2\xda\xed\xaa\x36\x24\x01\x66\x92\x84\xb1\x74\x9b\x7a\xc1\x3e\xa2\xca\xb4\xc1\xc2\x2b\x7a\xb6\x1c\xeb\xf1\x06\x3b\xd5\xce\x71\xc5\x96\x02\xad\x9c\x1c\x01\xce\xa7\x72\x50\xd6\xc3\xd9\xf3\xe2\x4f\x97\x8b\xf2\xe2\x1f\xae\x27\x26\x36\xb8\x1e\x27\xd7\xc2\xfb\x55\x57\x4e\x13\xeb\x7a\x76\x74\xb6\x28\xc7\xb3\x3d\xb0\xf9\x24\xe2\x7f\x9b\x41\x97\x4d\x02\xfe\x37\x4e\xe3\x24\xde\x7f\x4e\xfe\x16\x7b\x6d\x76\x7d\xe3\x4d\x30\x55\x4b\x70\xf0\xaf\x6f\x2e\xd4\x62\xdc\x3c\x57\xfe\x74\xae\x45\x7b\x59\xb9\xf0\x21\x77\xbb\x05\x0e\x71\xd3\x30\xce\x85\xdf\xb1\x8a\x3e\xb9\x15\xb3\xea\x26\xe0\x45\x0c\x17\x0d\x0d\xe1\xe6\xa2\x31\x8a\xcb\xb9\x27\x44\x18\x9a\xc6\x60\xf3\xf1\x92\x3e\xb9\x3b\x4a\x3a\x97\x02\x4f\x68\x86\x57\x44\x32\x2a\xfe\xd6\xa3\xa4\xe6\x5b\xef\xcb\xe9\x8f\xdc\xe0\xd5\xd9\x88\x7a\x3d\x34\x2a\x2c\xdf\x38\x4c\x73\x84\x41\xb4\x9c\xb8\x9e\x5c\x68\x1b\xf4\x3f\xaa\x82\x9f\xa2\x35\x7a\xe0\x1f\x32\x8f\xea\x2b\xea\x78\x70\xeb\x4f\x76\x44\x98\x2f\x4d\x72\xdc\xed\xe8\xc6\x9f\x1c\xfa\x32\xfe\xc6\x82\xbb\x1a\xee\xc0\xce\x47\x2c\xa7\xaf\xa4\x49\x0e\xcb\x69\x31\xf7\x4e\x0e\x74\xd2\x6f\x65\x39\xf7\xd3\xd9\x50\xcb\x6c\xfe\x65\x30\xe5\x7a\x53\x2e\xfa\x73\x57\xe5\x56\x28\x65\xba\xc9\xb0\x44\x2e\x6e\x03\x42\x69\x38\xfb\x0e\x94\xe5\xa2\xe1\x7b\xa8\xab\x89\xd8\x81\xe9\x56\xc9\xe0\x18\x12\x2c\xf9\xe4\xc2\xfb\xb9\xbb\xc6\x0e\xbc\xfd\xbb\x38\xc9\xf7\x50\xee\x6c\xb9\xe2\x8e\x6a\x93\x69\x95\xc3\x2e\xba\xc3\x1b\x3b\x39\xf0\xb2\xb6\x27\x76\xd1\xd3\xed\x07\xc6\xcc\x3a\x39\x21\x21\xef\xf0\x20\x4f\x0e\xb4\xac\x83\x84\x21\xf4\x70\xe7\x22\xf6\xbc\xd7\x4a\xe2\x73\xb4\x08\x4e\x36\x54\x44\xb3\x7f\x18\x3d\xd7\x4e\xbe\x71\x36\x7b\x3b\xc7\xbb\xc8\x03\x89\x07\xcd\xf8\x7e\xfc\xc4\xa3\x4d\x13\x10\xf8\x12\x2d\x8b\x39\x6e\x3d\x6e\xdc\x9d\x60\x7e\xcc\xa4\x16\xc5\x74\x9c\x1a\x48\x30\x1d\x8b\xd7\x91\x0d\xe9\x41\x06\xb1\x89\xbf\xa9\x93\x1b\x91\xf3\x37\x5e\xe0\xd3\x1f\x57\xac\x8e\x3f\x86\x0f\x3d\x6f\xb9\x10\x42\x4d\x4f\x79\xd0\x9a\x45\xa7\x3c\x8c\xa9\x1b\xb1\x0e\x4e\x2e\x4e\x72\xea\xca\xd1\xef\xaa\x5c\xfe\xf5\x53\xf1\x32\x76\x72\xb1\x53\xab\x6b\x01\xeb\x77\x17\x0d\xaa\x62\xba\x28\x02\xb2\xe9\xb2\xb1\x71\x85\x49\x10\xe4\x13\x2e\xfe\xe4\xb4\x57\x8a\xb2\x60\x59\x2d\x40\x12\xa7\xad\xbb\x7b\x31\xe7\x99\x49\x4e\x28\x3f\x77\x7f\x0c\x51\xe9\xd0\xf6\x48\x92\x68\xb8\x47\x62\x6f\x57\xff\x94\x27\x92\xae\x81\x24\xe1\xa8\x3b\x21\xa1\x94\xbf\x2e\xad\xad\xfa\x84\xed\x06\x82\xb0\x93\xe5\xf2\xf9\x7e\x8d\xf3\x54\xd5\x27\x51\xa6\xdf\xb2\x2d\x94\x5b\x5c\x34\x36\xa2\x56\x37\x04\xf6\x0a\x69\x76\x72\x8c\x54\xbd\xc7\x2c\xab\xeb\xf6\xc3\x8a\x7b\x6a\x3f\x27\x49\x46\xa6\x9a\x24\xa0\xc1\xed\x75\x92\x5a\xe8\xf7\x6b\x20\xc3\xac\x91\x89\xeb\x2a\x8c\x9b\x88\x72\xad\x1b\x47\x3e\xef\x7d\x55\xe1\xf3\xbe\xa3\x89\x30\x47\x48\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\x10\xf6\xc3\x3f\xd5\x3e\xfe\xa3\x28\xf3\x94\x25\xa4\x69\x57\x4e\xc7\x73\x2a\x1b\xbe\xe4\x1b\xf3\x90\x45\xb6\x0d\x67\x99\x7a\xcd\x59\xd6\x1b\xd9\x1d\x8e\x67\xf0\xcc\xaa\x08\x65\x4c\x64\x80\x27\x8b\xe8\x6c\xfa\x6b\x28\x5e\x67\x7f\x84\x09\x2a\x7a\x02\x99\xf7\xd0\x9d\x19\x22\xef\x86\xdf\xd0\x93\x2b\x91\x53\xe7\xb5\x17\x3c\x0b\xf8\x6a\xa8\xea\x8f\x5e\xba\xc2\x1f\x21\xd6\xbe\xcb\xf7\x23\xa2\x30\x6d\x2a\xbc\xe4\x4f\xdf\xbe\x19\xdf\x20\x5d\xc8\x3e\xb3\xe0\xe9\xfb\x15\x7b\x76\x75\xde\x0b\xae\x8a\x37\xeb\xe4\x5f\x06\x79\xa8\xcb\xb8\xe8\x49\x3a\x9d\x8d\x91\x15\xe7\x78\x53\xe8\xc0\x14\xd4\x26\x4c\x0d\x15\x91\xed\x3a\x3f\x48\xae\x53\x1b\xce\xf2\x04\xd3\x04\xca\x2f\x7e\x13\xe6\x0a\xb9\x72\x9b\x45\x35\xe9\xf9\xa8\x89\x08\x4f\xf8\xa3\x65\x17\x45\x09\xb4\x4e\x65\x3b\x03\xf7\x4f\xd9\x74\xd3\xcd\x04\x0e\x2a\x49\x39\xd8\x83\xc3\xf5\xbe\xf8\xa9\xbf\xc2\x25\xd5\x99\x91\x7d\x78\xd3\x04\x97\xa5\xc1\xaa\xb0\x2e\x17\xd5\x84\xc5\x41\xf3\xac\xa1\x9e\x50\xfc\x11\x6c\xa6\x45\x96\x87\xfb\x5b\x78\x39\x8c\xc7\x1b\x16\x19\x27\x77\xd3\xa5\xac\x2c\xd3\xe2\x1c\xd3\xd2\x9c\xe5\xba\x9b\xae\x08\xa2\x46\x5b\xbd\x48\x96\xa2\xdd\x5c\x60\xa0\xa7\xcb\xed\x70\xa4\xa6\xab\x7a\xf3\x95\xb5\xaa\x58\x12\x34\xad\x73\x05\xaf\x27\x51\x4f\x61\xe6\x9d\x93\x3a\x55\xc1\xeb\xc5\xbf\x8c\xa0\x34\xea\x43\x58\x80\x2b\x6c\xdf\xc9\x45\xa8\xd0\x6f\xc9\xd0\x29\xd7\xa4\xc8\x1e\xbc\x69\xef\x60\x0f\x9e\x85\xea\xea\x54\x77\x54\x4f\x50\x2b\x4d\xd7\x73\x85\x3e\x29\xfe\x16\x93\xe0\x83\x89\x57\xfb\x29\x42\xbf\x4a\x4d\x5b\x93\x2b\x43\xf2\xf9\xcd\x6e\x46\xa9\xc2\x4b\x2b\xa1\xa1\x04\x19\x52\xdd\xbf\xe0\x03\xcc\xe2\x6f\x3a\x7b\x53\xd9\x40\xb6\xc5\xb9\x4e\x2b\x1a\x4b\x98\xe8\x4e\x9d\x36\xbc\xdc\xfb\x52\x0c\x0d\x05\x39\xfa\x3f\x39\x0e\x8c\xb6\x63\x65\x2b\x08\xbf\xa3\x84\x30\x75\xaf\x55\xde\xfa\xc3\x6d\x6c\x3c\x41\xa9\x77\x41\x5b\x5c\x42\xe0\x35\x68\x0b\x53\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\xa7\xb5\x56\xb3\x89\x3d\xa5\x1d\xd5\x40\x0d\xf5\x8f\x4c\x94\x53\x94\xcb\x49\x28\x1b\x87\xf8\x63\x68\x3f\x35\xd4\xad\xba\x50\x57\x98\x7c\xcb\xeb\xea\xc9\x31\x5f\xfe\xa5\x3a\xe8\x8f\x81\xce\x35\x34\x8c\xbc\x4d\xfd\x36\x24\xe6\x49\xdb\x04\x23\xef\x59\xab\x72\x37\xf5\x74\x65\x83\x54\xd7\xb9\x42\x2b\x62\x9a\xaa\x94\x55\xb7\x36\x5f\xe3\xd1\xd5\x2f\x97\x8d\x25\x13\x55\xdf\xa6\xda\x54\x16\xaf\x01\x5d\xcb\xd2\xb8\x25\x74\x3b\x86\x57\x7b\x19\x92\x9f\x9c\xe6\x40\xfd\xc3\xe9\x64\xba\x93\xb2\x71\xc6\x84\xf1\x42\x81\xa2\x4d\x5d\x0b\x0d\x85\x7e\x8f\x04\x02\x42\x88\xb3\xf9\xca\xd0\x0f\x77\x10\xd6\x22\x9c\x50\xad\xa8\x49\x04\x29\x66\xde\x63\xb8\xa2\x78\xec\x13\x1f\xf8\xe4\x62\x4b\x37\xcd\x25\xd7\xc9\xf0\x04\x11\x6c\x27\xfb\x63\xf4\x55\xd8\xad\xa1\x14\x3a\xbd\x0a\x1b\x8c\xeb\xc5\x85\xd6\x98\x9e\x2f\xde\x53\x5d\xab\xdb\xf1\x6e\x3d\x35\x09\x5d\xb7\x8d\x5e\x29\xa1\x69\x91\x8b\x36\x39\x8a\x16\xb7\xc6\x12\x7a\x16\x0a\xf3\x79\x72\xb1\x85\x9a\xbf\xc5\xec\x35\xb7\x11\xf4\x73\x71\x2d\x61\x8e\x31\xdc\x42\x38\xfa\x17\x12\xea\xb8\x9a\xd1\xd5\x81\x4f\x7b\x3f\xd8\xa4\x80\xa1\x4d\x8a\x86\xc5\x6c\x2e\x19\x17\x85\x6e\xd0\xb0\x38\xcf\xb7\x2e\xab\x8e\x1a\x71\xd7\xfa\x84\xba\x85\x1c\x37\x9d\x5c\x74\xb4\xbb\x28\xda\x66\xd3\xf5\xbc\xe3\x21\xec\xf6\x83\x54\x29\x2e\x1a\x7b\x40\x68\xa4\xf3\x66\xef\xfa\x5d\xd0\xa9\x97\xfb\x16\x84\x69\xf7\xac\x11\x6f\x71\xb8\x64\x10\x47\xc3\xd3\x8d\x8e\x5d\xf7\x62\x20\x04\x4e\x9e\xe2\x8d\x06\x8a\xe7\x18\x6b\x90\xa4\x67\xa2\x4c\xd3\xbb\xab\xc2\xab\x84\x1f\x9f\xa8\x5f\xcc\xee\x8a\xdf\x94\xd5\x5c\x86\xfa\xc5\x14\xe9\x2c\xb3\x75\x33\x5c\xd0\xc6\x18\xe3\x9b\x0d\xe5\xab\xe2\xb2\xf4\x41\x0f\xbe\x01\xf5\xe9\x67\x74\xa8\x6a\x8c\xa6\x75\x1f\x10\x98\x5d\xa3\x19\xd8\x5e\x56\x17\xc5\xb1\x32\x93\x1b\xca\x18\xc3\xac\xa3\x50\xc6\x68\x53\x53\x16\xba\x18\x6d\x76\x7f\x8b\x33\x23\xa2\x75\x08\x6f\xb8\x3b\xbc\x7f\x45\x9f\xa1\x89\x31\xcd\x57\x18\x3a\xfd\x7a\x64\x86\x93\xfa\x7e\xe9\xca\x88\x88\xfe\x6d\xea\x69\x31\x90\x8e\x26\xbd\x23\x43\xd7\xa2\x5c\x9a\x59\x05\xe6\xd7\x06\xc6\x47\x7d\x4d\xe2\x07\x0c\x4c\x65\xff\x19\xf4\x1d\xe6\xdd\xf2\xf7\x33\x89\xda\x2f\x17\x35\x27\x17\xc4\x4d\xcf\xce\xc6\x7a\xe9\x94\x84\x3d\xf7\x68\xea\x39\xde\xea\xc7\xb8\xfd\x51\x5d\x2f\xca\x06\x17\xec\xfb\x31\x26\x4f\x27\x71\xea\x86\xd0\x9b\x69\x7a\x69\xab\xb2\x71\xc9\x8b\xb0\x44\xdb\x63\x0e\xd7\xba\x68\x73\x2a\x1b\x67\x6a\x38\xc7\x5e\xcb\x6e\x25\x4e\x51\x75\x23\x0f\x8d\xa8\x5a\x0e\xbc\x8e\x5f\xd8\x81\xcb\x0d\xce\x1c\xf2\x81\x6f\x2e\x59\x98\x73\xb7\xa9\x47\xd1\xd4\xc2\x67\x97\x65\xda\xd5\x64\x30\x8e\xa7\xa8\x0a\xf9\xc7\xbf\xfc\xc3\xd8\x22\x7a\xa4\x61\xcb\x5d\x93\x9e\x44\xa8\x7e\x8c\x91\xfc\x35\x58\xff\xa2\xe6\xd0\xf5\x98\x22\xbc\x27\x31\xfb\x86\xb6\x08\xc6\xdc\x55\x77\xd2\x84\x8c\xd5\x9d\x34\xf1\x5c\x38\x92\xeb\xe1\xdc\x8a\xf0\x0e\x4d\x8f\x83\x82\x94\x8b\x77\x4d\xd7\xb9\x20\x9a\xff\x34\x9f\x48\xea\x1b\x5d\x84\xb7\xc2\xf9\x77\xd1\x8c\x61\x8a\x9d\xbb\x07\x8a\x6f\x8a\xa1\xa1\x2d\x7c\x15\xa9\x4b\x98\x5e\x67\x2d\x67\xa8\x6f\x64\x9f\xe9\xf0\x86\x3f\xb2\xae\x1a\x39\xc3\x1f\xba\x11\x16\xca\x75\xbd\xf8\x97\x6f\xbe\x4e\x65\x3f\x74\x57\x85\x43\xa9\xaa\xeb\xad\x27\x0b\xea\x5e\x9c\x0d\x5a\x4b\x93\xbb\x38\xd6\x7a\xb7\x2c\x70\xbd\x48\xf0\x25\xea\x53\x57\x21\x06\xd4\x7e\xdc\x2d\x51\x9f\xd9\xd9\x60\xd0\xba\xb7\x20\x7b\x11\xdc\x2b\x84\x57\xf3\xfb\x43\xe6\x47\xbb\x5f\x51\xfe\xbb\xf0\x9c\x0c\xa1\x45\x0d\x2c\xa4\xac\x5d\x67\x75\xf1\xbe\x1c\xda\xe1\xb8\xd1\xf7\x56\x44\x07\x63\x9a\x09\xa7\x08\xfc\x43\xaf\x58\xf4\x2e\xb2\x8f\xc3\xe2\xb1\xd1\x75\x96\xc3\xa0\xb9\x4d\x51\x86\x4b\x62\x7b\xe1\x84\x05\x07\x55\x84\xab\x74\x32\xfa\xb7\x22\x0e\x9d\x4e\xc0\xd2\xe2\x6b\x8f\xe1\x55\x7f\x0c\xbd\xab\xf0\xaa\x3f\xcd\x26\xdb\x70\xfc\x53\xf2\x57\xd0\xa6\xb6\xeb\x16\x81\x20\x84\x42\x50\xfe\x31\x74\x9d\x4a\x6b\xc3\x97\x74\x28\x66\x9c\xc2\x55\x59\xf5\xca\xd9\x78\x0a\x0e\xdd\xda\x1b\x06\x94\x48\xc0\xcd\x15\x20\x6a\x71\xcb\x19\x99\xfa\x8f\x79\x60\x73\x2e\x1e\xae\xba\x15\x37\x94\x80\x48\xaa\x2d\xbc\x50\x5d\x69\xe0\x05\xed\xe5\x8d\xe9\x67\xd2\x5e\x09\xe3\xe4\x61\x99\xc8\x16\x59\x29\x72\x70\x23\x51\xea\xed\x8f\x41\x20\xa6\xc2\xf4\x17\x4f\xb6\x30\x43\x71\x2b\xf4\x4f\x63\xd6\x4e\x72\x77\x79\xb7\x4c\xb7\x19\x02\xc3\x6f\xf7\xb8\x3e\xdd\x79\x02\xba\x75\xd7\xc3\x05\xe1\xe9\x42\x4d\xb3\xeb\x29\xb0\x43\x66\x59\x45\x55\x84\x69\x73\xf2\x69\x52\xe8\xfd\xa1\x63\x18\xba\x21\x77\x1b\xfe\x38\xe3\xec\x6b\x27\x84\xf5\xf2\x25\xb2\x2a\x34\x43\xe4\x3e\xe6\xe4\x5e\xb8\xc9\x55\x2e\x54\x69\xc4\x3f\x7f\x0d\xf5\xa6\x2a\x1b\xda\xed\xdd\xb9\x08\xb5\x5f\x84\xa6\x5e\x84\x58\xd7\x0d\xf0\x1a\x9a\x9e\xa6\x2c\x0f\xe8\xec\xb2\x4f\xf4\x47\x65\x83\xd7\xd1\x44\xe5\x62\x65\x3c\x86\x50\xa3\x1c\xe0\x9b\x69\xfb\x82\x81\x99\x74\x62\xf1\x87\xdf\x6e\x97\x0d\x4a\x40\xb8\x3b\xec\x8c\xfb\x75\xf9\x87\x5a\x84\xae\xec\x3b\x86\xe2\xa2\x71\xb5\x75\x57\xa3\xdd\xa5\x8f\x81\x50\xaa\x26\x28\x0c\x8b\x47\x13\xf5\x18\x9e\xf2\xfb\xa5\x67\x49\xa8\x7f\xf4\x4b\x4f\x84\x17\x1e\x6a\x2c\x1a\x0b\x65\x10\x79\x18\x3a\xb9\xe0\xd2\x64\x57\xc3\x8d\x9d\x5d\x4f\x30\xc1\x3c\x21\xd8\xb5\x0d\x21\xb4\x17\x86\x1f\xfd\xdb\x83\x1d\xb4\xbc\xab\x7d\x85\x94\xc9\xbf\xfc\x44\x7f\x34\x57\x41\xa2\x9a\x03\x1a\xde\xf6\xcb\xe5\x5a\xb6\x50\x85\xba\x8e\x26\x48\xd7\x16\x09\x4d\x90\x7e\x5d\x2e\xcb\x55\x26\x2c\x23\x45\x10\x4b\x6e\x5e\xda\x6a\xfe\xb8\x4f\x4e\xcf\x9b\x50\xca\xe8\x97\x36\xcc\x5b\x64\x8a\x10\xea\x5b\xb7\xd5\xad\x1c\xf6\x8f\xcd\x1f\x17\x7b\xcd\x15\xed\x08\xac\x56\x95\x83\x43\xa7\x5f\xc2\x39\xb3\x24\xe5\xed\xed\x34\x95\x05\x45\xea\x88\x87\x22\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xb9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x5e\x39\x99\xe9\x13\x2a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdf\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x38\x38\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5e\xc4\x62\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\x2c\x82\xdc\x0a\x62\xed\xa1\x8d\xf2\xd6\xc3\x57\x17\xd2\xdb\x5b\x63\x28\x0b\x2f\xe5\xfb\x5b\xae\x41\x51\xf5\x6f\xdd\x6d\x7a\x00\x84\xd5\x72\xbf\x6e\xd7\xc4\x9d\x22\x0a\x2e\xac\x96\x53\xd5\x51\x7a\xe3\x14\xde\xd2\x91\x8f\xde\xba\xf9\xfe\x33\x12\xc7\x99\xff\x18\xba\xf2\x3f\xe2\x89\x08\xf5\xc8\x4e\x79\x88\x05\x80\x33\xff\xa2\x49\x93\x9d\x72\x17\x39\xf5\xc1\x78\x76\x68\x7b\x7c\x44\xf7\x88\x70\xfc\xcc\xd8\xcd\xb7\x3f\xb2\x77\x44\x66\x87\xdd\x72\xba\x5c\x6f\x78\x8e\x19\xda\x01\x1f\x5d\x6d\xa2\x91\x3e\x81\xa7\x4c\x4d\x7d\xc4\x66\x2b\x2e\xcb\x4d\xab\x5b\xe7\x23\xba\x56\xb7\xf4\x47\x2a\xea\x3a\xc5\xa1\x70\x33\x2c\x56\xf9\x88\x67\x32\xfc\x11\x7f\xce\x59\x39\xfa\x30\x5d\xef\xa4\x55\x7f\x85\x1e\x15\x85\x15\x1a\x37\xf9\xd2\xb6\x0b\x1d\x9b\x7e\xe9\x31\xf6\xd9\x81\x73\x45\x72\x7e\xc4\x46\x15\xf2\xfe\x88\xbd\xa1\x46\xd1\x78\xa9\x49\x34\xe7\x33\x02\x5d\x0a\xb3\x3f\x3c\x4f\xb5\x73\x1e\xa2\xb4\x0c\x1d\xf1\xd0\x71\xe9\xa6\xad\x1f\xdc\xb3\x9b\x13\x8d\xc6\x4b\x4d\xc5\x65\xd5\xf9\xa1\xec\x8b\x3e\xb8\x51\x96\x58\x37\x75\xa8\xbc\x74\x93\x99\xa1\xf1\x92\x6f\xad\xd3\x03\x5f\x75\x08\xe9\x44\x68\xff\x7e\x89\x22\x92\x6f\xff\x71\xb9\x2c\xec\x00\xe1\xab\x08\xf5\xdf\x2d\xa0\x79\xb8\x5e\x86\xeb\x81\xc1\x2d\xe4\xaa\x50\xff\xc9\x39\xf0\x93\x90\x7d\xe8\xbf\xf4\x2b\xfb\x63\xe0\x61\x11\x70\x0f\x06\x09\x96\x5a\x3d\x4b\x33\xa6\x36\x17\xbd\xd5\xcc\xeb\x4c\x8b\xac\x90\x72\xca\x10\xb2\x7d\x40\xe1\xe6\x0a\x87\x3a\x8a\x9c\xf1\x4c\x45\xf0\x9f\x96\xde\x3c\x5e\x61\x35\xb3\xe5\x47\xd2\x85\x85\x75\x62\x3e\x89\xe1\x7f\x2a\xce\xca\xea\x14\x77\x65\x63\xfd\x59\x18\x42\xfa\x9f\x69\xb9\x95\xed\xf1\xb1\x2a\x37\xa8\xc8\x65\xb9\x12\x9b\x9b\xe1\xc2\x06\xc7\xcf\x8b\x35\xa5\xc3\xc4\xe6\xef\x57\x56\x17\x38\xb4\x20\x03\x22\xf5\x27\xc5\xb3\x3e\xd9\xe0\xd4\x5d\xfe\x61\xf0\xf1\x2f\x17\x8d\x7b\x2d\xab\x77\xb8\x70\x1a\x2e\x1a\x22\x79\x29\x77\xcc\x6b\xc5\xa5\x97\xd5\x39\x4c\xe7\xe6\xf7\xa3\x7e\xa9\x39\xd8\x41\x4e\x0c\x35\xa2\x37\x46\x77\x96\xe3\xfd\xcd\xc2\x47\xaf\xaa\x89\x5b\x39\x6b\xd0\x3b\x2e\x2b\x4f\x6d\xbc\x38\xa6\xa7\x8b\x3b\xb9\xa8\xef\x5e\x32\xcd\x08\x68\x58\xdc\xca\x79\xe1\xf7\x2b\x71\xa9\xcc\x50\xda\xe8\x17\xe7\x79\xca\xbf\xbd\x34\x8c\xe6\xcd\x7d\xce\x71\x9e\xa1\xa4\x21\x9f\x38\x27\xc7\x26\xf2\x37\x74\x93\xbb\x3f\x72\x26\xcb\x9f\xd1\xf9\xbc\x51\xe7\xae\xfa\xe5\x0c\x82\xab\x38\x77\xd6\x56\x67\x70\xde\xa2\x0d\xab\x3a\xab\x13\x0a\xf1\x31\x6f\x16\x90\x17\xcc\x0c\x65\x8c\x8e\x56\xd5\xc9\xbd\x28\xea\x8a\xe2\xb2\xd4\x26\xbe\xb5\xd6\xb7\xaa\xe5\xc2\xe6\x80\x4e\xdc\x15\x24\xb1\x01\xe7\x0d\x3d\xc8\xe1\x98\xb7\xd0\x73\xd7\x24\x80\x73\xc5\x8f\x23\xe4\x7f\xbf\xb4\x69\x6f\x6c\xd1\x93\xc7\x89\x8d\x09\xea\xa4\x93\x40\xfe\xe7\xa7\xea\x2f\x26\x27\xa8\x88\x4e\x42\xf9\xf7\xcb\x4b\x26\x66\x63\x57\x59\xf1\xb1\xab\x5a\x65\xd7\x78\x8e\x22\xea\xe6\xe5\x46\xb9\x9f\xab\xda\x8c\x88\xd0\xd7\xf7\x77\x31\x27\xd5\x2d\x06\x01\xcf\xc5\x48\x6c\xfe\x7e\x71\xa5\xce\xa4\x4d\x02\xab\x83\xd8\xfc\x27\x4b\xad\x21\x6e\xc9\xc2\xe4\xb3\x8a\xe9\xa6\x55\xb1\xbc\x85\x1b\x8c\x08\xc3\x49\x11\xab\x27\x31\x85\xb3\xf8\x20\x33\xe4\x2b\xfd\xe2\x62\x9c\x21\x42\x49\x5d\x67\xbe\xb9\xcd\xa9\x2c\x4f\xdd\xee\x6c\x0c\x1a\xe4\x47\x48\xe1\xb3\x17\x93\xb2\xe7\xd4\x37\x9d\x9c\x10\xa8\xf4\xab\xf9\x5b\x18\xcc\xde\xee\x00\xa2\xff\xee\x36\x9f\xd0\x35\x52\x4e\xbb\xb6\x2a\x17\x0f\xa7\xe1\x5c\x70\xf6\x34\xb1\x0d\x8c\xc4\xfb\x6f\x36\x68\xce\xe6\x6f\xba\x2a\xd4\x22\x5b\xaf\x39\xc7\xe3\x5f\x67\x81\xa8\xc0\x55\x8b\x17\x06\xa7\x77\xd1\x02\x21\x4c\x31\xd6\x0b\x8f\xb9\x7e\xb7\x4d\x19\xa3\xa6\xef\x0f\x99\x1c\xff\x30\x6e\x11\xe1\xd9\x26\x2a\xa1\xba\x03\x9b\x97\xa3\x3b\x40\x6c\xb7\xee\xc2\xb1\x7d\xba\xd6\x27\x36\x65\x16\x63\x6f\x22\x5c\x49\x2e\x6a\xc4\xa6\x46\xe5\xc7\xd5\xcb\x05\x85\xd1\xfd\x4b\xec\xde\x93\x7a\xcf\x03\xa3\x3b\x17\x1b\x58\x57\x48\xd3\x65\xe4\x2d\xc2\x0e\xd6\x61\x6c\x22\x30\x85\xbc\x3a\x77\x91\x26\x1a\x33\xd5\x29\x02\x5e\x41\x82\x25\x57\x9e\xb2\x52\x1d\xc3\xbf\xe4\x7e\xd4\xc2\x77\x76\x4c\xf7\x2f\x31\xc4\xe2\xea\x9f\x21\x4e\xe9\x97\x06\x16\xe2\x94\x7e\x69\x12\xba\xfc\xbf\x71\xed\xce\x8e\xab\xd6\x5b\x37\x43\x67\x97\x7c\x3f\xc6\x21\x76\xad\xec\x99\x6f\xc9\x11\xd7\x96\xba\x23\x24\x98\xd4\xf7\xc9\xed\xdd\x5c\x4f\xf4\x67\xf8\x23\x37\x41\xd2\xc0\x64\xe9\xe0\x71\x0a\x0d\x26\x8d\x0c\xf5\x9f\x59\xfe\xac\xae\x42\xf0\xe1\x7e\xb9\x22\x70\xe4\x50\x07\x71\x5b\x28\x89\x2f\xa1\x88\xfb\x35\xdc\x08\xeb\x20\xcc\x86\xb9\x6b\xf1\xc9\x1d\xf8\x81\xd2\x2f\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x04\xc1\xed\x17\x24\x37\x31\x70\xcf\x47\x67\xd5\x07\xfd\x94\x4d\x0f\x93\x7e\x86\x65\x67\xba\x45\x3f\x0c\x89\x7d\x5c\x11\xd6\x7d\x12\xb1\xce\x11\xec\x1a\x09\x3f\xe7\x10\x59\x95\xd5\x41\x3c\x3a\x49\x56\x3b\xc3\x0d\xac\x59\x2b\x0e\x7a\x2b\x4d\x39\x82\xde\x9e\xb2\xfe\x7a\x36\x2b\xb6\x47\x93\xa0\xb7\x49\xaf\x12\xc5\xbc\xad\x49\xbb\x73\x82\x16\x55\x0f\x52\x83\x5a\x9d\x8b\xc3\x02\x17\x75\x4e\x36\x23\xdc\x24\xa2\xe1\x26\x93\x49\x13\x06\xcd\x54\x0e\xe1\xb0\x2e\xd2\xc9\x33\x68\xb8\xa8\x18\x34\xc2\x1f\x78\x67\xad\x49\x18\x2c\x78\xf6\xb9\x89\xc0\x9a\xec\xb7\xe9\xa2\xb1\xff\xa7\x46\xc5\xa5\x0b\x4d\x4f\x44\x5b\x05\x6e\x9e\xd3\xec\x7c\xf7\x35\x50\x9d\x04\x64\xc4\xb7\x95\x5f\x8c\xa9\xf0\xb6\x45\xc4\x17\xcc\xfd\x2a\x84\x15\xbc\xfd\x7e\x5f\x2e\xb9\xc2\x4b\x87\x3a\x13\x72\xe2\xfb\x72\x0b\xec\x1e\xdd\x27\xd8\x74\x8a\xaf\x3e\xc3\x86\xb3\x4b\x48\x39\x27\x96\xd4\xc5\xdf\x34\x1b\x6a\x31\xf4\x8c\x24\x50\x21\x0a\x6e\x96\xf2\x0a\x41\x70\x15\x90\xfe\xe4\x22\xf6\x44\x75\x35\xc1\x4f\xf0\xfc\xeb\x19\xa5\x0b\x76\xa2\x9c\x22\x9e\x30\x21\x71\xb3\x84\xd8\x73\xea\xce\xf4\x04\x08\xcd\x69\xb3\x2c\x31\x8c\x85\x12\x97\x44\x4e\xda\x11\x4b\x0c\x63\x9d\xaf\x85\x6a\xa3\xd8\x2c\x33\x84\x0b\xb7\x78\x06\x33\x1c\xb9\xe6\xd9\xfc\xcb\xd0\x11\x9f\xae\x16\x94\xa8\xa3\x88\xa8\x61\x0c\xe7\xf6\xaf\x9f\x66\x22\x6d\x11\xf6\x40\x53\x82\xd8\xa1\xe8\xbe\xc7\xab\x6b\xd3\xf5\x82\x0c\x22\x89\x5f\x3d\xc3\x34\xf4\x2e\x1e\x48\x20\xc4\x5b\xdb\x4c\x7e\x5b\x67\xf3\x2f\x7b\x7c\x6c\xca\x8d\xc8\xa9\xe3\x13\x97\x4d\xdd\x45\xe1\xe3\x4c\x97\x0d\x0f\x30\xc9\xd5\xbe\xe2\x79\xa0\x09\x80\x83\x28\x2c\x21\x9f\xae\xe2\x88\xcf\x85\x6b\xe1\xa4\x89\x44\xf7\xfb\x72\x4e\xd3\xaa\x36\x16\x2e\x7a\x85\xf2\x14\xe7\x57\x4c\xe7\x19\xe2\x8b\x7e\x8b\x38\x5f\x52\xd2\x55\x67\x75\x1d\x8b\x1e\x08\xdb\x53\x45\x7d\x3e\x39\x9e\x1d\x5e\xa0\x15\x7c\x5d\x6d\xc4\x30\x28\x8d\x28\xac\x7f\xc4\xdd\x0a\x10\x2c\x85\xfb\xb9\xce\xfe\x56\xdc\xc4\x49\xb8\xe0\x7e\x7b\x85\xce\x86\x2e\x62\x05\xcc\xa5\x2d\x7c\x39\x8b\x5b\x54\x57\xf3\x0a\x12\x44\x7d\xc5\x1c\x51\x8a\x72\x84\x0e\x96\xad\xee\x54\xe4\xe0\xda\xfd\xad\x84\xe2\x5e\x53\xae\x86\x7b\xa3\xa9\x5c\x44\xd4\x12\xc5\xb1\xe5\x5a\xb8\x2a\x37\xa3\xa7\x43\x39\x88\x08\xd1\x7c\x61\x69\xda\xef\xdb\x0d\xe2\xe8\xc7\x0d\xc6\x06\xbd\xdd\xc4\x27\x72\x6a\x3e\xb6\xa4\x78\x94\x04\x11\x3e\xcb\xa1\x36\xd8\x92\x5a\xab\x4d\x88\xb6\xe2\xa2\x83\x01\x17\x65\xe7\xaf\x9f\x92\xf5\xb6\xdc\x53\x13\xa7\x9e\xc7\x1e\x6c\xc9\x1f\x03\x4d\x7d\x73\x9a\x38\x57\x8b\x7e\x8d\x67\xc0\x7b\x52\xad\x84\x10\x54\x7a\x57\x84\x14\xce\xde\xf7\x18\xb0\xa6\xe4\x6f\x6c\x2c\xcf\x79\xdc\x80\xd2\x3d\x9b\x5b\xbc\x21\x57\x0a\x85\xaa\xdb\x3c\xc4\x17\xb9\xea\xf6\xd9\xd2\xd6\x13\x75\xb6\x21\xfa\x84\xe2\xc2\xf7\x6a\xb9\x3c\x92\x78\x16\x48\xdc\x44\x44\x61\x79\xed\x9e\x44\x14\x3e\xe3\xf0\xc7\x73\xa5\xdc\x5a\x58\x44\x14\x59\x44\xf0\x4b\x12\xb0\xee\xac\x10\x9a\xcb\xc6\xe6\x4d\xce\xf1\xf8\xd7\x9a\x20\xbf\xb8\x93\x73\x3d\x14\x48\x86\x72\x81\x33\xb4\x23\xc3\x92\xf5\x34\x52\x94\x0d\xe3\x4c\x11\xa4\x2f\xc5\x71\x71\x2e\xf6\x8b\xe6\x15\xb1\xc7\xad\x75\x0e\x41\x87\xbc\x4f\x4e\xe2\xfe\x76\x5f\xf1\x48\x3d\x86\x74\xac\x66\x58\xb6\xca\x19\xe0\x24\xec\x6f\x37\x45\xf2\x9a\x9a\x1d\x75\x0e\x2b\x03\x29\xf0\x10\x05\xf8\xfb\x76\x7d\x89\xc2\x2b\xae\x16\x9b\x07\xe5\x64\x3a\xa0\x8b\x24\xc4\x17\x72\x34\x73\x72\x61\xb0\x24\x8a\x93\xa0\xbf\x53\x3a\x34\xf3\x05\xe6\xf1\x8a\x80\x5c\x74\x75\xbe\x44\x21\x69\x4f\x4a\xec\xe0\x0e\xec\x10\x07\x4e\x7f\x6b\xd8\x2e\x68\x7e\xce\x8d\x28\x47\xf3\x93\xa8\xbe\x72\xc6\x31\x89\xe2\x2b\x1f\xa4\x73\xbe\x51\x74\x91\x26\xd4\x0c\xc3\x50\x59\xe8\x4e\xc2\xf6\xca\x3d\xe8\xc9\xc5\xa8\x54\xe9\x9b\x35\x2f\xae\xa6\x53\x8d\x7f\x18\x8b\x5e\xfc\xc3\x68\x5f\x67\xe9\x2d\x04\x52\x5d\x4f\xdc\x05\xd3\x3f\x14\xe1\xdc\x95\x0d\xd4\xab\x3b\xf6\x8d\x6a\x84\x0e\xd3\x5b\x9a\x75\xfe\x56\x79\x50\x39\xdb\xc2\x8b\x82\x6a\x9d\xea\xdd\x1f\xcd\xea\xe7\x94\x6b\x55\x49\x06\x08\x06\x2c\x9b\xba\x93\xe3\x0d\xd0\x9d\xdd\xd4\xeb\x6c\x20\x98\xe2\x5c\x04\x01\xd7\x45\x8a\xac\xe2\xd6\x81\x09\x6b\xd3\x5e\xb4\x7f\xdf\x81\x5d\xc4\x2b\x25\x6c\xf0\x69\xc3\x45\x99\x75\x4d\x08\x64\x98\xf6\xc0\x5b\x0a\xa0\x42\x36\x11\x54\xd8\xc6\x66\x13\x17\xad\xa5\xf9\x1b\x98\xf1\x76\xad\x81\xb6\x3d\xc8\x10\xde\x1b\xf5\xbc\x97\x50\xa1\x9a\xd4\xf3\x53\x18\xe5\x2d\xb5\x20\xed\xfc\x37\x8a\xc3\xc2\x61\x6f\xc9\xb7\x84\xb5\xde\x6c\x3c\x51\xf8\x21\xd1\xb0\xce\x39\x01\x88\xcf\x3c\xbb\xda\x98\x3b\x11\xed\x6f\xd1\xf0\xdd\xbf\x84\x12\x13\xd6\xf8\x20\x5a\x1d\x2a\x1c\x7e\x58\x6d\x1a\x30\xc3\xf1\x6a\xf7\x63\x39\xfc\xae\xf6\xbb\xfa\x87\x31\x7b\xa2\x05\x3f\xb0\xc2\xc7\xf7\x87\x4c\xc9\x54\xee\x1d\xef\x56\xfd\x70\x8a\xd0\xd0\x2f\xa7\x4e\x9b\xca\xe2\xdc\x5e\x52\x93\x19\x32\x8a\xde\x2f\x97\x85\xa0\xd3\x96\xf9\x78\x07\xf9\xa7\x31\x6c\x51\x7b\x92\x58\xc8\x92\x68\xca\x0b\xab\x54\xd4\x14\xb7\xb8\x09\x77\x7d\xc4\xed\x16\x5a\x09\x71\x86\xb5\xe4\xe6\x87\x6d\xe2\xde\xb3\x2f\x9a\x7f\x18\xbe\x96\xdc\x3d\x2c\xe0\xa5\x59\x36\xc3\x5c\x38\x5d\x49\x5b\xe1\x23\x8b\x4e\x51\x09\xb2\xed\x1d\x9e\x40\xb1\xb7\xbb\xb3\x30\x2a\x85\x92\x3e\x22\xb5\x3d\xa1\x5b\x63\x53\x2f\x50\xc8\x94\x70\x46\xb1\x8a\xbb\x2c\xc3\x26\xe2\x8d\x5b\xe4\xc0\xc3\xb2\x09\x63\x3e\x68\x5b\x0c\x0d\x07\xf1\x86\x24\x02\x8a\x55\xdc\x65\x27\xe4\x58\xc5\xe2\xdd\x13\xab\xf8\xcb\x26\x47\xba\x31\xa4\xd4\x31\x31\xef\x9d\xd2\xaa\x23\x92\xf1\xf9\x29\x33\x2a\xfb\x5e\x09\x29\x26\xf6\xbd\xc3\x97\xee\x23\xb6\x94\xfa\xab\x1b\x28\xb9\xac\x3a\xdc\x95\x85\x80\x49\xce\x72\x23\x8a\x91\xf0\x4c\xb8\x1e\xd3\xd9\xd8\x1f\x3a\x4f\x8f\xee\x20\xcf\x8b\x68\x16\x31\x07\x1e\xb1\x15\xb4\x23\x10\x8e\x0c\xc9\x9a\x1d\xe8\x78\x78\x16\x83\xc5\x64\xa6\x72\x58\xee\xe6\x34\xfc\x8d\x7d\x27\x8e\x89\x04\x20\x92\xd7\x12\xca\xf8\xcb\x22\x7d\xd0\xe5\xc9\xfe\x06\x7d\x3e\xfc\x31\x4e\x9f\xf6\xc7\x03\xc5\xab\x9d\xa6\x40\xc6\xe6\xd7\x23\x0c\x91\xb2\x21\xd1\x89\x6f\x9c\x99\x4d\x82\x13\x67\xfc\xa0\x9d\x5c\xc4\x10\xca\x7f\xd6\x49\x71\x18\x63\xd6\x6c\x21\x25\x19\x92\x8b\x3a\xa8\x31\x97\x34\x31\x8d\x93\xf8\x93\x84\x34\x3e\x33\x90\x94\x0d\xe1\xc6\x74\x51\x8e\xf0\x70\xb5\xb1\x44\xc3\xb5\x42\x56\x66\x77\x5d\x4b\xe4\x7a\x83\x8a\x61\x8b\x11\xd3\x38\x8b\x19\x46\x48\xe3\x1b\xbf\xbf\x93\x90\xc6\xb9\xb8\xaf\xd8\x54\x56\x7f\xd3\x40\x9c\x05\x1b\x81\x18\x56\x58\xf2\x26\x7c\x54\x4e\x22\x1a\x67\x29\x17\x3a\xa0\xb1\xe4\x17\x04\x34\xbe\xf5\x5e\x22\x80\xf1\xf9\xe8\xfe\xa8\xeb\x83\x2c\xba\x61\xb2\xfb\x21\x82\x71\xbf\x87\x2a\xd2\x9d\x35\x34\x30\xee\x2c\xcf\x1e\xba\x40\x33\xbb\x22\xee\x88\xef\x4f\x61\xde\xbb\x87\x0b\xbf\xbb\x6e\x25\xd4\x65\x2f\xf5\x48\xef\x32\x4f\x98\xc4\x41\x5d\x23\x0d\xda\x49\x32\xfc\x85\xc0\x27\x79\xe9\xd1\x28\x14\xd3\x7f\x85\x91\xae\xb9\x73\x2b\x04\x3e\x66\x1e\x12\xec\xf8\x2e\x62\xa8\x12\xde\x38\x13\x36\x68\x12\xde\x38\x0b\x63\xac\x10\xff\xf8\xf5\xb9\x2e\x1c\x73\x0a\x75\x12\xc0\x38\x29\x52\xec\x24\x64\xb1\x69\xfd\x75\x8b\x5c\xe2\xd8\x10\xc1\x38\xc9\x9f\xed\x24\x82\xb1\x2f\x1b\x05\x30\x96\xe9\xeb\xba\xd9\x41\xda\x4f\xf2\x42\x2d\x23\xf6\x25\xb7\xd3\x5a\x5d\x64\x3a\x62\x50\x28\x44\x71\xbf\xbf\xd9\x50\xc9\x98\xae\x27\x38\x4f\xdd\xdf\x40\x49\xdf\xa2\x21\x64\xd7\xe6\x0b\xe9\x4f\x16\x59\x4e\x10\xe2\x22\x95\x95\x75\xa3\xa7\x33\x9d\x63\x5f\x16\x75\x0e\x62\x25\x6b\x06\xe4\x83\x55\xb3\x7e\x43\x8f\x68\xff\xdc\x18\x75\x27\xad\x65\x38\x8e\xfe\xdd\x73\x9e\xd1\x20\x48\xe2\xd8\x66\x9c\xd4\x4f\xc2\xd8\x76\x99\x59\x12\xc5\xf6\x74\xc0\x1f\x39\x9a\x50\xa5\x44\xb5\x4d\xe6\xad\xac\xb0\x8f\xec\x32\xba\x5c\xb2\x8f\x94\x80\x80\x28\xb7\x5d\x26\x8f\x8e\x72\x2b\x45\xcd\x95\xc0\x6b\x1a\x35\x61\x6e\x87\xf8\xdf\x2b\x49\x4a\xf3\xad\x17\xdc\xf1\xad\x09\x89\xa1\x7e\x9b\xe1\x29\xc9\x66\x60\x85\x0d\x64\x97\xdd\xdd\xca\x90\xdf\x30\x13\x96\xfc\x0a\x4b\x1d\x9a\x48\xb7\x5d\x96\x6a\x2b\x6b\x7b\x15\x97\x55\x1f\x9c\x65\x5a\xaa\xeb\xe5\xd8\xeb\x3c\x86\x1d\x63\x26\x0c\xf7\x24\x3e\x6d\xfb\xd6\x1b\xaf\xe2\xaa\x49\x21\x04\x6d\x1e\xee\xad\xee\x9b\xaa\xb2\x41\x9f\x48\xbd\x6c\x65\x3d\x90\xaa\xb3\xc1\x5b\xcc\xd7\x3f\x81\xc4\xb3\xb8\x3a\x3a\xad\x79\xc9\xc2\xb0\x2a\x3b\x63\xe0\xae\x17\x2a\xb7\xba\x87\x3b\x3e\x3a\xf7\xfe\xf5\x53\x8c\xa3\xf2\x59\xfe\x9a\xb3\x3b\x1f\x06\xcd\xc2\xda\x18\x40\xca\x7c\x85\x98\xb8\xa7\xd2\xa6\x6c\x10\x98\xba\x37\xf2\x56\xef\x5c\x16\x06\x88\xba\x13\xec\x45\x29\x95\x28\xd4\x6d\xd5\x0f\x8b\x04\xfa\xea\x4e\xd1\x5a\xfb\x63\x0d\x5c\xe6\x6f\x10\x10\x42\x1e\x05\x21\x8a\xf8\xa4\x2b\x7c\xf3\x76\xd9\xd7\x11\xf9\x36\x8b\xdf\x4c\xe4\xdb\x3b\x4b\x4d\x9e\x58\xb7\x5d\xef\xc9\x55\x64\xa9\x34\x9d\x4d\x51\x8f\x1a\x99\x84\x28\xf4\xb7\x12\xdf\xd4\xa2\xac\x98\x84\xe9\xc2\x2e\xb2\xcb\x9a\x6d\x15\x71\x4e\x74\x38\xc2\xd4\xb1\x27\xde\x85\xab\xc4\xad\x21\x6b\xb6\x55\x24\x4a\xd0\x1e\x2e\x71\x6b\xc8\x30\x89\x30\xb9\xc9\x36\x57\x84\xc9\x1d\x5d\x1b\xb1\x60\xc6\x50\xfd\x8d\xa7\x84\x3b\x1b\xec\xe8\x74\x6b\x2a\x43\x7b\xcb\x6b\x59\x44\xcb\x34\xf5\x0e\x8d\xac\xe1\x91\x6c\x0d\x4c\x5d\x40\xd3\x5c\xac\x73\x45\xba\xad\x59\xdb\xa9\xea\xe5\x0c\x35\x49\xa8\xdb\x2e\xbb\x14\xa2\xd9\x76\x71\xbd\x09\x66\x7b\x8a\xba\x22\xd6\x73\xba\x22\x38\x02\xdf\x6c\xac\x27\x6f\x8b\x85\xd5\xa3\xe8\x22\xe2\xde\x76\x59\x27\x10\xf7\xf6\x74\xa8\x28\x0b\x85\x2d\xf4\x5f\x63\xb1\xc5\x47\x5d\x55\xa2\x06\x21\xd1\x3a\xe9\x5f\x53\xee\xdc\x87\x32\x2b\x5a\x61\xd9\x78\x7f\x51\x61\x15\xcd\xf0\xfd\xa5\x26\x5b\x7d\xc0\xd0\x35\x5f\xce\x72\x45\x7f\xbf\x3e\x7c\x55\x55\xc4\x27\xd7\x3b\x4e\x21\x4e\x33\xbc\x8f\xd5\x60\x27\x7f\x73\x6a\xa6\x29\x0b\xe5\x2b\xbc\x19\xd6\x70\x8a\x0d\x31\x09\x79\x7a\x3e\xd2\xff\x26\x5c\x23\x4a\x25\x44\xb6\x5d\xfc\x39\x62\x9c\x9e\x8f\xaa\x17\xb1\x58\x76\xee\x5c\xef\x59\x84\x54\x43\x9f\x58\xec\xdb\x85\x18\xb6\xca\x5b\x03\x91\x4c\x53\x12\x8f\x96\x50\xa6\xc9\x53\x18\x52\xd9\x2c\xee\xf2\x92\x33\x61\xf1\x68\x89\x4e\xda\xa5\xcf\x4b\x70\xd2\xd3\x21\x97\x7d\xc8\x52\x51\xb7\xe3\x0f\x67\x35\xb4\xa9\xec\xd9\xbe\x7a\x43\x2d\xac\xd8\xc4\x5a\x5b\xc8\x61\xa5\x44\xbc\x10\xbc\x4a\x83\x77\x21\x77\xad\x59\x58\xa2\xe3\x4f\x46\xfb\x2f\x2c\xce\xba\xb4\x3c\x15\x11\x55\x8a\xb8\xab\xa3\xd6\x25\x4b\x65\x05\x48\x1d\xe7\xc5\xf1\x47\x34\x8e\xaf\xe0\xac\x93\xd6\xc1\x19\x9a\x77\xf9\x06\xd6\x83\x83\x60\xa9\x49\x11\x33\x4f\x36\x8e\x80\xf0\x26\xd6\x6a\xd6\xcf\x59\x21\x78\xed\xd2\xfe\x5d\x5d\x0f\xe8\xe1\xfe\x3d\xf1\x51\xf5\x48\xe8\xaf\x2d\x85\x2c\x55\xca\x58\xc4\x59\x3d\xd5\xaa\x22\xdd\xff\xba\x74\x22\x1e\x6a\x97\x8a\x1f\xf1\x50\xcf\x47\x97\x8d\xfe\x09\xe7\x77\xa4\x91\xb2\x19\x22\x3a\x6a\x2a\x1a\x4a\x98\x95\x75\x29\xf1\x11\x0d\xf5\x2c\xc3\xad\x2c\x62\x6b\xed\xf1\x01\x01\x29\x96\xda\x1a\x60\x14\x18\x48\x8a\x8e\x5a\x4c\xdf\x12\x1e\x75\x98\x22\x19\xa8\xf1\xc9\x98\x8d\x68\xa9\x67\xe0\xfe\xfa\x89\x9b\xd9\xf5\xc6\x1c\x89\x5c\x19\x88\x2b\x65\x7d\xe1\x70\xa9\xa6\x32\x22\x5c\xaa\x15\x76\x14\x11\xd5\x88\x00\xf7\xc0\x35\x0b\x7d\x8f\x30\x3a\xb8\x3c\x6e\xf1\xe5\x85\xcc\x25\x60\x16\xdf\x8c\x50\xa6\xf7\xf0\x45\x24\x09\xb3\x58\x55\xcb\x16\x6c\x3a\x86\x08\x9c\x6b\x76\x27\x50\xff\xce\x1e\x6a\xe8\x09\x49\x39\x6f\x0d\xee\x7f\x91\x41\xe1\x59\x38\xfb\xa2\x1c\xba\x09\xb4\x21\xe5\x59\x58\x46\x46\x44\x28\x3d\x59\x0d\x7c\x6b\x70\xfe\x7a\xf0\xa5\xb8\xf1\x4b\xd6\x6f\xf9\x5b\x36\x2e\x1c\x98\x53\xc4\x1d\xed\x52\x4d\x22\xec\x68\xba\xa4\xbd\xbf\x10\x38\xfb\x59\x37\x21\x01\xe0\x55\xad\xa9\xd7\xea\xf4\xc7\x58\x7e\x11\x57\x93\x1b\x44\x0c\xa8\x35\xc5\xc9\x98\x6e\x25\xce\x84\xe8\x03\x6c\xcf\x64\x29\xac\x30\xa3\x97\x04\x6a\xc4\x19\xed\x44\x34\x9a\x0a\x2c\x9a\x64\x13\x43\x64\xd1\x2e\xed\x16\x22\x8b\xde\x35\xeb\x4e\x0b\x53\xb4\xee\x67\x92\x02\x8b\xfa\x7a\x09\xe3\xb3\xbb\xeb\xd5\x34\x39\xc0\x70\x47\x88\x2b\x7a\x1a\xf1\xc7\xd8\x7f\xc2\x61\x93\x43\xa9\xf5\x9b\x50\x04\x4d\x25\x41\xe4\x4d\x9d\x83\xf0\x13\x9d\x1a\x02\xe9\xee\xe3\x30\x59\x77\x58\x37\x44\x70\x4c\x52\x44\x22\x64\xe3\x69\xbe\x28\x0b\x3a\x49\x2e\x1b\x53\x27\x3c\xb9\x78\x22\x88\x91\x43\xcc\xc6\x33\x48\x65\xe3\xc1\x29\x99\x15\x31\x1b\x4f\x59\xfd\x74\x6b\x2a\xfd\x15\x8a\x7c\x3a\xcb\xb5\xa3\x3e\xc0\x47\xf3\xae\x50\xcc\x46\xf1\x5b\x88\xd9\xd8\x89\xf5\x35\x89\xd2\x98\x92\x99\x18\x78\x9a\x95\xd4\x6a\x6d\x73\xd1\x86\xb2\x42\x28\x53\x59\x9c\x1b\x54\xe5\x1a\x8d\x26\x65\x07\xf5\xfe\x59\xae\xb9\x30\x61\xfa\x3e\x4c\x36\x18\x44\x74\x10\xb1\x18\xa7\x4f\xfe\xe6\x36\x11\xe5\x83\x9c\x6f\xca\xcc\x64\x6d\x08\x49\xd9\x80\x10\x9a\xf1\xfe\xbe\x62\x36\x7c\x33\xb3\x39\xb0\x6a\x92\x6a\xea\xc2\xa8\xa9\x7f\x7f\xc9\x94\x65\x37\xfa\x8a\x8f\x2a\xba\xd4\x23\x67\x59\x19\x4d\x3e\x96\x4a\x53\x96\x27\x04\x5d\xec\x62\xcf\x12\x74\xf1\x94\x55\x33\x4b\x0b\xa5\xf9\x45\x0b\x62\xfa\x97\xb1\xe9\x74\x87\xc9\x70\xc9\xcf\x5d\x42\x32\x16\xbd\xd3\x37\x34\xa9\x6e\xa9\x90\x03\xf6\xe4\x6f\xf1\xd4\x14\x4f\x8f\x18\x8c\x5d\xcc\x41\x42\x30\x9e\x4a\xd5\x3b\xd0\x90\xae\x21\xb9\xb4\xcd\xc9\x65\xd9\xe7\xc5\xd5\xd2\x3b\x75\x07\xc5\x55\xbf\x8c\x15\x76\xd1\x2f\x63\x99\x2e\xf9\xf1\xfb\x32\xd2\x2a\xca\x26\x56\xc9\x85\x33\xcd\xfa\x6b\xcc\x9f\x2e\x22\xfc\xd8\x7e\x5f\x60\xf8\xb1\xbd\xbc\xde\xc4\x5a\xbc\xbc\x30\x2f\xae\x29\xd9\xca\x10\x40\xf1\x9e\x32\x80\x59\x2f\x6d\x1d\x5d\x96\x2f\xf4\x14\x64\xfc\xb1\x5e\xd0\x13\xba\xa7\x5e\x53\xed\xb8\xa6\x40\x0e\xc3\x39\xf6\x8a\x6e\x52\xc2\x26\x4e\x59\x56\x28\x6c\xe2\xe5\x07\xfa\x0b\xec\xa4\x9b\xe9\x85\xa5\x6c\x16\xb2\x78\x81\x90\x84\x75\x5f\x8a\x1e\x22\x82\x02\x4f\xb3\x53\x66\x23\x04\x47\x3c\xf5\xaa\x87\xf8\xa9\xf3\x65\x14\x92\xbe\x9a\xb5\xd3\x43\xd0\xd7\xb3\x8e\xd7\x0b\x33\x91\xef\x3c\xa0\x19\xe5\xb7\x3d\x1e\x61\xa5\x5b\x4a\x38\xc4\xbb\xb9\x4d\xa4\x28\xb2\xc2\x21\x1c\xe2\x2d\xc5\x01\x85\x43\x94\xe6\xdb\x0a\x49\x5f\x97\x7d\xf0\x42\xd2\x27\xa7\x69\x44\x4a\xcc\xb2\xd6\x53\x64\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\xc8\xef\xba\x1f\x03\xd8\x0f\x75\x21\x48\xc9\xef\xbc\x9e\x21\x85\xeb\xa6\xb5\x11\xbb\x49\x07\x94\x88\x86\xa7\x0d\x67\x85\x8d\x54\x2d\x5a\xc5\x7e\xad\x23\x4d\x9b\x97\x2e\xe7\xb7\x4e\xbb\x2e\x4e\x82\x1a\x7e\x1f\xb6\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x14\x42\x1f\xcf\x22\x0d\x89\x51\x96\xa4\x62\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x84\x28\xd2\x23\x22\x3a\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\xd4\x75\x79\x17\x7d\x58\x26\x6d\x85\x0f\x6a\xff\x7e\x79\x7f\x10\xca\x4b\x75\x68\x85\xb0\xeb\xfc\xf4\xcf\x66\xf8\xeb\x23\x7a\x42\x37\xad\x24\x63\x52\x80\x21\x5a\xe1\xfd\x7d\xb6\x7f\x44\x5d\xea\x7a\x95\xe1\x8f\xa4\xe6\x04\x28\xbc\x25\x71\x23\x40\xa1\x22\xa3\x4d\xc5\x27\xbc\x64\xff\xb2\x3e\xec\x07\xed\xa4\x30\x11\xca\xb5\xbb\x28\x1b\xd2\x39\x70\xb6\xee\xe5\x8f\x1e\x08\xba\x7a\x71\xc1\x7b\x79\x0f\x7e\xb4\x21\x3c\x4b\xf0\x9b\x65\xfa\xb1\x3e\x22\x18\xb3\xbf\xc6\x46\x73\x8f\x96\x06\xae\x66\x03\xc1\xf7\xe2\xa2\x84\x5b\x1d\xce\x82\x38\x84\x0c\x90\x9c\x7d\xc7\xbd\x08\xc1\xa5\x1e\x6d\x8d\x5b\xfd\x0d\xc3\x85\xee\xfe\xe1\x6d\x4d\x06\x2f\xeb\xc3\xd6\xf1\x58\x74\xda\xbb\xcb\x0e\xca\xba\xa2\x43\x03\x99\x22\xc3\xb9\x6e\xf7\x74\xc2\x89\x32\x7b\x02\xf1\xdb\x94\xf2\xf8\x42\xfc\x76\xf9\x1c\x84\x7b\xdd\x6e\x0a\x56\xb6\x46\x52\xaa\x59\x88\xdf\x72\x72\x4e\xf3\x97\x94\xe5\xc8\xa8\x0f\xc8\xdf\x7c\x62\x42\xfc\xd6\xf3\xb7\x11\xad\x8b\x2b\x0a\xdc\x20\x5a\x53\xf2\x35\xb3\x48\x42\x84\xd6\x7d\x9c\x9e\xd0\xe1\x90\x06\xd6\x7a\xa6\x7a\x90\x95\x65\x4e\xdc\xdb\xc0\x0e\xe6\x16\x3e\x84\x69\xbe\xdc\xdb\xe0\x47\x14\xd3\x2a\x21\x22\xeb\x3e\x7a\x61\x3f\xd4\xb3\x88\xbd\xf0\xa6\xdb\x8d\xea\x31\x26\xca\x5a\xa3\x07\xbd\x33\xb3\xaa\x1e\x6f\x29\xb5\x89\xab\x83\xe2\x5f\x2e\x7a\xa0\xde\x22\xee\x30\xd3\x03\x97\xb9\xf3\xfa\x66\x1f\xb2\xaa\x29\x28\xcc\xef\x40\x83\x32\xf8\x4e\x3c\x97\x84\x47\x8d\x11\xaa\xac\x9d\x16\x46\x4a\x52\xe3\x58\xcf\x56\xff\x34\xb2\xcd\xa5\x7c\xfb\x2b\x7b\xbe\x3b\xbb\x28\xac\xa1\xa2\x08\x6e\x3e\xe9\xa3\x7d\xc3\x66\xd8\xe1\x43\x77\xc8\x73\xcb\xbe\xb8\x52\xa4\xce\xb3\x2f\x6e\x11\x3a\xb1\x2f\x76\x11\xa4\xcb\x0e\x89\x5a\xcf\x9c\xac\x1d\x36\x49\x5d\xfd\xdb\x17\xbb\xa6\xb8\x16\x4d\x98\x7f\xf8\x8a\xa2\x43\xb9\xf0\x6a\xd7\x5d\x14\xdc\x09\x07\x64\x87\x78\xad\xe8\x86\xdb\x17\xa2\x12\x71\x85\x76\xc8\xd7\x7a\x2e\x1a\x07\xd8\x86\x31\x6f\x0c\x9d\xb4\x44\x3b\x0c\x9d\xba\x16\x77\x5f\xa2\x3b\xdc\x9d\x78\xda\xc8\xf1\xd8\x46\x82\x76\xc9\x72\x6c\x5f\xda\x7c\x9e\x01\xbd\x7a\xbb\x86\xc9\xe6\x2b\x1a\xc9\x02\x0b\x14\x35\x83\xf9\x8b\x98\x98\x1b\x81\x5a\x2e\x7f\x8c\xb2\x79\x8a\x46\x77\x8b\x1b\x81\x28\xe9\x1a\x99\x76\xaa\xe7\x1d\xab\x1a\x31\x9b\xf6\x25\xf2\xd6\xa3\xc1\x64\xf6\x3b\x47\x41\xc2\xd6\xdb\x1f\x3f\xd1\x8c\xfb\xf7\x04\x4f\x5c\x8d\xb2\x6d\x8b\xa6\x08\x2d\x26\x19\xf6\xec\x8b\x7d\x5b\x55\xa9\x88\x9b\xa4\x7a\xf4\xce\xf6\xda\xe3\x65\xe6\xf2\x1c\x21\x9a\x1b\xea\x41\xa8\x93\x08\x8f\x6f\x2c\xb3\x92\xfb\x2a\xfa\xb6\xbb\x0b\xd1\x59\x1e\xe1\xc4\x99\x3d\x8d\x38\xcb\xcb\x1f\xb4\xbe\x91\xdb\x5d\x42\xeb\x0a\x43\x3b\x65\x6a\x44\x18\xda\x9e\x21\x6f\x08\x43\xdb\x73\xf5\x2f\xc3\x70\x2c\xb9\x5a\x56\x9b\xf7\xc0\xc6\xf8\x4a\xbe\x03\x15\x2e\xb6\x7a\xfa\x90\xdb\x4d\x19\x58\xed\x1b\x03\x58\x59\x77\x12\x2f\xb6\xe8\xa1\x46\xb8\xd8\x53\xd6\x1f\x63\x16\xaa\x2b\x82\x1a\x03\xff\xee\x5b\xb4\xad\x3b\xa8\xfd\xc8\x43\x7c\xdf\xda\x8f\xc3\x15\x83\x7b\xaa\x46\x1a\x8c\xfb\xec\x2e\x2d\xde\x00\x49\x15\x2f\xf5\xdf\x5f\x85\x0f\xfd\x95\x69\x51\x0f\x45\x54\x25\xb5\x8a\x7b\x27\x6f\xd0\x5b\xb7\x5f\x53\x4d\x70\xe0\x25\xb2\xdf\xe1\xca\xb6\x67\x0f\x47\x78\xac\x38\x1b\x38\xc4\xa3\xc1\xc1\x9c\x2c\x7c\x08\x19\x7b\x06\xc7\x6a\x84\xc0\x29\xeb\x8e\x20\x3a\xe4\x29\x3b\x94\xa5\xbf\x53\xb9\x88\x7a\x7a\xf9\x87\x71\xc0\xa1\x84\x88\x15\xd9\x33\xa4\x1b\xd1\x20\xbb\xcc\xee\x09\xff\x78\x2a\x55\x35\xa1\xdb\x2e\x9b\x5c\x82\x41\x66\x42\xc4\x9d\x5c\x28\xb3\x17\x57\xc3\x1d\x3f\xd4\x86\xf0\xb1\xb6\x79\x11\x93\x50\x67\x00\x39\x51\x6e\xfe\x18\xf3\xa3\xd9\x0a\x39\x51\x96\xac\x80\xf0\x8e\x3d\x43\xd2\x29\x82\x63\xd1\x43\x5c\x31\x1b\xa7\x4c\x8c\x14\xa6\x31\xfb\x97\x08\x86\x2e\x97\x05\x55\x0a\xab\x16\xd0\x61\x57\xb5\xf2\x2b\xe4\x1c\x34\xc7\x50\x7f\xe2\xf1\x24\x0f\x76\xbb\x70\xa1\xba\xc5\x45\xcf\x35\x2a\xd8\xf0\x3c\xba\x76\x09\x66\x8e\x1c\x73\x6f\x49\x77\xbe\xbf\x0b\x89\x56\x72\x9d\x60\xfc\xa1\xa2\xa2\xb3\xb8\xd0\x77\xd1\x8a\x08\xbd\x15\xbd\x88\xa7\x6a\xda\x98\x60\xf9\xa7\x74\x7d\xaa\xe2\x0d\x49\x99\x5d\x36\x10\x48\x77\x59\xc6\xc5\x28\x43\x0e\xd4\xb3\xee\x95\xea\xe5\x9a\xca\x82\xc7\x21\x8f\x76\xe5\x4a\xec\xe9\xcf\x78\xbc\x8a\x9a\xd7\x96\xa9\xac\xb4\x86\x52\x45\x84\x55\x57\x1b\x4b\xdd\xdd\x26\x27\x41\x08\x0d\x39\x90\xdc\x1c\xed\x0a\xcd\xad\x63\x51\xe1\xee\x4b\x48\xb4\x43\xd4\xd3\xb3\x76\x1e\xa2\x1d\x39\x8a\xd9\x55\xe8\x41\xf8\x2c\x44\x39\xbd\xb9\x9e\x83\x1e\x72\xff\x7e\x63\xde\x85\x58\xaa\x90\x45\xf5\xd7\x98\x83\xef\x47\x0d\x53\x6d\xa2\x3e\x6d\x04\x5b\x09\x44\xed\x73\x1b\x51\x37\x15\x80\x76\x12\x75\x33\x37\x0f\x33\xae\x20\x09\x2c\x89\xb2\xa9\xb8\xca\x27\x17\x3b\x58\xdb\xb2\x8a\x56\xf2\x30\xb9\x47\xb4\xf0\x38\xa6\xbc\x44\x30\xee\x8a\x57\x41\x5f\x1d\x15\x1d\x0f\xa3\xdb\xa6\xab\x43\x58\x9d\xd0\x9a\x53\xd6\x4f\x5b\xce\x27\xc5\x76\xdf\x98\x4e\xe6\xef\x47\xa6\xda\xdf\x78\x61\xe9\x00\x2a\xd2\xa6\x91\x6f\xd3\x55\x32\xfd\xd3\x60\x43\xea\x8e\x0c\x97\x92\x29\x8b\xa1\xbb\x9b\x78\x68\xba\x85\x1a\xda\x87\x17\xa4\xf3\x6e\xdc\x16\xda\x53\xb2\x82\xbc\x34\x67\x8d\x85\x99\xfa\x65\xf0\x57\xf3\xd4\x48\xe5\x4b\xfa\x72\x36\xb0\xa2\x6b\xc5\x7a\x51\x62\xc9\xdd\xe4\xd5\xfc\x72\x36\x16\x46\x68\xd1\x52\x34\x5d\x0e\x8d\x95\xd1\xea\x23\x36\xbb\xbe\x45\xb9\x0b\xdc\x5b\xd0\xfd\xf4\x47\x06\xe6\xde\xc6\x22\xca\xc7\x09\x21\x38\x7b\xf6\x7c\x6d\x75\xcf\x4d\x72\x0b\x7a\x64\xe8\x96\xca\xea\x8b\x88\x9c\xa7\x70\x51\x36\x8e\x8b\x96\x30\xdc\x46\x76\x5f\x0d\x5d\x9c\xaf\xea\x8f\x4c\x5f\x53\xae\x45\x51\xd7\xaa\xf3\x3a\x94\x55\xe7\xab\xb2\x9a\x5c\x57\xf4\xc4\x4f\x19\x76\x88\xdc\x7a\xd1\x64\x76\x31\xe1\x75\x57\x85\x07\xc8\x2e\xbf\x84\x84\xd8\xec\x45\x6b\x84\xbd\xe2\xbc\xdc\xa1\xc9\xaa\xf0\xea\x24\xaa\xe6\x5d\x7d\x95\xc9\x24\xf1\xf2\x40\xc5\x35\xd1\x0c\x12\x49\xf3\xd2\x1b\x66\x87\x69\x61\x2f\xee\x2e\x0a\x19\xf2\x9c\xb5\xfb\x82\xf7\x26\x7a\xb9\xeb\xbd\xa3\x4b\xb2\x07\x7f\xbd\x5c\x2e\xab\x3e\xf9\x23\x03\xd7\xd8\x08\x18\x22\x8e\xd0\xee\x68\xbf\x77\x7f\xcc\xb4\xa2\x69\x41\xef\x50\xfe\xda\x36\xe2\xba\x72\x69\xe4\x71\xa1\x0e\x2f\x70\xdc\x02\xd2\x5b\x27\x24\x67\x2f\x9e\x94\xad\xfe\x30\x4e\xe4\x73\x53\xd6\x6a\x1b\xb7\x8f\x96\x24\x13\x92\xf3\x7c\xfd\xb3\xf0\x73\x0f\x74\x4b\x65\x22\xb7\x43\x02\x77\xda\x61\x8e\x06\xc6\xf7\xbe\xaa\x07\x62\x71\x71\x0b\x36\x92\xb4\x0e\x87\x62\x0f\x48\x3a\x59\x7d\x6d\x59\x6e\x9a\x3e\x09\xc1\x5a\x2f\xea\x7f\x58\xd0\xf5\xa2\x56\xc2\x4a\xee\x96\x40\x9d\x20\x88\x5d\x21\x03\x88\x81\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xea\x91\xfb\x9e\x3d\x35\x65\x2e\xaa\x40\x15\x91\xc3\xc1\xde\x94\xbd\x18\xe1\x12\xbb\x94\x2a\x09\x90\x78\x3e\x3a\xdb\x19\xe6\x54\x36\xd6\x4c\x83\x0e\x8b\xb5\x5e\x84\xc5\xc2\x6b\x5e\x2f\xba\xa5\xc2\x69\x5e\x31\x89\x88\xf9\x5a\x11\xe6\x5c\x9a\xbb\x6f\x16\xb3\x2a\x57\x33\xf8\xe8\xac\x46\xe9\x26\x63\x5c\x3a\xf8\x4b\x4c\x24\x11\x00\x61\xa3\x56\x24\xd4\xd8\x32\x43\x33\x15\x16\x66\x68\xbd\x24\xe7\x0e\x71\x97\x75\x2d\x2d\x34\x55\x4c\xa2\x85\xdd\x59\x2f\xc9\xb9\xc0\x5a\x3a\x39\x0b\xad\x37\xd3\x3d\x88\xa2\x8a\x76\xdb\xd2\x51\x71\xf7\xb0\x1d\xf2\xe5\xbc\x44\xf8\x88\xa2\x0c\xc3\xb3\x53\x58\x3d\x42\x63\x49\x37\x6e\x84\x39\xec\x72\x00\xb3\x17\x47\x25\x39\x17\x87\xb7\x38\x17\x01\x41\x2e\xb7\xb1\x83\x5f\xab\xfe\x9c\x3d\x51\xfa\xb7\x41\xf6\xf7\xed\x6c\xe8\x56\x75\x37\x1f\x61\xf5\x75\x85\x22\x94\xca\x12\x53\xec\x8d\x27\xb4\x6f\x4e\xcb\xd7\x94\xd5\x82\x75\x65\x37\xd9\xa1\xec\x2b\x8c\x28\x6e\xe5\x22\xd4\x9c\x6e\xc5\x10\x3b\x29\x32\xfb\x24\x8e\x61\xf2\xf3\x2a\xe2\x18\xf6\x92\x9d\xe3\xfe\xd4\xb8\x42\xca\x54\x5b\xf1\xc7\xf3\x16\x90\xeb\x08\x22\x1e\x5a\x51\x8e\x88\x87\x5d\xaa\x23\x7b\xb3\x7b\xc4\x97\xd8\x9c\xc3\xec\xe6\x1f\x66\x47\x7d\x0b\xd2\xa9\x88\x83\x80\x38\xea\x92\x87\x91\xbd\xd9\x4b\x9a\xd7\xad\xf7\xba\xc8\xe4\x30\x35\xeb\xe5\x5b\x14\x62\xa4\xb9\xa2\xc0\x9e\x9e\x00\xef\x08\x67\x23\xd6\x8d\xc9\x9a\x30\x27\x3b\x5f\x35\x94\xd8\x20\xe5\x9b\x63\x46\xb2\xb3\x2c\x82\x10\x3a\xf6\x65\x45\x57\xce\xde\x1a\x1a\x65\x5f\xc2\x98\x42\x39\xb2\x21\x93\xcd\xdf\xb6\xf8\xa7\xf8\xeb\x27\x1c\x16\x27\xe5\xe0\x2c\x69\xe6\x91\xfe\x54\x3f\x17\xc2\xe0\xeb\x74\xc2\x5f\xa1\xb2\xf5\xb4\x08\x03\xb0\x5b\xbe\x71\x88\x73\x78\x6a\x52\xab\x20\x08\x6d\xbf\x97\x10\x44\xf6\x47\x26\xf8\x9f\xa1\xc8\x5f\xa8\xc5\xfa\xe9\x83\xf1\x58\xbe\xbe\xad\x42\x38\x16\x67\x1f\xbe\xb2\x72\x38\xc2\x93\xfe\xcd\x7e\x61\xfe\x23\x2a\x32\x1c\xe1\x9d\x5f\xba\x28\xaf\x7f\xbd\x20\x42\x70\xd4\x8b\xf6\x6e\x38\xa2\x3b\x7d\xd0\x4f\x37\x43\x15\xb9\xfc\xd2\x03\x59\x07\xef\x25\xd1\x82\x1e\x2a\x8a\x25\x28\x5b\x4d\x62\x09\xe6\xf2\x2d\x1b\xde\xc6\xbd\x0d\x5f\x3e\xd0\xea\x53\xbc\x7f\x4a\x75\x45\x8c\x4d\x7b\xeb\x2d\x7e\x8a\xee\x87\x10\x17\x9d\xec\x50\xb6\x51\xd3\x54\x16\xac\xaf\x65\x0e\x63\xb0\x5e\xaa\x7f\xba\x7f\xfd\x54\xe9\x71\x29\x2a\xa0\xfc\xa1\x11\x15\xd0\xfe\x60\xf6\x9b\x1b\x41\xf4\xd4\x9b\xf5\xbf\xf5\xca\x7a\x73\xc0\x45\x23\x29\x42\xa0\xec\x3e\xf7\x5b\x1b\x40\xbb\xe3\xed\x0d\xe0\xc2\x83\xc2\x1a\xda\xe4\x5e\xd4\xe6\x79\xc3\x40\x91\x71\xe5\x7e\x8b\xa4\xd2\x92\x87\x19\x57\x31\x86\x0e\xc1\x53\x97\x91\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x2b\xbb\x4c\x21\xf7\x5b\xc4\xb6\xde\x65\x21\xb2\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x4b\xae\x5e\x74\xfc\xde\x21\x69\x2e\xcd\xd5\xb2\xf3\xab\x3f\xbe\xc9\xd2\x4a\xc8\x83\xb2\xc4\x41\x3b\x04\x40\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\x28\xac\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\x02\xee\x48\x6f\x8e\x28\x8c\xdd\xac\xdf\x10\x01\x55\x29\x5f\x28\x08\xe3\xf5\xfd\x25\x08\x57\xe7\x36\xfc\xc0\x9d\x6a\xd5\x41\xec\xa8\xfc\xe8\x0d\x3b\xaa\xf3\x55\x35\x89\xf2\x75\xe1\xa0\x33\x6d\x83\x49\x00\xc3\xbb\xfa\x0a\xfa\xc0\x2b\xf7\x95\x8d\xc8\xa5\x4a\xcb\x63\x5b\xe4\xa2\x49\x7c\x88\xb2\xe9\x97\x19\x81\x09\xcb\xfd\xfd\x1a\x9c\x64\x8c\xda\xd6\xfc\xb0\x38\xd8\x97\xae\xc5\x7e\xaf\x58\x7b\x3e\x0b\xd6\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x0b\xe7\x27\xe3\x2f\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xae\x7b\xba\x51\xc8\xc2\xac\x83\xa1\x73\xb2\xe8\x64\xc6\xeb\xe3\x59\x11\x16\xe4\xfc\x96\xc2\xb0\x04\x32\x22\xa6\x67\xc5\x9b\xfb\x56\xe0\xd5\x67\x11\x99\xa1\xf0\x1a\x7e\x50\xef\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\x07\x3c\x85\x07\xd1\x83\x9a\x63\xc7\xad\xd6\x83\x7a\xe2\xad\x30\x09\x0f\x0a\x80\xb7\x3c\x52\x3f\xab\x13\xa4\x20\xf6\xe2\x23\x1d\xba\x8c\xf4\xf7\x41\xd5\x6d\x1c\xf2\xfe\x0f\xd8\xfd\x41\x0f\x6e\x40\x63\x3e\xe8\xc1\x75\x1c\x21\x3f\x52\x83\x2b\xa8\x01\x3c\xa8\xc1\x8d\x32\x5c\x34\x9f\x9c\x46\x12\x8e\xda\x47\x99\x53\x39\x6c\x8c\x2e\x7f\x6c\xbf\x7e\x46\xd5\xc2\x8c\x30\xc1\xa8\xdd\xd5\xec\x93\x1b\x59\xb9\x57\xe4\xfc\xbb\xf7\xc9\x7d\x9b\xff\x44\xce\x4d\x84\x89\xec\xad\x6f\x71\xcf\xdc\x78\xfc\x39\xd9\xb0\x98\xbd\x9d\x0b\x57\x4a\x29\x29\x17\xc6\xbd\xd9\x3f\x24\xfe\x4e\x73\x96\xb8\x38\xfe\x61\xf8\x17\xcc\x9a\x0d\x39\xf3\x2d\xca\x85\xb3\x32\x8f\x62\x85\xaf\x61\xf7\x7b\xa1\x87\xe3\x06\xdf\x41\x93\xb1\xc6\x43\xbb\x65\xe8\x23\x56\xa6\xd9\xed\x07\xeb\x2e\xc3\x61\x78\xd0\xce\x3b\x59\xff\x36\x88\x46\xa4\x40\x0f\xca\x7a\x77\xe6\xc6\x79\x50\xd6\xeb\x78\x91\x7f\xd0\xd5\x3b\x15\xab\xf3\xf1\x0a\x92\x8e\xef\xc9\x4e\x2a\xd6\x60\xe2\x24\xe5\xec\xfe\xc7\x3b\x28\xf3\x78\x3d\xd9\xd0\xae\xc0\x79\xc8\xc9\x72\x92\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\x38\x9e\xb9\xe1\xa9\x3e\x28\x02\x9e\x86\x6e\x65\x19\x6e\x2e\xca\x32\xdc\xea\xc2\x0c\xb7\x57\x65\x19\x6e\xea\xca\xb6\x30\x37\xbd\x94\x63\xb8\xd9\x3f\x65\xb8\xc5\x65\xa1\x08\xe6\x50\x36\x2c\x7b\xbe\x65\x19\x6d\x9f\xca\x72\xce\x8a\xcb\x32\xda\xe2\x4e\x30\xda\xec\x2c\xa3\x9d\x1a\x8f\x8e\x6c\x55\x55\x93\xd1\x56\x7f\x65\xb4\x49\xbf\xc5\xd4\x20\x77\x7f\x65\xb4\x45\x13\x37\xb5\xb8\xce\x82\x82\xaa\x7a\x35\x19\xee\x74\x43\xf1\xc6\xf5\x62\x87\x47\xfc\xf3\x5b\x67\x59\xdd\xea\xaa\x42\x78\x78\x7f\x7f\x8b\x03\x15\xcf\xcd\xd4\xfa\x69\xe6\x30\x76\x41\xde\x7a\xb2\x8c\x48\x08\x02\xaf\x3a\x39\x27\x7f\x65\x44\x42\xb9\xa1\xc6\x78\xeb\x49\xf8\xa0\xc7\x78\x6a\xd6\x62\xe3\x44\xac\x08\xe5\x86\xdb\xfc\x53\x95\x0b\xb3\x80\xdd\x85\x19\x51\x76\xaf\x62\x01\x85\x62\x43\xed\xf1\x96\xbe\xc2\xc9\x86\x7f\xd6\xe4\x3d\x16\x84\x44\x6e\xc2\xb1\xa1\xe4\x35\x35\x8f\x9b\xd8\x13\xe8\x32\x3e\xb0\x1c\x3a\xca\xf6\xcf\x8e\x93\xda\xa1\xca\x4e\x2e\x70\x33\xb8\x68\xc7\x2e\xef\x04\xbb\x79\x36\xca\xae\x78\x5e\x78\x76\xe8\x8d\xf1\x20\x7b\x78\x19\x8c\x4b\x05\x5f\xb2\xef\x55\x06\xd7\x12\xca\x60\xb0\xad\x0c\x16\xa3\xca\xf4\xa8\xe1\x8f\x01\x3a\x1f\x22\xa4\xf7\xdb\xdd\x08\xff\xf7\xae\xfe\xf5\xeb\x47\x88\x6c\xbf\x88\xb8\x9a\x95\x39\xd4\x66\x76\x5b\xcf\xaf\x1f\xdc\xb0\x3f\x0a\x69\xce\x2e\x21\xa2\x79\xd3\xcc\xbc\xf0\xbb\x74\x29\x73\x7e\x13\xf4\xf3\x03\xbd\x4f\x18\xb4\x47\x51\xbb\xbb\xba\x13\x31\x49\x58\x7b\xc8\x6c\x64\x44\x8f\xc2\x79\x17\x17\x3b\xb5\x71\xab\x11\xcc\x1b\x2e\xdf\xb3\xdf\xc4\x5b\xd7\x97\xe8\x1b\x7b\x14\xf2\x14\xdf\xa3\x0f\xc4\x29\x7e\x0b\x1e\x02\x05\xe3\x43\xff\x21\x4e\x30\x21\x37\x1e\xa2\x04\x0f\x78\xb5\x0f\x41\x82\xd1\x20\x79\x88\x0a\x1c\x2f\xf3\xe7\x9a\x0f\xe1\xdb\x46\x38\x10\x8b\x3c\xdc\xb1\x2b\xe4\x54\x00\x02\xd3\xde\x41\x00\x1f\x00\xc6\xed\x77\x0a\x75\xf7\xe7\x5a\x17\xf1\x6f\xef\x1c\x7e\x88\x02\x90\x30\xd7\x0e\x0d\x7d\x01\x82\x2e\x08\x9e\x0c\x80\x85\x84\xe2\xec\x69\x01\x50\x7a\x2a\xdf\x9f\xc4\x45\x52\x42\x3b\x29\x00\x59\x32\xe5\x43\xc2\x05\xa0\xa2\x39\x1a\x8e\xe5\x02\x00\xb9\x91\xc7\xb7\x04\xaa\xec\x68\x33\x07\x00\xed\x3d\x54\x34\x03\x00\x29\xdd\xc3\xba\x33\x00\x1f\x74\x6d\x43\xab\x30\x00\x38\x7b\xed\x61\xb4\x78\x00\x76\xdc\x19\xaa\x84\x01\x28\x1a\xed\x9c\x06\xc4\x1d\x51\xc2\xd2\x33\x00\x8d\x38\x18\x21\xba\x09\x00\xfc\x5e\x34\xc9\x02\xf0\x25\x45\x8a\x01\x88\xce\xc2\x7f\x53\x00\xd0\x3c\xbd\xc2\x33\x5d\x00\xe2\xe5\x74\xf7\xd0\xcc\x0f\x80\x74\x76\xe2\x95\x70\x00\x32\x77\x46\x51\x07\x00\xa6\xfc\x81\xcf\x02\x90\x18\x5c\xdc\x39\x01\x90\xc4\xb0\x26\xb5\xb2\x90\x94\xa0\x90\x12\x00\xa4\x21\xe5\xf6\xba\x60\xc3\x73\xa3\xc0\x12\x00\xe1\xc5\x88\x8c\x10\x80\xcd\x32\x04\x76\x0b\xc0\x4b\x3f\xf1\xea\x2f\x5c\x22\xe4\xf0\x8a\x0b\x80\xeb\x3d\x74\x7d\x0f\x00\xb9\xd9\x8d\x34\x17\x80\x56\x7f\xaa\x8e\x8d\x1d\x08\x22\xcc\x00\xd0\x0f\x44\x33\x02\xd0\xac\x97\x01\x26\xe3\x8d\x84\x2d\x00\x6f\xbc\x4b\x66\x6d\x87\x5b\x01\x83\x60\xb6\x02\x80\x3a\x08\x53\xc4\x00\x70\x91\xc1\x72\x05\x80\xeb\x8c\x92\xee\x2f\x60\x53\xa2\x0b\xb0\x79\xf2\xc4\x83\x02\xc0\xd2\x4f\x86\x01\xd1\x0a\xcc\xac\x00\xe0\xc3\xa6\x85\xcb\x50\x00\x78\x84\x2c\xd9\x95\x12\xde\x1f\x56\x55\x00\x1e\x01\x8a\x5a\x91\x03\xd5\x1e\xe1\x5d\x05\xf8\x10\x1f\x41\x3d\x9d\x5d\x1d\xeb\x2e\x01\xd9\xd1\x8b\x66\xec\xc6\xd9\xd5\xa1\x95\xd4\x0a\x3e\x82\xee\x5e\xa6\x7f\xf2\x46\x8f\xb8\x4c\x4d\xd0\x22\x3c\x68\x1b\xd9\x00\x04\x2c\xbd\x26\x0d\x0e\x33\x92\x3e\x9c\xdf\xb2\x69\xae\xc2\x27\xf7\x2e\xf4\xbc\x0a\xe3\xdc\xde\x0d\x11\xc7\x1e\x00\xf8\xa4\x96\x6e\x00\xda\x50\xb5\xfc\xe9\x5e\x89\xd2\x0d\x81\x69\xb8\x0a\x15\xe0\x05\x20\x19\xc0\xee\x0a\xbf\x81\x00\x08\x89\x59\xab\x3b\x89\xac\xa5\xd7\xe6\x12\x50\xb7\xbd\x7a\xbe\xf7\xd0\xe4\x7d\x7b\x8d\xb7\xa1\x5e\xbb\x01\x38\x5a\xe9\x75\xf8\x27\xa8\x6d\xf5\x0a\x36\x5e\x89\x08\x7b\x77\xaf\x42\x36\x89\x30\x51\xf7\x34\xa2\x48\x43\x95\xb6\x2f\xe0\xc3\xec\x35\x21\x9b\x34\x89\x6c\x55\x8b\x70\x6d\x9a\x9b\x9e\x36\x1d\xe1\x84\x35\xf8\x4d\x20\xf9\x00\x60\x73\x8d\xff\x95\x00\x20\xad\xec\xad\xba\x04\xb6\x0f\x3d\x2e\xad\x00\xbc\x65\xa9\xa6\xbd\x93\xa4\xb1\x89\x70\xf9\x00\xa4\x48\x05\x07\x1b\x00\xe7\x20\x22\x7e\x06\x40\x67\x3a\x74\x2a\x03\x30\xd1\x45\xbb\xb9\x8c\x56\x22\x70\x7d\xba\xc2\x67\xd4\x73\xad\xac\x50\x73\xbd\x6b\xaf\xe4\xa1\xed\x16\x81\x85\x04\x60\x19\x84\x17\xf2\xe8\x1b\x37\x7e\x9a\x8f\x3c\x82\xa3\x72\xf7\xae\xa5\xcc\xf2\x98\x5e\xee\xe2\x56\x1e\x5c\x93\x86\x01\x9d\x00\xfa\x49\xf9\x02\x68\xb6\xe5\x2f\x40\xce\x02\x7f\xd7\xb1\x00\xa4\x2f\xe0\x01\xf0\xad\x83\xf9\x88\xc0\x16\x00\xc4\x7b\x48\xfa\x89\x2f\xa3\x3e\x7e\x03\x36\x80\x62\x00\x91\xe6\xba\x66\x3d\x4f\x69\xf5\x74\x0f\x7f\x66\x5a\x19\xb7\x7f\x42\x98\xcb\x3e\x84\xd2\x32\x0e\x79\xef\x3e\x74\x4d\xe4\xa9\x29\x9c\x97\x4b\xf0\xfe\xea\xc3\x53\x38\x79\x81\xf5\x70\x42\x21\x00\x6a\x67\xd3\x25\x84\x5b\x86\xd7\x65\x62\x28\xd0\x87\x67\x0c\x4f\x5d\x77\x0f\x5f\x42\x00\xe2\x62\x25\x7c\x7e\x00\x50\x03\x27\xbc\xba\x00\xf2\x5b\xe4\x9e\x3e\x0a\x51\xd7\xdd\xd3\x87\xbb\xf8\xae\xe9\x0b\x78\x28\xa1\x4a\x97\x76\xe1\xd0\xc6\xcd\x38\x84\x38\x00\xd5\xb1\x16\xa6\xb4\x43\x24\x40\xde\xf0\x66\xfa\xd4\x3e\xcd\x9b\x20\xc8\x25\x79\xb4\x3b\xf3\x8c\x0c\xfb\xc6\x00\x10\x36\xb7\x4f\x61\xbd\x2c\x65\x9d\x91\xa7\x4b\x54\x95\xf0\x04\x6d\x39\xc0\x9d\xc5\x3f\xc1\x62\xb1\x4f\xef\x75\xa4\xa0\x07\xe0\x66\xdf\x04\x63\x9e\x5a\xfd\x42\xfc\xf7\x74\xdd\xda\xb8\x65\x24\x90\x6d\x68\x21\x04\xa0\x60\x8c\x7a\x5d\xfe\x09\x26\xa7\xe3\xd2\x76\x28\xa3\xe3\xf3\x27\x24\x99\x01\x40\x64\x51\x4c\x56\x95\x01\x07\x6d\x5c\xc2\xe0\x45\x41\x05\x7c\x6d\x94\x39\x88\xe0\x72\xe9\x72\x2a\xf2\xf9\x38\x2e\x11\x0d\x45\xee\x69\x08\x43\x78\x00\x8b\x8e\x8e\x70\x48\x1c\x00\x9e\xae\xe3\xd6\x94\x96\xf5\xa6\xc4\x7d\xbb\xc4\x1b\xcb\xae\x5b\x04\x50\x91\x9a\xe7\x30\xfa\x28\x9b\xb8\xc1\x79\x8a\xba\x2b\x7b\x48\x4f\xb0\x8e\x2f\x20\x06\x7b\xff\x06\x60\xf3\x75\x0b\xad\x97\x3d\xf1\x4e\x70\x6b\xcf\x95\xbd\xf0\xc4\x70\xbb\xeb\xfb\x91\x5c\x46\x77\x45\x25\x26\xff\x3d\xc2\x39\x09\x00\x9c\x7a\xdc\x5a\xa7\x3a\xc2\x88\xfe\x00\xfe\xa4\xe6\x1f\xa5\x71\x43\x3d\x6e\x11\x43\x95\xb8\x94\x07\xe0\xfa\x3a\xf3\x7b\xeb\x9e\xae\xc4\x13\x3c\x80\x2a\x80\xac\x0d\x6f\x6d\xea\x2a\x37\xfd\xc3\x14\x78\x9d\x09\x4d\xef\x4b\xa7\xbe\xce\x8c\x81\x6f\xba\xfd\x93\xe2\x12\xfe\x49\x23\x04\x43\x4a\x06\xe0\x7d\xb5\x98\x68\xaf\xf2\x43\xd6\xbd\x99\xea\x24\xf0\xc6\x88\x80\x09\x00\x88\x55\x9b\xb4\x57\xaa\x5c\x85\x34\x4d\x6f\xc5\x5e\xfa\xee\x7a\xa1\x04\x00\x36\xab\x48\xe3\x6a\x8b\xe6\xa4\x5d\x5f\x31\x42\xbb\xf3\x4c\x2e\xb1\xb1\x2e\x4f\xda\x5d\x15\x7b\xb2\x03\x68\x06\x60\x59\x1a\x1e\xd2\x02\x80\x86\xff\xf0\x19\xaf\x1b\xdc\x3b\xc2\xdc\x06\x00\x75\xe4\xcb\x25\x44\x45\x5c\xd9\x80\xc1\x1c\x67\x8f\x7e\x2b\x32\xa0\x69\xf6\xba\xe1\x41\x8c\xec\x9e\x6e\x45\xe7\x0b\x4e\x42\x00\x88\x71\x36\x4c\xc4\xd7\x2d\x5f\x9a\x59\xa8\xa5\x22\x60\x3c\x00\x57\x2a\xc7\x86\x39\xbb\x8e\x37\xc1\x3a\x4c\xc4\xd7\x2d\x67\x57\x39\xfb\x27\xb8\xa1\x1a\x39\xbb\xa7\x8a\x73\x91\x85\x8d\xda\xb8\xd8\x40\x59\xd8\xa8\x8d\x0b\xff\x7c\x59\xa8\xb6\x8d\x5b\x75\x54\xff\x84\xf0\xe5\x23\x24\xee\x01\x18\x3c\xe1\x9a\x08\xf0\x36\x38\x5c\xe5\xd6\x7b\xac\x0d\x1c\x0f\x8f\x3c\xfc\x93\x05\x7a\xca\x22\x1a\xda\xc0\x58\xe9\x0a\x03\x94\x03\x50\x90\x8d\x91\x85\xe2\x1a\x1e\x81\xef\x51\x74\x6d\x34\xbc\xbf\x9e\x47\xcd\x25\x00\x2f\x94\x51\x34\x41\x6d\x65\x01\x3c\x38\xfb\x24\x09\x89\x69\x00\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\xb5\x55\xc2\x81\x64\x00\xba\x2a\xf5\x04\x2d\x1d\xca\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\x04\x35\xe4\x4a\x01\x40\x76\x8b\xfb\xfc\x03\x90\xfe\x77\x2f\xda\xb8\x6d\xdf\x78\x3e\xa9\x7a\x5c\xb5\x9d\x10\xac\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\x99\xcf\x30\x8d\xde\x36\xf6\x08\xa3\x8a\x64\xec\x0a\x38\x8f\x67\xe3\x00\x14\x90\x54\xb0\xca\x01\x60\x81\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xea\xe4\x1e\x4d\xc7\xa3\xcf\x9b\xc8\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x46\xe4\xad\xb8\x8e\xa5\x48\x2c\xdf\x56\x16\x46\xf2\x4d\x9b\xbf\xe3\xd6\xf4\x26\x72\x29\x00\x8e\x58\xd3\xda\x76\x1c\x5b\xde\x44\xce\x3c\x80\xa5\xa0\xd6\x4d\xf4\x5f\xc7\xbd\xc4\xa1\x65\x35\x41\x8b\x66\x09\x19\x12\x80\x0f\x2b\xd7\x44\xfd\x77\xd9\xff\xe0\x40\x25\x00\x8a\x12\xd4\x85\x83\xfa\xbe\x08\x66\x97\x3c\x1f\x1b\xd7\x45\x98\xb8\x05\xa0\x4a\xe9\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\xe7\xfc\xe7\xfb\x6b\x8c\xc9\x63\xca\xf4\xf5\x18\x72\xc3\xdd\x35\xbf\x83\x40\x7f\x07\xe0\x06\xf0\xeb\x87\xeb\xcd\x03\x98\x42\x3f\x5d\xd4\xe2\x50\xf0\x93\xd1\xf5\x44\x19\xb3\xe2\x38\xca\x14\xf8\x98\xdc\x02\xc3\xc4\xf2\xc0\xaf\xee\x01\xe8\x27\x76\xf1\x32\x74\x93\x0c\xdc\xb8\x1c\xc0\x6d\x80\x42\x8e\xdd\xfe\x49\x28\x84\xde\x25\x69\xdf\x1f\x80\x62\xa4\xaa\x15\x9f\x72\x13\xcb\x63\x0d\xc7\xb3\x73\x09\x24\x05\x63\xe8\x0e\x1c\x6b\x2a\x5a\x91\x87\xbf\x1c\x1b\x54\x98\x62\xac\xad\x70\xa5\xda\x5e\x63\xc9\x13\xb2\xc9\xe9\xe1\x1b\x6d\x34\x8f\xe5\x51\x34\xe4\xee\x66\x1f\x07\x51\x51\xa5\xe0\x81\xde\x44\xc4\x8f\x5d\xd8\x08\x43\x84\xde\xd8\x55\xfd\x12\xdd\x32\x76\x57\x28\x9d\xe1\x2a\x42\x1c\x76\xa6\xa3\x7d\x01\x34\x32\xbe\x00\x05\x07\x17\xf1\x32\xb6\xe3\xb2\x4e\x57\xba\x35\xc7\xd3\x95\x6e\x64\x41\xdd\x05\x5e\x8a\x12\x24\xda\x65\x18\xf9\x4c\xe1\x1a\xc5\x40\xbd\xc7\xd4\x32\xcd\xb1\xe4\x28\x42\x7b\x7a\xce\xc4\xd8\xa6\x78\x2e\x73\x76\x14\x72\x4d\x5d\xdb\x73\x7c\x1e\x22\x44\xe4\xdb\xf9\x1e\xb3\x1a\xf0\x92\xc7\x13\x4d\xf1\x9c\x6f\x55\x2a\xec\x2c\x8f\x5e\xf7\x30\x41\x3e\xd7\x94\x36\xbb\x4e\xf0\xdc\x15\x6e\x6a\x77\x4f\x77\x97\xf5\x47\x52\x1d\x52\x2c\x9c\xa1\xec\x02\x00\xb5\xf6\x2c\x74\x3d\xf7\x94\x26\xaa\x50\xdc\xdc\x4b\xca\xe3\xd9\x95\x6e\x29\x35\x17\xd7\xb1\x6d\x63\x52\x0c\x90\xd9\x50\x75\xc7\x30\xf4\x9b\x57\xff\x02\x66\xff\xaf\x80\x35\x2e\xe9\xa6\x8a\x88\x5a\xe3\x92\xe1\x9b\x36\xd4\x1a\x69\x48\x87\xbc\x08\x90\xa5\xf0\xab\xf9\x58\x0a\xbb\xdf\x53\x72\x1d\x4b\xc4\xb3\xd0\xe4\x52\x80\xba\x69\x0e\xe4\x9a\xb2\x27\xba\x75\x26\xd7\x24\xb8\xf8\xbc\xc5\xc5\x5c\xd3\x2a\x9f\xa2\x88\xd6\x1c\x68\x80\x64\xa1\xb8\x35\x89\x65\x3b\x6f\x91\x48\x6b\x11\x68\xa3\xdc\xc2\x40\x1b\xcf\xc8\x37\x0e\x9f\x01\x70\xe1\x0f\xad\xed\x01\x80\x48\xf5\xb2\xde\xd3\x7a\x26\xf3\x77\x09\x98\xb8\xda\xa7\x7b\xbe\x51\x44\x48\xe5\x0b\x08\xc7\x63\xd7\xad\x27\xee\x01\xc0\x09\xd5\x91\xdb\xb8\xd4\x4d\x97\xc7\xb2\xe7\x47\x3c\x11\x9d\xd2\x8d\x07\xdc\xbb\x5c\xad\x7c\x01\x3c\xfa\xb4\x71\x0f\x00\x37\xd7\xe9\x5b\x02\xe5\xaa\x5b\x48\x6b\xe3\x40\x36\x5d\x77\x6f\x5f\x40\xe8\x39\xdc\xdf\xe1\xa3\x16\x51\xee\xee\x3a\x88\x41\x77\xdd\xf3\x37\xe0\x81\xac\x70\xc7\x1e\x14\xf6\xd2\xf5\x2d\x11\xe4\x4d\x6e\xf5\x5b\x02\xfd\x36\xcb\x05\x36\x8e\x37\xd3\x65\xf4\xb1\xe5\x07\xf3\x4a\xed\x5b\x02\x9d\x03\xd3\xe5\xef\x59\x91\xab\x0e\x91\x59\x9f\x81\x8a\x6c\xb9\x85\xd5\x3f\x13\x73\x84\x6c\xd4\xf8\xc1\x9f\xfb\x5d\x92\x8e\xd8\x23\xa7\xa2\x35\x8f\xf1\xff\xbb\xbe\x4a\xf9\x9f\xb7\xd7\x23\xf7\x9f\xe6\x9f\x3c\xeb\x92\xd1\xbb\xd8\x47\x0f\xde\x3a\xbb\xaf\x88\x47\x5d\xce\xb3\x7e\x7f\x21\xb2\x77\xfc\x06\x0c\x18\xe2\xdf\x9f\x20\xf5\xf3\xa6\x7f\x16\x91\xd0\x72\xbf\x7f\x03\xc0\x4e\x42\x02\x0f\xbe\x29\x4f\x37\x92\x01\x08\x68\xcd\x93\x79\xd6\x4d\xb3\x7e\xfb\x1f\x00\x6b\x9a\xbe\x25\x68\x65\xe4\x6f\x1d\xa1\x32\xd4\xbf\x3d\x8f\x58\x56\xbd\xe7\x6f\x5e\x3e\x1a\x34\xb5\x07\xc0\x58\x93\xdb\x48\x52\x84\x6b\xdf\x9f\x60\xfb\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x2b\xc6\xd3\x2d\x8f\x35\x13\xe5\xec\x6e\xdf\xfc\xfe\xaf\xfc\xb9\x07\x07\x87\xbd\x4d\xcf\x05\x5e\x0c\x8b\xe5\x3c\x0f\xae\x0a\x4f\x2f\x7e\x97\x88\x7e\xb6\xfe\x6d\x23\x14\x75\xdb\xef\x02\x5b\x4e\xf7\xdc\x28\x8c\x92\x6c\x1e\xe0\x01\x20\x07\xbb\xee\x2f\x00\x4d\x9a\xef\xec\x15\x4d\xc6\xb7\xe3\xf8\xd1\xb3\xe4\xec\xc1\x93\xde\xa9\xc2\x80\x2a\xad\x80\xda\xbf\x00\x48\xaf\xef\x0a\x54\xed\x8c\xe1\xb1\x37\x44\xeb\x7e\x1f\x5b\xd3\xa6\x5c\xdf\x8e\x76\x29\x52\xb5\xf6\x05\xf0\x2a\x6f\x6e\x56\x9a\xf7\xa9\xfd\xef\x63\x19\xfd\x63\xfd\xdb\xff\xf3\xf9\xdb\x5f\xe9\xfa\xf5\xf3\x57\x3d\x03\xff\xdb\x5f\xf5\xfd\xeb\xe7\xaf\x1e\xc1\x4c\xfe\xf6\xd7\x2b\x9d\xb1\x9c\x7f\x67\x9a\xce\x9c\xbc\x62\x61\xcf\xbf\xd0\x73\xea\x01\x79\x01\xc1\x77\xd5\xdf\xfe\x7a\xe5\xf3\xd2\x38\xff\x6a\xe8\xfd\x06\xa4\x07\x04\x46\xd5\x75\x20\x67\x93\x9d\x7f\x10\xbf\x07\xb2\xf8\x15\x7e\x20\x72\x40\xf8\x95\x5c\x97\x1f\xc8\xe6\x57\xa1\xb0\x75\x56\xe0\x15\x06\x05\xe7\xdf\xc4\xbf\xea\x69\x3f\xde\xdb\xe7\x5f\xf4\x31\x08\x9b\xd7\xa6\xf6\x08\xa3\x7d\xa3\xc8\xf8\x0a\x8d\xde\xf3\x2f\x7e\x1b\x7e\xe5\x5f\x21\x1a\x3f\xff\x08\xe5\x15\x90\x06\x24\x8e\xf3\xe9\x7b\xb8\x34\x39\xff\xf8\xdd\xc1\x9e\xaf\x78\x6d\x9e\x7f\x1f\x60\x29\x60\x4f\xc0\xf0\x4d\x12\x44\xdb\x2b\x54\x3d\xcf\xbf\x4d\xb9\xd3\x42\x78\x8b\x38\xff\xe4\x28\x1f\xd8\x00\x16\xd7\x4f\x88\x95\x5e\xe1\x95\xe1\xaf\x17\xe1\x52\xc3\x34\xe3\x15\x4a\x71\xe7\xdf\xe9\xca\x45\xa9\xf5\x02\x14\x98\x3b\xb4\xa0\x5f\xe1\xd7\xe0\xfc\x3b\x7b\x24\x54\x75\x5f\x0f\x8b\x04\x01\x19\x0a\x83\xaf\xf0\xed\x7d\xfe\x45\x65\xe7\xd5\xf3\x0a\xae\xf9\xf9\x17\x28\x3c\x54\x98\xdf\xf1\x16\x3f\xff\x5e\xc0\x7a\xc0\x3e\xc0\x68\xb4\x8e\x03\x3b\x7b\xf6\xfc\xab\x51\xdd\x0c\x50\x0b\x50\x70\xeb\x63\xef\xbe\xc3\xb0\xf8\xfc\x8b\xae\x9d\x55\x7e\xdf\xd1\xb5\x77\x38\xd4\xbd\x03\x5d\xbe\x03\xef\x9d\x7f\xb4\x79\x6e\x8e\x77\x58\xc9\x9e\x7f\xb4\x19\x4a\x2a\xf7\x0e\x65\x1f\x12\x0f\x5e\x9b\xe7\xdf\xfe\xfa\xa4\x11\x5e\x92\x49\xdc\x07\xdd\x35\xa0\xb1\x9d\x23\x11\xa1\xd2\x86\xa0\xd3\xd0\x15\x5d\x08\x68\xd8\x14\x93\x88\xa0\xe4\x38\xda\x4f\x23\x78\x59\x24\xe6\xaf\x9f\x99\x05\x4e\x43\x0d\x86\x28\x7d\xa2\xc8\x94\x46\x3d\x78\x8f\x44\x89\xd2\x55\xe0\x66\xf0\xfa\xf5\x33\x09\xc7\x7b\x72\xdb\xe0\x4f\x94\xbe\x01\x7b\x30\x71\x0d\x22\x7d\x8a\xdc\x32\x78\xff\xfa\x19\x98\x7d\xa5\x11\xea\x7f\x24\xc2\xf5\x5b\x68\x5c\x9c\x9c\x4b\x87\x7b\x0a\x1c\xe0\x24\xa8\x37\x12\x98\x4f\x0a\xda\x0c\xed\x44\x8d\x2a\x82\x0f\xc3\x27\x70\x2a\x0f\x86\x1e\x89\xfa\xeb\x67\x64\xcd\x61\x68\xaf\x91\x40\xb7\x66\x4c\xc1\xbb\xe1\xa1\x48\x6f\xe8\x36\x94\xbb\x20\xa0\x21\x14\x26\xc1\x81\xf9\xc2\x9b\xe1\x11\x83\xea\x16\x74\x19\xba\xc3\x12\x1e\xa8\xd7\x3d\x02\x5d\xdd\x09\x1d\xe4\x93\x75\x1d\x28\x6c\xd7\x8b\xba\xe3\x31\x4b\x22\x94\x87\xab\xa0\xc5\xd0\xd0\x02\x45\xe7\x35\xc1\xcf\x22\x11\xda\xb9\x59\xd0\x65\xe8\xa6\x34\x53\x18\xa1\x71\x48\x6c\x76\x2c\xb5\x87\xc2\x0d\x09\xe6\x4a\x1b\x2b\x42\xa7\x93\x58\xbf\x7e\x30\x1e\x49\x23\xf4\x6c\x49\x7c\x62\x44\x85\xda\xc1\x10\x91\x28\xb8\xce\x55\x79\xcf\x78\xe0\x8e\x71\xab\xf2\x8f\xa7\x3c\x44\x8e\xe3\x56\x1f\x3f\xde\x42\x1f\x78\xfa\x38\x13\x3c\xd9\x8f\xe1\x21\xd7\xc1\x9d\x5e\x1a\x8f\x37\x3f\x62\xb7\x86\xd3\xbd\x44\x9c\xd1\x48\xc4\x79\xab\x06\xeb\x08\x11\x82\x73\x10\xeb\x30\x4d\x1f\xa1\x99\xd0\x30\x0a\x15\xcc\x93\x1b\x02\x4f\x14\x5f\x12\xe0\x40\x8f\x91\xc0\xa8\x24\x74\x05\x4f\xf6\x25\x78\x78\xfb\xc1\xd8\xe3\xe4\x9a\xc1\x60\xc5\xd0\x09\x4b\x33\xbb\xd1\x3c\x80\x17\xc1\xa7\xe1\x20\x5b\xfc\x1c\x9e\xec\x16\x3c\x2e\xdc\x0b\x3f\x0c\x27\x5b\x0d\x8f\x9b\x11\xc3\xcf\x34\x8b\xeb\xc7\x58\xb9\x74\xaa\xaf\x06\xe3\x57\x16\x57\xce\x69\xd6\xf5\x16\x78\x7d\xce\x21\x2d\x8c\x29\x1e\xed\x24\x72\xa8\x87\x31\x61\x6d\x08\x1c\x0c\x8b\x81\x8d\x54\x42\xf8\x47\xa2\x46\x25\xf4\xb0\x7b\x44\x48\xa5\x1a\x0e\x4a\x13\xb1\x0c\x49\x44\xe5\x5a\xa4\xe1\x1e\x86\x2a\xef\x48\x1a\xe7\x10\x66\x98\xb0\x09\x1a\x4e\x3d\x13\x81\x0c\x49\xbc\x03\x19\x59\xd5\x17\xaa\xe3\x7f\x45\x88\x7c\xd2\x0c\xad\x3a\x12\x81\x4f\x30\x74\x4c\xd3\x07\x96\xc0\x70\x67\x03\xd2\xd7\xb7\x57\x31\xc4\x64\x03\x37\x6a\x09\xf7\xc1\x24\x82\x08\xc1\x73\x5d\x5a\x5d\x38\x0f\xd7\xa0\x07\x1e\xf3\xb9\x7c\xd6\x16\xba\x6c\x06\xbf\x75\x78\xe4\x9d\x2a\xe1\x99\x25\xad\x8f\xd0\x01\x6e\x9f\x0e\xd6\x8b\x5e\xee\x60\xed\x92\x78\x43\x74\x67\xe0\xeb\x16\x1c\x75\x6a\x1c\xe6\x24\xcc\xb1\x48\xa0\x6f\x14\xea\x6b\x09\x43\x19\x12\xf5\xd7\x4f\xc1\xdf\x57\xc2\x3a\x85\x44\xfa\xf5\x53\x6a\xa6\xd5\x47\x1b\x7f\x3f\xb2\xbd\xe8\x02\x17\x83\xeb\x57\x21\x3f\x8f\x8b\x65\x3c\x89\xf4\xeb\x07\x45\xe2\x93\xa9\x86\xf6\x5f\x3f\xa1\x13\x10\x99\x21\xe8\x69\x02\x54\x73\x32\xc5\xd0\xfa\xeb\x87\x08\xfb\x27\xd3\x0c\x8d\x7d\xc0\x58\x4e\xf6\x5b\xc7\x04\xd5\x4e\xe0\x3b\x0b\x1e\x4b\x94\xb0\xf6\xcb\xe3\x66\x0f\xe7\x01\x2e\x28\xb4\x99\xdc\xeb\x74\xf6\x2a\xce\x60\x4f\xa6\x18\xda\x7e\xfd\x74\x62\x09\x9e\xdc\x34\x38\xdc\x93\xa1\x08\x7c\xb2\xdb\xf0\xd7\xaf\x9f\x56\xb2\xa0\x6f\x43\x3f\x67\xe8\x82\x2e\x75\x23\xd0\x03\x5e\x28\xf3\xc8\xee\x46\x10\xa5\x28\xb3\x9f\x4c\x37\x74\xc5\x65\x97\x05\x7e\x1b\x1c\x15\xdf\x01\xd5\xfd\x7a\x12\xa0\xcc\x41\xe9\xbe\x05\x87\x96\x6d\xb8\xe0\x3d\xd9\x65\x38\xe5\x0b\xf3\x3a\x96\xca\xc3\x7a\xbc\x6e\x0d\x72\xac\x65\xf8\x99\x3f\xb4\x66\xf3\x18\x5b\xe3\x09\x05\xee\xde\x6e\xc0\xa1\xf1\x4b\xe2\x10\x01\xd8\x7c\x9d\xdc\xcb\xe0\x40\x82\x38\xc6\xcd\x63\x79\xfc\x30\xf8\x2e\x82\x18\x65\xdf\x6d\x27\x11\xe5\xbd\xd9\x96\x3b\xb9\x20\x5a\xcb\x68\x82\x17\xc3\x47\xf4\x86\x39\x58\xee\x24\xe7\xe1\x22\xe4\x7a\x1e\xdb\x73\xb6\x03\x97\x5e\x45\xe5\x5f\xde\x2b\xd0\xeb\x37\x11\x32\x4e\xf6\x23\x78\x60\xb6\x1b\x5f\xe5\x27\xbb\x0c\x8f\x20\x42\xf8\x88\x3e\xd9\x47\xf0\xe8\xe6\x8d\x0f\xe3\x93\x1d\x86\xcf\x80\xdf\x49\x70\xd7\x1f\xec\xc3\x7b\x6a\x36\x5f\xbb\x18\x1e\x6e\x9e\xf0\x65\x7a\xb2\xdf\xf2\x41\xd3\x4e\xad\x6d\x38\xf7\x23\xd1\x80\x4f\xc1\xb7\xe1\xaf\x80\x6b\xfa\x43\x61\x30\x12\x93\x76\x8b\xea\x99\xd5\x70\xea\xa9\x6c\xd7\x8f\x4f\xf5\x87\x0b\x34\xdf\x02\x0f\x83\xe3\xee\x9f\x49\xe0\x8f\xc1\xe1\x34\x48\x93\xf0\xf1\x5e\x08\xca\xa2\xb7\x4b\x95\x78\x09\xc3\x12\x67\x60\xd8\x9b\x47\x70\x14\x49\x8c\x98\xfa\xa0\xce\xf2\xac\x3a\x65\x13\x47\xe4\x72\xf0\x94\x09\xb8\x45\x02\x05\xae\xd0\xd2\x97\x14\x9f\x44\xe5\xdd\xdf\x80\x83\x92\x4f\x22\xd8\x9f\xd8\x8b\x9f\xec\x23\x38\x82\x40\x9c\x34\x16\xc4\x5e\x24\x6e\xe0\x09\xf8\x56\xfd\x61\x8b\x9d\x6e\xec\xd7\x0b\xe6\xc5\x91\x38\x5b\x17\x7d\xd7\xc8\x6d\x83\x31\x35\xe8\x01\xd6\x42\x9d\xc4\x2b\x6a\x51\x2f\xdf\x60\x84\x93\xc0\xa5\x57\xbb\x04\x7f\x1b\x1e\xfa\x16\xe8\xa5\x97\x1d\x1e\xe2\x48\x84\xb3\x3a\x88\x94\xb2\x1f\xf7\x3e\xde\x69\x07\x5e\x81\x2f\xf5\x3e\xf4\x82\x0b\x44\x5d\x35\x6e\x3f\x09\x06\x1b\x96\x08\xd5\xcf\x9c\x0a\xd2\x4d\x37\x38\xb8\x8e\x9b\x9b\xe3\x24\x52\xc0\xc3\xcc\xa1\x8e\xc4\xbe\x3c\x89\x12\xf0\x42\xfd\x69\xaa\x9e\x24\xb5\xdc\xa0\x1a\x4f\xf6\x11\x7c\xd1\xcd\x22\xf8\x32\x3c\x98\x82\x37\x61\xcd\x4e\x76\x19\x2e\x6d\x5e\xda\xcd\x63\x02\xcf\x11\x7e\xf0\x36\x98\x1d\x78\x12\xcc\x4e\x65\x58\x65\xa8\xfb\xe1\x8a\x47\xb7\xe7\xc9\xbd\x0c\x0e\x76\x77\xa8\x75\x9c\xac\xab\x29\xaa\x26\x8c\x11\xea\x28\x90\xc2\x27\x31\x80\x4f\xc1\x5d\x1e\x0f\x82\x84\xa7\xaa\x3c\xba\x48\x9c\x5e\x42\x08\xd5\xd1\x38\x84\x95\xb7\x12\x9c\xc8\x8f\x14\x3b\x48\xec\x03\xce\x54\xd2\xb6\xfa\x1e\x8e\x36\x0a\x7e\xd2\xeb\xe8\x53\x33\x8f\xbe\xc3\x24\x22\x51\x45\x8b\x95\x44\x50\x10\xb9\xd6\x3f\x93\x53\xd5\x58\xbf\x82\xf5\x0f\x9e\x62\x2a\x26\xfb\x56\x2a\x23\x05\xfa\xb1\xc2\x66\x25\x81\x19\xe4\x64\x01\x96\x87\x16\x66\xfb\xe9\xe6\x52\xa9\x63\x79\x86\x16\x11\x3c\xd4\xd9\x05\x51\x76\x12\x31\xa1\x38\x53\x3d\xd9\x65\xf8\x46\x69\x39\x07\x7c\xbb\xd9\x30\x61\x46\xe5\xea\x53\xc7\x6b\xa8\xf8\x8b\x10\xf5\xd8\x65\xd4\xf1\xf2\x7a\x05\x56\x4e\xb7\x67\xfa\xb5\xb6\xe1\x2f\xe0\x74\xe7\x33\x54\x3e\xf0\x5e\xba\xf1\xa0\x5f\x51\xaf\x25\x11\x3c\x27\xbc\x64\x55\x14\x01\x49\xc4\x69\x81\x5e\xae\xf3\xd2\x68\x67\x38\x5c\x2b\xf8\x42\xab\xf3\x02\x93\x9c\x04\xd5\x30\x2a\x94\x75\x49\x7c\xa2\x1a\x26\x79\x66\xde\xc0\x27\x71\xf6\x09\xfc\x82\xea\x77\xc1\x49\xa0\x05\xcd\x68\xa7\x77\xf3\x0c\x59\x7b\xba\x09\x03\x5a\xa7\x38\x06\x27\xd1\x4f\x35\x2c\x15\x9a\x7f\x24\x08\xf3\x3b\x68\xb5\x83\x97\x2b\xa1\xd4\x0f\x3c\x26\x67\x0e\x90\xfe\x49\x04\x09\x8a\x47\x95\x8a\x3a\x3b\x89\xd8\x39\x38\x2d\xaf\x73\x0a\x35\x10\x85\xfb\x50\x73\xd4\x33\x97\xca\x13\xb9\xfa\x06\xcf\xd6\x39\xb7\xe1\xb1\x03\x0b\xce\x49\xea\xf4\xd6\x99\x0b\x86\x75\xb9\xe9\xe7\xf6\xec\xe0\xe1\xf9\x86\xd0\xaf\x44\x56\x25\x81\x42\xf3\x4d\xfd\x22\x01\x2a\x51\x52\x4f\x79\xea\x7f\x79\x1e\x14\x3b\x94\xa0\x89\x95\x08\xa0\x24\x02\xef\xe3\x5a\xab\x12\xb5\x93\x44\x68\xc7\x63\x6f\x78\xb2\xdd\xf0\xf1\xeb\xa7\x60\x95\x7d\x72\x6f\x83\x03\xc7\xe0\x32\xba\xce\xf7\x50\xf7\xa5\x3b\x8b\xdb\x8c\x4a\x70\x46\x12\x28\x9b\x27\x86\xa5\x67\x7b\x55\x84\x41\x39\x4d\xa8\xd3\x7b\x90\x00\x76\xa5\xc4\xbd\x52\x89\xdb\x46\x22\xf8\xe9\x84\x21\xab\x2b\x69\x8b\xaf\xc4\x16\xc7\xf5\xcd\xc9\x2e\xc3\xd1\x60\x0f\xea\xf6\x64\x1f\xc1\x91\xd5\x61\x40\x5e\x57\x82\x5e\x3b\x09\x66\x93\x3d\x4b\xa4\x1d\x12\xa8\xa4\x83\x3a\x57\xe6\xde\xaa\x04\xd4\x29\x15\x2c\x46\xc4\x1a\x12\x6c\x86\x20\x07\xeb\x32\x46\x5d\x81\x51\x4b\x68\x9a\x9c\x9c\x46\x85\x19\xeb\x29\x1e\x7b\x6a\x55\xc3\xab\x54\xe5\xd9\xcb\x44\xa5\x20\x71\x10\x30\x86\x9a\x75\xf5\xa5\x4e\x12\x7e\xbf\x14\x6e\x45\xac\x10\x49\x9c\x03\x57\x59\x2a\x8c\xf7\x48\x54\x1c\xcf\x30\x97\x4b\x97\xd9\x5a\x52\x07\xbf\x98\xb3\x2d\xec\x85\xc7\xee\x52\x39\x28\xb8\x40\x26\x71\xc0\xc4\x55\xaa\xeb\x0d\xc9\x57\xf1\x1b\x7c\x17\x8c\x9c\x2b\x9e\x76\x49\xc4\x55\x59\x32\xe5\x3f\x90\x9a\x55\x9e\x6e\xef\xa2\xa9\xfc\xe8\xfc\xa0\xab\x76\xe0\xcc\xcd\xe3\x39\x08\x05\x9b\x74\xe3\xf7\xa1\xee\x4b\x3b\x01\x47\x9e\x05\xb3\xa7\xba\x2f\xa1\x58\x5c\x35\x16\x8c\x99\x2a\x0e\x01\x49\x48\xd9\x9e\xe2\x62\xc8\x54\xdc\xfe\xa5\x9b\x37\x65\xdd\x59\xbd\xc1\xa7\x5e\xba\x31\x3c\xaf\xf8\x20\x8b\x04\x66\xae\xa5\xd3\x9b\x0a\x27\xb5\xe2\xcb\x2b\xdd\xf8\x59\xaf\xb8\x8c\x22\x71\x28\x50\x77\x7e\x4c\x35\x8b\x7c\xbc\x60\xad\x5b\xd1\x2f\x20\x71\x70\x1d\x1c\xb2\xba\xa7\xe6\x72\x4f\xcd\x25\xa7\x64\x4f\x5d\x04\x5b\x86\x76\x35\x28\xd9\x8a\xf5\x08\x09\xb4\xf6\x59\x42\x48\x40\x12\x67\x83\xc0\xf3\xac\x7e\x9d\x57\xbf\xce\xeb\xc5\x60\xb7\x50\x0e\x6a\x7b\x05\xfe\x5e\xc5\x7b\x09\x09\x44\x18\x6c\xbf\x2d\xfe\x5e\x45\x3e\x5f\x30\xf6\x92\x46\x1f\x89\x19\x60\xc6\xf4\x12\x91\x82\x3d\xdb\x5d\x2a\xf8\x6f\xfb\x72\xdb\xba\xdc\xea\x4d\xab\x6f\x5d\x03\xf8\x4b\x28\x5d\x13\xfc\xf6\x02\xbe\x59\xc0\x0a\x9a\xdb\x62\xe4\x9d\x44\x4c\x59\x05\x81\xec\xc7\x53\xf9\x4c\xc1\xb3\xe0\xc9\x70\x14\xfb\xc1\x67\xfb\x99\xc3\xf0\x19\xbe\xde\x04\x5e\x9a\x32\xf4\x50\x3a\x26\xcd\x6d\xdc\xf4\xf2\x24\x3a\xce\x98\x7b\xc0\x93\xe1\x29\x7a\x4f\x54\xef\x66\x3a\xb0\x41\x07\xa6\xbb\x06\xdb\xf6\x64\x3f\x86\x3f\xc0\x2b\xf0\xad\x6a\xe2\x25\x5e\x42\xd4\xf2\x69\x68\xa7\x91\xf8\x1c\x70\xe0\x89\x36\x84\x9d\x4e\x22\xf0\x84\x3b\x53\x19\x53\x83\x07\x5f\xc6\xe8\x7f\x26\xb1\xda\x68\xdc\xdb\x27\xc1\xcc\x8d\x2c\x78\x36\xbc\x00\xa7\xaf\xcd\xad\x37\x68\x68\x8e\x62\x1b\xdd\xf5\x74\xd5\x33\x6f\xc1\x3f\x86\x33\xe6\x49\xfd\x1d\x5c\x7a\x12\xf8\xb7\x8e\xb3\xd2\xc6\x18\x1a\x45\xd8\x88\x14\xe2\x51\x34\x08\x40\x12\xe7\x42\x21\xc0\x40\x1b\xcb\x53\xb4\xa8\x1d\x0f\xf5\x6d\x2c\xf7\x12\x9f\x4e\x21\xe7\x3e\x39\x4f\x74\xe8\x2c\x9e\xe2\x43\xf0\x8f\xe1\x54\x93\xa8\xfe\xc5\xfd\x70\x12\x61\x08\xd0\x3a\x93\xf0\x1e\xaa\xfe\x8d\x2f\x82\xda\xe9\xe5\x67\xa9\x9e\x0f\x6a\x27\xf8\x8d\x6b\x43\xbc\xac\x66\x13\x0c\x18\x68\x6d\x3c\x4b\xf5\x3f\x78\xba\xc3\x9a\xb4\x8d\x67\x6b\x12\xb0\xfd\x9b\xd8\xf0\xb6\x99\xb4\xc4\x33\xe1\x7e\x0f\x0f\x58\x6d\x26\xf5\x5f\xcc\xe0\x52\x63\x3f\xb7\x99\xa1\x93\x4f\x22\xea\x27\x72\x45\x9b\x08\x2b\x23\x71\xff\xfa\xa9\xb8\x77\x6a\xb0\x86\x49\x2c\x82\xe8\x53\x4d\xd1\x9a\xcc\xc2\x7e\x0e\x85\xc1\x93\xe5\x94\x9e\x44\x3d\xd5\x54\x15\xdf\x2f\x83\xdf\x14\x8f\xd1\xce\xa6\x59\x9b\xb1\xb7\x2a\xbe\x04\xda\xec\xee\x4c\xa7\x33\xea\x7b\x77\xe5\x1d\x14\x80\x7d\xf1\xc9\x7e\x0c\x67\xad\x26\x73\x20\x8a\xaf\x41\xf1\xa5\x1b\xf3\xd9\x36\x75\x7d\x9e\x44\x3b\xd5\x4f\xa6\x60\x4e\x4d\x4d\xf0\x8a\xee\x12\xd6\x4a\x27\xcb\x95\xd2\x60\xe5\x56\x9c\x8a\x9d\xdc\xcb\xe0\x37\xa6\x3a\xaa\x66\xbb\x78\xbc\x94\x1b\xac\x9a\x36\x97\x67\x1e\x75\xd9\x89\xcb\xa6\x36\x17\xd8\xf4\x24\x02\x0f\x62\x4c\xdc\xe6\xf6\xdc\x84\x1b\xab\xa4\x10\x37\x6d\xbe\x90\x0a\x35\x82\xbd\xd7\x3b\x53\x5c\x9c\xdd\x86\xb9\x49\xe5\x61\xda\x08\x8d\x4c\x22\x66\x3e\x4c\x8e\x3e\x8d\x10\xa6\x24\xe2\x61\xdd\xe2\x61\xdd\xd6\xcd\x03\xb7\xad\x1b\x74\xda\xc3\xae\xbe\x2d\xef\x33\xe9\x4e\xf4\xc1\xe4\x10\x06\x93\xc4\x06\x4e\x79\xbd\x70\xa5\xa4\x9c\xee\xce\x79\x58\x19\x6a\xb5\x29\x2e\x63\x1f\x49\x70\xf7\x27\xab\x3f\x6c\xc0\x55\x0d\xaf\xea\x0f\xc8\x68\x75\xe1\xd9\x85\x7d\x60\x69\x95\xfe\x74\x9d\xb7\xd5\xc1\xd7\xf8\x46\x6f\xcb\xd8\x42\xfe\x1d\xfa\x50\x79\xdd\xb8\x4d\x8e\x03\x0a\xe6\xd2\x6d\x49\xe2\x75\x12\x81\x17\x08\x99\xde\xd6\x82\xbc\x6d\x10\x55\x77\xc1\x1b\x45\x5b\x6b\xa9\xfe\x75\xd6\x41\xf1\xce\x1a\x81\x7b\x48\xdc\x54\x93\x05\xff\x18\xfe\x00\x8f\xcd\x43\x6c\x1c\x12\x1c\x67\x55\xbf\x79\xaf\x36\x02\xd7\x9c\xf2\x4c\xf3\x86\x7c\x39\x09\x86\xd5\xa9\xe7\xe5\xee\xbf\xd4\x7d\xb0\xe0\x7a\x0d\x2d\xef\x0b\x13\x2c\x42\x92\x36\x22\x45\x90\x98\xa7\xfb\xa0\xf0\x25\xee\x4e\x83\xf8\x3b\xdd\xa1\xfa\xcf\x54\x35\x1f\xa8\xa3\x91\x28\xff\xf1\x2c\xe0\xdb\xe6\x1e\xe0\x6a\xa2\x1b\x90\xd8\xa7\x7a\x6d\xaa\x8f\x5b\x8d\xe8\x02\xa7\x38\xbd\x7c\x74\xd3\xac\x87\x9b\x66\xe4\x26\x78\x37\x1c\x4b\x2e\x6e\x88\xf5\xe8\x48\xc8\x3d\x7e\x27\x9c\x5b\xc3\xd7\x3a\x89\x12\x5e\xe2\x3a\x60\x15\x97\x53\x72\xf9\x37\x6d\x5b\x82\xaf\x86\xef\xe5\xbb\x20\x71\x6d\x38\x10\x26\x41\xf5\x8c\x76\xfb\xa2\xdc\x8d\x07\x2e\x4c\xd0\xb6\xa7\x16\x51\x2a\x8f\x7d\x32\xdc\x2d\x1e\xc5\x49\x04\xee\x25\xf2\x46\xdb\xd3\xdd\xc4\x1f\x45\x27\x18\x46\xc3\x2d\x1f\x89\x78\x6f\x13\xe8\xb2\x99\x2e\x6b\xd0\x65\xb5\xb0\x86\x26\xcb\x9a\xd5\x26\xeb\x25\xb8\xab\xd9\xaa\x06\xb4\xb9\x25\x30\x3d\x89\xd0\x45\xeb\xea\xfe\xe3\xee\x6b\x96\x71\x98\xdb\xc7\xcd\xd6\x3f\x89\x60\xf5\x81\xf0\xfa\xc8\x74\xff\x24\x82\xfa\x08\x45\xac\xc8\x56\xc3\x43\xdf\xa5\xde\x94\xaf\xec\xcd\x93\x08\xaf\x34\x71\xd2\xfb\x68\x9c\xdc\x93\x08\x1d\x57\xbc\x9d\x75\x5f\xff\x9d\xeb\x3f\x89\x75\xdc\xc7\xe0\x26\x3e\x89\xd7\xaf\x9f\x0a\x73\xb7\x8f\xc9\x0e\x3f\x7b\x23\x1c\x54\xd5\x24\xb8\x7b\x83\x35\x4b\x41\x61\xa2\x8f\xe9\x66\xa7\x9a\xad\x74\x67\xba\xfa\x70\x49\x99\xc4\x81\xee\x63\xbb\x1e\x9d\x44\x82\xab\xf4\xf1\xe2\xf1\xd5\x91\x72\xdf\xa5\x8f\xf2\x67\x62\xab\x0f\x54\x6f\x22\x81\xf5\x59\x63\xd4\xa8\xd5\x44\x82\xc5\x0c\x34\xdf\xc7\x7b\xa8\xbb\xc1\x39\xaf\x88\x7c\xfa\x78\x7b\x6d\xde\x1c\x48\xa2\x78\x9c\xac\x8b\x6b\x74\x9d\x6a\xc4\x47\x3f\x09\x66\x23\xc8\x8c\x0e\x47\x3c\x12\xf1\x54\x2c\xc4\xb8\xee\xf3\x62\x6f\x9d\x44\x70\xae\x46\xe0\xb7\x3e\x2f\xae\x8b\x3e\x75\x8d\xe0\xbf\xb0\x4f\x3d\xc3\x4e\x22\x8e\x18\xd1\xda\xce\xc9\xa1\x5d\x04\xe0\x77\x19\xc1\xd1\xea\x33\x81\xc7\x4e\x22\x62\x9b\xe1\x63\xb8\x4f\x5d\x0b\x27\x71\x28\x81\xa6\x6a\x0a\x78\xe9\x24\xb0\x18\x4b\x34\x5b\xb5\x68\xb3\xe2\x63\x1b\xff\x9b\x27\xfb\x36\x9c\xf2\x99\x7a\x9a\xb6\xe2\x0c\x05\xf9\xda\x93\xc0\xd0\x8a\x27\x11\xc4\x1c\x71\x87\xfb\xec\x53\xa3\xc5\xae\x7a\xdc\x86\x6f\x95\x0f\x5f\xb1\x95\x97\x4f\x37\x5d\xd2\xa1\x4b\x2a\x4a\x20\x32\xed\x20\xd1\x08\x32\x50\x05\xdf\x86\x63\xf5\xc6\xce\x9a\x92\x8b\x9d\x44\x3a\xd5\xc4\x5b\xa0\x63\xcd\x4a\x22\x9c\x8d\xe3\x70\xb1\x63\xc3\x4a\x62\x44\x71\x5a\x15\x3b\xeb\x24\xa2\x96\x5e\x04\x1e\x06\xaf\x00\xc7\xa9\x98\x92\xfb\x9e\xc4\x9b\xca\x19\xe9\x9a\x6a\x34\xa8\x96\xda\x27\xf3\xab\xdb\xef\x24\xc2\x4d\x35\xbe\xfd\x4e\xb6\x18\x1e\x87\x62\x34\x55\xe3\xed\x81\xcf\x52\x29\x6b\xf4\xb9\xb6\x7a\x13\x8c\xd5\x8a\xe7\xd0\x3e\x25\x3d\x3e\x89\x70\xe1\xad\x33\x0a\xc7\x8b\xc4\x21\xe4\x42\x99\xf5\xe4\xb6\x6a\x0f\x0e\x57\x85\xc4\xe8\xf3\x3d\xb4\x09\xde\x44\xa5\x24\xcc\x63\x9f\x7a\x70\x9e\x44\xa7\xf6\x2e\xb8\x56\xfb\xcd\x59\x20\xa4\x7b\x37\xe7\xeb\x24\x22\x54\xd0\xa5\x75\xfa\x78\xce\x3e\xb8\xe0\xe5\xbd\xd3\x4d\x82\x75\x48\xb0\x3a\xc0\x77\xf3\xd1\x51\x9b\x98\x58\x0f\x22\x97\x75\x02\xd1\x93\x08\x34\x4b\xcc\xe2\xbe\xa4\x69\x72\x12\x11\x5e\x04\xa7\xeb\x7d\x65\xc3\xa5\x4f\x8a\xf7\x9c\xbe\xb2\xf6\xc7\xca\x18\x90\xc0\x54\xee\x4b\xc2\x81\xae\xc8\xc6\x13\x51\x65\x5f\xd2\xcc\xea\x8a\xb3\x5b\xf0\xad\xd3\x57\x73\x3d\xe1\xf8\xba\x12\x90\xb5\x63\xcf\x48\xe2\x8d\x29\x64\x6c\xa8\x35\x84\xd0\x08\xcb\x59\x11\x30\x76\xfc\x68\x91\x88\x25\xbc\x83\x2d\xd8\x97\xb7\x25\x7e\x8d\x2a\xf2\xc5\x4e\x60\x42\x12\x74\x86\xcd\x4d\x2c\x3e\x12\xd1\x19\x36\xc2\xda\xae\x65\x53\x4b\x65\x48\x46\xae\x44\x69\xab\xc4\x9c\xea\x4b\xc2\xce\x93\x60\xe6\x07\x7d\x79\x0b\xd9\xac\xb0\xff\xac\x53\x13\xfc\x11\x2a\x26\xea\x51\x4a\xa1\x13\xfa\xe9\xeb\xf1\x90\x1e\x0d\x09\xd4\x4d\x94\x1b\x12\x0b\x78\xec\xb3\x2d\x25\xbc\x4e\x38\x91\x94\x6e\xea\x27\x5e\x07\x89\xf0\x2d\xc9\xfb\xb9\x13\x61\x83\x44\xec\x27\x5c\xf4\xf4\x2d\x3d\x9f\x93\xc0\x96\x11\x24\xb7\xb3\x2e\xca\x9d\xd1\xb5\x27\x3a\x57\x27\x56\x03\x09\xc1\xa9\xdf\x48\x74\x0b\x89\x12\xaa\xa5\xef\x36\xd4\x6e\xc3\xc3\x80\xe6\x01\x27\xe4\x24\xc2\xdb\x3c\x3a\x22\x27\xfb\x36\x3c\x9c\xc7\x13\xab\xa8\xef\xce\x33\xeb\x24\xe2\xfe\xe7\x8d\xd8\xf7\xd4\x1a\xee\x70\x92\xd5\xc2\xb4\xec\xd3\xb7\x28\xee\x8e\xb7\xe6\x7b\xa0\x48\xd8\xf1\xd6\x4c\x62\x9e\xe2\x45\x60\x51\x1d\x7b\x1d\xe4\xd0\x6e\x4d\xce\xf2\xa4\xc5\x6b\xaa\x11\x24\xab\x6f\x91\xed\x1d\x69\x68\x4a\x48\x52\x3a\x52\x4e\x12\x9f\x28\x2e\x30\xaf\x82\x93\xb8\x0f\x58\x33\xf9\xf6\x4a\xe1\x15\xb1\x08\x83\x6c\x63\x8a\x1d\x98\xa2\x69\x23\x6c\x3d\xc9\x4e\x02\xc3\xd5\x61\xf8\x30\x3c\x46\xa4\xfd\xf1\xf6\x7a\xbc\xb5\x1e\x93\x21\x3d\xba\x33\x71\xdc\xd8\x6e\xd0\x8a\x39\x53\x5d\x9c\xa9\x7a\x69\x39\x1e\x57\x83\x13\x81\x09\x67\x61\x58\x6d\x65\xa0\xb6\xd2\x08\x62\x77\x72\x8f\xc0\x41\x39\x24\xb4\x31\xc6\xc8\x88\x57\x4e\x22\xfc\x89\xe2\x6c\x74\x8c\x0a\xce\x3d\x89\xd3\x1b\xe4\xc0\x27\xd7\x0d\x0e\xbe\x2b\x6e\x42\xc7\xe8\x4c\xfc\x49\xc4\x0b\x02\x17\x5b\x27\xab\x66\xe3\x2a\x6d\xf8\x3b\x1c\xd6\x19\x39\x89\xa0\x03\x90\x42\x0c\xeb\x8c\x9c\x44\xa8\x72\xcf\xfc\x67\xe2\x6a\x58\xc6\x38\x90\x31\x36\x24\xee\x03\x17\x4c\x24\x42\x24\xd9\x35\x34\x69\x56\x0e\x34\x2b\x5b\x56\x57\xf5\xa0\x1f\x08\x13\x1b\x12\xee\x61\xcd\x91\x93\x08\x7c\x4c\x1c\xc7\x31\xf4\x9e\x3f\x89\x40\x17\x38\xb8\x1c\x63\x2d\xb5\x8a\x4b\xef\x4e\x1c\x9a\x93\xed\x86\x63\x57\xdb\x29\xff\x1a\x82\xa3\xa8\x3d\x8a\xa6\x42\x42\xc4\x81\x10\x31\x25\x9e\x9a\x63\xbc\xbc\x60\x81\xf5\x1a\x02\x93\x81\xeb\x15\x12\x0f\xc5\xa9\x46\xb7\xe1\x80\xa2\x4c\xc9\xc3\xfa\x70\xd7\x9e\x44\x98\x2a\x96\xa0\x00\xc7\x94\x64\xfd\x24\x12\x76\xb8\x97\xe0\xd3\xf0\x05\x3c\xea\x9f\x69\x09\x9e\x08\x6d\x48\x00\x91\x31\xb3\x86\x35\x33\x61\x60\x61\x2a\x9f\xec\xc7\xf0\x07\x2b\x5e\xda\x2d\xb0\x41\x4e\x22\x53\xbe\x03\xd7\x70\x67\x89\xe1\xe2\x09\x75\xcc\x02\xc5\x71\x12\x18\x03\x67\xaa\x11\x3f\x7f\x4c\xf8\xf9\x09\x27\x7f\x27\x7b\x1b\xce\xb0\x0a\xdd\x69\x9c\xa2\x93\x60\xda\x42\x72\x3f\x10\x36\x92\xc0\x2e\xb8\xd2\xae\xb4\x3b\x4e\xa2\x62\x51\x7c\x09\xfe\x36\x9c\x69\x9e\xb4\x3b\x5d\xcf\x24\xe6\x7d\x51\xf9\xc9\x6d\x3e\xa0\xd7\x92\xc2\x79\x0f\x73\x8f\x06\x94\x59\x43\xcd\x78\xc0\x33\x22\x81\xdd\x72\x5c\x65\xc3\x04\xd6\x10\x81\x55\xaf\xd1\x05\x9f\x86\xaf\xa8\x46\xe0\xad\xde\x2f\xae\x32\xd4\x91\xc6\x7c\x6d\x55\xff\x22\xca\x15\xd2\xb9\x01\x8f\x89\x04\xf6\xc2\x20\x93\xf9\xe1\x8a\x38\x89\x46\x79\xc1\xbd\x58\x1f\x3c\x03\x85\x4b\x9a\x93\x5d\xaa\x1f\x7f\x40\xd5\xb3\xf6\x08\xc9\xcc\x87\x18\xfa\x2d\x51\xcf\xc3\xd5\x77\x12\xa1\xd4\xc7\xe4\xaf\x9b\x2b\xe2\x24\x98\x4c\x8e\x16\xbc\x2a\x12\xc1\x72\xeb\x1c\x21\xdc\x3f\x91\x08\xeb\x06\xfc\x54\x8f\x95\xd5\xfd\x95\xcf\x6a\xb6\x1a\x94\xd4\xc9\x6d\x83\xe3\x55\x81\xde\xf2\x58\x59\x6b\xb8\xc2\xf6\xa3\xa1\x47\x34\xcc\xca\x1a\x62\x65\x55\x3c\x3c\x0f\xfc\x98\x91\x78\xe8\x0d\xd5\x14\xde\x03\x27\xc1\xa4\xb1\xd5\x56\x71\xf5\x58\xe8\x54\x1e\x39\x63\x15\xa1\xa9\x15\xe1\x8a\x5a\x53\xe7\xdb\x54\x2f\x1b\xa1\x91\x90\x11\x0d\x9c\xd8\x92\x78\x87\x9b\x3e\x7a\xe3\x0d\x4b\xb4\xf7\x94\x10\xbf\x8c\x25\x15\xf5\x81\x47\xd5\x03\x67\x8e\xa5\x48\x7e\x12\x41\x25\xd7\x64\xf8\x32\x3c\xd0\x51\xcd\xcc\xc2\xd2\x12\xae\x08\x52\xd0\xf0\x22\x38\xf0\xbb\x46\x82\x66\x0b\xd5\xbc\x3d\xf5\xf8\x0c\xab\x5c\xf3\x83\x50\x9d\x24\xf2\xaf\x9f\xd6\xd9\x80\xcb\x58\x6a\x09\x4b\x35\x50\xfb\xfa\x08\x1b\x11\xb7\xb3\xf5\xa0\x2d\x06\x41\xc4\x48\x04\xc9\x5e\xbb\xe0\x90\x28\x83\xe8\x5f\x07\x1e\xd5\xec\x04\x2d\x72\x12\x0c\x36\xf8\xd5\x27\xfb\x36\x3c\x1c\x86\x07\x93\x75\x6c\x6c\x88\x22\x11\x9d\xe4\x4e\xdc\x59\x53\xb3\x33\x5e\x19\x3b\xe0\xa2\x99\xdf\x65\x84\xb6\x69\x90\x45\x63\x77\x2d\x2b\x71\x4c\x5a\x9f\x34\xd9\x79\x19\x0f\xa2\x92\xdc\x13\x86\xe6\xb0\x3a\xd9\xd8\x5a\x3f\xe4\x1c\x27\x3b\x0c\x9f\xe1\xbc\x51\x60\xdd\xc3\xc4\xed\x68\x61\xc4\x77\x72\x42\x7f\x1b\x27\x17\x43\xf3\x8b\x58\x92\xc4\xa0\xf6\xd8\xab\x56\x3e\x1b\x52\x3e\x9b\x83\xdd\xb4\xa7\xab\x9f\xd0\x57\x88\xc9\xc6\x96\x99\xc1\x49\x64\xe0\xf4\x7e\x6b\xb9\xb1\xf9\x4d\x29\xdc\x7c\x7d\xc6\x16\x7f\x72\xe0\x94\x3f\x25\xa4\xbd\x03\x27\x97\x24\x6e\xe0\x0c\x4b\x14\xd9\x80\x22\x4b\x09\x65\xd7\xb1\xdf\xee\xcf\x5b\xfd\xa9\xb4\xfb\x5e\x2e\x7f\x36\x42\x1b\x5a\xd7\x8f\xab\xc7\x45\xf7\x84\x2d\x3a\xf6\xc7\xfb\xe3\x43\xb4\xc0\xf0\x85\xf3\x19\x5b\x24\xfe\xc0\x17\x5a\x53\xa4\x93\x71\x41\xd8\x9d\x44\xdc\x79\x48\x4b\xa6\x35\x83\x4f\x82\xd1\xe2\x76\x7c\xdc\x8c\x76\xa2\xad\xd6\x26\x31\x2d\x46\x66\x69\x4f\x82\xbb\x04\x97\xeb\x43\xf8\xe6\x24\x02\xcd\xe1\x7f\x73\xa2\x8d\x4b\x22\xae\x4e\xc5\x7e\xc3\x5f\x0f\x09\xa2\xb3\xe3\x21\xde\x0c\xb8\x09\x03\xee\x1e\xf0\xb6\x27\xf2\x3b\x12\x85\x38\x68\xf7\x9f\xa9\xac\x39\x1a\x0f\xd6\x09\x07\xef\xae\x8a\xf6\x69\xf9\xdf\x44\xfe\xd7\x14\xf1\x77\xe8\x19\x31\xe5\xf3\x6c\xc0\xca\x9e\x56\x14\x9b\x28\x8a\x9d\xd6\x3b\xf0\xa5\xd9\xe8\x38\x8a\x26\xa4\xc3\xe8\xdc\x64\x27\x11\x73\xad\x18\xb7\x08\x0f\x49\x7c\xa2\x38\x73\xa1\xc7\xc8\x49\xb4\xf0\xaa\x4a\x67\x86\xa7\x5a\xa7\x08\x77\xb0\x73\x8c\xa9\xa9\x1b\xec\x2b\x84\x32\x27\xdb\x0c\x67\xea\xbe\xe5\x5f\x86\xc7\x45\xd9\x09\x01\x30\x86\x3b\x3f\x88\x8e\x89\x10\xe7\x64\xb5\x64\xa1\xdc\x79\xe0\xec\xa0\xe1\x6e\x8e\xad\xf2\x4c\xce\x74\xfd\x53\xf5\x13\x9d\xc2\xdc\xcb\x89\x0b\x9a\x03\xa7\x9f\xa2\x59\x27\x34\xeb\x68\xd5\x60\x57\xb3\x71\xc4\x40\xd8\x16\x6b\x2f\x9f\x04\xd3\x40\x9c\x81\xa1\x67\xf8\x49\xc4\x05\x3a\x09\x7b\x30\xf6\x10\x3c\x02\xa3\xdc\x55\x81\x8a\xc6\x76\x37\xb7\xba\x89\x6f\xfb\xf1\x76\xfd\xd0\x0b\x9d\x17\xd2\x1c\x1f\x6f\x91\x0f\x34\x34\x17\xf4\x1c\xa2\x0b\x26\x46\x3b\x5d\xe1\x96\xc7\x67\xab\x9a\x8f\x66\x47\x1b\xfd\xf1\x2a\x3e\x5a\x45\xa2\x5d\x8d\xc7\xab\x15\x3a\xbc\x5d\xa1\x64\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\x4a\xe1\xff\x24\x58\x5c\xc2\x17\xcc\xc6\x23\xf1\x24\x98\x35\x42\x2b\x4c\x99\x8a\x9d\xc4\x3c\xd5\x13\xa3\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\xf8\xf6\x29\x13\xb2\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x94\x8f\xde\x0c\x21\x93\x89\xeb\xc6\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\x84\x0a\x98\xd3\xa3\x9a\xb0\xb7\x10\xb2\xcc\x29\xd5\xf4\x89\x9b\x81\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x0e\x7a\x29\x2d\x4b\x8d\x93\xa0\xf3\xac\xa0\xd5\xc6\x26\x6a\x63\xfd\xd6\x54\x4a\x5d\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\x6b\xc8\x18\x69\x7e\xdc\x17\xf9\xaf\x9a\x5a\xa9\x8f\xc7\x4a\xa8\x6a\xf4\x5b\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x5c\x4b\x8b\x78\xca\x70\x7d\x4c\x85\x2d\xbe\xb5\x41\x56\x44\x56\xbd\x8b\xc2\x8f\x8b\x51\x73\x12\x61\x88\x9b\xd8\x7e\x98\xac\x93\x08\x06\x8e\xe2\x69\x5a\x96\x3a\x91\xa5\xf6\x5b\xa1\xfd\x93\x0e\xd5\x4a\x78\xa4\x43\xe7\x7d\x9a\x6e\x9c\xa2\x1b\xc7\x54\x80\xef\xa2\x05\x5c\x85\x6d\xe9\x70\xee\x05\xea\xf6\x24\xa8\x47\x21\xd5\x8b\xf6\xdf\x2a\xa1\xde\xee\xe0\xe4\xc5\x83\x2d\x0a\x20\xaf\x98\xfb\x65\xbb\x1a\x75\x47\xa1\xce\xc5\x1e\x3a\x09\xaa\xa1\x97\x55\xbb\x78\x45\x40\x47\x47\xff\x5b\x0d\x0a\xff\x24\x46\x80\x89\xe9\xec\xbb\x61\xc5\xdd\xe0\x18\x57\xe6\x29\x4e\x78\x8a\xa7\x2f\xb4\x29\x1a\x68\x12\x6a\x21\xa5\xa9\x48\xfb\x46\xea\x88\x77\x7b\x52\x88\x68\xd1\x46\x27\x11\x7d\x51\xf4\x74\xe9\x09\x9c\x04\x11\x1f\x15\xda\xbd\x7b\x44\x04\x5f\x4b\x53\xe1\xc1\x87\x6b\x1f\x0a\x73\x04\x52\xc7\x67\x3d\x09\x22\xbc\x2a\xf2\xf8\xd2\xf6\x5b\x4b\x31\x84\x15\xaf\x7c\xb9\xfe\x90\xee\xa6\x4b\x71\x74\x4d\xf3\x9e\xc4\xd9\xc5\x49\xe1\xaf\x37\x2f\xf3\x93\x78\x02\x4c\xab\xdb\xbb\x29\xdc\xbf\x75\xd4\x3c\xe7\xda\x5e\xbe\x90\xf4\xa6\xa4\x10\x44\x4b\x72\xa7\x89\xc5\x57\x4a\x88\xc7\x4e\xf6\x6d\xb8\x3a\xa3\xf2\xae\xfe\x45\xf5\xc4\xaa\x5b\x52\x41\x3e\x89\x15\x60\xd5\x22\x1c\x04\xab\xb4\x63\x52\x3b\x97\x74\x4b\x4f\x02\x9f\x14\x8a\x64\xfe\xf2\xba\xbe\x14\x00\x95\xb8\x2d\xeb\xed\xce\x04\xb3\xa1\x67\xa2\xbd\xad\xb7\x77\xb6\x38\xef\xf0\x6d\xe7\x7a\x2f\x9d\x90\xb7\x03\xdf\xab\x1a\x2f\x14\xa1\x69\x12\xe6\x51\x73\xc9\x66\xee\x24\xf0\xfe\xa2\x48\xef\x1f\xd7\x1f\xef\x4f\xdc\x52\x47\x4e\xe7\x92\x68\x2d\x28\xe4\xce\xf5\x78\x67\x63\x75\x96\xbf\xa1\xb5\x41\x88\xdb\x9e\x64\x8a\x63\x30\x33\xd6\x7d\xcb\x8f\xcd\x37\x52\xf3\x23\xb8\xbc\xc6\xdc\x8e\x5c\xec\xf2\x0b\xaf\x36\xed\xbf\xd9\x0f\xb6\xf2\x3f\x89\xab\x2d\x9d\xeb\x93\xc0\xd3\x8d\x83\xec\xea\xbc\xed\xa2\x20\xcd\xdf\x28\xb9\x6f\xc3\x15\x02\xdf\x11\x69\xb3\xe0\x90\xa0\x53\xc1\x41\x65\xbd\x7d\x12\xc0\xa7\xc3\xb5\xbe\x0d\x8f\x15\x73\xe8\x53\xcd\xf4\xae\x9a\x69\x05\x3a\x95\xc4\xec\x24\x14\xa7\xd4\x51\x40\xbb\xe1\x84\xf6\xfa\x86\x9a\x64\xd7\xee\xee\x98\xa2\x8e\x40\x08\x0e\xdc\xa8\xec\xe4\x4b\x93\x37\x84\xeb\x76\x08\xc9\x7a\x51\x18\x47\x3d\x2f\x4e\x02\x17\x99\xd9\x01\xff\xb6\xe1\x11\xba\xe7\x1b\xf8\xef\x63\x30\xa1\x82\x14\xc5\x69\x1b\x1e\x66\x59\xbd\x38\x74\x99\xa8\x10\x24\xe8\x29\x3b\x44\xef\xf6\x24\x6c\x62\x15\x15\x87\x2b\xdb\x06\x47\x80\x36\x87\xe7\x1a\x9a\x82\x17\x61\x07\x15\xca\xe8\x25\x54\x87\x1e\x64\xba\x1c\xe2\xe8\x25\x9c\x86\xff\xa8\xd3\xa8\x83\x52\x69\xa1\xe2\x81\x9c\xb2\x03\xaa\x89\xf7\x3c\xf7\x9b\x48\x5f\x8a\x7e\xf9\x5e\xcd\x60\xe2\x29\x39\xec\x91\x6a\xff\x68\x7e\x15\x6e\x4a\x66\x39\x27\x81\x67\xa3\x46\x3c\x09\x09\x9d\xec\x96\xa5\x16\x47\xdc\x61\xbd\x4f\x82\xf8\x39\x8e\x10\x33\x00\xc7\x7a\x8d\xaa\xf8\x1e\xb2\xe0\x7b\x60\x2e\x8c\xf6\x0d\x83\xb1\x01\x4f\xc5\xd9\x21\x50\xc0\x92\x06\xfc\x49\x84\x11\x5c\x12\x34\x1b\x1a\x7e\x06\x08\xf8\xb1\xa5\xe4\xf5\xb0\x63\x3a\x3a\x12\x0f\x2e\xbe\x48\x0c\x2c\x26\x55\x7c\xbb\x78\x5c\x19\x43\xc1\x1a\x44\x77\x3f\x28\xe6\x4a\xb1\xe4\xf1\x33\xf8\xe1\x19\xdc\xa7\x62\x17\x88\xd4\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x75\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\xc1\x42\x3d\x09\xb5\xed\xae\x08\x4b\x7b\x8e\x6a\xf0\xb9\x5c\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x25\xc1\x8c\x13\xf1\xae\x75\x05\x7b\xe0\x18\x3d\x04\x92\xeb\xc3\x61\x23\x96\xa1\xc1\xdf\x56\x2c\x88\xa5\x7e\xbc\x34\x18\xc5\x81\x10\x34\xb4\xc1\xc7\xed\x80\x10\x8f\xa0\x21\x12\x95\x14\xef\xd9\x6f\xd7\x11\xba\xe1\x0a\x17\xb3\x45\xdd\x3f\x3b\x10\xae\xe3\x7f\x3c\xda\x52\xfb\x89\x0d\x7b\x7f\x83\x3e\x44\x9f\x49\x62\x00\x7a\x5d\xc5\xdf\xf6\xef\x6f\xf2\xab\x71\x39\x38\x04\x76\xe6\x4a\xc6\xef\xe4\x50\xed\x00\x7e\xd7\x89\x7f\xa5\xab\xe5\xef\xef\x7e\xd7\x59\x31\x62\xfc\xdd\x97\xf6\xbb\xce\x88\x9e\x7c\xdf\x5d\x7e\x7e\xd2\xc2\x64\x91\x24\x18\xbe\xc9\xd9\x58\xdb\xf0\x27\x95\xec\xf0\x87\xed\xc7\xaf\xc7\x4a\x29\x39\x71\xfa\xf7\x75\xc7\x17\x34\x98\x92\xf8\x95\xcb\xff\x4d\x7d\xe4\x64\xfe\x75\xfd\xfd\x6f\xff\xe7\xff\xb5\xfe\xfe\x7f\xaf\x7f\xfd\xfc\xbc\xfe\xf3\x1f\xff\xf8\xfc\xdb\x7f\xbc\xff\xe5\xf5\x1f\x3f\xff\xc7\x81\xfe\xbc\x3f\xcf\xbf\xfc\xdb\xe7\x1f\x9f\xff\xf7\xdf\xff\xf3\x1f\xaf\xcf\xcf\xdf\xff\xfd\xef\xe7\x57\xf1\xf7\xff\x05\x00\x00\xff\xff\x9d\x99\xe5\xcd\xd0\x44\x03\x00"); -var _ebgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbc\x4b\xaf\x27\xbb\x75\x9f\x3d\xef\x4f\xb1\x87\x7e\x07\x7e\x55\x17\x92\x45\x02\x1b\x0d\x24\xbe\xc0\x42\x60\x27\x88\x9c\x0b\x10\x64\xc0\xab\x72\x80\xa8\xcf\x41\xeb\x68\xa0\x6f\x1f\xf0\x79\x4a\x8a\x2d\x38\x38\x83\xc6\xbf\xc9\x2a\x92\xab\xc8\xdf\xba\x2f\xee\x5f\xfd\xcd\xaf\xff\xf6\xd7\xdf\x7e\xf8\xf9\xe3\x57\xff\xe9\xfb\x8f\xfd\x37\xf3\xe7\x8f\xf5\xc3\xb7\xf1\x7d\xfe\xfe\xc7\x3f\x7c\xef\xf3\xa3\xcd\xdf\xfe\xf0\xed\xcb\x97\xf3\xfa\x18\x3f\xf4\x9f\xff\xd4\xe4\xa7\xff\xae\xfe\xf4\xe5\xcb\x1e\xff\x9b\x3f\xfe\xfe\xe7\xf9\xbb\x5f\x7f\x5b\x3f\x7e\xdc\xbe\x37\xfe\xf0\xd3\xfb\xee\xc7\xc7\xaf\xfe\xf3\xfc\xed\x0f\xbf\xff\xf9\xfb\x1f\x3f\xfe\xea\xdf\x8d\x1f\xdb\xfc\xff\x3e\xc6\x5c\xbb\xff\x3f\x7e\x1f\xf3\xfb\x0f\xdf\x7e\xfb\xf1\x57\x7f\xf3\x4f\xbf\x39\xff\xdc\xfd\x9b\x3f\xfc\xf4\xd3\xff\x9e\xbf\x9b\xdf\x7e\xfe\x48\xf4\xcd\x6f\x83\xdf\x2f\xbf\xfa\x9b\x7f\xac\x3f\xfd\x53\xfd\xdd\xfc\xf8\xd5\xdf\xfd\xf3\x3f\xfc\x87\xbf\xfe\xf7\xf1\xaf\xff\x81\x27\x3c\xf8\xaf\xf3\xfb\xef\x7f\xf8\xf1\xdb\xc7\xf5\xff\x1f\x47\xf9\xbf\xdd\xff\xfc\xc7\x9f\xe6\xc7\xf9\x4e\xf0\xdf\xff\xcb\xaf\xff\xf6\xe3\x7f\x9c\x1f\xe7\xf1\x71\xc5\x98\xaf\xff\xf9\xf6\xff\xb7\x7f\xfc\x71\xcc\x8f\xc3\xd6\x25\xe9\xfd\xc7\x31\x7f\xff\x53\xed\xf3\x7b\xfd\xf6\xdb\xf9\xe5\xe3\xe3\xf3\x38\xbe\x7e\x7c\x7c\x7c\xe6\xe3\xeb\x6e\xe5\x27\x1c\x5f\x3f\x3e\xff\xfe\xef\xfe\xfe\xef\xbe\x6e\x1a\xff\xe2\xfd\x2f\xa7\xd3\x7c\xfb\xf1\xe7\x31\x97\x7d\xcc\xf0\x79\xae\xaf\x1f\xe7\x1e\xf1\x2f\x1f\x7d\x39\x8f\xe3\x5d\xf7\x87\xd1\xff\x57\xfd\xfe\xe5\x33\x97\x70\x7f\xfd\x38\x9f\xe7\xcc\x34\x3a\x8d\xeb\xa6\x31\x76\xe3\x0e\xcf\x6e\xc4\x93\xc6\x91\x76\xa3\x26\x1a\x67\xa0\xd1\x68\x64\x26\xa8\x4e\xf0\x30\xa6\x3a\x41\xb6\x31\x7d\xc2\x6b\x7d\x39\xf5\xb1\x1b\xa3\x38\x35\x4f\x46\xdd\x8d\x7c\x46\x1a\x4e\x7d\xfa\x5a\xf7\x09\x14\x0c\xa7\x3e\xcf\xdd\x98\xd2\x76\x42\xf5\xbc\x78\xed\x62\xcc\xbc\x7d\xc2\x6c\x8b\xa9\xef\x6b\x8f\xa9\x7b\x5f\xcf\x27\x87\x48\x83\x09\xce\xe4\x93\xe1\x93\xbd\x4e\x8d\x92\xc3\x1e\xd4\x38\x6d\x6c\x42\xeb\x73\xda\x28\x34\xd8\x90\x8b\x0d\xa9\xcf\xc3\x93\x78\xd0\x70\x82\xc8\xd4\x4f\xf3\x35\xc7\xf8\x3d\xf1\xa2\xc1\xa2\x97\xb4\x3d\xae\x13\xf7\xf7\xd4\x9a\x6d\x30\x75\x4b\x36\xa0\xba\xb1\xce\xe5\x27\xb4\xf7\x35\xa8\x6e\xc5\x27\x50\xdd\xdf\x75\x68\x4c\x27\x48\xd0\x36\x99\xe0\x7e\xf6\xa2\xed\xdd\x90\x7c\xd3\x88\x4c\x50\x02\x0d\xc7\xe4\x44\xc3\x45\x4b\xa4\xe1\xa2\x1c\x70\x0b\x2e\x5a\x7c\xcd\xcf\x06\x14\x2d\xf8\xd9\xc5\xd7\x24\x27\xef\x3d\x68\x31\x7b\xf4\x2c\x1a\x99\x20\x3b\x81\x1b\x7f\x1f\x50\x10\xc5\x01\x1b\xdf\xd2\x7b\xda\x4c\x90\x9c\xe0\xda\xaf\xf5\xb4\x8f\xbe\x1c\xd7\xde\xd1\x0e\x76\xca\x01\x94\x3b\xd8\xc9\x25\xed\xd7\x06\x5f\x5a\x0e\x36\x64\x30\xe6\xb9\xef\x4c\xc3\xd9\xee\x42\x43\x58\x9e\x17\x0d\xc9\x09\x27\x8d\x69\x83\x27\x1e\xfd\x1d\x6e\x1a\xef\x6b\xac\xe3\x69\x97\xcc\x18\x4f\xfb\xe6\xb0\x46\x8d\x36\x12\x8d\x77\x51\xc8\xa9\x2e\x7a\xf1\x9a\xa7\x7d\x83\x9d\xd1\x85\x32\x70\x19\x42\x39\x1c\xfb\xc9\xe4\xb0\xf2\xf1\xec\x27\x73\x53\x1d\x4e\xd6\x9c\x10\x1d\x4e\xbe\x7a\xa6\xcd\x72\xe7\xc3\xf8\x09\xd1\xf9\x78\x22\x8d\x66\x23\xd1\x98\x5f\x3f\x2e\x0e\x67\xd6\xf7\xa5\x87\x46\xfb\xfa\x11\x2e\x0e\x6a\xb6\xf0\xf5\x23\x94\x83\x99\xc0\x5d\x3e\x60\xeb\xd9\x8b\x0d\x86\xf7\x0d\xe9\xc4\xbe\xcc\x71\xec\x11\xf0\xf1\x9c\x92\x9b\x6d\x2c\x1b\xd0\xbb\x5c\x30\xef\x89\x57\x7c\xbe\x7e\xdc\x37\x0f\x16\x30\x09\x42\x6b\x45\x17\x01\xa8\x2b\xbe\xe3\xf7\x27\xae\xf4\xd8\x88\x34\x18\x73\x1f\x85\xc6\x1e\x73\x9c\x50\xb9\xf6\xf1\xe5\xcc\x67\xad\xe7\x9d\x2c\x21\x5d\x5f\xa9\xf8\x6f\xc9\xc9\xd5\x0e\xdf\x64\x58\x7f\xbf\x81\xf9\x7a\x62\xa5\x64\xe3\xa5\x81\x65\x7b\xa5\x51\x0e\x1a\x7b\x07\x4b\xf0\xff\x1b\x0d\xe9\x96\x86\xf1\xbe\xc5\xa7\x22\xb1\xf2\x51\xd8\x83\xd5\x6d\xf0\xa9\x6b\xef\x67\x08\x08\xb6\xb5\xf6\x31\xc5\xbd\xa1\xe5\x88\x12\xb3\x99\xb5\x1c\x69\x7c\xfd\xb8\x8f\x2d\xf0\xca\x01\x4e\x43\x48\x89\x86\x3b\x55\xf2\x6e\x80\xd3\x00\x0b\x94\xe3\x3d\xe7\x52\x76\xc3\xf3\x3c\x0f\x66\xde\x6c\x13\x8f\x83\x07\xeb\xfc\xfa\x11\x9f\x7d\x04\xe5\x4c\xd1\x97\x4e\x1a\xd3\xc6\xb5\x1b\xcf\xdb\xb8\x77\xa3\x6e\x4e\x0d\xe9\xb6\x71\xf9\x64\x53\x79\xb6\x4d\xcc\x15\x1c\xd3\xdf\x25\x37\xcd\x57\x08\x7b\xcc\x73\x6d\x32\xaf\x14\x7c\x92\x68\x0c\x1b\x9b\xe6\xab\x9d\x1b\xa6\x81\xff\x5e\xfb\xbf\x7b\x8d\x8b\x99\xd2\x0d\xf1\xd7\xd8\xab\x1f\xe9\xa2\x31\x5f\x8a\x99\x76\xbd\xa4\xec\xef\xba\x93\xab\xb3\x95\x77\xad\x36\xf6\x87\xdd\xdd\xd7\xb6\x00\x28\xf7\x3b\xc1\xd6\x31\xe5\x9e\xef\x98\x40\xa3\xd9\xd8\xe4\x07\x64\x65\x3e\xb7\x92\x2a\x61\xcb\xca\x27\xdc\x7b\xe6\x20\xd0\xce\x73\x53\x1f\xc0\xc5\x91\xa2\x8d\x77\xfc\x26\x2d\x06\x3f\x72\x0b\xb7\x12\xa3\xd4\xf0\x05\x51\xa4\x9f\x5b\x43\x94\xd8\x5d\x66\x4b\xba\x12\xb7\xfe\x4c\xe7\x96\xe2\x25\xb1\x7d\xb1\x30\x3e\xa1\xb3\xf3\xb9\x45\x60\x49\xe9\x9d\x6c\xd3\x9c\x86\x1b\xbb\xc5\x4c\x49\x73\xaf\x19\xc3\x66\x8e\x92\x80\xdc\x79\x6c\x09\x56\x72\x7a\xd7\xdc\x4f\x32\x6a\x2d\x3e\x1c\x53\x06\x40\xf1\xe1\x64\x72\xbd\x6d\x3c\x34\x96\x0d\xc6\x6c\x49\xb1\x85\x16\xb3\x35\xb7\xf0\x6d\x24\x5f\x2b\x34\x1e\x9f\x30\xb5\x9a\xec\x8e\x4c\x8d\x26\x8b\x0f\xa7\x93\x9b\x9f\xf0\x3e\x69\x8a\xc0\x8b\x46\xf7\x09\x14\x70\x6e\xf1\xe1\xa8\x32\x62\x33\xa3\xda\x4b\xee\xc1\x27\x50\x20\x0f\x9f\x89\x09\x86\x6a\xc0\x09\x64\x48\xa4\x45\xc9\xaf\x0d\xe2\x04\x43\xbb\x25\x31\xc1\xf4\xb3\x39\xd2\x3c\xdd\x1d\x4e\x31\xbb\xa3\x0f\xa7\x90\xd7\x41\x83\x53\xcc\xcb\x23\x29\x7c\xe9\x92\x50\x8e\x34\x2f\x09\x85\xc1\x32\xa7\x10\x1f\xce\x37\xc3\xf8\x19\xd9\x5b\xf2\x52\xf7\xa4\xbd\x68\x09\x97\x7b\x10\x68\x48\x0e\xa7\x5d\xc0\x41\xbe\x38\x9f\x82\x82\x88\xcf\xe5\x6b\xc9\x27\x4e\xa0\x05\xb0\x45\x57\x29\xc1\x93\x03\x14\x25\x7a\x72\xa9\xd0\x50\x79\x3d\xc7\x2f\x48\xc9\x52\x92\xc3\xb6\x2e\x2a\x25\x09\x92\x0b\x22\x10\x13\xf1\xb9\x58\xf7\x79\x29\x62\xdd\x27\xdb\x60\x29\x64\x46\xbe\x80\x42\xa9\x6e\x10\x1c\x54\x40\x59\xbe\x38\xfd\x52\x5d\x27\x38\x26\xfa\x84\xa9\x5f\xdb\x34\x3a\xc6\x45\xef\xbd\xc3\xa5\x79\xc6\x0f\xdb\xf0\xe2\xef\x86\xd0\x26\xa1\x08\xaa\xd2\xd5\xe1\x0f\xeb\x74\xed\x4c\xa0\x50\x86\x2a\xf8\x61\xd1\xe1\x3a\x99\xa9\x5f\x5c\x3c\x50\x3d\x5f\xaa\x59\x47\x79\x8e\x71\x5b\xca\x94\x6a\x8f\x48\x89\x82\x82\x2a\x65\xbe\xb3\xf9\x04\x76\xc0\xec\x2d\x65\xca\x0e\xd9\xa9\x97\x07\x4e\x63\x89\xe6\x7b\x37\x6a\x78\x3f\x21\xd1\x40\xa4\x60\xad\x94\x1a\xc4\xd2\xb6\x2f\x4a\x8d\xf2\xd3\x36\x77\x4a\x8d\x52\xcd\x91\xd4\x84\x7e\xbb\x63\xa1\x71\xfa\x9a\x8d\x97\x36\x1b\xd2\x06\x07\xd4\xe4\xc9\x6d\x9d\x56\xea\x6b\x2f\x15\x1b\xd5\xd7\xa0\x2d\xbd\xac\xca\x3a\x8f\x30\x95\xb6\x07\x98\xde\xcf\x4d\x43\xab\xa8\xd8\xf0\xe4\xb6\x8d\x55\x6a\x75\xe3\xe1\x9a\x5a\x1d\x83\xf0\xaf\xaf\x25\x55\x6c\x14\xd7\x81\x82\xea\x31\xc2\x4f\xb5\x79\x24\x81\xa9\x9b\xac\x8a\x88\xd3\x6e\xce\x37\xca\xaf\xbe\xd2\x26\xb0\x8e\xd2\xe6\x9d\x0d\x69\x13\x9f\xe0\x6c\xdd\x27\x7c\x42\x13\x21\x9e\x42\x7f\xa7\xe6\x4b\x87\x8c\x1f\xd8\x6b\xb4\x51\x0e\x88\x84\x3a\x5e\x72\x68\xbc\x70\x89\xd0\x26\x5c\x02\xb0\xac\xd3\x03\x46\x60\xd6\xe9\x5e\xc3\x18\x75\xbe\x66\x22\x53\x4f\x45\x02\x5c\x52\x5f\x99\x02\x97\xd4\x25\xc8\x61\x8c\xba\xfc\x84\xb8\xc7\x68\xd3\xc7\x87\xd3\x6e\x2f\x76\xb6\x53\x50\x5a\x74\x51\xc4\xa2\xf6\x79\x7c\xd2\x4d\x03\x15\x16\xe0\x1f\xed\xf3\xf8\x24\x1b\xcd\x27\x91\x86\x78\x4b\x36\x86\x4f\x36\x39\x4d\x88\x85\x6d\xf5\x94\x86\x09\x7a\xa9\x5d\xdb\xab\x5b\xc0\x41\xdb\xf2\x20\x16\xc4\x50\xc3\x36\xbd\x8f\xdb\x21\xce\xec\x64\x8f\x33\x17\x1b\xa2\xc5\x99\xab\xe0\x85\x67\x9b\x66\x47\x28\x3e\x81\xce\xc8\x91\xb6\xea\x6c\x30\x56\x7b\xb5\x56\x66\xb6\xe6\x6c\xc0\xad\x61\xaa\xe4\x08\x9b\x36\xf4\xee\x51\x92\x0d\xb6\x20\x23\x97\x9b\x5a\x3c\x9e\x36\xba\x4f\xc2\x2f\xc9\xcb\x86\x7c\xc9\x11\x8d\xd4\xfa\x2b\xdb\x21\xaf\xbb\x2e\x66\x45\x03\x30\x39\x62\x56\x34\xc4\x50\xcc\xb0\x53\x53\x93\xc7\xd3\x46\xf4\x09\x5f\x8e\x8b\x1c\xb3\x1b\x3c\xe6\xd7\x8f\xe7\xcc\x3e\x58\x3e\x80\xd4\xc9\x99\x44\x34\x4d\xc3\x91\x8e\x59\x6a\xa6\x6b\x5e\xbe\xe6\x9a\x52\xa3\xae\xcb\x52\xa3\x2d\x14\x11\x22\x6d\x62\xd7\x66\x64\x40\x9b\x7e\x1b\x20\x6d\xcb\x09\x9c\x6d\xe3\x32\x64\x44\x40\x5b\x08\x94\x88\xb4\x6c\xf8\x35\x39\xc2\x4c\x1d\xed\x76\x06\x64\x55\x47\xbb\xe5\xf8\x36\xde\x31\x85\x06\x18\xcd\xef\x18\x30\x1a\x91\x48\x5d\x5c\x67\x64\x62\x8f\xf7\xd7\x8f\x24\x5f\xf4\xe8\xa6\x21\x0e\x7a\x74\xd3\x10\x07\x3d\x26\x9f\xd8\xe8\x36\x98\x39\xba\x9d\xe8\x95\x0e\x92\x23\x5e\x7d\xe9\x08\xcb\x1c\xe1\x73\x7c\xd0\xa8\x95\xd5\x93\x34\xc3\xe6\x5d\xc1\x19\xdf\xf1\xf9\xeb\x47\x2e\x60\xb7\x27\x49\x7e\xe7\x92\x64\x38\xb6\x23\x37\xef\x70\x3a\xb1\xc4\x6c\xff\xad\xf4\xf4\x12\xe3\x93\xe9\x13\xbe\x66\x73\x52\xce\x2e\xf9\x78\x34\x7e\x33\x06\x68\xcc\xc9\x86\xfb\xec\x32\x72\x52\x74\x32\x39\x29\x83\xf0\x5e\xdd\x1a\xb4\x79\xd7\x36\x8e\xc8\x82\x0e\x27\xc5\x0c\xc7\xf7\x2a\x69\xc8\x82\xde\x64\x04\x0c\x94\xbe\x25\x65\xc2\x07\x2f\x7d\x0b\xca\x4b\x41\xdb\xbb\x24\x63\xb3\x76\x90\x1e\x0b\x7c\xd4\xb7\xd0\x7c\xf2\xed\xff\x9d\x0a\x7e\xef\xd3\x93\x81\xc5\xfb\x94\x16\x58\xbc\xbf\x38\x43\x2d\x77\x8c\xa5\x58\xc4\xc9\x72\x19\xb4\xaa\x6e\xff\xa3\xde\x18\xca\xbf\x02\x82\x06\xa0\x89\xb8\x66\x65\x04\xc7\x14\xc7\x48\x1a\x70\x18\x51\x56\x29\x36\x4e\x9f\x44\x1a\xd1\x46\xa2\x21\xa1\x38\x5a\x63\x7b\xb1\x25\x25\xdf\xaa\xdb\xa3\x75\x95\x37\x88\xc1\x99\x19\x83\x88\x05\x00\x0d\x41\x93\xe0\xee\x91\x34\xe7\x39\xce\xf1\x68\x09\x20\xca\x86\xc7\x59\x80\xd3\xf0\xd0\x0a\x10\x32\x84\x90\x13\xfc\x30\x38\xb4\x58\x80\xc0\x50\xfc\x25\xf8\x61\xe0\xcf\xc6\x82\xb0\x19\xed\xb6\xc1\x04\x18\xed\x39\x05\x1b\x7e\x1a\xea\xc0\x80\x44\x4e\xc1\xc6\xe3\x13\x3e\x01\x91\x99\x13\x8a\xcf\x50\x45\x2c\x58\x95\x43\x9b\x1b\x5b\x66\x18\x1f\x48\x60\x78\x28\x3e\xcb\x73\xfd\x92\x90\x1c\x4a\xbf\x84\xea\x1b\xfa\xc4\x09\xba\xa7\x52\x21\x41\xf7\xd4\x43\x4a\x90\x3a\xdf\x6d\x84\xba\x89\x9d\x92\x0e\x14\xe9\x94\xdf\x12\x8c\x60\x88\x24\x1d\x4c\x3d\x09\xe9\xa5\x83\xcd\x9a\x8f\x8b\xa2\x92\x26\x46\x4b\xd2\x5f\x9e\xba\x72\xe9\xb1\xe1\x04\x92\x63\x24\x25\x01\xcb\x89\xb6\x4a\x87\xb4\xc9\x63\x09\x8c\x12\x63\xd9\x4f\x20\x54\xb3\x36\x65\x26\xf0\xec\x6e\x1f\xbc\x33\x33\xe4\x3d\x3a\x90\x3c\xab\x9b\x0d\x92\x09\xc6\x9c\x89\x50\x4e\x99\xba\x58\x29\x43\x9a\xa6\x4d\x42\xe8\x4f\x4c\x9b\x74\x48\x5a\x93\x34\xa9\xd1\x97\x4c\x08\xa3\x37\x68\x43\xf8\xa2\x4c\xf7\xfd\xc1\xce\x99\xc3\x2d\x28\xd0\xb6\xed\xd0\x72\x03\xf1\xb9\xde\xb7\x18\x8f\x91\x91\xf5\xd7\x26\x47\x95\x14\x86\x73\x33\x66\x3a\xa3\x0f\xa6\x0f\xf6\x90\xe5\x19\x3e\xf8\xdc\x0b\x61\x9e\x1f\x94\xd6\x42\xca\xde\x11\x0d\xbd\xb0\x42\x83\x47\xbd\x9e\xc3\xd7\xf6\x77\x2e\x3f\x5a\xd7\x6b\xb5\x97\x80\x42\x03\x44\xe8\x7a\xad\xbe\xc7\xa4\xcb\xa9\xfb\xe9\x13\x66\xdb\xba\xfb\x2e\x8f\x6f\x75\x1f\xf0\x96\xca\x55\x97\x6a\x0d\x02\x4a\x04\xb1\xca\x9a\xef\x93\xfd\x69\x6b\x15\x1b\xf1\xcb\x67\x3d\x82\xa4\xed\x6f\xab\x87\x8a\x0a\xa7\xa7\xbe\x71\x1a\x9c\x9e\x7a\x80\xcf\x80\x00\xa8\x87\xa1\x0d\x3c\xa0\x7a\x68\x0b\x6d\x02\xea\x21\xa0\x70\x80\xea\x81\x5d\x93\xee\xb7\xe1\xae\x6f\xcf\xa6\x1e\xd5\x65\x6e\xc6\xe8\xd7\xe2\xcc\xd4\x63\x48\xcd\xd6\xae\xf5\xd0\x3c\x38\x32\xa4\x0d\x8e\x30\x30\x5e\xab\x13\x4f\xa2\x1e\x5a\x9d\x47\x80\x98\x3f\xd9\x96\xcc\xbc\xde\x58\xe9\x1e\x7f\x6e\x1d\x7e\x6d\x91\x55\xcf\xad\xc2\x09\x36\x57\x24\xee\x15\x36\x55\x6d\xc6\xeb\xeb\x47\xc0\xf3\xe9\xd7\xde\xe2\x48\x78\xbb\xdf\x1b\x8a\x11\x7d\xd7\xef\x6d\x64\x47\x94\x62\x0f\x5b\x70\xc6\xb0\xad\xae\x9e\x36\x75\xe9\xd8\x2b\xf5\xac\x89\x42\x40\xbe\x67\x2c\xdf\x4c\x40\xbe\xbf\xde\x34\x01\xf9\x5e\xb6\xb6\x4f\x17\xff\xdd\xd2\x28\x1d\x5b\xb8\xf7\xba\x89\x4b\xe7\xde\x80\x91\xf6\xe1\xe6\x67\x33\xc4\x78\x36\xe3\x66\xc2\xd0\xa3\xee\xd5\xf2\xb9\xc5\xda\x40\xbe\x14\x18\x60\x36\xe6\x3f\xca\x3e\xcb\xd9\xb7\x09\x75\x9e\xc7\x16\x08\x73\x12\xf4\xb9\xf8\xb8\x75\x20\xf1\x4f\x30\xb7\x0e\x0c\xc1\x93\x78\xc1\x3a\xd1\xe0\x57\xda\x32\x7f\x5d\x48\xa1\xeb\xd9\x3c\xbc\x02\xa0\xbd\xe2\x9e\x7a\x25\xc0\x70\x95\x6d\x97\xae\x82\xc0\x04\xf5\xff\x52\x2e\x86\xf0\x17\x62\x71\x15\x0e\xfa\x4e\x1b\x35\xab\xc0\xc5\x37\x42\x7b\xe1\xd8\x5d\x84\xcd\x16\xde\xdb\x85\xa6\x5f\xf8\x2a\x4f\xe6\x95\x3d\xf8\xde\xd2\x71\xd5\x0d\x8b\xeb\xdc\x3a\x6e\x19\xd1\x4f\xc7\x71\xed\x46\x14\x16\x5b\xb6\xad\xa6\x95\xf1\xf0\x5d\xad\xbe\x4f\x78\x6d\xcb\x99\x9b\xb8\xdc\x7a\xad\x65\x1c\x86\xf5\x1a\xb7\xf8\x08\x0b\x03\x30\x11\x18\x5b\x6d\x29\x8c\xb6\x9d\xb9\xb4\xd2\x32\xfe\xc2\xea\x5b\xe1\x66\x30\xb0\x7a\x14\xe2\x5b\x50\xaf\xd7\x96\x7a\xb6\x59\xb1\xb4\x85\x12\x3e\xf1\xea\x2f\xf3\x6c\x6d\xb3\xfa\x23\xf8\xb7\xd0\x5c\x7d\x03\x2d\x84\xc0\x90\x97\xaf\xb7\x29\xb3\xfa\x36\x6d\xef\x73\xab\xf8\xd5\x5f\xec\x3f\x36\xfc\xc8\x07\xc2\x38\x7d\x92\x35\x4b\x13\x21\x3f\x5b\xca\x2e\x93\x01\x19\x3f\x64\xa1\x06\xd3\xbd\xb9\x6d\x0d\x76\xe2\x62\x8b\xc6\x16\x44\xf7\xb5\x1d\x97\x35\xfe\xb4\x06\x8d\x3d\xed\x7d\x6d\x41\xbc\xc6\x2b\x3b\x69\xc0\x2f\x6f\x50\x64\xcd\xf7\xab\xb6\x88\x5e\xd3\x84\x03\x5a\x6a\x11\xc8\xbf\x1f\x36\x72\x6a\xe1\x3d\x5b\x79\x2c\x14\xc6\x95\x19\xbd\x6d\xff\xe7\xc8\xff\xef\x78\xcd\x9b\x2b\xbc\x8e\xaf\x1f\x9f\xa8\xa3\x2f\x7f\xca\x35\xee\x93\xf8\x4a\xb2\x24\xee\xbe\x6d\xb6\x7e\x6e\x3a\xc8\x99\x10\xff\x87\x75\xf6\xcf\xa4\x8f\x20\xf8\xb3\x85\xd3\x67\x7e\xf0\x2d\x8a\x11\xeb\xec\x7c\x19\xb9\xf7\x24\x22\xf1\x79\xf3\xca\x67\xce\xc6\x89\x71\xbe\x72\x76\x6c\x26\x11\x92\xf3\x66\x89\x9c\xb7\x26\xdc\x3f\x55\x0e\x27\xd3\xe8\x7c\xc5\x6c\xdd\x63\x22\x30\x24\xfb\x8a\x7d\x85\xbe\x49\x1f\xf6\xda\x83\x8c\xce\x65\x6f\xee\x67\x2e\xa6\xd6\x10\xc8\xb9\xb8\xae\xe1\xa3\x07\x68\xe4\xd2\x5c\xc3\x58\x11\xdb\x9f\xcb\xe6\xd5\xfd\x43\xb8\xe4\x21\x3d\x51\xba\x63\xcd\xca\x3c\x7c\x2f\x0c\xb9\x7f\x5c\xa3\x98\xa8\x74\xbe\x61\xa6\xcc\xf4\xe9\x90\xbe\x69\xc6\xed\x84\x96\x2d\x75\xf7\x8f\x39\xb0\xcb\xbc\x66\xb5\xef\xcd\x82\xfa\x5e\xa7\x6f\xbd\xef\xd1\xb7\x95\xee\xfe\x79\xd3\x93\x66\x31\xef\xdd\x67\xf0\xe7\x39\x13\xa9\x44\xf7\xc5\x18\xd0\x73\x3e\x64\x14\x63\xb3\x8f\x28\xc6\x99\xcd\x73\x2e\xfa\x4c\x8d\x9d\xe4\x25\x6a\x82\xbe\x8a\xe2\x7d\x88\x52\xe6\xfa\x5c\xf6\x05\xb3\x9a\xe6\x3b\xb3\x7d\x26\x03\x39\xa3\xea\x3e\xd7\x6a\xea\xf0\x32\xad\x59\xec\x23\x4a\x73\xdd\xac\x51\xf9\xb6\x8a\x65\xfa\x5c\xb7\x19\x4f\xd7\x68\x26\x24\xc9\x9e\x10\x8c\xf9\xcc\x06\x5b\x9e\xcb\x0c\x6c\x77\xbe\x6e\xaa\xd1\xef\xed\x7e\xef\x70\x2c\xf9\x99\x3a\x92\x7d\x6f\x8e\xd6\x3e\x69\x36\xc1\x0c\x67\x66\x54\xc2\x67\xae\xd3\xb1\xe0\x94\x10\xcc\x67\xae\xc4\xdd\x9e\x6c\xb6\x78\x39\xdf\xbb\xf7\x8f\x09\x53\xbe\xb7\x19\x9d\xbd\x48\xe5\x34\xcf\xa3\x05\xc7\x66\xdf\x1b\xf4\x89\xd3\xab\x90\xdd\x8c\x8e\x45\xf4\x3e\x38\xd2\xb9\xc5\x68\x9f\x34\x17\x93\xa5\xec\x95\x21\x95\x27\x9b\x5a\x4d\x97\x7d\xbc\x67\x7e\xae\x25\xf6\xc5\x00\xc9\x53\xc8\xb1\x37\xcf\x43\x59\xfd\x94\x9b\x35\x3a\x38\x6d\xee\x41\xe2\x3c\x9a\x38\x6d\xb8\x54\x0f\x16\x77\xee\xf2\xe0\xeb\xf3\x9a\xfd\x46\x36\x7f\x66\x5d\xc7\x6c\x06\xb9\xbb\x86\x1e\x64\x2e\xe4\xe9\x7b\x45\x96\xf4\xfe\xf6\x6d\x6c\x74\xcf\xed\x15\xcf\x85\x8c\x75\xf7\xdc\xba\x61\x78\xbc\x9a\xdc\x07\x7b\xd5\x31\x4e\xca\x61\xbe\x77\xb2\xf7\x7a\x79\xe5\xb8\xc9\x8c\x06\xf6\x60\x44\xe5\x50\x34\xad\x0b\xcd\xaf\xcf\x85\x93\x93\x87\x34\x8f\x77\xaf\xc0\xcb\x48\xcd\xbe\x61\x9f\x63\xc1\xc1\x30\x36\x59\x1e\x73\xb9\x8f\x7d\xc5\x3e\xde\x7b\x86\x7d\xee\x33\x32\x62\xb8\x07\xc3\x58\x75\xe1\xcc\x47\x4d\xf6\xb9\x2e\xb2\x13\x27\xed\x33\xeb\x6a\x3d\x85\x33\x47\xad\x7c\xe6\x61\x0e\x0a\x7d\x9c\x71\xa5\x3e\xf3\xd0\xdc\x44\x7b\xe6\x21\xef\x0f\x3d\xdd\x03\x9a\xa7\x67\x34\x4d\xa5\x91\xfe\xc9\x53\x39\xa9\x27\x14\xc8\xe8\xe4\xe9\xf7\x4e\x23\x0b\x18\x36\x19\xbd\xb3\x7f\xa6\xa9\x63\x73\xc2\xce\xc7\x1e\x84\x33\x91\xdd\x75\x0f\x74\x7f\xc2\xf9\x26\x92\xbb\x7d\x24\x2a\x4f\x13\xbc\xee\xc1\xac\x8e\x65\x5f\xa6\x38\xd0\xc1\x09\xca\x9c\x29\xef\x4f\x1c\xd1\x70\x16\x73\xcb\xd1\xbe\x87\xec\xaf\xc9\xee\x06\x5e\x66\x37\x23\x7c\xb0\x6e\xaf\xf6\x75\xfa\x90\x9d\x53\x0c\x4d\x62\x0b\xe1\x22\x9f\x3e\x87\xb4\x80\xa1\x70\xb9\x07\x62\x68\xa2\xf8\x03\xf6\x6c\x9e\xcb\xef\x5d\xd0\x4c\x5a\x21\xcf\x25\xcd\xcb\xf7\x48\xa9\x2f\xf7\x79\x61\xfe\x85\xeb\x31\x6d\x5d\xed\xf3\x3d\xf8\x72\x89\xbf\xd7\x83\xb9\x39\xcb\x95\x7c\x0f\xac\x05\xeb\x58\x96\x58\x5b\x8f\x99\x6b\xf8\x63\xa9\x6b\x17\xb8\x0a\x84\xea\xf3\x72\x4f\x17\x31\xcb\xb0\x6d\x73\xb5\xfc\xbf\x51\xe4\xf3\xaa\xf9\xbc\x9a\x43\xb0\x2d\x83\x85\x14\xab\x67\xfb\x8a\xe9\x6b\x33\xd6\x1c\xff\x1a\xf6\x21\xce\xd6\x00\x26\x8b\x78\x60\xb0\x9a\x67\xa9\xae\x16\xee\x5e\x30\xc8\x8e\xe7\xf3\x59\x0e\x82\x6b\x21\xe0\x41\x61\x1a\xef\x1f\xde\x0b\xc4\x51\x0e\x44\x57\x39\xa2\x90\x25\xca\x7a\xa0\x72\xca\x01\x14\x43\x20\x90\x71\x3c\xce\x07\x9b\x85\x40\x40\x09\x87\x68\xff\x98\xd9\x7e\xcc\x5f\x9f\xf4\x09\xb1\x40\x42\x06\x8f\xe8\xb3\x1c\x42\x27\x10\xd6\x3d\x80\x4e\x39\x88\x2a\x85\x48\xb8\xe9\x40\xac\x94\x83\x1c\x5d\x30\xa0\x88\x9b\xb3\x7f\x58\x23\xe2\xd9\x9f\x7e\xdb\x49\x3c\x26\x44\x82\x02\x67\x4a\xf6\x71\x84\x09\xbf\xf0\xe4\x08\xcb\xf9\xbc\x7d\x99\xcc\xf7\x4d\x1f\x21\x92\x90\x08\x74\x9e\xdd\xf9\x50\x61\xc1\x28\xc5\x89\x28\x2c\xa7\xeb\x26\x82\x6e\x97\xeb\x5e\xf8\xc8\xc1\x4c\xda\x15\x22\x7d\x7a\x90\xe6\xb6\xae\xf4\xf6\xb1\x7f\xc6\xeb\xaf\xcd\xc3\x9f\xe5\x72\xaf\x1e\xe7\x73\xaf\xae\x6a\x1f\x6e\xfe\x55\xa1\xf9\xda\x6a\xf7\x62\xf7\xae\x06\xc5\x97\xd4\x19\xe0\xbe\xa4\xee\xc2\xa1\x0c\x99\xe8\xfc\x35\xd8\xa9\x4b\x86\xca\x7c\xd9\x05\x43\x95\x0b\xe3\x39\x50\xc3\x54\xae\xe5\x7c\x7e\x59\x26\x1a\x76\xfb\x65\x77\x72\x0d\x4e\xf2\x46\x59\x95\x5b\x8a\x0b\xde\xfd\x2d\xc5\x37\x91\x91\x60\xc0\xee\xae\xa0\xe0\xc6\x89\x0f\xc6\xcd\xee\xce\x1a\xb7\xb4\x20\xa8\xcb\x2d\x2d\xb7\xf1\xea\x83\xac\xd9\x3d\x5d\x83\x08\x62\x3c\x08\x95\xdf\x18\x55\xe5\x86\xbe\x78\x70\x92\x41\xfa\x82\xb9\xd3\x83\xe4\x64\xd8\xde\xd1\x67\x09\x26\x2c\xf1\x4e\x4b\x80\x41\x4b\x30\x04\x87\x6f\x5d\x82\x34\x07\x38\x2b\x52\xd8\x51\x42\x67\x8d\xe0\x1a\xf8\xa3\x25\xba\x46\x34\x43\x77\x12\xe7\x88\x18\x69\x25\x9a\xa8\x3b\x09\xb1\x44\x8c\xb4\x12\xe1\x98\x88\xa1\x55\x62\x72\xec\xf3\xf6\x31\xd6\x75\x23\x0a\x36\x5e\x84\x23\x63\x87\x13\x22\x06\x68\xb4\x4e\x22\x0e\x68\x8e\xd2\x82\x40\x2a\x49\x5a\x92\x59\x64\x4a\xa0\x4a\x12\x69\x09\x03\x25\x52\xd5\x54\x12\x86\x74\x49\x44\xd1\xa2\x09\xf3\x84\x22\x29\x49\x5a\xee\xcc\x7c\xd2\x92\x4c\x56\x98\xa6\x4f\xc3\xf9\xc8\x12\xc4\x00\x36\xd2\xe4\x7b\x93\xd9\xa9\x3f\x15\x21\x0c\xfb\x98\x2f\x10\x8a\xd5\x39\x29\x3a\x1d\x46\x09\x8a\x4e\x47\x79\x7c\xcf\x00\xb6\x4e\x47\xc9\x7e\x87\xa1\xc6\xbc\x35\xe1\xfe\x31\xe3\x0f\x17\x65\x14\x62\xc9\xa6\xa5\x93\x63\x95\x38\xf9\x31\x05\x46\x9a\x28\x3f\xd1\xbe\xb7\xe2\x82\x94\x3e\x46\x6e\xc9\x6f\x4d\x07\x1c\x98\x95\x4c\xaf\x63\x73\x12\xc0\xd6\xb1\x29\xf9\x2d\x7d\xb9\xad\x8f\x90\x96\xfa\xbe\x67\xfd\x83\xeb\x36\x4b\x00\xa2\xc5\x0e\xc3\x3e\x73\x51\x44\xc7\x72\x83\x53\xb3\xc1\xab\x53\x9a\xbb\xdf\xf1\x66\x1e\xc1\x41\xee\xd2\x67\xce\x11\xe3\xbf\xe4\x71\xdb\x67\xa9\xc5\x63\xdf\xfb\x9e\xd9\x44\xe7\x1b\xdd\x3e\xe9\x23\x44\x48\x04\x66\xff\xf8\x1d\x9c\x6f\x9e\x7e\x87\x61\x79\xb1\x9b\xa7\xf3\x4d\xab\x31\xb2\xb5\x10\xd3\x3e\x4b\x49\x8a\x45\x0c\x8e\x5d\x26\x6f\x93\xc5\x10\x7e\x87\x01\xc4\xb3\x58\x9e\xc0\xba\x3a\x7c\xf9\x7a\xcb\x1c\xb2\x7d\xd3\x3e\xf2\xea\xd1\xf7\x8c\x57\xc8\x0b\x05\xa3\xb9\x14\x53\x93\x78\xf1\xa5\x44\xf6\xb4\x18\x4b\xb8\xde\xba\x04\xdf\x33\x2a\x7c\x59\x02\x20\x9e\x8b\x3e\xf8\x45\x2e\xa1\x28\xd9\x8b\x19\xeb\x8b\xe0\x78\x79\x92\x7d\x8f\x7d\x96\x36\x14\xfb\xa4\xef\x2d\x50\x80\x07\xad\x87\xcd\x17\xfb\x5c\x94\xba\xa5\xf9\x6d\xec\x41\x51\xee\x16\x03\x9a\x97\x55\x19\xcd\xb1\x4d\xfa\x9e\xf3\x17\x95\x7d\x29\x4d\xf2\xfb\x3b\x84\x6d\xeb\x6f\x1f\x47\x43\x81\x5f\xc1\x51\xfd\x2c\xc5\x30\xef\x55\xac\x64\x08\xf6\x49\x02\x8a\xbd\x0c\x49\x10\x12\xf8\x29\xa5\x08\x09\x4b\x6f\xf3\x6d\x9d\x89\xa2\xb5\x18\x44\xc1\xa6\x29\x65\xf9\x9e\xd5\x2d\xf8\xb0\xa5\x2c\xb7\x5c\x9b\x95\x7a\xdc\x52\x3d\xea\x6a\x9c\xe5\xbe\xed\xe3\xb8\x6a\x34\x45\x6f\x29\x00\xf6\x55\xb1\x14\x37\x5b\x58\x84\xa3\xba\x7f\x2c\xa8\x48\x16\x20\x00\xe3\x6a\x14\xff\x26\xd8\x5f\x3d\x2e\x6b\x6d\xb3\x75\x20\xfa\xa6\xa5\xca\xa2\x8a\xae\x5a\x7d\xcf\x78\x84\x95\x17\x55\x95\x53\x3d\x2e\x8a\x9d\x4b\xf5\xb8\x2c\xca\xcd\x6f\x75\x42\x63\x4f\xab\x41\x75\xc5\x5e\x95\x1d\xab\x19\xdd\xc0\xbe\x54\xd9\x11\xd7\xf3\xcc\x14\xf5\x95\x3a\x8a\x7d\x6f\xa2\xde\x3e\xbf\xc3\x7d\x0e\x40\x16\xa7\x74\xff\x00\xbb\x70\x5b\x38\xe0\xbe\x98\x0b\x0b\x96\x81\x4c\x20\x56\x8d\x92\x06\xab\x34\x54\xc5\x15\xd6\xcb\xc1\x82\x08\x6c\xdb\x52\x4d\xbe\x06\x6b\x1c\x96\xeb\x7a\x46\x01\x5a\x9a\x67\x64\x71\x70\x56\x7c\x53\x0f\xbc\x7f\xac\x0d\x78\xeb\x09\xd8\xab\x37\x7c\x18\xde\x4a\x82\x68\x9f\x34\xa3\x9e\x5b\x9c\xf6\x99\x7b\x4f\xd6\x08\x70\x96\xcd\xca\x33\xd5\x41\x53\x2c\xb7\xb7\x72\x24\xd9\x17\xec\x93\x96\x62\x15\x41\xb1\xcf\xef\x20\x4f\xd7\x34\xbe\x5a\x55\xa4\x23\xce\x5a\x95\x16\xeb\x1e\x43\xb1\x4e\xc0\xef\x30\x5f\x46\x8c\xb4\xb4\x3a\xec\x33\x23\x48\x1a\xa4\x29\xaa\x9b\x38\xd0\x88\x6c\x4d\x9a\xdf\xea\x11\x92\x2f\xad\x55\xfb\xcc\x4d\x62\x7a\xe8\x63\x97\xa6\x7a\xb6\x94\xb2\xa9\x9e\x9b\xbc\x6a\x9a\xac\x0d\xdf\x1b\x66\xe3\x1d\x4b\xdc\xa2\x34\xc5\x77\x3c\x4d\xe4\x67\xfb\xde\x3a\x04\xbe\x6d\xb8\xf7\x16\x3c\xc7\xcb\x44\xbc\x7b\xf5\x66\x50\x2f\xb3\xfb\xee\xd5\x34\x8f\x6b\xf9\x80\xa2\xba\x4d\xeb\x03\x2e\xd3\xf3\xd2\xb2\xde\x62\x00\xd6\x50\x7c\x37\x31\x14\xc9\x56\xb5\x25\x2d\xcb\x2c\xb3\xc5\x1b\x4b\x5a\x2c\x66\xcb\x56\x08\xa8\xda\xdb\x9b\x99\x35\x35\x2f\xae\x7a\xf0\x7b\x2f\xb3\xfa\xc1\xbe\x64\x0a\x9f\x0c\xb4\xb8\xea\xe1\x4d\xcb\x93\x3c\x56\x46\x18\x2b\x8e\x19\x15\xdb\xe3\x63\x9f\xdf\xf6\xa6\xef\xa7\x7d\x56\x55\x04\x33\xef\xae\x91\x5c\xc3\xfc\xb9\x62\xbe\x3f\xce\x17\xcd\xa3\xdf\xf6\x59\x35\x80\xcc\xe9\x9a\x05\xfd\x71\xac\x49\x71\x4d\x80\x6e\x99\x4a\x36\x03\xae\x7c\xe9\x56\xb2\x65\x72\x4c\x5d\x4c\xf6\xfa\xce\x67\xaa\x3d\xd9\xe7\xf9\x92\xe5\xea\x35\xdb\xe7\x9e\x3e\x26\xde\xfd\x5e\x0b\xdb\xb2\xa9\x71\x55\x49\xb7\x42\x39\xa2\x4a\x7a\x73\x5d\x2b\xdb\xb2\x89\x72\x65\x53\xb7\x3e\xd2\x22\x8d\xae\xd9\xfc\xc6\x64\x22\xbc\xd5\x35\x29\x7a\xb7\xc8\x00\xb9\xd6\x87\xf3\x69\xce\x95\xc3\x3e\xf7\xef\xc5\xa4\x55\x02\x62\xd2\xd8\x4d\x24\xde\x54\xba\x32\xac\x4f\x53\xc9\xc8\xbf\x3e\x3d\xa3\x69\x1a\xfb\xb2\xcf\xfd\xd3\x3c\x2c\xd6\x50\x88\xc9\xbe\xde\xf7\xf8\xde\x55\xed\x13\x07\xd9\xb4\x3d\xf4\x0d\x65\x53\x7c\x93\xfc\x8f\x7d\x96\x41\x64\x73\xfd\xd5\x3e\x4b\x0b\xd0\x79\x23\x74\xfb\x2c\x1d\x30\xbb\xad\x99\x3b\xde\x4a\x91\x62\x02\x3f\xdb\x27\xaf\x52\xc9\x30\x34\xcd\x87\xa5\x4d\x09\x19\x31\x34\x29\x86\x66\x41\x62\x0f\x86\x6e\xc2\x78\xf3\xc0\xf0\x82\xf1\xa1\x62\x7c\x28\x13\x73\x2b\x43\xd9\xe4\xa5\x80\x58\xe2\x2f\xfb\xf6\x65\x54\xc9\xaf\x92\x1f\x9d\x7a\xda\x67\x4a\x1c\xb6\x18\x42\x62\x34\x13\xdb\x96\x3e\x34\x3f\xc9\xac\x29\xc5\xfa\x65\x34\xe7\x6b\xce\x47\x55\xc7\xd0\xf2\x1c\xfd\x2d\x1a\xa0\x82\xa0\x3b\x9f\x21\xaa\x64\xf5\x42\x97\xfc\x37\xa7\x6c\x75\x82\x22\x6e\x74\x3f\xe9\xb1\xcf\x6d\xd3\x1c\x49\x96\x41\x10\x7b\x28\x43\xb1\x57\x80\xfb\x50\x4d\x0e\x33\x97\x84\xda\xca\x50\x14\x8e\xf1\x16\x13\x40\x8b\x1e\xcd\xd0\x8b\xe0\xca\x45\x19\x8a\x1a\x43\x63\xc9\x92\x78\x43\x63\x65\x12\x9a\x4d\x07\x62\x6f\x2a\x6a\x66\xf4\x3d\xa0\x38\xf5\xae\x66\xf2\x3d\xac\xb8\xa9\xb8\x98\x98\x19\xe9\x88\x96\x19\x24\xfb\x3c\xea\x64\x81\x01\xdf\x36\xcd\x51\xa7\x64\x99\x80\x63\xf5\x22\x12\xa6\x87\x21\xb4\x62\x0e\x27\x11\xaa\x2c\x86\xcb\xca\xac\xae\x6b\xf5\x82\x1e\x83\xd7\x31\xd2\x01\x7b\x1b\x42\x2b\xb3\xbe\x29\x7e\x68\x16\x07\xb3\x9a\xc2\x7f\x2c\x28\xe0\xdc\x66\xb3\xb2\x01\x16\x9d\xaa\x2b\x43\x6d\x39\x65\x0b\x07\xfc\x0e\xe2\x25\x89\xab\x20\x65\xaa\xc2\xe6\x8b\x0d\x4b\x02\xf4\x4a\xe6\x5b\xee\x01\xfb\x4c\xb1\x31\xcd\xaf\x1f\x16\x32\x88\x8d\x69\xf5\x75\xc2\xea\x9f\xdd\xef\xe8\xee\x1f\xa6\xd6\x14\x1b\x44\xf0\x76\x1f\xfb\x22\x36\xe6\x8b\x0d\x3c\x01\xc3\x79\xc5\x70\x5e\x4e\xc5\xf2\x04\xcf\x68\xf8\x6d\x88\xb3\xa9\x48\x9a\x9a\xaf\x0f\xe6\xd7\x14\x2f\x73\xf8\x6d\xd2\xa2\x98\x9a\x62\xe8\xc1\xb3\x98\x62\xc8\x50\x60\x32\x2e\x65\x28\xb0\x4c\x4c\xa8\x64\xf5\xfe\xd4\x84\x32\x3c\x98\x2c\xd5\x9f\x7a\x2f\x73\x99\x8f\x3b\x7c\xaf\xd8\x57\x2d\x76\xa0\xa2\x40\xfc\x2d\xf1\x77\x22\x06\x96\xf8\x5b\xd4\x0a\xa4\x93\x32\xce\x15\x8a\x7d\x8e\x25\x5a\xb0\x54\x7f\x4b\xf5\x67\x79\xfb\x52\xfd\x79\x0d\x26\x9d\xa8\xd3\x95\xd8\xfb\x25\x4e\xad\x96\xe7\x6a\xcc\xfe\x79\xcb\x2b\xac\xa8\x70\x8d\xe4\x58\xb0\xb6\x1e\xc7\x5a\xa1\x72\x5a\x12\x21\x26\x97\x85\x26\x27\x67\xb4\xc4\xcb\x42\xbd\x24\x3d\xb3\xa5\xdc\x58\x60\x23\x5d\x98\x23\xab\x83\x35\x2f\xc2\xa4\x4b\x9a\xe5\xf3\x65\x41\xc9\x65\x09\x85\x91\x81\xe5\x19\x5d\xb7\xd5\x17\xd2\x37\x7d\xcf\x6f\xd3\xf4\x5d\xec\x73\xd2\xe3\x5a\xaa\x83\x25\x9f\x5f\x89\x5a\x0b\xd4\x41\x3d\x30\x1f\x12\xa1\xd9\x7a\xe0\x39\x56\xe3\x93\x89\x34\x4f\x35\x3e\x59\x0f\xf9\x1c\x17\xa8\x1e\xf0\x79\x3d\xde\x24\xf3\x41\x51\x04\xb1\xb4\x7a\xc0\xbf\x89\x8b\x8f\xf5\x78\x9c\xcf\x0a\x20\xae\xa0\xd5\x83\x10\x78\x35\x3e\x99\x6e\xeb\x3e\x50\xf7\xd5\x6b\x36\xe9\x7e\x2b\x36\x1c\x4b\x3c\x36\xdd\x16\x5e\x74\x69\x01\xe3\x89\x0a\xeb\x7a\x0c\xbf\x63\xf8\xde\x63\x9f\xef\x0d\xd7\x78\xac\xd3\x38\xe8\xc3\x43\x4f\x94\x6a\xd7\x83\xbd\xaa\xc7\x74\xdd\x42\x3d\x08\x6a\xb7\x1e\xba\x09\x54\x8b\xd7\x03\x37\xa1\x1e\xba\x09\xd4\x48\xd7\x63\x49\xb3\x66\x1a\x65\xcf\xd5\x18\x68\x3d\xb7\x16\xdc\x0c\x58\xcf\xad\x08\xf7\xcf\xde\xa8\xdb\x81\x27\x2e\x76\xf5\x1e\x10\x95\x2e\xdc\x02\xfa\xac\xa7\xec\x72\x51\x2f\x92\xed\xa1\x56\x64\xcf\x64\x98\xb3\x12\xaa\xa4\xc0\xbf\x1a\xa8\xac\x84\x0c\xb9\xea\x57\x0d\x18\x56\x82\x83\x61\x03\xa9\x1a\x1a\xac\xf7\x16\x50\x54\x18\xd7\x1b\xf1\x54\xef\x2d\x91\xb0\xcd\xab\x61\xbc\x4a\x78\x0e\x2d\x5e\x0d\xce\x55\x02\x71\x84\x7d\xaa\x61\xb8\x4a\x28\x8d\xfb\x71\xd5\x40\x5a\x25\x40\x46\xcd\x6b\x35\x3c\x56\x09\x71\x95\x0d\xed\x6a\x80\xab\x12\xa4\x2a\x00\xcc\x10\x55\x35\x44\x75\x6c\x1d\x59\x8d\x50\x55\x23\x54\xe7\x55\x7e\x51\x9b\x57\xe3\x57\xd5\x38\x12\xb9\xd2\x6a\x18\xa9\x7a\xf5\xe3\xa2\x7a\xc7\xc8\x48\x35\xca\x70\x6f\x91\x5b\xcd\x66\x57\xbd\x6a\x1c\xbb\xaa\x53\x5d\xdf\x5a\xfa\x6d\x04\x54\xfd\xdd\x5a\x5f\xa5\xb8\x07\xea\xd6\x55\x53\x84\x69\x7b\x4d\xd5\x0c\x61\xd5\x4a\xa7\x7c\xbc\x6a\xa4\xd7\x37\xc9\x17\x37\x88\xb5\x6d\xab\x25\x97\x05\x9e\x18\xbe\x45\x1a\xec\x3a\xb6\x18\xac\x5a\x39\x15\x35\x7c\xa1\x95\xaa\x5a\xb8\x7a\xd7\x90\xeb\x89\x55\xc5\x57\xc9\xaf\x5c\x17\x7c\xa3\xac\xac\xc8\xa2\x8b\x28\x41\x55\x14\xd5\xb5\x59\xe4\xa2\x92\xb3\xae\xe1\x5b\x6f\xe1\xd1\xf5\xe5\xb3\x99\x88\x68\x30\xe1\x15\x36\x7f\x34\x73\x04\xed\xf0\xda\xdc\xb6\xf0\x9a\x70\x6e\x20\xf5\xa2\x26\xb2\x09\xd5\x26\x30\x51\x32\x4d\x64\x36\x91\x49\x9a\xbf\x09\xcd\x06\x34\x2f\x2e\xdc\x36\xb1\xd9\xc0\xe6\x45\x4d\x66\x13\x9c\x8d\x98\xf2\x7d\x6c\xbc\x36\xb1\xd8\xc0\xa2\xf5\x32\x4d\x30\xb6\x20\xcc\xf7\xe6\x34\xd1\xd8\x40\xe3\x4d\xa2\xa9\x09\xc7\x06\x1c\x6f\x84\x4a\x13\x8f\x0d\x3c\xde\x61\x6f\x4e\x13\x90\x0d\x40\xde\x61\x6f\x4e\x13\x91\x0d\x44\xde\x54\xcb\x36\x11\xd9\x40\xa4\xe5\x42\x4d\xc8\x35\x20\x77\x53\x04\xd6\x84\x5c\x03\x72\xf7\xb3\x3d\xe4\x26\xe4\x1a\x90\xbb\xf3\x76\xb8\x9b\x90\x6b\x40\xee\x2e\x71\x0f\x14\x72\x0d\xc8\x05\xec\xa6\x26\xe4\x1a\x90\x0b\xd4\xfb\x37\x21\xd7\x80\x5c\xe0\x92\x52\x13\x72\x0d\x7f\x38\x5c\x69\x0f\x6c\xc4\x4d\x1a\x28\xf4\x22\x67\x13\x85\x0d\x14\x06\x44\x64\x13\x85\x8d\x2c\x70\x08\x6c\x8e\x28\x6c\xa0\x30\x44\x36\x47\x14\x36\x50\x18\x70\x0f\x9a\x28\x6c\x33\x9e\x5f\x3f\x02\x35\x9b\x6d\xc6\x9b\x2e\x06\x52\x11\xd9\x04\x66\x03\x98\x81\x9b\x2e\x4d\x60\x36\x80\x69\xd6\xa3\x09\xcc\x06\x0a\x03\xd9\xf8\x2e\x0a\x3b\x28\x0c\x65\x6b\x96\x2e\x0a\x3b\x28\x8c\x54\xa3\x76\x51\xd8\x41\x61\x3c\x29\x64\x13\x85\xfd\xac\xf5\xeb\x47\xbc\xb6\xb7\xd4\x4f\xa2\x4f\x1d\x60\xc6\x6b\x5b\x12\x5d\x60\x76\x80\x19\x89\xbf\x75\x81\xd9\xaf\xad\x6c\x23\xf9\xbc\x7e\x91\x75\xe8\x60\x35\x12\x79\xea\x62\xb5\xdf\xdb\xc2\x8d\x04\x67\xfa\x8d\xc5\xd0\x81\x6f\xe4\x46\x45\x17\xbe\xfd\xde\xfe\x41\xa4\x4a\xad\x23\x67\x3f\x3b\x88\x8e\xd4\xa1\x77\x11\xdd\x43\x8c\x5f\x3f\x22\x37\x2d\x7b\xc0\xf9\xee\x0a\x5c\x2a\x85\xbb\x20\xef\x80\x3c\xa6\x6d\xf7\x75\x41\xde\x01\xb9\x17\x3a\xba\x20\xef\x80\x3c\x66\x6a\xf7\x04\x79\x4f\x0a\xef\xfb\xde\x5d\xbe\x95\x1a\x5b\xb8\xc7\x25\xcc\xcf\x9e\xb6\xe9\x80\x8c\xeb\x09\xe3\xae\x27\x14\xe4\xcd\x65\x9c\x9e\xa6\x53\x2d\xfb\xd8\x7b\xb9\xa3\x2b\xaf\x6f\x6a\x91\xba\xec\xd1\x15\xd8\xb7\x95\x85\xf2\x47\x57\x24\xdf\xf8\x87\x5d\x06\xe9\x44\xd5\xcf\x40\x6a\xa9\x67\x8c\xcf\x9e\xbd\x19\x96\xa0\x8e\x78\xfb\xfe\xa1\xd6\x22\x15\xc6\x4e\xc7\x7a\xb3\x8b\xf2\xda\x9e\x89\xdf\x75\x2f\x0b\x3e\x5c\x8b\xec\xc4\xc7\xf7\x8f\x75\x15\x1b\x68\x5d\x2e\xec\xd4\x3b\x45\x2e\x10\xf4\x82\x5d\xd8\x09\x5a\xa7\x83\x55\x0b\xd1\xcf\x0e\xaf\xa6\x63\x83\xb6\xcb\xab\xbd\x6c\x0d\x99\x8e\x58\x28\x93\x64\xe7\x28\x29\x4a\x94\x71\xf5\xb2\x0d\x83\xcf\x0e\x47\xa7\x73\x8b\x82\x2e\x47\x77\x38\x3a\x9d\xdb\x53\xeb\x72\x74\xa7\xf6\x25\x51\xe3\xd3\x2b\x3a\xbd\xc3\xe4\x89\x8c\x52\x97\xc9\x3b\x4c\x9e\x60\xdf\x2e\x93\xf7\xe6\x5b\x5b\x69\x76\x39\xba\xc3\xd1\x89\xab\xca\x5d\x8e\xee\x5d\x0d\x7d\xed\x81\x72\x74\x87\xa3\x53\xda\x5a\xb1\xcb\xd1\x1d\x8e\x4e\x69\x6b\xc5\x2e\x47\x77\xd8\x37\x51\x14\xd7\x65\xdf\x0e\xfb\xa6\xbc\xb5\x62\x97\x7d\x3b\xec\x9b\xca\xfd\xfc\xa2\x4e\xee\x72\x77\x87\xbb\x9f\x63\x2b\xcd\x21\x77\x0f\xb8\xfb\xe1\xea\xf5\x90\xbb\x07\xdc\xfd\x70\x15\x75\xc8\xdd\x03\xee\x7e\xae\xad\x34\x87\xdc\x3d\x60\x65\xff\x82\xc6\x90\x95\x07\xac\xfc\x84\x23\xef\x2e\xdf\x82\x6f\x1f\xa2\xa5\x43\xbe\x1d\xb7\x56\xca\xf6\x02\x87\x4c\x3a\xe0\xc8\x87\xd2\xd7\x21\x47\x0e\xd8\xef\xa1\x8a\x79\xc8\x7e\x03\xf6\x7b\x40\xf9\x90\xfd\x86\x16\x4f\xde\x1a\x72\xc8\x7e\x03\xf6\x7b\xc0\xf8\x90\xfd\x06\xec\x97\xc9\x76\x0e\xd9\x6f\xa4\xed\xa2\x79\x63\x7c\x24\xcc\xf9\x91\xb4\x95\xf6\x0e\x0f\x19\x6b\x50\x34\x68\xca\x67\x3c\xc4\xc6\x06\xbc\x96\xdd\x09\x59\x6d\xc0\x6a\x5e\xf8\x1c\x72\xda\x80\xd3\x32\x97\x3b\x87\x8c\x36\x60\x82\x1c\xb6\xf6\x18\xf2\xc0\x00\xdd\x19\x21\x30\x44\xf7\x00\xb7\x39\x26\x8a\x7a\x7d\x0b\xdc\x7a\x0f\x60\x88\xdb\x51\xb7\x60\xb0\x42\x7b\xd4\xe9\x5b\x0c\x24\x1f\x3e\xc4\xed\x00\xb7\x99\xbf\x23\x32\xc4\xed\x20\x62\x6c\x81\xd3\x30\x60\x3c\x80\x72\x26\x96\x36\x84\xf2\x00\xca\x99\x58\xc5\x10\xca\x03\x28\x97\x63\x6b\xdb\x21\x94\x07\x50\x2e\xb0\xd8\x10\xca\x83\xe8\x45\x21\xe5\x3b\x0c\x5e\x0c\xd0\x5d\x48\xd7\x0c\xd1\x3d\x40\x77\xc1\x55\x19\xa2\x7b\x80\xee\x42\x32\x64\x88\xee\x01\xba\x4b\xd8\xf2\x6b\x08\xdf\x01\x7c\x4b\xdc\x4a\x60\x0a\xdf\x09\x7c\x4b\xda\xd2\x6b\x0a\xdf\x09\x7c\x4b\x4a\xf9\xcb\xe7\x14\xbe\x13\xf8\x16\x8a\x7d\xa7\xf0\x9d\xc0\xb7\x10\xe6\x9d\xc2\x77\x02\xdf\xc2\xcd\xf3\x29\x7c\x27\xf0\x2d\x14\x43\x4d\xe1\x3b\xcd\xed\x1f\x44\x18\xa6\xf8\x9d\xe6\xdd\x0f\x72\xa1\x53\x00\x4f\xf3\xe9\x07\xf9\xb8\x29\x82\xa7\xb9\xf3\x83\xa4\xd4\x14\xc2\xd3\xfc\xf7\xc1\xad\xd3\x29\x86\xa7\x79\xed\x83\x04\xc5\x14\xc4\xd3\xdc\xf4\x11\xb7\x32\x98\xa2\x78\xaa\x0c\x0e\x2a\x37\xa6\x98\x9d\xaf\xf1\x4e\x44\x60\x8a\xd0\xa9\x32\x38\xa8\x3d\x9e\x42\x74\xaa\x0c\x0e\x8a\x00\xa7\x18\x9d\xe6\x79\x0f\x02\x97\x93\x4b\xf1\x9f\x53\xe1\x7d\x94\x6d\x97\x4c\x81\x3b\xbd\xfd\x7c\x1e\x6c\x95\x39\xc4\xa9\x25\x7f\x1e\xdb\xc3\x9b\xa2\x79\x6a\xca\x9f\xfc\xa5\x8b\x29\x9c\xa7\xb6\xfc\x79\x3e\x7b\x3e\xf1\x3c\xeb\xeb\x5d\x6c\x39\x3f\x45\xef\xf4\x7e\xe6\x79\x6f\xa5\x31\xb9\x9f\xf9\x39\xb5\xf0\xcf\x9b\x83\x14\xd2\x93\xf8\xfe\x79\x72\x95\x63\x12\xe5\xdf\x3f\xbc\x47\xf2\x65\x0a\xea\xa9\xdd\x7f\x86\x0d\xbb\x29\xaa\x27\x35\x79\xe7\x49\x40\x7c\x76\x0a\x26\xa7\xc5\x78\x67\xda\x4e\xd3\x14\xea\xd3\xa2\xb8\x93\xcb\x41\x53\xac\x4f\x6f\x29\x9d\x5c\x14\x99\x16\xc0\x4d\x23\x75\x27\xd7\x35\xa6\x68\x9f\xde\x95\x39\x49\x82\x4c\xe1\x3e\x27\xb5\x1b\x67\x06\xa3\x93\xda\x8d\x69\x61\xd6\x89\xe0\x9a\xf2\xc0\x34\x8a\x71\x52\xf0\x37\x65\x82\x69\x94\xe0\xa2\x80\x70\xc9\x05\xcb\x8b\x19\x17\x7f\x81\x61\x1d\xd8\x2f\x4b\x0f\xfe\x3a\xa9\xdc\x97\x35\xd6\x41\x14\xe3\xa2\xb0\x6d\x1d\x58\x56\x4b\x0f\xf9\xc2\x26\x5b\xf2\xcb\x3a\x89\x26\x5c\x17\x25\xe5\x27\x85\x86\xeb\xa4\x66\xfc\x42\x0d\xae\x13\xf5\xbc\x5e\x27\x99\xa4\xe8\x92\xb1\x96\xd5\x3f\x17\x77\x2c\x96\x9c\xb5\x2e\xa2\x8b\x17\x7f\x48\x62\x5d\x44\x6d\x96\x55\x3d\x57\x78\xe8\x73\xec\x45\x24\xf6\x22\x19\xb6\x2e\x02\xfb\xcb\x9a\x9b\x8b\xeb\x99\x4b\x1e\x5c\x37\x89\x8c\x2b\x66\xfa\x48\x64\x2c\xf9\xf2\xf2\xfe\x80\x7c\xb9\xe4\xcb\x2b\x6d\x69\xbd\xe4\xcb\x15\x88\x2a\x5d\x5c\x91\x5e\x81\xe8\xe7\x92\x57\xaf\x67\x5b\xd5\x4b\x5e\x5d\x81\x68\xd1\x45\x52\x6a\x85\xe6\x7b\x04\xec\x2f\x12\x3c\x2b\x20\xe0\x96\x3c\x7d\x95\x6d\x04\x2d\x79\x7a\xc9\xd3\x17\x17\x02\x97\x3c\xbd\xe2\xfb\x1e\x97\x01\xe4\xe9\x95\xd8\xe7\xfb\x48\xc7\xbf\x56\xe1\x29\xfe\xa5\x06\x5f\x89\x98\xce\x52\x0a\xdc\xc4\xf6\x96\x52\x60\xbd\x26\x21\xf1\xb9\xa5\x14\x58\xaf\x49\x88\x69\xb3\x94\x02\xeb\x35\x09\x2f\x2a\xf2\x95\x02\xeb\x35\x09\xb9\xbf\xbe\x94\x02\x4b\x8e\xbf\x49\xc1\x2e\x39\x7e\xc1\xe4\xe7\x1d\x39\x41\xca\x05\xf6\xcf\xf4\x9e\x07\xef\x39\xd6\x72\xf2\x9b\x2b\x86\xab\x74\xdf\x23\xbe\x79\x27\xc7\x52\x71\xb5\x4c\xcf\xdf\x98\xd7\x8b\xbf\x44\xf0\xb9\x5e\xc7\x9f\xdb\x6b\x4b\x69\xb1\x4c\x93\x27\x52\xd3\x8b\x1b\xfe\xfb\x87\x40\x0c\x9e\xd2\xe2\x3a\xff\xe7\x52\xaa\xa4\xb0\xa5\xc5\x52\xaa\x2c\xd3\xdf\x29\xc4\x4c\x5f\xb1\xcf\x9b\x0f\x6f\x5f\xa3\xcf\xcb\x64\x81\xfb\x17\xa6\xbf\x57\x35\xae\x15\x40\x18\xb9\xf0\xcf\x55\x8d\x61\x79\xb7\xc3\x32\xec\xf5\x86\x21\xd0\x49\x4b\xc9\xb5\xfc\x0b\x53\x09\x07\x63\x91\x57\xfe\x5c\x8d\xf4\x5e\x8a\x5e\x3e\x89\x9c\x65\xa3\x3a\x23\x91\x76\x5a\xe4\x8b\x3f\xd7\x1b\xc3\x20\x35\xb3\x94\x70\xcb\x1b\xe0\x09\x89\xb4\xc8\x03\x7f\xae\x66\x9c\x9b\xfa\xbc\x45\xde\x76\xff\x30\x96\xbc\xc8\x32\x55\xbb\xbc\xc8\x9d\x12\x68\xe7\x7a\xf6\xe7\x32\x15\x9a\x08\x1d\x2d\x53\xa1\xab\x19\x8f\xc4\x63\x5c\x5c\x62\xde\x3f\xcc\x47\x0c\x7a\x29\x45\x97\xd7\x93\x13\xf1\xe1\x65\x3a\x73\xf5\xe0\x7b\x48\x81\x1e\x7d\x8f\xdb\xa5\x89\xeb\x69\x8b\x9b\xcb\x9f\xcb\xbf\x6e\x95\xb8\x8c\xb6\x4c\x5d\x2e\x6f\x08\x27\xfe\x4e\xc3\xe2\x1e\xf0\xe7\x32\x4d\x99\xf8\xe3\x02\x8b\xfc\xe4\xfe\x71\x0d\xb0\xa1\xf4\x5e\x9d\xeb\x81\xe9\xbd\x77\x43\xac\x7f\x79\x79\x37\x61\x07\x2d\x2e\xef\xee\x9f\xf7\x26\xca\x41\x9f\x6b\x74\xdf\x43\xd2\x90\x27\xfc\x5c\x9d\x12\x85\x94\xfd\xb6\x29\x7d\xc4\x19\x93\x1c\xdf\x89\x33\xae\x8e\xc6\x49\x59\x9a\xd1\x38\x4b\xad\x91\x32\x78\x56\x6b\x2c\xd3\x76\x89\xbf\x75\xb6\x4c\xdb\x2d\xff\x26\x57\xca\xdc\x28\xb2\x5c\x7b\xa9\x5d\x12\x4e\xf7\x52\xbb\x2c\x2f\xaa\x26\x2a\x08\xd7\xf0\x7c\x87\xb1\xea\x12\xbc\x9d\xc3\xb7\x0d\xe3\xa5\xdc\xef\x5d\x43\x9a\x87\xf4\x51\xae\xbd\x06\x71\xd0\xf5\xe6\x90\x4a\xe1\x72\x8d\xf4\x4d\xff\x22\x1e\xd5\x82\xcb\xc0\xc1\xb2\x94\xfa\xa1\x5a\x70\x59\x36\xbd\xa6\x7f\x0e\x8e\xbb\xa3\x8b\xbb\xa3\xfb\x87\xc0\x1a\xb9\x9c\xa5\x56\x5b\xde\xfd\x7c\x8e\x6d\xec\xaf\x29\x6f\x4d\xcb\xf1\x0f\xef\xf7\x50\x8e\xbf\xe6\xf0\x8a\x15\xd7\xb8\xe6\x74\x8d\xe9\x35\x8f\xdb\xbe\x61\x9f\xb1\x5b\xae\x9b\x4d\xf7\x5e\x2d\xf9\x9c\x21\xfc\x6b\x89\xb9\x1b\xbf\xab\x3f\x7d\xf9\xf3\xdf\x3e\xec\x7f\xf8\xfe\x7d\x7e\xfb\x99\xbf\xb3\xc8\x5f\x38\xfc\x18\x73\xfd\xf0\x6d\xfe\xf9\x6f\x36\xfe\xf4\xe3\x4f\x7b\x14\xff\xfe\x4f\x00\x00\x00\xff\xff\x69\x55\x86\x2d\xdf\x51\x00\x00"); -func _egaf ()(*asset ,error ){_fbed ,_cgcc :=_fgga ();if _cgcc !=nil {return nil ,_cgcc ;};_aagac :=bindataFileInfo {_dae :"H",_fb :2711,_ae :_be .FileMode (436),_g :_a .Unix (1580492271,0)};_efgg :=&asset {_dd :_fbed ,_ef :_aagac };return _efgg ,nil ; -};func _aag ()([]byte ,error ){return _c (_daca ,"Adobe-GB1-1")};func _baca ()([]byte ,error ){return _c (_gece ,"KSC-H")};func _gdf ()([]byte ,error ){return _c (_bgfd ,"ETHK-B5-V")};var _aadd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x5d\x47\x09\x50\x14\x58\x93\xa1\x33\x86\x6e\xc3\xb2\x76\x03\x86\x1d\xf4\x87\x0a\x04\xcc\xb2\x20\xdb\x87\x7c\xfb\x41\xa4\xe7\x1e\x82\x97\xfc\xc4\x47\x3d\x85\xac\x8f\xfd\xa9\x8f\x61\x86\xfa\x5b\x1e\xed\x19\x67\xf0\x21\xba\x8c\xd3\xb8\x64\x8b\x60\xf0\x12\x62\x55\xc9\x06\x5c\xb0\xf3\xff\x9f\x24\x76\xd0\xa9\xaa\xea\xa7\xc7\xcf\xe9\xf6\xe3\xcb\xf1\xf6\x13\x2c\x13\xae\xf0\xd8\x9f\xce\xd7\x69\xc6\xa1\x8f\x7e\x84\x96\xcd\x6e\x49\x6b\x03\x80\xfa\x3b\x5e\xc2\x34\xe7\x2b\xdc\x7c\x70\xa3\xc1\x77\xe0\xd0\x17\xfe\x35\x3b\xcc\x21\x5e\xe0\xe6\xe9\x51\x6e\xf4\xbc\xa4\xf4\x17\x07\x8c\x33\x34\xc4\x30\x3a\xd2\xaa\x3e\x3e\xeb\xf4\x45\x0f\x08\x6f\x49\x5e\xe9\x88\x4e\x5e\x31\x4f\x61\x8c\x20\x9b\xf7\x42\x74\x6f\xfc\xc7\x35\x21\xc8\xb5\xc5\xaf\x97\xfe\x04\xbf\x25\x48\x01\x4d\x77\xd7\xed\xfe\xac\xfc\xe7\xf3\xe8\xb6\xaa\x46\x70\x78\x1b\x5c\xd6\xf1\x82\xd5\xbd\x96\xba\x79\x80\x55\xa0\x53\x1d\xa1\x96\x51\x4b\xe8\x8e\x90\x66\xa4\x0b\x3a\xec\x09\x19\x46\xf6\x01\x94\x12\x5c\xe5\x18\x39\xaa\x3a\x14\x64\xb8\xbd\xf1\x05\xed\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\xf7\xba\xd5\xb2\x20\x12\xe8\xd4\x9e\xd0\x9e\xd1\x81\x8c\x82\x90\x65\x64\xa9\xaa\x25\x84\x8c\xb8\x97\x2a\xc8\x50\xd4\xd6\x18\xaa\xa2\xf6\xc6\x31\x72\x54\x45\xed\x4b\xa0\x55\xa0\x53\x25\x6a\xeb\xe8\x41\x24\x4a\x09\x46\x6c\x74\x64\x94\x14\xc2\xb1\xb1\x08\xec\x04\x21\xcf\x46\x4f\x37\x1e\xe8\x46\xcf\x46\xcf\xff\x04\xe5\xe2\x67\xb7\xfc\x6c\x29\xcb\xf8\xb7\x39\x94\xef\x65\xeb\xb6\x45\xb0\x4b\xce\x18\x67\xda\x39\x1a\x76\x19\x60\x88\xb8\x2d\x75\x1a\x53\x71\xd1\xe7\x5f\x00\x00\x00\xff\xff\x2f\x4d\x97\xcf\x00\x03\x00\x00"); -var _ffe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\xbb\x6e\xeb\x30\x0c\x86\x77\x3f\x05\xc7\x9c\xe1\x54\x96\x83\xf4\x32\x16\xf6\x50\x0d\x71\x8a\xba\x49\x0b\x14\x1d\x1c\x89\x32\x04\xd4\x94\xa0\xcb\xe0\xb7\x2f\x2c\x3b\xee\x20\x10\xfa\xc0\x4f\xd4\x4f\x56\x8b\x46\x90\x89\xc0\x5e\xbd\x95\x1d\x46\xd0\x86\x94\xc7\x60\x93\x97\x08\x57\x1c\x0c\x15\x05\xaf\x40\x19\x19\x6f\xd7\x5c\xe4\xd8\xbb\xa2\x60\x75\xdb\x55\xff\x5f\x20\x05\xbc\x01\xd1\x74\x53\x88\x38\x0a\xd2\x16\xf6\x8b\xa8\x92\x5b\x65\x00\xf6\x86\x83\x09\xd1\x4f\xb0\x7b\x56\xf6\x8a\xff\x40\xa1\x9e\xf9\xc9\x2b\xf4\x86\x06\xd8\xd5\x6d\xc7\x37\xdc\x25\xe7\x7e\x70\x44\x8a\x50\x66\x86\xa4\x72\x2d\x58\x7d\xec\x5d\xdb\x8f\x08\xcb\x37\x2e\x19\x67\x7a\x41\x1f\x8c\x25\xe0\xe5\x5d\x59\xde\xff\xf1\xf7\xc9\x21\xf0\x55\x3f\x8b\xe6\xa4\x75\xc0\x08\x4f\x87\xe5\x69\xf6\x79\x16\x0d\x7c\x71\xe0\x25\x54\x87\xfd\xe3\xc3\xf7\xda\xfa\x71\xb4\x6a\x13\x91\x54\x0e\xbb\x8d\x97\xc9\x7b\xa4\x98\xa3\xe6\x31\x73\x9f\x21\xdc\xf6\xe8\xac\x9b\xad\x7c\x7e\x03\x00\x00\xff\xff\x26\x9e\x08\x33\x73\x01\x00\x00"); -var _ddbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\x5a\x4b\x56\x1d\x25\xb0\x2c\x74\x13\xd8\xfa\xb0\xdd\xd2\xec\xa6\x85\xd2\x83\x23\x8d\x83\xa0\x91\x8d\x6c\x1f\xf2\xef\x8b\xde\xb8\xde\x43\x78\xd1\xc7\x7b\xa3\x19\x6b\xca\x7d\x73\x68\x62\x98\xa8\xfc\x9e\x7a\x77\xe4\x89\xba\x10\x7d\xe2\xb1\x9f\x93\x63\x3a\xf3\x25\xc4\xa2\xd0\x15\xf9\xe0\xa6\xff\x47\x88\xbb\xb6\x43\x51\x94\x4f\x8f\xaf\x1f\xbf\xd2\x3c\xf2\x72\xde\x37\x87\xe3\x6d\x9c\xf8\xda\xc4\xae\x27\x23\x39\x3f\x0f\x4b\x96\xa8\xfc\xc1\x97\x30\x4e\xe9\x46\x77\x5f\x7c\x7f\xe6\x0f\xe4\xb9\xcb\xfc\x25\x79\x4e\x21\x5e\xe8\xee\xe9\x51\xaf\xf4\x38\x0f\xc3\x5f\xbe\x72\x9c\x48\x83\x71\xf4\xd0\xa2\xdc\x3f\xb7\xc3\xb7\xf6\xca\x84\x26\x4e\xa0\x80\x27\x4e\x63\xe8\x23\x69\xf5\x49\xa9\xcd\x3b\x7f\xbd\x0d\xbc\x54\x29\xca\xb7\xe6\xf0\xd2\x75\x23\x4f\x64\x95\x12\xcf\xaf\xb7\xe6\x40\xbf\x35\x69\x45\x55\x6d\xac\xf9\xb3\x58\x7f\x3e\xf7\x7e\x0d\x56\x4a\x46\x71\xc1\xa7\x36\x5e\xb8\xb8\xaf\x74\x55\x3d\xd0\x22\x54\xdb\x1a\xc8\x08\x32\x40\x9f\x81\x5a\x41\x6d\x46\xbb\x2d\xd0\x59\x90\x7b\x20\x6b\x95\xb8\xbc\x20\x0f\xd7\x2e\x23\x23\xe5\x4d\x97\xd1\xb6\xca\xc8\x32\x50\x16\x6b\xd5\xa6\xb8\xaf\x4c\xa5\x33\x82\x50\x6d\xb7\x40\x5b\x41\x3b\x04\x15\x90\x13\xe4\xe0\x32\x40\x2c\x48\x6a\xd9\x8c\x0c\x5a\x35\xe6\x0c\x17\xca\x1b\x2f\xc8\xc3\x85\xf2\xb9\xa1\x45\xa8\xb6\xb9\x55\x53\x63\x20\x88\xb5\x4a\x90\x04\x6b\x04\x35\x9a\xa8\x25\x98\x85\x36\x0a\xc8\x4a\xd0\xe2\xc6\x1d\x6e\xb4\x12\xb4\xf2\x25\xd0\x97\x8c\x6d\x64\x6c\xad\xf3\x32\xac\xef\x90\xff\xe7\x1d\x5c\xd7\xc2\xcd\x29\x71\x9c\xb0\x81\x78\xff\xfc\x80\x21\xf2\xba\xdd\x43\x3f\xe4\x14\x7e\xff\x02\x00\x00\xff\xff\x96\x52\x71\xc9\x09\x03\x00\x00"); -var _fef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4b\x8b\x64\xb9\x11\x85\xf7\xf7\x57\x68\x39\x5e\xd8\xa5\x47\x3c\x24\xb8\x5c\x30\xdd\x03\xae\xc5\xcc\x18\xb7\xc7\x36\x18\x2f\xf2\xa1\x6c\x12\xdc\x99\x49\x56\xd6\xa2\xff\xbd\x89\x73\xb2\xdb\xcc\x2c\x8a\xa8\x3c\x84\x42\x8a\x4f\x11\x92\xee\xcb\x87\xd7\x8f\xaf\x97\xf3\x23\xbd\xfc\xf5\x7e\x3d\x7c\x9a\x8f\x74\x3a\x5f\x8e\xf7\xf9\x76\x7d\xbf\x1f\x66\xda\xcf\xcf\xe7\xcb\xb2\x94\x9a\x8e\xe7\xc3\xe3\xdb\x4f\x98\xc3\x97\xdd\x6d\x59\x62\xfc\xa7\xaf\x6f\x8f\xf9\xe5\xf5\x72\xba\xa6\x46\xbf\xe3\xfb\xed\xe9\x9b\xd2\xcb\xdf\xe6\xe7\xf3\xdb\xe3\xfe\x35\xfd\xf0\xe7\xe3\x75\x3f\xff\x90\x8e\xf3\x14\xfa\x2f\xf7\xe3\xbc\x9f\x2f\x9f\xd3\x0f\x1f\x7e\xfe\x54\xbe\xcb\x9f\xde\x6f\xb7\xff\xce\x2f\xf3\xf2\x48\x19\xda\xbc\x1c\x61\x97\x97\x0f\x3f\xed\x6e\x3f\xef\xbe\xcc\xf4\x12\x23\xfe\xf8\x17\xc8\x50\xff\x31\xef\x6f\xe7\xeb\x25\x95\xfc\xa7\x9c\xed\xff\xfa\xdf\xbf\xde\x66\x2a\xcf\xe1\xbf\xbe\x7e\xfc\xe5\x74\x7a\x9b\x8f\xe4\x99\xa1\x5f\xfe\xf5\xeb\xeb\xc7\xf4\xef\x92\x4a\x4e\x55\x5b\x97\xff\x3c\x5d\xff\xf9\xd3\xf5\x38\x9f\xf3\x2f\x85\xb9\x1c\xae\xc7\xf9\x76\xdb\x1d\xe6\x7d\x77\xf9\x3c\x97\x94\xd6\x5a\x6a\xd9\xd2\xea\x3f\xfa\x8f\x5b\x2c\xf3\x77\x1e\x4b\xc9\xf9\x39\xf4\x7c\xa4\xf4\x6d\x48\x2d\x3e\xb7\x34\xc6\xb2\xd6\x4a\xa1\x86\x50\x46\x5b\xd6\xda\xa8\x34\x99\x5b\xaa\xdd\x97\xb5\x0a\x15\x09\x9f\xd6\xc2\x47\xa9\xa8\x1d\xb6\x24\x35\x7c\xd4\x26\x14\xcf\x5b\xd2\x1c\x3e\x46\x1f\x6b\x33\x14\x5b\xd6\xea\x54\x60\x74\x28\x94\x4a\x45\xb6\xa4\x8d\x3e\x4a\x45\xc3\x87\x8a\x51\xb1\xf0\x19\x50\x9c\x8a\x6f\xc9\x72\x85\xd2\xa9\xf4\x2d\xa9\x64\x28\x83\xca\x21\x7c\x1a\x94\x23\x95\x53\xf8\x94\x50\x5a\x86\x12\xc6\xb2\x43\xe1\x0a\x1b\x56\x38\x3a\x24\x2e\x31\x8c\x65\x2a\x8d\x4a\xdb\x92\x15\x4c\xd6\x84\x4a\xa4\x21\x02\x85\x69\x84\xb1\xc2\xc9\x98\x46\x18\x1d\x60\xef\x8d\x79\x84\x51\x01\x8f\xc6\x3c\xda\x88\x61\xc8\xac\xed\xa8\xec\xc2\x07\x3c\xda\x9e\xca\x3e\x16\x94\x39\xff\x81\xd2\x21\x9c\x98\x08\x93\x0d\x63\x85\x2b\x9a\x54\xe6\x96\x0c\x9b\xe8\xed\x44\xe5\x84\x40\x98\x5f\x48\x44\x4a\x38\x61\x98\x30\xfd\x30\x2a\x48\x5f\x98\xbe\x58\xf8\x60\x45\xc2\x3c\x04\x79\x20\x33\x61\x1e\x12\x6b\x14\xe4\x21\x5c\xa2\x60\x3f\x58\x0e\xc2\x35\x86\x31\xa6\x26\x5c\x63\x18\x55\x64\x26\x5c\xa3\xc6\x16\x71\x7a\xe5\x16\x69\xec\x87\x22\xb4\x72\x41\x1a\x25\xa3\x60\xad\x64\xad\x3d\x7c\x90\x86\xb2\x1c\x34\x30\x3e\x15\x62\x54\x62\x04\x34\xe5\x1a\xf5\xb4\x25\xaf\x98\xde\xc8\x23\x8c\x57\x10\x32\x4e\x1f\x46\x15\x8b\x36\x12\x32\x0d\x1f\x2a\x9c\x3e\x8c\x2a\x22\x1b\x09\xd9\x71\x4b\xde\x18\x99\xa9\x86\xb1\xfc\x1c\xc6\x5c\xbd\x86\x13\x86\x39\x33\x0b\x63\xb9\x22\x7d\x67\xa9\x79\xdf\x92\xb3\x8a\x9d\xa9\x85\xb1\x5c\x81\xdf\x59\x34\x1e\xd3\x91\xac\x73\xba\x30\x1d\xf9\x77\x36\x63\x8f\xb6\xea\xaa\x50\x9c\x8a\x6f\xa9\x5b\x85\xd2\xa9\xf4\x50\x0c\xca\xa0\x02\x8e\x1d\x0a\x38\xf6\xe8\x8f\x6e\xb1\xea\xce\xfe\x80\xb1\xcc\x61\x6c\x90\x1e\xc5\xdf\x1d\x93\xb1\xf6\x7b\xd4\x75\xc9\xa8\xd0\xde\x9e\x91\x62\x47\x0a\x17\xc0\xc2\xee\x51\xb4\x25\x17\xcc\xc7\xaa\xed\x51\x85\x25\x57\x78\x09\xa3\x47\x6d\x15\x12\xe8\xac\x2d\x18\x2b\xd6\x20\x4d\x4a\x13\x12\x62\xb1\xba\x7a\xd4\x52\xc9\x38\x5b\x3a\x8b\x09\xc6\x8a\x51\x62\xf8\x28\xa1\x52\x3b\x06\xea\x8e\xd2\x2e\x7a\x80\x09\xb1\x9e\x7a\x54\x43\xa9\x03\x09\x19\x63\x85\x51\xcb\x50\x18\x2a\x4c\x69\x28\xba\x6e\x4a\xc9\x43\x42\xcf\x77\x23\x76\xdb\x6f\xa9\x58\x07\x40\x23\x88\x30\x6a\x05\x0a\x33\x8c\x03\xb7\x18\x4e\xd3\xee\xdc\x52\xdf\x6f\xa9\x66\x8e\x73\x8e\x8b\x7d\xaf\xec\xcd\xc1\x8d\x87\x71\x6f\x05\x52\xa5\x54\xc3\x0b\x4d\x35\x6a\xa3\xd4\xe0\x45\x49\x28\x29\xbc\x1a\x24\xa3\xb4\xdf\x52\xcb\xc2\x58\x07\x4a\x71\x59\x68\x51\x48\x27\x4a\xa7\x2d\x8d\x8c\xa6\x19\x3c\x7a\x61\x06\x4b\x74\xf0\xec\x1d\x51\x36\x6d\x60\xcb\x06\xcb\x66\xc4\x29\x2a\x8d\xeb\xe2\x31\x0a\x23\x8e\x43\x73\xb0\x94\x46\x9c\x9d\x9a\x85\x5e\x83\x12\xb6\x2c\x87\x9b\xf0\xa6\x93\x1a\x67\x9b\x46\x75\x09\xef\x35\xc1\xbd\x86\xfb\x48\x78\xaf\x89\x86\x62\x7d\xe0\x56\xfd\x76\x79\x2e\x6a\xbf\xbf\x4e\x85\x77\x9c\x58\xf8\x7b\x6f\xcb\x2a\xbc\xe3\x84\x8d\xe6\xbe\xac\xc2\x46\x13\x6c\xc1\xf0\xb2\xac\xc2\x1d\x90\x81\x3b\x37\x5b\x4c\xbc\xa3\xb4\x83\x54\x74\x2c\xab\xec\x29\xed\x21\xd5\xc0\x2d\x07\x4a\x07\x48\x2d\x0e\x7a\x39\x52\x3a\x42\x92\xd8\x01\x99\x94\x26\x24\x6d\x11\xfe\x44\xe9\x04\xc9\xa2\x43\x34\x43\xd2\x0c\xc9\x6b\x5b\x56\xe5\xe3\x40\xf1\x38\x28\xbd\xf8\xb2\x2a\xa1\xe9\xf3\x79\x10\x17\x99\xf2\x7d\xa0\x0d\x25\x85\x6b\x43\x09\x52\x85\x52\xdc\x6d\x4a\x92\x0a\x92\x15\x0f\x0b\x25\x2c\x05\xac\x8a\x97\x85\x92\x96\x82\x56\x6d\x3d\xc2\x13\x97\xb2\x62\x25\x5a\x4b\xc9\x4b\x07\x8b\x38\x7a\x52\xc9\x4b\xc1\xab\x5a\x14\x8b\x92\x97\x82\x57\xf5\x38\x76\x95\xbc\x14\xbc\x6a\x8f\xab\x41\xc9\x4b\xc1\xab\x8e\x28\x0c\x25\x2f\x05\xaf\x86\x53\x40\xc9\x4b\xc1\xab\x95\xb8\x2d\x8d\xbc\x0c\xbc\x5a\x8d\x37\x8f\x91\x97\x15\xbe\x8b\x6a\x59\x56\x23\x2f\x03\xaf\x26\x51\xfd\x46\x5e\x06\x5e\x4d\xf3\x58\x56\x23\x2f\xe3\x83\x0a\xaf\x13\x23\x2f\x53\x4a\x23\xc2\x93\x97\x81\x57\xf3\x11\xe1\xc9\xcb\xc0\xab\xf5\x1e\xe1\xc9\xcb\xc0\xab\x0d\x8f\xf0\xe4\x65\xe0\x25\xd9\x23\x3c\x79\x19\x78\x49\x89\x63\xda\xc8\xcb\xc0\x4b\x6a\x9c\x29\x46\x5e\x06\x5e\xd2\xe2\x52\x30\xf2\x32\xf0\x12\x89\x03\xc4\xc8\xcb\xc0\x4b\x54\x22\x3c\x79\x19\x78\x89\xc5\xdd\xe5\xe4\xe5\xe0\x25\x38\x66\xfc\xf9\x5e\x05\x2f\xe9\x71\x9d\x3a\x79\x39\x78\xc9\x28\x63\x59\x9d\xbc\x1c\xbc\x34\x97\xb6\xac\x4e\x5e\xce\x46\x2d\x71\x6c\x3a\x79\x39\x78\x69\xcd\x11\x9e\xbc\xdc\x28\x45\x3f\x3b\x79\x39\x78\x69\xeb\x11\x9e\xbc\x1c\xbc\x54\xa2\x67\x9d\xbc\x1c\xbc\x54\xa3\x69\x9d\xbc\x1c\xbc\xd4\xa2\x6b\x9d\xbc\x1c\xbc\xd4\xa3\x6b\x9d\xbc\x1c\xbc\xb4\x47\xd7\x3a\x79\xf9\x31\x5e\x3e\x3a\xb4\xfd\xe6\x08\x89\xff\xe3\xbb\xe5\xfb\x97\xc4\xe1\xfd\x7e\x9f\x97\x07\xbe\x5a\xf0\xc5\x10\x4f\xfe\xf3\x65\x7e\xff\x02\xba\x5d\x6f\x31\x0a\x7f\xff\x0b\x00\x00\xff\xff\x1d\xfa\x75\xc1\x2d\x0d\x00\x00"); -func _aebf ()(*asset ,error ){_bcfeg ,_fccbc :=_dgeb ();if _fccbc !=nil {return nil ,_fccbc ;};_bfdg :=bindataFileInfo {_dae :"UniCNS-UTF8-H",_fb :287804,_ae :_be .FileMode (436),_g :_a .Unix (1580492718,0)};_ebcf :=&asset {_dd :_bcfeg ,_ef :_bfdg };return _ebcf ,nil ; -};var _agb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x93\x5f\x6b\xdb\x5c\x0c\x87\xef\xcf\xa7\xd0\x65\xdf\x8b\xbe\x91\xce\x3f\x3b\x60\x02\x6b\xbb\x96\x5c\x74\x1d\xeb\xba\x0d\xc6\x2e\x1c\x5b\x0e\x86\xc5\x36\x8e\x73\xd1\x6f\x3f\x24\x25\x19\xec\x22\x38\x79\x22\xfd\xf0\x79\x74\xb4\xba\xdf\x3e\x6c\x87\x7e\x81\xd5\xe7\x79\x6c\x5e\x79\x81\xae\x1f\xda\x99\x8f\xe3\x69\x6e\x18\x76\xbc\xef\x07\xe7\xc8\x43\xdb\x37\xcb\xe5\xa7\x3e\x9a\x43\x3d\x39\x27\xfd\xaf\xef\xc7\x85\x0f\xdb\xa1\x1b\x21\x58\x5d\x7b\x9a\xce\xb5\x00\xab\x2f\xbc\xef\x8f\xcb\xfc\x0e\x37\x1f\xda\x71\xc7\xff\x41\xcb\x9d\xf0\x97\xb9\xe5\xb9\x1f\xf6\x70\xf3\x74\x47\x57\xfa\x7a\x9a\xa6\xdf\x7c\xe0\x61\x01\x54\xc6\x43\xab\x4f\xb7\xba\x7f\xae\xa7\x4f\xf5\x81\x61\xa5\x41\xb7\x4f\x77\x74\x6b\x35\xfa\xd7\x37\x9e\x8f\xfd\x38\xc0\xfa\x7f\xc4\xfc\x17\x7f\x7d\x9f\x18\xe8\x1c\xf1\xb6\x7d\x78\xe9\xba\x23\x2f\x10\xc2\xb9\xf5\xc7\xdb\xf6\x01\x7e\x12\x10\x82\x4f\x21\x97\xbf\xce\xa5\xdf\x9f\xc7\x96\xcf\xef\xa0\xc7\xbc\x1f\x4f\xc3\x02\x45\x41\x85\x31\xb2\x23\x36\x63\xcb\xc7\xa9\x6e\x78\xae\x87\x3d\x3b\x80\x0a\x11\x71\x03\x15\x7d\x7c\x7c\xdc\xc8\xeb\xff\x53\xe1\xc2\xa5\xb3\x6f\x8d\x5c\x3a\x10\xbb\x6e\x03\x00\x80\xae\x42\x32\x44\x8a\x7c\xca\xae\x42\x6f\xc8\x2b\x4a\xe4\x5d\x85\xc1\x50\x50\x54\xe4\xd2\x55\x18\x0d\x45\x41\x84\x3e\xba\x0a\x93\xa1\xa4\xc8\x97\x12\x9f\x0d\x65\x45\x29\x48\x7c\x61\xa8\x50\x54\xac\x25\xbe\x34\x54\x0a\xf2\x18\x25\x7e\x6d\x68\xad\x28\xa0\xc4\xd7\x86\x6a\x45\x29\x4b\xfc\xce\xd0\x4e\x51\x49\x12\xdf\x18\x6a\x04\x05\x2c\x24\xbe\x35\xd4\x2a\x0a\x5e\xe2\xd9\x10\x2b\x4a\xa5\xc4\x77\x86\x3a\x45\x65\x44\x57\xd1\xd9\xb0\xfa\x8a\xb8\xce\xae\x22\xf3\x45\xea\x2b\x86\xe4\x5d\x45\xe6\x8b\xd4\x57\xcc\x58\xba\x8a\xcc\x17\xa9\xaf\x58\xe6\xe8\x2a\x32\x5f\xa4\xbe\x12\x79\x89\x37\x5f\xa4\xbe\x52\x28\x24\xde\x7c\x91\xfa\x4a\x39\x48\xbc\xf9\x22\xf5\x95\xca\x52\xe2\xcd\x17\xa9\xaf\x4c\x51\xe2\xcd\x17\xa9\xaf\x1c\x51\xe2\xcd\x17\xa9\xaf\x9c\x65\xb4\x64\xbe\x48\x7d\xe5\xb5\x8c\x96\xcc\x17\xa9\xaf\x82\x64\xb4\x64\xbe\x48\x7d\x15\x51\x46\x4b\xe6\x8b\xd8\xc7\x8d\xcc\x1f\xf5\xc2\x5d\x2e\x96\x7c\x97\x35\xbd\x6e\x4e\x73\x9a\x67\x1e\x16\x5d\x52\xdd\x0e\xb9\xca\xfd\xc0\xd7\x85\x9f\xc6\x49\xba\xf4\xf3\x27\x00\x00\xff\xff\xd1\xcb\xaf\x2a\x1c\x04\x00\x00"); -var _ggd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x14\xd9\x26\x2d\x50\xf4\x40\x4a\xf4\x42\x40\x2d\x0b\xb2\x7d\xd8\x6f\x5f\xcc\x7b\x5b\x37\x87\x60\xb2\x3f\x93\xa3\xe1\xb3\x64\xed\x1f\x0f\x4f\x87\x65\xbe\x9a\xfd\x6f\xdb\x79\x7c\xee\x57\x73\x9c\x97\x69\xeb\x97\xf3\x6d\x1b\xbb\x69\xfd\x65\x5e\x76\x3b\xeb\xcc\x34\x8f\xd7\xff\xfe\x44\x19\x4f\x75\xdd\xed\xf6\x65\x38\x5d\xde\x7f\xf9\xe5\xf9\xe3\xfb\x9f\xcd\xed\xd2\xdf\xf4\xf1\xf0\xf4\xfc\x7a\xb9\xf6\xd3\x61\x39\x9e\x8d\xe7\xee\xe9\xb6\xbe\x75\x30\x66\xff\xa5\xbf\xcc\x97\xeb\xf6\x6a\xde\xfd\x34\x9d\x5b\xff\xc1\x4c\xfd\xa8\xfe\x79\x9b\xfa\x36\x2f\x2f\xe6\xdd\xc7\xba\xd6\xc5\xde\x3f\x78\xbe\xad\xeb\x3f\xfd\xd4\x97\xab\x71\xb0\xbe\x4c\xa8\xbb\xfd\xe3\xa7\xba\xfe\x5a\x4f\xdd\x7c\x37\xcd\x37\x7c\x86\x8f\xbe\xf5\xed\x32\x9f\x17\x63\xed\x8f\xc3\x90\xfe\xf7\xdf\x5f\xd7\x6e\xec\x5b\x8f\xaf\x87\xa7\xcf\xc7\xe3\xa5\x5f\x8d\x1d\xdc\xc0\x45\x7f\x7e\x3d\x3c\x99\xbf\xac\xb1\x83\x71\xd1\x87\xf0\xf7\xdb\xda\x3f\x3e\x9d\xa7\xfb\x4e\xc9\x3c\xd4\x38\x4f\x5b\x5d\x5e\xfa\xee\x43\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\x87\xec\xca\x51\x09\x45\x8a\xd5\x8d\xae\xe2\x8a\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\x26\xe1\x03\x22\x44\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x83\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x67\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x87\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x31\x63\xd2\x37\xcc\xfd\x57\x5d\xff\xaf\xef\xb6\xfb\xbb\x66\xbc\x6d\x5b\x5f\xae\x78\xb3\xe1\x75\xa2\xaf\x83\x79\xe9\xf7\x77\xe7\x7a\x5e\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x59\x2d\x4a\x62\x67\x07\x00\x00"); -func _eafa ()(*asset ,error ){_fecaa ,_eefad :=_cdca ();if _eefad !=nil {return nil ,_eefad ;};_ffef :=bindataFileInfo {_dae :"HKgccs-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492370,0)};_cdef :=&asset {_dd :_fecaa ,_ef :_ffef };return _cdef ,nil ; -};func _ebba ()([]byte ,error ){return _c (_agf ,"Adobe-KR-2")};func _fgbb ()([]byte ,error ){return _c (_ddbd ,"GBT-V")};var _egce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\x4f\x4b\xc4\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0f\x6b\x93\x4a\x15\x61\x59\xd0\x56\xb0\x87\x5d\xc5\xae\x7f\x40\x3c\x74\x93\x69\x09\xd8\x49\x48\xd2\x43\xbf\xbd\x24\xad\xdd\xc3\x30\xcc\x6f\x78\x33\x8f\x97\x95\x75\x55\x93\x0e\x90\xbd\x3a\x23\x1b\x0c\xd0\x69\x52\x0e\xbd\x19\x9d\x44\x38\x63\xaf\x89\x31\x91\x83\xd2\x32\xfc\x8f\xa9\xc9\xa1\xb5\x8c\x65\x4f\x27\xa4\xed\x63\xb1\x7d\x86\xd1\xe3\xc2\xca\xba\x6a\x26\x1f\x70\xa8\xa9\x33\x70\x33\x6b\xd5\x68\x17\x3d\x40\xf6\x86\xbd\xf6\xc1\x4d\xb0\x79\x50\xe6\x8c\x57\xa0\xb0\x8b\xfc\xc5\x29\x74\x9a\x7a\xd8\x94\xc7\x46\xac\xb8\x19\xad\xfd\xc5\x01\x29\x00\x4f\x0c\x49\xa5\xce\xb2\xf2\xd0\xda\x63\x3b\x20\x24\x27\x83\x9f\xbd\xc4\x5d\x5a\x7d\xa0\xf3\xda\x10\x08\x7e\xcd\x79\x71\xe1\xa7\xc9\x22\x88\xe5\xc6\xd7\x7b\x5d\xc1\xb7\x00\xc1\x21\x2f\x8a\xfb\xdb\x9f\x85\x7f\x1e\x8c\xc2\xe5\x23\x13\xb3\x7b\xa9\x95\x6b\xa9\x47\xb6\xcb\xf9\x1e\x76\x77\xb8\x07\x11\xed\xac\x3c\x0d\x31\x87\xd5\x99\x1c\x9d\x43\x0a\x29\x85\xf4\x3c\x1e\xd4\x84\x6b\xca\xd6\xd8\xa8\x4a\xf5\x17\x00\x00\xff\xff\x0d\x7d\x06\x62\x91\x01\x00\x00"); -func _beeeg ()([]byte ,error ){return _c (_egaa ,"UniCNS-UTF8-V")};var _ecdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\xcb\x8e\x36\x31\x92\x1d\xb6\xef\xa7\xa8\xa5\xbc\x90\x27\x79\x0b\x92\x80\x51\x80\x25\x61\xe4\x59\xc8\x36\x2c\xc9\x36\x60\x78\x91\xd7\x71\x03\x9e\xee\x46\x4f\x6b\xa1\xb7\x37\x78\x4e\x7d\xe7\xe4\x18\x30\x5c\xff\xa6\x7e\x7e\x99\xc9\x4b\x30\x18\x11\x8c\xeb\xdf\xfd\xdb\x7f\xf8\x77\xff\xf0\xa7\x3f\xfe\xed\xeb\xef\xfe\xe7\xbf\xfe\xf9\xfc\x8f\xf7\xdf\xbe\x9e\x3f\xfe\xe9\xfa\xeb\xfd\xcf\x7f\xfe\x2f\x7f\x3d\xef\xaf\xe3\xfe\xc7\x3f\xfe\xe9\x0f\x7f\x48\xf9\xeb\xfa\xe3\xf9\xb7\x4f\x13\x7f\xce\x7f\xda\xff\xf2\x87\x3f\xac\xef\xff\xe3\x7f\xfd\xe7\xbf\xdd\xff\xf4\x0f\x7f\x7a\xfe\xfc\x55\xf8\xde\xf5\x5f\xfe\xf2\xf3\xee\xd7\xd7\xdf\xfd\x2f\xf7\x3f\xfe\xf1\x9f\xff\xf6\xd7\xff\xfa\xf5\xaf\xfe\xfb\xeb\xcf\xc7\xfd\xdf\x7c\x5d\xf7\xb3\x7e\xff\x9f\xfe\x7a\xdd\x7f\xfd\xe3\x9f\xfe\xf1\xeb\x5f\xfd\xfb\x7f\x93\xf4\xeb\x7f\xfc\x2f\x7f\xf9\xcb\xff\x7d\xff\xd3\xfd\xa7\xbf\x7d\x35\xfc\x76\xff\xe9\xc2\xdf\x3f\xfc\xdd\xbf\xfd\x0f\xfb\x5f\xfe\xc7\xfd\x9f\xee\xaf\xbf\xfb\xcf\x7f\xfa\xe3\xbf\xff\x37\xff\xfa\x3f\xff\xa7\xbf\x2f\xf9\x5f\xff\x0f\x78\x8a\x87\xff\xeb\xfd\xd7\x7f\xfe\xe3\x9f\xff\xf4\x95\xfe\xdb\x2d\x85\x7f\xfe\x4f\xff\xf5\x2f\xf7\x57\xfa\xe9\xe4\x7f\xff\xcf\xff\xf0\xef\xbe\xfe\x8f\xf4\x95\xb6\xaf\xdc\x62\x2b\xff\xe7\xcf\xef\xff\xdb\x7f\xf8\xf3\x75\x7f\x6d\x6c\x25\xce\xfe\xfc\xf3\x75\xff\xf3\x5f\xf6\xf3\xfe\xeb\xfe\xa7\x7f\xbc\xff\xf0\xf5\xf5\xdf\x6d\x3f\xff\xbe\xd7\x7f\xd3\xf6\xf7\x7f\xff\xf7\x7f\xff\xbd\x66\xf8\xff\x7a\xf3\xd3\xc1\x9f\xfe\xfc\xb7\xeb\x7e\xf8\xdb\xbf\xfc\x76\xfd\x4b\xcf\xf7\x57\x5a\x5f\xbf\x5f\xfb\x43\xda\xb6\x9f\xd1\xff\x78\x9d\xff\xd7\xfe\xd7\xcf\x87\xfb\xb6\xde\xfe\x34\xea\xf7\x57\x8a\xae\x66\xfb\xfe\xca\xb9\xb4\xaa\x1f\xfa\xf7\x57\xea\x7e\x7d\x7c\x7f\xa5\x2d\xab\x39\xbf\xbf\x7a\x4f\xe5\xd3\x3e\x56\xd7\xa1\xc7\x47\xfa\xfe\x4a\x59\x9d\x1f\xfd\xfb\x6b\xce\x4f\xeb\x5a\x3d\xe7\xf1\x69\xde\xdb\xf7\x57\x78\xa0\x3b\x7d\x7f\x45\xe8\xe5\x7b\xac\xa7\x4d\xcd\xb9\x9a\x1a\xf6\xde\xbf\xbf\x62\xba\x79\xae\xa7\xfe\xf6\x5a\x4d\xcd\xe2\xc9\xdf\x5f\x31\xf4\xf2\x53\x56\x53\xe3\x3e\x98\x95\xbe\x7d\xd6\x40\xc3\xdf\xae\x81\x86\xa6\xf1\xac\x81\xe6\x67\xb9\x69\xc3\x9c\x3f\x2b\x4a\x69\xf5\xdc\xf5\x34\x1d\xab\xf9\x01\x6c\xca\x68\xc6\xa7\x59\xeb\xea\xca\xcd\xb5\xde\xd9\xd5\x5c\x4b\x18\xdb\xa7\x19\xeb\xdb\xa1\xae\xce\x7b\x75\xa5\xa7\x17\x20\xa9\x69\x5c\x58\xaf\xa6\x71\xad\x81\x86\x06\xba\x62\x35\xfd\xf2\x1a\x77\x4c\x35\x01\x58\xf7\x8c\xf5\x7e\x60\x95\x00\x9c\xf9\xf9\x36\xb7\xb5\xfc\xf9\x99\x55\x0e\x34\x3f\x5d\xe5\x73\x01\x76\x4b\x6a\xce\xd5\xfc\xf4\x9c\xaf\xb9\x50\x63\xfb\xbc\x5d\x01\xca\xed\xd3\x75\x45\xd7\xf5\xe7\xe3\x74\x97\x67\x75\xfd\xb3\x0d\x79\xdb\x32\xb0\x30\x3e\xed\xb4\xa1\xef\x34\xf4\x43\x59\xbd\xa7\x4d\xed\x85\xf4\x9b\xbe\x4f\x0d\x8f\x93\xda\xb1\x1e\xf7\x4f\x33\x67\xa3\x6d\xde\x32\x5f\xce\x6a\xe3\x65\x0d\x55\xd6\xd8\x5d\x23\x15\xbe\x5d\xd4\x3e\xbe\xbf\xd2\x67\xe7\xf2\xd6\xae\xef\xaf\xe6\xbe\xf7\x93\xa7\xef\xf3\x7a\xda\xca\x3a\x4f\x4d\x4d\xf6\x56\xd5\x06\xd4\x92\x9e\x63\xe2\x1f\x8c\xcb\x29\x27\xc2\x21\xf4\x03\x01\xa5\xef\x67\x5e\xb3\xd1\xe7\x73\x8d\xf6\xc1\x85\x9c\xb7\x75\xd6\x4b\x57\x73\x11\x99\xf2\xf9\x36\xa7\xd5\x79\x29\x6a\x62\x6a\x79\x53\x7b\x5f\x8f\xa7\x9a\xd7\xf7\x57\x6a\x49\xcd\x7b\x35\xd5\xf5\xa2\x5f\x73\x66\x3d\xce\x0b\x88\x35\xab\x89\xed\xcb\x6e\xb7\xf5\xd8\x6f\x2f\x54\x2a\xa1\x26\x46\x6e\x6a\x2e\x88\x57\x37\xd7\xc8\x55\x2f\x97\x85\x09\x4d\xd3\x5c\xdb\x95\x9a\x20\x50\x16\x3c\x8b\xd6\x54\x16\x0a\x17\x3f\xc5\x9a\xf4\x74\x1d\xd9\x54\xd5\x55\x3d\x57\x53\x2f\x37\x20\x51\x16\xbc\x62\x2d\xb1\x69\x49\xeb\xb0\xa4\x2a\x80\x4c\x40\xd3\x5b\x31\xd7\x12\xab\x60\xbf\x03\x00\x1a\xf9\x20\xf8\xb4\xa8\xfb\x21\x4a\x2e\x76\xf2\x43\xfa\xff\x3f\x98\x41\x2e\x69\xa1\x40\xfd\x4c\xab\x81\x37\x7c\xa8\x61\x6e\xfb\x9a\xd6\x87\xee\xe4\x76\x00\x5f\xf4\xf2\x01\x7c\xf9\xac\xa1\x9d\xc0\xbe\xa9\x26\x38\xc7\x50\x73\xed\xc3\x87\x82\xe7\xb6\x68\x56\xfa\x10\xe5\xdc\xce\x35\xe5\x0f\x35\xcc\xb1\x10\x3d\x7d\x68\x65\x8e\x0d\x3d\x17\x35\x81\xf6\x1f\xaa\x9c\xa3\x82\xeb\x24\x35\xd7\x2c\xe3\x33\xe9\x7b\x6c\xeb\x50\xd5\x0f\xa7\xc9\xf7\x48\xeb\x87\x4d\xd0\xbe\x47\xc5\x0f\x42\xcf\x7b\x0c\xfe\x50\xf5\xc3\xc1\x1f\x9a\x7e\xc0\x49\xdd\x3c\xca\xec\xfc\x41\x7d\xec\xfc\x41\x8b\xb8\xf7\x9d\x3f\x68\xd8\xfd\xc6\x0f\x02\xef\xbd\xe0\xb9\x7e\xc8\xfa\x81\xc3\x0a\x0f\xee\x93\x7d\x7c\x68\x6e\x7e\x96\x10\x50\xc5\x71\xf3\xb3\xe8\x66\xed\xa2\x5d\xcf\x22\x8d\xb5\x67\x3f\x2f\x78\x3e\xd5\xae\xeb\x7b\x91\x80\x07\x80\xdf\x52\x49\xfa\x21\x70\x40\xdc\x61\xff\xfe\xaa\x23\xdc\x1e\xdf\x5f\x25\x17\x4f\x68\xe2\x7d\x0f\xb8\xaf\xe7\x22\x88\xcf\x76\x7c\x7f\xcd\xe1\xc7\xe7\x9a\x4f\x78\xfc\x6b\x75\x2f\x02\xf9\x6c\xf7\x6a\x77\xcf\xf7\xf9\xfe\xca\xdb\xd4\xf4\x16\xa9\x6f\x5b\xd2\x74\x40\x95\xaa\xa7\xbf\xd0\x3b\x37\xe1\xf7\xb3\x38\x41\x1d\xda\xb6\x67\x71\x82\xda\x93\xdb\x6d\xb5\xab\xdb\x64\x05\x42\xe3\x27\xf5\xef\xaf\x52\x0c\x8f\xb4\x4e\xbd\xa9\xc0\x93\xe6\xf7\x57\x9d\x22\x30\x0f\xe8\x60\xce\xfe\xfe\x58\x13\xce\x7e\x7f\x01\x20\x0f\x4f\xf0\xfa\xfe\xca\xd5\x1b\xb8\x28\x65\x6b\xd9\xcf\x9f\xef\xaf\x12\x46\x80\x45\x2a\x4b\x15\x49\x7f\x16\xcd\x6f\xe1\x05\x2e\x92\x9f\x52\x33\x84\x17\x31\x2d\x43\x24\xef\xc9\x15\x84\xda\x1d\x2e\x09\x70\x66\x4d\x60\xf1\xb7\x1a\x4d\x0b\xca\x7d\xb1\xac\xe2\x01\xc1\x25\x86\x9f\xcf\xef\xaf\x32\xab\xfb\xdb\xbf\xbf\x5a\xd9\xb4\xe3\x8b\x1e\x97\x32\x3d\x9f\x25\x53\x6c\x9b\xfb\xbb\xd6\xf3\xe4\xef\x97\x70\x93\x5e\xf3\x07\xa5\x18\x9a\xff\x62\xb8\x79\x9b\x02\x50\xc1\xe9\x36\x42\x96\x0c\xda\xa1\xf1\x4b\x41\x7f\x7e\xbf\x82\x07\xfa\x79\x03\x46\x69\x3d\x8b\x07\xb4\xfc\xea\x7f\xad\xbf\x84\x9f\x0f\x50\x3d\x8f\x37\x17\x7c\x0c\x8f\xb2\xd6\x1f\xde\xa0\x25\x01\xb4\xd8\xb4\x41\xe5\x5c\xf0\x32\x02\x80\xab\xbc\x4e\x44\xb9\x21\x90\x1a\xa3\x96\xf0\x53\xaa\xf8\xf2\xb3\xa8\x5f\x6d\x06\x58\x85\xac\xe4\x23\xbe\xc8\x61\xe9\x06\x78\x2d\xe0\x3c\xea\xaf\x82\xfa\x19\xe5\x6b\x83\x0c\xef\xe7\xb1\x10\x46\xcc\xf9\xa9\xeb\x04\xe4\xfa\x2b\xf6\xf2\x2c\xa6\x58\x8b\x8f\x47\x9d\x68\x7b\xf2\x8b\xa0\x8d\xea\xc9\x2e\xec\x48\x59\xd0\x5a\x5c\xb4\xb6\xe2\xc9\x5c\xe0\x7c\xee\x6f\x61\x47\x33\x36\xd4\x07\x93\xd5\xfb\x0d\xa2\xa0\x58\xc7\xb3\x04\xc9\xdc\xdd\xdf\x62\xcb\xa5\x8a\xc5\x3f\x6d\x9d\x8e\xcd\xc0\x6a\x75\x3d\x37\xbd\x69\xeb\x74\x6c\xcd\xfd\xe1\x74\x24\x3f\xe7\x75\xc9\xdf\x0f\xd0\x17\xbf\xbf\xb0\xe3\x85\xbd\x6d\x91\xc7\x2d\xb9\x7d\x7c\x7f\xd5\xf7\x7c\x17\x9f\x99\xc6\xc6\x25\x30\x96\xec\xcd\x6d\x8b\x3e\x6e\xd5\xe3\x3f\x0b\xbe\xa6\x67\x10\x33\x86\xb1\x7f\xc9\x19\xa5\x9b\x1c\x05\x4f\x87\xc6\x8b\xb5\xfe\x62\x7a\x1b\x8b\x3e\xe6\xd0\x7e\x44\x5b\xe4\xc7\xfb\x19\xf1\xfd\xd5\xd3\x6b\xbc\xfe\xfd\xd5\xb7\xcd\xfd\x0f\xf0\x62\x1f\xb7\x00\xef\x76\x7f\x5c\xbf\xe6\xbf\x6e\x36\x79\xbc\xbe\x5f\xeb\x1f\xaf\xf1\x2e\xec\x9f\xf0\x27\xee\xb5\x3f\x26\x97\xf1\x80\xba\xe8\xfb\x4e\xf2\xa8\xe1\x7b\x82\x40\x2d\xd9\xe1\xe9\x0b\x00\x96\xcb\x9e\x5e\x00\x50\x01\xa0\xaf\xd3\xd1\x8a\xdb\x8b\x41\xbc\xf8\x5b\x8f\x35\x21\xf1\xf0\xa7\x2f\x00\x94\xe9\xf7\xc7\xf7\x57\xcf\x66\xd0\x7d\x91\xc7\x6e\x04\xea\xfb\x62\xc0\xaf\xf1\x17\x02\x14\x6f\x70\x5f\x00\xa8\xd3\xfd\x43\xe8\x34\x42\xf6\x1b\x1b\x20\x84\xeb\x0f\x9e\xab\xbf\x25\xfd\x44\x98\x1c\x2d\xe1\xa7\x64\x89\x29\xcf\x58\xeb\xcf\x5e\xef\x28\x20\xf7\x82\xcf\x92\x8d\x6a\x93\xe8\xf9\x0c\x28\x08\xcc\xff\xc6\xa2\x0e\xbe\xb1\x3c\x63\x91\xc7\x17\xbb\x58\xa2\x54\x6d\xe6\xff\x63\x2e\xf8\x48\xa2\x79\xc6\x42\x80\xe2\x03\x3d\x20\x26\xbe\x4e\xf0\x92\xb4\xba\x25\xe5\x67\x5c\xa0\x87\x5e\x00\x4e\x40\x73\x7b\x61\xc0\xf4\x09\x9e\x94\x90\xb4\xc0\x09\x91\x76\x1a\xc5\xd6\x25\x68\x6c\x86\xd0\xa4\x14\xa6\x19\xcd\x05\x81\x17\x83\x59\xb2\x79\x1a\xd9\x03\x40\x42\xf2\x91\x5a\x92\x60\xaf\xd5\xcf\x17\x06\x34\x33\xb8\x09\x9d\x89\x31\x6a\x42\x42\xb0\x08\x36\x17\x06\x48\x8d\x90\x9f\xb9\x48\xa0\xf4\x08\xf9\x99\x60\x90\x66\x40\x73\x61\xc0\xd8\x3c\x3f\x00\xc0\x18\x09\x91\x3e\xfb\x08\x41\xa6\x9f\xdd\x32\xd2\xbe\x64\xc4\x64\x88\xee\x0b\x05\xb2\x84\xf1\x07\x2a\xa2\x39\x8d\xf3\x50\x12\x35\x0b\x95\x7b\x80\x83\xb8\x83\x05\x81\x6e\x1c\xd9\xc7\xf7\xd7\x28\x16\xd2\xf6\x09\x22\x29\x88\x40\x32\x6e\xd5\xfd\x1d\x0b\x62\xb5\xfd\x8a\xc3\xac\x3b\x73\x2d\x5e\xfe\xbe\x28\xc4\xf6\xee\x7d\x31\xd0\x30\xc9\xdf\x97\x08\xf9\xe2\x87\xd0\x59\x75\x63\xe8\x91\xbe\xbf\xc6\x8b\xa5\xac\x4b\x4f\xce\xaf\x36\xc0\x63\x92\x7d\xd4\xef\xaf\xf1\x22\xf1\x47\xfb\xfe\xea\xd3\xe3\x1d\x8b\x44\x4e\xb3\xb4\xa3\x83\x64\x69\xb5\xc7\x00\x0b\xd2\x7e\x1f\x10\xa0\x2c\x21\x1e\xfb\x82\xde\x26\xe8\x1e\x50\x21\xbc\xfa\x3b\x71\xb1\x72\xfb\xfa\xfe\xea\x2f\x09\xf0\x00\x7e\xf8\xc4\xad\xdb\x62\x7b\xb1\x9c\x73\xc3\x95\x40\xdf\x9f\x38\x20\xa6\x58\xe7\x3a\x1f\xdd\x14\xe3\x2c\x6b\x3e\x16\xf0\xce\xba\x24\x7a\xb3\x88\x73\x61\xc7\x8b\x02\xac\x6b\xe1\x28\xd2\xb6\x3c\xeb\x5e\x98\xdf\xe3\xad\xcb\x56\x1a\xe6\x09\xe7\x02\x40\xb5\x04\xb4\x2e\x3d\x69\x9a\xe6\x9f\x54\xa4\x79\x42\xe7\xf7\xd7\xec\xa6\x10\x27\xef\xe5\x5e\xe0\x0d\x80\xf9\x7d\x08\x50\x3e\x40\x17\x65\x04\x7d\x7f\x2d\x04\x28\x26\xb9\x57\x5e\x00\x34\x42\x5d\x0b\x00\x59\xd7\xc7\xe7\xaa\x6b\x83\x0d\xe0\x6b\xb1\x88\xf1\xa1\x48\x65\x83\x12\xe7\x83\xa0\x65\xe3\x15\xab\xaa\x89\x1b\xc6\x96\xfd\x03\x4e\x8f\xdf\x4f\xd0\x1c\x7c\xf0\xaf\x40\x99\x95\xdc\x84\x7c\xb8\x6d\xcd\x3f\x3c\x54\x22\xf5\xcf\x0f\x13\x02\x5e\xf9\xdc\xbd\x97\x78\x83\x1f\x3e\x5b\x5c\xb6\x19\xfc\x41\x73\x78\x70\x79\x15\x0c\xca\xf6\x0c\xfe\xa0\x4f\x9e\xc9\x1f\xb4\xca\x67\xe7\x0f\x9a\xf7\x73\x58\x6d\x56\xa0\x2a\x4d\x9b\xd0\xae\xa4\x0c\x46\xf9\x99\x64\x2e\x3f\xba\x2a\xfd\xb0\x03\x6a\xdb\x07\xef\x4b\xd9\xf9\xc6\x87\xd7\x97\x72\x56\xfe\x30\xf4\x03\x41\xf1\xd9\xf9\x52\xae\xc6\x4e\x3f\xb3\xae\x95\x97\xf2\x0f\xbb\x2a\xb5\x93\xd8\x7f\x90\xa7\xb4\xc9\x4b\xb9\xa0\x17\xdb\xcf\x0f\x9f\x4e\x23\xf1\x0e\xfe\xd1\x12\x95\x99\xa8\x2d\xf8\xc8\x38\x65\x06\x3f\x11\x7c\xe7\xf9\xf0\x87\xcf\x0e\xcc\x6b\xe3\x0f\xea\xe3\xfa\x79\xe3\x07\x29\xcb\xfe\x33\xb1\xcf\x45\xbb\x1c\x95\x9d\x7e\x34\xe4\xe5\xfc\x19\xe5\x83\xb7\xe5\xbc\xd9\xe9\x47\x78\xac\x5b\x0b\xfe\xf0\x33\x4a\x4d\x8d\xa3\x7c\xc4\xbb\x5a\x0a\xe1\xf1\x51\xf8\xd4\x42\x0d\xe4\xf6\x91\x8f\x6a\x39\xa8\x2c\xf9\xb0\xc7\x5a\xae\x8b\x3f\x7c\xfa\xa8\x17\x47\xf9\xe0\x4a\x8d\xca\x3e\x3e\xb8\x52\x23\xd8\xc7\x07\x57\x6a\xcf\x5c\xdc\xe7\xc8\xd7\x9e\x27\x7f\x68\x9f\x1f\xfa\x4f\x1f\x9f\x61\xfb\xe0\xb0\x1f\xa6\x52\xe7\xcf\x56\x7e\x30\xac\xce\x8e\x7d\x91\x4e\xb9\xce\x7e\xf1\x87\xcf\xb0\x13\x7a\x9e\xb1\x7d\x48\x51\x9d\xf3\xe0\x1b\xea\x74\x3e\xfc\xe1\x33\xec\x3c\x82\x3f\xcc\x5f\xf0\xa2\x3a\x8f\xce\xb7\x3f\x00\x3f\x3b\x7f\xf8\xc8\xef\xf5\xdc\x33\x7f\xe8\xfa\xa1\xf0\x87\x0f\xb0\x2e\x6a\x85\xd2\x47\xbe\xa8\xf7\xbf\x54\xf1\xd4\x7b\x4b\x20\x6f\x55\xed\x0c\x24\xef\x7e\x01\x77\x98\x0f\x43\xab\xf7\x22\x28\xa5\x7f\xe8\x55\xbd\xb7\x25\x92\xd5\x0f\xfe\xd6\x7b\x5b\xf4\x36\x0f\xb7\x21\x92\x7d\x18\x58\xbd\xb7\x75\x27\x1b\xc3\xdf\x43\x20\x99\x7e\x7e\x41\xc5\xe0\x09\xdd\xe0\xc8\x6e\x3f\x9c\xa0\x3e\x48\x1b\x3a\xd0\x80\x54\x25\xfb\x83\xf4\xb3\x22\x8d\x08\xad\x4d\x7c\x58\x6c\xbd\xd3\xba\x95\x49\x9d\x5c\x6f\x6a\x6d\x36\xb7\x03\x52\xbf\x40\x98\x3a\x3b\xf4\x88\x8b\xe7\x4a\xcf\x59\xef\xb4\x24\x12\x5d\x3b\xeb\x9d\x20\x95\x37\xcf\xf8\x80\x8a\xd9\x13\x3a\xa1\xce\xf6\xfb\x4b\x26\x6b\x9b\xfb\xbf\x31\x21\x4d\x18\x5a\x98\xe6\x05\x64\x12\xb7\xa1\x3d\xcb\xb8\x66\x84\x06\xcc\x6b\x45\x9b\xf7\x84\x56\x86\x6d\xb8\x07\xdc\xc2\x75\x82\xee\x3c\xde\x8a\xbf\x7a\x67\xda\x57\x86\x5f\xd8\x21\xe6\xf8\x05\xde\x34\x05\x82\x7c\xe2\x66\xea\x11\xaf\x25\xb8\x7f\xc8\x5e\xbd\x61\xd8\x08\xa3\xe1\x0f\xc1\x36\x5a\x40\xd1\x52\xb2\x3f\xf8\x59\xa3\x7a\x2c\x58\xa3\xa7\x5c\x48\x9d\x87\xbf\x88\xb7\xb2\xb2\xde\x85\xdb\x26\xca\x72\x97\xb5\x6d\x62\x1a\xf5\x2e\x50\x8b\x1b\xac\x65\x61\x6e\x0f\x77\x78\xe0\xb2\xe6\x19\x90\x09\x89\x10\xdd\xe5\x82\x24\xeb\x0f\xd6\xe1\x2b\xc9\x33\x78\xde\xea\xd2\x7a\xd7\x75\x5a\x87\x81\x50\xc9\x82\x44\xb7\xee\xca\xeb\x91\x66\x5c\xb9\x6f\x3e\x2c\x8b\x6c\xd5\x9e\x34\x83\xba\x98\x47\xaf\xee\x60\x2e\xe9\xd2\x67\xa1\xee\xec\x40\x6b\xae\x58\x93\xc9\xc3\xa2\xb6\x65\x24\x3f\x5f\xfb\x56\x8d\xca\x8b\x6f\xa4\x19\x6e\x3f\xb8\x91\x0b\x66\x6d\xc3\x05\x53\xdf\x37\xee\xab\x81\x06\x15\xc9\x56\xb4\xe6\xb6\x60\x30\xc3\x1d\xe0\x30\x56\x2d\xb9\x71\x5b\x45\x98\xef\xc5\x86\xd2\xf0\xae\x35\x5a\x02\x37\x7f\x31\xd6\x0d\xc5\x53\x6c\xf3\xad\x94\xae\x77\x83\x92\xd8\x4b\x6e\x20\xec\xd3\x33\xba\xd7\x0c\x8d\x47\x50\x82\xa4\xa6\x19\xc6\xb6\x40\x64\xb4\x80\x12\x64\x1a\x44\x01\x72\xe1\xd3\x1e\x13\xe3\xa9\xdd\x17\x88\xba\xd1\xac\x2f\x7e\x16\xa6\x1e\xd0\x21\x6c\xc9\xf4\x66\x31\xef\x92\x43\x20\x5c\x97\xf4\x92\xdc\xc1\xba\x74\x8f\xec\x0e\xd6\x25\x3a\xb7\x21\x80\x0c\x42\xa8\xe4\xdf\x70\x1d\x58\x2b\x6a\x31\xf5\x5b\x57\xec\xda\xc4\xc3\xee\xb1\xb3\x37\x0f\x7f\x80\x3c\x6a\x43\xc6\xf9\xd6\xf1\xd7\x7b\xf1\xda\x1a\x46\x6a\x5c\xb1\xb3\x4f\xfa\xba\x62\xe7\x6a\x06\x31\x37\x0e\x20\x80\xae\x3b\x76\x2d\xa1\x19\xc1\xce\x38\x4d\x7e\x27\xac\x10\x59\x1d\x2e\x09\xb5\x8c\xec\xe7\x38\x45\xde\xb0\x49\xe2\xa6\x0d\x87\x39\x6c\x4b\x46\xa9\x75\x87\xae\x9b\x01\xb8\x18\x7b\x99\xde\xd1\x25\xd5\x8d\x30\x86\x4c\x9c\xeb\x2c\x88\xac\x3b\xb2\xad\x1a\xf5\xde\xa1\x26\x33\x83\x01\xdb\x96\x04\x5d\x6f\x0a\xa7\x2f\xa4\x5f\x77\xe4\x9c\x4c\xeb\x60\xa1\x1b\xa6\xbe\xeb\x8a\x5c\x93\xcf\x04\xdc\x2a\xb2\xb7\x00\x7e\x15\xb3\x7a\x42\x13\x7a\x51\x4f\x80\x7b\xf8\xfa\x01\x2b\x2c\x9e\x00\x04\x26\x9f\xa1\x75\x0d\x2e\x61\x10\x42\xac\x68\x16\x0a\xd6\xad\xb6\xbc\x38\xdc\x41\xc3\x88\xde\x3f\x2a\x07\xd4\x92\x0f\xdc\x6a\x2c\x65\x1c\xfb\xdb\xf0\x53\x61\xab\xaa\xdd\x20\x3c\x70\x08\xa7\x56\x74\x42\x13\x67\x2c\x3d\xa1\x88\xf2\x16\x9e\xb0\x54\x79\x82\x27\x70\xc4\x67\xe8\x84\xa5\xc6\x64\x08\xd7\xcc\x6c\xa9\x66\x5d\x33\x8b\x04\xf9\x7a\xc3\xfc\xf8\x3a\x15\x27\x3c\x57\x5e\x54\xe1\xc4\x29\xf7\x8a\x69\x5b\xab\xee\x00\xc2\xa1\x91\xfa\x3c\xd9\x81\x7f\x80\x2e\xf6\x35\x83\x1b\x42\x82\x40\x7a\x91\x4c\xe8\xf9\x45\x32\xd1\xfc\xc3\xc2\xa2\x97\x14\xb2\x2e\x92\x35\x3c\xc3\x75\x7d\x29\xd5\x74\x68\x49\xda\xa5\x19\x24\xd7\xe2\x25\xd5\xc7\xec\x82\x29\xc2\x64\xe6\x5a\x82\xdd\x30\xc3\xbd\x60\x5c\xab\xee\x0f\x52\x4a\xf7\xf3\x07\x64\x4a\xfd\xdd\x3c\xd7\x1e\xe0\x86\x75\xd1\x38\x70\x73\x45\xe6\x87\x77\x81\x7a\x5e\x48\x73\xaf\x63\x11\x26\x8c\x77\x03\x65\x17\x04\x6e\x1c\x6c\x0b\x21\x37\x0f\x76\xf8\x03\x08\x62\x9e\xe2\x0d\x2c\xd3\x15\xe7\xbe\x17\xda\x77\xa3\xfd\x03\x61\xd9\x94\xe5\x49\xec\x50\xbb\xfc\x2c\x34\x7b\xc1\xf0\x01\x9a\x59\x36\x7d\x88\xf7\xc6\xc3\x07\xb2\x65\x77\x07\x8b\x56\xbf\x60\x82\xab\x72\xf2\x26\xad\x6b\x6f\xc9\x3e\xa8\xbc\xf8\xbe\x96\xf0\x5c\x54\x41\xab\x7d\xf3\x05\xad\xf9\x01\x87\xfe\xe8\xe7\x2a\x6c\xbc\xeb\x85\xd0\x0f\x09\x46\x8a\x4d\x6d\x60\xb2\x84\x49\xd8\x5c\x6b\xd2\x1a\x61\x54\x2d\x32\x02\x54\x18\x55\x6d\x44\xae\x30\xaa\xa6\x45\x1d\x7f\xc1\x6d\x60\x71\x4d\x21\x5a\x0c\x8b\x6b\xd5\x25\xbc\xc2\x40\x5a\x9b\x00\x0e\x03\x69\xcd\x3a\x15\x30\x90\xfa\xc2\x5d\x61\x20\xcd\x5b\xf1\xf7\xdc\xe1\xa6\xf6\x0d\x41\x57\x8b\x85\x01\xf4\xf5\x1c\xbe\x22\x45\xf0\x7f\xe8\xf4\x62\xc2\x03\x0b\x68\xb5\xe0\xfb\x50\xf6\x4e\x3a\x16\xb0\x80\x96\x62\xf0\x40\xf6\x96\x4a\xbf\xc2\x02\x9a\xa5\x42\xaf\xb0\x80\xd6\xae\x63\x0b\x0b\x67\x31\x0a\xc1\xc2\x59\xfb\xf0\x04\x16\x78\x4d\xba\x61\xb1\x4c\x96\xd8\x1e\x4a\xd2\xd2\x38\x57\x98\x2c\x6b\x9f\xfe\xa0\xf0\x05\xff\x40\x24\xd5\x8c\x29\x49\x67\x6f\x4a\xc1\x94\x37\x0f\xd1\xf9\x82\xe6\x04\x49\xba\xe8\x9c\xc1\x6a\xb9\x5e\x10\x50\x20\x4a\xfb\x86\x03\xb3\xe5\x7a\xc1\x5f\x9c\x78\xc1\xed\x0b\x93\xd6\x14\x60\x66\xac\x86\x12\x24\xe1\x9a\xb5\xc8\x25\xa7\x96\x6e\xa8\x42\x4e\xad\xa2\xae\xb0\xe4\xd5\x90\x14\x03\x4b\x5e\x35\x0b\x87\x25\xaf\x66\xef\x52\x03\x2d\x92\x5e\xb6\xd2\x94\x17\xd5\x2f\x00\x68\xd9\x33\x80\xa0\x3a\x25\x56\xc2\x96\xb7\x5e\xd0\x94\x1b\x36\xda\xa8\x07\x63\xde\xa8\x42\x55\xc8\xa9\xd9\x98\xd6\x76\x6c\xbc\xa0\xde\x0e\xf8\x56\xba\xcd\x8b\xb3\x40\xd4\x00\xb2\xe1\xfe\x40\x8f\x25\x34\xd0\x98\xd7\xbd\xe4\x25\xc7\xe6\x61\x90\x05\x34\xd1\x92\x52\x68\xac\x93\xaf\x42\x85\xb1\xae\xca\xb8\x5a\x61\xac\x5b\x0b\xd4\x00\x41\x4c\x16\x04\x82\xde\x9d\x06\xc9\x92\x84\xf3\x34\x65\x09\x5a\xa3\x3c\x22\x98\xbc\x21\xb6\x24\xe5\x69\xc2\x02\x25\x96\xb5\x1f\x30\xa6\xd5\xee\x93\xd7\x89\xb7\x3e\x7a\x1d\x37\x40\x43\x14\xd6\xb0\xe1\x93\xd1\x4f\xb4\xfd\xfe\xc5\x0e\x04\xe2\x0e\x10\x4a\xce\x82\x39\xac\x54\x53\x27\x98\xb7\x64\x9a\xa8\x3f\xe6\x2d\x89\xc6\x30\x6f\xa5\xcd\xe4\x1b\xf6\xad\x91\x0c\x53\x8a\xe6\x16\x13\x60\xe0\x4a\xd9\xa7\x1d\xd2\x77\xd7\x85\xef\xa1\xf4\x9d\xab\x5f\x38\x60\x51\xf4\x0b\x27\x5f\x10\x54\x96\xf8\x5d\x6a\xf6\x1c\x6f\xbe\xa0\x5d\x19\xc0\x0b\x83\x99\xf2\x77\x16\x63\x87\x8d\xab\xca\xc4\x51\x69\xc2\x1a\x3e\xdc\xf3\x67\x95\x02\xd3\x0c\x5c\x48\xfc\x41\x87\x4d\x4b\x70\x9f\xb0\xca\x79\xe3\x26\xe7\x2c\x51\x05\x46\xa9\x2a\x3f\xe2\x0a\xa3\x53\x19\xee\x10\x6a\xae\x30\xbd\xd9\x79\x18\xdb\x6f\xbc\x08\x2a\x0d\x4e\xc9\xbb\x06\x69\xba\x1a\x4d\x20\x4d\x27\xa3\xe5\x0e\xf5\x8e\x37\x11\xd2\xb4\xef\xc4\x30\x38\xd5\x61\x7a\xba\x93\xb8\x49\xd9\x41\xa3\xd2\x30\xb9\xdc\x89\x67\x21\x80\x2c\x71\xba\x0c\xe3\xcd\xbe\x68\xfc\x94\x68\x07\x23\x50\x49\x4d\xeb\x3d\xc0\x03\x8c\xc8\x4b\xda\x9d\xbe\x1f\xc0\xa8\x92\x8a\x24\x2b\x18\x55\x92\x6f\x84\x30\xaa\xd4\x61\x3c\x86\xb0\x2a\xbf\x8a\x0a\x1b\x47\x1d\xaf\x36\x44\x39\xc9\xa6\xb0\x71\xe4\xe6\x73\xb2\x64\xd3\x3a\xcc\x41\x96\x28\x59\x9a\x0f\x22\x44\xc9\x30\xe9\xbb\xc8\x1f\x4c\x8b\x2e\x82\xd0\x6d\x82\xf0\xf5\x05\x40\x28\x61\xf2\xb9\x00\x42\xa3\x3d\x84\x4f\x2b\xb0\x9e\x25\x7c\xd6\x21\xe1\xf5\x59\xc2\xe7\x08\xa9\x66\x9e\x1b\x97\x76\x43\x8c\xb2\x67\xf6\xa6\xdf\xb8\xc1\x24\x4d\xe0\x0e\xcc\x50\x5b\x70\xf3\xe4\x7a\x44\x08\x9f\xc3\x1c\x66\x09\x9f\xb9\xf9\x14\xdd\x5c\xa2\x60\x76\x5f\x0b\x0b\x0d\xe3\x1b\x96\x67\x83\x00\x6e\x97\xdd\x7b\xfc\xf0\x58\x1a\x6d\x97\x30\x9a\x8b\xf4\x5b\xcf\xf3\xb3\x04\xed\xea\xc3\x25\xf8\x03\xcc\xd0\x4c\xf8\xc1\x2e\x14\xe3\xe5\xb3\x7f\x7f\xcd\xe6\xef\x81\x05\xaf\x01\x1e\xbe\xff\xd3\x61\x43\xcc\x80\x6d\xdf\x0d\xc6\xa7\x91\x3f\x03\xb4\x6d\x83\x6d\xba\xfb\x39\x88\x57\xf9\x70\xf9\xb6\x6d\xc7\xf7\x57\x9f\xe1\x17\xb0\xcb\xd9\x1d\x60\x97\x9b\xdf\xbf\xd9\x41\xe8\x07\x6e\xf3\xfc\xb4\xe9\xab\x2d\xe3\x70\xdb\x12\xac\x6f\xaf\x17\xe8\xa0\xaa\x11\x12\xad\x69\x49\x53\x48\xeb\x8e\x51\x8a\xdb\xeb\xf0\xcb\x25\xa7\x6d\xd0\xed\xce\x70\x1b\xd2\xf1\x87\x60\xb7\x0d\xba\xdd\x4d\xdb\xd2\xb6\xc4\x35\xf9\x05\x1a\xd4\xd4\xce\x9c\x72\xd6\x22\x21\x72\x8a\x8b\x35\xb8\x88\xd7\xf1\x7a\x1e\x98\xe1\xa6\x76\x67\x07\x5a\x23\x94\xb7\xf2\x79\x68\x5b\x9e\x00\x92\x3b\x80\x97\xd4\xf0\x00\x07\xc8\xb5\x60\x92\x79\xd6\x04\x02\xe8\x6e\x65\xf1\x6c\x5b\x26\x5e\x68\x02\x4b\xb8\xab\xf2\x92\x6c\xf4\x4a\xdf\x4a\xf5\x0f\x74\xbb\xd2\x80\x85\x87\xb7\xfa\x07\x68\xb4\x8c\x07\x15\x98\x9b\xdd\xe6\xad\x48\x33\x84\x1f\xd8\x30\x08\xea\xfc\xfe\x1a\x6d\x6a\xc5\x95\x2b\x70\x9b\x03\x36\x0d\x58\xb1\x04\x4f\x19\x8e\x5e\x9b\x97\xdc\x08\x73\x81\x14\xb2\x98\x62\x15\xda\xd6\xb8\xc4\xf8\x8d\x4a\xad\x6d\x4b\x52\x2b\xe1\xe5\x05\x18\x50\x68\x36\x81\xe9\x1a\x3e\x4b\xb0\xe9\xba\x12\xb4\x6d\x09\x36\x63\x18\x65\xe0\x25\x34\x0d\xdf\xbe\xc8\xad\xae\x14\x6d\xa3\x9c\xf3\x7a\x9f\x1b\xa6\x43\x01\xaf\x9e\x6c\x04\x81\x4f\x73\xad\x7a\x1f\x62\x4b\x4f\x9a\x0f\x1c\x98\x5b\x11\x02\x0d\xf2\x2f\xf5\x07\x7e\xaf\x70\x8b\xb6\x81\xdf\x6f\xd5\x84\x62\x8e\xef\xaf\x21\x1b\x51\xdb\xe8\xb4\xe2\xfd\xdf\xc1\xbf\x7c\xce\x77\x5e\xfc\xb5\x40\xf2\xf7\xea\x0d\xdd\xb1\x3f\x3e\xc6\x7b\xf0\x05\x8d\xb8\xc3\xb1\xd8\x53\x86\x46\xec\x45\x17\x76\x9c\x89\xe2\x0e\x4f\x70\x4c\xcd\x70\xb1\xe8\xd1\x9b\x30\xec\x58\x33\xec\x9a\xf0\x51\xbe\xbf\xfa\x0b\x01\xe1\xb5\x31\xbd\xe0\x03\x3b\x66\x08\x1e\x9c\x9f\x31\xf8\xe8\x0b\x22\x5d\x2b\x3c\xc0\x1d\x8a\x3b\x80\x5f\x6b\xf2\x00\xf7\x7a\xdf\xdf\xc3\x8d\x62\x1a\x20\x8b\xa3\x8f\xe4\x33\x7a\xae\x13\x31\x7d\x46\xc1\xc1\xa7\x01\x46\x2f\x85\xea\x2d\x80\x9b\x42\x35\x91\xb8\x56\x87\xc5\x38\x75\x81\xff\x99\x2e\x5e\xf0\xb2\xe9\xee\xf0\xc6\x11\xd4\x02\x6e\x4c\xc8\xbc\x81\xfc\xd3\xe3\xdd\xf0\x7c\xde\x84\x73\x8b\x7d\x8e\xe9\xf1\x6f\x9c\x09\xe3\xf8\x4d\x6d\x93\x16\x04\x76\x39\x8c\xb3\x8b\xd9\x95\xe6\x0d\xa5\xe6\x45\x7e\x1f\x6d\x7b\x70\xe8\xba\x3a\x58\xdc\x6f\x6c\xaf\xe7\x3b\x3f\x10\x16\x43\xf5\xb2\x89\x9b\x25\x70\xbb\x2e\x90\x22\x3e\x2b\x6d\xb5\xfb\x05\xee\x49\x52\xbb\xf0\x85\xa6\x1f\xe0\xdb\x23\x56\x90\x7e\x7c\x37\x3e\x77\xfd\x96\x36\x02\x79\xaa\x0d\x2c\xae\x1e\x61\x01\x29\x85\xdb\x58\xc3\xf0\x94\xb8\x86\xcf\x1d\xb1\xa5\x0d\x94\xa0\x6a\x06\x09\x1c\x5b\x74\x2e\x25\xae\x41\xbc\x20\x2d\xfe\x58\xb2\x47\x20\x7f\xac\xe2\x6f\x29\x01\xd3\x93\x3f\x68\x68\x6b\x0a\x8b\x5f\xce\xd1\x34\x83\xc5\xee\xba\x6e\x17\x2d\x91\xdd\xd5\xa9\x0e\x16\xbb\xcb\x4d\x88\x90\x16\x77\x1a\x72\x69\x6c\xa9\xc0\x5f\x46\xc4\x26\x95\x8e\x01\x35\xc3\xc5\x7d\xc6\x14\x87\x4f\x8b\xfb\x8c\x99\xfc\xfe\x89\xb6\xfb\x7b\xde\x21\x05\x2d\x55\x9a\x8f\xf5\x7e\xa5\xb5\x41\x20\x43\xfc\xc7\xd6\x74\xd4\x12\x98\x53\x11\x75\x45\xac\x5d\x95\x67\x49\x4b\xf0\x78\x96\x6c\xdb\x52\xc5\xf5\xa2\x7b\xc0\xce\x0e\x3d\xe2\x80\x62\xd5\x1d\x4e\xf8\x90\xbb\xc3\x9d\x1f\xfc\xe6\x76\xd3\x52\x5d\x17\xc2\xf2\x5a\xdf\xc9\xaf\x3d\x1f\x38\xbd\x8a\x97\x25\x98\xe8\x9a\x01\xde\x16\xc0\x4d\xcd\x53\x03\x0a\x34\xa3\x2d\x4c\x74\x92\x4c\x5b\x22\xb3\x0c\x01\x08\x5e\xcc\x43\xec\x2e\x2d\xe6\x99\x14\x31\xd3\x12\x99\x67\xf3\x96\x36\x58\x8c\x44\xdc\x52\xc0\xad\xa1\x69\x06\x70\x13\x56\xd4\x47\x4b\x81\x28\x91\x4d\x03\xc6\x3a\x06\x39\xfb\x7d\x02\x4c\xd4\x14\x11\x8e\xd3\x48\x1e\xf0\x71\x9b\xfe\x7e\x41\x44\x3e\xea\x2d\x05\xaf\x3f\x9e\xcf\xc3\xfe\xb4\x02\x98\xf0\x4c\xbd\x53\x67\x60\x93\x20\x44\x13\x5e\xf3\x41\xee\xf0\xb2\xaa\xfe\xa0\xc2\xad\x54\x2b\x82\xea\xc2\xe4\x3b\x75\x98\x1f\x4c\x39\xe0\xf9\x61\x29\x35\x75\x44\x87\xf9\x9c\xf7\xc5\xce\xc2\xe7\xbc\x13\x02\xd5\x03\x1c\x50\xad\x78\x42\xe7\xa2\x86\x86\x50\x87\x96\xc0\x1d\x0c\xc6\x41\x08\x24\x03\x37\x3c\x71\xf0\x34\xf2\x3b\xd2\xa6\x25\x38\xf2\x0e\x4f\x08\x7a\x8c\x2e\xf2\x9c\x06\xbc\x42\xbc\xc5\x50\x53\x24\x63\x29\x8c\x84\xc5\x94\x6c\x66\x18\xb2\x05\x10\xd8\xf0\xba\x01\x36\xe3\x1d\xd9\xd3\xd2\x84\x03\x83\xe7\x37\x07\x6f\x0e\x9a\xe0\x84\x1f\x64\x68\x82\x93\x10\x6a\x5a\x21\xbc\x77\x4a\xf5\x0b\xf0\x95\x97\x1c\x9f\x18\xcb\xe6\x15\xd1\x81\xac\x85\xa6\x04\xc7\x57\x29\x29\x5a\xa2\x55\xaf\xe9\xaa\x90\x96\x14\x53\xa5\x19\x6e\x89\x42\x8c\x58\x6c\xda\x8f\x77\x74\x52\x4b\x3b\xdd\x42\xdc\x21\x14\xeb\x26\x24\x70\x35\x4d\x9e\xe1\x81\x3d\x32\x0c\x11\x5f\x97\x0d\x33\x04\x84\x59\x2c\x4f\x34\xca\x49\xb9\xde\xd2\x92\x5a\x72\x95\xd0\x94\x0e\x98\x19\x9b\x07\x58\x58\xd8\xcc\xe0\xe0\x3b\xda\x5e\x13\x00\xcf\xf6\x39\x3b\x18\x7e\xa5\xf7\x4f\xb8\x94\xf9\xf9\x59\x81\xe5\x7e\x0e\x7e\xd8\x24\x85\xa5\x13\xf1\x10\x26\xb5\x27\xf8\xa1\x99\x11\xad\x70\xcd\x20\x3b\x71\xe9\x0e\x8f\xc0\x5d\x36\x4c\x10\x37\x58\x4d\xfc\xce\x13\xaa\x6d\x77\x70\xc1\xbd\x55\x58\x40\x27\xc0\xf6\x5a\xc3\x83\x6b\xbb\x46\xa0\x20\xd5\xbc\xa8\x0b\xee\x47\xa6\x7e\x17\x14\x74\x66\x80\x17\xe9\xb1\x51\x1f\x2e\x70\x2f\x8e\x7a\x6f\xef\xa0\xb4\x96\x6e\x04\x19\x18\x0d\x6e\xc6\xd8\x0b\x6d\x60\xc4\x1a\x66\xd9\x37\x06\x08\x53\xa3\x25\x3a\x95\xcd\x67\xfd\xbe\xf9\x82\xbf\x58\x6b\x2a\x86\xda\x83\x19\xa4\xf8\x15\xbf\x79\x96\xe0\x98\xcc\x3e\xa8\x86\x88\x4d\xf3\x7d\x20\xcc\x9b\x9d\x51\x32\x0b\x93\xef\xa7\xbd\xa3\xee\x5a\x7a\x02\x0c\xd5\xd3\xe9\xfc\xc0\x2f\xe0\x4e\x6e\xc4\x5e\xa2\xdc\xeb\x68\x43\x92\x2b\xaf\xd7\xd7\x0e\x6c\x3e\xa8\xcf\x89\xf1\xb4\x23\x30\xa1\xc9\xb0\xd9\xd2\xf3\x03\x1f\xbf\x80\x30\x18\xed\x48\x86\x09\xcd\x17\xde\x0c\x49\xd0\x22\x4d\x66\x98\xe4\x47\xb3\xdf\x32\x5c\xe8\xa4\xb3\x6d\x19\x4e\xba\xd1\xfc\x7d\x87\x7a\x6d\xaa\x0d\x3b\xe6\xab\x0d\x45\x8d\x95\x10\x79\x83\xbe\x4e\x5b\x9e\xb7\x6b\xad\x68\xf3\x00\xd0\x5b\xeb\xf6\x82\xe8\xea\x32\xbd\x00\x68\x41\x14\xf2\xda\x72\x8a\xef\xaf\x68\xc9\xef\xe3\xa0\x8b\x94\x65\xf8\xa4\x86\x0e\x7a\x46\x58\xa2\x0c\xb3\x8d\xe1\xd9\x5d\x72\x6a\xa6\x83\x5b\xf1\x73\xa2\xa4\x64\x10\x06\x70\x17\xa1\x00\x42\xb4\x8b\xd5\x34\x19\x0e\x6c\xd6\xb2\xe4\xbc\x26\x30\x25\x01\x20\x48\x3b\x37\x5d\x67\x18\xa5\xbd\x85\x64\x0c\xc6\x69\xcb\x47\xa6\xe5\xcc\x19\x64\x8f\x00\x6b\x89\xf7\x00\x91\xdc\xd6\x08\x64\x98\xd9\xb6\xd0\x15\x2f\x17\x6e\xba\x46\x28\xd0\xfd\x8b\x10\x20\xba\xbb\x36\x6f\x5a\x81\x63\x7e\x77\x1b\x42\x8b\x61\x5c\x26\x2e\x40\xda\x83\xc2\x40\x73\xbf\x4f\x39\x4e\x2b\xa0\xb7\x59\x18\xa8\xd0\xa2\xc8\xc7\xa2\x65\xba\x6e\x2b\x34\xa1\xe5\x0a\xc1\x4e\xf7\x93\xbc\x24\x59\x7b\xb4\xb6\x5c\x69\xd2\x52\x87\x95\x97\x58\xbf\xbf\x24\x6d\x4b\x35\x79\xc9\xa1\x65\x56\x7f\x0f\xa9\xca\x33\x86\xd6\xa5\x37\xf7\x77\xc1\x01\x40\x2b\x6c\x8c\x1e\x53\x7f\x88\x9e\xf3\x6d\x26\x43\xae\x8c\xd7\x73\xb0\x83\xd7\x04\x1b\xa4\x22\x83\xb8\x41\x7d\xe8\x09\xd0\xb3\x4b\x42\x40\x6e\xd0\x53\x84\xcf\x01\x4d\x62\xe2\xf9\x88\x93\xaf\x5d\x97\x95\x1c\x18\xd1\x33\xa0\x89\x2b\x5e\x1f\x40\x0e\xcb\x6e\x0f\xbe\xe0\x1e\xb0\xab\xc3\x2f\xec\x60\x17\x42\xab\x25\x5a\xf6\x69\xac\x08\x6a\x79\x35\x65\x48\x8e\xdd\x9b\x0a\xc1\x71\x8b\xd0\x94\x3a\x37\x49\x03\x2c\xc9\xb1\xbf\x80\xda\x81\xd7\x22\x76\xb9\x13\x2b\xc4\x64\x73\xa7\xd7\xb6\xa0\x3e\x36\xbe\x20\x44\x86\xa8\xd7\xc3\x6d\x8a\x7a\xea\x60\x94\x75\xe9\x14\x3f\xca\x63\xa1\x49\x32\x75\x5b\xa2\x5f\xd9\x4c\x1c\x06\xa4\xf3\xaa\x19\x8f\x7d\x81\x60\x7a\x02\x07\x27\xf0\x2b\x76\x93\x07\xae\x73\xaf\xde\x2f\x5c\x81\x05\x30\x04\x68\x75\xc3\x6b\x2e\xf6\x24\x17\xfd\x96\x27\xd9\x93\x77\x80\xde\x63\xc6\x42\xc8\x81\xcd\xcb\xa1\x71\x2a\x4c\x2c\x11\x31\x95\x4d\x8c\x27\x3d\x2e\x34\xa3\x89\x2d\x35\xb1\x5d\x82\x63\x4e\x62\x37\x19\xde\x60\xd6\x64\xe4\x25\x37\xb6\x17\xbc\x60\xdc\x6a\xc3\xef\x0f\x88\x81\x6e\x43\xd6\xdf\xdc\xff\x0e\x41\xd5\xdf\xd3\x0d\x5d\xef\xc3\xe7\xbe\x99\xb2\x31\x02\xc9\x28\x0b\xb1\xb0\x7a\xbc\xe3\xc6\x7c\xdc\x86\xd1\x53\x77\x93\x7c\x32\xc0\xc5\x13\x3e\x21\x01\xf8\x50\x9c\x99\x2f\xf8\x07\x78\x26\x49\x00\x41\xf2\x96\x9a\xbd\x47\x14\xe3\xba\x69\x23\xc4\xb8\x6e\x86\x4a\x31\xae\x1b\xe6\x27\xdc\x8d\x4d\x7c\x2f\x06\xee\xab\x03\x08\x61\x9b\x92\xb8\xb4\x7c\x65\x98\x9a\xdd\xc6\xb1\x31\x87\xbb\x02\x1d\x68\x00\xa4\x13\xda\xba\x39\xd2\x35\xc0\x72\xdd\xc1\xc2\xea\x30\x71\xbb\x38\xc5\xec\x29\x1c\xeb\x05\xc9\xb2\x99\x72\x5f\x37\x1c\x97\xdc\x37\xaa\xf1\x0a\x1a\xb4\x34\x3d\xa5\x07\x4e\x7b\x7a\x7e\xe7\xf5\xbe\x04\xc9\x0c\xef\xa8\xad\xeb\x4e\x95\x6f\xfa\xb1\x6b\xca\x0f\x81\x22\x20\x41\x52\x9b\x1e\x60\xc9\x5d\x43\xd1\xbf\x2d\x3f\xd0\xd2\x7a\x9b\x9e\xf9\xce\x6e\xd0\xf2\x03\x4f\x7e\x73\x79\xc8\x49\xc3\x78\xf0\x20\x5a\x5a\x97\xde\x82\x50\x83\xa2\x6d\x2e\x54\x77\x09\x11\x0b\xc4\x20\x6b\x5a\xca\x46\x98\x4b\x6e\x2a\x90\x83\x14\xcc\xdf\x0a\xd3\x39\x84\x3b\xc0\xc9\xb3\xae\xa8\x6c\x0f\xb2\x03\xe8\x85\x44\x47\x4c\x3d\xa7\x67\xbf\xd0\xa4\x20\x1f\x83\x62\xad\x5a\xa1\x67\x7f\xf3\x73\x22\x66\xf3\x0b\x13\x29\xa8\x42\xed\xfd\x9d\xe0\xa1\x95\x84\x6b\xac\x68\x69\xc9\x38\xfb\xba\x7e\x14\x28\xbb\xac\x0a\x29\x99\x47\xc5\x33\x64\x3e\x85\xd7\x07\x70\x61\xa8\xee\x70\xa1\x59\x78\xc0\x25\xc6\x8c\xe9\x15\xc3\x36\xe3\x7b\x77\x59\x62\xcc\xd8\x24\xc5\x94\xc2\xc3\x2b\x76\x50\x0a\x90\x42\xc2\x76\x81\x58\x62\xa4\x29\xf0\xdc\x51\x80\x58\x2b\x70\x82\x37\xd3\x2e\x85\x03\xba\x0d\xac\x15\x56\x97\xba\x01\xa9\x34\xde\x12\x4a\x9c\xf1\xa2\x15\xaa\xd7\x6c\xec\x28\x90\x4a\xac\x38\x2e\x74\x8a\x97\x3f\x5a\x2b\x95\xe1\x19\x5a\x12\x9d\xe2\xe5\x21\xd5\x0a\x52\x0a\x94\xd7\x07\xd0\xaf\x19\x06\x15\x3e\x63\xa5\xfc\x86\xdf\x94\xfa\xe3\x2a\xab\x36\x1c\xe0\x5f\x83\x41\xb1\xae\x43\x52\x7e\x52\x04\x18\x00\xf4\x80\x97\xd0\x52\x5a\x46\x00\xae\x3a\x68\x88\x46\x91\xd4\x56\x96\x14\x34\x2c\x72\x94\xc6\xf4\x44\x9a\x00\xc2\xb0\x94\x13\xa0\x95\xd6\x11\x44\xe0\xf7\x77\x10\x5b\xb7\xc1\x5e\xad\x3a\x29\xd0\xb6\x25\x23\x39\xa5\x24\x33\xac\xb2\xa4\xa4\x94\x8c\x12\x0d\xa7\x4a\xc2\x77\x89\x75\xaa\xac\x2b\x2a\x08\xc8\x52\x84\x60\x2b\x50\xdf\x85\x71\x10\x8e\x45\x8a\x18\x6a\x25\xe0\xc6\xe9\x63\x4e\xa9\xcb\xe4\xbe\x04\x91\x5e\x4b\x58\x52\x57\x91\xf1\xbf\x15\x4a\x5d\x72\xec\x69\x25\xfe\x45\x9a\x94\x56\xa8\x00\x94\x87\x49\x2b\x71\x20\x6b\x85\x7b\x00\xd6\x1a\xa8\x81\x28\x5e\x93\xae\xbe\x96\x98\x8d\x32\x1d\x1e\xdc\x92\x89\x0a\x15\x7c\xdd\x68\x0c\xdf\xa4\xcd\xbb\x0e\x05\x5f\xf6\x2e\x75\x84\xb1\xfa\x5c\x77\x22\xad\xa8\x79\xa1\x86\xaf\x78\x84\x01\xbc\xf2\x8c\x26\x3f\xf0\x0f\x3b\xd6\xec\x11\xe1\xa3\xe1\x0f\x18\x8a\x6f\x52\x33\xc0\x2e\xe4\xa0\xd0\xca\xa0\x53\x88\xa6\x38\x90\x8c\xc1\xa4\x88\x61\x04\xc5\x6d\xde\xb9\xb4\x04\xba\x22\xc9\x69\xa3\x95\x01\xa6\x6c\x4c\x5c\xa2\x5a\x4d\xaf\x01\x21\x9a\xba\x43\xf8\x0d\xbd\x48\xcb\x84\x99\xd1\xa4\x67\x2e\x16\x3b\x0c\x63\xa8\xec\x5e\x47\x6d\xb2\x3f\x6d\x22\x05\x31\x1b\xaa\x0b\xfc\xf2\x8b\x8f\xc2\x92\xc4\x7a\xf7\x26\x50\x85\x27\x0f\x87\x56\x96\x28\x56\x6c\x1e\x29\x88\x5d\xef\xba\x72\x15\xda\x21\x6d\xcc\x2f\x50\xe1\xf5\xd7\x08\xc8\x6e\x62\x86\x02\x57\xa2\xcd\x1e\x0d\x85\x76\x48\xc3\x0c\xbe\x44\xd9\x88\x0a\xbb\xa3\xad\x11\x65\x07\xa2\x8a\x27\x97\x03\xb1\x1e\xa6\x8e\x07\x77\xd5\xf4\x15\x96\xc8\x61\xbc\x3a\x1a\x5f\xd0\x1a\x8f\x78\xa7\x0c\x6a\x05\x96\xc6\x6c\x72\x0a\x71\xcf\xea\xff\x42\x71\xcf\xf2\x6a\xa1\xab\xbd\xb7\x0d\xe2\x5e\x32\x41\x5b\xd2\x5e\xef\x26\x17\xe7\x78\xe7\x24\x6a\x05\xb9\xfa\x92\x97\x08\xe7\xa3\xed\xf5\xfc\x40\xc2\x00\xad\xe0\x3c\x97\xfc\x69\x98\x22\x20\xdb\x92\x57\x81\xac\xd7\x7c\x30\x2e\x24\x59\x91\x6c\xf8\x13\xb6\x3b\x4c\xf0\xe0\xf8\x9e\x24\x0b\x16\x78\x2b\xd9\xfc\x5d\xe0\xad\x94\xcc\x53\x97\xa8\x57\x6d\xee\x2e\x14\xf5\x6c\xa0\x29\x50\xf1\x4d\x53\x87\x8b\x31\xf1\xea\x10\x9e\xef\x6d\xfb\x1d\xc3\xb9\x89\x94\xba\x46\x97\x1b\x06\x30\x8b\x00\x77\x79\xe7\x74\x6a\x05\xfa\xc0\x17\x12\xdf\x0d\x77\x54\x8f\x0e\xef\x5d\xd3\x3a\x7a\x2e\x0d\x73\x98\x7b\x80\xbe\xfb\x85\x89\xb6\x3b\xd8\xe1\xbe\xa1\x0d\xb8\x99\x47\x4c\x00\x87\xa9\xb6\xbe\xbe\xbf\xbe\xbf\x7c\xc5\x2d\x50\x37\x36\x93\x01\x6a\x1b\xcd\x8f\x96\x98\x5a\xac\xc3\x2d\x4b\x4c\x5d\x14\x57\x6d\x24\xd5\xf1\xf7\x0f\x13\x4a\xf8\x7d\x1e\x4a\xf3\x1f\xfa\xd8\x57\x77\x40\x35\xb6\x9f\x2f\x00\xd8\x76\x5e\xa0\x4e\x6c\x06\xe8\x92\x7b\x8b\x2f\x58\xe5\xf9\xd9\x6f\x01\xe0\x39\x30\x43\xed\xd0\xc3\xe4\x7c\x9e\xd1\x85\xe7\x9f\x1d\xa9\x74\xb9\xb7\xe0\x8a\x7c\x94\xb5\x68\x4b\x2a\x83\x6e\x15\x09\xd8\x2a\x4c\xc7\x59\x5b\x50\xb7\x8a\x70\xcb\xa1\x36\x71\x3a\xfc\x42\x60\x48\xbf\xc0\x4d\x0e\x0f\x81\x90\x20\x5d\xd2\xea\x06\x21\x48\x06\x9b\x0a\xd3\x71\x9d\x7e\xff\x60\x07\x4d\x3f\xc0\x89\xe5\xf5\xc1\xb5\xe4\x8e\xe4\x0e\x19\x19\xe8\x25\x3c\x08\x86\xd4\xfb\x4b\x16\x2f\xca\xe0\xd9\x2a\x75\x92\xa2\xad\x35\x65\xac\x40\xfd\x25\x48\xc2\x42\x93\xca\x2c\x9b\x16\x74\x6a\x02\x4b\x35\x08\x12\x41\xe0\x01\x91\x19\x42\x52\x43\x4d\x34\xf0\x08\x44\x54\x4a\x8e\xee\x11\x60\x06\xdc\xdc\xbe\x61\xe7\xf4\x8c\x17\x3b\xc9\x3a\x68\x15\xa6\xec\xa8\x6e\x03\x71\xc5\x50\x2b\x85\xfb\x21\x4c\xae\x4b\xb8\x6f\xca\x56\xd3\x2a\xc2\x70\x7d\x45\xac\xb9\x7f\x7f\x29\xd5\x4a\xab\xc8\x85\xd6\x84\xb7\x15\x41\xb8\x21\x49\xb2\x52\xe9\x39\x74\xf0\x2a\x94\x9e\x63\x7a\x3c\xfa\x1d\xf9\x39\xb3\xc1\xf9\x39\xd2\x1d\x79\xcf\x33\xbc\xa0\xfc\x3d\x2f\x0b\x43\x88\x5e\xd7\x65\xa1\xda\x94\x5c\x0b\xf6\x6c\xb8\x4d\x6e\xe4\x4d\x2c\x0c\xc5\x73\x07\xb0\x8d\x8b\x97\x54\x28\x45\x4d\x49\x2b\x02\x07\xcc\xb1\x6b\xf9\x59\xa2\x47\xa0\x20\x27\x90\x41\x2b\x6a\x15\x60\xa5\x6b\x99\x2f\x50\x15\xae\x65\x66\xc0\xb5\x30\x9b\xa5\xee\x1b\x15\xf6\xff\xcd\x58\x50\xb9\x49\xfa\x00\xd7\x8b\x62\xbc\xa5\xf9\xde\x66\xbb\x5a\x19\x6f\x2a\x3c\x84\xf9\x7e\xf3\x15\xa8\xe2\x0a\x61\x05\x5a\xad\x24\x1f\xea\x11\x31\xb3\xa6\xc7\x95\x37\x86\x21\x79\xb8\x22\x4d\x98\x15\xaf\xb5\x01\xd3\xc5\x31\x6b\x43\x12\x39\xcf\x08\x91\x05\xa5\x6e\xbf\xe1\x37\x15\x39\xc4\x8a\x67\xdb\x08\xf2\xe9\xde\x99\x44\xcd\x2f\x30\x44\x58\x7b\x0a\x71\xff\x85\x24\x41\x24\x30\xc4\x96\xbc\xdf\x8a\xd1\x8c\xf2\xfe\xf4\x41\x0b\xac\xe7\xf5\x41\xe7\x0b\x82\x58\x30\xed\x93\xda\x1d\x27\xcd\x53\x5c\xe2\xf8\xa2\x30\x6a\x17\x44\x83\xf8\x7d\xd0\x8e\xf9\x7a\x01\xc1\x1a\x12\xf4\x6a\xe7\x0c\xdc\x06\x44\xbd\x03\x9d\xf6\x07\xad\xb1\xc3\x3d\xcb\x27\xab\x03\x0d\x8d\x03\x9d\xc4\x51\x30\x83\x39\xdd\xee\x5c\x75\x24\x4e\x48\x1d\x0e\x9c\x24\x53\x3b\x4a\xeb\x66\x52\x75\x10\x88\xee\x91\x40\x7c\x0d\x01\xa7\x40\xc9\xff\x15\xd2\x78\x95\x18\x50\x61\x71\x9f\x3e\x08\x74\xe2\xb3\x81\xbb\x0e\xa4\x8a\xf0\x2e\x20\x2e\xc0\x26\xf5\x8a\xb8\x00\x7b\x2f\xd5\xc9\x35\xbc\x7e\x40\x30\x9c\xf1\x7a\x72\x0d\x1e\x72\x72\x0d\xda\x16\xe6\xbe\x32\x10\x90\x38\xa6\xf8\x20\xac\x0b\x40\xb6\xcd\xa6\x52\x15\x3b\x8d\x8a\xeb\x06\xd0\xaa\x11\x69\xc9\xeb\x8b\xb3\xa8\xbd\x06\xb4\xea\xb2\xee\x04\x9a\xae\x20\x75\xc9\xeb\xcd\xb2\x54\x5d\xf2\x7a\xb3\xac\x51\x97\xb8\x5e\xa3\xba\x7d\x20\xc3\xb2\x3b\xc4\x15\xc7\x2c\x60\xe7\x84\xdc\xbe\x39\xa0\x40\x80\x74\x51\xc5\x40\x85\x0d\x7f\x7b\xb1\x41\x18\xf1\xad\xbc\xa8\x30\xe2\x6f\xd3\x24\x91\x56\x7c\xd3\xdc\x03\x6b\x94\x92\xac\x1e\xf4\x26\xd2\x92\x96\x7c\xdf\x94\xd5\xa0\xd5\xe3\xfc\xfe\x9a\x9b\xf1\x04\x46\x7a\x8b\xdf\xf5\xe0\x94\xbd\x26\x64\x78\xb2\x02\xa2\xae\x0b\x81\xef\xda\x15\xd7\x01\x6b\x98\xea\x89\xb3\x28\xab\x51\x3d\x89\x05\xd5\x3f\x20\x01\x98\xf9\x30\xad\xfe\xb3\x7a\x00\xa4\x40\x33\xa3\x3f\x91\x71\xc4\x68\x04\x75\xf1\x8b\x27\x20\xf4\xf6\x25\x39\xac\x0b\x43\xb3\x2b\x63\x45\x64\xed\x34\x1a\x9d\xf7\x5a\x80\xbb\xc3\xfa\x8c\xc6\xd0\x25\xbf\xb8\x24\x82\x1b\x36\x0f\x77\x71\x81\xea\x7e\xdd\x2f\x96\xf8\xa2\x76\x70\x3d\xda\x01\xe8\x92\xed\x7e\x54\x71\xbf\xd8\x5e\x10\x60\xb4\xc3\x34\x67\xbf\xb8\x02\xbf\x00\xb4\xf2\x51\xbd\x6e\xb4\xb5\x04\x44\x3b\x64\x7f\xcf\x50\xdb\xa9\x2b\x4f\x5d\x97\x8a\xd1\x4d\xbf\x6e\x78\xf8\x5a\x58\xc3\x1d\xe1\x85\x85\x37\xce\x81\xa5\xc5\x1b\x01\x7e\x5e\xd2\x4f\x70\x83\xdf\x87\x4b\x79\xfb\x4d\x8e\xb5\x56\x11\xf9\xf0\x3a\xa5\xeb\x82\x50\xec\xce\x5c\x11\x54\x6b\xe7\xa6\xfa\xe0\x54\x1b\xc3\x20\x8f\xdb\xa6\x56\x1f\x82\xcf\xa2\x2a\xe4\xf1\x17\x06\x3f\x04\x9f\xc0\x49\x03\xff\x34\x86\x3d\xb8\xb0\x49\xd2\x6b\x14\xd8\xed\x52\xd0\x20\xb0\xa7\xd7\x0b\x15\x87\x68\xa8\x4d\x1c\x96\x14\xd1\x36\x06\x57\x27\xb5\x11\x3f\x2e\xa4\x6b\x1b\x71\xa0\xfb\x85\xb9\x90\xb2\xa9\x09\xa4\x14\xa1\x6a\x94\x9e\x3d\x81\x25\x3d\x37\xc7\x31\xb4\x44\x4a\xe7\xe7\x38\xf5\x12\xbc\x5a\x06\x52\x8b\x72\x36\xc6\xb5\x2a\x0f\x58\x6b\xb0\xb8\xdb\xe9\xa2\x21\x31\xaf\x7d\x81\x1a\x12\xef\x2a\x4b\x43\x6b\x99\x40\x17\x57\x6f\xb0\xb0\xcf\xee\x17\xc8\x5f\xa6\x7b\x80\xb4\x59\x3d\x02\x42\x6f\x0d\xe3\x82\x29\x4a\x99\xdf\x0a\xe3\x20\x04\xa1\x42\x4a\xa8\x7b\x7b\x2b\xc0\x0b\x5d\xf4\x1b\x72\xe9\xd6\xea\x0e\x71\x8a\xaa\xdf\xbf\x18\x35\xa5\x29\x43\x36\x54\x86\x98\xd6\x0a\x80\xee\x4d\x42\x26\xf0\x64\xd3\x5c\xab\x80\xba\x97\x00\xe5\x75\xda\xc4\x2f\x1a\x32\xba\x98\x4b\x37\xf8\x86\xaa\xd4\x40\x6b\xf0\x0d\x4d\xca\x3a\xd6\x1a\xd2\xe1\xda\x99\xb4\x2d\xe1\x71\xc9\xa4\x6a\xef\x0b\x2d\xdc\x7c\xbe\xbf\x86\x3d\x77\x5a\x03\xcc\x8c\x36\x0d\xd9\xf4\x24\x18\x35\x44\xa9\x26\xe5\x1f\x6e\xad\x81\x58\x55\xbf\x00\x06\x28\x52\xd4\x1a\x60\xd6\x3c\x00\x61\x66\x18\x35\xe6\xbe\xd0\x07\x48\x35\x1f\x52\x50\xb5\x80\x4f\xd7\xe6\xe7\x0d\x9e\x1d\x82\xc0\x92\xf5\x72\xf5\xc1\x08\xe2\x99\xbf\x87\x35\xd3\x13\x8c\x83\x13\x10\xa2\x22\x58\xa2\x8b\x1a\xb4\xc0\xe1\x36\x88\x91\xc8\xcc\x06\xe2\x46\x45\xaa\xb1\xa4\xe3\x64\xe8\xec\xb7\x8e\x4b\x92\x54\xbf\xad\x73\xc5\x52\x77\xb4\x0e\x62\x2b\xd9\xae\x75\x06\xdf\xf9\x0b\x0a\x77\x52\xd8\xb4\x01\x2c\xf1\x12\x07\x52\x26\xeb\x46\xd1\x06\xf1\x56\x4b\x1e\x88\x18\xf7\xd9\x1c\xeb\xe2\xfa\x7e\x3e\xd0\x9f\x56\x3c\x10\x82\x24\x31\xa9\x41\x11\x3b\x7c\xd0\x06\x56\xf8\x9a\x0f\x69\x89\x16\x34\x89\xd6\xc6\x9a\xc9\x09\xbb\x0d\x62\x62\x62\x06\x67\xca\x92\xdd\x01\x90\xd4\xb4\x6b\xe2\x46\xf0\x6a\x5f\x90\xae\x05\xa0\x49\x83\x82\x8f\xf6\xc4\x8c\xc4\x7e\x1a\xa2\x35\xec\xa1\xd6\xf6\x1d\xf1\x22\xea\x60\x27\x12\x78\x0f\x96\xdc\x35\x96\x4c\xf2\x0b\x7e\xd3\x76\xee\xa8\xa4\xf5\xb6\x23\x87\xa5\xb8\x63\x3b\xb0\x7e\x09\x65\x28\x4c\x30\x6c\x87\x44\x65\x82\x6a\x09\xa8\x1d\x3c\x55\x26\x5d\x07\x4e\x95\x31\x02\xe1\x1e\xe9\xc5\x1f\xe0\x39\x39\x8d\x02\x07\x55\x8c\xe1\x2f\x00\x52\xaf\xf8\x00\x8f\xf3\xb5\xb4\x21\x21\x8a\x23\xdf\x1a\xf2\x74\x26\x3b\x4f\xb6\x13\x9b\x26\x29\xa3\x21\xc6\xd3\x86\x3c\xd4\x53\x18\xd5\x07\xf3\x84\x77\x8f\xa9\xe9\xc9\x29\x89\xed\xb6\x93\xbb\xac\x39\x2f\xb1\x69\x38\x62\xa3\x5d\x80\x9a\x09\x3e\xe5\x22\xa3\xe5\x05\xaf\x37\xd3\xa2\x8b\x58\xa5\x25\x5e\xa4\x85\x9e\x31\x6c\xf0\xd5\xdb\x74\xed\x20\x76\xfe\x80\x58\x30\x3c\x02\x34\xc3\xd9\x23\x80\x14\xe8\xda\xd7\x2e\xe2\x9d\xee\xb6\xed\x22\xde\xa9\x7d\xf3\x24\x98\x9a\x21\x2c\x74\x98\x0b\xde\x24\xf0\x66\x93\x37\xc2\x4c\x0c\xd5\x1b\x8b\xd2\x85\xa0\xdd\xc0\x04\x6f\xf4\x8d\x35\x49\x1d\xd1\xa0\x7c\x4d\xca\xb6\xd1\x1a\x94\xaf\xf5\x35\xc0\x92\x03\x36\xaf\xe1\x06\xdf\xed\x1e\x10\x4b\x90\xb8\xde\x1e\xe2\xa2\x4f\x3f\xbc\x29\xab\x07\x78\x62\x75\xe8\x6d\x7c\x40\x70\xbb\x3b\x40\xb2\x39\xd3\xd7\x07\xe4\x6e\xba\x0d\x72\x67\x75\x78\x2c\xe1\x68\x89\x48\x6a\x03\x0f\x84\x48\x28\xaf\x31\x9a\x58\x48\x40\xf4\x49\xb6\x03\xc5\x86\x25\x4f\xbf\x30\xe1\x20\x53\xd4\x06\x0f\xd2\x8a\x62\xbb\x00\x12\xbf\x8f\x62\x1f\xd9\xcf\x11\xc0\x2e\x41\x21\x10\xa2\x62\x0f\xdc\x48\x40\xb4\xd7\x00\x09\x20\x11\xe2\x45\x62\x86\x61\x4d\x10\x49\x46\xb6\xec\x0e\x0f\x68\x12\xb5\xe2\x84\x2b\x94\x30\x39\xe0\xcd\x98\x94\x99\xa0\x45\x22\x0c\x3d\x20\x36\x4d\xe2\x77\x40\x11\x68\x57\x8e\xc8\xc4\xa2\xae\x76\x07\x88\x35\x01\x68\x02\x5f\xae\xde\x91\x11\xf8\x93\xdc\x3e\xf1\x81\x26\xb0\x84\xaf\xd6\x36\x3f\xbf\xb1\x62\xad\x00\x6e\x01\x21\x16\x11\x4b\xf6\x9a\xa6\x90\x41\x45\x9f\x27\x04\xd9\x4b\x89\x11\x5a\x40\xd1\x97\x92\xf7\xa0\x40\xd0\x11\xda\x06\x2a\x15\x29\x79\x68\x8b\x02\x79\x78\xf3\x00\x44\x0a\xdd\x30\xa2\x0c\xcc\xc0\x1d\x4e\xac\xc0\x1f\xec\xfc\xc0\x53\x40\x1e\x49\x11\xf1\x80\x62\xcf\xf7\x64\x96\x71\x49\xc9\x68\xb1\x84\xb7\xe9\x60\x2a\x24\x16\x6d\xf6\x66\x8f\x4a\x98\x69\x00\xc4\x88\xaa\xe6\x4e\x8b\x25\x4b\xb5\x75\xf4\x7f\xc1\x73\xa2\x71\x07\xb5\x9c\x36\xd0\x16\x3c\x1a\x97\x27\x14\x6a\x9c\x8c\x56\xd3\x80\xf3\xa2\xee\x11\xd8\x20\x91\x01\x24\x41\x4d\xc9\x6e\xd7\x11\x19\x1d\x6a\xb6\xc1\x1d\xf2\x31\x0c\x4e\xdf\x6d\xee\x90\x3f\x20\x9d\xd0\x8c\x83\x3b\x64\x1c\x41\xd4\xcd\xe6\x63\xcb\xbc\x76\xc6\xb9\x25\xb9\x55\xeb\xd0\x62\x49\x6e\xcd\x71\x53\x11\xa4\xd6\xfe\xfe\x01\x4e\x0a\xde\x9d\x1b\x26\x36\x1c\xd0\xf2\x39\xfe\x21\x7a\xc6\x0c\xd5\x61\xff\x59\xa2\x80\x08\xdf\x48\x1b\xae\x82\x51\x35\x2a\xde\xd3\xa2\xb3\xa2\x95\xa6\xd0\xb9\x46\x89\x6a\x81\xfc\xfa\x56\x5d\x46\x9f\xc0\x19\x81\xbd\x13\x0b\x25\xb9\xc4\xe0\xbe\x68\x84\xd1\x30\x67\x75\x30\x02\x6d\x4d\x09\xce\x92\x61\xa4\x1c\x24\x25\x02\xc2\x20\x29\x11\xb9\x0e\xa4\xeb\xb0\xe6\x32\x90\x90\xde\x46\x87\x98\x05\x15\x5d\xf4\x7c\x56\x76\x20\x28\xa2\xf8\x93\x19\x4e\xc0\xaa\x5e\x7c\x6e\xf6\x82\xdb\xb7\x3a\xdc\x81\x07\xe2\x91\xc1\x6c\x18\xc9\xc4\x0c\xf9\xd7\xad\x6c\x88\x25\x4d\x4d\xab\xbb\x63\x7f\x30\x23\x2d\x71\x49\x4f\x73\x93\x59\x24\x60\xa1\x0e\xf7\x77\x30\xf6\xc9\xc4\xea\x20\x79\xd6\x00\x48\x71\xee\xf0\xae\x38\x10\xbb\xe4\x0e\xa0\x90\xb2\x06\x2b\xce\x84\xb6\xf0\x04\xb1\xb2\xa1\x1b\x40\x20\x56\xd6\x7a\xcb\x38\x49\x7a\xfc\x3e\x36\xdd\xa4\x08\x06\x6a\x3b\x5a\x07\x62\x48\x92\xf3\x1c\x04\x52\x86\x5b\x21\x15\x88\xa5\x7d\x75\x00\xc9\xc7\x71\x32\x71\xf5\x77\x15\x9e\x16\x17\x7d\xac\xfc\xfe\x01\x21\xc3\xcf\x4f\x06\xfa\xf8\x05\x90\x2a\xe3\xf1\x85\x14\x5c\x86\x10\xf4\x41\xf6\x7e\x8c\x1b\xee\x2c\xd2\x15\xc7\x8d\x93\xe5\xfe\x6e\xdc\x50\xbc\x03\x70\x2d\x7c\x45\x88\x07\x6c\xcc\x56\x67\xc4\x8d\xb3\x6d\x62\x7c\x73\x86\xba\xc7\x06\xc2\x75\x8b\x24\xe2\x40\x48\x49\x35\xd6\x3d\x8c\x92\xd1\x0a\x1e\xc4\x14\x7a\x0f\x20\xc5\x34\x4f\xe0\x01\xbd\xd4\x15\x24\xa0\x03\x72\x80\x7e\x30\x86\xc3\xd4\x6b\x49\x31\xe5\x85\x64\x0f\x91\xf2\xf3\x7e\x67\x56\xe3\xe6\x36\xb6\x48\xb7\xca\xbe\x11\x29\xa5\x3c\xe8\x08\xcd\x75\xf0\x54\x5f\x52\xcd\xb4\xad\xac\xb3\x72\xd5\xe6\x36\x26\x2c\xb7\x8b\xbe\xed\x68\xfb\x39\x7c\xd7\xc5\x61\xfb\x46\x08\x56\xff\x70\x21\xa0\x3a\xfd\x86\xdd\xf4\x84\x1b\x8b\xa8\x46\x4f\x05\x6d\xcd\x3e\x41\x26\x7b\x3d\xc7\xa1\xce\xcd\x3f\x0c\xbc\xe0\x0f\xc0\x8f\xb4\x9f\xfd\x5f\x16\x8a\x6a\xc8\xb9\x5d\x6c\xca\xec\xc8\x39\x51\xc4\xff\x91\x82\xbb\xd9\xd7\xb3\x43\x7d\x64\xcf\xfa\xce\xf8\x8c\x2c\x32\xd3\x21\xc1\x6c\x86\x17\xd4\x47\x36\x8a\x75\x86\x5f\xe8\x4c\x75\x28\x7f\x36\x29\xc0\x7a\xe1\x80\x7e\xce\x4a\x59\xea\x0f\x85\x92\x7c\x69\xef\xc8\xcd\xab\x02\x6b\xad\x43\x7c\x48\x59\x94\xb8\xb3\x10\x92\x07\x40\x34\x45\xb2\x5f\x4a\xaf\xf0\xdb\x96\x6e\xa6\x23\x49\x85\x55\x7c\x1d\x66\xbf\xc8\x6e\x73\xc9\x3a\xe6\x1d\x02\xc8\xf6\x7a\x01\x92\xf8\xeb\x39\xd2\x07\x1b\x44\xc8\xb5\x6b\x8d\x5b\x67\x0e\x33\xe1\x78\x47\x3c\x85\xad\x21\x1d\x9e\x81\xd6\x1a\xf7\x86\x58\x04\x83\x18\x86\xbd\x36\xfd\x3e\xb7\x40\x0b\x84\x0c\xf2\x7a\xcc\x24\x45\x1e\x1e\xe1\x88\x92\x40\x3a\xdc\x02\x1d\x30\xd3\x91\x17\x77\xf3\x89\x81\xdb\x9f\xd5\x73\x3d\x78\xc4\x24\xe7\x77\x24\xce\x75\x16\x8f\x4e\x09\x24\xbf\x7e\x18\x80\xb8\x7b\xc0\x9e\xbf\x46\x40\xf9\x1f\x23\x19\x24\x90\xad\xba\xcd\x33\xe6\x43\x07\xdd\xd1\x26\x11\xaf\xc7\xcd\x17\xfc\x03\x2c\xe2\x06\x69\x07\xd6\x35\xb7\xe1\x4c\x25\x5e\xd8\xe9\xc5\xe7\x63\xd0\x39\x03\xad\xa0\x03\xc4\xd2\xbc\x74\x38\xe9\x15\xe3\xd0\x80\x6f\x4f\xf3\x73\xb8\x4a\x7a\x45\x10\x2f\x36\x31\xeb\x3e\x38\xbe\xf6\x04\xb9\x78\x55\x5b\xa5\xf5\x81\xf1\xbc\x47\x08\xab\xb5\x54\xdd\x27\xd7\xa3\xf5\x22\x33\x97\x23\x42\xfb\x0e\x17\x72\x93\xc9\x3d\x01\x65\xb5\x9e\x1d\x25\x1c\x37\x3f\x67\x6c\xbc\xfa\x87\x01\xce\x7e\xfa\x1d\x06\xb8\x64\x37\xc7\x8e\x62\x2f\x16\x1a\x3b\x0c\x70\x9b\x8f\x3d\xfc\xe5\x92\x15\xa4\x7d\xc7\x9e\x8b\x75\xf5\x9d\xee\xae\xaf\x21\x11\xe1\xd9\x3d\xa5\x93\x2f\xf8\x0b\x6c\xba\xcc\x07\x1d\xb9\x6c\x6d\x6c\xe9\x07\xce\xb5\x49\xe3\xc1\xe8\x05\x93\x8e\x83\x8b\x12\x16\x1d\x40\x4b\x93\x26\x38\xc4\x29\x17\x61\xeb\xe7\x12\x80\xbc\x67\x27\x6f\x93\x6e\xa3\x24\x9b\x84\xd4\x0e\x7b\x94\x93\x1e\x75\xe8\x55\x7c\x37\xeb\xcc\xf3\x6a\xbf\xfa\x0e\x87\xb7\xd7\x7c\x60\x90\x72\xbc\x63\xbf\x38\x3f\x2d\xf8\x02\x08\x5f\xdf\x83\x36\xff\x2e\x97\x4d\x87\xe8\x61\x81\xb7\x53\xc7\xe2\xdb\x76\xbf\x58\x33\x4c\xa3\x51\xc7\x62\x14\xbc\x21\x9d\x49\xd6\xe8\xd0\xa0\x58\x13\xd6\x6f\x0e\xa0\xe5\xde\x1c\xc0\x1b\x0a\x0d\x88\x05\xd4\xfe\xb0\x03\x81\xfb\x81\x62\xcb\xa7\xfe\xe1\xf2\x35\x41\xd4\x1a\x99\x26\xf4\x28\x35\xa2\xf2\x1a\xad\x3f\x9c\xc0\xe7\xfb\x01\x7d\x87\x2f\x46\x03\xd1\x9e\xc9\xb6\xfa\xb1\x65\xd8\x66\x42\xed\x86\xcc\x22\x53\x6d\xd8\x33\x75\x08\xc6\x12\x1d\x9a\xfd\x0f\xc7\x86\x0c\x16\xa2\x4a\x63\x03\xd1\xd0\xdd\x6f\x50\x34\x50\x91\xc3\x36\x18\xee\xa9\xcb\xe0\x80\x2b\x95\xb5\x03\x03\x0a\x0f\x33\xf3\x41\x7d\x87\x4e\xfd\x48\x40\x00\x41\x60\x24\x5c\x36\xbd\x00\xa8\x2f\xb6\xd7\xf7\x4c\x39\xaa\xab\xf1\xc8\x04\x89\x56\x48\x6b\x52\xf1\xf3\x8a\x90\x5f\x81\x30\x33\x5e\x55\x0b\x80\xfa\xc1\x9e\x55\xa3\x20\xcf\xae\x27\x58\x12\x8a\x5a\x69\x02\x05\x09\x91\x0c\x00\x16\xd6\xf5\x78\x15\x28\x20\xd6\x3c\x16\xeb\x1d\xaa\xca\xd8\x06\x22\x15\x1d\x61\x3c\x90\xe5\xbe\x85\xdb\xd7\xf7\x57\xb4\xd7\xfb\xc0\x39\x9b\x61\x46\xc5\x5d\x55\xd7\xf7\x01\x2f\xff\x64\xab\xc3\x58\xbc\xb7\xbc\x66\x84\x02\xbd\xb6\x1c\x0d\x24\xd1\x48\x36\x1d\x0d\x04\x3b\xda\xa5\x65\x2c\x66\x3d\x9a\xb1\xac\x21\xc6\xd9\x20\x01\xf7\xcd\x22\x2a\x23\x70\xa9\xd1\xe5\x78\xf0\xbe\xff\x82\x79\xc0\x44\xe9\x3d\x0b\x50\x05\xa9\x80\x06\x5c\xe2\xed\x4d\x36\x02\xac\x42\xac\x6b\x30\xb0\xd0\x2b\x58\x57\xe1\x61\xd7\x88\x01\xb3\x88\xbd\x62\x07\xcd\x22\xd6\x17\x8f\x01\x24\x91\x38\x33\x60\x16\xb1\xd6\x6d\x80\xf7\x25\x6b\xc5\x06\x98\x5f\x7e\x75\x50\xf9\x82\x86\x84\x87\xfa\x7b\x04\xe0\xb1\x2e\x7e\x03\x91\x85\xf6\x87\x1b\x8b\xdb\x95\x22\x21\x74\xa0\x16\x9b\x35\x40\x03\x39\x21\x54\x91\xb9\x8d\x09\x42\x38\xfc\x1c\x12\x9b\x03\xbb\xc7\x3c\x17\x69\xf1\x12\x60\xe8\x48\x56\xf4\x8d\x79\x23\x30\x5a\x40\x85\x07\xfa\x0b\xf1\x16\x3b\xcb\x0e\x45\x19\xa8\x5d\xe6\x24\x14\x03\x96\x89\x69\x3c\x43\x9e\x29\xbb\x2e\x8c\xe3\xc0\x26\xb8\x4d\x11\x52\x88\x7f\xb0\x78\x8a\x07\x44\xde\x28\xfb\xbe\x8e\xf3\xc7\xf1\x48\x6d\x60\x85\x07\x80\xef\x45\xf2\xdd\x74\xc0\x4c\xd0\xc4\x2d\x07\xb4\xfe\x76\xf7\x18\x17\x2b\xc2\x8a\x41\x0f\xd4\xb3\x0a\x6f\xfb\x55\xf9\x82\xa0\x0a\xbd\xff\xfc\x55\x0d\x9c\x36\x2e\x64\x3c\x92\x42\x66\x20\xec\x4e\x39\x61\xdb\x58\xbc\x6b\x3a\xf9\xce\x40\x10\x9d\x63\xfb\xc7\xe2\x46\x23\x7b\xfa\x37\x74\x05\x12\xe8\x06\xbc\xad\x93\x13\xa5\x0c\x44\xd9\x4d\x0f\xc8\xab\x70\xf3\x49\x47\x94\x5d\x36\xde\xdf\xc8\x65\x66\x80\xdd\xf4\x4e\x90\xcc\x37\xee\xe3\x5d\x53\xb7\x8d\x75\x57\x2e\xd9\xc4\xed\xfe\x29\x78\xe3\x1e\x17\x12\xf9\xe2\x30\x16\xc3\x1b\xc3\xd4\x0d\x0e\xd3\xe5\xd5\xa6\x47\x90\xdb\x88\x6a\x33\x75\x43\x1c\xdf\x8b\x1a\x2e\x86\x37\xec\xed\x30\x1e\xdc\x34\x45\x6a\xe6\xe2\x67\x2e\xfa\xdb\xe6\x46\x10\xbc\x7e\x40\x91\x5f\x69\x78\x26\x9d\x8d\x85\x64\x13\x69\x1b\xed\x79\x3b\xa1\xb0\x4f\x4a\x93\xde\xe6\x86\x48\x41\x69\x78\x26\xea\x26\x3b\x92\x7c\x2e\x06\x56\xde\xed\x40\xa5\x16\x75\x98\x18\x99\xd8\xd4\xde\x21\xb6\x6a\x02\xc8\x3f\x90\x4c\x4d\x27\x92\x30\x5a\x11\x38\xc1\xd1\x9c\x9f\x6d\xe6\xb5\xeb\xaf\x15\x65\x2e\x59\xd4\x72\x42\x43\x1f\x9e\x51\x6e\x68\x6b\xc4\xcc\x73\x33\xdc\x43\x7f\x17\x42\x6e\x93\x2a\x7c\xe7\x09\x99\xa8\x6c\x1c\xd5\x3d\x20\x45\xf6\xeb\x39\xd3\x3d\x7b\x44\x86\x6d\x89\xda\x4d\x66\x30\x78\xad\x01\xfa\x6a\x29\x7d\x26\x32\x18\x38\x52\x7c\x16\x0a\x62\x22\x6f\xb3\x30\x14\x4f\x6b\x84\xb3\xae\x4d\xfb\xb3\x74\x64\xcb\xd7\x92\xca\x80\xa0\xac\x19\x17\xda\x6d\x04\xe4\xc2\x5d\xf0\xf7\xdc\x05\x6f\x33\x1c\x32\x7c\xe1\x9b\x74\xc8\x68\xaf\x19\xe0\xf4\x7a\x9b\xe0\x6f\xe1\x0b\xe0\xe4\x95\xdb\x98\x5a\xb9\x4d\xa2\xbf\x93\xb9\xb8\x0c\x75\x84\x02\x5a\xd2\x99\xa8\x8f\xf3\x42\x1c\xf8\xea\x86\xf1\xa4\xf2\xf0\xbe\x46\xc4\x2e\x78\x9f\x71\x27\x37\xdf\x9f\xcc\x2b\x2e\x59\x6f\x52\x30\x70\x34\xca\x6c\xcc\xae\xaf\x5d\x62\xde\x70\x09\xe3\x13\x0e\x19\xbe\x71\x4e\x84\xf7\x59\x7d\x3b\x1b\x72\x3b\xea\xc6\x35\x61\x48\x50\x85\xd3\x36\x1b\xa2\x69\x94\x41\xbf\xcd\x75\xcb\x6f\x76\xe3\x9c\xa8\xd9\x5b\x45\x8f\x27\x2d\x07\xce\x6e\x32\x03\x5c\x52\x77\xda\x09\xc3\x80\xc4\xdf\x89\x12\xbb\xbe\x2e\xcd\x40\xf8\xbe\xc7\xa3\x83\x86\xe3\x4b\xe6\x12\x24\xc6\x6b\x0f\xe2\xe2\x0b\x9e\x01\x98\x9c\x58\xc8\x44\xec\x9c\xbd\x3a\x27\x8a\xe4\xda\x6d\x74\x52\x8d\x1f\xd9\x1f\x04\x76\x51\x53\xa4\x1a\x3f\x7c\x7c\xe1\xae\xab\x7a\x2a\x6d\xa2\x4c\x6e\xeb\xbf\x72\x88\x46\xa1\xb7\xe4\x04\x73\x73\xc9\x2d\x61\x51\x6e\x0e\xa6\xc8\xd3\x8e\x2c\xb1\x25\x2c\x3d\xa3\x2e\x5c\x71\xcc\xf0\x1c\x3f\xd3\xf7\x0f\xc8\x6a\x24\x71\x7d\x22\x09\xb8\x03\xc3\x27\xd2\x6d\xaa\xdc\x57\x9b\x83\x5b\x2c\x26\x3d\x51\xe5\x56\x29\xbe\xdb\x1c\x17\x66\x20\x00\x22\xc7\x81\xbd\xf3\xe6\x64\xe2\x74\x81\x03\xc9\xb3\x54\x60\xa7\xcd\xd9\xd7\xf7\xa6\xd7\xf0\xf7\x48\x21\x4d\xd0\x84\x23\xae\x33\x81\xcc\x25\xf7\x0c\x67\xfb\x9a\x4b\xec\x09\x07\xc9\xce\x1d\x20\xf1\x80\x7b\x45\x5b\x13\xda\x1b\x1c\xaf\xfc\x1c\xf9\xa1\x8d\x11\xeb\x0e\x1f\x0e\xa0\x9a\xb8\xa2\xdb\xa9\x7f\xee\x0f\x9e\x6b\x7e\xeb\xca\x1e\x16\xb3\xe6\x81\xfc\x01\xa6\x23\xf4\xa6\x08\xef\x09\x82\xde\x7c\x45\x9b\x07\x16\xe0\x09\x9d\xc0\x30\x49\xeb\xf3\xdc\x31\x80\xdb\xe4\xe9\x82\x18\x2b\x30\x7a\x8b\x11\x93\xe6\x14\xb9\xf3\xe2\x04\x85\x23\x17\xea\x42\xfb\x14\xe3\x0a\x6f\xfd\xed\xbc\xb8\x23\x9a\xdf\x12\x83\xc2\x7a\x97\x79\x11\x25\xbc\x03\x48\xa0\x9d\x4c\x97\xe8\x2b\xe1\xd8\x92\x79\xc1\x68\x62\x62\x7e\x01\x67\x24\xb6\xcc\x1b\x5b\x26\xbd\xca\x84\xc6\x3f\x85\xb9\x05\xc2\xca\x2c\x0b\x4f\xe4\xbb\x4e\xe6\x4f\xa8\x9d\xe2\x7b\xfb\x5c\x52\x47\xf8\x7e\x30\xe9\xb5\x69\x23\xc3\x7c\x10\xe7\x67\xb4\x47\x96\x25\x87\x05\xef\x70\xc2\x4c\x36\x30\xee\x1b\xcb\x28\x4d\xb5\x19\x78\x28\xbc\xdf\xa1\xd4\x57\x21\xa8\xb6\x6f\xd4\x9e\xb9\x8d\x34\xc2\x5a\xc2\xbe\x11\xaa\x55\x6d\x4e\xd9\x03\x9c\x68\x6b\x46\x09\x94\x40\xca\xab\x3d\x71\x02\xc2\xfb\x3d\x01\x88\xc5\x6d\xb0\x9b\xe9\x0e\x58\x7f\x5c\x03\x20\x17\xb4\x33\x37\xef\x4c\x83\x24\x0e\xba\x67\xf6\x57\xd4\xc6\xa6\xa8\x96\x58\xdb\x33\x2e\xc2\xc3\x2f\x30\x71\x86\xda\xb0\xe3\x17\xc1\x7c\x2f\xc0\x43\x1d\xb4\x9d\x76\x7c\xc7\x97\xee\x05\x27\x55\x92\xd6\x8e\x9b\x76\xea\x22\x05\x7b\x61\xf0\xa4\x3f\x00\x8c\xa4\x1c\xdb\xeb\x86\x76\x53\x3b\x41\x00\x77\x9b\x39\x7c\x04\xa2\x8a\x0a\xe6\x92\x96\xf7\x8a\x93\xe6\x09\x2d\xfe\x18\x56\x4a\xef\x50\x62\x5b\xa3\xba\x07\x56\x24\x52\xbf\xa3\x84\xbc\x3d\x9f\xf7\xc0\x49\x2a\x7e\x7f\x87\xff\xa1\xdb\xd7\xf7\xd7\x74\x30\xe3\x8e\xa2\x12\x36\x64\xed\x1d\xe3\xeb\x60\xed\xc8\xcc\x68\x1b\xf3\xde\xd1\xbf\x68\xed\xde\x31\xff\xfa\xab\x64\x36\x7b\xc7\xf5\xd0\x83\x31\xeb\xa1\x54\x8f\xfb\xba\x90\x66\x47\x0e\xed\x13\x74\xd1\xc0\xdb\xfb\x9a\xbc\xc8\xd2\xbe\x73\x70\xf5\x47\xba\xa8\x3b\xfe\x7e\x20\xa6\x4e\xca\xbb\x9d\x8e\x6c\xce\xea\xbb\x1f\x0d\x8a\x10\x0d\x70\xe0\x84\x48\x75\xb5\xaf\xfb\xe5\xb0\x02\x7d\x27\xdd\x94\x10\xbb\x9f\x48\xe9\x64\x84\x3e\xc1\x2b\x7d\x00\x90\xd8\xc5\xfe\x56\x3b\x62\x7b\x9d\x72\x6a\x27\x9d\xf4\xee\xfd\xd4\xb4\x0a\xff\x00\xfc\x94\x34\xb2\xd3\x89\xcc\xa1\x95\xfb\x15\x78\x41\xfb\x7b\x01\x44\xa6\x11\xa4\xa4\xe2\x04\xfb\x05\xfc\xf5\x91\xbc\x81\xbf\x52\xa3\xec\xb8\x20\xda\x55\x71\xa7\x47\x98\xb3\x9b\xee\x24\x9c\xde\xb3\x9b\x13\xd0\x80\x70\x95\xf7\xed\x6d\xe7\xfd\x70\x18\x83\x6e\x6e\xaa\x5e\x78\x40\x65\x7c\x62\x9e\x86\x15\x68\x45\xa8\x84\x9c\xc5\x1c\x8f\x45\x27\xa7\x43\xc2\x8f\x45\xd5\xa6\x13\x8d\x1d\xa4\x6a\xe1\x36\x27\x30\xfd\x01\x3b\xac\x6a\x9f\x48\xdd\xac\x36\xb2\xc3\x59\x41\x7a\x24\xa0\xbc\x40\x7e\x20\x4b\x4a\x72\x1d\x80\x63\x5d\xcf\xa6\xcd\xcd\x47\x4e\x68\x37\xb5\x77\xb4\x3f\x2b\x3a\x0a\x32\x2b\xeb\xcc\x1f\xf0\xfc\x4e\x56\x7b\x1c\x24\x5b\x12\xf8\x0e\x92\x2d\x8b\x90\x07\xdc\x8f\x1c\x77\x78\x14\x4e\x51\x4b\x28\x48\x6d\xa3\xcb\xd5\x41\x2a\xa5\x7b\xc0\x51\x4f\xcc\x48\x4b\xa2\x69\x4d\x58\x74\x34\xec\x49\xf7\x73\x60\xc1\xd4\xae\x1f\x0d\x58\x20\x95\xec\xd1\x60\xec\x32\x0c\x91\x23\xb7\xbc\x3a\x08\x76\xa0\x19\xa0\x3a\x90\x2f\x98\x07\xaa\x58\x3a\x98\xf4\x68\x10\x61\x5f\x33\xc2\x51\x17\x1a\x1e\x0d\x65\xa2\x0c\x32\x56\x07\x6a\x1e\x10\x41\x30\xd5\xcf\x6f\x4e\xc0\x1d\x22\x05\x86\x57\x40\xc2\x2a\x34\x3d\x02\x19\x2e\x74\xf4\x8f\x40\xd8\xb9\x44\x94\x23\x40\x28\xc3\x6d\x64\x71\x14\x5a\x1f\x81\xac\xc6\xba\x20\x1f\x20\xc4\x16\x50\x8e\x75\x8f\x18\x8e\x32\x3f\xe8\xe7\x2d\xb1\xfb\xe8\xa8\xf8\xa7\x83\x7b\xc0\x3b\xc8\xd6\xd0\xa3\x73\x4b\xbc\xe7\x9d\x5b\x22\x1c\x41\x10\x60\x72\x98\xc8\x81\x7b\x45\x18\x29\xd6\xad\x61\x58\xa6\x3a\x3a\x13\x15\x18\xc6\x1d\x72\xf7\xab\x03\x64\xee\xf4\x26\x77\xc2\xd4\xbb\xdc\xa1\x7d\x92\x8c\x74\x40\x25\xea\x68\xb0\x63\x5d\x2d\xb2\x73\x53\x1f\x54\x89\x3a\xcf\xfc\x31\xe0\x6e\x6a\xa0\x22\x0a\xd0\x71\x3a\xc7\xba\x5b\xd4\x9a\x7f\xa5\x4b\x3b\x06\x71\xce\x5b\xba\x2e\x1e\xd5\x29\x08\x0f\x64\x6e\xb3\x1b\xf3\xb1\x2e\x1e\xaa\x42\xd3\x0e\xf8\x99\xa7\xd9\x3d\x7d\x18\x90\xb3\xfb\x3b\xa1\xa6\xf1\xf7\x2c\x63\xa3\xe7\xb0\x36\x4e\x9f\x73\xfa\x2a\x39\xe2\xf9\x98\x0d\x2f\x08\x27\x27\x67\x6c\xa4\x99\x38\x25\x26\x04\xb8\xa9\x58\x4e\x3f\x26\x8a\x95\xbe\xde\x87\x4a\xc2\xe7\x1a\x95\x3c\x55\x1f\xb7\x1d\x13\x7a\x21\x23\xe1\x64\xa1\x08\xad\x60\x22\x66\xc5\x3b\x8c\xdc\x6e\xaf\x58\xae\x03\x59\x81\xed\xe4\x7c\x20\xb9\x9b\x43\xff\x0f\x96\xfa\x34\x96\xc2\x40\x6a\x71\xe6\xd8\x91\xac\xa2\xf8\x7b\x42\xc0\xcf\x03\x61\x39\x02\xd9\x8e\x1c\x8c\xc6\x98\x9d\xa5\x94\xf4\xfc\x40\xce\x2d\x2f\x08\xc6\x4b\xe7\x39\x3b\x16\xc7\xaf\xaa\x0f\xde\x0e\x54\x16\x72\xdc\xd1\x81\x0a\xe5\xce\xd9\x78\x1c\xac\x85\x34\xfd\xc1\xc0\x04\x05\xa1\x03\x89\x9d\x4d\x46\x0e\x04\x77\x65\xb7\x6f\xba\x8f\xa9\xfd\xc0\x50\xa2\xf6\xc9\xa4\x94\x02\x10\x73\xc5\x59\xc3\x7b\x9c\xa8\x85\xaa\xbb\xe7\x01\xbf\x76\xfb\x42\x1d\xb8\xaa\x75\xaf\xf0\x84\xd7\xc3\xe6\x01\x90\xec\x5b\x77\xc5\x03\x57\x35\xdf\x22\x0e\x5c\xd5\xb2\xef\xef\x07\x34\xda\x8e\x7f\x3e\x70\x57\x73\x7d\x96\xe3\x42\x5a\x4b\xe3\x20\x9c\xaf\xec\x17\x71\x5c\xa8\xae\xe1\x09\xc3\x00\x9a\x7d\xf9\x3b\x20\x52\xbc\x3e\x60\x62\x37\x5d\x84\x0e\xa8\x9c\xb3\xaf\xb3\x07\x4c\xa4\x8e\x89\x39\x70\x15\x6b\x26\x54\x37\x5c\xfb\xa5\x57\x3b\xee\x0e\x17\x3f\xb7\x51\xa2\x5d\xf7\x96\xe3\x86\x29\xc7\xa7\x04\x22\x49\xf6\x7d\xfa\xb8\x91\xbb\xce\x22\xc3\x0d\x89\xc0\x84\x0f\x2a\xeb\xec\xfb\xe9\x71\xdf\x98\xa1\x97\x44\x18\xe8\x02\x7c\x20\x17\x9d\xa3\x46\x8f\x07\xd6\x25\x8f\xf8\x04\x2c\x7e\x1a\x01\x39\x3a\xb2\xef\xa3\xc7\x43\x7e\xe8\x0e\x68\x39\xf1\x73\x56\x18\xd4\x9a\x1e\x66\x08\x14\x8c\x98\xa3\xc3\xb4\x07\xc9\xea\x6c\xe1\x3b\x37\xee\x92\x2e\x7b\x27\xcc\xbc\x26\x35\xe7\x86\x28\x1d\x75\x78\xc2\x43\x2c\xfb\xaa\x74\x6e\xd4\xdc\x65\xb5\x3b\xf4\x60\x55\xed\x01\xa5\x89\x47\xc4\xcd\x47\xda\xd1\x13\x75\x36\x6d\x38\x39\x37\x6c\xc2\xf0\xfb\x27\x07\xf4\x00\xc8\x55\x3d\x3d\x63\x84\xb5\x84\x3b\x40\x26\x1f\x71\xe0\x33\x71\x89\x22\x36\x27\xec\xc6\x45\x9b\x72\x22\xc5\x46\xf3\x8c\x13\x59\xba\x9f\x63\x85\xbf\x4b\x9c\x76\x26\xee\x60\xf1\xd7\xc8\x93\x20\x89\xe4\x64\x2e\x3d\x5f\xf5\xce\x84\xfc\x82\xaf\xf6\xc1\x17\xbc\x00\xc8\xea\xe1\x17\x80\x86\xe2\x3f\x67\x46\x10\xbd\x6e\xbb\x67\xe6\x41\xaa\x7e\x01\x97\x3b\xb1\xd3\x13\x5a\x7c\x87\xb4\x9c\xd0\xe2\x67\x5f\xb0\x4e\x14\xe7\x74\xe6\xca\x13\x5e\x6a\x45\xd4\xea\x2c\x48\x7d\x26\x3d\xce\x59\x10\xe1\x2e\xa1\xe5\x2c\xf0\x12\xd4\xfd\xe9\x64\xa1\xcc\xe9\xe7\xa8\xf9\x28\x8d\xc5\x49\xaf\xb5\xe1\xfe\x19\x6f\xee\xfe\xa1\x40\x78\x3d\x47\xed\x72\x51\xdf\x93\x11\x8d\xdd\xfd\x3d\x90\x50\x04\xf3\x8a\x50\x35\x11\xc7\x13\xd9\xf8\xac\x98\x3b\x19\xd0\x68\x0c\x40\x01\x7a\xe7\x69\x3e\x91\x4a\xcf\xae\xb7\x67\xa5\x11\xc3\xcf\x51\xf5\xd8\xf0\xaa\x70\xd2\x17\x19\x38\x2b\xf9\xa9\xc7\x87\x7f\x95\x4f\x21\xe2\x19\xcd\x6d\x4e\x68\xcf\x9d\x77\xe1\x84\x18\x6d\x2b\xfa\x09\x37\xfa\xe9\xf9\xc0\x4a\xee\x00\x9f\xb3\x91\x0e\x49\xe4\x39\x83\x59\x68\xf4\x02\x72\xd7\xb9\x34\xd3\x09\xb3\x7a\xf6\x21\x0e\x88\x2c\xde\xb0\x60\x69\x26\xf7\xc7\x24\x34\xee\x2f\xf0\xbe\x00\x12\x3c\x05\x92\x99\xce\xc0\xed\xcc\x18\x04\x6d\xb9\x1d\xff\xcf\x20\x69\xed\x9e\x11\xae\xd8\xaf\x0f\x10\x36\xeb\x0f\x3a\x4f\xb5\x84\xcc\x13\xb9\xea\x5c\x2b\xe2\x44\x6d\x08\x6b\xbd\xce\x0e\x4f\x54\x93\x05\x28\x21\x5e\x38\x3b\xd8\xa1\x6c\xc4\xe7\x80\x6f\x83\x0f\x2e\x14\xe0\xbe\xc4\x9f\x88\x4f\xb4\x7f\xcb\x09\xa7\x33\xdb\x33\xcf\x01\x6f\x65\x5d\x3d\xce\x89\x00\x22\x5d\xf2\x4f\x84\x1f\x9a\x94\x9f\x10\x0b\x5f\x20\x42\x9a\x88\x97\x8c\x70\x4e\x38\xd5\x7b\x42\xa8\x37\xd5\x5f\x03\x60\x85\x3e\x15\xb0\xe3\x3b\x96\xf9\x9c\x98\xa0\x49\xf9\x12\xda\xba\x0a\xdf\xb5\x13\x19\x79\x9b\x44\x84\x13\x69\x25\xac\x15\x39\x91\x81\xf7\x05\x20\xf8\xa0\xe5\x94\xfc\x02\xdc\xa3\x75\x63\x3e\x77\x0c\x18\xfe\x00\x99\x86\x24\x85\x9d\x08\x40\xb4\xff\xc9\xc9\xca\x0d\xce\x19\x7c\x22\x02\xd1\x1c\xfd\x84\xe2\x26\x5b\xac\x3a\x11\x81\xd8\xbc\x04\x44\x20\xe6\xe4\x93\x77\xc0\xe7\xdc\xb4\x7c\xc9\x71\x4e\xb0\x7e\x1e\xd8\xa3\xf0\xeb\x37\xbf\xf7\x88\xac\xd2\xaf\x01\x90\x16\xce\x95\xaa\xdb\x79\x72\x0d\xfa\x00\xf1\x88\xb6\xc9\x9e\x27\x60\x62\xf6\x07\xb7\x36\x5b\x0b\x4f\x64\x59\x7b\xa1\x25\x43\xf1\xc6\xaf\x42\x3c\xcf\x9b\x83\x09\x1c\x08\xc3\xb3\x77\xcd\xc9\x1c\x68\xd2\x0f\x9c\x37\x0b\xe6\x1b\x45\x6e\xe4\x5a\xf2\xa9\x43\xe9\xf0\x6c\xc7\x89\x13\x49\xd0\x5c\x40\xec\x44\x51\x85\x64\xca\x87\xf2\x8c\x61\xf8\x3e\x70\xbf\x31\xa1\x79\x88\xc4\x86\x0f\x24\x1e\x1b\xb1\xce\x87\xe9\xa9\xb4\x04\x08\x2c\xaf\x82\x55\x27\xcc\xf4\x36\x23\x5d\x48\xf9\xe5\x74\x2b\x17\xac\xf0\x59\xe7\xfc\x42\xd8\x9c\x05\xe7\x6b\x89\x07\xc5\x0e\x40\x17\xb8\xbd\xf3\x65\x5d\x89\x33\x1c\xfe\x01\x37\x78\x11\xdf\x0b\x61\x72\xce\xf0\x75\x21\xc7\x40\x7b\x75\x78\x63\x42\x9a\x20\x6c\xe6\x16\x53\xaf\xcc\x01\xa6\x5f\xe0\x0a\x34\x00\xc3\xde\x44\x2b\x2f\xd8\xcc\xb3\xbd\x3f\xae\xcc\x42\x08\xfe\x00\xd1\x33\xaf\xe7\x17\xd8\x43\x52\x9b\x33\xfa\x6c\xca\x05\xf6\x6c\x75\xf9\x55\x80\xf5\x62\xa7\x57\xc1\xfb\xba\xdd\x5d\xb5\x7f\x7f\x85\xa5\xd6\xab\x82\xb0\xe8\xe0\x5f\xc8\xe4\x64\xfb\xf5\x05\xbf\xb2\x24\x81\xe4\x6a\xf0\x36\xf1\x82\x19\x05\x26\xc1\xfb\x6a\x84\xa0\xfa\x47\x6a\xd6\x17\xff\xbc\x1a\x27\xa8\x0e\xe0\xf1\xec\xda\x21\x57\xd0\xcb\x5d\x58\x73\x31\xe8\x6a\xb8\x0d\xca\x23\xa1\xf2\x0a\xc4\x41\x78\x8f\x3b\x20\x22\x06\x7a\x2d\x5a\x3f\x93\x98\xc1\x85\xbc\x44\x16\x09\x2f\xe4\x25\xca\x59\xc7\xf6\x1a\xc8\x37\xa9\x73\x71\x0d\xc6\x45\x68\x49\x8b\x36\x4f\x27\x93\xbd\x70\x63\xcf\x76\x64\xbb\x26\x97\xa4\x11\x91\xd3\xc7\x16\xf8\x6b\xdd\xb0\xa7\xc3\x4f\xaf\x9d\x1d\x0a\xe6\x24\x6c\x86\x31\x08\x9b\x99\xc5\x75\x4c\xa6\x91\xd0\x12\x8f\x1d\xf1\x4b\x6e\x1f\x7c\xc1\x5f\x2c\x96\xec\x8c\xf0\x17\x7c\xa4\x6c\xd2\xbf\x16\x25\x1b\xce\xb4\x7a\xe1\x86\x99\x1d\x1f\x7f\x21\xe1\x8c\xcd\x8f\xd7\x45\xa1\x42\x30\x82\x56\x3b\xdb\xa9\xf9\xba\x2a\xe6\xac\x35\x5f\xc7\xf7\x57\x98\x56\x5c\x17\x47\xa8\xee\x11\xf5\x33\x8c\x68\x28\x7f\xdb\x24\xb6\x5c\x37\x72\xd6\x88\x83\x5d\x37\xe3\x37\xdd\x46\xfe\x17\xa3\x09\xaa\xf3\xd9\xf5\xe3\xba\x59\x91\xc4\xfd\x21\xfb\xb9\x77\x19\xe4\xd1\xc9\x68\x2f\xde\x20\x8b\xf4\x08\x17\x9c\x9e\x86\x61\x0a\x2f\xde\x6c\xbc\xa2\x13\xaf\x17\xf0\xa0\x30\x9d\x77\x1d\xc5\x6d\x37\xe3\x25\x72\xc2\x24\x9f\x54\x96\xfb\xf3\x84\x40\x6e\x5f\x8f\x3b\x92\x0b\x6a\xfe\x0f\x32\x87\x8b\x7f\x5e\x0f\x72\x5d\x89\x9b\x5d\x08\x72\x46\x0e\x87\x5f\x70\x9b\x9b\x77\x45\x27\xaa\xba\x59\x0a\x50\x74\xe5\x86\x47\xb0\x93\x5e\xdf\x3f\x1e\x54\x4d\xed\xca\x0e\xba\x7e\x80\x67\xa3\xe6\x7f\xb3\x42\x8c\x34\xea\x37\x69\xbb\xf3\x46\xdd\x08\x37\x72\x16\xa8\x1b\xd9\x19\xc7\x6b\x46\x38\xe7\xd2\x31\xdc\xc8\x84\xee\xfc\x02\x37\xf2\xc7\xd8\x5f\xf5\x4e\x8c\x7f\xd2\xf7\x89\x29\xe7\xdc\x0e\xa4\x12\xcc\x6a\x73\x42\xe1\x17\x90\xbc\xb7\x79\x40\xc6\x3f\x69\xc9\xc8\x94\x6e\xe6\x70\xd3\x45\xab\xba\x43\xd4\x88\xad\x9e\xd0\x05\xbb\x8b\xde\x5f\xcc\x63\x38\x18\xf4\xc6\x55\xcd\x69\xa6\x6e\xdc\xd4\x1c\x98\x7f\xa3\xa8\xad\xe3\xea\xef\xcc\x23\xa4\x43\x78\x2f\x5e\x51\xc6\x6b\x00\x96\x71\x50\xbb\x10\x42\x6e\xf3\x08\x89\xdd\xdd\xa5\x2c\xca\x27\x14\xbe\x0b\x18\xba\x57\x80\x74\x34\x76\x1c\xbc\x0b\x29\x9f\x20\x84\xbb\x9b\x53\xbb\xdf\xc8\x94\xee\x12\xa0\x77\x65\xfe\x9b\xe1\x1f\x60\x1d\x14\xe5\xbc\x2b\x02\x2b\xa7\x3b\xc0\x1e\xbe\x3a\xa4\x7e\xdb\xef\xc3\x42\x2f\x91\xf0\x66\x40\xb3\x08\xe1\x8d\x34\x83\xc3\x7b\x0e\x1b\xc5\x2b\x5f\xe4\xdd\x48\xdb\xb5\x07\x0d\x81\x93\x62\x0e\x37\xd9\x59\x75\x1b\xec\xb4\xfa\x7d\x38\x32\x4a\xc4\xbb\xe1\x9a\x94\xed\x53\x7c\x07\x60\xee\x19\x04\xc2\x63\x74\x8c\xef\x40\x6a\xe1\x57\x07\x07\xb4\x46\x5a\x51\x50\x1e\xd0\x8a\x58\x4d\xc5\xdf\x23\x2f\xa0\x55\x12\x37\x3c\x8d\xc6\xeb\x7d\xa6\xa7\x94\x58\x7d\x23\x60\xd8\xf6\xcc\x1b\x9e\x46\xb9\x1a\x86\xcc\x2e\x23\x31\xef\x5e\x97\xad\x6e\xb3\xce\x0d\x73\xb0\x95\x85\x77\x47\x2d\x2a\x1f\xec\x7e\x22\x39\xb2\x40\x86\xf2\x2d\x36\x31\xdc\x1d\x1e\x71\xba\xea\xdc\xf0\xb2\x1e\xba\x6b\xdd\xb0\x28\x38\xee\xfe\x1e\x88\xc3\xf7\xfc\x06\x57\x64\xac\x1b\xb0\xdf\xfb\x18\x0c\xa6\xb3\xf4\x73\x94\x21\x12\x6b\xba\x91\x4c\x26\x4c\xda\x90\x15\xd0\x3e\x12\xf7\xba\xcc\x65\xd7\xe8\xb9\x71\x99\xb3\x51\xe5\x86\x2f\x52\x76\xf6\xae\x1b\xce\x48\xce\xce\x76\x4f\x1a\xdc\xdd\x46\xbe\x7b\x71\xdf\x1b\x97\x3d\xfb\xa1\xdc\xb8\xec\x39\x01\xc6\x4d\x81\xe2\x45\x6c\x7f\x9c\x95\x3c\x03\xa4\xdf\x7c\x75\x70\xf0\x03\xbf\x00\x0d\xf1\xe6\x19\x5c\x7c\xc1\x43\x20\xa5\xd0\x6b\x4a\x88\x7c\x33\x9e\xef\xdc\x04\xa1\x15\x94\xf8\xd6\xe4\xdd\xa8\x4e\xfc\x3a\x68\x48\x77\x13\xf3\x57\x57\x9b\x7b\xa7\xb4\x21\xf8\x21\x9e\xe9\xe5\x82\x78\xaf\xcb\x64\x09\xdd\x13\xee\x75\x57\x6c\xae\x8e\x76\xf3\xae\xe8\xc0\xbb\xfb\xe0\xf4\x84\x83\xeb\xae\x58\xec\x87\x7f\x23\x59\x4d\x79\x75\x88\x04\xde\x26\xed\xc8\x55\xe3\x82\x38\x37\x0a\xc6\x84\x49\x2d\x8b\xf0\x19\x67\x11\x3f\xfd\xda\x31\xb8\x90\x3b\x6e\xf1\xc6\x4d\x30\x4c\xc7\x2e\x06\xc1\xf9\x39\x12\xd1\xbf\xbe\x07\x4a\x9a\xec\xc0\xc7\xdb\xf9\x93\xee\x7b\x43\xe4\x82\xe6\x8f\x88\x23\xbb\xbb\xdd\x48\xa8\xed\x54\xc8\xf7\x0d\x27\x7b\x6f\x17\x52\xb2\x84\xc9\x1c\xef\x82\xd6\x97\xdf\xc8\xc9\x12\xd3\x1d\x10\xa3\x8c\xf4\xd0\x97\x67\xdd\xae\xef\x25\xad\x0c\xdf\x75\x6f\x86\x2c\xc9\x22\x70\xf3\x72\xf8\xe2\x56\x2c\x81\x67\x90\x40\x9e\xb1\x9a\xe9\x46\xcc\x92\x45\xd0\x1b\x49\x5b\x6c\x86\xba\xe9\x4b\x25\xf9\xec\xd9\x98\xa2\xca\x6d\xc6\xf1\x25\xb5\x33\x02\xc4\xdd\x06\xa1\x14\x59\x7b\x36\xba\x64\x16\xb5\x07\xc6\xab\x6a\x13\x44\x92\xc2\x1f\x56\x22\x1e\x6e\x23\xe7\xad\xc4\x85\x07\xba\x69\x27\x4d\x7c\xa8\x9b\x76\xc6\x92\x07\x02\x4a\xd1\x0a\x1f\xf8\x5a\xbd\xea\x04\x3f\xa8\x4c\xec\x4c\xc0\x0f\xae\xb3\xaf\xd8\xc6\x27\xd1\x50\xe4\x17\x82\x2f\x34\xfd\xb0\x28\x89\xb7\xf1\x81\x82\xda\x36\xfd\x87\xfa\xe7\xee\x29\x3c\xa0\x4c\x6a\x67\xca\x54\x7a\x3f\xa3\x46\xa9\xdf\x5f\x22\x4a\x71\x30\xc7\x03\x97\x70\x9b\x4f\x9f\xfc\xa3\x10\xd7\x84\x32\xb5\x99\xee\x60\x47\x5b\x2b\xc8\xf4\xf3\xdc\xd4\xbe\xd9\x81\x5f\x80\x6e\x50\x84\xeb\x29\x84\xaa\xf8\xd9\x53\x98\xbb\x5f\x3d\x50\xa8\x71\xfa\x88\x67\x09\x35\xd3\x72\xfa\x53\x08\x55\x63\x4a\x41\x65\xf3\x57\x7b\xa2\xb8\xaf\x16\xc5\x7a\x31\x22\xae\x0f\x9c\xc0\xb3\x73\x0d\x3c\x74\x18\xf3\x46\xc3\x15\xc3\x77\xe8\xa7\xc6\x92\xe4\x25\x77\x3d\xc8\xb7\xfc\xaa\xf5\xf7\x54\xe4\xe8\x90\xa8\xfb\x2c\xb1\x66\xf8\x2e\xf4\xa0\xd8\x7f\x6e\xaf\x1e\x50\x9a\x7c\xb8\x83\x87\x2f\x08\x2a\xd4\x3a\x8b\x7e\x3f\x48\xc0\x9c\x1d\x14\xf2\xc0\xdd\xc3\x09\xe0\x1f\x44\x73\xd9\xc8\xf9\x34\x42\x49\x34\xf9\x81\x28\x65\x6f\x8e\x07\x69\xf6\x5c\x68\xe8\x41\x7a\x18\x17\x60\x7c\xa0\x18\x70\x36\xc6\xa7\x21\x05\x85\xd8\xfc\xd3\x2e\x5c\x7f\x34\x21\x08\x4a\xf6\xb9\x7e\xe0\xc3\x6d\x3d\xf8\x83\x68\xb0\x6c\x6d\xda\x83\xb4\x7c\xd1\x7f\xe5\x28\xf0\x20\x32\x3b\x5b\x63\xfb\xc0\x97\xc3\x0e\xc4\x4f\xd0\xfd\xd4\xcf\x99\xad\xcc\xa3\x71\xd3\x3d\x7f\x46\x5e\x1b\xd3\x51\x71\xd9\x76\x8d\xa7\xf3\x28\xe9\xfd\x9e\x90\xd0\x54\xef\x77\xe2\x69\xf3\x0f\x60\x72\x3e\x0a\x48\xd8\xec\x9c\xfd\x4f\xe7\xd9\xf2\x0e\xfc\x68\xc1\x05\x31\x64\x72\xc9\xd6\x78\x3e\x9d\x44\x5c\x7b\xda\x59\xaf\x4b\xed\x25\x69\x15\xfb\xe6\x3d\x28\x93\xf7\x22\x37\xd0\x94\xd8\x0f\xff\xa1\xa6\xc4\x5a\xe3\x07\xb1\xdc\xd6\x02\x3c\x10\xcd\x9c\x90\xed\x19\xa4\x4f\x92\xfd\x9e\xc1\x35\x69\x53\x51\x53\xd9\xa6\xf7\x07\xe1\x6f\xf1\x9a\x01\xea\xa3\x48\x3b\xf5\x2c\xd1\x2d\xbb\xb0\xdf\x03\xbd\xbc\x0b\xb3\x3e\x28\x95\xe7\x3b\xf8\x83\x52\x79\xc9\xd4\x03\xe1\x73\xe6\xb3\x0f\xbc\x33\x1c\xe7\xfa\x4c\x4e\x58\x5a\xd6\x87\xa2\x59\xf5\x07\xc8\x9a\xed\x5d\x9d\x9c\xb0\x20\x30\x39\x21\x41\x80\x82\x97\x15\x80\xcf\x84\x45\xd3\xc7\x6a\xf2\xe4\x4a\x54\x79\x7e\x94\x43\xea\x71\x67\x61\x05\xf5\xb8\x83\x95\xcb\xde\xf4\xec\x10\xcf\xab\xdf\xdf\xa1\x27\xd1\x80\x88\x0d\x0f\x23\xfa\x0e\x7b\x9a\x18\xf9\x43\xd1\xc9\x7c\x92\x6a\xf6\x17\xf5\x3a\x08\x02\xc1\xf0\x20\x1e\x7a\x53\x96\xf0\xd4\x87\x37\x0d\x11\x7c\x36\x05\x3c\xf0\x9f\xb0\xa7\xf7\x73\x22\x3d\x8f\x84\x9f\x07\x6a\x75\x27\xe2\x78\x98\x3d\xd9\x94\x03\x25\x93\xed\x7d\xf0\x20\x8b\xdf\x4b\x12\x40\xc1\xe3\xd7\x51\x85\xae\xca\x9a\xa1\xe7\x13\x8d\xee\x0e\x9e\xef\xaf\xd6\x7d\xb2\xae\x45\xaf\x6d\x31\x7b\x96\x34\x17\x16\x4d\x1e\x48\x73\xe5\xd5\x0e\x7c\x2f\x08\x5d\xb8\xa8\x7b\x4f\xaf\x81\x73\xe5\xf7\xe1\xc2\x5c\xfc\x7c\x6d\x89\x2b\xa4\x3d\xc8\x65\x63\x5b\xca\x83\x5c\x36\x96\xde\x1f\x98\x02\xec\x35\xfe\xdc\x2c\x36\xa8\xf9\x42\x78\xb3\xfd\xec\x41\x35\x13\x67\xca\x7d\x90\xca\x26\x87\x71\x08\x01\xe9\x8e\x66\x7b\xe0\xeb\xe0\xf0\x8c\xe7\x21\xb7\x70\x1b\xd7\x68\xcb\x4e\x88\x3f\x77\x9c\xd6\xf3\x20\x47\xc3\x70\x9b\x03\x5a\x50\x41\x2e\x1b\xfb\xa9\x3d\x0f\x07\x74\x87\x4c\xbc\xf1\xb3\x65\x4b\x20\xc0\xb9\xcf\x6a\xc3\x5e\xf7\x41\x99\xc5\x6b\xe1\xa6\xb5\xa9\x5d\xd0\x9f\xdf\x27\xc4\xaa\xda\x80\xd0\x87\xc5\xc7\xb6\x11\x00\x43\x6d\x06\xb9\xba\x0d\x0c\xf9\xe8\xe2\x62\x5b\xa2\x5a\x5e\xf2\xf5\xff\x3f\xaf\x89\x0d\x62\x5c\x56\xfd\xb3\xd8\x10\x0b\xa8\x34\x6c\xb1\xfd\x68\xa2\xdc\x66\xa4\x9d\x56\x0f\x45\x53\x4f\x5a\x2d\x62\x01\xb3\x12\xba\xc6\x06\x33\x85\x92\x21\xc5\x06\x27\x7c\xf1\xa6\xd8\x12\xd2\xae\x7c\x10\x28\x36\x94\xf5\x50\x31\x81\xd8\x50\xd6\x43\x01\x9e\xb1\x41\xcc\xd3\x8d\x39\x36\x58\x31\x54\x90\x2d\xb6\x0c\xdd\xe3\xd4\xf8\x4c\x8d\x53\x05\xae\xcc\x09\xfb\x39\x52\x19\x79\xbe\x19\xf3\xf5\x76\x41\xa8\x4b\x9e\xef\x92\xc0\x9a\x82\x0e\x62\x43\x45\xbe\x08\x8d\x0f\x01\x4b\x21\x69\xb1\x21\xab\xb1\xb2\x1c\xc7\x86\xc4\x78\x59\xde\x3d\xb1\x55\x9c\xe0\xae\x05\x22\xca\xae\x67\x4d\x18\x15\xf9\x74\x5f\x8e\xad\xa2\x42\x6a\xf3\x73\x22\x70\xf8\x07\xd2\x30\x21\x10\x0a\x5c\x48\x57\x17\x1b\xe5\x2b\xd5\xa4\x8d\x0d\xf2\x95\xb4\x8d\xb1\x35\x06\x7a\xab\xc3\x25\x0e\x45\x74\x2d\x19\xce\xaf\xef\xef\x2f\xb4\xb5\x22\x94\xa4\x50\xec\x49\x6c\x4b\x1c\x0a\x85\xf9\xc5\x16\x08\x13\x2c\xfa\x1e\x41\x02\xe2\x94\xb1\xa1\xc0\x9c\x32\x92\xc7\x06\x79\x47\x54\x3e\xb6\xe0\x09\x11\x88\x83\x85\xf0\xfd\x3e\x72\x0a\x7b\xcb\x60\xd4\xef\x3e\xa1\x41\x22\x3b\x3c\x21\x04\xc4\x36\xb5\xe1\xec\x9a\x7c\x44\x3b\xf3\x4a\x6b\x40\xe8\xa5\x9a\x71\x90\x7a\xa9\xf0\x0c\x3b\x67\x28\x08\x74\x22\x95\x20\xdc\xe1\x48\xe2\x15\x77\x9c\xf1\xe2\xef\x39\xc3\xa9\x25\xc1\x4b\x20\x87\x3e\x40\x12\x63\x39\x6c\xc5\x86\xa8\x37\x79\xca\xc4\xb6\x84\x93\xa2\xa2\x4c\xb1\x41\xf8\xe8\xaf\xe7\x20\x72\x5e\xe1\x04\xd2\x99\x0c\x4c\x56\x40\xf2\xb1\x9c\x48\x50\xee\x3d\xa3\x57\x80\x08\x7d\x6c\x50\x14\xf5\xd7\x0b\x00\x81\xd1\x76\x02\x04\x45\x48\x05\xb5\x8f\xd3\x7a\xc6\x36\x09\x03\x01\x15\x69\x8b\x5d\x41\x28\xb6\x89\x5d\x32\x5a\xec\x48\xab\x16\x5a\x13\x2a\xf7\x2a\x18\x3d\xb6\x1d\x39\xc3\x7c\x50\x90\x4a\x2f\xbf\x48\x11\xd2\x01\xa8\xd6\x5a\x6c\x88\x7b\x93\x99\x3a\x36\x94\x97\xd8\x4c\x1a\x76\xce\x50\x07\x69\xff\x99\xa1\x5f\x40\xf5\x4d\x2f\x09\xe5\x25\xf2\x8b\x98\xc0\xd3\xa0\x7b\x09\x2c\x2f\x61\xe2\x74\x10\xec\x46\x65\x24\xbb\xe9\x3e\x9a\x4b\x02\x9a\x0a\xad\x8c\x6d\x49\x40\xa3\x98\x39\x1c\x5c\xa3\xc9\xcd\x81\x58\x4c\x03\x05\xf5\x28\xfa\xab\x03\x38\xe6\xb9\xbd\x04\x9a\x92\x7c\xd6\x4f\x6c\x6b\x75\x1b\x2e\x46\x26\x77\x27\x5d\x7a\x7f\xa3\x4c\x8b\xed\x82\x59\xa9\x69\x35\x17\x6a\x1e\x56\x01\x14\xa9\x72\xfa\xab\xcd\x7a\xaf\x5e\x3e\x72\xe5\xc8\x81\x38\xb6\x8b\x3a\x02\xb3\x27\xe4\x24\x1e\x26\xae\x14\x5f\xaa\xc0\x71\x71\xcb\x0c\xf1\x8b\x69\xf0\xd5\x5e\xf2\x4d\xde\x8c\x85\x37\x9c\x53\xcc\x0f\x6f\x18\x3e\x7c\xf4\x6f\x96\x24\x77\x1b\xd1\x18\xdd\xef\x4f\x52\x67\xb5\xc1\x1f\x55\x34\x37\x36\x68\xaf\x36\x63\xe9\xcd\x93\x2a\x9c\x62\x7e\x02\x23\x25\x4c\x79\xd5\x18\x02\x5f\xcf\xe1\x05\xc1\x13\xa2\x99\xd8\xa2\xec\x70\x31\xca\x3d\x19\x18\xa4\x09\xc2\x94\x37\xcd\x6e\xa0\x1c\x53\x65\xfe\xd8\xa8\x1c\xd3\xcd\x2b\xb6\x07\x3e\xd1\x96\x37\x50\xaf\x2d\x1b\x62\x70\x05\xd5\x65\x3a\x36\x04\xcc\x24\xed\x59\x42\x42\x1f\x55\xee\x8f\x04\xeb\x9d\x22\xa6\x23\x6d\x81\x53\xd8\xd5\x26\x4a\x87\x3b\x00\x47\x4f\xfe\x00\x5e\x7c\xd3\x1f\x90\x1d\x0d\xb5\x21\xc0\x09\xe2\x09\x09\x8b\x95\x2b\x30\x52\x02\x47\xaf\xea\x0f\xb6\xb2\x3c\xfd\x1c\x66\x0e\x1d\xe2\x84\xfc\xc3\xe9\xf5\x3e\x2a\x8e\x6b\xc7\x12\xd2\xf3\x18\x27\x13\xd2\x0d\xf7\xa6\xef\x11\x46\x68\x01\x20\xd1\x31\x43\x25\x76\x23\x51\xa4\xd1\x96\xa6\x0c\x9f\x6a\x43\x90\x22\x8a\x76\x24\x15\xd8\xaf\xb5\xc5\x09\x6e\x8f\x72\x8e\x89\x54\x6e\x68\x60\x35\xc1\x02\x97\x33\x4f\x10\x25\xb4\xe4\xde\x14\x09\x61\xf9\x2f\x3a\x96\xe0\x78\xd1\x5f\x2f\x20\x58\xc4\x03\xd0\xb4\xf5\x7a\xff\x62\x07\x9a\x11\x1c\x0f\x55\x23\x26\x12\x1c\x0b\x4d\x9a\xd3\x8f\xed\xcb\xed\x81\x22\x96\x5a\x61\xfb\x99\x91\x96\xb0\x44\x90\xde\x25\x34\xa5\x1f\x11\xc4\xcf\x71\xce\x55\x96\x31\x52\x7b\x00\x13\x7d\x00\x19\x45\xb9\x68\x23\x05\xb5\xd0\x7e\xbe\x60\x5a\x0d\xb3\x25\xa3\xd8\xfb\x37\x52\xb0\x20\xb9\xdf\xe7\x0c\xc5\xf2\xd3\x12\x52\x66\x12\xbf\x4b\x0c\xb0\x91\x08\x90\x96\x10\x32\xb2\x97\x18\xb8\x5c\x2b\x39\x4d\x24\x08\x21\x2a\x1c\x1c\x69\x09\x21\x33\x19\x46\x08\xa8\xc9\x43\xec\x28\x75\xe0\xb1\xa8\x6b\xea\xf0\x4b\xf7\x8c\x98\x1d\x4f\x62\x5b\x1a\xc8\x5a\x69\x34\x42\xfe\x1e\x53\xdf\x34\x0e\xe6\x7c\x56\x1b\x17\x0f\xef\xf2\xe0\x8c\x7d\xb0\xe6\xb6\x96\xe4\x4d\x82\x46\x43\x26\xdb\x48\x13\xa4\xc7\x07\x81\x42\xc6\xf0\x0c\x26\x69\x8f\x96\x38\x91\x51\xe8\xf5\x1c\xbb\x3c\x7e\x93\x94\x33\xd2\x5e\x91\xe7\x40\xcb\x45\x6e\x3b\x45\x1e\x44\x42\xd4\xbb\x8a\xc5\x46\xda\x21\xe5\x7a\xb6\x74\x2b\x94\xc7\x78\x24\x98\x82\x14\x2e\x1c\x09\x6e\x85\xba\x3a\x47\xda\x89\xf5\x06\xf0\xce\x73\xa7\x17\x50\xd8\x40\x86\xab\x48\x60\xde\x2f\x1c\x84\x2f\x4d\x37\x61\x80\x17\xe0\x34\xa1\x42\x66\x3b\x79\x5d\x44\x42\x72\xa0\x64\x70\x9d\xb0\x86\x7a\xfc\x73\x22\xb0\x4f\x13\x5e\xbc\x7b\x1a\xe3\x4e\x88\x3b\x26\x3b\x27\xe9\x9a\xda\x54\x2d\xf8\x48\xb0\x88\xbf\x0f\x31\xfd\x68\x54\xf9\x22\x12\x12\xed\x4a\x5d\x13\xe9\x42\x6a\x62\xf1\xd6\xb4\x78\xed\xac\x3e\x12\x37\x32\xf3\x49\xf6\x48\x3f\x65\x90\x34\x01\xba\x09\x4e\x63\xdc\x0d\xe7\x22\x03\xf0\x41\x6d\x56\x09\x70\x09\x69\x6b\x55\x57\x29\xd2\x62\x55\x23\xf9\x08\x21\x37\x9d\x59\x57\x7a\x18\x72\xa6\x15\x22\xaa\x21\x4f\x53\x8d\x87\x87\x58\x4b\x46\xad\x23\x5b\x62\x22\x3d\x08\xcd\x30\xcc\xa0\x3c\x70\xf6\x8c\x48\xcf\x3a\xe6\xbe\x4b\x25\xd6\x3a\x12\xd6\xe5\x0d\x67\xe6\xa3\xff\x88\x4c\xee\x27\xf9\x22\x23\xd1\xad\xcc\x8d\x91\x51\xb9\xc8\xcc\x30\xd3\xf4\xa3\x58\xcc\xc8\xdb\x8e\x3c\xa1\x7e\x61\xed\xb2\x6a\xd2\x44\xde\x20\xd4\x26\x4f\xe0\xc2\x65\x2f\xab\x8d\x4c\x67\xe2\x6e\x99\xc9\x82\xb4\xeb\x99\xa6\x22\xc1\x38\x27\xd6\x6c\xd0\xfb\x50\x3f\x28\x5d\x74\x64\x6a\x18\x7c\x0e\x73\x5a\x94\x55\x09\x05\x23\x93\xfd\x6a\x93\x32\xc2\x1c\x14\x80\x1b\x19\xf1\xae\x8a\xe1\x8a\x8c\xf2\x00\xaa\x2b\x14\x39\xfd\x40\xc0\x33\x42\x1e\x52\xa1\x5d\x4e\x84\x80\x3b\x7c\xd0\x56\x07\xf9\x27\x88\xcc\x3f\x24\xbc\xa0\x0e\x72\x46\xbb\xab\xfd\xb3\x24\xff\x50\xbf\xbf\x42\xa9\x5f\x23\x2f\x8e\x1e\xbe\x2f\x66\x06\x36\x28\xae\x2c\x32\x4a\x8d\x9a\x32\x66\x64\xe8\x53\xc8\x6e\xe4\x4c\x3c\xf3\xb6\xe7\x13\x23\xb8\x4d\x3c\x13\xe2\xe5\x7c\xc3\x13\xde\x2f\x3c\x7c\x41\xfb\x8e\x28\x5f\x73\xd0\xcc\xfa\x4e\x0a\x1a\x8a\x5c\x40\x9d\xb2\xdb\x05\xc9\x51\x35\x67\xd8\xa2\x54\x5c\x2f\x72\x61\x5d\x35\xad\xa1\x80\x38\xbf\xfa\xbb\xd1\xf6\x04\xa0\x37\x93\xa0\x99\x2b\x0a\x0f\x4b\x32\xce\x95\xb9\xd1\x34\x41\x04\x43\x58\x7f\x1d\xb9\x42\x8d\x20\x31\x28\x23\xbb\x90\xe9\x71\x46\xf6\xa0\xac\x98\xda\xc8\x08\x7f\xa8\xde\xa6\xca\xf0\x11\x3f\x67\x6a\x1c\xcd\xb8\x92\xc1\x69\xc6\x4c\x1e\xd4\x7e\x93\xb7\x26\x32\x52\x0e\xea\x9c\x67\xd8\xa8\x5e\x38\x83\x84\x83\xd9\x58\x8b\x04\x83\xfd\x35\x16\xfc\x8f\x45\x8a\x72\xb0\xcc\xb4\xfa\x43\x76\x5e\x79\x86\x46\x0e\xe8\x71\x7d\xaa\xa0\x33\xc9\xf3\xd5\xc1\x84\x19\x5f\xd0\x83\xd2\x44\xd1\xa6\x91\x91\x80\xd0\x52\x73\x46\xc0\xaf\x3c\xd6\x23\xd3\x46\x64\x94\x0c\x3a\x68\xf9\xf9\x43\x37\x8d\x4f\x1b\xe2\x4a\xf6\x29\x44\x79\x80\xcd\x13\x86\xce\xc4\xdc\x24\x23\x29\x90\x72\x3a\x46\x86\xc1\x47\xce\xb8\x91\x3b\x31\x7c\xb8\x43\xec\x8e\xae\xfb\x19\xbe\x38\x8a\x26\x8a\x8c\x3a\x50\x9b\x8f\xf9\xa0\x97\x9f\x76\x17\x05\xf4\x8b\x4f\xf9\x12\x77\xa6\x09\xf1\x44\x8d\x39\x5d\x5b\x32\xcc\x2f\x4a\x99\x1e\x79\x09\x2b\x35\xbc\x7e\x86\x49\x4c\x93\x91\x89\xcb\xec\xd0\xfc\x60\x9f\x69\xa6\xec\x93\xe2\x97\xe6\x33\x41\xc7\x4c\x58\x27\xe9\x98\x77\x04\x9e\x33\x61\x32\x34\x59\xe7\xdc\xed\x07\x3b\xaa\xf6\x4e\x3d\x9f\x3a\xdc\x11\x5c\x63\x56\x82\xf2\xfa\x32\x30\x45\xde\x81\xa2\x56\x98\x64\xd4\xd7\x57\x6a\xd6\xc8\xac\xd7\x69\x22\x44\x7d\x89\x57\xb8\x23\x8d\xcf\xe6\x01\x90\xd7\xd3\x67\xe0\xc0\x89\x16\x7f\xcf\x07\x7d\x8b\x34\x01\xe4\x09\xb2\xc8\x9c\x91\x27\xa8\xc8\x31\x23\x32\x94\x15\xc5\xbc\xe5\x00\xef\x32\x0a\x1c\x3f\x54\x50\xed\x9b\x1d\xf8\x05\x28\x64\x8c\xf4\x90\xa0\x5e\x20\x39\x09\x02\x63\xfd\x09\xf5\xb7\x91\x08\xf6\x1d\x39\x4a\x44\x3e\x19\xa2\xe6\x0e\x3b\xa2\x4f\x35\xc3\x93\x29\x67\xfc\x3e\x4f\xa1\x56\x74\xe2\x14\x1a\x8b\x50\xcc\xa0\x58\x59\x9b\xe1\xcd\xac\x64\x50\x91\x4f\x1c\x43\xb3\xe3\x13\x74\xde\x7b\x76\x3e\xec\x40\x23\x5e\x1b\xf4\xd9\xda\x04\x04\xd8\x16\xd9\x19\x23\x43\x8c\x2b\x52\x98\xe7\x8b\x69\x7b\xd4\x23\xbc\xa1\x87\x1f\x37\x7e\x2f\x98\xa1\x7e\x7f\x37\x48\x50\x4e\xa1\xbc\xda\xb8\x19\xf9\x60\x23\xb2\x24\x2c\x90\x5c\x04\x81\xc7\x43\xa5\x5c\x4b\x34\xf0\xb6\xde\xcc\x4c\x2f\xec\xa1\x27\x74\x67\xa4\x15\xd2\x7c\x50\x90\xdf\x0a\x8d\x8c\xd4\x49\x65\x33\x5f\xb8\xe1\x89\xe2\x93\x7c\xb3\x06\x9e\x20\x04\x15\x8e\x32\x8e\x45\xbe\x7f\x92\x5e\xab\x3d\x61\x70\xf1\xf3\x13\x7b\xaa\x05\x20\x16\xa5\x5a\xa2\x82\x85\xaa\x98\xb4\xdf\x0f\x4c\x2a\x9a\x0f\x34\x34\xc5\x77\xc9\x0c\x13\xd6\xd8\x7e\x75\xad\xc9\x4f\xe6\xd7\xea\x1e\x0a\x9c\x6c\x32\x80\x5a\x0e\xd5\x84\xf4\xe1\x06\x1a\x60\x0f\xaa\x2d\x1b\x01\x1e\x12\x26\x77\xb0\x8e\xb1\xd5\xf7\x19\xde\xdb\xe1\x0d\x46\x71\x87\x97\x74\xf3\x60\x83\x74\x4b\x2b\xdb\xcf\xfa\xa6\x7e\x48\x54\x21\xa9\x0d\x7f\x8e\xe2\x36\x79\x99\xdb\x63\x09\x3b\x9a\x50\x41\x71\xce\xe6\xee\x98\x31\x5c\x6d\x48\xa0\xaa\xa6\x14\x85\xe9\x2a\x85\xf0\x85\xbe\xcf\x12\x95\x4a\xa2\x61\xbe\xab\x7d\x62\xbe\xcd\x3f\xc0\x37\x79\x73\x87\x37\xe8\x9a\x3b\x44\x64\xaf\x64\xad\x92\x51\x41\x5c\x17\xc5\x82\x7c\xcc\xbe\x78\x17\x06\xc6\x0a\xc1\xca\x92\x1f\xab\x9c\xad\xa2\xb0\xf8\xe7\xf4\xf7\x30\x71\x65\xbf\x3f\x70\x6f\x52\x13\x55\xda\x95\x52\x26\x0a\xa4\x47\x4b\xd8\x05\xd2\xa3\x0a\x3d\x47\x59\xb2\x60\x95\x77\x58\x14\xe4\x73\x51\x8e\xf6\x28\x28\xde\xa0\xe2\x76\x51\xe0\x44\x64\xfb\x4e\x29\x08\xa8\xa8\x6e\xa3\x08\xa5\xe1\xb5\x24\xb5\xa2\x6a\x20\x51\x58\xc3\x5d\x07\xa2\x54\x9e\x48\x43\xbc\x92\x55\x0a\x00\x15\x27\xb2\xba\x03\x92\x0c\x01\xa0\x92\x31\x48\xd6\x2c\xac\xe1\x9e\xdc\xe1\xba\xba\xbe\xfa\x47\xf5\x8a\xe9\xfe\x80\xb1\xd5\x9f\x33\x2e\x57\xe3\xc3\x42\x56\xbc\x61\xad\x31\xb1\xb0\xda\xc0\xb8\xe1\xe7\xc8\xa2\x60\x00\x04\x31\x5e\x97\xac\x82\xb8\x56\xeb\x6a\x0a\x2d\x62\xa2\x69\x05\x0e\x42\xb6\xe9\x15\x68\x97\xa6\x77\x28\x90\x30\x47\xb2\x41\x41\xe0\x91\x42\x5c\xa2\x04\x01\x32\x3d\x03\xa4\xd8\x6e\x9e\x00\x71\xfa\xd5\xe3\x85\x1e\x84\xd3\xa8\xd3\xf9\xda\x73\xd6\x74\x17\x17\x28\xa8\xf6\x24\x9f\xab\x28\x10\xdf\x4a\x71\xbb\xe3\x9a\xa7\x15\xc0\xe2\x55\x5e\xed\x03\x8c\x50\xfd\xc3\x7f\x67\x18\x27\x51\x82\xbd\xc8\xa9\x29\x0a\x92\xaf\x54\x1f\xb2\x51\x16\x08\x7c\xc8\x10\xe9\x94\x8d\x33\xf0\x9c\x96\xbb\x4e\x14\x66\x4f\x31\x92\x22\x6d\x63\xf5\x96\x0c\x4e\x50\x10\x83\x76\xab\xa8\x2c\x5d\x94\x71\xc2\x09\xca\x1d\x5e\x7c\x41\x58\x38\x40\xd7\x4d\x57\x58\x0b\xca\x20\x9c\xb4\x1a\x6a\x06\xf3\x67\x89\xea\x11\xf9\xc5\x94\x1c\x6d\x5d\x41\x97\xc8\xe9\x11\xe1\xc0\x53\x92\x29\x1b\x3c\x78\x14\x92\x1f\x05\x12\xde\xeb\xdc\xec\x1c\xc1\x8b\xda\x99\x0b\x5f\x23\x40\xc4\x93\x23\x57\x14\x48\x78\x25\xe5\xf1\x1b\x56\x53\x96\xfc\x97\x95\xdf\x2c\x0a\x1c\xa9\x4b\xf2\x41\xdf\x99\xec\xc3\xdd\xe3\x52\x23\xd6\x5f\x7e\x22\x75\xfd\x3e\xd0\xd6\x84\x6e\xe7\x1e\x14\xff\x80\x1b\x9a\x94\xa4\x05\x16\x37\xab\xfa\xcb\xce\x2d\x70\xfb\x61\x07\x82\xf9\xb1\x2d\xd2\x66\x42\x81\x72\xed\x4a\xf3\x1b\x05\xf6\x34\x9b\x6b\xca\x41\x77\x18\xcd\x18\x0e\x43\xd5\x7b\x8a\xf0\xb5\x62\x0d\x50\x39\x7e\x82\x8d\xd5\xfe\x59\x82\x47\xc0\x12\xbc\xa4\x83\x68\xe4\x93\x03\x7f\xed\x17\x31\x3a\x7e\xd6\xa0\x45\x9d\xeb\xa6\xfe\xa2\x96\xf0\x39\x2a\x66\x8f\x90\x49\x8b\x75\xd9\x05\x36\xba\xf2\xea\x80\x49\x61\xdc\x06\x03\x37\x7f\x3a\x31\x03\x4f\xf9\x44\xee\x29\x13\x93\x0b\x51\xfa\x5e\x33\x45\xc8\x17\x3d\xbc\x7e\x92\x3d\xa9\x0d\x44\xf6\x59\x44\xe9\xd0\x17\x1e\x5c\x1c\xd0\xef\x73\xc9\x9e\xe1\xbd\xe1\x05\x7d\xc0\xe8\x63\x63\x1e\x02\xe8\x4a\x32\xcb\x43\x92\x96\x17\xb9\x41\x9a\xb7\xf2\x7a\x0e\x85\x8a\x84\xc6\x82\xa2\xe7\xaf\x6d\xbb\x11\xd8\x61\x3c\x78\xc0\xa2\x8d\x47\x0f\xfa\x4f\xe6\x81\x4b\xaa\xaa\x2f\x98\x51\xaa\x52\xbe\x91\x28\x94\xaa\x74\x93\x28\x0f\x0f\xb3\x09\x1a\x1c\x91\x8a\x69\xfe\x83\x54\x3d\xdd\x53\xb8\xf9\x81\x10\x05\xaa\x42\x95\x56\x89\xca\xb8\x37\x51\xcc\x0a\xb1\x4a\x81\x92\x51\x37\x0a\xc6\x43\xed\x86\x7c\x9b\x7e\x0e\xa6\x29\xb4\xa9\x28\xf4\xa9\xfc\x23\x51\x59\xf2\x4a\x68\x54\x37\x4e\x68\xf8\x05\xa4\x5f\xf2\x00\x50\x05\xfa\x74\x56\xa8\xfa\x14\x15\x17\x35\x41\xe7\xa1\xcb\x54\x45\x04\xf3\x90\xea\xb0\x26\x4e\x48\x13\x4c\xb8\x3f\xea\xf4\xd7\xc4\xa3\xe3\x15\x24\x94\x1e\x6d\x9e\x00\xf1\xc8\x23\xc0\xf4\xa6\x38\xc8\xa8\x70\x1e\xb2\x0e\xab\xc2\xb2\x66\xcb\x57\x45\xd6\x6f\xf9\x64\x46\xa5\xe4\x24\xff\xbd\xa8\x99\x97\x11\xcd\x00\x7a\x37\x6b\x53\x6b\x61\x6e\x20\x2d\x09\x09\x3b\xcb\x6b\x93\x0a\x8c\x30\x42\xbc\x0a\xd9\x6a\x1a\x06\x85\x09\x27\xdc\xbe\xd9\x81\x80\x50\x1e\x50\x34\x75\x00\xff\xa1\x62\x5d\x61\xad\x5c\xa3\x7a\xa8\xcc\x94\xa3\x0e\x2a\xb2\xac\x54\x77\x10\xdf\x5f\xd6\x32\xd4\xca\x1c\x2b\x7e\x7d\xb0\x1e\xa0\xda\x93\x27\xcd\x3f\x30\x53\xba\x3e\x68\xa8\x28\xe3\xf1\x1a\x8f\x92\x60\xde\x7e\x8e\x6a\xff\x0d\xcf\xa9\x8d\xb7\x17\xcd\xb6\x41\x4b\x22\x0e\x57\x1b\x62\xcc\x9a\xdb\x3f\xa1\xb8\xda\xa1\x46\xf2\x2a\x24\x6c\x2c\x41\xa0\xe9\x21\x25\x88\x4d\x91\x35\x58\x5d\xdb\xf0\x0b\x6a\x25\x84\x13\x94\x9c\x74\xdd\xab\xc1\x1d\xf2\xb9\x09\xc6\xd5\xa9\xdd\x0b\xcc\x32\x9a\x41\x47\xfd\x17\xdd\x8f\x2a\xbc\x85\x4a\x96\x6a\xae\x52\x76\x92\xf0\x56\x3b\x0c\xce\x86\xf0\x40\xd9\x28\xc3\x64\x10\xa2\x1e\x01\x79\xe9\x94\x43\x3c\xea\x40\xde\x18\xc3\x04\xbe\xcd\x45\x45\x8e\xa2\x0e\x24\x66\xf7\x1a\x07\xeb\x3c\xe8\x83\x49\xa7\x4a\xed\x21\x94\x61\xd9\x33\x98\x28\x74\x6f\x52\x31\x59\x92\x20\xfc\x43\x83\x57\x9f\x96\x04\xef\xa0\xe2\x25\xc3\x17\xf9\x85\xa4\x93\x45\x17\xfc\x3e\x2a\xbe\x48\x34\xaa\x4b\x90\xe9\xc3\xdf\xef\x3f\x51\x55\x6a\xb7\x05\x32\xd3\xc2\x1d\x41\x50\xdd\xef\xef\xac\xa1\xee\x1f\x50\x00\xf0\xd5\x01\x72\x07\xbc\xda\xd0\x0d\x17\xbf\x8f\x5d\x97\xba\xb0\x52\xf2\xc8\xd2\x67\x56\xa4\x7e\xb3\x34\x58\xa1\xfc\x2a\x8a\x2d\x8c\x0a\xeb\x5f\x79\xb5\x11\x3f\x6a\x18\x1f\x84\xa1\x78\x56\x3d\xe8\xc9\xea\x36\x77\xd1\x78\x41\xe1\x24\xeb\x5e\x52\x0f\x22\x92\xdb\xb4\xd3\x7b\xc8\x13\xf7\x22\x0f\xc9\xc3\xe3\x55\xa1\x5e\xc9\x8b\x1e\x2e\xd9\x64\x28\x1b\x4e\xd4\x13\xf4\xd5\x73\x3e\x13\x4a\xb5\x6b\xdb\x4f\x16\x38\xd3\xf7\xd4\xaf\x65\xb3\x84\x13\x52\xbc\x54\x80\x15\xee\x46\x96\xc7\xea\xc9\x35\x4a\x44\xac\xac\x93\x6e\xfa\x78\xa2\x7a\x86\x31\xef\x3c\x80\x18\x9e\xd1\xc9\x0e\x3c\x02\x36\xd2\x60\x5f\xc2\xcf\x8b\xb1\x57\x2a\xd0\xac\x44\xac\x17\xd7\xa8\x11\x28\xfd\xbc\xd8\xd8\x05\x3d\xaa\x6e\x26\xf5\xe2\x22\x25\x0e\xd5\xab\xc2\x6f\xde\x3d\x40\x43\xe6\xd3\x87\x24\xb8\xd5\xb8\x78\x71\x1f\xa7\x3f\x40\x01\xa5\xea\x0f\xa0\x80\xd0\xf5\xaf\x52\x7e\xb2\x8e\xad\xde\x10\x19\x4d\x00\x90\xe3\xae\x14\xf3\xad\x9b\x6e\xe1\x1a\x92\xf2\x53\xf1\x4e\xc1\x6f\xbb\x78\x51\x48\x51\x50\x6c\x2c\xa9\x70\x7c\xb2\x04\x56\x11\x64\xf7\x62\xde\xf7\x83\x13\xa8\x11\x90\x52\xe0\x75\xc2\x1f\x38\x52\xf9\x84\x2e\x89\x6b\x0c\xb3\x62\x4a\x5c\xd6\x92\xd4\x25\x71\x0d\xcb\x4f\xf5\x41\xf8\xb3\x67\xf8\xc0\x5d\xc1\x34\xec\x61\x06\x53\x4d\xf0\x01\xa7\xf8\x55\x5d\xb5\xa8\xb0\xdb\x96\x97\x2c\x43\xbb\xad\xb9\xc2\x43\x90\x8b\x0d\x36\xc4\xf4\x29\xd4\x38\xda\x86\x8c\x33\x42\x9b\xb6\x11\x80\x42\xed\x86\xc2\xec\x16\xb7\x1a\x4a\x94\xda\x83\xa4\x6d\x64\x54\x9f\x11\x5b\xca\xa8\xe9\xa9\xe7\x94\xae\x4c\xd5\x1b\x0a\xad\xa7\xe1\x0f\x38\xa2\x2e\x0a\x8d\x85\xc7\xb4\x65\x0d\x11\x77\xc5\x72\x78\x4b\xa8\x9a\x2a\xbc\x6a\x09\xc5\x74\x86\x3b\xf8\x89\x46\xee\xfa\x01\x6a\x06\xcf\x99\xaa\x33\x33\xfb\xb6\x44\xb6\x51\x75\x77\x69\xa8\xec\xa2\x8c\xe8\xd1\x72\x81\xd7\x8b\xde\xcf\x15\x14\xca\xef\x43\x58\x11\x96\xb4\x8c\x93\x20\x34\x6d\x19\x66\x32\x2f\x31\xc3\xfe\x3e\xdc\x1f\xf7\xf1\xd5\x21\xc4\x81\xf0\x07\x50\xc6\x4a\x37\xd5\x0a\x4d\xb7\xda\xb6\x82\x14\xdc\xa2\x37\x0d\x09\xd7\xab\x41\x56\x08\x43\x6f\x53\x59\x02\x8a\x99\x75\x43\x44\x9e\x5d\x7f\x5b\x21\x0c\xc5\xdd\x5b\x61\xce\x50\xed\x0a\x24\x3e\x2b\xbb\x5a\xe1\x0c\x3f\x78\xde\x90\x47\xc0\x56\x92\x86\x24\x70\x8a\x93\x8c\xb6\x04\xb4\x6e\xb7\x9e\x06\x7f\xf0\xda\xfc\x3e\x6d\x20\x5a\x21\x6a\xa4\x14\x85\x88\x44\x43\xe1\x52\xd3\xb7\xd6\x08\x02\x4d\xb8\x2d\x34\x92\xba\xbc\x35\x94\xeb\x97\x94\xde\x98\x2a\xf9\x35\x81\xb6\x78\x6f\xf6\x9e\x35\x42\x40\xcc\xb8\x35\x7a\xb0\xfb\x05\x62\x51\xf7\x88\xc8\x03\x3b\x3c\x43\x78\x73\xe9\xda\xdf\x90\x98\xc0\x0a\xc9\x16\x50\x81\x4f\xb7\x59\xf2\xcf\xef\x1f\x58\x91\x40\x16\x27\x62\xc1\x34\x01\x26\x37\x96\x4c\xd8\x3a\xc9\xa7\x37\xb5\xd3\x74\xe6\x36\xcf\xa2\x67\xd8\x19\x36\x21\x20\xb1\x7c\x9b\x81\xf6\x51\x9f\xf9\x07\x44\xbf\x4a\x51\xd1\x90\xfd\x58\xf5\xe1\xa3\xc1\x39\xcb\xfa\xb5\x36\x98\x7b\x41\x03\x42\x82\xeb\xde\xb4\x01\x2b\x8a\x8f\xf2\x60\xc8\x9f\x66\x3c\x19\xe7\x29\x10\x43\xc2\xdb\x8c\xe7\xf3\xa7\x14\xaa\x06\x58\x22\x5e\xd8\x12\xd6\x28\xe2\xd9\x22\xdd\x50\xd9\xfc\x35\x22\xec\x9d\xe5\x75\x94\xa0\xce\xf2\x75\xae\x21\x55\x40\xb1\x03\x59\x43\xaa\x00\xbb\xd1\x37\x18\x3c\x5d\xd7\x23\xda\x5c\xcc\xbd\xbd\x3e\x40\xbe\x7a\x53\x07\xd4\x77\xb3\xa9\xa3\x21\x1d\xb0\x8b\x7d\x45\xdb\xa9\x47\x50\x07\x3b\x82\x00\xab\xdb\x8d\x2e\x5b\x6a\x73\x0d\xc9\x3f\x20\xb7\x9d\xc1\xb4\xff\xac\x41\xab\x86\x8a\xcb\x7e\x82\x6d\xff\x59\xc3\x6f\x42\x3d\xa3\xd1\xe3\x7c\x7a\x38\x54\xb8\x93\xc6\xb0\x41\x0a\x55\xae\xbe\x68\x94\x42\xab\xb9\xd0\x0e\x4d\xb4\xe7\xb7\xa4\xd0\xa2\x8c\xcd\xd1\x0e\x5c\xb9\xbd\x8b\x07\xe7\x6f\x6a\x02\x19\x32\xbc\x49\x4b\x44\x0c\xe5\x7f\x8a\xb6\x44\xc4\x52\x64\xd0\x6c\x28\x31\x30\x4d\x4f\x4f\xe2\x8d\x54\x37\xed\x24\xde\x08\x20\x4b\xe2\x0b\x25\x88\x8a\x76\x32\x65\xa3\x06\x58\x12\xdf\xc2\x15\xb5\x91\x39\xd6\x5b\x74\x22\x9e\x66\x73\xfb\xe2\x80\xee\x10\x7e\x26\x52\xbb\xb6\x13\xc1\xf7\xd2\xab\x34\x14\x35\x08\x83\x08\x25\x0a\xc2\xe4\xed\xc2\x5d\xc8\x7c\xf6\x86\xa6\x5a\x9a\xf0\x46\x59\xca\x9e\x14\xed\x66\xce\x64\xcd\x78\x89\x4a\x25\x4b\xc9\xd0\xe8\x22\x6e\x14\x81\x7d\xd1\xe2\x61\x43\x3e\x60\xeb\x59\x1a\xec\x8b\x76\x70\x6a\x37\xac\xdc\x26\x8f\x28\xe6\xbe\xf9\xa0\xc1\x5c\x38\x0d\x91\x07\x2c\xea\xd5\x86\x56\xd6\x0c\x05\x0e\xd9\xf6\xde\x8d\x0d\x3a\x52\xcd\x2f\x36\x2e\x30\xfc\x43\x5e\x04\xdf\xef\x17\xbc\x1f\x6a\xd3\x5a\xe3\xd7\x77\x3c\x2f\x6a\x43\x89\x62\xcd\x56\x30\x75\xae\x90\x36\x36\x6e\x61\xf7\x08\xc8\xe1\x2c\x75\x5f\x2c\x51\x28\xab\xaa\x47\xc4\x12\x7d\xaa\xfd\xf8\x02\x8a\x25\xd5\x98\x8d\x40\xa6\x5c\x9f\xda\x58\x72\x4c\x98\x0c\xc4\x92\x4a\xc2\x3e\xf3\x91\x78\x8c\x86\x07\x80\x45\x4f\x84\x24\x90\x5b\xc0\x5b\x1a\x70\xd1\xb6\x0e\x25\x32\xe9\x84\x67\x04\x17\x6d\x6b\xa6\x02\x51\x67\x76\x06\x09\xa6\xc6\x0b\x0f\xc0\x19\xe8\x60\x06\xc2\xcc\x54\x2d\x3c\xa2\x90\x94\x09\x6b\xa2\x24\xac\x41\x6b\xa6\xe0\xf2\xfa\x00\x30\x90\x38\x1c\x4b\x70\x09\x65\x06\x88\x28\xc8\xf0\x34\xfc\x3e\x36\xc1\x4c\x31\x90\xbc\x76\x8a\x6d\x47\xe5\x80\x53\x6d\xe4\xc9\x16\x07\x89\x8a\x70\x9b\xe4\xe7\x07\x92\xe1\x0a\x46\x4b\x0e\x79\x49\xa3\x51\xa1\xc8\x92\x7c\x1e\x0d\x85\xcf\xbc\x49\x0d\x81\x08\xe2\x70\xd1\xb8\x40\x81\x94\x35\x1c\xa4\x62\x88\x86\x05\x4a\x65\x1b\x4b\x2e\x09\x13\xa2\x68\x40\x7b\x49\xf0\xd1\x50\x35\xab\xf9\x7b\x6c\x41\x33\x04\x1b\x26\x28\xd2\x18\xb4\xea\x35\x83\x3c\x00\x11\xe9\x04\x02\x51\xfd\x4a\x19\x15\x81\xc0\xfd\x97\x02\x33\x02\xae\x8c\x06\x01\x75\x4f\xed\x35\x04\xe3\x93\xdd\x23\x92\x44\x4a\x62\x8f\x78\x20\xa8\x68\x8d\x10\x54\x7c\xb3\x8c\x8e\xb0\xaf\xfe\xab\x3b\x4e\x74\x4e\x4f\x52\x4c\xa0\x90\x9b\x5d\x39\xa3\x13\x82\xda\x91\x0e\xc3\xb9\xb8\x4f\xf4\x75\x4c\x9b\x77\x60\xf0\x86\xa2\xf7\xa9\x97\x6a\x3e\xb7\x03\x5b\xe8\xf5\x43\x68\x19\x22\xb5\x01\xb5\x93\x45\xe1\x40\xc5\x83\x77\x87\xf0\x7a\xf4\x84\x97\xd0\x52\x6c\x13\x8c\x09\x87\x61\xa3\x08\xb2\x1d\x1a\x7a\x70\x17\x37\xa7\x88\x9d\xee\xc2\xfa\x7c\xe7\x7a\xb5\x1b\x8b\xb9\x77\xeb\xaf\x03\x0e\xdf\x5d\x84\x39\x58\x07\xcd\xcb\x83\xc6\x66\x33\x86\x21\x33\xcf\x94\x5d\x3d\x50\x9e\xc7\xb2\x41\x9c\xf0\x7c\xf5\xf2\x69\xc8\xb1\x50\x16\x27\x92\x6f\x78\x43\x4e\xba\x89\xba\xcd\x40\x0d\xcf\x08\x1e\xde\xa1\xbb\x40\x2c\xde\x36\x8b\xe9\xda\x35\x01\x30\x75\x70\x41\x3a\x51\x44\x7e\x04\xb2\xe9\xfb\x42\x17\x50\x24\x24\xdd\x0d\x02\xe5\x74\x7c\x0d\x8e\x1b\x94\xd5\x94\x17\x5a\x80\x17\x5d\x7b\x50\x00\xc1\x28\x03\x5e\x55\xec\x55\x1a\x0f\x24\x69\x89\xea\xf1\x80\xb4\x9b\x70\xae\x5b\x7f\xea\x86\xd1\x83\x3d\x32\xef\x80\xcb\xb6\x05\xed\x80\xcb\x76\x32\xa1\x5d\xb7\xfe\x6c\xe7\x8f\xe0\xc5\x3e\x4c\xc6\x1e\x3a\x79\x7a\x02\xb0\xe2\x8a\xb4\xf7\x0d\x7a\x3c\x4d\xa0\x2f\xee\x37\xcc\x7d\x3b\xa3\x8f\x74\xbd\xea\x8c\x3e\xea\x6e\x2f\x6e\xa8\xac\x32\xd1\x37\x78\xed\x89\x8e\x77\x30\xc3\x97\x75\xad\x83\x1b\x3a\xd4\xb3\x27\x48\xea\xa2\x32\x1d\xcc\xae\x89\xbd\x77\x30\x3b\xbb\xb3\x74\x44\x64\x97\x78\xfd\x00\xfe\x2f\x24\xe8\x09\x21\x7a\xd2\xc4\x74\x5e\xda\x95\x36\x3c\x3a\x13\xb9\x7b\x46\x64\x8f\xb6\x9a\x76\xb0\x47\x25\x7e\x8d\x9e\x21\xb3\xe9\x42\xd7\xe1\xce\x6c\x2f\xb9\x9e\xe1\x05\x27\x32\xd5\xe9\xb1\x62\x3c\xed\xb0\xbb\x28\x57\x4f\x74\x5c\xeb\x87\x81\x4c\xb3\x8b\xd0\xb2\x93\x7d\x4a\x04\xe9\x64\x9f\xf6\xf9\xe9\x64\x9f\x12\x61\x3a\xd9\x67\x78\xd1\x28\xc5\xa6\xcc\xab\xd1\x0b\xab\xf6\xfb\x03\x16\x6d\xd7\x2e\x14\x96\xa5\xd7\x0c\x0a\x84\x30\xa1\x4d\x87\xf7\xb2\xd5\x63\xbd\x12\xd1\x75\x72\x7a\x05\x71\x94\x10\xd4\x2b\xdd\xb4\xd4\x61\x0d\x44\x8d\xf9\x39\x78\x83\xad\xb4\x7d\xdd\xf3\xc3\xca\x99\x8e\x64\xef\xf6\x79\xe9\x8b\xbf\x86\x23\x07\x7a\x25\xa6\x77\x8f\x00\x72\x9d\x3d\x65\x08\x39\x92\xc4\x3b\x8b\xa5\x7a\x89\x88\x0b\x37\xf5\xed\x08\x0b\x2f\x96\xa4\x3b\xaa\x2c\xe5\xdf\x65\x16\xe8\x8b\x3d\x57\xab\x21\x3a\x2e\xf9\x4a\xea\x13\x9d\x86\x1b\x3b\x33\xf4\xc5\x8f\x43\xc9\xf8\xa3\xc3\xc9\xa6\x7a\x47\xc0\x8e\x1d\x98\xd8\x83\x6e\x5f\xda\x01\xe4\x82\xb7\x77\x69\x0f\x54\x48\x94\x7c\xd2\x63\xa2\x7f\xb7\xd7\x41\xb5\xc3\x72\x0f\x86\x44\x6b\x7c\xda\x79\x1c\xd4\xdd\xe1\xf1\xbc\xf9\xd8\x74\x56\x9d\xd4\x84\x7a\x5a\xec\xc5\xf0\xeb\x70\xb3\x32\x25\x40\x45\x24\xd5\xb6\x8b\x8e\x00\xae\xf2\x3a\xf9\x28\x76\xf7\x3a\x87\x54\x1a\x28\x35\x5b\x74\x30\xe8\x6c\x5a\xd5\x81\x02\x3e\xf9\x9d\x30\xd5\x65\xaa\x77\x28\x8e\x25\xea\x77\xf8\x4c\x2b\xff\x61\xf4\xc1\x63\x62\x9c\x40\x49\x24\x2b\xfc\xfb\x60\x99\x29\xc1\x60\x60\x06\x12\xba\x3a\x92\xe2\xbc\x5c\x3e\x3a\x02\xcf\x1d\xdd\xd9\x99\xd0\xd0\xe9\x2d\xfa\x38\x30\x67\xf5\x38\x29\xd2\x08\x4a\x13\x35\x06\xc4\xe2\x3a\xd5\x0a\xf6\x94\xef\xf0\xa3\x6e\x86\xda\xc4\x39\xf1\x41\x82\x1f\x75\x71\x86\x86\xce\x32\x7e\xa6\x66\xc8\x40\x58\x9c\x32\xa2\x23\x14\xdd\x21\x2e\x7d\xc9\x0d\xd5\x71\x56\x1d\xf5\x55\x95\xae\x36\x3a\xbc\x6c\xaa\x3b\x44\x55\x21\x1b\x85\x3b\xbd\x6c\x1c\x17\xde\x77\x6e\xac\xd6\x4c\x35\x83\x43\x4a\xfb\x4e\xb0\x6a\x46\x3b\xd7\xe4\x11\xb8\x26\xe3\x1a\x0a\x11\x29\xfd\x7b\x74\x78\xd2\x84\x34\x23\x1d\x69\x0a\x8b\xe3\xc0\xfb\x7e\xa1\x47\x4f\xe9\xe6\x0b\x9e\x34\x32\xcc\x7b\xa7\xe1\x49\xe3\x2b\x50\x3f\x80\xbd\x52\x63\x76\x9a\xab\xac\x07\xec\x28\x5e\x68\xf9\xbf\xb3\x96\x91\xcf\x33\xf2\x1a\xda\x9d\xaa\xa3\xb8\x61\x36\x81\x38\x97\x74\x6d\x1b\x65\xa7\x66\xc1\x39\x0e\xfa\xc9\x19\x68\xc0\x13\xf5\xab\xbc\x82\x75\xf1\x57\xad\x88\xe8\xa8\x34\x64\x47\xe8\x0e\x3b\xce\xab\x3b\x98\x71\x36\x93\x4b\xf8\x41\xbf\xe8\x29\x8a\xc2\xbe\xe6\x03\xab\x8d\x7d\xa9\xfa\x05\x7a\xd2\xfc\x1c\xf4\xc4\x98\x7f\x11\xcd\xcc\x05\xe1\xd8\x3c\x24\x2b\x75\xd4\x80\xcd\x66\x8a\xc8\x22\xfd\xa2\x37\xb4\xf2\x38\x70\xb8\x23\x36\xdd\xe1\x70\x9d\x9a\x89\x17\x49\xbc\x33\x7a\xd4\x92\x6f\x16\xc9\xf1\x07\x98\xb2\x11\x17\x9e\xcc\x36\x7a\xf6\x1b\x05\x51\x2d\xfb\x3c\xc4\x01\xb7\x17\x13\xb5\x2e\xa6\xd3\x17\xd9\x11\x7f\x1d\xb5\xf0\xc3\x30\x7c\x58\x4b\x42\x13\x7a\xb0\xe4\xd7\xfb\xc4\x42\x33\x3d\xd6\x05\x12\xa3\x1f\xd0\x55\xe4\x5f\x25\x86\x8e\xb1\xb1\x1c\x5b\x52\x9b\xc7\x4c\x7a\x86\x81\x50\x72\x6b\x6e\xc6\xc6\x50\xb2\xaa\x36\xe1\xe3\x36\xb6\xb4\x7a\x36\x48\x34\xa2\x73\x3d\x36\xd2\x5f\xb7\x2f\x0e\xe8\x0f\x40\x39\x9a\x5f\xc0\x21\x93\x90\x30\xe8\x41\xa3\x8a\x31\x31\xe0\xcb\x5c\x05\x8f\x91\x08\x61\x11\xe4\x91\x90\x0d\x46\xc2\xdd\x80\xb3\xf3\xf6\xea\x11\xd4\x31\xfb\x7d\x40\x5c\x5c\x74\x64\x94\x74\x11\x4e\x8d\x8c\x25\x0f\xb7\x71\xe7\x73\xff\xac\x42\x2f\xd2\x35\x90\x46\xd9\x11\x92\x83\xe6\x0e\x7f\x5f\x90\xcd\xb5\xfb\xf9\x05\x31\xc8\xfd\x01\x22\x5e\x30\xa2\xc2\xca\x10\x8a\x0c\x24\x24\xcc\x06\x21\xd4\x10\x8e\x93\x1e\x08\x0b\x53\x99\xa5\x18\x90\xab\xc2\x9b\x5e\x2b\x50\xcc\xfd\xa1\xd8\xf5\xeb\x7d\x68\xaf\x8a\xdf\xef\x9c\x80\xf6\xa8\xa2\x34\x47\x51\x13\x00\xea\x7e\x0c\x9c\xf0\x86\xa0\x44\xfd\x4b\xc7\x3c\x2a\x4a\x3f\x8a\x76\x0f\xca\x65\x0e\x86\x1f\x15\x20\x08\xaf\x90\x20\x90\xf8\x3c\x1a\xfc\xef\xbc\x64\xc4\xa1\xa9\xb4\x44\x0c\x0a\x66\x43\x2c\x71\xc0\xc5\xc6\x3e\x3d\x03\xe5\x2f\xad\x70\x1b\xb0\xe8\x64\x6f\x0a\x8a\x4b\x3a\x73\xca\xf8\x71\x47\xd6\xfb\x41\x18\x6a\xcd\x81\xa4\x20\x22\xa5\x23\x02\xfd\x69\x7c\x24\xf0\xb1\x3d\x65\x20\x38\xde\x49\x30\x46\xc0\x9f\xdb\xe7\x86\xee\xcb\x43\xb7\xc2\x01\x03\x8d\x3d\x1b\x46\xc7\x04\x44\x88\x06\x55\x17\x8e\x75\x1f\xa8\x03\xac\xc4\xcb\x31\x28\x19\x49\xf6\x1a\x90\x63\x9a\x77\x71\x10\x64\xd5\x3f\x80\x99\xf8\xa0\x41\xd0\x29\xc3\x67\x1f\x3e\x34\x4e\xc2\x30\xe0\x43\x63\x75\xd7\x18\x0f\x46\x14\x4c\x61\x2f\xb1\xf7\xc6\x60\x55\x1c\x19\x7c\xc6\x12\x53\xa6\x3d\x16\x07\x8a\xb8\xdb\x7f\x79\x4c\x3a\x98\x78\xca\x70\x81\xb1\xc7\xf6\x80\xd4\x61\x9f\x9b\x81\xda\x84\xdd\x27\x7b\x87\x72\x45\xec\x70\x20\x5a\xab\x19\x49\x90\xa8\x58\x19\x17\x63\xfc\x78\xb4\x78\x17\x61\x4b\x08\x09\xc4\x83\xb6\x04\x9f\x24\x94\x2f\xb6\xde\x77\x50\x02\xb0\xdc\x34\x28\x01\x78\x53\xce\x0d\xec\x45\x03\x9c\xbc\x60\xe8\x12\x36\x4e\xe0\xe1\xab\x8d\xe4\x73\xaf\x36\xf1\x44\xc2\xe0\x40\xb6\x99\xcd\x23\xd2\xdb\xc3\xf6\x8d\x01\xeb\x80\x13\x2b\x0d\x78\xaa\x3a\xf8\x69\x5c\x0d\xd9\xba\x34\x45\x2a\x4c\x5e\xcf\x3b\x54\x3e\xbf\xb2\xde\x0c\x44\x3a\x6d\x26\x0d\xf4\xe3\x70\x5c\xc1\xb8\x10\x98\xe1\x83\xbb\x38\x7a\x1f\x46\x73\x98\x1a\xc2\xfc\x08\xc5\x8c\x55\xaf\x39\x06\x2a\x09\xaa\x4c\x5f\x8c\x1b\x71\x0c\xee\x1f\xb9\x5f\xca\xf4\x0b\x64\xd8\x86\x17\xea\x38\x38\xf4\x68\x20\x39\x9e\xaf\x78\x03\x55\xe2\x5f\x94\x05\x55\xe2\x87\x84\xf3\xf1\x30\x92\xc4\x48\xf8\x80\xe3\x49\x45\x36\x19\xeb\xa3\x5a\xc1\x31\x37\x90\x6b\xa9\x3b\x26\x78\x72\x12\x4e\x4c\x84\xa3\xdb\xd8\x3c\xa9\x0e\x71\x68\xf4\xdc\x20\x7c\xbf\x3a\xa4\x67\x98\x3b\xc4\xb1\x10\xfd\x9e\x89\x4b\xd6\xfb\x29\xb1\x43\xff\x00\x73\x8d\xd6\x3c\x11\xac\x6d\x07\xa1\x89\x4a\x04\x16\xd6\x67\xd9\x50\xcb\xbf\xab\xbd\xde\x77\xc8\xde\x5c\x1c\x2f\x8a\xb4\x88\x93\x8a\x74\x81\x68\xd2\x83\x53\x55\xd3\x62\x92\xc5\xe9\x96\x36\x2b\xc2\xc9\x75\x65\x9a\x95\xde\xd2\x7a\xde\x90\x8a\x44\x17\x9a\x09\x97\x48\x7b\x9a\x4c\x28\xba\x1d\xb9\x3b\x69\x5f\x4f\x7e\x7e\xa1\x7f\x7f\x0f\x3d\x80\x17\xd0\x88\x35\x06\xd9\xba\x59\x87\xd1\x6a\x22\x5f\x9b\x35\x0d\x13\xe4\xde\xb1\x22\x13\x6a\xec\x6a\xaf\xd8\x89\xaa\x6a\x76\xdf\x9e\x20\xe7\x56\x8e\x4c\x44\xa3\x54\xd5\x51\x8d\xb9\xee\xda\xc3\x57\xb4\x89\x2a\x6b\xf6\x43\x9b\x1d\x11\xf8\x12\x34\xe7\xa2\xff\x63\xf3\x9e\x74\x96\x9f\x10\x71\x9b\xcc\x6d\xa2\x73\x3d\xfb\x40\x07\x5a\x62\xc7\xa6\x25\x0f\x70\xc2\x57\x5a\x33\x1c\x04\x81\x06\x40\x78\x4a\x35\xb9\x9f\x60\x20\xce\xca\x37\xa1\xeb\xae\x8e\x1c\x9d\xd0\x75\xdb\xa1\x6a\xfe\xe4\x97\x95\x60\x32\x07\x52\x83\xfa\xe8\x0c\x4e\xc9\x1f\x60\xdb\x8c\xd8\xc8\xb8\x66\x4f\xd8\x39\x91\x54\xc0\x07\x63\x72\x89\x9a\x11\xaa\xd3\xdb\x83\x69\xe2\x56\xfb\x9a\x20\xee\x98\xe5\xd5\xa6\x67\xad\x76\x1d\x77\xcc\x6a\xab\xdb\x5c\x77\xcc\xf9\xfe\x00\x03\xbc\x3e\xe0\xae\x4a\x3c\x9e\xb8\x63\x9a\x98\xce\x9d\x3e\x54\x9a\xe1\x81\x5d\xf5\x49\x59\x0c\xc4\xa9\x3e\x63\xae\x1b\xe2\xcb\xb3\x79\x1e\x1c\x50\x10\x38\x78\xf4\x85\x35\x28\x82\xe6\x3a\x3b\x31\x4f\x0e\xa0\x09\x2d\xfe\x11\x8e\xf9\x99\x70\x16\x7c\x9d\x4c\xd8\x96\x1d\x8a\x3a\x4f\x78\x2f\x19\x0b\x60\x5a\xb6\x89\x6a\xc2\x57\xb0\x3a\xb5\xc4\xbc\x98\xfb\x53\x20\x42\x7d\x7c\xfb\x7c\xcd\x75\x07\xcc\xa9\xb9\x8d\xd4\x13\xc6\x22\x94\xbb\x2f\xe5\x57\x19\x06\xe6\x0d\x6b\x80\x88\xf3\xbc\x89\x30\xea\xfc\x01\x5d\x31\x25\x45\xda\x7b\xc7\x88\xcd\x87\x9e\x90\x82\x0e\x2e\x5f\xd5\xce\x55\xf3\xc1\xec\x24\x00\xec\xdb\x4f\x2a\xce\xd0\x0f\x09\x35\x54\xab\xda\x19\x6e\xc3\x5d\xed\x06\x8c\xf1\x73\x44\xb0\x0b\xbe\x7b\x82\xf7\x97\xc0\xb1\xd3\xdf\x4c\x37\xfa\x3d\x21\x55\xb8\xc7\x4b\xf0\xef\xd0\x65\x65\xff\xc9\x0d\x2a\xf8\xed\xeb\x36\xf3\xca\xf2\xb4\xe7\xcc\x17\xa6\x7e\x28\xa0\xad\xfe\x00\x87\xa6\xba\x0d\xa4\x57\x75\x82\xd8\x91\x0e\xd4\x7e\xc1\x7b\x26\x4c\x3e\x38\xbd\x17\x4e\x41\xec\x65\x87\x62\xd9\x6a\xc4\x1d\x76\x58\xfb\x45\xee\xa8\x7d\x6f\x4f\xa1\x7d\xb1\x8f\xa1\x4a\x39\xb1\x17\x9c\x32\xa9\x25\x76\xa4\xd1\xb0\x03\xdb\x8e\x0b\x93\x77\x7d\xc7\xfd\xc6\x62\xe0\x8e\x2c\x18\xaf\x05\x54\xd2\x62\xf5\x8f\x5c\x5d\xb6\xce\xef\x0d\x28\x27\x6e\xb4\x37\x42\x44\xfd\x31\xd5\x96\x28\xe9\x0e\xee\x52\x6d\x12\xda\x1b\x4e\x65\x75\x87\xf0\x11\xf6\x04\x83\x10\x92\x60\xba\x43\x51\x3b\x0d\x42\x14\xf9\xb4\x3b\xfb\x8e\xd2\xf5\x76\x32\xdc\xe9\x7d\xe5\x3d\x23\xed\x16\x99\xd9\xa1\xf5\xb4\x8d\x69\x47\x68\xa1\x15\x82\x3b\x72\x61\x5a\xcf\xb2\xd3\xaa\x58\xfc\x3e\x21\x2a\x88\x23\x8f\x55\xb5\x96\x62\x87\xaf\x94\x5d\xfc\xf6\x09\xb2\x22\x35\xcb\x3e\xe1\xdf\x6b\x10\x4d\x50\x56\xa3\xf5\xa2\xbc\xd3\x6e\x96\xfb\x4e\x90\xeb\xfd\x9d\xf1\xc1\xa2\xac\xfb\x12\xed\x87\x4a\xfd\xc5\xbe\x17\x9c\x74\x4d\x08\xa9\xa9\xec\x42\xb8\xc3\xc9\xa8\xe6\xec\x11\xb0\x27\xcd\x1d\xc0\x0a\xe6\x3d\x5b\xa2\xfd\x1c\x06\xf9\xc1\x01\xf4\xfd\x01\x24\xf5\x00\x70\x1c\xdf\x74\xb9\xd9\x4f\x88\x24\x92\x13\xf7\x8b\xdf\x0b\x69\x2e\x20\xb1\x91\x7e\xd1\xbd\x69\x42\xbc\x43\xf5\x55\x7d\xe7\xdd\xaf\x0b\x20\x72\x07\xf7\x6a\x7b\x4f\x2f\x5e\x7e\xf4\xfc\x87\xf6\x69\x41\x37\x6f\x53\x82\xd0\xcd\x3a\x08\x26\x4d\x37\x99\x97\x56\x8c\x34\x8b\xd5\x77\xd4\xfd\xc6\x26\x19\x8d\x1f\x2c\x49\xbc\x62\x7f\x30\x82\xb1\x04\xee\xc5\xce\x90\x7a\x6c\xf4\xbe\x4d\x6a\x2f\x29\xae\xbe\x9e\x63\x05\xda\xf4\x63\x89\xa1\xd3\x58\x7e\xc0\x39\xd7\xe7\xf0\x48\x80\x80\xa8\xf7\xc1\x72\x17\x96\xc2\x8e\x8c\xf0\x52\x11\xd7\x23\xd3\xe2\xa4\x01\x40\xfb\xac\xff\x3c\x32\xfc\x29\x74\x3b\x39\x20\xf7\xb6\xfe\xab\x30\x9c\x03\xfe\x2c\x4e\x89\x74\x14\x58\xb3\x84\xb1\x47\xe9\xe8\x4c\xb3\x85\x5a\xa8\x9a\x19\x1d\x90\x92\x9b\x47\x2f\x4c\xca\xe4\x0e\xc1\x6a\x93\x9f\x23\xc4\x5a\xe0\x3f\x90\xec\x47\xd5\x2d\xe3\xa8\x30\x39\x1a\xdc\x20\x7b\xb3\xf9\x7d\x4e\x40\xfb\x79\xc0\x5c\xa6\x0a\xaa\x71\xc0\x2d\x56\x89\xcc\xe3\x68\xf0\x4f\xd7\xfd\xfb\x40\x92\x63\xfb\xc7\x1c\x48\x18\xf8\x9a\x20\xc9\x9a\x5d\xe8\x8f\x45\xd6\xc6\xf6\x7a\x21\xc3\xad\x4b\x2b\x0c\x44\xf9\x4b\xec\x3e\x02\xd7\x65\x29\x67\x0f\x78\x8b\xa8\x06\x6a\x1c\xc8\xf0\x63\x3f\xdf\x23\xe0\x97\x66\x10\x07\x6c\xa6\x22\x63\x47\x07\x19\x35\x42\x2d\x11\x78\x38\xc4\xf1\x58\x22\x70\x77\xb6\x96\xa3\x53\xbe\xf3\xf7\x3b\x4b\xb2\x6b\x02\xfd\x80\xa1\x59\x0b\x82\x8c\x6c\xd5\xdf\x31\x60\xaa\x97\xc0\x7a\x50\xe2\x35\x02\x52\xe2\x2d\xde\xa3\x41\x29\x5d\x38\x01\xe3\x91\xe3\x20\x8e\xc1\x3d\x33\xcc\x07\xe2\x85\x5f\x2f\xec\xd0\x38\x68\x46\xcc\x48\xd8\x3d\x03\x56\x95\x97\x9e\xe8\xa0\x0c\x2d\x33\xc8\x81\x08\x6b\xc7\x04\x1c\x2c\x91\xe0\x08\xe4\x63\x32\xd1\xa4\x66\x00\xe3\x51\x75\xee\x84\x63\x92\x30\xe9\x85\x1d\xbc\x40\x94\xf5\xd8\xe1\xd3\x21\xde\x70\xec\x10\x39\x25\x21\x1e\x3b\x28\xa1\x78\xc3\xb1\xb3\x3f\xcd\x18\x94\xd9\x94\xfb\x40\x94\x90\xf5\xb9\xc7\xc1\x73\x20\x10\x40\x66\xf6\x75\xf9\x40\x4e\x9d\x66\x10\x21\x48\xa8\x5a\x86\x3d\x10\xe1\x9c\x93\x3f\x00\x9d\xf2\x39\x00\xa9\x4f\xaf\x09\x80\xee\x18\x6d\x28\x64\x5b\x80\x38\xe0\x01\xba\x19\xa6\x50\xe2\x98\xfd\x1e\x27\xd2\xad\xe8\x36\x79\x9c\x88\x7b\xf0\x8a\x4e\x16\x25\x17\xda\x9d\xcc\x40\x6c\xda\x82\x94\x37\x56\xd5\x1d\xa8\x89\xf0\xd2\xeb\x1f\x8c\x57\xf6\xc9\x81\x92\xa7\x49\xc0\x38\x16\x77\xaa\xbe\xd1\x1f\x17\xfc\x74\xba\x9f\xb3\x68\x83\x06\xbc\xa0\xda\x33\x1a\xd2\x23\xd4\x20\xbc\x06\x27\xa0\x4d\x84\xa2\x67\x33\xa2\xc3\xad\xa6\xda\xf9\xee\x80\xdc\xff\x62\x16\x28\x08\x6a\xcf\xaa\xe3\x86\xcb\xe4\x70\x7b\x21\xf6\x94\x50\x78\xdc\x70\xeb\x95\x60\x7d\x3c\x70\xc1\x94\x72\xf1\x80\x5d\xa5\x3a\x25\xec\xf1\xc0\xfb\xcf\xbb\x06\xc5\x4e\xd5\x85\xfa\x80\xe1\xc5\x9e\xd2\x07\x65\x7f\x3b\xb5\x1e\x0f\xc8\x9d\x64\xa0\x73\x63\x87\x53\x6d\x38\x02\x69\x97\xcf\x0d\x7e\x39\x3a\x48\xe7\x36\xa0\xaa\x2a\x6a\x9f\xe8\xef\x57\x8a\xb4\x13\x19\x7b\xab\xc4\x8b\x73\xe3\xec\xc2\xa3\xc1\x2c\x24\x9c\x3b\x51\x4f\xd3\x16\xdc\x33\xe1\x1e\xa0\x8b\xc3\x09\xb3\x49\xb5\xe3\xd3\xb9\x6e\x1e\xb9\xbf\x3a\x80\xfb\xc7\x74\x07\x58\xae\x94\x42\x27\x92\x10\x5a\xc4\x3b\x13\x0b\x8b\x84\x5f\x80\xc1\xb5\xb9\x43\x64\xb7\xd3\x06\x9c\xbc\xaa\xd8\xd4\x73\x22\xa9\x60\x9d\x6e\x33\x8a\xcc\x6d\x84\x54\x4a\x75\x77\x32\xa7\xa0\x94\x34\x27\x5c\x50\xab\x5d\x5c\x4e\xf8\xa0\xda\x99\xee\x44\x09\x4e\x9b\x84\x4f\x64\x8d\x69\x6e\x02\x23\xa6\x3f\x87\x9f\x92\xd8\xc1\xc9\x8a\x9d\xd9\xdd\x61\x03\x93\x9f\x5f\x1c\xdf\x13\xe2\xf5\xd1\xed\x07\x69\x75\x04\xb2\x02\x79\x45\xa7\xee\x44\xc2\xc1\x6a\xdb\xd6\x89\x34\x34\x6d\xf3\x07\x85\x2f\xf8\x07\xc4\x02\x1b\xe7\x58\x7a\xe1\xd5\x46\x65\x3c\x6f\x12\x6c\x4d\x0e\x29\x3b\xe1\xa3\x63\x57\xf3\xb3\xc2\x07\x48\xc7\xf8\x44\xde\x1a\x6b\x06\xcf\x25\x63\x54\x07\x99\x9e\x15\x39\x7f\x75\xb3\x39\x29\x63\x54\x83\x1c\xb1\xd1\x76\x99\x3d\x99\x27\xd9\x7b\x08\x43\xce\x08\xb7\x91\x20\xd5\x78\xde\x18\xfd\xa8\x3d\x69\x24\xde\xaf\x17\x90\x63\x71\x73\x07\x70\x8e\xf7\x8a\x1b\x52\xd0\x1a\x6d\x1b\xca\xc9\x78\x8f\xe0\xe3\x3a\xbc\xc9\x4b\xa8\xc9\xce\xee\x7e\xb2\x04\xa8\x0c\x35\x67\x30\x5e\x42\x13\x62\xdd\x2a\xa9\x2a\x4f\xca\x20\xe2\x36\x27\xfc\x51\x1d\xc1\x71\xe2\xea\x56\x7d\x83\x3f\x3b\x12\xdf\x0c\xb7\x0b\x5f\xd0\x88\xa8\x80\xed\xf8\xce\x13\x96\x9e\x57\x24\xcd\xd9\x03\x2f\x68\x0a\xa8\x24\xe5\xbc\x82\x67\x87\x07\xa3\xf1\x1a\xa5\x13\xec\x19\x76\x8e\x84\x73\xa6\x29\xc2\x69\xd5\xb6\xa9\x73\x49\x35\x2f\x5b\xda\x09\x43\x50\x6d\xd2\x76\x9e\x83\x58\xe7\x36\x27\xe4\x0e\x3b\x3f\x70\x8f\x28\x0e\x6c\x34\x46\x26\x1a\x6b\x3d\x4e\xd6\x62\xf0\xc9\x46\x1e\x99\xcd\x9b\x32\x91\x3f\xdc\x94\x02\x96\xa5\x17\x69\x61\x96\x64\xaf\x78\xc2\x31\xcc\x10\x43\x18\x4d\xb5\x0d\xf8\x64\xe2\x40\xa3\x2d\xea\x38\xbd\xa8\x25\xc2\x66\xaa\x5d\x0e\x4f\x64\x0e\xb4\x13\xcf\xb9\x67\xbe\xa0\x1e\x76\xa4\x34\x37\xf9\x44\x5c\x8d\xd3\x20\x9c\xc8\x1c\xa3\x2a\x43\x71\xc2\x56\xa5\x9a\x97\x71\x22\xac\xc6\xa1\x8b\x27\xc2\x6a\xaa\xaa\xcc\xc5\xb9\x6e\xbc\xcd\x29\xb8\x4e\xdc\x78\x7d\x99\x39\x77\x38\x0c\xbe\x66\xcc\xa0\xb7\xf2\x2b\x47\x81\x13\x69\x65\x6c\x73\x3e\x77\x26\x43\xd2\xf2\x50\xa6\xc1\xb9\x52\xcf\x25\x94\xb5\x17\x8e\xa0\x4c\x83\x73\xee\x9e\x88\xaa\x71\x66\xd2\xf3\xa0\x4f\xa8\x56\x73\x70\x47\x0c\x9f\x25\x74\x55\x27\x90\x3a\x91\xd8\xf0\x45\xdb\x11\x98\xfd\x3a\x87\x07\x9c\x56\x8b\xdf\x47\x19\x58\xa3\xc8\x09\x13\x81\xc4\xd8\x93\x55\x1c\x8c\x32\xcc\x08\x63\x70\xc2\xb0\x66\x1b\xc7\x89\x34\x84\x2f\x57\xef\x13\x75\xaa\xec\x86\x7b\x22\x28\xfa\x85\x32\x4b\xc4\x6a\x43\x32\xdb\x79\xf1\x18\xab\x43\x88\x58\x0e\x24\x3f\x51\x86\xca\x81\x4d\x27\x42\xa2\x6d\xf2\x3e\xe1\x2c\xe3\xf8\xff\xf3\x42\xcd\xd7\xd7\xfb\x90\x4a\x9b\x29\x1f\x32\xc6\xa8\xc2\x79\x9c\x37\xe2\x92\x0c\x72\x64\x8c\x49\x52\xab\x9d\x37\x4b\x6a\x6a\x4b\x6f\x1e\x73\x4b\x08\x37\xa2\xed\xbd\x62\x44\xe9\xd8\x36\x77\x52\xc3\x60\x83\xed\x89\x14\x33\x2f\x42\xb5\x64\xb8\x36\x4c\x06\x90\x06\xf0\xb5\x87\xa8\xb9\xee\xb8\xa2\xf3\x21\xed\x14\x08\x1f\x22\x9d\x9f\xf3\xd0\x19\x29\xe0\x2a\x6d\x67\x92\xf3\xf9\x59\x82\x7f\x80\x5c\xfb\xfa\x80\xb9\xa4\xdd\xe6\x12\xcc\x81\x9f\x1d\x43\x6a\x57\x59\x1b\xcb\x2c\x9b\x99\x00\x8d\xb6\xc8\x04\xe8\x0c\xa3\x27\x4a\x63\x59\xfd\x7a\x3e\xdc\x25\x91\xbe\x8b\x1a\x64\x7b\x0a\x5f\x1b\x62\x4d\x25\x28\x5f\x28\x7e\xe5\xd4\x71\xd7\x06\xbc\x10\xe9\xba\xb6\x03\x42\x4d\x55\xfb\xc4\x73\x7f\x0f\xa9\xc4\x50\xbc\x50\xec\x61\xc8\x8a\x72\x25\x66\xae\xd0\x04\x12\xac\xe4\x5a\xe2\x95\x48\x79\x04\xa4\x0b\x05\xad\x9c\x86\xff\x4a\x80\x91\x44\xf9\x0b\xd9\x03\x55\x50\x2d\x2e\x38\x4b\x3b\x48\xe4\x42\xf2\x3e\xfb\x4c\x5d\xac\x94\x6e\x59\xfe\xca\x5c\xa2\x96\x44\x8d\xb3\x88\xed\x85\xea\x0e\x26\x6d\x57\xe6\x8a\xf4\x3e\xe4\x28\x47\xe8\x5d\x50\xcd\x38\x3b\xe1\x55\x70\x34\x25\xb5\x5c\xcc\xdb\xac\x42\x85\x71\x41\x8c\x72\xfa\xc5\x0b\xe9\xff\xec\x38\x70\x21\x62\xb9\xaa\x30\x60\x5c\x05\x55\xb3\x75\xc7\xbd\xca\x89\x04\x8b\x9e\xc1\x85\xc4\x67\xee\x00\x87\x57\x0c\xef\xaa\x48\x44\xeb\x15\xc3\x85\xa7\xda\x2e\x70\x55\x52\x13\x75\x58\x39\x65\x91\x87\x0b\x4e\x3c\x4e\x4a\x73\xc1\x89\xc7\xb2\xe5\x05\x49\xcd\x01\x62\xd7\x92\xd4\x9a\x75\x29\x17\x04\xb5\x1a\xc9\x1f\xec\xeb\x74\x57\x4f\x09\x9a\x85\xe9\xe7\x27\x3f\xf0\x0b\x60\x19\xc5\x2f\xdc\x08\x02\xfc\x55\xe4\xcd\x55\x71\xf4\x45\xbe\x2f\x78\x5e\xd7\x10\x79\xbb\x10\x82\xed\x3a\x40\x17\x72\xe8\xd8\x77\xf1\x6a\x05\x81\x2e\x02\x18\x04\x49\xa7\x9d\xbd\x1a\xa2\x50\x25\x87\x5d\x6d\x47\xc1\x61\xc1\xaf\x81\xbe\x87\x01\x08\xc1\x71\xbc\x06\x64\xbd\xff\xd7\x08\xc0\xba\xea\x19\xb2\xfa\xae\xce\xfa\x15\x20\xc0\x12\x05\xaf\xc0\x1e\x1a\x49\x82\x8e\x69\x6e\x43\x56\x16\x79\xbc\x82\x65\xa9\xb5\xe7\x70\xb7\xb6\xaf\xf3\x15\x80\x99\x68\xcf\x85\x08\x6b\xdb\x96\x2e\x04\x50\x0f\x1f\xec\x3e\x10\x7e\xa6\x09\x2f\x39\x71\x26\x13\x86\x8e\x15\x8b\xc3\x5d\x83\xe5\x35\x35\x3e\xfc\x7d\xa6\x91\x9e\xca\x2b\x07\x41\x5c\x03\x55\x55\x24\x82\x5c\x10\xf3\x6c\x29\xba\xe0\xf9\xec\xbc\x21\x17\xf2\x09\xda\x7f\xf4\x1a\x04\xf1\x6b\x06\x0c\xb8\xd3\x0a\x50\xbb\xdd\xf5\xad\xae\xc9\x63\x22\x5d\xd1\xc5\x0c\xd3\x1e\x71\xc9\x75\x25\x0c\xd2\x49\xa4\xf5\x14\x26\x52\x8c\x49\x4c\xbb\x26\x37\xd5\x1d\x3e\x08\xc4\x57\x7b\xe7\x9e\x6a\x00\x86\x4f\x8b\x07\x5e\x94\x03\x5d\xba\xe6\xfa\x29\xb9\x25\x20\xee\x3f\xb4\x46\x6d\x66\x7c\x36\x16\x2c\x41\xb0\xd8\x7b\xee\x42\x06\xc1\x14\x6e\xc3\x28\xdd\xdc\x21\x65\x5b\x7f\xcf\x9c\xd8\x9e\x31\x88\x65\x78\xc6\x58\x61\xf8\x7b\x08\x4a\x92\xf6\xaf\x03\xd2\xbf\xe7\x03\xf5\x99\xf3\x35\x5f\x07\x8b\xbc\xfa\x39\xb0\x50\x82\xda\x45\x6d\x98\xb1\x16\xf9\xa2\x5f\x7b\x7a\x82\xb6\x9a\xf4\x9d\x28\x42\x5d\xfd\x3e\x88\xbf\x21\x7e\x22\x15\x82\x99\xc3\x89\xd2\x75\xa6\x53\x17\xfc\x41\xdd\x1f\x8a\xb1\xdb\x02\x7b\x5d\x9d\x45\xb1\x35\x01\xd4\xf3\xb4\x20\x75\x5d\x20\xee\x12\x73\x2e\x14\xc4\xb2\x62\xe3\x42\x6a\x3e\x97\xbe\xbb\xae\x9f\x2a\xdb\x1a\x81\x82\x96\xd4\xd6\xd7\xfd\x63\xbc\x52\xbb\xc2\xad\x41\x2b\xbc\xb9\xe5\x5e\xd2\x0d\xd1\xcf\x38\xb1\xe4\xa6\xf1\xfe\xe0\x40\xa1\x70\x0f\x48\x9f\x2e\x0f\x80\x73\xd3\x8d\x03\xa8\x80\x35\x8d\x03\x0f\x8a\x09\x49\x93\x72\x51\x70\x72\xc8\xc1\xc5\xd4\x32\xa6\x65\x14\x9c\x5c\xdc\xee\x5a\x82\xd3\xb0\x16\xf8\x5a\x82\xd3\xb4\xa5\xfc\x7a\xa8\x08\xd0\xb9\x7a\x06\x3b\xf0\x0b\xb8\x94\xbe\x3e\x80\x92\xf5\x35\x03\x9c\x54\x93\x5b\xb8\x51\xa9\x66\x7f\xdc\x1b\xab\xae\x6d\x6a\xef\xc8\x36\x98\xd4\x06\xfd\xee\xbf\xcb\x2a\x70\x53\x48\x92\xa4\x7a\xc3\xa5\x2a\xb4\x85\x37\x65\x24\x1d\xb2\x1b\x79\xfd\xaa\xc3\x11\xee\x04\xc7\x3d\x9d\xa2\x1b\xd5\xe0\x1d\x3a\x7b\xa3\x48\xa8\x7d\xae\x6e\x64\x9e\xa9\x0e\x26\xb8\x13\xf7\xdc\x6d\x94\x6a\xd0\x31\xbc\x29\x54\x89\x3f\xdd\xe9\x42\x87\x9a\x21\x6d\x5d\x22\x5c\x37\x6c\x5d\x4e\x64\x75\xe7\x9f\x64\xb1\x9a\x31\x52\x2a\x3b\xd6\xe6\x46\x8d\x2d\x97\xc0\xba\x91\x57\x66\x78\x02\x4b\x2a\x1b\x96\xee\xef\x8c\xb0\x15\xe1\xd4\x0d\xa1\xac\xba\xd6\xdf\x4d\xa9\x2c\xfc\xc1\x89\x54\x39\x5a\x01\xbd\xc8\x86\x9f\xdf\xec\xc0\x53\x46\x95\x30\x51\x8a\xbb\x80\xc5\xcb\xfa\x72\x53\xfb\xe5\x12\x8d\xf7\x92\xdb\xb2\x2d\x11\x37\xb5\x5d\x32\x7e\xdc\x2c\xfd\xee\x2c\x28\x37\x42\xd6\x1c\xde\x7a\x23\x4d\xb3\xa3\x8f\x6f\x04\x6c\x4f\xd1\x9e\xbb\x42\x88\xf8\x7f\x18\x3b\x93\xb3\x69\x79\x5e\x09\xa7\x72\x42\xc0\xb3\xbd\xf9\x73\x81\x06\xf2\x0f\xe1\x5c\xbe\xf5\x7c\x55\x2c\xdf\xa5\xbb\xc1\x78\x94\x64\x59\xaa\x92\x2c\x7e\x2a\x5d\xf0\xfb\x35\x64\xa9\x66\xb9\xc5\x2c\x4b\x76\x3c\xb8\xab\x7c\x5c\x78\xf0\x56\x55\x63\x40\x3d\x90\x5c\x98\x2d\xe7\xc1\x7d\xe5\x80\xa0\xa7\x41\x90\x34\x5d\x21\xd2\x56\xfb\xf0\xe9\x0c\xba\xb7\x45\x8f\x16\xe9\x7d\x90\xf7\x0c\x24\xf3\x90\xee\xf4\x19\xf3\xf1\x02\x5e\xa1\xef\x4f\x48\x35\xbc\x2a\xc2\xd7\x63\x57\xcb\x83\x11\x60\xa7\xec\x13\xbe\x1e\xf7\x10\x57\x8e\x49\x2e\x9f\x49\x83\xfd\x01\x38\xbd\x7d\x09\xf9\xac\xbd\xcc\x8c\x5d\xff\xc4\xfd\x93\x83\xc5\x9f\x85\xa1\xea\x11\x58\xc4\xa5\xe9\x44\xf6\x6c\x0d\x3e\x7c\xac\x7d\x88\x12\xae\x3e\xf7\x3e\x2b\x5a\xa0\x2f\x6c\x15\x5d\xb3\x24\xd3\x73\xb2\xf0\xdd\x82\x33\xf8\x0b\xe5\xdb\x78\xa0\xc5\x72\x4c\xea\x43\x66\xd1\x67\xeb\x06\xc2\x88\x4c\xd1\xe7\x0a\x0d\x28\x63\xfd\x09\x67\x89\x0c\xad\x27\x9c\x25\x3a\x03\x3e\x38\x4b\xaa\x8d\xf1\x07\x0c\x5e\x43\x41\x3f\x41\x0b\xe1\x43\xdf\x73\x61\x24\x78\x5a\xaf\x68\xa2\x9a\x7c\xb1\xd0\x97\xbf\xc8\x32\x99\x7e\x1f\x3b\xc8\x87\xc0\xe7\x42\xe9\x79\x73\x46\x20\xb2\xb4\xec\xf3\xa3\xc9\xd2\x79\xcf\x2f\x9a\xec\xad\xb3\xd5\xfc\x70\xbe\xea\xb3\xd5\xfc\xb4\xe3\xf6\xf9\xc5\xa8\xea\x94\xf8\xfc\x62\x2b\xb8\x46\x58\x82\xab\x2b\xf8\x11\x42\xe2\x32\x4a\xce\xa7\xb6\xe7\xb7\xb7\x86\x11\x1a\x9f\x5f\xcc\xb3\xb6\xc6\x1d\xd3\xe0\xdd\x4f\x7a\x93\x79\x1b\x1e\x2e\xc5\xaa\x0d\xe8\x87\x5b\x31\x3b\x46\x1f\xf2\x9b\x1c\x7d\xf7\xdc\xe4\x15\x7b\x73\xdd\x7f\x4c\x97\xe5\x9f\x74\x4e\x38\x74\x3c\x27\x5c\x89\x7d\x56\x01\xc9\x4d\xcd\x3a\xe7\x8e\xad\xae\x01\x08\x33\xc3\xf2\x14\x7f\x8e\x13\xde\x1e\x00\xec\x9c\x5c\xf9\x3c\x31\x45\x1e\xd1\x87\x60\x42\x8f\x38\xfe\x9c\xfa\xf9\x00\x2e\xc8\x4f\x39\xb6\xa2\x05\x72\xd0\x3e\x78\x3c\x9e\x85\x7f\xc6\x2f\xfc\xb8\xef\x77\x8b\x80\xfd\xf4\xfb\x00\xda\xf9\x0c\xf6\xbc\xd1\x42\xd9\x8e\xcf\x9f\xbf\x46\x13\x00\x1b\x59\xee\x7e\x01\x76\xb3\x4f\x05\xc0\x09\x58\x1e\xbf\x2f\x5c\xaf\xff\x95\xdf\xe3\xcf\x16\x6d\xfa\x01\x34\x46\x89\xdf\x17\xe6\x71\x53\x83\xbc\x07\x47\xb2\xe1\x72\x7c\x60\xa8\xcc\x0d\x8e\xd6\xe0\xcb\xa5\x99\xd3\x9d\x5e\xd4\xbe\x69\x91\x5f\x98\xbb\x0c\x44\xf3\x6e\xad\x3e\x8d\xd0\xf1\x06\x2f\x82\x74\xe8\x1b\xbc\x08\xde\xa8\x2f\xe8\x70\x26\xa0\x79\x03\x1d\x4e\x76\xc8\x9b\x43\x52\xb8\xc2\x68\xb0\xdf\x3f\x29\x77\x95\xf1\xcd\x68\xd3\xbc\xa0\xc3\x7d\xbf\x17\x72\xc0\x0d\x0a\x69\xba\xfc\xc3\x4b\x85\xea\x61\x44\xfb\x59\x32\xbc\x25\xf2\xb3\x34\x64\x90\x66\xd9\x03\xf6\x16\xec\x10\xe9\xd8\xb7\x74\x2a\x74\x39\x56\xdd\x72\x05\x93\x20\x4d\x0d\xc1\x56\xda\xd5\x80\xe6\x6f\x21\xba\x4e\xf2\xfd\x05\xfe\xb7\x7e\x6a\xac\xe9\x7f\xff\xb7\xbc\xee\x5f\xa8\x11\x7c\x65\xf4\x86\x27\x63\x79\xd9\x84\x9a\x97\x52\x7d\x5b\xb0\x34\xaa\x0b\x8d\xc0\x26\xa9\xa0\xb7\xc1\xfa\xd3\x5c\xe6\x60\x2d\x3b\xe4\x6d\x20\xa7\x6a\xdf\xbc\xe1\x4a\x70\x8a\xd8\x4b\xfc\xb9\xe9\x22\xde\x1e\xd2\x56\x15\x46\xf6\xd1\xca\xfe\x61\xb7\xe0\x33\x88\x44\xca\xd4\x95\x5d\x43\x07\xdd\x55\xeb\xa2\x93\xda\xe2\x69\x0c\x82\x6f\xe9\xac\xb7\x43\xfe\x29\xd9\xf8\x0e\x50\x2e\xbc\x11\xe2\xda\xca\x21\xf7\xef\xd8\x4d\x5c\x52\x10\x6f\x5c\x5b\xad\xe2\x1a\xc0\x7d\x3e\x5c\xc6\x39\xe0\x75\x32\x26\x15\xf8\x0b\x7f\x6c\x04\x6a\x12\x98\xbf\x76\x70\xbf\xe3\x8a\x07\xd4\x27\xfc\x15\x66\xa5\x79\x47\xf4\x41\x63\x30\x0f\xe2\x38\xf4\x85\xa0\xbb\xea\xfe\x3f\x06\x4d\xa7\x9e\x77\x42\x86\xe8\xb5\x3d\x61\x8f\xf4\x34\x10\x8d\xe3\xe4\xd0\x77\xc6\x66\x53\x83\x66\x34\x48\xeb\x68\xde\x94\xb5\x8e\x26\x5e\x3f\xc9\xcb\x77\x41\xb6\xe8\x49\xc1\xb4\x31\xd1\xe0\x7b\x1e\x74\x48\xcf\x9f\x89\x2c\xea\x7f\xba\xc1\x79\xcf\x0a\x2c\xac\x46\x07\x2b\xc6\x89\x30\x6f\x5c\x28\x2d\x0f\xc7\xb9\xe0\x51\xf4\xd7\xc3\xf4\x54\xf9\x22\x79\x5f\xe6\xf8\x0b\x33\x77\xb5\xe5\xf5\x12\x32\xe9\x55\x7f\xb1\xb1\x2d\xaa\x02\xfb\xc5\xb2\x92\xdc\xa7\x43\xfa\xef\x05\x29\xd7\x66\xd6\x8b\xc9\x61\x8f\xde\xfb\xe3\xfa\xbf\xbb\x1c\xf5\xa9\xfd\x5b\xbd\xb7\xe5\x5d\x19\x10\xfc\x9f\xff\x1b\xe8\x4c\x7a\xff\x8e\x88\x4e\xff\x7f\x01\x2d\xe3\xf2\xc3\xf7\xd5\xbd\x1b\x39\x23\x47\xc3\x8b\x3e\x76\xe2\xcf\xfb\xf0\x7d\x6f\xea\x07\xe0\x4e\xd7\xff\x10\x46\xe4\xd9\x7e\xa2\x7e\x97\x91\xac\xde\xe3\xc0\xc3\x7e\xb6\x2c\xf0\xb0\xe6\x3e\x7d\x39\x41\x1f\xb2\x77\x5e\x32\x91\x9a\x33\xb9\x5e\xe0\x5d\x8d\x96\xff\x12\xdd\xde\x0c\xe9\xff\xbe\x41\xb0\xab\x1e\x70\x39\xd1\x64\x52\x8d\x83\x68\x75\x35\x79\x1c\x47\x9c\xfa\xa7\xca\x80\xeb\xfc\x37\x25\xe3\x20\x9a\xbd\x89\x79\x69\x1c\x07\xcc\xd6\xff\xd9\x3c\xe3\x38\x62\x8b\xea\x7f\xb2\x7b\xdb\xf1\xdf\x91\x6e\x1c\x64\xf7\x1e\xff\x69\xfc\x71\x24\x50\xab\xff\x3b\x57\x8f\x23\x61\x01\x0c\x3f\xbf\xa8\xa0\xba\x46\xa4\x46\xf6\x03\x08\xfb\xec\x0a\x7e\xf1\x82\xbf\x70\x13\x14\x98\x55\x7e\xe2\x01\x0d\x42\xa2\xcd\xff\x49\x81\x71\x64\x76\xe5\xd2\xff\x90\x57\x0b\x62\x69\x1c\x39\xbc\xa0\x7e\x9e\x26\x2f\xfd\xbf\x35\xe6\xd2\x91\x6d\x1c\x71\x5b\x21\xa0\x95\x71\x14\x48\x80\x97\xba\xc0\x6d\x84\x3c\x6e\xe3\xe0\x36\x42\x77\xab\xe3\xe0\x14\x2b\x5f\xcc\x38\x2a\x34\xc8\x43\x3d\xac\x90\x5f\x2f\xf5\x10\x7d\x27\xbb\x70\x1c\xf8\xde\xc5\x0e\x3a\x8e\x16\x93\x32\xf5\x41\xf4\x9f\x5c\x6c\xe3\xd8\xc7\xdc\x29\xa0\x96\x71\x34\x10\x87\x9a\x1a\xb4\xf5\xdb\x4a\x4b\x1f\xc0\x53\xbe\xbc\x2a\xb6\x3a\x9b\xca\xa0\x1e\x47\x0f\xe2\x1a\xbd\xdf\x43\x55\xe8\xfb\x3d\x6e\x57\xfc\x3e\xbe\xa1\xa2\xfa\x21\x62\xd4\x55\xf8\x38\x50\x6e\x2d\x1d\xae\xf0\x8d\xb8\x99\xff\xca\xe0\x92\x68\xa7\x8c\x63\x80\xb8\x98\xf4\xfc\x00\x99\xe5\x50\x03\xf0\xa4\xb7\xe4\x2f\x84\x2b\xdd\x2d\x1c\x64\x34\x7b\x15\x02\x33\xd2\xd2\xa1\x26\x42\xcd\x58\xbc\x6e\x81\x19\xd1\xde\x1c\x07\xd9\x55\xba\x81\x1a\xc7\x0c\xbc\x3e\xbd\x0f\x35\xa3\x00\x89\xc6\x31\xff\x10\x63\x55\x7e\xb8\xee\xd6\xff\x78\xc6\x85\x83\x32\x0e\x88\xa4\x5b\x72\x97\x17\xd8\x0d\xc9\x65\xf2\x1e\xbd\x6a\x57\x60\x40\xfe\x0b\x92\xcd\x38\xd6\xe2\xe8\xa2\xd6\xaf\x40\xa4\xd4\x70\x05\x2b\xf5\xa1\xd6\x06\xa8\x67\x52\xeb\x08\xc6\x2f\x96\x3b\x24\xe2\x0a\x90\x72\x1c\x44\x1f\x88\xb6\x79\x1c\x20\x71\x64\x8b\x11\x4e\xdc\x2d\xb9\xbb\xe4\x51\x75\x6f\xea\x2b\x78\xa1\xab\x7f\x28\x20\x63\xa8\x45\xfb\x00\xdd\x3f\x2b\xe0\x8a\xd4\x2f\xb5\xe8\x0a\x57\x92\x86\x87\x78\x85\x96\x3c\x21\x64\x62\xe9\x46\x70\x1c\xfb\x84\x9d\x9b\x05\x57\x10\x31\x5a\x74\xfe\x62\xc2\xf5\xff\xd6\x7e\xa5\x79\xc9\xfd\x82\x4a\xda\xcf\x93\xc4\xdf\xd5\x20\x68\x14\x85\xd6\x34\x8e\x1f\x82\x30\x79\x93\x90\xd9\xa5\xeb\xb9\x71\xec\xe3\xf1\xfc\x8c\x39\x21\x9b\xcb\x52\xe0\x86\x87\x71\xe9\xf9\x3b\x7a\xd8\xd5\x43\x58\x08\x9b\x95\xc1\xcd\xc5\x81\x77\x31\xc7\x4b\xb1\x16\x8f\x03\x37\x77\xfb\xc8\x21\x50\x3f\xe5\xb9\x19\xc7\x83\xcb\xd3\x73\xb2\x8f\x97\xbd\x7b\x49\xc2\x58\x73\x78\x9b\x3f\xd1\xa2\xe1\x2f\xc6\xed\x8e\xcb\x80\x16\x7b\x19\x42\x3b\x28\xcc\x98\x71\x3c\x21\x17\x3c\x8b\x04\x91\xca\xf5\x3f\x0e\x00\xd5\x9b\x45\xf3\x0b\x84\x70\xd1\x24\xe0\xd5\x6e\x1f\xfd\xb5\x0f\xa0\x79\x79\x56\x51\xb1\x42\xa8\x1a\xe9\x08\xaf\x77\x56\x99\x9b\x6c\x49\xce\x44\x6a\xae\x7b\x90\x12\x81\x4c\x1a\xa2\xb4\xcf\x93\xa9\x29\x2c\x65\xa4\x04\xf1\xdd\xa7\xcc\x36\xfd\xcf\xc8\x19\x29\x05\xa2\xf0\xe1\x1a\x18\xd4\xaa\x16\xa1\x30\x95\x10\x38\x12\x00\xe6\xc2\x1d\x1b\x69\x9f\x40\xa7\x27\x21\x65\xee\x91\xa5\x5c\x12\xd9\x5e\xf2\x89\x8c\x14\xb9\xc0\x5a\x56\xa9\xc4\xce\x53\xfd\xa0\x83\x0b\xa5\x79\xa4\xba\x05\x9b\x6e\x5f\x46\xaa\x8b\x03\xad\xea\x07\x3c\x42\xf8\x28\x23\x71\xed\xdc\x84\x30\x32\xd2\xd6\x5e\xf9\x70\x03\x00\x8f\x68\xb2\xca\x47\x8a\x7b\xe7\xa2\x17\xa0\x1d\x56\x64\xec\x48\x0d\xe1\x94\xd5\xe2\x16\x15\x74\x3f\x40\x0e\xb9\x84\x47\xda\xa7\xb1\xf5\xf9\x22\xa7\xb1\x26\xb7\xc4\x48\x5b\x7f\x65\x81\xcc\x8c\xc4\x69\xac\x65\x6d\xd6\x44\x7a\xb0\x10\xf4\x46\x82\x9a\xb8\x7a\x99\x74\x26\xc9\x83\xd4\xd7\xff\xfe\x6f\xac\xcf\x17\x89\x34\x95\x11\x93\xfa\x5f\x93\xfd\x00\xbe\x23\x6d\xde\x04\xb0\x96\xe2\x09\x46\x02\x58\x4b\x97\xdb\x23\x8d\xf8\xa0\xc6\x88\xc3\x57\x13\xa6\xc8\x48\x23\xa6\x41\x83\x4a\x0c\x61\x71\x05\x7f\x19\x64\xea\xd1\xd6\x47\x4e\x5f\x1e\x69\x22\x1c\x24\x8d\xd2\x02\xe5\x5e\x56\x57\x0a\x7d\xa4\x2c\xf8\x91\x42\x1f\xb5\xfa\x2f\xfa\x26\x81\x62\x29\x84\x92\x91\x56\x74\x47\xc3\x41\xbc\xdf\xfc\x7c\x8d\xe0\x68\x2f\x7a\xd2\xcd\x84\xe3\x30\x12\x60\x52\xdd\xf5\x6d\x7d\xb4\xba\x1e\xbf\xb0\x7f\x5c\x5d\x68\x93\xe2\xf9\xb9\x62\x78\xfd\x42\x8d\x07\xfc\x03\xab\xde\x6b\x70\xab\x93\x2e\x40\xc2\x91\xae\x67\x9f\xad\x2c\x07\xb6\x36\x58\xd5\x0d\xfc\xc5\x17\xfd\x85\x5f\x40\x31\x69\x7c\xb7\x3a\x18\xba\xd5\x1d\x09\x12\xdc\xe6\xf9\xbc\x71\xbd\x0d\x3d\x0f\x23\x87\x39\x91\x46\x22\x2f\x57\x18\xfb\x23\x01\x03\x61\x8b\x27\xdd\x24\x65\x36\x57\xc8\x92\x2c\xae\xf0\x65\x82\x55\x7e\x62\x88\x5d\x06\x79\x48\x2a\x3d\x6d\x65\x30\x04\x3c\x34\xd2\x83\x02\x2e\x2e\x83\x45\xdb\xfd\xfe\xb6\x21\x0f\xa9\xb3\x84\xa8\x3e\x3c\x20\x84\xf3\x77\xef\xfa\x17\xda\x03\xef\x80\x38\xfc\x14\xef\xb9\x7d\xf8\x59\xd5\x1d\x8e\xc3\x8f\x82\x52\x47\x06\x1b\xc9\xe7\x80\x1c\xe4\x5f\x92\x1b\xd0\xfc\x4f\x61\xc3\x0e\x48\xf4\xa7\xcd\xec\x1c\x27\x0d\xb1\xe8\x8f\x0c\xd0\x90\x60\x6f\x46\xce\xb1\xea\xa6\xca\x2b\xf0\xff\xfc\x00\x21\x38\x92\xad\xc1\x79\xdf\x94\x82\x30\xe0\xbc\xcf\xcb\x4d\x2c\x00\x63\xfa\xff\x2d\x8c\x75\x9d\x35\x82\xbf\xbe\xb9\x85\x25\x48\x90\x96\xca\x00\x2e\x26\x57\x47\xbc\xbc\xec\xfa\x5c\xf6\x49\x66\xb9\xba\xf0\xd8\xf8\x6b\xa0\x34\x24\x57\x7f\x91\x82\xe0\xe7\x03\xdf\x50\x73\x08\x1f\x7e\x51\x06\xc5\x80\x0f\x7f\xc8\x5f\x32\xe0\xc3\x6f\xc3\xff\x93\xd1\xa6\x7c\xb2\x91\x89\x36\x3f\x0e\x97\x19\x0e\xc9\x61\xd8\xeb\xbb\xb8\x76\x06\x04\xf4\x5d\xa1\xd7\x23\x83\x8f\xdc\x3c\xde\xdc\xce\x35\x6f\x3b\x28\xe8\x57\xf5\x04\x10\x44\xa4\x34\x99\x91\xc9\xfc\x6d\xde\x05\xc1\x51\x2f\x1f\xc4\xc8\x7f\x90\x8e\x5a\x65\x19\xe4\x09\x85\xb1\x8e\x4c\xf8\x79\x13\x00\xf0\xc8\xc4\x9f\x4f\x2f\x12\xe2\xcf\x9b\xb2\x26\x47\x86\x38\x55\xd7\x20\x23\x43\x9c\xfa\x19\x44\x74\x8d\x92\x10\x06\x34\xf8\x59\x17\xc9\x23\x68\xf0\x5b\xfd\x54\x80\xb0\xf4\x32\x04\x69\x42\x80\xb5\x03\x1a\xfb\x6e\x65\x95\x61\x7a\x50\x0e\xdb\xc8\x83\x9b\x79\x1d\x5d\x82\xb6\xde\xaa\x23\x0f\xae\xcb\xbc\x0a\xb7\x2a\x99\x9f\x6d\x11\xbc\xa7\x52\x96\x39\x80\x89\xbc\x4a\x02\x22\xd9\x83\xce\xd1\xa7\x79\x48\x81\x4b\xd4\x45\xd2\xc8\x33\xc6\x5c\xba\x29\x93\xf2\x26\x2c\xf5\x91\x67\x8c\xf9\x3f\xf1\xde\x8c\x3c\xa3\xfb\x6a\xee\x0a\x6a\x60\x75\x6f\x41\x21\x23\x41\x03\xe7\x7c\x57\x56\xcb\xc8\x01\xa9\xec\xf9\x39\xc7\x36\xb0\xa4\x49\x83\x12\x3e\x7b\x11\x13\x79\x6d\x93\x30\x9f\xd1\x5a\x59\x60\x19\x5e\x2d\xdb\x2f\x79\x1f\x7e\x9a\x6d\xc6\xcc\xe5\xa1\x4d\xc2\xfc\x5f\xfe\x9b\xbe\x78\x75\xf0\x62\xf4\x85\xbf\x58\x6c\x0d\x30\xec\x9a\xba\x78\x1a\x79\x2b\xa3\xf6\xf9\x60\x1c\x4d\xa4\xcc\xa0\x88\x6f\x9f\x1e\xfd\xe2\x16\xc7\xef\xb3\x4d\xa5\x3a\x20\x6c\x6f\x36\x01\x21\x6c\x6f\xb6\x7e\x82\xb0\xbd\x35\xaf\xa8\xc0\x90\xb0\x64\xe6\x22\xaf\x7d\x36\xf6\xd6\x6e\xcd\xe6\x0e\x84\xeb\x69\x5a\x0e\x72\xd6\x69\xcd\x92\x85\xc3\x4e\xf9\x7c\x21\x82\xa9\xfd\x85\x68\x82\x67\xe1\xa1\x09\xde\x34\x5c\xbe\xd9\xc5\x01\x23\x7a\xfb\x8c\xe9\x3e\xbb\xb4\xcf\x26\x78\x42\x19\xf8\x7f\x08\xb4\x3d\xa9\x81\x5b\x24\x87\x02\x8c\xe8\xcd\x06\x1a\x8c\xe8\xf5\xd3\x63\x70\x06\x8b\xe7\xe4\x8d\x11\x50\x8f\x5f\xe6\xc4\x92\xec\x65\x51\x48\x5d\xc2\x68\xde\x6c\x90\xe4\x37\xa0\xb0\xd4\xde\x17\xcf\xde\xe7\x7f\x5c\xd3\xd3\xf5\xdd\x90\xad\xfc\xf7\xfd\x60\x34\x6f\xca\xa8\x18\x30\x9a\x37\x9b\x54\xc1\x68\xde\x84\x5a\x34\xca\x11\x2d\x2c\x2a\x9f\x94\xfd\x3f\x16\x8c\xf6\x4d\x49\xf1\xfc\x50\x19\x1b\x4b\xc4\xb4\xa3\x70\xd7\x66\x9b\x0a\x92\xf3\x24\xf0\xd9\x51\x52\x74\xb9\xab\xcc\x55\x98\xe4\x5a\x90\x9c\x2b\xf0\x6d\xc0\x71\xde\x6c\xb4\xc3\x71\xde\x7c\x92\x82\xc3\xbc\x59\x7d\x07\x87\xb9\x7d\x40\x70\x94\x37\xa5\x3c\x0c\x48\xc9\x8b\xcf\x8a\xe5\x0f\x47\xd0\xe5\xc8\x88\xf4\xfb\x3f\xde\x57\x7b\x73\x30\x9d\xe8\xa8\x56\x72\x44\x47\xaa\x82\x42\x83\xaa\xcb\x95\xb0\x69\x97\x5b\x54\xa0\x21\x85\x79\x73\x34\x0d\x69\x09\x94\x06\x7d\xb1\xb0\xa8\xab\xff\x67\x51\xcb\x0e\x86\x05\x3d\x35\x01\xa6\x8d\x52\x70\xf7\x6a\x1b\x41\x83\x9e\xd6\xf4\x0b\x2f\xc1\x1f\x9a\xa2\x1a\xab\x46\x56\x5e\xe1\xaa\xce\x6e\x33\x78\xd1\xa7\x50\x1a\x06\xb4\xe8\xd3\xa2\x0c\x1a\xf3\xa6\xe0\xc2\x01\x4d\x79\x53\x10\xc1\x28\x2d\x24\x85\x64\x7f\xc1\x04\x28\xee\x72\x63\x51\xc8\x64\x80\xa7\xbc\x75\x69\x4b\x68\xc6\xc7\xf4\x07\x89\xd1\x6d\x22\xfd\x19\xf0\x8c\x2f\x91\x74\x8f\xa0\x19\x4f\xc9\x15\x30\x8b\xed\x5f\x42\x04\x46\x89\x5b\xba\xe1\x97\x9f\xf8\x9a\x66\x84\x90\x5f\x9f\xd6\xcb\x08\x0a\x39\x97\xa3\xbf\xf2\x1d\x43\x52\x3e\x0f\x2f\x7a\x60\xa2\xec\x12\x09\xd2\xf2\x26\xc0\xd2\x51\xe2\x9a\xce\x8b\x2a\x58\x97\x0e\xbf\xb0\xe2\x05\x8d\xd8\x56\xef\xf3\xb3\x0d\xc7\x36\x83\x3f\xdb\x66\x70\x0b\x91\xdc\xc4\x3b\x2a\x50\x27\x07\xfb\xaa\xf9\x0b\x6f\x3c\xa0\x1a\x27\x0e\xf7\xe4\x72\x85\xff\x46\x5f\x98\x83\xb8\x05\xff\x3f\xa3\x02\xad\x02\x92\xe6\x8b\xe7\x28\x2c\x88\xfe\xf9\x21\xf0\xdf\x5d\xde\x26\x90\x62\x6e\x07\x3c\xe5\x3d\xc9\xa6\x82\x96\x3c\xdb\x99\x57\x56\x64\x3c\xa8\x0b\xd8\x00\xc9\xf3\xb8\x6d\x80\x2e\xbc\x97\x01\xeb\xb7\x71\x7b\x47\xb0\x7e\x37\x9f\xbe\xa0\xfd\xce\xc3\x7b\xff\xa4\x41\x96\x55\xd8\x00\xcb\xeb\x22\x80\x08\x65\xc9\x16\xa8\x35\xbf\xd2\xf2\x82\xf9\xd8\x83\xce\x89\xd5\xf7\x28\xb0\x7c\x77\x7b\xc6\x20\xf1\xee\xbe\xe9\x09\x12\x6f\x21\x1d\x0c\x18\xb8\xbb\xfd\xd7\xe5\x17\x1f\xb4\xac\xf8\x45\x97\xd5\xa3\x6d\x04\x74\x05\x9b\x0f\x18\xb8\xbb\x62\xc5\x47\xf9\x9d\x38\x5d\x34\x24\x30\x72\x2b\x9f\x7b\xc0\xc8\x9d\xbe\xcb\xe4\x17\x63\xac\x59\xc7\x48\xe8\x32\xee\xa1\xe4\xee\x76\x16\x16\xc0\x88\x75\x9d\x39\x60\xdc\xee\xba\x2d\x1e\xc1\xb8\xdd\xba\x65\xcd\x83\xca\xb5\xf0\xda\x27\xd8\xae\x50\xbc\x51\x9e\xd8\x3a\x9e\x65\x8e\xb0\x76\x95\x95\x27\xd6\xa1\x9b\xf8\x44\x13\xd4\x24\xe2\x76\x0f\x2f\x74\xe0\xa9\x92\x55\x1e\xf7\x73\x1f\x8d\x13\x47\x54\x65\x00\x8c\xba\x75\x68\xb1\x3b\xb2\x1e\x35\x1e\xe8\xfa\x81\x10\x1f\x8d\x7a\x85\x98\xa8\x65\x97\xb9\x56\x90\xda\xaf\x47\x4c\x7b\x55\x99\x41\x96\xf8\x83\xcf\xba\x58\x5e\xd7\x04\xd4\xeb\xe1\xff\x2f\x9e\xff\xaf\x07\x75\xeb\xc4\x6a\x1d\x59\x33\x63\x28\x3f\x15\x6c\xd3\xdd\x17\x8c\x35\x73\x02\x1b\x6e\x20\x67\x64\x5f\xb6\xd5\x38\x23\x2b\xea\x69\xc0\x4f\xdd\x7d\x57\x14\xfc\xd4\x4d\xb0\xde\x03\x7e\xea\xee\xeb\xb7\xe0\xa7\x6e\x8a\xc4\x1d\x35\xb3\x10\x24\x32\x2b\x61\xa8\x6d\xc8\x9a\xac\x9c\xaa\x7d\x01\x58\x0b\x41\x3f\x1e\x14\x92\xb0\x45\xd0\x31\x60\xb8\x2e\x0a\xf9\x1f\x10\x5c\xe7\x55\xfd\x3f\xe1\x20\xc3\x65\x00\x2e\xa4\x32\x82\xbf\xba\x29\x48\x73\xd4\x00\xf8\x95\xc8\xad\x15\xc4\x0c\xc9\xe8\x1a\xe0\xb5\xb2\x66\x2b\x51\xa7\x6d\xfc\x9b\xd2\xa9\x01\x96\xa8\x55\x08\x9f\xf4\x7e\xdb\xd5\x01\x81\x29\xe9\x56\x39\xf5\x2e\x1d\x10\x6b\x8b\x49\x57\xfb\x71\xb0\x0a\xde\x62\x04\x01\x75\x13\xbd\xd6\x80\x80\xba\xe8\xde\x79\x40\x40\x6d\x72\xd7\x51\xe3\x7e\x50\x02\x1e\xbe\xe9\x39\x3e\x65\xe2\xe3\x3d\xa5\x1d\x04\x67\x49\xbf\xba\xb5\x62\x9a\xee\x00\xd7\x79\xca\x74\x1c\x35\xa0\x70\x3d\x41\x03\x6c\x45\x8f\x67\x68\x20\x05\x33\x0e\xe8\xa5\x53\x1b\xde\x47\x84\xc9\x2a\xda\x7a\xd4\x00\xfd\x97\x8a\xaa\xa1\x82\x86\x37\x52\x20\x6c\x7d\x1e\x38\xe3\x01\xb5\x29\x40\xff\x93\x5f\xa0\x4d\xc9\x5f\x8c\x36\x49\x22\x57\x20\xb8\x84\x5a\x32\xea\x8a\x51\x57\x9b\x17\xa3\x3e\xbd\x37\x03\xa3\x5f\x12\xb6\x06\x84\x96\x47\xed\x04\x6e\xc9\x2d\x08\xc4\x7d\x79\x5b\xa0\x6f\x9e\x87\xb7\x26\x2a\xc2\xf6\x35\x54\xc9\x4b\xc1\x77\x23\x78\x88\xc5\x4e\x35\xa0\x11\x5e\xc5\x0d\x84\x75\x2e\xbb\xbe\x70\x49\x2a\x1c\x73\x40\x12\xbc\xac\x12\x6a\x40\x68\xe9\xa0\x5b\xc9\x88\x75\x8a\xd6\xa8\x01\x1f\x5f\x5c\x41\x0c\x41\xf5\x27\xf7\x10\x88\x5a\x7e\x04\x4b\xb0\x53\x9e\x06\x2c\xc1\x7d\x59\xbe\x91\xca\xe1\x9c\xad\x01\x4b\x70\xf1\xcd\x71\xb0\x04\x1f\x9e\xd7\x07\x37\xb6\xce\x6d\x41\x12\xec\x38\xfe\x01\x49\x70\x19\x1e\x15\x0e\x7e\xd3\x7b\xf7\xc1\x7d\xe0\xdd\xf8\x06\xfb\xaa\xfe\x7f\xa3\xc2\xee\x1f\x08\x59\xb4\x88\x7d\x83\x41\x4b\x2d\x78\xa3\xc2\xff\x46\x11\x16\xde\x2a\xdc\x93\xd1\x80\x21\xb1\x3b\xa7\x1d\xdb\xa4\x16\x8b\xc1\x68\x20\x8d\x38\x24\x70\xc0\xc2\xdb\x95\xe2\x3a\x5a\xc4\x70\x28\xf0\x74\xb4\x04\x8e\x87\x16\x16\x34\xbd\xc9\x11\xd6\x03\x9e\xde\x6e\x37\x26\x24\xbb\xc9\x27\x1f\x48\x76\x9b\x10\x82\x06\x24\xbb\x45\x44\x31\x03\x8e\xdd\xe4\x50\xda\x01\xc9\x6e\xb1\x15\xdf\x60\xe3\xf1\x55\x24\x9c\xba\x43\xa8\x12\x03\x4e\xdd\xe4\x00\xbb\x01\xa9\x6e\x29\xda\xdf\x2d\x07\x6e\x86\xbe\xc8\xd9\xad\x7a\x0c\x48\x7e\x70\xdc\xe5\x80\x75\x37\x29\xa5\x67\xc0\xba\xdb\xd7\xa7\x02\x54\x7d\xf7\xff\x8c\xaa\x22\x43\x47\x8b\xb8\x4a\xe9\xfa\x06\x36\x88\x4f\x36\x2d\x40\x14\x87\xcb\x60\xf6\x4a\xcd\xb5\xad\x94\x8a\xb8\x92\x07\xac\xbd\xc9\xb1\xb1\x03\xda\xde\x64\x53\x00\xda\xde\xe4\x48\xce\x01\x6f\x6f\x9e\x6e\x62\x00\x96\x4d\xff\xbf\xe2\x05\x7f\x62\x0b\x00\x41\xf9\x8f\xa0\xed\x5d\xf3\x9f\x42\x06\xe0\xf4\xed\xbe\x5d\x86\xd3\x37\x39\x52\x75\x34\x50\xee\x85\xfb\x3f\x82\xe4\x57\x0c\x21\x03\x92\xdf\x6e\x91\xdc\xb6\x52\xec\x96\xd9\x90\xfc\x66\xa1\x4e\x8e\x16\xf7\x84\x8a\x27\x1c\x0d\x90\x79\xf1\x06\x0c\x58\x80\xcb\x70\x7f\x81\x88\x17\x57\xda\x08\xd2\x5e\xbb\xc1\x20\xed\x6d\x87\x67\x00\x35\x38\xbc\x91\x1a\x24\x95\x6e\x30\xec\x7a\x82\xb1\x1c\x50\xf4\x0e\xdb\xf8\x0d\x76\x9e\xee\x35\x16\xe9\xa1\xee\x10\x90\xf0\x3e\xd5\x40\xd9\x3b\x7d\x23\x02\x03\x6f\xff\xb4\x9f\x88\xcc\xa6\x78\xc9\x01\x03\x6f\xf2\x95\x1b\x0c\xbc\xe9\xbb\xe6\xb6\x9e\x1c\x0a\xc7\x1e\xc1\xc0\xdb\x96\x14\x2f\x14\xbc\xd9\xd1\x59\x0d\xdc\xc9\xe1\x26\x0f\xcc\x45\xff\x0f\x84\xbc\xb5\x60\x9b\x91\x94\xac\x21\x98\x70\xaf\x4a\xc5\x40\xd1\x3b\x7c\x98\x6e\x33\xee\xed\xf4\xfc\x42\xd4\xd8\xa5\x01\x47\x6f\xf5\xb1\x05\x8e\xde\x71\x58\xb2\xc4\x35\xe3\x92\xcb\x03\x8e\xde\xe1\x2b\x03\x28\x7a\x53\xfb\xcc\xf2\x3e\xda\x8d\xc3\x4d\x08\x2e\x1d\x37\x19\x8a\xde\xb6\xe4\x26\x82\xa2\x37\x0d\x0b\x2b\xb8\x74\x8a\xf7\x1d\xf9\x29\x87\xac\xbb\xb6\x62\xe7\x7b\x90\x48\x31\x75\x38\x17\x14\xbd\x43\x51\xf4\x03\x86\xde\xfa\xd9\xe9\xa4\x98\x36\xb1\x8f\x8e\xb6\x15\xf9\xf8\x2c\x04\x00\xd7\x3c\x29\x20\x8d\xf8\xc8\x0f\xa3\x6e\xb5\x41\x0c\xa3\xee\xb0\x0a\xfb\x63\xd4\xb5\xbb\xf5\x8f\x52\xf7\xd3\x40\x1c\xd0\x3a\x0d\xc3\xa8\x3b\x6c\x18\x34\x02\x45\x7d\x4d\xd3\x2e\x74\xa6\x87\xf4\x0a\x52\x3f\x97\x27\xcf\x6b\xd9\xe1\x8f\x56\x4e\xee\x80\x70\xb7\xd8\x17\x09\xe1\x6e\x2e\xd6\x68\xd7\x03\x82\x8e\xca\x3f\x16\x81\x07\x0c\x68\xce\xc3\x1b\x97\x54\x15\xdf\xe7\xc3\xb7\x9b\x04\x99\x3b\xe0\xdb\x4d\x66\x29\x1c\xed\x37\xc0\x29\xd4\x08\xfd\xd0\x0e\x56\x91\x80\xf2\x67\x4b\x12\xce\xb2\xb6\x47\x21\xe4\x1d\xbe\x22\x80\x6f\xb7\x7e\x3e\x18\x96\x8f\xc8\x55\x47\xbb\xe1\xca\xf6\xba\x07\x2b\x44\xa1\xd1\x03\x82\xde\x61\x2b\x04\x82\xde\x5d\x81\xbe\x18\x0e\x6f\x0f\x19\xb7\xb7\x82\xc0\x1d\x2d\x82\x7b\xec\x8c\x6c\x37\xa1\x34\x1e\xc3\x1b\x9a\x4d\x77\x19\x46\xdf\xe6\x16\x3c\x31\xa6\x7a\xfe\x61\x4c\xdd\xa5\xb0\x7b\x96\x4e\x7a\x50\xfe\x8e\x43\x0e\x71\x28\x7f\xc7\x47\x3a\x3e\x2c\x02\x19\x4e\x50\xfe\xee\x0a\xfc\x05\xe8\xe6\xac\x7d\x9e\x8b\x17\xfe\x25\xdf\x73\xb4\x40\x12\xb1\x01\x40\x2c\xed\x61\xe5\x10\x2c\x3c\xb6\x30\xde\x80\xaf\xd3\xc7\x5f\xf6\x88\x2d\x94\x6d\x54\x8d\x43\xe3\x09\x61\xf0\xb0\x9b\xed\x8f\x30\x58\xca\xe9\x8f\x2f\xb8\xfa\x7f\x86\x4f\xde\xf1\xce\xc1\xbd\x7b\x8f\xf4\x7d\x70\x1f\x8e\x8b\x85\x41\x78\x08\x68\x6b\xc0\x20\x3c\xd6\xe7\xff\x68\xe0\x54\x19\xf8\x78\x99\x8d\x3d\x45\x03\x9b\xca\xd4\x2f\xaf\x5d\xc7\x59\xde\xbd\x49\x7a\x8a\xf9\x59\x2a\x33\x3f\x32\xce\x21\x10\x1e\x0e\xa3\xed\x11\x47\xe4\x5d\xd7\x13\xf3\x53\xfd\xc5\x07\xca\x64\xf5\x00\x1b\xcd\x36\x19\x84\xc2\x43\x00\x0f\xa3\x67\xc2\xcd\x3d\x44\x99\x5d\x2d\x07\x53\xdf\x36\xdd\xfe\xa0\x3e\x90\x49\x6f\xd2\xa6\x80\x91\x78\xd8\x4d\x08\x23\x71\x71\x14\x07\x84\xc4\xd3\x16\x13\x84\xc4\xbb\x42\x4d\x52\x70\x32\x2e\x97\x81\x04\x4a\xae\x00\x34\xd0\xe9\x16\xff\xa2\x02\x37\x91\x7d\xef\x2e\x17\xba\x28\x33\xb5\x17\x56\x81\x4c\x75\x08\x8b\x8d\xa0\x37\x20\x2c\x1e\x0e\xa2\xe9\xdb\x22\x2b\x3e\x23\x76\xdc\xed\xfd\x53\x1f\x8b\xc0\xab\x0c\xde\x85\xfe\x59\x96\x5c\xb0\x8b\x37\x7b\xf4\xc2\x32\xd6\xe1\xa4\xd7\x98\x03\x4d\x3a\x94\x8d\xfd\xb3\x0c\x61\x38\xb6\x51\x05\xc3\xf1\x50\x4c\xfc\xe8\x35\xc6\xd0\xeb\xb4\x2e\x16\xbe\x6b\x24\x6c\x44\x43\x56\x63\x84\x54\x7f\x43\x8c\x48\x5d\xc3\x68\xbc\xeb\xf3\x0f\x88\x11\x69\x5f\x28\x8d\x53\xff\x8c\x31\x57\xf6\xbe\xa3\xe8\x8d\x31\xe9\xfe\x3f\xc6\xc4\x4d\x6e\x31\x26\x6a\x52\x7b\x89\x38\x57\x19\x2c\x6e\x25\xb2\x8f\x0e\x68\xed\x67\xe7\xf4\xca\x07\x5d\x6e\xff\xfb\xbf\xe9\xeb\x74\x18\x8e\xf7\x07\xd5\x47\xa2\x9b\x7d\x2f\x14\x0c\xc7\xfd\xd3\x82\xce\x98\xb9\x85\x7f\x86\x9f\x47\xa5\xb3\xb5\x74\x8c\xed\xfd\xf7\xbf\xff\x9b\x7d\xb8\x46\xa6\xd5\xeb\x88\x5b\x02\xc7\xa7\xf5\x91\xf0\xaf\xa8\xbe\x11\x6c\xe6\x7a\x7f\x9b\x79\xc9\x47\xcc\x1e\x99\x37\x9e\xb5\xf1\x23\x4e\xc3\xf5\xef\x93\xff\xf2\xe3\x7b\xa7\x7b\xdb\x00\x27\x27\x54\xdd\x11\x1c\xc8\xfd\x18\xfe\x21\xa0\x3a\xf5\xf9\x19\x93\x2e\x03\xa4\x63\x36\xda\xbb\x02\x49\x72\x3e\x92\x5f\xd8\x47\x81\xe5\x11\x06\x04\x77\x78\xdf\xe0\x4b\xb1\xd5\x08\x49\xf2\xb2\x24\x21\x56\xba\x0b\x47\x78\x74\xe0\xe4\x6c\x34\x42\xa2\x5c\xc6\x3f\xa5\x79\x8e\xbe\xed\xc1\x6e\x83\xb2\x6f\x7b\x70\x0c\x59\x37\x7d\x5b\x67\xdd\xf6\x23\x94\xc9\xc5\xe6\x5e\xbf\x82\x86\x55\xef\x6f\xeb\x69\xf8\x42\xa9\x13\xb9\xdc\x85\x25\x34\xe0\x58\x1e\xbe\x1e\xe9\x17\x3b\xc0\xb3\x47\xe8\x72\x17\xa7\xdb\xe8\xe0\xdb\x4e\x0f\xc7\x45\xc8\x89\x8c\xe6\xfe\x23\x41\xda\x72\x0d\xb8\x5a\xdf\xf2\xc1\xc1\x9c\x95\x47\x3b\xe0\x60\x4e\x5d\xf9\x70\xa3\x87\x7d\xe4\x3d\xf8\x8b\x16\x78\x0c\xb6\x81\x54\xed\x51\xec\xdb\x40\xea\x02\xcb\x1b\x9d\xd4\xde\xee\xfa\x20\x39\xf0\x96\xba\x0f\xa2\x6a\x55\xdd\xcd\x65\xbc\x55\x05\x99\x3f\xce\x01\xe9\x77\x0c\x99\x2c\xd4\x7e\x43\x1c\x62\xb1\x16\x58\x6c\xc9\xda\xef\x0e\xea\x59\xbf\x10\xe0\xa6\x9a\x84\x3b\x32\xfe\x5c\xc1\x85\xff\x40\x1d\xd8\xe6\xd3\x9c\x96\xd4\x37\x78\xbc\x3a\x24\x40\x22\xbd\x3f\xa8\x2e\x3e\x89\x70\x35\x55\x00\x38\x5b\x77\x80\x7a\x7f\xa0\xaa\xf8\xd4\x50\xb7\xf6\xf2\x26\xe2\x76\x62\x78\xd7\xfd\x05\x5b\x67\xbf\x40\x2e\xad\x17\xf5\x03\x55\xb7\x05\xe7\x13\xc9\x3f\x6a\xc1\x1b\x4d\xb4\xc9\xb0\x6d\xa6\xee\x10\x4e\x78\xaa\xf3\xd0\x85\x3e\x3c\xd5\xfb\x05\x35\xe1\xc5\x8a\x75\x0b\x5e\xb0\x0e\xbc\x0a\x08\xd9\x1b\xde\x87\x6f\x84\x6f\xb9\x42\x44\xb5\x83\xf6\x21\xa6\x4e\xbe\x7d\x80\x98\x7a\x3f\xf0\xdf\x0f\x30\x53\xef\x1f\xaa\x7e\x00\xf8\x64\xba\x5c\xf9\x64\x53\x19\x3a\xad\xe6\x0a\x82\x8e\x43\xa2\x31\xb8\xa9\x95\xb0\x3b\x82\x9b\xba\x3b\x26\x0e\x6e\xea\xee\x53\xfc\x48\x74\x4a\x2a\x75\x70\x43\xe2\xab\xc5\x11\x84\x1d\x5a\xbb\x83\x0c\x60\xbb\x75\x07\x19\xc0\x1f\xc7\xc8\xc8\x1c\xeb\x25\xbc\x83\x59\xda\xde\x79\x98\xa5\xd3\xe7\x6e\x10\x6a\x69\x83\x45\x0f\xa8\xa5\xab\x2d\x35\x98\xa2\xfb\xa7\xcf\xb8\xa2\x3e\x57\x75\x30\x45\xe7\xa1\x6b\x2b\x88\x9f\xbb\xdd\xf7\xa3\x04\x3f\xa0\xff\x87\x59\x48\xdb\x6f\x14\x3c\x33\x32\x6b\x46\x89\xed\x2f\x91\x06\x73\x74\x11\xda\xca\x18\x38\x8e\x3e\x57\x6b\x63\x1b\x32\xd5\xf9\x3b\x50\x49\x57\x87\x76\x8c\x80\xa9\x95\x08\x84\x49\x3a\x7d\x6e\xd6\xa0\x92\xee\xca\x95\x1b\x50\x47\x77\xa7\x91\x41\xf4\xbc\xa6\xff\x6f\xcc\x92\x84\xf2\x20\x8e\x2f\x7f\xca\x04\x8b\x7a\x08\x40\x81\x15\x0a\xed\x18\xd0\x05\x0a\x3a\x7f\x8c\x08\x11\x2f\xfe\x1f\xfb\xde\x57\x0c\x50\x31\xf7\x21\x21\x3d\xc8\xd7\xb5\x9f\x79\x40\x20\x85\x3b\xff\x1f\x74\x0e\x44\xce\x5d\x69\xed\x63\x90\x30\xe5\xe8\xe0\xd1\x23\xb4\x45\x33\x12\x97\xf8\x12\xa8\xb0\x22\x77\x87\x59\x40\x8a\x6c\xb4\x9b\x01\x29\x72\x17\x43\xe4\x80\x14\xb9\x5b\x9c\xc1\x81\x9c\x85\xb7\x3a\x06\x1a\xbc\x78\x7e\xe6\x8f\xe7\x35\xfc\x33\xbe\xa7\xf6\x80\xf3\x25\x9c\x95\x31\xb8\x6f\x77\x68\xce\x58\x88\x9a\xe4\xff\x89\xcb\xf4\x1e\x58\x5b\xdc\xfa\x42\x6c\x40\x1f\x62\x6a\xde\x01\x1f\x71\xcb\x6e\xc0\xc9\x15\x9d\xc4\x6f\xd0\x0d\x9b\x9a\x77\x40\x37\x5c\xc4\x61\x33\xa0\x1b\x4e\xe6\xae\x1d\xf0\x0d\x57\x47\x66\x8c\x20\x1c\xf1\x3e\x0f\xba\x61\x3b\x09\xe0\x1b\x2e\xf6\x6a\x40\x37\xbc\x1c\xe0\x1c\x6c\xc2\x9f\x5d\x07\x97\x60\x97\x6b\x2b\xd8\x84\x4d\x5d\x3b\x82\x4d\x78\x78\xdb\x82\x98\xfa\xd9\x96\x17\xa6\xb6\xb7\xe1\xc5\xa0\xcb\x4a\x1c\x17\xfb\xde\x4e\xee\xb1\xed\x80\xe1\x34\xbe\xb1\xf5\xfa\x9a\x1e\x34\xe2\xf6\x6c\x76\x0d\x94\xa2\xa3\xe0\xa1\xf7\x9d\x36\x1b\xc7\x1f\xc4\xbb\x56\xd5\xfd\xc3\x50\xd1\xff\xdc\xa5\xf8\x9e\x60\x3c\xb0\x27\xc8\x0b\x32\x9e\xe8\xb1\x6e\x87\x21\xeb\xad\x8e\xc0\x1e\xa1\xe3\x44\xe6\x37\x06\x37\xf0\xf6\x93\x8c\x27\x66\xcd\x83\x4e\x4a\x91\xef\xa8\x06\x29\x45\x26\xe3\x1b\xe3\x81\x8e\xea\x53\xc6\x8f\xef\x75\xc0\x95\x7d\xab\x6e\xf3\x16\x0c\x1e\x32\x10\x2f\x6c\x6a\xc1\xf6\x5b\x8a\x37\x46\xe0\x8d\xea\xe2\x62\x70\x59\x63\x62\xb9\x31\x5e\x62\xc2\x75\x9d\x0d\x1d\x70\xf1\x15\x57\xd0\x01\x3b\xb1\x0d\x36\xe0\xec\x88\xe5\x60\x03\x76\x84\xc0\x04\x4d\xd4\xa7\x97\x09\xe0\x85\x7d\x67\xc1\xe7\x2b\xb4\xb8\x01\x5f\x6f\x39\x3e\x65\x7c\x6d\xda\xe9\xb0\xef\x76\x07\x18\xc0\xbe\x5b\x84\x4f\x31\x20\xdf\x4d\xa6\x91\x1b\x13\x44\x8c\x43\x31\x0d\x13\x20\x2c\x93\xb0\x0d\xe8\x79\x0d\x23\x39\x26\x09\x4a\x66\x61\x1b\x73\x6b\xd0\xea\x31\x9d\x81\x2b\xef\xd8\xc7\x49\xc6\xae\x69\xd7\xc6\x4c\x88\x2b\x39\x3f\x66\x46\x1b\x48\x3c\x4c\xae\x7f\xcc\x82\x36\x26\x61\x09\x9f\x51\x0a\x1d\xeb\x36\x01\x1c\xef\x18\xeb\x19\xae\x02\x51\xe1\x8c\xe0\x08\x1e\x87\x1f\x40\xe0\xb9\xcd\xe8\x5c\x91\xc8\x8f\x59\xe0\xa9\xd6\x52\x9f\x84\x10\xd8\x59\x02\xa7\x70\x11\x93\xca\x80\x53\xb8\x16\x09\x07\x38\x84\xbb\x03\x8e\x66\x9c\xf4\x9d\x0f\x0a\x89\x70\xb6\x02\x0a\x12\x61\x53\x9f\x0d\x48\x84\x93\x2f\x53\x21\x09\x5e\x73\xfd\xd3\xe5\x0d\x0c\xc2\xc9\x7c\x4d\x03\x0a\xe1\xe4\x9b\x03\x28\x84\x93\x39\xb4\xc6\x0c\x05\xfc\xf9\x1c\x1d\x48\x7e\x21\x3a\x50\xfd\x03\xb7\x33\x72\x88\x05\x05\xb0\x79\xc9\x06\x14\xc0\xdd\xc9\x0a\x50\x00\x27\xd3\x74\x0d\x38\x80\xcb\x74\x8d\x40\xc9\x8b\x2e\x60\x4c\x90\xe0\x2d\x2c\xa0\xf4\x5d\xd5\xef\x43\xd9\xe8\x63\x29\x14\xbd\xa9\x17\x69\x2d\x38\x7a\xbb\xb5\x12\x14\xbd\xd9\xa9\x6f\xb3\x03\x6f\xe9\x06\x10\xa6\x30\x24\x7c\x66\x27\x0c\xe2\xf3\x3e\x19\x9a\x5e\x24\x30\x36\x3a\xc5\x74\xc2\x36\xe3\xfc\x8b\x49\xd0\x81\x23\x5d\xe6\x8c\x55\x29\x5b\x72\x82\xc5\x55\x3f\x65\xa0\xb3\x9a\x5f\xd8\x2a\xe8\x53\xdc\xed\xb1\xfc\x9f\x5b\x0b\x27\x7b\xdc\x66\x9c\x93\x8b\x1b\xc0\x39\xd9\x66\x02\x84\xbe\x65\x54\x97\x03\x04\x50\x23\xb8\x62\x04\x97\x6b\x64\x04\xbd\x93\x21\x68\x1c\x1e\x41\x62\x1a\x1c\xaa\x03\xe1\x6f\xfa\x4c\x21\xb0\xec\xdd\xbe\x85\x09\xf7\x8c\x43\x77\x60\x04\xde\x0f\xe8\x0b\x67\x34\x59\x4d\x02\x8e\xb3\x3b\x2f\x69\x9e\x88\x02\x1d\x5a\x66\x58\x06\xbe\x90\x87\x44\x38\x09\x2f\x73\xcc\xb0\x0c\x7c\x43\x3f\x4f\x32\xa5\x3c\x2a\x28\x7a\xfb\x1d\x21\x0d\xce\xcb\x9d\xb8\x38\xbd\x7a\x9d\x5d\xd8\x92\x16\x4e\x18\x02\xed\xf3\x7c\x30\xc6\xab\x4b\x57\xac\x53\x3f\x8f\x2c\xb2\x6c\x0a\x3a\x9b\xe2\xf7\x91\x9f\xa2\xab\x19\x73\x1b\x0a\x33\x7f\x3e\x70\xc7\x03\x6e\x31\x47\x45\xa9\xd9\x3f\x96\x62\x2f\x1c\x2e\x50\x7c\xbf\x01\x49\x71\x17\x06\xdc\x80\xa4\x38\x3b\xb7\x19\x8e\xe2\x24\xc2\xbf\x31\x6f\x46\x44\x96\xcd\x24\x17\xcd\x27\x4b\x28\x89\xb3\x4f\xd7\xb0\x08\x77\x9f\xce\x67\x18\x1e\xf2\x17\x41\x12\xbc\xaa\xdb\x07\x35\x5a\x6d\xfe\x7f\xc2\x89\xa8\xf6\xa2\xe4\x87\x85\xe5\x03\xd3\x8b\x8e\x95\x93\xb8\x3c\xc7\x27\xcc\x38\xe9\x7e\x2a\x24\x48\xc3\xf1\x9c\x13\x34\x4c\x5f\x37\x40\x1a\x9c\x7d\x07\x38\x5f\x96\x84\x76\x5a\x70\x04\x77\xa1\xc2\x0e\x38\x82\xb3\xcf\x33\x70\x04\x77\x47\x84\x41\xf9\x3b\x84\x30\x37\x16\x11\x15\x62\xd3\x19\x2b\x68\x23\xb5\x91\x56\x42\x9a\x4a\xd6\x05\xc3\xaf\x4d\xb3\x05\x75\x8a\xc9\x6a\xc6\x02\xfd\xd1\x27\x86\x95\x4f\x86\xc4\x2f\x5c\xa0\x66\xf8\xf9\x70\x09\xea\x79\x32\xcf\xec\x32\x0c\x8a\xe0\xa1\x45\xb8\x38\x02\xee\x35\xf8\x0f\xea\x66\x15\x72\xeb\x3f\x95\x91\x5b\xaf\xf9\x0b\x7e\xe1\x4f\xa2\x17\x04\xc3\xa5\x78\x38\x43\xfb\x39\xf3\x6b\x11\x5c\x60\xb7\xf4\xaa\xc0\x8e\x78\xbc\xe1\x52\xf3\x65\xc5\x82\x02\xbf\x37\xc9\xee\x55\x27\x2f\xa8\x09\x70\xe0\xdb\x15\x0f\x43\x71\xb7\x0f\x77\x35\xac\x1c\x89\xc2\x60\x28\x16\xe2\xd3\x80\xa1\xb8\xdb\x05\x0b\x43\xb1\x01\xc6\xc7\x8a\x9c\x64\x9d\x88\x60\x28\x2e\xbe\x21\x0c\x82\x62\x1f\xa9\x57\x47\x1b\xb6\xec\x07\xc8\x08\xd6\x69\x60\x41\x58\xbf\xbc\x82\xc2\x4d\x6d\x6f\x0d\x14\xc6\xbd\x7b\x0c\x3b\x3d\xf6\xa0\x03\xba\x21\xba\x80\xb1\x02\x9d\x5a\x0c\x18\x63\x91\x37\x26\xa8\xe5\x01\x01\x71\x72\x22\xdb\x8a\x60\x82\xcf\xff\x2b\x32\xd1\x35\x86\x91\x83\xac\x43\x38\x0c\xc4\x75\x7a\x0c\x49\x14\xf3\x91\x0c\x7e\xe1\xfc\x19\x03\x30\x34\x7a\xf7\xff\x51\x9f\x1a\xb8\xd5\xdf\xf4\x9d\xd9\x9a\x91\x11\xaa\x06\x12\x72\x27\x9c\xdf\xb1\x56\xbc\xaf\x32\x01\x73\x8e\x42\x0a\xfa\x60\x43\x34\x04\x3b\xb0\xbd\x8c\x41\xf6\xeb\xb0\xc3\x15\xf7\xe8\x62\xec\x1b\x6b\x6b\x86\xe5\x5c\xc0\x15\x88\x4b\xfe\x20\x79\xc7\x66\xe0\x1b\x2b\xf2\x8e\xbd\x4b\xb9\x39\x2f\xfe\xc2\x16\xfd\xd5\x86\x2f\x74\xc1\xb9\x25\x97\x7f\x51\xa1\x7f\x00\xa7\xde\x43\xc6\x19\x51\x18\x45\x03\x7e\xe1\x64\xb2\xb5\x01\xc1\x70\x75\xec\xc1\xfa\x83\xb1\x50\x0b\x7e\xd1\x64\x0f\x52\xe0\x58\xe8\x80\xb3\xb8\x6c\xb7\xcd\xb0\xf0\x15\xdb\x11\x0a\x41\xf1\xae\xc0\x3f\x5c\xc4\x3c\xfb\x85\xe8\xc3\xf2\x27\xa1\x47\xf7\x34\xe0\x1d\xb6\xb6\x59\x77\xc6\xdd\xad\x0a\x40\x75\x74\x90\xcb\xc2\xb7\xeb\x38\x1e\x18\x89\xab\x58\x9b\xc6\x82\x82\x7e\x49\x3b\xac\x27\xee\x8e\x35\x66\x5c\x7d\x7f\x70\x2c\x16\x21\x7f\xc9\x7b\xfd\x21\xad\xd6\xb3\x10\xa7\x54\x1f\x81\xd6\x13\x70\x2a\xfe\xe2\x19\x0f\xa8\x4b\xfb\x94\xda\x05\xac\x3e\x16\xd9\x65\x1f\xdc\x88\x20\x3e\x16\xdb\xcc\x58\x20\x5f\x7c\x70\x22\xd6\x56\x71\xf9\xf0\xca\xc1\xdb\x6b\xef\xf0\x22\x1f\xcc\x57\x8d\xeb\x25\x68\x44\x07\x90\xf5\xc6\x17\x65\x65\x40\x9d\x9c\x7d\x53\x08\x33\x72\x71\x0c\x2e\xc4\xc8\xe9\x93\x02\x0f\x33\x72\xf7\x55\xe0\x79\xc4\xb0\xba\x82\x4e\xb9\xa9\x7c\x81\xde\xe6\x72\xb4\xe0\xf3\x45\x20\x0a\x34\x8f\xe7\xd6\x91\x45\x84\x65\xe3\x4c\x5c\xbc\xb4\x7f\x61\x92\x1e\x27\x38\x1a\x3e\xd7\x9e\x1c\x42\x9b\x64\x0d\x3c\xcc\xdd\xe8\x29\x67\x90\x9b\x59\x63\x04\x11\xb3\x63\x94\xa1\x59\x1e\x4d\x2e\xb6\x33\x73\x43\x20\xf7\x10\x24\xc9\xc3\x97\x30\x67\x61\xe3\x58\x9a\x9c\x04\xf8\x89\x13\x69\x9c\x24\x6b\xd9\x7a\x87\x45\x79\xbf\xe0\x07\xb8\x88\xd2\x2a\x82\x46\x39\x75\x83\x93\x9c\xb8\x5d\x6d\x18\x9e\xa8\x55\x6f\x3d\x78\x96\xf3\xf1\x69\x41\x2c\xa2\xe1\x1a\x01\x6c\x96\x8a\x38\x2b\xc8\x56\x9e\xc2\x1a\x4e\x4d\xf5\x91\xcb\x5f\x3b\x3d\xcf\x8a\x00\xf6\x8c\xed\x33\xdf\xf4\x85\xc0\xb9\x8f\x74\xdd\xf9\xeb\xe7\x56\x9a\xe5\x33\x09\x9d\xf4\x76\x0f\x09\x57\xb5\xbe\x7f\x3f\x89\x1b\x77\x22\xd1\x19\x17\xa9\x76\x0c\x9c\x24\x6b\x7d\x1a\x38\x08\xff\x95\x92\x3c\x47\x64\x1a\xe9\x03\x44\xcc\x75\xa7\xb8\x9f\x23\x12\x81\xfc\x02\x6e\xc3\xe1\x17\xa0\x70\x38\xfc\xfc\x1e\x31\x51\x34\x0c\x88\x99\x87\x6f\x75\x4e\xa8\xb8\xec\xbe\x39\x09\x3c\xff\x9c\x93\x4f\xb8\xb8\x8c\xf2\x03\x93\x73\x75\x2e\xee\x39\xff\x5a\xe8\x1a\xe3\xc2\x5c\x2d\x82\x8b\xeb\x73\xc6\x3a\x27\x81\x1d\x5e\x15\x13\x15\xe0\x7d\x19\x21\x76\x5e\x25\x0b\x32\x95\xe6\xff\x09\x52\xf0\xa2\x88\xdc\x28\x59\x86\x50\x3f\x27\xdf\x0e\x9c\x0b\xc9\x22\xcb\x09\x2a\xe8\x54\xa4\xd5\xcf\x85\xc7\xcb\x1b\x81\x78\xb9\x8f\x75\x7e\x12\x2f\x57\x3d\x07\x11\x2f\x27\xd1\x74\x12\xef\xf6\x59\xd6\x27\x23\x30\xfc\x7c\x8c\x80\x05\xc7\x19\x23\xa0\x16\x9c\xb1\x6c\xd4\x82\x93\x0c\xb7\xe9\x0a\xae\xa8\xc0\x0f\x10\x63\x20\x4f\xec\x79\x12\xd5\x20\xd7\xed\x19\x2c\xff\x3a\xcf\xc0\x2d\x3d\x7c\x84\x3c\xaf\xce\xfd\xbb\xcb\x27\xe0\x9b\x1a\x42\x2e\x68\x9d\x4b\x7b\x12\xc0\x66\x78\x93\x13\xac\xe5\xea\x45\x82\x4e\xfd\xdc\xc0\x9c\x78\x72\xfb\xa7\x0c\x15\xa5\x54\xe0\x19\x17\xb4\xce\x04\x3d\x23\x76\xdf\xab\x28\x48\x18\x3c\xa6\x37\xb1\x34\x1e\xf3\x9b\x90\x3d\xef\x5c\xf2\xa9\xb3\x74\x28\x64\xd5\xd9\x08\x6f\x27\xb9\x55\x3e\x40\x9d\x5b\xa7\xe6\xf2\x29\x73\x2c\x77\x6c\xf1\xf9\x40\xec\xf1\xa9\x20\x96\xb5\xe6\x0c\xca\x04\x87\xe8\x9d\x5b\x01\xe6\xec\x8d\x16\x0a\xd0\xd1\xb1\x67\x5c\x77\xea\xd4\x7c\xbe\x1c\x78\x64\x7b\x9d\x6f\xf8\xf7\xf5\xfc\x3e\xc2\x8d\x6c\xf9\x4d\x02\xb4\x11\x78\xce\x70\xcc\x0e\xab\x1b\x2e\x27\xf7\x91\xec\x1f\xd4\xcd\x75\xc4\xb6\x95\x67\xe4\x02\x69\x51\xe3\x77\x1d\xb1\x66\xa5\x4e\xae\x63\xf2\xf9\xa5\x72\xcc\xe0\xf2\x0f\xb4\x57\x33\x74\x1d\x04\x2b\x35\x57\xf0\xf2\xff\x7f\xfd\xbd\x88\xe2\xef\x62\x11\x1c\x17\x48\x8c\x16\xbe\x57\x0a\x8a\x58\xbf\xd0\xa8\x20\xab\xbc\x28\xab\x01\x11\x10\x36\x0f\xff\x10\x0c\x6a\x6a\xc1\x56\xa1\x23\xcb\x2e\xbb\xfe\xf8\x41\xb5\xb1\xa1\xf3\x1e\x22\xa6\x1a\xd0\x73\x0f\x4b\x8e\x8b\x00\x2f\xa3\xc0\x5d\xf0\x48\x89\xcc\x6b\x5c\x71\x33\x2a\xf2\xae\x71\xe1\xb6\x75\xf8\xf2\x45\x80\x57\x17\x21\xd9\xb8\x72\x0c\x9a\x6b\xb8\x28\xfb\x85\xa0\x8f\xf1\xf3\x77\x54\xe0\x17\xa2\x4f\xff\x2d\xd3\x0b\xad\xee\x7d\x70\x85\x56\x17\xc5\xd9\xb8\x08\x01\xcb\x3a\x78\xc2\x12\x3e\x44\x37\x39\xae\xb8\x3b\xf5\x49\x1f\x96\xf0\xec\x48\xce\x2b\xee\x4e\x85\x1d\x3f\x2e\xb4\xb8\xed\xac\x2b\x0e\xc7\xc2\x8e\x1f\xf0\x88\x0f\xeb\xac\xab\x32\x8c\xb2\xd0\xe1\x11\x1f\xbe\x23\x87\x47\x7c\x18\x1a\x2a\x78\xc4\xbb\xa0\xdf\xc7\x15\xd4\x51\xd2\x92\x57\x8d\x99\x2f\x7e\x83\xeb\xc8\xe2\x07\x7e\x7c\x51\x13\x1b\xbe\x5d\x19\x5b\x10\x8f\x67\xcb\xcb\x6b\xdb\x01\xd5\x70\x82\x17\x9e\x5d\x47\xca\x5f\xad\xc4\x07\xfd\x02\x44\xe2\xcb\x2f\xb0\xbd\x0c\x9a\x72\x91\x21\xe7\xbc\xc6\x2b\xc2\xc8\x84\x15\x3f\xae\xc6\x3c\x78\x2d\xb5\x98\x07\x59\xd4\x57\x63\xa9\x4c\x7f\x92\x08\x90\xe4\x36\xfd\xe2\x05\xff\x80\xc0\x90\x7c\x80\x2d\x7d\xf8\xee\xea\x8a\x13\xfb\x94\x44\x82\x2d\x7d\x64\x8b\x04\xe2\xc6\x44\xab\x36\xae\xce\x3c\xba\x93\x83\xb5\x66\x09\x30\xe2\x7d\x75\x61\xc4\x3c\xab\x8b\x23\xb6\x4b\xf7\x0f\x83\x61\x57\x0b\x47\x4c\xb4\x4e\x83\xc1\x8f\x5e\xdc\x82\x11\x13\xdd\xfd\x06\xfb\x45\x47\xb1\x0b\xb6\x09\xc7\xf3\x5f\x23\xb6\xb8\x8e\x1d\xd7\x84\x46\xc5\x4b\x67\x9b\x2f\xc3\x39\x69\xd0\x99\x4f\x1b\x27\x41\x67\xde\xa7\x17\xe3\x0c\x1a\x48\x95\xd7\x41\x05\x7a\x61\x05\xcb\x89\xcb\xe0\xe7\x79\x07\xaf\x3f\x99\xa1\x3e\xe2\xc3\x76\x66\xdf\xb5\xcd\x93\xe1\xac\xb5\x8b\x70\x7e\x5f\xa0\xc1\x76\x9e\xa6\x77\x0b\x70\x2f\xce\x35\xbf\x30\x2e\x7c\x24\xbf\x4e\xb2\x48\x3c\x44\xdb\xb8\x18\xbe\xba\x86\x0d\x7d\xf8\x86\xf2\x3a\xe3\xfb\x6a\xcf\xb6\x2d\x72\x92\xcd\x7d\x5d\x88\x69\x0b\x14\xa2\xc1\x4a\xfa\x27\x6c\x9b\xeb\x8a\xc6\x69\xfe\x40\x7e\x11\x7f\xfd\x80\xc8\x7c\x38\x25\xf0\xc2\xf0\x10\x84\xf3\x80\xc8\x3c\x75\x23\x36\xc1\x64\x5e\x8d\x0e\x78\xfd\x02\xb1\x49\xc3\x0d\x14\x4c\x37\xd0\xca\xb5\x2d\x8f\x29\xbe\x92\x71\xc5\x71\x7f\x59\x09\x6c\xcb\x63\xd9\x64\x87\x0b\x7d\x38\x29\xf0\xba\xa3\x89\xea\x02\xb1\x5f\xdd\x51\x46\x50\x9d\x67\xe3\x8a\x04\x33\xb9\x03\x74\x60\x26\x1f\xe5\xf3\x3c\x13\xec\x15\x45\x0a\xa0\x93\xcf\xae\x87\x78\x4f\x6f\xb3\x7d\x58\x9f\x55\x96\x08\xc4\xe5\xc3\xd7\x97\x17\x71\x56\xc6\x63\xba\xde\x80\x37\x52\xfd\x6f\x34\x58\xe6\x28\x4c\xe6\x6b\xe8\xcc\x70\xe1\x4c\x76\x78\xe5\x45\x2c\x7a\xf1\x36\x8d\x30\x29\x9f\x94\x61\x2e\x1f\xbe\x0e\xbd\xde\x3f\x3f\xd6\x7f\x9f\xfc\xed\xb3\xf9\x1a\x9a\x76\x98\xca\x93\x91\xcf\x7e\x04\x97\xfb\x7a\x14\xa6\xf2\xe1\x0b\x57\xc8\xc8\x67\x96\xb5\x18\x64\xe4\x9f\x73\x13\x64\xe4\xc3\xc7\x1c\xb8\xc2\x87\xf1\x5d\x7f\xc4\x82\xfb\xbe\x15\x6a\xf0\xe1\xeb\xd4\xa0\x06\xef\x4b\xfb\x1e\x6a\xf0\xe9\x5c\x28\xa8\xc1\xf7\x03\x6a\x52\x8e\x41\x9b\x2a\xc7\x17\xfd\x42\x84\x8c\xaa\x45\x39\x66\xc9\xcf\xc7\x32\x53\x0b\xd0\xc3\xce\x79\x81\x38\x7b\xfa\xa2\xe9\x07\xe6\xb2\x93\x5f\x7f\x1c\x85\xed\xe3\x81\x58\x7b\x14\x1d\x5a\x20\xd6\x1e\x3e\x05\xfd\x22\x62\x69\x2d\x3f\x50\x00\x71\xd6\x9c\xa0\x23\x6d\x28\xfc\x2a\x87\x71\x59\x12\xf0\x5a\x2f\xdf\x00\xc3\x5b\xbd\x7c\x5f\x0a\x6f\xf5\xcc\xcd\x65\x92\x82\x64\xbe\xfd\x08\x32\x16\x95\xd1\x80\xb7\x7a\xf9\x06\xfb\xd7\x89\xa1\xb5\xbf\xf7\x47\x90\x71\xfe\xbc\x70\xc7\x03\xae\x91\x21\x91\x82\x83\xd8\x7a\x89\xc4\x66\x40\x6c\x9d\x9d\xb0\x07\xaf\x75\xf5\xe1\xfb\x37\x38\x63\x78\x0a\x88\x32\xb6\xcb\x1b\x1a\xeb\x6a\x97\x7a\x90\x46\xfb\x50\xf3\x5b\x0c\xb1\x0c\xd2\x1f\x41\x43\x4d\xa2\xff\x07\x37\xa0\x13\x0c\x7e\x88\xfe\x4f\x34\xfc\x2f\x4e\xaa\xda\xa9\xbf\x45\x20\x5d\xf1\x07\xa2\x41\x6a\x40\xa8\x02\x99\xd8\xbf\xc5\xbe\xf3\x10\xaf\xe0\x05\x52\x39\x54\x83\x74\x17\x14\xd1\xe9\x13\xcc\x0e\x47\x74\x75\xea\x2e\x1c\xd1\xd5\xb9\x67\x41\xf1\xdc\x3f\xcf\x73\xc9\xef\x32\x37\x89\x4d\xf6\x2d\xa4\xcc\xc3\xa0\xd3\x90\x32\x67\x9f\x61\x20\x61\x4e\x4e\xfd\x85\x43\x39\x67\x69\xe7\x5f\x88\x7f\xcf\xd8\x0f\xed\x2c\x63\xf5\x17\xbe\xdb\x63\xfe\xd3\x2d\xce\x6f\xeb\x82\xf1\xf9\x1a\x90\x95\x8e\xcd\x84\x81\x79\xd7\xe6\x1f\x82\xd1\x5a\x13\xfa\x8b\x25\xe9\xef\x13\xb6\xeb\x53\x2b\x14\xca\xc5\xb0\x2e\x50\x28\x8f\x22\x4b\xf7\x47\x56\xd4\x70\x74\xcb\x0f\x5d\x90\x3e\x15\xc2\xe9\xec\x19\xda\xba\x60\xd9\xfb\x02\xe7\xf2\x30\x52\x3a\x9c\xcb\xb5\xc8\x8c\x84\x72\x39\x7f\x96\x60\xc4\xdc\x5a\xca\x3c\xd1\x65\xd5\xf7\x44\xea\x9f\xda\xf3\xe2\x40\xb3\x10\xd8\xba\x22\x0d\xa3\xf1\xc0\x78\xbc\x1c\xf4\x00\xe1\xf1\x7e\x40\x6b\x16\x58\x4c\x9b\x03\x41\x78\xfc\x49\xa9\x84\xf1\x78\x39\x10\xe3\x47\x04\xd2\x30\x66\xd3\xef\xa5\x8d\xcb\x35\x6e\x41\x21\xb6\xde\x01\x23\x72\xfa\x04\xa4\x07\x25\xf2\xf4\xb6\x00\xb5\xc4\x61\xc0\x41\x79\x3c\x6c\x55\x40\x79\x3c\x7d\xf1\x03\xe3\xf1\x7e\xa0\xeb\x87\xcc\x27\xfd\x42\xf4\x52\xf3\x00\x27\xf2\xb4\x28\xb9\xf7\xf1\x79\x3a\xed\xf3\xe6\xf4\xec\x00\xf4\x1b\x9e\x02\xbb\x27\xee\x03\x48\xc2\xc3\xef\x83\x59\x24\x95\x0b\x87\xf2\xfe\xa0\x2b\x8c\xdc\x5d\x55\x90\x02\x77\x49\x5d\x48\x5b\xfd\x38\x7c\xf0\x4e\x78\x68\xb4\xf5\xef\x7d\x58\x5e\x96\xc6\x77\x0a\xa4\x4d\x29\x71\x48\x97\x67\xd5\xd6\x0d\xd2\xe5\x61\xfc\x52\x48\x97\xa7\xed\x4c\x48\x97\xa7\x5d\x93\x90\x2e\x0f\xb3\x10\xdc\xe9\xc7\x10\xe8\x7f\xf8\x02\x7d\x3b\x77\x93\x5e\xe5\x9b\x9d\x7b\x6b\xd4\x62\xd9\x01\x07\x73\xfe\xcc\x41\x86\x9e\x4b\x66\xd3\x4d\x90\x70\xf3\x90\x95\x03\x58\x43\x3d\xcf\x05\xb0\xb1\xb8\xe1\x60\x5e\x0e\x87\x84\x83\x79\x3a\x1d\x1d\x8a\xe5\x69\x14\x47\x28\x96\x97\x2f\xf7\x60\x58\x4e\xc3\xb1\xde\x50\x2c\xaf\x2c\x61\x79\x83\xa2\xe2\xf0\xc8\x1b\x67\xb4\x8d\x14\x28\x96\x77\x05\x7a\x81\x5c\x26\x23\x33\x40\xb1\xbc\x1f\xf0\x1b\x30\xa8\xc8\xf0\x82\x62\x79\x3f\xe0\x4f\x70\x52\x96\x91\x01\xe3\xf1\x32\x90\x34\xa4\xc6\x69\x24\xb7\xb1\x85\x7d\xad\x2f\x40\x94\xe0\x5b\x17\x28\x85\xa7\xf7\xe2\xbd\xcf\x84\xd3\xe7\xa9\x1b\x07\xb7\x63\x42\x61\x10\x1e\x06\x2a\xbe\x7b\x6c\x66\x8f\x62\x9f\x2c\x7c\x3f\x00\x4d\x80\x04\xd8\x1d\x99\x40\xc3\x65\x10\x62\xb3\xcb\xac\x6b\x69\x98\x7b\xe0\x25\xf3\x08\xec\x23\xe3\xb0\x59\x04\xc5\x70\x1a\x06\x10\x82\x63\x78\x3a\xb8\xe5\x9e\x90\x98\xc8\x0e\x82\x63\x38\x0d\x83\xc7\xdc\x33\xbe\xa8\x69\x9e\x6c\xe5\xee\xff\xa3\x8b\xff\x44\x82\x33\x60\x20\x5e\x0e\x71\x85\x81\x78\x1a\xe3\xe9\x9e\xd0\x23\x4a\x56\xdd\x0b\x2b\x4c\x66\x1f\x7c\xc1\xd3\xe0\x9d\xd0\x05\xa7\x61\xb6\x10\xf8\x82\x97\x61\x19\xee\x40\xfb\xf4\x00\x02\xb2\x62\x37\x1c\xec\xbe\xc3\xf1\x48\xb0\xf3\x4e\x27\x83\xdd\x20\x4f\xe7\xe1\xff\x01\x1d\xf6\x1a\xdc\x2a\x7f\xf8\x42\x01\xf6\xde\x34\x8c\xaf\x7e\x73\x87\x6c\x97\xd5\xcd\x1d\xb2\xd3\x8d\xa0\xf7\x9d\xbe\xf1\xbd\xf1\x45\x3b\xab\xe3\xbe\x58\xf4\x52\x41\xd0\xfd\x4e\x7b\xe9\xee\x0b\x75\xe0\x15\x73\xb1\x4f\x65\x33\xdc\xd7\x05\xdd\x97\x06\x84\x2b\xe6\x61\x44\x94\xfb\xba\x11\x8d\x2e\xc7\xa6\xd1\x08\x5c\x70\xb8\x59\x90\xec\x33\xe7\xb2\xa7\x13\x7e\xe0\x65\xc7\xe5\x8d\xab\x3a\x25\xff\x7f\xf1\xbc\x1a\x7c\xb3\x87\xbc\x67\xee\xd8\x43\x6a\x20\xc9\x41\x23\x57\xff\x10\x1f\xd4\x08\xdd\xf1\x41\x57\x08\x1f\x99\xa7\xf4\x8e\x11\xf1\x07\xe2\x56\xcb\x65\x62\x75\xbc\x89\xef\x98\x32\x3f\xb0\xad\x86\xe1\xf0\x25\xf8\x83\x97\x7d\x82\x37\xb9\x40\xc3\x81\x84\x37\xb9\x40\x86\xc6\x80\x3f\x78\xd9\xcb\x78\x43\xdc\x37\x3e\xea\x06\xbb\xc3\x39\x24\x37\x67\x56\xe7\xea\x42\x28\x3c\x7d\xe0\xbb\x09\x63\x6e\x72\x1d\xdd\xdc\x0e\x0f\xf1\x4d\x0e\x08\x85\x97\x5d\xaf\x10\x0a\x2f\x3b\x7f\x83\x4f\x78\x7c\xa4\x33\x76\x49\xd6\x09\xef\x0e\xbb\xe4\x23\x9e\xdf\xe8\x83\x9a\x14\x66\xc7\x70\x13\x30\x3b\x3e\xc2\xf5\xe5\xee\x4e\x3b\xe3\x39\xf6\x56\x77\x34\xc7\x73\x50\x81\x8c\x3f\x08\x83\x97\xdd\x5f\x10\x06\x2f\x7b\x93\x61\xf4\x5d\xee\x22\x8c\xbe\xcb\x4e\xca\x27\x14\xac\xc6\xf0\x49\xb1\xb0\xfd\x81\x84\x30\xd7\x4e\x79\x38\xe4\xda\x43\xf8\xc0\x23\x64\x97\x22\x84\xbc\xd3\x49\x2d\x0f\xf9\xc8\xf6\xd0\xc3\xa7\x3b\x1c\x7a\x0e\x9f\x6e\xfa\x78\xd7\x20\xd4\x5d\x76\xdc\x42\xa8\x3b\x7d\xe0\x79\x0a\x84\x5a\xee\x71\xa8\x60\xbf\x5f\x62\x92\x64\xea\xc1\xa7\xbb\xec\x5c\x7b\x0a\x56\x8b\x3c\x8c\x4f\x09\xdb\x51\x2d\x2c\x98\xb7\xda\x09\xf0\xef\xa6\x8f\xf7\x0d\x02\xde\x65\x1f\x27\xfc\xbb\xfb\x01\x37\x69\xf7\xd1\x61\x51\x0f\x10\xe1\xc3\xf1\xf0\x0f\xe7\x6e\xc7\xd8\xfc\x31\xf6\x4a\x5e\x3e\x91\xa1\xac\x73\xfd\x53\xa3\xc9\x6a\x62\x65\x59\xc9\x89\xfa\xd4\x50\x58\x6a\x32\xe4\x10\x9f\x06\xe1\x4a\x1e\x8e\x5f\x7f\xe0\xfa\x9b\x35\xfd\x8b\xba\x81\xff\x77\x1a\x2a\xfb\x69\x20\x56\x79\x3c\xd0\xef\x0e\x2c\x7c\x60\x96\xf0\x75\xc1\xc3\x85\xb5\xa1\x9e\x1f\x80\xce\x0c\x3b\xf0\xc4\x7d\xb5\x24\xc3\xd3\x63\xb8\x8a\x7f\x40\xf6\x48\xfa\x43\x07\xbc\x3e\xc3\xd9\x03\x83\x4b\xcf\x8f\x83\xb2\x9e\x1f\xe8\x3f\x9d\x16\x1e\xd4\xb7\x23\x2d\x9f\x01\xc3\xa7\xd7\xe8\x88\x25\xa8\x06\x8e\xf8\x9e\xca\xe4\xfe\xfa\xda\xee\x09\x7d\xec\x15\xf7\xc7\x16\xdc\xfc\x02\xbb\x54\x06\xc6\x13\xa9\xbc\x46\x38\x7d\x66\xe4\x3a\x6b\xc2\x66\xa4\xd1\xb8\xfc\xc4\x0b\xea\xe2\x24\x9f\xdb\x2b\x08\x15\xef\x80\xa3\x67\xb1\xe8\x3f\xe5\x16\x15\xa8\x8d\x30\x14\x1b\x9b\x33\x18\x8a\x87\xa3\x0b\x61\x28\x5e\x76\xf1\x3e\xeb\x62\x8d\xf9\x05\xa8\x08\xbc\x0f\x41\x07\x75\xe4\xdc\x73\x1e\x5c\x8e\x6a\x8d\x12\xc4\xec\xec\x37\x08\x8b\xd3\x72\x8f\x88\x61\x4e\x5e\xb3\x27\x5c\x1c\xde\xd7\x84\x30\x27\x4f\xfa\xb6\x39\xaa\x2f\x57\xe1\x33\xce\x4e\xc9\x80\xcf\x38\xfb\x40\xf7\x6c\x9b\xa4\xd8\xf4\x7f\xc8\x5c\x32\x50\xd2\xb3\x6d\x92\x6e\x6a\x88\xe7\x8c\x21\xef\xfe\x81\x28\x07\x29\x38\x08\x91\x7b\xf2\x00\xe1\xb3\xb6\x4f\x1d\x3e\xe4\x34\x3c\xe9\xf8\x29\x9c\x9d\x07\x1d\xf2\xfe\x80\x2b\x68\x7b\x59\x7d\xca\x30\xd7\xba\x47\x57\x84\x6b\xaa\x47\xb0\x39\x7d\x24\xe3\x15\x5c\xe6\x1a\x71\xd8\x9c\x8c\x45\x0d\x1b\x72\xb6\x9f\xfb\xb9\x00\xab\x3a\xfc\xfc\x4b\x26\xab\xbe\xff\x03\x0e\xd0\x0d\xde\x36\x4b\xed\x1e\xb1\x1f\xf0\x62\xb2\x61\x20\x43\x2e\xe2\x5a\x1f\x4f\x00\xcc\x64\xd7\x47\x7b\x65\xb6\x3e\x01\x96\xaa\x73\xc1\x83\x67\xe4\xf8\x7c\x3f\x42\x9f\x5c\xff\x36\xf3\x1d\xbd\x05\x35\x72\xb6\x49\x03\x35\x72\x77\x26\x56\x30\x23\xdb\x1e\x80\x19\xb9\x58\x39\x43\x8c\x9c\x6d\xc3\x41\x8c\xdc\x7d\xa2\x87\x18\xb9\x64\x8f\xdf\x5f\xfa\xb4\x3b\x7c\x03\x8d\xea\x06\x13\x63\x67\x10\x85\x27\x9c\xf2\xc3\xcf\x43\x27\xe3\x25\x78\x03\x31\x99\xdc\x20\x1c\x35\x5e\xe2\x37\x69\x4a\x9f\xfa\xf0\x64\x59\x0e\x6d\x9b\xab\x74\x2b\x7b\xe0\x6c\x8a\x1b\x4c\xea\xd9\x67\x40\x9f\x58\x71\x96\xe4\xc4\x1f\x34\x2f\xd1\x27\x5c\x4d\x6a\xf0\x43\xae\x86\x67\x08\x2e\x2b\x67\x9c\x3f\xc1\x65\x65\x45\xf7\xd0\x41\x0b\x15\x22\xfa\x52\xfe\x37\x35\xf3\x84\xd8\xb7\x10\x7c\x6e\x6a\x53\xed\xd8\x6b\x9f\xf5\x10\x69\x68\x32\xd7\xe0\x59\x2e\xc3\xef\x6f\x6b\x2c\x9b\x68\xe3\x21\x4d\xcd\xc9\xe7\xf0\x30\x27\x47\x0b\xc2\xc3\x9c\x3e\x6a\xe5\x0d\x31\x3e\xfc\x03\x7c\x78\x5e\xc0\x2f\x68\xbe\x9f\x06\xb1\xa1\xac\x57\x48\x63\xb3\x1d\x00\x71\x73\x75\xc4\xcb\x7b\x54\xee\x09\x5d\xa6\xc1\x32\x2c\xe0\x6d\xce\x26\x65\x80\xb7\x39\x3b\x02\xe7\x3d\xc2\xf0\x90\xa9\xf2\x92\xb6\xed\xfc\xfb\x37\x50\x0e\x9b\x3f\x00\x92\x99\xac\xc9\x97\xf0\x88\x8f\xf3\x17\xe6\xe7\xe4\x2c\x0e\x98\x9f\x53\xd5\x90\xc2\xfc\x9c\x1d\x8d\xf7\xe2\xf1\x39\x24\x72\xde\xc4\x8e\x70\x8f\x12\x19\x5e\xd5\xf5\xb3\xe5\x65\x1d\xc2\x1c\x9d\x9c\xec\xf3\x06\xd2\xee\xe7\x79\x60\x6e\xb5\x03\xde\x14\x4c\x64\x2e\x87\x90\xf6\x10\x93\x24\xe7\x93\xf9\x1b\x01\x8b\xc9\x65\x40\x1c\x74\x4e\x83\x59\xba\x34\x1d\xc4\x61\x86\x2e\xbe\x21\x79\xb7\xf1\x98\x8d\xfa\xfa\x92\x35\xee\x50\x62\x78\x9e\x47\xfe\x94\x43\x8d\x7a\x8e\xc2\x7a\xac\x2e\xff\x2d\x2a\x0d\x19\x39\x03\x3e\x7b\xbf\x95\x0b\x6e\xb9\x0a\xde\x70\xe0\xd8\x3f\x0d\xb1\xf3\x72\x42\x15\xbc\xce\x69\x94\xe5\x1a\x1e\xec\x29\x97\x23\x66\x47\xf6\xcc\x0b\x15\xa6\x23\x1a\x61\x82\x2e\xce\x9d\x87\x09\xba\x3a\x91\xf9\x25\xd0\xc0\xaa\xf8\x6d\x21\x08\x3f\x3f\x80\x55\xfe\xf9\x40\xa0\x18\xaa\xc9\x2d\x3a\xed\x75\xd2\x02\xfc\x45\xc3\xdc\xc8\x6d\x94\xb1\xf0\xc2\x0f\xf3\xf1\x08\xbc\x9d\x14\x28\xd9\x90\x70\x49\xfb\x9e\xe9\x8d\x54\x71\x6d\xf5\xb7\x13\xb9\xe5\x75\xdb\xe1\x1c\x92\xa4\x7c\x83\x59\xcc\xb3\x02\x95\xe6\x30\x27\x0e\x4c\xd1\x43\x2c\xcc\x03\xa6\xe8\x3e\x96\xff\x27\xcb\xd7\xb3\x04\x2c\xe1\x70\xfc\x1e\x44\xd1\xdd\x06\x1a\x44\xd1\xc3\x39\x5c\x6f\xf8\x94\xaa\x57\x66\xa0\x0e\xba\x4b\xc0\xf7\x7e\x84\xc1\x8c\x16\xe8\x8b\x13\xcc\x7b\x7f\x00\x97\x52\x95\x76\x7b\xc3\xa5\x64\xb2\x47\x78\x9e\x97\x23\x95\xde\xb0\x52\xab\xa5\x05\x6c\x67\xf6\xde\xbe\x61\xa5\xd6\xec\x2a\x81\x78\x96\x67\x10\x26\xe8\xfd\x80\xab\x7c\x00\x9e\xd0\x0b\xc4\x29\x38\x62\xef\x05\x45\xd0\x31\x88\x6f\xdc\x35\x49\xa0\xbe\x0b\x47\x9e\x0c\xf5\x77\x71\x83\x2a\x13\x0c\xea\xe8\x34\xaa\xe5\xcb\x49\x9c\x80\x47\xfd\x0c\xa0\xda\x7f\x52\x38\xef\xb6\x28\x97\xf3\x61\xdf\x33\x82\xf6\x2d\x7d\x4e\x6e\x5a\xbc\x0f\xce\x98\x33\x4b\x17\x62\x2a\x9d\x77\x07\x99\x74\x1a\x8e\x00\x7c\xe3\xae\xca\xf2\x12\x93\xcd\x90\x00\xb0\x47\xa7\xcf\x46\xb9\xe0\xda\xf6\x3e\xd9\x26\x5b\xb5\x4d\xf9\x92\xb9\x30\xcc\x42\xf3\x92\xdd\xee\xbb\x1a\xe8\xa7\xb7\xb8\xf1\x0f\x89\x4b\x01\x4d\x2a\xc1\x0d\x3e\xdf\xbf\x3f\x20\xd8\x3c\x05\x71\x1d\x65\x2e\xa7\xf7\x47\xbe\x67\x72\x05\x31\xe9\xee\xd3\x8f\x0b\x42\x6f\x8d\x70\x45\x59\xa6\x87\x2b\xca\x61\x95\xef\xb6\xb3\xca\xf2\xa8\xdd\x5c\xc0\x79\xe5\x6f\x33\xaa\x7c\x64\x38\xae\x25\x33\x1f\x41\x51\x9d\xac\xf7\xa1\xa8\x1e\xc5\x3b\xe5\x89\xfa\xfc\x3f\xb7\xe6\x3a\xf0\xbf\xdb\x6a\xf9\x4a\xaf\x27\x3a\xa0\x41\x7f\x42\x18\xb8\x47\x18\x1e\xd3\x0f\xe0\x27\x92\x15\xf5\xbe\x61\xe8\xbb\x03\xdb\x30\x19\xce\x8f\x7f\xa1\x9d\xa9\xb2\xc3\xde\xf0\xfa\xd4\xcf\x03\x01\x15\xe2\x1a\x63\xcc\xff\x2a\x9c\x07\x86\x83\x9c\xfc\xf3\x20\x91\x4e\x79\x6d\xf3\x80\x86\x66\xe8\xde\x62\x1e\x07\x91\xa7\xff\x29\x99\x79\x80\x10\x23\xa4\xdf\x09\x05\x76\xd5\x3d\xc5\x84\x02\xbb\x4b\x14\x4c\x18\xae\x87\x4c\xa5\x79\x70\x75\xd4\xfe\x1b\x91\x79\x1c\xc1\x71\xa6\xf7\xb7\x21\x91\x95\xd3\x33\x21\xbc\xde\x0d\x5a\xfa\x21\xf0\x9e\x9a\xca\x2c\x0a\x71\x17\xcd\x23\x05\xde\x93\x5a\x40\x46\xbd\x22\x5b\xe7\x41\xb0\x85\x6c\xe5\x79\x90\xca\xb0\x3e\x15\x62\x69\x74\xd7\xb7\x70\xa4\xa9\x18\x28\x0d\xf3\xbf\x32\x51\x98\xf2\xaf\xce\x23\x47\x83\xfd\x7d\x80\xf9\x64\xea\x4e\xf8\xae\x87\xd2\x08\xe6\xb1\x0d\x07\xdf\x64\xcd\x23\x9f\xe0\xea\xfa\xfd\x40\xeb\xfa\x7c\x01\xb5\xfd\x79\xe0\x8e\x88\x1d\x7f\x21\xe0\xa1\xf4\x05\xa2\x2c\x93\xe7\xa4\xc4\x24\x67\x4d\x62\xf9\x83\xc2\x55\x39\xa4\xad\xdb\x04\xd2\x9e\xc0\x92\xe6\x51\x40\x8c\xaf\x6a\xd2\x36\x56\x9a\xdc\x48\xf3\x00\x89\xef\xd3\x64\x6e\xa7\xe4\x81\x9d\x47\xf8\xb1\x9a\x97\x05\x51\x98\xd2\x9a\x13\xce\xee\xfd\x80\xbf\xc8\x56\x9a\x7a\x61\x1b\x37\x59\x60\xcb\x13\x52\xef\x21\x8d\x32\x0f\xee\x9e\x64\x41\xcf\xa3\x92\x63\x3b\xfc\x3c\xc9\xe8\xae\x7f\xdb\x42\xf5\xd3\x20\x90\xf7\x84\x99\x35\x8f\xc6\x2c\x16\xad\xa2\x70\x84\xe9\xcc\x3c\x0f\xe0\x90\x85\x7c\x31\x21\x01\xdf\x0f\xb8\x86\x8e\xf3\x4a\x5f\x24\xa6\x72\xb4\xea\x2a\xc9\x20\x2c\xff\xa2\x72\xe6\x11\x86\x90\x78\x65\xe6\xd1\xc0\xd5\x4d\x9a\x32\x7c\x69\x0a\x1a\x9d\x07\x9c\xa9\xa9\xe8\x79\x92\x3d\x04\xa1\x30\xe1\x00\x9f\xd9\xdb\x00\xbb\x65\xba\x7f\x84\x4f\x2a\xb0\x76\x1e\x5c\x85\x89\x80\x64\x1e\xb8\xc6\x9a\x97\xf5\xf8\xd3\xd8\x6a\xc0\x68\xac\x4a\xf5\x9f\xbb\xb2\xe2\x35\xb4\xed\x9a\x39\x3d\x1c\x61\xd7\x34\xb7\x70\x80\xfb\xd7\x35\xc2\x10\xe5\xb5\xee\x0a\x08\xb0\xa9\xfe\x00\x09\x96\x53\xcb\x3e\x38\xc4\xdd\x62\x72\x45\x3e\x13\x44\xae\x48\xf2\x22\xc6\x2e\x6a\x1e\xb1\x6d\x17\x95\x8f\xa0\x99\xc1\x52\xeb\xff\xff\x1a\xac\x06\x6c\xbb\xa8\x64\x8f\x00\xa4\x06\xe3\xd3\xe2\x19\x21\x3d\x6e\x21\xdc\xbd\xae\x00\x00\x01\x45\xed\x4f\x48\xc7\x8b\x7c\xec\xf3\x08\x57\x5b\x1b\x7e\x01\xc7\x88\xa5\x75\x80\x2f\xb7\xa1\x2f\xae\x60\x64\xd4\x98\xae\x50\xd2\x7e\xe1\xc7\x17\xfd\x7f\x1c\x09\xfc\x7f\xec\x4b\xcb\x6b\x9c\x75\xcd\x1b\x17\xc3\x2a\x7b\x1f\x45\xfc\xa7\x65\xcf\x49\x7a\x4c\xd6\x07\x22\xc8\xa7\x59\x34\x04\xe2\xc0\xa7\x1c\x80\x28\xea\x01\x01\xa2\x3a\x79\xce\x23\x82\x7e\x3e\x1f\xbc\x68\x90\xff\x0f\x51\xe3\x69\xc7\x3d\xf7\x91\x4d\x27\xd2\x52\xeb\x1a\xee\x74\xe9\xf4\x19\xdc\xe9\xa3\x79\x19\xc1\x9d\xde\xac\x3f\xb6\x65\x56\x8b\x7b\x74\xfd\xf5\xc8\x0f\x6c\x95\xf9\x11\xcf\x70\x09\x09\xa6\x67\x06\x57\x7a\xf7\x4e\xbe\x42\xe0\x2f\xd7\x18\x93\xa2\x26\x5e\xd1\x03\xb7\x28\x92\x9f\xd5\xc3\x6d\xca\xd5\x66\x05\x41\x12\x6a\xf5\x46\xc2\x92\x5b\xd6\x0f\x70\x11\x7d\x64\x1f\x39\xa8\xc3\x3a\xfe\x17\x1d\xd0\x90\xfe\x42\xb4\x59\x5f\x10\xe8\x54\x3d\x24\xe4\x9c\x0a\x37\x75\x1e\xe0\x17\x36\x0b\xe3\x1f\x48\x1a\x43\x0d\xbc\x41\x4c\xf4\xce\xc6\x1d\xd6\x2c\x7c\x23\x30\xa9\x7b\xa3\x80\x70\xd0\x2c\xed\x6f\x74\xe6\xa7\x42\x16\x81\x57\xdd\xfd\xc3\xc1\xe3\x0f\x44\x83\xd4\x81\x7b\x2f\xeb\xc3\x0d\x24\xa8\x75\x79\xa3\x3e\x9c\x63\xdd\x41\x0c\xc3\xe4\x55\x0f\xd2\xd2\xe8\x9f\x1f\x68\x80\xa5\x25\x10\x0a\x87\xf7\xdd\x13\x0d\x70\x85\x4f\x54\xe0\x07\xc8\xe2\xf2\x22\x81\xe0\x30\x79\x8e\x41\x1b\x54\xf0\xdc\x3c\xc0\x60\xf8\xa8\xa3\xb8\x61\xf4\x90\x02\xc1\xa0\x9b\xfc\x79\xc4\x05\x63\xff\x27\x84\x81\x79\xbc\xc1\x72\xee\xda\x46\xbc\xad\xfe\xbd\x13\x7e\x6b\x0d\x68\x78\xbc\xba\xd5\xc9\xb6\x54\x97\x97\x20\x76\xea\xe8\x5e\xc3\x2f\x6b\xdc\xc2\x98\x7c\x59\x91\x6c\xce\x74\x84\xdc\x28\x2a\x6f\xe1\xac\x64\xf6\x99\x60\x23\x2e\x9f\xe7\x41\x2e\xd4\x8c\xc1\x2c\x9f\x0f\xed\xa9\x74\x10\x9a\xa6\x1e\xc1\x34\x5f\x14\x3f\x3a\x53\x82\x46\x76\xb8\x1c\xe3\xab\xef\x6f\xb3\x33\x2f\x6d\x6a\x98\xe8\xeb\x1c\xfe\x3f\xc6\x37\xfb\x03\xa4\x54\xfc\x77\x24\x9c\xc1\x44\x3f\x6c\x81\x04\x13\xbd\x5c\xa8\x33\x98\xe8\x87\x38\x29\x27\x54\xf4\x59\xc0\xf4\x33\xa5\x0b\xf6\xdd\xa6\xf2\x43\x05\xff\x0d\x69\xca\x31\xa4\x6a\x01\xc4\x4d\x0a\x6b\x9e\x50\xd3\xa7\xd1\xfd\x40\xc1\x7b\xa3\x49\x4d\x25\xfa\xac\x06\x14\xf8\x80\xab\x3e\x18\x2e\x2a\xa1\x3a\xcc\x54\x60\xc9\x6c\x6a\x01\x41\x4b\x33\xfb\x05\xb0\x5c\x65\xcb\xa7\x8a\x97\xb8\xe9\x83\x35\x2a\xec\x6a\x22\x24\x16\x82\xdc\x99\xb0\xe1\xef\x07\xfc\x06\x09\xa4\xcd\x35\x92\x87\xfd\x29\x33\x06\x6e\x61\xb8\xb8\x6c\x1b\xc3\x86\x3f\x7d\x9e\x49\xe1\xe2\xb2\x75\x9d\x70\x71\x29\x16\x7b\x26\x70\x94\x14\x70\x3f\xa1\xcf\xdf\x2f\x68\x14\x81\xb6\x50\x16\xee\x4c\x0d\xfa\x2b\xcf\x33\x38\x4b\xc3\xf3\xdc\x70\xb7\x48\xc9\x27\xa0\x2a\x5a\x53\x7d\x64\xf1\x5a\xb8\xa6\x40\xa6\xf0\xca\xed\x61\x47\x69\x8c\x00\xa6\xb0\xd9\x04\x79\xfe\x96\x04\xfa\x60\x47\x78\x7a\xeb\x60\x09\x8e\xee\xbd\x03\x73\xc6\xf4\xb4\xc4\x35\xaa\xae\x29\x27\xfc\xfa\xdd\xa6\x5d\x0a\xa4\xa6\xe9\x17\x62\x10\xbd\x9b\x06\xd2\x4b\xf2\x36\xe1\x04\xfb\x2c\x14\x7c\x5c\xad\xf9\x7f\x02\x32\x96\x5a\x44\x66\x8d\xa2\x32\x27\xf4\xfb\x45\x79\x15\x33\x11\x1b\x3d\x65\x5b\x27\x12\x6b\x3e\x5b\x67\x00\xa6\x7e\x68\xd6\xb7\x29\x98\x84\xe6\x3e\xd3\x4c\xd1\x60\x0d\xea\x64\xe9\x7b\x15\x00\xa1\xdc\xbc\x6c\xc2\xe5\x25\x47\xe5\x84\xe0\x3f\x25\xef\x0d\xc0\x31\x04\x0a\x3a\xd3\x8a\xcd\xe6\xdd\x0b\x86\x63\xf3\xb2\x01\x0c\x2a\x79\x6f\x84\xe9\xf6\x69\x33\x40\xc9\xc2\x2c\x98\x69\x41\x49\x70\xb8\xc2\x1f\xa8\x3d\x6a\x51\x24\x0a\x7b\x9a\x4f\x82\xeb\x74\x20\x48\x5c\x93\xda\x18\x4d\x27\xbb\x5b\x3a\x34\x91\x07\x3c\x94\xcc\x3d\xd3\x09\xa8\xef\x52\x83\xf0\x59\x15\x77\x79\x5b\x62\xbd\x0d\x4d\x0a\xc0\x4c\x8a\x9a\x99\xe9\x82\xc1\x76\x8d\x7f\xd1\x38\xe9\x42\x81\x0e\x2d\xa9\x88\x93\x1a\x96\xa7\x11\x27\xe5\x25\x43\x9c\x54\xf5\x12\x89\x38\x29\x1d\xe3\xd3\x36\x82\x8a\xd0\xc5\x66\xfa\x31\xfe\x52\xa8\x09\x24\x8e\x8f\x82\xd8\x46\x50\xcd\xde\xc6\xa4\xee\x24\xf7\x9e\xcc\x9c\xec\xe1\xfe\x45\xef\x5d\x46\xc3\x29\x2f\x7b\xa6\x1f\xa2\xc8\x1a\xe5\x47\xcc\xac\x1c\x0b\x09\x06\xc7\x31\xbc\x49\x20\x04\x53\x92\xf1\x4c\x04\x56\x25\x4f\xd0\xdf\xa5\xa0\x57\x04\x04\x60\xd5\xf2\xfb\xde\x43\xa0\x6b\xdc\x99\x9e\x83\xe0\x67\x55\x00\x39\x57\xb6\x7c\x07\x1e\x52\xae\xf2\x99\x1e\x62\xdb\x8a\x9f\x8f\x0f\x7a\x4c\xb8\xa5\xeb\x16\x55\x4f\xf4\xd9\x93\xf2\x90\x12\x50\xfc\xc0\xcd\xc5\x98\x06\xf1\x0d\x72\x54\x97\xc1\xe8\x94\x3b\x2a\x01\x79\x6c\xbf\x42\x22\x97\x67\x0c\xcb\xff\xc8\xe5\xf1\x98\x45\x30\xb5\xa0\x58\x67\xfe\x73\x78\x15\x95\x4b\x3c\xd0\xf5\x03\x09\x61\xc5\x65\xe8\x60\xb4\x4f\xf3\x36\x2c\xaa\xe2\x9c\x66\x3e\x06\x94\xbb\xae\x70\x12\x32\xe9\x0f\x06\x95\xc8\x52\x99\xf8\x3b\x0d\x41\x3e\x62\x8c\xb4\xf1\x33\xd4\x13\xd9\x0d\x0a\x8f\x97\xd0\x5d\x67\x06\x43\xb2\x6a\x50\x73\x78\xbc\x74\x3d\x39\xf3\xb6\x3d\x4a\xff\x3c\x70\xc1\x18\xeb\x1a\x03\x5a\xd5\x5f\x8c\x51\x94\x46\xc8\x09\x7c\xd9\xe2\x0a\x39\x40\xb8\x05\xdc\x7d\x0d\xdd\x3f\xcf\x8c\x0f\x4b\xb7\x71\x33\xe7\x58\x19\xd3\x3f\x90\x9b\x20\xe1\x94\x09\xd6\xb2\xac\xc8\x04\x6b\x89\x03\x72\x66\xa8\x20\x84\x87\x38\x73\x8e\xcd\x30\xfd\x02\xee\x69\xcf\x23\x08\x91\xc9\xd3\xb0\x6d\x97\x24\xd8\x9b\x99\xc3\xc7\xa5\x7b\x9e\x99\x83\xdd\x79\xf8\x85\xb0\xc7\x5c\x1e\x50\xc4\xba\x82\xe8\xa2\xdf\x27\x19\x44\xf2\x27\x47\xac\x96\x3d\x52\xb9\x44\x17\x5d\x66\x69\xca\x76\xc9\x95\x85\x26\x53\x24\x6f\x63\xa7\x88\x1e\x75\x66\xf2\x86\x87\xb7\x6b\xae\x78\x97\x9b\x1f\x88\x2f\x7a\x69\x56\xbe\xe8\x79\xaf\x8c\x91\xf4\x76\xc6\xa1\xe4\x73\x5d\x6e\xa0\x9e\x0d\x97\x49\xf2\x92\x8e\xca\x2d\xde\x57\x97\xc9\x89\xb2\xc8\xcc\x3d\x3c\xa9\x92\x48\x19\xd3\xe3\x98\x2e\x8f\x78\x40\xeb\x04\x7a\x68\xd1\x49\xcf\x4c\x80\x96\x55\x4a\x26\x47\xb7\x7c\x2a\x20\x6a\xde\x9b\x69\x30\xcb\xde\x4c\x23\xf2\xdc\xf4\xfe\x08\xb8\x56\x8d\xf1\x00\x22\x57\x26\x6e\xc6\xae\x38\x8e\x7f\x72\xa9\x65\x1c\x50\x4a\x3d\x9d\x39\x1c\x50\xf6\x5d\xe4\x6d\x85\x34\x05\x06\xcd\x3c\xb8\xe6\x72\xeb\x07\x00\xc0\xcb\xad\x01\xfc\x56\xc3\xb7\x8d\x90\x76\xc8\xf5\x9d\xb7\x8d\x91\xb3\x07\x0b\xe2\x87\xf1\xd9\x86\xb3\xf2\x82\x46\x63\x1b\x21\x55\xd8\x8b\x33\x87\x11\xa2\x34\x8a\x99\x27\x94\x6b\x32\x4a\xf2\xbc\x20\x76\xd6\x70\x91\x1e\xec\xe0\xe2\x99\x67\x04\xc6\xf8\x85\x87\x0a\xfc\x7f\x34\x59\x15\x84\x15\x33\x2d\xcd\xb6\x15\xd3\x0e\xaf\xd9\x40\xa2\xf6\x92\x5b\x83\xff\xd5\xe4\x6d\xe5\x34\x45\x0a\xcd\xbc\x18\x52\x19\x7a\x79\x1b\x31\x45\xf1\xe1\x33\x2f\xc0\xaa\xa4\xd5\x73\xf8\x9f\xa6\x25\xcf\xda\x2d\xb4\x37\x3f\xc7\xc5\xde\xb4\xa4\x39\x13\x0f\xb8\xbc\x07\xd5\xee\xf8\xfc\x47\xff\xa5\x41\x3f\x89\x95\xb2\x24\x0a\x33\x48\x10\xc3\x33\x6f\x33\xa8\x1d\x4b\x2d\xd8\x66\x50\x13\xbf\xc4\xcc\xdb\x0c\x6a\xbe\x7f\xc8\xe7\x45\x97\xfd\x41\x72\xb4\x2d\x27\xc0\xbf\x1c\x7e\xfc\xe1\x71\x8d\xc8\x49\x2c\x95\x37\xed\x75\xf0\xbf\x3e\xc7\x4d\xa1\xa0\x30\x66\x8e\x60\x31\x91\x7a\xce\x1c\x84\x18\x3a\x84\xe5\x8b\x01\x90\x95\x90\xaf\x41\x85\xea\xdf\x15\x53\xe4\x0a\x17\x98\x67\x6a\x3f\xee\xaa\x31\x2d\x97\x08\x69\x5f\x1e\x90\x30\xd5\x6c\x9a\x65\xee\x1e\x3f\xbb\xf6\x8a\x2e\xaa\xfc\x8b\x29\x72\x39\x5a\xa8\x16\x91\x25\x3d\xfc\xfe\x2f\x5a\xa8\x0f\x46\x66\xdc\x74\x13\x7f\x4c\x81\xcc\x8c\xcc\x4d\x63\xb2\xfa\xfa\xd1\x00\xef\xbc\x5f\x64\x22\xea\xfd\x3b\x16\x91\x0e\x38\xf9\x4e\x44\x9f\x68\x92\xee\xcc\x22\x52\x05\x77\xd9\x65\x99\x21\x99\x8b\x49\xfb\x61\xf3\xdd\xf6\xff\xd5\x1f\xe8\xf1\x01\x75\xe9\x1e\x04\xec\xf8\x03\x74\xf1\xd3\x22\x78\x16\xa6\x9f\xff\xd1\x00\x7f\xe0\x8e\x0a\xd5\xe5\xf0\x68\x7d\x5a\xb8\x0d\xa3\xe9\x8d\xf7\xb0\x8c\x2c\x59\x1f\xe6\x40\x27\xa2\x1c\x41\xf5\xd3\x66\xc9\x43\x17\xad\xb1\x9f\xd8\x47\x9a\x04\x22\xc0\xb2\xc7\xf8\x21\xe4\xc8\xdb\x02\x90\xd1\xc3\xcb\xee\x09\x40\x08\xd7\xf7\x12\x43\xa5\x1e\x46\x4c\xbd\x3d\x2a\xf9\x85\xe1\xd3\x1b\xf5\x8d\x06\x68\x95\xbc\xac\xe3\xec\xe7\x43\x7c\xdb\xca\x79\x17\xf7\x2b\x6a\x41\x5c\x9e\xda\xc7\x94\x5f\x76\xaa\x2c\xf6\x72\x44\x13\x64\xd5\x94\x03\xa0\x0d\x0d\x5a\x39\x90\x76\x9a\xd6\x72\x04\xc5\xc7\xbf\x90\x12\xcc\x72\x04\x2d\xb6\x5f\x26\x66\xab\xf8\x63\x9d\xd6\x74\x95\xa3\x7f\x2e\xb3\x44\x24\xe8\xca\x81\x1c\xca\x6e\x3d\x4b\x44\xe3\x55\x8e\x58\x22\x32\x58\xca\x11\xe9\xac\x6e\x00\xa2\x54\x82\xa2\xa4\xbf\xee\x4f\xfd\xc0\x1a\x71\x0b\x23\x4b\x4f\x11\xf4\xb3\x24\x9a\xd8\xfc\x02\xfb\xb0\xb8\x46\x06\x58\x6b\xaa\x24\x9a\x28\xa7\x5f\xc9\x81\xe8\xac\x2e\x00\x48\x63\x93\xa9\x64\x10\xf3\x35\xe5\x05\x2b\xd2\x1e\xb1\xb2\xad\xc8\x66\x51\x55\xc2\x8a\x14\x69\xea\x2c\xb0\xc8\x26\x89\xae\x12\x2e\xb0\xa5\x6d\x51\x0a\x5d\x94\xf0\x2c\x61\x46\xda\x90\x2d\x85\x6d\xd0\x5d\x03\xab\xb0\xfa\xff\xc6\x85\xbb\xba\x1c\x66\xe6\x72\x85\x23\x2a\xf4\x0f\x90\x96\x79\x19\x94\xb8\x34\xf2\x07\x18\x43\x89\xa2\x12\x89\x7e\xf6\x7d\x94\x12\x83\xa8\x2e\x54\x76\x76\x73\x99\x16\xcb\xca\x2b\xa0\xce\x65\x4f\x52\x8d\x49\xd3\xac\x86\x1d\xba\x92\x1f\x88\x2c\x60\x97\x63\x10\xff\xdb\x68\x05\x38\x9a\x6f\x39\xc6\x50\x3d\x68\x19\x66\x42\xf5\x38\xae\x4e\x97\x44\x47\x89\xab\x53\xaf\xec\x16\x01\xd7\x7e\x81\x95\x2b\x0a\xd0\x59\x1a\xf2\xdb\xeb\xa2\x45\x8b\x54\x41\x8f\x21\x50\x05\x60\xc7\x08\x30\x67\x96\x1e\xb3\xea\xbd\xd1\x0b\x93\xa0\x26\x6f\xcb\x37\x8b\x13\x66\x96\x8e\xfc\xee\x2e\xb3\x37\x75\xfa\x28\xdb\xf0\xad\xd9\x82\xa0\xb3\x37\x25\x8d\x4b\x67\x6f\xea\xcc\x57\x7a\x4c\xaa\x1b\x74\xb1\x6a\xdc\x01\xe6\x54\x17\x81\x65\xdb\xc5\xd5\xce\xe3\x02\x56\xac\xbd\xcf\x65\xf0\x3d\xc9\xca\x32\xd8\x68\x3a\xfc\x94\x41\x7d\x32\x12\x0a\x96\x6a\xb2\x60\x9b\xf4\x4f\xa7\xa7\xc2\x55\xe7\xe1\x29\xdd\x96\x66\xf6\xe5\x6e\x99\x81\x28\xed\x32\x37\x50\xd2\xc8\x65\xa1\x1f\xa5\x2f\xcb\x62\x0d\x4a\x14\x17\x72\x06\xac\xbe\x4a\x5c\x64\x2e\x2f\xca\xb0\x13\x2d\xab\x16\x1d\xf2\x2e\x59\x74\x48\xa2\xbb\xc4\x3d\xe5\xf2\x36\x59\x2c\x11\x2f\x5a\xa0\xd1\x87\x6f\x20\xca\xc9\x1a\x91\xdd\x55\xb8\xa8\x1c\xcb\x73\x7a\x82\x96\xe8\x1a\xcf\x50\x60\x2e\x47\x13\xd5\x84\xb0\x03\xa7\xdf\x67\x8e\x65\x03\x94\x13\x1f\xa5\x17\x61\x18\x72\xb2\x6a\x0a\xe8\x04\xbe\xa5\x2b\x57\xe0\x33\xa8\x07\xd0\xc2\x8e\xf5\x79\x81\x45\x38\xff\x05\xca\x66\x96\x8b\xa4\x06\xef\xf2\xb0\xf2\x74\xbe\x2e\x40\xe3\x66\x19\xf6\x05\x67\x9d\x10\xa0\x66\x89\x4b\xc9\xe5\x25\x46\x80\x59\xb2\xec\x27\x27\xc0\xee\xae\xf2\xdb\xdd\x53\x8c\xfd\x2c\x61\xe4\x2d\xff\xdf\xf8\x5f\xf5\x05\x58\xc2\xf2\x94\x42\x9b\x36\x3f\x15\x04\x71\xb0\xc6\x23\x1c\x6c\x6b\xba\xc6\x1f\x41\xee\xea\xd2\xb6\xea\x92\x72\xfd\x67\xd9\x46\x59\xcb\x56\x06\x01\x8f\xe0\xd0\x9e\xb2\xad\xb2\x26\x08\x8f\x59\xee\x58\x95\x1e\x84\xb0\xca\x74\x20\x2b\x10\xea\x0b\x88\x70\x96\x9b\x6d\x65\x61\x7f\x87\xfe\x91\x69\x5c\xb6\x15\xd6\xb2\xd5\x0d\x01\x68\x1f\x1d\x8d\x15\x96\x93\xff\x67\x5f\xfa\xfd\x07\x13\xc6\xb2\xfc\x39\x79\x5e\x43\x40\x62\xe2\xe1\x41\x7d\x63\x12\xd4\x65\xc0\x75\x84\xf8\x39\x4b\x80\xeb\x58\x41\xbf\x90\xdb\xeb\xac\x52\xb1\x80\xa6\x38\x6d\x66\x3d\x62\x16\x8b\xca\x39\x1e\xe8\xfa\xa1\x50\xc3\x52\x19\xdf\x54\x76\x8d\x2d\x5e\x18\xfa\x21\x06\xdd\x5f\x88\x6d\x96\x55\x0e\xb0\x47\x3f\x8f\x24\x90\xce\xaf\x07\xa9\x0e\xdd\xef\xdf\x58\x79\x2e\x3f\x1c\x1e\xdc\xe2\x98\x02\xbd\x9f\xa2\x8b\x6e\x21\x56\x4e\x96\x2c\xab\x29\x26\x5d\x0d\xc0\x68\x51\x20\xf7\xac\xe9\x26\x64\xf9\xbf\x39\xac\x99\x0e\x79\xc8\x32\x8e\x25\xed\xac\x9a\x51\xf8\x92\x13\x75\x1b\x31\xd3\xe1\x02\x15\x13\x24\xcb\xca\xaa\x64\x19\x2a\xc9\x6d\xd6\x6d\x30\x34\xe5\x6e\xcc\x8a\xfe\x17\x88\xc6\xac\x25\xda\xa3\x19\xa8\xb4\x27\xbb\x4c\xa8\xa9\xdb\xd7\x62\xcd\xe9\x7f\x52\xfe\x7c\x17\x5e\x1b\xc9\x37\xae\xaf\xcd\x38\x49\x68\x00\xda\xe2\x03\x1a\x00\x88\xdf\xb3\x07\xb4\x85\xc7\xd3\xff\xd3\x60\xd9\x17\x15\xb2\x30\x8b\xa6\xda\x63\x4d\x79\xca\x83\x2d\xcc\x6b\x0c\xbf\x94\xd8\x81\x67\xed\xb1\xa6\x86\x6b\xec\xe4\xe7\xaa\x8b\xa8\xdf\xec\x2e\x71\xe3\x35\x7d\xdb\x5b\x41\xf3\x59\xdd\x15\xfc\xb8\x1d\x76\x99\x7d\xe1\x45\x05\x98\xfb\x3c\x24\x7b\x2a\x89\x83\x4a\x84\x9f\x75\xc4\xaa\xf2\x2c\x0f\x60\xb2\xba\xcb\xd1\x49\xa9\xe0\x3a\xd8\x38\x32\xdf\x2b\xf1\x53\x53\x68\x2e\xb3\x0e\x70\x5b\x65\x63\xd4\xc1\xbc\x7a\x14\x70\x5f\xf9\x78\x53\xb1\x09\x1c\x89\x53\xb9\x43\x9b\x87\x8c\x82\x3a\x62\x9e\xf4\x01\xb0\x06\xaa\xac\xf3\x3a\x63\x5e\x5d\x8e\x51\x5b\xf3\x5f\x14\x4e\x25\xb6\xc9\xfa\xb5\x4e\x66\x5d\xfa\xa1\x06\x32\x9d\x5d\x3f\x15\xdf\x53\xf6\x3a\xdf\x36\xc3\x3a\xbc\x6f\x56\xcc\xba\x2a\xc0\xb5\xe4\xdb\x8b\xca\x05\xda\xf4\x09\xb5\x2e\x42\x00\xdc\x1f\x7c\x4b\xbe\xc2\xaf\x78\x86\x94\x67\x3e\xeb\xb9\x8d\x2c\x91\xe0\xcd\x1a\xbc\xec\xb2\x2a\x2b\x8e\x94\xe9\x13\x67\xc5\x93\xe2\x80\xb3\x1a\x69\x74\xd2\x1f\xf5\x62\x00\x65\x99\x57\x74\xaa\x60\x57\x66\x45\xa7\x4e\x1f\x38\xeb\xd6\xa9\x63\x78\xcc\x2e\x96\x9d\xa7\x9c\xa0\xed\x69\x3f\x43\xbd\x10\x66\xee\xd2\x56\xba\xcb\xa7\xfe\xfa\x0b\x59\xa2\x0a\x49\xbc\x3b\x3c\xe5\x3f\x0e\x1b\x32\xa4\xeb\x2f\x5a\xa8\x06\xfd\x22\xa9\x5b\x2d\x26\xb0\x67\xda\x91\x51\x7f\xb1\x31\xd4\xc5\x1b\x85\xa3\xe8\xac\x7a\x83\x77\xef\x31\x05\x7e\x6e\xda\xed\x5e\xf1\x9c\x64\x1d\x01\x2b\x9e\x91\xcf\x56\x26\x73\xad\x5a\xbc\xdf\x31\x04\x32\xd5\x2b\xd0\xb9\x76\xc7\x55\x1c\x1b\xca\xce\x9c\x15\xbf\xc5\xa7\x8b\xa4\xae\x4d\x9f\x87\x2a\x3a\xd6\x07\xb0\xfa\xc4\xbe\x52\x93\x9f\xa0\x15\x72\x05\x7f\x90\x8a\xfe\x81\xb8\x43\x8b\x27\xe8\x51\xac\x84\x6b\x28\x61\x7f\xf0\x65\x27\xc8\xd0\xab\xb0\x9d\x7c\x14\xd0\x1b\x5d\xb4\xca\x7a\x99\x65\x7d\xb0\x71\xb2\xf7\x69\xa5\x45\xac\x8a\x34\x56\x4b\x31\xc8\xb2\x5b\x1a\xc1\x2a\x4a\x8e\x9a\x2d\x91\xd3\xab\x2e\xb6\x14\xfc\x5d\xfe\xff\x24\x00\xcc\xef\x3f\xbb\x85\x9a\xa4\x96\x68\x90\x8e\x98\x8d\xfb\xa1\x69\xa5\xdc\x08\x82\x4e\x12\xf9\x2d\xff\xb5\x48\x5f\x24\xb9\xdf\x8e\xe6\xb6\x95\xe6\xb2\x19\xd1\x38\xe9\xdb\xb3\xd0\x32\x57\x58\xd5\xff\xc3\xdf\x2e\xe1\xd7\x4a\xf0\x11\xba\x8c\xf0\xd3\xc2\x6d\x85\xad\xa8\xbd\xdc\x38\x55\xfb\x10\xdc\xf6\xa9\xba\xd9\x17\xd2\x40\xcf\x91\x6c\x69\x84\x27\x0b\x5f\x6f\xb6\x9a\x98\x32\x55\x07\x5c\xdd\xb4\x4e\x6b\x1c\xba\x85\x7b\x32\x1b\x79\xf6\x87\x47\x9c\x48\x17\x03\xe4\xcd\x56\x69\xb0\x4e\x98\xad\x12\xe6\x28\xfd\xd1\x2a\xc9\x5d\xc3\xff\x33\x25\x7e\x3f\xb4\xb6\x64\x53\x6b\x48\x4f\xd9\x61\x0d\xc8\x57\x63\x6d\xcd\xd6\xc2\xac\x68\x2a\xb3\xec\x9b\x5f\xf8\x6b\xa1\x7f\x00\x40\x22\xb9\xcc\x90\x4a\xa3\x35\x0e\xe5\x02\x16\x99\x8d\xc4\x2a\x51\x9d\xcf\x86\x16\x9f\x96\x15\xad\x23\x3e\x25\x9f\x5b\x8f\x21\x50\x8b\x88\x58\x9e\xfd\x5f\x08\x09\x66\x03\x0a\xc0\x01\x69\x8d\x4c\x7f\x87\x26\xb5\x01\xc3\xa5\x57\xe4\x88\xd6\x48\x38\x37\xe0\xf6\x8a\x9b\x3f\xb0\x43\x25\x47\x5a\x90\x7e\x5b\x4e\x34\x6e\x83\x84\x7b\x32\x5b\xa8\x53\xd9\x10\x8d\x33\xb8\x90\x60\x66\x1b\xa0\xd1\xc9\xb6\x6e\xd0\x7a\x5b\x5f\x37\xce\xe0\xd9\x9b\x6e\x9f\xc1\xf7\x07\x55\xe1\x44\xe1\xe9\xd0\xdd\x48\xc3\x3a\xbc\xab\xb9\x0e\x9a\x9f\x29\xe4\x94\xee\x30\xcc\x46\x1a\xd6\xfc\xac\xf2\xad\x93\x97\x70\xc1\x66\xe3\xba\x47\x50\x2d\xb3\x71\xdd\x33\x3f\x73\x0c\x33\xf8\xf4\x36\xda\x3a\x79\x9b\xd0\x2a\x5f\xe4\x25\x6b\x4c\x38\xa6\xdb\x29\xdc\x16\xa2\xd1\x7d\xe6\x32\x46\x08\x19\xb3\x11\xec\x3b\x05\x6b\x32\xdb\x19\x37\x8c\x9a\xb6\x33\x56\xa5\x6b\xe4\x14\xfe\xd9\x17\x04\xa5\x88\x89\x76\xb6\x93\x48\x21\x77\x89\xeb\x95\xef\x07\x5e\xd2\xef\xd4\x03\x4e\xe5\xb6\xce\x1b\xb7\x23\xd9\xa2\xf1\x8a\x65\x20\x4b\xaf\x85\x92\x77\x0b\x01\xfc\x39\xe4\x86\x6e\xa1\x82\x65\xc6\xb5\xad\x72\xb3\x6d\xd1\x46\x18\x88\x5d\x2f\xed\x17\x1b\x5b\x43\xc8\x29\xf6\x23\x08\x20\x03\x73\x68\x54\x0b\x05\x2a\x3b\xb2\xdd\x6c\x74\x9f\x93\x1b\xec\x60\xcb\xa2\x87\xab\x03\xe5\x6d\xcd\x06\x1e\xcf\x47\x39\x3c\x71\x62\xd3\xfb\x5b\x3f\x4e\xdf\x02\x37\xa2\x40\xba\xce\xb0\xed\xa1\xc3\x96\x95\x6f\x80\xcf\xe9\x7d\x22\x4d\xa7\x63\x34\xda\x1b\xb2\x5e\x3d\x7e\x83\x8c\xcb\x2f\x44\x85\xfa\x00\x41\x21\xca\xea\x9a\x2d\xd4\xa1\x0e\x4c\xfd\xc0\x30\x94\x19\xd6\x8f\xd8\x48\x4b\xe5\x0e\xd4\xa7\xff\x07\x48\x46\xba\xa2\x83\x6e\xe7\xd0\xd1\x1e\xea\x54\xa2\xb5\x27\x24\xe3\x72\x99\xf6\x49\x10\xf4\x3f\xed\xf8\xdf\x80\xf6\x8c\xe0\xd3\x01\xab\xe7\x58\x42\xfa\x3e\x5e\xed\x29\xd2\xd0\xd9\x33\x4b\x48\xea\xba\xe7\x58\x12\xaa\x00\x76\x4b\xc1\xa2\xcc\x4e\x28\xc2\xf4\x6d\x50\x2f\x31\x62\x7e\xe0\x8a\x07\xfc\x03\x73\xbe\xfc\x02\xc9\x1e\x1e\xa2\xc8\x76\x91\xa4\xe8\x15\x5e\x23\x89\x9a\x5e\xc9\x3f\xd7\x1c\x77\x5c\xbe\x2b\xbb\x8c\x5f\x41\xea\xae\x37\x72\xb0\xe4\x3f\xec\x5b\xd9\x8c\xf9\x79\x9e\xf4\xfe\xec\xe7\x69\x70\x95\x17\xa0\x37\xd0\x54\xbb\xcb\x77\x3c\xa0\x41\x6e\x40\x38\x78\xcc\x1a\x9e\x0f\x9d\xca\x3b\x7c\x5e\x4e\x1b\xeb\x7d\x40\xd8\xa6\x31\xe7\xc4\xf7\x99\xd4\x4e\x5a\x57\xab\xff\xa2\x6c\x7a\x8f\xd6\xc8\x5c\xe9\xc4\x31\xd8\xa6\xec\x03\x04\x0f\x99\x37\x9d\xb3\xd7\xf2\x92\xd9\xba\x62\xd8\x47\xdf\x01\x06\xb7\xc3\xba\x8f\x68\x8d\x5a\x3b\x6e\x8e\x2e\xae\x3f\x08\xa1\xfd\xfc\xcb\xf3\xfa\xde\x3c\xa0\x0e\xd6\xf8\x4f\x48\x4a\xbc\x60\x08\x3d\x10\x9c\xef\xec\x13\x83\x4f\x46\x74\x9f\xb4\xa7\xfb\x79\xc2\x75\x74\x6e\xe8\x93\xf5\x22\x8b\xb4\x2f\xb2\xaf\x3c\xba\xa4\xeb\xce\x5a\xfc\x43\xc3\x20\xd4\x07\xb6\x62\xa8\xc7\xa7\x1c\x15\xaa\x7c\x46\x85\xea\x50\x40\xbf\x7a\x40\x49\xa8\xb5\x83\xbd\x03\x23\xee\x9b\x9f\x7e\x92\xed\x24\x07\x7b\x07\x46\xdc\x0e\xf8\x7e\xc6\x82\xf3\x8a\x07\x47\xdc\x1e\xfd\x7e\x32\xa2\xd2\xee\xfd\x22\xcd\xcf\x0d\x06\x37\xce\xc7\xdb\x0e\xae\xb8\xc5\x78\xbf\xc8\x10\x90\xf6\xef\x17\xf9\x68\xde\x21\x17\x0d\xf2\x0e\x23\x47\xa3\x7b\xfd\x02\x25\x6e\x0b\xba\x93\x73\x31\xab\x87\x18\x8c\x14\xdb\xf8\x9d\x4b\x72\x47\x0b\x75\xa0\xc4\x67\xf5\x10\xfc\x18\x92\xe1\x0a\xce\xb0\xc7\x54\x86\x7f\xc2\x73\x4c\x36\xae\x4f\x21\xfd\x17\x23\xa2\xfa\x6e\x46\x44\x7a\xa4\x83\x34\x6e\x07\x6f\xbf\xb9\x43\x91\x1e\xe9\x37\x53\xe4\x1d\x77\x03\x32\xe3\xef\xdd\x67\x60\x09\x68\xc8\xef\x2d\xf7\xdb\xe7\x03\x34\xc8\x72\xf4\xa6\x41\x1e\x81\x00\x25\x71\x83\xc9\xce\xf5\xa5\x47\x7f\x58\x63\xd2\x94\x1d\xe4\xf1\x61\x21\xc4\x0d\xf4\xac\x6e\x21\x39\x17\xd5\x23\x46\x36\xee\x47\x2e\xbf\x31\xe7\x1a\x91\x37\x7a\xe8\xff\xf1\xa9\x7b\x97\x47\x0e\x84\x1b\xcc\x41\xcf\x51\x02\xfd\xfd\x6b\xc0\x7f\x1f\x1c\x90\x84\x09\xf5\x74\x8e\x23\xc0\xf4\xa5\xfc\xc7\x11\x2c\x58\x4d\x65\x5a\x28\xf7\xec\x00\xe8\xd5\x61\xcd\xe3\x60\xdb\x2c\x57\x18\x2d\xee\x2a\x33\x64\x9f\xfa\x59\xa5\xcb\xef\x33\x84\x6e\xe0\x3e\x69\x56\x47\x3c\x8d\x14\x23\xa4\xe7\x41\xfd\x98\xed\xf0\x0b\x04\xbf\x4b\x8c\x0f\xae\x90\xa7\xe5\xf4\xd8\x47\xd1\x32\x3f\x0f\xe0\x53\xc9\xfe\x02\xba\xcf\x59\x78\x23\x41\x34\x21\xcd\x31\xa0\x51\x99\xce\x48\x1b\x09\x07\xb1\xa6\x7d\x10\xfd\x38\x9d\xe3\x36\x82\x68\x45\x5b\x6f\x64\x2e\x62\x24\x7c\x07\x09\xbc\xbe\xc9\x18\x50\x95\xd9\x49\x3e\x72\x74\x52\x0a\x7f\x04\xf1\x8a\xa4\xef\x20\xc3\x37\xbb\xc9\xc1\x82\x72\xfc\x93\xae\x19\x41\x91\xe2\x01\x2a\xb0\xbc\x78\x44\x0b\xf4\x23\xee\x2e\x61\x88\xbe\xc4\x18\x41\x67\xe2\x01\x2d\x10\xdb\xb8\xf7\x35\xae\x2e\xf5\x7c\x85\xd9\x43\xaa\x61\x70\xfb\xfb\x7d\x1e\x72\x12\x4f\x48\x8d\xe1\x94\xf1\x31\xb6\xed\x50\x7c\x95\x37\x1a\xc3\x25\x39\x33\xe2\x24\xea\x8b\xad\x11\xa8\x70\x5e\x94\x2d\xd6\x84\xac\x8d\xd1\x02\x9c\xde\x35\x20\xda\x9c\x16\x32\x08\x6c\xb4\xab\x73\x04\x77\x88\x2c\xca\xd1\xa3\x09\xfa\x42\x67\x0c\x75\x7c\x1f\x9d\x09\xcb\x7e\x1e\x48\xb3\xcf\xff\x8c\xa1\x2c\xc2\x41\x7e\xc3\x74\x7a\xc0\x18\xf1\x41\xb5\x18\xe7\xad\x12\xfb\xe7\x18\x7f\xfc\xdf\xfe\x61\xf7\xd1\x87\xc1\xc1\x85\xee\x74\x74\xf8\x18\x84\x15\x7b\xda\x82\x3a\x44\xd7\x26\x63\xc4\x34\x68\xcd\xcd\x58\xa4\x1a\xa3\x49\x97\xa5\x80\xc7\x0c\x5a\x06\x4d\x23\x4c\x22\xf6\x68\x0f\x68\xce\x7c\xeb\x30\xb0\x00\xec\x8e\x1e\x58\x00\xd3\x79\x9a\x83\xd0\x41\x01\x16\xcf\xb1\x62\x8c\x35\x04\x8b\x75\xa9\xd3\xfe\x58\xcf\xb6\xb2\xdd\x63\x68\xca\xa6\x1b\xcc\x75\xab\x83\xd9\xc7\x19\x0d\xd2\xf7\x20\xfe\xb0\x5b\x6e\xa0\xb0\x3f\xeb\x16\x52\x31\xbb\x3a\x07\xa8\x6b\xb3\x5b\x30\xa0\xd1\x7d\xf0\x1a\x20\xbb\xda\x77\x3a\x40\x51\x9b\xdd\x3b\x0d\x15\x6e\x67\xe8\xb8\xc0\x1c\xf1\x10\x5e\x17\x43\xaa\x2f\x12\xf7\xf6\xf1\x41\x0c\x52\x14\xec\x60\x1e\x3f\x56\x89\x17\xfe\x0f\xec\x44\x2f\xdb\xd0\xf1\xbe\x2c\x1b\x3f\x30\x81\x74\x72\x1a\x71\x25\xda\xbd\x10\xb7\x92\x5f\xdd\x5b\x87\x48\x38\x43\x66\xcc\x01\x28\x87\x9d\xe4\x03\x87\xae\x5d\xd0\x83\xd3\x66\xb7\x80\x47\x89\xdb\x2b\x32\x6e\x96\x95\x3c\xd4\xe3\x8e\x41\xd3\xa0\xde\xd4\xe7\x9d\x08\x56\xab\x5d\x93\x03\xaa\x69\xe7\x5c\x8f\xf0\xbe\xf6\xea\x17\x62\x90\x5d\xa6\xc1\xf2\xdb\x0c\x52\x0a\x8c\x00\x3c\x07\x29\x05\x0e\xbb\x1e\xe1\x8e\xed\x1e\x65\x40\x38\x3e\x0b\x13\x77\xac\xef\xe7\xc6\x0b\x04\xb1\x77\xd2\x1b\x3a\x52\x43\x44\x98\xd8\x67\xef\x12\x26\x36\x9d\xa5\x36\xf6\x79\x74\x0e\x4f\xc2\x1b\x1f\x54\x03\x42\x8d\x3b\x2d\x62\x6e\xad\x5c\x05\x67\x37\xe7\x11\x83\x20\xf3\x79\x92\xcc\x28\x4a\xa9\x39\xff\xd4\x76\x57\x39\x06\x45\x15\x80\xc5\xea\xe4\xa3\x09\x16\x6b\x97\xe1\x31\xc3\x01\xec\xf3\xd8\x44\x2f\xe7\xf6\x2f\xa0\xd0\x73\x86\xd2\x16\x86\xe4\x9c\x28\x6d\x7b\x81\x26\x08\x1a\x76\xae\xce\x14\x8b\x60\xaa\xfc\x72\x65\xab\xe6\x84\x7b\xd8\x09\x66\x13\x70\x75\x3b\xaa\x26\xee\x61\x87\xce\xcf\x1c\xab\x46\x15\xa2\x03\x1d\x03\x3b\x49\x4c\x74\xa4\xfc\x04\x3b\xcb\x37\x8c\xb3\xa0\x0f\x74\x1a\x98\x25\xa6\x70\xb9\x42\x8e\xfc\xc9\x0f\x20\x4c\x3c\x21\x15\xda\xde\xe6\x72\x24\x89\xe8\xfd\x1a\x39\x78\xea\x61\xed\x64\xcc\xb9\x7c\x82\x14\x9b\x55\x66\x15\x8b\x7f\x65\xce\xad\x45\x8b\x73\xa9\xe6\xd6\xa2\xd5\x41\xb7\xb3\x81\xa6\x90\x5c\x0e\x0c\x4b\x8d\x18\x2a\xd1\x97\xcc\x33\x54\xa2\x33\xe4\xe6\x56\x89\x55\x08\x6f\x73\x82\x93\x35\x9d\x10\x3b\x5b\x60\xfa\x6b\x08\x20\xe4\x9a\x76\xc3\x4c\x08\xb9\xa6\x6b\x24\x88\x6a\x79\x91\xee\x13\x76\x13\x8d\xef\x9c\x9d\xd8\x7b\x9d\x37\x26\x4a\xd6\x37\x39\x93\x5b\x5a\xfb\x18\x26\x79\x89\xc9\x73\x80\xbb\xd7\x3e\xf6\x19\x97\xb4\x02\xba\x9a\xb3\x13\x31\xaa\x7d\x37\x49\x4b\xfc\xec\x8a\x38\x95\xfb\x44\x31\xc1\xe6\x9a\xde\x05\xa1\xb6\x87\xf4\xfa\x1c\xd8\xd7\x3a\x16\x4f\x2e\x69\xa7\xc3\xd7\x27\x1c\x61\x87\x4e\x75\x73\x70\x17\xee\x9d\x10\x4e\x61\x47\xbd\xcc\x11\x34\x04\x6a\xf3\x80\xea\x52\x5a\x73\x8e\x48\x0a\xd1\xa0\x70\x70\xf7\x3d\xf2\x24\x31\x71\x8a\xa9\x7e\x4e\x4e\xee\x42\xb0\x9d\x73\x46\x8b\xd4\x02\x92\x06\xa6\x11\x1a\xe6\x8c\xa4\x0d\x15\x81\x30\xf2\x56\x43\xcf\x3b\x2d\x6e\xe2\x13\xae\x87\x5f\x8f\x65\x50\xdd\x22\xb0\x3e\xbd\x94\x17\x44\x08\xde\x4a\xab\x83\xb4\xa5\x06\x72\xcb\x2a\xd0\xff\x39\xcf\x68\xb0\x46\xe4\x8c\x06\xbb\x05\x67\x64\x4e\xab\xc5\x1c\xcd\x8f\xcf\xff\xd1\x22\x9d\xdd\xe7\x49\x62\xa3\xcb\x44\xc0\x7f\xa4\xdf\x35\xf8\xa2\x86\x90\x5b\xd5\x43\x1a\x63\xfe\xb8\x9c\x92\x73\x63\xfe\x08\xb4\xf2\xf3\x3f\xd0\x53\xbd\xce\xd0\xc2\xbe\x88\x9f\x1c\xa4\x9d\xf5\x32\x7f\x50\x03\x79\x23\x70\x70\xf6\xa1\x68\xfe\x70\xb6\xe9\x7a\x6e\x6e\x9d\x5a\x45\x08\x32\xe7\x1d\x23\x62\x71\xbe\x4f\xce\xd5\x07\x8c\x79\x37\x10\x26\xd4\xc0\x3b\xe6\x50\x0d\xe4\x24\x6d\x93\x7c\xde\xa8\x48\xb9\x0a\x26\x1e\xde\x69\x59\x10\x77\xa8\x4e\x24\x9a\x77\xa0\xa3\x69\x44\x9e\x98\x33\xcd\xe1\x03\x21\xab\x54\xe8\xdc\x5a\x3c\xdb\xfd\x35\x51\xe2\x4e\x13\x99\xe0\xa9\x1f\xeb\x5f\xb8\x3d\xe7\x7c\xe1\xa7\x75\x63\xde\x44\x59\xa3\x41\x8c\xd2\xd6\x79\xfa\x81\xbc\x52\x0b\xe3\x7d\x0c\xcf\xcb\x82\x06\x6e\xee\x8f\xb0\x07\x8b\xe0\xa3\x7e\x21\x08\x73\x5a\xcd\xe4\xfe\x75\x7e\xca\x31\x7f\x7e\xfe\x8d\x06\xfc\xd7\xdd\x15\x41\x4f\xc5\xe5\x01\x44\xb2\xcb\x9c\x9a\x75\xfe\x5b\x84\x18\x89\xc6\x66\x2e\x32\xfc\xe6\x94\x29\xba\xd0\xd7\x0e\x6d\x58\x71\x8c\x96\x36\x58\x70\x87\x3a\x85\x64\x71\xe6\xf5\x9d\xf7\x42\x01\x3b\xa1\x62\xe5\x18\xc2\xa5\x72\xc4\xe6\xab\xbe\x8c\xbb\x4f\x9b\x7e\xe5\x78\xff\xbf\x11\x58\xe5\xf8\xdf\xff\x35\x8b\xfa\x55\xa2\xc1\x92\xdd\x6b\x2b\xe0\xcf\x15\xf8\x2a\x28\x6c\x49\x99\xc5\x21\xd5\x19\x1a\x8b\xe4\x3b\xd3\x79\xcf\x85\xc6\x76\xac\xc6\x22\x2c\xfa\x93\x73\xbe\x0a\x96\x6d\xf7\x17\x49\x32\x91\x6c\x5f\x10\x86\x39\x91\x68\xd5\x80\x82\xd3\xf3\x15\x4a\x5f\xb7\xb0\x05\x17\x89\xfe\x87\x5a\xa4\x4b\xca\xac\x86\x60\x96\x64\x5f\x0d\x48\x60\x09\xf2\xd5\x31\xb9\x24\xb8\x17\x31\x48\x46\x2a\x58\x11\x83\xe4\x08\xa0\xd5\xa3\x87\x7e\x21\x58\x92\xfd\x02\x26\xc1\x5c\xfe\xe1\xc7\xa5\xbc\x7a\xb8\xb5\xd5\x70\xc6\xc6\x1a\x81\x86\xa7\x1e\x85\xcf\x58\xc7\x95\x45\x8e\xfb\x67\x15\x86\x2a\x71\xa4\xf9\x0a\x27\xb0\x67\x95\x78\x9f\xe9\x48\xf2\xc5\x99\xd1\xe1\xfa\x6b\x06\x7f\x95\x2b\x80\x6d\x72\xfa\x0b\xbb\x85\xcb\x65\xa0\xc3\x45\x6b\x37\x17\x51\xbe\xc6\x92\x5b\x44\xf9\x7e\x27\x11\x64\xf0\xea\x75\x7d\x02\x75\xe0\x17\x4e\xa0\x11\xbc\x8c\x60\x9a\xae\xd9\xcf\x33\x86\x4b\x87\xc0\x05\x3d\x48\xf5\xc6\x39\x49\xa1\xf6\xc2\xbe\x32\x65\xb5\x78\xab\x8a\x65\xed\xb7\x82\x59\xda\x63\x78\xc5\x4d\x8c\x46\x20\x02\x70\x1c\x10\xb3\xae\xf8\x80\x26\x91\x23\x9e\xb3\xb1\xd6\xd6\x35\xd9\x8e\xfc\x45\x96\xb9\xed\x83\xf5\x2b\x51\xa1\x5a\xf8\x0b\xef\x88\xcb\x01\x3d\xac\x21\xc1\xed\x5b\x8b\x2b\x20\x67\xfb\xf3\x81\x09\xd2\xaf\xdf\x5f\x04\xc5\x6a\xc8\x48\x85\x9a\xe2\x22\x9c\xeb\x26\x0b\xd1\x73\x70\xef\x75\x6b\xcb\x73\xc1\xff\x68\x0c\xaa\x75\xc7\x98\x7b\xe5\xa3\x6d\x8c\x4e\xb4\xee\xf8\x42\xf7\x0f\x0f\x0f\xa8\x0b\x4f\xa0\x65\x6b\xd0\xe3\x4c\x68\xb4\x9d\x85\x3a\xb1\x3f\x6d\x81\xae\x53\x3c\xed\xfb\x4c\xf8\x41\xd8\x5b\xfb\x84\x37\x5a\xfa\x27\x60\x81\xf5\x02\x7b\x20\x5d\xb5\x5e\xec\x25\xd9\x4f\x2b\xae\x2b\x97\x6c\xbe\x15\x8c\x60\x52\x37\xeb\x8d\x55\xec\x39\xc6\xed\x2b\x02\xe1\x79\x92\x72\x6e\x05\x76\x1e\x09\xd1\x35\x54\xe6\x00\x3a\xfd\x7f\x01\xd8\x61\xa9\xbc\x8d\x4c\xe7\x86\x9d\x64\x98\x3b\xe8\xf7\x84\xcb\x7a\x0a\xb3\x76\x9e\x84\xc8\xf6\x4f\x85\x31\x45\x9f\x16\xfc\x68\x81\xbf\x10\x53\x24\x05\x72\x1e\x50\x63\x34\x3f\xf0\xc6\x03\xfa\x66\x0a\xe8\x00\xf5\x31\x41\xce\xa1\x65\x79\xc6\x99\x71\x2d\x3f\xb0\x8f\xb4\x4e\xd9\x38\x13\x28\x25\x9f\x0a\x63\x14\xa5\xa3\xce\x14\xbd\xec\x2a\x13\x7a\x76\xb8\xfc\x23\xa3\xfc\xf0\x27\x89\xf0\x58\xfe\xc2\x13\x0f\xa8\xd7\x1c\x43\x0d\x5b\x75\x12\x73\xe4\x44\x99\x13\xbf\xed\x3a\x0e\xff\x10\x6d\x56\x05\x90\x60\x5a\xa7\x9c\xdc\xcb\x56\x9d\x50\x4e\x08\x44\x84\x61\x3d\xcf\xad\xf5\x66\x93\x1a\x3f\xd1\x7a\x9f\x90\x99\x73\x6b\xbd\xad\x0c\x55\x26\x8d\x42\x9b\xf9\x2c\xb1\x53\xd4\xe2\xca\xca\xf1\xff\x35\xde\xd7\x98\x10\x45\xf4\x89\x89\x3c\x6b\xa0\x17\xbb\x82\x87\x17\xfc\xff\x1b\x2f\xe8\x01\x18\xb7\x6c\x5b\x9d\xa0\xdb\x7c\x02\x95\xce\x96\xa9\xc1\x65\x70\xbd\x1d\xd6\x73\x42\x00\xe2\xf0\xe6\x13\x6f\xae\x68\x0c\xe7\xb9\x4f\xa6\x5b\x9d\xab\x0c\xb8\x8c\xd7\x26\x8a\x77\xfa\x7f\x38\xbd\x7c\x55\x7a\xfe\x71\x7a\xa9\x01\x1d\x7e\x0a\x19\xc3\x67\xc4\xfa\x7a\xd6\x83\x23\xc4\x9b\xa3\x07\x12\x41\xf3\x03\x17\x0e\x24\x0d\x2a\xc4\x9d\x62\x7f\x9d\xe7\x3e\x46\x0e\xc7\xfb\x9d\xf0\x76\x2e\x2f\x9b\x1e\x63\x28\x1d\x70\x0e\xf6\x86\x1c\x89\x67\x24\xa9\x4b\x3c\x9d\x1c\x22\x97\x8c\xa7\x73\x04\xb1\x8d\x7a\x1c\xce\xe2\xcf\x06\x1f\xac\xc3\xea\x32\x18\xd4\x5e\x36\x23\x5a\xec\x06\xbc\x94\xf5\x81\xc9\x94\x48\x2b\x9e\x00\x19\x7e\x04\xca\x64\x19\x79\x0a\x67\xdc\x8d\xfb\xff\x49\x83\x74\xc2\x3a\xe7\xe2\x00\xa2\x1e\x72\x5d\x2c\xf8\xf9\x79\x4e\x36\x86\x87\x70\x1b\x02\xa5\x7a\xdd\xaf\xe8\xa1\xae\xe6\xce\x45\x3c\x80\x7b\xbc\x0d\x81\x39\xa4\xc5\x4e\xc0\x6f\x96\xdd\x17\xe7\x3a\x59\x15\xfa\x22\xde\x64\x47\xfd\x9f\x2b\x26\x45\x52\xfb\x3c\x81\xaf\xf4\xc2\xde\xa6\xc5\x74\x4e\xf1\x19\xa4\x21\x3e\x99\x9f\x27\xb3\x22\x2d\x75\xee\x63\xe9\xec\x9f\x17\x98\x14\xcf\x22\x91\x49\x2d\xff\x53\xae\xe7\x79\xc6\x46\xb5\xbc\x3c\x91\x76\xde\x98\x27\x49\x00\x1e\xb1\xeb\xa0\xac\x19\x88\x2c\x6f\x1f\xc9\x4e\x78\xca\x7c\xe3\x7f\x5e\xcc\xa9\xec\xdd\xf3\x5a\xc8\x2e\x0d\xd0\x3e\x04\x4f\xa7\x4e\x9e\xc0\x3d\x3b\x39\xf6\xfc\xb1\xcf\x65\x0f\x9f\x18\x26\xcb\x67\x90\x33\x9c\xd5\xde\x36\xbf\xa0\x63\xd2\x94\x72\xdf\xbc\x6c\xf3\x9f\x00\xe4\x2c\xb9\x67\xce\xa0\x2b\xf5\x29\xe3\xfc\x5d\x58\x73\xea\x02\xc1\xc5\xcb\x87\x82\x93\xd0\xa8\xe5\x8d\x02\x42\xce\xb2\xd1\x7f\x72\xb2\xb6\xf1\x74\x92\xb7\xbd\x6c\x74\x9f\x77\x08\x13\xd5\x08\xa2\xb4\x2f\x15\xce\x9b\xd0\x20\xcb\xcb\x7b\xf0\xbc\x46\xf9\xe6\xd4\xe1\x75\x89\xad\xe3\xb8\x8b\x13\x5b\x67\x19\x5d\xe0\xbc\x11\x16\xf2\x96\x9c\x0f\xc3\x6a\xdd\xfe\xc4\xb0\x7a\xa2\x1f\xf6\xaa\x6e\x92\xce\x07\x9d\x61\x7c\x82\xf3\x61\x62\x87\xcb\xa0\x54\xb8\x89\x0f\x4d\x94\x39\x76\x3e\x31\x8a\xb2\xc2\xcf\x87\x51\xf4\x66\x7e\xa2\x89\x1a\x83\x17\x71\xe5\x31\xe1\xbc\xbd\x9c\x9c\x77\x6e\x8b\xe9\x63\x9e\x9d\x6f\x2c\x35\xf5\x71\x1b\x44\xe3\x23\x4e\xb6\x3d\x34\x9d\x3c\x7f\x72\xfe\x5e\x4e\x66\x3f\x41\xfd\x71\x86\xca\x09\x18\xe0\x4a\x9f\x26\x20\xe0\xe4\xc0\x38\xdf\x18\x66\x6f\x17\x38\x54\x05\xf7\x3e\x4f\x8e\xe8\xcb\x81\xf1\x17\x1c\xaa\x45\x9a\xf3\x0a\x1b\x4c\xf2\xe2\x3a\xa0\xf9\x53\x13\xae\x23\xe6\xe5\xf3\x02\xba\x5c\x9d\xb8\x70\xd1\x3b\xf2\xf1\x02\x6f\x70\xf9\xb0\x74\x91\x9e\xed\xc5\x7a\x61\x94\x39\x0e\xf0\xc2\xc4\x32\x4c\xe8\x75\x44\x93\x25\xa5\xaf\x30\xb1\xe4\xa6\xb8\x52\xac\x0c\xb5\x28\xc5\xca\x90\x5a\xb8\x52\xac\x0c\x97\x21\x06\xf0\x18\xa4\xd8\x91\x12\xcb\x17\x1c\xa9\x3e\x1d\x5d\x70\xa4\x3a\x36\xf2\x4a\x9c\xef\x3c\x28\x61\x72\xd9\x62\xba\xc2\xe4\xd2\xcc\x5f\xd0\x8e\x8b\x54\x7b\x5e\x39\xce\x0e\xaa\x20\xff\x41\x6b\xab\x89\x19\x63\x40\x7a\xe0\xca\x2c\x5e\x49\xa1\x8b\x5c\x28\x87\x0a\x5e\x58\x5c\xce\x09\xbc\x60\x45\x75\xde\xee\x05\xc0\xa0\x73\xde\x2f\xe8\xcf\x0c\x78\x72\xd5\x70\xc7\xaa\x81\x61\x0f\x4d\xff\x4f\xd4\x98\x54\xf7\x05\x46\xb3\x6d\xff\xab\x45\x07\x64\x4d\x5c\x58\x33\x55\x77\x7e\x57\x43\xc8\x49\x8b\x5c\x8d\x53\x7e\xf3\xf3\xb1\xb4\x97\xbf\x40\x0f\x25\x71\xae\x4e\x36\xb6\xb6\xf7\x05\xf6\xde\x92\x98\xbd\xb6\x75\x52\x6c\x4c\x5c\xc0\x34\x8f\x7f\x53\x3b\x17\x96\x89\xdd\xd9\xd7\x20\x5c\x57\x12\xf8\x8a\x94\x21\xcf\x1f\x88\xca\x76\x1c\x5e\x13\x25\x2a\x53\xe8\xda\x7a\xff\x03\xef\x75\x4d\x78\xea\x3d\xbd\x2b\x63\x5a\x69\xba\x70\x08\x38\x65\xe9\x0a\x3b\xc0\x97\xb4\xd7\xb6\x03\xa6\xe3\x45\xae\x15\xe3\xef\x0a\x11\x04\x72\x95\x5e\xa4\xf9\x2e\xdf\xc9\x5e\x2b\x26\x54\x2d\x0a\x3b\xc0\xb7\xba\xd7\xb6\x03\xaa\x41\x0f\xae\x93\x03\xb9\x87\x00\x3b\xc0\x87\xd3\x2b\xf0\x88\xbd\x84\x83\x07\xc2\x1f\x04\x2e\xc6\xc9\x6f\xd7\x56\xe4\xc5\xe8\x2a\xd7\x89\x2f\x56\xb2\xee\x3a\xcf\xfd\xfd\xe5\xf2\xf5\xbf\xff\x2b\x76\xe5\x5d\x78\xb7\xcd\xc5\x3c\xaf\x13\xb0\x14\xef\xb1\x93\x40\x47\xa9\xb4\x8b\x2c\xa5\x43\xf2\xfe\xba\xc8\xbe\x97\xd2\xbc\xc2\x52\xf0\x15\xed\x45\x1e\xb1\xe3\xb6\x2e\xd8\xc3\x9c\xcc\x71\x5d\x38\xf0\xbd\x84\x2f\x8e\x9f\x5e\xb1\x64\x35\x89\xe8\x7e\x5e\x30\x4d\x34\xef\xa1\xbf\x6b\x71\xf5\x88\xac\xa6\xe5\x6b\xef\xeb\x22\xef\xea\x53\x41\x50\xef\xb8\x4c\xf2\xb8\x45\xed\x36\x4d\x52\x97\xb0\xbf\x7e\xb0\x86\x7b\x0a\x7e\x09\x4c\x20\x75\x70\x5b\x26\xc5\x47\x96\x2b\xfc\xf7\x16\x6b\xe1\x32\xf1\x94\xff\x22\x79\xde\x62\x0d\x3a\x31\x1b\x22\x17\x59\x51\xc6\xd2\xbd\xb6\xe5\x52\x3f\x9b\x7e\x1b\x2e\x75\x7e\xca\x60\xc7\xbb\x43\xf8\x58\x8c\x7a\x75\x41\x37\x36\x75\x36\xbe\xb6\xd9\x52\xc5\x02\x31\xaf\x30\x5b\x1c\x18\x70\x01\x37\xe3\x80\xa1\x0b\xfe\x30\x1f\x00\xae\x6d\xb6\xd4\xa5\xa3\xf0\x75\x13\xfb\xa7\xe3\xfc\x45\x28\x9d\x53\x11\xae\x88\xa4\xf3\x14\x6d\x33\xa6\x2e\x8f\x48\x98\x31\xde\xb7\x5c\x10\x54\xeb\x2e\xe0\x90\xa7\xd7\xdc\x43\xd8\x97\x95\x21\xf4\x60\x8e\x19\xba\x80\x4b\x36\x68\xc6\xf5\x04\x9b\xa9\x9f\x07\xc7\xdc\x72\x09\x42\x56\xc7\x28\x5d\xcf\x19\x03\xa2\x06\x6d\x23\x27\x7f\xe4\xc6\x03\x4c\x94\x77\xe9\x13\xec\x26\xfe\xe0\x1e\xf1\x25\x27\xd6\xf5\x84\x6f\x54\x03\x46\x64\xdf\xf2\xae\x0f\x6c\x19\xaf\xe9\x17\xc8\x8a\xcf\xf3\x85\xe7\x35\x00\x10\x84\x39\x50\xef\x7a\xa1\x3f\xb3\x14\x78\x99\x20\xf9\xc4\xae\x97\xf4\x24\x2f\x49\xe0\x92\x9b\x07\x9c\x48\x41\x73\x50\x5c\x2f\x78\xd6\xb6\x46\xb0\x90\x8c\xde\x7c\x41\xeb\xb1\xac\x15\x30\x90\xba\xf7\xf4\xb6\x8f\xb2\xbd\x2d\xd7\xb6\x8f\xea\xd2\x71\xe2\x77\x44\xff\xa7\xca\x89\xfe\x1c\x2a\x67\xfe\xff\x27\x2d\xf3\xc3\x76\xf2\xf6\xf8\x1d\xcc\x7e\x76\x65\x0d\xea\x85\xa4\x72\x07\x45\x27\xab\x3c\x78\xde\xff\x03\x5b\xa7\xc6\xff\xf0\x77\x99\x1d\x7e\xfe\xb6\x69\x55\x1d\x12\xf7\x3b\x48\x16\x2b\x6e\x00\xa3\x93\xfd\x81\x9b\x60\x2b\x97\x1f\x22\x53\x5d\x66\x74\xb4\xdc\x7f\x60\x41\xdb\x26\xff\xa5\xc0\x43\xd7\x68\xe1\xbb\x72\x40\xe0\x8f\x18\x45\x5b\x25\xbf\xc4\x6c\xca\xdd\xf6\x4b\xe0\xc4\x25\xd7\x7f\xf1\xbc\xfa\x13\x11\x8a\xc3\xf5\xdf\xfc\xaf\xf6\x85\x67\xcb\x41\x31\x3f\xc8\xe8\xad\x16\x7f\x99\xab\x77\x09\xac\x1f\x9e\x2d\x87\xde\xfe\x72\xa3\x42\x75\x28\x13\x3b\xac\xe5\xff\xcb\xcc\x80\x7c\x38\xbf\x6d\xa6\x65\xcb\xa3\x5f\x26\x93\x36\xfb\x7d\xa0\x66\xbd\x7c\x32\xe1\xe9\x92\x3f\x3f\xc0\x19\xcd\x8c\xf0\x03\x58\xda\x3a\xed\x57\x02\x12\x59\xfd\x89\xdb\x1f\x6d\x9f\x5f\x4d\x80\x55\xa8\x3f\x95\x68\x39\xf7\x27\x58\x6a\x3d\x01\x75\xe2\x5c\x54\xfd\x20\x27\x1a\x19\xfb\x47\xb4\x85\x6f\xe9\x7f\x0d\x2f\xbd\xcc\xcc\x1f\xe9\x09\x62\x63\x9a\xbf\x06\x96\xab\x74\xf2\x8f\x0c\xf5\xcf\xf8\xf5\x40\xb4\xf1\xff\x71\xb4\x55\x7f\x80\x73\x29\x6e\x2f\xb9\xdd\x4d\x02\xff\x07\xbc\x71\xf3\xfb\xa4\x07\xd8\x0c\xfd\x0d\xe4\xb7\x17\x38\x97\xfe\x4d\xf2\xfa\xc7\xa5\x7e\x93\xbc\xfd\xcd\xd8\x21\xfa\x1e\x76\x9a\x79\x25\x7e\x5c\xf2\x2f\x93\x83\xfc\x20\x9a\x18\xfe\xe0\x36\xcc\x3e\x24\x3b\xbf\x15\x0d\x54\x85\x84\xe7\x8f\xe2\xff\x1f\x1c\x97\xea\x70\x98\x5d\xc5\x4b\x1e\xf7\x8b\x4f\x43\xbf\x13\x5e\xfb\xee\xff\xf1\x89\xc9\x8c\xfa\x9d\x83\x1c\x1c\x3f\x1f\xfe\x11\xf5\xf0\x0c\x77\x86\x56\xc4\x19\xc0\xb1\x7e\x1e\x6f\xb1\xcc\xe6\x1f\xfe\x94\xa9\xa3\xce\x6f\x5b\x4d\xd3\x68\x66\x3f\x68\xe0\x0d\xff\xfe\x0b\xab\xc9\x30\xb0\x3f\x6e\x8a\xc4\x45\x35\x7f\x44\x0b\x5a\x63\xfc\x88\xf7\xb7\x8b\xfd\x07\x3a\xcb\x32\xd4\xed\x8f\x80\x7f\x63\xe5\xfe\x2e\x7a\xe8\x39\xbf\xb8\x35\x70\x0f\x30\xab\x96\xaf\xb5\x7f\x24\x92\xf9\xa4\xf0\xbb\xe8\x62\xf6\x07\x70\x19\x7d\xba\x74\xf3\xbc\x86\x98\xbb\xaa\x55\x3c\x69\x81\x88\xec\x5d\xb1\xed\xaa\x79\x78\x55\x6d\xbb\x6a\x15\x5d\xe7\xfd\x70\x09\x39\xa1\xf3\xf7\x2b\x38\x4f\x54\x1f\x1e\x21\x27\xc1\xfe\xb6\xdd\xb5\x3e\xbb\x10\x44\x97\xe5\xbb\xa7\x1f\x2e\x23\xdb\xe2\xbf\x1f\x93\xdc\xff\x89\x82\xe0\xf7\x8b\xf1\x91\x8e\xfb\x41\x6c\x3f\xdd\xfc\x9b\xe6\x5b\x08\xe1\xeb\xf1\x4d\xd8\x8f\xd0\xc5\x21\x33\xf3\x47\xa2\xdc\x2a\x9e\x81\x3b\xda\xaf\xfe\x00\xa7\x6c\x25\xfa\xbb\x63\x17\xe9\xf8\xf3\x0b\x6f\x90\x07\x24\xcc\x28\x03\xb0\xfe\xf0\x06\x55\xaf\xf2\x3b\xb6\x89\x0e\x4c\x3f\x10\x99\x8b\x1f\x80\xda\xde\x4e\x85\x1f\xee\xa3\xfe\x29\x73\xc3\xea\x8d\x8d\xf7\xc8\xa1\x29\xbf\xf0\x1e\x19\xc2\xf5\x07\x63\x99\x9d\xdb\x3f\x50\xf8\x44\x28\x36\x7f\x0f\x83\x28\x43\xeb\xb7\x0d\xad\x55\x2c\xa9\x60\xbe\x9f\xb2\xdd\x7f\xe4\x50\x4c\xcf\x31\xc9\x7e\x3e\x5c\xfc\xde\x00\x86\xd2\x10\xbd\x51\x9f\xff\xff\xb1\xef\xd5\x9e\x17\xcf\xb1\x4c\xe5\x1f\x8e\x1d\xd3\x3a\xfd\xc2\xb1\x23\xa2\xd9\x79\x93\xec\x27\x9a\xba\x79\x87\x5f\x46\xa7\x97\x9b\xcb\x32\xe7\x0f\xdc\x61\x3c\x98\xc0\xec\xc6\x2f\x33\x34\xab\x37\xd9\x7f\xc6\xfd\xbd\x21\x28\x5b\x16\x45\xf7\x41\x13\x25\xba\xee\x23\xf6\xd5\xf0\x0f\x1c\xc9\x35\xc6\x37\xd1\x99\x62\x8d\x9b\x77\x8a\x1b\x0a\x3d\xff\xc7\x94\xaf\x16\x25\x5c\xb3\xcb\xef\x93\x6c\xde\xfc\xfe\xc3\xf1\x43\x5d\x4c\x40\x59\xc9\x98\xbb\x73\x84\x97\x68\xe7\xdf\x64\xdf\x4f\xd9\x3b\x37\xe1\x95\x4e\x96\xba\x31\x17\x7c\x69\x7d\xe7\x08\x2e\x54\x8f\xb7\xb9\xe0\x9b\xb9\x7b\x5b\x0b\xd5\x29\xb2\x77\x0e\x28\x29\x3f\x8e\x31\xeb\xf6\x02\x06\xed\x28\xe6\x9b\x68\x13\x03\xdc\xdc\x79\x1f\x81\x0d\x52\x71\x07\x16\xf4\xe7\xf3\x01\xb0\xa0\xfe\xe6\x87\xd4\x28\xd7\x1f\xd1\xf7\xaa\x1f\x10\x3f\x47\xa4\xdd\x25\xee\xdc\xf5\x3d\xac\x0d\x87\x7a\xdc\x11\x8c\xd2\xfd\x3c\x94\x75\x9e\x3f\xac\x11\x07\x09\xdc\xb0\x5a\x0c\x59\x03\x37\xe9\x97\xfd\xf3\xfc\x19\x9b\x4e\xe5\x8b\xfa\xfc\xfd\x1f\xc3\xed\xf2\xcd\xff\xfe\xfe\x36\x47\x6d\x0d\xdd\x05\x44\x0b\xa9\xa2\xbb\x1e\x3c\xaf\xf1\xc2\x3a\xb2\xef\xf2\x86\x0a\xad\x4b\xa8\xdc\xb5\x00\x5e\xe3\xf7\x61\xdb\x76\x7b\x6a\x84\x0c\xa8\x3f\x40\x0b\x18\x65\xf1\x26\x58\xd5\x5e\xbd\xbb\x42\xd9\x57\xfc\x3d\xda\xff\xf9\xde\x03\x3e\xb9\xeb\x7f\x89\xcf\x52\xfd\x30\x68\x38\xe4\xf0\x6e\x05\x1e\x00\x7d\xaf\x45\xfc\x96\xea\xdf\xd6\x58\xaf\x92\x61\x77\x03\x49\xb4\xbb\x3e\xce\xef\x56\x34\x77\x9b\x04\xec\xb9\x82\x45\x05\x6a\x10\xd9\xa6\xfd\xdf\xe2\x03\xee\x06\xbb\xbb\x57\x6b\xdb\xb3\xe7\xd8\xec\xbb\x6d\xe3\xdc\xa6\xd0\x4d\x22\xaa\x48\x75\xe7\xdd\x42\x62\x79\xfb\x77\xb2\xc8\x64\x39\xdc\x18\x93\x45\xc6\xee\xbd\x8d\xc9\x6a\x8f\xd5\xdd\x83\xe5\xd2\xcf\x57\xb8\xf3\xfc\x7c\xc8\x78\x29\xba\xbb\x77\xe6\xcf\x0f\x84\x75\xec\x0a\x42\x6f\xb9\x1c\x12\xce\x1b\x86\x1b\x4f\x43\xb5\xde\xb0\x75\x98\xa9\xed\xde\xe6\xeb\xf8\x2c\xe0\xa0\x76\xfb\x94\xe1\x80\xb4\x84\x1c\xc1\xea\xeb\xf7\x07\xdc\x3a\x7a\x1e\xb6\x0d\x07\xcc\xdf\xb3\x52\xbf\x9e\x9f\x30\x8b\xca\x3c\xbf\xa1\x93\x75\x6a\xe3\x3d\xf1\xa1\xc9\x32\xba\x57\xa2\xfd\x5a\x60\x2b\xea\x53\x7b\xb8\x6d\xf4\x2d\xd0\xbd\x82\x96\xc6\x65\xd8\xcf\x65\x1d\xdf\x67\x21\xb5\x52\xef\x63\x8c\x56\x9d\xd7\xee\x2b\xbe\xa7\x05\x8c\xad\xe8\x44\xc2\x7b\xdb\x8a\xd5\xc8\xee\xf7\xc5\x02\xb7\x00\x21\xb1\xc4\xb9\xa7\x37\xa6\xe0\x47\x60\x84\x29\x58\x2d\xe1\x48\x16\xfd\xec\xb8\x70\xb1\x55\x6f\x59\x42\x5c\x3f\x5b\x1a\x17\xdb\xfa\x7e\x02\x9a\xe2\xe2\x4f\xbc\xbc\xa0\x21\x86\xed\xa2\x7c\xca\x0c\xa1\x87\x8c\xd4\x94\xf5\xfd\x61\x1b\x16\x9f\x4d\xf9\xdb\x8a\xde\x32\x87\xbb\x3c\x53\x0e\xdc\xbf\x68\x90\xac\xaf\x3b\x7c\x5e\x86\x3b\xbc\xb7\xf9\x96\x7d\x35\x70\xdf\xd1\x67\x4d\x02\x99\x26\xe2\x49\x9e\x37\xd8\x7b\xeb\xb3\xea\x82\xe3\x3e\xb9\xfc\xf0\x82\x06\xf1\x0e\x06\x49\xb5\x80\xa0\x56\x27\xd4\xde\x0f\x5d\x1e\xfe\x9f\x48\x2a\xcf\xea\x13\xb3\x22\xdb\xe5\x7e\x22\xab\x40\x7d\x24\x2c\xe9\x23\xd7\xc9\x54\x31\x74\xd1\x0d\xa5\x97\xf3\x48\x6e\xe2\x58\x7d\x93\x77\xbf\x18\xa4\x0e\x47\xbf\xa1\x9d\xf7\x1d\xef\xfd\xf6\x78\x40\x63\x00\x72\xc2\x67\x08\x48\x55\x69\x5e\x78\x2f\x2d\xb2\xf1\xf4\xc6\x98\x4d\x37\x81\x9d\xaf\x41\x7f\x8e\x38\x08\x2f\x95\xf9\x80\x2a\x7c\xc2\xf3\xa2\x16\x3d\x47\x2c\x44\x59\x53\x0f\xd6\x93\x09\x3b\x9e\x03\x64\x6d\x19\xe1\x0f\x97\x5c\x8e\x06\x7f\x52\x0c\xba\xcb\xd1\x20\x3f\x8f\x23\x4b\x93\xf0\x24\xd6\xad\xe6\xe0\xc1\x13\xd2\xa5\x6b\x1e\x72\x33\x1d\xa2\xf3\x60\x8b\x38\xef\xfb\xc9\xa8\x02\xad\xba\x07\x72\xd5\xe5\x58\xb2\x27\x33\x69\xc3\x2f\xdc\xf1\x80\x7f\x60\x59\xc9\x3c\x7c\x20\xa6\x30\x81\xed\x83\x35\xb2\x5a\xfa\x27\x94\xb4\x87\xcc\x96\xaa\x7d\xf3\x10\x42\xe4\x53\xe3\x03\xf1\xaa\x27\xec\x21\xb3\xc5\x2b\xe0\x29\xec\x12\x2d\xea\xa7\x30\x7e\x52\x16\xcf\xb6\x1d\x86\x97\xd4\x03\x07\xfc\xb2\x2b\xe5\x21\x6e\xb6\x17\x97\xe3\x1a\x53\xdd\x05\x0d\xb8\x4a\x16\x3f\xe1\x5a\x99\xfe\x9f\x06\x2c\x7f\xe0\x62\xc2\xd5\x60\x38\xe6\x9d\x93\xf1\x00\x3b\xe4\x38\x84\x87\xd4\x4d\x8b\xba\x67\x6b\xbf\x65\x14\xec\xa7\x83\x07\xa6\x25\xfe\xf4\x78\x5e\x1d\x46\x99\xd9\x78\x7b\x48\x02\x71\x0e\xf6\x03\x52\xdf\x6a\xcd\x3f\x30\x5f\xb2\xb6\x1f\x52\x37\xab\xd4\xf5\x43\x0e\xc8\x32\x37\xd5\x03\x52\x9f\xe9\xb2\x9e\x11\x43\x28\xf3\xe2\x19\xac\x61\xaf\x79\x92\x3d\xd7\xf7\x0d\x64\xa5\x14\xf6\x33\x48\x18\xc8\x7e\x21\x16\xa1\x57\x25\xc9\x9d\x9f\x5d\x35\x5e\xc8\xed\xd4\xc6\x19\x6b\x4c\xa2\xe5\x89\x2c\x11\x37\x01\x07\x91\xfd\xd3\x0f\x91\xbc\xcb\x64\x4f\x0f\x9c\xee\x4e\x80\x7a\x22\xe4\xc7\x09\xaa\xcf\x5c\xb4\x51\x6d\xc6\xa5\x34\xbd\x11\x27\x4c\x1e\xc5\xe5\x5f\x54\xa0\x89\x21\x26\xc8\xe2\xf6\x99\x31\x11\x96\x25\x33\x26\x42\x4d\x5a\x07\x3e\x27\xbd\x00\xd6\x90\x9d\x76\xcf\x0a\x2d\xab\x79\x59\xb1\x52\xfc\x7c\xf8\xb0\xd4\xa2\x15\xa3\xec\xfa\x63\x94\xbd\x73\x17\x81\xab\x87\x3f\x10\x5b\xdd\xc2\x63\x11\x8e\xa7\x83\xc7\x73\x46\x8b\x5c\x26\x8a\xa9\xba\x1c\x91\xa2\x6a\xe1\x49\x0b\x74\x30\x78\xb8\xfb\x13\x0b\xfc\x7c\x82\x9a\xd4\xd3\x0c\x16\x91\x2f\x9b\x1f\xa8\x1c\x3e\x73\x72\x11\x76\x25\xc3\xee\xc1\x81\x53\x3d\x42\x24\x7b\x4e\xb7\x97\x00\x1b\x47\x90\x3f\x3f\x0e\xdf\x3a\x3b\x3f\x01\x3d\xe4\xbd\xf7\x7b\xfe\xf7\x7f\xdd\x76\xf5\x13\xfc\xeb\x9e\x31\x12\x55\x96\x49\x1b\x9f\x9b\xc3\xb8\xb7\xca\xcd\x69\xdf\x3b\x03\x02\xaa\xcf\xe6\x7e\x78\x5e\x46\xc3\x13\xde\x06\xe9\xf4\xe7\xc5\xe9\xe6\x8d\x13\x91\x24\xae\x6f\xeb\xbb\xe5\x9b\xc2\x07\x40\x85\xcf\x80\x86\xb7\x41\x1a\xf5\xd9\xfa\x6e\x39\xaf\xe5\x89\x38\x12\x1f\x85\x9e\xf7\xe1\x01\x97\xdf\x78\xe0\xbf\x16\xbc\x07\x31\xa3\x32\x8d\x5f\x52\x37\x57\x97\x80\x7e\x0f\x9c\x46\x9a\xa3\x37\xe2\x42\x4c\xc6\xf4\x92\x1c\x22\xe2\xfe\xf9\x1e\x33\x1e\xa8\xfa\x01\x3c\xd6\xe5\x1a\xa3\x53\x6a\x42\x62\x50\xb4\xb1\xde\x14\xb3\xa0\x5e\xbd\xe8\xd0\x55\xff\x29\xb9\xf3\x25\x2e\xb7\x66\xbf\x7c\xe1\xd4\x53\xfb\x13\x43\x26\x05\xfc\x12\xf2\x61\xe4\x97\x17\x6c\x03\x07\x06\xbf\x00\xf7\xd9\x83\xf5\x82\x75\x60\xdb\xff\xdd\x0a\x77\x1a\x4f\xeb\xcd\x11\x71\xa1\xff\xc9\x1c\x29\x52\xe8\xef\x3e\x6c\x4f\xbb\xb6\x5f\xe0\x0c\x1c\x5c\xf9\x12\xe1\xe1\x5c\x9c\x17\x24\x23\x83\x76\xbe\x95\x08\x7f\x49\x89\x37\x14\x9e\xb3\xb6\xdf\x4a\x5c\x9f\x84\xef\x5b\xc9\xbd\x95\x6c\x7d\x6b\x74\xc8\xff\x73\x58\x70\x07\x2b\xc9\x54\x52\x60\x2f\x21\x25\xbe\x4b\x79\x1b\x6b\x5c\x52\xe6\xfd\x03\x26\x52\x83\x3a\xb2\xdb\xe9\x62\x2f\xfc\x8e\x4e\x27\x7b\xc1\xcd\x2b\x92\xed\x2f\xe7\xc1\x65\x5a\xce\xb7\xc7\x2e\xd2\x94\xc5\x81\xd0\x88\xbe\x2f\x3a\xd3\x31\x0b\x2f\xe8\xf4\x66\x90\x7c\xc9\xbc\x74\x80\xd6\xdb\xc9\x15\x2d\x6e\xe2\x19\x15\xfa\x87\x6b\x0b\x06\xaf\x61\xe0\x71\xfb\xe7\x83\xf7\xfe\xdf\x9b\x60\x2b\xdd\xec\xac\xef\x77\xeb\xdc\x62\x28\xbc\x77\x84\xf1\xaf\x06\x81\xbd\x67\xea\xc1\x77\x1f\x18\xfb\x67\x0e\xc6\xa4\xec\xff\x39\x00\x76\x97\x7f\xfb\x7f\xd9\x60\xef\xe0\x3a\x58\x82\xfc\x1d\x08\x36\xe9\xa2\x77\x90\xdc\xe3\x45\x36\xff\xe6\xc4\x3f\x90\xa2\xa0\x13\xe9\xbb\x4f\xa8\xbd\xc8\x0c\x7b\x39\xa1\x3a\x82\xed\xdd\xfa\x35\x9b\xcc\xf1\x9d\x74\xc0\x03\x80\x7a\x75\x3e\xf1\x0b\x9e\xfe\x67\x57\x05\xb4\xae\x07\x70\x32\xe0\x32\x0b\xdf\xd0\xae\x4e\xce\x7d\x41\xe6\xfb\x8c\xf0\xe2\xc6\xcc\x23\xb0\x72\xbc\xa0\x16\x46\x48\xae\x5b\xb0\xb5\x65\xb3\xdd\xf6\x2e\x72\x0c\xbd\x6f\xa1\x1a\x9f\xd3\xff\xb3\x86\xaa\x3f\xc0\x94\x2c\x97\x89\x51\xf6\x90\x6f\xed\xdb\x7d\x7f\xf2\xc2\x56\xb9\x3e\x0d\x0c\x24\x59\xed\x82\x50\xbe\x3e\x44\xbf\x30\x3d\xd9\x97\xfe\x72\xc5\xe4\xac\xca\x77\x1f\xd2\xb3\x8f\x77\xef\x19\x09\x5e\xea\x40\x84\xdc\xda\x5e\x78\xcf\x58\xd5\xde\xf9\x64\x0f\x39\x14\xe8\x8d\x50\x9c\x6f\x15\x38\xbb\x8b\x5f\x78\xb8\xd2\xf1\x0b\x2f\x65\x35\x11\xaa\x70\xdf\x53\xbf\x57\x22\x6f\x5e\xef\x13\xb3\x6b\x75\xf4\x02\xe0\xef\xe0\xd0\x97\x73\xbf\x41\x51\x5f\x20\xf5\x6d\xb0\xbc\xdc\xe8\xd8\xf1\xf3\xc2\xe3\xed\x0c\xb0\xf7\x87\x27\xc9\x8b\x22\x62\x78\xed\xab\x7a\x23\x52\xc6\x1f\x20\x52\xe6\xb0\xa8\x89\x1b\x1b\x13\xda\xbc\x01\x38\xe1\x16\x90\x5d\xb4\x05\xc3\xbf\xa8\x1a\xc2\x5e\x3e\x62\x28\xf0\xf8\xed\x28\x7f\xef\x03\xc8\x4d\x97\x13\xcc\x24\x5a\x13\x77\x2c\x62\xcb\x09\xb0\x0e\x9d\x1b\xf0\x72\x85\xe3\x18\xed\x17\x9a\x25\x47\x89\xbf\xf0\x86\x3b\x29\xe5\xbd\x59\xa4\x56\x46\x77\x2c\x89\x4f\x85\xc4\x99\x78\x46\x08\x94\x31\xa5\xc0\x7b\xdf\xff\xfb\xbf\x62\xfa\xc9\xf7\x06\xd3\xf3\xf3\xfc\xee\xa2\xd1\x25\xdf\x87\xe3\xa9\x0c\x98\x37\xc2\x7f\x1d\x41\xf7\xc2\xa2\xe4\x7c\xb2\xf7\x89\x1e\x68\xcc\x00\x23\xb6\xeb\xea\x7d\x62\x55\x7f\x5e\x98\x3c\xe0\x2f\x2e\xca\x6a\x31\x4e\x8a\xfa\xa9\x00\xe7\xbb\x87\x34\xc2\x85\x3f\x8b\xfa\x89\x60\x09\x8d\xe1\xf3\x50\xa1\x5b\x1c\xb3\xe8\x1a\xdf\x00\xa9\xd2\x18\xbc\x31\x49\xfa\x02\x09\x56\xd3\x93\xf2\x42\x75\x65\xe1\x0e\x4f\xd3\x61\xd9\xf7\x22\x1b\x3f\xe5\x1b\xef\xee\x5f\x0f\xd7\x01\x28\x96\xa0\x14\xd6\x41\xec\x4a\xfb\xcf\xa2\x59\xc7\x01\x5d\xe6\x7f\xb2\x75\x1d\x07\x6e\x96\xcf\xff\x0c\xf9\x7f\x82\x63\x1d\x47\x0c\xf9\x52\xb9\xc3\x25\xec\x32\xda\xb1\xfa\x7d\xb0\x0b\xff\x5b\x03\xeb\x80\x90\x40\x91\xf7\xeb\x88\x0b\x24\x45\x51\xae\xe3\xb8\x79\xc0\x2f\x04\xb8\x62\xf7\x17\xf0\x3f\xfa\x8b\xe9\x20\x5c\x4b\x35\xc2\x48\xa0\x10\xef\x75\x90\x2e\x2c\xb7\xce\x3a\xc2\x22\x1c\x9f\x1f\x38\xd4\x2f\x0d\xc1\x36\xfa\x96\x10\xae\xd6\x01\xa2\xa5\xa2\xa1\xd7\x41\x40\x8b\xe8\xf4\xd7\x11\x91\xc3\x02\xd4\x58\x07\x91\xc3\x4a\x58\x5e\x07\x00\xd1\x7d\xb8\x45\x01\xba\xe5\x72\x8c\xc1\xf0\x17\x6f\x26\xc5\x15\x3c\x6c\x14\x97\x83\x81\x4d\x63\x94\x11\x0d\x4b\x2d\xca\x31\x04\x5d\x65\x80\xcf\xdc\x40\x72\xbb\x04\x8f\xb4\x8e\x1c\x3d\xd4\xf7\x73\xcc\x81\xeb\x23\xc2\xed\x70\xf9\xdd\xff\xbb\x3d\x91\xe0\x9c\xd5\xa1\x12\xfb\x6e\x6a\xc8\xc0\xe4\x14\x72\xda\x3a\xb6\x9d\x9a\x85\xc4\xb3\x8e\xc2\xa5\x96\x1b\x58\x42\xbf\x4d\xad\x8a\x12\x00\x96\xaa\xb0\xa6\x3d\x07\x5e\x25\x15\x9c\x05\x0f\x69\x18\xb2\xc3\xab\xa2\xb2\x8e\xfd\x05\x80\xbc\x74\xbd\xbf\x8e\x0a\x4c\xcd\xd4\x90\xd4\x98\x93\xe5\x1f\x70\x95\x1c\xea\xc2\xb6\x64\x87\xa4\xe5\x3a\x48\x16\x6b\xae\xa0\x91\x15\x3e\xd4\x42\x52\xc1\x6a\x55\x03\x00\xfd\x54\x02\xf2\x3a\xc8\x04\x53\xd4\xe1\x3a\x5a\x68\x17\x7f\x00\x66\x89\xe4\x45\xd2\x90\x65\xc3\x15\xb0\xb3\xc6\xbf\x78\xd2\xd6\x41\x60\x75\x9f\x6e\x5d\xc4\x34\x1e\x6e\x1e\x89\x66\x9e\xe2\xb8\xa8\x99\xde\x15\x9d\x68\xe9\xa1\xe6\x05\xe0\x89\xce\xd3\xeb\x00\xf1\x44\x11\xfa\xeb\x80\x35\x4a\xb9\x1c\xeb\xe0\xa6\x66\x09\x88\x7d\x1d\xdb\x32\xaf\xa9\xb8\xc6\xe8\xa0\xa6\xe8\x2f\x57\xcd\x15\x60\xb7\x5a\x10\x00\x60\x52\xfd\xfc\x08\xe8\x22\xb5\x38\x5c\x51\xb2\xa2\xd6\x31\x58\x13\x53\x7d\xe4\x66\x46\x40\x42\xeb\xe0\x66\x66\x89\x54\x67\x1d\x44\x80\x7f\xf6\x59\xc0\x8e\x79\x8e\x03\xb8\x74\x7a\x55\x0d\xae\xcf\xdd\xe7\xf0\x5d\xe9\x40\xb6\x0e\x92\xd3\x74\x79\xb3\x0e\xa8\xa6\x14\x21\xbf\x8e\xf1\xc4\x0b\x1a\xc5\x11\x86\x9d\x5e\x98\xc1\x15\xaf\x4e\xce\x44\xcc\x83\x9e\x9f\xcc\xc2\xf4\xff\xe8\x1b\x4f\xfc\x8c\xb0\x14\x7d\x70\xdb\xe2\x2b\x7b\x1d\x4c\x26\x61\xfa\x7b\xd1\x45\xcb\xa6\xbf\x28\x77\x97\x59\x86\xde\xfa\x13\x3c\x0f\x6f\xc4\x6d\x8b\xaf\xec\x65\xb2\xc8\xb3\xff\xfc\x9f\xe3\x03\x6a\xe1\x62\xe3\x34\xf5\x20\xc2\xe2\xa7\x55\xd6\x36\xc6\xbb\xbc\xd6\xeb\x58\x31\x6d\x59\x83\x8c\x35\xbe\x3e\x0f\xcc\x78\xc0\x3f\x10\x82\xe8\xc5\xbe\xce\x78\x40\x4b\x11\xa4\xee\x65\x25\x85\x3d\xbe\xa6\x75\x00\xcc\xab\x1f\x89\x79\x26\x6a\x54\xa3\x4f\x62\x10\x2d\xf0\xb0\xc7\x45\x37\xbf\x8e\x13\xc7\xad\xa7\x39\x80\xb8\xad\xc4\xce\x58\x38\xde\x1c\x27\x51\x9b\x96\x67\x67\x6c\xe0\xe2\x16\x20\x31\x3f\x0f\x04\x2e\x87\xfe\xbf\x08\x6a\xf5\xfe\xc5\xfc\x4e\x5e\x28\x57\xcc\x43\xd5\xa0\x70\x4f\xf7\x11\x68\x17\x81\xab\xd6\x6a\x57\x83\x1d\xd7\x15\x12\xd5\xeb\xed\x78\x8d\xa8\x50\x2d\x22\x54\xfe\x23\x20\x20\xd5\xea\x9e\xa6\xeb\xe4\x7f\x4d\xe3\x75\x71\x93\xef\x0a\x09\x5b\xf6\x5e\x21\xd2\xbd\x78\x7b\x43\xdf\xf1\x59\xba\xd8\xef\x9f\xed\x1e\xf6\xfb\x74\x8b\x7f\xac\x13\xef\x0d\x38\xb4\x92\x87\x6c\x9b\xe8\xb9\x7e\xfe\x27\x12\x76\xe8\x7f\x2c\xf4\xcf\x5e\xbb\x23\xf4\x5e\xcf\x87\x85\x2e\xd8\x8e\x75\xdc\x0c\xa9\xf7\xca\x1d\x0d\x70\x85\x2c\x3b\xeb\x84\x88\x44\xb7\x56\xfc\x4b\xa8\x53\x0f\xef\x90\x16\xb6\xae\x70\x29\x7e\x2a\x80\x41\x6b\x4d\x6b\xfa\x67\x1f\x22\x8a\xf5\x26\xb1\xea\xcb\x5a\xec\x61\x12\x2d\x12\x1f\xd4\xe6\xe7\x7d\x60\xa9\xda\xbf\x29\x9d\x27\xba\xa3\xd6\x85\x35\x3d\xbd\xad\x02\x9d\xce\x4b\xec\xf9\xeb\x8f\x06\xe4\x61\xc4\x97\x3e\xcf\x25\x60\xf6\x0c\xbe\xb8\xa7\x9a\x06\x14\x6b\xb9\x5a\x1e\xe3\xd2\x14\x98\xf9\x3a\x5e\x96\x90\xa5\x69\x78\x34\xa7\xd6\x48\x02\xbc\xa6\x69\xc4\x53\x64\xbe\x09\x8e\x60\xa5\x08\xdf\xd6\xc6\x4e\x30\x76\x2d\x65\x7e\xae\x04\x9e\xba\x9b\x9c\x70\x60\xca\xa9\xba\xd2\x36\x4f\xe7\xf4\xff\x61\x9e\x0a\x60\x67\xa5\xc8\x6c\x73\x13\x22\xb3\x4d\x09\x15\x2b\x11\x31\x65\x63\x2b\x01\xfa\x2a\xb4\xe8\x95\x52\x74\x52\xcf\x67\xe6\xd8\x1f\x20\xc0\x69\xc9\xd2\x49\x79\xc0\x24\xe1\x32\x3e\x3c\x49\x96\x84\x35\xb8\x14\xaf\xbf\x52\x8e\x59\xd1\x03\xe5\x40\xa9\xa9\x82\x82\x30\x94\x25\x93\x0a\x8a\xf9\xbf\x33\xce\x4a\xa5\x44\x85\x6a\x51\x89\x2e\xbb\xc2\x16\x0f\xa8\x0b\x01\x0d\xb0\x5c\x03\xc4\xd8\x87\xa6\x0d\xa8\x00\x2f\xe3\x04\xc1\xc8\x21\xad\x96\x60\xf9\x12\x3a\xc2\x4a\x01\x0d\xa0\x20\xf4\x95\x88\x91\xf6\xc2\x48\x15\x70\x62\xc9\xa2\x14\x17\x79\x6e\x50\x8d\x20\x0b\x97\xf1\xf9\x49\x78\xa6\x0a\x2e\x98\x64\x55\x22\xa6\x5a\x4e\xc6\x95\x02\x49\x40\x51\xee\x2b\x41\x03\x9a\xdd\x00\xac\x3f\x85\x8f\xae\x04\x42\x9d\x5c\xef\x2b\x11\x68\x23\x3f\xf8\x4a\xdb\x7e\x2b\xcd\x1f\xec\x5c\x9d\xea\x5c\x97\xb6\x75\x36\x6a\xf6\xff\x40\xab\x78\xc4\xc0\xa3\xf3\x11\x24\x75\x72\x36\x8a\x9f\xe7\x66\x51\x5a\x3a\xf5\x2d\x2b\xab\xdb\x1b\x61\x34\x0a\xe3\x58\x29\xf0\xe7\xbc\xea\xb8\x7a\x5c\xca\xdb\x5f\x69\x9b\x6f\xa5\x0f\x97\xb9\xf1\x92\x9a\x4f\x71\xf5\xa8\x43\x46\x1a\x04\xae\xb9\x87\x23\x7a\xa4\x11\x08\x73\x4f\xd1\x9c\x2b\xc5\xcd\xa3\xe7\x18\x8a\x30\xe5\xd1\xac\xb4\xcd\xbd\x3c\xaa\xff\x1f\xe0\x76\xa9\x07\x83\x4c\x0b\x1d\x6d\xd3\x60\x08\x3c\x65\xf8\x49\xa7\xb7\x41\x5c\x2b\xca\x34\x4b\x71\xad\x28\x6f\xc3\x4a\x71\xad\x58\xd5\xa3\xb8\x56\x94\xff\x62\x25\x90\x04\x84\x1b\xb2\x12\x8e\xcf\x25\x6f\xc1\x4a\x84\xaa\xcb\x95\xbc\xd2\xe4\x2a\xd4\xb3\x04\xf2\xbc\xf0\x6f\x56\xe2\xd6\x50\xf7\xd3\x2b\x45\x2c\x50\x51\x8b\x56\x98\x29\x6a\xc0\x0a\xd1\xa2\x2e\x6d\xc3\x28\x0f\x8b\x16\xfc\x94\x02\x6b\x5b\x89\x4b\xc2\xe9\x39\x02\x48\x5e\xc0\xf6\x2b\x9d\x9c\xb2\xbc\x6d\x08\x3c\x4f\xde\xb7\xc4\x89\x57\x8f\x48\xc4\xfe\x78\xc8\x23\xb4\xa7\xfe\x0b\x16\xf4\x4a\x5c\xf8\x15\x4b\xda\x5f\x00\x90\xa8\xb1\xa0\x0b\x2d\x6b\xc7\xf4\xe3\x8e\xd4\x7b\x04\x74\xa1\xf5\x11\x33\xbf\xb8\x8e\x77\x39\x66\xd4\xc2\x1b\x0f\x60\xf2\x2e\x8c\x34\xff\x8f\x1c\xf9\x21\x47\xbc\x68\xb7\x89\x51\x3e\x8b\x96\x4b\xc8\xe6\x01\x81\xa5\xb3\x7d\x9a\x04\xc3\xbf\x65\x33\x5e\xc3\x64\x51\xba\x4d\x92\xdc\xdc\x80\x08\x1c\xfa\xe8\xa7\xf0\x1a\xca\x08\x4b\x84\x71\x57\x0f\xca\xfd\xd7\x25\x2d\x89\x1b\xd0\x27\x59\xa2\x09\x38\xbd\x8f\x86\xbc\x17\xff\xab\x85\x44\x1a\x0d\x8b\xda\x80\xd3\xf3\x2e\x20\x90\x48\xf8\x72\x2b\x71\xcb\x59\xdd\xa3\x27\xbe\xa7\x25\x42\x60\xd1\xa1\xc0\xfb\x95\x00\xaa\x5f\x16\x9d\x6f\xf4\x40\x6b\xf4\xed\xbc\xf0\x79\x20\x6a\x54\x05\x6f\xd4\x98\x34\x48\x5c\x94\xda\x43\x94\x08\xcb\x56\x7c\xc0\xca\xc7\x3e\xb2\x28\x68\x65\x9f\x8e\x78\xbe\xab\x4c\x17\x64\x4a\xe7\x03\xa0\x2e\x99\xde\x19\x95\xaf\x6c\x89\x95\xc1\x85\x5f\x87\xff\xc7\x95\x20\x4b\x3a\x1f\x84\xb4\x0a\xef\x62\x65\x62\xa4\x7d\xb2\xcd\x29\x1a\x50\x55\xc6\x97\x70\xf8\x79\x50\x65\x74\xba\xc8\x89\x5b\x37\x49\xb6\x4c\xdc\x8f\xbc\x94\x2b\xe7\x1a\x19\x3a\xea\x31\x31\xcd\xba\x9f\x58\x99\x7b\x4b\x45\x36\xad\x9c\x19\xd2\xe1\xe7\x1f\x08\xc0\x5c\x8e\x1e\xc8\xd2\xcd\x85\x1e\x68\x1f\x64\x2e\x32\x6d\x4a\x67\x34\xbe\x97\x65\x2e\x7c\x60\xfa\x79\x86\x54\xea\x29\x17\xa6\x4c\x26\x45\x86\xd3\x45\x91\x3d\x2b\x97\x9b\xb2\x86\x9c\x8b\x50\xb9\x61\x57\x2e\x20\x91\x69\x67\xe7\x4a\xa4\x95\xb6\x41\xae\x31\x00\xfa\x7e\xe5\xfb\xda\x15\xb9\xc6\xf7\xfd\x3c\xdf\x93\xe0\xcc\x2d\x32\x78\x5c\xa6\x3e\xd9\x68\xb9\xc5\x22\xf5\x1a\xda\xfa\x7d\x2a\xca\x7c\x65\x52\xe3\x95\x83\xb4\x32\x40\x40\xc5\x1d\x6e\x8c\xb8\xac\xc2\x8c\x3e\x17\xc4\xcb\xca\x9d\x19\x93\xea\xc8\x5b\xf9\x65\x61\x0b\xac\x8c\xeb\xc2\xee\xac\x3c\xf0\x23\x27\x2f\x4a\xc2\x6e\x9a\xd7\x14\x00\x7a\x3e\x44\xe7\xad\xed\x1c\xe9\xb5\xf2\xc4\x1f\x24\xd5\x92\xe7\x9e\x61\x4b\xae\x3c\x6b\x7c\xc0\x2f\xe0\xf0\xf2\x2e\x99\xc4\x8f\xe8\x9c\x9f\x17\xe2\x5a\xba\x24\x2f\xd2\xc8\x04\x4a\xb3\x32\x21\x2d\x0a\x46\x5b\x79\x2b\xab\xa5\xe4\xf4\x95\x57\x00\xe1\x4b\x5c\x67\x70\x73\x8a\xb7\xd5\x8a\x3e\xbb\x8d\x04\xc1\x08\x91\x61\xe5\xad\xde\xf6\x03\xff\x92\x73\xb3\x32\xe9\xf7\xdd\xdb\xfc\x3c\x18\x41\x7d\xfe\x8c\x11\xd1\x14\x9c\x31\x22\x32\x48\xf2\x19\xdc\x51\x1a\xa1\x33\x3a\x24\xb9\x73\xfe\x21\xfb\xfb\x87\x49\x8d\x5a\x24\xe7\xe2\x05\x97\x63\x0e\x35\x84\x5b\xfd\xae\xe6\x01\x01\x00\xd0\xda\x26\x9f\x77\x7c\xc0\x0f\xc4\x9c\xa8\x82\x2b\xf1\x82\x5a\x7c\x05\xbc\x8a\xff\x9f\x51\x81\x1f\xe0\xb4\xe3\x7d\x40\xfa\xfb\xa1\xe4\xcb\x95\x2f\x14\x9e\xd4\x47\xbe\x68\x92\x2c\x96\x8c\xd2\xb6\x1b\x23\xff\x62\x15\xc8\x6c\xcc\x28\xed\xe6\x2f\xfe\x62\x54\x65\xf6\xe5\xad\xb4\xa7\xb0\x27\x57\xfe\xf5\x78\x40\xc3\xfc\x03\x09\xc4\x4d\xfa\x91\xce\x67\xd9\xf5\xa3\x49\xc9\x15\xb0\xf2\xa5\x90\x32\xa8\xef\xca\x68\x58\x79\x6b\xbc\xd5\x3e\x65\x12\x68\x93\xf7\xe6\x4d\x05\xfe\x20\xb0\xef\xcd\x3b\x83\xd8\x5a\x7b\xc0\xf2\xd3\xa8\xd0\xcf\xb3\x2e\x2c\x2c\x9f\x58\x17\x52\x81\xf9\x61\x5d\x78\x2f\x3e\xb1\xd0\x87\x6b\x40\xba\x58\x1c\x3d\x91\x58\xe4\x1a\x1f\x5a\xe4\x16\xd0\x62\xef\x9c\x97\xa5\xed\x75\xf2\xb2\x2e\x64\xc6\x64\x50\x00\x9b\xb7\xc2\x1b\x2d\xb4\xc2\x20\x56\x29\xb9\x0b\x91\xe9\xa4\x6b\xa6\xb2\x55\x6e\x3e\x44\x3f\xb3\x0a\x3a\xb7\x69\xd2\xca\x11\x63\xf0\x5f\x17\x0b\xa1\xb2\x36\x4b\x0a\xb4\x64\x87\xaf\x1c\x0a\x81\x41\xb6\xde\x0b\xb7\x3c\xca\x89\x5c\x25\x61\xd7\x68\xe1\x95\xc4\x5e\x6a\x2e\xb3\x97\xb2\x3f\xc0\x5e\xd2\x3a\x2c\x89\x21\xd2\x56\x28\x19\x34\x10\x09\xe0\x02\x4f\xca\x61\x5b\xb9\x64\x32\xee\x0e\x3f\x10\x2c\xff\xfa\x40\x24\x0e\x29\xac\x62\x15\xe0\x60\xec\xdf\x2a\xc0\xc1\x74\x49\xab\x82\x12\xd6\xf5\xea\x2a\xc4\xda\x4e\xb7\xb0\x44\x86\xa2\xea\x2b\x01\x40\xaa\x0f\xee\x43\xf5\xd2\x05\xfe\x2a\x25\x1a\x90\xfc\x43\x88\x1b\x97\x43\x3a\xf8\x03\x6f\x64\x8a\xab\x85\x95\x65\xa2\xad\x58\x40\xe8\x53\x2e\xfb\x2a\xe4\xe2\x1c\xa2\x1a\x59\xa5\xb2\x13\xe4\x4c\x2e\x84\x17\x55\x37\x19\x9c\x5a\x45\x9b\xae\x52\x51\x4a\x9e\xe4\x7d\xec\xce\x87\x02\xb4\x56\xa9\x91\x81\xa7\x16\x11\x6f\xa4\x60\xd3\x55\x5a\x24\xc0\xb9\x7c\xf1\xbc\x1a\xd4\xe3\x79\x8d\x69\x67\xd5\xb8\xcb\x9d\x55\x52\xfd\x3c\xb9\xc4\x6e\x60\xbf\x22\x74\x45\x0d\x00\x3f\x4f\xe9\x26\xab\x0c\x86\x48\x1e\xbb\x02\x9a\xdd\x31\xff\x25\xfb\x66\x95\xc1\x26\xd0\x71\xb0\x70\xdd\x60\xaf\x74\x19\xac\x08\x19\x0d\x65\x12\x52\x21\x8d\x59\x08\xdc\x39\x7c\xb1\x58\x80\x43\xb7\x34\x2e\xdc\x06\x28\x6b\x76\x95\x70\xf6\x7b\x02\x89\x4a\xfd\x0c\x67\x60\xd8\x7a\x93\x85\x0a\x56\x90\xc5\x2a\x60\xd8\xfa\x7c\x52\xe0\x31\xe9\x52\x71\x05\x1d\x79\x78\x3c\x43\x05\x4a\xfc\x97\x93\x06\x25\x97\x51\x38\x0a\xa1\x5f\xe5\x4f\x05\xfa\x03\x6c\x5b\x0b\x96\x33\x26\xc4\x63\x72\x86\xe4\xd1\x04\x85\x0e\xcc\x3a\xc6\x97\x33\xb2\xb7\xd5\x85\x33\x12\xce\xa4\x35\x0b\xd9\xd1\x0a\xd5\x5d\xe5\x62\x5f\x35\x97\x6b\xbc\xa0\x4f\x5c\x2c\xa2\xe1\x72\x0c\x8a\xbe\x08\x4c\x6e\xf3\xac\x84\x8a\xb3\x6c\xfb\x31\x08\x32\x76\x0b\x99\xc1\x9f\x5d\x04\x8a\xed\x51\x3c\x08\xbf\x58\x95\x1a\xa4\xdf\x15\x0f\xe8\x8b\xa1\xe2\xba\x1f\x40\x85\xe9\x44\x53\xc8\x16\x6e\x16\x66\xc0\xde\x76\xb7\x80\x43\xa2\xaf\xc4\xcb\x1d\x3d\x52\x8b\x6e\x16\xe2\xf0\xff\xc4\x02\xc9\xfc\x2e\x0f\xe2\xbe\x78\xdf\x3e\x00\x10\x7a\xa1\x3d\x48\x6f\x9d\x80\x0a\xa8\xb8\x47\x29\xae\x21\x56\xae\xc6\x14\x15\x38\xdc\x65\x4e\x89\x82\xc1\x59\x25\x4e\x89\xf6\x0e\x94\x37\x06\xd5\x0f\xcc\x78\x40\x63\xc0\x29\xd1\x71\x06\xf5\x08\xad\xdd\x55\x0e\xe3\xea\xbf\x16\xd4\x14\x5e\xd0\xaa\x72\x8a\x44\xc5\xa5\x1f\xe8\x93\x5c\x7a\x35\xc5\x34\x0f\x95\xe9\xd2\x74\x85\x11\xdf\xab\x06\x84\x86\x92\xf3\xa1\x26\x26\x4d\x2a\xb3\x66\xd6\xa5\x9c\x37\x35\xc7\xa4\x34\x95\x83\x89\xfb\xbf\x0e\xd6\x42\x7b\x24\xfb\x2a\xfa\x41\xf4\x65\xab\x96\x58\xc7\x1e\x81\x82\x05\xaf\x55\x53\xe3\x90\xa6\x9d\x53\x4b\xac\xc3\x4f\x8d\x61\x8f\xba\xc6\x50\x20\x7e\x81\x85\xaf\x53\x56\x25\xfa\xd4\x9e\xe8\x0a\x51\x48\x93\x34\xaf\x95\x75\xac\x5c\xbb\x55\xc9\x9f\x50\x3e\xc5\xaa\xe0\xb1\x1e\x1e\xc2\xf6\x87\xe6\xe4\x1f\x18\x63\x29\x90\xda\xe3\x9c\xaa\x31\x25\xc1\x42\x58\x14\xab\xf6\x1a\x50\x37\xfe\x81\x75\x35\x5d\x01\x68\xcb\x92\x37\xb5\xa3\x91\xec\x72\xab\x3d\x66\x49\x63\x10\xa8\x63\xda\x5a\x15\xb7\xe6\x51\x65\x3b\xd5\x40\x32\xaf\x2e\x73\x09\xed\x65\x30\x58\xa8\x8e\x2c\xa8\x23\xd6\x85\x9a\x10\x77\xcc\xee\x13\xb8\x65\xbe\x60\xa8\x23\x70\xc9\xfe\x25\x4c\x6d\x55\xd0\x53\x1d\x95\x50\x27\x68\x50\xae\x9c\xfb\x61\xdb\xb2\x75\x6b\x8c\x6e\xd7\x44\x25\x56\xd3\x71\x06\x75\x9f\xfa\x8a\xcf\xa1\x35\x42\x33\x95\x54\xb5\xe7\x82\xa8\x35\x8d\x5f\x5c\x07\xbb\xf5\xab\x52\xa1\x3e\xc8\x6d\xf0\x3c\xfc\x3e\x1b\x5d\x61\xf5\xab\x6e\x9d\xd4\xad\xf2\xeb\x8a\xf1\xf3\x80\x02\xa7\xaa\x54\x88\x55\x09\xb6\xb4\x52\xac\xc4\x5a\x8a\x0c\x6c\xd5\xf5\xe2\x93\xd3\xff\xfb\xdc\x97\x15\x87\xbf\xea\x99\x08\x67\xd5\xa2\x04\x44\x4d\x39\xb2\xab\x9e\x04\x93\x7e\xfe\x07\x6f\xe6\x53\x1e\x20\x7a\x69\x88\x00\x51\x73\x0c\x41\x3d\x41\xb8\x3e\xfc\x3c\x43\xfe\xf9\x9f\x21\x4f\xfe\xde\x8f\xb2\x06\x60\x6b\xbc\xee\x10\x83\xba\x15\x5e\x5e\xfe\x3f\x6e\x86\xfd\xfe\x95\xf7\xf3\x3a\x45\xd6\x2b\x02\x3b\xf4\xbd\x8b\x19\xd1\xa9\xba\x02\xf6\x91\x2c\x08\xf7\x91\xaf\x0a\xa3\x78\xd5\x2b\x32\xba\x35\xc3\x5b\xfd\x75\x87\x4f\x55\xc8\x3e\x15\x0f\xbd\x2a\x81\x9c\x22\x2b\x58\x15\x3f\xae\xcf\x9c\x75\xab\xcb\xdc\xbd\xa4\x7e\xb4\xa7\xf8\xf9\xc6\x92\x53\x7f\x39\x10\x2a\x08\x7f\xd5\xdf\x88\x05\xe1\x0f\xbe\xf1\x83\x5a\xb8\xd5\x5b\x77\xec\x4e\xbd\x17\x65\x8d\xd0\x7d\xc6\x0b\x7e\x80\x29\x90\xb2\xa9\xf7\x8f\xbb\x0e\x7d\x92\x6c\x4c\xbb\xa6\xeb\x56\x7f\xb5\x7a\x0a\x1e\x86\xdc\x4b\x74\xab\xbf\x32\x3d\x24\xcf\xdf\x22\xd7\x07\x1e\x5a\xf4\x29\xb3\x26\xdc\xa0\x87\x06\x35\x7f\x00\xaf\xed\xf0\xff\x37\x98\x45\xea\xd1\x0b\x6e\x9e\x77\x1d\x10\x60\x8a\x29\x5f\x15\x18\xd4\xec\x35\x00\xa4\x97\x4f\x02\xf5\x65\xd3\xb9\x83\x40\x7a\x75\xaf\xd9\x97\xf6\x5a\x37\xbd\xe7\xff\xfe\xaf\x1c\xee\xf0\x1b\x92\xde\x0d\x06\xb3\xcb\x26\x4d\x7d\x59\x34\x32\x2c\x1b\x71\x8f\xca\x84\x58\x2d\xe2\x1e\xf5\x81\x76\x30\xa2\xb2\xb1\xda\xd6\xe6\xdd\x37\xcd\x8d\xd4\x95\x22\x43\xb3\x71\xaf\x2b\xa8\x8e\xad\xc4\x20\xf2\x71\xf9\x82\x5b\x74\xa8\x0c\x65\x95\x66\xb8\x81\x92\xe5\x0b\xc4\x96\x58\xc4\x12\x22\x2d\x11\x31\x2e\x8b\xaa\x25\x96\x98\x34\x57\xe3\x52\x57\xd9\x46\xab\x25\x6e\x62\x3e\xef\x33\xa1\x52\xfe\x2d\x85\xde\x91\x6e\x6d\x19\x13\x4b\x21\xe0\xab\xed\x03\x69\x11\x4b\xc9\x6a\x99\x11\x91\x62\x6a\x99\x6d\xa4\x29\x6f\xc0\x64\x09\x20\x67\xb5\x1c\xc4\x3f\xea\x71\x06\x9b\x53\x9b\xa2\xc5\xf9\x55\x49\xcc\xab\x65\xe4\xd6\xca\xff\xa2\x67\x5a\x66\x41\x2c\xbf\x8c\xd0\x72\xff\xc9\x34\xb5\x6f\xac\x65\x84\xc8\xa7\xbb\x2f\xa9\xb0\x7a\x1f\x90\x2d\x47\x91\xb6\x12\x96\x80\xa4\x76\x2b\x48\x09\x77\x77\x1b\x37\x5d\xd8\x2a\xab\x6d\x63\xa6\x24\x0f\xf8\xb6\x65\xba\x50\xc0\x56\x83\x45\xdc\xfe\x84\x56\xa2\xc1\xfe\xe0\x1d\x1f\x54\x85\x15\x20\x0e\xa9\xed\x06\x50\x85\x63\x17\xda\x3e\x1c\x77\xc1\x16\xae\x56\xff\x5a\xac\x29\x26\x84\xd1\xe6\x56\xab\xa1\xc8\xbc\xc6\xeb\xa2\x06\x35\xb1\x82\x93\x27\xc1\xd8\xfe\xcc\xa7\xee\x1f\x7e\xbc\xa0\x3e\xc4\xad\xb5\x2b\x00\x9b\x62\x78\x90\xb9\xb5\xf6\xa5\x74\x6b\x2d\x2a\xf4\x0b\x21\x08\xbd\x2d\xf7\xf9\xba\x5b\xb7\xb4\xf6\x03\xd0\xd5\x35\x6c\x5d\xb4\x3c\x6d\xfd\x6f\xd5\xea\x93\xdb\x20\xcb\x3e\x89\xb4\x6d\x4e\xe5\xcf\x20\x90\x4c\x73\xf8\x32\xa7\xf5\x97\x79\xd2\xb0\x6f\x7b\x2b\xdb\xc5\xd0\x06\xe8\x8a\x3a\x0a\xb5\x81\x37\x50\x16\x5f\x23\xe0\x4e\xd4\xa1\xfb\x18\xc6\x19\x5a\xff\xcf\x30\x58\x74\x3a\x6b\xfb\x90\xbd\x7c\x25\xd7\x26\xb0\xae\x1e\x93\xd9\xf9\x5f\x3d\x98\xe4\x80\xc9\xe0\x69\x33\xc6\x6c\xfa\x8b\x17\x89\x87\x7e\xe1\x47\x05\x1a\xb3\x19\x2b\x6b\xfa\x87\x87\x07\xb4\x50\x66\x24\x16\xaa\x82\x15\x83\xaa\x93\x46\x0b\x57\xbb\xd7\x72\xb8\xda\x7d\xbb\xd0\x80\xa6\x75\x7c\x6e\xdb\x46\x97\x91\x8a\x57\x5b\xe1\x46\x51\x1f\xc0\x8f\x3f\xbc\x79\xce\x1c\x10\x75\x1a\x24\x18\xcb\x1d\xa1\xdc\x4e\xc2\xde\x3d\x08\x24\x8b\x3a\x22\xa4\xc1\x6f\xea\x88\x90\x76\xc6\x95\x9a\xeb\x3b\xe3\x03\xfe\xe2\x45\x0b\xfd\x02\x83\x66\x61\xb4\x8d\x9e\x25\xaa\x99\xd5\xc8\x36\x19\x96\xb7\x17\xb3\xe4\xdd\x1a\x8e\xec\xff\x67\xec\x5d\x92\xad\x07\x75\x26\xd1\xa9\x9c\x21\x98\x97\x04\x9d\x33\x17\x3f\x6f\xef\x36\x6a\xfe\x8d\x0a\x67\x2e\x67\xee\x8a\xa8\xfa\xe3\xeb\x79\x6d\x6d\x30\x60\x10\x7a\xa6\xcc\x8f\x68\xc8\xb6\x55\x78\xc0\x90\xfd\x87\x5d\x1e\x7c\xa1\xd6\x14\x80\x63\xbe\x31\xc7\x81\x8f\x64\xfe\x03\xa5\xdf\x46\xe2\x01\xa5\xdf\xae\xe4\x71\xd2\x3a\xa7\xf6\x94\x52\xec\xac\x18\xa8\x6e\x5a\x24\xa4\x0c\x5a\x01\x6c\xb1\x1c\x80\x00\x53\x51\xf6\x35\x00\x42\x61\xab\xf1\x38\xe1\x8c\xf7\x15\x72\xbd\xba\x50\xf1\x47\x47\xfe\xaa\x8d\xc8\x03\xae\x63\x07\x24\x0f\x18\x05\xec\xe9\x1d\x00\xfc\x72\xbc\xdd\x80\x90\xb3\x8d\x3f\xff\x80\x25\xf0\x9d\x7a\xc3\x69\xb6\xfc\xbb\xa2\x2e\xa4\x7f\xe3\x85\xba\xf3\x07\x5c\xc3\xe9\x25\x44\x36\x87\x7d\x60\xe3\x06\x54\x4f\xfd\xb7\x0b\xe7\x95\x88\x86\x3d\x76\xe3\x3e\x39\x5a\x2d\x0f\x82\xd3\x36\x9f\xb2\xfb\x46\xed\x6d\x2d\x0f\x52\x3d\x04\xe4\xb3\xc6\xc3\x1b\x5f\xa3\x7d\x45\xa6\x91\xde\x10\x0f\x62\x2d\xdc\x1e\x99\x20\x4e\x84\x18\x28\xd4\xf6\xe7\xc2\x61\x26\x88\x77\x24\x44\xa8\xee\xef\x8f\x4c\x90\x3f\xab\xf5\xab\xc4\xaa\xe5\x7f\x45\xa8\x26\xe0\xac\x35\x9e\xf3\x7d\x9f\x3f\xef\x43\x91\xcf\xbf\x6f\xd0\xb5\xba\x0f\xa4\x60\xbb\x2d\x62\x43\x56\x9d\x64\xb8\x40\xbd\x75\x07\x87\x04\x62\xe7\x1c\x53\x15\x1b\xf5\x1c\xff\x0e\xbc\x60\xe8\x37\x77\xb4\x6e\xc4\x78\x65\xac\x61\xa1\x34\x98\x5b\x32\xfd\x82\x1b\xa5\x83\xdc\xc1\xf3\xfe\xbf\x64\xa8\x40\x25\x39\x1b\x38\x02\x16\x18\x5f\x0d\x51\x2a\xfe\xbf\xea\x77\xe3\x00\xfc\x07\x54\xee\x13\x23\x8d\x32\xf9\x0f\x4d\x7f\x38\xf8\x07\xff\x07\xe4\xe8\xe2\xdf\x88\x0b\xee\x1e\xc2\xcd\x06\x1a\x33\xe0\xc9\xec\x66\x08\x8a\x69\xb6\x99\x47\x45\xf0\x9c\xee\xab\x60\xf4\x9e\x38\x65\x00\xa3\x43\x39\x50\x2b\x5e\x41\xa8\x55\x6d\x83\x60\xf0\x9d\xae\xa3\x68\xd0\xa7\xfd\x55\x1a\xd0\x50\x75\xbf\x45\x43\x39\x45\x71\x8d\x78\xe5\xa0\x6e\xce\x1d\x0d\x62\x9e\x24\xfd\x68\xd4\xe6\x52\xbf\x11\xa3\xea\x09\x35\xac\xc0\xf0\x78\xb8\x02\xe1\x3f\xc0\x15\xaf\xf1\x75\x24\x2c\xb9\xff\x1f\xba\xa9\xc4\x9e\xe8\x58\x00\xdd\x3d\x41\xb9\xc8\xa2\x7d\x74\x00\x2e\x79\x06\x1d\xc0\x30\xba\x9c\xa2\x07\x94\x2d\xd3\xdf\x7d\x67\x51\x3c\x00\xe2\x51\xff\xbc\x00\xd1\xe1\xc3\x23\x22\xeb\x0f\xff\x01\xd9\x2c\x7f\xa6\x00\xc0\xd7\x3f\x1d\x5e\x88\x54\xd3\x27\x1a\xd0\x4d\x74\xb9\xc5\x40\x0c\xa9\xf8\x5a\x0c\x44\x52\x4b\x79\x0a\x16\x05\x12\xe7\x09\xc0\xe4\xab\xa0\xe1\x8a\x41\x56\xe5\x83\x32\x08\xc2\xa7\x5d\x37\xb8\xe6\xfe\x48\x03\x11\x9b\xba\xfd\x82\x62\x96\x0d\xbe\x81\x6c\x0e\xbb\x7a\x02\xb0\x5b\xcd\xbb\x0e\x75\x85\x7c\x1b\x45\x50\x5d\xd2\x90\x90\x44\xed\x34\xb1\x88\x89\xf0\x44\xd3\x51\x36\x7a\x73\x7b\x88\xa6\xba\x2b\x82\x7e\x13\xdb\xb8\x03\x49\xd4\x76\x10\x06\xcd\x66\xba\x4b\x82\x66\x33\xdb\x6f\x23\xb1\x4d\x74\xe1\x07\x60\xb9\xa6\xdf\x88\x2c\x6a\xe7\x3c\x05\xa2\x01\xa3\xf8\xff\x03\x89\x70\x1a\x31\x60\xb9\x1c\xf4\x1a\x08\xa0\xa8\xba\x3d\x83\xd5\x00\xb6\x7f\xc1\x15\x58\x31\xc1\x0a\x7d\xa8\x90\x11\x6d\xc7\x58\x4c\xb2\x42\x49\xa1\x01\x33\x9b\xbd\x14\xc1\x94\x68\xbb\x76\x82\x88\x23\x7f\x1a\x00\x59\xc6\x6c\x64\x72\x8f\x48\x50\x8e\xc9\x8c\x05\xcd\x67\x32\x33\xdf\xbf\x91\x63\x26\x93\x45\x2c\x58\x61\xcc\x37\x90\x86\xf1\x87\x7b\xa3\x38\x41\x7a\x93\xd2\xee\x26\x20\xc2\x15\xbf\x2c\x0c\x37\x80\x39\x5a\xef\x5b\x0b\x26\x0d\x93\x77\xb6\xf7\x3f\xa0\xde\x86\x4f\xc9\x02\x50\xa0\x27\xb0\x27\x52\xc0\xfc\x1b\xd8\x08\x3e\x85\x3b\x96\x2c\x7c\xec\x80\x8a\x1b\xba\xe0\x83\x19\x11\x3e\xd6\x07\xea\x75\xb8\x03\x94\x06\xd8\x54\x53\x72\xc5\xc1\x1b\x5b\x6f\x3c\x10\xc4\x64\x56\x77\x0c\x36\xd0\x67\x3d\x90\xf8\xee\xfb\xe5\x48\xfe\x83\x5b\x60\x53\x15\xff\x7e\x75\x83\x3f\xb7\x05\xa5\xce\x3f\xbb\x12\x55\xf5\xed\xdf\x0c\xd8\xd2\x6c\x06\x89\xe3\x61\x03\xf5\x70\x42\x2a\x91\xd4\x10\x48\x9a\x50\x0d\xa0\x15\x48\x9a\xd8\x7c\x4c\x98\xf4\x6c\xc6\xc0\xe8\x09\xf3\x32\xe6\x3c\x4b\x10\x0f\xe4\x3c\x6f\x4e\x40\x8d\x13\x4a\xa8\xa5\x06\x60\x9d\x39\xe3\x20\x10\xd1\xf8\x87\xdb\xa2\x1e\xb0\xf5\xe8\x40\x1e\xb4\x8a\x94\xac\x40\xb4\x85\xbd\xdc\xf1\x4a\xa1\x45\x60\xec\x2b\x50\xa4\xc8\x01\x24\x71\x2d\xd4\x86\xd2\x84\x68\x9b\xb3\xb2\x13\x80\x4a\x73\x3a\x51\x5c\x04\x18\xd5\x57\x46\x91\xfe\xe1\x0b\x14\x29\x13\xdb\x1f\x76\x0f\xd8\x59\xe7\x8b\x06\x61\x67\x65\x4f\x8c\x1b\xbc\xcf\x07\x01\x01\x8c\x8e\xc2\x89\x1b\x29\xb2\xbe\xe1\x59\xa0\xd1\x9b\xe2\xa1\x6a\xa2\x19\xbd\x82\x62\x3a\xb2\x2a\xe0\xca\xfa\x73\x50\x20\x28\x3a\x36\x2e\xe8\xc9\x0a\x9f\x0c\x94\x18\xda\xbc\xb1\x1f\x2e\x89\xbf\x01\x90\xd0\xfe\x9c\xc5\x07\xa2\xae\xb9\x3d\x45\x41\xd5\x77\x5d\xc9\x22\x8e\xda\x55\xf9\x8a\x82\xe9\x50\xa7\xdc\x50\x6f\xb6\x99\xce\x93\x21\xee\x9c\x1b\x6a\xe1\x68\x5f\xe7\x46\xdb\x46\xea\x37\x62\x72\x64\x69\xc8\x0d\x18\xeb\x5a\xb3\xdc\xa8\x5b\xf8\xff\xb1\x8b\xaa\x07\xc8\x35\x15\x1d\xa2\x9e\x80\x70\x57\x16\x9c\x4c\x9d\xa3\x7c\xe5\xb8\x66\x0d\x39\x0b\xfa\x77\x74\x7a\x16\x2c\x89\x3b\xa8\x88\x84\xd2\x36\x4b\x54\x43\xb4\x47\x34\xeb\xf5\xfe\xd6\x39\xc9\x86\x5d\x25\xa3\x74\x36\xee\xaa\xe5\x7f\x20\x4e\xa9\x46\x04\xe7\xda\xf2\xff\xbf\xec\x72\xdb\xfe\x49\xb7\x49\x44\x43\x66\x77\x63\xac\x8e\xae\x9b\x04\x0c\x8c\x23\xa0\x92\x22\x55\x6e\xfe\x07\x94\xfd\xec\xfe\x0d\x3e\xe5\xdf\xa3\x02\x62\x44\xab\x33\xb8\x45\xd5\xe1\x60\xdd\x1e\xad\xc6\x58\xf8\xad\xc9\x0d\x62\x3f\x99\x8e\x3a\xeb\xe2\x3a\xf9\x0a\x30\xc5\xa1\x75\x89\x7a\xc3\x9b\x23\xb1\x13\x02\x8c\x30\x4d\x56\x06\x8c\x69\xfe\x5c\xc0\xa0\x17\x78\xd4\x4a\xe4\x9a\xda\xe6\x9f\x01\x03\x86\x6e\xc7\x0c\xf8\x80\xa4\x2a\x64\x02\xe2\xc4\xfb\x0d\xd2\xc3\xa6\xeb\x35\x93\x85\x6e\x74\xa6\x12\xa1\x19\xde\x3f\xc0\x28\x33\xdf\x4e\xe4\x06\x98\x2d\x27\xae\x6b\xcb\x4b\xc9\xeb\x5a\xc8\x05\x2b\x27\xdc\x86\xfe\xff\x9b\x74\xff\x01\xd5\x85\xa5\xcd\x25\x6d\x3c\x8e\x78\xcd\xc5\x6f\xea\x23\x02\x04\x30\x33\xea\x7c\xef\xe3\x56\xa4\xdb\x24\xdc\x58\xcd\x7b\x00\x26\x9b\xf0\x8e\xdd\x39\x43\xf5\x07\x50\xf9\xf0\x0e\xdf\x39\x05\x49\xa5\x89\x14\x45\xab\x6b\xb9\x73\x0e\x7f\x7a\x78\x30\x22\x2d\xc2\x7b\xe1\xa6\xa5\xa2\x64\x2d\x9e\xf4\x57\x46\xba\x40\xc8\xb6\x97\xb0\xb1\xd8\xf3\x94\xb0\xa1\xd8\x53\x95\xb4\xa1\x48\x43\xcd\xf7\x6e\x5a\x4e\x57\x48\x24\xfc\x6d\xf6\x6e\x26\xc3\xf1\x65\x76\x4a\x98\x48\x54\xfa\x60\xe5\x05\xbb\x98\xe4\xb8\x44\x30\xbc\x8d\x83\x79\x01\x1f\xca\x7c\x91\x26\x10\xe7\x24\x27\x4c\x20\x8e\xd4\x48\xd4\x7a\xb1\x92\x9f\x77\xa2\xa0\x92\x5e\xc0\x68\x78\xa7\xdf\xe6\xcd\xf2\xb6\xfe\xfd\xbe\xa1\x7a\xc4\xa8\xc5\xe2\xfb\x3e\x61\x55\xd8\x9c\x1c\x9b\x0f\x44\x51\xef\xf4\x07\xf8\xb8\x9e\xe2\xcb\xeb\x67\xe8\xbe\x9d\x8c\xcc\xb3\x76\x33\x37\x96\x35\x6b\xfa\xcd\x82\xbd\x45\xbf\x61\xff\xac\xfe\x7f\x8e\x40\x87\x79\x02\x94\x3c\x74\xb6\x26\x32\xe6\x1c\xc2\x33\x37\x16\x27\xf7\x08\x90\x75\x1d\xa6\x2f\x76\x98\xfa\x03\x30\xc1\x8a\x3b\x3c\xf8\x0f\x6e\x81\x62\x00\xd5\x0d\xf8\x59\xc4\x7f\x26\x62\x37\xec\x2d\x98\xa5\x60\x1f\x68\xc8\x05\xd1\xd6\xee\x00\x25\xe8\x05\x8b\xbe\x66\x81\x8f\x5e\xd6\xc4\x59\xc8\x2f\xbb\x7e\xbf\xfb\xc2\x88\x10\xf3\x55\xf2\x97\xb0\xe3\xd6\xac\x00\xb6\xf4\x12\x54\xb0\x17\x3b\x6b\x26\x02\xf2\x7d\x1d\x4d\xe4\xe8\x39\xa4\x68\x36\xc6\xb3\xeb\xff\x11\x4f\xaf\x2a\x4f\x6b\x02\x38\xcc\x81\xbe\x13\x05\xe3\x85\x21\xb5\x66\xc3\xe1\xb5\x3f\x6c\x36\xbe\xe0\x9f\xe2\xd2\x26\x2a\xef\xda\x00\x3d\x3b\x8b\x2f\x68\x74\x9d\x09\x10\x1a\x7d\xbf\x31\x3a\xbd\x7d\xa0\x40\xbe\xd8\xff\x44\xd5\x5c\xc3\x45\x4c\x28\xc4\xa9\xeb\x64\xbe\xd7\xc9\x72\x38\xd2\xa4\xdb\xc1\xa7\x62\x32\xac\xcf\xeb\x3b\x10\xfa\xe2\xef\x05\x14\xb1\x98\xfe\x3d\xf0\x5b\xff\x1f\x94\x7a\xc5\x18\x26\x50\xa3\xed\xde\x9b\x2c\x93\xeb\x11\xa2\x3c\x7d\x78\x03\xa0\x10\x5d\x78\x07\x22\xec\xcf\xf8\x0b\x13\x55\x70\xab\xd4\xdb\x99\xd0\x35\xd6\xe6\x7f\xe0\x92\x68\xca\x2c\x4e\xe7\x53\x08\xec\x82\x3f\x4b\x0e\xec\x02\x87\xda\xcc\x64\x4d\x25\xff\xff\x44\xf5\x7a\x6d\x88\x84\x42\xee\x0d\x91\x48\x4c\x5a\xa6\x1f\xc8\x3f\xd4\x8a\x00\x44\xac\x78\x82\x09\xac\x9f\x3f\xfd\xa1\xf6\x7b\xf5\xfb\x61\xe7\xf2\x04\x51\x2c\xaf\xf8\xcc\x02\xe5\x5a\xd5\xa5\xd7\x9c\x00\xf4\x10\xeb\x9e\xbf\x6a\xfb\xea\x6f\x76\x14\x8d\xf1\xff\x43\x7d\xf7\x09\xa3\x46\x6d\xae\x34\x81\xaa\xdd\xfd\x1b\x45\x7b\xbc\x23\xe0\x85\x71\x10\xc1\x84\x17\xc6\xd1\xb8\x73\x1e\xfc\x20\x5a\x40\xde\xc0\x36\x61\x4c\xdc\xc0\x45\x32\xd1\x84\xc2\x6c\x73\xf9\x5c\x28\xeb\xe3\x15\x59\xbf\x4f\xac\x29\x00\x74\x2c\xfd\xc9\x71\x41\xfb\x42\x9e\x6b\xb0\x81\x7b\x80\x93\x5d\x42\xc8\x44\xb4\x65\x33\x97\xc2\x8d\x6e\x4d\x67\x32\xdf\x61\xc9\x12\x36\xa1\x42\xdb\x90\x34\x19\xe9\xe2\x73\xf4\x8a\x00\xc5\x69\x3f\x13\xa8\x05\xdb\x32\x67\xdd\x91\x7f\xad\xdb\x65\x42\x07\xb7\x2a\x34\xe9\xb6\xf1\xae\x40\xf9\xbd\xcd\x89\xbc\x13\x09\x05\x0e\xdb\x9e\xd4\xb1\x9d\xdd\x35\x0f\x5c\xe1\x52\x07\x27\xfc\x32\xce\x63\x9d\x70\xb3\x38\x2b\x74\xa2\xcc\x4a\x33\xa3\x3b\xb9\x68\x12\x22\xe6\xc9\x0e\x34\x67\xfa\x51\xec\x20\x9c\xf0\xa3\xfc\xb9\xaf\x50\x47\xf7\xcf\x75\x73\xe1\xfe\xb2\xc5\x72\xbe\x1a\x68\xfc\xb9\x1c\xae\x89\x0f\x6d\x3a\x4b\xd1\xe8\x8d\x17\x85\x59\x77\xf8\xa0\xe2\x9e\x46\x78\xc3\xef\x22\x3b\xc5\xa4\xc2\xe9\x44\xd6\x49\xbf\x88\xcf\xfa\x2b\x24\x0c\x6b\x63\xf3\x15\x12\xd2\xea\xdc\x7c\x65\x84\x55\xbc\xa6\x74\x6d\xd8\x26\x3c\x6f\xf8\xa6\x3c\xe2\x9b\x7b\xdb\xd7\x0d\x54\x52\xbb\x65\x27\x55\x52\x29\xd9\xf3\xe1\xc6\xf0\x2b\x01\x63\xe5\xcc\x9a\xf9\xf0\xc6\xd5\x22\x3f\x2c\x91\xe4\x0e\x50\x52\x7f\xf3\x0b\x20\xe0\xaf\x7f\xaa\x76\xb3\x16\x71\x47\xb5\xaf\x17\x45\x0c\x27\x2b\x2d\x20\x75\x5b\xac\x5a\x1b\x56\xa4\xfa\x37\x70\x5a\x36\xff\x3f\x4f\xbb\xc4\xe9\xb5\xc1\x97\x55\xfc\xfb\xc2\x12\x7f\x9f\x64\xc1\xd5\x60\x5f\xd8\x42\x86\x9e\xca\x0a\xaf\x85\x2c\x7f\xa7\xfa\xae\x9f\xc0\x30\xf5\x1b\x37\x9a\xd8\xe3\x42\x76\x81\xad\xf2\x0b\x19\x7c\xc2\xf3\x5b\x0b\xb5\x64\xc3\xfd\x55\xfa\x47\xf5\x7e\xe0\x6e\x0b\x4a\x6d\x2d\xe4\xdb\x39\x46\x6b\x41\x1e\x28\xd5\xbf\xe1\xad\x94\xc0\xb1\x10\xad\x50\x6c\x07\x5a\x48\xa0\x53\x9d\xcc\xb5\x60\xb5\x57\xd9\xe3\xb5\x10\xb9\x5f\xc4\xdd\x56\x87\xf7\x4a\xd5\x52\xd7\x02\x72\x68\xf3\x37\x02\xe0\x92\xbd\x8b\x0b\xa1\x9b\x8e\xf8\x5d\x03\x2e\xe4\xee\xdf\x48\x97\xd0\xa9\x5b\x08\xe5\xfc\x03\x99\xb2\x00\xa8\x24\x80\xf8\xb5\x50\xa6\xcc\xa7\x62\x41\x07\x2d\x4e\xfb\x5c\x23\xe1\x51\xd5\x08\xc7\x89\xdf\x7e\x03\xd7\xc0\xbb\x04\x98\x48\x06\xa5\x5a\x90\x1a\x54\x46\x79\xad\x40\xa9\x0e\x19\x35\x56\x70\x0d\xbc\x48\x41\xb3\x87\x86\x18\x1c\x92\x57\x0d\x49\xf1\x36\x18\x2e\x40\x1a\x55\x7f\xa6\x57\x8c\xa8\xd6\xb3\x57\x02\x4d\x4e\x1a\xd3\x02\x1c\xf7\x26\xd6\xb2\x12\xb7\xa8\x3f\x7b\x72\xd1\xfe\x34\xe8\x18\xb2\x1b\x0c\x54\x87\xf1\x0b\x02\x05\x5a\x35\xa5\x04\xab\xf1\x0c\x5e\x31\xa1\x1a\x2e\x68\xbd\x62\x42\x2d\x4e\x5d\x5d\xaf\x9c\x50\xfe\x6c\x34\x00\x1c\x85\x6e\xc5\x95\x37\x1b\x68\x11\x29\x28\x48\x81\x59\xaf\xa0\x30\x8c\x5d\xb6\x10\x6f\x31\xc5\xe0\xd7\xc4\x0c\x7c\xf2\x5e\x41\xa0\xfd\x39\xa9\xc8\xba\x77\xac\xde\x9a\x98\x81\x24\xe5\x05\x41\xa0\x4b\x70\x58\xb0\xac\x17\xe1\xbb\xae\xf5\x4a\x02\xc3\x20\x4f\x0b\x39\xf7\xb6\xd1\x2e\xa8\xea\x45\xd5\xd7\xd6\x9a\x9c\xa2\xd6\x70\xfe\xa6\xa8\x45\x9e\x28\x6d\x20\xd9\x62\x41\x12\x30\x4a\xd4\x02\x9a\xa8\xb3\xe6\x17\x2c\xe7\xd6\x06\xd6\x7b\xaf\x77\x07\xf7\x2d\x98\xce\x97\xfb\xdb\x11\xba\x24\x66\xbc\xde\x5b\x78\xd8\x73\xbd\x90\x75\xdf\xfc\xd1\x76\xb8\x2e\xfc\x4d\x90\xf5\xb7\xfc\x7e\x18\xc2\x1d\xbd\xbf\x58\x23\xd7\xd6\xb6\x85\x72\x6f\x06\xd6\x5a\x30\x84\x5b\x1e\x5f\x27\xb3\x61\xf5\xff\x17\x92\xb5\xbc\x8b\x90\x5e\xe0\x68\xc1\x05\x28\x6d\x0b\x7b\xeb\xe2\xb6\x95\xb8\xbc\x10\x8a\x60\xcf\xee\xba\x90\x35\x23\xd3\xfd\x42\xfe\x81\x33\x22\x16\xf4\x72\x3b\x35\x17\x8c\xc0\x45\x45\x56\xd6\x42\xe9\xfa\xbe\xfe\x49\xbd\x59\x17\xbf\xb8\x19\x01\x72\xdc\x9d\xa0\xb1\x2e\x7e\x71\x6f\x62\x64\xfc\x59\x4e\x5a\x37\xcb\x10\x9b\x9f\xdf\x84\xed\xd2\x2e\xc6\x15\x5f\xcd\x39\x50\x49\xcc\x10\x2b\x0b\x65\xe8\x8d\xa6\xb1\xa0\xa5\x3b\xe8\x68\x87\x96\x5e\x7c\xe7\xef\xb0\xc8\xda\xbb\xbf\x03\x89\xdb\x07\x7b\x7f\x2f\xb4\xe5\xc4\xa9\x9d\x05\xd8\x97\xe9\x98\x81\x18\xc7\x5e\x02\xff\xdf\xf5\x1b\x01\x39\xda\xf4\x7b\x3d\x00\xf3\xa5\xfe\x50\x04\xb3\x38\x3c\x65\xaf\x7c\xa1\x7f\xdf\xf8\x1d\xfa\xfd\xb0\x81\xde\x00\x95\xd6\x1a\xc4\x8e\x74\xb5\x2a\x99\x64\x6f\xc8\xa0\xfe\x43\xc7\x1e\xd0\xb1\xdc\x79\x83\x2d\xf7\xc7\x17\x88\x99\xee\xc8\x56\xf3\x8d\xb3\x77\xec\xca\x66\x3a\xbe\x49\x33\x1d\xe0\xe0\x9e\x01\xb2\x13\xcc\xac\x77\xe4\x84\x3b\x72\x6c\xef\xd8\x15\x16\x12\xf6\x8e\x35\x95\x71\x67\x07\x04\x60\x91\xa3\x60\xe7\x8d\x55\xa4\x65\xee\x48\x12\x4f\x2f\x2a\x92\xc4\x9d\x40\xbc\x0f\x2c\xba\xae\x8f\x7d\xb0\x8e\xa3\xfe\x3f\xe0\xa9\x48\xff\xc6\xb9\x32\x6c\xcd\x8e\x74\x37\xdb\x75\x77\xe8\xc1\x4e\xcb\xdf\x83\x53\xd4\x80\xe0\xa6\x2d\x46\x6f\xdb\x91\xee\x60\xb8\xd1\x9d\x18\x7d\x1e\x21\x40\x5e\x9c\xe2\xbc\x07\xea\x73\xeb\x92\xde\x81\x75\x5d\x75\x92\xf6\x44\xec\xb9\x3f\x1a\xf4\xe2\x22\xd4\xff\xb5\x03\xe5\xa5\x74\x77\xd0\xe1\xdc\x37\xfd\xe5\x85\x06\x43\xda\x71\xa1\xa9\xfa\xd1\xda\x91\xf7\x6e\xbc\xbc\xfd\xbd\xd0\x62\x4b\xff\x46\x78\x83\xc4\x96\x3d\x51\x1c\xb5\xf8\x7d\x17\xfe\xdf\x74\x06\xb3\x9b\xfe\x80\xae\xdf\x13\xbc\xde\xfd\x4d\x7e\x02\x79\x1e\x76\xe4\xc9\xff\x59\xd1\x89\x09\x48\xb2\xdb\xa1\xd8\x1a\x5f\x63\x07\x88\xcc\xf4\x27\x7c\xef\xb3\x70\xca\xcb\xce\xfb\xec\xcf\x12\x22\x23\xc3\xbc\x74\xe7\x7d\x96\xee\xf0\x44\xfd\x5d\xd3\x11\x49\xeb\x73\xf8\xea\xb5\xa1\x2a\x8a\x6b\xa7\x5e\xeb\x01\xbc\xb7\x57\x98\x39\xee\x0b\x9a\xb7\x78\xef\xbe\x38\x40\xad\xc0\xfa\x0d\xd0\x7f\xd8\x5f\x99\x63\xb9\x43\x60\xea\x7a\x13\xa2\x28\x7d\xc8\x37\xb4\xef\xc0\x43\xf7\x8c\x71\xfd\x6d\x7f\xe8\x41\x55\x5e\x23\x78\xb5\xd4\x50\x09\xbd\xb5\xef\x40\x78\xd7\x6d\xb1\x13\xa9\xda\x9c\xe5\xd5\x5a\xd3\x01\x22\x3b\x2a\x5a\x85\x79\x1f\x8a\x97\x5a\xa1\xdb\x8f\xc4\x6f\x4d\xe0\x40\xff\xde\xd4\xc7\x62\x09\xbb\xf2\x2f\xb7\xcd\x0e\xcc\x1b\xbb\xa9\x77\xc0\xe0\x95\x2a\x1b\xf2\x8e\x72\x56\xc6\x9a\xda\x4f\x0c\xd7\x87\x18\xb7\xaf\xfd\x95\xfb\x09\xb3\xba\x24\x9e\xfd\x84\xa0\x2c\x5d\x62\x47\x7e\xbb\x1d\xa2\xfb\x85\xbb\xe4\x0f\x23\xbb\xd8\xa1\x16\xf8\x82\x3e\xea\x33\xf9\x5e\xd7\xcd\x2e\xda\xfd\xbd\xad\xa7\x23\x78\x76\x04\x0e\x1a\x7e\x71\xbf\x60\x96\x37\xe3\xbc\x92\x2f\xf4\x1f\x26\xe2\x8e\xdd\x01\x1c\x05\xe6\x6b\xbc\x4e\xff\x5c\x26\x88\x24\xb4\x24\xbe\xa3\xb0\xe7\x1f\xae\x80\xe2\x53\xce\xb7\xd8\xa1\x11\x97\x3f\x8c\x0f\xf7\xad\x71\x0b\x76\x24\xc4\x3b\xc3\x63\xbf\x39\x02\xbd\x10\xb5\xa5\x1c\xfe\xbf\x3f\x34\x1f\x49\x83\xde\x1f\xbe\xf1\xeb\xe0\xd8\x50\xf5\x4c\x53\x38\x68\xf4\xd6\x1e\x3c\x36\xae\x81\x86\x7c\xc0\x03\x6a\x49\xfd\xc0\x85\xad\xba\x8e\xeb\xd8\xc8\x78\x34\x84\x63\xe3\x10\xbf\xaf\x70\x40\xe5\xb4\xe4\x7d\x20\xa1\xdd\xf1\xfe\x07\x8a\x45\x59\xd0\x3e\x2a\xbe\xaa\xae\xbb\xa3\xb2\xbd\x7f\x77\x72\xba\xa6\x3f\xa0\xc0\x8b\x3b\xac\x3c\x77\xe2\x34\x07\x7c\xa4\xad\xbb\x87\xc9\x7f\xd0\xa2\x54\xa8\xe5\xe1\x06\x8c\x91\xd5\x90\x81\x3b\x6c\x37\xf3\xd1\xf8\xdd\x25\x46\x1d\x0d\xbe\x08\x7d\xb6\xa3\xd5\x57\x72\x96\x49\xed\x40\xb1\x49\xc7\x25\x1f\xc0\x1d\x36\x1c\xe2\x81\x60\x33\xe3\x4d\x1d\x4c\x50\xd7\x4e\x3f\x3a\xd6\x40\x3b\xfb\x40\x3d\x28\xbb\x01\x8f\xce\xa3\xa4\x25\x40\xa8\x59\xb1\xef\xff\x40\x2d\x6e\xfb\x3a\x8e\x4e\x53\x8d\x5f\x88\x7d\x24\x39\xee\xe8\xb4\x33\xb8\x3d\xf6\x61\xf5\x00\x1e\x14\x5b\xd7\x0a\x8e\x8d\x2f\xd4\x88\x01\x44\x63\xdf\xff\x81\xf2\x91\x3e\x6b\xc7\x98\xe8\x50\x23\x86\x67\xb6\x18\x65\xe0\x80\x8c\xa1\x42\xc0\xeb\x80\x25\xbb\x7a\x89\x13\xae\x61\xa9\xdd\xc7\xab\x21\xae\xd4\x8d\x7e\x4c\x94\x01\xf2\x37\xc4\x05\x58\x1c\x4a\x76\x00\x28\xe6\xcf\x0b\x10\xbd\xee\xa8\xde\x03\xf7\x8f\x2b\x62\xae\x03\x08\xb2\xd6\x26\x0e\x80\x98\x65\xf3\x6f\x78\xb3\x7d\xd4\x58\xda\xc8\x07\x61\xc1\x1b\x2e\x91\xe0\x58\x78\xa1\x37\x3e\x0b\x11\xf9\xa0\x20\x94\x5c\x35\x4f\xd6\x01\xc7\x66\x51\x81\x8c\x75\x20\x96\xdc\x91\xbb\x07\x32\xc6\xed\x96\x3c\x4e\x0c\x58\x57\xf8\x81\xd2\xd1\x76\x8c\x1e\xc8\xe7\x76\x80\xc7\x81\x18\x9a\xd2\xbd\x6d\xcf\x05\x77\x85\x66\x74\x62\x84\x3e\x79\x50\x87\x9c\xb3\x70\x5c\x88\x78\x34\x74\xdd\x01\x0e\x9b\xf3\x9f\x52\x3c\x0f\xd4\x25\xb2\xaf\xfc\xa0\xba\xe3\x48\xe3\x03\x00\x27\xaa\xc1\xb3\x0e\xd4\x61\x36\x4a\xdc\x01\xe5\xc5\x71\xdc\x07\x92\xb5\x8b\x8d\xb4\xc7\xcd\xf1\x6a\x85\x81\xf9\xe5\x90\x9b\xe3\x86\x77\xca\x9b\x12\xf8\x25\xa5\x7b\xd7\x02\x7f\xc4\xee\x96\xe3\x61\x87\xa6\x63\x84\x3e\x16\xc8\x16\x2b\x7f\x0e\xf6\x83\x3b\x4e\x2b\x7c\x02\xb2\x2b\x25\x83\x9c\x30\x10\x1a\xcc\xfa\x24\xb7\x95\xd4\x75\x02\x91\x6b\x4a\xa4\x38\x11\x5a\xec\xca\x01\xeb\x44\x72\xb7\xf3\x5e\xcf\x02\x2f\xa8\xe9\x95\x1d\x0c\xfd\xc6\x29\x90\x8c\x70\x92\xbb\x1a\x44\xec\x04\x24\x97\x53\x2c\x4e\x64\x73\x3b\x8d\xf5\x04\xef\x9c\xc5\x1d\x70\xc4\xdf\x9e\x38\x1b\x37\x9d\xfe\xbf\x71\x80\x1a\x10\x2c\x84\x56\x10\xcf\xc6\x01\x78\x44\x0d\x03\x90\x59\xfa\x44\x20\x70\x71\xca\xda\xd9\xb8\x8d\xfd\x9b\xdb\x58\xfb\xfe\x04\x68\x97\xdd\x76\x67\xdb\xf9\x0f\x5a\xe5\x86\x68\x36\x6d\xdb\xb3\x81\xdb\x49\xd2\x39\x3b\x87\xa0\x31\x03\x95\xcb\x76\x87\x13\xdc\xd3\x21\x0e\xe7\xc0\x1c\xb5\x71\x4f\xda\x0c\x0d\x6a\x75\x22\xfd\xdb\xa9\xb0\xe7\x60\x0d\x49\x7f\xf7\x01\xd1\xa4\xb8\xc7\x44\x52\xbf\x1b\x60\xdf\x48\xed\x3d\x07\x8f\x86\xe9\x4c\x4b\xf3\x67\x7a\x55\xb2\xe5\x1b\xea\x0c\x18\x21\x25\x1d\x9f\x41\xe6\xa4\x11\x26\x5e\x20\x41\xe3\x84\xbe\xf2\x07\xc2\xf6\x64\x79\x3c\x29\x2c\x27\x2d\x70\x0e\xee\x39\x5f\x8d\xa5\x5b\x9c\x3e\x13\xa1\x50\xe2\xb7\xe7\xdc\xd8\x40\x73\x80\x85\xcd\x77\xd4\x39\x11\x71\x27\x86\x7c\x4e\xa6\xb8\x6b\x4a\x34\x80\x39\x31\xe0\x9c\x08\xf4\x90\x80\x79\x12\xd9\x4b\x0c\xf8\x24\x47\x77\xa0\xff\xb9\xf8\x5d\x74\x3c\xcf\x75\x22\x55\x50\x43\x5a\x17\xff\x41\xb3\x04\x76\x96\xfd\x09\x27\xf2\x7f\xfe\xa4\xdf\x9d\x88\x46\x71\x9a\xfd\xb9\xff\x06\xa9\x41\xec\x1c\x84\xa7\x09\xec\xaa\xea\x95\xa6\x94\xee\xc0\x3f\x54\xf4\x6f\x96\x56\x4e\x40\x25\x16\x9f\x18\x96\x37\xf1\x42\x53\x4a\x95\x36\x8e\xf2\xf4\xe9\x60\x4f\x94\x9f\x9f\x06\x98\x38\xe1\xa6\x09\xf3\x14\x54\x93\xb7\xdf\xe8\x44\xdc\x9f\xf5\x20\x56\x93\x37\x04\xc6\xf9\x2b\x80\xea\x23\x0e\x14\xa6\x10\xd3\xba\x36\xfe\x6e\xfa\x8d\xa0\x00\x9d\x06\x54\x83\xaf\xc5\x08\x10\x17\xb1\x8a\xa5\xda\x5d\x85\x90\x6d\x53\xbf\x01\xe7\x29\x1e\x85\xda\xec\xb5\x38\x88\x1a\xc5\xd9\x57\x6c\xff\x64\x56\x43\xe5\xf6\xb7\xb5\xc6\x03\x48\xa5\xd0\xd9\x41\x25\xf6\xe5\x40\x47\x94\x5a\x9f\x56\x85\x59\x6a\xdd\x15\x6e\x16\x6a\xad\xcf\x90\x95\x0f\xb5\xd0\x97\xd1\x66\x50\x0b\x7d\xfd\x79\x21\xa2\x20\xec\x84\x46\x6d\xf1\x74\xc8\x32\x6a\x87\x2f\x3b\x95\x2f\xf8\x28\x8a\x36\xfa\x35\x48\xd7\xfb\x19\xc7\x20\x96\x89\xea\xd8\xcb\x86\x5f\x54\xc7\x4e\x3b\xf9\x51\xfc\x7a\x85\xb8\x0d\x8a\x5f\x2f\x07\x1c\x5f\x30\xbf\x78\x07\x5d\x34\xbf\x58\x26\x47\xb1\xea\xd9\xd2\x1d\x62\xc2\xda\x42\x17\xb0\x24\x6c\x59\xbe\x26\x77\x80\x06\x08\x63\x78\xb1\x6e\x7d\xa1\xb0\xa5\xe3\xd4\x2e\x60\xee\x79\x4f\x5f\x08\xe2\x0e\x5d\xcc\x17\x95\xf9\xf4\x0e\x58\x1c\xb2\x3a\xdc\x11\x59\x21\x01\xf6\x02\x5e\x8f\xa3\xc6\xae\xf7\x58\x2e\x5b\xdf\x51\x0d\x7a\x6e\x5e\x22\x06\x3c\x7b\x46\xf0\xff\x3a\x46\xec\x82\xac\xe5\xa8\xb6\xeb\xc4\xc5\x9c\xd2\x6e\xaf\x13\xdf\x48\xa7\x06\xb5\x9c\xdf\x7f\x50\x8f\xf0\x20\x9b\x7b\x5d\x17\xa6\xdc\xfc\x1b\x5a\x8c\x38\xf8\x75\x61\xcd\x2c\xb0\x5e\x30\x36\xff\x39\x04\x17\x96\x40\xfc\xf5\x42\x1a\x9b\x4d\x4a\x17\xe0\xdc\xec\xa6\x47\xe5\xe3\x65\xf3\xc1\xf5\x70\xc4\x9a\xd2\xc3\x5d\xa5\xf6\x0f\xbe\x41\xf3\x6f\x94\x48\xfc\xf3\xff\x78\xbf\xf8\x06\xaa\x0e\x2f\xdb\x0b\xee\xc2\xf1\x84\x7e\x73\xbc\x4d\xbf\x0f\xfc\x7f\xd5\xef\x93\xc0\xcb\x6e\x80\x53\xfe\xe7\x37\xc2\x79\x74\x8d\xa3\x0c\x71\x75\x74\xd4\xfd\xca\x3e\xe1\x63\x75\x13\x1a\x4d\x02\x36\xca\x14\x87\x03\xf1\x51\xa6\xb8\x5a\x2c\xb8\x29\x1b\xf9\x56\xbe\x11\x1e\xe5\x5c\xec\xfb\x65\x0c\x7d\xd3\x0d\x75\x93\x31\xf8\x9e\x47\x9d\xe2\x6e\x47\xdc\xcd\xec\x71\x4b\x0a\xa8\x53\xdc\x6d\x3e\xbf\xa9\x69\xfa\x9e\x46\x29\xe2\x30\x66\xeb\xdd\x30\x66\x9d\xc4\x1b\x69\x55\x4e\x50\xbd\x29\x4e\x39\x16\x11\xb5\x8a\x9b\xca\x10\xae\xfb\x15\xa7\xc2\xe5\x15\xee\x57\x9a\x0a\x57\x3f\xb8\x5f\x69\x2a\x5c\x4e\x01\xb5\x8b\x8b\x05\x89\xfb\x95\x95\xc2\xc5\x08\xee\xf6\xb0\xb2\xf2\xf7\xbb\xff\x66\xa0\x17\x20\xc8\xb7\xe9\xa4\xa0\xb6\x71\xd8\x85\x7c\x77\xb8\x02\xdd\x61\x87\x59\xce\x5f\xf9\xcb\x6a\xd2\x88\x3a\x46\x30\xdd\x00\x9f\x5d\xbc\xe4\x1e\xbf\x11\xa8\x87\x81\x35\x94\x1a\x80\x6a\xc7\xe1\x18\xe7\x9b\xf6\x6f\x7b\x68\xef\x81\x35\x91\xe2\x71\x0f\x68\xcf\xfe\xee\x54\x5e\x67\xfb\x27\xc3\xda\x4d\xff\xae\x2d\x1c\xf7\xc0\x04\x74\x81\xa3\xba\x72\xfc\x99\x00\x2b\xd6\x88\x13\xdc\x70\xe7\x16\x07\x1e\xa2\x9c\x72\xda\x69\x8e\x6a\xc9\xdd\x4e\x12\x54\x4b\x4e\x43\x19\xdf\xb4\x66\xbb\xc6\x06\xaa\x25\xa7\x2f\xa0\x9b\xa8\xad\xae\x99\x81\x6a\xc9\xcb\x38\x1a\x37\xb0\x7e\x6c\xfd\xfd\x8a\x25\x6b\x5b\x52\x1a\xb4\xe1\x0a\xc5\x92\xa7\x71\x67\x6f\xa4\x2d\x85\x97\x34\x51\xb0\xbb\x9b\xce\x32\xec\xfa\x0d\x61\xd0\x81\x84\xa8\x6c\x9c\x8e\x4b\x43\xdd\xe1\x74\x24\x1d\xea\x0e\x57\x1b\x34\xee\x05\x01\xda\x33\x5c\x30\x70\x78\xd7\x2d\x9e\x44\x9f\xdd\x05\x29\x4a\x3a\x02\xca\x08\xcf\xe6\x35\x84\x75\xd7\x19\x97\x37\x2e\x14\x3b\x53\x51\x26\x78\xa9\x28\xdf\xba\x09\x31\xee\x6f\x04\x30\xb6\x29\x19\xe6\x7e\xc5\xc0\xec\xee\x1f\xe6\x56\x9b\x90\xee\x83\xdc\xcf\xdb\xfc\x07\x38\xaa\x0e\x00\xf1\x6d\xa8\x15\xd4\x11\x9e\x4b\x57\x26\xea\x08\x37\xa3\x34\xa0\x8e\x70\x35\x32\xd9\x7d\x02\xb0\x40\x16\x9b\x9b\xe6\x57\x27\x0a\xdf\x17\x6a\x05\x78\xd7\xbd\xda\x7f\xb3\xc1\xfe\xc6\x85\xe4\x38\x86\xfb\x62\x29\x27\xad\x20\xe5\x52\x89\xc6\x37\x12\x5c\x2c\x25\xdd\x88\x37\x2a\x0e\x13\xbb\x29\xb8\x7a\xc6\x37\xac\x5c\xde\x33\x40\x9f\x29\xab\xf8\x0f\xb0\x72\xf9\x20\x23\x20\x69\x0e\x77\x00\x2b\x97\x0f\xfe\x0d\x13\xb7\x0c\x06\x37\xad\xab\x92\x43\x59\xe9\xd8\xd8\x9c\x37\xc2\x8d\x8a\x41\x1b\x6e\x56\xcd\x33\x33\x7c\x18\xda\xa1\x0e\x91\x02\x53\xfe\x7c\x04\xe0\xcd\x38\x23\xe2\xa6\xbd\x76\xf9\xe0\xd0\x82\x30\xdc\x80\x69\x49\xfe\x0d\x3d\x4e\x86\x39\xd4\x25\x76\xa5\xc1\x85\xba\xc4\xb5\x38\xac\xec\xd9\xa0\x90\x74\xff\x3e\xf9\x0f\x6e\x81\x0c\x91\xee\xdf\x37\x22\x38\x97\x7e\x3f\x6c\xf0\x6d\x94\x07\x85\xef\x54\x74\x7c\xb1\xd4\xb1\x6f\x18\x54\x3a\x7e\x1b\x4c\xfd\x01\x5b\xdd\x43\x28\xfc\x6e\x92\x1c\x1e\x80\xd0\xe4\x9f\x1e\xb8\x6c\xe2\x4f\x4f\x41\x9d\x0d\x6d\x95\xa7\xb2\x9a\x61\xe8\x37\xb7\x4e\xf7\x3f\x60\xeb\x48\x91\x7b\x2a\x7c\x15\xcb\x0d\xf8\xa5\xf5\xff\x8d\x3b\x47\x23\xa2\x0d\xc1\xb2\xc0\xd3\xb8\x75\x34\x27\xda\x10\x1c\xea\x85\x12\xc8\x65\xd3\x45\xfc\x34\xae\xb3\x18\x0a\x4a\x1a\xa7\x73\x5b\x9e\x4e\xb4\x77\xcd\x11\x81\x49\x36\x84\x3c\xf0\xd2\x1a\xf1\xed\x41\xf6\xae\x1d\x72\x0f\x6e\xb1\x57\x69\xfa\x7b\xe7\xe4\xff\xf5\xca\x79\x06\x4b\x92\xe9\x93\xd1\x20\xb1\xfe\x74\xc6\x44\x1b\x7d\x22\x44\x36\x1b\x2b\xec\x81\x06\x91\x5e\x5f\x9a\x13\xbc\x69\xa0\x41\xa8\x68\xe8\x42\xb9\xe4\x69\x17\x33\xca\x25\xd7\xe2\x3b\x16\xf5\x92\xff\x14\x65\x42\x35\xe4\x95\x52\x4a\x51\xdd\xd8\x35\x3f\xd7\x43\x95\xc3\x97\x22\xaa\x1b\x2f\xc3\x97\x3c\x3f\x15\x43\x23\xfa\xd9\x83\xf5\x02\xe2\xa9\x78\xc6\x93\x89\x50\x9a\x31\x02\x7d\x9d\xbf\x87\x62\xc2\xd5\x2a\x0a\x8a\xfd\x36\xa3\x12\xa2\xd8\x6f\xda\x96\xf0\xa0\x92\x7e\xf5\x0a\x2d\xe0\xb5\x88\xbf\xa3\x94\x6f\xba\xd6\x17\x4a\xf9\x2e\x63\x7b\xa1\x34\x6f\xb5\xc2\x82\xd2\xbc\xc5\xc6\x4c\x94\xe6\x0d\xe7\x4a\xa1\x34\x6f\xba\x3c\x0f\x2b\xef\x9a\xd7\x3d\xfb\x86\xeb\x40\xef\x07\x1a\x68\xdd\x74\x3f\x3c\xc7\xaf\x0c\x89\x66\x4c\x43\x84\xef\x68\x54\xba\xad\xd5\x45\xdf\x1e\xa4\x81\xd6\x22\x45\xf6\xc1\x25\x55\x15\x66\x75\x27\xfc\xf0\x2e\xec\x74\xe7\x42\x89\xc7\xf5\xfd\x3c\x21\x49\x0d\xfd\x84\x70\xf9\x9b\xc3\xb3\x10\xac\x51\xb7\xef\x0a\x79\x16\xac\x4e\x32\x01\x3d\x6b\xa1\xa2\xb3\xe2\xc4\x9e\x75\xf3\x5a\xef\xdf\xef\x87\xe9\x6c\xdf\x29\x7a\xf6\x0d\x05\x71\xbe\x6d\xf3\xec\x30\x98\x56\x25\x21\x3e\x7b\xe1\xac\x3f\x6e\xf5\xdc\x2f\x7b\x53\x46\xc3\x73\xa3\xac\xe7\x27\xfe\x3e\x37\xb1\x1b\xba\x7e\xae\x3f\xd3\x7b\x20\xae\x97\x4d\xf0\x5c\x0f\xc4\x75\x65\x4b\x3f\x2c\x4c\xff\x31\x95\xe7\x41\x7a\xd9\xa6\x9f\xef\x7d\xf7\xb6\xee\xfa\x03\x1c\x9a\x43\x3f\x3b\xe9\xfe\x03\x82\xcf\xf9\xb3\x6e\xa8\xa1\x57\xeb\x57\xb6\xfd\xfd\x03\x3f\xe0\xef\x90\xd4\x6d\x3b\xb9\xc0\xbf\x63\xf5\x3e\xfc\x1f\x9f\xb8\x6e\x0b\x16\x2f\x7d\xe2\x5a\xc6\xc5\x4e\x7f\x2b\x50\x2b\xa3\xc8\xea\xe7\x88\xaf\xbd\xc0\xc8\x5d\xcb\xff\xe0\x56\xfe\x5f\xfb\xff\xff\xff\xdd\x1c\xf4\x86\xa2\xa1\xbf\x47\x04\xeb\xff\xfe\x5e\xcf\xfd\xfb\x7b\x05\x42\x8c\x22\xd4\xb7\xb6\xca\x47\x6a\xfb\xbb\xa0\x9f\xec\xbf\x01\xb7\xf7\x7b\x7c\x3f\xc5\x77\x51\x6e\xed\x70\x9b\x57\x17\x97\x05\x6e\x03\xac\xed\xf7\xb8\x10\x56\xf8\xa3\x00\x3a\xf5\x7b\x84\x33\xbf\x8a\x12\xa2\x34\xba\xf9\x3f\x4a\x33\xe5\xe5\xd8\xd2\x57\x2b\xea\xb3\x7e\x8f\xac\x19\x2d\xca\x69\x0a\xca\x7b\x96\x8f\xf2\xaa\x73\xdf\x63\x43\xb8\xf6\x8f\x52\xe2\x1b\x5b\x45\x8d\x23\xe5\x04\x56\x14\x28\xfa\x1e\x21\x96\x7f\xbb\xbd\xa2\xee\xce\xf7\x58\xe0\x72\x14\x25\x4c\x59\xc8\xf0\xfc\x48\x28\xb2\xf1\x3d\x4e\x24\x41\x7f\x94\x57\x11\xf9\x1e\xa1\xa5\x0d\x51\xc2\x94\x97\xf1\xca\x7c\x58\x6b\xdc\x26\x21\xc6\xf2\x9b\x52\xab\xeb\xa3\xb4\xba\xa3\x9e\xdb\x8f\xd2\x3d\xd9\x1e\x0c\x94\xf9\x28\xa9\x21\x74\x6c\xf7\x22\xca\xd4\x72\xf7\x85\x22\x50\x1f\x05\x98\x7c\xbf\x47\x00\x77\x7f\x67\xbd\x02\x58\xec\xf7\x88\x44\x97\xf5\xf1\xdf\x0a\x7c\xad\xef\xf1\xbd\xec\x04\x82\x50\x81\x4a\xf5\x3d\xbe\x5c\x5c\xf9\x38\x15\xe8\x4b\xdf\xe3\x2b\xc9\xa9\xf4\x56\x05\xaa\xd0\xf7\x88\x56\x9f\x6e\x51\xa1\xdc\x7c\x8f\x48\xf8\x54\x68\x6d\xbd\xe7\x30\x0d\x47\x51\x65\x96\xea\x3d\x97\x69\x3b\x69\x5d\xb4\x4b\xb4\x45\x84\xbc\xcf\xb2\x53\xef\x35\x4d\x03\x03\x90\xe2\x55\xef\x77\xed\x7e\x8f\x3b\xdb\x7d\x97\x72\xbd\x77\xb7\xdb\xd9\xee\xf3\x8e\xd6\x7b\xff\xd3\xee\x22\xad\x8a\xf6\x88\x86\x18\xce\x2a\x35\xa4\x42\x2f\xfa\x1e\x07\x69\x9a\xfb\x11\xa6\x91\x0d\x79\xcd\x0e\x8f\x85\xd7\x92\x7c\x56\xf5\xf6\x57\x80\x56\xf4\xd2\xb4\x2e\xa7\xc7\xf9\x70\xad\xbf\x3b\xb4\xa2\x48\xf6\xf7\x08\x71\x6e\xfb\xe6\xd7\x36\x6d\xa2\x86\xda\xd5\x9f\x28\xd9\xb6\x6d\x9a\xf0\xfc\xd9\xc5\x6d\x2b\x6e\xf2\xde\x22\x0a\xab\x6f\x28\xfd\xfc\x3d\x12\xa5\x54\x94\x30\x25\x81\xf7\x2a\xca\x65\xca\xfd\xee\x9f\xa5\xb1\xd5\x22\x12\xdc\x71\x32\x55\x34\x70\x91\xef\x11\xcb\xdb\x96\x46\xd1\x3c\x72\x88\xb3\x55\x75\x5e\x1a\x0a\x1d\xff\x1e\x91\x1f\x34\x34\x5f\x6d\x90\xc6\x72\xa4\x9b\x62\xac\x1a\xca\x91\x7e\x8f\x37\x69\x7a\xdb\xee\x1e\x81\xd2\xf9\x89\xff\x0d\xd5\x11\xbf\xc7\x5f\xab\x6f\xfc\xa8\x6b\xf8\x7b\xac\x01\x23\xc5\x47\xa9\xd3\x94\x57\x38\xff\xae\xf4\x56\xea\x6e\x0a\x2e\xbc\xfe\x29\xb1\xad\xec\xfa\x26\x85\x5b\x4a\xee\xee\x56\x75\x33\xb5\xfa\xf6\x28\xf1\xb5\xb5\xf9\xf1\xb0\x06\xe8\xf9\xb2\xa9\x86\x5f\x6b\xeb\x14\xed\x37\x67\xf5\x08\xfc\xf2\xef\xf1\x77\xb9\x7f\x7d\x76\x6f\xa8\x8e\x70\x8d\xaa\xac\xfd\xd6\xbb\xe6\x06\x18\xe6\x5a\xe5\x9e\x69\xe6\x80\x0d\xe0\xa3\x2f\x57\xfe\xf6\x88\x39\x5d\x1b\xbc\xc8\xe5\xac\x6f\x63\x3d\xa2\xb1\x9d\x5c\x3a\x2d\xdc\x2e\x90\x93\xda\x24\x0f\x35\xa0\x5b\xfd\x1e\x0b\x79\xf1\xa7\x9d\x36\xe0\x50\xfd\x1e\xd1\x67\xdb\x3e\x2e\xd9\xd2\x7d\x26\x69\x82\x82\x6e\xd3\x34\x66\xdc\x34\x79\xd0\xda\x32\x6d\x15\x26\x96\x69\x3d\x57\x59\xa2\x01\x80\xb1\x29\x82\xa4\x21\x47\xe1\xf7\x08\xd3\x46\x53\x81\xd2\xb6\xfc\x1d\x18\x23\xdd\xb7\xef\x32\x6e\x88\x89\xfe\x3d\x62\x2c\x5d\x99\x17\x6d\xf7\x58\x18\x01\xda\xb7\xef\xca\x6b\xbb\xbf\xc3\xce\x76\xca\xb9\x6b\x87\xdb\x21\x92\xe6\xe5\xd9\xa2\x75\x8d\xf3\x60\xbb\xf6\x31\xa0\x76\xba\xdd\x49\x80\x49\xc1\x4b\xb5\xd3\xf3\x83\x87\xaf\x76\x85\xfa\xb7\xf3\xd6\xfc\x4e\xf6\xa9\x6c\x91\x76\xb9\xcf\x8b\x34\x99\x9b\xdb\x6d\x1a\x0c\x0b\x75\x6c\xea\xf3\x31\xed\x21\x4d\x2e\xbf\x6e\x66\xd8\x51\x3f\xbc\x0e\xc1\xc7\x77\xd4\x0b\xff\x3d\xb2\x9d\x92\x1e\x7a\x71\x3b\x14\x8a\xac\x63\x7e\xe2\x52\xb7\x80\xd3\x0b\xdb\xc9\xd4\xd4\xab\xdb\x55\xd0\x1c\x66\xd9\x9b\x69\xa8\x24\x52\x43\xda\x47\x6f\xe2\x70\x9d\x05\x18\xa2\x7f\x5e\xbd\x8e\x82\x0b\xbf\x47\xa4\x07\xc6\xa8\x9f\x2e\x4d\x79\xf5\xff\x25\xc2\xf6\x76\x54\x35\x45\x90\x4a\x08\xf1\xa3\xa3\xe4\xc0\xef\x91\x43\x55\x15\x89\xee\x23\xdf\x3b\x42\x65\x42\xfa\x65\xef\x97\x96\x8d\xc7\x3a\xf4\x99\xba\x8f\x75\x1f\x3f\xda\x77\x2f\x75\x1f\xdd\x4e\x3c\xb0\x54\xb6\x55\x07\x00\xd8\xef\x11\x40\x15\xa9\x00\xe6\x0e\x64\xad\xdf\x23\xfa\x4c\x45\x76\x76\x1f\xdd\x9e\x15\x71\xc3\xca\xd3\xef\x59\xbb\x69\xc0\x41\x94\xcd\xb2\xa7\x18\x6f\x4f\x18\x80\x53\x01\xcf\x3d\x53\x63\x21\xc8\x44\x0a\xbc\xbd\xa7\xd8\x6b\x27\xab\x48\x05\x2e\x74\xb3\x8a\x4e\x56\x61\xcf\x76\x37\xab\xe8\x0b\x2c\x34\x65\x6f\xed\x4b\x2c\xb4\x53\x8b\x4c\x61\xd7\x75\x64\x0b\x7d\x8f\x18\x8b\x32\x1c\x3a\x12\x83\x7e\x8f\x4c\xf9\x51\xf9\xd6\xbe\x24\xa7\xf5\x45\x39\xad\x6c\x1a\x8b\xe4\xb4\x8e\xd4\x9f\x97\xd6\x45\xd3\xb7\x5d\x80\x97\x9a\xb2\xd5\xf7\xa5\xeb\xa3\x2f\xd8\xa0\xa7\x70\x6d\xfb\xda\x3d\x3f\xc8\x46\x53\x19\x54\x7d\x1d\x9e\x1f\xd6\x65\x0a\xb5\xba\x9b\x6d\x75\xb2\xa6\x29\x31\xa2\x9b\x35\x75\xb2\x9f\xd9\x3e\x23\x7a\x37\xfb\xe9\x27\x8a\x92\x4e\x79\x0f\x3b\x02\x42\x7e\x8f\x1c\xa7\x8c\x8e\xfd\xd4\xd5\xd2\x4f\x04\x49\x57\x09\x34\x1d\x11\x13\xbf\x47\xbe\x4f\x36\x8d\x6e\xd6\xd4\xaf\x57\xaf\xae\x73\x7e\x51\x0e\xfd\x2a\xcd\xb4\xc5\x3e\xa7\x68\xda\x67\x17\x64\xcd\x29\x5f\x76\xbf\x24\x6b\xf6\x0b\x6b\xb6\x74\x5d\xf5\x7b\xd3\x58\xee\x2d\x98\xf7\xfd\x8d\x05\xce\xc2\xdf\x63\xfd\xe5\x84\x7f\xeb\x02\x37\xdd\xf7\xc8\xeb\x5f\xe3\x84\x7f\xeb\x7b\xe4\x15\xaf\x7d\x7d\x0f\x8d\xf3\x26\x76\x9e\xea\xdc\xf5\xdb\xe7\x0f\xfe\x9c\x97\xa6\xb1\x44\x9a\x36\x49\x4b\xd1\xdc\x27\xd4\xa9\x4d\x7a\x65\xbf\xd3\xf3\x4b\xc4\xc2\x98\x17\xc0\xa1\xf2\x7b\x64\xce\xbb\xac\x36\x1d\x4a\xc7\xf7\xc8\xb1\x68\x9f\xdd\x52\x14\x3b\x7c\x28\x65\x13\x34\x68\xbf\xbd\x77\xe1\x4f\x79\x69\xdf\x37\xb2\xcc\xdf\xef\x83\xef\x13\xab\xb7\x5c\xdf\xef\x63\x91\xa6\xb1\x1c\xee\xf3\x80\x38\x55\x3e\x4d\xb7\xc3\x45\xf1\x7b\x44\x81\xd1\x4d\x1a\x68\xbf\x2f\xaf\x0b\x4a\x81\x6e\x02\xd9\xed\x70\x14\x7c\x8f\x9c\x43\x68\xad\xef\xcb\x34\xae\x67\x68\x2c\x8f\xf6\x3c\x0c\xf5\x65\x2b\xe2\xe5\xcf\xa6\xef\xf7\x6c\xfc\x46\x5f\x2c\x54\x87\xcd\xfd\x7b\xe4\x58\xbe\x20\xcb\xfe\x14\xb7\x2b\x2c\xbe\xff\x29\xe5\xfd\x91\x5d\xa0\x3f\x85\xeb\xb9\xf4\x3e\x89\xbb\xfd\xa9\x5c\xb3\x4f\x90\xef\xb0\x6e\x7f\x8f\x5c\x33\x5d\x8f\x4f\xd3\xde\x7d\xb8\x3f\x55\x79\xb8\xc3\x24\xfd\x3d\xe2\xbb\xd7\xa2\xf7\xf5\x34\xed\x24\xed\x5b\x33\x58\x77\xbf\x47\xf6\x29\x9e\xfc\x78\x7f\xc2\x66\xfb\xd2\xf4\xbe\xb8\x4c\xbb\x49\xfb\xbe\xd1\x93\xee\x33\xd9\xe7\xa7\xf4\x77\xd8\x72\xbf\xc7\x9d\x34\x8d\x65\xea\xfc\x3d\xf3\xd7\x4e\x7d\x2e\xaf\x35\xca\x77\x6c\xb2\xcf\xf6\x67\x79\x3d\x17\xfb\xd4\x3e\x7b\x96\xd7\x0c\x66\xd5\xad\x8a\xd7\x3d\xbb\xc7\xb9\xf3\x7d\x43\xf3\x3b\x3c\x96\xa3\x13\xa2\x5c\xeb\xe9\x3d\xff\x70\x5f\x2b\x96\xb9\x3f\xa7\xdb\x9d\x84\x36\x4f\x7d\xdb\xd3\xed\xce\x45\x9a\xe6\x70\x7a\x9f\x9d\xd8\x2f\xaa\xf0\xdb\x9f\xcb\x73\x47\xc0\xd8\x56\xbd\x07\x6f\x7f\xf7\x9b\xdf\x5d\x3c\xeb\xb9\xdd\xe7\xcd\xef\xee\x7d\xf6\xb8\xdd\x93\xa4\x2d\xd1\xdc\x0e\xd5\xee\x5f\x1d\x92\xb4\xb1\x6d\xdf\x9a\x8d\x0d\xf5\x0c\xb6\xf6\xdd\xef\x63\xdb\xd2\x34\x9c\x23\xc5\x80\x0f\xe8\xc6\xdf\x63\x92\xb6\x44\xbb\x4c\xc3\x7a\x0a\xb8\x74\x6c\xb5\x8a\x86\xea\x01\x5b\xfb\xf6\xe0\xd8\xea\x23\x5a\x23\x1e\xdd\xb7\xcf\xc6\xd6\x4c\xe3\x59\x51\xe6\xfc\xd8\x74\x56\xc6\xd6\x83\xb4\x14\x6d\x37\xed\x20\xc6\x9d\xfa\x94\x89\x69\x6c\x83\x63\x19\xea\x73\x84\x69\x3f\x6c\x3c\xad\xcb\xf0\xfc\x82\xed\x42\xed\xc2\xed\x78\xc6\xe4\x67\x18\x5b\xb8\x1d\x72\xd4\x36\xa1\xeb\x8c\x4d\x77\xf8\xd8\x78\x8e\xda\xd4\x37\xca\xd3\x34\x7e\x3f\x15\x83\xfb\x9f\xc5\xe1\xb1\x4d\x7f\xde\xc9\xa1\x4e\x7d\xa6\xe9\xa1\x4e\x7e\xc2\xa5\x69\xc8\x7c\x35\xb6\x79\x92\x36\x44\xbb\x45\x5b\xdc\x32\x4b\x7d\x2e\x2f\x37\x6b\xdc\x74\x6f\xa7\xfd\x0f\x0d\x4b\xa3\x6a\x26\x63\xdb\xdd\x27\xaf\x24\xd5\x99\x1f\xdb\xe1\xa5\xe1\x95\x24\x24\x8e\xb1\x1d\x5e\x9a\x83\x21\xa6\x55\x4b\x7a\x78\xcb\x9c\xbf\x3e\x35\x4e\x19\x9a\xc7\x86\x92\xde\x9b\x8a\xb2\x8f\xed\xf4\xba\xa0\x58\xf7\x26\xd3\xdd\xd8\x4e\xcf\x01\x20\x20\x5b\x6f\x7a\xdf\xe5\xad\x7d\xb1\x4f\x6f\xd1\xcb\x47\xe9\xe2\x1c\xba\xb6\xfd\x75\x98\xf6\x0b\x93\xd5\x38\x2f\xcf\x81\x2e\x06\x61\xf6\x8f\xed\xf6\x37\xba\xb9\x9e\xde\xa2\xb7\xdb\xa1\x0e\x8b\x8b\x6e\x0c\x98\x78\xbe\x47\xce\x2f\x34\x96\xc7\xeb\xf9\x80\xbd\x0a\x1b\x7b\x94\x4d\xb4\xb2\xfd\x68\xdf\xfb\x8a\x6c\x63\xa3\x90\x1d\xa8\x90\xf3\x28\xb2\x0c\x8c\x42\x76\xa0\xba\x04\xa3\x98\x1d\x14\x5e\x9d\x2a\x08\x3d\x4a\xd5\xba\x94\xc6\x7a\x49\x9f\x88\x36\x8a\x6c\x67\xa3\xb4\x20\x4d\x63\x91\x66\x39\x0a\xd9\x88\x0a\x00\x8f\xd2\x2e\xd3\x6e\xd2\x34\xce\xae\x3d\x58\x50\xd5\xc2\x40\xf9\xa3\x48\x73\x1e\x85\xec\x40\x79\x59\xa3\x98\x1d\x94\xe0\x38\xab\xc6\x12\x1e\x27\x59\x85\xdc\x9a\xa3\x98\x55\x94\x48\xd2\xbe\x7d\x5d\xd2\x63\x81\x77\xd4\x18\xe8\xa3\x4c\xf7\xc9\x33\xad\x10\x82\x51\x7c\xa6\x0b\xcf\xb4\x90\x62\x47\x99\xbb\x69\x07\x69\x29\x9a\xdf\xb7\x7e\xb5\xa9\xbe\x3d\x58\x96\xdf\xb7\xf8\x3e\xb1\xc9\xb2\x3c\x77\x5e\xc7\xaa\xbf\x33\xca\xee\xb1\xec\x60\x69\xf2\x16\x8e\xb2\xbb\xdd\xce\xef\x10\x6a\xe7\xf3\x8e\xe2\xfe\x65\x1b\xde\x83\x87\xc7\x79\xf0\x7d\xa9\xb1\x9c\xe2\x75\x28\xdb\xff\xd2\x34\x77\x9f\xcd\x72\xb1\xcf\xa9\x76\x97\xfb\xbc\xd8\xa7\xf7\xe0\xed\x76\x37\xfb\x14\x1f\x2c\xf7\x30\x8d\x7d\x7e\xa2\xdd\xa8\x52\x67\x46\xe5\xb5\x2a\xb7\xd4\xa8\x12\x41\x47\xa5\x08\xaa\x70\xe3\x51\x65\xd1\x1b\xa8\xf0\xfe\xd2\xbe\x7d\x56\xa5\x76\x0d\x54\x73\x7f\x69\x21\xda\x6d\x1a\xe6\xa0\x90\xe2\x51\x65\x82\x1e\xa8\xf2\x5e\x0c\x3f\x3c\x50\xd5\xfd\x7b\x4c\xd2\xbe\xf9\xd5\xe6\x76\x40\x88\xdf\x14\x22\x3b\x50\x9c\xfd\x7b\xe4\x58\xb4\xaf\xab\xaf\x6a\xd4\x50\xef\x0a\x89\x19\xa8\xa1\xfe\x3d\x06\x9b\x69\xc9\x64\x15\x18\x28\xa5\xfe\xd2\xb4\x64\x3e\x9a\xb5\x73\x7a\x3a\x0e\x75\xe8\x13\xd5\xc1\xe9\xe9\x38\x54\x1f\x5b\x54\x4f\x7f\x69\x5a\xb2\xe1\x61\x06\x97\x7a\xa8\xcf\x70\x9f\x3c\xb6\xe1\x39\x84\x3f\x1f\xb0\x59\x0c\x7a\x3b\xaa\xfc\x7d\xa3\x12\x77\x45\x09\xa7\xa3\x66\x98\xc6\xcf\x1e\xfa\xb4\xd3\xcb\x39\xb9\x2e\xda\xd6\xd5\x47\xb3\xd2\xc0\x2d\x54\xbc\x51\x97\xdb\x51\x52\x56\x98\xdd\xa8\xbb\x69\x3b\x3f\xed\xd4\x38\xf7\xd3\xb4\xeb\xbf\xff\x19\x32\x7a\x8c\xea\x9b\xb8\x1e\x5c\x96\xa5\xdd\x72\xb8\x4b\xde\xb6\x8a\x17\x18\x28\xb2\xfd\x3d\x62\x0a\xc2\x4e\x1a\x28\x97\xfd\x3d\x62\x0a\xe9\x1d\x7f\x79\x57\xf3\xd6\x14\x14\xc0\xa8\xb7\x97\xf3\xc6\x72\xa6\x77\xae\x4f\x5f\xa5\x72\x98\xde\xb9\x8f\x3f\xdf\xc3\x3e\x9b\xe6\xe7\xdb\xaf\x52\x50\x4e\x6f\xb3\xc7\x9f\x96\x82\xb2\xc2\xc1\x46\xb3\xa0\xdc\x36\xf6\xf9\x85\xd8\x8c\xb6\x2d\xd3\x4e\xd2\xbe\x3e\x51\x75\xfa\x7b\x64\xbb\xa1\x76\xb2\xd1\x8f\x56\xd8\x6e\xb8\xdd\x6d\x1a\xe7\xa7\xad\xd4\x64\xe8\x1b\xad\x0e\xd2\xd4\xa7\x5c\xc4\xa3\xf1\x46\x55\x40\xf0\x68\xbe\x51\x5b\xe5\xfb\x42\xef\x93\x7b\x7b\xc0\x34\x5b\x36\x65\x1c\x8d\xd6\x4e\xd3\xb8\x2e\xa9\x76\xdd\x7d\x76\xd2\x74\xf3\xa3\x94\xf2\xf7\xc8\xb1\x68\x0b\xa2\xea\xf1\xf7\xc8\x76\xda\x4b\x2d\xdd\x27\xe2\x10\x36\xa5\xd5\x8d\x26\xa5\x72\x34\x1a\x4b\xe6\xf6\x6f\xb6\xe1\xd1\xa6\x97\x66\x4e\x36\x4d\xd1\xbc\xdc\xbc\xe4\x94\x37\x37\x9a\xec\x2c\xa3\xd1\xce\xa2\x38\xf3\xd1\x96\x87\x4a\x97\x9b\x6c\xc3\xa3\x59\xe0\x45\x49\xe1\xb2\x29\x32\x7a\x34\xd9\x60\x46\xa3\xc0\x2b\x77\xc9\x68\x87\xc7\xc9\x0b\x50\x61\x8b\xa3\x59\xe0\x6d\xd4\x55\x15\x6b\x3c\x9a\x8f\x20\xea\x01\x97\x6d\x7a\xfb\x9e\x9e\x1f\xed\x33\x0a\x00\x1e\xcd\x97\x63\xbb\x1a\x69\x1a\xcb\xe5\xf7\x5d\x7c\x9f\x04\xd0\xf6\xb8\x4f\x0a\x8b\x8a\x71\x1a\x5d\x11\x16\xa3\x17\xce\x41\x17\x7c\xf7\xf6\xed\xdc\xbe\x82\xe1\x1c\x8e\xd9\x18\xbd\x71\x0e\xe2\x76\x5d\x8e\xcf\xd1\xa9\x03\xaa\x96\xfa\xe8\xd6\x01\x3b\xed\x25\x2a\x7c\x37\x50\x02\xf6\x7b\xe4\x38\xb5\x0d\xbb\x6f\x0f\x14\x7e\x1d\x02\x8c\x1e\xdd\x72\x5d\xa7\x5c\xa7\x22\xe0\x03\xa1\x0f\xbf\x47\xe0\x93\x6c\xaa\xca\x36\x50\x6c\xf5\x7b\xc4\xd4\x05\x3d\x35\xba\xe5\xba\x4e\xb9\x4e\x9e\xb0\xd1\xbd\x3d\x51\x22\xf5\xa5\x69\x98\xcb\xb4\x85\xad\xbb\xb4\x95\xba\x75\x2e\x44\x57\x0c\xab\x6a\x7d\xf9\x75\xb4\x88\x2c\xed\x32\xd4\x08\xfd\x1e\xf7\xff\xfe\x67\x28\x9b\x77\xa0\x3c\xe7\xf7\x88\x8f\x20\x7f\xcf\xe8\x87\x9b\x71\x73\x2a\x16\x74\x74\x6b\x47\xfd\xfc\x15\x24\xd1\x50\xcc\xe7\xfb\xcb\xe7\x87\x15\x43\xd4\xca\xfc\x1e\x39\x92\x8f\x63\x75\xcb\x5f\x9d\xfa\x8f\xd2\x17\x46\x97\x39\x64\xb0\x56\xe5\xa6\x08\xe9\xd1\xad\xff\xa0\x2e\xe5\x4b\x53\x9f\x8f\xb7\x0a\x61\xef\x05\xb2\x3d\x86\x4c\x87\x03\xe5\x1f\xcb\xa6\x28\xd1\x31\xb6\xdd\x34\x1c\x05\xe5\x76\x8c\x51\xdc\xae\xb0\x9d\xb6\xed\xb0\xa9\x64\xf0\x28\x28\x25\x63\x0c\x99\x15\xc7\x20\x97\x5f\x9f\xf9\x7a\x0c\xeb\x46\x28\xbc\x38\x14\x5d\x32\x86\xc5\x36\xd4\x58\x2c\x9b\x22\x0e\xc6\x90\x35\x72\x0c\x5e\x00\x0a\x39\x18\xc3\x62\xdb\x68\xbf\x76\x1a\xa6\xd5\x26\x16\x2e\x2c\x02\xb1\x1e\x43\x16\xc7\x81\x92\x82\x2f\x4d\xcb\xe2\x0b\x60\xbc\x62\x5a\x31\xc2\xdf\x40\x35\xc0\xef\xb1\x92\xd6\x45\x73\x9f\x83\xef\x13\x57\x1d\x96\xcd\x50\xee\xaf\x18\x72\x6f\x0c\xcb\x66\xa8\xfc\xf7\xd2\xb4\x64\xe1\x39\x00\xae\xdd\x48\x7b\x63\x84\xfb\xcc\x0e\x9a\xac\x4b\x23\xbd\x9e\x80\xb3\xb3\x06\x3e\x7c\x9a\x07\x4e\xb3\x71\xe0\xc6\x98\x6e\x06\xb1\xad\x6c\x3a\x0b\x28\xc9\xf7\x3d\x72\x59\xba\x3e\xc3\xf2\x14\x16\xa7\x20\xb1\x14\x61\x4b\xdf\x63\x92\xa6\xa5\xf6\x49\x1f\x8b\x4b\xa6\xd3\x30\xe4\x90\x1a\x63\xe7\x58\x74\x1a\xc6\xee\x65\xd9\xb9\x2c\xe1\x76\x5e\x96\x83\x4b\x1d\x5a\xce\xe3\x32\xed\x7e\x97\xc5\x87\xc1\xc6\x15\x94\xa5\x2b\x8e\xaf\x1e\xc3\x6c\x00\x05\xe5\x5e\x9a\xda\x59\x14\x1c\xe7\x2b\x79\xaa\xa0\xc2\x18\xa7\xbb\xbc\x38\x12\xf1\xe2\x61\xfb\xc9\xb8\x38\x03\xe9\x6f\xc3\x7c\x00\x15\xda\x46\xf7\xd1\xbb\x3d\x81\x9b\x1f\x61\x69\xe2\x8f\x17\x0c\x2c\xa2\x28\x9a\x76\x0c\x0b\x90\xac\xc1\xd6\x7d\x2a\x1f\xaf\xe5\x73\xb2\xd9\xf7\xed\xc2\xdc\x03\x95\xcd\x4a\x91\x13\x72\x84\xb9\x47\xa0\x30\x6c\x91\xe3\x68\x84\xa2\x91\x06\x0a\x8e\xbd\xb4\x25\xda\x32\x6d\x67\x76\xf1\xf7\x5d\xa3\xba\x5d\xad\xa4\xa9\x4f\xb3\x88\xa8\xcc\x4a\x96\x46\x18\xd5\x63\xa9\x1c\x8b\x8e\x57\x58\xd6\x43\x5d\xae\x97\xf6\x7d\x3c\xd4\xd9\xfa\x1e\xd9\x4e\x56\xb3\x50\xec\xc4\x88\xc1\x39\x68\xbf\xa3\x7a\xd5\xf7\xc8\xb1\xc8\xf2\x10\xc3\x63\x21\x1b\x28\x3a\x7b\x28\x52\xf5\x3d\x22\x7e\x4b\x70\x76\x23\x6c\x4c\x8d\xe0\x38\xc5\xe1\xc3\xf2\x63\xbc\xaa\xd6\x18\x5e\x96\x74\xb3\x64\x97\xb2\xdd\x86\x8d\xa5\x01\xc3\x4a\x91\xbf\x69\x84\x42\x18\x07\xea\x28\xbd\x2b\xad\xe5\x5c\xfe\x0c\x8b\x9f\x41\x86\x87\xb0\xec\x88\xea\x46\x2f\x4d\xd3\xf3\x71\x8e\x9d\xed\x24\xcf\x84\xb5\xb7\xd8\xb9\x95\xb4\x73\xc3\x37\x77\xec\x8c\x51\x5d\xff\x28\x02\xc7\xe1\xa1\x1e\x7c\xa5\x6c\xb7\x61\xbb\x0b\x6a\x08\xbd\x1b\x46\x4b\x63\x4e\x80\xfa\x41\x2f\x4d\x4b\x6a\x5b\x2a\x4a\x05\x95\xa2\xc8\xcf\x11\xb6\xa5\xb2\x2c\x90\x41\xaa\x06\xca\xfc\xfc\x1e\x79\xde\x6b\xd1\xb2\x59\x24\x0d\x88\xa4\x46\x94\x1e\x28\xef\xf3\x3d\x62\x37\x09\xf1\x6f\xc4\xe5\x39\x90\x4f\x54\xef\x6c\x6b\x8c\xa8\xaf\xf3\xd2\x34\x87\xdb\x3b\xed\xe6\xfc\x64\xf3\x0d\x33\x03\xd4\xd9\x79\x69\xda\x16\xd6\x26\x51\x53\xe7\xa5\xe9\xb4\x58\x9b\x0c\x72\x0a\xa1\xe6\x0d\x87\x71\x8c\x44\x4d\xc4\x52\x65\xb4\x40\xa1\x9a\xdf\x23\x62\x13\x4b\xd5\x0d\x90\x8a\x4e\x1c\xc9\xe8\x44\xe1\x49\x8d\x34\xa7\xc8\xc2\xef\xf7\xb9\x60\x47\xda\x25\x83\x32\x35\x2f\x4d\x7d\x9a\x8b\x24\xb9\x88\x40\xe7\x87\x43\x4a\x06\xca\xd9\xbc\x34\x8d\xb3\x7a\x9c\x44\x61\xd2\xb2\xa4\x4d\x47\x28\x5a\xf3\x36\xd3\xeb\x2c\x83\xa0\x80\x4d\x29\x42\x1f\x1c\x69\xe6\x83\x02\x35\x2f\x4d\x53\xe8\xda\x66\xd9\xf9\xd9\x75\x92\xd2\xb6\xa3\xec\xfc\xec\xba\x1e\xd2\x12\x7e\x92\xf9\x54\x99\x9f\xd3\x0a\x2a\xea\xcf\x94\x52\x75\xca\xd2\x72\x46\x52\xce\xa8\xba\x1f\xd2\x76\x9e\x4c\xce\x4f\xc7\x28\xd3\xf3\x4b\x06\x90\xea\x12\x48\x7b\x79\x92\xc2\x84\x3d\x71\x8e\xc2\x19\x09\xc5\xd6\x90\x4d\x23\xad\x1a\xe4\x64\x3b\x1d\xa3\x9c\x6e\xb7\xd8\x4e\xe2\x73\xda\x3e\x94\x8b\xed\x74\x54\x72\x79\xad\x61\xba\x2d\x4a\xfc\x1d\x69\xa1\x20\x0f\xf6\xe9\x6f\x6b\xe5\x20\xa1\x1c\x94\x26\xa1\x27\xad\x1c\xe4\xc9\x76\xde\xd6\xd6\x4e\x51\x54\xa5\x94\xe6\xad\x6b\xa9\x20\xe1\x2d\x2d\xaa\x09\x3a\xf2\xf2\x5a\x5f\xec\x53\xc2\x4b\x5e\x61\x1a\xc7\x22\x43\x48\xda\xad\x82\x9a\x2b\x2f\x4d\x73\xb0\x5a\x91\x30\xeb\x96\x26\x43\x48\x9a\x4d\xe4\xcd\x76\xf2\xe0\xa5\x65\x86\x24\x2b\xb0\xba\x88\xaa\x29\xdf\x63\x90\xa6\xb1\x98\x15\x24\x59\x41\xf3\x1e\xb4\x16\x8d\x08\xab\x97\xf6\x7d\x07\x14\x4a\xf9\x1e\xc1\x5a\x05\xbf\x3a\xa6\x82\x9b\x07\xca\x9d\xbc\xb4\x26\x9a\xfa\x9c\x84\x21\x6f\x12\x52\xa6\x55\x95\x59\x7e\x7d\x2e\xd1\xd2\x34\x9c\x4d\x61\xd0\x8f\xa9\xc8\x9e\x81\x5a\x25\xc5\x68\x54\x63\x5a\x55\x99\x95\xe8\x9b\xd2\x0f\xa6\x05\x91\x09\x7d\xa4\x28\xf2\x6c\x4c\x1b\xa4\x26\xa2\x23\x4a\xd7\x15\x30\x6d\x90\x9a\x8d\x7d\xea\x0a\x98\xb6\x12\xcc\x4e\x9a\xf6\xf5\xb4\x8d\x79\x92\x17\xa8\x24\xc6\x98\x16\x44\x26\x79\x81\x5d\x74\xa8\x18\xf2\x3d\x5e\xa4\xb9\x9d\xce\xc3\x84\x29\xa0\x74\x79\x91\xa7\xdd\x38\x33\x76\xd2\xb4\x2e\x16\x52\x26\x75\x0e\x55\xdf\x1f\xd3\xf6\x60\x54\xde\x28\x45\x05\xc1\x07\x4a\x6d\x7c\x8f\x1c\x8b\x78\xe4\xb4\x8b\x07\x15\x2b\x5e\x9a\xda\x4d\xaf\x27\x79\x81\xc0\x9a\xc6\x34\x2f\x98\x94\x44\x2c\x7a\x4f\x2b\x0f\xa8\xd7\xf0\xca\x60\x9a\x83\xad\x58\x93\xd2\xc6\xf0\x9e\x30\x9f\x98\x14\x27\x86\x0c\xc9\xd3\xc6\xe2\x79\x30\x85\xc4\xdf\xdd\xda\xc3\x3c\x37\xd2\xb4\x5f\x4e\x7f\x77\x8a\x13\x76\xc3\xa1\x10\xc3\xef\x91\x22\x83\xdd\x70\xd3\xbc\x60\x92\x17\xd8\x9d\x36\xcd\x0b\xe6\xc5\x39\xc8\xa0\x31\x7d\xde\x51\x25\xa1\x18\x74\x68\xcc\x47\xf7\x18\xea\x1b\x14\xc3\x09\x8d\x69\x33\xc2\x7c\xc0\xe7\x87\xf7\xc4\xe3\x73\x44\xb1\x60\x0c\xf7\xe9\xb1\x90\x17\x0c\xef\x17\xf3\x82\x49\x5e\x30\x24\xd4\x3a\xa2\x72\x2c\x94\x55\x2e\x43\x57\xf8\x52\x28\xfe\x58\x88\x9e\x2b\x02\x73\x1a\xcb\x7c\x02\x25\x0b\x5e\xda\xb7\xe7\x97\x15\x8f\x45\xc5\x43\x90\x4c\x63\x99\x17\x2c\xf2\x02\xbb\xda\x96\xc5\x89\x45\x71\x42\x95\x66\xc7\xb2\x38\x81\x92\x04\xc5\xf0\x43\x63\xf9\x4c\x2f\x9e\x69\x55\x67\x1d\xab\x79\x0e\x8d\x73\xd0\xfe\x5c\x76\x29\xad\xce\xef\x2e\x3e\xb8\x7c\xde\x17\xe5\x82\xf1\xaf\xd2\xf0\xb2\x61\x70\x75\x6e\x0b\x99\x43\x96\xc5\x86\x45\x7d\x46\x71\xfe\x63\x8d\xc3\xb4\x87\x34\x2d\x8d\x3d\xbe\x00\xfb\x7f\x69\x5a\x52\xb3\x8a\x85\xe0\x41\xe3\x22\x0d\xc7\xc8\x8f\x45\x91\xc2\xde\xbd\x65\x76\xf0\x03\xcf\xb7\x07\xcf\x41\xb1\x03\xb8\xf8\x2f\x4d\x4b\x6a\x76\x00\x48\xfa\x57\xd7\xd1\x1c\x6c\xf0\x5e\x64\x15\x42\xcc\x19\xcb\xac\x82\x69\x9d\xae\xb3\x37\x96\x95\x16\xc4\xc7\xbe\x34\xcd\x6f\x79\x0e\x54\x68\x94\x72\x37\x96\xbd\xc1\x8b\x2c\xc6\xae\xb8\x65\x85\x66\xed\x80\x22\xd6\xed\xb1\xec\xa9\x5a\xe4\x3e\x82\xd2\x1c\xcb\xca\xcc\xa2\x94\x22\x84\xb2\x01\xfc\xf9\xef\x91\x4b\xad\x13\xb8\x6c\x43\x5f\x07\xfb\x14\x57\x5e\xe6\x4c\xeb\xe4\xd4\x7d\x92\x4e\x9f\x08\xc4\x7b\xb9\x04\xcc\x58\x96\x60\xd6\xc9\x2d\x21\xa9\x61\x59\x61\x59\x54\x58\x94\x1e\x30\x96\x9d\xcf\x00\x78\x7f\x69\x1a\xcb\xed\x25\xbb\xb9\x64\x3e\x2d\x0e\xfe\x58\x08\xfe\x28\xe1\xd3\x62\xab\xc7\x22\xf7\x11\xae\xc2\x58\x0e\xf0\x58\x48\xe8\x29\xa9\xad\xbb\x9b\x8b\xec\x1b\x10\x9b\x75\xa9\xee\xb6\x5e\xec\xb4\x5e\x08\xd0\x7b\x00\x27\xfe\xf7\xf8\xab\x79\x22\x46\xbf\x5b\x5f\xd9\x11\x17\x52\x04\x6f\x33\x76\xeb\x2b\x3b\xf5\x15\x41\x74\x8c\xbd\xfc\xe9\x93\xc3\xd4\x8e\xdf\xed\xcf\xde\xa9\xaf\x08\xf0\x60\xec\x35\x4c\x9b\xa4\xa5\x68\x9e\x43\xe3\x38\x75\x1a\x80\x14\xff\x3d\x72\x2c\xda\xd5\xbb\x63\x46\x00\x10\x5f\x8c\x0c\x35\x76\x5b\x44\x80\xfd\xfe\xd2\xf4\x3e\x1b\x4d\x77\x1a\x4d\x95\xf2\x3e\x76\x1b\x4d\x77\x84\x9e\x15\x3b\xc9\x77\x87\x9e\xed\x54\x4a\x84\xf5\x37\x76\x73\x9e\x9d\x82\x88\x40\x4f\xc7\x6e\xce\x03\x90\xf6\xe2\xc2\xfb\x63\xb7\x61\x74\xa7\x61\x54\xf0\x80\x63\x8f\x3f\x7d\x9e\xa4\x69\xee\xca\x10\x1d\x3f\x58\x75\x81\x39\x8e\xdd\xca\x0c\x20\xd3\x5f\x9a\xfa\xb4\x05\x06\xf0\xe7\x2f\x4d\x7d\xda\x83\xb7\x93\xf3\x28\xec\x7c\xec\x8e\x35\x01\x08\x78\x29\x42\x5d\x18\xbb\x15\x96\x9d\x16\x4e\xa1\x37\x8d\xdd\x16\xce\x9d\x16\x4e\x01\xe2\x8e\x7d\xf7\x58\xc8\x26\x04\x84\x32\xf6\xc3\x6b\x4d\x65\x66\xfa\xbb\x5b\x99\x01\x9e\x76\x31\xe8\xce\xd8\xcd\x26\x76\x0a\x30\x76\xa7\xed\xb6\x87\xec\x88\x1f\x2b\xd3\x7b\xc2\xa6\xd1\x9d\xa6\xd1\xe9\xef\x6e\x7b\xc8\x4e\x45\x67\x4a\x7f\xdf\xed\x22\xd9\x2f\xb6\x53\x2c\xcd\x7e\xfd\x69\xf7\x90\xa6\x76\xb7\xcf\x1f\xc2\x49\x8b\x4a\x6c\x8c\xfd\xf6\xfe\xa4\xe0\x23\xc8\x9b\x01\xf4\xeb\xdf\xe3\xc3\xf9\x79\x2f\xd9\x1e\xb2\xc3\xbb\x5e\xa6\xf7\x8b\xed\x21\xc0\xbb\x2e\xc5\x2e\xba\xfd\xf9\xd3\x27\xc7\xa9\xfd\x72\xd8\xbb\x0e\x98\xeb\x52\xa6\x2e\xf8\xc3\xfc\xe5\xa0\xcd\x43\x45\x59\xc7\x61\xa5\xe4\xa8\x18\xa7\x30\x6a\xc6\x61\xa5\xe4\xa0\xe2\xa1\x44\xea\x71\x58\xf1\x00\x82\x74\x29\xca\x8a\x1e\x87\x05\x91\x83\x82\x88\x6a\xe0\x8d\xa3\x2d\xd3\xd8\x4e\xae\xd9\xc3\xee\xc9\x83\xd6\x51\x7b\xc6\x8e\xee\x39\x74\xb6\x13\x2f\x38\x94\x5d\x35\x0e\x9e\x69\xd5\xfd\x1f\x87\xd2\x0d\xc6\x41\x89\xc1\xbe\xaa\xc3\xca\x05\x10\x98\x4b\x51\x69\xfb\x71\x58\xb9\x00\xfa\x72\x31\x5e\xca\x38\x7c\x36\x0f\x4a\x13\x4b\x7b\xe2\xb0\x31\xe1\xa0\xd7\x42\xf0\x62\xe3\xb0\x99\xf3\xa0\x99\xd3\x3e\xae\x63\xf7\x38\x79\xfe\x94\x42\x3d\x0e\x5f\xe1\xc7\xce\x71\x4a\xf9\x3d\x0e\xaf\x19\x15\x08\x3b\xb2\x8e\xc3\xdf\x96\xe7\x6f\x89\x4f\x1c\xa7\xc7\x42\x43\x83\x30\xba\xc6\x61\x25\xe1\xe0\x19\x5b\xde\x2f\x3e\x63\x07\xae\xe9\x2a\xe4\xef\x01\xc8\xe4\xef\xf1\x24\x4d\xf3\xb3\x22\x00\x60\xe1\x52\x7d\x37\x1e\x8f\xfb\xc4\x95\x5a\x95\x26\x34\x4e\x7b\x04\x4e\xf8\x13\xab\xd2\x84\xc6\x69\x45\x1c\x50\xc0\xa5\x6e\xb2\x39\x9e\x8e\xfe\x38\x21\x44\xd7\x4d\x7c\xe9\xb4\x83\xef\x84\xf5\xbe\x6e\xe2\x3d\x80\xf8\xfd\x3d\xe2\x8e\x03\xc2\xc4\x3f\x09\xc3\xa7\x65\x73\x00\xff\x96\xba\x89\x35\x9d\x3e\x12\xc0\xf8\x7d\x69\x7a\xa5\xed\x72\x67\xe7\xd2\x68\xfb\x9e\x3d\x4c\x4b\xd2\x34\x0d\x0b\xdf\x27\x84\xef\x6a\xa7\xd4\x69\xe1\x1b\x78\xbc\x2f\x4d\x63\xf1\xf5\x08\xa8\xdd\x97\xa6\xe5\xb6\x33\x01\xb0\xbb\xc5\x95\xb5\xc6\x69\x97\xfd\x19\x5c\x36\x6d\xed\x33\xfd\xbe\x64\x9f\xd2\x9b\x4f\x1f\x97\x33\xf9\x79\xc5\xb6\x4e\x87\x62\x9e\x93\xf3\x93\xaf\xf5\x74\x08\xf5\xc9\x7a\x1a\x4a\x8c\x1c\xa7\x85\x6f\x20\xdf\x96\x5a\xa4\x5c\x9c\x76\x0e\x02\x04\xb7\x38\x93\x6d\x9c\xcb\x9f\xfe\xbd\x1e\x87\x23\x31\x4f\x47\x62\x9e\xa8\xd1\x58\xcb\xa6\xe9\xd9\x99\x70\xa2\xb0\x45\xb5\x7f\xe9\x74\xbc\xd7\x79\xb0\x9d\x24\xb4\xd3\x37\xe0\x89\x13\x58\x55\x10\x70\x9c\x56\xd3\x81\x82\xfb\xd2\x34\xbd\xd3\xdb\x05\xa6\xbe\x5a\xbc\xeb\x2d\x28\x9f\xb8\xe5\xaa\x92\x96\xc6\xe9\x18\x81\xf3\xe2\x38\x75\xe3\x9e\x97\x3f\xed\xcd\x71\xea\x56\x3d\x6d\xce\x3b\x6f\x8e\x45\x2a\xf5\x69\xef\x20\xd0\x73\x5f\xda\x14\xcd\x73\xbf\xf9\x19\x64\xf9\x3e\x7d\xe2\x81\xb2\xfb\xd2\xf4\x19\xac\xde\x9f\x0f\xe7\xe7\x2d\x68\x15\x1e\x49\x75\xa5\x16\xdd\xaa\x4e\xaa\x1b\xd7\xc6\xb9\x4b\xa5\xbe\xcc\x29\xae\x97\x53\x8c\x21\x7f\xea\xe5\x60\xd2\x0b\x6e\xc5\x6a\xff\xd2\x65\xed\xfe\xda\x38\x3d\x31\xe5\xcb\xc1\xa4\x17\x19\x8c\xfd\x4b\x97\xe3\x73\x90\xb2\xf7\xd2\xa6\x68\xa7\x69\x17\xab\x79\x6a\x0a\xc5\x7d\x56\xf6\x29\xa6\x7c\x59\xc0\xbe\xc8\x98\x54\x60\x65\x5c\xce\xed\xb8\xc8\x5d\x54\x12\x74\x5c\xe6\x2e\x17\xaa\x2f\x54\x3b\x97\x2e\x6b\xfe\x17\xb4\xfb\x6a\x27\xd1\x65\xab\xff\x05\x4b\x5f\xb5\xb3\xe7\xf2\x85\x7b\xe1\xc2\xad\x2a\x56\x32\x2e\x47\x25\x5c\x23\x49\xd3\xdc\x6d\x05\xbc\x10\x31\x5a\x55\xed\x69\x5c\x76\x47\x5e\xb8\x8c\xab\x9d\x3d\x97\x2f\xe3\x0b\xee\x48\x57\x86\x1f\x97\xbd\x05\x57\x72\xee\xd2\x45\x2f\x47\x1e\x5c\x50\xdf\xab\x72\x96\xc6\x35\xff\xd0\x38\x77\x71\xb3\xcb\xfe\xc8\x6b\x91\xe6\x6d\x66\x15\xfd\x5a\x5c\x4f\x71\xac\xcb\x11\x41\xd7\xe2\xba\xe8\xc2\xbd\x76\xaf\xcb\xce\x3e\xc5\xcd\x2e\x0b\xd8\xd7\xf1\xa3\x69\xee\x76\x0e\x02\x29\xb7\xd4\xe6\x6f\x64\x07\xe0\x45\x56\xe0\x5c\xa0\xcb\x31\x69\x17\x59\x81\xaa\x42\x8d\xcb\x3a\x33\xc0\x72\x4b\x6d\xba\x1c\x2f\x27\x45\x5c\x64\x05\x4d\x6c\xe2\xba\x9b\x69\x1c\x8b\x2c\xbc\x97\x85\xda\xeb\xbe\x48\xd3\x5a\xdb\x7a\x7f\xc1\x7a\x5f\x85\xc2\x3d\x2e\xbb\xfc\x2f\x58\xec\xaa\x73\x88\x6e\x87\x7e\xde\x50\x8c\xab\x3d\x17\xb7\x05\xd7\x1b\x01\x43\xb5\x89\x85\xdc\xbe\xfc\x6f\x9e\x4d\x7b\x2e\x6e\x5f\xfe\xc0\xb5\x7d\x69\xdf\xf7\xbb\x7d\xf9\xdf\x95\xeb\x22\xc1\xfc\xf6\x19\x23\xda\x55\x6d\xb2\xbc\xdd\xf6\xba\x01\x66\xb6\x54\x15\xab\x18\xb7\x85\xda\xbb\xb1\x4f\x09\x6f\x77\x3b\x4c\x83\x2b\x5d\x72\xc8\xdd\x3c\x4c\xc8\xc2\xb5\xc9\x3c\x71\xfb\xe2\xbf\x3b\x97\x45\xec\xe5\xf6\xd1\xbc\x07\xa7\x2e\x63\xf3\xed\xe3\x77\xf3\xf8\xd9\x01\x71\x8f\xd3\xb4\x8b\x34\xb5\x0b\x4f\x2f\x7e\xed\xb4\x64\x3e\x9a\x40\x5b\x2d\x55\x55\x30\xc6\x6d\x97\x3f\x32\x6d\x4b\xb5\x23\xe1\xf6\x11\x03\x9a\xcf\x4b\xd3\xfc\x1c\xdd\x73\x43\x4e\xae\xce\x3b\xba\x7d\x8c\x6e\x16\x43\x76\xfe\x90\x61\x7a\xc6\xbd\x73\x9c\x62\x21\xb7\x6f\x62\x40\xf1\x14\x57\x9d\x19\xb7\x65\xe1\xfb\xe0\xdc\xb5\x3d\x6f\xeb\xa2\x37\xf4\xcd\xea\x1c\x21\x43\xea\x0c\xa6\xe5\x1a\xfa\x67\xdc\x96\x77\xef\x6b\x90\xa6\x3e\x1d\x6f\x73\xf3\xf8\xd9\x01\x71\x3b\x24\x14\x38\xa2\xc5\x10\x3e\xe3\xb6\xbe\xc9\x74\xde\x6a\xe7\x84\xd3\x79\x07\xd0\x3b\x4b\xed\xde\x66\x3e\x62\xc0\xe1\x2c\xb5\x8b\x2d\xdd\x36\x98\x03\x82\xf3\xa5\x7d\x73\x78\x6c\xb2\x7a\x36\xbe\x4f\xc1\x8f\x8f\xf3\x95\x08\x9c\x59\xfb\xfa\x47\x59\xf8\xb1\x69\xea\xe1\xed\x68\xbf\x86\x33\x81\xc7\x03\xd3\x54\x75\xea\xd1\x63\xd3\xd4\xc3\x93\x3b\x64\xbe\x78\xac\x72\x22\x29\xf8\xa5\xa9\x4f\xfb\xb3\x00\x6f\x59\xea\x90\xb9\xeb\xb1\xf9\xe9\xe1\x31\x1b\x52\x2f\x1e\xab\x9c\xcc\x12\x36\x50\xcd\x78\xba\xe7\xc0\x23\x68\x7f\xc8\x63\x39\x19\xf0\x91\xa5\xda\xe7\xf1\xf8\x96\x03\x74\xe4\x4b\x53\x3b\xab\xa3\x0f\x6f\x40\xfb\x3c\x9e\xf8\xd3\x8e\xe3\x94\x70\xfa\xd8\x27\xfe\xa0\x0a\x7d\xb5\x5f\xe3\xb1\xdf\xfb\x07\x04\x69\xdf\xc5\x63\x75\xf4\x99\x3f\x9a\xda\xd9\x54\x04\x00\xc7\x97\xa6\xb9\xfb\x06\x04\x38\x63\xa9\x96\xa6\x90\x1a\xfc\x3d\x26\x69\xea\xd3\xa6\xa2\x67\xe7\xba\x4c\xb7\xd3\x31\x63\x06\x71\x1d\xf2\xef\x3e\x3e\x9e\xc0\x5d\x2c\x75\x78\x8b\x3a\x65\xe9\x39\x2b\x69\x6a\x67\x8b\xf2\xc3\xa3\x2b\xc0\xc2\xf1\xd8\x54\x84\x64\xe2\x52\x55\xb6\x61\x3c\x16\x94\x1f\x1e\x5d\x95\x40\x18\x8f\x05\xe5\x87\x6a\x6c\x88\x15\x3e\xb6\x36\x3f\x30\x15\x55\x55\x3e\x18\x8f\x85\xe8\x87\x42\xb4\xd3\x92\x1e\xfb\xc8\x9e\x3b\x48\xd3\xfb\xee\x69\xda\x22\x4d\xeb\xe9\x30\x5c\x00\x78\xbd\x34\xcd\xcf\x66\xa4\x87\x2a\xb5\xaa\x1a\x8c\xc7\x66\x24\x66\x33\x57\x15\x2c\x18\xcf\xe3\x7d\x4d\xe1\x5b\xb5\x06\x62\x13\x3b\x88\x6d\x8b\xff\xfe\x67\xc8\x4a\x1d\x4e\x66\x8e\x6d\xe3\x30\xbf\xa3\x12\x9b\x32\xb2\x62\xa3\x10\x2d\x5f\x48\x18\x29\x2c\x7e\x48\x61\xc2\xfd\x8f\xad\xb8\x4f\xb8\xc8\xaa\xd2\x99\x62\xd3\x25\x1e\x5b\xe1\x52\x7f\xd6\xa0\x70\x12\x74\x30\x09\xba\xca\x4f\x12\x9b\x00\x03\x62\x83\x4b\xbc\xc6\x77\xfc\x62\x6b\x1e\x4b\xfb\xb5\xd3\xfc\xc4\x42\x62\xe3\x25\xae\x94\xa5\xd8\xc4\x42\x62\x6b\xec\x73\xa8\x9d\x02\xe7\x03\xb9\xd2\xa5\xca\xe1\x11\x5b\xf7\x1c\x28\x44\xab\x76\x5c\x6c\xa3\x89\x46\x15\x5d\x35\x27\xc2\xc9\xd3\xb1\x51\x45\x57\xad\xe4\xd8\x86\xd7\x9a\xac\x47\xe9\x4c\xb1\x0d\xbf\x2f\xb8\xd6\xa9\xf7\x85\x3f\x6d\x70\x0b\x4e\xcd\x4f\x00\x05\xb1\xc1\x77\x56\x55\xa0\x24\xb6\xf4\xfc\x92\x47\x65\x6a\xee\xb2\x60\xc7\x96\xaf\x3a\x2d\x47\x42\x6c\xd3\x4b\x3d\xd9\xe5\xd2\xf4\xa6\x87\x32\x39\xbd\xa5\x4f\xa4\x24\xcb\xd8\xa8\xf5\x0b\xb9\x38\x9c\x38\x1d\x1b\x0c\xdf\xae\xd9\x19\xdb\xf2\x56\x82\xe1\xbb\x2a\x7d\x2a\x0c\xcf\x16\x1b\xdc\x6a\x55\xe9\x53\xb1\xed\x9e\x1e\xe2\x04\x8d\x7b\x1e\x9b\xdc\x6a\xb1\x51\xd8\x50\x6a\x55\x6c\x87\x69\x07\x69\x55\xcb\x79\x78\xbb\x50\x9e\x57\x6a\x55\x6c\xa7\xc7\x79\x72\x9c\x4d\xed\x4e\x6f\x5d\x0a\x1b\x4a\xbb\x0a\x27\x47\x07\x93\xa3\xab\x52\xab\x62\xbb\xbc\x5d\xe0\xb9\xaf\x72\xb0\xc4\x76\xbb\xdd\xcd\xf9\x75\xad\xe7\xe3\xb1\xc0\xcf\x55\x73\x68\x9c\x8f\xc7\x42\x35\x5c\x35\xa0\xa2\x48\xd5\x8e\x42\x7d\x5a\xa9\x55\x51\xe4\xe8\x8a\x42\x56\xa0\xf4\xa9\x28\x66\x05\xa5\x70\x0e\x3a\x0e\x4e\x80\x0e\xe4\x3b\x97\x2a\xe7\x4b\x14\x39\xb3\x82\x09\xd0\x55\x35\xb7\xa2\x48\x62\x08\xe4\x42\x97\xaa\x82\x5f\x61\x18\xbd\x28\x94\xf5\x05\x19\x17\xc5\x6c\xa2\x50\x9f\x4e\x6d\xf9\x22\x7d\x3a\x98\x1c\x5d\x55\x16\x2d\x9c\x1c\x1d\xc8\x85\x7e\x69\x6a\xd7\x3d\x3f\x5a\xeb\x54\xac\x2c\x8a\xc2\x7b\x83\xc9\xd1\x55\x35\xb8\xa2\x0c\xaf\x27\x59\x81\xe0\xac\xa3\x98\x15\x14\xea\xda\xca\x9d\x8a\x62\x56\x50\xc8\x0a\x54\x4c\x23\x0c\x39\x16\x4c\xaa\xae\x53\xfb\xb3\x98\x15\x14\xb2\x02\xe5\x55\x45\x09\xaf\x0b\xd2\xca\xaa\xf2\xaa\xa2\x98\x4d\x14\xb2\x09\x39\x82\xa2\x98\x15\x94\xc9\xf7\x89\xcd\x3b\xe1\x3a\x0a\x15\x81\xd9\x4d\xf3\xfb\x26\xdf\x37\xd4\xe7\xf2\x38\x79\xa6\xe5\xd0\x89\xb2\x3c\x77\xea\xe8\xc2\x0d\x8b\x22\x1d\x3d\xca\xde\x48\xd3\x5a\xef\xee\x93\x3a\xba\xea\x22\x44\xd9\xfd\x8d\x0e\xce\x41\x2c\xb9\x1c\x9e\xc3\x31\x48\x1b\xff\x24\x0c\x87\xf3\xb1\xa3\x50\xf7\x98\xde\xbe\x87\x5f\x79\xf2\x95\x53\x4b\x73\xfa\x95\x27\x87\x3a\xf5\xe9\x4f\x1f\x09\xb2\x0a\xf9\x7b\xa2\x5c\x9e\xe2\xc5\xf7\x79\x8b\xde\xde\x16\x70\x97\xd7\xb5\x69\x49\xa5\x7b\x44\x21\xab\x58\xba\xfd\x8b\xdc\xe5\x51\x10\xec\x5f\x95\x93\x15\xe5\xf1\x38\x29\x88\xa8\x6e\x7e\x54\xf9\xa5\x82\x79\xdc\x55\x79\x57\x51\xa5\x08\x44\xe5\xb1\x96\x2f\x28\xaa\x8f\x2e\xf0\x2a\x5f\xda\xc7\x2a\xaa\x8f\x67\xe5\xf1\x54\x96\x54\x54\x1f\xcf\x4a\x53\x98\x80\xf3\xa3\xfa\xa6\x66\xf2\x74\x5d\xba\xe1\x9d\x3c\x1d\x48\x9e\x0e\x05\x57\x44\xf5\xc9\xad\x3c\xb9\x72\x2f\x45\x1d\x1e\x0a\x4f\xa7\xdc\x4b\x51\xa5\x8a\x07\x73\xa7\xeb\xd2\x2e\xac\xc3\x53\x0f\x7e\x86\xcf\x7a\x11\x46\x22\x0e\x22\x11\xd7\xf5\x59\xa6\xa2\xfa\x04\x56\x9e\x40\x55\xb7\x89\xea\x8b\xba\xe6\xaf\x9d\xe6\x20\x94\xa1\xa8\xb4\xcf\x0b\xd7\x37\xaa\x82\x63\xa2\x26\x6e\xdc\x25\x0e\x5a\xa7\xdf\x47\xf5\x5e\x6e\xa9\xa8\xbe\xc5\x2b\x6f\x71\xb9\xa5\xa2\x2a\x70\x26\xea\xe2\x9a\x2d\xf5\xb9\x3c\xf7\xc5\xcf\xbe\x34\x16\x05\xb9\x04\x73\xae\x9b\xc0\x48\xa3\xfa\x36\xae\xb8\x8d\x9b\xc0\x48\xa3\x0a\x0e\x21\x98\x74\xdd\x94\x90\x1d\x55\x88\x86\x81\xfc\xeb\xd2\x94\x5f\x15\xf5\xf0\xfb\x10\xe5\xd2\x84\x6f\x1e\x55\x2e\xb2\xa8\x38\x9a\x6d\x2b\x1a\xe7\xe5\xf7\x41\x85\x6f\x9b\xb7\xb5\x8f\x18\x93\xae\x9b\x72\xa8\xa2\xde\x5e\x6b\x44\x9d\x34\xe5\x50\x45\x7d\xbc\x05\x9f\x1f\xed\xeb\xb3\x29\x8e\x35\x1a\xe2\xd3\x9a\x12\xa5\xa2\xf9\xc6\x6d\xdb\x45\x5a\x17\x4d\x7b\xb7\x15\xae\x8b\x04\xde\x26\x0b\x5a\x34\xb8\x85\xdb\x87\x9d\xfe\xfe\x21\x4d\x5b\xa4\xa9\x4f\x85\x88\x04\x72\xa5\x5f\x9a\xfa\xf4\xad\xda\x2a\xd7\x45\x92\x41\xb3\xf0\xdd\x1a\xd7\x45\x7b\xbe\x35\xcf\xaf\xf1\x3b\x48\x6a\x68\xb2\xa0\x05\xf2\xa8\x4b\x53\xa6\x54\xb4\xe6\xf9\x75\xf6\xa9\xf3\xd0\xba\xe7\xd0\xd9\xa7\xf6\x7c\x93\x05\x3b\xda\xe0\x9e\x98\x1a\xa7\x6f\xdc\x36\xb8\x9e\x53\xdf\xc1\x67\xb3\x05\xbf\x83\x24\x83\x16\x1e\x4b\x72\xad\x25\xb9\xb6\xf4\xfc\x70\x36\x9b\xd0\xf2\xa2\xf9\xe6\x6c\x08\x03\x69\x42\x57\x8c\x96\x5e\x4f\xe8\xf6\x4d\x90\xfa\xd1\x7c\xfe\x1a\xac\xdb\x4d\x58\xeb\xd1\x96\xdf\xb7\xf8\xbe\xa2\x76\x6b\x99\xc6\x3e\xc5\xae\x8d\x2c\x1f\x00\x02\x2d\x4d\x09\x4a\xd1\x0e\xbf\xef\xe0\xfb\x74\xc3\xb7\xd3\xed\xe0\xcc\x6a\xc5\xfb\xd3\x12\x6f\x3b\x89\xb9\xee\xfd\x79\x7a\xef\x9e\x27\x69\x1a\xe7\xe5\x39\x5c\x9c\x83\xf7\xe7\xe5\x3e\x2f\xae\x99\x58\x79\xbb\xbc\x5f\x70\xfd\x35\x25\x36\x45\xf3\x15\xd7\x6e\x8e\xc5\xfb\xf3\x76\xbb\x9b\x63\xf1\x1e\xbc\xfd\x6d\x71\xfd\xb5\x22\xa9\xa1\x3d\x5e\xcf\x87\xed\xb4\x07\xbb\xcf\x6d\x47\xfc\x79\x53\xf6\x52\xf4\x2d\x4c\x03\x3f\x2b\xda\x83\x5d\xa0\x07\xd1\x0b\xbf\x83\xae\xfe\xae\x74\xd8\x00\x74\xff\x4b\x53\x9f\xf2\x4a\x05\xb3\xc6\x9b\x3c\x4f\xd1\xad\x34\x33\x6b\xbc\x15\x89\x05\x5d\xa0\x07\xd1\x71\xdd\x36\x79\x9e\xa2\x2b\x4d\x25\x3a\x24\xe5\xa6\x9a\x14\xd1\x9b\xdb\x35\xb6\xd3\x1e\xec\x3e\xb7\x9d\xe7\xb6\x4a\xaa\xed\xdd\x63\xe9\xec\x53\xbc\xb5\x77\xb7\xc3\x7d\xdb\x94\x9e\x14\xdd\xf7\x6d\xc7\x7d\xdb\xe4\x79\x8a\xee\xfb\xb6\x23\x11\xae\x55\x49\xa7\x06\xdd\x8f\xce\x73\x2b\xaf\x54\x74\xa1\xfa\x45\x0f\x8e\xf3\xf3\x78\x44\x4f\xb7\xc3\x7d\xdb\x84\xb2\x17\x06\xab\x8e\xce\x33\x2d\x8f\x55\x74\x9f\x69\x64\xb3\x57\x81\x1a\x44\xf7\x91\xee\x10\x94\x5b\xd5\xd6\xed\xd3\x53\x58\x9c\xba\xb6\xa7\x33\xd8\x83\x19\xec\x4d\x69\x3f\xe1\x0c\xf6\xe8\x00\xab\x6c\x55\x2c\xb2\xef\x9e\xc2\xce\x29\x48\x2c\xe8\xbe\x6e\xfb\xfe\xeb\x53\xe3\x3c\xfc\xbe\xf7\x6a\x1c\x4d\x37\x40\x3f\x3d\xbb\x93\x5f\x7d\x95\x7f\x93\x85\xbb\x65\xd3\x7e\xf1\x43\x2c\x2d\xa8\x0f\x6e\xe7\xc1\x6d\xde\x84\xb7\x47\xc3\x8b\x53\xc9\x3d\xd1\x65\x17\x8f\x8e\x24\xd5\xa6\xe4\x9e\xe8\x8f\xdf\x07\xb7\x54\x93\x6b\x2d\xba\x2f\x5c\xe6\xb1\xb7\x26\xd5\x6a\x58\x6e\x65\x1e\x7b\x53\xe2\x4f\x0c\x5b\xc2\x06\x60\xfd\x5a\xd3\xe5\xef\x1c\xf7\x60\x8e\x7b\x6b\xba\xfc\x87\xd5\xdf\x01\x4b\x58\x6b\x62\xae\xc3\xd6\xae\x51\x7f\xb4\xef\x4b\x0c\x5f\xb8\x4c\x48\x6f\x72\xc9\xc5\xf0\xa5\x3a\x78\x38\xe5\x76\x8b\xa1\x64\xb0\x18\x8d\xeb\xa9\x4f\x38\xac\xaa\x0e\x04\x9d\x34\xa1\xe0\xc7\xe8\x7e\x1f\xd4\xd8\xa6\x84\xa1\x18\xdd\xf3\xeb\xfc\x0e\xa1\xb1\xc8\x2f\x15\x4c\x64\x6f\x2d\xb4\x2e\x56\x71\x07\x2f\xdc\x26\x06\xea\x64\xf5\x18\xc1\xb9\x8b\x81\x0e\x5f\xb8\x03\xc2\x70\x13\xe4\x5f\x8c\xf0\x77\x80\xcf\xaa\x09\xee\x37\x46\x78\x2c\x30\xa6\x37\xb9\xe4\xc2\x19\xe9\x31\x78\x02\x85\xe9\x17\x63\xfa\x7d\xbc\x54\x55\x37\x20\x86\xfc\x59\x31\x90\x44\xd6\x84\xbd\x1f\x63\xfa\x7d\x30\xb4\x37\xf9\xd6\x62\x2c\xd3\x20\xf0\xb6\xae\xfd\x39\x76\xaf\x0b\x54\xd5\xa6\x04\x9e\x18\xbe\x8c\x07\x2f\xdc\xee\x3d\x78\xf8\x3b\xc0\x60\xde\xba\x18\xe1\x38\xbc\x97\x10\x5b\xd9\xba\x84\xcc\xe1\xcb\x18\x59\xe6\x2f\x4d\xe3\xbc\xbc\x27\xe0\x4e\x6e\xdd\x7b\xd0\x97\xf1\xe0\x65\xdc\x65\x7e\x1a\x97\xd7\xe5\xe2\xdc\x75\xc1\x8f\xdb\xed\xe0\x4e\x6e\x2a\x0b\x15\xc3\xc2\xf0\xe0\x99\xee\x52\xef\xc7\xed\x39\x3c\xdb\x7f\xff\x13\xca\x79\x0a\xe7\x96\xc7\x78\x38\x14\xe9\x63\x4e\x2e\x8f\xc1\x23\xdd\xbd\x75\xe5\x06\x0b\x20\x8d\xbf\xb4\x6f\x28\xa1\x08\x91\x60\xe2\x79\x53\xa5\x8e\x08\x1f\xf7\xd8\xd8\xa7\xf4\x31\x27\x9e\x47\xf0\x9e\xee\x62\xae\x61\x8b\x56\xc0\xb8\xdd\xba\xb6\x67\x28\xec\x32\x02\xb9\x60\x4d\x25\xdd\x23\x6c\xd1\x8a\xca\x25\x93\x5e\x15\x2a\x2b\x13\x51\xd9\x4e\xf7\x7b\x28\xfe\x2c\x82\xac\xa0\x8b\xb5\x86\xef\xe9\x68\x5c\x6a\xc9\xa6\x61\x19\x3a\x90\x1b\xd2\x86\x4c\x02\x61\x95\x39\x60\xdc\x6e\x43\x6c\xd7\x08\xec\x11\x3c\xee\x82\x02\x8c\x18\x5e\x97\x51\x48\xd3\x1c\x94\x33\x1a\x81\xf0\xec\xa6\xdc\xa5\x08\x5b\xb4\x02\x16\xad\xa6\xdc\xa5\x30\xaa\x7b\x04\xf2\x49\x9b\x72\x97\x22\xc2\xeb\x02\xab\x55\x13\x84\x60\x84\x75\xe6\x48\xb6\x93\x99\x21\x7c\x4f\x07\x65\x6f\xe5\x35\x85\x93\xe0\x03\x49\xef\x2f\x4d\x6b\x96\x5e\x33\xb2\x10\xf9\xff\x22\x2c\x97\x07\x59\xc8\x90\x4c\x1b\xb6\x6e\x33\x0b\xde\xc5\x21\x22\xcc\x42\x82\x97\xbf\x7c\x83\x11\xcb\x73\xa7\x3c\xaf\x9c\xa7\x88\xe5\x39\x2c\xae\x99\xf4\xb1\xb0\x25\x2c\x76\x8e\xd3\x7b\x5e\xf5\xa5\x22\x76\x8e\x33\x34\x77\xeb\xda\x41\x5d\x7b\x78\xcf\x2b\x1c\x35\x98\x3d\xdf\x94\xd7\x14\x61\x0b\x5a\x1c\x5c\xeb\xd4\x5e\xb2\xfe\x10\xd4\xb5\x87\xec\x0c\x61\x76\x86\x4c\xf9\x97\xa6\xf9\xd9\x44\x16\xd4\x2d\x54\x82\x3e\xc2\xfa\x43\x90\x2d\x09\x5e\x30\xc2\x3a\x02\xb2\xda\x4b\x0b\xef\x5d\x8b\x1a\x71\x9d\x2f\x7b\x91\xba\x12\x97\x97\x8c\xdc\x4c\x2e\xbe\x88\xdb\x5b\x09\x16\xb2\x26\x17\x5f\x84\x25\x94\xa0\x6a\xa1\xa2\xe3\x11\xe6\x74\x41\x4e\x27\x37\x5e\x84\xa5\x17\x66\xce\x37\xb9\xf1\x22\x2c\xbd\x04\xa5\x17\xe5\x26\x45\x3c\xee\x93\xe6\x02\x15\xd8\x8b\xb4\xf4\xc2\xec\xf8\xa6\xbc\xa5\x48\xb3\xba\x84\xc7\xbf\xd9\x57\xe7\xcc\xf9\xc8\x8d\x63\xd1\x71\x48\xab\x24\x89\x80\x9b\xa6\xbc\xa5\x48\xab\x1d\x49\xb5\x43\x10\x82\xe1\xec\xf8\x48\xaa\x1d\xf6\xb9\xa5\x59\x56\x92\x65\x85\x58\x79\xda\x1f\x97\x54\x2d\x94\x64\x14\x69\xd5\x22\xa9\x5a\x84\xb6\x75\x36\xcf\xa1\x71\x0e\x92\x42\xd2\xec\x2c\x3b\xc7\x22\x29\x24\x2d\xd9\x24\x25\x1b\x25\x20\x45\x0e\xb7\x1b\x6c\xa7\x6d\x9d\x82\xe1\x89\x1c\xbf\x76\xff\x06\x2e\x1c\xce\x90\x8f\x44\xaa\x5b\xb3\x4b\x2e\xc3\xd3\x0f\x7e\x26\xdd\x02\x19\x9e\x3e\x35\x16\xbb\xe4\x9c\x21\x1f\xa8\x53\x51\x9a\x6a\xc0\x46\x4e\xbf\x6f\x72\xb9\x75\x0b\xa4\xb9\x56\x92\x6b\xd9\xb7\x96\xb6\xd1\x27\x85\x9b\xd4\x0d\x91\xcb\xdb\x02\x51\x04\x2d\x37\xf5\xa9\x74\xb6\x48\x72\x9f\xd4\x2d\x90\x16\x6e\x92\x96\x06\xfb\x0e\x9d\x05\x1f\x49\x01\x26\xbd\xb5\x4f\x8f\x13\x00\xc2\xcd\x3e\xb2\xb4\x72\xc1\x6c\xf6\xa6\xaa\x9d\x91\x16\x44\x92\x82\x88\x0a\xd1\x46\xde\x5e\x6b\x1e\x5d\x41\x0c\x46\xfa\xe8\x26\x8f\xae\xfd\x60\xe9\xa3\x9b\x54\x3c\xd2\x5b\xd4\x47\x97\x19\xeb\x4d\xd5\xec\x63\xfa\x78\x32\x2b\xbd\xa5\xb6\xda\x54\xc2\x57\x4c\x5a\xe5\x94\x4c\x14\xd3\xc7\x8c\x19\xe4\x4d\xc9\x44\x31\xad\x40\xcc\xca\x35\xd3\x7e\x71\x76\x79\x4c\x56\xbd\x53\x32\x51\x38\x83\x3c\x26\xad\x72\xf6\x67\x39\x83\x3c\x90\x41\x1e\xd5\x53\x68\x1e\x26\x6c\xf0\x6d\x7e\x79\x00\x31\xdb\x6e\xda\x41\x9a\xba\xb4\x71\x0d\x39\xe1\xa5\xd9\xd5\x35\xad\xa4\x23\x49\x3c\x6a\x98\xa4\x1d\x38\x79\x87\xdb\x63\x35\xbd\xe3\x27\x22\x40\x9b\x3d\x4f\x53\xb8\x0f\x31\x11\x66\xd6\x94\x66\x14\x73\xf9\x75\x48\xc7\x68\x4a\x25\x0a\xe7\x7a\xc7\x5c\x9c\x9e\xd4\xa3\x69\xfb\xd9\xe4\x7d\x2b\xd4\xbe\x70\x1e\x78\x4c\xee\xf8\xe9\x39\xf8\xbe\x9d\xf0\x34\x37\x15\x57\x8e\xe9\xfb\x76\xee\xec\x53\xf2\xe7\xf4\x49\x61\x8e\x78\x53\x2a\x51\x4c\xdb\xaf\x91\x12\xfe\xd2\xbe\xdd\x39\xed\x3e\x9a\xb4\xbb\x09\xb5\x2f\xe6\xe9\xdd\x42\x51\xdf\x2e\xa2\x69\x51\x7f\xc2\xd3\xdc\x96\xd4\x70\xe7\x81\xc7\xa4\xdd\x7b\xf9\xb3\xfb\x72\x9c\x70\x2d\x35\x55\xb9\x8c\x69\xbb\xdb\x44\xfc\x4b\x53\x9a\x51\xcc\xdb\xdf\x0f\x51\xa5\x4d\x55\xaf\x63\x5a\xd6\x47\xba\xf8\x4b\x53\xbb\xc7\x73\x87\xf7\xba\xa9\x16\x75\x4c\xa5\x94\x04\xf3\xc0\xdb\x52\x8c\xcb\xb2\xf7\x7a\xf1\xf4\x2d\x5d\x8e\xcb\x36\xb9\x45\x9b\x9c\x5d\x52\x4b\xf0\xc1\xc1\x9c\xed\xa6\xf4\xa4\x58\x8a\xea\x0e\xa4\x6f\x87\x82\x82\x63\x59\x9c\x5f\x08\xf8\x6e\x4b\x8c\x67\x09\xda\x21\x16\xc5\xf9\x25\x0d\x68\xd9\xec\xb6\x2a\xa7\xa0\x3b\x6e\x35\xf7\xc9\x7b\x73\xe9\x8e\x73\x1a\x78\x2c\x9a\xd2\x85\xc0\x17\xcb\x27\x73\xf1\xde\x14\x02\x5f\x2c\x5b\x04\x16\x4d\xe9\x76\x1f\xad\xee\xa9\x23\x50\xbc\xd9\x7d\xb4\x6c\xae\x43\xca\x77\x69\x42\xe0\x8b\x65\x73\xdd\x1a\xfc\xec\xba\x8c\x96\xd5\x80\x45\x35\x60\x2d\xb7\xfb\xd3\x27\xc7\x29\x55\x66\x85\xe7\x0e\xd7\x59\x17\xcc\x5e\x2c\x5b\x0b\x16\xac\x05\xdd\xee\xa3\x65\x15\x61\xc1\x5a\xd0\x37\x5d\x62\xce\x1d\x8f\x05\xd3\x7d\x57\x02\x75\xac\xf4\x76\x01\x04\x45\xb7\xfb\xc8\x79\xe5\x81\xba\x4b\x2f\xad\x8b\x76\x99\xf6\x90\xa6\xf5\x34\x5b\x5a\x73\xfe\xf7\x3f\x61\x83\xd5\xb2\x86\xc0\x94\xf3\xae\x82\x81\xe1\x94\xf3\x58\xc8\x6c\xe9\xf6\x3a\xad\xe5\x9d\x0b\xd8\xbb\xae\x52\xc3\xb1\xcc\xb1\x90\x7d\xfe\xd2\xf4\x19\x6c\x9c\x40\x86\xf9\x4b\x53\x9f\x96\xe6\x91\x2a\x5e\xfa\x26\xeb\xe7\xb2\x57\x0d\xa9\xe2\x2f\x6d\x89\xe6\xcf\x7e\xb0\x4f\xf9\xf4\x5d\xdb\x29\xd6\xc1\xb1\x88\xeb\x3a\xaf\x3c\x16\xb0\x59\xbb\x4a\x3a\xc7\x3a\xfd\x3e\xd8\x1c\xbb\xea\x57\x86\x4b\xe0\xc5\xba\x38\x16\x71\x4f\xe7\x8e\xc7\xba\xf8\x3e\x6f\xf9\xcb\xef\xbb\xf8\x3e\x6f\x6b\x73\x33\xa4\x91\x97\x6e\x0f\xd1\x32\xc7\x5a\x37\xbf\x91\xac\xf3\xcb\x86\x0b\x14\x6c\x2e\x5d\x19\x4d\xb1\x1e\x6f\xcf\x87\xed\xc4\x75\x77\x7b\x0a\x76\x70\xa5\x2e\x78\xbb\xd8\xcd\x95\x76\x58\x20\xba\xd2\x8f\x62\x77\xe8\xdd\x0e\x0b\x44\x57\x7d\xaa\x70\xf2\x78\xec\xf0\x14\x74\xa5\x1f\xc5\x6e\x0f\x1f\xca\x44\x47\xd3\x67\xdf\x6d\x9c\x40\x1a\xf9\xdb\xec\xdb\xd5\x7b\x75\x97\x70\xfe\xf5\x22\xe6\xb9\x5b\x94\xd8\xe1\xfc\xeb\xa5\xfd\x63\x88\xc4\x6e\x49\x63\x6f\x9c\xbd\x78\xeb\x6e\x45\x00\x59\xe6\x2f\x4d\x33\xb4\x22\xb0\x83\xa1\xf5\xa2\xfb\x7d\xb7\x5d\x63\x87\x8f\xa1\x2b\xe1\x29\x76\x61\x5e\xc4\xde\xb9\x32\x62\xca\xbb\xe2\x7e\x63\x87\xcd\xa3\x2b\x19\x2a\xf6\x7e\x9a\xf6\x90\xa6\x2f\x68\x9f\xe2\x3e\x38\x4e\xed\xd0\xdd\xfe\xfe\x7d\x70\x69\xc4\x94\x9d\x76\x1e\x7b\x70\xee\xda\xa1\xbb\xb5\x80\x9d\x8c\xc9\xbe\xa5\xdd\x8c\x09\x99\xe4\xa5\x17\x31\xde\xdd\x8c\x69\x27\x63\x52\x75\xbc\xd8\xcd\x98\x76\x32\xa6\x22\x1f\xe6\x6e\x7f\xff\x3e\xb9\x66\x62\xbc\xbb\x35\x84\x1d\xfe\xfe\x6e\x1f\xd1\x6e\xae\xb5\x23\x8a\xa7\xdb\x47\xb4\xdb\x76\xb1\x93\x6b\x55\xef\x5e\x47\xf8\xec\x90\xb3\xba\xfd\x47\xbb\xed\x1a\x3b\x62\x90\x7b\xf5\xce\x36\xd7\xda\xe1\xc3\xec\x55\xca\xf6\xee\x88\x3e\x64\xb5\x97\x6e\xff\xd1\xee\x38\x81\x1d\x65\x13\xba\x20\xec\x62\x17\x1a\x46\xec\x90\xb3\x7a\x55\x80\xeb\x7e\xb8\x4f\xa4\xb9\xf7\x2a\xa5\xd9\x69\xee\xb1\x93\xa3\x09\xde\x2e\x76\x73\xb4\xfd\x64\x9f\x4d\xdf\xfd\x74\x9f\x17\x69\xde\xbb\xd7\x1f\x1a\x4e\x7c\xf5\x5e\x72\x7c\xc1\x4e\xce\x54\x65\xb7\xd9\xad\x91\x20\xcb\xbc\x74\x3b\x7b\x76\x73\x9f\xfd\xe1\x1c\x64\x73\xdc\xed\xc3\x64\xda\x79\x17\xc6\x5b\x38\xed\x3c\x98\x76\xde\xab\xe4\x48\x57\xdc\x8b\x63\xe3\xb7\xd5\x3e\x3b\x1c\x4b\x7c\x90\x6b\x55\x71\xbb\xc3\x5c\xeb\x80\x9b\xa4\x37\x69\x9b\x87\x6d\xaa\x07\xdc\x24\xbd\xe9\xa2\x3e\x2c\x83\x31\x95\xbd\xdb\x0d\x74\x98\xa3\x1d\x64\x5b\x2a\x4c\x1a\x87\x05\xad\x03\x60\x9e\xbd\xc9\xe6\x78\x38\xd4\xe8\x68\x7c\x9f\x6c\x8e\x87\xe3\x12\x98\xca\xde\x55\x51\x29\x0e\xf3\x9e\x83\xbc\xc7\x2c\xf4\x30\xef\x39\x80\xb4\xdd\x9b\x0c\x29\x87\x8d\x10\x47\xe7\x1c\x64\x4a\x3f\x6c\x84\x60\x0a\x7c\x6f\x32\xa5\x3b\x05\x3e\x98\x02\xdf\x95\x7d\x15\x87\x79\xcf\x81\x80\xe1\xde\x74\x1b\x1f\xc3\x7d\x92\xf7\x34\x69\xb0\x47\x78\xee\x80\xb5\xe8\x76\xe7\x1c\xb6\x32\x1c\xc9\x75\x91\x90\x79\x38\x9e\x01\x99\xf2\xa5\x37\xf1\xac\xc3\xfc\xe5\x80\x3e\xd6\xed\xb2\x39\xcc\x5f\x8e\x59\xdf\x5b\x47\xa6\xca\xc3\xc2\xcd\xb1\xf8\x3a\x99\x00\x0f\xb3\x90\xe3\x65\x21\xa1\x3c\xb0\x38\xac\xa9\x1d\x8b\xab\xe9\xdd\x69\xb7\xe8\xf1\x72\x90\xf8\x33\x01\x07\x21\x1d\x8b\x9b\xc5\x1b\xd7\x66\x8b\x63\xe7\x04\xc4\x20\x0f\xfb\x6b\x0e\xf8\x6b\x7a\xf3\xa6\x76\x68\x21\x73\xf8\xbb\x7d\x47\xce\xe1\x8f\x03\x46\xd3\xde\xa5\x38\x1d\x66\x3c\x48\xe7\x7f\x69\x1a\xa7\xc5\xa5\x03\xb5\x9b\xba\x80\xe1\xe2\x30\x73\x39\x28\x2e\xd9\x49\x72\x58\xf9\x3b\x10\x82\xdc\x95\xb3\x15\x87\x7d\x40\x07\x7c\x40\x5d\x78\xe1\x71\xd8\x07\x74\x5c\x1c\x8b\xc4\xcf\xc3\xe2\xd2\x81\xb4\xc1\xde\xa5\x54\x1d\x0e\x33\x3e\x6e\x8e\x53\xe2\xe7\x71\xff\x69\xc7\x71\xca\x72\x78\x3c\x7e\x1f\x19\x96\x72\xb6\xe2\xb0\x82\x77\x40\xc1\xeb\xdd\x1b\xde\xd6\xcf\x83\xa2\x94\x10\xa7\xc3\xa5\x3e\xe3\xa4\x28\x65\x9f\xd3\xa9\x74\xc3\x38\x91\x6e\xd8\x55\xf3\x29\x4e\x9b\x57\xce\x57\x04\x0a\x61\xb8\xc5\xe9\x50\x45\x20\x0b\x94\xde\xa5\xd7\x9f\x96\x4f\x4e\xca\x27\x5d\x67\xe1\x6c\x7e\x1d\x79\x84\x52\xbd\xe2\xb4\xa1\xf2\x84\xa1\xb2\xab\x1c\x54\x18\x13\x20\x4e\xf2\x08\xe1\xd0\xc5\x69\x85\xeb\x24\x1f\x50\xa9\xa8\x38\xcd\x07\x4e\xa4\x06\xf6\x2e\x4b\xcf\x69\x85\x0b\x69\xfe\xa5\xab\x54\x54\x9c\xb6\x44\x9e\xc1\x76\xda\xd6\xa7\xa3\x85\xcf\xe0\xfc\xb4\xad\x4f\xf3\x0f\xc0\x03\x0c\xd5\x99\x88\xd3\xec\x03\xe5\x9d\x4b\x57\xf5\xa9\x38\x1d\x8e\x48\xb8\x80\x3e\x24\x12\x9c\x16\x5d\x4e\xa0\x6b\x74\xa5\x80\xc5\x69\xb7\xcb\x49\xd6\x62\x97\xd3\x69\x11\x84\x70\x01\xdd\x6e\xa5\xd3\xae\x15\x20\x07\x94\x6e\xb7\xd2\x69\x03\x26\x90\x03\x5e\x9a\x3e\x9f\xc5\x13\x20\x07\xbc\x34\xbd\xcf\x1c\x04\x45\x63\x5f\x9a\xe6\x60\xc5\x89\x98\x00\x7d\xb4\xf8\x37\x49\xf8\xb4\xa4\x71\x52\xd2\x18\x92\x18\x4e\x47\x24\x12\x32\xa0\xab\x70\x55\x9c\xa7\x77\xe1\xc9\xa1\x4a\xda\x3d\x1d\x2c\x7c\x9e\xfc\x14\xd2\xc7\x4e\xeb\x4e\x27\xa5\x10\x7b\x96\x4e\x3b\x76\x4f\xea\x4e\xca\x3a\x8b\xd3\xcc\xe0\x44\xb0\x46\x1f\xb2\x82\x9d\xb6\xa7\x9e\x37\xe7\xa0\x5b\xe5\x34\x33\x38\x6f\xb6\x93\x15\xcc\xb0\x00\x71\xbe\x07\x7e\x4c\xed\x0a\x67\xf7\xc7\x45\x41\xc3\x4e\xa7\xcb\x82\xc6\x85\xe0\xc8\x6e\xa7\x93\xd3\xfb\xe3\xda\x38\x05\x5d\x46\x4e\xef\x8f\x8b\x82\xc6\x90\x8a\xe7\x12\xbd\x71\x51\x75\xb2\x43\xca\xe9\xfd\xc1\xf4\xfe\x3e\x74\xc8\x9c\xde\x1f\x17\x9c\xb7\x5d\x40\x7b\x71\x59\xd0\xb8\x10\xc7\xd1\x87\x0e\xd2\xe5\xc0\xc9\xab\xa2\x4f\xa1\xe5\x85\x53\xff\xe3\x42\x5a\x72\x0f\x59\x35\x2e\x33\x9f\x0b\xd6\x9e\xae\xb2\xdb\xe1\xd4\xff\xb8\xfa\xaf\x9d\xc6\x69\xcb\xcc\x45\x81\x41\x49\x67\x71\xd9\xc2\x72\xd1\xc2\x12\x4a\x1d\xb8\x6c\x61\xb9\x68\x61\xb1\x47\xea\x72\x3c\x06\xd3\xfb\xbb\x3d\x52\x97\xb9\x01\x32\xfd\x5f\x9a\xc6\xe2\x20\x2b\xa6\xf7\x77\x7b\xa4\x9c\xde\x1f\x17\x05\x0d\x21\xe9\xc5\x65\x4e\x71\x51\xc9\x09\x1d\x95\xcb\x42\xc8\x05\x07\x6d\x77\xf6\xd8\xe5\x74\x84\x0b\x30\xe5\xdd\x19\x62\x97\xb9\xc8\x45\x2e\x62\x6f\xd5\x35\xbd\x9e\x8b\xeb\xa9\x63\x74\x39\xe0\xf2\x7a\x25\x92\x31\x75\x55\x5d\xb6\xcc\x5c\xb4\xbe\x84\x4e\xd8\x65\xb1\xe0\xa2\x58\x10\x92\x6c\x2e\x8b\x05\x17\xc5\x02\xd5\xbb\x8a\xcb\xd9\x08\xd7\xc1\x29\xe8\x14\x5d\xb6\x09\x5f\xe4\x20\x76\x72\x5d\xd6\x55\x2e\x8a\x0c\xa1\x20\xb2\xcb\x31\x9c\x17\xb9\x4b\x48\x77\xb8\x1c\xf1\x45\x14\x82\xee\xc4\xb2\xcb\xdc\xe5\xba\xb8\x2c\xd2\x2b\x2e\x67\x2d\x01\x90\xe0\xa5\xa9\xcf\xcb\x4b\x8d\x3c\xcb\x1e\x3e\x2a\x16\x27\x00\x48\xf0\xd2\xf4\x89\xec\x68\xbd\x28\x6a\x84\x8f\x91\xe3\x34\x2f\xe4\x4b\xf6\xf4\x51\xb1\x4d\xf8\xa2\x1e\xe3\x0c\xb1\xdb\x22\xc3\x4d\x91\x41\x10\x7c\x71\xdb\xfa\x72\x53\x8f\x11\x04\x5f\x18\x85\x20\x88\x42\xd0\x53\xba\xe6\x6d\x71\xe2\x2e\x6c\xa7\xcb\xe3\x56\xe1\xaa\xb8\xe1\xc9\xe9\x29\x51\xca\xe8\x05\x81\xc2\xdd\x2f\xed\x9b\xdf\xed\x38\x4d\x00\x19\x94\x9e\x12\xb3\x6e\x87\x82\xdd\xd4\x63\x52\xfa\xc8\x6d\xa3\xf0\x4d\x19\x25\x75\x54\x8c\x50\x10\x37\xc2\xc4\x7a\x4a\x04\xbb\xcd\x42\x58\x01\xbc\xa7\x8e\xca\x6d\x1b\xca\xdd\x39\x07\x89\x60\xb7\x73\x26\xee\xc1\x76\xd2\x39\x6e\x27\x3e\xde\xa8\x18\x64\x77\x86\xd1\x0b\x82\xe8\x05\x5d\xc8\x7d\x61\xf4\x82\x20\x7a\x41\x4f\x49\xf3\xb7\x3d\x47\x44\x2f\xe8\x42\xf5\x8b\xdb\xae\xa3\x9b\x9c\xc7\xc9\x63\xb7\x39\x0f\x8b\x8a\x77\x27\x8f\xdd\x4e\x60\xbc\x27\xa7\x20\x71\xf0\xb6\xfd\xf6\xa6\x29\x24\xb5\x05\x6f\x73\x10\x22\x1b\x74\xcb\x44\xb7\x65\x8d\x9b\xca\xca\x14\xb7\xbe\x6d\xa4\xbd\x69\xee\x10\x72\x5f\xdc\x76\x2b\x01\x1c\xe1\xa5\xa9\x9d\xdd\x4a\x44\x4b\xe8\x4e\x10\x33\x5a\x42\xdc\xd4\x48\x9c\x20\x76\xef\xfe\xec\x34\x85\x4c\xc9\x3d\xb7\xb5\x0e\x16\x31\xef\x42\x03\x8c\xdb\xd1\x65\x37\x9c\xb3\x7d\x8a\x5b\xdf\x66\x13\x37\xd9\x84\x8a\x6b\xc5\x6d\x61\xe2\xa6\x49\xc3\x49\x60\xb7\xdd\x4a\x37\x85\x09\xb3\xcf\xdb\x0e\xd8\xfb\xe6\xba\x88\xeb\x1a\x11\x21\x6e\x6a\x16\x76\xe1\xdd\xd6\x2c\x6e\x1a\x62\x9d\x3c\x76\xdb\x39\x7b\x23\xae\xa2\x4f\x69\x01\xb7\x35\x8b\xfb\x61\x9f\x32\xbd\x3c\x36\xd2\x02\x38\xe1\xa5\x85\x68\x69\xda\x24\x6d\x89\xb6\x9b\xc6\x3e\xe5\xf0\x7d\x6c\xee\x78\x68\xc0\x9d\x62\xbb\x8f\x43\xc8\x1e\xb2\x10\x21\x05\xc6\x63\x16\xf2\x90\x4d\x4c\x05\x0f\x3c\x36\x77\x3c\x64\x13\x53\x12\xca\x63\xcf\xed\xd3\x38\x07\xb1\xd6\xc7\xea\xca\x43\x56\x30\xb5\xaf\x1f\x87\x6c\x13\x2a\xa1\x2f\x99\xf8\x1e\x47\x8c\xa2\xb6\xfa\x98\xb2\x1a\x3e\x4e\xac\x7a\x68\x4d\x5d\xdb\xfc\x37\x51\xf8\x71\xf6\xf4\x83\x40\xf0\x6e\xc7\xe0\xe3\x78\xd2\x87\x8a\xce\xd2\x89\x78\x2c\xdb\x3c\x34\xc4\x2e\x9d\x08\x03\x37\xc4\x83\x68\x8d\xee\x5c\xb5\xc7\x71\xa8\xa8\x02\xff\xd2\xb4\xa2\x96\x6d\x1e\x84\x5c\x74\x15\x02\x8b\xc7\x32\x0a\xc1\x19\xfa\x92\x8c\x62\x70\x86\x78\x00\x7e\xd6\xed\x34\x7c\x6c\x0c\x79\x68\x6c\x5d\x62\xbc\x8f\xb9\xc8\x43\x39\x64\xe9\x44\x3c\x96\x43\x1e\x1a\x4d\x97\x64\x14\x97\x7e\x0f\x02\x37\x74\xd5\xed\x8a\xc7\x46\x53\x96\x7e\xef\xcb\x3b\xdb\x76\x8d\x87\x76\x0d\x7b\x1b\x1f\xdb\x35\x1e\xba\x88\xec\x6d\x7c\x76\x8f\x93\x02\x8c\xbd\x8d\x06\x7c\x88\x87\x5a\x90\xbd\x8d\x8f\xd5\x9c\xe7\xe0\x6e\x92\xcc\xfe\x38\xf2\xfc\x41\xa0\x58\x17\x4e\x62\x18\x28\x22\x9e\x83\x73\xf0\x89\xb0\x41\x95\x60\x10\xdd\x9e\x48\x83\x41\xc4\x43\x21\xc5\x09\x69\x06\x83\x88\x07\x0e\xef\x6e\x6f\xe3\xe3\xd4\xea\xe7\xe2\x5e\x52\xc8\xcc\x73\xf9\xb4\x40\x3d\x1a\x9b\x34\xdc\xc7\xea\xd1\x03\x8e\x36\x84\x93\x18\x06\x8a\x08\x02\x45\x0c\x7b\x22\x0d\x14\x11\xcf\xfd\xeb\x53\x63\xb1\xea\xf4\xdc\xec\x53\x06\x71\x83\x41\x04\xf0\x1d\x5e\xda\xaf\xcf\xdc\x24\xdc\xe4\x06\xe1\x66\x08\x5f\x31\x8d\xea\x90\x2c\x51\x3f\xe4\x36\xcc\x4d\xf8\x2f\xb9\x81\x6b\x0d\xe1\x2b\xe6\x26\xc1\x27\xb7\xc2\x3e\x3f\x81\x22\x37\x71\xad\x64\x69\xfb\xb1\x75\xf5\x29\x6f\x78\x02\xc4\xe1\xa5\x69\x2c\xf2\x2d\xe5\x06\x23\xed\x50\xb2\x5a\x6e\x0a\x7c\x4d\x54\xb9\x2f\x43\x2e\xc5\xdc\x64\xa4\x4d\xa2\x3a\x0c\x81\x24\xa6\x51\x1d\x72\x6b\x9c\x5f\xb8\xdd\x6e\x1a\xd7\x33\x34\x3f\x09\x3e\xc9\x72\xf9\x63\x0b\x8d\x45\x82\x4f\xb2\x24\xfe\x90\x4b\x31\x37\x19\x69\x13\xe0\x0f\x2f\x4d\x63\x19\x5e\xb3\xc1\x71\x4e\xb5\x1b\x1e\xe7\xe0\x9a\x4d\x7d\xbf\xe1\xb9\xc3\x1b\x3e\xe4\x6e\xcc\x6d\x78\x9c\xc1\x71\x2e\xcd\x2f\x3c\xce\xe0\x7a\x2e\xf5\x29\xc3\x4d\x6e\xc1\x7d\xb6\xd4\x67\xfa\x1b\xc1\xe3\x3d\x94\xac\x96\x5b\x7a\x2c\xd0\xb9\x86\x12\xd2\xd2\xb5\xf2\x93\xb5\xf2\x47\xf9\x84\xe8\x74\xad\xfc\x24\xe4\xc3\x50\x15\xae\xdc\x94\x2c\x9a\x1b\x9c\x47\x43\x55\xb8\x72\x9b\x9e\x1f\xac\xc2\x43\xc9\x6a\x69\xc8\x87\xdc\x16\xfb\xac\xea\x73\xf9\xdb\x2e\x8e\xd3\x7b\x5e\x41\xb1\x49\x58\x87\xa1\x0a\x5d\xb9\x1d\xde\x83\x70\x5d\x0f\x39\x1b\x73\x3b\xdc\x0e\xbc\x67\xc8\xa1\x98\xdb\xe9\x76\xa8\xd3\x34\x54\x85\x2b\xb7\xd3\xf3\x43\xc8\xda\x90\x43\x31\xb7\xcb\x67\xf3\x62\xbb\xa1\xb1\x5c\x3e\x7f\x17\xdb\x85\xde\x77\xbb\x1d\x79\x88\xca\x69\xe5\xf6\x98\xf6\xfc\x68\x6a\xf7\x78\x4f\x3c\x9c\xdf\xd4\xb7\x7d\xbc\x66\xb0\xa9\x8e\x32\x35\xce\xc7\x73\x7f\x38\x77\xed\xc1\x62\xfe\x52\xc8\x43\x94\x90\x96\x45\x8e\x9e\x64\xcd\xfb\x51\x3e\x89\x22\x8b\x22\x4a\xb3\x40\xf2\x19\xaa\x97\x95\xa5\xb8\x1d\xc2\xd9\x86\x20\x0d\xd3\x35\xef\xb3\x20\xa2\x74\xc8\x31\x98\x45\x0a\x52\x16\xf8\xa0\x87\x1c\x83\x59\x9a\xdb\x35\xb6\xfb\x6c\x17\x59\x9a\xdb\x21\x1f\x66\xc8\xf9\x97\x45\xd2\x4d\x16\x24\x92\x0e\x25\x88\xa5\x61\x1d\xb2\x20\xd0\x7d\xa8\xd6\x54\x16\x29\x3a\x09\xa4\x86\x32\xaa\x78\x56\xf1\xb9\x25\x3c\xc3\x50\xa6\x57\x16\x25\xa4\x65\x09\xb6\xfb\xa4\xcc\x2c\xe1\x76\xf9\x6b\xa7\x71\x2a\x21\x2d\x0b\x30\x8b\x87\xb2\xc0\xb2\xa4\xd7\x13\x56\xd5\x51\xb5\x27\x5c\x2b\x3f\x81\xd4\xf0\xd2\xd4\xa7\x9c\xbe\x49\xe8\x86\x51\xc5\x97\x8a\xcf\x2d\xca\xdf\x97\xa1\xa8\xa7\x2c\xcb\x7b\x82\xe7\xb6\x7e\xda\x53\x1a\xd6\x21\x0b\xe4\x97\xa1\x1c\xb0\x2c\x3e\xb7\x40\x71\x78\x69\x1a\xcb\xee\xfd\x82\xe4\xf0\xa1\xe2\x4f\x59\x14\x40\x97\x65\xc7\x9a\xb5\xa2\xf5\x94\xd3\x37\x0b\xe4\x90\xd1\xc4\x7b\xca\xe1\x6f\x0b\x59\x63\xc8\xf9\x97\xe5\xf0\x58\x10\x94\x3e\x04\xbd\x98\xc6\x6d\xc8\x72\xb2\xcf\xaa\x39\x98\x17\x14\xf2\x02\x39\x0d\xb3\x9c\x1e\xe7\xc9\x3e\xdb\xbf\x15\xdb\xc8\x72\xfa\x95\x70\xcd\x0c\xa5\x88\x65\xb9\x3c\x8d\x8b\xd3\xf0\x16\xbd\x3c\x8d\x8b\x4b\xa3\x2b\xb7\x5c\x5e\x1a\xb2\x98\xe6\xed\x7b\x7b\xb9\x11\x31\x3b\x84\xda\x98\x45\x11\x30\x59\x10\x01\xe3\xec\xc0\x2c\xb7\xc7\x49\xf6\x23\x44\xc7\x2c\x66\x3f\xe5\xe1\x38\x75\xe5\x16\xb3\x9f\xf2\x70\x9c\xba\x72\xab\x59\x0c\x61\x24\x86\xfc\x8d\x59\x2d\xc2\xd4\x8d\x63\x49\xb7\xbb\x4d\x03\xfb\x91\x53\x31\xab\xd9\x4f\x45\xd0\xfa\x50\x4d\xa9\xac\xc5\xed\x2a\x3f\xa1\xb6\x68\x15\x44\x74\x56\x8a\x22\xfd\x33\xab\x66\xb5\x28\x52\x29\x8a\x28\xd5\x2b\x6b\xf7\x1c\x10\x73\x32\x94\xea\x95\x55\x31\x27\x59\x29\x52\xc8\xed\x96\xae\xdd\x9f\x95\x2c\x46\x30\x8a\x59\xcd\x62\x00\x45\xf1\xd2\x34\x96\x30\x2d\x48\x6b\x9a\x83\x59\x0c\x6b\xf0\x0f\xa5\x73\xa5\x6b\xf0\x27\x6b\xf0\x0f\xd5\x71\xca\x9a\xee\x93\xa2\x41\xd7\x15\xe8\xfa\xfc\x49\x8c\x09\x17\x81\xcd\x6a\xf6\xc3\xda\xfd\x43\x10\x8b\x59\xcd\x7e\x6a\x3e\xff\xfd\x4f\x28\xbd\x2a\xab\x02\xd6\x93\xf0\x13\x43\xa5\xa1\xd2\xf0\x13\x59\xc9\x99\xfa\xd0\xe7\x33\xf7\xa9\xe4\x3e\x4a\xf5\xca\xba\x3c\x85\xc5\x65\x09\x4d\xcf\x12\x05\xa1\x29\x5c\xb0\x35\xeb\xee\x3e\x77\xf6\x99\x7a\xdf\xee\x3e\x77\x7e\x5a\x6f\x41\xd9\x60\xb2\x92\x33\x29\xd5\x2b\xeb\xe1\x2d\x78\x70\x7e\xba\x55\xeb\xe1\xb1\x20\xff\x36\x8a\xba\x34\x63\xaa\x14\x44\x94\x05\x96\xf5\xf4\xb2\x90\xf9\x74\xef\x5c\x33\x9f\x8a\x6c\xfb\x31\x3e\xd3\x54\xd6\xcb\x53\x40\x62\xee\x10\x62\x63\x56\x73\x90\x4a\x65\x46\x2e\xb9\xac\xb7\x3f\x11\x7c\x3d\x43\x99\x5e\x69\xb4\x8b\x24\xda\xc5\x18\xde\xd5\xe6\x04\x95\x82\x88\x5c\x6b\x59\xcd\x09\x80\x84\x31\x84\x18\x97\xd5\x72\x48\xa5\x1c\x22\x30\xc7\x6c\xca\x6c\xc9\x06\x43\xed\x18\xe2\xbb\xcd\x72\x08\x41\x32\xc6\x68\x6e\x27\x86\xd5\x28\x87\x28\xd1\x2b\x9b\x8c\xb8\xd9\xc8\x24\xc6\x67\xb5\xca\x56\xdc\x8e\x32\x8a\x5c\x6e\xd9\x6a\x33\xad\x93\xa6\x3e\x95\xcf\x9b\x0d\xd6\x99\x21\x77\x5c\xb6\xea\x3e\x1b\xfb\xfc\xac\x56\xd9\x2c\xbf\x00\x2f\xe3\xa5\xe9\x7d\xca\xf5\xcd\x46\x5d\x46\x20\x90\xd9\xba\xdb\x75\xb6\x13\xd3\x6d\x96\x6d\x5a\xe7\x96\x90\xac\xd1\xcc\x78\x5a\xe7\x5a\x7f\x3e\xb7\x6c\x66\x3c\xc0\xcb\x78\x69\x6a\x37\xbc\x66\x83\xed\xa6\xbe\x83\x7c\x4b\xd9\x82\xdb\xe5\x0b\xd7\x48\x83\x64\x64\x23\x73\x91\x7f\x2c\x9b\x75\x8b\x46\x4e\x20\xc0\xc6\x34\x10\x46\x12\x08\x63\x28\xd1\x2b\xdb\xf4\xba\x50\xb7\x50\xc5\xa8\x6c\xd6\x2d\x1a\xfc\x39\x23\x24\x47\xb6\xe5\x35\x23\x97\x08\x31\xeb\x66\x2e\xd1\xe0\xd0\x19\xca\xe6\xca\xb6\xfc\x3e\x72\x10\xf9\xce\xb2\x99\x83\x34\x72\x90\xf0\xde\x35\x07\x69\x08\x5a\x1b\x21\x9d\xa4\xed\xee\x73\xe7\x1c\x9a\xc6\x62\x7d\x85\xa0\x1c\x43\x3e\xb0\x6c\x87\xbf\x03\xac\xb8\x23\xc4\xe4\xdb\xe1\x3e\xc9\x42\x94\xb1\x95\xed\xf4\x58\xc8\x42\xe4\x03\xcb\x66\x5d\x86\x80\x1d\x43\x28\x89\xd9\x2e\xaf\x19\x85\x90\x10\x47\x6e\x66\x21\x04\xe5\x18\xca\xd8\xca\x66\x41\xa3\x51\xd0\x90\xc3\x2a\x9b\x59\x08\x41\x39\x86\x90\x10\xb3\xdd\xde\x9f\x0f\xd7\x53\x32\x6d\x7b\x3c\x87\x87\xef\x93\x9e\xd3\x2d\x4c\x74\x64\xc7\x0d\xa5\x48\x65\xb7\x30\xd1\xa9\xcb\x84\xd8\x67\x37\x0f\xe9\xb4\x87\x28\x7d\x2a\x0d\xd8\x91\x1d\x96\xda\xa1\xb2\x50\xd9\xe5\x2f\xce\x8e\xdc\xfe\x21\xf8\xc1\xec\xe6\x13\x9d\x7c\x22\xc5\xe6\x7b\x73\x9f\x28\x02\x3b\x04\x23\x98\x06\xde\x48\xe0\x6c\xbc\x34\x8d\x53\x68\x95\xd9\x81\x56\x39\xb2\xe9\x7d\xe6\x05\x1d\xe6\xd8\x21\x27\x51\xf6\xee\x71\xd2\x3e\x21\x18\xc1\x34\x80\x46\x76\xda\x19\x52\xdf\xb6\xcb\x27\x9c\x1d\x7e\xdf\xa1\x34\xa8\xec\xe1\x35\x83\xdd\x74\x64\xb8\xcf\xdb\xb4\x87\xb4\x7f\x8b\x92\xc8\x6e\x13\x05\xb1\x37\x46\x6a\xcb\x18\x7b\x23\x3b\x9c\x3a\x23\xc5\xb6\xfa\xf4\x34\x26\x52\x8c\xc4\x0d\xfa\xf4\x2c\xc8\x45\xd2\x3b\xc6\x5c\xa4\x93\x8b\x28\xb9\x2a\xfb\xf2\x50\x68\x69\x50\x72\x55\x76\x45\x92\x25\xb1\x37\xc6\x94\x25\xa5\xef\x7e\x1f\xd2\x81\x86\x7c\x41\xd9\x2d\x33\xf4\x57\xb1\x89\xaa\x3b\xb5\xcb\xe0\x9a\x1d\xc5\x60\xc6\x14\xb3\xeb\x16\x27\x3a\x0f\xfc\x14\x43\xeb\x87\x3f\x04\x4a\x51\x0c\xb9\x7b\xb2\xdb\xb0\x41\x3c\x8f\x31\x75\x17\x77\x1f\xf8\x4e\xe3\xc5\xd4\xc5\xd9\x6d\xbc\xe8\xd4\x48\xe6\x67\xdc\x4e\x03\x7d\x64\xbf\xd8\xa7\x18\x8c\xc1\x3c\xb2\xd3\x90\x29\xb7\x4d\x76\x1b\x2f\x3a\xb5\x07\xb9\x5f\xd2\x80\x1d\xd9\x1f\x8e\x45\xa2\xdb\xf0\xa1\x26\x60\xc7\x10\x76\x5f\x0e\x05\x88\xe4\x40\xd0\xd7\x90\x8b\x25\x87\x62\xe4\x73\xd0\x58\x39\xa7\x69\x97\x69\x7c\x9f\xe4\xac\x51\xfd\x3e\x1a\x32\xa7\x98\x88\x01\x3b\x72\x50\x7b\x90\x3f\x24\x0d\xca\x91\x04\xe5\x18\x72\xa3\xe4\x10\x1a\x75\x12\x94\x63\x28\x83\x2a\x0d\xca\x91\x04\xe5\x18\x02\xe0\xcb\x61\xed\x61\xf0\x50\x2f\x7d\xf7\x31\x3c\x4e\x38\x4a\x86\x8a\x38\xe5\x18\x5e\x17\x04\x81\x0c\x39\x43\x72\x08\x4a\x36\x09\xca\x31\x54\xe0\x29\x87\x35\x0b\xe0\x73\xbc\xb4\x29\x5a\x9a\x86\xef\xae\xec\xaa\x1c\xe1\xb9\x53\xb3\x50\x76\x55\x0e\x05\x73\xe4\x80\xa3\x64\xc8\x19\x92\xc3\xa7\x76\xc0\x15\x3b\x04\xea\x97\x06\xec\xc8\x31\x71\x8c\x96\xb4\x54\x03\x76\x24\x01\x3b\x86\x52\xaf\x72\xf8\x48\x0f\x1a\x2f\x94\x7a\x95\x43\xd8\x92\x39\x90\xe1\x37\x84\xdc\x97\x63\xf7\x77\xa0\xf1\x50\x85\xa1\x72\x1c\x5e\x97\xf7\x5e\x4e\xdb\xe0\x87\xed\x0c\xe3\xe0\xe7\xf3\xf6\xb4\x38\x4f\x2c\x8f\x21\x50\xbf\x1c\xb6\x33\x8c\x93\x4b\xe6\xad\xeb\xa3\x39\x78\x17\x0b\xb8\x2f\xc7\xe9\xcf\xc7\xa3\xb9\xa4\x75\x0c\xdb\x15\x07\xef\xe2\x25\x8e\x35\x2e\xbf\xef\x66\x3b\x6f\xf9\xdb\xed\x90\xa9\x3e\x54\x33\x2a\x0d\xca\x91\x03\xc7\x36\x94\x95\x95\xc3\xa2\x3e\xf0\x39\x5e\x9a\xc6\x62\x51\x1f\xf8\x1c\x2f\xcd\x7d\xfa\xf8\xe1\xb8\xbb\xac\x65\x86\x82\x32\x92\xa0\x1c\xb1\xe9\x38\x84\x95\xfe\x80\xd2\x1f\xfe\x0e\xe1\x7b\x3a\xe0\xb7\x88\x4d\xf6\xc1\xf0\x3d\x1d\x88\xeb\x8a\x4d\xb2\x5b\x54\xf7\x59\xd9\xa7\xb6\x7c\xf8\x9e\x06\x06\x47\x09\x81\xfa\x65\xd8\xff\x00\x0c\x8e\x97\x56\x45\x5b\xa6\xed\xa4\x7d\xdf\xdd\xc0\x1b\x19\xf0\xb6\x86\xfd\x2b\x61\x56\x10\x2f\x2b\x58\xa1\xd3\x10\x8a\x1f\xcf\xe8\x5c\x4e\x89\x7c\x61\x71\x3e\x06\x3f\x91\x38\x72\xd8\xc5\x00\x08\x8e\x12\x76\xaf\x84\xaf\xfe\x00\x27\x08\xd5\xae\xca\x10\xcc\x4e\xc6\x7b\x9b\x2f\x15\x09\xcd\xb0\x34\x1f\xc9\x99\x8b\x91\x87\xbd\x08\x91\x9c\xb9\x18\xb9\xa1\x35\x92\xd0\x1a\xb1\xc9\xea\x1d\xd3\xed\x26\xdb\xe9\x14\x85\x0f\x34\x90\x34\x5e\x9a\x56\xd3\x92\x3e\xa1\x35\x62\xd3\x29\x8a\xe5\x95\x5e\x5c\x69\x59\x3f\xc3\x92\x3e\x50\x36\x4a\x28\x09\x2c\xc3\x4c\x02\x48\x1a\x2f\x4d\xcb\x29\x8f\x69\x12\x22\x23\x94\x04\x96\x86\xc8\xc8\x80\x35\x32\xec\x5d\x31\x44\x46\x06\xb8\x44\x08\x0a\x30\xc3\x17\x78\x20\x74\x2b\x8a\x4f\xc3\xe9\x4f\x04\x2e\x11\x45\x12\x66\x58\x9a\x0f\x44\x82\x87\x3d\x2f\x61\x0e\x12\xe0\x20\x51\x24\x7d\xc6\xe5\xb5\x86\x77\x33\x8a\x04\x86\x30\x07\x09\x70\x90\xb0\xe7\x25\x6c\x1a\x04\xb4\xc5\x4b\xd3\x7a\x9a\x13\xc4\xc3\xf9\xc9\x24\x65\x3c\x8b\x24\x9e\x45\x28\x05\x2c\x53\xd1\x9f\x99\xb8\xdc\x43\x69\x5e\x99\xbe\xdc\x13\xd1\x9f\x61\xaf\x4c\x5a\x9a\xcf\x57\x9a\x8f\x94\x22\x63\xa8\x8b\x04\x7a\x45\x89\xa2\x1d\x9f\x76\x3e\x64\xe1\x52\x8b\xff\xa7\x05\x76\xc2\x59\x84\x9d\x32\xa9\xfa\x4d\x99\x95\xcb\x29\x53\x56\x2a\x3a\x2b\xb3\xf1\x33\xa4\xa6\x60\x81\x9d\x90\x15\x51\x66\xfd\x37\x41\xd8\x88\x16\x99\x9d\xb3\x97\xf8\x92\x0a\xbd\xc8\xec\x9c\x86\xf8\x7c\x5a\x2c\xc8\xf1\x0a\xc2\x8a\xcf\xca\xb4\x9b\x32\x91\x98\x1b\xc2\x09\xcc\x54\x10\x56\x26\x82\xb0\x42\x79\x5e\x99\x76\x69\x24\xea\x5e\x44\x15\x2b\x4f\x25\xdf\x66\xc2\xdd\x18\x55\xae\xc1\x34\x0f\x01\x78\xc5\x4b\xd3\x6a\x5b\x2a\x48\xd8\x0d\xa3\x6a\xa3\xa5\x4d\x02\x44\xb3\x08\xe5\x72\x65\xda\xdd\x98\x08\x9f\x88\x2a\x96\x9c\x66\x06\x49\x66\xa0\x7c\xad\x4c\x1b\x07\x13\x59\xb4\xa1\x7c\xad\xcc\xe5\x39\x2c\xce\x5d\xfc\xd3\x48\x17\x99\xaf\x96\x1f\xe9\x0f\x6f\xcd\x3e\x11\x9f\x15\x55\x96\xa0\xdc\xbd\x09\x21\xcc\x47\x95\x7d\xd3\x00\x19\x49\x80\x8c\x50\x61\xab\x4c\x4b\x13\x79\x70\x39\xa5\x71\xa5\x79\x41\x02\x35\x3a\xaa\x78\x6b\x9e\xde\x11\x3c\xef\xf6\x10\xa5\x25\x86\xbc\xd8\x4e\xda\x74\x5e\x6e\x07\x61\x3e\xaa\x77\x99\x5d\x08\x09\x89\x21\x94\x1e\x96\x69\x61\x3e\x1f\xce\x41\x82\x70\x3e\xde\xb9\x80\xf1\x0a\xa1\xfd\x65\x3e\x5e\x6a\x78\x22\xa3\x49\x9b\x9e\x8a\xc1\xca\x09\x0d\x3d\x94\x02\x96\x53\x71\x56\x39\x21\xe8\x47\x2b\x6e\xa7\xf9\x4d\x40\xe1\x86\x90\x00\x73\x2a\x75\x2c\x81\xb1\x11\x21\x67\xd5\xb4\x50\x30\x5f\xa1\x20\xac\xf3\x4f\xab\x00\x40\xd8\x28\x61\xff\xd0\x34\x2b\x00\xc2\xc6\x4b\x9b\xa2\x79\x24\x94\x25\xec\x1f\x9a\x96\x25\x00\xb9\xf1\xd2\xaa\x68\xc3\xb4\x20\x4d\x33\xb0\x2c\x01\xcc\x8d\x10\x7a\x4b\x4e\x6b\x15\xb3\x73\x98\x32\x6f\x4e\xb3\x88\x49\x79\xc1\x7e\xa3\x69\x13\xdf\x84\x39\x20\xec\xff\x31\x8c\x47\xce\x91\xef\xeb\x74\x64\xa7\xad\x7f\x73\xf0\xdb\x0d\xd3\x3c\xf3\xe0\xec\xc4\x76\xa6\xa3\x15\x26\x2c\x83\xa1\x54\xb4\x9c\x76\x49\xcc\xe4\xcc\xc5\x74\x0d\xff\x91\x33\x39\x05\xdd\xfb\x53\xd1\x57\x39\x27\xdb\xc9\x2e\x3f\xa7\xbf\x10\x59\x84\x50\x00\x73\x9a\x45\x4c\xb2\x88\x26\x29\xd8\xd0\x20\x49\x68\x90\x68\xde\x2c\xcb\xef\x83\xf5\x2f\x94\x01\x96\xd3\x8a\x3b\x21\x3e\x42\x59\x5e\x39\xcd\x07\x26\xf9\x80\xb2\xbc\x72\x5a\x26\x98\x94\x09\x94\xe5\x95\xd3\xda\xc1\x84\x17\x32\xec\x52\x9a\x4a\x98\xcf\xc9\x7b\xbf\x4b\xd2\x9d\xa7\x3f\x1f\x22\xa5\xa2\x4b\xf1\x9b\xa7\x37\xfc\xc9\xb1\x78\x57\x5f\xde\x4a\x48\xb4\x0f\x55\xed\xca\x69\x17\xe4\xbc\xd8\xa7\x77\xb5\xe2\x3b\x93\xd0\x20\xd1\xa5\xf8\x19\x1a\x24\x09\x0d\x12\x76\x45\xcd\xdb\xbb\x1a\x0e\x84\x10\xb2\x60\xce\xdb\x6b\x8d\xd8\xcf\xb0\x2b\x6a\x9a\xef\x4c\x58\x06\xc3\xae\xa8\x69\x19\x04\x08\x22\x25\xec\x8a\x9a\x36\x30\x4c\x44\x51\x85\xfd\x4d\xf3\xf1\x1c\xc8\x93\xec\x6f\x9a\xf6\x4a\x10\x6e\x24\x94\x55\x96\x86\x1b\x49\xc2\x8d\x84\x20\x09\xd3\x70\x23\xb9\xe0\x95\x08\xa5\x95\xe5\xb2\x57\x62\x15\xae\x99\x78\xf5\xb2\xd1\x62\x51\x78\xb1\x2f\x6a\x29\x7b\x3f\x17\xb5\x98\x2e\x99\xd5\x30\x25\x49\x2c\x92\xe8\xf2\xe6\x2f\x47\x4e\xac\xca\xb9\x6b\xcf\x2f\xbb\x3c\x57\xe3\x3e\xd3\x9e\x5f\xf6\x4a\x10\x8b\x24\x94\x1e\x96\xc6\x22\xc9\x05\x0c\xaf\xb0\xc3\x69\xd9\x12\xb9\xa8\xe1\x08\x5a\x30\x97\xd5\x18\x62\x8a\xc4\x10\x7f\x59\xc3\x73\x1f\x6c\x57\x35\x4e\xf3\x1e\x62\x8a\xc4\xd0\xde\x35\xa6\x48\x02\x53\x24\xac\xaa\x2c\xdb\x33\x80\x20\xf2\x36\xd3\x72\x5a\x72\x59\x30\x60\x86\xd2\xbc\x72\x99\x2d\x2d\xb2\xa5\x21\x05\x6e\xd9\xe3\x49\xf8\x8f\x10\x42\x60\x2e\xbb\x35\x17\x25\x17\x3b\x8e\x96\x25\x97\x35\x39\x05\x6d\xdd\xe5\x80\x0b\x62\x83\x84\x2a\x84\xe5\xb2\xcb\x13\x70\x1f\x2f\x4d\x9f\xd6\xaa\xca\xda\xb9\x64\x12\x09\x96\x4d\x8d\x6b\x67\x3b\x6f\xa5\xfd\x4f\xbb\x8b\x34\x7d\x5a\x3b\x1e\x00\xe9\x51\x62\x48\xfd\x59\x0e\x80\x58\x27\xdf\xe7\xad\x74\x7a\x9b\x91\xf5\x8c\xe5\x76\x3a\x46\x0b\x41\x9a\x31\xd6\xbf\x41\xa9\xe5\xb2\xfb\x72\x21\x86\x33\xc2\x3b\xcd\x9c\x69\x21\xc6\x2a\x94\x3f\x95\xcb\x5a\x0e\x21\x40\xc2\x7e\xa5\xe5\x18\xab\x45\xae\x25\x24\xc0\x5c\xaa\x6e\x9b\x8b\x9a\x8c\xdd\xb3\xcb\xd2\xcb\x42\x32\x7d\x28\x47\x2a\x97\x39\xc5\x22\xa7\xb0\x9f\x67\xb7\xff\x72\x47\x90\x43\x84\x62\x31\x77\x6b\x32\xfb\xc6\x3e\xc5\x41\x77\x73\x8a\x1d\x49\x28\x61\x1f\xd0\x2e\xb0\xf0\x24\x04\x48\xd8\xcf\xb3\xdb\xb7\xb9\xc3\x67\x11\xca\x83\xca\xdd\x2a\x10\x31\x40\xc2\x46\x86\xdd\x31\x9c\x3b\xe5\x1e\xe5\x41\xa5\xf1\x41\x72\xaf\x6c\xa7\x2d\xba\xdb\xb7\xb9\x93\x8b\xd8\x07\xb4\x37\xb7\xa3\x6c\xa3\x84\xa6\xdc\x2d\xc0\xec\xe4\x14\xaa\x94\x95\x7b\xf7\xba\x50\x80\xb1\x0f\x68\x77\x6c\xd6\x3e\xf8\x3e\xd9\xc0\x76\x2b\x39\xfb\xe0\xfb\x14\x18\xb2\x9b\x8b\xec\xf1\x6b\xf7\x1d\x41\x83\x75\xe4\x0e\x5f\x47\x28\xf9\x28\x77\x9b\x37\x77\xf8\x33\x42\x30\x79\xb9\xdb\x61\xb1\x23\xc7\x2d\x04\x93\x97\xbb\x25\x98\x3d\xd7\x7f\xff\x93\x9b\xa7\x6e\x2e\xb2\xc3\x2a\x1a\x29\x81\x76\xb7\x31\x64\x27\x37\x48\x5d\xe2\xbb\x92\xe9\x73\xa7\x00\xa3\xdc\xa3\xdc\xad\xe3\xec\x40\xec\x0b\xbb\x8e\x76\xeb\x38\xc4\xdc\x88\x14\xb7\xdb\x1d\x7e\xb5\x53\x91\x49\x6f\x41\x1b\x35\x88\x9d\x11\x29\x19\xd3\xd8\x19\xb9\x23\xd4\x3b\xd2\x5b\xd0\x41\x0e\x80\xd1\x78\x69\x5a\x32\x1b\x3c\x76\x1a\x3c\xac\xbd\xef\x56\x72\xf6\x93\xcb\x29\x6e\xbe\x5b\x80\xd9\x2f\xbe\x4f\x97\xf1\x7e\xf9\x7d\x14\x52\xec\x37\xda\xed\xa2\xdc\x69\xd4\x48\x85\x54\xee\x76\x51\xee\x64\x05\xaa\x4e\x95\xbb\xbd\x19\xfb\xcd\x39\x78\x0b\xde\x9e\xc3\xcd\x6f\x24\x13\xed\x6e\x21\x65\xa7\x02\xa4\xea\x54\xb9\x3f\xee\x93\x26\x53\x3b\x95\x76\x0b\x22\x3b\x05\x91\x14\x77\x35\x1e\x47\x1e\x1b\xc7\xa9\x8b\xfa\xb0\xe2\x74\xbc\x9c\x26\x85\x1f\x9f\x87\x23\xbd\x09\xc7\x11\xca\x59\xca\xc3\x91\xde\x07\xb9\xcb\x14\x87\x3c\x1c\xe9\x7d\x50\x0e\x11\xd2\x5f\x1e\x56\x9c\x08\xc7\x11\x53\xdc\xf3\x30\x07\x39\x28\x87\xd8\x51\x75\x98\x4b\x1c\xe4\x12\xc2\xce\xcf\xc3\x5c\xe2\xa0\x35\xd5\x4e\x2c\x43\x6e\x24\x10\x36\x5e\x9a\xda\x39\x2a\xfb\xa0\x25\x44\x79\x49\x79\x58\x27\x39\x10\xad\x10\xca\x4b\xca\xc3\xa7\xfd\x40\x04\x75\x4c\x71\x41\x43\x67\xe4\x11\x9c\x9f\xb8\xe0\xe1\x28\xcd\x23\x39\x07\xe9\x39\x86\xce\xc8\x23\x39\x4e\xe9\xee\x47\x7a\xcd\x92\x7d\x4a\x1e\x34\x74\x46\x1e\x93\xed\xa4\x03\x1d\x16\x1a\x0e\xda\x45\x95\x5f\x94\xc6\xd5\xc8\x63\x72\x7e\xda\x9e\x87\x7d\x97\xc0\xd5\x78\x69\x1a\xcb\xf2\xfc\xc8\x0a\x94\x5f\x94\x87\x23\xa8\x89\x90\x11\xaa\x4c\x95\x87\xed\x1d\x07\x85\x8d\xa9\xa8\xd0\xc3\xce\x93\x63\xcf\xff\xfe\x27\x85\xfa\x92\x87\x55\xa0\x83\x66\x51\xfb\xd3\x8e\xc3\x5b\xf0\xe0\x30\x65\x91\x3a\xac\x1e\x1d\x54\x8f\x94\xb2\x94\x87\xb2\x5d\xf3\x40\x90\x43\x2c\xbf\xcf\xea\xd1\x41\x0e\xa2\x62\x57\x79\x9c\xde\x2e\x94\x43\xec\x4f\x3b\x2e\x6f\x41\x72\x90\xa5\x8b\xff\xb0\x9a\x03\xac\x8c\x12\x4a\x20\xca\xe3\xf2\xfc\x6e\xf6\x29\xa1\xc0\xe0\x19\x79\xdc\x1c\x8b\x84\x82\xe3\xf6\xfc\x5e\xf5\x28\x9b\x5f\x67\xc6\x73\xdc\x1c\x8a\x34\xae\xc3\x8c\xe7\xa0\x15\x76\xc9\x8e\x70\x38\x40\x13\xf0\x1b\x2f\x4d\x43\xb1\x55\xe6\xa0\x76\xb4\x24\x4b\x1c\xd6\x8e\x0e\x5a\x68\x97\x34\xb5\x53\x90\xa6\x79\xd2\x0a\x6b\x17\xdd\xa9\x1c\xfc\x3c\x29\xbb\xa8\xee\x56\x9e\xca\x7e\xcb\x13\x80\x3e\xa1\xe2\x5a\x79\xda\x2a\x73\x92\x83\x28\x27\x29\x4f\xcb\x19\x27\xcd\xb0\xf6\xa7\x9d\xd5\xef\xa3\x26\x63\x7f\xda\xa9\x3c\xfb\x24\x58\x47\xd8\x9f\x66\xb0\x8e\x24\x58\x47\x2c\x59\xb2\x4e\xdb\x59\x4f\xca\x19\x42\x32\xcc\xd3\x8e\x95\x13\xce\x93\x54\x1e\x50\x9e\xe3\x32\xed\x06\x4d\x1a\xfa\xe9\x58\x28\x82\x6e\xa4\x7d\x51\x06\xdd\x48\x60\x6c\x94\xdc\xea\xf6\x6f\xa2\xf0\x69\xe6\x73\xc2\xcb\x9a\x4e\xf7\x39\xd3\xdd\xc2\xf1\x92\x9b\x98\xe4\xe9\x38\xcc\x73\xf2\x95\xda\x16\x06\xd7\xc8\x13\xf2\x44\x3a\x6d\xe7\xb4\x3c\x71\x42\x9e\xc8\xcd\x9f\xd7\xf2\xc4\xb9\xb8\x34\x52\x9a\x4f\x87\x43\x9d\x3b\xc7\x29\x46\x78\x9a\x51\x9c\xd0\x4a\x72\x93\x05\xfe\xb4\x56\x72\x42\x2b\xf9\x23\x2f\x19\x78\x23\x09\xbc\x91\x42\x02\x4c\x23\x6b\xe4\x79\x70\x7e\x62\x92\xa7\x5d\xb0\xe7\xc1\x71\x7a\x5b\x38\x54\xea\x3c\xae\xf7\x04\x4a\x09\x3a\x6d\x7f\x01\x36\xc7\xdb\x4c\x34\x33\x98\xf3\xe4\xb2\xe8\xea\x3f\x2d\xa2\x00\x9b\x23\x9b\x04\xd3\xd3\x3a\xd0\x79\xfd\x9a\x69\x24\x96\x50\xce\x8b\xa3\xd4\xed\x7e\x5a\x42\x01\xfc\xc6\x4b\x53\x3b\x9b\x51\x4e\x98\x4a\xb2\x48\x01\x3a\x1f\x0f\x05\x81\x52\x29\xfc\xc0\xbc\xac\x74\x00\x47\x63\x55\x7d\xf4\xcb\xd6\x54\xc0\x68\xbc\xcd\xbe\x85\xbe\xec\x63\xbd\x60\xb9\x48\xc1\x0e\xe6\xe5\x90\x0a\x40\x65\xbc\xb4\x6f\x93\x5d\x76\xad\x5c\xc8\xff\x4a\xe7\xe5\x18\x3b\x23\x2f\x94\xf2\x4c\x15\xa6\x4a\x63\x67\xe4\x55\x39\x3d\x6d\xdc\xcb\x12\x03\xf1\x31\xb2\x88\x9f\x5d\x76\xbb\x5c\x8d\xed\x74\xf3\x5f\xd6\x2b\xae\xce\x65\x91\x1a\x7e\x0d\xcf\x0f\x16\xce\x2c\xe2\x59\x97\x9d\x20\x17\x74\x87\x2c\xda\x80\x97\xa5\x09\x62\x67\x64\xd1\x06\xbc\x6c\x66\x20\x3e\x46\xda\x3d\x74\xf9\x40\x03\x2a\xa3\x64\xd1\x4e\xba\x9c\xf3\x01\xa8\x8c\x97\xa6\x75\xb1\xf3\xe4\x9a\xbf\x76\xea\xd3\x61\x13\xd7\x64\x3b\xf1\x33\x63\x60\xe4\x35\xb9\x2e\xda\x4a\x97\xcd\x0c\x17\xd0\x72\xb2\x8a\xd7\x5d\xb6\x8c\x5e\x3c\xec\x76\x0e\x5d\x76\x90\x5c\x3c\xec\xce\xd9\xb9\x1c\x09\x75\x41\x62\x48\x87\x3b\x5d\xbb\xbf\x03\xc2\x2d\x52\x85\xa2\xf2\xf2\xd5\x4f\xa0\x8b\xac\xba\x6e\x2f\x2b\x08\x04\xb3\x48\x3b\x87\x2e\x87\x48\x5f\xf0\x90\xa4\x0a\x45\xa5\x81\x2e\xf2\x42\x28\x54\xd6\xe6\x3e\xbd\xcf\x20\x16\x64\xf5\x3e\x73\xb8\xd3\x75\xb1\x4f\xdd\x8d\x06\xba\x48\x02\x5d\xa4\x1d\x47\x97\xad\x9f\xd7\xcd\xb9\x4b\xc9\xb9\x1c\xfb\x78\xdd\x5c\x4f\x49\x98\x97\xad\x9f\x17\x8f\xb4\xaa\x48\xe5\x65\xe5\xe1\x82\xf2\x90\x55\x0a\xd0\xe5\xe3\x4e\x10\x8c\x74\xde\x91\x41\x30\xf2\xde\xb8\x9e\x32\x13\xdd\xd6\x10\x6e\x9e\xf7\xaa\xa0\x3a\x83\x60\xe4\x5d\xf8\x8d\x24\x61\xde\xf6\x91\xdc\x95\xfb\x65\x9a\xd6\x4d\xe3\x9a\x49\x52\xbc\x7d\xde\x6f\x9e\xf7\xaa\xfd\x79\x5b\x43\x00\xe6\xc5\x4b\x53\x9f\xd6\x02\x6e\x60\xde\xa4\x3d\x47\xb7\x2d\x8e\x37\x34\x84\x14\xb0\x60\xde\x76\x84\xdc\x48\xb2\xc8\x26\x71\xf0\xb6\xb3\x03\x00\x15\x25\x9b\x78\xdd\x6d\xab\x22\x51\x29\xd2\x3e\xa0\xdb\xbc\xe0\x0e\xf6\xa9\x8b\xf8\x36\x2f\xb8\x79\xbf\x37\x5d\xc4\xb7\x6d\x05\x37\x8a\x8e\x65\x93\x83\xf2\xf6\x79\xbf\x93\xed\xc4\xcf\x6e\x9f\xf7\x1b\x9e\x90\xb4\x33\xe7\x76\x54\xc5\x3d\x39\x16\x29\xda\xf7\xf4\x58\x66\x92\xa6\x3e\x7d\xde\x6f\x9e\x77\xd5\x89\x4a\x23\x56\xe4\x8d\x38\xe8\x6c\xde\x4b\xf6\x84\xdc\xf0\x84\xa4\xbd\x39\x46\xa5\x48\xa0\x52\x44\xf1\x27\xb2\xce\x7f\x23\x4a\x31\xed\xe8\xb9\x7d\xa4\xef\xf7\x6e\xfd\x13\xff\x70\x3b\x8e\xe1\x7e\x0f\xe9\x9f\xf0\x87\xdb\x46\xbc\xfb\xbd\x22\xff\x44\x38\xdc\x8e\x1f\xbe\x5f\x91\xf8\x4f\x80\xc3\x6d\xf3\xde\xfd\xe0\x5d\x32\x9f\x18\x1f\x22\xef\x57\x0a\x0e\x5f\x52\x8f\x85\x60\x20\x45\x44\x11\x5f\x31\x3a\x44\x02\x1d\x22\x54\x3b\x31\x1f\x87\x15\x3f\x1b\x06\xaf\xaf\xfd\xf8\x26\x05\x36\x44\x14\x59\x55\x1e\xab\xd0\x4f\xcd\x97\xa4\xbb\xf9\xb1\xef\xf1\xa9\xd7\x4b\x12\x6b\x78\x7c\x74\x1e\x20\xfa\xfb\xe6\x7a\x9a\x87\xd1\xb9\x43\x24\xcb\x3c\x96\x7e\x81\xfd\x90\x42\xe6\x4f\x43\x3f\xe4\xd3\xb9\xe9\x24\xaf\x18\xa4\x21\x09\xd2\x90\x76\x95\x3d\x3e\x38\x0f\x05\x63\xbb\xca\x1e\x1f\x0e\xe0\x2e\x94\xec\x5b\xfb\x37\xe1\xf7\x71\xbc\xf1\xc3\x7b\xd4\x9e\x34\xe3\x34\x24\x71\x1a\xb2\xeb\x0e\x7a\x7c\x76\x00\xd9\xf0\xd2\x34\x0d\x9f\x9d\x87\xf7\xa8\xbd\x65\x8f\x4d\xf9\x0f\xb4\xf2\x74\xe2\x96\x71\x1a\xf2\x81\x76\x9d\x4e\xce\x7a\x9c\x03\xf9\xc0\x5c\x9f\xdd\x1b\xc2\xe6\xfa\x07\xe1\x87\xd9\xfd\xd9\x77\xbf\x6f\x67\x9f\x72\x2b\x18\x8b\x21\x1f\x20\xba\x64\xf7\x9e\xb0\x60\x0c\x2c\x86\x3f\xe7\xea\x71\xd4\xe2\xc3\x6b\xd4\x0e\x31\xc3\x2d\xe4\x43\xb9\xb8\x7b\xc3\x58\xc0\x7d\x28\xe0\xda\xb1\xf5\xd8\xc1\xf8\xf0\x1a\xb5\x63\xeb\x71\x1e\xe3\x83\xd0\xc4\xec\x32\x44\x19\x6e\x21\x09\xb7\x90\xc2\x4b\x4c\xc3\x2d\xe4\x73\x71\x7a\x92\xd1\x0d\xa9\x90\xcf\xcd\xb1\x48\x0c\x7a\xac\x26\x3f\x50\x93\xd3\x4e\xaf\xc7\x57\x2c\x21\x15\xd2\x09\x58\x8f\x55\xe1\x87\xd7\xa8\xf0\x12\xf3\x71\x68\xe2\xc3\x6b\x54\xf5\xb4\xa6\x21\x15\xe6\x06\x75\x37\xc7\xc7\xdf\xe6\x26\xb1\x79\x6e\xbc\x46\xe5\xf4\x9a\x9b\x1c\x77\x73\x2b\x58\x6b\x65\x59\xcd\x4d\x62\xf3\xdc\x28\x36\x8f\xa2\x3e\x25\x36\x4f\x20\x28\xbc\x34\xf5\x29\x20\x98\xb9\xbd\x5c\xc2\x92\xf8\xdc\xc4\x0a\xe6\xc6\x5b\x74\x98\x26\x4d\x78\x02\x24\xe1\xa5\x8d\x8f\xa6\x34\xc6\xb9\x91\x4f\xc8\x21\x36\x37\xf1\x89\x09\x90\x84\x92\xa3\xa9\xcf\xee\x65\x41\x0d\x81\x54\x19\xae\xb9\x75\x2f\x0b\x6f\x5f\x65\x67\xcd\x4d\x8c\x62\x6e\xbc\x61\x95\x81\x35\x8d\x7e\x30\x37\xde\xa2\x72\xa4\xcd\x2d\xdc\x2e\xb0\x5d\x94\x2d\x35\xb7\xf4\x52\x23\xac\x28\x05\x50\x38\x8d\x62\x30\x37\x04\x1b\xa7\x32\xa2\xe6\x36\xfd\x19\x78\x1b\x8e\x6f\xeb\xce\x6d\x79\xee\x8b\x73\x4f\xb5\x93\x3a\x3b\xb7\x9d\xe3\xfc\xb6\xe7\xdc\x0e\x7f\x22\x64\xf0\xa4\x32\xa2\xe6\xa6\x0c\x9e\xb9\x1d\x5c\xb3\xa5\xf7\x9d\x5e\xcf\x93\xdb\x65\x69\x5d\x4e\xaf\xcb\xc5\xb1\x78\x7b\x5e\xa6\xc1\x10\x95\xe1\x2d\xa8\x63\x34\x89\x2a\x90\x42\x0c\x9c\xdb\xed\xf7\xbd\xa7\x26\x94\xcb\x37\x0d\x0e\x30\x09\x0e\x90\x2a\x7d\x35\x0d\x0e\x30\xcb\x56\x48\x5b\xa2\x35\xd3\xb0\x73\x55\xfa\x6a\x16\x9f\x22\x82\x0a\xa4\x12\xa9\xa6\x41\x05\x66\x41\xc6\x6f\xca\xc1\x36\xcb\x76\x99\x76\xbf\xc3\xfc\xe4\xa3\x59\x64\x91\x9e\x05\xf6\xa4\x54\x55\xac\x59\xe4\x19\x9f\x05\xf1\x3a\x29\x0c\xc2\x59\xaa\xbb\xa4\x7e\x29\x3f\xd9\x2c\xcd\x53\x00\xa6\x40\x2a\x57\x6a\x16\xe1\x8b\xcc\xd2\xf8\xbe\xa1\x3e\x9b\xdf\xc7\x93\xa2\x5c\xa9\x59\x86\xa7\x3e\x38\xf5\x50\x9f\x0a\xd4\x9d\x65\xe0\x2b\x7c\x01\x0a\xb3\xf8\xa0\x00\x5d\xa0\xa4\xb0\xfd\x66\x11\xbe\xeb\x2c\xc1\x95\x4e\x4d\x21\x4d\x4b\x7e\x74\x6d\xce\xa2\x2b\x73\x12\x52\x20\xe5\x26\x9b\x25\xbd\x9c\xef\x95\x19\x02\x00\x9d\x65\x7a\x55\xe6\xaf\x99\x66\x30\x3d\x4c\x6a\x97\x0a\xb6\x9a\x65\x79\x28\x8b\xed\xb4\x6f\x8b\x6c\xce\xb3\x00\xbd\x28\x73\xd3\x8a\xc9\x35\x35\x0b\xf2\x6c\x32\x37\xbd\x4f\xda\xe5\x2c\xd4\x2e\x05\xed\x37\xcb\xee\xb1\x1c\x6c\x27\xb6\x5a\x0e\xb7\xe3\xd9\x4b\x6f\xce\xd3\xb4\x93\x7d\x56\xbd\xcf\xe7\xb2\xc0\xc1\x9d\xe9\x5d\x76\xf9\x30\xf0\x7a\xcb\xa6\xb9\x5f\x1e\x0b\xaf\x37\xb9\xc9\xa6\x53\xf1\x67\xb9\x39\x4e\xf1\xb9\x72\x7b\x2c\x34\xfc\x08\x86\x6f\x96\xdb\x6b\xf6\xb0\x9d\xb7\xcb\xe3\x6f\xf4\xde\x74\xdd\x6c\xd5\x59\xfa\xb3\x3c\x9c\xba\x3e\x6d\x95\x8c\x3b\xeb\x56\x5f\x41\x42\x33\xa8\xd2\x11\x67\x7d\x4f\x61\x6b\x9f\xdc\x39\x9d\x87\x3f\x99\x87\x9f\xf2\xbb\xcd\x2a\x17\xf5\x64\x1e\x7e\xe6\x67\xca\x9d\xb5\xfa\x6d\xef\x35\x97\x0a\x5d\x9b\x55\xda\xe3\x64\x8a\x7e\xca\xb5\x36\x9d\x86\x3f\x91\x86\x6f\x85\x66\xd6\xe6\x41\xf2\x50\xe6\x34\x4d\x87\xb2\x22\x51\x36\x53\xec\xb6\x76\x8f\xb2\x73\x99\x3f\x30\x9d\x59\xbb\xfb\xec\xfc\x74\xda\xb6\x55\x81\xb6\xb3\x02\xd8\x27\xe7\xa6\xd9\xf9\xc4\x56\xca\xc0\x72\x91\xcd\x1a\x6e\x47\xe3\xf0\x2c\xff\x06\x14\x31\xab\x6c\x49\x13\x79\xfe\x25\x85\xfa\x37\x6b\x78\xa8\x94\x8f\xe5\x41\x9b\xd5\x87\xbd\x52\x3e\x56\x1a\xd8\x74\x02\xff\x64\x02\x7f\xce\xcf\x9e\x32\xeb\xf4\x50\xa9\x5b\xca\xf3\x36\x9d\xa5\x3f\x2b\x39\x81\xd0\x02\xa7\x33\xf1\x67\x5d\x7c\x9f\x78\x75\x15\x0e\xc8\xac\xb4\x25\xcd\xae\x76\x92\x81\x67\xa5\x0c\x2c\xb4\xc0\x59\x7d\x9b\x56\xde\xa6\x73\x68\xee\x87\x3f\x2f\xad\xb5\x53\xa7\xa1\x9e\xee\x93\xf6\x22\x15\xfc\x9a\x4e\xa9\x9f\xf5\xfc\xf5\xa9\x71\x9e\x5e\x97\x57\xf3\x34\xe4\xd1\xac\x97\x3f\xc3\xc5\xcf\x20\x21\xa3\x2a\x48\x7e\x22\x49\xfe\xa5\x69\x39\x6f\x7f\x22\x9a\x76\xa6\xf8\x78\x7d\x3c\xcc\x87\xc3\x4c\x4d\xc1\xa7\x96\x19\xf5\xa9\x2c\xb7\x59\x1f\xf7\xc9\x1b\x7a\xea\xb0\x34\x05\xcd\x4e\x64\xc9\xbf\xb4\x6f\x67\x37\x99\x76\x66\x2b\x7c\xdf\xe7\x87\x9e\x4d\x41\x68\xb3\xbd\x47\x78\x28\x96\x7f\x3a\x6b\x7e\x36\x44\x96\xe4\xfc\xf2\x1f\x66\xb3\x28\xdb\x68\xf5\x99\xe2\xff\x4d\x28\x5f\xb3\xd1\xea\xa3\xe4\xb8\xd9\x9a\xdb\x21\x48\x3e\x95\x00\x37\x9b\x22\x44\x26\x92\xdd\x5f\x9a\xda\x59\x26\x6d\xbc\x69\x95\x00\x37\x5b\xf7\xd4\x79\x70\x55\x5e\x6c\x36\x25\xc7\xcd\x46\xab\x8f\x1c\x76\xb3\xf9\xe0\xb6\x81\xaf\x2e\x56\xdd\xc2\xc3\x7c\xc5\x4e\xe3\x32\xcd\xa6\x70\xb1\xd9\x78\xbe\xe4\x93\x9b\x2d\x3d\x73\x3a\x66\x96\x38\x5d\x93\x63\x66\x36\xea\x98\xf2\xbb\xcd\x26\x24\xd2\xd9\xe8\xb4\x11\x16\xe0\x6c\xbe\x69\x99\xfb\x9e\x4a\x8d\x9b\xce\x7d\x9f\x0d\x08\x19\x29\x9f\xdc\x6c\x96\x64\x99\xfb\x9e\xc2\x10\x9c\x6d\x79\x9c\xb4\xf9\x2c\x5d\x0d\xce\x61\x9f\x6d\xe7\xfc\x42\x5f\x41\x39\xec\xb3\xed\xfc\x7a\xba\x00\xda\xe1\x76\xef\xa5\x3b\x54\xe3\x66\xb6\xc3\x53\x3f\xd8\xcc\x34\x1f\xd9\x46\xfd\x53\xae\xbc\xd9\x4e\x6f\x40\xea\x9f\xcb\xfb\xfd\xf4\x17\x3a\xf9\xd1\xa7\xa6\xee\x0b\xba\x21\xc0\x35\x97\xcf\x82\xcf\x73\xa3\xf7\x45\xa9\x71\xb3\x59\x70\x66\x0a\x7b\xaa\x98\xd9\x6c\x42\x43\x9f\x8d\xfa\xe7\x5a\x9a\xfa\xed\x4f\x84\xb3\x3e\xe5\x3a\x9c\x4e\x61\x9f\x0d\x21\x66\x53\x30\x81\xb3\x3d\x9e\xdf\x7b\x43\x0f\xa5\x53\xcc\xf6\x78\x4f\x23\x3c\x64\x6e\x7f\x68\x5e\x4e\xb0\x81\x29\x04\xc1\xd9\xe5\xa5\x9d\x1d\x19\x75\x73\xfb\x2c\x65\xb3\x9b\x0d\xf4\xc2\xa1\x48\x16\x42\xba\xfb\xf7\x78\x90\x96\xa2\xe9\x7d\x48\x74\x2f\x53\x99\x71\xb3\xfb\xfe\xee\xaf\x96\xea\xca\x38\xb3\x9b\x0d\xf4\xca\x2e\xa5\x0e\x76\x0b\xe3\x1d\x6a\xeb\xab\xac\x7e\xb4\xe6\x61\x22\xc7\x66\x2a\xc3\x6d\x76\x25\xe2\x4d\xe4\xce\xbf\x34\xf5\x69\x75\x97\xc9\xf4\x53\xc0\x83\xb3\x37\x4f\x01\xec\x63\x2a\x33\x6e\x76\xab\xb4\x1d\xc0\x60\x53\x1e\xcc\xd9\xcd\x5a\xfa\xe0\x38\x43\xed\x14\x59\x3f\x3b\x82\xcf\xa6\xc0\x05\x67\x1f\x9e\x5f\xb0\x5d\x6a\x0e\xe1\xf7\x05\xdf\x97\x7a\x9f\x2f\x68\x64\xb6\x97\x29\x90\xc0\xd9\x2d\x8e\x33\xb5\x7d\xca\x6f\x38\xbb\x19\x48\x7f\x19\xc8\x90\x0f\x65\x76\xf3\x88\x0e\x6d\xf7\x55\xe6\x3e\x9a\xec\x57\xb3\xe3\xee\x9e\xca\x54\x9b\xdd\x77\x37\x33\xe2\xa7\x4a\x99\xcd\xbe\x3c\x3d\x44\x8e\x4c\x95\x32\x9b\xdd\xf7\x7a\x87\xfd\x6a\x16\xef\x4e\x81\xa1\x4f\x64\xb9\x97\x29\x3c\xbf\xd9\x7d\xe7\x77\x18\xb0\xe6\xff\x66\xec\xcd\x71\xf7\xc9\x95\x24\x41\x7d\x4e\x91\x37\x98\x20\x83\x8b\x9b\xf2\x94\x91\xa7\xef\xc0\xe0\x02\x94\x50\x55\x0f\xaf\xab\xee\xdf\xa0\x7b\x7e\x66\xd9\x8d\x16\x52\x48\xe0\x97\x7f\x47\xf0\xe3\xea\x34\xdf\x8c\xac\x38\xb3\x22\x25\x51\xfc\x5e\x37\x3a\x5e\xad\xe8\x5e\x2f\x8e\xd4\x2d\x69\x9b\x4d\x2d\xbb\x67\xc1\x5b\xa2\xce\x2d\x4b\x3b\xd7\xad\x6b\x63\xdc\xd0\xca\xd2\x74\x7a\xac\xc7\x92\xb6\x99\x50\x7c\xd9\x31\x9f\xd4\xb9\x2a\x89\xb7\xb2\x63\xce\xa8\x73\xcb\xd1\x77\x27\x64\xbf\x60\xb8\xa9\xec\xdd\xa2\xb4\xdd\xa4\x3c\xab\x4c\xe1\x9a\x62\xae\x7f\xae\x59\xab\x02\xdd\x35\xc5\xfa\x51\x99\x55\xdd\xde\xd5\x6f\x6f\x63\x6c\xd0\x2a\xf3\x42\xcd\xab\xe3\xaf\xec\xa7\x94\xaa\x4e\x74\xf5\x9c\x0c\xe3\x03\x61\x56\x99\x5d\x6e\xd5\x6f\xf6\x6b\x3d\x50\xc6\xb9\xae\x9e\xfb\x69\x2c\x1c\xb3\xaa\xe3\x57\x3d\x9e\x73\xcd\x85\xbf\x07\x83\xab\x2e\xfe\x1a\x27\x37\xf3\x72\xaf\x45\xc3\xf0\xf0\xae\x65\xc2\xe0\xca\xb4\x51\xab\xee\x8c\x32\xd2\x04\x5a\x25\x7d\xb0\xd5\x1a\xdf\x51\xa1\x55\x39\xa3\xa2\x62\xfe\xda\x1e\x3f\x59\xd3\x74\xbb\x47\xdb\xa4\xed\xaa\x1c\x55\x5e\x20\x9f\x8c\xa1\x43\xab\x4d\xc3\xef\xd1\x26\x35\x5a\x15\x5c\xaf\x3d\xa6\x8d\x5a\xab\xca\x36\xaf\x3d\xfa\x49\xad\x55\xbb\xfa\xe9\xd9\xe7\xc6\xd0\xa1\x55\x39\xb8\xa2\x2a\xde\x18\x1e\xb4\x2a\xe3\xbc\x22\xbe\xe3\xf5\x5e\xa5\x0e\x2a\x62\x79\xe9\x34\xab\x3a\xf2\x15\xd1\x26\xed\xbb\x3a\xb4\x7d\x47\xb4\xa9\xed\x2b\xe3\xbc\x8e\x18\x03\xef\xf0\xca\xe2\x38\xf3\xca\xfa\x2b\xe3\x18\x3e\x7d\x37\x63\xcb\xd0\x8a\xab\x52\x07\x35\x8e\x3c\xdf\x24\xb3\x3a\xb5\xb6\x5e\x1c\x67\x0c\x1d\x5a\x5d\xfa\x3d\x7f\x25\xc5\x5e\x6d\x51\xfa\xac\xad\x3a\x2e\xb0\x97\x2a\xad\x2e\xad\x9f\x3b\xd4\x8c\x45\x67\x56\x85\x0b\xaa\xe3\x02\x7b\x79\xa9\x56\xe1\x82\x28\xa7\xb7\x97\xa6\x58\x3d\x3a\x4a\x27\xbe\xd3\x3e\x13\xce\x8f\x92\x79\x63\xe8\xd0\x9a\x54\x45\x7b\xa2\x4d\xde\x9c\x4d\x97\x7f\x73\x9f\xb5\x31\x74\x68\x4d\x66\x7d\x0b\x35\x42\xfe\x40\x6b\x02\x06\xcd\xd3\xb7\xec\xe5\x3e\x6b\x4c\xdf\xb2\x16\x6a\xe4\xfd\x55\x24\x58\x93\x1a\x89\x52\x7b\xe3\x43\x60\xd6\xe4\x8a\x6b\x4e\x97\x63\x0c\x2b\x5a\x93\xaf\xbb\xb9\xf1\x60\xe4\x0f\xb4\xc6\xb0\x97\xb5\x1c\xeb\xd7\x38\x3e\xa9\x98\x28\xc3\x37\xf2\x07\x5a\x93\x61\xd1\xde\x98\x33\xfa\xb8\x9a\x9c\xdd\xad\x44\x9b\x54\xa1\xad\x6a\xec\x35\xe6\x93\x56\x7f\x63\xc8\xd8\xbc\xb4\x3e\x59\x21\xae\x53\x3d\xbd\x45\x3d\xbd\x15\x5e\x8f\xad\x69\x7c\x9e\x70\x6a\xe4\x16\xb4\xd6\xb4\x46\x6e\xd6\x1b\xc3\x57\xd6\x9a\xe6\xcc\x53\x44\x8c\xc5\x5e\xd6\xe4\xdf\x6b\x1e\x32\xbe\x90\xed\x27\x13\x32\xf0\xda\xfa\x64\x7c\xd2\xcb\x9a\x69\xce\xe2\xfa\x67\xd1\x96\x35\x68\x7c\x71\xc5\x17\xed\x25\x39\xea\xda\x88\xef\xe8\x2e\x55\x61\xbc\xb5\x11\xe3\xa3\x49\xd2\x86\xd6\x21\xae\x7f\x3e\xdb\x65\xed\xd3\x18\x3c\x03\xd4\x8a\xf6\xd2\xa7\x7d\xf6\xc5\x18\xe8\xe8\x57\xd1\xbc\x35\xb7\x1f\x2e\xa8\xfa\xc9\xf8\xde\x89\xb5\x80\x06\x24\x02\xb4\x36\xb5\xe7\x9d\xa6\xd3\x18\xa3\xb2\xb6\xd4\x97\x15\xdf\x69\x2f\x2d\x8d\xcf\x1d\x7c\xc6\xf8\x95\xa9\x68\xde\xa2\x68\xde\x48\x12\x68\x6d\x6b\x4f\x84\x9e\xe0\x7b\x5f\xd6\xb6\xda\x0c\x3d\x51\xb4\x3f\xb7\xf6\xbc\xe7\x97\x5f\x10\xf7\x93\x09\x36\xb4\x93\xff\xf1\x87\x32\x83\x4c\x75\xf8\x16\x75\xf8\x17\xe0\x51\xa6\x29\x3b\xd1\x4d\xde\xf0\x9d\x15\x2a\xe6\x65\xf7\xc9\x58\xcf\x65\x5d\x4e\xf9\xee\x4e\x79\xab\xbc\xe1\x55\x6c\x6f\xdd\x5f\x5a\xb2\x4a\xb4\xd8\x75\xdc\xbb\xb3\xe8\x99\x42\x5b\x9d\x44\x3a\xd6\x9d\x29\xcf\x48\x2e\x68\x2a\xb6\xb7\xee\x95\x26\x17\xac\x50\xa6\x36\xc3\x48\x60\x1d\x98\x75\x19\x09\xdd\xeb\xd5\x4c\xb1\xad\xce\x7a\x35\xeb\x81\x44\x2a\x6d\x99\xfe\x9a\x64\x23\x64\xfc\x3d\x39\x15\xbd\x96\x3f\x59\xa5\x65\xdf\xa5\x42\xa2\x42\xdf\x58\x24\x66\x5d\x46\x42\xf7\xe0\xb9\x55\x5e\xfd\x5d\x30\xc4\x2b\xf2\xaf\x8c\xdf\x09\x86\x78\xd5\x7d\x32\x32\x08\x5a\x67\x56\xa9\xf5\x16\xdf\xf1\x38\x74\x19\x10\x5e\x75\x7f\x65\x1c\x43\xd7\x77\x3d\xe6\x85\x2e\xa9\x2e\xef\x84\x57\xe4\x27\xab\xdc\xf2\x9d\x35\xb6\xd6\xfb\xfe\xc7\x1f\x3d\xf3\x86\xeb\x42\x1a\x3d\x6c\x92\xca\xd3\xa0\x0a\x7d\xeb\xee\x18\x34\x3e\xcc\x65\xdd\xf4\x73\xf6\xe7\xcf\xb1\x9b\xd2\x4a\x3d\xb4\x92\x42\x69\x5d\x8e\x8b\x1e\x46\x49\xa5\x0d\xd4\xa1\xe5\x43\x0c\x9d\xa8\xa0\x0b\x85\xf4\x11\xfd\x24\x2a\x50\xf9\xbe\xf5\x11\xfd\xa4\xf5\xde\x87\xfa\xe9\xc9\x69\xf7\x62\xfd\xc9\x64\xb0\x44\xf9\xbe\x35\x22\x06\x95\xef\x5b\x0f\x8d\xc5\xc2\x32\xeb\xf2\x78\xf4\xd0\x58\x4d\xf3\x29\x8d\xd5\x43\x63\xb5\xf4\xf7\xea\xe3\xac\x4b\xa1\xf5\x50\x68\x0a\xa7\x75\x45\x0b\xbb\xe7\xb5\x99\xc2\x69\x5d\xb6\x4e\x5f\x31\x44\x9d\x08\x29\xb4\xbe\xa2\xab\xda\xd9\xb2\x75\x7a\xd8\x3a\xac\x49\xb3\x2e\xe0\xd3\x77\x0c\x5f\xbb\xfe\x68\xda\xbc\x72\xd7\x58\x77\x66\x5d\x0e\x91\x60\x0c\xb0\xc6\x48\x47\x17\x28\xea\x01\x8a\x14\x6b\xeb\x02\x45\x3d\x34\x5a\xe3\xe5\x61\x02\x45\xf6\x44\x3f\x09\x44\x4c\x21\x48\x0b\x8f\x08\x1f\xe7\x32\x93\xb6\xb3\x27\xc6\xce\xcb\x43\x6c\x02\x66\x29\xe6\x8c\xa7\x45\x74\x02\x66\x4e\x2d\x62\x7c\x64\xcb\x4c\xf6\x93\x85\xd6\x6a\xbc\x04\x4c\x11\x0d\xa7\x01\x48\x46\xce\x42\xb3\x57\xbf\xf7\xc6\xd8\xb9\x7d\x4d\xe0\xc6\xde\xe8\x27\x41\x8a\x88\x01\xcc\x3c\xdc\x61\x7c\x2c\xcb\x4c\xae\x0d\xf3\x68\xbd\xb1\x96\xcd\x4c\xd1\x7a\x0b\xcd\xc4\x5a\x36\x33\x79\x4d\x2d\x5c\x1b\x9d\x9e\x58\x55\xff\x9b\x85\x6b\xa3\x53\x63\x1b\x1f\xba\xb6\xa8\xfe\xb7\x4e\x83\xcc\xba\xc6\x1e\x86\x8e\xa2\x6d\xa6\x48\xbe\x79\x5c\xc2\x58\x94\x66\x26\x15\x63\xa1\x62\xf8\xe8\x95\x99\x54\x8c\x85\x8a\xe9\x85\x73\x2d\x15\x63\xee\x1b\x35\x45\xe2\x4c\x31\x0b\x73\xdf\xa8\x29\x12\x67\xd0\x9c\x05\x28\xea\x04\x37\x62\x06\x30\x0b\x15\xd3\xb5\x07\x05\x8a\x2c\xd4\x48\x27\xe0\x15\x33\x80\xd9\x17\x73\x46\x57\x91\x09\x14\x59\x18\x41\x64\x1d\x31\x53\xe6\x80\x7d\xd1\x17\xed\xb3\x4f\x7d\x09\x03\x49\x91\x33\x9b\x1a\x9f\x3b\x55\xad\x13\x6c\x98\x22\x9b\xc1\x1a\x60\x64\x41\x34\x53\x1c\xc4\x42\xbf\x28\xac\x66\x72\xaa\x3a\x81\x40\x32\x16\xac\x99\x58\x03\xcc\x02\x30\xb1\x60\xcd\x6c\x69\x6d\xc3\xb0\xea\xda\xd7\x02\x4c\xb6\xff\x6c\x93\x7b\x49\xfa\xc5\x9c\x92\xd8\xc8\xba\x68\x62\x14\x30\x73\x0e\x33\x33\xaa\x6c\x31\x03\x98\x05\x2a\xe2\x0b\x5c\x66\xf2\xaa\x5a\xf8\x60\x8c\xfb\x1a\xd2\x21\xf0\x14\x07\xe3\x0b\x5c\x06\xa5\x38\x78\xb1\xff\x95\x81\x32\x93\xcc\xcf\x98\x51\x27\x43\xfa\x05\xa1\x5f\x8c\x3a\x59\xd5\xff\x16\xd5\xff\x66\xcc\xb2\x81\xf4\x0b\x02\x4d\x91\xae\xd1\xc0\x77\x13\x0c\x9e\x28\x74\x35\x00\x65\x4d\xb2\xe8\x0b\xd1\x06\xf2\x5f\xda\x8c\xbe\xd0\xd1\x00\xb9\x4e\x11\xa8\x88\xaf\x6c\x19\x84\x8a\x10\xbe\x1b\x56\xc1\x99\xaa\xff\x0d\xa1\x7b\x8c\xba\x15\x0a\xb5\x22\x10\x13\xab\xe0\x0c\x45\x73\xe6\xd5\xff\xc6\x17\xb8\x0c\xca\x9b\xf0\x0a\xff\x64\x0a\x72\x41\xa8\xc8\xab\xfd\xaf\x8c\xdf\x09\x15\x79\xb5\x7f\x32\x56\xac\x19\x14\xce\x81\x67\x11\x99\xa2\x55\x2a\xff\x37\x84\x73\x86\x65\x69\x06\xe9\x2c\x04\x62\x62\x59\x9a\x41\xce\x19\x78\x51\xef\xdd\x1a\x3f\x99\x69\x6d\x3d\x2f\xdf\x14\xe5\x82\x5c\xb5\x08\x9d\xc5\xb2\x34\x83\xa9\xcd\x70\xdc\x40\x7b\x10\xea\x67\x40\x26\xd2\x3c\x1a\x04\x99\x10\xfa\x0c\xda\x83\x8a\xf5\x20\x7c\xb5\xa0\x71\x08\xf9\x6a\x83\x52\xc0\xc0\xbb\x1f\x43\xfd\xf4\xe2\x1d\x63\x0d\x99\x41\x46\x1e\xc2\xc8\x23\xcd\xa3\x41\x90\x09\xe1\xe3\x85\xf6\xa0\x62\x44\x08\x5d\xc7\xf7\xb0\x0c\xd2\x75\x08\x38\xa5\x38\x17\x64\x00\xc2\x13\x8a\x8d\x14\x90\x06\x39\x7c\xe0\x59\xc3\x85\x60\x58\x4c\x04\x86\xab\xb2\x5a\xd1\xee\x5c\xea\x49\x78\x7f\xa1\x5d\x2d\xef\xaf\x13\x0b\x24\xe3\x0b\x5b\x06\xe5\x5d\x05\x9b\x80\xf1\x15\x2d\x83\xbc\xbf\xd8\xb1\xb2\x34\x37\xa1\x70\x30\x22\x44\xa4\x10\x18\x84\x96\x70\xa2\x4d\x82\x68\xb1\x10\x58\x30\x0d\x18\x19\x20\x4d\x4c\x03\x36\x42\x2b\x91\x01\xd2\x06\x73\x8e\x6d\xa4\x68\x93\xbb\x7a\x28\xd6\x33\x1c\xd9\x80\x2c\x8f\x36\x98\xe9\x6f\xc1\x0a\x80\x87\x36\xde\x90\x76\x19\xae\x5d\x40\x26\x47\x1b\xf9\x93\x6c\xba\x2c\xb1\x9f\x72\xdb\x04\x63\x00\x1e\x6a\xdd\x21\x3b\x6e\xb8\x1d\x87\xe7\xef\x82\xe1\x21\xc0\x34\xde\xe8\x0e\x0f\xc4\x78\xd5\x1d\x37\xe5\x40\x12\x48\x1b\xca\x0f\x19\x25\xba\xc3\x03\x31\xa4\xd0\x82\xa4\x00\x24\x88\xb4\x51\x34\x6d\x25\xda\x24\x48\x19\xf2\x14\x0d\xcf\x0f\x01\x19\x1b\x6d\x28\xd9\x6b\xd4\x98\xee\xa2\xef\xa6\x64\xd1\x26\xbd\x2c\x43\x9e\xe8\x20\x30\xc0\x43\x90\x32\x9a\x96\xbe\x45\x3f\x09\xa2\x87\x14\x61\x90\x1b\x40\xb1\xae\xd1\xd5\xcf\xfe\xa7\x8c\x63\x17\x08\x73\xc2\x82\x2b\x63\x9b\x32\x0f\x83\xc1\x00\x8a\x83\x0d\x25\x8e\x0c\x8b\x25\x64\x86\xc4\x50\xf0\x3a\xd8\x0d\xa0\x18\x99\xd8\x0d\x2c\xd8\x0d\xf0\xf0\xb8\x0c\x68\xfb\x5e\x65\x67\x8a\x6b\x0f\x39\xad\x06\x62\xaa\x79\x92\x06\xf4\x73\x88\xe9\xe4\x49\x1a\x32\xf3\xc6\x88\xe1\xd1\xd9\x3c\xa4\xcf\x9c\x03\xe1\xca\x38\x2d\xd2\x59\x41\x7c\x80\x87\xf7\x8a\x88\x0f\x6c\x7c\x31\x9d\xc4\xf3\xe3\xd3\x74\x7e\xf1\x7b\xf4\xc0\x0c\x61\xb7\x20\x45\x00\xdf\xed\x32\x91\x22\xd8\x70\x16\x48\x3c\xc4\x44\x43\xb1\xae\xe1\x39\x2c\x60\x09\xa0\x0d\x69\xb4\x20\x4c\x80\x62\x72\x83\xcc\x6f\xe6\xfc\x08\x09\x49\xa7\x53\x1a\xcd\xf9\x11\xae\x8c\x63\x57\x82\xcb\xd8\xf1\x1d\x9d\xdb\x63\xeb\x3b\xaf\x3f\x06\x6b\x00\x6d\x1c\x6d\xcf\x13\x7d\xe1\x31\xfa\x84\x97\x3e\xc7\x4b\x50\xbc\xee\x13\x5e\xfa\x9c\x49\x09\xac\xf3\xb3\x4f\x1a\x2d\x18\x0c\x90\x78\xe7\x7c\x8a\x50\x7f\x39\xfa\x42\x6c\xf3\x09\x2f\x7d\x39\xfa\xc2\xe3\xf0\x29\x44\xfd\xe5\x18\x1f\x8f\xc3\x27\xad\xf5\x39\x1f\x2c\xf8\xa6\x97\x89\xc1\xc0\x3e\xb7\xd5\x90\xb8\xe5\x3f\xe5\x8b\x7e\xa1\x7a\x52\xd3\x77\x9c\xb3\xaf\xc4\x77\xb4\x29\x3f\x79\x91\xbe\x50\x2f\xf2\xf4\x7d\x4a\x3f\xfb\x6a\x8c\x81\xfb\xf3\x53\xa8\xf9\x0b\x55\x90\x88\x6d\x3e\xa9\x82\xcf\x9d\xcd\xe0\xdb\x5c\xf6\xb5\xbf\x7c\xb7\x43\xf6\xdb\x83\x9f\xbc\x48\x4e\x74\x70\x65\xa0\xac\x4a\xe6\x7b\x90\x44\x8f\xf6\x75\xad\xad\xdb\x71\xc8\xd4\xf4\x9f\xf2\x5f\x3e\xa7\x52\x82\x02\x79\x62\x45\xb0\xcf\x1d\xd8\xc8\xdc\x67\x9f\x54\xc8\xe7\xf9\x2f\x50\xb0\xee\x53\x6c\xdb\x49\x10\xae\x8c\xe3\x93\x1d\x17\xcc\x07\xc8\xcc\x6c\x12\x83\x81\x39\x83\x41\x31\x9a\x39\x9f\x12\x46\x9d\x94\xa0\x90\x2c\xdc\x44\x36\x60\x4e\x36\x50\x04\x22\x3f\x79\x93\x9d\x5a\xa0\x18\xcf\xec\xa7\xb3\xf7\x5d\x34\x51\xa0\x25\xd0\xd1\x73\x36\x81\x22\x04\xf9\xe9\xe4\x7d\x3b\xbe\xfa\x35\x38\x75\x10\xe6\xbd\xda\x0b\x29\xbd\x6d\xca\xa6\x98\xa9\xb9\xa8\x51\xc4\xdf\x9a\x39\x5d\x11\x67\x6a\xca\x07\x3b\xef\x35\x5e\x04\xf4\xa6\x0e\xc1\xbc\x46\x83\xde\x3d\xb5\xa9\x9b\x7b\xde\x9b\x5b\xcf\x9e\xda\x94\x03\x76\xbe\xde\x0d\x22\xc0\x29\xff\xeb\x8c\xcb\x37\x13\xc9\x4d\x5d\xbe\x33\x2e\x5f\x85\x2d\xa7\x4e\x47\x54\xee\x83\x55\x8d\x36\xc9\x0b\x62\xb3\xc4\xce\xa2\xcf\x73\x56\x4d\x96\xd3\x1f\x82\x7c\x29\x36\x75\x69\xcf\x1a\xbb\x8e\x37\xc9\x54\x6e\xd8\x8c\xcb\x37\xd3\xcd\x3f\x15\xde\x99\x2d\xbe\xa3\x75\x3d\x95\x99\x39\xbd\xea\x0f\x99\xfb\x67\x76\xad\x8e\xa7\x61\x23\xd3\x9a\x98\x4a\xfc\x98\xee\x64\xc5\x4b\xcd\x3e\x15\xde\x99\x9e\x39\x06\x85\x26\xa7\xbc\x23\x51\xee\x0f\xbe\x98\x66\x53\x61\x60\xaf\xee\xbf\x32\xce\x99\x42\xbd\x33\x6e\xd1\x97\x9e\x1a\x95\xfb\xdb\xf4\xca\x25\xbc\xd4\xec\x53\x8e\x54\xaf\xee\x4f\x20\xeb\xa5\x4d\xdd\xa2\xd3\xad\x02\x28\xa4\x39\xe5\x59\x98\xee\x9d\xc4\xab\xed\x22\xef\xc1\x74\xbc\x8d\x97\x60\x66\xea\x1c\x78\xfd\x7b\x02\xb9\x26\x6d\x2a\x2f\x7a\x9e\x18\x1f\x01\xcb\x94\x17\x60\x9e\xf8\x8e\xfb\x65\xc9\xd2\x5f\x4f\x7c\x47\x8f\xcb\x22\x97\x9f\x79\xdd\xfc\x95\xf1\x3b\x1d\xbc\xe5\x61\x52\xbc\xb4\x4c\x97\xbc\x85\x2b\x30\xf5\xcb\x94\xb3\xa5\x93\xb2\xbc\x5c\x8f\xf4\x87\xb6\x64\x24\xaf\x6b\x24\xb7\x52\xff\x1e\x3f\x84\x2d\x99\xd0\xeb\x02\x53\xf1\x1f\x9a\x2a\xdb\x6d\xb9\x67\x0f\x2f\x11\xcb\x52\xf8\x71\xc5\x8d\xf0\x12\x95\x2c\xa5\x29\x78\xb1\xfa\x95\xfd\xe6\x73\xe9\x46\x58\xb1\xaf\x15\x0a\x5d\xd2\xfa\x51\xa1\x8e\x42\x15\xb7\x4c\x63\x0f\x70\xc8\xa7\xd4\x6c\x69\xef\xae\xd0\xfa\x85\xb7\xc5\x92\x25\xbc\x02\x1c\x16\xe6\xb1\x2d\xa5\x30\xac\xd8\xd7\xe4\xb6\xb4\x25\x74\xb8\x9c\xeb\x1b\x7c\x66\xcd\x96\x32\x9a\x96\xa7\x30\xa0\x10\x95\x2c\x05\x0f\xd6\x88\xf1\x51\x3f\xaa\xb2\xdd\xbc\x90\xfd\xca\x1a\x65\x3c\x2b\xeb\x8b\x7e\x52\x43\x2e\x05\x08\xa2\xb2\x1d\x85\xa8\x44\x95\xed\xb6\x66\xfc\x1e\x11\xee\x92\x87\x6e\xf9\xfb\xeb\x50\x28\x74\xc9\xa4\x5d\xf3\xfc\xe3\x0f\x55\xeb\xd9\xd2\x1d\xb4\x02\x00\xf2\xb9\x34\x5b\x3a\x62\xeb\x5a\xb7\xfd\x2f\x2d\xea\x7e\x5a\x71\xfa\x0a\xb5\xe7\x92\x7f\x6e\xed\xe8\x25\xb5\xe7\x52\x40\x73\xed\x18\x1d\x53\xdc\x54\xd7\x6e\x51\xd7\x8e\x42\x1c\xbe\x64\xed\xae\xf3\x67\x9b\xdc\x65\xf2\xff\x7b\xcd\x7b\x2f\x74\x0b\x2d\x25\x3d\x46\xc9\x3b\x58\xff\x67\x2a\x79\xb7\xed\x15\x48\x60\xfd\x9f\x6d\x1d\xe8\xfd\xc4\x86\x60\x90\x74\x2b\xb5\x6a\x3f\xd1\x4d\x1a\xc9\x5b\x87\x7d\x07\xdc\x24\x21\xa6\x6d\xa5\x5d\xed\xe4\x0a\xb2\xf2\x30\xa8\x54\xde\xb6\xe7\x3d\xa0\x52\x59\xab\x54\xde\xbc\x32\x3e\x41\xb5\x81\x5b\x4a\x62\x87\x21\xac\x40\xe8\x56\xd6\xe3\x0e\xb8\xa9\x22\xbf\x2d\x4b\x77\xbf\xd1\x17\xc2\x81\xad\xb4\x2b\xaf\xa8\xbf\x32\x8e\x4f\x61\x03\xaf\xa8\xef\x0a\x39\x6f\x29\xa5\xed\x9e\x3b\x28\x46\xba\x75\xd7\x6e\x4f\x88\x84\x6a\x03\xb7\xf4\xce\xae\xde\x24\xd5\xce\x56\xae\xe4\x8e\x6b\xb8\xbe\x5c\x3d\x5d\xc3\xbb\xc6\xe8\x08\xd4\xb6\x42\xa4\xdb\xc3\xa0\xa8\x3c\x5e\x5b\x36\xf0\x0e\xe0\x4b\x8e\x4d\xdb\x02\xbe\x51\x98\x0f\x85\x56\x77\xfb\x4b\x9b\x5f\xc8\x7e\x1b\x77\x77\x7d\xd7\x11\x32\xb6\x29\x1b\x78\x87\x0d\xac\x72\xc3\x2d\x35\xb7\xe3\x8a\x56\xb9\xe1\xd6\x55\xeb\xb5\xf6\x09\x7c\x80\xcd\x36\x09\x35\x6c\x8f\x98\x4e\x5e\x29\x5b\xce\xb9\x3d\xa2\x4d\x1a\x04\x5b\xce\x39\x2f\xbe\xbf\x32\xce\xa7\xae\xe1\x1d\xd7\xb0\x4a\x11\xb7\x9c\x73\xfb\x8b\xdd\xa9\x35\x92\xa1\xbb\xbf\x68\x53\x27\x45\x0e\xb8\xfd\xc5\x4e\xe2\xd5\xb0\x15\xcf\xdc\x9e\xa5\x0d\x92\x6f\xda\x56\x50\x72\x7b\xd0\x00\x7c\x9c\xcd\xb6\xb2\x2c\x76\x18\xa5\xaa\x37\xdc\x0a\x4a\x6e\x2f\xa3\x82\x02\x9d\xe2\x02\xb0\xed\x59\x16\x68\xda\xd5\x52\x4a\x3b\x0c\x56\x15\x07\x6e\xb9\xe0\x9c\x18\xe0\xca\xf8\x9d\x82\x92\xdb\x83\x06\x68\x84\x27\x47\xda\xe5\x78\x70\x11\x0a\x58\xaa\xea\xdf\xbc\xca\x3f\x41\x41\xc9\x43\x5a\x3d\x3b\x01\x09\x48\x94\x69\x47\x06\xeb\xb9\xc0\x1c\x2f\xb7\xc4\x91\x02\x39\xee\xdf\x87\xea\x06\x8f\xf2\x2f\x4f\x28\x90\xf6\x97\xef\xd4\x95\x1c\x53\x46\xe4\x72\x5e\xb5\x19\xb6\x6c\xa3\xce\x3d\xb2\x65\xcf\x1b\x43\xe7\x36\x3b\x8a\x0b\x9c\x37\x86\x40\xbb\xf3\x28\x2e\x70\xc2\xce\x55\x75\xe0\x51\xb6\x44\xb0\x10\xa0\x71\x9b\x1d\xc5\x24\x4f\xd8\xc0\x8a\x81\x1e\xa1\xfc\xe3\x89\x5a\x68\x44\x27\x47\x99\x14\x41\x43\x00\x72\x76\xda\x51\xbc\x32\x68\x08\xc0\x77\xdb\xec\x08\xb9\x9c\x6b\xcb\x36\x81\x3d\x51\x09\x98\x53\x09\x88\x73\xdc\x8e\x72\x25\x9c\x54\x40\x94\xe3\x76\x64\xac\x3a\x6f\x40\x7b\x35\x5f\x42\xdc\x4e\x1b\xd0\x5e\xde\x43\x47\x00\xe3\x04\xc0\x50\x21\xe2\x11\xc0\x38\xee\x86\x07\x79\x3e\xed\x90\x66\xc3\x8e\x9f\xf4\xa4\x91\xe9\xc0\x9e\xef\xcf\xcf\xb8\xaa\xf2\x4c\x9d\xf0\x4c\xf1\xf5\x38\x13\x1d\x80\x1d\xf7\xa6\x43\xf5\x8b\x47\xd5\x55\xc7\xa3\x8a\xe8\x54\xc6\x67\x6a\x4e\x3c\x3a\x88\x4e\x27\xa7\x4a\xfe\x2d\x4a\xfe\x41\x9a\x4f\x3b\x3a\xb0\x27\x3c\x4c\x9d\xca\xf8\x28\xbd\xe9\x04\x1a\xe8\xf5\x6f\xfa\x7f\x8f\x20\xfe\xf1\x4a\x29\xa8\xbe\xf1\x28\xd0\x77\x4e\x0c\xb1\xe9\x27\x75\xf6\x02\x49\xf0\x31\x3b\xa8\xea\x1f\x4f\xa0\x85\xfe\xd3\xe3\x78\x78\x7b\xe3\x09\x47\x12\x5f\xa4\xc3\x93\xf5\x5d\xb8\xbf\xfb\xef\xf0\xe1\xe1\xe1\xc3\xf3\xc6\xf0\x7f\x54\xde\x78\x98\x10\x80\xc7\x6b\x1d\x40\xf6\x50\x3c\xb4\xa2\xf1\x5c\x00\x50\xf1\xc3\x65\x50\x65\x3f\xa2\xb2\x1f\x8c\xe1\xe2\xa1\x8f\x09\x4f\x58\xd8\x24\x1d\xc5\x53\xd4\x64\xdc\xec\xfd\xa7\xe2\xf1\xd0\xa0\xc0\x53\xa2\x4d\x70\x5a\x78\xb3\xe3\xb9\x37\xbb\x9e\xbd\xc2\x53\xd5\x95\xfa\xe7\x67\xfc\x39\xa6\x03\xe0\xf1\x74\x00\xf0\x71\x3c\x3c\xbc\x85\xf1\x78\xbe\x34\xf8\x02\x1e\x9e\xa6\x21\x78\x48\x0e\xac\xa8\xc4\x63\x1a\x82\x57\x41\xc0\x7e\x86\x01\x1e\x1a\x0d\x78\x3c\x7c\x06\xcb\x9c\x69\xe6\x33\xe2\x89\x9b\xd6\x5e\xb6\x39\xb4\xb2\x71\xfe\xec\xe5\x2a\x0c\xad\x6c\xdc\xb4\xf6\x72\x0c\x9f\x7e\xcf\x9f\x16\x07\xcb\x1b\xf1\x7c\x1a\x43\x1c\x24\x86\x62\xf1\xd0\x91\x84\xc7\x33\x80\xc0\xd2\x47\x3c\x53\xcb\x10\xb7\xa9\x15\xce\x27\x8d\x68\x3c\x71\x00\x49\x56\x8a\x67\x69\x0c\x2b\xe6\xa5\xb2\x9f\x4b\x6d\xc6\x4d\xcb\xd2\x47\x38\x43\xc0\xef\xcf\x18\x7b\xe3\xd8\xb7\xd6\x36\x6e\x53\xd3\x69\x38\xda\xd5\x61\x7c\xb3\xbe\x11\xcf\xd1\xba\xc7\x6d\xca\xfa\x46\x3c\x47\x6d\xc6\xc9\x64\x7d\x23\xc4\x32\x80\x60\x19\x80\xf1\xa4\x88\x49\x00\xc1\x24\x00\xd6\x37\x22\xb1\xf6\x11\x29\xfd\xf9\xdd\x6f\x2f\xa5\xa4\xef\x52\x7c\x07\xc9\xfe\xf2\x5d\xcc\x27\xf7\xae\xa8\x04\x90\x02\xc7\xd3\x6f\x87\x24\x4d\x90\x3c\x7f\x19\x74\xdc\x21\x91\xf2\x0a\x29\x34\x01\x3d\x77\x48\xaf\xfa\x12\x38\x9e\xe1\x5d\x24\xe2\x78\x24\x2f\x7e\x04\x8b\x18\x91\x8a\x7e\x2f\x1c\x63\xc8\xfc\x8e\x69\x3c\x48\xc5\x0d\x42\x1e\x87\x44\xd0\x8d\x54\xa3\x9b\x2f\xa7\xb3\xaa\x9b\xe1\xfb\x22\x7b\x28\x44\x41\x80\x54\x63\x08\x2f\x7f\xae\x6a\x5a\xc2\x2f\xc6\x0a\x47\x24\x1d\xf7\x14\xa0\x9b\x15\x8e\x48\x5d\x53\x1d\x9e\x61\x32\x8b\x22\x11\x58\x23\x79\xee\x21\xb3\x97\x91\x4c\x3b\x22\x70\x35\x83\xc2\x48\xa6\x91\x3b\x25\x2e\xc0\x5d\x9d\xa0\xa1\x23\x66\xac\xf1\x3b\x68\x15\x02\x8f\x93\x90\x14\x09\xea\xca\x88\x55\xe7\x8e\x4f\xc4\xe3\x48\xe3\xbd\xdd\x7c\x25\xd2\x02\x85\x92\x40\xe7\xc8\xc7\x5f\x9a\xf4\x05\xd2\x84\x7d\x1a\x9d\xe7\x43\x83\x81\x5f\xa4\x4f\x93\x19\x68\x1c\x3a\x0b\x9f\x16\x28\xd0\x38\x74\x16\x96\x7a\x79\x55\x02\x18\x0e\x47\x5a\x5a\x03\xcf\xc4\x01\x63\xc2\x48\x4b\x93\x19\x96\x3e\xcb\x1b\x91\x08\xaa\xe1\xdc\x04\xf9\x79\x74\x14\xb6\xda\x3c\x25\x64\x6c\xf3\xa8\x9b\xf7\xa2\xcd\xcf\xc3\x2d\x9d\xf9\x9e\x06\xf2\xf3\xba\xec\x07\x79\x90\xf9\x16\x18\xf2\x3d\xf5\x57\xd6\x28\x1b\x92\xcd\x90\xb1\xcd\xa4\x36\x53\xb4\x49\x35\x9e\x09\xc6\x91\xef\x51\xbf\xb2\x4a\x19\xf7\x74\xce\xd9\x65\x85\xdf\xe9\x38\xe7\x1c\xdf\xfd\x70\x0d\x32\x5f\xf9\x41\x7e\xe3\x3b\xaa\xdc\xac\xcb\x3b\xbf\x31\x67\x3f\x8f\x0b\xb2\x8e\xba\xf3\x18\x5c\x19\xc7\x50\xd4\x66\x89\xf9\xfc\x01\x17\xe4\xa2\x31\x94\x98\x97\xc6\xdf\x2b\x9a\x97\x12\x6d\x12\x2d\x64\xa9\x08\xe7\x31\xc8\x0f\x03\xad\xc8\x55\x73\x56\xe3\xf7\x08\x6a\xb2\x74\x44\xbe\x3a\xe2\xca\xd8\x26\x03\xd7\xc8\x35\xe6\xa5\x73\x0c\xd2\x11\xb9\x25\x97\x71\xeb\x66\xfa\xce\x91\xaf\xd1\x7e\x65\x5c\x77\x1a\xed\xc8\xd7\x30\xbf\x32\xfe\x5e\xd3\xef\xb5\x75\xb7\x35\x41\x4d\x6e\x1a\x5e\x8f\x65\x27\xa8\x11\x19\x02\x72\x8f\x29\xe3\xb6\xce\x5d\x4d\x5e\xb5\x93\x1f\x06\x53\x91\x4d\xcb\x60\x39\x64\x9c\x6a\xd3\x32\xd8\x0a\x19\xdb\x34\x0d\x1d\x3e\xd5\x0c\xa6\x22\x33\x49\x07\x19\x35\x64\x1c\x83\xf4\x4e\x86\x1f\x95\x94\xff\x1e\x4f\x04\xf2\x50\x57\x47\x74\x95\x97\x43\x1e\xea\xce\x17\xdd\x79\x39\xc4\x4f\x2b\xff\xb5\x90\x71\x25\x3e\x75\x67\xc6\x77\xd4\xe4\x99\x56\x00\x9c\x36\xe1\xca\x38\xfc\xf9\x97\xef\x62\x4a\x09\x50\x32\xf3\x07\x91\x57\x0a\x19\x77\xda\xd2\xae\x58\x33\x64\x9c\xee\xad\xef\x76\x8c\x8f\x2a\x39\x6f\x9d\xa4\x1d\xdf\x51\xef\x8a\x64\x01\xce\xa9\x70\x65\xfc\x3d\x81\x90\x7c\x62\x0c\x9d\x63\x38\x1a\x43\x68\xad\xc4\xdd\xfb\x4a\x6b\xbd\x4f\xb4\x49\xc5\xfb\x0a\xa0\xbc\x4e\xb3\x4b\x8f\x13\xde\x07\x12\xfd\xd9\xe4\x6f\xe5\x9d\x90\xe1\xf7\xa7\x1f\xc0\x44\x7c\xf2\x4a\x69\xbd\xa9\x87\x4c\xdf\x4d\xc9\x7c\xaa\x49\xe1\x8a\x37\xab\xcd\x5c\x43\xc6\x6e\x66\xf5\x25\x8f\x90\xb1\xcd\xac\x36\x43\xd9\xf1\x61\x6d\xbc\xb2\x62\xde\x37\x85\xec\xa5\xac\x48\x16\xbf\x97\xf8\x7b\x32\x55\x9c\xfb\xe1\xca\x7e\x53\x2d\x52\x07\x38\xa9\x43\x7e\x58\xa3\x89\x57\xe6\x88\xf3\x3b\x5c\x19\xe7\x45\x0a\xed\xad\x7e\xe2\x49\xfd\x0a\x11\x3e\xe0\xad\x3d\x64\xfc\x4e\xb6\xca\x5b\xa3\xcd\x9f\x37\x11\xaf\x14\xda\xdb\xa2\x4d\x62\xf9\x57\xc0\xe6\xbd\xc0\x26\x3f\x99\x28\x44\x4c\x11\x78\xdb\x09\xd9\xef\x18\xbd\x74\x3d\xe0\xed\x25\x64\xec\x4b\xd7\x76\xe9\xae\x5c\x19\xec\xc4\xcb\x60\x20\xde\x1e\x73\xd6\xd4\x26\x8f\xf4\x6b\xb1\x0e\x54\xf4\xaf\x6c\xa3\xd7\xfc\x48\x67\x1e\x87\xd7\x34\x9f\x16\xbf\xc7\xe3\x20\x8a\x09\xbc\x16\x7b\x89\xd6\xeb\x0b\xad\x7b\x68\xad\x4c\x45\x2f\x1a\x09\xbc\x23\xfa\x42\x33\xf4\x15\x24\x7a\x47\x7c\x07\xb6\xf9\x69\x5e\x3e\x3f\xd2\xaf\xf6\xae\x70\xcf\xfb\xf5\x90\x71\xec\x9f\x7e\xef\xdb\x21\xe3\xef\x4d\xf5\x73\x46\x9b\x89\xeb\x37\xd5\x97\xd9\x42\xc6\xbe\x4c\xed\xa5\xe5\xaa\xee\xcd\x5c\x5b\x61\xa9\x77\xd5\x90\x71\xce\x96\xfa\xb2\xbe\x90\x71\x1d\x96\xf6\xd2\xba\x97\x15\x39\xe4\xf0\x0a\x4b\xbd\x3b\x86\x47\x8d\xfc\xca\xdc\x7a\x03\x4b\xf1\x65\x40\x88\x0f\x02\x6f\x68\x25\xc6\x48\x51\x64\x36\x95\x27\x86\x4e\xed\x59\x98\x23\x88\xf2\x8c\x90\x19\x65\x53\xb2\x68\x93\x78\xa2\x30\xc4\x81\x12\xaa\xe7\x25\x66\x28\x32\x9b\x4a\x9a\x21\x7b\x29\xdb\x92\x45\x9b\x1c\x7b\x21\x0d\x14\x4a\xa8\x25\x3a\xd5\x50\x98\x5b\x88\x92\xfb\x9d\x32\x9e\x5a\xf1\x48\xa0\x84\x56\x7a\xe9\x23\x29\x2c\x11\x43\x09\xad\xf4\x1a\x9b\x7c\xd5\xe4\x1b\x43\x20\x2e\x28\x82\x60\x25\xb4\x12\xc3\xa0\x28\x45\xd3\x59\xde\x90\xb1\x4d\x39\x50\x4a\xf1\x53\x54\x88\x19\x0a\x43\x23\x28\x35\x85\x8c\xdf\x49\x2b\x95\xea\xd3\xc2\x50\x27\x4a\xd3\xb4\x34\x5f\x3e\x86\x2c\x51\xa4\x79\x4a\x1b\x21\x63\x9b\xc2\x3d\x25\x34\x0f\xc9\x47\x51\x98\xb8\x8c\xd2\x5b\xc8\x38\x9f\x32\xc5\x9c\x6e\x22\x3f\x24\x1f\x45\x91\xbd\x55\xac\x84\x8c\x6d\x4a\xbb\x38\xdd\x44\xeb\x9a\x16\x39\x5e\xca\x85\x44\x8d\xe9\xf8\x10\xfd\x04\xca\x55\x25\x4d\x2e\x20\x31\x4c\xa0\x60\x5e\x11\xbd\x3c\x65\xa8\xff\x57\x91\xe8\x65\x19\x14\x61\x1a\xa7\x93\xd0\xc3\x32\x28\xd2\x1d\xe5\x1b\x57\xc4\xe3\x5a\xe4\xaa\x29\x9f\xf7\x50\xf3\x28\x8f\x8b\xf3\x45\x34\x72\x5b\xa1\x08\xb3\x94\xab\x0b\x9a\xd1\x76\x2b\x82\x2c\xce\x24\x91\x1f\x3e\x32\x88\xb2\x34\x53\xeb\xce\x94\xdc\x42\x45\x76\x56\xd9\xde\x7b\x82\xa7\xb2\x75\x54\xaf\x96\x68\x56\xf9\x15\x33\x8b\x51\xb6\xb9\x88\xbf\xb5\xff\xd2\xe0\x71\x11\xbb\x78\xd4\xc5\xe3\x0d\xf2\x86\x29\x47\xd3\x71\x7c\x3a\x88\xa9\x2a\x03\xa6\xa8\x8f\x77\x9e\x77\x48\x15\x8e\xa9\x8f\xcf\x2f\xcf\xbd\x58\x2a\x50\x1f\xef\x06\x6f\x90\x2a\xb3\xcc\x49\x2a\x9a\xf1\xd4\xd7\xa4\xaf\x92\x7f\x65\x7f\x8f\x16\x02\x95\x39\x4b\xa8\xf9\xf3\x2f\x7f\xc3\xae\x32\xcb\xea\xeb\x8b\x06\xf6\x52\x2a\xa1\xbe\x3e\x8f\x34\x80\x45\x51\x81\xfa\xde\xae\xe0\x97\x13\x0d\x51\x50\xa0\x7a\x92\x06\xe9\xac\x50\x85\x44\x9c\x70\xa2\xc9\xd9\x53\x65\x59\xd5\x6b\x59\x35\x96\x00\xa0\x56\x75\xe3\x42\x92\x46\x9e\x2b\xd4\xaa\x06\xab\x37\xc8\xdd\x5d\xa5\x27\xea\xd5\x13\x0d\xbf\x8c\x1d\xd4\xa6\x1e\x5e\x43\xa9\x31\x25\x0c\x55\x18\xa4\x7a\xf8\x83\x19\xfe\xa8\x5d\x5f\x75\xd7\xc7\x45\x4b\xcd\x9c\x0e\xd4\x30\x8e\x8a\xd6\xda\xf4\x9d\xc5\x77\x44\xc8\x95\xd5\x0d\xa8\x66\x21\xe3\x77\x0c\x84\xa2\xa2\x87\x8c\x83\x13\x94\x70\x36\x89\xfc\x30\x4c\x8f\x3a\x34\x5d\xc3\xbf\x63\xb8\x1d\x75\x68\xbe\xbe\x14\x32\x8e\x8f\xf1\x11\xd4\xaf\x86\x8c\x3b\xef\x53\x3f\x3f\xef\x67\xd5\xf2\x08\x4a\xd4\x80\x12\x55\xeb\x23\x28\x51\x67\xb4\x49\x17\x5e\x95\xf5\x53\xa7\x2b\x64\x86\xe9\x21\xea\x09\xd4\xf5\x86\x8c\x6d\x2e\xf5\x25\xa0\x04\xeb\x95\x51\x99\x22\x88\xba\x7d\x5e\xc8\xb7\x8b\x2a\xd7\x6d\xdd\x25\x64\x3c\x74\x5b\x73\x16\x38\x43\x17\x6a\x3d\x5a\x87\xd3\xfe\xf1\x47\xed\x3f\x86\x05\x34\x16\x3a\xa1\x5d\xe4\x50\x15\xe2\x68\xf2\xbc\xb4\x7b\xd8\x2b\xdf\x47\x43\x13\x58\x70\xba\x88\xaa\x20\x46\x63\xad\x01\xda\x85\x0d\x55\x81\x0a\xb1\x40\xa0\x65\xbf\x4b\x49\xfb\x8b\xc6\x60\x26\x5a\xdc\xf9\x64\x48\x45\xd3\x9d\xdf\xde\x98\x12\xa2\xea\x26\x0f\x6b\x7b\x47\xc8\x38\x36\x9d\xd5\x56\x62\x79\x88\x9c\x9b\x02\x1c\x2d\x2c\x8a\xaa\x39\xd1\x69\x6d\x61\x51\xb0\x6c\x1a\x4d\x16\x45\x0b\x8b\x82\xb5\xd1\x68\x4d\xb3\xd2\x5a\xc8\xd8\xa6\xac\x86\x16\x77\x37\x63\xfb\x68\x5d\x6d\xf6\x19\x32\xce\x59\xd7\x18\xe2\x7e\x66\xfc\x1e\x0d\x1a\x03\x7c\x0c\x7c\x3c\x13\x4d\xfe\x05\x67\x6c\xb8\xb2\xdf\x56\x69\x43\x73\x3d\xbc\x2f\x8d\x3e\x8b\xa6\x6b\xb3\xf9\xab\x39\x95\x81\x8a\xa6\x20\x86\x13\x2f\xe4\x87\x61\x78\xb4\xa9\xbd\x12\x3e\x82\x46\x2f\x5d\xd3\x9d\xda\xc2\x0f\xc0\xf7\x31\xd1\x74\xa9\xb6\xb8\x54\xf9\x3e\x26\x9a\x4e\x49\x5b\x16\x32\x0e\x61\x69\x78\x2b\x86\xf0\x4b\x61\x45\xd3\xb5\xda\xe2\x24\x30\xb4\x8f\x26\xff\x41\xdb\x3b\x64\x1c\x83\x02\x1c\xce\xc1\x90\x9f\x46\xa3\xaf\x1d\xb5\x19\xbe\x05\xd6\x29\xa3\xe9\x6a\x75\xe6\x85\x2b\xfb\xb5\xd9\xe5\x3f\xe8\xe1\xf5\x6c\xdc\x9e\x5d\xe7\xab\x87\x67\x93\x75\xca\xe8\x7c\x5f\x0b\x3d\xe5\x90\x55\xca\x8a\x64\xd1\x97\x5f\xbe\x00\xba\x82\x1f\x3d\xc5\x3a\x10\xc5\x8b\xb1\x01\x4e\xd0\x70\x65\xec\xa7\xbc\x9e\x3d\x8e\x26\x09\x83\xd1\x75\x34\x7b\x8e\x7e\x9a\xbe\xdb\x92\xc5\x3a\x10\x8e\x77\x85\x3a\x7b\xc0\xf1\xf6\xcb\x8c\x45\x7f\x35\xf6\xf0\x88\xb2\xf6\x19\x5d\xf1\xcc\x5e\x62\x1d\xe8\x04\xe9\x82\xe3\x3d\x3c\xa2\x8c\xfb\xa3\xb3\x5c\x07\x3d\xe0\x38\x99\x86\xd1\xab\xe6\xac\xfa\x9c\x75\x1a\x84\xbd\x6a\xce\xaa\x85\xac\x53\x36\x25\x5b\x21\x63\x5f\xe4\xd9\xec\xcd\xf7\x2e\x6b\x9f\xd1\x05\xe3\x9d\xbc\xe1\xca\x38\x9f\x0a\x84\xf6\x9e\x43\xc6\x7e\xca\x49\xd0\x03\xaa\xf7\x57\x32\xee\xf9\x1e\xaa\x80\xd1\x78\x88\x96\x01\x4e\xbd\x70\x65\xec\xa7\xd4\x84\x53\x2f\x74\x1d\xdb\xae\x0b\xba\xc7\x05\xcd\x37\x37\xd1\x75\x41\xf7\xf0\x50\x32\xa2\x8e\x2e\x17\x64\x0f\x17\x64\xd7\x16\x94\x1f\xa0\x87\x1f\xa0\x6b\x0b\x2a\xb6\xea\xcc\x0b\x57\xc6\x29\x53\x6c\xa4\xc7\xc5\xde\x09\x1b\xfb\xa7\x7e\x7e\xbe\x5d\x14\x51\x17\xf3\x02\x7a\x5c\xde\x0a\x7f\x77\x5d\xde\x3d\x2e\x6f\x85\xb8\xfb\x54\x5f\x66\x2c\xbb\xb6\xa0\x2e\xf6\xbe\xa2\x4d\x6d\x41\xc5\x5d\x7b\xa8\x25\x19\x38\x5d\x01\x97\x1e\x17\xbb\x2c\x9c\xae\x8b\xbd\xef\x1a\xb2\xbf\xf7\x3a\x06\xba\x62\x2e\x7d\x5f\xb4\x97\xb5\xd1\x64\x0d\xf4\xe3\x3d\x55\x04\x5c\xe4\x0a\xe8\x67\x87\xec\xb7\xb1\x8d\xd4\x2e\x70\x22\x04\x48\x4f\x98\xf4\x8b\x25\xd7\x13\x56\x24\x83\x64\x31\x40\x46\x4e\x4c\xd8\xde\xf2\x13\xb2\xdf\x84\x1a\x6b\x72\x60\xd9\xf5\x20\xf9\x7d\x61\x4a\xa5\xb0\xd0\x2f\x46\x3f\xb1\x49\xbf\x58\xe8\x17\x59\x3b\x26\xd8\x6f\x11\x71\x91\xb9\x63\x72\x42\x5a\xc0\x02\x12\xf5\xc2\x04\xfc\x2d\x9c\x90\x0a\x64\x8b\x3f\x01\x56\x62\x7c\xdc\x84\xc6\x7c\x24\x38\x7f\x42\x7e\xf8\xb2\x26\xc4\x9f\x00\x0b\xc8\xa0\x80\xb4\x49\x87\x58\xe8\x10\x56\x98\xc0\x14\x39\xb1\x88\x9c\xc8\x76\x31\xe9\x17\x0b\xfd\x22\xe3\xc5\x98\xd5\x0d\x0b\x37\x81\x02\xd9\x26\xa8\x61\xcd\x97\x1d\x74\x59\x98\xec\x76\xbb\x76\x7b\x4f\x5a\x5a\x19\xe7\x4e\x83\xa0\x57\xd5\x60\x4a\xa5\xb0\xab\x0a\x7a\xd2\xc2\x4a\x13\xd8\x70\xb6\x22\x9a\xb7\xe2\x47\x80\x5d\x08\xd2\x93\x96\x7c\x68\x79\x86\x4f\x89\x6c\x25\x51\x27\xc0\x2e\x3a\x01\x5f\x6d\x81\x7d\xda\x99\x81\xef\xf9\x88\x27\x4c\xf8\xde\x99\x13\xf2\x83\xbf\x7c\xa7\x19\x09\xe4\x42\x4e\x60\x98\xa2\x1b\xce\x80\x90\x1f\xd9\x4b\x36\xb5\x3a\xe1\x2a\x54\xec\xdb\x84\xef\xed\x82\x18\xbd\xa3\x0e\x91\x23\xc0\xc9\x11\xf2\xc3\x4a\x19\x98\xbc\x88\xce\x93\xd0\xaa\xf6\x89\x9c\x88\xb6\xa2\x27\x5a\x01\x21\x7f\x8b\x88\xac\xa2\xe9\x26\xed\x60\x17\xde\x40\x51\x26\x13\xa4\xb1\x80\x34\xd0\xd1\x92\x51\x60\x11\x12\x21\x5d\x30\x44\x8d\x00\x84\x83\x91\x94\xc0\x80\xdc\x05\xce\x84\x70\x65\x46\xd9\x96\xcc\x8f\xab\xf2\x86\x44\x7f\x00\x84\x83\x91\x05\xd1\x80\xd4\x0a\xd2\x08\x19\xdb\x54\xdc\x03\x11\xc8\x25\x27\x30\x20\x48\x83\x50\x39\x2c\x96\x86\x68\x13\x80\x1c\xbf\x47\x48\x03\x79\x18\x11\xd6\x06\x88\xaa\x21\x6b\x03\x11\xe4\x25\x27\x30\xa0\xb8\x07\x42\xe5\x80\xc7\x0e\x2c\x74\x02\xde\x3b\x9f\xe9\xe1\xb1\x83\x3c\x8c\xce\xa0\x70\x65\x9d\x32\xcd\xa7\x43\x9a\xf4\xf0\x2c\x88\x36\x01\x28\xe3\x2e\x2d\x51\x35\xe4\x7c\x84\xc7\x78\x13\x39\x81\x01\xc5\x71\x51\xa3\x2b\xdc\x12\x90\xc6\x71\x72\x85\x9c\x14\x87\x17\xa3\x02\xd0\xe6\x3f\xfe\xa8\x02\xa4\x90\x7b\x00\x1e\xbd\x48\xa4\x04\x06\x4c\x33\x6d\x6f\xc8\xd8\xa4\xa2\x09\xb8\x38\xa4\x0a\x73\x42\x29\x1b\xce\x61\x50\x9b\xd6\x5c\xba\x08\x17\x4e\xdc\x16\x39\x00\x39\x07\x9c\xb1\x20\xa7\x87\x7a\x05\xd2\x2b\x18\x31\x70\xc2\x74\xc8\x8d\xe8\x8c\x05\x57\xc6\x75\x15\xbe\xc0\xfc\x53\xc6\xbe\xc8\xec\x81\x1b\xf9\x49\xc1\x74\xe8\xa4\x3b\x87\x40\x4e\x0f\xc3\x83\xd0\x91\x75\x2e\x80\x9c\x1e\xaa\x7d\xe8\xd6\x76\x2e\x80\x9c\x12\x1d\x1c\x50\x18\x13\x7e\x6b\x27\x52\xf4\x62\xc8\x9c\x70\x2e\x80\x9c\xf8\x2c\x1a\x86\xce\xe5\x70\x73\x22\xb1\x74\x17\x43\xe6\xc4\x70\x93\x21\xb1\x3c\x17\x43\x26\xc3\x48\xe6\x32\xae\xde\x90\xe3\x7f\x78\xec\x30\xb1\x74\x17\x43\xd7\xef\x78\xa3\x4d\xce\xe7\xd0\xf5\xeb\xd5\xf8\x39\x25\x66\xe3\x8c\xc2\x79\x19\xa5\xfc\xe3\x0f\x90\x52\x15\x43\x47\xc1\x6b\xef\xef\x67\xfc\x39\x52\xbf\x62\x94\x18\x1e\x97\x61\x54\x0d\xaf\xc6\xb4\xd0\x8b\x31\x74\x16\xbc\x2e\xff\xca\x40\xd9\x94\x2c\xa6\x9a\xb0\x72\x34\xb5\x19\xe7\x24\x51\x7d\x0c\xa1\xfb\xd1\xa2\x4d\x6a\xf1\x21\x04\xef\x05\xf7\xed\xa1\x5f\x54\x75\xf3\x18\x96\xae\x88\x8a\x6c\x30\x8f\x18\x5e\x25\x9f\x13\xf9\x79\x31\xa0\x45\xbf\x47\xa6\xb1\x54\x1d\x43\x19\x06\x03\xb1\x06\x8c\x25\xab\x34\x1e\x5e\x1a\xdf\x58\xc5\x8e\xc1\x22\x04\x8c\xf1\xb8\x88\xd3\xa5\x9c\xa7\x31\xfc\xc7\xd4\x0f\x1d\xae\x31\xbc\x8f\x0a\x40\x0f\xe5\x16\x78\xcd\xfc\x95\xb1\x23\xba\x7d\xc7\xe7\x07\x28\xff\x5d\xe0\x3b\xa6\xf6\xca\x2c\xf1\x29\xc7\x3e\xb5\x08\x73\x84\x8c\x1b\x49\x79\x93\x63\xce\x6b\xf2\x14\x8e\x42\xd0\x7e\xcc\x18\x05\x63\x06\x43\x97\xf3\x58\x7f\xca\x38\x8a\xad\x11\xee\x18\xa1\x8e\x89\xbc\xf5\x5e\x35\x7f\x65\xec\x8a\xae\xe0\x71\xfc\x78\x91\x0a\x18\x43\x9e\x83\x71\x62\x66\x78\x3d\x7f\xba\x82\x3f\xbf\x82\x93\x42\xc9\x9f\x62\x7c\xdf\x13\x7d\xe1\xf1\xfa\xe4\xb2\xff\x42\x0d\x64\x26\xbb\x7d\x52\x03\x5f\x8a\x36\x79\x75\x7f\xba\x9e\xbf\xe4\x7b\x5a\xa1\xe4\x8f\xb4\xaf\xf0\xc2\xfb\x2b\x63\x5f\xb2\xda\xcc\x7e\x4e\x32\xcf\xd0\x27\x9f\xfd\xe7\xd7\x6c\x52\xb8\xf8\x93\x77\xc0\x0b\xe8\x73\x62\xdd\x2c\x3e\xb2\x9f\xe1\x2b\x4f\xc8\x7e\x67\x56\x55\xf3\xf8\x42\x0f\x28\x5c\xfc\xc9\x03\xff\xb9\x53\x2f\xf1\x35\x50\x7c\x42\xe8\x9f\x23\xf4\xf4\xd2\x34\xfb\x94\xff\xe8\x95\xf1\x57\xc6\x36\xbb\xc6\xd7\xa3\xcd\x57\x32\xb5\xe9\x41\xb7\xc4\x57\x3d\xa1\xca\x78\x7c\xe6\x63\x78\x09\xb5\x3f\xf9\xd3\xbd\xc2\x3d\xa7\x97\x57\xd8\xa7\x5b\xf1\x83\xaf\x03\x69\x74\xf1\xe9\x48\x7f\x88\xb1\x6b\xfd\x74\xa6\xbf\x11\xdf\x51\x3f\x7e\xba\xfa\xbe\x38\x81\xac\x60\x80\x6a\xdc\xf1\xcd\x18\x83\xe6\x5a\xc7\xe8\x73\x1f\x76\x2a\x34\x75\x3f\x79\xe7\xbe\xe5\xeb\x57\x92\x64\xbc\xde\xbc\xcc\x3d\x27\x61\x78\x3d\x8c\x0f\x7f\x18\xff\xca\x38\x9f\x42\xb2\xfe\x10\x3e\x3a\xd5\xea\xc7\x5a\x1e\xf8\x3b\xf8\xf7\x33\xca\x58\x52\x80\xef\x44\x37\xe9\x60\xfc\x84\x72\xbf\x33\x43\xf6\xfb\xb9\xa9\x23\x36\x3d\xed\x30\x15\x1e\xcd\x29\xe7\xdc\x8c\x63\x54\x98\xdd\x33\x85\x72\xe7\x13\x7d\xa1\xaf\x5a\x05\xf9\xf0\x02\xfc\x2b\xfb\xf5\x73\x2a\x1c\x3e\x3d\xed\x30\x15\xfa\x9c\xa7\xc2\xe1\x33\x47\x5f\x88\x9c\x55\xae\x0f\x7f\x07\xff\xca\xf8\x7b\x32\x90\xe7\x1b\x53\xcd\xa3\x39\x59\xb0\x83\x19\xb7\x30\x19\x68\x31\xe5\x64\xf3\x37\xf2\xaf\xec\x77\x34\xa7\xae\xe1\x19\x88\x54\xa1\x19\x95\xe5\xc3\x2b\xed\xaf\x8c\x6d\xca\x37\x3e\xab\xf7\x53\xa1\x99\xa9\xeb\x74\xba\x6f\x3c\xb1\x4a\x12\x53\xc6\xac\x57\xd3\xe7\x44\xba\x58\x4c\xc5\xbc\xbd\x84\x3e\x27\x85\x58\xa6\x1c\x62\xfe\x08\x7e\x4e\x0a\x95\xa8\x84\x1e\x5e\x42\x7f\x65\x6c\x53\x71\x6d\x2f\xa1\xd7\x2b\x82\x98\xa6\x21\xb8\x1f\x2d\xf1\x1d\x3a\x4c\x41\xd9\xe9\x7e\x34\x3e\x22\x88\xa9\x7b\xd8\xeb\xec\x3b\x0b\xfe\x30\xa1\xc9\x8c\xf3\x5c\xb5\xc9\x04\x73\xfd\x99\xfd\x5e\x89\x15\xa6\x4c\x6e\xaf\xc0\xef\x55\xcb\x2a\xbb\xda\x1f\xd9\xef\xb2\x3c\x55\x90\x0f\x2f\xc8\xef\x95\xae\xb0\x29\xf7\xda\xbc\xa6\x72\xaf\x54\xb7\x7a\x45\x1f\xf1\x52\x3e\x4b\xfd\x30\xe5\x5c\xf3\x87\xf1\x73\xaa\x04\xd4\x53\xce\xb5\x39\x6f\x8b\x64\x51\xc5\x54\x84\x7d\xce\x18\xb4\x4e\x81\x42\x05\x4e\x0c\xa0\x77\x0c\x31\x65\x53\xcf\xf5\xe7\xaf\xb1\x27\x8a\x14\xcc\x75\xa7\xb8\x51\x45\x4f\xa9\x22\xa7\x13\xd0\x33\x86\xd0\xd3\xfb\xf0\xa7\xf7\x73\xaa\xd4\xa6\x53\xf6\xf6\xbc\xf6\x76\x6f\x54\x52\x53\x29\x88\xfe\x40\xff\xfd\x8c\x63\x13\xae\x9f\x3b\x76\x16\x5d\xf3\x53\x41\x38\xe7\x31\xb8\x32\x76\x45\xca\x6d\xee\xe8\x8a\xf6\xcf\xd6\xba\x9d\x18\xb8\x4e\xbf\xbc\x78\x33\x40\x82\xa2\x4a\x22\x36\xc0\x0a\x20\xc0\xca\x4f\x2c\x69\xb0\x95\xa2\x9f\x84\x72\x4b\x79\x86\x4e\x5e\x90\x13\x59\x6e\xb1\x74\xa1\xaf\xd0\x52\xac\xe0\xc4\x52\x1d\xc4\xf2\x84\x9e\xa4\xc8\xd1\x92\x4d\xbd\xf2\x0e\x19\xfb\x29\x5b\x61\xc5\x65\x4f\xaa\x5a\x2c\x69\x29\x7f\xce\x3f\x27\x85\x79\x96\xec\xe6\xe5\xa1\x80\xa4\x30\xcf\x92\x1d\xb1\xc2\x00\x6e\xbc\x60\x97\xdc\xfd\x2b\x0c\xe0\x46\x0d\xbd\x14\x70\xf7\x57\xff\x73\x92\x95\xbb\xf8\xde\x22\x56\x00\xfb\x46\xbf\xc7\x92\x5b\x6d\x05\x48\x60\x29\x26\x96\x40\x82\xf3\x26\x5c\x19\xc7\xa0\xcc\x1c\xe7\x3f\xb8\xb2\xbf\x57\xf0\x06\xbd\xe8\x0f\xa7\x40\xc8\x89\x15\x90\xd0\xab\xfd\x58\xee\xba\x4f\x9d\xe7\x68\x09\x27\xac\x30\x9f\x3b\x53\xe3\x96\xcc\xe7\x35\x7c\x8b\x2a\x6a\xb1\x86\x7e\x2f\x10\x7e\xd7\x32\x49\x7f\xac\xcf\x2f\x59\xbe\x8f\x08\xbd\xe8\x8f\xf5\x8d\x90\x71\xda\x84\xfe\x57\x60\x8f\xae\x65\x9a\xfa\x2e\xce\x7b\x27\x4e\x5f\x72\xb3\x3b\x97\x41\x4e\x2c\xf6\xc3\x5a\x1a\x5f\x1c\xc1\xce\xe3\xb9\x84\xc5\x9d\x89\x20\x27\x45\xb4\xc5\x44\x80\xe5\xee\xb0\xa4\x30\xc2\x52\x84\xcf\x49\x09\xae\x4c\xdf\xe9\xf7\xe2\x08\x0a\x98\x88\x8a\x00\xfb\xf1\xad\xa6\x0a\x3b\xd1\x0d\x60\xc7\x11\x34\x5e\x88\x5b\x47\x70\x07\xde\x36\xae\x91\x5e\xd1\xc7\xce\x9e\xdd\x41\x2d\xb2\x65\x59\xef\x7b\x92\x9a\x0a\x48\x44\x0c\x00\x27\x06\xc8\x89\x6f\x04\x42\xc5\xff\xf0\xe2\xff\x26\x1f\xda\xd6\x6d\xbf\x9d\x57\x84\xcf\x6a\x61\xcb\xe6\xde\xc5\xfb\xa1\x61\x0b\x6a\xef\x30\xb9\x15\x5b\x50\x0d\x3f\x76\xf5\xcf\x68\x5e\xea\x6d\x7d\x78\x79\x7f\x4e\x2a\xbc\xdb\xb2\xaa\x77\xe4\xb4\x70\xb3\x6f\xa1\x80\xed\xd1\xf3\xc4\x27\x07\xb1\xbb\x3e\xeb\xbe\xa1\x95\x7c\xb5\x65\x71\xfb\xf3\xf9\x57\xd6\x28\x7b\x25\x6b\x21\x63\x9b\x4a\x6a\xd9\x8e\x10\x9a\x66\x59\x08\x61\x07\x42\x50\xd6\xd6\x96\x77\x7d\x23\x7e\x8e\x6a\x67\xeb\xbc\x6e\xc4\xcf\xd1\x66\xdb\xd0\x7a\x07\xae\x57\x49\xde\x1e\x1a\x42\x9c\x65\x23\x68\x14\x29\x00\x76\x9c\x65\x95\xdd\x6d\x9d\xe5\x1d\x67\x59\x65\x77\x22\x05\xc0\x8e\xb3\xac\xb2\xbb\xad\x94\xba\xed\xe9\xb8\x49\x65\x77\x5b\xe9\xb8\x3b\xce\xb9\xa2\x1c\x5b\xe7\x7c\x5f\xd0\xd0\xa5\x1d\xb7\x2a\x23\xf7\x8c\x9f\xa3\x2b\x62\x4b\x05\xec\x19\x43\xe0\x2d\xb5\x85\x14\xb6\x27\x15\x24\x05\x39\xb6\x32\x75\x77\x98\x26\x0a\x72\x88\x67\x00\x3b\xbc\x72\xca\xdf\xda\x32\xf1\x77\x98\x2d\xa0\xda\xdc\x52\x2b\x3b\x00\x01\xe1\xf2\xd6\xa5\xbf\x43\xe3\x80\xd6\xe3\x56\x4e\xc1\x0e\x8d\x43\x7e\x57\x6c\x69\x9c\x1d\x1a\x47\x05\x80\x5b\xa6\xc9\x3e\xbe\x23\x14\xb1\xd8\xd2\x38\xfb\x9a\x2d\xad\x73\x4f\x8b\x9d\x00\xc7\xfd\xef\x49\xb9\x5f\x87\x1c\x26\x38\x61\xe0\x83\xa8\xf7\xc8\x97\x77\xc2\x32\x51\xb1\xde\x51\x66\x8e\xb3\x0a\x5c\x99\x51\xb6\x24\x8b\xe1\x11\xcb\x89\x66\x00\xe7\x8d\x21\x50\x49\x1f\x19\xf1\xe7\xde\xeb\xbd\x33\x39\xe5\xc8\xf8\x38\x25\x16\x8f\x7b\xfa\x28\xc2\x7f\xc2\x07\xa8\x30\xc1\xe1\x83\xad\x38\x25\xba\x42\x28\x24\x46\x00\x9c\x1a\xd3\x42\x3d\x76\xa4\x90\x4e\xc0\x01\x29\xb2\x53\xd5\xcd\xf0\x01\x92\x53\x15\x47\x59\x76\xc7\x6b\x97\x12\xa8\xdb\x8f\x7c\xe5\x27\xa0\x02\x68\x08\x1d\x41\x85\x13\x70\x40\xaa\xec\x08\x0e\x38\x05\x41\xce\xaa\xad\x3b\xf2\x19\x1c\x37\x68\xb2\xc2\x04\x22\x21\x80\x93\x10\xe4\x4c\x4e\x55\x1c\x19\x34\xe7\xea\xa4\xae\xb4\xb0\xa3\x9a\x49\x27\x28\xb8\x9f\x71\x47\x28\x31\xe0\x78\xfe\x50\xe6\xd3\x81\x38\x32\x5b\xce\xd5\x4e\x39\xf3\xe9\x40\x1c\xe5\x16\x1d\x44\x37\xb5\x03\x15\x0f\x74\x66\x83\x2b\xe3\xef\x49\xb5\x38\x5b\x41\xce\xcf\x6f\xd9\xc7\xc3\x5d\x3d\xfc\x2d\xf2\x8c\xe7\x87\xbc\x86\xaa\x84\x47\x94\x15\x82\x19\xfb\x23\x4b\x16\xc5\x3b\x4a\xbd\x1f\xaf\x64\x91\x42\x0f\x26\xfa\x0e\xa5\xd0\x0f\xcf\x65\x7e\x9f\xe7\x87\x9c\x47\x81\x64\xb3\x5d\x59\xfe\x85\x5d\x76\xa7\xa3\x76\xf7\x3b\x67\x34\xf4\xb6\x5e\xb1\xd8\x9e\x56\x41\x2e\x95\xdd\x09\x49\xb6\xbf\x85\x90\x54\xfe\xb7\x8d\x99\x74\x3b\x82\xbc\x99\x9c\xaf\x67\x10\x3e\x9c\xf1\xc4\xda\xfd\xfa\x7f\x06\xab\x88\xce\x48\xf1\xdd\xef\xa4\x9f\xc1\xa8\xd8\x19\xee\x92\xcb\x8c\x9e\x9c\x91\xf5\x5d\xfe\xf3\xf7\xd8\x26\x03\xf1\xc7\xe9\x7e\xaf\xec\xcf\x35\x38\x5b\xbf\xe7\xc8\x85\xb3\x7c\x36\xe3\x07\x67\x27\xfb\xcb\xb8\xcf\x7e\xf5\xcd\x5b\xfe\xf1\x47\x7b\xfe\x4f\xaa\xb3\xf2\x7f\x83\xbd\x67\xb3\x94\xf2\x38\x11\x12\x19\x72\xce\x7e\xf5\x5b\xaf\xff\x16\x7b\x41\x5c\x74\x1c\x17\x31\xbb\xee\x08\x16\x1d\x87\x45\x7c\x6e\xff\x6c\x6a\xa8\xe3\xc4\x49\xcc\xba\x3b\x9b\x0a\xea\xec\x6b\x82\x54\xe3\x37\x04\x52\x67\x97\x72\x25\x46\x89\x7a\xe0\x24\x6c\x0f\x1f\xd4\x3c\x9b\xf6\xc8\xd9\xce\x16\xfc\x3c\xaf\x64\xfa\xce\xdf\x8e\x7a\xc8\x24\x7c\x36\x3d\x23\x27\x98\x8b\x54\x70\x7a\x0e\x5f\xf4\x3e\xc7\x53\xcb\x7e\x56\xcc\x39\x2c\xa7\x3d\xae\xdd\xf8\xa6\xdb\x11\x31\xc7\x09\x62\x8e\x66\xff\xfb\x8a\xdc\xff\xf9\xf7\xf1\xcf\xff\xe7\xff\xfb\xff\xc7\x3f\xff\xc7\xf8\xf7\xfd\xc7\xfc\xef\x7f\xfd\x6b\xff\xc7\x7f\xad\x7f\x9b\xff\xf5\xc7\xff\x7b\xff\xf5\x8f\xb5\xcf\xbf\xfd\xc7\xfe\xd7\xfe\x9f\xff\xf9\xdf\xff\x9a\xfb\x8f\x7f\xfe\xe7\x3f\xef\x57\xfe\xdf\xff\x0a\x00\x00\xff\xff\x6a\xcb\x90\xcd\xbb\x0d\x04\x00"); -func _ac ()([]byte ,error ){return _c (_gec ,"78-V")};func _cag ()([]byte ,error ){return _c (_bab ,"Adobe-Japan1-2")};func _cdca ()([]byte ,error ){return _c (_ffbd ,"HKgccs-B5-V")};var _bfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\xc1\x8e\xdb\x20\x10\x40\xef\xfe\x8a\x39\x6e\x0f\x5b\x1b\xdb\xc0\x46\xaa\x2c\xb5\x49\xa5\xfa\xb0\xdb\xaa\xd9\xa6\x95\xaa\x1e\x08\x4c\x52\xa4\x1a\x23\x6c\x1f\xf2\xf7\xd5\x0c\x4e\xb2\x07\x6b\x98\x07\xbc\x19\x0c\xe5\xb6\xdf\xf5\xc1\xcf\x50\x7e\x4b\xa3\xdd\xe3\x0c\x27\x1f\x5c\xc2\x69\x5c\x92\x45\x38\xe2\xd9\x87\xa2\x10\x35\x38\x6f\xe7\x6b\xca\xc1\x0e\x26\x16\x45\xf9\xf9\x15\xc3\x30\x3d\x7e\x92\x8f\x5f\x60\x99\x70\xa5\xdb\x7e\xb7\xbf\x4c\x33\x0e\x7d\x38\x8d\xd0\xe4\xdd\x6e\x89\xab\x01\xa0\xfc\x8e\x67\x3f\xcd\xe9\x02\x0f\x1f\xdd\x78\xc4\x77\xe0\xf0\x44\xfc\x6b\x72\x98\x7c\x38\xc3\xc3\xf6\x65\x2f\x6e\x78\xbf\xc4\xf8\x0f\x07\x0c\x33\x54\xcc\x30\x38\x8e\x45\xb9\x7d\x36\xf1\xc5\x0c\x08\x6f\x7a\x39\xf0\x1c\x4f\x1d\x30\x4d\x7e\x0c\x20\xaa\xf7\x55\x25\xef\xfc\xf5\x12\x11\xc4\xea\xf8\xf5\xa3\xdf\xc1\x6f\x01\xa2\x82\x5a\xca\x8d\xfe\xb3\xf2\x9f\xcf\xa3\xbb\xad\x52\xb9\x7b\xeb\x9d\xfd\x6b\x52\xf1\xc1\x88\xf6\xd8\x81\x68\x54\xab\x38\xb1\x1d\x88\x6a\x43\x43\xa9\x3a\x68\x44\xcd\xc3\xa7\x0e\x44\x9d\x87\x86\x56\xeb\xb6\xe1\xc4\xe6\x44\xd2\x49\xae\x4a\xfa\xd1\xd7\x1a\xc9\x84\x33\xf2\x4a\xd7\x01\x05\xa4\x0d\x15\x11\x25\x98\xa8\x9a\x48\xcb\x44\x66\xa2\x88\x3c\x31\xd9\x64\x42\x35\x5b\x2e\xaf\xb2\x47\x91\x27\x77\xac\xb3\x47\x93\x47\xb2\x59\x67\x8f\x26\x8f\x64\xb3\xce\x1e\x4d\x1e\xc9\x66\x9d\x3d\xfa\xde\x8f\xc9\x1e\x73\xef\xc7\x34\x99\xb4\x6b\x3f\x56\x61\xdb\x01\x05\x49\xd5\xab\x8d\x5e\x8f\x9d\x4f\xc9\x09\xbd\x9c\xdb\x5d\xda\x25\x25\x0c\x33\xbf\x1b\xbe\x2e\xba\x02\x1f\xf0\xf6\x32\xe3\x18\x69\x17\x7f\xff\x03\x00\x00\xff\xff\xfc\xb5\x10\xb6\xc5\x02\x00\x00"); -func _cce ()(*asset ,error ){_fcg ,_agae :=_fff ();if _agae !=nil {return nil ,_agae ;};_ddg :=bindataFileInfo {_dae :"90pv-RKSJ-V",_fb :1381,_ae :_be .FileMode (436),_g :_a .Unix (1580491056,0)};_fca :=&asset {_dd :_fcg ,_ef :_ddg };return _fca ,nil ; -};func _ffa ()(*asset ,error ){_cdg ,_fcc :=_agd ();if _fcc !=nil {return nil ,_fcc ;};_bcf :=bindataFileInfo {_dae :"Adobe-Japan1-7",_fb :2201,_ae :_be .FileMode (436),_g :_a .Unix (1580491344,0)};_acbf :=&asset {_dd :_cdg ,_ef :_bcf };return _acbf ,nil ; -};func _caa ()([]byte ,error ){return _c (_aed ,"B5pc-V")};var _edae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x53\x4d\x6b\xdb\x40\x10\xbd\xcf\xaf\x98\x63\x7a\x68\xbd\x1f\x96\x76\x05\x83\xa0\xc4\x04\x5c\x48\x13\xea\xa6\x29\x94\x1e\x64\xed\xc8\x08\xe2\x95\x90\xe4\x83\xff\x7d\x99\xb1\xe3\x42\x0e\x1e\xf9\xed\x7b\x6f\xfd\x66\x34\x5e\xdd\x6f\x37\xdb\xdc\x2f\xb8\x7a\x9e\x86\x76\xc7\x0b\x76\x7d\x4e\x13\xcf\xc3\x69\x6a\x19\xf7\x7c\xe8\x33\x80\x75\x98\xfa\x76\x79\x87\xfa\x68\x8f\xcd\x08\x20\xfe\xdd\x79\x5e\xf8\xb8\xcd\xdd\x80\xfe\xa2\x4b\xa7\xf1\xaa\x45\x5c\xfd\xe0\x43\x3f\x2f\xd3\x19\xef\xbe\xa6\x61\xcf\x9f\x30\x71\x27\xe7\x4f\x53\xe2\xa9\xcf\x07\xbc\xfb\xd6\x8c\x4d\xb6\x37\x62\x77\x1a\xc7\x37\x3e\x72\x5e\xd0\xe8\x19\xe7\xa4\x4f\x58\xdd\x3f\x36\xe3\xf7\xe6\xc8\xb8\x7a\x7d\xfe\xbc\x3b\x1f\xf7\xc3\x9b\x32\x4a\xfc\xe2\x69\xee\x87\x8c\xd6\x7c\x31\xa6\xfc\x7f\xfe\xf3\x3c\x32\xda\xeb\x0d\x2f\xdb\xcd\x53\xd7\xcd\xbc\x60\x2c\xe3\x45\xf3\xfb\x65\xbb\xc1\x3f\x16\xad\x41\x57\xf8\xc2\xfd\xbd\x4a\x5f\x1f\x87\xc4\xd7\x08\x60\x2f\x0d\xb5\x43\xe2\x79\x6c\x5a\x9e\x9a\x7c\x60\x40\x24\x63\x6a\xa4\x87\x87\x5a\x52\x7e\x60\xc1\x85\xab\xab\x4f\x97\x13\x32\xb6\x46\x2d\xd1\x14\x25\x90\x71\x02\x9d\xc2\x08\x64\xbc\x40\x5f\x63\xb4\x95\x05\x32\x6b\x81\x6b\x85\x22\x2e\x6a\x24\x1b\x45\x5c\x5a\x20\x5b\xd5\x48\x4e\xbd\x95\x03\x72\xe2\x75\xea\x8d\x25\x90\x13\xaf\x2b\x84\x75\x06\xc8\x95\x02\x4b\x65\x03\x90\x0b\x02\xf5\x2a\x27\x5e\xbd\xaa\x52\x36\x02\xb9\x46\x60\x23\xac\x17\xf1\x5e\x60\x52\xf1\x1a\xc8\xb1\xc0\x4e\xc5\x15\x90\x97\xfe\xbd\xd5\x90\x0e\xc8\x4b\x47\xde\xd7\x18\x62\x25\xac\xc4\x90\x12\x62\xb5\x06\xf2\xd2\x82\x94\x68\x15\x4a\x2a\x29\xd1\xf8\x02\xc8\x4b\x2a\x5f\xe9\x0f\x05\x20\x2f\x31\xa4\x44\x5b\x09\x2b\x31\x0a\x9d\x86\x75\x40\x85\x5c\x55\x24\x65\x03\x50\x21\xa9\xa4\x44\x5b\x58\xa0\x52\xe6\x1c\x24\x95\x33\x25\x50\x90\x54\xe1\x32\xe7\x00\x14\x64\x56\x21\x08\xeb\xbc\xbe\xb8\xf7\x17\x24\xdf\x65\xb1\x6f\x8b\xd6\x9e\xa6\x89\xf3\xa2\x6b\xad\xdb\x24\xeb\xd0\x67\xbe\xfd\x45\xc6\x61\x14\x97\x7e\xfe\x05\x00\x00\xff\xff\x81\xaf\xf4\x15\x4e\x03\x00\x00"); -func _dcg ()(*asset ,error ){_gdbe ,_feeg :=_gad ();if _feeg !=nil {return nil ,_feeg ;};_abbb :=bindataFileInfo {_dae :"HKm314-B5-H",_fb :11290,_ae :_be .FileMode (436),_g :_a .Unix (1580492384,0)};_efb :=&asset {_dd :_gdbe ,_ef :_abbb };return _efb ,nil ; -};var _dbfac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4f\xeb\x2d\x3f\x92\xa0\x87\xef\xeb\x55\xdc\xe5\xfc\x16\xf3\xab\xcc\x54\xfc\x51\x42\x71\xc1\xcc\xb8\x71\x33\x8c\x6d\xdc\x1e\xdb\x60\xbc\x38\x27\x4f\x66\x53\xe0\xfe\x56\x51\x5d\xb3\x98\x77\x6f\xf4\x3c\xa7\xc6\xc6\x18\x6e\xad\x9e\xfb\xd1\xcd\xa3\x94\x94\x52\x28\x14\x0a\x85\x7e\xff\xef\xfe\xf1\xdf\xff\xe3\x6f\x7f\xfc\xeb\x8f\xdf\xff\x8f\x7f\xf9\xd3\xf5\x4f\xf7\x5f\x7f\x3c\x7f\xfc\xed\xf3\x97\xfb\x5f\xff\xf4\x9f\xff\x72\xdd\x3f\xde\xf7\x3f\xff\xf1\xb7\xdf\xfd\x6e\x3f\x7e\x7c\xfe\x78\xfd\xf5\x6f\x7f\x82\xeb\x5f\x5e\x7f\xfe\xdd\xef\xd6\xef\xff\xe9\xbf\xfc\xeb\x5f\xef\x7f\xf9\xc7\xdf\x9e\x3f\xfd\x18\x3e\xf7\xf9\xcf\x7f\xfe\x3e\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf8\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xcf\x9f\xde\xf7\xff\xef\xc7\xe7\x7e\x56\xfa\xff\xf0\x97\xcf\xfd\x97\x3f\xfe\xf6\xcf\x3f\xfe\xcd\x7f\xf8\xd3\x5f\xee\xd7\xfe\x5f\xff\xe3\x9f\xfe\xf3\x9f\xff\xfc\x7f\xde\xff\x72\xff\xf6\xd7\x1f\x3b\x69\xf7\x6f\x1f\xf8\xbb\xdf\xff\xbb\xff\xf8\xfa\xf3\x7f\xff\xfa\x97\xfb\xc7\xef\xff\xd3\x6f\x7f\xfc\x0f\xff\xf4\x6f\xff\xd3\xbf\xfb\xa7\xe3\xdf\xfe\x77\xfc\x27\xff\xf7\xbf\xdc\x7f\xf9\xd7\x3f\xfe\xe9\xb7\x1f\xfb\xf6\xff\xdf\xb6\xfa\xbf\xd3\xff\xe7\xff\xf2\xe7\xfb\x9b\xd9\xef\x7e\xff\xbf\xfd\xa7\x7f\xfc\xf7\x3f\xfe\xf7\xfd\xc7\xbe\xfd\x38\x32\xb6\xfa\x3f\xbe\xe9\xff\xeb\x7f\xfc\xd3\xe7\xfe\xb1\xf9\xd7\x61\x05\xae\x3f\x7d\xee\x7f\xfd\xf3\xeb\xba\xff\xf2\xfa\xed\x9f\xef\xdf\xfd\xf8\xf1\x87\x6d\xdb\xb6\x9f\x3f\xfe\xf0\xef\xfb\x1f\xfe\xe1\xe7\xfa\xfb\xbf\xf5\xef\x7f\xf8\x87\xf5\xf7\xfd\xdb\xe7\xff\xf5\x8b\xdf\xed\x66\xf4\xdb\x9f\xfe\xfa\xb9\x1f\xd3\xfe\x96\xc7\xb6\xed\xcf\xcf\x1f\xfb\xfa\xd5\xff\xf3\xbf\x7f\xb7\x6f\xdb\xf7\xed\x7f\xfc\xfc\xd7\x5f\x1c\xfe\xa2\xef\xf5\x8b\x3f\x6c\xdb\x6b\xe7\xef\x85\x63\x9b\xa4\x84\x29\xf1\xf3\xc7\xb1\x07\x29\x6d\x4a\xff\xfc\xb1\x67\x92\x32\x4d\x99\x3f\x7f\xec\x5b\x93\xf2\x32\xe5\xf5\xf3\x47\x95\xf9\xbc\x4d\x79\xff\xfc\xb1\x77\xad\x94\xb7\xef\x5e\xd8\x07\xcf\xbc\x7d\xfb\xc2\x3e\x36\x52\x0e\x53\xc6\xcf\x1f\x33\x06\x29\x96\x67\x61\x3f\x4f\x52\xca\x94\xfa\xf9\xe3\x08\x4a\xf8\xb6\x3c\x0b\xc7\xe6\xbb\x4e\x53\xce\x95\xcf\x41\x8a\x25\x5c\xa8\xa6\x16\x6f\x4b\xf8\xa6\x84\xd4\xe2\x7d\x99\x72\xfd\xfc\xd1\x49\xfb\xbc\x3f\xa6\x7c\x7e\xfe\xe8\xb0\xcc\xb7\x29\xf7\x7a\xc6\x9c\x1f\x53\x9e\xf5\x76\x4a\x78\x59\xc2\x85\x2a\xca\xf3\xb1\xee\x0b\x55\xbc\xeb\x63\xab\x2e\xec\x83\x77\x7d\xac\xc5\x42\x35\x75\xff\xf8\xae\x85\xb2\x0d\x3f\xbe\x6b\xa1\x6d\xe7\xdb\x77\x2d\x74\x92\xf3\xe3\xbb\x16\x3a\x29\xcf\xe3\xbb\x1e\xde\x45\x99\x1f\xdf\xb5\xd0\x96\xf0\xf1\x5d\x0b\x5d\xeb\x57\xfb\xce\xd7\x01\x9d\xeb\x5d\xfb\xc1\xbb\x40\xf9\xcc\xd1\xa6\xf4\xfa\xd5\xfa\x82\xfb\xf0\x57\x0b\x5d\x3b\x29\x87\x29\xc7\xaa\x85\xcf\x0c\x53\xc6\x7a\xe6\x20\x65\x9a\x42\x79\x06\x29\x8f\x29\xcf\xfa\x15\xf9\x04\xf5\x02\x5d\x41\x8a\xef\x5a\xa8\x26\x9f\xf0\x5d\x0b\x5d\x49\xca\x69\xca\xf9\xf3\x47\x7f\x9f\x79\x99\x42\x4f\xa0\x5e\xf1\x36\xe5\xbd\x9e\xe1\x5d\x69\x3e\x49\x99\x79\x57\x5a\xe6\xa4\xcc\xab\x9d\xf7\xb2\x35\x16\xaa\x4d\xb1\x35\x16\x9a\x9a\x1e\xf6\x28\x30\x0f\xba\xdd\x71\xf1\x10\x38\xb6\xf5\xb2\xc3\x0f\x0f\x8e\xed\x20\xe5\x34\xe5\x5c\x29\xfc\xea\xf3\x32\xe5\xb5\x52\x82\x94\xb7\x29\xef\x95\xd2\xa4\xf8\xb2\x85\x63\xe3\xf5\x9f\x8f\x29\x9f\x95\xb2\x9a\x75\x9c\x34\xd9\x58\x03\x3e\xa8\xea\x78\x0d\x53\xce\x9f\x3f\x62\xae\xe6\x18\x0e\xcb\x71\xad\x67\xce\xf5\xf6\x71\xf9\xcc\x75\xfe\xfc\x91\xfb\x2a\x61\x6c\x3c\x03\xf6\xed\x58\x3d\x28\x76\xbe\x4f\xec\x49\xd2\x46\x12\x4d\x14\xc3\xa4\x55\xc8\x18\x26\xc5\x92\x59\x1b\x5d\x26\xd2\xbc\x92\xbc\x56\x8f\x3d\xb6\x7d\xbd\xf0\xd8\xf6\x35\xea\x37\x53\xca\x94\xfa\xf9\x63\xdf\x77\x52\xa6\x29\xe7\x4a\x09\x52\xde\xa6\xbc\x57\x6b\x2f\x11\x73\x6c\xfb\x65\xd2\x67\x3d\x54\xa4\x3c\xa6\x3c\x3c\xd4\x2b\x09\xa9\x78\x6c\xc7\x92\x82\x91\xa4\x1c\xa6\x1c\x3f\x7f\xcc\xda\x7c\x28\x4d\x2a\x4a\xb9\x52\x86\x3f\x5b\x38\xcc\x7b\xf8\xb3\xd5\xb1\xf7\x41\xb1\x47\x98\x12\x3f\x7f\xcc\x9c\x07\x49\x66\xb4\x70\x8e\xc3\xdf\x59\xb9\x85\x73\x1c\xd4\x65\x9c\x26\xbd\x56\x09\x76\x7f\x68\xf5\x16\xf6\xf4\x77\xd6\x6e\x61\x32\x6e\x8e\x2d\x2c\xc2\xc2\xcc\x93\x32\xb4\x65\x58\x98\x56\xaf\x5f\xa6\xd8\x50\x3e\x64\x56\x4d\x4f\x0d\xda\xae\x3f\x26\xdd\x2b\x29\x37\x92\x6c\xbc\x85\x19\x14\x61\xee\xa4\x4c\x32\x5f\x0d\xb5\x6f\x7c\x3b\xb0\xc7\x4e\xca\x69\xca\xea\xce\xfb\x2a\xc0\xee\xf7\x05\x79\x6e\xa4\x94\x29\x4b\xaa\x2f\x69\x73\xec\x07\x39\x83\x83\xba\xed\x7e\x15\x70\x14\xbf\x3a\xfc\x15\x12\x29\x7c\xe6\x6d\xca\x6a\xa4\x25\xf9\x0f\x47\xee\xb1\x67\x2c\x19\x7e\x92\xe2\x33\x89\x0c\x1f\xcc\xb7\x7f\x9b\x23\xff\xbf\xa6\xcd\x63\x2f\xbe\xf4\x5e\x6b\x8c\x14\x55\x6a\x53\x7a\xa5\x24\x29\xa7\x29\x6b\x80\xed\x6d\x8a\xc5\x5d\xd8\x9b\xe2\x9e\x16\xe5\x5c\xdd\xba\x29\xee\x99\xa6\xe4\xea\x7a\x34\xdf\x69\x95\x4e\x1a\xc2\x5f\xb5\x29\x4b\x62\xf0\x65\xf6\x73\x9a\xb2\x24\xc6\xf7\xed\x36\xf1\xc2\x61\x25\xdf\x96\x67\x61\xce\xe2\x67\x6f\x5b\x74\x61\xce\xe2\x43\xbc\x2d\xe3\xc2\x9c\x4b\xaa\x1e\xfb\xdb\x42\x32\x07\xcf\x32\xaf\x30\x29\x48\xa2\x98\x48\x36\x31\xe7\xe4\x87\x97\x6f\xbc\x78\xe3\x24\xfb\xcb\x1f\x5e\xb9\x92\xce\x22\xe9\x63\xd2\x67\x25\xed\x26\x3d\x26\x3d\x24\xf1\xc3\x8f\x79\x7d\xc8\x8b\xd1\xbd\x7f\x2c\xfd\x87\xd2\xa7\x49\x96\x7e\x61\x3f\xfd\x9d\x85\xff\x50\xf8\x34\xc9\x32\x7c\xd0\x20\x78\xdf\x6d\xe6\x0b\xe7\x6e\xf7\xbb\xcd\x7c\xe1\xdc\x4f\xfa\xcd\x6d\xe6\x0b\xe7\x7e\xd2\xca\xb7\xb9\x2f\x9c\xfb\xc9\x07\xbc\xfd\x5c\x0b\xe7\x7e\xd2\xcc\xb7\xdf\x6b\xe1\x44\x10\x1f\xfb\xed\x07\x5b\x38\x51\x63\x8e\xfd\xf6\x8b\x2d\x9c\x4c\x04\xc7\x81\x3e\x27\xf6\xb3\x49\x39\x4c\x59\x15\x4c\x9f\x19\xa6\xac\xd1\xc5\xeb\x8e\xad\x4c\xa9\x25\x04\x68\xbd\x63\x6b\x93\x50\xd9\x0e\x52\xa6\x29\x4b\x65\xe3\x6b\x1d\x0e\x4a\x30\x1d\x17\xc7\xf6\x36\x69\x8d\x9d\x69\x46\x97\x29\x08\x18\x7a\xe3\xb1\x3d\x26\x2d\x75\x67\x5f\x4d\x70\xa0\x28\x88\x03\x49\x75\x38\xbc\xc1\x6c\x44\xdc\xb1\xbf\x4c\x7a\xad\xae\x4f\xb9\xf7\x8f\x29\x4b\x34\x4f\xb2\xde\x6f\x53\x96\x76\x3a\xfc\x95\x2f\x43\x58\xf7\x4e\x93\x28\xac\xc1\xce\x68\x38\x14\x0b\x60\xf6\x30\x29\x4d\xb2\x4d\xa8\xdc\x61\x9b\x1c\xab\x05\xf8\xc0\xc7\x61\x0b\x2c\xf8\x7d\x8f\xc3\x42\x2e\xd8\x2f\x0e\xc5\xc9\x71\x5c\xab\x90\xfe\xca\x42\x2e\x1c\x4c\x44\x87\x32\x1e\xec\x4c\x28\x87\x22\x1e\xec\xd3\x67\xfc\x48\x0b\xc7\x4e\xce\xc3\xf2\x2c\xcc\x71\xf8\x90\x2d\xb2\xb0\x37\x85\x0e\x1b\x72\x61\x26\x5d\xe9\x08\xf3\x5e\x98\x71\xfa\x94\x1f\x77\x61\xa6\x5d\x29\x6d\xa5\x85\xd9\x48\xf8\x23\xfd\x4c\x0b\xb3\x0f\xbe\x5c\xda\x72\x49\xf7\xa2\x57\x28\x2c\xc1\xec\x83\x0a\xa7\x8d\xb2\x30\x97\xb8\xfc\xc3\x71\x28\x0f\xc1\x3e\x4c\x31\xf3\x85\xfd\xfb\x8c\x79\x97\x5f\x85\xcc\xcb\x86\xaa\xd5\x2c\xdf\x14\x9b\x65\x69\x4c\xb3\x0f\x93\x6c\xdf\xe2\x93\x33\x5d\x1d\x0a\xdb\xa3\x59\x15\xd8\x9e\xed\x0f\xbb\x49\xa2\x7e\xed\xe7\x6c\x74\x7e\xbf\xa7\xf3\xdc\xc1\x3c\x17\x4d\x5e\xd3\xbc\xd6\xb4\x35\xc3\x46\x9e\x96\x74\xae\x21\x35\xe9\x3e\xd3\x82\x32\xa9\xb5\x9d\x6c\xda\xec\x0b\xb3\x91\xd4\xc7\xb4\x0c\x73\x8d\xb2\x49\x77\x9d\xbe\x6f\x61\xc6\x37\xc9\x0e\x34\x29\x82\xb9\x2b\xf3\x8f\xd3\x4a\x93\xd5\xcb\x66\x7f\xd1\xec\x4c\x5b\xc7\xcb\x32\xbc\xd0\x1c\x36\x9a\xf4\xe5\x0f\x17\x76\x47\xec\xdb\xdc\xdf\x8e\x4f\xea\x7c\xd9\x7e\x08\xd3\x68\x72\xff\x58\xac\x0f\x65\xb0\xef\xdf\x3e\xb5\x30\xc7\x41\xc7\xba\x1d\x6b\xb7\x9a\xd9\xef\xfe\x70\x0c\x25\xcb\x50\xb2\xd0\x3f\xc6\x4e\x5b\x81\x1d\x79\x30\xf6\x30\x85\xb6\x5a\x2b\x99\x23\xec\x1e\xb1\xbe\x64\x8f\xbf\x63\x7e\x8d\xe2\xd5\xc1\x07\x6e\x3e\x5d\xa8\xb4\xc4\xfa\x36\x93\x36\x8a\x39\x4c\x59\x62\x75\xa3\x8d\xe2\x44\x3c\xc5\x7b\x7d\x14\xfa\x7d\xb0\x38\x3c\x82\xda\x0f\x9a\x3b\x9c\x4a\x62\x09\xda\x46\x95\x4b\xe5\x2c\x48\x84\x43\xa2\xce\x8a\x5c\x2b\xd1\x23\x95\xbc\x20\x0f\x53\x86\x29\x4b\x67\xa1\x9e\xa9\x74\x04\x79\x98\xf2\x31\xe5\xf3\xf3\x47\xa2\xc5\xe4\x76\x9b\x72\xaf\x14\xdf\xfe\x98\xf2\xac\x7c\x56\x35\x72\xb7\x3c\x0b\x79\x98\x62\x79\x16\x32\x4d\xb1\x3c\x0b\xc9\x87\x4e\x85\x2c\x48\x06\x61\xfa\x29\x40\x32\x98\x72\x4f\x53\x72\xfd\xaa\x48\x29\x53\x6a\xa5\x24\x29\x6d\x4a\xaf\x7c\x4c\x99\xa6\xcc\x95\x8f\x39\x9f\xa6\xac\x05\x40\x9a\xf3\xcb\x94\xd7\x4a\xf1\x99\xb7\x29\xef\x95\x8f\xcf\xd8\x3e\x3b\xed\x63\xce\xb6\xcf\x42\x86\xe5\xb1\x7d\x96\x84\x4f\x74\xff\x54\xc0\x83\x44\x7f\x4c\x35\xc1\x5c\x02\x3e\xcb\x14\xeb\x7e\x50\x77\xf2\x39\xac\xfb\x41\xdd\x69\x67\xe7\x00\x90\x8c\xe1\x54\x5b\xcc\x35\x13\x24\x1a\x65\x1e\xd6\x74\x21\xc3\x14\x6b\xba\xa6\x80\x44\x45\x4a\xa7\x00\x90\xc3\x7c\xac\xd7\x41\xbd\x7c\xbb\xf5\x5a\x93\x42\x96\x6f\xf7\x2b\x2f\x24\x9d\x35\x5d\x2e\x80\x44\x80\xe4\xb0\x5e\x83\x7a\x51\xf7\x61\xbd\x06\xf5\xf2\x19\xeb\x35\xa8\x17\x6f\x77\x72\xc9\x35\x95\x24\x8a\x66\x3a\x95\x80\x0c\x5a\x7e\x58\xaf\x41\xbd\xcc\xd9\x7a\xad\xf5\x44\xa2\x7a\xa6\xcb\x09\x90\xc3\x67\xac\xd7\xa0\x5e\xa6\x58\xaf\xb1\xea\x85\xfc\xcc\x61\xbd\x06\xf5\x22\x25\xac\xd7\x5a\x85\x27\xf2\x26\x5d\x83\x80\x44\x48\xa4\xf3\x58\x06\x6f\x27\xe7\xf0\xed\x0b\x19\x3c\xa3\xba\x0c\x0e\xc7\xc5\xcb\x9c\x17\x76\xbf\xc5\xcb\x16\x5b\xd8\xd1\x56\x53\xc9\x09\x0e\xcb\xac\xe0\xcc\x25\x25\x0f\xc7\xc5\xcb\xef\xbe\xe0\x8a\x2f\x5f\xb6\xd8\xc2\x61\xff\x79\xd9\x62\x0b\x87\xa3\xe0\x65\x8b\x2d\xb8\x98\x4c\xf5\x67\x30\xdb\x9f\xa9\x3f\x83\xdd\x0f\xaf\xfa\x0c\xf6\xf2\x19\x3f\x18\x52\xaa\xd1\x74\x52\x31\x05\x0e\xa5\xcb\xdb\x12\x2d\x1c\xca\xa4\xb7\xef\xc7\x86\xd5\xcc\x7a\xa9\xd2\x0d\x76\x3b\xcc\xdb\x0f\xb4\xb0\x97\x85\xf4\x03\xbd\x99\x3f\x6d\x6b\x15\x73\x70\xec\x3c\x74\x59\x93\x0b\x95\x8d\x62\x5f\x16\xfb\x42\x04\xa3\xe9\xe4\x65\x21\x17\x76\x87\xcb\x65\x21\x17\xf6\xf2\x19\x9b\x6d\xe1\xb0\x7b\x5e\x16\x7b\xe1\x70\x20\x5e\x8a\x8a\x0b\x05\x62\x9a\xe4\xd7\xbf\x58\xca\x5a\x46\xab\xb6\x30\xcb\xee\xe8\x4c\x06\x76\x87\xbd\x0b\x05\xb0\xb3\x00\x4c\x85\x7b\xae\x45\xc1\xa1\xe0\x56\x21\x07\xb3\xed\xb3\xce\x6c\x60\x16\x5d\xa2\x36\xbe\x09\xd8\x11\xd4\xe5\x64\x07\x76\x04\x75\x29\xba\xc1\x81\x20\x2a\x45\x37\x38\xe8\xb4\xa5\x88\x03\x07\xc3\xbc\x14\x71\xe0\x3c\x0e\x93\xcc\x68\x27\x23\x5e\xaf\x5e\x0b\xce\x03\x11\x5b\x0a\x0c\x30\xab\xe2\xd7\xb3\x66\x39\xf0\xc0\x8e\x40\x29\x07\x1e\xd8\x11\xaf\xe5\x54\x5c\x4b\x2f\xfb\x16\xa6\x86\x29\x0c\x18\x9f\x09\x53\x62\xa5\x50\xcf\xb2\x75\x16\x0e\x26\x92\xc2\xb4\x25\x0e\x44\x79\xd5\x34\x85\x01\x73\x92\x72\x9a\xf2\x5a\xab\x52\xea\x54\xb6\xce\xc2\x91\xfe\xca\xd6\x59\x38\xd2\xf2\x58\x6f\xf4\xbd\x3c\xd7\xcb\xda\x39\x0a\xcc\x62\xaa\x6d\xa7\x1b\x30\x8b\x0f\xdd\xca\x26\x30\x6b\xe3\x87\xe9\x0f\xd3\x1f\xae\x26\x69\x15\xc5\xc6\x62\x81\x59\xf5\x68\xb5\xb4\x5e\x8b\xf1\x39\xd6\x47\x1b\x5a\xd2\xc7\xc6\x3a\x6b\x29\x12\x63\x63\xb6\x17\xfb\x36\x49\x99\xa4\xac\x39\x79\x5f\x63\x76\x6c\xcc\xc9\x62\xf6\x66\x92\x3f\x5b\xd8\x57\xe7\x1b\xd8\xb0\x16\x56\x4f\xdb\xc9\x88\xea\x0d\x0c\x57\x93\xb1\x3e\x36\x7a\xc8\xc0\x28\x75\x8e\x83\x22\x1d\x16\x69\x61\x62\x01\x1d\x9a\x89\xc4\x6c\x8b\x89\x09\x74\x6c\xd4\x25\x49\x79\x99\xf2\x60\x4b\x8a\x95\xf2\xbc\x4d\x59\x83\x6d\x33\xe5\x32\xe5\x5a\xcf\xac\xd6\x1c\xda\x6d\xc7\xbe\xba\xc5\x58\x03\x62\xec\x74\x0b\x61\x9b\xec\x74\x8b\xb1\xcf\xfb\xe7\x8f\xd8\x56\xb9\x5d\xb1\x8e\x63\xc7\x72\x3a\x56\x0a\x03\x42\x1c\x6b\x18\x8d\xc3\x9c\xc1\xec\xa5\x92\x8d\x83\xc9\x48\xcc\x9e\xe4\x54\xe6\xb4\x54\xf5\x6a\x52\xb0\x35\x89\x63\xe9\x2e\x43\xf5\x7a\x1c\x93\x56\xa2\x48\xc7\xe9\xcf\x16\xce\xc1\x27\x38\xce\x30\x29\x96\x9e\x38\x4d\xba\x4d\xba\xb1\x93\xf1\x43\x74\x69\x71\x6e\xe7\xca\x7e\xb0\x34\x18\x63\x69\xfd\xb5\x24\xd7\x18\x73\x9a\x72\xfe\xfc\x81\x0d\x6e\x0c\x8b\x30\xe6\xf5\xf3\x47\x85\xbf\xfa\x98\xf2\xfc\xfc\x51\x74\x94\x61\x99\xc6\x2a\x40\x0d\x53\xd2\x94\x35\x41\x4f\x72\x3e\xcd\x79\x21\x97\xc2\x3b\x06\x16\x9c\x31\x5e\x6b\xd2\x3c\x79\x86\xa9\x6d\x8c\x35\x6d\xe5\x39\x48\x69\x53\xe6\x2a\x4f\x92\xf2\xfd\xd5\x2a\x4f\x9a\x62\x79\x5e\xab\x3c\xf4\x88\xf1\xb6\x3c\x6f\x6a\x41\xce\x6f\x6b\xb1\xe6\x88\x1a\xd4\xeb\xf2\x99\x35\x21\xd4\x52\x21\xc6\xb8\x0e\x53\x30\xb6\x91\xcf\x65\x79\x16\xaa\xfc\x55\x98\xb2\x94\x93\xd3\x14\x6b\xba\x50\x6b\xea\x1f\x83\x59\x44\x54\x51\xc2\xcb\x5a\x60\x01\x5f\xc2\x7f\x8c\xcb\xd6\xb8\xa8\x97\x6f\xb7\x5e\x0b\x55\xd4\xfd\xb2\xcc\x0b\x58\x64\xc7\x60\x12\x11\xb3\x4f\x5f\xf6\x98\xb4\x2a\xb6\x53\xe8\x8f\x15\x73\xe7\x85\x67\x3e\x56\xe3\x43\x35\x7c\xc6\x22\x7e\xb0\x22\x52\xa0\x8f\x05\xc2\x24\x6f\x55\x3f\xbe\x6c\xa1\x92\x22\x62\x6e\x17\x4b\x5e\xaf\x7f\xda\xf4\x0b\xb5\x2a\x16\x37\xe3\x43\x54\xac\xd7\xc7\xcd\x52\x43\x54\xaf\xe1\x18\x37\xb2\x46\xf4\x28\x93\xda\xa4\xfe\xf9\x23\xd8\x35\x89\x1b\xf9\x23\x0a\x05\x3b\x6e\x6c\x38\x22\x59\xc5\xc5\xbd\xbd\x4c\x7a\xb1\x2a\xd8\x49\x7a\x9b\xf4\x66\x4b\xa6\x48\xfa\x98\xb4\xf4\x70\x0c\xec\x71\xef\x96\x8b\xed\x9e\x63\x0d\xd3\xb8\x11\x5d\xa2\xb7\x20\x2f\x16\x14\x22\x31\x6d\xc4\x8d\x38\x13\xc9\xea\x32\xee\xdd\xa2\x2e\x8c\xb9\xba\x6e\xdc\xbb\x45\x65\x05\xf1\xb7\xbc\x6e\x93\x50\x9a\x27\x3f\x3c\x2c\xd7\x42\x9d\x07\x49\xd8\xd4\xc5\x98\x9b\x49\x66\xcf\x6e\xd1\xf4\x87\xc3\xec\x17\x62\xb7\x10\xc3\x6a\x2f\xd4\xac\xed\x97\x13\x6a\xdc\xe1\xab\x16\x6a\x3b\x68\x95\xf0\xd3\x2c\x04\x26\x92\xb8\xc3\x26\x58\x18\xf3\x34\xc9\x57\x2d\xd4\x19\xbc\x3d\xac\xc9\x42\x1e\xd6\x37\xac\xef\x42\xcf\x8d\xaf\x15\x8f\x49\xec\xe7\xed\xe4\x95\x36\xe7\xc2\xc0\x82\x19\x77\x5a\xdf\x85\xac\x49\x73\xa6\xf5\x5d\xa8\x31\xc9\x2b\x7d\xe3\xc2\x98\xa7\x3f\xf4\x8d\x0b\xa3\x76\x7f\xe8\x1b\x17\x72\x16\x45\x2d\x4b\xbf\x30\xd2\x72\x95\x79\x2d\xc4\xb0\x25\xda\x96\x58\xa8\x61\x97\x69\x8b\xba\x90\x9b\x8d\xde\xf6\xdb\x66\x31\xb9\x53\x88\xb6\x10\x4d\x21\x36\x5a\x62\xda\xd0\x0b\x31\x26\x79\x4d\xf3\x5a\x08\x16\xb8\x71\x4f\xab\x3d\x91\x91\x76\xf8\x69\x51\x17\xf2\xb0\xa1\x97\x28\xfe\xa2\xc2\x3a\x4e\xdf\xb8\x50\x18\x52\xe3\x3e\x1d\x88\x0b\x85\xe2\x11\xf7\x69\x87\x5f\x28\x14\xfc\xb8\x4f\xcb\xb5\xd0\xd3\xa2\x9e\x8e\x01\x84\xf9\x16\x14\xf5\xb4\x03\x2c\x54\x6f\xd4\xf1\xb4\xa8\x0b\xb1\xa5\x79\x59\xd4\xd3\xa2\x52\xae\xd3\x72\x9d\xac\xa6\x9a\x1f\xbe\x2c\x04\xfb\x71\x75\x32\x36\x5f\x16\xe2\xc5\x1e\xa6\x43\xff\x65\x21\x16\x06\xb6\xfc\xb8\x5f\x16\x62\xa1\x6b\x9a\x97\x4d\xe8\x7c\x11\x54\xfb\x65\xb9\x16\x9a\xad\xcd\xb8\x5f\x96\xeb\xe5\x66\xa7\xd9\xdb\x84\x0b\xa3\x94\x52\x2f\x3b\xc0\x42\xf5\x66\xb9\x2c\xfd\x42\xc4\x41\xf6\x6f\xdf\xb8\x10\xbb\xe3\xfc\xad\xfc\x61\x9f\x3d\xac\xf6\x65\xdb\x2f\xe4\xb7\x10\x97\xd5\xfe\x4e\x37\x7c\xda\xcb\x3a\x2e\xf4\x57\x70\x5d\x76\xa6\x85\x31\x6d\x9c\xcb\xec\x17\x62\xf3\xa3\x5d\x56\xe8\xa2\xfb\x5a\xfa\xcb\xd2\x2f\x14\x46\xbe\xb8\x3f\x66\xbf\x50\xe1\x18\xfa\xd8\x84\x0b\x79\x58\x88\x8f\x15\x5a\xe8\xef\xb0\xfa\x58\x88\x85\xc2\x3e\x12\xf7\xc7\x56\x5d\xc8\xdd\x26\xfc\x38\x1e\x17\x32\x76\xca\xf5\xb1\x10\x1f\xc6\x90\x15\xfa\x38\xf8\xd8\xbe\xc7\x78\x1d\xf7\xed\xb0\x5a\x08\xf6\x7b\xe2\xbe\x2d\xea\x42\x84\xa3\xe3\xb6\xa8\x0b\x15\xca\x89\xc7\x56\x5d\xc8\x39\xa8\xd0\x63\xcf\x59\xa8\xf3\x30\xc9\x0a\x2d\x8c\x52\x7a\x3e\x56\x68\x61\x60\x4e\x89\xfb\xb1\x09\x17\x2a\xd6\xc2\x32\x1e\xa7\x29\x10\x1b\x72\xe2\x71\xb6\x01\x8d\x46\x1a\x8f\xb3\x0d\xa8\x60\xb8\x3f\xce\x36\x20\xb6\xf4\xa9\x8f\x49\xeb\x73\x6c\xd4\xf1\x61\x6d\x25\x62\x5b\x13\x7c\x3c\x2c\xae\x44\x6e\xbd\xea\xf8\x60\x18\x13\xb9\x31\xd2\x1e\xa7\x29\x30\xbf\x49\x87\x3f\x5c\x88\x93\x99\xeb\xc1\x6a\x22\xe2\xf4\x29\x94\x67\x11\x71\x52\x08\xe7\x11\x90\x3d\x7c\xca\x0a\x61\x26\x61\x2f\x38\x1e\xac\x22\x22\x8f\xa5\xf3\xc5\x33\xac\xd0\xc2\x88\x41\x92\x13\x05\x28\xb6\x22\xe3\x09\xdf\x18\x8e\x0e\x2a\x14\x6d\x12\x9d\xe9\xa4\x71\xc2\x42\x2c\x34\xd6\x9b\x78\x9c\x3b\x40\x1d\xd3\x24\xdb\x6b\xa1\x50\xb5\xe2\x71\xee\x00\x35\xf9\x8e\x4f\xda\x5e\x0b\xc5\x16\x59\x3c\x69\x7b\x2d\x14\x1b\x46\xf1\x64\x9a\x84\xe8\x58\x0a\x61\x3c\x4e\x27\x20\x4f\x5b\x22\x6d\x89\xe4\xd3\x7e\xb3\xf7\xd3\x2e\xe4\x6e\x07\x48\x1b\x27\xd1\x3f\x99\x15\x9e\x32\xaf\x85\x4e\xba\xdc\x53\x16\xb5\x98\x74\xfa\xfc\xf5\x54\xfc\xb4\x35\x59\x88\x93\x31\xf0\x38\x01\x81\x11\x83\x62\x3b\x01\x81\xd8\x0f\x93\x2c\x76\xe3\x89\x64\x73\x3a\x01\x81\x0a\xbb\x72\x5b\xa0\x85\x64\xdf\x35\x9e\x69\x43\x4d\xcc\x58\x7e\xd3\xe9\x1b\x27\x6f\x6c\x93\xec\x58\x13\x95\xc8\x0e\xef\xcc\x05\x22\x50\xc2\x1e\x67\x2e\xd0\xe3\x9b\x97\xe5\x5a\x18\x73\x50\x21\x27\x33\x10\xb9\xf9\x94\x5f\x7e\x21\xcb\xcf\x3c\x2d\xea\xf4\x33\x93\xe4\xcc\x05\x6a\x20\x7f\x9e\xd3\x42\x9c\x4c\x9f\xf6\x35\xe7\x24\xd0\xd8\xcb\xe3\x71\x4e\x02\xa3\x27\x6f\x3c\x7d\xe3\x42\x0d\x7f\xa8\xa0\x07\x81\xa7\x4d\x3c\x2f\x0b\xb1\xd0\x67\xf1\xc3\xb7\xbd\x68\xa1\x47\xd1\x84\x4e\x07\x20\x22\x28\xd7\xdb\x1f\x2e\x74\x22\x17\x1f\x16\x16\x62\x38\x7d\x3e\x97\x0d\xbd\xd0\x2a\x4b\x8f\xd3\x01\xc8\xb6\xed\x2f\x3b\x16\x6b\x82\xaf\x64\x71\x3a\x00\x75\xda\xd7\x2e\x4b\x7f\xe1\x34\x85\x72\xf8\x7c\x6c\xaf\x0f\x63\x40\xc9\xf2\xf1\x8d\x0b\xa3\xec\xdd\xce\x10\xa0\xd9\xb0\x8a\x47\xd9\x0f\x32\xed\x72\x1f\xdf\xb8\x10\xaa\x54\x8f\x82\x1e\xa4\x93\xff\xa3\xa0\x07\xc9\x9e\x7d\x3c\xb7\x3d\x7a\xa1\xf1\xcb\x8a\xe7\xb6\x5c\xb7\x5d\x8e\xec\x6f\x4b\x7f\xb3\x5d\x60\xab\xde\xe6\xb5\x90\xb8\xbe\xc4\xf3\xf8\xc3\x85\x31\x51\x70\x9e\xc7\x0a\x2d\xc4\x89\xd6\xf0\x3c\x7e\xa1\x85\x4e\x9b\xf0\xb1\x4f\x2c\xe4\xc6\x84\xfd\x3c\x56\x68\x21\xcf\x23\x7f\xf7\x87\xc4\x0c\xf2\x45\xd2\x73\x72\xc3\x3a\x26\x22\x8e\x49\xd2\x69\x12\xfb\x2a\xa7\x4f\xbd\x4d\x72\x2a\x36\xe9\x63\xd2\x9a\x05\xcf\x35\xb5\x24\x16\x94\x2f\x62\xae\xd1\x91\x5a\x52\x44\x1c\xdf\xa7\x7c\xe3\x42\xd3\x4d\x12\x8b\xc9\x17\x7d\xae\xc6\xc9\x0d\xbb\x90\xa8\x71\xfa\xd4\x65\xd2\xb5\x26\xd9\xf5\x1d\x53\xf3\x8a\x18\x65\xb9\xb0\xc0\x89\xde\x96\xbc\x4e\xfc\x7f\xbe\x68\x1a\x27\x37\xf6\x19\x44\x9c\xab\x63\xe6\xc6\x46\x83\xe8\x31\x28\xc4\x61\x51\x17\xc6\xb7\x8e\xec\x36\x8b\x9a\xdf\xa7\xa6\x49\x13\x0b\x0b\x45\x3d\x2c\xfd\xc1\x9a\x76\x6c\x24\xd9\x84\x07\x42\xc1\x0a\x1d\x56\x68\xa1\x19\xa2\xb9\x1d\xb6\x2a\xeb\x24\xdc\x07\x53\xef\x20\x91\xb3\x28\x7d\x58\xfa\xc0\xcb\x66\xa7\x10\x61\xb9\x16\x46\x0c\xbe\x63\x58\xae\x85\x81\xdd\x23\xb7\xb0\xa1\x17\xea\xb0\xa8\x61\x7b\x85\x03\x99\x3a\x32\x8f\x88\xae\xc9\x77\x4c\x2b\xc4\xa4\xf1\x2d\x44\x5a\x7a\x66\x08\xf6\xdf\x72\x2b\x7f\xb8\x30\x6a\xe3\xa9\xb6\x55\xdb\x56\xa5\x25\xda\xa7\x5a\x35\x9b\xa2\xb6\x0d\xbd\x50\xb8\x51\xe4\xd6\x96\x7e\xa1\xa3\x28\x2a\x76\x1c\x31\x66\x52\xae\x69\x5e\x93\x65\xeb\x4e\x07\x98\x36\xe1\xa4\x63\xda\xc9\x4f\x3b\xc0\xc2\x60\x35\x96\xdb\x69\xf6\xd8\x69\x86\x45\x3d\x6d\x9c\x13\x67\xb8\xc9\x0f\x5f\xd6\x71\xa1\x0f\xfb\xd7\xcb\xec\x51\xa0\xb1\x04\xa6\xce\xad\xa2\xb6\xe4\xa9\xb7\x5f\xe8\xad\xd6\xe0\x53\x16\x15\xb9\xba\x5b\x88\xb7\x1f\xed\xcd\xa2\x6a\xf8\x43\x7b\xf4\xdb\x1e\x4d\xb9\x2e\x7f\xb8\x10\xdb\x61\x92\x45\x5d\x68\x7c\x5c\x73\xbb\xfc\x42\x0b\x19\xfb\xaf\xa7\xe2\xdc\x2e\xbf\xfc\xc5\x7e\xe5\x20\xdf\x8f\x0d\xf5\x41\xfe\xd8\xe1\x3f\xbe\x1d\x65\x7a\xb3\xbe\x1f\xbf\xd6\xc2\xdc\x86\x49\xbe\x1d\xe9\x99\x36\xc1\xc7\x9a\xe0\xe4\x7a\xd8\x8b\x6e\xf3\x42\xdb\xdd\x83\xce\x70\xdb\x04\x37\x5b\x77\x93\x56\xb9\x6d\xe1\x85\xde\xfc\x0e\x8f\xf5\x5d\x18\x31\x28\xd7\xe3\xb0\x58\x48\xbc\x12\x73\x7b\xac\xd0\xa3\x70\x5e\x4f\xed\xd8\x69\x44\x8d\xb5\xd2\xc8\x1d\x05\x58\xd4\xc9\x97\xdf\xb7\x30\x09\x73\x17\xbd\x68\x57\x2e\x82\x81\x15\x28\xf5\x76\x13\x03\xf5\x6a\xf5\x38\x92\x16\x6a\x2c\x11\x9e\xbb\xf2\x07\xe4\x40\x4a\xe9\xf0\x26\x82\xdd\xc8\xdc\x15\x10\xa0\x70\x25\x4a\xdd\x69\x45\x61\x16\xcc\x9d\xfd\x3f\x11\x81\x94\xda\x87\x3f\x5c\x08\x5c\x34\x72\x47\x8f\x15\x79\x1e\xd4\x31\xac\xf6\x42\x6d\x93\x96\x08\x0b\x81\x4f\xed\x48\x93\x86\x49\x83\xb5\x73\x92\x64\x4b\x04\x73\x65\xd3\x12\x98\x45\x44\x8f\xcd\xec\x6d\x9c\xc0\x43\x76\x52\x08\xe5\x0f\x98\xdb\x6e\xd2\x34\x89\xbd\x4a\xbe\x90\x4e\xbb\x62\xcc\x30\xe9\x6d\x12\xcb\x8a\xdd\xec\xad\xd0\x42\x07\x42\x70\x47\x73\x16\x81\x46\x9f\x3b\x9a\xb3\xe8\xf0\x6b\xa7\x4d\xb8\x90\xcd\xb0\xd8\x95\x52\x20\xc6\x9a\xb0\x73\x2f\x9f\x5a\x88\xcd\x96\x50\x70\x81\x0a\x7f\x58\x56\x68\x21\x76\x1b\xa7\xac\xd0\x42\x61\x24\x4e\x3c\x07\xbf\x88\x38\xcc\xcb\x2f\x54\xcc\x5c\x76\xa6\xb2\x8e\x0b\x8d\x6b\x4f\xee\x65\xb9\x16\x06\x7b\x67\xb9\x97\x75\xc4\x36\xc3\x1a\x22\xf7\xb2\x8e\x38\x5c\xb4\x49\xed\x77\x5c\x18\x58\xdd\x73\x57\xa0\x82\x74\xca\xdb\x15\xa8\x20\x36\xbb\x6f\x5b\xa1\x76\xd1\xed\x0f\xad\x50\x5b\x21\x0a\xd1\x96\xab\x31\x19\x24\x3f\x54\xec\x82\xd8\x90\xc4\xfb\x34\xfb\xa9\x05\x9b\x37\x4e\xab\xbd\xd0\xbb\xbd\x50\x49\x0c\x2a\x9b\xaf\x7d\xda\xf6\x0b\xd1\xe6\x75\x5a\xfa\x85\x40\x3f\x4f\x1d\x23\x45\x71\xc8\x20\xf7\x97\x85\x78\x21\xfb\x99\xa6\xf6\x97\x3f\x7c\xf1\x43\x3f\xed\xcb\x42\x2c\x44\x5b\x2e\x45\x38\x08\x65\xec\xfe\xb6\xf4\x0b\x39\x6d\x1c\x25\x31\x88\x38\x4c\xb2\xf4\x0b\xf1\xed\x13\x97\xa3\x03\x53\x06\x07\x1b\x72\xbf\xcc\x0b\x2b\xf8\xb9\xf1\x43\x85\x33\x88\xf8\x3e\x65\x07\xb8\xd8\x04\x99\x3e\x65\xb9\x16\x02\xbb\x77\xea\x41\x29\x42\x81\xbc\x7f\x7c\xea\xe3\x53\xb4\xc4\xc7\xa7\x3e\x2a\xf6\x64\xaf\xa8\x05\x73\xb3\x09\x6f\xbb\x09\x2a\xe8\xb6\xd1\x5e\x8f\x4d\xc8\xf9\x81\x6f\x51\x1f\x9f\x42\xdf\xc4\x73\x22\xf7\xc7\x0a\x3d\x08\xf7\xdd\xa7\xec\x26\x1c\x2a\x60\x33\x3c\x77\x05\x32\xa8\x5d\xc9\xf4\xd8\xf6\x0b\xed\x8c\xba\x3f\x16\x75\xa1\xd9\xb3\x48\x37\x96\x44\x1c\xf4\x09\x3d\x1f\x45\x05\x73\xa5\xae\x8f\x22\x71\x74\x4c\x5d\x1f\x45\x39\x51\xe8\xfb\x28\x6a\x1b\x66\xff\x32\xe9\xc5\xca\xae\x49\xba\x4d\xba\xd1\x4a\x49\x52\x51\x05\xcd\xf6\x56\x1e\xbb\xd9\xef\x74\x80\x9e\x24\x7d\x4c\x5a\xa5\xe7\xc8\x4c\x1e\xea\x88\xa0\xb1\x35\xa4\x1e\x89\x22\x37\xb3\xc7\xd5\x44\xc4\x52\x37\x7e\x39\x15\xeb\x9f\x28\x72\x6c\xbe\xca\x62\x2f\x8c\x89\xc4\x3b\x86\x6d\x37\x6c\x3b\xea\x3b\x6c\xa8\x81\x24\x46\x96\xe9\x7f\x28\x12\x33\x50\x1e\xc3\x86\x5a\x18\xa7\x8d\x3e\x2c\xe3\xd0\x79\x8a\x62\x3b\xb5\x80\x0a\x5b\x58\xdd\x13\x0c\x95\x30\x3d\x17\x45\x73\x86\x61\xad\xb3\x4d\x6a\x56\x8c\x64\x1f\xe6\x15\x56\x88\x42\x28\xe8\x8f\xaf\xa0\xe7\x8d\x0a\x7a\x10\xe3\x34\xc9\x46\xc7\x44\x52\x0c\xea\x23\x6d\xf4\x74\xd4\xf1\xc6\xb4\xda\x49\xff\x60\xb6\x39\xd2\xec\x93\x25\x0a\x63\xe0\x48\xf3\x5a\x88\x89\x06\xa2\x3b\xa3\xc8\xa0\xc3\x1f\x8a\x70\x50\x31\x29\xbd\x22\x1c\x14\x1b\x47\x89\xdb\xe2\x17\xa9\xf6\x76\x34\xb2\x0c\xf4\xf7\x29\x25\x31\xe8\xed\xf4\x29\x0b\xb1\xd0\x69\x43\xb7\x79\x2d\x34\x7e\xf3\x89\x8f\xe2\x17\x7d\x5a\xed\x69\xab\x2e\xc4\xb6\x9b\xe4\x77\xc4\x70\xbe\x1d\xb4\xea\xb4\xf4\x13\x7f\x75\xb3\x57\xec\x82\x51\xfe\x50\x05\x18\x54\xfb\x85\x94\xc4\x60\x14\x02\xf5\x38\x6d\xc2\x85\x88\xf4\x87\x16\x75\x61\xb0\xa1\x9b\x87\x92\x18\x0c\x8c\x01\xa9\x97\xa3\x08\xcc\xb2\xa9\x97\xa3\x88\x0d\x81\x7a\xbc\x2c\xea\x42\x35\x8b\x8f\x43\x79\x0d\x02\xc7\x97\x3c\x5e\x16\x62\x61\x94\x3f\x54\x27\x06\xdd\x48\x96\xe3\xb2\x42\x17\x1a\xbd\x1d\xf3\xb2\x10\x17\x4b\x3a\xc4\xee\xa1\xe6\x0c\x7a\x38\x14\x2e\x5b\xf5\x72\x6a\xa1\xbd\x94\xd7\x20\xda\x11\xac\x24\x06\x83\x93\x5e\x79\x7c\x6c\xaf\x85\x28\x87\xa8\xaa\x31\x08\x55\xbd\x43\xd5\x18\x14\x6e\x4b\xe9\x29\x20\x31\x72\xa7\x5c\x1f\xdf\xf8\xe1\x68\x0e\x2a\x82\xa7\x7e\x44\x9f\x36\xa1\x82\x1e\x64\xd9\x5e\x0a\x7a\x10\x89\xbe\x79\x7c\xfc\x42\x0b\xd1\x16\xf5\xb6\xa8\x0b\x19\x68\x92\xc7\x6d\xe3\xdc\xee\x8d\x92\xfd\xed\x17\xba\xfd\x42\x64\xff\xf8\xd4\x43\x2f\x74\x28\x3c\xd6\x71\x21\x82\xd5\xd4\xe1\x74\x00\xc6\xa9\x18\x52\xf6\x83\xfa\xd6\x51\xfd\x1c\x84\x13\xd0\xf1\x58\xfa\x07\x91\x76\x9a\x64\xe9\x17\x62\xd2\xef\x07\x1e\x3c\xa2\xf1\x44\xcb\xa1\xa0\x07\x13\xe3\x5c\x0e\xcd\x0f\xa0\xf1\x38\xcc\x81\x9d\x59\x34\x8e\x78\x39\xb0\x33\x8b\xb5\xba\x24\xc9\xec\xbf\x1b\x9d\x83\xa4\x32\xa9\x7e\xfe\x68\x17\xb7\xc3\xe9\x00\x24\x0e\xfa\x39\x34\x52\x80\x2c\x5a\x75\x1c\x66\xbf\x50\xca\x9c\xa1\xae\x0f\xc6\x64\x62\x1c\xda\x1a\xc0\xc0\x09\x35\x87\xf2\x1e\x24\x6e\xfb\x39\x0e\x4b\x7f\x60\x89\xc3\x10\x33\x94\xd1\xa0\xed\x72\x63\xf8\xd4\x42\xe0\xd3\x9c\x43\x5d\x1f\x8c\x93\xa5\xc4\x50\xd7\x1f\x5f\xcf\xbd\x83\x24\x0b\x81\xd8\xc6\xc7\x38\x87\xba\x3e\x28\xa7\xbc\xa1\x24\x07\xe9\xca\x7f\xa8\xc5\x83\xda\x92\x6a\xab\xc5\x83\x3e\x91\x72\x43\x79\x0f\xe2\xdc\xfc\xa1\x5f\x08\x95\x9d\x5d\x85\x1c\x69\xb9\x16\x92\x83\x08\x39\x54\xd9\x41\x4d\xc6\xd0\x48\x8b\xca\x89\x3c\x4d\x3f\xc3\x29\x00\xb4\xf2\x6b\xa4\x45\x4d\xf4\x73\xbb\x89\x46\x0a\x10\x13\x9d\x7a\xa8\xfe\x83\x5c\xd3\xdc\x2f\xa7\xe2\xc1\xd6\xaa\x48\x95\x8a\x51\xb6\x70\xe1\x6a\x80\x41\x6c\x94\x5d\xa6\xdc\xcc\x35\xc9\x86\x2a\x96\x3b\x49\x19\x9d\x34\x40\x4c\x3f\x4d\x9b\x57\xe3\x38\x60\xbf\x55\xa3\x07\x75\x58\x6c\xad\x26\x60\x44\xf9\x94\xfd\xb6\x11\x36\xa7\x79\xd9\x04\x68\xf4\xa7\x9f\xd9\xd9\x06\x94\x6b\xc1\xe1\x6c\x03\x06\x67\x54\x13\x4f\x98\x2f\x72\xda\xbb\x4f\x1b\x7d\x21\x5d\x99\xe9\xca\x22\xa2\x1c\x75\xa7\x2d\xbc\xd0\x67\xd1\x65\x9c\x21\x40\xe1\xce\x93\xc3\x19\x02\xb4\x2a\xf7\x50\x57\x07\x43\xf1\x86\xfb\xcb\x17\xed\x34\xa5\x8b\x8b\x48\x36\x07\x72\xe0\x08\x2f\x46\xda\x23\x15\xf4\xa0\x37\x47\xf0\x65\x51\xf1\x33\xe1\xcc\x4d\xea\x68\x22\x7a\x0b\x3a\x96\x26\x92\xe1\x1e\xa3\x1f\x4d\xc5\x1c\x14\x67\x34\x73\x28\xfb\x41\x9c\x28\xe6\xe3\x63\x7b\x2d\x64\x39\x36\x15\xf4\xc3\x0d\x45\x96\xad\xe3\xe3\xe7\xd0\xa8\x6c\xe3\x28\xd5\x41\x9c\x98\xba\x86\x8a\x39\xa8\xcd\xc6\x51\x5e\x83\x3e\xfc\x1c\xca\x6b\x30\x4e\x2b\xa4\xbc\x06\xa3\x99\x5a\x86\xf6\x14\x30\x4e\x4b\x7f\x5b\xed\x85\xd1\x0a\x9b\xdb\x6a\xdf\xd8\xd2\x59\x1e\x8e\xdb\x72\x2d\x8c\xef\x08\xbe\x1d\x29\x0b\x99\xf6\x55\x0d\x31\xa0\xff\x96\xe4\xd7\x5e\x18\x5a\x24\x86\xcb\x0a\xd0\x61\x85\x5c\x56\x80\x76\x4d\x3f\x1e\xeb\xf8\xe0\x76\xef\xe8\x70\xb6\x01\xc5\x29\xd6\x1c\x4e\x2d\x20\x6d\x89\x70\x75\x00\xa6\xd6\xaf\xd0\x5c\x03\x46\xd0\xa3\xc3\x19\x02\xb4\x66\xb3\xd0\x5c\x03\x62\xe7\xa3\x85\xab\x03\x50\x85\x45\x22\x70\xf5\x17\x31\x50\x2e\xc3\xa9\x05\x04\x07\xa8\x32\x5c\x43\x80\xd6\x10\x1c\xce\x36\x20\x70\xbe\x49\x0f\xca\x8a\x56\x02\x84\x2b\x8d\x70\xa5\xc1\x84\x1d\xb8\xd3\x8b\x71\x22\x50\xc3\x95\x06\x08\x3c\xcb\x32\x34\x23\x81\x1a\x93\x1f\x3a\xdb\x80\xc6\x4f\x28\x43\x03\x35\xc8\x9d\x21\x1a\x2e\x3e\x40\xee\x66\xaf\xe9\x19\x74\xd1\xef\x63\xd8\xaa\x0b\xb5\x61\xdd\x08\x17\x09\x60\x6a\xb3\x0e\x27\x20\xd0\x03\x95\x3d\x5c\x11\x80\x98\x16\x55\xfb\x13\x68\x57\x17\x31\x6c\xaf\x85\xda\xb0\x22\x04\x3e\x38\x22\xf0\x1f\xc8\x70\x6a\x01\xd5\xa8\x08\xe1\x3c\x02\x06\x87\x4e\xd2\x53\xc4\xa2\x83\x31\x14\x8a\x5a\x50\xd3\x0e\xa0\xca\x0e\x6a\x22\x31\x43\xb9\x1a\x5a\x4a\xe8\x98\x1c\x44\xf9\x22\x14\x7c\xa1\x5c\x05\x43\x05\x27\xda\x3a\x2e\x64\x5b\x47\xcd\x22\xa0\x71\x56\xca\x50\xd4\x82\x68\xbf\xb6\x96\x12\x50\x6c\xd6\x65\x68\x29\x01\xcd\x69\x85\x8c\x69\x5e\x93\xbc\xca\xa7\x6c\xaf\x85\xa1\x4d\x32\x4e\xf3\x3a\x39\xcb\x62\xff\x52\xa7\x06\xfd\xed\x13\x2f\x5b\x02\xc7\xc1\x60\x46\x0d\x15\x68\x50\x27\x82\x2f\xb4\x81\x80\x31\xfd\x42\x1a\xa8\x41\x17\x93\x4e\xbc\xcd\xeb\xcd\x18\xb2\xe7\x68\x03\x01\x15\xa8\x54\x71\x59\x2e\x9c\x3e\x54\x70\x42\x65\x1c\x34\xa7\x7e\x33\xb4\x94\x80\x9e\xe6\xa5\x8c\x06\xfd\xf7\xf8\x41\x67\x28\xc2\x41\x71\x22\x22\x43\xe9\x09\x0a\x37\xd4\x0c\x85\x20\x18\xdf\x8e\x75\xfb\xaa\x85\x3e\x6c\x3b\x65\x19\x18\x6d\x97\xb9\x6d\xf4\x9b\x41\x6d\x19\x95\x52\xa0\x71\xbb\xcf\x50\xb5\x05\xcd\x91\x8b\x4c\xe5\x0f\x68\x4e\x70\x65\x6a\xb0\x00\x89\x1b\x52\xa6\x06\x0b\x50\x2a\xd3\x9e\x19\x12\xa1\x05\xd9\x23\x42\x22\x70\xb7\x4e\x4f\xd7\x88\x28\x66\x41\x0f\x9d\x88\x1a\xac\x77\x3d\x63\x22\x7a\x43\x4b\xf2\x00\x89\xc8\xc9\xf2\x30\x1d\x88\xa0\x07\xb6\xf4\x54\xed\x03\xad\x49\x3c\xb5\xe7\x82\x54\x08\xa6\xdb\x42\x20\xa6\xe5\x52\x2f\x03\x03\xd7\xa1\x4c\xd7\xe1\x20\x0e\x2b\xa4\xfe\x04\xb2\xd1\x2a\xb3\xfc\x61\xd1\xd7\x90\x06\xe9\x78\x02\x85\xe3\x6e\xa6\x83\x07\x0c\xce\x92\x64\xaa\xa7\x80\x0c\x2b\xe4\x78\x02\xed\x8a\x31\x5d\x28\x83\x18\x4d\xf6\xae\x8a\x41\xbb\x44\x49\xed\x93\xa0\xf1\xa8\xcd\x54\xc1\x01\xcd\xa1\xb7\x4c\xf7\x80\x40\x9f\xb6\xaa\x3a\x0f\xe8\x89\xba\x91\xa7\xa5\x5f\x98\xda\x7c\x92\xed\x76\x31\x38\xaa\x99\x9e\x45\x11\x7d\x32\x2c\x3c\x7a\x22\x6a\x60\x45\x48\x97\xc0\x20\x71\x29\xc8\x74\x04\x83\x20\xae\x47\xa6\x23\x38\xbf\x23\xd8\xec\x6d\x68\x76\xf3\x77\x8b\xea\x7a\x17\xb4\x0a\xa1\x27\x3b\x44\x0e\x16\xca\xa9\x36\x03\xea\x44\x8c\xa4\xdb\x37\xa0\x36\x94\xb8\xd4\xf2\x08\x62\x2b\x93\xec\x13\x1f\xb7\x56\xc9\x4b\x3d\x05\x24\x67\x03\x32\xd5\x53\x40\x0f\xa4\x67\x6a\x07\x04\x99\x7e\x34\xd7\x82\xa0\xf0\x7c\x4b\x0f\x6a\x88\xc6\x0d\x3d\xcb\x39\x1c\x0c\xdc\xc9\xb2\xf0\x5d\x15\x43\x2b\x66\xb9\x58\x2b\x0f\xba\xf1\x39\x3c\x74\x21\xd2\xcf\x51\xee\xaf\x94\xe1\x4a\xd0\x24\x6b\x98\xd7\xa0\xa8\xa8\xa0\xa5\x41\x0d\x64\x21\xc2\xcb\x7e\x0f\x9a\x33\xc7\xe9\x19\x09\x11\x1b\xd2\xa4\xb4\xf1\x83\x89\x03\x5b\x96\x5a\x3c\x48\x7c\x4c\xd7\x9a\x8a\x24\xba\xef\x69\x92\xaa\x31\xc8\x93\xb6\x2f\xbf\x36\x48\x4e\x91\x64\xf9\xb5\x41\x37\x26\x83\x7a\x9b\xfd\x5b\x27\x6d\x0a\xf1\xf6\x87\x6f\xbc\x76\x50\x37\x4a\xa5\x17\x84\xa6\xd4\x52\xc3\x05\x73\x63\x6c\x97\x1b\x7f\xa0\xf1\xbf\xcc\xb2\x4f\x80\xd4\x7a\x5f\xaa\xb3\x20\x0f\x4b\xaf\x45\x02\xf4\x89\x56\x5a\x38\x44\x88\x0a\xa6\xbc\x52\x47\x04\xa3\x19\xa2\xa5\x05\x19\x04\xa7\x7a\xb3\x14\xb5\x60\x68\xbd\x6f\xb5\x3f\xd0\x1c\x39\xcb\x56\xfa\xb6\x9b\x75\x4c\xc5\xad\xf6\x07\xc6\xd9\xfe\xf0\x6d\x12\x5a\x16\x33\x57\xab\xd7\x81\xc2\x11\x3a\xdb\xfd\x3b\x50\xb8\xac\x67\xef\xbe\x71\x77\x53\xcc\xa7\xca\x24\xa4\x1c\xc3\xaa\x77\xdf\xb8\x10\x04\x1f\xc8\x56\x63\x03\x4d\xe8\x88\x6c\x3d\x03\x40\xa5\x3f\x74\x83\x1f\x0c\x05\x4c\x6b\xd6\x05\x75\x86\x49\x96\x1e\x2d\x6b\x63\x74\xb4\xcb\x7c\x50\x27\x0b\xc7\x56\xa5\x02\x6d\x13\xb6\x0b\x78\x10\x1b\x86\x98\x56\xa5\x6a\x97\xe6\xcc\x8f\xed\xd2\x1c\xc4\xb1\xcf\x5f\x4f\xc5\xed\x66\x1b\x18\x76\xac\x4e\x0b\xf4\xf5\x49\xa3\xd8\xaa\x6a\x60\x24\x92\xa5\x35\xb8\x82\x0e\xbe\x7c\x97\x1f\xb0\x58\xc8\xb0\xa3\xdc\x2e\xa7\x41\x87\xc5\x56\xa1\x03\xcd\xa1\xc5\x6c\x77\xc3\x40\x38\xc9\xb6\xcb\x69\x30\xca\x86\x52\xa1\x03\x03\x17\xc1\x6c\x67\x1b\xd0\xda\x99\x7b\xda\x76\x93\xa3\x8c\x08\xd4\xd6\xba\x0a\xc2\xc5\x47\x4f\xbf\xc3\xc4\xa7\xd6\xd2\xbb\x50\x06\x5d\xf6\x22\xd7\xbb\xa0\x86\xdd\xef\x65\xf6\x0b\x43\x7b\x48\x6b\x24\x05\x45\x94\x93\x6c\x57\xb2\x20\x09\x67\x95\xad\xbc\xee\xaf\x7d\x92\xec\x55\x9c\x40\x7d\x2b\xe4\xb2\x15\x84\x2e\x14\x7d\xd9\x38\x0b\xf9\x6d\x68\xe5\x35\x48\x8d\xca\xed\xd8\x04\xb9\x33\x61\xb7\x63\x13\xb4\x6b\x88\x7e\xfc\x42\x0f\x3e\x5a\xac\x93\xfa\xb1\x5c\x0b\xed\xb2\xb5\x1d\xc1\x20\x9c\x64\xdb\x11\x0c\x62\x43\xd0\xf7\x63\xdb\x3f\xcc\x23\x88\x91\xe9\x1e\x10\x18\x27\xa3\x6e\xea\x99\x04\x82\x13\x78\x39\xb5\x03\x82\xc1\x99\xaf\x9c\xce\x10\xd3\x19\xe2\xfb\xc3\x69\x12\xd6\xd5\xef\x53\xa7\x49\x4c\xb2\x74\xcc\xe9\xc2\x0f\xac\x4f\xb7\x92\x74\x1d\x02\xbd\xa3\x00\x4f\x6d\x77\x20\xdd\x18\x9e\x6e\xf8\x80\x22\xa4\x55\x4e\x3d\x80\x40\x9e\xe9\x0f\xcd\x7e\x61\x10\x47\x29\xa7\x13\x10\x28\xe2\xd5\xe4\x74\x9c\x83\x3c\x99\x6d\xa6\x4a\x1c\x48\x82\x26\xe5\x74\x4e\x02\xf5\xad\x90\x7a\x1d\x88\x83\xfe\x35\xdd\xab\x01\x43\xe7\x9b\xe9\x38\x07\x63\x5a\x2e\xb7\x5c\x40\x6d\x88\xca\xa9\x5e\x07\x46\xb2\xf8\x98\x8e\x5a\x90\xe9\x53\xda\xdb\xa6\xa1\x75\x0e\x9f\xb2\xda\xd8\xdb\x8e\x36\xc9\xb6\x4f\x06\x0c\x4b\x81\xa9\x09\x0e\xb4\x43\x74\xaa\x10\x82\x1c\x36\xa1\x42\x01\x14\xa7\x89\x72\xba\x29\x0f\x6a\xb3\xf4\xca\x09\xd0\xea\x29\xd3\xb1\x0d\xea\x44\x9d\x9d\xed\xd7\x6e\xec\x3c\x98\x52\xa7\xc3\x1d\x94\xdb\x8e\xb3\x2d\x44\x73\x24\x05\x69\x32\xdd\x72\x01\x83\xa8\x67\x39\xf5\x26\x02\xe9\x40\x9e\x6a\x92\xd3\x93\x62\x68\xa5\x53\x09\x00\x82\xc3\x04\x39\x55\x08\x41\x1f\x68\x59\xf3\xf4\x8d\x0b\x75\x0e\x9f\xb2\xed\x17\xda\x61\x35\x5d\xbf\x81\xd0\xfc\x39\xd5\x11\x41\x0c\xd4\x8d\xe9\xe4\x0f\x7a\xa0\x82\x4e\xd7\x6f\x20\x75\x4f\x98\x6f\xdb\xfe\xad\x12\x47\xff\xd2\x7a\x06\x8a\x33\xee\x39\xdd\x4c\x01\x43\xab\xef\x74\xfd\x06\x72\x3b\x68\x55\x35\x49\x50\x1b\xba\xeb\x54\x32\x81\xe0\xf0\x45\x4e\x65\x0e\xe8\xef\xe7\x50\x91\x00\xcd\x79\xce\x9c\x1f\x8b\xfa\x41\xca\xd9\xf6\xee\x9c\x80\x9e\xac\xa0\xa6\xdb\x24\x20\xbe\x1d\xd3\x6d\x12\x30\x14\x8f\x53\x75\x03\x8c\x69\x1d\x95\x72\x20\x34\xc2\x4f\x55\x50\x90\x93\xa5\xd7\xd4\xe2\x05\x52\x5f\x97\xa9\xc5\x0b\x54\x28\x99\x34\x6f\x81\xe2\xec\x7c\x4e\xa5\x1c\x28\x77\x0c\xa7\x52\x0e\xf4\x44\x05\x9d\xee\x76\x80\x74\x0d\x32\x55\x7a\xa7\x4a\x2f\x93\xff\xa9\xcd\x08\xb4\xbb\x30\xa7\xea\x2c\x88\xad\xf7\x5f\x4f\xc5\xa7\x1b\x18\x20\x83\xb6\x3b\x55\x50\x40\xb9\x43\x7a\xba\x5b\x71\xba\x5b\xc1\x77\x38\x75\xa9\x04\x41\x14\x9c\x3c\x5d\x6a\x82\x24\x70\x54\x9e\x04\xdd\x11\xd1\x7c\xe6\x53\x89\x07\x42\x25\xff\xd4\xca\x04\xda\xfd\x91\x53\x21\x08\x3a\x86\x4f\xbd\x4d\xc2\xaf\x1c\x89\x77\xaa\xff\x9c\x3a\x38\x86\x4f\xdd\x26\xdd\x1c\x78\x58\x6d\x77\x2a\x17\x41\x12\xa3\x30\x4f\xb7\xb5\x41\x05\x6b\xfa\xd3\xc5\x2d\x68\x17\x91\xa7\x8b\x5b\x90\xee\xa2\x9c\xaa\x44\xa7\x2a\x91\xdf\x41\xc3\x13\x08\x22\xae\xe5\xe9\x9e\x06\x48\x77\x6e\x4f\x75\x1e\x30\xce\xd3\xa7\xfc\x80\x5f\xd7\x7c\x3e\xa0\x6a\x10\x68\xe2\x65\xe5\xa9\x40\x05\xc3\xd9\xf9\x54\xa0\x82\xfc\xbe\x51\x2f\x4b\xd0\x5a\x6a\x4f\x65\x2c\x68\xcd\xfe\xa7\x02\x15\xb4\xc6\x80\xd3\xed\x88\xd3\xed\x08\x64\xec\xa9\xf4\x04\xa9\x11\xfe\xd4\x7f\x09\x94\x93\xd9\xa9\x4a\x05\x3a\xfc\x1c\xae\x5a\x40\xb9\x75\x7f\xea\x99\x04\x8a\x08\x0e\x79\xea\x99\x04\x32\xe8\xf0\xa7\xba\x18\x48\x8e\xd5\xe7\xa9\x71\x0d\xc4\xee\x1b\x5d\x01\x81\x20\x54\x5a\x9e\xfa\x1c\x81\xe1\x5e\xf1\xa9\x25\x0d\xf4\x44\xc1\x39\x55\xcf\x40\x9e\x0c\xea\x53\x79\x0d\x92\xb0\x3c\x79\x6a\x1f\x00\x51\xf6\x55\x97\xf9\xa0\x08\x84\x98\xa7\xf2\x1a\xc4\x86\x54\x3f\x4f\x07\xcc\xc9\x80\x61\x5d\x79\xea\x73\x04\xc2\x45\xd1\xa9\x31\x00\x84\x46\xbf\xd3\xc5\x1a\xe8\xe1\xd7\x56\x84\x83\xd0\xde\x76\xba\x7e\x03\xad\x81\xfa\x7c\x9b\xd7\x9b\x4d\x66\x16\xb7\xa7\xc2\x19\xb4\xbe\xbe\xa7\xc2\x19\xb4\xdb\x7b\xa7\x3a\x22\x28\x8e\x75\xe5\xa9\xcf\x11\x08\x6d\x59\xa7\xa6\x32\x50\x61\xe3\xa8\x23\x82\x2c\x56\x1a\xe7\xc7\x9e\xf3\xd1\x3e\x69\x92\x7d\xf5\xa3\x91\x94\xd2\x2b\xaf\x41\x12\x5c\x29\x4f\x4d\x06\xa0\x0e\x7b\xa1\xc2\x19\x54\x38\xac\x5c\x31\x82\x72\x4b\xee\xd4\x8a\x00\x86\x13\xd0\xe9\xb6\x36\x28\xcd\x9f\xe7\x6d\x85\x16\x86\x2e\x18\xa7\x26\x3c\x50\x81\xa2\x7a\xba\x8f\x01\x7a\xfb\x26\x99\xfd\x8d\x21\xc6\xbe\xaa\x55\x0f\x74\x59\x2e\x77\x15\x40\x9e\x4a\x13\xe5\xf5\xe9\xc1\x28\xac\x7a\xa7\x5b\xd1\xa0\x02\x85\xf0\xa5\xab\x28\xa8\x03\x89\xf9\x72\x41\x0a\x4a\xdb\xcc\x4b\x1b\x3f\x48\x6d\x92\x2f\x97\x87\x2f\x97\x87\x48\xcc\x97\x66\x7f\x50\xaa\x7a\x2f\xa5\x2f\x08\x1d\xda\x5f\x2e\x22\x41\xaa\x1a\xbf\x34\xfb\x83\x24\xe2\x57\xbe\xf4\x39\x02\x49\x28\x90\x7c\x29\x90\x5f\xfa\x1c\x51\xed\x97\xa6\x0c\xd0\x2a\x12\x2f\x4d\xf5\xa0\x39\x1c\x9f\x2f\xf7\x8a\x41\x10\x18\x27\x5f\x9a\x03\x41\xdb\x01\x5e\x8a\x47\x50\x84\x06\xce\x97\x92\x09\xf4\xa4\xdf\xbf\x14\x43\x20\xd5\xa9\x5f\xae\xec\x40\xee\x16\x42\xcf\x93\x97\x3e\x80\xf4\xe8\x97\x36\x36\x10\x6e\xa7\xbe\x74\x46\x01\xc5\x39\xf5\x7c\x69\xff\x06\x59\x96\x5e\xd5\x05\x0c\x7d\xc7\x5e\x97\xd9\x5f\xae\xec\x68\x7b\xad\xd1\xa0\x74\xe3\x7e\x39\x60\x5e\x6e\x0f\x22\x0b\x5f\x7a\xe4\x81\x5e\x93\xce\x2f\xa7\xe2\x97\xd6\x68\x50\x85\x7d\xf2\x65\x57\x06\x5d\xbe\xdd\x2d\x39\x10\x1c\xad\xce\xb7\x6b\x1b\xd0\xce\xbb\x6f\x57\x2d\x60\x72\x8e\x3a\xdf\xda\x30\x40\x06\x7a\xd9\xdb\xed\x2a\x30\x26\x9f\xf9\xed\xe4\x0f\x9a\x73\x8c\xf9\x76\x2a\x06\x49\x9c\x8f\x7c\x6b\x3e\x00\xa9\x55\xee\xad\x4b\x00\xc8\x69\xb9\x9c\xcc\x40\x11\xd4\x2c\xdf\x4e\x66\xa0\x89\x15\x96\x6f\x27\x33\x30\x38\x9f\x9f\x6f\x27\x33\x50\xf1\xcd\xab\x4d\x62\xc2\x46\x66\xbc\x5d\x30\x80\x9a\x0c\x9e\xb7\xbd\x08\x24\xd1\x37\xf2\xed\x9e\x3d\xa8\xf8\x66\xff\x31\xe9\x83\xd9\x8c\x3a\x72\xde\x59\x04\xc1\xd6\xf2\xad\x9d\x19\x0c\x65\xec\xdb\x35\xc4\x5b\x5b\x83\x8d\xa3\xbf\x17\xe8\x32\x7b\x67\x41\x90\x3a\x93\xbc\x35\x2c\x80\x24\x54\x49\xbe\xdd\x4f\x02\x95\x7e\x0e\xd7\x23\x20\xf7\xc3\xa7\xac\x63\x1b\xf1\xd8\x24\xeb\xd8\x7a\x04\x53\x08\x97\x28\x20\x39\xd1\x99\x6f\x17\x1f\x20\x0e\x26\xff\xb7\x96\x6d\x50\x44\x07\xce\xb7\x46\x0a\x90\xd9\x26\x59\xa1\x85\x9c\x8c\xcd\xb7\x76\x0b\x90\x44\xf1\xca\xb7\xbb\x4e\xa0\x08\x7c\x92\xef\x69\x13\x2e\x0c\x25\xf1\xdb\xb9\x12\xe4\xc6\xea\xe0\xad\x7f\x2e\xe8\xb0\xa1\x9d\x3e\x41\x9f\xac\xdf\xde\x4e\x9f\xa0\xdc\x17\x7c\x6b\x5e\x07\x63\xfa\x69\x9d\x51\x41\xb9\x11\xf5\x76\xe8\x83\x72\x87\xf4\xed\xd0\x07\xb5\xfb\x1d\x5d\x60\x81\xd2\x82\xf3\xd6\xc4\x02\x46\x32\x69\xbc\x35\xb1\x80\x0c\x5b\x55\x99\x01\x52\x07\xc9\xb7\x73\x38\x28\xb7\xee\xdf\xfa\x22\x80\x26\xc2\x69\xbe\x9d\xc3\x41\x72\x46\x30\xdf\x2e\xc3\xc0\x38\x59\x0a\xbc\xdf\x76\x93\x37\x33\x6a\x9b\x64\x21\xdc\x59\xc3\x2a\xf7\xd6\x52\xfb\xd6\x52\x8b\xec\x7f\x7b\x1a\x04\xa4\x7b\x48\x6f\xdd\x92\xc1\xd0\x35\xe4\xed\x96\x1c\xc8\x0e\x7f\x68\x13\x1a\xf4\xc3\x6a\xbf\xfd\x8e\x0b\x59\x0e\x2b\x77\xe9\x40\xbb\x7b\xf8\x56\x2e\x82\x2a\xbb\xaf\xba\x05\xa8\xc3\x0a\x29\x2a\x41\x6c\xf6\x2f\xd7\x82\xa0\xdc\xd6\x7e\xab\x81\x80\x70\x4f\xe4\xed\xf2\x10\x0c\xdd\x26\xde\x0a\x54\x90\xbb\x6f\x54\x03\x01\xf1\xfd\xda\x3a\xd6\x81\x2e\x87\xa8\x1a\x08\x28\x7d\x4c\xdf\x6a\x20\x20\xdb\x91\xa6\xbf\x05\x08\x37\xeb\xde\x2e\x0f\x41\x78\x6a\xe3\xed\xf2\xf0\xed\xa6\x85\x3d\x5a\xb1\x0d\x86\xab\xcf\xb7\x2e\x18\xa0\x87\x79\xb9\x88\x04\xb5\x31\x01\xbd\xdd\x6a\x7c\x7f\xcf\xaf\xd0\xaa\xca\x7b\x90\x7a\x26\xbd\x3d\xd2\x02\x42\x77\xe9\xb7\xda\x0c\x68\xcd\x6e\x6f\x67\x05\x90\x5a\x96\xde\xae\x51\xdf\xdf\x35\xaa\x85\xb0\x09\x6f\xe4\xbd\xd5\x56\xc1\x01\xf1\x1d\xdb\x2e\x5b\x41\x69\x6d\x7c\xeb\xb7\x07\xda\x35\xdb\x5b\xcf\x6e\x90\xdf\x0a\xa9\x19\x81\xe6\xb8\x6c\xbe\x5d\xdc\x82\xd4\x24\x7e\xa9\x06\x81\x74\xab\xf1\xd2\x08\x0f\x52\x63\xe6\xe5\x7e\x27\x28\xe2\xfb\xe5\xa5\x71\x0e\x94\x3b\xca\x97\xd3\x1c\xa8\xe3\xf4\xa9\x97\x49\x6c\xdd\x0f\x9f\x7a\x9b\xc4\x0e\x7c\xfd\x3a\xd2\x64\x5e\x1a\xf7\x41\xb8\x35\x71\xb9\xdb\x0a\x82\x18\xed\x79\xb9\x00\x07\x99\x08\xd4\x4b\xed\xed\x32\x22\x23\x7d\xed\x72\x46\x05\xad\x0d\xf6\x72\x39\x0d\x72\xa0\x84\x5d\x9a\x06\x41\x71\x3b\x41\x5e\xda\xfb\x41\x68\xc9\xbf\x5c\xc9\x82\x26\x92\x4b\x5e\x3a\x5a\x80\x74\xd5\x72\xe9\x68\x01\x4a\x47\xd5\x4b\x0b\x1f\x68\x82\xe6\xe6\xe5\xae\x00\x18\xfd\x4d\xba\x4c\x42\x85\x9c\x26\x59\xed\x81\xbf\xbb\x8d\xae\xd7\xe0\xf5\xf5\x1a\xa4\x10\xea\x03\x97\x5e\x83\xd8\x86\x2f\x0f\xfa\x80\x41\x34\xa3\xbc\xd4\x04\xc1\x50\x55\xbb\x5c\x3b\x83\xa1\x2c\xbb\x34\x33\x5e\x9a\x19\x6d\x2f\x77\x18\x40\x16\xae\x9e\x97\xcb\x69\x90\xc5\xf9\x93\x4b\xdd\x02\xa4\x5b\x26\x97\x8a\x04\x28\xf7\x8a\x2f\x3d\xbb\x41\xea\xc9\x75\xb9\x04\x06\x71\x20\x9c\x2f\x75\x4f\x10\x59\x26\xf9\x85\xca\x9d\x48\x3e\x87\x07\x7d\x40\xe8\x74\x76\xb9\xde\x05\xe9\x12\xe5\xd2\x6f\x0f\x04\x41\xb3\xf2\x72\xf2\x07\x39\xec\x26\x5a\x1e\xc1\xd4\xc5\xf9\xd2\x69\x03\x84\x87\xe5\x2e\x5d\xaf\x41\x11\xc0\x32\xaf\x97\x49\x2f\xb6\x49\xec\x4c\x1a\xfd\x40\x4e\x44\xe5\xe5\x2e\x30\xc8\x34\x2f\xe7\x24\x30\x08\x55\x9a\xd7\xdb\xbc\x16\x42\xbb\xd6\xe5\x04\x04\xb2\x31\x65\x5c\xce\x36\xa0\xa7\x7d\xd5\x13\x2f\x20\x9c\x8a\x2f\x67\x1b\x90\x13\x15\xe1\xd2\xa6\x08\x82\x18\x40\x79\xb9\x46\x05\xa5\x1f\xec\xe5\x6c\x03\x32\xfd\x1c\x2e\x0f\x41\x7f\x07\x8c\x7b\x0f\x20\x07\x93\xd9\xa5\x5c\x04\xd9\x76\x4c\x65\xd9\x45\xf8\x0b\x97\x28\x97\xdb\x11\xa0\x55\xe2\x2e\x65\x19\x88\x03\x37\xee\xcb\x25\x1d\x28\x27\xa0\x4b\x13\x1c\x68\x65\xec\x47\x29\x05\x52\xaf\xd4\x8f\xa2\x03\x84\x5e\x06\x1f\x45\xc7\xc7\x28\x16\x54\xe8\xa3\x9c\x00\xa3\xbf\x49\x61\x52\x60\xf5\x1d\x24\x95\x49\x1c\x2d\x0a\x93\x7c\xe3\x4e\x58\x0e\xaa\xfd\x51\x9a\x80\x48\xea\xf8\xd1\xc6\xf6\x31\x84\x29\x8a\xfd\xc7\x25\xdd\x47\x4f\x2e\x3a\xc0\xc7\x91\x06\x82\x38\x10\xf9\xf1\x0c\x05\x18\x89\x6b\xc8\x47\x2d\x1e\xc4\x60\xf0\x7d\x54\x7a\x41\xba\x2c\xf9\xd8\xef\x41\x29\x60\x3e\xf6\x7b\xd0\x1b\xf3\xdb\x47\x15\x14\x0c\x3d\x18\x3f\x2a\x97\x20\x0e\x86\xfb\x47\xef\x07\x10\x7a\x19\x7c\xdc\x14\xfb\x78\x60\xcb\x37\xaa\xb1\x81\x22\xb0\x61\x7e\xf4\x7e\x00\xa9\x95\xfc\x63\x2f\x04\xb5\x31\x3b\x7f\xec\x85\x9f\x6f\x2f\x34\xc9\xd2\x2f\xe4\xb0\x71\x74\x56\x02\xd9\x4c\x53\x1f\x77\xba\x41\x11\xc2\x3b\x3f\xaa\x1b\x1f\xfd\xf8\x2d\x97\xbe\x9c\x20\xe7\x61\x92\x3f\x5c\x68\x77\xcd\x3f\xea\x16\xa0\x74\xc1\xf8\xa8\x48\x80\x2c\x3f\xad\x8a\x04\x48\x62\x3f\xe4\x47\xad\x01\x0c\x0f\xf1\x7d\xd4\x1a\x40\x79\x92\xf9\xa3\xd6\x00\xc6\x44\xf1\xfa\x38\x3a\xc0\x48\x56\x63\x1f\x55\x04\x10\xd3\xaf\xad\x3e\x00\x7a\xb3\x55\xf5\xbf\x04\xe1\xe1\x9e\x8f\x9e\x4d\xa0\xb4\xfd\x7d\xf4\xbf\x04\xe9\x0a\xfb\xe3\x48\x03\xad\xd2\xfb\x71\xe3\x0f\x74\xf5\xdf\xe1\xb6\xf5\x71\xd4\x7d\x34\x7c\x7f\x0b\x64\x19\x1f\x43\x45\xad\xca\xdd\xee\xf8\x81\x24\xc6\x62\x1a\x2e\x4d\x34\xa1\xa2\xf2\x76\xc7\x0f\xa4\xfb\xd9\xb7\x4b\x60\x30\x0d\x62\x60\x88\x33\xd1\x06\x31\x30\x78\x99\xe8\x9d\xd5\xa7\x91\xca\x44\x6f\xbb\x49\x6f\x93\xf0\xcf\x65\x2d\x78\xeb\x8b\x09\x8a\xab\x37\xf2\xd6\xdc\x02\xd2\x33\x36\xb7\x96\x6d\x90\x5a\x14\x0c\x71\x26\x32\x98\x21\x6e\xbd\x2c\x41\xa5\x45\xd5\x28\x03\x42\x4b\xad\x51\xcf\x44\x0e\x14\xa7\x7b\x98\xd7\xc0\xb7\x10\x75\xf4\x76\x0e\x07\xad\x8f\xc3\xed\x1c\x0e\x4a\x9f\x90\x5b\xfb\x37\xc8\x46\xb2\x18\xd6\x4c\xb4\x3b\xdd\xb7\x26\x71\x10\xfa\x12\xdc\x8a\x11\xd0\x6e\x32\xdf\x4e\xc5\x20\x3c\x63\x63\x90\x31\xd1\x8a\xf0\xdb\xbd\x3c\x10\x5a\xc9\x6f\xa7\x62\x10\x3a\x93\xdc\x2e\xcd\x41\xbb\x49\x73\x7b\x7c\x0a\x0c\x4d\x06\x86\x22\x13\xed\x49\x89\x5b\x0b\xf2\xad\x05\xb9\x4c\xb2\xf4\x84\x22\xd3\x0d\xe9\x76\xd1\x0d\x5a\xd7\xb4\xdb\xd9\x19\x8c\x60\x6f\xea\xd6\xaf\x13\xb4\xe7\xc1\x6e\xd7\xe1\x37\xfe\xf2\x7a\xb8\x1a\xd6\x4c\x84\xda\xcc\xad\x9d\x19\x94\x07\xb8\x6f\xe5\x22\x48\x2d\xb5\xb7\xa6\x67\x90\xc3\x6a\xbb\xc2\x06\x39\x18\x4f\x06\x19\x13\xa5\xec\xbf\x5d\x3b\x83\xd2\xe7\xe8\x76\x55\x0c\x06\xb1\xc2\xf2\x76\x09\x0c\x72\x47\x4a\xdd\xca\x58\x90\xc3\x72\xb9\x92\x05\x71\x60\x1a\xbc\xf5\x43\x03\xe5\xc6\xb0\xb1\xc2\xc4\xf0\xc8\x93\x81\xc1\xf2\x1b\x18\x0c\xc9\x72\xab\x35\x80\x9c\x28\x38\x06\x06\x13\x39\x1c\x0a\x2a\x12\x60\xa8\xf7\xdf\x8a\x70\x50\x5a\xbc\x6e\xb5\x06\x50\x1a\x23\x6f\x17\xa4\x20\x07\x7a\xdd\xad\xab\xc3\xad\x8f\x28\xda\xf2\xad\xa1\xee\xf6\x34\x2d\x4b\x4d\x63\x85\x89\x08\xfb\xbd\xeb\x4a\x30\x4e\x4c\x06\xb7\x8b\x48\x30\xb8\x7c\x24\x8d\x02\x26\x82\x70\xe7\x79\x6b\xb3\x06\xa5\x41\xed\xd6\xcb\x09\x94\x9e\x82\xc6\xf7\x12\xe1\x8a\xf1\x56\x9b\x01\xbd\xa1\xc5\xdf\xca\x7e\xd0\x6e\xdd\x1b\x05\x4c\x0c\xf5\x81\xdb\x25\x1d\x08\x7d\xda\x6e\x25\x31\x68\xb7\x56\x8d\xef\x25\xf2\x44\x38\x1b\xdf\x4b\x54\xef\xfe\xd0\xd2\xe3\x31\x55\x8e\x5a\xd5\x20\xd0\x1e\x83\x33\xe4\x97\x48\x7d\x37\x1e\xd7\x6f\x20\x2c\xaa\x21\xbf\x44\xab\x07\x1b\xb9\x4b\x24\x97\x46\xa4\x61\xba\x44\x12\xaa\x36\x1f\x3d\xa6\xc0\x38\x59\x74\x3f\x6a\x46\xa0\x3c\xdd\xfe\xb8\x6d\x09\x4a\x5d\xff\x51\x33\x7a\x3c\x64\xd5\x66\x3f\x4d\x22\x02\x64\x9a\xd7\xdb\x24\x4c\xf5\xf4\x9c\x47\x2b\x39\xa8\xf6\x8d\x7a\xc2\x83\x76\x6d\xf4\xa8\x52\x81\xd6\x2e\xf6\xa8\x52\x81\x20\xd0\x55\x3e\x2e\xd0\x40\xda\x01\x1e\xfd\x2d\x40\x11\xb9\x2b\x0d\x1f\x26\x86\x92\xdc\xf0\x61\xa2\x6d\x7b\x43\x7e\x89\x0e\xac\x1b\x8f\x5e\x19\x60\x28\x3a\x1e\x45\x2d\x08\x1d\xa7\x8c\x02\x26\x82\x7b\xc9\xf2\xd1\xb5\x16\x04\xf1\xbd\xf2\xd1\xa2\x0a\xba\xcf\xe3\xd7\x53\xb1\xe1\xbf\x44\x9f\x74\x2c\x63\x7d\x89\x32\x2a\xc3\xa3\xbc\x06\xad\x43\xd6\xa3\xd9\x1e\xe4\x69\xa3\xbb\xa1\x08\xea\xb0\x63\xa9\x55\x1a\x11\xcc\xfd\xdd\xc7\x3d\xc6\x47\xb7\xad\x36\xc9\x37\x96\x87\xdf\x4d\xb2\x09\x4a\x07\x47\xdf\xf8\x31\x89\xc3\x26\xc8\x1f\x63\x85\x89\xde\x6c\x02\x97\x61\xa0\x36\x14\x89\xc7\xe9\x00\x84\x9e\x7e\x8f\xb2\x1f\xe4\xc9\xee\xce\xa3\xa0\x07\x9d\xb6\x84\x07\xa3\x8c\x15\xc6\xad\x4d\xf9\xe8\x83\x0c\xca\x20\x06\x86\x0f\x13\xc5\x2d\x3c\xf9\x68\xa9\x7d\xb4\xd4\x22\x50\x1f\xa7\x03\x90\x85\x10\x34\x30\x98\x68\x55\x5b\x03\x83\x89\x28\x74\x9e\x47\xb3\x2c\xe8\xd3\x2f\xef\x22\x12\xe4\xb0\x09\x5d\x44\x3e\x06\xb0\xb1\xdf\xba\x8b\x02\xe2\x60\xe9\xf4\x38\x8f\x80\x18\x0e\x0b\x6d\xb0\x20\xf4\x08\x7e\xb4\xc1\x82\x74\xd5\xf2\xe8\xab\x02\x4a\x67\xef\xc7\xa9\x05\x84\x7b\x0f\x8f\xcb\x56\x90\x1e\x52\x78\xdc\xfb\x04\xad\xe1\xe9\x71\x25\x0b\x72\x6b\xf3\xb2\x25\x50\xf2\xcb\xc1\xa3\x29\xd5\x50\x64\x2a\xc0\xc6\x1d\x13\xad\x03\xed\xe3\xd4\x02\xe2\xc0\x92\xf6\x68\xfe\x04\xed\x8e\xf2\xa3\xde\x0f\xfa\xb4\x9b\x68\xd8\x04\xf9\x15\x10\x5a\x31\x41\x1b\x49\xe1\xd1\x3e\x09\xe2\x5b\x54\x17\x0c\x8f\x01\x26\xd1\xfb\x1f\x27\x0d\xd0\x84\xfc\x4a\xc3\x87\x89\xfa\x76\x39\xdd\x57\x1e\x8e\xf4\x6a\xdd\x30\x30\x98\xe8\xa1\xfc\x51\x7d\x07\x3d\x7c\xa3\x86\x3a\x10\xbb\x9f\x43\x05\x1a\xf4\xc4\xe0\xfa\xb8\x39\x09\x92\xb8\xf6\xb5\x21\x9c\x45\x12\x20\xa0\x8c\xb6\x25\x02\x81\x5a\x46\xdb\x12\x4d\x60\x9e\x32\x8e\x96\x88\x58\xea\x46\x71\x8d\xde\x17\x79\x14\x49\x6c\x3b\x8a\x8e\x61\xd2\x6e\x12\xc1\x3d\xd7\x42\xb9\xbc\x3c\x4f\x04\xa7\x43\xcb\x08\x59\x22\x09\xc1\x50\x46\xc8\x12\xf5\xb7\xec\x5f\x26\xe9\xad\x76\x92\x64\x85\x0e\x0e\x2a\x1e\x54\x28\x7c\x23\x41\x6b\xa2\xc9\x3e\xac\x23\x77\x50\x10\x8f\xb1\x0c\x87\x25\xb2\x37\xea\x18\x56\x28\xe8\x13\x1b\x85\x48\x2b\x94\xf8\x20\x9f\x3c\x95\xe6\x95\x46\x64\xe5\x8d\x69\x85\x52\x17\x30\xca\x85\x10\x15\x49\x54\xe2\xda\xd2\xec\x0d\xc9\xbb\x66\x9b\xda\xca\xbc\x10\xa2\xe7\xe0\xa9\xb2\x5c\x45\x60\x8b\x93\xf6\xc2\x24\x25\x26\xeb\x99\x32\x68\x96\x68\xd4\xff\xda\xca\xf6\x2a\xf7\x90\xcc\xde\x42\x10\xa5\x00\x07\xa3\xda\xca\x26\x2c\x62\x5d\x14\x7d\xa2\xfc\xb4\x85\x39\xd0\x86\x2e\x8b\x5a\x1c\x7c\x39\x69\xaf\xb2\xa1\xcb\x69\x9d\xa4\xb6\x71\x16\x26\xa7\x5e\xcb\xd0\x5a\x22\xcf\x49\xe3\x4c\x0b\x31\xb5\x59\xfb\x94\x6f\x9c\x1e\xe4\xf0\x29\xdf\x38\x89\xfa\x31\x68\xfb\xd3\x6a\x9f\xb8\xf2\x0d\xde\x78\xda\x31\xd9\x43\xc2\x14\x5b\xdb\x69\x85\x4e\x3c\xce\xd3\xa4\xb7\x49\xea\x62\xb4\xc4\x69\xe9\x39\x70\x4a\x00\xd3\xda\x5e\x96\x5e\x07\xdc\x83\x56\x7d\xd9\xf6\x0b\xcd\x59\xe0\xf2\x06\x5c\xd1\x87\xd9\xbf\xec\xab\x2f\xa2\x71\xef\x7c\xed\xb7\x79\xb1\xa3\xc3\x41\xd8\x32\xbe\x97\x48\xd6\x92\x65\x7c\x2f\x11\x47\xfd\x7a\xaf\xb8\xbc\xef\x56\x34\x61\x81\xca\x0b\x6f\x45\x60\x51\x28\x6f\xbc\x15\x83\xfd\x91\xf2\xf2\x5a\x11\xc7\x34\xc9\x16\x46\xe2\xed\xf6\xb5\xcb\xaf\xc5\x26\x4d\xef\x34\xd4\x65\xe5\x70\xd8\xfb\xb6\xca\xc7\xf1\x84\x77\xde\xb4\xaf\x7d\x6c\xf4\x0f\xdb\xf8\x69\x92\x6f\xfc\xb0\xf5\xb5\x91\xd7\xc7\x46\xff\x18\x58\x9e\xa7\x6e\x1b\xca\xb8\x87\x76\xac\xdb\xec\x8d\x7b\x78\xd2\xe8\x8f\x4f\xe1\x5d\x3c\xec\x45\x8f\x4f\x61\x9d\xc0\xbc\x5e\xdb\x63\x73\x62\x8a\x18\xe1\x53\x36\xce\xc3\x1e\xe3\xe6\x53\x76\xbf\x87\x81\x58\x94\xeb\xb1\xf4\xec\x56\xc4\x37\x2f\xbb\x0c\x0a\x30\x51\x74\xca\x90\x5f\x22\x51\x4a\xca\xf8\x5e\xf5\x8d\xef\x45\x1d\x77\x76\x2b\x6a\xd7\x6f\x78\x4d\x79\xb5\x63\x1a\x14\x81\x72\x58\x3b\xa6\x41\xd1\xb9\x56\x8c\xb5\x2b\x89\x41\x8d\x93\xec\xd1\x76\x45\xf6\x37\xe9\x65\x92\x21\xbf\xf8\x21\xaa\xad\x48\x5c\x28\xca\xf0\x61\x62\xe4\x4e\x92\x02\x15\x8c\xb9\x96\xc0\xb5\xe3\x4a\x2c\x9a\xe5\x4e\xed\xf8\x0d\x8b\xde\x4e\x93\xfc\xe1\x30\x20\x70\x92\x74\x99\x74\xb1\xa1\xb8\x93\x64\x85\x06\xae\xfd\xb4\xaa\x77\xf4\x8a\x3a\xfc\xa1\x62\x17\x14\xc1\xf1\xca\x58\x61\x22\x88\xff\x5d\x46\x01\x13\x85\x55\xae\x8c\x02\x26\x0a\x0b\x72\x79\x51\xaf\x18\x2c\xb0\xca\x28\x60\xa2\x63\x98\x64\x51\xb5\x48\x20\x2a\xbd\xf1\x53\x34\x47\xc4\x6a\x57\x5e\x83\xe0\x7e\xe3\xda\xd3\x37\xa6\x1e\xc1\xe4\xa5\xbc\x06\x8d\x57\x58\xed\x69\x1d\xd3\xe3\x1a\x74\x13\x45\xb8\x81\xc1\x9c\x0e\x76\x45\xb8\xb7\x67\x4c\xfb\x84\x22\x1c\x8c\xf0\x8d\x65\xb5\xbd\x1f\x98\x19\xd5\x58\x61\x62\x10\xef\xb3\x8c\x02\x26\xca\xc1\x67\x7c\x2f\x11\xb8\xaf\x94\x17\x90\x8a\x3a\x6c\xaf\xb6\xaf\x36\x7d\xd5\x5e\xd8\xbe\xb1\x5d\x74\xf3\xc6\xb6\x8e\xad\x50\xe0\x8d\x6d\xf6\x04\xc8\x65\x87\x74\xad\xc6\x49\x9a\x1c\xf4\xb1\xed\xa7\xd5\x9e\x1c\x82\xd9\x7c\xca\x2f\x84\x29\x03\x57\xd1\xe2\x72\x90\x2f\xca\xf9\xcd\x9b\x51\x45\x84\xdd\xe4\x34\xfb\x13\x5f\x28\x0b\xa1\xec\x07\x7d\x38\x60\x4e\x1b\xe7\xe4\xa8\xb1\xa5\x47\x2b\x15\x93\x18\x66\xb5\x3b\x1d\x80\x66\x99\x5f\xbb\x22\x1c\x24\x2e\x86\xb5\x2b\xc2\x41\x70\x7e\xae\xf6\x97\x79\xbd\x08\xd4\x77\x50\xa1\x97\x6d\xcf\x91\x3a\xac\xd1\x65\x60\x30\x31\xea\x9b\x64\x1d\xd5\x4a\x1d\x7c\xca\x7e\xd0\xce\x95\x86\x0f\x13\x79\xee\x26\x59\x54\x0c\xd4\xdc\xfc\x52\xfb\xdb\xbc\xde\x9e\x98\xa1\x71\x2e\x3b\x13\x11\x6a\xb8\x5b\xb9\x76\x65\x34\x18\x58\x37\x6a\xbf\x6c\x1c\x6d\x20\x76\x80\xcb\x0a\xe1\xdd\x37\x50\x24\xf6\xcb\x37\x7a\x6b\x46\xf9\x43\xeb\x78\x69\x1b\xe6\x8d\xb7\x45\xbd\x59\x44\x3a\xac\x1e\x2b\xc4\x11\x57\xfc\x1c\xcb\x90\x5f\x22\xbe\xa3\xf6\xb1\x5c\x58\x7d\x09\xd1\x5f\x46\x01\x13\xdd\x7e\x5a\xa5\xaf\x21\xbf\xb6\x69\x92\xad\xba\x30\xbe\xa3\xf6\x71\xa4\x3d\x8a\xc7\xf5\x46\xa3\x80\x89\xc0\xd1\xb5\x8c\xef\x25\x82\xb0\xfa\x65\x7c\x2f\x31\xf0\xb3\x2e\xe3\x7b\x89\xe0\x92\xd9\xf2\x2a\x53\x91\x55\xbf\x0e\xf1\x51\x87\x52\xfd\xf0\x32\xbf\xb6\x40\xb7\x49\x98\xa7\x18\xd4\xc7\x6e\x19\x77\xaf\x75\x33\x69\x37\x89\xf9\x8d\xa9\xf8\x50\xe5\x06\x03\x1b\x6c\x1d\xaa\xdc\x87\xe1\x64\xc2\x24\x8b\xbd\xbb\x99\x3b\x49\x7a\x4c\x7a\x38\xa9\x45\xf6\xea\xd7\x60\xa4\x95\x53\x4d\x06\x45\x0c\xa0\x32\x30\x98\x08\x22\x86\x97\x81\xc1\x44\xd5\x5a\x90\x96\x97\xf3\x88\x89\x91\xb4\xbc\xce\x54\x04\xee\x05\x65\xf8\x30\xd1\xec\xf8\xd5\xe1\x74\x00\x02\x2f\x94\x3a\x9c\x0e\x40\xb0\x57\x5c\x47\xf8\x46\xdc\xc9\x92\xc9\xec\x50\x57\x07\xcd\xcd\x8a\x65\x60\x30\x91\x1c\x23\x29\xaf\x34\x15\x3d\x99\xb9\x0e\x7c\x0b\x45\x72\x5f\x6b\x19\x2b\x4c\x24\xbe\x3d\x65\x60\x30\x51\x38\x3e\x95\x77\x9a\x8a\x1e\x93\xa2\x2a\xfb\x41\x3b\x15\x7b\xef\xa8\x48\x2c\xc8\x75\xb4\x45\x6d\xf6\x47\xd0\x04\xbd\x77\x54\xe4\x6e\x51\xdb\x72\xb5\xe5\xa2\xa1\xdb\xbe\x86\xdb\x16\x7e\x8a\x65\x30\x2f\x91\x1c\xa4\x2f\xaf\x22\x15\xb1\x59\xfa\x69\xdb\x4f\x85\x20\xe5\x52\x99\x06\xa3\x6c\x55\xc5\x2e\x68\x97\x4e\x46\xee\x12\x79\x22\x92\x8c\xdc\x25\x72\x98\x3d\x46\x65\xd1\x2e\x05\xb8\x85\xf4\x8b\xae\xa6\x71\x14\xbb\xa0\xca\xf6\x52\xbf\x06\x8d\x33\x49\x19\x80\x4b\x74\xda\x84\x6f\x0b\xf1\xe6\xd3\xda\x5e\x6f\xdf\xf8\xd6\x8c\x4d\x51\xdf\x56\xe8\xed\x12\x98\x72\xa9\xbb\x82\x9c\xc3\x24\xbf\x23\xba\xeb\xe1\xd0\xbf\xac\x10\x86\xe0\xdd\x4f\xab\x5c\x04\x31\x99\x34\x0e\xe5\x22\x08\x6e\x0d\x2c\x23\x77\x89\x08\x3b\xd3\xe5\x1b\x59\xd3\x9f\xdf\x24\xdf\x78\x19\x06\x8e\x0a\x5d\x7e\xb4\x0b\x87\x08\x26\x8d\xe3\xe3\x47\xc3\x82\x4c\xd4\xfd\x32\xe4\x97\x18\x89\xde\x7f\x7c\xec\x72\x1f\x2c\xb5\xc3\x24\x3f\xed\x87\x2b\x09\x86\x3f\xb4\x33\x7d\x6f\x9b\xa0\xf4\x1f\x2b\x84\xc9\x60\xf7\x6b\x7f\xac\x10\x81\xc1\xce\xdd\x1f\x5a\x21\x9c\xaa\x5d\xd3\x1b\x18\x4c\xb4\x53\xcb\xa1\x7e\x0e\x82\xad\xa0\x3a\x6e\x93\xf4\x13\x42\x38\x1f\xb7\xd5\xbe\xd9\x0e\xb5\x47\xdf\x0e\x05\x5c\x87\xf6\x83\xbc\x6e\x5b\x42\xd7\x21\x04\xfd\xa1\x7e\x0e\x86\xda\x8c\x81\xc1\xc4\x38\xfd\x42\xce\x10\x60\xb4\x22\xed\x31\xfb\xc7\xcb\x32\x4d\x32\xfb\xc7\x86\x5e\xe5\x1a\x2a\xe3\xc3\xf8\xbb\xb4\xc4\x50\xf6\x0f\x43\x25\xc4\x49\xd2\x69\x92\x4e\x8d\x24\x29\x7d\x41\x1c\xa8\xa0\x83\x6d\x38\x51\x1c\x07\x2a\xe3\x68\x89\x3a\x99\x51\x07\xc6\x5b\x51\x5c\x36\x5d\x63\xf8\x43\x82\x6a\xe3\xca\x57\x83\x3d\x37\x11\x0e\x98\xa1\x2c\x1c\xdf\x03\x26\x3c\xa5\xb0\x32\xf6\x15\x81\x53\x6a\xa8\xa8\x82\xe6\xac\x79\x8d\xb0\x10\x44\x4f\xe0\x94\x4b\x0d\xcd\x0f\x20\x4f\x96\xad\x43\xdd\x15\x74\x9a\x97\x9a\x24\x48\x4c\x9e\x65\x5c\x29\x91\x2a\xe3\x43\x91\x06\x06\x01\x37\x6a\xb0\x9b\x26\xc6\xc9\x1c\x6e\x78\x28\xd1\xfb\xf7\x29\x5b\xa2\x39\x02\x84\xe2\x35\xda\x96\x68\x82\x0d\x30\x1e\x8d\x18\x25\x92\x38\x23\x35\x38\x7c\x21\x32\x99\x28\xbc\x43\x4d\x64\x7e\x9f\xb2\x71\x08\x46\x78\xcc\x5f\xbb\x6d\xd5\xd0\x7c\xe0\xb5\x6b\x04\x7b\xab\xa1\x78\x03\x61\x5f\x1b\xda\x0a\x40\xe2\xd2\x54\x06\xa7\x12\x83\xfd\x91\x1a\xca\x32\x30\xbe\x4f\x69\x18\x18\x5f\x2b\x26\xd9\xbf\xec\x45\x0b\x8d\x43\x7a\x71\x35\xdb\x17\x8d\x49\xbc\x8c\x57\x25\xaa\xfd\xa6\x2a\x9a\x60\xe0\x5e\x50\xdc\xd7\xf6\x45\x63\x9f\x2c\xef\x6d\x13\xc9\x79\xf8\x1a\x2f\x1b\xfd\x45\xf7\x43\x8c\x78\x2b\x9b\x18\x84\xda\x2c\xaf\x5c\x13\x35\x0e\x93\xac\xf6\x45\xf8\x79\x64\xac\xf7\xa0\x89\x50\x25\xf2\x22\x34\x51\xed\x07\x54\xfe\x78\xef\x99\xf2\x67\xb8\xcc\x07\x39\x1d\x16\x4a\x16\xd0\xca\x45\x83\x53\x89\x6c\x54\x35\x83\x40\x89\x51\x56\x48\x31\x32\x0c\x9c\xe2\x53\x8f\xa5\x7f\xf4\xb0\xa7\x10\x6a\x95\x20\xa7\x8d\xa3\xcc\x00\x39\x8e\x95\x64\xb0\x25\x91\xc4\xc7\x29\x23\x2b\x89\x98\xb4\x57\xb0\x9f\x24\x92\xdb\x48\x2a\xd4\xb2\xc2\x33\x6f\x61\x52\x9b\x84\x0a\x49\xab\x86\xb6\x4e\x90\x89\xcc\x08\x0e\xb8\x89\x3a\x7d\xea\xf0\xa9\x03\x81\x8a\xd2\x1a\x87\xe5\x3a\x58\x31\xd2\x73\x42\x31\x02\xe6\x86\xc9\xc0\x38\x47\xa2\x89\x9b\x51\xa1\x06\x02\xaa\x58\x30\x78\x6d\xb6\xe8\xc3\xa7\x34\xe7\x81\xa8\x6f\x92\xd5\x2e\x04\x57\x52\x88\x36\xaf\xe6\xd0\x50\x9b\x64\x21\xf0\x25\xd7\xd6\x19\x0e\x44\x10\x9c\x3e\xae\x50\x6b\x00\x4d\xdc\x9e\xb5\xf4\x36\x09\xad\x01\xe5\x32\x70\xf6\x16\xb5\xfb\x46\xd7\x5c\x20\xb8\x9b\xb5\xe2\xb4\x8e\x27\x6e\x94\xc8\x0c\x03\x11\x89\x66\x1b\xad\xc2\x01\x03\xc2\xe5\xa1\x81\x88\x44\x4c\x74\x9e\x78\xd9\xaa\x2f\xd7\xe1\x26\x99\x3d\x67\x5b\x0f\xdf\xa8\x09\x0e\xb4\x16\xbe\x70\x19\x06\x62\x22\xcb\xe2\x6d\xf6\x6f\xdc\x90\xac\xf6\x65\xb5\xb9\x7d\x6a\x43\x93\x34\x10\x91\x08\xb6\x95\x2a\x34\x95\x81\xe6\x70\x4e\x85\xea\x06\x68\xd7\xe1\xe1\x02\x0b\x0c\x0e\x50\x56\xa8\x48\x80\x6a\x0b\x71\x59\xfa\x0b\xc7\x16\x84\x55\xa8\x35\x80\xe0\x4c\x52\x85\x2a\x02\x08\xae\x05\xae\x70\xf2\x07\xb9\xd9\x4d\x1c\xa2\x60\xa4\xa5\x77\x3c\x82\xc0\x19\xb7\xe2\x36\x7b\x3d\x95\x4f\x93\xac\xd0\x4d\x8c\xce\x8d\xec\x5d\xf8\x81\x66\x6b\xa3\xe2\xb6\x8e\x38\x18\xb9\x6e\x08\xb5\x86\xf0\x04\xac\x3f\x74\x79\xf8\x8d\x80\x64\xe9\x1d\xdb\xa0\x27\x5a\xa9\x41\x91\x44\xbb\x36\x0a\x27\x7f\x50\x9c\x08\x2d\xaf\x63\x17\xa1\x82\x63\xe8\x24\xd1\xc4\x06\x29\x2f\x25\x17\xc9\x01\xca\xf2\x36\xf1\xfa\xde\x26\x4e\xff\xf2\x62\x70\x11\x1c\xa9\xab\x74\x6d\x94\x6e\x21\x30\xe5\x79\xa5\xb7\xe8\x49\xff\xf2\x4e\x6f\x11\xb1\x99\xd7\x63\x92\x23\x8d\x24\x17\x42\xde\xbd\x9d\x88\x47\x2f\xdf\x16\x83\x73\x57\xe5\xed\xdb\xa2\x06\x42\xc1\xeb\xb7\xc5\x20\xe8\x5f\x79\xff\xb6\x18\xf8\xe0\x94\x61\x98\x44\xa8\xe0\x78\xdf\xb6\xa8\x66\x74\x24\x9e\x3a\x62\xe0\xed\x5f\xe9\x72\x09\x34\xc1\x61\x2a\x5d\x08\x81\x24\xa4\x53\x65\x98\x3d\x27\x55\x67\xfb\x94\xd9\x1b\xbf\xe9\xef\x70\xdb\xaa\xc4\x19\x57\x0c\x2e\x41\x28\xc3\x3b\x89\x22\x8a\x7c\x65\xda\x2a\xec\x41\xe3\x2e\x5d\x46\x7c\x12\xbd\xd3\x8b\x52\x4b\x1a\x18\x1a\x49\x0d\x02\x25\x92\x6b\x04\x2a\xcb\xec\x0b\xbb\x03\x46\xe5\x74\x03\x03\x0c\x4d\x70\xe9\x06\x06\x48\xce\x66\x54\xaa\xec\x80\xa1\x15\x33\xdb\x8e\xd5\x78\x1c\x30\xad\x67\xdb\x9c\x04\x0b\x20\x92\x70\xa5\x2a\x11\xc8\xdd\x0f\xa8\x8c\x05\x99\x76\x3f\xcd\x66\x20\x95\xfd\xa9\x8d\x0c\x84\x13\x76\xaa\x12\x81\x4e\xfb\x87\x5b\x26\xa0\x09\x0d\x51\x06\xa7\x12\xe1\x76\x42\xaa\xf3\x80\xe4\xa6\xe6\x4a\x2d\x69\x69\xb0\x37\x6c\xe9\xa9\x08\x07\xf1\xfd\x1c\x2e\xe9\xd2\xfd\x5d\x7b\x91\x66\x33\x10\xaa\x90\xa9\x1a\x94\xde\x05\x65\x8f\x3c\x7d\xe3\xe9\xbd\xf6\xbe\xd1\xfe\x41\x2c\x02\xa2\xfd\x95\x77\xb0\x8b\x74\xcd\xe5\x95\xeb\x22\xb6\xc3\x24\xeb\xc8\x09\xd8\xdd\xb6\x57\x33\x02\xb9\x5b\x21\x65\x3f\x28\xe7\x24\x43\x58\x89\xde\x50\x37\xf2\x65\x21\x5e\x5c\xd8\xe1\xa0\x56\xf6\x83\x6c\x8c\x27\xde\xa0\x2e\x82\xcb\x61\xca\x2b\xd4\x45\x38\x57\x7a\x85\xba\x48\xe2\x42\x95\x77\xa8\x8b\x24\x6e\x74\x79\x3f\xba\x88\xef\xd0\x77\x3a\x00\xe1\x5c\xe9\x2d\xe6\x22\xc3\x0a\xb9\xae\x04\x45\xec\x86\xf2\xd2\x72\x51\x13\x33\x63\x2a\xfb\x41\xb8\xd1\x90\x2e\xfc\x40\x6c\xa8\xc9\xe9\xce\x09\x88\x69\x5f\xbd\xed\x4c\xdc\x16\xb8\x39\xa8\x95\xea\xe9\xd5\x80\x0e\x3e\xa5\x3a\x88\xc3\x91\x76\xdb\x7d\x39\x27\x7b\xa6\x3f\xb4\x71\x6e\xe2\x6c\x9f\xbe\xd1\xd2\x13\xdc\x93\xcb\xd3\x2a\xd5\xeb\x40\x1d\x2c\x5b\xd3\x85\x1f\x68\xc2\x50\x56\x2a\xfb\x53\xbd\x0e\xc5\x2b\x95\xfd\xa0\x76\xfb\x84\x5b\x2e\x49\x8c\x97\xaf\x24\x7e\xcc\xfe\xf1\xa2\x51\xca\xe5\x5a\x10\x14\xf7\x48\x94\x21\xbf\xc4\xe0\xc2\x8e\x2a\xd7\x82\xa5\x83\x36\xdd\xc4\x28\x60\x22\xac\x63\x69\x07\x04\x3d\xd1\xd8\x4a\x3b\x20\x68\xee\xb5\x2e\x2f\x7a\x17\xd1\x69\xd2\x63\xd2\x83\x71\x8e\x42\x68\xe8\x03\xa9\xce\x53\x2e\x35\x41\x70\x18\xb3\x0a\x2f\x27\x91\x76\x39\x43\x91\x89\x0c\x8c\x60\xe5\xbe\x0f\x98\x5a\xf5\xbc\x24\x5e\x24\x4e\xd5\xe5\x2d\xf1\x22\x39\xef\x5c\xe5\x76\x3b\x28\xae\x3f\xac\x72\x6f\x1d\x34\x57\x60\x57\xb9\x15\x04\x42\x6b\x63\xb9\xb7\x5e\xc6\x98\x42\xc1\x29\x75\x57\x90\x69\xe3\x38\xe5\x19\x0f\x8d\xcb\x89\xab\x34\x1a\x82\xe6\xf0\x6a\x95\x46\x43\x50\x07\x4a\x9c\x21\xd2\x44\x4c\xcb\xe5\x5c\x09\x7a\xdf\x7c\xca\xcf\xc1\xed\x8a\xf8\x20\x57\x39\x0b\x96\xd7\x56\x61\x62\x29\x2d\x84\xa0\xdc\x81\xf7\x62\x7b\x91\x6d\xf6\xee\xe6\x17\xf1\x09\xd5\x1a\xca\x45\x37\x28\xb7\xa2\x4b\x0b\x61\x79\x33\xef\x34\x7b\xeb\x18\x38\x44\x58\x6d\xb7\xee\x41\xb9\x89\x58\xe9\x0f\xd3\x9b\xcd\x4d\xb2\xbd\x92\x13\xe9\xd8\x53\xca\x39\x0d\xcc\xef\x47\x73\xc3\x08\x24\xfe\xaa\xe5\x05\xfb\xa2\x88\x91\x57\xde\xb0\x2f\x5a\x45\xb5\x9c\xe6\x40\x9f\x23\x7f\x3d\x15\x7b\x29\xbf\xe8\x69\x13\x68\x05\x00\xd9\x58\x14\xbc\x96\x5f\x44\x39\x78\xdc\x62\x2a\x2f\x9a\xb1\xcb\x68\x2b\x00\xa9\x32\xed\xcd\xfc\x62\x68\xe9\xa8\xb6\xd1\x9b\x93\x93\x36\x94\x33\x2a\x68\x1c\xd0\xaa\x34\x92\x82\x6a\xbb\x8c\x33\x6a\x19\x83\xda\xfa\x3a\xa3\x82\xc2\x6b\xb0\xca\x55\x0b\x28\x42\x6d\x56\x69\x11\x05\x7d\x22\xa5\xca\xb9\x12\x0c\x25\x71\xb9\xb6\x01\x7d\x2a\x0d\x34\x32\x80\xb9\x59\x47\xf7\xa6\x40\xb9\x32\x2b\x67\xd4\xf2\x5e\x60\x66\xd4\x72\x46\x05\x49\x14\x9d\x2a\x0d\x0b\x20\xd4\x76\xcb\x49\xb6\xbc\xd2\x9d\xc9\xbf\xb4\x35\x80\x9c\xf6\xb5\xd3\x2e\x73\x1a\xfc\x95\x3a\x6a\x6b\x00\xc3\x99\xab\x34\x2c\x80\xde\x99\x80\xca\x89\xb1\x9c\x18\x99\x34\x0c\xed\x27\x82\x68\xed\x55\x2e\x77\x40\xa5\xdd\x4f\x8f\x03\xd0\x9a\x1f\x0c\x00\x28\x3a\xbf\x3f\xb4\x71\xde\x5c\x57\xcb\xa4\x51\xae\x93\xc0\xf8\x76\x13\xf7\xa6\x40\x0c\x16\x1f\xe5\x3a\xa9\xbc\xf1\x9d\x49\xb6\x34\x3f\x80\x20\xda\x56\x95\xeb\x24\x10\x87\x1d\x40\x1b\x2c\x68\x82\x2b\x54\x69\x7e\x28\xcf\x53\x28\x63\x35\x6c\x82\x24\x6e\x46\x95\x56\x4c\x50\xbb\x4d\xf8\xb1\x55\x3f\xde\x95\x41\xb9\x9c\x2b\xc1\x70\x8b\xbc\x9c\x05\xc1\xfc\x0a\x1b\xbd\x0c\x40\xa9\xd7\x95\x0b\x19\x30\xdc\x18\x2e\xad\x98\xa0\x36\x3c\x03\xca\xf9\x0d\x0c\x4d\x96\xa5\x91\xa2\xbc\x46\x57\xf1\xe6\xd6\x17\x48\x9d\x18\x0c\x5f\x28\x4a\x23\xa9\xe1\x0b\x45\xe9\x10\x51\xee\x86\x81\xf8\x5b\xf6\xb6\xfd\xe3\x3e\xaa\x4f\x39\x1e\x1f\xee\x03\xa1\xfb\xb6\x4b\x27\xd0\x7a\x4c\x19\x0a\x51\x34\x21\x51\xca\xb8\x87\xa2\x74\x0d\x69\xe7\xca\xfe\x3a\x31\xf8\xd4\xdb\x24\x6f\x77\x35\xe9\x63\x12\x37\x5b\x32\x01\xb5\x93\x19\xc8\x41\xb5\xdb\xc9\x0c\xb4\x4e\x41\xad\x89\xa5\xbd\x26\x87\xd9\xa6\x75\x62\x00\xc1\x41\x8e\x6a\xd7\x6f\xed\x19\x0a\xfa\x6a\x3b\x0b\xb6\xdb\x5d\x0c\xbe\xc6\x65\x57\x84\x3e\x12\xed\xfc\x06\x02\x1f\xe4\x32\x86\xa2\x08\xbc\x47\xab\x5d\xf8\x81\xc0\xa1\xbd\xda\x85\x1f\x08\x0e\x5d\x57\xbb\xf0\x03\xb9\x7d\x93\x2c\xd7\xe1\xcd\x72\x14\xd5\xdd\x34\xd0\xdc\xbc\x53\xed\x2c\x08\x8a\x93\x38\xd5\xce\x82\xed\x2c\x68\x5e\xce\x82\x6d\x74\x0d\xcb\xe5\x2c\x08\x86\x96\xa5\xd6\xa8\x0c\x5a\xb3\x6c\x87\x3f\x0c\x83\x9d\x98\xe4\x47\x0b\xaf\xfb\x27\x7b\x97\x74\xad\x47\x30\xfa\x66\x3b\xbf\x81\x26\xe6\x5b\x19\x83\x51\x54\x9a\xbd\xcb\x38\xd0\x5c\x82\x57\xed\x3e\x59\xeb\x36\x61\xb5\x5d\xd9\x81\xe2\x8c\x4e\x75\xda\x5e\xde\x94\x96\x3e\x65\x21\x92\xa3\x10\x16\xd5\x59\x10\xa4\xab\x9e\x76\x81\x06\x5a\x01\xd3\xce\x30\x20\xbe\xd5\xd6\xaf\xe1\x1b\xa9\x71\x37\xc9\xa2\xb2\x0d\x47\xdc\xd6\x6a\xe7\xa1\x36\x40\xb7\x43\xc1\x65\x1c\x28\xf7\xa3\xda\x49\x07\xb4\xfa\x53\x6b\xc6\x6e\xcd\xd8\xf6\x2f\x97\x71\x20\x5d\x1b\xb5\x96\x6d\xd0\xf1\x77\x78\x50\x57\x3b\x27\xb5\xe7\x3c\x18\xe7\xed\x04\xd4\x86\x84\x43\x84\x1b\x27\x52\x84\xf3\x5b\x4f\x5f\x35\xdd\x02\xa0\x26\xce\x49\x20\xdd\xae\x32\x9a\xa4\x88\x81\x86\xda\xee\xe5\x81\x76\x2b\xba\x9d\x93\x40\x94\x5f\x4b\x43\x1d\x88\x76\x20\xba\xca\x03\x43\x55\xad\x9d\xa6\x40\x11\x6e\xb6\xda\x35\x17\x18\x2a\x12\xed\x9a\x0b\x74\x3a\xce\x9d\x6d\x40\x9d\xb6\x9d\x6e\x0f\xfd\x76\x76\xa6\xda\x7a\xab\x81\xa1\x27\x44\x3b\xb5\x80\x6c\x3f\xa0\x53\x0b\xc8\xcd\x1f\xba\x74\x02\xe1\xe4\xdf\x9a\xb1\xdb\xc8\x00\xc8\xfe\xd6\x5b\x0d\x0c\xee\x18\xae\x76\x81\x05\x9a\x83\x86\xd5\x6e\xc9\x81\x54\x03\x69\xed\x6d\xa0\xb4\x33\xb7\xc6\x35\x50\xc3\x8f\xe6\x6c\x03\x5a\xcb\x50\xbb\x74\x02\xc3\xdd\xd6\x76\xe9\x04\x06\x91\x95\xaa\xdd\x33\x6b\x2f\x41\x70\xa4\x38\x01\x81\xd8\x15\x49\xae\xa6\x40\xb9\x28\x6a\x27\x20\x10\x3a\x1e\x18\x6a\xb3\xbe\xa1\x36\x1d\xd4\x8f\x1d\x80\xa3\xfb\x2e\xb0\x5a\x5b\x3a\xc8\x83\x35\x7d\xbb\xe6\x02\x79\xd8\x4d\x9c\x5a\x40\xe9\xab\x32\x75\x4f\x00\xc9\x3d\xa4\x35\x5d\xc8\x80\x2a\x26\xec\xa9\x2d\x1d\xa4\x1b\xe9\x53\x41\x0f\x82\xfb\xe5\xcb\xf0\x98\x62\x68\x07\x9c\xda\xd2\x41\x9c\xa7\x4f\xbd\x4c\xf2\x40\x0d\x79\xb9\xf8\x30\x16\xe6\xc1\x94\x37\xb5\xa4\x81\x76\x3d\x32\xb5\xa4\x81\xd8\xf8\x42\x53\x6f\x35\x30\x88\xa5\x52\x53\x81\x0a\x2a\xcd\x5e\x5f\x04\x30\xb8\x89\xa1\xa6\x2b\x0d\xd0\xce\xbb\xd3\x95\x06\x18\x0e\x98\xe9\x4a\x03\x04\xb7\xe1\xd6\xd4\xde\x06\x52\xcd\x7b\x2a\x89\x41\x73\xd1\x68\x4d\xc5\xee\xf4\x80\x2d\xd3\x94\x41\x34\x45\x0e\x86\xfb\x54\xec\x82\x76\xd2\x30\xae\xa6\x08\x2e\x10\xac\xa9\xf4\x04\x75\xb2\x57\x33\x55\xb3\x41\x07\xa3\x76\x2a\xb8\xc0\x08\x9f\xd2\x93\x0b\x44\xd8\x38\xda\x9f\x40\x70\x42\xa8\xa6\x62\x08\x0c\xb7\x10\x8c\x5f\x29\x2a\xfd\x8e\xfa\x68\x81\xe6\xe8\x5a\x4d\x65\x0e\x18\x45\x5f\x9d\x4a\x13\x50\x1a\x36\x0d\x69\x29\x9a\x78\x55\x35\x35\x23\x81\xda\x59\x86\x4d\xf5\x60\xd0\xda\xbf\xa7\x36\x23\x50\x44\xd0\x2e\x63\x61\x8a\x70\x41\x3a\xdd\x2f\x00\x79\x58\x7a\xe5\x17\xa8\xf6\x87\xca\x2f\x30\xbe\xd5\xd6\x63\x01\x8c\xb6\x03\x28\xd2\x8c\x98\x99\x7e\x5a\x9d\x18\x40\x6e\xdf\x24\xdb\x5e\x9f\x5c\x47\x87\xf2\x6b\x1a\x12\xc5\xb6\xd7\x66\x04\x72\x63\x92\x9d\xea\xc1\xf3\x7b\x8b\x98\x3f\x7c\x9b\x44\x14\x67\x87\x95\x5b\x08\x60\xb4\xad\xaa\x48\x03\xa9\xe3\xa6\xe1\x31\x45\xe9\x41\x34\x35\x23\x81\xd2\xb5\xd6\x88\x99\x22\xbe\x1d\x53\x29\x07\x72\xf7\xd3\xea\xb9\x6b\x78\x4c\x0e\xe2\xd7\x54\xa7\x06\x71\x28\x14\xdc\x1c\x00\x95\x8a\x0e\x2d\x4b\x60\x70\xf0\xa5\xa6\x1b\x7f\x20\x35\xea\x4c\xd5\x6c\x90\x6e\x35\x1a\x31\x53\xc4\x61\xb5\x55\x8d\xc1\xe0\x84\x75\x9d\x6a\xb8\xa0\xf6\xfd\xd7\x81\x2f\xeb\x24\x68\x96\x28\xe5\xf5\xa9\x1e\x0b\xb2\xd1\xfb\x4f\x6d\x3e\xa0\x15\x95\xa7\x42\x10\xb4\xab\x16\x43\x5a\x8a\x68\x26\xec\x53\x7b\x08\xc8\xe9\x0f\x15\x36\x20\x39\xd9\x56\xa7\x66\x7b\xd0\xc3\x42\xe8\xce\x0a\x52\x57\xf3\xd3\xa1\x7f\xaa\x71\x21\x17\x8d\x00\x29\x92\x93\x25\x65\x04\x48\xd1\x83\x8d\x4e\x23\x40\x8a\xc1\xad\xa0\x75\x6a\xc3\x00\x41\x18\xa5\x32\x28\xa4\xe8\xe3\x30\x2f\xab\x8d\xaa\x56\x2c\xe0\x8d\x13\x29\x82\xe3\xf6\x75\x72\x58\xb7\x88\x13\x59\x83\xcd\xdc\x53\xbb\x3c\x08\x0f\x62\x9c\xda\x1a\x40\xe9\x39\x62\x9c\x48\x51\xc4\xd5\x2c\x83\x42\x8a\x74\xc7\xcf\xa0\x90\xa2\xf2\x34\x2f\xdb\x8b\xb3\x06\xdc\x99\x5b\xa7\x0a\x1d\x88\xcd\xcf\xa1\x42\x07\x9a\x98\x12\x65\x9c\x48\xd1\xce\x6f\xa7\x0e\x59\xa0\x36\x1b\x47\x65\x09\x94\x6a\xdf\xa9\xfd\x1b\x94\x26\x83\x53\xcd\x08\x84\x6a\x90\x81\x1c\x45\xab\xba\x9c\x8a\xa4\x53\x33\x36\xab\x96\xd3\xa5\x39\xa8\xcd\x56\x75\xd1\x0d\x42\x65\xda\x40\x8e\xa2\x35\x17\x9f\xda\x99\xc1\x68\x96\xad\x06\x72\x14\xf1\x7d\xa3\x02\x02\x8c\x93\x21\x76\x6a\x67\x06\x1d\x78\xab\x9d\xca\x0c\xd0\x3b\x73\xa5\x81\x1c\xc5\x98\x18\x75\x0c\x98\x28\x86\x9e\x91\x06\x4c\x14\x23\x6d\x42\xb5\x06\x30\x38\x2b\x55\xa7\x96\x5a\x50\xfd\x4d\xf2\xa3\xe1\xb5\xb3\xd1\x4d\x5e\x1c\xd7\x17\xc9\x55\x66\xf5\xd2\x06\x0b\x42\xf7\x04\x43\x21\x8a\xe0\x2e\xa8\x7a\xa9\x6e\x80\xd0\x11\xfa\xa5\x6e\x01\xaa\xcc\x8b\xb3\xf9\xa2\x75\x26\x79\xb9\x62\x04\xad\xec\x37\x3a\xa2\x28\x9d\x05\x5e\x2a\x25\x20\x88\xd0\x5e\x2f\xb7\x0a\x41\xea\xd7\xf0\xe2\x44\xa7\x68\x2e\x54\xa8\x97\x1a\x08\x88\xc9\x10\x7d\xa9\x81\x80\xe4\x22\xff\x7a\xb9\xa4\x03\xed\x91\x83\x97\x42\x01\x94\x1e\x66\x2f\x3d\xe1\xc1\xe0\x0e\xfd\x7a\xa9\x48\x80\x72\x93\xf9\xa5\xc9\x12\x0c\x37\x27\x5f\x1e\x40\x02\xc5\xed\x2f\xf5\x52\x74\x80\x54\xd7\x7f\xe9\x52\x00\x82\xeb\x0f\xeb\xa5\x50\x00\x31\x2c\x97\x2b\x33\x10\xee\xaf\xbc\x1c\xee\x20\x87\x79\x39\x90\x41\xbb\x01\xf2\xd2\x5d\x11\x04\x97\xa7\xd5\x4b\xe3\x1c\x18\xe5\x77\x74\xd5\x03\x4a\x51\xfb\xf2\xa0\x0f\x48\xbb\xef\x4b\x4b\x1c\x08\x82\x33\xd4\x4b\x45\x02\x24\x61\x72\xea\xe5\x78\x04\x7d\xb2\xf0\x7b\xa9\x22\x80\xe1\x7a\xf7\xe5\x11\x1e\x50\xdc\xbc\x53\x2f\xe7\x70\x90\x07\xaa\xf1\xcb\xc1\x07\x5a\x4f\x0a\x23\x40\x8a\xe0\x42\xbd\x7a\x39\xf8\xc0\xd0\x82\xfc\x72\xdd\x00\xc2\x93\x16\x2f\xa7\x4f\x10\x2e\x71\x5e\x3a\xc9\x80\x3a\x7d\xa3\xca\x38\x68\xc5\xe3\xcb\x61\x05\x52\xad\xe1\xed\x4e\x37\x08\x7d\xb6\xdf\x0e\x18\x30\x4e\x74\x57\xe3\x39\x8a\xe2\x7e\x8b\x7a\x3b\x5b\x81\x18\x74\x4c\x43\x3c\x8a\x08\x94\xf1\xb7\xfb\x05\x60\xba\x33\xf7\x76\x28\x80\x76\x9d\xf5\x76\x28\x80\xa9\x8a\xf0\x1e\x66\xcf\x35\x28\x5c\xa0\x53\x6f\x3b\x39\x88\x6d\x9e\xbf\x9e\x8a\xdf\x8e\x01\x30\xd5\xd5\xdf\x6e\x71\x83\x41\xb0\x80\x7a\x6b\xe9\x00\x53\x31\xf2\xd6\x23\x18\x74\x5b\x6c\xdd\xe7\xc0\xe0\x60\x78\xbd\x55\xb9\xdf\x5e\xed\x8e\xa8\x34\x32\xa5\x18\x27\xe2\xcd\x08\x90\x22\xed\x45\x6f\x3b\x3c\x68\x5d\x87\xde\x6e\x45\x83\x72\x07\xdd\x38\x91\xa2\xfa\x30\xc9\xaf\x45\xa8\x28\x15\xba\xb7\x96\x7c\x90\x7a\xd8\xbf\xb5\xe4\x83\x20\x1a\x5b\xbd\x3d\x84\x07\x8a\xfb\xf8\xeb\xed\xee\x34\x48\xcf\x57\xbe\x9d\xdf\x40\x28\xd5\x8d\x13\x29\x86\x4b\xe0\xb7\x36\x0c\x90\xdc\xef\x5c\x6f\xf5\x7e\x10\x5a\xd2\xde\xee\x3b\x83\xd4\xd5\xf3\xed\x70\x05\x75\x5a\xed\x69\x51\xb9\x68\x26\xb0\x16\x1a\x27\x52\xa4\x0e\xc7\x6f\x1d\x8e\x41\x72\xbb\x62\x19\xdb\x51\xe4\xb7\x71\xb4\x7f\x83\x4a\x3f\xad\x4e\x41\xa0\xb8\xaf\xa1\x8c\x8e\x28\x42\xbb\xd6\x5b\x5d\xfd\xed\xfe\xae\xdd\x44\xcb\x36\x48\xcf\x8c\x18\x0a\x51\xc4\x61\xef\x76\xcb\x17\xd4\x70\xa4\x78\xc4\x02\x24\x91\x3a\xea\xed\x96\x2f\x18\x04\x70\x2f\x43\x21\x8a\x2a\xb4\x99\xb7\x53\x31\x68\x02\x94\x94\x11\x0d\xeb\x1b\xd1\xd0\x37\x6a\xec\x7e\xeb\x6b\x67\xf6\xce\xce\x6f\xcf\x53\x1c\x3e\x65\xbf\xc7\x95\x98\x93\xf2\xf5\xd6\x94\x01\x42\x35\xd9\x88\x86\x22\x06\x33\x84\x11\x0d\x45\x0d\x7b\xa1\x46\x0a\x23\x1a\xee\x96\x4b\xc3\xf9\x1b\xa7\x20\xe2\x40\xd4\x5b\xf9\x03\xa2\x6d\x89\xdb\x24\x0e\x11\x73\x7b\x70\x19\x26\x50\x0c\xae\x96\x28\x63\xef\xd5\x37\xf6\x1e\x5d\xce\xe8\x77\x22\x9d\x2b\x8d\x7e\x27\xc2\x35\xfd\xe5\x84\x0d\xa2\xf9\x68\x97\x62\x04\x04\xb7\x01\xd4\xa5\x45\x14\x24\xc1\xe2\xea\xd2\x61\x06\xe4\xc1\x0a\xc8\x50\x77\xa2\xb8\x04\xb8\x0c\x4f\x27\x72\xa3\xf4\xc6\xa2\x13\xa5\x50\xb8\x5c\xc0\x83\xd2\x8d\xf2\x72\x01\x0f\x06\x21\x09\xca\x90\x72\x22\x37\xe4\xc4\xa5\x9c\x00\xc9\x4d\x32\x65\x48\x39\x91\x9c\xc3\xae\x4b\x35\x1b\x74\x31\xef\x5e\xea\xd4\xa0\xb8\x72\xa7\x2e\xf7\x05\x41\x9e\x56\x48\x35\x1b\x34\xb1\x1b\xea\x52\x0c\x81\xa1\x0b\xab\xe1\xe9\x44\xe9\x07\x72\xa9\x53\x83\xd1\xd8\x86\x2f\x45\xc7\xa5\xe8\xb0\x8e\xea\xd4\xa0\x36\xbc\xb1\x2f\xed\xa6\xa0\x83\xe1\x7e\x29\x60\x40\xe8\x83\x7c\x69\x32\x00\xe1\xd9\xb2\xcb\x3d\x37\x30\xb8\x9e\xbc\x2e\x8f\x88\x81\xd0\x24\x7e\x69\x24\x05\xb9\xa3\x49\x5e\x1a\x16\x40\x7a\xa4\xf7\xd2\xfd\x05\xc4\x76\xfa\x94\x7d\x62\xb2\x99\xc2\x4a\xf6\xd2\xfc\x00\x4a\x77\x8e\x4b\x31\x04\xba\xbe\x4f\xd9\xf6\x58\x54\xcf\x6f\xf6\x36\x0e\xbb\x7c\x83\x81\x7c\xe9\x24\x03\x42\x77\x58\x83\xeb\x89\xd0\x8f\xf6\xd2\xa9\xf1\x32\x94\x34\x63\xe8\xd2\xba\x01\xe2\xb0\x09\xb5\x6e\x80\xd0\x93\xeb\x72\xdd\x00\x62\xda\x38\x0a\x3e\xd0\x03\x5d\xff\xd2\xbb\xe6\x32\x54\x02\x1b\x6c\x97\x76\x57\x50\x6e\x77\x5d\x2e\x38\x2e\xcf\x50\x60\xf2\x34\x76\x9f\x08\xcf\x70\x5d\x8a\x47\x50\x9e\x96\x34\x50\x9f\x68\x22\xb2\x96\x21\xf8\x44\x1e\xdb\xf6\xeb\xa9\xf8\x72\xc7\x0f\xd4\x18\xe6\xeb\xdb\x51\x89\x08\x0b\x54\x97\xa2\x12\xa4\xfe\x38\x97\xde\x31\x60\xb4\xfd\x56\xe3\xed\x65\xf8\x79\xbf\x96\x02\x15\xe4\x89\xa2\x79\x29\x50\x2f\x05\x2a\x8a\xd3\xa5\xc6\x05\x5a\x29\x75\x69\x35\x01\xe9\xf9\xca\x4b\x13\x09\x68\xee\x43\xab\x4b\x2f\x4b\x10\xf3\xf4\x29\x8b\x7a\x19\x57\x85\x5e\xa4\xf4\x04\x4d\xb4\x88\xba\x34\x91\x80\xdc\x94\x78\x9a\x48\x40\x72\x4d\x4e\x5d\x4a\x4f\x90\x9b\x45\xd5\xa5\x12\x74\x9a\x97\x2e\x95\xa0\xdd\xd9\xbf\xf4\xc7\x01\xe5\xee\xce\xa5\x3f\x0e\x88\x5d\x89\xe7\x9a\x0b\xd4\x57\x7a\x2a\x9c\x41\x7f\xfb\x9a\x56\x13\x10\xdf\xf6\xd2\x82\x0c\xc2\xa5\xc0\xa5\x05\xf9\xfa\x5e\xa3\x6b\x92\x85\x70\xbf\x12\x59\xf6\x71\x2f\x0f\xa4\x0a\xce\x47\x15\x12\x84\x9b\x21\xc6\x2a\x14\xa9\xdf\x9e\x51\x08\x45\x06\x8a\x84\x51\x08\x45\x12\x5e\xae\x3e\xee\xe5\x81\xd0\xb7\xf0\xe3\x32\x0c\x04\x21\xbf\xea\xa3\x63\x0a\x28\x2d\xee\x86\x2f\x14\xc5\x95\xcf\x65\xf8\x42\x91\x5a\x31\x3f\xda\x86\x41\xbb\x71\xf7\x51\x1d\x05\x65\x4b\x7c\x5c\xac\x81\x54\x70\x7d\xdc\x6c\x03\x93\x0b\x85\xeb\xe3\xd4\x02\x86\x9b\xcc\x1f\xd7\x6f\xa0\x34\xfd\x7c\xf4\x42\x01\xcd\x95\xf3\xf5\x51\x77\xfd\xa8\xbb\x5a\x54\xe7\x24\xd0\x61\xb5\x9d\x80\x3e\x86\xc5\xa7\x4f\x7c\x5c\x73\x81\xf2\xa4\xd7\xc7\x49\x03\x94\x8e\xe3\x1f\xb7\xd1\x40\x1e\x48\xf5\x8f\xfa\x26\xa8\x9d\xc1\xf7\x51\x93\x04\x9d\xb6\x84\xee\x1c\xa0\x09\xed\x57\x1f\x67\x08\x10\x41\xcf\x31\x6a\xa3\x08\x65\xc6\x47\xab\xcb\xc7\x03\x6e\x4c\x9f\x1f\x7d\x37\x40\x11\x25\xa5\x3e\xaa\xa0\x9f\xaf\x89\x85\xbc\x54\x41\x41\x0f\xf4\xcd\x8f\x26\x16\xd0\x6d\xcf\x51\x05\x05\xed\x51\xbf\x8f\x82\xfe\xf3\x0d\x0d\xc1\xe7\x50\xaa\x1b\x27\xb2\xec\x85\x4a\xf5\x8f\x07\x44\xac\x90\x2a\x28\x48\x2e\x8d\xa8\x8f\x82\xfe\x63\x5c\x72\x26\xc6\x8f\xeb\x4a\xd0\x84\x98\xad\x8f\xeb\x4a\x90\x27\x53\xcb\x47\x77\x0e\x90\x69\xc7\x54\xf6\x83\x3c\xed\x00\x0a\x7a\xd0\x9e\xba\xff\xa8\x95\x82\x9c\x98\xa4\x3e\x6a\xa5\x20\xa7\x7d\x55\xad\x14\xb4\x67\x2a\x3f\x9e\xda\x00\xa5\x66\xf4\x71\x5d\xf9\x71\x5d\xd9\x3e\x65\xdb\x5f\xda\xd2\xc9\x4b\x7d\x13\x24\x71\xa1\xea\xa3\xbe\x09\xda\xf3\x2b\x1f\x9d\x2b\x40\x6c\xc8\xc2\x8f\x2a\x28\x08\x55\xf6\x8f\xfa\x26\x68\xcf\x28\x7f\xdc\x27\x03\x59\xac\x41\x3e\xda\x86\x41\x1c\x8e\x6d\x5d\x30\x3e\x9e\x2d\x0b\x9f\xb2\x7f\xb1\xde\xd5\x79\xd9\x28\x97\x22\x15\x8f\x46\xb9\x14\xa1\xb5\xd1\xc8\x94\xa2\xda\x4e\xae\xb1\x09\x84\x07\x02\x0d\x56\x29\xea\x2b\x4d\x94\x85\x06\xab\x54\xa5\x32\x58\xa5\x48\xcf\xaf\x18\x99\x52\x24\xf7\x83\xd5\xc7\x4d\x31\x90\xdc\xc0\x5d\x46\xa6\x14\xfd\xfd\x8e\x3a\x6a\x80\xd6\x55\xf4\xa3\x35\x1a\x24\xf1\xd0\xea\xa3\x35\x1a\x34\x77\x67\xd5\xc7\x05\x3c\x68\x22\x24\xd7\xad\xc4\xbc\xbd\x55\xf4\xf8\x3b\x0e\x33\x19\x60\x52\xb4\x26\xa5\xdb\x83\xbf\xa0\xdc\x46\x33\xe6\xa4\x18\x9e\x93\xbd\xb5\x6b\xdd\xc6\x33\xa3\x8c\xb7\xeb\x7b\x30\x92\xce\x70\xbb\xbe\x07\xc1\x25\x2c\x75\xab\x98\x83\xe4\x52\xb6\xba\x09\x4b\x2d\x42\xff\x12\xe3\x57\x8a\xe4\xc2\xb2\xba\xf5\xbd\x00\xe5\xa6\x83\x21\x2d\x45\x06\xad\x72\xeb\x42\x01\x7a\x0c\xb3\xff\x98\x84\xdb\xe8\x69\x92\xa5\x3f\xb8\xd5\xca\xb6\x53\xaa\x83\xe4\xce\x80\xba\x5d\x30\x80\x41\xc0\xfb\x32\x16\xa6\x28\xb7\x5f\x8c\x85\x29\xca\xe0\x1d\xb7\xd6\x09\x10\x84\x71\xab\xdb\x7d\x41\x10\x46\xc4\x30\x62\xa6\x28\x3d\x6f\x6f\xa5\x3a\xe8\x89\xf5\xeb\x76\xc7\x0f\x84\x16\x18\x23\x66\x8a\xf0\xdc\xe7\xad\x41\x1f\xd4\x44\x0d\xba\x75\xba\xbf\xbd\x31\xd3\xd2\xeb\x42\x01\xda\xe3\xf6\xb7\x86\x3a\x90\x83\xe1\x7a\xeb\x6e\x08\x42\xcb\xe3\xed\x0c\x01\xd2\xe5\xce\xed\xb2\x02\x14\xd7\x9e\x97\xa1\x36\x45\x6b\x5c\xbb\x75\x0b\x04\xb5\x4f\x93\xcc\x1e\x73\x9e\x26\x83\xdb\xe9\x00\x94\x8a\xd7\xad\x11\x1e\x74\x30\x5c\x8d\xbe\x29\x4a\xf3\xba\xd1\x37\x45\x78\x44\xf5\x76\x0d\x01\x52\x97\xdd\x5b\x2d\xfc\xd6\xb1\x8e\xa9\xe5\x56\x73\x06\xa5\xc7\xa6\xc1\x2a\x45\x78\xee\xea\x76\xf7\x10\x8c\xd3\x7e\xef\xee\x21\x08\xee\x16\xa9\x5b\x3b\x20\x28\xed\x03\xb7\xa6\x7a\x90\xfa\x5b\xdc\x1e\xa9\x03\xc3\x68\x37\x86\xb4\x14\xa5\x83\xd1\xad\xa0\x07\xa9\x85\xef\x76\x5f\x10\x94\x56\x17\x43\x5a\x8a\x22\x84\x7a\xdd\xda\x1a\x40\x18\xf0\xc7\x60\x95\x22\x74\x88\xb8\x15\xf4\xa0\xf7\xcd\x24\x8b\x8a\x2f\x79\x23\x92\x8c\x5f\x29\x5a\xc3\xd5\xad\x54\x07\x15\x8e\x6d\x95\x5e\xd0\x5c\x17\x59\xb7\x47\x8b\x40\xeb\x1b\x7d\x2b\xe8\x41\x9f\x18\xce\x8d\x72\x29\x4a\x97\x82\x5b\xc3\xc2\xed\x69\x23\xd4\xb3\x5b\x7d\x13\xb4\x21\x3e\x6e\x1d\x0f\x40\x19\x6d\xeb\x56\x7a\x82\x76\x0b\xe1\xd6\xa5\x00\x8c\x76\x6c\xbb\x39\x00\xc2\x25\x9d\x01\x26\x45\x12\x3c\xb6\x1e\xf7\x0b\x40\xdb\x01\x1e\x9d\xbd\x41\x6b\xb3\x36\xc0\xa4\x08\x77\x28\x0c\x30\x29\x06\xd7\x0e\x97\xd1\x24\x45\x9e\xdf\xa4\x34\x89\xf3\x99\xc8\xaf\x47\x89\x09\xa2\xcc\x5e\xf7\x04\xd0\xc4\x67\xae\x47\x89\xf9\x7c\xcf\x11\x4d\x92\xde\x26\x31\xc9\x4e\x9f\xba\x4c\xba\x58\xe5\x91\xbd\x5e\x61\xc6\x89\xf4\x30\xf8\xa3\x94\x03\xbd\xb3\xf0\x7b\x94\x5f\xa0\xb8\x74\xab\x1e\x77\x0c\x41\x11\xd5\xb8\x1e\x95\x4b\x50\xda\x40\x1e\xfd\x07\x40\x78\x0e\xfb\x71\xc7\x10\x0c\x67\x41\x23\x40\x8a\xd6\x83\xf1\x51\xe6\x80\x50\x4e\x3c\x6a\xa5\x20\xeb\x9b\x97\x75\x4c\xdd\x4e\x29\xbd\x32\x07\x44\x7e\x7f\x68\x51\x75\x71\xb6\x5c\x9a\x4f\x8d\x0d\xa9\x5d\xec\xd1\x56\x0a\x8a\x0b\x3d\xcb\xe0\x8d\x22\xb8\x70\xa8\x1e\xc5\x10\x28\x37\x8c\x8c\xe7\x28\x86\x6a\xe3\xa3\x80\x01\x95\xf4\x42\x23\x35\x8a\x30\x1e\xda\xa3\xdd\x02\xe4\x56\xf5\xeb\xa9\xf8\xd1\xac\x01\x42\x03\x8f\x81\x1c\x45\xea\x01\xf4\x68\x37\x05\xed\x51\xbd\x47\xa5\x15\xb4\x21\xf4\x1e\xd5\x51\x50\xd3\xfe\xa1\x3a\x0a\x5a\xc9\x62\xd4\x46\x51\x87\xc5\xd6\xee\x00\xda\x03\x35\x86\x68\x14\x83\x0b\x96\xea\x71\x9b\x03\x74\xf9\x43\x8f\xdd\x80\x36\x06\xc7\xe3\xe6\x24\x08\xb5\x70\x63\x28\x8a\x3e\xad\xa3\x12\x0f\xb4\x36\xeb\x47\x89\x07\xaa\x98\xdf\x1e\xed\x0e\xa0\x36\x47\x9d\x56\x04\x10\x87\xdf\x41\x63\x00\x88\x03\xf5\xfd\x51\x01\x06\x43\x45\xf3\xd1\x18\x00\x5a\x53\xea\xa3\xa8\x04\xa1\xc7\x94\xf1\x18\x45\x10\xca\xbe\x1e\x57\xfe\x8f\x01\x6c\x08\x75\xf0\xb8\xa6\x07\xa9\x23\xe1\xa3\x86\xfa\x78\x31\xbd\x85\xd0\xa1\x01\x94\xe7\x9b\x8c\xb4\x28\xda\x93\xa6\x8f\x4a\x2b\x28\x55\x97\xe7\xb6\x55\x6f\xe5\x22\x2d\xa1\xbf\x17\x68\x4f\xe2\x18\xa2\x51\x04\xd7\x6b\xd6\xa3\x75\x15\x94\x47\xb1\x1e\x05\x2a\xe8\xef\x53\xea\xb1\x20\x89\x8f\x5a\x8f\xd2\x13\x04\xb7\xcc\xf5\x86\xa8\x14\xc9\xf9\x80\xde\xf0\x6b\x10\x8d\xaf\x4a\x6f\x88\x4a\x11\x63\xf7\xa9\xd3\x24\x6d\x51\x49\xd2\xdb\x24\x6f\x49\x69\x92\x1e\x93\x10\xa8\x6b\x16\xec\x6d\xf7\x8d\x04\x47\x27\x70\x4a\x6f\xbb\x6f\x24\x3a\x19\x67\x7f\x7a\xe3\x14\xa6\x08\x62\xcf\xf4\x86\xee\x2a\x9a\xb0\x9d\xbd\xed\xbe\xd1\x4b\xec\x76\xf3\xba\x4c\xe2\x66\xa6\xa6\xa8\xb8\xff\x8a\x88\x32\xfb\xdb\x24\x15\x1c\xf3\xb2\xa8\xbb\xb3\x33\x15\x42\x38\x8b\x46\x7a\xb6\xd1\x24\x45\xe0\x6f\xda\x46\x93\x14\x41\xec\xab\x36\x74\xa4\xa8\xcd\xbc\x86\x3f\xf4\xbe\xd0\x41\xe3\x0c\x0b\xc1\x29\xcc\x71\xd2\x38\x61\xe9\xc3\xfb\x75\xf8\x21\x16\x64\xd1\xb8\xe8\xf4\x96\x36\xa1\x37\x24\x17\xa5\x4f\x0b\x91\x86\xfa\xa5\x10\x69\xb5\x09\x32\x86\xa3\x46\x1b\x01\x52\x44\x4d\x5a\xa2\x6c\x42\x34\xb6\xe9\x47\x6b\xdf\x88\x89\xf7\x0c\x7e\xd8\x66\xef\xee\xd0\xc1\x0f\xdb\xa2\xb6\x77\xfb\xf3\xc6\xf6\x8d\x44\x2f\xc7\x17\xa1\x8d\xda\x28\xc6\xf7\x8d\xd3\xef\x48\x54\x99\x61\x5e\xd3\x96\x70\x39\x7d\x92\x84\x29\x55\x34\x22\xbc\xb7\xd3\x42\x18\xa6\xcb\x1f\x9e\xf6\x42\x2e\xf0\x62\x6f\xab\x8d\xda\x28\x06\xcb\xb0\xde\x5e\xb6\x17\x2e\x60\x5c\xe4\xdf\x06\x5f\x14\xf9\xed\x5f\x2f\x5b\x82\x40\x33\x6d\xb5\x5f\xd6\xd1\x0b\x4e\xcc\xfe\x65\x1d\x3d\x32\xee\xa7\x7d\xf9\xb5\x91\x72\x6d\xb5\xdf\x36\x34\x1b\xc3\x5b\x9a\x64\x07\x60\x0f\x69\xda\x12\x6f\x2b\xf4\xf6\xac\x14\x79\xbd\xad\x10\xe6\x53\xee\x14\xec\xed\xf2\x29\x02\xcd\x84\x3f\xbc\x2c\xea\xc2\xc4\xf3\xa4\xb7\xcb\x42\x70\xfa\x6f\xb3\xdf\x7f\xfc\xe1\xc7\xe0\xd5\x0c\xe4\x8f\xd9\x13\x16\x76\x38\x1e\x3f\x56\x88\xfb\x2f\xcf\x41\x21\x3e\xe6\xe5\x45\xed\xcd\x1b\x1f\x9b\x90\x20\x2c\x35\xe9\x72\x8f\x79\x3d\xf8\x48\x58\xfa\xc7\xbc\xb8\x6a\x81\xa3\xb7\xbd\xb3\xef\x2c\x9a\xf8\x27\xbd\x2b\x3a\x40\xa2\x79\xf7\x8e\xd1\x50\x14\xce\x28\xbd\xef\x3e\xb5\x7b\x9d\x7b\x93\xf4\x32\x09\x77\xb2\xf2\xa9\xdb\x24\x8f\x8e\xfc\xfa\x30\x53\xef\x2c\x5b\x45\xe0\xfb\xd5\x3b\xab\x4f\xd1\xcc\x36\x6d\x44\x43\x91\x78\x92\xf6\x3e\x7c\x8a\x33\xd9\xc4\x2e\x6e\xe3\x0b\x8a\xb9\xad\x95\x6c\xef\x61\xb1\x83\x18\x40\x6b\x32\x6b\xe3\x0b\x8a\xfe\xe6\xe5\x38\xff\x5b\x30\xc1\x49\x92\x35\x09\x0c\xf2\x0c\xea\xdd\xa1\x0f\x0a\x33\x63\xef\x69\x21\x0c\xc3\x1d\xbc\x31\x7d\x23\xf1\x60\x09\xbf\xd3\x7b\x9a\x3d\x57\x16\xb2\xe9\xd0\x7b\x9a\xbd\xd7\x9e\xfb\xc6\xf2\xd3\x14\xfb\x10\x66\xcf\x26\xb3\x68\xec\xdf\xbd\x97\x6f\xf4\xb8\x58\xfb\x94\xd5\x66\xe1\x37\xad\x76\x59\x08\x0e\x7f\xe1\xc8\xd3\x7b\x59\x08\x82\x6a\xe3\x6f\xda\xc6\x17\x14\x85\xd5\xb7\x0d\x13\x28\x92\xbb\x32\x7a\x9f\x96\x6b\x7a\xb7\x9a\x49\x66\x8f\xb7\x07\x57\x38\xb4\x31\x01\x45\x71\xa3\x58\xef\x38\x97\x8a\xe6\xc0\x43\xef\x8a\x11\xd0\x84\x48\x6b\x03\x00\x8a\xc2\x70\xde\x46\xfb\xeb\xbf\x45\xfb\xe3\x8d\xa7\x79\x9d\x5e\x62\x47\x51\x5f\xe6\xf5\x22\x2e\x94\xd5\x56\x40\x80\xda\x18\x29\xfb\xdb\xfe\xf5\x66\xf1\x61\xf6\x0e\x6a\xc2\xf1\x4d\x76\xf3\xdb\x70\x7c\xa2\x89\x30\xda\xfb\xe5\x0f\x8d\x16\xe1\xe0\x41\x4f\x11\x49\xec\x99\x36\x1c\x9f\x88\x81\xbc\x36\x1c\x9f\x08\xce\xd8\xf4\x7e\x99\xfd\xe5\xa5\x6c\x24\x7d\xec\x4c\x38\xb4\xb3\xf8\xe8\xfd\x63\x85\x70\xf5\xe4\x58\x7c\xef\x1f\x1b\xc7\xe8\x51\x27\x45\xfd\xd8\x27\x50\x83\x38\x3c\xd1\xbb\x02\x02\xd4\xe6\x0f\x6f\x9f\xe2\x78\x30\x97\x13\xb7\xd1\xfe\x44\x63\xf6\xef\xfd\xb6\xe7\x2c\x24\x91\x82\x7a\xbf\xed\x00\x37\x01\xb8\x82\xef\x78\x5b\x7a\xfc\x3a\xc3\x1e\x8d\x41\x4c\x34\x0e\x33\x6d\x68\x3f\x91\xf8\xb4\xf5\xfe\xf8\x43\x14\x9c\xc3\x91\xf6\x58\x54\x4e\xf9\xb2\xc9\xd3\x46\xfb\x13\x8d\x75\xa3\x0f\x15\x1c\xd0\x1c\x5c\x69\xe3\xed\x89\xb0\x71\x0e\xd5\x8d\xc3\xed\x08\xa6\x03\x03\xe2\x89\xe2\x26\x86\x3e\x58\xac\x89\x26\x86\x62\x1f\x58\xa9\x44\xb1\x3b\xdd\xc6\xc8\x13\x85\xa5\xa4\x0f\xd6\x6f\xa2\x0e\x46\xc7\xc1\xde\x83\x28\xa7\x29\x63\xe4\x89\x64\x9b\xb6\x8f\x61\x21\x38\xee\xca\x35\xe0\x7d\x0c\x8b\xca\x46\x03\xe1\x9d\xfa\x18\x16\x02\xef\x51\x8e\xeb\xb7\xc1\xf5\x44\x11\x55\xbd\x8d\xa4\x27\x92\x63\x37\x7d\x84\x6f\x0c\x0e\xe7\xa4\x4f\xb5\x49\x84\x5d\x60\x2a\x36\x92\x9e\x68\xac\x08\x7d\x28\xe5\x8e\x6f\x24\xaa\x35\xac\x8e\xb4\x8e\x84\xb8\x26\xb8\x5e\x1b\x23\x4f\xc4\xd8\x4d\x3a\x4d\x22\xb0\x33\xb3\xcd\x91\x56\x88\x15\xe3\x81\x0a\x7a\xa8\xe0\x80\xe4\x78\x70\x1f\xac\x18\x45\x60\xa4\xe8\x03\x1f\x1c\x11\xaa\xb3\x47\x59\x08\xef\x66\x63\xf0\x1d\x8a\x34\x10\xc4\x52\xe9\x43\x91\x06\x62\xda\x12\xed\x0f\x71\xa5\x19\x36\x74\xfb\x14\x3b\x14\x6c\x21\xf4\xa1\x48\x03\x83\x73\xeb\x6d\x08\x3e\x91\xec\xdf\xf5\x31\x2d\x17\xfe\xf2\x04\xe6\xe9\x43\x01\x03\x82\x98\xcc\x7d\xbc\x2c\xd7\x8b\x19\x26\x69\x1c\x65\xce\x61\xa0\x50\x54\xd0\x43\x0d\x04\xa4\xfa\xe6\x71\xf9\xc6\xcb\xef\xc8\x0f\x2f\xb3\x5f\x18\x18\x20\xfb\xc0\x66\x24\xaa\x10\x1d\x87\xa2\x03\xe4\x74\x74\x28\x3a\x40\x4f\xbf\xf6\xc7\x72\x7d\x38\x67\x6b\xcf\x51\xb7\x30\x58\x5c\x6d\xbf\x36\x50\xf7\x71\xdb\x04\x5e\x7c\x89\x6a\x7b\xdc\x66\xc2\x35\x94\x69\xff\x78\xec\x1f\x8f\x7e\xf8\x8c\x3a\x55\x0f\xd0\xb8\x04\xf4\xa1\x34\x00\xa1\x5e\x76\xa8\x8d\x80\x26\x4a\x53\x0f\x5c\xde\x44\x6d\x63\xd5\x77\xe0\xcc\x26\x9a\xab\xa4\x7b\x38\xce\x87\x47\x08\x19\x62\xc3\x65\x05\x48\xee\xd0\xef\xe1\xb2\x02\xd4\x34\x2f\x2c\xdb\xa2\x88\xab\xd9\x83\x6d\x47\x91\xec\xe5\xf5\x50\x66\x0c\x83\x68\x6e\x41\x92\x6f\xc4\xe6\x33\xcd\xde\x71\x3e\x86\x5b\x98\x49\xd2\x6d\x12\x2b\x6c\x26\xa0\x81\x35\x47\x14\x2e\x01\x3d\xb0\x20\x8b\xe2\x54\xe1\x9a\x60\x4c\x62\x81\xc5\x1c\x6e\xfc\x37\x51\x44\x5a\xec\xe1\xd8\x04\xb5\x99\x17\x06\x1e\x31\x4e\xf3\xc2\x73\x44\xc4\x40\x55\x1b\x65\x85\xb8\x64\xe3\x44\x29\x19\xae\x21\x40\xb1\x1f\xde\x86\x84\x13\x4d\xd0\x99\x1e\x6d\xb9\x70\xbd\xc6\xfc\xd0\xc3\x95\xc6\x30\xfe\x09\x22\xdc\x28\x71\x22\x0e\x56\x1a\x46\x89\x13\x8d\xf7\x67\x0f\xb5\x06\xd0\x6d\x21\xa6\x4d\xb8\x50\x81\x32\x3d\xa6\x15\xc2\xdb\x43\x59\x66\x94\x38\x51\x44\xc4\xe8\x31\xcd\x7e\x72\xe3\xef\xa0\xda\x2e\x51\x40\x71\x31\x7d\x0f\x15\x09\xb0\x34\x32\x92\x7c\xe3\x89\xdb\x16\x83\x7a\x9c\xbe\x91\xdb\x94\x0e\xc4\x9b\xc1\xe2\x44\x6c\xa7\x79\xf9\x1d\x4f\x77\xe0\x69\x1c\x87\x3e\xa8\x81\xb6\x6b\x34\x37\x51\xbb\x6d\xef\x7a\x64\x78\x24\x85\xb5\xcd\x78\xdb\xd0\x04\xa7\x52\xcb\x1a\xae\x47\xc6\x37\x3e\x3c\x15\x52\x29\x01\xcd\xf9\xf0\x36\x0c\x9c\x88\x69\xb9\x94\x19\x60\x84\xed\xa5\xba\x01\x62\xda\x27\x2e\xbf\xd0\x85\x33\x9c\xdd\xf7\x72\xc0\x7c\xdd\x26\x4c\xb2\xa8\xc4\xab\x52\x0f\x36\x7e\x9c\x18\x44\x56\x6a\x83\xc5\x89\x31\xd1\xc5\x86\x92\x05\x0c\x0e\x9b\xf4\x70\xd5\x02\xda\xd5\xc1\xf8\xf8\x85\xb8\x6c\x97\x33\xdd\x3d\x6e\x2b\x74\x13\x3c\xdf\xc1\x77\xdb\x12\xb7\x7b\x79\xbc\xf1\xf6\x3b\xde\x1c\x08\x44\xa5\x1a\x6a\x33\xc3\x60\x27\x7e\x47\xb5\x19\xd0\x6d\xdb\x2b\xac\x40\xf7\x37\x7b\x5b\x02\x1f\x77\xf5\x27\x23\xd6\x89\xc0\xe2\xde\x06\x9e\x13\x81\x73\x6a\x0f\x45\x1a\x48\xb5\x86\xa1\xfc\x1a\x7a\xc2\x2b\x01\x54\x70\x40\x73\x5a\xb2\x43\x0b\x0e\x48\x36\x53\x3a\x38\x9a\x2d\xc6\x49\xf6\xa1\x51\x07\x44\x50\x88\x50\xe7\x01\x81\xc5\xbd\x83\x60\x27\x22\xd9\xe5\xeb\x70\xb1\x06\x82\x78\x44\x1d\xbb\xd9\xef\xfa\x0f\x98\xf4\x36\xc9\x8b\x44\x56\x4b\x04\xf6\x6f\x51\x45\xf7\x0d\x97\x5e\x20\xb9\x47\xa2\x8d\x7e\x27\x3a\x90\x85\xa1\x10\x05\x8d\x9f\x63\x87\x0b\x34\x10\xdc\xf8\xdb\xa1\xd5\x05\x0c\x15\xfb\x50\xae\x82\xe0\xaa\xce\x0e\xe5\x2a\x48\x62\x83\xb4\xc1\xf5\x44\xed\xbb\x79\xdd\x26\x61\x1b\x0e\x0b\xf1\x98\xc4\x5d\xe4\x4c\x8c\xa1\xc6\x16\xdf\x25\x21\x15\x1a\xb6\xc4\xc0\x9e\x82\x48\x0b\xf6\x15\x45\x6c\x7e\x21\x95\x38\x90\x38\xb4\x77\x28\xdc\x41\x87\xad\x3a\xac\x10\x47\x10\xb9\xaf\xaf\x8d\xf0\x27\x92\xe8\x2d\x1d\xca\x7b\xd0\x8e\x8e\x50\x63\x03\x45\xe0\xb9\x8e\xb0\xa1\x43\x9d\xe7\xd7\x1e\xd4\x1d\x61\x4d\x82\xd8\xc5\x36\x94\xf3\x08\xc8\x40\x08\x46\xd8\x9c\x44\x39\x39\x6c\xe1\xb4\x72\x1c\x1a\x52\x8d\x09\x27\x0d\x50\x38\x3e\x75\xa8\xd0\x81\xd8\xbf\x49\x56\x8e\x43\x43\xf3\xfb\x43\xb3\x4f\xcd\x79\xd4\xd7\x95\x2c\x28\xce\x64\x77\xb8\x92\x0d\x57\xb2\xd3\xa7\x6c\x15\x36\x0a\x08\x7b\xd7\x06\x39\x14\xc1\xe1\x89\x0e\xd5\x3e\x50\xdc\x91\xd7\xe1\x12\x18\x14\x5b\xef\x1d\x2e\x81\x41\x6d\x7e\x1a\xa7\x3c\x50\xdf\x2f\xaf\x72\x08\xba\xa7\x49\x56\x08\xef\x18\x3c\x34\xda\x18\x8a\x22\x82\x35\x44\xb4\xa5\xf7\x3a\x3f\x5b\x75\x5a\xae\xaf\x37\x23\x4f\x4d\x3f\xc7\xa4\x63\xd9\xfd\x9c\xb9\x40\x72\xbe\xb2\xc3\x99\x0b\x04\x0e\xc7\x1d\xce\x5c\xa0\x08\x8d\xdc\xe1\x6c\x03\x02\x83\x7e\xc7\x69\xab\x7a\xe0\xc1\x86\x3e\x2d\x17\x61\x15\xa7\x43\xcc\x39\x09\x8c\xb2\x8e\x5a\xd2\x40\x9d\xcc\x10\xf1\xb2\xa8\x2f\x9d\x71\x69\xd5\x97\x4d\xf8\xd2\xe8\xe7\x53\x96\xfe\xe5\xa9\x0b\xb2\x7f\x59\x2e\xa2\x95\xb2\x99\xdb\xf1\xb2\x09\x5f\xae\xa6\xf8\xe1\xdb\xef\xc8\x61\x70\xe7\x24\x83\x2f\x8a\xcc\x6f\x92\x6f\xe4\xe4\x24\x7b\x0f\x1d\xce\x6f\x20\xcb\x9e\x83\x8b\xa1\x48\x67\xd4\x78\x5b\x47\xfc\x09\x39\x21\xd4\x71\x39\x36\x71\x85\xd1\xcc\x68\xf0\xc5\xfe\x06\x5f\xb4\x33\x39\x73\x81\xc0\xdd\xa7\x0d\xab\x28\x8a\xd3\x0d\x6d\x58\x45\x31\xe6\x41\x21\x3e\xe6\xc5\x05\x27\x04\xe9\xe9\xf8\xf8\x39\x3e\x9e\x94\x27\xc9\x99\x2b\xdc\x42\x50\x84\xdf\x56\xdb\xeb\xfc\xfc\x1c\x4e\x66\xa0\x35\x7f\x1a\x69\x51\x94\x26\xb8\x70\x39\x0d\x0a\x6f\xd9\x0e\x27\x20\x50\x41\x97\x4b\xe7\x91\xf4\x56\x3e\x26\x46\xa3\x23\x8a\xa1\xc9\x20\xb5\xde\x83\x22\xea\x47\xa7\xd6\x7b\x50\xf8\x09\xb5\x31\x14\xc5\x70\x79\x98\xda\xee\x40\xb2\x4d\xd2\xe9\xa4\x01\x9a\x6b\x19\x3b\x35\xc2\x83\xd4\x7a\x6f\xa4\x45\x91\x78\xaf\x77\x3a\x43\x80\xc4\x51\xac\xd3\x19\x02\x24\x67\xf3\x3b\x9d\x21\x40\xb1\x6b\xde\xc6\x63\x14\xb9\x59\x08\xa7\x83\x74\x3a\x60\xe1\x97\x0a\xfa\x34\x7c\x3d\x76\x8b\x1c\x56\x7b\xb8\x7d\xc3\x0f\x5d\xad\x83\x91\xf4\x9c\x74\x3a\x00\x89\x0b\x6b\x1b\xb5\x51\x04\x61\x61\xdb\xa8\x8d\xa2\xb8\xc7\xb4\x53\x41\x9f\x46\x84\xb6\x55\x5d\x61\x83\xc0\x19\xa5\xd3\xe5\x34\x18\xc4\x8d\x6e\xc3\x2a\x8a\x22\xfe\x77\x1b\x37\x51\x14\xfb\xce\x9d\x69\xb9\x52\x1f\x64\xde\x98\x7e\x5a\x4e\x7e\x9f\xe6\xa5\x8c\x06\xc1\xe1\x8b\x4e\x05\x32\xa8\xf3\xf4\x87\x16\x62\xa1\x0f\x5b\xd5\x75\x38\x08\x37\x2d\x0c\xb8\x28\xba\xfc\x68\xca\x55\x10\x9c\x4a\x6c\x03\x2e\x8a\xc9\x71\xc6\x4e\x85\x28\x48\x8d\x60\xa9\x10\x4d\x03\xd1\xa2\x6e\xa4\xab\x0b\x50\x04\xf2\x6f\xa3\x2b\x8a\x9e\x7e\xda\x36\x7b\x9c\xd0\x0f\x76\x02\x8c\xae\x28\x02\x3f\xa3\x4e\x57\x17\x60\xe4\xf7\x29\xdf\xc8\x29\x17\xc7\x50\xba\x94\x00\x83\x00\x25\x6d\x28\x45\x51\x84\x30\xee\xd4\x26\x09\x9a\x10\xfd\x9d\x0a\x64\xd0\xb5\xff\xda\x83\xba\xd3\x95\x06\x48\x1c\xb2\x3a\x35\x6c\xfe\x5f\x8c\x9d\xc9\xd5\xf4\x2c\xaf\x45\x53\xb9\x21\x18\xd3\x48\x4c\xfe\x5c\xc0\x4d\xfe\x21\xdc\x55\x7b\xfb\x1d\x3f\xdf\xe8\xac\x62\xb9\x6c\xc0\x58\x1d\xd2\x01\xe8\x14\xf4\x85\x7c\x8c\xc2\x60\xc7\x2f\xfa\xf4\x3d\x4c\xc4\x1b\x21\x12\xd9\x11\x85\xda\xfd\x52\xdc\xe6\x00\xfa\xf4\x3b\x37\x64\xd9\x3f\x3e\x7d\xe6\x4e\x19\x0b\x44\x77\xa2\xf4\x21\x80\xda\xb1\xcb\xba\x62\x17\x18\x6d\xfa\x47\x67\x78\x93\xe9\x87\x79\x25\x3b\xa2\x30\xa8\x78\x09\xd9\x11\x85\x46\x81\x7f\xc8\x8e\x28\x0c\xce\xaf\x8c\x6e\x90\x14\x88\xc3\x27\xea\x8f\xf4\xcf\x1f\x61\xd8\x97\x9d\xb0\xf8\xbd\x7b\x95\xaf\xe6\x82\xc0\x1d\xd9\xdf\x75\x3e\xba\x27\xe9\xb9\x48\x0d\x7f\x02\x3d\x7d\x5b\x8a\x70\x20\xaa\x8b\xc1\xf0\x27\x90\x5f\x27\x94\xea\x40\xab\x3e\x51\x17\x05\xa8\xc3\x8f\xe7\x76\xa2\xe1\xb3\x26\x81\x2d\xba\x22\x1c\x68\x03\x75\xd0\x5f\x97\x32\x4c\x1d\xa7\x9f\xc5\xeb\x55\x2f\x57\xf9\x3a\x5e\xfb\xf5\xda\x2f\xff\xe8\x5a\xe3\xa8\x29\xca\x94\xa2\x1b\x03\x01\x2a\xe9\x3e\x31\x8c\x75\x02\x9d\x13\x11\x63\x50\xa4\x2e\x74\x63\xfc\xc3\xbd\x96\x61\xea\x35\xf2\x5a\x4e\x40\x61\xc0\xb5\x13\x72\x02\x0a\x01\x8b\x7c\x0c\x2d\x7a\x20\x0a\x5f\xf0\xd0\xa2\x1f\x72\x70\x14\x9b\x9a\x4d\xd6\x28\x07\x4d\xc3\x26\xe4\x35\x92\x45\x86\x3e\xa1\x91\x69\x13\xd2\xf1\x09\x8d\xb4\xe4\x18\x0a\x41\xa0\x6b\x98\x0f\x77\x4e\x80\xda\x10\x49\xc3\x50\x06\x30\x60\x19\x88\xe1\xce\x09\xd0\x0f\xff\x68\x68\x10\x08\xf2\xe3\x42\x0a\x3d\x61\x40\xf7\x18\xf2\xda\x09\x8d\xe2\xaf\x18\x6e\x6d\x00\xbd\xe1\x74\x0f\x45\xd2\x30\xe0\x81\x2a\x1e\x06\x3c\x80\x31\xf0\x2b\xe5\xa2\x13\x6a\x38\x39\x86\x32\x80\x56\x87\x4d\xde\x9e\x94\x13\xb7\xe4\x86\x31\xc5\x81\xd9\xa8\x09\x2a\x63\x9d\x30\x5c\x4c\x43\x29\x35\x94\x52\xb8\x61\x92\xd8\x09\xe1\x66\x9b\xf4\x74\x42\xd5\x81\x97\x9e\x4e\xa8\xc1\xfa\x1a\x24\x2f\x0b\xa1\x54\x97\x19\x4e\x08\x0a\xa5\x63\x90\x9a\x26\x84\xf1\xa7\xa1\x49\x05\xb4\x60\xdd\x0f\xbf\x5a\x60\x90\xbb\x11\xc3\xad\x8d\x61\xf9\x39\x61\x59\x09\xde\x84\xce\x69\x81\x31\xdc\xed\x00\x86\xb6\xd8\xd0\x16\x03\x06\x85\x09\x31\xfc\x90\x81\x50\xa3\xca\xf9\x26\x54\xa8\xdb\x62\xf8\x3d\x02\x5d\x9f\x4b\xce\x37\xa1\x9d\xce\xaa\x51\x04\x60\x74\x97\x89\xbb\x1d\x40\x73\xbf\x60\x18\xb9\x04\x06\xb5\xe6\x31\xb4\xc5\x80\x0a\x65\x45\x0c\x03\x0b\x40\xd3\xcc\x1e\x6e\x80\x00\x4d\x3b\x65\x68\x9e\x01\x0d\x7e\xd4\x90\x2c\x4e\x68\x24\xe0\x86\xcc\x70\xc2\x70\x17\x46\x1a\xb8\xf8\x68\xe0\x10\x43\x12\xbc\x09\xed\x7b\xdb\x86\x0c\x86\xa7\x60\x70\x55\x68\xea\x85\x21\x03\xbe\xed\xd0\xd4\x03\x9a\x9b\xdf\xb2\xb9\x09\xc1\xf1\x9a\x21\x9b\x9b\xd0\xa8\xf3\x0f\xd9\xdc\x84\xda\xb0\x9f\xe4\x56\x13\x86\x7b\x81\xa1\xe8\x00\x9a\xc1\xb9\x30\x30\x0a\x84\xdb\x37\xa1\xb1\x04\x54\xd7\x44\x68\x2c\x01\xcd\xbd\x75\x69\xcd\x84\x01\xaf\x54\x04\x09\xb8\x42\xa7\x04\x31\x42\xaf\x18\x88\x03\xd1\x11\x24\xcd\x0a\xf1\x33\xcf\xfe\x54\xc5\xa1\xfd\x03\x0c\xce\x98\x8a\x50\x66\x00\x9d\xf3\xd2\x23\xcc\xaa\x00\x5a\xc5\x40\x09\x2d\x1b\xa0\x41\x2d\x1a\x61\xa2\x05\x10\x70\x2a\x47\xb8\x77\x00\x34\x92\x97\x43\x92\x30\xa1\x06\x22\x49\x92\x30\x61\x1c\x76\x42\xa3\x02\x18\x46\x99\x42\x7b\x00\x68\x41\x30\x32\x74\xe9\x80\xe6\x9e\x7d\x68\x0f\x00\x9d\x43\x6d\x23\xdc\x4e\x00\xfa\x40\xa3\x86\x31\x45\xa0\x69\x0f\xc8\xc9\x25\x54\x6a\x6e\x43\x4e\x2e\xa1\x51\xd6\x15\xb1\xed\xd7\xd6\xa2\xe7\x89\x6a\x7a\xa0\x0e\x57\x91\x02\x02\xa8\x13\xc9\x12\x6e\x27\x00\x71\xba\x18\xfc\x5c\xc3\x4a\x53\xbc\x83\xf0\x73\x05\xda\x41\x14\x33\xd4\xa8\x40\x0f\x0c\xcd\xf0\x43\x04\x86\x21\xa5\x30\x9c\x07\x8c\xf9\xfd\xd1\xb9\x97\x5a\x8b\xef\x3c\x0c\xd4\x01\xed\xfc\xfe\xe8\x14\xe2\x3a\x95\x6a\x93\xbd\x87\x6d\xcb\x3c\x0e\x79\xb4\x84\x4e\x7d\x78\x24\xf9\xa6\x42\x3f\x89\x4f\xca\x7d\x25\x74\x72\xb6\x7f\x62\x95\x26\x2b\x97\xc8\x4c\x4a\x15\x23\x10\x85\x2f\x38\xcd\x39\x02\xa2\x86\x7f\xbc\x6c\xa2\xec\x86\x8f\x3a\xf5\x47\x80\x9f\x11\x4f\x53\xb3\x89\xbc\x3d\xbe\xf3\x74\x27\x00\x68\xda\xd7\xa9\x0f\x01\x74\x37\xf8\x53\x8b\x1e\x08\x8d\x92\x74\xf9\x02\x8d\xea\xac\x48\xb5\x60\x4a\x8e\x8e\x5a\x4f\x6d\x75\xa0\x1b\x96\x4d\x95\x19\xd0\x39\x5e\x33\xa4\x8a\x12\x9a\x1b\xe9\xa9\x9a\x02\x06\x74\x45\x91\xe9\x1f\x29\xb9\x84\x9a\x34\x32\xed\x17\x0c\x0f\xee\x60\xa5\xca\x2c\xb5\x96\xf1\xe9\xd3\x4f\x21\x3d\xf4\x8f\xf7\x28\x7b\x94\x30\x0a\xe1\xcf\x34\x6e\x01\xd4\xee\x55\x06\x29\xf2\x0b\x52\x70\x7b\x23\xee\x40\x37\xaf\x2a\x55\x79\xb9\x25\xf5\x67\xa2\x5d\xe4\x40\x1b\xce\xbd\xbb\xf9\xc0\x68\xd3\x26\xe7\x9e\x6c\x6c\x4a\xff\x23\x55\x66\x40\xd3\xf9\x90\xa5\x49\x08\x53\x87\xd2\x2d\x39\xa0\x42\x26\x1f\xe9\x96\x1c\xd0\x4c\xc8\x92\x20\x49\x68\x54\x58\x47\x3e\xf6\xeb\xf1\x0d\x31\x85\x2e\x5f\xa0\x19\x11\xcd\xd7\x7e\xfd\xa0\x72\x2e\x70\xa4\xdb\xed\x40\x73\x7b\x6f\xaa\x34\x80\x80\xeb\x22\xe4\x36\x8a\x8f\xdb\x88\x37\x34\xdd\x4d\x03\xba\xb9\x63\xd3\xb0\x2c\xd0\xa0\xa7\x8b\xa9\x1f\x0e\xb4\x86\x1e\x99\xae\xe8\xe9\x99\x27\xa8\xcf\xa9\xa0\x07\x7a\xe0\xcf\x4c\x77\xc0\x80\x7e\xb2\x98\xa6\x82\x1e\xe8\x27\xaf\x63\x1a\xfe\x04\x1a\x3c\xb7\x31\x75\xa7\x67\xe3\xb4\x2e\xde\xf6\x34\x53\x67\xca\xe2\x6c\x27\xdc\x14\x03\x86\x3b\x4d\x53\xb3\x11\x18\xc6\x66\x24\x45\x12\x06\x87\x35\x85\x0c\x48\xc2\xa0\x28\x24\xa6\xba\x03\xa8\x5a\xb8\x53\xdf\x19\x08\x6d\xd7\xe9\x97\x36\xfd\xd2\x50\x9f\x52\x27\x09\x5d\x2b\x5e\xea\x24\xa1\x73\xb8\x7a\x4c\xdd\x69\xa0\x57\xc4\xb6\x3c\x49\x42\x18\xaa\x97\x14\x49\x18\xb0\xce\xc6\xd4\xdf\x9d\x9e\xb9\xe4\x80\xd4\x30\x40\x23\x1b\x3b\xa6\x9f\x28\xd0\x38\x12\x33\xa6\x1f\x1f\x10\x66\x19\x4c\x3f\xbe\xf9\x6d\x8a\xd9\xe4\xbd\x70\x55\xdd\x4d\x9b\x7e\x8f\xc0\xd0\x25\x9c\xcb\x59\x5d\x2c\x93\xe3\xef\x43\x12\x43\x36\x24\x21\xf5\xf2\xa6\xd1\x42\xa0\x73\x24\x78\x48\x90\x24\x34\x33\x0e\xa6\xce\x2d\xd0\xcc\xaa\x98\x6a\x2e\xa0\x1b\x53\x9c\xfa\xa8\xc0\x38\x11\x10\x53\x87\x14\x68\x1c\x59\x18\x53\x87\x14\x88\xc4\x45\x99\x2a\x33\xa0\x55\x07\xe7\x36\x1a\xd0\x29\x3d\x0b\xf9\x97\x84\x7e\x3a\x2b\x6e\xa3\x01\xfd\xf0\x05\x2a\x0d\x80\x56\x5c\x91\x4a\x03\x20\x8c\xa5\xcf\xdb\x7b\x41\x43\xf9\xad\x35\x0d\x60\x20\x4e\x5f\xa0\x6e\x2b\xd0\x4f\xac\xa4\xa9\xdb\x0a\xf4\xd3\x37\xaf\x69\x0b\x0c\xf7\x9d\xa7\x46\x2b\x10\x15\x11\x3e\x8d\x29\x4e\x13\x79\x50\x1a\x53\x3b\x16\xe8\x59\xfd\xa3\x03\x62\x37\xec\xf0\x0b\x56\x8c\x00\xc3\x98\xcf\xd2\x21\x05\xd2\x61\x2f\xf7\xa6\x80\xee\x36\xed\xd2\xf6\x04\x2a\xa7\xf4\xc6\xd2\xd0\x04\x86\x16\xea\xd2\x93\x05\x82\x14\xe7\x58\xd4\x66\x08\xa3\xb1\x13\x20\xbd\x93\x10\xd0\xcf\x87\xf4\x4e\xc2\x50\xe5\x2d\xe3\x93\x40\x98\x1d\xb3\xdc\xf3\x07\x9a\x41\x2c\x19\x9f\x84\x30\x3d\x61\x69\xda\x02\x23\xbd\xca\xfd\xa4\xf5\xed\x27\xfd\xe6\x7e\x19\x40\x04\xa2\x22\xb8\x96\x7b\x40\xc0\x30\x2a\xb7\x34\x80\x81\xa1\xfa\x5c\x7a\xc5\x40\x73\xcb\x65\x69\xed\x02\x95\x4a\xe6\x90\x04\x4a\xa8\x1c\x07\x11\xcb\x9d\x22\xa0\x86\x03\x52\x54\x02\x35\x88\x06\x2d\x73\x7b\x80\x06\x49\x74\x2c\xe5\x22\x10\x66\x00\x2d\x2d\x67\x60\x70\x82\x6d\x2c\x9d\x6e\x60\x18\x16\x59\xca\x45\xa0\xc3\x8c\x1b\x32\x3e\xc5\xc7\xf8\x44\x30\x72\x19\x1a\x04\x86\x26\xe8\xd2\xc3\x06\x06\xc4\x84\x21\x2f\x94\x10\x5a\x59\x4b\x0f\x1b\xe8\xee\x50\xac\xf0\x6d\xc3\x09\xaf\xab\xb9\x0c\xfa\x01\x15\x82\xa4\x58\x9a\xd9\x40\x85\xe1\x21\x96\x42\x10\xa8\x61\x57\xf5\xb0\x81\xa1\x8b\xb2\x94\x8b\x40\xc0\xa2\x1a\x4b\xb9\x08\xb4\xea\x92\xd3\x0f\x5f\x56\x6d\x60\x2d\xaf\x74\xf9\xa6\x6c\x5b\x0c\xc8\x44\x44\x20\xa0\x9d\x8a\xa5\x87\x0d\x44\x71\xe5\x4c\x3f\x05\xf8\xe3\xd2\xb5\xea\xf6\xcd\xf2\x64\x39\xdf\xb6\x1b\x33\x40\x55\x73\x2d\xed\x94\xc5\xce\x89\x26\xd5\x52\x16\x02\x75\x3a\xf7\xe6\x09\x01\xe3\x1b\x90\xd6\x0c\xd0\x4c\x61\x5d\x26\x05\x01\xe1\x7e\xf8\xd2\x74\x01\xda\x81\xd5\xb0\x8c\xb1\x2d\x8f\x73\xf7\x43\x56\x7e\x01\x63\x10\x88\x59\xca\xaf\x65\xc5\xb0\x57\x69\xeb\x03\xed\xfb\x60\x8c\x9e\x01\x71\xf8\x47\x37\xf8\x81\x7e\x38\x6c\x85\x15\x50\xbf\xdb\xbb\x4d\x02\x8c\xee\x02\xd0\xfc\x07\x06\x05\x48\xb1\x34\xff\x81\x46\x09\x74\x2c\xf7\xe9\x81\x6e\x7c\x73\x69\xfe\x03\x95\xa3\x84\x62\x69\x2c\x01\x4d\x21\x2a\xdb\x96\x50\x39\x55\x34\x96\x5b\xf7\xc0\xa0\x0c\x2e\x96\xc1\x39\x20\x4e\xe5\x84\x89\x88\x40\x35\x3f\x6e\x5b\x1d\xb1\x3d\xfc\x03\x9d\xb6\xdd\x5f\x01\xba\x41\xd6\xad\xb0\x02\xba\x7b\xeb\xdb\x9d\x13\x60\x70\x08\x5e\x6c\x9d\x6e\x20\x1a\xaa\x58\x4e\x2e\xa1\x0d\xa6\x70\xeb\x5d\x00\xdd\xc4\x96\xad\xe1\x05\x8c\x88\xff\x10\xa0\xde\x66\x33\x02\x4d\x79\xbd\xab\x7d\x84\xaa\xce\xfd\x24\xd9\xb6\x84\x18\x6c\x60\x6c\x25\x0b\xd0\x4c\x9f\xdb\xee\x28\x03\x0d\x4e\xf7\x90\x80\x4b\x18\x83\x80\xd8\x56\xfe\x00\xfd\x1b\x89\x5e\x0b\xd0\x39\x63\x21\xe4\xe4\x12\x2a\x24\x2a\xb1\xdd\x0c\xd9\xb2\x8f\xa3\x47\xb6\xa1\x41\x20\x5a\xf7\x8f\xcd\x26\x2a\x71\xaa\x4d\xf6\xbe\xeb\x86\xd1\x09\x8d\x30\xa0\x51\x25\x17\x5b\x0f\x68\x1b\x07\x44\x70\x6d\x53\x9c\x81\x5e\x59\x1f\xdb\xad\x09\xa0\x1b\xd6\xd8\x0a\x1b\x60\x1c\xa8\xf5\xad\x07\x04\x54\xeb\x62\xb6\x6e\x3e\x30\x86\xf3\xa5\x79\x05\x0c\xdd\xb0\x6d\x1a\x12\xd0\xd2\xd7\xa1\x18\x01\x9a\x39\x6d\x5b\x0f\x08\xe8\x66\x59\x6e\x2b\x25\x80\x70\xc7\x6f\xbb\x85\x00\xd4\xe1\xe4\xb8\xe5\x0b\xd4\x74\x26\x8c\x0f\x00\x63\x60\x06\x6d\xad\x2c\xa0\x57\xdf\xd0\xb6\x5f\x3f\x18\xdd\xb5\xe6\xe6\x00\x30\x86\x2f\x4d\x63\x09\x18\x7e\x4f\x32\x64\xc5\xc7\x90\x85\x6f\xb3\x15\x49\x5b\xce\xee\xe2\x1f\x7d\x43\x3f\x18\x23\xbc\xca\x31\x5e\x66\xa5\xf2\x86\xb4\xb2\x80\x30\xc2\x27\x1d\x96\xd0\xcd\xee\xdb\x8a\x11\xa0\x1b\xbb\xdb\x9a\x41\x40\xab\x3e\x51\x03\x07\xe8\x1c\xf8\x1a\x97\x09\x33\xc0\x48\xee\x75\xe9\xe6\x03\xe1\x1e\xe3\xe5\xb7\x09\x34\x0d\xaf\xcb\xc0\x39\x50\xdd\xb9\xbd\x74\xf3\x81\xd0\xe7\xba\x74\x9d\x80\x01\x13\x7a\x5c\xba\x4e\x40\x37\x10\x73\xa9\xfc\x81\x80\x74\x34\x64\xb5\x12\x1a\xfc\xcc\x71\x69\x0f\x00\xbd\x78\x2f\x93\x3e\x80\x66\xa4\xe4\xf2\xe3\x03\x06\xa7\xdf\xc5\xe5\xc7\x77\xa9\xfc\x79\x8f\x12\x4a\x09\xad\xa3\x2b\x2f\x03\xe7\x40\x14\xff\xe8\xd7\x71\x7d\xdc\x20\xcc\x44\xf8\x44\xf9\xf4\x71\x9d\x24\x6e\x12\x3a\x8c\x18\x71\x99\xd7\x00\x74\x8e\x56\x0e\x99\x95\x84\x36\xba\x4d\xdd\x26\x38\x93\x90\x39\x97\x8b\x1c\x18\xd0\x65\xc7\xa5\xfa\xbc\x3c\x64\xfa\xbb\xca\x99\x20\xb5\xff\xeb\xbd\x71\x31\x60\x98\x59\x79\xe9\x70\x00\xc3\x14\x7a\x39\x93\x84\x66\xd8\xff\x72\xdd\x03\x4d\x1f\xe4\x72\xeb\x0c\x08\x2b\x71\x64\x56\x12\x6a\x77\xe5\xe8\x70\x5c\xa6\x27\x1c\x5e\xe5\xed\x37\xde\x14\x9b\x62\xf2\x11\x09\x61\xfe\xc0\x65\x64\x1b\x68\x67\xb3\xc9\x3f\xde\x92\x66\xd1\x55\x75\xe5\xa5\x61\x8f\xb0\xba\x5c\xe4\x40\x85\xad\x34\x2e\xad\x78\xa0\x35\x4c\xd0\x4b\x93\x1d\xa8\x9c\xa9\x13\x97\x11\x64\xa0\x1d\xb8\xd3\xb7\x56\x3c\xd0\xdc\xf7\xb9\x8d\x78\x01\x83\x73\xf1\xe2\x36\xa8\x0c\x74\x0e\x32\x8a\x5b\x5b\x1f\x08\xe8\x7d\xe3\x36\x0f\x0d\x18\x27\x5b\xd1\xb7\x9f\x15\x90\x66\x8b\xdc\x7a\x04\x40\x68\xfd\xdd\x26\xf3\x42\x3e\xd4\xa0\xa5\x8e\x5b\x8f\x00\x68\x1c\x21\x1a\xb7\x79\xfc\x40\x73\x61\xde\x3a\x09\x40\x77\x31\xc9\x47\x24\xf4\x93\x6f\xe8\x36\x89\x01\xa8\x39\xbc\x6a\xda\x64\xc8\xc0\x7b\xd9\x89\x82\xfd\xc4\x32\x91\xb5\x48\xe8\x05\xfb\xe9\x56\x15\x03\xbd\x3b\x20\x25\x00\xd0\x20\x65\x8b\xdb\xad\x33\xa0\xd7\xf1\x1f\xbc\xe2\x5b\x69\x00\x8c\xce\x2a\xba\xd5\xe7\xc0\xe0\x74\xa0\xb8\xf5\x47\x80\xd0\x27\xbf\xcd\x6f\x03\x9a\x1b\xc3\xb7\x69\x0f\x40\x77\x33\xf7\x36\xa1\xe1\xfe\x12\x1a\xe8\xa3\xc9\x6c\xc0\x80\x0e\x2b\xe4\x39\x12\xba\x5b\x26\xb7\xa1\x1b\xa0\x7e\xe3\x75\x2f\x0f\x18\xd6\xe5\xdd\xca\x1f\x20\xe2\x6b\xf2\xd5\x90\xbc\x0c\xeb\x50\xdc\x86\x2c\x81\xca\x59\x2a\x71\x6b\x5b\x00\xcd\x04\xc7\x5b\xe5\x0f\x54\xf3\x3a\x6f\x03\x29\x40\x35\xfb\xf3\xd6\x1f\x01\x5a\x75\x91\xea\x8f\x00\xf1\x8d\xd1\xe8\x3d\xd0\xdc\x3b\xb8\x8d\xad\x00\xc3\x94\x13\xd9\x90\x84\xa1\x1b\x26\xf5\x91\xd0\xab\x5d\x0d\x9f\x18\x14\x24\x7b\x2f\xf7\x05\x81\x7e\xba\x22\x95\x8b\x40\x85\x5b\x36\x6e\x1d\x19\x60\x7c\xc3\xd6\x91\x01\xaa\x99\x5c\xb2\x21\x09\x15\x22\xec\x90\x9b\x48\x18\xe6\x88\xde\x5a\x0d\x40\x87\xec\x2d\xe4\x26\x12\x2a\x94\x70\x71\x9b\x15\x06\x0c\xa3\xab\xf7\x72\x56\x39\xb0\x5a\x1d\x7e\x5b\xa4\x00\x0c\xe8\xc5\xe3\x76\x0b\xe1\x76\x0b\x01\xef\xe0\xd6\x44\x00\x06\x34\x5d\x71\x2b\x2a\x81\xda\xfd\x36\x15\x95\x40\x0b\xfb\xa5\xd5\x00\x84\x99\x82\x52\x1f\x09\x51\x4e\xaf\xf2\x75\x90\x65\xa0\xab\x79\xeb\xc8\xdc\x92\x64\xe0\x56\xdc\x6e\x47\xdc\x12\x61\xa3\xc3\x6f\x83\x3a\xc0\xb0\xaa\xe7\x56\xec\x02\x6d\x14\xfb\xe5\x7c\xb9\x85\xa9\x64\xd1\xb6\x00\xc2\x7a\x8a\x5b\xe1\x7c\x1b\xae\x71\xdd\xeb\xee\x00\xfd\x54\x2e\x2a\xaf\x81\x5e\x9d\x68\x03\x31\x40\xb8\xc1\x2f\xf5\x91\xd0\x95\xc4\xb7\x1e\x10\x10\x90\x2f\x86\x6c\x48\x42\x53\x57\xde\x4a\x75\x20\x4e\x87\xed\xe6\xa4\x04\x49\xfa\xce\xb7\x4e\x11\xd0\x67\x78\x95\x9d\x78\x88\x16\x62\xf3\xdc\x1a\x38\xc0\x28\x4e\x8e\x11\x64\xa0\x7d\x8b\x49\xa7\x08\x18\x27\x1a\xf5\x76\x73\x12\x68\xa6\x71\xcb\x60\x24\x84\x9b\x93\x8f\xbb\x87\x40\xe8\x6a\x3e\x8a\x70\xa0\xc3\x5f\x19\x8f\xe9\x64\x8f\xe9\x64\xac\x2f\x29\x8a\x84\x96\xbc\xed\xc7\xe2\x0b\x20\x74\x48\x1f\xad\x2c\x20\x34\x54\x25\x32\x12\x06\x07\x43\x87\xac\x45\xc2\x80\x48\x2d\x64\x2d\x12\xc2\x3d\x37\xc9\x87\x84\x6e\x04\xf9\x51\x88\x02\xe1\x66\x9d\x4c\x43\x42\xb7\x3a\xe2\x31\xce\xf3\x78\x58\x93\xf7\x32\xa8\x03\x34\x37\xe5\x65\x07\x12\xe2\x44\x28\xc8\x0e\x24\x0c\xce\x16\x89\xc7\x30\x36\xd0\xbf\xf9\x52\x62\x02\x1d\x46\xc4\x78\x94\x85\x40\x33\xa8\xfc\x18\xec\x06\x46\x61\x7d\x3d\x7a\x3d\xc0\x80\xe8\x2a\x1e\xbd\x1e\x60\xe8\x96\x3c\x26\xf3\x02\x1d\x96\xde\x90\x0a\x48\x18\x05\x85\xfd\x28\x44\x81\x3e\x9c\x1c\x23\x38\x40\xd7\x35\x7f\x14\x8f\xcf\x57\x14\xc2\xb0\x0d\xea\x00\x95\x93\xf8\xe2\x31\x40\x0d\x54\x8b\xfa\x1f\xe3\x3c\xc0\x80\x51\x2c\x1e\x05\x1f\xd0\xa7\x8b\xc9\x6d\x25\xa0\x72\xb8\x4c\x3c\xe6\xd1\x02\x01\x8f\x44\x3c\xee\x21\x01\xbd\x7b\x7b\x65\x21\x30\x86\xaf\x43\x59\x08\x0c\x23\x97\x72\x08\x09\xbd\xfd\x07\x8a\x8f\x78\x34\x34\x81\xb0\x14\xf4\x99\x8e\x77\x92\xda\xc1\xf7\x24\x11\x91\xd0\xcc\xf2\x7e\x8d\x03\xbe\x16\xf4\x91\x48\x28\x6d\x8b\x10\x56\xcd\xbf\x6a\x54\xa0\xba\xe3\xf7\x6a\xab\xbf\xa6\xc2\xf0\x6a\x5e\xb5\xe0\xab\x0b\x7c\xda\xd4\x6c\x62\x67\x9f\x2f\xe5\xf5\x35\xbf\xe6\x6c\xf3\x51\xbf\xbe\x2d\x60\x7c\xf7\xf2\x6d\x01\x15\x12\xba\x90\x44\x45\x08\x63\x3e\x92\xa8\x08\xdd\x52\xf4\x57\xfd\xf6\x5a\x25\x37\xbd\xca\x27\x86\x27\xc1\x78\x55\xd8\xe4\xa1\x59\x83\xa6\x69\x13\x27\x48\xda\x7b\xf9\x03\x80\x66\x34\x5a\x4a\x14\xa1\x71\xa0\x4b\xbc\xe6\xdd\x01\x5d\x17\xf8\xf5\xcd\x03\x15\x9a\x9b\x90\x25\x45\x68\x89\xf5\x26\x25\x8a\x50\x03\x9d\xf4\xea\x15\x03\xcd\x50\xc6\xeb\x46\x3a\xd0\x2d\xd8\x92\x12\x45\xa8\xf0\x2f\xc5\x6b\x3e\x33\xd0\x65\x78\x78\x8d\xca\x01\xe3\x7b\xdb\xaa\x3c\x20\x8d\x6b\xbd\x2a\x33\xa0\xe9\x60\xc9\x7f\x22\x54\x73\x7d\x5f\x35\x17\x30\x4e\x32\x47\x24\x3b\x11\x86\x65\x11\xaf\x81\x3a\xa0\x07\x1e\x90\xcc\x26\xc2\x30\x32\xf4\x5a\x9c\x03\x8c\x86\x76\x7e\xdd\x63\x04\x9a\xd6\xdf\xab\xa3\x0c\x74\x98\x95\xe2\x35\x3f\x0e\xe8\xd5\x61\xbb\xd1\xf0\x9a\x1f\x87\x53\x24\x25\x8a\x30\x86\x2b\x5a\x35\x25\x25\x0a\x47\xb5\x84\x94\x28\x42\x57\x73\xc9\x7f\x22\x84\xce\xad\xfc\x27\xc2\x28\x0e\xdb\x94\x39\x20\x38\x3d\x38\x5e\x43\x70\x40\x35\x17\xf3\x35\x15\x06\x18\xed\x67\x2c\xe5\x81\xd7\x22\x8c\x32\x0e\x9a\x8a\x4d\xf0\x6a\x96\x49\x53\xb5\xa9\xb2\x26\xfc\x63\xb7\x89\x32\xdc\xc3\xa6\x61\x13\x85\xf8\xc5\xa6\x69\x93\x29\x05\xde\xeb\xb2\x89\x4e\xfc\xfc\xb7\x3c\x8a\x9d\xd0\x1f\xf9\x09\xe7\x94\xff\x44\xa8\x1c\x37\x92\x07\xfe\x88\xd0\x28\x2d\x4a\x29\x51\x84\x41\xa1\x74\x1e\x44\xe2\x84\x06\x93\xe7\xef\x0d\xd0\x54\xc9\x7e\x38\xb9\x7d\xb5\xab\x08\x18\x76\xad\xf2\xa8\xfe\x11\x05\x44\xe1\x6f\x1e\xc4\x07\x84\x0a\x21\x67\x1e\xcd\x7b\x79\x20\x95\xbd\x6f\xde\x0b\x6d\xc3\xb6\x76\x1e\xd0\x1b\x08\x8d\xc4\x83\x3c\xba\x57\x91\x6b\x47\xf8\x21\x25\x28\x11\x3a\x47\x4b\xe4\xd1\xfd\x63\x97\x08\x84\x01\xa1\x6d\x84\x46\x25\x4e\x1e\xc3\x7e\x59\x43\x11\x74\x35\x9c\x42\x08\x4a\x4e\xa7\x10\x99\x23\x74\x2a\x09\xf3\x08\x7b\x1f\x94\x29\x4d\xde\x50\x38\xab\xe1\xfe\x0a\x9d\x08\x67\x22\x50\xc5\x07\x93\x13\x76\x82\x5c\x3b\x94\x46\x1e\x61\x27\xc8\xc1\x21\x49\x2f\x0f\xc2\xfe\xc2\x68\xbe\xed\xf4\x3d\xc2\x43\x4a\xe1\x6f\x1e\xe9\x4c\x24\x27\xa5\xfd\x1c\x8e\x3c\xd2\x4e\x98\x37\x5c\x6c\x72\xe5\x50\x82\x58\x3b\xf3\x45\xec\x4f\x68\xa4\xc3\xe6\x91\x2e\x26\x12\x22\xa8\xfe\xcb\x63\x7a\x7b\x48\xa2\x61\xce\xc9\x63\xfa\x47\xe8\x9f\x87\x2b\x67\x3a\x46\xa2\x7a\x14\x04\xa6\x94\x28\x42\xe5\xc0\xd8\x3c\x96\x53\x88\x61\xcf\x36\x49\x1e\xcb\x01\x91\x2e\x44\xd1\x75\x1e\xcb\xae\x2e\x7d\x10\x3a\xb1\x7c\x8f\x8b\x83\x57\x7c\x1d\xcb\xf9\x5a\x1c\xfe\x31\xe8\xd7\xf6\x89\x98\xff\x1c\x5d\x92\xc7\xf6\x89\x1c\x2b\x5b\xfd\xe3\x76\x56\x31\xff\xd9\x5b\xcf\x63\x7b\x7b\x52\x0c\x7b\xfb\x3b\x40\x9d\xc7\xe5\x9b\xff\xc1\x38\x27\xf7\xbd\xbc\x2f\x85\xce\xe9\xe0\x2e\xa7\xf3\x22\xe3\xc0\xc5\x70\xf9\xe6\xe1\xb8\x43\x2e\xe6\x71\xfb\x74\x38\x49\xb1\xf1\xf2\xb8\x9d\xe1\x9b\x9d\xfd\x4a\x1f\x6f\xff\x78\x43\xc0\xa5\x64\x79\x1c\x2f\xc4\xce\xe9\xfa\x78\xec\xc4\x23\x53\x19\xab\xfb\x71\x86\x1f\xb6\xf1\xfd\xea\x5e\xff\x08\xd5\x0a\x75\xe7\x79\xbc\xfe\x11\xfb\x1a\xb6\x88\x3c\x5e\xbf\xa7\x17\x32\x9c\xc2\x92\x79\x7d\xcd\x9c\x71\x0e\x1f\x63\x16\x82\x32\xc2\x60\x0f\x28\x8b\xb2\xac\x48\xef\xf4\x35\x0d\x9b\x60\xc2\xfb\x89\xdd\x2c\x44\x60\x84\x80\xcb\x29\x0b\x11\x18\xa1\x61\xbd\x65\xc1\x7c\x17\xa2\xf0\xb9\x16\xa5\x14\x30\x0a\x02\x55\xda\x16\xa1\xfa\x05\x17\x2c\x7a\xa1\xc2\xac\x94\x05\x2b\x5c\xe8\x84\x9e\xb3\x90\x22\x28\x74\xbf\x81\x72\xfa\xc7\x53\x97\x8e\xdb\x63\x85\x0b\xd1\x59\x6b\xa5\xfa\xc7\x0a\xb3\x37\xeb\xb6\x60\x5f\x0b\x9d\x32\xdc\x2c\xcd\x7b\x35\x4f\x49\xe1\x89\xcd\xab\x9a\xb9\x17\xbf\x95\x23\x09\x4b\x16\xc8\x96\x38\x51\x23\x0b\x26\x95\x50\x29\x22\xce\xd2\x9d\xd5\x4e\xe5\xf7\xc9\x13\x87\x4d\x64\x68\x90\x96\x9c\x72\xa9\x08\x0d\xf3\x3d\xcb\xb0\x13\x9c\x64\xc5\xa6\x45\x16\xc5\x1b\x30\x8a\x03\x22\x8a\x20\x54\xaa\x69\xb3\x84\x13\xcd\xb1\xd6\xe4\x46\x67\x09\x87\x8d\x99\xcc\xa9\xfd\x59\xc2\xb9\x0f\xfd\x4a\xff\xe8\x7c\x79\xe8\xa8\xb7\x4f\x9f\xc8\x91\x3b\xf0\x0b\x66\x49\x6f\xff\x83\x0a\x69\x5f\xca\xb8\x22\x34\xc8\xab\x53\xc6\x15\xa1\x72\x6e\x59\x96\xe9\x55\x13\x92\x9e\xca\x4b\xc3\xe8\x15\xda\x70\x31\x29\x92\x80\x3e\x82\xab\x96\x9d\xe0\xc0\x6a\x42\xcf\x59\x96\x6b\x02\x2e\x3a\xe2\x80\x59\x96\xfd\xa2\x6a\x0c\x46\x8c\x2c\xdb\xab\x48\xe7\xc0\xc0\xc9\xb2\x9d\x7b\x42\x06\x14\xa9\x67\x51\x8c\x00\x03\x3f\x3c\xcb\xb6\x13\x5b\x9a\x40\x26\x67\xbb\x00\xc8\xf0\x98\xcd\x3f\x3a\x46\x82\x01\x9c\x57\x9c\xe5\xb2\xab\x14\x4a\x57\xe7\xeb\xf2\x4b\xbb\x08\xea\xa0\x8a\xcb\xe5\xdb\x26\x9f\x79\xda\xd5\xcb\x27\x52\x85\xc0\x0e\x7c\x96\xdb\x01\x51\x4c\xd0\x5c\xab\xb7\x4f\xbc\xa5\x68\xa4\x5f\x8f\x63\x7c\x8c\xc4\xf1\x44\x45\x87\x8c\x2b\xf8\xa8\x29\xbd\x8a\x30\x54\xc5\xe5\xf1\xf6\x66\x85\x21\x4d\xca\xe3\x4c\x3c\xec\x2a\x1c\x74\xf5\xb1\x5f\x90\xb0\x54\x27\xfa\xf5\x89\xb0\xbd\x4f\x5f\x9a\x62\xa8\x58\x85\xd0\x79\x43\xaf\xf7\x7a\xa9\xcd\x77\x31\xbd\xae\x68\x3c\xff\xc3\x7e\xbd\x2e\x00\x0a\x13\x20\x3d\x4e\xa9\x5a\x84\x01\xad\x62\x9e\x4a\x26\xa0\xce\x6a\x53\xd8\xc4\xe1\x0c\xdf\x55\x69\x13\x82\x8f\x85\x79\x2a\x86\x4e\x0f\x32\xfa\xd9\x9b\x79\x6a\x78\x01\x9d\x5d\xbe\x3c\x89\x0d\x0b\x9d\x73\x00\xf3\x64\xaf\x46\xe8\x15\x31\x24\xc7\x8b\x10\x9a\x67\x67\xf1\x5e\xc5\x0c\xd9\xa0\xe9\xb1\x09\x3b\xe5\xb4\xe9\xb5\x89\x88\x3b\x16\xc8\x49\xac\x41\xa8\x70\x2c\xa4\x7c\x31\x42\x50\x53\x99\xa7\x22\x0d\x68\x24\xa7\xa6\x14\x32\x42\x23\x43\x36\x65\x82\x11\x82\x7d\xc5\x94\x09\x46\x68\xec\x3b\xe7\x59\x9d\xaf\x8a\xd8\x66\x99\x9c\xca\xc2\xd3\xad\x59\x74\x9a\x1c\x2f\x42\x2f\x95\x99\x68\xde\x1e\x86\x08\xbc\xf5\x94\xe3\x45\x18\x24\x68\xa7\xbc\x2c\x42\xfc\x97\x43\x12\xf3\x64\x5b\x48\x18\xed\xe0\x51\x0a\x41\x20\x48\x96\xcc\x73\x38\x9d\x83\x0a\x8e\xe9\x55\x4e\xa7\x66\x9f\x7d\x54\x08\x02\x15\xcf\x2c\x25\x64\xc9\x7f\x84\x2c\x4c\x7a\x78\xfb\xe0\xab\x43\xa3\x9e\x8a\xca\xd3\xb3\xfb\x5c\x1f\xda\x78\x40\x27\x4e\x93\xa7\x16\x17\x30\x4e\x54\xcb\x99\x2e\x99\x34\x5a\xe8\x55\xfe\x31\xcd\xaa\xa0\x13\xd3\x4e\x78\xea\x07\x0b\xfe\x9c\x4e\x14\x27\x75\x94\xea\x55\xbe\x79\xfc\xca\xea\x6b\x56\x08\x9e\x1e\x87\x6c\xef\xa7\xc3\x66\x6f\x4a\x55\x7c\x6a\x84\x9d\x5f\x0d\x17\x8b\x61\x39\xc6\x05\xd7\x33\xdf\xd3\xa9\x5d\x06\xb4\xa3\x31\x5f\xcb\x55\x44\x58\xb6\x78\xfb\xe5\x13\x65\xaf\xc3\x30\x3f\x97\x03\xf2\x4c\x41\xa4\xa7\x74\x32\x42\x27\x6b\x30\x4f\xad\x37\x20\x12\xc1\x75\x2a\x76\x81\x46\xf2\x72\x9e\xdb\x25\xb3\xcd\x8c\xf4\x8f\xce\xfd\xd6\x6b\x61\x40\xdb\xae\x42\xee\x79\xf8\x3a\xb6\x73\xbf\x4d\x73\xf3\x2a\x7b\x4f\x4e\x6d\xf8\xa5\x28\xaf\x81\xfe\xaf\xc9\xae\x72\xc0\x12\xf4\x2a\x79\xde\x76\xf5\x26\xdd\xd0\x7b\xdd\xbe\x21\x3c\xd9\xe9\x77\x7e\xbb\x30\x6f\x39\x4d\xe9\xfd\xed\x44\xdf\x70\xf3\xa3\xe9\xa5\xb9\x11\x1a\xf9\x38\x79\x6a\xfd\x01\x95\xb2\xae\x3c\xb5\xfe\xce\xcf\xfa\xb3\x13\xf6\x8b\x5c\x95\xe9\xbd\x34\x08\x81\xd1\x7c\x69\x8a\x70\xa0\xa7\x5d\x7d\x7c\xb5\x3f\xa8\x70\x50\xe7\xa9\x54\x07\x86\xca\xff\xd4\x46\x04\xc6\xe1\x32\xd1\xfa\x03\x6a\xd8\x2f\x65\x2c\x10\x03\x9d\x54\xf5\x77\x81\xc1\xde\x7a\x56\x6d\x44\xa0\x11\x37\xcd\xaa\x0b\x0c\x74\x8d\xcb\xca\x5e\x9e\x50\x15\xa8\x55\x79\x0d\x34\xce\x10\xca\xaa\x0b\x0c\x34\x3d\xd9\xaa\x27\x5b\xf5\x64\x91\x9e\x95\xca\x5c\x61\xc0\xbd\x9e\x12\xe0\x08\x8d\x03\x98\xb3\x6a\xd7\x01\x1d\x06\xed\xac\xd5\xde\x57\x23\x8f\x74\xa2\xda\x2f\x72\xdc\x27\xeb\xab\x2a\x2a\x81\xe1\x1b\x92\x4c\x47\x68\xfa\x82\xb5\xda\x09\xca\x70\xa9\xd5\xcc\xaa\xa8\x04\xba\xca\xbf\x2a\x2a\x81\x4e\xa8\x3e\xab\x72\xb1\x7a\x66\xdc\x61\x93\x7f\x24\x65\x0e\xbe\xbd\xac\x7a\xc5\x40\x7c\x93\xd3\x1c\x10\xc5\xba\x8d\x0f\xb9\x76\x07\xd4\x5d\x13\xf4\xab\xfb\x3a\xc8\x4f\x21\x11\x3a\xab\x9e\x2c\xd0\xd4\xbb\x55\x4f\xb6\x7a\x7c\xc6\x69\x93\x53\x18\x64\x8b\xb0\xe4\xa4\xb6\x11\xda\xf0\xf6\x1a\x71\xc0\xd0\x53\x91\xda\x46\xe8\x9c\x4f\x98\xf2\xd8\x08\x15\x1a\xca\x94\xb4\x46\xe8\x84\xca\xb2\x4e\xff\xc8\xa9\x6b\xc5\xc5\xa4\x13\x09\x04\x65\xde\x29\x69\x8d\xd0\x21\x45\xca\xaa\xc7\x08\xf4\x6f\x72\x96\xbd\xf7\x88\x22\xff\xe8\xe7\x0e\xb4\xc0\xfc\xaf\x97\xf3\x45\x6a\x08\x54\x1a\x59\x2f\xdf\xf6\x0f\xaa\xb2\x50\x86\x1a\xa1\x75\x87\x7d\xf9\x44\x2a\xf8\x21\x1f\x4a\x19\x6a\x84\x06\x97\x6f\xd6\xdb\x89\xfe\x41\x4d\x5f\xed\xed\x4c\xdc\x24\x02\xf9\x0d\xdd\xfe\xf1\x86\x1c\x1d\x47\x48\x26\x18\xa1\x13\x7a\xce\xfa\x38\xa0\xc7\xcc\x26\x6e\xff\xb8\x00\x60\xe9\x4d\x1c\xa1\xfa\xba\xbe\x5e\x52\x32\xfd\xac\xfc\xb6\x81\x46\xe2\x54\xd6\xd7\x59\x7d\x35\x2e\xb9\x97\xb6\x18\xd0\x7f\x16\xc8\x9f\xaa\x58\x86\x19\x61\x90\xce\x9a\x32\xcc\x08\x1d\x2a\xb1\x94\x3b\x46\x08\x8a\x99\xb2\xf9\xe9\x03\x8d\x0d\x9f\x6c\x5a\x5c\x40\x83\x1f\x27\x9b\x16\x17\xd0\xa0\xd4\xcd\xa6\xc5\x05\x44\xff\x9a\x1e\x9b\x38\xa8\x0f\x1f\xa2\xe9\xe5\x01\x01\x93\x70\xca\xd1\x22\x34\xad\xa4\xe6\xa7\x0f\x04\x05\x90\x29\x63\x8a\x30\x28\x22\xce\x66\x5c\x0b\x68\x9c\x1c\x9f\xcd\x6f\x13\x18\xec\xa2\xa4\x04\x25\xc2\x60\xc7\x2f\xa5\x1e\x11\x2a\x87\x66\x65\x1b\x3e\x91\xea\x50\x2a\x4b\xb2\x0d\x27\xc7\x4a\xaf\xe6\x55\xc3\xa6\xf1\xeb\x04\x46\x58\xd3\xa5\x6b\xe6\xae\xb2\xfc\xda\x70\x40\x03\xb2\xdc\x61\xd3\x6b\x13\xc7\xbe\x38\x6c\xa2\xe4\x42\x3b\x10\x82\x4d\xff\x0d\x18\x5a\xce\x8d\x5a\x4d\xa1\xb3\x03\x9f\x6d\xfa\x86\x26\x8c\x99\x2c\xd2\xa6\x05\x02\xb4\x70\xa2\x75\xc3\x80\x5e\xbd\xca\x30\x10\xd0\xc8\x24\x4d\xd9\x35\x84\xe8\x04\x29\x9a\x3a\x1c\x18\xd3\x65\xa2\xc2\x06\x3a\xc7\xea\x67\x53\x61\x03\x61\x78\x4a\x76\x0d\x21\xd2\x05\xa0\xeb\xd4\x4c\x8e\xe7\x43\x6c\xba\x4e\x40\x0b\x64\x6c\x33\x5c\x03\x04\x49\xfb\x29\x2d\x87\xd0\x21\x78\xcb\xe6\x77\x0e\x8c\xe2\x9a\xb8\xec\x17\x47\x18\x77\xfb\xa5\xcf\x05\xf4\xb0\x5f\x9a\x08\x40\xe7\x38\x9a\x94\x96\x43\xe8\x2a\xd9\xf6\x38\xa0\x07\xfb\xc9\xd7\xf1\xb8\x7c\xa9\xd5\x84\x99\x32\x9b\x1f\x22\xd0\x35\x67\x9b\xee\x0e\xd0\x94\xb1\xf2\x66\x08\x8d\x2c\x83\xec\xd0\x28\x09\x0d\x96\x94\xec\x24\xa6\x08\xfd\xf8\x9a\xc2\x26\x5c\xba\xc3\xa6\xb4\x89\xba\x4f\xbc\x03\xd9\x35\x84\x71\x76\x9f\xf8\xd8\x44\x14\x93\xae\x76\xfd\x91\x6e\xb5\xf6\x69\x93\x9d\x38\x39\xaf\x81\x05\x20\xbb\x86\x10\x27\x03\x92\x24\x43\xe8\x1d\x77\xa7\x1b\x7a\x06\x06\x4c\xc2\xd9\x55\xd8\x40\xb8\x7c\xbb\xdf\x23\x10\xa4\x5a\x65\x37\xce\x0c\x0c\x4e\x2c\xcf\xde\xec\x57\xf3\x44\x1f\x9e\x68\xe8\x19\xe8\xec\xef\x66\xf7\x43\xee\x9f\x92\x65\xd8\x86\x6b\x80\x4a\xce\x51\xca\x75\x21\x0c\x0e\x93\x4f\x89\x2d\x84\xe0\x54\xbe\xec\x7e\xc8\x40\x1f\xbe\xa1\xe1\xac\x72\x22\xe2\x4c\xfa\x35\xfc\x23\x24\x3f\x5a\x6c\xf2\x53\x08\xcd\xa8\x5e\x1f\x8e\x91\x83\xc7\xa9\x53\xcb\x6e\x6c\x18\x68\xd3\x31\x1a\xf5\x05\x9a\x01\x48\x59\x1d\x84\xd1\xf8\x90\x65\x75\x10\x2a\xf4\x3d\xd9\xfd\xb6\x81\xa1\x18\xea\x86\x78\x81\x4e\x4e\x49\x76\x3d\x02\x20\x8a\x2f\xcd\x48\x09\x10\x9c\xc2\x9a\x5d\x55\x0c\xf4\x5a\x6c\x72\x40\xaa\x62\x76\x3b\xba\xe6\x3f\xd0\xab\xf3\x45\xf9\xa7\x10\x1c\x95\x90\xdd\x78\x0a\x30\x02\x65\xd6\xd5\xce\xdd\x53\xc6\xed\x97\x9f\x28\x30\x48\xaa\x4e\x99\x18\x84\xa6\x4b\xd8\x8d\xbb\x02\xdd\x68\x74\xbf\xec\x04\x7c\xd6\x8a\x21\x99\x18\x84\x71\x12\x63\xeb\xaa\x62\xa0\x35\x7b\x7f\x7b\x7b\xf8\xac\x39\x44\x21\xbb\x71\xd7\x6e\x2e\x67\xd8\xe4\xbd\x3e\xcb\x9b\xae\xaa\xc3\xbb\x3a\x1c\xab\xb4\x1b\x29\x01\xba\x2a\xb3\xbf\xbe\xc7\x57\xdd\xc1\x13\x8d\x81\x00\x6d\xb4\xf3\x6f\x55\xdc\x0d\x91\x00\x83\x93\x4d\xb2\xbf\x8e\x97\xf4\x70\x0e\x67\xc8\xa1\x61\x0e\x8c\x83\x8f\x67\x18\xa9\x05\x1a\xdc\x20\x39\x0c\x91\x0c\x39\xdb\x58\x91\x43\xed\x3c\x64\xb9\x44\xbc\x8d\xe2\x1f\xad\xcb\xc3\x5e\x1c\x4a\x16\xa0\x73\x68\x72\x0e\xc5\x08\xd0\x75\x8a\x86\xdf\x39\xd0\x0c\x91\x0c\xbf\x60\xa0\x51\xcb\x92\x52\x30\x08\x91\x18\x3b\xc3\xb8\x29\x10\x6c\x02\xe6\x30\x6e\x3a\x3c\x41\x84\xe9\x1c\xc6\x4d\x81\x28\xdf\x1f\xb7\x4d\x72\x3b\xd2\x09\x0a\xe7\x84\xd6\xbf\x26\x9f\x48\x5e\xc2\xf9\x35\xd9\xaf\xae\xb6\x61\x8c\xc3\x31\x0e\x09\xba\x79\xa2\x41\x52\x20\x38\xac\x29\x87\x36\xf1\x30\xb0\x89\xcc\x18\xee\xb5\x00\xcd\x7d\x08\x09\x11\x84\xa1\x07\x34\x8c\x4f\x02\x55\x25\x3b\x96\x63\x5c\x26\xb0\xf1\x1e\xfd\xea\x80\x60\xd3\x34\xc7\x65\xbf\x2e\xd3\x0d\xf9\xa3\x9a\x0b\x68\xa4\x0e\xe5\xd0\x47\x05\x62\xda\xaf\xdb\x7b\x41\xb2\xaa\x4e\x92\xd7\x40\x18\xe9\xbd\xf4\x3e\x81\x4a\x0e\x60\xca\x45\x20\x04\xb4\x40\x39\x0c\xfa\x01\x01\x23\x46\x4a\x16\x20\xf4\x40\xa0\x86\x9b\xa6\x40\x28\x50\xc3\x85\x09\x74\x4e\x1a\xca\xd0\x6c\x04\xba\x81\x60\xf9\x03\x84\x71\xe0\xdc\x86\x9a\x0b\x18\x9c\x9c\x93\xe1\x92\x03\x3a\x25\x97\x19\xc6\xdb\x80\x66\x20\x38\x5c\x5f\x40\xa5\xae\x2f\xc3\x95\x03\x74\x38\x12\x32\xb4\xeb\x80\x70\x91\x87\x6b\x02\x18\xf0\xda\xa5\xb5\xf9\x42\xc0\x7b\x98\xa1\xec\x07\xfa\xc0\x6a\x08\x4a\x8b\x84\x48\xb4\x4d\x18\x59\x02\x86\x71\x9e\x30\xb2\x04\x8c\x6f\x26\xd2\xc9\x81\xcd\xad\x11\x33\x0a\xc3\x48\xc0\xa0\x82\x23\xc3\x38\x4f\x7c\x47\x4d\xfd\x5e\x5a\xe8\x3a\x85\xae\x93\x73\x6f\x88\xc5\x12\xfb\x93\x28\x55\x28\x76\x81\x56\xd9\x42\x08\x8d\xa5\xf0\x84\x3f\x7b\xff\xf8\xd2\x1e\xcb\x83\x6d\x72\x56\xb1\x66\x1a\xd6\xb2\xa5\xec\xc2\xa0\xde\x30\x43\x4f\x03\x08\xd8\xb6\x32\xf4\x1b\x80\xd0\x17\x0c\xe5\x57\x58\xd7\xe7\xeb\x70\xe5\x00\xbd\x11\x17\x4b\xe3\x03\x40\x27\xb5\x3f\xd3\x20\x29\xd0\x38\x79\x30\x93\xa4\x57\x61\x18\x25\x4f\x8d\x92\xf4\x50\x24\xd4\x41\x6a\xfe\x03\x55\x1b\x31\xf5\xe9\x81\xa1\x77\x91\x14\xcb\x09\x0d\x9e\xb6\x4c\x1d\x78\x20\x74\xb0\xd2\x3d\x6c\x60\xb8\x4c\x92\x54\x1a\x21\xa0\x11\xc8\x24\xed\x5d\xe8\xda\x03\xa9\x6b\x0e\x84\x2e\x70\x6a\x6e\x00\x5d\xb7\x35\x5d\x85\x40\x55\x3b\xa7\x16\x48\x7e\x7c\xd6\x74\x42\x29\x07\x8c\xca\x62\xb2\xea\x5e\x08\xf8\x9b\x32\xf5\x41\x80\xf8\xfe\x38\xec\xc4\xe0\xdc\x69\xa4\x5c\x6a\xcd\x00\xa3\xd9\x7b\x57\x74\x7e\xb5\xc0\xcc\x84\x6e\x09\xd0\xa1\x89\xcf\x74\xa7\x09\xe8\x1d\xa3\x24\x8d\xa8\x02\xad\xa0\x51\xd3\x58\x03\x10\xd5\x97\x66\xf8\x34\xa9\x18\x3e\x30\x67\x2d\xea\x17\x86\x6e\x5c\xfa\x29\x00\x2d\x10\xa2\xe9\xb6\x12\x50\x9b\xef\xd1\xb8\x2b\xd0\x4e\x56\xa1\x75\xfe\x42\x7c\xfd\x32\xc8\x0a\xb4\xd3\x31\x1a\xa4\x00\xba\x6e\x9c\x75\xfe\x42\x1c\xc7\xdf\x14\x1f\x99\xc6\x30\x80\x6a\xa2\x45\x1a\x8a\x00\x82\x6c\xd9\x4c\xb7\xa5\x81\xea\xe7\x6a\x81\xbf\x30\xba\x7f\xd4\x91\xc9\xef\xa4\x21\x9b\x5c\xf0\xd0\x04\xaa\x05\x53\xa9\x9e\xd2\x04\x36\x9b\xfc\x52\xb0\x6c\xa0\xd2\xc8\x54\xd0\x03\x75\xba\x6e\x35\x76\x80\x4e\x61\x41\xa6\xc6\x0e\x30\xbe\x89\x52\xf6\x03\xfd\xf4\xab\x33\xf2\x08\x34\x23\x43\x92\x05\x08\x9d\x9a\xec\x4c\x37\x7c\x80\x5e\x7d\xa2\xbe\x0d\xcc\x00\xed\xfb\x06\xdc\x77\x06\x5a\x65\x3f\x3c\x8d\x22\xa4\x3c\xb5\x78\x1a\x53\xa3\x04\xe8\xb0\x47\xe5\x34\xef\x05\xa8\x9c\x18\x95\xd3\xed\x17\x20\x3a\x3a\x69\xea\x14\x01\x9d\x2c\xba\x9c\x2a\x0d\x60\x54\x54\xde\x24\x0f\x5f\x68\x1c\x2a\x92\x53\xaf\x65\x4a\xbd\x8d\x8c\x95\x78\x40\x08\x58\x06\x72\x2a\x33\x80\xce\xd9\x6a\x39\x8d\x22\x00\x8d\xba\xab\x9c\x8a\x11\xa0\xbb\x48\xa5\x14\x10\x2a\x85\x86\x39\x49\x55\x17\x3a\xf5\x27\x39\xd5\x36\x40\xe3\xa0\x87\x9c\x6e\x80\x00\x4d\x23\x7f\xea\x43\x4c\x89\x42\xd9\xa1\x98\x7e\x75\x40\x27\xe1\x2f\x2d\xca\x17\x7a\xf5\xf6\x7e\x62\xc0\xe0\xfc\x93\x9c\xe9\x7c\xa5\xd4\x7e\x0c\xc8\x94\x13\xa0\x53\x4d\x9b\x53\xe7\x03\x88\xce\x17\x3c\xfd\xea\x80\x4a\x12\x55\x5a\xba\x2f\xb4\x03\x65\x36\xb5\x79\x80\x06\xeb\x75\x4e\xbf\x3a\xa0\x07\x0a\x7b\x1a\x45\x00\x2a\x67\x65\xe4\xd4\xe6\x01\x9a\x29\x18\x96\xeb\x0b\x51\xed\xbd\xb1\x06\xa0\xb9\x97\x37\xd5\x6f\x40\xd5\xc3\xb6\x10\x5f\x68\x6a\x1b\x4b\xec\x85\x6a\x88\xc5\x1a\x78\xa1\x36\xdf\xa3\x9b\xa6\x40\x0c\xa7\xd0\x15\x0d\x74\x33\x6d\xa6\x2b\x1a\x08\x68\x02\xd3\x22\x75\xa1\x1b\x25\x5f\xda\x3c\xc0\x80\xdb\x31\x97\x36\x0f\xd0\x21\x5f\x4c\xeb\xd6\x85\x1a\xa8\x96\xa5\x31\x0e\x74\x03\xfa\xcb\x50\x19\x10\x9c\xf1\x99\xcb\xb8\x18\x10\xaa\xbc\xe5\xa7\x00\x04\x07\x89\xe4\xd2\x8a\x07\x52\x8b\xcd\xea\x76\x21\xf4\xa6\x96\x1f\x0c\xd0\xe0\x67\xce\xe5\xae\x26\x30\xca\x77\xd5\x6d\x93\x9b\x29\xde\xfe\xb5\x89\xc2\x28\x26\x67\xa9\x8a\x81\x4a\xfd\x6e\x2e\xbf\x34\xa0\x41\xf2\x93\xcb\x2f\x0d\x68\xd4\xc5\xe4\xd2\x6f\x00\x7a\x43\x62\x5a\x03\x2f\x84\x09\x24\xcb\xe8\x3d\xd0\xa9\x2f\x48\xcb\xe2\x85\xfa\xef\x8f\xde\xbe\x52\xa8\x68\xef\xfd\x44\x81\xc1\xb9\x65\xb9\x74\x38\x80\x4e\xcd\x6d\x2e\x1d\x0e\x60\x70\x10\x5b\x2e\xcd\x46\x20\x4c\xde\x59\xaa\x62\x60\xb8\x4d\xb2\xf4\x2e\x80\x4e\xdd\x68\xae\xe1\xed\x07\x04\x6f\x98\x8d\x96\xb2\x0b\x7d\xf8\x1e\x55\xc5\xc0\x80\xfe\x39\x97\xf6\x26\xd0\xa3\xf8\xc7\x69\x13\xf6\x00\x36\xcf\x32\x8a\x00\xd4\xef\x6d\xbb\x2b\x0a\x8c\xc1\xa7\x60\x0d\xbc\x90\x07\x62\x68\xb9\x2b\x0a\x44\x7e\x57\xd9\x2f\x98\xf6\x07\x1f\xdf\x72\x0b\x01\xe8\xa6\x5a\x2d\xa3\x8d\x40\x6f\x76\x55\xdf\x08\x08\x33\x88\x96\x39\x6d\xc0\x48\x67\x55\x69\x02\x54\x0a\xb8\x73\xe9\x2e\x01\x83\x13\xa3\x72\xa9\xc3\x81\xf1\x33\x83\xfe\x54\xc5\xd6\xc3\x0b\xbd\xda\xed\xe9\xd3\x39\x2e\x1b\x02\xe5\xb4\x1e\x5e\x18\x14\x73\xe7\x52\x87\x03\x7d\x22\x20\x96\xc9\x24\x40\x6f\xae\x0f\xa5\xd4\x32\xe5\xcd\x17\xa8\xff\x06\x34\xf7\x0e\x96\xfe\x1b\x30\x8e\xf0\x2a\x3b\xc1\x06\x6c\x0c\xaf\xf2\x9d\xc2\x5f\x62\x86\xc6\x32\xdc\xb2\x0c\xb7\x28\x46\x94\x78\x4b\x82\x12\xff\x68\x20\x05\xe8\x86\x0f\x96\x42\x10\xa8\xee\x31\x2e\x77\x48\x81\x7e\xba\x3e\x8c\xae\x02\xa3\x7d\x57\x39\x6c\xea\x05\xc9\x8d\xce\x65\xc0\x15\x18\x1c\x20\x98\x4b\xa3\x04\x08\xce\x93\x4d\x0b\xfc\x85\xce\x51\x53\x69\x35\xbf\xd0\x4c\x24\xb4\x74\x5f\x08\x08\x26\x73\x19\xba\x01\x06\x87\x8e\xe6\xd2\xc0\x01\x82\xa3\x25\x72\x29\x89\x81\x46\x22\x74\x2e\x77\x51\x80\xd6\xd1\x10\x4b\xb7\x15\x18\xe6\xb4\x2d\x0d\x9c\xe5\xc6\x0a\x8a\x71\x69\xba\x00\x3d\x5c\x00\xee\x90\x02\x61\x52\xe2\x72\x87\x14\x88\x81\x1f\x6e\x81\xbf\x30\xc2\xd7\xe1\x8e\x0c\x50\x9b\xeb\x4b\x17\x18\x18\xf5\xbb\xca\x59\x85\xf2\xcb\x9d\x80\xe5\x8e\x0c\x90\x06\x23\xa5\x01\x10\x7a\x60\x8b\x2d\x23\x43\x40\x40\x9e\x9f\x4b\xd5\x02\x8c\x40\x27\xc9\x0c\x20\xf4\xa9\x10\xd4\x75\x02\x9a\x7a\x64\xab\x80\x80\xa6\x2f\xb8\xdd\xb9\xdd\x9e\xd4\x88\x2c\xdb\xea\x24\x60\xd4\xc3\xab\x9a\x4d\x86\xba\x0a\x4d\x8f\x4d\xa6\xbd\xff\x06\xb4\xb5\xc5\x80\x66\xdc\x74\x1b\x7a\x06\x42\x1b\x71\xab\x6d\x80\xde\x9b\x4d\x61\x53\x20\xe8\xfd\xe3\xb4\x89\x84\x50\x94\xc6\xd6\xa7\x07\x86\xae\xa6\x8c\x05\x42\xa5\x9a\x36\xb7\x0a\x08\xe8\x94\x66\xa7\x8c\x05\xc2\x80\x01\x32\xb7\x7b\xc5\x40\xd3\x03\xda\xee\x15\x03\xc3\xd4\x34\x49\x0c\x84\xe6\xc2\xdc\x26\x42\x03\x15\x12\xcd\x94\xa5\x40\x68\x87\x4d\xda\x75\x40\xb8\x03\x2f\x4b\x81\x30\xa0\xb0\xca\x6d\xf8\x01\x48\xc8\x98\x53\xfe\x01\xa1\x71\x8c\x40\x6e\x53\x9c\x81\x0e\x4f\x64\x6e\x53\x9c\x81\x66\xe6\xc9\x36\x96\x05\x74\x4e\x59\xc9\xad\x86\x00\xaa\x76\x8a\xcc\x02\x42\xa7\x28\x36\xb7\x1b\x46\x5b\x6e\x35\x54\xf1\x56\x1d\x6c\x79\x90\xed\x97\x71\x0b\xa0\x0e\x3e\xab\xad\xff\x06\x04\x07\xd5\xa4\xfc\x03\xf9\xf1\x0f\x20\x44\xb7\x39\x80\x40\xab\xae\x2f\xe3\x62\x40\x77\x0b\x73\xbb\xf9\xb4\xdd\x7c\x42\x57\x6e\x3d\xb3\x2d\xb3\x09\xa2\x76\x2b\xc9\x81\x4e\xc1\x56\x6e\xcd\x46\x20\x0e\xf4\x88\xfc\x03\xf9\xf1\x0f\x30\x13\x97\xf9\x4b\x40\x8d\xaf\xe9\xb5\x89\x14\x43\x6c\x9e\xcb\x97\x06\xc4\xe4\x7b\xbc\xf4\xe9\x81\x66\x8c\xed\xe2\x40\x2a\xa1\xc1\xf9\x96\x97\x9b\xf2\x40\xc0\x1c\x9f\x16\xbc\x0b\xc3\xcd\xdc\x4b\x13\xe1\x32\xb2\xc4\x4c\x5c\xbe\x47\xa0\x55\x36\x40\x2e\x5d\xf3\x4b\x6a\x1b\xec\x94\x4b\xc3\x1e\x88\xac\x5e\xb5\x6d\xe2\x48\x03\x5e\xc7\xa5\x92\x05\x02\x9e\xed\xbc\xdc\xe5\x03\x3a\x04\x6f\x79\xe9\x3b\x03\x01\x27\x45\x5e\xbe\x0e\xa0\x51\xf2\x94\x97\x7a\x17\x68\x1a\x71\x97\x49\x45\x40\x74\xde\xd0\xa5\x7e\x04\x46\xb4\xff\xa0\x8a\x2f\xd5\x27\xd0\x0b\xdf\xc0\xa5\xfa\x04\x06\x25\x29\x79\x19\xb1\x02\x2a\x67\x2a\xa7\x55\xf3\x42\x37\x13\xe2\x52\x31\x02\xe1\x46\xe7\xa5\x77\x00\x84\x09\xe9\x97\xba\x12\x08\x77\x94\x2f\xfd\x70\xa0\xba\x7b\x78\x99\xd2\x04\x04\x87\x9f\xe5\xe5\x6e\x05\x30\x06\xdb\x7b\x97\x4a\x16\xe8\x16\x29\x58\x81\x2f\x0c\x4a\xf7\xf3\xd2\xa7\x07\x2a\xc7\xd1\xe4\xb5\x5d\x45\x9b\x63\xe0\x08\x89\x5f\xa6\x34\x01\xed\x5b\x0c\x6e\x87\x5e\x52\x5c\x0f\xef\x65\x57\xd9\x0e\x3d\xbf\xab\xec\xaa\xdb\xa1\x8e\x51\x47\x06\x18\xcd\x01\xa9\xb0\x81\xa6\x23\x73\xe9\xdb\x00\x31\x5c\xf0\xc6\x1a\x80\x5e\x48\x2f\xb8\x54\xeb\x40\x83\x90\x3c\x2f\xd3\xde\x81\xd1\xc2\x3f\x3a\xc6\xcb\x08\xb2\x57\x39\xa0\xcb\x0d\x45\x9b\x1c\xd0\x45\x50\x06\x3b\x45\xe2\x01\x61\xe8\xd2\x5d\x6e\x9a\x02\x71\xf8\x47\xf3\x25\x80\x7e\x7e\x57\xf9\xc7\x5b\x46\x43\x66\x42\xb5\x0e\xf4\xd3\xaf\xce\x8c\x29\x19\x0b\x4c\x86\x93\x9e\x40\x68\x1c\xde\x98\xd7\xe3\x18\x1f\xe3\x6d\x4c\x8e\x2e\x1d\xd0\xbe\x2f\xc5\xc8\x36\x10\xe5\xbb\x97\xef\xf1\xa1\xa4\xae\xf9\x47\xfb\xf5\x20\x6c\xfc\x82\x55\xfe\x97\x7c\x9f\x2e\x13\xdd\x43\xa0\xb9\x3b\x2d\x21\x82\xd0\x39\x0a\x3f\x2f\xf7\x77\xaf\x2f\x9d\x95\x89\x36\x06\x02\x74\x53\xfb\x65\x3f\x10\x06\xe7\x85\xa6\xec\x07\x42\x40\x16\x97\x52\x1d\x08\xa3\x0e\x9b\xd2\x26\xa2\xe4\xf4\x5e\xaa\x03\x21\xe0\x8b\x49\xa9\x0e\x84\xce\xc9\xf1\x79\xeb\x31\x02\xc3\x78\xca\xad\x0e\xbf\x3f\x1d\x4e\xbf\x8c\x48\xdc\x52\x5c\xd3\x7b\x0b\xde\x85\xee\x76\xfb\xad\xe0\x02\xc2\x74\x8e\x5b\x6d\x73\x5b\x98\x39\x6d\xf2\x89\x64\x26\xe9\x99\xdd\x2a\x20\xa0\xc3\x12\x9e\xb7\x0a\x08\x68\xd4\x15\xe7\xad\x5b\x01\xc4\x59\x6d\x72\x8c\x1e\xe8\x89\x5f\x79\x9b\xc4\x00\x0c\x8e\x30\xce\x5b\x93\x1d\x08\xa3\x98\xb7\x02\x06\x08\xb8\x56\xf3\xf6\x73\x07\x86\x86\xbd\xf5\xe1\x42\xb7\x56\xc1\xca\x6f\x61\x4c\x67\xd5\x2c\x03\x20\x34\x5d\xac\xe9\x16\x9a\x6f\xfb\x36\x75\x08\x08\xb7\xce\x6e\xed\xe0\xdb\x93\xac\xf0\x05\x6f\x2d\xdc\x5b\x02\x78\xb6\xe1\xac\xe9\x16\x2a\xec\xc1\x69\xb5\xb6\x30\x86\x33\xe1\x22\xb7\x5a\xbb\xd9\x55\xe3\x75\x40\x85\xd9\x24\xad\xc3\x16\x1a\x6c\x37\x79\x1b\xc2\x03\x9a\xc9\x28\x56\x58\x0b\x43\x9b\xfa\x81\x76\x4a\x68\xce\xfd\xa3\x41\x08\x84\x25\x07\x96\x53\x0b\x15\x16\xc3\x7c\x74\xf3\x1f\x0f\xbb\x24\xfe\xfd\x54\xff\xc8\x59\x19\x10\xd3\xe7\x63\xfa\x1d\x30\x92\xaf\xf6\x81\xfb\x41\x18\x10\xad\xe7\x63\xf4\x0c\x18\x81\x56\xb0\x6c\x59\xa8\xc6\x73\x1f\x75\x38\xd0\x4c\x16\x78\x34\xcf\x80\x80\x08\x32\x1f\xd5\xfa\x63\xae\x9d\x5d\x35\xe2\x0e\x04\xb4\x79\xf9\x18\x9c\x03\x86\xd5\x59\x8f\x3e\x3d\x10\x05\xed\xfc\xb8\x7c\x81\x30\xd9\xe9\x71\xdf\xe7\x91\x52\x8e\x85\xf9\x18\x89\x03\x06\x27\x22\xe6\xa3\x57\x0c\x8c\x41\xd4\xe5\x71\x45\x03\x03\xa6\xfd\x7c\xf4\x8a\x1f\x19\x6c\x23\xff\x56\xc5\x8f\x8a\x11\x68\x16\x5c\x3d\x2a\x46\xa0\x9b\xea\xf9\xa8\x18\x81\x6a\x2a\xf1\xa3\x1e\x01\xea\xf4\x35\x2b\xd5\x81\x80\x7c\x31\x1f\x57\x37\xd0\xf5\x18\x1f\x57\x37\x50\x67\x7a\x2f\xbb\x7d\x11\x9d\xc0\xc8\x7f\xf4\xf2\x80\xd0\x2e\x7b\x0c\x3d\x3f\x9e\x1b\xed\x44\xe9\x73\x01\xc1\x11\x1f\xf9\xe8\x14\x3d\xc6\xdb\xa6\x4d\x5e\x05\xe9\x8c\x91\xda\x47\xa7\xe8\x71\x27\x12\xf9\xf3\x1a\x6f\x03\x2a\xcc\x13\xf9\x2a\x50\x81\x06\x89\x41\xbe\xa6\xa0\x02\x03\x16\xd4\x7c\x8d\x33\x03\x51\x58\x0c\xaf\xa2\xf2\xfd\x92\x6f\x6c\x6a\x36\x91\x7c\x83\x34\x78\x2d\xcc\x7c\xbf\xc2\xcc\xa4\x69\xdb\x04\x75\x6d\xb5\xe9\xb2\xe9\x62\x7f\xd7\x7b\xdd\x36\xdd\x78\x8c\xde\xeb\xb1\x09\x9a\xf7\xc3\xab\x5e\x9b\xe0\x17\xc4\xf9\x78\x21\x68\x13\x5a\xfb\x9a\xc2\x26\x62\xe9\xbc\xed\xd7\x94\x39\xa0\x71\x1a\x6e\xbe\x7e\x9b\x40\x83\xd0\x2e\x5f\xf3\x71\x5e\xf3\x71\xd0\xce\xaf\x4e\x11\x30\x60\x3e\x4d\x6b\xcd\x85\xae\xfd\xf4\xea\x27\x01\xfd\x70\xa2\x8d\xb7\x01\xdd\x94\x82\xd7\x8a\xaa\x57\xc6\x02\xbb\xaa\xad\x0e\x74\x93\x71\x5f\xbf\x73\x20\xac\x3f\x79\xad\x35\x00\x86\x21\x83\xd7\x8f\x1a\x18\x96\x03\xbd\xee\xbf\x01\x51\xbe\x26\x9f\xf8\xa5\xfb\xd0\x09\xf7\xcc\x80\xee\x16\xf9\xeb\x77\x0e\x54\x4e\xb4\xcf\xd7\x40\x1d\xd0\x1a\x16\xdb\x6b\x0e\x0d\xd0\xdd\x17\x7c\xcd\x8f\x03\x6a\x20\x04\x5f\xb5\x0d\xd0\x0c\x49\xbd\x86\x7e\x80\xb0\x56\xc1\xca\x6f\xa1\x1b\xc6\x7e\x4d\xb4\x7f\x3d\x96\xf1\xbb\xca\x7e\x79\x48\xab\xaf\x43\x43\x15\x08\xd3\x13\x5e\x13\xed\x81\x51\x5c\x85\x06\x88\x80\x56\xd0\x6f\xaf\xd6\xdf\xeb\x81\x0a\xc8\x7e\x2b\xbf\xf3\xab\xfc\xee\x5e\xe5\x7c\x5d\x72\x74\xd2\x09\x8d\x38\xa0\x71\x00\x6a\x5a\xd3\x2d\x34\x18\x33\xf3\xd5\x7e\x02\xea\x37\x5f\xda\x4f\xc0\x30\x55\xd4\xd2\x6c\xa1\xe9\x86\xbd\x9a\x54\xef\x97\x52\xc0\x55\x66\xb8\x02\x1d\x12\xbb\x7c\xdd\x64\x06\xaa\x16\xee\x6b\xf0\xe4\xf5\x44\x44\x5f\x9a\xfb\xce\xaf\xf9\xaa\xf8\x20\xaf\x56\x16\x10\xd0\x3f\x4f\x6b\xba\x85\xa0\xab\xd3\x9a\x6e\xa1\x53\x05\x35\x0f\x22\x25\x42\x85\xae\x76\x5a\xe6\x2d\x34\x32\x03\xa6\x65\xde\x42\xcc\xef\xf6\xc3\x26\xf2\x66\x7a\xa3\x29\x6d\x4a\xf6\x64\x83\xa6\x6d\xd3\x66\x23\xcb\xa6\xdb\x26\xb2\xc2\x7e\x86\xfd\x3c\xd0\xbb\x42\x70\x34\xfc\xb4\x18\x5c\x08\x4c\xd0\x79\x14\x7b\xff\x83\x3a\xed\x2a\x92\x49\x68\xec\x15\x4f\x4b\xc6\xe7\xbf\x92\x71\xff\x18\x36\x49\xc8\x39\x68\x9a\x36\x31\x85\x3f\x7b\x73\x1e\xc4\x66\x84\x60\x6f\x6b\x1e\xc5\xae\x12\x88\xa9\xdf\xbd\x1e\x9b\xe4\x51\x3e\x68\xb2\xf7\x6e\x0e\x34\xee\x75\xda\x7b\xa9\x6f\x4f\xa6\xf0\xb4\xf7\xd0\xab\x70\xae\xd4\x3c\x4e\xe7\xfe\x34\x5b\x84\x7e\x9d\xce\xbd\x1b\xfc\xe1\xbd\x7c\xa2\xf4\x2a\x85\xf9\xaa\xde\x4b\x2e\x95\xc9\x55\xd5\x7b\x41\x72\x7f\x14\xfa\x55\x9d\x89\x6a\xd2\x2c\x4f\xac\xbe\x21\x12\x83\xdb\xe0\x89\x70\xe6\x0a\xf1\xcd\x44\xf5\x89\xc8\xaf\xda\xff\xae\x2b\x9e\x47\xb3\x43\xe4\x29\xd6\x41\x1f\x9b\x1d\x6a\x6c\x01\x14\xd6\x47\xf3\x3d\x50\x37\x75\x9e\xbc\xad\xe6\xa4\x37\x6a\x0f\x1b\x33\xdc\x5c\x32\x1e\xa5\xd8\xe8\x63\xf3\x3d\x20\xf1\x20\xcd\x9a\x47\xb3\x8f\x4a\xbc\xc2\x0c\x77\x27\xdd\xbc\xaa\x93\xf1\x76\xfb\xd5\x25\x4c\xe4\x8f\xdd\x19\xee\xae\x6e\xfa\xd5\x5d\x45\xb2\x5c\x16\x9e\xd8\x9d\x3b\xaa\x56\xab\xaf\xa6\xbb\x64\x3a\x09\x46\xc3\x7b\x39\x77\x44\xac\x20\x6e\x9a\x47\xb7\xab\x1c\xf9\x75\xba\x48\xbb\x5d\xed\xbe\x40\xba\x3a\xec\xea\xf0\x8c\x73\xba\x3a\xec\xaa\xc7\x67\x54\xaf\xb2\xab\x83\x2d\x26\x67\x62\xd8\x89\xe1\xa7\xcf\x44\x0f\x9f\x08\x93\x79\x3a\xab\xc3\x27\xc2\x46\x72\xf8\x6d\x0e\x17\x29\x55\x63\x75\x70\xfb\xf0\x0d\x71\x0a\x0f\x67\xe8\xcf\x23\x1c\x76\xc0\xf6\x57\xe8\x7d\xf8\xd2\x88\x91\x95\xef\x8f\xae\x22\x4e\x22\x6e\x2e\xf8\xf0\x3d\x92\x8d\x0d\x09\xd4\x3c\xc2\xc9\x09\x73\x7d\x6d\xb2\xab\xa1\x91\xef\xed\xed\x17\x35\xb7\x43\x61\x93\x4e\x4e\x1a\xeb\x64\xd8\xe9\xe4\x40\x2e\x0c\x8b\xf3\x3c\xd2\xde\x13\x06\x0a\x3f\xc4\x74\xbe\x20\x4c\xfc\x96\x72\xfa\x6a\xa1\x20\x86\xff\x64\xca\x32\x20\x0c\x88\x09\xe7\x91\x0e\x28\x3d\x20\x80\x55\x98\x0e\xe8\x8b\xf0\xf9\x47\xbb\xca\x2e\x70\x4d\x06\x34\xed\x17\x04\xee\x9c\xb8\x39\x8f\xe9\x14\x4e\x0f\xfd\xe3\x8f\xd3\x97\x66\xc6\xb9\x1f\xe2\xb2\xf7\x5f\x4a\x13\x33\xb1\xec\x3d\x1a\xb5\xb8\x72\x96\x32\x76\x51\xc7\xe8\x4c\x2c\xbb\xaa\x4b\xe7\x92\x5b\x76\x95\xcd\x14\x0c\xf3\x29\xcb\x80\x50\x21\x9e\x9b\xc7\x76\x56\xd1\xa8\x6c\x6a\x4d\x89\x07\x84\x4a\xf6\xfa\x3c\xb6\xbd\xe7\xb8\x48\x36\x01\xe7\xb1\x7d\xa2\xd4\xa4\x7e\x1d\x97\x7f\x24\xc3\xe3\x74\x72\x2e\x3b\x41\x19\x49\x3a\x13\xb7\xab\x10\x4e\x2e\x2a\xd2\xa7\xa5\xff\x42\x9d\xca\xd8\xc7\xdb\x93\x6f\x51\x5c\x4c\x8f\xcb\x04\xbe\xe1\x74\x15\xbe\xf6\xeb\x35\xc3\x95\x97\xf6\x7a\x15\x45\xfd\xc4\xf8\xa7\x45\xfd\x42\x4f\x16\x53\x29\x36\x61\xe1\x72\x08\xc2\x2c\x6a\x08\x20\xd8\xa7\x9f\x45\x75\x00\x74\x2a\x1c\x67\xc1\xb8\x14\x1a\xa9\x69\xb3\xb0\x73\x2b\x0c\x6a\xe0\x67\x51\xec\x02\x8d\x2d\x97\x59\x9a\xf7\x6a\x52\x56\xf0\x47\xa5\x1c\x30\x28\x3e\x9d\x96\xd8\x0b\xc1\xc1\x05\xb3\x10\x70\x15\x46\xb7\x13\x0a\x3e\xa0\x91\x5d\x3c\x2d\xc4\x17\x86\x2b\xba\x74\x3b\x01\x85\x15\xf9\x16\xb3\x0c\x9b\x86\x41\x52\xba\xaa\xe8\x00\x1a\x9b\x75\xb3\x0c\xfb\x45\xbe\x45\x4d\xff\x68\x27\x08\xaf\xfb\xb6\x8b\x42\x01\x08\xf6\xb0\x67\x51\x28\x14\x03\xe7\x2c\x26\xab\xee\x85\x4e\x61\xf9\x2c\x7e\x69\x40\xe7\xa0\xe3\x59\xd2\x4e\x24\x19\x9f\xc8\xe8\x92\xce\x04\xe7\x00\xc2\x7f\x32\x4b\x3a\xec\x34\x6f\x86\x4e\x4c\x07\x34\xa1\x31\x99\x85\x26\xbb\x3a\x3d\x70\x91\xa6\xe5\xbd\x16\xe9\x77\x88\xda\xb2\xbc\x6a\x59\x60\xc2\x13\x97\x53\xc8\x69\x5d\x67\x63\x26\xfc\x60\x80\x80\xf6\x7c\x16\xbf\x0e\xa0\xe1\x25\xce\x42\x60\x54\x68\x9c\x9b\x3f\xad\xa7\x17\x2a\x4e\xd5\xb4\x06\x5e\xe8\xb0\x01\xcc\x72\x39\x13\x70\xe4\x95\xd3\xab\x9c\x89\xcb\x65\xc2\xe4\x5c\xf6\x1e\x8f\xb3\x39\xf7\x97\xbd\xa7\x14\x6b\xd4\xf6\xb7\x2a\xb6\x90\x5e\x18\xaa\xbc\x72\x39\x5e\x92\xc8\x29\x51\x9d\xe5\x72\xbc\x97\x45\xc4\xf4\xf1\xb6\xdb\x1c\x9c\x42\x60\x73\x96\xdb\x29\xc0\x26\x86\x19\x77\x96\xdb\x91\xdc\x24\x55\x23\x92\xac\xd3\x17\x06\xc9\x7f\xb3\xdc\x76\x9b\xc0\x66\x69\x5e\x65\xbf\x20\xed\xab\x68\x1b\x4b\xf7\x85\x91\xce\xca\xe3\xed\x1f\xb5\x0d\xb3\xf2\xb8\x48\xb1\xaf\x4f\x07\xa4\x34\x00\xa2\xd0\x64\x0d\xbb\xd0\xc8\xa1\x99\xa7\x26\x24\x50\x07\x46\xd8\xa9\x09\x09\x04\x85\xd2\xd3\x4a\xf7\xf9\x55\xba\xff\x0c\xf3\x79\x6a\x2f\x02\x03\x6e\xfe\x69\x59\xbb\xd0\x0e\x64\xc6\x49\x86\x86\xd0\xa0\x3e\x9a\x27\xe9\x18\xc2\x80\x66\x62\x9e\x38\x7e\xc2\x20\x81\x76\x5a\x64\x2e\xd4\x8e\x02\xb2\xc8\x5c\xa8\xf8\xa8\xf3\x54\x8c\x00\x41\xe6\xff\x3c\xbb\xfd\x22\x7f\x92\x92\xcb\x79\x92\xa1\x21\x74\xf2\xbd\xe6\xa9\xb9\x71\x9a\xff\x6d\x93\xd2\x00\x68\x5a\xce\x96\x9f\x0b\x95\xbd\xbc\x79\x0e\x3b\x01\x2d\x07\xe4\xd5\xd3\x8a\x74\x61\x10\x67\x9e\xa7\xda\x19\x18\xe4\xb8\xcf\x53\xbd\x0b\x04\x67\xe8\xcf\x33\xbd\x97\xec\x64\x8d\x89\x56\x57\x02\xbd\xb1\x26\xce\xe9\x1f\x49\x1c\x1f\xe1\x55\x3e\xf1\x4b\x5d\xb4\x29\x6d\x62\xa3\x13\x43\xe2\xf4\xd3\x07\x62\xf8\xc4\xed\xbd\xb6\xf9\x25\xdc\x7e\x7b\xaf\x4d\x78\x0a\x63\xc9\x3a\x6c\xa1\x7f\x73\xbf\x9d\x68\xf9\x86\xd1\x36\xa7\x5f\x1d\x30\xbe\xb9\xf7\x83\x01\x82\xca\xef\x69\xed\xb4\xd0\xe1\x12\x9f\xe7\xe3\xac\x72\x60\x7e\xc3\x28\x39\x5d\xbe\x40\xf4\xc1\xed\x5f\x07\xf4\xc2\x20\xe2\x55\xaf\x4f\x7c\x25\x65\xfb\xdd\xcb\xba\x62\xa1\x69\x10\x56\x57\x74\xd5\x29\x4a\x9b\xd2\x26\xec\x01\xde\x76\xd5\x91\x01\x46\x9f\x07\x4d\x8f\x4d\xf0\xb4\x21\xc2\xab\x5e\x0b\xd0\xa8\xe9\x9e\x55\xaf\x05\x18\xa4\xaa\xcf\xaa\xd7\x02\x34\x48\xc6\x66\xd5\x6b\x01\xc6\x08\x9b\xec\x2a\xc7\x58\x42\x6d\x33\x2b\xe1\x1a\xa1\x71\x58\xd3\xb4\xb8\x59\x68\x44\x6a\xa7\xc5\xcd\x42\x27\x8b\x65\x56\xdd\x1d\xa0\x06\xf6\xa6\xf5\xce\x42\x1c\xb8\xad\xb5\x79\xaf\xe6\xf1\x87\xfc\x51\x25\x0b\x34\x36\x79\x66\x55\xc9\x02\x15\xce\xdc\x59\xd5\xa8\x40\xd3\xb0\xaf\x9a\xff\x40\x4f\x9c\xc8\xea\x67\x05\x34\x7d\xae\xaa\x4d\x0d\x0c\x4a\x8d\x67\x55\x31\x02\x75\x78\x95\x46\x2f\x10\x15\xff\xad\x86\x7f\x0c\x14\x36\x8b\xa9\xa6\x57\x41\xc1\x37\x1c\xd0\xb4\x13\x14\x33\xb1\x29\x36\x2d\x35\x16\x7a\xf7\xa5\x4d\xc7\xc8\xc6\x30\x04\xb9\xb3\x6a\x36\x02\x11\x18\x5e\x95\xad\x46\xa1\x76\x3e\xab\xaa\x16\x04\x42\x37\xbf\x2e\x67\x02\xc6\x83\xc3\xde\x6b\x23\x02\x83\x54\xf5\x59\x2f\x6f\x7f\xb9\x5f\xc0\x55\x6a\x05\x60\xc0\x4c\x39\xab\xa6\x1e\x30\x88\x23\xce\xaa\xa9\x07\x54\xed\xf3\xea\xd7\x01\xb4\xee\xe4\xbc\x8e\xf1\x65\xf3\x1b\x4b\xd2\xa2\x5a\x21\xa0\xb4\x9c\xcd\x45\x0e\x8c\x64\x61\x36\x72\xed\x84\xde\x10\x30\xcd\xc5\xd4\xcc\x7e\xc0\xd4\x6b\xba\xc0\x40\xc0\x50\x33\xad\x8d\x15\x82\xb4\xd3\xe9\x79\xfe\xc2\x60\x53\x7e\x36\x1d\xc7\xd6\x39\xc3\x9a\xf5\x65\x21\xac\x50\xb3\xff\x4d\xf1\x31\x9b\xee\x0e\x10\xd4\x79\xcc\xa6\xbb\x03\x04\x07\xf5\xcd\xae\x2d\x05\x0c\x05\x44\x57\xc6\x02\x0d\x46\xe8\xd9\x95\xb1\x40\x37\x44\xd2\xb5\xa5\x80\x80\x8d\x6d\x7a\xa6\xb2\x50\x7b\x78\xaf\xd7\x26\x09\xda\x7e\x23\xb1\x96\x6e\x76\xf2\x12\xc8\x84\x98\x5d\x49\x0c\x54\x36\x86\xa7\xe5\x75\x42\x83\x24\x7a\x76\x25\x31\x50\x49\x56\x9a\xdd\xe5\x07\x54\x03\x16\x7d\xf9\xc7\x65\x41\x0d\x4f\x24\x51\x4c\xe8\x04\xbb\xa7\x45\x78\x42\xfb\xd7\x74\xdb\x44\x3a\x2b\xaf\xd9\x03\x98\x85\x4e\xc4\x7d\xf6\xed\x18\xd9\x51\xe6\xd0\xe4\xe9\xa1\xc9\x42\x67\x37\x6c\x7a\xd0\xb1\xd0\xe1\x6e\x98\x5d\x17\x05\x88\xc9\x77\xee\xa9\xc6\x42\x0c\xe7\xfe\xb6\xab\x37\x5c\x3b\xe9\x55\xc3\x26\x02\x9b\x61\x93\x4f\xf4\x60\x7a\xa4\x67\x77\xc1\x03\x41\x8a\xce\xf4\x54\x63\xa1\x13\xf4\x9b\x83\x90\xb8\xd0\x0b\xeb\xd6\xa3\x82\xe7\x77\x54\x30\x81\x85\x41\xcc\x5a\x08\x12\xb2\xe6\x50\x2e\x02\x83\x12\xd5\x39\x74\x3e\x80\x06\xe3\xca\xf4\xa8\x60\x61\x70\x36\xed\xb4\x28\x4d\xe8\xba\x9a\x43\x0b\x04\x08\xd8\xb8\xa7\x07\x0a\x0b\x01\x75\xed\x1c\x7e\x16\x40\x2f\xcd\x3f\x7a\xfb\xe6\x49\xc4\x83\x26\x07\xd4\x48\xb4\xc0\x88\x1b\xca\x58\xa0\x92\x03\x38\xad\x79\x9b\x5f\xcd\x9b\xc3\xf6\x7b\xb2\x9a\x8d\x24\xaa\x69\x35\x9b\x10\xfa\xe1\xc3\x78\x0a\xd0\x1b\x46\x89\x05\x6e\x42\x1f\xf6\xbe\x3b\x46\x0a\xdc\xb4\x37\x87\x36\x0f\x30\x8c\x88\x0e\xe3\x29\x40\x70\x4e\xc9\xf4\x54\x63\x61\x04\xa2\x72\xe8\x14\x01\x8d\x7c\xd3\xe9\x11\xc6\xc2\xa8\x88\xdd\x11\xde\x2b\xbc\x17\xbd\x57\x1d\x00\x6d\x78\x7b\x36\xc8\x84\x56\x0f\xef\x15\x36\x91\x91\x87\x35\xe3\xd9\xc7\x42\x23\x3f\x6e\x7a\xaa\xb1\xd0\x61\x30\x9a\x43\x93\x0a\x18\x1c\x3d\x39\x3d\xd5\x58\x68\xdf\x4b\x33\x6e\x61\xc5\xde\xc9\x2a\x1c\x0a\x05\xa0\x0f\xb4\xf3\xd0\xc1\x02\x62\x7e\xf7\x72\x56\xa1\xef\x09\x24\xde\x50\x02\x00\x95\xfd\xf0\x39\x8c\x6e\x00\xe3\xf4\x3d\x2a\x14\x80\x0e\x4f\xdb\x1c\x06\x3c\x80\xc6\x11\x58\x73\x4c\x3b\x31\x39\xa4\xcc\xd7\xa1\x11\x07\x8c\xee\xdb\x56\x9a\x00\x8d\xdc\xfb\x39\x54\x66\x83\x2d\x84\xc1\xb7\x3d\x0c\x78\x00\x11\x7c\xdb\x43\x39\x01\x0c\x8a\xbf\xe6\xd0\xd4\x03\x1a\xa7\x9b\xcd\xa1\xe8\x18\x9e\xc2\x6a\xef\x75\xd6\x80\xd1\xbd\xbd\xd1\x0d\xa0\x6b\x35\x8c\xcb\x99\x80\x24\xf1\x44\xf9\x8f\xcb\x99\x70\x57\x01\xbd\xeb\x31\xcd\x42\x70\x1e\xed\xb4\x9c\x51\xa8\x14\xfa\xcc\xa1\xe3\x07\x04\x89\xf6\xd3\x0a\x47\x61\x4c\xdf\x90\x26\x28\x30\xa8\xeb\x9b\x43\xcf\x0e\x18\xc7\xf4\x8f\xbe\x34\xf6\x31\xb4\x96\x87\xf2\x0b\x18\xe9\xab\x55\x7e\x01\x5d\x47\xc8\x6a\x49\xa1\x53\x99\x32\xad\x96\x14\x02\x42\xce\xe9\x29\xd0\xc2\x30\x1a\x34\x14\x69\xc3\x83\xda\x5d\x13\xba\x71\x40\x23\x0f\x64\x0e\x83\x3a\x03\xbe\xf4\xd3\xc5\xa4\x1d\x0c\xf4\xe6\xba\x7f\xfc\x6a\xd9\xa7\x4f\x5f\xc7\xeb\xeb\x60\x4f\xa4\xf8\xb9\xbf\x3e\xf1\xe5\x43\x56\x0c\x69\x35\x00\xad\x1f\x7f\xd7\x15\xcf\xf1\xfa\x1e\xd8\x45\x31\x52\x3b\x5e\xa7\xe0\x65\xab\xd0\x8f\xe7\x75\x0a\xa8\xde\xa3\x08\x66\x5a\xe4\x29\xf4\x81\xd8\x0d\x77\x3e\x80\x41\xdd\xc2\x0c\x72\x55\x84\xd0\x3d\x0c\x5d\x4d\x60\xb0\x43\x3a\x83\xad\x55\x61\x50\x1b\x36\xa3\x78\xaf\xc2\x17\x8c\x83\x15\xc6\xa2\x80\x41\x0a\xc5\xb4\xee\x53\xe8\x86\xd7\x3d\x4a\x5a\x88\xe1\x55\x46\xac\x80\x46\x56\xd8\x8c\x6a\xef\x39\xb9\xa2\xda\x2f\x95\x06\xd0\x60\x12\x9e\x51\x7d\xa2\xbb\x9a\x95\x61\x43\x4f\x20\x8c\xe0\x7b\x0a\x35\x04\xd0\x1a\x92\x25\xd4\x10\x61\xa1\x0f\xb3\x1a\x1a\xe6\x40\x83\xc1\x68\x86\xb6\x54\x78\xd4\xd4\xd7\xe4\xb0\xbb\x53\xd8\x69\x72\x8c\x5d\x9f\x6b\xd0\xe4\x18\xad\x35\xe0\xdb\xf4\x90\x69\xa1\x25\x0a\x3b\x14\xf4\x40\x83\x8d\x6d\x86\xa1\x2e\x20\x82\x75\x1b\x46\xc9\x81\xe1\xee\x8e\x85\xac\xf3\x2b\x64\x45\x99\x85\xc2\x19\x18\x94\x58\xcc\x30\xb2\x0d\x34\x08\x39\xa7\x87\x4c\x0b\x41\x71\xf3\xb4\x90\x55\xe8\xe9\x44\x6b\x78\x01\x35\x89\x0f\xc4\xf2\x75\x40\xe4\x38\x9d\x2f\xcd\x20\xa0\x1a\x52\x0a\x83\x58\x40\x9d\xae\x09\x2d\x23\x20\x8c\xe7\x86\xc2\x06\x08\xa3\xe4\xa1\x18\x01\x86\xda\x26\x6e\x97\xdc\x4d\xa1\x0f\x1f\x8f\x67\x45\x0b\xad\x22\x59\x3c\xa6\x59\x18\x1c\xfe\x31\xc3\x4f\x0c\xe8\x9a\x7a\xd6\xb6\x0a\xe3\x44\xd0\xc7\xeb\x18\x5f\xbc\x62\x22\xee\xe9\x07\x03\x44\x12\x59\x4a\xb7\x1d\x81\x60\x03\x76\x7a\x0a\xb4\x30\xfe\x35\x55\x9b\x28\x19\x67\xbe\xac\x93\x15\x02\x22\x90\x99\x7e\x7c\x40\xe7\x44\xfb\x99\x6e\x3b\x02\x1d\xc6\xa7\x99\xe4\xf6\x08\x83\x44\x9e\x99\x94\x16\x09\x1d\xea\x91\x99\xba\xd3\xc0\x38\x98\x9c\xf4\xab\x05\x86\x81\x3a\x4f\xa7\x16\x1a\x07\x89\xcc\xf4\x43\x06\x5a\xfd\x9a\xc2\x26\x49\xdb\x19\xb6\x5e\x0b\xd0\x20\x28\x99\x69\x04\x39\xe5\x0c\x70\xd8\x7e\xa2\x40\x90\x2f\x3f\x53\x17\x05\xa8\x10\xd3\xcf\xf4\x13\x05\xc2\x8f\xcf\x92\x5e\xa1\x1b\x84\xb7\x7e\x57\xa8\xae\x42\xeb\x77\x85\xc1\x31\xf1\xd3\xfa\x5d\xa1\xa7\x9d\x30\xa8\x0c\xf4\xb4\xab\x7a\xc5\xa9\x57\xec\xab\xed\xf6\xab\xc3\x58\x87\x50\xc8\xee\x44\x77\x0f\x36\xe4\xa5\xf9\xd5\x02\xcd\xf0\x43\x1a\x59\x02\x22\x9b\x4d\xce\xd7\x50\x31\xf2\xc4\xe1\x80\x86\xd2\x97\x61\xbb\x6b\x05\x84\x11\x89\xf4\x83\x49\x69\x4e\xf9\x1e\xd3\xe0\x6d\x4a\xcb\x81\xfc\x4a\xed\x01\x20\x48\x14\x9b\xa9\x0e\x07\x82\x03\xe2\x66\xaa\x9d\xd3\x63\xd1\x30\xf5\x52\x2d\x08\x74\xd8\x13\xa6\xd5\xa5\xf3\xab\x2e\x75\x72\x6e\x9f\x48\x3e\x8f\x02\xc6\x52\x52\xa1\x43\xab\x3f\x53\x5d\x09\x34\xa8\x6f\x67\xba\xb5\x91\xd2\x89\x12\xdd\xc8\xc7\xf9\xa2\xac\x02\x66\xa6\xe9\x51\xd4\x42\x83\x2f\x7d\x5a\x70\x2a\x0c\x8e\x41\x99\x69\xcc\x08\xe8\xa4\x0b\x4d\x0b\x4e\x85\xd0\xa4\xca\xd7\xdb\x7f\xe9\x42\xbf\xde\x4f\xbf\xb4\x69\xba\x10\x6f\x68\x92\x1b\x24\x04\x75\x57\x73\xfa\x0d\x01\x1d\xaa\x96\x39\xfd\x86\xa6\xa4\xed\x2c\x39\x8b\x57\x85\x38\xe2\xef\xba\xe2\x69\x21\xab\xd0\xc3\xa7\xfb\xa5\x00\x9d\x0a\xa1\x39\xd5\x6f\xc0\x80\xe8\x6a\x4e\xc3\x53\x40\xe7\x40\xa9\x39\x0d\x29\x01\x35\x1d\x9c\xa1\x54\xa0\x71\xf6\xfa\xf4\x3c\x6b\xa1\x69\x97\x4d\x1d\x19\xa0\x42\x01\x33\xa7\x5f\x0a\x10\x07\xea\x60\xfa\xa5\x00\xbd\x21\x20\xa6\xca\x0c\x68\x30\xbb\xcd\xe9\xf6\x0b\x30\x38\xd5\x6a\x4e\x3f\x1e\x60\x1c\xd3\x3f\x86\x4d\x90\xe3\x61\xaa\x59\x30\x2a\x74\xf8\x16\xe6\xd4\x72\x06\x82\xa4\xea\x39\xa7\x9d\x20\x6d\x9d\x34\xa4\x39\x75\xa7\xa7\xee\xb4\xbd\xf7\xb3\x00\xe2\x9b\x55\x63\x3e\x40\xd3\xd3\x98\xea\x11\xa0\xcf\xc3\x3f\x3a\xd1\x6c\x86\x90\x78\x39\x3d\x18\x5a\x08\x08\x81\xa7\x07\x43\x0b\x41\x95\xdc\x9c\x6e\x86\x00\x1d\xde\x8c\xe9\x59\xd1\xc2\x20\xf3\x76\x7a\xbe\xb3\xd0\x26\x1f\xcf\x74\xa3\x01\x18\xee\x8f\x78\x72\xb3\xd0\xc8\xf7\x9a\x56\xad\x0a\x15\xde\xd5\xe9\xc9\xcd\x42\x55\x08\x4e\xed\x58\xa0\x97\xe6\xbd\x1c\xa3\x1b\x0d\x78\x53\x1e\xe6\x2c\x74\x93\x49\xa6\x1f\x22\x10\x6a\x9b\xf9\xda\x89\xd7\x23\xb0\xe8\xbd\xfa\x0d\x18\x93\x2f\x78\xa9\xcc\x80\xee\xe6\x91\xb5\xad\x42\xe7\x54\xac\x69\xd5\xea\x5c\x64\x92\x52\x3c\x31\x3d\x5a\x59\x08\x43\x4a\xcb\x88\x15\x50\xf5\x18\x97\xea\x00\x68\x15\xc3\xdc\xba\x4f\x21\xa0\xe7\x9d\x1e\x87\x2c\xf4\xce\x87\xe8\x11\xc6\x42\xa3\x88\x6f\x2e\xa8\xa2\x84\xa0\xf6\x67\x2e\xbf\x0e\xa0\x42\xe4\x38\x3d\xc2\x58\x08\x2a\x97\xa6\xa5\xa0\x42\xa5\xb4\x71\x7a\x84\xb1\x10\x9c\x0d\x39\x97\xb2\x1f\xa8\xb0\x7e\x4c\x0b\x46\x85\xce\xe1\x1f\x73\xe9\x9a\x03\xa1\xae\xb4\x3a\x54\x68\x9c\x0f\x36\x97\x1a\x02\x68\xea\x5d\x4b\x41\x85\x70\x57\x73\xe9\x9a\x03\xad\x79\x7b\xd7\x3d\x50\xa9\x07\x9b\xcb\x0d\x6b\x20\x54\x9f\x4b\x33\x08\xe8\xe4\x55\xcd\x65\xe8\x07\x08\x98\x03\xe7\x72\x23\x0b\xa8\xe1\x4c\x3c\xf6\x0b\x36\xa4\x69\x27\x94\xd7\x40\x73\xd7\xdc\xb2\x2e\xa1\x9b\x79\xb2\x35\xc6\x81\x06\x7d\xd8\xdc\x06\x75\xb6\x41\x1d\x34\xfd\x36\x91\x07\x18\x27\x4a\x63\x9b\x8f\x03\x54\xe8\xfc\xa6\xa5\x58\x42\xe5\x6c\xc8\xb9\x35\xc6\x81\xd0\xe9\xde\xbe\x6d\xa0\xb9\xa3\xb3\xb5\xcf\x81\x06\xbb\xeb\xdc\x2e\x00\xa0\xc1\x21\x34\x2d\xd8\x12\x86\x06\xa1\xe7\xbe\x0a\x6d\xd8\x7b\xdf\x36\xd0\x27\xee\xb4\x75\x57\x42\x33\x2d\x67\x1b\x45\x00\x86\xd9\x57\xdb\x68\x23\x10\xdd\x61\x4f\xff\x08\x97\x2f\x2c\x4f\x73\x6b\xf4\x6e\x4b\x5a\x90\x39\x5b\xc9\x04\xf4\xe6\x18\xf5\x9d\x81\x46\x4a\xf8\xdc\x3a\xb7\x40\x9c\x08\x18\x4f\x28\x15\x2a\x6c\xb8\x73\xeb\x90\x02\x15\x16\xd5\x79\xb9\x63\x78\x79\x46\x3a\x8a\xe2\x52\x99\x01\x3d\x49\x29\xf0\xd0\x52\xa1\x53\xc3\x35\x2f\xf3\x07\x80\xe0\x30\x9e\x79\x19\x8d\x06\xc2\x08\xf2\xa5\x9f\x05\x0c\xd5\xc9\xa5\xc5\x76\x7d\x24\x2c\x5c\x65\x4a\x14\x50\xcd\xc8\xbb\xd4\x56\x40\x87\x76\x78\x5e\x7e\x7c\x40\x33\x60\x7b\xb9\x30\x81\x01\xcf\xf6\xf4\xcc\x4a\xa1\x97\xff\x92\xb6\x75\x3d\x3e\xea\x81\x4a\x03\x2b\xe9\xd2\x15\x00\x3a\xe7\x57\x4e\x4b\x3f\x84\xe6\x8e\xcc\xa5\x77\x00\x74\x4a\x52\xe6\xad\x05\x01\xf4\x40\x66\x78\xdc\xa3\x30\xcc\x71\xb8\xdd\x16\x02\xba\xde\xc1\xad\x0e\x07\xba\x6e\xeb\xed\x44\x01\x91\x3c\xf1\x56\xef\x02\xd5\x00\xe2\x6d\x68\x10\xe8\xc1\x92\xb9\xcd\xab\x02\xaa\x61\x0d\x0f\x36\x14\x9a\x91\xda\xdb\x1c\x07\xa0\x17\xfb\x65\x2e\x14\x30\xe0\xd1\x9a\xf7\x72\x40\x4b\x9e\x48\xc6\xa8\xa1\x09\x74\x18\xb2\xa6\xa7\xf2\x09\x41\xc9\xe5\xbc\x35\x34\x81\x6a\x78\xea\x76\xd7\x1c\xa8\x24\xe3\xce\xdb\xb0\xc6\x2d\x9f\x10\xab\xe8\x76\x5f\xf0\xfe\x4e\xae\x60\x40\x06\x29\x80\xa1\x32\xbb\xa9\x93\x15\x9a\xbe\xe0\xa3\xfc\x01\x3a\xb4\x09\xd3\x22\x05\xa1\x41\x55\x37\x1f\xe3\x93\x40\x53\x01\x79\x7c\x98\x10\x7e\xe7\x8f\x91\xc7\xc7\xc8\x23\x4b\xf9\x71\xd3\x02\x68\x86\x81\x1e\xd3\x31\x80\xe6\x0e\xbc\x67\x85\x09\xcd\xad\xd5\x07\xd2\x19\xa1\x41\x0c\x36\x1f\xad\x19\xa0\x53\x88\x31\x1f\xa5\x01\xd0\x4c\x73\x7b\x34\x70\x80\x16\x8e\xd1\x89\x7e\x2c\x4a\x63\x5b\xe8\x31\xf7\x02\x68\x30\x4f\xcc\xc7\x08\x1f\xd0\x4c\x39\x79\xb6\x33\xb1\x29\x51\xe5\xd3\x7f\xdc\xd4\x02\x62\x3a\x13\x06\xd7\x80\xde\xb0\x07\x1e\x83\x6b\x8f\x07\x3f\xa1\xd6\x1f\xed\x14\x20\x0f\xcc\xb3\x47\x3d\x02\x54\x03\x44\x8f\x7a\x04\x68\x30\x64\xcd\x47\xb7\x02\x68\xe7\xb0\xe9\xb2\x89\xad\xc2\xc3\x26\x9f\xc8\x36\x9a\x7b\x66\x8f\x82\x0b\x68\x3a\xdd\x8f\xdf\x23\xd0\x12\x23\xff\x35\xfe\x04\x8c\x83\x30\xf6\xab\x51\xf2\x6a\x94\xa0\x0e\x5e\x8d\x12\x60\x40\x15\x35\xcd\xf6\x17\x2a\x67\x9e\xcc\x57\x33\x1b\xe8\x0d\xf5\x69\x8e\xbb\xd0\x49\xaa\x9e\xaf\xbb\xad\xaf\x29\x4d\x38\x7e\xaf\x36\x35\x30\x60\x56\x9a\xe6\xa5\x0b\x83\x8a\xce\xf9\x6a\x2d\x03\x41\x75\xe8\x34\x2f\x5d\x18\xee\xc0\xbf\x7e\xb5\x40\x83\x1d\x71\xbe\x7a\x8c\x40\xa7\x14\x62\x7a\x36\x9b\x10\x1c\xa6\x33\x5f\xbf\x6d\xa0\x4f\x76\x35\x3d\x4f\x4d\xe8\xc9\x96\xef\x6b\xb8\x06\x68\x50\x47\xce\x77\x3a\xec\x49\x95\x1d\xb6\xeb\x6b\xb0\x1b\xa8\x10\x08\x4e\x33\xe1\x85\x8a\xa7\xb2\x2e\x02\x1e\xeb\xfa\x19\x84\x05\x56\x99\x75\x11\xdd\x58\xd7\xcf\xc1\x9a\xf5\xf7\xc1\xac\x8b\x5d\x4d\xa1\x50\x26\xb0\x2e\xa2\x1b\xeb\x3a\x06\x57\x75\x9a\xc2\xa6\xc5\x55\x93\xa6\x6d\xd3\xcb\x55\xf1\x6b\x2a\x3e\xb1\xc4\xef\xaa\xc9\xed\xf1\xa0\x84\x09\xe3\xef\xba\xb0\x37\xd7\x55\xee\xff\xfd\x5f\x29\xbf\x15\xbd\x3c\x6e\x7b\x5d\x85\x7b\x35\xfe\x78\x7a\xaf\x1f\x14\x72\x90\x97\x27\x70\xaf\xeb\xa4\xf7\x8d\x7e\x9d\xf6\xfe\x07\x85\x54\x87\xa5\xca\x5b\x1c\xb7\x3d\xa9\x5c\x5a\x17\xb5\xe6\xeb\x3a\x7d\xa2\x4d\x3e\xf1\x07\x93\xea\xe3\x75\xb1\x9b\xbf\xae\x9f\xcd\x53\x38\x82\x66\xa9\x2b\x17\xc5\xcd\x93\x04\xed\x75\x55\x07\x54\x27\x57\xd1\x55\xb2\x6b\x16\xea\x73\xe2\x3b\xaf\xab\xfa\xc4\x1f\x14\x6a\xcd\x97\x67\x7e\x2f\xaa\xa2\x27\xf5\x86\xeb\x6a\x8e\xb1\x31\xc6\xc2\xed\x9b\x63\xfc\x2d\xdf\xc9\xae\xe8\xba\x9a\x13\xfd\x83\x42\x2d\xde\xb2\x04\x5a\x98\xf0\x48\x2c\xcf\xfc\x16\x0a\x09\x11\xeb\x6a\x8e\xb1\x33\x5f\x41\x53\x77\xbe\x3a\xf3\x55\xe6\x9f\xaa\x78\x59\x5a\xbd\x50\xf1\x93\x2d\xa6\x75\x75\xa7\xe0\x07\x85\xf0\xc1\xba\xba\xef\xb4\x33\x05\x49\x87\xba\x7d\xec\x4c\xc1\xc9\x6b\xee\xf6\x71\x30\x05\x93\x3f\x86\x53\x10\x4c\xfa\xc9\xdc\x85\x93\x1e\xbf\x6e\xc3\x8d\xb6\xae\xb0\xdb\x41\xb7\x4f\x3a\x11\xf6\x2b\x7e\x8b\x94\x42\xfa\x75\x85\x8b\x34\xec\x17\x93\x1e\xf6\xeb\x07\xb3\xf9\xb6\xc2\xb7\xf5\x83\x52\x4e\xba\x1a\xce\xf0\x4f\x8f\xcc\x56\xb8\x7d\xda\xaf\xb4\x5f\xcc\x5d\xda\xaf\x1f\x4c\xd2\x46\x97\x27\xa1\xaf\x2b\xc7\xef\xaa\xca\x80\xd2\x4e\xe4\x6f\xc1\x37\x27\x27\xed\x44\x32\x13\xd5\xdb\x3b\x13\xc9\x13\x1d\xf6\xf4\x89\x93\xc5\x50\x79\xe2\x74\x31\x4c\x66\xc2\x01\x4d\x67\x62\x32\x13\x95\x4e\x4c\x67\x62\x6e\xae\xf2\x8f\xce\xfd\x64\x31\x34\x3a\x31\x5d\x0c\x3f\x98\xcd\x8f\x7a\xba\xe0\x17\x63\xf4\xdb\x5c\x8e\x71\x05\x57\xb1\x22\x97\x6f\x7b\x31\x5f\x7e\x75\xcb\xf9\x5a\x3c\xf1\xfb\xa3\x4f\x5c\x8c\xd1\xaf\x6e\x39\xc6\xc5\x13\xfd\xa8\x97\x4f\xdc\x8c\xb1\xd1\xfb\xed\x18\x37\x4f\xf4\xf6\xdb\x27\x6e\x3e\xb1\xce\xab\xdd\xbe\xb4\x1f\x4c\xc8\x96\x96\x05\xdc\x8b\xd2\xec\x52\x3a\xb7\xdf\x8e\xf1\x3a\xb8\x8a\xa6\xcb\xdb\x5f\x8c\xd1\x2f\xf8\x72\x8c\x17\xb3\xfa\x35\x39\xab\x17\xb3\xda\x59\x13\x97\xb3\x7a\xd1\xaf\xce\x80\x2e\xfb\x75\xb1\xbe\xbe\x26\x5f\xed\xc5\x4c\x0c\xba\x7a\x39\x13\x17\x33\xd1\x19\xe3\xe5\x4c\xfc\x54\xf1\x6c\x7e\xfa\xb7\xb7\xff\x41\xa1\x04\x7a\x79\x4c\xbc\x30\x39\x74\x6b\x5d\xb7\x8b\xe9\x07\xa5\x78\xfb\xdb\x4e\xdc\xac\x9c\x60\x8c\x8f\x2b\xe7\x61\x8c\xca\x9f\xc7\x31\x3e\x8c\x31\xf9\xe3\xe3\x18\x1f\xc6\x68\x27\x1e\x3b\xf1\xf0\xc4\xf4\x5e\x3e\xf1\x61\x8c\x83\xd7\xf1\x38\xc6\x87\x6f\x28\x6d\xf2\x75\x3c\xac\x09\xa5\xd4\xe3\xeb\x78\x98\x09\xb5\xcd\xe3\x4c\x3c\xcc\xc4\x60\xbe\x1e\x67\xe2\x61\x4d\x28\x27\x1e\xd7\xc4\x6b\xef\x99\xaf\xd7\xde\xbf\x7c\x69\x6a\x9b\xd7\x2f\xed\x07\xa5\x38\x39\xaf\x03\x7a\x99\x55\xa5\xc9\xeb\x80\x5e\xbe\x47\x27\xe7\x75\x40\x2f\xfd\x9a\xcc\xc4\x6b\xbf\x5e\x56\x4e\x30\xa0\xd7\x95\xf3\x32\xab\x3f\xab\x74\x79\x60\xbe\x50\xa8\xe1\x5a\x37\x21\x96\x75\xa3\x3e\xc9\x7e\x58\x96\x8c\x0b\xa5\x84\x4d\xdd\xa6\xfe\xbf\xff\x9b\xe4\x5f\xae\x9b\xcd\x01\xa1\x70\x8a\xd8\xb2\x8a\x7c\x71\x14\xfe\xe4\x48\xa7\x75\x13\xc5\x5c\xd4\x87\x17\xcc\xff\x75\x63\x19\x09\x93\xd2\xff\x75\x53\x93\x24\x14\xc8\xbc\x96\x07\xe6\x0b\x93\x3d\xd9\x75\x17\xbb\x5a\x98\x55\x5e\xed\x8d\xc7\xb8\x38\x30\x7f\xb2\xa3\xb3\x3c\x30\x5f\x28\x9c\xb4\xbf\x3c\x30\x7f\xe1\x1b\xcd\x8e\xe6\xba\x8b\xfd\x2a\xbc\xc7\xb4\xe9\xb6\xe9\xe5\x2a\x9e\xa8\xc2\xbe\x55\xd8\x2c\x00\x0f\xcc\x5f\x78\x50\x13\xe7\x65\xdd\xa7\xb7\x3f\xf9\xb6\x59\x00\x37\xe1\x87\xc5\x89\xf8\x13\x6b\x66\x79\x22\xfe\xba\x55\xd8\xe9\xed\x9d\x89\xfa\x9b\x7b\xaa\xb3\xd6\x5d\x9d\xfb\xca\x37\xc4\x02\xb8\xab\x13\x8d\xc2\xee\x18\x25\xb7\x0a\x1b\x28\x9c\x1a\xb2\x3c\xfe\x7e\xe1\xc6\xcd\x8e\x10\xbd\x55\xd8\xb7\x0a\x1b\xd3\xe5\x56\x61\x73\xd6\xfd\x24\x8d\x69\x79\xd6\xfd\xe2\x60\xfb\x42\x69\xf6\xf2\x60\x7b\x61\xc2\x3f\xb0\xee\xe6\xab\x6d\x7c\xb5\x2e\xa6\x66\x27\x1a\x33\xd1\xe9\x6a\xb3\x13\x8d\x99\x98\x7f\x53\x7c\xac\xbb\x39\x51\x8d\x49\x47\x2e\x7a\x86\xbe\x50\x8a\x2b\xb2\x3b\xe9\x68\x7d\x32\x36\xd7\xad\xd6\xbf\xd5\xfa\x93\x3e\xaa\xd6\x6f\xd4\x3a\xbb\x4e\xeb\x56\xad\x03\x85\x73\x35\xd7\xad\x5a\xc7\x6d\x9d\x98\xa3\x4b\xb7\x55\x28\xa7\xab\x7b\xb8\xb0\x7e\x30\x7b\xd8\x54\x6d\xaa\x5c\xc5\xdc\x0d\x3b\x31\x98\xf4\xb0\xc9\x49\x1f\x37\x57\x79\x7b\x5f\x33\x26\x42\xf7\x1b\xd0\x44\x00\xca\x79\xb0\xfc\xc2\x4e\x04\x4f\xf4\x1b\x08\x9f\xf8\xb3\x07\xca\x89\xbd\x28\x89\xc1\xba\x7f\x9a\x7e\x76\x57\xb7\x9a\xfe\x0e\x9e\x58\xbc\xbd\x4f\x0c\x3e\x31\xd7\x5a\xf8\x89\xfd\xa0\x10\x82\x5b\xb7\xf6\x00\x30\x09\x59\xae\x3b\xed\xc4\xcf\x1e\x28\xf0\x20\xaf\x5b\x7b\xe0\x4e\x66\xd5\x15\x99\xce\xea\xcf\x06\x28\xd4\x70\x2d\x69\x13\xd6\x9d\xcc\xc4\x64\x40\xe9\x4c\x60\x22\x9c\x7e\x4f\x9a\x08\x37\x26\x02\xd5\xfc\xeb\xd6\x44\x00\x0a\xd5\x20\xeb\xd6\x44\xb8\x51\xfe\xc3\x97\xa6\xf2\xbf\x51\xfe\xec\x4e\xaf\x5b\xe5\x0f\x05\xc3\x24\x21\x74\xdd\xcb\xd7\xf1\x83\x82\xeb\xb4\xee\xe5\x9a\xd8\x83\xab\x78\xe2\x76\x0a\x7f\x50\xa8\x8c\x5b\x1e\xe4\xbf\x38\x69\x7f\x92\x8e\xbf\xee\xcb\x7e\xa1\x64\x29\x82\x59\xb7\x4a\xf6\x46\xc9\x52\x03\xbf\x0c\x3f\x08\x85\x3c\xa1\x75\xab\x64\x39\xa2\x7f\x12\x3f\x5a\xb7\x4a\x16\x28\x64\x68\xac\x5b\x25\x0b\x51\xc3\x64\xaf\x78\xdd\xb7\x4f\xbc\x7d\xa2\x4d\x3e\xf1\x07\x73\x60\xd1\xdf\xb7\xaf\xe3\x66\x15\x62\x9e\xdd\xb7\x9d\xb8\x99\x2f\x94\xff\x7d\x3b\x5f\x37\x73\xaf\x64\xb9\x9d\x7b\x94\x2c\x69\xc9\xcb\x53\xfb\x85\x02\x2f\xd4\x92\x07\x62\x41\xfa\x30\xc9\x27\x5c\xb7\x4a\x16\x28\x24\x2f\xaf\x5b\x25\x7b\xbf\x8c\x31\xe8\xc4\xeb\x18\x5f\xd6\x04\x06\xa1\xc1\x93\xc5\xe1\xfb\x73\xb8\xbe\x54\x53\x40\x61\x1f\x75\xdd\xaf\xfd\xfa\x69\xab\x49\x86\xd9\xba\x5f\xd7\xea\xcb\x5a\x45\xe2\x3d\x6a\xae\x07\xc7\x8f\x1a\x9b\xf5\xe8\xf8\x3d\x07\x9d\x40\xbc\x3d\xf8\xe1\x8b\xb3\xfd\x0b\xfb\x05\x4b\xe6\x09\x61\x12\x24\x5d\x8f\x5e\x1e\x50\x4e\x84\xe0\xa3\x9a\x02\x26\xc1\x80\xf5\x10\xb2\x14\x0a\x07\x1d\xaf\x47\xcd\xf5\xfc\x1c\xf8\xc9\x3e\xc6\x7a\x28\x8a\x15\x0a\x07\x8b\xad\x87\x90\xe5\xe2\x3c\xfe\x49\x05\xda\x92\x9f\x62\x71\x1e\x7f\x81\xbd\x7c\x3d\xba\x61\x0f\xb2\x9f\xad\xc2\xf5\x28\xfb\x81\x42\xbe\xd7\x92\xc5\x62\x3d\x3f\x15\x30\x83\xf9\xf2\x20\xff\xf5\x20\xfb\x49\xd1\x59\x8f\xb2\x1f\x98\xe1\xe4\xe8\xbf\x01\x85\xd2\xb5\xf5\x54\x87\x8d\xb3\x16\x68\x88\x47\x67\x8d\xb3\xfd\x0b\x21\xf1\x25\x49\x86\x30\xc3\x01\x11\xec\x16\xca\x89\x09\x2a\x6f\x86\x30\xc3\x01\x35\xbb\xda\x10\x56\xdd\x3f\xda\xd5\x46\xbf\x70\xe0\x25\xc9\x10\xca\xd9\x6d\xb2\x5f\x3f\x98\x14\x6c\xad\x47\x5f\xf0\xf9\x39\x7b\xe5\x44\xde\x3f\x04\xce\x85\x19\x0e\x48\x45\x01\x14\x4a\x21\xd6\xa3\xa2\x78\x50\x14\xe1\x80\x54\x14\x40\xe1\x6c\xc8\xf5\xa8\x28\x80\x19\x76\x95\x24\x19\xa1\x40\xff\xbc\x9e\x6e\xef\xf1\xff\xc8\x9b\x59\x8f\xfe\xdf\xd3\x59\x13\xe8\x8e\xa7\xbb\x26\x7e\x30\xe3\xeb\x84\x5d\x55\x9d\x60\x6f\x3e\xaa\x93\x67\x30\x5f\x76\x62\xd8\x89\x1f\x94\x13\x4b\xf2\x19\x76\x62\x04\x57\xd1\xaf\xe1\x8a\x1e\xac\x68\x2c\xc9\x67\x38\x85\x28\x1d\xc2\x48\xeb\x51\xe9\x00\xe5\x0c\x6f\xef\xf2\x45\xe9\xc4\xf8\x9b\xe2\x63\x3d\xea\xa4\x47\x9d\x84\x32\x7b\xd4\x49\x4f\xd0\x21\xef\x1b\x76\x28\xe8\x10\xe6\xe8\xa3\xf7\x09\x4c\xd2\x0d\xd7\xa3\x4e\x7a\xd4\x49\x98\xa3\x8f\x3a\xe9\x49\x5e\x0d\xf6\xe2\x93\xbe\x9a\x64\x0a\xfc\x63\x3a\x05\xe8\x11\xb6\x98\xd6\xa3\x1e\x79\xd4\x23\xa8\x4f\xf9\x4b\x16\x91\xc7\x49\xfc\x7b\x3d\xdb\xab\x36\x4b\x26\x6d\xf2\x3d\x20\xd5\xd3\xcf\x42\xa9\x0e\x14\x72\xfa\xd7\xa3\x37\x45\x7c\x72\xa6\x9f\x85\x52\xfd\x51\xaa\xdb\x09\xa5\x3a\x04\x25\x33\x95\x19\x3a\x45\x44\x31\x0b\x5b\x85\xcb\x28\xa6\x30\xd3\xa5\x7c\xd9\x09\xa5\x3a\xaa\x58\xce\x92\xf5\xfc\x3c\xa0\x99\x2e\x65\x3d\xa0\xe7\x66\x56\x1d\xd0\xed\xac\x22\xd5\xd3\x2f\x45\xa9\xfe\x28\xd5\x95\x78\x4a\xf5\xe7\xf1\x5e\xdc\xfe\xf1\x5e\xb8\x3b\x10\x5d\xad\x47\x77\xe7\xf9\xf9\x36\x33\x5d\x45\xfa\x36\x40\x81\x6c\x69\x3d\xfa\x36\xc0\x4c\xdf\xf6\xf3\xdd\x9e\x31\x62\xf6\x3d\x8f\x63\x7c\x99\x2f\x97\x89\x5e\x0b\x50\x28\x8a\x5d\x8f\x5e\xcb\x83\x86\x48\x5f\xad\x1a\x02\x28\xa4\x50\xac\xe7\xb5\x5f\x68\x88\xf4\xa5\xa9\x21\x1e\x35\x84\xf2\x5a\x0d\xf1\xe0\xc8\x70\x12\xc3\x7a\x55\x07\x2f\xe1\x3c\x48\x58\x96\x61\xd9\x45\x0c\xb6\x10\xec\x5e\x92\xb0\xac\x17\xa9\x0e\xcf\xc8\x7a\x95\xea\x40\x81\x6f\x61\x19\xa9\x5d\x2f\x41\x3f\xf6\x93\xd6\xab\xf3\x01\x14\xa8\x0e\xd6\xab\xf3\xf1\x62\xd1\x4f\x6f\xaf\x45\xff\x9e\xde\x8b\xdb\x6b\xd1\x43\x76\x32\x09\x76\xaf\x57\xd9\x0f\x14\x8a\x60\xd6\x5b\xbd\xd7\x0f\x26\x29\x27\xeb\x55\x1d\x00\x85\x74\xb2\x25\x4b\x8a\x30\x39\x74\x6b\xbd\x6a\x08\xa0\xb0\x7b\xb8\x5e\x35\x04\xe1\xe2\xc9\x71\xb5\xeb\xd5\xee\x7f\xab\xfd\xf2\xf6\xf6\xeb\x07\x93\xa2\xb4\x25\x4b\x8a\x50\xe0\xd3\x5f\xaf\xea\x00\x98\xec\xb6\xae\xd7\xd8\xdd\x8b\xec\xe7\xb4\xae\x25\x97\xca\x7a\x7f\xc2\x7d\xb2\xf7\xb9\x5e\x5d\x01\x88\x53\x0a\x8c\x62\xcb\x98\xf5\x7a\x91\xd7\x6c\x77\xad\x57\x79\x0d\x94\x8a\x2d\xf6\x2a\xaf\x5f\x64\x2c\x49\x7a\xeb\x55\xc6\xc2\xa5\x52\x60\x80\x5c\xaf\x32\xf6\x1d\xcc\x04\xd2\xf3\xd5\xf2\x7e\x91\x9e\x15\x83\xf0\x55\x7a\xbe\x3f\x01\x35\xc9\xd0\x5f\xaf\xa1\x32\xa0\x54\x0c\xc2\x57\x61\xf5\x12\x17\xa3\xca\x77\xbd\xda\xc1\x40\xa9\x18\x84\xaf\x76\xf0\x8b\xb0\x82\x95\x6f\xbd\x0a\x2b\xa0\x70\x26\xea\x7a\xd3\xb9\xc7\x34\x66\xcb\x77\xbd\x9a\xc6\x40\xe1\x54\xac\xf5\x1a\x2a\x7b\x31\x7a\xa7\xeb\x4b\xa3\xf7\xfd\x19\xba\x05\xfa\xb0\xf5\x4e\x17\x00\x41\xb0\x03\xde\xf3\x65\x4c\x5c\x28\x6c\xe7\xaf\x77\x3a\xc8\x9f\x6d\xfc\xbb\xcc\x36\x67\xec\x07\xa5\xba\x9c\xa6\xcb\x1c\x1b\xf7\x20\x49\x76\xbd\x1a\xb9\x2f\x21\xa8\xea\x7a\x32\x04\xf5\x6e\xef\xd6\x98\x59\x05\x29\x50\x2a\x46\xe1\xbb\xbf\xbb\xbd\x5e\xc6\x0c\x29\x49\x81\x62\xd8\xfd\x55\x92\xbe\xd7\xf0\x32\x86\x75\xf9\x55\x5e\x3e\x94\x7e\x5c\x3e\xf4\x22\xee\x0e\x77\xd6\x7a\xc9\xa6\x14\x8a\x81\xf7\x57\xf1\x0a\xfc\x2e\xf3\x09\x76\xe4\x27\x5f\x4b\x75\x19\x2b\x5f\x5f\xec\xe1\x03\xfe\x85\x25\x97\x8c\x50\xaa\x2b\xd4\xd8\xd4\x7b\x3b\x52\x42\x58\xaf\xe2\x14\x28\xd5\xc1\x2b\x4e\xdf\xc7\x79\x43\xb9\xbe\xca\xd3\xf7\x61\x08\x88\x7e\x69\x68\xd6\xfb\x38\x21\x04\x52\x64\x98\x59\x2f\x31\x9f\xea\x82\x37\xe6\xf3\xbe\xf6\x8d\x88\xc5\xab\xac\x04\x4a\x6d\xe3\x6f\xbd\xfc\x2a\x4a\x21\xa5\xf9\xdd\x85\x95\xa1\x2c\x05\x0a\x25\x9f\x4b\xa2\x9a\xf5\xbe\xf6\xe9\xa7\x69\xb6\xb4\x34\x1b\x0e\x9a\xc2\xbe\xc1\x96\x83\x66\x43\x38\x53\x8e\xe3\xb7\x68\xf7\x41\xc0\x47\x28\xf5\xf7\x15\x6e\x49\x68\x36\x5c\x32\xbf\xcb\x82\xb6\xcb\x36\xe6\xeb\x67\x5c\x6d\xf9\x65\x36\x64\x32\xe5\xe0\x24\xa0\x2d\x9b\x8c\x50\xa8\xc9\xdf\xb2\xc9\xec\xa3\x54\x2f\xe3\x6e\xc5\x87\x16\x1f\x5a\x69\xf2\xa1\x85\x87\xb2\x5d\xb1\x8f\xe2\x43\xd9\x59\xa1\x14\x70\x4b\x0b\xb3\x8f\x33\xbc\x8c\xbb\xb1\xb1\x2d\x14\x76\x35\xf6\x41\x58\x66\x1f\xcd\x87\x9e\x5c\xd6\x7c\x28\xc1\x0e\x72\x42\xf7\x41\xb0\x63\x43\x94\x52\x8e\xe2\x13\x9a\x77\x6b\xde\x6d\xd2\xf4\xdd\x6d\x7a\x19\x4f\x40\xc6\x09\x05\xfe\xc8\x2d\xa1\x8a\xf0\xbb\xcc\x27\x38\x84\xc6\xbc\x0d\xe6\xad\x39\x6f\xec\x6c\x1c\xc4\x5d\xb7\x2c\x2b\x42\x61\xcb\x65\x1f\x18\xbd\xfb\xe8\xa7\x97\xd1\x11\x38\x55\x36\x6c\x29\x85\xe2\xeb\x7d\x74\x87\x80\xf1\x7a\x94\xaf\x2d\x6c\x0b\x2e\xa3\xbb\xdd\x51\x11\x0c\x39\x08\x97\x6e\x89\x56\x84\xc2\xde\xcc\x3e\xba\xa3\x62\x93\xe3\x20\x5e\xba\x65\x5a\x11\x0a\x27\x5c\x6f\x99\x56\xf6\x11\x8e\xd4\xb6\x70\xa4\xe1\x65\x74\x37\xbe\xcb\x5c\x21\x93\xcb\xd2\x15\xa2\xc0\x0d\x26\x24\x5d\x21\xc9\xcb\x22\x52\xb3\xe5\x13\x11\x0a\xac\x10\xfb\x48\x57\x48\x6e\x2f\x63\xa4\xe9\x43\x93\x87\x86\x4d\x3e\xf4\x07\xe5\x38\x5d\x48\xe9\x5c\x26\xfa\x2e\x18\xd5\xb4\x1f\xc4\x1e\x0e\x4a\x4f\xb7\x2c\x23\x42\xe1\x18\xa3\x7d\x4c\x3f\x99\x19\x5e\x46\x47\xa6\x73\x39\x79\xf5\xc1\xbc\x4d\x5f\xbd\xa2\x99\x80\xc7\x3e\xa6\x7d\x53\x34\x27\xfd\x98\x4e\xe5\xfc\xfa\xc6\x24\x4d\xfb\xb6\xd0\xfe\x49\x3f\x96\xaf\x79\xf9\xd0\xd3\x36\x1f\xba\x78\x59\xc9\x10\x96\x2f\x8b\x9d\x8c\x83\x08\xc4\x3e\x96\x1d\x59\x8c\x34\xe9\xdb\x76\xa4\xdb\x91\xfa\x2d\x6c\x47\xba\x19\xe9\x64\x54\xdb\x91\xee\xd3\xcb\x18\xc2\xb6\x23\x9b\xf5\x36\x99\xde\xed\x7a\xdb\x5f\xdf\x18\xc2\xb6\x6f\x9b\x4f\x66\xd2\x8f\xed\xda\x52\xbb\x10\x85\xd8\xc7\x76\x42\xd4\x2e\x8a\x95\xed\x84\x5c\xbe\xfa\xca\xb2\xbc\x7c\xf5\x97\x0f\xa5\x1f\x97\x0f\x55\xbb\x9c\x8d\xbb\x5d\x2e\x72\xb4\x4b\x73\xd1\x5c\x4e\xc8\xf5\x7a\x19\xc3\xba\x1d\x3d\x36\x78\x73\xd1\xdc\x8e\x54\xb5\x71\x2a\x1a\x6f\x1f\x8a\xda\x68\x07\xd3\x7b\xbb\xde\x6e\x47\xaa\x68\xbc\x1d\xe9\x0f\x0a\x67\x5d\xec\xe3\x76\xa4\xb7\x0f\x55\x98\x3d\x3e\x94\xe0\x4a\x53\xe4\x3d\xce\x38\x91\x94\xe3\x54\x60\x3c\x3e\xe1\x07\x85\x63\x45\xf6\xf1\x38\x52\x25\x39\x75\x65\xbb\x28\xc9\xcb\x61\x47\xe6\x41\x5b\xda\xe6\xe8\x27\x4d\xcb\x26\x97\x03\x13\x57\x08\x77\xec\x82\xd8\x66\x57\x71\x17\xc5\x76\x51\x6c\x63\x65\xef\xa2\xd8\x06\x0a\xdb\x8a\xbb\x28\xb6\x81\x72\x60\x2d\x6f\x39\x5e\x76\x41\x94\xb3\xaf\xb8\x8b\x92\xbc\xb8\x45\x8e\xb9\xbc\x4b\xb1\x6f\x85\xbe\x95\x41\x93\x7d\x2b\xcb\xcb\x82\x36\xfb\x86\x74\xe7\x98\xb2\x5d\x94\xee\xe5\x3c\xbd\x8c\x36\x98\xba\x76\x39\x99\x24\xbe\x85\x42\x72\xd3\x2e\x2a\x81\x6a\x7f\x55\x02\x40\x69\x27\x7d\x53\x09\x94\x73\x7b\x59\xa7\xed\xb2\x8d\x09\x39\x6d\x72\x42\x6a\xf5\x32\x1e\x5a\x1d\x56\xf5\xa1\x0c\xa1\xfa\xd0\xca\x1a\xfc\x99\x77\x7f\x69\xef\x5d\x08\xd7\xec\xc2\xde\x3a\x3b\x99\xbb\x54\x27\x02\xcb\xfb\xa8\xde\xb9\x39\xfb\x44\x62\x38\x82\x7b\x97\xe6\x4c\xab\xbf\xb0\xc4\x76\x51\x7f\x01\x05\x02\xe9\x5d\x88\xbb\xec\xa2\xfe\xc2\xc4\xda\x45\xfd\x05\x94\xf6\x35\x39\x11\xcd\x87\x56\x66\xbf\xfb\xd0\xee\x43\x99\x88\xee\x43\xbb\x0f\x6d\xfc\xb5\xfb\x50\x34\x4e\xfb\xfe\xe9\x44\x74\x1f\xda\x18\x82\xea\x05\x28\xd0\x9c\xec\xa2\x76\x29\xdd\xd9\xe7\x2b\x2b\xdd\xd9\x47\xbd\xb4\xc6\x42\x56\xbb\x94\x6e\xdf\xb0\x2c\xca\xb0\x6f\x83\xe5\xd8\x6c\x72\x39\x86\x0f\x45\x53\xcb\x84\xb3\x0b\x16\x3e\xdb\xb6\xbb\x84\xd3\xab\x62\x52\x36\x17\x15\x13\x50\x9a\xa3\x0a\x1f\xaa\x62\xa2\x8c\x71\x17\x15\x13\x50\xd8\xb8\xdd\x45\xc5\x04\x94\xa3\x26\x4f\x48\x27\x89\x28\x79\x73\xf0\xe9\x0a\x4d\xfb\x96\xbc\x99\xb4\x6f\x69\xdf\xe8\x47\xda\xb7\xf4\x1b\xc0\x48\x93\x93\x47\x28\xa4\x5e\xee\xa2\x4a\x03\x7e\x97\xd9\x66\x7f\x51\x73\x0d\x49\x54\x54\x73\x65\xda\x37\x85\x82\xca\xaa\xe0\x47\x34\xa7\x72\xba\x42\xd4\x5f\x75\x32\x7a\xf5\x17\x50\x9a\x53\x39\x7d\x59\xea\x2f\x65\xb3\xb4\x3f\x42\x21\x09\x78\x17\xf5\x57\x51\x31\x29\x74\x8b\x8a\x09\x28\x6c\x3f\xef\xb2\xbc\x1b\x16\xfd\xf1\x89\x9d\xcb\xbb\x5d\xde\x8d\x07\x5c\xde\x4d\x71\xfd\xcd\xa5\xe2\x1a\x28\x6c\x53\x6f\xc9\x71\x76\x51\x5c\x7f\x93\xa4\xb8\x2e\x8a\xeb\x6e\x93\x23\xd5\xca\x67\x4f\x7d\x4b\x8f\xb3\xe1\xc2\x29\xd0\x8a\xef\x72\x3b\x6f\xf7\xe3\x65\xfe\xf5\xb5\xed\xe5\x32\xfe\xa9\x04\x2f\x3a\x03\xdf\x5f\x1f\x47\x8a\x33\x00\xd1\xe3\x96\x33\x67\x97\xc7\x87\x62\x08\x95\xc7\x87\xb2\x4d\xdc\x30\xa1\xca\xe3\x48\xf5\x19\x48\x49\xde\xe5\xf5\x09\x2f\x23\xc5\x48\x2b\xaf\x23\xc5\xb2\x3f\xd8\x0c\xdf\xe5\x75\x2e\x5f\x1f\xca\xbc\xbd\x3e\xf4\x65\x21\xb1\x1b\xbe\xcb\xeb\x42\x7a\x59\x48\xf6\xe3\xb5\x1f\x44\x53\x8e\xe6\xea\x7d\xed\xc8\xeb\x84\x30\xf8\xd7\x09\x51\xe3\xb0\x6b\xbe\x4f\x35\xce\xa9\xa3\xc0\x1e\xf9\x3e\x75\x14\xce\x03\x49\xc0\x10\x4e\xb6\x81\xf7\xa9\x62\x62\x63\x7b\x9f\x2a\x26\xa0\xb0\xeb\xbf\x4f\x42\x31\xfb\x54\x31\xb1\x67\xbd\x4f\x15\xd3\xa9\x62\x0a\x1f\x4a\xdf\x4e\x1d\x85\x86\xb5\x71\xaa\x5e\xce\xe2\x43\xe9\x47\xf1\xa1\x05\x39\x0c\x33\xe4\x96\x48\x48\x28\x8d\xaf\xfe\x54\x09\x01\xbf\xcb\x78\x68\xb1\x23\x2a\xa6\x48\x9a\x96\x4d\xaf\x97\xd1\xdf\xd3\xd1\xb3\xf3\xdb\x10\x0e\x27\x3b\xbf\xfb\x54\x47\xb0\x25\xbd\xe5\x25\x12\x4a\xc3\xbe\x3b\x09\xc8\xec\xb3\xb2\x1c\x48\xfd\xdc\x27\x11\x19\xa1\xf8\xb2\xce\xea\x48\x95\xa0\xa4\x70\xee\x53\x09\x7a\x2a\x41\x79\x59\xa7\x12\xf4\x54\x82\xc2\xec\xb7\x4f\x25\xe8\xa9\x04\xf5\x65\xf5\xef\x6e\x0e\x01\x93\xe1\x54\x82\x9e\x4a\xd0\xb4\xc9\x21\x0c\x1f\xca\x4a\x3a\x87\x0f\x25\xc2\xfc\xbd\xe6\xe1\x84\x84\x23\x0d\xfe\x1a\x8e\x34\x78\x0b\x18\x95\x67\xf8\x16\x14\xb4\xdd\x27\x28\x68\x4f\x05\xad\xab\x41\x41\x7b\x6a\xda\xb3\x83\xb8\x4f\x4d\x7b\x28\x8b\x4a\xfb\x9a\xbc\x5b\xfa\xb2\x10\x3f\x67\x3a\x7a\x25\x28\x26\xea\xa9\x04\x3d\x31\xe3\x8f\xe1\xab\xd7\x8e\x87\xed\xa8\x7c\x8b\x46\x31\x08\xdb\xd1\xef\xb2\x41\x9b\x0f\x55\x34\xce\xff\xa0\xbc\x4f\x25\xe7\xa9\xe4\x1c\xbe\x72\x25\xe7\x89\xe5\x4f\x5a\xc5\x3e\xb5\xfc\xcf\x69\x9f\x90\x75\xe7\xb2\x4f\xcb\x3e\x31\x11\xcb\x3e\x61\xe5\x1f\xf0\xbd\xed\x53\x33\x1f\x28\xdf\x0a\x5d\x76\x93\x5d\xcc\x83\x3d\xcb\x7d\x2e\x3b\xb2\x06\x97\x31\x11\xcb\xf5\x8e\x33\x70\x90\xc9\xb9\x4f\xbd\x01\xa0\x50\x05\xb9\x4f\x9d\x01\xa0\x1c\xe3\xf4\x09\xbe\x24\x12\x9b\x48\xf8\xdc\xe7\xf2\x25\x2d\x87\x70\xf2\x04\x9d\x06\xa0\x74\xa7\x50\x9f\x01\xe2\xa7\xdf\x65\xfc\x75\xdb\xdf\x1f\x14\xf2\x39\xf6\xb9\xed\xee\xe5\xbc\x61\xf5\x9c\x97\xf3\x86\xad\xfe\x7d\x3d\xda\xea\xa7\x3a\x82\x44\xf3\x2d\x1d\x94\x50\x60\x12\xd8\xa7\x3a\xe2\x54\x47\x0c\x84\xff\xa9\x8e\x00\x4a\x77\xc6\xd5\x11\x40\x39\x06\xc2\x5f\xda\x28\xa1\x70\x0c\xc9\x3e\x6f\x67\x5c\x93\x9e\xc3\xe4\xf6\xa9\x49\x7f\x12\x7e\xef\xc5\x26\xfb\x76\x2f\x2f\xa3\xbf\xb7\x73\x89\x7a\x21\x8f\x64\x9f\x6a\x17\xe0\x77\x99\x7d\xb3\xbf\x68\x9c\xee\x6b\x56\xe3\x9c\x8f\x7d\x43\x95\x9c\x8f\x7d\x7b\xec\x1b\x83\x7f\xec\xdb\xe3\xf4\xfa\x19\x3f\x4e\xef\xc3\xab\xf7\x35\x3f\xbe\x7a\x15\x13\x85\xb9\xfb\x54\x31\x01\xa5\xfb\x9a\x1f\xbf\x9e\xc7\x21\xa0\x5e\xce\xc7\x21\xa0\x85\xba\xaf\x59\x25\x74\xbe\x2e\x4b\xf4\xc6\xf9\xda\x91\xb7\x73\x19\x7d\x7b\xfd\x3e\xc9\x43\x3a\x06\x5e\xfb\xf9\xda\x11\x34\x0e\x07\xe7\x6d\xc9\xb5\xf6\xf9\x3e\x5e\xe6\x13\x5e\xdb\x78\x28\x76\x66\x55\xbb\x54\x22\x53\x14\x55\xed\x6a\x64\xaa\xaa\x70\xa0\xdf\xde\xf2\x72\x09\xa5\xd7\xa4\xa9\xdb\xe4\xe0\x11\xf4\x55\x85\x03\x14\x92\x5f\x76\x55\xe1\x54\x5d\x1c\xf8\x05\xb6\x94\x5e\xbb\xe2\xcf\xf4\x66\x93\x0f\x2d\x0e\x1e\xb9\x56\xc9\xd3\xde\x15\x85\x43\x92\xcc\xae\x2a\x9c\x6a\x64\x8a\x72\x92\x5d\x8d\x4c\x01\x05\x2a\xe2\x5d\x49\x21\xda\x55\xeb\x99\x43\x35\xb7\x8c\x57\xbb\x12\x9c\xe9\x18\x38\xd5\xd8\x4c\x55\xf6\xb3\xe5\xb9\xab\xb2\x1f\x28\xfd\x6b\x72\x08\x9d\xf7\xc7\x9e\xe7\x96\x2c\x6b\x57\x64\x7f\xff\x9a\xbe\x87\xde\x5e\x46\x7f\x0d\xce\x54\xf4\x41\xb7\x49\x75\x50\x49\x5f\x39\xa8\xef\xdd\x75\xd8\x37\xa2\xe8\x1c\xf4\xbf\xeb\x70\xa4\x63\x78\x19\x13\x32\xec\x2f\x6a\x83\x63\xb3\x76\x55\x6b\x00\xbf\xcb\x98\x90\x61\x7f\xd1\x24\xfd\xfb\xe7\xb2\xe9\x1b\x02\xc3\x1a\x0e\x61\xb0\x68\xbe\x7f\x3a\x95\xc3\x21\xf0\x79\xc8\x01\x26\x94\xfe\xfd\xf3\xb5\xe9\xf5\x32\x86\x15\x0e\x8b\x64\xdb\xee\x3f\xc3\x77\xaa\xfa\x82\x08\x64\x57\xd5\x17\x50\xfa\xf7\x4f\x17\x92\xee\x04\x25\x68\xbb\xea\x4e\x00\xa5\x7f\xff\x74\x54\xf1\x3d\x94\xfe\xea\x27\xd4\xf4\xa1\xcc\x9b\x3e\x01\x50\x8e\x70\xf5\xea\x14\x54\xb4\x1c\xfc\x8d\xbb\xaa\xe5\xaa\x01\x2c\xe8\x36\xb7\x0c\x65\x42\xa1\x90\x78\x57\x8d\xfd\xaa\x96\xe3\x40\xe0\x5d\xd5\x72\x40\xa1\xb6\x6b\x57\x83\x55\x55\x2d\xc7\x76\xe9\x96\xdc\x4c\x28\x64\x2e\xed\xaa\x1a\xab\xf3\xbb\x1b\x43\x50\x3f\x55\xf4\x13\xa9\x4b\xbb\xaa\x9f\xaa\x96\x3d\x5c\x0b\xbb\x6a\xd9\x03\x45\x4b\xa0\x6a\xd9\x57\x35\x0a\x95\x5b\x5b\xca\x33\xa1\x74\x07\xaf\x46\xa9\x86\x75\x12\x81\x5f\x0d\xeb\x54\xc2\x3a\xdd\xc1\x1b\xd6\xa9\xaa\x0a\x48\xcf\x76\x55\x55\x00\x05\x66\xad\x5d\x2f\x1f\xea\xa6\x41\xd6\xfa\xb7\xf2\xae\x97\xeb\x4c\x4d\x82\x09\x57\xaf\xaf\x4f\xb7\x77\xa1\x9f\x97\xeb\x8c\x3d\x85\x9e\x3e\xdf\x75\xa6\xc2\x49\xa5\x93\x0a\xa7\xaa\x70\x7c\x21\x2a\x9c\xaa\x53\xc2\x49\x5b\xbb\xea\x94\x54\x72\x60\x39\x9f\x6a\xd7\xdb\x11\xde\x7c\x51\xa9\xd8\xb9\xfd\xa2\x50\x42\xdd\xf7\xa6\x0e\x02\x7e\x97\xd1\x11\xe3\x4a\x55\xbd\x94\xf6\xc3\x2f\x4a\xbd\x94\x4a\x27\xf5\x52\x55\x2f\x29\xc3\xd4\x4b\x55\xbd\x04\x6b\xec\xae\xea\xa5\xaa\x5e\x72\x15\xa8\x97\xaa\x81\xab\xc4\x31\xae\xba\x3d\x40\x21\x2d\x6c\xcb\x2f\xb7\xab\x7a\x29\x15\x62\xea\x25\xa0\x68\xd5\x55\x63\x59\x55\xbd\x94\x0a\x31\xf5\x52\x55\x2f\x61\xf7\x57\xf5\x52\x7d\x5d\x40\x4a\x27\xd5\x06\x50\xfa\xb4\xc9\xee\xea\x94\xb0\x1f\xbd\x9b\x6a\xa3\x1d\x5f\xdb\xaf\xbf\x4d\xa9\x0e\x14\x18\x9d\x76\x33\x70\xd5\x8c\x48\x51\x75\xbf\xe5\xb5\x13\x0a\xa7\xae\xed\xa6\x2f\xd0\x94\xea\x94\xbd\xee\xa6\x54\x6f\x4a\x75\xb6\x47\x9a\x52\xbd\xe9\x1f\xb0\xf7\xbb\x9b\xfe\x01\x50\xa8\xe4\xde\x4d\xff\xa0\x19\x91\x82\xe4\x66\x37\x23\x52\x8d\xd4\x50\x6d\xda\x46\x6a\xa8\x50\x0e\x8a\x3b\xb7\x6c\x7a\x42\x81\x92\x74\x37\x83\x54\x4d\x6f\x83\xe2\x9a\xdd\xf4\x36\x80\xa2\xe9\x2b\xe9\xde\x6e\x86\x75\xa0\x33\xda\xcd\xb0\x0e\xb4\x7a\x85\x93\xc3\x77\x33\xac\xd3\x54\x4c\xd4\xd2\xec\xa6\x62\x02\xca\xb0\xbb\xdd\xbb\xa9\x98\x26\xf1\x9a\xa6\x62\x02\xca\xc0\xa6\x6c\x2a\xa6\xa6\xb7\x01\x6b\xca\x6e\xaa\x97\x36\x7c\x28\xf3\x36\x7c\xe8\x38\xbd\x8c\xbb\x91\x44\x29\x94\x81\xb1\xd8\x54\x42\xc0\xef\x32\x86\x30\xec\x08\x8a\x49\xbb\xbb\xa9\x98\x1a\x6a\xe3\x98\x48\xfa\xa6\xde\x00\xca\x38\xfc\xa7\x2f\x4b\x71\x0d\x8f\xf7\x6e\x8a\x6b\xa0\x0c\x67\xdc\xb0\x4e\x33\x5e\xc3\xe1\x25\xbb\x19\xaf\x01\x8a\x56\x7c\xd3\x01\x69\xc4\x3f\x0e\x36\x82\x77\x33\x00\x02\x14\x0a\xc9\x77\x23\x17\x71\x37\xac\xf8\x72\xd8\xa6\x19\x0f\x14\xa8\x04\x76\xd3\x8a\x6f\x08\xd8\x42\x49\xdb\x6e\x0a\x58\xa0\x40\xdd\xbf\x9b\x02\xb6\x21\x60\xcb\x81\x2d\xd7\x14\xb0\x40\x81\x6e\x7d\x37\x05\x6c\xdb\xd6\x09\x11\xee\x6c\x1a\xde\x40\xd1\xc3\x68\x06\xeb\x81\x52\x0e\xc2\x88\x8d\x14\x48\xa1\xe8\x61\x34\xe3\xf7\xc0\xef\x32\xfa\x6b\x00\x1f\x28\x7a\x18\x6d\xbb\x7a\xd9\x0a\x2e\x9c\x32\xb2\xdb\xe5\xf4\x5e\x4e\x2f\x6f\xe1\x72\x7a\x2f\x27\x04\x99\xd7\x14\xfe\x40\x81\x5c\x6c\xb7\xcb\xee\x5e\x4e\x08\x52\xaa\x29\xfc\x81\xa2\xbf\xd2\x14\xfe\xed\xf2\xa1\xae\x5e\xe5\x31\x50\xf4\x57\x9a\xf2\xb8\xdd\x4e\x08\x16\x4e\x33\x22\x04\x14\x2a\x06\x77\x53\x1e\xb7\xdb\xe9\xc5\x4e\x69\x8a\xcb\x86\x68\x1c\x4e\xa5\xa2\xb1\xdd\x3e\x14\x5b\xa0\x29\x1a\x81\x42\x69\xfb\x6e\x8a\xc6\x86\x15\xff\xf3\x00\x68\x73\x91\x3f\x8e\x94\x07\x28\x1a\x81\xdf\x65\xb6\xd9\x11\x2c\x7b\x6a\x9b\x77\xd3\xb2\x6f\x8f\x7d\xc3\xd8\x68\xc6\x92\x1a\x39\x38\x03\x23\xbb\x3d\xf6\xed\x07\xa5\x70\x4a\xd0\x6e\xd4\x1c\x08\x65\xf8\x9a\xb5\xec\x81\xdf\x65\x0c\xcb\xf8\x12\x50\x86\xaf\xf9\xf5\x3b\x7d\x7d\x0b\x68\xef\xf6\xfa\x16\x08\x43\x0d\x5f\xb3\x51\xa8\xf6\x3a\x21\x68\xca\xae\x3c\xee\xc5\xf7\x8c\x4e\xe9\xc6\x6b\x3a\xe6\x33\xc9\xb4\xbb\x6b\x3e\x77\xe4\x31\xd5\x6a\x7f\x6a\xef\xae\xb8\x06\x0a\xd5\xe7\xbb\x2b\xae\x3b\x1b\x08\x56\xb3\xed\xee\x06\x42\x47\x5c\x73\x9c\xd6\xee\x8a\xeb\x7e\x56\x2f\xfb\xcd\x44\x3f\xed\x13\x1b\x08\x9c\xe2\xb2\xbb\x1b\x08\x40\xa1\x6e\xec\xf7\x23\x6c\x5b\x5c\xe6\x3f\x7d\xc0\xc9\xa8\xa9\x0c\xdb\xbd\x3a\x6a\xd2\x39\x29\xa2\xdd\x9d\xfc\x9d\xdd\xab\x0f\xc5\x31\xee\x8a\xeb\xae\xb8\x46\x98\x76\xc5\x75\xaf\x4e\x04\x4b\xa3\x57\x47\x4a\x42\xa7\xde\x6d\xaf\x8e\xb4\xfa\x50\xde\x79\x77\x87\xa0\xb3\x43\xc0\x11\x46\xbb\xbb\x43\x00\xfc\x2e\xe3\x6e\x24\x6b\xee\xce\x0e\xb7\x4e\x70\x77\x87\xbb\x37\xe7\xcd\x49\x72\x9f\xba\xb3\x01\x4d\x66\xf1\xee\xee\x3f\xf7\xe6\x43\xf9\x18\xbb\xaa\x04\x28\x3a\xc1\x9d\x94\x9d\xdd\xbb\x23\xc5\xef\xe9\xaa\x92\xae\x2a\x41\x82\x77\x55\x49\xef\x56\xf8\x39\x7a\x03\x57\x1d\x4f\x45\x27\xb8\xeb\xa8\x00\xa5\x14\x3b\x42\xfe\xe4\xee\xaa\x12\x6c\xf5\xae\x2a\xe9\xd3\xbe\xe1\x82\x74\x2d\xd8\xbe\xbc\x8c\x7f\x6a\xc1\x76\xe5\xb0\x5b\xb0\x32\xa4\x0a\x85\x8c\xe6\x2d\x43\xea\xee\xca\xe1\xd3\x77\xaa\x1c\xee\xca\xe1\xe1\x3f\x7d\x0b\x44\x58\xcc\x14\xdf\xdd\x08\x4b\x47\x36\xc3\x9a\xb9\xbb\xa2\xb9\x13\x3a\x31\x55\x7c\x77\x43\x27\x50\xa9\x16\x7d\xe5\xee\xde\x2a\x50\xcc\xef\xde\xdd\xbd\xd5\xae\xb8\xe6\x33\xee\x8a\xeb\xbe\x2d\xe5\x43\x2a\xc8\xc2\xba\x3b\x65\x61\xf0\x9a\xef\xbe\x9d\x37\xe5\xb0\x9b\xa6\x5d\x39\xdc\x95\xc3\x18\xbc\x5d\x39\xdc\x95\xc3\x24\x5c\xef\xae\x1c\xee\xca\x61\x1c\xe3\xae\x1c\xee\x04\x62\x0a\xe7\x02\xec\x6e\x20\xa6\x63\x2b\x0f\xbf\x76\x4d\x65\xa0\x94\xd3\x85\xaf\xad\xdc\x89\xba\xc0\x1d\xb4\xbb\x41\x97\x6e\x85\x17\x89\xcc\xbb\x6b\xdd\x02\x85\x93\xce\x76\xd7\xb8\xed\xca\x3a\x37\x4d\xbb\xb2\x0e\x28\x7a\xe3\xdd\xb8\x79\x57\xec\x90\x97\xba\x87\x62\x67\x58\x2f\x44\xbe\xe4\x1e\x9a\x81\xa3\xd8\x91\xa4\xe9\xb4\xa9\x5a\xca\x18\xb4\x35\xdb\x18\x3d\x96\xe1\x30\xed\x64\x28\x9d\x48\x98\xdb\x43\xf1\x33\x14\x3f\xdf\x03\xe8\xef\xb0\x2e\x97\x5c\xb8\x3d\x4e\xff\xaa\x5c\x99\x36\x0d\x9b\x18\x16\x89\x62\x7b\x68\xcc\x01\x85\x54\xf5\x3d\xdc\x71\x1c\x0a\x0c\xd2\xb1\xf6\x50\x60\x0c\x05\x06\x26\xea\x50\x60\x0c\xeb\x6e\xdc\xb6\x1b\xee\xee\x01\x05\x96\xbc\x3d\xdc\xdd\x83\x6d\xb5\x7c\xf9\x2f\xd2\xad\x0a\x65\x4c\x9b\xbc\xdb\xf0\x6e\xbc\xad\xa1\x27\x0f\x14\x8e\x7d\xde\x43\x47\x1e\xfe\xd0\xdf\x65\xfc\xd5\x9d\xa0\xa1\xd5\xc3\xc6\xf2\xd0\xea\x19\x7e\x94\x6e\x0c\x0e\x3f\x4a\xa0\x90\x48\xbf\x07\x47\xf6\xee\xe1\x47\xe9\xc6\xe0\xf0\xa3\x04\x0a\x99\xf4\x7b\xf8\x51\x8e\xaf\x26\x13\xe1\x3b\x0c\x5e\x0e\xac\x1e\xd8\x65\xf6\xd0\xea\x19\x5f\xb9\x25\x72\x45\x42\x52\xa1\x40\x38\xb2\x87\x5f\xdb\xb8\x7d\x28\x72\x70\xe8\x9b\x01\x25\x30\x51\x25\xf0\xdc\xb0\x62\xfe\x84\x14\x23\x55\x6b\x02\x85\x23\xf2\xf6\x50\x69\x0e\x2b\xf5\x0c\x10\x8e\xd7\xbb\xbd\xde\x8d\xc1\xbf\xde\x4d\x45\x6a\xe4\x6f\xa8\x48\x81\x12\x58\xb2\x92\x61\xee\xe1\x8a\xe6\xf0\x91\x2d\xf5\xe5\x8e\xc3\x21\xd8\x74\xda\x64\x01\x27\xd6\x46\x18\xfc\x02\x4a\x60\xa2\xca\x90\xb9\x61\xa2\xfc\x5d\xc6\x5f\x75\x3b\x02\xb7\x23\x58\xa9\xa1\xdb\x11\x2e\x4b\x43\x1b\xe1\xb2\x04\x0a\x87\xb3\xec\x70\x59\xc6\xf9\x78\x59\xa7\x8d\x4f\x1c\x62\xcb\x12\xe5\x3f\xc4\xcd\x83\x04\xd7\x1d\xaa\x39\xf7\x19\x42\x35\x07\xf1\x65\x81\x93\x6b\x87\x1b\xe1\x40\xf9\xa2\x0b\x41\x95\x82\x50\xc2\xb9\x71\xf7\x24\x9a\xb3\x8f\x7d\x22\x1b\xa6\x50\x38\xa4\x68\x87\x1b\xe1\xe1\xa7\xa2\xef\x2d\x43\xa6\x50\x60\xe0\xd9\xe1\xa7\x12\x96\x9e\xeb\x54\x47\xfb\x9e\xc0\x44\x60\x4c\x86\x19\x5a\xa1\x9a\xd3\x0d\x0e\xd5\x5c\xb0\x11\xce\xd1\xd7\x5b\x72\xcd\x1d\xdd\x77\xc9\x57\x16\xba\x42\x40\x81\x1d\x6a\x4b\xa5\xb9\xc3\xef\xd3\xed\x88\xf0\xfb\x04\x4a\xf8\x7a\xfd\x3e\xc3\xef\x53\x87\x26\xfc\x3e\x81\x02\x57\xf0\x96\x72\x73\x07\x71\xb0\xcf\x05\x09\xe3\x60\x41\x1c\x0c\x22\x94\x1d\xc6\xc1\x80\xf2\x19\xe6\x41\x49\x99\x50\x02\xa9\x23\x35\xa7\x50\x3e\xc3\x3c\x8c\x8d\x01\x85\x43\xe4\x77\xb8\xdb\x13\xec\xf6\x7c\x86\x79\xb8\xdb\x13\xe4\x7b\x71\x3c\xe6\x0e\xf3\xbd\x22\xec\x9b\xfd\xd5\xff\x02\x0a\xb5\x2e\x3b\xf4\xbf\x22\x9d\x10\x57\xad\x9b\x42\x40\x09\x0c\xc7\x30\xdf\x0b\xf6\xcf\xf2\x59\xb5\x61\xb8\x0c\xfa\xcf\x42\x4d\xcc\x0e\x37\xc2\x81\xdf\x65\xde\xcd\x55\x3b\x4f\x2e\x63\x42\xa6\x83\x9f\x16\x28\x63\x06\xc6\x74\x58\x93\x65\x89\xd4\x89\xe9\xb2\x54\xfc\x51\xe8\xb5\x43\xf1\x07\x14\x4a\x59\x76\xe8\x07\x86\xe2\x8f\x4a\xaf\x2d\xe9\xa8\x50\x02\xcd\x17\x8a\xbf\xd0\xd8\xd0\x0c\x94\x88\x74\xc7\xf2\xa1\x36\xf9\x50\xc5\x9f\x16\x99\xe4\xa4\x1b\x26\xd2\x62\xfc\x37\x96\x23\xdd\xce\x1b\x82\x3e\xdc\x80\x09\xac\x08\x03\xbb\xa1\x15\x11\xdb\x87\x62\x43\x85\x1e\x1e\x50\xc2\x07\xe8\xe0\xc1\x6b\xfa\xbb\x8c\x37\x63\x4e\x15\x50\xc2\x07\xe8\x92\x85\x45\xe2\x1c\x43\xb1\xe3\xfa\xfe\xca\x10\x70\xa2\xc2\xed\x9c\x50\xa1\x6b\x80\x84\x0a\x3d\x1e\x87\xc0\x3f\x75\x5e\x42\x99\x1b\x08\xd3\x50\xe6\x86\x32\x17\xcb\x30\x94\xb9\xf1\x55\x47\xe3\xf2\x86\x32\x37\x94\xb9\x6c\x86\x86\x32\x17\xa2\xd4\xdf\x65\x3c\xc1\x60\x52\xb0\xc3\x6d\x98\x38\xdc\xe1\x06\xca\xbf\x8f\xd2\x6d\x09\xa0\x50\x6e\xb3\x25\x54\xdd\xa9\x18\x46\xfa\xc9\x9e\xba\xf3\xab\x73\xe6\x3b\x4d\x6a\x0d\x76\x92\x79\x15\x88\x37\x59\x50\x77\x1e\xf6\x83\x4f\x46\x1a\x54\xa1\x40\x37\xba\xd3\x0d\xee\xd4\x72\x81\xcd\x72\x4b\x8d\x2a\x14\xaa\x6c\xb6\xd4\xa8\x3b\x35\x49\x5c\xe4\x52\x9c\xee\x64\xe7\x3a\xb0\x83\xd2\x9d\xeb\xd4\x23\x8a\xe6\xdd\xb6\x6d\x08\x50\x64\x6a\x1a\xd3\x4a\x8b\x9d\x29\xea\xda\xa9\x97\x04\x14\xc3\xd5\x69\xe6\x55\xea\x38\x51\xd5\xb5\x53\xc7\x29\x31\x70\x0c\x57\xa7\x06\x4e\xaa\x70\x28\xb2\xda\xa9\xc2\x01\x0a\x25\x40\x3b\xcd\xbc\x4a\x15\x8e\xcb\x32\x55\x38\xa9\xc2\x61\x81\xc8\xd2\xba\x53\x3b\xc8\xf5\x96\xda\x41\x49\xe6\x15\x3c\xaa\x3b\xcd\xbc\x02\x4a\x31\xa6\x9f\xa6\x56\xa5\x1a\x85\x90\x6c\xaa\x51\x52\xc7\xe9\x7b\xa7\x3a\x4e\x40\x31\x46\x9e\xcd\xe9\x55\xa3\x7c\x6f\x46\x8d\x92\x6a\x14\xd4\x42\xaa\x51\xb2\x7f\xe5\xf2\x3c\x54\xf7\x07\x28\x9c\xbb\xb9\xd3\xe0\x1a\x50\xfe\x3d\xc1\x2c\x5d\xa0\x18\x71\x97\xe4\x75\xa7\x1e\xd1\xf7\x04\x3d\xa2\xc4\x23\x82\xd8\x7c\x4b\xe9\xba\x53\x8d\x02\x17\xd6\x4e\x35\x4a\xaa\x51\xb0\x46\x53\x8d\x92\x6a\x94\x40\xf1\xa4\x1a\x25\xd5\x28\x58\xa3\xb2\xc1\x6e\x78\x5e\x7f\x97\xfd\xcd\x8e\xb2\xd3\xa0\x5a\xb2\x19\x13\x18\xab\xe9\x5e\x0c\x50\x0a\xb4\x3e\x5b\xba\x58\xa1\x04\x56\x68\xaa\x83\x80\xdf\x65\x4c\x4e\xd8\x4f\xf5\x92\xdd\x54\x2f\x25\x1b\x2f\xc5\x9d\x81\x74\xe3\x05\x28\x1c\x9e\xbd\xd3\x8d\x97\x54\xe1\xc0\xb0\xbb\x53\x85\x03\x14\x8e\x0e\xdb\x69\x7a\x41\xca\x44\x92\x18\x16\x99\x5f\x9b\x43\x60\x5a\x55\x11\xa9\x18\x4e\x3f\x3c\xc5\x30\x50\x12\x63\x35\xf5\xf9\x52\x67\x2e\x71\x65\x53\x67\x0e\x28\x90\x4b\x6f\x29\x6f\x77\x2a\x86\x93\x28\x63\x2a\x86\x81\xc2\x81\x78\x3b\x0d\xc7\xa5\x62\x98\xc2\xab\x9d\x8a\x61\xa0\x70\x02\xce\x4e\xc5\x70\xea\xcc\xa5\x9f\xb6\xce\x5c\x52\x7f\x0c\x4b\xf0\xce\xcb\x79\xbb\x4e\x2f\xe3\x6e\x97\xeb\x0c\x07\xef\x7b\x31\xfa\x77\x29\xf1\x47\xfa\xf9\xe8\xe0\x01\xff\x5e\x8c\x1b\x2f\xa9\xcf\x47\xf1\xd5\x4e\x7d\x3e\xe0\xdf\x8b\x71\xcb\x24\x8d\xbd\xa5\x0b\xde\xd8\x1b\x50\x12\x2b\x25\x8d\xbd\xa5\xf6\xb6\x11\xf7\xd4\xde\x06\x4a\x16\x9b\xec\xc7\xed\xcb\x72\x71\xb9\x2d\x01\x14\x8e\x2a\xda\x69\xec\x0d\x28\x65\x3a\xe5\x26\x68\x01\x85\x43\x48\x77\x1a\x8e\x03\x7e\x97\xd9\x66\x47\xd8\x69\xe7\x40\x81\x2d\x35\xf0\xce\x47\xee\x02\xa7\xdc\x6d\x89\x24\x8f\xeb\x5b\x5b\xe6\x71\xa5\xea\x6b\x3a\x2c\xd5\x17\x50\x20\x4f\xdc\xb2\x0a\xef\x54\x7d\x19\x98\x4f\xd5\x17\xf0\x6f\x09\xaa\xbe\x52\x5f\x60\xfa\x04\x7d\x81\x7c\x7d\x28\xd3\x6b\x1e\x17\x50\xca\x3c\xbd\x9b\x12\x1c\x95\xc6\x09\x2b\x5b\xfa\x61\xe1\x77\x19\x23\x75\x7f\x04\x28\xf9\xfd\xd3\x79\xd3\xb3\x98\x58\xa8\x53\x95\x06\x01\xf1\xaf\xad\xd3\xd6\x6c\xe3\xcd\x70\xb7\xa9\x67\x31\xd5\x38\x14\xa5\x6d\xa9\x82\x85\x92\xde\x4d\x27\x78\x16\x9f\x80\xe9\x22\x57\xb0\x50\x38\x5a\x6e\x4f\xf7\x42\x66\x75\x2e\x31\x36\xa6\x66\xfc\xac\xf6\xd7\xa6\xc7\x26\xef\x86\x08\x9f\x8a\x6b\xa0\x40\xb6\xb8\xa7\xe2\x7a\x2a\xae\xa1\x40\xdc\x53\x71\x0d\x14\xce\x9c\xd9\xb2\x11\xef\xa9\x65\xcf\x69\x22\x5b\xa2\x61\xa1\xa4\xa3\xd2\xb2\x9f\xcd\xc5\x35\xbd\xdb\x6b\x1b\x8b\x0b\xb3\x78\x1a\xfa\x9a\x1f\x0d\x05\x92\x4b\x42\x62\xa1\xb8\x57\x29\x21\xf1\x86\x6a\xf8\x77\x19\x0f\x75\xcb\x64\x52\x54\x01\xcb\xe2\x9e\x16\x55\x4c\x84\xff\xc9\x59\xec\x7b\x2a\xfc\x81\x02\xa1\xf2\x9e\xee\xe5\x4f\x84\xff\x49\x15\xd8\x9e\x0a\x7f\xa0\xb8\x67\x39\x15\xfe\x13\x3f\xe1\xa4\x0a\x6c\x4f\xfd\x84\x39\x7c\x28\xdd\x75\xf7\x1d\x28\xe7\x51\xfc\xeb\xb6\x8d\xc5\x55\xfd\xa7\xfd\xb0\x7a\xf8\x28\xfe\xd5\x8e\xa0\x04\xa8\x8a\xdd\x53\x25\x30\x43\xfe\x0b\x56\xf9\xd4\x77\x98\xf8\x09\x6e\x6d\x4e\xfd\x84\x19\xf6\xcd\x55\xa3\x74\x07\x8a\x7b\x96\x53\xe9\x3e\xc3\x09\x71\x39\x28\xdd\x81\xe2\x9e\xe5\x54\xba\xcf\xfc\x48\x37\xe8\xaf\x7e\xc2\x4c\x1f\xca\xbc\xb9\xad\x0e\x94\xf3\x70\x92\x60\xad\x12\x8a\x7b\x96\xd3\x1d\x1e\xe0\x77\x99\x6d\x76\x84\x94\x5c\x0e\xc6\xd8\xd3\x8c\xdc\x69\xc5\x31\x24\xd6\x7b\xe6\xd7\x91\x87\xcb\x98\x10\x3d\x8c\xb9\x1c\x82\x93\x64\x30\x10\xd2\xe7\x92\xd8\x46\x92\x3e\xef\xb9\x7c\xa7\x84\x16\xa7\x2a\x65\xaa\x52\xb0\x8d\x24\x82\xde\xb0\x3e\x97\xf3\xc0\x26\x91\xf6\x59\x28\xd9\xff\x3e\x91\x72\x4f\x35\xce\xdc\xf6\x29\xbc\xb3\x7d\xda\xf6\x89\xb9\x31\x7c\x38\xad\x96\x3e\xd2\x87\x39\x1c\xb4\x10\x54\xf5\x7b\xaa\x84\xa6\xe5\xd2\x86\xfc\x25\x99\x16\x0a\x15\xc7\x7b\xaa\x98\xe6\xe5\x2b\xf7\x33\xd6\x67\x98\xf8\x07\xea\xd1\xa9\x7f\x30\x2f\xfb\x96\xfe\xd5\xbe\xa9\x71\x86\x0f\x70\xa6\xad\xab\x86\x06\x76\x4f\x23\x8f\x10\x54\x17\x48\x4a\xf7\x34\x8f\x6b\xde\x3e\x14\xa3\x68\x1a\x65\x84\xa1\xba\x70\x7e\xfb\x9e\xee\x97\x03\xbf\xcb\x78\xe5\xee\x97\x03\x9f\x56\x9e\x6e\x00\x4d\x4b\xab\xad\x77\x93\xdc\x7a\x4f\xb4\x50\xfa\x42\x54\x42\x53\xc6\x0c\xc8\xc6\xf7\x54\xe3\x4c\x35\x0e\xca\x7b\xaa\x71\x80\x72\x16\x2c\x8b\xe9\xa6\xd0\x64\x07\x28\x7d\x31\x6e\x00\x4d\x14\xd3\x09\x6d\xe0\x9e\x2a\x26\xa0\x70\x50\xc6\x9e\xee\x97\x4f\x4b\xb5\x8b\xb2\x43\xc5\x34\x55\x4c\x24\x41\xc9\xb2\xbd\x27\x0e\xd3\x09\xbd\xe0\x9e\x3a\x4c\xf3\xf5\xa1\x74\xd7\x3c\x2e\xa0\x9c\xb0\xfd\xed\x69\x1e\xd7\x44\x0b\x69\x31\x4c\x95\xd0\x94\x83\xa3\xa0\xbf\x96\xaa\x04\x3a\xee\x42\x21\xf6\x5e\x7a\x47\xeb\x70\x08\xc4\x18\xa4\xe8\x16\x4a\x62\xe7\x2e\xb3\xb1\x96\x34\x19\x6e\x8f\x2c\xc3\xae\xc0\x67\x58\x2c\xf7\x89\xa0\xda\x2e\xa7\x1b\x1a\xcb\xb8\xd1\xc2\xca\x4f\x16\xcd\xd2\xca\x5f\xd5\x09\xc1\x63\x5a\x6a\x17\xe0\xb3\x3f\x96\x29\xb6\xab\x3a\x04\xa6\x5c\xe6\x6e\xa1\xc0\xb6\xbd\x97\xda\x65\x49\x82\xc1\xc1\x75\x7b\xb9\xb3\x02\x14\x18\x92\xb7\x04\xdf\x7b\x35\xfb\xc6\x94\x2f\xc3\x4b\x8b\xa2\x40\xad\x99\x65\x4d\xe0\x92\xe0\x02\x2e\xab\xbd\xdc\x6c\x01\x0a\x47\xc8\xef\xa5\x5e\x02\x7e\x97\xf9\x57\xfb\x8b\x62\xe2\xb4\xe1\xbd\xd4\x4b\xab\xbb\x90\x9c\x72\x5d\x0b\x08\xc3\x0b\xf5\xea\x7b\x19\x85\x82\x30\xfc\x77\x99\x6d\xf6\x8d\x7d\x7b\x4d\xa8\xe5\xbe\xfd\x52\x09\x15\x27\x49\x25\x04\x7c\x26\xd4\x52\x09\x2d\x89\x8e\x8a\xc3\xd2\xb5\x80\x33\xfc\x33\xa1\x96\x1b\xf2\x40\x39\x2d\xd9\x5b\x66\x8a\xc1\x23\x5e\x26\xea\x4b\x1e\xf1\xbd\xf0\x13\xce\xd3\x8e\xe8\x28\xfc\x3f\x63\xef\x93\xbb\x3b\x8c\x9b\x6b\xce\xb3\x8a\xda\x41\x7f\xa2\xfe\xd9\x40\x21\x93\x1e\x77\xef\xc1\xa6\x6c\x20\x83\x24\x85\xea\x64\xff\x0d\x3d\x8f\xeb\x5e\xdc\x4c\x4e\x0d\x0e\xde\x03\x43\xdf\x4f\x94\x2c\x93\x14\x45\xbd\xbc\xd8\x14\x9c\x98\xaf\xcb\x4d\xc1\xa5\x75\x09\x5c\xd4\x4b\xeb\x02\x14\x33\x25\x2e\x03\x53\x97\xd6\x25\x70\xd2\x2e\xad\x0b\xf0\x39\x64\x97\xd6\xe5\x92\xc7\xc8\x2b\x7b\x97\xd9\x58\x17\x66\xe3\xfc\x1e\x39\x04\xcd\x06\x8c\x41\xf7\xa5\xd9\x00\xca\x89\xcd\xbc\x34\x1b\x17\x51\xa8\xf0\x20\xe8\x32\x0a\x05\x94\x13\x9b\x79\x69\x22\xae\x4b\xd9\x70\x5d\xa4\x4c\xbf\x2f\x22\x3d\x67\xf1\x91\x13\x42\xa4\x27\x60\x4a\xb9\x2f\x23\x3d\xd7\xe5\x5f\x63\x54\xd7\xf7\xd7\x9c\x37\xd4\xf6\xa5\xd9\x00\x3e\x67\xf1\xd2\x6c\x00\xbb\x19\x73\x69\xf0\x1b\xf8\x9c\xc5\xcb\x93\xa6\xeb\x23\x3d\x42\x1f\xcb\xdd\x7e\x5f\x1c\xef\xeb\x2c\x5e\x1e\xef\x03\x25\xbc\x7a\x76\x79\xfa\x04\x7c\xfe\xe3\xa5\x45\x01\x76\x33\x9f\x29\x2f\x56\x86\x32\x67\xf7\xa5\x95\xb9\xd2\x77\xca\x2e\xe9\x72\x77\x02\x94\xd3\x39\x72\x73\x72\x69\x3e\x3c\xe1\xb9\x34\x1f\x40\xa1\x10\xcc\x7d\x19\x71\xba\xd6\xd7\x8c\x4e\x55\xf8\xd7\x72\x08\x8c\x4a\x85\x7f\xbd\xbe\x2c\x17\xb9\xee\x33\x50\x20\x49\xb8\x2f\xbd\xe7\xeb\xe3\x18\xc2\x6b\xbd\xd5\x6f\x40\x39\xf1\xdb\x6e\xe8\xf1\xee\xfb\x27\xdd\x12\xf2\xde\x7a\xcf\x40\x39\xd9\x49\xde\x7a\xcf\xf7\x4f\x5e\x23\x1c\xc8\xdb\x50\x0f\x50\xce\x7f\xa2\x9c\xf4\x7d\xc3\x44\x21\xec\xbf\x72\xf0\xec\xf5\xd9\xcb\x5f\xd9\x83\xbe\x8d\x17\x01\xbb\xd9\xc9\x33\xe5\xe4\xf4\xeb\xc4\xb1\xb9\x3d\xfd\xba\xf1\xe8\x83\x6b\xf0\xf7\xad\x47\x0f\x14\xea\x6c\xdf\xb7\x1e\xfd\x4d\xbc\x28\xbc\xca\x75\x1b\x30\x02\xca\xa9\x1c\xc6\x8b\xee\xe2\x7c\xe1\x00\xdd\x3a\xfe\x40\x39\x95\x43\xc7\xff\x26\x10\x14\xde\xfe\xbe\x8d\x04\x01\xe5\x54\x0e\x4f\x23\x80\x12\x5e\x9d\xbe\x3d\x69\x07\x0a\x15\x84\xef\xdb\x78\xd1\x5d\x9d\x7d\xdc\x83\xdb\xe0\xd0\x4d\x24\x88\x5a\x15\xf7\x6d\x20\xe8\xd6\x6c\x78\xef\xf8\xd6\x6c\x00\x05\x16\xf0\xfb\xf6\x54\xfd\x96\x13\xa9\x62\xd0\x6f\x8f\x1b\xee\xbd\x11\x29\xe6\x45\xdd\xd5\x19\x97\xee\xc8\x7b\xc7\x92\xfb\xdf\x30\xf9\x17\x78\x2a\xee\xdb\x53\xf5\x5b\xbe\x23\xaf\x99\xdd\x4d\x41\xb0\x11\xa7\x83\xd7\x44\x00\xbb\x19\x73\xe9\x11\x04\x50\x4e\xbc\xbf\x5b\xb3\x71\x6b\x0f\xbc\x8d\x76\x6b\x0f\x80\x72\xa2\x27\x6e\xcf\xe8\x6f\x89\x91\xbc\x8d\x66\x49\x81\xfb\x66\xa3\xe2\x56\xeb\x76\x9f\x72\x77\x87\x80\x75\xb1\xcc\x80\x50\x4e\xdc\xbb\xdb\x33\xfa\x5b\xb3\xe1\x39\xdf\xad\xd9\xb8\x35\x1b\xa8\x93\x5b\xb3\x71\x0f\xd7\x1b\x51\xaa\xdb\x1d\x08\x50\xcc\xd9\xba\x3d\xa3\x07\x4a\x78\x7f\xec\x36\xdd\x0b\x28\xe6\x6c\xdd\x5a\x92\x7b\xb8\xde\xb0\x5f\xb7\x3b\x10\xa0\x9c\xbe\x66\x37\x20\x37\x6a\x38\xbc\x66\x7b\xab\x87\x81\x72\xe2\x05\xde\x7a\xef\xb7\xaa\xd9\x1b\x91\xb7\xaa\xf9\x56\x35\x0f\x1f\x7d\x7f\xed\xb5\x19\x7f\xcd\x7c\x5a\xa0\x50\x6a\xff\xb6\x7c\xc2\x7d\x73\x54\x19\x1e\x55\xde\x1e\x55\x02\x85\x92\x1d\xf7\xed\x51\xe5\xad\xa2\xf7\x86\xda\xad\xa2\x07\x8a\x69\x67\xb7\xb1\xa4\xdb\xfd\x41\x73\x58\xee\x0f\x6e\x15\x3d\x1e\xea\xad\xa2\xbf\x75\xfc\x9b\x82\xe8\xf8\x03\x05\x82\xec\xfb\xd6\xb3\xbf\xc9\xe3\x8a\x86\xd3\x73\x9b\xc7\x05\x94\xd3\x75\xaf\x52\xbf\x6f\x47\x8a\xd3\x73\xeb\xc6\x03\xe5\x74\xdd\xeb\xc5\xdf\xaa\x66\xaf\x24\xdd\xaa\xe6\x5b\xd5\x6c\x07\xaa\xe6\x5b\xd5\xec\x25\xa2\x5b\xd5\x7c\xab\x9a\xfd\x3c\x54\xcd\x77\xda\x29\xbe\xdc\x6d\x90\x08\x28\xa7\x72\x18\x24\xba\xf1\xe2\xa3\xb1\xf3\xbe\x75\xe3\x81\x72\x4e\x1f\x29\xc7\x6b\xa7\x38\x42\xb7\xa1\x93\x9b\xd0\xc9\x89\xee\xbf\x0d\x9d\xdc\x2a\xfa\xae\xba\x56\xd1\xdf\x2a\x7a\xbf\x49\x15\xfd\xfd\xca\x25\xc6\x36\xfb\x36\xf2\x0f\x94\x93\x6f\x52\x66\x71\xa1\x9c\x7c\x7f\xa9\xee\x97\x6c\x3c\xbc\xa4\x20\xdb\xb8\x50\x4e\x3c\x65\x98\xc7\x37\x4c\x9b\x4d\x9e\x1d\x3e\x43\x5c\x66\x37\x3d\x20\x90\x6e\x3c\xbc\x56\x20\xdf\xf8\x9d\x9a\x08\x3e\xd3\xd4\x06\xa4\x36\x80\x52\xad\x77\x6a\x03\x52\x1b\xc0\x67\x2a\x2d\xb9\xb0\x9b\x35\x9e\x29\xaf\x36\x80\x97\x60\x45\x8d\x3b\x8b\xd4\x6d\xa8\xc1\x34\x03\x22\xb5\x01\xf8\x8a\xd2\x97\xdf\x59\x3e\xd9\xfc\xa9\xb2\xa1\xf0\xa9\x8d\x72\xcb\x5f\x7e\x43\x56\xbe\x9b\x31\x49\x1e\x10\xc0\x50\x5e\x60\xb7\xb9\xd3\x03\x02\xa0\x44\xef\xfe\x74\xfa\x6c\xfe\xeb\x5f\xe2\x87\xaf\x98\x9e\x19\xa4\xa6\xc2\xdb\x07\xa9\xa9\x00\xe2\x87\xaf\x98\x9a\x0a\xf8\xce\x77\x33\x86\xe0\xa1\x01\x10\x3f\x9c\x56\xc9\xcf\x6f\x08\xcf\x77\x33\x04\x31\x4f\x0b\xf6\xf3\x2f\xe6\x22\xfb\xf9\x9d\x5a\x14\xef\x0b\xa4\x16\x05\xf8\x62\x2e\x69\xda\x45\x6a\x51\xfa\xf8\x73\xd5\xcb\x5b\x12\x75\x21\x7e\xe8\xab\xd4\xe0\xa4\x1b\x10\x0f\xd3\xe5\x47\xbf\xe1\x44\x8f\x1f\x6e\x6e\xba\xd9\x00\x4a\x98\x8b\x9f\xee\x36\x72\x1b\x9c\xf8\xe1\xe6\xa6\x06\x27\xb5\x24\x9d\x2f\xca\xfa\x25\x42\x98\x77\x9a\x5a\x12\xa9\xd5\xc3\x24\x7b\xb9\xd5\x6f\x88\xd4\x83\x02\xba\xb7\x44\xea\x77\x36\x65\xf3\x1b\x30\xe4\x05\x7c\xe1\xa2\xd4\x92\xc8\x78\x1e\xdd\x05\xef\xfe\x00\xf8\xc2\x45\xe9\xa1\x45\x1a\xa6\x31\x7f\x3b\x0d\xd3\xe4\xc1\x10\x70\x7d\x53\x7f\x3b\x55\xea\xe6\x32\xa6\x4a\x1d\x88\x1f\xae\xaf\xe4\xe2\x77\x12\x92\x09\x4f\x7d\xd3\x98\x0c\x84\xe3\xf1\x0b\x7f\xa9\x1c\xc7\xc7\xc6\xc7\x02\x3a\x3e\x41\x1e\x9a\xf9\x4b\xbf\x1e\x2e\x49\x84\x09\x89\x52\x8e\xdf\xd0\x8c\x7f\x31\xaa\xf4\x20\x18\x28\xe1\xe1\x70\x9e\xae\xda\x93\x55\x1b\xfe\x52\x71\xb9\x38\x1d\x03\x37\x25\xbd\x39\x9d\xe7\x45\x33\x26\xc4\x2b\x81\xd0\x91\xef\x66\x08\xe2\xe1\x30\xdc\xe4\x5f\x28\x4b\x6e\xf2\x3b\x35\x38\xde\x80\x4b\x0d\x0e\x10\x3f\xe7\x48\x83\x93\xd7\x27\x1b\x93\xe4\xfd\x3f\xa8\xcc\xe3\x87\x4f\x9b\x1a\x9c\x74\xcb\x40\x85\xd3\x3b\xdd\x32\x40\x49\x1e\xa6\xf5\xa6\xdb\x03\x60\x37\x43\x10\xf7\x07\x79\x33\x21\xce\x91\x67\xc8\x69\x28\xc9\xac\xbe\xd4\xf1\x87\xa0\x3c\x7e\xd5\x5f\x3a\xe3\x1a\x1c\xf3\xf0\x52\x83\x03\x84\xd9\xbf\x92\x96\xdf\xa9\xc1\x31\x0f\x4f\x8a\x72\x21\x7e\x4e\xa5\x06\x47\xa6\xf1\x80\x5a\xf4\x96\x6a\x5c\x88\x9f\x53\x69\x3c\x08\xd8\xcd\x10\xc4\x4c\xb4\x5c\x8c\x54\xc5\x69\x26\x1a\x24\xe5\xbb\x19\x43\xf0\x08\x02\x08\x73\x89\x65\x29\xbf\xa5\x24\x0f\xaa\x21\xde\x72\x92\x0b\xf1\xf3\xc5\x98\xb0\x96\xcb\x09\xc1\x18\xa6\x71\x23\x20\x28\x6b\x79\xa7\x61\x23\x69\xbd\xc3\x24\x36\x79\xbd\x6f\x48\xbc\xe3\xe7\xfb\x33\xe6\x92\x5a\xb9\xc9\xee\x36\xb5\x72\x40\xc0\x8c\x75\xa7\xc9\x42\xa9\x95\x33\xe5\x47\xb2\x6f\x21\xcc\x73\xce\xf7\xeb\xf4\xb5\xd9\x96\x4d\xb6\xef\x7b\xb9\x77\x31\xe5\x46\x6e\xef\x1b\x22\xef\x80\x2d\xeb\x96\xc8\x5b\x28\x61\x92\x8c\x4c\xde\x42\x50\xfe\xef\x5e\x9a\x34\x60\x37\x0b\x9e\x9d\x3e\x43\xfd\x74\x3b\xb8\x7c\xa4\x20\x7c\x5a\x72\x79\x0b\xf1\x63\xbd\xc9\xe5\x7d\x2f\x0d\x13\x35\xce\xee\xa5\x61\x02\x02\x8a\xae\x7b\x19\x23\x5a\x5a\x1c\x33\x4c\x96\x16\x07\x08\xca\xfa\xdf\x2b\xbe\x66\x4e\x12\x6f\x4b\xbe\x6d\x21\xa8\x57\x72\x2f\xcd\xc6\x52\x1f\x4f\x47\xaf\x3e\x06\xe2\x87\x4f\xb9\x0c\x08\xc9\x75\x1d\x1e\xfb\x4a\x76\x7d\x2f\x15\xed\xf0\x91\x23\x55\xd1\x7a\x4c\xbd\x54\xb4\x40\x98\x0c\xbe\xf4\xe2\x97\x8a\xd6\x63\x6a\x29\xae\x85\x80\x65\xec\x96\xe2\xfa\x5e\xfa\xe2\x1e\x22\xcb\x5e\x7d\xc3\x58\x1d\xe6\x8c\x2f\xcf\x11\x3e\x12\x6a\xcf\x78\x65\xa1\x16\xe2\x87\x17\xb8\x3c\xf6\x5d\x1e\x10\x78\x18\xb9\x3c\x20\x00\xbe\xf8\xf2\x32\x91\xe8\x23\x85\xf6\x2a\x97\xac\xd0\x37\x4c\xd0\xf1\xc3\x0b\x5c\xde\x6d\x5b\x6a\x77\x0f\x5b\x96\xda\x1d\xf8\xe2\xcc\xcb\x64\x9d\x65\x34\xc5\x53\x94\x65\x34\x05\x7a\xe8\x30\x03\x7d\xa9\xc9\x97\xbe\xb8\xc7\x23\xb2\x40\xdf\x30\x3f\xc7\x8f\xcf\x79\x79\x83\x1b\xd8\xcd\x18\xbd\x09\x3c\xc0\x17\xb5\x5e\x6a\x72\x60\x37\xf3\xa7\x0a\xa2\x76\x3f\xca\x9f\x8d\xf7\x52\xf9\x2f\xb5\xba\xe7\x1d\x4b\xad\xbe\xd4\xea\xbe\x37\xb5\x3a\x50\xc2\x83\x0c\xa9\xa9\x85\xf8\xa1\x14\x96\x99\x41\x4b\xad\xee\x41\x86\xdc\xd4\x42\xfc\x7c\xbd\x6a\xf5\xa5\xba\x86\x08\xf4\x5e\xaa\x6b\x20\x28\x70\x73\x2f\x23\x3c\x1f\x5f\xb5\x31\x72\x09\xab\x85\xf8\xa1\x62\x96\x87\xc8\x1f\x31\x34\xe5\x9a\x6f\x99\xa1\xef\xa5\xae\x3b\x7c\xe4\x48\xd5\x75\x06\x23\x97\xba\x6e\xa9\xeb\x88\x98\xac\xf5\xfd\x35\x47\xca\x66\x4e\x52\x69\xe1\x0b\xb8\x4b\x2a\x7d\xaf\x8f\x6b\x14\xbf\x6e\x19\xae\x06\xe2\xe7\x0a\xf5\x68\x75\x71\x66\x1a\xc6\xde\x96\x67\xa6\x40\x50\x58\xe7\x5e\x9e\x99\x2e\x35\xe7\xc9\x01\xe9\x52\x73\x02\xf1\x63\xcb\xb0\x4c\xf9\x59\x6a\x4e\xc3\x60\xd2\x4f\x0b\x21\xab\x9d\xe5\xbc\xee\x8f\x45\xfa\x24\xc2\x23\x8d\xb4\xf0\x1d\x06\x3c\x7a\xf9\xb0\x49\x97\x30\x38\xf4\xe8\xd2\x03\xdf\x61\xc0\xa3\xe2\x04\x76\xb3\xca\xb3\xee\x33\xa6\x17\xdf\xf7\x51\x99\x7e\xdc\xd2\x67\xb5\xd3\xf4\x19\xf6\x8b\x6c\x04\x99\xa4\xef\x47\x2d\x69\x4c\xe4\x51\x4b\x02\xdf\x61\xc0\xa3\x96\x7c\xd4\x92\x06\x3b\x64\x9c\x16\xa2\xfc\x7c\xa4\x1c\x86\x70\x0c\x76\x3c\x86\x70\x9e\xb2\x68\x86\xb8\xe6\xf7\x00\x25\x0c\x4f\x3c\xe5\xf5\xd9\x4b\x33\x7e\xa9\x97\xff\xd1\x3d\x1b\x9e\x90\xef\xf9\x86\xe3\xf9\x3b\x5a\x78\x74\x47\x1f\xb5\x24\x65\x5d\xef\x47\x2d\x09\x04\x45\x89\xee\x47\x0f\xf5\x51\x4b\x9e\xac\x1a\xe9\x9d\x85\x28\x3f\x7f\xb9\x7c\x24\xd1\x2c\xef\xf9\xd1\x45\x05\xc2\xeb\x1e\xb2\x40\xdf\x8f\x81\x0d\x28\x37\x6f\x09\x9e\x6f\xd8\x9c\xa3\x60\x20\x65\x73\x16\x4a\x75\xbb\x21\x9d\xb3\xf0\x1d\x7b\x3c\xea\x57\x60\x37\xf3\xa7\xca\xdb\x6f\x9a\x21\x87\x21\x72\x68\x9d\x77\x33\xe6\xcd\x43\x59\x38\x9e\x43\x0a\x42\x39\x9e\xef\x07\xd5\x5c\xdd\x01\x3c\xaa\x66\xe0\x3b\x1d\x91\xf7\xf9\x86\xe4\x79\x37\x63\x92\x54\xcd\x40\x78\xc7\xe4\x51\x35\x4b\xfc\x5c\x7f\x0e\xcb\x50\x3a\x10\x94\x1f\xba\x1f\x8f\x73\xa1\x79\xde\xcd\x90\xcd\xe8\x3a\xe4\xcd\x41\xfd\xa1\xfb\x31\xba\x0e\xec\x66\xc8\x6b\x2a\x28\x25\xea\xa2\xf8\x79\x78\x76\x0b\x93\xf3\x6e\x86\x6c\xd3\x1e\x26\x0b\x29\xfc\xa5\x2f\x66\xda\x29\x36\xfe\xd1\x6c\x00\xe1\x8d\x95\xc7\x1c\x4f\x18\x9f\x77\x33\x5e\x96\x66\x03\x88\xe2\xc7\xa6\xd9\x80\xf2\x79\x37\xa3\x53\x43\x38\xf0\x3c\x47\xc1\x44\x3c\x7a\xf6\x40\xa9\xba\xa8\x8f\xae\xfd\x83\xd9\x28\x7e\x6c\x9a\x0d\xca\xe0\xed\x66\xbc\x05\x7d\xf6\x67\x2b\xf4\xef\x54\xe9\x31\xc7\xf3\xb9\x6c\xe6\x97\x65\x08\x07\x08\xea\x10\xdd\x8f\x1e\x35\x24\xce\xa5\xea\x08\x3d\x06\x36\x60\x74\x8e\xe2\xa7\xab\x9f\xf9\x2c\x47\xea\xb2\x54\xf7\x02\x51\xec\x40\xd7\xf3\x59\x2e\x4b\xf5\x8a\x37\x81\x21\x80\x0e\x2f\xdd\x3c\xea\xde\x67\xd9\xa9\x0a\xc3\x54\x17\x20\xbc\x74\xf3\x78\xee\xf8\x70\xc8\x58\xbf\x8f\xd2\x43\xc6\xe7\xe1\x9d\x36\x1f\xf9\x4e\x39\x3d\xac\xdf\x47\xe9\xe9\x21\x10\xd4\x2c\xba\x65\x7a\xbe\x21\x59\x2e\xd5\x85\x2f\xcb\xb2\x50\x6a\x41\xe7\xbd\xaa\x4b\x20\x0a\x36\xeb\x35\x26\x02\x01\xf3\x6e\xe6\x4f\x0f\x9f\x31\xe5\xec\x44\x5e\x3d\xc3\xb7\xd8\x8c\x89\x7b\x8d\x47\xbf\xc5\x66\x74\x50\xbe\x66\x97\x5c\xc2\xff\x44\xdc\xfc\x35\x54\xf1\xaa\xeb\x88\x10\xbc\xea\xba\x7f\xb0\x1b\xfb\x4c\x57\x0f\x4a\xe3\x90\x73\xf3\x75\xeb\xfd\x0f\x7a\x63\x94\x98\xfc\xc6\x42\x50\xc6\xe8\x7e\xcd\x2c\x81\xf2\xb8\xd4\x82\x12\x93\xf3\x58\x08\xea\x18\xdd\xaf\xba\x0e\xce\xe3\xdd\x8c\x89\xd0\xd5\x83\xe8\x38\x28\x64\x74\x5b\x95\xef\x7e\xbb\x4c\xc2\xa8\x9d\xd7\x50\xec\xab\x12\x1b\xfe\x92\x17\xf7\xb2\x6f\xad\x54\x5b\xbd\x5f\xbd\x1d\x20\xa4\xe6\x94\x24\xf8\x7e\x65\x7b\xf4\x90\xe5\xd5\x8b\x00\xa2\x7c\x8f\x7c\x6f\x69\xa7\xd8\xdb\xd7\xcd\x16\x10\x94\x3c\xba\x5f\xb3\xc2\xfe\x41\xc4\x5b\x6c\x96\x3e\x63\x7a\x71\x2c\x5e\xf7\x5f\xaf\xdf\x45\x45\xb1\xbd\x7e\x17\x40\x14\xfc\xcb\xd7\x80\x9f\xe4\xbc\xb5\xa2\xb1\x24\xe7\x15\xbe\xb3\x5b\xc9\x79\x6f\xc9\x79\xab\x67\x31\x92\xf3\x0a\x41\x71\xa4\x5b\x72\xde\xfb\x5d\xb2\xff\x56\x7f\xfa\xfa\x0c\xfb\x85\x1b\xfa\xfa\xa9\x00\xbb\x99\xcf\x14\xe4\xe1\x2d\xe0\x86\xbe\x9e\xd1\xcb\x97\x5b\xe1\xcd\x4b\xf9\x72\xf3\x57\x15\x64\xf0\x8c\x83\x65\x21\xa8\xac\x94\x3f\x0e\x96\xf3\x27\x91\x35\x44\x83\xf9\xc3\x7f\x17\x3c\x44\x4e\x68\x5b\x37\x4c\x19\x81\x6d\x76\xf8\x8c\x55\x33\x27\x8f\x4e\x1f\xd1\x29\xcc\x6e\x09\xf9\xea\x07\x41\x09\xa6\x94\x82\x35\x7f\x5a\x21\x2a\x81\xe5\x6f\x28\xef\x70\xca\x4f\x1e\x29\x87\xe6\x05\x2e\xb6\xfc\x0d\x3b\x1d\x7c\x65\x07\x1d\x60\x4a\xf2\x63\x43\x85\xc8\x2c\xa5\x43\xcd\x9f\xda\x74\x3b\xbc\x29\xf5\x69\xfe\x5c\x83\xf0\x13\xe5\x8f\x35\x28\x78\x24\x9d\x3f\xd6\x60\xca\x90\x5a\xfb\xcf\xbf\x66\xa7\x27\x23\x3d\x98\xb7\xd3\x91\x12\x14\xa9\x30\x0a\xe5\xef\xb2\xd3\xcb\x4e\x7d\x64\xa7\xb2\xa1\x72\xdb\x26\xa5\x43\x15\x3c\xe0\xce\xdf\xa5\x1c\x97\x04\xc2\x05\x41\x2e\x05\xb9\x58\xd1\x07\x13\x72\x0d\x1f\xdd\x36\x43\x90\xcb\xe9\xbd\x58\xd1\x27\x13\x42\x96\x8e\x50\x2a\x04\x3a\x09\x83\xea\x5f\xf3\xe7\x67\x74\x32\x21\xb7\xd3\x7b\x2b\x5b\xf8\x4c\xd9\xee\x41\x33\xe4\x20\x30\x9f\x52\x9f\xd6\xee\x0a\xb9\xed\xf4\xb6\x53\x86\x70\xdb\xe9\xfd\x75\x8a\xbc\xb7\x9d\xe6\x9e\x10\x4e\xd5\xf3\x97\x4e\x48\x7e\x54\xc9\x3e\x73\xa4\x7c\xbb\xe1\x8c\xa7\x23\x4d\xdf\x42\xf5\x99\x6f\x21\x4f\x9a\x21\x47\xfa\xea\xfd\xc4\xa1\xe3\xc9\x5f\x2a\xdb\x86\x08\x5f\x4c\xba\xde\xfc\xc4\x09\x6b\xa7\x44\xaa\x82\x67\xf4\x09\xa9\xea\x06\x3b\x6d\xc8\xb6\xec\x74\xd9\x29\x23\x5d\x76\x4a\x1a\x4e\x25\xc2\x9c\x3f\xd2\x70\xf2\xb7\x3f\xeb\x80\xa4\x37\x7f\xcb\x09\x79\x5c\x6f\x8d\x9f\x3e\xbe\x67\x6c\x5a\xb8\x1a\x1e\x47\xfa\xd8\x69\x67\x58\x8f\x9d\x6e\x88\xf0\x35\x3f\xae\x37\x4d\x5f\xf7\x5b\x78\x1c\x29\xa6\x8f\xda\x45\xf9\x7b\x1c\xe9\x6b\xa7\x9d\xb7\xf0\xda\xe9\x6b\xa7\x88\xfb\xda\x29\x89\x33\x15\x3a\x97\xfc\xbd\xbe\xe7\x0d\x01\x97\x6f\xfe\x5e\xe5\x78\x3f\x26\x6a\x7f\xaa\x20\x2f\x13\x12\x8c\xf4\x75\x42\x54\x3f\x7d\x6b\xd5\x94\xe4\x55\x08\x28\x7f\xb3\x60\x6e\xb3\xfc\x94\x6d\x6b\xae\x2c\x6c\x45\x04\x93\x16\xb2\xb0\x13\x49\xe9\x61\x6b\x47\xaf\x48\x0f\x2b\x98\xb4\x90\x50\xc5\x6e\xb0\x53\x34\x81\xbc\xaf\x42\x70\x7b\x35\xe5\x7d\xcd\xf2\x51\x73\x1f\xfc\xb5\x62\x0f\x85\x09\xd9\xbe\x5c\x16\xb2\x75\x12\x0e\xd7\x52\xe1\xf6\xc8\xc2\xb6\x23\x4b\xf8\xd7\xfe\x4c\x6f\x9e\x25\xec\x2c\xfc\xa2\x4e\x3a\x83\xef\x35\x0b\x21\x1e\x88\x83\x13\xee\xd7\x0f\x76\xb3\x93\x67\x0a\xc0\xa1\x02\x95\x89\x52\x0a\xd8\x94\xef\xb5\xc2\x91\x91\xf2\xbd\x26\x1c\xaf\x11\xac\xf7\xc2\x69\x81\xb0\x9b\x31\x6a\xae\xb9\x65\xe1\xb4\x80\xaa\x43\x59\x38\x2d\x48\x29\x60\x2b\xac\x16\x29\x07\xac\x10\xd4\x18\x4a\x39\x5e\x85\xdd\x0c\xd9\xaa\x82\x54\x5e\x79\x63\x08\xa4\x2d\x65\xd1\xba\xc0\x43\x91\x45\xeb\x02\x04\x55\x86\xb2\x68\x5d\xa4\x87\xad\xdc\xee\x4a\xe9\x61\x85\xa0\xcc\x50\x42\x15\xbb\xc1\x4e\x59\xf0\xf2\xbe\x26\x5c\xaf\x41\x9d\xa1\x2c\xcd\x4e\x3f\x8e\x72\x57\x0b\xf9\x48\x59\x38\x0e\xe0\x7e\x6e\x96\xe6\x84\xb0\xb1\xb2\xb4\x72\xca\xfb\x9a\xf0\xbe\x06\xdc\xc7\x29\xef\x6b\x96\x8f\x55\x1c\x85\x25\xef\xab\x10\xd1\xe9\x40\x93\x26\xef\x6b\x1d\xbe\x40\x4d\x1a\x10\xdc\xf6\x4d\x79\x5f\xb3\xb8\x63\x22\x80\x9f\x65\xd8\xe9\xb0\x53\x1f\xd9\x29\x89\x46\x75\x38\x97\xc3\x29\xc7\xa4\x51\x47\x28\x8b\x26\xad\xb8\x15\x22\xe4\x9e\x65\x3a\x6f\x93\x79\xe3\xcb\x2e\xd3\x79\x9b\x76\x8a\x8a\x29\xd3\x4e\x27\xeb\x6d\x30\xd2\xe9\x7a\x9b\x8e\xb4\xd3\xe9\x74\xa4\x93\x91\x0e\x1f\x39\x52\x39\xca\x87\xf2\x1e\xfe\x94\x83\x0f\x6a\x09\x65\x39\x1c\x82\x7b\x1c\xa8\xd8\x52\x92\xd7\x84\xc4\x35\x28\x26\x94\xe5\x70\x09\x6a\x95\x21\x4f\xcb\xa2\x55\x06\xcc\xa1\x49\x08\x5f\x37\x38\x84\xc9\x4f\xb5\xca\x40\x04\x5a\x47\xde\x57\x61\x37\xf3\xa7\x0a\x72\xb2\x7a\xd5\x3a\xa7\x53\x79\x2a\x9b\xba\xe3\x54\xb6\x93\x15\x32\x98\xb7\xd3\x15\x72\xfa\xc9\x1c\xca\xa6\xbc\x1b\x82\xba\x43\x59\xb4\xe7\xc0\x6e\x86\x6c\x97\xf2\x62\xe3\xc3\x51\x69\xe3\x8b\xc6\x9b\x58\x7a\x16\x8d\x37\x10\xe1\xa8\x34\xde\x92\xcd\xd6\xa1\x26\xba\x7c\x0b\x17\xaf\x5e\x8d\x78\xf9\xea\xb5\xf1\x94\x1a\xcb\xa2\x8d\x07\x22\x1c\xfc\xe5\x7a\xd3\x55\x1e\x2a\xac\x5b\x79\xb1\xf1\xe1\xe0\xb5\xf1\x45\x8e\x72\xee\x61\x67\xb9\xfd\x29\xc6\x9b\x52\x45\x59\x34\xde\x85\x13\x8d\xca\x45\xe1\x2c\xe9\x5b\xe0\x44\x23\x70\xc8\x8a\x86\xba\x68\x95\xa7\x9f\xb3\x56\x19\x88\x50\x0d\xa7\x0b\x49\xab\x3c\xfd\x9c\xb5\xca\x45\xab\x7c\x20\xae\x56\x59\x22\xdc\xca\x75\xb7\x94\x08\x57\x88\xf0\xc5\x2c\x3b\x75\xa7\x39\x55\xd7\xcb\xf7\xbc\xec\x94\xe9\x5d\x76\xea\x4e\x93\xcb\xa5\x29\xeb\xad\x10\x14\x3f\xca\xf2\x38\x21\x5a\xe5\xe9\x77\xaa\x55\x06\x82\xea\x47\x59\x1e\x3b\xd5\x2a\x4f\x35\xa8\x56\xb9\x68\x95\x7d\x7f\x5a\x65\x89\x70\xeb\x54\x83\xbe\x76\xfa\xb2\x42\x70\xef\xca\xeb\x0a\x81\x96\xb0\x4e\xb5\xd4\xab\x5d\xd8\x60\x6a\x57\x16\x0d\xb5\xa4\xb7\x75\xfa\x39\xbf\xce\xdb\xcb\xcb\xf2\x35\xbf\xbe\xac\xf7\x63\xff\xdf\xf2\xca\x70\x2b\x04\x3b\xa2\x0c\xcd\xad\xa4\xb7\x95\xfb\x8a\x29\xe9\xad\x10\xd4\x53\xca\xd0\xdc\x42\x60\x5b\x2a\x17\x11\x13\x1a\xdb\x0d\x76\xda\x79\xf4\xf8\xe8\xb1\x99\x7f\xed\xf5\x19\x9f\x0c\xd6\x2e\xb4\xc0\x61\xc1\x8c\xc9\xd7\x16\x9a\x60\x20\xe0\x71\xcf\xe0\x2c\x3f\x25\xb8\xad\x5c\x5a\x4b\x19\x6e\x13\x36\xdb\x80\xc7\x3d\x65\xb3\xcd\xd0\x2a\x73\x65\x2f\x43\xab\x0c\x44\xc5\x8b\x0f\xf2\xb9\x32\x8a\xb2\x4d\x7b\x50\x36\x8c\x77\xfd\xfd\xf9\xd0\x3b\xe5\xc4\xcd\x08\x65\x62\x25\x87\x26\x38\x38\xc3\xa7\x2c\x52\x46\x28\x53\x58\x2d\x81\x65\x10\xa4\x7b\x09\x41\x5d\xa4\x0c\x0d\x35\xb0\x9b\x21\x53\x28\x27\xc6\x1b\x0a\x87\x0c\x8d\x77\x68\xbc\xb9\x35\x97\x11\x9f\xe8\x2f\xcd\xf8\x65\x75\x5a\x2d\xbc\x34\x59\x2d\x51\x95\x77\xdb\xf5\x80\xe9\x21\xe1\xf3\xfd\x60\x37\x63\x72\xaa\xaf\x9c\x8c\x00\x6a\x23\xa5\xb4\xbe\x19\x9a\x5b\x0e\x5e\x32\x34\xb7\x40\x40\x08\x91\x41\x08\x20\xc3\x10\xc0\xe1\x4f\xbb\x82\xb0\x35\x64\x4b\x9d\xe1\xd6\x30\x34\xb7\x5c\x05\xca\xd0\xdc\x02\x01\x53\x7d\x46\xb7\x53\xcd\x2d\x57\x81\x52\x92\x60\x21\x2a\x0e\xac\x24\xc1\x29\xfb\x6f\xe5\xa2\x4e\xca\xfe\x2b\x04\xc5\x96\x52\xf6\xdf\x0c\xae\x07\x56\xce\x67\x32\x86\x3d\x60\x6e\xab\x72\x68\x6e\x83\x04\xad\xca\xbd\x94\x8c\xe1\x9b\x19\xbc\x05\xfc\xdc\x18\xbe\x05\xcd\x2d\x77\x3f\x32\x34\xb7\x40\xb0\xdd\xcf\xd0\xdc\xca\x25\x5c\x39\x32\x49\xb9\x84\x85\xa0\x2c\x53\x86\xe6\x56\x2e\xe1\x7a\xe0\xba\xc8\x25\x9c\xf0\x07\x47\x75\x54\xd3\x4e\x27\xaf\x1e\xea\xb8\x8c\xe9\xab\x9f\xbc\x7a\x54\x5d\x1c\xca\x61\x81\x11\xee\x57\x64\x1c\x0a\xc2\xb9\x16\xa4\xfb\x19\x87\x6f\xe1\x70\x7a\x31\xde\xf0\x0f\x6f\x60\xf5\xa2\x11\xa5\x1c\x4e\x29\x87\xeb\x81\x7b\x20\xe5\xb0\x10\xd4\x5c\xca\xd0\x2a\x4b\x16\x5c\xb9\x13\x98\x92\x05\x0b\xa6\x85\x66\xb8\x09\x96\x3f\xb8\x72\x11\x20\x25\x10\x16\x82\xc0\x46\x86\x16\x38\xbe\xca\x21\xc4\x1d\xe2\xf4\x5b\xc0\x2a\x53\x10\x20\x43\xab\x2c\x7f\x70\x3d\xfc\xda\xdd\x18\xc3\x19\x1c\xc4\x3f\x32\xb4\xa3\xa1\x1d\x3d\xb0\x11\xa1\x1d\x05\xa2\xe2\x16\x43\x26\xbc\xc1\xb7\x80\x55\x96\x2c\x38\x21\x08\x8e\x5a\xed\xc0\x4e\x6f\x3b\xf5\x73\xbe\xed\xf4\xb6\x53\x16\xd2\x6d\xa7\x64\xac\xd5\x43\x05\xeb\xc6\x18\x30\x27\x35\xe3\x56\x0e\x2b\x87\x1c\x2a\xd8\x5b\x41\x6e\xde\x02\x1e\x5f\xdc\xbe\x05\x83\x44\x87\x0a\x76\x29\x1b\x3b\xc8\xea\xda\x72\x07\x19\x9a\xb4\xd3\x37\xa3\x49\x03\x82\x9a\x06\x19\x9a\x34\xc9\x77\xeb\xe9\x94\x3f\x6a\x02\x4c\x5a\x75\x09\x6a\xd2\xa4\xd0\xad\xa7\x73\xf9\xf8\xb2\x1e\x3b\x65\xf0\x8f\x9d\xc2\xc7\x55\xc9\x84\x4d\x28\x76\x3f\x08\x8a\x2a\xa5\x4c\xbb\x42\xa9\xa7\xa3\x7f\x15\x04\xcb\x47\xe9\x83\x0c\x2d\x9f\xe4\xbb\xf5\x74\xf4\x6e\x3e\x01\xd3\x6a\x53\xf2\x5d\x61\x37\x43\x5e\x37\x9f\xc1\x46\xb3\xba\xee\xdd\x68\x02\xbb\x19\x2f\xf0\x75\x08\x24\x10\xd4\xee\x2f\x5d\x5b\x1a\xc8\x93\x61\x49\xd2\x2b\x04\xd5\x92\xb2\x6a\x20\x65\xdf\xad\x64\xc2\xa6\xec\xbb\x09\xe3\x6e\x54\x6c\x66\x25\xd6\x9b\x55\x03\x79\x7e\x3f\x4d\x9f\x31\x6f\xc3\x5f\x32\x6f\xb2\xef\x56\xd2\x48\x53\xf6\xdd\x84\x7d\x37\x28\x83\x94\xb2\xef\x66\xd5\xf2\x91\xaa\x99\x55\xcb\x07\x44\x1d\x9d\x47\xa7\x8f\xec\x94\x0f\x50\x92\x5e\x21\xea\xf7\x88\x91\x56\x72\x0a\x2a\x59\x93\x59\xc9\x29\xc8\x1a\x76\x8a\xb8\x6e\x2e\xab\xa6\xed\xe4\xcb\xaa\x9a\xb6\xaa\x69\xfb\x7e\xe9\x48\xb9\x87\x58\xc9\x25\xcc\x4a\xb8\x58\x08\xea\x1b\x65\x6d\xfe\x35\xc2\x72\x8d\x24\xb3\x94\x43\x37\xe1\xcb\x35\xcf\x38\xe5\xcb\x4d\xb9\x71\x1b\x57\xca\x52\x72\x5c\x21\x2a\xfe\x2e\x44\xb9\x1b\x28\x56\x40\xe6\x4c\x4a\x84\x2b\x44\x9d\x7f\x66\x69\xc9\xaa\x6a\x96\x3a\xb7\xfd\xf8\x2e\xe4\xce\x15\xa2\x3a\xe8\xe9\x0b\x99\x8a\xce\x3a\x93\x27\x37\xe1\xc6\x35\xf7\x39\xeb\x54\xf4\xa9\xe8\xae\x0c\x35\x78\x55\x83\xe3\x0e\x57\x35\x38\xd4\xb8\xbb\x19\xa3\x3e\x9c\x7d\x0e\x85\x28\x7f\x94\xd5\x3d\x54\x3d\xec\xd4\x45\xa5\x6a\x06\xcc\x7d\xce\x7a\xf8\xca\xad\x9d\x41\x96\x47\x4a\xa7\x2b\x98\xfb\x9c\xd2\xe9\x66\xbd\x9d\x2f\x17\x50\x3a\x5f\xe4\x28\xd5\xc3\x47\x4e\x08\xb1\xac\x56\x30\xc1\xd2\xb2\x26\x14\xac\x41\xcd\xa5\x94\x82\x35\xa5\x5b\x6d\xf0\xa9\xa5\x7c\xab\x42\x50\x73\x29\xa5\x5b\x4d\x28\x56\x4b\xe3\xbc\x23\x21\x5a\xfd\x6b\x56\x35\x11\x0e\x8e\xdc\xaa\xc2\x6e\xc6\xb0\x1e\xdf\xc2\xc3\x5b\xc0\x73\xa9\x2a\x27\xb9\x55\x1b\x07\x45\x29\xb7\x6a\xc2\xa7\x1a\x15\xcf\xa5\x3e\xca\x66\xe1\x09\x68\xd7\xb2\x1a\xdf\xaa\x2a\xac\xd3\x5f\xfa\x16\x5e\xab\xf8\xa0\x76\xaa\x9e\x74\x25\xe4\x45\x95\x90\xac\x6a\x9d\xfa\xda\xa9\x9f\xb1\x2a\x06\x08\x0a\x3d\x65\x35\xbc\x25\x53\x6b\xa3\x4c\x59\xca\xd4\x9a\xed\xe7\x4f\xf9\xf2\x9a\x8a\x02\x30\x41\x3c\x9b\x11\x29\x09\x5d\x1b\x91\xf9\x94\xd0\x55\x30\x41\x3c\x25\x74\xcd\x16\xca\xcb\x12\x69\x7e\xb3\x40\x54\x7c\xdf\x66\x90\x48\x1e\xd5\x66\xf0\x54\x22\x55\x21\xda\xf7\x68\xf9\xe8\xb5\x19\x82\xe8\x2d\x02\xd1\x70\x91\x9b\xce\xa2\x14\xac\xcd\x00\xa5\x14\xac\x42\xb4\x5f\xf0\xc8\x4e\xab\x9d\xe2\xdf\x35\xc3\x3a\xad\x2e\x9a\xf9\x88\x29\x6f\x38\x90\xcd\x20\x60\xd3\x81\x04\x82\x8a\x53\xd9\x74\x20\x25\x48\x6d\x14\xf8\x4e\x19\x52\x13\x36\x54\x53\xe1\x53\x36\xd4\x6c\xea\x13\x4a\x24\x67\x53\x9f\x00\x41\x29\xa9\x6c\xe3\xfb\x6b\xca\xe6\x9b\x51\x9f\x00\x41\xd9\xa8\x94\x34\x35\xdb\xb4\x53\x94\x6e\xd3\x49\x6b\x1c\x0f\x37\x07\x3f\xed\x74\x5a\x5f\x09\xfd\xd7\x0c\x80\x00\xd1\x8a\xbf\xbc\x7c\xe4\xf4\xa2\xd8\xa4\x60\x15\xa2\x39\x47\x3a\x64\xed\xb4\x53\x34\x67\x33\x8a\x01\x04\xd5\xa5\xb2\x19\xc5\x68\xa7\x43\x70\xd5\xe8\x1c\x01\xd1\xf8\x4e\x65\x65\x4d\x29\x4d\x9b\xdb\x0e\x39\x4d\x85\xa0\x08\x55\x4a\x69\x9a\x8d\xc0\x7c\xd3\xd5\x6a\x06\xe6\x81\x68\xb8\xca\xcd\xed\x7e\x7b\xac\x65\x84\x0f\xdc\xdc\xb7\x02\x41\xad\xaa\x6c\x7e\x6d\x72\x6e\xb6\xea\x10\x34\xf2\x10\x6c\x46\xc3\x55\x96\x60\x33\x9b\x5f\x9b\xba\xa6\xf9\xb5\x01\x41\x49\xab\x6c\xaf\x23\xf5\x6b\xe3\x3a\x46\xca\xc3\x29\x44\xc3\x55\x96\x87\x53\xd8\xcd\xec\x41\x41\x36\x44\xc3\x55\x6e\xda\xf8\x46\xde\x7b\x53\x89\xc0\xdd\xf9\x41\x78\x6e\x25\x83\x67\x76\xce\x73\x29\x86\x95\x9d\xf3\xdc\xec\x3f\xe7\xe8\xb4\x59\xfa\x8c\x39\xc2\x2d\xee\xdc\x6f\xca\xee\xa7\xdb\x98\xf1\xee\xa7\x0b\x04\xd5\xae\xb2\xfb\xe9\x4a\x11\xda\x28\x84\x96\x52\x84\x0a\xd1\xf0\xd1\xba\xf1\x65\xf8\x3c\x4b\x73\xbd\x75\x8d\x37\x10\xad\xfa\xc8\x4e\xb1\xca\xcd\x97\xd5\xb5\xca\x1d\xab\x4c\xed\xac\xec\x5a\xe5\xae\x22\xf8\x04\x51\x11\x74\x15\x01\xae\x5c\x8f\xef\xaf\x39\x04\x7b\x50\x11\x74\x15\x01\x6f\xbe\xab\x08\x64\xed\x6c\xdf\x4f\x8d\xef\xc2\xd4\x19\xd4\xce\xca\x6e\x7c\x17\x28\x8d\xd2\x56\xd9\xb9\x5f\x24\x04\x14\x79\xd9\xd5\x0d\xbd\x7e\xb5\xa8\x90\xd7\x98\x6f\x57\x5f\xd4\x3f\xf3\xa3\x66\x57\x9d\x40\xf7\xb9\xff\xca\x5e\x19\xbd\x39\xad\xf8\x1d\xdc\x5e\x49\xb9\x3f\xb3\xab\x75\xa0\xcb\xcb\xae\xd6\x81\x0f\x34\xbe\xfe\x8d\x08\x03\xa5\x79\x06\xd9\x9b\x72\x92\x7e\xe3\xe9\x25\xdc\xa0\x7f\xcd\xde\x2d\x7c\x85\xd9\x80\x08\x74\x03\x9d\xe2\x37\x76\xa3\xc4\xc0\x6e\xc6\xe4\x90\x7e\x93\x9d\x5c\xc6\xaf\x83\xee\x7c\x7d\x95\xc0\x88\xc9\x74\x43\xc2\xf0\x81\x86\x87\x9c\xd2\x81\x0a\xbb\x19\xc3\x72\x77\x0b\x45\x68\x7c\x1d\x0c\x57\xad\x8a\x93\x6a\x4d\xd9\x55\x9c\x40\x50\x70\x2a\xbb\x1b\xde\xae\xe2\xa4\xd0\x53\x76\x15\x67\x57\x71\xe2\x6b\x74\x15\x67\xd7\xc3\xa2\x82\x53\x76\x3d\xac\x3e\xed\x14\x39\x74\x97\x80\xd2\x28\x75\x94\x5d\x7f\xa9\xab\x38\x71\x49\xba\x8a\xb3\xeb\x1b\x71\x29\x27\xbb\xbe\x51\xc7\x37\xe2\xd6\x4f\x76\x7d\xa3\xae\xe2\xa4\xea\x50\x76\x15\x67\x57\x71\x62\x46\xbb\x8a\xb3\xeb\x42\x71\x77\x27\xbb\x2e\x14\x10\x94\x88\xca\xae\x0b\xd5\x0f\xdf\x02\x5a\xa7\x1f\xbe\x85\x0d\x41\x89\xa8\xec\x7a\x55\xfd\x2b\x3f\x76\xd8\x83\xb2\x1d\xca\xa6\x1c\xca\x46\xfa\x4d\xa3\x64\x4f\x76\xc3\xd5\x80\x37\x92\xb2\xbb\x2f\x06\x76\x33\x9f\x29\x2f\xe7\xca\xdf\x1c\x79\xae\xdc\x2d\xc5\x43\x65\x9f\xec\x2a\x7a\x20\xbe\x39\x32\x5a\x0d\xec\x66\xbc\x05\xc3\xd5\x9d\x2d\x75\xc3\x61\xe8\x6e\xa9\xfb\xf9\x55\x50\x63\x08\x9a\x88\xae\x89\x98\x3e\x72\x6d\x9d\x4e\x2f\x1e\x83\x24\xb2\x42\x50\x35\x2a\xbb\xd1\xea\xfe\x15\x33\xc3\xc6\x4b\x05\x2b\x04\x55\xa3\x52\x26\xd8\x84\xc2\xb5\xb4\xae\xc2\x72\x13\x0c\x9f\x6b\x7c\xef\xcf\x4d\x70\xd7\x2e\xf5\xb0\x99\x53\xce\xee\xf6\x7b\x7f\xf7\xf7\xd7\x2e\x9b\xd1\xe9\xed\x47\x79\xf3\x2d\xe0\xc8\x76\x0f\x87\xe5\x73\x6d\x1d\x45\x2f\x9f\x6b\xf6\xe4\x73\xc6\xf5\x84\xc8\xf5\x83\xdd\x0c\x79\x0d\x26\x03\xde\xbd\xca\x6e\x30\x59\x8a\xd7\xe6\xf1\xb3\x1c\xaf\x42\x7c\x33\x9e\x5f\xa7\xcc\x9b\xc7\xcf\xdd\x93\x60\x68\x5f\xe3\x9b\xf1\xe5\x3b\x5d\xca\xa6\x1e\x36\x34\x0d\x44\xc3\x95\xeb\x86\xa6\x65\x87\x6d\x9e\x52\xcb\x0e\x2b\xc4\xf7\x62\x0c\x4d\xf7\xf5\x75\x4a\x0f\xee\xe3\x3b\x59\x1c\x54\xfd\xca\xae\xa7\x0c\x94\xc6\x75\xa9\xec\xba\xca\x40\x7c\xef\xcf\x68\x35\xb0\x9b\x31\x7a\xf7\xf6\x40\x98\xb3\xd0\x3d\x57\x96\x92\xb6\x71\x5d\x2a\xa5\xa4\xcd\xbe\x3d\xe6\xe8\x5a\x39\xb7\xf6\x5d\xb3\xdf\x55\x83\x9a\x7d\x20\xba\x56\xce\xad\x7d\xd7\xec\x53\x85\x25\xbb\x66\x1f\x08\xaa\x20\x65\xd7\xec\x03\xbb\x19\x9d\xea\x78\x77\xce\x95\x3b\x3e\x5a\xd7\x13\xe8\x56\x77\xf3\x30\xbb\x1b\xe8\x86\x1b\x37\xa8\x82\x94\x52\xe3\xe6\xc0\x9e\x9b\xed\x30\xb4\xe7\xe3\xe7\xe0\xd1\x8c\xc3\x08\xf6\xc0\x15\xa7\xf8\x50\x0e\x5d\xf1\xa1\xd9\x87\x21\x34\x87\x66\x1f\x08\x93\x22\x86\x66\x5f\xee\xdd\xe6\x31\xb8\xdc\xbb\x42\xb8\x78\x87\x66\x5f\x52\xdd\x46\x55\x93\x94\x54\x37\x21\xd2\x0d\x17\xef\x30\x5a\x0d\x94\xc6\x6d\xa5\x1c\xa4\x73\xe5\x28\x76\xca\x10\x34\xfb\x43\xff\xdf\xf3\xed\xa1\xff\x0f\xf7\x6e\x50\xa3\x28\xe5\xde\xcd\xa1\x77\x40\x45\xb2\x1c\x7a\x07\x40\xb8\xc6\x47\x38\x52\xbd\x03\x28\x40\x53\x8a\xde\x1c\xc1\x6b\x66\x8d\x0f\x63\xca\x43\xef\x00\x0a\xd0\x1c\x7a\x07\x40\xb8\x78\x87\xde\xc1\xa8\x2e\xc1\xf3\xf7\x67\xe3\x3d\x8c\x39\x43\xee\xeb\x95\xc4\x1c\x1e\x2b\x03\xfb\xaf\x30\x87\x9e\x2b\x03\x5e\x2c\xcc\xa1\xdb\x01\xec\x66\x0a\xe0\x70\x70\x45\x28\x92\x94\x43\x57\x64\xe8\x8a\x50\xed\x22\x87\xae\x08\x10\x14\x49\xca\xa1\x2b\x32\xaa\x23\xe4\x6b\x1f\x1e\x35\x0f\xb2\xe4\xcc\xe7\x18\xcd\x05\xa4\xaf\xe1\xd9\xfb\xd0\xd7\x00\xbc\xcd\x98\xc3\xb0\x87\x5c\xc5\x8d\xc2\x13\x29\x57\xb1\xe0\x6d\xc6\x94\xab\x38\x07\x21\xf2\xe6\xd9\xfb\x30\x44\x3e\xba\x9d\xfa\xc8\x4e\xf5\x35\x86\x8b\x5b\x5f\x63\xe0\x6b\x50\x4b\x29\x87\xbe\xc6\xe8\x16\x3d\x64\x03\x32\x3c\x6a\x1e\x5c\x50\xe3\x9a\x62\x0e\x2e\xa8\xe5\xd0\x89\xa0\x96\x41\x0e\x9d\x08\x20\xfc\x8a\x87\x21\xf2\xe1\x7e\x09\x2e\xd4\x1c\xee\x97\x80\xf0\x2b\x1e\xee\x97\x06\x7c\x78\xcd\xf3\xed\x31\x5c\x2d\x83\x6f\x11\xcf\x65\xe8\x30\x00\xbb\x99\xcf\xec\x01\x27\xc2\xcc\x95\xa1\x13\x31\x0c\xb0\x78\x0c\x3e\x0c\xb0\x0c\xb6\x55\xea\x84\xe1\xb6\x6a\xe8\x44\x0c\xdf\x8c\x4e\x04\x10\x94\x5c\xca\x31\x95\x4d\x27\xc2\x63\xf0\xa1\x13\x01\x78\x37\x32\x87\x4e\xc4\x30\xc0\x02\x7b\x69\x0e\x5d\x81\x71\xd8\x29\xf3\x66\xec\x1b\x28\x6d\x38\xfa\xc3\x85\x74\xb0\x90\x70\x70\x86\x0e\x03\xb0\x9b\x31\x52\x83\x2e\x00\x57\x28\xf7\xff\x7d\x0b\x6e\xf9\x3c\x2d\x1f\x6e\xf9\x06\x66\xff\xd3\x3a\x9a\xfd\x71\x2a\x9b\x0a\xcb\x48\x3a\xe0\x55\xca\x1c\x9a\x7d\x69\xaa\xdb\xb0\x07\xcd\x3e\x10\x9f\x72\xd2\xec\xcb\x3f\xdd\x86\x3f\x35\x44\x0e\xe7\x74\x98\xa3\x33\x0c\x91\x03\xa5\x79\xf6\x3e\x2e\x3f\xc0\x8b\x0f\x50\x1d\x66\xd4\x7c\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\xa0\x32\x53\x0e\xbd\x83\x71\xf9\x16\x70\x53\x86\x47\xcd\xd0\x54\x07\x95\x99\x52\x9a\xea\x1c\x3a\x11\x90\xb1\xe7\xd0\x89\x00\xbc\xe6\x99\xe3\xf6\xcb\xd2\x89\xf0\xec\x7d\xe8\x44\x8c\xed\x31\x44\xff\x3a\xf0\xc5\x18\xe6\x1a\x04\xab\x86\x61\xae\x91\x76\xca\x48\x4d\x27\x03\x4a\x83\x03\x3d\x47\xfa\x65\x25\x36\x13\xcf\x65\xe8\x57\x00\xbb\x19\xf2\x7a\x98\x0d\x78\x1b\x34\x87\x59\x67\x43\x5f\x63\xa8\xb8\xf4\x35\x06\x19\xa3\xd4\x54\xca\xa1\x5f\x31\x74\x22\x20\x10\xcf\xa1\x13\x01\x04\x84\xcd\x39\x4c\x27\x93\xb7\xbb\x41\x20\x9e\xf2\x76\x0b\xf1\x29\x75\x9d\x88\x61\x08\x6e\xfe\xfc\xa9\x9d\x2e\x3b\x65\xf0\x1e\x06\x0c\x9d\x08\xee\xd8\xe5\xd0\x89\x18\x3a\x11\xb8\x4b\x43\x27\x62\x18\x5b\xf3\x88\x7e\x18\x5b\x1b\xec\xf6\x3f\xdd\xef\x6e\x7f\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\x30\x05\x6a\x18\x6e\x93\x53\xbc\x4d\x75\x88\xde\xc1\xd0\x3b\x70\x8e\xf4\x0e\x24\x0b\x6f\x53\x6b\xa8\x8d\x87\x20\x3c\x3e\xe5\xee\xce\x7e\xbc\x5f\x91\x54\xff\x9a\x3d\x70\xbe\xfd\x69\x6d\xcf\xb7\xe5\x14\x6f\xf0\xca\xa6\x9c\xe2\x39\x7f\xce\x25\x7b\xd4\xe9\x61\x36\x04\xe2\x01\x5d\x75\x4a\x20\x9e\xd3\x48\xdd\xc4\x30\x4c\x23\x75\x53\xf7\x80\x97\x35\x75\x0f\xa6\xee\xc1\x64\xdb\x38\x75\x0f\xa6\xee\xc1\xe9\x2f\x91\x6d\xba\xdd\x87\x6b\x36\xa7\xdb\xfd\x49\x48\xdf\x9c\xac\x69\x48\x1f\x28\x0d\x12\xd9\x9c\x54\x70\x15\x62\xe0\xb7\x4d\x3d\x06\x60\x37\xf3\x99\x82\xe0\x45\x50\xb7\x28\xa7\x5e\xc4\x2c\x8e\x1e\xf5\x33\xc3\xd1\x47\xa1\x19\x72\x44\xf8\x48\xd9\x50\x70\x53\x2f\x02\x88\xf1\xfb\x27\x12\xd6\xa6\x41\x46\x09\xd7\x9b\x87\xff\x12\xae\x0b\x41\x59\xa3\x9c\x3a\x19\x53\xef\x01\x2a\xda\x9c\x7a\x0f\xd0\xa3\x07\x65\x8d\x72\x9a\x62\x36\xf5\x1e\x60\xff\xcd\xa9\x7b\x00\x84\x79\x62\xd3\xb8\xe3\xb4\xd0\x2c\xec\xbf\x39\x0d\x3c\x02\xa1\x81\x9c\x7a\x11\x53\x2f\x82\xab\x8b\x39\xf5\x22\x80\xd0\x40\xca\xc5\x9e\x92\xac\x37\x48\x82\x53\x96\xf5\x9c\x84\x20\xa8\x57\x94\xd3\x18\xc3\xd4\x3d\x30\x47\x60\xea\x1e\x00\x61\xd6\xd9\x34\x13\x4d\x7e\xf6\x66\x12\x80\xfc\xec\x42\x50\x88\x28\xe5\x67\x4f\xf8\xd7\x77\x33\x7a\x30\x3b\x0d\x08\x0a\x11\xe5\x34\x14\x21\x3f\x7b\x33\x09\x40\x7e\xf6\x84\x93\x3d\x34\xde\xd3\x84\x35\x60\x37\xe3\x5d\x1a\x9e\x00\x42\xe3\x3d\x75\x2c\x80\xd2\x4c\x02\x98\xa6\x6a\x4f\x4e\xd0\x21\x32\xcf\xe9\x09\xfa\xd4\x8b\x30\x09\x60\xea\x45\x00\x61\xaa\xdb\x34\x3a\x21\xdb\x7b\x83\x9b\x37\x65\x7b\x17\xbc\xd2\x9e\xb2\xbd\xa7\x34\xee\x0d\x36\xdb\x94\xc6\x5d\x08\x3d\x06\x69\xdc\x73\x42\xcf\xd8\x0e\x97\xe8\x70\xf4\x1b\xbc\xf9\x9e\x53\xff\x43\xca\xf6\x06\xc7\x6b\xca\xd9\x9e\xf0\xb3\x87\x8e\x85\xfc\xec\x39\xf5\x22\xa0\x34\xcd\xa9\x17\x01\x78\xf3\x3d\xa7\xf1\x5a\x69\xdc\xdb\xe1\x9b\x99\x5f\x0f\x0f\xcd\x7c\xe4\x54\x5a\xe2\xfc\x20\x8c\x09\x59\xfb\x06\x3b\xf5\x91\x9d\x1a\x63\x30\xf3\x60\x1a\x63\x98\x5c\xf9\xd4\xff\x98\x7a\x0c\x52\xb6\x37\x28\x42\x53\xce\x76\x21\x28\xa2\x93\x52\xb6\x0b\xbb\x19\xf3\x66\x40\x61\x12\x3c\xe0\x82\x7c\x4e\x83\x07\x53\x2f\x82\xeb\xa8\x39\xf5\x22\x00\x2f\xc8\xe7\x34\x9e\x20\xdb\x7b\x33\xdd\x41\xb6\xf7\x9c\x78\x11\x14\xd1\xc9\xa9\x17\x21\x01\x7c\x3b\x7c\x33\xa7\xcb\x92\xab\x9f\x7a\x33\xd3\x23\x7a\xd9\xde\xdb\xe1\x9b\x31\x78\x00\xc3\x7b\xe8\xcd\x4c\xf3\xda\x80\xdd\x0c\x79\xcd\x5d\x9f\xdb\xb3\x08\x28\xdb\x73\xea\x58\x40\xf0\xbe\x9b\x31\x04\x0f\xda\x61\x7b\x0f\x9d\x1e\xd9\xde\x73\xea\x45\x70\x91\x34\xa7\x5e\x04\x10\x3a\x3d\xd3\x84\x35\x49\xe1\x9b\xc9\x13\x92\xc2\x0b\x31\x86\xbf\x74\x42\x8c\x7d\x1f\xc4\x02\xa7\xb1\xef\x79\xdb\x29\x43\x30\xaf\x0d\x28\x0d\xbe\xc8\x9c\xc6\x1d\x26\x5e\x84\xe9\x8b\x53\x2f\x42\x9e\xf8\x76\x38\x2c\xf3\xda\x20\x85\x0f\xaa\xe3\xa4\xa4\xf0\x39\x75\x0f\x0e\xe5\xd5\x3d\x00\x62\xa8\xf2\x0c\x45\x4c\x43\x11\x87\x82\xe8\x32\x00\xa1\x43\x36\xf3\x93\xc3\x09\xc1\x97\x9b\x7a\x11\x40\xe8\x90\x4d\xbd\x88\x69\x8c\xc1\x54\x8c\x69\x8c\x01\x08\x1d\xb2\x69\x8c\x61\x2e\x8b\x55\x7f\x3f\x55\x10\xbc\x08\x8a\xd0\xe6\xd4\x8b\x98\x8f\xd3\x8b\x0f\x35\x0d\x28\x00\x61\x6a\xe5\x34\x9e\x30\xf5\x22\x0e\xf5\x9b\x5e\x04\x10\xe3\xfb\xa5\x9d\xea\x45\x40\x8f\x98\xb2\xe4\x0b\xb2\x19\xe4\xd4\x8b\x90\x9c\xbe\x1d\xe8\x37\xd9\xe9\x13\x76\x7a\xd9\x0c\x52\x76\xfa\x3c\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x82\xca\x3d\x79\xb8\xdd\x3f\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x24\x3d\xc8\x43\x1b\x2f\xaf\x7d\x3b\x31\x02\x12\xdb\x0b\x61\x3e\x27\x24\xf7\x1b\x5e\x9b\xed\xb9\x94\xc4\x3e\x21\xae\x97\x1b\x21\x0f\x13\xd6\x80\xdd\x0c\x79\x3d\xdd\x07\x82\x3a\x40\x79\xe8\x1d\x00\xa5\x9d\xa8\xed\xc3\xd3\x80\xa3\xf0\xc9\xe0\xa4\x1d\x7a\x07\xf2\xda\x37\x6e\xfd\xa6\xc4\xf6\x09\x89\x7d\x8c\xe3\xcf\xe4\xe6\x29\xc7\x7d\x1e\x7a\x0a\xd0\xd4\xe5\xa1\xa7\x00\x84\x7e\xee\x61\x5e\x9b\x54\xf8\x0d\xfe\xb9\x94\x0a\x5f\x08\xfd\xdc\x43\x57\x40\x8e\xfb\x66\x16\x89\x1c\xf7\x09\xaf\x7d\x50\xeb\x27\x0f\x13\xd6\x80\xdd\xcc\xbf\xf6\xfa\x0c\x5b\x85\x0f\x77\xe8\x1d\x00\xbb\x19\xf3\x65\x70\xe1\xd0\x63\xc0\x5f\x3b\xf4\x18\x0e\x4f\x23\xcc\x22\x39\x34\xe8\x40\x50\xc4\x27\x0f\xa3\x02\x87\x36\xde\xbc\x8f\x43\x1b\x0f\x84\x3e\xf8\xe1\xc9\x83\x8c\xf9\xed\x44\x73\xca\x98\x2f\xc4\x38\x7d\xa4\x1c\xee\xed\xb9\x3b\x9c\x87\x7b\xfb\x83\x6c\x73\x5d\xf5\x43\x7b\x7e\x68\xbc\x4d\xe8\x38\x34\xde\x07\xc6\x9b\x22\x3e\x79\x68\xbc\x65\xc7\x6f\x10\x7e\xa5\xf4\xf8\x42\x50\xc4\x27\x0f\xd3\xdf\xa4\x98\x6f\xb0\x65\xa5\x1c\xf3\x09\x9f\x7c\x50\xc4\x27\xe5\x93\xcf\x43\x03\xc9\xdd\xe1\x3c\x34\x90\x40\x50\x9d\x27\x0f\x53\xcc\xa4\x9d\x6f\xa7\x73\xa9\x81\x04\x62\xfa\xf5\x68\x20\x81\xdd\x8c\x21\xb8\xf5\x06\x82\xea\x3c\x09\x2d\xfd\x86\x97\x72\xe6\x8e\xde\x6d\xf6\x41\x8a\x99\xbb\x8d\xc3\x14\x33\x60\x37\x43\x5e\xed\x28\x10\xee\x36\x0e\xc3\xf7\xc0\x6e\x86\x6c\xc6\xef\x0f\x62\xf5\xd3\x6f\xd1\x0d\xfa\x71\x58\xdf\xdd\x61\x69\x5b\xe1\xba\x8f\x59\xfc\xa5\xd3\x8b\x81\xec\x3f\x05\xd1\x40\x02\x31\xfd\x16\x35\x90\xc7\x69\x19\x78\x7f\xea\x66\x19\x08\xf7\x2e\xc7\xf9\xfd\xb5\xc7\xda\xf3\x4c\xaf\x89\xdf\x80\x94\x21\x79\x68\x0c\x81\xdd\x8c\x91\x1a\x4a\x07\xa4\x0c\xc9\x43\x03\x29\x0f\x7f\xff\xf9\x01\xba\xa7\x06\xa4\x0c\x49\x79\xf8\xf3\xc0\x56\x75\xaa\x56\xe6\xa1\xad\x3a\x6e\x65\x43\x0e\x6d\x95\xf4\xf7\xfd\xc7\x36\x42\xfe\x7b\x21\xa6\x1d\xb8\x6d\x3d\xd2\x4e\x89\x93\x1c\xda\x2a\x20\x4c\x7d\x3e\xcc\xc1\x96\x12\xbf\x43\x2d\x92\x52\xe2\x0b\x31\x55\x04\xda\x2a\xb9\xee\x3b\x64\x20\x29\xd7\x7d\xc2\x6f\x2f\x9d\x49\x1e\x30\x2d\x08\xa5\x43\xb8\x91\x87\x39\xd8\x40\x4c\xf5\x85\x76\x09\xd8\xcd\x7c\xa6\x20\x24\x9d\x4c\x07\x6f\xd2\x89\xf4\xf7\xfd\x87\x35\x94\xff\x3e\xe1\xba\x0f\xf7\x7c\x72\xdd\xe7\xf1\x28\x1b\xa6\xe4\xd0\x56\x01\xe1\x36\xf0\xd0\x56\x1d\xaf\xeb\x0d\x97\xfd\x78\xbf\x67\x0c\x01\x2f\xf0\x30\x0c\x2d\x13\x7d\xff\xf9\xc9\x18\x73\x86\x76\x3e\x4c\xf2\x96\x76\x3e\xa5\x9d\xef\x70\x12\xa4\xb4\xf3\x42\xb8\xa9\x3c\xcd\x1d\x93\x89\xbe\x17\x3e\x71\x99\xe8\xf3\xdc\x7b\xd0\x30\x17\xfc\x84\x7b\x26\x4f\x36\x9a\xbd\xb0\xc8\x4f\x37\x9a\x27\xb9\x63\xd4\x39\xc9\xd3\xdc\x31\xa0\x74\xca\x3c\xe6\x69\x72\x35\x10\x14\x30\xc9\x53\xbb\x74\x5a\x1d\x98\x7b\xff\x79\x1a\x9b\x06\x82\x62\x3e\x79\x6a\xab\xa4\xbf\xef\x5c\x7f\x4e\xe9\xef\x05\x49\x65\x52\xfa\xfb\x3c\x2d\xd4\xcb\x4d\xfd\x3c\x55\xf8\x40\x98\x80\x7e\x7a\xae\x7c\x56\x47\xea\xe8\xdd\xc1\x01\x41\xcd\xf7\x3c\xdd\xc0\xc9\x3a\xdf\x8b\x82\xb8\x61\x81\x62\x3e\xa8\xf9\x93\x52\xcc\xe7\xd9\xfd\x6b\xb8\x29\xa7\xda\xf2\x54\x5b\xa2\x8e\x4f\xb5\xa5\x4c\xf4\xdd\x9b\xaa\x32\xd1\x0b\xe1\xbe\xf8\x74\xab\x23\xc5\x7c\xf7\x6e\xa9\x14\xf3\x09\xad\xbc\xbc\x38\x79\x7a\x9c\x0a\x94\xee\xfd\xcd\x13\x36\x47\x21\xcc\xa1\x3f\x3d\x61\x95\x4e\xbe\x7b\x7f\x53\x3e\x79\x21\x28\x0d\x94\xd2\xc9\xe7\x39\xec\x14\x15\x7d\xaa\xc9\x81\x98\xfd\x9f\x38\xf3\x3e\x8d\x9d\xca\x40\xdf\x0b\x66\x4e\x06\x7a\x21\xdc\xd2\x9f\x2a\x7a\xa9\xe5\xbb\x59\x40\x52\xcb\x0b\x41\x81\xa1\x94\x5a\x3e\xe5\x87\xef\x66\x01\x49\x10\x9f\x70\xc2\x87\x5b\xfb\xd3\x08\x28\x9c\xf0\xa5\x53\x53\x32\x4f\xc3\x9d\x40\x50\x8c\x26\xe5\x87\x4f\x38\xe1\x4b\x37\xbd\xe7\x74\xef\x02\x84\x11\x80\xd3\xb3\xd0\xf3\xb4\x53\x74\xdd\x69\x68\xf3\x3c\xed\x94\x99\x76\x03\x02\x94\x6e\x16\xd0\xe9\x0e\x04\x08\x8a\x0e\xe5\x69\xb4\xf3\x54\x83\x7b\x51\xee\x54\x83\x9f\x6a\x70\x8e\x78\x4f\x35\xb8\xcc\xee\x3d\xd0\x27\x52\xbb\x27\x34\xee\xe1\x9d\x03\x69\xdc\xf3\x54\x99\x7a\xd5\xe8\x54\x99\x9e\x2a\x53\x94\xd3\xa9\x32\x3d\x29\x1a\xd5\xbd\x43\x04\xf5\xfb\x06\xd6\xd9\xb4\x03\xd7\x19\x04\xf0\x3d\x50\x7f\x32\xc0\x0b\x61\xd8\xe1\xf4\xa8\xf2\x4c\x65\xb3\x07\x3d\xfa\x93\xc3\xc5\xe9\x42\xf6\x70\x51\x02\xf8\xee\x75\x1e\x19\xe0\x85\x98\x38\xd7\xa7\x6a\x18\xd8\xcd\x7c\xa6\xbc\x0b\x15\xe3\x7a\x57\x0d\x9f\xea\xdc\xf8\x9e\x29\xef\x42\x36\x34\xa2\x3c\xf1\x42\xe9\xf1\x3d\x73\xca\xd9\x1f\xc0\xe6\x94\xa7\xfb\x83\x53\xd5\xec\x3d\x9d\x53\xd5\x0c\xc4\xc4\x1d\x96\x27\x5e\xd8\xcd\x78\xf5\xaa\x6b\x40\xd2\xa7\x94\x27\x5e\xd8\xcd\xfc\xa9\xc3\x52\x83\xfb\x91\xa9\xc1\xa1\x90\xdf\xcd\xfc\xa9\xc3\x7a\xb0\x2e\x78\xcd\xd2\xc9\xa7\xdc\xf1\x3d\xbe\x67\x0e\xe1\x71\x08\x0c\xde\x7c\x40\xa0\x74\xaf\xcc\x9c\x9e\x72\x9e\x24\x32\x19\x39\x39\x4d\x64\x82\x2e\x7e\x37\x63\xf4\xc6\x2c\x4f\x62\x96\x94\x0b\xca\xd3\x98\xe5\xa9\xd9\xf0\xf6\xca\xa9\xd9\x00\x82\x72\x41\x79\x1a\xc6\x94\x62\xbe\x57\xbe\x53\x29\xe6\x85\xa0\x5c\x50\x5e\x9a\x0d\x29\xe6\x7b\x25\xe0\x27\xc5\x7c\x42\x2b\x1f\x06\x58\x2e\xf7\x29\x40\xe9\xb5\xf8\xd7\x6e\x9f\x31\x52\x5c\xb9\x4b\xb3\x71\x11\x9f\xec\xde\xed\xb8\xdc\x81\x00\x92\x65\xa5\xe4\xf4\x79\x69\x0f\xbc\x3f\x71\x69\x0f\x80\x38\x94\x43\x7b\x70\xc1\x61\xd9\x2b\x5f\xfd\x15\xdf\xb3\x93\x66\x8d\x47\xca\x86\x5b\xdc\x4d\xa2\x97\x01\x3e\x21\x7d\x97\x7a\x2b\x2f\xdd\xe2\x4b\x7b\x00\x41\x71\x5e\xda\x03\x20\xa8\xdc\x93\x97\xf1\xab\x4b\x7b\x60\xe2\xf0\xa5\x3d\x00\x82\xca\x3d\x79\x69\x0f\x64\x7b\xef\x95\xcf\x48\xb6\xf7\x84\xe1\x3d\xa8\xdc\x93\x97\x27\x63\x40\xe9\xa6\xd5\x5e\xa6\xdc\x5c\xd8\x03\x2f\xb1\x5c\xda\x03\x08\xde\x77\x33\x46\x6f\x4c\x0b\x08\x23\x4e\x97\x31\xad\x8b\x12\x1e\xdd\xe4\xb4\x4b\x45\x0b\xc4\x41\xc8\xf0\x32\xd3\x05\x4a\xf6\xd2\x4d\x42\xbc\xf4\x81\x81\x30\x30\x75\xe9\x02\x5f\x6a\x4b\x13\xfd\x2e\xb5\x25\x10\x87\x2f\xc6\x10\x8e\x0c\xe5\xdd\x9c\x2d\x29\xca\x13\x3a\xf2\xf0\x82\x8d\x74\xe4\x79\xa9\x06\x4d\x6b\xb9\x54\x83\x40\x78\xc1\xe6\x32\x0b\x58\xd6\xf2\x6e\x5a\x8b\xac\xe5\x42\x50\x6b\x27\x65\x2d\xcf\x4b\x67\xd1\x44\x94\x4b\x67\xf1\xe2\xdc\x83\xba\x3a\x79\x19\xc4\x00\x4a\x37\xd9\xe3\x32\x8a\x01\x84\xd1\xb0\x4b\x95\x07\xec\x66\xfc\xd4\x28\x06\x10\x14\xcc\xc9\x4b\x35\x78\xa9\x06\xcd\x09\xb9\x54\x83\x40\x1c\xf8\xbb\x97\x6a\x50\xaa\xf4\x6e\xea\x8f\x54\xe9\x09\x55\x7a\x18\x5b\x93\x2a\x3d\x2f\x15\x57\x43\x13\x5c\x2a\x2e\x20\x28\x98\x93\x97\x8a\xeb\x52\x87\x98\x3a\x72\xa9\x43\x00\xa8\xde\xfe\x68\xbc\x2f\x03\x1a\x17\xd9\x10\xbd\xbb\xe0\xcd\x86\x00\xc2\xd0\xdb\xa5\x17\x2a\x2f\x7b\xef\xb8\x75\xf2\xb2\xe7\xad\x06\x30\x71\xe0\x56\x03\x00\x92\xc8\xe5\x6d\xf4\x42\xaa\xf4\x6e\x02\x8a\x5c\xe9\x42\x50\xf5\x2b\xa5\x4a\xcf\x5b\x0d\xe0\x79\xf9\xad\x06\xb8\xd5\x00\x2c\xa0\x5b\x0d\x20\x7d\x7a\xef\xcd\xbf\x66\xa7\x6a\x00\x3c\x69\xe9\xd3\x53\x5e\xf4\xee\xd1\xb5\xbc\xe8\x09\x17\x7a\x50\x8a\x27\x6f\x8f\x1e\x6e\xea\x4e\x74\x0f\x9b\x6f\xf7\xd4\x80\xcc\x75\x79\xb7\xaf\x99\x9d\xb2\x0c\x64\x10\x4f\xd8\xc2\xa5\xa6\x4b\xd9\xc2\xf3\x56\x9f\xf4\xc3\x9f\xa6\xcf\x78\x23\x8a\x0b\xa9\x56\xde\xea\x93\x8e\x0a\xbf\xd5\x27\xb7\xfa\x84\xe8\xac\x6c\xe1\x29\x0d\x78\xf7\xd8\x49\x1a\xf0\x84\xfa\x5b\x06\xbb\xbc\x4d\xd7\xbb\x49\xd7\xeb\x1e\xe3\xdc\x06\xc4\x6f\xf5\x09\x0e\xf7\xad\x3e\x91\xf2\xbb\x7b\x3e\x23\xe7\xb7\x10\x94\xe2\xc9\xdb\x3c\xbc\x9b\xdd\x78\xf7\xce\xfc\xed\x6e\xfc\x9e\x76\x3a\x79\x64\xa7\x9c\xf1\xf6\xc1\xfe\xeb\xd6\xeb\x01\x82\x52\x3c\x79\xeb\xf4\x48\x84\xdd\x8d\x8a\xca\x84\x2d\xc8\xae\x97\xb7\xd9\xbf\x92\x4d\x77\xef\x09\xcb\x36\x2d\xc4\xe1\x8b\xd1\x63\xb8\x35\xc1\xee\xa9\x6f\x4d\x30\x10\x5e\x3c\xbb\x9f\xaf\x19\x26\xd8\xdd\xdc\xad\x09\x06\xc2\x8b\x67\xb7\x26\x18\xd8\xcd\x7c\xa6\x20\x9c\x2e\x7a\xf1\xec\xf6\x74\x51\x4e\xea\xee\x25\x5b\x49\xa9\x33\xdd\x0a\xe9\x71\xa7\x5b\x21\x38\xa3\xc3\xe8\xac\x9c\xd1\x29\x3f\x74\xd7\xe7\x93\x20\x5a\x08\xaa\xf9\xa4\xfc\xd0\x29\x19\x74\xf7\x02\xa9\x64\xd0\x42\x50\xcd\x27\xd3\x85\x0f\xff\xf3\x6e\x56\x79\x66\xa7\xc5\x4e\x4f\x1e\xd9\x29\xe4\xff\x5d\x87\x29\x0d\x9b\xe5\x5e\xec\x32\x15\x66\x4a\xe5\x20\x19\x74\xf7\xd4\x47\x32\xe8\x94\xe5\xf9\x18\x3e\xba\x7c\x64\xa7\xf8\x29\xe9\xc6\x0a\x08\x83\xb8\x12\x3f\x0b\xbb\x19\x82\xc4\x27\xc8\x43\x33\x7f\xf9\xfa\xc8\x09\x61\xe1\x4b\x06\x2d\x48\x8f\x98\x69\x70\x4d\x96\xe7\xee\xa9\x8f\x34\xce\x09\x75\x73\x50\x1b\x28\xd3\x64\x1a\x60\x37\xf3\xa7\xb7\xcf\xe8\x74\xfa\x4b\x3b\x6d\x4e\x2f\xde\x46\x7a\x0c\x26\x8d\xb3\x97\xf8\xa4\x71\xce\xf4\x13\xd7\x3f\x48\x3f\x71\x20\x0c\x30\xcb\xec\x9c\xd2\x38\x77\x4f\x7d\xa4\x71\x16\x82\x6a\x3e\x99\x7e\xe2\xa9\x2f\xa0\x45\x4f\x7d\x81\xec\x76\xea\x23\x3b\x25\x23\xb7\x6b\x5c\xd3\x8c\xdc\xf4\x13\xc7\x30\xa5\x9f\x78\xba\x37\xd4\xb8\xa6\x7b\x43\x20\xbc\x12\x98\x9e\x6f\xa5\x9f\xb8\xa7\x3e\xe9\x27\x9e\x7e\xe2\xb8\xa3\xe9\x27\x0e\xec\x66\x74\xea\xbd\x05\x20\x0c\x7e\xa7\x54\x0e\xa9\x67\xa1\x65\x4a\x3d\x8b\xd4\xb3\x70\x35\xe8\x59\xa4\x5b\x48\x4f\x7d\xd2\x2d\x24\x10\xd4\x06\xca\x74\x8f\x98\xd4\x8c\xe9\xea\xe8\x74\x43\x08\x84\xa1\xf4\xf4\xb4\x2c\xf5\x2c\xd4\xaa\x52\x3b\x27\x6c\xce\x71\xb8\x68\xdc\x87\xa5\xea\xc7\x13\x82\x54\xfd\xa4\xea\x07\x1f\x38\x55\x3f\xb2\x3d\xf7\xef\x3d\x1b\x0f\x03\xc2\xcb\x8f\x69\x38\x2c\x8d\x7d\x7d\x2f\xd0\xd8\x17\xd4\xcd\xe1\xe5\xc7\x34\x77\x04\x28\xfd\x9b\xcb\xcb\xf5\xc6\xe1\x10\xb5\x81\x32\x3d\x1c\x82\xb9\x79\x37\xe3\x99\xa7\x3e\xd2\x38\x1f\x2e\x41\x13\x50\x53\xd5\xf8\xc9\xab\x6a\x04\xe2\xfc\xfd\x99\x20\x35\x53\xcd\x29\x19\x74\xff\xe4\xd4\xc5\x02\x82\xd2\x41\x99\xde\x9b\x90\xe5\xb9\x43\x1b\x9a\xb2\x3c\x27\xcc\xce\x41\xe9\xa0\x4c\x73\x46\xd2\x2d\xe4\xe9\x37\xe0\x16\x12\x08\x4a\x07\x65\x1a\xa2\x03\x76\x33\x9f\x29\x08\x47\x4c\xa7\x9f\x85\xbb\xca\x74\x0b\xf9\x3d\xd3\x9f\x02\xe2\xc4\x6d\x4e\xdd\xa9\x54\xf9\x43\x42\x9a\xa9\xf2\x07\xc2\xd3\x13\xf9\xa1\x33\x9f\xaf\x19\x9d\xaa\xfc\x81\x38\xfd\xc8\x9e\xaf\x19\x13\x72\xb2\x43\x4f\x9d\x22\x20\x3c\x64\x49\xbd\x9e\x7c\x94\x8d\x70\x59\x9a\x0c\x02\x04\xf5\x8a\x32\x4d\x06\x91\xbe\xb9\x1b\xd3\x97\xbe\x59\x28\x9d\xc2\x1e\xb9\xdc\x0b\x01\xf2\xa8\xe6\xf2\x04\x68\xe9\x1c\x9d\xd8\x08\xb9\x9a\x53\x5e\x66\x8f\x71\xe4\x65\xce\xa5\x29\xa1\x78\x46\x2e\x4d\x09\x10\x8e\x74\x99\xbe\x21\x7d\x73\xf7\xaa\xa5\xf4\xcd\x42\x50\xea\x28\xa5\x6f\xce\xa5\x73\x64\x64\x7e\xe9\x1c\xad\x62\xa7\x3e\xb2\x53\xb2\x3b\x3b\xd5\x1d\x72\x99\xdd\x09\x84\x87\x42\x4b\xeb\x02\xec\x66\x08\x62\xc6\x27\x10\x1e\x0a\x2d\x2d\x8e\x64\xd0\xdd\x1b\x99\x92\x41\x0b\x52\xc1\xa6\x64\xd0\xb9\x42\xd9\xf0\xa1\x96\xf9\x19\x40\x50\x11\x29\x97\xdb\x34\x39\xa3\xfb\xc9\x57\x26\x67\xb4\x10\x54\x44\x4a\x39\xa3\x73\x55\xd7\x20\x3a\x66\x79\xb4\x02\x48\x2c\x9b\x4b\x1b\xb1\xd8\x6c\x0d\x8f\x03\x96\x9b\x2d\x20\x28\x9c\x94\x4b\x7f\x69\xa1\x60\xc7\x0f\x23\xbf\x54\xb0\x40\x78\x22\xb5\x54\xb0\xb2\x3c\x0f\x0a\x10\xa6\x2c\xcf\x42\x50\x38\x29\x65\x79\xce\x35\xec\xd4\x55\x63\xf0\x6d\x0d\xe7\x0d\x71\xbd\xa9\x0f\xec\x66\xfe\xf4\xf5\xd9\xde\x82\xb8\x7a\x97\xca\x14\xd8\xcd\xf8\xa9\xda\x14\x90\x1b\x37\x97\xa7\x2d\x0b\xc7\x6d\xc0\x65\x9e\x4b\xc7\x0d\x08\x0a\x27\xe5\xf2\x18\x05\xfe\xe7\x32\x7e\xae\x5e\xa3\x6b\x80\x14\xba\xb9\xbc\xc0\x09\xa3\x73\x19\x06\xc9\xa5\x74\x4e\xe9\x9b\x4f\xe7\xc8\x73\xfb\x75\xfa\xd7\x30\x56\x4b\x75\x0d\x04\x25\x8f\x52\xca\xe6\x94\x9f\x79\xfc\x70\x36\xe4\x67\x16\xc2\x0f\x50\x7e\xe6\x94\x9f\x79\xc0\xb2\x9c\xf2\x33\x27\x9c\xcc\xe1\x11\xdd\x32\x23\x10\x28\x03\x8a\xe2\x5c\x1e\xdc\x03\xf1\x7d\xa7\x6a\x70\x60\x37\x43\x5e\x8f\x2f\x80\xf0\x06\xf7\x52\xab\xcb\xf6\x3c\xe0\x08\x4d\xd9\x9e\x05\xe9\x7d\x53\xb6\xe7\x5c\x68\xd0\x01\x0d\x70\x2e\x35\x28\x10\x27\xce\xf8\x72\xf7\xb9\xd8\x7d\x0e\x03\xd1\xcb\xdd\x27\x10\x27\x3b\x91\xe5\x51\xc5\x42\x35\x8e\xe2\xaa\x51\x35\x2e\x55\x23\x3e\xfb\x52\x35\x2e\x8e\xae\x47\x71\x39\xe8\xb6\x02\xe1\xf1\xa1\xcc\xce\xb9\x1e\x3b\xc5\xbb\x5d\xea\xbc\xa5\xce\x73\x6d\xa9\xf3\x64\x7b\x1e\x45\x8d\xa4\xce\x93\xed\xf9\x74\x6d\xa9\xf3\xa4\x71\x1e\xde\x1a\x95\xc6\x39\xa1\x6e\x0e\x0f\x23\x97\xc1\x24\xa0\x0c\x2f\x92\x2e\xef\xb6\x01\x71\xe2\xb3\x2f\xe3\x4b\xc0\x6e\x86\x20\x06\x98\x00\xf9\x8e\x73\x79\x54\x21\x29\xf4\x80\xcc\x32\x25\x85\x4e\xd8\x9e\xcb\x80\xb9\x32\xa5\x7b\x16\xe4\x40\x4e\xd9\x9e\xf3\xf9\x29\x2f\xca\xec\x51\xd1\x02\x41\x89\xa6\x7c\xdc\x85\xca\x00\x3d\xa4\x78\x94\x01\x5a\x08\x35\xf9\xa3\xa2\x95\xda\x79\x48\xca\x28\xb5\xb3\x10\x6a\x72\xa9\x9d\xf3\x21\x01\x6e\x14\x3c\xa1\xc7\x2d\xe7\xa3\xa2\xed\xf3\xcf\xd6\xfb\x51\x0f\xc3\xf2\x5c\x06\xfc\xa5\x29\xcd\x73\x3e\x6c\x52\x29\xf4\x94\x8f\x9b\xd4\x27\x94\x09\xeb\xfd\xa8\x60\x1f\x15\x2c\x81\xf3\x47\x05\xfb\x84\x13\x81\x97\xf1\xa8\x60\x1f\x15\xec\xb0\x03\xc5\xc4\x09\x1f\x81\x7f\xf0\xe8\x84\x3f\x1c\x67\x6b\x84\x1e\x8f\xb3\x81\xdd\x8c\xbf\x66\x02\x1c\x10\x1a\xa1\xc7\xe3\x13\xa0\x0c\x2f\xe3\x3e\x9e\x9f\x00\x41\x69\xa6\x7c\x4c\x80\x83\xe5\x79\x37\x43\x10\xf7\xb2\x30\x3b\x87\xb4\x00\x8f\x8e\xee\xa3\xba\x96\x29\x4d\x9a\x67\x21\x4e\x57\x86\xea\xfa\x21\x36\x36\x64\x4a\x7b\x8c\x8d\xc9\xfc\x2c\x7b\x80\xcc\xcf\x29\xa5\xf3\x88\xe6\x33\x3b\xe5\x72\x3f\x55\x92\x52\xfa\x66\xa1\x8c\x70\x19\x98\xef\x05\x84\x06\xf2\x51\x83\x03\xbb\x19\xf2\x7a\x7e\xf2\xa8\xd5\xa7\xbf\x64\x25\xc3\xe2\xbc\x9b\x21\x9b\x87\x21\x52\x3a\x6b\x20\xa5\x74\xce\x47\x75\x2d\xcd\xd8\xa3\xba\x7e\x54\xd7\xb8\xa1\x8f\xea\x1a\xb2\xe7\xdd\x8c\x1e\x3c\x33\x01\x82\x92\x48\xf9\x18\xca\x93\xd2\x79\x18\xfb\x97\xd2\x39\xa1\x71\x8e\xd3\x85\x6c\x5a\x18\x50\x46\x28\xaf\x69\x61\x40\x68\x95\x1f\xed\x01\xb0\x9b\x21\xaf\x06\x01\x08\x4a\x22\xe5\xe3\x09\x0c\x64\xcf\xbb\x19\x23\xf5\x68\x45\xe6\x67\x2a\x42\xa7\xcc\xcf\xf9\x68\x4a\x8c\xaf\x3f\x9a\x12\x20\xa8\x9c\x94\x8f\xa7\xde\x12\x44\x0f\x03\xe7\x12\x44\x0b\x71\xfa\x91\x69\x4a\x9e\xd3\x4e\xb1\xfb\x8f\x2e\xfd\x73\xd9\xa9\x8f\xec\xf4\x72\xf5\xa2\xd5\x1f\xf3\xbd\x1e\x4d\x09\xfb\x88\x47\x53\xf2\x5c\x4e\x2f\xfe\xfb\x63\xbe\xd7\x83\x4b\x4f\x81\xa5\x7c\x74\xe9\x1f\x0a\x75\x8d\xea\x27\x63\x38\x12\x90\xf1\x3c\x1f\x0f\x6a\x20\x7b\x2e\x43\x9e\x9d\x47\x17\x55\xe6\x67\x93\x1b\x64\x7e\xce\x47\xad\x2e\xcd\xc7\xa3\x56\x7f\xd4\xea\x6c\x65\x1f\xb5\xfa\x03\xc7\xc9\x90\xe6\xe3\x91\xe3\x44\x82\x68\x73\x20\x24\x88\xce\xe7\xb5\x53\xd4\xf5\x63\xfc\xee\x79\xfb\xbf\xfe\x45\xfe\xf4\x7c\x3c\x32\x06\xca\x90\x71\xe3\x91\xa9\xe4\xd9\x5a\xbd\x52\x87\x29\x1f\xb5\xba\x74\xd3\x43\xc6\x0d\xe9\xa6\x13\x6a\x69\xf9\xd3\x53\x6a\xe9\x7c\x55\xcd\x95\xfd\xd7\xab\x6a\x06\xe4\x4f\xcf\x57\xd5\x2c\x03\xf5\x30\xd4\x2d\x03\xb5\x50\xa9\xa0\x94\xaf\xaa\xf9\xfd\xd9\x29\x0b\xff\xd5\xb9\x7d\x0b\x9d\xa2\x56\x5e\xcf\x82\x81\x32\xe4\x7c\x78\xcd\x5b\x02\xa4\x59\xcf\x57\x6d\x0d\xec\x66\xc8\xab\xba\x06\x2a\x85\x96\xf2\x35\xd3\x19\x8e\xea\xdd\x8c\x91\xea\xf0\x02\xf5\x47\xe0\xfc\xd5\xdf\x7d\x55\xd1\xb2\x34\xbc\xaa\x68\xa0\x52\x8f\x29\x5f\x23\x2c\xaf\x2a\x5a\xfa\x85\x57\x15\x0d\x54\xd3\x38\x5e\x55\xf4\x1b\x76\xca\x0b\x7c\x75\x6e\xdf\xed\xd0\x4a\x01\x9f\xaf\xa1\x13\xa0\x0c\x99\x05\x5e\x63\x27\x6f\x75\x42\xf8\xa5\x2a\xfa\x25\x4e\x32\xbc\xc2\xfd\x1a\x27\x01\x2a\x85\x96\xf2\xd5\x2d\x7e\x89\x45\x0c\x2f\xf9\xbf\xc6\x22\xe0\xb5\x96\x29\x3e\xe5\xb5\xce\x57\x15\xed\x35\xe9\x57\x15\x0d\xc8\x14\x9f\x6f\xff\xfe\xda\x6d\x33\x7a\x50\x45\x03\xd5\xdc\x91\x57\x15\xfd\xea\x2a\x37\x34\xf9\xab\xab\xfc\x0e\x3b\x45\x5c\xe3\x0e\x40\x19\x0d\x5f\xe0\x35\xf0\x00\xd4\x1f\xa1\xee\x57\xad\x0d\xec\x66\xc8\x6b\xe0\x01\xa8\xd4\x63\xca\x57\x4d\xfe\x12\x8b\x18\x0d\xbb\xff\xea\x3e\xbf\x93\x79\xc3\x55\x7e\x75\x95\x5f\x55\xb4\x57\x92\x5f\x55\x34\x50\x7f\xb5\xfe\xd9\x78\xbf\x46\x2f\x5e\x35\xb8\x37\x96\x5f\x35\x38\x50\xdd\x46\xbc\x6a\xf0\x77\x2a\x13\x1a\xfc\x35\x21\x09\x90\x32\x3f\x5f\xef\xfd\xbc\x64\x1a\x0d\x6f\xe3\xbe\x1e\xb3\x00\x52\xe6\xe7\xab\x06\x7f\x0f\x67\x7f\xfa\xcc\xd9\x3f\x98\x7d\x3c\xe9\xd7\x53\xef\x97\xa4\x9f\xe1\xb1\xc5\x6b\x94\x03\xa8\xd4\x88\xca\x57\x2d\xf9\x12\xf8\x18\x5e\xc9\x7c\x75\x9b\x81\x2a\xd3\xcd\xab\xd7\x2c\x95\xf9\xf0\x76\xa4\x54\xe6\x42\x75\x8b\x23\x95\x79\xbe\xba\xc8\xde\x71\x7c\x75\x91\x81\x2a\x21\x8e\xec\xe6\x09\x35\x78\x19\xde\xb2\x93\x1b\x3c\xe1\x01\x97\xf5\x3f\xe5\x01\xcf\x57\x65\xea\x75\xa6\x57\x65\x0a\x54\x89\x71\x5e\xf7\xfb\xaf\xca\xd4\x7b\x4a\xaf\xca\x14\xa8\x12\xe3\xbc\x2a\xd3\x57\xdf\xd7\x0b\x48\xaf\xbe\xef\xfb\xda\xa9\x8f\xec\x14\x72\xc3\xe1\x25\x9f\x57\x72\x43\xa0\xba\xfd\x7a\xd5\xaf\xc0\x6e\x86\x20\x1e\x90\xbc\xea\x5c\x7c\x8d\x57\x9d\xfb\x72\xde\x3a\xba\xea\x4f\x7f\x18\xa8\xb2\xf1\xbc\xba\xc3\x32\x9e\x0f\xae\xe5\x2c\x19\xcf\x85\x4a\xfe\xd4\xfa\x11\x63\x58\x3f\x75\x2e\xf7\x6d\xd6\x0f\x9d\x2b\x54\x48\x7b\xd6\x0f\x9d\xbb\x7e\x24\xd6\x0c\x2e\xd2\xac\x5f\xf1\xa7\x2a\xd3\xfd\xf5\xac\x1f\xca\x74\xfd\x8a\xf3\xb6\x35\xd1\xfa\x11\x29\x10\x2a\x45\xa8\xd6\x0f\x9f\x76\xfd\xa0\xfe\x1b\x30\xed\xae\x1f\x5b\x6f\xa1\xb2\x83\x5c\x3f\x14\xd6\xfa\x91\x58\x33\x46\xf0\xac\x2a\x5b\x65\x42\xb6\xbb\xb4\x7e\x78\x81\xeb\xa7\xc2\x22\xdb\x7e\xfd\xaa\x9d\xaa\xb0\xb6\xbf\xbb\x7e\xd5\x4e\x49\x91\x1c\xa4\xd1\x2f\xe9\xde\x85\x4a\x11\xaa\x25\xdd\xfb\xfa\x35\x3b\xad\xf4\xd0\xec\xb4\xd1\xe9\xfe\xb2\xd7\xaf\xd9\x29\x05\x61\xc7\x68\xfc\x35\x0a\xc2\x0a\x95\xea\x52\xeb\xd7\x94\x83\x32\x7e\x63\x34\x46\xdf\x14\xa4\xa1\x62\x86\xbf\xbc\x7c\xf4\xda\x8c\x91\x76\x5f\x56\xe7\x65\x0d\x7e\xd9\x9d\x71\x75\xee\xf0\x05\x76\x65\xeb\xbc\xac\xe1\x2f\x7d\x59\xea\xdc\xe1\x94\x77\x05\x51\xe7\x0e\x46\xd5\x95\xc3\xf0\xc4\xe8\xbc\xd3\x61\xa7\xc3\x4e\x7d\x64\xa7\xc6\x1d\x86\x82\x0c\xe7\x6d\xf0\xb2\x06\xd3\x3b\x7c\x59\x6a\x49\x72\xa9\xd7\x6f\xfa\xd7\x26\x7f\x6d\x32\x6f\xd3\xbf\xa6\x96\x24\x49\x7a\xfd\xa6\x43\x50\x4b\x4e\x46\x35\x1d\x82\x1e\x2a\x57\xe5\xd6\x6f\xda\xe9\xa4\xd3\xc9\xf4\x4e\x3b\x85\xfa\x6f\x0c\x97\xe5\x61\x0f\x07\xcb\x72\x22\xee\xe1\xb2\x34\x04\xc0\x1d\xb8\x25\xa1\xfc\x82\x3c\xbe\xfe\x14\xf7\xf2\x9d\xaa\xb8\xc8\x39\x5c\xbf\xcb\x79\x53\x71\x29\xee\xe5\xbc\xe9\xde\x91\x73\xb8\xe4\x98\x17\x2a\x89\x78\x0b\xbe\xf9\xbf\x2e\xf8\xe2\x77\x33\x16\xd7\x6d\xa7\xb7\x9d\xfa\xc8\x4e\xe1\xcd\x1b\xd3\xf5\x76\xbb\x90\x6e\x16\x92\x9f\xee\xad\x1c\xf0\xe6\x0d\x32\xf1\xd6\xef\x56\x90\x9b\x85\x74\x30\x21\xb7\x0b\x89\x53\xef\x31\x2b\x82\xa4\x6f\x21\x99\x90\x83\xf5\x96\x4e\x88\x4a\x75\xba\x2c\x53\xd9\x54\xaa\x07\x13\x92\xbe\x85\x74\x42\x1a\xb2\xa5\x82\xa4\x9d\xfa\xc8\x4e\x8d\x3b\x90\xed\xb6\x24\x8f\x5f\x10\xc6\x57\x8a\x51\xad\xdf\xb2\x53\x8e\xb3\xc7\xf4\x13\xe7\x38\x7b\xfd\x16\x13\xe2\x8b\x59\x4e\xc8\x72\x7a\xfd\xc4\x97\xd3\xbb\x78\xf5\x27\x43\x58\xbe\x7a\x15\xfe\xf4\x6b\x7b\xec\xf4\x61\xbd\x9d\x74\xf0\xb8\x1a\x54\xf8\xd3\xd5\xfb\x38\x52\x15\xfe\x49\x07\x8f\x23\x35\xd8\x31\x5d\xf8\x8f\x9d\x3e\x76\xfa\xe7\x9d\xf7\xfa\x3d\xca\x44\x62\xcd\x98\xae\x3d\x12\x6b\xd6\x4f\x7b\xa0\x46\x7c\x9d\x08\x63\x21\xd3\xb5\xf7\x3a\xad\x1b\x2a\x49\x95\x4b\x1e\xf9\x25\x69\xfc\x98\x2c\x03\x49\xe3\x57\xa1\xf4\xf8\x20\x9d\x67\x15\x82\x0b\x42\xa5\xf8\xd3\x2a\x9c\x11\xae\xe2\x6e\xfc\xf8\xf1\xd3\xea\x4f\x71\xf5\xc8\xc7\x5c\x32\x9e\xaf\xa2\x82\xe5\xf8\x64\x15\x15\x2c\x60\x9d\x99\x05\x23\xfa\x86\x69\xb3\xc9\xb3\xc3\x67\xca\xeb\xa3\xd3\x47\x27\xcd\xb6\xf5\x5e\xb2\xa0\x0b\x96\xa3\x59\x30\xa2\x6f\x50\xb6\x86\x6c\x4d\xd9\x9a\xb2\x9d\x3c\x52\x36\xea\xa4\x0e\x8e\x91\x57\xa1\x4e\xea\x2a\xe8\x61\x8a\x3f\xad\xa2\x1e\x86\xe4\x7c\x37\x43\x10\x4e\xce\x16\x8c\xe7\x16\xb7\x59\x32\x9e\xaf\xa2\x82\xe5\xa8\x76\x15\x15\x2c\x50\x4b\xa1\x03\x15\xac\xc4\xe8\x83\xf3\xd6\x25\x31\xba\x50\x29\xfe\xb4\x8a\x0a\x56\xc6\xf3\xc1\x41\xea\x92\xf1\x7c\xc1\x72\x5e\x4b\xf1\x91\x9d\x1a\x50\xe0\xfe\xca\x2a\x04\x14\x84\x4a\x24\x6f\x15\x75\x2e\xb0\x9b\x21\x88\x4a\x17\xa8\x14\x7f\x5a\x65\x38\x21\xc6\x1d\x38\xfa\x5c\x65\xf8\x16\x06\x6f\x61\xfb\xe5\x0b\x92\xf4\x0d\xca\x36\x19\xa9\xea\x1a\xa8\x25\x7c\xe4\xa2\x99\x5f\x33\x3a\x55\xc1\x02\x95\x1a\x51\xab\x4c\x9b\x19\x02\x38\x4e\x04\x39\x9c\x90\x83\x09\xc1\x2a\x4b\x82\xbe\x8a\xf1\xdf\xe3\x64\xf4\x87\xb2\x1d\xca\x46\x07\x87\xb2\xb9\xcd\x3e\x5d\x96\x97\xa3\xbf\x1c\x29\xa3\xba\x1c\xa9\xea\xfa\x54\x10\xd5\x35\x50\x0b\xca\x54\x06\xf1\x25\x5d\xf8\x38\xed\x41\x75\x0d\x54\x42\x9b\xab\xa8\xae\xe5\x01\x1f\xa7\x3f\xbd\xed\xf4\xa6\x53\x3c\x86\x72\xdb\x29\xb5\x3e\x06\x11\xe6\x55\x6e\xd7\xdb\x06\x2b\x22\xad\xa2\x06\x07\x76\x33\xe4\xbd\x15\x04\xad\x4e\x45\xa4\x55\xd4\xea\xe5\x3e\x6d\xc6\x84\xa8\x9b\x81\x5a\xfc\xd8\x6e\xbf\x05\x0e\xda\x06\x31\xe1\x05\x13\xf9\x07\xb5\x7c\x72\xf8\x16\xd4\xea\xc4\x84\x57\x51\xab\x03\xb5\x28\x47\xba\x68\x96\x13\xe2\x27\xb3\x9c\x90\xe5\x84\x20\xc7\x72\x42\xdc\xdb\x13\xd4\x5a\x12\x6b\x0b\x95\x14\xe6\x55\x5e\x47\xa5\x96\x22\xc8\xb0\x8a\x5a\xaa\xa8\xa5\xfc\xc2\xdf\xef\xaf\x29\x1b\x0a\x4e\xae\xed\x15\x14\x19\x9d\x6c\xee\x57\x90\xe8\x2d\xd4\xc2\x57\x1f\x6c\xda\x85\x32\xd9\x40\xaf\x60\xd7\x2e\x54\xf8\x11\x57\x70\x98\xb5\x20\xd1\xde\xcd\xf6\xfc\xca\xa2\x2d\x54\xf8\x11\x97\x24\xda\x0b\x8a\xe9\x32\x29\x1a\xbc\xe4\x98\x5e\xf0\x49\xd7\x82\x99\x93\x4f\x7a\xc1\x1d\x5d\x26\xe7\x23\x4b\xf2\x68\xa1\x92\x99\xbd\xe4\x8e\x5e\x12\x45\x4f\x3c\xef\x25\x51\xb4\x50\xcb\xf7\xcb\xee\x23\x3b\xc5\x57\x0e\x9d\xca\xa8\x76\x7a\xf0\xc8\x4e\x37\xec\x66\xfe\xb5\xd7\x67\x68\x82\x8e\xb8\xaa\x41\xa0\x4c\x1d\xcd\x68\x0a\xa2\x6a\xc4\xe5\x0b\x55\xa3\xec\xd4\x13\x1e\xcc\x25\x3b\xb5\x50\x8b\x72\xe8\x67\x46\x57\x36\x14\x46\xa8\xa5\x80\x4a\x4c\x7f\x05\x7b\xea\x15\xc3\x91\x62\xd1\x61\x8d\xfe\x80\xaa\x5c\xfb\xff\x8e\x74\x3a\x6f\xd8\x60\x99\x97\x17\x2c\xcb\x96\xdd\x5a\xb2\x2c\xaf\x40\x61\x4c\x15\x5c\xa8\x30\x42\x85\x81\x9f\x19\x2a\x0c\xc9\x98\xa7\x9a\x4b\x32\x66\xa1\x52\xb1\x6b\x85\x0a\x43\x32\xe6\xa9\xae\x91\x8c\x79\x41\xc0\x5c\x8b\x53\x79\xda\x29\x04\x53\x93\x0a\x72\x2b\x4e\x7b\x38\xf9\x28\xc7\x9f\x4f\xbd\x57\x70\xec\xb4\xe0\x65\xde\x7f\xc5\xce\x9c\xaf\x93\xf9\x1a\xfe\x61\xe7\xeb\x54\x26\x57\xb2\x4a\x0c\xa8\x05\x97\x3e\x2e\xdf\xdb\xe5\x44\xb8\xf6\x54\x62\xa1\x12\x1b\x3e\x52\xcc\xcb\x4e\x5d\x54\x3a\x93\x40\xa5\xee\xd7\x0a\x9d\xc9\xb8\x59\x19\xdf\x1b\xb9\xed\x41\x25\x86\xd9\x08\x95\x18\x84\xcb\xbb\x19\x73\xa8\xe7\x08\xbb\x72\x2d\xae\x02\x35\x51\xdc\x76\xaa\x20\xaa\x9d\x50\xed\xa0\x14\xe2\xfe\x3a\x7d\x6c\x66\x0f\xae\x5a\xd5\x0e\x2e\x7d\xa8\x76\x80\xdd\x8c\x4e\x75\x30\x81\x4a\x41\xaf\x15\x90\x4e\xac\x48\x65\xb3\x07\x9d\xc9\xc0\x99\xe4\xae\xc3\x0a\x9d\x49\xa0\x4c\x0e\x5e\x56\x90\x36\x2e\x54\xee\x3a\xac\x48\xc5\x5d\x4e\xaf\xcf\x96\xd3\xbb\x98\x5e\x4c\x5a\x2c\xa7\x77\xd9\x29\xce\x6f\xa8\x12\x43\x95\x88\x4b\x1f\xaa\x44\xe9\xa6\x67\xf1\x1b\x58\x5f\x0f\x4c\x08\x2e\x3d\xd4\xd3\x7f\x5d\x50\x47\xef\x66\x0c\x41\x67\x12\xee\xe8\x4a\x55\xae\x15\x8f\x0b\xe9\x71\x85\xa0\x39\x65\x83\x5e\x30\x3f\x57\x28\x4d\x97\xcc\xcf\x2b\xd0\xc3\x33\xd4\x92\xea\xe1\x50\x0f\x2b\xae\x7a\x58\xe6\xe7\x49\x81\xa5\x25\xf3\xb3\x50\xa9\xca\xb5\x42\x3d\x2c\xa5\xf3\xe4\x2c\x64\x49\xe9\xbc\xa0\x71\xae\xdc\xea\x58\x95\x18\xab\xb0\x9b\x1d\x3c\xab\x3e\xc3\xcc\xb1\x89\xaa\x86\x00\x80\xdd\xec\xe4\x59\xf7\x19\x23\x3d\xfc\xe5\xf0\x11\xf3\xc6\x3d\x88\x25\xf3\xf3\x82\xed\xd9\x22\x7b\xab\x72\x53\x47\xd8\xcd\xf6\x48\xab\x1a\xbc\xaa\xc1\xcf\xe0\x51\xf1\x91\x13\x82\x2f\x50\x8b\x82\x14\x26\x04\xad\x03\x59\xf4\x07\x65\x72\x5d\x62\x49\x1a\x2d\x58\x8b\x6f\x41\x20\xbd\x41\xd9\x30\xf2\x12\x44\x2f\x48\xa1\x6b\x61\x83\x50\xc9\x33\x10\x76\x33\x65\x53\xde\x60\xde\x4e\xe4\x08\xe7\x2d\x9c\x90\xea\x33\x05\xd9\x50\xb9\x79\xb2\xe4\x91\x5e\xf2\x48\x4f\x0a\x06\x2d\x79\xa4\x17\x3c\xd2\x16\x00\x5c\xf2\x48\xaf\xaa\xad\x0a\xcc\x5c\xd5\x56\x01\x95\x1a\x5f\xab\x1a\x13\xa9\xda\x2a\x2a\x01\xad\xaa\xad\x02\xac\x13\xb8\xaa\xb6\xaa\xd6\xaf\x53\x64\xd3\x3f\xaf\xd5\x4e\x19\xa9\xbe\x38\x50\x26\xd5\x76\x56\xd5\x19\xaf\xd8\x2a\x6e\xc5\xac\xaa\xad\xaa\xcd\xb7\x80\x56\xaf\x06\x40\xe0\xb8\xae\x1c\xc7\x2d\x39\xae\x97\x0c\xd0\x93\xfa\x38\x4b\x06\xe8\x05\x03\x74\x8d\xc2\xa8\xdc\xa1\x57\xcd\x06\x85\x0e\x56\xd5\x6c\x00\x35\xb0\xe7\xd5\x4d\xbb\x44\xd1\x93\x0c\xfc\x25\x51\xb4\x50\xe3\xfb\xa5\x33\x4e\xa0\x72\x56\xd7\xdb\x61\xa7\x87\x9d\xf2\xfe\x0e\x3b\x85\xbe\x70\x56\x17\xd2\xe1\x3b\xc5\x6c\x7c\xeb\x5e\xb3\x51\x39\x1c\x9a\x35\x7c\xe6\xbc\x9d\xcc\x1b\x8e\x77\x3d\x9d\x37\xed\x02\xf4\xb0\xab\x6a\x17\x80\xca\xc5\x9e\x55\xb5\x0b\x55\xbb\x50\x5d\x48\xda\x05\xa0\x52\x6e\x6b\x55\xed\x42\xbd\xec\x14\x57\xab\xea\xb5\xd6\xcb\x4e\x19\xe9\x65\xa7\xa4\x85\xcd\xda\xfc\x6b\xbe\xac\x0d\xf5\xfb\x3c\x34\x15\xc0\x6e\xe6\x33\x05\xb9\x98\x10\x47\x75\x39\x21\xb7\xd3\x8b\x4f\x52\xf5\x64\x81\x1a\xb8\xc5\x55\x47\xb6\x6a\x3e\xaa\x2b\x44\xf3\x01\xd4\xef\x63\x33\xee\x50\x35\x1f\x9c\x21\xad\xaa\xf9\x00\xea\xf7\xb1\x69\x3e\x6a\xda\x29\xde\x4c\x35\xc8\x50\x93\x85\x84\xa1\xae\xe9\x42\xd2\x2e\x70\x38\xb4\xaa\x76\xa1\x62\x17\xa2\xfe\xb9\x2a\xe8\xaa\x9a\x8d\x9a\xce\x3e\xd6\xa5\x1a\x83\x00\xea\xf7\x65\x2f\x67\x5f\x7b\xc0\xd9\xd1\x92\xf4\x5b\xa8\xdf\x97\xad\x3d\x80\xb9\xbb\x4c\xae\x49\x2c\xa9\xbb\x85\x1a\x78\xd2\x32\x77\x0b\x65\xc2\xba\xbb\xa4\xee\x16\x6a\xf8\x7a\x35\x11\xf5\x71\xbe\xd8\x44\x55\x83\x0b\xd0\x74\xd7\x4f\x4f\x18\x3d\xa8\x9a\x0d\x8e\x71\x56\xd5\x6c\x00\xf5\xd3\x13\xaf\x72\x68\x36\x9a\xfa\x44\xb3\x01\x54\x0a\x8b\xad\xaa\xd9\xa8\x84\x89\x67\x53\x51\xbc\x76\xfa\xda\xa9\x8f\xec\x14\xe2\xe0\xd9\x34\x1b\xaf\x9f\xca\x86\x1a\x2c\x3d\x09\xbe\x85\xdd\x2c\x78\x56\x7c\xc6\x84\xb0\xf4\x9a\xd6\x45\x1e\xf0\xc9\xa1\xd0\x92\x07\x5c\xa8\xc1\xd2\x93\x07\x7c\x35\x52\xc0\x26\xb4\xc9\xab\x71\x24\x26\x54\x4e\xd5\x57\x53\x35\x37\x22\x05\x13\x8a\xdb\xd5\x74\x91\x81\x4a\x99\xb2\xd5\xf4\x90\x9b\x0a\x0b\x2e\xd1\xd5\x54\x58\x40\x0d\xbc\xe6\x06\x23\xcd\x6a\xba\xc3\x1c\x72\xac\xa6\x3b\x0c\x54\xaa\x99\xad\xa6\x3b\xdc\xba\x9d\xf2\x16\x9a\x3b\x74\xa0\x52\xcd\x6c\x35\x37\xe8\x32\x77\x4f\x0e\x39\x96\xcc\xdd\x42\x55\xbf\x36\xbd\x66\xe8\xb7\x77\xb3\xce\x33\x7b\x20\x78\xaa\x7e\x6d\x06\x4f\x81\x32\xbb\xf3\x46\xd2\x96\x50\x49\x0c\x58\xcd\x78\x6a\xe3\x70\x68\x52\x04\x73\xc1\xcf\xbd\x81\x4f\x85\x6f\x51\x4a\xee\xd5\x54\xcd\x30\x34\xae\xa6\x6a\x06\x2a\xd4\xe0\xab\xb9\xb7\x6f\xd3\x4e\xc3\xbf\x66\xa7\xaa\x66\x3e\x59\x99\xbb\x85\xdd\x0c\x41\xf4\xf2\x81\x0a\x83\xf8\x6a\xdc\x73\x5f\x4d\x8f\x1e\x86\xc6\xd5\xf4\xe8\xdb\x81\x6c\xb8\xc5\xed\x50\x36\x2e\xb5\xcf\x5e\xfd\xe9\xed\x33\xf4\x1a\xfe\x6e\x53\xa9\x03\xbb\x99\x3f\x55\x5e\x15\xfd\x50\x0e\xe7\xed\xf4\x2d\xa0\x9a\x65\x15\x17\x2a\xb5\xd1\x96\xac\xe2\xab\x91\xb4\x35\xa1\x39\x5c\xcd\xb0\x40\x53\xe7\xe2\xb4\x36\x75\x6e\x4b\xe7\xcd\xd1\xeb\x67\x02\x15\x12\xf4\xd5\x52\x39\x54\x35\xd0\x2d\xae\xa6\xaa\x69\xaa\x1a\xdc\xe2\xa6\xaa\x69\x7a\xa8\x94\x3a\x5c\x4d\x0f\x15\xa8\x5c\x7f\x5c\x4d\x0f\xb5\xe9\x7a\x72\xd1\x62\x35\x5d\x4f\xa0\x42\xa9\xbe\x9a\xae\x67\xa3\xbe\xc0\x84\x74\x6a\xb5\xe5\xcb\x5a\xac\x10\xd7\xbd\x11\xd0\xc6\xc1\xd5\xe4\xa2\xc5\x82\xd7\xfc\x83\x4a\x09\xb5\x25\xbb\xf9\x6a\x6a\x24\xa8\x98\x56\x53\x23\x01\x95\x2c\x8e\xd5\x1e\x3b\x55\x23\xc1\xb1\xb4\x64\x3c\x17\x6a\xf8\x15\xa9\x91\xa4\x32\x9f\x94\x13\x5c\x52\x99\x0b\x95\x2c\x8e\x25\x95\xf9\x82\xb6\xbc\x4c\xc8\x93\x96\xbc\xe5\x42\xe5\x6a\xe6\x6a\x2a\x29\x60\x37\x63\xf4\xaf\x82\xa8\xb8\x70\xb2\x9b\x8a\xab\xe9\xef\x7a\x9c\x23\xbd\xf9\xea\x1c\x66\x4d\x28\x90\x56\xd7\x93\x05\x2a\xb7\x3a\x57\xd7\x91\xed\x6a\x29\xb8\x8d\x56\x57\x4b\x75\xb5\x14\xfe\x79\x57\x4b\xc9\x8c\x3e\xe1\x36\x5a\x32\xa3\x0b\x95\xea\x6b\x4b\x66\xf4\x25\xe5\xf9\xf4\xec\x46\xca\xf3\x05\xcd\x79\x25\x39\x65\x75\x3d\x54\xa0\x4c\xb8\x15\x57\xd7\x45\x05\x2a\xc9\x29\xab\x7b\x5a\xd6\x0d\x28\xc0\x46\xb4\xe4\x10\x5f\x5d\x27\x8d\xcd\x89\x84\xe0\xab\xab\x1a\xb9\xdb\xb2\xba\xaa\xb1\xab\x1a\xf1\xcf\xbb\xaa\x51\xde\xf0\x09\xdb\xc9\x92\x37\x5c\xa8\xf1\xfd\xd2\x09\x69\x76\xca\x8a\x96\x10\x7c\x75\x82\xa8\x54\x5f\x5b\xdd\x20\x2a\x50\xe6\xfc\xf9\xd7\x5e\x9f\xb1\x06\x71\xe3\xbb\x71\x55\x60\x37\xfb\x73\x65\xb1\xd5\x8d\xbb\x02\x96\xab\x5e\xd0\x8e\x6f\x98\xfe\x15\x9f\x39\x39\x9d\x6f\x56\x31\xc9\xed\x5a\x5d\xad\x0e\x5b\xc7\xea\x6a\xf5\xae\x56\x67\xfb\x25\xd3\xf8\x92\x56\x7c\x4e\xcc\x9c\xb4\xe2\x42\xa5\xd4\xc0\xea\x6a\x75\x28\xc4\x77\x33\x7a\x50\x85\x03\x95\xeb\xad\xab\x0f\xdf\xe5\x50\xb6\xe2\x33\x65\x1b\xca\x86\x1c\x43\xd9\x48\x01\x9b\xf0\x6b\xac\x4e\x0a\x98\x50\xab\x53\x68\x74\xb6\x6b\x23\xe0\xd7\x58\x5d\x1b\x01\x54\x52\x83\x56\xd7\x46\x40\x38\xbe\x9b\xf1\xcc\x93\x33\xd8\xc7\x6b\x75\x8e\xa6\xb2\x69\x23\xe0\xb0\x58\x5d\x1b\x01\xd4\x8a\x11\xea\xd3\xc5\xad\x8d\x80\x69\x70\x49\x52\x2e\x54\x8a\xb4\xad\xae\x8d\x90\x7d\x7c\x4e\xbf\x32\xfd\x72\x18\xc7\x2b\x45\xda\x16\xb4\xe3\x1f\x94\x09\xb3\xc3\x92\x7d\x7c\x75\x94\x7f\xf5\xc5\xa8\xfc\xbb\xe1\x1c\x58\x05\x97\x1c\xe2\x42\xa5\xac\xda\x92\x42\x7c\xf5\xcb\xb7\x80\x67\xd1\x8d\x93\x00\x56\x2a\x5f\xdd\xe3\xba\xae\xe3\xe8\x99\x4d\xd7\x71\xec\x38\x8e\xd5\xf7\xa7\x67\x28\x3d\xf6\xf4\x2c\x44\x7a\x6c\xa1\x52\x56\x6d\x49\x8f\xbd\xe4\xbd\x9e\x87\x73\xa9\x56\x07\xaa\x9b\x92\xae\x56\x07\x76\x33\x7e\xea\xc1\x16\x50\xab\xab\xc1\x73\x2d\x79\xaf\xe7\xe1\x24\xe9\x67\xc2\x75\x6d\x15\xf5\xd5\x97\xb2\x51\x28\x79\x1e\x8e\x7e\xb9\x42\x16\x2b\xc4\xd5\xa0\x3d\x00\x76\x33\x65\x53\x5e\x8e\xc4\xaa\xab\xc1\x23\xb1\x6e\x78\xe2\x70\xf4\xfa\x9e\xf0\x5e\x57\xca\xaa\x2d\x79\xaf\x57\xd7\x46\x1c\x2e\x4b\x6d\x04\x50\x29\xab\xb6\xba\x36\x42\x7a\xec\x79\xd8\x83\x36\x02\xa8\x94\x55\x5b\x5d\x1b\x21\xef\xf5\x3c\xfc\xa9\xee\x28\x24\xd7\xd5\xed\x97\x1c\xd7\x42\x99\x5c\xe1\x5c\x10\x5e\x7f\x50\x29\xab\xb6\xe4\xbd\x16\x76\x33\xe4\xd5\x6e\x00\xb5\xba\x52\x5f\xe7\x4d\xe5\xcf\x15\xce\x25\x17\xf6\x82\x0b\xdb\x7a\xf1\x4b\x2e\xec\x35\xb4\x07\x9e\x48\x0d\xed\x01\x60\xbd\xf8\x25\x3d\xf6\x1a\xda\x03\xae\x49\xae\xa1\x3d\x00\xac\x17\xbf\xa4\xcc\x5e\x72\x61\x4f\xee\x3f\x2e\xb9\xb0\x17\xfc\xd7\x95\xb2\x6a\x6b\x98\x03\x01\x94\xc9\xe5\xc1\x35\x48\x28\x5b\x03\x7b\x50\xd9\x62\x0c\xed\xc1\x30\x3c\xe1\x89\xd4\x30\x3c\x01\xd4\xaa\xb8\xba\xc5\xa3\xd8\x29\x8e\xdb\x08\x3b\x25\x53\x8c\x7a\x69\x6b\x90\x29\xb6\xa4\xcc\x9e\x10\xaf\x2d\x29\xb3\x85\x5a\x1d\x95\x11\x0b\xe8\xaf\x77\x33\xe4\x35\xc8\x00\xd4\xca\xde\x61\x18\x23\x1f\x06\x14\x3c\x43\x92\x8b\x7a\xc1\x3b\x5d\x29\xab\xb6\xe4\x9d\x5e\x43\x5b\x05\x07\xda\x92\x64\x5a\xa8\x6e\x5b\x87\x19\x15\xf2\x4e\x4f\x6e\x38\x2d\x79\xa7\x85\xea\xb6\x75\x68\xab\xe0\x98\xde\xcd\x0e\x9e\x29\x2f\x71\x07\xb7\xad\xc3\xb8\x83\xbc\xd3\x93\x1b\x4e\x4b\xde\xe9\x05\xd7\x74\xad\xec\x1d\x86\x19\x15\xc0\x6e\x86\xbc\x90\x4d\x0a\x95\xea\x6b\x6b\x68\xe5\x80\xdd\x4c\xd9\x94\x17\xcb\x57\x7d\x7f\x5a\xbe\xa1\x49\xe3\x46\xd6\x1a\xda\x2c\xa0\x56\xdf\x9f\x36\x0b\xe2\xea\xdd\x0c\x41\x3c\x3e\x84\xc5\xba\xba\xa5\x96\xc5\x7a\x0d\x4d\x9b\xc7\x60\x43\xd3\x06\xd4\xda\xed\xc0\xf5\xa6\x69\xe3\x2e\xd5\x92\xec\x5a\xa8\xee\xbc\x87\xa6\x6d\x90\xec\x36\xb9\x10\xb5\x06\xc9\x6e\x42\xa5\x48\xdb\x1a\xda\x27\xa0\x4c\x2e\xf6\xac\xe1\x59\x21\x50\xab\x6b\x4b\x9b\x05\xb1\xf5\x6e\xf6\x4f\x9c\x7a\x4b\x7c\xbd\x20\xb9\xae\x6e\xf3\x25\xb9\x5e\x43\x5b\xc5\xdd\x9a\x35\xb4\x55\x40\xad\xae\x50\xb3\x3c\x06\x7c\x59\x93\x4b\x33\x6b\xb8\x8f\x00\x6a\x65\xcf\x30\x34\x38\x40\x99\x50\xa5\xad\x71\x7c\x3f\x65\x5a\x89\x60\x0f\x8d\xd0\x30\x38\x74\xfa\xf9\xb8\x8f\x80\x96\xba\x56\xd7\xbb\x7b\x86\xa1\x11\xf2\x94\x6c\x68\x84\x86\x46\x08\x4b\x32\x34\x42\xb2\x57\xcf\xd3\xb5\xe7\xd6\x02\xa8\x75\xf8\x48\x39\x20\x65\x99\xa7\x8b\xca\x48\x10\x50\x0d\x45\x8c\xd3\x4e\xa1\xd5\x9a\xa7\x53\x0d\xad\x96\x50\xe1\x7f\x58\xc3\x78\x11\x50\xe6\xe9\x5c\x1a\x30\x02\x2a\xf5\xe5\xd6\xf0\x80\x74\x18\x43\x22\x01\x7f\x49\x55\x2d\x54\x68\x22\x96\x4c\xd5\x6b\x78\xb6\x70\x3a\x2c\x03\x46\x40\xad\x7e\xd9\xc6\x8b\x64\xaf\x9e\xa7\x82\x78\x40\x0a\x54\xca\xd0\xad\xe1\x71\x03\x4c\xd4\xbb\x19\x3f\x35\x12\x04\x54\xa3\x29\xc3\xb3\x05\xa0\xcc\x13\x4f\x5a\xaa\x6a\xa1\x52\x67\x6e\x0d\xe3\x45\xc3\xe0\x10\x19\xe2\x4b\x0e\xea\x05\xdf\x74\xa5\xce\xdc\x92\x6f\x7a\x0d\x6d\x3c\xe9\xd5\x6b\x68\xe3\x81\x4a\x9d\xb9\x35\x52\x39\xb4\xf1\xa7\x4a\x21\xbf\x1e\x18\xe9\xe1\x2f\x1d\xe9\x72\x7a\xfd\xda\x35\xe8\x40\xad\x8a\xab\x3d\x97\x96\x7a\x7a\xa4\x29\x2d\xb5\x50\x0d\x08\x49\x4b\xbd\x06\x94\x5f\xc7\xcf\xcf\x78\xf9\xe1\x2d\x3e\x3c\x35\xa2\x66\x1f\xd8\xcd\x7c\xa6\xbc\xba\x02\xc4\xef\x87\xae\x80\xec\xd5\xc7\x8f\x78\x8d\xec\xd5\x42\xad\x2a\x4e\xa3\x50\x03\x1b\x7f\x90\xc2\xbc\x86\x36\x1e\xa8\xa4\x26\xaf\x61\x3e\x8b\x24\xd7\x87\x47\xab\x92\x5c\x0b\x95\xd4\xe4\x35\xb4\xf1\xb2\x57\x1f\x3f\x95\x82\x1b\x3c\xa0\x56\xd5\xb0\x1b\xbc\x41\x66\xe2\xf1\xf3\x73\x36\xbe\x34\xb4\xf1\x6c\x23\x86\x36\x7e\x10\x72\x3a\x48\xc5\x5d\xc3\xdd\x1c\xec\xd5\xd5\x08\x99\xec\xd5\x4b\xf6\xea\xe3\x87\x09\x96\xbd\x5a\xa8\x95\xf7\x37\x0d\x2f\x49\x68\x7d\x90\xcf\xba\x24\xb4\x16\x2a\x69\xd3\x6b\x6a\xbc\x27\x99\x89\x07\x19\xa8\x6b\x7a\x90\x30\xb5\xca\xe8\xfe\xa9\x55\x86\x6e\xba\x1c\xa4\x48\x2e\xf9\xa6\x17\xdc\xd2\xb5\xb2\x1a\xe4\x96\x5e\xb3\x38\x04\xf4\xf0\xd4\x2a\x4f\xad\x32\xfb\x84\xa9\x55\x96\x82\xfa\x30\xbf\x50\x0a\x6a\xa1\x52\xc8\x6e\x4d\xad\xb2\xe4\xd1\x87\x07\xb5\x92\x47\x2f\x08\xa3\xab\x41\xbe\xe9\x69\x00\xb0\x9b\xf9\xd3\xdb\x67\xfb\x93\x31\xc8\x37\x3d\x20\x00\x76\x33\x7f\xaa\x20\x18\x6f\x2a\xd4\xad\xa9\xf1\x86\x4f\xba\x1c\x66\xdd\x49\x28\xbd\x20\x8f\xae\x54\xa8\x5b\x92\x47\x2f\x88\xa2\x77\x33\x46\xaa\x8d\x07\x2a\x15\xea\xd6\x34\xa9\x47\xf2\xe8\xc3\xcc\x36\xc9\xa3\x85\x4a\x1e\xf9\x9a\xda\x78\x59\xa1\x0f\x53\xd6\x64\x85\x16\x2a\x79\xe4\x4b\x56\xe8\x35\x9b\x9f\x0c\x8b\x6b\x9a\x35\x09\x54\x0a\xd9\xad\xa9\x3d\x07\xca\x61\x5a\xd8\xf4\x34\x1b\xa8\x70\xc8\x2c\xf9\xa4\x17\x0c\xd0\xbb\x19\x9d\xba\xf9\x84\xf5\xb9\x52\x58\x6c\x4d\xad\xf2\xec\xca\xe6\x0b\xd4\x2a\x03\xd5\x70\xe6\x34\xa9\x07\xd8\xcd\xe8\x41\x4b\x0d\x61\x74\x35\x9c\x39\xdd\x70\xca\x0a\x7d\x14\xe2\x35\xb2\x42\x2f\x98\xa0\x2b\x65\xca\xd6\x34\x5b\x07\xd8\xcd\x98\x24\x18\xd5\x84\x6a\xd4\x73\x1a\x32\x04\x76\x33\x7f\xaa\x20\x6c\x38\x5b\xd8\x81\x72\x60\xbc\x0f\xf3\xa8\x24\x94\x16\x2a\x35\xe5\xd6\xd4\x78\xc3\x27\x5d\x8e\x52\xfe\x89\x43\x6f\xf9\xa6\x85\x4a\xc9\xb9\x35\xdd\x7b\xce\xe1\x08\x1d\xb5\x36\x1e\xa8\x94\x9c\x5b\xd3\x4c\x4e\x99\xaa\x0f\xf3\xa7\x64\xaa\x16\x2a\x25\xe7\xd6\xd4\xc6\x4b\x41\x7d\x14\x47\xed\x46\x73\x72\x4e\x44\x19\xba\x35\x3d\x27\x9a\x64\x72\x1e\xa6\x0b\x4d\x23\x8f\x40\xa5\x0c\xdd\x9a\x06\x1e\x61\x9d\xde\xcd\xf8\x6b\x46\x19\xe7\xe1\x44\x30\x37\x6e\x34\x61\xa2\x2e\x87\x47\xf9\x53\x57\x00\xa8\x54\x7f\x5b\xd3\x88\xa2\x14\xd4\x87\x49\x34\x52\x50\x0b\x95\xfa\x72\x6b\xea\x0a\xcc\xd3\x4e\x71\x2c\xa6\xe7\x44\x10\x49\xd7\xc6\x76\x46\x1e\x69\x61\x37\xf3\xaf\xf9\x19\x9f\x7c\xc6\x6c\x23\xa6\x47\x47\xc0\x6e\x86\xbc\x7a\x0c\x40\x6d\x8a\xab\xc7\x00\x9d\xf4\x6e\x76\xfe\xcb\x5f\x5f\x69\x16\x85\xc6\x8c\xbf\xd2\x2c\x0a\x15\x32\xe1\xf7\x64\xd7\x23\x4c\xf2\xb2\x5f\x58\x18\x3f\xa8\x5c\x4d\x78\xe5\x62\x14\xe6\xf9\xf3\x51\xf7\xd1\x5e\x78\x30\x63\xbd\x50\x35\x7e\x50\xcf\xef\xd1\xf4\xd1\xfe\x5e\x71\x9f\xde\x93\xcd\x92\xf0\xbf\x1e\x9d\x3e\xda\xf3\x03\xd7\xea\x7b\x92\xc7\x23\x34\x92\xae\x5e\x68\x1f\x3f\x68\xb8\x19\xaf\xe4\x8f\x42\xe3\x3a\xe9\x0b\x11\xe4\x5f\xdf\x73\x6f\xa2\x1a\x5e\xc6\x7b\x16\xa5\xdf\xd0\x0f\xa5\x2f\x4a\xbf\x35\x7c\xc3\x42\xbf\x72\x3a\xbe\xe7\xd6\xd6\x96\x58\x7c\x4f\xce\x14\xde\x73\x6b\x69\xab\x1d\xbe\x67\x38\x85\x1b\x1a\x1a\xf9\x3d\xc3\x29\xdc\xd0\xd0\x97\xef\x19\x4e\xe1\xde\x4d\x35\x94\xde\x7b\x86\x3d\x6e\x1d\xdd\x50\x49\xaf\xf4\x90\x2f\x94\x90\x8d\x4f\xfc\x3d\xe3\xeb\xf1\xd9\x8f\xc2\x1e\x5f\x1f\xbd\xff\xfa\x97\x46\x25\xa7\xf7\xac\xbe\xda\x5a\x78\x44\x8f\x55\x21\xb6\x86\x6e\x54\x6d\x7a\xcf\xea\x80\xf6\xc6\xab\x75\xff\x56\x75\x0a\xf7\x4e\xca\xe2\x5f\xef\xd9\x1c\xd0\x56\xc6\xad\x57\xe6\xab\x39\x5f\x5b\xff\x36\xe8\x8d\xde\xb3\xf9\x6a\xb7\x92\xb5\xfa\xd5\x7b\x36\x5f\xda\x86\xd6\x3b\xb3\xda\x7c\x69\x8d\x1e\x07\x3d\xb6\xaf\xc7\x87\x47\xcc\x44\x73\x40\x1d\x21\x26\x7f\xbe\x2b\x44\x67\x40\x93\x56\xdd\x01\x6d\x0d\x6b\x29\xa0\xf7\xec\x0a\xb1\x15\x6c\x1b\x4e\x61\xb7\xc7\x0d\x8d\x68\xca\x7b\x76\x7b\xdc\xd0\x48\x89\x7b\xcf\xee\x44\x6f\xf8\xc7\x02\xe8\x2e\x93\x0d\x8d\x1c\xb6\xf7\xec\xce\xfd\x86\x46\x92\xc1\x0b\x15\xe6\x07\x8d\x74\x98\x57\x42\x4c\xa1\x91\xac\xf2\x42\x8e\xf9\x41\xa7\x0c\xd0\x2b\x47\xa6\x30\xbe\xf7\x38\x5c\x13\x1b\x3a\xb9\x59\xaf\x14\x99\x42\x83\x7b\xe0\x3d\x87\xcb\x64\xc3\xec\x0e\x68\x38\xec\x0d\x9d\x3c\xf0\xf7\x1c\x7e\x56\x1b\x7a\x71\x26\x86\x6f\x7b\x83\x21\xff\xf7\x1c\xbe\xa1\x0d\x9d\xdb\x1a\xef\x39\x9c\xaf\x0d\xbd\x7e\x03\x72\xbe\x36\x4c\x32\xbe\x5f\x69\x3a\x85\xce\xee\xeb\x95\xa6\x53\xe8\xed\x60\x01\x0c\xe7\x6b\xc3\xc0\xa3\x7d\x61\xf1\xfc\xa0\x7f\xaa\x63\x3a\x5f\x1b\x64\xcb\x7b\x25\xeb\x14\xe6\x4f\xe9\xa7\xf3\xb5\x61\xb2\xbd\x79\xe1\xf2\xfc\xa0\x7f\xca\x6a\x3a\x5f\x93\x0f\x59\x0d\x30\x9d\xaf\x39\xf9\x60\x90\x6b\x3a\x13\xf3\xe2\x91\x7f\xde\x31\x4e\xbe\x34\x17\xf9\x54\xfa\xc9\x97\xe6\x02\x98\x4a\xbf\xcd\x8a\x75\x33\xdf\xf3\x50\xd4\x0d\x96\x2f\x7e\xcf\x43\x51\x0f\x3e\xf7\x86\x10\x87\xa2\x6e\x68\x14\xba\x7c\xcf\x43\x51\xf7\x96\xb3\x35\x15\xf2\xe1\x7b\xdc\xd0\x9a\xaa\xf6\xf0\x3d\x6e\x33\x63\x35\xcc\x57\xb6\x50\xa1\xb5\xf1\x3f\x6e\x81\x9d\xed\x7f\x1a\xe5\xf7\x3c\x1c\xc8\xc1\xb2\x75\xce\x0f\x07\x72\x32\x90\xc1\x9f\x3d\x1d\xc8\xc9\x40\x06\x2f\xeb\x74\x20\x27\x4a\x6a\x30\xc1\xa7\xb3\xb9\xa1\x15\x5f\xfc\xa9\xd4\x27\x13\xec\xd7\x7a\x3a\xc1\x1b\x5a\xf3\x35\x9c\x2e\xb5\x0d\x56\xb1\x7c\x25\x2a\x7d\x21\x25\x6d\x4d\x45\x7c\xba\xae\x4e\xc6\xe6\x2b\x3d\x95\x7e\xc3\xf8\xa6\xee\x54\xfa\x0b\xe9\x0f\x7a\xbc\x94\x7e\xc3\x3f\xd6\xd5\xa5\xf4\x17\xaf\xc1\x65\x7b\xf9\x1a\x36\x34\x12\xeb\xde\xf3\xf2\x35\x6c\xb0\xd4\xf4\x7b\x5e\x8e\xf1\xe2\xcd\xb8\x92\x2f\xc7\x78\x31\xa0\x03\x21\x2e\x07\x74\x31\xa0\x53\x21\x1c\xd0\x75\xfd\x6f\x65\x70\xb9\xae\x2e\x06\x74\xda\xa3\x03\xda\x30\xe7\x27\xd7\x37\xa0\x97\x56\xfc\xf0\xf6\xab\xb8\x19\xa3\x66\xe4\x76\x8c\xf7\x16\xb5\xfb\x39\xdd\x8a\x7a\xa3\x88\x35\x23\xb7\xa2\xde\x28\x62\x4d\xe5\xad\xa8\x1b\xfa\xfc\xfe\xbc\xa2\xee\x7d\xb3\x55\x08\xdf\xf3\x76\x5d\xdd\x28\xbc\x83\x29\xbc\x15\xf5\x46\x37\xbb\xfa\x6e\x45\xdd\xf0\x0f\x4d\x99\x8a\x9a\xe8\x66\x6d\x6c\x3a\xf7\x89\xcd\xf0\x75\xa4\x13\x9d\x48\xef\xdc\xa7\xd2\x6f\x98\xdc\x89\x7e\x61\x86\xfd\x60\x90\x5b\xfe\xca\x0f\x2b\x58\xbe\xef\x85\x2b\xf6\x83\x56\x9c\xc2\x74\x8c\x89\xb1\x51\x07\xa6\x63\xdc\xdb\xf8\xd6\x5d\x26\xe9\xfa\x4a\x86\xad\xc2\x4b\x87\xbd\xc1\x7a\x7e\xef\x99\x0e\x3b\x19\xf6\x27\x97\xc3\x4e\xf4\xbc\x3f\x5c\x0e\x7b\x31\xc6\x93\x31\x2e\xc7\xb8\xf7\xf0\x96\xc4\x7b\xa5\x8b\x7d\xa1\x86\xb5\xfc\xdd\x2b\x35\xac\xf0\x0f\x6b\xb0\x94\x6b\x43\x1b\x7a\x08\x4b\xb9\x36\xb4\x51\xec\x51\xb9\x36\xb4\xa1\xc3\xb6\x94\x6b\x83\xa5\xe9\x5e\xe9\x63\x85\x7e\x6a\x76\x1f\x57\xce\xb3\x3f\x05\x0e\x5e\x5f\xa9\x62\x85\x56\x5c\xd1\x8f\xd2\x6f\x68\x43\x4d\xf9\xf8\x86\x1e\x6c\x6c\xd8\xca\x37\xb4\xa1\x0d\x95\xe7\xe3\x18\x1f\xcc\x6e\x65\x40\x8f\x73\xbf\xa1\x0d\x6d\xec\xe3\xb0\x1f\x5c\x31\x67\xf5\x71\x8c\x0f\x63\xac\x3e\x72\x8c\xef\x5e\xf7\x14\xaa\x7b\x61\x91\xdd\x80\x10\xea\xd3\x57\x21\x5e\x84\x70\x8c\xaf\x42\xbc\x08\xa1\xf2\x7c\x15\xe2\xc5\x96\xb9\xc8\x5f\x85\xd8\x30\x9a\x0e\xdb\xeb\xdc\x6f\x90\x89\xef\x95\x5d\x56\xe8\x53\x95\xf6\x7e\x72\x69\xfb\x7d\xe4\xdc\x6f\x18\x10\x65\xbe\x52\xd0\x0a\x63\x7c\x8f\x8a\x8f\xf6\xd7\xc1\x61\xf3\x7b\xe9\x52\x03\x53\xd7\xe2\xd2\xa5\x06\x1a\xd9\x2f\xef\xa5\x4b\x0d\x34\x12\x14\xde\x4b\x97\x1a\x68\x44\xf4\xdf\x4b\x97\x1a\x98\x1d\x6f\xe3\xd2\xa5\x06\x3a\xbb\xe2\x57\xce\x5b\xc1\x63\xcd\xf7\xd2\xa5\x06\x2a\x75\xfd\x5e\x69\x70\x85\xea\x44\xcb\x82\x2b\x54\xf8\x57\xdf\xd7\x01\xbd\xd4\x82\xc4\x85\x7b\xd9\xc1\x0b\x90\xa9\xbf\x2f\x1b\xf8\x97\x0b\xd6\x15\xe7\xe6\xd5\x77\x02\xd8\x04\xbe\xde\xa7\x7d\xb9\x4f\x4b\xce\xfd\xeb\x75\x5a\x81\xac\xcb\xf7\x75\x95\x02\xc4\xa7\x5f\xef\xd2\x0a\x05\x37\xf3\x75\x41\x02\x35\xfe\x4f\x73\xb8\xff\xff\xef\xd7\xdf\xfe\xe5\xff\xfe\x7f\xae\xbf\xfd\xbf\xd7\xbf\x3f\x7f\xc9\xff\xfe\xfb\xdf\x9f\xff\xf8\xaf\xf5\x6f\xf9\x5f\x7f\xf9\xbf\xf6\xd3\xbf\xac\xe7\xfd\xb7\xff\x78\xfe\xfe\xfc\x7f\xff\xf9\xdf\x7f\xcf\xe7\x2f\x7f\xfb\xcf\xbf\xed\x5f\xf1\xef\xff\x0f\x00\x00\xff\xff\x0a\xdc\xcd\xda\xad\x7f\x02\x00"); -func _cac ()([]byte ,error ){return _c (_egfd ,"GB-H")};func _fbca ()(*asset ,error ){_cda ,_abdc :=_affgd ();if _abdc !=nil {return nil ,_abdc ;};_ffgbc :=bindataFileInfo {_dae :"UniJIS2004-UTF8-V",_fb :3961,_ae :_be .FileMode (436),_g :_a .Unix (1580492834,0)}; -_gdbcd :=&asset {_dd :_cda ,_ef :_ffgbc };return _gdbcd ,nil ;};var _abdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\x4d\x8b\xdb\x3c\x10\x07\xf0\xbb\x3e\xc5\x1c\xf7\x39\xec\xe3\x91\xfc\x1a\x10\x81\x92\x65\x21\x2c\xdb\x96\xa4\xb4\x67\x47\x1a\x07\x43\x23\x1b\xc5\x39\xe4\xdb\x97\x99\x71\x52\xe8\x21\x28\xfa\x59\xfa\x33\x8c\xa6\xd8\xed\xdf\xf6\x69\x5c\xa0\xf8\x9e\xa7\x70\xa4\x05\x86\x31\xc5\x4c\xd7\xe9\x96\x03\xc1\x89\xce\x63\x32\xc6\x3a\x88\x63\x58\x1e\x5b\x59\xc2\xa5\x9f\x8d\xe1\xfb\xc7\xfb\x75\xa1\xcb\x3e\x0d\x13\x94\x7a\x2e\xde\xe6\xf5\x2c\x40\x71\xa0\xf3\x78\x5d\xf2\x1d\x5e\xbe\xc4\xe9\x44\xff\x41\xa4\x81\xfd\x5b\x8e\x94\xc7\x74\x86\x97\x8f\xc3\x13\x8f\xb7\x79\xfe\x4d\x17\x4a\x0b\x58\x31\x4a\x51\x56\x53\xec\x3e\xfb\xf9\x6b\x7f\x21\x28\x24\xe7\xf5\xe3\xf0\xaa\x47\xe4\xcb\x4f\xca\xd7\x71\x4a\x60\xff\x47\x74\x7f\xf9\xc7\x7d\xa6\x35\xc9\x14\xbf\x3e\xa7\x48\x80\x8f\xbc\xfd\xdb\x6e\xba\xa5\x05\xaa\xa6\x6c\xd5\xac\x56\x1d\xa6\x48\xd7\xb9\x0f\x94\xfb\x74\x26\x03\xe0\x11\x11\xb7\xe0\xad\x7b\x7f\xdf\x72\x49\xff\x9c\x30\x76\xb3\xde\x1c\xa3\xca\xe3\x06\xe2\x30\x6c\x01\x8d\x47\xab\x7b\xcb\x7b\x57\x37\xc6\xa3\x53\x71\x2c\xb5\x75\xc6\x63\xa9\x52\xb2\xb4\x4d\x67\x3c\x56\x2a\x15\x8b\x45\x57\x19\x8f\xb5\x52\x2d\xe4\x3a\xce\x6e\x94\x1a\xa1\xba\xe4\xf0\x56\xa9\x15\x6a\x37\x9c\xde\x29\x75\x52\x01\x56\x1c\xbf\x51\xda\x08\x95\xc8\xf1\xbd\x52\xbf\xd6\xc9\xf1\x27\xa5\x93\x50\x67\x39\x3e\x28\x05\xa6\x12\x5b\x8e\x8f\x4a\x51\xa8\x74\x1c\x4f\x4a\x24\x54\x77\x1c\x3f\x28\x0d\x42\x5d\x85\xc6\xdb\xb5\xb7\xd2\xa9\x0a\x37\x8d\xf1\x56\x9b\x65\xa5\x59\x55\x59\x3b\xe3\xad\x5b\x5f\xc0\x86\x2d\x54\x0d\x76\xf2\x0c\x8f\x76\xf3\x7f\x9e\xc7\xe7\x8c\x84\x5b\xce\x94\x16\x99\x46\x19\x04\x7e\xe0\x31\xd1\x73\xb2\xe7\x69\xe6\x5b\xf2\xfb\x13\x00\x00\xff\xff\x1f\x7c\xbd\x4b\x05\x03\x00\x00"); -type asset struct{_dd []byte ;_ef _be .FileInfo ;};func _fcb ()([]byte ,error ){return _c (_bge ,"90msp-RKSJ-V")};var _dfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x6b\xeb\xc6\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\x7f\x71\xff\x99\xe7\x45\xa3\x11\x88\x40\x49\x08\xa4\x70\xdb\xd2\xf4\x0d\x4a\x17\x8e\x34\x0e\x86\x46\x36\x8a\xb3\xc8\xb7\x2f\xe7\x39\x76\x28\x5d\x04\x47\xc7\xd2\x23\xe5\x77\x32\x9a\x9b\xbb\xc7\xfb\xc7\xf5\x70\x4e\x37\x3f\x6d\xc7\xf9\xa9\x9d\xd3\xfe\xb0\x2e\x5b\x7b\x3b\xbe\x6f\x73\x4b\xcf\xed\xe5\xb0\x76\x9d\x68\x5a\x0e\xf3\xf9\x7a\x18\x1f\xf3\xeb\xee\xd4\x75\xb8\xfe\xe9\xe3\xed\xdc\x5e\x1f\xd7\xfd\x31\x19\xcf\x5b\xde\x4f\x97\x73\x53\xba\xf9\xb9\xbd\x1c\xde\xce\xdb\x47\xfa\xf2\xdd\x72\x7c\x6e\xff\x4b\x4b\xdb\x23\xff\x71\x5b\xda\x76\x58\x5f\xd2\x97\xef\x77\xa7\xdd\x2a\x9f\x5f\x3c\xbd\x9f\x4e\x7f\xb7\xd7\xb6\x9e\x53\x1f\x59\x5b\x97\xf8\xec\x6e\xee\xbe\xed\x4e\x3f\xec\x5e\x5b\xba\x89\x59\x5f\x79\xe5\x57\x9e\x16\xdf\xfe\xd6\xb6\xb7\xc3\x71\x4d\xf2\xff\x9c\xff\x15\xff\xf2\x71\x6a\x49\x2e\x53\xfe\xf8\xf5\xf1\x3e\xfd\x29\x49\x72\xd2\xbe\x88\xfd\x75\xc9\x7f\xff\x76\x5c\x5a\xca\xd7\x7b\x3d\xde\xdf\x1d\xdf\xd7\x73\xd2\x6c\x32\x30\x14\xfe\x59\xf3\x71\x69\x6f\xa7\xdd\xdc\xb6\xdd\xfa\xd2\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x3f\x3c\x3c\xdc\xe2\x79\xff\x73\x46\x57\xf3\xe5\xca\xc3\xc2\xe4\x7a\x45\xce\xfb\xfd\x6d\xca\xdd\x94\x85\xc7\x82\x63\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x04\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x77\x8c\x76\x97\xe7\xc4\xf8\x67\x46\xcf\x11\x55\xc1\xf8\x99\xd1\x8c\xc8\xf2\x80\xf1\x0b\xa3\x25\x22\x53\x8c\x6f\x8c\x5a\x44\x7d\xc5\xf8\x3d\xa3\x7d\x44\xd5\x73\x37\x09\xa5\x24\xa4\x3c\x8f\xa5\x9b\x84\x58\x12\x58\x6e\xbd\x76\x93\x50\x4b\x42\xcb\x4b\xae\xdd\x24\xe4\x92\xe0\xf2\x5a\xbc\x9b\x84\x5e\xe2\x17\x53\x8c\xa7\x97\x84\x57\x6f\x03\xc6\xd3\x4b\xc2\xab\x2f\x86\xf1\xf4\x92\xf0\xea\x6b\xc5\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x8c\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x88\x66\x85\x5e\x12\x5e\x83\xa0\x5a\xa1\x97\x84\xd7\xe0\xa8\x56\xe8\x25\xed\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x18\x51\xad\xd2\x4b\xc3\xab\x0a\xaa\x55\x7a\x69\x78\x55\x47\xb5\x4a\x2f\x0d\xaf\x3a\xa0\x5a\xa5\x97\x86\x57\x1d\x51\xad\xd2\x4b\xc3\x6b\x54\x54\xab\xf4\xd2\xf0\x1a\x1d\xd5\x2a\xbd\x34\xbc\xc6\x01\xd5\x2a\xbd\x34\xbc\xc6\x11\xd5\x2a\xbd\xb4\x5e\xff\x57\x31\x9f\x60\x3a\x32\x73\x94\xab\x14\xd3\x1d\xb3\x01\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\x9d\x99\x29\xfa\x55\xa2\xe9\xc2\xac\x47\xc1\x4a\x35\x6d\xcc\x06\x34\xac\x64\xd3\x3d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\xf5\x28\xd9\x28\x67\x7a\x5d\x60\xb9\x9b\x8c\x74\x16\x74\x62\x19\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x7a\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xef\x51\xb6\xd1\xcf\xe8\xe7\x15\x6d\x1b\xfd\x8c\x7e\xbd\xa0\x6e\xa3\x9f\xcd\xd7\xb7\x02\xee\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\x79\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xfa\x2a\xc3\x3d\xe8\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\x9c\x7e\x75\x44\xe7\x4e\x3f\xa7\xdf\xa8\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\xe3\x80\xce\x9d\x7e\x4e\xbf\x71\x44\xe7\x4e\x3f\xdf\xf7\x33\xde\xb5\xaa\x1e\xbb\xc6\x75\x77\xc0\xef\xd8\x5f\x3f\xf7\xbb\xf9\x7d\xdb\xda\x7a\x8e\xdd\x35\x36\x34\xec\x47\x87\xb5\x7d\xee\xd4\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\x98\xa1\x0f\xb2\xd5\x07\x00\x00"); -func _fdc ()(*asset ,error ){_beda ,_dacb :=_ccdb ();if _dacb !=nil {return nil ,_dacb ;};_bggd :=bindataFileInfo {_dae :"HKdla-B5-H",_fb :21023,_ae :_be .FileMode (436),_g :_a .Unix (1580492309,0)};_bgaf :=&asset {_dd :_beda ,_ef :_bggd };return _bgaf ,nil ; -};func _eebd ()([]byte ,error ){return _c (_bdbc ,"UniJIS-UTF8-V")};var _cec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd4\x51\x6b\xdb\x3e\x14\x05\xf0\xf7\x7c\x0a\x3d\xf6\xff\xd0\x7f\x2c\x4b\xb2\x24\x18\x85\xd1\x3c\x2c\x1d\x5d\x47\xb3\x76\x83\xb1\x07\x4b\x96\x83\x61\x71\x8c\xe3\x0c\xfa\xed\xc7\x3d\x27\xcb\xf6\x50\x6e\xfb\x8b\x74\x39\x57\x4a\xb5\xbe\xdf\x6e\xb6\xe3\xb0\xa8\xf5\xe7\xf9\x98\x77\x65\x51\xfd\x30\x76\x73\x39\x1d\xcf\x73\x2e\x2a\x95\xfd\x30\xae\x56\xba\x56\xdd\x90\x97\x3f\x7f\xa2\xe4\x43\x3b\xad\x56\xeb\x58\x4d\xbf\x6e\x9f\x3f\xee\x1e\x6e\x3f\xa8\xf3\xa9\x5c\xf4\x7e\xbb\xd9\xbd\x9d\x96\x72\xd8\x8e\xfd\x51\x19\xee\xee\xce\xd3\xa5\x83\x52\xeb\xe7\xb2\x1f\x4e\xcb\xfc\xa6\x6e\xde\x77\xc7\x54\xfe\x53\x5d\xe9\xc5\x9f\xe6\xae\xcc\xc3\xb8\x57\x37\x0f\xed\xd4\x8e\xfa\xfa\xc1\xee\x3c\x4d\x3f\xcb\xa1\x8c\x8b\xd2\xb0\x32\x76\xa8\xab\xf5\xfd\x63\x3b\x7d\x6a\x0f\x45\xfd\x93\xe6\x15\x9f\xe1\xa3\xd7\x32\x9f\x86\xe3\xa8\x74\xf5\x7f\x55\x35\x7f\xfd\xcb\xdb\x54\x2e\xbd\x56\xeb\x97\xed\xe6\xa9\xef\x4f\x65\x51\xd1\x56\x5c\xf3\xed\x65\xbb\x51\xdf\xb5\xd2\x95\xaa\x9d\xb1\xf5\x8f\xcb\xd2\xaf\x8f\xc7\xee\xba\xd1\x69\xce\x94\x87\x6e\x6e\xc7\x7d\x59\xbd\x0b\xda\xea\x3b\x25\xa5\xbe\x53\x3e\x04\x2f\xe4\x2a\x90\xd3\xa0\x08\x4a\xa4\x4e\x28\x6a\xa1\x86\xab\x1a\x0b\xb2\xa0\x08\xf2\x2d\x08\x1b\x03\xdb\x4b\xf1\x51\x4b\xfb\x3a\xf6\x42\x28\x3e\xea\x20\xd4\x62\x15\x8a\x8f\x3a\x82\x0c\xc9\x08\xd5\x15\xc8\x91\x1c\x48\x83\x3c\xc9\x83\x6a\xa1\xcc\x5e\x19\xbd\x6a\x23\x54\x48\x85\x64\x41\x6c\x5f\xd8\xde\x81\xd8\xbe\xb0\x7d\x03\xca\xa4\x0c\x92\xf4\xc6\x62\x6c\x14\x1f\xeb\x00\xaa\x49\x35\x28\x82\x2c\x49\x0e\x27\x9a\x0a\xd4\x90\x1a\x90\x06\x05\x52\x00\x49\x7a\xd3\xb0\x57\x83\x5e\x46\xd2\x9b\x80\xa8\x28\x3e\x1a\x0b\x72\x24\x44\x35\x0e\xe4\x49\x38\x09\xd3\x80\x0a\xa9\x80\x90\x3e\x72\x63\x64\x08\x49\xef\x79\x1d\x9e\xd7\x61\x25\xaa\x6f\x31\x23\x4a\x30\x18\xc8\xf3\x86\x3c\x6f\xc8\x1a\x50\x4d\x42\x54\xab\x41\x86\x64\x64\xa3\x61\x2f\x4b\x72\x20\x6e\x6c\x48\x1e\xe4\x41\x81\x84\x93\xb0\xa4\x48\x6a\xb1\x8a\x21\x12\x29\x61\x95\x03\x65\x12\x6e\xc8\x62\xa0\xb6\x23\xc9\x77\x35\x3a\x0b\x2a\xa4\x5e\x7a\x31\x7d\xe2\x8c\x09\xf7\xe8\x10\x35\x71\xc6\x54\x63\x15\x42\x24\x0e\x94\x70\xf6\x0e\x33\x26\x0e\x24\x25\x18\x8b\x5c\xc9\x91\x70\x1d\x8e\xed\x19\x42\x4a\x30\x97\xf6\x0c\x21\x25\x98\xcb\x2a\x9e\x7d\x42\x2e\x27\x97\xe6\x33\x73\x65\x9c\xbd\xc3\x40\xfc\x46\xa3\x04\xe3\x90\xab\x6f\x41\x7d\xc6\x0d\x59\x79\x5f\xae\xff\xd4\xf2\xbb\xbc\x6c\xd7\x97\x26\x9f\xe7\xb9\x8c\x0b\xde\x35\x3c\x26\xf2\x1a\x0c\x63\xb9\xbe\x9c\xd3\x71\x92\x5d\xf8\xf9\x1d\x00\x00\xff\xff\xd7\xe6\x99\xe2\x65\x05\x00\x00"); -var _dgea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcf\x6e\x1b\x37\x17\x05\xf0\x3d\x9f\x82\xcb\x7c\x8b\x7c\xe6\x7f\x72\x00\x62\x80\xc4\x8e\x53\x2f\xd2\x14\x4d\xd3\x16\x28\xba\x18\x92\x97\x86\x80\x7a\x24\xc8\xf2\x22\x6f\x5f\xdc\x7b\x14\xb7\xe8\xc2\x90\x75\x86\x3c\x20\x7f\x43\x68\xe6\xe6\xf6\xe1\xee\x61\x3f\x5c\xf4\xcd\x4f\xe7\x63\xff\x42\x17\x3d\x0f\xfb\x38\xd3\xf3\xf1\xe5\xdc\x49\x37\x7a\x3c\xec\x4a\x59\xa7\xc7\xa1\x5f\xbe\x7f\x95\x8f\xfe\xb4\x9d\x94\xe2\xf9\x5f\xbe\x3d\x5f\xe8\xe9\x61\x9f\x47\xed\x31\x6e\xbc\x9c\xae\x63\xb5\xbe\xf9\x99\x1e\x0f\xcf\x97\xf3\x37\xfd\xe6\xdd\x38\x36\xfa\x9f\x1e\x34\x39\xff\x7c\x1e\x74\x3e\xec\x8f\xfa\xcd\xc7\xf7\xf6\x35\xfd\xf2\x72\x3a\xfd\x45\x4f\xb4\x5f\xb4\x91\x8c\xf6\x21\x9f\xea\xe6\xf6\xd3\x76\xfa\x71\x7b\x22\x7d\xf3\xf1\xfd\xa9\xbf\xfd\xf0\xf5\xf6\xed\x0f\x72\x49\xae\xfc\x4a\xe7\xe7\xc3\x71\xd7\xcb\xff\x8d\x49\xff\xc4\xbf\x7c\x3b\x91\xb6\xd7\x86\xaf\x0f\x77\x9f\xe7\x7c\xa6\xef\xdd\x37\xbf\x7f\x7d\xb8\xd3\x7f\x58\x6d\x8d\x76\xd1\xa7\xf0\xe7\x75\xe0\x6f\x9f\x8e\x83\xae\x83\x94\xc7\x5e\xfa\x71\xd0\xf3\x69\xeb\x74\xde\xf6\x47\x52\x5a\x57\x63\x56\xad\x75\x2d\x66\xe5\x6f\xef\xec\x3b\xbb\xea\x7a\x7f\x7b\xff\x41\xbe\xdf\xdf\xc9\xd5\xfb\xfb\x95\xf7\xf0\x9f\xd9\xca\xa2\x74\x3f\x5e\x06\x4d\x64\xd2\x57\xed\x5c\xb5\xe5\x19\xff\xbe\xa4\x96\xeb\xf8\x7e\x18\xd7\xc1\x8e\x07\x67\xe2\xc1\xbc\x02\x59\x86\xce\xd9\x3a\x55\x37\xbb\xf1\x4a\x36\x3b\x69\xd5\x4b\x52\x75\x73\x4d\x02\x47\x6e\xd5\x76\x31\x9c\x50\x44\x42\xab\x76\x41\x92\x89\x31\xb3\xaf\xda\x45\x4e\x3c\x6a\x3c\xd7\xb8\xc4\xc5\x01\x49\x98\x7e\xd5\x3e\x72\x73\x44\x12\x67\x5a\x75\xf0\x8b\xaa\x5b\x42\x92\x5a\x59\x75\x74\x91\x93\x8e\x64\xc6\x55\xc7\xc0\x63\x32\xc6\x64\xbe\x90\x0c\x37\xe7\x81\x84\x17\x91\x3c\xcf\x2a\x18\x53\xba\x59\x75\x4a\x85\x93\x2e\x6b\x2e\xb4\xad\x3a\x1b\x5e\xe1\xb2\x05\x4e\x16\x9a\xab\xce\x9e\xc7\x6c\x98\xb5\xf1\x9a\x8b\x0d\xaa\x6e\x0d\x49\xe3\x9e\xc5\x14\x55\x9b\x91\xa4\x19\xe1\xe1\xbd\x37\x80\x35\x01\xb3\xc6\x07\x55\x9b\x43\xe4\x24\xb2\x8e\xe7\xc1\xa3\x89\x87\x75\xce\xa9\xda\x00\xd2\x82\x44\xde\x26\x55\x1b\x44\x5a\x94\x28\x58\xae\x07\x49\x4b\x12\x45\xc3\xf5\x10\x68\x19\xd1\xc2\xf5\xd8\x70\x2b\x12\xa5\x85\xeb\x17\x44\x8b\x44\xb9\x70\x3d\x36\xd8\x64\x83\xb6\x14\xae\xc7\x0e\x5b\x93\x68\xc9\x5c\xdf\x11\x75\xb9\x75\x86\xf5\xda\x40\x34\x24\xb2\x7c\x3b\x1b\x21\x22\x89\x1c\xdf\xcf\x36\x11\x4d\x89\x3c\x1f\x83\x0e\xae\x2e\x5c\x2e\x84\xa0\x6a\x87\x57\x17\x2f\x17\x19\xbe\xc3\xab\x3b\x1c\x16\xef\x54\xed\xf0\xea\x38\x3f\xd9\x25\x55\x3b\xbc\xba\x78\xb9\xe2\xb8\x1e\x5e\x5d\xbc\xdc\xc2\xb7\xac\xc3\xab\x8b\x97\x37\x7c\xcf\x3a\xbc\xba\x78\x79\xcb\x47\xa6\xc3\xab\x17\x44\x7c\xce\x3b\xbc\xba\x78\x79\xc7\x07\xbd\xc3\xab\x8b\x97\xf7\x85\xeb\xe1\xd5\xc5\xcb\x87\xcc\xf5\xf0\xea\xe2\xe5\x63\xe6\x7a\x78\x75\xf1\xf2\x29\x71\x3d\xbc\xba\x78\xf9\x9c\xb8\x1e\x5e\x5d\xbc\x7c\x89\x41\xd5\x01\xaf\x21\x5e\x7e\x09\x45\xd5\x01\xaf\x21\x5e\xc1\x04\xa7\xea\x80\xd7\x10\xaf\x60\x7d\x52\x75\xc0\x6b\x88\x57\x70\xde\xa8\x3a\xe0\x35\xc4\x2b\x78\xc7\xf5\xf0\x1a\xe2\x15\x82\xe5\x7a\x78\x0d\xf1\x0a\x91\x7f\x02\x06\xbc\x46\x9e\xcb\xaa\x43\x32\x5c\x0f\xaf\x21\x5e\x21\x2d\x51\xd5\x01\xaf\x21\x5e\x21\x97\x45\xd5\x01\xaf\x21\x5e\xa1\x14\xaf\xea\x80\xd7\x10\xaf\xb0\xe4\xac\xea\x80\xd7\x10\xaf\x68\xb2\x55\x75\xc0\x6b\x88\x57\xb4\x89\xeb\xe1\x35\xc4\x2b\xba\xc8\xf5\xf0\x1a\xe2\x15\x7d\xf4\xaa\x12\xbc\x48\xbc\x62\x08\x59\x55\x82\x17\x89\x57\x8c\xc1\xaa\x4a\xf0\x22\xf1\x8a\xf2\x0b\x41\xf0\x22\xf1\x8a\xd9\x2d\xaa\x12\xbc\x48\xbc\x62\x71\x5c\x0f\x2f\x12\xaf\xb8\x58\xae\x87\x17\x89\x57\x32\x96\xeb\xe1\x45\x72\xbe\x92\x35\x5c\x0f\x2f\x2a\x88\x16\xae\x87\x17\x89\x57\x72\x0b\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\x55\x27\xbc\xa6\x78\xa5\x25\x5a\x55\x27\xbc\xa6\x78\x65\x13\xa2\xaa\x13\x5e\x53\xbc\xb2\xe5\x5f\xe6\x09\xaf\x29\x5e\xd9\x79\xaf\xea\x84\xd7\x14\xaf\xec\x1d\xd7\xc3\x6b\x8a\x57\x0e\x8e\xeb\xe1\x35\xc5\x2b\x47\xcb\xf5\xf0\x9a\xe2\x95\x93\xe1\xfa\xc1\xc1\x94\x87\x90\x97\x47\xde\xf7\x67\x15\xff\xcf\x6f\x0b\xaf\x0f\xf0\xfe\x72\x3e\xd3\x7e\x91\x77\x05\x79\x4a\xf3\x83\xf6\xb0\xd3\xeb\x7b\xc7\xe9\x78\xe2\x59\xf2\xf7\x77\x00\x00\x00\xff\xff\x10\x63\xff\x07\xa3\x08\x00\x00"); -func _fbbe ()([]byte ,error ){return _c (_agb ,"Adobe-GB1-0")};var _dcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\x49\x0b\xa5\x07\x59\x1a\x05\x41\x23\x0b\xd9\x3e\xe4\xed\x8b\x66\x52\x77\x0f\x61\xe2\x4f\x9a\xdf\xb2\xa4\xb2\x1f\x0e\x43\xf0\x0b\x94\x5f\xd3\x64\x8e\xb8\x80\xf3\xc1\x26\x9c\xa7\x35\x19\x84\x11\x2f\x3e\x14\x85\xac\xc0\x7a\xb3\xfc\x7b\xa4\x62\xae\x3a\x16\x45\xf9\x7c\xec\xa3\x79\xfc\x74\xea\x1f\x3f\xc3\x3a\xe3\x5d\xfb\xe1\x70\xbc\xcd\x0b\x5e\x87\xe0\x26\xa8\xb9\xdb\xae\xf1\x9e\x00\x50\x7e\xc3\x8b\x9f\x97\x74\x83\x87\x8f\x76\x1a\xf1\x1d\x58\x74\xd9\x5f\x93\xc5\xe4\xc3\x05\x1e\x9e\xa7\x84\x5a\x6e\x03\xc7\x35\xc6\x3f\x78\xc5\xb0\x80\x20\xc3\x60\xa9\x16\x65\xff\xa2\xe3\x17\x7d\x45\x78\xb3\x9a\x33\x8d\xd1\xd0\x19\xd3\xec\xa7\x00\xdd\x7b\x21\xda\xff\xfc\xfd\x16\x11\xe4\x3d\xe2\x34\x1c\x5e\x9d\x9b\x71\x81\x5a\x70\x7c\xf9\xf3\x34\x1c\xe0\x97\x04\x29\xa0\x6a\x3e\x88\xe6\xf7\x7d\xea\x8f\x97\xc9\x6e\x8d\xb2\xe5\x4f\x32\xde\x26\x1d\x2e\x58\x3c\x69\xa9\xab\x3d\xe4\x52\xef\x41\x89\xa6\x25\x6a\x98\x1a\x22\x45\xd4\x32\xb5\x7b\x50\x75\x25\x88\x3a\xa6\x91\x66\x75\x44\x96\xc9\x66\x6a\xab\x4c\x23\xc7\x8f\x4c\x75\x26\x1c\x89\x90\x1a\x77\x4d\xf1\xa4\x6b\x2d\x33\x51\x51\x62\xd7\x12\x29\xa6\x8e\x68\x47\x64\x98\x0c\x51\x47\x84\x4c\x98\x49\xe5\x75\xd5\xa3\x26\x1a\x1d\x91\xcc\x64\xe9\x8d\x54\x94\x50\x94\x65\x2d\x13\xad\x4b\x29\x22\xc7\xc4\x8d\x14\xef\xb8\xd1\x51\x7c\x27\xf2\x29\x6e\x7b\x97\xff\xe7\xfb\xb3\x9d\xa7\x59\x53\xc2\xb0\xd0\xed\xa1\x33\xcb\x9b\xee\x03\x6e\xf7\x33\x4e\x31\x77\xd1\xef\x6f\x00\x00\x00\xff\xff\x8b\x02\x5f\x71\xcb\x02\x00\x00"); -func _egac ()([]byte ,error ){return _c (_egcb ,"KSC-Johab-H")};var _dbac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x49\xef\x6e\xbb\x95\x9f\x37\xd7\xa7\x38\x43\x67\xe0\xd4\xe6\xde\xec\x16\x20\x08\x70\x57\x88\x61\x38\x09\xdc\x24\x63\xf2\x6d\x2a\x02\x52\x57\x82\x4a\x1e\xf8\xdb\x07\xe4\xf3\xf0\x94\x13\x04\x38\xba\x93\x7b\x7e\x7f\xee\x97\xed\x6a\xc9\xb5\xc8\xbf\xfb\x37\xff\xfe\xdf\xfe\xfb\xdf\xfe\xf8\xd7\x1f\x7f\xf7\xbf\xff\xe5\x4f\xaf\xff\xfc\xf9\xeb\x8f\xef\x1f\x7f\x7b\xff\xe5\xf3\x4f\x7f\xfa\x6f\x7f\x79\x7d\x7e\xcc\xcf\x3f\xfc\xf1\xb7\xdf\xfd\x2e\xdd\x3f\xde\x7f\x7c\xfd\xf5\xc0\xfd\xbf\xd7\x3f\x8e\x3f\xff\xee\x77\xeb\xf7\xff\xf9\xbf\xff\xd3\x5f\x3f\xff\xf8\xef\x7f\xfb\xfe\xe9\xc7\xc3\x77\xef\xff\xf6\x67\xbf\xfd\xf1\xe3\xef\xfe\xd3\xe7\x1f\xfe\xf8\x4f\x7f\xfd\xcb\x7f\xff\xf1\x2f\xfe\xd5\xfb\x4f\xf3\xf3\x3f\xfd\x78\x7f\xbe\xeb\xef\xff\xdb\x5f\xde\x9f\xbf\xfc\xf1\xb7\x7f\xf8\xf1\x2f\xfe\xc3\x7f\xfa\xf9\xc7\xff\xfc\xdf\xfe\xfc\xe7\xff\xfb\xf3\x8f\x9f\xdf\xfe\xfa\x23\xf6\xdf\x3e\xbf\xbd\xf7\xff\x7f\xf7\x77\xff\xe6\x3f\x8e\x3f\xff\xaf\xe3\x1f\x3f\x3f\xfe\xee\xbf\xfe\xf6\xc7\x7f\xf5\x1f\xfe\xd3\xbf\xfc\xaf\xff\xe5\xef\xfb\xbf\xfc\x5f\x76\xe9\x2e\xfc\x3f\x3e\x7f\xf9\xa7\x3f\xfe\xe9\xb7\x1f\xe9\x7f\xbe\xae\xfb\x9f\xff\xfc\x5f\xfe\xfb\x9f\x3f\x3f\x92\x95\xfc\x9f\xff\xf1\x4f\xef\xcf\x8f\x0b\x94\xe9\xe4\xeb\x4f\xef\xcf\x3f\xfd\x79\xbc\x3e\x7f\x19\xbf\xfd\xc3\xe7\x77\x3f\x7e\xfc\xfe\xba\xfe\xf0\x83\xff\x7e\xdf\xfe\xfe\x0f\xeb\x2f\xff\xe6\xea\xfe\xed\xf7\xff\xf6\xef\xff\x35\x7f\xfb\x77\x57\xf7\xaf\xbf\xff\x77\x7f\xff\xaf\xcf\x5f\xff\x7e\xff\x75\xfd\xfd\xf7\x7f\xdf\xfe\xb5\x7f\xff\xfc\xf6\xfe\xff\xb4\xf2\xbb\x44\xe3\xbf\xfd\xe9\xaf\xef\xcf\x97\xbf\xed\x76\x7f\x9f\xbe\x7f\xf8\x91\xd6\x2f\xfe\xc7\xa2\xdf\xa5\xeb\xb2\xb7\x7f\x7c\xbf\xfe\xaf\xf1\x97\xdf\xfd\xfe\x75\x8f\x6b\x7d\xb9\xfe\x91\xfe\xf0\xe3\xbe\x73\xbf\x36\x88\x3f\xfc\x48\x17\xff\x1c\xfc\x3d\x6f\xf0\xfe\xc3\x8f\xc4\xbf\x3e\xeb\x0b\x7e\xf9\xe5\x8b\xb2\xc0\xec\x80\xbe\xc1\xaa\x26\xf5\x7e\x6f\x60\x45\xb1\x01\xbf\x89\xd5\xc4\x13\x6d\xd5\x55\xd7\x3f\xe7\xfe\x67\xfb\xdd\xef\x5f\x39\x76\x87\x4a\x79\x16\xa0\xda\x52\x62\x83\xfd\xe3\x52\xd7\x8f\x67\x6f\xb4\xb1\x7e\x33\xe3\x02\xf4\xdf\xfd\xfe\x7d\xf5\x5d\x41\xbd\xf3\xef\x7e\xff\x4e\xd4\x56\x57\xeb\x9f\xbb\x5f\xfb\xc3\xec\xbf\xd3\xff\xf0\xef\xba\x2b\x88\x02\x9c\xd4\x17\x55\x38\xff\xf0\x23\x3d\xb7\xe0\x45\x59\x13\x7e\x80\x7d\xc3\xd4\x33\x90\xf6\x12\x15\xc5\xf5\x08\xbf\x1b\xa6\x6b\x43\xa6\xfb\x79\x04\xab\xde\x87\xfe\xe4\xfe\x2c\x50\x04\xfb\x33\xfa\x92\xe3\xd9\x55\xdc\x49\x58\x81\x74\x2e\xaf\xd5\x5c\xf0\x11\xde\xeb\x97\x4d\xe0\xa7\x36\x31\x26\x90\x46\x5a\xdc\x1b\x96\x5b\x98\x81\x54\xd4\x3b\xe3\x28\x59\xc8\x6f\x4b\x08\x19\x56\x65\x58\x3d\xe8\x44\x4d\xc2\x55\x73\xee\x82\x41\x19\xcd\xf4\x41\xbd\xb5\x08\x0b\xb0\x0a\xf7\xdc\x46\xa3\x13\x61\x17\x1b\xad\xc6\xfe\x6d\x3e\x80\x36\x3b\x5d\x18\x11\x40\x4a\x87\xf5\x06\xa5\x73\xd0\xdf\xa0\x83\x2f\xeb\x8d\xdd\xa7\x78\x58\xa4\x7a\xed\x8f\xa3\xee\xd2\xfb\x62\x34\x51\x77\xab\xf7\xc5\x00\xa2\xee\x76\x99\xb4\x68\x7b\x5a\x98\xb2\x68\x7b\xba\x99\xb0\xe8\xf1\xda\xbf\xa2\x03\xd1\xe3\x03\xa4\xce\xe8\xd4\x69\x07\xa2\xd3\x62\x50\xd1\xbb\xaf\xdf\x96\x3d\x43\xf3\xb5\x3f\xcd\xf7\xd3\x85\x79\xc3\x7a\x60\xdd\xb0\xdf\xc2\xbe\xe0\x03\xf5\xcd\xd7\xa6\xa3\x48\xa9\x0a\xd7\x52\xe4\xc2\x38\xe7\x6b\x77\x3e\x97\xeb\x34\xf4\xda\x1f\xdf\x07\x7e\x37\xcc\xfe\x16\xde\x29\x3f\xe1\x5e\xe2\x12\x36\xb4\x89\x27\xd7\xc7\x6e\x6c\x1a\x8d\x14\x59\xd8\x76\x69\x3e\x70\x77\xb2\x16\x87\xb0\x67\x2a\xd7\x33\x84\xd8\x92\xa7\xfe\xac\xf9\xbb\x69\x89\x55\x9f\x2f\x49\xa0\x38\x84\xf1\x00\x4f\xe9\xee\x86\xc4\x35\x5f\x9b\x08\x72\x9c\x6e\xb0\x3e\x57\x3b\xbf\x5d\xdd\x28\xe9\x67\x55\xb1\x21\xab\x3e\x5f\x9b\x59\x4a\x3a\xf3\xbc\xe5\x61\x49\x71\x4a\xbf\x9b\x08\x4e\xaf\x36\xd3\x97\xfb\x2c\xd9\x84\x44\x4e\x55\xf3\xde\xb0\xc7\x96\xec\x4a\xe4\xff\x1f\x19\xbd\xbf\x5d\x53\x15\xed\x4c\xe4\xdc\x7d\x7c\xf2\xa9\x69\x13\x46\xbe\x0e\xdc\x9d\x2a\x3f\xdb\xf9\x6c\xd8\xec\xf2\xa6\xea\x52\x3a\x2b\xf6\xde\x74\x54\x1a\x94\x3b\xdf\x9b\xe4\x4a\xeb\x8f\xf0\x01\x36\x61\xde\x30\x4e\xe9\x9a\xc8\xd2\x6d\xf7\xbd\x89\xae\xf4\x74\x60\x03\x9e\x8f\x77\x9f\x15\x79\xf3\xbd\x69\xb0\x28\xa0\xe6\x7b\xd3\x60\x89\xe7\xf4\x6a\x4d\x73\x4d\xae\x18\x94\x5f\x13\x0c\x3f\xdf\xfd\xf3\x87\x1f\xf7\x75\xbb\x80\xef\x4d\x92\xf5\xbe\x2c\xdd\xa2\xbd\xde\xc9\xd2\x4d\xa1\xf5\x4e\x5d\x78\x6f\x78\x3b\xde\x4d\xa1\xf5\xbe\x6d\x37\xd6\x88\x6a\x79\xce\x6f\xd7\x88\x6a\x7d\x1c\xd1\x26\xd8\x5a\x1f\x67\x63\x13\x6c\xad\xcf\x69\x77\x6c\x98\xcf\x6f\xdf\x1b\xd6\x03\xd7\x2a\xd4\x26\x57\xbd\x37\xfd\xd6\x76\xd9\xab\x4d\xbf\xb5\xdf\x36\xb4\x85\x49\xed\xf2\xdc\x7b\x4b\xef\xda\x5d\xfd\xf7\xa6\xee\xda\x9f\x53\x9a\x81\x76\x63\x53\x77\xed\xf9\x7c\xbc\x87\xd0\x9b\xf3\xbc\xc9\xb9\xc6\x7d\x3e\xde\x7d\x8e\x33\xa2\x4d\xdd\x35\x7e\x56\xb5\xa7\x3d\xca\x69\x68\x8f\x28\xe2\xc0\x0f\xf0\xfc\x76\x8d\xa8\x5d\x97\xe3\xdd\xb4\xdf\x2e\xd9\xe8\xbd\x89\xbd\x5d\xfd\x94\xae\x21\xb4\x74\x46\x34\xf3\x86\xa7\xa1\x59\x36\xac\xd6\x3c\xd7\x10\xda\x7d\xc6\xbb\x78\xe1\x4e\x57\x39\x55\xad\x55\x68\x4f\x3f\x55\x8d\x0d\xc3\x21\x6c\x8d\xdd\xf2\xa1\xc9\xcd\x29\x2d\x9f\xe1\x6f\x4e\x69\xf9\x2c\xf7\xe2\x94\x3b\xa5\x7e\x3e\xde\x23\xca\x99\x21\x7c\x36\xa7\xb4\xac\x7c\xfa\x2c\xeb\x22\xb5\x5c\x1f\xe1\x1e\x60\xc9\x45\xf8\x00\x43\xb8\x07\x58\x4a\x12\x16\xe0\xf9\x78\x0f\xf0\x30\xec\x67\x33\x4e\x2b\x52\xce\x67\x33\x4e\x2b\xce\xc6\x67\x33\x4e\x2b\x8e\xf7\xb3\x19\xa7\x95\x7e\xaa\x9a\xc0\xf3\xf1\x7b\x8d\x28\xdf\xa7\xcf\x6b\xc9\x5a\x2f\xa7\xcf\x5f\xa0\xbf\xdd\x8c\xd3\x7a\x3d\x70\x8f\x48\x8b\x62\x7e\xb6\xbd\xd1\xe2\xf1\xb7\x9b\x71\xda\xa1\x9c\xcf\x66\x9c\x7e\x9d\xd9\xd8\x8c\xd3\x2f\xf4\xf7\xfc\x6c\xc6\xe9\x47\xc4\x7e\x16\xe3\xdc\xa9\x2a\xbe\x3e\x5b\x47\x2f\x73\x57\xb8\x46\xd4\xb5\x80\xe6\x27\x26\xf0\x34\xf4\xda\x30\x9f\x9a\xdf\x1b\xf6\xd3\xee\x07\x78\x4a\xd7\x00\xfb\x7d\xfb\xdb\xcd\x65\xfd\x3e\x35\x6f\xb6\xea\xcf\x19\xe0\x66\xab\xfe\x48\xb1\x9f\xc5\x56\x77\xea\xcf\x81\x7b\x80\x8f\xb4\xf1\xd9\x6c\xd5\x9f\xd3\xd0\x66\xab\x5e\xd2\xa9\x6a\x99\xba\xe9\x68\x98\xcf\x62\xab\x05\xcf\xc7\x7b\x08\xa5\xfd\x0d\x82\xff\xb3\x79\xae\xd7\xeb\xfc\xf4\x03\x94\xac\xb6\x46\xe9\x55\x39\xf1\x59\x4c\x76\xdf\x87\x33\x3e\x9b\xc9\x7a\x3d\x8b\xbf\x99\xac\xd7\xb3\x80\x9b\xc9\xfa\x91\x4f\x9f\xcd\x64\xbd\xd6\x53\xf3\x5e\xb1\xda\x1c\xee\xe6\xaa\x7e\xa4\xd7\x67\x73\x55\x6f\x87\xd8\x37\x57\xf5\x76\x88\x7d\x71\xd5\x7d\xa7\x7e\xda\xdd\xd6\xfa\x11\xc0\xdf\xc5\x46\x0b\x86\x70\x0f\xa1\x95\x2a\xdc\x6b\xd2\xec\xd5\x77\xb3\x51\x6f\x52\xf7\x77\xb3\x51\x3f\x2a\xe5\xbb\xd9\xa8\xf7\x74\x7e\xbb\x87\xd0\x5d\xcf\xef\x66\xa3\x7e\x84\xe8\x77\x33\x4a\x3f\xeb\xf9\x5d\x2a\xe5\xbe\x1f\x29\xf4\xbb\x89\xbd\xf7\xdc\x84\xbb\xdd\xee\x4c\x7e\x83\x76\xcb\x29\x2d\xfb\xb7\x5b\xc6\x3c\xf8\x69\x69\x49\x24\xe1\x03\xac\xc0\x10\xb6\x0d\xa9\xf9\xbe\xef\x22\xac\xc0\x2a\xec\xc0\xfd\x71\xdc\xb0\x42\xdf\x22\xe7\x09\xfc\xa4\xde\xb7\x59\xf3\x44\x86\xe7\xfa\xb6\xb6\x9f\xc0\xe4\xef\x7d\x4b\x91\x27\xda\x96\x5e\xbd\x6f\xfb\xf4\x89\x18\xc2\x67\xc3\x09\xfd\xf6\x4a\x43\x18\x4c\xbd\xd7\x2e\xf4\x63\x1a\x7a\xb1\xfa\xbd\xd1\x90\xcb\xdd\x37\x6d\x3c\xe3\xea\xc2\x1b\xb8\x87\xd0\x51\x38\xcf\xb8\x59\xc1\xde\x32\xf0\x54\xb5\x87\x3f\x9e\xc1\x88\x5a\x05\x6e\x79\xdc\x7b\xdb\xbd\x1a\x05\x7e\xed\xdb\x72\x59\x90\xf1\x6e\x2b\xe0\x19\xd5\x9a\xb7\xd8\x78\x46\x0d\x3e\xee\xf4\xaa\xfa\x71\xa7\x57\x15\xf2\xee\x9d\x5e\xf5\xed\x98\xf6\xde\xe9\xd5\x18\xac\x6f\xa7\x57\x13\x19\xd3\x3b\xbd\x9a\xe7\xb7\xf4\xea\x75\xda\xa5\x57\x67\xea\x3a\xbd\x7a\x5b\x73\xd0\xab\x2f\x3c\xd8\xb7\x81\xf8\xcc\x4b\x42\xda\x06\xfe\x33\x2f\xdb\xdd\xf6\xd4\x82\x0c\x7f\x8b\x8d\x67\x3e\xce\xf3\x56\xb0\xcf\xcc\xae\xfe\x76\x30\x9f\x59\x90\x6d\x38\x98\xcf\xac\x7c\x1c\xdb\x88\x7f\x66\x83\x8f\xe2\xa2\xdd\x09\xe3\xc4\x45\xbb\xb8\xc9\x1d\x6f\xf4\x99\x93\x76\xe3\xa2\xdd\x39\x85\x7b\x36\x74\x2d\x7a\x6c\x7a\xce\xfd\x82\x36\x62\xd3\x73\xee\xd7\xb4\xb4\x6f\x98\x86\xed\xc6\x86\x38\xb6\x1d\xa3\x2f\xf7\xa7\x0b\xd3\x86\x19\x21\x13\x5b\x6a\xe6\x5e\x91\x8b\xb1\xb9\x3b\xf7\x08\x3f\xce\x1b\x2a\x73\x22\x95\x0d\xe5\xee\x48\xf4\xea\x3b\x84\x4d\x38\x80\xbb\x57\x91\x1c\xef\x96\x39\x39\x32\xcc\x1e\xf7\xee\x55\xb4\x29\xdc\xbd\x8a\x0e\x01\xa3\xf7\x72\x0c\x3b\xb9\x0d\xd5\x05\x3f\xc0\xdd\xab\x98\x2c\x28\xce\xf3\x82\xfe\xb6\x0a\x99\xc9\xcd\xce\x39\x5e\xce\xf3\xdd\x7f\x25\xf8\x73\xbc\x9d\x8c\x9b\x2e\xbf\x5d\x93\x87\x2e\xab\xd8\x62\x1b\xa6\x79\x24\x68\x30\xb6\x39\x95\x0f\xcf\xa1\xaa\xf3\xb8\x51\xc6\xb1\xd5\x5e\x1e\xf7\x10\xee\x2e\x8f\x0c\xa3\x60\x79\xe7\x51\xd1\xa0\xe8\xf5\x7c\xd8\x28\xb6\x9b\x99\x07\x8e\x6d\xc7\x40\xcc\xa3\x3b\x91\xdb\x42\xca\xa3\x3b\xbe\x4c\xaf\xc6\x64\x32\x32\xbd\x9a\xf6\x39\xd3\xab\x39\x2c\xa5\x57\xd3\xe5\xcd\xf4\xea\x8d\x00\x8e\x4c\xaf\xde\x28\xba\xd8\xe2\x39\xcf\x8c\x4d\x80\xbb\x97\x67\xdf\xe3\xcd\x77\x3e\x90\x01\x6e\x63\x6b\xc1\x37\xa5\x15\x88\xc7\x7a\x5b\x15\x1e\x78\xbe\xb7\x49\xb4\x20\x9d\xdc\xee\x50\x9e\xdd\xb9\x3a\xa5\xc3\x76\xb3\x90\x9a\x0f\xdc\x74\x94\x71\xf7\x16\x84\x70\x8a\x0d\xed\x01\xe6\x7b\xcb\xf2\x3c\x03\xbd\x17\x3f\x61\xc1\x7f\x4f\x42\xe8\x77\x4b\xfa\x05\xf9\x6d\xa5\x57\x11\x78\xf7\xb5\x0a\xe9\x55\x65\xf8\x21\x2b\xd4\x47\xc8\x6f\x9b\xbf\x95\xae\x6a\x16\x32\x84\xe6\xc7\xb2\x42\x6d\x42\x26\xb6\xf9\xf1\x64\xae\x1a\xa5\xa3\x33\xde\xd6\x85\xf4\xaa\x85\x90\x6e\xd8\xee\x60\x0b\xe2\xee\x97\x90\xaa\xfa\x23\x64\xda\xed\xc6\x08\x3f\xb6\x2a\x25\x81\xdd\x18\xc1\x88\xc2\xaa\x90\xd6\xd1\x8a\x90\x9a\x23\x09\xad\x99\xb9\x1a\x83\x9a\xc3\x21\x28\x27\xce\x88\x26\x72\xe2\x8c\x68\x0b\xfe\xfc\x5c\x0e\x01\xd1\x1e\xdd\x9a\xb7\x2a\x73\x53\x65\x41\x88\xbf\xf3\x31\x12\x37\x3f\x48\xcd\x39\xa5\x49\xc7\xcb\xa6\x65\x7e\x10\xa2\x73\x42\xa2\x0f\x62\x72\x4e\xd9\xaa\x67\xa1\xa5\x7e\x2c\x87\xf6\x22\xfc\x52\x4a\x9f\x27\x56\x40\x74\xdb\x1d\x7e\xec\x6f\xf7\x00\x33\x26\xef\x82\x37\xd0\x5e\xa1\xac\xa2\x5b\x15\x16\x62\xb8\x0a\x70\x68\x7e\x6e\x6b\x76\xbc\xae\xc2\xc4\xdc\x08\xa7\x9d\xed\xa9\xce\x56\xda\x82\x89\xdf\xd2\x8d\x17\x76\x4d\x04\xed\x62\x6e\xe4\x07\x11\xe4\xb6\x49\xc7\x7a\x5e\x90\x99\x7c\xfc\xad\x8b\x82\x44\x72\x2b\x24\x3f\x48\xa4\xf9\x72\x51\x14\x05\x2f\xa5\x75\x30\x57\x6f\xb5\x62\x54\xe1\xc3\xc7\x8f\x90\xf5\x95\x36\xde\xca\xba\xa0\x21\xb6\x06\xf2\xa3\x64\xc0\x91\xce\x8f\xdc\x8d\x23\x1d\x97\xcb\x8d\x7f\x9b\x1f\x59\x12\xff\x36\xae\xab\xfd\x52\xf0\xeb\xed\xe6\x47\x49\xf0\x76\x40\xb2\x3e\x4e\x68\x5c\xe8\x48\x9d\xd0\xfc\xd4\x22\xf4\xb7\x5d\xc8\xdc\xd4\x10\x06\xbf\xcd\x42\xc8\xaa\x9d\x9a\x3f\x94\x9e\xaa\x58\x13\x39\x12\xdf\x30\x2e\xd4\xed\xfc\x20\x44\x1f\x39\x12\x57\x31\x2e\x29\x14\xdf\x30\x2e\x49\x12\x67\x30\x3f\x32\x28\xce\x60\x5c\xc9\x5e\xc1\xeb\x4f\x3b\x35\x33\x91\xe8\x66\xbd\xbf\xfc\xb4\x53\xf3\x8b\xd2\x24\x74\x08\x36\x34\x68\x57\xea\xde\xee\xd0\x82\x0e\x61\x32\xfc\xdb\x3e\x6f\x72\x8e\xeb\xb6\x57\x93\xf1\xca\xa0\xb8\x25\x71\x49\xec\x78\x1a\x71\x49\xbf\x5f\xa4\xd7\x23\x67\x7c\x9d\x0d\x59\xe1\xeb\x6c\xa0\x8d\xe7\x97\x6d\xce\x47\x62\xff\x06\x0b\x2a\x75\x7f\x83\x6e\xa0\x8d\xe7\xd7\x11\xc5\x81\x2c\x8a\x9c\xf1\xdd\x7a\x3e\x2e\x59\xe1\x3b\x59\x14\x59\xe1\xbb\x95\x64\x66\x1b\x70\xc1\x07\x68\x37\xa4\x41\x19\xe5\xbb\x99\x3b\x67\xa5\xd7\x77\x53\x5d\x5c\xf2\xcd\x17\xae\xca\x97\x9d\x84\x08\xf3\x65\xaf\x26\xbd\xda\x7a\xbe\xe8\xff\xc4\xb5\xf5\xfc\x82\x37\x1f\x57\x21\x53\xb7\x99\x6c\xc1\x4a\x69\x13\x42\x0c\xdb\x0a\x58\x30\x28\xed\xc2\x09\x0c\xe1\x9e\x9c\xbc\xc5\xe4\x82\x5f\x7e\x5b\x80\x90\x59\x4e\x36\xb4\xe9\x2a\xae\x6c\x55\x6c\x27\xe7\x64\xaf\x06\x73\x95\xac\x79\xb0\x64\xf9\x40\xfa\x5c\x6c\x68\x40\x39\xc5\xf1\x0e\x86\x5f\x1c\xaf\xab\x50\x6c\x17\x31\xc9\x16\x53\xe9\x09\x19\x93\x9f\x4b\xc8\x2a\x94\x2c\x84\xda\x4b\x11\x5a\x73\x15\x7e\xf9\xad\x1f\x07\xab\x5f\x9a\x90\x15\x7c\xfc\x2d\x9b\xeb\x57\xe9\x42\x96\xec\xb1\x2a\x87\xff\xf8\xdb\x41\x9f\x6b\x12\x32\xfc\x7a\x0b\xad\xd9\xaa\x06\x35\xd7\x47\x48\x9f\xab\xbd\x72\xf8\xd5\x6e\xc8\x74\xd5\x76\x25\x24\x69\xe3\xe6\xd4\x22\x4b\x0c\x18\xaa\x71\xd5\x26\xa4\x5d\x89\xe1\xee\xb0\x46\xed\x42\x56\xdf\xe5\xbe\x61\xba\x9c\xab\xd0\x76\x43\xc8\x3c\xb7\x4b\xc8\x10\x1a\xe3\xbd\x1d\x6f\xf3\xb7\x2e\x68\xb3\x1b\x72\x4a\xb3\x5d\x39\xc5\xf5\xbd\xb7\x59\x97\xb3\x2b\x78\x6f\x35\x18\x57\xb3\x5d\x4c\xa4\xec\x82\xee\x63\xce\x14\x57\xbf\x7e\x25\xf8\x4b\x7f\x3a\x9d\xea\x49\x48\x2f\xfa\x2d\xb4\x17\x55\x08\x69\x14\x9a\x7d\x9c\x8c\x7a\x09\xfd\xed\x23\x84\x16\xea\x81\xcc\x6b\xcf\x42\xba\xec\x7a\x3e\xce\x4d\x2f\x42\xda\xad\x07\x32\x91\xdd\x6e\x0c\x26\xa3\x1e\x08\xa3\xf4\x26\x44\x5a\xf7\x2e\x64\x01\xeb\x29\x65\xd6\xbb\x43\x98\xf0\x5c\x38\x84\x89\x24\x70\xf1\x1f\xb9\xaa\x9e\x8f\xf9\x6d\x38\x57\x08\xef\xec\x6a\x67\x6c\xaf\xdc\x1e\x21\x82\xa1\x65\x21\x22\x27\x0e\xa4\xa1\x56\x84\x4c\x4e\x08\xd5\x7b\x51\x85\xc8\xb6\x76\xa0\xed\x32\xa2\xac\x50\x91\x70\x38\x74\x0d\xf6\x85\x16\x6c\xc0\x53\xca\xa2\x48\x38\x9c\xc2\x46\x52\xd4\xe5\x2d\xcb\x23\x29\xea\x32\x86\xda\x3e\x9c\xdf\xf0\xa1\x34\x09\x0b\xf0\x16\xb2\x28\xfd\x94\xd2\x50\x3f\xa5\x34\x94\xec\xd5\x44\x30\x48\x2a\x19\x82\x4d\x8a\xc9\xc2\xf0\x53\x6a\x42\xba\x11\x07\x0e\x8e\x06\x6f\x21\x55\x05\x03\x2c\xc3\x8f\x43\x58\xfe\xf9\x94\x71\x41\x1a\xba\x69\xb7\xa0\xbb\x8a\xc3\x2f\xd3\x9a\xb3\x70\xd7\x5c\x12\xb0\x22\x45\x8a\x43\xa8\x30\x0e\x27\x94\x0b\x56\x4a\xab\x90\xc3\xce\xfb\x40\x0e\x3b\x1d\x51\x3d\xa7\x9b\x07\xbe\x29\xed\x42\x3b\x29\x0c\x16\x45\xd1\x5e\x3d\xec\x4c\x07\xb2\x28\x4a\xfa\x8a\x78\x2e\xf7\x81\x0d\x98\x84\x9d\x8f\x0f\xfc\x00\x99\x49\xce\x96\x73\xb9\x0f\xb4\xaa\x47\xc8\x10\x9c\x1c\xb6\x4d\x72\x39\xc3\x9f\x0c\xe1\xf4\x79\x5a\x33\x9d\x6c\xb0\x46\xb9\x0f\x84\x72\xf2\x25\x64\xea\x9e\x03\x03\x98\x84\x2c\x8a\x6a\x9f\x40\x81\x48\x8a\x76\x02\x05\x22\x29\xda\x9b\x67\xbd\xca\xf2\x86\xcc\x49\x0a\xef\x86\xfe\x49\x0a\xef\x06\xe3\x14\x15\x4e\x43\x8c\xa4\xdc\x84\x6f\xa0\xa5\x18\xc8\xe5\x74\xc3\xf1\x5a\x73\x97\x36\xac\xb9\x63\xc7\x25\x55\xb7\x3b\x05\xc5\x9a\xbb\xc4\xf0\xb3\xf4\x03\x64\x44\xee\x14\x14\x05\x7f\x77\x7d\x7f\x96\x32\xc0\x9f\xa5\xac\xaf\x6a\xa1\x63\xc7\x95\x52\x7e\x2d\xf8\x89\x6e\xc8\x45\xe1\xdd\xf1\xd1\x8a\xba\x39\xec\xb2\x82\x30\x50\x0b\x49\xc1\x1f\x9d\x5e\xf8\xdb\xc0\xaf\x2c\xf5\x94\x32\x91\xa7\x2a\x8e\xe3\x8b\x82\x30\x82\xc5\x57\xeb\xbb\xab\x50\x14\x84\x81\x99\x9e\x54\x1a\x21\xaf\xd7\xf3\x5b\x82\x04\x14\x84\xe1\x70\x15\x84\xe1\x7a\x2a\x08\xd9\x7b\xce\x45\x81\xc4\x26\x43\x2e\x0a\xa4\x40\xdd\x26\xd5\x42\xa0\x6e\x8b\x02\x29\xa6\xdd\xb0\x2a\x05\xc3\x19\xa0\x8b\xaf\x2a\x8b\x69\x43\x0c\x61\x28\x18\x54\x0b\xc3\x99\x54\x77\x0d\x79\x5d\x85\x33\x5c\x5e\x4d\x04\x37\x19\x88\x64\x28\x7d\x28\xbc\x9d\x3a\xb6\x02\x22\x39\x40\x36\x05\x73\xbd\xf8\xed\xc4\x2b\xab\xd7\x2d\x7c\x80\x8f\xb0\x00\xb3\x90\x28\x08\xb5\xc4\x84\xe7\xaa\xd6\xf3\x54\x3e\xa9\x25\xdc\x28\xa8\x5a\xcf\x6c\x14\xe4\xaa\x4a\x99\xf4\xb9\x6a\x01\xb3\xc7\x1f\xc9\x79\x9e\xb2\x91\x13\x8b\xef\x1f\xc9\xa9\xc3\xf7\xcf\x55\x71\x85\xef\x9f\xab\xe2\x6a\x62\xc6\x55\x05\xd2\xcb\x21\x28\x35\x0d\x2f\xa9\x8a\x9c\x97\x72\x42\xc5\x7e\x02\x48\x9c\xe7\x97\x43\x50\x02\xbd\x82\xf1\x6a\xc5\x1a\xb9\x51\x95\x04\x2f\xa7\x5d\x3d\xff\x42\xf2\x55\x85\x99\xfb\x06\x55\xe9\xf5\x52\x67\x86\x9d\x9c\x46\x9b\x3c\xc2\xfe\xcf\xc1\x27\x0b\xd2\xae\x52\x84\xa8\x88\x5c\x15\x66\x6f\xe5\xa2\x8a\xee\x6d\x9f\x95\x13\x6f\x03\x57\xb4\xc5\x38\xf8\xcf\x55\xbb\xfc\x6d\xe0\x8a\x86\x38\x07\xff\xb9\xca\xb0\x9c\xf4\xe7\x2a\xc3\x72\xd2\x1f\x49\x9d\xc9\x69\x7d\xae\x32\xec\x9b\xdd\xaa\x2a\x87\xba\xc9\x90\xe2\x54\xb5\x27\xf6\xbe\x4e\x55\x1f\xa0\xbf\xc5\x0a\xa8\x32\x0e\x1b\xc8\xb9\xca\x38\xef\xe9\xc7\xa7\x94\xe1\xcb\x29\x6c\x2b\xc4\xad\x36\xe6\xf4\x3a\x57\x59\xc3\x9d\x82\x5b\xdb\x84\xbd\x80\xb8\x35\x46\x38\x27\xce\xb5\xdd\xc2\x4a\xe9\x81\x8c\x48\xd3\xec\xe3\xd4\xc9\x56\xf8\xf3\x71\x4b\xc0\x1f\xc6\x7b\xab\xf6\x39\x0b\xcd\x55\x5e\xf8\x38\x5e\xad\x00\xdd\xfb\x5b\xd5\x8d\x7b\x9f\xab\x16\x13\x67\x56\x71\xab\xab\xbf\xb2\xa4\x12\x49\xf7\xfe\x96\xf8\xbf\x50\xec\x7d\x9f\x52\xda\x55\x6e\x7c\x0d\x6a\xd2\xc8\xfd\x06\xed\xca\x1a\x5f\x79\x30\xfe\x06\x8b\xff\xbb\xcd\xc7\xb8\xd5\xeb\x5f\xf8\xf5\x56\xaf\x7f\xf7\xe2\xc7\xad\x5e\xff\x3a\x5c\xed\x18\x3d\xf4\x86\x9c\x88\xcb\x15\x43\x55\x07\x8e\x73\xdc\xd8\x13\x71\xd1\xa9\xc6\xdc\xc4\x85\xb4\x6e\x4c\x46\x5c\x10\x5d\xbb\xfd\x98\x9d\xad\x46\xaf\xe2\x62\xff\xb8\xd1\xab\xb8\x24\xba\xe7\x94\xd2\xab\xc7\xd2\x69\x37\x8a\xf0\xe1\xb7\x07\x32\xc0\xc7\x3e\xe3\x3a\xdd\xf8\xa4\x41\x00\x65\x6e\x18\x1f\x91\xd8\x55\x20\xc0\x6d\xc1\x9b\xd2\x24\xb4\xaa\x10\x32\x1b\x8e\x17\xb7\x3a\x37\x3b\xa9\x5b\xcd\xf9\x40\x89\x84\x5e\x6f\xf6\x39\x49\x74\xd9\x9a\x5d\x94\x6c\x55\x18\xf1\x77\xb6\x2a\xb6\x98\xee\xec\x6f\x5d\x32\x8c\x8f\x48\xc3\x6e\x1c\x68\x37\xaa\x90\x45\xc9\x42\x1c\x67\x0e\x22\x16\xb4\x57\x07\x32\x75\x67\xf8\xc8\xe3\x76\xc6\xeb\x4c\xe6\x53\x6a\x9f\x29\xd5\xcb\x6e\xf6\xf9\xc6\x64\xb8\xd9\xcd\x88\x1b\x23\xaf\x39\x84\x1b\x77\xe8\x46\xb6\x85\x4e\xf7\x8d\x95\x13\xf7\x66\x85\xdc\x1c\x20\x3e\x78\x70\x5a\xb2\x20\x4b\xe6\x88\x6e\xcc\x65\xce\x43\x4a\xdc\x61\x37\x9a\x90\x3e\x17\xab\xc2\x04\xbc\x8b\xbf\x75\x9e\x8b\x1f\x13\xb2\xd7\x1c\xe0\xcd\x86\x0c\x87\x27\x0b\x32\xcf\x67\xbc\xc3\x76\x85\x68\xb6\xbb\x3a\x5e\x67\xf2\x8c\x48\xc6\x39\x43\x40\x2e\xb6\xd3\x67\x67\x12\xab\x27\x70\xc2\x73\xb3\x57\x7a\xce\x44\x59\x96\x78\x30\x73\x9a\x0d\xe9\x2a\x37\x84\x77\xe8\x2a\xdf\x48\xdc\x78\xec\x33\xb2\x3c\x74\x95\xef\xe6\x6f\x65\x9c\xe6\x6f\x31\x91\x1a\x5e\x77\x3c\xb8\x70\x0d\x37\x3b\x1e\x19\xa7\x59\x95\x7d\x46\xa6\x86\xde\x6f\xc3\x9e\x0a\xfc\xdb\xe0\x0c\x67\x41\x96\xcc\x76\xb3\x4b\x86\xd1\x17\xd9\x25\xb3\x1b\x19\x9b\xfe\xc6\xca\x8b\x8c\x66\x6b\xb6\x9b\xe5\x94\x66\x43\x92\x37\x36\x51\x64\x25\x03\xd2\x3a\x32\xba\xba\x9d\x4e\x4a\xed\xa7\x57\x38\xb4\x9c\x0e\x2d\xc8\x4c\x9e\x5e\x29\xda\xbb\xbd\x52\x96\x77\xbb\xa1\xdc\xb0\x93\x45\xb9\x81\x99\x13\x05\x1b\xf0\xc6\xcc\x89\xe2\xe4\xd8\xe7\x22\x2f\xd8\xe7\x82\xe5\x72\x63\x3f\x46\xe9\xf6\x99\x21\x14\x34\x5b\xb3\x93\x05\x7b\xb9\xd9\xab\x82\xbd\x7c\xf7\xfa\x4b\xc1\x1f\x78\xca\x8b\xf5\x84\x8c\xc0\x01\x95\x61\x3b\x8e\x00\x87\xfd\xee\xf6\x11\x5f\xb8\x39\x20\x7d\xe1\x66\x97\xab\xe3\x43\x57\x45\x95\x9b\xc3\x52\x55\x75\x58\xca\xee\x4d\xfb\x09\xb7\xc2\xe1\x40\x6b\xc1\xdd\x2b\xa2\x3b\x4b\x54\xc4\xd5\x73\xd9\xee\xf4\x63\x6a\x6e\xec\xe4\x3d\xaa\x23\xfc\xca\xdc\xb1\x80\xa3\x61\xe3\x76\x6b\xc6\xaf\x0c\x4e\xbf\x4a\x34\x7a\xf5\x60\x8b\x04\x8e\x64\xee\x36\xd4\x30\x11\xfa\x69\x08\x16\x7c\x30\x4d\xa2\x41\x92\xfd\xb4\x6b\x58\xf0\xa9\x19\x19\xc3\xb9\xda\x82\x37\x30\x09\xdf\x40\x3b\x89\xa7\xf1\x24\x3b\x09\x57\x3d\x18\x1f\xd1\x11\xa2\x0f\xd6\x46\x70\xc6\x9c\xbb\xbf\xed\x9d\xd9\x60\xcf\x21\x3a\x46\x7c\xb7\x2a\x8e\xc9\xe3\x51\xc1\x76\x07\x78\x6a\x46\x2e\x3e\xf7\xf9\x98\xb9\x3a\x0d\x21\x27\x1e\xd5\x6f\x47\xfd\x3e\xf7\x29\x65\xbc\xa7\x5d\xc4\x46\x67\x73\x23\xfa\xb4\xa1\x2e\xb4\xcf\x21\x64\x26\xef\x03\x19\xaf\xea\x57\xd7\xf1\x51\x85\x72\x02\x1d\x8f\x3a\x33\x60\x85\x7e\xfb\x31\x9e\xe4\xa3\xb2\x0a\x44\x1d\xd1\xac\x0b\x4e\xe0\x2d\xa4\x21\x55\x0a\xde\x60\x3c\xea\x90\xb0\xcf\xce\x46\xa0\xe8\x1e\x75\x48\x48\x75\xaa\x05\xbd\xc1\x47\x3d\x30\x60\xfd\x47\x45\x37\x5c\x32\x35\x9b\xe7\xd3\xdd\x99\xe4\x7c\x3a\x1e\xd5\x02\x27\xd0\xf1\xa8\x16\x48\x14\xc8\xdd\x79\xd6\xfd\x7b\x54\x56\x83\x2d\x97\x7e\x1f\x08\xa7\xe0\x0e\xc5\x40\x98\x3d\xe5\x40\x47\xd4\x85\x8c\xa8\x1c\x68\x55\x0c\x61\x62\xb9\x74\x57\x41\x7f\xaf\x6b\xf5\x4c\x2c\x97\xae\x99\x33\x9d\x76\xb5\x04\x07\xc3\xb9\x3f\x07\x32\x22\x95\xc6\xc4\xf1\xe8\xcf\x81\x2c\xa8\xda\x89\x73\xe2\x78\x54\x0b\x9e\x13\x77\x8d\x91\x29\x6b\xa8\x16\x38\xfa\x8d\x47\x3d\x30\xa5\x1c\x45\xfb\xcb\x89\x55\x1e\xeb\x1c\x76\xed\x29\xb3\x0b\x7a\x3e\x1f\x33\x40\x8d\x11\x32\x04\x72\x77\xb9\x4d\x09\xe8\x2e\x37\x29\x01\xf1\x28\x8f\xff\x5f\x39\x00\x25\x08\xeb\x8f\x47\xf1\xfc\x92\x08\xcb\x81\xfc\x56\xa1\x4a\x28\x4e\xee\xd2\xc6\xcb\xe1\x2b\x54\x5f\x0e\x5f\xda\x78\xe1\x4b\x74\x69\x83\x43\xe5\x78\x14\xb9\x44\xd0\xe7\x5e\xf2\xaf\x05\xff\x1b\x33\xfd\x51\x3c\x73\x1e\x9d\x7b\x39\x35\xc1\xfa\xe5\x94\x42\x0b\xd2\x11\x41\xf0\xf1\xf4\x03\x99\x75\xd5\x02\x8e\x64\xee\x9a\x17\x04\x85\xe7\xae\x1d\xa3\x5f\xd9\xd9\xbd\x09\x1c\xc9\xdc\x25\x9c\xb7\xf4\x2b\xa5\xbc\x65\xd0\xb0\x2a\x27\x43\x7b\x82\x50\x9c\xe0\x38\x73\x41\x88\x3d\xac\x19\xcd\xdd\xb5\x90\xde\xca\x98\x38\xbf\x85\xd8\x25\xba\x8f\xc3\x97\xe8\x3c\xae\xee\x52\xd9\x47\x4a\x91\xca\x3e\x0e\x1f\x4f\x39\x74\x33\xbb\x44\xf7\x91\x15\xc2\x9a\xd9\x4f\xcd\x97\x35\x4b\xfb\x5a\x1b\x9e\x13\x67\x35\xdb\x07\xa1\x92\x55\x56\x1f\xa8\x3b\xab\xac\x74\x15\xbb\x16\x03\x41\xa6\x91\xd5\x4e\x5f\xc4\x64\x56\x3b\x7d\xed\xb3\x34\xe8\x39\x71\xd7\x44\xf8\xb2\x64\x9e\x8c\xc6\x17\x72\xf6\x74\x33\xbe\xf6\x4a\x65\xf5\x45\xf0\x67\x95\xd5\xd7\x55\x90\x42\x39\xdc\x8d\x9c\x0e\x64\xb9\x25\x49\x4f\x73\x73\x3a\x10\xba\x92\xea\xbe\x2c\x8a\x47\xa1\xf1\x75\x51\xba\xdd\x70\xf8\xe8\x90\x71\x49\xdd\xec\xde\x0c\x0f\x77\x89\x67\x5c\x90\xaa\x6e\x4b\xb1\x81\xf2\x6d\x29\xae\x71\x46\xf0\x0f\xdc\xce\xc8\x88\xf6\x71\x29\xae\xc2\x86\xd0\xd5\x19\xf1\x3c\x3c\xa0\x25\xda\x71\x41\xc6\x8b\x3c\x1e\x97\xe4\xcd\x72\x0f\x3c\xd8\xc8\xc8\xe3\x71\x61\xd7\x10\x0b\xb9\xe0\x00\xda\xab\x61\x37\x6c\x77\x5a\x0a\xd4\xed\x24\x62\x7e\x41\x87\x10\xc2\x2d\x72\x88\x67\x2c\x83\xb8\xc2\xc8\xc8\xe3\xa1\x63\x49\x78\xe3\x82\x37\xa5\x8f\x90\x2c\xa4\x74\x3e\xa6\x66\x34\xea\xf0\xbc\x96\xf0\xc6\x05\x3f\x40\x46\x94\xcc\x60\x4a\x76\x43\xda\x78\xfc\x18\xa6\x0b\x57\x21\xb1\xb5\x15\xae\x42\x62\x7d\xc3\x55\x48\xae\xef\x63\xcd\x58\xcf\xe1\xa2\x70\x22\x9b\xc3\x55\xf0\x44\x36\x9c\xf6\xbb\x5b\x73\x15\x0e\xaa\xa2\x57\xb7\xb3\x81\xa4\x1f\x77\x58\x55\x13\xda\x8d\x2e\xa4\x1b\xd9\x76\xd9\x07\xf3\xe8\x77\xdc\x2e\x77\xb6\x5d\x94\x95\x67\xbd\x83\xf3\xda\x1c\x4e\xac\x0e\x5e\x38\x93\x1e\xc1\x12\xc1\x58\xc6\xc3\x66\x2c\x11\x8c\x0b\x5a\x73\x08\x19\xe0\x73\x20\x94\xc3\x4e\xc1\x78\xe0\x5f\x02\x1a\xcb\xf0\x94\x35\x1c\xe0\xe3\x00\xf3\xf3\x4b\xc1\x3f\x3c\x91\xcd\xc5\x8a\x39\x1c\x0a\x87\xcb\x01\x6d\xe4\x62\x3b\x4e\x46\xb1\xd4\xc5\x3f\x5d\xc6\xe6\x23\x44\xb1\x18\x33\x9d\x03\xa5\x31\xb2\xf2\x09\xa5\x31\x32\x86\x29\x49\x2b\x0b\xfa\x5b\x4b\x5d\x31\x1c\xe7\x41\x58\x65\x78\x8a\x3c\x74\xf7\x08\x24\x5c\x10\x99\x8a\x7b\x3b\x38\xdd\xcc\x04\x12\x2e\xc8\xcc\xa1\x52\x46\x46\xdd\xe6\x9f\xa5\x48\xbe\x53\x8a\xf7\x17\xcd\xaa\x30\x01\x3d\x45\x1e\x9e\x5f\x12\x39\xb8\x20\x43\xa8\xf6\x59\xe9\x55\x1d\x91\xe4\x5c\x1d\x82\x8b\x8f\x5a\x18\xba\x7b\x44\x0e\x2e\x48\xaf\x50\x38\x03\x87\x2e\xb2\xdd\xc0\x83\xcb\x84\xdd\x2d\x48\xbb\x76\xa3\xc8\xa0\x88\xd8\xa1\x0b\x97\x4f\x43\x26\x20\x22\x62\x87\x67\x9f\x84\xdd\x2d\x68\xcd\x5d\x08\xfb\x9e\x5e\x39\xfc\x66\xcd\x0a\xef\x66\x55\xec\x57\x10\xb3\xb6\x20\xcb\xad\xd4\xe4\x38\xb3\x5c\xca\x36\xce\x20\xcb\x85\x2a\x1b\x75\xcb\x98\x72\xa1\x9d\x46\x95\xe7\xba\x1f\x6f\x83\xa9\x10\xb3\xb6\x20\xc2\xdb\xe1\xe3\x0d\x96\x4b\xb9\xc8\x29\x63\xb9\x70\xd2\x46\x75\x41\x9d\x8d\xea\x10\x1c\xbe\xce\x61\x46\xa5\x8c\x3a\xed\xc6\x81\x3b\x87\xf2\x52\x88\x72\x42\x59\x2e\xa5\x66\xc5\x9a\xcc\x2a\x9c\x86\xc5\x94\x55\x38\xf8\x99\xe5\x52\x88\x72\x60\x59\x08\x87\x5b\x90\x76\xe3\x94\xd2\x2e\x4a\x72\x78\x7e\x99\xe3\x7c\x6c\x37\x8a\x90\xc9\x09\x3f\x56\x78\x87\xa5\x12\xbf\xab\x60\x4e\xef\xa5\x98\x6c\xce\x95\x62\xb2\x0d\x16\xe5\x3e\x1f\x6f\x8a\x2d\xae\x51\x73\x26\x95\x8b\x6d\x30\x7c\xe5\x62\xc3\xcd\x2e\xae\x20\xb1\xe9\x51\x2e\xfb\x8c\x21\x5e\x2e\xdb\x9d\xb6\x1b\x42\x46\xf4\x38\x75\xec\x93\x14\x57\x10\x87\xb6\x5c\xf8\x12\x83\x93\xd1\x72\xa9\xbb\xba\x13\xab\x4c\x25\x68\x3a\x8a\x6b\xc4\x51\x68\xb9\x14\xb1\x1e\x85\x16\x97\x8c\x88\xf9\x72\xa9\x8e\xfa\xb0\xd4\x8f\x25\x33\x65\x6a\x87\xcc\x3c\xbc\x1f\xf8\xb7\xc5\x58\xb2\xd1\x9d\x2b\xf5\x1e\x11\xd6\xe1\x69\xfd\xe8\x04\x3a\x78\x3c\x3f\x70\x68\x8b\x81\x67\xa3\x93\x06\x6b\xa4\xd9\xd0\xa1\xf5\x78\x7e\x90\x5b\x1d\x9e\xc7\x8f\x70\xf8\x4a\xe0\x90\x90\x54\x38\x9c\xa3\x86\xa7\xf5\x23\x24\x24\xf5\x0f\x67\xa1\xe5\xca\xbf\x0c\xe7\x2c\x83\xe4\xf4\x28\xd2\x42\x6c\xc1\x50\x8c\x4a\x1b\xe1\x54\x49\x0b\x21\x59\x29\xe9\xc3\xa9\xba\xcf\xc7\x4c\x86\x0b\xa8\xe3\x5c\x5c\x40\x0f\x4a\x8b\x0b\x18\x8e\xde\x15\xd3\x17\x2e\x2e\xd1\x70\x79\x35\x02\x06\x7a\xa0\xa8\x32\x47\xd0\x49\x95\x95\x27\xa3\x9e\xce\x8f\x81\xa9\x5d\x54\x99\x83\x4d\x95\xe2\x22\x90\x4a\x53\x8c\x86\x1b\x3a\xce\x25\x1f\x38\x80\xf6\x0a\x2b\xd6\xb3\xfb\x31\x5c\x5e\xa7\x99\x10\xea\x62\x34\xdc\x98\x30\xb7\xc7\xf1\x63\xba\x26\xaa\xb2\x89\x25\xea\xf9\xfb\xe0\xdc\xb4\x18\x0d\x37\x08\xa1\x0e\xcf\xd4\xc7\x74\x51\x70\x96\x06\x31\xd3\xe5\x52\x0d\x4e\x57\x41\x35\x38\xa5\xd0\x9f\xbf\xa5\x21\xd5\x11\xc9\x41\x51\xd4\x21\xba\xc6\x1e\xb1\x8f\x97\x44\xa7\x68\xe7\xdc\xb4\x18\x67\x37\x5e\x8e\x48\x49\xff\x72\x44\xea\x5b\x7c\xe1\x62\x24\xdd\xe0\xa0\x34\x3c\x62\x1f\x2f\x74\xb5\x47\xec\x43\xe7\xb7\xe0\x1a\x0f\x9c\xdf\x28\xf8\x21\xe3\xa5\x40\xb2\xcf\x2f\x09\x49\x3d\xf0\x52\xe4\x74\x7b\x25\x5d\x75\xbb\xc1\xf1\xbc\x47\xec\xc3\x7c\x71\x83\xf2\x86\x09\xe2\x86\xdd\x0d\xcf\x4d\x8b\x7a\x4f\x97\xb5\xa8\xf7\x48\xa7\x8e\xa2\x5a\x78\xcb\x46\x0e\xff\xed\x88\x14\xfc\x64\x48\x17\x03\xeb\x86\x07\xa5\x45\x3d\xf0\x76\x51\xec\x33\x89\xcb\xc5\x80\xb7\x81\x17\x5a\x8c\x52\x1b\x6f\xd7\x48\xd1\xfe\x56\x6a\x9e\x4e\x4e\xba\x71\x3a\xa9\x14\x39\x9d\x94\x8f\xd4\x03\x1f\x57\xd0\x4e\x92\x7d\x1b\x45\x2f\x85\xa0\xe9\x62\xb4\xd8\xf8\xa8\x8d\xd5\xd5\x9e\x6e\x16\x9d\x16\x72\x78\xa2\xea\xa5\x90\x15\x5a\x8c\xe9\x1a\x9c\x6e\x16\x63\xba\xc6\x87\xab\x04\x92\x8a\x8e\x68\xe5\x92\x14\x66\x5f\x16\x25\x29\xae\x38\xbf\x2c\x86\x2d\x8d\x6f\x58\x1a\xc2\x4a\xbb\x7e\xbc\xad\x9e\x92\x94\x1b\x64\x20\x86\xb1\x0b\xc3\xf0\x64\x63\x17\xc6\x17\xca\x31\x76\x61\x18\x80\x6c\xec\xc2\xe0\x4c\xd2\xab\x13\x16\x1c\x40\x1b\x9a\x8e\x77\x4f\xce\xe4\xc4\xb2\x18\x4e\x33\x2f\x98\xdd\x70\x9a\x49\x52\x61\x90\xe8\x5a\x26\x57\xb4\x14\x43\x55\x4c\xa3\x8b\x8a\x76\x9a\x44\xfe\x16\x43\x55\x26\x6e\x67\x31\x54\xc5\x24\xbb\xc2\x5d\x02\x0b\xd2\xc9\x6a\x37\x60\x67\x63\x26\x26\x07\x98\xc5\x60\x94\xe9\x11\x65\x45\x95\xcd\xe4\x3c\xb7\x5f\x47\xf5\xcc\x84\xe1\x52\xd1\x73\x33\xa1\x51\x2a\x8a\x6d\x72\x60\x59\x0c\x20\x99\x09\x5b\xc4\x30\x8f\xa9\x5f\x59\x51\x7b\x33\x39\x7a\x88\x7d\x12\xf8\x5b\x0c\xe4\x98\x29\xf8\x6d\xb7\x8f\x83\x3e\x76\xdb\x45\xe1\x90\x11\xbd\x20\xcb\x9b\x6c\x57\xa2\xeb\xb6\xcb\xfd\x15\x86\x6a\xcc\xe4\x64\xc0\x73\x93\x23\xc9\xa8\xc9\x8f\xb1\xea\x0c\xb7\x98\x89\xbd\x58\x03\x48\xe6\x8d\x6c\x33\x80\x64\xea\x2a\x1a\x40\x32\x6f\x97\x17\xaf\x73\x7a\x70\x58\x31\xa7\xa6\xb1\xbc\xa4\x35\x2f\xc8\x6a\xa3\x42\xa7\x9e\xa3\xc1\x27\x13\xcf\xb1\xa4\xf0\x63\x34\xaa\xb1\x28\xf3\xf6\xfa\x8e\xf0\xb7\xe8\x1f\x72\xa0\x17\xa4\xaa\xc7\x76\xcf\x78\x43\xb8\xd9\xd7\xf8\x8a\x49\x1c\x70\x31\xbe\x62\x92\xc9\x5a\xee\xeb\xfc\xf6\x03\xa4\x1b\x0f\x94\x72\x4b\xec\x0f\xda\xc9\x28\x97\xf9\x38\xc0\xc7\x52\x08\xf6\xc6\x50\x9b\xcf\xf0\xb7\x5d\xd8\x81\x21\x0c\x7e\x7b\x3e\x76\x08\x7e\xcc\xee\x9c\x11\x32\xf3\xd9\xc2\xbb\x18\x7d\x31\x1f\x0c\x26\xe3\x2b\x26\x41\xb5\xc5\xf8\x8a\x89\x27\x59\x0c\xa8\x98\x7a\x92\x46\xd7\x4c\xc2\x66\xcb\x2d\x01\xeb\x3a\x1a\x3f\x33\x33\x24\x6a\x7c\xc5\xe4\xe0\xb0\x18\x50\x31\xc9\x54\x0e\xa3\x6b\x66\x56\xc6\x60\x14\xcc\xec\xf0\xef\x03\x99\x2b\x6c\x84\xe9\x29\x63\xcd\xf6\x0a\x73\xa3\x66\xbb\xc1\xa6\x59\x65\xc3\x78\x72\xb5\x51\x54\xcc\xab\x89\x53\x5a\x8c\xa8\x98\x79\xd8\x90\x55\x4d\x7f\x6b\x9f\xe5\x75\xa4\xd7\xc4\x75\x8c\xaa\x40\x2a\xc4\x10\x54\xec\x8b\x49\x60\x6c\xb9\x25\xb3\x72\x6a\x0e\xe1\x66\xab\xfb\xb1\x2a\xaf\x85\xc1\x70\x9b\xc5\x35\xc2\x72\x99\xd5\x86\x30\x37\x66\x75\xda\x31\x37\x66\x75\xda\xb1\xf2\x26\x07\x7a\xc5\xf0\x8b\x59\x25\x24\xe5\x22\xfe\x5e\x54\x45\x1d\xfe\x5e\x31\x38\x63\x56\xe9\x4a\x22\xac\x48\x06\xa3\x31\xa6\xee\x5f\xad\x07\x42\xde\x92\x59\x55\x4c\xd6\x03\x99\x0d\xac\x80\xe9\xd9\xa0\xc1\x45\xb3\x62\x8a\x1a\x4d\x34\xf1\x06\x8b\x91\x1c\xb3\xca\x38\xcf\xf9\x98\xaa\x30\xa0\xa6\x67\x83\x86\x0f\xcd\x26\xe3\xe0\x66\x4f\x9c\xb4\x62\x70\xc6\xf4\xe4\xd0\xf0\xa1\x89\xcf\x56\x8c\xd5\x98\x0d\xbb\xb5\x62\x7c\x4d\x22\x52\x8b\xa1\x1b\x93\x73\xc5\xa8\x58\x1f\xd3\xa3\xc2\x8a\x79\x35\x9b\x82\x42\xf9\x8c\x0b\x57\xee\xf2\xeb\xad\x9e\xa9\x43\x67\x14\xc4\x6c\x18\xb5\x86\x1a\x4d\x3c\xb8\x62\xac\xc2\xd4\x47\xab\x0a\x6f\x8e\x15\xcb\x5d\x0f\x64\x32\x94\xe5\x1d\xbd\x7e\xbb\xbc\x3a\x65\xb7\x2b\xd6\x65\xb2\x7e\xa0\x55\x35\x21\x14\xea\x8a\x75\x47\xdf\x4f\x29\xe3\x73\x01\xbb\x84\xe3\x02\x76\xe7\xa6\xfb\x5b\x1c\x3a\x63\x15\x66\x57\xa5\xa8\x43\xba\x53\xe5\x02\xe2\xc1\x15\x83\x13\x66\x57\xa6\xba\x62\x7a\x70\x86\x1f\x98\x32\x1b\x55\xfd\xd3\x25\x1c\x97\xa8\x2b\x9f\x5c\x22\xfc\xbb\x62\xbc\xc1\x0c\x25\xae\x2a\x94\xb0\xd9\xa8\xea\xae\x90\x8d\x54\xa1\xe1\x4c\xaa\x42\x43\xe6\x56\x95\x85\x0a\x27\x2c\x45\xdf\x1a\x42\x30\x43\xe9\x15\x07\xfa\xdb\x22\xa4\x57\x2e\x59\x38\x39\xea\x1f\x8f\x33\xdb\x65\x43\xe8\xcc\x76\xd9\x10\x16\x52\x53\xa5\x78\x9c\xd9\x54\x29\x84\xaf\x86\x11\x5f\x13\x8f\xae\xdc\x2a\x2b\x8e\x33\xcb\xa3\xb2\x1a\xec\x0b\x3d\x2a\xab\x01\x1b\x35\x35\x0c\x87\x9d\xe5\xb1\x1b\x78\x74\xc5\x83\xff\x39\xc2\x4e\x76\xa1\x35\xdb\xab\xb0\x66\x7b\xb5\xf7\xc1\xca\x73\x7a\x85\x8c\x79\x4e\x43\xb8\x25\x4d\xdd\x45\xf6\x6d\x34\xed\xb6\x01\xa9\x3c\x3f\xe1\x1b\x68\x9f\x31\x37\xda\x4f\xf8\x06\xda\x67\xf4\xad\x27\xee\x93\x90\xdb\x68\x6a\xb6\xc9\x35\x56\x8f\x06\x94\xce\x61\x53\xd1\x4d\xcc\x8d\xa6\xa2\xe3\x36\x84\xf2\x68\xaa\x70\xc8\x1a\xed\xd4\x8c\x11\xef\xe1\xfd\xf4\xcc\xb5\x9d\x9a\xe1\x32\x0f\xef\xe7\x44\x00\x1b\x68\x67\x32\x6e\xb4\x53\x33\x6a\xc1\x23\xf6\x39\xa7\xa5\x56\x05\x6b\x3c\x6a\x09\x4f\x55\x9b\x1a\x86\x0c\xda\xf2\x28\xad\x5f\x12\x83\x0a\x87\x3b\x1a\xca\xa3\xb4\x7e\xb9\xfa\xcf\xf9\x2d\xc3\x57\x87\xbc\x5c\x7d\x05\x30\x57\xb8\x95\x47\x3d\xcf\x15\x6e\x61\xec\xdc\xc4\xcf\x2c\x1e\xcf\x7b\xef\x5a\xf1\x3c\x7e\xbe\x86\x1f\x67\x21\x93\xa3\x86\xf1\xee\x34\xcf\xe3\xbd\x2c\x2d\xda\x19\x02\xd6\x96\xc7\xf3\xa6\xf9\x46\x3b\x43\xc0\xda\xf2\x78\xfe\x9f\x2f\x40\x73\x44\xe8\x10\x4f\xeb\xcf\x05\x68\x8f\x22\xf7\x2d\xe3\x38\x40\xee\x25\x8b\xe6\x00\xbd\x88\xec\xe1\xd0\xf5\xdc\x3c\xe6\xd1\xbe\x57\x8d\x15\x0f\xef\xb9\x6a\x6c\xc1\x5f\x5e\xd9\x50\xbc\x4b\x2c\x9a\x26\x11\xd7\x83\x45\x53\x57\xbd\x11\xc0\x4f\x3d\xa5\xcc\x6b\x3d\xa5\xcc\x8d\xaa\x8b\x1b\xbf\xca\xa3\x47\x43\x2c\x6f\xf1\x84\x7d\x72\xc7\x48\x79\x14\xa2\x7a\xac\x8f\x42\x14\x8f\xb5\x78\xfe\xee\xc5\x54\x61\x8c\x9e\x57\x4f\x15\xcf\xd0\xbd\x6b\xaa\x78\x68\x7e\xf2\x6b\x0d\xac\xf3\x3a\xa5\xf2\x28\x8f\xb9\x21\x29\x5a\x39\x90\x35\x71\x01\xf5\x58\x1f\x45\xdd\x87\x1d\x62\x03\xeb\xbc\x8c\x28\x9a\xb3\xfe\x71\x79\x71\x8d\xbd\x6e\xa8\x78\xb8\x6b\xaa\x6e\xf1\x34\xd7\xfb\x85\xa2\xb9\x44\x1c\xd0\x16\x0f\x77\xbd\x23\xc8\xdb\xef\x8a\xa9\xba\xc5\xd3\x5c\x53\x75\xa3\xa9\x6f\xf1\x85\xc3\x90\x3d\x6e\xf2\x59\x90\x89\xfd\x22\xbd\x3c\x91\x9d\x5f\xd9\x57\x15\xea\x01\x6d\x53\x85\x1a\x9f\xdb\xea\xf9\x78\x2f\xa8\xc7\xb7\x26\xe3\x86\xf1\x6e\xa6\xdb\x16\x4f\x73\xcd\xaf\x0d\xc3\xdf\xe6\xd7\x11\x29\xdb\xf0\x94\x0b\x99\xac\xb5\x5f\xf8\x4e\xc4\xac\x55\xb3\x60\x83\x98\xb5\x6a\x16\x6c\xe1\x24\xb8\xf6\x0b\x1b\x88\xa3\xdf\x6a\x52\x6c\xe1\xac\x77\x41\x96\x6c\x1b\x23\x0b\x22\xae\xb6\x56\x5c\x10\x39\xd1\x6d\x17\x3d\xcf\x69\xee\x82\xb0\x51\xb7\xa1\xe1\x6f\x6d\x08\x7b\x91\xe3\xdb\xea\x2d\x31\x85\xf3\xda\x7a\x72\x64\x09\x4b\x5b\x10\x62\xe8\x8e\x08\x13\xb0\x75\x46\x64\x52\x6c\x8b\x5b\xc8\xe4\x6c\x51\x57\x3b\xbe\x71\x21\xa1\x76\x41\xc6\xfb\x24\x21\x7d\x7e\xfc\x2d\x4c\xc7\x11\x6c\x35\x29\x36\xb8\xbf\x70\x41\x6a\x7e\xe8\xb3\xf1\xb9\x84\xc3\xd5\xce\xa9\x6a\xb4\xa0\x93\xb7\x1a\x26\xba\x90\x86\x72\x15\xee\xc9\x21\x58\x6e\x41\xda\xcd\xe7\xb7\x5f\x4a\x69\x48\xff\x96\x90\xb6\x6a\xae\x6a\xe1\x6c\x70\xc1\x42\xa9\x35\xbb\x82\xc5\x9a\x59\x41\x22\xdc\xea\xc9\x64\xed\x97\xbd\xc2\xe1\xe1\xb8\xaf\xf6\x9b\x5d\x23\xce\xf7\x16\x4c\x7c\x7c\x20\x0d\x25\xdb\xc5\x16\x23\x4b\x74\xc1\x0e\xb4\xcf\x1c\xbb\x71\xb9\x63\x35\xcf\x35\x88\x7f\xab\x27\x59\xb5\x4b\xb1\x8f\x93\x53\x9b\x90\xc9\x91\x44\x39\x64\x2d\x9c\xe0\x55\x2f\x05\x8a\x2e\xc5\xea\x2a\x77\x29\xf6\x71\xea\x92\x55\xa1\xac\x38\xee\x5b\xf0\xa1\xd4\xaa\x9c\xba\x74\x4a\xa1\xc9\x76\x09\xa9\xf9\xb6\x93\x58\x2e\x9c\xfe\xd5\x93\xf7\x4a\x4c\x57\xed\x44\xe0\x46\xbf\x7f\xb9\xc7\xbf\xbe\x45\x02\xc9\xa0\x38\xdd\x41\xc0\xd7\x82\xcc\x6b\x3b\x70\x0b\xb3\x2e\xc1\x66\x74\x55\x97\x60\x33\x6a\x3e\xf7\x03\x19\x9f\xf4\x8b\x4b\x5e\xb2\x0c\x6a\x78\x6e\x97\x7e\xb3\xb4\xdf\x43\xc8\xac\x3f\x45\x68\xbb\x55\xc8\x02\x3e\x4d\x08\xbf\xca\x73\x7a\xd9\xfd\xe9\x42\x56\x4c\xbe\xc9\x48\x3e\x6e\x9c\xac\x3d\x4b\x65\x61\x37\xd8\x73\xe0\xe4\xac\x9a\x8d\x5a\xb2\x5c\x95\xbd\xab\x54\xae\x22\x3c\xb7\x90\x15\xba\x60\x06\x26\x21\x43\xc8\x8f\xf0\x0d\xcc\x42\x48\x23\xd3\x50\x91\xab\xe4\x48\x0e\x77\x4b\x91\x51\x8a\x73\x95\x0f\x2c\x94\x76\xe1\xa0\xf4\x40\xe6\x2a\x87\x90\x0b\x55\xa5\x7d\x6e\xde\x2a\x45\xda\x2f\xb8\x8a\x04\x8b\x2d\x38\x29\xb5\x2a\xb4\x62\x91\x24\x0b\x73\xc5\x29\x54\x35\xed\x35\x88\x2c\xab\x27\xed\x95\x88\xaf\x6a\xda\x6b\x74\xb9\xb9\x4a\x0c\x72\xb3\x47\xbf\x9c\x1d\x55\x53\x57\x83\xdb\xe0\x16\xa4\x5d\x89\xb0\x22\x63\x8a\x54\x57\xa5\x0d\x79\xbd\x0e\x4b\x8b\xb0\x01\xab\x90\xe5\x56\x12\x54\xac\xba\x22\xe5\x54\x07\x98\x6d\x17\xb5\x4f\x68\x59\xed\x1c\x0c\x17\x92\x35\x17\xac\xc0\x5b\x68\xcd\x36\x84\x55\x57\x5c\x6e\x0f\x86\x8b\xcb\xed\xd1\x6f\x71\xb9\x9b\xb4\x21\x73\x37\x76\x14\xbb\xdc\xdc\xa4\x8d\x46\x43\x4d\xc1\xd0\x1e\x21\x42\xb4\x59\x33\x76\x4d\x97\x7f\x3d\xdc\x2d\x4a\xdc\xe6\x10\x5c\xdf\x66\x27\x4b\x15\x72\x29\xb3\x4b\xe6\x21\x6b\x71\xc9\xc8\x46\x2d\xc5\x25\xeb\x2e\x59\xa5\x2a\x5d\xf4\xa2\x30\xc3\x27\x2f\xc5\x11\x75\x39\xb4\x9f\x8f\xa9\xd9\x01\x76\xb6\x3d\x8b\x03\xec\x32\xac\x92\xc1\x43\xd6\xae\xae\x36\x88\xb8\xab\xab\xfb\xb0\xa1\xf3\x31\x94\xa3\x72\xee\x2e\xa8\x93\x43\x10\x71\x29\x4e\x8e\x47\xb0\x5d\x21\xa3\x03\x5f\x14\x6e\xdc\xab\x17\x44\x8b\x55\x73\x57\x83\x68\xb1\x05\x21\x6f\x85\x0c\x31\xc5\xde\x44\xbc\x20\x5c\xa6\x51\xa0\x4f\xde\x95\x39\x21\x3b\x6b\x23\x98\x9d\xda\x95\x2a\xf8\xe4\xa5\xd8\x2b\x7d\x72\xc2\xc3\x6a\xf7\x94\x35\x14\x32\xfa\xe4\xa1\x90\x09\xc7\x7b\xfa\x8c\x5b\x52\x22\xfd\x5a\xf0\x73\x3f\x56\x70\xad\xde\x82\x4c\xc6\x19\x1f\x56\x6c\x39\x23\x80\xb9\xb9\x74\x6f\x41\x08\x47\xa9\xc9\xdd\x5a\x11\xd7\x81\xac\xb6\x42\x74\x48\x47\x0e\xd7\xad\x80\xb8\x4e\x29\x4b\xa4\x4c\x25\xd0\x39\xe2\x3a\x1f\x7f\x81\x96\x22\x08\x43\xc9\xa7\xef\x5f\x1d\x82\xbe\x7f\x68\x22\x90\x05\x5b\xea\x69\x08\x13\x30\xb4\x18\x74\xe7\x43\xb9\xa8\x3b\x5f\x4f\xbb\x84\x00\x85\x62\x92\x20\xe9\x08\x4d\x84\xc1\x34\xd7\xd3\x2b\xd4\x6d\x68\x22\x70\x12\x5c\xea\xe9\x24\x33\x59\xed\x95\xde\x7d\xb5\x66\x1d\xf6\x50\xa6\xea\xa1\x87\x66\xeb\xb4\x21\x55\xa8\x5e\x76\x55\x67\x12\xd9\x5c\xaa\x92\xcf\xe3\xdb\xd0\x8a\xd5\xe9\xae\xaa\xc1\x17\xae\x54\x68\xd4\x12\xe8\x5c\xaa\x6a\xd0\xe3\xdb\xaa\x20\x34\xed\x35\xb4\x27\x5e\x38\x1e\xa1\xb4\xd6\xe9\xae\xca\x45\x9d\xee\x50\x5a\x7b\x7c\x1b\x9a\xbc\x1c\xdf\x46\x68\xf2\x7a\x07\x79\x55\x88\x7a\xe9\x78\x55\x6a\x92\xd8\x1a\xa1\xa4\xd7\xf9\x0d\x07\xf8\x3e\x9d\xec\xc2\x17\x90\x86\xb8\x75\x2f\xc2\xf1\xbe\xa5\x0d\x25\x1f\x69\xaf\x11\xcf\xf9\x98\x5e\x39\x5e\x4e\x64\x23\x1c\x11\x27\xb2\x11\x76\x92\x10\xe3\x52\x8b\xdd\x40\xef\x85\x7d\xe6\x76\xe8\x52\x95\xa9\x9e\xd7\x86\x82\x5f\xef\xb7\x2a\x62\xf5\x6f\xab\x8a\xce\x1b\xb1\x42\xb5\xc0\xc5\xcb\x85\xed\xf3\x6a\xea\x6a\x84\x46\x01\xee\x6e\x84\x56\x80\xc7\xb7\xe1\x6c\x7c\x9c\x0d\x15\x1d\xb7\x5a\x95\xaa\x2a\x23\x93\xb5\x54\x95\x15\x99\xac\xa5\x6a\xe3\x7e\xe4\x14\x8d\x5a\x1d\xe9\x50\x87\x78\xd6\x1b\xce\x24\x97\x09\x97\xda\x0e\xf4\x63\x66\xe3\xa3\x28\x28\x74\xc3\xc3\xdd\xaa\x00\xfe\xca\xfb\xce\x24\x57\xe2\x96\xaa\x00\x26\x3c\xb9\x90\x23\xbb\x20\x8b\xe2\xc4\x7a\x33\x55\x38\x93\x5f\x47\xa4\x86\xc1\xdd\x2d\x55\x2d\xe1\x65\x53\xe1\x3c\x1b\x8f\x1c\x4e\xec\xd7\xf5\x55\x95\x7d\xe5\x5f\x0d\x0a\xe2\x91\x4b\x55\x5a\xe3\xfd\x06\xb1\x82\x35\x2e\x69\x92\x89\x8d\xcb\x4e\x32\xb1\x81\x7f\x5b\xd8\xb9\x5d\x90\xe5\x46\xa8\xc6\xe5\x10\x98\xf6\xe0\x24\xb8\xb0\x55\xbb\x20\x8c\xc3\x2a\x04\x97\x3e\x15\x76\x5f\x6b\x18\x62\x1c\xe8\xdb\xe0\xd2\xa7\x52\xc3\xaa\x64\xba\x76\xff\x52\xf0\x07\xb7\x9e\x06\xf7\x06\xd6\x93\xd8\xca\xbd\x81\x0b\x6e\xfd\xda\xd0\x37\x26\xb6\x96\x86\xbe\x89\x04\xe1\xb0\x07\xbc\x20\x13\xc9\x8a\x05\x81\xbf\xc1\xfb\x15\x35\x3c\xcd\x65\x87\x78\x41\xe8\xb7\x5b\x15\xa6\x18\x1b\xc6\x0b\x22\xbd\xba\x35\x23\x18\xd8\x3f\xae\x66\x94\x06\x57\x10\x2e\x48\xbb\xdd\xdf\x2a\xf9\x58\xfc\xc0\xbd\x0d\xe2\x19\x17\xb4\xcf\x74\xd2\x48\x5f\xc2\x1b\x17\xf4\xe3\x2e\x64\x3d\xfb\xf9\x98\xd9\x40\xf0\xc7\xed\x78\x51\xb7\xe1\x69\x6e\xb8\xda\x37\x3b\x4e\xec\xd4\x2e\x08\xdf\xb8\xf8\xb7\x34\xe8\x6a\x13\x16\x5c\xd8\x8b\xad\xa1\xb7\xdb\x6e\x6b\x46\xa8\xb0\xf9\xba\x20\x1f\xdf\x56\x85\x6d\xcd\x25\x83\x35\x88\x12\x2e\x24\x3d\x2f\xd8\x80\x55\x68\xbb\x4d\xc8\x88\x6e\xa1\xb3\xc1\xce\x40\x70\xb8\x5b\xc8\x63\x5e\x90\x37\x13\x90\xc7\xa1\x8b\x1a\x98\x26\x5c\xe9\x7c\x5f\xd7\x75\x3e\x66\x9e\xf1\x06\x43\x07\x96\xbd\xd8\x1a\xfb\x60\x78\x7d\x6c\x55\x8b\x41\x17\xf4\x63\x76\x97\xd9\xf5\x5c\xf0\x4d\xe9\xf9\xed\x17\xe8\x78\x97\x00\x5e\xb0\x08\xe9\x73\xb6\x1b\xb0\x2f\x3b\x99\xd5\xf4\xd3\xc2\x4e\xe6\x82\xac\x11\xc2\x3b\xb2\x2f\x48\x20\xad\x23\x2f\x25\xb9\x6a\xae\x42\xab\x2a\x42\xc7\xdb\x84\x03\xd8\x85\x76\x92\x21\x6c\xff\xf6\xbe\x08\x14\x5d\x90\xc9\xc9\xd6\xbc\xc8\x6c\x95\x26\xe1\x9b\x52\x6b\x1e\x74\x03\x1b\x21\xf2\xe0\x21\x8b\x6c\x43\xc3\x9a\x1d\x82\x9c\x52\xfc\x78\xfa\x5b\x47\x24\xe5\x14\x6b\x9e\x4c\x2c\xfb\x15\x51\x3a\xab\xc0\x7e\x45\x14\xb6\x3e\xd8\x60\x5c\x90\x3e\x23\x35\xa3\x74\xfb\x4c\x55\x05\x2b\xa0\x29\x08\xb7\x07\xbb\x4a\xbb\x90\x86\xa4\xc9\x22\x6b\x28\xdb\x0a\x5e\x0a\xa9\xba\x35\x8a\x2b\x88\xd5\x1e\xc5\x35\x52\xaa\xd4\xce\x72\x63\xd7\x44\xb5\x93\x0a\x0a\xcf\x98\xdd\xf7\x0b\xee\x44\x2a\x6e\xf4\x05\x37\x17\xf9\x06\xc8\x82\xc8\x1c\x99\xbd\x9e\x4e\x16\x21\x33\x29\x3b\xfb\x2a\x8e\x5b\x79\x26\x9c\x96\x16\x7e\x8c\x62\xef\x12\xbf\x61\xc2\xee\xa1\xc5\x0e\x04\x5e\x35\xd3\x50\xeb\x10\x3f\x36\x51\x10\x17\x5c\xdc\x52\x33\xe1\xb4\xb8\xa5\x16\xdb\x39\xbc\xaf\x4b\xc6\x69\x92\xd9\x73\x3e\xfe\xf2\xb1\x35\xc3\xb0\xfd\xfa\xe5\x7d\xfc\xeb\xdb\x42\x4d\xb6\x13\xbe\x71\xc2\x08\x38\x44\xf6\x05\x94\x05\x1f\x20\xa3\x6f\x58\xa2\xee\x4e\x71\xed\xf4\xaa\xaa\x0a\x37\xa3\x74\xa5\x97\x8e\x64\x77\x5e\xbb\xa3\xc7\xe9\x0e\x4f\x82\xbb\x32\x66\x47\xeb\xde\xd7\x25\xfb\x6e\xdf\x70\xc1\x47\xc8\xdc\xc8\xcd\xfb\x80\x76\x95\x56\xe1\x9b\x52\xe6\x46\x77\xcf\x9d\x90\xd8\xee\xde\xfa\xd8\x76\xf1\x70\xdc\x18\x89\x7d\x5e\xbb\x4a\xf9\x38\x16\xb1\x2f\x18\x42\xd6\x13\xe3\xc3\x14\xd2\xe2\xe6\x46\xec\x23\xd8\xfb\x22\xc8\x74\xc1\x0f\x30\x09\x19\x7e\xb1\x66\xc5\x24\x26\x51\x70\x35\x78\x71\x27\x24\x76\x3c\xee\x2a\x2d\x42\x1a\x92\x05\x49\x3f\x2d\x6e\x14\x44\x4c\x66\x52\x8e\xdc\x4e\xda\x82\xb7\x70\xf0\xb1\xed\x4e\xe6\x0a\xb3\x26\x42\xd6\xd7\x8e\x09\x29\x54\xf6\xd5\x0d\xeb\xf2\x1c\x57\x1c\x17\x5d\xf2\x18\x76\x52\xf6\x1d\x88\x2b\xfd\xe8\xd8\xb7\x16\xaf\x52\xa1\x84\xa4\x92\x24\xc6\xb6\xe8\x47\xc7\x50\xf0\xb7\x53\xca\x00\x65\xb2\xed\x77\xad\xd2\xf3\x31\xdd\x50\x67\x0e\x05\x7f\xf3\x63\xd7\xb7\x9d\x52\x56\x50\x29\xa2\xdf\xd5\xd5\x7b\xfb\xc6\xe3\x55\xea\x78\xa7\xed\x3a\xa2\x69\x43\x0e\xc1\xc9\x69\xac\xbe\xc1\xbc\xfa\xe0\xb1\x2f\x41\x5a\xa5\x21\xa4\xdd\x7e\x4a\x79\x1c\x48\xdd\xe5\x21\xab\xbe\x31\x97\xac\xaf\x8f\x4f\xa9\x1f\x17\x21\x33\xa9\xe5\x42\xa8\x6f\xd1\xdd\x8d\xe9\xd4\x29\xcc\x0c\xf5\xd5\xdd\x8d\xe9\xd4\x39\xcf\x64\xc1\xfa\x64\xd1\x82\x2f\x20\x55\x11\xdb\x5b\xf4\x33\x83\x13\xd9\x12\xda\x17\x2f\x45\x8e\xa6\x27\x47\xb0\x45\xd7\x31\x5e\x12\xbf\x13\x4b\x16\x6c\xd1\x57\x0c\x1e\xc6\x2a\xba\x7f\xe1\x11\xac\xee\x5f\xbc\xb4\x02\x9c\xf6\x7d\xc8\x7a\x5f\x49\xa9\xf9\x82\xbc\x93\x46\x81\x87\xac\xba\x61\xf1\x9a\x0f\xa5\x8f\x90\x45\xc9\x07\x32\x1b\x8a\x02\x0f\x59\xf5\xac\xc2\x67\xa5\x74\xa5\xc8\x82\x5d\x55\xf1\xf1\x9b\x05\x4d\xae\x82\x6f\x41\xe9\x68\xc5\x79\xed\x49\x41\x81\x9f\x59\x74\x78\xe2\xed\xfa\xca\xdd\x5c\xa0\x54\xf4\x70\xe2\x8d\x86\x49\xae\xe0\x7b\x38\xc0\x10\xd2\xae\x6b\xb4\x33\x5b\x17\x4c\xc2\x17\xf0\x16\x32\x84\x72\xaa\x62\x08\xe9\x97\x51\x3d\x35\xde\x48\xeb\xa4\x4d\x40\xda\x6b\xd1\xfd\x31\xed\xb5\xe8\xfe\x84\x1e\xeb\xf1\x77\xc8\x82\x2d\xc7\xdf\xd9\xe7\xb5\xab\x2a\xe0\x07\x03\x22\x69\x40\x78\x22\x7b\x5c\x98\x8f\x33\xa7\x60\xf8\x48\x47\xb2\xfe\xa7\x5b\x15\xd3\xfc\x09\x3b\xe9\x6f\x9d\x66\x99\x9b\x1c\xd9\x12\x32\xf7\x47\x2a\x93\x9b\xb9\x8a\xa9\x84\xfc\xfa\x71\xbc\x52\xf7\xc7\xf1\xf6\x03\x3f\x40\x7e\xfb\xc5\xbc\x48\xd2\xbe\x3e\xe9\x71\x1e\xbe\x92\x86\x76\xcc\x17\xce\x48\xda\x22\x5f\xdb\x55\x3e\x71\x01\x72\x39\x76\xf9\x17\x33\x2e\x69\x3d\xe3\x84\x96\xd0\x80\xf8\x62\xf2\x86\x4c\xf6\x45\x96\x27\xad\x67\xf2\x5c\xeb\x31\x79\xb9\xb5\xb8\x1e\x93\xf7\x8b\x7c\x22\xee\xb9\x8e\x0b\x15\xca\xeb\x8a\x75\xec\xf7\x21\x17\x6c\x40\xde\xc9\xd2\x9a\x1c\x97\x84\x83\xbe\x1d\x1c\x76\x56\xad\xc9\xb1\x9d\xc3\x55\x7a\xe0\x04\xee\x6e\x8c\x7d\x03\xf0\x82\x45\x58\x81\x55\xb8\xdf\x14\xe3\x0a\xeb\x4a\xfa\xe9\x2a\x6d\x42\x86\xc0\x4c\x0e\xfc\xbd\xaa\x85\x34\x12\x26\x3e\xf7\x24\xd6\x91\x4e\x37\x42\x58\xf9\xf8\xc0\xad\x51\x89\xd5\xae\xa4\x81\x2e\x98\x84\x8c\x08\x91\x33\x38\xfb\xac\xa4\x0e\x55\x92\x44\xd7\xc7\xb7\xb0\x50\x7a\x20\x23\x82\xb9\x07\x67\x9f\x55\x53\x6c\x70\x7e\x59\xb5\x7a\xc6\xf6\x06\xd7\xc7\x59\xc8\x88\x9c\x76\xdc\xbf\xca\x05\xd7\x75\xdc\xb2\x3e\x82\x81\x24\xd1\x05\xad\xca\xd9\x70\xda\x89\xde\xad\x5a\x2e\x03\x17\xae\x5e\xf6\xf9\x91\x08\xcb\x29\x85\x54\xec\xf3\x23\x5b\x21\x27\xc6\xd3\xa9\xd9\x4e\x3e\xd2\x06\xd6\xc7\xc0\xdf\xab\x5a\x1f\xa6\x76\xd6\xcb\x5e\x3d\xc1\x6c\x60\x8c\x98\xe9\x59\xaf\xf3\x5b\x87\x80\x31\x32\x1e\xc5\x55\xb5\x93\xbc\xb0\xa6\xb9\x31\x70\xd2\xaa\xe6\xc6\xc0\xef\xaa\x1a\x14\x23\xcb\x83\xec\xa2\x8c\x2c\x99\xb1\x4f\x32\xb2\x6b\x84\x18\x21\x4b\x74\x95\x9e\xdf\xb2\x0a\x3f\x4b\x21\x24\x84\xcc\xe0\x21\xd6\x8b\x9b\x11\x17\xa4\x1b\x58\x10\x43\x37\x2c\x1d\x38\x58\x5f\x64\xce\xe0\x6c\xb0\x6a\x50\x8c\x2c\x4d\xfe\x2c\xa5\x1b\x3f\x4b\x99\xe7\xe6\x00\x25\x42\x24\xd2\x28\x38\x96\x89\x3d\x97\xc1\x5d\x3d\xf5\xfa\x09\xed\x33\x23\x2a\x92\x19\xf2\x6a\xe8\x4a\x11\x5f\xbf\x20\x13\xdb\x7f\x79\x65\x43\xe5\xd5\xa1\xfb\x4a\x98\x26\xa3\x0c\x18\xb4\x5b\x93\xfa\xe6\xb4\xc3\x03\x7a\xa4\x87\x2c\xc8\x7a\xe2\x67\x8d\xa2\xf6\xc5\x70\x19\x65\xb2\x26\x88\xba\x51\x94\x13\xb8\x5d\xa3\x62\x10\x27\x2c\x95\x51\x5d\x04\xdc\xae\x51\x71\x8d\x93\xdd\xa8\x12\x5d\x9c\xd2\x6d\x21\x25\xbb\xb1\x9d\xb2\x05\xe9\x64\xc5\xf9\x25\x70\xbf\x9a\x06\x5a\x35\x20\x46\x1d\xac\x09\xf2\xd8\xac\xd0\xaa\x3d\x31\x2a\xbb\x0a\xc9\x3e\x73\xf8\x57\xb5\x27\x46\xdd\xf6\x44\xd5\x26\x18\x55\x19\x73\x7a\x85\xf9\x48\x78\x7d\x35\x0d\xb4\x6a\x31\x8c\x8a\x56\x24\xda\xbe\x0e\xdd\xbd\xdb\x9a\x71\xf7\x2a\x8f\x6a\x55\xd3\x40\x2b\x8f\x6a\x2d\xd8\xf8\x38\x0b\x07\x90\x9a\x1b\x0f\x42\x6a\x13\x8c\x1d\x16\xbc\x4a\xbb\xb0\x02\xe9\x55\x43\xe1\x70\xb9\x61\x35\xb3\xb3\x6a\x40\x8c\x86\xb1\x45\xc4\x7c\x35\xd1\xb3\x26\x05\x7f\x63\x72\x08\xa0\xaf\x43\x07\x8f\x88\xf9\x05\xfd\xad\x7d\x76\xf8\xa7\x2a\x68\x3f\xfd\xfc\xed\x17\xc8\x6f\x75\xff\xb8\xdc\x70\xc1\x9b\xd2\x26\x2c\x94\x86\xd0\x5e\x9d\x8f\x37\x5d\x11\x8b\x5f\x4d\xe5\xac\xe9\x7c\x8c\xc9\xc0\x5d\x87\xd5\xcc\xce\x9a\x7e\x7e\x9c\x29\xbd\x85\x10\xc3\xcf\x8f\x03\x78\x4a\x6d\x88\xd9\xe0\x84\xb2\x72\x2d\x73\x35\x2b\xb4\x72\x0f\x73\x25\xef\x73\x7d\x9c\x85\xfe\xd6\x8f\x61\x0d\xae\x65\x5e\xd0\x52\x7f\xeb\x5c\xa9\x8e\x02\x75\x74\xfb\x31\x37\xe4\x56\xad\x80\x11\x4e\x8e\x4a\x32\x24\x15\xd5\x60\xa0\x6f\x8f\x15\x10\xbe\x3b\xca\x46\xc1\x08\x24\xfd\xfd\x13\x42\x57\x38\xff\x83\x50\xdf\xca\xd5\xca\x75\x84\xe3\xd5\x28\x08\x09\x49\x45\x17\x30\xdd\xad\x66\x0b\xb8\xec\x56\xb3\xe1\xa3\x56\xae\x56\xae\xa4\x76\xae\x52\x6b\x76\xf8\xd9\x11\xe1\x85\xde\x2a\x3a\xbd\xd0\x5b\xfb\x82\xa3\xc2\x9a\xfc\x78\x38\x39\x9a\x1b\xc3\xc9\xf1\xb7\x03\xad\x78\x6c\x93\xe1\x78\x35\x46\x86\xab\xaf\x0a\x1d\xae\xfe\x4f\xc8\xa3\xac\x9a\x1b\x23\xec\x95\x10\x13\xe9\xd6\xa0\x20\x98\xb7\xa6\x9f\x90\xe1\xab\x8d\x87\xbc\xf0\x13\x22\x0a\xd4\xc6\x7a\x92\xb7\xea\x77\x4a\xa2\xea\xdb\xfd\x8e\xd4\x2a\x0d\x21\x6b\xa4\xbe\xd5\xa3\xbb\x55\xb0\x13\xef\xf7\xae\xbf\xde\xe3\x37\xb3\xb3\x1e\x23\x60\x22\xcc\xb8\x19\xb0\xfa\x5e\x55\x3d\x46\xc0\xb4\xcb\xaa\xea\x97\xd3\x6c\x2f\x5e\x72\xa4\xbd\x78\xf9\x9c\xad\x6a\xfe\x15\x76\xaa\x09\x61\x6e\x1b\x7a\xb1\xe3\x74\xab\xaa\xc9\x0a\xad\xe9\x34\x84\xb7\x7b\xab\xb9\x5f\x32\xd9\xa9\xca\xd1\xab\xc8\xc9\xec\xac\x47\xeb\xe3\xdf\xd5\xa3\xf5\x5f\x52\x99\xca\xf8\xe5\xac\xab\x8c\xdf\xd2\x91\xca\xf8\xe7\x8b\xbc\x59\x88\x1e\x38\x1f\x2b\x71\xcf\xc7\xd2\x91\xda\xd7\xb7\x6f\x8f\x22\xd7\xa1\xbb\xd5\x8a\xef\xc1\x3c\xab\x06\xdf\xca\x89\x6e\xcd\x4a\xdc\x53\xea\x88\x4e\xa9\x8b\xa2\x92\x7c\x2b\x44\x55\x92\x1f\x85\x28\x6e\xc9\xf8\x60\x4f\xdc\x2a\x58\xde\xce\xa9\x47\x2b\xf2\x72\xea\x75\x5b\xd5\xc7\x35\x3a\x55\xb9\x0a\xf8\x21\x83\xb3\xc0\x4a\x96\xd9\x82\xcc\x46\x58\xb3\x92\x40\x6d\xfc\x51\x12\xa8\x8d\x3f\x4a\xbe\xd3\xae\x3a\x44\xf5\xcb\x1b\x36\xf5\x68\xc5\x0f\x16\xc4\xad\xfa\x25\x8a\xb6\xde\xaa\x6e\xa2\x68\xeb\xad\xae\xe6\xd1\xce\x7a\x54\x28\x51\xb4\xf5\x28\xc9\x8f\x52\xe4\x0c\x61\xfa\x88\x32\xf0\xeb\x5c\x39\x22\x9e\xc3\xa9\xf7\x75\xa0\x43\x68\xc2\xf9\x87\x9f\x0f\x30\x2f\xb8\xc5\xf3\x51\xa1\x5f\x9f\x67\x56\xfd\x7e\x15\xa2\x1a\x05\x24\x98\xd6\xa3\xd9\xbe\xf8\x30\xb7\x36\xc2\x97\xf1\x3e\x0e\xff\xcb\xf6\xd4\xe3\x78\x75\xe1\x48\x63\xa8\xf3\x42\xd2\x93\xc6\xb0\xe0\x5e\x14\x35\xdb\xbc\xec\xc6\xed\xc7\x88\x3a\xb2\x1a\xaa\x09\xa6\x55\xdd\x35\x79\xb4\xb3\xaa\x9d\xe6\x85\x66\x23\xe7\xa1\x4e\x2e\x23\xaa\x2a\x2b\x12\x4c\x57\x69\x05\x9e\x3e\x37\xe1\xff\xf0\xc2\xf4\x82\x95\xd2\x2e\xfc\x50\x1a\x42\x47\x04\x4c\x30\x1d\x09\x12\x95\x2c\xd1\x05\x93\x90\xdf\xa2\xbb\x66\xc2\x02\xe6\x3a\xc3\x6a\x0e\x69\x55\x77\x99\x34\x5a\xd5\x5d\x33\x21\xcb\xd5\x4e\x33\x61\xc4\x93\x4d\xb1\x20\x94\x83\xb2\x9a\x09\x65\xf5\x24\x7b\x85\x4d\xa4\x3a\x9a\x09\x0e\x7d\x6e\x3b\x09\x87\xaa\x9d\xa6\x3e\xaa\xda\x69\x72\xe9\x6d\x55\x1d\xcd\x24\x79\x67\xdb\xc5\x3d\x78\x5c\x32\x5d\x56\xf5\x8f\x19\xa6\x55\x0d\x33\xef\xee\xc7\xb7\xd0\x6e\x3c\x42\xa8\xbd\x9c\x8f\xdf\x94\xfe\xda\xe2\x9f\xb7\x33\x87\x68\x9f\x37\xc6\xf4\xe3\x6a\x73\xe8\x58\x95\xc7\xf3\x46\xc4\x3e\x2e\x2f\x57\x13\x55\xe5\xb1\x29\xa4\x55\x01\x3c\x6f\x17\xdf\xd5\x26\x6a\xb6\x72\xeb\xe9\x82\x74\x19\x41\x38\x1f\x69\x10\x51\x37\x1f\x84\xe8\xf3\x1c\xc8\x7a\x22\xf9\xe6\xe3\x7a\x22\xdb\xe6\x23\x57\x21\xdb\xa6\x07\x87\x64\x7c\x2c\xc8\x6f\x91\x40\x26\x98\x56\x25\xd0\x7c\x1c\x60\xd8\x0d\x54\x26\xe9\x21\x0b\xd2\xab\xb0\x66\x09\x16\xc3\x65\xea\x75\x3e\x92\x86\xa7\x7d\x8f\xb4\xe0\x69\xdf\x23\x2d\x90\x33\x5a\x65\xee\x99\xb1\x44\x1f\x49\xc3\xc3\xbf\x47\xd2\xe0\xf5\xd3\x2a\xeb\x9b\x33\x5a\x0f\xeb\x93\x33\x5a\x0f\xeb\x13\xdc\x5a\x0f\x73\xe7\xb0\x93\xf4\x39\xe3\x74\x3f\xd2\x11\x0f\x60\xd6\xc3\xdc\x3a\xb0\x87\x9b\x33\xe6\x05\x57\x4c\x2e\xb8\xf5\x2d\x69\x29\x75\x72\x73\x51\x3d\xfc\x9a\xf1\x70\x48\x4b\x59\x90\x5e\x25\xbb\x81\x8d\x40\x96\x4a\x9d\x05\x99\x4a\x8e\xd2\x82\x96\xd2\x0d\x42\x50\xeb\xe1\xaa\xc2\x91\x0e\x59\x2a\x0b\x3e\x94\x26\x61\x05\xde\x42\xa6\x5d\x02\x26\x1b\xb5\x1e\x02\x26\x22\xb5\x1e\x8a\x2d\x48\x5c\x9e\xaa\xab\xb3\x60\x7a\x92\xa6\xb2\x60\xe6\x63\x3b\x89\x96\x20\x47\xa9\xce\xda\xfd\xf8\x16\x32\x93\xcf\x81\xd6\xcc\x6c\x54\x97\x5b\x22\xe4\xaa\xa2\x7a\xe8\x4a\x87\xf6\xc1\xae\x99\x3a\xb4\x87\xae\x88\x2a\xad\x87\xae\xaa\xd3\x2e\x5d\x55\xc5\x86\x5c\x56\xa7\xbf\xb5\x2a\xa7\xbd\x9d\x8f\xe9\x15\x96\xcb\x6c\x98\xcb\x87\xea\x1a\x07\x11\xe4\xd2\x54\xd3\x4f\x2b\x39\x4a\x0b\x5a\x55\x15\xd2\x2b\x89\xa1\xa9\x52\xb0\x6b\x4c\x4e\xad\x87\x18\x9a\xe4\xcd\x06\xc5\xd4\xed\x24\x0f\x67\x41\xe4\x93\xa2\xa0\x49\xc0\xc5\xaa\xe4\xdf\x6e\x37\x86\x35\x5b\x15\xfc\x7b\x96\xbb\x29\x91\xfa\xf9\x2d\x55\xb9\x46\x1c\x42\xd6\xb3\x28\x0d\x76\x3e\xd3\xde\x9c\xba\xea\xf0\x95\x57\xdd\x86\x9c\x49\x8c\xa0\xa9\xdb\x49\x76\xd0\x82\x4c\x9d\x52\xa5\xcb\xec\x4a\x15\x5d\x47\xae\x10\xad\x64\x98\xae\x52\xba\xd1\x31\x91\xb8\x45\xb2\x92\x52\xba\x60\x11\x32\xcf\xca\xba\xee\xea\x2b\xeb\xba\x24\xea\x78\x39\xa2\xac\xa7\xcf\x1e\x51\x3e\xf1\xcb\x6b\x99\xab\xf9\xa6\xf5\xe7\xf8\xd0\x37\x67\x7c\x81\x49\xf4\x28\xf9\xe2\x8c\xbe\x0b\xfd\xb8\x0a\xdf\xc0\xf3\x31\x62\x03\xb3\x66\x06\xd6\x64\x56\xf2\xf1\xf2\x4a\xfd\x59\x15\xd6\xe4\xcf\x8f\x11\x57\x59\x61\xc6\xa5\x40\xf5\x9f\xe1\x04\x32\x37\xc1\x79\xde\x3f\xc3\xdd\xab\xac\x01\x31\xe0\xc8\xac\x6c\xe3\xda\x9f\x9a\xb5\x27\x46\xf8\xdb\x26\xac\x94\xde\xc2\x4e\x69\x17\x7e\x29\xa5\x21\x4e\x28\xab\x79\x46\xe6\x7d\xd6\xac\x6c\x1b\x2c\x60\x56\x98\x11\xfb\x59\x4d\x2c\x9a\x03\x91\xf3\xb3\x1b\x0e\xe1\xb4\xcb\x7a\xe6\xfb\xc0\x46\xe9\x23\x64\x80\xf7\x81\x6f\x4a\x99\x1c\x02\x45\xab\x49\x49\x73\x62\x4e\x9d\x3e\x7b\xe8\x78\xfa\xcc\xa1\x63\xcd\x8a\xba\x89\x75\x65\x9e\x91\x59\xa1\xd5\x3c\x23\xd2\x40\xd7\x6f\xfd\x18\xfb\x29\x63\xc5\xce\xe9\x78\xd5\xd5\xd3\x01\x3a\xde\x09\xc1\x66\x4d\xb1\xe9\x78\x1d\xa0\x7e\xe6\x19\x11\x2f\xaf\xd4\xac\xa1\xa6\x9f\x79\x46\xf4\x42\xdf\x9a\x66\x35\x5f\xf8\x30\x59\xa9\xf9\xc2\x24\xca\x4a\x7a\x0f\x1d\xcf\x00\x49\x03\xad\x59\x99\xfa\x72\x80\xca\xd4\x17\xbb\x64\xdc\x83\x59\xe7\x3e\x74\x5c\xa5\x56\x85\xc9\x7b\x66\xe3\x85\xd3\x7d\x46\xf4\xc2\x87\x39\x7d\xf6\x48\x32\x6b\x4d\x7a\x06\xc9\xeb\x82\xd5\x07\x5c\x6b\x56\x4c\xbe\x1c\xa0\x5a\xc2\x53\xc6\xac\x96\xe0\x99\x96\x9a\x55\xa1\x5c\xa7\x5b\xb3\x3a\xf3\x2d\x79\x3b\xfc\xb7\x23\x52\x67\xbe\x11\xc0\x67\xbc\x64\x6b\xd6\xac\x88\x7d\xbb\x82\x0e\xff\x8d\xbe\x3d\xe3\x7d\x4b\xde\x8a\xc9\xb7\x2c\xa9\x41\xc1\x65\xbb\x35\x2b\x35\xdf\x98\xcb\x59\xfb\xe2\x3d\xec\x15\x23\xe2\x3a\xdd\x6a\xf6\xd3\x7c\x63\x5e\x99\xfc\xc5\x4b\xb1\x0b\x3a\x04\x1c\x9e\xac\x86\x79\x4b\xed\x5a\x97\x1f\x87\xaf\x66\xd3\xa1\x3d\x33\x49\xe8\x6b\xcd\x2a\x3a\x6e\xd7\xad\x59\xcd\xf6\x91\x36\x9c\x9c\x8f\xa2\x40\xed\xe4\x41\xa2\x89\x63\x3e\xe8\x5a\x73\x3b\x10\x11\xa4\xb2\xfa\x28\x19\xd4\x30\x1f\xac\x2d\xf3\xc8\xe6\xc7\x99\x74\xea\x3e\x6c\xa7\x9f\xb9\xfa\x28\xcd\xfa\xf9\xd8\xaa\xec\x95\x74\xc5\x76\xc6\xfc\x28\x37\x14\xfc\x9c\x49\xd6\xdc\x4f\x29\xd3\xee\xc4\x92\x43\x5a\x73\xff\x65\xe6\xee\xfa\x16\x5e\x57\xf0\x7f\x9d\x1b\x75\xd5\x17\xd1\x6e\x7e\xd3\xfc\x62\xa9\x70\x2f\x64\x35\x85\xb4\x9a\xee\x34\xbf\x4e\x86\x6b\xc2\xe9\x66\x35\xfb\x89\xd7\x5e\x57\xe9\xa9\x0a\xea\x76\x4d\x48\x30\xad\x26\x43\x4d\x0e\x3b\xab\xc9\x50\xf3\x3b\xfc\xb8\x0b\xbf\x94\x5a\x15\x73\x53\x14\xfc\x5f\x27\x43\x8b\xe1\x8b\x61\x6a\x5a\x99\x0f\xb8\xd6\xb2\xf5\x40\xeb\x5c\xc5\x54\x49\x95\x6a\xbc\xc9\xba\x3e\x7e\x84\x74\x63\xeb\x90\xe6\x9b\xac\x95\x64\xa8\x66\xfa\x69\x25\x19\xaa\x75\xfd\xe8\x92\xfc\x2d\x93\xc3\x55\x80\xcd\x37\x59\x2b\x77\xff\xb5\xae\x1f\xcd\x33\x77\x8d\x04\xd3\xd5\xae\xbd\x72\x80\xb7\x1f\x2b\x45\xba\x9d\x54\xa6\x6e\x35\xbf\x60\xe3\x63\x7f\x2b\xdf\xec\x05\x5d\x10\xa1\x12\x0e\xc1\xe1\xdf\x54\xe5\x89\x2c\x57\x4c\x2e\x48\x37\xe2\x16\xbe\xf8\xb8\x0b\x59\x85\x60\x80\x49\x31\x19\x59\xc8\x00\x1f\xab\xe2\x38\x93\x2b\xfa\x16\xf4\xb7\x8c\x28\x39\xfc\xc7\xaa\x1c\x7e\x54\x21\x44\x18\x76\x12\x3d\xcf\x7d\x7e\x0b\xc2\x64\x61\xaf\x10\x2a\x24\x70\x35\x5f\x5d\xad\x24\x70\x2d\x68\xbb\xcc\xc6\xcd\x49\x21\x64\xd6\xcc\x64\xad\xdc\xe7\xd7\xba\xc7\xb7\x50\xdd\x82\x9b\x80\x49\xef\x5a\x90\xa9\xcb\x96\xb2\x57\x49\x3e\x57\x23\x75\x75\xfd\xf6\xc0\x09\x64\x80\xdc\xd4\x54\xb9\xde\x6f\x41\xa8\x3d\x37\xa1\xed\x66\xe1\x07\x58\x84\x10\x43\xb1\x5d\x88\xe1\x10\xb0\x6e\x36\x29\x5a\x0b\x0e\x4a\xa9\xf9\x41\xf2\x91\xb1\xb5\xa0\xa5\x5d\xc8\xc4\x96\xf3\xb1\x0d\x59\x1a\x9b\x72\x0e\xb5\x3f\x2e\x68\x3d\x90\x8f\x2b\xed\x1a\x63\x7b\x78\xe1\x91\x25\xeb\x23\x84\x8f\x6a\x16\xd2\x8d\x74\x4a\xad\x99\xf1\x66\x4c\x95\xc3\x38\x44\xd1\xd6\x52\xab\x90\xb9\x4a\xe7\x63\x6b\x6e\x42\x28\xb6\x32\x84\x7c\x86\xe0\x6f\x71\x2d\xc8\x23\x6b\x3d\xe3\x5a\x70\xc3\x66\xf3\x09\xd3\x4a\x5a\xd9\x82\x15\x48\x27\x3d\xcd\x25\x35\xac\xf1\x48\xe9\x7d\x71\x4b\xe6\x82\x7e\x4c\xaf\x0c\x8c\x3d\xdc\x5d\xec\xf3\xfd\x08\x61\xd8\x56\x85\xf4\xb9\x85\x90\x4e\x76\xa8\x8e\xdb\x96\x2a\x17\x16\x36\x92\x37\x57\x55\xfe\x16\x43\x95\xfb\x0b\x17\x6c\x94\xfe\x32\x73\x77\x7d\xcb\xcc\x29\xea\x74\xba\xb9\xeb\xb0\x75\x4f\x8d\x0f\xeb\x7b\x6a\xcc\xeb\x82\x8d\xf7\x4d\x57\xa9\x5d\x46\x75\xf1\x76\xe6\x82\xd4\x1c\x07\x52\xb3\x32\x46\x1f\xbc\x28\x63\x8a\x8b\xaf\x50\xa9\x78\x1a\x47\x8a\x54\x17\x5f\x19\x53\x71\x3c\x8e\x50\xa9\x12\xac\x72\xa2\xca\x91\x0a\x06\xf2\x3e\x6b\x91\xf5\x09\xde\xad\x55\xd6\xaf\x32\xa8\x62\x83\xe0\xdd\x5a\x65\x7d\x2e\x88\xaa\x55\x6e\xf6\xd8\x98\x6b\x40\x9b\xcf\x8e\xd6\x2a\x73\x57\x69\x5f\xc1\x50\xa1\xfd\x2a\x37\x57\xa4\xf5\x91\x13\x64\x76\xd6\x2a\x83\x7a\xb8\x5b\xe5\x48\x0f\x77\xc9\xf6\x5a\x90\x4e\xe6\x47\xc8\x6f\x65\xb2\xd6\x6d\x97\x86\x3c\xeb\xad\x72\x15\xa1\xbd\xb5\xa6\x53\x0a\x0d\xe6\x22\x0c\x60\x15\xda\x90\xbd\x72\x36\xe4\x0c\x7d\xf0\x92\xed\x24\x5e\x76\xc9\x76\x92\xc3\xdd\x52\x2e\x21\x94\xa3\xb8\x22\x0d\xb4\x56\x15\x4e\x57\x00\x2b\xae\xb8\xf4\xa9\x56\xc9\xac\xa3\x7e\xb9\xe7\xb4\xf5\xee\x88\x24\x33\x4f\x64\x8f\xb8\xea\x12\xbb\xe2\xaa\xb3\xb9\x4e\xbe\xe9\x82\x5b\xb6\x55\x69\xb2\x63\x99\xf1\xd0\x68\xeb\x1d\x53\xec\x08\x33\x9d\xee\x23\xcc\x48\x12\xad\x55\x22\xe4\x55\xd2\x5a\xd5\x3f\xfa\xe0\x55\xca\xe9\xd8\xf4\x47\xd4\x85\xe3\x75\xb9\x03\xc3\xf4\x48\xaf\x70\x41\x15\x57\xdc\xc5\x54\xab\xab\x10\x2e\x99\xab\x10\x2e\x59\xbb\x84\x0c\x50\xe9\x15\x0e\xb0\x9c\xd2\x37\xf0\x94\xb2\x82\xce\xb3\x8e\xf4\x91\x6d\x3a\xd2\xa4\xa4\x2d\x08\x6b\xa8\x25\x42\x7a\x56\xf2\x85\xe3\x75\xda\x03\x33\xfd\x08\xc2\xc0\xdc\x38\x92\x8f\xc4\xcf\x5a\x5d\x14\x1e\x29\xad\xd5\x45\x19\xce\x86\x92\x6f\xb8\xdc\xad\x09\xa1\x9c\xc6\x6f\x47\xf8\xb1\xbf\x75\x36\x94\x8b\x43\xd1\xae\x5c\xd4\x09\xaf\xae\xe0\x70\x80\x2e\xca\x90\x61\xd5\x3f\xfa\xe4\x55\x85\x33\x5d\x32\xd7\x48\xcf\xb9\xba\x46\x44\xef\xd6\xaa\x4a\x99\x18\xc8\x47\x12\xea\x2a\x73\xfd\x5b\xeb\x53\x8a\x75\xc9\xa6\x43\xd0\xac\x9b\x38\x0f\xd5\x15\x9c\x4a\x24\x17\x85\x1b\x93\x6a\x75\xda\xa7\x32\x56\xa3\x6f\x4a\xb1\x1a\x7d\x1e\xfd\x16\xad\xbc\xe9\x0a\xb6\x5f\xee\xf1\xb7\x3e\x5d\x40\xc5\xb3\x4e\xf7\x11\xcf\x3a\xce\x47\xe2\x7a\x7c\x5b\x5d\x04\x5d\xe3\xa2\x19\xe7\x89\x6c\x75\x4d\x0c\xcf\x3d\x12\xf7\xc5\x08\x8e\xc4\xe5\x86\xa4\x5a\xd5\x30\x2f\x34\xe8\x11\xa2\x2f\x7a\x75\xa4\xa6\x67\xae\x55\x1b\xe8\x8d\xe9\x59\x35\x7a\x3c\x64\xad\x76\xf2\x2d\xdf\xd8\xab\xb7\xd3\x1c\xe7\xe3\xce\x6f\x9b\xf0\x05\x64\x22\x3d\x82\x3d\x12\xf7\x8d\xa4\xaf\x5a\xfc\xbc\x42\x5a\xab\x1a\xc6\x13\xd9\xaa\x49\xe4\x89\x6c\x8d\x53\xd5\x97\x52\x7b\xa5\xd8\x70\x36\x3c\xaf\x6d\xce\x06\x61\xb3\xb5\xa9\x70\xde\xac\x42\xd5\xac\xe1\x9e\xde\xda\xd4\x3f\x86\xcd\x56\xed\x98\x0f\x42\xf4\x88\x67\xbd\xdd\xe6\x5c\x7d\xd8\xdb\xe1\x9e\xd3\x05\x83\xd2\x03\x27\x30\x84\x9b\x7e\x9b\xe3\xd5\xf9\xe5\x9e\xd3\x05\xa9\xd9\xf1\x7e\x30\x3e\xb8\xe7\x74\x41\x16\xe5\x3e\xa5\x5f\x3e\xb6\x1b\x4e\xac\x36\xd0\x07\x1b\xb7\x6a\x03\xe9\xfc\xb6\x33\x22\xe8\xb7\x9d\x11\x71\x72\xd6\xce\x10\xa4\x0d\x8d\x9e\x8f\x73\xa5\x4a\xd1\xdb\x6d\xa7\x1b\x6c\x72\x1f\xe1\x4d\x0a\x69\x6d\x76\xe3\x0b\x73\x37\xbb\xf1\xc5\x32\xab\xcf\x29\x65\xea\x9e\x53\xca\x88\xd4\x4e\x5f\x27\x47\x3d\x40\x0a\x69\x6d\x6a\x27\x1e\x43\xad\x4d\x85\xc3\x7d\x4a\xb5\x9d\xaa\xe4\x85\xa7\x09\x27\xd0\x9a\x1d\x6f\x3e\xbf\x65\x62\x75\x4b\xbe\xec\x92\xd5\x53\x8a\xbf\xd7\x34\x37\x3c\x18\xae\x3f\x21\xdd\x40\xff\xf8\x38\x6a\x25\x07\x6d\xc1\x07\x58\x85\x4c\xec\xcf\x8f\xf9\x2d\x2a\x25\x3c\x09\xe6\x92\xab\xe6\x4b\xaa\x95\x4c\xb1\xc6\x4b\xaa\xeb\xb7\xd6\x8c\x82\xad\xa7\x66\xf9\x08\x55\x66\x82\x69\x6d\xa8\x85\xb8\x24\x6f\xa4\xa6\x49\xa3\x95\x87\x19\x17\x64\xda\x11\x93\x3c\x7f\x7a\x5f\x2a\xba\x48\x12\x30\x3a\x24\x12\x3b\x7b\xaa\xb2\xd0\x47\x55\x95\x85\x47\xbf\xdc\x1f\xb5\x20\x53\x87\x86\xe1\xf9\xd3\xf5\xb1\xa5\xe8\x10\x6e\x6a\x5a\x10\x11\x64\x9f\x49\x29\xad\xe4\x73\x35\x92\x46\xef\x4b\x1d\x12\xbc\x25\x53\xb9\x5e\xa9\xf1\x0c\xe9\x2a\xad\x42\xda\x8d\x03\x99\x67\xa4\x4a\xdc\x78\x65\x2a\x0d\x9f\x21\xad\xdc\xb6\xd4\x78\x86\x74\x95\x32\x1b\x37\x27\x2d\x2a\x8d\xb8\xf1\xba\x5b\xfc\x32\x81\x6b\x7d\xbb\xb5\x20\x39\x67\x8d\xf4\xd3\x55\x93\x5d\x46\xfd\xf0\x50\xe1\x82\x0f\x30\x0b\x0b\xb0\x08\x07\xd0\x3e\x4a\xce\xcd\x8f\x91\x7c\x5c\xb6\xb4\x20\xe2\xaa\xf9\x5b\x04\x21\x89\x63\x0b\x52\x73\x72\x7c\xec\xde\x54\x97\xf7\x96\xba\x5d\xc0\x1b\xea\x26\xad\xac\x91\xc9\xba\x4a\xed\x06\xd6\x06\x57\x31\x35\x1f\x34\xad\xdc\xbd\xd4\xe2\x71\x4d\x50\x65\xc1\xcd\x4c\x95\xbb\x97\x9a\x89\xad\x95\xbb\x97\x16\x64\x72\xd0\x6c\xa1\x6b\xcc\x55\x4c\x2d\x0c\x83\xe6\x62\xd3\x05\xa1\x14\xbc\x30\xd3\x5e\x2b\x37\x33\x35\x13\x5b\x2b\xb9\x6f\xcd\xc4\xd6\x4a\xb2\x5b\xe3\x5d\xd5\xf5\xdb\x47\xc8\x1a\xdd\xd6\x8c\x14\xe1\xfd\xc0\xe6\xbb\xaa\x95\xcc\xb8\xc6\x43\xaa\xeb\xb7\x0e\x10\xcf\x8a\x6b\x9c\x5a\x3c\xc8\x09\x9e\xe6\x6b\xc1\xf5\x4a\x95\xab\x99\x16\xb4\xcf\xa7\x94\x3e\x23\xcc\xc2\xf3\x69\x92\xec\x16\xe4\x63\x6c\x84\xe0\xb6\xa5\xca\x3d\x4e\xcd\xe4\xd4\xca\x3d\x4e\x2d\x74\xba\x6b\x1c\x08\x47\xca\x19\xdc\xb6\x54\xb9\x9a\xa9\x9d\x5c\x55\x35\xb9\xb9\xaa\x95\x9b\x9a\xda\xc9\x55\x55\xb1\x07\x97\x2f\x55\x2e\x5f\x6a\x91\x11\x1b\xe4\xeb\x35\x72\x55\xd7\xc7\xfe\x56\x3d\x20\x93\xe9\x92\xab\xab\x43\x1f\x9c\x6c\xbe\x05\x99\x76\x65\x4c\x41\x8a\xa8\x9c\x7d\x0c\xb5\x76\x05\x61\x71\x72\x14\x84\x3a\xd2\x5d\x09\x54\x30\xd3\x55\xdd\x51\x50\x83\x4d\xb6\xe2\x75\x9c\x4a\xfa\xde\x82\x99\xd2\x2c\x6c\x40\xab\x92\xcb\xea\xa9\x6a\x52\xca\x00\x79\x1d\xa7\xf2\x38\xdd\x82\x7e\xec\x00\x25\x7e\x45\x6c\x45\xb3\x71\x0b\x6a\xf3\x35\xd4\xda\xe5\x32\x4f\xa0\xb5\x11\x48\x6c\x5d\xa5\x7e\x8c\x20\xd4\x0a\x08\x83\xa6\xbb\x4c\x57\x21\xc2\x26\x4b\x72\x5b\x72\xed\x72\x99\xe7\xd3\x4d\x96\xf4\x7c\xba\x4b\xed\x46\x3a\x37\x39\xb4\xa1\x9c\x49\x0c\x6c\x3c\xac\xba\x4a\x8b\x90\xdf\x62\xb7\xfa\xb0\x6a\xed\xd2\xa4\x81\xcf\x1a\x14\xc1\x6d\xc9\xb5\x4b\x84\xcd\x05\x95\x7f\xf5\x8d\xbb\x34\x69\x58\xb4\xe6\x86\xef\xac\xd6\x1e\x07\xfa\x5b\x7b\xe5\x0a\xc6\x81\x2c\x99\x1c\xca\x1b\x36\x35\x94\xb1\x5c\xa0\x54\x43\x42\x6a\xf8\x8a\x5a\x1f\xe6\xbd\xd6\xb8\xce\x6f\x99\xc9\xdb\xd9\x60\x41\xe3\x3a\x1f\xbf\x80\xa7\xf4\xcb\xc7\xbf\xbc\x8f\xbf\x85\x3e\x78\x48\x56\xfa\xe0\x4d\x39\x61\x90\xb4\x86\x0b\x09\xb5\xeb\x63\x4b\x11\x75\x4d\x5e\xef\x98\x80\x4d\x5e\x37\x0c\x3a\x24\xab\xce\xbe\x66\x48\x0b\x1d\x71\x15\x2e\x7e\x77\xaa\x1e\x21\x21\x22\xe1\xe2\x07\x8b\x1f\xae\xb6\x91\xcd\x4d\x5e\xd7\x53\x0e\x97\x97\x1b\x92\x6a\xb8\x9e\x3a\xce\xe1\x02\x86\x9d\xcc\xd6\x1c\x76\xc3\xaa\xf0\x07\x8e\x49\x14\x88\xab\x63\x12\x19\xca\x1c\x8a\x67\x43\x99\x9b\x76\x4c\x38\x40\xc5\x73\x0c\x1b\xb2\x5d\xac\xd8\x90\x16\x02\xaf\x33\x5c\xed\x90\x34\x5c\xde\x40\x2b\x72\x49\x68\xf3\x2d\xd8\x1a\x8a\x76\x5e\x7b\xad\xe1\x1a\x19\xca\xdc\xb4\x54\x0c\x65\x0e\x17\x65\xb8\x82\x5a\x2a\xc3\xc9\xc1\x4e\x0d\x8f\xba\x43\x89\xab\x5b\xdd\x94\x40\xbc\x70\x53\x43\x89\x6b\x32\x6e\xd3\xac\x19\xca\x27\xed\x18\xf3\x6b\x9b\x22\x87\xfc\xda\xca\x73\x73\x8d\xd7\x5e\x57\xa9\xdd\x40\x93\x1f\x23\xcf\xfc\xda\x63\xe4\x79\x7a\xcd\x7d\x3b\x8d\x94\xd9\x05\xf9\x78\xa2\x9c\x43\xc3\x94\xf7\x6f\x2a\xc9\x9a\xcd\x97\x62\x6b\xb8\xbe\xd3\xd5\x77\x41\xa7\xcb\xed\x82\x7a\x3e\x7d\xec\x45\xbd\xec\x50\x96\xeb\x56\x1f\x03\x71\xe2\x96\x84\x8b\x62\x44\xf5\xb1\x17\x8d\xa8\x6e\xca\xb6\xe9\xf0\x15\xfc\x06\x58\x37\x4d\x86\xe9\x82\x6a\x89\x7a\xf2\x1d\xae\xa0\x67\xdb\xe1\x92\x4d\x59\x5f\x83\x62\xa2\xca\x9a\x06\xc5\x94\xf5\x5d\xb2\x89\xad\xc9\xed\x34\x8d\x37\x68\xd7\xc7\x4c\xce\x4b\x99\xaa\x51\xc0\x3d\x4e\x95\xbb\x6b\x16\x64\xf5\xd9\xbe\x08\x83\xb5\x43\x0d\xf3\x62\x43\xe6\x58\xc0\x26\xf2\x36\x6d\x04\x12\x79\x6b\xd4\xf3\x5b\x66\x83\x1d\x89\x78\x29\x28\x14\xde\xaf\xb0\x93\x56\x85\x7b\x70\xac\x67\xcf\xd4\x43\x42\x7a\xb1\x9b\xd1\xd4\xf3\x2f\xf9\x48\x42\x72\x6b\xe0\x58\xcf\x2f\xe7\x4a\xc5\x6e\x28\x77\x68\x1f\x1b\xca\x7d\xac\xe7\x97\x53\xa7\xb9\xec\x99\x7a\x53\x78\xbf\x15\x8c\x9a\xc0\x6e\x3a\x1c\x03\xf9\xad\x24\xd4\xaa\xf5\x10\xfd\x18\xc8\x6f\xf4\xfc\x31\x90\xb9\xd4\xb8\x86\x46\xee\x5b\x32\x93\xea\xde\xc3\xdf\x36\x21\x4c\xd7\x0e\x2c\x94\x76\x21\x04\xdc\x0e\xec\x94\xda\xe7\x61\x43\x7f\x83\xc5\x6f\x0e\xf0\x31\xb5\xdd\x64\x38\xa6\x36\x77\x29\xd7\xe8\xa7\xf4\x4d\x29\x53\xe5\x46\x41\x48\x56\x1f\x2c\x86\x90\xac\x3e\xec\xc6\x1d\xeb\xf9\x03\x93\x1d\xeb\xd9\x28\xf0\x90\xca\xdc\x0a\x38\xd6\xb3\x41\xe1\xc7\x3e\xe6\x46\xa8\x1a\x12\x9d\x07\xdf\xc7\x5c\xfe\xe0\x0b\x1f\x73\xf9\xa3\x10\x95\xca\x3c\x07\x8f\x38\xa5\x74\x43\xf1\x6c\x9c\xf7\xb1\x9e\x8d\xf3\x0e\xb5\xfe\x17\x62\xef\xf7\x81\xfe\x36\x0b\xfd\x2d\x43\xe0\xa9\xa0\x1a\xda\xa9\x9e\x5e\x1f\x63\xfa\xcb\x41\xff\xb1\x9e\xbf\x8e\x28\x0e\xa4\x21\x15\x2c\x67\xdb\xed\x92\xca\xbe\x9c\xe7\x1d\x63\x9a\xd7\x6d\xdb\x25\x59\xe9\xdd\x6b\x5b\xfb\x06\x6d\x23\x91\x77\x41\x6b\x6e\x42\x96\x1b\x99\x3a\x2e\xce\x07\x34\x97\xc7\x45\xe4\x55\x67\x1b\x61\x70\x9b\x54\xe3\xb2\x9a\x36\x2e\x17\x85\x6d\x84\x71\x6d\xdd\xd5\xb8\x7f\xa6\xf1\x70\xec\x2a\xb5\x1b\xf6\x19\x79\x3c\xf6\x81\xf4\xfa\xd8\xdf\x6e\x51\xd7\xc8\x18\x6e\xc3\x48\x6e\x6e\xd9\x58\xb0\x50\xfa\x08\xbf\x40\x4b\xb7\xe9\xd9\xb8\x61\xa6\x8d\x24\xe5\xa0\x7e\x47\x92\x36\x30\xd3\x47\x92\x36\x90\xe5\x24\x01\xaf\xdf\x32\xfc\x84\xb1\xa5\x99\xee\x5b\xb0\xed\x82\xae\xcc\xeb\x6d\x17\x74\x35\x8c\xa8\xe6\x36\xd2\x05\x1b\xa5\x49\xc8\x4c\xa2\x16\xc6\x1d\xfe\xb6\x08\x6d\xe8\x40\x7f\x5b\x85\xfe\x56\x38\x58\x5f\xbc\xb2\x71\x0f\xdb\x3d\xd0\xdf\x76\x21\xab\x5f\x0e\x84\x72\x6e\x87\x80\x30\xeb\x88\x76\x5f\x7b\x6d\x64\x1b\x37\x9f\x77\x6d\x5c\xfc\xb2\x20\x55\x21\xe9\x7d\xde\xb5\x5d\x52\xce\xe3\x00\xab\xbf\xdd\x26\x43\xbb\x24\xa4\x47\xca\xa9\x56\xc5\xc1\x8b\x8e\x07\x79\xbd\x0b\xfa\xb1\x4b\x86\xda\x1f\x8f\xc4\x8f\xda\x1f\x04\x5c\xb7\xeb\x39\xa5\xfc\xb6\x39\x04\xa9\x2e\x9f\x8f\x59\x50\x69\xf2\x41\x0f\x70\xb1\xe9\x82\x0c\x30\x1f\x68\x43\x0e\x61\x5a\xb3\x7d\xde\xc6\x66\xbb\xa4\xd8\xec\x5c\x49\x93\x59\xc6\x41\x1e\x8f\xec\xe4\x60\x50\x9c\x9c\x60\x1d\x9e\xc1\xe5\xc2\x8d\x4b\x64\xda\x49\x02\xe6\xa1\xeb\x46\x12\xf0\x82\xb7\x10\xc6\xe9\xb6\x8b\x8d\xc0\xe5\xa4\x0b\x8e\x5d\x95\xf4\x6c\x94\x34\x77\x95\x36\x1f\x74\x6d\x97\xe4\x5d\xd0\xc6\xcb\x3b\xfa\x95\xe0\x1f\xc5\x05\x94\xac\x0a\x26\xaf\xfe\xce\x28\x92\x24\xc2\xcc\x07\x5c\x1b\xc9\xd5\x6d\x78\xb8\xdb\xe3\x40\xa6\x19\x45\x3e\x74\x51\xb9\x7d\xb4\x99\x13\xdc\x2e\x69\xa1\x0c\xd8\x57\x5a\x28\xca\xe3\xb0\xd4\xe1\x4a\x1a\xc5\xe1\xc6\xf9\x98\xd5\x96\x52\x3c\x09\xd6\xcf\x1a\xd5\x15\x93\x52\xaa\x2c\x88\xba\x3d\x39\xc1\x7a\x52\xc3\xc3\x5d\x5d\xa7\xe1\x45\x4d\xba\x4e\x3c\xef\xba\xa0\xbf\x1d\xf4\xca\xe5\xad\xc3\xdf\x56\x21\x8b\xd0\xec\x06\x92\x4f\x87\x67\x70\xd6\xdb\xb8\xbc\x65\x41\x98\x5b\x5a\xd0\xf9\xe5\x02\x96\xe6\x5b\xb0\xed\x92\x34\x1a\x22\x47\x67\x69\x78\x6f\x93\xce\xd2\xe0\xda\xde\x76\xc5\x81\xcc\xb3\x4b\xa6\x4f\xaa\xef\x34\x38\xaf\x6d\x97\x4b\xd6\x06\x02\xd8\x35\x6a\x8a\x0d\x67\xb2\xb1\x9d\xac\x87\xc3\x43\xaa\x0b\x26\xe1\x66\x94\x84\x76\x22\xfb\x76\xc1\x24\x2c\xc0\x5b\xd8\x81\x8f\x70\x50\x55\x16\x5a\xd5\x81\x2f\x4a\x8b\xf0\x4d\xa9\x70\x6f\x9a\xb5\xe4\xb4\x13\x33\xdd\x92\xf3\xdc\xc3\x4e\x9e\xd2\x2d\x27\x92\xda\xa9\x3b\x1b\xca\x54\x23\xaa\x43\x21\xda\x11\xb1\xa1\xd4\xd4\x0b\xe5\x4a\x99\x05\x3f\x54\xe5\x10\x5c\xdf\xc7\xf1\xb2\xbe\xc9\x79\xf6\xac\x37\xd4\xc6\x1d\xf2\x8e\xe7\xfc\x76\xaf\x42\x72\x62\xc3\xa9\x73\x62\x3d\x09\xd6\x2b\x3b\xb9\xb9\x7a\x65\x3e\xc2\xda\xc8\x27\x6e\xbe\xba\xda\xb8\x37\x64\x41\xa6\x0e\x27\x6d\x44\x58\x55\x13\x32\x57\x4e\x4e\x0c\x87\xd0\x85\xd0\x95\x12\x17\x1f\xb5\xa5\xfb\x40\xd6\xc8\xd9\xc0\x47\x6d\xc9\xe1\x07\x9a\x3c\x39\x5e\x23\xac\x23\x9f\x8f\xe9\xb3\xc3\xe7\xac\xb7\xa5\xd3\x49\xb4\x53\xe4\x53\x15\x93\x63\x9f\x07\xdc\xad\x83\x37\x06\xdc\x9d\xec\x33\xfe\x6d\x4b\xf6\x79\x48\x66\xb6\x3b\x24\x33\x8d\x02\xae\xf1\x6d\x49\xd1\x3e\xc2\x8f\xb3\x90\x35\x52\xc4\x0e\x25\x83\x32\x95\x50\xee\x96\x94\xf4\xc3\xa9\xd3\x64\xf0\xb2\xa9\xd0\x28\xd0\xfb\xd5\x39\x24\xaf\x77\x41\x7f\x8b\xbb\xab\xbf\x37\x86\xb4\xa1\x04\xc6\xdd\x6d\xe9\x74\x63\xda\x0d\xc6\x3b\x31\x37\x92\x0d\x19\x9d\xad\xcf\x36\xa6\xeb\x5b\x7e\x19\xc7\xbf\xbe\x65\x79\x6d\x76\xb2\xb9\xa1\x7f\xe7\x5b\xb0\x2d\x9d\x66\x65\x14\xb5\xfe\xc4\x34\x49\xa7\x59\x04\x7f\x3a\xbf\x95\x8e\x34\x02\x26\x52\x33\xfd\xfc\x2d\x35\xff\x2c\x65\x5e\x55\x29\x1e\x39\xc7\x4f\x08\xe1\xa8\x52\xa6\x12\xe8\x27\x44\x5a\xab\x52\xa6\x84\xa3\xd2\x78\x29\x26\xd5\x30\xaf\x33\x55\xa7\x14\xd2\x50\x87\xe8\xa2\xea\x1b\x8e\x17\xbb\x80\x3a\x83\x83\x28\xf0\x96\xce\xc7\xa8\x94\x74\x3e\x96\xc9\xb4\x27\x5e\x4a\x20\xed\x89\x97\xf3\x7c\xaa\x0a\xd8\xe8\xe7\xc7\x08\x95\xf3\x31\x0a\x36\xa9\xac\x5e\xb8\x7b\xf1\x13\x32\x1b\xb8\x8a\xe3\xc5\x29\xb2\xde\xdf\x30\x64\x3c\xd4\x3f\x2f\x59\x50\x85\xc3\x8d\xc7\x2d\x59\xea\x4d\x54\xa1\xfe\x79\x2b\x54\xfc\xf8\xed\x5c\xa9\x7f\xde\xca\x98\xf3\x31\x56\xac\xfe\x1e\x89\xcb\xab\xd4\x9a\x31\x7a\xb8\x56\xa3\x91\xc7\xbc\x3e\x66\x80\x6f\x07\x18\x56\xc5\x96\x30\x97\xa2\x2e\x88\xb4\x0e\xdb\x55\xe2\xaa\xd9\x8c\x02\x8f\xd3\x90\xe3\x3d\x0d\x61\xe4\x25\xf5\xde\x5b\x19\xa3\xa2\xfb\xc8\x37\x2a\xba\x8f\x0a\x47\x73\xe3\xe3\xfa\x6a\x5f\x78\xb6\xad\xfb\x37\x88\xe4\x6e\xb7\x9a\x4d\x0f\x56\x07\x6f\x70\x25\x54\xbb\x55\x74\x1f\xf9\xe8\xb4\x0b\x1f\xdd\xea\x3d\xfd\xdb\x38\xdd\xd8\xbe\x7f\xbb\xd5\x7b\x1c\x66\xb7\x5b\x45\x47\x24\x77\xbb\x55\x74\x1f\x44\xec\xad\xa2\xfb\xec\x7d\xa1\x76\x6b\x32\x7c\x14\xa2\x8e\x88\xdb\xa5\xda\xad\xa3\xc5\x15\xc7\xed\x56\x3b\x71\xc5\x71\xbb\xf5\x9d\x08\xd6\x4e\x97\x03\xdc\xe7\xd3\x0b\xde\xc2\x09\x7c\x84\x6f\xa0\x55\xb1\xa0\xdc\xdf\xb1\x60\xa2\xd4\x9a\x87\xdd\xb0\x57\x5b\x32\xa4\xe3\x49\xea\xdf\xde\xba\x61\xdf\x6d\xe2\xa7\xcb\x01\x92\xd6\x9c\x2e\x07\xb8\x0f\xb3\x17\x0c\xe1\x67\x43\x14\xfb\xbc\xb6\x96\x48\x3a\x96\xf3\x62\xb9\xb9\xec\x63\x41\x46\x84\x01\x35\x77\x74\xf6\x82\x8f\xf0\x0b\xcc\x40\x27\xe7\xb6\x66\x38\x94\x0c\xe9\x36\x2f\x97\xec\xb6\x2a\xdc\x30\x52\xa2\x1b\xb9\xc8\x0b\xd2\xee\x4e\x2f\x5e\x35\x1f\x78\x6f\x68\xcd\xc9\x69\xb7\xe6\x14\x74\x03\x9b\xc8\x27\x6a\x1b\x6f\x5a\x2e\xc8\x4c\x3e\x36\xb4\x25\x43\xd2\xb1\x9c\xfb\xca\xe3\x05\x7f\x2d\xf8\x4d\x45\x4e\xfa\x95\xbe\x6e\xdb\x48\x81\x6e\x24\x1b\xaf\xd2\x2e\x64\x40\x8f\xed\x38\xeb\x8e\x8f\x20\xe9\xc4\x0d\x58\x0b\xfa\x71\x15\xb2\xbc\x28\x72\xb3\x8b\x13\xf7\x63\x35\xdf\xaf\x6d\x5c\xee\xb1\x60\x01\x5a\x33\xea\x96\xf4\xe9\x36\xf7\x0b\x3e\xeb\xb7\x07\x32\x73\x4e\x06\x47\xce\x8d\x6c\xea\x05\xa1\x32\x47\xa4\xa7\x4c\x72\xf5\x82\x9d\xd2\x22\x64\x79\xb3\x10\x31\x79\x67\xbb\x81\x63\x75\xa3\x8c\x27\x47\xbf\x8d\xfb\x3a\x1a\xe9\xc5\x77\xd2\x09\x9d\x0f\x92\x8f\xfb\x3a\x1a\xd9\xc6\xab\xd4\x8f\x1d\x02\xce\x20\xe9\xc5\x0b\x36\x21\x9d\x2c\xa7\x14\x5a\xe0\xb8\x60\x3e\x93\x3e\x63\x4f\x4c\x3c\xd6\xc4\x65\x5a\xcd\x17\x6a\xdb\x5d\xac\xea\xf4\x99\xdf\x72\x03\x56\x23\x51\x7b\x41\xa6\x9d\x2d\xe1\xc9\xe1\x6e\xba\x6c\x37\x63\x6a\x93\xb7\xdd\x7c\xbf\xb6\x91\xa8\xbd\xa0\x1f\x37\x21\x24\xd9\xac\xca\xd9\x38\xed\x6e\x41\x98\xae\xd3\xae\x84\x84\x1e\x98\x19\x69\x4d\x66\xf6\x82\x0c\x10\x0b\x82\xac\xdf\x05\x1f\x21\x14\x8b\xc9\x30\x8b\x84\x84\x8d\xe0\x2b\xb3\x8d\x54\xec\x05\xfd\x6d\x15\xfa\xdb\x10\x32\x39\x61\x55\x83\x11\x35\xdb\x45\xc1\x92\xb7\xbd\x20\x22\x16\xb5\xc0\xfb\xb5\xeb\x63\x1b\xc2\xae\xe1\x16\x86\x66\xc6\x70\x23\x51\xbb\xcd\xfd\x86\xcd\xfa\xd8\x86\x26\x93\xd3\xec\x33\x76\x0d\xb9\xd7\x0b\x06\xf0\x94\xb2\xbe\xcd\x21\x60\xd7\x90\x6c\xdd\x66\x75\xc9\xd8\x82\xe0\x29\xdc\x05\xe9\x24\x19\xc3\x8d\x64\xeb\x05\x99\xd8\x76\xe0\x66\xf6\x47\xa9\xc9\x63\xb7\xed\x51\x6a\x12\xcb\xdc\x1e\xc5\x64\x75\x72\xfa\xf9\x98\xe1\xbb\x82\x78\xbf\xe9\x72\x05\xb7\xf7\xbb\xa0\x9d\x74\xf8\xdd\x4e\xa2\xac\x1e\x05\x21\x0e\x6d\xe2\x35\xf9\x05\x37\xf1\x3f\x0a\xb3\xa6\x3c\xc6\x46\xf0\x49\xda\xf6\x28\x91\x9a\x6c\x85\x8d\x30\x75\x77\x1f\x25\x12\x0f\xd6\xb6\x47\x89\xd4\x24\x42\x69\x83\xbb\x86\xdb\x23\xef\x37\x05\x85\xc4\xd0\x90\x84\x8f\x12\xa9\x61\x99\x3e\x4a\x24\x8e\x60\xdb\x23\xb3\x93\xf5\x9b\x74\xa4\x27\x27\xb2\x49\x47\x7a\xea\x1b\x3f\xf2\x7e\x77\xc9\xa4\x2b\xce\x51\x93\x9e\xb3\x6f\xd2\xb6\x47\x01\x45\x3c\x72\x7b\x94\x48\xfb\x5d\xd9\xf5\xf1\x81\x89\xd2\x10\xde\x94\xfe\x0d\x82\xbf\x3b\x7a\x85\x19\x6f\xd0\xb6\x47\x61\xa6\x03\xfb\x28\x63\xb8\xd3\x38\x25\xe9\x88\x47\x67\xdb\xa3\xc8\xc1\x9f\x4d\xba\xd5\x93\xab\xa7\x52\x92\x8e\xa2\x5b\x55\x17\xda\x6e\x08\x3b\x1f\xd3\x10\xd7\x47\x25\xee\xf4\x5a\x10\x1a\x54\x12\xf0\x48\x4d\x7b\xe4\xf5\x70\xf4\x32\x77\x38\x7a\x15\x6a\x60\x3f\x3d\xed\xc0\x2f\xa5\xf6\x0a\x8f\x95\xe4\xea\xc6\x2b\xb3\xab\xd4\x86\x64\xc1\x76\x20\xb4\x20\xaf\x0f\x04\x52\x92\x42\x07\x42\xf4\x91\xb9\x71\x33\x53\x92\x42\x47\xf7\xb7\xe7\xe3\x37\xa5\x21\x84\xac\x64\xee\x21\xbf\xca\xcd\xdc\x26\x95\xf4\xb2\x4d\x2f\x6e\x8f\xcc\xad\xc7\xfa\xc8\xcd\x2f\xa5\x08\x66\x3a\xcf\x7f\xae\xdf\x26\x21\x1f\x63\xa6\xfb\x1a\x68\x7b\x64\xdf\x77\xf7\xe3\x26\x64\x05\xa5\xfd\xb7\x43\x90\xb9\x89\xa2\x6d\x8f\xcc\xbd\x4d\xfc\x3b\x25\xa9\x9b\xb0\xd9\x94\xd4\xd5\x5c\x45\x9b\xf4\xb2\x4d\x03\x4d\x49\x45\x47\xde\x67\x4a\x6a\x36\x8e\xac\x52\x92\x9c\xb5\xf8\x1f\x59\xff\xed\x92\xc9\xeb\x04\xc6\xb6\x47\x6e\xd6\xe2\x7f\x64\xdf\xb7\x24\x2a\x47\x92\x15\x9a\xf4\xa3\x7d\x0e\xb4\x3d\x32\x28\x69\xa0\x29\x49\xed\x3c\xf8\xd9\x1e\x19\x94\x34\xd0\xf6\x28\xf8\x79\x01\xa5\x3d\x4a\x7a\x5e\x40\x69\x59\xf6\x25\x30\xb6\xf1\xb4\x66\x33\x0d\xb4\xf1\xb4\xe6\x82\x03\xf8\x08\x99\x1c\xd5\x2f\xc7\x5f\x2d\xab\x07\x48\x03\x4d\xfa\xd5\xf3\x33\xac\xaa\x08\x59\x23\x59\xe3\x23\x79\xab\x24\xb9\x04\xa9\x91\x7a\xde\x4c\xf4\x4c\xba\xd9\x3e\x07\xda\xb2\x1c\x4a\xe8\x6b\xd2\xeb\x9e\xdc\x5c\xd4\xb2\x82\x9f\xd7\x41\x5b\xd6\x3e\x26\xb5\xb3\x65\x19\xf6\xeb\xf0\xd3\xf9\x2d\x43\xc0\x01\x98\xba\x16\xe4\x7c\x2f\x68\x37\x4e\xa9\x43\xb0\x54\x62\x90\x61\xf5\x07\xb2\xc6\x34\xaf\xa7\xb4\xac\x41\xbc\xef\xb1\x5d\x1f\x27\xe1\x07\x68\x9f\x21\x95\x2c\x87\xea\x3c\xe8\x66\x4f\x62\x5d\x1b\x49\xde\x0b\x32\x04\x4d\x60\x7d\x09\xfc\xea\xde\x09\x7d\x6d\x24\xb5\x2f\x08\x4b\x6e\x0e\xed\x66\x7a\x36\x5e\xcb\x5c\x90\xaa\xb6\xb1\xd9\xfb\x05\xa7\x90\xe4\xbd\x20\xbf\xdd\x1c\xda\xcd\xf4\x6c\xe4\x7c\x77\xde\x1d\x5d\xa5\x56\x85\xa9\xc2\xb5\x5d\x0b\xd2\xab\x6e\x55\xd2\x46\xf7\xb7\x4e\x5d\xff\x65\x02\xd7\xfa\x16\x56\xd8\xea\x76\x41\x26\x72\xfb\xd1\x0b\x42\x1a\x8f\x10\xcd\x8d\xff\xde\x7d\x85\xb4\x91\x5b\xbe\x60\x05\x26\x21\xbf\xcd\x8e\x0f\x4b\x85\xfc\xf0\xde\xf5\x86\x72\xce\x42\x7f\x5b\x84\xf4\x2a\x92\x10\x2a\xcb\x8c\x4f\x5f\x89\xad\x80\xce\x93\xa5\x0b\x5a\x73\x58\x55\x13\x76\x60\x17\x5a\x55\x08\xa1\xd0\xc2\x10\x92\x13\x19\xf6\x6a\x0a\xed\x15\x52\x84\x6c\xf9\xee\x1b\xa5\x8d\x3c\xed\xde\x39\xc0\x4b\x6c\x14\x74\x9f\x1d\x6d\x64\x62\x2f\xe8\x88\x42\xb8\xd5\x02\xd7\x92\x75\x12\x3d\xd7\xc7\x4d\xc8\xd4\x55\xab\xc2\x87\x21\x9d\xba\x9b\xe8\x99\xd8\x73\x58\x70\x02\x6f\xe1\x1b\x68\xaf\xb0\x54\x48\x98\xee\xfd\xc6\x52\xc9\x12\xec\x8d\x26\x67\x93\xa1\x93\xf7\xb9\x4a\x69\xf7\xe9\x36\x54\x84\xf6\xb9\x0a\xa1\xee\x9e\x84\xcc\xa4\xe4\xfc\x40\xb0\x5c\x69\xd6\x4d\x03\x4d\x5c\x69\xb6\xa0\x1f\x5b\x33\x76\x0c\x3b\x12\x0b\x22\x72\x24\x67\x1d\x9e\x3b\x59\xf3\xb4\xd4\x9a\x1d\x91\x34\xc9\x01\x5e\xba\xd3\x23\x64\xf5\x25\xa4\x47\x9a\x8c\x53\xd5\x87\x8f\x19\xbe\xfe\x4f\x96\x90\x32\xae\x05\x3b\x21\x0b\x32\x39\xae\x6f\x96\xae\x5c\x50\x62\x4e\x5b\x71\x15\x88\x39\x4d\x6c\x5f\x74\xde\xff\x5c\xf0\x7c\x1c\x7c\x6c\x43\x08\xb3\xe2\x2a\xf0\x98\x4a\x2b\x4e\x7b\x86\xe9\xd8\x73\x58\xd0\xdf\x56\x21\x8b\x72\x27\xe1\x87\x52\xd6\x57\x67\x89\x1d\x89\x6e\x0a\x69\x62\x47\x62\x41\x7f\x9b\x85\x76\xa3\x0b\xad\x8a\x3e\x17\xd7\xe8\xb6\x66\x07\x78\xfb\xb1\x43\x48\x55\x08\x11\xde\xfe\x76\xf2\xb1\x52\x53\xa7\xa5\xd8\xab\x8a\x17\x5a\xec\x95\x4e\xcb\xad\x20\xac\xe8\xdb\x62\x27\x79\xb4\xb3\x91\xd4\xbe\x20\xc4\xff\x34\xa1\x35\xfb\xdb\xf0\x63\x4b\x91\x9a\x6c\x2b\xf4\xae\x87\x53\xec\x55\x75\x05\x9f\x24\xa4\xdd\xc7\x4e\xe2\xe1\xdc\x4a\x42\x7d\x98\x5b\xd1\xe7\x91\x5d\x51\xf0\x57\xc7\xab\x24\x24\x5e\xb5\x15\xf5\x00\xaf\x74\xb6\xa2\x1e\x68\x0e\xdf\x9a\x09\x5f\x6d\xc5\x9a\x79\xa5\xb3\x15\xab\x6a\x2e\x99\x62\x93\x00\xd5\x56\x94\xb1\x7a\x47\x77\xfe\x65\x38\x67\xef\x0d\x5f\xf8\x56\xa6\xea\x2b\x15\xc5\x33\xd7\x29\xa5\x5b\x31\xe9\xd1\x60\x39\xcd\x4a\x0b\x4a\x4d\x5d\xa7\xa2\xf0\x6e\x88\xab\x72\x6a\xc6\x17\x2e\xa7\x2a\x34\x0c\xfb\x24\x0b\x32\x82\x53\x15\xa6\x09\xfb\x24\x0b\x42\x83\x85\xaa\x3c\x38\x24\x77\xb3\xfb\x1a\x68\x23\x1d\xb3\x93\xe8\xb9\x7e\xeb\xc7\x58\x1b\x45\xf1\xdc\xc3\x9a\xfd\x2d\xf2\x98\x9d\x90\xee\x6b\xa0\xad\x28\x71\x39\xa2\x4b\x6c\x8c\x2c\xc8\xc7\xa7\x21\x59\xb0\x15\x21\x73\x55\x19\x91\x27\x76\x45\x8b\x21\xec\xb3\x12\x37\xf0\x67\x8b\x22\x36\xba\xbf\x65\xbc\xe1\xa2\xd8\xe7\xb0\x93\x35\x0b\x6d\x37\x84\xd0\x42\x2d\x42\x16\x5f\x85\x43\x90\x69\x23\xd3\x71\x41\xe8\x48\x69\x1d\xc3\x9a\xed\x95\x04\xdb\xfc\x78\xfa\xb1\x55\x29\x53\xd5\x3f\x44\x95\x36\x72\x0a\xbb\x0f\x6f\xb6\xa2\x05\x41\x90\x69\xba\xdb\x2d\xa4\x93\xed\x11\x22\x27\x14\xde\xc3\x25\x53\x3b\x0d\x97\x4c\xf1\xac\xc3\x73\x3b\xcf\xc3\xd9\x70\x62\x79\x00\xa6\x95\x38\xa5\x90\x68\x58\xaa\x88\x55\x3c\x0f\xf9\x55\xfb\x89\x0b\x94\x5a\xbd\x0e\x7c\x80\x56\xa5\x5a\xe8\x07\xee\x9a\xab\xfa\x87\x97\x57\xd2\xed\xe4\x4c\xd4\xfe\xed\x6c\x78\xcc\x46\x56\xdd\x82\x13\xd8\x85\x10\xbf\x73\x35\xe5\x23\x67\x83\xa8\xd2\x56\x95\xe5\x3c\xb5\x92\x6e\x35\xdb\x54\x02\xc5\x29\x45\xf2\x39\x57\xd3\x11\x29\x17\x09\xe7\x4c\xb7\xca\x8a\x70\xce\x74\x3b\x1b\x9c\x77\xa5\x47\xeb\x83\x87\x37\x5b\x55\x7a\xbd\x1c\x82\xe2\x8a\xb7\x34\x5b\x55\x5c\x71\x55\x51\x7a\xd4\x30\xbc\xa5\xd9\xaa\xd2\x9a\xb7\x34\x5b\x55\x1e\xbf\xec\x95\x12\x97\xbb\x89\xd2\xa3\x15\x40\xe0\x64\xab\x4a\x15\x02\x27\xd3\xa3\x15\xf0\x86\x53\xaa\x52\xe5\x8d\x68\xaf\xda\x71\x6f\x28\xe7\x71\x51\xf4\x24\x1f\xd5\xfe\xdb\x05\x55\xc8\xe8\xfe\x55\xa5\xca\x1b\x9d\xf9\xa8\xf6\xb9\xf4\xb6\xd5\xc2\x6f\x75\xff\x1e\xd5\xfe\x87\xe5\x7e\xd4\x6c\x7a\x74\x55\x21\xc3\x3d\xb6\xad\x2a\x55\xb8\xc7\xb6\x55\xa5\x8a\x1e\xdd\xe3\x82\xea\xd1\x55\xa5\xca\x87\x2d\xb5\xaa\x54\xe1\xea\x9e\xf4\xa8\xe8\x3e\xec\x9b\x3c\x2e\xa8\x4e\x5a\x55\x14\x70\xbd\x6c\x7a\x54\xbf\x3a\x69\xb5\xfe\x0d\x82\xff\xeb\xf8\xd4\xcd\x3a\x74\x55\xb1\xa1\x07\x47\x2a\x72\xef\x5f\x04\xd2\xa3\x8e\xfc\xb2\x23\x51\xdb\x81\x99\xd2\x24\x64\x32\xda\x81\x0c\x48\x0d\xfa\x65\x7f\xb1\x2a\x18\x74\xe8\xaa\x82\x41\x87\xae\x2a\x09\x78\xff\xb2\x55\x45\x1d\xb7\xf1\xa4\x47\x2a\xd3\x65\xab\xca\xb6\xaf\x53\x25\xd1\x7d\x9d\x2a\x44\x5d\x5c\x68\x09\xf2\x9b\x16\xe4\x63\xf4\x6b\x5c\x76\x03\x8e\x0c\x23\x16\x2b\x1c\x19\x97\xf4\x1b\x7e\x8c\xb9\xcc\xd6\x5d\x37\x01\xb1\x91\xd0\xb4\x60\x50\x7a\x0b\x21\x76\x34\x6a\xe8\x0e\x91\xd0\xd4\x83\x4b\x72\x12\x1b\x7b\x0b\xd2\x0d\x4c\xcf\x48\x48\x4d\xf6\xf9\x7a\x24\x57\x01\x8d\x6a\x02\x62\x23\xdd\x69\x41\x3f\x6e\x42\x66\x32\xfc\xad\x42\x25\xfc\x2d\xba\x9a\x84\xa6\x05\x59\x32\xe4\x04\x0f\x60\xde\x89\x6d\xc0\x6e\xb6\x62\x23\x83\xa9\xf3\x00\xe6\x2a\xb5\x93\x98\x35\xe4\x28\x2d\xd8\x28\xb5\x57\x58\x39\xa4\x2c\xf5\xb8\xa5\x3a\x7c\x27\xb3\x15\x13\xd7\x71\x76\xdf\xc3\x6c\x64\x30\x2d\xc8\x78\xe1\xaa\xb8\xd9\x36\x21\xa1\xa9\xfb\x3c\x66\x23\x83\xa9\x9b\x90\xd8\x48\x4a\xea\xbc\x78\xb9\x7e\xcb\x88\x48\x48\x6c\x24\x25\x2d\x08\x4d\xc2\x82\xa1\xb3\xc4\xdd\x9d\x0b\xf2\x5b\x34\xb9\x39\x86\x8d\x2c\xe7\x05\xa1\x76\x74\x35\x49\x85\xa9\x91\xf4\xdc\x49\x1b\x5c\xa5\x76\x12\xa5\x41\xca\x52\x27\x6d\x70\xc1\x2c\x64\x80\x30\x5d\x3c\xd8\x7c\xe4\x28\x2d\xc8\x78\xd3\x29\xad\xc0\x26\x64\xf8\xa8\x94\xd0\x2b\x7b\xea\x29\x9d\x94\x86\x70\x53\x1d\x4f\x7a\xf6\x78\x88\x4e\x20\xcb\xb9\x9b\x72\x98\xd8\x14\x5d\x10\x9a\x6c\xa7\x94\x15\xc4\x4c\xf7\x79\xcc\x46\xda\x51\xf7\x79\xcc\xc4\xa6\x68\x37\x6d\xb0\x91\x76\xd4\x7d\x2d\x33\xb1\x47\xda\x7d\x2d\x33\xb1\x29\xda\x7d\x1e\xb3\xb5\xdb\xf1\x2a\x8f\xdb\x81\x36\xe4\xf0\x9d\x58\xd4\x3e\xaf\x65\x2e\xd8\x84\xf6\xb9\x0b\x3f\x40\x86\x9f\xcf\x78\xfd\x98\x9d\x02\x2e\x09\x5d\x90\x01\x22\xa0\xc8\x31\x5c\xf0\x11\x32\x04\xc5\x48\x96\x90\xd0\x8a\xe6\x18\xb6\x86\x56\x0c\xee\xc0\x6d\xed\xb1\x93\xb8\xe8\xec\xbe\x2e\xc8\x00\xbb\x35\xcb\x56\x8f\x9d\xc4\x36\x79\x14\x50\x3c\xe2\xd2\x9a\x02\x2a\x4b\x48\xca\x1c\x2e\xbd\x6d\x4d\x21\x53\xd8\x46\x69\xf9\x97\x2f\x70\xad\x6f\xed\x54\x11\x42\x47\x4a\x20\xdd\xbd\xa6\xc8\x29\x61\xc5\x55\xe8\xc7\x4d\xc8\x34\x2b\xcc\xb8\x5c\x37\x3d\x4a\xaf\xe2\xdc\xa0\xaa\x4d\x4f\x4c\x8f\xe2\x8a\x04\xc4\xf4\x28\x9f\x0c\xf6\x24\x21\xbc\x93\x8f\xb8\x4a\x6d\x57\xd2\x50\x5c\x95\x69\xbb\xd4\x5c\xa5\x05\xcc\x9a\xa8\xf2\x8d\xf2\x49\x47\x92\xbd\xd8\xee\x23\x9d\xad\x29\x9f\xf6\x23\x9d\xab\xf4\x7c\xcc\x34\x2b\x9f\x8c\x0c\x6d\xca\xa7\xaa\x04\x52\x20\x55\xce\x99\xb2\xe2\xaa\xb2\xd7\x91\xaf\xf3\x5b\x58\x50\x09\x44\xdc\x68\xca\x8a\xab\x8a\xc4\x6d\x4a\x20\x8f\xca\xb2\x32\x46\xdf\xb0\x29\x45\x9a\xab\xad\x9c\xe0\x99\x96\x94\x15\x39\xcd\x15\x94\xf5\xb9\x3e\x37\xb1\x8f\xdb\xc3\xd8\xcf\x26\x37\x37\x6c\xa0\x26\xa3\x78\x28\xc5\xb6\xee\x82\x74\x52\x71\xd5\x24\x3a\x69\x9f\xd7\x53\x52\x56\x7a\x75\xc5\x95\xd4\xdd\xd9\x04\xcd\x4a\x2f\xbd\xb2\xd6\x0f\x64\x80\x0a\x33\xfd\xae\xac\x30\xeb\xb2\xa0\xea\x97\x0b\x76\x52\x56\xb6\x79\x82\x95\x15\x66\x04\x5d\xa6\xac\x30\xeb\x52\x4e\x3f\xa5\xfc\x56\xf9\xd4\x51\xbf\x59\x81\x64\x58\x65\x53\x93\x07\x02\x38\x2b\x81\xc2\x21\x28\x72\x42\x5e\x50\xb1\x87\xda\x49\x6a\x0f\xa4\x66\x56\xa8\x70\x0d\x4e\x6b\x12\xa1\x27\x4b\xee\x10\x9b\xa0\x97\xb8\xe8\xb3\x93\x91\xb7\xa0\x55\x61\xc8\x74\x49\x74\x30\x75\x5d\x7d\x3b\x9c\x3a\x65\x8c\x67\x47\x5d\x7d\xeb\xd9\x91\x1b\xc6\xa6\xe0\xb5\x2e\x3d\x73\x17\x6d\xe2\xce\xd0\x1e\x63\xd8\x6e\x17\xda\xae\xbf\x45\x3e\xb9\xcd\x6b\x0a\x5e\x72\xab\x36\xa6\xab\xaf\xa0\x30\xcc\xb0\xab\x6f\xb9\xca\x26\xb9\xdd\x1a\x13\xfd\xd3\xd5\xb7\x13\xc6\xe9\x92\xb7\x81\x85\x5d\x02\xd6\x3b\xea\x52\x2c\x2f\x4f\x26\xb7\x6a\x63\xe2\xd1\x75\x49\x54\x77\xc8\x9d\xdb\x98\xf8\xb7\x5d\x8a\xd5\x3b\x72\x23\xd7\x24\xbb\xc4\x35\xa0\x0b\xbe\xf9\xd8\x21\x60\x30\xe6\x72\xe0\x87\x52\xe6\x99\x77\x29\x5b\x97\x62\x5f\x8a\x91\x72\x4a\x3b\xa5\x74\x83\xb7\x47\x52\x2e\x07\x52\x2a\x89\xbe\x20\xef\xae\xbe\x7d\x61\xaa\x74\x35\xea\x4b\xc9\xa0\xf5\xf1\x42\x8a\x66\xad\x0f\x02\xfc\x52\xd6\xdc\xf0\x04\xcf\x2d\xe2\xe0\x75\x91\x94\xdb\xf5\x6b\xc1\xff\x76\x01\x95\x04\x6f\x25\x9f\x9a\x9b\xa7\x47\x5a\x97\x6f\xde\x88\x8d\x2e\xdf\x70\x0d\x4e\xeb\x32\xca\x5b\x51\xd7\xce\xc7\x2c\x91\x7c\xc3\x35\x38\xc9\xcd\x66\x53\xd0\x5a\x97\x51\xb8\x06\xa7\x91\xee\xd4\x7d\x3c\x32\xb9\x15\x1d\x6f\x6c\x02\xb2\x9f\x16\xe4\xb7\xb2\x11\x57\xd9\xb4\x2e\x1b\x7d\x90\x40\x5d\x36\xe2\x05\xc8\xe4\xbe\xb5\x8f\x3a\xa6\xac\x11\xf0\xc1\x06\xea\xea\xf5\x8f\x12\x48\x23\xe0\x23\xd1\x29\xea\x3e\x8e\x48\x35\xaf\x8f\xd6\x65\xc1\x8f\x34\xa8\xe4\xe3\x3a\x9a\x94\xd5\xeb\x3c\x3d\x92\xb2\x8a\x9c\xb4\xb2\xd6\x65\xd0\x8f\x5c\xa5\x5c\xe4\x71\x91\xd6\x65\x50\xdd\x3d\xf7\xbc\x4d\x3a\x4b\x5c\xd6\xd9\x43\x77\x2f\x2b\x26\x8d\xe0\xeb\xcf\x81\x90\x86\x82\x90\x1b\x66\x92\x9b\xdc\x61\x14\x5e\x97\xb9\xbf\x0e\x41\xf5\xcb\x0b\x90\xad\x6b\x6d\x70\x29\x6a\xeb\x5a\x1b\x5f\x2c\xe0\xae\xb5\x61\x9c\x5d\x56\x39\xeb\x86\x75\xe5\x04\xcf\x45\xb6\xae\x9c\xf8\xca\x55\x18\x14\xe3\xc2\xcf\xec\x18\x14\x3e\x17\x99\xb8\x9d\xb3\x9b\x56\x96\xdc\x5c\x1f\x97\xd2\x0b\x99\x3a\x2e\x17\x25\xfb\x31\x8c\xc2\xfd\x9b\x7d\xe8\xa4\x91\xcf\xd5\xc9\x23\x5b\xa5\x49\x08\x21\x95\x03\x83\xd2\x5b\x48\x9f\xb1\x3e\x46\x92\xf5\xb1\x20\x7c\x6a\x32\xb9\x4f\x3f\x3c\xa4\x22\x81\x6b\xc1\x41\xe9\x81\x1f\x20\xe3\xd5\x49\xe3\x8e\x86\x05\x99\x2b\x78\x7d\xe8\xa4\x91\x75\xd5\x4f\xc2\x1a\x79\x55\x0b\x5a\x15\x73\x95\x64\x9c\x7a\xa0\xbf\x6d\x42\x3f\x16\x72\xd8\x49\x22\xd5\x82\xac\x60\xb5\x1b\x58\x01\x24\x52\x2d\xf8\xe6\xb7\x7c\x7c\x2b\xdb\x30\xc4\xc7\xad\x2c\xc7\xf2\x1e\xb7\x7c\x04\xc3\x0e\x83\xf4\x48\x68\xea\x3e\x44\x99\x3c\x2e\xe0\x21\xca\x3b\x71\xe9\xed\x82\x10\x03\x5c\x36\x8c\xd9\xe3\x56\xd0\x05\x99\x49\x24\xfd\xb8\x1d\x60\x17\x2a\x19\xe0\xb2\xc1\x0d\x2c\x89\x7b\x3f\x3b\x19\x6a\x0b\x66\xa1\x55\x15\xa1\xdd\xa8\x42\x08\xa9\x0b\xc3\x6e\x34\x61\x07\x76\x21\x4b\x06\x5b\x8d\x47\x22\x84\xad\x86\x87\x54\x64\x43\xf5\x93\x92\x46\x36\x54\x1f\xfa\x3f\x25\xf9\x5b\xac\x80\x82\x5a\x18\x9e\x4a\x75\xa9\xfd\x91\x26\xd1\x12\xc3\x43\xaa\x1e\xe7\xb7\xac\x2f\x4a\xc3\x77\x29\x53\xb9\x7f\x6d\xf1\x8f\x8c\xaa\x0e\x19\x25\x3b\x37\x88\x76\xf3\xd5\x92\x47\x29\xc3\x80\xbe\x90\x6f\x78\xb4\x32\x79\x94\x32\x74\x9d\x3c\x4a\x19\x39\xac\x8a\x11\xe8\xfe\x84\x04\xeb\x71\x17\x37\x7b\x2e\x38\x28\xf5\xb7\x98\xbc\x9e\xbb\xf0\x86\xe5\x2a\xb5\x2a\xe6\x26\xa4\x23\xcf\xb7\x3c\x59\x19\xbc\x08\xd2\x42\xb2\xd2\x1b\x0a\xe9\xa8\x20\x17\x43\x3a\x32\x18\xd0\x73\x97\x51\x5c\x6d\x64\xf9\x28\x78\xbb\xdc\xf1\xdb\xcd\x6e\x4b\x05\x79\x3c\x0a\x3b\xb5\x5c\xd6\xd9\x87\x0e\x8f\x87\x34\xe4\xbe\xad\x86\xe8\x95\x67\x63\x9e\xd9\x8c\x32\xec\x86\xed\x62\x7b\x79\x84\x33\x8c\x0d\x0c\x29\xd4\xa3\x32\x8f\x70\x46\x91\x70\xb2\x35\xc3\xbe\x21\xfd\x7a\x90\xe6\x39\xcc\x49\x76\x0b\xe9\xb7\x9e\xd9\xe8\xc2\x07\x18\x42\xa6\x4e\x3a\xd2\xe1\xe1\x5e\x89\x3e\x8c\x0d\x0c\x69\xa3\xb2\x95\x17\xd2\x46\x3d\x03\xb4\x2a\x68\x3f\xa4\x8d\xea\x00\x15\xc0\x15\xdb\xab\x28\x71\xab\x23\x52\xc4\x56\x47\x24\x6d\xe8\xf0\x84\xc4\x50\xa1\x7d\x32\xa7\x16\xf4\xb7\x74\xc3\xa3\x32\x32\xa7\xfa\xe0\x02\x96\x16\xd2\x46\x63\x37\xd2\xc3\xa2\xd1\x24\x51\x05\xb0\x87\x54\x21\x31\x34\xac\xab\xa2\xc4\xe5\x4e\x95\xc4\xed\xc1\x0b\xb2\x82\xcf\x81\xd0\xa4\xa4\xd2\x4f\x37\x9a\x10\x6a\xaf\xa7\x94\x8f\x25\x86\x8e\x7d\x5c\xea\xf9\x98\xf1\x4a\x0c\x1d\x9b\x3e\x5c\xfd\x8e\x2d\x16\xae\x7e\x77\x51\x5c\x6e\xa3\xff\x78\x04\x7c\x41\xe6\xca\x45\xe9\xd2\xa4\xab\xa0\xef\xc4\x65\x9d\xdd\xd7\x23\x5b\xb8\x28\x5d\x86\x2d\xa7\x94\x5e\xa9\xf7\xf4\xac\x42\x45\x67\xf8\x5f\xb8\x0a\xdd\xc9\x71\x9e\xbb\xfc\x5b\x1c\x20\x7e\x17\xf7\x7e\x2e\x08\xe3\x60\x12\x0e\xfd\x2e\x8f\xce\x48\x58\x5b\xb0\x0a\x91\x0c\x6a\x18\xfd\xae\x50\x67\x7a\x38\xe6\xd1\xd9\x08\x67\x83\xb3\xb2\x61\x34\x20\x99\x45\x9d\xfc\xb5\x05\x6d\x48\x93\x41\x95\xe2\x69\x58\xa8\x24\x4d\x67\x0b\x95\x64\xb0\xb1\x19\xa7\x57\x98\x39\x71\x7a\xe5\x00\xbb\x35\x4b\xa2\xaa\x14\x2e\x27\x4d\x1e\x8e\x91\x83\xb6\x60\x17\x5a\xf3\x81\x0c\x5f\x0d\x33\x14\xd7\x4d\xe8\x78\x71\x59\x87\x0e\x5e\xf4\x5f\x3e\xbd\xd8\x4f\x36\x5b\xa8\x32\x8d\x0d\x24\xd1\x66\x41\x38\x03\xf7\x76\x0c\x67\xce\x01\x0d\x09\x47\x3d\x37\x94\xe5\xea\xb9\x81\x9e\x8b\x9f\xa5\x10\xce\x29\xc5\xf8\x08\xb5\xe0\x90\xd7\xc3\x9a\x9d\xc8\x70\xaa\xd8\xe7\x0b\x4d\x40\x6e\x4c\xed\x97\xca\x8a\x1b\x53\xfb\xa5\x3a\xc2\xeb\xec\x97\x76\x9b\x5e\x67\xb1\x21\xbc\xce\x7e\x69\xa8\xcd\x6d\xa9\xf4\xeb\x3a\xa5\x5f\x20\xdd\xe0\xa6\x97\x7e\xa9\xac\xb8\xe9\xa5\x5f\x6a\x27\x0e\xe1\xfa\xa5\x86\x99\x6c\x5e\x79\x8e\x38\x26\x7b\x75\xf5\x74\x72\xfa\xb1\xbf\xdd\xc2\xac\x5f\x2a\x72\xde\x1a\x49\xf5\x74\x63\x1b\xc4\xfd\x52\x00\xbf\x1c\xa0\x42\x94\x5b\x53\x92\x67\x90\x26\x9d\xa5\x7a\x9d\x52\x7f\x4b\x43\xfb\x9a\x94\x05\xbb\x30\xf1\xf1\x29\xb5\xe6\x10\x5a\xd5\xf9\x98\xc9\x51\xb6\x91\x56\xd6\x2f\x65\xdb\x0b\xf7\xa0\xaa\x7e\x5f\x78\x38\xd5\xd9\xe0\x2c\xb0\x5f\x4a\xbe\x9d\x56\x96\xfa\xa5\xa8\xd3\x45\xad\x6a\x63\xd2\xca\xfa\x95\x0f\xa4\x1b\x2a\x67\x2e\x51\x49\x55\x15\xca\x4b\x24\xfd\x52\x10\x7a\x16\x58\x55\xa1\xef\x6e\x37\x8a\xd0\x9a\xcf\x6f\xad\x99\x21\x18\x82\x5a\xd5\x7b\x3b\x04\x75\x7d\x7c\x4a\x37\xe5\x54\x4d\xb1\x7d\x01\xcb\x2a\x6d\xc2\x17\x90\xb9\xc2\x83\xed\x97\x22\xf6\x8d\xe5\x52\xd5\x99\xa4\xa4\xf5\x4b\x89\x4b\x0e\x5a\xaa\xaa\x50\x1c\xda\x7e\x29\x53\x39\x83\xec\x57\x39\xa5\xac\x82\x32\xf5\x8d\x14\xf1\xf8\x96\x97\x36\x57\x69\x15\x32\x1b\xf7\x81\x0e\xa1\x09\x19\x42\x39\x90\xd9\x90\x36\x3e\xb8\x25\x55\x62\xf8\x48\x39\xc5\x52\x89\x5f\x3f\xe4\xe3\x6c\xa8\x15\x3f\x52\x8e\xca\x59\x57\x99\x4b\x51\xfb\xbc\x1c\x11\x02\x98\xa7\x17\x17\xdc\x03\x9c\xc9\x05\x45\x00\x4f\x7c\xa7\x4e\xea\xc5\x82\x90\x0a\x9a\x7c\xf2\x6a\x7f\xe7\x02\x80\x05\x19\x20\x8a\x7d\x26\x07\x88\xb4\x9e\x3c\x28\xd1\x49\xdb\xe8\x53\xbf\xcb\xe3\xea\x93\x57\xe5\x71\xb5\xcf\x36\x76\xee\x03\x58\x10\xda\x78\xec\x86\xe3\x65\x67\x64\x26\x79\xbf\xd9\x2b\x24\xa1\x87\xd9\x3c\xdb\xb8\xa0\xdd\x18\x4e\x8e\xdd\xc0\x82\xe0\x7e\xd5\x05\xf9\x18\xe2\x9f\xb7\xc2\x0d\x1d\x42\x36\xd4\x2a\xbd\x85\x76\xa3\x0b\x19\x20\x7a\xe0\x24\x47\xd5\xbf\x61\x8f\xdf\xb7\x16\x13\x17\xa8\xf6\xe9\x61\x18\x17\xa8\xf6\x79\xe3\x1a\x7b\x86\x3e\x39\xa3\xea\xa4\xe5\xf7\x69\xb8\x9f\x87\xe6\x26\x34\x75\xa2\xfc\xfb\xe4\xe8\xa8\x13\xd6\xdf\x7d\x5c\xb1\x13\xd6\xbf\x20\x2b\x86\x3d\x31\x39\x3a\xea\xbc\xfa\xdd\x79\x4d\x71\x95\x3e\xc2\x17\xa5\x07\x7e\x80\x2c\x20\xb7\x55\x76\x82\xfe\x17\x84\xab\xca\x29\x2d\xc0\x53\x5a\xf9\xd8\x4e\x0e\xda\xbd\xed\xa4\x4b\x04\x1b\xcd\x7d\x64\xb5\x4a\xed\xb3\x2b\x56\xfc\x2d\xfc\x4a\xd0\x7f\xe7\xad\xc5\xd4\x89\xb6\x5f\x90\x21\xd4\x03\xa9\x4a\x56\xc8\xce\x86\xe4\xcc\xd3\x8b\xa9\xca\x19\xdc\xf5\xd1\xd3\x73\xa0\x55\x31\x22\xbc\x85\x9e\x9e\x03\xfd\xb8\x08\x61\x94\x7a\xe0\xa4\x94\x11\xed\x4c\xa2\x05\x9b\x90\x15\x94\x51\x0a\x0c\x9a\x24\xc9\x8a\xed\xe5\xd1\xbe\x8f\x0d\xf6\x24\x85\x56\xc7\x2b\x49\x56\xb9\x4a\xbe\xa9\x72\x95\x8c\xc2\x33\x08\x9d\x38\xfe\x3e\x75\x0f\x3c\xda\x27\x39\x68\x95\x66\x61\x07\x16\x21\xc3\x6f\xfe\x56\x9a\x6c\x7e\x3c\xfd\x6d\x15\xda\xab\x26\x84\x54\x24\xe0\xd6\xfd\x6d\x11\x32\x75\x48\xeb\xd9\xce\x10\xaa\x10\x6a\x97\x44\xb9\x9f\xb1\x27\x69\xb2\xa1\x15\x93\x64\xd6\x64\x1c\x36\x09\x7d\x30\xb0\x27\xa9\xae\x39\x40\xe9\xaa\x39\x40\x04\xb0\xc9\x41\x9d\xfc\xf8\xce\x83\x81\xab\x2a\x7f\xeb\x00\xa5\xba\xa6\x56\xc4\x7c\x9c\x5d\x1e\xc4\x7c\xe4\x0d\xc0\xd4\x93\x54\xd7\xa5\xab\x38\x10\xc1\x80\x1d\x37\xbb\x7c\x24\xd5\x79\x96\x62\xc0\xc1\xec\xb2\x86\x54\xd7\xa5\x1c\xe9\xaa\x4f\x6b\xf6\xb7\x13\xda\x50\x5a\x77\xe9\x2a\xce\x6f\x07\xf0\xfc\xd6\x6e\xf0\x31\xcf\xfc\x25\x23\x0c\x26\x37\x32\xf6\x54\x0f\x84\xda\x25\xd1\x50\x59\xc5\x81\xf6\x99\xc9\xe1\x0a\xc6\xc4\x6d\xe7\x0b\x42\x75\x52\x0e\x77\x2e\x26\xa3\x13\x26\x6f\xbe\x27\x63\x08\x66\xc8\xce\xae\x3e\x21\x6d\xdd\x48\xfd\xc9\x8b\xf0\xc9\x90\x02\x72\x78\x56\x69\x17\xda\x6e\x15\xc2\x47\xca\xe3\x81\x76\x32\xe0\x80\x0c\x9f\xd4\x93\xa4\xe2\xa1\x8d\x01\x07\x64\xf8\xac\x52\x3a\xc9\x45\x12\xc9\xb0\x80\xc9\x45\x89\xc9\xb0\x80\x39\x90\x75\xc6\x01\xcc\x31\xfc\xf8\x97\x09\x5c\x9d\x27\x01\xd7\xb7\x76\x0a\xd9\x66\x90\xc0\x34\xa2\xcd\xa8\x80\xc9\x5b\x05\xdd\xf4\x81\x39\x21\x3a\x83\x04\xa6\xf6\xb1\x51\xfe\xd3\x53\x19\x63\x06\x26\xa7\x32\xdd\xd0\xfc\xc9\x13\x02\xc9\x20\x81\x39\x95\x4f\x12\x1d\x17\x14\x76\x43\xf3\x27\x6f\xbe\x77\xc3\xeb\x7d\x8b\x2f\x19\x06\x30\xb5\x8f\x8d\xb6\x9f\xaf\x0e\xa3\x48\x56\x2f\xc5\x95\x64\x45\xcc\x5a\x37\xda\x7e\xbe\x4e\x37\x0e\x7c\x03\x43\xb8\xfb\x6c\x04\xb9\xef\xe9\xa5\xa6\x68\xd7\x8a\x35\x64\x7c\xbe\xe8\x24\x59\xeb\x7d\x7a\x78\xd2\x94\xf4\x6f\x44\x8e\x31\x03\x53\xc3\xd4\x98\x81\xa9\x61\x6a\x34\xb6\x2f\xe6\x25\x63\x06\x78\x31\x6f\xc1\x22\x7c\xf3\xf1\x29\x65\x9e\x35\x2f\x38\x5a\xe9\xb7\x93\xf3\x96\x34\xb4\x36\x78\x4f\xaf\xf3\x28\x76\xf7\xc9\xb8\x64\x54\xc0\xe4\x6e\xbc\xd4\x14\xcf\x1f\xc4\x95\xd1\xd8\xf3\x83\x86\x31\x1a\x9b\x27\xe3\x16\x4c\x42\x7a\xf5\x9c\xaa\xe8\x95\xb2\xdc\x63\x0a\xa3\x04\x4e\xae\x90\x51\x02\xd3\x63\x0a\xa3\x04\x26\xd7\xe4\x77\x83\xb3\x4d\x1d\xea\x86\x5f\x4f\xee\xc6\x4b\xdc\x13\xdf\xcd\x15\xea\x06\x58\xcf\x2f\xe6\x86\x01\xd6\xf3\xcb\x99\x6b\xd3\x36\xf9\xe2\xe1\x18\x60\xcd\x13\x72\xab\x94\x3e\x7f\x1d\xbe\xa2\xfd\xeb\x78\xf3\x29\x85\x54\x14\xde\xa6\x0e\x79\xb4\x3f\xbf\x0e\xdf\x01\x92\x3a\xd4\xef\x33\xc0\xc9\x88\xce\x00\x91\x9a\x9e\xf4\x4f\xee\xd4\xef\x77\x3e\xd0\x86\x1c\x11\xee\x90\x21\xd5\xbe\x28\x97\x9a\xa2\xfd\x2b\x2f\x54\x47\x84\x7b\x70\x9f\xc9\x71\x9e\xb7\x5d\x1e\x3e\x30\x97\xda\x96\xf4\x0b\xb2\x82\x7b\x08\xe1\x03\x73\x9d\xd0\xe6\x20\x0b\x69\x7d\x9c\x85\xd6\x1c\x42\xd6\x77\xeb\x81\x38\x69\x47\x04\x1c\x2c\xc8\x88\x4e\xe9\x60\x8d\x9a\xd0\xe1\x57\xdb\x45\x69\xdc\xcd\x76\xa7\x55\x1d\x48\x27\x9b\xed\x6e\xe7\xbf\xf3\x74\x77\xf8\xa2\x5c\xbf\xb7\x98\x8c\x9e\x90\xb8\x84\xeb\x2e\x88\x20\xac\x21\x64\x36\x1a\xbf\x35\x1d\x88\x40\x87\x20\xe1\x67\xc1\x5b\xc8\xb4\x87\x55\x61\x7c\xb5\xc6\xd4\x11\x0e\xd7\x89\x84\x5d\x90\x11\x35\x3f\x96\x54\x1c\xef\xbe\x1d\x61\x7d\x6c\x43\x52\x4e\x63\xae\x38\x69\xe9\x24\x6a\x2f\x58\x80\xa7\x94\xd9\x68\x4d\x38\x28\x75\x44\xca\x67\xa7\x2e\x61\x98\x3f\xe9\x97\x5b\x3d\xc1\xeb\x73\xeb\xa7\x21\xa4\xe2\xfb\x12\x52\xd3\x4d\x97\xb9\xf7\x3f\x11\xb9\xb1\x60\xa2\xf4\x40\xba\x7c\x3f\x42\x86\x7b\x33\x19\xf7\xf0\xb7\x45\x58\x29\x6d\xc2\x0e\xec\x42\xbb\x61\xaf\x54\x47\xbd\x0a\x69\xe8\xb1\x21\x48\x83\x97\xd9\xa3\x73\x05\x61\x27\x13\x3b\xba\x7e\x08\xb1\x9f\x41\x9e\xd1\x9d\x08\xc6\x08\x33\x89\x3a\xb1\x9f\x61\xea\x50\x27\x4f\x7b\x41\x48\x23\xac\xca\x4e\x3e\x21\xdc\xac\x40\x28\x68\x9c\x3c\x23\x2e\x7d\x8d\xfe\xd8\xc9\x9c\x84\x7e\x4c\xbb\xe4\x0a\x75\xa2\x3b\xa3\xe7\x10\x66\xa1\xbf\x2d\x42\x66\x32\x57\xe1\x1e\x02\xa1\x1a\x41\x72\xd0\x2a\x6d\x42\x1b\xa2\x1b\x59\xb2\xca\x21\xcc\xfc\xf6\x94\xbe\x81\x94\x16\x02\xbb\x89\xaf\x88\x5e\xec\x55\xa1\x5d\xae\x8d\xef\x8f\x72\x82\x27\xd5\x3a\xc1\x8f\xd1\x79\xb8\x3c\x11\xf6\x10\x27\x67\x87\xeb\x56\x17\x64\x44\x35\x09\x2b\xa5\x5d\x18\x40\xba\xe1\x35\x04\x5d\x22\x24\xf2\xaa\x3f\x4a\xa0\x8a\x92\x7c\x14\x2a\x9c\x4b\xf4\x47\x91\x53\x91\x4f\x8f\x42\x45\xc7\xa3\x4b\xc0\xd5\x11\x29\x54\xb8\xb3\xa0\x3f\x0a\x06\x13\x7c\xba\xf4\x5c\x59\xfd\x2e\x3d\x57\x4e\x19\xbb\xf4\xcc\xad\x7b\xfd\x69\x07\xfa\xb1\xbd\x42\x1e\x13\xd9\x10\x26\xe9\xf4\x47\xf6\x6d\xb8\x52\xfd\x3e\xd0\xf1\x76\x21\xe3\x6d\x07\x32\x5e\x39\x54\xe7\x81\x3c\xe6\x05\xf9\x58\x7a\x6e\xd8\x7c\x5d\x5e\x68\xf2\x51\x3c\x42\x96\x5b\xd6\x68\x2e\x8a\xb2\x8d\xdb\xdc\x53\x97\x53\x3c\x97\xe8\xb2\x46\x77\x62\xe5\x05\xee\xc6\xeb\xc4\xce\x2d\xc8\x78\xe5\x05\x7d\x89\x7c\x1d\x48\xcd\xf2\x42\x67\x57\xb0\xcb\x0b\x1d\xdb\xb3\xcb\x0b\x9c\x0f\xf4\xac\x98\xf4\xb6\x80\x2e\x6b\xf0\x28\x78\x27\x07\x7a\xc1\x2f\x90\xdf\x92\x3c\xd3\x89\xac\x5b\xd0\x9a\x9b\x10\x9a\x94\x35\x48\xad\xe9\x59\x89\xcb\x75\x77\x3d\x2b\x71\x3d\x4c\xe8\x32\x0e\xf7\xdb\x75\x1e\xe7\x0e\x1f\x3e\xeb\x59\x3e\x8a\x33\x5e\x3f\x86\x53\xb2\x7c\xe4\x96\x7f\x57\xa3\x72\x29\x5d\xea\xaa\xd0\x61\x9f\x53\x16\x3e\xc0\x22\xa4\x93\xb2\x95\xee\x41\x97\xe9\x06\x12\x38\xcb\x65\xec\xf1\xf7\x9c\x7e\xf9\xe6\xee\xfa\x96\x79\x95\x23\xb9\x0e\xa0\x67\x59\x90\x2d\xff\x9e\xef\xd3\xce\x0b\xe8\xc7\x98\xbc\x59\x46\x31\xe0\xab\xcb\x91\xec\xd3\xf7\x2c\x2b\xe8\x1e\x74\x19\x74\x76\xab\x3a\x90\x05\x94\x15\x26\x5b\xd1\xbd\x1e\xc8\x44\xca\x19\xf3\xf4\xf9\x40\x28\x54\xf6\x9d\x52\x99\x7a\x9d\x08\xaf\x9e\xd5\x21\x5c\xb2\x9e\xba\x6a\x9e\xab\xe3\x3a\x71\x76\xd1\xa7\xec\xab\xd6\xd7\xf1\x20\xec\x6e\x41\xfa\xfc\x50\x6a\x3a\x4c\x97\x9b\xdd\x89\xcf\xaa\x23\x03\xbe\xba\xec\xfb\xea\xf6\x8a\x6e\xb8\xf5\x9e\x65\xd0\x97\x23\xd2\x8e\x79\x39\xed\x32\xe8\x0b\x77\xaf\x6b\xd6\x10\x0e\xd6\xb3\x0c\xea\x5e\x7b\x57\x1b\xbf\x1c\x6f\x3e\x90\x05\x95\xab\x5e\x6c\x04\x11\x05\x11\x66\xe5\xf4\x2c\x57\x99\x95\xd3\xfb\x81\x50\xb7\xfa\xe7\x85\xa5\xd2\x55\xdd\xef\xee\x6f\xbb\xd0\x4e\x56\xe1\x96\x13\x84\xce\x45\x7f\xbb\xa0\xbd\x09\xe9\x64\xb9\x85\xf6\xca\xaa\xe4\xaa\x42\x27\xb9\xb2\xa1\x13\x67\x17\xbc\x65\x76\xa7\xae\x04\xe2\x8e\x86\x4e\x60\x5d\xf0\x3c\xd9\x82\x76\x63\xfa\x5b\xda\xfd\x10\xbb\xc0\x8d\xb1\x0b\xfa\x31\xed\x7e\x4e\xaf\x42\xc8\xd4\xc9\x64\x1f\x3b\x19\x56\xe5\x2a\xc8\x38\x1f\x2c\xc2\xae\xda\xd7\x59\xca\x9a\xda\x1f\x2c\xc2\xb8\x0e\x44\x8a\x68\x79\x73\x91\x78\xcf\xb2\x86\xde\x51\x28\xcc\xbe\x4a\x02\x79\x41\x97\x26\x4b\xfc\x5f\x45\x8e\xc4\xff\x85\xf8\x43\x29\xf2\xc5\x90\xc9\xf2\x82\x2e\x4d\x28\x54\xbe\x92\x8a\xbc\xe0\x5d\x09\xa1\x8c\xd1\xc3\x09\x85\xca\x97\xad\x8f\x2c\x6b\x98\x2d\xc3\xcd\xad\xc1\x63\x5e\x0b\x26\xa1\x35\x3f\x40\xe9\x19\x25\x19\x5e\x43\xc0\xc1\x7f\xc4\x35\x58\x41\xec\xe3\xb8\x20\x42\x6e\x50\x5d\x10\x62\x68\x7e\xec\x72\x37\x4b\xb1\x20\xb8\x5f\x35\xcc\xa5\xe9\x84\xf0\x05\x8f\x79\xad\xd2\x3d\x39\xbe\xde\x95\x88\x12\x58\xd0\x4e\x9e\x52\x3e\x86\xd9\x7d\xcc\x2b\x11\x25\x10\xe1\xf5\x00\x44\x09\x84\xe9\x31\x9d\x10\xbe\x05\x3f\x94\x32\x40\xae\x0a\x4f\x1c\xfc\x07\x29\x2e\x77\xe2\x3c\x3e\x4e\x8a\x0b\xe7\xf1\x0b\xd2\x50\x3e\x1f\xc3\x38\xfd\x7c\x4c\xcd\x18\x7d\xa1\x4d\x4f\x70\x60\x84\x7b\xb3\x44\x03\x06\x91\xec\x0b\xfe\x72\xab\x67\x7d\x0b\x59\xc1\x91\x3e\xca\x93\xb8\xc8\x74\x41\x84\x37\x1c\x19\xd5\xb9\xc9\x07\x3a\xfa\x10\xda\xc7\x03\xe9\x63\x30\xcd\xd5\xc5\x0f\xfb\x88\x89\x40\x80\x41\x84\xdb\xba\xc4\xe8\x2d\xb8\x47\x4f\x50\x5e\x84\xd6\x15\x51\x78\x0b\xb2\xda\xc5\x4e\x62\x2f\x72\x73\x69\xf8\x46\x4f\xe2\xaa\xd2\xf0\x51\x9e\x4e\x60\xdd\x82\x0c\x10\x8e\xe4\x8d\x9e\x55\x5a\x84\xf0\x0d\x2c\xe8\x2b\x3c\x89\x7b\x3f\x17\x64\xf8\xd5\x86\x50\x83\x04\xa9\x85\x8f\xf2\x24\xce\xfd\x23\x4c\x6b\xe6\xde\xcf\x05\x59\x7c\x98\x2c\xba\xbf\x4d\x74\x83\x8c\xe1\x4e\x18\x5a\xf0\x68\xcd\xfa\xf8\x94\xd2\x49\xb8\x99\x50\xf5\x55\x5a\x85\x1f\x4a\x8b\x90\x21\xc8\x19\x3c\x0d\xdb\x89\x59\x0b\x5f\xb8\xe9\x04\xa9\x85\x81\xec\x9d\x20\xb5\x08\x0d\x26\x02\xcd\xc2\xf7\x6f\x7a\x91\xb9\xdd\x6d\x2d\x32\x37\x01\x15\x9d\x88\xaf\xe0\x49\x9b\xd5\xae\x55\xe1\x38\x87\x5c\x65\xc8\x04\x97\x84\x2e\xc8\x88\x64\x94\x40\xa5\x70\x49\x68\xf8\x2c\x4d\x2f\xf2\x8d\x7b\xb1\x21\x93\x05\xe6\x06\xa1\x56\x0b\x32\x57\x32\x4a\x48\x0c\x72\x86\xc6\x56\xf4\x53\x15\x74\x85\xe9\x19\x06\x54\xf0\xce\x43\x84\x31\x12\x21\x2f\x0c\x24\x7d\x48\xfc\x03\x59\x5e\xd0\x3f\xbe\x43\x93\x42\xe2\xff\x7f\x18\xfb\x73\xa4\xeb\x61\x20\x4b\x1b\xf3\x7b\x15\xb5\x04\x62\x06\x22\x2a\x6a\x2f\x04\x79\x29\x4f\x86\xf6\x6f\x28\x70\x9e\x93\x6f\x75\x87\xf4\xf7\x57\xd6\x65\x82\xbc\x18\x73\x00\x90\x93\xaf\x57\x97\xb1\xfd\xf6\x00\x8d\xa2\xf6\x18\x5e\xcb\xed\x1a\x9f\x8d\xb1\xb7\xf1\x79\xb9\x66\xa8\x19\x5b\xa3\x03\xb2\x64\xdd\x35\x7b\x44\xc8\x1f\x2c\xe6\xcf\x5b\x83\x1c\x0e\x9b\x59\xec\x36\xc6\x22\x8e\x9c\x00\x66\x36\x4f\xce\x66\x6b\xd6\x3c\x5e\x19\x1c\xe4\x7c\x99\xca\x7c\xbf\xda\x3c\xfc\xc7\xb8\xe1\xf1\x12\x9a\x76\x62\xd8\x71\x40\x26\x87\xa3\xc5\x92\xd1\x40\xce\xd8\x3d\x1c\xb0\xf3\xb6\x1a\xa4\x5d\xb3\x82\xc7\xb4\x80\x34\x76\x9a\x96\xd9\x3c\x40\xf6\x35\x99\x80\x9b\x07\xec\x80\x6e\x17\x11\xda\x3c\x40\x76\x2e\xf9\x32\x1d\x3d\x46\x24\x73\x95\x87\xe1\x77\x73\x15\xc5\xad\x3a\x1f\xbb\x57\xcc\x46\xf7\xf0\x1f\x50\x85\x7c\xdb\x6b\xbd\xd3\xff\x2d\x06\x2b\x60\x35\xe8\x5e\x35\x83\x93\xb7\x01\x2e\xde\x76\x83\x0f\x20\x03\x7c\x99\x49\x8c\x33\x96\x73\xba\xe4\xcb\x24\x29\x0b\xfa\x03\x2e\x83\x9d\x8f\xe3\xbf\x0f\x60\x7c\xfc\xea\xe3\xfc\xcf\x9c\xbb\xe7\xdb\x1f\x7f\x75\xc5\x62\x57\xf9\x32\x35\xbf\x9e\x66\xcb\x66\xa2\x67\xe5\xcb\xc2\xf8\xe5\xee\xaa\x7b\x11\x5e\xb8\x75\xf7\xac\x13\x2f\x37\x5f\x16\xc6\x36\x5d\xe8\x9e\x66\x6d\xd4\xce\x5b\xb7\x0b\xb2\xf7\x98\x39\x0e\x74\x3d\xa6\x6a\x33\x55\x16\xd5\x44\xd3\x9d\xdd\x33\x87\x2d\xfe\xec\x9e\x2a\x82\xeb\xce\xee\xa9\xc2\x34\x3f\x5f\xe6\x22\x3f\x34\xc1\xdd\xcc\xec\x67\xb4\x32\x17\xf9\x79\xbc\xc5\x35\x23\x8e\xba\x59\xdd\x8f\xcd\x07\x89\x63\x0f\xe8\x5e\xb9\x5d\x0f\x9f\x9b\x01\x9b\xe6\xe7\xcb\x3c\x46\xde\xd4\x07\xac\x06\x69\xd7\x62\xfe\x43\xcb\x88\x99\xc7\x01\xdd\x90\xdf\x2e\x16\xc5\xf2\x16\x87\xe9\xd9\xbd\x28\x84\xcf\xcd\x97\xe5\xed\x67\x5c\xf0\x1a\x91\xb5\x65\x76\xaf\xc2\xe7\x69\x6f\x01\xba\x5d\xff\xd7\xa4\xdf\x02\xa4\x1b\x9e\x76\xc2\x56\xe5\xab\x07\xc8\x3c\xb3\x43\xba\x7d\x61\x8c\x25\xc3\x01\x59\x41\xae\xc5\x48\x00\x93\x26\x96\x0c\xeb\xe6\x4a\x38\x63\xd7\x71\x40\xd7\xdc\x00\x6f\xe6\x0a\xf1\x7b\x5f\x5e\x94\xee\xaa\xa4\xeb\xcd\x58\x5f\x2c\x12\xc0\x9c\x9a\x87\x41\xaa\x1a\xee\x15\xa4\x8f\x75\xc2\xb2\x1d\x7f\xc6\x18\xe3\x80\x03\xb0\x18\x64\xbc\x2d\xfe\xcb\xfa\x0e\x77\x52\x37\x21\x99\x90\x9a\xeb\x66\xfb\x98\x09\x9a\xb9\x6c\xc7\x3f\x31\x56\x38\xa0\x3b\x49\x9f\x13\x67\x09\x8c\x06\x0e\xc8\x2a\x4c\x7f\xcc\x9e\x08\x87\xff\x85\x59\xff\x79\x5b\x0c\x32\x93\x2c\xd9\x9d\x16\xbd\x82\x79\x63\xd6\x7f\xde\xba\x21\x76\xcf\x98\x14\x1c\x90\xa9\x9b\xee\x33\x6c\xb2\xb3\x27\xb2\xd1\xff\x24\x35\xf9\x72\x96\x9a\x89\x85\xc1\xba\x7d\xfb\xda\xbd\x46\xb8\x35\xe7\x0b\xc9\x76\xe7\xf8\x98\x9a\x33\xa2\xac\x7b\xc9\xb2\xe7\x19\x41\x77\x93\x3a\x35\x13\x43\xf3\x80\xa0\xd9\x72\x43\x9e\xe7\xe5\x86\x3c\xcf\x88\x85\xbb\x78\x9e\x11\x0b\x77\x31\xc7\x45\xd0\xdd\xc5\x1c\x77\x05\xe8\x01\x4e\x83\xcc\xe4\x0a\x90\x45\x41\x0e\xd8\xf8\x7e\x76\xa3\x0a\xf6\xf4\x99\xa4\x10\xeb\xb6\xe9\x06\xf9\x5d\x17\x69\x5a\xce\x5b\x7a\x55\xd9\x2f\x13\x0f\x60\x61\xf6\x7e\x40\xfe\x8b\xd9\xfb\xec\x9e\xf6\x0a\x2f\x27\x83\xc4\x01\xfd\xdf\x00\x99\x67\xc4\xaf\xad\xe0\x33\x26\x32\x07\x64\x7d\x11\xbf\x77\x35\xfb\x9a\x7e\xeb\x35\xf2\xa2\xe0\x13\x9c\xd3\xff\xe0\x8e\xff\xae\x70\x2f\x0c\x66\x0e\xf8\x03\xf4\x08\x60\xde\x29\xb9\x53\xda\x4e\xe5\x04\x8b\xbd\x1b\x6b\x82\xd1\xcb\x01\x41\xba\x15\xe0\xe4\x6d\x36\x88\x94\xf0\xe2\x37\x98\x19\x09\x24\x0e\xc8\x34\x7b\x89\x1a\x94\x91\x60\x84\x77\xe3\x82\xad\x7b\xc5\x30\xa0\xcf\x84\xc5\x5c\x36\xa0\xcf\xa4\x97\x58\xb6\x2f\x9f\x68\xf6\x0f\xb8\x00\x93\x41\xff\x77\x19\x7c\x79\x9b\x0d\x0a\xe9\xb0\xcc\x59\x18\xa3\x1f\xd0\xff\x45\x4a\x60\x8a\x73\xc0\xc6\x7f\x8b\xc1\xc1\xdb\x00\x27\x6f\xab\x41\xd6\xa4\x18\xdc\x0c\x1f\x71\xe4\x34\x2d\x13\xcd\xfe\x01\x3b\x6f\x3d\x22\xf6\x22\xe4\x37\x5d\x37\x9e\xbb\x93\x84\xa6\xcb\x69\x5a\x32\x86\x3a\x07\x64\x08\x66\xb1\xb8\xea\x4e\x1c\xfe\x17\x69\x5a\xce\x5b\x57\xe5\xc9\xf1\xfa\xda\x52\x65\x78\x7d\x87\x27\x16\x61\xe5\x24\x2e\x13\x4d\xff\xba\x95\x67\xf4\xbc\x6d\x06\x5d\xb3\x1b\xf2\x78\xcd\x8f\x89\xc5\x34\xb1\x03\x38\xa0\x6b\x76\x43\x1e\xbe\x11\x89\x8c\x2f\x19\x63\x9b\x03\x8a\xe5\x24\xf3\x54\x1c\x88\xe7\x30\x5e\x4d\xcf\x86\x11\x09\x13\xf9\x39\x8c\x39\xb8\x08\xe7\x64\x9e\xaa\x8b\xea\x03\xd2\xee\x5c\xac\xaf\xb9\x26\x71\x9c\x72\x32\xd7\x9c\x9e\x2b\xb3\xc9\xe9\xb9\xca\xae\x6a\x51\xb3\xb9\x26\x61\x6d\x27\x56\x02\x0b\x33\xf7\xf3\xd6\xbd\x42\xfe\x0c\x63\x1d\xf7\xd6\x39\x99\xa7\x4e\x8f\xd7\x4c\x14\xbb\xf6\x9c\xcc\x44\x7d\x0c\x1b\xc6\x3a\xc2\xda\xce\x61\x34\x5b\x5e\x7d\x4b\x45\xdf\x5b\x0f\xa3\xd9\x9a\xac\x82\x85\x24\x26\x31\x39\x99\xd5\x2d\x76\x4c\xc3\x48\xb8\xcc\x9f\x2c\xe8\x96\x31\xc7\x48\xe8\x4b\xee\x61\x34\x5b\x9e\x9c\x11\xff\x65\x51\x8c\x75\xbe\xe4\x1e\x46\x33\x05\x8c\x3a\x1f\xbb\x2a\x13\x0e\xb7\x91\xb6\xfb\x9e\xc3\x88\x74\x1b\x73\xcc\x71\x6f\x53\x0a\x27\xc9\xfb\xde\xfe\xb8\x1b\x84\x23\x59\xc0\x72\x1c\xca\x18\xcc\x1c\x10\x5a\x30\x7b\xc6\xdb\x38\x27\xcb\x5b\x2e\x9f\x73\xb2\x80\xdd\x26\x1c\x33\xef\x6d\xdc\x30\xf3\xde\xcb\xed\x2e\x83\xfe\x98\x5e\x6d\x33\x0a\xf3\xe3\x6d\x46\x61\x7e\xbc\x3d\xde\x16\x20\xed\x9a\x4f\x12\x6d\x29\x27\x33\xc6\x6d\xcc\xb1\x54\x24\x87\xe7\x1c\xde\x8c\x6c\xcf\x86\x85\x24\x57\xd3\x39\x59\x48\x92\xc6\x24\xa7\xf5\xef\xab\x1e\x67\x31\xc9\xd9\x6c\x92\xbc\x9b\x39\x9b\x4d\x3e\xd3\x6f\x99\x66\x72\x67\x66\x92\x40\x2c\xa7\x1e\xc9\xd9\xec\xea\x81\x6e\xb2\x65\x95\xaf\xa2\x87\xe9\x95\xcc\x9a\x39\x9b\x5d\xf9\x8c\x86\x05\xc5\x01\xfd\x31\x03\x7a\xcc\x09\xb8\xb8\xbd\x1f\xc6\x97\xcd\x72\x1e\x76\x0c\xd9\x5c\x84\xdc\x99\x73\x78\x3b\x45\xfa\x90\x9c\xcd\x45\x88\x2d\x9c\xb3\xf9\x04\x41\x9e\xa6\xed\x1c\x6e\xee\x9e\x73\xb6\x0c\xf1\xdd\xb3\xcd\x1e\x30\xec\x3e\x6f\x5d\xb3\x47\x64\x7a\xf5\x71\x28\x9b\x13\xbc\xb7\x6b\x76\x55\x2c\x42\x36\x27\xf8\x81\x74\xd9\xa4\x8f\xbd\x75\xce\x96\x30\xc4\x7c\x9a\x36\x8a\xc0\x84\xfa\xbc\x4d\x06\x99\x0d\xef\x72\xb8\x6c\xce\xd9\xc4\xfd\x33\xcd\x79\x97\x43\x5e\xca\x9c\x4d\xa0\x3e\xa5\xd8\xb0\x81\x24\x1f\xe7\x6d\x7c\x4c\xbb\x66\x0c\xe4\xa5\xcc\xd9\xdb\x74\x9f\x52\xb2\xa9\xf9\x83\x50\xb2\xa9\x99\xac\x1e\xd3\x46\x11\xf7\x07\x8f\xc9\xa6\x66\x02\x37\x65\xb2\x22\x1c\x10\x69\x3c\xe2\x2d\x8b\x62\x91\xc2\xdd\x73\xce\x26\x7d\xdf\x3d\xdb\x82\xe2\xfe\xcc\x18\xcc\x90\x70\x11\xce\x18\xcc\xac\x7d\x79\xb9\x91\x30\xfb\x8a\x6e\x4c\x83\x0f\xe0\x32\x08\xab\x83\x5d\x6d\xe2\xe5\x4e\xdb\x57\x38\xf7\xc6\xb4\x05\xc5\xbe\x16\x6b\x04\xbd\xee\xcb\x8c\x70\xb8\x66\x98\x19\x51\x06\x0f\xe8\xb7\x6e\x88\xed\x63\x6e\x6e\x88\x4b\x06\x72\xee\x1e\xb0\xf1\xd6\xed\x72\xd2\x20\x16\xc6\x01\x7f\xbc\xa5\x2a\x5b\xaa\xd8\xa2\x02\xcb\xf5\x03\x16\x83\x90\x15\xc2\x6a\x27\xb3\x67\xb8\x17\x69\x3c\xce\x5b\x7f\x0c\x43\x22\xda\xdf\x72\xde\x8e\x6c\xdb\x1b\x1b\x94\x67\xc2\xfb\x1d\x90\x35\x02\xeb\x30\x8b\x3e\x35\x37\x83\x20\x03\x58\xe7\x0c\x12\xd3\xe6\x17\xbb\xdc\xee\xa4\xff\xcb\xc1\x92\xd0\x18\xcb\x69\x1f\x32\x89\x1d\x0e\xc8\xc7\x30\xc2\x5d\xbd\x64\xac\xfe\xf6\x76\x99\x00\x7e\xcb\x79\x1e\xb2\x0d\x84\xb0\x74\x3e\xff\xcd\x06\x99\x0d\xaf\x51\xf5\x78\xbd\x28\xf2\x21\x3d\x14\xe9\x6e\xdc\xee\x95\x1b\x32\x9a\x2d\x37\xc4\xe6\x2b\x7b\x9e\xab\xd7\x08\x16\xbb\x1b\xf2\x36\x7b\xbc\xcd\x14\xba\x02\x04\xcd\x38\x87\x6c\xef\x4c\x09\xc2\xb7\xb0\xbf\x3e\x9c\xe0\x32\x08\xd1\x79\xf8\xb6\x99\x20\x60\xc7\xda\xb8\x67\x4e\x02\x76\x2c\x0c\xae\xcf\xc7\xd5\x20\x6b\x14\xbd\x32\xe6\xfc\x0f\x18\xff\xee\x1e\x81\xfb\xd8\x61\xde\x36\x53\xda\x9d\x73\x87\x0d\x91\xb6\x77\xc0\x85\xfd\xf1\xee\xe0\x7e\x61\xcb\x4b\x6e\x86\xd3\xc7\x78\xfb\xf0\xb6\x1a\xfc\x78\xeb\x8f\x39\x49\xcd\x78\x0b\x29\xd8\xa6\x69\x77\x06\x54\x10\x29\x1b\xef\xcc\x6c\x23\x26\x32\x37\x9c\xff\x36\x83\x9a\x0c\x22\xf4\xad\xcd\xc5\x7c\x26\x42\xdf\x22\x73\xc3\x01\xab\xc1\xc1\x7f\xbb\xc1\xc5\x5b\x57\x75\xfb\x63\xbf\x8d\x59\x1f\x06\xa9\x39\xbb\x21\x64\xa6\xad\x98\xf6\x70\x27\xd9\x6b\xee\xe9\x5e\x21\x52\xf6\x9c\x7e\x4b\xcd\x24\xa6\xcf\x36\x6a\xda\x44\xa7\x99\xc4\x27\x59\x61\x60\x3d\x3d\x22\xdc\x04\xe7\xf4\x88\x88\x92\x99\x09\x95\xb7\x9c\x34\x60\x4e\x0f\xd0\xd7\xd8\xd3\x23\x22\x91\xdd\xb4\xb1\xcd\x26\x91\x5d\xb6\x41\x14\x39\x04\x0e\x58\x0d\xb2\xa0\x6c\x01\xc9\x12\x70\x40\x56\x81\x2b\xf0\x6c\xa3\xa6\x7d\x7b\x26\x53\x80\x62\x1b\xb6\x71\xda\x04\xcd\x9c\xb6\xcc\xb1\xfd\x71\xb6\x8d\xd3\x26\x86\xe6\xb4\xb1\xcd\xbe\x8d\x48\x08\x8d\x7d\xc3\x63\x6c\x5d\xb3\xef\x9b\x6e\x54\xf7\x0a\x12\xb4\xfd\xcc\xbe\xbd\x0a\x96\x03\x37\xda\x5c\x9b\xd3\x6c\xef\xf9\x6c\xf2\xb4\x37\xdb\x65\x9b\xd3\x6c\x22\x6c\x66\x5b\x40\xed\x0d\xcb\xb1\x05\xd4\xde\x50\xf3\xf4\x3c\x13\x61\x66\x12\x19\xe4\x80\xa0\x0a\xfb\x9a\xed\x1d\x21\x81\x42\x0e\x08\xe1\xb0\xaf\xd9\x9b\xcb\x57\x42\xd6\x2d\x2c\x9d\xcf\xc7\x0c\x81\xe8\x9c\xb9\xb4\x00\xe9\x95\xc5\xc2\xbe\x5d\xb3\x41\x36\x41\xc5\x62\x61\x9b\x8e\x8a\x47\xe4\xf1\x9a\x5b\x3f\x5e\x6e\xb3\x67\x6f\xeb\x6c\xc5\xb4\x1f\x2f\x37\x62\x7f\xdb\xf5\xcf\x96\x39\xdb\xbb\xbc\x62\x06\xec\x5b\x7c\x5b\xe6\x6c\xdf\xe2\xdb\xa8\x69\x3f\x6c\x46\x8a\xf9\xf1\x63\xb2\xb2\x44\xb5\xeb\x9f\xcd\x78\xf6\x83\x9c\xb7\x8d\x13\x46\xd3\x67\x2f\xe2\x76\xd9\x31\x15\x8b\x41\x5b\x49\xdb\xe6\x67\xe3\xcd\x97\x8b\x25\xdb\x1b\x7d\xa6\xa1\x17\xd1\x6d\x33\x9e\xfd\xba\x57\x33\x40\xb0\xce\xcb\xed\x6b\xed\x32\x03\x64\xb9\xbd\xfa\xde\xd6\x95\x19\x20\xd8\xee\x5d\x00\x39\xe3\x72\x59\x01\x42\xbf\xde\x05\xe0\xbe\x97\x6d\x79\xb5\xed\xbe\x37\x8d\x2a\xaf\x57\x70\x05\x48\x43\x96\x3f\xbe\xf4\x9e\xc6\x1c\xdf\x63\x4f\x63\x0e\x4e\x76\xd9\x86\x58\xdb\x4e\x76\xd3\x98\xf3\xf3\xa2\xac\x7f\xc6\xe3\x3f\xdf\x42\x64\xc6\xb2\xdf\x72\x1f\x87\x41\x10\x96\x1b\x98\xfd\xf3\x54\x71\xe5\x62\xb3\xef\x6c\xa3\xad\xfd\x03\x61\xb1\xc3\xba\xf7\x65\xb4\x32\xf0\xfc\xd7\x7f\x14\xdc\xfe\xee\x2d\x2d\x7f\xc5\x1b\xed\xde\x97\x6a\xfd\x03\x92\x5e\x35\x43\x59\x7f\x8b\x77\xbf\xf3\xae\xb9\xca\xcd\xbb\x80\x86\xde\x75\x43\x87\x84\x9b\xff\x76\x88\xa1\x70\x63\x7c\x6f\x85\x5c\xc9\xae\x43\x4e\x83\x05\x37\xc0\x1b\xbf\xbf\xda\xff\x3e\x3c\xab\xa7\x09\xbf\xf1\x01\x2c\xdc\x1c\x1f\xe8\x4c\x4b\xa3\x8f\xa4\x4e\x73\xc3\x18\x03\x37\xd7\xa7\x6b\x25\x5d\x2b\xdc\x24\x4d\x2b\xdc\x2e\xdf\xce\x99\x26\xe2\xbd\xc9\x73\x56\xf1\x67\xb9\x71\xec\x2b\xdc\x3b\x1f\xe8\xd4\xee\x09\x90\x79\x40\xe1\xd2\xf9\x40\x5d\x7f\x73\x63\x87\xff\x17\x6e\xa0\x0f\x74\x18\x4f\x07\x50\x5e\xf0\xc2\x6d\xf4\x81\xce\xe4\x73\x41\x75\x6f\x2c\x74\xc7\x34\x40\xd3\xc3\xd0\x69\x7a\x2c\x03\x67\xee\xf1\x14\xb9\xc9\x72\x56\xae\xf8\xdb\xa1\x91\xca\x15\xd0\x4d\x8e\xb3\x72\xc5\xff\x0e\x0d\x54\xae\x78\x0e\x74\x66\x64\xfa\x6f\x5b\x93\x3f\xfd\x6a\x6b\x7e\x66\x32\x74\xeb\x6f\xee\xc9\xa1\xf6\xc2\x95\xf8\x8d\x1b\x61\xf6\xb0\x15\x9d\xa5\x72\xc3\x72\xa0\x23\x9b\x56\x00\x42\x90\x59\x0c\x15\x7d\xb8\x0c\x9d\xb1\xad\x00\x34\x9a\x59\x0d\xcd\x03\x5d\x06\xb6\x5e\x35\x43\xc2\x02\xba\x58\x16\x1d\xee\x86\x54\x47\x36\xa0\x09\xa9\xf1\xa1\x56\x66\xba\xc3\xc6\x03\x03\xbc\x72\x87\x0f\xfb\x20\x58\xf1\x01\x68\xd9\x5d\x3c\x13\x47\xa4\xe2\x1b\xbf\xc2\x3a\x8c\xde\x8a\x84\x59\xb8\x7b\xbf\x77\x11\x2e\x0d\xe3\xb7\x5c\x0e\x8b\x17\x4d\xb7\xd6\x75\x18\xa3\x95\xb8\xa0\x70\x0b\x7f\x93\xd5\xad\x8e\x16\x5f\x9e\x6e\x25\x7a\xa5\x00\x98\x18\x74\xdf\x6c\xd6\x0b\xd7\xf1\x07\x3a\x63\xc9\xd9\x40\x3b\x55\xf4\xcb\x50\x3f\xaf\x8a\x01\x21\x8f\x09\x4b\x97\xda\x6c\x5b\x0e\xa0\x19\x58\xcd\xd0\x19\x66\x71\x5b\x4b\x74\x6b\xb2\xd0\xed\x36\xb1\x7d\x0f\x70\xb8\xc4\x18\xf1\xea\x2c\x74\x71\x5b\xb7\x96\xcf\xe8\xa1\xcc\x07\xec\x6b\x0e\x20\xa4\x9a\x51\x87\x26\xd8\xc8\xa2\x30\x30\xec\x69\x6e\xb6\xf7\xe5\x5a\x01\x9d\x4e\x55\xf7\x77\x6b\xee\x97\x1b\x13\x62\xa6\x2b\xde\x7d\x7a\xf7\x4f\xd5\xea\xbd\x15\x1b\xb3\x0e\xb7\xd0\x44\xa0\xb5\x18\x98\xaa\x33\x19\x3a\x03\xa8\x0c\x40\xf7\xe3\xc5\xbc\x51\xa7\x8c\x92\x8c\x72\xba\x2b\x67\xf7\x73\x80\xa1\x57\xae\x50\xf3\x5d\x99\x10\xd9\x64\x57\xac\xac\x6f\x72\xce\x11\x7d\xf7\xc6\x31\xb4\x4e\x2f\xbb\x32\xa8\x93\x90\xeb\xc6\xef\xb3\x18\x73\x74\xea\xa8\xd3\x94\xa4\x00\x9a\x05\xcd\xc8\xcd\x99\xa3\x4e\x2f\x93\xe2\xc5\x14\x33\x2f\x99\x1c\xd5\xe9\x65\x52\xb0\xcc\x82\xca\xe4\x40\xaa\xb2\x74\x43\x67\xc2\xfb\x34\xf0\xe9\x43\xbf\xd2\x0c\xf4\x65\xe0\xac\x27\x72\xfc\x40\x5b\x1f\xfa\x9d\xc8\xcc\xdc\x56\x97\xf2\x25\x99\xb2\x74\x09\x5f\x92\x89\x49\xd7\xea\x75\x1a\x37\x3b\x98\x9f\x80\x74\xc2\x28\x66\x87\x3a\x5f\x94\x94\x02\x3a\x95\x98\x01\xca\xe2\xba\xce\xbf\x0f\x45\xc6\x9e\x47\x05\x8d\xa9\xd3\x5c\x48\xa7\x92\x62\x26\xa7\x00\x32\x25\x99\x6f\xea\x52\xbe\x18\x39\x65\x38\x54\xfe\xfe\xf4\x9e\xef\xcc\x43\x65\x35\x54\xcc\xac\x94\x34\xbd\x98\x3d\x0d\x06\x66\x52\xd5\x75\x7a\x5d\x57\x40\x9a\x46\xd3\xea\x38\xeb\x59\xd7\x15\x90\x30\xc9\xc4\x2a\x0f\xd1\x62\x76\xa2\xc3\x4d\x5d\x9e\xab\x01\xba\x67\xb7\xad\xd5\x35\x03\x91\xe7\x68\xc5\x9a\xf0\x26\xab\x5c\x31\x69\x29\xe6\x4c\x5d\xe6\x42\xba\x6d\x2f\x46\x7c\xc5\x9f\x29\xc9\x6c\x5e\x87\xa3\x6a\x62\x52\x76\x85\xba\xbc\x12\xba\x94\x8f\x9d\x85\x32\x2d\x94\x64\x9e\xaf\x33\x54\x49\x46\x47\xdd\xcf\x57\x63\xa3\x4c\xa8\x4a\x32\xab\x51\xf6\xba\x92\xcc\x5d\x64\x53\x5e\x57\x54\x22\xa1\x95\xcc\x28\xe6\x99\xc8\xba\xa2\xca\xc3\x43\xaa\x31\x55\xc6\xe6\x58\x71\xdf\xa4\x9e\x2b\xe8\x6b\x6e\xdc\x54\xab\xa7\x4a\x56\x54\x75\x99\x6b\x28\x48\x4d\x49\xc6\x6f\x19\x4d\xd5\x65\xa2\x5e\xe0\x55\x19\x86\xd4\xb4\x69\x5c\x26\xe6\x85\x4c\x68\x07\x52\x03\x01\x08\xdd\xcd\xb1\xe4\xc8\x5a\x97\xe9\x5f\x76\x57\xd5\x6b\xad\xf0\xa1\x25\xb9\x27\xeb\xe0\x5c\xf5\x52\xeb\x36\xbf\x62\x8d\x77\xa0\x33\x23\x5e\x5c\x19\xa8\xd7\x65\x81\xa0\xbb\xfa\xba\xbc\xc9\xd1\x55\x7d\xf5\xac\x2e\x84\x96\x99\x97\x32\xb3\xd7\xe5\x8d\x8d\x8c\xb6\xaa\x29\x7e\x21\x8b\x62\xd4\x5b\xf4\x1f\xe3\x14\x4b\x59\x26\xc2\xa5\x89\x5c\xde\x95\xe9\xac\x5a\x31\x92\xbb\xf1\x9c\x2d\xc9\x03\x95\xa7\x6c\x5d\xe3\x9f\x91\x0a\xce\xa7\x22\x8e\x1a\x95\x6a\xf6\xcc\x3a\x6e\xf8\xa5\xe7\x41\x47\xd8\xba\x4c\x54\xf2\xa0\x2d\xc9\x3c\x52\xb9\xd6\x6b\xb4\xae\x59\x89\x1a\xb5\x37\x4b\x66\x98\x3a\x70\xb6\xcb\xcc\x42\x3a\x86\xea\x57\xfb\x8c\xa0\x5d\x5e\x46\x85\x9d\xa9\x16\xe5\xfb\x90\x43\xc3\xa2\xe6\xc6\x2f\xb6\x24\x73\x5d\xe5\x7d\xa8\xde\x4c\xea\x10\xda\x2e\xd3\x8d\xac\xdc\xab\xe7\x5c\x47\xce\x92\xbc\x70\x8a\x78\xda\x2e\xaf\x95\xd2\x41\x54\xf3\x63\x1d\x28\xab\xb7\xcf\x0a\x67\x5a\x52\x54\x7f\xd6\xb4\x5d\x46\x19\xe9\x22\x6a\x77\x37\xd8\x88\x44\x63\xda\x89\x78\x9b\xb9\x61\x23\xde\x00\xe8\x44\x5a\xbd\xa2\x9b\xc9\xf1\xf6\x5f\xc6\xf2\xd5\xcb\x2b\x1b\xb2\x92\xa2\x53\x5b\x3d\xa4\x1b\x32\x8c\x6f\x97\x77\xd3\xd2\x3e\x54\x73\x74\x9d\x4a\xab\xf7\xc8\x0f\xcb\xe7\x6e\x3c\x30\x7b\xb7\x2c\xfb\xae\x3a\x02\xa0\x87\xae\xf0\x74\xaa\xc5\xc6\xe9\x01\x21\xa3\xe9\x83\x90\x2d\x76\x47\x0f\x32\xce\x62\xe7\xa1\xc7\x23\xfe\xa7\x35\xf3\x8e\x48\x61\x52\xab\x99\xb8\x5c\x79\x5b\xec\x6d\x64\x0f\xd6\x62\x3b\xa3\xa4\xe7\x75\x06\xa0\x81\x7a\xcf\xf2\xc2\x10\x7c\xd6\x90\x29\x58\xf5\x36\xf0\x45\x18\x7a\x12\x5e\x58\xe4\x65\xe0\xac\x59\x88\xbf\x17\x61\xe8\xd3\xc0\x0b\x3f\x03\xf8\x41\x4f\xd3\x80\x66\xc4\x7b\xf0\x9f\x90\xd1\xbc\xf9\x47\x37\x2c\xab\x94\x86\xb0\x99\x37\x2b\x29\x79\x0b\x22\xd4\x11\xb2\x79\xb3\xa1\x03\x64\x33\xff\xfd\xc1\x71\x2d\xab\x94\x15\xb0\x24\x0f\xe5\xb7\xf5\xe1\x30\xa0\x71\x79\x28\x1f\xf3\x36\x0d\xa8\x87\x5e\x09\xe9\x15\x5a\xb2\x60\x94\x2d\x14\x06\xb2\x37\xb9\x00\x5b\x34\x26\x8d\x43\xb3\xf4\xf8\x10\x11\xcb\x1f\x1e\xfa\x6e\x26\xcd\x8f\x89\xf2\x7e\x4e\x06\x52\xcd\xa4\x29\x2b\xf7\x96\x3d\xe6\x0f\x09\xe1\xe5\x93\x27\x6e\x33\x1b\x95\x0e\xa2\x24\x2f\x9f\xdc\x70\x89\x79\xb8\xe7\x75\x58\x7d\x23\x2d\xd7\x26\x9b\x5f\xc1\x87\x7c\x93\xcc\x8f\x00\x87\x07\xa0\x8b\xcb\xd0\xe9\x47\x8e\xef\x8e\xc4\xa4\x1f\x9b\xac\x7e\x44\x3a\x3c\x40\xd1\xab\x64\xe8\x54\x58\xe2\xbb\x9f\x7a\xd8\x0d\x7d\xfa\x30\x03\xdd\xaa\xa3\xb8\xe9\xb3\x99\x2e\x24\x70\xdb\x24\xe8\x23\xfc\xe1\x26\x3d\x5f\x21\x5d\xdb\x26\x1d\x5f\x2b\xff\xdc\xde\x6e\xbc\x6d\x31\xce\xdd\x24\xd7\x23\xb0\xe1\xc6\xb5\xb6\xa1\x28\xd8\x24\xda\x23\xc8\xe1\x01\xb6\x1a\x1b\x86\x4e\x15\xf5\x32\xc0\x14\xc4\xbf\xce\xd0\x2a\x83\x56\x84\x9d\x86\x7e\xe0\x40\x87\x6e\xab\x1b\xd6\x42\xa3\x2b\xd8\x38\xe6\x92\x24\x6a\x93\x96\xaf\xa1\x37\xd8\x38\xe9\x16\x54\x95\x07\xd2\xe4\x8f\xf8\xf2\x3d\x7f\x73\xa7\x98\xd4\x11\x90\x26\x35\xb9\x8f\x9a\xd4\xea\x2e\x32\xa7\xc9\x7d\x3c\x82\x82\x60\x86\x07\x50\x63\xc9\xbd\x92\x54\x24\xe7\xdb\x81\x84\x12\xcb\x7f\x13\xd7\x24\x30\xc0\x9e\x59\x54\xd1\xb2\x01\xfe\x36\x0c\x9d\xbf\xb5\x62\x80\xfa\xa7\xa1\x9f\x70\xc2\xd0\xa2\xc6\x65\x48\x5f\xe6\xcb\xd0\x19\x76\x77\xfd\xe7\x60\xd0\x4a\x34\x7d\x73\xce\x4b\x86\x6e\x41\xfe\x52\x47\x03\xee\x79\x0e\x74\x84\x9b\x67\x5c\x96\x5e\x25\xe7\x80\xce\x6a\x0c\x3a\x22\xdb\xac\xc6\x49\x6f\xe3\x63\x5b\x50\xbb\x1e\xe8\xd3\x3b\xda\xd6\x31\x1b\x0b\xe3\x8d\x7f\x6d\x2b\x35\xa0\xd3\xc9\x55\x0c\x08\xf9\x3d\xc9\xd2\x4f\x61\x4c\x7c\x00\x9d\x45\xb3\x2b\x94\xa8\xcb\xa6\x3b\x1d\xac\x31\x33\xde\x53\x47\xdd\x56\x8c\x4b\x55\x9c\x27\x9b\x0a\x15\x9f\xa7\x64\x13\x5e\x95\xc8\xc9\xa6\x35\xd9\x65\x35\xb6\xe1\x1b\x77\xdb\x92\x3d\x36\x9d\x62\x1b\xe9\x6a\xf7\xd4\xe9\xb4\x7b\xed\xa5\x54\x6a\xc5\xec\x40\x67\xc9\xee\x59\xd5\x51\xb2\x04\xf5\xca\xa6\xaa\x55\x93\x79\x63\xed\x4d\xbd\xd2\x3d\x75\x4f\x5d\x63\xed\x4d\x6b\x72\xc7\x6d\xd5\xf8\xd9\xe0\x15\x26\x36\x1d\x0a\x09\x87\x75\x80\xe7\x00\xc5\x80\x68\xad\x1a\x3a\x58\x4d\xac\xab\x03\x88\xf0\x72\x40\xea\xa3\x17\x43\x47\xc4\x56\xa3\x23\x07\x0f\x7a\x09\x40\xd5\xc7\x77\xa2\x27\xb7\x2c\x77\x91\x56\xfd\x4e\xde\x22\xa4\x67\x3a\x80\x18\x80\xfb\x2b\x37\xdd\x6e\xc2\xee\xe0\x8b\x11\x5e\x27\xc4\x56\xcd\x2a\x38\x21\x72\x6f\x77\x20\x21\x7c\xf3\xff\x34\xe8\x16\x1f\x6a\xae\x5a\x37\x74\xfa\xd8\x98\x61\x0e\x8f\x5c\xe3\x1d\xa8\x9d\x57\xee\xb0\x84\x42\xfd\x83\x84\x06\xcd\xdd\xd7\xe2\x46\xaf\x40\xb3\xe6\xee\x9f\xd9\xe9\xd1\x29\x5d\x75\xa1\xa4\x3d\xd0\x14\x44\xd3\x3a\x72\x76\xf7\x57\x19\x16\x7a\xfb\xa7\x73\xe6\xf9\x52\x8b\x6b\xea\xd5\xc1\xb2\xbb\x69\x19\x6c\xb5\x6a\x5a\x90\xbd\x56\x8f\xef\x24\x9f\xd1\x07\x1f\xe8\xac\xd9\x1f\x20\x9a\xe9\xfe\xd7\x2d\xb6\x6a\xe9\xa4\x94\x7a\x5c\x93\x1e\x40\x58\xd0\xdd\x63\x8d\xb3\x0f\x03\x67\x71\x9b\x99\xa0\xf2\x90\x13\xdf\xe9\x00\x8f\x5e\xb9\x1f\x07\x27\xb0\xb5\xdc\x53\xc6\x5a\xdd\x2c\x64\xb2\x9a\x6e\x6b\x7a\x94\xc3\x50\x17\x43\x0c\x68\xfc\xd7\x7f\x10\x3f\x69\x93\x6d\xaf\x85\x00\x95\x91\x16\xe6\x98\x07\x50\xa7\x4c\xc7\x13\x24\xe8\xf1\xa1\x7a\x55\xa2\x92\xd3\xab\x99\x0d\x08\xe5\x7a\xfc\xed\xd3\x87\xae\x52\x34\x32\x8b\x01\x71\x0d\x8f\x73\x82\x49\x31\xb4\xc3\x10\x5b\x33\x69\x4d\x58\xbf\xe5\x8c\x0e\x96\x18\x89\x6e\x7c\x98\x4b\xc8\x19\x9d\x1e\xbb\xb9\x8b\xa2\x1f\x95\x6c\x3e\xba\xb8\x9c\x1b\xcb\xd0\x59\xea\x66\x54\x92\x35\x56\x37\xe3\x51\x2c\xa3\x42\xd6\xb8\x03\xa9\xc6\x00\xb4\x82\x66\xb1\x8b\xc1\x04\xa0\xc9\x8a\xea\x91\x5c\x33\x20\x4d\x96\x67\x5c\xf9\xce\x0b\x5a\xec\x03\xa9\x23\x9e\xf2\x05\x8a\x58\xaa\x2d\xf0\x7d\x31\xaf\x0a\x49\xda\xf0\xe4\x38\x90\xe8\xc9\x2c\x5d\x47\xb6\xd6\xcc\x1f\x15\x06\xa9\xc7\x87\x07\xc3\x87\xb7\x44\xb7\x0e\x39\xfd\x8a\x57\xda\xb3\x2c\xc6\xad\xe8\xa2\xad\x1b\x07\xe5\xa0\x33\xe2\x43\x49\x8c\x6e\x1c\xbc\x3d\x00\xbf\x3b\x78\x3c\xcc\xa7\x6f\x16\x2a\xfa\x71\x16\x6a\x58\x60\xcb\xb6\x6c\x58\x4c\xde\x2c\x8d\xa9\x44\x2a\xc8\xd6\x73\xbc\xfb\xce\x87\xd4\xae\xf3\x60\x29\xee\xbe\x0e\x84\xc3\xf2\x5a\xca\xc7\x61\x49\x2b\xd5\x63\x29\x57\x40\xf9\xbc\xaa\x06\xce\xca\x74\x33\x3d\x1d\xf3\x86\x29\x61\x23\xc8\x6b\xfc\xeb\x13\xc4\x28\xa5\x63\x1c\x46\x70\x19\xa8\xb5\x6e\x74\xdc\x67\xa6\x86\x51\x5a\xc6\x6a\xa5\x78\xe3\xb7\x45\xfe\xc1\x98\x75\x70\x1c\xe6\xed\xb2\x3d\x2b\x28\xec\x37\x59\x01\x5b\xf7\x6e\x49\x3a\xca\x42\x44\x92\x03\x75\x41\xf1\x4e\x37\xbd\xde\x97\xc8\xee\x6c\x58\x76\x2b\x2e\x53\x29\x57\x40\x67\xe2\xcc\xb3\xa5\xaa\x1c\xe6\xb0\x8a\x60\x5a\x4a\x8a\x57\xa7\x57\xe6\xb0\xb2\x45\x6b\xc1\x01\xa5\x86\x2c\xc5\x38\x20\x5f\xa2\xd1\x03\x78\xf5\x8a\xd9\x91\x82\x72\xf4\x7f\x5a\x48\x6f\x7c\xa7\x0b\xc6\x05\x1b\x5f\xe9\x52\x8c\x2e\x8f\x90\xbf\x7b\x6f\x29\xb5\x66\x29\x5e\x79\x1d\x47\x5b\x37\xcd\xeb\x3c\x3a\xcc\x71\x39\x64\x16\xe3\xc1\xc3\xfc\x78\xa7\x26\x1f\xe9\x52\xbc\x53\x93\x3e\xb3\x0d\xcf\x9d\xcc\xd2\x86\x79\xe2\xcb\x50\x8d\x3f\x9c\x09\x87\x67\x52\xae\x3f\x6d\x78\xbe\xa4\xd8\x2c\xc5\xfb\x0d\xe9\x35\x87\x99\xae\x8e\x8b\xa5\x78\x4b\x27\x1d\xe7\xf0\x68\xa4\xe1\x2c\x25\xc7\x87\x07\xed\x3c\x18\xa9\x37\x5b\x10\x86\x1c\x7e\x4a\xf1\x76\x40\xe6\x6f\xc3\xec\x40\xaa\xcd\x52\x4c\x18\xca\xb4\x31\xcc\x65\x95\x67\xa3\x05\x22\xff\x26\x5d\x0c\x88\xa6\xa7\xa1\x43\xf3\x81\xae\x72\xcf\x1e\x33\x5e\xd1\xf4\x32\xf4\xd3\x87\xd1\x80\x56\xc3\x04\x20\xbd\xe9\x30\x3f\xfb\x49\xb8\xc4\x96\x54\x3a\xd4\xb1\xe2\x3b\x4d\x48\xd4\x21\x81\x3a\x6a\x7c\x48\x8d\x0c\x54\x5e\x41\xc3\xfc\xeb\x87\xf2\xc1\x9b\x38\xb9\x04\x0d\x8b\xe1\x1f\x64\xe3\x3d\x9c\x72\x73\xb4\xe1\x0d\x81\xbc\xba\x4b\xa9\x01\x69\x5a\x8d\xaf\xca\xd3\x51\x8a\xdb\xfe\x84\xf3\x66\x59\x8a\x6f\xd5\x86\x05\x8f\xc2\x5b\xcd\x2b\x00\xf5\xd1\xf4\x2b\x97\xa1\x69\xa6\xf2\x31\x6a\x6f\xac\x64\x98\xd7\x86\x37\xc0\xdf\xc1\xb3\x79\xc5\xbf\xb4\x7d\x1f\x01\xad\xf3\x2a\xfe\xa5\x95\xf1\xd1\x4a\x27\xea\x79\x05\x20\x34\x36\x43\xf8\x0e\x06\x4e\x73\x00\xe5\x09\x99\x46\x62\xb9\x9f\x97\x62\x32\x97\xc9\xdf\x34\xda\xca\xe0\x6f\x1a\x6b\x15\x10\xab\x0d\x4b\x2e\x05\xb1\xc2\x5a\x66\xaf\x0b\xa6\xca\x7e\x6e\x29\xce\x54\x73\x37\x70\x2b\xc7\x34\x66\xe3\x54\x5e\x88\x2c\x73\x20\xd5\xd1\x0c\x68\xa2\xd8\x1e\x2d\x1d\x93\x31\x99\x39\x80\x28\x1e\x62\xc5\xf5\xbc\x11\xda\x65\x2f\x05\xa6\xc2\x4e\x65\xe3\x77\x5e\x08\x3e\xb3\xf1\x33\x2f\xc4\x9e\xd9\x64\x61\x6c\x18\x40\x1c\x48\x84\xc0\x8a\x2d\x8e\xc9\x18\x38\x6c\x12\x34\x16\x52\xe3\x1d\x48\xfd\x1a\xfe\xdf\x52\x73\xae\x92\xd1\x0c\xff\xed\x2c\x05\x71\x61\x36\xae\xe7\x05\xdb\x8c\xbd\x14\x5d\xb6\xa1\xd9\xdf\xe4\x65\xc4\x88\xe5\x00\x3a\x63\x35\xff\xed\xec\x77\x51\xe1\x1c\x40\x6b\x3b\xdc\xd8\x21\xf8\x36\x3d\x09\x0a\x48\x85\x42\x67\x93\xca\xb1\x60\xea\xb1\x57\x02\xbf\x87\x1b\x93\x28\x9c\x51\x89\xce\x36\x68\x3a\xf6\xd2\xb1\x76\xfe\x0f\x2e\x15\x56\xd6\x79\x0c\xa5\xc8\x81\xce\x92\x42\x76\x2b\x33\x5b\xec\x9e\x96\xe2\xd9\x16\x1f\xc7\x56\x86\x78\x61\x0e\x24\x73\x44\xd1\x74\x00\xad\xe2\x72\x8d\xc2\x4e\x48\x72\xe9\xc8\x4b\xc2\x9b\x03\x68\x49\xd9\xc0\x90\xd3\x91\xf4\x36\x07\xd0\x1c\x2f\x0f\x46\x33\x02\xe5\x92\xbf\xb1\x94\xa8\xfd\xa0\x05\x66\x33\x07\x38\x78\xb0\x8c\xb9\xd2\x61\x93\xb7\x66\x93\xaa\xb1\x60\xd9\xb1\x49\xcd\x88\x59\xcb\x01\x4e\xc3\xd0\xd2\x2a\xa2\x62\x0e\x5f\xe4\x59\x2c\x84\xda\x39\x50\xd6\xb9\xf8\x32\x24\x0a\x5f\xae\x43\xc7\xe9\xe5\x85\x97\xd6\x1a\x53\x97\xbd\x14\x08\x17\xeb\x94\x03\xa0\x0f\x75\x63\x12\x69\x2b\xba\x78\x44\x1a\x11\x65\xf6\x2a\x92\x68\x2b\xba\x78\x24\xda\x34\x69\x49\xa9\x3c\x4d\x4c\xe8\x94\x7d\xd8\x25\xe7\x62\xe0\x51\x01\x21\xd8\x37\x91\x70\x71\x9a\x7c\x74\xea\x6e\xeb\x0f\xda\xd2\xc4\x66\x43\x3a\xba\x9b\xb4\x14\x21\xb7\x10\xd7\x67\x2f\xe9\x98\x09\x0a\xb3\xc9\x8e\xd8\x96\x11\xa7\x72\xe2\x37\xae\x28\xfa\x55\x41\x61\x74\xa0\xc3\x35\x47\xfc\xed\xd3\x2b\xd7\xbf\x75\xd9\x30\x03\x3a\xeb\x82\x40\x23\x65\x62\x21\x96\xcf\x5e\x1c\xd6\x97\x91\x45\x69\x0e\x8b\xcf\xe0\xab\xe9\xa8\xba\x3c\xab\x52\xe7\x4e\xa3\x0e\xc7\xf3\x6a\x94\x90\x3a\x37\x10\x53\x16\xa3\x9d\x80\xf1\x7b\xc9\x24\xb4\x54\x73\x2c\x34\xb3\xd5\x4c\x4a\x87\xeb\x42\x74\x9f\x4d\x7e\xc2\xe9\x69\x55\xd8\x06\x32\xb3\x6c\xf2\x0b\xa2\x1a\xdc\xa4\x13\x5c\x9e\x54\x1d\x7d\x97\xc7\xcc\xf1\x16\x8d\xd3\x26\x00\xc3\x32\x47\xd5\xf1\xb6\x5f\x5e\x98\xce\x54\x25\x37\x75\x98\x74\x27\x7c\xf6\x5e\x0a\x65\xb5\xdc\x25\x45\x5e\x28\x44\x09\x3a\xd0\x69\x2c\xc5\x77\x1a\xa5\x27\x58\x3e\x49\xcb\xfc\x55\xe6\x99\x85\x60\x42\x9b\xa0\x0a\xa5\x9a\xdd\xea\x40\x5b\xd0\x68\xed\x25\x0f\xa3\x9e\xbc\x9c\x43\xc4\x49\xe4\xa0\x03\x3d\xa7\x4a\xd7\xcf\xba\x67\x77\x4b\xa4\x5a\xcd\x37\xe5\x6a\x54\x88\x03\xb4\x97\x92\xc0\x97\x6a\x6a\x9a\xe8\xe3\x4d\x3f\x68\x22\x7d\x99\xb1\x74\x3c\xed\xc9\x3c\x49\xc1\x73\x97\xab\xd4\xe9\xb4\x54\xf3\xca\xc9\xe0\x5c\x3f\x03\x30\x4b\x52\x1a\x8d\x9e\x2c\x21\x94\x45\x63\x45\xf5\x67\x69\x7a\xb2\x80\x50\x46\x8d\x15\x15\x1e\x2c\x58\x51\xc5\x19\xcc\x32\x1f\xd3\x01\xb1\xa3\x0d\xd9\xa4\x21\x2c\xb5\xfc\xd3\x30\xec\x7c\xca\x40\xa7\x21\xcd\xb9\x99\x9e\x32\xc1\xf7\x64\x82\x52\x68\xab\x42\x64\xa0\x03\x9d\x59\x36\x0b\x94\xde\x70\x99\xe9\x49\x6d\x58\xaa\x99\x88\x32\xc2\x2f\x8f\x53\xda\xc0\xee\xeb\xe9\x25\x25\x5b\x30\x1b\x1d\xd9\x0a\x41\x7b\x36\x21\x15\x82\xd9\xc8\x40\xb4\xfb\x46\x6b\xdd\xda\xd0\xd6\x16\xef\xc6\xf9\x70\x18\xd0\x62\xb7\x80\x74\xd1\xe6\x79\x94\x59\x29\x31\x46\x36\x41\x18\x7a\xf6\x50\x14\x83\x81\x0c\x26\x07\x50\xef\x2d\x23\xe5\x71\xb4\xcc\x2b\x6f\x0c\x44\x9a\xfb\x01\x37\x30\x7b\x94\xa6\x8e\x3c\x27\x07\x10\x62\x99\xed\xe9\xe8\x44\xce\x93\x03\xe8\xbb\x66\x40\xd8\xe2\x8d\xc1\xa6\x2d\xc6\x25\xdb\xcd\xee\xf3\xd6\x7a\x20\x27\xef\x12\x94\xc3\x61\xf5\x00\x34\x66\x6f\x19\x1e\xcc\x43\xbc\x4b\x78\xa0\x20\x6f\x0c\x94\x07\xb0\x54\x4b\x67\xc5\x6e\x0a\x86\xfb\x70\x8d\xe7\x19\x96\xe3\x4d\xa9\x16\xf1\x0a\x63\xbb\xcc\x62\x1f\xf7\x38\xa0\x5b\x97\x86\x6e\xed\xec\x67\x97\x07\xf3\x70\x17\x58\xa3\xfe\x4f\x10\x4d\xbf\x50\x1a\x57\x1b\x44\x48\x58\x23\x5e\x9d\x5e\xb9\x65\x0e\x39\x44\xe3\xd9\xeb\x15\x4a\x98\x15\xbf\x70\x2c\x2e\x25\x88\x49\xb0\xbc\xd1\x90\xbd\x65\x2f\xf1\xa1\x7a\x6f\x66\xa3\xe3\x49\x2f\x7f\x1f\x1e\xca\x9a\x6e\x4b\x9b\xf1\xea\x7f\x49\x77\x46\x3c\x8f\x03\x68\x35\xfd\x2f\x9d\x33\x7a\xc8\x37\xec\x28\x2f\x23\xb4\xbc\x70\x7a\x08\x01\x82\x38\x5d\x7f\x90\x66\xdf\xcd\x49\x47\x96\x2e\x4b\x01\x65\xf4\xeb\x24\x49\x3d\xd0\xd4\x3b\xa6\x4e\x39\xf9\x4a\x75\x5f\x88\x75\x7b\x59\x28\xc8\x37\xa7\xfb\x2e\x96\x74\x7d\xe9\xb2\x88\xd0\x99\xa1\x07\x4f\xc4\x6d\xe7\x32\x77\xd6\xc9\x20\x5d\x66\xc8\x04\xbd\xbd\xcc\xd4\x3f\xe8\x90\x13\xd1\x22\x4e\xed\x65\x1e\xfc\x09\x4d\x02\xe5\x15\x0b\xa0\x54\x0b\x40\x42\x01\x10\xe9\x61\xdf\xd2\x87\x15\x52\x05\x1e\x48\xe3\xeb\xf1\x4e\x23\x42\xe8\x91\xbf\xaf\x13\xad\xea\x40\x22\x6e\x76\x45\x8e\x18\x70\x95\x80\x44\x70\x6c\x7e\x6e\xbc\x78\x08\xe9\x70\x20\xcd\x3c\xcb\x77\x4b\xb7\x95\x48\xe3\xb1\xf1\xff\x2f\xbe\xd4\x24\x6f\x5f\xff\xab\x45\x24\x8d\xbe\xf3\x40\xba\x7c\x5e\xee\xa7\xc6\x47\xa4\xa1\x8d\xeb\x7f\x8f\x5a\x48\xe8\x77\xc1\x33\x6e\xcc\x4b\xc9\xfd\xb7\xc9\xee\x97\xae\xf6\xef\xeb\x85\x5b\x49\x25\x0a\x21\x87\x0e\x94\xf4\xc7\x62\x28\xeb\xa6\xda\x4d\xc8\x1e\x9b\x2c\x1f\x9b\x58\x02\xdd\xd7\xaa\x84\x12\x28\x64\xf5\xdb\xb7\xf4\x53\x09\x6d\xfa\x26\xc7\x5f\x41\xff\xba\xf1\xf6\x2f\xa8\x5c\x37\x19\xfe\xba\x6f\x4f\xed\xfa\x8f\x0d\xee\x26\xdd\x5f\xf7\xf5\xe9\x9d\xe4\x99\x87\x0d\xee\x81\xaa\x6a\x89\x77\xba\x36\x2f\xf1\x3f\x2d\x19\x72\xe8\xd6\xa6\xbf\x44\x3f\x15\x43\xb6\x5b\x6b\xe7\xb4\x7f\xd8\xe4\xee\x9b\x5c\xec\xde\x4b\xdc\xec\xe5\xd1\xdd\xee\x1b\x4b\x53\x62\x0f\x6d\xc7\x24\xb8\x8c\x30\x19\x04\x1d\x7e\x27\x22\x23\x2c\xd1\x76\x82\x3f\x8c\x79\x0f\xa4\x59\xca\xee\x8b\xd0\x80\x04\x51\x07\xa2\x85\x62\x48\x2d\xc0\x52\x09\x3e\xd0\x09\x94\x73\x20\xad\x03\xec\x8a\x48\x04\xc5\x4a\x60\x52\x06\xa6\xcb\x75\x16\x90\x17\x56\x49\xc2\xc0\x42\x84\xa4\x7d\x17\x90\x17\x0e\x78\xb3\x73\x27\x23\xde\x81\xe8\xf5\x32\x24\x04\xcd\xae\x45\x6e\x16\x98\xd2\x1e\xe8\xac\x5f\x37\xda\x11\xca\xe0\x32\x09\x68\x93\xdf\x89\x51\xb3\x9d\x54\x10\xc3\xda\x03\xa9\x67\xd3\x7d\xd1\x9e\x2e\xb0\xa0\x30\x9f\xd3\x7d\xd9\xf4\xcc\x7d\x11\xbb\xef\x5e\x07\x45\x43\x48\x18\xae\x1e\x48\xba\x02\xcf\x3c\x41\x6d\x31\xb9\xd8\x37\x96\xa5\xbe\x6e\xbf\xa5\x6e\xeb\xdd\x73\xa6\x78\xb7\xc5\x37\xec\x84\x54\xe8\xd6\x72\x91\x92\x30\x61\x9c\x71\x20\xad\x9f\xf1\xac\xca\xd5\xfb\x32\x83\x51\x26\x8c\x4e\x42\x95\x03\x69\x35\xff\x20\xbe\x2c\x86\x96\xde\x31\x5a\x42\x29\x5c\x66\x37\xb2\x36\x2d\x56\x53\xdf\xf5\xa6\x75\xf7\x05\x3a\xaa\x1e\x83\x64\x0c\x56\xe8\xfb\x6e\x30\x03\xb3\x0d\xd4\x76\x56\x40\x3b\x75\xe0\x65\xb6\xd1\x84\x13\xc9\xec\xa6\x81\x13\x6c\x5e\x6e\x9d\x20\xba\x15\x22\xb7\x4e\x10\x29\x99\xf9\x60\x10\x6a\xa5\xf3\x8d\xdf\x59\xf2\xba\x4b\xa9\x97\x92\x79\x88\x32\x08\x16\xeb\xa0\x49\x20\x98\x92\x39\x83\x32\x04\xf6\xee\x39\x23\xe5\x47\xba\xe2\x4b\xad\x9f\x67\x89\xe4\xe9\x18\x52\xee\x5b\xa6\x9f\x89\x28\x11\x07\x12\x0f\x69\xf1\x4e\xad\x27\xf7\x5a\xe7\x92\x66\xb6\xd8\x59\x77\x76\x4f\xb7\x2c\x41\xbb\x2f\x29\x6f\x62\xf7\x26\x53\x78\x47\x17\xe4\xf6\xa4\x1e\x2c\xd6\x73\xdf\xd2\x0f\xf6\x61\x3e\xa8\x04\xea\xa5\x99\x0f\x92\x3f\x3d\xe5\x80\xb4\x46\x6c\xae\x6e\x05\xed\x2d\xcd\x6b\xa4\xe0\x0e\x7d\xe4\xff\x01\x53\x56\x78\xdf\x3e\xcc\x0c\x3a\xa6\xb3\xcd\xdd\xd6\xde\x7c\x44\x83\xd8\xce\x76\x77\x5b\xa4\x93\x4c\xaa\x1d\xd2\xe9\xee\xf6\xa6\xa3\xd3\x90\xba\x66\x56\x2b\x77\xb7\x94\x4c\x02\xd8\xa2\x36\xb3\xda\x21\xe9\x48\x94\xfc\x03\x75\x7d\x19\xd0\xd0\xbb\x66\xe8\xd6\xff\xe2\x9d\x94\x70\x46\xc2\x01\xda\x99\x20\x86\x54\xac\xc3\x68\x27\x8d\x62\x1f\x46\xad\xc1\x84\x5a\x72\x2a\xca\x5d\x1f\x5e\x40\xb4\x88\xa4\x32\x3c\x90\x96\xd3\x8b\x34\x60\xd1\x66\xfb\x24\x2e\x49\x2d\x20\x21\x85\x19\xfd\x10\xe3\x1d\x1e\xbb\xf4\x83\x7d\xc4\x68\xc5\x36\x52\xd4\xe2\x59\x72\xcf\x24\x7f\x87\xc7\xa7\xdc\xf0\x29\x59\x08\x10\xf7\x21\x59\x08\x48\x97\x98\x92\xd9\xfe\x04\x61\xe2\x4b\x09\xd5\x61\xa6\x8c\x9e\xb1\xfd\xfd\x4f\x6b\x6b\xa6\x2c\x73\xd3\x94\x2c\x04\x26\xa8\xf5\x57\xa7\x98\x72\xbc\x13\x5b\xf4\xf5\xe4\x3d\x21\x0f\x76\xe0\x64\x2d\x4c\xc9\xe2\x42\x31\xf6\x8a\xcd\x26\x1c\xdb\x21\x59\x5c\x70\x64\x6b\xfe\x92\x78\x7b\xc9\xfd\x94\x41\x68\xc7\xf5\xee\x40\xd4\xe2\xff\x89\xbd\xa5\xe9\x2f\x59\xa3\xf8\x9f\xd6\xc8\x37\x77\x37\x16\x9c\xb6\xcc\xb8\x17\xe4\x6f\xf6\x26\x25\x5f\x9f\xc6\x2c\x94\x7c\x56\x07\xde\x64\x3c\xb1\x35\x13\x59\x0b\xbb\x2f\xb8\x6e\x99\x70\x16\x2b\x07\x49\x52\xd8\x7d\x73\x45\x16\xc2\xee\xab\x2b\x27\x21\xb4\x89\xd1\x2d\x95\x5f\xf7\x8d\xd4\x2d\x95\x5f\x69\x9c\x33\x6f\xf2\xd1\x67\x33\xb4\x1b\x26\x69\xf1\x7b\x6b\x6d\xb3\x19\x9a\xdc\x0c\xbb\xaf\x97\xee\x1b\xd6\x67\x81\x74\xa3\xdf\x34\xbe\xdc\xb0\x76\x0b\x24\x29\x0b\xfb\x34\x26\x73\xf2\x6c\x16\x33\x3a\x79\xf6\x69\x1c\xd4\xf1\xb2\xfb\x82\x89\xe8\x14\x7d\x1a\x23\xa5\x2e\xec\xd3\x38\x71\xb3\x29\xb2\x28\xb9\xc1\x09\xaf\x26\x3e\x8c\xb6\xe2\x21\x4e\x45\x9f\x5e\x3f\x29\x13\x93\xcd\x78\x6e\x29\x13\xbb\x6f\xa6\x08\x61\x51\x6c\xb5\x72\x6f\x04\x0b\x17\x7c\xce\x63\x68\x13\x9f\x7b\x23\x1c\xb9\x70\xba\xb7\xe8\xc1\x06\x3f\x24\x22\xec\xbe\x7f\xba\x15\x1b\xb9\xc4\xa6\x41\x7a\xc2\x64\xab\x1e\x92\x12\x96\xd8\x34\x48\xff\x57\xba\x57\x0c\xab\xcf\xee\x55\xc1\x0f\xd1\x26\x3f\x24\x24\x4c\xb6\xeb\x21\xb8\x44\xe9\x5e\x23\x82\x05\xda\x28\xe7\xe6\x20\x6b\x15\xae\x53\x15\xe6\xfc\xef\x6b\x0a\x12\x15\x76\xdf\x83\xdc\x8a\x9d\x9c\x6c\x96\x43\x80\x8a\xbe\x8c\xbc\x84\x23\xb4\x59\xce\x4d\xe0\xe4\xec\x5d\x03\x1a\xc2\xee\xfd\x2f\xd1\x06\x73\xd4\x29\xf4\xe9\x96\x4f\xf8\x30\xe6\xa8\x93\xa9\xb0\x7c\x7a\xe4\xf9\x9c\x7d\xf4\x50\x10\x8b\xee\x3b\x82\x9b\x08\xc9\x36\xe8\xb9\x75\xc8\xee\xbe\x16\xb8\x95\x3d\xa6\x58\x47\x4d\x56\xc3\xbe\x2c\x3c\xa4\x15\x4c\xb9\x06\x24\x1d\x78\x8f\x2f\x6f\xfd\xcf\x2d\x88\x11\x2e\x33\x50\xd9\x9e\x96\x6e\xd9\x2c\x03\xd3\xbe\x8c\xbc\x2f\x24\x67\x72\xd4\x39\xbb\xfb\x20\xef\x54\x87\x36\xea\xb9\x5f\x31\x98\xd5\x03\xda\xaa\xb3\x1a\xd2\x18\xcc\x40\x89\xe2\x9c\x6b\x40\x5a\x15\x33\x50\x85\xd5\x28\xc4\xef\xdb\x8e\xaa\x91\x3d\x2f\x2f\x68\x97\xdc\x33\x56\xc5\xf3\x22\xcf\xcc\xd2\x4d\x1e\x38\x66\xda\xb0\xe7\x56\x42\x9a\xee\xb3\xbd\x33\x23\xda\x0e\xe7\x7e\x3d\x9f\x86\x36\xb5\xb8\x67\x22\xc7\xd8\xab\x2a\xe8\xf3\xb8\xbc\x9b\x7a\xed\xae\x42\xeb\x3f\x88\xc5\x02\x5e\x39\x10\x8b\xb5\xf9\x4e\x81\x68\x0b\x9e\x5b\xba\xc8\x71\x19\x7b\x08\x15\x6d\x7b\x1e\xe7\x3f\xb4\x61\xce\x8d\x22\xb1\x7b\x2b\xf0\x53\xf0\x20\x9b\xdf\x90\x0b\x71\xf8\xb8\x7d\x2b\x4a\x74\xb2\xfd\xcd\xad\xa8\xd0\xc9\x46\x36\xb7\x1c\x2d\x4b\x37\x96\x13\x88\xd0\x26\x32\x44\xf8\x28\xdd\x58\xfe\x63\x5e\xbc\xb6\x3f\x88\xd3\xab\xf9\xdb\xd4\xe2\x9e\x1d\xf1\x3b\xae\x12\x5f\x0a\x43\xbc\xb6\xba\x78\x18\x57\x89\xff\xa9\xd7\x5e\x5b\xe5\xdc\x19\x97\x37\x1b\x1f\x64\x6c\xca\xf9\x20\xe3\x11\x90\x56\xda\x94\xf3\x31\xbb\x23\x20\xcd\x6e\x89\x5a\xe4\xff\x63\x5a\x41\x79\x19\x7b\xf8\x4f\x46\x10\x97\xb1\x87\x70\x87\xb6\x93\x21\xca\xc8\x88\x73\xb2\x8c\x7e\x93\x0d\x65\xee\x0f\x0a\x2f\x01\x69\x5e\x2c\xc8\xa4\x96\x2c\xdd\xfb\xfb\x0f\x0a\xb7\xe8\xfa\x60\x7d\x35\x20\xf5\xcc\x42\x8e\xdc\x3d\x79\x06\x24\x5c\x1a\x01\xa9\xd7\xd5\xfd\x94\x39\x49\x9c\x1c\x75\x5d\x92\xf2\x0c\x28\xeb\x4b\xf7\x1a\x96\xe9\x33\x18\x97\x27\xc4\x95\xd8\xfb\x82\x65\x22\xd2\xf7\xa5\x8d\x81\x8d\x32\xb6\x2e\x56\x92\x8d\x78\xb6\x2e\x56\x86\xcf\x75\x78\xe2\x16\x1b\xcf\x11\x13\x65\x5c\x7f\x75\xfe\xf4\x2e\x20\xb5\xb7\x5c\x27\xce\x56\xd5\xed\xc1\x3f\x57\xfb\x27\x53\xc6\xa3\xb7\x10\x58\xf1\x40\x42\x2d\x8e\x10\x5b\x9a\xd3\x71\x45\x13\x62\x8b\xb6\xbf\xd8\x97\xa7\x77\x19\x7a\xf5\x2e\xfe\xa7\xe9\x5d\x1e\x04\xd3\xcb\x61\x63\x5f\x5b\xc3\x5d\x1e\x84\xd0\xdc\x16\x17\x5b\xb1\x18\x87\x8f\x3a\xa4\x05\x2d\xb6\xf3\x73\xf4\x14\x1b\x29\x90\xc9\x33\xd9\xc0\x00\xb7\xde\x62\xb3\xbf\x2d\xc3\xdf\x81\x8b\xd4\x81\xce\x34\xd9\x54\x80\xb0\x2a\xc3\x87\x0d\xe7\xf4\xb4\xad\xc0\x46\x0f\x6a\x7b\xbe\xad\x78\xde\xc5\xc7\xc3\x9d\x90\x87\x5c\xc8\xec\xec\x9e\x4d\x43\x43\x46\x46\xd5\xd0\x54\x9d\xcd\x10\xff\x5b\x86\x7e\x7a\x17\xff\x93\x99\x51\xd4\xc9\x02\xc2\xa6\x76\x3e\xf2\x7e\xe0\x84\x71\xa0\x2d\x28\x1b\xd2\xcc\xff\xbd\xd3\xcc\x1b\x61\x32\x63\x87\x4d\xed\x2c\x67\xcb\x1e\xff\x93\x41\x15\x31\xcb\x0e\xa4\x99\xf7\xfa\xc9\xfc\x77\x10\x39\x6c\xe3\xa8\x9b\x8a\x7b\x5d\x60\x14\x30\x34\xbc\x71\x53\x71\x3f\x71\xc0\xb5\x7d\xe1\x96\x6d\xf0\xc0\x6b\x60\x6f\xa9\x36\x8b\x0d\x0c\x9d\x14\xb4\xc4\x97\xac\x18\xec\x0d\x87\xdc\x54\xfe\xbe\xd4\x0c\xfe\xbd\x13\x33\xe8\x51\xe7\xa3\x77\x86\xc0\xdd\xe1\xbe\x08\x5b\xbd\x3b\xb5\x4f\x2e\x99\x24\x37\x3e\xb9\xc3\xfb\x51\x9c\x72\x4b\x8f\xd1\xb2\xd2\xc3\xef\x24\xc4\xad\xa3\xc7\x35\x76\x78\x67\xb7\xab\x84\xb1\xaf\xa5\xb7\xae\x2f\x86\x77\x6f\x8e\x85\xe3\x7b\x69\x42\xe1\x0c\xef\xde\xc8\x08\x5a\xfa\x88\x5a\x7e\x7a\x17\xb5\x88\x3a\x86\x6b\x01\xaf\xa7\x5b\x47\x18\x4f\xd7\x22\x61\x6c\xc5\x39\x8e\xb4\xc3\x1b\x9f\x2d\x45\x69\xb2\xe2\x7c\x57\x30\x19\xc6\xb4\xb9\xda\x28\x5e\x95\xa6\x33\xa6\x8d\x06\xb7\x8c\x90\x87\xc5\xda\xe6\x6a\xc3\x0a\xf2\xdd\xe8\x59\xfc\x8f\x9e\x99\x33\x34\x09\x40\x8b\x8b\xdd\xa4\x55\x22\x7a\xe5\x81\xa8\xa5\x1b\xd2\xd8\xd9\x99\x3b\xa1\xa9\x55\xd5\xf6\x5b\xed\xd1\x9e\x84\xa3\x6f\xe5\x89\xa6\x53\x7a\xb4\x07\x9f\x58\xee\x0b\xe2\xd0\x7c\x49\xf9\x86\x46\x8e\x5a\x58\x4d\xf3\x1e\x5d\x7b\x8c\xfc\x57\x8b\x70\xc9\x3d\xeb\xba\xb6\xb2\x95\xe2\x56\xe4\xfc\x61\x3b\x3f\x62\xec\x24\x6b\xaf\x37\x97\x19\xdd\x3d\xc3\xa2\xb9\xbb\x2f\xb2\x68\x1e\x56\xf2\x6c\xe5\x20\x1a\x36\xa3\xb3\x9b\x2b\xee\xfb\x9b\x4c\xa8\xa9\xfe\x3b\x63\xe3\x26\x4b\x6a\x19\x46\x65\x5d\x58\x24\x6b\x8a\x09\xd2\x53\x46\x34\x28\xc6\x6b\xb5\xef\xee\x62\xbc\xe5\x0f\xfa\xf4\xa5\x3b\xb3\x69\xde\xdd\xd6\x51\xc0\xe6\x95\x0e\xed\x63\x55\xef\x96\x95\x73\xb2\x0a\xd7\x6e\xb6\xb6\x60\xdb\xca\x7d\x54\x7c\x03\x44\x94\x9f\xe2\x3b\x9f\x2d\xed\x71\xf1\x2d\xcf\x26\xca\xa5\x55\xbf\x38\xda\x0e\xbc\xbb\xf7\x96\xc6\x38\x59\xe9\x41\xba\xd5\x62\x83\x4b\xdc\x69\x93\x95\x1e\x76\x9a\xb5\xc5\xe5\x56\xd8\xfd\x64\x4d\x30\xa1\x7f\x46\x31\xdb\xe7\xfa\x62\x78\x7c\xc3\x86\x8f\xc5\xd0\xd2\xff\x5c\x0b\x33\x91\xfd\x25\x33\xe1\xb1\x0f\x66\xa2\x04\xa4\x3a\x3d\x13\x83\x79\xb1\x28\x99\x12\x56\xb6\xfa\xd9\x53\x77\xca\xd5\xe3\xd3\xd5\xc6\xb0\x0d\xd0\x96\x56\x3a\x55\x8b\x04\xae\x36\xac\xac\xdd\x5c\x5f\x0c\xcf\x92\xcc\xa4\x47\x90\x3f\x06\xcf\x23\xc7\xff\xb4\xb6\xde\x0b\x48\x13\x9d\x48\x00\xb3\x71\x97\x1d\xc5\xbb\x0d\xd2\x0f\x58\xc9\xbb\x27\xb6\xa2\x26\xf8\x09\x66\x79\x76\xa5\xa6\x1e\xc1\x1a\xa4\xa6\x2e\xb6\xe8\xc3\xe9\x76\x14\x13\x35\x4e\xb7\x23\x47\x2d\xc2\x02\xcf\x20\xc1\x31\xab\xf7\x1e\xba\x4a\x19\x36\xee\xc0\xb7\xb6\xd8\xa4\x0f\xdf\xda\x61\x0b\x0e\x92\xc3\xa6\xea\xad\x87\xbc\x69\x53\xb5\xb8\x57\x68\xcb\x61\xcb\x89\x2d\x63\xe9\x54\x2d\x62\xe5\xfc\x3a\x02\x3f\xe5\xfd\x3a\x02\xcf\x30\x90\xb6\xc5\xeb\x56\x18\xcb\x42\x04\xcc\x03\x15\x7d\x59\x0c\x69\xa5\x2d\x0e\x95\x95\x60\xc4\xda\xe2\xf1\x4a\xa8\xcc\x4d\xb8\xa6\x32\xbc\x62\x8b\xf1\x95\xf8\xdf\x27\x88\xf6\x48\xf7\x64\xad\xe8\x56\xb6\xa7\x42\x5a\xce\x4d\xa4\xa6\x64\x4d\xe8\xbe\x25\x04\xac\x60\xdf\xa4\x60\xaa\x5e\x3f\xe2\x69\x56\xaf\x18\x97\x12\x04\xe6\x3c\x90\x7c\xd9\xd9\xd5\x3a\xc0\x91\xd5\x77\x04\x25\x4a\x56\x8b\x6d\x59\x0c\x17\x62\x74\x1e\xe8\x8c\xcf\x5a\x9c\xad\x08\x96\x65\x18\x7b\xe4\x27\x9a\xac\x16\xc3\x4f\xb4\xf8\xba\x72\x4b\xf1\x9d\xac\x5c\x23\x0d\xeb\xb0\x2e\x81\xc8\x45\xc5\xa6\xc0\x04\x2e\x1a\xd6\x10\xec\x47\xd4\x6f\xc5\xdb\x96\xb6\x3b\x35\xaf\xbb\xe2\x4b\x0e\xdf\x84\x6f\x25\x08\x18\x2d\x6a\x61\xfd\x4c\xd3\x18\xf9\xfa\x9e\x7a\xa3\xfc\xf6\x75\xe5\xc6\xac\xd7\x56\xc4\x78\x6c\xa6\x18\x1f\x6e\x99\xc3\x1b\x34\xe2\xf7\x37\x6f\x4e\x15\x70\x68\xd8\x4b\x69\xbf\xda\x96\xb4\xff\x09\x53\xd6\x61\x78\xf8\x6e\x6a\x2b\x92\x7f\xb2\x7a\x6b\xa3\xe6\x1e\x2d\xde\x69\x80\x96\x3a\x1c\x8d\x7d\x5b\xba\x5f\x08\xd0\x12\xf7\x65\x39\x8d\x84\x1c\x6a\x87\x77\x5a\x24\x2e\x6a\x66\x7d\x3f\x48\xce\xbb\x22\x74\xc8\x56\x92\x6d\x74\xc1\x56\x61\x91\x0f\xb5\x8c\x11\xef\xce\xf4\x0e\x4b\x32\x65\x12\x4a\xb1\x80\x3a\x3e\x8d\x90\x4f\xa4\x15\x8a\x05\xfc\x60\x06\x66\x61\x32\xec\x2c\x36\x36\xdd\x1c\x98\xb0\x2f\x7d\xf0\x8d\x2c\x58\x1d\x3f\xf8\x2b\x26\x94\x41\x8f\xfd\x15\x31\x3b\x7e\x9c\xd8\x13\xf5\xcf\x33\x51\x95\xe2\xbe\xf8\xe0\x00\x98\x48\x21\xf2\xe0\x00\x58\x88\xc9\xf8\xe0\xe5\x97\xf0\x51\x7c\xec\xca\x47\x44\xc6\x07\x57\xbe\x44\xfa\x90\x03\xdd\xb2\x50\x76\x9d\xda\x03\x62\xcb\xfc\x90\x93\x73\x60\x07\x7a\xa0\x57\xff\x73\x0b\x10\xd9\xa4\x67\x28\x32\x5b\x0d\x48\xc8\x34\x8b\x21\xf5\xb3\x1a\x12\x59\x91\xa4\xec\xc1\x13\x2f\xa1\x36\x7a\xec\x89\x47\x40\xc7\x03\x69\xc5\xc4\x24\x0f\x44\xcf\x02\xfa\x09\x9a\x40\x87\xdd\x8c\xe9\xf9\x54\x3c\x9d\x31\x3d\x83\xa4\xe5\x27\xd3\xc8\x33\x0b\x68\xbe\xba\x21\x8d\x7d\x0c\x43\x6a\x61\x05\xa4\x19\xec\xd4\xa9\x14\xfc\x63\xba\xf5\x02\x46\x2e\xd7\x29\xe6\xd3\xdc\x3a\xbb\x68\x62\x9f\x3c\x38\xe0\xa5\xe6\xbe\x28\x36\xe4\x58\x57\x35\x34\xf4\xce\x5f\x0a\xaf\xb1\x69\x3e\xd0\x11\xbf\x6d\x06\x74\xeb\x7f\x6e\x41\x02\x02\x13\xe7\x03\xfd\xf4\x65\x40\x9f\xde\xb1\x0e\xa8\x12\x9b\xe7\x13\xe5\x61\x9b\xd4\xc2\xbe\xb9\xcd\x6e\x48\x73\xed\xf1\x29\x78\x64\x21\x8a\xe1\x83\x57\x5f\x99\xee\xb5\x62\xce\x8c\x65\x8c\x54\xd0\x99\x32\xdd\x33\x05\x9d\x19\xab\xc4\xff\x7e\x82\xfc\x3f\xe1\x0b\x26\xcb\x07\x6a\x7a\xe7\xf6\x14\x33\xb3\x47\xaf\xcf\xbc\x8c\x55\xa6\xa1\x47\xef\xdc\x82\x56\xb3\xbb\x16\xf6\xe9\xdc\xab\x1e\x48\xb3\xd4\x2e\x43\x3f\xb5\xe7\x77\xa2\x1c\x2e\x0c\x1f\x5c\x07\x0b\xd6\xd9\x0f\xae\x83\x83\xeb\xca\x03\x69\x8d\x5a\x35\x34\xf4\xe5\x32\x34\x55\x8b\x5b\xd7\x66\x03\xdb\xed\x07\x2f\xc3\xc4\x75\xde\x33\x15\xf7\x72\x70\x5d\xf9\x90\x0c\x74\x2c\xe3\x7c\xdb\x44\x49\x71\x7b\xda\x3e\xa1\xfc\x3d\x90\x5a\xc8\xb4\xa0\xfd\xf6\x58\xc6\x82\x2e\x0e\x46\xc6\x8a\x07\xbf\xc0\xb1\xbc\x62\xf2\x0b\x4c\xbd\xfc\x33\x54\xc4\x63\xa7\xc1\xe9\x41\x10\x3a\xbe\x97\x80\xb4\x64\xab\x18\xd2\x64\x9b\xe0\xb5\x19\x1f\xe4\xe8\x39\x90\x26\xb4\xba\x6b\x22\xea\xb5\x9a\x21\x06\x18\xff\x93\xaf\x81\x49\x8e\x08\xf2\xdc\x31\x3d\xf8\x1b\x16\xe2\x27\x3e\xf8\x1b\x8e\x65\x02\xd4\xae\x3d\x71\x03\xf4\xe0\x62\x98\xb8\xe5\x39\xd0\x2d\x23\x7f\xff\x4f\xbb\xa2\x6e\x26\x42\xe0\xcc\x6e\xb6\x21\x55\x62\x99\x9e\x5e\xc5\xb5\x49\x5c\xdd\x1c\x48\x0b\x98\xe3\x7f\xb4\x47\xaf\x51\x09\x76\x23\x53\x44\xaf\x71\x9d\x67\xce\x26\x46\x3f\x07\x5a\x7a\x67\x48\xcc\xb5\x1b\x99\xe4\x74\x58\xa6\x97\x4c\x3b\xf3\xd4\x8d\x5a\xec\xbe\x09\xbc\x78\x20\xf5\xac\xb9\x9f\x07\x61\xe6\xe5\x11\x4d\xd0\xbc\x17\x43\x9a\x5d\x8b\x0b\x54\x82\xa4\xaa\x38\x90\xfc\x22\xfe\x20\xad\x5f\xa7\xd7\x13\xc7\x08\x33\xb4\x09\x41\xf4\x69\x48\x58\x60\x04\x9d\x78\x46\x8c\xcb\x90\xe6\x65\x80\xca\x38\x00\xce\x12\x90\x88\xda\x04\x3f\x3d\x22\xb7\x7e\x6b\x8d\xcc\xde\x08\x16\xdf\xcd\x6a\xb5\x1b\x9e\x97\x11\x5b\x91\xe3\x13\x87\xfd\x03\x89\x70\x2d\xba\x94\xcd\x2b\xf5\xa8\x65\xe3\x55\xe1\xb1\x43\x48\xc6\x5d\x12\xa5\x76\x0b\x24\x7c\x0c\xa7\x19\xcc\x84\xb9\x9a\xa5\xac\xa9\xf5\x33\x96\x13\xa1\x66\xd6\x80\xb4\x0e\x33\x20\xad\xad\x71\x70\x81\x13\x66\x99\x0b\xd6\x60\x8c\x44\x21\xd9\x4d\x8e\x0b\x2c\xb0\x78\x5a\xcc\x99\x57\x53\x3b\xec\x49\x80\xa6\x03\x89\x1e\x26\xe3\x23\xf1\x17\xc7\xfb\x03\x69\x7c\x35\xde\xa9\xf5\xe8\xf5\x61\xfb\x33\xe5\x78\xa7\x59\x32\x8d\x69\x4f\x3d\x93\x31\x4b\x31\x65\x52\x37\x55\x49\x3d\x59\x66\x8b\x77\x43\x5f\x36\x43\x67\xa5\xc7\x15\xef\x24\x4a\x1a\xfd\x44\x05\x39\xae\x80\xa6\xa0\x6c\x48\xb3\xd4\x02\xba\xe5\x8d\xe2\xf6\x74\xd3\x3f\x2c\x4a\x6e\xdc\x51\x4c\x7f\x84\x4f\x1d\x16\x2c\xec\xe1\x87\x19\xb6\xac\x53\x27\x91\x58\x0e\x94\xcf\x3b\xcf\x19\x1e\x8b\x04\x75\x3c\x50\x97\x1f\x8b\x7b\x2d\xa1\x8a\x6f\xe3\x81\xe4\x19\xd3\xe3\x7f\x4b\xef\x3c\x5a\x29\xda\xe7\x5f\x0b\x9f\xbe\xe4\x7f\x52\x33\x96\xe9\x3a\xa5\x58\x2c\xd3\xb5\xc8\x51\x71\x26\x63\xf2\x26\xe4\x55\xfc\x4f\x86\xed\xc9\x98\xbc\xe1\x1a\xfd\x9f\x77\xca\xe7\x53\x75\xa6\x77\x43\xea\x8c\x25\x35\x87\x94\x61\x26\xa9\x43\xca\x4c\x46\x42\x1d\x52\xca\x34\x89\x73\x48\x99\x26\x6a\xf9\x35\xce\x34\xe3\x1d\x83\x58\x86\x84\x3e\xcb\x75\x8a\xdd\x10\x85\xe4\x40\x67\x4f\x36\x4a\xbc\xd3\x54\x8c\x80\x9a\xbe\xcc\x86\xba\xbe\x8c\xff\xa9\x3d\x23\xa8\x92\xa9\xcd\x64\x71\xa1\x83\x4f\x1a\x26\x55\xb4\xa3\xc3\xc4\xf9\x4c\x79\xf5\x18\x99\x1e\x98\xf2\x28\x86\x34\x2f\xde\x37\x4b\xc9\x59\x62\x9f\x27\x37\xc8\x99\xaf\x80\x84\x3e\x35\x20\x6a\x71\x7b\x62\x61\xc3\x04\xa8\x0c\x6a\x33\x5b\x52\xe3\xdd\x18\x7b\x40\xfc\x19\xa7\x17\xf0\xf1\xd8\x99\x33\x65\x40\x9b\xd9\xec\xed\x85\x0d\xcf\x80\xe4\xb4\x64\x42\x92\xa9\x6f\x1a\x16\x02\x52\x25\x96\xe9\xd5\x54\x58\x9b\x32\xbd\x7e\x3a\x21\x95\xd8\x57\xbe\xc4\x45\x33\xdb\x78\x61\x1b\x66\x0d\xf8\x26\x4e\xaf\x98\x7c\x13\x67\x36\x33\x47\x41\x38\x4c\x10\x2f\x63\xf0\x6a\x4a\x41\x98\x46\x73\x0b\x22\xab\x6c\x0c\x79\x21\xab\x16\x90\xd6\xc1\x73\x8d\x69\xf0\xf4\x4a\xcb\x75\x31\x0d\x8b\x20\x45\xf4\x9f\xd9\xf3\x82\x2a\x71\x18\x77\x7f\xac\xdf\x8a\x2f\xd5\x33\xe3\x27\xe7\xb3\xe1\xd6\x7f\x90\x87\x31\x44\x59\x66\x67\x76\xaf\x15\x9a\xb5\x4c\xef\xb0\x49\x5d\x36\x8c\xbb\x3f\xe6\x65\x05\xa4\x3a\x8d\x9f\xb2\x30\x9e\xc5\x3b\x3b\x29\x01\x13\xe7\xba\x07\x5f\xc3\x34\x2c\xc8\xf0\x35\x5c\xde\x49\x7e\x60\xa4\xb1\x0e\xf7\xc2\x62\x91\x8e\xcb\x5f\xf1\xda\xa2\x5c\x1b\xc6\x17\x9d\x00\x9d\x20\xff\x21\xaf\x6c\x8a\x73\xd6\x27\x01\x58\x2c\x3c\x3e\x9d\x0b\x56\xca\x86\xe4\x5c\x66\x6c\x45\xd5\x16\xe7\x25\x29\xd0\xca\x4a\x01\x69\x76\x8d\x2f\x4a\x4c\x56\x96\xd9\x1b\xea\x34\x9f\x89\x96\xac\x88\x27\xee\x7d\x07\x1a\xfa\x32\xde\x51\xcb\x34\xb4\xf4\x2e\x20\xf5\x93\xb5\x5d\x97\x32\xb0\xe1\x36\xfa\x2c\xec\x8d\xf1\x14\x3d\x10\x3d\x8b\x77\x07\x77\xc9\x7c\xfb\xac\x4b\x9b\xbe\x95\x5d\x0b\xab\xc2\x6a\xae\x0b\xfc\x5c\xee\x99\xae\x4b\xf0\x7e\x79\x16\x79\xca\x70\x2a\x3d\x10\xb5\x34\x43\xd4\x12\x5f\xfe\xe4\x7e\xe6\xf6\x88\xcf\xc7\xe6\x6d\x61\x99\xec\xb3\xdb\xc2\x32\x99\xcc\xb9\x0f\xae\x87\xc9\xa7\x35\xbb\x1e\xae\xfc\xcf\xb0\x13\x0f\xa9\x6f\x0b\x9e\x2c\x8f\x9d\x0f\xab\x27\x0d\xef\x43\x1f\x6e\x96\x8e\xdb\xce\x16\x7e\x20\x2d\xe7\x32\x44\x68\x6b\xd8\x1b\x3e\x86\x85\x8c\xb8\x0f\x3e\x86\xc9\x07\xad\xa5\x90\xb7\xb3\x16\x77\x5b\x37\xa9\xb8\xbd\x1c\x48\xde\x71\xc5\xad\x13\x0e\xfd\x8a\x77\x3f\x7d\x19\xff\x3b\xc2\x83\x7b\xce\x07\x07\xc4\xe4\x63\x90\x9d\x0c\x7d\xb4\x5a\x0a\xac\x53\x16\xfb\xfb\x95\x09\xb3\x7c\xf9\x1d\x4b\xcd\x81\x7e\x65\xb1\x5a\xdc\x54\x0e\xa4\x45\x8a\x16\x08\x19\x7e\x45\x2d\x4d\xef\xaa\x21\x8d\x8f\x7d\x3a\x2e\x88\x05\xd7\x97\x67\x65\xe2\x65\x23\xd3\xf1\x2d\x4c\x04\x83\x3f\x10\x5f\xba\x2f\x12\x56\xb8\x77\x3c\x0b\x3b\x65\x1f\x9f\x96\x8e\xfe\x05\x3b\x94\x03\x51\x8b\x5b\x07\x45\x60\xc3\xf8\x21\x16\x1f\xec\x96\x8e\xfe\xb3\x1a\x41\x39\xfa\x93\x4f\xf7\x40\x5a\x4d\xa3\x2b\x36\xcc\x24\xd7\x7d\xec\x6f\x48\x08\xc0\x07\x7f\xc3\x84\x7f\xed\x83\xbf\x61\xc1\xb6\xe5\x40\x53\x90\x5b\x90\xd0\x69\x9e\x25\xa5\x90\x28\x58\xac\x3c\x78\x23\xce\xe6\x59\x72\x3e\x89\xe4\x77\x84\x3e\x37\x66\xa1\x78\xc3\x9a\xe5\xc1\x03\x31\xf9\xf4\x84\x0b\xa2\x93\xd3\x1e\x48\xc1\xba\xff\x20\x05\x05\xcf\x8c\x48\xd6\xc7\xb3\x99\x74\x9c\xd0\xcd\x24\xa7\x2b\x83\xd9\x4c\x3a\x58\x1f\x63\x21\xf3\x2c\xe7\x7a\xfb\xfb\x9f\xe6\x05\xa6\xbc\x9c\xf8\x2d\xfe\xc7\xbc\x64\xff\x0f\x2c\xc8\xf1\xa5\xfe\x07\xc3\x5e\x0a\x27\x34\x7d\x01\xb4\x08\x8a\x4b\x8e\xe0\x67\x55\x5c\x36\xab\xeb\x14\xdb\x27\x25\xf0\x81\xce\xfa\x35\xaf\x26\xce\x8c\xcb\x18\x52\x49\x3d\x65\xda\xac\xb0\xd3\x11\x90\xfe\xd7\xe3\x4b\xb5\xde\xe3\x1d\x09\x9b\xe9\x59\x03\x5f\xd8\x6c\x2c\xec\x9b\xf1\xd1\x79\x16\x17\x08\xa4\x18\x3e\x50\x17\x34\x0d\xa9\x2f\x9c\x51\x16\xea\xbb\x69\xa6\xdc\x58\xf7\x19\x90\x13\x47\x02\x49\x74\xb5\x78\x77\x18\xfd\xf4\xf5\xcc\x6a\x50\xf8\x74\x5f\x44\xe1\xbe\xac\x89\x64\xd7\x9e\xb3\x4e\x3f\xfd\x3f\x94\x72\xd3\x73\xd6\x9d\x5d\xa5\x18\xd2\xd8\x97\xbf\x64\x44\x51\xe7\xc1\x72\x67\xa0\x7d\xf0\xa7\x2c\xcb\xc2\xa3\x3b\x37\xcc\x32\x24\xbc\x5e\xf1\x4e\xd4\x38\xe3\x1d\xe1\xd6\xdd\x3a\xf3\x62\x51\xd2\x1d\x2d\xdf\x7d\xd1\xe6\x74\xad\xf4\x6f\xa6\x1c\x09\x38\xaa\xa1\x5b\x1e\xb9\x51\xa9\xc8\xd8\x84\xab\xd8\xb7\xc5\x97\x19\xab\x6b\x77\xea\xfb\x99\x85\x1a\xce\x97\x19\x4b\x17\x01\xce\x6e\x7a\xa0\xd3\xed\x65\xa6\x2c\xbb\x61\xe7\x36\x7d\x16\xd7\x02\xcb\x4c\x52\x79\x36\x8a\xaf\x3d\x70\xea\x4c\xcb\x24\xae\x5c\x71\xb3\x9b\xd1\xcb\x57\xd3\x39\x41\x0f\x24\x17\x63\x23\x1a\xca\xb5\x90\xc6\x28\xd7\xd6\x0a\x48\xb5\x70\x5d\xb2\x06\xd2\xd1\x82\x05\xc5\x5b\x48\xe3\xa1\x9d\x79\x37\xc3\x96\xe2\xad\x5e\x96\x95\xba\x24\xa8\x18\x82\x3d\x38\x79\xd6\xcb\x02\x69\x32\xda\x62\x48\x42\xae\x9b\xbd\x49\x49\x56\x2f\xcf\x84\x8e\xf7\xce\x7b\x79\x20\x8d\xb6\xc6\xbb\xa5\x77\xdd\xd0\xad\xff\x31\xbb\x13\xaf\x69\x33\x2d\x45\x09\xaa\xd7\xe5\x5a\x24\xf2\x7c\x0d\xb1\xa6\x0e\x6f\xc1\xb0\x27\x0e\xd6\x66\x30\x8a\x46\x9b\x82\x7d\x13\x8d\xf6\xb2\x00\x24\xa9\xf7\x6a\x51\xa7\xbc\xaf\xcd\x60\x64\x7d\xec\x54\x97\x8f\x53\x78\x07\x33\xd7\xd1\xbf\x5e\x5e\x31\x8e\xfe\xc1\xda\x51\xa0\x05\x33\x97\xf5\xb1\x93\x5e\x3e\x4b\x69\xe3\xa6\xaf\x1a\xc8\xf4\x9d\x82\x99\x2b\x14\x51\xf5\xd5\xd4\xe2\x22\x20\x98\xa4\x02\x07\x39\xe3\xe3\x43\x6a\xee\x14\x4c\x44\x47\xf8\x7a\x59\xac\xa1\x16\x0b\x96\xa2\x23\xfc\x1c\xee\xa7\xec\x8d\xeb\x65\x21\x77\x4b\x90\xf9\x50\xbb\xee\xc5\xbb\x80\x0e\x19\xfb\xe4\xb8\x38\xb4\x07\x6b\xd0\xc1\xbc\x5e\x29\x20\xf5\xc5\xe4\xaf\x83\x79\xbd\x4c\x2b\x72\x3d\x9d\x3e\xe5\xe1\x7a\x9a\x82\x8c\x75\x68\x77\xa2\xbe\x87\x1c\xe0\x4e\xf2\x7d\xa0\x47\xb5\x78\x0c\x60\xab\x29\x4e\xb6\xc1\x4e\x87\xf7\xe0\x62\x5a\x2f\x63\xb2\x0e\xdf\x4e\x77\x77\xa0\xf6\x5f\xff\x91\x03\x07\x95\xc0\xae\x5e\x1e\xd1\x56\xfa\x99\xc0\x33\x1d\xd3\xe7\xb0\xb8\xd8\x60\xb9\x05\xe0\x56\x22\x80\xcb\xdb\x20\x45\x1e\x72\xb6\xb6\x07\x27\xd6\x7c\x99\xa6\x37\x21\x96\xbd\x3b\xd5\xb9\x7c\x0e\xe3\x84\xd4\x7e\x39\xe6\x6c\xdf\x5a\x31\x8b\x3c\xd2\xd4\xc5\x9c\x71\xfa\xb5\x86\x87\x4c\xe2\xf9\xaf\xd7\x8c\xd6\xc2\x91\xa4\x74\xd1\x4f\x9d\x8c\x9d\x77\xeb\x40\x8a\x0b\x6d\xc1\xa9\x18\x40\x39\x7a\xa6\x73\x72\x25\xf6\xed\x83\x73\xac\x93\x57\x3f\x78\xc7\x3a\x7d\xd5\x81\x7e\xfa\xd2\x2d\x28\xd2\xee\xe5\x15\x53\x1e\xbb\x19\xfb\x7b\x29\x08\xf3\xc5\x75\x1e\xa9\xc5\xeb\x55\xfe\x7d\x7d\xb1\x64\x29\x9c\x2f\x4b\x5c\x79\xd2\xce\xd8\x9d\xca\x93\xd6\x89\xa5\x0f\xa4\xd0\x02\x57\x40\x5a\x5c\xef\x47\x15\xa4\xb6\x5e\x25\xfe\xa7\xc5\x35\xcb\x94\xfd\xef\x8c\x9d\xa4\xec\x7f\xf3\x65\xe6\xf3\x82\x06\x46\x18\x59\xf5\xe6\xcb\x68\x20\xab\xde\x19\x3b\x34\x1d\xbe\x67\xec\xad\x5e\x48\xd5\xcc\x55\x87\x6f\xe7\x78\x3e\x90\x16\xd7\x08\x4a\x16\x95\xcb\x7b\x39\x05\x17\xaa\x7f\xad\x8b\x2d\xc6\xae\x48\xc7\xf4\x19\xfb\x20\x29\x2b\x9d\xbf\xf9\x40\x1a\x83\x47\x4b\xa4\xda\xcb\x3b\x65\x85\xaa\x9d\xd3\xa3\xfd\x41\xe2\xde\x29\xff\x40\x7a\x8f\xef\xc7\xc2\x7b\x7c\x3f\xa2\x8a\x7b\xa7\xac\xd0\xb5\x33\x76\x30\x3f\x96\xba\xba\x4e\xd0\xdc\xe4\xaf\xc3\xb7\x13\xdd\x1c\x88\x20\xe0\xf1\x3f\xcd\xa0\x91\x42\x79\x50\x9c\x6d\xe6\x40\x42\x8a\xe6\xff\x89\xfc\x67\xb4\x0e\x09\x58\x3c\xc9\xf5\xd7\xd9\x62\x1e\x27\x05\x4f\x16\x48\x3f\xed\xbb\x7c\xf7\xb6\x14\x1f\x37\x27\x93\xf8\xc7\xd8\xbd\x17\x97\xb5\x6c\x4e\x26\x4e\x45\x01\x9a\xbe\xee\x5a\x3a\xa6\x3b\x5f\xf0\x81\x34\x13\x66\xed\x64\x0e\x4f\xc6\x17\x85\xf7\xc9\xbe\x73\x25\x6f\x78\xbd\xdc\xba\xe2\xfb\x4c\x5f\x2a\xad\x0f\xb6\xd8\xe3\x7f\x8f\xde\x75\x43\xaf\x6a\x01\x27\x64\x3b\xeb\x2c\xc2\x07\xa2\x85\x6a\x88\x5a\xdc\x9e\xd8\x46\x32\x0e\x7e\xc4\x58\xf7\x8e\x90\xb4\xe4\xc9\x18\xa9\xac\xe4\x73\xae\xf8\x52\x73\xed\xfd\xa1\x2e\x02\xe6\x5c\xf1\xa5\xc6\xc0\xce\x15\x57\xe3\xe9\x2d\x0b\xae\xc6\x99\x88\xfa\x0f\xae\xc6\xd3\x4a\x47\x5c\x8d\xab\xb5\x00\xb7\xb2\x00\x4e\x6f\x59\xee\x8b\x79\x41\x90\xe1\x5c\x3c\x7d\x61\x71\x5f\x9e\x97\x01\x24\x7a\xc0\x25\xeb\x40\xc2\x33\x84\xf8\x4d\xb2\x40\xdf\x29\x93\x95\x7c\xfa\xb0\x7f\xcb\xb0\x35\x13\xf1\xfd\xc1\x45\xb9\x9a\x3a\x6e\xd2\x08\x12\xf2\xfd\x21\x5f\x79\xb5\x0e\x02\xf7\xe5\x8a\xf5\xf1\x43\xf2\xf2\x49\xf0\x89\xc7\xc9\xca\x89\x29\xf1\xe0\xb0\x5c\xb1\x45\x7e\x70\x58\xce\x38\x76\x3d\x38\x2c\x57\x72\xcf\x3c\x4e\x63\x4e\xc4\xf6\x03\x69\x0c\x23\x20\xcd\x3c\x38\x71\x2b\x8e\xef\xf4\x49\xfc\x4e\xb0\xd3\x61\x88\xd0\xfd\x08\x71\xbc\x97\xa7\x4f\xd4\x78\x2f\x57\xfc\x5d\x1f\xbc\x97\x33\xa1\xd6\x1f\xbc\x97\xab\xb5\x23\xe4\x41\xaf\xd6\x87\x90\xe8\xbc\x5a\xcb\x41\x26\xf3\xe9\x13\x2e\x89\xcc\xeb\x35\xff\x19\x51\xe8\xc1\x09\x7a\x7a\x37\x75\x27\xe2\xfc\x4f\x0f\x09\x72\x8c\x77\x20\xda\xf4\x90\xc4\xb4\xb0\xce\x3d\xd0\xd9\xd9\xad\x1e\xd0\xad\x77\xd4\x92\x75\x90\xf4\x51\xee\x56\xd4\x5e\x27\x1a\x3e\x90\xc2\xb3\x78\xc9\x48\xc4\x93\x8c\x76\xba\x5c\x98\xde\xf9\xe0\x04\xed\xdc\xbf\x07\xd2\xc4\x70\x84\xb8\x33\x53\xb1\xdc\x02\x04\xd8\xe3\x7f\x42\x2d\x4e\x02\x77\x56\x3a\xc4\x64\x24\xcc\xec\x5c\x97\x5b\x57\x4a\xbf\x64\x44\x53\x42\x1f\x27\x08\x7e\x70\xb3\x9e\x2b\xda\x83\x8c\xa3\xd7\xcc\x19\xe7\x89\x9b\xf4\x3e\xc9\xa8\x95\xd9\x61\x2f\x8f\x48\x09\x11\xb0\xd1\x7e\x6e\xd9\xf8\x3a\x9d\xef\x43\xf2\xf5\x4a\xfc\xf3\x07\x07\x69\xe7\xf6\x7d\x6e\xe5\xd2\x59\xde\x19\xdc\x45\xa9\xbc\x92\x17\xbe\x80\x14\x2b\xbe\x5c\x7a\x47\xeb\x05\x22\xf3\x6a\x2a\x2d\xce\xb2\x18\xc5\x7d\xb9\x9a\x9d\x92\xcd\x7d\x59\x8c\xde\x05\x76\xe3\x95\x96\x25\x41\x4d\x66\x0d\x15\x62\xf1\x4c\xe8\x5a\xa0\xe2\x60\x7b\xa0\x71\x6a\xa9\xf1\x6e\xea\x5d\x37\xf4\x53\x50\x9d\x62\x48\xeb\xe0\x79\xd1\xb5\xc0\xba\x8c\x4b\xb2\xce\xcd\xc9\xb3\x24\x87\xe5\x9a\xd8\x0a\xe0\xb0\x9c\xd3\x0a\x68\xe9\xdd\x34\xf4\x08\x72\xeb\x47\xc4\xae\x60\x06\xb2\x39\xa8\x66\xbc\xce\xed\x9e\x3c\x67\x0a\x7f\x54\xcd\x78\xef\x0a\xce\x2f\xd7\x72\x66\xa2\x9a\xf1\xde\x4a\x90\x53\x71\xcc\x7d\x6e\xe5\xaf\x59\x81\x83\x8d\x84\x63\x9c\x97\x48\xcc\x5e\x49\xc4\x7e\x20\x25\x04\xf4\x5c\x2b\xfd\xcc\x8a\x11\x35\x32\x72\x7a\x96\x74\x11\xb0\x62\x44\xb2\xe3\xad\xe4\x6f\x7f\xee\x46\x8a\x63\x8f\xaf\x39\xa5\xf1\x65\xc8\xd9\xea\x0d\x69\x44\xd9\x2d\x1c\x31\xba\xfe\x1b\xfa\xf4\x8e\x16\x3a\x81\x89\xfe\x20\xb2\x35\x67\x43\xd4\xd9\x0c\xf1\x3f\x5a\xef\xce\x52\xdf\x0d\x1d\xf6\x66\x55\xe2\xdd\x23\x5d\xb6\xa1\x72\x5a\x28\xf1\xbf\xaa\x2f\x93\xa1\xb3\x46\xc1\x78\xbb\x53\xe0\x46\x2d\x8f\xde\x55\x43\x64\xe9\x8d\xff\xfd\x54\x8b\xfb\xe9\xbc\xb3\x01\x69\xce\x8a\xeb\x54\xd4\xff\x10\x41\x32\x16\xa8\x21\x74\x74\xf2\x5f\x58\xff\x1f\x48\x2b\x66\xea\x90\xa9\xee\xc2\xde\xff\x21\xcf\x7c\x8d\x31\x38\xaf\xbc\xd7\x56\x79\x6f\x56\xb2\x48\x18\x4e\xb6\x3b\x0d\x69\xce\xd8\x68\xdd\x64\xc1\x49\xf5\xdf\xd7\x17\x64\xa3\x5f\xc9\x7c\x5f\x76\xbc\x35\x64\xd7\x60\xf0\x9e\x34\x85\x7e\x5a\xc9\x32\x61\x90\x9c\x2e\x1a\x3c\x0c\x6d\x05\xa3\x18\xe4\xb6\xf5\x84\x0e\x26\xe6\x0f\x12\x8a\x70\xb0\xbb\x07\x53\x51\x3d\x40\x50\xcb\x84\x3b\x40\x1f\x76\x99\xf7\x24\xa9\xa2\x09\x57\xf9\x6f\x56\xa0\xf9\x84\x20\xd8\x23\xe1\x32\x5c\xad\xef\x8d\x0c\xf2\xec\x7c\x48\x20\xbf\x02\xed\x74\xb9\x50\xad\xfd\x25\x9b\xfc\xca\x29\xea\xd4\x02\x9a\xc1\x4c\x16\xde\x0b\x38\x59\x78\x4b\x4e\x59\xd9\xae\x40\x18\x5d\x4a\x54\x12\x93\x1c\x48\xa1\xa7\x72\xfc\x4f\xf9\x0b\xbd\xd4\x13\x66\x60\x39\x3a\x21\x39\x8b\x35\xf2\xde\x84\x38\x5c\x90\x80\xc5\x8c\x32\xcc\xd4\x10\x87\xcb\x63\x9f\x86\xb4\x7e\x2d\xbe\x3c\x73\x1d\xbd\x5e\xee\x99\xbf\x94\x60\xb1\x72\xed\x5e\x12\x2c\xd6\x6e\xe3\x86\x5c\xad\xc1\xbe\x15\x4f\xb8\x5a\x67\x7d\x2f\xfa\xe9\x9d\x88\x2c\x69\x97\x15\x6f\xf7\x22\x2b\xa8\x77\x22\xba\x32\x58\xd9\x02\x42\x57\x06\x35\x84\xaa\x73\x9e\x5a\x20\xdd\xca\xce\x11\x62\xf4\x86\x99\x7b\x44\xb7\x04\x52\x36\x8b\xbe\x61\x76\xde\x31\x39\xfb\xe9\x88\x2f\x35\x06\x8f\x88\x6c\x31\x21\xf2\x6e\x70\x30\xbe\x94\x78\x2a\x66\x37\x37\xe2\xc9\xb8\x7b\x13\xce\xcb\xec\xe6\x86\x29\xc7\x18\x94\x6e\x8b\x40\x5c\x0f\x6e\xc1\x8b\xb8\xad\x4f\x24\xb6\x77\x2d\xba\x24\x58\xc5\xec\x94\x4b\x82\xe4\x8d\x81\xd2\xce\xac\x62\x96\xe2\x94\xf7\x16\x80\xba\x16\x58\xc5\x2c\x65\x33\x5a\x0b\x55\x05\x1a\xce\xd9\xc2\x5f\x2a\xf9\x1a\x82\xd3\xc9\x4c\x97\xff\x27\x81\x54\x8c\xd7\x24\x94\x09\x31\xca\x95\x01\x3e\x67\x0f\x99\xee\xab\xd5\xee\x91\xbb\xde\xa2\x72\x33\x76\x6f\x59\xc8\x22\x63\x45\xfb\xcd\xd1\x3f\x56\xc5\x49\x4b\x2d\x2a\x1f\x58\xb4\x6b\x71\xca\x52\x0b\xc0\x87\x11\xfd\xfd\x8f\x5a\xe8\x99\x12\x94\x2e\xac\xdc\x0f\xd4\x05\xc5\xbb\xc3\x51\x8a\x45\x1e\x59\x66\x48\xd1\xf1\x90\xaf\x7e\x95\xa8\x53\x79\x3e\x8b\xb7\x09\x44\xcd\x2a\xd1\x33\x51\x15\xf9\x3b\x0e\xf4\x53\xe8\xb4\xf8\xf2\xd3\x3b\xe6\x45\xe7\xf9\x55\x2d\x2a\x5f\x09\xab\xf2\x07\xdd\xfa\xb2\x19\xda\x8a\xb9\x56\x0c\x3d\xfa\x72\x19\xa2\x4e\xff\x4f\xb3\x54\xd2\xf5\x6f\xa6\x2c\x17\xde\x55\x53\xfc\x31\xab\x9a\x61\xe8\x56\x24\xb7\x6c\x68\xab\x52\x37\x4f\x34\xb8\x1c\xd0\xab\x77\x1e\x92\x58\x58\x20\xfd\x2b\x16\x96\x2d\xfd\xc9\x58\x13\xf2\x5e\xb9\x51\x57\xe5\x28\x7e\x2b\x7e\x70\xcd\xae\x85\x54\xfa\xb8\xa7\x1c\x28\xe9\x5d\x33\xa4\xe9\x75\xaf\x75\xf4\x5f\xd5\x2c\x45\x47\xff\x4c\x80\xe5\x03\x69\x9a\x2c\x7f\xa5\x5b\xaf\xd9\xbd\x96\x6e\xbd\x66\x1f\xd0\x94\x24\x7f\x55\x93\xf1\x4f\xac\x28\x7b\x67\xa0\xe3\xfd\xaa\x26\x6a\x1d\xef\x6b\xf6\xce\x40\x4e\xb4\xb9\x98\x29\xcb\x89\xb6\xe6\x12\xd0\x23\x88\x19\x94\xa6\xbd\x66\x93\x9c\x32\xde\xac\x6a\x84\x51\xc6\x9b\x9a\x7d\xd0\xd2\xd1\x7f\x55\xa3\xb2\x8e\xfe\x4e\x4b\xfd\xdc\x3a\xd0\x57\xb2\x44\x3c\xb8\xb1\x3a\x0b\xf5\x81\x34\xd7\x16\x95\xca\x73\xb3\x9a\x67\xe9\x03\xb1\x73\x40\x8a\x3d\x97\xa2\x96\xa5\x77\x01\x09\xed\xbc\x2a\x1c\xda\x43\xc4\xea\x28\x5e\x49\xe1\xff\xe0\x9c\xba\x6c\x6b\x8d\x73\x6a\xc5\xc5\xfc\xc1\x39\x75\xd9\xd6\x1a\x97\x53\xe7\xb4\x3e\xd0\x4f\x41\xf1\x8a\xa1\x4f\xef\x5c\x8b\x82\x04\x5a\xbd\x85\xe7\xa8\x33\x47\x3f\x78\x8e\x2e\xe2\xaf\x3c\x78\x8e\x66\xa2\xd1\x3d\x78\x8e\x56\x12\xf5\x3f\x5b\x07\xec\x6c\x0b\x04\xf2\xf4\x57\x5c\xd3\x0f\x74\xab\x16\x8d\x16\x3f\xd2\xea\xad\xc0\xd6\x61\x78\x11\x21\xe4\x40\x5a\x5b\xf7\x25\xb1\x46\x7f\x90\x7a\xc6\x79\x70\x2b\x5b\xcd\xb2\x0a\x6b\x4b\x61\xbe\x88\x6f\x71\x20\xfe\x17\x5f\xfe\x04\x75\x43\x8a\x52\x38\x0d\x89\xb9\x12\xc1\xf8\xc1\xe3\xb4\x92\xad\xe2\x21\xcf\x6c\xb6\x8d\x03\x79\x66\x17\xfe\x05\x07\xea\x7a\xe7\xf6\x14\x22\x91\xd8\x17\x07\xd2\x18\xba\x7b\xcd\xbc\x74\xf7\xc5\xf3\x32\x0d\x69\x35\x57\x40\x5a\xcd\xe6\x16\x08\x63\xb8\x02\x6a\xaa\xc5\xbd\x96\x46\xc2\x9b\xa2\x9d\x14\x15\x90\x28\x12\x07\x12\x05\x78\x44\x3a\xfd\x56\x6f\x13\xf0\x4d\x75\xb6\xea\x03\x69\xfd\x3c\x86\xcc\x4c\x78\x1d\x74\x52\xad\xde\xb2\x6c\xe5\xa9\x59\xd6\x0c\x6d\xa9\xc8\xab\xed\x81\xf0\x4d\xad\xd9\x3d\xcb\x84\x32\xac\xf1\x4e\x33\x01\x15\x6f\xce\xad\xde\xea\x6c\xa9\xcf\x73\x61\x7b\xe1\x9c\xb2\xde\xea\x6c\xe5\xb4\x59\xdd\x2b\x26\x3b\xfa\x5c\xbc\xd2\x3a\xef\xd6\xec\x31\x14\xb0\x1c\x31\xba\x0b\xa3\xf5\x18\xa4\x30\xcf\x65\xfe\xd3\x79\xe4\xc1\x55\xb5\xe2\x30\x79\x20\xc9\x04\xf6\xb1\x5b\x99\x72\x56\xff\x7b\xa7\x8e\xb2\x13\xc1\x71\xd5\x49\xab\x1f\x67\x93\xf5\xfe\x69\x17\x16\x1e\x19\xeb\x94\xb1\xde\x3f\x6d\x19\xd2\x2f\xdb\x5e\xee\x82\x7c\xf2\x54\xe8\x68\xbc\x6c\x7b\xb9\x2b\xf2\xc9\x5f\x56\x48\x00\xf9\x8b\x73\x6a\xc5\xbf\xfe\xc1\x39\x35\x5b\x56\x6e\x25\xd2\x59\xb6\x62\xdc\x15\x51\x62\x64\xd2\x11\x77\x8d\xe4\x3a\x25\x4a\x6c\xea\x42\xd2\xd7\x5c\x8d\x4c\x1c\x78\xbd\xf3\xc1\x8d\x35\x5b\xaa\xee\xca\x88\xbc\x2c\x3a\xe2\x66\x4b\xd5\x2d\x23\xfb\x85\x07\xda\x81\x84\x4c\x26\x4e\x1d\x7f\x97\x4d\xfe\x76\x3d\xec\x3b\x57\x04\x20\xce\xb0\x99\xa4\x90\x07\xa2\x05\xfa\x22\xa3\xf7\x4c\x6c\xe0\x07\xc7\xd5\x9a\xbd\x46\x8d\xc4\xd7\x1c\x63\xc9\xc5\x5a\xf1\xe0\x7f\x70\x6a\xcd\xd5\x33\xa1\xc4\x3b\xcb\x86\x59\x5b\x89\x77\x72\x4d\x6e\x81\xbd\x87\x49\x5c\x89\x77\x32\x3e\x6e\x0f\xae\xaa\xd9\x62\x1b\x57\xd5\x9a\xbd\xee\x0d\x92\xf3\x4a\x93\x9d\xd5\x7b\xb9\xad\xb8\x5b\x19\xef\xd0\x03\xf1\xbf\x62\x48\x6b\xf4\xf7\x3f\xcd\x35\xbb\x37\x32\xb7\xae\xf1\x57\x8b\x46\xeb\x75\x57\x14\xae\x8c\x3f\xe8\x83\x1b\x6b\xf5\x7e\x6d\x77\x66\x29\xbb\x4e\x09\x24\x6b\x32\xb6\x6c\xde\x33\x49\x87\x1e\x92\xb7\x2e\xdb\xc4\x6c\xa9\xba\x33\x3e\x9f\x0f\xde\xa8\x19\x2f\xcf\x07\x6f\xd4\xea\x3d\x20\xde\xa8\xd5\xbb\xbe\x3d\x24\x90\x6c\x6f\xb1\x15\x94\xb8\x16\xce\x6e\x24\x7d\xcd\xf8\x83\x1e\x88\x5c\x97\xb4\xae\x84\x3c\xb9\x1a\x0b\xa4\xea\xce\xf8\xf7\x1d\xe8\xac\x91\x6f\xfa\xf1\x15\xcd\x44\x06\x7e\xf0\x15\xad\xc5\x23\x1a\x60\x64\x71\x7b\x12\x48\xc5\x23\x1a\x8c\xa1\xb8\x3d\x89\x20\x1b\xbd\x6e\x65\xd0\xc9\xb6\x7e\x22\x4f\xeb\xf2\x4d\x3f\x89\x5a\xb3\xad\x9f\xf6\x64\xfd\xcc\xfa\xa4\xc0\xce\xd5\xc2\x91\xb3\xa9\xad\x9f\xc8\x9e\x5a\x4b\x8a\x77\x9a\x79\x8b\x19\x59\xb9\x57\x6f\xe5\xc8\xac\xba\x6c\x88\xb9\x75\x6e\xcd\xd5\x82\x93\xd3\x28\xde\x9a\x0f\x7e\x9d\xd5\xdb\x3c\xfc\x3a\xab\xb7\x79\x5b\xca\xed\xe5\x7b\xf8\x2d\xfb\xf4\x5c\x2d\x70\x09\x5c\xec\x7b\xf8\x3d\xa1\xcd\x16\x5f\x6a\x0c\x2d\xde\xbd\xaa\x93\x7e\x2a\x60\x56\x2d\xc6\x56\x29\xb0\xab\x37\x84\x78\x79\x2e\x1b\xdd\x39\x4d\xaa\x37\x61\xa4\x49\x5d\xbe\x79\xdf\x4b\x6c\xd8\xdb\xa7\xbd\xc0\x48\x0b\x55\x85\xc8\x5a\xab\xfe\x7b\xa7\xbc\x75\x38\x5d\xcb\x53\xcf\xe1\xb4\x5a\x42\x2c\x1d\x0c\x6c\x32\x86\x7b\x68\x2d\xd1\x35\xc9\x20\x5b\x0b\xec\x05\xe1\x72\x83\xb7\x65\x92\xbe\xac\xbd\x27\xe9\x69\xae\x66\xca\x1c\x4e\x8b\x07\xa1\x88\x59\xd9\xbb\xd3\x2d\x03\xf5\x65\x7d\xfd\xbe\x59\x78\x33\x5e\x0e\xae\xde\xcb\x91\xf3\x34\x57\xb3\x4c\xc5\xc1\x5a\x2b\x5a\x07\x95\xbd\xf0\xf7\x61\xae\xcb\xc6\x42\xfb\x66\x7c\x66\x29\x3a\xaa\xd6\xd8\xbd\xe9\x70\xba\x56\xfc\x4f\xe2\xc2\x07\x49\x32\xa2\x2e\x1b\xcc\x90\x12\x35\xdb\xd4\x8c\x94\xa8\xd9\xc6\x65\x7b\x33\x3e\x13\x84\xd2\xe3\xd4\xd8\x03\x6e\x7a\x66\x06\x83\xad\xf5\x65\x35\xee\x96\x82\xf9\x80\xae\x47\x72\xbc\x78\x9f\x49\x64\xaa\xeb\x8a\xee\x88\x7a\xda\x15\xd0\x4f\x9f\x0e\x43\x1f\x9f\xd2\x03\xc5\xa6\xca\xcd\x22\x43\x39\x68\xaa\xad\x5b\x37\x87\xd0\x66\xb1\x20\xeb\xeb\x74\x59\x2b\x89\x87\x6a\x25\x96\xf2\x81\x36\x2f\x03\x3c\xe8\xd6\x4c\x24\xca\x4a\x53\xc9\x00\xf2\xe0\xb0\x9a\xbd\x3f\xdf\x8f\xc4\x44\x31\x7e\xa1\x8f\xf6\xfe\x7c\x2b\xf3\x4c\xba\xac\x55\x23\x6d\x69\x6e\x46\x30\xc5\x8e\xaa\xb1\x45\x56\x1c\xe6\x1a\x9b\xe2\x17\x0a\x32\x35\xeb\x3c\x99\x2e\x2b\x5b\xb6\x82\x32\x65\x1b\xc3\x6d\xa9\x76\xd3\xe5\x4b\xf7\x2d\xdd\x6e\xb6\x6b\x26\x89\x46\xcf\xcb\x65\x70\xe9\x65\x36\xa4\x09\x68\xae\x55\xfb\xb1\xd2\xe2\x8f\x1f\x31\x91\xdd\x1f\x9d\xfb\xe3\xc0\x80\x8e\x38\x8e\x08\x1c\xf8\x9a\x57\x87\x03\x5f\x31\x07\xc1\x08\xfb\xf2\x9d\xf5\x96\x15\x76\x6e\x5e\x9d\x1f\x21\x37\x7d\x85\xbd\x7f\x32\x9b\xb0\xb3\xe6\x96\x19\x76\x6e\x9e\x72\xa5\x90\xa9\xc5\xbc\x47\x31\x9c\x6a\x6c\xef\x95\xfe\x25\x5d\xbe\x49\xdd\xca\xff\x52\x8b\x69\x0c\x3b\xec\x2b\x45\x5f\xb5\x27\x6b\x5e\x2c\xe9\x82\xb3\x5d\x40\xf7\x0f\x99\xe0\xed\xf0\x0f\x2e\xe9\x95\x43\x4f\x6c\x87\xd0\xfd\x03\x93\xad\x53\xda\x3f\x30\xd9\xbb\x5c\x6c\xb6\xaf\xe4\x6d\xe7\x0f\xce\xe8\x6d\xee\x07\xb2\x7a\x5d\x3f\x64\x99\xa5\xc9\x07\xb2\xd6\xf8\x92\xf6\x99\x1b\xe5\x81\x49\x57\xf2\xa6\xf0\x83\x57\x78\x87\xfa\x11\x38\x35\x99\x01\xa1\x2b\x2e\x66\x16\x1c\x34\x9b\xa5\xe0\x87\x24\xf0\xbe\xe5\xf3\xf8\x99\xaa\xcf\xa1\xae\xbd\x75\xf8\x24\x0a\x9a\x17\xf2\xdb\x8e\x3d\xed\x0e\x48\x16\xc4\x41\xf0\xd3\x41\xa2\x8c\x80\x44\x49\x5c\xbe\xbc\xf3\x02\x3d\xda\x3f\xf7\xcf\x2f\xe9\x58\x2b\xf9\x51\x5e\x5c\x8e\x73\x13\xc7\x7f\xc9\xc0\x9a\x71\x8a\x7d\x49\xc1\x5a\xc9\x82\xf2\x92\x82\xb5\x92\xea\xe4\x40\x5a\x63\x21\xc0\x81\x34\xc6\xee\xce\x78\x6e\x5c\x27\x44\xae\x35\x7e\x71\x6a\xce\x04\xfb\x3c\x90\xd6\x98\x3b\x80\x03\x8a\x21\xe9\x94\xf3\xce\x0b\x02\xe8\x6e\x90\xf5\x9f\xfe\x72\x53\x29\x4d\x28\xbe\x51\xba\x72\xbb\x0c\x8a\x3a\x47\x40\x93\x97\xc9\xa0\xa8\x73\x18\xd2\xd6\x86\xd8\x95\x2f\x7e\xd4\x95\xa0\x11\x07\xd2\xd4\x8c\x80\xd4\x1b\x4f\x1b\x67\xd1\xe6\xa9\xe1\x2c\x4a\x3c\x99\x03\x69\x89\x73\xb4\x0f\xeb\x9a\xf1\x69\xe5\xa5\xdb\x27\xa9\xf8\xec\x86\xc4\xf5\xa7\x47\x05\x39\x8c\x69\x28\xf1\xc7\x65\x30\xeb\x65\x40\x85\x70\xe3\x6e\x12\x46\xf2\x07\x35\x5e\xba\x49\xe9\xcc\xb9\xdf\x3b\xd0\x8f\x97\xd1\xa6\xe8\x7a\x52\x2d\x46\xe2\x57\xf6\xb7\xb2\x12\xcf\xcd\xd3\x93\xc1\x1c\x0f\x3a\x43\x57\x1e\xa5\x32\xd3\x54\xce\x5a\x07\x12\x95\x2d\xda\xcf\xe0\xd1\xca\x86\x84\x01\x5c\xea\xbd\x24\x67\xad\x1c\x9a\x5e\x92\xb3\x9e\x97\xc3\xa0\xf0\x71\xf9\x53\xe8\x2a\xfa\x76\xf3\x47\x7f\xa9\xbd\x66\x8b\x61\x20\x22\xb9\x07\x7a\xf1\x03\xaf\x44\xc7\x79\xed\x07\x7e\x21\xbe\xdf\x59\x18\x95\xeb\x91\x35\x78\xe5\x2c\xf6\x92\xa2\xb5\x56\x93\x5c\x41\xd0\x21\xda\x5e\x3c\xc1\x2b\xd9\x4a\x0f\xb4\x89\xd5\xce\xec\xe8\xcc\x9a\x89\xb4\x78\xa0\xc4\x4b\x37\x22\xe6\x41\xa8\xc5\x97\x1c\xae\x95\x43\xdd\x81\x7e\xc4\x75\x37\xa8\xb5\xe3\x54\xf7\xda\x51\xfc\x2a\x26\x42\x99\x7d\x67\x02\x0e\xbe\x78\x8a\xd7\xea\x79\x55\x40\xea\x5a\x3d\x91\x3a\xb6\xd6\xea\xee\x54\x04\x5f\x31\x11\x28\xdd\x4c\xe5\x0c\x76\x20\x96\xc0\x54\x20\xe3\xee\x8c\xa7\xf3\x3b\x65\xce\x9d\xb1\x9d\x3d\xd0\xd4\x1f\x5d\x8d\xc2\xfc\x5d\x41\x4c\x95\xe9\x49\x86\x84\xa0\xc4\x23\x7c\x71\xec\xae\x9c\xec\x0e\xa4\x61\x64\xb7\xcf\x30\x3c\xa8\x86\xa4\x8b\x6a\x14\x49\x29\x13\xf6\xef\xc5\x5f\xbb\x56\xf7\x0d\xed\x6c\x37\x67\x69\x88\xaf\xfa\xf7\xe9\xa7\x97\xae\x95\xf4\xf6\x1e\x46\x93\xf4\xc2\xf3\xf9\xc5\x61\x3b\x13\x87\xef\x40\x83\x6a\xe2\xa5\xba\x5a\xa6\x21\xba\x1a\xd0\xa3\x77\xcb\x90\x50\x27\x19\x12\x65\xf7\x7f\x6f\xac\xcf\xa7\x5a\x1c\x42\xbb\xbc\xe4\x91\xad\xdc\x3a\xbf\x53\x66\xdc\x99\x20\x7a\x2f\x7e\xe0\x95\x5b\xe7\x03\xa9\x6f\x46\x40\x1d\x51\x2b\xc7\xc9\x77\xa2\x93\xad\xa6\x87\x2e\x39\xc7\x01\xf2\x25\x5b\x6c\xba\x48\x41\x70\x40\x0d\x2a\x33\x7e\x14\xaf\xdd\x88\xdb\x91\x65\x75\x06\x78\x64\x19\xb1\xe3\x5e\xd2\xbd\x9e\x97\xd3\x60\xd3\x4b\x77\x0e\x8a\xac\x26\x50\xb9\x6d\xe7\x6e\x24\xef\x88\xb6\x6a\xee\xa1\x38\x49\x19\x0f\xe8\x17\x9f\xee\x1a\xeb\xa8\x38\x49\x99\xcb\xa7\x17\x0f\xef\x5a\xbd\xe4\xca\xac\x93\x2e\xb6\xb7\x07\xd4\x0a\x78\xc9\x07\x21\xe7\x9b\xc9\x6c\x88\xf1\xc7\xb2\x4a\x17\x9b\xbb\x65\xe2\x00\x57\x2d\x13\x65\x4e\x5d\xab\x97\x75\x80\xab\x2d\xa0\x73\x52\xed\x96\x82\x03\x92\xab\x40\x13\x11\xd5\x3c\x75\x53\x22\xaa\x5b\x28\xea\xe0\x5a\xab\xd7\x51\x76\xd8\xb9\x5b\x44\x4e\x70\xdc\x32\x71\xd2\x51\xaf\xea\x64\x1d\x6b\x33\x44\x2d\x0c\x62\x22\x85\x42\x7c\x2a\x5a\x51\xad\x75\x19\x22\x29\x83\xe5\xa7\x14\xa9\x19\x67\xf1\x17\x67\xea\xdc\xe3\x9d\x6e\x3a\xab\x45\xeb\x64\x32\xfa\x34\xd4\x48\xae\x10\xa0\x68\xc5\x98\x33\x91\x2c\x21\x20\x64\x6f\x9d\xbb\x99\xcc\x72\xc6\x08\xcb\x0b\x85\x7b\xce\xdd\x4c\x66\x81\xba\x16\xb5\xf2\xb5\xae\xd5\xe2\x7b\x81\xc8\x46\xb2\xc5\x04\x18\x37\x16\xb2\x84\x78\x11\x07\x14\x23\xf3\xc2\x71\xb4\xed\x23\x3e\x15\x1a\x79\xe1\x16\x68\xed\xad\xcd\x82\x03\x7b\x19\xa5\xa0\xad\xd5\x2b\xb5\x40\xdc\xe0\x5c\x4b\xb6\xa8\xdd\x3b\x1d\xb4\xa9\xdd\x62\x57\x07\xd6\x5a\x3d\x55\x37\x63\xb2\x0c\xbe\x91\x1d\xc1\x39\x6e\x38\x97\x27\xee\x76\xf2\x87\x12\xa0\x16\xc7\xd3\x78\x33\x0c\xcf\x1b\x06\xd9\xd5\x3b\x8d\x1b\x29\xe3\xcd\xc4\xcd\xa0\x4c\x9c\x37\xec\xc8\xd4\xa8\xd4\x40\xb5\x7a\x13\x72\x23\x64\x02\xc5\x6f\x78\x95\x57\xea\x26\x05\x42\xe0\xb8\xfc\xaf\x73\x9f\x01\x31\xe3\x46\x32\x59\x6f\xd7\xea\x65\xbc\x21\xdc\x15\xf5\x68\xfd\x17\xef\x50\xd3\x12\x77\xee\x25\x17\x6c\xad\x23\xa0\xac\x77\xcd\x50\xa1\x89\x65\x50\x2b\x3e\xe2\x25\xed\x8f\xa8\x55\x04\x68\xc9\xbe\x11\x5d\xfd\xaf\x5a\x89\x2e\xcb\x72\x99\x7a\xe7\x61\x59\x8e\xa9\xf7\xb0\xf0\x96\x7f\x76\xad\x46\x07\x19\x7e\xe7\x71\xfd\x33\x56\xfe\x4b\x0e\xda\x3c\xcc\x71\x36\x62\xc5\xc8\xb1\x39\x41\x76\xef\x82\xe4\x84\x5d\xab\x29\x67\x47\x16\x8f\x6c\x50\x28\xef\xcd\x1d\xea\xe0\x61\x69\xbd\x11\x96\x46\x32\xa9\x83\xf3\xf0\xde\xe1\x41\x3c\x12\x45\xee\x80\x87\x21\x0f\x0b\x64\xc2\x4b\x5f\xc3\x82\xfd\xd1\x41\x70\x58\x92\x3e\x70\xa0\x19\xef\x16\x9f\x56\x83\x92\xdd\x33\xea\xd9\xbc\x6c\x06\x3f\x40\x66\xcb\xc7\xff\x61\x61\xfa\x2c\x92\x80\x58\x28\xca\xac\x3c\x0f\xcb\xf6\x07\xa1\x3c\x2c\x95\x1e\x38\xd6\xb0\x58\xe2\xc8\x5f\xbd\x7f\x90\x1e\xba\xd6\x19\x9f\x0e\x3e\x75\xa3\x42\xee\x61\xa1\xf0\x80\x94\xc3\xc4\xf5\xc2\x6a\x08\xf4\x75\x40\xe1\x9a\x09\xe8\xf5\xb8\xbb\x21\x31\x17\x93\xcc\xcb\x71\x70\x58\xba\xbc\x88\x49\x4b\x25\x62\x36\x5f\xa3\xc5\xb7\x5a\x31\x2f\x2e\x1a\xdf\xbf\x16\xc1\x03\xaf\x2d\x07\xf9\x61\x0e\xae\xb3\x7a\xad\xa6\x0a\x9d\xd5\xf3\x30\x3f\x57\x6e\xa5\x5a\x4d\x23\x3f\x90\xd2\x54\xf1\x63\x22\xcd\x14\x7f\x6b\x90\x08\x25\x3e\xd5\x74\xb4\x80\x44\xce\xde\x35\xeb\xa8\x9e\x87\x39\xe6\x8f\xf3\xd7\x4c\xf1\x72\xeb\xe5\x34\xa4\xd9\xf0\x56\xf8\xa7\xb3\xd9\x30\x1b\x90\x3f\x75\xad\xa6\xb4\x1f\xc7\x8f\xe9\x75\x45\xe9\x3b\x2c\xc0\x50\xfa\xd6\x15\x7f\xa4\x45\xaf\x39\xa7\xfa\x66\x32\xd4\xa9\x3e\x0f\xcb\xba\x0f\x91\x39\x2d\xcf\x15\x49\xb9\x36\xd3\x28\x76\xdc\xc3\xdc\xf5\x93\x58\x6c\x66\xfc\x1f\xd4\x6c\x8e\xc1\x31\x3e\xb6\x01\x58\x7c\x0f\x73\x4c\x85\xed\xaa\xb1\x0b\x90\xd3\x76\x1e\xe6\x8a\x38\x6d\x5f\xb3\xc5\xa7\x22\x26\x73\xc5\x0f\x01\x3a\x5b\x7c\xdb\x54\x4f\x33\xf4\x13\xd4\x0d\x91\x89\xc6\xb3\xaa\xa0\xc8\x79\x98\x81\xe9\xfc\x5f\x9b\xf7\xe5\x1f\x94\x6e\xc6\xf3\x21\x40\x67\x8c\x51\x0c\x94\x40\x5e\x2f\x79\x5f\xcf\xcb\x00\xd5\x75\xb8\xc2\xd2\xa1\xbe\x92\xd8\xe8\x40\xa2\x74\x68\x1b\x6f\xf0\x8a\xc3\xe9\x8b\x37\x78\xba\xf0\x04\x3c\xe0\x59\x72\x3c\x4e\x5f\x9c\xbc\x2b\x39\x97\x0e\xc4\xca\x41\x39\x0b\xc3\xef\x06\x8b\x20\x9f\xec\x79\xd9\x0d\x0a\x59\xa6\x5f\xca\x06\x88\x6b\xbe\x17\x97\xec\x3c\x66\x40\x5a\x39\x10\x70\x25\x08\x60\x06\x34\xf5\x6e\x00\xc1\x59\xf0\x48\x3b\xa0\x66\x0e\x41\x4c\x72\xd8\xf3\xb2\x18\xd4\x7a\xe4\x7f\x1a\xde\xbd\xb8\x68\x67\x7c\xe5\x5f\x5c\xb4\x2b\x69\x91\xde\xc5\x29\x1f\xef\xf8\x97\xe4\xb1\x95\x8b\xc5\x97\xec\xb1\x19\x7f\xf8\x17\x87\xed\x4a\xdc\xb8\x97\xac\xb0\x19\xef\x99\x03\xfd\x48\x9d\x93\x0c\x6a\x1d\x97\x21\xc4\x2b\x66\xdc\x07\xd4\x74\x64\x4f\x0e\xf4\xb0\x5c\x2b\x08\x00\x07\xc0\x81\x3b\x13\xb1\xec\xc5\x81\x3b\x5d\x0b\xd2\x59\x32\xc0\xce\xb8\xbd\x1f\xe8\xe6\xe5\x32\x78\xa8\x9c\x88\x62\x2f\x69\x63\xd3\x85\xb1\xf6\x01\x5f\xbd\xa4\x77\x98\x60\xe3\xa3\xfe\xe2\xc3\x5d\xb9\x12\x7d\xc9\x30\x5b\xf1\x08\x7e\x57\x46\xbc\x2d\xcf\x95\x2c\xa4\x33\x0e\xec\x2f\x39\x61\x2b\x57\x99\x2f\x8e\xda\x95\xab\xcc\x77\x15\x72\x7b\xe0\x82\x75\x40\x4d\x32\xbb\x66\x12\xc1\x9e\x97\xd3\xa0\x3a\x00\x5f\xc5\x1d\x3b\x9b\xe9\xe1\x8e\x5d\xb9\x66\x7c\xc9\x13\x9b\x89\x3f\xf6\xe2\x8e\x9d\x71\x3c\x3a\x10\xff\x73\x83\xac\x38\x7b\xef\xa5\x24\x52\x29\x5d\x39\x5e\x7e\xfa\xd4\xcd\x3b\x7f\x50\x0e\x50\x6b\x55\xdd\xbe\xce\x82\xd3\x74\x25\x67\xed\xca\x35\xe3\x81\xd4\xa2\xc9\x4a\x29\xa6\x2a\xae\xcd\x2f\x99\x64\xf3\x34\x91\x71\x86\xc7\xdd\xfd\xc5\x75\xbb\xfa\xcc\x60\xd7\xed\x74\xfd\xfd\x51\xcb\x98\xdc\x71\x52\xab\x5c\x7f\xdf\x6a\x19\x4d\x9d\x72\xde\xce\xd3\x04\x58\x3d\x8b\xd3\x10\x2d\x76\x43\xa2\x6a\x8e\x09\x38\x76\xe7\x69\x02\xac\xb0\x03\xf8\xe1\x52\x92\xa9\x94\xf0\x34\x39\xe0\xd9\x09\xcf\x1c\x2f\x27\x2f\xdd\xa2\xd4\x66\x16\x0f\xb8\x6f\xe7\x69\x1a\xab\xcc\x62\x8b\x77\xc2\x94\x16\xef\x84\x29\x1c\x1a\x97\xd2\x4c\xa5\x74\x99\xab\x54\x58\x67\x73\xc7\x49\xcb\x72\x99\xad\xa0\xe2\x9e\xa6\x55\x54\xd5\xd3\x88\xdb\x40\x31\x24\xf7\x6a\xcc\x4d\x0e\xe8\x47\xaa\x27\xff\x71\x91\x97\xc9\xb8\x82\x5a\x9b\x10\x54\x2f\x0e\xdd\xd5\x97\x9e\x0b\xb5\xf6\x34\x8e\x37\x46\xc5\xa9\x61\xc9\xfe\x3b\xa5\xe4\x65\x45\xe7\xed\x3b\xd0\xa5\x1b\x86\xe4\x84\x52\x2f\xae\xe0\xd5\x77\xa0\x4b\x49\xaa\x92\x33\x4a\x1d\x50\x6b\x5e\xa3\x5a\x31\x9d\x1e\xef\xb4\xe4\x35\x6a\x95\x0c\xf2\x02\xe8\xfa\xe1\x54\x63\x10\x9c\x33\xce\x37\x78\x4e\x77\xcf\xb7\xfb\x1a\xa0\xd0\xc3\x68\xd5\x49\xb9\x94\x4c\x01\x52\x8a\x1f\x70\x19\x54\xef\xd8\x5b\xac\x4e\x9a\x25\x6c\xc4\x0f\x28\x3a\xeb\x51\x11\xf3\xcc\x96\x6d\x61\x4e\xde\xfa\x3f\x83\x6f\xbc\x38\x9d\x67\x4b\xd3\xd5\x61\x42\xe6\x6c\xdd\xf3\x6c\x92\x54\xbc\xb9\x8c\x37\xd9\x4b\x8e\xdf\xf3\xd2\xdd\xd3\x99\x77\x7a\xf5\xe4\x21\x5e\x7d\x0f\xbc\x3a\xf4\xea\xd5\xe3\x92\x61\x7a\xb9\x06\x34\xe1\x89\xe5\x56\xc1\x77\xc4\x0b\x45\xf9\xf4\x4c\x72\xa9\xe0\x1b\xe3\x25\x5b\xf0\x3c\x3d\xfe\x01\x2b\x1d\xae\x05\x5a\xc2\xa2\xf5\x80\x4c\xeb\x8c\x7f\x6a\x5a\x87\x7b\x23\x83\x68\x22\x47\x1e\x48\x8b\xee\x7e\xcb\xb7\xbc\x92\xef\xe8\x40\x5a\x3a\x8e\x18\x78\x9a\xd7\xf6\x07\x69\x14\xde\x4c\x28\x0b\x55\x72\x52\xa3\x03\x0a\x77\xfe\x5e\x8a\x07\x9a\xb0\x26\xe4\x62\x36\x3f\xd9\x93\x79\xdb\x81\xfe\x7d\x5a\x24\x2a\xb9\x54\x4a\xd9\xa8\x3b\xa1\x1d\x4b\xaf\x09\xd7\xf5\x9e\x64\x42\x3b\x96\x65\xa8\xd5\xa7\x85\x17\x8a\x74\x6c\xc7\x0e\xa4\xf1\xba\xa3\x0a\x09\x97\x9c\xb3\xe6\xc5\xf9\x3b\x39\x6d\xcc\x8b\xf7\x77\x6d\xde\x4c\xa0\x4a\x5f\x16\x6c\xa8\xd2\x9b\xa5\x3e\x57\x15\x29\xd7\x78\xa9\x45\xf5\x18\x75\x55\x91\x97\x65\xe0\x62\xbf\xe2\x31\xa2\x75\x6f\x16\xf4\x4b\x1b\xad\x65\xde\xb1\xa0\x95\x6c\x64\xc4\xa7\xbc\x59\xec\xaf\xe9\xae\x36\x83\x5b\xff\xec\x86\x1e\x5e\x06\xf8\xea\x25\x7d\x95\xc2\x3e\x2f\x8b\x24\xf9\x98\xe7\x65\xe9\xc1\x8d\x47\x5b\xee\xaa\x66\x7c\x99\xe9\x2c\xb6\xba\xcb\x9d\x83\xcf\x7a\x67\xa1\x1b\x8f\xbc\x52\xbc\xd3\x0e\xd1\x2b\xa5\xf0\x72\x99\x68\x02\x2f\x3e\xe6\xc9\x39\x44\x0e\x78\x28\x6c\x99\xeb\xeb\xfe\xa3\xf6\x2b\x20\x55\x6a\xa6\xaf\x38\x71\x79\x79\x83\xc4\x85\x47\xbf\xe2\x9d\x9a\xf0\xa6\x47\x37\x1c\xd5\x97\x38\xb8\x9c\xe7\x65\xd6\x7d\x23\x9e\xb3\x71\x43\x39\xae\xf2\x32\xef\xbe\x11\xcf\xd9\xc8\xa1\x24\x57\x79\xe5\x80\x34\x51\xe6\x54\x72\x48\xaf\xdd\x2b\xc5\xdd\xc8\x32\xa3\xe2\xfa\xa3\x7b\x5b\x81\xaa\x7f\x99\x4f\x29\x6e\x5c\xed\xde\x56\x28\x6e\x5c\x8e\x0d\x29\x77\x21\xa9\x98\x71\xea\x2e\x24\xc7\x86\xf4\x46\x3c\x17\x8b\x52\xa5\xb9\xca\x44\x09\x7a\x71\x50\xcf\xcb\x1b\x22\x5d\x62\xd4\x6e\x5c\x90\x95\x7a\xed\x57\xbc\x23\x39\x9e\x07\xa5\x90\x73\xd5\x6a\x85\xb5\xe1\x22\xc5\x63\x94\xd5\x7a\x5e\xc6\xb0\x8d\x44\xb6\x9a\x63\x6d\x49\xe4\x65\x0c\xc3\x6c\x7d\x99\xc9\x2b\x92\x5c\xed\xc6\x29\x65\xc1\xca\xcb\xbb\x05\x6c\x0f\x56\x5d\xff\x66\xd4\x38\xbe\x2f\x6f\x17\x94\x30\xab\x76\x23\xe3\x46\xc8\x94\x68\x51\xd2\x3a\x36\xc8\x0f\x04\xc7\xf1\x95\x64\xcf\xd5\x5a\x8d\x85\x1d\xc2\x6a\x01\x09\x1d\x8a\x99\xf1\x03\x69\x78\x47\x80\x71\xc1\x32\xf7\x57\x34\xec\xea\x7b\xbb\x85\x71\xc1\xea\x01\xb1\x72\x66\xbf\x4a\x5a\x95\x63\x2b\xad\xbb\x85\xe4\x64\x11\x07\xd4\xca\x59\xe6\x62\x6b\xb0\xcc\xd4\x65\x6b\x90\x9c\xd9\xe1\x25\xe9\x73\x26\x48\xce\xbb\x5e\xc6\xe1\x1d\xc9\xcb\x38\x2c\xb7\x14\x17\xae\x76\x13\xc7\x0b\xe3\xb0\x9e\xc9\x5e\xec\xb1\x3f\x27\x02\x77\xb2\x9e\x69\x29\x71\x55\x5e\x23\xa0\x57\xf5\x30\x1d\x2f\x64\x65\xf9\xa3\x28\xdb\xb5\x9b\x90\xb8\xa1\x58\x26\xe3\x17\xb2\xb2\xea\xc6\x3e\xee\xdd\x64\xf5\x22\x54\xad\x73\x59\x8a\xba\x9d\x97\xf9\xf1\x8b\x50\xb5\xee\x66\xbd\x30\x92\x19\x9f\x8a\x5a\x8c\xac\x98\x45\xac\x19\x5f\x6a\x72\x2c\x55\x94\xbb\xaa\x5a\x91\xb3\x5e\x30\xc7\x8c\x5b\x39\xab\xab\x15\x39\x24\xad\xce\xcb\x8c\xfb\x85\x71\xd7\x68\x42\x8c\xbb\x9b\xe6\x7e\x64\x14\xac\xa6\x07\xd9\x4c\xe4\x65\x5e\x8d\xe5\xc3\x5a\xf1\x29\x7f\xa4\x6f\x3f\x78\xd5\x0a\x68\xe8\x5d\x33\x24\x5c\xf1\x2d\xfb\xc2\x4a\xde\xca\xa2\xf5\x53\xac\x33\xa2\xab\x7c\xf8\x4d\xa6\x89\x6f\xf4\x47\xa6\xd7\xd4\xe0\xb2\x1f\xa9\x5e\x93\x03\x36\x7e\xb7\xa3\x2d\xe1\x07\xf8\x39\xd9\x6b\x47\xcf\xf1\x91\xed\x35\xd9\x4a\xfa\x80\x5d\x01\xf7\x57\x80\x8a\xdf\x33\x5b\x34\x34\xff\x4f\x50\x19\x1b\x08\x3c\x74\x40\x05\x80\x2a\x7f\xed\x6e\xe2\xec\x47\xbb\x04\xb0\x1f\xf1\x56\xa1\xbd\xd9\x81\x7f\x78\x74\xa6\xbe\xb4\x75\xff\x70\xe9\x4c\x03\xa5\xeb\x87\x4f\x67\x1a\x1c\x7b\x3f\x9c\x3a\xd3\x20\xd4\xea\x01\x89\x81\xb7\xdc\x90\xa2\xc5\x4f\x8c\xd2\x0e\xa8\xf1\x62\xa5\x72\x40\x45\x3f\xc5\x38\xf1\x23\xa1\x6d\xea\x6c\xb5\x3f\x1c\x44\x53\x27\xba\xc8\xe7\x94\xb6\x83\xcb\xd3\x0f\x17\xd1\x34\xd1\x8a\x1e\xf0\x26\xd4\x51\x34\xb4\xc9\x7b\x11\xdd\xd0\x78\x7b\xac\x91\x22\xb4\xf5\xf4\xd7\xd0\x8f\x00\xbb\x01\x6a\xbc\x9c\xf9\x3f\xa7\xcb\x9d\x1c\xd6\x3e\xf2\xe5\xa6\x86\x27\xe0\x01\x33\x81\x82\xe3\xad\x82\x67\x72\x61\xf5\x39\x9d\xee\x20\x60\xdf\x01\x15\x66\x1b\x2e\x77\x40\xc5\xcf\xe4\x50\x7a\x40\xc5\x2e\x65\x13\xfe\x91\x7c\x37\x35\xdc\x36\x0e\xa8\x90\xe0\x88\xb6\x0f\x2f\xd8\xd4\x31\x8d\xfb\x70\x83\x4d\x1d\x15\xc5\x17\x7e\xb0\x23\xe6\x8a\x9c\x27\xe5\xdf\x1b\xef\xf3\x2d\x99\x23\x72\xd4\xa4\xb4\x19\x7f\x5d\x26\xbb\xc1\x88\x66\x37\x71\xb5\x03\x61\xc5\xef\x7b\x8f\x3e\xea\xbe\xb0\xc3\xe2\x3f\x1c\x70\xd3\xa8\x7f\x6f\x89\xce\x38\x3d\x7a\x82\x89\x72\xd3\x71\xc0\x41\x68\x35\x4f\x24\xb1\xce\x7a\xd0\x1c\x01\xf0\x08\xfc\x7f\xc0\x9b\x25\x8a\xb7\x04\x9d\x0d\xfc\x25\x4c\x22\xc1\x04\x0e\xf8\x12\xb5\xd4\x98\x22\xde\x32\xfe\x50\xc3\x41\xc0\x0a\xbd\x22\xc4\xb8\x43\x86\x1c\x30\x89\xd6\xaf\x61\x30\x8b\x8c\xea\x34\x58\x88\xcf\x1f\x6f\x35\xde\x6c\xfc\x6d\x44\x05\xad\x2d\xde\x12\x73\xd9\x93\xd3\x44\xdc\x83\xd4\xee\x07\x24\xca\xdd\x15\x6f\x35\xde\x36\xa3\x1b\x37\xed\xc6\xc7\x9b\xbc\x07\xf1\x96\x50\xe4\x46\x1c\x25\x5c\x4e\xbd\xb4\x78\xfb\x23\xae\x76\xf4\x4a\xc8\x8e\xcd\xf8\x47\xce\xe5\x34\x8a\x17\x94\xb8\xe9\xb3\xe5\x78\xab\xf1\x76\x73\x2f\x69\xe2\xd3\x20\x23\xc8\x87\xa3\x74\xaa\x2d\x86\x20\xe2\xae\x2d\x66\x52\xc4\x3d\x92\xd7\x88\x23\xf7\xc0\x40\xf4\xc3\x91\x3a\x8d\xc0\xdf\x06\x71\xb7\x98\x49\x88\xfb\x8a\x21\x88\xb8\x1b\x39\x10\xbf\x3b\x42\xaf\xa7\xf8\xf8\x25\xe0\x62\xf4\xf9\x07\x4f\x8d\xb7\xca\x07\x90\x2a\xab\x4f\xae\xe8\x56\x8d\xde\x8d\xb0\xe6\x23\xd6\x17\xe2\x9e\x31\x40\x11\xb7\xe5\xc7\x87\x4b\x77\x1a\x97\xc9\xb7\x91\x6a\xa7\xcc\x00\x3b\xe9\x12\xe2\xe3\xa1\x6e\x54\x0f\x81\x78\xdf\xf9\xef\x63\x11\xf7\x30\xbb\xe2\x3a\x60\xe4\x3f\x50\xcc\xac\xcf\xe8\x33\xcc\x3b\x70\x92\xf0\xd9\x44\x1a\x3c\x20\xf8\xbc\xa2\xe6\x8f\x60\x94\x06\x89\x30\x9d\xaf\x00\xb5\xbe\x39\x46\x04\xfd\xfe\xcd\x95\xe8\xb7\x21\xf6\x3e\x1c\xd3\xd3\xe8\x31\xb1\x1b\x66\xd6\x97\xc1\xce\x5c\x79\x7d\x45\xbf\xb5\x5c\xee\x15\x99\x80\xda\x5f\xbb\x0b\xdc\x88\xb7\x62\x66\xd7\x1f\x28\xfa\xcd\xb1\xdc\xd0\x6f\x8b\xb9\xda\xac\xef\x15\x6f\x7f\x08\xba\x18\x02\xfc\xca\x72\xa0\x3b\xbf\x4c\x09\x30\x91\xb8\xa5\x1a\xcc\x10\xec\x65\xb0\x90\x75\xa1\x19\x74\x0c\xf8\x6e\xb0\xb1\xdc\xc3\x60\x17\x8a\x5e\xf1\x5f\x82\xeb\xd5\xa8\x19\xe1\x9c\x96\x41\xa2\xd6\xe5\x00\x45\xbf\xcd\x8b\xd2\xa1\xdf\x75\x45\x27\xc1\xe7\x19\xed\xbe\x04\x6f\x0c\xf0\x47\x42\x92\xf8\x98\xfc\x16\x51\x33\x69\x1d\x5a\x0b\x50\xc2\x6a\xa4\x7f\x26\x06\xf8\xf0\xee\x3f\x8c\x61\x1a\x14\xf3\x6e\xa6\x48\x92\x8e\xf7\xb1\x02\x64\x32\x66\xb4\x43\x24\xe8\xea\xc9\x80\xb8\x51\xe6\x7f\xa4\x28\x4f\x33\x5f\x51\xf3\x22\x10\xaf\xa7\x0a\xe2\xc6\x7f\xe7\x23\x58\x40\x9a\x98\x30\x7c\x44\x0b\x48\xb5\xb5\x78\xfb\x32\x73\x9e\x0c\x88\x7b\xfc\xbd\xfd\x88\xa2\xef\xb7\xc4\x0d\xe6\x4e\xe3\x80\xe9\x7f\x27\x05\x6e\x91\x5a\x89\x25\x72\x2a\x12\x8b\x05\xae\x91\x5a\x8f\x89\x24\x4e\x7b\xf2\xb6\xa6\x23\xb9\xb3\x85\xa4\xbc\x38\x0e\xdb\x88\xff\x92\xf6\xca\x0c\x98\x90\x85\x95\xc0\x4f\x07\xbc\xff\x77\x0e\xa4\x2b\xa9\xd4\x72\x89\x86\x1e\xba\x11\x35\x13\x1b\xff\xaf\x93\x3f\x56\x21\x6a\x16\x71\x57\x53\x15\x49\x12\x9c\x23\xe9\x80\x89\x78\x96\x6e\x48\xc4\x3d\x5b\xcc\x86\x88\x7b\xf6\x40\x76\x02\x8d\x76\xf3\x27\xd9\xf1\x24\x1b\xbe\x7e\x44\x54\x38\x22\xd4\xdd\x40\x38\x63\x32\xfa\x11\x53\x21\xa7\xb5\x02\x5c\x24\x6e\xf1\xa2\x88\xb8\xed\x4b\x75\x40\x31\xb3\xda\xa3\xcf\x0f\xb3\x11\xed\xbe\x24\x09\x8a\xff\x0a\xd9\x63\xdb\x4a\xd2\xf8\x3f\x4e\x3f\x9c\x18\xc1\x3b\xb3\xe1\x48\xf7\xe6\xe5\x83\x98\xd5\xc3\x74\x33\xd8\x79\x17\xcb\x1f\xd2\x44\xcc\x69\xcc\x19\xa4\x07\x9a\x66\xb1\xc3\xc4\xfd\x57\x95\x98\x59\x33\xb6\x93\x46\xa2\xad\x1e\x6f\x97\xb8\xd7\x15\x35\xb3\x33\xfb\xeb\xe4\x26\xe3\x45\x31\x48\x3a\x85\x16\x1f\x6b\x7d\x67\x8b\xaa\x7e\x84\xd9\x8f\x3e\x23\x9c\xcd\x62\xb1\x66\x9a\x81\x93\xba\x78\x4c\xd6\x2a\x7e\x44\xa1\x48\xad\x79\xea\x06\x3b\xef\x66\x92\x24\x72\xa5\xcd\xbf\x0e\x48\x3a\x24\x8b\xdf\x11\x69\x40\xe2\xe3\x41\xf4\x58\xcf\x86\x33\x0d\x79\x8f\xa0\x8c\x17\xa9\xb5\x2b\xde\xc2\xbc\xaf\xe8\xd5\xfe\xdf\x45\x28\xc9\xe9\x66\xec\x71\x87\xe9\xd7\xdb\xba\x61\xfa\x8d\x79\xb6\x70\xf6\x72\x93\x4c\xa3\x4d\x6f\x28\x06\x3b\xef\x65\xce\x30\x10\xce\x97\x37\x32\x43\xf4\xdb\x83\x2f\x3a\xd9\xc6\xa8\x51\x95\xf3\x2c\xc4\x7f\xe1\x57\x66\x23\xc3\x3b\xef\x19\x20\xd1\xb2\xcd\x28\xc8\x85\x37\x4b\xe0\x86\xe8\x77\x06\x63\x1c\x16\xce\x7f\xdd\x20\x8d\x48\x4c\x2c\x3b\xef\xa0\xdf\x01\xfd\xf6\x40\x86\xc8\x6e\xe1\xb7\xd0\xef\x18\x01\xb2\xf9\x0a\x14\x85\x7e\xc7\x0c\xb0\x20\x52\xdc\x2b\xd1\x6f\x5b\x26\x49\xd9\xaf\x9d\x4d\xdf\xff\xa9\x1a\x9d\xeb\xff\x97\xef\x73\x2b\xec\xec\x62\x1f\x31\x42\xd2\x88\x2d\x3d\x29\xfc\x46\xfa\xab\x77\xb1\xa7\x8d\x8f\xb5\xf6\x18\x06\x1d\x70\x93\xe1\x24\xba\x48\x78\xeb\x1a\x6f\x39\x85\x5c\xf1\x96\x8d\x4a\x8d\x01\x48\x70\x37\x57\x45\xd2\x13\xab\xa8\x0e\xe8\x54\x5b\xd3\xa0\x70\x3d\xa4\x3c\xb9\x04\x07\xbe\xcd\x07\xd4\x5c\x5c\xe6\x92\x64\x13\xec\xd1\x2e\x26\x7a\x6d\xae\x68\xc8\xb8\x1e\x20\x6b\xef\xe1\x4f\x6f\xbc\x73\xfc\xf7\x26\x92\x79\x34\xb4\x39\xa2\x19\xbc\xd9\x8a\x78\xd7\x4a\xee\x92\x69\x59\xbc\x7d\xfb\x42\x76\xbb\xcf\xce\x14\x19\x83\x8d\x6f\xcb\xee\x20\x25\x14\x0e\x1f\xc9\xc4\x52\xf6\xc6\x6c\x7f\x28\x8f\xa4\x72\xf8\xae\xf5\x61\xda\x9b\x48\x9e\xf1\x5d\xf7\x35\x89\x1d\x95\x95\x80\x53\x05\x1c\x01\xb3\x64\xc3\x29\x58\x8e\x60\x53\xe3\x2f\xec\x6f\x32\xce\xa3\xdf\x75\xa7\xa9\x1d\x7b\xc6\x63\x54\x05\xb7\xae\xa4\x71\x05\x3d\x05\xd6\xca\xe0\x0d\xaa\x82\xc7\xb1\x67\x0e\xf1\x9f\x82\x4d\x18\x45\xfc\x3e\xbf\xeb\xce\x2b\x13\xc1\x44\x72\x55\x05\x72\xc9\x3d\x05\xf4\x34\x73\x04\x39\x05\xf4\x34\x6f\x54\xe7\xf8\x80\xaa\xc0\xf1\x36\xb4\x4b\xff\xae\xbb\x4c\xf4\x9e\xf8\x7e\xaa\x40\xd7\x6e\x19\xa7\xce\x53\x80\x56\xe0\x14\xd0\xd3\x72\x73\x15\x9a\x65\x9b\xfb\x5d\x77\x9d\xba\xaa\xcc\xf8\x6c\xaa\xe0\x47\x28\x22\x39\x6a\x9e\x82\xbb\xb8\xeb\x39\xbb\x60\x4e\xff\xa5\x44\x01\x11\x91\x64\x70\xfb\x5d\xe7\x78\xe8\x29\xcc\xcd\x05\x0a\x7b\x91\xf1\xdb\x54\x81\x92\x12\x64\x5c\x30\x55\xf0\xc5\x17\xf4\xb4\x11\xfb\xee\x14\xac\xbf\x02\x56\xae\x5c\x2e\xc0\xf0\x1f\xe7\x4c\x15\xa0\xbe\xc3\x23\x53\x05\x3f\xa3\x43\xa1\xa7\x0d\xc7\xc1\x8c\xef\xe5\x77\xd6\x3e\xc5\x17\xf4\xb4\x2f\x47\x5b\x92\x75\xac\x0a\xb0\xa1\xc1\x25\xf3\xbb\x8e\x88\x8c\x3a\xe8\xe9\xb0\xce\x28\xcb\x4c\x56\x05\x58\x98\x66\x59\xc3\x9e\x82\x1b\x35\x06\xce\x9a\x2a\x90\xed\x5a\xc6\x5f\xf3\x14\xec\xe2\xc5\xae\xc5\x05\x0e\x6b\x23\xe3\x57\x15\x3c\x84\x8f\xd2\xb6\xe6\xbb\xee\x39\x15\x26\xf1\x14\xd0\xd3\x69\x55\x3f\x2e\x9a\xa7\x00\x37\xde\x53\x30\xa3\xe0\x76\x3f\xe8\xe9\x22\xa5\x53\xce\x32\x78\xa5\x80\x70\x5d\xda\xb3\x9e\x02\x6c\x04\x32\xfe\x9b\x2a\xd0\x0d\x5b\xc6\x69\xf3\x14\xdc\x97\x71\xac\xd1\xd3\x1b\x7b\xcb\x53\x40\x4f\x6f\xdb\x27\xe4\xda\xba\x0b\x96\x27\xb9\xd1\x53\x67\x5e\x3b\x05\xf4\xf4\x59\x4a\x46\x78\x0a\xe8\xe9\x6f\x35\xc2\x18\xd5\xfe\xff\x6c\x46\xfe\xff\xb9\xff\xdf\xff\xaf\xdf\xff\xfa\xcf\x7c\xfd\xd7\x7f\xfc\xe7\x38\x5c\xe6\x7f\xfd\xe7\xa3\x44\x7b\xe7\xa7\xfd\xd7\x7f\x1c\x1e\xf3\xc8\x74\xe3\xfc\xb0\xaa\x93\x8f\x36\x65\xba\xfc\x96\x0e\xf1\x11\xc1\x9e\x1f\x1c\x51\x54\x42\x55\x1b\x16\x35\x2f\x95\x55\xca\xe8\xfe\x54\x0b\x9b\x16\xf0\x57\xa8\x2a\xa1\x7e\xee\x6f\x15\xee\xfb\x51\x20\xfe\xff\x7c\x14\xfa\x2e\xe3\x17\xf9\x28\xd6\xdd\x7f\x3e\x85\x85\x95\xb5\xd1\x23\x1b\x89\xf3\xf3\x11\x89\xaa\xfd\xaf\xff\x7c\x2a\x63\xa8\x70\x1d\x49\xc6\x47\x77\x50\xe7\xa7\x50\x76\x7a\xd2\x68\xa3\x81\x6c\xd2\xcf\x3f\xba\x43\x39\x3f\x9b\xb2\xaa\xb2\x1f\x65\xb4\xd1\xc7\x29\x5b\x1a\x6d\x63\x1d\xa4\x73\x7e\x1a\xed\x36\xb7\x3b\x54\xdf\x99\xb4\xf3\xf3\x52\x76\xc6\xb6\x19\xc7\xd6\x2e\x27\x49\x45\xfa\xfc\x96\xfa\x87\xb7\x1c\xbe\x44\x8f\x6e\x90\xcf\x8f\x96\x56\x9a\xbc\xe7\xc7\x38\x7e\x1e\xef\xd9\x13\x3c\x1f\xe3\xf8\xc0\xbc\x7e\xe6\xe5\x95\xb9\xd6\x7f\xbe\x17\xdf\x49\x0b\xf0\xca\xd8\xea\xfc\x50\x26\x3d\x75\x42\x48\xe8\x81\x4c\xfb\xa8\x1a\x12\x79\xf3\xf4\xe0\x72\xdd\x6f\xa4\xd9\xa3\x9c\x7d\x76\x6e\xba\xe3\x4c\x98\xdf\xeb\xc1\xe5\xba\x56\xcc\x53\x91\x4f\x78\xc0\xbc\xcc\xa5\x2b\x4a\xb9\x43\xa7\x74\xc5\xb7\xda\x79\x4a\xda\x66\x1c\xca\x78\x38\x72\x56\x07\xa6\x8c\x2b\x19\x0f\xaf\xa4\x20\xa5\xf7\xe5\x52\x89\xca\xec\x7a\x0f\x7e\xf3\x70\x44\x64\x76\x1f\x76\xb4\x26\x9c\x2d\xd4\x2b\x87\x31\x1e\xa4\xc1\x59\x97\xcb\x85\xcb\x7a\x70\x39\x75\xe7\xe9\x16\xb3\xbf\xd7\x7e\x38\xe3\x81\xc2\x83\xd4\x22\xa8\x2d\x33\x19\x01\x79\xf8\x51\x4e\x6f\x5a\xf4\x9c\x6b\x1e\x47\x5b\xcf\xf8\x87\xf0\x40\x79\xa5\x5c\x87\x78\x1e\x48\x91\xae\xd2\x19\xb3\xcd\x6e\xc7\xf1\xce\x33\x3e\x06\x3c\x4c\xca\x07\xe5\x67\xf2\x78\xa0\x37\x3a\x71\x65\xd2\xb4\xf1\xf0\x50\xee\xef\x63\x16\x26\x66\x02\x68\x94\x0e\xf8\x44\xf9\x4b\x39\xdf\x8b\x95\xf1\xa0\xb3\xc4\xe5\xd2\x1e\xa5\xb2\xa9\x41\x1f\x71\xc0\x3b\xca\x37\xe5\xf4\xe6\x8e\x51\xdd\x1e\xd5\x6c\x2e\xef\x51\xee\x7a\x68\xf5\xb9\x8d\x5d\x68\xf3\x74\x8e\xc8\x58\xf0\xe9\x41\x18\xea\xa4\xc8\x79\xc5\x0a\x92\x0b\x24\x25\xcc\x8c\x33\xc9\x40\xf4\x80\x3d\x11\xb6\x57\x79\xd5\x28\xaf\xee\xcd\x2a\x2e\x7f\x5c\x4e\x3d\x24\x29\xcc\xab\xc5\xf7\x5c\xc1\x66\x3c\x9e\x33\x26\x29\x3c\x80\xd7\xcc\xfd\xea\xc6\xcb\xc5\xe9\x3b\x73\x27\x9d\xc9\x55\xc0\xc3\xa0\x3c\xbb\xfc\x89\xf2\x97\x72\xad\xc9\x1a\xd1\x2e\x67\xde\x4c\x38\xda\x03\xf6\x28\xa7\xdd\x31\x5d\xfe\x73\xf9\xe2\xfb\x49\xfd\xda\x1a\xf3\xd0\x29\xef\x2e\xff\x45\xf9\x47\x39\xf5\xac\x98\x67\xe5\xb4\x4b\xf9\x5a\xd5\xe5\x25\xca\x1b\xe5\xdd\xe5\x23\xca\x6f\xca\x97\xcb\x9f\x28\xd7\xb8\x30\xc4\xca\xeb\x8d\x79\x78\x99\x67\x4c\x07\x32\x29\xb2\x79\xe0\xea\x57\xa5\x0a\x37\xc6\x83\x82\xcb\x63\x91\x9f\xf7\x6b\x3a\x64\x33\x9a\x3a\x49\x1d\xf3\xfe\xb9\x37\xf8\x2a\x1f\xfe\xd8\x5c\xfe\xb9\x9c\xcc\x21\xe8\xc4\x0f\x38\xa3\x1c\x75\x03\xfc\x02\xe7\x62\x1e\x7c\xad\x37\x5c\xfe\xba\x9c\x6b\x73\x02\x71\x97\x29\xab\x5d\x1e\x32\x47\x80\xe4\xf2\xe9\x72\xae\xe9\x26\xa5\xab\x46\x29\x67\x56\x97\xf6\x28\x7d\xa8\xa3\x50\x7e\xff\x5c\xae\xd3\x46\x26\x07\x59\x99\x29\xda\x4c\x96\x13\x8b\xbe\x98\x22\xca\xcc\xc8\x5f\xb2\x94\x15\x9c\x2e\x79\xf8\x11\x2b\xb0\x53\x7e\xbb\x9e\x4c\x3d\x5c\x51\x97\x59\xa2\x9e\xc2\xf6\x15\x8b\xc8\x32\x91\xc6\x7a\xd0\xdd\x05\xad\xb6\xf8\x9a\x2b\xf4\x49\x1f\xdb\xed\x91\x5a\x0e\x1d\x09\xc2\x16\x87\x0d\xcd\xff\xbf\x3d\xce\xaf\x84\x98\x3a\x0f\x3f\xfd\xad\xd0\xd5\x19\xe5\x66\x78\x2c\x63\x99\xda\x83\xea\xc1\x48\x25\x36\x5b\xf0\x71\xe1\x81\xf2\xc9\x10\x7e\x51\x0f\x3e\xf5\x99\xe8\x92\x85\x44\x67\x7a\x70\x77\x1b\xed\x7e\xf1\xbd\xa2\x99\x25\x87\x59\x3d\xe0\xe7\x72\xdd\xdb\x64\x2e\x5b\x0a\x09\xc5\x78\x40\xbc\x49\x4c\x94\x25\x17\x18\x1e\x94\x62\x05\xb5\x43\xd9\x79\xb3\x34\x9b\x6d\x94\xe3\x83\xd7\x2d\xab\x55\x3d\xa0\xa1\x44\x0d\x55\xb7\xe7\xe1\x3c\xe8\x82\x88\xc3\xfa\x01\x47\x94\xa3\x1c\xd5\xc9\xbb\x12\x33\x85\x87\x4e\xb9\xbf\x47\x38\x57\xc2\xa1\x24\x87\x15\xab\x64\xaf\xe7\x41\x68\x8e\x20\x3a\x60\x7c\xbf\xfd\x7d\x57\xf9\x82\xc5\x9f\x87\x42\xf9\x72\xf9\x1b\xe5\x3a\xfa\x13\xf6\xaa\xee\x15\xed\x2e\xb7\x2b\x01\x75\xc0\xf8\x7e\xf9\x7b\xd7\x73\xbb\xff\x30\x9f\x89\x26\xe4\x80\xbf\x28\xff\x28\xa7\x9f\x0b\x26\x73\x1e\xd0\xc9\x8c\x28\xbf\xa3\xfc\xe5\x7b\xe6\xe1\x9e\x9b\x72\x12\x64\x3a\xf6\x52\xdd\xf7\xf2\x3c\xe0\xe6\xe5\xa8\x48\x95\x50\x24\x3c\xa0\xce\x9f\xf4\xff\x86\x94\x2a\x11\x48\x92\xe3\x11\x1d\x30\xbe\xbf\x99\xff\xe5\x7a\xee\x68\x17\x95\x2c\x16\x4f\x75\xdf\xb0\xbd\x4a\x44\x92\x34\x31\xef\xa8\x84\x1d\xe1\x21\xfd\xf7\x45\xcb\x01\xef\x28\xdf\x94\x53\xcf\x8e\x7e\x6e\xe6\x19\x8d\x68\xdd\xfb\x76\xfd\xdb\x1a\xad\xe4\xfa\x63\xde\xb6\x75\x3b\x99\xfa\x1f\x36\x7c\xe7\x81\xfa\xf3\x74\xb9\xd7\xeb\xe1\xa2\xb2\x14\xea\x7f\x10\x6a\xe7\x81\x0b\x21\xe3\xe1\x3b\x5d\x3f\xc6\x2f\x8e\xd8\x71\x40\xd7\xf3\xba\x9e\xca\x7c\xbe\xab\x44\x39\xf3\xb0\x96\xcb\xa3\x1e\x5d\x63\x2e\x12\xdf\x54\x52\xce\xf3\xa0\x75\x24\x02\xc6\x01\xff\xea\xff\xf8\xde\xe5\xb7\xe9\x8b\x1c\x8a\xb5\x34\xc6\xf5\x06\x9e\xbf\xe4\xa4\xb9\xae\x28\xdf\x51\xfe\xaa\x5c\x57\xcd\x07\xfc\x45\xf9\x87\x1a\x9e\xfa\x7f\xd3\xfd\x87\xcf\x38\x76\xc5\x01\xef\x28\x67\x3e\x07\xf5\xfc\x02\x9f\x7f\xe8\xe4\x8b\xd7\x5d\x37\x0a\x3c\x74\x34\x90\x8c\xf7\x0b\xba\xfb\x5c\xbf\xf1\xf3\x8b\xf5\x82\x5f\x39\x10\x41\x25\x4a\x06\x0f\xf4\xdf\xeb\x68\x3e\x56\x9d\x35\x7f\x91\x74\xa4\x92\x36\x9f\x07\xea\x5f\x6e\x37\xe8\x57\xc1\x33\xce\xf7\xc5\xe5\x51\xcf\xcd\x3a\x2e\xc6\xfb\xc5\xb8\x3e\x8f\x4b\xeb\xd8\x90\x8a\x3c\x88\x5e\x50\xcd\x1c\xb0\x44\x39\xd9\x98\x74\xbf\xd8\x38\x43\xf0\x70\xf3\x7d\x75\xf9\x2f\xca\x3f\xca\x07\xe5\x77\xd4\x73\xfb\x6e\xfc\x72\x79\x8f\xf2\x49\x79\x76\xf9\x1d\xe5\x2f\xe5\x4d\xe5\x3e\x56\x34\x1f\x2b\xec\xb5\xdc\x08\x25\xc1\x03\xf3\xd0\x18\x97\x8f\x1b\x8d\x10\x0d\xc9\x5e\xc6\x8d\x44\xf9\x3c\x50\x4f\x1d\x2e\xbf\xa3\x5c\x79\x8e\xd8\x1c\xb6\x10\xd9\x0d\x91\x7d\xca\x19\x6f\x66\x73\x75\x1e\xe8\x67\x75\xfd\x6c\x3e\xcf\x83\xf8\x30\x9b\xe4\x36\xcb\xf4\xbc\x15\xf0\x01\x0b\x85\x36\x95\xcf\x8e\x07\xfa\xd9\xf9\xde\x9b\xe4\xf3\xa0\x75\xc4\xbf\xf4\x80\x39\xca\x0b\x99\xb0\xe8\x67\x8d\xf5\xc2\xdc\x67\x11\x0a\xff\x80\x23\xca\x95\x99\x88\xec\x20\x8d\x18\x02\x3c\x3c\x94\xbb\x9e\xdb\xf3\x86\x19\xcd\x22\x00\x7d\x23\x92\x00\x0f\x9a\x67\x4c\xec\x5b\x6c\x3a\xce\x03\xfd\x9c\xd5\xe5\x25\xca\x99\xe7\xd9\x5d\xbe\xa3\x5c\xfc\x16\x77\xbd\xc6\x29\x8f\x87\x41\xfd\x93\xf2\xdb\xfd\x6f\x36\x99\xb9\x98\x87\xb6\x3d\x6f\xa1\xf4\x4e\x8c\x4b\x0a\x47\x1e\xc8\xdc\x55\xa8\xbf\x6f\xf7\x13\x0d\xdd\x62\x3f\xd3\xa6\x0f\x05\xe7\x01\xf5\x53\xa6\x7c\x44\x3f\x51\x1e\x55\x42\x10\xb5\x39\x96\xd7\xdd\x5a\x15\x0c\x31\xda\x1c\x51\x3f\x0a\x85\xda\x8c\x6f\x63\x97\x28\xa7\x3f\x7f\xe6\x9e\xff\x97\xed\x57\xc3\x19\x9e\x07\xb4\xd8\x95\xe6\xe7\x74\x77\x39\x87\xda\xf3\xa4\xe1\x84\xce\x03\x06\x21\xad\xbb\x3c\xbe\x27\xa5\x14\x21\xb6\x0f\xb8\xa2\xfc\xfe\x6f\x5d\x51\x9b\x73\x9b\x1d\xc8\x55\xfd\x7c\xef\x7a\x62\x9a\x38\x1b\xd8\xe1\xa2\xcd\x35\x8d\x46\xcb\xd3\x34\x58\x86\x15\xec\x80\x6d\xc4\x22\x2b\x45\x9b\x2b\xda\x5d\x6e\x77\x30\x4d\x77\x90\xf7\x0d\xba\x60\x4d\xde\xe6\x1d\xec\xc9\xe2\x1f\x9b\xef\x03\xc6\xf7\x46\x6b\x93\xeb\x0d\xfb\x6b\xf8\x6f\x27\x5b\x65\x1f\xb0\x44\x79\xfd\x6f\xdd\xf6\x01\x57\x94\x33\xae\x35\x5d\xfe\x44\xf9\x8f\xfa\xe9\xff\x0e\x72\xc5\x40\xb8\x12\x69\xa4\xe1\xd8\xcc\xc3\xc2\x94\x2b\xb9\xfc\x8d\x72\x9b\x78\xd1\x9f\x7d\x1b\x5d\x64\x20\x9c\x1c\x82\xbe\x91\x6b\x9a\x87\xca\xf7\xcc\xc3\xde\x9e\xe7\xcd\xfc\x63\xfb\x7a\xc0\x5f\x94\xdb\x24\x83\x7e\x3e\x41\x96\x0f\x6c\x82\xd3\x40\xc3\xc3\x58\x0f\x12\x33\x15\x73\xbc\x86\x6f\x31\x0f\x83\x72\xe6\xf3\x89\x7e\x3e\x88\x93\x6e\xb2\x79\xb6\xc7\xa5\xab\xf7\xb4\x08\xb3\xd4\x70\x10\xe6\x81\xef\x6b\x71\x79\x89\x72\xc6\x55\xe3\xfb\x11\xe5\x37\xe5\x8c\xf7\x8d\x75\x67\xdb\x51\x89\x84\xd1\xa6\xb7\x0b\x8d\x24\xcb\xa9\x12\xcb\xa1\x91\x65\x99\x07\x8d\x37\x9b\x9d\xbd\x21\x06\x5e\x74\xed\x28\xd1\x0e\x38\xa3\x7c\xf3\x3d\xeb\xf2\x0b\xfc\x41\x73\x54\xbb\xd7\xfd\x77\xb7\x28\x67\xdd\x07\xfd\xfc\x45\xbb\x3f\xb7\x9b\xa8\xdf\xa7\xd7\xf3\x60\xb3\x22\xfa\xf3\x2d\xd3\xd1\xe7\x79\x9e\xe0\xdb\x77\x7b\xbc\xe8\xa4\x6a\x37\x9e\x7f\x81\x9f\xa4\x2f\xae\xdd\x78\xfb\xc5\x3c\x7c\x88\x99\x61\xb6\xf8\xc5\x78\x3f\xd2\xfc\x61\x3c\xd1\xd6\xe5\xf9\xc7\x9d\xf5\x7c\x1f\xe5\x33\xca\x6f\xca\x97\xcb\x1f\x97\xb3\x1d\xc4\xf1\xfd\x80\x9f\xcb\x99\x1f\xf2\xde\xb5\x75\xed\xa8\x87\x63\x09\x06\x01\x07\xdc\x51\xfe\x50\xae\xf1\xae\x14\xe5\x89\xed\xe9\xa8\xd4\xc3\x5d\xb9\x1e\xf8\xbe\xb9\x3c\xbe\x27\xfb\xec\x22\xce\x6f\x8b\x3b\xa6\xf3\x40\x3f\x75\x4c\x6a\x78\x42\xf2\xc0\xba\xe8\x98\x77\xc0\x1e\xe5\xcc\x0f\xf8\xb0\x4a\xcc\x43\x81\xff\xe0\xb7\xdd\xd0\xa3\xf1\x80\x12\x1d\x7c\x5b\x35\xea\xc1\x5e\xb8\x62\x8b\xda\x56\x33\x5d\x90\x3f\x34\x2d\x82\xaa\xb6\xd5\xb9\x29\x68\xe4\x0e\x4d\x8b\x63\x49\xc3\x09\x8c\x07\xea\x81\xef\xad\xee\xed\x82\xdd\xc2\xea\x88\x7a\x2c\xe6\x51\x12\x9e\x7a\xfc\xbd\xf9\xcf\xc2\xd0\xa7\xe2\x12\xdb\x48\x0f\xca\x03\xf3\x0c\x3f\x5c\xdd\xfc\x99\x8c\xa1\xa7\x1e\xd7\x7f\x47\xfd\x88\x4f\x4c\xcb\x1a\x57\x6c\x3c\xb0\x2e\x6e\x77\xc4\xf7\x98\x02\x54\xdc\x3b\xdb\x1a\x31\x0f\x28\xa0\x2b\x56\xa3\x8d\x4c\x98\x7a\x60\x9b\x8b\x01\x47\x23\x2b\x25\x0f\x8b\x54\x99\xac\xcb\x8a\x79\xd3\xf9\x36\x2d\x8e\x37\x6d\xf9\x58\xdb\x48\x1a\x79\xca\x59\x77\x1f\x53\x9b\xef\xc8\x16\x11\xa5\x0e\xb8\xa2\xfc\x56\x79\x75\x3d\xe6\xf3\xbe\x23\x5b\x84\x33\x6c\xeb\xf6\x36\x77\xdd\x8b\xef\x91\x9b\x6b\x07\xbe\x11\x4a\x63\x61\x19\xdd\x70\x3b\xe1\x81\xfe\x1b\x4f\xb6\xb7\x59\x6b\x63\x2b\x3d\x8b\xcb\x2d\x97\xd7\x46\x2e\x13\x36\xaf\xad\xbd\xdd\x2e\xb1\x27\x6d\xcf\xd4\xc8\x52\xc8\x03\xf3\xc0\x36\x14\x8f\x0e\x1e\x98\x7f\xd3\xd1\x13\xf8\xa3\x78\x13\xe7\x7b\xea\x7f\x96\xe9\x42\x29\x0a\xcf\xf7\xcc\xdb\x13\xf3\xf3\x78\x7e\x26\xf3\xf3\xc6\x3c\xbf\x6c\xd7\xa6\xe9\xe2\x5d\x9e\x07\x1f\x17\xb1\x48\x6c\x24\xea\xe3\x81\x79\x30\xde\xbe\xb1\xbe\x62\xbc\x69\x11\x95\xac\x91\xf8\x8e\x07\xfa\x03\xbf\x5d\x9f\xe5\xc2\xfa\xd8\xe7\xe0\x79\xd7\xd6\x67\xb9\xb0\x3e\xed\x07\x56\x35\x1f\xfb\x82\x2f\x7d\xf0\x25\x12\xe2\x1e\xf0\x8d\x72\xc9\xa9\x9a\xf2\xff\x60\xfb\x45\xe6\x37\x1e\x58\x06\xc8\xf2\x0e\x36\x4a\xfa\xb7\x53\xdd\x74\x79\x8b\x72\x89\x07\x52\xfa\x1f\x70\x46\x39\xf5\x40\x7e\xe4\x68\xd3\x03\x62\x0c\x8f\xb8\x03\xd6\x28\x6f\x94\x6b\x3a\xc8\x8e\xc6\xc3\xa6\x7c\xba\xfc\x89\xf2\x97\x4c\xb1\x17\xe5\xde\x1e\x91\xf4\x2c\x55\x1c\x25\xda\x9d\x2c\x66\x6e\xe2\xea\x55\x52\xd7\xb7\xdb\x17\x96\xe7\x21\x51\x4f\x94\x3f\x51\x4e\xfd\xa0\x17\x69\xc1\x78\xd0\xb6\x03\x83\xf9\x46\x6a\x2f\x1e\x70\x94\x80\x5c\xef\xbc\xa3\xfe\x4d\xfd\xd5\xf5\x7b\x5b\x43\x6e\xaf\xf3\x3d\xe3\x2d\x66\x67\x64\xe4\x0a\x23\xec\x03\x3e\x51\x4e\x7f\xd8\x16\xdc\x25\xfa\x53\xdc\x1f\xd7\x5f\x2c\x4e\xee\x62\x73\x5e\xc4\xc9\x1d\x6c\xfd\x2e\x46\x8b\xe6\xfa\xbd\xee\x64\xed\x3a\xdf\x33\x6f\xd5\xa7\x13\x7b\x4f\x54\x92\xdb\x36\xfc\x23\x78\xc0\x58\x1c\xb1\x74\xc7\x29\xca\xce\x08\xab\xb2\x5d\xc6\xbf\x80\x07\xea\x47\xfc\xe0\x3b\xc0\xc3\x8f\x72\xe6\xb3\x99\x0c\x6c\x9b\x5e\xb1\x3c\x6a\xd8\x97\xeb\x01\xf2\x23\x89\x6d\xbb\xe3\x14\x15\x76\xe1\xb8\x16\x35\x6c\x9d\x79\xa0\xfe\xe9\xfa\x7d\x3a\xb1\xd9\xb1\x6d\x76\x1b\x36\xbb\x3c\xb8\x7c\xba\xfc\x89\x72\xe6\x1f\xb6\x82\x09\x2c\x0f\x90\x25\xdb\x7a\x4c\x56\x79\x18\x52\x5f\x5d\xcc\x67\x88\x19\x5b\x80\xae\xea\x7e\x76\x9f\xea\x6c\x0b\xb9\xaa\xe9\x6e\x98\xdd\xd8\x1c\xaf\x61\xbb\xd7\xb0\xbf\xe3\x01\x6b\x24\xd3\xe3\x88\x75\xc1\x6e\xae\x91\xfc\xad\xdd\x71\x7a\xb3\x89\x5c\xc3\x7e\xbd\x61\xe6\xc6\x03\xeb\xb5\xdc\x6e\xe0\x03\xc7\xb0\xd5\x4c\x8f\xd3\xec\xd5\xb6\x4a\xab\x99\x1e\x67\xb4\x3b\x11\x1b\x8d\x6d\x13\x79\x98\x78\x90\x25\x26\xf9\x57\x0f\x68\x3e\x30\xb1\xc2\x23\xbd\x5c\xbb\x97\x4f\x9f\x37\xee\xab\xab\xb9\x9f\x2b\xe6\x41\xd7\xed\xa7\x9c\xf5\x0a\xf1\x76\x5b\xbc\x35\xd3\xe3\x6d\xf1\x73\xdf\x58\xf3\x93\x53\xf4\x80\xbf\x28\xff\xc8\xf8\xcc\xfc\xdc\x41\x8f\xdc\xd6\xaf\x66\x3a\xda\x16\x3f\xf7\xc6\x26\x8c\x64\x73\xed\x8e\xe3\x10\x69\x7d\xd2\x6a\xa6\xa3\x1d\xf3\x80\xd8\x5b\x3e\x5e\xde\x71\xbc\xb9\xb9\xf5\x5c\xb8\xe6\x37\x72\xf6\xf0\x40\xbb\xdd\xdf\x47\x7f\xb6\xb3\x4f\x73\xcc\xbb\x9f\x98\x1f\xe5\xe4\x4d\x8d\xc8\x09\x8d\xfc\x37\x3c\x50\x0f\xc7\x9e\x3b\xc4\x15\x59\x68\x52\x43\x25\x78\xc0\x1a\xe5\xa8\x57\x5d\xff\x1b\xfc\x93\xd0\x44\xcd\xb7\x3e\x24\xa3\xe1\x01\xfc\x31\xfe\xbf\x81\xcf\xf8\xf0\x35\x02\x1f\x37\x52\xd2\xf0\xd0\xc9\x7b\xed\xfa\x83\x1f\x72\x8c\x69\xc4\x61\x68\x24\x9f\xe1\x21\xf3\x7d\x77\xf9\x88\xf2\x85\xd5\x5d\x72\xf9\x8e\x72\xe6\xc1\xf4\xfb\x8b\x75\xf9\x19\xdf\x4c\xbf\x21\x6e\x6f\x8e\x31\xcd\xb7\x3b\xf7\x2f\xf8\x00\xb7\x9b\x0d\x83\x82\x76\x5b\x39\xd7\xc8\x36\x73\xca\xa9\xe7\x0b\xfe\x20\x39\x9d\x5a\x32\x7e\x7e\x2b\xca\xa1\xc7\x64\x79\xf4\x05\xbe\x7d\x36\x3e\x2d\xd4\x1f\xc7\x9e\x9b\x00\x41\xcd\xb7\x32\x24\x9b\xe1\x81\x76\x4d\x17\x5f\xf0\xf3\xef\xb6\x45\x73\xd4\x13\xf5\xdf\xdf\x7f\x5b\x3a\xb7\xfb\x0b\x7e\xf2\x79\x5c\x5c\x97\xec\x90\xd7\x1b\x79\xbd\xf0\x09\x3e\xe0\x88\x72\xbc\x7d\xc0\xf3\x7d\x79\x1b\xb4\x2f\x3c\x01\xc8\x2a\xd6\x76\x1c\x87\xc8\x25\x93\x96\x8f\xfd\x3b\x8e\x43\xfb\xb2\xe5\x75\x77\xbb\xc6\xcf\x2d\xc3\x92\xd4\xc8\xfa\xd5\x76\x8a\xfe\x10\x7d\xb7\x11\x19\xf9\x80\x6f\x94\xff\x30\xda\xbd\x28\xf7\xfc\x90\x9d\xe5\x94\xd3\xff\x6c\x3c\x27\xff\x49\x6a\x89\xdb\xb5\x9d\x8d\x87\x3b\x93\x51\x1e\xe7\xb1\x03\xee\x28\xa7\x9f\xcb\xf5\x78\xbb\x46\x26\x93\xd4\x7c\x9c\xc6\x8e\x4c\x0f\xb8\xa8\x91\x40\xb1\xed\x1a\xfd\xac\x76\x9c\x60\x5f\xb1\xab\xf9\xff\xc6\xcd\xb0\xe5\xbf\x28\x42\xff\xb7\xed\xd7\x6e\x26\x83\x8d\xef\xd7\xea\xb0\xad\x1d\x97\x87\x1b\xef\xab\x86\xbb\x46\xdb\xb6\x15\x39\x0f\x95\xef\x45\xf6\x3b\x4e\x5d\xbb\x47\x3d\x2c\x43\x37\xd9\x6f\x3c\x2c\x96\x6f\x11\xb6\x2d\x01\xce\x83\xc8\x9b\xe8\x07\x6d\x0f\xdf\xe2\x90\xa1\xe1\x94\x53\xff\x30\xfa\x6e\xcc\xa4\x5b\x86\x5d\xee\x11\xd3\x8d\x91\x73\xcb\x5c\x0e\x93\xb6\x81\x07\x89\xcf\x3e\x5c\xbe\xa3\x1e\x0c\x8c\xb3\xfb\x1f\xb7\x80\x1b\x8b\xe0\xe5\x5b\x84\x1d\xa7\xab\xcd\xe9\xaa\x91\x11\xa7\x6d\x5b\xaf\x9c\x87\x42\x39\xdf\xcb\x2e\x91\x07\x2c\xd2\x8d\x46\x2b\xfa\xbf\xf0\xcb\x20\x65\x5b\xdb\xb6\x23\x39\x0f\x0f\xa9\xf5\x19\xd7\x32\xdb\x22\x0d\x41\x5a\xe8\xea\x1b\x79\x08\x78\xa0\xff\x6c\x2f\xd0\xfd\xf1\xb0\xf0\xa7\x71\x7f\x7c\x9a\xdf\xcb\xfd\xe7\x34\x80\x6e\x8e\x87\xf1\xdf\x96\xc8\x6d\xdf\x26\xe3\x7d\x83\x8e\x24\x9b\x68\x3b\x4e\x5d\x68\xdf\x4e\x39\xdf\xc7\xa9\x6b\x23\x7e\x1a\x4a\xb4\x03\xbe\x51\xae\x6d\x1f\x16\xe3\x07\x34\x5a\x6f\xc4\xb0\x4f\x9f\x3b\xc4\x15\xda\xba\x53\xee\xfa\x83\xfc\x2c\xc6\x46\x76\x7f\x7c\xfa\xd9\x9b\xd3\xcf\x88\x76\x7d\x7b\x6a\xa5\x5e\x23\x51\x5e\xdb\x21\xde\x48\x2d\x70\xca\xf9\xfe\x09\x36\xa4\x50\x82\xc9\x49\x63\xda\x7e\x02\xcf\x09\x05\xd8\x7c\x8a\xdd\xcf\x8a\xef\xed\x44\x50\x5d\x4f\xcc\xe7\xe3\xf9\x34\xfb\x7b\x83\x2c\x51\xde\x35\x9f\x62\xf7\x1b\xe3\x7a\x3d\x2e\xd7\xf3\x46\x3d\xaf\xeb\xe9\x51\xbe\xa2\xfc\xa5\x9c\x79\x0b\xf1\xb6\x2d\xde\xf0\x70\x69\xdb\x4a\xff\x46\xcc\xfd\x53\x3e\x5c\x3e\xa3\x9c\x79\xab\x51\x7e\x47\xf9\x83\x73\x84\xeb\x09\x36\xf7\xc3\x1d\x03\xa5\xdb\x01\x47\x94\x2f\xca\x5d\xcf\x1d\xdf\xe3\xdd\x80\x12\xad\x61\xa2\xc2\x03\xf8\x63\x76\xf9\x0b\x3a\xfd\x41\xa7\x83\x63\x46\xd8\xa4\x34\xdb\xa4\x2c\x22\x16\xb6\x50\xea\x35\x2b\xf5\x1a\xbe\x42\x6d\x87\x38\x44\x8b\x97\xd6\xe0\x78\xb0\xe3\x16\xd0\xca\xbb\x46\x10\xea\x03\xbe\x51\xfe\xf1\x3d\xe3\x8a\x53\xac\x95\x77\x8b\x90\x7b\x8d\xc0\xf5\x3c\x3c\x94\x9f\x7a\x7a\x58\xb7\x74\x5b\xb7\x2c\x9c\x1d\x7a\xd8\xfc\x75\xdb\xfc\xd9\x01\xaa\x87\xd5\xdf\x79\x48\x94\xfb\x7b\xf0\xb9\x5b\x49\xd7\x50\xd2\xf5\xb0\x7b\x39\x0f\xf8\x73\x89\x5e\x3a\xb1\xe3\x79\x00\x6f\x27\xf5\x24\xe8\xab\x13\xea\x3d\x2d\x6e\xa1\x3a\xd1\xdd\x79\x10\x3e\x13\x51\xb8\x13\xbb\x9d\x87\x9b\x72\xd7\x73\x3f\x51\x4e\xff\xab\xfb\x73\x47\xfd\x88\x25\x62\xfa\xf6\x99\x39\xae\x77\xe2\xab\x9f\x76\x97\xcb\xef\x28\xd7\xb6\x92\xa0\x6c\x7d\xfa\xb8\x7b\x1e\x5c\xff\xa4\x7c\xc5\xf7\xf0\x13\x8e\x9d\x07\x74\xbb\xd9\x1e\xae\xcd\xed\xde\xd1\x2e\xdb\x41\x99\x26\x1f\x70\x7b\xbc\x19\x3e\x49\x5c\xdc\x03\x46\xbb\xc8\x9d\xda\x99\x87\xb2\x3c\xff\x1c\x83\x17\x21\xc1\x0e\xf8\x46\xf9\x8f\xf2\xea\x72\xf7\xa7\x78\x1d\x07\xfd\x2c\xdb\xeb\x5b\xb6\xcb\x5d\xff\x8e\xfa\xb9\x95\xc1\x75\xb2\x4f\x1f\x83\xcf\x03\xe3\x35\xfe\xd4\xe9\x75\x21\x0e\x42\x43\xd9\xd7\xa7\xc5\xff\x79\xf8\x28\x67\xbc\x35\xe6\xad\x7a\xde\x16\xfd\xaf\x6c\x3b\xce\x83\xe8\x8b\x5b\xab\x3e\x2b\xdb\xa3\x6e\xbb\xa6\x46\x4c\xcc\x3e\x7d\x0c\x3e\x0f\x13\xaf\xa8\xec\xf2\x3b\xca\x1f\xca\xe9\x4f\x5b\xee\x67\x0b\x2f\x2a\xfa\xdf\x02\xcf\x71\x41\x5e\xc4\xa3\x3c\x60\x8e\x72\xad\x4b\xd3\x75\x49\x0f\xe5\x63\x27\x38\xf9\x29\x67\x5c\x3e\x36\x77\xb4\x90\xa7\x1e\xb7\xbb\x7b\x94\x8b\x4f\x36\xb9\xce\xf4\xe9\x5b\xe1\xf3\xf0\xa3\x9c\xfa\x7b\xd0\x91\x7d\x64\x89\x55\xd8\xc3\x36\xf5\x3c\xa4\xff\xfa\x73\x3c\x3d\x60\x8e\x72\xf1\x13\xa2\x6a\xf5\xd9\x63\xbc\xdc\xfe\x36\x94\x95\x7d\xf6\x98\x67\x3b\x3c\xb6\xf2\x3f\xb0\xfd\xea\x04\x0d\xe7\x81\xe5\xe9\xb0\x89\x11\xcb\x80\xbb\x5d\x23\xec\x5e\x47\x15\xca\x83\xd8\xd3\x34\x7a\x8d\x98\x0e\xfc\x9b\x1c\xfa\xe2\x80\x6f\x94\x83\xbe\x83\x65\x9e\x51\xff\xf4\x32\x9b\x3c\x66\x90\xe5\x64\x77\xc9\xa9\xb1\x13\xce\x9b\x07\xa6\xaf\x77\x97\xd7\x28\x67\x79\xa6\xeb\x09\x32\xc0\xa6\xaa\x35\xf7\x73\x06\x59\x5a\xe9\xc9\x6d\x5f\x27\xea\x36\x0f\xf8\xff\x9a\x0c\xd6\x74\x3d\x0b\x31\x46\xe8\xad\x03\x8e\x28\x07\xed\x26\xfd\xb4\x6d\xdc\x79\xd0\x36\x74\x9a\xfd\xad\xb5\xa3\xfc\xa1\x9c\x76\xef\x69\xf2\xbb\xd9\xd6\x34\x93\xc1\x1d\xf5\xa0\x0c\x6d\x04\x6a\xe8\xa1\x0c\xed\x56\x86\x36\x62\x31\x75\x82\x46\xf3\x20\xb6\xd2\x13\xdf\xef\xe9\xf9\xd9\x9c\x7e\x70\xe6\x3c\xe0\x88\xf2\xc5\xf7\xc5\xe5\x77\x94\x6f\xbe\x9f\x2e\x7f\xa2\xdc\xf5\x77\x97\x9b\x0d\x6d\x1c\xa5\x7b\x7c\x1f\xe8\xbb\x39\x1d\x76\xb3\xb3\xbd\x7a\x94\xd3\xae\xc9\x63\xc7\xfc\x6c\x4e\xb1\x44\xd1\xe9\x73\x87\x18\xe0\xb6\xa0\x75\x93\xc7\x66\x9b\x78\x1e\x18\x97\xc5\xd5\x8e\x75\x44\x49\x6a\x5f\xfb\x4e\x70\x63\x1e\x30\x78\xb5\xd8\x78\x02\x3f\x51\x6e\xb6\x6e\x3c\x7f\xa7\xfb\x8f\x12\x73\x2d\x93\xd9\x1b\xec\x8f\x4b\xf2\xb5\x4a\x7c\xef\x79\x78\x3d\x0f\x66\x37\x6f\xb0\x15\x92\x1d\xb5\x6e\xba\x78\xa3\x3f\xaf\xfb\xd3\x98\xb7\x5f\xb0\x5d\x9f\xfe\x09\x67\xdf\x09\x6a\xcc\x83\xe8\x0e\xa7\xcd\x3e\x7f\xc1\xe6\x7e\x1c\x4b\x88\x1e\x70\xc0\x11\xe5\xc2\x2b\x5c\x18\x7a\xd8\x50\x76\xdb\x50\xb6\x6e\x7a\xf9\x82\x7d\x7f\x8e\x05\x61\x7c\xfe\x42\xcc\x70\xd9\xbe\x96\xfb\xe9\x6d\x4a\x27\x68\xef\xf9\x9e\x79\xf8\x82\x0f\xa0\x94\x6c\xd8\x80\xf6\x65\x73\xdb\xf3\x40\x39\x74\x41\x8c\x5b\x1e\x44\xbf\xc4\x6b\x3a\xe0\x1d\xe5\xe0\x21\xfd\x5f\x97\xf1\x61\x61\x33\xd4\x08\x5a\x7e\xc0\xcf\xe5\x9b\x7e\x42\xef\x2b\x71\xac\x3a\x0f\x9a\x87\xa1\x5b\x90\xbe\xb2\xe9\x6b\x65\xb1\xd7\x46\xec\xef\xbe\x72\xf4\x27\xb3\x4d\xc1\x93\xf6\x80\x6f\x94\xe3\x41\x0d\x9e\xaf\x6c\x7c\xb3\x41\xfc\xc2\x67\xbb\x13\x81\x95\x07\xea\x41\x6c\x13\x6e\x95\x07\xea\xc9\xd4\x53\x6e\xf7\xa7\xb0\x8e\xa3\xf8\x7b\x8e\x97\xe7\x61\x50\x4e\xff\x6b\xcc\x4f\x85\xdd\x0f\xf0\x61\x55\xcf\xff\xc2\x76\xa7\x61\x8e\x7c\xc0\x5f\x94\x7f\x94\xd3\x6e\x8b\xfe\x10\xb7\xa4\x11\x7d\xba\x2f\xdf\x2e\x9f\x87\xf6\x5f\xff\x91\xaf\x8b\x6d\xe2\x6a\xb1\x8e\xd8\xee\xb4\x01\x1f\x5e\x21\x86\x97\xc4\x70\xbe\x2e\xc4\xe1\x0a\x71\x4b\xf0\xce\xf3\xbd\xeb\x89\x75\x24\xda\x46\x23\x40\x74\x5f\x6d\x47\xbb\x44\xc3\xf0\x36\x77\x35\x6f\x5f\x08\xac\x79\xca\xc5\x1f\x96\x6f\xaf\xbb\x95\xad\x8d\x50\xce\x7d\x85\x58\x5d\x11\xb1\x61\x36\x97\xef\x28\x67\xde\x8c\x9f\x3d\xd6\xbd\x7b\xdd\x57\x71\x79\x7c\xef\x79\x5e\xdd\xe5\xc6\xb7\xee\x00\x3e\xc6\xc3\xbe\x53\x94\x67\xe6\xc1\xdf\x9b\x3f\xdb\xf1\xa0\x79\x1b\xba\x46\xf4\x9f\x44\x92\x17\xb6\x80\x07\xdc\x51\xfe\xf0\x3d\xf5\x8c\xc0\x07\x3c\xae\x1b\x71\x6c\x3b\x41\x2b\x79\x58\x94\x37\x97\x3f\x51\x4e\xbb\x1c\x03\xd6\x30\xff\x41\x7b\x9b\xda\xf4\x7a\xcd\xe8\x8f\xae\x15\x4e\x7f\xa6\xcb\x7b\x94\x0f\xbe\xef\x2e\x5f\x51\x8e\xfb\x48\x8e\xef\x8d\x6f\xd3\xa6\xf8\xc5\xf5\x73\xac\x3d\x0f\x04\x08\xe0\x18\xb0\x66\xac\x0b\xf1\x2e\xaf\xab\xc6\xf7\x51\x4f\xf8\xae\xbb\xfe\x3b\xea\xb9\x99\x37\xf8\xf9\xb2\x33\xce\x79\x10\x9e\x10\xd7\xf5\x80\x5e\x2f\xef\x07\x50\x86\xf6\x35\x63\x1e\xec\x08\xe1\x6d\x62\x28\xa3\x3b\xa1\x2a\x4f\x39\xf5\xac\xc0\x2b\x1c\x31\xaf\xeb\xaf\xfc\x8d\x72\xd1\xd1\xd9\xae\xfd\x7b\xfb\x15\xfe\x1f\xe7\x01\x74\xe1\xf4\x10\xba\xed\x8e\x32\xfb\x54\x57\x5d\xfe\x44\xf9\xcb\xf7\xcb\xe5\xbf\x28\xa7\xf9\xc1\xf4\x2d\xef\x5e\x97\x6f\x6b\xa6\xd9\xe8\x0a\x36\xb1\x20\x27\x6f\xe3\x96\x6d\xb3\xce\x03\xed\x9a\x9c\xee\x40\x47\x99\x6c\xe7\xeb\x32\xd9\xdf\x31\x1d\xb7\x97\x99\x53\xc2\xba\x83\x4d\x78\x9b\x42\x24\x80\xbe\x6e\x6f\xbf\xd6\xed\xfe\x58\x0c\x58\xd7\x7e\x1e\x98\x56\x93\xf7\x0e\xb4\xdb\xa0\x1d\x21\x5d\xfa\xda\x81\x46\x64\xa0\xb8\xae\x19\xe5\x77\x94\x6f\xca\x5d\xbf\x4f\xc3\x0b\x4f\xc2\xb6\x4c\x4e\x3b\xc8\x66\x1f\x7e\x7a\xbe\x9f\x2e\xff\x45\xf9\xa7\xf2\xc5\x32\xef\xe8\xff\x76\x78\x80\xe4\x76\x83\x3d\xa1\xcb\x6f\x04\x28\x3b\x60\xd4\x03\xdb\x5d\x66\xa3\x4f\x88\x07\xd2\x49\x5c\x97\xe7\xe1\xb1\xf8\x47\xa9\x9f\x1a\xa9\x48\xfb\x7a\x82\x1d\xfb\x36\x88\xd8\x9d\x07\x7c\xa3\x9c\xfa\x4d\x66\x4f\xb0\x5d\x65\x83\xc8\xce\xb1\x78\xc0\x1e\xe5\x84\xdc\xb0\x98\x79\x42\x9c\x90\x14\xb2\x11\x54\xb3\xaf\x37\xd6\xfd\x65\xdd\x93\xe7\xed\x0d\xf2\xb6\x92\xc5\xdb\x11\x22\x22\xf2\x40\x7f\x8c\xcf\x6f\x90\x9f\x6f\x89\x96\xf1\xf6\x8d\xf9\x79\x3d\x3f\xc6\xab\x9f\xb7\x29\xc4\x14\x4c\x6d\x19\x9f\x7f\x21\x66\x7e\x88\x99\xe4\xf9\xfc\xc5\xfa\xfe\xbc\xbe\xc6\x9f\x5f\xb4\x8b\x27\x52\xc3\xb4\xff\x80\x3d\xca\x99\x87\xc9\xfa\xc6\xf6\x68\x59\xa9\x81\x97\xdc\x01\x7b\x94\xd3\x2e\xa7\xb7\xf5\xc5\x78\xb5\x4f\x3a\xe5\xd4\xff\x45\xbb\x9f\xc7\xbb\x5c\x4f\xd0\x23\x4a\x8a\xff\x2f\x63\xdf\x72\x35\x3d\x88\x6b\x9b\x4a\x87\x60\x63\x03\xd2\xa4\x73\x01\xdb\x95\x7f\x08\x77\x69\x3f\xfe\xbe\xb3\xf3\xcd\xf0\x5e\x2e\x0a\x0b\x21\x84\xd0\x43\x39\x4e\x86\x9d\x0d\x06\x9d\x0d\xda\xc1\x4b\x93\xb1\x14\xe5\x59\x8d\x8b\xef\x0f\xe1\xc3\xf8\x24\x1e\xc2\x5f\xe3\x1f\xfb\x11\x2e\xf5\x62\x1d\x4a\xf2\x71\xea\x7f\xb7\x71\x6e\x57\x4c\xa2\x53\x8f\x61\x9c\xb9\x58\x4e\x8d\x47\xdb\xd8\x3a\xb0\x6d\x0c\x5e\xce\x8e\x75\x6a\xfd\x2e\x5a\x89\x06\x2f\x67\xc7\x3a\xd3\x38\xf8\x64\x1c\x54\x83\xd6\xa9\xf5\xbb\x58\x80\x60\x68\x9b\x5c\xcd\x78\x13\x2e\x3a\x34\x8f\xbf\x69\xfc\xb4\x12\xad\x26\x71\x4f\x6f\x84\x73\x68\xdb\x58\x4d\xf4\x97\x13\xc2\xd0\xf6\xb0\x9a\x8e\x0d\xab\x89\xfe\xb4\xfa\x2c\xab\x6b\x8b\xea\xda\x38\xb8\x0d\x2c\x5b\x65\xe8\xa5\x50\xf8\x14\xae\xfe\x19\x2a\x34\x8e\xa1\xf7\x3d\x9e\x4b\xe3\xa1\x3a\x65\x67\x83\x6a\x30\xb9\x0b\xf9\x9c\xbe\x07\x6c\x40\x9e\x9f\x3c\xee\x2e\x5b\x59\x9c\x3a\x92\x97\x98\x83\x79\xfa\xd8\x80\xbc\xa2\xaf\xea\x58\xdd\x74\xa3\x33\xc0\x60\x9c\xe2\x60\xde\x37\x36\xf8\xbf\xe4\xf3\x65\xeb\x88\x52\xb0\x0d\xe6\x7f\x1f\xcc\x7d\xc6\x06\x32\xa9\xf0\xf2\x71\x2c\xab\x5f\x4a\x34\x36\x0e\xaa\xb9\xcc\xb4\xc5\x06\xe5\x83\xfa\xb1\x9a\xa5\x74\x53\x43\xf2\x67\xc9\x35\x7b\x2c\xa9\x47\xa7\xfb\x91\x1c\x60\x46\xa2\x76\x34\xca\xf9\x65\x35\xc8\x79\x7d\x4e\xf1\xb9\xe2\x2f\x07\x33\xfa\xd4\xfb\xa4\xa7\xd5\x23\x66\xa0\x69\x07\x33\xee\x8c\x65\x35\x82\xb7\xf0\xe7\x38\x29\x57\x57\x98\xcf\x99\x03\x7b\x30\xde\x79\xac\x94\x5a\xb3\xe0\xf4\xdc\x8e\x46\xb5\x8c\x77\xf4\x6c\xbc\xc4\x49\xcf\xf4\x3a\x4d\xae\x53\xd6\x7b\xad\xc7\x30\x9e\xc4\xc9\x3f\x29\x35\x77\x25\xe2\xfd\x0f\xde\x3e\x8d\xb5\x3c\xef\x8b\xf3\xce\xac\xeb\x63\x2d\xf3\x1b\x6b\x55\x1d\xbc\x65\xaa\xc7\x66\x9c\xff\x2b\x7c\x4b\x8d\x5b\xf4\x5d\x1b\x27\x8f\x01\xcb\xfb\xa3\x2e\xeb\x07\x7d\xbe\xeb\xf1\x31\x4e\x7a\x76\xfe\xef\xe3\x7e\x58\x13\xe9\x68\x43\xb8\xf9\x87\xbe\xc2\xe3\x34\x6e\x3e\x41\x4e\xdf\xa6\x7a\x9d\xf5\xf8\x1a\xe7\x77\x89\x9f\x15\xa2\x54\x8d\x49\xbc\x09\x4f\xe3\xa4\x3f\xe5\xf9\x7a\xcd\xcf\x2f\xf7\x77\xde\x6e\x8d\xf5\x5a\x3e\xf0\xf2\x7d\x9c\xf3\x2f\xd6\xaf\xf5\x7a\xb8\x74\x55\x53\x8a\xb8\xb1\x3e\x8b\x63\x46\x12\x8d\x93\xc6\x4c\x5e\xc9\xb3\x41\x76\xe1\x29\x61\x29\x92\xa8\x1a\xbf\xff\xa5\x35\x1b\xeb\x17\x62\x47\xd6\xe4\x19\xed\xe0\x67\xfc\xcc\x2e\xdc\x66\x06\x23\x1c\xeb\x71\x18\x67\x3a\x43\x6a\xf1\xbe\x0b\x1f\xba\x0b\x1f\x8d\xdb\xde\x3e\x34\x7e\x5e\x42\x9f\x83\x2e\xc0\x63\x5b\x1c\xef\x33\x98\x80\x90\xec\xbb\x4f\xfd\xef\x66\x8d\xd6\x83\xd5\xda\xeb\x71\x1b\x7f\x88\xab\x1f\x6d\x27\x9b\xc6\xfc\xc1\xc8\xc7\xb1\xcf\x6d\x9c\xd3\x29\x76\xdc\x4d\x5a\xf3\x6e\x64\x3b\x46\x38\xd6\x63\x37\xce\x71\xd2\x88\xba\x9b\xc7\xd3\x98\x2f\x8b\x97\x9b\xf5\x98\xc6\x37\xf1\x4e\x5c\xe2\x63\x43\xac\xb7\xe3\xd2\xf7\x36\x2d\xe3\xdd\x28\x9e\xc4\x76\x5b\xae\xc4\xd5\xf8\x11\xe7\xf7\x5e\x1e\xe7\x25\xfa\x50\x5c\xee\xcb\xe3\x84\xef\x70\x53\x75\xd3\x7a\x4c\xe3\x8b\x69\x26\xd9\xff\xa5\xed\x6d\x5f\x3c\x0d\xf0\xb2\xaf\x1e\xfd\x7e\x2e\xe2\x5d\xf8\x63\xfc\x25\xce\xf1\xfb\xf4\xbf\x2f\x25\xdd\x0a\x8d\x47\x7c\xa5\x3b\xf8\xc1\x48\xc6\xb1\x6f\x89\xc5\xcd\xbc\xc3\x83\x91\x8c\x63\xcb\xe7\xac\x1a\xcc\x99\x46\x7e\xdb\x36\xc2\x6f\x26\x31\x3a\x58\x56\x7b\xec\x5b\xdb\xe1\x66\xb2\xd8\xc1\x64\x6e\xf5\x18\xc6\x93\x78\x13\xfe\x1a\xff\x88\xf3\xbb\xbc\xcd\x6c\x6d\x33\xbc\x9c\x1d\x5b\x01\xc9\xd5\xe8\xfc\xdf\x29\xdc\xef\x3b\xeb\x2e\xe7\xc5\xdb\xcc\xd6\x36\xc3\x4b\xd8\xb1\x87\x8e\x25\x9b\x79\x1f\x07\x0b\xc3\xd7\xe3\x63\x9c\xe3\xa1\x75\x64\xcb\x17\xad\x1a\xd8\x06\x2e\xf1\xcf\x90\x9a\xbb\x87\xe8\x40\x6b\xf7\x1e\xfe\x5f\x66\xde\x3b\x2e\xf1\xcf\x94\x1c\xd8\x4c\x58\x37\x2e\x5a\x07\xf7\x94\x58\xdf\xca\xd5\x76\x89\x9f\xe5\x5b\x56\x0d\xf2\x0f\xb7\xdb\x3d\xfd\xbf\x4c\x6e\xa6\xbc\x70\x63\x4f\xff\xaf\x12\x7d\xf1\x52\x75\xec\x30\x3d\x83\xfc\xcf\x1a\xb3\xf5\xf8\x13\x4e\xb1\xcb\x84\x81\xf5\x78\x19\xe7\x3c\x8a\x9f\xc3\xf3\x1e\x4c\x7b\xe8\xf1\x28\x05\x45\x35\x48\x37\x6e\xf3\x0c\x28\x66\xe3\x26\xce\xef\xca\x34\x4e\x6b\x10\x53\x20\xd6\xe3\x36\xce\x2c\x6d\x54\x67\xb7\x42\x82\x86\x22\x8b\xc7\x4d\x6b\x87\x23\x88\x87\x22\x88\x07\xcb\xec\x0e\x3b\x15\x54\xe3\x22\xce\xf1\x2f\xaf\x97\xc5\x04\xd3\xb7\xe4\xd5\x92\x9a\xb5\x59\x9e\xe0\xb8\x79\xe9\xb3\x97\xe9\xcc\x10\x9f\x71\x8b\x0f\x6d\x05\xdf\x8c\x04\x1f\x8c\x34\x1c\x0c\xe0\x65\x43\x59\xe6\xf4\xbe\xbf\x97\xd6\xeb\x71\x6b\x5d\xdb\x1a\xbd\x37\x8f\xdf\xba\x3c\xdd\x3e\xe6\xa9\xfc\xff\xb8\xb5\xae\x1f\xcb\x19\xba\x72\x0f\x5d\x6e\x6e\x1f\xe7\x74\xb9\x3f\x74\x89\xb9\x1f\xcf\xfb\x43\xb9\xc1\xd4\xce\x63\xfb\x38\xc7\x7a\xfe\xf5\xbe\xfa\xd7\x71\x6e\x3f\xa2\x83\xc6\xf9\x78\xde\x1f\x65\xcf\x93\x7c\x7e\xb6\xc7\xc3\xc4\xb4\xb7\xe4\xb3\x7c\xe0\x06\xab\xf7\x17\x1e\xc2\x97\x71\xd2\x53\x7c\xfb\x7a\x5e\x98\x0f\xff\xf0\xf8\x7d\xfc\x53\xe4\xef\xa0\x2f\xec\xa0\xcf\x00\x1b\x4c\x96\x2c\x3e\x7f\xcd\x87\x4c\x48\x3f\x58\x91\x73\xec\x4f\x6a\xc1\x86\x33\x5c\x3b\x74\xd9\xba\x3f\xcf\x17\xd3\xd0\x1f\xb7\xe4\xc9\x27\xb5\x69\x7f\x4a\xc6\x3c\xd9\xbf\x7c\xe3\xaa\x81\xf5\xe8\xf1\x7f\x5e\x2f\x1f\xb3\x1a\xde\x92\xe7\xde\xc7\x15\x11\x3c\x74\xe9\xb9\x7f\xde\x4f\x7f\xdc\xd7\x74\xb9\xb9\x7f\x1e\xe7\x4f\xe3\xa4\x75\xd3\x91\xb9\x43\x91\xb9\x83\x3e\xa6\x83\x59\xe8\xd8\xe0\x78\x34\x4e\xef\xef\x5b\xfb\xbb\x2e\x3d\xb7\x8f\x8b\xac\x70\x5f\xef\x57\xff\x33\xe4\xd3\x56\x0d\x66\x78\xc7\x7a\x99\x4e\x0a\x34\x19\xd2\xdb\x0e\x8e\x7f\x32\x80\x97\x0d\x26\x74\xc5\xb1\x6d\xfa\xd2\x7f\xea\xd2\x7f\xf0\xb2\x72\x86\x8e\x6d\x33\x74\x6c\xe3\xa5\xe4\x8c\x93\xf3\x55\x0d\xac\x47\xe6\x93\x9e\x8e\xb4\x9d\x2a\x4b\x3e\xfa\x7d\xfd\xdf\xea\xd7\x0c\xb9\xa4\x4d\x05\xd6\x0e\x46\x38\xce\x90\x4b\x5a\x35\x20\xee\x79\x99\x38\xe3\xe2\xb2\xac\x06\xc8\xc1\xbb\xde\x7a\x0c\xe3\x7a\x9f\xb8\x5c\xb6\x27\x2f\xa7\xcf\xc1\x7a\x47\x33\xe4\x82\x5d\x0d\x68\xbb\xfd\xe4\xff\x32\xa3\x15\x1a\x7c\x7f\xf2\xf3\xba\xc9\xca\x1c\x56\x07\x5d\x71\xa7\xf3\x6d\x4c\xd5\xb7\x1e\x4c\x27\x3e\x43\xdb\xd5\x54\x31\xe9\x83\x29\xbb\xeb\x31\x8d\xb3\x7f\x9c\x7e\x66\x8c\x25\x72\x33\xab\xda\xc1\x8a\x6f\xf5\x18\xc6\x93\x38\xc7\x3f\xb6\xfb\x51\xba\xc8\x83\xfd\xcc\xd0\xfb\xca\xa0\xca\x4b\xc0\x19\x33\x35\x4e\x66\x29\x1d\x4c\x3e\x3f\x43\xa7\xa5\x6a\x4c\xe2\x21\xfc\x35\xce\xf4\x9a\x30\x0e\x4f\x16\x6a\x66\x83\x79\x60\xc4\x2e\x93\xe2\x6f\x2a\x9f\xd5\x60\x64\xe2\x8c\x08\xbd\x1f\x3c\x2d\x31\xf3\xe6\x64\xa2\x24\x36\x30\xef\x8c\x40\x9c\xac\x8b\xcc\x06\x73\xb9\x8b\x0e\x3a\xa5\x55\x83\x74\x18\xea\x67\x2f\xe3\xcc\xd6\x7f\x85\xf0\xd7\x38\xc7\x7f\x93\x0e\xc9\xe5\x3a\x59\x29\xb9\x70\x8e\x3f\xcd\x57\x29\xbe\x1a\x21\x3c\x8c\x93\x9e\xe2\x4f\xf9\xd2\x55\x83\xf9\xf9\xc5\x9f\x2b\x34\x8f\x8b\x99\x73\x59\xd2\x7a\x86\x12\x4c\x54\x03\xdb\x27\xab\x32\x4d\x56\xa1\x65\x83\xfd\xcf\x2e\x7c\x19\xc7\x29\x87\xae\xc4\xf5\xf8\x18\x27\xdd\xc4\x9f\xf2\x09\xab\x06\xe9\x93\x43\xf8\x36\xce\xf7\x83\xf3\xf8\x78\xd9\x6b\xdb\x60\x56\xa0\xe9\x5c\x50\xd5\x20\x3d\x83\xe3\x79\xb6\xe8\x86\xe3\x5d\xe1\x21\xfc\x33\xce\x79\x4f\x7e\xef\x1b\xe2\xb7\x97\xdb\xed\xd0\xf8\x5f\xaf\x77\x56\x31\x39\x98\x68\x78\xfa\x32\x74\xea\x32\x74\x30\xef\xd0\x8c\xcf\xf3\xf5\x85\xf2\x41\xf3\xbb\xbe\x34\xce\xed\x6a\xaa\x9f\x6f\xa9\x1f\x16\x64\x3d\x86\xd6\xa9\x22\x37\xa7\x22\x37\x95\xfd\x79\xb2\x8a\x2a\x1b\x2f\xdf\xe7\x77\xfd\xbc\x4e\x99\xd0\x61\x4c\xf5\x23\xdf\xaf\x6a\x30\x8b\x74\xe3\x78\x7e\xa6\x3f\x33\x3c\x1e\x2c\x7a\x32\x43\x3e\x5e\xd5\x60\x9a\xe9\x8b\x74\xfe\x2d\xf1\x03\xd3\x90\x0e\x5e\xf6\x4d\x47\x80\x56\x83\xff\x2b\x7e\xfe\x99\x9f\x59\xda\x74\x4c\xf2\x6d\x7a\x1b\x50\x39\xd2\x41\x5f\xba\xc9\x3b\x56\x36\x38\x1e\xbf\x2f\x39\x93\xb2\x02\xf2\x72\x70\xa6\x72\xbe\x55\x83\xe3\x81\x55\x60\xfa\x12\x76\xf2\xd6\xb5\xf0\x14\xfe\x09\xe7\xb1\x84\x97\x86\xf5\x78\x1a\x6f\xfc\xdf\x10\x7e\x19\x67\xff\x50\xc7\x67\xea\x98\x3a\x59\xcd\xf4\x1c\xbc\x04\xac\xc7\xcb\x38\x93\x0e\xc3\x25\xbf\x1e\xbb\x71\x6c\x9f\xf4\x15\x9e\x2c\x78\xca\x46\x12\xe7\x77\x9d\x92\xff\x2c\x56\x5a\xfd\xa4\x70\x8d\x5f\xc7\x5a\x96\xcc\x98\x29\x57\xeb\x6a\x74\xe2\x53\xb8\xfb\xd7\xbc\x84\xfa\x91\x9c\x64\xa9\xd2\xa6\x62\xdf\x93\xc5\x49\xd9\xc0\x7e\xc1\x7a\xf5\x93\xe5\x45\xd9\x20\x1f\xe6\x2d\xfc\x36\xce\xef\x1a\xfc\xdf\xe6\x71\x32\xf4\x6a\xb0\xbc\xe8\x4c\x59\x3d\xab\x11\xc4\x39\x5f\xd7\x52\xff\x3a\x46\xb2\x8e\xe3\xcc\x6b\x1b\xd7\x78\xb8\xae\x9d\x85\xad\x1a\x1c\x3f\xd7\x75\xca\x97\xab\x1a\x58\x8f\x8c\x64\x9c\x79\x9b\x4f\x58\x68\x65\xb0\x46\x4d\x3d\x6e\xe3\xa0\x33\x7d\xbc\x66\xde\xa6\x83\x0a\x97\xf0\x32\xae\x1e\xa7\x71\x8e\xff\xe6\xf8\xe5\xe3\x35\x99\xfd\xad\x1d\x2c\x3a\x3e\x53\xd6\xcd\xc9\x5b\xe9\x73\x84\xe6\x57\xf9\x01\xab\xa1\xac\xdf\xea\xc7\xe3\xec\xeb\xff\xab\xa1\x30\x59\xce\x11\x0d\xf2\x6d\x0c\xf5\xb3\xfd\xbe\x6b\x2e\x90\x3e\x8a\xd8\x9d\x8a\xd8\x1d\x31\x0f\xe1\xcb\x38\xe9\x23\xbe\x1d\xf1\x19\xe7\x7c\x89\x6f\x87\xf9\x70\x50\xad\x67\xe4\xf5\xf4\x65\xf1\x54\xf6\xba\xc1\xdb\xb6\x7a\x0c\xe3\x49\x5c\xfd\x48\xfe\x27\xd3\xb8\x0f\xde\xaa\xcd\xf4\xfe\x9e\xda\xdf\x23\xef\x3f\xa8\x5f\xa9\x53\x6c\x35\xf8\x37\xa9\xee\x24\x9e\x18\xe8\xdb\x0e\x06\x7e\xcf\x94\xcf\xd6\xe4\xa5\x6f\xe1\x9c\x7e\x9d\x4a\x67\x06\xc5\x0a\x23\x16\xa7\xef\x5c\x27\xef\x5c\xdb\x21\x31\x97\x61\x71\x10\xd4\x6a\xa7\xd8\xc8\xdb\x73\xa6\xfa\x17\x1b\xa5\xd9\x3d\xb9\x5d\xd1\xd7\x61\xf2\x0e\x94\x0d\xa8\x71\x53\xe2\x40\x2e\xe7\xd5\x50\xdd\x25\xf6\xef\xed\x39\x17\x2f\x19\x19\x40\x5e\x8f\xc3\x38\xa6\x99\xbe\x3e\xd3\x97\x98\xd5\x80\x76\x3f\xc5\x46\xcb\xcb\x63\xd1\x5a\x66\xf1\xb7\xbd\xbc\x65\x74\x4d\x8d\x7f\x7b\x99\x6d\x2e\x33\x56\xca\x9e\xbe\xc4\x9c\xbe\xc4\xb4\x98\xdb\x66\x6b\xfa\x42\x8d\x94\x58\xdf\x16\x07\x4c\x30\x31\x52\x74\xd8\x9e\x2f\x26\x92\x18\x2c\x8a\x3c\x7d\x99\x38\x75\x99\x38\x52\xec\xfe\x78\xfc\x4c\x04\x7c\xb0\xfa\xc1\xcc\xc7\xcb\xe6\xe1\xe9\x84\x3e\x10\x33\x1f\x2f\xd7\x87\xcb\x95\x11\x8b\x33\x5f\xd3\x8d\xa5\xd6\x0e\x8b\xa7\xd7\xfc\xf0\xd2\x58\xcd\xfa\x1f\xd3\x97\x7d\x53\x97\x7d\x83\xa9\x2c\x67\xea\xf4\x56\x0d\xd0\x87\x3e\x0d\x33\xe5\x9a\x5d\x0d\x56\x64\x91\x38\xf6\xb6\x9d\x1f\xd5\xd0\x4c\xf6\xf3\xf3\x32\xfb\x71\x99\xd1\x47\xa1\x1e\xb7\x71\xbd\xcf\xf1\xfc\x2c\x2e\x99\x2b\x7c\xf0\x92\x6e\x3a\x90\x78\xf2\x16\xef\x9c\x87\xbe\xeb\x27\x35\x25\x7f\x54\x17\x24\x16\x97\xb7\xcf\x75\x30\xed\x3d\xab\x19\xcd\x25\xab\x6a\x35\xc0\x27\xf4\x39\x98\xeb\x14\x3f\xaf\x93\xfc\x1c\xdc\x26\xd7\xb9\xfc\xfe\x7a\xfe\x57\xb5\x60\x3a\x32\xb7\x1a\xdf\xff\xea\x30\xcd\xa5\xbc\x44\xd5\xe0\x78\xb8\xfd\x38\xd2\xb6\x1a\xec\x07\x56\xcc\xb9\x2e\x89\xad\x75\xc5\xfe\x5f\x6d\xa4\xb9\x2e\x89\x8f\x75\xd1\xba\x23\xf1\xb7\x2e\x89\x1b\x5f\x4e\xd1\x49\x60\xb2\x42\x19\x1b\x8d\x38\xff\x57\x3e\x49\x93\xd5\xb2\x5c\xd9\x65\x2e\xe5\x0d\x9a\xaa\xf6\x34\xe9\x33\x31\x59\xcf\x89\x0d\xf0\x9b\xc4\x99\x23\x61\xa7\x22\x61\x27\x23\x10\xa7\x2f\xb9\xe6\x92\x4f\x52\x90\x6f\x97\x7c\x92\xa6\x6b\x20\x1d\x3d\x84\x2f\xe3\xa4\x1b\xd7\xef\xb2\xf8\xe6\xed\x55\x3b\x98\xb6\x76\x32\xd0\x95\x0d\xce\x3b\xc5\x3a\x8b\x93\xb0\xc1\xfe\x27\xc7\x39\x4c\x67\xc8\xe5\xea\x27\x85\xbb\x1f\xa5\x6c\xa4\x7a\xb1\xa6\xe9\x30\x45\x07\x7d\xef\x94\xba\xa9\xd2\x16\x93\x4e\x08\x93\x01\xb0\x6c\xa0\xf2\x06\x2f\xe3\xa6\x23\x58\x27\x4b\x34\xb4\x83\x3e\x9d\x93\x45\x18\xd8\xe0\x38\xc9\xcf\x6b\x7a\x5e\x58\xbd\xf6\x60\x24\xf8\x64\xf6\x75\x36\x30\x8f\x29\xbe\x92\xf5\x71\x2a\xb2\x75\xf2\xd2\x6d\x3a\x82\x75\x2a\x82\x75\x9e\x27\xc7\xa3\x84\x41\xd5\x60\xa9\x03\x8d\x27\xb4\x4e\x17\x13\xdd\xce\x53\xff\x9b\xa6\x73\x92\x9f\x99\x7a\x78\x2e\x1f\xab\x16\x8f\x55\xf3\x6c\x7a\x5f\xc7\xdd\x85\x84\x82\xe7\xe4\xe5\xf8\x5c\x4a\x75\x5b\x0d\xd2\x81\x6a\xee\x5a\x52\x13\xd7\x22\x5f\xa5\xd6\xdd\x4a\xbf\xcf\x3a\x5b\xbc\xec\xae\xc7\x61\x7c\xf2\x7d\x7e\xaf\x12\x06\x55\x83\xff\x4b\x35\x65\x2d\xa9\xbf\x6b\x51\x3e\x9c\x7e\x7f\x1b\xe7\x25\x66\x6a\x3d\x6e\xf3\x39\xad\x8f\x93\xf9\x2f\xeb\x71\x19\xdf\xc4\xf9\x5d\xdb\x74\xde\xa2\xb3\xfb\x31\x1d\xb6\xe8\x40\x35\x71\xf9\x38\xb7\x74\x9c\x4b\xf1\xe7\x63\xf9\x80\xe2\x9b\xe7\x3c\x79\x5c\x5c\x72\xea\xa8\x06\x71\x1e\x47\x97\x7c\x58\xe7\x7a\xc9\x6f\xbc\xcc\x9d\x8e\x6c\xad\x06\xe9\x23\xdc\x72\x7b\x49\x6e\x4b\x0e\xaf\xcf\xf2\xe4\x63\x51\xa3\x93\x6a\xdc\xfa\x99\xff\x7f\xe4\xff\x76\x18\x1f\xc6\xc1\x3f\xbc\x0d\xab\xc7\x65\x9c\x7c\x8b\x5b\x8e\xe9\x48\xcc\xc9\x48\xcc\x76\x1e\xe4\xb7\xed\xe3\xca\xa6\xcf\xe8\x6c\xe4\x2b\xdf\x92\x4d\xde\x92\xd5\xfb\x53\xf8\x6b\x9c\x65\x61\xb8\x5f\x6c\x65\x5a\x98\x0c\xc9\x3c\x27\x6f\xcf\xa6\x6f\xc9\xa6\x6e\xc9\x4e\xc9\xe1\xdd\x74\xdc\xda\x8d\x45\xd7\xda\x7d\xfc\x41\xfd\xe2\x1d\x16\x1b\xac\xb6\x41\xf6\xda\x8a\x10\x99\xcc\x53\xda\x4e\x06\x90\x4f\x5f\x4e\x4d\x5d\x4e\x9d\x74\xcd\x9b\xbe\x6c\x9a\xba\x6c\x3a\x59\xc0\x65\xfa\xb2\x69\xea\xb2\xe9\xa4\x0f\x44\x3d\x7e\xc2\xc9\x5e\x8d\xda\xf4\xbe\x3c\x1e\x1c\x17\xea\xfd\x14\x7e\x1b\xe7\xff\x92\x7d\xf7\x2d\xb6\xde\x2c\x9c\x39\x99\xa7\xa7\x1e\x97\x71\x4e\xc3\xe0\xf8\x6f\x93\x89\xa7\x8a\xc9\x4b\xba\xb9\x6f\x9d\x4a\x37\x4b\x3f\xce\x36\xf5\xbe\xb6\xc3\xad\xed\x84\x05\x8f\xea\x51\xe3\x67\xed\xc4\xc9\xcb\xb8\x7a\x3c\x8d\x73\xfc\x14\xf7\x5b\x3e\x13\xd5\x60\x15\x38\x8a\x5d\x06\x9c\xb2\xc1\xe2\x53\x14\xbb\xbb\xa7\xe8\x8c\x7d\xa5\xfa\x99\xc2\xb7\x71\x4e\x3f\x4f\x03\xbb\x4b\x6c\xed\xae\xf1\x53\xbd\xd8\xdd\xe3\x61\xd9\xb7\xc9\xfc\x3a\x73\xfb\x94\xb0\xb5\xcd\xf0\x92\x6e\xee\xa1\x65\xb6\xb1\xcd\xb4\xf3\xd0\x77\x0d\x2d\xe3\xcd\xda\x55\x93\x97\xb6\x73\xfb\xf4\xb0\x99\xe6\x6e\x5e\x5a\x06\xc3\xf3\xc5\x9a\x53\xf3\x12\xbb\x7b\xbb\xda\xac\x18\x35\x59\x4e\x6b\x6e\x6f\x57\x5b\xdb\xd5\x25\xb6\x9e\x9e\x47\x6d\x4b\x97\x96\xc7\xf4\xf2\x80\x4f\x46\x8d\x93\xf3\xa2\xc8\xd9\xa9\xc8\xd9\xc9\xfc\x3d\x73\x4f\xcf\x2f\xeb\x0d\x4d\x5e\xde\xcd\x2d\x97\xd5\x6a\x24\x71\xf6\xef\x63\xc6\x66\x5d\xf4\xf3\xd0\xb2\x97\xab\x69\x35\x16\x8b\xa3\x71\x9c\x0a\x0d\xa9\x46\xa9\xf5\xe7\x29\x3a\x87\xf9\x0d\x79\x77\x0b\xbf\x84\xbf\xc6\xf9\xbd\x5a\x77\x61\xbe\x62\x9d\x99\x79\x75\xf5\xaf\xd3\xf3\xc6\xb9\xa5\xfa\x99\xc2\xdd\x0f\x0b\xef\xb0\x20\xe4\x74\x04\xee\x64\x04\x6e\x3b\x4f\x8a\xb3\xed\xe3\xcd\x4e\x8a\xb9\x4b\xfc\x99\xe9\xf7\x29\x2e\x99\x4f\xa8\x1e\xfd\x3e\xb6\xa5\x93\x39\xfe\x27\xb3\xf8\xb2\xb1\x88\x93\x3e\x4a\x0c\x51\x0d\xce\x97\xf8\x36\x3d\x4e\x1c\x87\xda\x49\xdf\x97\xb9\x97\xe9\xbc\x48\xe7\x53\xf3\xbb\xcc\xe7\x38\xde\x9c\xf3\xe2\xa9\x74\xdb\xda\xb7\x61\xed\x6b\xe7\xc9\x63\xd2\x56\xbe\xb7\x6a\xf0\x7b\xb9\x3d\x3b\xcd\x6c\x35\xf8\xbf\xb4\x5e\xef\xd7\xdf\xfb\xea\x7b\xa9\xd6\x6f\x1f\x1b\x36\x9c\x39\xda\x79\x4a\x5e\xbd\x16\xeb\xaf\xbe\x4b\xfc\xf6\x5a\x4e\xbe\xfa\x2e\xc9\x25\x5b\x0d\x75\x79\x74\xb2\xf2\xd2\xdc\xb6\x1a\xee\x4f\xfc\xd0\xf9\xbf\x9f\xf9\xf0\x23\x1f\xf2\x52\x72\x3a\x5b\xf9\x54\xb6\xf2\xc9\x4b\xc6\xc9\xec\xac\x6c\xb0\x00\xa9\xe8\xff\xf3\xf8\x79\xe9\x33\x6f\xad\x2f\x5b\xfb\x36\x32\x1d\xb4\x93\x09\x02\xe6\xf6\x71\x82\xa1\x9d\xed\x64\x8d\xb6\x88\x83\xdb\x64\x30\xcd\x79\xf5\x13\xc2\xbb\x71\xc8\x2b\xa6\x45\x8d\x50\x22\x83\x60\xfa\xf3\xea\x47\xef\x53\x7d\x0c\xde\x0a\xb5\x93\x09\x05\xea\xd1\xef\x73\xbb\xe2\x65\x65\x38\xb2\x32\x14\x59\xa9\x6a\x83\xf5\xd8\x8c\xb3\x3c\x29\xf6\x8b\x7a\xec\xc6\x21\x27\x4f\x98\x0f\x22\xe4\x1c\x12\xcc\x94\x5e\xef\x13\x97\x95\xab\x1a\xaa\x66\x98\xc2\xb7\xf1\xe7\x7f\xe5\x4f\xc3\x99\xd2\xab\xd1\x88\xeb\x7d\xf2\x79\x35\x20\x07\x18\xf9\x18\xa1\xfd\x34\x18\x7a\x59\x78\x07\x7e\x91\x3f\xab\xc1\x7a\xb9\x93\xfd\x28\x1d\x6b\x30\x1d\x6b\x3b\xe9\x9c\x53\x8f\xcb\x38\xf8\x8d\x35\x0e\x22\xae\xa5\xf1\x23\x26\xa3\x70\xbe\x7f\x7b\x5e\xb4\x0f\xde\xc9\xf1\x2b\x21\x42\x30\x2f\x6b\x3b\x99\x2f\x30\x1c\x29\x19\x8a\x94\x9c\xac\x78\x19\xd1\x53\xf3\xce\x44\x3f\x93\x69\x4e\xc3\xb7\x4f\xa1\xdb\xa7\xb3\xb5\x2e\xfc\x36\xde\xf9\x3e\xe9\x20\xeb\x57\x35\x58\x88\xec\xe4\x78\x54\x1d\xa3\x1a\xea\x7f\x0a\x1f\xc6\x39\x4e\xf1\x55\x27\xff\x57\x63\xf1\x7d\xd2\x4d\x21\x17\xd5\xb8\xf9\x3e\xe9\xa3\xfc\x73\xd5\xc0\x3e\xd5\xc5\xb7\xc3\xfd\xc0\x9a\xd5\xce\x76\x37\xe1\xaf\x71\xf0\x09\x6f\xbd\x22\x94\xd0\xa7\x1a\x8b\xef\x73\x9c\x73\x89\x6f\x55\x4e\xae\x1b\xdf\x9a\x5f\x66\x54\x98\xbd\xff\xc1\xf5\x3e\x42\x11\x10\xa1\xcb\xac\xd9\xc5\xd6\x3a\x15\x05\xcb\x82\xb4\xb3\xfd\xc3\xa7\x71\xfe\x7d\x0f\xe1\x8f\x71\x7e\xf6\x20\xf9\x14\xd1\x50\x0d\xf6\x2f\xb6\x96\x2b\x62\x35\xf8\xd9\x83\x9f\x1d\x4b\xe3\x61\x19\x91\xd9\xc5\xee\xe1\x65\xa6\xd3\x55\x17\xbb\xa7\xdf\x87\xb8\x6f\x67\x1b\x21\xfc\x33\xce\xfe\x43\xef\x7b\x79\x24\x97\x47\x0f\x8e\x47\x2e\x87\xd5\xc0\x36\xd6\x93\x6c\xb7\x3c\x0d\x4c\x8b\x37\x59\x5c\xb5\x86\xa9\x7e\xe0\x72\xd8\x4e\xba\xe6\xd5\x63\x37\x4e\xb6\x4b\xe3\xd3\x38\xc4\x53\x93\x18\x5a\x1e\xff\xd2\xf8\x35\x4e\xa5\x63\xad\x06\xc6\x3f\xb4\x3c\xd6\x76\x3f\x14\xc7\xe3\x18\xc2\xb7\xf1\x97\x38\xe9\xb6\x2d\xfe\x36\x4f\x33\x8c\x70\x8c\xd8\x5e\x36\x9b\xcb\x86\x97\xa1\xf5\xf8\x19\xe7\xff\x8a\xdd\xb7\xbf\x8b\xe9\xfb\x54\xae\x37\x62\x9b\xed\x10\x0a\xd0\xce\x26\xfa\xe8\x94\x16\xba\xbc\x3b\xa9\x0e\x06\xef\xec\xd8\x60\x9d\xbe\xc6\xf1\x3f\xe6\xb7\x87\xa7\xc3\xa1\x65\xf3\x98\x7f\x1e\xaa\xef\x54\x1f\x23\x9e\xa5\xff\x85\xb9\xae\x70\xce\xe3\x63\x31\xfd\x50\x4d\x61\x42\x8d\x7a\xbc\x8d\x63\x5e\xc6\x95\xc2\xc3\x38\xe9\xa9\x65\x29\xd7\xcb\x50\x9a\xd6\xc9\x88\xc8\x70\x9a\xd6\x6a\x90\x9e\x37\xfb\xf9\xfc\xfe\xa7\xf7\x3b\xc7\xf3\x59\x6c\x7d\x14\x5b\x97\xc4\xcd\x67\xf1\xf7\xc1\xfa\x78\x5e\xa2\xb3\xd2\xb1\x06\x43\x1a\xdb\x79\x89\xce\x9f\xc5\xfd\xc7\xed\x7f\x68\x7d\x7d\x5b\xf3\xc5\x02\x4f\xe7\x25\x7a\xfe\x3c\x9e\x9f\xc6\x33\xf8\xbf\x3f\xf7\xff\xa3\x7a\x71\x49\x6c\xfd\xbc\xed\xfd\xb8\x2e\x78\x09\x1b\x4e\xa3\x1a\x4a\xa3\x3a\x99\x90\xa5\x1e\x87\xf1\xc9\x7e\x42\xf8\x63\x9c\xf3\x1b\xec\xe7\xd4\xf8\x79\x79\xd4\x4e\x26\xe6\xa8\xc7\x6d\x1c\xeb\x9d\x97\x1d\xe1\xcb\xa3\x6a\x70\x9c\xdc\x86\xb3\x89\xaf\x12\xe6\xbd\x76\x52\x4d\x0c\xa7\x4b\x0d\xa5\x4b\x9d\xf3\xe4\xfb\x17\x4f\xf3\xa1\x9a\x69\xe7\x45\xf9\x90\xca\x1e\x5e\x0d\x7c\x17\x23\x10\xeb\x71\x1a\x87\x7c\x63\x22\x92\xe0\x9d\x0e\x1b\x2f\x71\xd0\xd3\x97\x35\xa1\xcb\x9a\xf3\xc2\xb1\x2a\x52\xc7\xa7\x60\x48\x60\xe1\xec\xbf\x53\xcd\xaa\x06\xe6\x85\x56\xfc\x70\xfa\xd3\xe0\xad\x4a\x3b\xe9\x5b\x16\x8e\xc8\x0b\x46\xe4\x15\x3e\x85\x87\x71\xf6\x33\x0e\xe1\xfa\x5e\x55\xed\x9d\xa2\xcf\x94\x7c\x4b\x15\x7f\x9d\xa2\x83\xf2\xc3\x55\x83\xdf\x45\xb9\xca\x4b\x0f\x36\x58\x4f\x9f\x6a\x19\x03\xeb\xd8\xe0\xff\x4e\x7e\xaf\xf7\x91\xa4\x0f\x9f\xaa\x8d\x86\x23\xe6\x42\x11\x73\xaa\xcb\x1f\x19\x69\x3c\x85\xb3\x9f\x70\xff\x41\x3e\x41\xd9\xc4\x2f\x52\xc7\x83\x6a\x70\x3c\x94\x33\x29\xdf\xbb\x6a\x70\xde\x29\x67\x52\xbe\x77\xa1\x48\xb4\xc9\xf4\xad\x91\x69\x7e\x43\x0c\x59\xf5\x4f\x3a\xa4\xc7\x9f\x94\x57\xac\xd4\x5f\xdb\x8b\xf8\x84\x69\xb4\x67\x50\xce\xe4\x32\x9d\x17\xf9\x93\x79\x22\x83\x45\x56\xd8\x18\xc4\x39\x1e\x39\x39\x04\xf3\x9d\xb6\x93\x09\x35\x22\xe5\x5a\x1e\xcc\x6b\x7a\x4e\x46\x26\x86\xd3\x99\x56\x83\xe3\xa1\xfa\xc8\x88\x25\x36\xd8\x8f\xe6\xd7\xf2\x2d\x9f\x4d\x3e\x19\x5d\xf8\x32\xce\x7e\x34\xef\xaf\xe7\xf7\x15\x5f\x69\xbd\xff\xcc\xcf\x3f\xfd\x2f\xf7\xc1\x54\x64\x74\xf0\x1a\xa1\x70\xfc\x2f\x23\x69\xd8\xe0\xf8\xb9\xae\x9d\xa7\x33\x94\xa7\x53\x95\x4f\x63\xc9\xf7\x3a\x18\xfb\x52\xf8\x24\xae\xfd\x74\x9d\xea\x87\xdf\xb5\x4e\xc9\xb7\x25\x35\x9a\x21\x7d\xb1\xe4\x63\x5d\x8d\x46\x9c\xef\x37\xf1\xd5\x6a\xe4\x2b\x5a\xe5\x63\x5d\x7e\xff\xd2\xfb\xdc\xf7\x6d\xf5\x0f\x5a\xfd\x0b\x9f\xc2\x1f\xe3\x1c\x3f\xe9\xb0\x2e\xed\x77\xeb\xa2\x59\x81\x55\x73\x82\x97\x00\x6c\x60\xfc\x79\xfc\x21\xed\x6a\xbd\x1d\xfe\x59\xf2\x67\x1c\xd6\x2d\xf6\x5a\xb0\xee\xb4\x93\x25\xed\x63\xe9\x2e\x36\x54\x18\x7e\x66\x3b\x84\x87\x71\xb0\x45\x27\xdb\x31\x0b\x25\x1b\x41\x9c\x9f\xa7\xec\xc6\xa1\xb2\xe1\x93\x97\x83\xb1\x54\x1c\x20\x58\x8b\xbb\x9d\x52\x07\x59\xc9\x99\x0d\xe1\x53\xf8\x63\x1c\xdb\x33\x13\x58\xc4\x52\x71\x80\x60\xb5\xe1\xc2\xd9\x8f\x02\x6b\xc3\xb5\x75\x93\xdb\xc6\x92\xf5\xa2\x1a\x7a\xdf\xf8\x6d\x1c\x6c\xca\x6c\xfb\xf5\x38\x8c\x43\x4c\xa7\xbe\x57\xbe\x50\x41\xab\xfb\x39\x19\xa8\x5f\x5a\x9c\xfa\x91\xf8\x60\xda\xd2\x7a\x1c\xc6\x49\x1f\xb1\x4b\x9a\xad\x99\x27\x6c\x32\x22\xaf\x1e\xb7\x71\x88\x0f\x26\xbc\xa8\xc7\xd7\x38\xb6\xbd\xd4\x38\xd3\x74\xa0\x4b\xef\x4c\x8a\xd7\xb5\xbc\x3c\x16\x97\x47\x52\x1d\x64\x60\x0b\x1b\xac\x2a\x4f\xb1\xb8\x2c\x86\x96\xd4\xca\xe4\x76\x62\x63\x7b\x28\x7d\xe5\xa4\x71\x38\x96\x2e\x4f\x83\x21\x2d\x67\x30\x32\xae\x1e\x35\x4e\xd6\xbe\x3d\xbb\xd8\x57\xd9\x99\xab\x81\xba\xc5\x07\xb7\xcf\xb5\xa5\x9e\xae\x0d\xb5\x23\x0e\xaa\x8f\x4e\x5f\x59\x8d\x8f\xb8\xfa\x91\xfa\xb5\xa4\x0e\xd2\xa7\xaa\x1e\xdd\x3f\x2e\x4f\x83\x91\x71\xb1\x94\xb5\x3f\x18\x62\x73\xc6\xd1\xd8\xff\xe3\x79\x61\x76\xfe\xe0\xe5\x5d\x3d\xa6\x71\x8e\xe7\x22\x3d\x1f\xcf\x0b\x5d\x7d\xe3\x10\x5f\x29\x42\x33\x68\xd5\x3f\x83\xd6\xdf\x58\x2a\xf2\x13\xcc\x87\xd9\x4e\x56\x1d\xa8\x47\xbf\x8f\x08\xa0\x93\x3e\x7f\xb1\x5e\xaf\x47\x16\xed\x09\x5a\x7f\x63\x59\xbd\x5b\x1f\xeb\xa2\x33\x12\x39\xf6\x29\xba\xed\x53\x74\xa3\x78\xda\xa7\xd4\x97\xcd\x44\x0c\x71\x50\xec\x6e\x45\xfc\x55\x83\xe3\xe1\x38\xb7\x8a\xb1\x54\x83\x74\x26\x9f\xec\x26\x3e\xd9\xb4\x0a\x04\x23\xda\xea\x71\x1a\x27\x1d\x42\xfd\x6b\xfc\x8c\x1d\x39\x83\x97\x68\x41\xa3\x3b\x1b\x37\xf1\x4b\xf8\x30\xce\xf9\x4a\xf5\xe3\xf1\x4b\xfd\x92\xfa\xeb\x10\x93\xa0\xb5\xbe\xde\x07\xfd\xb7\xb2\xd5\x57\x03\xfd\xb3\xe8\x4a\x3d\x4e\xe3\x41\x7c\x12\xd7\xba\xdb\x30\x33\x9c\x41\x6b\x5f\x6c\xe5\x73\x0a\x9a\xe7\xdb\x39\xba\xde\xf7\xff\x5e\xfc\x5f\x5a\xf5\xc2\x56\xf9\x6a\x74\xe2\x43\xf8\x34\xce\xff\xe5\xf6\xbf\x6f\xa9\x89\xfb\xa6\x9a\x28\xf5\x7a\x2b\x12\xb0\x1a\x1f\x71\xf6\xd3\x4d\x37\xa6\x11\x0e\x46\x98\xc6\x56\xa4\x5e\xd0\x3c\x7c\x06\xeb\x57\xc6\x9e\x52\x07\xb7\xe4\x27\x7d\x16\xc3\x21\x11\xc1\xfc\x88\xed\xa4\x6f\x62\xd0\xe8\xcb\x46\x12\x0f\xe1\x1a\x27\xb3\xc9\xc7\xa9\x71\xa6\xbf\x0b\x91\x7a\x85\x73\x5e\x52\xea\xfe\x4e\x16\x73\x93\x75\x6d\xab\xb2\x62\xb0\xca\x59\x3b\xa7\xe6\x45\x91\xec\xd5\x38\x89\xa7\xf0\xcb\x38\xdf\xa7\x7c\x70\xa8\x41\x35\xf8\xbd\xe2\x43\x5d\xea\x55\x83\xf3\x42\x39\xb6\x7d\x2c\x64\x22\xc0\x76\x4e\xcd\xd7\xe3\xf1\x3f\xb4\xde\x4d\xcd\x97\xb2\xb7\x87\x42\x04\x82\x97\x68\xb1\x7d\x2c\xdc\x8c\xf8\x8e\x76\xa8\x1f\xc9\x31\xe5\xff\x8b\x46\xb9\xb7\xe5\xd3\x59\x8d\xc5\xba\xec\x9c\x17\x1f\xff\x36\x8f\x7f\xd1\x68\x25\xb2\x95\x37\x68\xe5\x2d\x9c\xf3\xf5\x9a\xaf\xe8\xd3\x19\x0c\x41\x0b\x5b\x79\x83\x56\xde\x33\x1a\x8f\x6d\x0e\x29\x08\x86\x14\xb4\x93\x89\x4b\x62\xbf\xa6\xff\x2b\xfa\x53\x7d\xdc\x9f\xbf\x8b\x69\x6c\x83\xa1\x6c\xe1\x5a\x92\xb1\x3f\x96\xeb\x97\xb5\x89\x9e\xf8\x6c\xa8\x1f\x7e\xaf\xd2\xc9\x06\x7d\xed\xdb\x39\x79\x1c\xdd\x3f\xcf\xd7\x8f\x72\xa9\xe1\xb2\x38\x6d\x6d\xad\x06\xe4\x18\x43\xd6\xd2\xd6\xd6\x94\xb5\x35\x18\x11\x59\x8f\x3f\xe1\xac\x49\xc9\x90\xb5\x74\x1e\xbe\x54\x1e\xbe\x60\xf1\xbd\x74\x11\xad\x54\x11\xad\xe0\x6d\x58\x86\x22\xb5\x53\xd5\x77\x83\xe6\x9b\x0c\xf9\x50\x26\x4b\xee\x9e\xc1\xdb\xb0\x74\x1e\xbe\x6a\x10\x07\xbf\xd5\xe3\x32\xce\xef\x8a\xfe\x7f\xab\x5f\xf5\xf6\xeb\x9f\x71\xda\xa0\xfd\xa5\x3d\xff\x53\x9e\xff\xc1\xf4\x9e\xf5\x78\x19\xe7\xe7\xe5\x29\xfc\x31\xce\x7e\x92\x64\x52\x01\xd9\x6a\xb0\x9f\x0c\xe1\xfe\x5f\xd6\x10\xbc\x0e\x7d\x06\xad\x3b\xd5\x08\xe2\x1a\xcf\x76\xff\x14\x73\x8c\x50\x4b\x97\xdd\x4c\xa5\xfb\x0b\x5e\x8a\x25\x6d\xcb\x6c\xb0\x9f\x33\x84\x3f\xc6\x21\x6e\x98\x27\x26\x43\x77\xb7\xc9\x10\x86\xc2\xd5\x0f\xc5\x71\x32\xbf\xdf\x19\x57\xeb\xc2\x35\xfd\x0c\x2c\x0f\x46\x08\x66\xa8\xa6\x64\x35\x3e\xf6\xc3\xf1\xcb\xf8\x5c\x0d\xb2\xa3\xe8\x79\x99\x6e\xba\x9c\xe5\xa9\x2e\xe3\x5a\x9a\xce\x8b\x56\x31\xe6\x9b\xc9\x90\xf6\x5d\x0d\xb2\x7b\xb2\x1f\x19\x99\xd3\x46\x66\xfa\x60\x65\xdc\x1e\xff\x4d\x2b\x1d\x4f\x6f\x19\x72\xc9\x4c\xd6\x15\x2d\x9c\xfd\x2b\xf4\x21\x55\xab\x2b\x18\x21\x98\xd1\xdd\x7f\x57\xff\x27\xfb\xef\x4b\xe3\x61\x64\xdf\x19\xa2\xbf\x22\xfb\xaa\xb1\xd8\x0f\xe9\xdf\x3d\xbf\x5d\xf3\x3b\x38\xef\xca\xaf\x93\x4a\x5b\x17\xac\xcd\x57\x8f\x9f\x71\xf2\xc9\xd4\xfb\x5b\xcb\x8c\x97\x9b\xc1\x08\xb8\x8c\xe9\xe5\x3a\x79\xfa\x64\x7a\xc3\x74\x6d\xaf\x0c\x66\x93\x8f\x4b\xf3\x3e\x3d\xef\x70\x82\x2c\x7c\x0a\x7f\x8c\x93\xdf\x34\x5f\xb2\x0a\x54\x83\xfd\x5f\xa4\x43\x78\xbd\x30\x2f\x5d\x5c\x9a\xaf\xb0\x38\x90\xfa\xce\xbc\x35\x19\x61\x3a\x04\x7d\x11\xe8\x13\x96\x91\x5e\x8f\xc9\xcb\x9a\x10\xfd\xd3\xff\x8b\x3a\xd0\x67\xdc\xa2\x7f\xba\x9f\x54\x3f\x9d\xff\xbb\x2c\x6e\x16\x4f\xab\x21\x3a\xaf\xad\x79\x84\x19\xf5\x8c\xbb\x71\xbe\xb4\x2d\x65\x68\x5b\xe2\x69\x32\x6d\xad\x4c\x5a\x2b\x0b\xe7\x38\x9f\xd4\xbc\x3c\x54\xbf\x78\x79\x54\x8f\xff\x70\xcc\xd7\x7d\x73\x3c\xaf\xc5\xd3\x4b\xf1\xc4\x48\xb4\x8c\xd7\x74\x66\x04\x19\x4b\xbb\xd7\xa3\xbf\x57\xa7\xf3\x90\x9c\x79\xcd\x27\x0c\x1d\x38\x43\xeb\x45\x56\xc3\x0c\x96\x83\x3f\x43\xeb\x42\xbe\x83\xd5\xc0\x3c\xf2\x52\x29\xe3\x67\xf9\xf0\xe3\x76\x9b\x87\xf1\x65\xfc\x21\xce\xf1\xff\xcc\xff\x74\xed\x3f\xe9\xe3\x55\x8f\x8f\x71\x8c\x3f\x4f\xd2\xf9\xc7\x6d\xb5\x1a\x49\x1c\xf3\x9e\xde\x36\xf2\xa0\x9a\x45\x5f\xab\x7a\xbc\x8c\xdf\xc4\x31\x9e\x3c\x69\x6d\xad\x06\xe9\x4c\xbe\x4d\xa5\x51\xad\x06\xd6\x35\xf3\xcf\x65\x4a\xed\x4e\x9a\x15\x0b\xe7\xff\xca\x9a\x58\x0d\xf0\x15\x7d\x52\x33\x87\xfb\x67\x71\xa1\xb8\x49\x67\xd6\x08\x42\x83\xc7\xa4\xec\xc2\xb5\xde\x95\x1f\xab\xe4\x8e\xf0\x34\x4e\xba\xe1\xd8\x9c\xa9\xbc\x92\x49\x9f\xe5\x62\xe7\x26\xfc\x35\xfe\xf1\x7d\xd0\xd3\xf9\xae\x32\xe5\x54\x40\x5f\xd5\xb4\x6b\x73\x35\x06\xfb\xe1\xff\x2a\x1d\x77\x35\x40\x1f\x5e\x96\xa5\xf3\x3f\x25\xcd\x69\xed\x64\xde\xb8\xcc\x74\xff\x2c\x5e\x17\x5d\xf4\x97\x15\x2d\x65\x2d\x0b\xd6\x04\xcc\x4c\xd3\x39\xa9\x8e\xd3\x0c\x51\xaf\x77\xe1\x94\x63\x8c\x80\xcb\x94\xcf\x59\xd2\x99\xf8\x0c\x16\xf1\xab\xc7\x65\x7c\x13\xbf\x85\xbf\xc6\x3f\xe2\xfc\xdf\xe5\xef\x65\xad\xdb\x60\x48\x5c\x32\x8f\x12\x1b\x50\xd7\x3a\xe5\x43\x2e\x8f\x9f\x97\xf5\xd1\xbb\xfe\xd7\x74\x58\x2c\xcd\xcd\x6a\x0d\x99\x0a\x45\x4a\x26\x60\x6a\x67\xa6\xde\xdf\xee\x5f\x7c\xcb\x7d\xdc\x89\x99\x92\x89\x99\x4a\xcc\x9c\xc2\x6f\xe3\x93\xf8\x25\x7c\x1b\xe7\x77\x51\xad\x49\x55\x8f\xa8\x06\xe9\x43\x79\x6e\x5f\xe7\x94\xaf\x73\x30\x4f\x67\xa6\x8e\xeb\x49\xa7\xe7\x1a\x0f\xf9\x64\x7b\x5e\xb6\x0a\x5f\xcf\x29\x3c\x8c\x2f\xe2\x7e\x5f\xfc\xbc\x79\xfc\xe3\x6d\x58\x3d\x0e\xe3\x1c\x7f\xf0\x7f\x1f\x7f\x17\x13\x33\xb5\x43\x7c\xfb\xc4\x30\xce\xf7\xf3\x10\x1e\xc6\x93\xef\xff\xc1\xf5\xbe\xde\x7e\xfc\xb3\x1f\x7f\xc6\xe9\x7f\x3d\xcd\xcc\x6f\xd1\x58\xcc\x24\xf3\x35\xbb\xbf\x64\xf7\x21\x76\xff\x3c\x3d\xc8\xb2\xdd\xda\x21\x36\xfd\xfc\x19\x9f\x3e\xe3\xe2\xf4\x7c\x16\x07\xdf\xd6\xfb\x29\x3c\x8c\xf3\x33\xc4\xbe\x3f\x8f\x13\x11\x4f\x85\x73\x9c\x3f\x4f\xcf\x8f\xd5\xcd\x0f\xb1\xe3\x4f\x6a\x5f\xf2\x92\xa5\x1d\x62\x47\xb9\x54\x27\x6b\x33\x15\xce\x65\xf0\x93\xb6\x9b\xb8\x7c\x29\x1c\xfd\x2f\x6b\xe5\x4b\x5a\x39\x23\x04\xd3\xc5\x97\x52\xc5\x97\x82\x11\x82\xf5\xf8\x1a\x27\x3d\xc9\xa6\xeb\x48\xf7\x43\x2b\xc5\xb8\x8d\x4f\xe3\x41\xbc\x13\x97\x98\x5b\xc8\x4b\x59\xfd\x4c\xe2\xa2\x8f\xf2\x21\x05\x4f\xff\xb9\x54\xaa\xb6\x1a\x81\xf7\xc9\x8e\x36\x02\x57\x03\xcb\x80\x11\x49\x69\x23\x70\xd2\x08\xdc\x1a\xad\x1a\xb9\x2c\xa6\xd7\xa9\x79\x89\x21\xfc\x32\xce\xf1\xe0\x34\x9c\xeb\xd2\xb2\xa1\xb5\xf6\x0c\xa6\xfd\xcc\xa5\x44\x12\xd5\x20\x9f\x70\x99\xad\x8b\xa7\xc3\x64\x82\xa2\xd6\x58\x1a\xb6\x1e\x97\xf1\x4d\xdc\xef\xbf\xc6\x7f\xec\xe7\x26\x2e\x75\x7c\x5d\x2c\x9d\x3e\x26\xc7\x73\x4b\x7d\x5c\x37\x4f\xe1\xbc\x2c\x4b\x17\x53\xaa\x46\x67\xff\xa4\xcf\xed\xf1\xdc\x1a\x0f\xf9\x79\x59\x3d\x5d\x54\x4f\x1b\x5d\x89\xeb\xf1\x31\xfe\x12\xe7\xf7\xaa\x4a\x44\x35\x20\xd6\x07\xd5\x02\xd6\x4a\x62\x83\x74\xe0\x76\x65\xab\x70\xca\x2a\xdc\xe8\x62\x9c\x4b\x3e\x76\xd5\xc0\x77\xcd\x83\xff\x3b\x4c\xff\x41\x6b\x07\xad\x02\xb9\x14\x69\x9b\xf4\xdd\x6e\x8d\x56\x90\x74\xf1\xa2\x94\xcb\x76\x4c\xaa\xc5\x6b\x7a\xbe\xa0\x5f\xb6\x76\x72\x7d\x2d\x5d\x1e\x55\x83\xf4\xe7\x3a\xb2\xb5\xb8\x1a\xa4\x9b\xf8\x47\x69\x15\xab\x81\x79\x99\x3c\x96\xd8\x05\x3b\xe5\x82\x1d\xbc\xbc\xab\x5d\x43\x74\x40\x4d\xbd\xd6\x4e\xf1\x73\xba\x9f\xe4\x7a\x39\xc5\x27\x99\x1a\x4f\xd2\xca\x38\xf5\x5d\xf2\x2d\x4b\x15\x1d\x0a\x46\x20\xd6\x66\x21\xfa\x30\x51\x42\x30\x02\xb1\x1e\x87\x71\xce\xaf\xf8\xd9\xea\x26\x8b\xfc\xb4\xc6\x22\x24\xb9\x1e\xaf\x6b\xc8\xd9\xd6\x9a\xf8\xf0\xd1\xf6\xc9\x2a\x40\x85\x93\x0f\x1f\xc9\x49\x9a\x45\x5b\x6b\xe2\x1f\x25\x4a\xa8\xc6\x45\xfc\x12\xee\xf7\x97\xde\xef\xc2\x3f\xe3\x3f\xe2\x1c\xcf\x6b\xba\xc9\xda\xc1\xec\xff\xb9\x5e\xcb\x19\xfa\xb4\xb5\x46\x35\xda\xd6\xd0\xa4\x35\xb4\x60\x8e\x5f\x69\x78\xab\x11\xc4\xf1\xbf\xfb\xd0\xfa\xda\x87\xfe\x97\x72\x72\x1f\xa2\xcf\x3e\xa0\x8e\xb7\xc6\xff\x75\xe2\x9e\x6a\xb0\x7f\xca\xb7\xed\x63\x21\x9d\x74\xcf\x98\x94\x0f\x5b\x35\x2b\x93\xd6\xbe\xd6\x1a\x8f\x55\x5b\xb7\x2e\xd5\x20\x1d\x68\x5d\xd8\xba\x75\x49\xfa\xd4\xb6\x46\x9f\xda\x74\x75\x96\xa4\xb3\x6c\xe1\x37\x71\xcd\x3b\xab\xb0\x14\xce\x71\x2a\xaf\x58\xd2\x29\xf6\x0c\xa6\x45\xad\x47\xf5\xdf\xd5\x3f\xd5\x8e\xad\xcb\xdf\x6a\xf0\x7b\xf5\xbe\x7c\x86\xaa\x81\x71\x5e\xdc\x1f\xf7\xf4\x78\x26\xc7\x23\x73\xc0\xd6\xe5\x6c\x32\xc1\x4a\xe1\x1c\x8f\x6e\x63\x92\x65\x57\x6a\x5a\xf4\xbe\xfb\x67\xb1\xaf\x60\x2d\xcb\xdc\x72\xda\xa9\xc6\xc3\xf7\x89\xeb\x92\x34\x59\xce\xa4\x35\xfa\xb6\x96\xd6\xa1\xf7\x99\x17\xb3\xd1\x87\x35\xf7\xf2\x7c\x31\xd4\x20\x42\xe3\x59\x1e\x27\xcc\x87\xad\xb1\x06\x65\xee\xa5\x63\x2d\xcb\x9f\x9c\xc1\xc8\xcd\xa4\x11\x91\x8d\x8f\x78\x08\x17\x3d\x91\x76\xbb\xd8\x8a\xdf\x65\x75\x6a\x4b\x9d\x62\x88\x52\x6e\xe5\xb3\xac\xc6\x8f\xef\x73\x3c\x4a\xa3\x9d\xac\x56\xd2\x1a\x7d\x52\xd3\xd5\x4a\xaa\xf1\x12\x67\x3f\xb2\x56\xa6\xaa\x95\x84\x8e\xb5\xfb\xf1\x3c\x3e\x9c\x47\x26\xd0\x49\x27\x22\x49\x26\x22\x29\x5c\xef\x9b\xfe\x8f\xe6\x97\xfb\xc5\xf6\x71\x71\xeb\xb8\x18\x54\x97\xed\x33\x9a\xf4\x19\xad\xf7\xb9\x8e\x3e\xc9\x79\x56\x07\x69\xed\xca\x3f\x58\xbf\x96\xd3\xdf\xad\xd5\x71\x3a\x69\x03\x6a\xc7\xda\x52\x3b\xaa\xc1\xed\x47\x68\x33\x7a\xfd\xf7\x3f\x17\x6f\x3a\x96\x0b\x4b\x2d\x16\x96\xba\x07\x4e\x02\xcb\x75\xa5\x16\xeb\x4a\x31\x06\x61\xb9\xaa\xd4\x62\x55\xa9\x9b\x4e\x38\x6b\x4b\x3f\xa9\x06\xe8\x6f\x34\x8d\x16\xf5\xdd\x31\x8f\xde\x8b\xf1\x0f\x2a\xb7\xbc\xb6\x54\x96\x6a\xd4\x52\xfc\x87\x7a\x70\x35\x03\x37\x9d\x78\xea\xe9\x31\x5c\x3d\x43\xeb\x59\x5b\xc9\xb3\xd7\x86\xf1\x91\xfe\x76\xf5\xe0\x8e\x8b\x39\x6f\xfa\xf5\xd4\x93\x7b\xae\x3d\xe7\x62\x39\xb6\xe5\x32\x58\x8b\x22\xac\x81\x1f\x17\xc5\x18\x1b\x18\x46\x77\xd7\xa6\x46\xa9\x11\xf7\x10\x45\x4f\x13\xfa\x24\x45\xc7\x29\x78\x1a\x4e\xfc\x63\x08\x16\x3d\x20\x13\x6f\xfa\xf9\xd4\x53\x37\x3c\x0b\x9e\x97\xe0\x34\x8c\x91\xcc\x21\x58\x23\xc1\x79\xfa\x66\x95\xa6\x7a\x1a\x86\x41\xeb\xd0\xdb\x5b\xd3\x45\x35\x6d\x1c\x42\x3d\x3e\xd8\x62\x86\xfe\x90\x27\xe0\x6a\xa0\x8b\xe4\xa8\x9b\x59\x8c\xb1\xde\x63\x08\x4d\xa3\x35\x2f\x1a\x73\xf3\x17\x36\x30\xcd\x3c\x48\x6a\xe5\x2e\x5f\x4c\x9f\x76\x33\x2b\x42\x3d\x75\xc3\x1b\xb0\xfe\x30\x1f\xc3\xd5\x75\x1c\x42\x35\xe5\xf0\xb2\xa5\x31\x79\x6d\x59\x3d\xab\x51\x53\x3e\x4f\xf5\xbc\xc2\x70\xad\xee\xe8\x42\x5f\xa3\x35\x89\x53\xab\xa5\x99\x99\x70\xe1\x46\xfb\x71\x3d\xb8\xe7\xe2\xaa\x9b\xb7\x1f\xf5\xe4\x31\x17\x33\xdd\x54\x67\x96\x6b\x92\x2d\xde\xba\xd1\xd6\xbc\x7c\xd5\xb6\x14\x18\x93\xa4\x86\xca\x3c\x2f\xde\xac\xdd\xd4\x7c\x96\x53\xb6\x2d\xa6\x6c\xbb\xe7\xd5\x04\x6b\xd0\xc8\x25\x73\x33\x24\xb9\x9e\xa6\xe1\x28\x16\xbb\x84\x2e\xa3\xa0\xff\xad\x3e\x24\x3d\x98\xb6\xed\x3a\xba\xd0\x66\x14\x3d\xdf\x21\xb8\x1b\xc6\x17\x6a\x61\x28\x51\x68\x35\xf0\x87\x7e\x59\xb4\xc3\x65\x1f\xb3\xae\xd5\x83\xbb\xc0\x8a\xd3\xa4\x5c\x5e\x5a\xb8\x09\xbc\x98\xa1\xb8\x9e\x1e\xc3\x6f\xbd\x9c\x42\x3f\xa3\xf8\x12\xc9\xbb\x3b\xc4\x49\x77\x80\x93\x7a\x08\x9e\x86\xc1\x49\x5a\x87\x4a\x17\xb0\x58\x02\xee\x92\x64\xd3\x05\xe2\xda\x70\x04\xa1\x17\x5e\x3d\x5c\x46\x31\x2b\x5a\x9c\xb7\x29\x7a\x93\x47\x67\x13\xfc\x1a\x06\x2b\x4d\x75\x6d\xd1\x86\x53\xc2\xcd\x9c\xef\x6b\xdf\x16\x62\xf0\x48\x63\x6e\xbd\xe5\xb0\xa0\xb5\x6f\x72\x58\x70\x0e\x6f\xee\xac\x8b\xb9\xee\x2e\xc9\x52\xa5\xc9\xaf\x06\x7a\x16\x97\x2a\x54\x68\x31\x54\x48\x95\xb5\xd7\xee\x5e\xb3\x3d\xd0\x75\x76\xc1\xb7\xe1\xea\xfa\xf6\xcb\xcb\x68\x91\x3a\x0e\x4e\xb8\xbc\xb8\x17\x55\xa7\x3b\xb4\x68\xbb\x17\x2d\x0c\xed\xaa\xa9\xbd\x9c\x50\xaf\x1a\xe8\xe4\x54\x27\xe6\x3c\xa8\x57\x97\x58\xac\x5b\x58\x75\xc8\xfa\xd0\x9c\x77\x93\x09\x57\xb9\x8c\x66\x59\xbc\xce\x65\x03\x3d\x6b\xc5\x29\x58\xa9\x1a\x0d\xf0\x14\x7c\x19\x2e\xd6\xeb\x7e\xd9\xa3\x03\x99\x42\x4b\xae\x7b\x7d\xa2\x06\xce\x25\xa1\x3e\xcc\x63\xc8\xd0\x7f\x49\x3a\x0e\xd3\x6e\x14\xed\xee\xd0\x3a\x94\x37\xcf\xa2\x62\x78\x49\x3a\x0e\x93\x14\x01\xbb\x77\x68\x12\x87\xd7\x32\x22\xaa\xee\xd0\x9e\x3a\x2c\x1e\x71\xd8\xbb\x43\xf3\xa2\xc2\x39\xd5\xa8\xae\x79\x12\xad\xa7\xc7\x70\x0d\x7a\x1e\x42\x45\x25\xd8\x3d\xef\xb8\xd5\xb5\x29\x8d\x10\xad\x3b\x44\x0f\x19\x41\x17\xf3\x0b\xde\xa1\x5d\x4e\x77\x1b\x8b\x11\x5c\xd7\xa9\xe5\x3c\x2c\x37\x71\xb8\xbc\xc3\x74\x32\xa3\xe2\x66\xe3\x62\x59\xce\xe5\xd4\x84\x8b\x2a\xf1\xa5\x9d\x61\x78\xf1\xc3\x77\xfe\x8e\x31\xff\xa0\xf6\xec\x69\x3e\x86\x1a\xcd\xab\x93\xb5\xa7\x77\x5d\x64\x3b\xbc\x43\x7f\x31\xad\xde\xe0\x46\x45\xd5\xba\x97\xef\xf9\xab\x81\x7f\x9e\xe4\xc1\x69\x45\x06\xf7\x2c\x97\xb6\x51\x39\x4f\x55\x03\x13\x17\xb7\xe0\xcf\x30\xfa\x48\x12\x5d\x36\xdd\x6a\x60\x20\x92\x68\xd3\x12\x74\x92\xe8\x5a\x7d\xd3\x44\x9f\xe4\x7a\xed\xaf\xd3\x5c\x0f\xbf\x82\x4b\x1b\xf7\xf4\xf6\x83\x8c\x8b\x77\x4a\xc0\x4f\x2b\x2d\x28\xba\x48\x4f\xd5\xb5\xa7\x89\x8b\x43\xf9\x4d\x93\xff\xda\x61\xea\xe1\x70\x7e\x69\x74\x11\x97\xd1\x1b\x22\xbb\x0b\xee\x86\x8b\x7a\x79\xfa\xed\x69\xb8\xfe\x50\x9f\x12\x16\x96\xb8\x35\x62\xb2\xc4\x7a\x18\x46\x31\xe6\x73\x0a\x4e\xc3\x18\x9d\x56\x7b\x58\x84\x22\xac\xe0\xe6\xfd\xc2\x62\xa2\x48\x36\x2e\xc0\xfa\xc7\x75\x1b\x06\xb3\x5d\x7e\x7b\x19\x46\x27\x5a\xd8\x61\xb5\x07\x89\x3c\x6e\x89\xae\x30\x4d\x11\x17\x77\xf3\x26\xa2\x9e\xfc\xe5\xd8\xd2\x79\x11\x51\x4f\xfe\xf2\xa2\xf9\x6d\x9a\x5a\x11\x44\xd9\xa5\x3b\xb5\x56\xd3\xa4\x86\xfd\xe2\x16\xf1\xd2\xa4\x46\x24\xdd\xad\x05\x92\xde\x95\x60\xd3\xb8\x45\x8e\xb4\x10\xc0\x7d\x9a\x8a\x84\x2f\x86\xd2\xb1\x01\xe2\x69\x37\x4e\x0b\x01\x94\x71\xb8\x45\xa4\xb4\x8e\x84\xc0\xf4\x5b\x22\x31\xbd\xcf\xc3\x93\xe4\x3a\x3d\x64\x8b\x06\x64\x2b\xb9\xb3\xfb\xed\x30\x9c\xff\xfd\x0f\x43\xb6\xea\xe1\x35\x5a\x63\x4e\x29\x92\xe9\xed\x1f\xce\x73\xb7\x64\x62\x5a\x34\x23\x70\xe3\xce\x21\x6a\x58\x5e\xe0\x4a\xe2\xce\xe1\xb7\xfd\x87\x1b\x7f\x38\x84\x6e\xa3\xf5\x81\x9a\x93\xb4\x56\x90\xa4\xbe\x14\xeb\x65\x81\x80\xb8\xfa\x9b\xb9\xf7\xeb\xe9\x36\x5c\xe4\xbf\x8d\xa6\xd1\x85\x97\x6f\xc1\x8f\xe1\xfa\xc3\xdb\xa8\xfe\x10\x21\xf7\x77\x4a\x09\x5f\xd6\x0a\x16\x79\x57\x8b\x76\x99\x77\x17\x79\x57\x2b\x6e\x59\x1e\xe0\xd0\x7c\xa7\x16\xd1\xf2\x96\x8e\x80\x90\x4e\x3f\xbe\x7a\xf2\x40\x70\xd4\xd0\x96\xb9\xfd\x89\x48\xd5\x72\x9d\xda\x1c\xb7\x57\x2d\xae\x31\xfa\x21\x66\xda\xfe\x18\x1c\xc7\x19\xff\xb6\x7c\x06\x5f\x1b\x91\x26\xb7\xf6\x82\xed\x55\x0b\xcb\x57\x3f\x9a\xfe\xd0\xbb\x0f\xea\x5e\xdd\x9a\xf0\xed\x45\x8b\x5b\x8e\x7e\x88\x3d\xb6\x19\x0f\xbe\x8a\xd7\x29\x6d\x6d\x9b\x1e\x70\x55\xec\xb4\xe9\x2f\x9f\xed\xd7\xc6\x15\x47\x3f\x34\x31\xdb\xcb\x13\x81\x2a\xfd\xd0\x14\x6c\x93\x09\x27\xfe\x7e\xe8\x60\xb8\xbd\xa5\xe3\xe4\xdf\x0f\xd3\xc9\xeb\x13\x89\x4d\xfb\xa1\xf5\xf2\x78\x7d\xc2\x77\xbb\x1f\xa2\xc8\x63\x0e\x81\x39\xef\x3a\x87\xe1\x69\x18\xdf\x9e\x42\x97\xd1\x07\x7d\x84\xe0\xcf\x30\xfe\x51\xba\xe7\xe3\xf5\x0c\xff\xc8\x7e\xb8\x6b\x93\xf5\x29\x81\xd6\x0f\xf7\xed\xc5\x08\xfb\x43\x3f\x74\xbc\x79\xbc\x37\x20\x21\xc2\x2d\x56\x7d\x4c\x3f\xd8\x00\xfb\xa1\x5d\xe0\x31\xfd\xe0\x60\x7e\x4b\xf7\x7c\x4c\xa7\x87\x74\x12\x4f\x3e\xe6\x32\x24\x3a\xbf\x75\xc8\x7a\xad\xfa\xbc\xdc\x59\x2f\xa1\x61\x34\xb1\x83\x0a\x5d\x46\x31\x64\x6d\x67\xaf\x75\x1c\x18\x1c\xfb\x29\x6d\xf2\x35\x39\xe0\x66\xd5\x4f\x6d\x19\xaf\xc9\xf1\x52\xc7\xd1\x56\xfe\x5a\xbc\xe1\xb2\xfd\x96\x56\xfb\x7a\x17\x86\x4b\x56\x3f\xa5\x63\xbe\xde\x1a\x70\x03\x4f\x6f\xf7\xe5\xb2\xb0\x8b\x65\x61\xfb\xa9\x43\xc8\xeb\x4d\x18\x41\xba\xaa\x19\xbe\xf6\x6b\xcd\xe7\xa5\xe6\x33\xfd\xb6\x3f\x06\x2c\x79\x36\xfd\xa3\x25\xd9\x4b\xcd\x47\x2a\xc5\x6b\x4e\x45\x96\xf6\x7e\x4a\xfe\xbe\x16\x70\x2f\x04\x5c\x8e\xbf\x68\x3e\xaf\xb7\x74\xa4\x1e\xea\xa7\x0c\x2d\x9f\xc5\x00\x12\xbe\xf7\x53\x47\x89\xcf\x62\x00\xa1\xc4\xfd\x94\xbe\xf9\x59\xd4\xa1\x3a\x49\x3f\xa5\x6f\x7e\x56\x7d\x60\x8c\xea\xc7\x29\xf4\x32\x0a\xbd\x40\x2c\xf8\x59\x3c\xc0\xdf\xad\x9f\xda\x97\x3e\x0b\x02\xf8\x33\xf4\x53\x0b\xea\xf3\x8a\x47\x75\xb7\x6e\x41\xf0\xf9\x5c\x84\xf4\xb5\xd7\xa9\x03\xf9\x67\xc1\x88\x48\xa9\x7e\x6a\x45\x7d\xe6\x7a\xb8\x42\x5c\xa7\x18\xee\x33\xdb\xe3\x2a\xb0\x33\x83\x7f\x3d\xb9\x6f\x52\x5d\x2b\xea\x33\xd5\x71\x41\xd8\x0f\xbf\xbc\x8c\xe2\x1f\xb5\xa2\x3e\x4b\x0d\xc4\x68\x75\x4f\xff\xcf\xd4\xfe\x91\xac\x9a\xe7\x9f\xc5\x03\x22\xb7\xba\x34\x83\x9f\x19\xff\x27\x62\x13\x35\xad\x51\x65\xb7\xfb\xcb\x7f\xa6\xea\x8f\xcb\x41\xc7\xb9\x9f\x55\x25\xc4\x70\xf4\x53\x8c\xff\x33\xb1\x7f\x64\x7c\xb1\xf8\xcf\x8c\xff\xa3\x4e\x24\xfb\xc2\xcf\x3b\x38\xb2\x33\x76\x6d\x09\x3f\x6b\x4a\x08\x1f\xeb\x4d\xb3\xfe\xb3\xa6\x84\x8b\xcd\xde\x8c\xfa\xc3\xc1\xf7\x4d\x47\x8f\x9f\x35\x25\x14\x83\xe9\xcd\x5f\x6e\x11\xf3\x03\xaf\xb2\x84\xc5\xb6\xa3\xe2\x66\x58\x38\xcb\x87\xee\x50\x34\x5a\x35\x36\x5e\x4e\xc1\x9f\x61\xf4\xe1\xb7\x29\x36\x36\x43\xc2\x3b\x7d\x2c\x37\x5d\x16\xd9\x40\x27\x4d\x9d\x50\x6c\x6c\xfa\x2a\xd2\x03\x62\x87\xe2\x5e\x36\x93\x07\x77\x96\x04\xa8\xa7\x34\x8c\x3e\xb0\xdd\xd4\xd3\x6b\x18\x03\xb9\xf5\x8f\xdb\x03\x01\x97\xd1\x5c\x58\x4f\x61\xb8\xe4\x57\x3b\x34\x6c\xb2\x59\x35\xd0\x77\x77\x27\xee\x9b\x84\xea\x1c\xf6\x69\x42\x21\x8d\xa4\x0a\xa3\xd7\xd3\x6d\xb8\xd7\xd7\x0c\xa1\xc3\x28\x06\x32\x0c\xff\x04\x93\x50\x43\x5d\x73\x51\x6f\x7a\x41\xd2\xc7\x63\xbb\xb4\x71\x35\xf0\x87\x33\x04\x77\xc3\x98\xde\x38\x04\x4f\xc3\x75\xa0\x63\xb2\x9b\x7a\x4a\xc3\x0b\x6f\x1b\xd6\x1c\xc0\x7f\xa7\xf3\xfe\x65\x33\xe4\x9e\x0d\x50\x24\xf5\xf6\xfe\xf7\x76\xcd\x98\xa8\xaa\x48\xa2\xcd\x80\xfc\xce\x3b\x96\x1d\x0a\x24\xaa\x46\x75\x7d\x1d\x87\xe0\x6e\x78\x01\x6e\x82\x1f\xc3\xe8\xfa\x16\x2a\x3a\xc1\x26\xd9\x3b\xa9\xa7\xb2\x0e\xd5\xb8\xd1\x45\x0a\x1e\x86\x27\xf8\x49\x3d\x67\x18\xae\x3f\xec\x7e\xf9\x35\xfa\xe1\x65\xfd\x61\xfa\x0f\x21\x11\xa1\x06\xd4\x83\xc7\xbc\xd8\xf3\x14\xec\x9e\xb1\x74\x87\xd1\x6d\xb4\xc8\xa1\xa9\x55\x3c\x40\x35\x6a\x6a\x67\x17\xea\x21\x83\x4f\x79\x7d\xb4\x43\xc1\x00\xd5\x00\x8d\x9a\xbe\x64\xbb\xe7\x9a\x07\xba\xa0\x6c\xbb\x86\x56\xe3\x87\x97\xf9\x25\x97\xd9\x14\x2e\xa2\xfd\xd2\x5a\xbc\xcc\xa6\x70\x18\x65\xb9\xd9\x7a\x98\x46\xeb\x4b\xe2\x12\xba\x8c\x62\x81\x5e\x1c\x86\xaa\x52\x54\xa3\x26\x25\x86\xd0\x66\x14\xff\x77\xe9\xff\xbc\xf6\x91\x05\xa1\x5f\x57\x0a\xf6\x1f\xd6\xec\xf4\x30\x9a\x46\xf1\x29\xb7\x46\xb7\xfc\x87\xb5\x5f\xf5\x34\xea\x2e\x6a\x1a\xfa\x25\x6e\x94\xcb\xc1\xa6\x87\x6b\xa7\x5d\xaa\x9e\x44\xa5\x8b\x54\x12\x83\xdd\xa1\x51\xc3\x26\xd9\xaf\x69\x38\x0c\x17\x3d\x72\x08\xdd\x46\x8b\xfe\xe2\x73\xd5\x52\xaa\x06\x38\x49\xeb\xf0\x36\xeb\xc2\x54\x39\xc4\xfd\x72\x58\xd8\x74\xac\xed\x97\x96\xe1\x6d\x1e\xc5\xbd\xe9\x90\x5c\xba\xd3\xff\x57\xcc\x3a\x0e\x52\xf4\x36\x35\x6e\x18\xe9\x9a\x66\xe5\xb6\x94\x40\x16\x55\x3a\xf0\xd4\xc3\x30\x8a\xef\x0b\xf7\x91\x86\xc1\x60\xa2\xff\x6d\xd6\x85\x09\x74\x9c\x7f\xb8\xec\xda\xce\x76\xbe\x03\x86\x51\x15\xc4\xaf\x27\x7f\xe9\xc6\x78\xf4\xc7\x7b\x1a\xad\x0f\xd5\x76\x72\x5b\x00\xdf\x10\x37\x57\x1a\x7e\x0c\xc3\x20\x7c\x71\x72\xba\x39\x1b\xb7\xc7\x4c\x12\x5e\x0f\xdd\x68\x51\xf6\x96\x5c\xe9\xe6\x6c\xd4\xfb\x66\x50\xfc\xb6\x3b\xf2\x66\x26\xf6\x7e\x1f\xee\xf9\x31\xfc\x03\xac\xb7\xcd\xf0\x70\xfb\x60\x00\xfd\x76\x7e\x8c\xcd\xfc\x18\xe3\x3a\x84\x0e\xa3\x45\xf0\x5b\xbb\x6b\x37\x67\x23\xcb\xd3\xc5\x7a\x4c\xf5\xf4\x19\xc6\x1f\x9e\xfa\x96\x25\xd1\x89\x94\x4f\xfd\x3e\xbb\xe0\xcb\xf0\x8d\x4e\x34\x6a\x4b\x27\xd8\x67\x55\x89\xbf\x9e\xfc\x31\x8b\xe6\x74\x7d\xcc\x16\x9f\xc0\x65\x5a\xf5\xf6\xb7\xb3\x71\x54\xa3\x26\xe6\x32\xba\x8c\x72\xd8\x29\xd8\xc3\xae\xc5\x74\x31\xa6\x61\xc7\xf0\xc4\x20\x85\xc7\xd0\x52\x1f\x71\x19\xc5\x1f\x5e\x97\xe0\x30\x5c\x7f\xa8\xbd\x6e\x58\x83\x80\xdf\xe8\xd0\x98\x87\x89\x3a\x48\x54\xc9\x85\x61\xa2\x22\xef\x6d\xbf\x6f\xf5\x6c\xd1\x0e\xe3\x6a\x67\xa0\x70\x3d\x2d\xc3\xa0\x75\xd7\xdb\x56\x15\x60\x2e\xed\xb7\xf6\x87\xb1\xbb\x61\xfc\xa5\x76\xf9\x61\xc9\x0c\xc3\xa8\xaa\xeb\xef\x98\xfe\x72\xd8\x38\x55\x2c\x7f\xdb\x6b\x7c\xd3\x4d\xbc\xb3\x1c\x43\x3d\x3d\x86\x6b\x5d\x77\xa3\x9f\x51\x74\x2d\x21\x3c\x4d\x11\xb8\xfc\xf4\x3b\xf4\x8f\x96\xab\x30\x7d\xf6\x5b\x0b\x7b\x5a\xa7\x82\x7f\x39\x13\xc4\xef\x98\x96\x0d\xb0\x75\xf6\x3b\xd5\x87\xf7\x2f\xd8\x3a\xc7\xb8\x85\x2e\xa3\x1b\x9b\xbc\xfb\x78\x0d\x7f\x80\xf5\x89\x26\x1f\x2c\x9f\x2a\x9b\xbf\x63\x9a\x9d\x60\xf9\x1c\x23\x84\xfa\x13\x41\xbd\x2e\x76\x0f\x53\x0f\xc6\xce\xde\xc5\xee\xe1\xad\x0a\xc6\xce\x21\x9a\x86\x35\x2a\xd8\x3a\x7b\x97\x08\x09\xaf\x68\x64\xef\x52\xb9\xfc\xed\x12\x01\x9b\xd9\x53\xc6\x74\xcf\x9f\x51\x8c\x43\x22\x24\x4c\x6a\x38\xdb\x77\xeb\xc0\xe1\x85\x0e\x5f\xfb\x21\xf5\x2b\x4c\x53\x58\x3e\x55\x27\xbf\x9e\xba\xe1\x01\xf8\x16\x3c\x0d\x43\x2b\xf3\xc7\x58\x0e\xc3\x20\xda\xad\x35\xca\x20\xba\x59\x5d\xfe\x6a\xda\x95\xc2\xda\x02\x62\x70\x7b\xbf\x0d\xfb\x6b\x48\x55\x6d\x84\x69\xfd\x0b\xbe\x59\xbd\x6b\x23\x4c\x2f\x47\xe4\x11\xbb\xac\x36\xa6\x59\x15\x9e\xcc\xdd\x0a\x58\x9a\x55\x93\x77\x72\xe1\x4e\xb4\xb9\xc1\x0e\x7a\x59\x6d\x4c\xeb\x00\xb0\x83\xf6\xae\x45\x23\xaf\xaf\xcd\x2a\xf5\xbd\x8b\x1b\xd2\xeb\x14\x29\x05\x3a\x23\x90\xb7\xab\x1f\x54\x03\x9d\x88\x54\x69\x66\x85\xa5\x73\x68\xc7\x4a\x53\x0a\x61\xc0\xbd\x7b\x7c\xde\x7c\x60\xbc\x1c\xda\x92\xd2\xf4\x4b\xf2\xaa\x34\x97\xf4\x9a\x86\x17\x4e\xef\xa1\xe1\x59\xdb\xca\xda\x86\xe8\xf9\x57\x0f\x1e\x34\x89\x9d\x1c\xf4\x32\x0b\x2f\xb2\xb0\xde\x5e\x66\x61\xf8\x6f\x0f\xad\xbb\x65\xbd\x0a\xee\x3d\x17\x6f\x9a\xeb\xe9\x31\xcc\xae\xf9\x89\xcb\xbb\x0f\x22\x07\x87\xb4\x8e\x65\x52\xc3\x03\x48\x75\xfa\xeb\xa9\x1b\x1e\x80\xf5\x8f\x56\xb7\x60\x0a\x9d\xc7\x29\xf4\x35\x0a\x4d\xf5\x50\xd7\x56\x30\x60\x20\x9d\xee\xc2\x8c\x0d\xd7\xef\xf9\xef\xdd\x30\x0a\x15\x58\x2b\x7a\x59\x86\x20\x7a\x71\x6a\x13\x54\x62\xd3\xcd\xd4\x3b\x7d\x68\x9d\x2f\x8b\x10\x54\xef\xed\x56\x15\x96\x25\x30\x0d\xae\xd6\x15\xb6\x35\x36\x78\x86\xab\x90\x7f\x3d\x85\xe1\xac\x7f\xf4\xcb\xcb\x28\xfa\xd0\xde\xb3\xad\xb2\xc1\xed\xa9\xb3\x9e\x42\x3d\x89\xab\xe1\xf5\x34\xdb\x1f\x12\x0d\xd4\xbb\x97\x7f\x54\xeb\xc9\xe7\x99\xed\x89\xa0\x9d\x76\x48\x1d\xde\x56\xf4\x60\xa7\x9d\x92\x30\xdb\x13\x01\x3b\xed\x94\x82\xb1\x97\x98\x07\x31\xe4\x53\x02\x66\x5b\x64\xc0\x13\xbd\x0f\xed\x6e\xdb\xaa\x1b\x3c\xb0\xa6\x04\xc9\xf6\xa9\x03\x8e\x58\x53\xfb\xe6\xb6\x12\x06\x2f\xc9\x29\x31\xf2\x98\x85\x91\x31\x68\x6a\x4f\x7f\x4c\x6e\x9a\x62\x59\x72\x61\xc7\x63\x71\x01\x87\xca\x3e\x24\x73\x1e\x4b\x61\x5a\x57\x87\x64\xce\x63\x16\x86\x99\x95\x79\xd1\xeb\xe1\x32\x5a\xdf\xa7\x53\xf7\x63\x56\x85\xed\xb5\x7b\x0b\x7b\x2c\x43\x10\xa0\xda\xc7\x70\xcf\x9f\x61\xfc\xa1\xf6\xb0\xc7\x32\x04\x7e\x9a\x7d\xe8\xd8\xfd\x98\x87\x61\xc0\xed\x43\x67\xb3\xc7\x4c\x4c\x73\xee\x98\xfa\x74\x2b\x50\x0f\xfd\x00\xc4\xae\x8f\x15\x28\xe4\x2d\xef\x0c\x38\xde\xf1\x58\x8a\x3c\x64\x57\x6d\xdf\x8f\xe5\x05\xe2\x5d\xfb\x90\xcc\x79\x4d\x6c\x14\x3e\xee\x16\x67\xaf\x37\x26\x84\xd1\xf7\x29\x66\x7a\xbd\x03\xbd\xa0\x94\x3e\xf2\xf5\xf1\x00\xf6\xd7\x29\xa9\xfa\xe6\xbf\x2e\x8a\x11\x24\x54\x5f\xaf\x69\x1a\x63\xbd\x22\x5f\xb3\x18\x8c\xb1\x53\xa2\xf6\xf5\x3a\x45\x35\xe5\xa9\x0f\x7c\xfd\xdd\xb4\xae\xd2\x79\xa7\x9e\xba\xe1\x01\x58\xc3\x30\x39\x68\x11\x9d\x3a\xd9\x7e\xfe\x6e\x04\x14\x4c\x11\xe9\xf3\x9e\x04\xcb\xe8\x94\x8a\xf3\x59\x75\x87\x61\xb4\x7b\x59\x7c\xde\xa5\xe1\x93\xd7\xa7\xd6\xf4\xe7\x05\xf7\x61\xc1\x4d\xad\xe9\xcf\x3a\x22\x0d\xa2\xf3\x72\x27\x8f\x61\xcc\xad\x3b\x31\x99\x60\x19\x9d\xda\x37\x3e\x6f\xf5\x70\xb7\xed\x53\xba\xea\x67\x21\x47\x7b\xe8\xd4\xd2\xf8\xac\x28\x21\xb4\xb8\x4f\x2d\x8d\xcf\x52\x8e\x86\xcf\x29\xf5\xf3\xb3\xa2\x04\xc3\xe7\x75\x79\x7c\xde\xd3\x3f\x92\x4f\xec\xfe\x33\xf9\x10\x9e\xdc\xcd\x09\x3f\x6f\x33\x28\x08\x3a\xb5\xcd\xfc\xac\x29\xc1\x02\x7a\x5d\xb7\xfb\x48\xc3\x0b\x7d\x84\xe0\x6d\xb8\xb8\x49\xdb\xcc\xcf\xc4\xfe\x91\xd8\x5a\x1a\x3f\x33\x24\x72\x54\x86\xd8\xf4\x67\xd6\x43\x2e\xac\xeb\x12\x41\x7e\x26\x1f\xed\xa1\x53\x4a\xd8\xcf\x8b\xf1\x47\xaa\x8a\xcd\x7e\x96\x6f\xb4\x7c\x4e\xe9\x27\x3f\x6f\xf4\xb0\x7c\x5e\x97\xc4\xd3\xcf\x02\xee\x47\xf7\x1b\x51\xf5\xe7\x9d\x1e\xb9\x2f\xfb\xd4\x96\xfe\xf3\x62\xa4\xe9\x93\xf5\x51\x76\x1e\xd2\x94\x12\x9e\x98\x9d\x19\x8d\xb6\x33\x74\x6d\x66\xe8\xba\xe8\xd3\xba\x5d\x15\xa7\x1a\xe8\x9b\xdb\xb4\xf3\x73\x55\x83\x5e\x43\x86\x7f\x82\x4b\x06\x06\x6d\x52\x69\x43\x29\x4b\xe9\xf4\x38\xd4\xb5\x84\x5c\xd2\x50\x1a\xa7\xc6\xa7\xed\x21\xe1\xa2\xd9\x83\x2b\x2f\x55\x74\xbb\x1a\x17\xe0\x10\xec\xf1\x81\xae\x41\x4d\x38\x0f\x09\xb9\x84\x25\x95\x0e\xc3\xf5\xb0\x8d\xbe\x85\x6a\xd0\x12\x00\xac\xac\xd3\xe9\xc4\xb3\x59\x5e\x87\x0d\xf4\x7c\xa9\x67\x2d\xf5\x84\x1d\xb5\xd3\x27\xb8\x9e\xdc\x75\xe9\x4f\x17\x9d\x6d\xea\xc9\x1f\x83\x39\x08\xae\x53\xd7\xea\xd9\x2c\xce\xd3\xe9\xf8\xbb\xd3\x56\x55\xd6\xe6\xb9\x98\x64\xac\x9e\x96\x61\x50\x84\x5b\x58\x2a\xba\x7c\x33\xbc\x91\x4e\xce\x3b\xe5\xdc\x5e\x0d\x74\xcd\x43\x6c\xca\x91\xb3\x1a\x25\xb8\x82\x1c\x95\xa7\xf6\x9f\x3c\x6b\xff\x61\x8d\x87\x9d\x8a\x43\xaf\x06\x46\xdd\xd5\xf5\xf2\x1f\x2e\xfc\xa1\x7a\x96\xd1\x85\xb9\xd9\x7a\x74\xc3\x9f\x61\xf4\x31\x34\x68\x09\x06\x86\x50\xf6\x10\x9d\x14\x9a\x53\x0d\x70\xdf\xd4\x97\x6f\x8f\x1a\x9c\x1d\x26\xc8\xf6\xf8\x60\x2a\x91\x11\xca\x15\x81\xaa\x81\x19\xe3\x01\x34\x9b\xc9\x87\xdc\xa8\x3d\xa8\x35\x67\x93\x5a\x94\x8d\x54\x8d\x3f\xc4\x9a\xd5\xcb\xe2\xf0\x56\xd4\xbf\xe8\x12\x53\x4f\xa7\x61\xfc\xf5\x3f\x78\x1b\x06\x57\x70\xe3\x73\x29\xa2\x9d\x8d\xbc\xac\x95\xd9\x4c\x49\x1a\x5e\x59\x49\xa1\x9e\xd2\xf0\x02\xac\xf1\x2f\x8f\x1f\x6c\xcb\xd8\xdb\x7a\x9a\x86\x8b\xf3\x6f\xbd\xbc\x4d\x03\xf0\x61\x6a\x65\x5e\xa6\x18\xcd\xa6\xa9\x45\x75\x79\xd1\xc3\x52\xda\x99\x1d\xaa\x9e\xd2\x30\x3a\x11\xc7\x5d\xb2\x57\x24\xe2\xa8\x3a\x0b\xbe\xd4\xd3\x63\xb8\x16\x5b\x57\x1f\xfe\x74\x1a\x3d\x53\x9c\x7f\x79\x75\xc3\xf1\xb3\x33\xb0\x76\xb3\xf4\x12\x1b\xb3\xfa\xd0\x1f\x9a\x20\x34\x7a\xa6\xbe\xf1\x5a\xfe\x43\xac\xee\xae\x9e\xb7\x3f\x11\xcb\x98\xbe\x2b\xf5\xb4\x0c\xa3\x0f\x77\xed\xf5\x0a\x1f\xcf\x9e\x54\xde\xf2\xb6\xcc\xa4\xe1\x34\x25\x1c\x6d\x38\x4d\x18\x4e\xaf\x5b\x13\x76\x4b\xaf\x61\x76\xc0\x9e\xe2\x71\x5b\x43\x13\xe1\x5b\xac\x0b\x52\x0f\xc3\x28\xba\xa6\x56\x92\xaa\xb6\xb8\x59\x3e\xaa\xd3\x13\x64\xa7\x8d\xa4\x79\x17\x75\xbd\x1e\x6e\x8b\x4c\xf8\x78\xf6\x14\xe3\xdf\xcb\x7f\x58\x42\x92\xf5\x96\xea\x61\x1a\xdd\x85\xea\xff\xb4\xe3\x24\xf2\xbd\x87\xd6\xdf\xed\xf5\x07\x17\xcf\x9e\x62\x6b\xdb\x35\x59\x72\xca\x0b\xea\xb6\x64\x84\x5d\xf3\x92\x3d\x31\x6d\xd7\xcc\x9b\x24\xe5\xee\x94\xb6\x6b\x26\xec\x9a\x74\x66\xab\x87\xcb\x68\x0d\x59\xff\xd7\xb5\xb7\x33\x4d\x62\xa7\xef\xca\x4e\xc5\xab\x55\xa3\x26\x5c\x8b\xab\x7b\x29\xc2\x49\xb4\x33\x95\xd5\x76\x26\xc5\xcd\x3a\x57\xe3\xd0\x5c\x75\x73\x29\xaa\x5e\x79\x25\x76\x5d\x8c\x24\x6c\x93\x2c\xe5\x54\x0f\xcd\xe8\x40\x17\xea\xd9\x04\x45\xba\x86\xeb\xd6\xda\xea\x52\x98\x12\x86\xca\xc1\x94\x57\xf5\xf4\x1a\xfe\x01\x26\x1b\x74\xcb\x45\x04\x51\x8c\x43\x2b\xd1\xb6\xc7\x84\xed\x71\x30\x7f\xd5\x4e\xdb\x1e\x13\xe6\xc6\x71\x68\xc9\x0d\xaf\x5b\x18\x1f\x07\x6b\x1d\x6c\x27\x85\xdc\x39\x68\x9c\xa7\xa9\x32\x87\x29\x02\x67\xce\x71\x68\x85\x0e\x6f\xcb\x88\x5e\x1f\x0c\x2e\xdd\x39\x2c\xfc\x51\x56\x93\x3e\x7f\xf5\xd0\x8c\xa2\xeb\xa1\x3e\xbc\x2b\x0f\x52\x6a\x68\x7c\x26\x09\x9c\x39\x53\x7a\xc0\xf0\xba\x45\xb8\xe0\x38\xb4\x30\x86\x39\x12\x36\x4b\xfa\x0d\xee\x1c\xde\x28\x60\xb2\x4c\x6a\xf6\x39\xbc\x57\xc3\x95\x73\xd0\x73\x65\x3b\x6e\x7e\x33\x50\x3e\xa5\x60\x0c\xd3\x74\x90\xa6\x5a\x5a\xd3\x6b\x1c\x2e\x9c\xe3\xd0\x22\xb2\x55\x93\x41\xf5\xe3\xd0\xca\xb0\x55\x93\x21\xf6\x29\x55\x62\x7a\x77\x80\x1d\x33\xa5\x8c\x4c\x6f\xc9\xc8\x93\x31\x0e\x71\xf5\x34\xa1\x27\x39\x52\x5c\x3d\xbd\x98\xe1\xd8\x39\x0e\xb1\xe4\x34\xfd\xe1\xb8\x39\x0e\xf1\xa4\xad\x9a\xcc\xa8\x79\xdd\xcd\x6f\xeb\x1b\x91\xcf\x79\x9c\x34\x6b\xe4\xf4\x7a\x86\xfd\x72\x9c\x22\xdf\xf4\xca\x85\xa5\x72\x9c\x22\x94\x2d\x95\x09\xdb\xe4\x38\xf5\x39\xb6\x49\x26\xb2\x4b\x8d\x53\x4a\x43\x78\x9b\x85\x99\x71\x9c\x52\x0f\xc2\x5a\x4a\x90\x24\x7a\xd9\xbc\x07\xbf\xcc\x71\x5e\x86\xd3\xf0\xaa\xaf\xb9\x34\x10\x4b\x3d\xa4\x7b\x1e\xa7\x36\x8d\x30\x49\xe0\x97\x99\x5a\x1b\xe1\x5d\x14\xf5\xba\xc7\x29\x6d\x29\xcc\x65\x28\x93\x9a\xee\xd9\x74\x82\x49\x72\x9c\x5a\x03\xe1\xd5\x18\x24\x1f\x4f\xf6\x19\x26\x5f\x90\x4e\xda\x1d\xd2\xbb\x28\x5c\x29\x07\xc3\x42\xeb\x69\x1a\x8e\xfa\xc7\x10\xba\x8c\x62\x78\x92\xbf\x69\x6d\x04\x8e\x97\xe3\x14\x53\xda\xf4\x98\x09\x75\xe3\xd6\xbe\x98\x96\x71\x30\x3d\x8e\x53\xbc\xaa\x12\xab\xd5\x00\x33\x68\x63\xb4\xe9\x31\xe1\x64\x39\x4e\xc9\xda\x34\xa1\x60\x7a\x1c\x67\xfe\x21\xd3\x77\xbd\x9c\xfe\xd5\xc2\xaf\x2e\xc1\xdb\xf0\x83\xbf\xd6\x88\x2c\xed\x92\x84\x4c\x51\x4c\x16\x4b\x66\x80\xb8\xe8\x48\x58\x4f\xa6\x18\x8e\x87\xb7\x66\x23\xbd\x57\xc3\x0a\x39\x9a\x64\x8f\xad\x90\xac\x40\x77\xe9\x8a\x23\x97\x67\x03\xd9\x1c\x46\x93\xe0\x58\x16\xf4\xb0\x03\xb2\xba\x51\x3d\x7c\x46\xd1\xb5\xf4\xf3\x65\x75\x64\x95\x7c\x1b\x0c\x1a\xdb\x69\xfb\x5f\xc2\xe2\x37\x74\xaf\x95\xcb\xdf\x0e\xfb\x5f\xea\x63\x96\x15\x0f\x78\x56\x0e\x86\x87\xd5\xd3\x30\x3c\x01\xfb\xed\x34\x8c\x51\xeb\xd3\x97\xf5\x11\x38\x5c\x8e\xa6\x6f\xdc\xfe\x74\x98\xfc\x46\x13\x23\x6e\x6f\x88\xf0\xb1\xbc\xee\x71\x0a\x56\x27\xb0\xde\x0d\xb9\x65\x38\x8b\x44\x35\x30\x92\xa9\xbe\xbd\x06\x77\xa2\xef\xe9\xb7\xdd\x77\xb2\xef\x5b\xb0\xfb\x06\x6f\xc9\x5d\x23\x6d\xcd\x4b\x24\xfc\xbe\x6e\xff\xa5\x59\x0e\x4e\x97\x83\xc1\x4f\xdb\xf9\x26\xaa\x81\x79\x1f\xee\x64\x19\xc6\xe4\xf0\xd6\x27\xb7\x17\x27\xec\x7d\xa3\x89\x03\xb7\x17\x27\x9c\x32\x47\x93\x80\xdc\x26\xec\x26\xf3\x48\x1d\xb0\xfd\x2f\x61\xff\xb3\x42\xf7\xf8\x00\x06\x8b\x5f\xea\x28\xf3\x58\xe0\x21\x6e\x7a\x5c\x52\x6c\x1e\xab\x79\x30\xed\x0d\x79\x60\xe4\x63\xb2\xc2\x76\x37\x2e\xed\xe4\x8f\x09\xf5\x94\xd4\x1a\x97\x4e\x99\x8f\x37\x50\x64\x9a\x1b\x97\xa4\xa6\x8d\x74\xcc\xcf\x9b\xda\x3f\x1f\x13\x04\xa6\xbb\x71\x5d\xee\xe3\x5f\xd7\x1f\x60\x7d\xcc\x92\xec\x78\x6a\x27\x4d\x6d\xab\x8f\x97\x1e\x32\x98\x8f\x4b\x3c\xac\x18\xd2\x6a\xe0\x0f\x35\x68\xb3\x1f\x12\xd9\xd1\x77\x79\xa7\xcd\x79\xf9\xf2\xe6\x53\x6b\xfd\xb5\xee\x86\xec\x76\x29\x76\x7a\x4d\x3c\xd4\x35\x1c\x97\xce\xa3\xaf\x75\x92\x97\x34\xed\xee\x5a\x7f\xf8\x92\xa6\x52\x3e\x6c\x12\x4c\x44\xac\x26\x8d\x27\xf9\x5a\x75\x86\xa7\xe6\xb8\xc4\xee\xaf\xf7\x55\xd8\x04\xc7\x25\x4e\xb5\x51\x90\xe9\x3f\x72\x6a\x1c\xa6\x3f\x4c\x85\xe3\x92\x92\xfc\x5a\x81\x81\xab\xe6\xb8\x24\xa5\x5f\x0b\x3f\x24\xf2\x1c\x72\xa0\xc8\xd7\xaa\x0a\x4c\x88\x19\xfa\x72\xaf\x74\xf8\x4b\x8e\xeb\x1f\xfc\x18\x2e\x41\x24\xa6\x7e\xad\x94\xc0\x82\x38\x2e\x69\xc9\x9f\x95\x92\x4f\x97\xcc\x87\xe0\xcb\x70\x91\xfa\x1f\xda\x8d\x82\xd4\x52\x28\x3e\x93\xfa\x23\xa9\x25\x83\x3f\x6b\x30\xa8\x3c\x96\xff\x5e\x16\xd3\xc0\xde\x98\x52\x3e\xe4\x7f\x59\x0d\x2c\x67\x7d\xca\xe7\x09\x80\xdd\xd1\x9a\xf6\x67\xfa\x7f\x5c\x00\x32\x19\x7d\x5e\x00\x1f\x36\x71\x66\x26\xaf\x27\xff\x21\x52\x4b\x1e\x12\xee\x9f\x25\x30\xac\x90\xe3\xfe\x07\x87\xe1\xc4\xdb\xfa\x16\x4b\x60\x26\xa8\x3a\xa4\x59\x7e\xde\xdd\x61\x9c\x1c\x72\x4f\xc8\xcf\x4b\xe0\x43\x7c\xf8\xa1\x85\xfb\x79\xbe\x60\xb3\x1c\xb7\xb4\xa0\xcf\x02\x04\xfe\x99\xe3\x96\x3d\xea\xb3\x6e\x89\xba\x99\x97\xae\xa4\xf3\xf3\x8a\x81\x29\x73\xdc\x5a\xfd\x36\x65\x26\x4c\x99\xe3\x96\x2a\xf5\xb3\x32\x00\xbf\xcc\xc1\xa8\x88\x9d\xb6\x43\x26\x1c\x33\x87\x9c\x08\xf2\x67\xc9\x02\x1b\xe3\xb8\xa5\x34\xfd\x2c\x6b\x91\x8c\x71\x78\xd7\xfc\x59\xe1\xf9\x91\x26\xcd\xf0\x67\x18\x7f\xa9\x63\xf2\xcf\xbb\xd5\x0f\xb9\x0f\x0e\x9d\xed\x7f\x16\xaa\x30\x2d\x0e\xef\x28\x3f\xf3\x30\x6c\x8c\xe7\x41\xad\xce\x89\x66\xaa\x71\x02\x4e\xc1\xd3\x30\x26\x8d\x96\xb4\x75\xe8\xe3\x17\x4c\x8b\xe3\xe6\xd2\x73\xf6\x99\x6a\x80\x4f\xb8\xf4\x96\x8d\x88\xcc\x36\x33\xe8\x6f\xbe\x99\x72\x86\x0d\xf6\xad\x91\x68\xb7\x5a\xb0\x26\xaa\xba\x5b\x3d\x7d\x82\x21\x84\xef\x50\xdf\xcb\x7d\x23\x0a\xe5\x4f\x6e\xd0\x9b\x59\x6d\xd8\x00\x1b\xdd\xfa\x2c\xed\x71\x2c\x60\x3a\xe4\xc2\xb0\xec\xd2\xb9\x50\x58\x6f\x88\x5f\x96\x4d\x92\x8b\x55\xc1\x19\x58\x50\x4f\x26\x02\x67\x29\x44\xc9\xed\x81\x62\xeb\xbb\x53\xe3\xdf\x1e\x09\x19\xfa\x16\x11\xb6\xe9\x8e\x3c\x3b\x0c\x43\xa8\x27\xd3\x9d\x73\xca\x8d\x72\x29\x5e\xbc\x1a\xd5\xb7\x3c\x21\x96\xca\x84\x57\x63\x00\x6e\x82\xa7\xe1\xf8\xef\x7f\xae\xce\xf5\xb9\x4e\xc9\x9a\x05\x9f\xcf\x21\x07\x89\x75\x4a\x50\xb0\x8a\xeb\x90\x2b\xc4\xb2\x9d\x71\x9d\x9c\x25\xaa\x31\xeb\xf4\x2c\xc1\xfc\x38\xe4\xf4\xe0\xdc\xee\xd5\x28\xf6\x97\xd3\x03\x33\xbd\xb3\x01\xce\x25\x43\x2f\x3b\x8c\xb2\x40\xec\x90\xd7\xc3\xb2\x67\xe8\x82\x67\xe8\xe8\xe2\x5c\x7b\x86\xae\x93\x8b\x65\xe8\xe3\xb7\x69\x02\x7a\xf7\xcb\xb0\x3f\xa7\x28\x7c\x31\x5d\x5a\x3d\x85\x61\xd0\x7b\xe8\xe3\x4d\x6f\x18\x31\x47\xbf\x34\x12\x49\x0a\xa6\xa4\x1f\x9d\x9b\xb9\x33\xd2\x57\x03\xe3\x16\xe7\x36\x99\x9a\x16\x82\xdb\x2f\x53\x50\xe5\x9e\x36\xcb\xda\x5e\x72\x26\x59\x8a\x75\xdf\x0b\x09\xa1\x47\x17\x43\x28\xa8\x7d\x33\xab\xfd\x90\x93\xc4\x6a\xd2\xf8\x16\x7c\x46\x47\xd7\x34\xd8\x78\xb9\x68\xbc\xec\xa7\x46\x22\x39\xbe\x60\xae\x1c\x4c\xe1\x5e\x4f\xee\x04\x1c\x2b\xff\xd0\xd5\x4c\xc1\x46\x0a\x6a\xd9\xda\xe7\x73\x35\x7e\x3c\x77\xf4\x65\x37\x4e\xe6\xd9\x3f\x99\xee\xba\x9e\x86\x61\x50\x50\x4b\xea\xf2\x57\x5e\x64\x36\x5e\x60\xad\xcb\x92\x02\x4e\x9a\x43\xde\x09\xcb\xbe\x99\x4c\xf7\x34\x98\xb2\x7c\x2f\x45\x9a\x6f\x26\x73\x1a\x43\x1c\x7b\x69\xa3\x59\x17\x37\x9a\x50\x27\xd2\xc0\x98\xe2\x69\xc8\xf1\xd0\x19\x9e\xaa\xf1\x01\x26\x61\x2f\x2f\x57\x18\x21\xc7\x38\xd5\xb7\x97\x2b\x4c\x92\x63\x70\x47\x59\x97\xd9\xe7\x22\xfb\x48\x42\x28\xda\xbc\x1a\xf5\x95\xac\x98\xb3\xd7\x6d\x9a\xc0\x24\x39\xe4\xeb\xe7\xdc\x51\x9b\xb9\xa3\x86\xdc\xf7\x96\x9d\x39\xd7\x4d\x3e\x11\x0f\xda\x9b\x93\xe5\x06\x86\xdc\xfa\x9c\x68\x6a\x33\xd1\xd4\x65\xd6\x54\xbc\x79\x35\x30\x12\xb1\xa6\x7d\x31\x17\xac\x8f\x63\x48\x84\xdd\x5e\x80\x37\x09\x2b\x1e\xb4\x33\x26\x6b\x13\x0c\xe6\xfe\xda\xce\x55\xb5\x99\xab\xea\xea\x12\xa6\xb7\xcc\x3d\x8b\x01\xe7\xfd\xd6\xb8\xbd\x00\x61\x6a\x1c\x43\x3c\x68\x53\x23\x13\x5b\x9d\xb2\x91\xac\xdb\x14\xbc\x49\x41\xfa\x39\xaf\xee\x95\x86\x74\x3c\x63\x50\x41\x5e\x76\xad\x64\x3a\xac\x31\xc4\xc8\x0a\x39\xdf\xac\x8b\x3c\xe4\x5c\xb5\xba\xf7\x1f\xf8\x3c\xaa\x2c\xe2\x76\xb5\xe4\x6a\xa0\x13\x7a\x1e\xaf\xee\xb5\x03\x57\xc8\xa1\x6b\xf3\x65\x0f\xc8\xd5\x49\x2a\xf1\x77\x37\x0f\xc2\xb0\xa8\x52\x89\xf5\xa4\xcf\x41\x3c\xf9\x18\xd4\xd1\x56\x37\x57\xa1\x00\xff\x29\xdb\xce\xea\x26\x15\x3c\x20\xc7\x94\x58\xef\x5e\x80\x70\x7a\x1c\xba\x7b\x5f\xb6\x37\x2e\xda\x1b\xa7\x56\xc3\x30\xa9\x68\x6f\x64\x92\x8c\x7a\xba\x0d\xf3\x2f\xbb\xe0\x34\xbc\x00\x87\x60\x7d\xfc\x40\xd2\x71\x06\x2c\xd5\x53\x33\x8c\xbe\xb5\x76\x6c\x9d\x64\x96\xb1\x31\xb5\x76\xec\x05\xb9\xe0\xf7\x38\x26\x6f\xf6\x96\xad\x93\x0b\xd6\xc9\xcb\x42\x69\x78\x2f\x86\xc1\x71\xc8\x03\xc5\x09\xca\xaa\xf1\x62\x24\x86\x3f\xc3\xf8\x78\xe9\x29\xf6\x99\x5c\x28\x0d\x3a\x74\x05\xbf\xec\x33\xb9\x60\x65\x1c\xba\x82\x67\xf9\x6a\x36\xd8\x37\xf9\xdb\x3e\x93\x2a\x57\xcd\x18\xe1\x7a\x6a\x86\xf1\xf1\xb7\xe1\x30\x8c\x99\x57\xdf\x76\x9a\x54\x42\x34\xd9\xc1\x96\xbd\x23\x59\x55\x63\x4c\x2d\xa9\x69\xd6\x9c\x64\x4d\xad\xcb\x69\xb1\x8e\x78\xf1\xf3\xd4\xba\x9c\xe6\x41\x56\xea\x61\xfd\xc7\x7a\x4a\xc3\xe0\x93\xfe\x97\x5b\xb2\x35\xad\xd5\x20\x80\x5c\xc5\x21\xeb\xc9\xe3\x07\xe7\x32\x71\x46\x3d\xdd\x86\xf9\xd7\x1a\xbf\xd5\x17\xd6\x02\x62\x8e\xfa\xbd\x6c\x95\x64\xc5\xed\x53\xd6\x36\x27\x79\xdb\x2c\x09\x32\xa6\x56\x73\x78\x35\xc3\x81\x72\xcc\x7f\x6f\xa7\x61\x4c\xb5\x74\xcf\xb0\x9e\x12\xa4\x24\x0f\x89\xae\xe1\x5d\x0d\x4c\xb5\x56\x73\x78\x35\x07\x97\x16\xed\x6a\x2b\x2c\xc7\x03\x72\xfc\xd4\x26\x16\xfb\xdf\xdb\xb5\xf6\x75\x39\xbe\xec\xa1\xb8\x60\x2e\x1c\xba\x05\x5f\x69\x0e\x48\x72\x00\xed\x2a\x2b\x2d\xc7\x59\xed\x9b\x55\x28\xf7\x4a\x19\x59\x17\x7c\x12\x47\x34\xc3\xee\x1b\xf9\x4f\x65\xf8\x73\xb5\x92\x6a\xe0\x2f\xa5\x1a\xa5\xbf\x12\x1e\x8c\x43\xf7\xe0\x2b\xcd\x2f\x2c\x8d\x74\x86\x46\xe2\x8f\x47\x60\xf7\x60\x8e\x8b\xed\xb2\xe3\x9b\x15\x4f\x46\x68\x47\x49\xeb\xca\x49\xee\x4a\xc3\xd3\x30\xbe\x52\xfa\x6c\x9a\x4f\x10\xc3\x3d\x74\x6b\xee\x2a\x28\xd5\xc0\xcc\x4b\xbc\xa7\x55\x0c\xda\x18\x99\xd0\xa2\x9e\xba\xe1\x01\x38\x05\xfb\x2f\x91\x73\x96\x95\x00\xea\xc9\x5f\x09\xc1\xa7\x7b\xd3\x65\x1b\xe3\xa2\x8d\x51\x11\x24\xac\x91\xce\x46\x7d\x0e\x03\xd6\xea\x69\x19\x2e\x3e\xd1\x9d\xe7\x5a\x5e\xb6\x70\x75\x1c\x21\xb5\x6b\x59\x4f\x59\x9c\x34\xda\x3a\xd6\xf2\xa4\x21\x7b\xed\x65\x65\xc7\xbe\x8e\x8b\x66\xcd\xd0\xda\xb1\x59\x73\xc1\xac\x79\x75\x29\x0d\xf6\x5f\x64\xa1\x97\xab\x8b\xb0\x36\x60\xb2\x1a\xbb\x8a\x74\xd6\xd3\x36\x8c\x0c\x5e\x34\x99\xae\x65\xad\x06\xae\x8c\x23\x86\xe1\x9f\x60\x24\xd5\x57\x48\xdd\xb2\x07\xe3\xa2\x61\x53\x17\x8b\x6b\x79\x35\xb0\xd2\x60\xd3\x1e\x61\x0b\xe6\x82\x87\xe3\xd0\x85\xe3\xda\xd6\x6a\x36\x57\x83\xe8\xbd\xbd\x5c\x69\xef\x0c\xed\x9b\xb6\x77\x2e\xda\x3b\x15\xa3\xb2\x6c\xef\x64\x42\xc5\x11\xa2\xe0\xb6\x56\x03\xc3\xe7\xa5\x20\x95\x65\x27\xc5\x05\xc3\xe7\xd9\x74\xac\xd8\xde\xc1\x37\xf9\x5b\x5a\xe4\x36\x7f\xd3\xde\x19\x62\x9f\x6d\x7a\xd3\xb0\xa9\x3b\xfa\x65\xf7\xc5\x85\x68\xf2\x91\x87\x46\x62\x8e\xa5\x05\x33\xa5\xcc\xdb\x82\xc9\x7c\x8e\x23\x4d\x2a\xef\xc9\xb4\x60\xa6\x14\xc0\xc7\x7b\x32\x9c\x16\x07\x73\x5d\x6f\x27\x7f\xdc\x4c\xf2\x38\x74\xe1\xb2\x94\x23\xb7\x1a\x2f\xbe\x92\xa4\x7a\xbc\xf9\xc2\x11\x71\xa4\x56\x9a\xfd\x0f\x59\x1f\x67\xa4\xb4\x31\xdb\x30\x17\x1c\x11\x87\x8c\xe8\xcb\xfe\x87\xac\x9d\x3f\x58\x44\x69\x3b\x1d\xe4\x5e\x0f\xbf\x52\xfc\x6d\x03\xe4\x62\x09\x45\xd9\xd6\xd7\xe3\x05\x08\x53\xe3\xd9\xf4\x97\xaf\xbf\x12\xd6\xc5\x91\xd2\xdd\x5e\x6b\x1e\x4c\x29\x29\xe3\xba\x8b\xee\xef\xf5\x42\xc5\x90\x15\x9d\x25\xf8\xd9\x40\x27\x53\x7d\x7b\x49\xc1\x90\x38\x64\xb1\x5c\xaf\xe5\x20\xed\x87\x29\x4d\xef\xf5\x39\x13\xb6\xc1\x53\x36\xf7\xf5\x5a\xc5\x40\x98\xf6\x90\xf1\x6f\xd9\xab\x90\x25\x7f\x46\xea\x00\xff\x5a\x97\x78\x49\x13\x1d\x59\xec\x56\xb8\x5e\xce\xbc\x54\x3a\x9b\x0a\x17\x4c\x85\xd7\x10\x6b\xda\xad\x70\xc1\x3a\x78\x0d\xcd\xfc\xe7\x1d\x10\xe6\xbf\x79\x88\x07\x3f\xaf\x06\x98\xf6\xe6\xa1\xc5\x6d\xc7\xc2\x05\x0f\xc2\x29\x23\xd8\xb2\xab\xe0\xa2\xab\xa0\xcf\x0f\x9f\x8f\xe4\x88\x96\x9e\x32\x26\xad\xcf\x1f\xff\xd1\x4d\x5a\xcc\xf6\x99\xed\xe1\x34\x38\x0f\x77\x62\x79\x82\xb0\xe8\xa9\xcb\xec\xf5\xf9\x7c\x0c\x93\xd9\xd4\xf5\xf4\xb2\xc9\x6c\xfd\xb0\xcf\x37\x4d\xda\xcf\xfc\x0d\x87\xbf\x69\x5b\x87\x2d\x69\x0b\x9e\x7d\xd3\xb6\x8e\x9f\x3f\xfe\x57\x32\x78\xea\x8e\x7b\xfd\xbc\x5f\xc2\xd2\x76\x36\x4d\xf1\xcf\x1b\x23\xf2\xd3\x4f\x5d\x7d\xaf\x9f\x57\x03\x8a\xd6\xcd\x43\xda\x8c\x1d\x00\x17\x1c\x00\xe7\xd1\xf3\x2f\xaa\xd1\xcf\x8b\xe5\x47\x4a\x4a\xab\xb1\x7f\xe0\x82\x11\x6f\xda\x76\x60\x8f\xbf\xf5\xdb\x20\xb0\x58\xf4\x67\xa1\xfa\xa3\x50\x0d\xc3\x1e\x28\x5c\x9d\x75\x57\xbd\xec\x08\xb8\x7e\x1b\x44\xa0\xd2\xe0\x94\x8b\x9b\x49\x16\xa7\x8e\xb8\xfb\x90\xe6\xb1\x69\xad\x63\xce\xb9\xcd\x04\x8c\x6c\x40\x80\x90\x73\xf7\xa1\xa5\xb5\x91\x13\x7a\xea\xd0\xba\x55\xc0\xa5\x1a\x81\xb7\x87\xe0\x34\x0c\xc6\x70\xdf\xe9\xbe\xa1\x92\xb2\x38\xeb\xde\x36\xcb\x6d\x44\x49\xcf\xc3\x7f\xa9\x85\xc8\xb4\x8c\xa7\xae\x63\xf6\x21\x5d\x62\xc3\xd2\x76\x2a\x4e\x76\x1f\x52\x1a\x36\x4b\xc0\x28\xf4\xd5\x89\x17\x37\x13\x2f\xce\x23\x35\xee\xed\x4e\xa0\x1d\xe8\xf2\xc6\x99\x64\xab\x81\xa9\xa6\xd4\xdf\x76\xe3\xdb\xa8\x27\x73\x2a\xa0\x75\x9f\xd2\x0e\x36\x6c\x67\xaa\xbd\xba\x9d\x79\xb1\x1a\xc5\x5d\x3a\xce\x6d\x7b\xf7\x6d\xd4\x9c\x99\xe7\xe1\xbe\x1f\xc3\x2f\x3a\x19\x82\x3f\xc3\x3f\xc4\x1a\x90\x26\xaa\x70\xb0\x99\xbe\x71\x9e\xdc\x51\x9c\xbe\x71\x33\x4f\xe3\x64\xa2\x89\x7a\x72\xdf\xc9\xbe\xf5\x97\x3a\xc8\x33\x61\xe3\xd4\xb1\x68\x3b\xc6\x7a\x33\xc6\x9a\xd9\xb7\xeb\x29\x0d\x63\x24\x97\x3e\x7e\x7b\x24\x20\x2c\xd3\x3d\xec\x6d\xdb\xd8\x86\xef\xde\x3c\x6f\x75\xb2\xfd\x39\x20\xec\xc9\x65\xeb\xbc\x8e\xd5\xc0\xe7\x70\xd9\x6e\x15\x3d\xaf\x06\x08\xcb\x93\x98\xf3\x3d\x56\x63\xe1\xed\x2e\x78\x1b\x7e\xf0\x36\x3f\xde\xae\x7a\x2c\x96\x36\x99\xd8\x61\xb3\x62\x1a\x1b\xec\x3b\x05\x4f\xc3\x75\x96\x55\x90\xae\x33\x3e\x6e\x66\x7c\x3c\x75\x05\xb6\x1d\x3a\xbd\x1b\x29\x38\x34\x12\x53\x10\x31\xd4\xe7\xe5\xcf\x31\x05\x1b\x29\xc8\xb3\x09\x53\x3d\xb2\x81\xbe\xa9\x2e\xba\xc6\xda\x66\x9a\xc7\x53\x57\x63\x2e\xb1\xb6\x99\xe6\x71\x9e\x53\x7f\x69\x7a\xc3\xd2\x76\xc9\xe6\xb1\xed\x07\xc8\xf4\x8f\xf3\x9c\xfe\xcb\xc7\x30\x18\xa2\x1b\xfe\x0c\x63\x80\x3c\x0e\x6d\x15\xc1\xac\x46\xad\xcb\x93\x4a\xda\xb6\xd7\x20\x73\x47\xce\x53\xf2\xc4\x5e\x83\xfb\x22\x7f\xd3\xfb\x65\x5f\xe6\xef\x8b\xfc\x3d\xdc\x89\x08\x0b\x2b\x9e\xea\xf2\xd6\xd3\x30\x8c\xbe\x79\x7e\x70\x4e\xc9\x6a\xa0\x6f\xaa\xb9\xfb\x92\x9e\xc2\x54\x93\x93\xc9\x27\xf6\xb6\x93\x21\xf3\x45\xce\x53\x6b\xde\xa6\xbe\x0d\x53\xdf\xa5\x80\x88\x7d\x69\x07\x67\x5a\xe8\xd9\x24\x66\x6c\xbc\x63\xfe\xc8\x53\x17\x86\xfb\xb2\x84\x80\x63\xe1\x54\x22\x02\x17\x96\xdb\x4c\x15\x79\xea\xc2\x70\xdf\xe6\xef\x1b\xfc\xdd\x4e\xc3\xb7\x61\x4c\xb1\xe8\x7d\x5b\x42\xc0\x8a\x77\x31\xdb\xea\xde\xb7\x45\x2f\x8c\x77\xb3\x49\xcc\xdc\x5e\xf3\xf0\x2c\x9c\xcc\x99\xbb\xf7\x6d\x46\x46\xf4\xf5\x25\x8b\xd4\xb6\x9f\xe1\x86\x4d\x6f\x36\x89\x19\x87\x5d\x6f\x86\x5d\xcb\x50\xe5\x1c\x92\xd5\xc0\x00\xa9\x59\x6f\xc7\x5d\x6f\xb8\x14\x4e\x85\x2e\x6f\xc7\x4a\x33\x21\xf6\x94\xbb\xc4\xbe\x2d\x21\xe0\x6a\x38\x9b\x44\x81\x4d\x7d\x4c\x32\x79\x29\x76\x64\xdb\x05\x71\xc3\x78\x37\xa5\xe9\x39\x97\x76\x35\x26\x42\x8b\x86\xe0\x30\x8c\x4d\x40\x7c\xd2\xa5\x06\x6c\x14\x64\x9a\x8d\xbb\xeb\xb6\xab\xe0\x86\x4d\x6f\xca\x31\x62\xdb\xa6\xc7\xc4\x91\xe7\x95\x7e\x5b\x0c\x81\xc8\xe4\xa9\x38\x45\x27\x8c\xac\x06\x3a\xd1\xee\xda\xbd\xb8\x3b\x69\xc2\xab\x26\x57\x02\xdc\x4c\x06\x39\xe5\x01\xb1\x1d\x7a\xbc\x3b\xbf\x52\x7f\x69\x3f\x3f\xe6\x7d\x3c\xe5\x60\xba\xed\xe7\xb7\x51\xc7\x75\x7a\xbf\x1c\xde\x60\x68\x77\xd3\x9d\xe9\x1e\x5e\x69\x30\xc0\xcd\xcb\x70\xba\xef\x64\xdf\x53\xf0\x65\xb8\x03\x4e\xc1\xc3\x30\x32\x27\x7a\x24\x66\x1f\x78\x0d\x9e\xf2\x7d\x74\x1e\xc8\xcd\x3c\x90\xe7\x7d\xfe\xc5\x6a\xe4\x3c\x91\xd5\x40\x54\x97\x47\xe4\x65\x0b\x67\xc3\xe9\x8d\xdd\x3e\x86\xcc\x0c\x39\x2f\xed\x84\x43\x67\x2b\x26\x84\x9c\xcc\xd9\xba\xb7\xad\x75\x4c\x01\x39\xaf\xe6\xb7\x97\x61\x74\xa2\xc5\xa2\xc2\x3a\xd5\xf8\x00\x93\x31\x6c\xad\xdb\x33\xd8\x49\x08\x0e\xc3\x25\x40\x64\xc1\x74\x72\xc7\x6a\x20\x19\xa6\x16\xb9\x8d\x78\x7b\x62\xd9\xca\x89\x63\x4f\xef\x3f\x93\x74\xa7\x51\xc6\x49\x1f\x37\x2b\x3e\x4e\xef\x3f\xd3\x74\x87\x13\xe1\xbc\x6e\xbf\xad\x71\x23\xe9\xe3\xbc\xb4\x58\x1c\xe4\xbc\x27\xc3\xe5\xb4\x75\x4c\x93\x6a\x92\x54\xbc\xf4\xda\x76\x12\xdc\x13\x3b\x38\x8b\x8b\xed\x6d\x27\xc1\x0d\x27\xc1\x29\xb7\x0a\x27\x72\xac\x06\xd8\x88\x86\xcd\x6d\x27\xc1\x8d\x98\xe4\xc9\x54\x9b\xf5\xf4\x18\x06\x63\x68\x4f\x76\x88\x32\x0b\x53\x4e\x0b\x3e\x87\x28\x6f\x84\x28\xcf\x4b\x32\xcb\x21\xca\x3b\x48\xaa\xcb\x6f\x4f\xc3\x60\x51\x51\xd0\xc6\xbb\x1d\x24\x55\x68\xdc\x66\xd1\x20\x8b\x8a\xb0\xe1\xcd\x00\xc1\xca\xaa\xbb\xbd\x9d\xcb\xb1\x1a\xf8\x9c\xf4\xdb\xaf\x61\x8c\x3b\xf5\x97\x96\x70\x41\x66\x93\xf6\x6b\xc3\xe0\x86\x61\xf0\x9a\xd2\x98\x1c\xd1\xcc\xb4\x8d\xf3\xa6\x91\xc0\x69\x1b\x37\x33\x35\x4e\xaf\xcf\xf4\x1e\x81\x18\xe6\x93\x25\xc0\x36\xb3\x38\xb2\x31\x11\xfb\x78\x0a\x4e\xc3\x0b\xf0\x25\x78\x1b\x2e\xd5\xe8\x96\x8a\x61\x6f\xc3\x0d\xc3\xe1\x94\xab\xc3\x4e\xd3\x9b\x66\xc4\x5b\xfa\x55\x9a\xde\x2c\x6f\x71\x4b\x69\x48\x13\x36\x99\x03\x56\x4a\x5a\x7a\x47\x81\x85\xf0\x54\x8a\x81\x9d\x5e\xc5\xf0\x46\x9c\xf2\x5f\xdd\x36\x0c\x6e\x96\xc8\x50\xe6\x81\x6d\x2f\x43\x26\x77\x9c\x4a\xe7\xb0\x6d\x18\x64\x76\xc7\x93\x49\xf1\xea\xe9\x32\x8c\x71\x6b\x63\xb7\x05\x90\xd9\x1d\xa7\x39\xd6\x16\x40\x26\x72\x3c\xe5\x60\xb0\x97\x37\x1a\xf8\x15\x4e\x73\xec\xb2\x08\x86\xa9\x6f\x32\x09\xe4\x76\xa6\xc6\xcd\x4c\x8d\xe7\xad\xcd\x60\x99\xb0\x8b\xb2\x56\x9b\x81\xc3\x9a\x37\x22\x96\xa7\x9c\x26\xf7\xf2\xfe\xc3\xf2\x54\xf2\x20\x70\x62\xc7\x6a\xe0\x2f\xbb\x3b\x11\x0f\x32\x54\xf9\xd6\xe2\x5e\xde\x7f\x50\xa4\x6a\x9a\x82\xb6\xd2\x6d\x58\xe9\xa6\x92\x34\x6c\xbb\x1f\xee\x45\x1e\xd4\x02\xb4\x95\x8e\xe9\x19\xe7\xad\x3d\x79\x7b\xeb\xd8\xfa\x1c\xbd\xed\xcf\x81\xdd\x6d\xca\x55\x60\xdb\xcf\x90\xd9\x1c\xa7\x7c\x02\x98\xd2\x91\x0d\x7c\x65\xfa\xed\x65\xf8\x87\xb7\xf5\x97\xd6\x3c\x60\x69\x3b\xe5\xb4\xc0\xe4\x8d\x6c\x6c\x84\xf1\x5e\x82\x3f\xc3\xe8\x44\xc7\x38\x7b\x0e\x32\x9d\xe3\xec\x3a\xaf\x39\x6e\x78\xa3\xda\xf4\x35\xb5\xe6\x6d\x8e\xdb\x0c\x1c\xee\xd2\xaf\xb6\x75\x65\xa4\x73\xbc\x58\xa4\x65\x6f\x87\x0e\x33\x41\xe3\x54\x82\xaf\xfd\x78\x6f\x40\xb0\xf0\x69\x9a\x3c\x56\xe9\x60\xa5\x9b\xfd\x72\x27\xaf\xe1\x0f\x70\x0a\x16\xfb\x20\xb4\xf8\x52\x90\xa5\xd3\x38\x56\x03\x7f\x29\x11\xf6\x98\x7d\x50\xce\xe5\xec\x92\x27\x8f\x0f\xd9\xb0\xe2\x9d\x5d\xf2\xc4\x0e\x88\x1b\xc1\xc3\xb3\x77\x75\xe2\x75\x09\x2b\xdd\xec\x3a\xf4\x3d\x5e\x3b\x0f\x45\x98\x44\xc1\xe3\x6d\x14\x71\xbf\xb3\x6b\xa5\xd9\x51\x90\xb9\x1b\x4f\xf9\x49\xec\xd7\xa4\x82\x4d\x6f\xea\xf2\x9f\xb5\x70\xd9\x60\x84\x74\x0a\x4e\xc3\xe8\x5b\x9b\xc0\x6b\x1e\x44\xf6\xc6\xb3\x6b\x77\xb5\x4f\x20\xb3\x37\x4e\x65\x2c\xd8\x8e\x1e\x66\xf6\xc6\x6b\x0e\xc3\xaf\x61\xf4\x2d\xb5\xeb\xb5\xc6\x01\xef\xc0\xd9\x75\x50\x70\xfc\x30\x73\x28\x4e\xa5\x2c\xd8\x0e\xfe\xdd\xf0\xe1\x9b\x0a\xdd\xdf\xb6\xd2\x31\x79\xe1\x1c\x3a\x4d\x3b\x72\x97\x79\x07\xe7\xb8\xff\x92\x76\x88\xb9\x09\xd9\xe8\x18\xff\x10\x3c\x0c\x17\x1b\x29\x7c\x7c\xdb\xd0\xc6\x7a\xbf\x73\xf8\x6d\x8b\x49\x44\xe7\x9e\xdd\x03\xb5\x1a\x40\xfb\x9b\xe2\xc4\xb7\xed\x6f\xfb\xc7\xfc\xd6\xff\xe0\x66\xf8\x46\x1c\xf6\x25\x78\x18\xc6\x48\x24\x29\x7e\x96\x87\x30\xc4\x9d\x5e\x43\x3f\xef\xf7\xf0\x7b\x9b\x43\x6b\xdf\x7e\x6f\x1b\xf1\xb7\x53\x37\xdb\xdb\xf1\xb7\x1b\x0e\x70\xa7\x32\x95\x38\x4f\x61\x35\xf0\x97\x12\x09\x3f\xef\x3f\x3f\xf2\x39\x2f\xa6\xb6\xe3\x72\x99\x99\x70\xea\x66\x7b\xff\x4c\x41\xc4\xe5\xce\x79\xf8\xed\x34\xfc\x01\xd6\xc7\x9b\x82\x08\xa9\x9d\x13\x16\xfa\xc7\xd9\x04\x1f\x96\x3d\x9e\xbc\x38\x7e\x5c\xf5\xf8\x89\x83\xc1\xe9\x97\xde\xe6\x48\x1e\x26\xe0\x9b\x8c\x76\x7e\x9c\x80\xef\x61\x02\xbe\xc9\x28\xde\xc7\x09\xf8\x1e\x96\x2a\x9e\x8c\xd2\x7e\x42\x36\xa6\x87\x99\xf8\x2e\xc6\x13\x3f\x71\xfa\x2f\x11\x1c\x3a\x19\xf3\xfb\x84\x82\x42\xab\x51\x5f\xc9\x7c\xf9\xf5\xb4\x0c\xd7\x48\x78\x25\x59\x4f\xaf\xe1\x0f\xb0\x3a\xe1\xaa\x78\x98\x74\x6f\x32\x30\xf7\x61\xe6\x3d\x36\x20\x6e\x2e\x8d\x84\x22\xf8\x09\xb8\x4e\x4d\xde\x26\xd6\x93\x07\x88\xaf\x0c\x91\xaa\xf9\x2b\x11\x5f\x39\x79\xfd\xf6\x44\x4b\xc3\x5c\xe4\x38\x41\x3e\x4e\x89\x57\x0d\xf4\xdd\x43\x70\x37\x5c\x02\x24\x86\xdf\x4e\xc3\xe8\x5b\xf4\x56\xed\xfb\x6a\xb0\xef\x5b\xf0\x30\x3c\x8b\xb0\xd1\x05\x87\xe1\x52\xa4\x18\x4c\x57\x4f\x8f\x61\x30\xdb\xad\x91\xf0\x8a\xec\x09\xd6\xc9\x67\x92\x9a\x87\x65\x8e\xd9\x68\xe8\xe4\x12\x7c\x19\x1e\x78\x5b\x03\xa4\xac\xad\x06\xf4\x59\xec\xb2\x4f\xc8\x84\xf3\x30\x41\xde\x65\x86\x90\x09\xe7\x61\x86\xbc\x93\xd9\x03\x1f\x27\xc6\xab\x06\xbe\xb2\xa7\xe0\x66\x18\xec\x93\x97\xe0\x6e\x18\x23\x19\xa7\xe0\x30\x8c\x29\x1e\x7e\xfb\x35\x0c\x3e\x99\x21\x58\x1f\x8f\xd4\x79\x67\x1f\x1a\x49\x9e\x86\xc1\x3e\x71\x08\x76\xdf\xdc\xad\x86\x3a\xa1\xc0\x7e\x58\xd2\xf9\xec\xd3\x6f\x8b\xab\xe0\xb6\x35\x43\x8b\xe4\xa2\x78\xac\x06\x24\x84\x08\x7b\x79\x2e\x69\xf0\x09\x7f\xe5\x4a\xc3\x98\xcb\xec\x82\xfd\x39\xe4\xd8\x24\x23\xcb\xe0\x53\x0d\xf6\x6d\xf8\x31\x5c\xa7\xea\xd4\x92\xba\x4d\xef\x9b\xf4\x8e\x26\xb8\x19\xbe\xf0\x76\x08\xee\x86\x27\x32\x30\x1c\x82\xd3\xf0\x0f\x30\xc7\x7d\x9b\x82\xf0\xcf\x9a\x0c\xcb\x7d\x5c\xb5\xfa\x61\x06\xbd\xc9\x8b\xc0\x7a\xd2\x00\x61\xcb\x39\xbb\x48\x75\x7b\x15\xc3\x6d\x6b\x32\x6a\xea\x09\x59\x76\xaa\x71\xd7\xdb\x22\xd5\x6d\x0a\xc2\x89\xeb\xec\x22\xd5\xbd\xfe\xf5\x8d\xd9\x11\xa9\x6e\xb3\xfd\xcd\x0d\x26\xc9\x6c\xf7\xf6\xc7\x83\xb0\x29\x39\x78\xef\x30\x5c\x33\xcf\xa4\x3e\x8f\xd3\xe3\x3d\x4c\x8f\x37\xf3\x72\x27\xaf\xe1\x62\x36\x5e\x49\x3e\x21\x3b\xd0\xc3\xd4\x77\x93\x57\x92\x4f\x74\x73\x2c\xed\x40\x43\xf4\x56\xc4\x68\x35\x6a\xdc\x43\xf4\xee\xe6\x58\xe4\xbe\x9b\x2c\xd3\xfb\x38\xe7\xdd\xc3\x9c\x77\xe7\x90\x1c\xec\x96\x27\x70\xf2\x9a\x8c\x11\xae\xa7\xd7\x30\x06\xd8\xa7\x60\xf7\x8d\xf4\xe3\x2c\xf9\xfd\x38\xe9\xdd\xc3\x34\x77\x33\xb5\x2e\xbb\x19\x19\x69\xee\xce\x71\x6a\xdc\x6b\x1a\xc6\xe7\x68\xe6\x15\x62\x5a\x0d\xf0\x89\xd6\x65\xdf\xe2\x41\x04\x95\x9e\xcc\x19\x58\x4f\xdd\x30\x48\xa5\x25\x25\x4f\xb0\x87\xe9\xed\x66\x6a\xed\x0c\x33\x32\x4d\x4f\xcc\x3c\xf4\x38\xbf\x5d\x35\x6e\x7c\xce\x2d\x78\x18\xc6\xa4\xc5\x29\xf8\x31\x5c\x67\xaa\x21\x66\x1b\x66\x64\xf8\x7e\xcd\x14\x6b\xca\xf4\xf4\x30\x1d\xde\x39\xae\x3f\x58\x8d\x9e\x50\x15\xca\x6a\x04\x46\xa4\x81\x7a\x96\x06\x57\x45\xfa\xaf\x3d\x22\xc8\x95\xa1\xdd\x6a\x58\xbc\x0f\x12\x58\xfb\xcf\x30\x81\x69\x63\x62\x84\x43\x3d\xbd\x86\x7f\xff\xfd\x4f\x30\x96\xf8\x71\x72\xbd\x87\x59\xf4\xe2\x10\x43\x0f\xf3\xf9\x60\x5d\x8c\x26\xda\xec\x6d\xf8\x01\xec\xb7\x3f\xc3\xe8\x5b\xfc\x32\x3d\x1d\x70\x14\x8b\x43\x22\x61\x9a\xee\xb0\x48\xc5\xa1\x8f\x9f\x16\x20\xb3\xce\x19\xc1\xd4\xfb\x0f\x33\xf0\xa1\x91\xe8\x44\x23\x99\xa6\x20\xcb\xb7\x8f\x6e\x78\x19\xc6\x48\x9a\x3a\xb1\xfa\x02\x1b\x53\x1c\x5a\xcd\x2a\x2c\xf2\xb0\xa6\x7b\x1c\x22\xec\xb4\xac\x9d\x24\x95\x56\xf3\x34\x8b\x4e\xb2\xa8\x76\xab\xe9\x9d\x90\x9e\x60\x43\x1b\xfb\xdc\xfe\xca\xa2\x59\x1c\xb7\xfa\xb6\x08\x9e\xd8\xf2\x86\x76\xab\x69\x0a\x4e\x52\xb0\x93\x54\x61\x49\x01\x4f\xb1\x38\xb4\x6c\xc3\x22\x18\x86\xaa\x38\xb4\x6c\xc3\x9c\x4b\x43\x15\x9d\x43\x1f\xe6\xca\x63\x03\xa9\x60\xb4\xb7\x85\x37\x31\x18\x9b\xce\xa1\xa5\x15\xa6\x20\xfc\xc6\xe2\x98\xa7\xe0\xd7\xf0\x07\x58\x03\xb4\xa4\x40\x5c\xeb\x39\x0c\x9b\xde\x41\x7a\x4f\x8d\xc4\xf4\x0e\xd2\x5b\xdb\x52\x98\x91\x69\xbf\x1a\x7e\xdb\xac\x89\x3a\x23\xe7\xd0\xe6\x1b\x26\x6c\x90\x63\xb5\x5b\x85\x45\x42\x6c\xb0\x4f\xdc\x82\xb7\x61\x70\xac\xe6\x32\x2c\x99\x83\xf4\x0e\xd2\x24\xcd\xb1\x49\x8e\x95\xfa\x22\xfb\xd5\xc3\x1c\x7c\x57\x48\x8e\x2b\x2c\xf6\x61\xb2\xbd\x38\xa4\xb8\xa6\x15\x40\x44\xbc\x9e\x23\x0c\x37\xc3\xd5\xf7\xa9\x05\x98\x56\x00\xe1\xe1\x16\x4c\xe4\x5f\x4f\x69\xf8\x07\x58\x9d\x78\xcb\x83\x73\xda\x15\xe2\xaa\xf4\x96\x07\x63\x53\x9c\x52\x8a\xd3\x5b\x1e\x42\x5a\xcf\x21\x79\x92\x56\x73\x61\x91\x8a\x53\x02\x3b\x4d\x6f\x38\xa7\xc5\x29\x81\x9d\x16\xc1\x30\x36\xc5\xd9\xd4\xb7\x19\x39\xc9\xc8\xfa\xf8\x65\xa5\x01\xc6\xa6\x38\xa5\x2b\x2f\xef\x6d\x8b\x7b\x9b\x84\xd2\x32\x05\x61\x91\x0a\x86\x54\xd7\xd3\x6b\xf8\x03\xac\xb7\x2d\x82\x61\x7a\x8a\x53\x9a\xf5\xb2\x7e\x85\x2a\x21\x71\xde\x9c\xb4\xe5\x6d\x09\x7e\x65\x27\xb3\xe4\xd5\xd3\x30\x8c\x4e\xba\xe1\x34\xbc\x00\x4f\xc1\xdb\xf0\x8b\x4e\x34\x12\x53\x70\x6d\x6c\x90\x5a\xae\xcb\x6a\x17\x8b\x78\x4e\x4d\xc3\xb2\x76\x80\x38\xd9\x2b\xdc\xb7\x29\x88\x80\xd9\x38\xa5\xe3\x6f\xf3\x20\x0b\xae\x4f\x1d\x59\xb6\x09\x8b\x82\x25\x71\x6a\x71\x6f\x8b\x02\x38\x9f\x05\xef\x63\x9f\xd8\x16\xa6\x30\x82\xc5\xa9\xc5\xbd\xcd\x9a\x30\x82\x5d\x3e\x56\x6c\x6b\x63\x08\x98\x0d\xde\x99\xd6\xd3\x63\x18\x1f\x2f\x3e\xd9\xe6\x41\x9a\xb5\xa6\x24\xf2\x36\x05\x37\x29\x18\x7e\x7b\x1b\x46\x27\xd2\xf4\xb6\xd5\x2e\xd8\xb7\xce\xa9\xad\x7a\x7b\xdf\x41\x08\xec\xc9\x94\x7a\x0f\xd3\xe0\xb1\xf1\x00\x56\x27\x5e\xc5\x70\x37\x8b\x53\x9a\xde\x63\xa9\x09\xfb\xd6\x15\x12\x61\x8f\xd5\x80\x87\xa4\x92\x02\xf8\x98\x35\x69\xed\x9a\x62\xb6\xc7\xc2\x94\xce\x67\x53\xcc\xf6\x58\xed\x82\x59\x2b\x9a\xf6\xcb\xc7\x6a\x00\x22\x69\xcf\xa9\xbd\xf8\x31\x61\x61\xed\x8a\x26\x85\xfb\xf1\xe2\x86\xcf\x5a\x34\x71\xd5\x63\x19\x0b\xb3\x56\x34\x69\x7a\x8f\x19\xf9\x21\xbd\xb5\xe6\x1f\x4b\x4d\x84\xdb\x9e\x53\x6c\xff\x78\xfb\x87\x2b\x5b\x34\x4d\xda\xe3\xcd\xeb\x21\xbd\xb5\x5f\x3e\x56\x73\xe1\xef\x16\x4d\x1b\xfa\xe3\x35\x0f\x4b\x5a\x34\x1d\x84\x1f\x9f\xee\x10\x79\x7b\xf9\x38\xf4\x58\xf4\xc2\x92\x16\x4d\x73\xf9\x9a\x91\x61\x49\xbb\x22\xfe\x90\xad\xb1\x5e\x1e\xfe\xd5\x46\x86\xa8\x21\xf8\x35\x8c\xff\x10\x81\x5f\x8b\x04\x78\xc9\x05\x6f\x5a\xeb\xa9\x1b\x46\x27\x3a\xe2\xbe\x26\x30\xe2\x6a\xa3\x69\xed\xbf\xde\xad\x50\xda\x24\x9a\xf4\xda\xd7\x04\x7e\x49\xe0\x7e\x0b\xfe\xd7\x09\x08\xac\xed\xf4\xb5\x1a\x00\x43\x5b\xb0\x60\x40\x3d\xb9\x13\x32\xb4\xfb\xf6\xda\x87\x97\xdc\x39\xa5\x06\xbc\x56\x03\x5e\x52\x52\x3b\xe1\x67\x4a\xc2\x79\x2e\x9a\xf6\xcd\xcf\xdb\x12\x82\x68\x4f\xe6\x9a\xab\xa7\x61\x18\x23\xd1\x2c\x7d\x16\x09\x1f\xf4\xab\xa6\x7d\xf3\x33\x61\x3f\x52\x50\xbb\xd5\x67\xfd\x0a\x61\xb2\x97\xcf\x9b\x9f\xb5\x03\xf8\xdc\x05\xcb\x0e\xd4\xd3\x67\x18\xe3\xf6\xdb\x26\xec\x47\x86\xd6\x8a\xfb\xac\x06\xc0\x14\x18\x4d\x47\xae\xcf\x07\x06\x04\xcc\x5e\xa9\x0d\xf2\xb3\x5c\x81\x61\x30\x78\x71\xfc\xc4\x67\x86\x86\x61\xf0\x4a\xed\x9b\x9f\xa7\x01\x01\xb3\x57\x6a\xdf\xfc\xac\x34\x20\x04\x36\x78\x1f\xfb\x38\x89\xdf\xc3\x24\x7e\x71\xc9\x36\xf6\xb3\x00\x81\x61\x30\x2e\x69\xa8\x3f\x8b\x04\x18\x06\x2f\xe6\x82\xa9\x27\x89\x04\x98\x02\xaf\x54\xdf\x3f\xef\xf7\x28\x49\x12\x57\x33\x1c\x86\x57\x4d\xda\xbc\x05\xbf\x86\x8b\xab\x2e\xb1\xfd\xcf\xfa\xd5\x0f\xfa\xd5\x94\xb9\xe2\x67\x11\x0c\x0b\x60\x5c\xd2\x6a\x7e\xe6\xd8\x1f\x39\x56\x27\x9a\x9f\x77\x2b\x98\x02\x83\x8e\x3f\xf5\xe4\x01\x62\xed\x5f\x12\x20\x3f\x6f\x62\x3f\x6e\x62\x62\x88\x9f\x29\x08\xaf\xbe\xb8\x24\x40\x7e\x5e\xfb\xf0\xe3\x8b\x4b\x3b\xe1\xcf\x92\xf9\x47\xc2\x72\xa5\xa5\x8d\x8e\xcc\xdc\x17\x17\x75\x65\xa6\xef\x63\xa3\xf4\x2b\x3a\x11\x3f\x4e\xd8\xf7\x30\x45\x5f\xf0\xf6\xf6\x49\xb9\xef\x55\x03\x9d\x0c\x75\xa2\x35\x9f\x07\x14\x29\x3a\xb9\x3c\xcc\xdf\xc7\x06\xb8\x8a\xbb\x55\xca\xab\xef\x49\x58\x36\x83\xc1\xf2\x8f\x53\xf3\x3d\x4c\xbb\x17\xcc\xfe\xff\x38\xdd\x5e\x35\x30\x12\xea\x85\xa9\xd0\xd6\x6a\xa0\x93\x54\xdf\xdb\x9d\x90\xd9\x68\x97\x60\x96\x3d\x36\xb0\xe6\xb9\x48\x52\x31\xac\xd5\x28\xc2\x32\xc6\xfc\x71\x02\xbd\x6a\x6c\xc0\x53\xf0\x6b\xf8\x03\x9c\x82\x7f\x82\x71\xdb\x22\x0b\x49\xca\xc5\xee\x61\xce\xbc\xe0\x0d\xeb\xc3\xc4\x79\x6c\xa0\x08\x21\x77\xd9\x54\x0c\xeb\x93\x08\x4f\x8d\xbb\xa9\x13\xed\x3f\x89\xf0\xd4\x93\xf5\x4c\x1f\xe7\xd0\xab\x06\xfa\xc6\xbd\xe6\x93\x72\xb1\xab\xc6\x02\x1c\x82\x3d\x6e\x30\xdb\xed\x01\x6e\xf7\xcd\xb2\xe7\x5c\xae\xa9\xf0\xd3\x87\xc9\xf2\x82\xb7\xe5\x8f\x93\xe5\x55\x03\x9d\xd0\xfc\x99\x2a\x58\x52\x8d\x01\x78\x08\x9e\x86\x31\xf3\xdc\xc1\x53\x9e\x77\x0f\xd3\xe2\x05\xf3\xb8\x3c\xa9\xda\x24\x0f\xf3\xdf\xc5\xdd\xd5\x89\x69\x02\x43\x6c\xf0\x0a\xf8\xc9\x26\x53\x48\xa2\x0a\x49\xdc\x62\xcd\xa6\x75\x99\x28\x9f\x7c\xa5\x47\x62\xae\x42\xe5\x91\x60\x66\x91\x7a\xd2\xa4\x35\x8a\xb0\x5b\x5f\xb9\xfd\x95\x58\x69\xbc\xd4\x7d\x9c\x0e\xaf\x1a\xe8\x24\xf4\x39\x5a\x69\x09\xc7\xb7\xb8\xc5\xb1\xf2\x77\x7b\x98\x0e\x2f\x6e\xae\xe2\xb4\x55\x94\x79\xf1\x2e\xd9\x81\x52\x51\xa9\x4f\x22\xfc\x34\x6e\x71\xec\x65\x9a\x5c\x64\x1f\x6a\xed\x79\x79\xed\xc0\x95\x2d\xba\x18\xc2\xe6\x4f\x66\xd1\xbb\x52\xa4\x92\x63\xdb\xc3\xc4\x78\xc1\xdb\xc4\x7a\xba\x0d\x63\xcd\x8b\x82\x0a\x56\xad\x46\xd1\xbb\x8b\x63\x2f\x49\xfb\x44\x78\xea\x29\x83\x89\x13\xe5\x55\x03\x7d\xff\x83\xbb\xe1\x01\x38\x05\x7b\x80\x20\x15\x2f\x76\x9e\xb4\xf9\x93\x19\xf3\x4e\x19\x35\x52\xc1\xaa\xd5\xd8\x78\x3b\x04\x7f\x86\x31\x40\xaa\xa2\x69\x3b\x27\xf3\xe7\x05\xf3\xc4\x3f\x79\x5b\x28\xc1\xce\x19\x5d\x8c\xac\xf0\xd3\x87\x89\xed\xa2\xdf\xf1\x07\xd5\x28\x6f\x89\xf7\x44\x3c\xea\x19\x5a\x43\xaa\x09\x52\x0d\x94\xfc\xd7\x6a\xbe\xbd\xe2\x50\x17\x39\xba\xa6\xda\x86\x4d\x26\xc4\x0b\x46\x1d\x3e\x69\xc3\x26\x33\xe2\x9d\x0c\x5f\x7a\x98\x16\x8f\x8d\x17\x30\xdf\xb6\x05\x33\x11\x86\x1a\x9d\x87\x91\xec\x96\xe3\x88\x47\x3d\x75\x4e\x76\x2a\xbc\x6a\xe0\x2f\x87\x3b\x09\xc3\x3f\xbc\x4d\xba\xab\x96\xc7\xc3\xa4\x78\xc1\xf2\x3c\xf5\x74\x19\x46\xdf\x5d\x7d\x5b\xbc\xd3\xef\x8d\x01\x49\xf5\xb4\x0c\xd7\x91\x8b\x99\x53\x1e\x67\xce\xab\xc6\x87\xb7\x35\x92\xe5\xbf\xc4\xb5\x8a\x2e\x61\x9c\x3b\xaf\x1a\x98\xd3\xa9\xbf\xf4\x6a\x86\x17\x5d\xc8\x70\x9f\xdd\x82\xaf\x93\x73\xa7\x68\x62\xce\xa5\x61\x33\xc4\xe7\xaa\xab\x5c\x0d\x7c\x8e\x44\x82\x22\x5f\xab\x11\xc8\x07\xa9\xbe\xb7\xfb\x2e\x21\x70\xe5\x3f\xd8\x9f\xc3\xd9\x11\xa9\x86\x67\x67\x70\x76\x78\x12\x73\xa6\xbd\x6a\x60\xdc\xb4\x06\xe4\xf0\x34\x0c\xf2\x39\x55\xba\xb4\x19\x34\xe1\x81\x77\x86\xa4\xd0\xf0\x46\x43\x0f\x3c\xe6\x2b\xad\xa7\x69\x38\x0a\x96\x70\x1a\x9e\x86\x41\xf6\x4f\x0d\xd0\x22\x01\xde\x73\x31\xb4\xe5\x0d\x0b\x55\x14\x57\x0e\x19\xd7\x9d\x6b\xaf\x1a\x18\x09\x6f\xb7\x72\x78\x4f\x86\xd3\x5c\x0c\x49\x8a\xe1\x1d\x65\x90\xb0\x31\x05\xfb\x2b\xe1\x29\x13\xda\xc1\x6d\xa2\x4c\x9a\x28\x65\xbb\xce\x69\x46\x86\x2d\xf2\x64\x32\xc5\x7a\xd2\x5f\x22\x55\xde\x29\xe5\xd2\xb9\xf2\xaa\x81\x4e\x9a\xe1\x6e\x78\x00\x56\x27\x96\x9e\x34\x51\x0e\xc9\x95\x69\x1e\x44\x50\xeb\xa9\x6b\x95\x9c\xde\x51\x18\xe2\xca\x24\xa8\xf5\x34\x0c\x17\x9f\x0c\x89\x1b\x5b\x2e\x13\xde\x73\x57\x7a\xdc\xa6\x20\x82\x59\x4f\xeb\x57\x36\x51\x32\xb3\xde\xa9\xbb\x19\x67\xd6\xab\x46\x4d\xda\xd0\xba\xb4\xe5\x92\x09\xf7\xce\x94\xf4\x0c\x53\x90\xbe\x74\xa9\xaf\x0c\x6f\xd5\x41\xc2\xde\x86\xbb\xe1\xc0\xdb\x21\x78\x19\xe6\x5f\x1a\x7e\x0d\x83\x4f\x78\x25\xc9\x64\x7d\x68\xe0\xb2\x2e\x2f\x0e\x30\x2c\x82\xe1\x54\x17\x4c\x6d\x5f\x4f\x61\x38\xf1\x76\x17\xbc\x0d\xbf\x80\xa7\xe0\xcf\x30\x66\x47\xa2\x20\xcc\x9a\x34\x68\x0e\xed\x6d\xe1\x4d\x0c\x06\xcd\xd3\x2a\x46\x58\x22\xa3\x4c\xc8\x99\xd2\x53\xc2\x6b\x1e\x39\xf9\xce\xf4\xe7\x78\x07\x87\x53\xdd\x7d\x48\xd3\xb3\x2d\x32\x93\x84\x95\x42\x92\x26\x2c\x4d\x94\x43\x8a\x6b\x9a\xb0\x70\xaa\x8b\xa1\xe5\x9a\x56\x76\x90\xab\x2f\x86\x96\xab\x4d\x94\x4c\xca\x77\x26\x8f\x9f\x99\x96\xb1\x74\x9a\xd3\xdd\x4c\xa6\xd5\x80\x24\x61\xc3\xf0\x32\x8c\x49\xd3\xba\x4c\xcb\xd8\x24\x61\x25\xed\xd3\x84\xa5\x41\x73\x68\x5d\xa6\x09\x8b\xaa\xca\x31\xb4\x2e\x6d\xe7\x4c\xd8\x39\x6f\xdd\x28\x64\x5a\xf4\xd2\xce\x39\xd2\xb0\xff\x12\x12\x42\xb7\x44\x99\xd6\xaf\xe8\x62\x97\x26\x95\x77\x40\x38\xd5\xc5\x90\x50\x4a\x4b\x08\x24\xf2\x3b\x53\xf2\x3b\xad\x76\xd1\xfc\x29\x33\x62\xa6\x27\x0d\x9e\x77\x31\x35\x69\x0a\xb2\xad\x46\xf5\x3d\xb5\x8a\x6d\xfe\x4c\x9a\x3f\xbd\x1d\x2d\x5d\xed\x25\x3d\xef\x74\x03\x95\xcb\x62\x06\x06\xcf\x90\x05\x30\x97\xae\xf6\x72\x71\x76\xa4\xd2\x2d\xcf\x0e\xad\xa2\x32\xc7\xe5\xb2\x98\x81\x0b\x5e\x4c\x69\x35\x36\x96\x26\x8d\xa5\xcc\x2e\x50\x4f\xee\x9b\x62\x46\x5b\xc6\xb2\x36\xb6\x98\x77\x57\x2b\x6d\x59\xb5\x40\x58\x6d\xc8\x49\x24\x97\xb7\xba\x45\x7a\x6b\x27\x59\xa6\x37\xbc\xfa\x42\x06\xb6\x5c\x56\xd2\x90\x5d\x30\x64\x60\x63\x8a\x41\x36\x16\x3a\xf9\x83\xaf\xd1\xe3\x9c\x83\xd5\xc0\x88\x24\xb3\x6c\x4b\x4d\x18\x4d\xcf\xd4\x54\x6f\x8b\x1b\x04\xe3\xc6\x94\xb8\xd9\xde\xf2\x10\x8c\xdb\x0e\x4d\xf5\xf6\x74\xd0\x96\x3a\xb5\x6c\xb7\xa5\x3e\x3c\x07\xef\x43\xf2\x70\x5b\xea\x6f\x4e\x47\xd7\x48\x3c\x1d\x34\xb1\x4e\xad\x66\x9b\x58\x99\x93\xb0\x1d\x3a\xce\xa9\xfe\xf3\x93\x08\xdd\x6d\x66\xff\x6d\x85\x64\x73\xf2\x24\x9c\xb6\x27\x0f\x06\xd9\xfb\xd0\x9c\x6e\xef\x11\x70\x38\x0c\xf9\xec\x38\x71\xe1\xc3\xc4\x85\xed\xe0\x6d\xa8\x13\x17\x56\x03\x03\x1c\x86\x5f\xc3\xe0\x73\xe9\x29\xdb\x27\x5f\x54\x2a\x89\xa9\x33\xb8\xcd\xb7\xcc\x60\xd8\x8e\xd3\xb0\x29\xc8\xd9\x91\x14\x7a\x2c\xca\x60\x99\x8d\xa9\x55\xf1\x78\xf3\x45\x58\x70\x33\x61\x1f\x6b\x91\x34\xdf\xca\xb8\x91\x8f\x25\x1c\xdc\x13\x63\x4a\x38\xd9\x4e\x9b\x88\x16\x8e\x19\xfa\x4b\xaf\x21\xd8\x69\xdb\xd1\x0c\x4f\xc3\x18\xb7\xb6\xa5\xc7\x12\xee\xe1\xa4\x49\xdc\x3c\x9e\x34\x18\x6c\xef\x43\xab\xe2\xf1\xd2\x42\xa5\x93\x90\x7f\x0a\x73\x27\xb2\x81\xb9\xbc\xd4\x89\xe7\x92\xc6\x5e\x5b\x03\x1e\x4b\x38\x14\x40\x09\x56\x3a\x78\x98\x52\x91\x0d\xf6\x2d\x52\x79\xc5\xc1\xaa\xdb\x74\xaf\xe9\xc4\x88\x0f\x13\x23\xde\xba\xd7\xcc\xc7\xa2\x0c\x71\xcb\x11\x87\xbe\xd2\x1b\x3b\xa2\x98\xdb\xa1\x85\xf8\x5a\x8b\x84\xeb\x63\xc8\x09\xc0\x19\x13\x1f\x66\x4c\x6c\x87\xf6\xb6\xd7\xfb\x0f\xec\xb7\xb7\xee\x4c\xf3\xb5\xe0\x83\x47\x64\x04\xaf\x80\xf3\xf5\x4a\x83\x35\xb7\x1d\x5a\x80\xb6\xe6\x32\x39\x62\x3b\xb4\x83\xbf\x9e\x06\x5a\x73\x7d\xf8\xb3\x35\x37\x51\x50\x25\x42\xa7\xbc\xd7\x3b\x0a\x62\x9e\x43\x57\xd7\x69\x6b\x2e\xf3\x21\xb6\x43\xab\xe1\xf5\x56\x0d\xb3\x6e\x3b\xc4\xf6\xaf\x95\x4b\x98\x75\x23\xc4\x10\xaf\x95\x4b\x04\x3f\xb7\x43\x7b\xdb\x6b\x45\x8a\xb6\xdf\xd0\x99\xf0\xb5\x22\x85\x64\x8a\x11\x52\xd2\x5e\x9f\xa9\x5e\xd2\x5b\xbb\xd5\x67\xc2\x7e\x64\x7b\xed\xe0\x9f\xad\x18\x30\xdb\x36\xdd\x99\x3a\x13\x62\x35\xd0\x89\x56\xc3\xe7\x8d\x1d\xa1\xd2\x4d\xb7\xa0\x4e\x7a\x58\x0d\x10\x56\x9b\xef\x67\x1d\x88\x66\x5b\x79\xb0\xe5\x67\x8e\xfd\xc8\xb1\x62\xfb\xcf\x7b\x32\xcc\xb6\xed\x10\x7f\xdb\x3e\xcb\x84\x86\xb7\x27\xed\xf3\x9e\xfc\x91\xb0\x62\xe4\xcf\x84\xa5\x35\x37\x64\xf3\xf8\xbc\x47\xc0\x7e\x7b\xeb\xa2\x9b\xc9\x0e\xd9\xc0\xcc\xbb\x6f\x73\x2c\x32\x17\xb6\x53\xe7\x87\x9f\xa5\x3d\xec\xb7\x4d\x77\xa6\x4c\x5f\xc8\x06\x66\x47\x52\xf3\x67\xd6\x44\xb9\x95\x76\xf2\x6e\xc6\xe9\x0d\xab\x81\xbf\xd4\xd1\xf6\x67\xd6\xa4\x35\x37\x24\xf0\x7e\x5e\xf3\xb0\xc8\x46\x68\x76\x7e\x5e\xc5\xb4\xcf\x86\x84\xd2\xcf\xa4\x42\xf1\xe8\x08\x09\xa5\x9f\x65\x2c\x0d\xb1\x72\x10\xcb\x9f\x97\x2b\x6d\xa8\xf2\xed\x72\xc2\xc2\x6a\xb4\x1a\xf7\x69\x78\x1a\xde\x05\x93\xed\x97\x6d\xa8\x8b\x36\x54\x66\x73\x78\xd6\x91\xee\x04\x7c\xc2\x7c\xd8\xf5\x74\x19\x1e\x80\x43\xb0\xfb\x46\xc5\x0d\x9d\x4d\x96\xca\x43\x3f\x4c\x58\xd8\x98\x1f\xe8\x71\xc2\xc2\x6a\xe0\x2f\xb9\xe6\x9d\xb0\xb0\x1a\x0d\xb0\x46\x22\x52\x31\xab\x60\xa4\x3f\x67\xb9\xef\xc5\xbe\x35\xc0\xed\x01\x16\x67\x44\x36\x75\x22\x81\xc7\xac\x81\x4d\x37\xc3\xce\x1a\xf8\x30\x6b\x60\x24\x4d\xf0\xcb\x5e\xab\xeb\x80\xee\x96\x94\xc8\x4b\x95\x4c\x1e\x66\x0d\x0c\x1d\x2b\x98\x2c\x90\x0d\xf6\xdd\x05\x6f\xc3\x18\x20\x6f\xe5\x96\x0d\xb1\x0b\x86\xd8\xd0\xb1\xc2\xc9\x04\xab\x31\x91\xb2\xff\x10\x9c\x86\x31\x40\x2e\xc0\x65\x67\x56\xe6\x09\x8c\xf4\x5f\x2e\x0f\x90\xfb\xfc\x9f\x2e\xd4\x98\x34\x90\x0d\x4c\x07\x2d\x24\xeb\xd4\xd6\xb1\x10\xfc\xdc\x98\x3b\xe9\x71\xf6\xc0\x87\xd9\x03\x23\x87\x06\xaa\x85\xc8\x34\x82\x21\xdb\x1e\xb3\x03\xb2\x81\xbe\xb9\x58\x96\x3d\x63\x99\x18\xb0\xb1\x6a\x7d\x3d\x75\xc3\x13\x70\x0a\x0e\xc3\xb5\x2a\xa4\xa6\x3b\x4d\x60\x35\x40\xe0\x61\xf8\x33\x8c\xbf\x9c\xfa\x4b\x69\x63\xcc\x1e\x78\x4b\xc2\x2d\x5b\x75\x99\x18\x30\x92\xf7\x27\xab\x2d\xbf\x8d\x3d\x22\x43\x9d\x98\x54\xb4\xd3\xca\xff\x6a\xa9\x6a\x49\x35\xc0\x2f\xa9\x91\xe8\x78\xb1\xe0\x30\x7b\x4b\x1e\x2e\x3b\xcc\x2e\x9a\x6f\x99\x17\xe3\x71\xf6\xc0\x6a\xac\xff\xfe\x27\x0f\xca\xac\x65\x17\xd8\xd5\x28\xca\xa6\x3b\xf1\x57\x16\x61\x53\x6e\x59\xce\x35\x58\x8d\x0b\x70\x17\x7c\x1b\xee\xe8\xc4\xf0\x30\x3c\xf1\x76\x0a\x4e\xc3\x18\x09\x37\xf6\x65\xcf\xd8\x85\xf2\xd0\x29\x6f\xad\x75\xa5\xfb\x4e\xf6\xad\x4e\xb4\x27\x2f\x84\x2b\xa7\xdc\xb2\x96\x0a\x41\x57\x03\x33\x1f\xea\xc4\xf4\x86\x0d\x38\x0f\xde\x10\xaf\xcb\x6b\x1f\x4e\xaf\x29\x6f\xad\xa5\xba\xd1\x0f\x13\x1a\xde\xcc\x5c\xf0\x2c\xbb\xc0\x2e\x98\x86\x53\x8a\xd4\xb2\x69\x98\x99\x0b\x6f\x6d\x06\xeb\xda\xfe\x78\xd2\x5b\x2b\xce\x2e\xb0\xeb\x22\xbd\xc5\x27\x97\xe9\x7d\x91\xde\x5a\x71\xaa\xa1\x52\x8d\x06\x78\x0a\xbe\x0d\x43\x4c\x8a\x4f\xec\x02\xcb\xcc\x85\xc9\xc4\x1d\x0f\xd3\x17\xb2\x81\xbf\x14\x9f\xdc\xe6\x58\xf8\xc2\xa6\xb6\x3c\x27\x2c\xac\x06\x3a\xd1\x02\xbc\x2d\x12\xee\x92\xae\x29\xf5\x85\x59\x0d\xd1\x28\xc2\xdf\xa7\x24\xb3\x1d\x66\x99\xc7\x30\xa5\xd5\x2c\x1b\x90\x99\xd0\xf0\x96\x9b\xd0\xba\xb5\x27\x33\x73\x61\x1e\x5a\x80\xb7\x29\x08\x4b\x71\x1e\x5a\x3b\xb7\x19\xf9\x26\x61\x43\x7f\x69\x51\x80\x84\x86\xb7\x9c\x8a\x96\x5d\x60\x99\xc7\x30\xe5\xad\xb5\xba\x19\xb9\x93\x91\xb5\x00\x6d\x40\x66\x42\xc3\x5b\x2e\x48\xab\x7b\x6f\x83\x67\xec\x2d\x17\xa4\xd5\xb5\x55\x2f\x18\x90\xf3\xd0\x34\xd8\x80\xbc\x60\x40\x6e\xed\x30\xdc\x0c\xe3\x2f\x69\x1b\x5b\xaa\xb1\x52\x0d\x4c\x03\xef\x38\x96\x1d\x66\x17\x7c\x61\xf3\x74\x27\xe6\x6f\x58\x8a\x5b\xa3\x8a\xb1\x14\x4f\x5d\x8d\x8d\xb7\x53\xf0\x63\xf8\xc5\xdb\x53\xf0\x67\x18\x7d\x6b\x27\xec\x16\x1c\xb0\x0d\xa7\x37\x76\xbb\xc0\x2e\x54\x78\x4e\xd3\x64\xe8\xf0\xb4\x10\x41\x9d\xa7\xd6\x8e\xad\xb9\x4c\x68\xd8\x9a\x56\xf1\x30\xa9\x60\xe4\x4d\x26\xe7\x7b\x9c\xde\xb0\x1a\x1f\x60\xfe\xe5\x30\x4d\x60\xd6\x4d\x6f\xa7\x23\xdd\x77\xb2\xef\x10\x2c\x1e\x44\x3d\x95\xf4\x06\x39\x4c\x13\x58\x73\xf3\xd4\x6a\x18\x5e\xc5\xac\xa7\xc2\x32\x15\xcf\xb2\x7b\xea\x1a\xfc\x78\xad\x06\x5b\x73\x99\xb9\xf0\xb6\x1a\x30\xbc\xb1\xc3\xe1\x34\x4f\xf1\xb7\xad\xb9\x4c\x58\xd8\xe4\xcd\xe2\x84\x85\x0f\x13\x16\xa6\x9c\xa1\xd6\xf4\x76\x04\x87\xd4\x3c\xc5\xf6\xd3\xcc\x86\x10\xe9\xd6\xa4\x1a\x4d\x6f\x47\x93\xa4\x92\x8c\x9d\x66\xb6\x49\x66\xd3\x34\x4c\x2b\x52\xf0\x53\x6d\x4d\xb2\xca\xb6\xdf\x05\x3f\xd5\x26\xe7\x96\x35\xad\x48\x21\x16\xba\x35\x5a\x48\x96\xbd\x56\xd7\xac\x8d\xbf\x31\xbd\xd4\xb3\xec\xb5\xba\x60\x04\xce\x53\x4b\xca\xb6\x5f\x26\x32\x4c\x26\xce\x7b\x96\x6d\xbf\x6b\x92\x07\x35\x3b\xd3\x9b\x17\x02\xaa\x5b\x93\x64\xb3\x33\xeb\x82\x6d\x38\xe5\xc4\xb5\xa6\xf5\x2b\xd8\x86\x5b\x93\xb2\x30\x3d\x0d\x93\xac\xa9\x8d\x71\x7a\xcd\xc3\xab\x35\x4f\xed\x80\x76\x66\x65\x5a\xc3\x3c\xb5\x00\xc3\x1c\x1b\xe4\x58\xcd\x7c\x98\xde\x30\x02\xb7\xc6\xab\x9a\x15\xde\xfe\x03\xab\xd8\x0b\x30\xbc\xcf\xc3\xf6\x9b\xed\x3c\xfe\xa2\x1a\xd9\xa9\x75\xc1\xaa\x9b\x4c\x69\x51\x4f\xcb\xf0\x53\xb0\xd8\x28\xbc\x6c\x11\x38\x9d\x66\x0c\xbb\xa9\x2e\x98\x77\xb3\x49\x67\x0e\x2f\x5b\x78\x98\xa6\x39\xc0\x56\x5d\x66\x45\x4c\xf9\x31\xad\xf4\x1e\x91\xfc\x5a\x29\x52\xe9\xaf\x85\x87\x69\x36\xe9\x6e\x2a\xa5\xf2\x30\x75\x62\x36\xe9\x57\x76\x25\x65\xb2\xc4\x6c\xf4\xae\x58\x69\xed\x1d\xa5\x56\x6e\x2f\x2d\x7b\x98\x32\x75\x62\x36\x6d\x34\x36\xdf\x32\x59\x62\x93\x1f\x13\x33\x26\xa2\x41\xc1\x37\xf5\x39\x66\x51\x78\xa0\x66\xa3\xc5\x78\xa5\x29\x08\x3b\x6d\xb6\xa1\x91\x78\x91\xc3\x03\x35\x9b\x16\xa2\x1d\x4f\x99\xe7\x30\x9b\x16\xa2\x0d\xb2\x0b\x06\xd9\xdb\x0a\x60\x7a\xa3\x49\x6e\x34\x5a\xfb\xe9\x1d\x3c\x49\x6f\x6d\x4b\xf6\x47\x65\xfa\xc3\x6c\x52\x48\x96\x55\x23\xd8\x69\xb3\x69\xff\x59\xde\xc1\xe1\x98\x9a\x4d\xda\x81\xed\xb4\x0b\xa1\xd2\xf7\x29\x9a\xd8\x4d\x95\xe9\x0f\x93\x59\xa7\x9e\x65\x3b\x2d\xd3\x1f\xde\xa7\x48\xb5\xbc\xb1\xa3\x6c\x4b\xca\x19\x6a\x2d\xef\x28\xa8\xdf\x72\x5b\xae\x2c\x13\x16\x76\xda\xbc\xa4\x00\x2e\xaf\x7d\x78\xaf\xe6\x75\xf8\x6d\x8f\x1b\xac\x79\xd1\xb2\xb3\x6c\x90\x5d\x8b\xaa\x91\x74\xb7\xe5\x8d\x1d\xfe\xa8\x29\xf7\xa6\x65\x7f\xd4\x05\x63\x6a\x6b\x7a\x7b\x7b\xd9\xc2\x03\x35\x99\x6e\xa2\x9e\x2e\xc3\x10\x4e\x92\x42\xdb\xd2\x13\xa6\xd5\xbc\xa4\xe9\xd9\xb4\xca\x3c\x87\x4d\x5e\x66\x6b\x9b\x91\x61\x43\x6d\xa6\xf7\x36\x05\xe1\x98\x9a\xd7\xe5\xb7\xc3\x30\x24\x85\xf6\xfb\x6d\xc2\xc2\xb4\x9a\xd7\xe5\x4e\x5e\xc3\x1f\x60\x7d\x8e\x55\xa3\x4d\x0a\x4a\xa8\xda\x2a\xca\xf4\x87\xb7\xf5\xc2\xed\x35\x8f\x78\xeb\x94\x8f\xd4\xda\xa6\x20\xcc\x9f\x29\xf7\xa6\xb5\xad\x1a\x6d\xa8\x46\x97\x64\x96\xbd\x57\xd7\x26\xc7\x4a\x01\xb4\xf7\x2a\x73\x24\xe6\xa5\xe3\xd0\x63\x09\x01\x3b\x67\x5e\x62\x7b\xdb\x39\x17\x2c\x9b\x29\xf7\x26\x27\x43\xac\x06\x06\x48\x03\xc4\x7a\x2c\x0a\x1e\x52\x50\x73\x69\xc7\xd3\x05\x13\x65\x32\x39\xc5\xb3\x6c\xa2\x64\x56\xc4\x76\x49\xd9\x79\x64\xf0\x59\x30\x4a\xde\x72\x98\x5d\x76\x3c\x5d\xa8\xe8\x92\x57\xfa\xed\xc7\xf0\x8b\x4e\x2e\xc1\x9f\x61\xfc\xa5\x36\x03\x7b\x98\x32\x87\x62\x5e\x52\xbb\x6c\x8b\x5c\xa8\xe2\x72\x37\x3a\x8b\xac\xd7\xab\x18\x05\x59\x52\xce\x50\xcb\xd6\xc5\x05\xeb\x62\xbb\xfe\xc1\xaf\xe1\x9a\xf9\x5b\x62\xfd\xf5\x9e\xfc\x62\x8f\xb8\xc5\xf6\xaf\xb9\x0a\x39\x14\xdb\xa5\xe3\xd0\x6b\x2b\x06\x72\x28\xe6\x2d\xb6\x7f\xad\xd5\xc0\x57\x34\xe5\xc7\xb4\x5e\x2f\xc0\xb7\x24\x5f\xde\x32\x85\xd8\xba\xb8\xde\x22\xce\x2d\x8f\xde\x65\x17\x52\x66\x54\xcc\x5b\xfc\x6d\xeb\x22\x53\x2b\xde\x4d\xea\xb9\x5d\x48\x17\xec\x89\xed\xe2\x75\xd0\x7a\xbd\xf9\xc2\x57\x34\x6f\xed\x24\x9f\x49\x05\x7b\x62\xca\xbd\x69\x7d\x56\x76\xe0\x1d\x9a\xb7\xb4\x31\x5b\x17\xd7\x57\xa4\xbc\x9b\x68\x62\x5f\x51\xe6\x5f\xcc\x5b\x4a\x9a\xad\x8b\x4c\xc4\x78\x37\x5a\x5c\xd7\xe7\xe5\x8a\x38\xf1\xbb\xe9\x2c\x68\xa3\xe3\x82\x99\x31\x6f\x6d\x30\xf6\x15\x5d\x30\x3a\xa6\x9c\xa1\xd6\xe7\x75\x09\xa7\xd1\xbc\xb5\x65\xd8\xe8\xb8\x10\x4d\x7e\xcb\x13\x79\xd9\x85\x74\xc1\xe8\x98\xb7\x56\x83\x8d\x8e\x4c\xdb\x78\xcb\x13\x79\xd9\xba\xb8\x50\x25\x25\x6f\xad\x86\xcf\x14\x84\x75\x31\x6f\x6d\x02\x9f\xd7\xe5\x47\xc2\x4a\x14\xd8\x29\x74\xfd\xc8\x83\x62\x7b\x9b\x11\x17\xcc\x88\x77\xd3\x5c\xfe\xbc\x73\xa3\x1c\x4a\xde\x3a\xc3\xfe\x4c\x2a\x84\x85\xb7\x4b\xaa\xc5\xcf\xa4\x82\x75\x31\xbb\xc4\xfa\xcf\xcb\x15\xbe\xa2\xd9\xc5\xdf\x3f\x99\x6d\x17\xc2\xc6\x6f\xab\x8b\x76\x21\x65\x96\xc6\xec\x3a\x84\xfc\xcc\x83\x28\x9e\x92\xfd\xfc\x8b\xaf\xd1\xfa\x79\xeb\x40\x35\xe7\xdb\x7a\x8a\x7d\x46\x99\xe4\x31\xbb\xc7\xef\xd5\x0c\xe7\xd0\xec\x9a\x25\x3b\x87\x2e\x58\x30\x53\x2e\x54\xdb\x16\xcc\x8d\x92\x2b\x77\xa3\x6f\x80\x73\x3b\x56\x63\x00\x4e\xc1\xd3\x70\xcd\x92\x62\xb5\xb7\x0d\x9b\xcc\xed\xd8\xae\x7f\x7d\x7f\x86\xf1\x97\x1c\xf7\x56\x25\x96\x87\xb9\x1f\x53\x81\xd3\xdb\xf6\x4e\xe6\x7e\x6c\x17\x95\xb4\x6d\x57\x52\x26\x79\xcc\xee\x01\xa6\xff\x12\xaa\x11\x53\xf9\x3d\x4e\xf9\xf8\x30\xe5\x63\x93\xeb\xae\x53\x3e\x3e\x4c\xf9\x98\xf2\xbf\xda\x2a\xb5\xf2\x30\xe5\x63\x63\x39\xf1\x7a\x5a\x86\xf1\x97\x5d\xb0\xe8\xcd\x24\x8f\xa9\xe0\xe6\x6d\x7b\x27\x93\x3c\x36\xe6\x4c\xaa\xa7\x6d\xf8\x07\x98\xa4\x72\x38\x3e\x53\x3e\xa6\xc2\x95\xb7\xed\x9d\x4c\xf9\xd8\x98\xb3\xaf\x9e\x86\x61\xfc\x25\xd5\x97\xad\x2a\x29\x0f\x73\x3f\xa6\xbc\x9e\xb6\xfd\x51\x99\xc4\x31\xe5\xf5\xb4\xcf\x74\xdf\xe4\x73\x6a\xa8\x5b\xa5\x9b\xab\x81\x71\xeb\x2b\x4f\x13\x16\x86\xcf\xec\xd4\x0e\x9c\xdb\xb1\x1a\xe8\x3b\xf4\x39\xcb\x23\x21\x43\xa7\x06\xb8\x3d\x6e\x56\x03\xe3\x26\xb6\x55\xb2\xe4\x61\xb6\xc6\x1c\x5c\x5a\xce\xd6\xf8\x6c\x84\xeb\xa7\x82\x6d\xb7\xcd\x88\xcc\xa1\x98\x4c\x80\x51\x4f\x61\x18\xe3\xe6\xbd\x0f\xf3\x2b\xb2\x51\x93\x36\xc4\x3e\xaa\x36\x52\x8d\x0f\x30\x49\x65\x9f\x51\x26\x5a\xcc\x71\xa9\xef\xe5\xbe\xc9\x10\xa2\x77\xd3\xb2\xdd\x8d\xdb\xe9\x74\x27\x3f\xc1\x28\xdb\xa5\xa0\xcf\xdd\xb4\x75\x30\xd1\x62\xbb\x78\xc3\xea\x44\x8b\x0f\x13\x2d\xa6\xbc\x70\xb6\x6d\x91\x4c\xad\x98\x72\xb7\xd9\x76\x25\x65\xea\xc4\x94\xbb\xcd\xb6\xd1\x91\xa9\x13\x93\xb9\x34\xeb\xe9\x36\x8c\xbf\x0c\xbf\x9d\x86\x17\x60\xbf\xbd\x0d\xb3\x6f\x52\xf0\x32\xbd\x69\x74\x94\x5f\xcd\xbe\xbc\x00\xe1\x81\x9a\x83\x3a\x3e\x13\x29\xb2\x81\xdd\x4a\xa4\xb2\x3f\x2a\x53\x27\x26\x53\x87\x3c\xdb\x1e\xa6\x1b\x66\xc6\xc6\xf2\x64\xf5\x34\x0c\x63\xd2\xa6\xfa\x96\x9e\xb2\x69\x5d\x1c\xfe\x1c\x9d\x4d\x98\x51\x31\x47\x68\x80\xdb\x03\xc4\xd6\x21\xdf\x97\x6d\xeb\xe2\xbe\xa8\xbe\x50\x1b\xdb\x8e\xa4\xdf\x08\x99\x4f\xc5\xca\x6d\x95\x62\xae\x06\x66\x9e\x7a\xa1\x53\x27\x3e\x4c\x9d\x98\x53\x8c\x7c\x7b\xa5\xc1\x03\x35\x59\xfd\xe2\xd9\x76\x3c\x65\xb2\xc4\x64\x8e\x90\x87\x19\x13\xd9\x60\xdf\x1a\x89\x36\xdf\x0d\x0f\xd4\x9c\xa7\xfe\xd2\xb2\x0a\x39\x12\x9b\x7c\xd0\x9d\x23\xb1\x1a\xe8\x9b\x06\x9f\x7d\x7b\x01\xde\x50\x76\x66\xd3\x00\x97\x07\x08\x52\xcd\xa6\x01\x6e\x7f\x0e\xb8\x4a\x89\x46\x9c\x0c\xb1\x1a\x78\x5b\x62\xbd\x7b\x13\x80\xb9\x2e\xe5\x15\xb2\xed\xfd\xb9\x11\xdf\x7e\xeb\xbc\xb6\x6d\xbc\xdb\x70\xf3\x4c\x85\xe8\x38\xeb\x61\x35\xf0\x97\x92\x9a\x8e\x5f\xdf\x9d\x1f\xcf\xc3\xea\xb6\x3f\x27\xb3\x1e\x26\xab\x30\xd4\xd3\x63\xb8\x16\x20\xd3\x04\x3e\xbb\x5b\x22\x23\x22\x3d\xa7\xd6\x65\xf7\x57\xd2\x4a\x27\x5f\x86\xdd\xbd\xa4\x3a\x3f\x9e\x0a\xf7\xb6\x87\x26\xd3\x1f\xa6\x62\x2c\xf6\xf0\xe6\x85\xa8\xf2\x94\x07\xc1\x1e\x16\xa6\xb0\xcb\xb5\x5b\xd3\xa0\xf4\x86\xd5\x40\x27\x54\x31\x9c\xde\xf0\x61\x7a\xc3\x0c\xcd\xa5\x7d\x2e\x37\xad\x74\x71\xa8\x6f\x2f\x92\xc1\x99\xd7\xa4\x39\x88\x7c\x23\x5a\x3c\x95\x65\xc5\x89\x0a\x1f\x26\x2a\xcc\xf0\x48\xbc\x1a\x50\xd3\x38\x43\x0c\x31\xe4\xca\xb3\xe1\x7c\x79\x37\x0f\xd0\xd2\x87\xc6\xbb\xd0\x5f\xda\x78\xb7\x61\xbc\xbb\x15\xe7\xb3\x1d\x2d\xce\xd4\x84\x29\xa7\xe7\x3d\xbd\xfd\x23\x3e\xbc\x29\xcc\xc0\x89\x0a\xab\x81\xbe\xb5\x17\x4f\x2f\x12\xd8\xe5\x32\xb4\xe9\xda\x43\x73\xa3\xbe\x48\xc6\xfd\x87\x6a\xb2\xf5\xb2\xff\x1a\xee\x1f\x3a\x83\xef\x29\x0b\xc9\x86\x03\xe7\xad\xc3\xc8\xb6\x11\x6f\xa3\x06\x72\xea\xc2\xdb\xe9\x0d\xab\x81\xbf\x96\x76\x30\xbd\x86\xe0\xa9\x99\x72\x50\xde\xd3\x52\x08\x9e\x9a\x19\x5d\x9d\x58\x0d\xa0\x59\xee\xd6\x8e\xe2\x60\x72\x66\x3d\x4c\xdd\x55\x3b\xeb\x61\x35\x40\x04\xea\xcc\x3b\x2c\xc7\xe1\x9b\xd9\x14\x6b\xe1\x64\x88\xd5\xc0\x5f\x4a\x4c\x86\xc5\x7b\x70\x3a\xb4\xd1\xd8\x53\x73\xd3\x2c\x17\x62\x7f\x07\x93\x6f\x78\x53\xa6\x6e\xb6\xb7\x8a\x20\x57\xa3\xce\x9b\xb7\xd4\x17\x47\x8d\x6f\x9a\xe3\x42\x62\xd2\x51\xe3\x1b\x4e\x96\x29\x67\x5c\x67\x3d\x7c\x98\xf5\xb0\xe9\xa0\xe3\xac\x87\x0f\xb3\x1e\x66\xa4\x61\x0f\x10\x0c\xad\xe0\xb2\x1d\xdb\x23\xc1\x2d\xa8\x8e\x45\xdb\x31\xe6\x1b\xe1\xe3\xa9\x5b\x73\x67\x3d\x7c\x98\xf5\x30\x59\xc9\xfb\xd9\xe9\xd5\x0c\x97\xcc\xd4\x85\xf7\xb6\x4b\x26\x33\x17\x66\xf2\xdc\xb6\x6d\xea\xdb\x30\xf5\xdd\x4c\xf6\xf9\x6c\x87\x87\x33\x45\x61\xea\x66\x7b\xa7\xe5\x38\xcc\x75\xed\xee\x86\x97\x61\xf4\x2d\xa1\x9a\x5e\xe4\xf0\xb6\x4c\x5d\x61\x6f\x1b\xef\x36\xcc\x75\xed\x96\xda\x65\x27\x4b\x66\x2e\x4c\x79\xc6\xee\x34\x61\x93\x84\xd5\x9e\x9c\x56\x48\x60\xbc\x6b\x0a\x79\xd9\x69\xcd\x03\x71\xe2\x8d\x79\x0c\xeb\x69\x18\x46\xdf\xb7\xdf\x4e\xc3\x0b\xb0\x68\x62\xc5\x15\x36\xbd\xc6\xfa\x89\xf5\xe4\xcf\x21\xbd\x35\xc5\xcb\x8c\x4c\x9b\x9e\x52\x9f\xec\x65\x46\x5e\x64\x64\x71\xac\x63\xcc\x99\xe7\x30\xe5\x47\xbb\x6d\xbc\xdb\xf0\xb6\xbc\x2f\xd1\x7b\xa5\xfb\x86\x3d\xff\x9e\xfa\x4b\xcf\x0e\x4d\x7d\xba\x16\xdf\xcb\x02\x04\x4e\x98\xa9\x6b\xf1\x6d\xdf\xcb\x4d\x53\x9f\x62\x5b\xb6\x4d\x7d\x7b\x91\xed\xa5\x4b\x2c\x4f\xc3\xa2\x08\x0e\xbf\x3d\x0c\x83\x82\xd3\x6f\xbb\xef\x62\xf4\xdb\xe7\x9e\xe5\xdd\x6a\x71\xb7\x0a\xc3\x9f\x61\x8c\x44\xea\xf9\xb2\x3c\x81\x4b\x66\xa6\xf4\x14\xbb\x64\x6e\x1a\x06\x53\x3a\x90\x0d\x83\x1b\x86\xc1\xdb\xa7\x24\x47\xa4\xef\xcd\x69\xa0\xf9\x73\x3b\x22\x7d\xc3\x14\x98\x99\x7e\x3b\x0d\xa3\x6f\x2d\xee\xed\x69\x80\x4b\x63\xa6\xf4\x14\xbb\x34\x32\x75\x62\x53\x40\xd2\xb6\x4b\x23\x73\x28\x9e\xc7\xa1\x9d\xc6\xb1\xe7\x1b\x5e\x8c\x85\x37\xe1\xdb\x38\xf8\x4a\xa2\xc3\x4e\x8d\xcc\xa2\x58\xaf\x6b\x30\xe6\xe5\x4d\x5e\x96\xec\xd8\xde\xc7\xe8\xd5\xa8\x78\xa7\x6d\x43\xdd\x46\xbc\x79\xeb\xd2\xbc\xec\xd5\xb8\xe1\xd5\x78\x1e\x72\xca\xdb\x8f\xe9\x02\x47\xc6\xc2\xa7\xf0\x34\xfe\x23\x4e\x3a\x3e\xe6\x44\xa4\x4c\x6c\x5d\x27\x14\x47\x9a\x6f\x7a\x30\x32\x3f\x61\x3d\x0d\xc3\xa4\x8c\xce\x7e\x8f\xe5\x07\x3d\x1b\xbb\x64\x93\x7d\x15\x37\x0c\x81\xe7\xa1\xbb\xea\xfd\x58\x45\x82\x7b\x62\xe1\x4d\xb8\x07\x5f\x14\x2d\x5c\x1f\x6b\xb6\xa3\xd1\xaf\x4b\x21\x78\x7c\x4a\xa1\x5f\x62\xd7\x34\x39\xda\x9c\x29\x19\xcf\x43\xb7\xd8\x4e\xc5\x58\x0d\xf6\xae\x1d\xeb\xf1\xfa\x47\x60\xf9\x79\xc8\x55\x6e\xdb\x35\x71\xc3\x1c\x58\xf8\x25\x3c\x8c\x67\x31\xaa\xf6\x95\xd7\x67\x8f\x97\x12\x57\xa4\x79\xad\x2b\xc0\x30\x78\x1e\xf2\xa1\xdb\xaf\xd5\xad\x97\x14\x16\x73\xbc\xa6\xf0\x2b\x0a\xeb\x38\xfa\x7a\xb1\xc3\x4d\xb1\xf0\x14\xee\x7f\x2d\x7d\xa1\x31\xa7\xdf\xe3\xf4\x8d\xcf\x86\x5d\xf1\x3c\xe4\x5d\xe7\x44\x8d\xd5\xe0\xbf\xaa\x17\x73\xf0\xcb\x22\x9f\xba\x88\xde\xaf\x37\xae\x97\x14\x96\xa4\x7f\x4d\xe1\x97\x9c\x2d\x1f\xb8\xfd\x7a\x65\xbf\xa4\xbc\xbc\xdd\x9c\x07\xb2\x1a\x3f\xe2\xfc\x5b\xc7\x90\x6f\xd4\x5f\x3e\x0f\x5d\xe7\xef\xcf\x34\xfb\xc8\xac\x67\xfb\x4b\xbe\xa3\xfd\x59\xff\x42\x85\xe6\xfa\xd9\x10\x7e\x19\x2f\xb5\x5e\x76\x74\xe7\x9b\xac\x06\xff\x5d\x42\xee\xb3\xe6\xf5\x51\xf3\x92\x76\xe4\x30\xf3\xfd\x51\x2a\xe8\x1a\x7b\x7f\x56\x05\x3e\x32\x2d\x0b\x38\x3c\x4e\x35\xf9\x30\xd5\x64\xe1\xfa\x5b\x4b\xc5\x4f\x44\xd2\x7e\xf3\x59\xcd\x42\x59\xe5\x5b\x16\xf9\xed\xe0\x71\xe6\xa0\x3c\x0f\xe5\x0c\x71\x12\xca\x6a\x70\x0e\xa4\xad\xfd\x4c\xd3\x1f\xb9\xf6\xd4\xf9\xe3\x67\x01\xf0\x13\xad\x75\x00\xf9\x59\x34\xfe\xc8\x9f\xa7\x56\x85\x6d\x88\x4c\x2d\x79\x5f\xff\xe0\x65\x98\xc3\x91\x50\xff\x79\xd7\x41\x15\x97\x66\x63\xd6\xcf\x44\xfb\x91\x0f\xe5\xaa\xb3\xed\xba\xc8\x2c\x93\x85\x6b\x34\x16\xb1\x3f\x11\x4d\xec\x6f\x43\xe1\xfe\x91\x11\x25\x48\x1c\x2e\xbe\x59\xed\xe5\xd0\x6d\xef\xfe\x79\x2f\x41\x84\x78\xeb\x92\x23\x3f\xd3\xf2\x47\x5a\xb2\x3a\xd9\x1b\x07\x57\x7a\x35\x1a\xf1\x4b\x78\x37\xbe\x89\x77\xe1\x9f\x71\xf6\x83\x83\xcb\x1b\x8a\x19\xaf\xc6\x24\x7e\x0b\x5f\xc6\xd9\x0f\x24\x55\x3d\xbe\xc6\xd9\x4f\x53\x3f\xcb\xe3\x21\xab\xd1\x1e\x5d\x8f\x61\x1c\x2c\x02\xb5\xa1\x9e\xb6\xe1\xa7\xe0\x50\xef\xcb\xa3\xe4\x2a\x6d\x97\xbe\x8a\xfb\x4f\x35\x20\x03\x86\x06\x49\x5a\x56\x83\x7f\x8a\x1d\xa2\x1e\xd3\x38\x24\x0f\x1d\x04\x5e\x67\xe5\x7c\x99\x95\xb3\x70\x76\x2f\x3b\xe0\xcb\x44\x9c\x85\x0f\xe1\xb7\x71\xfe\x6d\x08\x5e\x86\xd9\x4d\x27\x0d\x4e\xd3\xf2\x24\x5f\xf2\x9e\xb9\x1e\xbb\x71\x0e\x73\x1c\xc2\xd3\x38\xfb\x19\x1a\xce\xd2\x67\x9d\xa2\xe5\x54\xff\xcb\xef\x73\xd9\xb2\x68\x41\x3d\x3e\xc6\xc1\x3a\x53\xa3\x37\x31\x4f\x32\x26\x8d\x2e\x6f\x9c\xdc\xb5\xab\xc1\x6e\x42\xdd\x6f\x77\x43\x0e\x0c\x12\x4d\xb1\xe5\xd5\xe0\x57\x45\x0a\xef\xc6\x39\xca\xf4\xfb\xcb\x38\xbb\xcf\x5b\xf8\x6b\x9c\xc3\x49\x0e\x53\x25\x5c\xaa\xa1\x7e\xd4\x7f\x86\x71\x70\x4e\x5e\x82\xf5\x55\x8d\xcb\x93\x57\xba\xf5\x78\x1b\xc7\x5c\x85\x7a\x37\x2d\x1b\x69\x79\x89\xbf\x9b\x69\xd9\xa8\x18\xf1\xf2\xe8\x0d\xb9\x34\xbe\xcc\xe3\x59\xb8\xba\x37\x07\xd2\x8e\xc8\x18\xd1\xd7\x69\x3d\xab\x01\x2d\x22\x9b\x60\xd3\x80\xb5\x6b\x59\x73\xe0\x75\x02\xcf\x97\x09\x3c\x1b\x33\x30\xbe\x4e\xe0\x59\x0d\xfe\xe9\x75\x0a\xef\xc6\x07\xf1\x4b\xf8\x34\xce\x7f\x0d\xc1\xdb\xf0\xc7\xd7\xd5\x7d\xfa\x5f\xa1\x30\x0d\x89\x90\x8b\x7b\x4c\x35\x3a\x60\x75\x9e\xc3\x30\x8b\xb0\xdf\x87\xf0\xc7\xf8\x8b\xd7\xf5\x49\x9e\x8f\x8b\x4c\x4c\xdd\xe2\x0d\x79\x36\x56\xe3\xfa\xef\x7f\xee\xfb\x68\x82\xdd\x3b\x79\xf8\xba\x35\x76\xf3\x30\x12\x77\x36\x26\x73\xac\xa7\x9f\x60\x08\xd1\x21\xa9\xa5\xf0\xf6\x57\x69\x3c\x0f\xee\x8f\xf5\xb8\x8c\xb3\x77\xad\xb4\xcb\x0b\x9f\x95\x5b\x0e\xee\x54\x6f\xdc\x96\xa2\x37\x79\xf8\x1a\x5d\x78\x18\x4f\x0c\x3e\x05\xeb\x5b\x6f\x2e\xf0\x4b\x0b\xf0\xf6\x02\xbf\xc9\xc2\x16\x67\x77\x6a\x42\x6e\xae\x40\x96\x2b\x78\x43\xf5\x91\xff\x1f\x63\xe7\x93\xab\x3b\x6a\x44\xf1\x79\x56\x71\x77\x90\x0f\x8c\x0d\x35\xc9\x24\xe3\x64\x0f\x60\x6c\xa9\x07\xdd\xfd\xf4\xd2\xbd\xff\x08\xce\xf9\xbd\x28\x51\x06\x6f\x70\x25\x7c\xc4\xad\x0f\xca\xf5\xcf\x05\x14\x53\xa5\x35\xf3\x65\x19\x2b\xcc\xaa\x48\xf6\x8a\x6d\xb7\x6f\x4d\x59\x8d\x4b\x78\x35\xde\xc1\xc7\x22\x63\x53\x5c\xd0\xe3\xa2\xc9\x32\xfa\x13\xe1\xdb\x19\xc6\xac\xd3\xb8\xeb\xe9\x00\xde\x62\x60\x51\xf5\xd9\xf4\xa9\x32\x9b\xe9\x53\x12\xdd\x6f\xf0\xfd\xa2\x32\xc4\x1f\x60\xfd\xa8\xfd\xc5\x89\x76\x9f\x0a\x70\x8a\x07\x79\xc2\xb2\x53\xfe\xa5\x30\x1a\xa4\xec\x94\x94\x59\xe2\x4f\xa4\xe9\xf4\xf5\xfc\xc7\x4f\x6c\xf1\x9e\xd4\xd4\x5c\x0d\xfd\xca\x51\x8d\x4f\xf0\x47\xb8\x67\x31\x18\xad\x1c\x4a\xb1\xe3\x38\x47\x03\xdf\xf2\xc0\xe4\xc6\x00\x5e\x91\xec\xf5\xa3\x37\xbc\xf0\x0b\x28\xa2\x7e\xf1\x02\x2e\xa9\x79\x39\x93\xf1\x0b\x5c\xbf\x6a\x69\xf6\xd5\xcb\x53\x75\x38\x17\x5e\x8d\x7b\xf4\x97\xc4\xb0\x58\xca\x2f\x78\xba\x13\xa0\x0b\x77\x7f\x7c\xf9\x25\x15\xd5\xa2\xf0\x6c\xbe\x67\x79\x35\xb6\x40\x58\x73\x2f\x78\x7d\xc9\xc2\x16\xfb\x13\xdf\xd1\xb2\x1a\x22\x6f\x5f\x7e\xf5\x0a\xde\x36\x19\x60\x46\x2f\xe1\x2f\x56\x8a\x0b\xe1\xbf\x24\xfc\x27\x30\x54\xcc\x62\x53\x81\x97\x97\x79\x69\x2f\x53\xd1\xdc\x6a\x5e\xda\x3d\x54\x4c\x66\x35\xcf\xec\x65\x2a\x62\xbb\xd3\xa2\xa5\x58\xae\x2a\x2e\xbb\x4a\x73\x4f\xab\x5c\xc5\x35\x57\x09\x8e\xca\x6d\xac\x47\xc8\x74\x91\xa9\x86\x3d\xca\x2a\xcd\x3d\x0f\x4d\xaa\x12\xa0\xe8\x20\xf9\x47\xd5\x2f\xd6\x23\xe4\x15\xa0\x9c\x47\x33\x3e\xc1\xf7\x6c\x4f\xdb\xde\x86\xe4\x34\xcd\xf6\x74\xe0\xd2\x08\x50\x76\x8a\xb2\x20\xae\x0d\x17\xdc\x9a\xc9\x88\x7c\x63\xb6\x4d\x82\xa3\x20\x73\xaa\xfe\xa5\x1a\x1a\xe6\x79\x19\x0f\x70\xd1\x39\x25\xc8\x0d\xc1\xd9\x69\xca\x52\x4a\x35\x7c\x01\x8b\x69\x8e\x97\x1a\x4c\x6b\xb2\xed\x36\xb2\x0d\xa6\x35\x09\xc8\x69\x6b\xda\x50\x42\x95\xb7\xfc\x10\xcf\x34\x24\xa4\xc9\xb8\xeb\x4e\x81\xa9\x02\x96\x6a\x6c\xf2\x96\xee\xc0\xa9\x86\xb4\x8a\x88\x20\x60\x4e\x48\x42\xf0\xd9\x81\x56\xe9\x36\xe6\xcf\xe9\xb8\xc5\xf7\xa8\x4c\x95\xaf\x2c\xe5\x14\xeb\x03\xc3\x16\xe6\xa5\x05\x2d\xe0\x65\x98\x97\x0e\x67\x82\x70\x66\xe7\x2b\x4b\x39\xe9\x6e\x26\x84\x94\x0d\x2f\x1c\xf0\x32\x14\xb7\x5c\x36\xe2\x81\x56\xe9\x2e\x95\xcf\x65\xc1\x0c\x02\xea\x7d\xe4\xbb\x14\x3b\xb8\xc0\xd0\x85\x04\xf3\x4a\x26\x4f\x38\xb3\x93\x93\xa5\x38\xa0\x0e\xec\x9c\x76\x16\x6a\x0b\xca\x7a\x82\x65\x12\x4b\xdd\x5d\x3a\x5b\x47\x2c\xbb\x3c\x8a\x0d\x42\x87\xf3\x5d\xd2\xaa\x72\xc3\xb3\x75\x74\xb3\x2b\x9c\xc1\x77\x74\xec\x5c\x97\xb8\x5e\x0e\x7f\x3a\x71\x8b\x52\x8e\x97\xe3\xd4\x4e\x80\xd2\xe5\x3a\x2e\x2b\x49\x87\x95\x5d\xd2\x7a\x39\x8a\xef\x7c\x9a\x74\xb3\xd8\xda\xd0\xb1\x67\x5d\xe2\x7a\xd9\x1c\x77\xdc\x70\x97\xd2\x5e\x36\xaf\x1d\xe6\xec\xfb\x55\xf2\x15\xc0\x13\xf8\x51\x77\xcd\x76\x30\xdb\x21\xf9\x43\x2e\x07\xb1\xc5\x4e\xfc\xe5\xcb\x72\x33\x70\xa0\xbb\x14\xe5\xea\x2e\x2d\x19\xe8\xec\x90\x9c\xc1\xe4\x01\x17\x86\xe4\xec\xb2\x79\x1d\xe8\xec\x30\x77\xcc\xb5\xc1\x87\xdb\x30\x77\x9a\xe9\xc3\x9d\x61\xee\x34\xd3\x27\x9e\x56\xa2\x51\xcb\xa7\xb3\x0d\x3c\xea\x90\xd2\x5e\xb6\xbb\x03\xab\xbe\x0f\x40\xe7\xea\xe8\x70\xc0\x4b\x27\x14\x2f\x6b\xc3\x20\xa4\x19\x0a\x69\xaa\x63\xd2\x81\x61\x1c\x92\xb4\x6a\x75\xb8\x91\x34\xa5\x14\xab\xc3\xc3\x1b\xcf\x79\x8b\xc7\xd5\xf1\xe1\x8d\xb5\xdf\x57\xaf\xe4\xea\xd8\xe5\x46\xa0\x94\x39\xac\xa9\x1a\x3e\x80\xcb\x86\xc3\x70\x05\x1e\x22\x0e\x0e\xf1\x1d\xa2\x54\x47\x34\x77\xd8\x4e\x68\xaf\x60\x75\x40\x73\xc3\xc7\x5b\x7c\xb4\x2e\xdc\x7c\x17\xef\x03\xcc\xb9\x5a\x15\x6e\xd8\xeb\x74\xe2\x7f\xba\x4f\xf0\x47\x38\xfd\xf9\xd1\xc5\xff\xac\xb2\xa0\x53\xb5\x2c\xd5\x10\x5f\xac\x51\x37\x22\xbc\xcf\x3f\x67\x95\x0b\x5d\x4f\x03\x78\xcf\xe8\xb8\x7e\x26\xb8\xba\x71\xcd\x4e\x42\x56\x07\x51\x13\xf5\x9f\x52\x7f\xd5\xfc\x5c\x8f\x05\x7c\x73\xe2\x47\xf7\x0b\x58\x63\x2d\xc5\x78\x80\x8b\x15\x56\xe7\x89\x9d\x76\x76\xb2\x3a\xba\x72\x76\x72\xaa\xc6\x65\x29\x96\xe3\x49\xf0\xb3\xb3\x8d\xe9\x53\x4f\xf0\x07\x5c\xa3\xbf\xc4\xa2\x89\x3e\x4c\x79\x99\xea\x8f\xf2\x89\x97\x99\xe2\x11\x93\x82\x09\xce\x13\x56\x5b\x85\x87\xf8\xe4\x51\x7e\xa6\xda\xcb\x3c\x58\x05\xe7\x0f\xab\xbd\xcc\x83\xc4\xee\xb2\x93\x99\xc9\x3e\x38\x1f\x1d\x5b\xae\x36\x5d\x0f\x46\x61\xa7\x07\xd3\xa7\x59\x7d\x1e\x9c\xcc\x2e\x4e\x99\xab\x13\x13\x0f\x3c\x70\xda\xb0\x39\xca\x79\xb0\x09\x7b\xeb\xe1\xc2\x25\x6d\x0f\x3c\x70\xde\xb0\xd9\xf9\x3c\x08\xed\x23\xa1\xb5\x0f\x7b\x70\xe4\xba\x8a\xe6\xd3\xac\x57\x0f\x4e\x66\x9f\x56\xce\xd5\x76\xf4\x21\x28\x72\x36\xb1\x59\x81\x1e\x0c\xa9\xd3\x86\xcd\x29\xa4\x17\xdd\x77\xda\xb0\x39\x34\x7c\x91\xa7\x57\xf2\x64\x1f\xf6\x62\x5f\x75\x7c\xb9\xda\x87\xbd\xb8\xfd\x57\x4e\xa6\x39\x02\x7c\x61\xa5\x93\x89\xcd\x62\xf9\xe2\xc7\x5f\x05\xd3\xcd\xb1\xd5\x8b\x7d\x75\x36\xb1\x39\x14\x7b\x71\xd8\xaf\x34\xb7\x99\xf7\x2f\xc1\xcf\x3e\xcc\x9c\xb5\x2d\x62\xb6\x17\x0d\x7d\x15\xe4\x34\x87\x56\x2f\x86\xf1\x95\xf8\x35\x8b\xe5\x8b\xf8\x29\x3d\xa8\x2b\x62\x66\x7c\xac\x6b\xaa\x1b\x99\x3e\x5a\xbb\x5e\x8f\x0d\x7c\x33\x41\x4e\x20\x3e\x66\x42\x38\x3b\xa8\x4b\x4b\xd6\xe3\x04\xd7\xa4\xe4\x7c\xc2\xbb\x03\x67\x38\x3b\xa8\x5b\x41\xa6\x4a\x46\xaa\xb1\xe2\x84\x33\x99\xbc\x75\x2a\x3e\xf2\x25\xaa\x31\x35\x29\x1e\x39\xc3\x79\x37\xdd\xdd\x31\xa9\xf0\xb8\x1a\xbb\xbf\x0a\x2d\xad\xc7\x13\xbc\x0a\xcf\xc6\x03\xfc\x15\xae\x61\x26\xdb\x75\x95\x75\x2c\x5a\x6c\x59\x4f\x17\xf0\x9e\x6d\xc8\xdc\x51\xce\x71\x35\x44\xa6\xf8\x67\x2d\xf6\x91\xb4\xc6\xa3\x53\xc7\x53\xe5\x1d\xd5\x10\x9d\x62\x3a\x83\xe1\x4b\x90\xe3\xf4\xb4\x6c\x65\x23\xc9\xca\x86\xc9\x38\x8a\x0a\xe7\xdd\x74\x4d\xc4\x0c\x6f\xc4\x5b\x8d\xad\x85\x2a\x3a\x34\x55\xcb\x51\x0d\x91\x97\x80\x47\xe6\xdd\x66\xbd\x5b\x65\x7f\xc2\xe7\x7f\x67\x64\x09\xb2\x2e\xc6\x9f\xd4\x6f\x5c\x0d\x91\xb1\xe8\xf8\x26\x9d\xd5\xe8\xc2\xc3\xf8\x00\x5f\x91\xa4\xf6\xa6\xae\x27\x8f\xd2\x79\x37\xd5\xe4\x99\x41\xde\x4d\xb5\x1c\x8b\xbf\x7c\xc2\xb7\x24\xaf\x46\xdb\x70\x36\xdc\x81\xc5\xfa\xe6\x1f\x75\xf8\xa0\x8a\x8f\xe5\xf4\x9b\xca\x70\xd8\xd9\xb8\x50\xc2\x2c\xb2\xb5\x44\x95\x20\x17\xee\x39\x0d\xe6\xb4\x05\x2d\xe9\x32\x87\x19\xe4\xdd\x54\xfd\xb1\xf8\x73\x2b\x7c\x0e\x78\x35\x86\xba\x87\xf1\x07\x5c\x64\x92\x7e\xf6\x40\x1d\x76\xea\x6c\xe1\xd5\xf8\x09\x2e\x3a\x96\x63\x72\x60\xb1\x0f\xee\x2e\xdc\xf4\xe1\x82\x92\x60\x49\x2b\xa1\xeb\x71\x82\x3f\xc2\x4d\x7f\xf0\xbb\x43\x74\x0e\xd3\x19\x8c\xd3\xd3\x95\x7b\xa0\x70\xe3\x6a\x68\x9c\xfa\xc6\xa6\x72\xe3\x6a\x88\x8e\xbe\xff\xa2\xa0\x57\x7b\x87\xdd\xc2\x2f\xe3\x13\x5c\xf4\x4f\xd3\x87\x0f\xc5\x7c\xb0\xc4\x16\xbb\x60\x55\x77\xcc\x2d\xd1\xbd\x03\x8b\xcc\x65\xf2\xb0\x67\xef\xb2\x4b\x49\xe7\x6b\xd7\xe3\x09\xae\x61\x56\x0f\xb3\x33\xcc\x2e\x3a\x96\x64\xd2\x69\x51\x24\x3c\xcc\x6a\x30\xdb\x21\x2e\x37\xff\xac\x4d\xa9\x4a\x37\xe6\x96\xe9\xfe\x00\x8b\xba\xd5\xd6\xfb\xf1\xa6\x4a\x3a\x2e\xbc\x18\x3f\xc1\x45\x5e\x81\x7c\x90\x20\x0b\x25\xc8\xec\xad\xc2\xd7\xd2\x4c\x55\x6f\xcc\xed\xf8\x89\x83\x78\xab\x73\xe6\xbf\x96\xa3\x4f\x5a\xb6\x9c\x41\xfa\x2c\xf6\xe1\xdc\x72\xfa\xc5\x9c\xd8\xe5\x7d\x4a\x37\xdb\xc7\x51\xf4\x71\xaa\xe8\xe3\xa2\x42\xf7\x09\xbe\xe5\x4d\xa7\xa4\x67\x9c\xe8\xf4\xce\xb6\xe5\x66\x31\x3c\x3b\xd4\xbb\xa8\x4b\x0a\x5d\xb1\x71\xaa\x62\x63\x6e\xb6\x8e\x27\xec\x57\x2e\x2d\x25\x2b\xcb\x89\x8e\xee\x9d\x81\x0b\x87\xcc\x00\xbf\x37\x19\x8f\x11\xeb\xa8\x64\x5a\x52\xfd\x8e\x19\x24\xd3\x42\xc9\xb4\x94\xfc\x1a\x2f\x47\x05\xaa\xea\x98\x9b\x45\xdf\xd7\x29\xaf\xc6\x1e\xbb\xbc\x33\x55\x1b\x67\xec\x0b\x94\x73\xb3\xe0\x5f\xb0\x5d\x19\xb6\x94\x6c\xbe\xc8\xb0\xa9\xac\xe3\xc2\xfd\xa3\xd8\x52\x65\xd8\x52\x32\xc7\xc8\xb0\xa9\x82\x63\x39\xed\x9d\x7d\x02\x78\x35\xc4\x82\xe2\x9f\x45\xff\x2f\xcf\x55\x5f\xa4\x41\xb2\x2b\xaa\xf4\x36\x99\x4e\xc5\x13\x54\x4d\x4a\xa1\xaa\x6a\x33\xaa\xa1\xd7\x6d\x3d\xa9\xa8\xf3\xde\x0c\xb8\x70\x71\xde\x67\x72\x57\x43\x42\x66\xd3\xee\xab\x64\xa6\x2a\x33\x66\x6d\x97\x5b\x4f\x0f\xb0\x46\xa9\x2f\x49\x0a\x35\x4e\x15\x6a\xcc\xc4\x16\x2e\xd4\x38\x55\xa8\x31\x13\x5a\x54\x78\x50\xa5\xe4\xc9\xb1\x42\x45\xc9\xab\x79\x63\x0f\x51\xe1\x8d\x52\x6c\x29\x85\x07\xe9\x20\x33\xaa\xa4\xaf\x99\x35\x83\xb1\x6f\x1f\xdc\x1c\x00\x55\x7c\xb0\x6e\x99\x49\x49\xdf\xa3\x14\x6b\x9c\x2a\xd6\x98\x9b\x4d\x45\x23\x40\x51\xde\x2d\x79\x95\x95\x6a\x8d\xab\x71\x09\x3f\x8d\x07\xf8\x2b\x5c\x93\x6a\x04\x28\x4d\xca\xaf\x8f\x84\x68\x30\xbe\xc9\x5e\xda\xe2\x34\x3c\x76\x93\xba\x66\xbb\x9f\x06\xe3\x95\x8e\x4b\xd9\xaa\xd0\x88\x5b\x9a\xec\xa8\xce\xe5\xae\x47\x46\x29\x37\xa3\x83\xb9\xeb\xd1\x42\xdf\x64\x2f\x9b\xbb\xe3\x6c\x9b\x14\x36\x5b\xb8\x1b\xe1\x4c\x13\x2b\xcd\x32\xf2\x6b\xaa\xb7\xb8\xf4\x2f\x1b\x6f\xe0\xab\x7b\xd8\x62\x05\x3e\x75\xa7\xd1\x56\x77\xb1\x26\x50\x35\xe5\xd1\x52\xb6\xc2\x06\xbe\x64\x27\xd4\x72\xd8\x35\x07\xbc\x51\x7a\x2d\x79\xed\x35\x02\x0d\xdc\x1b\x00\x17\xee\x9f\xc5\xc4\x85\x79\x66\x0d\x0f\x78\x16\xe6\x99\x83\xb1\x20\x6e\xd1\x1e\xbf\x48\x26\x83\xc7\x0e\xb9\x9e\x7c\xf9\x67\x71\x3d\xfb\xa8\x6e\x0e\xdb\xb8\x80\x95\x4a\xbb\xa5\x6c\xd5\x09\xe2\x96\xbd\x0b\x30\xa5\x6c\x45\x0e\xa4\x75\x27\xe0\x8a\x73\x89\x11\x98\x4a\xe5\xdd\x92\x17\x82\x83\xbc\x5b\x74\x85\x33\x8e\x00\x3b\xee\xbd\x4b\xef\xb3\x75\xa1\xe3\x91\xf6\xd6\xbe\x4c\x34\xdd\x79\x23\xdd\xc2\x6a\xa1\xef\x78\xf7\xbd\xb7\x6f\xe1\x26\x8f\xf1\xeb\x16\x4b\x4b\x71\xc7\x8d\x77\x69\xb2\x17\x70\xa9\x91\x38\x55\x23\x31\xa5\xc3\x4a\xd2\xd1\xe4\xae\x28\xe7\xb0\x92\x74\xa2\x1c\xe5\xdd\xd2\xe1\x57\xde\x71\xcc\x5d\x5c\xf0\x92\x2c\x35\x0c\xa7\x6b\x18\xa6\xc3\x51\xd7\xc0\x03\xec\x0c\x5c\x0e\x07\x57\x03\xee\x28\x1f\x97\x0e\x3b\x8c\x81\xce\x0e\x05\x3f\x5e\xab\xa5\xe8\xe1\x74\xd1\xc3\x70\xcc\x38\x50\xe5\x7d\x44\x37\xf3\xed\x30\x50\xe5\x21\x71\xb5\x32\x0c\x3c\xaf\xb2\x71\xc9\x2b\xbb\x94\x37\x9c\x2a\x6f\x58\x9c\xdd\x8d\x81\x86\x2b\x49\x97\xbc\xe0\x4b\x7d\xc3\xa9\xfa\x86\x0b\xf7\x9c\xd0\x70\x6d\xfb\x4b\x87\xfd\xce\xc0\x88\x2a\x4b\x97\x0e\x46\x89\xab\xde\x1b\xfa\x8a\xb3\xc1\x31\x70\xd5\x43\x91\x92\x17\x65\x63\x10\x29\xed\x13\xb9\x39\xac\x6b\x83\x17\x32\xfc\x42\xac\x6b\x37\x6e\xea\x56\xa4\x74\x58\xd7\x6e\xac\xe5\x2d\xb9\x3c\x1c\xad\x90\xa5\x8b\x7d\x93\x4c\xb9\x12\xdd\x6d\x9e\x76\xba\xae\x78\x75\x34\x6e\x0c\x85\x36\xf2\xa5\xc3\x51\xe4\x4d\xcc\xa3\x8d\x7c\x71\xd6\xff\x0e\xac\xce\xff\x17\x57\xdd\xbc\x97\xdb\xef\xc5\x9a\x75\x63\x2e\x6e\x45\x44\x5e\xe1\x8d\x1b\x73\x71\x9b\xd1\xd5\x3f\x4e\x48\xa4\x34\x1e\x9f\x6e\x3e\xdb\x3b\xe3\x96\xfe\x1f\x76\x91\x37\xce\x6a\x9f\xf2\xcd\x2a\x0b\xb5\x9e\x2e\x60\x51\xb7\x6f\xbb\xf1\x56\x3b\x41\x57\x9c\x76\x8f\x9b\x90\xe8\x36\xff\x1d\x91\x4e\x14\x62\x9a\xff\xfe\x2a\x9a\xc4\x03\xbb\xba\x60\x4a\x5e\x8b\x8f\x89\x01\x98\x32\x00\x5e\x6f\x8e\x89\x88\x4f\x89\xb8\x79\x33\x79\x01\x4a\xbc\x25\x2f\x43\xc7\xc4\x24\xeb\x9c\x70\x54\xa8\xf0\xab\xe1\x5f\x95\x8c\x4f\xc2\x84\x9d\x69\xcb\x61\x23\x35\x89\x07\xa6\x38\x5c\xec\xf4\x26\x56\x64\x6f\xf8\x2b\x5e\x33\xa0\x0e\xe1\x6a\x68\xec\xb6\xbc\x13\x23\xb2\x37\xfc\x2d\xdc\xfd\xb1\xbc\x4a\xeb\xa5\x62\x5e\x92\xd6\x0b\xa5\xf5\xc2\xb6\xee\xc1\xb9\x3d\x32\x16\xc5\x9f\xb5\x0f\xce\xed\x91\x73\xf3\x8b\x7a\xe0\xb0\xb2\x7a\x49\x17\xcb\xaf\xc7\x09\xfe\x08\x37\x79\x4c\xec\x3e\x0a\x9c\x52\xb1\x7e\x92\xbf\x0b\xe5\xef\xf8\xdc\x7d\xf8\x24\xdf\x09\xbb\xcc\xd7\xee\x83\xb5\x78\x64\x2d\xbc\x0e\x17\xa4\xef\x62\xef\xff\x5b\xb8\x78\xf0\xe0\xac\x94\x60\xcb\x5e\x02\xa0\x3c\xe0\x6a\xac\xd1\x64\x27\xe3\x55\xe8\x6f\x37\x36\xcf\xb2\x2e\xf9\x7a\x39\x88\xbf\x1a\xe5\x6f\x5f\x87\x2a\x76\xbd\xc3\x41\xce\x6a\xc4\xfa\x59\x1d\x51\x7a\x39\x4a\xb0\x1a\x5b\x6e\x54\x27\x76\x3d\x9e\xe0\xaf\xf0\xb2\x71\x57\x02\x59\x8d\x1d\x8e\xea\xdc\xd1\x7a\xac\xe0\x6d\xe3\x55\x74\x6c\x76\x5e\x6f\x86\x4d\x75\xcb\xeb\xcb\x85\xe5\xaf\x76\x96\x26\x97\xee\x7f\x87\xd9\xf3\x6a\x9f\x62\x32\x15\x5f\x85\xfd\x6a\x13\xa2\x6a\x23\xad\x87\x0e\xba\xeb\x71\x5e\x42\x83\xbe\xbb\x88\x4d\xca\x46\xe9\xbb\xf7\xb5\x6e\xb3\xf5\xb2\xcb\xf0\xd5\xbe\xc2\xa4\x8a\x37\xef\x27\xde\x56\x36\xbf\xd4\xec\xe2\xd8\xe7\x7f\x6a\xfa\xae\x87\x5f\xfb\xb7\xbf\xfc\xfd\x1f\xfd\xdb\x3f\xfb\xaf\xcf\xd7\xfd\xe7\xf7\xef\xcf\x6f\x7f\xcc\x5f\xee\x3f\xbe\xfe\xba\xd0\xaf\xf9\xbc\xbf\xfc\xf6\x7c\x7f\xfe\xf5\xfb\x9f\xdf\xef\xe7\xeb\xdb\xef\xdf\xd6\x7f\xed\xbf\x7f\x07\x00\x00\xff\xff\x51\x1f\x69\x36\x9f\x52\x03\x00"); -func (_eg bindataFileInfo )Mode ()_be .FileMode {return _eg ._ae };var _fgab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\xc1\x6e\x23\xb9\xd5\x85\xf7\x7e\x8a\x5a\xce\xbf\xe8\xdf\xe4\xbd\xa4\x48\x02\x0d\x03\x41\xf7\x22\x1e\x60\x92\x20\x4e\xcf\x04\x08\xb2\x28\x49\xac\x86\x80\x58\x16\x64\x7b\xd1\x6f\x1f\xdc\xf3\x29\x0e\x26\x8b\xc1\x99\xfe\x4c\xde\xba\xe7\x90\x45\x96\x7d\xff\xe5\xf1\xeb\xe3\xf9\xf4\xb6\xdc\xff\xe5\xfa\x72\x78\x9a\x6f\xcb\x76\x3a\x1f\xaf\xf3\xf5\xe5\xfd\x7a\x98\xcb\x7e\x7e\x3f\x9d\xef\xee\xb2\x2d\xc7\xd3\xe1\xed\x3f\xff\x94\x1c\x9e\xd7\xcb\xdd\xdd\xfd\xb7\xf3\xe9\xe7\xc7\xa7\x4f\xdf\xbe\x3c\xd9\xa7\x3f\x2e\xef\xaf\xf3\xc6\xbf\x3c\x7e\x7d\xfa\xf1\xfa\x36\x9f\x1f\xcf\xdb\xcb\xe2\xcc\x3f\xbe\x5f\x6e\x35\x96\xe5\xfe\xaf\xf3\xfb\xe9\xf5\xed\xfa\x63\xf9\xe9\x0f\xc7\x97\xfd\xfc\xbf\xe5\x38\xb7\xe0\x7f\xbe\x1e\xe7\xf5\x74\xfe\xbe\xfc\xf4\xf3\x7a\x59\xcf\xf9\xe3\x07\x4f\xef\x97\xcb\xbf\xe6\xf3\x3c\xbf\x2d\x45\x6c\x9e\x8f\xd2\xbb\xfb\x2f\xbf\xac\x97\x3f\xad\xcf\x73\xf9\x7d\x3f\xbf\x7d\xfa\x55\x03\xf4\xf3\x5f\xe7\xf5\xf5\xf4\x72\x5e\xb2\xfd\x7f\x4a\xbb\xff\xf2\xbf\xfd\xb8\xcc\x25\xdf\x0a\xfd\xfd\xdb\xe3\xd7\xe5\x1f\x79\xc9\x69\xb1\x5a\xca\xf8\xe7\x8d\xff\xf6\xcb\xcb\xf1\x63\x54\x4e\x09\x1b\x87\xd3\xf1\xba\x9e\xbf\xcf\xbb\xcf\x29\x59\x7a\x58\x3e\xa7\x54\xf7\x0f\x8b\x79\x0e\x52\x0f\x90\xc3\xc3\xd2\x5b\x1e\x42\x47\xa1\x36\x1f\x16\x1b\x16\x64\xad\x22\x21\x36\x34\x6d\x4f\xa1\x90\x6e\xbb\x71\xf7\xd9\x52\x0e\x84\xb4\x3e\x5c\xa8\x82\xaa\x90\x09\xed\x40\x3b\xa1\x2a\xd4\x41\x23\x6a\xf5\x2c\x74\x00\x1d\x03\x35\x95\x37\x6a\x19\xb5\xba\x10\xb5\x8c\x5a\x2d\x90\x9b\x50\x48\xb7\xa6\x26\xdc\x41\xae\xf2\x81\xf2\x50\xab\x92\xe6\x5d\x24\x43\x72\x90\x9d\x88\x41\x2c\xc8\x10\x71\x88\x07\x69\x22\x15\x52\x1f\x96\x6c\x96\x4b\xb0\x43\x11\x0b\xe9\x9e\xb3\x10\xc3\x42\xba\xe7\x24\xb4\x03\xed\x84\x22\x99\x3c\x41\x21\x3d\xdd\x50\x03\x35\x21\x95\x9f\x1d\xd4\x85\x54\x7e\x0e\xd0\x10\x0a\x83\x46\x58\x76\x0b\x2b\x52\x36\x57\xa4\x92\xd6\x47\xd4\xb2\xb9\x09\x85\xdc\xf2\xab\x49\xc9\xd4\x14\x39\x14\xad\x45\x4d\x06\x0a\xdb\x45\x6b\x51\x53\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x9e\x78\x00\x45\x5f\x65\x50\xeb\x08\x3a\x0a\x31\x6a\x82\xa6\xd0\x4e\x68\x03\x6d\x42\xb1\x8a\x95\x2d\x28\x69\x35\xa9\x89\x9c\x41\x59\x48\xe5\x33\x86\x42\x5a\x4d\x45\xc8\x41\x2e\xa4\xf2\x19\x8f\x21\xad\x0c\x25\xc1\x76\x96\xb4\x32\x28\x8f\x6d\x6d\xe7\xa2\x1d\x5e\x73\x03\x29\x89\x41\x79\x92\x08\x69\x65\x28\x89\x3c\x40\x43\x4f\xa4\x3c\xe1\x84\xb4\x9a\x92\xd0\x1e\xb4\x17\xa2\x3c\x79\x85\xb4\x6a\x34\x41\x5e\x21\xad\x9a\xf2\xca\xe4\x15\xd2\xaa\x61\x9b\xbc\x42\x5a\x35\xf5\x65\xe4\x65\xca\xcb\x64\xdb\xc8\xcb\x94\x97\xa9\x55\x23\x2f\x53\x5e\xa6\xa0\x8d\xbc\x2c\xc2\xa9\xae\x56\xd9\x72\x92\x56\x5d\x4f\xe4\xfd\x94\xb4\xea\x6a\xd5\x08\x27\xa4\x55\x97\x21\x23\x9c\x90\x56\x9d\xbe\x08\xc7\x14\x8e\x5e\xb5\x6a\x84\x63\x0a\xc7\x69\x95\x70\x4c\xe1\x38\x7d\x11\x8e\x29\x9c\x4c\x13\x84\x63\xb2\x9d\x55\xcb\xb1\xed\xb2\x9d\x55\xcb\xb1\xed\xda\x00\x26\x43\xce\x06\x70\x79\x4c\x4c\xc4\xa3\xab\xfb\xa4\x70\x9c\xee\x5d\xdd\x27\x35\xe1\x74\xef\xea\x4b\x2f\x72\x75\x9a\x70\x35\x51\x94\x44\xa1\x89\xa2\x26\x8a\x36\x40\xa1\x89\xa2\xec\x8b\x9a\x28\x64\x5f\x94\x7d\x51\xad\x42\xf6\x45\xad\x16\xf5\x55\x68\xb5\xa8\xd5\xa2\xbe\x0a\xad\x16\x2d\x47\x91\xc7\xc2\x72\x14\x2d\x47\x51\xab\x85\xe5\x28\x32\x54\xe9\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\xfa\xda\xb1\x0b\x25\xdd\x2c\x0b\x1d\x41\x3a\xb3\xe3\x26\xb1\x1d\xbb\x50\xd2\xcd\x4c\x68\x03\x6d\x42\x51\xab\x71\xc0\x48\xb2\xe5\x16\x8d\xb5\x55\x51\x48\xba\x45\xd2\x9e\xe2\x4c\x0a\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\xa4\x5b\x4b\x42\x05\x54\x35\x2a\x0b\x1d\x40\x1f\x87\xa1\xeb\xae\xb9\x49\x1b\x75\x27\xb4\x81\x36\x21\x95\x2f\x34\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x23\x2e\xfc\x8f\x2b\xf7\x6e\x8c\xff\xbd\x84\x3d\x69\x69\x90\x36\x4c\x2d\x6a\x1d\x90\x36\x4c\x2d\x2a\x74\xa4\x8d\xc8\xce\xd3\x8e\x27\xed\xf4\xa4\x78\xf5\x3d\x75\x50\x07\xc9\x48\xa7\x7c\xa7\x7c\x15\xa2\x7c\xa7\xbc\xbc\xf5\x09\x9a\x42\xf2\x36\xf6\x42\x21\xdd\x9a\x9e\x38\xc8\x69\x68\x99\x9b\xfa\x5a\x49\x60\x55\x02\xa6\x04\x56\x9a\x58\x69\x42\x8b\xb5\xd2\xc4\xaa\x26\x5c\x1e\x57\x9a\x58\xd5\x84\x53\x0b\x8f\xab\x3c\xba\x9e\x78\xa0\xd6\x41\xb5\x5c\x1e\x27\x68\x82\xe4\x71\x52\x7e\x52\x5e\x1e\x27\xe5\x27\xe5\xe5\x71\xe2\x71\xca\xa3\xcb\xe3\xc6\xc4\x6d\x27\xa4\xee\x37\x3c\x6e\xec\x85\xe8\xcb\x75\x0b\x22\xdd\x63\xc3\xbb\xb3\xfb\x5c\x9b\x34\x8f\xda\xc5\x1c\x16\x7b\xcd\x1d\x54\x40\x45\xc3\x76\x4c\xad\x30\x5d\xff\xb2\xe4\xba\x2d\x91\x18\xc6\x43\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x78\xec\x0a\x5b\x61\x3b\xb1\x3d\x6c\x2f\xd6\x68\xe5\x00\x3b\xc0\x4c\xec\x08\x63\xe3\x33\x4c\xc1\x79\xbc\x44\x31\x4c\x8f\xe5\x2d\x92\xb4\x51\xd4\x71\xc6\x58\x96\xb1\xa2\x99\x19\x63\x59\xdf\x35\x0e\xc2\x57\xc6\x57\x87\xe1\x2b\xa4\x7b\x7c\x5d\xb9\x67\x6c\x65\x6c\x75\xb5\x96\xb1\x15\xef\x64\xb0\x22\x76\xeb\x6d\x6a\x6d\x68\x4d\xef\xa9\xc7\x9d\x15\xc3\x94\x88\x2e\x2d\xa4\xbb\xf6\xa4\x1b\xcb\x65\x5a\xae\xc2\x28\x4c\x19\xcb\xc5\xe2\x1b\xae\x42\x82\xe9\x09\x86\x2d\xdd\x64\xa3\x32\x0c\x5b\xba\xc9\x46\xd1\x6a\x19\xae\x0c\x0b\x43\xab\x60\x58\x08\xe9\x5e\x41\x2c\x8c\xee\xad\x81\x03\x63\x0d\x0c\xa3\x83\x76\x31\x1a\xb7\x54\xb6\x94\x14\x88\xb3\x0b\x43\xba\xb3\x09\x1d\xa3\x6e\x0c\x53\x23\x8e\x53\x67\x63\x2a\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\x71\x93\xb8\x3b\xae\x42\xb2\xe9\x93\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x26\x9d\xd3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x89\xec\x71\xd1\xc5\x54\x75\xc7\x09\x2b\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x53\x97\x2d\x5d\xf0\xa5\xdb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x37\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xe8\x24\xa4\x7b\xdc\x1c\xdb\xa6\xd3\x66\xdb\xf4\xc1\xde\x63\x13\x6e\x9b\x0e\x0c\xa4\x5b\x9c\x35\xdb\xa6\xc3\x01\xe9\xd6\x34\x51\x77\x27\xd2\x46\xac\xfc\xb6\x69\xe5\x91\x36\xe2\x53\x7c\xdb\x9c\x51\xae\x51\x49\x13\xe3\x83\xe8\x26\xad\x8f\x14\xa8\x32\xb1\x32\xb1\x0a\xd1\x44\xe5\x84\xde\x09\x51\xab\x52\x0b\x44\x5f\x21\xdc\xe9\xdb\xa6\x9b\x03\x69\xbd\xff\xfe\x6a\x8e\xff\x7f\x5e\x2f\x77\x1f\xbf\x95\x1f\xde\xaf\xd7\x79\x7e\xd3\xdf\x00\xf4\x3b\x77\xfc\x1e\x7d\x3a\xcf\x8f\xbf\x33\x5c\x5e\x2e\x31\x4b\xff\xfd\x3b\x00\x00\xff\xff\x6b\x9e\x52\x81\x93\x10\x00\x00"); -func _gffb ()(*asset ,error ){_abgc ,_dfed :=_ccfg ();if _dfed !=nil {return nil ,_dfed ;};_ebga :=bindataFileInfo {_dae :"HKscs-B5-V",_fb :633,_ae :_be .FileMode (436),_g :_a .Unix (1580492464,0)};_dbcf :=&asset {_dd :_abgc ,_ef :_ebga };return _dbcf ,nil ; -};var _bfaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0e\x10\xff\x21\x75\x23\xad\x56\x62\x5b\x69\xc9\x61\x59\x44\xd9\x05\x09\x71\x48\xed\x49\x65\x89\x3a\x91\xe3\x1c\xfa\xed\xd1\xcc\x84\x70\xa8\x5e\xfd\xd3\xbc\xf1\x9b\x78\xea\x43\x77\xec\x52\x2c\x50\x7f\xcd\xa3\x3f\x61\x81\x21\xa6\x90\x71\x1e\x97\xec\x11\xce\x78\x89\xa9\xaa\xb4\x81\x10\x7d\xf9\x77\x64\xf1\xd7\x7e\xaa\xaa\xfa\xe9\xf1\xfd\x67\x58\x66\x5c\x8f\x87\xee\x78\xba\xcd\x05\xaf\x5d\x1a\x46\xb0\x62\x0b\xcb\xb4\x5a\x01\xea\x6f\x78\x89\x73\xc9\x37\xb8\xfb\x14\xc6\x33\xbe\x83\x80\x03\xf1\x97\x1c\x30\xc7\x74\x81\xbb\xa7\x47\xbd\xd1\xd3\x32\x4d\x7f\xf0\x8a\xa9\x80\x62\x86\x29\xb0\x56\xf5\xe1\xb9\x9f\xbe\xf4\x57\x04\xca\xf0\xc6\x90\xd9\x1b\xe6\x39\x8e\x09\xda\x0f\x4a\xed\xfe\xe3\xef\xb7\x09\x41\xaf\xde\xd7\xee\xf8\x32\x0c\x33\x16\xb0\x46\xfa\xd6\x3f\x5f\xbb\x23\xfc\xd2\xa0\x15\x98\xc6\xee\xec\xef\xb5\xf4\xc7\xf3\x18\x36\xa3\x51\x32\x88\x8f\x21\xf7\xe9\x82\xd5\xbd\xd1\xc6\x3c\xc0\x2a\xd0\xb8\x86\x91\x15\x64\x19\x7d\x64\xd4\x0b\xea\x09\xb5\x7b\x46\x67\x41\xfe\x01\x9c\x53\x52\x15\x04\x05\xae\x6a\x09\x59\x69\x6f\x07\x42\x7b\x43\xc8\x21\x23\x12\xe7\xd4\xae\xba\x37\xd6\x68\x42\x2c\xd0\xb8\x3d\xa3\xbd\xa0\x96\x8d\x8a\x91\x17\xe4\xb9\xca\x32\x42\x41\xd2\xcb\x11\xb2\x1c\xd5\xda\x33\x57\x71\x7b\x1b\x04\x05\xae\xe2\xf6\x14\x68\x15\x68\x1c\x45\xb5\x0d\x0f\xc4\xe2\x9c\x12\x24\xc6\x86\x8d\x9a\x43\x34\x62\x24\x81\x9d\x62\xe4\xc4\xe8\xf8\xc6\x96\x6f\x74\x62\x74\xf2\x25\x38\x97\x8c\x6d\x65\x6c\xad\x69\x15\xb6\x77\xa0\xff\xb4\x81\xdb\x52\xf8\x25\x67\x4c\x85\xf7\x8f\xdf\x9f\x1e\x30\x26\xdc\x56\x7b\x1a\x27\x72\xf1\xef\x6f\x00\x00\x00\xff\xff\x2b\x36\x10\x5d\x06\x03\x00\x00"); -var _ddeeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x1c\xb9\x11\x85\xef\xfa\x15\x7d\xdc\x1c\x1c\x93\x55\xe4\x90\x04\x0c\x01\x81\x7d\x88\x16\xd8\x64\x11\xc5\xbb\x01\x82\x1c\x7a\x66\xd8\xc6\x00\xd1\x68\x30\x92\x0e\xfe\xf7\x41\xbd\x6f\xa2\x60\x83\x3d\x18\xcf\xfe\x4c\x16\xeb\x15\x8b\x64\x4b\x1f\x3f\x3f\x7c\x79\x38\x9f\x5e\x97\x8f\x3f\x5f\x9f\x0f\x8f\xf3\x75\xd9\x4e\xe7\xe3\x75\xbe\x3c\xbf\x5d\x0f\x73\xd9\xcf\x6f\xa7\xf3\xdd\x5d\xb6\xe5\x78\x3a\xbc\xfe\xf7\x9f\x92\xc3\xd3\x7a\xb9\xbb\xfb\xf8\xf5\x7c\xfa\xf1\xe1\xf1\xc3\xd7\xcf\x8f\xf6\xe1\xcf\xcb\xdb\xcb\xbc\xf1\xcf\x0f\x5f\x1e\xbf\xbf\xbc\xce\xa7\x87\xf3\xf6\xbc\x38\xf3\x8f\x6f\x97\x5b\x8c\x65\xf9\xf8\xb7\xf9\xed\xf4\xf2\x7a\xfd\xbe\xfc\xf0\xa7\xe3\xf3\x7e\xfe\x61\x39\xce\x2d\xf8\x5f\xaf\xc7\x79\x3d\x9d\xbf\x2d\x3f\xfc\xb8\x5e\xd6\x73\x7e\xff\x8f\xc7\xb7\xcb\xe5\xdf\xf3\x69\x9e\x5f\x97\x22\x36\xcf\x47\xe9\xdd\xc7\xcf\x3f\xad\x97\xbf\xac\x4f\x73\xb9\xe5\xf3\xf3\xf5\xf9\x96\xd2\xaf\x1f\x7e\xd1\x18\x0d\xf9\x65\x5e\x5f\x4e\xcf\xe7\x25\xff\x31\xa5\xfa\x3f\xfc\xf7\xef\x97\xb9\xe4\x5b\xa8\x7f\x7c\x7d\xf8\xb2\xfc\x33\x2f\x39\x2d\x56\xab\xf7\x7f\xdd\xf8\xaf\x3f\x3d\x1f\xdf\x47\xe5\x94\x30\x72\x38\x1d\xaf\xeb\xf9\xdb\xbc\xfb\x94\x92\xa5\xfb\xe5\x53\x4a\x75\x7f\xbf\x98\xe7\x20\xf5\x00\x39\xdc\x2f\xbd\xe5\x21\x74\x14\x6a\xf3\x7e\xb1\x61\x41\xd6\x2a\x12\x62\x43\xd3\xf6\x04\x0a\xe9\xb6\x1b\x77\x9f\x2c\xe5\x40\x48\xeb\xc3\x85\x2a\xa8\x0a\x99\xd0\x0e\xb4\x13\xaa\x42\x1d\x34\xee\x97\x6c\xb9\x31\xf3\x00\x3b\xde\x2f\x6d\xd4\x5d\x20\x23\x98\x11\xac\x0b\x11\xcc\x08\xd6\x02\xb9\x09\x85\x74\x23\x96\x3b\xc8\x03\xf5\x40\x79\x28\x57\x49\xf3\x2e\x92\x21\x39\xc8\x4e\xc4\x20\x16\x64\x88\x38\xc4\x83\x34\x91\x0a\xa9\x91\xba\xe5\x12\xec\x50\xc4\x42\xba\xe7\x2c\xc4\xb0\x90\xee\x39\x09\xed\x40\x3b\xa1\x28\x4d\x9e\xa0\x90\x9e\x6e\xa8\x81\x9a\x90\xc2\xcf\x0e\xea\x42\x0a\x3f\x07\x68\x08\x85\x41\xa3\x58\x76\x2b\x56\x94\xd9\x5c\x25\x95\xb4\x3e\x22\x96\xcd\x4d\x28\xe4\x56\xbf\x9a\x54\x99\x9a\xa2\x0e\xa5\x67\x21\x03\x85\xed\xd2\x86\x50\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x56\x3c\x80\x22\xaf\x32\x88\x75\x04\x1d\x85\x18\x35\x41\x53\x68\x27\xb4\x81\x36\xa1\xd8\xc5\x4a\x0f\x4a\x5a\x4d\x4a\x22\x67\x50\x16\x52\xf8\x8c\xa1\x90\x56\x53\x11\x72\x90\x0b\x29\x7c\xc6\x63\x48\x2b\x43\x95\xa0\x9f\x25\xad\x0c\xc2\x63\x5b\xfd\x5c\xd4\xe2\x35\x37\x90\x2a\x31\x08\x4f\x25\x42\x5a\x19\xaa\x44\x1e\xa0\xa1\x15\x09\x4f\x71\x42\x5a\x4d\x49\x68\x0f\xda\x0b\x11\x9e\x7a\x85\xb4\x6a\x24\x41\xbd\x74\x5a\xaa\xa9\x5e\x99\x7a\x85\xb4\x6a\xd8\xa6\x5e\x21\xad\x9a\xf2\x32\xea\x65\xaa\x97\xc9\xb6\x51\x2f\x53\xbd\x4c\xa9\x1a\xf5\x32\xd5\xcb\x54\x68\xa3\x5e\x16\xc5\xa9\xae\x54\x69\x39\x49\xab\xae\x15\x39\x9f\x92\x56\x5d\xa9\x1a\xc5\x09\x69\xd5\x65\xc8\x28\x4e\x48\xab\x4e\x5e\x14\xc7\x54\x1c\x1d\xb5\x6a\x14\xc7\x54\x1c\x27\x55\x8a\x63\x2a\x8e\x93\x17\xc5\x31\x15\x27\x93\x04\xc5\x31\xd9\xce\x8a\xe5\xd8\x76\xd9\xce\x8a\xe5\xd8\x76\x35\x80\xc9\x90\xd3\x00\x2e\x8f\x89\x89\x78\x74\x65\x9f\x54\x1c\x27\x7b\x57\xf6\x49\x49\x38\xd9\xbb\xf2\xd2\x41\xae\x4e\x12\xae\x24\x8a\x2a\x51\x48\xa2\x28\x89\xa2\x06\x28\x24\x51\x54\xfb\xa2\x24\x0a\xb5\x2f\xaa\x7d\x51\xac\x42\xed\x8b\x52\x2d\xca\xab\x90\x6a\x51\xaa\x45\x79\x15\x52\x2d\xda\x8e\x22\x8f\x85\xed\x28\xda\x8e\xa2\x54\x0b\xdb\x51\x64\xa8\x92\x17\x86\x8a\x0c\x55\x56\xc4\x50\x51\xed\x6b\xe4\xb5\xa3\x0b\x25\xdd\x2c\x0b\x1d\x41\xc7\x40\xf1\x94\xd8\x8e\x2e\x94\x74\x33\x13\xda\x40\x9b\x50\xc4\x6a\x5c\x30\x92\x78\x00\x22\xb1\xb6\xaa\x14\x92\x6e\x51\x69\x4f\x71\x27\x85\x44\x29\x7a\xdc\x1d\x9e\x74\xc3\x78\xd2\xe1\x1e\x49\x48\x27\x19\xe9\xd6\x92\x50\x01\x55\x8d\xca\x42\x07\xd0\xfb\x65\xe8\x7a\x6b\x6e\xc2\x93\xe3\x49\xb9\x22\x6d\x54\x85\x2f\x24\xa1\x2d\x1a\xb9\x0b\xb1\xa2\xf6\x63\xe4\x11\x6f\xfe\xfb\x9b\xfb\x7b\xcf\xb0\x27\xed\x0d\xd2\x86\x29\x47\x6d\x04\xd2\x86\x29\x47\x55\x1d\x69\x23\x8a\xe7\x69\xc7\x52\x3b\x2d\x15\x67\xdf\x53\x07\x75\x90\x9c\x74\xc2\x77\xc2\x57\x21\xc2\x77\xc2\xcb\x5c\x9f\xa0\x29\x24\x73\x63\x2f\x14\xd2\xad\x69\xc5\x41\xa1\x86\xf6\xb9\x29\xaf\x95\x12\xac\x2a\x81\xa9\x04\x2b\x49\xac\x24\xa1\xdd\x5a\x49\x62\x55\x12\x2e\x8f\x2b\x49\xac\x4a\xc2\x89\x85\xc7\x55\x1e\x5d\x2b\x1e\x88\x75\x50\x2c\x97\xc7\x09\x9a\x20\x79\x9c\x84\x9f\x84\x97\xc7\x49\xf8\x49\x78\x79\x9c\x78\x9c\xf2\xe8\xf2\xb8\x31\x71\xdb\x09\x29\xfb\x0d\x8f\x1b\xcd\x10\x79\xb9\x9e\x41\xa4\x7b\x74\xbc\x3b\xed\xe7\xea\xd2\x3c\x6a\x17\x73\x58\x34\x9b\x3b\xa8\x80\x8a\x86\xed\x98\x5a\x61\x7a\xff\x65\xc9\xf5\x5c\x22\x31\x8c\x45\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x58\x76\x85\xad\xb0\x9d\xd8\x1e\xb6\x17\x6b\xa4\x72\x80\x1d\x60\x26\x76\x84\xd1\xf9\x0c\x53\xe1\x3c\x4e\x51\x0c\xd3\xb2\x1c\x23\x49\x1b\x45\x19\x67\x8c\x65\x19\x2b\x9a\x99\x31\x96\xf5\x61\xe3\x20\x7c\x65\x7c\x75\x18\xbe\x42\xba\xc7\xe7\x95\x7b\xc6\x56\xc6\x56\x57\x6a\x19\x5b\x71\x28\x83\x15\xb1\x5b\x6e\x53\x7b\x43\x6a\x3a\xa8\x1e\x8f\x56\x0c\x53\x45\xf4\x6a\x21\xdd\xd5\x93\x6e\x6c\x97\x69\xbb\x0a\xa3\x30\x65\x6c\x17\x9b\x6f\xb8\x0a\x09\xa6\x15\x0c\x5b\x7a\xca\x46\x65\x18\xb6\xf4\x94\x8d\xa2\xdd\x32\x5c\x19\x16\x86\x76\xc1\xb0\x10\xd2\xbd\x82\xd8\x18\x3d\x5c\x03\x07\xc6\x1e\x18\x46\x07\xe9\x62\x34\x9e\xa9\x6c\x29\xa9\x20\x4e\x17\x86\x74\xa7\x09\x1d\xa3\x6e\x0c\x53\x22\x8e\x53\xa7\x31\x55\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\xf1\x94\xb8\x3b\xae\x42\xb2\xe9\x9b\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xdd\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x08\x87\xd5\x90\xee\x45\xb6\x9c\x16\x0c\x89\x61\x6a\x07\xc7\x7e\x48\x30\x92\xc3\x7e\xc1\xbe\xae\x49\xe7\xfa\x95\xc4\x38\xc5\x2b\xf8\x2f\xda\x68\x4c\x70\x25\x7b\xbc\x74\x31\x55\xd9\x71\xc3\x4a\xba\x57\x86\xe1\xab\xe0\xcb\x60\xf8\xe2\xd6\xa5\xa5\x0b\xbe\xf4\xfc\x8d\xaa\x8a\x14\x6c\x15\x3c\xe8\x12\xf4\x82\x87\xa2\x63\x44\x45\xca\xcd\x82\x5a\xd5\x89\x4f\xab\x56\x5c\x71\x40\x2a\xae\xaa\x6e\x54\xfa\xb2\x62\xaa\xb2\xa9\xec\x60\xc5\x55\x48\x30\xc6\xb1\xab\x21\xc1\xb4\xf9\x95\xfe\xad\xb8\xe7\x70\x55\xdc\x57\xb9\x2f\x0a\xd7\xf0\x10\x92\x2d\xdd\x18\x7b\xd3\xf0\x85\x89\x86\xaf\xc6\xde\x14\xb5\x61\xc3\x58\x48\x30\x9d\x87\x86\xb3\x90\xee\xf1\x12\x6d\x9b\x6e\xaf\x6d\xd3\x4f\x00\x3d\x9a\x7a\xdb\x74\x01\x21\xdd\xe2\xee\xda\x36\x5d\x36\x48\xb7\xa6\x89\x3a\xf7\x48\xb6\x1c\x6f\xf6\xb6\xe9\x81\x46\xda\x88\xee\xda\x36\x75\x17\xd2\x46\x7c\xef\x6f\x9b\x33\xca\x35\x2a\x29\x58\x7c\x75\xdd\xa4\xf5\x91\x02\x55\x26\x56\x26\xd6\xdf\xbe\xd9\xe5\xff\x5f\xec\x6d\xab\x64\x5d\x79\x22\x76\x42\x2c\x54\x59\x08\x84\x91\x10\xbe\x2a\xb6\x4d\x4f\x17\xd2\x7a\xff\xed\xc7\x41\xfc\xfd\x69\xbd\xdc\xbd\xff\x6a\xe0\xf0\x76\xbd\xce\xf3\xab\x7e\x11\xa1\x1f\xfb\xe3\x47\xf9\xd3\x79\xbe\xff\xb2\xe3\xf2\x7c\x89\x59\xfa\xf3\x9f\x00\x00\x00\xff\xff\x39\x89\xff\xa0\x18\x11\x00\x00"); -func (_af bindataFileInfo )Size ()int64 {return _af ._fb };var _gaff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xcf\x2d\x39\x72\xe6\xb7\xaf\x4f\xf1\x2e\xc7\x8b\x71\x9f\xe4\x7f\x02\x85\x0b\x68\x24\xcd\xb8\x17\x9a\x31\xac\x91\x6d\xc0\xf0\xe2\x24\x83\x14\x0a\x70\x57\x15\xaa\xab\x17\xfa\xf6\x46\xfe\x7e\xa7\x65\x43\x36\x70\xb5\xe8\x7e\xea\xc6\x9b\x99\x87\xc9\x8c\x08\x06\x19\x0f\x83\x7f\xf8\xdb\x3f\xfe\xdd\x1f\x7f\xfe\xe9\xf7\xaf\x3f\xfc\xcf\xbf\xfd\xb2\xfe\x71\xff\xfe\x75\x7e\xfa\x39\x7e\xdb\x7f\xfe\xe5\x2f\xbf\xad\xfd\x75\xef\x7f\xfe\xe9\xe7\x1f\x7e\xb8\xd2\x57\xfc\xb4\x7e\xff\xeb\x3f\x81\xf5\xa7\xf7\xaf\x3f\xfc\xf0\xdc\xff\x8f\xff\xf2\xe7\xdf\xf7\x9f\xfe\xf8\xf3\xf9\xe5\x2b\x7b\x5d\xfc\xe5\xd7\xcf\xb5\x5f\x5f\x7f\xf8\x5f\xf6\x3f\xff\xf4\xe7\xdf\x7f\xfb\x97\xaf\xff\xf0\x37\xf1\xcb\xbd\xff\x87\xaf\xd8\xe7\x91\xff\xb7\xdf\x62\xff\xf6\xd3\xcf\xff\xfc\xf5\x1f\xfe\xcb\x7f\xba\xfe\x55\xfa\x8f\x7f\xf9\xf5\xd7\xff\x6b\xff\x69\xff\xfc\xfb\xd7\x85\x6c\xff\x1c\xe0\x0f\x7f\xf8\xdb\x7f\x78\xff\xfa\x5f\xdf\x7f\xda\x5f\x7f\xf8\x2f\xff\xe9\xbf\xff\xc7\xbf\xff\xa7\xbf\xfd\x8f\xff\x13\x7f\xe1\x0f\xff\xeb\xfe\xed\xcf\x3f\xfd\xf2\xf3\xd7\xf5\xfa\x1f\x5f\xaf\xf6\xff\xc8\xff\xfb\xbf\xfc\xba\x3f\x4f\xfa\xe1\x0f\xff\xf4\xc7\xbf\xfb\x6f\xe7\xfc\x79\xff\xfe\x55\xc6\xcb\x6b\xfe\xf7\x7f\xfa\xe3\xdf\x7d\xfd\x1f\xd7\xd7\xf5\xfa\x4a\x35\xf7\xd7\xff\xf9\xb9\xf4\x7f\xfb\x87\x5f\x62\x7f\x79\xd1\x0f\xc9\xb7\x59\xbf\xc4\xfe\xf3\xaf\xef\xb5\x7f\x7b\xff\xfc\xcf\xfb\x87\xaf\xaf\x1f\x5f\xaf\x6f\x5f\x5f\x5f\x3f\x8e\xd7\xb7\xe7\x5f\x7f\x73\xfd\xcd\xf5\xed\xeb\xc7\xff\xfc\xf7\xff\xf9\xef\xbf\x3d\xed\xfe\x37\xd7\xff\x70\xf9\x98\x9f\x7f\xf9\x3d\xf6\x51\xc6\x13\x7e\xbc\xce\xb7\xaf\xde\xaf\xf6\xdc\xf4\xff\xfe\xeb\x0f\xd7\xeb\xf5\xf9\xe9\x9f\xe2\x73\x43\x7a\x6e\x78\xfe\x8f\x1b\x7e\x4c\xcf\x2f\xf6\xfd\xed\x6b\x5c\xe5\x87\x1f\xdf\xd7\xfb\xf9\xf7\xfb\x3a\xfb\xdb\xd7\x6c\x3f\xfc\xf8\x4e\x37\x82\xb4\xd3\xb7\xaf\x6b\xbe\x1e\xc9\xae\x4a\xf6\xb7\xaf\x54\x90\x1c\xaf\x39\xeb\xdb\x57\xaa\x8f\x24\xfb\x98\xfc\x3c\x26\xb5\xf4\xc3\x8f\xef\xa2\xa4\x9c\xfc\xed\x2b\xd7\xe7\xc9\x55\x49\x3d\xed\xdb\x57\xc9\xf3\x87\x1f\xdf\x4d\x49\xbb\xc7\xb7\xaf\x9a\xea\x23\x59\x4a\x4e\xfd\xf6\x55\xcb\x73\x4d\xf7\x9a\xfe\xfc\xa1\xbd\x9e\x27\xf7\x50\xf2\x34\xa2\xe5\xe7\xae\xe1\x35\x63\xbd\xbe\x7d\xb5\x36\x1e\xc9\xa2\xcd\x63\xbf\xbf\x7d\xf5\xd7\xd3\xc2\xf9\x2e\x8f\x64\xee\xa7\xeb\xf2\x73\xcd\xdb\xbb\xde\xe7\x5f\x3b\xe3\x56\x72\x3f\xcf\x99\xaf\xf1\xc3\x8f\xf7\x0b\xc9\xfd\x7a\xf7\x6f\x5f\xf3\x79\xf7\xfb\xf5\x1e\x4a\x06\x3d\xda\x11\x4d\x45\xf3\xb9\xc8\xdb\xde\x4a\xde\x5c\xa4\xe8\x56\xb4\xbe\x7d\xcd\xea\x93\x42\xc9\xe6\xa2\x89\xe8\x20\x7a\x3a\x64\xd6\xf2\x48\x6e\x9f\xfd\x40\xef\xe9\x42\xe4\xc3\xef\xf3\x7c\xb2\xfa\x48\x9e\x06\x7f\xa0\xf7\x94\x10\xd9\xf0\x48\xdf\xbe\x66\x47\x12\x59\x49\xe6\xa2\x8c\xa8\x28\x2a\xdf\xbe\xe6\xe4\xd9\x51\x95\x54\x2e\xa2\x05\xd1\x14\x3d\x6f\x37\xbd\xcd\x06\x04\x6f\x97\x68\x41\xf8\x76\x0f\xcc\xc9\xfb\xc6\x52\xb2\xb8\xa8\x21\xf2\x85\x77\xfe\xf6\x75\xbd\x5e\xf4\xc1\xb6\x05\x0f\xf4\x9e\xe8\xcd\x6d\x13\xf6\xcd\x55\x3c\x6b\xfb\xac\x1d\x5c\xa5\x68\x2b\xda\xcf\x55\x7e\x86\x6d\xe7\xf1\x85\x7b\xe6\xf1\xc7\x8e\x39\x89\xab\xe8\xe2\x63\x37\x1c\xba\x21\xf3\xd2\xc7\x46\x3c\x8a\x79\xbd\xec\x99\xd3\x15\x75\xae\xa2\xff\x8e\x1f\xfe\x81\xeb\x65\x53\x8f\x1f\xe7\xf0\x71\xb2\x37\xda\x37\x87\x76\xa5\xe7\x17\x35\xb1\xfb\x7a\x14\xf0\x7a\xe5\x82\xa8\x2a\x6a\xdc\xa8\xa8\x2b\xea\xcf\x55\xa8\xda\xa5\xaa\x5d\xaa\x5a\x6e\x88\xa6\xa2\x37\x57\x25\x44\xb7\xa2\x9b\xab\x3a\x22\xfa\xeb\x7a\x4c\xf9\x7a\x95\xe7\x03\x5d\x77\x52\x94\xb8\x6a\x20\xca\x8a\xf8\x1c\x95\x67\xdd\x45\x11\x9f\x3f\xd3\xfa\xbb\x29\xa2\x73\xaa\xcf\xb2\xa9\xea\x64\xb9\x10\xf1\xda\xd7\xa3\x81\xd7\xab\x72\xa3\x1a\x08\xf4\x5e\x78\xc7\x65\x23\xd6\x7c\xae\x6a\x34\x75\x7d\x6e\x44\x97\x6c\xea\xf2\x85\x16\x5d\xd8\x79\xed\xc5\xa7\xbd\x02\x05\x2f\x88\xc2\xc7\x07\xef\x38\x68\x7d\xf8\xf8\xe0\x1d\x31\xc4\x4b\xa5\xbf\x82\xbe\x1f\x34\x42\x15\xbf\x54\xf1\x42\x53\x55\xf1\x2b\xf8\xc5\x41\xbb\xc2\x5f\xdc\xb4\x1e\x7b\xbd\xb6\x8f\x57\x7d\x27\x37\xaa\xbe\x97\xea\x5b\x33\x22\x1f\xbf\x9f\xfe\xba\x5e\xb4\x6b\xdb\x5f\x9b\xef\x88\x59\x5f\xdb\xef\xf8\xc0\x75\xbd\x78\xa1\x6d\x4f\xe0\xb2\x7a\x55\x64\x4f\x3c\x7a\x7f\x5d\x98\xc2\xa5\xde\x03\xbd\x57\x9a\xaa\xde\x5f\x8f\xae\x5f\xd7\xc5\x2f\x1e\x3b\xe7\xd8\x7a\x6e\x3c\xb6\xfe\xd1\xfb\xeb\xba\xe8\x68\xf5\xfe\x52\xc9\xfd\x68\x2a\xf9\xf5\x78\xf6\xeb\xc2\xdd\x5c\x27\x14\x61\x7c\x8d\x77\x3c\x36\x02\x25\xbf\x30\x85\xa4\x92\xa7\x47\xb1\xaf\x0b\x13\x4d\xef\xa6\x88\xc7\xb7\x82\x68\x28\x7a\x6c\xfb\x7a\x7c\xf7\x9d\xd4\x55\xa0\xf7\xd6\x10\xf1\x8b\xe9\x51\xc6\xeb\xc2\x14\xd2\x5d\x15\xf1\xd1\xd0\x9c\xa4\x62\xa6\xc7\x57\x5e\x17\xdf\x31\xe9\x2c\x93\x8a\xd9\x68\x84\x8a\x99\x16\xed\xe2\x0b\xa5\xe5\x8d\x0b\xe3\x6b\xdc\xb8\xba\x22\x3a\xda\x46\x2c\xde\x31\x05\xad\xef\x2f\xc6\xe7\xbf\x0e\xaa\xff\x7f\xe3\xec\x9d\xc2\x97\x0b\x1e\x32\xf8\xa9\xf8\x3c\x84\xaf\x35\x78\x13\x15\x0b\xb8\x18\x60\xef\xb4\xf1\x52\x40\xef\xe3\x42\x64\x77\x3e\x70\x5d\x33\x21\x4a\x8a\x70\x5c\x43\x51\x51\xc4\x77\x98\x74\xa7\xca\x90\x74\x82\x28\x7c\xd2\x09\x26\x9c\x60\x7a\xd1\x77\x3a\x41\x06\xf0\xde\x07\x37\xfa\x99\x13\xdf\x34\xa5\xa7\x5d\x0e\xea\x77\x7e\x63\x4f\x3c\x3e\xbf\xb3\xa2\xcc\x55\x05\x51\x51\x44\x47\xcd\x8e\x68\x28\x1a\x5c\x35\x11\x4d\x45\xcf\xa7\x19\xaf\x0b\xd1\x5b\xd1\xd3\x5f\x29\x2b\xda\x8a\x36\x57\x25\x44\xbc\x50\x46\x19\x12\x4e\x30\xab\x0c\x40\x1f\xaf\x8c\xa8\x29\xe2\x17\x8b\x22\x7f\xf1\xf6\x17\x69\xaa\xca\x90\x6f\x7e\xb1\xd0\xd4\xdb\x5f\xbc\xfd\x45\xde\xf1\xf6\x17\x1f\xc7\x75\x25\xfc\x62\xd6\x71\x01\x7d\x60\xae\x79\xd9\x13\x8b\x9e\xa8\x8a\xec\x89\x07\xfa\xa0\xa3\xf3\xb2\xa9\xa8\x5f\xc2\x10\xb3\xea\x07\xf4\xf1\x52\xd4\x15\x3d\x56\x97\x1a\x7d\xbf\x42\x51\x70\x15\x5d\xa8\x46\x02\x57\x6a\x3e\xfe\xd3\xd4\xe7\x6b\x8f\x8b\x1b\x83\xaf\x9d\xf1\x8b\x09\xed\xce\xfa\x45\xa0\x8f\x8b\x8e\xd6\x2f\xe6\xa0\xbf\x88\x0f\x72\xd8\x5f\x41\x7f\x5d\x8a\xec\xaf\x07\xae\xd4\x7d\xd6\xad\xe8\xe6\x2a\x3a\xda\x91\x1e\xb8\xd2\xf0\xf1\xb6\x3e\x68\xfd\x45\xdf\x6b\x0a\x99\xb8\x32\x61\x1d\x79\xdb\x08\x34\x7a\xe0\x92\xb2\x1a\x0d\x5c\x69\xf0\x8b\x3a\xd4\xbc\xe9\xaf\x8b\x8e\xd6\xa1\x02\x57\xc2\x3a\xf2\x56\xe5\xf0\xb1\x83\x88\x2b\xeb\x63\xf3\xa6\xf5\x93\x46\xe8\x50\xf3\x13\x4f\xf4\x71\xf9\x78\x9b\x8a\x0d\xa5\xe9\x8d\xf6\x2a\x36\x34\x70\x82\x59\x1b\x02\xae\xac\xfa\xea\x63\x81\x3e\x08\xba\xb2\x3e\x16\xb8\xb2\x8a\xa9\xa5\x01\x7d\x24\x45\xbe\xe3\x13\x35\x5c\x59\x95\x33\x6a\xc8\x87\x5e\xd5\xac\x8e\xbd\x8a\x3d\x66\x3a\xda\x90\xfa\x2e\xd8\xe3\x20\xa4\x2a\xda\x63\x21\xb6\xc8\xbc\x76\x31\xb6\x28\xc4\x16\x23\x29\xea\x8a\x9e\x9e\xc8\x34\xb5\x18\x35\x00\x7d\x10\x2c\x15\x3d\x71\x79\xf3\x8b\x78\xf5\xa2\xf1\x01\x7d\x60\xa2\xe5\xa6\x27\xca\xcd\x3b\x7e\x44\x36\xe2\x46\xef\x09\x96\x8a\x26\x5a\x9e\x48\xe1\xca\x58\x6d\xb9\x87\x22\xbe\x10\x31\x4f\xd1\x44\xcb\xcd\x2f\xe2\xe8\x8b\xc6\x07\xf4\xc1\x08\x51\x8c\x6e\x0b\xf6\x98\xb1\xda\xa2\x3d\x16\xed\xd1\xc7\x6b\x8f\xe5\x31\xab\x2b\x33\x60\x17\xcd\x0a\xe8\x23\x7b\xa3\x8d\x20\x02\xc9\xd5\xc7\xbf\x15\xbd\xb9\x8a\xfe\x32\x02\x29\xd8\x63\xae\x8a\x42\x11\x1a\x4d\x64\x54\xb4\x47\xe0\xca\x8d\x9e\xd0\x1e\x8b\xf6\xe8\x0b\x69\x8f\x25\xe8\x2f\x86\xcf\xa2\xf1\x95\xa0\xbf\x88\x9f\x8a\x41\x49\x09\xda\xc5\xc8\x55\x34\x3e\xa0\x8f\xe2\x8d\xb6\xeb\x81\x2b\x77\xba\x50\xe3\x03\xfa\x28\x8a\x6c\xea\xa6\xf5\xc4\x4f\x65\x7f\x44\xb4\x9e\x28\xab\x18\x48\x00\x57\x26\xae\x2f\xea\x7d\x51\xef\x89\xb2\x8a\x7a\x5f\x0e\xdf\x91\x21\xa0\x18\x22\x00\x7d\xf8\x39\x8c\x83\xcb\xa3\xc5\x57\xc1\xd5\x96\x63\x53\xd5\x68\x62\xb1\xa2\x46\x17\x34\xba\xe0\x1e\x9d\x12\xde\xf5\xd1\xe8\xab\xe0\xbf\xaa\x1a\x0d\xf4\xc1\xb0\x5e\x1d\x61\x80\xab\x5c\xf9\xfb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xdf\x1f\x8a\xbb\x43\x0b\x70\x35\x42\x0f\x17\x70\x85\x3e\xf1\x19\xdd\x29\x4a\x0f\x3e\x4d\x51\xe4\xa7\x79\xec\xa9\x4f\xe2\xd8\xae\x3d\x75\xe2\x9f\xc6\x80\xdd\xb5\x14\xa0\x4f\xe2\xd8\xee\x00\xd4\x59\xcd\x69\xd5\x1b\x6d\xb6\xc6\xc3\x50\xdc\x35\x1e\xe0\x6a\x98\x58\x77\x4c\x02\xfa\xb4\xef\x1c\x93\x3a\x63\x52\x63\xb1\xb5\x3b\x26\x75\x66\x1a\x33\x2b\xb2\x5d\xcc\x34\x1a\x43\x5e\x77\xa6\xd1\x19\x93\x26\x03\x76\xd7\x9e\x80\xab\x75\x6f\xfc\xb4\x8b\xee\x24\x12\xec\x9a\x58\x67\x9d\xa6\x61\xae\xdd\x09\x03\xd0\xa7\xdf\xe1\xf8\x99\x89\xcb\xda\x50\xa4\x16\x11\x97\x4d\xe2\xc5\xae\x3d\x75\xcc\xa2\x8d\x47\x6f\x5d\x2a\xbf\x87\x36\x80\xdb\x1d\xda\xc0\x78\x7b\x63\x41\xc4\x8d\x03\xed\x66\xfd\xfc\x1e\x6a\xf7\xb8\x6d\x04\xcf\x32\xc8\x1f\x84\x2e\x1d\x13\x1b\x2a\x29\xd0\x5d\x0b\x1f\xf7\xad\xe8\xe6\x2a\x45\x4b\x11\x1f\x0d\xe7\x3c\x0c\x70\x80\xab\x27\x7f\x71\x2b\xa2\x73\x08\xe2\x86\x53\x81\x81\x0d\xb8\x86\x3d\xb4\x01\xa0\x4f\x5c\xf8\x70\x68\x21\x07\x70\xb9\xa8\x3c\x1c\x47\x06\x53\x81\x59\xbd\x71\x28\x7a\x2c\xc5\x85\xe0\xa1\xa5\x0c\x2d\x85\x50\x6f\x68\x29\x03\x1b\x70\x89\x77\x68\x03\x43\x1b\x60\x38\x18\x2a\xf9\x60\x1c\x71\xdd\x74\x38\x8e\x0c\x46\x88\x49\x40\x38\xd4\xe8\xc1\x08\xe1\x2a\xe6\x50\xa3\x07\x41\xfe\x64\x38\x18\x0e\x07\x83\x65\x46\x57\x1e\x87\x5a\x08\xf4\x89\xae\x0e\x67\xc5\x03\xdf\xdf\x9b\x57\xf9\x2c\x7d\x3f\xeb\x6d\x43\xdf\x0f\x5c\x1d\xf5\x1d\xfb\xf3\x78\x46\x9b\x8f\xc8\xcf\xc1\xb4\xd5\xc5\xb5\xe1\xb4\x15\xe8\x93\xe0\x72\xa8\x85\xc0\xd5\x51\xdf\xa1\x16\x0e\xbd\xfa\xe7\x46\xdf\x11\xc5\xec\x9d\xaf\xad\x62\x0e\x15\x93\x61\x6a\xa8\x98\x03\xc5\x74\x5d\x6c\xaa\x98\x93\xf5\xef\x8e\xae\x4e\x3d\xf1\x54\x31\xbb\x57\x4d\x45\xa8\x09\x23\xfd\x34\x3e\x07\xfa\xec\x17\x22\xbe\xd0\x24\x3e\x1f\xa8\xef\xd4\x5f\x03\xdd\x84\xc8\x74\x49\x1c\xb8\x5c\x46\x9a\x2a\xf9\xd4\x85\x77\x45\x45\x51\xe1\xaa\x8a\xa8\x2a\xaa\x5c\x45\x23\xf4\xea\x13\x17\xee\xd2\xcf\xd4\x85\x4f\x4d\xa1\x7b\x23\x7d\x3f\x51\x4c\x97\x58\xa6\x8a\x09\xf4\x89\xb9\x4f\x03\x9c\x49\x14\xef\x62\xc0\x5c\x9f\x1b\xf9\x68\xf4\xea\xd4\x5f\x4f\xa2\xf8\xc1\x1a\xdb\x54\x0b\x81\x3e\xbb\x22\x5f\xfb\xd1\xbc\xcb\x49\xf7\x74\x99\x72\xea\x57\xed\x7b\xb5\x70\x12\x94\x0c\x1c\xcc\x54\x0b\xa7\x41\x09\x61\xf6\xd4\xd5\x02\x97\x93\xc8\xa9\xab\x05\xfa\x1c\xde\xe8\xe7\xc0\xfb\x3a\x3d\x9c\x7a\x5f\xa0\x4f\xa2\x86\xe9\x8c\x00\xb8\x9c\xe5\x4d\x03\x9c\xa9\x8f\x26\x9c\x9d\xfa\x68\xe0\x1a\x95\x46\xe8\xa3\xa7\x3e\x9a\xd8\x62\x6a\x1d\x13\x1f\x3d\xaa\x8f\xb7\x57\x59\x33\x9a\x2a\x93\x6b\x46\x13\x83\x19\x55\x91\xaf\x6d\x18\x44\xd0\x3b\x0d\x83\x80\xcb\x09\xda\xd4\x6d\x03\xdd\x2c\xd9\xd4\x6d\x4f\xc2\xa0\x81\xa5\x4d\xc3\xa0\x69\x18\x84\x5f\x9d\x86\x41\xc0\xe5\xd4\x6b\x6a\x56\xf3\xa0\x39\x44\x33\xd3\xc8\x68\x62\x30\x43\xf5\xd5\x60\xa6\x06\x43\x34\x33\x35\x18\xe0\x72\x22\x34\x8d\x8c\x80\x3e\x67\xff\xfe\x50\x3c\x0d\x9c\x26\xd3\x1d\xe7\x49\xd3\xc0\x09\xe8\x26\xee\xa6\xd3\x1d\xe0\x72\x06\x64\xa6\xf4\x7e\x33\x68\x38\xb7\x79\x3b\x68\xbc\x0d\x9c\xa6\x57\x0d\x45\x68\x11\xdd\xf9\x76\x8a\x02\x0c\x33\x7e\x6f\xa7\x28\x6f\x06\x8d\x41\x77\xbe\x1d\x34\x80\xf1\x7a\x29\xf2\xc6\xc7\x93\x5f\x93\x05\xd7\xb7\x91\x0d\x30\x5e\x04\xc0\x6f\x8d\xe7\xcd\x5a\xe7\x24\xbc\x7a\x1b\x48\x00\xe3\x85\x51\xbf\xf5\xc4\x6f\x62\x0b\x43\x84\xb7\x9e\xf8\xfd\xd8\xc0\x78\x11\x00\xbf\xb5\x81\x37\x6e\x77\xb2\xa4\xf4\x56\xb1\x80\xf1\xb2\x11\xba\xdd\x37\x2b\x8f\x8e\x6f\x6f\x27\xa4\xc0\x78\x61\xfa\xef\xfd\x79\xd6\x33\xe4\x39\x26\xbd\xf5\xb1\xc0\x30\xab\xf9\x56\xd7\xde\xe8\x87\xe3\xc8\x5b\xfd\x00\xaa\xb1\xe7\x5b\xb7\xfb\x46\x3f\xf4\xfd\x6f\xf5\x03\x18\x2f\xc2\xe4\xb7\xfa\x41\x2e\xfb\x9a\x4c\xe0\x4d\x66\xdf\x37\x73\x54\xbd\xd4\x6d\x00\x0c\x8c\x17\x91\xf3\xed\x4a\x09\x70\xe9\x59\x6e\xa7\xad\xc0\x78\x31\x21\xbd\xfd\xda\x37\x73\x54\x7d\xc6\xad\x27\xbe\xdf\x7c\x34\x7c\xd9\xed\xd7\xbe\x9f\x2f\x7c\x69\xc1\xb7\xeb\x29\xf7\xe3\x9c\xc7\xeb\x52\x74\x14\x1d\xae\xe2\x17\x5d\x4f\x01\xc6\x8b\xf8\xfa\xd6\x5f\xdf\x38\xe7\xc9\xec\xe0\xd6\x39\x03\xc3\x94\xef\xad\x73\x06\x2e\xed\xe9\xd6\x39\xdf\x4f\x7c\x3d\x5e\x97\x8f\x1f\x8a\x68\xfd\xf4\x46\x5b\xaf\xca\x11\x5f\xdf\xaa\xdc\xfd\x78\xcf\xa4\xae\xde\x7a\x4f\x60\x98\x18\xbe\xd5\x2f\x20\xfd\x55\x64\xbb\x82\x5e\xc5\x5f\xdf\xce\x18\xef\xc7\x09\xa6\x17\x2b\xb5\xb7\x4e\xf0\xde\xb4\x4b\x91\x9a\x73\x3f\xa3\x73\x32\x4d\x7b\x3b\x3a\x03\xe3\x95\x15\xa1\x39\xf7\xa1\x5d\xb8\xca\x5b\x67\x03\x8c\x17\xba\x7a\xeb\x6c\xee\x47\x5b\x92\x69\xda\xdb\xd1\xf9\x3e\xfc\x22\x93\xee\x5b\xcd\xb9\x1f\x6d\x49\x2f\xc2\x8d\x5b\x37\x02\x0c\xf3\xce\xb7\x7e\xe2\x86\xde\xf1\xc2\xbd\xdd\xfa\x09\x60\xbc\x8a\x37\x6e\x45\xbc\x23\xee\x6d\xa9\x72\x40\x7a\xa1\x85\xeb\x9d\x14\x61\x8f\x0c\x2d\xcb\x15\xbe\xf5\xa6\xa9\x0c\xeb\x4b\x2d\x5c\xaa\x1c\xb1\xeb\x52\xe5\x80\xf4\x42\x7d\x97\x0e\x66\x3d\x9a\x37\xec\xaf\xe5\xb2\x08\x90\x5e\xdd\x46\xdc\x8a\xe8\xc2\xa2\x68\x29\xe2\x85\x70\x69\x4b\xc5\x04\xc6\xab\xd8\x54\x5e\x68\x3d\x0a\x94\x5e\x0c\x79\xcb\x61\x7d\xdd\x58\x1a\x7d\xbf\xd4\x9c\x75\xf3\x8b\x38\xfa\xa5\xe6\x00\xc3\x44\xfa\x32\xc2\x5d\x8b\x8f\xc6\x5a\xc3\x32\x1f\x0e\x8c\x17\xc3\xd4\x72\x59\x04\x48\x17\x8e\x6f\x19\xce\x02\xe3\xc5\x14\x67\x19\xce\xae\xc7\xf1\xa5\xeb\xe5\x8d\xb6\x6b\xf1\x69\xab\x8f\xb7\x73\x9e\xd8\x35\x5d\xb8\xa1\x65\xec\x0a\x8c\x57\x55\x64\x53\x1f\x48\x17\x1e\x60\xad\x4f\x53\xe9\x09\xa6\x4b\xcb\xc5\x93\xf5\xc4\x16\xe9\x62\xb1\x69\x19\x5b\x00\xe3\x45\xbc\xb9\xb4\x8e\xf5\xa8\x7f\xba\xb0\xda\xe5\x72\xe0\x0a\xbe\x23\xfa\xb5\x74\xb5\x40\xba\x98\xa3\x2e\x23\x90\xa5\xf7\x45\xbf\x96\xde\x77\x3d\x11\x48\xba\x92\x22\x9b\x1a\xf4\x2a\x81\xea\x32\x02\x01\x92\x79\xe7\x65\x04\x02\x8c\x57\xb3\x11\xb6\x1e\xe3\xbb\x88\x8c\x96\xc6\xb7\x36\x7d\xaf\xae\x1a\x5b\x00\xe9\x22\xb0\x5f\xc6\x16\x4b\x7f\xaf\x62\xea\xef\xd7\xa6\xf5\x58\xda\xd2\x6a\x97\xfe\x9e\x48\x72\xe9\xef\x81\x74\x95\x7f\x47\xae\x78\x19\x98\x2f\x87\x83\xee\xaf\xfb\x26\xd0\xac\x2e\xa6\x61\xcb\x38\x63\x1d\x94\x81\x01\x7b\x39\x1c\xac\x83\x32\x10\x12\x2d\x23\x88\x75\x78\x96\x7a\xab\xb9\x2e\x6c\xf3\xe2\x6b\x85\xb6\x09\xa4\x8b\xc8\x26\xb4\xcd\x78\xa3\x45\x78\xe2\xd0\xc4\x02\x7b\xba\x88\xd5\x43\x7b\x8a\x37\x8f\x27\xe4\x0e\x8d\x27\xde\x3c\xbe\x2b\xa2\xa9\x71\x63\xe7\xc4\x2c\xa1\xbf\x06\xd2\xc5\xa0\x11\xfa\x6b\x60\x5c\x2f\x45\x55\x11\x7d\x47\x08\x19\xc6\x03\xc0\xd0\x2c\x42\x13\x8b\x9b\x2f\x6f\x53\x9d\x31\xc6\x33\x3d\x1c\x12\x2d\xc2\xe9\x21\x90\x2e\x86\x83\xd0\xea\x62\xf9\x8b\x15\x91\xbf\xb8\xf8\xa6\xc4\x3c\xa1\xf1\xc4\xf2\x17\x79\x6d\x2d\x25\x1e\xb3\x48\x89\x10\x21\x34\x8b\x58\xfc\x22\x43\x5e\x68\x16\xf1\x28\x7c\x4a\xde\xa8\xc2\x03\xe3\x62\xc8\x0b\x15\x3e\x1e\x25\x4f\x89\x91\x2b\x5c\x07\x04\x86\x74\x8c\x50\xe1\xe3\xd1\xd5\x64\x06\x3e\x0c\x93\x03\xbd\xd5\xc4\x42\xbd\x0d\x06\x8d\x84\x0d\x84\x83\x06\x30\x2e\x86\xbc\x70\xd0\x88\x47\x73\x52\xc2\xf7\x87\x9a\x13\x44\x0d\x17\x0b\x4f\x61\xd4\x10\x38\x7a\x88\x7c\x77\xa8\x39\xc0\xd0\x10\x43\x47\x0f\xa4\x84\xb3\xd9\x2a\xd3\xc6\xab\x5f\x49\x51\x56\x54\xb8\x6a\x20\xaa\x8a\x2a\x57\x75\x44\x4d\xd1\xd3\xf7\x09\x07\xb1\x55\x39\x60\xc8\x1c\xd9\xc6\x16\x40\x4a\x38\x88\xad\xa3\x07\x86\x46\xbd\x55\xcc\x8d\x57\x4f\x98\xfe\x56\x31\x81\x71\x11\xea\x6d\xbd\xfa\x7e\x62\x8b\x64\x3e\x7c\x1b\x5b\x00\xe3\x62\xe6\xbf\x9d\x0b\xee\x9b\xd6\x63\x8f\x5b\xc5\xdc\x04\x12\x17\x59\xcd\x6d\x20\xb1\xd1\x55\xf3\xe1\x5b\x5d\xdd\xea\x2a\x03\xf6\x56\x57\xf7\xcd\x77\x44\xa3\xb7\x8a\x09\x0c\xdd\xc8\x56\x31\xf7\xa3\x79\x29\xa1\xd1\xdb\xe5\x07\x60\x5c\x7c\xb4\xad\x0b\xdf\xf8\xd8\x44\xe8\xb2\xf5\xb1\xc0\xb8\x58\x59\xda\x86\x1b\xfb\x51\xb3\x94\x5f\x8a\x7c\x56\xf8\x2c\x9a\x1a\x9f\x67\x3d\xfd\x65\x46\x79\xeb\x3d\x81\x21\xd3\x66\xeb\x3d\xf7\xa3\x72\x29\xa3\xab\x5b\x95\x03\xc6\xc5\xe0\xbf\x75\x95\xfb\x71\x95\xc9\x8c\xf2\xd6\x55\x02\xe3\x2a\x8a\xfc\xda\x0f\xa4\xac\x9a\x38\x0d\x03\xc6\xc5\x48\xbf\x75\xa8\x40\x32\xef\xbc\x75\xa8\xc0\xd0\x17\x6e\x3d\xe6\x7e\xbc\x64\xca\x2a\xc0\xfe\x34\x55\x02\xa7\x8f\xc7\x0d\x6d\xc2\xa0\xcc\x7c\x77\x1b\x06\x01\xe3\x62\xd5\x65\xeb\x31\x81\x94\x7d\x21\xd7\x2d\xb6\xd6\x41\xd4\xb0\xb5\x8e\xfd\x44\x46\x29\xdb\x08\x23\xa3\x8d\xab\x95\x73\xb4\x35\x98\x8d\x75\x64\x02\x89\xa3\x75\x1c\x4c\xc1\x54\xf4\xd1\x14\x8e\xa6\x80\xdb\x3e\x9a\xc2\x41\xc9\x4d\x45\x1f\x95\xfc\xa8\xe4\x04\x12\x47\x25\x3f\x28\x79\x6e\x3e\x2b\x14\xf1\xd1\x08\x24\x8e\x4a\x7e\x16\xbf\xc8\x24\xe1\xe8\xe5\x80\x71\x11\x48\x1c\xa3\x06\x20\x65\x26\x68\xc7\xb5\x06\x60\x5c\x36\x42\x5f\x78\x70\x7c\x99\xf4\xcd\x59\x9f\xc7\xd3\xd1\xcc\x54\x8e\x8b\x60\x87\x68\x39\xe3\xef\x8f\xf1\xc0\x61\xea\x75\x11\x6e\x1c\x43\xe3\x83\x62\x16\xfc\xfd\x51\x31\x8f\x8a\x09\xe9\xec\xa8\x98\x07\x95\x33\x31\x7c\x54\xb9\xc3\x50\xec\x00\x76\xd4\xaf\x83\x9a\x98\xc0\x3d\xaa\xc9\x51\x4d\x7c\xed\xfd\x79\xd6\xf3\xd1\x4a\xfa\x77\xe4\x8a\x8f\xde\xf3\xe8\x3d\x71\x36\x47\xef\x09\x24\xf3\xbb\xc7\xd1\x19\x18\x57\x53\x64\xaf\x3c\x91\x77\x2a\xe8\xed\x71\xfe\x06\x0c\x79\x64\x47\xb7\x0b\x24\xf3\xbb\x47\x8d\x3c\x6a\x64\xf3\x46\x3f\x0d\x1a\x59\x70\x23\x47\x8d\x04\xc6\x45\x30\x7d\x0c\xdf\x81\x54\xb2\x37\xda\x05\x84\xef\x0e\xd8\x47\x25\x3d\x68\x64\x79\x8c\x7a\x49\x63\x16\xc6\xd5\x2f\x44\x49\x11\xad\x7f\x8c\x67\xbd\x70\xe1\xc2\xb8\x9e\xc8\x66\xbd\x98\x31\x2e\xd8\xce\xa9\x3c\x66\xb1\x64\x3b\x0b\xe3\x7a\x5c\xe5\x92\xee\x2c\x24\x32\xca\x4b\xba\xb3\x30\x08\x11\x16\xd4\xe7\x07\x68\x57\xf5\x17\x0f\x22\x26\x7e\x57\x47\x74\xdb\xd4\x9b\x76\x35\x5a\x7f\xdb\xae\x27\x18\x1f\x57\xa7\x11\x64\x22\x85\x54\x9e\x8e\x5e\x90\xa6\x7f\x5c\x2f\x47\xfa\xc1\x3b\x62\x03\xeb\x45\xb4\x5b\x06\xcf\x5a\x36\x82\x68\xf7\x9a\xb4\x0b\xed\x5e\x10\xa3\x53\x79\x14\x7e\x49\x8c\x16\xc6\x35\x79\x7c\xf8\xac\x07\x52\xf9\x88\x9a\x22\xda\x35\x69\x57\xd8\x2e\xa2\xdd\xf2\xc4\x16\xeb\x15\xb6\x8b\x68\xf7\xfa\x88\xec\xc2\x90\x3f\x4f\xbb\xf0\xc4\xc2\xb8\xa6\x8d\xf8\xb4\xeb\x70\x15\x9d\x43\x3c\x20\x8c\xe4\x8d\xdb\xfe\xc2\x2c\xea\x8b\xc7\x6f\x1f\x8f\x59\xa4\x17\x3d\xb1\xfd\x42\x98\x45\xbd\x68\xea\xf6\x0b\x11\x82\xa6\x17\x5f\x7b\xdb\x08\x42\x50\x12\xc3\x4b\x52\xf5\x7a\x31\xd5\x24\x0c\x5a\xb0\xa9\x1f\xa8\x5c\x45\xbb\x8e\x3d\x81\x16\x42\x31\x5c\xaf\xe3\xe3\xd1\xc2\xfa\x78\xe2\x25\x11\x7a\x5d\x8f\x7e\xa5\xfa\x8c\x5c\xeb\x52\xbf\xe0\x43\x8f\xf4\x84\x54\x0b\x52\xf4\x03\xbc\xd0\x33\x42\x2c\x59\xcf\xeb\xc2\xe3\xa5\xcb\x67\x6d\x45\x3c\xfe\x71\xa8\xeb\x52\x99\x2e\x26\x6b\xe9\x09\x70\x16\x14\xe5\x07\xe8\xe8\xc6\xe3\x09\x1b\xd7\x75\x3f\xbe\x0c\x6e\xe2\xba\x6e\x6f\x7c\x46\xe4\x54\x1b\xed\x62\x66\x26\x0c\xb8\x89\xeb\x62\x66\xb6\x2e\xa6\x61\x15\xeb\xb8\x96\x4d\x7d\x60\xa4\xac\xa8\x2b\xa2\xf5\x4f\xc8\xbe\xa0\x3b\x7f\x60\xa4\xcc\x0b\x31\xac\xaf\x6b\xd1\xae\x4e\x23\x96\xed\x42\x31\x93\xfd\xa5\x62\xc2\x61\x4e\x64\x5b\xd7\xa5\x62\x02\x23\x3d\x7e\x62\xc9\x67\x5e\x17\x3e\x96\x3c\xea\xba\xd4\xaf\x8b\xa9\x13\x9c\xc9\x75\x31\x75\x5a\xd7\xa3\x5f\xa9\xa2\xab\x57\x7c\x1e\x4f\x4f\x64\x1a\x11\xf6\xc4\x33\xba\xa7\x86\x7e\x49\x71\x5e\xd0\x9a\x07\xdb\x3f\x16\xdc\xe6\x07\x06\x57\xf1\x2c\x55\xee\x52\xe5\x0a\x3d\xa1\xca\x01\xa9\x5d\x74\xa1\x2a\x77\xa9\x72\x7e\x5a\x55\x0e\x76\x72\x6a\x7e\xda\x63\x47\xe3\x44\x13\x9e\x49\xa6\xb2\x90\xc8\x90\xae\xeb\xf8\xda\xc7\x76\xf1\x8e\x6a\xe1\xc5\xea\x06\x19\xd2\x75\x1d\x1b\x41\x38\x0b\xe3\x73\x49\x5e\x16\x52\xe3\xd3\x4a\x5e\x16\x52\xe3\x3b\x26\xdd\x23\x84\xe5\x91\xaa\x57\x4d\x45\xbc\x10\x3d\x91\xf4\x72\x89\x25\x29\x82\xde\x05\x6b\xf9\x81\xc7\x03\x34\x6f\xd4\x33\x25\x15\xf3\xf1\xf7\x4b\xa6\xf2\x4a\x4f\xa8\x98\xda\x33\xa2\xae\xc4\x92\xc1\x4a\x37\x4d\x6d\x3e\x6b\x2b\xa2\xa9\xcd\x67\x1d\x45\xcf\x1c\x24\x75\x1a\x41\x70\x29\x24\x32\x99\x2b\x2d\x5f\x88\xb5\x86\x84\xbf\x4f\x6a\x74\x22\x44\x20\x93\xb9\x92\xee\x11\xf2\xf3\x80\x04\xba\xd2\xb2\xa9\x8b\x77\xfc\xdc\xe8\x3b\x32\xf3\x4f\xf8\xe8\x14\x3e\x3e\xe8\x2f\xfc\x6a\x0a\x1f\xcf\xe0\x0f\x09\x74\x25\x06\xff\x95\x82\x5f\x1c\xe9\xbb\x43\xf1\x4a\xaa\x72\x0a\xf4\x63\xd0\x20\xfd\x22\x90\xc8\x57\x2e\x49\xd5\x0b\x3e\xf4\x48\x28\x3c\xa4\xe8\x07\x2a\x57\xd1\x77\x2a\x69\x62\x9a\x9e\x26\xcd\x56\x49\x81\xd4\xf1\x65\x49\x25\x85\x41\x3d\xd2\xe7\x46\x7b\xf8\x81\xd4\x2f\x1e\x7f\xec\xe1\x07\x06\xbc\xce\xe5\x16\x28\x21\x91\xfb\x5c\x49\xbf\x98\xd0\xc8\xec\xe3\xd5\x48\x20\xb1\x59\x68\x25\x86\xf5\x95\x70\x95\xc4\xea\x2b\xe9\x2a\xa1\x5e\x27\xb6\xef\x2c\xa9\xd7\xc2\xc8\x97\xa2\xa4\x88\xd6\x3f\xe1\xc6\x92\x41\x2d\x0c\x22\xfa\x95\xd5\xc8\x4c\xbc\xc8\x9e\x91\x05\xc1\xfa\x03\x23\x63\x62\xf2\xac\x57\x66\x90\x25\x5f\xb9\xb2\x83\x2c\x30\xf2\x33\x21\x5d\x59\x55\x06\x7a\x63\xa4\x97\x7a\xbd\x60\x50\x27\x52\x98\x4b\x06\xb5\x30\xf2\xa5\x88\x2e\x84\x08\x9d\xd8\xca\xb0\x24\x42\x2f\x98\xce\x83\x69\xc5\xca\xea\x5a\x66\x74\x26\x39\xb9\xb2\xa3\x33\x30\x32\x03\x90\x44\x68\x21\xf5\xae\xc8\x5f\x24\x1c\xcd\x78\x03\x89\xd0\x2b\xa3\x6b\x1d\x55\xce\x2a\x53\x66\x74\xce\xf6\xaa\xa3\x33\xac\xe7\x44\xda\x71\xc9\x7a\x16\x46\x4e\x74\x4e\xd8\xab\x8c\xbb\x1d\xb7\x9b\x1d\x77\x81\xc1\x44\x66\x65\xc7\x5d\x98\xca\xa9\xa3\x85\x32\x95\x85\x91\x13\xaf\xad\x16\x42\x38\x4e\x50\xe8\x97\x84\x63\x61\x64\xbf\xe3\xf6\x85\x50\x39\x32\x91\x4b\xc2\xb1\x30\xf2\x33\x2b\x5e\x12\x8e\x17\xf4\xe1\x04\x09\x7d\x65\x9d\x60\x3e\xbe\x23\xdf\x51\xfd\xca\xc4\x88\x43\xcd\x39\xbe\xa3\x2a\x87\xc7\xcb\xaa\x1c\x24\xe3\x34\xfc\x68\xc7\x76\xe1\x2a\x73\xb6\x11\xb6\x0b\xc5\x84\x2e\xbd\xe4\x20\x2f\x58\xc0\x69\xf0\x85\xca\xfd\x11\xa1\xab\x8c\x5c\xb0\x83\x1f\x78\xec\x11\xe6\xed\x2a\x2c\xa5\x0a\x23\x33\x72\x15\x83\xb8\xc2\x88\x4a\xda\x71\x15\x47\x54\x60\xc0\x1b\x5e\xb2\x78\x17\xcc\xdd\x34\xf0\xb1\xc5\x11\x15\x18\xd9\xc7\x3b\xa2\xc2\xb6\x4d\x03\x57\x59\xf4\x52\xc0\xc8\x84\x1b\x45\x2f\x05\x24\x18\x8c\x4b\x32\xee\x2a\xaa\x49\x56\xe4\x2f\xa2\x26\x24\xdb\x56\x51\x4d\x8a\x6a\xc2\xc8\x25\x3f\x77\x15\x66\x2d\xf0\x09\x57\xd9\x3e\x1e\xcf\xc4\x8c\x71\x15\x3d\x53\x41\x4d\xc6\xe0\x85\x54\x93\xa2\x9a\x30\xbe\x15\xd5\xa4\x3c\xe3\x63\x82\x32\xb7\xa0\xef\x7e\x60\xe4\xe2\x8d\xa1\x08\x35\x21\x04\x95\x9f\xbb\x0a\xe1\x19\xdc\xe8\x55\x74\x43\x6c\xbc\x4c\xd0\xc9\x56\x71\xf8\x04\x46\x2e\x3c\x5e\xcd\x01\x12\x14\xb0\x55\x74\x56\x10\x7b\x07\xd3\xd6\x25\xb1\x77\x41\xec\x4d\xd0\xb6\x96\xc4\xde\x05\x99\x77\x64\x62\xfd\xa2\xe6\x00\x09\xaa\xd5\x2a\x6a\x0e\x30\x98\xdc\x2e\xb9\xbe\x0b\xae\xef\x60\x47\xe8\x92\xeb\xbb\x20\xf6\x26\x78\x55\x4b\xe6\xee\x82\xad\x3b\xa0\x5e\xaf\xaa\x97\x83\x6d\x9b\x26\xc3\xba\x6c\x5b\x61\x30\xdf\x5d\x55\x95\xab\xac\xe0\x40\xf1\x59\x55\x67\x05\x8c\xfc\xcc\xec\x96\x9c\x5c\x21\x41\xde\x59\x72\x72\x17\x04\xdc\x91\x9b\xa2\xcf\x2f\xf2\xda\xe8\x44\x65\x51\x47\x18\x10\xb4\x57\x75\xc0\x06\x12\xe4\x9d\x25\x4d\x57\x18\xb9\x79\x23\x3d\x01\x01\x37\x41\xcb\x59\x12\x70\x85\x91\x71\x69\x55\x2f\x07\xdb\x36\x4d\x5f\x5b\xc5\x04\x46\x66\x28\x96\x6d\xbb\x2a\x2a\x37\x6d\xaa\x2a\x57\x55\x39\x1c\x9f\xd4\xda\x05\x77\x36\x91\xac\x5b\x10\x68\x3f\x30\x72\xff\xfe\xac\x78\x49\xb3\x5d\x55\x2d\x1a\xfc\x94\x5a\x54\xd5\x22\xcc\xa2\xaa\x45\x50\x63\x13\xe9\xe3\x25\x35\x76\xc1\x44\xcd\x24\x3a\x57\x73\x00\x82\x95\x3a\x32\x11\x84\xac\xd4\x05\xc7\x34\xbf\x70\xce\xcd\xaf\xd5\x74\x10\xd8\x93\x7c\xd3\xd5\x9e\xef\x90\x5f\xf9\x85\xe8\x56\xc4\x77\x20\x72\x6e\x7e\x87\xf6\x74\x7a\x26\x67\xb6\x9a\x9d\xde\x1c\x93\x86\x37\x7e\x7e\xf1\x70\x15\xed\x32\x70\x02\x46\x26\x66\x71\xff\xf1\x82\xaf\x9a\xc9\x86\xad\x66\xdc\x0f\x51\x75\x64\x82\x12\x89\xaa\xab\x2d\xda\x85\x9d\x37\xa3\x24\x28\xa8\x23\x0f\x45\x36\x22\x78\x16\x96\x22\xb9\x54\x18\xac\xc0\xac\xe6\x37\x85\x49\x9a\xd9\x39\xb9\x64\x92\x0a\x23\x0f\x9a\xea\x24\x12\x5e\x67\x7e\xa1\xf0\xf2\x3a\x17\xbc\xce\xc1\x3a\xcd\x92\xd7\xb9\x20\x6e\xe6\xd7\xf0\x2a\x5f\xfb\x81\x91\x27\xef\xa8\xcf\x00\xf2\xcb\x46\x38\xb4\x34\xdd\x08\x51\x96\x24\xce\xd5\xd8\xbf\xfd\xf2\xf1\x2a\x40\x53\x01\x26\x8f\x57\x01\xe0\x72\xe6\xd7\xe7\x46\x9b\xaa\x1b\x61\x86\x2d\xaf\x73\xc1\xd8\xcc\x24\x07\x96\x8c\x4d\x61\xb0\xb1\x60\x35\x7d\x06\x90\x59\xf6\x5f\x92\x38\x57\x7f\x7c\x46\x66\x8d\x7f\x75\x7d\x06\x30\x58\x78\x5a\xf2\x3a\x85\xcc\x1a\xff\xea\xba\x11\xa8\x9e\x23\x33\xdd\x91\xea\x29\x64\x36\x53\x2e\xa9\x9e\xab\xeb\x6c\x98\x74\x77\x9d\x0d\x90\xaf\xcb\x46\xdc\x8a\x9e\x8e\x2e\x9f\x76\x2d\x45\xc1\x55\x19\xd1\x56\x74\xb8\x8a\xa6\x92\xd6\x5e\x70\x44\xf3\x45\xcc\x23\x47\x74\x41\x08\x1d\xec\x94\x58\x12\x42\x17\xec\xcf\x7c\xe1\xde\x64\x7f\x2e\x18\x9f\x83\x05\xb1\xd5\xd5\xfb\xfe\xe8\x7a\x66\x95\x7c\x75\x9d\x4d\x47\xc9\xcb\x8b\xd6\xab\xe4\x40\x66\xcd\x7a\x75\x95\x1c\x18\xc5\x17\x52\xc9\x81\x7c\x31\x60\x77\x67\x07\xc0\x28\x97\x37\xda\xd4\x45\xaf\x32\x14\x4b\x2e\x15\x46\xf1\xb5\x1d\xb0\x81\xcc\x3a\xf3\xea\x0e\xd8\x50\x50\x47\xb9\x7c\xbc\x2f\xf4\x18\x49\x66\x6d\x78\xc9\x37\x15\x46\xb9\x7c\xbc\x2f\xb4\x50\x80\xa2\xc8\x17\x22\xe5\x52\xec\xc2\xf0\x85\x1e\x1b\xca\xac\xc1\xae\xae\x0d\xf5\xb0\x5d\x74\x8e\x6b\x33\x40\x66\x61\x73\x49\x28\x15\x46\x21\x74\xe9\x9a\x15\x8c\xd1\xcc\x92\xe5\xea\xce\x2e\x80\x51\x08\x2e\x65\x8f\xae\xfe\x44\x7f\x99\x15\xc2\xd5\x8d\xfe\xa0\x8a\x0e\xf6\x89\x2c\xa9\xa2\x0b\x2e\x68\x66\x25\x6e\x75\x4d\x14\xc6\xe7\x60\x1d\x71\xc9\xf8\x5c\xfd\xd0\x2e\x3c\x53\x37\x62\x83\xb8\x39\x4a\x56\x64\x7f\x1d\xb4\x70\x2a\x52\x01\x0e\x5a\xe8\xa7\x3d\x76\x21\x66\x45\xba\x6b\x75\xcd\x0a\x18\xac\x36\xae\xae\x59\x75\xcd\x0a\x4b\x93\x04\xba\x86\x66\x85\x0d\x0d\xcd\x0a\x18\x05\x9d\x18\x9a\x15\x54\xd1\xec\x92\x94\x54\xd1\x05\x55\x74\xb0\x4c\xb9\xa4\x8a\xae\xf1\xe8\x7d\x76\x81\x68\xa8\xf7\xc0\x60\x99\x72\x0d\x07\x6c\xd8\xa3\xd9\x75\x1e\xd9\xa3\xc2\x60\x4b\xcb\x1a\x9a\x02\x90\xc9\x93\xad\xe1\x10\x00\x0c\xaa\x46\xac\xe1\x74\x1a\x12\x68\x76\x9d\x47\x12\xe8\x82\xe5\x39\x5c\xf2\x1c\x6a\x21\x90\x5d\x4f\x91\xf1\x29\x8c\x52\x14\xd9\xfa\x47\x0b\xb3\x2b\x25\x43\x2d\x04\x86\x0b\xa3\x43\x4f\x0e\xe4\xc4\x48\x2f\x09\x54\x18\x05\x5d\x95\x04\xba\xc6\x13\x6f\x66\x57\x37\x86\xf1\x26\x30\x5c\x3e\x95\x17\xba\x20\x81\xe6\x54\xbe\xcf\xa0\x5e\x72\x44\x85\xc1\xae\x9e\x35\x8c\x3d\x07\x7a\x9b\xaa\x3f\x65\x1b\xd5\x5b\xcc\x62\xa8\xb7\xd0\x3b\xb3\xab\x13\xc3\x10\x12\x18\x85\x18\x6f\x38\xf9\x18\x0c\x07\xa4\xbe\xd6\x70\x38\x80\xfd\x39\x0a\x6b\x18\xb2\x3f\x17\x54\xcf\x4c\xea\x6b\x49\xf5\x5c\x43\xbd\xad\x74\xa7\x7a\x0b\xe4\x34\x14\xd9\x54\x26\x1f\x85\xb0\x6f\xa8\xca\x40\x4e\x43\xd1\x52\x84\x37\xc0\x10\x87\xaa\x0c\x47\x34\x93\x20\x5b\x72\x44\x85\xc1\x9e\xa4\x35\x9d\x15\x53\xdd\x23\x27\xc6\xb7\xa9\xef\x07\x46\x61\x44\x9d\xae\x29\x02\xd9\xc5\x80\xa9\x2a\x4f\x55\x99\x75\x66\xc9\xa5\x6b\xbe\x69\xd7\xf4\xf1\x4b\x11\xed\x62\x01\x71\x1a\xcd\x40\x2e\xcd\x19\x47\x2f\xb9\x54\x18\x85\xd1\x59\x72\xe9\x82\x49\x9a\x33\x2e\x5c\x26\xa9\x30\x0a\x6e\x44\x26\xe9\x9a\x8f\x76\xe7\xcc\x5a\xc3\x54\xbb\x61\x8f\x8e\x42\x8c\x37\x0d\x47\xe7\xe2\x17\x99\x9a\x4f\x5d\xf8\xd4\x5f\xb3\xa4\x34\xb5\x01\x20\x3b\x93\x9d\xcb\x5f\x5c\xfe\x22\x3d\xa1\x0b\x9f\x8f\x0d\x64\xe7\xa8\x53\x1b\x00\x46\x21\x1c\x9d\xeb\xf3\x8b\x8f\xff\x71\xc6\x28\x05\x55\x18\xa5\x2b\xb2\x73\x30\x1e\x67\x8c\x53\xe3\x99\x1a\x0f\xe1\xe8\xd4\x78\xe6\xe3\xa3\xb3\x13\xbf\xe9\xd4\x7c\xea\xaf\x51\xb9\xa9\xbf\x86\x6f\x9a\x9d\x60\xc9\x37\x15\x46\x21\xde\x94\x6f\x2a\x64\xa7\x28\xf2\x4d\x85\x51\xba\x8f\x47\xef\x21\x97\xe6\x5c\x69\x84\xfe\x1a\x18\x85\x65\x59\xc9\xa5\x42\x76\x8a\x22\xb9\x54\x18\xec\x40\x5b\x92\x4b\x85\x9c\xab\x22\x5b\xbf\x6d\x3d\x6a\xe2\xfc\x0d\x8e\x69\xce\xaa\x9c\x01\x34\x30\x4a\x57\x64\x47\x3f\x43\x40\xce\x2a\x93\xb1\x18\x30\xcc\x50\xc8\x24\x5d\xd0\x46\xb3\xb3\x03\x69\xa3\x6b\x12\x78\xb1\xe7\x6d\x4d\x03\x2f\x20\x1b\x8c\xcb\x24\x15\x46\x21\xfa\x9b\x9a\x28\x90\xb3\xaf\x6d\x78\x06\x93\x74\x94\xe1\x8d\x7e\xed\x43\xaf\xda\x54\x07\x0d\x60\x14\x4c\x54\x12\xe8\x7a\xbf\xd1\x2f\x6e\x7c\x3b\x42\xc0\x0b\x1d\xec\xb2\x5b\xf2\x42\x85\x9c\x19\xb9\xe4\x85\x0a\xa3\x7c\x44\x53\xd1\xe4\xaa\x84\xe8\xad\x08\xfd\xc2\x90\xa5\x8a\xae\xb7\x96\x86\xd5\xbe\xb5\xb4\xb7\x96\xc6\x90\xf7\xd6\xd2\xde\x58\x9a\xe1\xd9\x5b\x4b\x7b\x33\x95\x28\x84\xa0\x6f\xc7\x11\x38\xa6\xb9\xb0\x78\x22\xc7\x54\x18\xec\xfe\x5b\x6f\xa7\x12\x70\x4c\xb3\xc1\x92\x1c\x53\x61\x98\xd1\x79\x3b\xb4\xbc\x1f\x83\xc9\x0e\xfe\x6f\x0d\x06\x18\x85\xb1\xf2\xad\xc1\xbc\xb1\x8e\x82\xa5\xbd\xb5\x8e\x37\x0b\x57\xe6\x7d\xde\x8e\x23\xf0\x55\xb3\x83\xbf\x7c\xd5\xf5\x66\x8d\xbf\xe2\x60\xde\x1a\x0c\x7c\xd5\x5c\x18\xa6\xe4\xab\x0a\x83\x2d\x88\xeb\xed\xa8\xf0\xc6\x3a\x0a\xc3\xd4\x5b\xeb\x00\x86\x39\xa4\x77\x7c\x7e\xf1\x70\x15\xcf\x72\x79\x0b\x18\xd5\xce\xd1\x60\xa0\xc3\x66\x07\x1d\xe9\xb0\xc2\xa8\xb8\x34\xe9\xb0\x0b\xee\x6b\x2e\x58\x9a\xdc\xd7\xf5\x7e\x42\x9f\x61\x3e\xea\xed\xb2\x3f\xac\xd6\xac\xdb\x96\xd5\xba\xde\xac\x95\x56\x1c\xdf\x5b\xf5\x05\xb2\xce\xea\xad\xfa\x02\xa3\x12\x35\xc8\x7d\x5d\xf0\x5d\xb3\x6e\xe8\xad\xfa\x02\x83\xad\x91\xeb\x7d\x3e\xbf\x48\xdf\x63\x1d\x6f\x87\x13\x60\xd4\x4b\x91\x9d\xc3\x08\xf3\x98\xfb\x77\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xeb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x55\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x32\x25\x22\x57\xe8\x44\x43\x2d\xb4\x73\xd4\xc2\x78\x94\x29\xb3\x3f\x73\x85\xca\x04\x8c\xca\xc2\x68\x18\x6e\x40\x61\xcd\xe6\x28\xa5\xb0\x0a\x43\x12\x43\xa8\x5f\x81\x5f\xa5\x50\xdf\x0a\xfd\x6a\xa8\x39\xa3\x7c\x7f\x28\x0e\x15\x0b\xc8\x1d\x1f\x1b\xae\x72\x87\x6e\x97\xa0\x35\x74\xbb\x71\xe8\x02\x7c\x6c\xb8\xb0\x09\x8c\x3a\x14\xd9\x05\xb8\x4a\x0a\xc7\xad\x38\x9f\x1b\x71\x36\x43\xd1\x54\xf4\x7c\x40\xca\xb8\x2d\x79\xb0\x0b\xee\x6b\x66\x17\xe6\xda\xc6\xc4\x92\x5e\x2b\xca\x20\xe9\x55\xc8\x26\x3a\xb7\x51\xc3\x36\x6a\xc0\xbd\xc9\x83\x5d\x90\x5e\x33\xbb\x30\x97\xa4\xd7\x25\x9d\xb5\x12\x26\x4b\x67\x5d\x9b\xe5\x96\x8e\xfa\x6d\x97\x5b\xa4\xb3\xea\x04\xa5\xb3\x0a\xb9\xa3\x0c\x5b\xed\xde\x6a\x37\x71\xec\x56\xbb\x37\x6b\x8a\x9d\xcf\xbc\x55\x52\x60\xd4\xa9\xc8\x5f\xc4\x7b\x76\x5f\x48\x25\x95\xce\x2a\x4d\x44\x3a\xeb\xda\xe8\x6d\xb7\xa9\xea\xed\x26\x72\x66\xbb\xfd\xda\x2a\x29\x90\xbb\x8d\x50\x49\x81\xd1\x50\x65\x79\xb0\x42\x1e\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\x6d\x7c\xbd\xf1\xc4\xd4\x0a\x5b\x5b\x4f\xbc\xc9\xf8\xb1\x7d\x6a\x6d\x15\x7e\x3f\xea\x9b\xa9\xa3\xb5\xb6\x8b\x7e\xd0\x61\x47\xfb\x88\x7c\x16\xde\x93\xea\x51\x6b\xeb\x3d\x81\xd1\x88\x3d\x65\xcb\x0a\xd9\xdc\xa7\x6c\xd9\xb5\x1f\x85\x1f\x8d\xd8\x73\xab\xf0\xf0\x55\x33\x15\x9f\xd6\x76\x58\x07\x46\x23\x46\xdc\x2e\xd5\x03\x99\x3a\x47\x6b\xbb\x36\x03\x0c\x87\x16\x19\xae\x6b\xb3\x36\x63\x1e\x75\x3b\xf8\x03\x83\x92\x02\x6b\xab\xd1\x40\xa6\x9e\xd0\xda\x6a\x34\x30\x1c\x80\xb6\x21\x37\xdc\xd5\x4c\x3d\xa1\x25\x77\x75\xc1\x5d\x1d\x8d\x18\x51\xee\xea\x82\x5c\x9a\xa9\x89\xb3\x24\x97\x0a\x43\xf2\xcd\x71\xc0\x06\x32\xf5\x62\xd6\x51\x0b\x81\xd1\x08\xe2\x8e\x93\xb5\x83\x16\x52\x09\x66\x1d\xb5\x10\x18\x52\x74\x8e\x5a\x78\xf0\xb1\x54\x82\x59\x47\x1f\x7b\x18\xe9\x1b\x31\xe2\x71\xa4\x07\xf2\xe8\xfe\xe2\x5b\x11\xdf\x91\x81\xf1\x38\xa5\x3b\x68\x34\x1b\x15\xd7\x51\xa3\x81\xd1\x70\x49\x47\x8d\x06\x32\xe5\x55\xd6\xd1\x13\x1f\x08\x33\x8d\x78\xf3\xb8\x24\x0e\xa7\x36\xb3\x9d\x71\xc9\xa9\x15\x86\xd4\x21\x39\xb5\x42\x66\x3b\xe3\x92\x53\x2b\x0c\x07\x59\x39\xb5\xeb\xa8\xd1\x4c\x5b\x8f\x1a\x7d\x58\x4f\x69\x59\xd1\x52\x44\xeb\xa7\xbf\x68\xeb\x89\x2d\x28\x76\xbb\x64\xde\x0a\x99\xa2\x22\xeb\x18\x5b\x00\xa3\xa1\x26\x92\x71\x17\x04\xdc\x4c\xb9\x90\x75\xf4\xea\x90\x71\x87\x03\xb6\x64\x5c\x21\x53\x4a\x63\x49\xc6\x15\x46\x43\x4d\x8e\xd6\x01\x64\xf3\xbb\x47\xeb\x38\x5a\x07\x4b\xa9\x47\xeb\x38\xc4\xd4\xf3\x52\x64\x53\xb5\x0e\x62\xc4\xa3\x75\xc0\xf5\xcd\x6c\xd9\x5c\x72\x7d\x85\xd1\x88\x11\x8f\xb1\xc5\xc1\xb9\x4f\x2c\xed\xe8\xdc\x81\x41\x85\x88\x75\x74\xee\xd0\x7f\x33\x25\x2b\x96\xf4\x5f\x61\x34\x3c\xb9\xfc\x5e\x21\x4f\x3f\xad\xc6\x07\x8c\x46\x30\x2e\xbf\x57\xc8\x6c\x12\x5d\xf2\x7b\x85\xd1\xaa\x22\x5f\x88\x99\xec\xf4\xd3\x6a\x56\xc0\x90\xef\x25\xbf\x77\x41\xd3\xcd\xd3\x8e\x76\xec\x90\xa6\xdb\xaa\x37\xda\x2e\x56\x5d\xa6\x5d\xe8\x84\xf4\x68\x8f\x8f\xf1\x85\xcc\xdd\x80\x87\x9b\xd9\x70\x1a\x2f\xd6\x37\x85\xd1\x9e\xd8\x35\x5e\x8c\x30\x01\xc3\x36\x53\xde\x20\xac\x2e\x1c\x2f\xad\xf6\x89\x5d\x43\xb6\x6d\xc0\xb0\xcd\xf3\x89\x9f\x02\x9a\xed\x03\xb6\x9e\xc7\xdf\x3e\x1e\x4b\x9b\x6d\x7c\x77\x28\x0e\x0b\x12\xc7\x8b\x85\x14\x68\x6a\xf1\x22\xfe\x89\x17\x26\xc6\xe6\xf7\xa0\x5e\xf1\x07\x06\x34\xb5\xb0\x6e\x71\x40\xd3\xcd\x6c\x58\x8f\xd7\xf2\x4d\x1c\x34\x1a\x5d\x80\x3d\xc5\x8b\xc5\x48\x36\x73\x07\x8c\xde\x0f\x0c\xc8\x6c\x21\xb1\x37\x5e\x2a\xd6\xa4\x11\xdb\x97\x53\xb1\x1a\x37\xa2\x58\x41\xbd\xe1\xc2\x7e\xd4\xb0\xde\xb0\x30\xda\x33\xee\xc6\x6b\xdb\x88\x47\x8b\x0a\x3b\x4d\x43\xb6\xac\x30\xa8\x31\x1d\x56\x25\x16\x0a\x5b\x41\x43\x02\xad\x30\x5a\xe3\x85\xd0\xa2\x80\x21\x5b\x5e\x89\xa6\x1e\x5f\x88\x25\x38\xca\x85\x84\x65\x83\x03\xd2\x6c\x61\xaf\x66\xbc\x8e\x8f\x67\x49\x1c\xf6\x55\xbc\x8e\x8f\x7f\xf4\xa3\x90\x9d\x0e\x39\xb5\x71\x31\x59\x6b\x4f\xa0\x19\xf0\x6b\x3f\x50\xc8\x4e\x87\x34\x5b\x61\xb4\x27\x84\x0c\x4b\x10\x07\x6c\xdb\xf2\x2a\x8a\xba\x22\x4c\xec\x89\x1a\xc2\x12\xc4\x41\xbd\xe1\xc2\x06\xc8\xb0\xde\xb0\x30\xda\xe3\x89\xc3\x7a\xc3\x01\x19\xb7\x90\xe9\x0e\xc9\xb8\x41\x09\xe2\x41\x7c\x1d\x96\x20\x0e\x6a\x0c\x17\x32\xdd\x71\xa9\x6b\x14\x14\x1e\x94\x31\x09\xe8\xbb\x1f\x28\x6c\xfb\x0b\x59\xbc\xc2\x20\x0a\x0f\xeb\x0d\x0b\x85\x0d\x7d\x71\xdd\xb6\x8b\x90\x9b\x62\x27\x21\xd7\x37\xa0\xec\x16\x36\xf4\x85\x94\xdd\xb8\x0c\x37\x06\xad\x5f\x3e\x7e\xf1\x2c\x1b\xa1\x7e\x5d\xea\x17\xca\x74\xa9\x5f\xf0\x73\xcb\xcb\x46\x10\x6e\x04\xc5\x89\x07\xdc\xc4\xa0\x42\xf1\x03\xbc\xe3\xe0\x1d\xc3\x77\x24\x98\x26\xee\x8f\x2b\xec\xe8\xe0\x59\x93\xa6\x86\xcf\x62\xa1\xae\x7d\x44\x76\xe1\xe3\x31\xcb\xf5\xe2\xc6\xed\xd7\x56\xa3\x27\xaf\xad\x46\x53\x63\xb8\x90\xd6\x0e\x88\xb9\x0f\xd0\x5f\x93\x46\x6c\xfb\xeb\x51\xdf\xc2\x76\xb3\xb8\x54\x5f\xc9\xb8\xfd\xc5\x3b\xaa\xbe\x40\x61\x23\x59\x58\x6f\x38\xa8\x31\x3c\xfa\x8b\x77\x3c\xbe\xe3\xa1\x5d\x89\x1b\x8f\xed\x22\x28\xe9\x36\xf5\xf8\xb5\x1f\x57\x59\x48\x6b\x87\x2c\x5e\x61\x30\x1f\x09\x59\xbc\x01\x73\xb7\x5c\x89\xd7\xd6\x3a\x60\xf1\x8e\xfe\x52\x64\xeb\xd1\x7b\x36\x6c\x85\x94\x5d\xa1\x90\x9d\x0e\x29\xbb\xc2\xe8\x4f\x5c\x17\x49\x53\x48\x8f\xde\x17\xf6\x4a\x45\x52\xef\x81\x01\xbd\x33\x2c\x54\x1c\x70\x7d\x0b\xfb\x9b\x42\xae\xaf\x30\xfa\xa5\xe8\xad\x88\x46\x3c\x83\x59\x24\x95\x1c\x18\x90\x40\x23\x11\x06\x45\x7a\x74\xbd\xb0\xd1\x27\x60\x07\x7f\x60\xf4\x27\x46\x0c\x49\xc2\x42\x21\x3b\x1d\x56\x38\x0e\xaa\x1a\x8f\x8e\x67\x82\x43\xfc\xc0\xe2\x2a\x5a\xaf\x46\x4b\x12\x66\xb2\x16\x92\x84\x85\xc2\xce\x94\x90\x24\x2c\x0c\x68\xa7\x21\x49\x38\x60\x01\x17\xf6\x9c\x44\x5a\xb6\x6b\xd9\x2e\x1e\xbf\x6c\xd7\xa2\x5d\x9d\xd6\x2f\xdb\xb5\xec\x2f\x7a\x55\x1b\x02\x0a\x3b\x40\xc2\x02\xca\xc2\x60\x7a\x18\x52\x89\x83\x3a\xca\x85\xbd\x1d\x91\x96\xed\xc2\x60\x28\x66\x1f\x49\x83\x81\x24\x5c\x28\x9a\x1c\xb2\x80\x85\x01\x1d\x36\x52\xf8\x8b\x4f\x9c\x52\x2e\xcc\x2a\x85\x9f\x83\x38\x85\x52\x40\x91\x88\x53\x02\x32\x70\x61\x6f\x47\x58\x21\x39\x20\x06\x0f\xea\xd9\x87\xc4\xe0\x48\x18\x4c\x42\x0b\x93\x06\x93\x70\xee\xd4\xaa\x8f\xa4\x75\x40\x0c\x2e\x49\x05\xd8\xb6\x5e\x53\xc8\xbc\xa3\xa6\x00\x94\x84\x59\x49\x0c\x16\x46\x57\x57\x35\x85\xf4\xe8\x7d\x49\x7e\x0e\xf5\x5e\xae\x30\xf5\xe5\x43\xae\x70\xc0\x0f\x2e\xc9\xce\x39\xb6\x8b\x49\x68\xcf\xdf\xa7\x6d\x45\x3a\xea\xed\x63\x30\x25\xf9\xbe\xc7\x5e\x81\x38\x40\xad\xf9\x48\x0e\x2d\x94\x7c\x2e\xec\x21\x0d\xc8\xc7\x1f\x18\x4c\xa7\x43\x0e\x72\xc0\x3b\x2e\x89\xf7\xb5\xfc\x73\xc0\x2e\x1e\xb0\x8b\x43\x76\xb1\x50\x60\xfe\x87\xec\x62\x61\x40\x12\x0e\xab\x38\x47\xbe\xe9\x28\xc6\xa4\x7c\xfb\x78\x46\x88\xfe\x04\x74\x91\x1d\x21\xe0\x20\x97\xf4\x11\x15\x45\x98\x05\xf1\x4f\xd6\x2c\x80\x42\x7d\xe6\xc8\x0e\x1a\xc0\xe8\x58\x9d\xe5\x9f\x83\x92\xcf\x25\x55\x7f\xf1\x56\x44\x4f\x7c\x6e\xa4\x27\x60\x2a\x97\x54\xf9\x45\x15\x3e\xab\xf0\x0c\x66\x96\x6c\x16\x0a\x04\xfe\xb0\x64\xb3\x30\xba\x8f\x57\xe1\xf3\x33\x9c\x14\x76\x9a\x46\x26\xc8\x0f\xf9\xcc\x1d\x3b\x97\xcf\x1c\x30\x95\x4b\x62\xc0\x96\xa9\x2c\x0c\xaa\xb5\x47\x56\xe1\x29\x9a\x5c\xa8\x96\x1c\xd9\xe1\x40\x0e\x32\xd5\xda\x43\x0e\x72\x50\x53\xb9\x50\xe1\x38\xac\xa9\x2c\x8c\x4e\x2c\x66\x4d\xe5\x80\x96\x5c\xd8\x43\x1a\xd2\x92\x85\xd1\x89\x04\xad\xa9\x1c\x54\x4b\x2e\xf9\xc5\xd7\x36\xe6\xc9\x8e\x10\x44\x6c\x92\x97\x03\xc2\x72\xc9\x38\x67\xab\x25\x0b\x83\xd5\x8d\x90\xbc\x1c\x14\x3d\x2e\x19\x4f\x6c\xd1\x63\x61\x50\xe6\x3d\x24\x2f\x07\x54\xe4\x02\x2f\x3d\x2c\x7a\x2c\x8c\x6e\x47\x1b\xf3\x00\x05\x1a\x77\x48\x4b\x16\x06\x65\xde\x43\x5a\x72\x50\x0e\xb9\x90\xfc\x8e\x62\xcc\x03\x0c\xca\xbc\x87\xa5\x91\x85\x02\xa9\x3a\x8a\xbe\xbf\xb0\x8c\x0d\xbd\x3c\x8a\xbe\x9f\x3a\xc8\x25\x63\x9b\xd6\x41\x0e\x68\xcd\x83\x55\x97\xb0\xe8\x71\x50\xf4\xb8\x64\xf4\xde\xa2\xc7\x21\xc5\x99\x55\x97\x90\xe2\x2c\x14\x58\xbc\x61\x1d\x64\x61\xb0\xea\x12\xd6\x41\x8e\x72\xd3\x13\x28\x79\x51\x31\x81\x01\x55\x3d\x8a\xbe\x1f\x28\xa4\xb5\xa3\xe8\xfb\x8b\x8e\x7e\x3c\x5f\xdb\x6a\xc9\x41\x39\xe4\x42\x5a\x3b\x8a\x5e\x1d\x18\x10\xda\xa3\xa8\xe4\x40\x61\x5b\x69\x48\xbd\x8e\xa2\x46\x0f\xba\x50\x8d\x06\x0a\x34\xdb\x90\x7a\x2d\x0c\xca\x74\x85\xd4\x6b\xa1\x40\xa0\x0d\x0b\x28\x07\xa5\x91\x47\x1f\xf4\x84\xbe\x1f\xea\x75\xc9\x76\x74\xd8\x85\xa4\x6f\x3a\x51\x16\x35\x91\x1f\xa0\xbf\x18\x34\xa0\x61\x7f\x60\xb0\xb2\x14\xb2\xb1\x83\x3a\xc8\x25\xdb\x39\x61\x7f\x69\x1d\x93\xa6\x6a\x1d\x30\xb0\x0b\x34\xca\x28\x9a\x02\x30\x58\x7f\x0a\xd9\xd8\x42\xc9\x3e\x5e\xeb\x28\x5a\x07\xf1\x53\xd1\x3a\x60\x60\x17\x48\x8d\x61\x01\x65\x61\xb0\x4a\x15\x16\x50\x16\x0a\x1c\xc0\x90\xa0\x1d\x52\xaf\xa9\x7b\x1f\x52\xaf\x03\x9e\x75\x29\x44\x6c\xf2\xac\x85\x01\xb5\x3f\x8a\x31\x0f\xa4\xea\x02\xd7\x2e\x24\x55\x0b\x83\x22\x63\x21\xa9\x3a\x24\x55\x53\x4c\x3e\x24\x55\x07\xb5\x8f\x0b\x34\xb7\xb0\xf6\xb1\x30\x28\x13\x1f\x92\xaa\x85\xc2\xe6\xd5\xa8\x06\xf6\xc0\xa0\x4c\x7c\x58\x21\x39\x28\x87\x5c\x4a\x9a\x88\xb6\x22\x1a\x41\xcc\x53\xb5\x0e\x08\xda\x05\x6a\x5a\x48\xd0\x16\x06\x65\xe2\x43\x82\x76\x40\xd0\x2e\x70\xc7\x42\x82\x76\x50\x02\x79\x50\x26\x3e\xaa\xa6\x00\xf5\xba\x94\xe2\xb3\x6c\xd7\x6d\xbb\x78\x47\xad\x03\x28\x70\xb4\x42\xea\xb5\x30\xd8\xab\x10\x52\xaf\xa3\xde\x7c\x0e\x86\x93\xaa\x75\x00\x63\xd8\x39\xcb\xa6\x32\x04\x40\x89\x8a\xaa\x75\x00\x83\x02\xf0\x61\xb5\x65\xa1\x94\x5a\xbf\x3f\x14\x5b\x8c\x59\x18\xd4\x87\x8f\xaa\x3d\x55\x46\x08\x58\x4e\x51\x35\x1e\xe8\xe1\x83\xd5\xc2\x90\x1e\x2e\x14\x6a\x2a\x87\xf4\x70\x61\x0c\x26\x91\xd5\xc9\x07\xf4\xf0\x02\xe7\x28\xa4\x87\x0b\x83\xfa\xf0\x51\x1d\x5a\xa8\xcf\x5c\xe0\xf6\x84\xf5\x99\xa3\x32\xd3\x18\x7e\x79\x87\x16\xa0\xc0\x42\x09\x4b\x36\x0b\x63\xf8\xe5\xb5\x27\xa0\x14\xe6\x49\xb2\xcf\x85\x41\x15\xf9\x90\x7d\x1e\x75\xf3\x8e\xb8\x91\xea\xe4\x83\x92\xcd\x83\x2a\xf2\x61\xc9\xe6\xa0\x4c\x73\x81\xa1\x11\x55\xe3\x01\x06\xa5\xea\xa2\x6a\x3c\xf5\xf0\x8b\x8c\x5c\xd5\x58\x0a\x5e\xfa\x18\x6a\x91\x43\x8b\xe7\x4a\x55\x4c\xac\x3a\x87\x00\x6a\x53\x95\x8d\xa5\xa0\xaa\x17\x98\x10\x21\x55\x3d\xa8\xdc\x3c\x58\x5d\x8d\xe6\x08\x01\x55\xbd\x90\xa7\x0f\xa9\xea\x41\x01\xe5\xc1\xea\x6a\x58\x40\x39\xa8\x96\x5c\xc8\x4e\x87\xd5\x92\x85\xc1\xea\x6a\x48\x68\x0f\xd8\xeb\x85\x8c\x72\xc8\x5e\x17\x06\xd5\xda\x43\xf6\xba\x50\x6a\x9e\x88\x42\x11\x5f\x1b\xed\x96\xd0\x2e\x94\xfa\x69\x84\xed\x52\x95\x19\x5a\x64\xaf\x07\x8c\xf5\x52\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x43\xf6\x7a\x34\xb4\xb0\x7e\x44\x6f\x45\x6f\xae\xa2\x11\xba\x70\xca\x2c\x17\xf2\xa8\x61\x99\x65\x61\x50\x55\x3d\xe4\xb8\x07\x1c\xf7\x42\xee\x33\xe4\xb8\x0b\x83\xa2\x7d\x21\xc7\x5d\x28\x64\x0f\xc3\x9a\xca\x21\xc7\x7d\x30\x98\xc9\x71\x0f\xaa\x25\x97\xda\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x58\x2d\x39\x1a\x91\x51\x45\xa3\x9b\xea\x0b\x0c\x4a\xfb\x45\x53\x7d\x81\x42\x66\x2d\x2c\xa0\x2c\x8c\x61\x53\x55\xdf\xc6\x6a\x10\x39\xb3\x68\x0e\x07\xc0\x60\xb7\x51\x34\x87\x03\xa0\x54\x06\xd9\xe6\x70\x40\xe5\xe5\x31\x88\xc5\xac\xbc\x1c\x14\x50\x2e\xa4\xb5\xc3\x02\xca\x21\xf7\x9e\x3d\x49\x21\xf7\x3e\x20\xda\x17\xf2\x3e\x21\xd1\x5e\x18\xc3\xce\x39\x76\x21\x13\x86\x8a\x75\x48\xb4\x0f\x0a\x28\x0f\x4a\x0e\x86\x05\x94\x83\x72\xc8\x85\x8c\x4e\x34\xe3\xa7\xe6\x08\x41\x94\x25\x85\x3e\xe0\xcb\x97\xf6\x52\x54\x14\xa1\x13\x44\x46\xf2\xe5\x03\x72\x7c\x69\x8c\x10\x92\xe3\x03\x26\xfc\x60\xf5\x3e\x64\xc2\x0b\x85\x0c\x45\xc8\x84\x17\x06\xab\xf7\xd1\x9d\x11\x00\x85\xdc\x43\x48\x8e\x8f\xee\x70\x40\xd0\xdb\x1d\x0e\x80\x42\x26\x20\x24\xc7\x47\xd7\x86\x58\x59\xea\xda\x10\x50\x58\xe3\x0f\xf9\xf2\xc2\x60\x8d\x3f\xba\x51\x16\x50\x58\xbd\x0f\x6b\x2a\x07\x7c\xf9\x31\xf8\x68\xf2\xe5\x03\xaa\x7a\xa1\x34\x72\x48\x55\x17\x06\xbb\xb3\xa2\xeb\xa3\x61\xac\x17\xd6\xac\xc3\x6a\xc9\xc2\x20\x13\x10\x5d\xeb\x80\x78\x5e\x58\x67\x8e\xae\x46\x4b\x42\xa7\x38\x7a\x48\x42\x8f\xfe\xa8\x6f\x69\xa8\x49\x8f\xcf\x8d\x7c\xa1\xa1\x08\xf5\xa5\xae\x70\x71\x69\xb1\xab\x5f\xc0\x20\x5f\x10\xdd\x39\x2a\x50\x5c\x9c\xb3\xec\x70\xc0\x32\x1f\x94\x3d\x0f\xcb\x0e\x07\xfc\xf1\xc2\xce\xdc\x90\xec\x1d\x50\xa4\x4b\x9b\xcf\x0b\x59\x20\x57\x18\x6c\x24\x0b\x0f\xcc\x0b\x18\xd4\xc5\x69\xab\x0c\x6a\x61\x90\x8e\x08\x19\xd4\x42\x71\x2e\x29\x83\x5a\x18\x03\x2d\xb4\x66\x6e\x8c\xa7\x8f\x8a\xb3\xc4\xe1\x98\x26\xa9\x9a\x7a\xe9\x21\xa9\x3a\x60\x50\x97\xce\x62\xa6\x0c\xea\x80\x41\x3d\xd8\xba\x16\x32\xa8\x85\xc2\x29\x62\x21\x83\x5a\x18\xf3\xf5\xef\x98\x15\x0f\xfd\x0f\x9c\xeb\xe2\x84\x54\x52\xb5\x30\xd8\xff\x16\x92\xaa\x85\xe2\xf4\xd0\x5a\xbc\x31\x48\x73\x50\x02\x3d\x86\xc3\x27\x74\xe9\xe2\x94\x4e\xba\xb4\x30\x28\x81\x1e\x43\xa3\xa6\x40\x6e\xe9\x2c\xb8\x0e\xe7\xf7\xb0\xa6\x07\x7b\xe9\xc2\xca\xb8\x01\xc5\xb9\x70\xa4\x53\x48\x71\x0e\x08\xc7\x85\x6c\x6b\x48\x38\x16\x06\x49\x9a\xb0\xe6\xad\x50\xc8\x7d\x86\x35\x6f\x85\x31\x19\xf2\xa6\x6b\x51\x40\xe1\x04\xa4\x90\xa9\x1c\xd0\x92\x07\xa9\x9c\x90\x96\x1c\x54\xa0\x2d\x86\x90\x56\xa0\x15\x06\x55\xd1\x63\xfa\xe5\xe1\xfa\x16\x4e\x95\x09\xb9\xbe\x41\xb9\xd9\xc1\xee\xbd\xb0\xdc\x6c\x40\xd9\x2d\x8e\xa8\x52\x76\x85\x41\x2a\x27\xa4\xec\x06\xfc\xdc\xe2\x38\x22\x3f\x57\x18\xd4\x3b\x0f\xf9\xb9\x01\x19\xb7\x90\x89\x0c\xc9\xb8\xc2\xa0\xde\x79\x48\xc6\x15\x8a\x5e\x5d\x32\xae\x30\xd8\x2f\x18\x16\x7f\x8d\xc9\xf2\xa7\xfe\x7a\xba\xc0\x03\x0c\xaa\xa2\x87\xc5\x5f\x03\xb6\x6d\x19\x4c\x64\xa6\xb1\x05\x34\xdb\x41\x8a\x29\xa4\xd9\x06\xd4\xd8\xa2\x2f\x93\x1a\x1b\xd0\x61\x0b\x09\xc5\x78\xeb\x50\x61\x59\x0e\x6a\x9c\x87\x2c\xcb\x80\x20\x59\xa8\xa0\x1d\x6f\x23\x23\xc9\x92\xa6\x36\x24\x4b\x06\x34\xc8\x42\xdd\xe8\x90\x06\x29\x0c\xea\xd4\x86\x34\x48\xa1\x50\x1a\x39\x2c\x01\x2a\x0c\xea\x6a\x86\xcc\xc8\x80\xf3\x58\x28\x7a\x1c\x72\x1e\x85\x31\xd1\x2f\x49\x8d\x71\xb3\xce\x43\x09\xe2\xb8\x9d\x43\x00\x83\xea\x9b\x61\xed\xd0\xa0\x50\x68\x61\x57\x61\x58\x28\x54\x18\xa6\x5c\x64\x43\x06\x0c\xc8\x42\xa9\xdf\xb0\x50\x68\x58\x28\x94\xca\xb8\x21\x1b\x32\xa8\xbe\x59\x7c\x21\xab\x6f\x0a\x63\xe2\xcb\x6e\x23\x23\xa0\x52\xa4\x35\x6e\x5d\x38\x30\x26\xbe\xec\x36\x32\x82\x3c\x58\x29\xd2\x1a\x92\x07\x85\x41\xfd\xdc\xb8\xf5\x2c\x40\xa5\x46\x67\xc8\x27\x14\x06\x55\x41\xc3\xe2\x9e\x71\x3f\x1e\xa0\x52\xa3\x33\x6e\x3d\x00\x30\xd8\xe1\x18\xb7\x53\xcd\xfb\xd1\xe8\x4a\xf5\xcd\xb8\xd5\x68\x60\x50\x0d\x37\xe4\x13\x06\x1c\xc2\xfa\x22\xae\xbb\xd5\x68\x60\x52\x61\x34\x6e\xa3\x65\xa0\x52\xf8\x32\xa4\x18\x0a\x93\x6a\xb8\x21\xc5\x30\x60\x0a\x56\x0a\x5f\x86\x4c\x41\x61\x52\x0d\x37\x2c\x14\x1a\xf7\xa6\x5d\x55\x91\xed\x7a\x60\x52\x0d\x37\xe4\x13\x06\x7c\xc2\x4a\xe9\xc8\x90\x4f\x28\xcc\x4f\x47\xeb\xbf\xa0\x18\x56\x8a\x42\x86\x14\xc3\x80\x4f\x38\x5f\x2f\x6f\x1c\x8a\xe8\x7b\x82\x12\xc9\x83\x41\x2d\xcc\xfa\x62\x05\xd9\x5a\x98\xc2\x64\x47\x68\x2c\xbf\x23\x24\xbd\xca\x51\x8a\x21\x49\x4f\x98\x14\xb5\x0d\x49\x7a\x01\x31\xaf\xb2\xfb\x2f\xac\x98\x29\x4c\x2a\xd8\x86\x15\x33\x83\x5a\x98\x95\xdd\x7f\x61\x2d\xcc\xa0\xf0\xe5\xa4\x82\x6d\x58\xf8\x32\xa0\xdf\x55\x76\xec\x85\xf4\x3b\x61\x9a\x0b\x5c\x2a\x00\xf4\xbb\x7a\xe1\xac\xa4\xdf\x09\xf3\x85\x2f\xb4\x7e\x65\xc0\xa2\xab\x26\x2d\x64\xd1\x09\x93\x0a\xb6\x21\x8b\x2e\xa0\xcc\x55\x2a\xc3\x85\x94\xb9\x58\x7e\x5a\x16\x82\xa5\xcc\x05\xd5\x24\x2b\xfb\xe7\xc2\x6a\x92\x41\x89\xc8\xc9\xa1\xa5\xb1\xfc\xda\x8b\x8f\x66\xee\x61\xf9\xd1\x96\x1f\x0d\x8f\xb9\xfc\x68\x10\xeb\x2a\xe5\xc3\x42\x62\x9d\x30\xd9\x67\x1b\x4b\x6f\x02\xd7\xae\xb2\xe7\x2d\xe4\xda\x09\xd3\x4c\xe6\xd2\x75\xc0\xaf\xab\x14\xe0\x0a\x8b\x4a\x06\x5c\xbb\xa9\x0d\xc9\xb5\x13\xe6\xeb\xdf\x71\x1c\x44\x58\x73\x52\xa8\x54\xc8\x8a\xd0\xd9\x50\x86\x72\x72\xb0\x6a\x58\x86\x32\xe2\x71\x1d\x95\x4a\x54\x11\x2e\x58\x50\x8d\x72\xbe\xb2\x22\x14\x2b\x6e\xf4\x83\x41\x36\x8c\x2a\x81\xc9\x59\xab\x21\xad\x2f\xa0\xf2\x55\x33\x0c\xd6\x9c\x14\x26\x3b\x86\x23\x8c\x2a\x29\x43\x59\xaf\xe1\xb3\xfc\xc5\xdb\x5f\x54\xe4\x2f\x06\xad\xc7\x97\x49\x9f\x13\x26\xfb\x8a\x43\xfa\x5c\x50\xdb\xb1\x26\x94\xc1\xda\x8e\xc2\xd4\x1b\x44\x7c\x9e\xf5\x98\xab\x4b\xf5\xd2\xe7\x84\x69\x7e\x37\x74\x23\x70\xe5\xaa\x4b\xf5\x72\xe5\x84\x49\x2d\xde\x08\xb5\x88\xa2\x90\x95\x12\x43\x61\x51\x48\x61\x52\x78\x37\x2c\x0a\x19\x81\x16\x25\x1f\xaf\x16\x85\x5a\x84\xff\x91\x1f\x17\x81\x16\x51\x58\x27\x42\x2d\x0a\x4d\x9f\x20\x4c\x7e\x5c\xc4\x33\xf9\xa8\x2e\xc2\xc7\xf9\x3c\x1e\x3b\xff\xdc\x18\x8a\x78\x47\x74\xcd\x6a\x92\xc2\xa4\x3c\x6f\xc8\xa2\x0b\x0a\x39\xd6\xc4\xe8\x6c\x21\x47\x61\x52\x9e\x37\x64\xbe\x05\x04\xb6\x4a\xb5\x9a\x90\xc0\x26\x4c\xb3\xd3\x56\x6d\x0c\x4a\x34\x56\xf6\xa9\x85\x25\x1a\x85\xf9\x22\xdc\xb0\x44\x63\xc0\x50\xab\x89\x64\xee\x76\x81\x07\x98\x2f\xa6\xad\xb2\xd5\x02\x56\x59\x75\xe1\x7c\x3b\xb4\x00\x53\x1f\xbb\x1d\x5a\x80\xea\x92\xf8\xd6\xb3\xc0\x3d\x9b\xe6\xc3\xb7\x6a\x02\x0f\xad\xba\x24\x2e\x0f\x4d\x98\x7a\x62\xab\x36\x06\xc5\x17\x2b\x3b\xbd\xc2\xe2\x8b\xc2\x7c\x31\xb9\xb5\xf8\x62\x50\x43\xb1\x52\x8d\x24\xac\xa1\x28\x4c\x4a\xfd\x86\x35\x14\x03\xd2\x59\x65\x0f\x57\x48\x3a\x13\xa6\x5e\x5d\xd2\x59\xc0\x1d\xab\xec\xce\x0a\xb9\x63\xc2\x34\x4f\x2f\x77\x2c\x28\x7f\x58\x5d\xec\xde\x7e\xed\xed\xd7\xc6\x41\x48\x27\x0b\xe8\x64\x35\xd3\x85\xd2\xc9\x84\x4a\xb5\x88\x38\x7a\x80\xf3\xe6\xf1\xcd\xab\x8a\xa2\xc2\x55\x0d\x51\x55\x84\x89\x36\x6f\xe4\x0b\xc1\x1d\xab\x94\x86\x08\xb9\x63\xc2\x74\x00\x3a\x2a\x00\x4c\xb0\x9a\x99\x90\x1e\xad\x16\x0a\xd8\x94\x52\x20\x05\x4c\xa8\x6c\xea\x0f\x29\x60\xc2\x94\x52\x70\x1c\x80\x60\x85\x55\xb6\x3c\x85\xac\xb0\x38\xcb\xd6\xd3\x08\x67\x53\x30\xb9\xaa\xeb\xcc\x32\xb9\x84\x29\xf1\x40\x26\x57\x40\xdb\xaa\xec\x48\x0f\x69\x5b\xc2\x74\xac\x94\xb6\x15\x50\xb5\x2a\x9b\x99\xe2\x38\xaf\x04\x26\xf5\x86\xe3\x38\xaf\x3c\x28\x13\x9b\x99\xe2\xa8\x4c\x30\xb9\xe6\xcb\xd7\x76\x3e\x03\x6d\xab\x72\xb8\x5e\x48\xdb\x12\xe6\x8b\x65\x11\x69\x5b\x01\x47\xab\xba\xce\x2c\x47\x4b\x98\x94\x1d\x8e\xe3\x60\x06\x54\xf6\x61\x87\xb4\x2d\x61\x52\x7a\x3b\xa4\x6d\x05\x95\x1a\x6b\x61\xe4\x3a\x06\xe3\xc0\x7c\x31\xa7\x97\xc9\x15\xb0\xb7\x6a\x49\xfe\xe2\x54\x64\xeb\xbd\xd1\xd6\xe3\xd2\xd8\x3e\x15\x32\xb9\x84\xf9\x22\x04\x95\xc9\x15\x70\xb4\x6a\x49\x3e\xde\xef\xb8\xf9\x8e\xcc\xfc\x8f\xab\x2e\x70\xb4\xaa\x0b\xd4\x72\xb4\x84\x29\xe9\xc3\x1a\x8c\x01\x6d\xab\xb2\x21\x39\xa4\x6d\x09\x93\x82\x0a\x71\x1c\x18\xe1\x68\x55\x16\xa8\xb7\x1c\xad\x0d\x71\xaa\xb2\xce\xbc\xa9\x55\xf8\x00\x1e\xf3\xd1\x9c\x6d\x7d\xc2\x0d\x25\xaa\xb2\x14\xbb\xa5\x44\x09\xf3\xf5\x0c\x3a\x5b\x4a\xd4\x86\xf3\x54\xd9\x61\xb4\x5f\xcb\x1b\x17\xb6\x3d\x78\x3c\x93\xee\x4d\x15\xc3\x5a\x3e\xa2\xad\x08\xbf\x3a\xbe\x4f\xdb\xda\xaf\xe5\xaf\x33\x98\xb1\x97\x6e\x7b\x46\xbc\x30\xa1\xaf\x6c\x4b\x21\xee\x97\xfa\x31\x69\xd0\xb6\x8d\xea\xc7\xe4\x4d\xb6\x5d\xf0\x74\x7a\xe5\x10\xbb\xed\xd9\xeb\xc2\x7c\x4d\x45\x5e\xc5\xb2\x2c\x87\xc5\x6d\x4f\x55\x17\x26\x05\x24\xb6\xa7\xaa\x6f\xb8\x50\x95\xdd\x33\x5b\x2e\xd4\x7e\x39\x68\xd0\x54\x89\x4f\x1b\x66\x52\x65\x45\x74\xcb\x4c\x12\x26\xb4\x9a\x2d\x33\x49\xa8\xec\x19\xd9\x54\x11\xfc\xc0\x7c\x3d\x86\xb8\x2d\x26\xb8\xe1\x2c\x55\xd6\x3a\xf7\xc5\xdc\x59\x98\x2f\x5e\x1b\x2e\xd3\x03\x99\xab\xb8\x11\xff\x23\x4c\xe2\xd8\x2d\xa5\x69\xc3\x4c\xaa\xec\xba\xd8\x32\x93\x84\x49\xd5\xeb\x0d\x4b\xe9\x03\x95\x7d\x0b\x5b\xb2\x92\x30\x29\x7f\xb1\x29\x52\xf8\x00\xed\x42\x65\x2e\xf5\x83\x5a\x85\x93\x98\x78\x5b\xab\x70\x43\x69\xaa\xec\x35\xd8\x52\x9a\x84\x09\x75\x68\x5b\x72\x70\x43\x56\xaa\xb0\xf5\xb7\x64\x25\x61\x12\x39\x6f\x4f\x55\xdf\x17\xa1\x0b\xec\xf5\x4d\x15\xc1\x0f\x4c\x8e\x2a\xdf\x16\x13\xdc\x30\x93\x6a\xf3\x85\x54\x00\xe0\x82\x5b\xb8\x3d\x2f\x5d\x98\x54\xa4\xdf\x92\x95\x36\x05\x04\x6b\xfb\x88\xba\xa2\xce\xba\x3c\x4d\x65\x30\xdb\xd0\x90\x2a\xd4\xeb\x2d\x0d\x69\x43\x43\x9a\xb0\x9c\xb6\x34\xa4\x0d\x83\xa8\xb2\x7b\x66\x5b\x00\x50\x98\x54\xb7\xdf\xb2\x89\x84\x0a\xfd\x77\x7b\xc6\xb9\x30\x29\xf1\xb1\x2f\x55\x8e\x63\xcf\x6b\x4b\xbc\xf6\xf1\x73\x1c\x3e\x87\x8d\x38\x36\x02\xd3\x67\x01\x71\x4b\x43\xda\xf0\x8c\x2a\xfc\xdc\x0d\xd9\xe8\x03\x93\x99\xc6\x96\x73\xb4\x39\x09\xbd\x72\xdc\xda\xf6\x24\x74\x61\x52\x25\x7c\xcb\x39\xda\x9c\x58\x5e\x61\xde\xee\xa4\xe6\xc0\xc7\x99\xd0\xb6\xb6\x7c\x1c\xa1\x24\x4c\x41\x3e\xce\x86\x69\x33\xa9\xc6\xbd\x65\xda\x08\xb5\x3d\x4e\x70\xcb\xb4\x11\xe6\x65\xeb\xfd\xda\x1c\x5c\x5e\xdb\xe0\x59\x61\x23\x18\x47\x2e\x5f\x88\x71\x64\x53\x6f\xaf\x42\x73\xdb\xd6\xdb\xdb\xb0\x6b\x26\xec\xab\x0d\xc5\xe6\x03\x95\x2d\x29\x5b\xa6\x8d\x30\x61\x5f\xed\xe4\xd7\x86\x70\x53\xa1\x80\x6d\xab\xf2\x6d\xc8\x37\xf3\xb2\x73\xf0\xea\x1b\x2a\x4c\x85\xa3\xb5\xa5\xc2\x08\x93\x0a\x22\x5b\xae\x8b\x50\x61\x00\x6d\x78\x2f\x0f\xf0\xd1\xec\x42\x3f\x1a\x50\xfb\x33\x42\x6c\x89\x2d\x42\xed\x7c\x6d\x8b\xeb\x09\x93\xf2\xcf\x5b\xae\xcb\xe6\x78\xf3\xca\x8a\xe8\xce\x7e\x47\x60\x5e\xc5\x67\x35\x45\x6f\xae\x2a\x88\x6e\x45\xbc\x50\xf1\xf1\xbc\x10\xc4\x96\xca\x5a\xe7\x96\xd8\x22\xcc\xab\x2a\xf2\xf1\x8b\x5f\xf4\x46\xbf\x76\xd6\xf8\x2a\x8d\xd0\xf8\x20\x7d\xd4\x3e\x68\x84\x9f\x03\x98\x14\xdb\xdd\x92\x3e\x36\xdc\x8d\xda\xf1\x85\x72\x37\x84\x09\x21\x6b\x5b\x78\x6e\xc3\xd7\xa8\xe4\x9d\xb7\x55\xe6\x36\x67\x58\x4f\x26\x55\xdb\x33\xac\x37\x95\xe5\x2a\x89\xe1\x9d\xfd\x1c\xd9\xcf\xc1\x30\x65\x95\xb9\x0d\x51\xa3\x8e\x8b\x2e\x3c\x9f\xc7\xa3\x98\xcf\xb0\xbe\x25\x6a\x6c\x88\x1a\x95\x7c\xe7\x96\xa8\xb1\x8b\xbd\xfa\x0c\xeb\x5b\x56\xc6\xe6\xc0\xea\xca\x6a\xe3\xf6\xc0\x6a\x61\x72\x4e\xc0\xf6\xc0\xea\x0d\x51\xa3\x92\x31\xdc\x12\x35\x36\xb5\xe8\x26\x93\xbd\x6d\x2d\xba\x0d\x51\xa3\x72\x26\xf3\x96\xa8\xb1\x21\x6a\x4c\x26\x7b\x5b\xa2\xc6\xe6\x90\xe9\x4a\xce\x6d\x7b\xc8\xb4\x30\x39\x73\x60\x7b\xc8\xf4\x86\x49\x51\x59\x6d\xdc\x32\x29\x84\x09\x35\x6d\xcb\xa4\xd8\xd0\x26\xea\x68\xdf\x3f\x0e\x62\xcb\xaa\x10\x26\xf5\x5e\xb6\xac\x8a\x0d\xed\xa1\x92\xf0\xd9\xd2\x1e\x84\x79\x31\xa2\x5a\x84\x6e\xc3\x84\xa8\xc3\xbe\x53\x3f\x80\xc9\x1c\x75\x7b\x22\xb4\x50\x87\xbd\xc2\x54\x53\x98\xd4\x8e\xd9\x25\xec\x3b\xa6\x9a\x9c\x14\xbb\xe5\x4b\x08\x13\x46\xdd\x96\x2f\xb1\x0b\x71\xd9\xb0\x11\xdb\x4f\xb3\xfd\x45\x6f\xf4\x17\x0f\xdd\xc9\xc0\x68\x5d\x3a\x61\x52\x2d\x79\x17\x15\x0b\x8e\x43\x65\x79\x7d\xcb\x71\x10\x26\xd5\x92\xb7\x1c\x87\x0d\xcb\xa0\xb2\x65\x60\x7b\x00\xb3\x30\x29\x4d\xb3\x65\x1c\x6c\xb8\x04\x75\x3e\x53\xe0\x2d\x97\x40\x98\x54\x4b\xde\x56\x76\xdb\xa4\xf1\x2b\x47\x29\x6e\xf3\xf4\xc2\xa4\x5a\xf2\x36\x4f\x2f\x54\x4e\x66\xda\xd5\x2f\x04\x4c\xaa\x25\x6f\x53\xf7\x9b\xa4\x7c\xa5\x66\xdb\x36\x29\x2f\xcc\x84\x13\xac\x7a\x62\xd2\xda\x95\xf3\x9b\xb6\x69\x6d\x61\x52\x32\x67\x57\xad\x0e\xa8\x2c\x46\x6e\x33\xdd\xc2\x84\xa7\xb8\xab\xfd\x55\x89\x8c\xa6\xaf\x6d\x64\xc4\x79\xc5\x33\x61\xc1\x9e\x57\x2c\x34\xd6\xc8\xb6\x99\xee\xdd\x1e\xf7\xd6\x58\x10\xdb\x4d\xf7\x06\xcc\xc4\x88\xea\x11\xc6\x9b\x33\x86\x1b\x0b\x62\xdb\x33\x86\x37\xd5\xdc\x26\xe7\x5b\x6c\xab\xb9\x09\x8d\xc5\xa2\xdd\x8c\x9f\x80\x99\x3e\x8f\xe7\xb5\x49\x91\x37\x68\xef\xdb\x14\xf9\x26\x2d\x3e\xa9\x01\xb4\x9b\x61\x32\x69\xed\xc6\xa2\xce\x36\xad\x2d\xcc\x64\x23\x8c\x79\x38\xf8\xb7\xb1\x94\xb1\x9b\x5f\xa8\xf9\x39\x18\x18\xcd\x61\x6f\x12\xd6\x8d\xa9\xf9\x36\x61\x2d\x4c\x88\x97\xdb\x84\xf5\x26\x57\xdc\x98\x4e\x6f\x73\xc5\x9b\xa4\xe9\x4c\xd7\xd3\x13\x26\x4d\x37\x89\xbb\x99\xf0\xc4\x26\xee\x36\x45\xa0\x1a\xb5\xe6\xb7\x45\xa0\x36\x47\x88\x4e\x6a\xbc\x6c\x8f\x10\xdd\xe4\xf2\x1a\x04\xda\x6d\x2e\x4f\x98\xcc\xfc\xb7\xb9\xbc\x4d\x5d\xa8\xa6\x8f\xb5\x2e\x94\x30\xa9\x04\xb3\x3d\x09\x74\x73\x12\x68\xbb\x98\x43\x78\x12\xe8\xa6\x7a\xd4\xcc\x74\xb4\xd5\xa3\x36\xe5\x9d\x9a\x4e\xc1\x8c\xdf\xa6\x58\x53\xd3\x3a\x86\xe1\x06\x30\xe1\xda\x6d\x0b\x37\xed\xf1\x7c\xe1\x46\xcd\xee\x3d\x74\xa8\xc0\x64\xf9\x61\x0f\xbf\x36\x55\x9a\x9a\x9f\xd6\x2a\x4d\xc2\xa4\xe0\xeb\xb6\x4a\x93\xd0\xe0\xae\x6e\xab\x34\x6d\x4e\x02\x9d\x14\x7c\xdd\x9e\x04\xba\x39\xd7\xb3\x25\x74\x62\xf8\xb5\x39\xd7\x73\x52\xf0\x75\x8f\x65\xeb\x1f\x1f\xdb\x28\xbd\xbd\x4d\x4e\x0a\x13\x0e\xe0\xf6\x40\x4f\xa1\x51\xb8\x69\x9b\xaf\xdc\x64\x22\x67\x46\x31\xcd\x44\x6e\xd2\x8e\x8d\x15\xaf\x6d\xda\x51\x98\x14\xc0\xd9\xd6\x72\x12\x1a\x05\xa7\xb7\x99\x48\x61\x52\xa4\x75\x0f\x83\x25\x32\x91\x0d\x72\xea\x36\x13\x29\x4c\xf8\x84\xdb\x54\xe3\x26\x63\xd8\x38\x52\x65\x9b\x31\x14\x26\x45\x5a\xb7\xc5\x9a\x84\x96\x9a\x57\xd9\x88\x40\x01\x32\x22\x15\x73\x3c\x6a\xd6\x12\x31\xf5\x30\xa6\xe6\x70\xd0\x99\xed\x1c\x7d\x34\xd0\x38\x06\x65\x7b\x38\xa8\x30\x29\xcc\xb3\x87\xb1\x18\xd0\xa8\x2e\xbd\x87\x8a\x39\x54\x4c\x86\xcf\xa1\x62\x72\x5e\x68\xa3\xba\xf4\xf6\xbc\x50\x61\xb2\x40\xb4\x3d\x2f\x54\x68\x50\x58\xb7\x75\xa5\x84\x99\xfd\x1c\xc6\x16\x40\x4b\x5d\x91\xef\xa8\x92\x67\xba\x50\x25\x27\x13\xda\x12\x81\x84\x45\xa4\x84\x49\xdd\xd6\x6d\x11\xa9\x4d\xc5\xa8\x46\x2d\xa8\x6d\xc5\xa8\x4d\x95\xa8\x49\xdd\xd6\x3d\x74\x7c\x40\x4b\x8c\x7c\xa6\x53\x85\x99\xcb\xf5\xfd\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xab\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\x7d\xda\xd6\x36\x01\x2b\x4c\x58\xde\xdb\x73\x00\x37\x45\x54\x1a\x64\xb6\x6d\x11\x15\x61\x52\xcf\x6c\x5b\x44\x65\x73\xf6\x5f\xe3\xf8\xfa\x1d\x6a\x51\x90\xb7\x71\x8d\x3e\x1c\x64\x39\xe8\xaf\xb1\x69\x71\x87\xfa\x11\x7a\x03\x46\x41\x0f\xfd\xdb\xa4\x7c\x1b\xfb\xf2\xb6\x29\x5f\x61\x52\x1e\x73\x9b\xf2\xdd\x54\x4c\x69\xec\x7f\xdb\x56\x4c\x11\x26\xb5\xd1\xb6\xe7\x00\x6e\x0a\x94\x34\x76\xa3\x6d\x0b\x94\x08\x93\xa3\x93\x76\x38\xe4\xc5\x33\x5a\xb5\x8e\xfa\x85\xb1\x14\x30\x29\xb5\xb9\xc3\x58\x8a\x3c\x6c\xeb\xbe\x90\x5a\x14\x87\xfe\x62\x14\x24\x3f\xfb\xc0\xd3\x5f\x6c\x1a\xda\x66\x5b\x37\x29\xd0\xc6\xae\x9e\xbd\x1d\x93\x80\x09\x2f\x7d\x5b\x08\x64\x53\xfc\xa3\xb1\x37\x63\x6f\x3b\x7a\xdb\xd1\xcc\x77\x2d\x04\xb2\x37\xa1\x0b\xc7\xb1\xef\x6d\xaf\x92\x04\x9c\x54\xdf\xdc\x26\x01\xf7\x21\xc9\x4c\xc1\xb2\x7d\xb4\x27\xb2\x28\x8d\x2d\xf2\xc7\x2c\xca\xe1\x40\xaa\x36\x9f\x5e\x3d\x1e\x48\x25\x4c\xaa\x91\x1c\x0f\xa4\x3a\x6c\x6b\x6f\xf3\xe9\x89\xe3\xb6\xf6\xc3\xa1\x4a\x93\xd5\xe8\xf3\xc2\x13\x9f\x17\xa7\x97\x43\x39\x39\x1c\xb6\xf4\xc0\xf3\x69\x59\x5d\x3d\x1e\xb0\x24\x74\x8e\x30\x3e\xa4\x39\x3e\x30\x61\x7f\x1e\xb3\x1d\x87\x03\x96\x3a\xb3\xe2\xe3\x01\x4b\xc2\xa4\x62\xc1\xf1\x80\xa5\xc3\xfe\xf0\x0e\x39\xe2\xb8\x3f\x5c\x98\x54\x2c\x38\xee\x0f\x3f\xec\x09\xef\x50\x1d\x8e\x07\x2c\x09\x13\x26\xe9\x31\x73\x72\xd8\x32\xde\x29\x7b\x7e\xdc\x32\x2e\x4c\x2a\x16\x1c\x33\x27\x42\x7f\xd9\x85\xc7\x76\x11\x39\x53\xb1\xe0\xb8\xb1\xfc\x90\x4c\xe9\x50\x0a\x8e\xc9\x14\x61\x36\x3b\xfa\xd8\xae\x43\xbb\xe8\x1c\xf3\x2b\x87\xcd\xe0\x1d\xce\xd1\x71\x33\xb8\x30\x29\x62\x70\x3c\x99\xe9\x90\x85\xe9\x64\xba\x8f\x59\x18\x61\xb6\x8f\x68\x29\x0a\xae\x6a\x88\xb6\xa2\xcd\x55\x05\x11\x3d\x41\x9a\xa5\x93\x77\x3e\x6e\x19\x17\x26\xa5\x0e\x0e\xe9\x97\x07\x78\xa1\xc6\xe3\x6f\x1f\x7f\xfb\x42\x3c\x1e\xf5\x3d\x64\x4e\x3a\xe9\xd0\x63\xe6\x44\x98\xf8\xeb\x43\x16\xe5\x01\xba\xb0\x2b\xf2\x85\x96\x5d\x38\x10\xbd\x15\xad\xe7\xaa\xc1\xe3\x97\x8f\xc7\x4f\x34\x9b\xba\x7c\xa1\x45\x17\xce\x17\x22\x5f\x88\x49\x24\xbe\xff\x98\x5f\x39\x1c\xd0\xd4\x49\x64\x9d\x4b\x5d\x05\x26\x55\xad\x8e\x29\x17\xa1\x73\xe2\xef\x31\xe5\x22\xcc\xe6\x6b\x87\x8d\xe0\x28\x7c\xd2\x37\xc7\xc3\x9a\x84\x49\xf5\x84\xc3\xc1\x4d\x0f\xf0\xac\x8b\x1b\x55\xcc\x4b\xc5\x6c\xde\xf8\x79\xd6\xd3\x7a\xf6\x74\x9f\x4b\xc5\x34\xe5\x42\xf5\x84\x63\xca\xe5\x90\x5f\xe9\x1c\x0e\x7a\xcc\xaf\x08\x93\xea\x09\xc7\xfc\x8a\xd0\x29\x42\x7e\xcc\xaf\x08\x13\x8a\xf3\x71\x4f\xf7\xb9\x50\x4c\xd2\x11\xe7\x52\x31\xc9\xaf\x4c\xaa\x27\x1c\xf3\x2b\x27\x31\xf5\x6a\x3d\x21\xa2\xa3\xd9\x68\xdd\x61\x39\x9d\x74\x7b\x95\x6a\xf2\x0c\x66\xc7\x4d\xd7\x87\x33\x97\x3a\x2c\xa7\xe3\x99\x4b\xc2\x6c\x43\x11\x8d\x60\x57\x74\xa7\xb2\xf7\x71\x57\xb4\x30\x29\x10\x70\xdc\x15\x7d\xd8\xd0\xdc\x59\x5e\x3f\x49\x35\x49\xaa\xc9\xa0\xa9\xeb\xf3\x2c\x5e\x68\xbc\x10\x2d\x45\xb4\x7e\x2a\xb2\xf5\xa8\x09\x8b\x3a\xc7\x5c\x8d\x30\xc9\xaf\x1c\x73\x35\x87\xd3\x94\x3a\x0b\xd4\xc7\xd3\x94\x84\xd9\xd0\x1c\x36\x4d\xff\x78\xc8\xc2\xf4\xcb\xc7\xfb\xb5\x81\x49\xb1\x81\x63\x16\xe6\xa4\xe7\x0b\x77\x16\xfa\x0e\xbb\x9a\x3f\x30\x9f\x51\xf4\x7b\x43\xf1\x71\xef\xf3\x61\x8f\x72\x67\x25\xed\x78\x90\x91\x30\xa9\x58\x70\x4c\xd2\x1c\xb6\x17\xf7\x94\x14\x85\x22\xbb\xc0\x1b\xfd\x75\x9c\x0d\xa7\xa6\x1d\x33\x32\x87\x33\x84\x3a\xfc\xa5\xe3\x19\x42\xc2\xe4\x48\xa7\x93\xb5\x60\x72\x22\x9d\x63\x61\x8f\x3b\x73\x85\x49\xa9\x83\xe3\xce\x5c\xa1\x73\xf6\xd5\x71\x67\xae\x30\x89\x07\x4e\xf6\x03\xb2\xe7\xb6\x53\xf5\xfa\xb8\xe7\x56\x98\x14\x44\x38\x1e\x18\x74\x38\x30\xa8\x27\x54\xc6\x03\x83\x84\x49\x41\x84\xe3\x81\x41\x87\x94\x4b\xe7\x40\xaa\xe3\x51\x40\x87\x0d\xb6\x93\x6c\xd8\x71\x83\xed\xc9\xcf\xa0\xd1\xf3\x47\xf4\xb9\xf1\xcd\x55\x15\xd1\xad\xe8\xe6\x2a\x7e\x51\x73\x05\x26\x05\x11\x8e\xa9\x9c\x43\xfa\xa6\xb3\xa6\x78\xdc\x86\x2b\xcc\xee\x8d\x9a\x2b\xd0\x39\x44\xea\x98\xdd\x11\x66\x47\x19\xc8\xf4\x3c\xb0\xb8\x8a\x5e\xf5\xa3\x01\xb3\xfb\x78\x3f\x1a\xd0\x59\x36\x3b\xa6\x72\x0e\xe9\x9b\xce\x1a\xd9\x71\x83\xad\x30\x49\xdc\x1d\x53\x39\x87\x24\x4d\x67\x37\xed\x31\x49\x23\x4c\x8a\x2b\x1c\xce\x13\x7a\x80\x67\x15\xae\xba\x7d\xd6\xed\xb3\x14\xf9\xac\xc5\x0b\x31\x56\x16\x5d\x38\x30\x29\xae\x70\xcc\xdb\x1c\xb2\x30\x9d\xbd\xad\xc7\x33\x84\x84\x49\x10\x77\xdc\xdb\x7a\xd8\xa2\xda\x59\x45\x38\x6e\x51\x3d\x9c\x21\x34\xfb\x33\xcb\x3b\x9e\x21\x74\x0a\x6a\xc2\x7e\xd4\x53\x54\x93\xa2\x9a\x60\x0a\x1e\x18\x74\x8a\x9f\x76\xf0\x42\x7e\xda\xe2\xa7\xbd\x68\xaa\x9f\x96\x0d\xa3\x1d\x6e\xcf\x71\xc3\xa8\x30\x29\xae\x70\xdc\x30\x7a\xd8\x30\xda\xe1\xf6\x1c\x37\x8c\x0a\x93\xe0\xf2\x78\x56\xcf\x21\x4d\xd2\x99\xdc\x1e\xd3\x24\x87\x03\x74\x3a\x07\x17\x9c\x6a\xdf\x57\xa6\xe6\xfd\x23\xe2\xb5\xc9\x89\x74\x08\x33\xc7\x9c\xc8\x61\x7f\xe5\x24\x8f\x7a\xdc\x5f\x79\xea\xe3\x04\x3b\xd5\x7f\x4f\xd5\x09\x02\xb3\xa7\x8a\xa8\x2a\x7a\x2c\x8d\xb0\xf1\x98\x39\x11\x26\x95\x14\x8e\x99\x93\x43\x9a\xa4\xb3\x9d\xf1\x98\x26\x39\xa4\x46\x26\x65\x02\x4f\xd5\xe3\x01\xbd\x30\x42\x54\xfb\x9e\x33\x71\x26\x69\xda\xe3\x99\x38\xa7\x62\x8f\x54\xff\x3d\x55\x7b\xac\xda\x63\x56\xe4\x0b\x31\x7c\xc2\xa1\x39\xd5\xe1\x13\x98\xd4\x5b\x38\xee\x83\x3c\x75\xd3\x5f\x7c\xb4\xaa\xab\xe4\x98\x9c\xd9\x71\x43\x9e\x83\x73\xaa\x1f\x0d\xe7\xec\x46\x45\x61\x52\x2a\xe1\x98\xd1\x39\xa4\x6f\x3a\x95\x75\x8f\xe9\x1b\x61\xb2\x09\xe6\x98\xbe\x39\xa4\x6f\x7a\xc5\x03\x98\xbe\x11\x26\xf5\x09\x4f\xd5\xf8\x48\xdf\x74\xca\x19\x1f\xd3\x37\x87\xf4\x4d\xa7\xc6\xf0\x31\x7d\x23\xcc\x4e\xf4\x67\xfa\xe6\xb0\x85\xb1\x13\x66\x9f\xa6\x02\x00\x93\x73\xde\x4e\x63\xb9\x46\xe8\x54\xfc\x3d\x4d\x9d\x00\x26\xd9\xe9\xd3\x8c\xeb\x48\x05\x75\x6a\xf9\x1e\x53\x41\xc2\x64\x5a\x72\x9a\x71\x1d\xb9\x9e\xce\x4a\xc9\x69\x1a\x32\x30\x3b\x86\xec\x6e\xc9\xd3\x6e\x5a\xcf\x17\x6a\x8e\xce\xe4\x7d\x66\x27\xde\x34\xef\x73\xd8\xa8\xd8\xa9\x27\x7b\xdc\xa8\x28\x4c\xb6\xda\x9c\xa6\xbf\x07\x3a\x7c\x9e\xd3\xb4\xed\xa6\x6d\x13\xfd\x99\x1d\x12\x3a\x7c\x9e\xd3\xd4\x42\x13\x46\x1d\x5d\x35\x61\x74\xc8\x08\xf5\xfa\xb9\xd1\x46\x10\x81\x50\x89\xe1\x98\x0a\x3a\x9c\xeb\x32\x49\x91\x1f\xcf\x75\x39\xec\x66\xeb\x94\xa7\x3b\xee\x66\x3b\xec\x60\x9b\xec\x18\x3e\x6c\x63\xfb\x40\x67\x53\xda\x71\x37\x9b\x30\x49\x7e\x1f\x77\xb3\x1d\xf6\xa9\xf5\x96\xff\x4d\xae\x78\xe4\xff\xcf\x48\xec\x2e\x36\x61\x8e\xcf\x8f\x63\x4e\x1c\xde\xd2\x29\xec\x76\x3c\xbc\x45\x98\x6c\x18\x3e\x5d\x03\x06\x3a\x25\xdb\x8e\xe7\xb9\x1c\x76\xc4\x4d\x36\x0c\x1f\x77\xc4\x1d\xb6\xbf\x75\x27\x2d\x6e\x7f\x3b\x6c\x79\x9b\xc3\x17\x31\xb0\xe1\xa4\x96\xee\x4c\xc0\x93\x5a\x0e\xa7\xb3\x4c\xb6\x02\x9f\xae\x01\x73\xba\x4a\x37\xe2\xf6\x74\x15\x61\x0e\xec\xd0\xed\x6f\x87\xc4\x5a\xe7\xc8\xc9\x63\x62\x4d\x48\x1d\x5d\x20\xc9\xf6\xe3\xe9\x58\x18\x75\xae\x4e\x3f\x1f\x51\xe2\x59\xf4\xa6\x16\x46\x9a\xac\xb3\x12\x71\xba\xce\x13\x98\x90\x04\x4e\xd7\x79\x92\x32\xeb\x06\x49\xa6\xcc\x0e\x67\x9d\x4c\xb6\x15\x1f\xcf\x3a\x11\xae\xc4\x6b\x9b\x45\x13\x2e\x07\x7a\xb3\x68\xc2\xc5\xa1\x8f\x67\xb0\xd4\x79\x48\xac\x4d\x36\x0c\x1f\x13\x6b\xc2\x55\x3e\xcf\x0a\x45\xf1\x88\x08\xf1\x86\x91\x2d\x30\xd9\x43\x7c\x86\x43\x25\x70\x69\x61\x9e\xae\x72\x38\x51\x65\xb2\x87\xf8\x0c\xb5\x0f\xb8\xa8\xe3\x78\x86\x16\x06\x5c\xce\x2a\x86\x0a\x09\x4c\x36\x0c\x1f\xcf\x60\x11\x2e\xdd\xa2\xd9\xbd\x43\x2a\x6f\x0e\x14\xc0\x54\x9e\x70\xb1\x57\xf7\x0c\x63\x69\xb3\x7b\x6c\x18\x3e\x66\xf7\x84\x8b\x4d\x3d\x67\x38\x8c\x90\xe4\x9b\x6c\x05\x3e\xc3\x18\x0e\x48\xb0\x02\x8f\x09\x3f\x61\xb2\xc9\xf7\x0c\x87\x70\x20\x5d\xbe\xb6\x1a\x0d\x24\x4e\x3d\x3f\x6e\x63\x3c\xa6\x05\xd9\xf7\x7b\x4c\x0b\x0a\x89\x5c\xca\x31\x2d\x78\xd8\xb3\x38\xd9\xd1\x7b\xdc\xb3\x28\x24\x96\x60\x8f\x99\x42\x61\x0e\x82\x06\xf6\x2f\x3e\xc0\x29\xe0\x9f\x1b\xfd\x68\x04\xf4\xec\xe8\x3d\xe6\x13\x85\x44\xf1\xf2\x63\x3e\x51\x98\xc3\xbe\x77\x78\x03\x92\x1e\xc9\x7c\xe2\x61\x8b\xe1\x64\xdf\xef\x19\x8e\x52\x40\x66\xf7\xc2\x31\x79\x28\x64\x0a\xc3\x1d\x93\x87\x42\x86\xcf\x7e\x4c\x1e\x0a\xf9\xe5\x17\x72\xd9\x02\xc8\x2f\x5b\xaf\x59\x99\x16\x64\xe7\xda\x31\x2d\x28\x64\x72\xdf\xc7\xb4\xa0\x90\xb3\x4d\x75\x10\x1c\x96\xf9\x6f\x5e\x65\x17\x5a\xcf\xfc\x73\xa3\x5d\x48\xc8\x33\x3a\x3a\x61\xc8\x03\xe4\xfa\x11\xf9\x8e\xcc\x3d\x60\xac\x1c\xd3\x82\x42\x76\x26\x61\x5a\x50\x98\x30\x56\x8e\xbb\x2c\x85\xdc\x55\x4c\x3d\x00\x5b\x2a\xe7\x60\x32\xe5\x96\x4a\xa1\x38\xef\x33\x9f\x28\x14\x4e\x49\x3d\xe6\x13\x0f\xf9\xc4\x39\x34\x64\x47\x62\xa0\xe4\xcf\xe3\xed\x7b\x4b\xcf\xf8\xb5\x0d\x83\x81\x39\x08\x07\x4c\x31\x0a\xc5\xf1\xda\x1c\xa2\x30\xd9\xbe\x7b\xa6\xe3\x35\x50\x28\xe3\x7e\xa6\xe3\x35\xe7\xd4\x4c\xb6\xef\x1e\xcf\xa9\x11\x0a\xa5\xb1\x8f\xe7\xd4\x08\x93\xbd\xba\x67\xea\x86\x80\x42\x99\xdb\xe3\xd1\x35\x42\x69\xff\xa6\x52\xd4\xf3\xdf\x7f\x7a\xff\xfa\xc3\xdf\xfe\xc3\xfb\xd7\xff\xfa\xfe\xd3\xfe\x5a\x7f\xf9\xed\xb7\xfd\xf3\xef\xf1\xd3\xfa\xfd\xeb\x0f\x8f\xf4\x2b\xf6\xf9\xe9\xe7\xfd\xdb\xfe\xf3\x2f\x7f\xf9\x6d\xed\xaf\x5f\x7f\xf9\xf5\xb9\x8b\xff\xfd\xdf\x01\x00\x00\xff\xff\xeb\x41\x9d\x3c\xf2\xad\x00\x00"); -var _acbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x6f\xa4\x28\x52\xcb\x1e\x82\xaa\x6c\xab\xd2\x6e\x2b\x55\x3d\xb0\xf6\x2c\xb2\x54\x8c\x65\xe0\xb0\x6f\x5f\xcd\x98\xb0\x07\xf4\xc3\x67\xfc\x69\x3c\xe3\xbc\x69\x8f\xad\x77\x0b\xe4\xdf\xe2\x64\x3a\x5c\xe0\xea\xbc\x8d\x38\x4f\x6b\x34\x08\x17\x1c\x9c\xcf\x32\x51\x82\x75\x66\x79\xff\xe4\x30\x63\x1f\xb2\x2c\x7f\xfd\x32\x9b\xf9\xf1\xb3\x7c\x7c\x85\x75\xc6\x0d\x36\xed\xb1\xbb\xcd\x0b\x8e\xad\xbf\x4e\x50\xa5\xcd\x76\x0d\x9b\x00\x20\xff\x8e\x83\x9b\x97\x78\x83\x87\x4f\x76\xba\xe0\x07\xb0\x78\x25\xfe\x35\x5a\x8c\xce\x0f\xf0\xd0\x9c\x3a\xb1\xe3\x6e\x0d\xe1\x1f\x8e\xe8\x17\x50\xcc\xd0\x5b\xce\x2c\x6f\xde\xfa\x70\xea\x47\x84\x7b\x29\x67\x5e\xe2\x95\x33\xc6\xd9\x4d\x1e\x44\xf5\xb1\x28\x0e\x77\xfe\xe3\x16\x10\xc4\xa6\xf8\xfd\xb3\x3d\xc2\x1f\x01\xa2\x80\x52\xca\x83\xf8\xbb\xf1\x5f\x6f\x93\xdd\xff\x12\x55\xaa\xde\x38\x1b\x7b\x3f\x60\xf6\xdc\x8b\xfa\xf2\x02\x5b\x88\x4a\xd5\x8a\x98\xec\x99\x51\x88\x4a\xd7\x15\x33\x93\x98\x49\x4c\x32\xb3\x89\x21\xb1\x82\x88\x12\x4c\x54\x49\xa4\x66\x22\x13\x51\x44\x0e\x4c\x9e\x12\x21\x7b\x5d\x32\x49\x1e\x45\x9e\x54\x81\x4e\x1e\x4d\x1e\xc9\x66\x9d\x3c\x9a\x3c\x92\xcd\x3a\x79\x34\x79\x24\x9b\xb1\x62\x42\x41\x67\xd1\xd9\xb3\x51\x58\xbf\x00\x85\x24\x77\xf1\xa4\xa9\xed\xfb\xf9\xe9\x9d\xc6\xbd\x0f\xc0\xac\x31\xa2\x5f\x78\xd8\xdc\x64\x6a\x9c\xf3\xb8\xdf\xa6\x30\x05\xda\xc5\xcf\xff\x00\x00\x00\xff\xff\xb8\x3f\xd2\xbb\x79\x02\x00\x00"); -func _abg ()(*asset ,error ){_aea ,_bcde :=_decf ();if _bcde !=nil {return nil ,_bcde ;};_ebfc :=bindataFileInfo {_dae :"EUC-H",_fb :2837,_ae :_be .FileMode (436),_g :_a .Unix (1580491850,0)};_fddb :=&asset {_dd :_aea ,_ef :_ebfc };return _fddb ,nil ;}; -var _beba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\xd6\x96\x14\xad\x2d\x28\x0b\x25\x29\xd4\x85\xed\x96\xa6\xd9\x16\x4a\x0f\x8a\x34\x0e\x86\x46\x36\xb2\x73\xc8\xbf\x2f\x7a\x93\xa6\x87\xa0\xf8\x8b\xe6\xf1\x02\xe3\x7a\xdb\xef\xfa\x34\xae\x54\x7f\xcd\x53\xd8\xf3\x4a\xc3\x98\x62\xe6\x65\xba\xe4\xc0\x74\xe4\xd3\x98\xaa\x4a\x69\x8a\x63\x58\xff\x3d\xe2\x08\x67\x3f\x57\x55\xfd\xf1\xb0\x7d\xfb\x89\x2e\x0b\xdf\x9e\xb7\xfd\x6e\x7f\x5d\x56\x3e\xf7\x69\x98\xc8\xc8\x5c\xbc\xcc\xb7\x59\xa2\xfa\x1b\x9f\xc6\x65\xcd\x57\x7a\xf8\x10\xa7\x23\xbf\xa1\xc8\x43\xf1\x97\x1c\x39\x8f\xe9\x44\x0f\x9f\xfd\xec\x93\xba\xff\xb0\xbf\xcc\xf3\x1f\x3e\x73\x5a\x49\xc1\x38\x45\x9c\x55\xbd\x7d\xf6\xf3\x17\x7f\x66\x42\x8f\x57\x28\xf0\x95\xf3\x32\x4e\x89\x94\x7e\xd7\x34\xf6\xbf\x7f\xbf\xce\x7c\x4b\xa9\xea\x43\xbf\x7b\x19\x86\x85\x57\xea\x9a\x46\xee\xfc\x3c\xf4\x3b\xfa\xa5\x48\x35\xa4\xad\x31\xcd\xef\xdb\xd5\x1f\xcf\x53\xbc\x0f\xea\x56\xfe\x4d\x18\x63\xf6\xe9\xc4\xd5\x7b\xaf\xbc\x7e\xa2\x72\x98\x27\x6a\xbb\xae\x2d\x74\x54\xa0\xa3\x06\x39\x50\x10\xe2\x42\x4e\x15\x0a\x72\x2b\x58\xd0\x06\xe4\x41\xf1\x08\xc2\x20\xcb\xad\x72\xb4\x4e\x95\xf8\x8d\x07\xe1\x68\x9d\xea\x40\x46\xc8\x80\x1c\xc8\x0a\x95\x78\xa7\x1b\x50\x2b\xd4\x82\x14\xc8\x09\x39\x90\x2e\x14\x24\x2b\x20\x4b\x9b\x42\x2c\xc4\x42\x1b\x90\xc4\xb3\xc4\x5b\x90\xc4\xb3\xc4\x3f\x82\x58\x88\x41\xa5\xbd\x95\xf6\x56\xda\xeb\x0e\x64\x84\x24\xde\x81\xac\x10\xe2\x4d\x03\x6a\x85\x10\x6f\x14\xc8\x09\xa1\xbd\x29\xed\xad\xb4\xb7\xd2\xde\x94\xf6\x56\xda\x5b\x69\x6f\x36\x20\x89\x97\xf6\xc6\x82\x24\x5e\xda\x9b\x47\x10\x0b\xa1\xbd\x41\xfb\x41\x06\x87\x47\x50\x57\x36\xf2\xbe\x0c\xe5\x7b\x79\x17\xee\xbb\x19\x2e\x39\x73\x5a\xf1\x26\x60\x09\xcb\x16\x8d\x89\xef\x6f\xd9\x3c\xcd\x65\x0a\x9f\xbf\x01\x00\x00\xff\xff\x11\x50\xcc\x91\x91\x03\x00\x00"); -var _cegc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x0f\x93\x30\x14\x07\xf0\x3b\x9f\xe2\x1d\xe7\x61\x42\x81\x52\x4d\x8c\x89\xb2\xc3\x88\xd9\x34\xa2\xd3\xc4\x78\x80\xf6\x8d\x34\x19\xa5\x29\x70\xd8\xb7\x37\xef\x15\xd9\x61\x79\xe3\x57\xfa\xcf\xeb\x2b\x69\xdd\x9c\x1a\x67\x17\x48\xbf\x85\x49\xb7\xb8\xc0\xdd\x3a\x13\x70\x9e\xd6\xa0\x11\x7a\x1c\xac\x4b\x12\x91\x83\xb1\x7a\xf9\xff\xc8\x45\x8f\x9d\x4f\x92\xf4\xfc\xc5\x3c\xfa\xe3\x67\x79\x3c\xc3\x3a\xe3\x86\x75\x73\x6a\x9f\xf3\x82\x63\xe3\xee\x13\x14\x71\xb3\x59\xfd\x16\x00\x90\x7e\xc7\xc1\xce\x4b\x78\xc2\xe1\x93\x99\x7a\x7c\x03\x06\xef\xe4\x5f\x83\xc1\x60\xdd\x00\x87\xfa\xda\x8a\x9d\xdb\xd5\xfb\x07\x8e\xe8\x16\x10\x6c\xe8\x0c\xd7\x24\xad\x2f\x9d\xbf\x76\x23\xc2\xab\x95\x1b\x2f\xf1\xca\x0d\xc3\x6c\x27\x07\x22\x7f\x9b\x65\xf2\xe5\x3f\x9e\x1e\xb7\xa8\x24\xfd\xfd\xb3\x39\xc1\x1f\x01\x22\x83\x5c\xca\xbc\xfc\xbb\xf9\xaf\xcb\x64\xf6\xb7\x44\x1e\xbb\xd7\xd6\x84\xce\x0d\x98\x7c\xe8\x44\xd9\x7f\x84\xad\x88\xa2\x2a\x2b\x32\xd9\xb1\x51\x11\x85\x2a\x0b\x36\x1d\x4d\x47\x93\x6c\x26\x1a\x92\x65\x24\x95\x60\xa9\x72\x92\x92\x45\x46\xa9\x48\xde\xb1\xbc\x8f\x42\xe9\x65\xce\x12\x73\x2a\xca\x89\x1d\xa8\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\x32\x16\x2c\x54\xe8\x2c\x8a\x46\xbc\x9f\x95\xfe\xd3\xd5\xee\xc3\xd6\x6b\x08\xe8\x16\xbe\x58\x1e\x28\x0d\xc9\x3a\xdc\xbf\x1c\x3f\x79\xda\xc5\xbf\x7f\x01\x00\x00\xff\xff\x33\xf7\x40\xf6\x65\x02\x00\x00"); -func _cagb ()([]byte ,error ){return _c (_daaa ,"UniJIS-UTF8-H")};var _ebef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x64\xe8\x2f\xcc\x3f\xed\x94\xbc\xed\xbb\xde\xd9\x08\xf9\xb7\xb0\xea\x01\x23\x4c\xd6\x99\x80\xdb\xba\x07\x8d\x70\xc3\xd9\xba\x2c\x13\x25\x18\xab\xe3\xff\x25\x17\xbd\x8c\x3e\xcb\xf2\x2f\xf2\xfd\x57\xd8\x37\x3c\x96\x6d\xdf\x0d\xf7\x2d\xe2\xd2\xbb\x69\x85\x2a\xb5\x99\xdd\x1f\xad\x00\xf9\x77\x9c\xed\x16\xc3\x1d\x1e\x3e\x9b\xf5\x86\xef\xc0\xe0\x44\xfe\x1a\x0c\x06\xeb\x66\x78\x68\x5f\x06\x71\xf2\xb0\x7b\xff\x17\x17\x74\x11\x0a\x36\x74\x86\x6b\x96\xb7\xcf\xa3\x7f\x19\x17\x04\xda\xc4\x95\x91\xed\x8a\x61\xb3\xab\x03\x51\x7c\x28\x8a\xe6\xcd\x7f\xdc\x3d\x82\x38\x9a\x2f\x7d\xf7\x3a\x4d\x1b\x46\x78\x12\x29\x38\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\x51\xfc\x39\x3e\xfd\xf9\xbc\x9a\xb3\x51\x94\xe9\x28\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\xb4\x03\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\x9d\x45\xd1\xbc\xcf\xb3\xd2\x3b\xdd\xf3\x39\x79\xbd\x87\x80\x2e\xf2\x2d\xf3\x8c\x69\x48\xd6\xe1\xf9\x03\xf9\xd5\x53\x17\x3f\xff\x02\x00\x00\xff\xff\x86\xb8\x44\x50\x6c\x02\x00\x00"); -func _efa ()(*asset ,error ){_cbee ,_ccg :=_bcd ();if _ccg !=nil {return nil ,_ccg ;};_ddd :=bindataFileInfo {_dae :"90msp-RKSJ-H",_fb :3749,_ae :_be .FileMode (436),_g :_a .Unix (1580490990,0)};_cf :=&asset {_dd :_cbee ,_ef :_ddd };return _cf ,nil ;}; -var _ffgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5b\xab\x26\xd7\x71\xf7\xef\xf7\xa7\x78\x2e\xfd\x5e\xf8\x55\xaf\x63\xad\x82\x61\x83\x91\x2c\x22\x07\xc7\xc1\x8a\x93\x40\xc8\x45\x1f\xaa\xc5\x40\xb4\x67\x98\x19\x41\xfc\xed\x43\xfd\xfe\x8f\x95\x44\x04\x64\x30\xa5\xf9\x3f\xd5\xd5\xb5\x6a\xd5\x71\xad\xde\x5f\x7d\xfd\xdd\x37\xdf\xbd\xbd\xff\xf2\xf8\xea\x1f\x3f\x7d\x38\xbf\x8f\x2f\x8f\xfb\xfd\xdb\xf5\x29\x3e\x7f\xf8\xe9\xd3\x19\x8f\x23\x7e\x78\xff\xf6\xf2\x52\xea\xe3\x7a\x7f\x7e\xf9\xdb\x3f\x21\xe7\x8f\xfb\xc7\x97\x97\x7c\xfe\xfb\xbf\x7e\xfe\x12\x3f\x7e\xf7\x76\x7f\x78\x34\xf1\x5d\x3f\x7d\x7c\xf2\x3e\x1e\x5f\xfd\x39\x7e\x78\xff\xf9\xcb\xa7\xbf\x3e\x7e\xf3\xbb\xeb\xc3\x11\xff\xef\x71\xc5\x9d\xf8\x9f\x3e\x5d\xf1\xe9\xfd\xdb\x0f\x8f\xdf\xfc\x61\xff\xb8\xbf\x95\x9f\x7f\xf8\xfe\xa7\x8f\x1f\xff\x23\x7e\x8c\xb7\x2f\x8f\x0a\x16\x6f\x17\xf4\xe5\xab\xaf\xff\xb8\x7f\xfc\x87\xfd\xc7\x78\x7c\xf5\xfb\xff\xfc\xf2\xdb\x3f\xff\xfd\xf7\x7f\xf8\xed\xdf\xf1\x13\xbf\xfc\x73\x7c\xfa\xfc\xfe\xc3\xdb\xa3\x94\xff\xbf\x6d\xf3\xbf\xf1\x7f\xfa\xeb\xc7\x78\x94\xa7\x88\xbf\x7c\xf7\xcd\x9f\xee\xfb\x73\x7c\x79\xd8\x26\x96\x7f\xfd\xcb\x77\xdf\x3c\xfe\xad\x3c\xca\xf6\xa8\xa3\xb5\xfa\xef\x4f\xce\x7f\xf9\xe3\x87\x2b\x1e\x62\x7a\xe9\x5a\xd0\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\x6e\xdb\x5e\x1f\x8f\xc7\xbb\xb5\xbd\xe6\xbf\x56\xe9\xdb\xeb\xe3\x9d\x7f\xfb\xed\xd7\xfc\xfb\x77\xfa\xf5\x9b\x6f\xf9\xd7\xef\x37\x7e\xfd\xf6\xeb\xfc\x35\xde\xae\x5f\x48\x7b\x29\x7a\xc9\xdb\x87\x2f\x57\xdc\xc2\x90\xff\xae\xdc\xaf\x8f\xda\x4a\x3e\xf3\x3f\x7f\x7c\x29\xdb\xf6\xd4\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\xaf\x7d\x3c\x78\xe8\x6f\x4a\xad\x02\x3c\x5b\x4b\x68\x09\x5a\x2b\x21\x9f\x40\x2e\xc8\x5f\x1f\xd6\x6d\x01\xed\x40\xfb\xf9\xfa\x78\xd8\x96\x5c\xb5\xdf\x09\xd5\x91\x0f\xda\xda\x12\x9a\xc8\xaa\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xf0\xa0\xeb\xc1\xbb\x24\xd4\xeb\xcb\xbb\xd5\xa4\x57\x43\x2f\xaf\x23\x21\xe9\xd5\x7c\x26\xb4\x52\x89\xa6\x07\xdb\x31\x5f\x1f\x65\x2b\xb9\xa0\x76\x08\xba\x80\x5a\x3e\xd8\x25\xab\xa7\x2e\x65\x1b\x9e\x90\x09\x4a\xf1\x65\xf3\x7c\x63\x97\xf8\xee\xe5\xf5\x51\xca\x66\x2f\xef\xd6\xd0\x83\x03\x25\x6a\x4b\xae\x21\x2e\xc8\xa3\xb1\xa0\xa1\x05\x0d\x87\x0b\x7b\x0d\xe9\x35\xae\x2b\xb9\x2a\xb2\xae\x00\xba\x4f\x1e\x4c\x55\xa7\xc4\x4f\xc4\xf7\x9a\xe2\xa7\xc4\xcf\x54\xe2\xd1\x57\x6a\x3f\xbd\x0a\xaa\x88\x17\xd4\x04\xe5\x83\x63\xcb\x4d\x9b\xbb\xb8\xe2\x62\x87\x72\x8d\x26\xf1\x36\x12\x1a\x23\x1f\xb4\x81\x5e\x66\x23\x21\xc4\x9b\x85\xa0\x78\x7d\xac\x56\x53\x96\x49\x09\x5b\xf7\xeb\xc3\xe6\x96\x86\x36\x17\x94\xe4\x61\xb3\x02\x15\x41\x05\xa8\x00\x55\x41\x15\x08\x25\xa4\xaa\x79\x7a\xce\xac\x1d\x68\x17\xb4\xc3\x25\xf1\x87\xa0\x33\xb9\x70\xcc\x25\x13\x42\x4a\xc1\x01\xd6\x8e\x12\x10\x93\xaf\xae\x1d\x25\xd6\xb1\xc1\x95\x86\x5e\xc7\x13\x2a\xaf\x0f\x6b\x6d\x03\xaa\x82\x56\x72\xf5\x0e\xe4\x82\xd0\xab\x09\x42\xaf\x15\x47\x72\x8d\x5c\xe3\x8a\x53\x90\xf4\x42\x89\xb4\xf0\xbb\xb5\xee\x7c\x63\xc5\xf6\xeb\xd6\x1b\x93\xd8\x6c\x13\x48\x6f\xbc\x1d\xae\x05\x24\xf1\x49\x6c\x36\x54\xbd\x0f\x41\x67\x72\x95\x84\x5c\x9b\xe6\x7d\x01\x39\x90\x0b\x92\xaa\x0b\x08\x59\x3e\x5a\x72\x55\xb8\x46\x17\xd4\xe1\x12\x34\x04\x59\x72\xf5\x0d\x68\x09\x5a\xc9\xf5\x84\x24\x7e\xec\x70\x75\xa0\x43\x10\xcb\xee\x05\x88\x65\x3b\x31\x54\x3b\x4a\xcc\x22\x88\x65\xf7\x06\xc4\xb2\x9d\xb0\xaa\x03\x48\xce\xe4\x0b\xf1\xab\x02\x49\x7c\x12\x9b\x7a\xe3\xc2\xd0\xbe\x8f\xe4\x72\xa0\x7d\x0a\x9a\x70\x0d\x20\x13\x64\xb9\xb5\xf8\x97\xef\x5a\xd0\xae\x05\x4d\x20\x2d\x28\x83\xaf\xc8\xa3\x5d\xc1\x07\xb1\xd9\x31\xf4\x85\x7f\xf9\x9d\xc6\x69\x06\x74\x4b\xd6\x2d\x59\xac\xf1\x96\xac\xdc\xb4\xd2\xd9\x6d\xd7\xa6\x41\x6c\x76\x94\xb8\xa5\x3d\xfb\xd8\xc9\x85\xbb\xf6\x11\x52\x3a\xd9\x64\xef\x45\x10\xf6\x1a\x1b\x10\xf6\xda\xa7\xb8\x52\xd6\x2e\xab\x42\x66\x77\x1e\x9c\x4f\xae\x54\xb5\xb3\x1d\xfb\x5c\x82\xd6\xeb\x63\x6c\xac\x71\x9f\xa8\xba\x63\xfb\x8e\xf6\xbb\x6c\xbf\xaf\x9e\x90\xf1\xc6\x35\x04\x0d\x94\x40\xd6\x9a\x82\x58\xa3\xa1\xbd\x76\x68\xd7\x0e\x11\x0a\xbb\x76\x68\xcf\xd8\x2e\x9d\x7d\xdc\x15\xdb\x10\x9b\xec\xf6\xee\x5d\x50\xee\x63\x27\x3d\xee\x2e\xf1\x49\x86\xe3\xf7\xbb\x9b\x20\x87\x4b\x0f\xee\x82\x88\x8e\xd1\x81\xa4\x44\x26\xf4\xf2\xb4\xc4\xa9\x05\x9d\x64\x00\x52\xda\x7e\xca\x5e\x49\xc6\xf3\x8d\xa7\xec\x75\xe6\x82\x06\xf1\xb8\x9f\x92\x75\x6a\x41\x82\xb4\xa0\x33\xc5\x0f\x3c\x67\xbf\x24\x3e\xc9\x9c\x54\x98\xfd\x92\xf8\xc8\x65\x0f\xd9\x2b\xb4\xec\xd0\xb2\xd1\x2b\xb4\x6c\x1c\x60\xd8\x46\x05\xff\x5b\xdd\xfd\xbf\x4a\xf1\x3a\xe4\x1f\x47\x06\x75\x19\x64\xf5\x43\x41\x0d\xb1\x39\x16\x10\x6a\x1f\x23\xf7\x74\xe2\x58\x87\x52\x38\xc4\x26\xc5\xec\x50\x91\x3d\xd8\xf9\x49\x12\x3c\xb4\xf3\x07\xd9\xf3\x29\x4b\xd9\xf3\x50\xf6\x9c\x1b\x50\x11\x94\x8e\x35\xa9\x49\x87\xe2\xe9\x50\x3c\x4d\x41\x38\xd6\x71\x36\xb8\x78\xe3\xd9\x05\x75\xaa\x4d\x07\x1a\x82\xd2\x04\x26\x25\xce\x4b\xd0\x85\xac\x0a\x44\x20\x1e\x91\x5b\x63\x6c\xcd\x11\x5a\x63\xb0\x35\xb3\x01\xb1\x35\x47\x26\xd4\x62\x13\x2e\x25\x54\x88\xcd\xc9\x1b\xef\x26\x28\x53\xa5\x19\x0f\x2a\x5c\x21\x36\x27\x56\x55\xda\x85\x14\x35\x25\x87\x22\xf8\x50\x04\x3f\xc5\x3f\xdf\x88\xf6\x78\xf7\xa9\x1d\x3a\x33\x44\x8b\xad\x06\xd4\x04\xb1\xf3\xd3\x80\xb0\xc4\x99\xa9\xb6\xd8\x02\x1a\x53\x10\x89\x8b\xfa\x76\x0e\x1c\xfe\x9c\x69\xc2\xc5\x3e\x9e\x53\x0f\x4e\xf2\x35\xb9\xec\x9c\x43\x50\x2a\xb1\xea\x06\x74\x09\xc2\x84\x26\x08\x13\x9e\xd9\xc1\x94\x45\xee\x3f\xad\x08\x22\xb3\x58\x01\xaa\x82\x78\x23\xb5\xf2\x34\xbd\xd1\x78\xa3\xb1\x46\xd3\x1b\xb3\x3d\x2b\x8b\xed\x38\x6d\x17\x94\x5e\x58\x96\x64\x1d\x82\xd2\xbf\xd4\x9e\x9d\xf2\xaf\x73\x21\x9e\xe0\x39\x97\xc4\x2f\x89\xe7\x8d\x4a\x36\xa7\xa3\x2a\xc1\x73\xaa\x6b\x80\xd8\xc4\x73\x4e\x75\x0d\xa7\xe7\x3e\xae\x29\xc8\x05\xb1\x8f\x36\x80\xa4\x97\x67\x56\x5f\xd2\xde\x65\x09\x27\xab\x93\xb8\x4e\x75\x0d\x67\x16\xff\xb2\xc8\xea\xa7\x8a\x3f\xc4\xe6\x13\xd2\x3e\x1e\x2c\xc8\x05\x3d\x1f\x24\xac\xe8\x70\x4f\x25\x9b\x13\x9f\xf0\x92\xb6\xbf\xe4\x13\x17\x51\xeb\x18\xfa\x52\xd4\x5e\x8a\x5a\x1a\xaf\x4b\x51\x7b\xe1\x13\x8e\x33\x5d\xf2\x89\x4b\x3e\x81\x17\x5e\xf2\x89\x8b\xdc\xef\x94\xbc\x4b\xb9\xff\x52\x45\xc5\xf6\x97\x72\xff\x95\xdb\x51\xb7\x2d\x2d\x71\x69\x3b\x20\x63\x91\x76\x2f\x3b\x05\x45\x72\xd1\x3f\x5d\xda\xa1\x2b\xd3\x76\xdd\x68\x70\xae\x75\x09\xc2\x99\xa4\xd7\xc2\x84\x57\xa6\xf0\xba\x51\x34\x2e\xa5\x70\x88\x4d\xfc\xfe\xf2\x21\x68\x25\x17\x69\xf7\xd2\x0e\x5d\xda\xa1\x85\x78\xed\xd0\x95\xd9\xb3\x6e\x24\x98\x4b\xd9\x13\x62\x93\x7e\xf3\xba\xb4\xa0\xcc\x98\xb5\xd0\xfe\x5f\x21\xf1\x41\x4d\x5a\x82\x64\xaf\xcc\x00\xb5\xe0\x98\x97\x32\xc0\xa5\x0c\x40\xa4\x5d\xca\x00\x57\xee\x50\x2d\x94\xe2\xd0\x0e\x45\x1f\x09\x0d\x41\x53\x90\x6c\xbf\x80\x4c\x50\x2e\xa8\x90\x01\x42\x5d\x56\xa8\xcb\x5a\x7a\x70\x17\xb4\xc3\x25\xe8\x10\x44\xea\xa0\xda\x44\xc7\xf6\x91\xdb\x59\x0b\x3e\x11\xea\xb2\x42\x5d\x96\x0b\x92\x78\x76\xa8\x60\xaf\xd0\x0e\xc5\x91\xaa\x56\xda\xff\x38\xa4\xea\x81\xaa\x2e\x48\xaa\x9e\x70\xe1\xbe\x71\x8a\xeb\x14\x57\x03\x7a\x72\x59\x76\x0d\xb4\x08\x71\x4a\x89\x2b\x0d\xad\x96\x2a\xae\x21\x08\x43\x3f\x21\xc9\xba\x72\x8d\x8d\x46\x35\x2e\xad\xf1\xa2\xfb\xa3\x34\xc5\x85\xe7\x04\x86\x6e\x25\xa1\x5b\x86\xbe\xd3\x5e\xb5\xd1\x52\xdd\xb2\xd7\xad\x50\x70\x41\xc8\xba\xb3\x2b\xad\x8d\x3a\x74\xab\x2b\x85\xd8\x74\x41\x28\x71\x63\x1c\xf5\x75\xb7\x8c\x73\x67\x07\x52\x3b\xc1\x77\xab\x03\xb9\xe5\xbe\x2e\x2e\xdc\xf7\xce\x6c\x52\x3b\xd3\xc5\xad\x6c\x72\xd3\x94\xd8\x56\x7e\xbd\x14\xdf\x72\xf8\x3b\x27\xa8\xda\x19\x18\xee\xbd\x09\x92\x90\x06\x24\xae\x9c\x34\x6a\x27\xe3\xdd\x9a\x34\x20\x66\x1b\x6f\x57\xb2\xb9\x8f\x34\x54\x27\x06\xee\xe3\x12\x74\xc1\x85\xed\x0e\xa9\x7d\xf1\x46\x72\xd9\x7d\xe9\x8d\x97\xde\x88\xf8\x4b\x6f\xbc\x90\xc5\x6e\xdd\xda\x07\x88\x19\x5d\xe5\xad\xd6\xf6\x8e\x34\xc1\x90\x12\x21\x25\x92\x98\xb1\xa7\xb7\x7a\x96\x9b\x0d\x1c\xd9\x68\xba\x0e\x1c\x7c\x23\x06\x46\xce\x36\xbe\x11\x03\x22\x66\x4f\xae\x1d\xc8\xd2\xbb\x47\x87\xcb\x96\xa0\xf4\x6e\xcb\xad\xf1\xcd\xf4\x20\x1b\x38\xd2\x6f\x7d\x5b\x12\x9f\xc4\x2c\x47\x73\xdf\x18\x94\x7d\x5b\xbc\xd1\x11\xbf\xf4\x20\x07\x0b\x56\xf4\xa0\xde\x98\x99\xbc\x32\x7d\xfa\xb6\x4b\xd6\x2e\x59\x0d\x48\xb2\x0e\xb8\x1a\xe2\x4f\x71\x9d\xe2\xea\x40\xe2\xca\xd5\x57\x7a\x0b\xdf\x68\xd5\x44\xcc\x0a\x0b\x22\xff\xf8\x16\xa9\xfd\x94\x5e\x71\x03\xdd\x92\x35\x13\xba\x25\xeb\x9e\xaf\x8f\xfa\x5c\x50\x0e\x0f\x49\x64\x09\x54\xbd\xb5\x20\x0c\x6d\x39\xbf\xf9\xf3\xdc\xa7\x90\x92\x2c\x7b\x75\x2f\xa4\x24\x11\xb3\xac\xf4\x5e\x48\x49\x22\x93\x9e\xc7\x4b\xc7\xd0\x85\xcc\x62\xac\xb1\x8c\x27\xc4\x1b\xab\x20\xde\x58\x66\x46\xb0\x65\x0a\xf7\x32\x0f\x41\x07\x5c\x15\xe8\x14\x74\x25\x57\xb6\x2e\x5e\x68\x24\x44\xec\xa9\xd7\x64\xd9\xc5\xe0\x32\xf4\x32\x71\x99\xb8\xd2\xaa\x3a\x20\x72\x0e\x88\xaa\x2d\x54\xd5\x3e\xea\x80\xc8\x72\x5a\x77\x1d\x10\x79\x39\xd0\xcb\xe1\x3a\xa4\xd7\x21\xbd\x04\x49\xaf\xec\xd5\x2b\x8d\x84\x97\x53\x5c\xa7\xb8\x50\xf5\x14\xd7\x95\xc9\x66\x4d\x16\x74\x49\x7c\x12\xb3\xca\xb2\x2f\x3d\x18\x19\xa2\x14\x7f\x2f\x51\x04\x11\xa2\x95\xed\x20\x3a\xbc\x64\x8f\x59\xd7\x62\x41\xcc\xf4\x22\x66\x8d\x65\x87\x96\x9d\xd5\xa6\x2e\x69\x4f\xb5\xf1\x72\xe3\x39\xda\x8e\x7b\x08\x4a\xed\x7d\xc3\x84\xb7\x94\xa0\xb9\xb4\x26\x48\xda\xe3\x13\x34\x12\x5e\xe5\x13\x15\x9f\x70\x9c\xa9\xca\x27\xaa\x7c\x22\x0b\xb6\x57\xf9\x04\xa4\x3a\xfe\x55\xe5\x13\x55\x21\x4a\xd4\x56\x85\x68\xcd\x54\x5b\xbd\x4a\xd6\x29\x48\x0b\x32\x20\x16\x54\x87\xb8\x78\x70\x88\x8b\x31\xdf\x9a\x03\x61\x89\x4a\x20\x7b\x47\x55\xed\x76\x5d\x19\x69\x6e\xe8\xe5\x82\x9c\xe8\x10\x17\x7d\x9d\xd7\xcc\xa5\xd5\x1d\x25\xe8\x1a\x44\xcc\xba\x20\xad\xd1\x51\x02\xab\x56\x97\x12\x1c\xfd\x58\x36\x97\x5e\x5d\x4a\xa4\xe7\xb4\x0d\xab\x56\x79\x4e\x95\xe7\x74\x41\x7a\x30\x0b\x63\xdb\x64\xaf\x53\xe2\x29\x8c\xd6\x05\xc9\x84\x49\xda\x46\xfe\xaa\xa7\x4c\x78\x12\x43\x4f\xc8\x05\xf1\xc6\x8e\xbd\xe4\x85\x55\x5e\x88\x63\xd6\xf3\xf9\xc6\x33\xb9\x06\xcb\x3e\xa5\x2a\x23\x8e\x3d\x1f\x94\xa1\xaf\x05\x17\x0b\xba\x24\x3e\x49\x1f\xf8\x44\x95\xfb\xd6\x1b\x59\xd9\xf4\xba\x8e\x3c\x45\xda\x46\x1a\x6a\x1c\x19\x88\x98\x62\xbb\x71\x64\xe0\x2d\x3d\xa7\x95\xad\x00\x4d\x41\x5a\xb6\x1e\x34\x41\x27\x5c\x13\xe8\x12\x84\xaa\x68\xdf\xe4\x13\x2d\xab\x73\x2b\xe4\xd5\x46\x75\x16\x31\x1b\x88\x1f\x12\x9f\xae\xd1\x4a\x15\xf4\x7c\x90\xa4\xc0\x1a\x1b\x73\xa9\xb7\x39\x93\x8b\x18\x6a\x53\x4a\x24\x31\x1b\xed\x57\x4b\xb1\x37\x8e\x35\xbc\x4d\x47\x08\x2b\x99\xbb\x20\xe2\x7c\x60\x28\xa5\xb7\x96\xc9\xaa\x15\x5c\xa6\x99\x6c\xc7\x04\x64\xd9\xa1\x7a\x33\x19\xca\x30\x94\xac\x62\x5a\x49\x92\xb1\x9e\x5c\xd2\x31\x1d\xbe\x15\x89\x97\xc3\xb7\x9c\x6d\x5a\x21\xd9\x34\x66\x1b\x11\xb3\x1c\xf9\xbd\x2d\x19\x6a\x61\x95\x29\x48\x56\x49\x32\xea\x86\x09\x96\xac\x92\x4d\x49\x2b\xa4\xa4\xc6\xa9\x89\xc8\xe8\x32\x94\x4b\xbc\xa7\x93\x96\xc5\x1b\x5d\x96\x70\x9c\x74\xb0\xf3\xb4\xdc\xde\x32\x06\x5a\x59\xc8\x52\x0c\x40\xcc\x06\x6b\x3c\xb4\xcd\x59\x18\x5b\x25\xab\x37\x15\xc6\xa6\xc2\x38\x79\xa3\x0a\x63\xcb\xc6\xbc\x55\x72\x6c\xbb\x64\x2f\x75\x20\x93\x6d\xbe\xa4\x17\xae\x5c\x89\x81\x26\x57\x6e\x4a\xbb\x54\xd4\xa6\xb4\xdb\xb2\x11\x69\x1c\xfa\x79\xbb\xb4\xec\x24\x66\x13\x43\x87\x94\xc8\x52\xdc\xaa\x16\xa4\x52\xdc\xe8\xfb\x55\xf2\x5a\x68\x87\x22\x2d\x51\x15\x16\x21\x4b\x04\x96\x98\x7a\x50\x4a\xdc\xc8\x92\xed\x6f\xc9\x4a\x32\x97\xa3\x84\x92\x73\x23\xc4\x6a\x4e\x66\xae\x9b\x00\xef\x1d\xf1\x98\xb0\x2b\xa1\x42\x8c\x33\x6b\xef\x6a\x83\xfa\x80\x8b\x2c\xd5\x55\x77\xbb\xea\x2e\x85\xb1\xab\xee\x76\xfc\xab\xd1\xba\x74\xf9\x17\xc4\x2c\x47\x01\xef\xf2\x2f\x2e\x1a\x5a\xc3\x57\x75\xd1\xe0\x7d\x65\xa4\x34\x02\xb1\x2f\x71\x2d\x22\xc5\xc4\xa5\x37\x26\x99\x83\x14\xde\x55\x64\xbb\x8a\x6c\x4e\xd8\xde\x55\x64\x7b\xb6\xc6\xad\x4d\xc9\xba\x04\x11\xe7\xe4\xeb\x2e\xc7\xec\xd9\x33\xb5\x86\x55\x3b\xf7\x05\x22\x66\x39\x61\x7b\xa7\xe9\xf5\xbe\xa7\x7f\xb5\x25\xe8\x14\x84\x7f\x19\x96\xd8\x25\x3e\x49\x6b\x2e\xae\xa7\x78\xb2\x01\x4e\xde\x77\x1c\xa0\xe3\x5f\xcd\x81\xe4\x5f\x10\xb3\x9c\xb0\xbd\x5f\x7a\x63\xba\x49\xeb\xe4\xc5\x2e\x37\x81\x98\x69\xd3\x54\xc3\x7b\x96\xe2\xd6\xc9\xb1\x5d\xa5\x18\x62\x1c\xea\x78\x97\x03\x74\x76\xbb\xe3\x4c\xba\xbe\x11\x69\x9d\x35\x0e\x25\xd4\xd1\x51\x22\x27\x6c\x1f\x1c\xea\xf8\xc8\xbc\xd8\xb8\xdb\xf2\xa1\xbc\x08\x31\x8e\x7e\x7c\x70\xb7\x25\x32\x0a\x7a\x8d\x21\xf1\x03\xf1\x94\xbc\x31\x24\x7e\x90\x86\xe8\x2d\xc6\xa8\x82\x1a\x5c\xc8\xe2\xa8\x5e\xc4\x0c\x43\x0f\xa5\xdd\x91\x09\xb5\x75\x5c\x6e\x28\xa1\x42\x4c\x5d\xd6\x98\x7a\x63\xf6\x72\x6d\x64\xfb\xef\x83\x03\x22\x11\xe3\xfc\xc9\x87\xfa\xba\x41\x7a\x1c\xe4\xeb\xa1\xf4\x08\x31\x5b\xac\xd1\xa4\x2a\x8e\x39\xe8\xeb\x74\xb7\xe5\x23\xf3\x44\x1b\x0d\x2e\xe5\x09\x88\xd9\x62\xd9\xa7\x16\x44\xad\x9c\x1b\x0f\xaa\x56\x0e\xd5\xca\x9c\x8a\x7d\xa8\x56\x8e\x2b\x63\x68\xd2\x8c\x8f\x6b\x09\x22\x86\x64\x2f\x65\x93\x91\x3d\x75\xe3\xe4\xd2\x87\x7a\x6a\x88\x19\xa3\xc4\xb8\xf5\x20\x5b\xcb\x61\xa6\xeb\xea\x4c\xa4\xa9\xb1\x9f\xda\xda\xa9\x5a\xe9\x82\xaa\x20\x94\x20\x0d\x4d\x85\xfb\x54\xb8\xe7\x50\xe5\x53\xe1\x3e\x29\x3a\x9c\x8b\xf9\x54\xd1\x99\x2a\x3a\x38\xf9\x54\xd1\xe1\xb2\xae\x31\xa0\xb9\x2e\xeb\x7c\x66\x3c\x36\xb5\xb3\x53\xf1\x08\x31\xb9\xdc\x5c\x7a\x30\x2b\x41\x53\x2f\x36\xd5\x3f\x4d\xf5\x4f\xec\xf6\x54\xff\x34\x33\xdf\x37\x35\x38\x53\xf9\x1e\xd2\xcb\x13\x92\x78\x6c\xaf\xba\x3b\x65\xfb\xf9\xb4\x3d\xe2\x65\xfb\x99\xa3\x7d\x5b\x1b\x5c\x97\x09\x92\x55\xd7\xaf\x97\xe2\xa9\xdd\x9a\x39\x7d\xb6\xc5\x06\x4e\xa6\x4f\x11\x33\x1a\x94\xc9\xf4\xe9\x93\x08\xe6\xc8\xd2\xa7\x22\x18\x62\x6b\x13\xa4\xc5\xb1\xcd\x8b\x9a\x34\xb5\xcd\x90\xd9\x87\x20\xbd\x91\x69\x6a\xd1\xd9\x4c\x4d\x53\x90\xb6\x08\xfd\x79\xcb\x04\x5c\xa3\x3d\x17\xa7\x96\x1b\xd2\x16\x95\x7e\xaa\xe5\x86\xd8\xa2\x85\xd4\x75\xa8\x1b\xe1\xca\x61\xa4\x9b\xc2\x15\x62\x0b\x57\x36\x85\xab\x65\x0c\xb5\x45\x39\x30\x0d\x45\x10\x5b\x39\xc0\xbb\x29\x9e\x2c\x5b\x8c\xb6\xb0\x84\x59\x13\xd4\xe0\x9a\x40\x5d\x50\xee\xa9\xa6\x03\xd3\xa0\x0c\x31\xee\x5a\xdc\x38\x70\x75\x2e\x60\x9b\x33\x74\xeb\x02\xd6\x6d\xf1\x20\xb6\x37\xe5\x7e\x88\x2d\x42\xdf\xe4\x6b\x76\xc2\x45\x04\x9b\xfa\x58\x88\x2d\x66\x67\x3b\xc5\x95\x86\x6e\xdc\x9a\xbb\xc9\xd0\x76\x8b\x8b\x37\xde\x4f\xae\xf3\xf5\xd1\xb7\x96\x7a\x2d\xd9\x0b\x62\x8b\x11\x65\x29\xc4\x56\x26\xc1\xbe\xd1\xf7\x2f\x25\x41\x88\x2d\xaa\xe0\x92\x55\x57\xa6\xb7\xbe\x0d\x64\x29\xbd\x41\xe6\x86\xf6\x4b\x5d\xe5\xca\x22\xdb\x37\xda\x8d\xa5\x22\x0b\xb1\x45\x3b\xba\x54\x64\x57\x1a\xba\xab\x4d\xd6\xc5\xb0\xaf\xac\x1d\x7d\x23\xd9\x2c\xf5\x29\x90\xa6\xa6\x75\x5d\x7a\x23\x0b\xe2\xca\xd7\x75\xb5\xea\x5c\x6e\x76\x8e\xe0\xdc\x35\x01\xe9\xa2\x53\x4e\xae\x8b\x4e\xf7\x39\x5e\x1f\xbd\xa2\x84\xcf\x29\x68\xc2\x35\x80\x4c\x50\xc6\xa6\xba\x2c\x57\xce\x80\x18\xdf\x35\xb8\x2b\x67\x40\xba\xba\x2c\xd7\x1c\x0e\xb1\x55\x04\xe9\x8d\xe9\x00\x9d\xcb\x5c\xd7\xa5\xa9\x73\xa1\xd8\x2b\x7e\xaf\x0b\x45\xdf\xb3\x26\xf5\x46\x96\xda\x55\x93\x20\xb6\x18\x0f\x77\x6d\xc7\x9e\x26\xec\x6d\x09\x72\x41\xec\x36\x27\x12\xfb\x40\xd5\x7d\x22\xcb\xe1\x92\x93\xef\x72\x72\x02\x79\x97\x93\xef\x96\x4a\xf4\x27\x74\x09\xba\xe0\x2a\x40\x21\x28\x65\x75\xc6\x30\x5d\x3b\x3a\x17\x8a\xbd\x33\xa3\xea\x42\x51\xc4\x16\x27\x12\xba\x50\x74\x2e\xee\xba\xca\xba\x2e\xee\x44\x4c\x79\x62\x3f\x09\xab\x3d\x33\x48\x1f\x84\xfb\xae\x01\x1e\xd2\x36\x72\xbf\xae\xe4\x9c\xfb\xb7\x3e\x50\x42\x17\x6c\x7e\xb0\xdb\x83\xce\xe8\xd0\x6e\x1f\xda\x6d\x02\xe6\xd0\x6e\x73\x75\xd6\x07\xf5\x4d\x57\x67\x7e\xac\x74\xb9\x89\x12\xc7\x6a\x82\x88\x6d\x66\xe7\x43\x13\x01\x17\x6c\x5d\x95\x4b\x17\x6c\x22\xb6\x28\x07\xba\x60\xf3\x23\xe0\x22\x14\x8e\x5b\x5c\xb7\xb8\x78\x50\x27\x4b\x5c\x3e\x75\x2e\xc5\x5c\x97\x4f\xce\x95\x4b\xd7\xe0\xa7\x2b\x17\x3f\x53\x64\x57\x3c\x9e\x6a\xe2\x20\xb6\x38\x03\x39\xd5\xc4\x71\x69\xd1\x75\x9e\xa2\x4b\x0b\xe7\x72\xa0\x3b\xe2\x75\x39\x20\x62\xdc\x21\xf9\xa5\xc3\xb9\x2b\x77\x68\x6c\xa4\xed\x4b\x3b\x04\xb1\xd5\x04\x61\xaf\x2b\x27\x95\xb1\x11\xee\x97\x26\x15\x48\xd1\x3e\xea\x72\xc0\xaf\x63\x72\x3b\x9d\x86\xbe\x38\xc6\x16\xb1\xc5\xe1\xc9\x75\xe8\xc1\x4c\x50\x83\x5b\x05\xbf\x54\xcc\x20\xb6\x1a\xe2\x55\xcc\x38\xe3\x1f\x1b\x15\x55\x67\xfc\x1e\x33\x27\xa8\x82\xf8\xe0\x36\x4d\xc4\xb8\xee\xf2\xe0\x36\xcd\x83\x2b\xf2\x42\x82\x09\xae\xc8\x45\x6c\x35\x3d\x48\x28\x04\x23\x21\x37\x01\x1e\x6a\xd9\x21\x8d\x1b\x65\x0f\x1d\x79\x72\x7a\x3f\x0a\xfd\xa6\x4e\xef\x3d\xd2\xc9\x87\xa6\xb1\x90\x93\x87\x9c\x1c\xbf\x0f\x99\x10\x32\x0a\x85\x22\x64\xc2\xd0\xe0\x68\xf3\xd7\x4b\x71\xa8\x7d\x0f\x26\xc6\x4a\x61\x0c\x4d\x8c\x10\xe3\xe2\xce\x43\xc7\x2d\x9c\xd1\x0f\x3e\x39\x71\x9d\xd1\x3b\xe7\xea\x43\x23\x8a\xce\xd5\xfd\x66\x6b\x1a\xe6\xbc\xb5\x35\x90\xc6\x8d\x9f\xdf\xda\x9a\xfb\xbc\x98\x51\x81\x74\xac\x01\xb1\x45\x1b\x73\x9f\xe4\x8c\x3b\x1b\xf3\xd1\x99\x9d\x6f\x35\xe6\x90\xa2\x43\xe5\x5b\x8d\x39\x47\xcf\x83\x36\x99\x38\xc9\x8e\x81\xff\xb5\x8c\x94\xd0\x69\x74\x70\x82\x3c\x46\xba\x5f\xe8\x04\x39\xb6\x9c\x9d\xc7\xc8\x38\x8f\x8d\xd9\x59\xc4\x56\x76\xa8\xb1\x61\x89\xd8\xd2\xef\xc7\x58\x70\xed\x4f\x48\xc6\x71\xa0\x01\x94\xdd\xcc\x98\x12\x4f\x37\x23\x62\xab\x0b\x0a\xa0\xd4\x7e\x70\xb3\x1f\xdb\x2d\x59\xb7\x6e\xba\x05\x49\x16\x0b\xe2\x2e\x2f\x74\xc4\x1b\x25\x3b\xc9\xc1\x15\x53\x14\x4e\xe5\x44\x6c\xf5\x02\x74\x08\xca\x35\x72\xce\x1c\x85\x14\x1e\x45\xe5\x33\xc7\xc3\x28\x94\xcf\xe0\xc0\x75\x70\x5f\x10\x3a\x70\x8d\xb2\xa7\x2b\x53\xdf\xa2\x70\x29\x2f\x62\x2b\xeb\x5b\x94\x5d\x6f\xcc\x71\x7a\xd0\x00\x47\x61\x9c\x16\xa9\x5b\x43\xd5\x1c\xad\x9f\x64\xac\xc1\x83\x4c\xd8\x22\xad\x0c\x3d\x28\xf1\x71\xc2\x35\x81\x2e\x41\xb2\x17\x7a\x71\x48\x1a\x1c\x6c\x8e\x95\x21\x16\x3a\xd8\x8c\x4a\xd4\xad\x6c\x70\xa2\x12\x75\x22\x46\x4a\x8a\x4a\xd4\x45\xcd\xb2\x3e\x38\xd8\x8c\x4a\xff\x24\x62\xb4\x7a\x51\xe9\x9f\xa2\x66\x01\x1a\x5e\xc5\x75\x09\xba\xf8\x26\xa4\x02\x85\xa0\xe0\xfb\x12\xb8\x64\xaf\x7a\xe8\x93\x93\x34\x74\xc5\xc9\x45\x6c\x75\xb8\x70\xf2\xa8\x59\x61\x86\x67\x93\x1f\xf5\xd4\x1b\x4f\x5a\x97\x2c\x1a\xc1\xf9\xe2\xbb\xa8\x59\x80\xe6\xb6\xf1\x20\x05\x48\xc4\xe8\x37\xa3\x86\xb4\x8f\x23\xb9\xa4\x04\x1f\x31\x88\xd8\x1a\xc8\x92\x09\x39\xf4\x9b\xdc\xb6\x86\x0e\xfd\xa2\x65\x1b\x34\x69\x70\xa2\xd1\x06\x89\x18\x8d\x6a\x34\x6a\xb8\xc8\xdc\xb2\x4c\x45\xa3\x86\x8b\xd8\xca\x51\x20\x1a\x9f\x6d\x45\xcb\x24\x38\x37\xe7\x41\x92\xa0\x88\x71\x57\x1c\x9c\xd0\xbd\x0b\x4e\xbc\x66\xd9\x78\x50\xf6\x6a\x69\x89\xc9\x57\x74\xd1\x64\x09\x88\xc9\x4d\x9a\x2c\xc1\x79\xca\x2c\x39\xb5\x84\xce\x53\x82\xd3\x8d\x59\x51\x42\xa7\x1b\xd1\xb3\x56\x4e\xae\x0a\xa3\x53\x2b\x45\x8c\x63\xb7\xe8\x9c\x9e\x85\x4e\x37\x5a\xf6\x16\xa1\xd3\x0d\x11\x93\xcb\xe9\x74\x23\xf8\x24\x73\xb6\xca\x83\x5c\xef\x89\xd8\x22\x44\xbb\x92\x42\x3f\xe0\xca\xac\x1e\xfd\x10\xd7\x21\xae\x05\xf4\xe4\xe2\x8d\x13\xf1\x87\xde\x78\xe8\x8d\x0e\xa4\x37\xde\xc8\xb2\xb4\x17\xe7\x0e\x4f\x62\x0b\x9f\xd0\xf1\x43\x70\xd6\x30\x39\xc2\x0b\x9d\x35\x88\xcc\xde\x05\x15\x41\x85\x0b\xd8\x06\x54\x05\xf1\x20\xe1\xce\xb9\xc3\x93\x34\x85\x95\x8e\x1f\x62\xe4\xd6\x4e\xf2\x6a\x0c\x6d\x2d\xc4\x14\x69\x83\x6e\x26\x46\x96\xa6\xd9\x67\xae\x71\x30\x5d\x88\x94\xa7\x12\x4c\x17\xc1\x98\x3f\xbb\xc3\xa5\x1d\x1a\xd9\x48\x4c\xbe\x1e\x8d\xb1\x4b\xaf\x24\x8d\x6b\xda\x18\x34\x12\x31\x32\x89\x4e\x0e\x03\x62\x28\x89\x42\x8c\x5b\x98\x18\x7c\xa4\x17\x23\xcd\x36\x07\x59\x6e\x1c\x52\xf5\x90\xaa\x88\x3f\xa4\x6a\x86\xc2\x54\x26\x1f\x0a\x85\xa1\x6c\x82\xdf\x0f\x65\x13\xc6\xfc\x39\xb3\xf3\x0e\x8d\xf9\x31\x07\x1f\x64\x91\x01\xa6\xd2\xe3\xd4\xcc\x96\x33\x7d\x4c\x66\xb6\x98\x96\xc1\xc7\x37\x80\x31\xf9\x20\x42\xa4\x0c\x82\x6f\x2a\x75\x30\xc0\x4f\x2e\xf8\x43\x03\x7c\xcc\x74\xc6\x39\xfd\x17\x77\xc5\x73\xfc\xb2\x12\xc7\xe4\x53\x39\x11\x5b\x38\xd1\xe4\xe8\x2e\xa6\x4b\x06\x2a\xba\xb8\x5c\x5c\x06\x24\xae\xec\x75\x26\x77\x93\xa1\xc1\x5d\xa4\x72\xe9\x14\x1a\xdc\x63\x66\xba\x9e\xa6\x07\x95\xae\x21\xb6\xd8\xe5\xa9\x74\x3d\xf1\x51\x0e\x27\x62\xca\x47\xe7\xd3\x47\x59\x9b\x7c\x94\x09\x78\x32\x8f\x86\x26\xe0\xb0\x09\x54\x80\x98\x3d\x44\x6c\xd9\x06\xc4\x36\x30\x8f\x4e\xed\xb2\xe6\xd1\xb0\x6c\x6c\xe6\x32\x07\x3a\x05\x91\xdd\xac\x00\x49\x56\x92\xb9\x5c\x0f\x4a\xd6\xa2\x69\x30\x41\x54\x3c\x4b\xc7\x99\xcb\xd3\x12\xc6\x67\x9d\x22\xb6\x08\x3a\xe3\x33\xb4\x30\xfc\xca\x0b\x6f\x94\x5f\x99\xfc\xca\x78\x50\x7e\x65\x39\xf7\x4d\xe5\x79\x63\xee\x13\xb1\x95\xfd\x4d\x18\x9f\x38\x04\xb3\xed\x74\x3c\x46\xb3\x6d\x2c\x2e\x35\xb7\x1c\xfc\x63\x69\x8d\x8b\x24\xb5\x61\xfb\xa5\x24\x05\x31\xd5\xb2\x25\x07\xe0\x7b\x63\xdb\x50\x55\xdf\x1b\x8b\x18\xb7\x8e\xa1\xef\x8d\x63\x31\xc7\x94\x02\xc4\x1c\x23\x62\xcb\x16\x50\x17\x94\x4a\x94\x86\x5e\x74\x54\x22\x26\x43\xaf\x4b\x7a\xe5\x1a\xad\x50\x17\x35\xdb\x8a\xd8\xa2\x01\x59\x5a\xa3\x3e\x41\x56\x09\xd7\x27\xc8\x22\x45\x0d\xc8\x92\x4f\x40\x6c\x2d\x41\x52\x82\x83\x92\x42\xfb\xa4\x39\x39\x98\x47\xad\xb0\x8f\x9a\x47\xc3\xb3\xc3\xb0\x4a\x06\xf7\xfd\x10\xc4\x76\x2c\xb8\x38\x2d\x0e\x27\x9f\x56\xfa\x1b\x57\x3e\x85\xd8\x92\x78\xed\xa3\x67\x28\x58\x23\x14\xfc\x7c\x42\x7c\x79\xdd\xe1\x52\x28\x40\x8c\x5b\xda\x70\xee\xda\xc2\x6f\x7d\xd8\xcd\x1b\xb5\x46\x48\x69\x39\x8f\x86\x6b\x8d\x8c\xce\xd6\xf0\x68\x8d\xce\xa1\xd9\xb6\x61\x2f\xcd\xb6\x22\xb6\xd6\x00\x2a\x82\x72\xd9\x3d\x67\xa2\xd0\x20\x1b\x3b\x77\x93\x1d\xbd\x76\xee\x26\x45\x6c\xad\x09\x14\x82\x78\x10\x9f\xd0\xc8\x15\x97\x3e\xaa\xa7\xb2\x68\xe4\x8a\x2b\xcb\xd0\xe2\x63\xff\xb8\x8e\x2e\xa8\xf3\x05\x18\x0f\x1e\x6c\x2d\xd3\xce\xe2\xc3\xca\xd0\xb4\x13\xcc\x1e\x8b\xef\x54\x43\xb3\x47\x44\xe6\xd3\x35\xb7\x14\x1f\x7c\xb0\x10\x71\xaf\xd7\xc7\xe2\x0f\x1a\x22\x38\x3c\x13\x79\xa8\x6b\x0c\x8e\x79\x82\x19\x61\x6d\xdb\xf8\x5f\x09\x2f\xff\xfb\xc7\xfd\xe3\xcb\xcf\x7f\x49\x73\xfe\xf4\xe9\x53\xbc\x7d\xe1\xef\x76\xf8\x6b\x99\xc7\x15\xf7\xfb\xb7\xf8\xf9\x6f\x80\x3e\x7e\xf8\x98\x4f\xf1\xff\xff\x0a\x00\x00\xff\xff\xfe\x3d\xc7\x3f\x2f\x34\x00\x00"); -func _fcfc ()([]byte ,error ){return _c (_aaf ,"CNS-EUC-H")};func _acab ()(*asset ,error ){_daegc ,_edcf :=_cecd ();if _edcf !=nil {return nil ,_edcf ;};_edbc :=bindataFileInfo {_dae :"HKdlb-B5-V",_fb :613,_ae :_be .FileMode (436),_g :_a .Unix (1580492332,0)}; -_fceg :=&asset {_dd :_daegc ,_ef :_edbc };return _fceg ,nil ;};func _ddgf ()([]byte ,error ){return _c (_aged ,"HKdlb-B5-H")};func _acd ()([]byte ,error ){return _c (_bef ,"Adobe-GB1-5")};func _edeg ()([]byte ,error ){return _c (_dega ,"UniJIS2004-UTF32-V")}; -func _fdg ()(*asset ,error ){_fdaf ,_aca :=_eeg ();if _aca !=nil {return nil ,_aca ;};_afa :=bindataFileInfo {_dae :"Add-H",_fb :12616,_ae :_be .FileMode (436),_g :_a .Unix (1580491075,0)};_cfa :=&asset {_dd :_fdaf ,_ef :_afa };return _cfa ,nil ;};func _edd ()([]byte ,error ){return _c (_gac ,"HKm314-B5-V")}; -func _ffegc ()([]byte ,error ){return _c (_faab ,"UniJIS2004-UTF8-H")};func _fc ()(*asset ,error ){_aec ,_ba :=_gaa ();if _ba !=nil {return nil ,_ba ;};_aefc :=bindataFileInfo {_dae :"83pv-RKSJ-H",_fb :4830,_ae :_be .FileMode (436),_g :_a .Unix (1580490975,0)}; -_eeb :=&asset {_dd :_aec ,_ef :_aefc };return _eeb ,nil ;};var _ee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x4b\x3e\x9e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfa\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xee\xe9\xba\xde\x3a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x66\x9a\x17\x7c\x86\x8f\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe3\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\xc1\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc0\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\xa7\xec\xca\xab\x12\x8a\x14\xab\x1b\x5d\xc5\x15\x51\xa4\xd8\x02\xf2\x24\xaf\xe4\xb0\xb1\x46\x52\x04\x59\x90\x90\x04\xe4\x94\x46\xf6\x1a\xd1\xcb\x79\xa5\x4e\xea\xa4\x00\x62\xfb\xce\xf6\x11\xc4\xf6\x9d\xed\x13\x68\x24\x8d\x20\x4d\xc2\x07\x44\x88\x22\xc5\x65\x90\x23\x39\x50\x01\x05\x92\x06\x5d\xfc\x00\x4a\xa4\x04\xb2\xa0\x4c\xca\x20\x9d\xde\x27\xf6\x4a\xe8\xe5\x75\x7a\x9f\x31\x2a\x8a\x14\x1f\x40\x91\x84\x51\x7d\x04\x09\x09\x49\x20\x7b\x9f\x3b\xa9\x83\x30\x7d\xe1\xc6\xc2\x21\x74\xfa\xc0\xaf\x03\x45\x42\xd6\xb9\x42\xc5\x19\x51\x24\x48\x01\x59\x92\x46\x18\x4a\x04\x39\x92\x8e\x1a\x07\x0f\xf2\x24\x8f\x55\xdc\x18\x48\x01\xc4\xf6\x91\xa4\xd3\x47\xc7\x8d\x89\xa4\x73\x45\xcb\xf6\x42\xd2\x03\x45\xcf\x8d\x99\x94\x71\x45\x01\x15\x52\xc1\x2a\x5e\xb1\x92\x2a\x0e\xe4\x40\x8d\xd4\x40\x03\x68\x24\x8d\x98\x0b\x49\xd4\x89\x34\xa1\x7d\x02\x75\x52\x07\xb1\x17\xf3\xaa\xc8\x0b\xcf\x50\x68\xcc\x4b\x8b\x44\x7c\xdb\xa1\x31\x2f\x2d\x12\x71\x63\x86\xc6\xbc\x1a\xf2\x62\xf6\x8d\x79\x69\x91\x68\xd9\x8b\x79\x69\x91\x18\x49\xcc\xab\x31\x2f\xcc\xd5\x98\x57\x63\x5e\x38\x76\x63\x5e\x8d\x79\x71\x23\xf3\x6a\xc8\xcb\x22\xc2\xc6\xbc\x1a\xf2\x0a\x08\xba\x31\x2f\x2d\x12\x71\x93\x87\xc6\xbc\xb4\x48\xb4\xbc\x22\xf3\xd2\x22\xd1\x73\x23\xf3\x6a\xcc\x8b\x07\x62\x5e\x0d\x79\x05\x3d\xb6\x44\xe4\x25\x09\x0f\x4c\xd0\x70\x24\x59\x92\x7d\x30\xd9\xe3\x81\x11\xde\xf7\xc2\xfb\x3e\x78\x90\x27\xe9\x0f\x9f\xf7\x5c\x15\x48\x78\xac\x30\xbd\xa4\x48\x8a\x58\x95\x41\x89\x84\x47\x21\x08\x28\x93\xb2\xae\x0a\x01\x54\x48\x7a\xec\x12\x39\x57\x23\x35\xac\x62\xaf\x91\x34\x61\x15\xe7\xea\xa4\x8e\x55\x98\x2b\xe3\x06\x10\xfe\x62\xc6\xa4\x6f\x93\xfb\xaf\xba\xfe\x5f\xdf\x63\xf7\xf7\xca\x78\xdd\xb6\xbe\x5c\xf0\x16\xc3\xab\x43\x5f\x07\xf3\xd2\xef\xef\xc9\xf5\xb4\xea\x2e\xfc\xfb\x37\x00\x00\xff\xff\x30\xa4\x71\xa2\x53\x07\x00\x00"); -func _fcgge ()(*asset ,error ){_aafcd ,_fege :=_cgfc ();if _fege !=nil {return nil ,_fege ;};_bbgb :=bindataFileInfo {_dae :"UniJISX02132004-UTF32-V",_fb :4412,_ae :_be .FileMode (436),_g :_a .Unix (1580492998,0)};_egbfd :=&asset {_dd :_aafcd ,_ef :_bbgb }; -return _egbfd ,nil ;};func _afed ()([]byte ,error ){return _c (_aaae ,"UniKS-UTF32-H")};func _dbab ()(*asset ,error ){_ebegf ,_cdbf :=_cagb ();if _cdbf !=nil {return nil ,_cdbf ;};_dcdf :=bindataFileInfo {_dae :"UniJIS-UTF8-H",_fb :214153,_ae :_be .FileMode (436),_g :_a .Unix (1580492958,0)}; -_aebe :=&asset {_dd :_ebegf ,_ef :_dcdf };return _aebe ,nil ;};func _aabb ()(*asset ,error ){_gbde ,_fcfd :=_dfac ();if _fcfd !=nil {return nil ,_fcfd ;};_gaf :=bindataFileInfo {_dae :"CNS1-V",_fb :620,_ae :_be .FileMode (436),_g :_a .Unix (1580491540,0)}; -_aeda :=&asset {_dd :_gbde ,_ef :_gaf };return _aeda ,nil ;};var _egaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\xb6\xd8\x18\x36\xb6\x14\x21\x55\x44\x55\x39\x6c\x5a\x95\x4d\x5a\xa9\xea\x81\xd8\x43\x6a\xa9\x18\xcb\xc0\x21\xff\xbe\xb2\x31\x54\x7b\x40\xf6\xfb\x8c\x1f\x6f\x86\xc9\xea\xe6\xd4\x58\x33\x43\xf6\xcd\x8f\xaa\xc5\x19\x7a\x63\xb5\xc7\x69\x5c\xbc\x42\xb8\xe1\xdd\x58\x42\x58\x0e\xda\xa8\x79\x93\x71\x51\x43\xe7\x08\xc9\x2e\xd6\xd4\xe7\xf6\xf9\xf2\xf6\x59\x3c\x7f\x81\x65\xc2\xc4\xeb\xe6\xd4\x3e\xa6\x19\x87\xc6\xf6\x23\xf0\xf5\xbe\x5e\x5c\xf2\x00\xc8\xbe\xe3\xdd\x4c\xb3\x7f\xc0\xd3\x27\x3d\xde\xf0\x03\x68\xec\x03\xff\xea\x35\x7a\x63\xef\xf0\x54\x9f\x5b\xb6\xe3\x76\x71\xee\x2f\x0e\x68\x67\x38\x44\x86\x56\xc7\x95\x64\xf5\x6b\xe7\xce\xdd\x80\xf0\x2e\xcd\x35\x9e\xc6\xc3\x2b\xfa\xc9\x8c\x16\x18\xff\x48\xa9\xfc\xcf\xdf\x1e\x0e\x81\x25\x97\x9f\x97\xe6\x04\xbf\x18\x30\x0a\x79\xc9\xa5\xf8\x9d\xf8\x8f\xd7\x51\xef\x6f\xbd\xac\xf9\x95\xd1\xea\x4f\xe7\xc9\x11\x73\x41\x25\xaf\x80\xe5\x34\x89\x22\x88\x7c\x15\x5d\x59\x01\xa3\x92\x1c\xb1\xbf\x49\xd1\x57\xc0\xf8\xa1\x28\xa3\xd4\xf2\x16\x64\x91\x84\x0e\xa2\x0c\x35\x6d\xd6\xe4\xb0\x7f\xca\x77\xf6\x8e\xe4\x88\x5c\x50\x21\x2a\x58\x37\xb2\x02\x56\xd2\x44\xbb\x8d\x06\xd3\xe2\x25\x51\xb5\xd1\xe0\x5e\x16\x89\xe2\x46\x43\x9e\x52\xac\x54\xd2\x44\x25\x0b\x0e\x79\xa2\xc5\x46\x43\x21\x5c\xc4\xb0\x6a\xcd\x10\x36\x21\x03\xa7\x29\xf5\x9a\x32\x8a\x30\x02\xfb\x4f\x51\x8b\xf7\x68\xe7\x38\x00\xb1\xeb\xa1\x93\xc6\xe2\x3e\x64\x6e\x74\xe1\x56\x7c\xfe\x05\x00\x00\xff\xff\x20\x40\xbf\x48\x90\x02\x00\x00"); -var _fdfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcd\xae\x2e\xbb\x8d\xa6\x39\x3f\x57\xb1\x87\xdd\x83\x6c\x87\xfe\x25\xc0\x30\xd0\xc8\x86\x81\x44\x22\xbb\x0a\xe9\xfa\x19\x26\x24\x51\x72\x19\x28\x1f\x1b\xc7\xce\x41\xde\x7d\x61\xf1\x79\x97\xbd\xa2\x50\xd8\x7b\xf4\x41\xf1\x45\x88\x14\x15\x41\x52\x14\x5f\xea\x57\xff\xf8\x4f\xff\xdf\x3f\xfd\xfc\x87\xbf\x7e\xfb\xd5\x7f\xfe\xe5\x4f\xfb\x77\xe7\xaf\xdf\xee\x1f\x7e\xb6\x5f\xce\x5f\xfe\xf4\xef\xbf\xec\xf3\x6d\x9d\xdf\xff\xe1\xe7\x9f\x7e\x0a\xf1\x9b\xfd\x61\xff\xf5\xb3\xe9\x3f\xfb\x8f\xf3\xcf\x3f\xfd\xf4\xf1\xfc\xef\xfe\xe3\x2f\x7f\x3d\x7f\xfc\xa7\x9f\xef\x9f\xbe\x25\xee\xb3\x7f\xff\xb3\xee\xfd\xf6\xed\x57\xff\x7a\x7e\xff\x87\xbf\xfc\xf5\x97\xff\xf8\xf6\x7f\xfd\xbf\xf6\xa7\x75\xfe\xef\x6f\x76\xee\xc7\xf5\xff\xf4\x8b\x9d\x5f\xfe\xf0\xf3\xef\x75\xfd\xdf\xfe\xf9\x5f\xff\xed\xbf\xfe\xe3\xef\xe2\xdf\xfe\xff\xdd\xbf\xff\xf9\xcf\xff\xf3\xfc\xf1\xfc\xfc\xd7\x6f\xc3\xaf\x9d\x9f\xcd\x7f\x7f\xfa\xd5\x3f\xfe\xcb\xfc\xf3\xff\x3f\xff\x78\xbe\xfd\xca\x1f\xfd\x87\x7f\xfe\xd7\x7f\xf8\x78\xd4\xff\xf5\x3f\xff\xdb\xf9\xe5\x2f\x7f\xf8\xd3\xcf\xdf\xc2\xff\xf3\x3c\xe1\xef\x97\xff\xcb\x7f\xfc\xf9\x7c\x8b\xea\xe4\xbf\xff\xcb\x9f\xec\x7c\x7b\x68\x05\xf8\xdd\x7f\xb2\xf3\x97\x3f\xcf\x7d\x7e\x99\x3f\xff\xfe\xfc\xf4\xed\xdb\xaf\x9f\xe7\x79\x7e\xf3\xed\xd7\xbf\xfd\xed\x6f\x7f\xfb\x9b\x0f\x0e\xfe\xb7\x3b\x7e\x0a\xcf\xc3\xa3\xeb\xee\xff\x31\x7f\xf9\xe9\xf3\x81\x7b\xaf\xfd\xe6\xa3\x55\xf3\x6f\x3e\x7a\x99\x83\x56\xa1\x75\x68\x4d\x6f\x59\xa3\xb5\xbc\x75\x69\xf5\x8f\xe7\xe2\x93\x16\xad\xe2\x2d\xf5\xd2\x2b\xad\x4d\xab\x7d\xb4\xc2\x93\x68\x75\x5a\xba\x73\x78\x2b\x46\x6f\x0d\xef\x33\x06\xb5\xbc\xcf\x58\x1f\x5a\xfe\x5c\x99\x81\x96\x3f\x57\x36\xd4\xc7\xf4\xd6\xa9\xb4\x3e\xf8\x8c\x2d\x43\xdd\xee\x6f\xbe\xfd\x7a\xee\x27\x7b\xeb\x46\x6f\x45\xfa\xbc\xdb\x5b\x89\x3b\xaf\x79\x2b\xeb\xbf\x43\x0b\x0a\x97\x5e\xb2\xcb\x2c\xb8\x04\xe7\x2e\x99\x56\xa0\xd5\x69\x41\xa1\x6c\x5a\xc9\x5b\xb5\xd0\xaa\xde\x6a\x7a\x6e\xd0\x9a\xde\x0a\xfc\x37\x1e\x5a\x8d\x16\x77\x46\xe8\x21\xcf\x10\x79\x6e\x5d\x5a\xd3\x5b\x3b\xd0\x5a\xb4\xf4\x1c\xe3\xdb\x70\x16\x19\xdf\x56\x2f\x8c\xcf\xe0\x2c\xc1\xe7\xe1\xb9\x04\x2f\x07\xce\x12\xbc\x1c\x9e\x4b\x50\xb8\x89\x16\xbd\x5c\x9f\xcd\x90\x5d\x12\xf6\x30\x86\x1c\x69\xd1\x67\x4e\xb4\x2a\x2d\xe7\xda\x02\x9c\xe5\x45\x0b\x0a\xd9\xb9\xb6\xa8\x5e\x8c\x56\xa4\x75\x68\x41\xaf\xd0\x67\xa2\x97\x92\x69\xd1\x4b\x71\xae\x2d\x37\x5a\x9d\x96\x9e\x73\x09\x5a\x81\x42\x81\x17\xcd\x66\x81\x17\xcd\x66\x81\x5e\x65\xb4\xe5\xd2\x42\x66\x95\xf1\x35\x7a\xa9\xf4\xd2\x98\x95\xe6\x33\x66\x1d\x5e\x1a\x72\xd1\xdc\x36\xf8\x9c\xd0\x6b\xf0\xa2\x19\x6b\xf4\xa2\x19\x6b\x8c\xdd\xa0\xde\xe0\x45\x33\xd6\xe0\xc5\xa0\xd0\xa1\x77\xa0\xd0\xa1\xa7\xd9\xf4\xaf\x71\xda\xd5\x9d\xde\xcb\x79\x16\xad\x4b\x8b\xf7\x7a\x3c\xb4\x18\xc3\xf0\x5e\x4e\xe0\xcd\xf2\x6f\x73\x1e\xcd\x98\x7f\x9b\xf3\x68\x1e\xfc\xdb\x9c\x27\x41\xcf\xbf\xbf\x79\x12\x6f\xcf\x74\x29\x9d\xac\x96\xf3\x72\x24\xf9\xd9\x68\xf1\xdc\xa4\x97\xc2\x1b\x32\xe1\x53\xb2\x5e\xf0\x52\x19\xc3\xe2\xbf\x49\x2f\x8b\x31\x48\x9e\xdb\xdf\x89\xb3\xf9\x6f\xc3\xb5\xa4\xbb\x5d\xba\x47\xf2\xdc\xf0\x29\x79\x6e\xfa\x94\x3c\x37\x7d\x1e\x46\x6b\xc8\xe5\x20\x33\x83\x97\x83\xcc\x8c\xf1\x5d\x28\x18\xd4\xaf\x9e\x83\xfa\x87\xe4\xcf\xcf\x26\x0d\xfc\x7f\x50\xc9\xc1\x7c\xe8\x57\xd3\x60\xfe\x4a\xdc\xc0\x10\xcc\x3f\x87\x9b\x68\x9d\x48\x8b\x29\x3a\x2e\xce\x9b\x19\xc2\xe1\x39\x14\x5f\x38\x3e\xd8\x2b\x51\x1f\x1f\xd0\xad\x30\x86\x1a\xbc\x9d\xff\x6e\xa2\xc5\x10\x6e\xa6\xa5\x3b\x7d\x8a\xee\x80\xc2\x85\xcf\x01\x85\xeb\x02\xbc\x4b\x2d\xf8\x44\xf0\x11\x15\x79\x51\xd0\xf1\xa1\x4f\xcb\xb4\x0a\xad\x4e\x8b\x31\x20\xf8\xf8\xd0\xe7\xd5\x9d\xf4\x79\x75\xe7\xc7\x18\xd6\x83\x42\x89\xe1\xa1\xc5\x73\x21\x78\x0b\x99\x7d\x58\x10\x6f\xe9\xce\xe2\xad\x48\x2f\xae\x68\xd7\x93\x74\x67\xa3\xa5\x5e\xa6\xb7\xb2\xee\x5c\xb4\x26\xad\x4d\x4b\x77\x1a\x2d\x37\x94\x31\x42\xbd\x34\x5a\x50\x2f\x83\x56\xa2\x65\xb4\xb2\xb7\x30\x6a\x31\xc2\x59\x85\xcf\xd8\xbd\xd5\xf5\xdf\xa0\xc5\x7f\x89\x3e\x91\x7c\x74\xb5\xbb\x9e\xe5\x9f\x66\xcc\xfc\xb7\xe0\x3a\xc3\xa7\x64\x5d\xe0\xec\x24\x5a\xdc\x79\x0a\x2d\x38\x43\xb1\xc7\xea\x72\x09\x92\x52\x75\x0a\x1f\xfa\xfd\xa3\xe5\x0a\x6c\x85\x4c\x9f\xcd\xf9\x0c\xa8\xc8\xe8\x0a\x6c\x05\x0c\x5e\x74\x05\xb6\x82\xc6\xd7\x5c\x82\x1f\xfa\xcf\x5b\xf4\xd9\xb8\xd3\x1d\x88\x15\x3a\x6f\x88\x3b\x10\x2b\x74\xa4\xd4\xe9\x65\x40\xa1\xd3\x8b\xc6\xde\x7d\x7c\x61\x32\x86\x6e\xb4\x74\x27\x14\x16\xd4\x5d\xb9\xad\xc0\xc7\x1f\x87\x8f\xfd\xe3\x5b\xf6\x56\xa2\xa5\xff\x18\xbb\x5d\x5a\xfe\x4e\x84\x03\xd7\x03\x5e\x24\xa5\x01\x2f\x57\xbd\x40\xef\x32\x86\x01\x3d\x1c\xab\xe8\x8a\x6f\xc5\x07\xce\x5c\xb9\xad\x8f\xd7\xcd\x5b\x83\x16\x6f\xc8\x9c\xb4\xf4\x9c\x53\x88\x98\xbf\x38\x7d\xb4\x11\xd5\x1a\xa7\xd1\x82\x17\x57\x91\x2b\x6a\x1e\xe6\xa5\xc5\x7f\xcb\xbf\x0e\x39\x4f\x71\x41\xaf\x43\x6f\xd1\x27\xce\x45\x74\x85\xb9\xe2\xe4\x0d\xd9\xf0\x22\x09\x6e\x78\x59\xba\x93\xe7\xf8\xde\xe3\x86\x17\xdc\x90\xb8\xe1\x05\x37\x24\xba\x8a\x5c\x11\x57\x23\xba\x1a\x5c\xd1\x22\xad\x46\x0b\x99\x19\xf4\x30\x5c\x1f\x17\xbd\xa5\x3b\x19\x11\x4a\x38\x1e\xe8\x49\xba\xd7\x29\x24\xe9\x02\xd7\x67\x2b\x49\xd6\xd7\x47\x9b\x70\x27\xe2\x75\x0a\x49\xf2\x74\x9d\xb5\x52\x0a\x3f\x50\xc9\xd1\x3d\xbe\x95\x10\x6e\x72\x25\xb5\x52\x6d\xb4\x1a\xad\x41\xab\xd3\x5a\xb4\x9c\xcd\x84\x8f\x97\x9e\x43\x8b\x5e\x82\x0b\x22\xe1\x15\x24\xd4\x52\xc2\x2b\x48\xa8\xa5\xc4\xa4\xa4\xc0\x10\xa6\x9e\x63\x08\x53\xcf\x41\x01\x1f\x21\xb9\x6f\xb8\xd2\x3e\xb4\x10\x0b\x2f\x79\x42\xd9\x24\xfc\xf7\x84\xb2\x49\x06\xd7\x11\x7a\x4c\x43\x8a\x8c\xc8\x8c\x16\x23\x3a\xea\x05\x5e\xf0\x26\x52\x84\x97\x23\xea\x88\x13\xdf\x22\xb9\x4f\xb9\x72\xd0\x7f\x97\x16\xff\x25\xe7\x33\x33\x0d\xc9\x3d\xcc\x95\x79\xad\x53\x72\x0a\xb9\xa8\xb5\x69\x4d\x5a\xf4\x82\x07\x96\x32\xbd\xe0\x15\x24\xf7\x37\x57\xc6\x2b\x48\xa8\xc1\x8c\xfa\x4c\xee\x6f\xae\x8c\x19\x4b\xd9\x25\x91\x07\x63\xcf\x85\x16\xa3\xcd\xf0\x82\xff\x90\x72\xa3\xa5\xe7\x3a\x2d\x51\x80\xcf\x25\xea\x3e\x0f\x79\x8b\x1e\x63\xdf\xea\x05\xae\x35\x47\x05\xae\x35\x2b\xa8\xe4\x8c\xdf\x91\x0a\x9c\x49\xd6\x85\xb1\x9f\x4b\x0b\x0a\x37\xd0\x82\xc2\x55\x9f\x50\x90\xe4\xab\x53\x28\x78\xde\xa9\xfa\xd8\x8b\xe6\xa1\x7a\x2f\x25\xf2\x86\xa0\xca\x8b\x24\xdf\x9c\x5e\xc1\x49\x48\x8d\x3b\x35\x0f\x9d\x5e\xba\x5a\x99\x16\x7d\xa2\xae\x8b\xde\x56\xf7\x30\x57\x91\x74\x7d\x4d\xb7\x8a\xe4\x89\x2a\x2f\x92\xe7\xe0\x39\xc9\x0c\xb5\x5b\x24\xb3\x01\x2f\xa6\x3b\xe1\x05\xb5\x9b\xa6\x8f\xaf\x62\xd0\xd3\x0c\xb4\xb8\x73\x3a\x67\x35\xf2\x86\xcc\x42\x0b\xe9\xa2\x76\x2b\xc6\x3e\xa1\x76\xab\xc6\x8e\x6a\xad\x45\x14\x9c\x5e\xad\xfa\xef\xd0\x82\xc2\x82\x1e\xfe\x66\x5a\x91\x16\x77\xae\x44\x8b\x6f\x6c\x55\x5a\xcc\xdf\xf2\x77\xa9\x62\xa6\xd3\x82\x97\xa5\x3e\xe1\xc5\xd4\x8b\x4b\xa9\x5e\x51\x58\xb4\xf4\x1f\x7c\x6a\xde\xb7\xf3\xd2\x70\x7b\x92\xfb\xb7\xab\x45\xb5\x9c\x5e\x4b\x48\x02\x55\xde\x58\xa1\x27\xf7\x68\x57\xc3\xb5\x49\xee\xd1\x2e\xad\x91\x93\xb9\xcc\x9a\xc6\x6e\x95\x96\xee\x74\x3e\x5b\xa3\x4f\xd4\x75\x6b\x48\xd7\x5c\x66\x4d\x5f\xdc\xe1\x3f\xcc\x74\x42\x25\x37\x0c\x49\x72\x17\x73\xb5\x15\x69\x41\x41\x92\xb8\x70\xbd\xcb\x0f\x54\x72\x72\xef\x73\xb5\x8d\xa8\xd1\xf2\x6d\xf3\xd2\xa1\xe5\x9b\x3e\x31\xb4\x7c\x93\x70\x7d\x29\xbf\x9a\x84\x8b\x62\x6f\xd7\x59\xc9\x8f\x3f\xd7\x11\x67\x76\xef\x73\x75\xbc\xc8\x1c\x9c\xe9\x8e\x47\x94\xf1\x06\x7b\xd6\x7f\x9b\x56\xa6\xe5\x82\xe8\x25\xd0\x3a\xb4\x5c\x64\x19\x95\xdc\xb1\xc4\x19\xb5\xdb\xeb\xa5\xe5\x43\xef\xf8\x47\x19\xd5\xda\xf1\x8f\x32\xaa\xb5\xe3\x11\xe5\x08\x3d\x3e\xb8\x1c\xa1\xc7\x47\x95\x51\xbb\x7d\x89\xc2\xa5\xc5\x9d\xa8\xdd\x8e\xa8\x73\x62\x44\x1b\xce\x52\xa6\x55\x68\x15\x5a\x50\x47\x41\x77\xe4\x99\x13\x7c\x9a\xfa\xec\xb4\xe0\x0c\xe5\xdd\xf1\x9d\x72\x62\x0c\xf8\x4e\x39\xc1\xe7\x51\x9f\xf0\xc9\x3c\x64\x94\x77\xc7\x77\xca\x28\xef\x8e\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x11\xd4\x72\x3e\x47\x54\x9f\x8d\x96\x9e\x73\x5e\x86\x66\xcc\x83\x0c\x6b\x68\xc6\xf0\x92\x07\x1f\x40\x46\x95\x8f\xcc\x18\x50\xe5\x43\xb3\x89\xba\x1e\xa8\x89\x8c\x07\x3d\x34\x9b\x05\x5e\x30\xfd\xb9\xc0\x4b\x65\x0c\x1e\x64\x58\x03\xd3\x9f\x0b\xbc\x68\x6e\x51\xec\xa3\xfb\x9b\x9c\x2b\xe3\xd3\xdc\x56\xc6\xa0\xd9\xac\x9d\x96\xfe\x83\xb3\xed\x4b\xe4\x8c\x2a\x1f\x9a\xb1\xc6\x73\x9a\x23\xd4\xf5\xc0\x4c\x67\xfc\xe2\x21\xe9\xfa\xc2\x7e\x4d\x49\x17\xbf\x78\x4a\xba\xf8\xc5\x53\x5f\x80\x2f\xfa\xd7\x0c\xbc\x21\xf8\xc5\x13\xef\x33\xfb\xa2\x7f\x4d\x49\xd7\x03\x72\x6b\x66\xbe\xaa\x49\x2f\x38\x4f\x19\x8f\x76\x4a\x4a\xa8\xd6\x89\x83\x94\x17\x14\x24\x89\x55\x68\x41\x01\x65\x3a\x71\x90\x32\x8a\x6f\x2e\x7a\xd9\x70\xbd\x18\x11\x3e\xec\xc4\x90\x64\x94\xe2\xc4\xf8\x66\x94\xe2\x3c\xea\x05\xae\xaf\xee\x84\x6b\x8c\x68\x46\x61\xae\x47\x77\x2e\x5a\xba\xf3\xd0\xe2\x0d\x41\x99\x2e\x42\x23\x19\x65\xba\xf4\x46\xe2\xfb\x2e\xdc\x9e\xec\xe1\x81\xb5\xf4\x7e\x7a\x78\x60\x2d\xc2\x26\x19\xbf\x78\x45\x46\xe4\x31\x80\xb5\x92\x7a\x81\x02\xe1\xab\x0f\xef\xc0\x5b\x3c\x77\xa0\x40\x30\x32\x1f\x7a\xc1\x68\xe7\x53\x68\xd1\x8b\xc7\x07\xd6\xaa\xf0\x89\x82\x5e\xb8\x4b\xf9\x30\xbe\xae\x3b\x37\xad\x49\xcb\x68\xfd\x28\x70\x91\x0f\x62\xd1\x14\x1d\x98\xc6\x0f\xc8\x17\xa6\x07\xc3\xc3\x61\x5f\x58\xcd\x8c\x75\x58\x52\x60\x58\x87\x85\x97\x95\x2f\x03\xd2\x2b\x7f\x19\xd0\x42\x10\x58\x8e\xb5\x44\xc1\xa7\x6f\x69\xda\x31\x01\x4b\xd3\x7e\x19\x02\xb1\x9e\x8c\x09\x58\xf8\x5c\x19\x13\xb0\x08\x39\x94\x07\x3e\x79\x41\xca\x03\x9f\x44\x77\xca\x03\x9f\x78\x60\xe5\x81\x97\xab\xe7\x7c\xc2\xf6\x13\x69\x1d\x5a\x97\x96\x53\xd8\xbc\x20\x05\x1f\x7d\x33\xd1\x05\x83\xb0\x23\x14\xf0\xca\x37\x3e\x49\x41\xb1\x6f\x26\xba\xa0\xbc\x37\xde\x59\x41\x79\xef\x02\x05\x94\xf7\x66\x6a\x0b\x0a\x7a\x33\x99\x05\x25\xbc\xbb\x7b\x7c\x05\x45\xbb\xf1\x76\x0b\xea\x73\x33\x0f\x05\x3f\x75\xe3\x8f\x15\xfc\x54\x45\x8f\x0b\xea\x6c\x23\xc1\x52\xa0\x80\x04\x4b\x61\xec\xf8\x6a\x05\x55\xb7\x25\x4f\x94\xdb\xc6\x5f\x29\xbe\xa3\xb0\xec\x69\xb4\x2a\x2d\xc6\x87\xaa\x33\x94\x4d\x41\xd5\x19\x3e\x5e\xa9\xfe\x42\x1a\x9e\x4d\xc1\x87\x35\x94\x4d\xf1\xe8\xea\x32\x94\x77\x41\x0d\x2a\x9a\x5b\x3c\xba\xba\xac\xe8\x3f\xa8\xe3\xd9\x94\x06\x75\x3c\x9b\x82\xc2\xb4\xa6\xff\x5c\x66\x86\xb7\x5b\x3a\xbc\xe0\xf1\x15\x3c\x5a\x45\x6c\x0b\x1e\xad\x4d\xe4\x49\x70\xc2\x96\xee\x84\xeb\xa5\x3b\xe1\x1a\xe3\x5b\x50\xc2\xc6\x12\xb9\xa0\x84\x4d\x12\x44\x09\x2b\x9a\x5b\x50\xc2\x46\x98\xa6\xa0\x84\xed\x20\x33\x3c\x68\xc3\x88\x16\x3c\x68\x43\x9d\x15\x14\xb4\x49\xf2\x04\x2e\x0e\xfb\x2e\x85\xc0\xc5\x79\xd4\xa7\xf3\x72\x24\x79\xd4\xf5\x09\xbc\x59\xf8\xd3\x27\xc2\xa7\xc7\x68\xd7\x49\xba\xb3\xd3\x62\xec\x28\xf6\x83\x4f\x59\x50\xec\x87\x90\x58\xc1\xdb\x3d\x92\xfc\x76\x3e\x0f\x9e\x62\x41\x25\x1f\xc9\x1a\x65\x7a\xf0\x1b\x0b\xca\xf4\xa0\x19\x0a\x0a\xf3\x60\xd4\x0a\xa1\x83\xa3\x2f\x95\x60\xc1\x39\x7a\xce\x25\x7f\x24\x17\x3c\xd3\xfb\x30\x06\xd4\xe7\xc5\xc9\x2b\xc7\x39\xbb\x38\x02\xc5\x83\xa6\xeb\x6a\x0c\xa8\xc1\x8b\xeb\x56\x50\x83\xb7\x20\x33\x74\xdd\xc5\x4c\x17\xf4\xd9\xc5\x79\x2a\xe8\xac\x8b\xbb\x54\xd0\x4b\x17\x97\xa8\xa0\x97\x2e\x2e\x51\x71\xd7\x74\x3f\x51\x77\x6e\x6f\x61\x52\x8b\xeb\xac\xfd\x14\xdd\x79\x68\xc1\x99\xeb\xac\xfd\x94\x1f\xa9\xe4\xea\xea\x6c\x2b\xc2\x58\x7d\x03\x6a\x3f\xf8\x24\xd5\xc3\x18\xfb\x61\x08\xd5\xc3\x18\xfb\x21\xca\x56\xdd\x13\xde\x0f\x71\xa0\xfa\xc0\x26\x51\xb6\x1a\x60\x0c\x4f\xa3\x46\x9e\xc3\xb7\xa8\x1e\x2c\xd8\x8a\x22\xd6\xc8\x73\x6c\x12\xd6\xc8\xf0\xd8\x1e\xaa\x91\x5e\xae\xbf\x20\xd5\x95\xdb\x0e\xd8\xd7\x9a\x02\x2d\xfa\xf4\x68\xe7\x0e\xbc\x9e\xd5\x15\xdf\x0e\x78\x21\x35\xf3\x5f\xaa\xb4\x0a\x2d\xa8\xbb\x1f\xb7\x03\x02\xac\x05\x0a\x08\xb0\x16\x28\xa0\x18\xaa\xab\xac\x1d\xf8\xf8\xab\x7b\x67\x3b\x34\xdd\x49\x2f\x1d\x7a\x95\xe7\x30\x71\xd5\x7d\xb5\x1d\x06\xd4\x5d\x81\xed\x30\x2e\x2d\x97\x44\x60\x8b\xb2\x56\x28\x48\x82\xae\xce\x76\xc0\xc4\xd5\x0a\x85\xa5\x3e\x0f\x2d\xe6\xa8\xfa\x44\x2b\x6a\x59\x1b\x63\xc0\xa8\xd5\x06\x2f\x9a\x87\x86\x24\x4c\x77\x22\x09\x3e\x8e\xea\xaa\x6e\x87\xa3\xff\xe0\x53\x33\xe6\x5b\x47\x3b\xe2\xe7\x54\xdf\x3a\xda\x51\xf3\xe0\x8b\xfe\x1d\x31\x63\xd5\xbd\xc8\x1d\x31\x63\xd5\x17\xfd\x3b\x06\xc6\xee\x2a\x72\x47\xfc\x9c\xea\xaa\x6e\x47\x4c\x5c\x75\x55\xb7\x23\x26\xae\x76\xe8\x45\xfa\x74\x55\xb7\x15\xd1\xac\x03\x7a\x7c\x7e\xd5\xd5\xd9\x8e\x45\xff\x35\x5a\xfa\x0f\x7a\x7a\xaf\xdd\xdf\xdc\x91\x40\x50\xf5\xd0\xc1\x8e\x4d\xff\xc1\x8b\xe6\x76\x32\x3e\x36\xe6\xaa\x87\x0e\x76\xec\x8c\x68\x32\x3e\xfc\xcd\x3a\x19\x9f\x66\x7a\xc2\x8b\xbe\x8e\x09\x2f\x38\x33\x75\xc2\x0b\x26\xb5\xba\x1a\xdc\x71\xea\x4e\x46\xcb\x52\xb7\x2e\x46\x8b\xfb\x52\x17\xa3\xc5\x7d\xa9\x8b\x5e\x34\x63\x9b\x3b\xd9\x58\xad\x9b\x3b\x2f\xb2\x76\x9f\x72\x27\x3c\xcc\xea\x3e\xe5\x56\x7c\xb3\xfa\x02\x7d\x27\xf6\x80\xaa\xab\xc1\x9d\xaa\xfe\x73\x49\x24\xc9\xc5\x0e\x2d\x38\x3b\x4e\x21\x75\xb5\x2a\x2d\x28\x9c\x46\x8b\x5e\x5c\x61\x6e\x85\x26\xeb\x81\x1e\xa6\xb1\xba\x4f\xb9\xd3\xd4\x7f\x2e\x89\x44\x80\xac\x1e\x78\x59\xea\x05\x5e\x70\x35\xea\x65\x44\x18\xbc\xea\xea\x73\x27\xe2\xbe\xf5\x42\x1d\x17\xac\x5e\x28\x60\xd4\x2a\xea\x53\x01\xc7\x8a\xfa\xcc\xd2\x1a\xa8\xcf\xcc\xd6\x66\x45\x7d\x66\xe9\x10\xd4\x67\x66\x65\xd8\xd0\x91\x19\xe7\xa2\xb9\xcb\xb7\x33\x26\xae\xb9\xcb\xb7\x15\x9a\x6c\xee\xf2\xed\x9c\xf5\x5f\xa5\xd5\x69\x39\x9f\x1f\x8b\xb9\xef\xab\xe4\x86\x6a\xcd\x55\x8f\x2d\x5a\x22\x0e\x9b\x6d\xd0\x82\x4d\xec\x64\x0b\xb0\x39\xd4\x82\x4d\xa6\xa1\x05\xd8\xc4\x6a\x36\x0f\x55\xec\x3c\x75\x67\xa6\xa5\xff\x18\x02\x5e\x48\x0b\x0c\x61\xe9\x3f\x86\x60\xea\xd3\x27\x3a\xe3\x69\xb4\x00\x9f\x57\xff\x21\xea\xab\x5e\x10\xf5\xf5\xe5\x42\x73\x8f\x76\x17\x3c\x8d\xe6\xdb\x5f\xbb\x60\x6d\x9b\x6f\x7f\xed\xc2\x34\x34\x8f\x48\xef\x82\x8f\xd7\xdc\xf7\xdd\x25\xe8\x4e\x97\x52\xd1\x34\x60\x1e\x0a\x1b\x9d\xcd\x97\xf9\xbb\xe0\x4d\x34\x5f\xe6\xef\x22\x79\xba\x0f\xbb\x8b\x64\x86\xd2\x57\xd4\xb2\xa1\xf4\x0b\xcb\xcb\x56\x78\x8e\xcd\xcc\x86\xd2\x2f\x92\xa0\xef\xfb\xef\x22\x09\x7a\x1c\x76\x17\xf2\x59\x1a\x2a\xb9\xa0\x76\x5b\x63\x0c\x92\x19\x6a\x57\x51\xcb\xe6\x5b\x5c\xbb\xe0\x85\x34\x14\x6d\x91\x04\xdd\x37\xdc\x55\x72\x41\xb9\x55\x82\x4b\x0d\xb5\x54\x13\x7c\xfa\xd6\xd1\xae\x09\xea\xee\x9d\xed\x4a\x1c\xaf\xa1\x96\x2a\xde\x4b\x43\x2d\x55\xbd\x90\xa8\xa5\x8a\x07\xd6\xdc\x1f\xdb\x15\xf5\xd9\x16\x14\x50\x9f\xcd\xa3\x8f\xbb\x12\x8e\x68\x1e\x7d\xdc\x55\x12\x44\x11\x55\x14\x5f\x43\x11\x55\x49\x69\x43\x9d\x68\x67\xdb\x50\x97\x94\x36\xbd\xe0\xfb\x36\xe3\x39\xfc\xa3\xe6\x4b\xdd\x5d\x09\xdd\x35\xe3\x39\xbc\xa5\x66\x70\x2d\x79\xba\xaf\xb6\x2b\xee\x44\x3b\x70\x2d\x79\x1e\x7a\x21\x64\xd4\x7c\xa9\xbb\x2b\x41\x8d\x86\x92\x6a\xa8\x82\x86\x92\x52\x94\xb4\xa1\x6c\x9a\x3e\x7e\x5f\x7b\xee\x26\xc9\xfb\xfa\x72\x2b\x66\xda\x7c\x7d\xb9\x5b\x82\x6b\x14\x51\xd3\xac\xa0\x7a\x9a\x54\x01\xea\xa5\x65\xfd\x77\x69\xf9\xf7\xd0\x7d\xdb\x7a\x37\x5c\x8d\xee\x3b\x42\xbb\x21\xf9\xce\xd7\xd8\x70\x35\x7a\x84\x1e\xdf\x74\xe7\x0b\x68\x83\x5e\x70\x7b\x14\x41\xed\xbe\xde\xdb\x0d\xe9\xf6\x04\x05\xde\xc8\x9e\xa0\xc0\x1e\x50\x4f\x70\x66\x7a\x0e\xce\x78\x3f\xbb\xef\x9f\xec\x46\xe8\xae\x67\xe4\x82\x93\xd0\x71\xac\xda\xd1\x9d\x50\x67\x1e\x7a\x86\xfa\x2d\xb4\x5c\xd6\x1d\x97\xa1\xfb\x3a\x71\x77\x3c\xda\xce\x37\xd6\xa3\xfe\x9b\xb4\x2e\x2d\x97\x60\x4f\x81\xd6\xa1\x05\x05\xdf\xcf\xd8\x0a\xaf\x76\xdf\xcf\xd8\x9d\x70\x52\xaf\x50\xc0\x2d\xe8\x38\x56\xbd\xa9\x05\x05\xc9\xb3\x42\xa1\xcd\x1f\xa8\xe4\x8e\xcf\xd5\xbb\x4f\x7b\xe7\x23\xee\x28\xda\x8e\xef\xa4\x58\x6b\xc7\x77\xea\xd8\xfa\xde\x18\x3a\x1e\x5f\x6f\xb0\x82\xc7\xd7\x1b\xac\xcc\x4a\x0b\x56\xf0\x0a\xba\x6f\xb4\xec\x8e\x4a\xee\x9e\xa0\xb3\x3b\x5e\x5d\xef\x91\x96\xfe\x83\x17\x36\xed\x7a\x87\x17\x36\xed\x7a\x87\x9e\x26\xac\x43\x4f\x93\x82\x07\x36\xf0\xea\x3a\x7e\xd5\xc0\x8f\xeb\xbe\x84\xdc\x03\x3f\xae\xfb\x12\x72\x2b\x82\xda\xf1\xb9\x06\xb6\xb0\xa3\x96\x06\xd6\xaf\xfb\x12\x72\x0f\x09\xde\x97\x90\x7b\x14\x3d\xe7\x12\x1c\x6c\xcc\x75\x14\xd8\xc0\xd3\xe8\x28\xb0\xa1\x29\x42\x81\x29\xf6\xd9\xf1\xb9\x06\x1e\x58\x47\x81\x8d\xae\xff\x5c\xba\x43\xf3\xe0\xdb\x35\x7b\x0c\x5e\x02\xdf\xae\xd9\x03\x0f\xac\x4f\x46\xab\x59\x41\xd5\x0d\xbc\x90\x8e\xaa\x1b\x5b\x2d\xe8\x6d\x3e\xaa\xed\x2f\xd6\xc0\xe7\xea\x9b\xff\x0e\xb2\xde\xf4\x89\x6f\xd1\x3d\xe2\xb7\xa7\xe4\x89\x02\x9b\x18\xae\xee\x1b\x26\x7b\x4a\x82\xbe\x61\xb2\xa7\x5e\x79\x94\xdb\x24\xc6\xd7\x51\x6e\x33\xa9\x17\x97\xe0\x2c\x6a\x6d\x5a\x3c\xe7\x99\x3d\x7b\x62\xd4\x3a\xde\xd9\x94\x3c\x51\x7c\xb3\x31\x5a\x14\xdf\xec\x7a\x0e\xea\x43\xcf\xb9\xcc\xe6\xd6\x73\x8c\x61\xf3\x16\xe0\x65\x4d\x7c\xae\x8e\xe2\x53\x5c\xb4\xa3\xf8\xa6\x3e\x77\x14\x9f\xa2\xa4\xdd\xf7\x5d\xf6\x42\xb5\x76\x5f\xdc\xee\x15\xf4\xdc\xa4\xa5\x3b\x17\x2d\xdd\xe9\xd4\x57\x44\xba\xa8\xc8\xc5\x7b\x36\xf0\xc0\x16\x2b\x84\x81\x07\xb6\x52\xa4\xe5\x92\x58\x39\xd0\x2a\xb4\xf4\x9c\xf3\xb9\x90\xe0\x78\xe0\xa5\x2c\x5a\xf0\x52\xd4\x27\xbc\xe0\x32\x0c\xdc\xac\xd5\xf5\x1c\xbc\x0c\x7f\x77\x07\x6e\xd6\xc2\xc4\x0d\xdc\xac\x85\xbb\x34\x70\xb3\xd6\xa6\x4f\x94\xf7\xe2\xfb\x1b\xb8\x52\x8b\xb7\x67\xe0\x4a\x2d\x9c\xa7\xe1\x5b\xf6\x7b\x23\xa5\x11\x2e\x2d\x9f\x87\x81\xd2\xdf\x92\x04\xab\xe9\xcd\xf6\xec\x60\x35\xbd\x79\x5f\x06\xeb\xe0\x8d\x79\x1f\x18\x84\x2d\x49\xf8\xbe\xcb\xde\x55\x77\x42\x4f\xa3\xf5\x24\xcd\xbd\x6b\xa5\xb5\x69\xa9\x17\x7f\xcb\x77\xd3\x73\x87\x96\xeb\x90\x81\x41\xd8\x92\x04\x06\x61\xe3\x12\x8d\x0c\x05\xc9\x25\x43\x61\xe9\x4e\x7a\xc1\xbc\x0f\x9c\xae\x8d\x01\x1a\x85\x5e\x3e\xcc\xfb\x77\x55\xf2\x28\x0c\x8f\x38\xc9\xc0\xaa\x28\xeb\x74\x60\x55\xf6\x55\x97\x2e\x24\x7b\x74\xe7\xa2\xa5\x3b\x7d\xb0\x8a\x29\x0e\xac\x8a\x05\x5e\x10\xac\x8a\x91\x68\x33\x58\xca\x1b\x7e\xc0\xf0\x38\xe5\x56\xbc\x71\x60\x71\x0c\x3f\x60\xb0\xcc\x37\xfc\xb1\xc1\x32\x5f\xb1\xc8\x81\x35\x52\xbc\x71\x60\x8d\x4c\x93\x82\x35\x52\xf4\x71\x60\x72\x8c\xad\xbf\x81\x4f\x69\x6c\xfd\x0d\x96\xf9\x86\x15\x1b\x2c\xf3\xad\xab\x05\x9f\x43\x2d\xf8\xd4\x14\x61\x8e\x0c\x7f\x6c\x60\x8e\x0c\x7f\x6c\x60\x8e\x14\x99\x1c\x98\x23\xe5\x99\x0e\xfc\x54\xd3\x14\xe1\xa7\x1a\x1e\xd8\x20\x20\x60\xf8\x01\x03\x53\x65\x9a\x07\x4c\x95\xa2\x8f\x03\x53\x65\xf8\x63\x03\x53\x65\xf8\x63\x03\x53\x75\x1e\xf5\x32\x69\xa9\x17\xe7\xe5\x04\xd1\xdb\xb4\xe0\x9a\x60\xc1\x41\x99\x0e\x0c\xd7\xc1\x3b\x1b\x18\xae\xa3\x59\xc1\x70\x1d\xfc\x87\x41\x40\xe0\x68\x1e\x30\x32\x47\x2f\x39\x46\xe6\x48\xba\x18\x92\xc3\x9a\x60\x60\x48\x0e\xa9\x51\xc3\xd3\xa6\xf6\xc1\xf4\x0f\x0c\xc9\x91\xe4\x17\xbd\x4c\xb5\x18\x91\xa4\xbb\x18\x11\xb1\xdd\xb1\xa0\x20\x59\x2f\x46\x24\x79\xe2\x33\x1f\x49\x09\x9f\xf9\xe2\x49\x0d\xdf\x72\xda\x57\x32\xc3\x83\xbe\xac\x8e\x06\x06\xe8\xe2\x65\x0d\x0c\xd0\x95\x94\x30\x2b\x37\xe9\x39\x9f\xdb\x8b\x99\x1e\x18\x92\x4b\xe6\xd2\xc0\x90\x5c\x32\x97\x06\xcb\xfc\x8b\x99\x1e\x78\xd0\x57\x52\xc2\x90\x28\x45\x74\xb0\xcc\xbf\xb8\x4b\x83\x65\xfe\x25\x40\x36\x58\xe6\x5f\x4c\xf8\x60\x99\x7f\x71\x89\x06\x06\xe8\x4a\x66\xbe\x3f\xb4\xaf\x64\xe6\xfb\x43\xfb\x4a\x4a\xf8\xe8\x17\x97\x68\x60\xaa\xae\x14\x2d\xa6\xea\x4a\x82\x98\xa3\x4b\xa0\x64\x60\x8e\x2e\x4e\xd0\xf0\x80\x80\x3d\x8f\x28\x18\x2d\xf5\x72\x68\xc1\xa7\x9b\x23\x7b\x70\x89\xa6\x9b\x23\x7b\x30\x5c\xd3\xcd\x91\x3d\x48\x7e\xba\x39\x32\x45\x6c\xa7\x07\x54\xed\xc1\x70\x4d\x37\x47\xf6\x24\x3d\xd7\x68\xe9\xb9\xe9\x2d\x56\x08\xd3\xcd\x91\x3d\xec\xec\xcc\x07\x3e\x8b\xfa\x84\x4f\x1c\x81\xf9\xc0\x67\x51\x9f\xf0\x89\x46\x99\x01\x5e\x9a\x5a\xf0\x42\x40\x67\xfa\xaa\xdf\x1e\x66\x73\x06\x78\xc1\xcd\x9a\xbe\xb2\x37\x25\x93\x4e\xcf\x2e\xb3\xe7\x43\xbf\x7c\x57\x25\xcf\x00\x9b\x4c\xdf\x0c\xb0\x89\x0f\x3b\x7d\xf1\x6e\x0f\xd3\x37\x13\x02\xc4\x9b\x98\x09\x01\x1e\xfd\x07\x2b\x84\x0e\xa6\x67\x0f\x58\x20\xd7\x79\xba\x15\xb3\x10\x74\xa7\xd3\x0b\x49\x2d\xa3\xc5\x73\xbe\xe8\xb7\x20\x91\x65\x7a\x91\xc8\xdc\x1a\x59\x60\x6b\x6c\x66\x7a\x61\x6b\x6c\x66\x7a\xc1\x16\x4e\xb7\x54\x16\xaa\xfa\xbc\xb4\x18\x91\x87\x0e\x2c\x48\xb8\x6e\x8e\x2c\x48\x64\x9e\xa6\x65\x01\x95\x3c\x0b\xbc\x4c\xfd\x07\xbd\x95\x68\x41\x8f\x18\xd8\x2c\xd0\x5b\x93\x16\xf4\xb0\x9a\xb3\x42\x0f\x5f\x6d\x7a\x9c\xd9\x02\x0b\xb5\xe9\xe0\x02\x0b\x78\x60\xb3\xc2\x8b\x24\x58\xe1\x05\xb5\x3b\xdd\x70\x59\x64\x83\x6d\xba\xe1\xb2\xc8\x06\xdb\x74\xc3\x65\x31\x88\x82\xcb\x2c\x92\x1a\x35\xdd\x38\x59\x4c\xfa\x6f\xd3\x12\x3d\xa3\x85\xcc\xdc\x38\x59\x24\x14\x33\xdd\x38\x59\xc4\x3b\x9b\x1e\x83\x36\xc5\x6f\x67\x73\x3e\x95\x83\x3a\xdd\x70\x59\xc4\xfc\xcd\x06\x9f\x0d\x3e\x1b\xbc\x48\xba\x6e\xb8\x2c\x4a\xba\x0d\x5e\x08\xd3\xcc\x06\x2f\x43\x7d\xba\x3c\x23\x3e\xc9\x74\xc3\x65\x51\xf3\xd0\xe1\x53\xef\x67\x87\x4f\x92\xaf\x66\x87\x17\x49\xbe\x23\x97\xcd\x87\xe3\xc6\xc9\x22\xb9\xea\xb3\x23\x17\x3c\xbe\xd9\xe1\xc5\xd4\x0b\xbc\x98\xe8\xc1\x8b\x66\xac\xc3\x0b\xde\xf5\x1c\xd0\xd3\xfc\x0d\xc6\xae\xf9\xf3\x48\xb6\x25\xc2\x65\xd3\x0d\x97\x25\x36\xe6\xa6\xaf\xa3\x2c\x11\x63\x9f\x1e\x59\xb6\x84\x53\x32\x3d\x3b\xc2\x12\xfe\xed\x5c\xf4\x82\x82\x9e\x8b\x5e\x24\x4f\x37\x39\x96\xd8\xa5\x98\x1e\xd0\xb1\x24\x09\x7a\x40\xc7\x14\xbf\x9d\x1e\xd0\xb1\x34\x19\xbb\x1b\x27\x4b\x6c\x6d\x4e\x37\x4e\x96\xf0\xf8\xe6\x86\x17\x49\xd0\xb7\xe9\x4c\x89\xa6\xd3\xe0\x5a\x72\x31\xe8\x49\x2e\x06\x3d\xdc\xba\xe9\x66\xcc\x12\xf9\xe8\xd3\xa0\x77\xd5\x0b\x23\x92\xcc\x0c\x7a\x97\xb7\xce\xd7\x4a\x96\x1f\xf5\x62\xb4\x90\x99\x87\x8c\x2c\xe3\xd6\x4d\x0f\x19\x99\x22\xb6\xd3\x57\x55\x96\x09\x97\x4d\x37\x86\x96\xf5\x7e\xba\x31\xb4\x2c\xd5\xea\xab\x2a\xcb\x7a\x5b\x7d\x55\x65\xb9\xaa\xcf\x46\x0b\x5e\xdc\x18\x5a\x6e\xea\x05\x5e\x88\xa3\xcf\x0b\x2f\x64\xb5\xcf\x0b\x2f\xe4\x70\xcd\x0b\x2f\x38\x17\xf3\xc2\x0b\xce\xda\xbc\xf0\xb2\x7f\xb4\xbd\x37\x2f\x6c\x4a\xf0\x17\x36\x25\xf8\x0b\x9b\x7a\x05\xdd\x4e\x5a\x66\x17\x72\xba\x9d\xb4\x8c\x0d\x9d\x97\x21\x1c\xdd\xe9\xa2\xce\x9a\x06\x6c\xa8\x22\xbd\x13\x1b\x9a\xa5\x6c\xb0\xa1\xf9\x6a\x40\xfe\x9a\x15\xec\xeb\xc2\x86\x16\xbc\x97\x85\x0d\x55\x14\x78\x39\x00\xc4\x0a\xe9\xef\xcb\x97\x74\x56\xf0\xf8\x16\x36\xb4\x60\x5f\x17\x36\xb4\xe0\xe3\x2d\x6c\x68\xc9\xfa\x6f\xd1\x82\x1e\xd6\xaf\x30\x99\x0b\xeb\x57\x98\xcc\x85\x85\x2b\xa4\x1c\xad\x40\x2f\x4c\xe6\x0a\xf4\xd2\x74\x27\x63\xc0\xeb\x59\x11\xea\x4c\xdf\x8a\x3c\xc7\x84\xad\xc8\x73\x6c\x90\x2e\xdf\xda\xb4\xc2\xf6\xde\xf2\xad\x4d\x2b\xa8\x9e\xe5\x09\x79\xa6\x2c\xd7\x85\x31\x54\xf4\x78\xf9\x92\xce\x8a\xe9\x3f\xc6\x40\x6a\xfc\xc2\x50\x16\x72\xb2\x17\x86\xb2\x10\xab\x5b\x89\x3e\x99\xbf\x95\xe0\x9a\xf9\x5b\x18\xc3\xaa\x79\xf0\x2c\x65\xab\x9a\x07\x4c\x5c\xc5\x97\x59\x98\xb8\x2a\x59\xfb\x42\xcd\x2a\x5e\xe4\xf2\x85\x9a\x55\x3c\x9b\xe5\xa9\x6d\x56\x93\x9e\xf3\x39\xaa\x9a\x07\xcc\x5f\x65\xcb\x69\x79\x8c\xcf\x2a\x48\xc9\xe5\xab\x31\xab\x59\xbd\xb8\x94\x2a\x1b\xb2\x0b\xf3\xa7\x88\xf4\xc2\xfc\x29\xff\x76\x61\xfe\x2a\x1b\x7a\x0b\xc3\x55\xf1\x65\x16\x86\xab\xe2\x7d\xae\xca\xf8\xba\xee\x84\x02\x21\xa3\x85\xe1\xaa\x9a\x31\x5f\x71\x59\x25\x48\xb4\x2a\xd4\x09\xdd\x2d\x8c\x5a\xc5\x4f\x5d\x18\xb5\x8a\xa3\xb3\x30\x6a\x55\xb3\x89\x51\xab\x78\xad\x0b\xa3\x56\xd9\xc2\x5b\x18\xb5\x4a\x52\xda\x6a\x48\x89\x8d\xdc\x85\x51\xab\x78\xb4\x0b\x73\x54\x09\xeb\xad\x0e\x05\xc2\x7a\xab\x43\x01\xe7\x69\x61\xaa\x2a\xce\xd3\xea\x50\xd0\xbc\x77\x28\x5c\xdd\x89\x94\xf0\x7d\x17\x66\xac\x3d\xfa\x6f\xd1\x52\x2f\x2e\xa5\x86\xb7\xbb\x30\x55\x4d\xef\x84\xa3\xfe\xac\xe9\x9d\xf0\xc0\xa1\x35\x36\x72\x17\x66\xac\xe9\x9d\xf0\xe0\xa0\x35\x1c\xb2\x85\x19\x6b\x7a\x43\x30\x63\x4d\xdf\xe6\x80\x17\x7c\xdf\x35\xe0\x05\xdf\x77\x79\xe0\xd0\x1a\xae\xdb\x9a\xd0\xc3\xa8\x2d\xdf\xdd\xb0\x46\x50\x71\x4d\xe8\xe9\x9d\x98\xd0\x63\xed\xb2\x26\xf4\x70\xdd\xd6\x84\x9e\xbe\x69\xcc\x66\xd3\xdb\x33\xa1\x87\x27\xbc\x7c\x4d\x67\x8d\xd5\xca\xf2\xed\x59\x6b\x7a\x7b\x30\xa9\x4d\x5f\xb8\x87\xf5\x9e\xa7\xac\x1f\xa8\xe4\xe5\x56\xec\x11\xc2\x6b\xb9\x15\x7b\x9e\x86\x00\x0d\xd0\x34\x5e\xc8\x72\x2b\xf6\x3c\xec\x06\x2f\xb7\x62\x9f\xf0\xea\xe5\xcb\xb6\x4f\x78\xf5\xf2\xc5\x58\x7c\x62\xa5\x35\xbe\x00\xa3\x97\xdb\x9f\x4f\x60\xf4\x72\xfb\xf3\x09\x8c\x5e\xbe\xe0\xfa\x04\x46\x2f\x5f\x70\x7d\x02\xa3\x97\xdb\xa6\x4f\x60\xf4\x72\x43\x32\xb7\x14\xf4\x05\xf2\x0b\xcc\x76\x81\xfa\xdb\x49\x2d\x20\xc6\xf8\x7f\x0b\xd4\xdf\xc6\xff\x5b\x9f\xc0\x68\xef\x65\x0b\x18\x8d\x0d\xdd\x02\x46\x93\x3a\xbe\x05\x8c\x26\xd2\xb4\x05\x8c\x66\xdb\x73\x83\x0f\xdc\x2c\xc9\x37\xf8\xc0\x3d\xf4\x1c\x9c\x4d\x3d\x07\x67\x53\x77\x76\xa0\xd0\x81\x96\x80\xd1\xa2\x0e\xd7\xeb\xd0\x12\x30\x3a\xd2\x12\x30\x5a\x7d\x0a\x18\xbd\x68\x09\x18\xad\x5e\x18\x1f\x1f\xea\x0e\x8c\xef\xa8\xc5\xf8\x80\x85\xee\xc0\xf8\x0e\xf4\x02\xe3\x63\x36\x37\xe0\x6e\xc3\xe3\xdb\x80\xbb\x2d\xa8\x17\xa0\xc9\xc4\x06\x77\x00\x0e\x4c\x50\x6a\x07\xe0\xc0\x51\x14\x80\x26\x27\xb5\x80\x49\x27\xd1\x03\x2a\x9c\xf5\x1c\x50\x61\xd4\xee\x0e\x40\x85\x41\x27\x6e\xc0\xe4\x0a\x35\xed\x08\x54\xb8\x57\x5a\x40\x9a\x3b\xbc\xf8\x0a\x6f\x1a\x11\xf7\x1d\x19\x83\xe6\x21\x32\x86\xa9\x5e\xe0\x05\xa5\xb8\x01\x9a\xdb\x16\x3d\x78\x21\xfe\xbe\xa3\x60\xcb\x48\x37\xc1\x0b\x26\x6e\x27\xc1\x96\xe9\x33\xc1\x0b\x50\x98\x0d\x40\xdd\x48\xc4\xdc\x09\x08\x35\x99\x44\x1b\x80\xfa\x79\xd4\x02\x46\xcc\xb7\xb2\x7d\x7d\x39\x0f\xb9\x43\x3b\x01\x00\x46\xf1\x6d\xa0\xec\x07\xc5\xb7\x81\xb2\x1f\xa2\xd5\x3b\x01\x00\x26\xe4\xb7\x33\x00\x60\x54\xdd\x06\xe6\x7e\x50\x6e\x3b\x0b\xe0\xac\x3b\x01\x00\x63\x0c\x77\x06\x00\x4c\x3a\xd9\xce\xf0\x59\x91\x44\x86\x4f\x7d\x1d\x19\x3e\x1b\xf3\x00\x3c\xfe\xa0\xb2\x36\xf0\xf8\xc3\xea\x68\x03\x8f\x3f\x5d\x14\x5c\xd6\x67\x88\x17\xc6\x30\xc4\x0b\x63\x60\x25\xba\x0b\x7c\xe2\x6a\x6c\xa0\xf3\xc7\xe0\xa5\x00\xcb\xd6\x7b\x0d\x74\x5e\x89\x75\x1b\xe8\xfc\x91\xe4\x81\xce\x9f\xab\x3e\xe1\x13\xe7\x70\xfb\xca\x77\x5e\x9c\xbc\x0d\x74\xfe\x46\xdd\x09\xfe\x98\xad\xbf\x5d\x41\x07\xb3\xbe\xdc\x6e\xfa\xa7\xc2\x57\xbb\x0a\xe1\x4c\x9f\x15\x6c\xb2\x64\x5d\xc1\x11\xe7\xfb\x03\x95\xbc\x2b\xb0\xe5\xa2\x4e\x80\x11\x4b\x9c\x15\x36\xa5\x6c\x40\xea\x5f\x96\x43\xbb\x01\x4d\x26\x79\x67\x37\xa0\xc9\x40\x1c\x77\xa3\x4f\x62\x7c\xbb\x01\x85\x26\x1f\x76\x83\xe2\xbf\x78\x6e\xbb\x41\xef\x88\x02\xf4\xa4\x0a\x00\xc1\x3e\x52\x05\x4d\x90\x66\x7a\xe9\x82\x34\xf3\x39\x74\x41\x9a\xb9\xb3\x0b\xd2\x0c\x2f\x60\xb3\x1e\x72\x34\x37\xc9\xfe\x0f\xcb\xc4\xdd\x81\x34\xeb\x15\x24\x93\xf5\xc9\xea\x13\x50\xb1\xe4\x42\x26\xeb\x53\xd4\x27\x70\xe7\xaa\x3e\xe1\xb3\xea\x4e\xf8\xd4\xcb\x3a\xe0\x53\xaa\x9c\x4c\xd6\xa7\xeb\x3f\xf8\xd4\xeb\x49\x26\xeb\x33\x74\x27\x7c\x4a\xa1\x90\xc9\xfa\xb0\x78\xdf\x64\xb2\x3e\x93\x17\x92\x4c\xd6\x07\x9f\x6b\x03\x35\x78\x34\x2b\x40\x0d\x1e\x76\xbb\x37\x59\xae\x0f\x26\x6e\x93\xe5\xfa\xe8\x45\x06\x51\x16\x58\x34\x6e\x10\x65\xe1\x11\x05\xa0\xbb\x7a\x59\x05\xdd\x0d\xf4\x49\x06\x6c\xc0\xe0\x6d\x10\x65\x21\x33\xbe\x09\x54\x58\xd2\x25\x3b\x36\xe8\x03\x27\x1f\x36\xe0\x08\x6c\x20\xb8\x81\x45\xe3\x5e\x02\x38\x43\x01\x68\x83\x92\x0a\x37\x38\xb1\x20\x29\x91\x39\x1b\x24\x25\x70\x62\x0a\x35\x6d\x70\x62\x41\xe6\x0f\x9c\x58\x60\x09\xb9\xc1\x89\x05\x99\xbf\xc5\x68\x59\xbc\xef\xc5\x68\xc9\xe5\xde\x8b\xd1\xe2\x6f\xee\x0d\x9f\x92\x20\x30\x8b\x20\xb5\x0b\xcc\x42\x01\xa4\x2d\xa8\xb0\xde\x48\x60\x16\x91\xbd\x95\x0f\x5b\xea\x2d\xc6\x47\xbe\x6f\xd4\xfb\x49\xbe\x6f\x64\x9d\xb1\x05\x23\x4e\xea\x45\x90\x66\xc6\x2e\x18\x31\xf9\xc5\x9b\xcc\xe0\xc8\xaa\x63\x0b\x38\x0c\xac\x7e\x03\x97\x88\x7a\x77\x41\xa9\x45\xbd\xad\x02\x15\xb3\xde\xdb\x02\x15\x6b\x1e\xc8\x13\x8e\x32\x7f\xe4\x09\x47\xe9\x02\xf2\x84\x15\x6a\xda\xc0\x2c\x22\xc1\x90\x7d\x90\x04\x41\xbe\x7d\x90\xc4\xd2\x7f\x48\x82\xf5\xde\x06\x82\xa1\x90\xd1\x26\xdb\x38\x1e\x3d\x07\x9f\x57\x77\xc2\x27\x50\xb4\x0d\x20\x43\x29\x7f\x9b\x4c\xe4\x78\xc5\x8b\xc0\xcf\x48\x97\x4c\xe4\xf4\x88\x6b\x90\xca\x72\x27\x40\x5d\x24\x82\x21\x5b\x30\x69\x49\x5e\x30\x69\x99\x38\x90\x15\x89\xdc\x8c\x0d\xb2\x22\x49\x09\x83\xc9\x4b\x32\x78\x00\xef\x92\x74\x88\xe0\xd5\x9a\x07\xc1\xab\x6b\xfd\x91\x4a\x16\xf2\xba\x8a\xc0\xa6\xc5\xc7\x08\x58\x23\x69\xc2\xae\x40\xd3\x62\x93\xe1\xe1\xa1\x18\x60\x8d\x04\x4e\xc5\x00\x6b\x24\xe2\x2b\x06\x58\x23\xe1\xbd\x98\x7b\x98\x2b\xe1\x45\xda\x03\x14\x9a\xad\x1c\x13\x80\x7b\xe8\x4e\x86\xc7\x67\x64\x0f\xc3\x43\xf5\xd8\x03\x9f\x2c\xf0\x4c\xe0\x6e\xa6\xdd\x82\xa0\xd7\xf4\x12\x04\xbd\x86\x1e\x15\x28\x12\xf6\xd5\x40\x12\x2a\xdb\xd1\x04\xf5\x26\x22\x66\x20\x09\x33\xcb\x36\x03\x1c\x92\x99\x4c\xa3\x92\x44\x46\xe9\x1b\x95\x24\x94\xc3\x68\x80\xbb\x33\x1f\x8e\x01\x23\xc9\x4c\x9f\x81\x24\xcc\x58\x4d\x03\x49\x98\xb3\xfa\x84\x5e\x56\x9f\x40\x8c\x8b\xfe\x03\x62\x8c\x79\x30\x01\xb8\x99\x23\x13\x80\x9b\x39\xb2\x04\x9f\x2c\xb8\x4c\x70\x6e\x72\x6c\x0d\x30\x4a\xc6\xdc\x1a\x68\xc1\xcc\x06\x9b\x09\xea\xcd\xf2\xcb\x04\xf5\xd6\xac\x08\xea\x8d\x87\x69\x82\x7a\x13\x99\x34\x41\xbd\x51\x6e\x26\xa8\x37\xa6\xd8\x04\xf5\x36\xb5\x90\x8b\xe6\x41\x50\x6f\x7c\x4a\x13\xd4\x9b\x7c\x74\x13\xd4\x9b\x08\xa3\x81\x16\x2c\x8f\xe8\x2d\x5a\x8c\x16\xb4\x60\x89\x6a\x09\x50\xcd\x73\x45\x80\x6a\xb5\x9c\xb3\x42\x0a\x9e\x51\x61\xa3\x60\x1e\x0c\x08\x4d\x61\xc9\x6a\x40\x68\x14\x86\x32\x20\x34\x85\x0c\x0f\x2b\x02\x4d\x33\x7f\x05\x5e\xa6\x28\xc0\xcb\x56\x9f\xf0\xc2\xfa\xc4\x80\x88\x17\xbd\x67\x40\xc4\x0b\x01\x40\xab\x70\xc6\x6a\xc5\x04\x11\x27\xc7\xd6\x40\x20\x2a\x51\xd1\x80\xec\x14\x02\x80\x06\x64\xa7\xe2\xa2\x18\x90\x9d\xca\xfe\x82\x01\xd9\xa9\xf8\xda\x56\x81\x34\x63\x52\x0d\x00\x4f\xd5\xbb\x0b\x80\xa7\xb2\x6a\x34\x70\x8c\x55\x6f\xa4\x07\x66\x56\x65\x0d\x69\x00\x78\xaa\xde\x41\x00\x3c\x0a\x0b\x19\xee\x52\x65\x81\x6e\xb8\x4b\x95\x7c\x2b\xeb\x02\x69\x33\x22\xdc\xa5\x8a\xef\x6b\xb8\x4b\x95\xd8\xb5\xe1\x2e\x55\xdc\x3a\xc3\x5d\xaa\x44\xab\x0d\xb7\xa7\xe2\xac\x19\x6e\x4f\xc3\x59\x33\xdc\x9e\xa6\x77\x02\xb7\xa7\xb1\x73\x65\xb8\x3d\x0a\xa9\x18\x6e\x4f\xc3\xfc\x19\x6e\x4f\x63\x35\x6d\xb8\x3d\x4a\x2a\x34\xdc\x9e\x46\x28\xcd\x70\x7b\x9a\xbe\x46\xdc\x9e\x56\x75\xa7\x80\xd8\xc8\x05\xb7\xa7\xb1\x26\x30\x9c\x99\xc6\x3a\xd8\x80\xc7\xb7\xfd\xa3\x8c\x0b\xa3\x44\x49\xc3\x36\x19\x28\xa0\x86\x8d\x31\x7c\xa0\x0e\xba\xcd\xf0\x81\x94\xf1\x67\xf8\x40\x9d\x5a\x5e\x86\x0f\xd4\x49\x35\x33\x7c\xa0\xce\xb6\x92\x81\xb1\x57\x8e\x9f\x81\xb1\xef\x49\x14\x80\x03\xeb\x95\x00\x63\xdf\xd9\xde\x33\x30\xf6\x1d\xe4\x8d\x81\xb1\xef\x98\x0e\x03\x32\xda\xb1\xf5\x86\x5f\xa5\x6c\x40\xc3\x77\xea\x5d\xbd\x40\x4f\xea\x05\x3f\xa7\xeb\xa3\xc2\xcf\xe9\x12\x19\x7e\x4e\xd7\xeb\x82\x9f\xd3\x97\xee\x14\x4c\x1a\x0a\x5b\x30\x69\x5e\x82\x2d\x98\x34\x12\xdc\x82\x49\x33\x5a\xa0\xa6\x1d\x4f\xca\x80\x9a\xf6\xab\x3b\x81\x03\x4b\xe9\x03\x35\x1d\x92\x35\xfe\xd1\xd0\x07\x07\x9c\x74\xe8\xa3\x02\x4e\x3a\x64\x1e\x40\x47\x0d\xbd\x66\xc0\x49\x07\xa1\x03\x33\x81\x9f\xa1\x67\x02\x3f\xc3\x35\x3e\xd0\x90\xac\xf1\x81\x06\x9e\x94\x19\x50\x61\xbd\x66\xc0\x50\x87\xd4\x12\xfe\xd1\x90\x74\xf1\x8f\x06\x9e\xbe\xe1\x1f\x8d\x01\x2f\xf8\x47\x43\x92\x3f\x02\x38\x33\xef\x07\xa0\xb2\x3e\x62\xfc\xa3\x21\xa5\x8f\x7f\x34\x96\xfe\x63\x0c\x4b\xcf\x31\x06\xcd\x03\xfe\x91\xd2\xfa\x0c\xff\x48\x69\x7d\x86\x7f\xa4\xb4\x3e\xc3\x3f\x1a\x52\x75\xf8\x47\x43\x6f\x39\xfe\xd1\x24\x2e\x6a\xf8\x47\x13\xff\xd6\xae\xa0\xd0\x8c\xe1\x0a\x0a\xcd\xdc\xe2\x3b\x4d\x16\xa9\x86\xef\x34\x65\x02\xf0\x9d\xa6\xde\xeb\x2b\x98\xb4\xfe\x03\x70\x4c\xe8\xce\xf0\x9d\xa6\x0c\xec\x15\x4c\x5a\x7c\xfa\xf8\x66\xd3\x7f\x3e\x86\x89\x11\x3d\x38\x41\x13\xb7\xe7\x80\x4a\x9d\x38\x33\x87\x4a\x35\x93\x70\xe0\xc1\xd1\x99\xc8\xfa\x50\xec\x60\x62\x44\x0f\xc5\x0e\xe6\xd2\x73\xd0\xdb\xba\xd3\x68\xf9\xac\x1c\x9c\x99\x49\xa0\xf2\xe0\xcc\x4c\xe2\xd3\x87\x9a\x36\x13\x03\x7b\xa8\x69\x33\x09\x16\x1c\x1c\x9d\xc9\x6e\xd1\xa1\xd4\xd6\x42\x99\x9e\x00\xdc\x99\x37\xf9\x50\xef\x66\x61\x2c\x0e\xf5\x6e\x56\x54\x9f\x00\x95\xa3\x7a\x01\xa8\x4c\x75\xb9\x43\xe1\x85\xc5\x0a\xe1\x50\x78\x61\xb1\x36\x3b\x01\x94\x2f\x41\xb0\x03\x06\x77\x11\x04\x3b\xb8\x59\x8b\x79\x38\xb8\x59\x0b\xc9\x1f\xdc\xac\xd5\xf4\x1f\x68\x64\xf4\xcb\xc1\xb1\x5a\x9a\x07\x1c\xab\xc5\x5b\x7e\x70\x9e\x16\x6f\xf2\xc1\x79\x5a\xb8\x2f\x07\xe7\x69\xad\x1f\xd5\xb8\x38\xf8\x55\x4b\xd3\x40\xd5\xaf\x45\x24\xed\x00\x00\x5e\x54\xbc\x38\x00\x80\x17\xdb\x4a\x87\xea\x0d\x0b\x5f\xf4\xe0\x8f\x2d\xd3\x9d\x08\x9e\x28\xdb\xc1\x1f\x53\x0e\xe3\xc1\x1f\x5b\x47\xbd\x30\xbc\xa3\x5e\x18\x1e\xcb\x93\x83\xaf\xb6\x59\x4c\x1f\x2a\x3b\xa8\xac\xe6\x49\x02\x3f\x1f\x5a\x02\x3f\x23\xc0\x2c\xf0\xb3\x5a\x02\x3f\x43\x0f\x3f\x6e\xe3\x49\x1d\xfc\xb8\x9d\x2b\x2d\x00\xce\x6c\x13\x1c\x7c\x35\x65\x2d\x1e\xca\xf2\x6c\x56\x08\x87\xb2\x3c\x1b\x25\x75\xb2\xc0\xcf\xea\x65\xd1\xd2\x7f\x8c\x61\xa8\x17\xc6\x30\xc4\x0b\x63\x98\x8c\x16\xaf\x6e\x6b\x1e\xf0\xea\x54\x48\xf3\xe0\xd5\x6d\xd3\x9d\xf0\x49\x44\xf3\x50\x11\x42\xf1\xe2\x23\x08\x35\x6a\xe9\x08\x26\x8d\x07\x76\xf0\xf1\x36\x6a\xe9\xe0\xe3\x29\x5e\x7c\xf0\xe3\xec\xd1\x7f\x97\x16\x52\xa2\xd4\x8f\xa1\xb2\x8e\xe0\xd5\x98\xdb\x23\x08\x35\x30\x84\x83\x3f\x66\x59\xcf\x01\x5b\xc6\xaf\x3a\x15\xd8\x32\xa1\x8a\x23\xb0\x35\x5e\xd6\x11\xd8\x1a\x3f\xf5\xe0\xab\x59\xd3\x7f\xf0\x22\xc9\x0b\x88\x4d\x14\xff\x08\x88\xcd\x4e\xf8\x69\x40\x9a\x31\x0f\xa7\x01\x69\x26\xfc\x71\x04\xbd\x1e\xfa\x4f\x60\x6b\x64\xdd\x04\xb6\x86\xba\x60\xd9\xf8\xbe\xa7\x09\x6c\xcd\xd8\x9b\xc0\xd6\xa2\x2e\xb0\x35\xcf\x51\xa0\xc8\x08\xc8\x1d\x0a\x14\xa9\x20\xe6\xc1\xe3\x33\xcc\xc3\x11\xd4\x5b\x2a\x4b\x50\x6f\xcd\x03\x01\xb2\x83\x41\x38\xc0\xb9\x4f\x50\x9f\xc0\x9d\xa3\xfe\x03\xc4\x4c\xb4\xf3\xe0\x29\x2a\x96\x7c\xf0\x14\x8f\xde\x79\xbc\xc1\x83\xe9\x38\x78\x7c\x07\xe3\x7b\x86\x40\xd3\x48\x10\x8f\x4f\x31\xe1\x23\x38\xb7\x64\x2d\x38\x37\x41\xb7\x43\xa0\xeb\x48\xb1\x13\xe8\x3a\x84\x7e\x8e\xa0\xde\xac\x36\x0f\x81\xae\x43\xb0\xe7\x50\x56\x49\xa5\x2c\x0f\x4e\xde\x61\x3d\x74\x80\x7a\x5f\xa9\x64\x4a\x27\x5d\x5c\x8d\x43\xc5\x3a\xa5\x1f\x1e\x1c\x39\xc5\x68\x0f\x75\xe8\x2e\x3e\xec\xc1\x91\xbb\x52\xb4\x38\x72\x97\xed\xbd\x83\x23\xa7\x84\xc3\x83\x23\x77\x59\x43\x1e\x1c\xb9\xab\xb7\x80\x40\xd7\x35\x3d\x07\x48\x1b\x78\xfc\xc1\xc9\x53\x72\xe0\x21\xd0\x75\xa5\xc1\x48\xbd\x54\x02\xe0\x21\xf7\x5f\x41\xd3\x03\xb0\xc9\xab\x34\x7e\x5f\x25\x03\x12\x50\x94\xf4\xb8\xff\xb7\x15\x17\x3d\xe0\xa1\x94\x73\x77\xb6\x00\xd5\x08\x62\x03\x8c\x9e\xfa\x4f\x80\x6a\x3d\x07\x30\x9a\x3a\xcb\x87\xdc\xce\x47\x6a\x9e\xdc\xce\x87\xed\xa8\x03\xb8\x40\x05\x1c\x8f\x09\x7a\xad\xff\xa0\xc0\x42\xed\x00\x04\x7d\xae\xfe\x03\xce\xad\xc9\x24\x43\x34\xe8\xf5\x04\x78\xa0\x52\x8f\x07\x90\x68\x88\x28\x0d\xb2\x47\x95\x82\x77\x0c\x30\x32\xcb\xd9\x73\x04\xa8\xe6\xf5\x3c\x02\x54\xc3\x35\xf0\x85\x20\xf5\x02\x44\x21\x10\x2f\x3e\x64\x96\x2a\xbe\x79\xc8\x1e\x0d\xfa\xdc\x8f\x80\xd1\xbc\x90\x57\x00\x67\xee\x04\xa9\x15\x24\x89\x0b\x0c\xdc\xf4\x1f\x40\x6c\x29\xda\x2b\xf0\x33\x53\x7b\x05\x7e\x86\x33\xc0\x0c\x51\x7e\x07\xd9\xa3\x8a\x4c\x1e\xb2\x47\x15\x99\x3c\x80\x19\xa2\x3e\x5b\xc0\x0c\x91\xc4\xfc\x03\xd4\x54\x51\xcb\x03\xd4\x54\x51\xcb\x03\xd0\x21\x12\x7c\x39\x00\x1d\x22\x1f\xf8\x05\xe8\xa0\x92\x8d\xf7\x11\xdc\xb9\xd1\x02\x7e\xcc\x32\xf8\x02\x74\x88\x45\xff\x01\x3f\x26\x1a\x7f\x01\x3a\x44\xe4\x79\x01\x3a\x44\x4c\xdc\x05\xe8\x10\x09\x7b\x5d\xb0\x67\x91\x2d\xa0\x0b\xb4\x41\x51\xcb\x1b\x04\x3f\x3e\xb4\xa0\x8e\x3f\x7d\x81\x36\x44\x4c\xdc\x05\x09\x1a\x4d\xcf\x41\x1d\xc9\x5f\xa0\x0d\xd1\xd4\x0b\xd4\x81\xee\x5e\x50\xa2\x11\xf5\x72\x41\x89\xaa\x80\xe3\x0d\x48\x89\x20\xc3\x05\x33\x9a\x08\xb7\x5c\x30\xa3\x09\x07\xe2\x82\x19\x4d\x98\xb8\x0b\x66\x34\x05\xdd\xe9\x7c\x2a\x86\x79\x81\x52\x28\x86\x79\x81\x52\xa4\x24\x0a\xc0\x8f\x59\x01\x5d\x8a\x0f\x24\x82\x0c\x37\x02\x85\x66\x05\x74\xdd\x57\xdb\x09\x57\xe3\x82\x3c\x4d\xe4\xa5\x5c\x0a\x13\x24\xcd\x03\x80\x0c\x85\x2d\x2f\x80\x8c\x44\x64\xf9\x82\xd0\x4b\xac\x9c\x6e\x82\xcf\xae\x16\x7c\xf2\x05\x5c\xc0\x1a\x89\xbc\x94\x0b\x58\x23\xe1\xb1\x5f\x40\x17\x0a\x31\x5e\x90\x76\x89\xef\xfd\x66\xa0\xd7\x57\x77\x0a\x18\xad\xff\x04\x7e\x46\x2e\x00\x32\x32\x61\x9a\x0b\x42\x36\x4b\x9e\x20\x64\x33\x81\x8b\x0b\xea\x22\x63\xc6\x6e\x01\x39\x8c\xaf\x7d\x0b\xc8\xe1\xa4\xff\x40\x0e\xb3\xca\xb9\x20\x32\x72\x56\x9f\x20\x87\xf5\x26\x53\x5c\x21\x4b\xd6\xe0\xfc\x14\x54\xbc\x20\x32\x32\xfa\xf3\x82\xc8\xc8\xb8\x13\x97\x52\x0b\xb9\x9d\x1f\xa8\xe4\x5b\x01\x3f\x13\x61\xbc\x95\x21\x90\xfb\x78\x81\x6e\xe4\xa1\xff\x60\x93\x28\xf0\x05\xba\x91\x35\x0d\x40\x37\x54\x06\xf2\x52\xa1\x21\x13\x3f\xba\x00\x32\x32\xbe\xc5\x05\x74\x91\x51\x44\x17\x7c\x60\xde\xba\x53\x10\x6a\x28\x00\xc8\x50\x71\xc7\x0b\x20\x23\x13\x5b\xba\x80\x2e\x32\x6a\xe9\x02\xba\xc8\x78\x1a\x17\xd0\x45\x61\xd1\x7f\xbb\x00\xd5\x50\x00\x74\x51\x82\x5a\x02\x54\x33\x0d\x54\x68\x28\xa8\xb3\x0b\x20\x43\x91\xc9\x0b\x20\xa3\x24\xfd\x07\xf8\x99\xa5\xd2\xa5\x7a\x43\xd1\xc7\x01\x58\xa3\xa0\xd8\x2f\x60\x8d\x42\x21\xee\x0b\xae\xb0\x14\xf5\x09\xc0\x99\x98\xd4\x1d\xf0\xd9\xf8\x6c\xa9\xec\x50\xf0\x49\x2e\x08\xc4\x02\x7a\xef\x02\xe4\x50\x2a\xdd\x05\xc8\xa1\x82\x91\x17\x20\x47\x61\x01\x7b\x41\x20\xaa\x60\xe4\xa5\xea\x43\xc1\x6c\x5e\x40\x1e\x65\xc1\x19\xe8\xc4\xb2\xf4\x1c\x00\x6e\x13\x67\x02\x62\x33\xf6\x21\x20\x36\x9c\x51\x11\x42\xf1\xcd\x2b\xe8\x35\x3e\xc2\x15\xf4\x5a\x1f\x8e\xa0\xd7\xac\x5d\x2e\xa0\x92\x8a\xa1\xbc\x54\x8b\xa8\x44\xf5\xae\x60\xd9\x49\xff\x01\xaf\x96\x9a\x9f\x00\xa3\x8b\xfa\x74\x79\x56\xfc\x9c\x2b\x90\x76\x57\x2f\xce\x67\x95\xcc\x00\xa3\x54\xbc\xe4\x2b\x00\xb7\xde\x56\xea\x4a\x28\x45\xed\x52\x57\x42\xf1\xcd\xbb\x04\xb6\x46\x4a\x0b\x3e\x59\x35\xde\x25\xb0\x35\x63\x07\xb6\x52\xf1\x96\x2e\xb0\x95\x7a\xd5\x0b\xa0\x62\xd6\x7b\x77\x01\x2a\x96\xba\xc6\xaf\x6a\x52\xd7\xf8\x55\x0d\x2f\xf9\xe2\x57\x35\x29\x68\x9c\xa7\xc6\x4e\xff\xdd\xc0\xb2\x25\x09\xc0\x2f\x4d\x6f\x16\x0e\x52\xab\xba\x13\x80\x33\xa1\xa6\x0b\x32\xb3\x49\x4a\x20\x33\x9b\xcc\xdf\x86\x17\x29\x5a\x83\x17\x19\x43\xea\x66\x34\x7d\xfd\xd4\xcd\x68\x7a\xeb\x80\xd7\x34\xc2\x81\x17\xe7\xa9\x91\x1f\x74\x71\x9e\xda\x56\x2f\x70\x66\x7a\x0e\xce\x4c\xf4\xe0\x4c\x0a\x1a\xe7\xa9\xc9\xc4\xe1\x3c\x35\x7d\xe1\x38\x4f\x8d\xbd\x87\x8b\xf3\xa4\x10\xea\xc5\x79\xea\x41\xff\x25\x5a\xf4\x09\x64\xa7\x4b\x41\xe3\x58\x29\xbc\x7a\xc1\x7e\x76\xbd\x83\xc0\x79\xba\x64\x8d\xd3\xd5\xa5\xae\x81\xf3\x28\xd8\x7a\x81\xf3\x74\x7d\xfd\x38\x64\x5d\x6f\x2b\x0e\x59\xc7\xe5\xbb\xc0\x79\xbc\xb2\xe5\xf7\x55\x32\x48\x1f\x15\xbd\xbc\x20\x7d\x14\xbf\xbd\x20\x7d\x3a\x79\x9f\x17\x1f\xaf\xcb\xbe\xe2\xc7\x75\x29\x14\xfc\xb8\x4e\x8e\xdf\xc5\x8f\xeb\xb2\x0e\xf8\x6a\x5d\xca\x1b\x5f\xad\x0f\xf5\x22\xb0\x35\x62\xb9\x02\x5b\xab\x17\x78\xf1\xe5\x50\xe0\xf4\x93\xdd\x7d\x43\x2f\x3c\x8f\x80\xd8\x6a\x31\x0d\xa6\x3b\x11\xa7\x2b\x8d\xf0\x3c\x88\xf3\xea\x4e\xa0\xc9\x8f\xfe\x03\x26\xfd\xe8\x39\x60\xd2\x1e\xb1\x0d\x0f\xfe\x18\x11\xdb\xf0\x50\x0b\x60\x78\x14\x31\x3c\x80\x4b\x47\xa4\x4f\xbc\xb3\xe1\xb6\x37\x3c\x78\x67\xc3\x3d\xcc\xf0\xe0\x9d\x8d\x04\x05\xfc\xaa\x51\xa0\x10\x04\xc4\xd6\x9d\x3e\x5a\x22\xb6\xe1\x89\xc0\x9d\x5d\xd9\x84\x07\x9f\x6b\x74\xb5\xa0\xee\x86\x32\x3c\xf8\x5c\x14\xa1\x0c\x0f\x3e\x17\x11\xdb\xf0\xe0\x73\x11\xa3\x0d\x0f\x3e\xd7\x98\xf0\x82\xcf\x35\x26\x23\xa2\x82\xc1\x58\x70\x46\x31\xa8\xb1\x18\x3b\xfe\xd8\xd8\xa2\xce\x18\x3c\x88\x12\x1e\xfc\xb1\x61\x48\x02\x7f\x6c\x18\xd4\x93\x20\xdb\xd0\xc3\x1f\x1b\x17\x0a\xf8\x63\xe3\xd2\x27\xfe\x18\xe5\x2a\xc3\x93\x04\xd9\x9e\xb4\x04\xd9\x86\xcf\x24\xc8\xb6\xee\x14\x64\x5b\x7d\x02\xd9\xd6\x3c\x00\xb3\x9d\x09\xb9\xe0\xb9\xcd\xc2\xbc\x03\xa5\x9d\x05\xae\x81\xd2\xce\xaa\x5e\x2e\x2d\xc6\x4e\xdd\x85\x59\xa1\x0e\xcc\x76\x56\xb8\xa6\xb6\xc9\xec\xcc\x03\xb5\x4d\x66\x87\x33\xfc\xbf\xd9\x19\x3b\x3e\xde\x1c\x50\xc0\xc7\x9b\x03\x0a\x80\x6e\xe7\x84\x4f\x40\xb7\x53\x73\x84\x1f\x37\x17\x5c\xe3\xc7\xcd\x05\x05\xfc\xb8\xb9\x90\x35\x7e\xdc\x74\xd3\x11\x1e\xfc\x38\xe2\xbe\xe1\xa1\x96\xc3\x34\xb8\xa6\x48\xd6\x3c\x8c\x1d\x1f\x6f\x1e\x64\x86\x8f\x37\x2f\x14\xf0\xf1\xe6\x85\x17\x9c\x35\x4a\x67\x06\x4e\x1f\xda\x4b\xdf\x0a\xee\xd9\x72\xe5\x16\x1e\xdc\xb3\x25\xc9\xe3\x9e\xad\x04\x75\x0a\x68\xad\xcc\xdc\x82\xac\x5d\x59\xff\x01\xee\x2e\xbc\x59\x38\x72\x4b\x5f\x07\xc8\xda\x55\xe1\x05\x47\x6e\x35\xa8\xe3\xc8\x2d\xcd\x03\x8e\xdc\xea\x50\x6f\x02\x8c\x33\x3e\x9c\xb5\x35\xe1\x13\xa7\x6b\x4d\xa8\xe3\x74\xad\x45\x2f\x38\x5d\x4b\x5f\x00\x4e\xd7\x5a\xbc\x05\x38\x5d\x6b\xab\x17\xc6\x27\x4d\x84\xd3\xb5\xa4\x89\x06\xf4\x0e\x63\xc0\xe9\x5a\xe7\x07\x35\x2e\x02\xc7\x29\xed\x75\x19\x02\x3e\xd7\xd2\x34\xe0\x57\x6d\x29\x30\x7c\x27\xe2\xb0\xe1\xa1\x9a\xd6\x4e\x0c\x81\x6a\x5a\x3b\x23\x4e\xfc\x2a\x8e\x45\x0a\x0f\x7e\xd5\xd6\x07\x80\x5f\xb5\x0b\xaf\x12\x7e\x15\x05\x2a\xc3\x83\x5f\xb5\x9b\x5a\x40\xbd\x1b\xd4\xf1\xab\x38\x08\x29\x3c\xf8\x55\xbb\x21\x24\xfc\xaa\x2d\x25\x05\x90\x77\x0f\xf8\xa4\x5a\x04\xb9\xc0\xe1\xc1\xe7\xda\x53\xd4\x85\x56\x87\xeb\x29\xb4\xba\xf8\x64\x7c\x5b\xd4\x19\xdf\x46\x2e\xf8\x63\xdb\xa0\x87\xcf\x45\xfc\x36\x3c\xf8\x5c\xfb\xf0\xdc\x12\x5c\x9d\x57\x02\x9f\x6b\x4b\xd6\x4b\x70\x75\xf8\x5c\x82\xab\xab\x05\x48\x5b\x4a\x1f\x18\xb1\xe9\x25\xc7\x1f\xb3\xc4\x88\xf0\xc7\x2c\xeb\x3f\x40\xda\x05\x7a\xf8\x5c\x1c\x4c\x14\x9e\x0d\x48\xbb\xc1\x27\x05\x7c\x88\xca\x86\x07\x7f\xcc\x24\x4f\xfc\x31\xeb\xba\x13\x00\x77\xd7\x9d\x00\xb8\x3b\x9c\x11\xcc\xb2\x2e\x7a\x8c\x61\xe8\x3f\xc6\xa0\x97\x7c\x0b\x68\x0e\x9f\xf8\x63\x26\xe9\xe2\x8f\xd9\xe6\xd5\x25\x98\x45\x29\xcb\xf0\x10\xcc\x22\xc3\x37\x3c\x04\xb3\x8e\x94\x37\xfe\xd8\x91\x62\xc0\x1f\x3b\x52\xd0\xf8\x63\xc4\x53\xc3\x83\x3f\x46\x49\xca\xf0\xe0\x8f\x9d\xcc\xf8\xf0\xc7\x8e\x24\x88\xcf\x75\xa4\x26\xf0\xb9\x4e\x61\x0c\xf8\x5c\xa7\xf1\xbe\xe0\x73\x1d\xa9\x5d\xfc\xaa\x23\xb5\x7b\x04\xfc\x56\x9f\xd0\x5b\xea\x13\x7a\x7a\x97\x70\x82\xce\x86\x4f\x9c\xa0\x23\x07\x02\x27\xe8\x5c\xde\x56\x02\x5d\xf7\x81\xc2\x15\xf0\x9b\xef\x41\x50\xe8\xc0\xf8\x04\x85\x8e\x48\x17\x07\xe9\x26\xe4\x49\xa0\xeb\x26\xd1\x03\x26\x2d\x49\x10\xa2\xba\x55\x7d\x02\xc4\xae\x4e\x9d\xe3\xcc\x36\xe9\xb1\x81\xe3\xcc\xf6\x65\xde\x39\xce\x6c\x5f\xdf\x31\x09\x01\x97\xe8\xf2\xfd\x05\x5c\xa2\xeb\x6e\x56\xe0\x38\xb3\x4d\xc4\x36\x04\xdc\x9e\xcb\x17\x17\x70\x7b\xee\x52\x9f\xf0\xc2\x3b\x11\xa8\xc5\x71\x91\x52\xc0\x25\xba\x98\x9c\x80\x4b\x74\x0d\x0a\x41\xa0\x70\xfd\x87\x24\xbc\x04\x59\xe0\xf8\x34\x23\xad\x36\x04\x81\x9f\x1f\xe8\x09\xfc\x1c\x18\x83\xc0\xcf\x41\x7d\x02\xb6\x4e\xf0\x09\x18\x8c\x02\x9c\x81\x63\xd7\x8c\x84\xd8\x10\x22\x98\x66\xbe\xb8\x10\x01\x62\x63\x56\x42\x04\x88\x5d\x7f\x00\xa8\x0e\x21\x0a\xa3\x5d\x79\x0c\x08\x35\xde\x59\x88\x0c\x81\x8f\x31\x44\xe1\xb7\x11\x4b\x64\x08\x9a\x06\x90\x68\xe4\xd1\x06\x4e\x79\xb3\x07\xdb\xc4\x29\x6f\x46\x9c\x39\x70\xca\x9b\x3d\x58\xf7\x10\x19\xde\x46\x64\x82\x6c\xe3\x8f\x05\x41\xb6\x4d\xff\xc1\x27\x16\x27\x24\xf8\xbc\x70\x9d\xe0\xf3\xc2\xe7\x27\xb8\x1b\x3e\x3f\xc1\xdd\xf0\x99\x80\x65\x3f\xf0\x22\x70\xb7\xef\xa7\x87\x20\x70\x77\x10\x3d\x60\xd2\x28\xbe\x00\xba\x2d\xf0\x5a\x87\x0c\x4c\x1a\x9f\x8b\x33\xe6\x8c\x03\x86\x02\x67\xcc\x59\xa8\xba\x13\x98\x34\x7e\x55\x70\xbf\xca\x02\x9e\x70\x10\x7c\x1c\xbf\x2a\x08\x3e\x2e\xe9\x82\x98\x0b\xf8\xbe\x9c\x4d\x67\x81\xcf\x3d\x08\x5a\x3e\x44\x41\x00\x6e\xfa\x14\x60\x7c\xf3\x9c\x00\xe3\x92\xa7\x00\xe3\x18\x92\x20\xc0\x38\x1e\x11\xa7\xd1\x59\x90\xcc\x40\xcc\x71\x50\x50\x08\x20\xe6\x28\xb9\x19\x02\x60\xf2\x18\x44\x01\xc0\xb1\x24\x08\x62\x2e\xa2\x0a\x38\x8d\xce\x88\x4f\x87\x00\x60\x9c\xc8\x72\x08\x00\xc6\x63\x86\x9e\x40\xe1\x85\x3e\x2b\xe0\x67\x4c\x78\x10\x28\x1c\x23\x13\x04\x0a\xd7\x4b\x2e\x50\x38\xbe\x53\x10\xb8\xbb\x23\x25\x81\xbb\x07\xd4\xc1\xc1\x45\xbd\x91\x0d\x7a\x53\x2d\x80\xdf\x78\x4b\x41\xc0\x6f\xa9\x89\x26\x20\x36\x63\x6f\x02\x62\xc3\xa7\x40\xe1\x06\x2f\x02\x85\x63\x98\x83\x40\xe1\x52\x0c\x02\x85\x63\x64\x82\x40\xe1\xac\x17\x38\x19\xcf\x92\x64\x0d\x0a\x2f\x3d\xbc\x83\xa0\xf0\x92\xe4\x09\x0a\x2f\x45\xde\x79\x50\x78\x29\xc3\x19\x28\xbc\x94\xd5\x0b\x20\x66\x49\x17\x14\x5e\x2a\xa2\x07\x88\xb9\x88\x17\x1f\x43\xd2\xbb\x0b\x98\x3c\x75\xd1\x3b\xb4\xf8\x52\xbb\x00\xdc\x8c\x16\x84\x5e\x92\xda\x1d\x8c\x41\x8a\x76\x30\x06\x1c\x9d\x00\x7a\x2f\xe1\x6f\x72\x66\x9f\x25\x49\x17\x10\x7a\xda\x70\x36\x18\x83\xde\x4f\x90\x7d\x49\x6a\x57\x00\x75\x49\x57\x00\x75\xe9\x02\x90\x7d\xe9\xc0\xe7\x10\x48\x9b\x31\x0c\x81\xb4\x99\xb1\x21\x90\x36\x12\x04\xf5\x97\x1f\x71\xed\xe3\xcb\x52\xc9\x13\x60\x74\x80\x4f\x10\x81\xa4\xb9\x86\x30\x01\x46\x4b\xf2\x13\xf4\xb3\x24\x0f\x22\x30\x4b\x33\x80\x08\xcc\x05\x3e\x41\x04\xfe\xb0\x38\x67\x08\x80\x05\xb3\xf4\xfa\x64\x08\x2c\xd4\xc2\x64\x08\x4d\xc4\x19\x82\x26\x65\x32\x84\x01\x2b\x40\x07\xc9\x4f\x0d\x01\x34\x3e\x25\x37\x43\x58\xf4\x89\x47\x14\x16\x7d\xca\xfa\x2d\xfa\xdc\x7c\x1c\xe0\xf6\xb3\xd1\xda\x60\xc9\x0f\xd4\x37\x58\x72\xbd\xd6\x60\xfa\x39\x28\x28\x70\xe8\xa1\x65\xa9\xe4\x0d\x14\xfa\x81\xc2\x06\x6c\x2d\x25\x0c\xde\xbf\x48\xf0\xe0\xfd\x89\x1e\x87\xb0\x01\x1c\x4b\xf0\x1b\x08\x75\x64\x0c\x1b\xb8\xb3\xd4\xcb\x06\xee\x9c\x69\x51\x0b\x80\x08\x71\xe0\x78\x44\x2b\xb2\x9a\xd4\x02\x28\x92\x2e\xb5\x00\x88\x1e\x07\x8e\x47\xb4\x22\x59\x1b\x7c\xca\x27\x31\xf8\x94\xe4\x4d\xb0\x6c\xe4\x42\x9d\x80\x32\xf4\x1f\x7c\x6a\x1e\x4c\xb0\x6c\x46\x4b\x9d\x80\x22\x95\x6c\x40\xa8\xf5\xca\x1b\x10\x6a\x29\x14\x6a\x08\x90\x39\x1b\x02\x35\x04\xca\xe1\xa3\xa2\x86\x00\x99\xb3\x21\x50\x43\xa0\xe0\xb9\x05\x6a\x08\x54\x3c\xb7\x40\x0d\x81\x8a\xaf\xc6\xe9\x8c\x56\xa3\xfa\x04\x26\x2d\x4f\xe3\x00\x93\x4e\xba\x13\x10\x33\x8b\xdb\x40\x45\x81\xaa\x57\xfe\x00\x62\xc6\x87\xe5\x1c\x47\x23\xb2\x1c\xc2\x15\x84\x9a\x3e\xaf\x20\xd4\xcc\x2d\xd5\x06\x38\xd0\x28\x70\xc6\xa3\xd5\xca\xc7\x78\x05\xa8\xd6\x7f\x00\x95\xa5\xbc\x29\x0d\x40\xc1\xcf\xc0\x19\x8f\x56\xe5\xe3\x51\x1a\xa0\x4a\x79\x53\x1a\xa0\xea\x2d\xa7\x34\x40\xdd\xe2\x05\x3e\x1d\xa4\x13\x38\x0d\xd2\x2a\xc1\x9e\xf8\x08\xee\x1c\x68\x21\xc1\xab\x16\x90\x5f\xfc\x38\xce\x7f\xb4\xe6\x7b\x1d\x81\xf3\x1f\xad\xf1\xd6\x71\xfe\xa3\x91\x39\x1b\x38\xff\xd1\x9a\x27\x38\x06\xce\x7f\xb4\x56\xf4\x9f\x20\xc6\xf4\x42\xa1\x00\x8e\x37\x0a\x9c\xff\x68\xad\xea\x39\x00\xc0\x4d\x14\x80\x18\x37\x3d\x07\xc4\xb8\xab\x05\xc4\x18\x27\x81\xb3\x21\xad\x11\x10\xe0\xfc\xc7\xb9\x31\xd3\x9c\xf1\x38\x37\xdf\x58\xd4\x21\xbc\x11\xb9\x80\x7f\xdc\xb8\x3d\x11\x74\xe2\x26\xa8\x11\xc1\xdd\x6d\x56\x24\xb1\xe8\xb0\xe0\x4a\x0b\x54\x2a\xeb\x93\x58\xc1\xb6\x12\xac\x8b\x95\xff\x26\x77\x02\x6f\xdb\x7c\x0f\x11\x08\xdb\x5e\x50\x00\xc2\xc6\xe1\x0f\x81\x73\x1c\xa7\x56\xc5\x9c\xc7\x38\xb7\xd1\xcb\x10\xee\x15\x29\x71\x30\xec\xbe\x70\x36\x18\x2d\x2b\x5f\xce\x55\x9c\x1c\xfe\x10\x22\x07\xc3\x1a\x9a\x88\xd3\x12\xa7\x3d\x3f\xd8\xde\x0b\x1c\x96\x38\x4d\x22\xe3\x24\x58\x8b\x30\xbd\x00\xc8\xf2\xe1\x44\xce\x7e\xb5\x0c\x9b\x9c\xcc\x6a\x15\xc6\x38\x99\x95\xea\x6b\x21\x1a\xa0\x54\x62\x3d\xf1\x08\x04\x8b\xc8\x8e\x40\xb0\x08\xe2\x00\x2e\xc5\xb3\x89\x97\x3b\xbd\x26\x6b\x48\x80\x98\xcd\x37\xa0\x02\x67\xfd\x4d\xf3\xad\x95\x90\x80\xfc\x1a\x2f\x79\x12\x78\x16\x3b\x99\x04\x9e\x75\xdc\x4f\x48\x02\xc1\x7a\x5e\x64\x48\x00\x5d\x0f\x5e\x48\x02\xe8\x4a\xa5\xb4\x90\x00\xba\x72\x4e\x43\x48\x82\xa1\xe2\x93\x24\xc1\x50\x51\xd0\x49\xb0\x50\xd4\x0b\x27\xce\xcd\x43\xd0\x86\x13\xe7\x26\xe7\x34\x84\x24\x20\x28\xcb\xe0\x54\x38\xc9\x97\x4f\x25\x71\xfa\xf1\x21\x84\xc3\x69\x74\x93\x33\x1c\x02\x27\xce\xcd\x53\xa1\x50\x81\x8c\x22\xcf\x04\xde\xf2\x10\xc2\xe1\xc4\xb9\x49\x85\xb5\x90\x78\xb1\xa8\xa2\x16\xd2\xa0\xc5\x82\x39\x0d\x00\xa4\x78\x7c\x49\x67\x05\xa3\x34\xd2\x14\x44\x15\xea\x3a\x39\x98\x08\x71\x5a\x8c\xef\x40\x6f\x03\x20\xc5\xd3\x48\x9f\x47\xe4\x32\xa2\x03\x80\x94\x4f\x2c\xe9\xc0\xdc\x04\x85\x03\xa2\x93\x25\x72\x3a\x20\x3a\x51\xb4\xe9\xf3\x30\x5d\xfa\x04\x2c\x7f\xfd\x4c\xc2\x90\x81\x65\x5f\xdf\xa6\x0b\x19\xa8\xf0\x65\x55\x95\x99\x23\x2d\x67\x33\xf3\x70\x3d\x1f\x22\x64\x20\x18\xcf\xc3\x73\x00\x1d\x1e\x47\xcc\x85\xdc\x74\x48\xad\xf3\xa2\x83\x97\xa8\x16\x16\x74\xb8\xd2\x53\xe8\x45\x88\x47\xdf\x4d\x09\x59\x88\x47\x71\x46\x22\x98\x9f\x12\xf1\xd1\x32\x5a\x50\x20\x33\x9f\x5c\xa5\x90\x49\xa2\x7a\xf0\x37\x75\x64\x12\x87\x3f\x04\x1d\x53\xf4\x10\x05\xd6\xc1\x44\x5a\x27\xea\xb8\xa1\x07\xd3\xa8\xe3\x86\x28\xf4\x15\x0a\xd0\x29\xad\xe9\x0a\xd9\xc6\x01\xe5\x5d\xc8\x05\xe6\xd8\x86\x50\xc8\xf7\x0d\xbc\x9f\x85\xfc\x5b\xf2\x8a\x82\x4e\xbd\x09\x38\x02\x85\x84\x58\x8a\x72\x85\x42\xf2\xaa\xd6\x74\x85\xb4\xd3\xd0\xa1\x47\xda\xa9\xd6\x74\x85\xb4\xd3\x80\xba\x2e\x59\x87\xc6\x42\xbd\xe9\xb8\x57\x28\xe8\x90\x5a\x56\x0f\x85\xe4\xc0\x40\x58\x41\xe7\xc0\x68\xa5\xa6\xf3\x55\x38\x00\x21\x14\x92\xf5\xb4\x1a\x2b\x43\x47\xba\xf2\x1c\x73\xc4\xe1\x08\x41\x67\xaf\x44\x49\x02\xbc\x44\x4c\x8c\x56\x47\xb3\x66\x78\xd1\x81\xab\x84\x69\x8a\x90\x92\x38\x48\x45\x48\x49\xc9\xe5\x13\xb9\x08\x2f\x64\xed\x53\x40\x2b\x14\x32\xec\x39\xac\x20\x14\xe1\x0a\x27\xf4\x84\x2b\x64\x9f\x40\x67\x93\x78\x46\xd0\x77\x55\x32\xa7\x8a\xac\xc8\xe2\xa1\x82\x98\x8b\x04\x0b\x2a\xd3\x4e\xe5\xab\xc0\x39\x22\x2b\xb2\x4d\xc0\x39\x22\x2b\x62\xeb\x2b\x49\xe6\x5a\xa8\x55\x0e\x49\x8a\x58\xfe\x4a\x9a\x77\x72\x2c\x51\xa8\x3a\x58\x14\x3b\xc9\x39\x22\x2b\xb1\x31\x50\x99\x4c\x2d\xb1\x38\xf3\x63\x25\x3e\x80\x4a\x16\x2f\x35\xb2\x42\x25\x53\x97\xd3\x10\x42\x2d\x42\x12\x42\x01\x04\x14\x09\x3a\x81\x73\x3d\x96\x96\x5f\x9c\xcf\xb1\x12\x16\x95\x13\x32\x56\xc2\x6a\x56\x70\x46\xd4\xc1\x0a\x95\x0c\xd1\x84\xff\xce\x29\x18\x2b\x61\x35\x39\x05\x63\x51\x07\x2b\x54\x5e\x82\x84\xd5\xac\xe4\x4c\xe6\x07\x0a\x40\x53\x32\x26\x8e\xf3\x1d\x56\x46\xf5\x54\x3e\x46\x2d\x79\x2a\xa0\x8b\x8c\x89\xab\x80\x2e\xa8\x59\x15\x38\xb5\x61\x91\x5a\x13\x2a\xf0\x85\x8c\x89\xe3\x1c\x83\x95\x31\x63\x94\xfd\x5f\x19\x33\xd6\x84\x16\xc4\x70\x35\xa1\x05\x51\xbb\x4d\x78\x3d\xcc\x58\x23\x3f\x9c\x42\x51\xa1\x09\x15\x87\xe1\x6a\x42\xc5\x61\xb8\x9a\xb0\x67\x98\xaa\xa6\xe3\x49\xf1\x84\x5b\x15\x62\x2e\xd1\x02\x15\x87\x2a\x68\x3a\xac\x14\xe3\xd4\xc8\x13\x2e\x28\xb0\x06\xa0\x9a\xa2\xfc\xa1\x91\x3d\x5a\x58\xf8\xb6\xad\x83\x45\xb9\x13\x95\x55\x30\x0f\x94\x71\x5f\x35\x40\x0f\x74\x69\x8d\x3c\x07\xb0\x82\x12\x48\xa1\x73\x1e\x63\xe5\x5d\xea\x8c\xb6\xe2\x73\x51\xa0\x7c\x55\x36\x41\x3b\x6f\x4f\x65\xb7\xa1\x57\x21\xca\x5c\x2e\x5d\xf8\x2b\xd4\x7c\x07\x4c\xd4\xd8\x4d\xe9\x9f\x47\x74\x42\x01\x88\x10\x25\x74\x42\x07\xc4\xd2\xf0\xf8\xa8\xdd\xbc\x28\x62\x13\xba\xce\xb0\xe4\xfd\xec\x3a\xc3\x92\xd9\xa4\x96\xf2\x6a\x7c\xee\x54\x41\x5e\x6d\xea\x3f\xfa\x64\xeb\x6f\x04\x9d\x99\x59\x69\x71\x27\xd1\x6a\xaa\x04\xaf\xc6\xd7\x38\xb2\xe0\x5f\x3c\x97\x05\xff\xf2\xb1\x53\xdf\x77\x75\x54\x1d\x25\x76\x17\x59\x07\x61\x60\xe2\x3a\xee\xd9\x40\x4a\xe4\x20\x04\x4a\xde\xae\x8e\x9a\xa7\xe4\xed\xa2\xa8\x7b\xa0\xe8\xec\xea\x28\x37\x8a\xce\xae\x8e\xd2\x1f\xe0\xf5\x7a\x83\x3a\xd9\xd4\x1d\xa5\x4f\xc1\xd6\xd5\x79\x93\x87\xe0\x5f\x1b\x0a\x80\xac\x3a\x6a\x9e\xe2\xaa\xab\x13\xd4\x18\x40\xa0\x3a\x6a\x7e\xa0\x4c\x3b\x6a\x7e\x08\xe6\xf4\x20\x09\xc1\x9c\x24\x09\x01\x8d\x30\x01\x94\x0d\x5d\x03\x55\x4e\x71\xce\x35\x50\xe5\x13\xe0\xc8\x40\x95\x53\x2d\x73\x0d\x34\xd1\x04\xad\x31\x50\xde\x13\xb4\xc6\x40\x79\x53\x2d\x73\x8d\x1f\x9d\xbd\x17\x66\x16\xe2\xca\x85\x3b\x75\x64\x26\x5a\x7e\xea\xc8\x4c\xb4\xfc\x04\x6a\x3a\x08\x39\x4c\x1d\x4c\x89\x2a\x9f\x3a\x98\x92\x65\xdb\x2c\xc2\x58\x19\x2d\x30\x56\x9e\xda\x16\x28\x57\xb9\x06\x4a\x9f\x72\x95\x6b\xe0\xd9\x4c\xc0\x05\xe3\xaa\x45\x2f\x88\x93\xd2\x92\x4b\x7b\xf4\x94\x7a\x5c\x13\x35\x3f\x49\xef\xa7\xac\x7a\x98\xa8\xc8\xc9\xc7\x31\x75\x88\x24\xcb\xa1\x09\x3e\x70\xb2\x80\x9d\xa4\x95\x6b\x3f\x9d\xe2\x87\x6b\xb2\xe1\x45\xf1\xc3\x35\x51\xf3\x73\x0b\x2b\xc5\x73\x3a\x44\x52\xa2\xa6\xbe\xc0\x44\xcd\x53\xd2\x70\x4d\x16\x71\x94\x34\x5c\x53\xf2\x44\x25\x6b\x77\x9d\x92\x86\x6b\xb2\xf1\x48\x49\xc3\x35\xf9\xe0\x28\x69\xb8\xb4\xd7\x4e\x11\xc3\x35\x97\xfe\x03\x63\x85\xe9\xa0\x88\xe1\xd2\xce\xfb\xc4\x2e\x4f\x4c\xc7\x12\xc2\x0b\x45\xbb\x40\x55\x2d\x8c\xc5\xc2\x93\xa2\x00\x7b\x58\x9c\xd5\xbd\x30\x1d\x8b\xb3\xba\x29\xb2\x1e\x96\x50\x47\xf8\xbe\x4b\xd0\x22\xa2\xea\x4b\xd0\x22\x3e\xcd\x25\xc0\x10\x26\x67\x09\x30\x84\xc9\x59\x02\x0c\x31\x0f\x4b\x80\xa1\x2c\x0a\x00\x86\x78\xe5\x57\xd6\x71\x93\x2e\xb3\xc5\x7b\xb6\x30\x40\x54\x7b\x5b\x0b\x73\xbb\xaa\x90\x53\xf4\x09\x74\x63\xf1\x11\x2f\x2a\xa4\x50\x80\x3d\x50\xff\x6c\x2d\x3e\x69\xea\x98\xad\x65\x6a\xf1\x1c\xa6\x6a\x01\x6d\x58\x98\xaa\x05\xb4\x61\x49\x82\x00\x16\xb4\xdd\x4d\x45\xb0\xb5\x31\x5c\x0b\xe0\xc1\xc6\x54\x2d\x2a\x73\x6c\xc9\x93\xca\x1c\x5a\xae\x53\x1f\x6c\x6d\x0c\xd7\x02\x33\xaa\x8d\xf1\x65\x3a\x9d\x91\x3b\x4d\xa7\x33\x42\x1d\x5c\x21\xe5\xad\x02\x85\xb7\xd6\xc6\x33\x5d\x20\x02\xf7\x80\x3a\xfe\xd8\x46\x95\x53\x6a\x6b\x69\x61\xbf\x40\x04\x6e\x7c\x74\x0a\x6f\xad\x8d\x31\xa4\x48\xd6\xd2\x76\xf7\xe6\x7d\xd9\x18\xc3\x8d\x22\xda\x18\xc3\xad\xf3\x26\x1d\xf0\x15\x28\xb2\xb4\x8c\x95\x13\x45\x96\x96\x11\x1d\xa7\xc8\xd2\xa2\xae\x7a\xd8\x49\xe7\x38\xd2\x27\x30\x2e\xc3\x88\x6e\x01\x94\x48\x0a\xd8\x82\x1d\x61\x44\xb7\x40\x3a\x18\xd1\x2d\x90\x4e\x83\x02\x8a\xdd\x88\x80\xab\x36\x0d\xc5\xa7\x82\x6a\xd3\x18\x6b\x2c\x55\x87\x31\xcc\xad\x6a\xb0\x50\x52\x2a\xa8\x5e\x8a\xa1\x89\x54\x2f\x85\x22\x52\x61\x6f\x9d\x7a\x48\x2f\xf8\xd3\x87\xf8\xb4\xea\x89\x1c\x54\xb9\x6a\x86\x1c\x56\x63\xaa\x19\x42\x69\xa8\xa0\x9a\x21\xe7\x63\xb4\xdf\x55\xc9\x2a\x27\x42\xf1\xf2\xb0\x4d\x08\x21\x08\xe0\x86\x1f\x94\x9b\xca\x7b\x50\x51\x2a\xa8\xdc\xc6\x21\x7a\xa5\x6a\x18\x87\xe5\x9e\xaa\x61\x68\x49\xae\x6a\x18\x87\x78\xaa\xea\x58\x68\xd7\xda\x1e\x21\x84\x26\x2d\xe8\x11\xbd\x32\x5e\x89\x83\xff\xa0\xda\x03\x87\x45\x9c\x70\xfb\xda\x8b\x36\x54\xf9\x65\x0b\xcf\x98\x3e\xed\x45\x1b\xd3\x77\x11\x92\xf1\xa1\x52\x92\x3c\x08\x30\x7e\xb1\xee\x02\x8c\x5f\xac\xbb\x09\x3d\xc4\x2b\x21\x58\xe8\xc5\x2e\x0b\x16\x7a\xb1\xcb\xe0\xa8\xf6\x83\xd5\x04\x47\xb5\x1f\xd4\x3c\x48\x9f\xfd\xa0\x92\x3f\xf1\x3b\x6c\x75\x7c\x82\x74\x50\xa6\x9f\x20\x1d\x5e\x90\x43\x46\x82\xb6\x36\x05\x62\xd1\x66\xa6\x40\x2c\x0f\x7e\x80\x40\x1e\x21\xd2\xe7\x15\x30\x66\xd1\x02\x18\x83\x2a\x10\xc8\x23\x60\xf9\x05\xf2\x08\x28\x86\xcb\x0e\x7a\x20\x00\x71\x1f\x9d\x57\xd8\x68\xd1\x0b\xca\xf4\x06\x41\x68\x78\x2e\x08\x42\x53\x69\x71\x26\x21\x06\x4f\x70\x89\xc0\x4c\x0b\xda\x10\x30\x71\x82\x21\x68\xa9\x7b\x49\x58\x0b\x28\x0d\x41\x0d\x02\x46\x4d\x50\x83\x30\xf5\x9c\xa0\x37\x99\x16\xa3\xc5\xa8\x09\x5c\x40\xdd\xea\x70\x39\x54\x21\x60\x9c\xae\xce\x2b\x64\x25\x73\x3f\xcf\x0f\x84\x1e\x99\xeb\x14\x0c\x0a\xca\x40\x8f\x64\x71\xdc\xcf\x73\x00\xe9\x93\xb9\x8d\x98\x2a\x65\x92\x53\x8d\x3a\x5c\x9d\xe0\x87\x39\x52\x56\x74\xc4\xac\x5c\x72\x5d\x22\x66\xe5\xea\xd4\x3c\x42\x77\x97\x9c\x15\x6d\x4a\x2a\xc3\x37\x62\x64\x2e\x20\x2b\x8a\xfb\x04\xe5\xe6\x52\x1d\x3a\x28\x37\x37\x62\x80\x94\x9b\x1b\x31\x40\xca\xbf\x8d\x04\xac\x94\xbc\x1a\x31\x40\x97\xbc\x0d\xea\x41\x07\x25\xa8\x6a\xe5\xab\x04\x55\xad\x7c\x95\xa0\xaa\x95\xef\x15\x60\x08\x53\xa5\x04\x55\xca\x00\x45\x25\xa8\x46\xdf\x2a\x8e\x4a\x50\x65\xfb\x32\x2a\x41\x35\xfa\xdb\x1a\x95\x76\xca\xf6\x65\x54\x6a\x29\xeb\xe7\xf8\x00\xd9\x61\xfb\x32\x2a\x2d\x33\x65\xfe\x23\x2d\x33\x79\xa0\x2b\x3e\x02\x95\xf8\xaa\x31\x3e\x19\xd0\x8c\xef\xbb\x44\xa5\x11\xa6\x06\x05\x52\x05\xd9\xb0\x8c\x4a\xe4\xa3\xc6\x74\x7c\x38\xa4\x82\x6d\xc8\xa8\x44\xb7\xe4\x06\x28\x3e\xcc\x7b\x32\x28\x80\x12\xa0\xfa\x4d\x54\x1e\x5a\x3a\x50\x20\xbf\x3f\xb9\x71\x8a\xca\xe1\x62\x03\x31\x2a\x87\x2b\x6b\xb4\xe4\x15\xe5\xf4\x83\xc0\x45\x54\x9a\x4f\x2e\x3c\x46\x9a\x0f\x05\xa0\xa3\x92\x69\x72\x83\x00\xc9\x34\xd9\x6d\x53\x7c\x98\x30\x4a\xda\x44\x25\xbe\x64\xb7\x46\x91\x14\x92\x9d\xdd\x1a\x45\xb2\x31\x76\x76\x65\x13\xc9\xc6\xd8\x5e\xc8\xf9\xd7\x91\x2c\x87\x9d\xdd\x36\x45\xb2\x1c\x36\xc5\x68\x22\x59\x07\x9b\x4d\xbb\x18\xc8\xe6\x2c\x0f\x14\x74\xa6\x9d\x5b\xaa\xc8\xde\xfe\x2e\x01\x7a\x08\x9e\x7a\xc9\x91\xfd\xfb\x5d\x22\xd4\x1b\xff\x25\xb5\x00\x5d\x24\x9e\x13\x1c\xa4\x41\x41\x20\x0f\x47\x2b\x45\xf6\xa9\x77\xd1\x68\x05\xd6\xe8\x3c\xf7\x09\xd6\x48\xb4\x04\xd6\x60\x44\xa4\xf5\x95\x09\xbd\x29\x78\x46\xa3\xc5\x88\x36\x14\xf8\x88\x8b\xaf\x2c\x62\x20\xd1\x8d\x0d\xb6\xc8\xb6\xe7\x66\x83\x2d\xb2\xed\xb9\xcb\x81\x17\x3e\xf7\xc2\xc7\xc1\xb6\xe7\x2e\x7c\x1c\x41\x67\xcc\x05\xa8\x93\x32\x56\x23\xd4\x49\x19\xab\x11\xe9\x92\x32\x56\x7d\x11\x1e\xd9\x24\xdc\x35\x31\x06\x52\xc6\x6a\x62\x56\x48\x19\xa3\xee\x71\x64\x93\x70\xb3\x31\x17\xc3\x11\xac\x43\x2d\xc1\x3a\xe0\x8c\xcf\xbd\xfa\x02\x36\xb2\xe1\xb5\xab\x47\xc7\x63\x04\xd9\x57\x3d\xc1\x2a\x46\xf2\xc3\xab\x2f\x60\x23\xdb\x58\x9b\xcd\xb7\xc8\xb6\xd2\xa6\xa4\x4d\x64\x5b\x69\x53\x95\x38\x46\xf2\xae\xa9\x35\x1c\x23\x9f\x74\xf5\xec\x88\x18\x79\x07\xa9\x35\x1c\xd9\x56\xda\xd5\xa0\x47\x76\x73\x35\x38\x23\xbf\xb8\xa2\x42\x22\x59\xc3\x94\xb4\x89\x91\xcc\xe0\x16\xa0\x5e\x75\x16\x5e\xa4\xd5\x68\x41\x8f\xb7\xae\x21\x17\xb6\x9c\x76\xcb\x70\x46\xc6\x6d\x73\x6c\x5d\x8c\x9c\x42\x43\x11\x9b\x18\x9b\x40\x1e\x50\xe7\x8d\x64\x83\x2d\x46\x72\x65\x9b\xa4\x84\x0a\x69\x7c\x71\x91\x5c\xd9\xe6\x5b\xef\x31\xa2\x50\xda\xe4\x3f\x0c\x49\x93\x94\x86\x4e\xcd\xa3\x17\x12\x5b\xdb\x62\xec\xa4\x9d\x36\xde\xc1\x38\x05\xeb\x80\x97\x29\x58\x87\xcf\x7b\x14\xc0\xe5\x22\x09\x01\x5c\x2e\x14\x30\x32\x84\x46\x62\xdc\x3a\x0b\x0f\xce\x00\xaa\x74\x94\x70\x44\x49\x11\x28\x89\x91\xb7\xae\x47\x78\xc1\xe4\xf4\x84\x5c\x04\xd6\xc8\xdc\x29\x40\x06\x6f\x56\x24\x91\xaf\x57\x78\x11\x0a\xc2\xb7\x2f\x63\x02\x41\xda\x7d\xe5\x1b\x13\x06\xa1\xbb\x5b\x10\x13\xef\x59\xf7\x4d\xde\x98\x70\x35\xba\x6f\x9a\xc7\x14\x74\x8c\xdd\xa1\x05\xd7\x6e\xfa\x63\xc2\x2d\xe8\x6e\xec\x63\x42\x2f\x75\xbe\xbf\x84\x5e\xea\x97\x3e\x8b\x50\x10\x3c\x57\x74\x00\xdd\x8f\x54\x72\x22\x59\x7c\xb8\x8f\x10\x13\x2f\xcf\x40\x81\x25\xfc\x87\x91\x21\xae\x53\xec\x2a\xc4\x75\x8a\x5d\x85\xb8\x4e\x8e\x6b\x0c\x41\x27\xc7\x75\xfa\x5c\x02\x33\x24\x5a\xdc\x39\xa0\xb0\x74\xc6\x9c\x4f\x74\xda\x02\x2c\x40\x6f\x0b\xb0\x80\x70\xc9\x56\x1d\x1b\xe1\xa2\x42\x86\xe9\x3f\xc0\x0c\x6e\xeb\x63\x42\x85\x0c\x6c\x1a\x5b\x4e\x7b\x1c\x38\x23\x9b\x73\x62\xb7\x12\x1e\xe6\x0c\xf4\x89\x87\x39\x3d\xf1\x25\x66\xd4\xc4\xc4\x66\xe7\x47\x10\x05\xa7\x97\x01\x48\x4c\x5f\x05\xc4\x2c\x70\x01\x76\x99\x4d\xa6\x3d\x51\xc9\x19\xf3\x30\xb1\xc4\x99\x04\x7b\x4a\xbe\xc4\xcc\x81\x54\x94\x7c\x89\xb9\xea\x74\x38\x7f\x75\xd9\x8e\xda\x13\x9b\xcd\x76\xd4\x9e\x5e\xa6\x3e\x66\x50\x86\x13\x2b\x9d\xf9\x54\x56\x84\x02\xf9\xd3\x4b\x5c\x93\x07\xbd\x50\xb4\x19\xec\xd9\x72\xbf\x38\x66\xfc\xf7\x85\x39\xca\x4b\x49\xfb\x50\xd8\x3a\xe5\x0d\x49\xf0\x51\x51\xba\x25\x66\xf0\x5e\x0b\x13\x9e\xb7\xd2\xfb\x7d\xfe\x32\xbe\xda\xc2\x84\x67\x64\xbd\x50\x1a\x45\x27\xc7\x61\xa6\x8b\x4e\x8e\xf3\x18\x6d\x64\x03\x6a\x2f\x8c\x76\xc1\xd7\xa6\x96\x4a\x2c\x98\xf0\x85\xd1\x2e\x00\x55\x16\x46\x9b\x4d\xa6\xbd\x31\xd3\x6c\x32\x6d\xaa\xa0\xc4\xa2\x73\xcf\x30\xd3\x45\xe7\x9e\x61\xa6\x0b\xc0\x8a\xed\xa0\x92\x58\x00\x48\x6c\xcc\x74\xa9\x3a\xe5\x2d\xd1\x22\x03\xbd\x40\xbd\x2a\xc3\x9e\x3b\x39\xf1\x7b\x7b\x26\x43\x2c\xcc\xd1\xf6\xf4\xbc\xc8\xa6\xd6\xde\x28\xda\xd2\x74\xae\x1b\x7c\x02\x5f\xd8\x0d\x3e\xbb\xf2\xed\x5d\xd6\xe5\x33\x6f\x1e\x0a\xca\x86\x5f\xf0\xc2\xb7\xb2\x37\xbc\x90\xf5\xbd\x31\xda\x1c\xb8\xbf\xf7\x65\xb4\x7c\x01\xf6\x30\x5a\x32\x9f\x0d\xc5\x57\xc8\x7c\x36\xdf\x0c\x8b\x3a\x9f\xde\x78\x27\x2a\xfe\xad\x61\x8a\x2b\xfe\xad\x61\x8a\x75\x7a\xbc\x61\x52\x2b\x92\x37\xcc\x66\x45\xf2\xd6\xe9\x13\x59\x1b\x66\x93\x5d\x9f\x4d\x6d\xea\x58\x75\xb0\x9b\x07\x90\x62\xd5\x81\x69\x18\x43\x76\x6f\xb6\x61\x0c\x2b\x4e\x90\x5d\xfa\x04\xe9\x40\x78\x20\x56\x90\x0e\x27\xd0\x27\xce\xcc\xc1\x34\x56\x1d\x1a\x86\x69\xd4\xc9\xdd\x27\x43\x81\x75\xe9\xc1\x18\x56\xd6\x20\x54\x80\x8e\x95\x42\x0f\xc7\xd3\x55\x63\x45\xdb\x1c\x3c\xef\x6a\x3a\xb2\x0c\x29\x29\x3b\xbd\xc3\x8b\xf2\xd1\x3b\xcf\xf1\xce\x1f\x8c\x61\xc5\x89\x3d\x9e\xef\x11\x1b\xe5\x06\xce\x8f\xb6\xf7\x62\xc3\x8e\x1c\x4f\x05\x89\x0d\xfc\xd5\xc1\xfa\xe9\x24\xe6\x83\x90\x5a\x52\xe2\xfa\xa6\x45\x12\xbd\xc7\x76\x63\xc3\xbf\xbd\x58\xbf\x06\xca\xe9\xa2\xdc\xd8\x1e\xda\x17\xeb\xc7\x86\xd0\xbe\xd8\xbb\xc6\x6b\x7d\xb1\x70\xad\xe9\xc4\xb2\x4e\x8b\x94\x73\x84\xd4\x78\x75\x2f\x16\xae\x81\xbc\xb9\x58\x38\x9d\xa8\x7c\xb1\x69\x6d\x28\x39\x9d\x11\x61\xeb\xef\x82\xde\x54\x72\x3a\x63\xc0\xd6\x5f\xec\x5d\xc3\xd6\x5f\xd4\x7c\x03\x32\x7a\xb1\x7e\x3a\xd3\xf8\x62\xfd\x74\x6e\xf1\xbd\x8c\x8f\x94\xaa\x07\x33\xd6\x74\xba\x18\xaf\x75\xd7\xe9\x62\xd8\xfa\xfe\x79\x2e\x98\xfe\xd3\xb9\x60\x4e\xaf\x2b\x1d\x1d\x83\xd7\x95\x8e\x8e\xc1\xeb\xca\x08\xe7\x05\xe9\xca\x08\xe7\x05\xe9\x91\xa4\x76\xdf\x22\x89\x5d\x79\xde\x98\xc6\xae\x3c\x6f\x4c\x23\xa7\xfc\xda\x83\x31\xe4\x94\x5f\x7b\x30\x86\x9d\x33\x3f\x1e\x8c\x21\x67\xf7\xda\x83\xb1\x60\xc3\xcb\x1e\x83\x33\x4e\xe4\x78\x58\xd2\x71\xea\xae\x3d\x98\xbf\xce\xe9\x19\x0f\xe6\x8f\xe3\x73\x8d\x63\x0d\x62\x27\xab\x96\x1a\xcc\x91\xa3\x6e\x2d\x3c\x50\x27\xe7\x35\x60\x1a\x39\xe0\xd5\xc8\x10\x88\x9d\xc4\xc8\x80\xf9\xe3\xd8\x56\x0b\xa8\xba\x4e\xfa\x61\xc0\x18\x72\x38\xaa\x85\x81\x3c\x39\x11\x27\x60\x0c\x39\xc8\xd4\xa8\x90\x1c\x39\xc8\xd4\x82\x46\x4b\xda\x5b\xc0\xbb\x1e\xa4\xa1\x05\x8c\xe1\x78\x78\x0e\x63\xc8\x31\x9c\x16\x59\x96\x0e\xb2\xcc\x23\xc6\x70\x90\x65\x4e\x3d\x91\xc8\xd1\x97\x46\x95\x90\xc8\xa9\x95\x16\x31\x7f\xa3\x90\xf9\x8c\xf9\x1b\x9f\x59\xd8\x3e\x86\xa1\x5c\x67\x8c\xda\xd0\x31\x53\x18\xb5\xa1\x63\xa6\x06\x14\xc8\x9c\x8d\x98\xb8\x41\xe6\x6c\xc4\xc4\x0d\x32\x60\x23\xef\x3c\xe7\x1c\x5a\xf4\xf4\xae\xc8\xc9\x86\x16\x31\x7f\x83\x53\x30\x22\xe6\x6f\x90\x4c\x4a\x0d\x8f\x38\x90\x35\x35\x3c\xe2\x20\x2d\x33\x61\xfe\x86\x8e\x6f\xc2\xfc\x0d\x23\x33\xd8\xa1\xf3\x71\xe8\xf8\xa6\x07\x79\x92\x96\x99\x1c\x02\x15\xd9\x6e\x33\x85\x2a\x38\xaf\xd0\x52\x40\x4a\x24\x54\x26\x8c\xe8\x60\x36\x93\xa4\x4b\x42\x25\xb5\x3f\xe2\x20\xc1\x31\x61\x44\x81\x81\x87\xf0\x3c\x21\x8c\xe3\xa9\xc1\x1f\x57\xfd\xdd\xf8\x72\x75\x71\x35\xbc\xaf\x1e\xae\xc6\xf7\xd5\xcb\xd5\xf4\xba\x8a\x6c\x09\x26\x7d\xb9\x1a\xb8\x5a\xde\x57\x23\x57\xeb\xfb\x6a\xe3\x6a\x7b\x5f\x15\xbf\xfd\x7d\x95\xb1\xf9\xca\xf6\xcb\x55\xe3\xea\x7c\x5d\xdd\xe2\x6c\x7d\xb9\xfa\x03\xb5\x0f\x96\x3d\x84\x27\xbc\xc5\x63\xef\xab\x12\xc4\x79\x5d\xfd\x1c\xc6\x7d\x5f\x65\x18\xe7\x79\x5f\x65\x18\x27\xbc\xaf\x6e\xae\xc6\x2f\x57\xb9\x22\x91\xc7\x17\x57\x27\xbf\xaf\xc2\xd5\x29\xaf\xab\xe2\xea\xd4\xf7\x55\x71\xd5\xde\x57\xc5\x55\x7f\x5f\x45\xb8\x67\xbc\xaf\x8a\xb3\xf9\xe5\x2a\x57\x24\xee\xf4\x7a\xed\xce\x7e\x5f\xd5\x08\xec\x7d\x55\x3d\x9c\xf7\x55\x8d\xeb\xbe\xae\xea\xb5\xbb\xcf\xfb\x2a\x2f\xd8\x0d\xef\xab\xc8\xe0\xc6\xf7\x55\x46\x7b\xd3\xfb\x2a\x73\x70\xf3\x97\xab\x5c\x91\x5c\xf3\x6b\x5c\xb7\xbe\xaf\x32\xae\xdb\xde\x57\xd5\x43\x7f\x5f\x65\x5c\x77\xbc\xae\x7e\x8e\x60\xbe\xaf\x6a\x04\xeb\x7d\x55\x3c\xec\xf7\x55\x8d\xcb\xbe\x5c\xe5\x8a\xe4\x5a\xde\x23\xb8\xef\xab\xce\xd5\x24\x07\x39\xe1\x73\xcf\x47\xe7\xec\xf9\x13\x13\x28\x54\xf2\x4c\xdf\x38\x01\x23\x25\xbc\xe5\x99\xb9\x13\x6f\x59\x67\x52\x92\x27\x14\x75\x9a\x64\xc2\x77\xd6\x79\x8e\x09\xdf\x59\xe7\x39\x26\x4f\x9b\x8b\x6c\x9e\x5b\x22\xe0\xa5\x53\x13\x13\x7e\xb5\x4e\x4d\xa4\x3a\x78\xd4\xa9\x89\x14\xf9\x89\x13\xf3\x99\xf1\xb2\x27\xa0\x94\x8c\x97\x3d\x17\xb0\x09\x42\x08\x3a\x39\x30\x17\xe8\x6d\x9d\x66\x07\x05\xb2\xfe\xa9\xe4\x1d\x75\x5a\x1f\x95\x75\xe2\x24\xb7\x3e\xe3\x73\x4f\x14\x3c\xb5\xbb\x23\x1b\xd6\x96\xf1\xb9\x75\x14\x5c\xc6\xcb\xd6\x51\x70\x99\xe0\x94\x0e\x6a\xcb\xf8\xdc\x3a\xa8\x2d\xfb\x7e\x4f\x5c\x80\xde\x32\xce\xa5\x8e\x5f\xcb\x38\x97\x9f\x07\xa0\xe1\x81\xb3\xf1\x6c\x05\x0f\x7c\x65\xe1\x11\xa0\xc7\x19\x9f\x05\x0f\x5c\xc7\x8c\x51\x83\x3b\xae\xaa\x63\xe2\x1a\x2d\xfa\xc4\xc1\xd2\x51\x62\x05\xc7\x73\x55\x1d\x13\x07\x2f\x38\x35\x05\xc7\x53\xc7\x8c\x29\x78\xba\x98\x87\x82\x3f\xae\x83\xbe\x0a\x52\x5a\x80\x98\x0a\x52\x5a\x80\x98\x14\x4a\x5d\x9d\xe7\xf0\xd5\x57\xe7\xb9\x09\xd7\x53\x78\x04\xfa\x5c\xc2\x23\xd0\x27\x28\x91\x82\x43\xbe\x36\x99\xf6\x98\xcf\x75\x74\x88\x1b\x14\x0e\x99\xfd\x18\x45\xce\x8d\xb2\x9a\xf4\x1f\xd9\xfb\x38\x9e\xeb\x13\x65\xa0\x3b\x85\x32\x70\xae\x39\xf5\xc8\xa8\x4a\x13\x39\x23\xc8\x2a\xdf\x15\x67\x04\x59\xc5\xb1\x66\x93\xd8\x2a\xef\x3c\x9b\xc4\x46\x1d\x9a\xc8\xa9\x39\x56\x3d\x71\x34\xb2\x65\x6c\x95\xf1\x71\x6a\x8e\x79\x1d\x9a\xef\x9a\x28\x0e\xaa\xb1\x8a\x07\xbe\x39\xec\x94\xc2\x33\x91\x13\x59\xac\xe1\x73\x73\x22\x8b\xb5\x08\x71\x90\x5e\xcd\xb3\x1d\x22\xa7\xa0\x58\x63\xe8\xec\x34\x5b\xc3\xe7\xde\x3a\xe3\x0c\xdf\x92\x53\x49\xac\xf1\x82\xb0\xef\x6c\x0d\x0f\x9c\x73\x41\xac\xe1\x57\x73\x2e\x88\x51\xa2\x26\x72\xa2\x87\x91\x92\x15\xcd\x3f\xfe\x48\x69\xf9\x48\x55\xea\x87\x53\x89\xa3\xf9\x0e\xf5\xdf\x5b\xf3\xd5\x5a\xaf\xd6\x7e\xb5\xec\xd5\x3a\xaf\xd6\xfd\xda\xf2\x35\xcc\xdf\x5b\xe1\xd5\x8a\xaf\x56\x7a\xb5\xf2\xab\x55\x5e\xad\xfa\x6a\xb5\x57\xeb\x35\xbe\xfd\x1a\xdf\x7e\x8d\x6f\xbf\xc6\xb7\x5f\xe3\xdb\xaf\xf1\xed\xd7\xf8\xf6\x6b\x7c\xf6\x1a\x9f\xbd\xc6\x67\x5f\xc7\x47\xc9\xd5\x7b\x1d\xb2\x1f\x29\xb9\x7a\xc9\xc6\x8e\xc7\x55\xf2\xbd\xbc\x4b\xc7\xd5\xc4\x05\x66\x1d\x8f\x87\xcd\xee\x25\xc8\x44\x91\xd5\xbf\xf5\x52\x19\x91\x6f\x3c\x47\x0a\xa2\x3e\x24\xc6\x46\x0a\xa2\x3e\x91\x95\x02\x65\x4e\xe3\x83\x02\xa3\xcc\x69\x7c\x92\xfe\x1b\xb4\xa0\xe0\x4a\x23\x3e\x7c\xa8\x94\x39\x8d\x0f\x1b\x74\xc7\x83\x37\x91\x33\x9f\x23\xc5\x44\x63\x08\xf0\xe2\x9b\x69\x31\x88\x82\x87\x4b\x63\x70\xdc\x44\xa4\xd0\x68\x0c\x51\xff\x15\x5a\x6e\xb2\x8f\xab\x97\x18\x58\xcd\x9d\x45\x9f\x06\x3d\x5f\x0d\xf8\x16\x86\xb7\x1a\x2d\x3d\xd7\x69\x5d\x5a\x3a\x96\x0e\x7a\x8b\x63\xe9\x30\x47\x6c\xd6\xc7\x18\xd5\xcb\xa1\xe5\x3e\x3e\xdb\xf3\x91\xca\x8a\x91\xca\x98\x31\x62\xaa\xa8\x8c\x19\xa9\x7b\x18\xa9\x85\x19\xa9\x66\x18\xa9\x85\x19\xe3\xa4\x17\x83\x33\xcc\x26\xb5\x30\xa3\xd6\x14\x54\x1e\x8c\x14\x1f\x8b\x54\x1e\x8c\x05\x95\xc5\x96\x78\xe4\x44\xcc\xc8\x96\x78\xac\xac\x37\xd8\x12\x8f\x9c\x73\x19\xd9\x12\x8f\x95\x35\x28\xd5\xf7\x92\xde\x2c\x36\xc8\x13\x80\xf3\x78\x1d\x25\x9c\x38\xab\x29\xb2\x45\x9d\x38\x0a\x24\xb2\x45\x9d\x48\x0a\x8e\x94\xc7\x4a\x24\x05\x47\x4a\x60\x5d\x4a\x99\x26\xb6\x7e\xff\xee\x9c\xb8\x1b\x94\xd8\x02\xfe\x72\xb5\x73\x35\xbe\xaf\x4e\xae\xa6\x2f\x57\xb9\x92\xff\x76\x65\xc6\xbf\x3f\x5d\xbe\x5c\xe5\x8a\x5c\xbb\xfa\xc5\xb5\x4b\xd4\x40\xfa\x72\x55\x7d\xf6\xf7\xd5\xcb\xd5\xf1\xba\xfa\xe1\xb2\x7e\x4f\xb5\x27\xf6\xaf\xbf\x3c\xa0\xe1\xae\xf7\x55\x0d\x6c\xbf\xaf\x6e\xae\xda\xfb\xaa\x71\xf5\xbc\xaf\x8a\xe9\xfb\xe5\xaa\x5f\x09\x12\x77\xfb\xe2\x21\xa6\x27\x84\xf7\x55\x04\x11\xe2\xfb\xaa\x7a\x48\xef\xab\x08\x22\xe4\xd7\x55\xf7\xdd\x13\x25\x9c\xbe\x5c\x45\xec\xa1\xbe\xaf\x32\xda\xd0\xde\x57\x19\x6d\xe8\x5f\xae\x72\x45\x22\xef\x6f\x5e\xe7\xfb\xaa\xb8\x5a\xaf\xab\x92\x76\xd8\xef\xab\x92\x81\xbd\xaf\x8a\xab\xf3\xbe\x2a\xae\xee\x97\xab\x7e\x25\x4a\xae\xe3\x25\xd7\x18\xde\x57\xe1\x35\xc6\xf7\x55\xf5\x90\xde\x57\x19\x41\xcc\xaf\xab\xbe\xe8\x4e\x14\xa7\xfa\x72\x95\x71\xc5\xfa\xbe\x2a\x1e\xda\xfb\x2a\xe3\x8a\xfd\x7d\x95\x71\xc5\xf1\xe5\x2a\x57\x24\xd7\xf9\xe6\x6a\xbd\xae\x7e\xd2\xdf\x5f\xae\x72\x45\x32\x5d\xef\xf1\x9f\xf7\x55\xf5\x79\x5f\x57\xd5\x67\x7a\xde\x57\x19\x53\x0a\xef\xab\x8c\x29\xc5\xf7\x55\xc6\x94\xd2\xfb\x2a\xdf\x4b\xca\x5f\xae\x72\xa5\xfc\xed\xca\x87\xd2\xd0\x0c\xa6\xfa\xbe\xca\x08\x52\x7b\x5f\x65\x04\xa9\xbf\xae\x7e\x8e\x60\xbc\xaf\xaa\xdf\xf9\xbe\xaa\x11\xac\xf7\x55\x8d\x60\xbf\xaf\x6a\x04\xf6\xba\xba\x79\x33\xd2\xf9\x72\x95\x2b\x92\xeb\x7e\xbd\x99\xf9\x79\x5f\x65\x5c\x39\xbc\xaf\x22\x99\x1c\xdf\x57\x19\x6d\x4e\xaf\xab\x1a\x6d\xce\xef\xab\xa2\x56\xde\x57\x19\x6d\xae\xef\xab\x8c\x36\xb7\xf7\x55\x46\x9b\xfb\x97\xab\x5c\x91\x5c\xed\x3d\x82\xf9\xbe\x2a\x5e\xd7\xeb\xea\x27\x57\xfb\xcb\x55\xae\x48\xa6\xe7\xdd\xe7\x79\x5f\x55\x9f\xf7\x75\x55\xe3\x2f\xcf\xfb\x2a\x94\x4a\x78\x5f\x65\xfc\x25\xbe\xaf\x32\xd2\x92\xbe\x5c\xe5\x8a\x64\x7a\x5f\x33\x58\xca\xfb\x2a\xbc\x96\xfa\xbe\x0a\xaf\xa5\xbd\xae\x7e\xf2\xda\xdf\x57\x91\x7f\x19\x5f\xae\x72\x05\x99\x86\xe7\x4d\x7f\xbd\xaf\x8a\xfe\x7e\x5f\x55\x0f\xf6\xbe\x2a\xae\xce\xeb\xea\xa7\xac\xee\xfb\x2a\xb2\xaa\xcf\xfb\x2a\xbc\xd6\xf0\xe5\x2a\x57\x90\x69\x08\x2f\x5e\x6b\x7a\x5f\x85\xd7\x9a\xdf\x57\xe1\xaa\x96\xd7\xd5\x4f\xfa\xf5\x7d\x55\xf4\xdb\x97\xab\x5c\x41\xa6\x21\xbe\xe9\x8f\xf7\x55\xd1\x9f\xef\xab\xa2\xbf\x5e\x57\x35\x57\x75\xbf\xaf\xaa\x5f\x7b\x5f\xfd\x41\x79\xb4\x44\xd5\xb8\x2f\x0f\x68\x18\xf7\xcb\xd5\x8f\x2b\xcd\x33\xc9\xf3\x71\x4f\x2f\x35\xcf\x3d\xce\xc7\x33\x66\x52\xf3\x24\x84\x7c\xdc\x03\x4e\xcd\x63\xec\x99\x1c\xe2\xd4\x3c\xff\x29\x9f\xa8\x3b\xaf\xb7\x3c\x60\x91\x9a\xfb\xd8\x19\xb4\x6e\x6a\x1e\x9e\xc9\xc7\xa1\xec\xa9\x2d\x28\x64\xfd\x37\xbd\xe5\xa1\xa9\xc4\xee\x54\x06\x83\x9b\x9a\xfb\x99\xf9\x54\x28\x6c\xfa\x6c\xf0\xb9\xe9\xb3\xc1\xcb\xa6\xcf\x0e\xf5\x0d\xd7\x5d\x7d\x76\x5a\x9d\xd6\xa2\xc5\x73\x06\x85\xc1\x7f\x06\x85\x01\x75\x0f\x15\xe5\x23\x29\x79\xa8\x28\x9f\xa9\x3b\x19\xfb\x82\x82\x31\x76\x5e\x9f\x76\xe8\xc5\x83\x43\xa9\x1d\x7a\xf1\xf5\x53\x6a\x07\x3e\x37\x23\x3a\xc8\xd3\xd4\xa2\x4f\x4f\xb9\x48\xed\xd2\x8b\xe7\xf7\xa7\x76\xe9\xe5\x32\xbe\x4b\x2f\x17\x3e\x3d\x3c\x99\xaf\xc3\x79\x12\x7b\x71\xf9\x7a\xa9\xbb\xd4\xdd\xb7\xce\xd7\x03\x47\xa9\xbb\x4f\x9d\x39\x96\x36\x75\xf7\xa5\x33\xc7\xd2\xa6\xee\x7e\x74\xbe\x1e\x58\x49\xfd\xa1\x4f\xdf\xb2\x4f\x3d\xd0\xa7\x63\xa8\x53\x77\x47\x2f\x5f\xaf\x49\x94\xba\x3b\x6d\xf9\x36\xdd\x39\x68\x41\xc1\x1d\xb5\x7c\x1b\x7d\xba\xd3\x95\x29\xc3\x95\x7a\xa4\x4f\xe6\xa8\x47\xf8\x64\x8e\x7a\x84\x17\x2f\x87\x91\x7a\x84\x5e\x67\x44\xee\xf8\xe4\x3b\xd4\x0b\x7c\x0e\xf5\x02\x2f\x43\xbd\xc0\x0b\xb3\xd9\x23\xbc\x0c\xf5\xe9\x33\xc6\xc9\xb7\xa9\x27\x28\xf8\x6e\x58\xea\x09\x0a\x06\x85\x44\x2f\x5e\x39\x26\x01\x99\xcb\xd7\x18\x91\x9b\xf0\x7c\x99\xbf\x9e\x19\xc3\xe5\xb9\x8c\xac\x2f\x72\xc9\xc8\xfa\x22\xc1\xcc\xf8\x2e\x7c\x66\xa8\x5f\xfa\x74\x43\x59\xc0\x50\xa7\xee\x06\xb2\x3c\x0f\xe3\x73\xc3\x58\x9e\x07\xc9\xbb\x51\x2c\xcf\xc3\xf8\xdc\x18\x16\x4a\x82\xa5\xee\xc6\xad\xb0\x32\x4f\xdd\x0d\x55\x79\x7c\x45\x98\xba\x1b\x9d\xc2\x31\x11\xa9\x17\xee\xe4\x4b\xed\xae\xa6\xcb\xa3\x79\x77\x05\x5b\x9e\x8c\x94\x2a\xcf\xe9\x2d\x70\x85\x5a\xc0\x65\xa7\xee\x8a\xb4\x80\xcb\x4e\xbd\x32\x86\xaa\x3b\xe1\xac\x31\x5a\x57\x79\x85\xdd\xda\xd4\x5d\xd5\x95\xa7\xeb\x4e\x78\xd1\xbc\x57\x78\xd1\x4c\x37\x28\x2c\xee\x6c\x50\x40\x61\xb2\x07\x5b\x48\x8e\x4f\xbd\x21\xa5\xad\x3b\xa1\xb7\x19\x43\x83\x9e\xe6\xd6\x23\x0f\xe5\xd1\x6c\x76\xa4\x64\xf4\xe2\xf1\xb5\x42\x85\xb0\xd4\x3b\x92\x38\xd0\xeb\x48\xe2\xc0\x67\x47\x12\x97\x59\xe9\xf0\x79\x7f\x70\xaa\x7e\xea\x1e\xa4\x2b\xe1\xe1\xd3\xf4\x4c\x8d\x12\x34\xd1\x9e\xa9\x51\x82\x26\xda\x41\x41\x25\x04\x5e\x09\x07\x05\x15\x60\xe7\xa9\xfb\xe6\x69\x09\x9a\x4c\xdf\x3c\x2d\x1c\x75\x91\xba\x27\x0e\x16\x72\xf8\x53\xf7\xc0\x4a\x21\x4f\x3f\x75\x0f\xac\x94\xa0\xcf\xdd\x03\x2b\x25\x24\xa6\x6f\x72\x67\xe1\xb9\xc9\x9d\x9a\xda\xc9\x9d\x55\xff\x65\x5a\x08\x69\xc2\x59\x83\x97\xc5\x73\x8d\xe7\x16\xcf\x69\xda\x17\xcf\xe9\xe3\x77\xf3\x50\x80\xb9\xa7\xee\xe6\xa1\x04\xbd\x04\x1e\x9e\x29\x61\x40\xcf\xc3\x33\x85\x83\x36\x52\x5f\x48\x70\x30\xa2\x85\x04\xa7\x28\x20\xc1\xa9\x3b\x91\xe0\x14\x05\xf8\x9c\x70\xb6\x91\x12\x1e\x59\xdf\x8c\x1d\xe5\xdd\x37\x63\xd8\xf0\xb9\x19\xc3\x66\x56\x36\xf4\x0e\xa3\xdd\xf4\x79\xb9\xd3\xe8\xe5\xd2\xa7\x9b\x95\x42\xc0\x29\x75\x37\x2b\x85\xe3\x3a\x52\xf7\x20\x4f\x89\x0f\x9c\x79\x90\xa7\x80\x35\x48\xdd\x4d\x4e\x21\xfc\x94\xba\xef\x4e\x14\xb0\x06\xa9\xfb\x36\x68\x89\x01\x0a\xbe\x1f\x59\x08\x38\xa5\xee\x11\xf3\x02\xd6\x20\xf5\x43\x9f\xfa\xa4\x0f\x7d\x66\x7a\x71\x93\x53\x28\x95\x96\xba\xef\xc9\x95\x88\x29\xee\x97\x3e\x0b\x8a\xe1\xd2\x67\x81\xde\x65\x44\x15\xce\x7c\x2f\xad\x70\x00\x71\xea\x6e\x9c\x4a\x6c\xcc\xd8\x65\x7c\x8d\x79\xb8\xf0\xd2\xd4\x0b\xbc\x34\x3d\xc7\xf8\x3a\x7c\x5e\x38\xd3\x5b\x70\xe1\x0c\x55\x00\x1e\xb8\x90\x30\x90\xc6\x03\x67\xa8\xf9\xf1\xd0\x27\xaa\x00\xac\x70\xa1\xe0\x5a\x1a\x0f\x32\xf3\x14\x81\x34\x3c\xe2\x52\x22\x6a\x02\x1c\x71\x21\xcc\x99\xc6\x03\x75\x66\x7a\x3c\x50\xc7\x68\x8f\x00\x75\x83\x7a\x60\xec\x06\xf5\x40\x9f\x28\xfd\x11\xe8\x13\xa5\x3f\x02\x7d\xa2\xf4\x87\x47\x00\x4a\x7a\xf8\xcf\x0d\x5e\xa1\x6c\x5b\x1a\x6e\xf0\x4a\x42\x95\x0f\x5f\x7f\x17\x8e\x3f\x4e\xc3\xd7\xd3\x85\x22\x6e\x69\xb8\x19\x2b\x89\xef\x7d\xf8\xfa\xb9\x70\x58\x48\x1a\xbe\x6e\x2e\x29\xf1\x5c\xa2\x97\x4c\x9f\x99\x3b\x0b\xa3\xcd\xdc\x89\x2a\x1f\x6e\xb8\x0a\xc7\x83\xa4\x91\xe1\xb3\x20\xcf\x0c\x9f\x0e\xfb\x4b\xa0\xa6\x8b\x1f\x8d\xfc\xd1\xaa\xb4\x18\x83\xaf\xb7\x0a\x67\x1c\xa7\x81\x39\x4a\x4d\xd4\x19\x03\xf3\x3e\x32\x63\xf0\x24\xa7\x34\x30\x55\x9c\x6a\x9c\x40\x62\x17\x4e\x35\x4e\xa4\x9b\x94\x34\xe0\xd3\xd7\x39\x25\x4d\xfa\xf4\xf5\x4d\xa1\x14\x5c\x22\xf9\xa4\x24\xcd\x34\x46\xcd\x6b\x18\x7c\x57\x25\x03\xf5\x2e\xc9\x60\x05\xeb\x97\x34\xb5\x8d\x96\xa6\xcf\xd3\x0f\x0b\x15\xdd\xd2\xc0\x8e\x64\x3e\xc6\x81\xad\xc8\x11\xb1\x60\x2b\x72\x64\x1a\xb0\x15\x39\xf2\x1c\xb6\x82\xf3\x47\xd2\xc0\x04\x38\xe4\xe3\xa3\xe5\x13\x96\x33\xaf\x19\x26\x80\x22\x09\x69\x60\x02\x72\x46\x10\x98\x80\x5c\x78\xc9\x31\x01\x59\xd3\x80\x09\xe0\x88\xe3\x04\xb4\xbc\x50\xee\x2d\x0d\x4c\x40\xc6\x73\x1b\x98\x80\xcc\x87\x3a\x3c\xd7\xac\x64\xd4\xf5\xf0\x5c\xb3\x92\x51\xd7\xc3\x41\x2c\x85\x6d\xd2\x34\x06\x5c\xe3\x4f\x8f\x01\xd7\x43\xcf\xc1\xf5\x44\x9e\x03\xae\xf1\xa0\xc7\x84\xb3\x05\x75\x4c\x0e\x05\xe5\x12\x59\x3f\x25\xa3\x92\xc7\x44\x4a\xa8\xe4\x31\xe1\x05\xb5\x3b\x26\xbc\x60\xa5\xc9\x08\x2a\xe0\x4f\x12\x19\x41\x25\xe3\x33\x8f\x89\x94\xf0\xb2\x86\xaf\x56\x0a\xf8\x93\x44\x7e\x50\x29\xa8\xdd\x81\xa9\xa2\x84\x5c\x1a\x98\xaa\x82\xef\x34\x30\x55\x45\x9f\x18\xa6\x8a\x03\x48\xd2\xc0\x54\x95\x04\x2f\x98\xaa\xa2\xd9\xc4\x54\x95\x2c\x7a\x93\x16\xf2\xc4\x54\x51\x12\x22\x0d\x4c\x15\x47\x2a\xa7\x81\xa9\xe2\xa8\x92\x34\x7c\x97\xa1\x14\x7d\x8c\x8b\x31\x54\xee\xc4\x8c\x15\xcc\xed\xc0\x8c\x15\xcd\x1f\x66\xac\xe8\x13\xdb\x50\x98\x7c\x9a\x98\xaa\xc2\xe2\x7d\x60\xaa\x8a\x94\x22\xa6\xaa\x48\x29\x1a\x92\xd0\xd7\x61\x48\x02\xdf\x89\xbc\xa9\x42\x79\xb9\x44\xde\x54\xe1\x60\xe6\x44\x6e\x54\xa9\xb8\x36\xe4\x46\x15\x0e\x20\x49\xe4\x46\x95\x1a\xd4\xe7\xa5\x05\x3d\x8c\x5a\x95\xac\x31\x6a\x1c\x47\x92\x86\xaf\xb1\x4a\x65\x5d\x33\x7c\x8d\x55\xc0\xbb\x24\x32\xac\x4a\x95\x04\x3d\x81\xa6\x54\x7d\x0f\xbe\xfe\x2a\x95\xf5\xe5\xf0\x84\x99\x52\x9b\x7a\xf1\x19\xab\x7a\xcb\x31\x94\x94\xc3\x48\xc3\x13\x63\x0a\xc7\x91\xa4\xe1\x49\x31\xa5\x4a\x66\x87\xf1\x2d\xf5\xc2\xf8\x96\xee\x64\x7c\x1b\x29\x61\x60\xab\x0c\x09\x06\x16\x14\x4b\x1a\x97\x31\xe0\x7d\x8e\xcb\x18\x0e\xf3\x87\x81\xad\x57\x2d\xe7\xa5\xc9\x58\x78\x12\x49\xe1\xe0\x92\x34\x3c\x79\xa4\x34\x99\x0e\xcc\x26\x78\x97\x44\x31\x87\xd2\x3c\xc1\x20\x4d\xcc\x26\xa5\xe7\xd2\xf4\x95\x61\x69\x51\xff\x25\x5a\x46\xcb\x79\x69\xb8\x13\x24\x8f\x94\xc6\x7a\x61\xfa\xae\x4a\x69\x59\xff\x35\x5a\x91\x56\xa7\xd5\x68\x0d\x5a\x93\x96\xcb\xa5\xd5\x1f\x1c\xbb\x91\x26\xb6\x97\x0d\xea\x34\xb1\xbd\x9c\xa1\x92\x66\x60\x08\x28\x37\xaa\x53\x94\xe6\x59\x1f\x69\x06\x86\xd0\x60\x2c\x30\x04\x94\xdb\xc4\x66\x37\x3e\x95\x19\x18\x02\xa1\x83\x19\x18\x02\x0b\xd1\x19\x18\x42\x67\xb0\x81\x21\x60\x9b\x66\x60\x1a\xa6\x28\xf8\xb4\x37\x2c\xce\x8c\xf0\xb9\x79\x2e\xc2\x27\xcb\x4b\xea\x66\x94\xc6\x64\x52\x37\xa3\x70\xa2\x4a\x9a\x11\x5e\x2e\x22\x8b\xd0\xbb\xf0\xe9\x0b\xd8\xd2\x1f\x3d\xb7\x68\xc1\x35\xb6\xbe\x13\x98\x99\x1e\x1b\x2f\x9d\x35\xc1\xf4\x98\x78\xe9\x11\x0a\x1e\x0b\x2f\x3d\x42\xc1\x17\xbe\xa5\xe3\x3f\x4c\x7c\x84\x9e\xd4\xf2\x29\xea\xa8\xa5\xe9\x91\xe5\xd2\x31\x32\x64\x09\x15\x6a\x9b\x24\x4a\x73\x94\x8e\xff\x40\x69\x8e\xd2\x51\x52\x93\x05\x6c\xd7\xfc\xb1\x80\xed\x9a\x07\x16\xb0\x80\x7b\xd2\x64\x01\xdb\x35\x2b\x19\x5e\x9a\x7a\xf1\xd7\xba\xe3\x1b\x4e\xbc\x89\xde\xd5\x0b\x7c\x76\xf5\x02\x9f\x9a\x23\xbc\x09\x0e\x51\x49\xb3\x30\x5a\x3e\xdb\xe9\xd1\xd3\xd2\x97\xee\x84\x97\xa5\xff\xe0\x05\xbf\x91\xa2\x21\xa5\xa3\x14\x29\x1a\x52\x3a\x4a\x71\xb2\x7c\xee\x9a\x5b\x3c\x8d\x6e\x7a\x0e\x5e\x0c\x0a\x15\x5e\x8c\x5e\x58\x30\xf7\x83\x5c\x2a\x72\x39\xc8\x9a\x45\x71\x67\xf5\x30\x59\x14\x8f\x87\xff\x3c\x79\xbc\x70\xc0\x4a\x22\x97\xaa\x8c\xc8\x5b\xc0\x12\x79\x68\x6e\x59\xf8\x0e\x8c\xd3\x64\xe1\x3b\x92\xfe\xa3\x4f\x8c\xd3\xc4\x99\x19\x18\xa7\xe9\xa9\x24\x85\xc3\x57\xd2\x64\x95\x3a\x34\xb7\xb8\x28\x03\xff\x6f\xe2\xa2\x80\x5e\x4a\x13\x17\x65\x54\x9e\x1b\x70\xc6\xa2\x7f\x0e\x38\xc3\xff\x9b\x38\x10\x83\xf5\xde\xc4\x81\x18\x9a\x31\x9c\x84\x31\x98\xcd\x01\x67\x28\xe1\xe9\x18\x85\xc2\xc1\x2c\x69\xe2\x40\x70\x30\x4b\x9a\x38\x10\x1c\xc5\x92\x26\x0e\xc4\xc0\x1b\xa4\xd0\x4a\x19\x9a\x5b\xd6\xac\x43\x5f\x2a\xce\xc5\x60\x85\x37\x3d\xf8\x59\x40\x44\xa5\xe9\xc1\xcf\x32\xf4\x15\x2f\xe8\x1d\xee\x5c\xd0\xc3\xd5\xa0\x5c\x4b\x19\x87\x11\xe1\x40\x8c\x03\x67\x38\x10\xa0\xa5\x12\x99\x6a\x65\x5c\x3d\x07\xbd\x2b\x0a\xd0\xbb\xcc\x34\x0e\xc4\x24\xac\x47\x09\x98\x32\x59\x35\x4e\x1c\x08\x8e\xf5\x4e\x13\x07\x62\x4a\xb1\xe3\x08\x70\xf4\x4b\xa2\x20\x4c\x99\xb8\x9f\x13\x47\x60\x62\x28\x27\xeb\xd9\xc9\xaa\x7f\x7a\x72\x4c\xf1\x63\xbd\xbf\xaf\x92\x3d\xf2\x5a\x66\x56\x27\x95\x96\x08\xf8\x10\xa6\x5e\x97\xcd\x10\xf4\x82\x6c\x86\x20\xe5\xcd\xf2\x79\x0e\xfd\xe7\xd3\x4e\xfd\x99\x44\xa5\x9a\x32\xb7\x5a\x0c\x41\x93\x82\x87\x32\x37\x4c\xe3\xa1\x4c\xbc\x41\x2a\xd5\x94\xa9\x29\xc2\x43\x99\x47\xcf\x39\x9f\x8b\x05\x17\x55\x6c\xca\x7a\xf4\x9f\xf3\xb2\x64\x27\x59\x5a\x2f\x29\x45\xbc\x97\x25\x0b\x87\xf7\xb2\x58\x4c\x4f\x3c\x8d\xa5\xd1\xe2\x4d\xac\xc2\xf4\xe1\x31\x2c\xa2\xa4\x13\x8f\x61\xe1\x77\x4c\xbc\x82\x25\x35\x88\x57\xb0\xf4\xa9\xe0\x15\x2c\x62\xa6\x93\x65\xf7\x92\x52\x64\xd9\xbd\xa4\xf8\x58\x4c\x2f\xe2\xa2\x93\xc5\xf4\xe2\x33\x5a\x58\xe2\xc5\xc7\xb1\xb0\xc4\x00\xc5\xd2\xc2\x12\x03\x14\x4b\x0b\x13\x07\x34\x2c\x2d\x4c\xdc\x32\xfd\xc7\x68\x89\x7d\x2e\x96\x9e\x1c\xb0\x92\x16\x4b\xcf\x85\x3f\x4d\x25\x9e\xc2\xe1\xd9\x89\x4a\x3c\x05\xd8\x58\xa2\x86\x4e\xd9\x41\xff\x2d\x5a\x95\xd6\xa6\x35\x68\x39\xbd\x1d\xf5\xdc\xa1\x05\x3d\x0c\x10\x87\xb6\xa4\x85\xb1\xd8\xac\x87\x16\xc6\x82\x43\x5b\xd2\xc2\x20\xec\xa2\x3b\x79\x8e\xa8\xe5\xc2\x20\x70\xa0\x4b\x5a\x2c\x2f\xa9\x62\x93\x16\xcb\xcb\xcd\xdb\xba\x30\x16\xbb\x22\x17\x8c\xc5\x26\xc4\xb1\x58\x7a\x72\xd8\x4b\x5a\x2c\x3d\x37\x66\x6c\x61\x2c\xf6\xd4\x7f\x8c\x6f\xea\x3f\x78\x61\x63\x9f\x8a\x41\x05\x28\x5a\x5a\x15\x5e\x88\x6f\x2e\xa2\xab\x14\xb2\x4d\x0b\x63\xb1\x51\x60\x8b\xe8\x2a\x65\x6d\xd3\xaa\xf0\x62\x50\xc0\x90\x70\xa0\x4b\x22\xfd\xb3\x6c\x94\x14\x29\x9e\x85\x42\xb6\x69\x61\x56\x36\x01\xab\x45\xac\x75\xa3\x88\x56\x85\x4f\x0c\xd0\xf2\x9c\xaf\x62\x0f\x6f\x01\x06\xc8\x34\x9b\x18\x20\xc3\x7f\x5f\xc4\x61\x4d\xb3\x49\x1c\xd6\xa2\x9e\x1b\xb4\xf4\x9f\xf3\x62\x05\x3e\x31\x47\x56\xf5\xdf\xa1\x85\xe4\x59\x5b\x9b\x24\x4f\x8c\x96\xda\xb5\x69\x11\xa3\xe5\x40\x97\xb4\x58\x77\x1b\x11\xfe\xc5\xba\xdb\x70\xcf\x16\xeb\x6e\x63\x9b\x9c\x9a\x4b\xc5\x08\x07\x2e\x4f\x2c\x2e\xc6\xda\x73\x75\xc6\x20\xc9\x63\xf0\x6c\xab\x4f\x9f\x5b\x2a\xe0\x26\x6a\x35\x15\x33\x24\x88\x89\xb3\x03\x2f\x83\x3e\x51\xfa\x8b\x55\x31\x87\x6e\x27\x2a\x37\x95\xc3\x7a\x68\x61\xb8\xa8\x87\x9b\x16\x86\x4b\xfb\x6d\x0b\xc3\xe5\x10\xbd\xef\xaa\xe4\x85\x4d\x3b\x12\x3c\x36\x8d\x73\xbc\xd3\xc2\xa6\x1d\x82\x13\x0b\x9b\xc6\x39\xde\x69\xb1\x98\x3e\x51\x77\x0e\x5a\xba\xd3\x87\x7e\x08\x4e\x2c\x07\x98\x95\x93\xc4\xf4\xa6\x85\xc8\x58\x68\x73\x42\x4d\x5a\xd8\xc2\x83\xdb\xbf\xb0\x85\x27\x33\x3c\x6c\xe1\xd1\xc7\x88\x2d\xe4\x6c\xf0\xb4\xb0\x46\x87\x45\xea\xc2\x1a\x1d\x4d\x34\x26\xe7\xe0\x31\x2c\x4c\x0e\xf8\xc0\xb4\x30\x39\x87\x98\xf0\xc2\xe4\x70\x96\x4d\x5a\x98\x9c\x33\xf4\x1c\x23\xc2\x1b\x5c\x9b\x11\xe9\x05\xf1\x74\xcc\x02\xae\x30\x2d\x4f\xc7\x2c\x87\xd8\x12\xc5\xae\xca\xd1\xe7\x87\x59\x39\x9b\x97\x80\x18\xed\x91\xc2\xc4\x90\x1c\x3c\xbe\x85\x21\x39\x7a\x41\x58\xb2\x1e\xbc\x82\xc5\x92\xf5\x10\x29\x24\xab\xb9\x68\x0b\x8f\xac\xe6\x72\xa5\x3e\x31\x24\x97\x08\xf1\xc2\x90\x5c\xbc\x41\x32\x9e\xcb\xd5\xeb\x82\x79\xb8\x9a\x77\x16\x94\x9c\x6f\x9e\x16\x51\xd9\xab\xcf\x8f\xa8\xec\x95\x32\xc5\x90\x50\x50\x38\x51\xb0\xab\x68\x23\x90\x82\x5d\x85\x33\x77\x12\x05\xbb\xca\x95\xda\x65\xb1\x09\xc8\x31\x2d\x47\x28\x94\xab\x99\x26\x7e\x7b\x33\x32\x63\x21\x7a\x09\x63\x6c\x16\xa2\x17\x0f\x73\xb3\x10\xe5\x3c\xf5\xb4\x59\x88\x5e\x14\xf4\x66\x21\x7a\x51\xc9\x9b\x18\xed\x6d\x7a\x0e\x0a\x4d\xcf\x41\x01\x43\xb9\x59\xfd\x5d\x0c\xe5\x66\xf5\x77\x79\x97\x36\x71\x58\x60\x94\x89\xe2\x61\xe5\x4e\xb5\x7c\x6e\x2f\x4a\x78\xb3\x1a\xbb\x6c\x32\xed\x88\xcc\xf0\x30\x77\x44\x66\x84\xa8\x36\x2b\xb5\x8b\x4f\xb9\x59\xa9\x71\xfe\x4f\xda\x18\x43\xea\x3f\x25\x0a\x92\x95\x8b\x9a\xa0\x20\x59\xd1\xb6\x20\xb9\xe6\xe5\xa2\x76\xc9\x35\x2f\x17\x6f\x70\xfb\xa6\x64\x7d\x1e\xb5\x9a\xb7\xd8\x11\xda\x9e\x8b\x54\xb5\xd9\xb7\xdd\x88\xd6\x87\x2f\x9c\x1c\xf5\x0a\x6c\x33\x91\xa3\x5e\x1f\x42\x2a\xdb\xe3\xb7\xf5\x21\x26\xbc\x33\x14\x50\xc9\x3b\x43\x81\x3d\xa0\x9d\xa1\x50\xd4\xe7\xa0\x85\x24\xdc\x14\xd7\x87\x9d\x81\x5d\xe8\x45\x92\x2f\xf4\xc2\xda\x6c\x17\xee\x74\x68\x5f\xda\x6e\x28\xeb\xc3\xd6\xed\xf6\x60\x6b\x7d\x08\x4a\x6d\xdf\x6a\xac\x0f\x2e\xca\xae\xf4\xb2\x74\x27\xbc\xa0\xae\x77\xa5\x17\xc9\xda\x4d\x5c\xe5\xa0\xf9\xb4\x2b\x92\x60\x35\xb6\xdd\xc4\x55\x6d\xf6\x6d\x37\x71\xf5\x21\x60\xb5\x1b\x92\xe0\x6b\xdc\x8d\x31\x60\x1a\xb7\xa7\x2e\xd7\xc0\xb7\xb9\x7d\x55\x55\x7d\x9f\xee\xbb\x2a\x99\xfc\xfc\x1a\x02\x8c\xb9\xfd\xa9\xda\xb4\xdb\x6e\x7f\x6a\xc0\x32\x6e\xb7\x3f\x35\x10\x5f\xd9\x6e\x7f\x2a\xe7\xd3\x27\xf2\xfa\xab\x36\xed\xc8\xeb\xaf\xda\xa6\xdb\x6e\x7f\x2a\x08\xd2\xb4\x3d\x26\x5c\x03\x8b\xb8\xed\xd1\xdc\x4a\xe1\xad\x04\x02\xa0\x06\x4d\xdf\x80\x82\x26\x6c\x40\x01\x25\xbc\x7d\xc1\x55\x03\x7e\xea\xf6\x05\x57\xa5\x52\x75\xda\x6e\xb7\x2a\x95\xaa\xd3\x9e\xf4\x82\x4a\xde\x93\x5e\xba\xee\x44\x48\x9a\xe8\x49\x2f\xf8\xf6\x7b\xd1\x8b\x26\x7a\x21\x25\xfc\xa3\xbd\xe0\x53\x1f\xe3\x42\x4a\x24\x92\x82\x3f\xa8\x41\x2f\xc1\x82\x3a\x56\x9a\x0a\x79\x55\x89\xb0\x54\xc8\xab\x41\x1f\xe3\x82\x3a\x6b\x82\xbd\xa1\x4e\x4c\x78\x6f\xe8\xe1\xc3\xee\x0d\x3d\xc2\x2d\xdb\x8d\x45\xd5\xc6\xdc\xf6\x35\x48\x8d\xfa\xc4\x7c\x0d\x52\xc9\x04\x4f\xdb\xd7\x20\x35\x6a\x6e\xdd\x58\x54\xce\xdf\x4f\xdb\x8d\x45\x8d\xfa\xfc\x7c\x0d\x52\xb5\x4d\xb7\xdd\x74\xd4\xa8\x99\x36\xe8\x61\x60\xf7\x81\x02\x1e\xed\x3e\x50\xd0\x87\x7a\xa0\xa0\xb9\x3d\x50\x28\x7c\x0e\x07\x0a\x9a\x31\x5f\x91\xd4\x88\x9f\xba\xdd\xc8\x54\x50\xb7\x69\x1f\xa8\x4b\x7d\x1e\xa8\x4b\x7d\x7a\x0c\xb3\x46\x4c\xf1\xbe\xf0\x82\x81\xdd\x17\x7a\x6c\xb7\xed\x0b\xbd\xa9\x16\xf4\xf0\x6f\xf7\x85\x9e\x94\xe9\x85\x9e\xd4\xa7\x9b\x8e\x1a\x31\xa2\x16\x90\x2e\x99\x13\x16\xa0\xc7\xc7\x68\x81\xb1\xe3\x3b\x99\x07\xeb\x6a\x7a\x74\x67\xa3\xa5\xff\x3a\xad\x41\xcb\xe9\x71\xc6\x7e\x32\x0f\xd6\xd5\x84\xa3\x63\x9e\x2a\x5c\xb5\x51\x66\x1e\xac\xab\x89\x15\xac\x79\xb0\xae\x72\xda\x51\x32\x37\x0f\x35\xf1\xe5\x58\x84\x1e\xd2\xb5\x08\x3d\x36\x3a\x2d\x42\x0f\xe3\x64\x9e\x1e\x5b\xb5\xc5\x65\x9e\x1a\x5b\x29\x2c\x96\x2c\x41\x8f\xfd\x13\x4b\xd0\x63\x1d\x6c\x6e\x1e\x2a\x45\xc7\x92\xb9\x79\xa8\xda\xfe\xb2\x04\x2f\x48\xde\x50\xfa\x89\xd0\x88\xa1\xf4\x13\x6b\x02\xf3\x95\x53\x4d\xac\x9f\xcd\x57\x4e\x15\xa0\x5e\xb2\x0c\x05\x53\xcb\x67\x93\x62\x65\xc9\x50\xf3\x89\x15\x82\xf9\xaa\xaa\x66\x62\xc9\xe6\x21\xb8\x9a\x31\x40\xe6\x21\xb8\xca\x19\xfb\x09\x34\x50\x05\x9a\x97\xcc\x57\x55\x35\x13\x94\x32\x4f\x68\xac\x19\x77\xc2\x7c\x55\x55\xb5\xc7\x65\x18\x8b\xcc\xbb\x6b\x18\x8b\xcc\x6a\x8c\x12\x8e\x35\xb3\x26\x30\x0f\xcf\xd5\xcc\x2a\xc0\x0a\xd4\x09\xd2\x5a\x85\xde\xf8\x51\x42\x9c\x61\x63\x32\x96\xdf\x2a\xac\xf0\xea\x1a\x56\x25\x63\x71\xa8\x18\x59\x33\xaa\x87\x8a\x91\x35\x2f\xdd\x89\x58\x88\x0d\x1a\x56\x25\x63\x71\x0c\xab\x42\xa9\xb4\x64\x0d\x7a\x2c\x17\xcc\x17\x4e\x95\xba\xe3\xc9\x1a\x62\x31\x86\x80\xfd\xc9\xa6\xe7\xa0\x80\xa7\x48\x85\xca\xaa\x6d\x2c\x2a\x54\xd6\xac\x29\x6a\x50\xbf\x7a\x0e\xea\x97\xf1\xf9\x52\xa9\x16\xe2\xc5\x86\x39\xd2\x86\x97\xf9\x52\xa9\x82\x35\x4c\xe6\x4b\xa5\xca\xf9\xfb\xc9\x30\x55\x85\x1d\x66\xc3\x00\x69\xc3\xcb\x30\x32\x85\xe0\xbf\x0d\x28\x90\xd6\x67\x03\x0a\xf8\x86\xe6\xcb\xa1\x5a\x58\x84\x1b\x46\x46\x1b\x57\xe6\xcb\xa1\x0a\x2a\x31\x19\x26\xa7\xe8\x33\x9a\xf0\x42\xdc\xd7\x7c\xed\x52\x0b\xde\x84\x61\x72\x0a\x7e\x9c\x61\x72\x8a\x3e\x23\x4c\x4e\x19\xfa\x6f\xd3\xe2\xe5\xc1\x00\x71\xfe\x7e\x32\x0c\x50\x61\x81\x6e\x0b\x7a\x98\x23\x80\x6c\x95\x02\x6f\x09\x20\x5b\x2d\xa8\x2c\xc0\x6a\xb5\x68\xde\x17\x92\xc0\xef\x00\x90\x56\x39\x87\x29\x01\x48\xab\x45\xf3\xbe\x91\x35\x41\x14\x00\x69\xb5\xe0\x0d\x02\x48\xab\xe5\x20\xeb\xcd\x18\xa4\x06\x37\xf4\x34\xd3\x18\xa0\x82\x37\x68\x18\x92\xca\xa2\xd1\x7c\x6b\xac\x56\x3c\x3e\xc3\x3c\x54\x56\x71\x86\xd2\xd7\x46\x99\xa1\xf4\xb5\x51\x66\x1e\x6a\xaa\x55\x8a\xef\xd2\x0b\x26\xc7\x50\xfa\x94\x82\x4b\xe6\x6b\x89\xca\x09\xff\xc9\x2e\x14\x8a\xee\xf4\xf9\xd3\x96\x9a\xb9\xa7\x5f\x29\x13\x97\xce\x03\x05\x3e\xdb\xf3\xc0\x35\xa1\xad\xe3\x21\xaa\xca\x19\x4d\xe9\x78\x6e\x46\xad\x38\x10\x07\x83\x50\x59\xca\x1f\x0c\x02\x88\xcc\x74\x30\x08\x95\xa5\xfc\x09\xf0\xc2\x57\x7c\x7c\x67\xa7\x6a\x63\xee\x60\x02\x2a\xf3\x77\x30\x01\x94\x97\x4b\x07\x13\x50\x97\xee\x74\x59\x53\x6c\x2e\x9d\xc0\x18\x08\x38\x1e\xcc\x03\xb8\xce\x74\x30\x0f\xd5\xf4\x1f\xd4\x99\xcd\x13\xa1\x7e\x74\x27\xa3\xbd\xfa\x0f\x29\xe1\x5c\x1c\xd4\x3c\xa7\x40\xa5\xe3\x9e\x7e\xd5\x16\xde\xc1\xd3\xd7\x16\xde\xf1\xf4\xc3\xda\xd8\x12\x3d\x1e\x4a\xab\x8d\x15\xde\xc1\x63\xa7\xf2\x7e\x3a\x78\xec\x14\xb0\x4b\x07\x55\xde\x98\xe9\x83\xc7\x4e\x55\xfe\x74\xf0\xd8\x1b\xeb\xf5\x83\x9a\x07\x3a\x9a\x0e\x6a\xbe\xf1\x4e\x1c\x54\x79\xc3\xd5\x38\x05\xae\x59\xc5\x1d\x4f\x23\xac\x8d\x3c\x91\x83\x2a\xe7\x9c\xa9\x04\x10\xb1\xfa\x39\x53\xdf\x55\xc9\x87\x45\x80\x36\xe6\x4e\x81\x38\x36\xf4\xa0\xe5\x5b\x63\xb0\x1e\x2d\xab\x8d\x8f\xff\xa0\xf3\x1b\x0b\x0b\x90\x8e\x55\xdb\x74\xa0\x19\xab\xb6\xe9\x4e\x85\x31\xbc\x97\xc3\x52\x82\x63\xad\xd2\x41\xe9\x83\x69\x4d\x87\xe5\x02\x47\x09\xa4\xd3\xa0\xa0\x17\x04\x55\xde\xf4\x82\x34\xc4\x89\xba\x06\xdb\x58\x1b\x59\xa0\x60\x1b\x6b\x23\xea\x7c\x50\xde\x0d\x55\x7e\x50\xad\x8d\x28\xdb\x61\x15\xd0\x50\xd7\x07\x6f\x5e\x5b\x71\x07\x45\xdb\x51\xbb\xc7\xa3\x49\xb5\xa3\x5a\x0f\xfe\x7b\x67\x69\x7d\x06\xcf\x49\xf0\x83\xe7\xf0\xf1\x0e\xaa\xb5\x37\xf5\xe2\xaf\x75\x27\xff\xf6\xe0\xcd\x6b\x13\xed\x78\x14\xaa\x76\x42\x2a\xc7\xc3\x49\xb5\x4b\x4a\x1e\x4e\xaa\x5d\x1f\x23\x2a\xb9\x0f\xdd\xe9\xa3\xed\x53\xff\x41\x41\x12\xc4\x9b\xef\xfa\x8c\xf0\xe6\x3b\x9b\x29\x07\x6f\xbe\x13\x57\x03\x83\x59\x3b\x0a\x13\x0c\x66\xd5\x46\xd9\x59\x50\x90\xac\x51\xb4\x9d\xb8\xda\x41\xd1\x52\xbb\x2f\x51\x22\xb9\x0e\x0c\x1e\x18\xcc\x3a\x88\xf7\x1f\x0f\x0b\xd5\x11\x74\xa7\xcf\x9f\x36\xca\x0e\x9e\xfe\x48\x7a\x6e\xd1\x82\x33\x94\xf0\x48\x8c\xd6\x77\x29\xea\x20\xe0\x71\x50\xc9\xda\x28\x3b\xf8\xfd\x03\x13\x77\xf0\xed\x07\x59\x07\x07\xdf\x7e\xa0\x22\x8f\xe7\x3c\xd4\xa1\x77\x1e\x4f\x7f\xe8\xfd\xc4\x9b\xd7\x86\xd7\xc1\x9b\x1f\x18\xa7\x83\x37\x3f\xa4\xdc\x50\xec\x83\xac\x83\x83\x62\xd7\x86\xd7\xc1\x9b\x1f\x98\xaa\x73\x18\x11\xeb\xa1\xe3\xbb\x0d\x75\x10\xb0\x3a\x98\x00\x6d\x63\x1d\x4c\x80\xb6\xb1\x0e\x26\x40\x9b\x53\x07\x13\x30\x08\x4e\x1c\x4c\x80\xb6\xaa\x0e\x6b\x82\xc9\x66\xf4\x61\x4d\x40\x41\xc0\x74\x58\x13\x68\xab\xea\xb0\x26\x98\x01\x5e\x58\x13\x4c\x29\x37\x0f\x35\x55\x4a\x07\x26\x8a\x53\xd7\x19\xf5\xdc\xa1\xa5\xe7\x7c\x0c\x93\x80\xd5\xf5\x20\x51\x9d\xcc\xd8\xf5\x6c\x85\x3a\x59\x07\xdf\x07\xce\xf8\x72\x2e\x06\x68\x62\xe2\x2e\x26\x67\xb2\xf2\xbd\x9e\x0e\x58\x27\x29\x8d\xf7\x81\x7a\xd5\x9d\x50\x27\x9b\xe6\x3e\x50\xc7\x70\x5d\x4f\x49\xa8\x13\x4d\x74\x31\x4e\x93\x2f\xe7\x62\x9c\x26\x01\xc7\xcb\x6a\x85\x93\x13\xd2\x65\xb5\x32\x99\xb1\x8b\x39\x9a\xa6\xff\xa0\x47\x00\xe2\x62\x8e\x26\xf3\x70\x31\x47\x0b\x47\x8e\xb2\xd9\x75\x21\xeb\xeb\x60\xc3\xba\x70\x0b\xae\xa7\x18\xd6\xc5\x3b\x7f\x31\x55\xeb\x87\xb1\xe4\xcb\x22\x67\x21\xea\xcb\x22\x67\x25\x75\x32\x68\x89\x9c\xb3\xc9\x51\x09\xe9\xfa\x86\x50\xe5\xa8\x84\x74\x59\xe4\x2c\xa2\x49\x97\x45\x8e\xb6\xc6\x2e\x4b\x97\x45\xde\x06\xf5\xbc\xeb\xc2\xff\x03\xa0\x5c\x17\x4a\x1f\x80\x72\x5d\x28\xb0\x4b\x2c\x6b\x91\xa0\x73\x33\xc3\x1b\x6a\x31\x3c\x96\x4a\x97\x65\xcd\xc2\xd3\xbf\xd8\xc2\x85\x37\x0f\xcc\xb9\x2e\x96\xa5\xc0\x9c\xeb\xc2\xe3\x03\xe6\x5c\x17\x61\x85\x8b\x2d\x5c\xa4\xf2\x5c\x96\x3c\x6b\x89\x17\xc6\xce\x27\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xdf\xf0\x62\x19\x97\xe9\x4e\xef\x73\x93\xca\x73\x3d\x7b\xa0\xee\x47\x77\xba\x3c\xb5\x6d\x76\x31\x7f\x9b\x0f\xe7\x62\xfe\xb6\xe6\x08\xf3\xb7\xb1\xfc\x17\xf3\xb7\x59\x62\x5d\x56\x32\x5b\xb3\xc2\x4a\x66\x6b\x56\x58\xc9\x68\x6b\xec\x12\x3b\xdb\xa8\xb3\x8b\x31\xa4\x2e\x63\xba\x98\xbf\x8d\x3a\xbb\xac\x64\xb6\xe6\x8f\x95\xcc\xc6\x00\x5d\x56\x32\x9b\x20\xd1\x25\x92\xb6\x35\xb7\xbe\x3d\x54\x39\xe3\x31\x5d\xdf\x1e\xaa\x1b\x6f\xf0\xb2\x22\xd9\x78\xf3\x97\x15\xc9\x26\x8d\xf0\x62\x1a\x39\xe3\x31\x5d\x4c\xe3\x46\x0d\xde\x8e\xcc\xf4\x51\xb1\xce\xd8\x98\xe9\xcb\x3a\x63\xb3\xb5\x79\x31\x94\x5b\x9f\x18\x86\x72\x63\x64\x2e\x86\x72\xe3\xa3\x5f\x0c\xe5\xd6\x1c\xb1\x22\xd9\xa4\x18\x5e\x4c\xa3\xb6\xd4\x2e\xa6\x71\x1f\xdd\x89\xac\x09\x5c\x5c\xd6\x20\xda\x28\xbb\xbe\x47\x52\x0d\x55\x77\x3d\x19\xb1\x6a\xa3\x8c\xfa\xef\xd5\xf0\xea\x2e\xeb\x13\x23\x97\xe7\x12\x20\x33\x7c\xfb\xeb\x7b\x2b\x55\x5b\x6a\x17\x93\x6a\xfa\x36\x3d\x27\xa0\x5a\x52\x2f\xd0\xcb\x50\xc7\x6c\x1a\xbe\x1a\xf0\xfd\x6a\x24\x0e\x02\xdf\xaf\xc6\x6a\xec\x62\x36\xb5\xf9\x76\x7d\xa7\xa5\x52\xa1\x32\x51\x7d\xbe\x1a\xe9\x72\x17\x43\x69\xfa\x36\x31\x94\x86\x3b\x41\x51\xb1\x6a\xe4\x6b\x53\x4c\xac\x1a\x0e\x19\x45\xc4\xaa\x0d\xdd\x09\x05\xf0\x70\x14\x0d\xab\xa6\x2f\xd5\xb3\xe1\xab\xe9\x4b\xc5\xa4\x1a\x21\x0e\xea\x72\x55\xd3\x17\x77\x18\x9f\xbe\x31\xd6\x43\x46\xdc\x97\x0a\x5a\x95\x8a\x98\x89\xca\x59\xd5\x8e\xfe\x83\x9e\x66\x13\xb3\xa9\x4d\x3b\x2a\x5f\x55\xbb\xba\x93\xf1\x69\x6e\x09\x90\x19\x71\x7b\x6a\x4e\xd5\xe3\x73\x9b\x29\x72\x50\xd9\x45\xcb\x14\x37\xa8\xc7\x1d\xb9\x4c\x51\x83\x0a\x48\x2e\x53\xcc\xa0\x7a\x5d\xcd\xef\xa9\xe4\x4c\x8d\x83\xca\xe6\x5b\xa6\xb6\x41\x65\xf3\x2d\x53\xd7\xa0\x72\xec\x46\xa6\x8c\x40\x3d\x59\x2d\xa3\x25\x56\xfc\xa5\x03\x69\x97\x29\x17\x50\x4f\xa1\x17\x2c\xd5\xa9\x0c\x81\x65\x14\x28\xbc\x0c\xdc\xbe\x72\xec\x46\x06\x66\x5f\x8f\x7f\x9a\x19\x78\x7d\x3d\x83\x3e\xb1\x54\x67\x30\x58\x2c\x15\x85\x3b\x33\xf0\xf8\x7a\xdc\xb3\xc9\x40\xdd\xeb\x99\xba\x13\x7a\x1e\x37\xcc\x40\xdb\x2b\xd8\xba\x0c\xa4\xbd\x82\xad\xcb\x40\xd9\x2b\x9b\x6f\x19\x68\x7a\x3d\xee\x61\x66\xa0\xe6\x95\xd3\x35\x33\x10\xf3\x7a\x8c\x3e\x59\x70\x9d\x03\x3d\xe2\x6a\xc7\x97\xd6\x19\x78\x78\x3d\x17\x49\x60\x8e\x38\x6b\x33\x03\xdd\xae\x6c\xb7\x65\x20\xdb\x95\xed\xb6\x0c\xfc\xba\x72\x3c\x48\x06\xf6\x5c\xaf\x66\x85\xa5\xd9\x4d\x3c\xc7\xd2\xec\x66\x9e\xc3\x1c\xdd\xa2\x16\xf4\x0a\xbc\x10\x49\x63\xc3\x2b\x03\x25\xae\xb7\xea\x3f\xe7\xf3\x36\xe8\x11\x49\xbb\x9a\x15\xe2\x63\x60\xeb\x32\x20\xde\x4a\xdd\xd0\x0c\x78\xb7\x82\xad\xcb\x00\x71\xeb\xd5\xfc\x61\x64\xee\xe0\x4e\x8c\xcc\x1d\xbc\x05\x6c\xc2\xdc\xa9\x16\x23\xd2\x1c\xb1\x8e\xba\xae\x76\x33\x40\xd8\xca\xd6\x58\x06\x00\x5b\xef\x62\x1e\x08\x90\x71\x7a\x68\x06\x7d\x5a\xaf\xf1\x16\x34\xe8\x19\xff\x61\x48\xee\x81\x17\x0c\xc9\x3d\xf4\x89\xb1\xb8\x9a\x3f\xd6\x5f\x20\xed\xf2\xc3\xfa\xeb\x5e\xe8\xf9\xfa\xab\x3d\x8f\xfe\x3b\xb4\xd4\xcb\xa5\xc5\x7b\xed\x01\xb2\xf6\x68\x6e\x3d\x40\xd6\x1e\xcd\xad\x9b\xa3\xf6\x04\xf8\x74\x73\xd4\x9e\x80\x04\x3d\x27\xa0\x3d\x91\xb1\xbb\x39\x6a\x8f\x3e\xf0\x0e\xbd\x84\xcc\x3a\xf4\x12\x9c\x0d\xe8\xb9\xbb\x94\x9f\x41\x9f\xfa\xfe\x7c\x87\xa6\xb1\x89\x96\x1f\x0f\x9e\xb5\xa7\x42\xc1\x57\x7f\xed\xd1\xd7\xe8\xab\xbf\xf6\xe8\x2d\x70\x83\xd7\xc0\xd6\xe5\x67\x30\xf6\x0e\xd7\x6e\xf0\xda\xd3\x91\xee\x80\xcf\x2e\x5e\xe0\x73\xf0\x9e\x4d\x46\x3b\x19\xfb\x84\xb3\xc9\x3c\x4c\xe8\xe9\x4b\x9d\xd0\xd3\xbc\x4f\x28\x6c\xa8\x4f\x28\x6c\xf8\x9c\x50\xd8\x3c\xb7\x90\xae\x31\xbe\x05\x3d\xd3\x7f\xd0\xd3\x6c\x2e\x24\x71\x99\xb1\xf5\xbf\x08\x3b\x97\x64\x5b\x56\x5e\x3b\xd7\xdd\x8a\xdb\x04\x12\x24\x1e\x11\x7f\x67\x78\xba\xe6\x82\xfb\x5f\x70\x2c\x7d\x63\x1d\xc7\xb9\x61\xef\x5d\x64\xce\x4c\x10\x90\x48\x03\x09\x31\x18\x89\xa7\xf7\x62\x24\x48\x99\xb3\x14\xbb\xc6\xf6\x69\x6e\x63\xd7\xd8\xb8\x6b\xd5\x52\xec\x1a\xdb\xf7\xd1\xdb\x70\xdd\x35\x92\xe4\x2c\x85\x69\x6c\xdc\x1b\x64\x29\xce\xd4\x37\xa2\x6f\x96\x22\x5a\xd4\x82\xc5\xf5\xcf\x2a\x39\x2c\x6a\xfb\x8c\x89\x0e\xaf\x5e\xfb\x34\xb5\xb1\x11\x6d\x9f\xd1\x78\x58\xd4\xf6\x39\x0d\x6c\xba\x20\x25\xbc\xe9\x82\xd3\x85\x4d\x17\x5c\xb5\x0c\x4a\xaa\x05\x31\xab\x9e\x44\xcc\xca\x93\x07\x59\x2a\x4f\xc6\xb6\xb4\x41\x21\x6b\x29\x42\x55\xed\x93\x2a\x38\xc8\xd2\x19\xf8\x83\x2c\xfa\x08\x0e\xb2\x48\x15\x1c\x64\x19\xb4\x77\x90\x45\x8a\x3d\xb6\xb3\xed\x93\x62\x3f\x0c\xf5\x94\x2c\x0c\xb5\xd4\xc4\x41\x4e\xa9\x82\x8b\x9c\x9b\xff\x2e\x72\x6e\x3e\xa5\xcb\x98\x49\x79\x5f\xe4\x3c\x8c\xd9\x45\xce\x43\x7b\x17\x59\xf4\xf1\xc4\x46\xb4\x65\xa9\xeb\xd8\x88\x36\xd8\x79\x0c\xc2\x93\x96\x3f\x3e\xc8\xd8\x88\x36\x42\x71\x96\x62\xb3\xd9\xb2\xa6\x3d\xce\x35\x34\x28\x6b\xed\x0b\x2b\xdd\xb8\xba\xd6\xbe\x44\x2d\xcc\x2d\x44\x29\x8d\xcb\x9c\xec\x4b\xd4\x12\x9e\x50\xfb\x12\xb5\xb0\x88\xbf\x30\xc5\x2d\xc7\x9e\xc7\xbe\x30\xb7\x2d\x63\x60\xbf\xd8\x34\xb6\xcc\x6c\x7e\xe1\xed\x6c\x64\xcc\xd9\xf7\xd1\x7a\xd3\x7f\x85\x12\x75\x7e\xc8\x32\xf5\x24\xb2\x4c\xd5\xd9\x29\x21\x67\xf8\x3e\x5b\x66\xd9\x7e\x1f\x72\x6e\x7a\xf4\x21\xe7\x56\x2d\xc8\x19\x98\xd9\xbe\x38\xf2\xd7\x32\xf3\xf0\xc5\x46\xb4\x71\xdd\x97\x7d\x1f\x7d\x38\xb4\x97\xe9\xc3\x41\xce\x4c\x1f\x02\x57\xd9\x97\xe9\xc3\xd5\x7f\x21\x27\x3c\x3e\xf6\x85\x09\x6f\x25\x42\xa9\x06\x9d\x4c\x2b\x81\x6f\xed\x0b\xdf\x67\x2b\xac\x95\xaf\xf0\x9e\xc6\xba\xf0\x9e\xd3\x7a\x98\xe9\x46\xb6\x99\x7d\x61\xa6\x5b\xa9\xb4\x10\x66\xba\x95\xa6\x5a\x68\x41\xa3\x1b\x3b\xca\x56\x9a\xda\xbb\x94\xa8\x25\x4e\x47\x34\x32\xd1\xec\x8b\x1d\x65\x2b\x9d\x3e\x84\x79\x6f\xb0\xe9\xda\x67\xc8\x89\x32\xfd\x0c\x39\x87\xde\xa3\x75\xd6\xca\x67\xb4\xae\x39\x32\x5a\x9f\xaa\x93\xd6\x27\x73\xeb\xb4\x8e\x11\xfd\x62\x0f\xd9\x8a\x66\x2c\xf6\x90\xad\x68\xc6\x9c\x91\x40\xb5\x7e\xce\x48\x1c\xc6\xd3\x19\x09\xcd\x8a\xd3\xde\xa5\x96\x4a\x8f\x2e\xed\x55\x7a\xf4\x90\xac\xd2\x23\xd4\xee\x17\x26\xbc\x19\x46\x14\x0a\x9e\x66\xe1\xad\xb6\x2f\x0c\x7a\xb3\xa4\x27\xe3\x9b\xb0\x8f\xff\xc2\xa0\x37\xd2\xe2\xec\x8b\xdd\x5f\xb3\xcc\xe8\x62\x60\xad\xa8\x94\x29\x31\x63\x11\x65\x6a\x66\xbc\xd7\x69\xdd\x99\x23\xcc\xad\xfd\xcc\xfb\x1f\x55\xf2\x37\xa8\x12\xec\xf4\x61\x19\x89\x18\xda\x37\xa8\xb2\x31\x61\x58\x46\xeb\x74\x1d\xcb\x68\x9a\x68\x2c\xa3\x69\xa2\x07\xdd\x1b\x08\x3d\xe9\xde\x60\x89\x61\x27\x0d\xab\xf9\xc5\xc6\xb0\xd9\x64\x20\x62\x63\xd8\x0c\xb4\xfb\x61\x35\x6d\xd2\xd9\x89\x2c\x8b\x49\x99\x74\x6f\x21\x75\xf8\x53\x9b\x2d\xbd\x87\x9c\xfa\x24\xb0\xaf\x64\xc5\x19\xec\x43\xcd\x16\xfd\x9b\xc8\xb9\xf9\x08\x16\x72\x82\xb9\x3e\x6c\xaf\xe9\x73\xc1\xf6\x12\x86\xb4\x0f\xdb\x4b\x18\xd2\x3e\x6c\x2f\x61\x48\xfb\xb0\xbd\x76\xe8\x2d\xb6\xd7\xf4\x29\x2d\xfa\x70\xd5\x1e\x7d\xb8\x8c\x2e\xb6\xd7\xf4\x61\x61\x7b\x5d\x9f\x12\xb6\x97\x30\xa4\x7d\xd8\x5e\xff\xf4\xdf\xa3\x44\xdf\x31\xb0\x84\x28\xed\xc3\xc0\xfa\x47\x1f\x30\xb0\x84\x28\xed\xc3\x88\xba\x3e\x33\x8c\xa1\xeb\xc3\xc2\x18\x3a\x66\xfa\xc3\x18\xba\x54\xf9\xa1\x4e\xa3\xce\x43\x9d\xa0\xf2\x0f\x63\xe8\x18\x66\xd8\x95\x9a\xeb\xcb\x3a\x48\x2d\x65\x73\xa9\x45\x2a\x04\x33\xe6\x4d\xff\x39\x25\x5a\xb8\x8c\xc4\xa0\x85\xcb\x48\x0c\x66\xf3\x52\xa7\xbe\x97\xcb\x48\x4c\xbe\xc1\x47\x0b\xfa\x26\xc2\x67\xda\x5c\xaa\x00\x33\x46\x18\xd2\x3e\xcc\x18\xf9\x7a\xf6\x3d\xda\xdb\xb4\xf0\x68\x0f\x23\x9a\x31\x71\x1e\x2e\x0e\xcb\x89\x16\xae\xfe\xa3\x0f\x11\xb8\x32\xb8\x9d\x1a\xfc\x54\x96\x31\x86\x04\x25\x2d\x63\x0c\x3d\xc2\xcf\x96\xe3\x94\x79\xf3\x08\x71\x59\x8e\x53\xe6\xad\x26\xd5\x32\x29\x1d\x4a\x21\x67\x0d\xf7\x87\xc1\x10\xd5\xa0\xa8\xb6\x8c\x31\xac\xa0\xb3\x8c\x31\xac\x05\x39\x31\x86\xdc\x57\x68\x39\xf6\xac\x8d\x2b\x5d\x2d\xc7\x9e\xb5\x55\x40\x57\xc6\x50\xc2\x5d\x65\x19\x43\x59\x5d\x75\x86\x9c\x35\x3c\xbd\x96\x31\x94\xb5\xaa\x75\xe4\xac\x92\x0c\x39\xab\x5a\x88\xf1\xac\x98\x95\x8c\xa1\xac\x4d\x2d\x5c\x4a\xf1\x15\xe4\x8c\x9c\x18\x12\x78\xad\x1a\xa1\x4d\xcb\x18\xc3\xca\xfe\x2b\x63\x0c\x61\xc7\xb2\x9c\x91\x65\xea\x49\x64\x61\xe7\x0b\x03\x56\xab\xac\xf7\x9c\x69\x8f\xf5\x9e\x63\xaf\xdb\x60\xc7\x32\xd8\xb1\x1a\x39\x87\x96\x0b\xe3\xa9\x79\x2f\x8c\x27\xc6\x02\xe6\xac\x56\x31\xda\x19\x23\x5a\xe3\x8e\x0b\xcb\x18\xd1\xca\x9a\xce\x18\xd1\xaa\xaf\x00\x23\x5a\xdf\xdf\x1c\x17\x19\xfb\x5a\x9f\x04\x43\x4c\x7d\x20\x86\x98\x6c\xdb\x32\xb6\xb7\xa1\x26\x72\x1c\x52\x69\x0d\x35\x91\xb1\xbd\xc4\x47\x2d\x63\x7b\xdb\xa7\xf7\xa2\x0b\x8d\x4d\x78\x8e\xad\x75\x6b\x99\xe9\xc3\x12\x13\xf5\xb4\x8c\x25\x86\x8b\xdc\x32\x96\x98\xc4\x45\xcb\x58\xe2\x86\xa3\x24\x47\xca\x40\x6b\xa0\xba\x1c\x5b\xf2\xd6\xf4\xb9\x60\xa5\x1b\x5b\xb3\x8c\x95\x26\x1f\xd1\x32\x56\xba\x55\xbd\x17\x9f\x67\x03\xc7\x65\x47\xce\xae\xff\x90\x73\xa8\xce\x41\x89\x1e\x61\xc1\x1b\xaa\x20\x63\xc1\x1b\xc6\x22\x3b\x72\xb2\xfd\xca\x15\x59\xf4\x49\x54\x64\x01\x9d\x41\x67\xd6\xda\xa5\x96\x4a\x7b\xe0\xb1\x5c\x19\x89\xa7\x5a\xa2\x05\x32\x09\x2d\x63\xdd\x21\xf8\xb2\x1c\x7e\xdf\xd6\x33\x63\x16\x7e\xdf\xd6\x8b\xfe\x33\x4a\xcc\x51\x6c\xd7\x5b\x37\xda\xc3\xf2\x93\x3b\x68\x39\xfc\xbe\xad\x83\x8b\x21\x4c\x6b\xbd\xea\xbf\x98\x23\xb2\xfe\x2c\x47\xb8\xb4\x11\xa2\xb4\xdc\x90\x0c\x33\x9d\xc1\x0f\x5d\x63\x06\x7e\x20\x44\x69\x99\x0d\x7a\xc7\xf8\xe6\x8e\x64\x53\xff\x21\x19\x98\x0b\xa2\xb5\x46\x66\x9f\x65\xb0\x05\x99\x7d\x96\xd9\xca\x93\xcb\x67\x99\xad\x7c\x07\xfb\x42\xc9\xd6\xfa\xe5\x4b\x66\x2b\xdf\x2f\x52\x0f\x24\xc3\x39\x91\x81\x21\xfd\x51\x27\xdb\xfc\xfe\x98\x77\xb6\xf9\x43\x5f\x39\xdb\xfc\x20\x14\xfb\x29\xc5\x98\xc1\xbc\x6e\x39\xb2\xe2\xda\xd0\xb7\xcb\xc6\x9e\x7c\x3d\xcb\x11\xac\x6d\x03\x94\x9c\x81\x13\xe4\xe4\x59\x06\x4e\x8c\x4a\xeb\xc0\x09\xc2\x90\x06\x05\x5c\x1b\x95\x79\x00\x4e\x0c\x4c\x55\x06\x4e\x0c\x4c\x55\x06\x4e\x0c\xcd\x03\x20\x61\x68\xe4\x01\x02\x03\x30\x93\xd9\x84\x0f\xa9\x2c\x36\xe1\x63\xe9\x49\x24\xd3\xd7\x0a\x48\x20\x43\xcf\x32\xbb\xe2\x81\x23\x28\xb3\x2b\x86\x7b\xcc\x20\xa0\x6b\x70\x8f\x19\x04\x74\x6d\xe0\x16\xca\x9b\x1e\xe9\x4b\xde\xf4\x48\xa3\x1b\xe1\xd9\x36\x65\x72\xd8\x31\xcf\xa4\x16\x1e\x25\x5a\x00\x24\x4c\x69\x14\x40\xc2\x94\x71\x02\x24\x40\xd9\x6e\x19\x90\x40\x88\xd2\x32\x3b\xe6\xf9\x31\xef\xec\x8a\x67\xa6\xef\xec\x8a\x67\xa1\xef\x97\x5a\x8c\xd9\x04\x24\x90\x24\x67\x99\xfd\xec\x64\x27\x93\xd9\xcf\x4e\x99\x9c\x4b\x2d\xd2\x21\xe1\x83\x6e\x53\x26\x07\x00\x31\x1b\x92\x01\x20\x66\xa3\x85\x47\x8f\xda\x5f\xee\xb8\xb0\xfc\xe8\xac\x26\xfa\x21\xa6\x26\x1a\xa4\x31\x65\xb7\xd8\x5a\xc3\x25\x6f\x99\xed\xf3\x1c\x0c\x67\xc4\x71\xdb\x1c\xfa\x8f\x2e\x0c\xd5\xc9\xc0\xcb\x6e\x3d\x06\x9e\xed\x65\x49\x88\xc9\x82\x2b\x09\x59\xc0\x2b\x70\xfd\xb5\x79\x54\x72\x4a\x83\x12\x43\x86\xff\xa8\x80\x2d\x66\x1c\x9b\x32\x58\x01\xdb\xbc\xaa\x93\x21\x8b\x18\xb6\x15\x36\xe1\xf3\xea\x3d\x86\x8c\x85\x5a\x12\x72\x46\x94\xd5\xe0\x0f\x6c\xf3\xf1\x1f\xb8\x63\x25\x95\x62\x5c\x16\x38\xb5\x80\x3b\x16\xe8\xa5\x80\x3b\x16\x5b\x9e\x02\xee\x58\x18\xa7\x02\xee\x58\x18\x27\x38\x09\x1b\x44\x72\x56\xc0\x16\xb0\xd5\x5b\x01\x5b\xc0\x4f\x6f\xf0\x15\xb6\xc5\xe7\x52\x32\x2d\xe0\x21\x2e\xa0\x89\x05\x96\x29\xa0\x89\xc5\xe2\x2f\xa0\x89\x05\x5e\x29\xa0\x89\x85\x5b\xa8\x80\x26\xc8\x39\xb4\x02\x9a\x58\xb8\x15\x0a\x9b\xf0\x85\xa2\x2d\x99\xd6\x31\x55\x05\xa4\x41\x96\xa1\x15\xd0\xc4\x42\xed\x16\xd0\x04\x2c\xf7\x56\x0a\xa3\x04\xa2\x2d\x85\x51\x62\x77\x54\x0a\x7d\x98\xfa\x8f\x3e\x2c\xfd\x47\x1f\x16\xfd\x63\x9b\x0f\x3b\xbe\x15\x50\xc8\xd2\xd7\x03\x9c\x58\xf8\xfb\x0b\x70\x02\xae\x7c\x2b\xc0\x89\xc5\xfe\xa4\x00\x27\x16\x4a\xa3\x00\x27\x16\x4a\xa3\x44\xe0\xb8\xed\x44\x1f\xd8\xe6\xef\x4f\xb5\x38\x25\xc6\x0c\xa8\xb1\xf1\x1b\x16\xa0\xc6\xce\x7a\x2f\x46\x09\x52\x3b\x2b\x80\x84\xad\x79\x00\x24\x6c\x30\x65\x01\x24\x6c\xcd\x0a\x20\x61\x37\xbd\x47\xeb\x5d\x25\x5a\x67\x27\x5a\x9c\xd6\x71\xcf\x15\x00\xc4\x66\xfd\x15\x40\xc2\x66\xc5\x95\xf0\xf0\xb7\x3d\xf5\xdf\xa6\x84\x9c\x00\x08\xc2\xa5\x56\x80\x0c\x1b\x25\x5c\x80\x0c\xe4\x15\x5a\xa9\x48\x06\x6e\x2c\x38\x0b\x36\x48\xb1\x00\x20\x36\xd8\xb0\xe0\x1e\x20\x5b\xd0\x0a\xee\x01\x88\xf2\xac\x44\x50\xb9\x41\x94\x67\x05\xa8\x71\x00\x17\x05\xc8\x70\x50\xb4\x05\xc8\x70\x70\xd6\x15\x20\x03\x99\x84\x56\x30\xe1\x90\xe8\x59\xc1\x84\x9f\x42\xff\x30\xd3\xe4\x0e\x5a\xc1\x4c\x1f\xdc\xa4\x05\x53\x4c\x30\xd3\x0a\xa6\xf8\x60\xfe\x20\xdb\x6c\x87\x7d\x1b\x64\x9b\xed\x68\x75\xe0\x2d\x80\xc5\xdf\x0a\xde\x82\x03\x74\x2b\x98\x62\x02\x9d\x56\xf0\x16\x10\xcc\xb4\x82\xb7\xe0\xe0\x11\x28\x78\x0b\xc8\x39\xb4\x82\xb7\x20\x72\x0e\xff\xa8\x92\x61\xfa\x6c\x47\x9f\x3c\x76\xf9\x48\x29\xb2\x95\x3f\x9a\x06\xb6\xf2\x07\x3b\x59\xd8\xca\x1f\xb6\xeb\xb0\x80\xb6\x23\xa5\x88\xb5\x3d\x20\x94\xc2\x96\xfc\x48\xf1\xb1\x25\x3f\x6c\xe2\x0a\x5b\xf2\xa3\xc9\x64\xdb\x7d\xd9\x84\x97\x88\x14\xb7\x2b\xe5\x86\xcd\xbe\x5a\x0e\xd8\xec\xcb\x26\xbc\x60\xb3\xc9\x24\x34\x58\x47\xdb\x2d\x7a\x72\x51\xa2\x47\xd8\xe5\x6b\xfa\xef\x51\xa2\x16\x6c\xef\x65\xdb\x56\xf0\x56\x5f\x4d\x2d\xb6\xf7\x82\xc3\x0b\xd6\x96\xab\x41\x0d\xee\xd2\x76\xb1\x93\x70\x97\xb6\xab\xe9\x8b\x94\xed\x76\x41\x98\x85\xcd\x3b\x17\x85\x5a\xc1\x3f\x7d\x3b\xff\xe1\x9f\xbe\x52\x75\xf8\xa7\xaf\x26\x1a\x7b\xae\x40\x27\x0c\xa8\x8d\x6b\x43\xad\x60\xcf\xb9\x56\xd3\x4a\xc4\x94\x9b\x02\x81\x25\x8e\x69\x35\xb2\xe9\xac\x60\xeb\xc9\x91\xb3\x82\xad\x7f\xfa\x90\xd9\xf4\x3f\x7d\x90\xd8\x73\x05\xfb\x0a\x46\xfb\xb1\xd9\x2c\x18\xed\x27\x55\x8e\xd1\x26\x2b\xce\x0a\x46\xfb\xa9\xef\xf8\xc3\xc9\x83\xb3\x82\x3f\x5c\x81\xc0\x82\x41\x7f\x84\x87\x0a\x06\xfd\x69\x24\x30\xe8\xaf\x4b\x16\xe4\xc4\xbf\x59\x70\x32\x3c\x29\x7d\x9c\x0c\x64\xd3\x19\x7c\xaf\xed\x11\x3a\x32\x8c\xfd\xc3\xb5\x65\x38\x19\xc8\x98\x33\xc3\xd8\x3f\x70\x38\xcc\xb0\x8d\x8c\x39\x83\x19\xb6\x29\x64\x68\x38\x19\x5e\x9c\xe2\x30\xc3\xc9\xc0\x55\x9d\x66\x00\x81\x77\xd4\x02\x23\x88\x9a\x37\xdc\x0a\x64\xda\x99\x61\xde\x1f\x4e\x0d\xc3\xbc\xbf\xa7\x27\x91\x8c\x7d\xa9\x85\x09\xef\x10\x1f\x98\x85\x7b\xa0\x2b\x80\x68\xe1\x1e\xe8\x29\xe9\xc9\x15\xa5\x4f\x75\x6e\x4a\xf4\x21\x7c\xe5\x3d\x71\x0a\xc0\xc2\x57\xde\x13\xea\xcc\xc2\x57\xde\x21\x4f\x34\x0b\x5f\x79\x4f\x45\x4f\x16\x4a\x8f\x92\x45\xc9\xf4\x9e\x53\xd2\x7b\xc8\x49\xa8\xdf\x02\x08\xf4\xe4\xfa\xaf\x53\xea\x94\xe8\x83\xeb\x49\xfa\xc0\xaa\xb2\x8c\x9c\x7c\x3d\x56\xa8\x05\x03\x64\x85\x27\xf9\xe6\xad\xd0\xdb\xc1\x78\x16\x7a\x8b\xb1\x87\xaf\xb7\x27\x0c\x90\x19\x3d\x22\xf6\x60\x86\xd4\x98\x77\x33\xa4\x06\x1c\x9a\x21\x99\xe6\xd6\x68\x4f\x73\x1b\x06\xb6\x73\x1d\xa7\x59\xec\xd0\x3b\x14\x8c\x66\xce\x08\x3e\x95\x68\x0f\x7d\x66\xce\x08\xe2\x73\x30\x67\x04\x09\x20\x5a\x18\xd8\xfe\xa5\xbf\xa9\x64\x0b\xfb\xda\xe1\x71\x34\x0b\xfb\xda\xbf\x4f\x55\x86\x28\x1f\x8a\xcf\x22\x82\xde\x3f\x5c\x0e\x16\x11\xf4\x0e\x0b\x89\x59\x58\xdb\xfe\x11\x1b\xb6\xb0\xb6\xfd\x2b\x7a\xb2\x50\xa2\x7b\x61\x6d\xfb\x67\x7a\x0f\x31\x4d\xff\xc5\x50\x93\x93\x67\xd0\x18\xf7\x8f\x45\x0c\x8d\x71\x27\x0b\xcf\x2c\x6c\x68\x57\x78\xcf\x62\xdb\xdd\xbf\xa1\xff\xe8\x11\xb6\xc9\x1a\x3d\x62\xc3\x6c\x8d\x16\xa6\xea\x8c\x81\xff\x96\xfe\xa3\xb7\x78\x1f\xad\xd1\x5b\x4d\x5f\x47\x16\x7c\x91\xd6\x91\x05\x9f\x94\x75\x64\xc1\xfb\x68\x1d\x59\x30\x5c\x16\xee\xfe\xae\x10\x9e\xc5\x96\xbc\x7f\x18\x2e\xeb\xc8\x09\x9a\xb7\x8e\x2c\x57\xed\x21\x0b\x68\xde\x06\xad\x83\x3b\x2c\x36\xd3\x3d\xb3\xdd\xb3\xb0\xe7\x3d\x6b\xfe\x62\xfb\xdc\x33\x18\xcf\xc2\x2e\x77\x32\xf4\xcc\xc2\xf8\xf6\xac\x59\x99\xbc\x87\x5b\xc8\x62\x6b\xdd\x33\x4e\x0d\x8b\xad\x75\xe7\xea\x4c\xb3\x49\x9d\xae\xf7\x62\x04\x33\x88\x0f\xca\xe8\x9e\x41\x21\x16\x66\xba\x93\x77\x67\x16\x9b\xe9\x9e\xf1\x14\x42\x27\xdd\x33\x71\x09\xe8\xa4\x7b\x06\x79\xdb\x42\x16\xf0\x9f\x2d\xda\xd3\x82\x5b\xb4\x07\xfe\xb3\xf0\x9c\xf7\x8c\x8b\xc3\x36\x75\x82\xae\x21\x9e\xee\x59\xb3\xb9\x79\x0f\x97\x91\xc5\xc6\xb7\x2b\xa0\x67\x07\x39\xf1\x09\xdb\xe1\x3d\x2d\xb8\xc3\x48\x68\xc1\x85\x69\xec\x45\x4a\x31\x4c\x63\x2f\x6c\x91\x2d\x4c\x63\x2f\x78\xe3\x2d\xfc\xe1\xbd\x68\x3d\x84\x3f\xbc\x17\xad\x87\x30\x9b\xbd\x14\xd5\x19\x92\x15\x8d\x7c\x6c\x6e\x7b\xd1\x58\x87\x31\xec\x05\x77\x12\x24\xd8\xbd\x80\xa0\xed\xd1\x82\x14\xd8\xa3\x85\x46\x7b\x61\xd4\xba\xc2\x74\x16\x46\xad\x17\xa9\xb3\x30\x6a\x9d\xdc\x3a\xb3\x30\x6a\xbd\x0c\x3d\x89\x2c\x84\x59\x3d\xd1\x3a\x86\xcb\x13\x7d\xc7\x70\x79\xa2\xef\x18\x2e\x08\xb9\x7b\x41\x9d\x41\xc8\xdd\x61\xc9\x31\x0f\x33\xd6\x15\xa6\xf3\x84\x64\x47\x4f\x22\x19\x86\xcb\x13\x92\x61\xb8\x3c\x8c\x5a\x27\x27\xcf\xfc\x43\x16\x0c\x97\x7f\xc8\x82\x72\xf3\xd8\x97\x76\xe3\x9b\xf7\xd8\x6d\x76\xee\x9d\x34\xe8\xc0\xbb\xe1\xc8\x83\x0e\xbc\x1b\x23\xef\x98\x31\x05\xe6\x1c\x33\x66\x45\x75\xc6\x3c\x98\xa9\x96\x58\x7f\x86\xe3\xc2\x31\x71\x86\x9b\xd4\x31\x71\x06\x3c\x73\x4c\x9c\xe1\x26\x75\x4c\x9c\xb1\x1e\x1c\x33\xa6\xc8\x9c\x63\xc6\xe2\xde\xc9\x3f\xaa\x64\xc7\xc2\x19\xfe\x2a\xc7\xc2\x71\xd1\xa4\x39\x16\xce\x40\x28\x8e\x85\x33\xce\x2e\x78\xa6\x7b\x40\x74\xb8\xcf\xbb\x82\x76\x70\x9f\x77\x05\xdf\x3c\xd3\x3d\x70\xb8\xc7\x76\xb6\xc3\xf8\x67\x5e\x18\x5c\x36\xa2\x5e\xe8\x02\xaa\xce\x0b\x5d\x60\x5b\xea\xd8\x50\xe3\x18\x8c\x17\xe4\x44\x0d\x7a\x41\x4e\x0e\xa5\x39\xf6\x55\xe1\x36\xc7\xbe\x92\xf5\x67\x8e\x7d\x55\x48\xcd\x0b\x72\xea\x23\x28\xc8\xf9\xf4\x64\x4c\x83\x82\x68\x1e\xdb\xd9\xee\x1f\x75\x62\x7b\x9d\xed\xac\x63\x7b\x3d\xeb\xc9\x46\x89\x29\x0a\xcf\x79\x77\xe2\xf0\x1e\x9e\xf3\x4e\xd6\x9f\x79\x78\xce\xbb\xeb\x93\xc0\x2e\x7b\xd1\x7f\x21\x8b\x9b\xea\x44\x16\xf0\x8a\xc7\xa6\xb8\xbb\x3e\x1e\x6c\x36\xac\x85\x06\x7b\x7c\xe7\x9a\x4b\x73\x6c\xb6\xc2\x6d\x8e\xcd\x76\x7d\x3c\x8e\x64\x20\x7d\x0f\x5f\x79\xe7\x2a\x4b\x73\xcc\x34\x19\x81\xe6\x98\x69\xc7\xfc\xb9\x23\x35\x5e\x4b\x77\xa4\xd6\x17\x82\x09\x77\xb0\x0c\x6c\xf5\xdd\x27\xb3\x89\xf1\x75\x4c\x9c\x57\xc6\x4c\xcb\xbd\x32\x66\x9a\xe9\x4a\x7b\xf8\x30\xe1\xae\xef\x4e\xd8\x13\xee\xfa\x4e\xbe\x9e\xc1\x5d\xdf\x2b\xdb\x60\x8f\xe3\x6b\xbd\x6a\xa1\x62\x7c\xab\x66\x0c\xe3\x4b\xf6\x9e\xc1\x72\xdf\xab\xc6\x1a\xe3\xab\x10\x97\xc7\xf1\xb5\x5e\xd9\x3d\x38\x06\xb6\x72\xbe\xc4\x31\xb0\x95\x5d\x80\x63\x60\x2b\x20\xc1\x31\xb0\x15\xa4\xef\x71\xa5\x4d\x57\x00\xca\x31\xb0\x75\xea\x3d\xda\x63\x27\xea\x83\xf6\xf4\x5d\xc7\x46\xbb\x57\xc2\xc8\x1e\x1b\xed\x4e\x56\x9c\x79\x6c\xb4\x7b\x3d\x7a\xd2\x28\xd1\x07\xcc\x74\xbd\x7a\x8f\x71\xc1\xa0\xfb\xa0\x0f\x18\x74\xc7\x84\x37\x1c\x09\x8e\x09\xe7\xd2\x4b\xf3\x08\xe0\x77\xae\xb2\x34\x8f\x2d\x79\x6f\x1a\xc1\xd8\x92\xf7\x86\x8f\xd6\x63\x4b\xde\x9b\xc6\x0c\xd3\xdf\x38\x59\xe0\xe1\x47\xef\x4d\xea\x2c\x0e\xc1\xf5\xc6\x79\x1d\x8f\xe0\x7e\x57\x64\xc7\x23\xb8\xdf\x1b\x8e\x04\x8f\xe0\x7e\x6f\xf8\x61\x3d\x12\xa2\x7a\x6b\x7a\xb2\x51\xd2\x93\xf4\x81\xdd\xa6\x03\x27\x5a\xa7\xb7\xc0\x89\x36\xd4\x1e\xfd\x93\xc9\x01\x4e\x28\xce\xe3\xc0\x89\xa6\x2f\x72\xd2\x3f\x69\xa2\x49\xff\x70\x7b\xf9\xa2\x7f\xd2\x21\x8b\xfe\xb1\xeb\x77\x60\x48\x23\x84\xe7\xc0\x90\x26\x43\x02\x0c\x21\x31\xcd\x1c\x18\x12\x89\x69\x7f\x56\xc9\x11\x0a\xe8\x1d\xcc\xe5\xe1\x80\xe8\xfd\x53\x73\xd1\xbd\x2e\x1b\x03\x7a\xe9\x6c\x79\x1c\xf4\xd2\x8b\x9a\x8b\xee\x75\x53\x17\x2e\x25\x9e\x8c\xb8\x7f\xef\x9a\x22\x90\x4d\x97\x9a\x00\xd9\x74\xd9\x9f\x8d\x2c\x04\x99\x7c\xd3\xba\x26\x6c\xd3\x7a\xd5\x93\xb4\xce\xd6\xda\x37\xad\xb3\xb5\xf6\x4d\xeb\xa0\x09\x3f\xb4\x0e\xd6\xf6\x43\xeb\xa0\x33\x07\x1f\x75\x4d\xe6\xa1\x75\xb0\x9a\x83\x96\x3a\x68\xc2\x0f\xb2\x4c\xbd\x87\x2c\x6c\x87\xfc\xd0\x1e\x67\x33\x1c\x5c\xd5\xb5\x8c\xc0\x4e\x5d\x0b\x07\xec\xd4\xc1\x63\x0e\x76\x52\x38\xca\x2f\x2d\x3c\x95\x68\x41\xa8\x00\x5c\x35\xf0\x76\x3a\xb8\x6a\xb0\x65\xf5\x70\x24\xf4\x21\xa5\x0f\xae\x1a\x1c\x90\x73\x70\xd5\xd0\x8c\x81\xab\x86\x30\x42\x38\x12\xfa\xd0\xfc\x85\x23\xa1\x0f\x99\x00\x30\x17\x97\x49\x9a\x83\xb9\x86\x16\x15\x98\x6b\x54\xfd\xb7\x28\xa9\x3d\xe4\xd4\x3c\x3c\xe4\x6c\x7a\x2f\x46\x49\xe1\x28\x8f\x88\x42\x1f\xf8\x4c\x2b\x08\x6c\x30\x2b\x35\xd1\x07\x4c\x40\x4d\xf4\x61\xe8\x49\xfa\x00\xfe\xab\xa0\xb3\x01\x10\xa8\x20\xb0\x01\x10\xa8\x20\xb0\xc1\x82\xab\x09\x39\xc1\x7f\x35\x21\x27\x07\xb3\x6a\x42\xce\xa3\xf7\x90\xf3\xaa\x3d\xe4\xc4\x68\x57\x90\x1b\x17\x3f\x5a\x05\xb9\x29\x54\x55\x41\x6e\x0a\x4e\xd5\x88\x28\x74\xf2\xe7\xac\xe2\x8e\x98\xb8\x1c\x6a\x44\x14\xfa\x24\x64\x58\xc1\x78\x64\xd3\x59\x05\xb9\x4d\x9c\x75\x15\xe4\x36\x3f\xa4\x06\xb9\x4d\xd6\x66\x05\xb9\x91\x4d\x67\x15\xe4\xc6\x85\x91\x56\x41\x6e\x93\xaf\xa0\x82\xdc\x26\xe6\xa8\xe2\x9c\x50\x88\xab\xe2\x9c\x98\x04\x80\x2b\xa8\x8e\xab\x25\xad\x02\xcf\x26\xc6\xa9\x02\xc1\x26\x2b\xb5\x02\xc1\x26\x0e\x88\x0a\x04\x9b\x78\xce\x6b\x41\x16\xd4\x6e\x2d\xc8\x42\x68\xac\x02\xa5\x26\x6e\xaf\x0a\x94\x9a\x4d\xff\xc5\x8c\xcd\xae\xff\x68\x0f\x58\x50\x81\x4b\x53\x5f\x01\x70\x49\x71\xac\x6a\xb4\xc7\x2e\xa0\x1a\xed\xb1\x6e\x2b\x90\x68\x4e\xfd\x47\x7b\x84\x3d\x2b\xae\x8a\x49\x58\xbe\x02\x97\xa6\xbe\x1e\xe0\xd2\xc4\xc7\x5e\x81\x4b\x73\x31\x7f\x40\xa2\x09\xa8\xac\x40\x22\xc5\xc6\x2a\x90\x48\xd1\xb0\x0a\x24\x9a\x98\xdb\x0a\x24\x9a\x7f\xbb\xc2\xde\x2a\x1e\x8e\x89\x42\xa9\xce\xc7\xa3\xcf\xd3\xf9\x78\xd8\x82\x54\xb0\x13\x57\x67\x5a\xc5\x55\x31\x9f\x4a\xd4\xc2\xc1\x9e\x0a\x06\x9a\xd8\xe5\x1a\xee\xfe\x4e\x02\xa2\x55\x30\xd0\xd2\x07\x89\xab\x62\xa1\x5e\x6a\x9c\x2c\xe8\x0b\x97\x7e\x8d\xd3\x03\x7d\xe9\x83\xc4\x8d\xa1\xd0\x58\x05\x2d\x2d\x36\x8d\x35\x0e\xfb\xf7\x85\xb7\xac\x82\x96\x14\x28\xab\xb8\x31\x16\xca\xa6\xe2\xc6\x50\xa0\xac\x82\x96\x96\xab\x96\x47\x89\x3e\x80\x96\x16\x67\xab\x6b\x9c\x25\xe8\x4b\x9f\x59\x9c\x25\xe8\x0a\x9b\x55\xdc\x18\x0b\xeb\x5e\x71\x63\x2c\x0c\x42\x05\x65\x29\x6c\x56\x41\x59\xab\xd3\x07\x50\xd6\xea\x6a\x0f\x39\x87\xfe\x63\x24\xa4\x7a\x40\x59\x0a\x9b\x55\x50\xd6\xc6\x3b\x5e\x41\x59\x1b\xc4\x57\x41\x59\x5b\xbd\x05\x65\x6d\x4c\x63\x05\x65\x71\x05\xa6\x55\x50\xd6\xc6\x1b\x58\x41\x59\x1b\x3f\x73\x05\x65\x91\xe7\x67\x15\x94\xb5\x35\x2e\xa0\xac\x5d\xd5\x42\xc8\xb9\xc1\x2b\x15\x24\xb5\xd5\x23\x90\x14\x19\x7a\x56\x31\xda\x0a\x16\x55\x8c\xf6\x66\x5f\x53\x71\x47\x90\x69\x67\x75\xd3\x23\x76\x39\x75\xd3\x23\x36\xbe\x75\xd3\x23\x7c\x7c\x15\x63\xcf\xe5\x95\x56\x37\x72\x72\xc4\xb0\x6e\xe4\xbc\xaa\x65\x50\x62\x1e\x30\xf6\x5b\x8a\x16\x37\xc6\x91\xfa\xc4\x84\x2b\xe4\x54\x31\xe1\x47\x0a\x13\x13\x7e\x38\x71\x51\x31\xe1\xa7\xaa\x96\x46\x49\xff\x75\x4a\x2c\x46\xcc\xfb\x01\x40\xd4\x88\x36\xf4\xa3\x2f\x24\xa2\x0d\xfd\x48\x11\x61\xde\x8f\x46\x30\xa2\x0d\xfd\xb0\x2f\xad\x11\x6d\xe8\x07\x17\x5c\xc5\xf4\x1f\x29\x1b\x5c\x2a\x67\xe9\x3f\xfa\x20\x73\x04\x2c\x38\x04\xed\x2a\xb0\xe0\xb0\x13\xad\x17\x39\xb5\xfa\x2f\x72\x82\xc3\x2b\x20\xe1\x10\x42\xaf\x80\x84\xa3\xd5\x0f\x48\x50\xec\xa8\x02\x12\xc8\x8a\xb3\x7a\xe9\xc3\x55\x9d\xf4\x81\xb3\x43\x15\xc7\xcc\xd5\x58\x03\x20\xa0\x87\xb3\x0a\x80\xb8\x32\x24\x00\x88\xcb\x79\xfb\x0a\x80\xb8\x04\xf4\x2a\x00\xe2\x72\xac\xaf\x02\x20\x2e\x00\xa2\x02\x04\x2e\x90\xaf\xe1\x8a\xb9\xac\xcd\x86\x2b\xe6\x82\xbc\x1b\x40\xe0\x02\x12\x1a\x40\x80\xfb\x23\xad\x01\x04\xb8\x3f\xd2\x1a\x40\xe0\x02\xdd\x1a\xa6\xff\x62\xd0\x1b\x26\xfc\xa2\x31\x1b\x26\x1c\x4a\x36\x6b\x98\xf0\x8b\x63\xa6\x61\xc2\x23\x6d\xec\x8f\x2a\xb9\x7d\x08\xf6\xf4\x1a\x82\xa1\x4c\x1b\x96\xff\x11\x6c\x68\x58\xfe\x07\x9e\x6e\x58\xfe\x87\x97\xad\x61\x6d\xe1\x75\xb3\x86\xb5\x7d\xa8\xc8\x86\xb5\x7d\xe0\xb1\x86\x45\x7d\x28\xc5\x86\x45\x7d\xe0\xe2\x86\x45\x7d\xe0\xb1\x16\xf1\xfb\xae\x6c\xb3\x86\x53\xe3\xf1\x41\x36\x9c\x1a\x8f\x4d\x71\xc3\xa9\xf1\xf8\x3c\x1b\x96\xf8\x4d\xd5\x49\x7b\x5b\xb5\x5c\x4a\xf4\x01\x6b\xab\x70\x4d\xc3\xda\xc2\xac\x66\x0d\x6b\xfb\xd8\x42\x36\x82\x06\x70\x97\x5b\xc3\x71\xf1\x58\xe0\x0d\xc7\x85\x82\x37\x0d\xc7\xc5\x63\x23\xd3\xb0\xd2\x8f\x6d\x77\xc3\x4a\x2b\xb0\xd3\xb0\xd2\x5c\xa8\x68\x2d\xac\xed\x48\xa0\xac\x16\xd6\x76\x28\x17\xac\x85\xb5\x1d\xb0\xa7\x59\x0b\x27\xc3\x48\x78\x34\x5b\xe5\x3f\x8e\xf9\xb4\x30\x86\x23\xf1\xe9\xb6\x70\x08\x8c\x04\x2e\x6e\x11\x25\x1f\x70\x9e\x5b\xab\xd4\x52\xf4\xde\x8e\x12\x1e\xcd\xd6\xa8\x45\x9f\x75\xe3\x3f\x1c\x1e\x2d\x5c\x00\x23\x81\x7a\x5a\x47\x6a\x70\x71\xeb\x48\x0d\x06\x6a\x61\xaa\x46\xc2\x25\xd6\xc2\x74\x0c\xe5\x7b\xb5\xc1\x7b\x20\xe1\x36\x78\x0f\x67\x48\x1b\xf4\x08\x0c\xd4\xc2\x74\x8c\x84\x5a\x6a\x83\x1e\x69\xde\x07\x3d\xd2\xbc\x0f\x7a\x34\xd5\x02\x72\x2e\xd5\x72\x29\xe9\xc9\x17\x25\xdc\x26\x30\x4c\x8e\x84\xb1\x68\x13\xc9\x50\xfa\x6d\x22\xd9\xd5\x93\x48\x86\xea\x69\x13\xc9\xf4\x15\x4c\x7a\xcb\xc1\x3a\x78\x2a\x87\x02\x3b\xf0\x54\x8e\x0f\x07\x4b\x8b\x6d\xf7\x80\x30\xcd\x5a\x6c\xbb\x07\x37\x31\x5a\x8b\x6d\xf7\xf8\x38\xbd\xd3\x62\xdb\x3d\xb8\x89\xd1\x5a\x6c\xbb\xc7\x97\x55\x67\xf4\x0f\xfa\x34\x6b\xb1\x45\x1e\x90\xa2\x19\x8c\x96\xe3\xd3\xca\x59\xb4\x07\x80\x68\x8b\xf6\x34\x47\x8b\x3a\xa5\x88\x16\x75\x12\x60\x6b\x61\x36\xc7\xc7\xde\xa5\x85\xd9\x1c\x9f\xd4\x52\x98\xcd\xa1\xe4\x2c\x98\x30\xc7\x87\x13\x13\xb6\xcb\xa1\x24\xab\xb6\x69\x4f\x0a\x6c\xd3\x3f\x50\x24\x6c\x97\x03\xca\x32\x6b\x87\x51\x42\xcd\xb7\x83\xd4\x9c\xe9\x80\xdf\x72\x28\xd2\xd2\x0e\xb5\x68\xac\x63\xcf\x3a\xb2\x56\x47\x98\xb1\x91\xb5\x3a\xc2\x8c\x8d\x8c\xd2\x6f\x61\xc6\x06\x77\x1a\x1a\x4c\x98\x23\x13\xfc\x6e\x61\xaa\x86\xa2\x29\x30\x61\x8e\x2c\x2d\x15\x41\xf3\x91\x5d\x75\x76\x4a\x8c\x4b\x98\xb1\x91\x5d\x2d\x84\x64\x59\x23\x1f\xc6\x69\x64\x20\x58\xbb\x48\xd6\xff\x72\xed\x90\xb5\x87\xd0\x58\xe9\xf6\x10\x5a\x8b\xe3\x21\x34\xdb\x05\x88\x37\x47\x06\xb9\xb5\xb0\x69\x23\xb3\x5d\x68\x8f\x0e\x69\x52\x1e\x1d\x5a\x7a\x0f\xa1\xd9\x04\xb4\x87\xd0\x5b\x4f\x32\x9c\x58\xe9\x16\x1b\xdf\x91\x65\x71\xc2\xde\x8d\x8c\x7f\xac\x3d\xba\xa7\x49\x79\x74\x8f\x2d\x24\x44\x9f\x23\xe3\x05\x86\xe8\x73\x14\x50\x39\x44\x9f\xa3\x80\xc3\x21\xfa\x1c\xe5\xd3\x7b\x46\x69\x52\x0a\xc9\x4a\xd6\x7b\x8b\x52\xa5\xb4\x29\xe9\xbd\x43\x29\x26\x05\x4a\xd0\x51\x40\x9f\xfd\xa3\x05\xce\x4f\xf7\x8f\x16\x38\xb0\x06\x5d\xe8\x28\xae\xf7\x62\x94\xb8\x42\xd1\x7a\x6c\x67\x87\xb2\xb1\xa0\x12\x1d\x85\x93\x1a\x50\x89\x8e\xd2\xf4\x24\x72\x76\xfd\x87\x9c\x43\x2d\x20\x27\x73\x04\xcd\xe8\x80\x25\xcc\x7a\x6c\x7c\x47\xc1\xa8\xf5\xd8\xf8\x0e\x65\x63\xf5\xcc\x28\xb1\x89\xeb\x99\x3e\x90\x8f\x08\x05\xe9\x28\x98\x2a\x28\x48\x47\x41\x65\x41\x41\x3a\xb8\x34\xd1\xa0\x20\x1d\x85\x19\x83\x82\x74\x14\x0e\x15\x42\x41\x3a\x4c\xb3\x12\x71\x89\x61\x9a\x87\xd8\x14\x0f\x63\xdb\xdd\x63\x53\x3c\x4c\xa3\x1b\x26\x7c\x58\xd1\x7f\x97\x92\xde\x8b\x3e\x18\xf8\xa8\x87\x09\x1f\x0a\xc2\xf4\x88\x59\x0c\x63\x7f\xd2\x23\x66\x31\x0c\x27\x0a\x24\xa7\xc3\xc1\xa9\x90\x9c\x0e\x08\xa2\xac\x87\x79\x1f\x8e\x4b\xa5\x87\x79\x1f\x8e\x92\x82\x00\x75\x78\x57\x0b\x93\x92\xea\x0c\x59\x9c\xf5\x00\xc9\xe9\xf0\xa9\x92\x51\x42\x16\xa3\x75\x54\x16\x44\xa6\x43\x89\x2a\x10\x99\x0e\xc7\x3c\x40\x5d\x3a\xa0\x92\x32\xa8\x4b\x47\xfd\x54\x8a\xaf\xbc\x12\xc1\xe8\x98\xf0\x0a\xc2\x84\xd6\x74\x54\xcc\x74\x8f\x0d\xf3\x80\x2e\xca\x7a\xec\x8a\x87\xd2\x48\x7a\x44\x14\x86\xd2\x48\x3a\xc6\xbe\x6a\x3c\x23\x4e\x30\xe4\x55\x87\xc8\x74\x54\x5c\x54\x1d\x63\xaf\x04\x90\x8e\xb1\xaf\x84\x21\xa1\x2e\x1d\x55\x23\x1f\xbb\xd4\x51\xf5\xd5\x61\xd0\x2b\x66\xb3\xc7\x2e\x75\x54\x8d\x44\xec\x52\x47\x5d\x8c\x44\xa7\xb7\x0b\x39\x3b\xed\xa1\xbc\x61\xfa\x1c\xf2\xb1\x77\x0c\xb3\x12\x32\x7a\x78\xc7\x47\x7d\xfa\x6f\x53\xa2\x16\xcc\xb4\xfc\xe8\x1d\x53\xdc\x88\x16\xc1\xf4\x39\x1a\xfb\x21\x98\x3e\x07\x74\x51\x06\xd3\xe7\x68\x18\x4a\x98\x3e\x87\xbc\xea\x1d\x53\xac\x1c\x8c\x8e\x29\x6e\x18\xd1\x8e\x29\x86\x2e\xca\x3a\xa6\xf8\x07\x69\xfe\x59\x25\x77\xac\x74\x2b\x6a\x6e\x52\x62\x38\xb1\xd2\x4d\x13\x86\x95\x6e\x9a\x30\xac\x74\x93\x22\x0a\xe7\xf8\x68\xae\xee\x3d\x4a\x74\x68\xd1\x75\x5c\x00\x7d\xd1\x75\xac\x0a\x84\xa4\xa3\x81\xb9\x20\x24\x1d\x5c\x66\x67\x10\x92\x0e\xb9\xfb\x21\x24\x1d\x4d\xcb\x08\xcb\xdf\x40\x60\x10\x92\x0e\x25\x79\x40\x48\x3a\xe4\xee\x87\x90\x74\x34\x2d\x1c\x50\x01\xe4\x51\x06\x21\xe9\x68\x5a\x38\xa0\x82\x36\x55\x0b\x7d\xd0\x32\x02\x15\x34\xb6\x7b\x90\x95\x0e\x68\xa6\x0c\xb2\xd2\xd1\xd8\x76\x43\x56\x3a\x9a\x96\xd1\xa6\x7f\x4f\xff\xd1\x3f\x29\x29\xd0\x84\x9c\xff\x3d\x3c\xe0\xa3\x83\x92\x7b\x1c\xcf\x1b\x9d\x0d\x5e\x8f\x63\xf3\xa3\xe3\x8b\x84\xba\x74\x74\xd0\x12\xd4\xa5\xa3\x6b\xda\x41\x0c\xf2\xf0\xf7\xd8\x22\x0f\xf9\xf4\x21\x2b\x1d\x5d\xe6\x01\xc4\xd0\x71\xda\x74\x10\x03\x54\x52\xd6\x63\xe3\x3b\xba\xe6\x28\x36\xbe\xa3\x93\xda\xd0\x41\x13\x9d\x80\x57\x07\x4d\xc8\xc3\xdf\x41\x13\x4a\x31\x81\x00\x75\x74\x8d\x2e\x68\xa2\x4f\xfd\x17\x73\xd4\xb5\x18\x2f\x52\x6f\x49\x86\xd4\x52\x52\x60\x0b\x79\xe3\xa1\x3c\x1d\x1d\x97\x03\x44\xa6\x63\xb0\x8b\xeb\x18\xf4\xa1\x51\xc2\xa0\xcb\xe3\x0e\xad\xe9\x18\x5a\x70\x18\xf4\x81\x41\x80\xd6\x74\x0c\x16\x15\xb4\xa6\x63\xe0\x20\x1b\x18\xf4\x91\xf5\x64\x8c\xcb\x00\x49\x0d\x0c\xfa\x00\x49\x41\x79\x3a\x06\xa3\x0b\xe5\xe9\xe0\x8e\x3a\x83\xf2\x74\xc8\x03\x0e\xe5\xe9\x80\x6a\xc9\xa0\x3c\x1d\x83\xf3\x25\x50\x9e\x0e\xee\xa1\x33\x28\x4f\x07\xc4\x4b\x36\x30\xef\x4a\xf2\x18\x98\x70\xa5\x75\x0c\x4c\x38\x37\xcf\x19\x74\xa8\x43\x49\x1e\xd0\xa1\x8e\x71\xf4\x24\xed\xe1\x8e\x18\x18\x66\xa5\x7c\x8c\x4c\x7b\xe0\xfe\x91\x19\x09\x5c\x93\x03\xa3\xcd\xcd\x73\x06\x8d\xea\x80\x24\xc9\xa0\x51\x1d\xf2\xa3\x0f\x0c\x33\xf7\xc9\xd9\xc0\x30\x4f\x0c\xec\xc0\x30\x4f\xbe\xd6\x81\xf1\x9d\xa6\xd2\xa1\x54\x28\x5d\x4a\xf4\x01\xe3\x3b\x01\x3a\x10\xae\x8e\x89\x63\x0d\xc2\xd5\xa1\xb4\x8e\x81\xf1\xe5\x76\x39\x1b\x18\x5f\x98\x90\x6c\x60\x7c\x67\xd5\x7b\xc8\xa2\xd1\xc5\xc0\xce\xa5\x12\xb2\x1c\x95\x90\xe5\xea\x3d\x64\xe1\x88\x00\x94\xae\x63\x01\xeb\xa0\x74\x1d\x0b\x95\x0c\xa5\xeb\x80\xd1\xc8\xa0\x74\x1d\xab\xfc\x85\xe8\xc9\x60\x7b\x1d\x8b\xed\xec\x88\xcd\xf4\x58\x1c\xc2\x19\xe1\xf2\x1e\x4a\x4a\x80\xed\x75\xc8\xd7\x0a\xdb\xeb\x58\x55\x4f\x86\xd0\xab\x4b\xcc\x10\x7a\x81\xb5\x61\x7b\x1d\x8b\x18\x28\x6c\xaf\x63\xa1\xf8\x60\x7b\x1d\x90\x16\xd9\xc0\xba\xeb\xe8\xff\xc0\xba\x2f\x3c\xd9\x03\xeb\xae\xc3\xfe\x23\x7c\xde\x63\xb1\x85\x84\x25\x76\x6c\xb6\x2e\xb0\xc4\x8e\xcd\x62\x84\x25\x76\xe8\xe8\xff\x08\x7f\xf8\xd8\x6c\x13\x47\x9c\x25\x18\x3b\xab\x14\xfd\xdb\x45\x4f\x1e\x4a\x92\x33\xfa\xb7\xd9\xd8\x43\x21\x3b\xb6\x16\x63\x1c\x07\x1c\x5b\x9f\x44\xf8\xd8\xc7\xd6\xf4\xc5\x71\xc0\xa1\x23\xf5\x03\x27\xc3\xbe\x7a\x2f\xfa\x00\x39\x8f\x0d\x70\xc7\x49\xfa\x2f\xfa\xc0\x6d\x61\x36\x70\x32\x9c\xac\x27\x27\x25\xfa\x1e\xbe\xf9\x71\x24\x27\x0e\x88\x83\x69\x1c\xe0\x95\x83\x5b\x68\x44\xde\xfe\xe0\xd6\x2f\x1b\x71\xf5\xe9\x38\xb8\x1c\x20\xbe\x1d\x87\x33\x01\x23\xbc\xf8\x83\xfb\xba\x6c\x84\x17\x7f\x1c\x82\x99\x23\xbc\xf8\xe3\x6c\x95\xa2\x0f\x87\xc3\x65\xa3\xd1\x87\xa7\x3a\x43\xb2\xab\x8f\x15\xf7\x87\xfc\x86\x03\xb4\x74\xd9\x13\x40\xb4\x3b\x74\x96\x1b\xa2\xdd\x71\x41\x59\x03\xb4\x74\xc1\xb7\x10\xed\x0e\x98\x5f\x0c\xa2\xdd\x71\xa5\xce\x70\x94\xe8\x62\xaa\x11\x3e\xfd\xa1\xab\xa8\x46\xf8\xed\xc7\x05\x73\x41\xc2\x3b\xe0\x7a\x31\x48\x78\xc7\x65\x4f\x00\xd1\xee\xd0\x95\x52\x10\xed\x8e\x8b\xfb\x0a\xa2\xdd\x71\xb5\x50\x71\xb0\x5c\xf6\x0b\x03\x07\xcb\xd5\x17\x39\x90\xe5\xe9\xbd\x98\xcd\x97\xf4\x64\xc8\xf2\x30\x0f\x50\xeb\x0e\x5d\x30\x05\xb5\xee\x90\x93\x6f\xe0\x6e\x81\x5f\xc5\x06\xee\x96\x87\x73\x02\x6a\xdd\x21\x27\x1f\xd4\xba\xe3\xe1\xe1\x87\x5a\x77\x3c\xcc\xe6\x00\xe3\x3d\xf0\xed\x00\xe3\x3d\x7d\x05\x60\x3c\x9d\x2b\x1f\x60\xbc\x07\x98\x19\x60\x3c\x5d\x22\x05\x25\xef\x78\xb8\x93\xa0\xe4\x1d\x6f\xa8\x96\x9f\x3e\x14\x1b\x6a\x61\x45\x49\xdf\x44\x00\xb9\xa2\x84\x7f\xe8\x7a\x8b\x4e\x27\x41\xd7\x5b\x74\x7e\x06\xba\xde\x52\xa5\x51\xe2\xec\x42\xe1\x9e\x65\x83\xa0\xb7\x34\x82\x99\x10\xf4\x96\x96\xf5\x64\x8d\x12\x0e\x08\x08\x7a\x4b\x23\x14\x07\x41\x6f\x11\x98\x81\xa0\xb7\x74\x99\xe2\x80\x6e\x05\xbe\x49\x83\xa0\x37\x08\xe6\xa3\x14\x52\x77\xad\xdb\x80\x6e\x45\xc1\x76\x08\x7a\x8b\x72\x31\x21\xe8\x2d\xca\xc5\x84\xa0\xb7\x28\x6c\x0d\x41\x6f\xf0\x33\x47\x29\x47\x69\xfe\xed\x10\xdc\x08\x54\x17\xc4\xc3\x51\x8a\xae\x4f\x30\xf3\x08\x54\x57\xe0\xd0\xb3\x11\xa8\x2e\xe8\xeb\xa2\x14\x5d\x57\xae\xdb\x88\x60\x4a\x59\x49\xa2\x44\xd7\x97\x06\x30\xfc\x47\x41\xd7\x15\xa5\xe8\xfa\x7a\xfa\x2f\xba\xbe\x3f\xb5\x10\x5d\x87\xad\xcd\x46\xe0\xc6\xb2\x41\x83\xb0\x0a\x07\xcd\x43\x94\xa2\x7b\x5c\x7e\x68\xb0\x0a\x97\xa3\xcf\x33\x42\x32\x71\xbb\x7a\x94\xa2\x0f\x07\x5f\x32\xac\xc2\x71\xb1\x6f\x94\xa2\x0f\x50\x2d\xd9\x08\xbc\x59\xae\x30\x42\x78\xaf\xe2\xd2\xd8\x28\x45\x1f\x20\x50\xb2\x11\x58\xd4\x74\x43\x17\x6c\xc4\x71\xe9\x5b\x94\x4e\x94\x64\x97\x23\x5c\x63\x49\xaa\x2e\xfc\x5c\x71\x0f\xd3\x4f\x29\x50\xab\xc1\xc4\x62\xb0\x11\x9b\x2e\x3d\x82\x8d\xd8\x74\x16\x18\x36\x62\x2b\x52\x28\x81\x5a\x23\x3f\x26\x4a\x1e\x25\x7d\x3c\x81\x5a\x23\x0f\x24\x4a\x3f\xfd\x33\x63\xeb\x09\x1b\xb1\xb9\x8c\x53\xa0\x56\xd3\x2d\x0c\xb0\x11\x47\xf8\x3f\x4a\xd1\x3f\x6d\x21\x61\x23\xb6\x2a\x05\x16\xa1\x1c\xd3\x31\x2d\xd8\x88\x23\x9a\x15\xa5\x47\x89\x31\x0b\x97\x98\x35\xcd\x5f\xb8\xc4\xc2\x69\x1d\xa5\xe8\x5f\x93\xda\x0d\x97\x98\xe9\xe0\x12\x4c\xc5\xd6\xf1\x5d\xc3\x54\x6c\xbf\x0b\x27\x5c\x62\xd6\x85\x37\x23\xcc\x13\xbb\xc5\x28\x45\xff\x74\xf6\x64\x04\x82\x0e\xad\x16\xa5\xe8\xdf\x2f\xfa\x0c\x77\x99\x41\xc3\x69\x30\x1c\xdb\xd4\xb8\x04\xba\xb6\xf9\x2b\x75\xf4\xef\x17\x3b\x05\xba\xb6\x09\xa6\x84\xfd\xd8\x26\x4a\x18\xf6\x63\xe3\x4e\x5d\x83\xfd\xd8\x16\x87\x11\x61\x3f\xb6\x15\xac\x29\x06\xc3\xb1\xc9\xdc\xc2\x70\x6c\x70\xb7\x19\x0c\xc7\x76\x3f\xb5\x10\x7d\xb8\x59\xff\x4d\x4a\x7a\x2f\xe4\x54\x0a\x14\xec\xc7\xa6\x14\x28\x28\x8e\x4d\x77\x36\x42\x71\x6c\x17\x87\x0e\x34\xc6\xa6\x7b\x19\xa1\x31\xb6\xcb\xac\x40\x55\x6c\x17\x33\x3d\x03\x6b\x9b\x02\x5e\xd0\x11\x9b\x52\x99\xe6\x47\x7b\x20\xfd\xf9\xd1\x1e\x0a\x1a\xaa\x62\x93\x69\x84\xaa\xd8\x2e\xae\x8a\x19\x58\xdb\x2e\x0e\x32\xa8\x8a\xed\x82\xf4\xa1\x2a\xb6\xcb\xa9\x98\x99\x91\x85\x7d\xe9\xcc\x8c\x0b\x2e\x4d\x68\x8c\x4d\xc6\x10\x1a\x63\xbb\x38\xcf\xa0\x31\xb6\x7b\xf5\x1f\x7d\x40\xdb\xcc\x4c\x1f\xf0\x41\xcf\x4c\x1f\x58\xe1\x10\x1e\xdb\x03\x40\x40\x78\x6c\x0f\x34\x0f\xe1\xb1\x3d\xe2\x2e\x10\x1e\xdb\xc3\x77\x00\xe1\xb1\x29\x36\x36\x03\x87\xdb\x23\xeb\x02\xc2\x63\x93\x31\x84\xf0\xd8\x5e\xfb\xdb\x1d\x17\xd3\xa8\x12\x4f\xda\x34\xaa\xc4\x77\x06\xfb\xb1\x29\x8f\x0a\xf6\x63\x93\xd5\x84\xfd\xd8\x1e\x0e\x7e\xd8\x8f\x4d\x39\x56\xb0\x1f\x9b\x2e\x62\x84\xfd\xd8\x94\x71\x05\xfb\xb1\xc9\xbe\xc2\x7e\x6c\xca\xb8\x82\xfd\xd8\x94\x71\x05\xfb\xb1\xe9\x5a\xc6\xe9\x0c\x19\x6a\x69\x3a\x43\xc6\x46\x6d\x3a\x43\x46\xd0\x6e\x3a\x72\x6a\xfa\x1c\x59\x8e\xde\x43\x16\x4d\xa6\x23\x0b\x01\x05\xd8\x8f\x4d\x61\x3a\xd8\x8f\xed\x81\x73\x60\x3f\xb6\x87\x01\x9a\x15\x59\x08\x82\xce\x40\xc2\x9e\xf0\x50\xcd\x40\xc2\x9e\x08\x82\x4e\x88\x30\x13\xc7\xd7\xc4\x9a\xac\x2b\x1b\xc5\x9a\xac\x6b\x19\x27\x64\x97\x29\x23\x75\x20\x61\x87\x05\xcd\x66\x20\x61\x4f\x1c\x86\x17\xbf\xb2\x02\x7a\xe2\x57\x4e\xfa\x78\x20\xc2\x4c\x26\xa9\x1f\x25\x46\x1e\x22\xcc\x04\xe6\x9a\x81\x92\x3d\x49\x69\x34\xfa\x80\xab\x49\x4c\xcc\x09\x1c\x30\x03\x09\xbb\x8c\xcc\x84\x24\x33\x55\x3d\x49\x1f\xf4\xd1\x41\x92\xa9\xcb\x1d\x67\xa3\x0f\x5a\xe0\xf0\x39\xa7\xae\xf6\xe8\x03\xae\x26\xf1\x39\xeb\x3a\x47\xf1\x39\x27\x7d\x4b\x10\x68\x2a\x8b\x6b\x42\x84\x99\x38\x67\x3a\x21\xc2\x4c\xec\xb1\x26\x44\x98\xca\xd4\x9a\x10\x61\x26\x2d\x70\x58\xa1\x13\x89\x23\x62\x85\x4e\x5b\xb5\x20\xe7\xd6\x7b\xc8\x79\x54\x42\x4e\x7d\x3d\x1d\x39\xaf\xde\x43\xce\x2b\xc9\x90\x93\x1d\xd0\x1c\x8c\x35\x27\x59\xe7\x60\xac\xa5\x26\x06\x63\x2d\xc5\x30\xf8\x5e\xf4\x2d\x41\xbc\xf9\xe9\x7b\x89\x60\xa6\x7f\x04\x79\x67\x60\x6d\xff\xd8\xfd\x89\x31\xfa\xd3\xf7\x02\x83\xa6\x02\x81\x62\x85\x56\x1a\x97\x58\xa1\x3f\x8e\xbd\x89\x15\xfa\x23\xf4\x3e\x61\xd0\xfc\xf0\xd4\x4f\x58\x32\xbf\xa2\xf7\x36\x25\xc6\x0c\x96\x4c\xdd\x03\x29\xc6\xe8\x8f\x1d\xb3\x18\xa3\x3f\xf0\xad\x18\xa3\xbf\xa6\xff\x90\x85\x33\x39\x62\x8c\x56\x00\x51\x8c\xd1\x1f\x51\x11\x31\x46\x2b\xfd\x4b\x8c\xd1\x1f\x3b\x6d\x31\x46\x7f\x44\xb5\xc4\x18\xfd\xe1\xb7\x9f\x0b\x39\x31\xbe\x62\x85\xd6\x9d\x8d\x62\x85\xfe\xa4\x19\xe0\xe1\xfc\xf0\xd4\x8b\xfa\x59\xf7\x32\x8a\xfa\xf9\xd3\xbc\xc3\xc3\xf9\xb1\x43\x17\xf5\xf3\xa7\xaf\x00\x1e\xce\x8f\x73\x3e\x13\x1e\xce\x4f\xf3\xbe\x91\x05\x58\x37\xe1\xe1\xcc\xb8\x77\x44\x0b\x9d\xbf\xbf\x85\xf7\xc4\x18\x0d\x5b\x9b\x89\xeb\x39\x6b\x49\x07\x6e\xf4\x6c\xfa\x6f\x50\xa2\x71\xe8\x3b\x33\xfe\x1c\xf1\x40\x2b\x26\x29\x1e\xe8\xac\x09\x3b\x08\x86\x4f\x78\x5e\x04\x63\xab\x34\x2f\xad\x6b\xfa\xa0\xfd\xcc\x9a\x3e\x68\x3f\x15\x5c\x9c\x81\xff\x5c\x17\x38\x8a\x31\x5a\x21\x43\x31\x46\x2b\x64\x28\xc6\xe8\xac\xa5\x02\x63\x74\xd6\x20\xc1\x18\x9d\xc1\x86\x33\x10\x98\xeb\xb2\xc5\x09\xed\x67\x61\x93\x33\xa1\xfd\x2c\xfa\xc8\xa1\xfd\x54\xfe\x95\xf8\xa3\x0b\xe7\x37\x27\xb4\x9f\x85\x90\xd3\x84\xda\xb3\xe0\x03\x9b\x50\x7b\x96\xaa\xf7\x1e\xa5\x68\x6f\x41\xed\x59\x40\x28\x0b\x6a\x4f\x05\xfb\xc4\x42\xad\x80\x9e\x58\xa8\x0b\xc7\x75\x56\xa2\xbd\xae\xff\xa2\xef\x65\xe8\xbf\x4d\xa9\x52\x42\x16\x36\xf6\x0b\x12\xd0\x32\xd5\x3a\xb2\xa0\xce\x56\x9c\xbb\x71\x5d\xa8\xb8\xa0\x04\x2d\xec\x33\x16\x94\xa0\xca\xdb\x5a\x1f\x63\xb6\xf5\x1f\x63\x76\xf4\x1e\x63\x06\x8a\x14\x5b\x76\x61\x1e\xc4\x96\x5d\xc0\x94\xeb\xa3\x0f\x57\xad\x87\x2c\xba\x42\x71\x05\xca\x72\x43\x11\xad\x40\x59\xae\x6c\xac\x15\x28\xcb\x0d\x73\xb4\xc2\xa3\xe9\xca\xcd\x5a\xd0\x93\x1a\xb3\xb2\xa0\x27\x55\x6e\xd6\x82\x9e\xd4\xf0\x5a\x2e\xe8\x49\xcd\xf4\x64\xa7\xa4\x3a\x43\x4e\x73\xbd\x37\x29\xd1\xa3\x40\x60\xae\x5b\x13\x57\x20\x30\x37\x0e\xc1\xad\x40\x60\xae\xbc\x2d\xf1\x7f\x5b\x55\x1f\xe8\x1f\xa6\x4a\xfc\xdf\xc6\x51\x2c\xf1\x7f\x2b\xf0\xb8\xa0\x3c\x35\x52\x76\x16\x94\xa7\xba\x7b\x71\x41\x79\xaa\xdb\x16\x17\x94\xa7\x86\x93\x61\x15\xfa\xd7\x55\x0b\xfd\xd3\x57\x50\xe8\xdf\x54\xeb\xf4\x0f\xa3\x26\xbe\x71\xdd\xbd\x28\xbe\x71\x9b\xaa\x85\xfe\x2d\x3d\x49\x1f\x30\x6a\xcb\x90\x05\x25\xb5\x0c\x59\x34\xd3\x86\x2c\x28\xa9\x65\xc8\x82\x47\x7a\x19\xb2\x80\x4c\x97\x21\xcb\x53\x9d\x21\x8b\x27\xbd\xb7\x28\xe9\xbf\x90\xc5\xd9\x4d\xaf\x80\x75\xae\x1b\x0e\xc5\x61\xee\x59\xb2\x3c\x4a\xcc\x26\x1c\xe6\x8e\x01\x12\x87\xb9\xe3\x03\x10\x87\xb9\xe3\xb2\x5d\x01\xeb\xdc\xf5\x85\x84\xd3\xd4\x1d\x24\x2c\x7e\x73\x07\xda\x88\xdf\xdc\xd1\x75\xe2\x37\x77\x57\x2d\xd1\x3f\x27\xa7\x52\x1c\xe6\x0a\x07\x8b\xc3\x3c\x92\xac\xfe\xa8\x92\x45\x53\xae\xd8\xb0\x68\xca\x9d\x8d\x85\x68\xca\x7d\xe9\x3f\x86\x0c\x9f\xdb\x02\xb9\x29\xe3\x4a\x14\xe6\x8e\x07\x4e\x14\xe6\xba\xc4\x50\x14\xe6\x30\xab\x99\x28\xcc\x75\xa5\xa1\x28\xcc\x1d\x85\xb9\x40\x6e\xca\xd4\x5a\x20\x37\x79\x9a\x44\x6f\x5e\x71\x1d\x88\xde\xbc\x12\x50\x58\xe0\xb1\xfa\xa9\xce\x45\x89\x0f\x04\x3c\x56\x41\x98\x22\x34\xaf\x5a\xe0\xd0\x94\x2b\xfa\x2c\x9a\x72\xe5\x74\x89\x8a\x1c\x0e\x36\x13\x15\x39\x1c\x6c\x26\xf2\xf1\x8a\x39\x5a\x60\x20\xf9\xc0\x16\x18\x48\xd7\x0f\x2e\x30\x50\xd5\xf2\x1b\x48\x4d\x0e\x92\x88\xc9\x61\x5d\x33\x11\x93\x57\x76\x2b\x0b\x7c\xa4\x8b\x0a\x17\xf8\xa8\x6a\x69\x86\x2f\xd2\xab\x96\xdf\xa0\x7f\x53\xff\xd1\x3f\xce\xba\xac\xf0\x45\x7a\xc5\x29\x25\xf6\xf1\x4a\xd0\x47\xec\xe3\xca\xfe\x12\xc3\x78\xe5\x04\xa5\x18\xc6\x75\xc5\xa0\x18\xc6\xab\x66\x05\xec\x54\xb5\xa8\xc0\x4e\x55\x73\x14\x81\x5c\x6f\x60\x3c\x31\x8c\x2b\x32\x2d\x86\xf1\x06\xee\x5f\xe0\xa3\xa6\x79\x00\x1f\x35\x2d\x23\xf0\x51\x2b\x2a\x85\x2c\x8d\x2d\xf9\x02\x1f\x35\xd3\x7b\x9b\x12\xad\x6f\x5a\xd7\x3c\x84\x1f\xcf\x1b\xce\x82\x15\x7e\x3c\x6f\x9c\x09\x10\x6b\x79\xd3\xc2\x01\x2d\x35\xb0\x9a\x58\xcb\xa1\x25\x33\xb1\x96\xeb\x06\x40\xb1\x96\x37\xf6\x74\x62\x2d\x6f\x5a\x1d\xa0\xa5\x06\x2a\x5f\xa0\x25\x85\x83\x57\x38\xe4\xbc\x69\xad\xc0\x68\xde\x38\x65\xb4\x80\x44\x0a\x07\xaf\x83\x9c\x44\x4c\xd6\x61\x04\xa5\xdc\x0e\x72\xb2\x09\x5f\x80\x27\x85\x8a\x17\xe0\x49\xa1\x62\x71\x9f\x37\xcd\x11\x00\xa9\xcb\xc4\x85\x63\xcd\x3b\x2e\xbf\x15\x8e\x35\xef\x9f\x5a\x78\x94\x78\x0f\xf0\xd4\xf1\x72\x2f\xc0\x53\xc7\x19\x29\xce\xf4\x8e\x4b\x45\x9c\xe9\x0a\x38\xaf\x70\xac\xb9\xd2\xc6\x56\x38\xd6\xbc\x6b\x1d\xc1\xa7\xde\x5d\xff\x0d\x4a\xac\x15\x60\x96\x92\xc8\xc4\xa7\xde\xab\x4a\xf4\xa1\xa9\x05\xe4\xe4\x40\xa5\xd8\xd5\x3b\xbb\x77\xb1\xab\x77\xc1\x90\x87\x2c\x24\x13\x2d\x20\x98\x6e\x23\x14\xf3\xba\xd2\xbf\xc4\xae\xde\xa5\xdd\x80\x59\x1d\xcc\x2c\x76\x75\xa8\xce\x4c\x0c\xea\x4a\xf8\x12\x83\x7a\x47\x83\x89\x41\x1d\x1a\x34\x13\x83\xfa\xc0\x29\x25\x06\xf5\x91\xfe\x76\x2e\x59\xe4\xea\x8a\x4c\xef\x88\x22\xfb\xc0\xcf\xb5\xe3\x88\xb4\x2b\x16\xbd\x41\x6e\x83\x65\xb4\x41\x6e\x03\x7f\xea\x06\xb9\x0d\x42\x63\x1b\xe4\xa6\x3c\xb1\x0d\x72\x53\x9e\x98\xe8\xdb\x61\x56\x33\xd1\xb7\x0f\x53\x9d\xd1\xbd\xc1\x66\x7a\x87\x0f\xcc\x07\x67\x02\xf6\x47\xf7\xb0\x46\x1b\x54\x37\x98\x30\x11\xbd\x2b\x6b\x4c\x44\xef\x03\x35\xb8\x41\x67\x8a\x68\xef\x0f\x59\x50\x60\xfb\x43\x16\x50\x81\x28\xe1\x95\xfd\xb5\x41\x67\x83\x05\xb7\x41\x67\x03\x8c\xb0\x41\x67\x8a\x6f\x8b\x3c\x7e\x6c\x3d\xc9\x98\xb1\x39\x12\x79\xfc\x20\xf1\x5b\xe4\xf1\xca\x13\x13\x79\xfc\xc0\x89\xb2\x41\x59\x03\xa5\xb8\x41\x59\x03\x27\xca\x06\x65\x0d\xb0\xfd\x06\x65\x0d\x54\xa4\xc8\xe3\x07\x3e\x76\x08\xe2\x5d\x97\x18\x42\x10\xef\xca\x0c\xdb\x20\x22\xe5\x7b\x6d\x10\xd1\xcc\xaa\x65\x53\xa2\xf5\x88\x37\xbb\xfc\xa9\x3b\x3c\x62\x0e\xcf\x9a\x41\x1e\xef\x93\x40\x27\x74\xf1\xae\xbc\x2d\xe8\xe2\x7d\xe2\x05\x86\x2e\xde\x67\xd5\x93\xb4\xc7\x69\x9a\x0d\xea\x99\x9a\x31\x50\xcf\x6c\x7a\x92\xf6\xc0\x8d\x1b\xd4\xa3\xdb\x08\x37\xa8\x67\x82\x0d\x37\xa8\x67\xb2\x18\x37\xa8\x47\x19\x5e\x1b\xd4\xa3\x0c\x2f\x08\xe9\x7d\x82\x0d\x21\xa4\xf7\xa9\xaf\x00\x64\xa3\x9c\xae\x1d\xe1\x60\x87\x9f\xcd\x20\xab\xf7\xc9\xe9\xe6\x5d\x69\x4f\x33\x8d\xc3\x4a\xb9\x59\x1b\xf8\xa2\xbb\x09\x37\xf0\x65\x02\x43\xa0\x99\xf7\xa9\xb9\x05\x5c\x28\x0a\x03\xcd\xbc\x4f\xd4\xe7\xc6\x2d\xb4\x70\x82\x6d\xdc\x42\x0b\xe0\xb1\x71\x0b\xe9\xc6\x41\x08\xe9\x5d\x37\x0e\x42\x48\xef\x0b\x83\xb7\x81\x21\x4a\xa4\xda\xc0\x90\xa5\xd9\xc4\x2d\xb4\x8a\x5a\x78\x94\x18\x97\x08\xa5\xfa\x22\x2a\xb2\x23\x94\xea\x8b\xfd\x1e\xdc\xf5\xbe\xb4\x52\x01\x2c\xba\x7f\x10\xee\x7a\x5f\x78\xab\xe1\xae\xf7\xc5\xce\x70\x03\x5f\x96\x56\x23\x6e\xa1\xa5\xb9\xc5\xf5\xa3\x64\xa9\x8d\xeb\x47\x37\x07\x6e\x5c\x3f\x3a\x14\xb0\x81\x3d\x0a\xf5\x6f\x60\xcf\x22\x82\x01\xcb\xbd\x43\xa6\x66\xb0\xdc\xfb\x92\x8a\x04\xf6\x2c\xad\x23\x60\xcf\x7a\xaa\x33\xc6\x73\xb3\x2b\xde\x11\x66\x75\x45\xb5\x36\xd0\x66\x6b\x3d\x00\x6d\xb6\x74\x56\x84\x59\x5d\xe9\x58\xf0\xe1\xbb\x02\xff\x1b\x77\x12\xd4\x6a\xb6\x23\xcc\xea\x10\xa6\xd9\x8e\x30\xab\xef\xbf\xd1\xa1\xda\xc6\x0b\x05\x27\x9a\x6d\x90\xd4\xee\xaa\xa4\x52\xd2\x7f\x8d\x12\x5d\xc0\x0b\xb5\xc1\x6a\x1b\x94\xa5\x8b\x03\x37\x28\x6b\xe3\x0d\x84\x9a\xdf\xb7\x86\x1a\x94\xb5\xb1\x54\x90\xf1\xfb\xd6\x72\xc0\x43\xb5\x39\x78\xb6\x41\x59\x5b\x9f\x3c\x28\x6b\x4b\x9d\xe1\xa1\xd2\xd9\x05\x88\xfa\x5d\xb9\x59\x10\xf5\xfb\x66\xab\x04\x51\xbf\x1f\x59\x2a\x10\x98\x2e\x00\xdc\x20\xb0\x43\x34\x78\x83\xc0\x0e\xbe\xdd\x0d\x02\x53\x10\x66\x47\xcc\xd5\x0f\x5b\xa5\x1d\x31\x57\x3f\x59\xb2\x3c\x4a\xf4\x16\xac\xa6\xd3\x11\x1b\xac\x76\xf4\x91\x83\xd5\x8e\xa6\x16\xac\x76\x4c\xff\x55\x4a\x28\x68\xf0\xd8\x01\xe3\x6d\x30\xd7\x91\x5a\x02\x73\x9d\xae\x16\x90\x45\x23\x0f\xe6\x52\xbe\xd7\x06\x73\x1d\xa9\x1e\x30\xd7\x01\x15\xec\x08\x82\xfa\xc1\x71\xb1\x0f\xb2\xb0\x3b\xda\xe0\xb1\xb3\xf4\x5e\xa3\xa4\x27\x19\xcf\xad\x16\x90\x53\x73\x84\x33\x0b\x16\x34\xdb\x38\xb3\x0e\x87\x03\x37\x58\x4d\x37\x07\x6e\xb0\xda\x91\xca\x02\xab\x1d\x82\x92\x1b\x3c\x06\xd3\x99\x6d\x30\xd7\x91\xc9\x01\x73\x5d\x36\xb7\x1b\x67\x96\x6e\x0e\xdc\x11\xcc\x74\x9d\xf0\xd8\xe0\xb1\x0b\xc6\xdb\xe0\xb1\x2b\x25\x05\x1e\x53\x68\x6c\x83\xc7\x74\x1f\xe0\x06\x8f\x5d\xcd\x43\x04\x33\xfd\x72\xe6\x68\xe3\x12\x13\x81\xd9\x06\xab\xe9\xae\xc0\x8d\x4b\xec\x6a\xf9\x81\xc0\x94\x27\xb6\x71\x82\x89\xce\x6c\x83\xc0\x2e\x5e\xf5\x0d\x02\xbb\x6c\x6e\xf7\xa3\xf5\xa1\xf7\x68\x1d\xb7\xc2\x06\x9d\xdd\xa9\x16\x68\x1d\xd3\x71\x40\x67\x0a\x8d\x1d\xd0\xd9\x05\x32\x1c\xd0\xd9\x65\x8e\x0e\x10\xec\x82\xd1\x0f\x10\x4c\xe7\x4b\x0e\x10\xec\xb2\x8f\x3a\x89\x3e\xe0\x94\x3a\x40\x30\x05\xd1\x0e\xe0\xe9\xb2\xc6\x0e\xe0\xe9\xa2\xea\x0e\xe0\x49\x09\x66\x07\x80\xf4\xc0\xe8\x07\xb7\xd7\x63\x3f\x7b\x70\x7b\xbd\xac\x52\xa3\x44\xeb\xb8\xbd\x1e\x86\xe4\x00\xac\x1e\xeb\xe8\xe0\xf6\x7a\xcc\xdf\x89\x93\xf9\xfe\x40\xe5\x07\xd0\xf5\x70\x4a\x1d\x40\x97\xa8\xce\x0e\xa0\xeb\x31\x7f\x07\x77\x99\xd2\xd4\x0e\xa0\xeb\xe1\x34\x3d\x00\x2b\x45\xbc\x0e\xc0\x4a\x69\x6a\x07\x60\x25\x92\xb2\x83\x6b\xeb\x01\xeb\x0e\xae\x2d\x91\x94\x1d\x5c\x5b\x6f\xa9\x16\xda\xdb\x7f\xbb\xe3\xe2\x80\xb9\x1e\xa7\x0e\x0e\x98\x4b\xfc\x65\x07\x94\xf5\x34\x0d\xf8\xa4\xc4\x5f\x76\xf0\x49\x3d\x7c\x83\x07\x5c\x25\xc6\xb2\x03\xae\x7a\x24\x72\x9c\xc0\x55\x35\xe1\xb1\x3d\x71\x56\xaf\x2a\x13\xed\xc0\x2a\xa7\x4c\xb4\x03\xab\x5c\x02\x07\x1c\x58\xe5\x12\x4a\xf1\xc0\x2a\x97\x50\x75\x07\x56\x39\x05\xbc\x0e\x24\xa7\x0a\x71\x1d\x48\x4e\x75\x19\xe1\x81\xe4\x54\x59\x6a\x07\xfe\x39\x05\xbc\x0e\xfc\x73\xba\x38\xf0\xc0\x3f\x27\x1e\xb2\x03\xff\x9c\x32\xd1\x0e\xf4\xdf\x09\x6f\xee\x81\x8d\x2e\xa1\x14\x0f\xac\xde\xca\x44\x3b\x50\x9e\x2a\x54\x75\x60\xa3\x53\x26\xda\x81\x8d\x2e\x11\xf6\x3c\xb0\xd1\x29\x54\x75\xa0\x3c\x4d\x9c\x3a\x3d\x50\x9e\x2a\xf7\xec\xc0\x54\x97\x08\x6d\x9e\x8a\x9c\xa8\xc8\x03\x1d\xaa\x82\x53\x07\x16\xbb\xc4\x86\xf9\xc0\x62\xa7\x13\x1e\x07\x16\x3b\xf1\x97\x1d\x58\xec\xc4\x5f\x76\x20\x4e\x4d\xa8\xcf\x03\x71\x6a\xd2\x57\x00\xa7\x9d\x42\x5c\x07\xaa\x54\x85\xb8\x0e\x54\xa9\xe9\xa9\x84\x64\x84\x44\x0f\x74\xa8\x09\x65\x7a\x60\xb8\xfb\xc0\x7f\x07\x86\xbb\x4f\xcb\x16\x86\xbb\xef\xd3\x7b\x8b\x12\x7d\x80\x61\xfc\xfb\x54\xcb\xa1\x44\xdf\x03\xf1\x55\x85\xb8\x4e\x20\xbe\xfa\xa1\x76\x0f\x14\xab\x9f\x96\x26\xcc\xe4\x1f\xe7\x5a\x0f\xcc\xe4\x1f\x0e\x8f\x13\x18\xaf\x2a\xf3\xed\x04\xc6\xab\x9f\x16\x71\x47\x6a\x7d\x21\x1d\xa9\xd9\xa9\x1d\x68\x5b\xbf\xaa\xff\x90\x0c\x23\x7a\x02\xd5\x55\x85\xb8\x4e\xa0\xba\xfa\x91\xf8\x73\x06\x92\xa1\x92\xcf\x40\x32\x70\xff\x81\xfb\xfc\x43\x25\x1f\xe8\x5e\x75\x6f\xe1\x19\xb4\xae\xc5\x3f\x18\xb3\xa5\xff\x18\x09\xcd\x3b\x04\xaf\x1f\xfe\xfe\x03\x13\xfa\xa7\x99\x86\x09\xfd\xd3\xdc\x4e\x24\xe3\xc0\xda\x81\xee\x55\xf9\x73\x27\x80\x55\x55\xe6\xdb\x81\x09\x3d\x6b\xac\x21\x7f\xcd\x59\xef\x1d\x4a\x7c\x67\x90\xbf\x66\x29\x53\x08\x5e\x33\x7b\xac\x03\xc1\xab\x6e\x23\x3c\x01\xba\x6a\xc6\x18\x1e\xf8\xd4\xb3\xd6\x26\xe4\xaf\x19\xd3\x78\xe0\x4c\x57\xac\xea\xc0\x99\xae\x8c\xb9\xb3\x90\xa5\xaa\x16\x64\xc1\x34\x9e\x85\x2c\x4d\xff\x3d\x4a\xb4\x00\x69\xac\xee\x26\x3c\x90\xc6\x66\xcd\x0a\xa4\xb1\x59\x2b\x7c\x23\xa7\x56\x38\x3c\xec\x19\xc0\x79\x20\x94\x55\x02\xdd\x81\x50\x36\x4f\x95\x1a\x25\x64\x81\xa3\x3d\x08\xcc\xfe\xac\x92\xa1\x6f\xcf\x53\x82\x31\x0d\x6c\xde\xcf\x41\x68\xd9\x50\x28\xda\xb3\x26\x13\x1e\xda\xcc\x86\xeb\xc0\x43\x5b\x92\xde\xab\x94\xf8\x24\xe0\xa1\x55\xfe\xdc\x81\x87\xb6\xc8\x4e\xc2\x43\xab\xac\xb8\x03\xb5\x7b\xe1\x68\xf5\x09\x94\x55\x8b\xa6\x0f\x8e\xda\xa2\x25\x06\xd1\x7b\xc1\xc5\x71\xc2\x97\x55\xc5\x66\x76\x02\x57\xd5\xa2\x65\x04\x63\x6d\xc1\xc5\x71\x60\xac\x2d\x52\xbb\x30\xd6\x16\x2d\x23\x48\xe0\x4b\x53\x0b\x48\x86\x6f\xf7\xc0\x66\x2b\x36\xb3\x03\x9b\x6d\xe9\x6a\x6f\x53\x52\x7b\xc8\x29\xfb\x0a\x25\xbc\xf8\xcb\x0e\x94\xf0\x65\xea\x3f\xfa\x20\xd5\x0a\xef\xad\x32\xe6\x0e\x94\xf0\x45\xca\x14\x4a\xf8\xc2\x0e\xe1\x40\xfb\x5e\xb4\x70\xa0\x7d\xd7\x75\x87\x07\xda\x77\x5d\x77\x78\x1e\x72\x4a\x61\x3e\xe4\x04\x7d\x1e\x28\xe1\x8d\xdd\xc3\x81\x12\x5e\x3c\x64\x07\x4a\x78\x63\x8e\x2e\x1c\xbc\xca\xb4\xbb\x70\xf0\x1a\xe8\xf3\x42\xa6\x2b\x56\xb2\x1b\x48\xaa\x1a\x58\xe6\x86\x33\xab\x2a\xdc\x76\x21\x88\x57\x6e\xdd\x85\x5a\xd7\x58\x54\x17\x6a\x5d\xc3\xc5\x71\xa1\xd6\x35\x5c\x1c\x17\x6a\x5d\x63\x51\x5d\x08\xe2\x0d\x2f\xf0\xfd\x90\x05\x0f\xe3\x0d\x67\x56\x35\xf2\x50\x2f\xe4\xf1\xba\xd3\xf0\x42\xc9\x6b\x43\xff\x39\xa5\x41\xa9\x52\x52\x9d\x8d\x92\xea\xec\x94\x1e\x25\xfa\x37\xf5\x1e\xfd\x03\x03\xdd\x8f\x3e\x6c\xfd\x47\x1f\x8e\x5a\xa7\x0f\xac\x9c\x0b\x95\xaf\xce\xed\x5e\xa8\x7c\x45\x05\x76\x21\x9d\x37\xe6\xf6\x42\x3a\x6f\xec\xfe\x2e\x34\xbf\xc6\xdd\x11\x17\x9a\x5f\x85\xcd\x2e\x34\xbf\xce\xfa\xbb\xd0\xfc\x7a\x52\x0b\x9d\xd2\xa4\x34\x28\xa9\x96\xe8\x83\xc2\x66\x17\x0a\x60\x07\x12\xdd\xc0\x78\xd5\xb3\xea\x3c\x94\xf4\x64\xf4\xcf\x8b\xfe\x7b\x94\x90\x13\xb6\x7a\xdd\x5b\x78\x61\xab\xd7\xbd\x85\x17\xea\x60\xc7\xfc\xdd\x82\x9c\xae\xf7\x90\x13\xd8\x73\xa1\x0e\x16\xa5\xd7\x05\xd6\x39\x26\xe7\x02\xeb\x94\xe3\x78\xe1\xae\xd7\xcd\x81\x17\xee\x7a\x1d\xee\xbc\x40\x3e\x11\x67\x5d\x60\x9d\x88\xb3\x2e\xd0\x4d\xf9\x8f\x17\x0e\xfa\x8a\xab\xe2\x86\xbb\xac\x56\x0c\xc9\x05\xc8\x55\x50\xf9\x05\xc8\x55\x92\xe4\x2e\xfc\xf4\x22\xce\xba\xf0\xd3\xeb\x56\xc1\x0b\x90\xab\xae\xf7\x1a\xa5\xf9\x17\x95\x7c\x41\x75\x4a\x8d\xbc\xa0\x3a\x5d\x3f\x78\x41\x75\x55\x0b\x00\x54\xa7\x44\xc9\x0b\xaa\xab\x78\x85\x2e\xc8\xad\x72\xd0\xed\x82\xdc\x2a\x41\x91\x0b\x72\x53\x4a\xe5\x05\xb9\x55\xd4\xd2\x05\xb9\x29\xa5\xf2\x82\xdc\x2a\xd8\xf0\x82\xdc\x2a\x38\xe0\x82\xdc\xc4\xa9\x75\x41\x6e\x95\x53\x00\x17\x36\x62\xb1\x68\x5d\x90\x9b\xce\xca\x5e\x88\xec\x2b\x1e\xdb\x0b\x72\xab\xfa\xe4\xc1\x63\x95\xa3\x4a\x37\x3c\x69\xb5\xe9\xd3\x8d\xd0\x5f\x6d\x49\xff\xc5\xc0\x8b\xac\xea\x82\xb2\x44\x56\x75\x41\x59\x4a\x9b\xbc\xa0\xac\x06\x46\xbf\xa0\x2c\x85\xaa\x2e\x28\xab\xe1\x9d\xbb\xa0\xac\xa6\x0f\x12\x94\xd5\xaa\x6a\xb9\x94\xf4\xe4\xa3\x84\x64\x03\x39\x39\xa9\x71\xc1\x63\x8d\x93\x1a\x17\x3c\xd6\xf0\xd1\x5e\xf0\x58\x6b\x7a\x32\xe6\xa8\x81\x03\xee\xa0\x0f\x5d\xff\xd1\x87\xa1\xf7\x90\x73\xa9\x14\xf3\xd0\xd8\x06\x5f\xa8\xf9\x9b\x46\x1e\x6a\xfe\xa6\xc5\x01\xe1\x7e\x03\x41\x5f\x08\xf7\x75\x51\xe1\x05\x81\x35\x36\xb7\x37\xdc\x5e\xb5\x6b\x71\x40\xbf\xdf\x31\xda\x17\x04\xd6\x09\xf6\x5d\x28\xf6\x45\x56\x75\xa1\xd8\x57\x76\xe2\x05\x81\x75\xd3\x7f\x99\x12\xcb\x16\x04\xa6\xb0\xd2\x05\x81\x29\xaf\xf0\x82\xc0\x7a\xd3\x7b\x95\x12\x0b\x27\xdc\x5e\xb5\x83\x9d\x2e\xe8\x4c\xa7\xa2\xef\x42\xce\xae\x16\x62\x5c\xba\x54\x39\xc8\xad\x73\xae\xe1\x82\xdc\x14\x48\xba\x20\xb7\xae\x51\x02\xb9\x75\x30\xec\x05\xb9\x89\xac\xea\x82\xdc\x3a\x3e\xd3\x0b\x72\xeb\xfa\x5a\x41\x6e\xa2\xae\xba\xe0\x31\x11\x52\x5d\xf0\xd8\x20\xf8\x7d\xc1\x63\x0a\x2b\x5d\x40\xd7\xc0\x75\x70\x01\x5d\x43\x2a\x39\x82\x92\x75\x7c\xaa\x65\x53\x62\xcc\xc2\x41\x56\x87\x46\x3e\x1c\x64\x55\xb7\x0a\x5e\xe0\xd9\xe0\x44\xc2\x0d\x07\x59\x1d\xec\x3a\x6e\x38\xc8\xea\xd0\x77\x0d\x74\x53\x2a\xc5\x05\xba\xe9\xe6\xc0\x0b\x74\x1b\xfa\x92\x81\x6e\x43\xc6\x17\xe8\x36\xa4\x7b\x80\x67\x83\x53\x46\xf7\x20\x27\xa7\x8c\xee\x41\x4e\x50\xeb\x3d\xc8\xc9\x01\xb9\x0b\x90\x1b\x32\xa9\x11\xb0\xac\x83\xf0\xec\xbd\xf4\x01\x44\x7b\x01\x79\x03\xa7\xe9\x05\xba\x0d\x5c\x77\x17\xe8\xa6\x5b\x05\x2f\xd0\x6d\xc8\x14\x03\xc8\xc6\xd6\x93\xc8\xa2\x99\x06\x90\x0d\xf6\x9e\x17\x40\x36\xce\xdf\x18\xaa\x2f\x58\x6d\x68\x19\x3d\x44\x01\x73\xdd\x87\x28\xb2\xd2\xa0\x33\x05\x99\x2e\xe8\x6c\x68\xc1\x81\xce\x74\x51\xe1\x05\x9d\x89\x53\xeb\x82\xce\xc4\xa2\x75\x41\x67\x3a\x98\x7f\x41\x67\x62\xd1\xba\xa0\x33\x5d\x4d\xf8\x40\x67\x13\xc5\xf7\x40\x67\x0a\x40\xbd\xf0\x8f\xd5\x59\x54\x8a\x8f\x40\xa9\x98\x0f\xe4\xa6\x54\xcc\x17\xfe\xb1\xaa\x70\xd4\x03\xb9\xe9\xc2\xc1\x07\x72\x9b\xe0\xe9\x07\x72\x53\xf2\xe5\x03\xb9\x4d\x8e\x38\x3d\x90\x9b\x2e\x1c\x7c\x20\x37\x05\xa7\x1e\xe8\x6c\xf2\xf1\x3c\xd0\xd9\xc4\x70\x3d\xd0\x99\x42\x55\x0f\x74\x36\x59\xe0\x0f\x74\xa6\xe0\xd4\x03\x9d\x4d\x3e\xac\x07\x3a\x9b\x43\xb5\x20\x27\x3b\x99\xf7\x21\x27\xe7\x28\x1e\xe8\x4c\x17\x07\x3e\xd0\xd9\x24\x0c\xf9\x40\x59\x4a\x66\x78\xa0\x2c\x51\x5e\x3d\x50\xd6\x64\x81\x3f\x50\x96\xee\xf5\x7b\xa0\xac\x49\x00\xf1\x81\xb2\xe6\xd3\x93\x21\x8b\x48\xae\x1e\x48\x6a\xe1\xcd\x7d\x20\x29\xd1\x5a\x3d\x90\xd4\x22\x1c\xfc\xc0\x47\x4b\x33\x16\x0e\xb2\xba\x38\xdd\xf2\xe2\x78\x57\x5d\x9a\x3f\xb0\x93\x72\x46\x5f\xa1\x3d\x4c\xd5\x2b\xb4\x07\x9e\x7e\x85\xf6\xd8\x01\xbd\x42\x7b\x5d\x4f\x3e\x4a\xcc\x51\xa4\xbd\xd6\x85\x7b\xe0\x81\xb9\x94\x5d\xfa\xc0\x5c\x6b\xea\x49\x24\x63\xd9\x3e\x30\x97\x72\x4d\x1f\x98\x4b\xf4\x54\x0f\x37\xdb\xc2\x6f\xf8\x70\xb3\xad\xa5\xff\x62\xcc\x16\x97\xed\x3c\xdc\x6c\xa2\xa7\x7a\xb8\xd9\x16\x5e\xf5\x07\x56\x5b\x60\xdf\x87\x9b\x4d\x89\x54\xcf\xe8\x1f\x0e\xc0\x07\x8e\x53\x70\xea\x81\xe3\x36\x6b\xec\x81\xe3\x94\xb1\xfa\xc0\x71\x5b\xeb\x08\x1c\xa7\x04\xac\x07\x8e\xdb\x40\x86\x87\xb3\x6e\xa3\x68\x1f\xce\x3a\xdd\x2a\xf8\xc0\x78\xa2\xae\x7a\x60\xbc\x6d\xaa\xb3\x53\xd2\x93\x21\xf5\xe6\xac\xc4\x03\xc8\x6d\xad\x15\x80\xdc\xd6\x1c\x01\xe4\x36\xc6\xf0\xe1\x9e\xdb\x5d\x25\x24\xeb\x7a\x12\xc9\x34\x63\x80\xbc\x8d\xa2\x7d\x80\xbc\x0d\xac\x7b\x00\xb9\xad\xf5\x10\xe7\xbb\xea\xe6\xac\xc4\x03\x9e\xe9\xae\xc0\x87\x63\x4d\x51\xa6\xd7\xa8\x53\xe3\x09\x74\x3b\x49\xef\x35\x4a\x7c\x67\x38\xdd\x74\x57\xe0\xc3\xe9\x76\xd0\x60\x0f\xa7\x9b\x08\xa9\x1e\x20\x4f\x31\xa7\x87\xd3\xed\x10\x50\x7f\x38\xdd\x22\xeb\xf6\x8f\x2a\xf9\x81\x0d\x0f\x98\xe4\x81\x0d\x0f\xc9\x89\x0f\x6c\x78\x38\xb9\xf7\xf0\xce\x1d\x53\x29\xba\x77\x88\xab\x3e\xb0\xe1\xd1\x52\x01\x1b\x1e\x30\xc9\x03\x1b\x2a\x75\xf7\x75\xba\xa0\xa5\xd2\xe9\x42\xd7\x93\x74\x41\x6a\x09\xc4\xa7\x44\xde\x07\xaa\x53\x4e\xde\x03\xd5\x1d\xa9\x1e\x3c\x70\x07\x94\xfc\xf0\xc0\x9d\xad\x27\x69\x1d\x14\xf2\x40\x7c\x07\x17\xc0\x03\xf1\x89\xc8\xea\x81\xf8\x74\x19\xe1\x1b\x0c\xa0\x26\x13\xfc\x27\xea\xaa\x07\xfe\x3b\xc4\xcc\x1f\xf8\x4f\x01\xa8\x17\x21\xd1\x7a\xb5\x54\x22\x24\x5a\x2f\x31\xf3\x07\x36\xd4\xd5\x84\x0f\x6c\x78\x39\x72\xf4\xf0\xdc\x5d\xb6\x89\x0f\xcf\x9d\xc2\x51\x0f\xdc\xa8\x70\xd4\xc3\x73\x77\x4d\x92\x5d\x4a\x6a\xef\x51\x62\x36\xc1\x94\x97\xf4\xea\x07\x52\xbc\xf8\xdc\x1e\x48\x51\x29\xcd\x0f\xa4\xa8\xdc\xac\x07\x52\xbc\x43\xff\x21\xb5\x96\x03\x68\xf0\x82\xa0\x1f\x68\xf0\x2e\x3d\x89\x64\x60\x8b\x07\x1a\x54\xc8\xe9\x81\x06\x95\xb6\xfc\x40\x83\x57\x33\x06\x1a\x54\x58\xe9\x81\x06\x15\x56\x7a\xf8\xea\x2e\x40\xe0\x81\x0d\x95\x7f\xf5\xc0\x86\x57\xa6\x03\x6c\x78\x35\x0f\x60\x43\xe5\x5b\x3e\xb0\xa1\xee\x2d\x7c\x60\xc3\x97\xf4\x64\xf4\x41\x09\xce\x2f\x8e\xf7\xd7\x27\x05\x06\xe2\x7b\xb8\xd2\x1e\x88\x4f\x21\xa7\x07\xe2\x53\x86\xd7\x03\xf1\xe9\xf6\xc3\x07\xe2\x7b\x5a\x39\x20\x3e\x65\x7f\x3d\x9c\x75\x4f\xea\x0c\x67\x9d\xd2\xa4\x1f\x68\xf0\x49\xb9\x81\xf8\x94\x26\xfd\x40\x7c\x4f\xf3\x07\xe2\x7b\x52\x7c\x20\xbe\xa7\x15\x07\xe2\x7b\x38\xe4\x1e\x6e\xbd\x27\x35\x88\x5b\xef\x71\x10\xf3\xe1\xd6\x53\x50\xeb\x81\xff\x94\x28\xf6\x70\xcf\x29\x19\xec\x5d\x64\xd1\x57\x80\x7b\xee\x81\x3e\x1f\x68\xf0\x71\xd4\xec\x81\x06\x1f\x41\xc9\x07\xe4\xd3\x2d\x8d\x0f\xf7\xdc\x23\x9c\xff\x70\xcf\x3d\x29\x53\x00\xe0\xc3\xf5\xf3\x00\x80\xba\x89\xf1\x01\x00\xdf\x51\x2d\x8c\x19\xd1\x8d\x07\x00\x54\xfa\xd7\x03\xe4\xbd\xab\x12\x72\x86\x89\x8b\x6c\xae\x28\x19\x25\xe4\x8c\x55\xec\x09\x90\xf7\xe2\x7a\x61\x4f\x10\x83\x91\xe2\xe5\x09\xf2\x2f\xe2\x58\x91\xf7\xf5\x53\x8a\x79\xf7\x04\xf9\x57\x0a\x17\x8e\x27\xc8\xbf\xb8\x7b\xd1\x13\x2c\xa0\xdc\xbd\xe8\x09\x16\xd0\x48\xe3\xfa\x93\x4a\xf6\x04\x41\x28\x9c\x5a\x9e\x20\x08\x25\xc3\xcb\x13\x04\xa1\x64\x78\x45\xd2\x59\x94\xf8\x0f\x76\x31\xb2\xb8\x3c\xc1\x2e\xc6\x95\x8d\x9e\x60\x17\x4b\xf1\x81\x78\x82\x5d\x2c\x35\xbd\x17\xbc\x67\x04\xca\x3c\x41\x1e\x4a\xa0\xcc\x13\xe4\xa1\x04\xc3\x3c\x41\x1e\x0a\xdf\x56\x24\xb9\xfd\x94\xa6\x9e\xa4\xeb\x53\x75\xd2\xf5\xc5\x20\x41\x2c\x0a\xc3\x96\x27\x88\x45\xb9\x7a\xd1\xd3\x47\x1f\x0e\x83\x94\xe9\xc3\x45\xce\x4c\x1f\x34\x29\xe1\xd5\x6b\x04\xa0\x3c\x41\x68\xfe\x25\x5a\x0f\xbc\xd9\x08\x39\x45\x8a\xdd\x4f\x29\xd3\x3a\xa4\xa3\xe4\x4a\x79\x82\x74\xf4\x33\xd5\xb2\x28\xa9\x96\x18\xdd\xcf\xe9\x2d\x14\xe6\x9f\xf3\x11\x40\x61\xfe\xc5\xe6\xcf\x13\xa4\xa3\x5c\xb6\xe8\x09\xd2\xd1\xaf\x32\xed\x90\x8e\x7e\x9d\xd6\x21\x1d\xfd\x3a\x75\x42\x2c\xfa\x69\x04\xa1\x37\xff\x26\x1f\x24\x14\xe6\x04\x8b\x3c\x41\x2c\xfa\x2d\xb5\x80\x2c\x9b\xf7\x20\x16\x25\x3c\xe4\x09\x62\x51\xf2\x9a\x3c\x41\x2c\xfa\x1d\xe6\x1d\x62\x51\xb2\x9c\x22\x85\xf0\xa7\x74\x91\x0c\x62\xd1\xef\x32\x66\x10\x8b\x7e\x4f\xef\x21\xe7\xa3\xb7\x70\x98\x93\xf3\xe4\x29\x10\x66\xcb\x5a\x1c\x90\x8e\xe6\x8f\x3e\xc0\x5a\xce\x45\x8c\x9e\x60\x2d\xcf\x1f\xf3\x07\x21\x69\xfe\x90\x1a\x42\xd2\x9c\x19\x17\x08\x49\x73\x66\x04\x21\x24\xcd\x85\x39\x82\x74\x34\x1b\x23\x01\xe9\x68\x36\x7a\x04\xe9\x68\x76\xfa\x0e\xe9\x28\x09\x51\x9e\x20\x1d\x25\xc8\xe4\x09\xd2\xd1\xac\x15\x00\x6b\x39\xc9\x52\x9e\x1c\x39\x1b\xad\x57\xe4\xec\xb4\x07\x3d\x69\xee\xf4\x08\x7a\xd2\xdc\x19\x17\xe8\x49\xa1\xc3\xf2\x04\x3d\x29\x61\x25\x4f\x81\x22\x1b\x37\x31\x7a\x82\x9e\x34\x6f\x46\x17\x7a\x52\xee\x57\xf4\x04\x3d\x69\xbe\x2a\x21\xf5\x65\x5c\x60\x42\xcf\x57\x92\x21\xb5\x14\x58\x45\xea\x87\x64\xf0\xa2\x43\x80\xe5\x09\x5e\xf4\xf2\xd1\x77\xd8\xce\x8b\xd6\x43\x20\xcc\x56\x32\xed\xc1\x76\x5e\xb4\x3a\x60\x3b\x2f\x85\x16\x60\x3b\x2f\x5a\x2b\x11\xba\x6d\x45\x9a\x28\x42\xb7\xad\x38\x92\x05\x8c\x6c\xc5\xe9\x2d\xbc\xe8\xa5\xd2\x1e\xbc\xe8\xa5\x52\x27\xbc\xe8\x45\x7a\x29\x5c\x8c\xad\x68\x56\x3a\x72\x36\x7a\xd4\x91\xb3\xa9\xce\x18\xc1\x22\x2d\x05\x4b\x7a\xe9\x6a\x9d\x3e\x68\x1e\x3a\x7d\x90\xce\x82\x9a\x15\x1a\x2d\x4f\x50\xb3\x96\x29\xc9\xe8\xc3\xfc\x8b\xe3\x22\xb2\x58\x7f\x1e\x5c\x74\x01\xd6\xd6\xb2\x10\x73\x20\xf4\xa2\x0b\xb0\xb6\x96\xcd\x47\x00\x6b\x6b\xd9\x88\x09\x6b\x6b\xd1\xb4\xc3\xda\x5a\x34\xed\xb0\xb6\x12\x72\xf2\x04\x6b\x2b\x79\x5b\x9e\x60\x6d\x25\xe4\xe4\x09\xaa\xf5\xf2\xa8\x33\xa2\xc1\x8d\xeb\x1c\x3d\x05\x16\x6d\xf6\xf1\x79\x06\x16\x6d\xa6\x05\x07\xa5\xab\x65\x3d\x19\xb2\x98\x16\x15\xe4\xea\x66\x0c\x35\x04\xaf\xa6\x89\x86\xe0\xd5\xa4\xf8\x20\x78\x35\x2d\x2a\xe8\xd4\x09\x1d\x79\x82\xe0\xd5\xa4\xf8\x02\xff\x35\xeb\x2c\xc6\x45\x0b\x9d\x16\xa0\x74\x25\xac\xe4\x09\x4a\x57\x82\x45\x91\xc1\xfb\x53\x9a\x8c\x44\xc4\x71\x9b\x2d\xa6\x3d\xe2\xb8\xcd\x16\xa3\x0b\xf9\x2b\xe4\x58\x9e\x20\x7f\x25\x90\xe4\x09\xf2\x57\xdb\x6a\xa1\x53\x52\x0b\x48\x7d\xf4\x1f\x52\x1f\x7a\x04\x31\xac\x49\x61\x42\xe6\x4e\x8e\x95\x27\x88\x61\x5d\x06\x08\x1a\x76\xd7\x12\x0b\x6c\xd8\x5c\x06\x08\x9a\x58\x48\xae\x3c\x41\x13\xeb\x5a\x70\x81\x0d\x9b\x6b\x1e\x02\x1b\x36\x2f\xb4\x07\x7d\x3b\x44\x56\x9e\x20\x94\x75\x2d\x3f\x48\x63\x5d\xb3\x02\x69\xac\x4b\xd5\x41\x1a\xeb\x5a\x70\x90\xc6\xba\x16\x1c\xa4\xb1\x5e\xf9\x5a\x21\x8d\xf5\x4a\x7b\x90\xc6\xba\x96\xd1\xa5\x0f\x43\xef\x21\xe7\xa4\x75\x48\x63\x7d\x32\x12\x90\xc6\xba\xd6\x03\xa4\xb1\xae\xb1\x86\x20\x9e\x64\xa9\xc8\x96\x8e\x12\x72\x42\x10\xef\x9b\x3e\x5c\xfa\xa0\x91\x87\x6c\xd6\x0f\xff\x41\x28\xeb\x17\xa9\x21\x94\x75\xe1\x38\x08\x65\x5d\xa6\x0a\x42\x59\x92\xa5\x3c\x41\x28\x5b\x65\xaa\xa0\x89\xad\x89\xde\x42\x13\x5b\x3f\xe4\x84\x26\xb6\x7e\xac\x2a\x68\x62\x6b\x9c\x8e\xf0\x0f\x9a\xd8\x8a\x52\xfc\x40\x83\x95\x79\xf8\x40\x7c\xa4\x40\xf9\x07\xe2\xab\xa8\xc1\x0f\xc4\x57\x51\x83\x1f\x88\xaf\x02\x12\x3e\x60\x5d\xad\xbc\x07\x20\xab\x8d\x16\x00\x5d\xb5\xd3\x02\xa0\xab\xc6\x91\x3f\xff\x00\x5d\x15\xe5\xf6\xc1\xc3\x4e\x04\xca\xbf\x70\xc1\xb5\x0a\x80\xf8\x80\x52\x44\xa0\xfc\x03\x4a\x55\xe6\xe8\x03\x4a\x91\x10\x15\x19\xe6\x51\x42\x6a\x38\xda\xb9\xc6\xd3\x3f\xe0\x52\xc5\x00\x7d\xc0\xa5\x1a\x8e\xbc\xc8\x3e\x8f\x92\x5a\xa0\x47\x8f\x3e\xc0\xd1\xce\x85\x9f\xfe\x01\xa5\xb8\xf0\x33\xf2\xd4\xff\xeb\x3f\xad\x25\xfa\x00\x5c\x22\x59\x2a\xb2\xd6\xa3\x44\x0b\xc0\xa5\x88\x4e\xfd\x51\x25\x7f\xd0\xb7\x37\x26\xf3\x83\xa2\xbd\xa1\xea\x3e\x28\xda\x1b\x68\xe2\x0b\x3f\x5e\x6b\xd8\xb4\x0f\x94\xc5\xa5\x9e\xfe\x81\xb2\x5a\x91\x98\x8f\x12\x83\x0b\xca\x6a\x9a\x76\x90\x54\x73\xba\x00\x92\x6a\x2c\xbf\x0f\xb4\xd4\x34\xd1\xa0\xa5\xa6\x89\x06\x2d\xc1\xd3\xe5\x5f\xf8\xe3\x1a\x21\x2e\xff\x0c\x39\xb1\x77\x9f\x21\x27\xca\xf4\x03\x3b\x35\xd0\xc4\x07\x76\x6a\x03\xa9\xc1\x4e\x5c\xd5\xe9\x1f\xd8\x09\x9e\x2e\xff\xc0\x4e\x6d\x22\x19\x64\xee\x0d\x54\xfe\x41\xe6\xde\x96\x6a\xa9\x94\x68\x0f\x5c\xd5\x36\xb2\x38\x7d\xd8\x7a\x92\x3e\x6c\x3d\x89\x9c\x47\x75\x32\x9e\x97\x8f\x00\x5c\xd5\xae\x6a\xa1\x0f\x0f\x39\xc1\x55\x0d\xc3\xf5\x81\x8f\xba\x3e\x82\xf0\xb2\x35\x6e\xbe\xf2\x2f\x42\xa9\xad\x27\x66\x13\xa2\xf7\xfe\xd1\x02\x48\xaa\xa3\x4c\x3f\x90\x14\xf9\x57\xfe\x81\xa4\xb8\xf0\xd3\x3f\x90\x54\xd7\xfc\x81\x96\x3a\x2a\xf2\x03\x2d\xf5\xca\x28\x81\x96\x7a\xa5\x47\x50\xc2\xf7\xc6\x7b\x50\xc2\xf7\xce\xd7\x03\x25\x7c\xef\x48\x06\xae\xea\x43\x4f\x22\xe7\xd0\x7f\xc8\xa9\xa5\xd9\x90\x73\xd2\x77\x70\x55\x5f\x6a\x2f\xc6\xac\x6f\xfd\x87\x9c\x60\xfb\x0f\x5c\xd5\x0f\x7d\x07\x3b\xf5\xc3\x98\x41\x48\x4f\x6e\x96\x7f\x10\xd2\x77\xb0\xfd\x07\xae\xea\x9a\x07\x70\x55\xd7\x22\x06\x57\x71\x51\x68\x5c\xdb\x10\x25\x3d\x89\x9c\x4f\x4f\x86\x9c\x43\xb3\x02\x76\x1a\x9a\x15\x68\xed\x09\xa9\xf9\x07\x40\x1a\x52\x9f\x00\xa4\xa1\x59\x81\xd6\x7e\x48\x99\x86\x23\xaf\x0d\x36\xc5\x1f\x00\x69\x18\xed\x01\x89\x86\x94\x29\x90\x08\xa2\x2e\xff\x80\x44\x43\x6b\x0c\x48\x34\x30\x6a\x1f\x90\x68\x34\x64\x01\x12\x0d\x70\xe3\x37\x91\x05\x50\xf2\x01\x89\x08\xa9\xf9\x07\x24\x1a\xec\xc6\xbe\x70\xcf\x35\x92\xb3\xfc\x9b\x48\xa6\x19\x03\x2e\x8d\xa9\x27\xe3\x3b\x1b\x4b\x75\x6e\x4a\xd4\x09\x78\x1a\x5b\x25\x24\x03\x0e\x7e\x80\xa7\xa1\x95\xb3\x68\x0f\x58\xf7\x01\xa5\x86\x56\x07\x7c\xf8\x53\x4a\x11\x3e\xfc\xa9\x79\x00\x58\xcd\x4f\x4f\x3e\x4a\xd4\x09\xb0\x9a\x5a\x1d\x00\xab\x09\xd4\xf8\x00\x56\x53\x73\x04\xb0\x9a\x5a\x2b\x00\xab\xc9\x8e\xeb\x03\x58\x4d\xe9\x48\x80\xd5\xb4\xbf\xdc\x97\xec\x1f\x98\x8b\x60\x98\x7f\x60\xae\x09\xa6\xfc\xc0\x5c\x53\xea\x13\xcc\x35\xb5\x18\xc1\x5c\x04\xbc\xfc\x03\x73\xc1\xa9\xe5\xdf\xa6\xeb\x4d\xdd\xa3\xeb\x9a\x4c\x10\xd8\x04\x61\x7e\xa0\xac\x29\x15\x09\xca\x9a\x9a\x5a\x50\xd6\x94\xc2\x04\x65\x4d\x90\xcd\x07\xca\x9a\xb2\x9a\xd0\xf6\x93\x71\xe5\x1f\xb4\xfd\x53\x56\x13\x04\x36\xa5\x3e\x41\x60\x73\xd1\x02\x28\x6b\x6a\x11\x83\xb2\xb8\xe9\xce\x3f\x50\xd6\x04\xe9\x7f\xa0\xac\x79\xa9\xf3\x32\xd4\x5a\x8c\xd0\xf6\x4f\x7d\x04\x20\x30\xb2\xb1\xfc\x03\x81\xad\xa4\xf7\x06\x25\x3d\x39\x29\x31\x12\x20\xb0\xa5\xcf\x05\x04\x06\x1d\x56\xdc\x62\xf2\x53\xfa\x24\xcb\xa5\xa4\x5a\xe2\x53\x22\x6f\xcb\x3f\x10\xd8\xca\x2c\x3f\x10\xd8\xd2\x07\x02\x02\x5b\x45\x4f\x46\x1f\x96\xe6\x1d\x04\xb6\x8c\x3a\xa1\xf4\xe7\x1e\x33\xff\xa0\xf4\x5f\x5a\xd2\x20\x30\x42\x6a\xfe\x81\xc0\x96\x10\xd1\x43\x32\x29\xe1\x87\x64\x6c\xbb\x33\xe8\x8c\xeb\x5b\xe3\x26\x96\x9f\x12\xf8\x28\x27\xa4\xe6\x2b\xc8\x20\xb7\xc5\x26\x3c\x43\xf0\xbf\xf8\x0a\x32\x04\xff\x6b\xa9\x16\xc6\x33\xfc\x8d\x9e\xc1\x71\xeb\xa8\x16\xc6\x93\x3d\x41\x06\xc7\xad\x23\x59\x90\x1a\xf3\x97\x71\xcf\x2d\xe6\x36\xe3\x9e\x5b\xa8\xdd\x8c\x7b\x8e\x70\x9b\x67\xdc\x73\x0b\xb5\x9b\x41\x83\xeb\x21\x0b\xee\xb9\x9d\x90\x13\xf7\xdc\x66\x63\x9f\x41\x8a\x1b\x44\x9b\x41\x8a\x1b\x95\x9c\x71\xb3\x91\xef\xe5\x19\x37\xdb\x66\xc5\x65\x70\xe3\x76\xfa\x07\x36\xdc\xcc\x43\x06\x1b\x6e\x00\x4b\x06\x1b\x6e\x54\x6b\xc6\xcd\x46\x48\xcd\x33\x6e\xb6\xdd\xa8\x13\x37\xdb\x66\x6d\xe6\x8c\x2c\x6c\xd0\x73\x84\x75\xdb\xd6\x8c\x81\x30\xf7\xd4\x7b\x83\x92\x64\x99\x94\x18\x33\x10\xe6\x46\xed\x66\x9c\x6e\xfb\x20\x19\x28\x72\x63\xfe\x72\xa1\x3d\x56\x55\xc6\xb1\xc6\x45\xb6\x9e\x81\x83\x1b\x37\x62\x06\xe4\xed\xa7\x3a\x1f\x25\x66\x05\x90\x77\xd8\xd3\x65\x5c\x69\x90\x71\x79\xc6\x95\x46\xfa\x97\x67\x00\xe0\x61\x87\x97\x71\x97\x1d\x3c\xbd\x19\x00\x78\x8c\xbe\x03\x00\x8f\x31\x66\x00\xc0\x63\x8c\x04\x00\x90\x2b\x6f\x3d\xe3\x3c\x3b\xce\x93\x80\xbc\xc3\xde\x3a\x03\xf2\x8e\x46\x1e\x90\x07\xc1\x97\x67\x40\xde\xf9\x1b\x43\xb5\x67\xf0\xdf\x69\x74\x16\xfc\x77\xba\x1a\xa0\x0b\x78\x7a\x33\xf8\xef\x0c\x3a\x04\xfe\x83\x09\xcc\x33\x88\x8f\xfb\x76\x3d\x83\xf8\xc8\x13\xf3\x0c\xe2\x23\x4f\xcc\x33\x88\x8f\x3c\x31\xcf\x20\x3e\x6e\xdf\xf5\x8c\xb7\x0c\x26\x30\xcf\x78\xcb\x8e\x26\x13\x34\x78\x50\x98\x19\x34\x78\xb4\x8c\x40\x83\x84\xdb\x3c\x83\x06\x0f\xdb\x8c\x0c\x1a\xbc\x9a\x3e\x10\xdf\xd5\xe2\x88\x3b\x35\x1a\x19\x5e\x9e\x41\x7c\x04\xd8\x3c\x83\xea\x60\xfb\xf2\x0c\xaa\xbb\xd8\xbb\x0c\xaa\xbb\x45\xb5\xc4\x84\x5d\xd4\x59\xc6\x5b\x76\xb5\xc4\x40\x67\x17\x4c\x92\xf1\x7a\x5d\x7c\x59\x19\xaf\x17\x19\x5e\x9e\x41\x67\x57\x8b\x03\x04\x06\xf7\x97\x67\x10\xd8\xd5\x52\x01\x81\x5d\x10\x4a\xc6\xb3\x45\x26\x93\x67\x30\xd7\x33\x95\x32\x25\xe4\x04\x57\x3d\x3c\xa1\x39\x02\xa4\x8d\x4c\x26\xcf\xb8\xa8\xc8\x64\xf2\x3c\xa8\x53\x9f\x59\x84\x3d\x1b\x81\x24\xcf\x20\xb0\x57\xf5\x5e\xcc\x2d\xc1\x22\xcf\xe0\x2a\x82\x45\x9e\x41\x4b\x0f\xb4\x94\x41\x4b\x84\x80\x3c\x83\x96\x9e\xbe\x10\xd0\x12\x19\x50\x9e\x41\x4b\x04\x7d\x3c\x4f\xda\x5b\xfa\x8f\xf6\x8e\xfe\x7b\x94\xa8\x05\xec\xf4\xf4\x4d\xc4\x21\xb8\xf6\xd8\x88\xe6\x08\x6d\x36\x82\x3e\x9e\x17\x23\x21\x45\x0b\xca\x7a\x52\xad\x81\xb2\x7a\xc2\x5d\x96\xe1\x08\x4c\x9f\x4a\x8f\x12\x2d\xc0\x11\x48\x62\x93\x67\x38\x02\x13\x28\x2b\xc3\x11\x98\x32\xbd\x85\x23\x50\xe1\xa1\x0c\x21\x70\x62\xef\x99\x21\x04\x4e\x19\x39\x21\x04\x56\xe8\x28\xc3\x26\x98\xf4\x65\xc1\x26\x98\xa4\xae\x61\x13\x4c\x38\x19\x32\x6c\x82\xa9\xaa\xbd\xe0\xc9\x4b\x4d\x25\xfa\xc0\x1e\x24\x6f\xfa\xa0\x55\x7c\xe8\xc3\xe0\x3b\x3b\xf4\x41\x8a\x16\x4e\xc2\xa4\x39\x82\x93\x30\x4d\x66\x13\x4e\x42\x52\x99\x3c\xc3\x49\x48\x82\x92\x67\x38\x09\x15\xbd\xc9\xf0\x0e\x26\x19\x4a\x68\x85\x15\xcb\xc9\xd0\x0a\x27\x76\x24\x19\x4e\x42\x45\x76\x32\x9c\x84\x49\xe6\x0f\x4e\xc2\xa4\x39\x82\x93\xf0\x93\xc1\x83\x77\xf0\x03\xc3\x66\x78\x07\xb9\x13\xcf\x33\xbc\x83\x9f\xc6\x13\xde\xc1\xaf\x20\x19\x74\xc4\x9f\x54\x72\x40\xa9\xae\x38\x4f\x86\x93\xf0\x33\x3d\x19\x72\x7e\x55\xb5\x6c\x4a\x6a\xef\x50\x62\x5c\xe0\x1d\xfc\x88\x1a\x64\xd8\x04\x3f\xe9\x4f\xd8\x04\x83\x38\xeb\xcf\x2a\x19\xa2\x41\xae\xb6\xf3\x0c\xd1\xe0\x27\xd5\x0a\xd1\xe0\x27\xf5\x09\x53\xf1\xb7\xd4\x1c\x82\x69\xe0\x21\x21\x54\x08\x28\xc3\x46\xfc\xb1\x4d\xcc\xb0\x11\x2b\x04\x54\x20\x28\xfc\xd8\x26\x16\x08\x0a\x3f\xd0\x4b\x81\xa0\x50\x01\xa1\x02\x41\xa1\x02\x42\x05\x82\xc2\x0f\xb5\x5b\xc2\xeb\xd5\xf3\xa7\x27\x07\x25\xfd\x37\x29\x75\x4a\x31\x9c\x0a\xde\x14\xb8\x89\x73\xd1\x7f\x87\x92\x5a\x0f\xa9\xb3\xa9\x14\x52\x67\x2c\x63\x81\xd8\x30\xa3\xc0\x0a\xc4\x86\x0a\xec\x14\xd8\x0b\x33\xe8\xa5\xc0\x5e\x48\xf6\x90\x17\x18\x0a\x15\xd8\x29\x70\x13\x73\x0b\x9e\x17\xb8\x89\xc9\x17\xf2\xf2\xd1\x87\xae\x3a\xe9\x03\x1e\xe9\xf2\xd1\x87\xa1\x5a\xe8\x03\x8b\xaa\xc0\x7a\x98\x99\xa3\x02\xeb\x61\x06\x45\x96\x4c\xeb\x71\x86\x38\x2e\xb5\xfb\x29\xe1\xdf\x2c\x30\x22\x66\x16\x47\xc9\xb4\xae\x91\xcf\xb4\x7e\xf5\x24\xad\xe3\x75\x2e\x70\x13\x67\x22\x03\x25\xfc\x63\xbd\x80\xfb\x0b\xac\xc2\xa4\xfa\x78\x81\xe7\xb0\xb0\xb5\x2e\xf0\x1c\x2a\x78\x53\xe0\x39\x2c\x18\xae\x02\xcf\x61\xa9\xfa\x2f\xc6\xb3\x00\x12\x4a\xe0\x9c\x5e\x50\xf3\xc5\x68\x8f\xf0\x65\x81\xcb\x90\x9b\xee\xbc\xc0\x2a\x5c\xc0\x6a\x05\x56\x61\xee\x98\xf6\x02\x8f\x70\xd9\xd4\x02\x8f\x30\xd4\x55\x5e\xe0\x11\x2e\x60\xed\x02\x8f\x70\x39\xd4\x12\xc0\xa3\x17\x7d\x75\x4e\x7b\x4f\x75\x46\x7b\xdc\x58\xe7\x25\x60\x48\x87\x90\xca\x4b\xc0\x90\x6e\x98\xf0\x12\x30\xa4\x9b\x46\x22\x60\x48\xe7\x1e\xba\xb8\x24\x30\x4a\xf4\x36\x02\x7a\xdd\xf4\xd5\x05\x44\xe9\xa6\xef\x0c\x92\x61\x52\x68\xbc\x04\xd4\xe8\xa4\xd0\xc4\xe5\x82\x51\xe2\xcb\x82\x72\xd8\x34\x66\x50\x0e\x2b\xf2\x51\xa0\x1c\xb6\xa1\x16\x90\x13\x27\x51\xa9\xc8\xa9\x11\x6c\xc8\x89\x12\x2e\x0d\x39\x31\x9b\xa5\x21\x27\xba\xa0\x40\x4e\x6c\x4b\x4f\x22\xe7\xa6\x85\x80\x2f\xdd\xd0\x13\x05\x72\x62\x45\x37\x0a\xe4\xc4\x86\x81\x2d\x0d\x39\xaf\x6a\x41\xce\xab\xf6\x90\xf3\xa9\x4e\xe4\x04\x33\x17\x88\x8b\xb9\x5d\x2e\xae\x4b\xfc\xaf\xff\x74\x67\xb7\x52\x20\x2e\x76\x76\xa9\x25\x1c\x56\xdd\xd9\x7b\x96\x70\x58\x75\x2e\xd7\xf7\x02\xa9\x31\xb7\xcb\x79\x81\xd4\xd8\xb3\xde\x6b\x94\xd4\x5e\x7c\x13\x5e\xd4\x42\xcc\x83\x6b\x36\x21\x27\x76\x8e\x40\x14\xc8\x89\x1d\x43\x59\x20\x27\x8e\x38\xc8\x1f\x55\x72\x81\xb7\x58\x41\x91\x02\x6f\xb1\x83\x7a\x0a\xbc\xc5\xae\xc5\x01\x6f\xb1\x37\x35\x87\x98\xb8\x23\x0a\xbc\xc5\xde\x25\xd8\xa2\xc4\x27\x18\x28\xab\xfb\xe0\x73\x81\xd3\xd8\xd9\xa4\x16\x38\x8d\x5d\x8b\x6a\xd2\x05\xec\x72\x99\x74\x01\xaf\x6c\x99\xc8\x49\xe0\xaa\x4c\xe4\x04\x09\x97\x89\x9c\x9a\x94\xf0\x73\xf5\xaa\x49\x09\x3f\x57\xe7\x06\x39\x2f\x81\xdc\xba\x82\x22\x25\x90\x5b\xaf\x52\xde\x81\xdc\x7a\xd5\xa4\x04\x72\xeb\x15\xcc\x5c\x02\xb9\x75\x85\x48\x4a\xa0\xb3\x5e\x71\x0f\x94\xf0\x7a\xf5\xaa\x05\x17\x5e\xaf\x5e\xb1\xbd\x25\x90\x5b\x87\xcd\xcc\x4b\x20\xb7\x5e\x71\x08\x94\x85\x9c\x55\xb5\x20\x67\xd3\x7b\xc8\xa9\x79\x58\xc8\x42\x50\xa4\x2c\x64\x01\x33\x17\x98\x9f\x2b\x11\xdf\x02\xaa\xab\x5a\x54\xa0\x3a\x98\xce\xbc\x80\xd5\x14\x14\x29\x60\xb5\x4a\xe0\xaa\x80\xc7\xe0\x36\xf3\x02\x1e\x23\xbd\xc6\x0b\x78\xac\x4a\x41\x83\xc7\xaa\x14\x34\x78\x4c\x41\x91\x02\x1e\x53\xe0\xa3\x80\xc7\x9a\x96\x03\x28\x0b\xa6\x33\x2f\xa0\xac\x46\xb0\xb6\x80\xb2\x5a\xd6\x7f\x95\x12\x3d\x02\x49\x35\x76\x01\x05\x96\x66\x6e\x82\xf3\x02\x4b\x73\x63\x0b\x59\x40\x4b\x24\xdb\x78\x01\x11\x91\x42\x13\x37\x84\xfe\x94\x64\xfe\x40\x44\x4d\xdf\x27\x88\xa8\xc9\xc4\xc1\xd2\xcc\xdd\x6f\x5e\x60\x69\x6e\x53\xef\x21\x0b\x28\xb2\x80\x96\x9a\x54\x16\x68\xa9\x69\x74\x41\x4b\x4d\x06\x01\x96\x66\x45\x1b\x0a\x2c\xcd\x4d\x23\xff\xe8\x83\xbe\x72\x70\x55\x23\x4c\x5e\x00\x48\x4d\x23\x0f\x40\x6a\x4f\x4f\x86\x9c\x24\xdb\x78\x89\x60\x5f\x57\x9c\xa0\x44\xb0\xaf\x77\x29\x1b\xc0\x53\xd7\xe8\x02\x9e\x7a\x51\x0b\x97\x12\x23\x08\x78\x22\xf5\xc6\x0d\xf0\xd4\x31\x16\x06\x78\xea\x84\x60\x0d\xf0\x04\x15\x98\x1b\xe0\x49\x31\x04\x03\x3c\x71\x6b\x9b\x1b\xec\xce\x24\xd4\xb8\xc5\x71\xb2\xce\x3d\x6d\x6e\x71\x9c\xac\x77\x5c\x23\x06\xcc\xea\x53\xed\xd1\x3f\x46\xc9\x80\x59\x1d\x70\x61\xc0\x2c\x52\x6f\xdc\x80\x59\x7d\xab\x4e\xfa\x77\x54\x27\xfd\xc3\xc0\x1a\x30\xab\xa3\xe6\x0d\x98\xd5\x51\xf3\x06\xcc\xea\x68\x14\x03\x66\x75\x50\xb9\x01\xb3\x48\xc4\x71\x83\x24\x7a\xe0\x70\x34\x48\xa2\x15\x27\x30\x20\x18\xa9\x37\x6e\x40\xb0\xc1\x3c\x18\x10\x6c\x7c\x7f\xc9\xde\x73\x03\x9d\x29\xa0\x60\xa0\xb3\x91\x19\xc0\xf0\x65\xf5\x51\xd4\x78\x74\x6f\x80\x22\x2d\x62\xa0\x7d\xb0\x8d\xb2\xf0\x73\xf5\xc1\xa6\xd8\xc2\xcf\xd5\x15\x5e\xb0\xf0\x73\x75\xee\x70\x73\xcb\x74\x4f\x93\x09\xc6\x83\x34\xc5\x0d\x8c\x37\xaa\xde\xa3\x7b\xa0\x02\x03\xe3\x0d\x14\x98\x81\xf1\x06\xe8\xd3\x60\xbd\x1e\x53\xb5\x20\xe7\x54\x2d\xc8\x89\xd7\xd9\x60\xc4\xe6\xee\x37\xb7\x82\x2c\x4b\x25\x64\x01\x2d\x19\xac\xd7\x03\x34\x6f\x85\x71\xc1\xeb\x65\xb0\x5e\x0f\x36\xbe\x06\x1a\x9c\x04\xd8\x0c\x34\x38\xd9\x54\x19\xa8\x4e\x61\x02\x83\xd9\x7a\xa2\xbc\x0d\x66\xeb\x49\x10\xd4\x60\xb6\x9e\xa8\x72\x83\xd9\x7a\x62\x7b\x0d\x34\x38\x71\x40\x18\xcc\xd6\xd3\xf5\x24\xad\x63\x89\x0d\x34\x38\x09\xc9\x18\x68\x90\x44\x15\x37\xd0\xe0\x04\x3b\x19\x68\x90\x1b\xd6\xdc\x1c\xc9\x30\xa9\xe6\x48\x36\x54\x27\x92\xb1\xb9\x35\x70\xe3\xd4\x32\x02\x37\x72\xa7\x9a\x9b\x23\x19\x8a\xdd\xc0\x86\xf3\xd2\x02\xd8\x70\x12\xa2\xb4\x4a\xeb\x0f\x39\xc3\x29\xd5\x97\x46\x10\x34\x28\xaf\xba\x85\x53\xaa\x2f\x7d\xe4\xe1\x94\xea\xeb\xd3\x7f\xd1\x3a\xec\x35\x6e\x20\xc5\x05\xb2\x31\x90\xe2\x2a\xaa\x73\x53\xd2\x7b\x87\x12\x23\x0f\x52\x24\x51\xc5\x0d\xa4\xb8\x34\xf2\x20\x45\xee\x3f\x73\x8b\xf0\x65\x5f\xfa\xca\x23\x7c\xd9\x17\x06\xc1\x40\x83\x0b\x68\x63\x0d\x39\x31\xb0\xd6\x90\x53\xf3\x00\x52\x5c\x98\x07\x03\x29\xae\xae\x5a\x90\xb3\xab\x3d\xe4\xc4\xff\x6e\x20\x45\xf9\xd8\x0d\xa4\xb8\x30\x1d\x06\x52\xe4\x3e\x32\x37\x90\x22\x44\x64\x6e\x20\xc5\x2d\x65\x0a\x52\x94\xef\xda\x40\x8a\x5b\x3d\x02\x29\x6e\xdc\x6c\x06\x52\xdc\x5a\x8d\x20\xc5\x4d\x40\xdd\x40\x8a\x1b\x8c\x6e\x20\xc5\xdd\xf4\x64\xf4\x6f\xab\x7f\xe1\x58\xeb\xf2\x4f\x5b\x84\x36\x3b\x29\x1f\x71\xbd\x73\x94\x18\x17\x10\xe6\xe6\x20\xa6\x01\x15\x37\xce\x10\x03\x2a\x6e\x76\xda\x06\x54\xdc\x38\xac\x0c\xa8\xb8\x89\x0c\x18\x50\x51\xfe\x69\x03\x2a\x6e\x20\x83\x01\x15\xb7\xd6\x2d\x50\xf1\x24\xd5\x12\xb2\x90\xf2\x11\x97\x4b\x47\x89\xff\x80\x8a\x64\x5d\xb8\x01\x07\x0f\x0e\x47\x03\x0e\x1e\x1c\x8e\x06\x1c\x3c\x9a\x31\xe0\xe0\x61\xaf\x6b\xc0\xc1\xf3\xa3\xa5\xfe\xac\x92\x41\x8a\xf2\xfb\x1a\x48\xf1\x68\x58\x40\x8a\x90\x24\xb9\x81\x14\x0f\xc7\x7c\x0c\x6c\x78\x0e\xc3\xb9\x10\x4c\x16\x07\xfc\x77\xb4\xe0\xc0\x7f\x50\xd9\xb8\xc5\x71\xb2\x7e\xd5\x75\xf0\x1f\xe9\x12\x6e\xe0\x3f\x68\x6e\xdc\xc0\x7f\xb7\xe8\xc9\x4b\x49\xb5\x3c\x4a\xa8\x09\xbc\x7a\x17\x07\x84\xe1\xd5\x23\x95\xc2\x0d\xaf\xde\xd5\xa2\x02\x29\x5e\xa3\x05\x90\xe2\xc5\x1f\x67\x78\xf5\xae\x4c\x07\x48\x11\xd2\x1b\x37\x90\xe2\x6d\x8c\x12\x48\xf1\x76\xbd\x47\x1f\xb4\xa8\x36\x7d\x00\xd1\x1a\xde\x39\x08\x71\xdc\xf0\xce\x5d\x2d\x23\x70\xe3\xc5\xbb\x6a\xe0\xc6\x3b\xf5\x24\xb2\x2c\xfd\x57\x29\xf1\x29\x1d\xc6\x73\xa9\x16\xe4\xd4\xa7\x8b\xe7\x0e\x0a\x1c\x37\x3c\x77\xf0\xc1\xb9\xe1\x9d\xbb\x9a\x15\xf0\xe6\xc3\xa3\x69\xe0\x4d\x92\x20\xdc\xc0\x9b\x24\x41\xb8\xe1\x9d\x7b\x1a\x4f\xbc\x73\xd0\xdc\xb8\x81\x45\x9f\x14\x18\x58\xf4\xc9\x4c\x83\x45\xb9\x85\xcb\x0d\xbc\xf9\x64\x8a\xc1\x9b\x4f\x86\x04\x4c\xf9\xb4\x34\xc1\x94\x4f\x4a\x1f\x4c\xf9\x88\x44\x18\x98\x12\x6e\x19\x37\x9c\x6e\x4f\xf8\x08\x4c\xf9\xd8\x14\x1b\x98\x92\x0b\xb4\xdc\xc0\x94\xef\xaa\xce\x4d\x89\xbe\x83\x1b\xe5\x75\x36\x70\xa3\xd2\x09\x0c\xdc\xc8\x05\x5a\xee\xe0\x46\xa5\x13\x38\xb8\xf1\x31\x9e\x0e\x6e\x7c\x1c\x58\x73\x88\x53\x95\x6a\xe0\x10\xa7\xa6\xa4\x27\x9d\xd2\xa5\x54\xa3\x84\xd3\xcd\x03\x37\x0e\x48\xc3\xdc\x03\x37\x8e\x54\xf4\xdf\x88\x12\x8a\xd6\xa1\x5f\x4d\xa6\xf6\x82\xb3\x4f\x7e\x66\x87\x7e\x35\xb9\xa4\x3e\x94\x16\xa5\xe0\xf3\x4b\x55\x2d\x3c\x4a\x3c\x09\xfd\x6a\x42\xed\x7a\xe0\xc6\x91\x50\x3d\x1e\xb8\x71\x28\xbb\xc0\xe1\x61\x4f\xac\x00\x87\x6b\x3d\xa1\x7a\x1c\x3e\xf5\x34\x55\x42\x4e\xbe\x5d\x87\x70\x35\xa1\x43\x1c\x52\x55\xae\xb0\x72\x87\xed\x5c\xbe\x64\x87\xb5\x9c\x0b\xa6\xdc\x21\x40\xfd\x34\x2e\x10\xa0\x7e\xac\x77\x87\x99\xfc\xc3\xe3\xee\x70\x8a\x7f\xac\x5b\x87\xf2\x54\xbe\x5d\x87\xf2\xf4\x53\x8f\x0a\x2d\x70\xbe\xc4\xe3\x3c\xd9\xe0\x32\x28\x77\xe8\x50\x3f\xf5\x08\x3a\x54\x39\x77\x1d\x3a\xd4\x8f\xef\xd3\xa1\x43\xfd\xc0\xf6\x0e\x1d\xaa\xce\xf7\x3b\x74\xa8\x1f\x87\x57\x1d\x3a\xd4\x6f\xff\xe5\x0a\x7b\x77\xe8\x50\x3f\xce\x5a\x3a\x74\xa8\xd0\x96\xb8\x43\x87\x0a\x6d\x89\x3b\x74\xa8\x9f\x3e\x3a\xe8\x50\x75\x84\xdf\xa1\x3c\xcd\xa0\x17\x87\xf2\x54\xc7\xf4\x1d\xca\xd3\x0c\x7a\x71\x28\x4f\x33\x47\x79\x1c\xca\x53\xee\x89\x8a\x8b\xfa\x7f\x4a\xa6\xff\x3a\x25\x86\x13\x5a\x53\x1d\xda\x77\x68\x46\x33\x68\xd0\xa1\x19\xcd\xfa\x5c\x2a\x75\x76\x3d\x19\x0b\x20\xb3\xb1\x77\x88\x45\x33\xdb\x4b\x87\x58\x34\xa3\xce\x1c\x62\x51\x2e\x59\x72\x87\x58\x94\x4b\x96\xdc\x21\x16\xcd\x84\x1a\x3d\x70\xd5\xc8\x98\x23\x0f\x5c\x35\x74\xdc\xde\x21\x1d\x85\xb7\xc4\x1d\xf2\xd0\x82\x13\xc5\x21\x0f\x2d\x18\x27\x87\x3c\xb4\x10\x79\xf7\xc0\x55\xa3\x7c\xaa\x65\x50\x62\x1e\x20\x5e\x2f\xa0\x41\x87\x66\x14\xbe\x13\x77\x68\x46\xe5\xbf\x75\x68\x46\x0b\xc1\x22\x87\x66\xb4\x68\x11\x43\x33\x5a\x40\xd7\x0e\xcd\x28\x57\x35\xb9\x43\xca\x5e\x88\x0d\x7b\x47\x16\xbc\x8f\x0e\x95\x68\x19\x7a\x12\x59\xd8\x88\x3a\xe4\xa1\x85\x38\xbc\x43\x1e\x2a\xff\xad\x43\xf4\x59\x34\x4a\x10\x7d\xea\xac\xba\x43\xe6\x0e\xe3\x88\x3b\x64\xee\x30\x8e\xb8\x43\xf4\x29\x8f\xad\x43\xf4\x69\x84\x67\x1d\xc2\x4e\xd3\xb8\x40\xd8\x69\xea\x3b\x84\x9d\x26\x05\x06\x61\xa7\x15\xfd\x17\xb2\xe8\xac\xba\xc3\xbc\x2e\xff\xad\xc3\xbc\xae\x93\xeb\x0e\xf3\xba\x61\xa6\x1d\xe6\x75\xae\x47\x72\x87\x79\xdd\xd8\xd3\x39\x9c\xe9\xc6\x29\x23\x87\x33\x5d\xde\x5c\x87\x33\xdd\xf4\x7d\xc2\x99\x6e\xfa\x3e\xe1\x4c\xd7\x89\x69\x87\x33\xdd\x35\xd6\x70\xa6\x7b\xd7\x93\xd1\xba\x83\x8b\x1d\x7e\x73\x27\xec\xe9\xf0\x9b\x3b\x27\x89\x3c\x20\xc3\xd0\x89\x69\x0f\xc8\x30\x9c\x93\x44\x0e\xf7\xb9\x13\xe7\x71\xb8\xcf\x75\x62\xda\xe1\x3e\x77\xf6\x82\x1e\x00\x62\xe8\xfc\xb4\x07\x80\x18\x50\x4f\xb8\x07\x80\x18\xae\xaf\x3c\x00\xc4\xa8\x84\xd4\x1c\x96\xf4\x8a\x41\xf7\x80\x05\x43\x6e\x3d\x0f\x58\x30\x2a\x38\xdc\x61\x50\xd7\x59\x67\x87\x41\xbd\x62\x98\x3d\x20\xc3\xa8\x32\x08\x11\xd0\x1b\x55\xaa\x35\x02\x7a\xa3\x4a\xb5\xc2\xb5\x5e\xa5\x4c\xe1\x5a\xaf\x1a\x6b\xb8\xd6\x21\x7f\x70\x87\x6b\xbd\xb2\xdf\x73\xb8\xd6\xab\xbe\x64\xb8\xd6\x75\xf2\xd9\xe1\x5a\xaf\x53\x75\xc6\xdc\x56\x22\x34\x0e\x9f\xba\x4e\x3e\xfb\x45\x4e\x29\xda\x8b\x9c\x1a\xc1\x87\x2c\x32\xda\xe1\x4e\x1a\x0d\xf8\xe9\xe1\x4e\x1a\x41\xe9\xfa\x67\x95\x0c\xd5\x7a\x93\xc2\x84\x6a\xbd\xe9\x23\x87\x6a\xbd\x11\x0c\x73\xa8\xd6\x1b\x88\xa8\x42\xb5\xde\x58\xee\x15\xaa\x75\xf9\xf8\x2a\x54\xeb\x3a\x7b\x5c\x41\x0c\x8d\x8f\xbc\x62\xf9\xb9\x6c\xc7\x2b\x96\x5f\xfe\xbf\x8a\xe5\x6f\x55\x2d\xd0\x05\x2c\x78\xc5\xf2\xc3\x0b\xe1\x15\xcb\xdf\x9a\xea\x44\x4e\x26\xa5\x62\xc1\xe5\x1b\xac\x50\xad\xcb\x1b\x58\xc3\xf3\x33\xe4\x0d\xac\x58\xf7\x36\xf5\x1e\xb2\xa0\xae\x2b\xc4\xeb\x5c\xb6\xe3\x15\xe2\xf5\xc6\x27\x5f\xb1\xf5\x0d\xbf\x76\x85\x5c\xbd\xb1\xa9\xaa\x99\x3e\x70\x4a\xb2\x62\xeb\x1b\x53\x54\x21\x49\x6f\x78\xa8\x2a\x96\xbf\x83\x8f\x2a\x96\xbf\x7f\xfa\x2f\x46\x50\xfe\xbf\x0a\xf5\x39\x1c\x0e\x5e\xa1\x3e\xef\x38\x97\x6a\x38\x58\x06\x97\xf4\x78\x05\x23\xc8\x53\x58\xc1\x08\x9d\xcd\x7b\x05\x23\x74\x36\xef\x15\x8c\xd0\x49\xdd\xa8\x60\x84\x6e\x7a\xef\x51\xa2\x05\x6c\x7d\xd7\xfc\x61\xeb\xe1\x7e\xf0\x8a\x41\xef\xec\x2c\xaa\x21\xa7\xe6\x0f\xf3\xde\xf1\xb5\x56\xcc\x7b\x07\x3f\x54\xcc\x7b\x5f\x7a\xf2\x50\x62\x94\x60\x3b\xef\x4b\x75\x22\x0b\xce\xa5\x8a\xe9\xef\xec\xdb\x2a\xa6\xbf\x63\x52\x2b\xa6\xbf\xe3\x36\xa9\x98\xfe\x4e\x06\x62\xc5\xbc\xcb\x6f\x58\x31\xef\xfd\xe9\xbf\x90\x73\x7c\xaa\xf3\x50\x42\x16\xd8\xc7\x47\x56\xe9\xa3\x84\x64\xc0\x82\xa1\x91\xc7\xf4\x0f\xc2\xc8\x15\xf6\xf1\x81\x8f\xb6\x02\x04\x86\x46\x17\x20\x30\x40\x75\x15\x20\x30\x70\x24\x54\x80\xc0\xd0\x58\x03\x04\xe4\xf2\xab\x00\x01\xb9\xfc\x2a\x0c\xe3\x03\x75\x5d\x61\x18\xe7\x7a\x1d\xaf\x30\x8c\x0f\xf6\x5f\x15\x86\xf1\xa1\x15\x00\x48\x80\xc4\x21\xe8\x6e\xa2\x44\xff\x00\x09\x3a\x27\x5c\x01\x09\x43\x73\x04\x48\xd0\x39\xe1\x0a\x10\x18\x5b\xed\x21\x27\x1e\xdb\x8a\xb1\xd7\xa9\xe1\xda\x91\x13\x53\x5c\x3b\x72\x5e\x3d\x89\x9c\x1c\x38\xac\xf0\x8d\x8f\xab\xf7\x90\xf3\xe9\x49\x64\x21\x5a\x54\xe3\x9c\xf7\xe0\xd6\x1c\xaf\xc0\x02\x68\x1b\x82\x6c\xe7\xa7\x84\xa3\xab\xc2\x29\x3e\xb5\xc6\x22\xdc\x36\x74\x12\xb9\x46\xb8\x6d\x70\xa3\x8e\x57\xf8\xc6\xa1\x6d\xf0\x0a\xdf\x38\xb4\x0d\x5e\xe1\x1b\x9f\x45\xef\x55\x4a\xc8\x09\xdf\xf8\x04\x38\x56\x60\xc8\xc4\xd8\x57\x60\x88\x8e\x14\x57\xf8\xc6\xe3\x48\xf1\x1f\x55\x72\x85\x8a\x7c\x62\xb7\x2a\x08\x85\xcb\x76\xbc\x82\x50\xa6\x26\x0c\x2a\xf2\xa9\x09\x83\x8a\x5c\xe7\x7d\x2b\x54\xe4\x53\xcb\x08\xf4\x32\xb5\x54\x40\x2f\x53\xd3\x07\x7a\x99\x60\xd1\x0a\x42\x81\xf3\xd7\x2b\x08\x65\x5e\xfd\x47\x17\x08\x6e\x54\x10\x8a\x4e\x06\xd7\x85\x9c\xc4\xfd\xeb\x42\x4e\xd0\x7c\x5d\xc8\x89\xd7\xb2\x2e\xe4\x04\xb5\xd6\x85\x9c\x6c\x4b\x2b\xc8\x46\x67\x88\x2b\xc8\x66\x25\x3d\x79\x29\xe9\xbf\x68\x7d\x71\xc2\xa3\x86\xa3\x64\xe8\x9c\x70\x0d\x47\xc9\x58\x9a\xf6\x70\x86\x8c\xc5\x0e\xa1\x86\x53\x63\x2c\xa9\xc8\x70\x6a\x8c\x05\x72\xab\x71\x7a\x7b\xe8\x2c\x70\x05\xcb\x2c\xa9\x41\xf0\xca\x02\xd1\x56\xf0\xca\xd2\x1c\x81\x57\x96\x14\x1f\x78\x65\x81\x1f\x6a\x38\x3c\x06\x57\xef\x78\x0d\x87\xc7\x90\xd7\xb2\x86\xc3\x63\xac\xa1\xff\x26\x25\x96\x26\x08\x65\x69\xa6\x41\x28\x4b\xca\x14\x84\xb2\x34\xd3\x20\x94\x25\x53\x05\x42\x59\x9a\x69\x10\xca\x22\xec\x52\x41\x28\x3a\x35\x5c\x41\x28\x3a\x27\x5c\x41\x28\x4b\x0b\x15\x84\xa2\xf3\xbe\x15\x84\xb2\x39\xc5\x51\x23\xf8\x36\x76\x52\x9d\x83\x12\xdf\x19\xe8\x65\x73\x22\xb5\x86\x33\x64\x70\xbd\x8e\xd7\x70\x7f\x8c\xcd\x6e\xac\x86\xfb\x63\x6c\x2d\xb1\x38\xaf\x3d\xb6\x16\x55\x84\xd4\x06\x57\xe8\x04\x9f\xd5\x4f\x49\x20\xe1\xd1\x3a\x67\x41\xea\xa3\x75\x7c\x8a\x15\x0c\x24\x0f\x6a\x05\x03\x6d\x5c\x5b\x15\xa0\xb3\xf5\xb5\x02\x74\x74\x8e\xb6\x01\x66\x0e\xfd\x6b\x80\x99\x43\x8f\x1a\x60\x86\x2b\x6d\xbc\x01\x66\x74\xc6\xb6\xe1\xe2\xe0\x4a\x9b\x60\xd3\xfa\x29\x65\xd5\xd9\x29\xe9\xc9\x90\xe5\xb0\x5f\x68\x00\x16\xa8\x12\xbc\xe1\x8e\x38\x28\xf6\x86\x3b\xe2\xf0\x2d\x35\xc0\x8c\x4e\xd5\x36\x00\xcb\x01\xf7\xb7\x8f\xf6\xe8\x5f\xfb\x68\xaf\xa9\x96\x18\x17\x28\x16\x82\xd9\xeb\xa7\x34\x54\x27\x7d\x27\x12\xd1\x3e\x64\xc1\x58\xb4\x88\x47\x8d\x03\x4e\x6d\x00\x9d\x03\x40\x6a\x00\x9d\xc3\x31\xbb\x16\x31\xa7\x71\xd8\x7f\xb5\x88\x39\x0d\x6e\xb8\xf1\x96\x91\x85\x00\x69\xcb\xc8\xc2\x2e\xa0\x01\x90\xb8\xc5\xc6\x1b\x00\xe9\x00\x9e\x1a\x00\x49\x07\x69\x1b\x20\xe8\xe0\x67\x6e\x85\x91\x40\x33\xb4\x42\xeb\xf8\x07\x1a\x00\xe9\xe2\x1f\x68\x00\xa4\x9b\xf4\x5f\x8c\xd2\xd5\x8c\x01\x82\xae\x46\x10\x67\xc8\xed\x7f\xf3\x25\x37\xfc\x24\x97\xa0\x4f\x03\x1f\x5d\x0d\x2e\xf8\x88\xcb\x68\xbc\x81\x8f\x2e\x9b\x80\x06\x3e\xe2\x32\x1a\x6f\xe0\x23\x79\x49\x9b\x21\xa6\x86\x3a\x82\x53\xe3\x4e\xd5\x82\x98\x44\x9f\x1b\xd8\xe9\x6a\x70\xc1\x4e\x97\xb8\x6a\x03\x3b\xdd\xcd\x14\x81\x8f\xae\x06\x17\x7c\x74\xd9\x2e\x34\xf0\xd1\xe5\x28\x5d\x03\x1f\x5d\x36\x5c\x0d\xd7\xc8\x65\xc3\xd5\x70\x8d\x70\x89\x8d\x37\x50\xcf\x4b\x2a\x65\x4a\x48\x0d\xea\x79\x28\xe1\x06\xea\x79\x9f\xfe\x6b\x94\x18\xea\x08\x39\x8d\xc7\x66\xba\x81\x88\x60\x4a\xf0\x06\xea\x79\x6c\xe2\x1a\xa8\x07\x6e\x04\x6f\xb8\x38\xb8\x8c\x26\x68\xe1\x7e\x4a\x38\x12\x1a\xc8\xe6\xa1\x18\x1a\xc8\x46\x27\x83\x1b\xc8\xe6\x69\xe1\x80\x6c\x1e\x61\xa5\x06\xb2\x79\x6c\xf7\x1a\xc8\xe6\x35\xbd\x17\x23\x0f\xdf\xb8\x37\x90\x0d\x9c\xe2\xde\x70\x71\xe8\x0c\x71\xc3\xc5\xf1\xf0\x06\x36\x50\x8f\x7c\xbb\x0d\xd4\xc3\xa5\x32\xde\x02\xf5\x9c\x6e\xe9\x28\x19\xa0\x05\xf2\x89\x5f\x0e\x68\xb2\x05\xfa\x39\xdd\xbe\x73\x50\xd6\x2d\x10\xd0\xe9\x96\xcf\xef\x32\x8e\x50\xd2\xe9\x66\xe7\xb8\x6a\x6e\xbf\xbf\xe8\x3c\x76\x0b\xa4\x74\xba\xf9\x39\x92\x3a\x5c\x2a\xf1\xcb\xcb\x6a\x7d\xf2\x4b\x3b\xcf\xd5\xfa\xe2\x97\x71\xf6\x52\x7f\xf6\x3f\xbf\x5c\xd5\x7c\xf8\x65\x9e\x83\x62\x6e\x81\xbc\x4e\xb7\x75\x76\xd5\x2f\xef\xf7\x97\xdf\x2f\x2b\x10\xd8\xe9\xb6\xcf\xd6\xd2\x0d\x14\x16\xbf\x3c\x82\x85\x6d\x68\x7c\xce\xd1\x29\xf6\x36\x34\x3e\xf7\x5c\xa9\x86\xc1\xf8\x78\x3a\xb0\x74\x04\xf1\x9f\x7e\xf9\x9d\x91\xc1\xf8\x78\x3e\xfb\xa9\xf5\xf6\xfb\xcb\x4d\x7a\xab\xff\xf3\x8b\x54\xfa\x60\x7c\xdc\xce\xd6\xa8\x8e\xf9\xfb\xcb\xef\x77\x37\xd6\x3f\xbf\x48\xfd\x8d\xfd\xcf\x2f\x4f\xcf\x30\x3e\x5e\xcf\x2e\xaa\xf9\xfe\xdf\x5f\x98\xd3\xf1\xfe\xf9\x05\x78\xd0\x66\xfa\xfd\xe5\x60\xb6\xda\xfc\x7e\x7f\x81\xbd\xde\xdb\x64\x7c\xbc\x9d\x2b\x93\x31\x19\x1f\xef\x67\x6b\x2d\x4c\x8d\xcf\x38\xbf\xca\x7b\xfa\xef\x2f\x5c\x44\xe4\x6d\x6a\x7c\xf6\xf9\x35\x3d\x53\xe3\x73\xce\xaf\x2a\x9d\xfd\xf7\x97\x2b\xd3\x35\x35\x3e\xf7\x70\x35\x97\xb7\x39\x7f\x7f\xf9\xd5\x0a\x53\xe3\xf3\x8e\x92\x58\xda\xdc\xbf\xbf\x5c\x4e\x95\xb4\x79\x7e\x7f\x79\x60\xee\x36\x19\x9f\x9a\x8e\xae\x35\x6a\x93\xf1\xa9\xdf\xd9\x1c\x3c\x6d\x8b\xf1\xa9\xe5\x1c\xdc\x56\x6d\x7d\xff\xfc\x22\xa3\xb5\x18\x9f\x6a\xe7\xe0\x42\x6d\xab\xfc\xf3\x0b\x60\xb5\x2d\xc6\xa7\xfa\xd9\xec\x4c\xda\xf2\xdf\x5f\x0e\xc7\x0c\xda\x62\x7c\xea\xcf\x7c\x21\xe1\x62\x7c\x6a\x3f\x17\xe8\xd5\x16\xe3\x53\xc7\xd9\xec\xff\xdb\x1a\xbf\xbf\x5c\x40\x7a\x5b\x8c\x4f\x4b\xe7\x17\x28\x2c\xc6\xa7\x7d\x47\x51\x9c\xb6\x18\x9f\xf6\x63\x09\xc7\xbf\xcc\x8f\x8d\xff\x6e\x7d\xe0\x67\x2a\xed\x9d\xf5\xa3\x31\x7e\xa5\x0d\xfe\x95\x36\x5c\xbf\x32\x13\xe2\xd6\xdc\x57\xbf\xd2\x3e\xbc\x4d\x73\x4d\xfd\x8a\x9c\xa2\x20\xf8\x92\x7e\x65\x0e\xa0\x22\xa8\xfe\xfe\xfd\x2b\x17\x4b\x37\xfb\x77\xbd\x5c\x23\xeb\xf7\xdf\xf5\x72\xdd\x5d\x6b\xff\x7e\x96\x8b\x01\xce\xfa\xf7\xaf\xca\x23\xa8\xff\x6e\x8d\x83\xb4\xeb\xe8\x57\xbe\x5f\x9d\x63\xf3\xfd\xef\x1a\x22\xe2\x36\xec\xfb\xb7\x0c\x9b\x23\x15\xe9\xdf\xcf\x1e\x8e\x56\xfc\x37\x19\x70\xb1\xb7\xfd\xef\x1a\xd0\xef\xe3\xf7\x57\xd6\x59\x38\x4d\xdf\x93\x2e\x0b\x97\x66\x4a\xfa\x0e\x03\xf8\xa7\x04\x64\x6f\x01\xfc\x53\x92\x45\x0f\xb7\x65\x4a\x5c\x61\xd0\xc2\x6d\x99\x74\xc3\x54\x0f\xb0\x96\x3e\xf6\xac\x3d\x20\x58\xfa\xd8\x6d\xf6\xf0\x40\x24\x48\xb0\x83\x1e\xf3\xa7\xc4\x3a\x1c\xe1\xd5\x28\xc9\x54\x1a\x94\x0a\xa5\x49\xc9\x29\x2d\x4a\x8d\xd2\xa6\x34\x28\x9d\x28\x55\xbd\x77\xa3\xd4\x55\x7a\x94\xa8\x25\x64\x29\x89\xbb\x85\x46\xe0\x82\x92\xb0\x94\x23\x02\x21\x45\x23\x31\x02\x17\x94\x84\xcf\x61\x04\x2e\x28\x69\xaa\x96\x46\x49\xb5\xd0\x07\x5c\xa1\xa3\xd2\x87\xad\xf7\xe8\xc3\x55\x89\x3e\x5c\xd5\x42\x1f\xae\x6a\xa1\x0f\xf8\x0e\x46\x43\xce\xf7\xff\xbd\x94\xe1\x7f\xcf\xff\xf5\x3f\xef\xff\xf8\x4f\xe2\x52\xb5\xc4\x85\x4a\x29\x45\xea\x55\xe2\x42\xa5\xc4\x6d\x49\x09\xf2\x9c\x94\xa2\x0f\x29\x85\xf0\x89\x8b\xc2\x52\xaa\x4c\x6a\xd5\x6c\x56\x7e\xdc\x51\x0a\x07\x4d\x4e\x89\xd7\xc3\x41\x93\xb8\xe7\x28\xa7\x58\xc1\x29\x35\xbe\x97\x00\x27\x39\x7d\x7a\x92\x3a\x03\x95\xe4\x14\xbe\x8a\x94\x02\x95\x24\x2e\x3f\xca\x29\x22\x5f\x89\xcb\x8f\x12\x37\x1b\xe5\x5f\xe1\x3b\xc2\x77\x5a\x0f\x15\x9e\xb8\xd2\x28\x71\x97\x51\xe6\xf2\xb7\xc4\x9d\x44\x89\xdb\x81\x32\x01\xc1\x94\x06\xdd\x0c\xbb\x99\x73\xe8\xb3\x94\x06\x0d\x85\x81\xcb\x1c\x4d\x48\xdc\x00\x94\xb8\xa6\xa7\xa4\x84\x9c\x13\xe1\x27\xd3\xf8\xf1\xfa\xa4\xa1\x70\xc0\x17\xee\x35\x4b\x5c\x0f\x93\xb8\x17\x66\x92\x3b\x9a\xb8\x09\x26\x71\xb1\xcb\xdc\xb1\xe2\x52\xba\xac\xa3\x38\xba\x39\xb9\xc6\x35\x71\x33\x4b\x4a\xe1\x02\x9f\xfb\x63\x3c\x1f\x33\xf6\x78\x3d\xf6\x61\x89\xfb\x56\x12\x17\xad\xcc\x9d\x19\xba\xc7\x34\xc6\xee\x71\xee\x00\x9e\x89\xdb\x57\x12\xd7\xae\xcc\x1d\xeb\x2f\x7d\x11\xe1\x4e\x5f\x84\xb6\xe7\x8e\x98\x55\xfa\x62\xa7\x97\xb8\x5a\x65\xee\xd8\x4c\x24\x2e\x53\x49\x5f\x84\x9a\xe7\xee\x3c\x19\x7b\xbb\xc4\x85\x29\x93\xfb\x5b\xd3\x17\x5b\xb5\xf4\x7d\xb4\x1e\x2e\xbc\xf4\x7d\x7a\x9d\x6e\x86\x27\x2f\x71\x7d\x4a\xe2\xa6\x94\x49\x96\x69\xe2\x6e\x94\xc4\xa5\x28\x73\x4f\x9e\x8c\x88\x73\xfa\x32\x0d\x2d\x44\x8a\xc0\x73\xe2\xc2\x94\xb9\x63\xab\x96\xbe\x2c\xfd\x82\x9c\x87\x27\x0b\x75\x16\xea\xbc\x08\x5f\xe8\x7b\xa1\xce\xab\x27\x11\x3e\x36\x52\x13\x6b\x9f\xb8\xb3\x24\x71\x59\xc9\xdc\xe1\xfc\x4e\x5c\x4f\x92\xb8\x97\x64\xee\x47\x37\x8d\x3a\x63\x2b\x34\xd9\x63\xa7\xcf\x90\x33\xf6\x40\xf3\x24\xea\x34\x5e\x8f\x2d\xcd\x04\x26\x27\xae\x12\x49\xdc\x21\x32\xe1\x21\x4c\xdc\x13\x92\xb8\x20\x64\x02\x6d\x12\xd7\x7e\x24\xee\xfb\x98\xa7\xd2\x23\x96\xf6\x17\xaa\x6b\x9e\x4a\x9d\x2c\x74\xee\xf4\x98\x27\x22\x0c\x89\x3b\x3d\x12\xd7\x77\x4c\xf6\xd8\x89\x0b\x3b\xd2\x57\xa9\x33\x0e\x2b\xa5\x2f\xfc\xb2\x89\x0b\x3b\xe6\xe9\xcc\x11\xeb\x9d\x9b\x3a\xe6\xd1\x14\x37\xe4\x6c\x34\xa4\x39\x6a\x34\x14\xcb\x7e\x9e\x8d\x9c\x8d\x86\x62\x85\x4f\x6e\x83\x4d\x1f\xab\x98\x5b\x35\x26\x97\xbb\x26\x6e\xd5\x48\x5c\xa7\x31\xcf\xa3\xf5\x4e\x9d\xb1\xc2\x27\xc8\x2e\x7d\x9d\x3a\x03\xc6\x4f\xf6\xca\x89\x8b\x30\x12\x37\x60\xcc\xfb\xd1\x77\x94\xc0\x17\x4a\x60\xde\x42\xeb\x03\x23\x15\xd8\x78\x72\xb9\x6b\xfa\xd0\x0c\x5c\x84\x31\x39\x98\x94\xb8\x08\x23\x71\xcb\xc5\x84\x87\x30\x71\xaf\x45\xfa\x02\x94\x4e\x0e\x2d\x25\x2e\xad\x48\xdc\x56\x31\x39\x9f\x94\xb8\xad\x22\x7d\x93\x3a\x1d\xe1\x27\x1f\x43\xa0\xc1\x09\x2b\x61\xe2\x7e\x8a\xf4\x2d\x84\xaf\x3c\xb9\x18\x90\x45\x43\x4d\x4f\xd2\xa3\x00\x6f\xf3\x6a\x36\x17\xad\x07\x36\x9b\xec\xe6\x13\x37\x59\x24\xae\xb0\x98\xb7\x23\xd2\xe6\xb3\x09\xbc\x34\xef\xd2\x8f\xcc\x66\x80\x9d\xc9\x06\x3c\x71\xa7\x44\xe2\xfa\x88\x09\x2b\x61\xe2\x8a\x88\xc4\xdd\x10\xf3\x1e\x44\x02\x1e\x70\xf1\xc3\x7c\x9a\x8e\x83\x12\x88\xc8\xe5\x7c\xfa\xe6\x51\x95\x5f\x38\xfd\xe6\x43\x7b\x7f\xa8\x4a\xee\x71\x98\xdc\xdc\x9a\xb8\xb9\x21\x71\x49\xc3\x7c\xc6\xf7\x79\x11\x29\xbc\x76\xf3\x19\xad\x5f\x06\x19\xa5\xfa\x34\xf2\x28\x55\x6e\x59\x98\x0f\xe5\xff\x3d\x1a\x42\xd3\x3e\x8d\x27\x4a\x95\xbb\x13\xe6\xc3\x76\x7c\x8f\xf1\x0c\x35\x3a\xdf\xd2\x93\xd4\xf9\x10\x3e\x3c\x42\x89\x3b\x10\x12\xd7\x1d\x4c\x4e\x39\xa5\x8c\x52\xcd\x28\x55\x8e\x30\x25\xee\x39\x48\x5c\x70\x30\x5f\xec\xea\x12\x97\x18\x24\x6e\x2f\x58\x09\xdb\xc1\x2d\x04\x89\xeb\x07\x96\x4c\x64\x46\xd3\xe6\xd0\xb4\x2b\xa1\x19\x72\x78\xbc\x12\x97\x0a\x2c\xee\x26\x4d\x5c\x07\x90\xb8\x07\x60\xa5\xc6\xeb\xe1\xab\x4a\x24\xf9\xaf\xd4\x7f\xf1\x04\xf0\xe1\xff\x05\x28\x72\x78\xb0\x52\xce\x88\x16\x3e\xa1\x94\xd1\xb8\xdc\x07\xb0\x48\x76\x4d\xb9\x20\x6f\x38\xab\x56\x42\xdf\x73\x2d\x40\xe2\x3e\x80\x95\xa6\x9e\x64\x0c\x42\xb9\x2e\x32\x60\x13\xd7\x02\x24\x6e\x00\x58\x1c\x42\x4a\xe4\xfc\xa7\x6c\x8c\x01\xfa\x3e\x87\xaa\x4d\xdc\x00\xb0\x60\xf1\x4b\xdc\x00\x90\x48\xf6\x5f\x49\xd3\x62\x74\xd7\xe8\x2e\x5a\x87\x9c\xff\x94\x8d\x1e\x1d\x3d\x49\xeb\xce\x10\x62\x2e\x48\xde\x4f\x64\xed\xaf\x0f\x44\x40\xd6\x7e\x22\x5d\x7f\x7d\x09\x91\x9c\x69\x09\x15\xbd\x3e\xf4\x3d\x79\xfa\x89\x04\xfd\xf5\x7d\x7a\x9d\x86\x42\x61\xaf\xef\xe3\xf5\xf0\x41\x25\x92\xf0\x17\xdc\x7c\x89\xb4\xfb\x44\xbe\xfd\xfa\xb2\x9e\x64\xe8\x02\x48\x2e\x0e\x59\xa5\x8c\x16\xcf\xa1\xc5\xd7\x87\x26\xcb\x95\x86\x02\x3a\xae\x0f\x4d\x46\x12\x7e\xca\xa1\xc5\xd7\x67\x3c\x09\x6a\x23\x25\x7f\x7d\xae\x27\xe9\x66\xa3\x9b\x4e\x43\x00\xb4\xdc\x68\x88\xa5\x93\x1b\x0d\x75\x7a\x04\x4c\x20\xfb\x3e\xe5\x4e\x43\xd8\x90\xdc\xa9\x33\xfc\x37\xeb\x0b\x8f\x62\xca\xe1\x4f\x49\xa4\xd6\x2f\xf8\xf7\x52\x1e\x88\x34\x10\xe9\xe8\x47\x06\x79\xf0\xba\xd6\x13\x0a\x9b\xbc\xf9\xf5\x61\x2e\xf2\xa4\xce\x50\xd8\x2b\x27\x84\x47\x61\xe7\x50\xd8\x2b\x6b\xe2\x26\x22\x05\xe8\x5b\x5c\xa2\x9a\xf2\x62\x35\x87\x36\x5e\x24\xb6\x26\x32\xde\x13\xa9\xee\x8b\xfc\xd6\x44\xaa\x7b\xca\xa1\x8d\x57\x46\x0d\xe7\xc5\xc4\x85\x6e\x5e\xb9\xeb\x49\x3e\xc5\xd0\xcd\x8b\x34\xd7\x94\x17\x5f\x48\x68\xe3\x95\x07\xd3\xb1\x69\x7d\xd3\xfa\xe4\xc9\xcd\x80\x6c\x1a\x8a\x8d\x47\x22\x81\x3d\x91\xab\xbe\x72\xec\xd2\x12\x19\xe8\x89\xd4\xf3\x95\x37\xc2\x1f\xa6\x23\xc2\x3a\x2b\xa3\xc5\xc9\x2b\x4f\x24\x94\xaf\x7c\xf4\x24\x83\x7c\xa8\xf3\xa0\xc9\x0e\x83\x1c\xd8\x76\xe5\x4b\x8f\x50\xd8\xe4\x80\x2f\xd2\x63\x13\x39\xe0\x89\x74\xef\x95\x1f\xab\xf8\x52\x67\xe8\xe6\xc5\x7d\xa9\x89\x5c\xee\x94\x1f\x72\x62\xd2\x33\x80\x97\xcc\xee\x05\xd7\x5e\x22\xb3\x3b\x91\x9b\xbd\xb8\x52\x35\x91\x8d\x9d\x48\xbc\x5e\x85\xef\x93\x54\xeb\x44\x8e\xf5\x2a\x71\x8c\x32\x91\x63\x9d\x48\xae\x5e\x25\x82\x12\x89\xe4\xea\x54\x02\x05\x2f\xae\x46\x4d\x64\x55\x27\x52\xa6\x57\xa9\x7a\x32\xc6\x93\x7c\xe8\x05\x91\x5e\x22\x1f\x3a\x91\xfa\xbc\x4a\xec\x2d\x13\xc9\xce\x89\x2c\xe7\xc5\x15\xa7\x89\x4c\xe6\x44\x0a\xf3\x2a\x28\xab\x82\xc2\x2e\x81\x82\x57\xd9\xc8\x99\x91\x33\x53\xe7\xe1\x49\xd4\x6f\x89\x4c\x96\x65\x28\x96\x02\xb6\x2d\x81\x6d\x17\xac\x75\xa9\xa0\x7e\x4b\x60\xdb\x65\xa8\x8b\x82\xfa\x2d\xa8\x5f\x63\x69\x97\x40\xba\x89\xdc\xe5\x65\xe1\x6e\x4b\x25\x94\x71\x22\x85\x79\x71\x48\x2b\x15\xf4\x27\x79\xc6\xcb\xc0\x77\xe4\x12\x27\x92\x88\x97\xb1\x36\x0b\x88\x95\x7c\xe1\x05\xf1\x5b\x2a\xce\xeb\x4e\x43\xe0\x3b\xd2\x7f\x13\x79\xbf\x0b\xca\xb6\x54\x2a\xd3\x81\x02\x74\xb4\x22\xe9\xbf\xa9\x84\x1e\x5c\xdc\xd7\x99\x0a\x3b\x54\x52\x7c\x97\x67\x44\x02\xb1\x92\xbf\xbb\xc8\x53\x4d\x64\xec\xa6\x82\xae\x73\xb4\x62\x41\xd7\x91\xbf\xbb\xdc\xf4\x24\x0d\x05\x62\x5d\x5c\xf7\x99\x4a\xe3\x63\x08\xe0\xba\xdc\x10\xa9\xa9\xa1\x98\x38\x07\x65\x90\x8e\x9b\xc8\xbc\x5d\x0e\xbe\x23\x83\x36\x91\x3a\xbb\x5c\x1f\x03\x88\xb5\x74\x84\x67\xc1\x96\xce\xc8\x87\xef\x79\xf9\xd2\x93\x7c\x75\x68\x45\xc7\x1a\x92\x4f\x9b\xc8\x8f\x5d\x8e\x35\x24\x07\x36\x91\xfc\xba\x1c\xfd\x59\xc0\xb6\xe4\xc0\x2e\x0e\xaf\x25\xf2\x5c\x53\x09\x97\xed\xe2\x16\xce\x44\x82\x6b\x22\xb3\x75\xd5\xac\x1f\x19\x10\xb4\x62\x05\xb5\x91\x9a\x9a\xc8\x49\x5d\x15\xdb\x41\x16\x6a\x22\xfd\x74\xd5\xf1\x77\x40\x51\x80\xb3\x25\x34\xe7\xaa\x18\x7f\x12\x48\x13\x99\xa3\xab\x01\x80\xc8\x1c\x4d\x05\xed\xd8\xd0\xe2\x65\x23\x6f\xf8\xf4\x56\xd3\xb7\x0f\x72\x2d\x68\xc7\xc6\xee\x97\x04\xd2\x44\xe6\xe8\xe2\xcc\x57\x22\x57\x34\x95\x00\xb0\xab\xc5\xb1\xe4\x54\x36\xad\x6f\x5a\xd7\xfc\x1f\xbe\xd3\xd0\x9c\xab\x49\xc1\x1c\x16\x59\xf8\xc5\x56\xd3\x2a\x39\xcc\x40\x68\xce\xd5\x9a\x7e\xa4\xa1\x43\x43\xc0\xaf\x72\x98\x81\x00\xbe\xab\x49\x6d\xa0\x47\xc9\x23\x5d\xe4\x83\x26\xf2\x48\x13\x09\xa4\xab\x01\xbb\x48\x20\x4d\x64\x87\x2e\x6e\xa6\x4c\xe4\x83\x26\x12\x41\x57\x1b\x7a\x92\x1e\x5d\x7a\x04\xec\x22\x03\x34\x91\xec\xb9\x9a\x46\xfe\x31\x1d\x8f\x86\x16\xdd\x44\xb9\x92\xa6\xb9\x1a\x0b\x97\x54\xcc\x44\x0e\xe6\x6a\xa8\x76\x72\x30\x13\xc9\x97\xab\x3d\x3d\x69\xfc\xc8\x74\xa0\xda\xc9\xb3\x4c\xa4\x54\x2e\xae\x9d\x4c\xa4\x4d\x26\xf2\x25\x57\x07\x22\x91\x2f\x99\x48\x8d\x5c\x1d\x65\x40\x6a\x64\x22\x27\x72\x75\x94\x01\x59\x90\x89\xf4\xc7\xc5\x01\xb2\x44\xfa\x63\x22\xef\x71\x41\xef\x96\xc8\x7b\x4c\xe4\x31\x2e\x0e\x90\x25\x72\x15\x13\x49\x8a\x8b\x33\x5f\x89\xb4\xc4\x44\x3e\xe2\xea\x95\x6e\x66\x1a\xca\x34\x54\xf5\x24\x75\x66\x7a\x04\x1a\x32\x74\xb3\xa1\x9b\xc9\x1c\x4d\x16\xaa\x36\x59\x38\x15\x56\xbf\x7a\x92\xd6\x8d\xd6\x41\x2e\x24\xf8\x25\x32\xfb\x16\x97\x34\x26\x03\x9c\x1a\xe0\x94\xf4\xc9\x44\xda\x5e\x22\x5f\x6f\x91\x1b\x99\xc8\xc9\x4b\x24\xe3\x2d\xd2\x20\x93\x39\xad\x03\x4e\x47\xd7\x8f\x0c\x72\xc0\xd1\x35\xf0\xe3\x98\x7c\xb3\xe1\x3f\x58\x23\x02\x70\x89\x2c\xbc\x44\xfa\xdd\x22\x61\x32\x91\x62\x97\xc8\xad\x5b\x30\x96\x25\x72\xeb\x12\x69\x74\x8b\xf4\xc9\x44\xe2\x5c\x22\x63\x6e\x0d\xf0\x88\xa1\x9b\xad\x51\x67\xe4\x18\x24\x92\xe3\x12\x59\x71\x8b\xc3\x57\x89\xac\xb8\x44\x92\xdb\x1a\x87\x29\x06\x72\x92\xb3\xb6\x46\x9c\xe5\x49\x64\xa9\x25\xd2\xd3\xd6\x00\x8f\x90\x9e\x96\xc8\x4b\x5b\xe3\xd1\xf7\x8e\xf0\x1d\x39\xc1\x23\x24\x9d\x25\xb2\xcd\x16\xe4\x66\x89\x8c\xb2\x44\x2a\xd9\xe2\xbc\x54\xb2\x81\x48\x28\xd7\x69\xfa\x91\x2f\x19\xe5\x4a\x4a\x66\x22\x5d\x2c\x59\xe8\xd8\x35\xd9\x98\x91\x27\x96\x48\x10\x5b\xd3\xf5\x24\x1f\x2d\x1a\x97\xb3\x51\x89\xcc\xb0\x44\xa6\xd7\x9a\x15\x39\x27\x0d\x85\x37\x61\x4d\xb4\x8d\xa1\x86\xc9\xf4\x5a\x13\xff\x9d\x01\x63\x2d\x80\xeb\x82\x88\x2c\x91\xe2\x95\x0c\x70\x3a\xd1\x0c\x86\xe3\x80\x84\xaf\x35\xd1\x0c\x24\x7c\x25\xb2\xb9\xd6\xc4\x2b\x47\x36\x57\x22\x8d\x6b\x4d\xb6\xc4\xa4\x63\x25\x43\xfd\x4e\x4d\x1c\x3e\x02\x0b\xdd\xba\xc8\xda\x4c\x24\x4b\x25\xf2\xa2\xd6\xd2\xda\x24\x76\x60\xa8\x4a\x48\xc3\x12\x29\x50\xc9\x80\x9c\x8b\x8d\x2e\xd9\x4e\x89\x34\xa7\xb5\x0c\x91\x70\x07\x18\x5a\x71\x69\xc1\xe2\x0f\x25\xb5\x68\x2d\x2d\xc3\x47\x8f\x1e\x0d\xb1\x1d\x24\xff\x27\x91\xf8\xb3\xa0\xdf\x4a\xa4\xfa\x24\x72\x7c\x16\x2c\x5c\x89\xac\x9e\x44\x3a\xcf\xe2\xec\x50\x22\x9d\x27\x91\xb9\xb3\xb8\x16\x30\x91\x9d\x93\x9c\xad\xfb\x06\xe3\x78\x68\xa9\x44\xce\xcd\x82\xaf\x2b\x91\x73\x93\x1c\x78\x28\x0f\xaf\xe3\x24\x75\xe0\xe1\x06\xe3\x38\x7a\xc9\x33\x75\x82\x71\x48\xc4\x49\xce\x26\x7f\x17\x3d\xd9\xf9\x91\x86\x4c\x4f\xd2\x50\xa6\x21\x6c\x9c\xc7\xae\x3e\x79\xa6\x21\x7c\x58\xa4\xec\x24\x72\x75\xd6\x76\xfd\x88\xf0\x6c\xee\x21\xf1\x4a\x24\xf0\x24\x32\x77\xd6\xee\xf4\x08\x5d\x47\x92\xce\xda\x43\x4f\xd2\x23\x74\xdd\x66\xa3\x43\xce\x4d\x22\x87\x66\xc9\x41\xec\x78\x4e\xdd\xe8\xd1\x6c\x7f\x05\x14\x8e\xca\x74\x54\x26\xd1\xfe\x44\x2a\x4e\x22\xeb\x66\x6d\xf0\x13\x59\x37\xc9\xd9\xf9\x6f\x94\x16\xe9\x36\x89\x3c\x9b\xb5\xb7\x7e\xe4\xa3\x60\xe7\xbf\xc1\x4f\x0e\x9c\x75\xf4\xe8\x46\x97\x38\x7a\x94\x94\x9a\xb5\x1f\x63\x80\x03\x96\x5c\x9a\x45\xf8\x2d\x91\x3d\x93\x48\x94\x59\x47\x53\x5d\xf5\x7a\xcc\xc0\x41\x97\x38\xda\xd1\x41\xae\xc7\xf5\x23\xdd\x44\x3b\x1e\xf6\x21\x64\xb3\x24\x52\x55\xd6\xe9\x8c\x2b\xda\x91\x1c\x95\x45\x96\x69\xf2\x4e\x37\x51\x99\x67\xd0\x3a\xbe\x56\x0f\xcd\xb9\x4e\xa4\x3e\x26\x67\x97\x4e\x52\xcb\x92\xa7\x97\xe4\x94\xe4\x68\xc7\xc3\xe6\xc4\xd9\x90\x3b\x1b\xf2\x8b\xca\x24\x39\x25\x91\x95\xb2\x2e\xeb\xde\x07\xaf\x87\x3e\x5c\x57\x0b\x82\xd8\x9f\xa3\x1d\x2f\x0e\x2e\x9f\x7c\x68\xa1\x0f\x17\x04\x5c\x89\x74\x94\x44\x1e\xca\xe2\xc8\x40\x22\xf3\x24\x91\x72\xb2\x2e\x1a\x97\x24\x93\xe4\x28\xc2\x0b\x6a\x73\x14\xa1\x03\x39\x2f\x1b\x1e\xc7\x83\x4a\x1e\xca\xba\x40\x39\x32\x4f\x12\x69\x25\xeb\x56\x3d\xc9\x67\x83\x22\xbc\x4d\x4f\xd2\x50\x6c\xd6\xd7\xc5\xc7\xee\x80\x53\x72\x4d\x96\xbc\xb2\x0e\x0e\x25\xc9\x64\xc9\x01\x4b\x92\x49\x72\x70\x28\x47\xad\x92\x83\x43\x49\x39\x59\x9c\xb1\x4a\xa4\x95\x24\xf2\x49\xd6\x95\xd2\x22\x30\xeb\x6c\xdd\x2f\x3e\x2c\x12\x49\x12\x39\x23\xeb\xb2\x07\x23\x13\x24\x91\x02\xb2\x9e\x94\xd6\xa5\xce\x50\xa7\xeb\x7d\xfa\x91\x8f\x16\xc8\xf9\xa4\x9f\x80\x9c\x64\x74\xac\x27\x5d\x72\x11\x3e\x90\xe7\x7a\xae\x1f\x19\x10\xf6\xf3\x4f\xcb\xf0\x31\x20\xb1\xad\x5f\x4f\x8b\x8b\xfd\xbc\x87\xaf\x75\x3d\x7d\x4b\x28\x6c\x47\x61\x3f\x76\x95\x64\x61\x24\xd2\x2f\x36\xa9\x8f\xa9\x82\x2e\x6b\x6c\xdd\x37\x99\x8c\x89\x2c\x8c\x44\xfa\xc5\x26\xa1\x31\x91\x62\x91\xc8\xad\xd8\x69\xaa\xce\xcb\x8f\x8f\x1f\x63\xe4\x2b\x0a\x9b\x4c\x8b\x2d\xe7\x23\x99\x16\x89\x14\x8b\x9d\x50\x17\xa4\x58\xa4\x1a\x78\x72\xa7\xa5\xd7\x07\x3f\xce\xf8\x31\x0e\xb2\xa5\xca\xce\x9f\xbc\x8b\x9d\x00\x3e\x95\x9d\x7f\xfd\x68\x1d\xc5\x42\xfa\x45\x22\xef\x62\x27\xec\x67\x45\xdf\xd7\xd0\xf7\x3b\x01\x7c\x6a\x00\xd0\x54\x43\xed\xef\x84\x23\xa6\x66\x5a\xcf\xb4\xfe\xf4\x23\x0d\x85\x6a\xdf\x1f\x6b\xb3\x12\xff\x22\xa9\x62\x43\xd6\x94\x48\xaa\x48\x64\x53\xec\x0f\xbd\x44\x36\x45\x22\x8d\x62\x7f\x91\xa8\x91\x2a\x5a\xbc\x86\x8f\x60\x7f\x59\xaf\xc7\xbc\xd7\xf0\xdb\xee\x8f\xbd\x17\x49\x15\x89\x6c\x8a\x4d\xe4\x3f\x55\x54\x7b\x0d\xd5\xbe\xbf\xa2\x27\x99\xb8\xd0\xde\x9b\xcc\xd0\x44\xa6\x45\x22\xa9\x62\x7f\x2c\x6d\xd2\x28\x12\xf9\x13\x5b\x1e\x49\x72\x24\x12\xc9\x11\x9b\x4b\x03\x53\xc5\x6f\x5b\xc3\x53\xbb\x3f\x56\x71\x05\x1a\x93\x38\xb1\x3f\x56\x71\x05\x1a\x57\xff\x3f\x84\xdd\x5d\xf2\x84\x2a\xb2\x04\xf0\x2d\x09\x08\xe2\x72\xf8\x90\xfd\x2f\xe1\xc6\xe1\x47\x4f\x9c\x79\xb8\xf3\x7f\x6c\xa3\x15\x44\x48\xaa\xb2\x8a\x2c\x0d\xd5\x73\x51\x43\xdb\x18\x1e\xc1\x82\x75\x38\xe2\x2a\x45\x43\xf0\xd3\x19\x89\xcb\xe1\x88\x11\xde\xf3\x4f\x9d\xdf\x38\x3f\x02\x0b\xcb\x09\x86\xcb\xd1\x85\x11\x2c\x58\x07\x12\x2e\x27\x11\x46\x10\x0b\x28\x0c\x5e\x07\x12\x46\xe0\x66\x39\x90\x70\x95\xc7\xc8\x73\xb3\x9c\x44\xb8\x1c\x41\x18\xf1\x3a\x17\x0d\xf2\x46\xef\x41\x12\xf0\x2a\x0c\xde\xb2\xc3\x67\xc3\xc9\xd2\xab\x20\x23\xca\x26\x23\x86\xca\x4f\x97\xf3\x05\x97\x83\x05\xc3\x39\xd3\xcb\xe1\x81\xcb\xa9\x81\x11\xad\x77\x27\x03\x2e\x47\x02\x46\xe4\x12\x39\x12\x70\x49\xf8\x1f\x0e\x98\x5e\x92\xfa\x2f\xd9\xfc\x23\xe2\x82\xe5\xe8\x5f\xa5\xe9\x52\xf3\xe1\x40\xba\xac\xfc\x11\xd9\xa1\xf2\xf0\x2f\x09\xf8\xc3\xe1\xd3\x4b\x92\xfd\x55\xba\x2e\xb1\xef\x0a\x48\x2f\xdd\xbb\x1f\x0c\x01\xe9\xa5\xeb\xe7\x97\xfe\x34\x28\x8a\x88\x99\xec\xfc\x71\x88\x4d\xd9\xf9\x97\x44\xfc\x11\x45\x89\x25\xe2\x5f\x65\xe8\x05\xdb\xb1\x0c\xbd\x18\x7a\xc1\x22\x28\x36\x81\xb2\x37\x81\x71\xd8\xce\x62\x13\x90\xc0\x3f\x48\x0a\x5e\x12\xf8\x2f\x99\xfb\x23\x9d\xaf\x3a\x8c\xeb\x26\x75\xc7\xa1\x40\x25\xe9\x5f\xb2\xf3\x47\xe2\x12\xcb\xce\xbf\xa4\xe5\x8f\x74\xbe\x2a\x86\xa2\xec\x0d\x62\x24\xb6\xa3\xec\xfc\xab\x4c\xad\x1f\x70\x9d\x5e\xf3\xd3\x10\x9f\x56\x06\xfe\x25\xf5\x7e\xa4\xf3\x55\x3f\xef\xbe\xb7\x8b\x91\x58\x84\x05\xa9\x2b\x15\x7e\xa4\x83\x64\x36\x01\x19\xf1\xc3\x89\xd6\xab\xd8\x04\xca\xd2\xcf\xef\xfc\xd3\x28\xed\xb8\xdb\x48\x90\x4c\x86\xfa\xf5\x6c\xd8\x1f\x24\x05\x2f\xc9\xe8\xd7\x03\xef\xef\x72\xfe\x39\x5c\xdc\x43\x77\xf3\x7e\x25\x8e\x5f\x0f\x6c\xbe\x2d\x32\x39\xe2\x97\x74\xf0\x71\xfb\x1c\x0f\x63\xfa\xd9\xc6\xf4\xc8\x86\x4e\xe6\xf7\x25\xe5\x7b\x64\x14\x83\x24\xef\x4b\x76\xf7\xc8\xe9\xfc\x73\xba\xb8\x5c\xf4\x4f\xc6\xb4\xcc\xef\x91\x59\x2e\x32\xbf\x2f\xa9\xdb\x23\xc3\xbc\x07\xe2\xca\xe0\x1e\x99\xaf\x28\x4d\xfb\x7a\xb6\xdd\x3c\x32\xcb\xe5\xb9\x3d\x73\x63\xec\x38\x24\xa4\xc4\xec\x4b\x46\xf6\x50\x88\xe8\x7a\x80\xab\x54\xec\x91\x9f\x73\xb1\xb9\xa8\xf3\x2c\x17\x59\xd7\xd7\xb3\x31\x76\x64\x9f\x58\x82\xf5\x25\xb3\x7a\x50\xd2\xbb\x64\x56\x5f\x0f\x70\xcd\x2c\x97\x47\xfc\xeb\xc9\x1a\x62\xdf\x3f\xe2\x5f\x4f\xf6\xcc\x76\x6e\xdf\x13\xec\x01\xae\x0a\x18\x5d\x32\xb2\x2f\x09\xd6\x23\xf3\x2a\x25\x58\x5f\x4f\x71\x3b\xe6\x5c\xf6\xf4\x25\x6d\x7a\xa8\x63\x74\x49\x8d\xbe\xe4\x44\x0f\x47\x6e\x2f\x39\xd1\x97\xf4\xe7\x91\x59\x43\x0f\x7b\x59\x16\xf4\xc8\x88\x2d\x99\xce\x97\x14\xe7\x91\x77\xe2\xe6\x25\xc5\xf9\x92\x8f\x3c\xf2\x3a\xff\xf4\xcc\x8d\x9c\xa3\xec\x64\xbb\x4b\x1a\xf1\x25\x77\x78\x14\x14\xbd\xbc\xe1\x4b\xb2\xf0\x20\xee\x77\x49\x14\xbe\xe4\x02\x8f\xc2\xc2\x92\x07\x7c\x49\xf5\x1d\xce\x04\x5f\x92\x7a\x2f\x19\xb8\xa3\x9c\x59\x07\x5c\x25\xd8\x8e\x92\xbc\x11\x36\x41\x6e\xec\x28\x0c\x34\x19\xae\x97\xb4\xd6\x51\xf2\xb9\xe8\xdd\x9b\x67\x9e\x09\xc6\x5e\x96\x94\x3a\xca\x99\x4b\xd2\x10\xe4\x9c\x0e\x47\x8a\x2f\xf9\xa6\x97\x94\xd2\x41\x30\xf0\x92\x4e\x7a\xc9\x21\x1d\x94\x02\x2f\xb9\xa1\x97\x84\xd0\x51\xea\xb9\x68\x94\x36\x8c\x0e\x2a\x82\x97\xdc\xce\x4b\x32\xe7\x28\x7c\x45\x89\x99\x97\x4c\xcc\xe1\x80\xf1\x25\xab\xf2\x92\x46\x39\x9c\x2c\xbe\x24\x4a\x5e\xb2\x1d\x47\x11\x9e\x90\xe5\x78\x3d\xdb\x5e\x1e\xa4\x05\xaf\x93\xba\xf8\x40\xc5\xc2\x0e\x3d\x39\x8b\xcf\x34\x4a\xf3\x5c\xf4\xcc\x69\x94\x80\xd5\xc3\x88\x7e\xa6\xce\x03\xab\x07\x19\xf1\x7c\x46\x69\x9d\x8b\xa6\xe2\xb6\x97\xc7\xe1\xac\x1f\xf6\xf2\xb3\xed\xe5\xe1\x40\xf3\xf5\x7c\xc0\x6a\x23\xe6\x78\x82\xce\x33\xa2\x1f\xf8\xf9\x60\xe3\x1f\x41\xb1\x67\x33\xb5\xe3\x49\xe7\xa2\x01\xd9\xb9\x09\xe3\x39\xa8\x88\xb7\x7d\x36\x6f\x3b\x0e\x91\x5d\xf1\xb6\x75\xc3\xe8\x70\xa2\xf9\xaa\x8c\xe8\x7a\xe9\xd2\x4e\xbf\xbc\x2a\xd3\xb8\x32\x8d\x9d\x53\xbe\x2a\xd3\xb8\x6e\xe2\x75\x3c\xfb\xc0\xc1\x55\xe5\x26\xd4\xa0\x4b\x90\xb6\x32\x8d\x25\x7f\x8e\xe7\x39\xff\x6c\x2e\xee\xc9\x70\x28\xef\x8a\xe0\xa8\xe0\xf7\xe1\xb6\x56\x59\x60\x35\xea\x27\xb4\xa9\x88\xd7\xba\xed\xde\xf1\x30\xf6\xeb\x46\xe8\xab\xc2\xe4\xc3\x83\x57\x98\x5c\x61\xb2\xd2\x4c\x57\x85\xc9\x35\x69\xa8\x69\x1d\x26\x57\x98\xec\xb0\xf4\x55\x11\x1c\x75\x13\x1c\xe3\xe9\xe7\xa2\x86\x92\x86\x18\xfb\x55\xf8\xac\x26\x43\x37\xea\x9f\x06\x45\x95\xb0\x50\x19\xbe\x95\x2d\x5e\x37\x28\x5f\x75\x03\xef\x38\x7c\x78\x65\xe3\x56\x36\x6e\x15\xa2\xa9\xd9\x17\x00\xc3\xd5\xe6\x5f\xc1\x70\xdd\x0c\xc5\xa8\x4c\xf9\x0a\x86\x2b\x18\xae\xf1\x5c\x1c\x2e\x6a\xc8\x66\x55\x21\x6e\xdd\x56\xed\xa8\xf7\xb9\xe8\xab\x16\xcf\x64\x76\x57\x69\x08\x75\xa3\xf1\xa8\xf6\x90\x2a\x25\xb4\x16\xcf\xac\xe7\xe2\x9e\xbc\x75\xe7\x89\x8e\xba\x53\x6c\xaf\x8a\xcb\xa8\x0c\xdf\x6a\xdd\x57\xe6\x6c\x65\xce\xd6\x33\xd8\x68\x8b\xba\xd1\x78\x54\x78\x5f\xab\x2e\x55\xb7\xcf\x73\x51\x97\xaa\x2e\xc1\xfb\xca\x9c\xad\xcc\xd9\x0a\xb0\x6b\x35\x9e\x60\x98\x76\xe2\x55\xc1\x70\xdd\xd1\xb4\x41\x34\xf1\xaa\x10\xb7\x6e\x2e\x63\x38\xbd\x7c\x55\x5c\x46\x05\xc3\xd4\x08\xaf\x8a\xcb\xa8\x60\xf8\x85\x8e\x15\x6d\x51\x37\x6d\x31\x5e\x98\x57\x45\xcc\xea\x06\xde\xf1\xbe\xe7\xa2\xdb\x21\xee\x0b\x9f\x2a\xc4\xad\x10\xf7\x95\xbd\x52\x25\x17\x54\x88\xfb\xce\xf3\x4f\xef\xce\x9c\x7d\xa7\xc9\xc0\x62\xad\x5d\x3f\xf7\x01\x93\xab\x76\xef\x0e\x71\x5f\xf0\x56\x25\x17\xd4\xa1\xa1\x7d\x36\xf2\xaa\xf8\xdb\x3a\x34\xf4\x9d\x7f\x6a\x68\xdb\xa8\xe3\x65\xf0\x56\x88\x5b\xb7\x8d\x3a\x9c\x65\xbe\x2a\xc4\xad\x8c\xd3\xc6\x8c\xad\x68\x8b\xba\x6d\xd4\xe1\x64\xf3\x55\x21\x6e\x85\xb8\xed\x40\x11\xa6\xb7\x6e\x8c\x1d\x2d\x9f\x8b\x9e\xb9\x2d\xcf\xd1\xc4\x54\x2b\xa6\xb7\xee\x74\x82\xd1\xce\xb4\x01\xae\x15\xb8\xb6\x61\x40\x80\x6b\xdd\x61\xb0\xd1\xc6\xf9\xa7\x67\x2e\xcf\x9c\x30\x8f\x71\x5a\x19\xa7\x87\xbb\xae\x70\xb4\xc2\xd1\x0e\x86\x5f\x76\xe8\xcb\x0e\x75\xa4\xf6\x7a\x45\xb5\xde\x6d\x8e\x0e\xa7\x67\xaf\x97\x1d\xfa\xb2\x43\xbb\x5d\xf1\x05\x99\x2f\xc8\x74\x62\xf5\x7a\x85\xa5\x5e\x90\xe9\xc8\xe9\xf5\x22\x0e\x5e\x90\xe9\xe4\xe9\xf5\x82\xcc\x77\x1b\xae\x63\x58\xef\x2f\xe2\xe0\x45\x1c\x8c\x2d\xae\x70\xbd\x88\x83\x17\x64\x0e\xae\xfb\x8b\x23\x78\x71\x04\x27\x15\xf8\x05\x99\x2f\x8b\xd5\x09\x91\xeb\x4d\x9e\x99\x3c\x93\xc5\xfa\x22\x0e\xde\xe4\x99\xf9\x5c\x2c\x2e\x56\x17\x1f\x17\xf7\x20\xbf\x2c\x56\x82\x7e\xd7\x8b\x0e\x78\xd1\x01\x27\xeb\xf7\x85\x8a\x2f\x54\x1c\x9c\xbd\x97\xc5\xfa\xb2\x58\x07\xf3\xf0\xbd\x8d\x27\xa8\x1c\xe3\x5c\xd4\x50\xd6\xd0\x16\x49\xb8\x5e\xa8\xf8\x42\xc5\x81\x1f\x71\x8e\xe0\x72\x80\x60\x38\x7a\x71\x39\x24\x70\x39\x1d\x30\x26\x03\xcd\x09\x80\xeb\xe5\xe4\x1f\x8a\x56\x62\xfe\x25\x23\x7f\x9c\x14\xdb\x17\xac\xbd\xec\x50\x07\xd3\xae\x97\x1d\xfa\xb2\x43\x9d\x5a\xba\x5e\x39\x53\x2f\x93\x73\x9a\x8a\x2f\x58\x7b\xc1\xda\x49\x72\x7d\xc1\xda\x0b\xd6\x3e\x60\xf5\xb2\x2e\x5f\xd6\xe5\x77\xa6\x22\x2f\xfd\xe5\xa5\x1f\x92\xf4\x95\x1d\xf0\xb2\x2e\x4f\x92\xeb\x2b\x3b\xe0\x7d\x3d\xf3\xcc\x4f\xae\xfb\x0b\xd6\x4e\x42\xea\xcb\xba\x7c\xb9\xee\x27\x21\xf5\x15\xc0\x7a\xb9\xee\x9f\xcd\xff\x85\x75\x2f\xac\xfb\x6c\xfe\xaf\x58\xd5\xbb\x2d\xcf\x71\xa8\xcf\x17\x00\xbe\x00\xf0\x24\xa4\xbe\x4d\x43\x4d\x43\xb6\xf4\x17\x00\xbe\x00\xf0\x6b\xe7\xa2\xaf\x09\x00\x3f\xbb\xf7\xdb\x35\xd4\x35\x64\xf7\x7e\x59\x97\x2f\x97\xfd\x3b\xdf\x9d\x75\xf9\xb2\x2e\x3f\x7e\xfc\x8b\xa2\x7d\x01\xe0\xb7\xce\x3f\x35\x04\x00\x3f\x01\xc1\x97\xc9\xf9\x32\x39\x97\x5d\xfb\xe5\x9d\xbf\xbc\x73\xc7\x44\xaf\x97\x77\xfe\x02\xc0\x75\x16\x2c\x00\x7c\xd9\xa1\x87\x63\x7d\xa7\x19\xb2\xfd\xf1\x71\xd2\x61\x5f\xbc\xed\x0b\x15\xf7\xa1\xd1\x3f\x0c\x8a\x57\x3e\xd6\xcb\x48\x5d\x67\x39\x82\xcc\x97\xeb\xbe\xc4\x15\x5f\xae\xfb\xcb\x75\x3f\x19\xb0\xaf\x24\xad\x77\xdb\xaa\x63\xd9\xd2\x5f\x40\xf8\x02\xc2\xf5\x9d\x8b\xfa\xbb\xf4\x77\x9d\x8b\xbe\xea\x8e\xa6\x0d\xa2\x7a\x57\x63\x50\xb6\xcd\xca\x4e\xaa\x78\x57\xe3\xa5\xb7\xed\xa5\xcf\x93\xad\xda\x18\x94\x6d\x07\xf4\x27\x05\xbb\xab\x09\x8e\xb5\x6d\x42\xce\x93\xad\xda\xd8\x8e\x6d\xe3\xe1\xbc\xda\xb9\xfd\x73\x71\x1f\xac\xbb\x20\x44\x03\x84\x6d\x43\xdf\xbc\x78\x02\xcd\x09\x82\xb6\x4d\xc8\x79\xd9\x69\x1b\x27\xbf\x6d\xb7\x7e\x9e\x3c\xd1\x06\x1d\xdb\x46\xc7\x79\xf2\x44\x1b\x74\x6c\xdb\x84\x9c\x97\x9d\xb6\xa1\x55\x5b\xd4\xba\x4d\xb5\x6d\x4b\xf2\x6a\xdb\xad\x9f\xd7\x77\x2e\x1a\x90\xe4\x8d\xec\x9f\x8d\xed\xd8\xb6\xed\x38\xd5\x4d\xb9\x1a\x27\xbf\x6d\xe4\x9c\xca\xa7\x5c\xed\xf6\x46\xdb\xd7\x9f\x27\x7d\xb3\x89\x98\xb5\x8d\xa3\x53\x09\xfd\xab\xc1\xd1\xb6\xd9\xd5\x19\x6c\xaa\x8d\x75\xd9\xb6\xaf\x3f\x83\x4d\xb5\x09\x75\xb5\xed\xd6\xcf\x60\x8d\x36\x99\x5b\x2d\xbb\xdd\xca\x6b\x0c\xc9\xb6\x91\x73\x86\x66\x94\xc4\xbf\x5a\xd6\x79\x3e\x58\x13\xd5\x6a\x9b\xf4\x9c\xd1\x8c\x6e\xa2\x5a\x6d\x1b\x84\x33\x72\x4e\x1a\x74\x6c\x1b\x1d\x67\x64\x33\x36\x6c\x67\xdb\x7e\xf9\x3c\x69\x91\x8d\xef\xdd\x9c\x29\x8e\xe8\x80\x26\xbc\xdf\x1c\x19\x8e\x6c\xf1\xc6\x21\x6f\x4e\x04\x9f\x64\xc7\x06\x1d\x9b\x63\xb9\x27\x5b\xb1\x41\xc7\xe6\x1c\x6e\x34\x93\x9b\x73\x01\xcd\xa1\x5a\x3a\x73\x57\x83\x8e\xcd\x79\xd8\x43\xc0\xb5\x8d\x95\x57\x73\x00\xf6\x24\x26\x36\x96\x60\x73\xe2\xf5\xb0\x72\x0d\xdb\xd9\x1c\x68\x4d\x36\xea\xc6\x4b\x6f\xce\xab\x26\x04\x6c\xdb\xc1\xfe\xab\x39\xa0\x7a\xf8\xbb\xc6\x75\x6f\x4e\xa4\x1e\xfe\xae\xe1\x45\x9b\x03\xa7\x29\x9e\xdb\x0d\xb2\x13\xa6\xc9\x96\xde\x90\xa5\xcd\x01\xd2\x64\x4b\x6f\x52\x57\x9b\x13\xa3\xe9\x2c\x43\x64\x69\x73\x20\xf4\x90\x7a\x4d\x96\x6a\x73\xba\x33\xd5\x73\x51\xeb\xdd\xbb\x63\x7c\x1a\x70\x6d\x1b\x5c\x67\xb2\xcf\x37\x38\xda\xb6\x3d\x39\xd5\x25\xb9\x1a\x1c\x6d\x1b\x47\x67\x3a\x0b\x16\x8e\xb6\xe1\x8d\xc6\xb9\xe8\x8d\x86\x37\x3a\x5f\x93\xeb\xde\xa6\xa1\x3b\x8b\x8b\x21\xd9\xa6\x51\x3a\x10\xc4\x4b\x6f\x1b\x07\xe7\x6d\x9f\x6f\x72\x4f\xdb\xce\x0e\x98\xf7\x73\x2e\x5a\xda\xdb\x4a\x9c\xf7\xe3\x8d\x70\x97\xed\x73\x3b\x13\xbe\xcb\x6f\xea\xdb\xf6\x9b\x27\x5b\xb1\x83\xb5\x0e\xd6\xb2\xe9\xdd\x19\x7d\x7d\x1b\x7d\x33\xdf\xe7\xe2\x7e\x66\xdf\x90\x37\xb3\x84\x85\x2e\x95\xa9\x6f\x8f\x7a\x66\x7b\x72\x07\x80\x1d\x00\x2a\x1d\x7e\x75\x19\xa5\x7d\x5b\x89\x33\x97\xf3\x4f\x0d\x6d\x1c\x9c\x87\xbf\xeb\x00\xb0\x6f\x4b\x70\x66\x4b\xbb\xb3\x04\x7b\xd4\x79\xdb\x6f\xe7\x51\xf7\xa8\x21\xbe\x77\xc7\x72\xf6\xe8\x8d\x7c\xe2\x2e\xcb\xbf\x27\x9d\xf7\x39\x3a\x58\xeb\x60\x2d\x0b\x64\x74\x21\xa4\xbe\xd1\x6d\x1e\x02\xae\x23\x34\x7b\x32\x20\x08\xb8\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\xfa\x36\x0f\xa7\xea\xe2\x57\xc7\x5d\xf6\x9d\xd0\x3f\x4f\x0a\x63\x67\x1e\xf6\xed\x3b\xcf\x62\x19\x76\x11\xfc\xbe\x0d\xc2\x59\xac\x8e\x0e\xd6\x3a\x58\x2b\xf7\xb9\x38\x5d\x74\xbb\xcd\xb4\x0b\xf7\xf4\xe2\x76\x21\xa4\x2e\xdc\xd3\x77\xb8\x67\x16\xfb\x66\x17\xee\xe9\x45\x97\x2c\x99\xee\x0c\x54\xdf\x1c\xe4\x2c\xa6\x77\x87\x75\x1d\xd6\x1d\x12\xaa\x33\x0f\xfb\x36\x0f\x67\xb1\xf5\x74\x69\xa6\x7d\xbb\xc2\xb3\xd8\x7a\x3a\xac\xeb\xb0\xae\x98\xf3\x9d\x79\xd8\x09\x17\x3c\xac\x8c\xce\xc1\xed\x54\x08\x76\x8e\xe4\x1f\x06\x45\x97\xe7\xd4\xe9\x0d\xa8\xd4\x7d\x75\xde\x6f\x27\x03\xf0\x70\x89\x3b\xcc\xeb\x4e\xf0\x3f\x5b\x98\xf0\xea\xe0\xad\x3b\xa0\x7f\xd2\x22\x3b\xd0\xea\x40\xeb\x64\x40\x76\xde\x6f\x77\x08\xfe\x39\x8b\x0c\x3e\x75\xf8\x44\xe7\xee\xea\xbc\xdf\x0e\x9f\x9e\xd7\x8c\x16\xcc\xe9\xce\x2c\x77\x80\xdd\x39\xba\xbd\xff\xfb\xcc\x6b\x87\x4f\x9d\xbf\xab\x1a\xdc\xd5\x19\x7f\x7d\x38\x56\x89\x56\xed\x40\xab\x9f\xd3\xcd\x5b\xfd\xec\xea\x00\xa6\xcf\x73\x4c\x75\xba\xa8\xf3\x5f\xf8\xd7\xf1\xd6\x8e\x06\xec\x5f\xfa\xd7\xf1\xd6\x2e\x38\xd2\xb7\xa1\xf5\x3b\xde\xda\x71\x83\xfd\x73\x3a\x36\x9e\xdb\xad\x92\x0d\x45\xbf\xf3\xa9\x7d\xf9\x80\xdb\x24\xfb\x9d\x4f\xed\x68\xc0\x7e\x0e\x83\x3a\x86\xdb\xd1\x80\xfd\x9c\xfb\xdc\xda\x43\x57\xe7\xbe\xf6\xe5\x28\xaa\x4c\xdd\x21\x9a\x3d\xce\xc1\xcd\x2d\xe0\x77\x0d\x26\xd2\xd8\x98\xd0\xd4\x9e\xbc\x06\x30\x18\xd1\x49\x41\x8e\xd9\x90\x3f\x34\xb6\x51\xd4\x26\x14\x1f\x48\xb3\x91\x9c\x18\xdb\xda\x43\xd7\x70\x74\x72\x38\x3a\xf9\xd9\xd6\x86\xd5\x3c\x6e\xff\xdc\x4a\xf2\xd7\x40\x6c\x8d\xec\x5c\xdd\x38\x17\xf5\x33\x3b\xee\x86\x80\x1d\xe2\xb4\x23\x3b\xdd\xc5\x35\x1a\x96\xe3\x70\xcc\x51\xa9\xc5\x6b\x88\x1a\x0c\xc7\x1c\xe9\xa3\x5c\xc3\x1a\x1d\xc5\x29\xb4\xe7\xdc\xfe\xb9\xe8\x20\x97\x88\xee\xd8\xe4\xd5\x35\xb6\x7b\xd7\x56\x3b\x17\x8d\xd2\xe6\xb0\xda\xe2\x72\x0c\xab\x79\x3c\x9e\xc9\xca\x18\x8c\x94\x21\x07\xf1\x82\x3a\xa3\x1a\x10\xe9\x86\x17\x2c\x19\x3c\xab\xe1\x88\x4a\x30\x69\x07\xdb\x61\x48\xc6\x0e\x36\x96\xc1\xb3\x1a\x92\x5f\xc2\xd6\x29\xbc\x86\xc5\x35\x24\xbf\x04\x49\x6f\x83\x45\x30\xf6\x1a\xeb\x81\x65\x3d\x24\xbf\x0c\x87\x59\xc2\xe3\xbb\x5b\x71\xc3\x61\x96\xb0\x25\x96\xae\x61\xa3\x1e\xe7\x38\x89\xb4\xb3\x21\x46\x39\x86\x73\x2b\x2c\xd6\x41\x25\x60\x4c\xe7\x6b\xd8\xa1\xc3\x19\x93\x71\xce\x98\xd8\x00\x87\x44\x95\x71\xce\x98\xd8\x00\x87\x8d\x7a\xc8\x49\x51\x00\xee\x1a\x56\xc7\x38\x27\x47\x60\xde\x30\xe7\xc7\x39\x0f\xc2\xba\x9c\xdb\xc7\xb8\xa6\xf4\xe2\xf4\x9e\x8b\xcd\xc5\xdd\xcf\xc4\x66\x9c\xb6\xdf\x79\x9d\x73\x16\x1b\xac\xa6\x85\x30\x25\x0d\xa7\xad\x9d\x71\x4d\x3b\xed\x3c\x67\x37\x98\x87\x53\xe8\x70\x06\xcf\x14\x8a\x9f\x88\x98\x19\x1c\x94\xb8\xce\xc5\x8d\x0c\x53\x26\xf1\xcd\x66\x9c\x5c\x8d\x29\x39\xef\x66\x8b\x4d\x8b\x6b\x4a\xce\xbb\xd9\x62\x93\x03\x31\x93\x23\x15\xb6\xf4\x69\xa7\x9d\xe7\x40\x07\xfc\x9c\x1c\x88\x79\xce\x6e\xd8\xa8\xa7\xbc\x8c\x79\xce\x6e\x80\xca\x89\x49\x99\xd2\xe2\x32\x6b\x68\xe2\x97\x67\x3e\x07\x25\xf6\x5c\x9a\x56\xdc\xdc\x1e\x40\xcf\xe6\xe7\x94\x0a\x3c\x9d\x53\xcb\x42\x1e\xd3\x3a\x9a\x52\xd8\x8a\x43\xea\x53\x48\x6e\xee\x95\xd3\x8b\x4f\x3c\xf1\x23\x53\x0a\x1b\xc5\xda\x6b\xf2\x00\xa6\x33\x65\xc5\xda\x9c\xe2\x74\x53\x5e\x1b\x8d\xda\x6b\x5a\x5c\x73\x6f\x8e\xbd\xc8\x67\x9d\x58\xe3\x29\xd9\xad\x70\x20\xa6\x15\x37\xad\xb8\xe2\x28\xcd\xb4\x55\x4e\x07\xcd\xca\x3c\x17\x3d\xb3\xea\xbc\x05\x3b\xad\xcd\x69\x6d\x9e\xc8\xce\xdc\x39\x0d\xd7\x94\xc2\xf6\x40\x86\x69\xe3\x9b\x52\xd8\x14\x55\xba\xa6\xb5\x39\xad\x4d\xea\xa6\xd7\xb4\xc7\x4d\x39\x68\x15\xfc\x4e\xe6\xf6\x94\x6e\x56\x1f\x53\xd1\x76\x36\xe5\xdd\x56\xbb\xe1\x14\x3e\x9b\x72\xd0\x0e\x63\x3e\xed\x71\x73\xef\x71\xbd\x9e\x4f\x2c\x5f\x6c\xca\x17\x7b\xaf\x73\x51\xeb\xce\x7f\xbd\x2c\xd6\x69\x73\x9b\x96\xe1\x6b\x15\x4f\x59\x01\x73\x9e\x5c\x73\xaf\x89\x1b\x98\xdf\xc9\xf6\xf6\x4f\x67\x5e\xa7\xc3\x56\xed\x3f\xea\x62\xff\xbf\x41\xf1\xc9\xdc\xfa\x2e\x99\xcf\x86\xf0\xc3\xa0\x7e\x52\x6d\x9b\x85\xfb\x31\xa6\x3f\xe7\x02\x9a\x93\x6d\x9f\x85\xfb\x59\xb8\xcd\x57\xfd\x10\x07\xdf\x36\x9f\x7b\xc3\xa0\x7e\x32\xa2\xbe\xbd\xd6\x7a\xb7\x4a\x3e\x01\xa2\xcf\x22\x53\x5f\xe5\xfa\x1c\xa5\xfa\x1c\xa5\xea\xa7\x75\xfb\xd2\xe7\x2c\x29\xd5\xbd\xeb\x43\x2d\x7e\x56\xc9\x80\x25\x9f\xfc\xa1\x4f\x6a\xfd\xf8\xce\x45\xcf\xdc\x26\x64\x9f\x5b\x40\xf0\xfa\xb0\x88\x9f\x94\xd0\x29\xb2\xf7\x89\xad\x7c\x27\x25\x14\xde\x7f\x4e\x38\x7d\x4e\x38\x4d\x5f\xe0\x73\x44\xe9\x93\x1b\x4f\xe2\xee\xfa\x58\x84\x9f\x83\x47\x54\xe9\xae\x4f\xe0\xfa\x73\xf2\x72\x32\xd0\x3f\xce\xf3\x57\x35\x74\x86\x4e\x70\xe4\x73\xf0\xe8\x3b\x5d\xe2\x12\x7f\xdb\x25\xee\x9f\xcd\xea\x63\x09\x7e\x32\xde\xcf\x09\xf6\x4f\xa6\xe6\x77\x32\x35\x01\xe1\xe7\x3c\xe5\xb7\x6d\xbf\xae\x56\xc5\xf5\xc9\x63\xff\xe4\xb1\x2f\xc1\xf0\x4f\xe4\xf9\xb3\x59\xa9\xa5\x7c\x7d\x3c\xd5\x6f\x6f\x4f\xfd\xd0\x55\x9f\x55\xf2\x59\x25\x0b\xe3\xf3\x59\x25\x9f\x55\xb2\xf0\x38\x1f\xc3\xee\x1b\x52\x03\x6d\x41\xdf\xf0\x4f\x31\x0b\x85\x76\xaf\xcf\x2a\xf9\x44\x89\x0f\x37\xf4\x59\x25\x1f\xca\x8e\x6c\xcd\xf5\xa1\xec\x3e\x31\x8b\x8b\x3d\xf2\x49\x8b\xfc\x3e\x99\x5b\xc8\xd2\xcf\x66\xf5\x09\xf3\xaa\x44\x70\x7d\x9f\xd6\x3f\x89\x74\x92\x20\x3e\x27\x71\x3e\x61\xde\x70\xe6\x92\x48\xc4\x27\xcc\x1b\x60\xc9\xb2\x64\x96\x64\x47\xc2\xfd\xd7\x12\x5f\x58\xe2\x0b\xd1\x3e\xbf\x1c\x17\x5f\xe2\xb4\x71\xd7\xdb\xb8\x16\xaf\x72\x89\xd3\x46\x6f\xb4\x84\x64\x57\x38\x19\x51\x97\x8b\xbb\xf5\x25\xfa\x9a\xb6\x10\xcf\xb5\xec\x4b\x4b\x4c\x35\xf9\x46\x8b\xd1\xb7\xa2\x14\x21\x24\xd4\x12\x14\x5d\x82\xa2\x84\xed\xaf\xc5\xe8\x5b\xb2\x57\x52\x3b\x17\x3f\x17\x77\x3f\x13\xc2\x68\xf1\x00\x97\x7c\xc1\x24\xd5\x72\x09\x10\x2c\x01\x82\xc4\x35\x5a\xd6\xe6\x12\x20\x48\x72\x25\xd7\x76\xfd\xae\x25\x7b\xe5\x66\x09\x2e\xc4\xd6\xda\xc4\xd6\xb8\x4d\xef\x85\xae\x5a\xdb\x74\x1c\xb7\x7d\x69\x59\xb0\x4b\x30\xf4\xb6\x2f\x2d\xa7\x0f\x97\xb8\xe7\xcd\x25\x5e\xf6\xba\x25\x8d\xef\x66\x09\xae\x62\xe4\xb7\xcd\x38\x94\x06\xbd\x16\x9b\x71\x3d\x5a\xef\xe7\xa2\x37\x12\xf7\xbc\xad\xcd\x65\x5b\x5b\x8f\x67\xda\x97\x16\x0f\x70\x09\x10\xdc\xf6\xa5\x65\xc1\x2e\xd1\xcc\x9c\x7d\x4d\x49\x25\x4b\x34\x33\x6f\x01\xf7\x6b\xf1\xd2\xd6\x7b\x52\x5a\x5c\x44\x2d\xad\x26\x2f\xc3\x31\xb7\x65\x19\xae\x26\x2f\xe3\xcc\x25\x2b\x6e\xc9\x99\x2b\xbb\x62\xdd\xb5\xac\xb8\xd5\x65\x46\x9c\x2e\x59\x71\xcb\x8a\x7b\xf8\x34\x4b\xe8\x70\x61\xce\xcf\x21\xbb\x25\x74\xb8\xb6\x3d\x39\x9e\xad\xd8\x74\x2d\x96\xe0\x92\x82\xf1\x34\xfd\xb4\x05\x2d\x89\x69\x4f\xd7\x3a\x26\x7a\x61\xa2\x2b\x97\x68\xc9\x0f\x5e\x4b\xcc\xf7\x3d\xff\xf4\x39\x96\x38\xf2\xfe\x1c\xe1\xda\xbb\x4c\xb8\xc4\xe9\xea\x16\x79\x09\xd7\xb6\x19\xc3\xb5\x6d\xc6\x51\xb7\x7d\x17\xae\xbd\xcb\x84\xcb\x3a\x7a\x83\xdb\xf7\x2e\x13\xae\xbd\x9c\xc6\xbb\x1d\xc7\x70\xed\x75\x14\x2e\xeb\xe8\xdd\xa6\x5c\xb8\xb6\xb1\x18\x2e\xc1\xbb\x77\x2f\xd8\x70\x6d\xce\x3a\x5c\x82\x77\xef\xad\xf5\xe8\x9f\x16\xd7\xdb\xfd\x73\xdb\x70\xe1\x92\x62\xdb\xb2\x7f\x6e\x2a\x24\x5c\x72\xbb\xda\xa3\xf5\xbd\x2c\xc2\x25\xb7\xab\x3d\x5a\xdf\x86\x5d\xb8\x6e\xb1\xd4\x7a\x2e\x7a\xa6\xd5\xd1\x5e\x0d\xed\xed\x2c\x5c\x22\x65\xad\x79\xf7\x6c\x94\xb6\xed\x37\x08\x2e\x87\x2b\xbb\x5d\x3a\x6c\xfb\xb4\xbe\xb7\xb3\x70\x49\x15\x68\x4b\x43\xc5\x78\xca\xd8\x52\x69\x2d\x5c\xc5\xbb\x5b\x32\x8a\xaa\x05\x42\x51\x81\x50\xd4\x50\x07\x2d\x10\x8a\x0a\xd7\x3e\x86\x3b\xb6\xb0\xf0\xff\x36\x28\x02\xf9\xa8\x40\x37\x6a\xf4\x6a\xb4\x1e\xfd\x95\x2b\x4b\x75\x38\x5c\x7b\x21\x85\x4b\x72\x41\x3f\x63\x50\xbd\x84\x5c\xd9\xde\xf4\xb7\x1a\x03\x51\xb8\xde\xf4\xb7\x7a\x09\x39\x5e\x7d\x18\x83\x6a\xa6\xec\x05\x38\x08\x0c\x87\xeb\xf5\x66\x02\x6e\xfd\xcc\xa9\xd7\x4c\x79\x45\x35\xaf\x73\x51\xe7\x5f\xd1\xd7\x9d\x37\x16\xae\xe6\xb3\x48\x04\x20\x5b\x14\xae\x6e\x5c\x85\xbc\x48\x0c\x85\xab\x7b\x23\xd1\xad\x99\x75\x7e\x78\x77\xa1\x78\xda\x3b\xe1\x1a\xfe\x69\xaf\xa3\xbd\x13\xae\xe9\xdd\x45\xa2\xe6\xf4\xcc\xe9\xdd\xb7\x61\x38\xd4\x06\x0b\xd7\xd4\x25\x21\x24\x9a\x36\x81\x5c\x55\xb8\x44\x8b\xa8\x72\x86\xeb\x33\xa3\xbf\x13\x85\x7b\x5d\xd4\xa5\xcd\x65\x0c\xaa\x32\x81\x24\x55\xa0\x45\x35\xa8\xb5\x04\x92\x54\xe1\x12\x60\x5f\x3b\xd3\x24\x04\x0b\x97\x40\xd5\xe0\x90\x07\x3a\x55\x21\x58\xb8\x6b\x5b\x6d\x81\x32\x55\x08\xb2\x97\x08\xb3\x04\x3a\x55\x81\x40\xd5\x70\xac\x20\x10\xa1\x0a\xe1\x84\x90\xe2\xf9\xe7\x70\x51\x64\x27\x6a\x7d\x2f\xce\x10\x4e\x0c\xe8\xf5\xcf\xed\x98\x85\xf0\x8b\xec\x44\x17\xfd\x13\xdb\x49\x16\x24\x90\x81\x0a\x64\xa0\x26\x69\x8c\x10\x6e\x0d\x61\x26\x83\x6f\x44\xf1\x29\x84\x13\x85\x19\xde\x28\x7b\xcd\x13\x85\xf9\xce\x45\x0d\x65\xb1\x95\xcb\x1b\xed\x04\xca\x40\xf8\x69\xc6\x6d\x48\x86\x60\x39\x52\x7c\x9a\xdc\xec\x10\x36\x15\x12\x28\x3e\x4d\x95\xdc\x03\x71\xa7\x10\x4e\x68\xc6\x72\x0c\x8f\xa1\x7b\x44\x4c\x1e\x0d\x59\xb8\x14\x9f\x66\x3c\x6f\x54\x3d\x13\x09\x49\x76\x21\x84\xe6\x76\x3a\x9f\x77\xf0\xcf\x6d\x09\x86\x40\x90\x93\xf4\x40\x20\x77\x14\x02\xc5\x4b\x9e\x6a\xa0\x7a\x14\xa8\x1e\xcd\xbb\x79\x66\x37\x9e\x34\x2d\xef\x66\xe8\xba\x67\xe2\x04\xef\x7e\x9e\xe9\x13\x8b\x59\xdc\xe6\x7c\x18\x2e\xee\x45\x32\x29\x02\x84\x30\xbc\xbb\xf8\x42\xde\xda\xa8\x81\x42\x51\xa0\x50\x34\x1d\xd4\x0f\x24\x86\x42\x10\x35\x50\x8c\x25\x84\xa5\x4b\x3b\x73\x79\x72\x4a\x03\xc5\xa0\x10\xf6\xf6\x34\x39\xa5\x81\x1c\x50\x88\xdb\x94\x9b\x32\x0b\x43\x34\x93\xe3\x85\x3d\xde\x46\x74\x20\x0e\x14\xa8\x02\xcd\xe7\x3a\xff\x6c\x2e\x76\x17\x97\x8b\xd3\x45\x4c\xef\xe6\x04\x43\x0c\x9e\x29\x6a\xf0\x94\x73\xd1\x3f\xc3\x51\xa2\xcb\x2e\xee\x69\x13\x23\x7d\xb9\x2d\x39\x1f\xe2\xa6\xff\x42\x44\xff\x8d\x5d\xaa\x23\x10\x0e\x0a\x84\x7f\xda\x88\x6e\xdf\x71\xcf\x40\xf8\xa7\x8d\xa4\xf3\xc9\x6b\x1e\x8d\xb5\xd3\xa5\xe4\x99\xc9\x33\x93\x86\x92\x7e\x26\x34\xe5\xae\x1b\x11\xa2\x0d\x30\x1e\x39\xb5\x5b\xeb\xb7\x67\xee\x0d\xb0\xd1\xaf\x0d\xf4\x7f\x02\xc5\x9f\x36\x36\x05\x16\x28\xfe\x04\x72\x3e\x6d\x64\x0d\xdd\xfa\xb9\x9d\xb5\x36\xb6\x74\x72\x88\xd9\x78\x66\x03\x62\xff\x8c\x7b\x01\x05\x42\x3c\x6d\x54\xad\xef\x4d\x2e\xc4\xa2\xf5\xad\x50\x13\x62\xd1\x7a\x21\x10\xf7\xea\xd2\xce\x0a\x09\xb1\x78\x66\xf3\x46\x8f\xce\x3f\x47\xc8\x4e\x97\x1e\x03\x82\x3d\x54\xc6\x32\x10\xdb\x09\x54\x76\xda\xe8\x9e\xf9\xe8\x27\x4a\x51\x89\xcb\x40\x73\x27\xd0\xdc\x69\xf2\x5c\x42\x7c\xbc\x66\xf5\xcc\xa1\xa1\xea\xc3\x55\xb7\x4f\x9f\xa3\xba\x9d\x48\xda\x80\x60\xb1\x9e\xdb\x7d\xcd\x4f\xeb\xaf\xd7\x7c\x0f\x41\x6c\x40\x6c\x67\x91\x72\xda\xbc\x0c\x88\xed\x8c\xe6\x4e\xa3\x23\x1a\xe2\x6b\x82\x35\x62\x6e\xc1\x0c\x69\x9e\x49\x24\x6d\x06\x5d\x82\x0c\x34\x77\xda\x0c\x3a\xdf\x3c\x93\x48\x9a\xd4\x9b\x10\x6d\x91\x34\x77\xda\x8c\xba\x64\x8b\xa4\xb9\xd3\x08\xd0\x07\x9a\x3b\x81\xe6\x4e\x9b\xe9\xfd\xd3\xa0\x20\xc8\x13\xe2\xde\x54\xdb\x4c\x16\xd9\x30\x29\x86\xfe\xde\xfa\x3b\xf4\x77\xe8\x6f\x36\x84\xc3\xc2\xa5\x8b\x36\xcf\x3c\x85\x3a\xb4\x77\xda\x3c\xf3\xd4\x4e\x4b\x58\xa7\xcd\x33\x25\xa7\xd7\x9d\x04\xed\x8a\x37\x9b\x16\xc4\x24\x92\xf7\x18\xec\xe9\x5b\x11\x4b\x9b\x8f\x67\x7e\xe6\xe9\x67\xb0\x77\x64\x2f\xd0\xde\x09\xf1\x33\x30\x55\xe7\x21\x19\x09\x9e\x36\xed\xde\xf1\xd3\xfa\xe7\x99\x67\x9a\x2f\x93\x97\x04\xda\x7c\x75\x69\xb9\x7d\xb9\xbd\xe9\xbc\x2d\x3d\xd2\x45\x9b\x36\xff\x68\x4b\x8f\x74\xd1\xa6\xb9\x4f\x90\x27\x10\xe4\x69\x6a\x95\x06\x4a\x3c\x21\xd1\x45\x9b\xdb\x53\x0d\xb4\x77\x42\xa2\x8b\xa6\x8e\x69\x48\x1b\x01\x03\x41\x9e\x36\xf7\xb9\xba\x90\x58\xed\x29\x50\x4c\xdc\x04\x47\x48\x9b\xd4\x0d\x89\x02\x25\x2d\xfe\x90\x6c\xfe\x24\x78\xda\xdc\x4c\x6f\xa0\xc4\x13\x48\xf0\xb4\xb9\xb5\x03\x02\x25\x9e\x90\xa0\xe3\xb4\x20\x08\xf2\x84\x74\x82\x23\xdb\xb3\x0a\x69\x53\x4b\x81\x2e\x4f\x9b\x4b\x3f\x37\xa7\x14\x52\xf4\xcc\xe5\x8d\x92\x77\x4f\xa2\x1b\x60\x98\x3c\x4f\x48\x27\x62\x12\xf4\x33\x79\x26\x74\xfc\x82\x86\x92\xce\x6f\xf7\xa0\x29\xbb\x1a\xa8\xf4\x84\xb4\x3d\xea\xf6\x45\x9d\xe7\x33\xa4\x9b\xba\x61\xd4\xfa\xa6\x7f\x43\xa2\x40\xf9\x25\xfd\xbc\x3d\xf3\x26\x10\x98\x74\xe9\xf6\xcc\xdb\x33\x01\x36\x75\x9f\x90\xb6\x7b\xd0\xc8\x64\x87\xb4\xad\x93\x40\xd6\xa7\x39\x47\x1b\x52\x76\x3b\x70\xfd\x4c\xef\x04\x5c\x69\xfd\xb4\xaf\x78\x26\x70\x4d\xc0\xf5\x33\xbd\x29\xff\x04\xca\x3f\x4d\x32\x59\x20\xf2\x13\x12\xc4\xfd\x1e\x1f\xae\x98\x0c\xc5\x80\x54\x6f\xc4\x9c\x49\x82\x38\x0a\xbb\x06\x3a\x40\x81\x9e\x4f\xfb\x40\x7b\x02\xae\xa4\x7b\xda\xf7\x1a\xa5\xea\x9f\x95\x0e\x62\xd3\x25\x6e\x01\xb5\x9d\xf6\x35\xa3\xf4\x9e\x8b\x9e\xd9\xbd\xe6\xab\x4b\x47\x18\xf2\xcc\x4f\x98\x97\x8e\x30\xe4\x99\x8a\xcd\x27\x6e\x6e\x9f\x06\x04\xe6\xd1\xd0\x69\xdf\x99\x8a\xdb\x36\x0a\xe9\x68\x40\x7e\x3a\xcf\x1a\x4a\x47\x03\xf2\xcc\x3a\xd6\x50\xea\xbe\xfb\xd2\x50\x37\x74\xdd\x77\x5f\x06\x04\xd6\x51\xd2\x69\xdf\xd2\xfa\xf0\x39\x86\xa8\xd6\x65\x40\x86\xf9\x49\x03\x72\x5d\x5a\x1f\x3a\x3f\x44\xdf\x82\x7e\x72\x35\xd2\x14\x68\x63\xf4\x25\xc6\x54\x3a\xca\x8e\x51\x97\x3e\x83\x7c\x94\x1d\xa1\x78\xfa\xbc\xd1\x51\x76\x4c\xfa\xf9\xb9\xfd\x13\x53\x03\xbf\x94\x6d\x02\x49\x9b\xb6\x6e\x9d\xff\x7c\x77\xc1\xd0\x75\xe6\x27\x5b\x2c\xd1\xbb\x55\xbf\x36\xd0\xb2\x09\xb4\x6c\xda\x3a\xf3\x73\x9d\xdb\xf5\x73\xd7\x54\x08\x04\x6e\x02\xd9\x9a\xb6\x4c\x5a\xb2\x35\xe1\x3e\x22\x8e\x9b\xb7\x0f\x44\x6c\x02\xa1\x9a\xb6\x76\x4c\x2d\x28\xec\x1f\xc8\xd6\xb4\x65\x7e\x92\xad\x09\x64\x6b\xda\xda\x39\xf1\x41\x29\xff\xa0\xc4\x7e\x5b\x26\xed\xbd\x51\x2a\x10\xa3\x69\xeb\xd5\x50\x74\x7b\xa4\x2b\xf9\xea\xd2\x06\xa4\x40\x8c\xa6\x2d\x93\x56\x55\xfc\x70\xc3\x25\x75\x1a\x82\x02\xf8\x41\x75\xfb\xa6\x30\x6f\xa0\x50\x13\x6e\x22\xb8\x6b\x13\x70\xe1\x4e\x6e\x4f\xc4\x3b\x61\xf2\xbd\x33\x7b\xc3\x0d\x97\x56\xd7\x3a\x5c\x52\xdd\xbe\x2d\x40\x7d\xb3\xda\x94\xb5\x6f\x6b\xf3\x8c\x41\x59\xfb\xa0\x9e\x7d\x5b\x16\x82\x7a\xf6\x81\xce\x4d\x5b\xd3\xbb\xe3\x32\xe8\xdc\xb4\x65\x75\xa8\x59\x1f\x14\x9d\x6f\xeb\xd3\xa5\xec\xf6\xec\x76\x0b\x41\xb5\xf9\xa0\xcc\x7c\x5b\xcb\xbb\xe3\x32\x6e\x10\xb4\x2c\x04\xca\x36\x41\xb9\xf8\x7e\x5d\xba\x54\xdc\x4e\xcb\x46\xb1\xdf\x40\xcb\x26\x28\x10\xdf\xaf\x10\xfe\x34\x28\xc8\xde\x04\xc5\xe0\xfb\x15\xf4\xe2\x31\xae\x54\xc4\xc4\xfc\x83\x6a\xee\xe1\x68\xda\x5c\x51\xd7\x1e\xd3\x07\x99\x7f\x45\x63\xb0\x81\x29\x1c\xf9\x9a\x2b\xf9\xd4\x55\x7f\xab\xfe\x32\xbb\xd5\x53\x0f\x37\xc1\xb0\x0b\x8a\xdf\x18\x0a\x35\xd3\xfb\x75\x7b\xdd\xd7\x67\x21\x18\xa6\x2a\x71\xb8\x77\x62\x5b\x38\xf2\x35\x57\xd1\x4f\x7e\x9d\x32\xe7\xfd\x2a\xde\xa8\x79\xa6\x18\xf5\x75\x96\x0e\xcc\x3b\x4a\x35\x72\x3a\x03\xa5\x9a\x40\x86\xa6\x5f\x67\xe9\x70\xf6\x8e\x28\x8d\x1a\xc5\xe1\x06\x6f\x4a\x93\xf7\xab\x7a\x4d\xf0\x46\x86\xa6\x5f\x67\xe9\xa0\x42\xc8\xd0\xf4\xeb\xd5\x4f\x56\x9b\x6a\xe2\xfd\x3a\x4b\x07\xbc\x29\x23\xde\xaf\xb3\x74\xc0\xdb\x3d\x88\xa2\x9e\x55\xc2\x94\x53\x38\xbc\x13\x3d\x0f\x0a\x87\x07\x15\xc3\xfb\xd5\xbd\xe6\xf0\x46\xb4\x18\xae\xb3\x20\xa6\xce\xd3\xb4\xb9\x86\xcf\xc1\xbe\x53\xd6\xbb\x5f\x53\x3f\xd9\x77\x47\xe8\xe6\x9a\x5a\x9f\xde\x88\xa6\xcd\x75\x16\xc4\xe7\xdd\x05\xc3\x69\xc2\x87\x1b\xe7\x72\x84\x6e\xae\xb3\x20\x40\xa6\xca\xd8\xfd\xfa\x74\x09\xbc\x29\x89\xdd\xc3\x4e\x15\x09\x4a\x62\x07\x7a\x37\x3d\x60\x13\xc8\xde\x04\x85\xae\x7b\xe0\x16\x52\xbf\x09\x6a\x5a\xf7\x10\xce\x3f\xbb\x8b\x24\x4e\x41\x3b\xd9\x9b\xa0\x52\x75\x0f\x66\xb2\x4a\xd5\x81\xde\x4d\x0f\x66\x72\xde\xd4\x69\xc8\x02\xec\x92\x5c\x03\xf5\x9b\x90\x05\xd8\xc3\x26\x8a\x03\x2d\x9c\x40\x04\xa7\x87\xdb\x33\xb7\xb9\x16\x72\x94\x2e\x81\x99\x52\x94\x3a\x1c\x49\x9c\x90\x75\x69\xc3\x62\xa0\x8c\xd3\x83\x4d\x80\x40\x4e\xa0\x8c\xd3\xc3\x2e\x99\x1a\x08\xe4\x84\xa3\x7e\x13\x4c\x6f\xb2\x37\x21\x27\xba\xa7\x8f\xa1\xc3\xf8\x50\xb1\xe9\xc2\x3d\x41\x01\xe9\x40\xc5\xa6\x07\xb3\x4e\xe5\xe8\x70\x34\x6d\xc2\xab\xf3\x80\x50\x41\xe8\x1e\x4c\x45\x62\x34\xe1\xe8\xce\x28\x4a\x1d\xe8\xce\x84\xa3\x3b\x13\xba\x7e\x32\xbb\x54\x74\xee\x81\xaf\xa8\xa2\x73\xa0\x34\xd3\x83\xf9\x49\x70\x26\xe4\xa3\x0e\xcb\x1e\x21\x38\x13\x94\x64\xee\x61\x18\x10\x60\x45\x7e\xa6\x87\xa9\xa1\xe2\xc3\x1d\x21\x58\xf3\x53\xa1\xe5\xa0\x8a\x72\x0f\x1c\x48\x75\x93\x43\x3e\x42\xb0\xa6\x22\x15\x9a\x40\x7e\xa6\xab\x7b\x1d\xa8\xd0\x04\xa2\x32\x3d\x2c\x0d\x41\x30\xf5\x8f\x7b\xe0\x6a\x92\x98\x09\x47\x62\x26\xc2\xe6\xfc\x1a\xe4\x0d\x64\x3d\x5e\x5e\x93\x2d\x96\xe9\x20\x46\x80\x9d\xc1\x5a\x16\xb8\x8c\x8c\x14\x62\x34\xe1\x88\xd1\x44\xf0\x9b\x61\x1d\x4d\x9a\x1e\x11\x1c\xa4\x69\xc2\xd1\x9d\x89\x67\x26\x6f\x73\x2d\x1c\x89\x99\xc8\xd5\x54\xd5\x38\x50\x9a\xe9\x31\x69\x1d\xb1\x45\x69\xa6\xab\xc1\x1d\x32\xac\xcb\x47\x08\xf6\x4c\x6f\xb6\x18\xfd\x98\x1e\x79\x93\x19\x82\x1d\x35\x99\x98\x8d\x27\x04\xcb\x10\x2c\x22\x38\xf2\xf0\x89\x37\x3c\xf5\x78\x66\x32\x62\x2b\x9f\x7c\x9c\x9d\x98\x18\x28\xc6\x84\x7c\xf2\x71\xc0\x2f\xe1\x98\x90\x37\xed\xdb\x23\x6f\x92\x8c\x4c\x50\x50\xb8\xc7\x47\x43\xb8\xe0\xa3\x11\x13\xab\x15\xf7\x19\xf9\xa3\xf9\x0a\x7e\x29\xc6\x04\x52\x31\x5d\xad\xf0\x90\x81\x15\xa9\x98\x1e\xcf\x9c\xff\xcc\x3a\xb2\x84\x71\xe7\x07\x07\xc2\x31\xe1\x08\xc7\x88\x66\x06\xa5\x80\x03\xfd\x98\x1e\xcf\x42\x58\x5a\x5f\x12\x94\xce\x42\xe0\x77\x2a\xe6\xdb\x23\x7b\x84\x70\x4c\x20\x1c\xd3\x23\x4c\x56\xb7\x37\xd0\x8f\xe9\x11\x69\x42\x46\x26\x94\xeb\xa4\x1d\x65\x17\xa7\x8b\xfa\xc9\xf3\xa3\x11\x13\x8a\xf4\x83\x04\x54\xcb\x36\xec\x42\x39\x42\xb0\x9c\x3c\xc2\x31\x81\x1c\x4c\x4f\xd7\xb9\x7d\xb8\xb8\xe7\x52\x0a\x7f\x0a\x5b\x05\x5a\x31\xa1\x1c\x95\x58\xe4\x09\xad\x98\x40\x2b\xa6\x27\x94\x1d\xad\x98\x40\x2b\xa6\x27\x6e\x21\xad\x98\x40\x2b\xa6\x27\xd3\xbc\x00\x42\x5a\x31\x5d\x7a\x79\x28\xcc\x44\x35\x7a\x7b\xe2\x2b\x16\x3c\x9e\x52\xbd\x3d\x31\xd0\x95\xea\x0d\xea\xe2\xf6\xc4\xca\xa0\xeb\x12\x14\xc4\xed\x09\x8f\x47\xa6\x25\xd0\x67\xe9\x69\xa7\x84\x06\xc2\x2c\xa1\x80\xb7\x04\x5c\xc9\xb4\x04\xfa\x2c\x3d\x3d\xfa\xb9\xc1\x2e\x90\x62\xe9\xc9\x3c\xa5\xc8\x12\x48\xb1\xf4\x24\x06\x44\x83\x25\xd0\x60\xe9\x09\x97\x51\x8a\xd7\xdc\x96\x5d\x4f\xa6\x24\x61\x96\xa0\x24\x6d\x4f\xef\x79\xa6\x41\x66\xb5\x25\x3c\x1e\x99\x96\xa0\xb4\x6c\x4f\xb0\x59\x69\xd9\x40\xb4\xa5\x27\x04\x07\xed\x96\x50\x60\x5e\x32\x4f\x29\xb2\x04\x1a\x2c\x3d\x75\x03\x82\x39\x27\xc5\xd2\x13\x1e\x8f\x06\x4b\xa0\xc1\xd2\xd3\x3c\xb7\x1b\x3a\x40\xa8\xe6\x7b\xa0\xc8\x12\x54\x75\xed\x09\x43\x41\x98\x25\x90\x62\xe9\xe9\xcc\x53\x98\xa7\xb0\x6a\x4f\xdc\x42\x1a\x2c\x41\x0d\xd5\x9e\x78\x80\xa5\x19\x3a\x98\xa7\x22\x4f\x50\x58\x35\xa8\x93\xda\xef\x33\xa3\x11\x71\xe4\x56\xfa\x0d\x5c\xc9\xad\x04\x72\x2b\xfd\x3e\xf3\x93\xff\x49\x75\xa5\xdf\x68\x8b\x02\xf3\x08\xab\xf4\xfb\xcc\x4f\xa6\x1c\x61\x95\x7e\x9f\xf9\x39\xbc\x26\x29\xc1\x9b\xaf\x48\x4a\x25\xd0\x50\xe9\x4a\xd4\x07\x52\x2a\x81\x86\x4a\xbf\xcf\xfc\x14\x14\x53\xda\xb4\xdf\x67\x7e\xc2\x3c\xea\x27\x5d\xdd\xfa\x50\x18\x68\x44\x50\xfa\x0d\x86\x69\xa1\x84\x02\x08\x55\xb1\x0f\xea\x96\x06\x92\x28\xfd\xde\x19\x31\x41\xe1\xd1\xa0\xaa\x68\xbf\x79\x95\xea\x88\x06\x05\x44\xfb\x8d\xd4\x53\x40\x34\xa8\x1c\xda\x6f\xac\x47\xe1\xd3\x52\x46\xe9\xf7\x99\xf3\xe2\x0b\xd4\x4f\xfa\xcd\x81\x54\x01\x34\x28\xfd\xd9\x6f\xa4\x9e\xd2\x9f\x41\xcd\xcf\x7e\x23\xf5\x0a\xa3\xaf\x00\xc2\xdb\x42\x50\x08\x34\x10\x4f\xe9\xb7\x98\x9a\x2a\x9f\x41\x09\xcf\x7e\x63\xfa\x88\xa7\x04\xe2\x29\xfd\xc6\xf4\xa9\xeb\x19\x1e\x79\x58\x37\xa6\xef\x01\x84\x6a\x77\xf6\xdb\x42\x50\xad\x33\x28\xc5\xd9\x6f\x0e\x24\x99\x95\xa0\x06\x67\xbf\x61\x33\xd1\x95\xf0\x44\xef\xce\x48\x79\x98\x72\xcf\x49\x8b\xb4\x3a\xe8\xab\x04\x1a\x2a\xfd\xe6\x40\x92\x52\x09\xcf\xc9\x95\x44\xea\xa9\x9e\x19\x9e\x93\x2b\x89\x49\x51\x36\x33\x3c\x47\xfc\xda\xea\x20\xb3\x12\x28\xaa\xf4\x9b\x03\x49\x51\x25\x28\x7c\xd9\x6f\xfc\x1d\x7d\x95\x40\x58\xa5\xdf\x96\x0c\x7d\x95\xa0\x80\x65\xcf\x96\x0c\xd5\x94\x40\x27\xa5\x67\xf6\x08\x9d\x94\xf0\xc0\xba\x8c\xe9\xa3\x9a\x12\xd4\xa3\xec\x19\xd3\x47\x3c\x25\xd0\x49\xe9\xd9\x92\x51\x96\x32\x3c\xec\xbb\x8c\xaa\x7b\xd8\x77\xca\x52\x76\x07\x4f\x02\x9d\x94\xf0\x1c\x45\x6c\x4e\x1e\xd5\x94\xf0\xd0\x15\xcc\xf8\x11\xe2\x29\x81\x5c\x4a\x3f\xf1\x2f\x3a\x29\xe1\x91\x6a\x99\x79\x7e\x04\x52\x82\xfa\x90\x3d\x8b\x2b\xa9\x0f\x19\xe8\xa4\xf4\x8c\x1f\xa1\x93\x12\x88\xa0\xf4\x6c\x7a\xd3\x42\x09\x84\x4e\x7a\xe6\xe4\x11\x3a\x09\x84\x4e\x7a\xe6\xcf\xa9\x67\x18\x94\x08\xec\x19\x15\xa2\x3c\x60\xa0\x69\xd2\x33\xf4\x56\xeb\x2f\x50\x31\xe9\x19\x7f\xa7\x28\x5f\xa0\x69\xd2\x33\xf4\x56\x85\x2f\x90\x36\xe9\x99\x93\xa7\xc8\x5e\xa0\x69\xd2\x89\xd1\x04\x15\xf3\x82\x82\x77\x3d\xf3\xfc\x14\xbb\x0b\x54\x4c\x7a\x86\xde\xc4\x4c\x02\x15\x93\x9e\x87\xd7\xec\x1a\xda\x26\x59\xcf\x67\x26\x8b\x16\xd0\x26\xe9\x99\xe7\xa7\x78\x5b\x50\xad\xad\x67\xa1\x19\xba\x25\x81\x60\x49\xcf\x58\x0f\x05\xd8\xc2\xc3\x9b\x74\x94\x26\x50\x2a\x09\x64\x48\x7a\xc6\x09\x52\x23\x09\x0f\xdd\xe8\xbc\xf2\x9f\x06\x05\xc5\x92\xf0\x7c\x7a\x81\x12\x21\x40\x12\x48\x8e\xf4\xc2\xec\x7e\x98\x5f\x0f\x89\xbe\x82\x1b\x24\x39\x12\x1e\xf8\x54\x10\x1c\x04\x48\x02\xc9\x91\x4e\xd3\x26\x90\x1c\x09\x95\x57\x59\xf8\x8a\x15\xea\xd4\xeb\x88\x8a\x7f\x2e\x56\x17\x37\x0c\x17\x04\x07\x55\x92\x40\x4f\xa4\x17\x73\xbf\x72\x20\x2b\x5f\xb1\x08\x21\x92\x15\x09\xf4\x44\x7a\x01\xed\x15\xea\x28\x3b\xd7\x0b\xc2\x90\xd6\x48\xa8\xac\xa1\x62\x41\x54\x79\x39\x55\x71\x93\x92\xcf\x3f\xf7\xb8\xd2\x0c\xe9\x05\xb4\xd3\x0c\x09\x34\x43\x7a\xc1\x7a\x54\x26\x12\x79\x90\x5e\x2c\x08\xba\x20\xa1\x02\x98\x82\x1b\xac\x00\xa6\x66\xaf\x09\xda\x2b\x86\x8a\x3e\x47\x2f\x60\x98\x4c\x47\xa8\xc0\xa0\x20\xf7\xd4\xcc\x0b\xd4\x3a\x7a\x61\x37\x93\xe9\x08\xf4\x39\x7a\x11\x5b\x21\xd3\x11\x2a\xc3\xa7\x98\xd1\x95\xe1\x43\xb4\xa3\x17\xbe\x22\xed\x8e\x50\x79\x80\x05\x97\x41\xc2\x23\xd4\x93\x8c\x2d\x96\x5e\x31\xe7\x84\x39\x7a\x61\x37\x57\x09\x35\xf4\x39\x7a\x61\x37\x93\xe9\x08\x95\x9e\x68\xc1\x65\x54\x61\x49\xc2\x1c\xbd\xcc\x73\xbb\xd6\x79\x80\xe5\xd3\x4f\x86\x4f\xe5\xd7\x15\x5e\x65\xe5\xd7\xd5\xd7\x6b\x72\x20\xa9\x75\x04\x6a\x1d\xbd\x60\xfc\xea\xab\x9f\x32\xb4\x8b\xe9\x5d\x61\x49\x95\x90\xfa\x98\xde\x95\x5f\x57\xc1\xc6\x03\xb0\x2b\xd8\xa8\xce\x44\x3c\xa6\x37\x0d\x8e\x50\xb9\x70\x0f\x6c\xae\x1b\x2f\x42\x3d\x6a\xf5\xbc\x4a\x3a\x1b\xa1\x1e\xb5\x7a\x51\x18\x72\x1b\xa1\xaa\xe5\xf1\xa0\x42\x2a\x17\xae\x1e\xb5\xfa\x7d\xd8\x2a\x54\xe6\x4c\xfd\x09\xd3\x2f\x17\x8d\xd2\x4f\x98\x5e\xe7\x87\x86\xd8\x38\x0f\x7e\xa4\x72\xf6\xea\xd1\xa0\x3f\x73\x1e\x6c\xd4\x6d\xd5\x74\x67\xb5\x42\x9d\x96\xcc\x91\x9b\xe7\x6a\x56\xc8\x50\x91\x50\x8f\x4d\xa0\xa2\xe8\xeb\xd1\xa0\xc7\x8f\x54\xcc\x54\x3d\x72\xf3\x67\x21\x70\xe1\x88\x68\xf4\x87\xab\x59\x99\x33\xf5\x28\xcb\xdb\x04\x2a\x8a\xbe\x2e\x9f\x03\xd3\x57\x01\x4b\xdd\x50\xd2\x1f\x3b\x43\xe5\xd7\xd5\xa3\x41\x6f\x67\x78\xf9\x75\x2f\xbf\xee\xe1\x55\x12\xe6\x08\xaf\x0c\xf2\xc7\x92\x79\x61\x08\x29\x8e\xfe\xf0\x2a\x5f\xe6\xcc\xcb\x9c\x79\xac\x8e\x97\x39\xf3\xf2\xeb\x1e\xab\xe3\xe5\xd7\xd1\xe7\xe8\x8f\xd5\x41\x98\x23\x50\xdd\xe8\x0f\xaf\x92\xf8\x46\x78\xe9\xc5\x3f\x4c\xf8\x17\x45\x4f\x44\xa3\x3f\x56\xc7\xcb\x72\x79\xc1\xc5\xb3\xb3\x2a\xc3\x8b\x4e\x7f\x1d\xe8\x78\x40\xfb\x2b\xcc\x47\x36\xa3\x3f\xa6\xf7\xcb\xcd\xa2\x97\xd1\x2b\x4c\xa6\x97\x11\xe8\x65\xf4\x8a\xbf\x7b\x85\xf9\x48\x63\xf4\xca\x5a\x7f\xb3\xd6\xe9\xc5\x57\x8e\x23\xa1\x8c\xf0\x3a\xfa\x51\x01\xf5\x8b\x63\x57\x8c\xb3\x57\x54\x08\x11\x8d\xa0\xee\x66\xaf\x66\xb2\xba\x9b\x81\x88\x46\xaf\xd0\x5b\x51\xcd\x40\x4b\xa3\x57\x4c\x9f\x6a\x9a\x41\x19\xcd\x5e\xa1\xb7\x32\x9a\x41\xfd\xcc\x5e\xf1\x23\xea\x67\x86\x17\x2e\x55\xd3\xfb\x95\x58\x41\x60\xa3\x57\x33\x99\xce\x46\x78\x39\x64\x15\xd3\xf7\x72\xc8\x5e\x74\x55\xc5\x8f\xbc\xf2\x04\x69\x70\xf4\x6a\x26\xbf\xe8\xaa\x97\xeb\x56\xcd\xe4\x97\x39\x43\x9f\xa3\x57\x1e\xea\x5b\x8d\x12\x0e\xab\x82\x74\x6a\x1d\xe1\xe5\xcf\x55\xa4\xc9\x2b\x79\x90\x3e\x47\xaf\xa6\x37\x61\x8e\x40\x8a\xa3\x57\xe1\x48\x8a\x1c\x81\x14\x47\xaf\x6c\x9c\x57\x3c\xf1\x7d\x1d\xfd\xe0\xa1\x92\xe9\x08\xe4\x36\x7a\x3d\x73\x9e\x97\xf6\x42\xb0\xca\x30\xa7\xac\x11\x28\x6b\xf4\x6a\x47\x78\x19\x3e\xef\x39\x78\x72\xa6\x37\x04\xa3\x97\xd1\xab\x4c\x93\x17\x82\x91\xcd\xe8\xff\x80\xce\x5f\x06\x05\x69\x8d\x40\x53\xa3\xd7\x33\xf7\x87\xe5\x88\x4e\xaf\x67\xee\x33\x80\x88\x62\xf4\xca\xa7\xa5\x8d\x11\x5e\x0c\x55\x85\xf7\x2f\x6f\xed\xc5\x50\x55\x2c\x22\xdd\x8c\x40\x37\xa3\x57\x9b\x00\xdd\x8c\xf0\x82\xb7\xba\xac\x27\xe9\x12\xc4\x30\x7a\x45\x2d\x92\xbf\x08\x2f\x78\x7b\x6d\x02\x2f\x78\x23\x86\xd1\x5f\x2c\x0d\x4d\x8c\xf0\x82\xb7\xf7\xac\x27\x26\x12\x69\x8c\xfe\x72\x74\x5f\xf0\xf6\x82\xb7\xd7\x26\x40\x2f\x23\xbc\x54\x8c\x5f\x3e\xed\x2b\x5d\xe2\xe5\x98\xbd\xd6\x53\x83\x64\xed\x3a\x27\x72\x8a\x8b\x8f\x8b\x6e\x47\x2d\x52\xcf\x08\x8d\x89\xf4\xa2\x16\x1b\x78\x23\xa2\xd1\x5f\x4b\xa7\x89\x2b\x36\xa0\xf5\xf2\x69\x5b\x70\x3b\x32\xea\x85\xf7\x24\x35\x42\x23\x3b\xff\x32\x7c\x9a\xbc\x31\xb2\x19\xfd\xb5\x74\xe8\x65\x04\x62\x18\xfd\xe5\xd3\x36\x8e\x19\x69\x8c\xfe\xc2\x7b\xd2\x18\x81\x34\x46\x7f\x51\x36\x4d\x12\x44\x03\x84\xaf\x4d\x80\x5e\x46\xa0\x90\xd1\x5f\xab\xa4\x09\x36\x36\xe8\xf8\xa2\x16\xe9\x65\x84\x46\x4c\xfe\xb5\x4a\x1a\x74\x24\x8d\xd1\x5f\xab\x84\x0a\x46\x20\x78\xd1\x5f\xee\x6b\x93\x0e\xdd\xa8\xc0\xbf\x36\x81\x76\x9f\xdb\x9d\x9a\x42\xd9\x34\x74\x15\x31\x8c\xfe\xa2\x16\x69\x62\x84\xc6\x5b\x7b\xb9\xaf\x8d\x81\xd6\x4e\xe1\x0c\xd3\xbb\xf1\xd6\xda\x29\x9c\xc1\xd5\x6c\x30\x8f\x42\x46\x7f\x41\x7b\x63\x76\x51\xc8\xe8\x0d\x8b\x48\x28\x23\x34\x47\xe8\x1a\xce\xa5\xc9\xbf\x6c\xe0\xad\x99\x9f\x84\x32\x42\xe3\xad\x35\x5e\x65\xe3\xad\x35\x48\xd6\x78\x95\x0d\xf1\x4e\xcd\xa2\x37\x96\x0b\x51\x8b\x40\xcd\xa2\xb7\x74\x2e\xfa\x70\xa7\x4a\xc5\x3e\x4a\x13\x28\x56\x04\x8a\x15\xbd\x49\xdf\xa4\x58\x11\x28\x56\xf4\x06\x86\x29\x56\x84\x76\xaa\x54\x48\x7a\x6a\x4d\x3f\x4f\x95\x8a\x33\xc1\xe0\x53\x3b\x55\x2a\xce\x04\xeb\x26\x2d\xb3\xab\x9d\x09\xc6\xec\xa2\x51\xd1\x1b\x18\x26\x55\x11\xda\x29\x5d\x81\x34\xa1\x58\x11\xda\xa9\x52\x21\xb7\xaf\x61\xce\x1b\xe6\xbc\x21\x4d\x88\x53\x04\xe2\x14\xbd\x81\xe1\xc6\x5b\x6b\x02\x82\x0d\x69\x42\xb1\x22\x90\xa3\xe8\xed\xcc\xba\xa9\x4b\x8e\xd0\x35\xac\x47\x03\x41\x74\x28\x7a\x3b\xd3\x06\x04\x35\x84\x51\x63\x44\xb7\xcf\x7a\x47\xa7\x37\x88\xdb\xb0\x48\x0d\x9d\xde\xb0\x1e\x0d\x9d\x4e\xa3\xa2\x37\xe6\x76\xc3\x9c\x37\x84\x51\xe3\x40\x36\x7c\x78\x03\x41\x0d\xeb\xd1\x40\x50\x03\x41\x0d\x51\xd8\x40\x50\x03\x41\xcd\xfc\xec\x20\xa8\x9f\x33\x7a\xa8\x10\x4a\x17\xa1\x9f\xe3\x78\x4c\x8f\x2e\x21\xb5\x23\x8c\x1a\x50\x25\x78\x11\x08\x5e\xf4\x8e\x0a\x21\x78\x11\xba\xca\x17\xdd\x4c\x26\x63\x11\x08\x57\xf4\x1e\x34\x04\x6d\xc8\x58\xf4\x0e\x54\xbb\x3c\x2c\x6a\x16\xbd\x9b\xb4\x44\x2d\x42\x77\x8e\xb6\x63\x0f\x7b\xd4\x25\x68\xd3\x79\x93\x9d\x43\xd6\xd1\x40\x1d\x54\xd2\xa1\x08\x1d\x86\x74\xa8\x48\x95\x22\x74\x47\x66\x3b\x2a\xa4\x27\xad\x63\xb7\xbb\x99\x4c\x80\x22\x10\x99\xe8\x9d\x3b\xd8\x61\x08\xc9\x89\xde\x4d\xda\x0e\x43\xfa\xce\x5b\xe8\x1d\x15\xd2\x99\x5d\x94\x27\x7a\x37\x69\xbb\x84\xd4\x0e\x43\x3a\x77\xb0\x3b\x67\xd1\x61\x48\x47\xea\x11\xa0\x08\x44\x26\x7a\x37\x3f\xbb\xdc\xd3\x0e\x2e\x3a\xc7\xb1\x83\x8b\x8e\xc8\xee\x00\xb0\x23\xb2\x3b\x22\xbb\x33\x13\x3a\x22\x9b\xf2\x44\xef\x66\x72\x47\xee\x74\xc7\x06\x3b\xfe\xae\x73\xdd\x3a\x22\xbb\x23\x38\xe8\x50\x04\x3a\x14\xbd\x8f\xf3\x4f\x6f\xe4\x70\x6d\x37\x69\xa9\x52\x84\xce\x1a\xea\xb3\xfc\x69\x50\x50\xae\x08\x94\x2b\x7a\x37\xcd\xbb\x70\x5f\xe7\x16\x76\x8c\x1f\xc5\x8a\xd0\x19\x55\xdd\xdc\xef\x8c\xaa\xfe\xfa\x2c\xe6\x7e\x6f\x9e\x89\x4d\xea\xf2\xae\x3b\x36\xa9\x73\x0b\x3b\xc6\xaf\x73\x0b\x7b\xf3\x66\x18\xbf\x0e\xc9\xc8\x58\xf4\x93\x4d\x4d\xc6\x22\x90\xb1\xe8\xe3\xcc\x68\x96\x56\x77\xd2\x5e\x09\xef\x40\xdb\x22\xd0\xb6\xe8\xe3\x4c\x5e\xe6\x57\x77\xa2\x91\x6a\x43\xe8\x5d\x43\x62\x80\x03\xa1\x4d\xaa\x22\xd0\xa8\xe8\xa4\x1c\x42\x97\xc5\xd0\x39\x90\x03\xeb\xd1\x91\xe4\x1d\x49\x7e\xb2\xa9\x3b\xaf\xb2\x23\xa3\x06\xd6\xa3\xb3\xc5\xba\x2c\x86\x93\x62\x4d\xfe\x22\xd0\xbd\xe8\x83\x07\x48\xfe\x22\x74\x48\x36\x98\xc8\xe4\x2f\x02\x35\x8b\x3e\xce\x34\x97\x66\x4a\xcd\xa2\x0f\x87\x05\x88\x5a\x04\x6a\x16\x7d\xd8\xfc\xc9\x58\x04\x32\x16\x5d\x01\xf1\xd0\x81\x16\x35\x8b\x7e\xf2\xae\xfb\xb2\xc8\x9c\x3a\x1e\x78\xbc\x81\x5a\x1a\xa8\xa5\x21\x34\x33\xd8\x4d\x83\xdd\x34\xf8\x75\x83\xdd\x34\x4e\xb9\x9e\x7e\xfe\xd9\x5d\x1c\x2e\x7e\x2e\x4e\x17\x35\x84\xdc\x1b\xb2\x18\x06\x0b\x6b\x98\xfb\x83\x5b\x38\x4e\x61\x1f\x80\x3d\x1c\x0e\x1b\x0a\x8e\x0d\x34\xf5\xc0\x87\x8f\x53\xed\xc7\x4c\x1e\xf2\x1d\xc6\xa9\xf6\x83\x0a\x19\x80\x90\x14\x47\x1f\x66\xf2\x60\x76\x91\xdb\xe8\x83\xed\x30\x98\x5d\x83\xd9\x35\x10\x1c\x83\xd9\x35\x58\x58\xd3\x81\x23\x8a\x1c\x61\xc8\x62\x98\xe6\xe7\x60\x61\x0d\x16\xd6\x44\x70\x0c\x16\xd6\x40\x57\x4d\x93\x76\xc8\x28\x1d\x5c\xcd\xc9\x2d\x1c\x5c\xcd\xc1\xc2\x9a\x3c\xc0\xc1\xc2\x1a\xd0\x71\xf2\x00\x07\x74\x1c\xf9\x1c\x6b\xd6\x10\x96\x7b\xf0\x15\x27\x6c\x1e\x7c\xc5\xc1\x57\x9c\x68\x8b\xc1\x98\xa2\xe4\xd1\x67\x3e\xff\xd4\xcf\x53\x28\x87\xb3\x37\x10\xda\x44\x3b\xfa\x49\xad\xa6\xdd\x11\xa8\x75\xf4\x69\xd2\x0e\xf9\xf6\xd4\x3a\xfa\x44\xd5\x0d\x1e\xe0\x38\x35\x71\xf8\x75\x24\x3c\xc2\x91\xf0\x98\xc8\x88\xc1\xd9\x1b\xf2\xb0\xa6\x60\xf8\x10\xbc\x23\xef\xd1\x4f\xc2\x34\x95\x8f\x30\x10\x5b\x13\x19\x31\x10\x5b\x43\x39\xdb\x79\x66\x32\xea\x7b\xc8\xc3\x3a\xb9\xd1\x43\x6a\xfd\x50\x5b\x6c\xf6\xf3\x4f\xdf\x9d\xd5\x76\x12\xa6\x07\xab\x6d\xbc\xe7\x44\xb8\x37\x92\xc5\x30\x60\xdd\xc9\xa2\x1e\xac\x36\x92\x21\x7d\x4a\x00\xa1\x1c\x12\x48\x86\xf4\x93\x30\x4d\x39\x24\x0c\xb0\x36\xf1\x77\x04\x44\xc2\xe0\x40\xce\x33\x69\x99\x5d\x43\xf0\x6e\x72\xdd\x86\x2c\x86\x01\xc1\x4e\x6e\xf4\x60\x8b\x0d\xb6\xd8\x64\x50\x0c\xb6\x18\x71\x91\x3e\xcf\x4c\xc6\x76\x8d\x53\xe9\x86\x97\x46\x4e\x24\xd0\x11\xe9\x1f\xaa\x6e\x00\xab\xa3\x2a\xf2\x21\x38\x06\x5b\x6c\x40\xb0\x93\x45\x4d\x63\x24\x0c\x08\x76\x72\xa3\x07\x04\x1b\xdc\xc1\xef\xcc\x64\xee\xe0\x90\xb0\xf0\x9d\x99\xcc\xec\x1a\xcc\xae\x8f\x43\x46\x94\x24\x1c\x51\x92\x0f\x2b\x37\x96\x2e\x61\xcc\x3f\xb4\xc5\x40\x6c\x0d\x05\xc7\x3e\xa9\x76\x13\x82\x4d\x75\x14\x3f\x64\xc4\xdc\x46\x58\x38\x9a\x26\x84\x36\xc3\x44\x8e\x4f\xb6\xd8\xe7\xc0\xd1\x64\x76\x4d\x66\xd7\xc7\x79\x22\x74\x12\x48\x9b\xf4\xcf\xa4\x9d\x70\xe9\xc8\x97\x7c\x3c\xaa\x89\x31\xa7\x62\xd2\x4f\x1a\x34\x31\x93\x40\x9b\xa4\x7f\x28\x06\x12\x25\xe1\x88\x92\x9c\x23\x7e\x44\x49\xc2\x54\x07\xec\x33\x3f\xa7\xfc\xf5\x79\x7b\x26\x8a\x81\xd4\x48\x98\xdb\x28\xea\x9f\x38\x08\xe1\x91\x30\x99\x48\x1f\xe7\x69\x32\x91\x26\xb8\xf8\x40\xe5\xc4\x37\x4d\xca\x0a\x9f\x0c\xb8\x99\x3d\x93\xdd\xb4\x73\xa3\xff\x30\x28\xc8\x98\x84\x23\x63\xf2\x21\x0e\x26\x80\x99\x00\xe6\x33\x25\x89\x9a\x04\x6a\x26\x7d\x71\xcc\x88\x9a\x04\x6a\x26\xfd\xe4\x48\x13\x35\x09\x13\xc0\x2c\x1c\xc1\x04\x30\x13\xc0\x9c\x1c\xe9\xc9\xa8\x9a\x98\xf3\x85\x23\x98\x98\xf3\xc9\xc6\x59\x38\x82\xc9\xc6\x99\xc0\x60\x21\xcd\x26\x30\x98\x5c\xb8\x85\x34\x23\x4e\x12\x26\x8e\x68\xdd\xe7\xf6\x3d\x4f\xa7\xa4\xcc\x65\xf6\x4d\x36\x0e\x8d\x92\xbe\x78\x6b\xa4\x4a\xc2\x04\x06\x8b\x63\x36\xdb\xb9\x7d\x83\xc1\xe2\x98\x91\x31\x09\x13\xb9\x43\x3a\x34\x4c\xf6\xc8\x64\x65\x2c\x4e\xfe\x64\x65\x4c\x61\xf3\xe5\x0c\xdc\x14\x36\x9f\xa7\x48\x14\x27\x6a\xb2\x08\x26\x8b\x60\x31\x52\xe7\xf2\x39\xac\xa7\xc5\x1e\x9d\xd6\xd3\xe4\xb1\x2c\xe8\xf8\x59\x3a\x47\x55\xe4\x24\x24\x53\x15\x09\x1f\x8b\xe0\x24\x24\x7f\x82\x4d\x1f\x8f\x65\x71\xb7\x3e\x4b\xe7\xb3\x74\x16\x20\x24\x35\x12\x8e\xd4\xc8\xc2\x61\x91\x1a\x09\x9f\x14\xc6\x93\xba\xfc\xd9\xd2\x3f\x4c\xca\xc2\x61\x7d\x98\x94\xcf\x96\xbe\xbe\xf3\xcf\xfd\xee\x9f\x10\xf7\xe2\x6e\x7d\x42\xdc\x9f\xa5\x43\x4b\x35\x7c\x96\xce\xb7\x17\xc4\xb8\x58\x97\x9f\x05\xf1\x39\x47\x7d\x92\x86\x3f\x46\xff\x47\x5d\xfd\x24\xf8\x7e\xf6\xba\x8f\x76\xc0\x65\x32\xd0\x0a\x09\x5f\x25\x63\xc1\xe1\xa1\x07\x12\xbe\xbd\xbb\x8d\x0b\x0d\xf4\xb1\xef\x3f\x45\x2e\x2e\x93\xe1\x63\xdf\x7f\x14\x87\x2f\x93\xe1\x63\x98\x93\x05\x19\x17\x87\xe7\xb3\x83\x91\xf0\x18\x17\xdf\xe6\x93\xf4\xf6\x51\xf2\x3d\x19\xba\x9f\x04\xdf\x4f\xb9\x9e\xeb\x3d\xff\xd4\xba\x3a\x11\x17\x1e\xe7\x13\x53\xfd\x06\x61\x0e\xa1\x2e\x62\x1f\xe1\x27\xf6\x81\xb2\xf9\xb8\xee\x9f\x3a\x3b\x17\x97\xe3\xe3\xba\xff\xc4\x3e\xce\xd7\x14\x53\xfd\x14\xca\xb9\x38\x10\x9f\x3d\xe4\xa3\x47\x70\x9d\x0f\x37\xbd\x11\x3d\x82\xeb\x7c\x38\x61\x94\x4f\xf5\x87\x93\x62\xfb\xa1\x14\xa9\x83\x8c\xcb\x41\x6d\x22\x21\xe1\x53\x13\xe7\xe4\xdd\xd2\x0a\x09\x1f\xd5\xf2\x70\x3e\xb1\x13\x58\x84\x40\x46\x40\xee\xd0\x03\x09\x1f\xe1\x83\x00\x43\x3e\x3c\xe3\xa7\x26\x4e\xc0\xf8\x7c\xa2\xae\x1f\x09\xde\xc0\xab\x58\x16\xc2\x72\x7e\xfa\xa4\xd8\x2e\xf9\x6d\xcb\xf9\xe9\x60\xda\x50\x15\x09\x74\x44\x46\xb8\xcf\xed\x7b\xbd\xaf\x40\x94\xc4\x66\xb5\x50\x8a\x2b\x1c\xf5\x93\xd7\x45\xcf\x0c\x9e\x69\xda\xd0\x18\x09\x8b\x1a\xc2\x49\xb1\x5d\x56\xc7\x91\x1a\x09\xf2\x08\x96\x6c\xb5\xa5\xb2\x59\x30\x6d\x96\x6c\xb5\x23\x35\x12\x00\xcb\x92\x98\xb6\x54\x6a\x08\x75\xbf\xfb\xb2\x05\x2d\x5a\xe4\x81\xaf\xb0\x18\xbc\xeb\x54\x36\x33\x97\xe8\x8f\x84\xa3\x3f\x72\x52\x6c\xe9\x8f\x84\x75\x7b\x26\xb4\xa1\x3f\x12\xd6\xa9\x42\x66\x82\x91\x1a\x09\x2b\x1f\x95\x96\x3d\x6d\x48\x8d\x84\x23\x35\x12\x00\xcb\x92\xb6\xbb\x88\x29\x04\x6e\xc1\x12\x5b\x39\xfa\x23\xc1\xfc\x24\x3c\x12\x16\x31\x85\x60\xaf\x5b\x4e\x25\x90\x21\x19\x27\xc5\x96\x1a\x49\x58\xa7\xb6\x18\x5f\x76\xc9\x6b\x23\x43\x32\x82\xf9\x49\x8d\x24\x1c\xa9\x91\x20\xe1\x6b\xd9\x8f\xd6\xe3\x76\x94\xcd\x12\x31\x59\x0f\x35\x19\x94\xcd\x12\x31\x59\x0f\x35\x19\xf3\x73\x89\x83\x2c\x70\x11\x39\x10\x8b\x15\xbc\x08\x94\x47\x94\xcd\x92\xcb\xbb\x7e\xb5\xc5\xbc\x26\xd3\x78\xfd\x6a\x8b\x9d\xdb\xbd\x3b\x60\x39\x79\xb7\x4b\x70\x64\x11\x51\x38\x29\xb6\x4b\xaa\xc8\x3a\x05\xc7\xb8\xc2\xcb\x51\x54\x7a\x27\x23\x9e\x99\xcc\x0a\x5e\xa7\xb6\x18\x57\x78\xe1\x2e\x97\x9a\x38\x27\xc5\x76\xd9\x0d\x29\xa3\x8c\xc8\xeb\x25\x90\x12\xd6\x29\x38\x96\xff\x3e\x36\xba\x24\xfa\xae\x53\x78\x8c\xcb\x41\x44\x25\x1c\x11\x95\x08\x1d\x97\x4c\x38\x5a\x2a\x23\xf2\x93\x49\xaa\x84\x05\xde\xe2\x99\xfb\x36\xd5\x23\xa2\x12\xd1\x41\xd4\x53\xc2\x3a\x15\xc3\x70\x98\x6b\x9c\xdb\xbb\x8b\xc6\x80\x3f\xbf\xe8\x3b\xc4\xb3\x20\xc0\xdb\x22\x2a\x1e\x39\x27\x4b\x7e\xdb\x9a\x86\xd0\xf6\xbb\x6c\xd4\x4b\xfd\x85\xc8\xce\x5b\xe0\x6d\x81\xb7\x48\xca\x61\x61\x26\x17\x25\x88\x93\x6a\xbb\x78\xfe\x8b\x12\x44\xe4\x27\x2f\x49\x6f\x8b\xc0\x51\x3c\x0b\x82\xdd\x7c\x24\x5c\xa2\x4d\x75\x49\x65\xa3\xe4\x32\xa4\xda\x46\x12\x2e\xf1\x48\xb8\xc4\x4d\xc4\x44\x12\x2e\xf1\x52\xf2\x2b\x6d\xe1\xbd\x78\xed\x0d\x3e\x5e\x7b\x67\x1f\x69\x1f\x95\x8f\x74\x5d\xe2\xd1\x75\x49\x1b\x32\x23\x5d\x97\x78\x74\x5d\x52\xd0\xd0\xf6\xe7\x23\x25\x97\x91\x82\x86\xf6\x06\x1f\x2f\xa5\x16\xd2\xf6\x19\xe2\xb5\x99\xc9\x78\x1d\xd1\xa4\x9d\x23\x1b\xaf\xcd\x4c\x6e\x29\xcf\x7d\x31\xbb\xa8\xf3\x3f\x25\x25\x0d\x6d\xd7\x3d\x5e\xaa\x2a\xa4\x5b\x97\x92\xd6\x13\xd5\xa3\x5b\xeb\xc9\x6b\x26\xaa\x47\xdb\xfb\x8d\xd7\xc6\xb5\x78\xa9\xbc\x98\xb2\x86\x92\x2e\x41\xb2\x94\xdd\x7e\x6b\xfd\xf6\x46\x45\x3f\x6f\x6f\x74\xd3\x71\x2a\xe7\x9f\x73\x5f\x64\x7a\xa4\xc7\x78\x66\xb7\xab\xee\x95\x36\x65\x13\xaf\xac\x75\x65\x65\x52\xd5\xf9\xec\x99\xe0\x2d\x55\xaf\x99\xbd\x26\x78\x4b\x55\x43\x1b\xd7\xe2\x05\xc9\xd2\x6b\x3c\x0b\x15\x54\x65\x65\xd2\xab\xa1\x1d\x2a\x89\x74\x64\x86\x64\xdc\x48\x4e\x26\x5e\xc5\x27\x6e\xde\xbd\xe8\x3c\x55\x99\xd4\xb4\xfe\x18\x3a\x1a\x31\xa9\xeb\xe7\xe3\x76\x1a\x31\x92\x71\x23\x8d\x98\x78\xd5\x23\x2d\x65\x90\xab\xd6\xe1\x53\x9a\x5a\x7f\x4d\x1b\xa5\x16\xd2\xf4\x46\xaf\x51\x22\xf2\x92\x3e\x43\xf7\x1a\x10\xf8\x94\x3e\x0d\xbd\x1a\x7a\x3d\x73\x9d\x67\xfa\x70\x2a\xc8\xc8\xd0\x8d\x57\x33\x97\x9a\xa1\x5b\xde\xa8\x69\x48\x55\x85\x74\x16\x42\x33\xc8\x0a\x28\x10\x9b\x8c\x64\x64\xe2\xc5\x16\xbb\x83\x86\xba\x09\xc6\x16\xbb\x83\xa1\xeb\x3e\x87\x62\x31\xf7\x59\x08\xdd\x92\x19\xe4\xaa\xa2\x7f\x0e\xe3\x09\x97\x24\xe3\xc6\x6b\xf8\x70\xc4\x9d\xee\x64\xe8\x86\xa1\x1b\xba\x74\x16\xc2\xf4\x46\x2c\xac\xfb\xd6\xa5\xe9\x76\x16\x96\x64\xdc\x78\x4d\xb7\x03\xab\xfb\x2c\x84\xe9\xc3\x29\x01\x73\x9f\x85\xf0\xe9\x3c\xb4\xb9\xb3\x2e\x7d\x46\x5e\x09\x18\xc9\xb8\x91\x0a\x4d\xbc\x94\x80\xb9\x8b\xd7\xfc\xbc\xa6\x52\x5a\xf7\x59\x08\x4b\x97\x28\xd4\xdc\x8f\x2e\x2d\xb7\xc3\x25\xc9\xb8\xf1\x5a\xe7\x76\xaf\xb9\xdd\xec\x18\xb6\x53\x12\x8f\x42\xcd\x6d\x21\x84\xed\xba\xc7\x70\x4a\x11\xee\xc3\x41\x31\xc0\xa5\x00\x97\xe4\xdd\x46\xb2\x35\xf1\xc8\xd6\xdc\x9b\x30\x8a\x01\x2e\x05\xb8\x74\x9b\xf3\xb4\x6c\x62\x50\x3b\xf6\xde\x2e\x51\x0c\xd1\xed\x4a\xc0\xc8\xbb\x8d\x21\xba\x5d\x29\xad\x7b\xfb\x49\x31\x6c\x7b\x2b\x12\xb8\x19\xb7\x39\x1f\xb6\x85\x15\x03\x5c\xba\x87\x2e\xc1\x25\xaa\x37\x43\xde\x6d\x0c\xc9\xed\xcc\xae\x7b\x7a\xcd\x6d\x76\xc5\x40\xc3\xea\xb6\x3a\x02\x5c\xa2\x88\x33\xee\x4f\x97\x76\x50\x25\x86\xdb\x28\x59\x08\x61\x13\x8c\x31\x00\xab\x7b\x79\x4d\x60\x15\x54\x7b\xb9\xb7\xde\x54\x0c\xd9\x6b\x2a\xec\x92\x2f\x5d\xca\x5a\xdf\xc4\xc1\x90\x77\x1b\x03\xb0\x22\x9a\x33\x72\xf0\x9a\x1b\xa5\x62\xd8\x34\xc0\xc8\x16\x42\x80\x4b\xf4\x71\x46\x8e\xba\x54\xce\x3f\x09\xaf\x45\x6f\x04\x6d\x28\xe2\x8c\x0c\xfc\x03\xb4\x09\x2c\xac\x7c\x6b\xe8\xf1\x46\x2c\xac\x9d\x8c\xfb\xbf\x0d\x8a\x18\xb6\xf9\x15\xc3\xa9\x53\xb8\x03\xad\x31\x00\xad\x00\xb4\x24\xe5\xc6\xf0\x9c\x5e\x7c\x2e\x7a\x89\xc7\x60\x33\xd4\xb2\x69\x1e\xaa\x5e\x54\x6f\xf6\x18\xad\x6d\x8c\xc5\x50\x09\xc5\x55\xfd\xad\xa6\x24\x61\xab\x7c\x66\x34\xcc\x0b\x6c\xb2\xbc\x65\x49\x63\x78\x3d\x53\x25\x19\xf9\xb7\x31\xbc\x3a\x4f\xd8\x2a\xbf\x46\xeb\xd5\xf9\x66\xb0\xcf\x8c\x86\x64\x81\x22\x5d\x6e\xbe\x55\xf3\xa9\x95\x24\xcc\xc3\xbb\x43\x32\x1a\x41\x43\x02\x6d\xa4\x11\x14\x69\x04\x8d\x3c\xf5\x13\x92\x11\x00\x1a\xf9\x4c\xc9\xee\x35\x89\x65\xe5\xcf\xbb\x0f\xad\xab\x29\x28\xf3\x35\x86\x61\xfa\x70\x20\xcb\xa5\xa1\x61\xfa\x9c\x42\x83\x97\xd7\x1c\xfa\xc9\xec\x2a\x97\xd7\x1c\x1a\x3a\x85\x06\xcf\x44\x9b\xba\x44\x56\xab\x04\xaf\x39\x35\x04\xf3\x4a\xf4\xcf\xcf\x6b\x82\x37\xf9\xac\x31\x7c\x5e\xf3\xd4\x14\xbc\xbd\x26\xcc\x0b\x1c\xc8\x72\xeb\xfc\x67\x90\x69\x6d\x95\xec\x35\x3f\x33\x84\xd8\x64\xc9\x3a\xff\x99\x21\x6c\xb1\x02\x32\xc3\x66\x60\x62\x58\x3a\x5f\x74\x69\x19\x25\xae\x66\x39\x13\x6c\x69\x08\xe6\x95\x1d\x8a\x8f\x04\x8e\x22\x81\xa3\x21\xc9\x35\x46\x56\x5b\x64\xb5\x95\x9d\x11\x15\xc9\x1d\x45\x92\x46\xa3\xec\xa3\x93\x31\x6e\x73\x2d\x46\x40\x58\x76\x28\x3e\xc6\xe0\x99\x04\x2c\x0b\xc8\x8c\xc1\x33\xf9\x9f\x65\xfb\x75\x91\xea\x51\x8c\x4a\xba\x4a\x9c\x8d\x54\x8f\x22\xd5\xa3\x51\x9a\x2e\xb1\xda\xa8\x1e\x8d\xd2\x74\x09\x3a\x12\x3f\x1a\x12\x67\x23\x0d\xa4\x18\x55\xcd\x2a\x9b\xd8\x8c\x71\x87\x9c\x63\x64\xca\xc9\x91\x8d\x84\x91\x62\xdc\xc8\x39\xca\xd0\xd0\x8e\xc2\x44\xfa\x48\xa3\xc0\x51\xfa\x48\x91\x22\xd2\x90\x23\x1b\x09\x23\xc5\xa8\xd0\xa0\x1c\xd9\x18\xd9\x77\xf4\x91\x46\xf9\x74\x69\x87\x66\x22\x99\xa4\x21\x47\x36\xc6\xa4\x75\x42\x9b\x72\x64\x63\x4c\x5a\xe7\xe8\x96\x4f\x3f\xb7\xa3\x1b\x89\x26\x0d\x89\xb3\x31\xde\x1a\xa2\x1a\x58\x96\x7e\x6e\xbb\x30\x46\xaa\x81\x8f\x85\x40\x57\x29\x12\x54\x1a\x12\x67\x63\xbc\x8d\x27\x97\xf8\xb9\x74\x3e\x1b\x4f\xd8\x4c\xae\x2a\x52\x60\x8a\x51\xb9\xed\x27\xe8\xe7\xb6\x20\x23\x3d\xa6\xf1\x58\x1d\x11\x36\x47\xa2\x83\xb2\x69\x63\xcc\x5a\x57\x9e\xeb\x61\x8f\xc4\xac\x75\x3a\x9d\x4f\xd4\x7a\xf1\x46\x50\x9c\x2e\x56\x8c\x50\x9c\x48\xd3\x78\x60\x73\x84\xe2\x24\x9b\xc6\xb3\x95\xe8\x22\xc9\xa6\x48\xb2\x69\x48\x87\x8d\x24\x9b\x22\xc9\xa6\xf1\xb0\xac\x49\x36\xc5\xa8\x5a\xf7\x63\xc9\x50\x67\x8a\x51\xed\xd8\xa7\x78\xa3\x6a\x40\x10\x70\xd2\x61\x23\xad\xa6\x18\x01\xf5\xf3\xe8\x7c\xf5\x89\x99\x9c\x8a\x1c\xc4\xf8\xea\x92\xfa\x84\x52\x57\x23\x75\xa6\x18\x21\xed\x73\xe6\xe7\xab\x75\x86\xe4\x33\x2c\x2e\x86\x64\x64\x48\x3e\x67\x7e\x36\xb7\xab\x08\x2b\x4b\x35\x12\x5b\x8a\xb1\xfb\xe7\xd4\x50\xf7\xee\x1c\xdc\xe7\xd3\x50\xb7\x8a\x39\xb8\x0f\x2f\x8d\xd8\x52\xa4\xa0\x34\x9e\x33\xeb\x86\xd6\x8f\x20\xe8\xd2\x3a\xf3\x30\xd2\x2a\xac\x2c\xd6\x38\x4c\x5a\x36\x63\xdd\xa2\xad\x31\xb2\x19\x23\x50\xad\x67\x86\x4c\x5d\xc2\xdf\x51\xd9\x8e\x71\xfa\x1c\xca\x57\xd7\x33\x43\xa6\x37\x42\xd5\xd5\x64\x40\xd4\x6b\xa0\x99\x34\xea\x99\x21\xea\x35\x44\xb2\xbe\x35\xe9\xbc\x7a\x0d\x34\x93\x46\xdd\x8a\x9e\x91\x58\x52\x8c\x64\x7d\xeb\x6d\x7a\x9f\x7a\x0d\xac\x4b\x09\xa9\x31\xb2\x2e\x23\xa4\xad\xd9\x28\x41\x5a\x42\x4a\xa3\x9e\xb9\xb4\x7c\x77\xa0\x5a\x37\x2f\x16\x89\x25\x45\x62\x49\x43\xee\x69\x4c\x1b\x62\x23\xcd\xa4\x51\x9f\x3f\x4f\x79\xc4\xc4\x4f\x26\xa8\x34\xea\xce\x88\x8a\x24\x94\x22\xed\xa4\x41\x69\x3c\xa6\x8d\xbf\x31\x61\xfc\x24\xa6\x46\xba\x4a\x31\x91\x3a\xad\x60\x98\xae\x52\xa4\x9d\x34\x2a\xc7\x8c\x84\x52\xa4\x9d\x34\x2a\xc4\x4d\xec\x51\x4a\x4a\xa3\x42\x5c\x4a\x4a\x31\xed\xf8\xd2\xa8\x9b\x5e\x8b\x29\x7a\x26\x7b\x54\x62\x6a\x4c\x9b\xff\x8b\xb4\x93\x46\xe5\xad\x91\x50\x8a\x09\x0d\x28\x5b\x35\xa6\x8d\xaa\x31\x71\x9e\xeb\x70\x3b\xe7\x39\x81\xcc\x3a\xb4\xbe\xb1\x32\x92\x49\x1a\x75\xea\x27\x3f\x39\x31\x52\x25\xa4\xc6\xc4\x48\x4d\x20\xb3\x9a\xfb\x74\x95\x62\x3a\x85\x5a\xcd\xfd\xc4\x1e\xa5\x8f\x34\x2a\x17\x2e\x65\xb7\x73\x9e\xe5\x9e\xc6\x04\x08\x13\x20\x7c\x2f\xef\xce\x79\x4e\x30\x4f\xee\x69\x4c\xe0\x8d\x3e\xd2\x78\xb9\x70\xf4\x91\x22\x7d\xa4\x21\xf7\x34\xa6\xed\x4a\xc7\x44\x7d\xf5\x45\x5b\x10\x4d\x8a\x14\x91\xc6\x6b\x95\x90\x42\x8a\x89\xd0\xea\xcb\x85\x4b\x8f\xdb\x9f\xa3\x66\xab\xf3\x8f\xdb\xc1\xdb\x8b\xb6\x20\x9a\x14\xc9\x24\x8d\xd7\x2a\xa1\x96\x14\x13\xe7\xf9\xe5\xc2\xa5\xea\x76\x26\xa7\xdc\xd3\x98\xea\xb9\xbd\xbb\x68\x3c\xd9\xa1\xe9\x94\x5f\xb5\x4a\xd2\x6b\xe8\xc0\xdb\xcb\x85\x23\xaf\x14\x13\x8f\x5a\xee\x69\x4c\x3c\xea\xa4\x4e\xe1\xfb\x78\xcd\xe6\x35\x4f\xf9\xd5\x47\x43\xcd\x04\x43\xee\xbd\x5c\x38\x62\x4b\x31\x9d\xf2\xab\x55\xe7\xbb\x09\x06\x08\x5f\xb4\x05\xcd\xa5\x98\x4e\xf9\xd5\xd7\x33\xbb\x67\x9e\x4a\xab\xef\x72\xd1\x42\x38\x95\x56\x9b\xce\x0f\x5d\x12\xb3\x78\x31\x14\x89\x1d\x9a\x58\x97\xef\x59\x1d\x0c\xc9\xb4\xa1\x6f\xbc\x5c\xb8\x34\x0d\x32\x2d\x72\xb9\xa7\x31\xb1\x2e\x13\xeb\xf2\x1d\xba\xc4\xa3\x26\xbd\x34\xde\x61\xbd\x4f\x5d\x02\x84\xef\x99\xc9\x4c\xce\x04\x08\xdf\x33\x93\x59\x97\x09\xe6\xbd\x3b\x3d\x2a\xa6\xcf\xd7\xe4\x66\xbf\x50\x9c\x3a\x53\xa4\xce\x34\x5e\x64\x04\x75\xa6\x98\x18\x92\xed\x4c\xef\xe5\x99\x0c\xc9\xc6\x31\x4b\x30\x8f\x3a\xd3\x90\xba\x1a\x09\x31\x45\x42\x4c\x43\x96\x6a\x24\xc4\x14\x6f\x86\x64\xdb\xba\xcc\x91\x10\x53\x24\xbd\x34\x1a\x56\xee\xde\x66\x65\xbc\x09\xc1\x36\xd3\xfb\x86\x75\xd4\x99\x46\xc3\x50\x50\x67\x8a\x44\x93\x46\xc3\x50\x10\x4d\x8a\xb7\x8a\xff\xed\x76\xfb\x46\xa9\x78\x33\xfa\x1a\xde\xe1\x8e\x1a\x12\x9e\x68\xf9\xdc\xae\x21\x96\xa0\xcc\xd7\x78\x47\x0d\x31\xfa\x1a\xd7\xed\x66\xf4\xd1\x5c\x1a\x0d\xde\xd3\x5c\x8a\x34\x97\x46\x43\x46\xd0\x5c\x8a\xe4\x95\x46\x33\xbd\x6f\xa6\xdc\x0d\xc1\x1a\x56\xee\x86\x60\x34\x97\x46\x33\xbd\x69\x2e\x45\x9a\x4b\xa3\xa1\xea\x68\x2e\x45\x9a\x4b\xa3\x61\x28\x68\x2e\x45\x9a\x4b\xa3\x99\xf3\x34\x97\x22\xcd\xa5\xd1\x38\x79\x34\x97\x22\xcd\xa5\xd1\x80\x3f\xcd\xa5\x48\x65\x69\x28\xdb\x10\x6f\xf4\xdf\x7d\xa4\xa2\xcd\xf9\xbb\xe8\x12\x52\xaf\x61\xe5\xe8\x2a\x45\x9a\x49\xa3\x21\x23\xee\x62\xe8\x90\x7a\x6d\xd7\x66\x8c\x14\x94\xe2\xcd\xa3\x56\xf5\x21\xde\x9c\xe6\x9b\xd3\x2c\x1d\x36\x12\x59\x8a\xd4\x95\x46\x43\x46\xdc\x9c\xe6\x9b\x2d\x26\x47\x36\xde\x55\x97\xc4\x2c\x1a\xaa\x8e\x82\x52\xbc\xc5\x2c\x1a\x48\xbf\xeb\xb9\xdd\xe7\xe0\x38\xde\x55\x3f\xd5\x8a\x6e\x16\xc2\x8d\xfe\xa3\x99\x34\x3a\x48\x27\x9d\x14\x69\x26\x0d\x99\xaf\x91\x74\x52\xa4\x99\x34\x3a\x32\xe2\x6e\xba\xa4\x54\x6a\x0f\xe7\xf6\xbd\x3a\x28\x28\x8d\xbe\xd5\x1a\x22\x05\xa5\x48\x41\x69\xf4\x33\xe7\x19\x68\xb7\x58\x6a\x3f\xd3\xbb\xeb\x27\x52\xaf\x73\x31\x6f\x5e\x2f\x09\xa4\xd1\xef\xf9\xa7\x41\x41\x18\x29\xde\x6a\x9e\xf6\x2d\x3f\x1d\xef\x69\x4a\x82\xa2\xce\xab\xbc\x39\xba\xa4\x90\x86\x5c\xd9\x78\x4f\x33\x7a\x73\x7c\xa3\x63\x28\x08\x23\xc5\x9b\xd2\x74\x3f\x73\x9f\xf7\x4b\xf5\x68\x74\x5e\x25\xd5\xa3\x48\xf5\x68\xf4\x33\xcd\xbf\x73\xbb\xd1\x42\x5b\xdc\xa0\xe8\x06\x45\xfd\x4c\x73\x50\x74\x83\xa2\xce\x9c\xb9\x41\xd1\x0d\x8a\x24\xd0\xc6\x7b\x9d\xdb\xbd\x26\xda\x82\x92\x52\xa4\xa4\x34\xba\x69\x4e\x49\x29\xe6\x53\x09\x7a\x6b\x13\xc7\x0c\x9f\xe8\x23\x8d\xce\xab\xa4\x8f\x14\xe9\x23\x0d\x59\xb5\x91\x3e\x52\xcc\x18\xbf\xce\xab\xcc\xcc\x2e\xfa\x48\xa3\x5b\x10\x84\x91\x62\x16\x74\xe8\xbc\x4a\x1a\x48\x31\x0b\x3a\x74\xec\x1c\x29\xa4\x48\x0a\x69\x74\x5e\x25\x29\xa4\x98\x81\x56\xb7\x20\x32\x4f\x95\xce\xd1\xe8\xbb\x2a\x6e\xcc\x8c\xa9\xcc\x98\xea\xd8\xb9\xcc\x98\x22\x85\x34\x3a\x76\x2e\xc3\xa7\x0c\x9f\xba\x05\x41\x0a\x29\xd2\x39\x1a\xe3\x32\x20\x1b\x83\x62\x3e\xf5\x9d\x6d\x02\x99\xff\x99\x4f\x7d\x67\xa4\x49\xc6\xf8\xe5\x53\xca\xd9\x82\x20\x85\x14\xf3\x29\xe5\xbc\x05\x61\x23\x29\xa4\x98\x31\x7e\xc3\x26\x40\x0a\x29\x66\xbe\xe2\xc0\xce\xe5\xe2\x1b\x61\xfc\xc6\x2e\x5d\x11\xa9\x25\x45\x32\x49\x63\x88\xc2\x64\xf8\x94\x85\x27\x06\x7a\x25\x0b\x4f\x90\x49\x1a\x03\x23\x9d\x19\x53\x59\x0a\xc6\xd8\x4a\x10\x31\xf3\x15\x33\x5f\x51\xe2\x6c\x24\x9a\x14\xe9\x23\x0d\x89\xb3\x91\x14\x52\xcc\xa0\x68\x70\x0b\x33\x28\xca\x68\xb5\x81\x34\xc9\x68\x35\x42\x45\x63\xbc\x9e\x29\x6a\x40\xa8\x68\x0c\xd8\x9c\x01\x4c\x06\x30\x03\x01\x97\x01\x0c\xf5\xa2\x31\xcc\xe4\x8c\x6b\xcb\xaa\x3f\x8c\x5d\x2b\x21\xd2\x32\x8a\xb4\x8c\x86\xc4\xd9\x48\xcb\x28\xd2\x32\x1a\x83\x61\x4e\xcb\x28\x66\x1e\xe0\x38\x93\x96\x35\x94\x59\x43\x83\xe9\x91\x59\x43\x04\x8e\xc6\xc0\xdf\x11\x38\x8a\x04\x8e\xc6\x40\x85\x10\x38\x8a\x59\x28\x61\x9c\x49\x8b\x6b\xcb\xdc\xc2\x81\xf5\xc8\xd0\x86\xc0\xd1\x90\x0e\x1b\x09\x1c\x45\x92\x46\x63\x20\x38\x28\x1b\xc5\xcc\x2d\x1c\x67\xd2\xb2\x86\xa8\x17\x8d\x89\xe0\x20\x62\x14\xa9\x17\x0d\xb5\x7b\x22\x11\xa3\x98\x41\xd0\xc4\xf4\xd1\x32\x8a\x64\x8b\xc6\x3c\x93\x96\x5f\x97\x97\xdb\x79\xaa\x79\xb9\x9d\xb3\x27\x71\x36\xe6\xe5\x76\x10\x34\xd1\x16\x19\x04\x91\x2d\x1a\xb2\x69\x23\x85\xa2\x58\x54\x7b\x99\x3c\xd5\xb2\x2d\x9e\x58\xd8\x38\x12\x67\x63\x61\xe3\x14\xd9\x16\x13\x51\x48\x70\x28\x92\x08\x1a\x34\x89\x23\xa5\xa0\x48\x22\x68\x48\x9c\x8d\x05\x5c\x10\x0c\x1a\x13\x97\x41\x30\x28\x16\x70\x31\xcb\xb9\x7d\x23\x18\x6d\xa0\x31\x39\xa5\xb4\x81\x62\x01\x17\x12\x67\x23\xa5\xa0\x58\xc0\xc5\x34\x93\x0b\xb8\x28\xe0\x62\x22\x9d\x0b\xb8\xa0\x1b\x34\x26\xbf\xb3\x30\x52\x0a\x23\x45\xd9\xa3\x58\x18\x29\x05\x5d\x35\xd1\x7f\x84\x86\x62\x11\xb8\x9c\xe6\x3c\x69\xa1\x58\xc4\x28\x27\x67\xb4\x70\xb3\x0a\x23\x45\x8a\x6d\x2c\x8c\x94\xa2\x04\x8c\x14\xdb\x48\x68\x28\x16\xc8\x30\xcd\x79\x9a\x42\xb1\xc8\xc3\x9a\xfc\x4e\xf2\x41\xb1\x9c\x72\xf0\x30\x99\x8a\x50\x2c\x8f\x91\x47\xaf\x14\xd4\x52\x39\xe5\xe0\xcd\x79\x82\x41\xb1\x20\xf1\x27\xbf\x93\x7c\x50\x2c\xdc\x2c\xd9\xb4\xb1\x54\xb7\x2b\x59\x31\xd1\x2b\xa5\x1a\x79\x6e\xd6\x34\xe7\xc9\x07\x45\x12\x41\x63\xf2\x3b\xcb\xf6\xaf\x62\x39\xe5\xe0\xf1\x77\x04\x83\x62\x91\xc6\xf5\x31\x52\x0a\x66\xbf\x9c\x72\xf0\xe6\x7c\xe1\x51\x91\x08\x1a\x1f\xbf\x93\x52\x50\x24\x11\x34\x3e\x54\x5d\x69\x3e\xf1\xa9\xfc\x1e\xff\x66\x28\x0a\x28\x2a\xa7\x2c\x7c\x3c\xcf\xf6\x12\xbc\xb5\xef\x2c\x08\x8e\x59\x39\x15\xe0\x79\xaa\x04\x87\x22\xa5\xa1\x21\x29\x37\x12\x1c\x8a\xa5\x7b\xe6\x59\x25\x62\x01\x85\x0f\xf6\x9d\x55\x22\xaa\x49\x38\x68\x7c\x3c\x55\xc2\x41\xb1\x60\xa8\x3e\x34\x60\x19\xe6\xbe\x64\xb2\x0f\x75\x53\x86\x6f\xc5\x31\xfb\x76\x15\x9d\x48\x5b\x28\x12\x15\x1a\x1f\x68\xa7\x2d\x14\x89\x0a\x8d\x0f\xe3\x47\x5b\x28\x16\x3e\xd8\x77\x56\x09\x28\x2a\xbf\x12\x1b\x5a\x87\x3a\xe5\x94\xd8\xb0\x09\x50\x13\x8a\xd4\x84\xc6\xc7\x29\xa5\x26\x14\xa9\x09\x8d\xef\xac\x12\x86\x4f\x81\x4f\x1f\xa7\xb4\x08\x75\x16\x29\x18\x1f\x6a\x91\xe0\x50\x24\x31\x34\x3e\xec\x0c\x89\xa1\x48\x4d\x68\x48\xf4\x8d\xd4\x84\xe2\x83\xf6\x97\xe8\x1b\x1f\x7c\x13\x51\xa1\xa1\x8a\x67\x7c\x58\x43\x0f\x6f\x8d\x32\x72\x7c\x78\x6b\x94\x86\xc6\x37\xce\xed\x7b\x90\x09\x00\x8d\x0f\x65\xf3\x60\xe3\x1f\xde\xda\x67\x13\x78\x78\x6b\x0f\x6f\xed\xe3\xbe\x3e\xbc\xb5\x27\xfa\x46\x56\x09\x71\xa0\x48\x15\x68\xc8\xe5\x8d\xc4\x81\x22\x55\xa0\xb1\x2e\x5d\x4a\xfa\x89\x4e\x5f\x16\xc4\x23\x80\x49\x23\x68\x2c\x9e\x2a\x71\xa0\x48\x15\x68\x2c\x78\x4f\x1c\x28\x52\x05\x1a\x0b\xe7\xf2\x30\x7c\x1e\x74\xba\x04\xdf\x48\x23\x28\xd2\x08\x1a\x8b\x91\x42\x23\x28\xd2\x08\x1a\xb2\x7e\x23\x8d\xa0\x48\x15\x68\x2c\x9c\xcb\xc3\xc6\x79\x36\x45\x34\x96\xe9\xfd\x6c\xe3\x26\x92\x03\x1a\x8b\xfb\xfa\xb0\x5c\xa8\x02\x0d\x59\xbf\xf1\x91\x58\xf1\xf0\xc1\x16\x4f\xf5\x41\x92\x3f\xcc\x19\xa9\xc0\xf1\x79\x74\x49\x54\x53\xfd\xd4\x48\x23\x28\x3e\xb8\xa1\x65\x13\x78\x70\x43\x84\x83\xc6\xc2\xb9\x10\x0e\x8a\x0f\x1b\x47\x7e\x70\x7c\xaa\x37\x42\x03\x2d\x4e\xe9\x03\xb4\x08\x07\x8d\x65\x13\x20\x1c\x14\x1f\xe1\xc8\xf5\x7a\x4d\xe1\x48\xc2\x41\x43\x26\x71\x7c\x98\x48\x0f\x13\x69\x71\x4a\x1f\x26\xd2\xc3\x44\x5a\x36\x01\xda\x42\xf1\x91\x22\x26\xbd\x38\x3e\xf8\xf0\x07\x1f\xbe\xcc\x79\x32\x42\xf1\x41\x03\x2d\xe4\x23\xc5\xa0\xf8\x74\x73\xc9\x26\x40\x38\x28\x3e\xac\xa1\x75\x66\x32\x3e\x9c\x2a\xd0\x58\x67\x26\xe3\xc3\xa9\x02\x8d\xc5\x53\x7d\xe4\x50\x3c\x0c\x1f\x99\xc4\xf1\xe1\x66\x3d\x70\x69\xa1\x6c\xc8\x08\xc5\x87\xe1\xb3\xce\x9c\x47\x03\xd1\x08\x1a\x8b\xa7\x4a\x23\x28\x3e\x68\xa0\x65\x13\x78\xe6\xb9\x7d\xec\xfa\x35\xd8\x99\x07\x49\xfe\x6c\x6b\x68\x5e\x67\x21\x80\xa0\x67\x5b\x43\x93\x08\x72\x7c\x58\x43\xcf\x46\x9b\xa9\xe0\x71\x7c\xa0\x0d\x15\xa1\x79\xd9\x19\xa8\x08\x45\x2a\x42\xf3\xc2\xe3\x50\x11\x8a\x8f\xda\x28\xd7\x59\x1d\xd0\xe6\xd9\x8e\xd5\x54\x6e\x39\x56\xf1\xc4\xaa\x60\xca\x85\x7c\xac\xac\xa1\xaa\x36\x8a\x8c\xe7\x58\x19\x3e\x75\x3b\x4f\xf3\x42\x3e\x56\xce\x53\x0d\xde\x08\xa4\xd7\x1d\x33\x8c\x54\x84\xe6\xc5\x1a\xa2\x22\x14\xeb\x29\xfd\x63\x21\xd0\x06\x8a\x55\xf1\xf4\x8b\xdb\x5a\x71\xd6\x75\x23\xd1\xa4\x73\x1c\x2b\x13\x89\x8a\xd0\x94\x06\x1d\x2b\x6e\x88\x8a\xd0\xbc\xf6\x31\x8d\x48\x30\x28\x12\x0c\x9a\x17\xb7\x95\x60\x50\xac\xc9\x20\x73\x5b\x2b\x1a\xa8\x26\xa3\x04\xfc\x2b\xbb\xa9\xaa\x31\x74\x61\x67\x48\x0b\x45\x62\x42\xf3\xb2\x3a\x2a\x08\xaa\xb7\x51\xe2\xcb\x56\x1e\x55\x55\x27\x5d\x21\xc4\x58\x6f\x43\x77\x7b\x77\xec\x4c\x85\x4b\x55\x9d\xf4\xcb\xea\xa8\x20\xa8\xaa\x93\xae\x3a\x62\x24\x57\x14\xc9\x15\x4d\xd5\x11\x23\xb9\xa2\x48\xae\x68\x5e\x70\xbe\x22\xb2\xc9\x15\xcd\x8b\x5b\x50\x11\xd9\xe4\x8a\xe6\xc5\x6d\xa5\x53\x14\x09\x14\x4d\x99\xd9\x91\x4e\x51\xac\xaa\x11\xed\xcc\xec\x3f\x0c\x8a\xca\x07\xab\x8f\xcf\xc2\x7d\xad\x40\x8b\x96\xd1\xbc\x70\x98\xb4\x8c\x62\x7d\xbc\x04\xea\xa6\x02\x2d\x5a\x46\x33\x58\x25\x64\x8b\x62\xdd\xa0\x35\x83\x05\x41\xc4\x28\x92\x2d\x9a\x81\xa7\x5a\xe1\x53\xdd\x90\x32\x43\xf0\xba\xf8\x9c\xba\x2d\xa6\x19\xe0\x3d\x15\xa2\x48\x7e\x68\x06\x2c\x4d\x45\x53\xd7\x6d\xff\x4c\x45\x9f\x23\x31\xa2\x58\xd5\x44\x0a\x3c\x55\xd2\x44\x91\x26\xd1\x0c\xf0\xbe\x62\x7e\xaa\x9a\x48\x01\x5d\x49\xaf\x28\x52\x28\x9a\xe1\xcc\x7d\x3e\x58\x1d\x9e\xc9\x53\xad\xac\x21\x62\x44\x53\x86\x76\xac\xf0\xa9\x0e\xfd\xc4\xce\x50\x28\x8a\xe4\x87\x66\xc0\x4c\x52\x21\x8a\x75\xba\x1d\x33\x59\x31\xd2\xc4\x88\xa6\xb4\xed\x48\x8c\x28\x12\x23\x9a\x01\x3b\x43\x8c\x28\x92\x1f\x9a\xe1\x4c\x73\xa1\x39\xf2\x43\x33\xc0\x7b\xba\x43\xb1\x82\xa2\xc0\xfb\xa5\x42\x14\x2b\x28\x0a\x36\x81\x0a\x8a\x68\x12\xcd\x80\xb2\xa9\xcb\xbb\x2f\xfd\x3c\x73\x5f\x6a\x43\x5d\x46\x1e\xde\x13\x1c\x8a\x75\xb9\x1d\x11\xf3\x32\x7c\x5e\xb5\x9b\x08\x2b\x47\x82\x43\x91\xa8\xd0\x0c\x1c\x5d\xda\x42\x91\x2a\xd0\x0c\x7c\xda\x17\x96\xbc\xd1\x37\xe2\xbe\xbe\x2c\x97\x77\xf3\xcc\x53\xda\x76\x7c\x61\xc9\x1b\xbd\xe6\x3a\xb7\xef\xd7\xa4\x1f\x34\x83\x49\xfb\xa2\x94\xa9\x09\xcd\xc8\x7d\xa5\x26\x14\xa9\x09\x4d\x69\xdb\xf1\x4d\xe7\xf6\xcf\x45\x9d\x67\xe3\xbc\xea\x95\x45\x7c\x23\x35\xa1\xf8\x42\x88\xc8\x7d\x7d\x21\xc4\xbb\x89\xe2\x19\x01\x36\x6d\xa1\xf8\x6e\x1f\x6c\x46\x1c\xfb\x8b\xb2\xa1\x1f\x34\xe3\xae\x21\x1a\x5f\x3e\xd8\x9b\xdd\x8e\x84\xa4\x11\x14\x69\x04\x4d\x69\xdb\xf1\x2d\x46\x69\x93\x34\x33\xe2\x5c\x08\x07\xc5\xf7\x54\x36\x33\xbd\x29\x06\xc5\xf7\x57\xd9\xcc\x1b\x31\x67\xde\xed\x83\xcd\xc8\xd1\x25\x1c\x14\xdf\x1d\xde\x9f\xd2\xb5\xe3\x0b\x2e\xde\x6d\xea\xcc\x08\xda\x5f\xe1\x7d\x52\x41\x33\x9a\xf3\x14\x83\x22\x55\xa0\x19\x39\xba\xc4\x81\xe2\x5b\xdd\x0e\xda\x69\x04\x45\x1a\x41\x33\x82\x76\x1a\x41\xf1\xad\xc6\xd3\x9c\x27\x0e\x14\xdf\xd7\xc8\x73\x74\xdf\x6d\xdc\x44\x1a\x41\x53\xba\x76\xa4\x11\x14\x69\x04\xcd\x88\xc7\xa1\x11\x14\x5f\xc5\xd6\xa2\xe9\xfd\x32\x67\xde\x66\x40\x38\xba\x6f\x3b\xff\x1c\x2e\x7a\x23\xc0\xf2\x76\xa3\x74\x66\x32\x1b\xe7\x05\x2c\x91\x4f\xfb\x02\x16\xc2\x41\x33\x9e\xe9\x0d\x58\xe8\x07\x4d\x39\xdc\xf1\xed\x3e\x71\xd7\xd0\x99\xf3\xdd\xd0\x75\xdf\x1d\xf9\x48\x5b\x28\x12\x0c\x9a\x11\x1b\xff\x82\xa0\x77\x78\x4d\xde\xef\xcb\xf0\xa1\x1b\x34\x23\x48\x7f\x39\x64\xef\x30\x93\x91\x3b\x2f\x87\x8c\x60\xd0\x8c\x67\xc9\x70\xc8\xde\x0d\x3a\x33\xf1\x7e\x89\x02\x45\x32\x40\x33\xc9\x38\x78\x3f\xdf\x68\x7b\x5b\xf3\x64\x7b\xbf\x62\xfe\xef\xf6\xb6\x66\xe2\x8c\xbe\x52\xae\xde\x6d\xd5\xcc\x74\xe6\xbc\x9c\x29\x32\x40\x33\x71\x46\xc9\x00\xc5\x97\xe1\x93\xce\x9c\x47\x03\x51\x03\x9a\x27\x05\xfc\x45\x03\xbd\x20\x28\x21\x1f\x5f\x10\x44\x30\x68\x9e\xbc\xf0\x06\x82\xda\xa5\xf3\xf2\x04\xc9\x07\x45\x82\x41\x33\x71\x5b\x09\x06\x45\x82\x41\x33\x59\x08\x04\x83\x62\x8b\xfa\x89\xf1\x21\xee\x13\x1b\x5c\x3a\xd9\xde\x0d\x2e\x35\xb8\x94\xea\xf9\xe7\xee\x27\x39\x9f\x99\x4c\x6f\xaa\x3e\xb1\xa9\x8e\x98\x78\xa8\x8d\x9b\xd5\xb6\x55\x33\x4f\xb6\x77\xe3\x66\xd1\xf8\x99\x09\x65\x43\xea\x27\xb6\xe4\x35\x4d\x6f\xaa\x3e\xb1\x6d\xab\x66\x26\x1e\x6a\xe3\x51\xb5\x5b\x3f\xd1\x94\x0d\x37\x44\xb9\x67\x26\xd3\xbb\x09\x60\x51\xee\x99\x49\xf2\x0b\x01\x9f\xd8\xb2\xd6\xff\x99\xc9\x7f\x18\x14\x8d\xbb\xd5\x54\x5e\x4c\xa8\x9b\xc6\x00\x6a\x40\x2b\x99\xe6\x44\x7e\x22\x91\x9f\x99\x78\xaa\xad\x9c\x7f\xfa\xaa\x58\x1a\xca\x3f\xb1\xa9\xa7\x98\x4c\xde\x26\xba\xd5\x36\x47\x34\x6f\x9e\x6a\xc3\x11\xb5\x6d\xab\xcc\x1b\xb4\x53\xfe\x89\xb4\x7e\xe6\x8d\xa5\x69\x9b\x46\x8a\x0d\x14\xd1\x65\x8e\x0d\xea\xb4\x6d\xab\xcc\x9b\xa7\xda\x04\xb2\xda\x29\xc7\xc8\x29\x25\xe4\x13\x29\xf8\xcc\x93\xa1\x4d\xc8\x27\x36\xb0\x71\xdf\xe7\x9f\x6e\x3f\x35\x1a\xcd\x53\xf2\x3c\xb1\x9d\xca\x8b\x5c\xcd\x86\x73\x69\x5d\x3f\xcf\xec\xc3\x09\x37\x60\x70\x9f\xd9\x07\x0c\x48\xf0\xcc\x1b\xdf\xd8\x58\x19\xb4\x77\xe6\xcd\xd5\x6c\x96\x78\xdb\x2c\xf0\x3c\x19\xda\x8d\xe9\xd1\x36\x0b\x3c\x6f\x4c\x4a\xe3\x1a\xd1\xe5\x99\xb7\x74\xc3\xc6\x0b\x22\xc8\x33\x6f\xae\x26\x41\x9e\x48\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x22\x41\x9e\x79\x9f\xc9\x2b\xd5\x92\x20\xcf\xbc\xb9\x9a\x04\x79\x62\x5b\x6e\x07\xc3\xe4\x79\x62\x03\x06\x37\x26\x85\x3c\x4f\x6c\xbc\xa0\x1b\x93\x42\x90\x27\x76\x56\xc6\xcd\xd5\xec\x98\x94\x6e\x89\x9f\x0c\x6d\xf2\x3c\x91\x20\xcf\xbc\xf1\x8d\x04\x79\x62\x0f\xba\x64\xd2\x76\xb9\x92\x3d\x98\x4b\x5c\xcd\x2e\xae\x44\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x62\x07\x1b\xb7\x99\xdc\x21\x44\x8f\x3e\x31\x57\xb3\x8b\x2b\x11\xe4\x99\x27\x43\xbb\x6f\xbc\x88\x7d\x03\xc5\xcc\xe8\x95\x2e\xbd\xbc\x6f\x03\x66\x66\x33\x99\x66\x4f\xec\xbc\xa0\x93\xb6\xdd\x99\x33\x74\x79\x66\xe6\x6a\x76\xc1\xf0\xce\x0b\x3a\x69\xdb\x1d\x3b\xd3\xc1\x46\x36\xbd\x09\xf9\xc4\xce\x0b\xca\x88\x77\x9a\x3d\xb1\x6f\x5b\x65\x66\x94\x62\x47\xc4\xf4\x4d\xc4\xcc\x0c\xc5\x3b\x2f\xa8\x33\x67\x4e\x82\x37\x21\x9f\xd8\x39\x3c\xd9\xea\xe8\xcc\x99\xce\xe1\xc9\xfc\x4f\xd2\x3d\xb1\x17\xcf\x84\xcd\x1d\xa5\xdc\x79\x41\x19\xe7\xd2\x21\x43\x2f\x9e\x89\x3d\xec\x82\xe1\x9d\x39\xa3\xd8\x77\x24\xf9\x13\x3b\xb8\xc8\xe6\x3c\x21\x9f\xd8\x21\x43\x06\xc3\x1d\x32\xf4\xea\x76\x46\x74\x47\x29\xd3\xf3\x99\xd9\xf4\x26\xdd\x13\x89\xf5\xcc\xcc\x57\xec\x42\xdc\xb4\x73\x66\xe6\x16\xf6\x66\x90\xb9\x2f\x44\x90\x23\xb5\x9c\xd8\x37\x6a\xcc\x0c\x71\x89\xe6\xc4\x0e\x43\xf2\x38\xb7\x7b\xcd\xa6\xa1\xb9\xd7\x26\xd1\x9c\x48\x34\x67\x66\x1e\x20\xd1\x9c\x48\x34\x67\x9e\x1c\xee\x8e\x73\xe9\x1b\x74\xa6\x42\xe7\xb1\xe3\x82\x3b\xb4\xc9\x67\xd2\x8a\x7b\x77\x56\x46\xe6\xf9\x51\xd2\x89\x94\x74\xe6\xc9\xf6\xa6\xa4\x13\x29\xe9\xcc\x82\x0a\xa1\xa4\x13\xfb\x36\x36\x66\x39\x93\x16\x04\xf5\xe9\x76\x9c\x20\xd1\x9c\xd8\x79\x3f\x27\xdb\xbb\xf3\x7e\x28\xe9\xcc\x93\xed\x4d\x49\x27\x52\xd2\x99\xe5\xcc\x4f\xf1\x6e\xda\x39\xb3\xf0\x11\xfb\x77\xfe\xb9\x27\xed\xc9\x0b\xef\x72\xb8\x29\xe9\xcc\xc2\xf3\xeb\xcb\xed\x1b\x74\x66\x39\xb3\x0e\xed\xdb\x4f\x91\x5a\x98\x4c\x5e\x27\xf6\x53\xa4\x16\xeb\x41\x6c\x27\xf6\x6d\x81\xcc\x72\xa6\x22\x97\x88\xf4\xce\x3c\x79\xe1\x14\x78\x62\x67\x8f\x14\x3e\x22\x21\x9e\x38\xd8\x23\x65\x97\x7c\x8a\x63\x87\xc4\x23\x75\x9e\x79\x92\xc5\x07\x23\x85\x48\xcf\x2c\x88\x42\x5a\x3d\x91\xe6\xce\x2c\xa6\xf7\x70\x16\x66\x04\xb7\x73\x1c\xc9\xeb\x44\xf2\x3a\xf3\x24\x8b\x93\xd7\x89\xe4\x75\x66\x41\x85\x90\xd7\x89\x23\x1a\x64\x73\x9e\xae\x4e\x1c\x1b\xb3\x66\xe1\x23\x0e\xb9\x87\x43\xb1\xe7\x93\x2c\x4e\x6c\x27\x52\xd9\x99\x27\x59\x9c\xd8\x4e\x1c\x6c\x9c\x82\x28\x24\xaf\x13\x07\x37\xab\xf4\x3f\x75\x28\xe2\xe0\x83\x8d\x64\x5c\x41\xfb\x90\xb6\x3d\xc0\x5b\xc1\x22\x0e\x69\x3d\x03\x92\x15\x84\xe1\x80\x64\xe3\x36\xd1\xac\x12\xf2\x3c\x91\x2e\xcf\x3c\x49\xe3\x83\x55\x44\x97\x67\x16\x2c\x22\x79\x9e\x38\x94\x9c\x2e\x96\xce\x80\x79\x03\xc9\x53\xf8\x9f\x83\xb7\x36\xb2\xdb\x41\xfb\xc8\xe7\xf6\xdd\xf9\x07\x3f\x42\xc8\x27\x8e\x8d\x72\xf3\xb1\x74\x06\x78\x1b\xdb\xfe\x99\x0f\xff\x73\xe0\x73\x46\x71\x3b\x14\x1f\xe5\xdc\xbe\x5c\x34\xd8\x02\xec\x03\x8f\xf3\x58\x3a\x83\x35\x44\xac\x67\x3e\xfc\xcf\x21\x62\x36\xc0\xdb\x03\xc5\x87\xc4\x44\x62\x3d\xf3\x41\x18\x0e\xf0\x46\xa5\x67\x3e\x5c\x4d\x2a\x3d\x91\x4a\xcf\x7c\xac\x27\x2a\x3d\x71\xbc\x9e\x69\x3d\x0d\xc9\xd8\x63\x87\xd1\xe6\xc9\x0f\x27\xdd\x13\x49\xf7\xcc\x87\x57\x49\xba\x27\x0e\xde\xda\x49\x05\x27\xe4\x13\x29\xf8\xcc\x07\x69\x42\xc8\x27\x8e\xe6\x99\x67\x41\x88\xad\x8d\x66\xe8\x78\x95\x34\x7b\x22\xb1\x9e\xf9\xe0\x06\x69\xf6\x44\x62\x3d\xf3\x41\x9a\xd0\xec\x89\x83\x0b\xf7\x9c\x05\x01\x1d\x47\xd7\x4f\x5e\xe5\x10\x29\xa3\xe0\x33\xc9\x25\xc7\xd1\xf5\x73\xc9\x18\xda\xe5\x5a\x22\xa5\x9a\x48\xc2\x25\x9e\x53\x68\xb4\x5b\xe2\xcc\x87\xfd\x2f\x2e\xee\xdb\xe7\xfe\x54\x29\x5e\x6e\xc7\xb5\xd1\x1f\x49\xc7\x75\x9f\xb6\x8b\xb9\x7b\x96\x14\xf6\x89\x53\x82\xf7\xdc\xe0\x9a\x0e\x4d\x3d\x81\xeb\xdc\xc6\x5b\xba\x20\x2e\x8d\x91\x38\xb7\x49\xb6\xbe\xa0\x21\xdc\xd0\xdc\x4e\xdb\xfa\xd2\xb9\xa8\xf5\x75\x2e\xea\xfc\x3a\x17\xfb\xbe\xb8\xe5\xd4\xe2\x14\xea\x22\x35\xb2\x96\xd6\x49\x8d\xc4\x6f\x6f\xf7\xeb\x44\x8b\x3e\xaf\xf9\x59\x0f\x9f\x78\xcd\x87\x02\xfd\xb6\x5b\x90\xae\x5d\x08\x33\x7e\x16\xc2\xb7\xf7\xf9\xeb\x6a\xdd\xc5\xea\xe2\xbb\x2f\x32\x0f\xa9\x7c\xc4\x6f\xaf\x87\xeb\xea\xfe\x69\x9f\xff\xf6\x42\xb8\xe2\xf4\x4c\xfb\x3c\x79\x8f\x78\xe9\xfc\x27\xa9\x84\xae\x47\xbc\x76\xfd\xd4\x48\xd7\x23\x7e\xe7\xec\xea\xb3\x73\x3d\x68\x77\xc4\xef\x9c\xe3\x92\xc6\xf5\xa1\x18\xbe\x73\x64\x2b\x6b\xdd\xb1\x82\x0f\x85\x19\x4c\x86\xcf\xfc\xfc\xe4\xcf\x86\xc7\x45\x1b\x35\x79\x8f\x7d\x1c\x68\x5f\xcc\x2e\x9e\x93\x3f\xfa\x69\x82\x11\xfb\x88\x64\x02\xe2\x67\xa3\xfe\xc6\x39\x7b\xe3\x9f\x12\xd4\x28\x79\xec\xe3\x32\xfb\xe2\xeb\xe2\x39\x12\x33\x5c\x34\xf2\xe7\x20\x81\x65\xf8\xd9\xa8\x69\x7e\xc4\x68\xb3\xfa\xf8\x0a\xdf\x3c\x07\x33\xf4\xd3\xac\x23\x0b\x12\xa3\xdd\x86\xd8\x47\xfc\xcc\xb3\x6c\x26\x7f\x22\x26\x9f\xd5\x91\x9d\x5f\x58\x66\xc8\x0a\xfe\xb9\x6b\xc4\xc7\xc5\x5e\x5e\x27\xf3\xaa\xed\x41\x5e\xdc\xec\xe5\x34\x51\xf6\xdd\x17\x23\x7a\xc5\x93\x42\x53\x5c\x6c\x2e\xca\xfb\xea\x1a\x42\xff\x11\xc3\x88\xe7\x94\xdc\x62\x6e\x2f\x2e\x78\xb6\xa1\x10\xca\x88\xeb\x24\x6e\xf1\x15\x48\x63\xc4\xc5\x05\x3f\x36\x0e\xa1\x8c\xb8\xd2\xc9\x2d\x39\xff\x3c\xcf\x14\xe1\xf6\xdd\xe9\x65\x44\x7a\x19\xb1\x88\x77\xd3\xcb\x88\xeb\x3e\x09\x12\x8f\x8b\x8f\x8b\xe2\xd6\x2c\x82\x65\xeb\xa1\x43\x91\xc2\x56\x11\x8a\x74\x28\xe2\xda\x2e\x6d\x4a\x55\x43\xa6\xf7\xda\xae\x62\x4a\x8e\x28\x2c\x33\x84\x5e\x42\x4a\xc3\x20\x9b\x2f\xf4\x12\x52\x9a\xdd\x45\xcf\xdc\x13\x65\xad\xcf\x33\xb1\x48\x14\x12\xd2\x09\x36\x2d\xd3\x66\xed\x69\x73\x2e\xa6\x6b\x6f\x3d\xc9\xd1\xde\x10\xf6\x77\x4f\x8e\xf6\xa6\x40\x60\x23\xbc\x2e\xfa\xa7\xe3\x94\xed\x2d\x2e\xee\x0d\x25\x85\x03\xe9\xdd\xc5\xcd\xca\x25\x67\x02\xe7\xb3\xe3\x20\xc9\xd1\xc0\x14\xfe\xab\xa1\xa8\xa1\x53\x3b\x3f\xc4\xfe\x97\x41\x91\x1c\x23\x4b\x4e\x62\xfd\x7a\x11\x37\x36\xa7\x53\x36\xfd\xf7\xec\xee\xd9\xe3\xdf\xfd\x8d\x7b\x0c\x52\xfc\xaf\x5e\x38\x80\x92\x9c\xc1\x08\x61\x9f\x9e\x49\x2a\x5d\x27\xf5\xa4\x7f\xb7\x2b\x2b\x9d\x4e\x55\xe3\xdf\xed\x80\xfe\x14\x14\xfe\xfd\x73\x5b\xd8\x29\xfd\x57\x43\x12\xbc\x93\xb2\xb6\x21\xa4\x3d\x30\xca\xda\x26\xb9\xce\xbf\xdb\x15\x96\x4d\xea\x92\xfe\xe7\xf6\xe6\xf6\xfe\xef\x37\x52\x19\x34\xdd\xa7\x21\x17\x65\x6a\xa6\x53\xe5\x32\xec\xe5\x98\x14\xbb\x4c\x92\x2b\x7f\xdf\x4a\xd5\xc9\x94\x49\x83\x91\xaf\x49\xf2\x05\x53\x16\x42\xfa\xfd\x73\x6f\x6b\x49\x2e\x5a\x08\x5b\xa1\x28\xc9\x45\x4b\xd2\xb9\x7e\x9f\xba\x68\x5d\x15\xba\xf9\x6c\x66\x32\xc9\xf1\x4a\x52\x93\x7e\xb7\xcb\x50\x4a\xca\x81\xfd\xe7\xf6\x3d\xc3\xd2\x29\x35\xf5\xfb\xe7\xa6\x26\x52\xf9\xaf\x86\xe4\x65\xa4\x27\x98\x68\x5b\x2c\x2d\x3d\xdb\x8a\x4e\xea\x02\xfd\x6e\x7f\xb6\x11\x96\x9e\x77\xfe\xfb\xf6\x1d\x44\x4f\xa2\xe7\xf7\x67\x90\x85\xcd\x93\x22\x3c\xf7\x77\x79\xa6\x4f\x2c\x6c\x7e\x7f\xbb\x32\x68\x52\x92\x27\xa9\xc5\x73\x7f\x41\x43\x66\x9d\xb2\x3b\xf7\x97\xce\xc5\xe4\xe2\xbd\x2f\x6e\xdf\x26\x09\xa2\x27\x45\x78\xee\x6f\xb3\x9d\x49\xf5\x9d\xa4\xec\xce\xfd\xcf\x2e\xbc\x2f\xea\x7c\xd7\xcf\xec\x9f\xc3\x33\x87\x67\x6e\x7b\x24\x89\xa5\x27\xb1\xf4\xfb\xab\x5e\x13\x0a\x28\xbb\x73\x7f\x56\xb3\xea\x3b\x49\xd9\x9d\xfb\x7b\xbd\x11\x43\xe4\x99\xde\x7d\x9b\x48\xe9\xd9\x5e\x5e\x7a\x36\xb5\x74\x7f\xed\xfc\xb3\xb9\x38\x5d\xd4\xd0\xe7\xdd\x3f\xef\x3e\x34\xe4\xc3\x09\xb0\xdf\xdf\xf6\x93\xd3\xf3\x79\xf7\xcf\x6b\x4e\xcf\xfc\x74\x69\xb9\x7d\xab\x4b\xa4\x67\xb9\x7d\xb9\x7d\x79\xcd\xe5\x73\x6c\xab\xe6\x96\xbd\x92\x9e\x65\xe8\xf6\x0c\xb9\xc9\xd3\x25\xa5\x78\x92\x1a\x3c\xf7\xda\xfb\x67\x52\x7c\x27\x29\xbe\x73\xaf\xcd\x48\x27\xc5\x77\x52\xbd\xdc\xee\x73\x08\xb7\x27\x21\xf5\x5b\xfe\x48\x12\x59\x4f\x42\xea\xf7\x2a\xcb\x45\xb7\xef\xe5\x74\xaf\x4d\x29\x27\x15\x79\x92\x8a\x3c\xf7\xda\xac\x5c\x12\x60\x4f\x75\x83\xc0\xbd\xb6\x6d\x9b\x6a\x74\x7b\x74\x7b\x73\xfb\xde\xf9\x92\x00\xfb\xbd\x36\x83\x96\xd4\xe7\x49\x02\xec\x37\xd9\xb7\x24\xc0\x9e\x6a\xd2\xcf\xa1\x9f\x7b\xe7\x4b\x42\xea\xf7\x9a\x5a\xdf\x0e\x59\xaa\xc9\x33\xa7\xce\xef\x9d\x2f\xa9\xdd\x73\xaf\x4f\xeb\xb7\x2e\xed\x8d\x2c\xef\x4a\xd0\xff\xfc\xf2\x46\xdb\x34\xce\x57\xd0\x10\xf8\xad\xdb\xcd\xca\x57\x70\xfb\x76\xb3\x52\xdd\xd4\x52\xbe\xa2\xd6\xb3\xa1\xdb\xd6\x65\xbe\xa2\x91\xdf\x9e\x58\x12\x60\xcf\x57\x34\x20\x59\x97\xb6\x75\x99\x19\x7d\x49\x10\x3d\x89\x9e\x67\x46\x5f\x52\xbb\x27\xd5\xbd\x3d\xe5\xeb\xdd\x4b\x46\x10\x3d\xd5\x47\x97\x9a\xef\xfe\x18\xa5\x1d\xff\xca\xec\xd0\x24\x4e\x9e\x04\xc8\xf3\x75\x86\xee\x31\xf2\xdb\xe4\xcc\x2a\x16\x27\x91\xf1\x54\xab\xce\x2f\x43\xf7\x7a\xcd\x1d\xd5\xca\x61\xe7\x5b\xa7\xfa\xfa\xe7\xb6\x27\x73\xb8\xbd\xfb\xeb\x99\x1b\xc4\x73\xb8\xf7\x92\x11\x2e\x4f\x82\xe0\x39\x14\xaf\xd9\x0c\xf2\xc6\x90\x4c\x28\x2c\x89\x69\x27\xe5\x76\x72\xe8\x86\x6e\x68\x7d\x5b\x04\x39\x80\x35\x51\xec\x24\x6e\x9d\xc3\xf4\xee\xc3\xd7\x1c\x1a\x5a\xfa\xc9\x14\xa8\x53\x97\x96\xa1\x03\x02\x42\xdb\x59\x3d\xda\x24\x60\x9d\xea\x5e\xef\x39\x46\x23\x3f\xcf\xed\xcb\x45\x43\xf7\x99\xde\x7b\x85\x67\xc2\x56\xa9\x6e\xa7\x24\x09\x58\x67\x71\xcf\xa4\x6c\x4e\x52\x2f\x27\x0b\x47\x26\xb1\xe9\x24\x1a\x9d\xe3\xae\x75\x99\xd4\xbd\x49\x0a\xde\xe4\xb8\x4f\x9f\xa5\x77\x6f\x6e\xe9\xdd\x2b\x3c\x47\x7b\x9c\x48\x75\x7a\xf7\x0a\xcf\x5b\xd4\xe9\x0f\x83\x42\xfd\x9b\xa4\xf0\x4d\x56\x08\x35\xbd\x3b\xa3\x26\xbd\x41\xd7\xb6\x1f\x92\x5e\xeb\x5e\x6d\x9c\x2c\xb2\x97\xde\xcd\xc4\x24\x25\x72\x72\xdc\x64\x44\x7a\xf7\x82\x4f\x0a\xe6\xe4\xb8\x89\xb8\x24\x34\x9e\xc4\xc4\x73\xdc\x14\x43\x7a\xa3\x67\x6e\x13\x39\xd3\x71\x4a\x22\xe4\x49\x4c\x3c\xa7\xa0\x4b\xec\x91\x77\x63\x42\x4e\x71\x7f\x40\xa1\xf1\x24\x26\x9e\x53\x72\xfb\x36\x83\xd3\xbb\xed\xdf\x9c\xcc\xbe\x17\x18\x08\x94\xe7\x64\x3d\x89\x90\x27\x31\xf1\x4c\x73\x29\x29\xb4\x93\x94\xd6\xc9\x09\xbc\x29\xad\x93\xde\x8d\x09\x39\x59\x79\xe2\xde\x49\x69\x9d\x9c\xce\x67\xc9\x5a\xcf\x5a\x6f\x3a\x9f\xdd\x9e\x75\x7e\x18\xcf\xcd\x1e\x27\xc1\xf0\x9c\x76\x4c\x35\x89\x82\x27\x91\xee\x9c\x3e\x5d\x2a\x06\x64\x6f\xe9\x59\xbd\xcf\xf4\xda\xd2\x45\xba\x73\xfa\xb4\x6e\x89\x0b\x71\xe7\xfb\xf2\xee\x8f\x2e\x6d\xeb\x3b\xdf\x97\xd6\x1f\xcf\xdc\x2b\x3d\x53\x13\x4a\x6f\xd5\xa5\xcd\x17\xe7\x3b\x78\xa6\x75\x2f\xa8\x9d\x6f\x5b\xfa\x5b\xdd\xbe\x13\x92\xf3\xcd\x94\x7b\x81\x81\xa0\x76\xbe\x9f\x73\xf1\x73\x71\x0f\xf2\x6d\xab\x7c\x9b\x7e\x36\xfd\xb4\x55\x2a\x75\x93\xd4\xb8\xc9\xf7\x19\x25\x56\x86\x68\x76\x16\x9e\x48\xc2\xd8\x49\x8d\x9b\x2c\xe8\x90\x14\xa0\x49\xef\xc6\x84\x9c\xeb\xb9\xe8\xdd\x21\x84\x42\x83\xe9\x85\x10\x4a\xd5\xe4\x0c\x32\xc5\xa1\x93\x00\x74\xce\xaf\x01\x61\x2f\xbf\x10\x22\x37\xb7\x4f\xef\x3e\xdd\x6e\xa3\x7e\x59\x04\xaa\xd2\xe4\xbc\xf4\x73\x99\xf3\x9b\xb1\xcd\x48\xbd\x24\x4a\x9c\x44\x89\xb3\x7a\x65\x49\x94\x38\x89\x12\xe7\xe7\x7c\xb8\xa5\xf5\xcd\xc3\x66\xb4\x5a\x12\xdf\x4d\x02\xbb\x59\xc9\xaf\xd4\x76\x0c\x28\xb5\x9d\x54\x9b\x9f\x1d\x25\x4e\xaa\xbd\x24\xd5\x5e\xf2\xd3\xdc\x6e\x4f\x6e\x7b\x89\xe6\x67\x1f\xb6\x4b\xcd\x9e\xac\x04\x4c\x7e\xec\x8a\xc2\xc3\x49\x5c\x38\x1f\x33\x56\x09\x98\xa4\x04\x4c\xae\xdb\xab\x4c\x4a\xc0\x24\x51\xe2\x5c\x4d\x30\x91\xe0\x24\xf6\x9b\x6b\xf4\xcc\xed\x78\x26\xf5\x5d\x72\xdd\x4e\x7e\x52\xe6\x25\xa9\xef\x92\x2b\x74\x14\x10\x4e\x6d\xfb\x9f\xb9\x66\xfd\xdc\x7c\x68\x12\x17\xce\xaa\x3c\x25\xb1\xdf\xd4\x6c\xbf\x75\xb3\x5d\xa9\x59\x9b\xcd\xda\xac\xac\x60\x01\xe1\x24\x20\x9c\x6b\xd7\x10\x02\x47\x29\x97\x5c\x61\x9d\x8a\x2e\x49\x94\x37\xd7\xe9\x99\xc5\x1b\x59\x9b\x75\x1f\xa1\x4a\x22\xc0\x49\xe8\x37\xd7\x33\x4a\xc5\x80\xd8\x93\x5f\xf6\xb2\x32\x2f\x49\x7d\x97\xfc\xb2\x1d\x04\x82\x93\x6a\x2f\x59\x91\xa0\x24\x10\x9c\x04\x82\xf3\x1b\x7d\xe2\x4d\x7d\xa6\x66\x6d\xbe\x10\xac\x55\x1f\x6e\xd3\x40\xf9\xbd\xf5\xd3\x82\x15\x0f\xce\xff\xc0\xd3\xbe\xb8\xe7\x52\x7b\xdd\x5e\xbc\xfb\xeb\xf6\xcd\x72\xe6\x77\x6b\xc1\xa5\x66\xf7\x6e\xaf\x2e\x55\xd3\xe6\x35\x97\x6c\xe9\xef\x0e\x9b\x26\x71\xe4\x24\x8e\x9c\xff\x59\x24\xfb\xa2\xf9\xb9\xd7\x6d\x7e\x99\x5d\xa2\xca\x49\x38\x39\xbf\xd3\x6b\xda\xe7\xdb\x76\x5b\xf3\x6b\xa3\x16\x47\x4e\xe2\xc8\xb9\x05\x83\x6c\xf3\x17\x47\xce\x4e\x06\xa7\x66\x4b\x6f\xb6\x74\x87\x56\x93\x00\x72\x12\x39\xce\x0e\x98\x26\x61\xe1\xd4\x2c\xd8\x7e\x79\xa6\xdd\xbb\xd9\xbd\xfb\x59\x32\x4c\x78\x41\xe2\xdc\xcf\xd0\xd9\xd2\x05\x89\x73\x3f\x53\xf1\x33\x15\x37\x07\x99\x7b\xd6\xf9\x4f\x43\x9f\x86\x8a\x77\xff\xbc\x91\xcd\xbf\x3f\x1a\xb2\xf9\x0b\x12\xe7\x6e\x9f\x57\xc3\x25\x09\x19\xe7\xce\x7d\x69\xcb\x78\x2e\xfd\xdc\xd1\x8d\xd4\x79\x7e\x22\xc7\xb9\x6f\x01\x91\xa4\xa2\x4b\x12\x47\xce\xdd\x7a\x57\xc3\x25\x29\xd7\x92\x7b\x4f\x2e\x7e\x2e\x7a\x66\xdf\x73\xbe\x07\xcf\x0c\x9e\xd9\x97\x8b\x9e\x19\x74\x69\xfc\x99\x43\x91\x84\x9c\x93\x20\x73\xee\x53\x2f\xa0\x8e\xb0\x72\x56\xcb\x23\x29\xf7\x92\xd4\x79\xc9\x6a\x79\xa4\x0e\x8a\x54\x7d\xc9\x7d\x57\xcb\x4b\x22\xcf\xa9\x47\xe3\x6a\xe5\x29\x05\x93\xfa\x76\x1d\x72\xff\xce\x33\x87\x8b\x5e\x77\x19\x2d\x66\x42\x67\x11\x38\xa7\x98\x84\x9c\x53\xdf\x88\x94\x07\x7f\x49\x90\x39\x89\x27\xe7\x61\xaf\x13\x4f\x4e\x2a\xc2\xe4\x91\x34\x74\xeb\x12\x33\x61\xdc\x1a\xba\xb5\xbe\x13\xe9\xb2\xe3\x83\x49\xc8\x39\x89\x35\xe7\x51\xbc\x11\xa3\x5f\x45\x98\x3c\x38\xa5\x7d\xdb\x07\x49\x90\x39\x0f\x5b\xa5\xe8\x72\x52\x1f\x26\x8f\xae\xf3\xc5\xbb\x43\x9d\x61\xf3\x17\x25\x4e\x2a\xc2\xe4\x79\xde\xc8\xe6\xaf\xf8\x4b\x9e\x9b\x4e\x4f\x1d\x97\xd1\x37\x11\x97\x27\x5b\x5c\x81\x97\xa4\xc0\x4b\x9e\x9b\x84\x4c\x1d\x6c\x88\x12\x67\x55\x00\x92\x28\x71\x52\xe0\x25\xcf\xf3\xe1\x5e\xad\x6f\x1b\x20\xcf\xcf\x80\xbc\x06\x79\x07\x47\xb2\x73\x4b\xa9\xbf\x46\x69\x3b\x04\x79\xda\x2a\x15\x6f\x49\x9d\x99\xf0\x5d\xa6\x0d\x84\x50\x76\x25\x7f\xec\x3b\xd5\x57\x92\x08\x72\xfe\x6e\xe3\xb9\x59\xe7\xd4\x77\xc8\x23\x7f\x76\x06\xf5\x56\x92\x0a\x2b\xf9\x7b\x3c\x13\xc0\xf4\x0d\x29\x99\xba\x7e\x12\x3a\x4e\x42\xc7\xf9\x63\xb9\x28\x98\x92\x04\x84\xb3\xa3\x34\xa9\x4f\xad\x6f\x12\x39\x3b\x20\x93\x44\x82\x53\x9f\x5a\x67\xb9\x74\x3e\x43\xe7\x33\xd0\xb7\x4f\x1d\xea\x74\xa8\xf3\xd9\x69\x85\x87\x93\x0a\x2b\xf9\x63\x44\x77\xc4\x41\xdf\x38\x93\x8f\xe7\xaf\xfa\x4a\x12\x3a\xce\x1f\xcb\xba\x7f\xbe\xd1\xe6\x0f\xf2\x0a\x96\xf8\xf2\xcc\x6d\x81\xe4\x15\xbc\x26\x36\x41\x94\x38\x2f\xfe\xa7\xe0\x6d\x12\xbc\xcd\xab\x9c\x8b\xc5\xc5\xe6\xe2\xeb\x62\x77\x71\x2f\xed\x05\xc9\x04\x6f\x93\x12\x29\x79\xed\xa0\x43\x12\xca\x4d\x82\xb7\xf9\x38\xf9\x82\xb7\x49\xb8\x36\xaf\xf7\xdc\xee\x99\x3b\x0b\x25\xaf\xf7\x71\x71\x7f\x0e\x11\xdd\xbc\x9a\x7f\x72\x20\x04\x76\xf3\xb2\xa5\x0b\xde\x26\xc1\xdb\xbc\xc6\x70\x71\x0f\xc8\x60\x8f\x90\x71\x4f\xea\x9f\x24\x85\x4f\xca\x15\xfc\x33\xb9\x7d\x5b\x20\xe5\xe2\x55\x88\xcf\x26\xf1\xd9\x72\x45\x5d\xda\x86\x48\x12\x9f\x2d\xd7\xce\x0a\x49\xc2\xad\x69\x6c\x56\xa0\x5c\x3b\xb5\x3a\x8d\x5b\xe7\xb7\x59\x52\xae\xa2\x9f\xd9\xed\x1b\x0b\xca\x55\xb4\x8e\x23\x18\xdb\x65\x28\x17\x57\x43\xc1\x94\x24\x3e\x5b\xae\x7a\xfe\x39\x5c\x9c\xfb\xa2\xbd\x4e\x28\x36\x8d\xac\x9f\xfc\x0f\xa5\x55\x92\xd2\x2a\xe5\xe2\x16\x8a\xd6\x26\x61\xda\x72\x3c\xff\xc1\x72\x51\x61\xa5\x5c\xd6\xbb\x50\x6c\x52\x4c\xa5\x5c\xe6\xe7\xe0\x55\x28\xad\x52\x2e\xce\xf3\xd8\xee\x44\x12\xa6\x2d\x17\xc3\x67\x3c\xfa\xb9\xbd\x8a\x12\x58\x82\x42\xb8\x49\xd0\xb6\x04\xb8\x24\x68\x9b\x14\x61\x29\x21\x78\xa3\x1d\xb4\x4d\x2a\xac\x94\x00\x69\x45\x6b\x93\x30\x6d\x09\x0c\x1f\xd1\xda\x34\xb6\x01\x53\x02\x9b\x51\xa1\x95\x34\xb6\x01\x53\x02\xf6\x50\x7c\x36\x89\xc8\x96\x70\xbe\x11\x08\x12\x91\x2d\x87\x77\x18\xa8\xcf\xd1\x3c\x13\xa5\x28\x5a\x9b\xc6\xf6\x54\x4a\x78\x74\x1e\x6d\x21\x76\x5b\x42\x35\x19\x9a\x86\xb6\xfd\x53\x4e\xd4\x40\x24\x37\x89\xdd\x96\xc0\xd5\x18\xdd\xbb\x77\xef\x0e\xe7\x05\x66\xd3\xe8\xfe\xc9\x30\x57\x53\x25\xa9\xa2\x52\x24\x8b\xa7\x21\x00\x32\xb6\x17\x53\x02\x22\x66\x0c\xd3\x66\xfb\x34\x45\xf4\x2d\x0d\x26\x92\x0a\x2b\x25\x72\xf2\x06\x13\x69\x6c\x20\x2b\x31\xe8\xe7\xf4\x35\x37\x82\x95\x98\xce\x45\xb7\x6f\xcc\x2a\xf1\x7c\x8e\x69\x7a\x6f\xb0\x2a\xf1\x7c\x8e\xcf\x3f\xb7\xa9\x53\xe2\x01\x81\x4f\x43\x1b\x97\x8a\x34\xe8\x34\xe0\xd2\x58\x6e\x7f\xc3\x9f\x06\x85\xba\x2b\x49\xdd\x95\x12\x0f\x42\xb0\x8a\xc6\xa6\x4b\x4a\x3c\x93\x97\xbf\x24\x9a\x5d\xa2\x21\x14\xcd\x4e\xea\xae\x94\x08\x21\xd4\x5d\x49\x73\x33\x2a\x25\xee\xf8\x52\x9a\x80\x50\x31\x96\x22\xf3\x39\xcd\x9d\xbe\x92\xe6\x06\xc2\x22\xf3\x39\x4d\x40\xa8\x26\x4b\x89\x3b\x12\x95\x94\x66\x49\x33\x18\xd7\x4f\x43\xc1\x33\x37\x1e\x96\xc3\x7a\x28\xc6\x92\x14\x63\x29\x69\xc7\x93\x93\x62\x2c\x69\x6e\xe8\x2b\x69\x67\x31\xa4\xc9\x1a\x9a\x1b\xf3\x4a\xba\xf5\x73\x47\x19\xd3\xdc\xdc\x49\x49\x26\xef\x64\x0d\xcd\x8d\x87\x25\x3d\x9e\xc9\x31\x9b\xd1\x33\x77\x6c\x2d\x4d\xfc\x88\xea\x2d\x25\x01\xd7\x09\x1d\x27\x20\x4c\xcd\x33\x59\x43\x73\xbb\x62\x25\x9d\x51\xda\x31\xc0\x34\x01\x61\xb2\xad\xcd\xed\x91\xa5\x79\x7b\x26\x2f\x7d\x8a\x16\xcd\xcd\x9d\x14\x7a\xc7\x49\x7d\x98\x24\xb9\xa0\xdc\xec\x11\xa5\x60\xd2\x84\x8e\x77\x34\x74\x48\x93\xb9\xa1\xaf\xdc\x8f\xce\xc3\x3c\xf5\x5d\xca\xbd\xf3\x1d\xd2\xe4\xad\xcd\x8d\x72\xe5\x46\xd1\x4f\xde\xda\xdc\xde\x5a\xb9\x9b\x2e\x15\x23\xbf\xb9\x93\x72\x0f\xff\x84\x79\x8a\xbe\x94\x7b\xf8\x27\xc7\x6c\x3e\x6e\x67\xe3\x4c\xa4\x89\x0c\x87\x72\xb3\x71\x66\x35\x9e\xdb\xdd\x2a\x19\x7f\x3b\xab\x77\xdf\xb1\x9c\x22\xdd\x30\x4d\x48\x36\x21\x99\x74\xc3\xa4\x20\x4c\x9a\xdb\x6e\x2a\x99\xcd\x38\xf9\x60\xf3\xf5\xcc\xec\x76\x48\xa6\x2e\x4c\xa1\x0e\x9b\x14\x84\x49\x2a\xc1\x94\x6c\x63\x99\xdb\x8a\x4a\x73\x73\xad\x25\xa3\xab\x26\x78\x9b\xe0\x2d\x33\x7c\xa6\x58\xe5\xdc\x80\x56\x32\x67\x4f\xb2\x46\x52\x33\xa6\x64\x48\xa6\x58\x4c\x52\x2c\xa6\x64\x2e\xc7\xec\x9e\xd9\x3d\xf3\x8c\x7c\xf7\xcc\xee\x99\xed\xfc\xd3\x1b\x75\x6f\xd4\xcc\x25\x98\x37\xb7\x81\x56\xc4\xbd\xd3\xe4\xec\xcd\x6e\x94\x90\xba\x13\x8f\x33\x37\xf4\x95\x7c\x46\x1e\x8f\xa3\x2a\x4d\xc9\x9f\x19\x22\x06\x34\x87\xce\x9f\x65\x88\xc7\x99\x30\x4f\x6a\x60\x9a\x82\x77\xb2\x50\x4a\xc1\x22\x9d\x64\x14\x59\x28\x45\x16\x60\x9a\xd0\x71\x6e\x8e\xa7\x08\x9b\xa7\x93\xa1\xa2\xe0\x4d\x29\xcc\xae\xc9\xbe\x9b\xdb\xa2\x2b\x52\x03\xd3\xe4\x40\xce\x4f\x43\x0c\x0a\xb9\x2c\x69\x6e\x53\xae\x14\xfc\x88\xec\x95\xa4\x7a\x4e\x29\x07\x19\x38\x90\x13\x8e\x16\xa6\x87\x42\x39\x69\x2e\xb7\x0b\x8a\x4d\x2c\xd2\x5c\xba\xc4\xd5\xf8\x36\xf2\x25\xd5\x73\x4a\xe1\xe4\xab\x9e\x93\x54\xcf\x29\xc5\x5e\xf7\x09\x0c\x7d\xb0\xae\x70\x4a\x55\xcf\x49\xaa\xe7\x94\x62\x32\xa8\x9e\x93\xd4\xcb\x29\x44\x5b\xd3\x87\x20\x56\x2f\xa7\x10\x58\x4d\x6a\xe2\xa4\x6f\xa3\x5b\x91\x01\x97\x54\xc8\x49\x4a\xe3\x94\xc2\xf3\xff\xf0\x4d\xdf\x76\xf2\x4a\x59\x6e\x07\x6b\x5f\xd4\xfa\xd2\xa5\x8d\x67\xe9\xdb\x49\x10\x45\xb6\x5a\xfa\xc4\x80\xbe\xcd\x05\x97\x87\xe9\xa1\xce\x4e\xfa\x36\x09\x55\x1e\x44\xcc\xc7\xe8\xfb\x36\xdf\x54\xe4\xa0\xa5\x8f\xd1\xf7\x6d\xc8\x2b\x0f\xd3\xf8\x43\x42\x7d\xdb\x01\x2c\x8a\xfb\xa7\xef\xf6\x46\xd9\x3f\x71\x2e\x1f\x53\xee\x63\xca\x3d\xf9\x5c\xd4\x3a\x53\xee\x61\xdf\x7d\x10\xec\x63\xb5\xa9\x8f\x9f\x3e\x08\xf6\x41\xb0\xa7\xfa\x27\x03\xed\x63\xa0\x3d\x18\x49\x79\x43\x49\x59\xa0\xf2\xb4\xf3\x4f\xcf\x7c\x74\x49\x70\xe4\x63\xb5\x7d\x8f\x77\x87\xde\x4a\x06\xa5\xef\xd1\x3a\xc7\x51\x32\x51\x52\x39\xa8\x3c\xcb\x0c\xc1\x22\x29\x12\x54\x2a\xf2\x51\x91\xa0\xf4\x6d\x74\x2b\x15\x7a\x7f\xac\xb6\x8f\xd5\x46\xa7\x33\xa9\x23\x94\x3e\x58\x57\x79\xd2\x32\x93\x92\xaa\x42\xa5\x0a\x47\x7e\x00\xf0\xdb\xc6\x5b\xa9\x42\x48\x12\x94\xd2\xf7\x6a\x28\x9f\x8b\x1a\x62\xca\xd5\xac\x9f\xcd\xed\xdb\x4e\x2b\xf5\x4d\x7f\x1a\x14\x5f\xf3\x59\x36\x7b\x55\xaa\x30\xef\x07\xf3\x3e\x98\x57\x6d\x80\x1f\xeb\xed\x83\x79\xf5\x0c\x36\xff\x53\xf9\xa3\x52\x79\x80\xca\x1f\x25\x89\x51\xa5\xda\x58\x3e\xfe\xe7\xd7\x3d\x73\x7a\x26\xff\xf3\xdb\x04\x57\xa9\xf3\x3c\xd3\x68\xc1\xbc\x2a\x92\xaf\xee\x51\xfa\x18\x7f\x87\x5a\x94\x26\x95\x94\x3f\x2a\x2a\x95\x27\xa9\x50\x49\xf2\x53\x79\xcf\xc0\x80\x37\xe9\x4e\x85\xe0\x62\x52\xfe\x28\xa9\x74\x54\x4e\x0e\xc5\x07\xc9\xa4\x3b\x95\xb7\x78\x26\x3b\xef\x63\xe7\xbd\xb6\x0b\x75\x8f\x92\x82\x47\xe5\xb5\x09\x7c\xf0\xe9\xdb\xe6\x5e\xa1\x44\x98\xd4\x28\x4a\xdf\x4e\xb2\x2b\x0d\x10\xca\x9d\x4a\x0b\x14\x35\x93\x42\x55\xa2\xb4\x36\xf8\x94\xb6\xf3\x2f\xd3\xda\x27\x1d\xd2\x02\x45\x8d\x29\xbf\xc4\xaa\x56\x70\xfb\xce\x80\x4c\xaa\x12\x25\x55\x89\x0a\x99\xba\xa4\x1c\x51\x5a\xc1\xed\xe3\x5c\x1c\x2e\xee\xd7\xa4\x1e\x97\xa4\x6c\x25\xb9\x5a\xa5\xf3\x00\xe5\x63\x25\xf9\x58\xa5\xb3\xc5\xe4\x63\x25\xf9\x58\xa5\x0b\x9b\x4b\xbd\x4a\xb2\xac\x4a\xc7\x3b\xac\xe4\xf6\xe4\x76\x43\x27\xcb\x2a\xc9\xb2\x2a\x5d\x30\x7c\x01\x18\x59\x56\x85\x76\x59\x92\x5e\x95\xe4\x55\x95\x2e\x18\xbe\x78\x95\xaa\x12\x15\x35\x79\x93\xca\x43\x69\x65\x9d\x67\xb1\x2e\xa8\xb3\xa0\x0e\xa1\xb0\xa4\x1c\x51\x5a\x8c\xa9\xc3\xa0\x29\x40\x94\x14\x20\x2a\x23\xe9\x27\xbb\x69\xed\x98\x53\xa1\xa0\x95\x16\x80\x59\x4c\xa4\x61\xb7\x51\x41\x28\x2d\xd6\x10\x0d\xab\x74\x92\xbb\x16\x0f\x70\x70\x8d\x16\x0f\x70\x55\xb7\x57\x9d\xaf\x3a\x5f\x35\xf4\xea\x3c\xbb\x49\x21\xa1\x32\x5e\x03\x82\x6f\x5a\x1b\x3d\xca\x40\x57\x2e\x7c\x93\x62\x41\x65\x74\x6f\xc4\x6e\x5a\xec\x26\x25\x5d\xd3\x62\x37\x2d\x76\x93\xea\xad\x69\x49\x26\x5a\xac\x21\xe5\x57\x93\x62\x41\x49\x79\xa0\x42\x6f\x2a\x2d\x84\xf6\xda\x84\x76\x99\xd8\xe3\x25\xa5\x65\x6d\x53\xa7\x10\x77\x4a\xea\x01\x25\xf5\x80\x8a\x02\xa8\x49\x3d\xa0\xa4\x1e\x50\x99\x67\xce\xcb\x73\x59\x1b\x0b\xca\x3c\x13\x0c\x08\xc8\x7d\x2b\xd3\x82\x55\x24\x28\xc9\x7d\x2b\xca\x9a\x26\x45\x82\x92\xb2\x40\x65\x9e\x09\xc6\xc6\x59\xc3\xed\x76\xef\x85\xae\x52\x24\xa8\xa8\x60\x9a\x54\x07\x4a\x4a\xff\x94\x39\x4c\x45\x46\xca\xb2\xb4\xa7\x38\xc8\x42\x68\xab\xf2\x53\x28\x14\xa5\xc5\xaf\x5b\xcb\x33\xed\xc9\x0b\xb5\xb4\x36\x85\x5d\x94\xe1\x4c\x6b\x99\x8a\x3b\xaa\x55\x3e\xbc\xfd\xe2\xba\x29\xfd\x53\x3e\x99\x11\x6b\x9d\x67\x2e\x17\xff\x19\xe4\xfb\xda\xc8\x70\x2b\xfd\x53\xbe\xbd\x5d\xdc\x97\xb4\x15\x15\x80\xca\xb7\xc3\xbb\xb7\x2a\x3f\xb7\x2a\x3f\xe5\xcb\x6e\xdf\x38\x71\x5f\x3b\x98\x5d\xbe\xbd\x27\xdf\xd7\xc6\x89\xfb\xda\xcc\x54\xf9\xca\xb9\x58\x5d\xd4\xd0\x26\x0a\xef\x6b\xe3\xc4\xad\x1e\x50\xf9\x5e\xad\x47\xcf\x64\xb9\x7c\xfb\x04\xc1\xad\xe6\xcf\x7d\x6d\xd4\x28\xdf\x06\xff\x5b\xe9\x9f\xfb\x02\x17\xdf\xd0\xa5\xa4\x9f\x2c\x97\x6f\xea\xfc\x76\xc8\xee\x2b\x19\xba\xa5\x4b\xc9\xbb\xb3\x5c\x64\x27\xdf\x57\xf2\x4c\x96\xcb\x0a\x1a\xda\x88\x72\x5f\x2c\x17\xd5\x26\xef\x6b\x03\xcb\xad\x48\x50\x59\x67\x3c\xb7\xeb\x76\x5f\x5c\xb7\x95\x3c\xf3\x36\x9e\x9b\xca\x2a\x6b\x47\x37\xee\xeb\xd6\xd0\xad\xa1\xec\x35\xb7\xeb\x76\x5f\x5c\xb7\x75\xc6\x33\x1b\x10\xae\xdb\xda\x7b\xc7\xad\x8e\xd0\xad\x80\x50\x59\x8f\xa1\xcb\x9e\x89\xc3\x5a\xd5\x3f\x8b\x7e\x16\xfd\x6c\x06\x64\x03\xd2\x7d\xed\x23\x54\x45\x36\xd0\xad\x3a\xd0\xad\x02\x50\x59\x3b\x64\x7c\x5f\x8f\xdb\x1f\xad\xef\xcd\xf4\xbe\x1e\xad\x73\xdd\xd6\xe7\xdd\x1f\xad\x6f\x5c\x7a\xa8\x9f\xdc\x57\xd5\xd0\x06\x9d\x87\xa6\xc9\x7d\x6d\xec\xb9\xaf\xed\xba\x3d\x9b\xfe\xfb\xdf\x06\xc5\xad\x4a\xd0\x7d\x6d\x43\xe6\xb9\xb2\xae\xbd\x26\xc5\x46\x9d\xe7\x3a\x63\x20\xd7\x4e\xd1\x9f\x47\xb2\xce\x7d\x35\xbd\xd8\xe0\xf3\x48\x1a\xbf\xd5\xfe\xb9\xaf\x8d\x3a\xcf\xd5\x7d\x96\xe6\xf6\x6d\x81\x3c\xd7\x74\xbb\x0c\xba\x6b\x5b\x19\x4f\xd8\x2b\xef\xbe\x86\x2e\x6d\x13\xe2\x09\xf7\xb9\x68\x08\x37\x50\x3c\x92\x72\xef\x6b\x9a\x14\xdb\xef\x79\x08\x34\xdc\x97\xc4\xb6\x6b\x23\xc4\x13\xba\x8b\x9f\x4f\xbd\x6d\x80\x27\x0c\xad\x7f\xe6\xe9\x06\x8a\x27\x4c\xcf\xfc\x34\xb4\x0d\x83\x47\x11\xbb\x5b\x49\x9e\x5b\x2d\x9e\x27\x7c\xbe\xff\xe7\x8d\x36\x2b\xf4\x84\xe5\xdd\xa5\xc0\x5d\x4b\x43\x67\x41\x2c\x6b\x74\x63\xc9\x13\xa3\xf1\x5c\xbe\xea\xc6\x92\x27\x26\x0d\x2d\xf3\x74\x63\xc9\x13\xb7\x13\x75\xcb\xe9\xbd\xc3\x76\x86\x1e\x65\xe4\xee\xb0\xbd\xa0\x3b\x6c\x2f\xe8\x89\x7b\x4b\xbf\xd5\xf0\xb9\xc3\xa5\xa1\x6d\x7a\xdc\x2a\xfa\xdc\x4a\xf9\x3c\x71\xef\xf3\x77\x90\x17\x17\x82\xdb\x77\x3e\xf3\xad\xfa\xce\xad\xec\xce\x13\x97\xdb\xb7\x95\x71\x87\x6d\x65\x3c\x71\x97\x8d\xbc\x03\xd8\x08\xdb\xca\x78\xd2\x0e\x75\xde\x2a\xf3\xdc\x61\xbb\x38\x4f\xda\x1b\xcb\x1d\xc0\x86\x72\x3d\x4f\x4a\xfa\x29\x05\x4e\xb9\x9e\xc7\x11\xf4\x5b\xb9\x9e\x5b\xb9\x9e\x27\xed\xe0\xc8\xad\x32\xcf\x1d\x36\x42\x3c\xb8\xa1\x3b\xdc\x6e\xbf\xdd\x5e\x3d\xf3\xf6\xee\x1b\x13\x9e\xf4\x9e\x8b\x6e\xcf\x6e\xdf\x7e\xdd\x1d\xb2\x86\xb2\x86\x86\x7e\x5a\xf7\x2a\xf3\x3c\x69\x78\xcd\x6d\x7a\xdc\x61\x2f\xff\x47\x29\xad\x3b\x6c\x2f\xe8\x56\x99\xe7\x51\x4a\xeb\x0e\x45\x97\x8a\x2e\x7d\x9e\xb9\x09\x9c\x3b\x6c\x7b\xe4\x51\x0b\xeb\x56\xae\xe7\x56\xa0\xe7\xb9\xad\xe6\x00\x0c\xc2\x06\x83\xe7\x8e\x3e\xc7\xa3\x9f\x3b\x0c\xf6\x38\x00\x7d\x2b\xd7\x73\xab\xc1\xf3\xdc\xd1\x80\x6c\x3b\xe6\x56\x7c\xe7\x51\xf6\xea\x56\x7c\xe7\x0e\xdb\x43\x7a\xee\xa4\x9f\xd5\x27\xae\x9e\xb9\xc3\x52\x77\xa8\xde\x7d\xfb\x4b\xcf\x7d\x9f\x7f\xea\xe7\x76\x86\x9e\x3b\x7b\xa3\x6a\x3c\x37\x6a\x3c\x8e\x4a\xdf\xaa\xee\xdc\x61\xd3\x40\xcf\x6d\x6d\x86\xd7\xb4\x79\x3d\xb3\x98\x4b\xaf\x7e\x6e\x2f\xe8\x51\xa2\xea\x56\x75\xe7\x0e\xdb\x9c\x79\xd4\x98\xba\x43\xd3\xa5\xe6\xf6\xed\xd3\xdc\xa1\x7b\xf7\x6d\x96\x3c\x4e\x06\xdf\x01\x5c\x04\x70\xe1\xc4\xed\xad\x6c\xce\xad\x5e\xce\x93\xcf\xd0\x0d\x33\x64\xb3\x2c\x4f\xb6\xb1\x28\x94\x73\x07\xc0\x92\x93\x91\x97\x70\x1b\xb6\x3d\xf2\xe4\xa4\x75\xb9\xb5\x4a\xe3\x3c\x39\x1b\x25\xb9\xb5\x61\x9b\x25\x4f\xb6\x7b\x87\x1d\x3e\xbb\xc3\xf4\xcc\xa2\xf5\x69\xe8\x36\xbd\xf2\xe4\x62\xe4\x25\xdc\x2a\xa2\xf3\xe4\xc7\x3f\x3f\xef\xbe\xe1\xe9\xc9\x67\x7a\x7f\x1a\xfa\x74\xbe\x7a\x4d\x60\xa5\xb2\xce\x93\xab\xa1\x5b\x56\xdc\xf2\xcc\x6e\xbd\x2f\x73\x69\x53\x2f\x4f\xee\x3e\xc7\xd2\xd0\x86\xa7\x07\x87\x75\x07\x10\x24\xdb\xff\xc9\x50\x51\xb6\xff\xad\x88\xce\x93\xa1\xb7\x9a\x38\xb7\x9a\x38\x4f\xd9\x26\xd2\xad\x7e\xcd\xad\x62\xcd\x53\x76\x38\xf2\x56\xaa\xe6\x56\xaa\xe6\x71\x4a\xf2\x56\x95\xe6\x56\x95\xe6\x29\xdb\xd1\xb9\x9d\x27\xb8\x9d\x15\x78\xca\x74\x3b\x2b\x43\x01\x9a\xc7\x59\xc2\x5b\x01\x9a\x5b\x01\x9a\xa7\x58\x86\x91\x99\x10\xb7\x99\xf0\x60\x52\xee\xb8\xc9\xdc\x5b\x05\x99\xe7\xf1\x35\xd5\x7e\xb9\xe3\x5e\xf6\x0f\x2e\xe3\x56\xd8\xe5\x56\xd8\xe5\x79\x76\xee\xe9\xad\x86\xcb\x1d\x37\x6f\xfb\x3c\x5d\x97\x8a\x86\x8a\x86\x4e\x3f\x8b\x67\x16\xcf\x34\x3f\x95\x79\xb9\xd5\x77\x79\xd4\x1c\xb9\x63\xf1\xcc\xbd\xec\x1f\xa5\x40\xee\xf8\x78\x23\x4b\xbb\x16\xcf\xdc\xfe\xc7\xff\x11\x76\xf7\x48\x14\xeb\x38\x76\x80\x73\xaf\xa2\x77\x60\x5d\x09\xe0\x4f\xec\xd8\xde\x83\x7e\xab\x26\x98\x9e\xae\xf6\xcc\xfe\x5d\x0f\x1f\x9f\x83\x0e\xe6\x05\x37\x51\x5d\x89\x14\x45\x90\x00\x88\x73\x4e\xec\xac\x78\x0c\x5d\x62\xb0\x7b\xc5\x1f\x5d\x35\x50\xec\x0c\x76\xb7\xf9\x8f\xdb\xc5\xb2\xbf\xd8\x6b\x47\xef\x73\x5f\x17\x8d\x7c\x25\x5e\xfb\xac\x38\x29\xf6\xa9\xa1\x0a\x2e\xba\x22\x9d\x20\xc9\x12\x7b\x65\x28\xfa\xcc\xbf\x24\xb6\x0a\xb2\x2d\xb1\x57\x1c\xd2\x27\xf7\x0b\xa0\x23\xc8\xb6\x74\x6a\x05\xb1\xab\xa9\x27\xdb\xd2\x69\x10\xc4\x7e\x79\x89\x0a\x24\xfa\xbc\xfc\xf3\x76\x3b\x13\x9f\x16\xec\xfd\xf6\x05\x2a\xba\xe8\xb3\x08\x05\x82\x6c\x4b\xec\x65\xd4\x7d\xbe\x9e\xf9\x68\xa8\xec\xb7\x9f\xbc\x8c\xfd\x31\x30\x65\xbf\xfd\x5c\x93\xf7\xd1\x7a\xd9\x6f\x3f\x8f\x75\xfb\xe3\xe2\xe7\xa2\xcf\xf2\xea\x52\xd9\x6f\x3f\xad\xa3\xa4\x59\x82\x26\x4b\x3f\x43\xe7\x79\x19\x3b\x2f\xe3\xb4\xfd\xd2\x5d\x89\xfd\xf5\xcc\xae\x4b\x2a\xe5\xf7\xb2\xca\x7e\x4e\xd3\x47\xa5\xfc\x5e\x39\x89\x8e\xa0\x3e\x76\xbe\xc3\xce\x77\x38\x79\x99\x74\x57\x82\xee\x4a\x3f\x7d\xff\x43\x1c\x72\x6c\x5a\xe7\x65\x52\x51\x09\x2a\x2a\x1d\x45\x7c\x10\x4c\x89\xa3\xf2\x0e\xfd\xe2\xa4\x10\x4c\x09\x12\x29\xfd\xaa\x6a\x8b\xa0\x94\x12\x07\x37\xe1\x0a\xcf\xdc\x3d\xf3\xf0\xcf\x42\x25\xc4\x71\x78\xe6\xe1\x99\x1c\xdf\x43\x24\x40\xe3\xa4\x5f\x95\x56\x0d\x60\x9d\x80\xd2\xe9\x68\xb2\xe3\xe0\xdf\x1f\xe5\xd1\xf7\x9b\xe3\x73\x70\xe5\x8f\xda\xd9\xfb\x1d\xfa\x99\x6e\x4f\xb7\xd7\x41\x5b\x1c\x36\xea\x83\xe1\xde\x16\x42\xb2\x24\x41\x88\xa4\xdf\xd6\x92\xa3\x36\xe3\x38\x98\xe3\xb3\xe9\x7c\x37\x9e\xf6\x64\x6c\xcb\x41\x81\x24\x8e\x4a\x15\xf4\xe7\xa7\x21\x0e\xfa\x51\xa6\xda\x1f\xbb\xf7\xd1\x0d\x08\xc3\x7d\xec\x36\xc7\x30\x74\xc3\x33\x6d\xd4\x07\x6b\xa6\x4e\xd2\x9f\xc3\xe7\x18\xde\x88\x35\x3f\x05\x3c\x89\xc3\xf6\x7b\x4c\xcf\x34\x97\x08\x91\xc4\x61\xa7\x7d\xfa\xba\x78\xb9\xe8\x76\x3b\xc3\x61\xa7\x3d\xec\xb4\x8f\xe5\xed\x28\xdb\x8e\xa3\xec\xb6\x3f\x6b\x94\x60\x68\xa8\x93\xf4\xe7\x32\x20\xa7\x2e\x95\x7b\xdf\x1f\xab\xce\x01\x58\x73\x9c\x1a\x62\xb0\x04\x4c\x82\x72\x49\x7f\xd6\x54\xbc\x34\x74\x69\x88\x33\x75\x5c\x1a\xba\x34\xf4\x1a\xba\x4b\x43\x97\x86\xea\x70\x24\x48\x96\x04\xc9\x92\x8e\x08\x38\x68\x95\x04\x00\x57\x7f\x7f\x9e\x69\x9f\x27\x59\xd2\xdf\x35\xc8\xb7\x6f\x64\x9f\x7f\xd7\x5c\x82\xa1\xa1\x63\xd2\x5f\x4e\x34\x01\x93\xa0\x5c\xd2\xdf\xf4\xee\x96\x8b\xe3\xf1\xcc\xa6\x75\xf6\x7e\xb0\xf7\x77\xfa\xc4\xaf\x91\x17\x40\x7c\xeb\x76\x01\xc4\x21\x80\xf8\x9a\x01\xb1\xd3\x02\x9a\x75\x55\x21\x11\xb5\xc5\x46\x94\x31\xf7\xef\x5a\x17\x4f\x17\x6b\xd6\x7d\xf6\x64\xa2\x21\x41\x34\xa4\xaf\x00\x32\xf8\xf5\x51\x7e\xfd\xd8\x0a\x18\x15\x01\xef\x12\x95\x2a\x18\x2b\x80\x0c\x39\x82\x28\x0b\x1f\x9b\x99\x4c\x2d\x24\xc8\x84\x0c\x65\x1d\x41\x2d\x24\x62\xf7\x4f\x29\x86\xe0\xd7\x47\x79\xf2\x63\xab\x0c\x5a\x90\x10\x09\x32\x21\xe3\x8f\x10\xb5\x2e\x0e\x17\xa7\x8b\x97\x8b\x9e\x79\x78\x66\x25\xb2\x03\x90\x2e\x20\xe8\x06\xba\xc7\x20\x1a\x12\x44\x43\x06\x25\xfd\xa0\x0f\x12\xf4\x41\xc6\x56\x69\xa0\x88\xd0\xf9\xd0\xf9\x4a\x92\x06\xb5\x90\x88\x8a\x00\xc6\xf6\xea\x12\x67\x9f\x22\xc8\xf8\xad\x01\x11\xe4\x47\x05\xf9\x43\x59\x47\x44\xf3\xcf\x5a\x2e\xc6\x4f\x7c\x1c\xcd\x1b\x35\xb7\xfb\xc4\xd4\x42\x22\x6a\x9f\x1f\x3f\x4e\x1f\xb5\x90\x88\xca\x41\x0e\x10\xe4\x20\x1a\x12\x51\xab\xcd\xf8\x75\x9f\xd8\x6a\x43\x49\x64\xfc\xba\x91\xe7\x11\xd0\x0e\x19\x3f\x79\x9c\x18\x46\x69\xf8\x27\x8b\x23\x05\x12\xa4\x40\xc6\xef\xf5\x35\x2d\x17\x51\xcb\xc5\xf8\x7d\x46\x49\xc4\x1f\xd3\xed\x9f\xd7\x9c\x5e\xb3\xd6\x90\xa1\x04\x23\xa8\x85\x04\x99\x90\xa1\x04\x23\x82\xef\x10\xe5\x3b\x8c\x5d\xe4\x17\x7c\x07\x98\xc7\xb1\x57\xc6\x3c\x28\x89\x04\xed\x90\xb1\x5b\xd2\x49\x88\x44\xd4\xc2\x32\x2a\xea\xfd\x0b\x87\x82\xa2\x48\xc4\xe9\xd9\xb2\x5e\xc1\xa1\x20\x33\x32\x28\x95\x07\x45\x91\x88\xcb\x4b\xf0\x32\x42\x8a\x21\x2e\x2f\x31\xcd\xa9\xcb\x67\xa9\x25\x65\x60\xa4\x8b\xe0\x65\xc4\xad\xbf\x56\x47\xda\x23\x11\xb5\xa4\x8c\x5d\x2e\x83\xbc\x48\x44\x95\xa8\x8c\x9d\x47\x48\x6c\x24\xe2\xf6\x4c\xfe\x48\xdc\xbe\x40\xad\x33\x63\x5f\x86\x6b\x81\x89\x5a\x60\xc6\x6e\x0b\x22\x44\x12\xa4\x47\xc6\x2e\xef\x40\x73\x24\xe2\xd1\x90\x00\x32\x44\x17\x84\x48\xc6\x21\xbd\x46\x81\x24\x68\x8e\x8c\xe3\xd0\x90\xf0\x80\xe6\xc8\x38\x0e\x13\x8d\xeb\x11\xe5\x7a\x0c\xfc\x6d\x11\xd2\x16\x84\x48\x06\x38\x49\x84\xf0\x20\x2a\x13\x3a\xe8\x65\x07\xb1\x91\x00\x5a\x1d\x64\xac\x23\x25\x23\x80\x56\xc7\x8a\xa8\xb3\x56\xab\xa0\x24\x32\xa0\x3c\x82\x68\x48\x64\x25\x36\x07\x94\x47\x64\xad\x56\x91\xb5\x4c\x0d\x80\x8e\xa0\x0f\x12\xf4\x41\x46\xf0\x86\x93\x97\x91\xb5\xf8\x8c\x30\xf2\x59\xb9\x85\xa0\x0f\x32\xe2\xd2\x90\xb5\x84\xce\xc7\xc8\x9f\x86\x24\x0e\xb2\x96\x94\x91\xd6\x3c\xca\x1e\x41\xd2\x63\x24\xc7\x87\x88\x47\x90\xed\x18\x29\x7c\xa5\xd0\x11\x10\xb7\x23\xcf\x75\x51\x3f\x2b\x12\x18\xaa\x03\x22\xad\x10\xd9\x3c\xb3\xea\x32\x22\xeb\xe0\x33\x28\x74\x8c\x7c\x34\x54\x4b\x43\x64\xad\x09\x23\xad\x4f\x64\x3b\x82\x6c\xc7\x40\x1c\x14\x64\x3b\x82\x6c\xc7\x50\x08\x10\x64\x3b\x22\x6b\xa1\x18\x0a\x01\x02\xde\x37\xb2\x9c\x94\x81\xf9\x27\x92\xeb\x91\x55\xbc\x36\x9a\x45\x8b\xb2\x47\x64\x25\x13\x47\x13\xbe\x12\xf8\x88\x2c\xb7\x64\x90\x5f\x8d\x1c\x3a\x5f\x45\xb5\xa3\xc9\x76\x52\xfd\x88\xb4\x42\x90\xe1\x8c\xb4\x7b\x53\xda\x18\x63\x5f\x17\x7d\xb8\xb2\xb1\x31\x78\x6d\xb4\x35\x82\xa8\xc6\x18\xe9\x9f\xb7\x37\xba\xdd\xce\xc7\xa1\xad\x11\x44\x35\xc6\x10\xad\xc1\x33\x07\x20\xf3\x18\xc3\x3f\x6d\xd4\xc9\x8e\x88\x01\x46\x32\x99\x2c\x4f\x7e\x8c\x7b\xfd\xd3\x33\xd9\xd1\x60\x9b\x29\x51\x48\x77\x63\x8c\xf5\x8d\x18\x57\x32\xae\x61\x1d\xa5\xad\x11\xc9\x8e\x68\xdf\x45\x8a\xbd\x29\x6d\x8c\x59\xc0\xe2\x00\xaa\x8e\xb6\xb9\x28\xfa\x6d\x1c\x73\xc2\x19\x83\xd8\x5a\x34\xd6\xd1\x58\xc7\x69\x3c\x29\x66\x44\xab\x6a\xd3\x41\x85\x2c\x5a\xa5\xe3\xa2\x55\xe1\xc1\x38\x25\x0a\x9b\xac\x5c\xab\x64\xfe\x38\x7d\xe2\x06\x83\xda\xca\x72\x06\x75\xaf\x20\x8e\x11\x54\x31\x06\x21\xaf\x20\x8e\x11\xe4\x30\xc6\x69\xb3\x6a\xbc\xf5\x56\xfb\xf5\x38\xc5\x9f\x8d\x1d\x35\x76\x74\x9e\xfe\x19\x6e\x0f\xb7\x9b\x21\x8d\xb7\xde\x42\xeb\x45\x58\x1b\x8d\xb7\x4e\xf9\x62\x9c\x82\x67\x80\xf2\xa0\x75\x31\x4e\xa1\x1b\xc9\x8b\xa0\x75\x31\xce\xd7\x6b\x0a\xc8\x5b\x59\xe3\x38\x45\xd4\x4d\x02\x8e\x1c\xc6\xa0\x85\x15\x4d\x02\xae\xd9\xa8\x2f\xde\x10\xe5\x8b\x68\x2c\xee\x5a\xe3\xc9\xe2\x5a\xed\xc2\x83\x98\x55\x34\xd9\x78\x72\x18\xe3\xe2\xc2\x37\xce\x7e\xab\xec\xda\xb8\xc2\x1b\xb1\xa3\xc6\x8e\x2e\x7e\x13\x6c\x7c\x00\xc5\x8f\x4b\x3c\xd7\x98\x4c\x63\x32\x37\x4f\xb0\xf1\xd6\x5b\xed\xad\xe3\x16\x0e\xd2\xb3\x88\x56\xdb\xe8\x20\x94\x13\x4d\x40\xde\x6a\x1b\x1d\xf7\x1a\x79\xde\x3a\x91\x8a\x71\x4b\x96\xd1\xaa\x08\x22\x15\x83\x7a\x4e\xb4\xd3\x78\xd6\x9e\x3a\xee\xcb\x37\x92\x9a\xa7\x5c\x31\x48\xea\x44\xbb\x34\x74\x69\xc8\x4a\xdb\x78\xeb\xcd\x66\x7a\x5b\x69\x09\x58\x04\xe5\x8a\x71\xdf\x5a\x07\x6e\x6f\xb5\x7d\x8e\x5b\x2a\x84\x64\x45\x10\xa9\x18\xb7\x8c\x39\xad\x8a\x20\x52\x31\x56\xec\xd5\x38\xe6\xad\x2c\x7c\x3c\xfc\x11\xea\x14\x41\x9d\x62\x3c\x5d\xe7\x25\xcb\x5a\x99\xe8\x78\xee\xbf\xe4\xa1\x88\x66\xaf\xa3\x3d\x31\xde\xcd\x4b\x7c\x3e\x4b\x05\xd6\x03\xcd\x4e\x34\x0e\x3a\xe6\x82\xf1\x66\xfd\x93\x6a\x44\x74\x86\xbb\x8e\xd1\xe8\x44\x04\x65\x88\x01\x2a\x1f\x9d\xdb\xdd\x2b\xa2\x1e\x9f\x15\xa2\x97\x19\x47\xaf\x34\xd9\xf8\xf8\x4f\xbd\xe2\xeb\xe8\x15\x58\x0f\xc5\xed\xd1\x9d\xd7\x91\x99\x18\x9f\x74\x3a\x45\x89\xa0\x28\x31\x3e\x5b\x7a\x67\xf7\x9d\xdd\x7f\xd2\xe9\x9d\x2b\xdf\xb9\xf2\x9f\x74\x3a\xd1\x89\xe8\x16\x03\x50\xf9\xa0\x3d\x11\xb4\x27\xc6\x27\x8c\xe9\x42\xf7\x7e\xb8\xdd\xf4\x21\x25\x11\x34\x24\xc6\xc7\x1c\x3b\xb7\x9b\x5c\xc4\x5c\x21\x47\xe7\x76\xf7\x72\xbb\xe7\x0a\x39\x88\x47\x04\xb9\x88\xb9\x19\xf9\x9e\x46\xa9\xd6\x84\xb9\x39\x18\xec\x69\x3c\x6b\x4d\x98\xc0\xea\xd1\x39\xe8\xbd\x2c\x7d\x62\xec\x8f\xee\xc0\xad\x57\x58\x3f\x37\x07\x83\x54\x23\x82\x5c\xc4\x54\xf1\x1e\x88\x24\xa2\x37\xfd\x0c\x9d\xe7\x8b\xf7\xae\x9f\x6b\x40\x64\xe3\x7b\xd7\x10\xa7\xbf\xdb\x7e\x7b\xd7\x90\xf4\x6f\xb7\xfd\x92\x99\x98\x5b\x41\xa9\x82\xcc\x44\xf4\xae\xf5\xb6\x6e\x37\xf2\x43\x43\x56\x5c\xa2\x13\xd1\x6b\xd9\x98\x78\xf8\x83\xf6\x44\xf4\x4a\x07\xcc\x75\xfa\xd6\xa5\x03\x68\x4f\x4c\xfc\x48\x41\x7b\x22\x68\x4f\xcc\x6d\xb8\x5d\x3a\x80\xf6\xc4\xdc\x4e\xb3\x4e\xe2\xbd\xd7\x02\x33\xb7\xf5\x35\x79\xd6\x28\x2e\xe6\x3a\x68\xeb\x9c\x68\x14\x17\xf3\xd7\xd6\x45\xb7\x97\xa5\xcf\xdf\xea\xa7\xd8\x1b\x9b\xc5\x54\x0a\x1e\x8b\xd4\xa2\x57\xfe\x7d\xfe\x64\xa6\x88\x47\x04\xf1\x88\xf9\x93\x4d\xc0\x6d\x11\xbd\x76\xef\x09\x00\x1f\x9d\x6b\x8c\xcd\x62\xfe\x1e\x0d\x49\xbc\x63\xb3\x98\x50\xf1\x41\x20\x22\x7a\x1d\xf3\x4d\xa5\xe0\x41\x20\x22\x10\x57\xcc\x5d\x56\x8e\x16\x44\x50\x7f\x98\xbb\xe3\x09\x0a\x0f\x81\x8e\x62\xee\xd6\x3c\x94\x13\x41\xbe\x61\x1e\xc2\x98\x51\xfe\x6b\x60\x97\x98\x87\x6c\x02\x76\x89\xa0\xe2\x30\x0f\x73\x89\x28\x43\x10\x65\x98\x87\x00\x02\xe9\x43\x10\x57\x98\xc1\xb3\x26\x8b\x10\xa8\x1c\x66\x4e\x17\x79\xac\xa3\xf6\xd6\x89\x88\x29\x46\x15\xd4\xc4\xa8\x4d\x75\xa6\x65\x98\x56\x42\xe0\x77\x98\x2b\x45\x8f\xdf\x21\xf0\x3b\xcc\x7c\x3d\x53\xa0\x3b\xca\xc6\x66\x33\x20\x83\x71\x61\x6d\x98\x4d\x52\x8f\x1e\x42\x50\x40\x98\xcb\x13\x1c\x7c\xdb\xc1\xb8\x1a\xdf\x01\x87\x43\xd0\x3c\x98\xc8\x11\x63\xb4\x75\x7b\xb5\xde\x86\x8b\x36\x55\x8c\x0e\xb3\x39\xb3\x40\xec\x10\x18\x1d\x66\x13\xa5\x21\x76\x88\xc1\xb8\x9a\xec\x21\x71\x84\x18\x5d\xe7\x9d\x38\xd3\x48\x08\xdc\x0f\xb3\x59\xac\x46\x37\x9e\x5d\x97\x6c\x80\x83\xc3\x3b\x86\x37\x92\x7c\xa4\x98\x10\x08\x21\x66\x53\xef\x80\x17\x22\x08\x27\xcc\x66\x2a\x12\x4e\x88\xc1\xe2\x48\xe1\xc7\x10\x51\xd3\x4f\x98\xeb\x78\x62\x88\xa8\xc7\xd4\x90\xbd\x6e\x38\x14\xc3\x2e\x31\x9b\x1c\x16\x76\x89\x18\xd3\x1b\x09\x89\x06\x8f\x60\x94\x89\x4e\xac\x86\x31\x44\xd4\xa3\x22\xea\x49\xcb\x3e\x86\x3d\x99\xc4\xc2\xa4\xe7\x1e\x38\x23\x02\x4b\xc4\xec\x9f\x67\x32\xae\x51\x3b\xed\x84\x75\x0e\xca\x07\x81\x25\x62\x0e\x26\x33\x18\x17\xce\x88\x49\xd3\x3c\x28\x1f\xc4\xa8\x0d\x77\xaa\x80\x0c\x0c\x12\x81\x33\x62\x2e\x17\x1e\x2f\x44\x50\x30\x98\x63\x0d\x08\x2f\x78\xd4\x46\x3b\xc7\x9a\x8a\x9f\xce\x7f\x5a\xe7\xb5\x51\x37\x88\xc1\x0c\x87\xc3\xe5\x21\xe5\x8d\x4f\x62\x92\x9a\x0e\x64\x11\x31\xcb\x6d\x9e\xd3\xa4\x45\x16\x11\x64\x0d\xe6\x64\x5c\x68\x21\x02\x11\xc4\x9c\xcc\x70\x0a\x31\x11\x41\xcc\xc9\xf1\xc1\x00\x11\x18\x20\x26\x10\x70\x4c\xe7\xdd\xe8\x1d\x66\x29\x01\xff\x85\x43\x81\xed\x21\x28\x20\xcc\x75\x6a\x80\xdf\x21\x66\xed\xad\xf3\x74\x0e\x82\xca\x21\x66\x65\xc4\xe6\x69\x71\x25\x7d\x10\x18\x1d\xe6\xa9\xb0\x86\xca\x41\xa0\x72\x98\x97\x1d\x8c\xb2\x40\x4c\xe6\x78\x8b\x43\x26\xcb\x9b\x2c\xef\xb1\xdb\xa0\x48\x88\x59\x3b\xd1\x7c\x9c\xe4\xe3\x46\x08\xd2\x00\x93\x3c\x57\xe0\x46\x08\xa4\x08\xf3\xb5\x36\x4f\x73\x9f\x0a\xc0\xa4\x70\x15\xd3\x34\x9f\xa6\xf9\xeb\x53\x23\x4c\x08\x2a\x00\xf3\xe3\xa8\x4d\x39\xa2\x59\x39\xa2\xf9\x59\x1d\x11\x1f\xc4\x54\x6d\xda\xa4\xec\x30\xe1\x07\x92\x82\x83\x46\x63\x9c\x95\x46\x88\xd3\x17\xbf\x25\x36\x91\x06\x04\xb6\x80\xc0\x98\x18\xa7\x4f\x7d\x0a\x9b\x5e\x4b\xfb\xe9\x53\x9f\xaa\xa5\x56\x99\xd4\xa9\x4c\x0a\xaf\x40\xbc\xea\x08\x90\x06\xc4\xe9\x74\xf2\x35\x29\x4e\x29\x06\x8c\x00\xf1\xb2\x27\x6c\xf0\x71\x2e\x42\x1e\x9b\x3f\x46\x80\xc0\x08\x10\x74\xab\xe2\xf4\x35\x31\x02\x04\x89\xaa\x38\x2d\xed\x88\x01\xe2\x93\xf1\xc3\x0f\x10\x78\xe3\xe3\x73\x52\x0a\xf5\x1f\xa7\xf4\x03\x50\x60\xe0\x86\x0f\x1c\x00\xf1\xdd\xba\x94\x5a\xb7\x98\x7f\x8e\x64\xe1\xfc\x63\xe1\xfc\x37\x59\x0f\xfc\xed\x71\x2e\xf2\x1c\x55\x21\xa7\x2c\xe2\xc2\xe4\x83\xe5\x05\x4c\x7e\x9c\xb5\x48\xe6\x26\xe4\x38\xa7\x2e\x2d\x9e\x1c\x41\xe9\x69\xd1\x82\xad\xcf\xdf\x6a\xc8\x77\x3f\xa1\x63\x7f\xd6\x92\xd3\x4a\x76\x2e\xf2\x1c\x69\xd5\x53\x18\x73\x56\x6e\x30\x7f\xbb\x0f\xa7\x6e\x08\x0a\x3f\x7f\x56\x1d\x48\xfb\x38\x17\xa3\x8e\x98\x16\xc4\x3e\x16\xa8\x9e\x8a\x4a\x20\x67\x8f\x13\x10\xf6\x77\x99\x21\xb2\x72\xb0\xf5\xb9\x52\xa0\x08\xd8\xe3\x04\x84\x25\x1a\x12\x78\xd8\xe3\x5c\xe4\x39\x1c\xc9\xd3\x9a\x07\x70\x9f\x14\x3a\x02\xd7\x7a\x80\xd1\x27\x54\x57\x9c\x72\x04\x0b\x3f\xbf\xb2\x87\xf0\xf3\xb1\xf0\xf3\xbb\xd3\x8d\x53\xfc\x81\x72\x3d\x8f\x6d\x5d\x34\x6d\x3e\x3c\x29\x8e\x27\xa0\xe2\xe3\x42\x9e\x73\x48\xbc\x5f\xac\x03\xc9\x7a\x1e\xe6\x12\x00\x7c\x2c\x00\xfc\xaa\x73\xc1\x99\x1e\x00\xec\x79\x7c\x35\x74\x97\x89\x79\x95\xeb\x91\x2b\x83\x06\x3b\x1e\x08\xca\x33\x1c\xc5\x23\x28\x8f\xab\x7c\xfe\xc4\xed\x1e\xc0\xdf\x71\x25\xae\x10\x69\xff\x8b\x63\xbe\xc0\xdf\x29\x11\x73\x29\x8f\x83\x01\xcf\x9c\x87\x8b\x87\x8b\x88\x4e\xd4\x7a\xe0\x1b\x0f\x44\xe3\xb9\x1c\x1f\xe0\xef\xb8\x6a\x9f\xcf\x26\x27\x88\x22\x3c\x50\x84\x67\x73\x92\x7f\xd9\xd2\xaf\x72\xa2\x13\xc6\x24\x10\x86\xc7\x42\x84\x37\x7e\xfd\x25\x20\xbf\x6a\x75\x4b\x18\x93\x00\x13\x8f\x05\x13\x6f\xd6\x64\x30\xf1\x58\x30\x71\xc4\x90\x01\x0a\x1e\x97\x39\xdf\xa4\x92\xa1\xbe\x03\xd1\x78\x2e\x2f\xe3\x72\xa6\x76\xe1\x88\x69\xca\xcd\xae\x53\x97\xea\x14\x2d\x9b\x04\x07\x98\x78\x2c\x98\x38\xa2\xe2\x80\x0f\x0f\x0c\xe3\xd9\x6d\x80\xc8\xc4\x03\x5a\x3c\xfb\xbe\x2e\xea\x3c\x43\xe8\xcd\x80\x38\x19\xc7\x1b\x9e\xbd\xaf\x8b\xfa\x89\x0e\xa6\x4b\x4f\xe3\x06\x0f\xa4\xe0\xb9\x6a\x13\x10\x7f\xc7\x85\x0e\x66\x48\xd1\x42\x6f\xc7\x42\x6f\xaf\xcd\x1f\x7a\x3b\xae\xda\xfc\x73\x28\x22\x83\xde\x8e\x85\xde\x5e\x05\x0b\x78\xbc\x03\x81\x77\x8e\x6b\xfd\xd3\xb4\x41\x18\xb5\x72\x6d\xd0\xdb\x81\x7a\x3b\xa7\x95\x01\x26\x3b\xf0\x6a\xe7\xf4\x4c\x08\xed\x00\xcd\xce\xc9\x89\x86\xd0\x0e\xd0\xec\x9c\xe6\x12\x4c\x76\x2c\x4c\xf6\x2c\xd8\x43\x20\xd4\x8e\x05\xbf\x9e\xbc\xb6\x5b\x2a\xf9\x3e\x10\x9d\x38\x19\xbf\xe5\xc5\xee\xaa\x42\xc9\x73\x5b\x17\x87\x8b\x35\xc1\x56\x51\x01\xdc\x75\xdc\x65\x4e\xb9\xaa\x02\xc0\xaf\x03\x4b\x76\x9e\xf1\xd7\x19\x0a\x48\xed\x40\xa1\x9d\xa7\xf8\x13\x4d\x76\xdc\xe5\xfb\xe7\xf2\x1d\xc0\xb0\x03\x0c\x3b\x4f\xf6\x84\x0a\x3b\xc0\xa9\xf3\x74\x4e\x7b\xb3\xbc\xbb\xf9\x27\x77\x16\xaa\x3a\xee\xca\x56\xe7\xf9\x78\x66\x5b\xb7\xd7\x57\x3d\xd7\xc0\x70\xe5\x81\xab\x73\xe5\xdc\xa0\xaa\xe3\xee\x9e\x29\x23\x7d\xf3\x32\x80\xa4\xf3\x92\x8c\xb8\x79\xd8\xf7\x58\xec\x22\x5a\xe7\x65\x60\xb6\xce\xcb\xb2\x81\xa8\x3a\x10\x55\xe7\xcd\x73\x85\x80\x0e\xd0\xe7\xbc\x15\x6b\xa0\x98\x0e\x34\xd2\x79\x3b\xc4\x01\x37\x8e\xdb\xdc\x27\x3d\x1c\xe0\xc6\x01\x67\x9c\x8f\xdd\xfb\x56\xf8\x05\x67\x9c\xcf\x6a\x9d\x95\x00\x18\xe7\x23\x0e\x01\x1b\x8e\xfb\x5d\x9c\x11\x66\x9f\x44\xf1\x8d\x59\x65\x79\x58\xa0\xc1\x01\xf6\x9b\xaf\xe4\x1e\xf4\x6f\xdc\x98\x0b\x5e\x69\xd5\x5b\x49\xe8\x8d\x34\xe9\x15\xcf\x03\xec\xc6\x83\x02\xed\x75\x42\x0e\xbe\x1b\x70\xbb\xf9\x3a\x20\x00\xdf\x8d\x67\xc3\x04\xe1\xb8\xef\xe1\x06\x3d\x3f\x2c\x03\x7c\xb1\x47\x50\xfa\x60\x2a\xf9\xac\x79\x40\xb9\xf1\x94\xe3\x93\x5f\x81\x6b\xe3\x29\xa6\x92\x78\x30\x95\x7c\x76\xb0\xc7\xd9\x2f\x34\x6e\x7e\x56\xb2\x87\x95\x3c\xac\xe4\x2b\xec\x46\x3c\xac\xe4\xc1\x54\xf2\xad\xce\xf3\x8d\x60\x73\xf3\x7b\xd7\xc5\x1a\x4f\x10\xdd\xfc\xa4\x01\x61\x73\x63\x61\x73\x57\x1a\xe8\x09\xad\x2b\xdb\xde\x9c\xcf\x43\xdc\xc6\x42\xdc\x6e\xb2\x72\x0f\xdf\xe8\x51\xb6\xbd\x15\x44\x25\xc0\x70\x03\xd5\x77\xa3\x53\x18\x70\xb4\xf1\x34\xc4\x07\x52\x0c\x70\xb4\xb1\x70\xb4\xdb\xea\xbc\x2d\x08\x9c\xb6\x6d\x9f\x7f\xf2\x9b\x9e\x01\x69\x2f\x27\xfc\x0c\x0d\x2d\xf0\x3f\x1f\x1c\x64\x36\x1e\xd0\x8f\x9f\x74\xe5\x23\x3b\xf3\x2c\x9c\x3f\x1f\xfc\x31\xbd\x17\x10\xf6\x67\x4f\x7e\xec\x21\xcf\x42\xef\x3b\x25\x7c\x94\x45\x3e\xe7\xc2\xcf\xeb\xa7\xba\x0c\xd0\xd7\xb6\xaf\xa1\x93\xd4\x7d\x2e\x90\xee\x43\x43\x92\x3b\x0b\xc9\x8a\xdf\x3c\x1e\x27\xa4\x00\xad\x6d\x17\xf9\x3f\x52\xb5\xcf\x82\xdf\x8b\x93\x1f\xa9\xda\xe7\x5e\x20\x75\xe3\xc9\x99\x5a\x50\x54\x0a\x57\x81\xf4\x3c\x40\x4a\x1b\x39\xa9\x80\x2c\x8d\x07\x2c\x8b\x48\x54\x3c\xf6\x90\x07\x02\xeb\x50\xa8\xf2\x08\x0b\x17\x42\xf4\x10\x01\x40\x81\x06\xf8\x67\x0b\x3b\x03\x14\x68\xbc\x80\xef\xab\x1c\xf6\x65\x47\x30\xa1\x2d\x76\xb7\x2f\xd7\xff\x07\x93\xed\x24\x02\xf2\x32\x16\xf2\x32\x79\x97\xaf\x72\xc3\x17\xa8\x21\xf9\xcb\xaf\x99\x0c\x80\xd9\x56\x55\xe5\x7b\xac\x68\x04\x82\x59\x3e\x1c\x1c\x33\x16\x1c\x33\x39\x53\xaf\x3c\xce\x0b\x18\x45\xcb\x23\xde\x58\x04\xb2\x40\xab\x72\xc1\x2f\xfc\x02\xa8\x66\x6b\x85\x31\x09\x18\xcd\x58\x18\xcd\x66\x47\xc0\xf4\x1e\x6f\xba\xbd\xad\x8b\x5e\x13\x5a\x6a\x79\x2e\x6f\x5b\x01\x12\xd0\xaa\x12\x0c\x38\xcc\x00\xc0\x6c\x6d\x75\x5e\xea\xf3\x45\xa2\xd1\x04\xa3\xaf\x75\xfe\xed\x5a\x57\x58\x01\x9c\x59\xa1\xd4\x1f\x17\x25\x38\x10\xbe\x07\xa8\x66\x6b\xaf\x41\xe6\xb5\xfd\x09\xdc\x94\xe1\x87\xd8\x8c\x77\x80\x8d\x3a\x25\x04\xc7\x8c\x05\xc7\xec\x82\x7c\xf4\xef\x01\x56\xd9\xba\x34\xd0\x5b\xb6\x12\x2f\x98\x78\x2f\xa4\x58\xd1\xde\xd6\xc5\xdd\x45\xad\x33\x19\xc8\xc9\xb6\xdc\x99\x77\xd1\x01\x03\x46\x0d\xa9\xe4\xf7\x5c\xcf\x04\x99\x14\x01\x80\x30\xc6\x7b\x83\x78\x5a\xac\x30\xb6\xc7\x9f\xa0\x45\x15\x5b\x78\xd8\xe3\x85\xb4\x9e\x6b\x90\x65\x24\xdf\x8a\x15\xda\xe4\xf8\xbc\xaf\x7f\x82\x4a\xcf\x35\x15\x9d\x27\xbe\xa0\xd2\xf3\x76\xf1\x73\xfb\xe7\x76\x55\x01\xdf\xa2\xc4\xad\x59\xde\xce\xf8\x4b\xa6\xcc\x00\x50\x0c\xc8\xc4\x76\xf2\xde\x3e\x31\x03\x64\x62\x3b\x0b\x69\x1f\xd0\x87\xf1\x27\xfa\xb0\x88\x59\xe2\x5b\x2c\xb8\x3b\xf0\x22\x47\x0d\x0d\x7c\xc0\x1b\xb6\xcb\x8c\xfe\x04\xcf\x38\xde\xdb\xc5\x41\x47\xee\x1e\x58\xdd\xdb\x25\xcf\xfc\xad\x50\x1a\xa7\xcd\xa5\xbc\x1c\xf0\x2f\x20\xfe\xda\xed\x40\xf8\xcb\x15\x4a\xbf\x2e\xd6\xb8\x7e\x4e\xf6\xfe\x84\xfa\x19\xd7\x4f\xda\xff\x6b\x6e\xbf\x8d\x96\x69\xfe\x01\xdf\xdc\xcf\xfa\xa7\x7e\x42\x1d\xdf\x1c\x1f\x10\xc1\xf8\xcc\xfd\x7b\xbd\xa6\xc9\xfb\x99\xbc\xab\x8c\xef\x73\x42\xfe\x55\x16\xb1\x3d\x36\xd5\x4f\x20\xf1\x0d\xd0\x34\x27\xcf\xf0\x7f\x01\xf1\xd7\x88\xfc\xc7\x27\x37\xf8\xe1\x4d\x78\x14\x95\x7c\xe2\xe4\x85\xea\x23\xb3\x1f\x9f\x48\x00\x64\xaf\xbd\x3c\x17\x78\xbc\xf8\x2c\xd8\xaf\x6c\x27\xb0\x5d\x2c\xb0\xdd\xcb\x49\x81\xab\x0b\xbc\xf1\xed\xe3\xa4\xc2\xd5\xc5\xc2\xd5\xad\xc3\xa6\xcf\x82\xfd\x3d\x0b\x35\xe5\x76\x4e\xff\x07\xe7\x4f\x05\x3b\x00\xea\xe2\xab\xda\x92\xf6\x99\xe6\x9f\x40\xf7\x7b\xdd\x3e\x8d\xbc\x7a\xd6\x85\xab\xfb\x04\x90\x1f\xa7\x7f\x41\xe8\x68\x46\xe7\xb6\x49\x4d\x00\xb3\x50\x6d\x4e\x20\xb6\x04\x62\xeb\x5b\x2d\x45\x45\x3c\x5c\x54\xc3\x30\x3b\xc5\x2f\x98\xf0\x6a\x09\xaf\xd6\x7f\xe9\x76\xee\x3a\x68\x5a\xff\xd5\xe1\x48\xc2\xa4\xe5\xa6\x68\xfc\x57\xc7\xa7\xb9\xd5\x9a\x9e\x10\x6a\x1d\xed\x78\xc2\x96\x25\x34\x59\xdf\x0b\x3a\x99\x5b\xae\x14\x0a\xd4\xcc\xe1\x9f\x8b\x12\x39\x17\xe8\x46\x3f\x05\xb3\x1b\xe8\xc7\x7e\xb9\xb8\x88\x8e\x95\x99\x22\x97\x2d\x2e\xe4\xba\x58\xfd\x24\xf1\x98\x9b\xb0\x77\xeb\xc0\x2c\xbb\x8b\x22\xdc\x0d\x76\xe3\x68\xba\x24\x44\x85\xe3\xea\xc7\xe9\x99\x98\xcc\xb6\xe9\x99\xd7\xfa\xa7\xd7\x9c\x0b\xcc\xe2\x99\x32\x30\x70\x5c\x3d\x56\xeb\x42\x54\x38\xae\x1e\xb5\x10\x26\x38\x57\x11\x32\x17\x48\xc4\x87\xc3\x8a\xb8\x9d\x40\x22\x61\x40\x2e\xcf\xbc\x16\x1e\xc4\x37\xba\x7c\x8e\x85\xdd\xe8\x46\x1e\xbd\xd9\x76\xc1\xc2\x54\xbd\x60\xc2\x78\xe5\x76\x7b\xe6\xe7\x6b\xf2\xc8\xb7\x07\xa8\xa1\xd2\x01\xb9\x09\x51\x37\xe5\xda\x19\xde\x5d\x5a\x66\x7b\xc1\x34\x2a\x4a\x4f\x20\xad\x84\xce\xea\x78\x4f\x73\x43\x56\xb8\x60\x59\x6d\xf3\xee\x18\x4b\x17\x02\x0b\xb7\x45\x82\x5e\x55\xee\xeb\x8f\x8b\x05\xa5\xc9\x9f\x49\xfb\xab\x65\xb8\xb7\x72\x4e\x13\xd8\x2a\x17\xd8\x8a\xcc\x44\xfe\x90\x15\xfe\x6a\xa5\xed\xcd\x80\xfc\xb8\xe9\x80\x58\xbd\x55\xf0\x9c\x3f\xc1\xec\xef\xa7\x4b\xd3\x33\xb1\x8e\xfd\xca\x73\xe9\xad\x52\x75\x09\xab\x95\xbf\x05\xa9\xa8\x44\x61\x02\x69\xe5\x6f\xd7\x25\x26\x03\x8f\x95\x80\x58\xbd\x7d\xde\x88\x9b\xfe\xab\xbc\x66\xa7\x70\x94\x3f\xc1\xec\x4f\xb9\x76\x2f\x54\x42\xfe\x24\x85\x60\xae\x7a\x5f\xaf\x19\x8b\x34\x1b\xd2\x21\x3d\x13\x77\xe0\xaf\x0e\xa2\x3a\x95\x9f\xfc\xa1\x09\x84\xa4\xea\xbd\x56\xda\x84\x9d\xca\xdf\x42\x4f\x30\x04\x88\xa8\xfc\x95\x3f\xd2\x47\xad\xf3\x49\xba\x22\x7f\x0b\x28\xb1\xc6\x13\xf9\xdf\x82\x3b\x8d\xd3\xbb\xcb\x64\xfe\xca\x31\xef\xca\x79\x12\x88\x29\x7f\x0b\x13\xf1\xad\x7f\x1a\x10\x55\xd4\xb3\xe8\xd1\xf3\x87\xf9\xf7\x37\xe1\x16\xc2\xed\xc8\xff\x7e\x4c\x06\x39\x41\xd2\xc8\xc8\xdf\x09\xb7\x30\x74\x9e\x21\xfc\xce\x85\x5b\x70\x91\x21\xfc\x18\x82\x14\x43\xfe\x18\x02\x2c\x53\x9f\xef\xfa\xa7\x86\x2e\x55\xfe\x9b\x2e\x61\x02\xfd\x3d\xca\xf4\x87\xdb\x1f\xaf\xc9\x10\xce\xe1\x1b\x3d\xba\xb4\x10\x0e\x6b\xda\x20\xea\x5b\x80\x23\xa5\x37\x09\x1c\x94\x3f\x86\x70\x59\x58\x7e\xa2\xd0\x1f\x8c\x41\x45\xe7\xff\xbd\x43\x51\xdc\xe2\x45\x31\x3e\xd4\xf0\xd7\x4b\xec\x28\xf3\xf6\x9a\xc3\x5d\x94\x9e\xfb\x4f\x42\x14\xac\x00\x50\x3f\x77\x29\x49\x58\xa1\x6e\x4b\x4f\x78\xa0\x5c\x78\xa0\xbb\xd0\x48\xb9\x0b\x3c\x77\x98\x42\x5b\x7a\xee\x02\x4f\x58\xa1\x6e\xf7\x4e\x90\xa1\x84\x15\xea\x76\xef\x84\x0e\xca\xdd\x8c\xbe\x8b\xc4\x31\x77\xeb\xfd\x0e\x80\x70\x57\x5e\x34\x41\x86\x72\xaf\x89\xdd\x1f\x6b\xde\x8e\x34\x7b\xb7\x09\x3c\xa9\xf5\xd0\x25\x00\x84\x67\x75\x3e\x35\x64\x9a\x3f\xa7\x7f\x9a\xe6\x7b\x53\x6f\xcf\x46\xf7\x72\x52\x72\xe1\x81\xa8\x54\xe4\x6e\xee\xef\xe6\x3e\x91\xa8\x04\x12\xca\xbd\x4c\xa0\xbf\xd6\xe6\xbd\x4b\x5a\x77\xd5\xe9\x15\xd7\x25\xe4\x50\x2e\xe4\x10\x5e\xc9\xdc\xbb\xf1\x04\x1b\x7e\xeb\x78\x22\xc1\x89\x72\xef\xaa\xe8\xd3\xd0\xc9\xf7\xef\xc3\x33\x2b\xa9\x9b\x30\x46\xc5\xe3\xfe\xc7\x45\xfb\x27\x70\x51\xee\xe5\xea\x74\x95\x26\xb9\x4b\x9d\xee\xec\xe9\x2b\xf8\x60\xee\x88\x79\x77\xa0\x40\x95\x26\xb9\xcb\xea\xec\x80\xc5\x9f\x65\x63\xc7\x9b\xb9\x03\x16\x43\x5c\x27\xc4\x51\x42\x13\x75\xae\x47\xee\xe7\x22\x8c\xaf\x2e\x7d\xa6\x39\x6c\x51\xee\x97\xdb\x2d\xed\xbb\x2c\xe9\xce\xc8\x3e\x0b\xcc\xce\xc8\x40\x8c\xc6\xb6\x46\xfe\xf2\x46\xb5\x05\x0d\x5a\x09\x49\x79\x26\x49\xce\x8c\xad\xfb\x9a\x8f\xe9\xad\xb2\x90\xb2\x40\xc2\x01\x25\x1c\xd0\xf8\xfd\x74\x69\x1d\x02\x94\x8b\x34\x96\x3f\x02\xeb\x93\xfb\xa7\x18\xbb\xfb\xa7\x2c\xe9\xfe\x29\xc6\x66\xe2\x20\x3f\x09\xf2\x33\x7e\x05\x01\xc8\x03\xc7\x25\x3c\xcf\xd8\xad\x10\x07\x96\xfb\x43\xb5\x3f\xe5\xa8\x3c\xf8\x4d\x87\x0a\x23\x1a\xdc\x09\xc1\x93\xa0\x3b\x63\x2f\x9f\x31\x0f\x84\xf6\xc7\xbe\x2a\x9e\xdd\xfe\x27\x4d\xbd\x3a\xe6\x3a\x31\x49\xe8\x9e\x3c\x0e\xb7\x57\x5e\x34\x0f\x66\x78\x28\x22\xdc\x6d\x2c\x07\xb7\xeb\x50\x44\x08\x19\x9c\x07\xb7\x0b\x0e\x68\x1c\xbb\x67\x1e\xff\xff\xac\xa3\xaa\x93\xeb\xdd\x0f\x1b\xcb\x51\x1b\xcb\x20\xd0\x5c\x9c\xf7\x75\x71\xb8\xa8\x9f\x1c\xb4\x23\x14\x37\x4f\xad\xb3\xcd\x43\xb5\xff\x61\xcd\x3b\x64\x47\x0f\xb5\xbc\xb2\x09\x79\xd8\x97\x8e\x32\xd8\x11\x75\xc0\x9e\x87\x73\x09\x18\xa1\x11\xcd\x6b\x2e\x42\xfb\x72\xe5\xc6\xf2\x5c\xa0\x82\x8a\x4e\xbf\x6a\x8e\xfd\x93\x19\x1e\xca\xf5\xe3\xd6\xd0\xd0\x50\xed\x44\x63\x39\x29\x60\x3d\x09\xcf\x33\xd2\xc2\x72\xd4\x99\x5a\x1e\x4a\x03\x11\xbe\x17\x37\x7f\xb1\xf1\x6f\xca\x8b\xcb\xb4\x0f\xbb\x0d\x98\xcd\x68\xbb\x7f\x5e\x3a\x5f\xfb\xcb\x68\xdc\x43\x18\x9a\x3c\x54\xec\xb5\xae\xf5\xdb\x64\x50\x77\xdb\x4e\xfd\xbc\x8d\x92\x8a\xbd\x66\xa5\x85\x9a\x49\xa8\x99\xd1\x3e\x53\x91\x2f\x76\xa8\xbb\x75\x3c\x91\x00\x32\x79\xb0\x8e\xbe\xaf\x7f\x6a\xfd\x51\x1f\x7c\xe8\xfc\xe3\x99\x8a\x71\xfb\xa1\x4b\x4e\xd8\x8e\xda\xb3\x46\x3f\x74\x49\x72\x15\xcc\x66\xf4\xe6\x76\x8c\xf4\x07\x93\xe9\xb6\x9e\x43\x72\xf5\xa8\x50\x63\xf4\xca\x50\x64\x38\x04\x88\xf2\x9b\xc6\xe4\xca\x85\xf4\x66\xa8\x95\x9b\x95\xfa\x4c\xb0\x97\x5c\xb0\x97\x59\x27\x7a\x19\x87\xd3\x30\x65\xe5\xb3\x4a\x84\x32\x4c\xef\x85\x70\x99\xcf\xba\x38\x5c\x9c\x2e\xde\x2e\x7a\xa6\x02\xba\x59\xcc\xa3\x09\xe1\x92\x0b\xe1\x72\xfe\xd6\xc5\xdd\x45\xd5\xb4\x95\xbf\x4b\x60\x96\x8c\x50\x77\x6b\xf5\x06\x66\xc9\x05\x66\x39\x7d\xe2\x70\x16\x17\xab\x46\xb6\x72\x97\x19\xb6\x9e\x68\x9e\xc9\x89\x86\x38\xc9\x58\x45\xae\xdc\x99\x90\xbd\x8f\x8a\x3f\xc6\x55\x47\x9c\x09\x47\x92\xa1\xda\xfb\x9e\xfe\x89\x80\x3d\xaa\x00\x60\xdc\xe6\x3c\x90\x48\x2e\x90\xc8\xbd\x5e\xd3\x09\x30\x58\xc8\x78\xb6\xef\x2f\x1d\x8a\x70\x7e\xb6\xc0\x22\x0f\x17\x39\x4c\xf3\x05\xfd\x78\xac\xb8\x30\x1f\x19\x0a\x53\xf1\xba\x64\x20\x4f\x06\xf6\x18\xef\xe6\xab\x52\x4e\x88\xca\xfe\x8f\xb7\x79\x09\xd1\xc5\x82\x69\x90\x54\x4a\x30\x8d\x5c\x30\x8d\x77\xbd\xae\xe8\x02\xdc\x62\xbc\xd6\xbc\x30\x4f\xc3\x3c\x95\x63\xcf\x78\xb5\xae\x3e\x1c\x0f\x49\xc6\x6b\x08\x2b\x24\x1e\xdf\x6a\xdd\xe4\x0d\x93\xf7\xbb\x4c\x49\x27\xc1\x51\x73\x78\x7c\xf7\xfa\xe7\xe9\xe2\xa5\xd4\xb2\x26\x45\x5a\xef\xe1\x25\x26\x82\xdd\x04\x9b\xc8\xfc\x29\xa0\x34\x79\x49\x85\x25\x8d\xb0\xb9\x55\x61\x45\xa6\x9d\x21\x7f\xea\x05\x35\x94\x4e\x06\x72\x57\xec\x68\xf2\x42\x5d\x64\xee\x1a\x32\xc8\x89\xd8\x3c\x77\x0d\x7d\xeb\xf6\xe9\x62\x55\x9a\xac\x0d\x30\xb9\x72\x59\x5b\xc9\xfc\x55\x72\x2f\x93\x2b\x07\xc2\x31\x7f\x55\xc1\x91\x59\x9b\x47\xe6\xa1\xe0\xcf\x34\x4f\x46\x96\xc7\xaa\x41\xd4\x90\x9d\x21\x43\x15\xa0\xf5\x29\xed\x0c\x20\x1c\xf3\xb7\x46\xc9\x26\x90\x2a\xe1\xe4\xc3\x13\xa0\x23\x53\xed\xe9\xce\x0f\x4d\x9b\x40\xa6\x7f\x72\x52\xa0\x3c\x32\xcb\x82\xe6\xde\xfd\x73\x1d\x4e\x37\xf5\x82\xa2\x4a\xf8\x8c\x4c\x75\xa2\x6b\x57\x04\xd3\x48\x30\x8d\x09\xb3\x93\xc0\x17\x09\x7c\x31\x8f\x34\xc8\xdc\x2e\xe0\x8b\x79\x58\xde\x80\x2f\x12\xf8\x62\xae\x20\x3f\x85\x31\xc0\x17\x73\xed\x75\x29\xf2\xcf\xa9\xdc\xf0\xd6\xcf\xb9\x8e\xdb\x3d\xd3\xea\x98\x4a\x37\x52\x91\x0e\xb9\x96\xd2\x0e\xa9\x8b\x8a\x1d\xd7\x77\x9f\x86\x4e\xd9\xd9\x61\xbd\x4f\xb6\x99\x65\x9b\x33\x36\xad\x8b\x82\xb2\x5c\xb2\x19\x3f\xdf\x88\x2f\x96\x97\x62\xc7\xe6\xbb\x3b\xc6\x4e\x55\x6b\xc1\x49\x49\x9b\x55\x96\x9f\x36\xd7\xa6\x0a\x24\x92\x40\x22\x33\xd7\x6b\xde\x86\xae\x12\x5b\x93\x8e\x49\x02\x89\x64\xaa\x28\xcd\x35\xbd\x97\xfe\x89\xa2\x37\xec\x9b\x99\xce\xb6\xc1\x42\x26\x02\xcb\x4c\x06\x0b\xd0\x31\x9b\xec\x4c\xbe\x6e\x7f\x15\x11\x72\xbb\xc0\x3b\x12\xae\x63\x36\x8b\x6b\xb2\xe2\xfc\xd4\xe1\x6d\x3e\x1c\x2b\xce\xb2\xe2\x89\x7a\x20\xf3\x33\x6d\x2a\xc0\x9a\x5d\xda\xa2\x49\x1c\x40\x80\xcc\x5e\xe7\x0b\xd9\xe4\x08\x5a\x25\x65\x67\x97\x0e\x68\xea\x39\xc0\x42\x66\x97\x1f\x69\xec\xbd\xb1\x77\x12\x7f\xd9\xe4\x08\x80\x44\x66\xd7\xf9\x26\xcc\x6a\xec\xbd\x8b\x3f\x1a\xa7\xaf\xed\x3a\xef\x8d\x1a\x7b\x6f\xec\xbd\xbf\x9e\x29\x9b\x00\x63\x32\x55\x07\x64\xa3\xa9\x02\x6a\x32\xbb\x88\xaa\xf1\x19\x61\x4c\xe6\xd8\xfc\x93\x69\x43\x95\xcc\xc1\xe9\x83\x23\xc9\xa6\xf2\x75\x54\x9d\x7d\x36\xbb\x62\x0b\xf5\x82\xfc\xe5\x46\x29\x05\x9c\x64\x0e\x33\xa4\x85\xd6\xd9\xfb\xe8\x9e\x29\x2b\xd7\xca\xc2\xe7\xa8\xc2\x8a\x6c\x54\x8c\x9a\xca\xd7\x61\x05\x83\x31\x49\x18\x93\x49\xdc\x24\x81\x4b\x12\xaa\x64\xce\xdd\xed\x34\x0b\xc0\x49\xe6\xb4\x58\x81\x93\x64\xb3\x08\xcc\xc3\x78\x8a\xd2\x00\x48\xe6\xf2\x1d\x1a\xfd\x93\xa6\x04\x7c\xde\x3e\x87\xd8\xab\x75\x0d\x55\x01\x5d\x36\x61\x56\x53\xed\x3d\x45\x2a\x6d\x95\xad\x0c\x25\x81\x9b\x01\x99\x5a\x9f\x8a\x07\xc3\xc8\x3b\x12\x6f\x4a\xed\xce\x42\xa3\x24\x3c\x48\xb6\x53\x09\xa3\x5d\x06\x3a\x24\xc1\x42\xe6\x69\x11\x00\xe8\xc8\xa6\xda\x1b\x13\x40\x82\x77\x24\x5c\xc7\xbc\xea\x08\x3e\xc1\x3b\xb2\x55\x9c\x34\xaf\x4d\x3f\xef\x55\xf5\x52\x73\xe9\xfa\x79\x4d\x8e\x24\xe8\xc7\xbc\x2c\xfe\x8d\xc1\x36\x06\x7b\xed\xeb\x9f\x5e\xb3\x4e\xe2\xe7\xb5\xeb\xbc\xbd\x18\x02\x64\x5e\xd6\xe4\x46\x9e\xa0\x3d\xca\x21\xe7\xbf\x68\x79\xe4\xf1\xaf\xfe\x04\x90\x48\xb6\xda\xbc\xe7\x25\xde\x69\xb6\xe4\xa6\x58\xf5\x96\x3c\x06\x07\x49\x70\x90\x79\x1f\x86\x80\x3f\xd9\xca\x7c\xe7\xbd\x66\xa4\xd4\x20\x38\xc8\x7c\x84\x0c\x9d\x31\xf7\x0a\xcf\xe6\x63\x08\x7a\x1d\xb4\x24\x54\xc8\x7c\x78\x9e\x9d\xf6\x00\x8c\xc8\x54\x9a\x90\x9d\xd9\x77\x66\xaf\x34\x21\xa9\x62\x26\x39\xcc\xf9\x34\xb7\xb3\x70\xf8\x91\xf9\x88\x0e\x60\x44\x12\x46\x64\x3e\xcc\x1e\x46\x24\x61\x44\xe6\x73\x6b\x88\x89\x42\x7e\xcc\xe7\x75\x3b\x99\x81\xae\x38\xfd\xe1\xbc\x75\xde\x2c\x00\xc8\x7c\x45\x70\x9d\x37\x0b\x0e\x32\xd5\x4f\x66\x67\xb7\x9d\xdd\xd2\xac\xcc\x6e\x4b\xee\xa1\xa0\xd4\x7a\x0d\x1c\x92\x50\x21\xf3\x15\x19\x75\x5b\xf2\x82\x83\xbc\x75\x58\x98\x70\x20\x09\x00\x32\xdf\x3a\x4e\x4e\x38\x90\xec\x65\xa9\x93\x76\x44\xf6\x5c\x45\x4f\x9b\x8b\x9e\xc9\x6e\xa1\x42\x26\x7d\xc9\x04\x07\xc9\x05\x07\xc1\x28\x97\x70\x20\x09\x00\x32\x21\x69\x12\xf2\x23\x17\xf2\x03\x78\x3f\x01\x39\xb2\xab\x2e\xff\xa6\xf1\x94\x87\x03\x58\xd8\xb6\xd3\x64\x50\x3c\xd8\x6b\xb3\xd9\xb6\xcb\xed\x8f\xd6\x6b\x9e\x6d\x1b\x6b\xec\xb6\x10\x92\x97\x1b\x3a\xb4\x1c\x05\x14\xcc\x51\x93\x61\xdb\x2c\x64\xa0\x06\x39\x6a\xb9\xdf\x36\x5b\xf2\x30\x19\x48\x57\x6e\xbf\x7d\xfd\xf3\x76\xf1\xad\x8b\x52\x58\x40\x09\x49\xb3\x72\xfb\x09\xac\x86\xe5\x7e\xd4\x44\xd9\x20\x3f\x72\x70\xef\x46\x2d\xf0\xdb\xcf\x52\x32\xb8\x77\xa3\xdc\xbb\x6d\xa5\x32\x48\x5e\x26\xc9\xcb\xed\xd7\xb4\xbe\x74\xb5\x76\xad\xd7\xc1\x73\x69\x67\x95\x5a\x56\xbd\xe6\x61\xe8\x00\x1d\x12\xb4\x61\x3b\xaa\x46\x2b\x21\x1c\x92\x78\xe4\x76\x5c\xfe\x29\x8a\x21\xbc\xb8\x85\x70\x69\x70\x47\x06\x82\x46\xe0\x9e\x1c\xab\xb2\xac\x36\xda\x43\xe5\x6a\x2a\x24\xcf\x51\x83\x7c\x20\x19\xc8\x69\x90\x27\xaa\xd1\xcd\xca\x30\x55\x29\x2e\x09\xbb\xad\xce\xaf\x52\x65\x75\xaa\xac\x3e\xb6\xef\x5f\xd2\xa2\xef\xdf\x9f\xfb\xdf\xcf\x7f\xfc\x8f\xff\xf5\xbf\xcf\x7f\xfc\x9f\xf3\xdf\xdf\xbf\xdd\xff\xf5\xcf\x7f\xbe\x7f\xff\xcf\xe7\xdf\xee\xff\xfc\xdb\xff\xfc\xe3\xea\xdf\x9e\xf7\xfb\xb7\xbf\xbf\xff\x7c\xff\xef\x7f\xfc\xd7\x3f\xef\xf7\x6f\xff\xf8\x8f\x7f\xfc\x71\x57\xfd\xfe\x5f\x00\x00\x00\xff\xff\x9f\x82\x60\xf5\x33\x11\x03\x00"); -func _cgfc ()([]byte ,error ){return _c (_beaa ,"UniJISX02132004-UTF32-V")};func _cecf ()(*asset ,error ){_fdf ,_fec :=_de ();if _fec !=nil {return nil ,_fec ;};_efe :=bindataFileInfo {_dae :"Adobe-CNS1-1",_fb :1761,_ae :_be .FileMode (436),_g :_a .Unix (1580491172,0)}; -_edf :=&asset {_dd :_fdf ,_ef :_efe };return _edf ,nil ;};func _dged ()(*asset ,error ){_deaa ,_eecc :=_aac ();if _eecc !=nil {return nil ,_eecc ;};_ddea :=bindataFileInfo {_dae :"ETen-B5-V",_fb :650,_ae :_be .FileMode (436),_g :_a .Unix (1580491761,0)}; -_fbg :=&asset {_dd :_deaa ,_ef :_ddea };return _fbg ,nil ;};func _fggb ()([]byte ,error ){return _c (_gcec ,"Adobe-Korea1-2")};var _edfdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6b\xf3\x30\x0c\x86\xef\xfe\x15\x3a\xf6\xbb\x7c\xb1\x93\x35\xdb\x20\x04\x46\x4b\x21\x1b\x5d\xc7\xba\x6e\x83\xb1\x83\x6b\x2b\xc1\x6c\x91\x8d\xe3\x1c\xfa\xef\x87\x9d\xb4\x83\x1d\x8c\xac\x57\xcf\x6b\x24\x39\x5b\x35\xeb\x86\x4c\x80\xec\xc9\x5b\xb5\xc7\x00\xad\x21\xed\x71\xb0\xa3\x57\x08\x47\xec\x0c\x31\x26\x72\xd0\x46\x85\x73\x9a\x82\xea\xa5\x63\x2c\xfa\xf7\xa7\x21\x60\xdf\x50\x6b\xa1\x98\x38\x3d\xba\x99\x05\xc8\x9e\xb1\x33\x43\xf0\x27\x58\xdc\x69\x7b\xc4\x7f\xa0\xb1\x8d\xfa\xce\x6b\xf4\x86\x3a\x58\xdc\x4b\x27\x49\x5c\x0a\xfb\xd1\xb9\x6f\xec\x91\x02\xf0\xa4\x21\xe9\x14\x59\xb6\xda\x4a\xf7\x28\x7b\x84\xec\x41\x06\xf9\x25\x49\xa6\x42\xd2\x5f\xd1\x0f\xc6\x12\x08\xfe\x9f\xf3\xf2\x57\x7f\x39\x39\x04\x31\x3f\x70\x68\xd6\xbb\xb6\x1d\x30\xc0\x4d\x79\x35\x31\xef\x87\x66\x0d\x1f\x02\x04\x87\x7c\x59\x2c\xf9\xe7\x8c\xbe\x6d\xad\xc6\xb9\x03\x26\xa6\x79\x94\xd5\x38\x38\xa9\xd0\x4b\xea\x90\x01\x54\x9c\xd7\x50\x6d\x36\x75\x6c\xf2\x4f\x95\xe5\xb3\xc9\xe8\x49\xa8\xf2\x08\x2f\xdb\x1a\x8a\xbc\x64\x55\x19\xb3\x6b\xac\xa1\xb8\x15\xc9\x7e\xe6\xe2\x3d\x6e\xf7\x32\xad\x1a\xbd\x47\x0a\x69\xb7\x69\xa6\xd8\x94\x21\xbc\xfc\x93\xb3\x2e\xba\xd2\xf9\x09\x00\x00\xff\xff\xea\x27\xb0\xe9\xd3\x01\x00\x00"); -var _gac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x54\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x56\xaa\xf6\x40\xec\x09\xb2\xb4\x18\xcb\xc0\x21\x6f\xbf\x9a\x31\xcb\xee\x21\x9a\xf0\x19\xff\x1a\x8f\x49\xeb\xe6\xd8\x38\x3b\x43\xfa\x33\x8c\xba\xc5\x19\xee\xd6\x99\x80\xd3\xb8\x04\x8d\x70\xc3\xde\xba\x24\x11\x39\x18\xab\xe7\xd7\x47\x2e\x7a\xe8\x7c\x92\xa4\xa7\xef\x43\x21\xca\xfd\x37\xb9\x3f\xc1\x32\xe1\xaa\x75\x73\x6c\x1f\xd3\x8c\x43\xe3\xee\x23\x14\x71\xb7\x59\xfc\x9a\x00\x90\xfe\xc2\xde\x4e\x73\x78\xc0\xee\xab\x19\x6f\xf8\x01\x0c\xde\xc9\x7f\x04\x83\xc1\xba\x1e\x76\xf5\xa5\x15\x1b\xb7\x8b\xf7\xcf\x38\xa0\x9b\x41\xb0\xa1\x33\x5c\x93\xb4\x3e\x77\xfe\xd2\x0d\x08\xef\x7a\xb9\xf2\x1a\x2f\x5d\x31\x4c\x76\x74\x20\xf2\x8f\x59\x26\xdf\xfc\xf7\xc3\xe3\x9a\x95\xa4\xff\xfe\x34\x47\xf8\x2f\x40\x64\x90\x4b\x99\x1f\x9e\x56\xff\x7b\x1e\xcd\xf6\x96\xc8\x63\xfb\xda\x9a\xd0\xb9\x1e\x93\xcf\x9d\x28\x6f\x5f\x60\x2d\xa2\xa8\xca\x8a\x4c\x76\x6c\x54\x44\xa1\xca\x82\x4d\x47\xd3\xd1\x24\x9b\x89\x86\x64\x19\x49\x25\x58\xaa\x9c\xa4\x64\x91\x51\x2a\x92\x03\xcb\xa7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x09\x00\x00\xff\xff\x6c\xe3\x0f\x46\x67\x02\x00\x00"); -func _cae ()([]byte ,error ){return _c (_eda ,"Adobe-CNS1-6")};func _gfca ()(*asset ,error ){_ebbd ,_ecfg :=_aag ();if _ecfg !=nil {return nil ,_ecfg ;};_caef :=bindataFileInfo {_dae :"Adobe-GB1-1",_fb :1205,_ae :_be .FileMode (436),_g :_a .Unix (1580491251,0)}; -_dcd :=&asset {_dd :_ebbd ,_ef :_caef };return _dcd ,nil ;};func _dedb ()(*asset ,error ){_baa ,_gggc :=_febc ();if _gggc !=nil {return nil ,_gggc ;};_dbf :=bindataFileInfo {_dae :"Adobe-Japan1-5",_fb :2005,_ae :_be .FileMode (436),_g :_a .Unix (1580491332,0)}; -_fea :=&asset {_dd :_baa ,_ef :_dbf };return _fea ,nil ;};func _dfe ()(*asset ,error ){_bead ,_bee :=_fdd ();if _bee !=nil {return nil ,_bee ;};_ffg :=bindataFileInfo {_dae :"Adobe-GB1-2",_fb :2159,_ae :_be .FileMode (436),_g :_a .Unix (1580491257,0)}; -_gae :=&asset {_dd :_bead ,_ef :_ffg };return _gae ,nil ;};var _fbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\xcd\x8a\xe3\x46\x14\x85\xf7\xf5\x14\xb5\x9c\x2c\x26\xae\x7b\xeb\x1f\x84\x21\xb8\x19\xf0\x62\x66\x42\x9c\x4e\x02\x21\x0b\x59\x2a\x19\x41\x2c\x09\x59\x5e\xf4\xdb\x87\x5b\x47\xdd\x81\x31\x18\xd9\x9f\xab\x74\xac\xef\xc8\xd7\x87\xd3\xf9\xe5\x3c\x8d\x9b\x3e\xfc\xba\xce\xdd\xa5\x6c\x7a\x18\xa7\x7e\x2d\x8f\xf9\xb9\x76\x45\x5f\xcb\x6d\x9c\x94\x22\xd6\xfd\xd8\x6d\xef\x6f\xeb\xa1\xbb\xb7\x8b\x52\xb2\xff\xf2\xf6\xd8\xca\xfd\x3c\x0d\xb3\xb6\x58\xd7\x3f\x97\x7d\xad\xd6\x87\xdf\xca\x6d\x7c\x6c\xeb\x9b\xfe\xf4\x4b\x3f\x5f\xcb\x4f\xba\x2f\x83\xf0\xef\x6b\x5f\xd6\x71\xba\xe9\x4f\xa7\x6f\x17\xfa\xc0\x97\xe7\xb2\xfc\x5b\xee\x65\xda\xb4\xa9\xac\x4c\x7d\x3d\xaa\xc3\xe9\x6b\xbb\x7c\x6b\xef\x45\x1f\xea\x99\x3e\xcb\xbe\xcf\x58\x54\x3f\xfb\xa3\xac\x8f\x71\x9e\x34\x99\x9f\x8d\x09\xff\xf3\xdf\xdf\x96\xa2\x69\x3f\xc9\xeb\xf9\xe5\xfb\x30\x3c\xca\xa6\x73\xd8\xf7\xfe\xf5\x7a\x7e\xd1\x7f\x93\x26\xa3\xd9\xdb\xec\xfe\xd9\x97\xfe\xf9\x75\xee\xcb\xfe\x2d\xea\x95\x9e\xe6\xe7\xb4\x69\x72\x26\x67\x40\xc2\x65\x76\x73\x5f\x1e\x4b\xdb\x95\xb5\x9d\x6e\x45\x69\xdd\x18\x63\xcc\x51\x37\x36\x7e\xf9\x72\x94\x2b\xf8\x61\x85\xf2\x61\xdf\x39\xf6\x20\xef\x3b\x8c\x19\x86\xa3\x96\x87\x51\x8d\x21\x30\x02\x63\x1f\x54\x63\x18\x8c\xc1\x3c\xb1\x6a\x8c\x05\xb3\x60\x31\x24\xd5\x18\x07\xe6\x2a\x23\xc3\x4e\x35\xc6\x83\x79\x30\x4e\x92\x11\xc0\x02\x98\xb7\x92\x11\xc1\x22\x58\xcc\x92\x91\xc0\x52\x65\x6c\x9c\x64\x64\xb0\x0c\x66\x8d\x64\xb4\x60\x2d\x98\x0f\x92\x71\x05\xbb\x82\x25\x92\x8c\x0e\xac\xab\xcc\x9a\x28\x19\x3d\x58\x0f\x66\x59\x32\x0a\x58\x01\xf3\x49\x32\x06\xb0\x01\x2c\x39\xa3\x1a\x82\x3f\x82\x3f\x67\x72\x50\x0d\xc1\x1f\xc1\x9f\xb3\x9e\x55\x43\xf0\x47\xf0\xe7\x82\x49\xaa\x21\xf8\x23\xf8\x73\x29\x38\xd5\x10\xfc\x11\xfc\x79\x62\xc9\x80\x3f\x82\x3f\x6f\xa3\x64\xc0\x1f\xc1\x9f\x0f\x56\x32\xe0\x8f\xe0\xcf\xa7\x24\x19\xf0\x47\xf0\x17\xc8\x49\x06\xfc\x11\xfc\x05\x67\x24\x03\xfe\x08\xfe\x42\x90\xce\x09\xfe\x08\xfe\x42\x96\xce\x09\xfe\x08\xfe\x22\x49\xe7\x04\x7f\x04\x7f\xd1\x49\xe7\x04\x7f\x04\x7f\x31\x48\xe7\x04\x7f\x04\x7f\x31\x4b\xe7\x0c\x7f\x0c\x7f\x89\xa4\x73\x86\x3f\x86\xbf\xe4\xa4\x73\x86\x3f\x86\xbf\x14\xa5\x73\x86\x3f\x86\xbf\x94\xa5\x73\x86\x3f\x86\xbf\xcc\xd2\x39\xc3\x1f\xc3\x5f\x76\xd2\x39\xc3\x1f\xc3\x5f\x8e\xd2\x39\xc3\x1f\xc3\x5f\xce\xd2\x39\xc3\x1f\x57\x7f\x72\x3b\x4b\x06\xfc\x71\x06\x73\xd2\x39\xc3\x1f\xb7\x60\x51\x3a\x67\xf8\xe3\xea\x4f\x6e\x0a\xc9\x80\x3f\xee\xc0\x58\x3a\x67\xf8\xe3\x1e\xcc\x4b\xe7\x0c\x7f\x5c\xc0\xa2\x74\xce\xf0\xc7\xd5\x1f\xb1\x91\xce\xed\xfe\x8b\x37\x60\x2c\x9d\x5b\xf8\xb3\x04\xe6\xa5\x73\x0b\x7f\x96\xc1\x92\x74\x6e\xe1\xcf\x56\x7f\x64\x8d\x74\x6e\xe1\xcf\x3a\x30\x2b\x9d\x5b\xf8\xb3\x1e\xcc\x4b\xe7\x16\xfe\x6c\x00\x4b\xd2\xb9\x8d\xfb\xf4\x21\x3e\xca\xb8\x4a\xa6\xce\xa0\xf7\x59\x23\xaf\x65\x7a\x7f\xcc\xd3\xee\xb9\xae\x65\xda\xea\xec\xae\x13\x53\xa6\xdb\x38\x95\x8f\xff\x81\x65\x5e\x64\x57\x7d\xfe\x17\x00\x00\xff\xff\xdd\x7b\x1f\xc6\x33\x06\x00\x00"); -var _cega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4e\x10\x05\xf0\xbb\x3e\xc5\x1e\xf3\x3f\xfc\x6b\x49\xb3\xb3\xbb\x82\x60\x08\xf1\xa1\x2e\xa4\x29\x4d\x93\x16\x4a\x0f\xb2\xb4\x36\x82\x5a\x16\xb2\x7c\xc8\xb7\x2f\xf3\x9e\xeb\x1e\xc2\xc4\xbf\xec\xce\xee\x1b\xe2\x5d\x3d\x6e\x37\xdb\x71\x58\xdc\xea\xcb\x7c\xea\x5e\xf2\xe2\xf6\xc3\xd8\xcf\xf9\x7c\xba\xcc\x5d\x76\xbb\x7c\x18\xc6\xa2\xa8\x6a\xd7\x0f\xdd\xf2\xf7\x23\x4a\x77\x6c\xa7\xa2\x58\x3d\xf4\xfd\xff\x1f\xdd\xe5\x9c\xaf\x9f\x1f\xb7\x9b\x97\xf7\xf3\x92\x8f\xdb\x71\x7f\x72\xc2\x7d\xfd\x65\xba\xee\x75\x6e\xf5\x35\x1f\x86\xf3\x32\xbf\xbb\xbb\x87\xfe\xb4\xcb\xff\xb9\x3e\xef\xcd\x9f\xe7\x3e\xcf\xc3\x78\x70\x77\x9f\xda\xa9\x1d\xab\xdb\x1f\x5e\x2e\xd3\xf4\x3b\x1f\xf3\xb8\xb8\x0a\x96\xc7\x1e\xb5\x58\x3d\x3e\xb5\xd3\xe7\xf6\x98\x1d\xee\xf1\x06\x05\xbe\xe5\xf9\x3c\x9c\x46\x57\x95\x1f\xca\x32\xfc\xf3\x6f\xef\x53\xbe\x76\x29\x56\xaf\xdb\xcd\xf3\x7e\x7f\xce\x8b\x8b\x4d\xc9\x35\x3f\x5e\xb7\x1b\xf7\xb3\x72\x55\xe9\x6a\x95\x3a\xfd\xba\x2e\xfd\xfe\x74\xea\x6f\x1b\x35\x32\x4d\x37\xf4\x73\x3b\x1e\x72\x71\x5f\x57\x75\xbd\x76\x56\x64\xed\x62\x4a\x11\xe4\x49\x7e\xed\x52\x1d\x12\x48\x49\x6a\x14\xbd\x91\x54\x20\xa9\xb1\xb1\x01\x75\xa4\x6c\xd4\x54\x46\x9e\xab\xbc\x82\xb0\xd1\x07\x52\xb0\x5e\xa9\x06\x45\x52\x44\x7b\x05\x25\x52\xc2\xaa\x12\xd4\x90\x1a\xac\xc2\x55\x7d\x0b\xd2\x1d\xda\xdb\x25\x7c\x8d\x13\x51\x62\x53\x25\x90\x90\x04\xc4\x55\x4a\xb2\x7b\x35\x75\x09\x8a\xa4\x08\xaa\x40\x0d\xa9\x01\xd9\x55\xbd\x67\x2f\x8f\x5e\xb5\x18\x05\x52\x20\x79\x10\xdb\x07\xb6\x57\x10\xdb\x07\xb6\x0f\xa0\x4c\xca\x20\x0b\xe4\x23\x37\x46\x0c\x27\x58\x2f\x65\x20\x65\xa0\x3a\x81\x84\xc4\x13\x1b\x90\x92\x70\xa2\x94\xa0\x48\xc2\x89\x52\x81\x1a\x12\x02\x89\x05\x52\x06\x52\x06\x12\x0b\xa4\x0c\xa4\x0c\x24\xb8\x04\x03\x29\x03\x89\x82\xd8\x9e\x81\x24\x80\x32\x09\x81\xc4\x02\x29\x03\xa9\x05\x8a\x8d\xa4\xe2\x3e\x46\xb5\x4b\xb0\xc4\xc6\x0b\xa8\x25\xb5\xa0\x12\xb4\x23\xed\xd6\x2e\x89\x65\x8c\x51\x3b\x52\x87\x55\x15\xa8\x27\xf5\xb6\x4a\xb8\x31\x93\xf6\x20\x6c\x0c\x25\xc8\x4a\x6c\xbc\x82\x2a\x52\x85\x55\xb8\x57\xa8\x49\x35\x56\x45\x90\x90\x30\x09\xc5\x89\xc1\x93\xec\xdb\x21\x9e\x1b\x95\x84\xe1\x28\x02\x85\x40\x42\x6c\xc5\xbd\x30\x2f\x96\x24\xde\x83\x12\x29\x81\x78\x22\x87\x13\x30\x1c\xe5\x2a\x0e\xc7\x4a\x12\xce\x2b\x70\x38\xa1\x03\x31\x23\x27\x11\x30\x09\xe5\xbd\x38\x09\x2b\x49\x94\xed\xf7\x24\x0c\x87\x57\x8d\x1c\x8e\x95\x24\x1a\x40\x0c\x64\x25\x89\xfd\x47\xc7\x3e\x62\x38\x28\x49\x44\xec\x2d\xbb\x3d\x23\xf6\xbb\xbd\xa2\xb7\x57\xad\xbb\xcc\x73\x1e\x17\xbc\xa1\x78\xbe\xec\xfd\x19\xc6\x7c\x7b\x9f\xa7\xd3\x64\xbb\xf0\xf3\x27\x00\x00\xff\xff\x72\xe0\xee\x65\xcb\x05\x00\x00"); -func _ffcd ()(*asset ,error ){_gggd ,_acaf :=_fede ();if _acaf !=nil {return nil ,_acaf ;};_dea :=bindataFileInfo {_dae :"Adobe-CNS1-7",_fb :1877,_ae :_be .FileMode (436),_g :_a .Unix (1580491225,0)};_ecd :=&asset {_dd :_gggd ,_ef :_dea };return _ecd ,nil ; -};var _gea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\x8f\x65\xc7\x6d\xc7\xf7\xfd\x29\xee\xd2\x59\x38\x3a\xf5\x64\x11\x18\x34\x60\xc8\x11\x22\x07\x4e\x02\x2b\x2f\x20\xc8\xe2\x3c\x78\x84\x01\xa2\x9e\xc6\x68\xb4\xf0\xb7\x0f\xf8\xfb\x5f\x29\x71\x12\x40\x0b\x83\xd6\xbf\x79\xaa\x58\x24\x8b\xaf\xba\xf3\xd5\xd7\xdf\xfe\xfe\xdb\xb7\x8f\x5f\x1e\x5f\xfd\xe3\xe7\x4f\xe7\x77\xf1\xe5\x71\x7f\x7c\xbb\x3e\xc7\x8f\x9f\x7e\xfa\x7c\xc6\xe3\x88\xef\x3f\xbe\xbd\xbc\x94\xfa\xb8\x3e\x9e\x5f\x7e\xfe\x4f\xc8\xf9\xc3\xfe\xfe\xf2\x92\xdf\x7f\xf7\xe7\x1f\xbf\xc4\x0f\xdf\xbe\xdd\x9f\x1e\x4d\x7c\xd7\x4f\xef\x4f\xde\xc7\xe3\xab\x3f\xc5\xf7\x1f\x7f\xfc\xf2\xf9\xcf\x8f\xdf\xfc\xee\xfa\x74\xc4\x5f\x3d\xae\xb8\x13\xff\x87\xcf\x57\x7c\xfe\xf8\xf6\xfd\xe3\x37\x7f\xd8\xdf\xf7\xb7\xf2\xcb\x1f\xbe\xfb\xe9\xfd\xfd\x3f\xe3\x87\x78\xfb\xf2\xd8\xc0\xe2\xed\x82\xbe\x7c\xf5\xf5\x1f\xf7\xf7\xbf\xdf\x7f\x88\xc7\x57\xb6\x7e\xfb\xa7\xbf\xfb\xee\x0f\xbf\xfd\x5b\xfe\xc2\x1f\xfe\x25\x3e\xff\xf8\xf1\xd3\xdb\xa3\x6c\x7f\xbd\x6d\xf3\xbf\xf1\x7f\xfa\xf3\x7b\x3c\xca\x73\x85\x7f\xfb\xe7\x6f\x7f\xff\xf8\xf7\xf2\x28\xdb\xa3\x8e\xd6\xe7\x7f\x3c\xf1\x7f\xfd\xe3\xa7\x2b\x9e\xfb\xbd\x74\x49\x7f\x7e\xba\xe2\xc7\xf7\xfd\x8c\xcf\xfb\xdb\xf7\xf1\xf2\x78\x7c\xd8\xb6\xd7\xc7\xe3\xf1\x61\x6d\xaf\xf9\x5f\xab\xf4\xed\xf5\xf1\xc1\xbf\xf9\xe6\x6b\xfe\xfb\x77\xfa\xeb\xef\xbf\xe1\xbf\xfe\x66\xe3\xaf\xdf\x7c\x9d\x7f\x8d\xb7\xeb\x7f\xad\xf6\x52\xb4\xc9\xdb\xa7\x2f\x57\xdc\xc2\x58\xff\x43\xb9\x5f\x1f\xb5\x95\xfc\xe6\x7f\xfe\xf1\xa5\x6c\xdb\x53\xae\x8f\xd7\x93\xbf\x26\xbf\x85\xf8\x7f\x96\x67\x95\x44\x66\x6b\x89\x2c\x21\xfb\xf9\xfa\x98\x3e\x5f\x3e\xac\xda\xef\x44\xea\x58\xaf\x0f\x5b\x5b\x22\x13\x9e\x6a\xfe\xfa\x30\x07\x59\x05\xc4\xf7\xd7\xc7\x2a\x7c\xe5\xfa\xea\x2e\xaf\x8f\xd5\xeb\xcb\x87\xd5\xb4\x57\xcb\xbd\xbc\x8e\x44\xb4\x57\xf3\xf9\xfa\xf0\xb5\x12\xd1\x57\xed\x98\xaf\x8f\xb2\x95\x14\xb1\x1d\x82\x2e\xa0\x96\xdf\x75\xad\xd4\x53\x8c\xb2\x0d\x4f\xc8\x04\xe5\xe2\x65\xf3\xdc\xaf\x6b\xf5\xee\xe5\xf5\x51\xca\x66\x2f\x1f\xd6\xd2\xf2\x90\x52\x90\x61\xed\x70\x41\x4c\x2a\x58\x7b\x11\x34\xe1\xe2\xc3\xdd\x04\xd9\xeb\x63\xd5\x39\x81\x96\x20\xd6\x6a\x3d\xa1\x43\x6b\x25\x31\x9f\x05\x48\x6b\x25\xb1\xd6\x36\xa0\x2a\x68\xe5\x87\x5d\x1f\xba\x20\x47\x08\x41\x3b\x50\x1c\xc9\x35\xf2\x40\x2b\x4e\x41\x27\x5c\x48\x1f\x17\xd0\x9d\x9a\xa8\x1b\xd2\xdf\xda\x31\x89\xcd\x86\xa8\xb7\x76\xbc\x1d\xae\x05\xa4\xe5\x93\xd8\x6c\x9c\xf1\x3e\x04\x9d\xc9\x55\x12\x72\x29\xda\xfb\x02\x72\x20\x17\x24\x51\x17\x10\x6b\xf9\x68\xc9\x55\xe1\x1a\x5d\x50\x87\x4b\xd0\x10\x64\xc9\xd5\x37\xa0\x25\x28\x3d\x6b\x3e\x21\x2d\x3f\x0e\xb8\x3a\xd0\x29\x88\x63\xe3\x4a\x3e\x38\xb6\xe3\x00\xb5\x23\xc4\x2c\x82\x38\x76\x6f\x40\x1c\xdb\xf1\x89\x3a\x80\xe4\x13\xbe\xf6\x84\x16\x6b\xad\x43\xd0\xc1\x87\xec\xb8\xb4\xe3\x3e\x92\xcb\x81\xd2\x19\x9e\xc4\x66\x1f\x40\x26\xc8\xd2\xb4\x93\x33\xca\x27\x20\x36\xfb\x04\xd2\x81\xae\xeb\xf5\x51\x5a\x45\x88\x2b\x04\x05\x5c\x28\xfa\xc2\x31\xfd\x4e\xe5\x34\x03\xba\xb5\xd6\xad\xb5\x38\xe3\xad\xb5\xd2\x68\xa5\x63\x6d\x97\xd1\x20\x36\x3b\x42\xdc\x92\x1e\x3b\xf6\x2d\x85\xd8\x65\x47\x48\xe9\x5c\x85\xbd\x17\x41\xe8\x6b\x6c\x40\xe8\x6b\x9f\xe2\xca\xb5\x76\x69\x15\x32\xbb\xf3\xe1\x7c\x72\xa5\xa8\xbd\x17\xa0\x25\x68\xbd\x3e\xc6\xc6\x19\xf7\x89\xa8\x3b\xba\xef\x48\xbf\x4b\xf7\xfb\xea\x09\x19\x3b\xae\x21\x68\x20\x04\x6b\xad\x29\x88\x33\x1a\xd2\xcb\x42\xbb\x2c\xc4\x55\xd8\x65\xa1\xdd\x6b\x72\x61\xc7\xdd\x9b\xa0\x06\x17\x42\x78\x17\x94\x76\xec\x04\xaa\xdd\xb5\x7c\x92\xe1\xf8\xfd\xee\x26\xc8\xe1\xd2\x87\xbb\x20\x6e\xc7\xe8\x40\x12\x22\xa3\x51\x79\x6a\xe2\xd4\x81\x4e\x42\xc7\x18\x40\xd2\x57\x92\xf1\xdc\xf1\x94\xbe\xce\x3c\xd0\xe0\x3e\xee\xa7\xd6\x3a\x75\x20\x41\x3a\xd0\x99\xcb\x0f\x3c\x67\xbf\xb4\x7c\x92\x39\x09\x8f\xfb\xa5\xe5\x23\x8f\x3d\xa4\xaf\xd0\xb1\x43\xc7\x46\xae\xd0\xb1\x71\x80\x81\xa2\x0f\x39\xc0\x91\xb7\xb6\x0c\x1f\x40\xbb\x20\x9d\x71\x01\x21\xd7\x31\xd2\x68\x13\xcf\x39\xc6\x2d\xe8\x86\x2b\x7d\xe2\x50\xf4\x3f\x30\xed\x24\x3c\x1e\x32\xed\x41\x5c\x7d\xae\xa5\xb8\x7a\x28\xae\x4e\x84\x50\x5c\x3d\xf2\xc2\x94\xe9\x05\x68\x09\xc2\xc9\xa7\x20\x3c\xe7\x38\x1b\x5c\xec\x78\x76\x41\x19\x4d\xba\x75\xa0\x21\x28\xcf\x68\x12\xe2\xbc\x04\x5d\xac\x55\x81\xb8\x69\x47\xa4\xee\x0d\xdd\x1f\xa1\x33\x06\xba\x9f\x0d\x08\xdd\x1f\x19\x31\x8b\x11\xdc\x0f\x45\x4c\x88\xcd\xc9\x8e\x77\x13\x94\xb1\xd0\x8c\x0f\x75\x1f\x21\x36\xe7\x20\x69\xff\x9c\x6a\xff\xbf\xec\xbb\x0e\x85\x5d\x48\x51\x32\x3d\x74\x83\x0f\xdd\xe0\xe7\xee\x4f\x81\x38\x1c\xde\x7d\xca\x80\x67\x5e\xd1\x62\xab\x01\x35\x41\x58\x7e\x1a\x10\x8a\x3a\x33\xd4\x16\x5b\x40\x63\x0a\x22\x70\xcd\x05\x84\xc3\x9f\x33\x35\xbc\x30\xf3\x39\xf5\xe1\x24\x5e\x13\xcb\xce\x39\x04\xa5\x10\xab\x6e\x40\x97\x20\x34\x6c\x82\xd0\xf0\x99\xe9\xb7\x2c\x62\xff\x69\x45\x10\x91\xc5\x0a\x50\x15\xc4\x8e\x24\xd9\xd3\xb4\xa3\xb1\xa3\x71\x46\xd3\x8e\x59\x56\x94\x85\xb5\x4e\xdb\x05\xa5\x93\x96\xa5\xb5\x0e\x41\xe9\x7e\xaa\x2c\x4e\xb9\xdf\xb9\x58\x9e\xcb\x73\x2e\x2d\xbf\xb4\x3c\x3b\x2a\xd8\x9c\x8e\xa8\x5c\x9e\xd3\x25\xaa\x4b\xd4\x0e\x24\x51\x3d\xcd\xbc\xa6\x20\x17\x84\x99\x6d\x00\x49\x2e\xcf\xa8\xbe\x24\xbd\x4b\x13\x4e\x54\x27\x70\x9d\x2a\x37\xce\x4c\xfe\x65\x11\xd5\x4f\x25\x7f\x88\xcd\x27\x24\x3b\x1e\x1c\xc8\x05\x3d\x3f\xe4\xd6\x19\x46\x53\xb0\x39\xf1\x09\x2f\xa9\xfb\x4b\x3e\x71\x71\xa9\x1d\x45\x5f\xba\xd4\x97\x2e\xb5\x39\x10\xfa\xba\xf0\x09\xc7\x99\x2e\xf9\xc4\x25\x9f\xc0\x0b\x2f\xf9\xc4\x45\xec\x77\x52\xde\xa5\xd8\x7f\x29\xa3\xa2\xfb\x4b\xb1\xff\x4a\x73\xd4\x6d\x4b\x4d\x5c\x32\x07\x64\x2c\xc2\xee\x65\xa7\xa0\x2c\x33\x37\xea\xcc\x4b\x16\xba\x32\x6c\xd7\x8d\x02\xe7\x5a\x97\x20\x9c\x49\x72\x2d\x54\x78\x65\x08\xaf\x1b\x49\xe3\x52\x08\x87\xd8\xc4\xef\x2f\x1f\x82\x56\x72\x11\x76\x2f\x59\xe8\x92\x85\x16\xcb\xcb\x42\x57\x46\xcf\xba\x11\x7f\x2e\x45\x4f\x88\xcd\xc5\x87\x97\x0e\x94\x11\xb3\x16\x0a\xd7\x2b\xb4\x7c\x90\x93\x96\x20\xe9\x2b\x03\x44\x2d\x38\xe6\xa5\x00\x71\x29\x40\x70\xd3\x2e\x05\x88\x2b\x2d\x54\x0b\xa9\x38\x64\xa1\xe8\x23\xa1\x21\x68\x0a\x92\xee\x17\x90\x09\xca\x03\x15\x22\x40\xa8\xca\x0a\x55\x59\x4b\x1f\xee\x82\x76\xb8\x04\x1d\x82\x08\x1d\x64\x9b\xe8\xe8\x3e\xd2\x9c\xb5\xe0\x13\xa1\x2a\x2b\x54\x65\xb9\x20\x2d\x8f\x85\x0a\xfa\x0a\x59\x28\x32\xae\xd6\x5a\xd3\x1c\x71\x4a\xd4\x13\x51\x49\x8c\x71\x4a\xd4\x24\x53\xc9\x3f\x4e\x2d\x7f\xa5\x0a\x55\x2c\xc5\x35\x04\xa1\xc2\x27\xa4\xb5\xae\x94\xbe\x51\x82\xc6\x25\xe9\x2f\xea\x3a\x72\x52\x5c\xf8\x44\xa0\xc2\x56\x12\xba\xa5\xc2\x3b\x35\x51\x1b\xc5\xd2\x2d\x4d\xdc\x72\x72\x17\xc4\x5a\x77\xd6\x9b\xb5\x91\x80\x6e\xd5\x9b\x10\x9b\x2e\x08\x21\x6e\xf5\x3f\xa8\xf0\xd6\xb1\xef\xac\x2d\x6a\xe7\x5a\xdd\xaa\x2d\x6e\x39\xa6\x8b\x0b\xc7\xbc\x33\x4e\xd4\x5e\xf3\x40\xb7\xe2\xc4\x4d\xb9\x61\x5b\x01\xc2\x57\xef\xbd\x26\x17\xb5\xfe\xbd\x37\x41\xe2\x6a\x40\xe2\xca\x26\xa1\x76\x82\xd5\xad\x26\x01\x62\xb6\xb1\xbc\xe2\xc4\x7d\xa4\x26\x3a\xee\x7b\x1f\x97\xa0\x0b\x2e\x94\x73\x48\xae\x8b\x1d\x09\x43\xf7\xa5\x1d\x2f\xed\xc8\xf2\x97\x76\xbc\x58\x0b\x73\xdc\x52\x34\xc4\x8c\x82\xf0\x56\x55\x7a\x47\x9e\x71\x48\x88\x90\x10\x49\xcc\x30\xda\xad\x72\xe3\xc6\x42\x23\x6b\x44\x57\xd7\xea\x1b\xee\x3b\xb2\x2d\xf1\x0d\xf7\x15\x31\x7b\x72\xed\x40\x96\x8e\x39\x3a\x5c\xb6\x04\xa5\x63\x5a\xea\xde\x37\xd3\x87\x58\x68\x64\x1b\xe7\xdb\xd2\xf2\x49\xcc\xb2\x25\xf4\x8d\x6e\xd3\xb7\xc5\x8e\xce\xf2\x4b\x1f\x2e\x76\x2c\xf5\x57\x53\xb1\x6f\x4b\x02\x65\x8c\xae\x33\x0f\xe7\xdb\xae\xad\x76\x6d\xd5\x80\xb4\xd5\x01\x57\x63\xf7\x53\x5c\xa7\xb8\x3a\x90\xb8\x52\x39\x95\xa2\xc2\x37\x8a\x30\x11\xb3\xc2\x79\x89\x2c\xbe\x45\x1e\x6e\x4a\xec\xb8\x81\x6e\xad\x35\x13\xba\xb5\xd6\x3d\x5f\x1f\xf5\x79\xde\x6c\x0b\x92\x48\x51\x88\x7a\xeb\xbc\xd8\xc1\xb2\x33\xf3\xe7\x6c\xa1\x10\x6c\x2c\xab\x70\x2f\x04\x1b\x11\xb3\xcc\xe1\x5e\x08\x36\x22\x93\x62\xc7\x4b\xc7\x0e\x85\x98\x61\x9c\xb1\x8c\x27\xc4\x8e\x55\x10\x3b\x96\x99\x37\xd8\x32\x38\x7b\x99\x87\xa0\x03\xae\x0a\x74\x0a\xba\x92\x2b\x8b\x12\x2f\x94\x08\x22\xf6\x94\x6b\x72\xec\x62\x70\x19\x72\x99\xb8\x4c\x5c\xa9\x55\x8d\x22\xbc\x60\x66\x5b\x88\x2a\x33\x17\x99\x39\x1b\x78\x2f\xb2\x63\x39\x90\xcb\xe1\x3a\x24\xd7\x21\xb9\x04\x49\xae\xac\xc2\x2b\x25\x82\x97\x53\x5c\xa7\xb8\x10\xf5\x14\xd7\x95\xc1\x66\x4d\x0e\x74\x69\xf9\x24\x66\x95\x63\x5f\xfa\x30\xf2\x06\x93\xd6\xbd\x44\x11\xc4\x0d\xae\x98\x83\xcb\xe3\x25\x8b\xcb\xba\x16\x07\xa2\x5b\x17\x31\x6b\x1c\x3b\x74\xec\xcc\x23\x75\x49\x7a\xf2\x88\x97\x1b\xcf\x91\x39\xee\x21\x28\xa5\xf7\x0d\x15\xde\x12\x82\xb2\xd1\x9a\x20\x49\x8f\x4f\x50\x22\x78\x95\x4f\x54\x7c\xc2\x71\xa6\x2a\x9f\xa8\xf2\x89\x4c\xc5\x5e\xe5\x13\x90\xea\xf8\x57\x95\x4f\x54\xdd\x60\x2e\x75\xd5\x0d\xae\x19\x6a\xab\x57\xad\x75\x0a\xd2\x81\x0c\x88\x03\xd5\x21\x2e\x3e\x1c\xe2\xa2\x81\xb7\xe6\x40\x68\xa2\x72\xcf\xbd\x23\xaa\xac\x5d\x57\xde\x34\x37\xe4\x72\x41\xce\xed\x10\x17\x15\x9b\xd7\x0c\xb5\xd5\x1d\x21\xa8\x07\x44\xcc\xba\x20\x9d\xd1\x11\x02\xad\x56\x97\x10\x8e\x10\x59\x36\x7a\x75\x09\x91\x9e\xd3\x36\xb4\x5a\xe5\x39\x55\x9e\xd3\x05\xe9\xc3\x4c\x8c\x6d\x93\xbe\x4e\x2d\x4f\x62\xb4\x2e\x48\x2a\x4c\xd2\x36\xc2\x5b\x3d\xa5\xc2\x93\x3b\xf4\x84\x5c\x10\x3b\x76\xf4\x25\x2f\xac\xf2\x42\x1c\xb3\x9e\xcf\x1d\xcf\xe4\x1a\x1c\xfb\x94\xa8\xf4\x36\xf6\xfc\x50\x8a\xce\x6a\xa6\x6d\x83\x03\x51\xcd\x88\xac\xca\xe5\xab\xa4\x03\xaf\xd7\x82\x4b\x90\x84\x48\xd2\x07\x9e\x53\xe5\xe4\xf5\x66\xc7\x2c\x7a\x5d\xd3\x3a\x91\xb6\x11\xac\x1a\x23\x03\x11\x53\x04\x68\x8c\x0c\xbc\xa5\x7f\xb5\x92\x59\xd0\x9b\xfc\xab\xc9\xbf\xba\x3e\x34\x41\x27\x5c\x13\xe8\x12\xc4\x81\x38\x63\x93\xe7\xb4\xcc\xe1\xad\x10\x7d\x1b\x39\x5c\xc4\x6c\xb0\xfc\xd0\xf2\xe9\x40\xad\x54\x41\xcf\x0f\x09\x1d\x68\xa2\xd1\xb6\x7a\x9b\x33\xb9\xb8\x69\x6d\x4a\x88\x24\x66\x83\xe5\x99\x5b\x78\x9b\x0e\x17\xa2\xce\x5d\x10\xd7\x7d\xa0\x09\x45\xb9\x96\x31\xab\x15\x3c\xa7\x99\x94\x43\x8b\x63\x59\x82\x7a\x33\x69\xc2\xd0\x84\x8e\x6d\x12\x35\xc9\x58\x4f\x2e\x09\x91\x7e\xdf\x8a\x96\x97\xdf\xb7\x6c\x5e\x5a\x21\xe6\x34\x9a\x17\x11\x33\x8c\xd6\x96\x34\xb1\x38\xf6\x14\xa4\x63\x27\x19\x75\xe3\x8c\x4b\xc7\xce\xda\xa4\x15\x22\x53\x63\x2c\x22\x32\xba\x34\xe1\x5a\xde\xd3\x57\xcb\x62\x47\x97\x26\x1c\x5f\x1d\x98\x96\x9a\xda\x5b\x5e\x85\x56\x16\x6b\xe9\x2a\x40\xcc\x06\x67\x3c\x64\xc7\xcc\x8f\xad\x12\xdc\x9b\xf2\x63\x53\x7e\x9c\xdb\xaf\xa7\xe2\xa6\xf4\xd9\x70\xe5\x4a\x24\x6e\x72\xe5\xa6\x32\x66\x62\xe6\x4b\x62\xe3\xca\x95\x9b\xd2\xe4\xca\x4d\xc1\x99\xbc\xdb\x14\x9c\x5b\x56\x33\xad\xca\xcc\x97\xb4\x92\xc4\x6c\x62\x87\x90\x8c\x99\xb0\x5b\xd5\x79\x95\xb0\x1b\x75\xbf\x12\x63\x0b\x19\x30\x52\x51\x55\xd7\x22\xa4\xa8\x40\x51\x53\x1f\x4a\x88\x9b\xb5\x64\x9a\x5b\x6b\x25\x99\xcb\x11\x42\x21\xbc\x71\xc5\x6a\x76\x66\xae\x31\xb6\xf7\xce\xf2\x68\xb8\x2b\xec\x42\xcc\xa6\xb8\x58\xbe\x0f\xb8\x88\x65\x5d\xd9\xb9\x2b\x3b\x93\x3e\xbb\xb2\x73\xc7\xfd\x5a\x49\x9b\x76\xb9\x1f\xc4\x2c\x5b\x01\xef\x72\x3f\xa6\xe4\xad\xe1\xca\x9a\x92\x7b\x5f\x79\x53\x1a\x17\xb1\x2f\x71\x2d\x6e\x8a\x89\x4b\x3b\x26\x99\x83\x40\xdf\x95\x8a\xbb\x52\x71\x76\xd8\xde\x95\x8a\x7b\x16\xd0\xad\x4d\xad\x75\x09\xe2\x9e\x13\xd5\xbb\xfc\xb6\x67\x65\xd5\x1a\x5a\xed\x7b\x15\x44\xa1\x99\x1d\xb6\x77\x2a\x67\xef\x7b\xba\x5f\x5b\x82\x4e\x41\xb8\x9f\xa1\x89\x5d\xcb\x27\x69\xcd\xc5\xf5\x5c\x9e\x68\xc0\x1d\xe8\x3b\x0e\xd0\xf1\xaf\xe6\x40\xf2\x2f\x88\x59\x76\xd8\xde\x15\x2a\x7b\xba\x49\xeb\xc4\xc5\x2e\x37\x81\x98\xc9\x68\xca\xf4\x3d\x13\x76\xeb\x44\xe2\xae\x84\x0d\x31\x86\x3a\xde\xe5\x00\x1d\x6b\x77\x9c\x69\xc8\xda\x90\xd6\x39\xe3\x50\x40\x1d\x1d\x21\xb2\xc3\xf6\xc1\x50\xc7\x47\xc6\xc5\xd6\x91\x6b\x28\x2e\x42\x8c\xd1\x8f\x0f\x9e\x64\x44\x46\x41\xae\x31\xb4\xfc\x60\x79\x12\xe3\x18\x5a\x7e\x10\xa5\xa8\x40\xc6\xa8\x82\x1a\x5c\xac\xc5\xa8\x5e\xc4\x0c\x45\x0f\x85\xdd\x91\x01\xb5\x75\x5c\x6e\x28\xa0\x42\x4c\xb5\xd8\x98\xda\x31\x2b\xbe\x36\xb2\x87\xf0\xc1\x80\x48\xc4\x98\x3f\xf9\x50\xf5\x37\x88\x9e\x83\x78\x3d\x14\x3d\x21\x66\x8b\x33\x9a\x44\xc5\x31\x07\xd5\xdf\x90\x63\x8e\x0c\x23\x6d\x34\xb8\x14\x27\x20\x66\x8b\x63\x9f\x3a\x10\x19\x75\x6e\x7c\xa8\x8c\x3a\x94\x51\xb3\x2b\xf6\xa1\x8c\x3a\xae\xbc\x43\x93\x92\x7d\x5c\x4b\x10\x77\x48\xfa\x52\x34\x19\x59\x79\x37\x06\x9b\x3e\x54\x79\x43\xcc\xe8\x47\xc6\xad\x0f\x31\x2d\xb3\x4e\x9f\x32\x2d\xa4\xa9\xfc\x9f\x32\xed\x54\xae\x74\x41\x55\x10\x42\x10\x86\xa6\xae\xfb\xd4\x75\xcf\xce\xcc\xa7\xae\xfb\x24\x27\x31\x17\xf3\xa9\x9c\x34\x95\x93\x70\xf2\xa9\x9c\x34\xd1\x17\x5d\x9e\x4f\xe9\x6b\xe6\x7d\x6c\x2a\x7a\xa7\xee\x23\xc4\xe4\x72\x73\xe9\xc3\x4c\x14\x4d\x15\xdb\x54\x95\x35\x55\x65\x61\xed\xa9\x2a\x6b\x92\x21\x54\x06\x4d\x65\x08\x88\x39\x4e\x3e\x95\x21\x20\xbd\x3c\xb9\xb4\x23\xe6\x50\x2a\x9e\x32\xc7\x7c\x9a\x83\x1d\x65\x8e\x79\xa5\xa2\xd7\x06\xd7\x65\x82\xa4\x68\xb4\x2a\x0b\xcd\x6c\x5b\xdb\xc2\x68\x93\xb6\x55\xc4\x8c\xa2\x64\xd2\xb6\xfa\xe4\xd6\x32\xa6\xf4\xa9\x5b\x0b\xb1\xb5\x09\xd2\x81\x30\xed\x22\x4d\x4d\x99\x16\x32\xfb\x10\xa4\x1d\x6f\xbd\x74\x16\x20\x9d\x31\x49\x5b\x5c\xf7\x79\xeb\x8c\x3c\x9d\x3d\xa5\x57\x31\x0e\x69\x8b\xe4\x3f\x55\x8c\x43\x6c\x51\x5c\x9a\xdc\xc4\xb8\xa2\x0c\x20\xdd\x74\x45\x21\xb6\x70\x5f\xd3\x15\xb5\xbc\x37\x6d\x91\x02\x4c\xed\x12\xc4\x56\x76\xfe\x6e\xba\x43\x96\x55\x47\x5b\x68\xc2\xac\x09\x6a\x70\x4d\xa0\x2e\x28\x53\x66\xf6\x0d\xbf\x9a\x8a\x4d\x0d\x38\xc4\x78\x7e\x71\x63\x06\xeb\x86\xaf\x39\xcd\xbc\xc9\xd7\x6c\xb1\x2e\xa6\x31\xa5\x03\x88\x2d\xa2\x81\xc9\xfd\xec\x84\x8b\x4b\x6d\x2a\x80\x21\xb6\x68\xba\xed\x14\x57\xda\xa1\xf1\x0a\xec\x26\x3b\xd8\x2d\x2e\x76\xbc\x9f\x5c\xe7\xeb\xa3\x6f\x2d\xe5\x5a\x52\x27\xc4\x16\xbd\xcd\xd2\xad\x5b\x19\x17\xfb\x46\xc3\xb0\x14\x17\x21\xb6\x48\x8c\x4b\x4a\x5f\x19\xf1\xfa\x36\x58\x4b\x11\x0f\x32\x37\xa4\x5f\x2a\x34\x57\xe6\xdd\xbe\x51\x81\x2c\xe5\xdd\xa5\x97\x70\x2a\xd4\xa5\xbc\xbb\xd2\x0e\x5d\x95\xb3\x1e\x99\x7d\x65\x3a\xe9\x1b\xf1\x67\xa9\x74\x81\x34\xd5\xb1\xeb\xd2\x8e\x1c\x88\x57\x60\xd7\x6b\xab\xf3\xf6\xd9\x99\xca\xb9\xde\x3e\x45\x4c\x77\x40\x6f\x9f\xee\x73\xbc\x3e\x7a\x45\x08\x9f\x53\xd0\x84\x6b\x00\x99\xa0\xbc\x9b\xaa\xcb\x5c\x61\x04\x62\x3c\xd2\xbb\x2b\x8c\x40\xba\x0a\x2f\x57\x03\x0f\xb1\x55\x04\x69\xc7\x74\x80\xce\xfb\xae\xeb\x1d\xd5\x79\x63\xec\x95\x6b\xa1\x37\x46\xdf\x33\x4d\xf5\x46\xe0\xda\x95\xa6\x20\xb6\xe8\x2b\x77\x99\x63\x4f\x15\xf6\xb6\x04\xb9\x20\xac\xcd\x28\x63\x1f\x88\xba\x5b\x2e\xdf\x88\x06\xbb\x5d\x82\xf2\xea\x2f\xf2\xc8\xae\x91\x01\xa4\x77\x3a\x33\xbd\x31\x3a\xaf\x87\xbd\xd3\xb6\xea\xf5\x50\xc4\x16\x43\x0a\xbd\x1e\x3a\xaf\x74\x5d\x39\x5c\xaf\x74\x22\xa6\x00\xb1\x9f\xdc\xa7\x3d\x43\x47\x1f\xdc\xf3\x5d\x3d\x3d\xa4\x6d\x04\x7a\xbd\xbf\x39\x8f\x6d\x7d\x20\x84\x1e\xdb\xfc\xc0\x8e\x83\x32\xe8\x90\x1d\x0f\xd9\x91\xab\x70\xc8\x8e\x3c\xa3\xf5\x41\x32\xd3\x33\x9a\x1f\x2b\x9d\x69\x22\xc4\xb1\x9a\x20\x2e\x35\xed\xf4\xa1\xee\x80\xc7\xb6\xae\x34\xa5\xc7\x36\x11\x5b\xc4\x7e\x3d\xb6\x39\x6f\x48\x9d\x37\x46\xd7\x1b\x92\xf3\x72\xd2\xd5\xbf\xe9\xe5\xc4\xcf\x64\xee\xba\x43\xa7\x6a\x31\x88\x2d\x06\x1e\xa7\x6a\x31\xde\x1e\xba\x86\x27\x7a\x7b\x70\x66\xfc\xdd\xb9\x8f\x9a\xf1\x8b\x18\x4f\x41\x7e\x69\x50\x77\xa5\xee\xc7\x46\x24\xbe\xa4\x7b\x88\xad\x26\x08\x4d\x5c\x99\x6d\xc6\xc6\x15\xbd\x94\x6d\x20\x45\x16\xd2\x8c\xdf\xaf\x63\xf2\xc8\x9c\x2a\xbc\x0e\x13\x64\xac\x55\x80\xf4\x61\x06\x95\xc1\xe3\x80\x5f\x4a\x40\x10\x5b\x8d\xe5\x95\x80\x18\xd5\x8f\x8d\xc4\xa8\x51\xbd\xc7\xcc\x3e\xa9\xb0\x7c\xf0\x28\x26\x62\xbc\x5a\x79\xf0\x28\xe6\xc1\x4b\x77\x21\x28\x04\x2f\xdd\x22\xb6\x9a\x3e\xc4\x7d\x83\xc6\x8f\x81\xbe\x87\x2a\x6f\x48\xe3\x61\xd8\x43\xe3\x4f\x86\xf0\xa3\x90\x51\x35\x84\xf7\x48\xf7\x1d\xea\xb9\x42\xee\x1b\x72\x5f\x3c\x3a\xa4\x42\xc8\x28\xc4\xfe\x90\x0a\x43\xed\x21\x61\x3b\x54\x66\x07\x8d\x5f\x25\x99\x85\x1a\x3f\x88\xf1\xc0\xe6\xa1\xe1\x09\x13\xf7\xc1\x4f\x43\x5c\x13\x77\x67\x4a\x3e\xd4\x4a\x68\x4a\xee\x37\xba\x6f\xe8\xeb\x96\xee\x21\x8d\x97\x39\xbf\xa5\xfb\xfb\xbc\x68\x35\x81\x34\xa4\x80\xd8\xa2\xdc\xb8\x4f\x82\xc2\x9d\x05\xf4\xe8\xb4\xc0\xb7\x0a\x68\x48\xd1\x04\xf9\x56\x01\xcd\x9c\x79\x50\xce\xe2\xe2\x64\xf9\xf4\xef\xd0\xd4\x39\x98\x14\x8f\x91\xae\x15\x9a\x14\xc7\x96\xde\x3a\x46\xde\xce\xd8\x18\xb6\x8b\xd8\xca\x0e\x3f\xb6\x7d\x00\x65\x59\x31\xa6\x3e\xa4\xac\x10\xb1\xd5\x05\x05\x50\x8a\x34\x78\x56\x8f\xed\xd6\x5a\xb7\x5e\xa1\x05\x69\x2d\xa4\xe4\x21\x2d\x34\x85\x8d\x92\x65\xdc\xe0\x7d\x27\x0a\x83\x33\x11\x5b\xbd\xfc\x6a\x16\x8e\xc2\x73\x46\x94\x8c\xa5\x83\x49\x71\x14\x62\x69\x14\xe5\xb1\x6c\xdd\xa2\x90\xc7\x82\x91\xe9\xe0\x41\x20\x34\x32\x8d\xb2\xa7\x7f\x92\x68\xa2\xf0\x9e\x2e\x62\x2b\x13\x4d\x94\x5d\x02\x65\xab\x3b\x28\x4e\xa3\xd0\xea\x8a\xd4\xad\x71\x92\x6c\x7b\x9f\x64\xac\xc1\x87\x74\xbf\x22\xad\x0c\x7d\xa8\xe5\xe3\x84\x6b\x02\x5d\x82\xa4\x4e\xe4\x62\xcc\x19\x8c\x26\xc7\xca\x7b\x13\x1a\x4d\x46\xe5\x2a\xad\x74\xd9\xa8\x5c\x25\x11\x23\xce\x44\xe5\x2a\x45\xcd\xfc\x3a\x18\x4d\x46\xa5\xce\x11\x31\x4a\xb2\xa8\xd4\x39\x51\x33\x5f\x0c\xaf\xe2\xba\x04\x5d\xfc\x5e\xa3\x02\x85\xa0\xe0\xb7\x1f\x70\x49\x5f\xf5\xd0\xcf\x41\x52\xd1\x15\xc7\x16\xb1\xd5\xe1\xc2\xb1\xa3\x66\x42\x18\x9e\x05\x78\xd4\x53\x3b\x9e\xd4\x10\x19\xe3\x83\x09\xe1\x87\xa8\x99\x2f\xe6\xb6\xf1\x21\xf9\x42\xc4\xa8\x0b\xa3\x86\xa4\x8f\x23\xb9\x24\x04\xbf\x3f\x10\xb1\x35\x58\x4b\x2a\x64\x20\x37\x79\x09\x0d\x0d\xe4\xa2\x65\x3d\x32\xa9\x34\xa2\x51\x8f\x88\x18\x05\x65\x34\x92\xa9\xc8\xdc\x32\xab\x44\x23\x99\x8a\xd8\xca\x9a\x3c\xda\xc0\xbf\x5a\x46\xb6\xb9\x39\x1f\x12\xd9\x44\x8c\x77\xdc\x60\x7a\xf6\x21\x18\x56\xcd\xb2\xf1\xa1\xf4\xd5\x52\x13\x93\x9f\xc6\x45\x93\x26\x20\x26\x37\x69\xd2\x04\xb3\x8e\x59\xb2\xa3\x08\xcd\x3a\x82\xc9\xc3\xac\x08\xa1\xc9\x43\xf4\x4c\x6d\x93\xc7\xbe\xe8\xa4\x36\x11\x63\x62\x16\x9d\xc1\x57\x68\xf2\xd0\xb2\xbe\x0f\x4d\x1e\x44\x4c\x2e\xa7\xc9\x43\xf0\x5b\xbf\xd9\x2a\x1f\xf2\x40\x27\x62\x8b\x1b\xdc\x99\x85\x45\x3f\xe0\xca\x50\x1d\xfd\x10\xd7\x21\xae\x05\xf4\xe4\x62\xc7\xc9\xf2\x87\x76\x3c\xb4\xa3\x03\x69\xc7\x9b\xb5\x2c\xf5\xc5\x4c\xe0\x49\x6c\xe1\x13\x1a\x0d\x04\x73\x80\xc9\xf4\x2d\x34\x07\x10\x99\xbd\x0b\x2a\x82\x0a\x4f\xa8\x0d\xa8\x0a\xe2\x43\xae\x3b\x33\x81\x27\x69\xba\x56\x1a\x0d\xc4\xc8\x4c\x32\x89\xa5\x31\x28\xe0\x45\xca\x73\x79\x0a\xf8\xa0\xb9\x9e\x3d\xab\xa9\x50\x73\x1d\x23\xf3\xfe\x1c\x1b\x3b\xee\xda\x31\x49\xe3\x09\x35\x06\x79\x3f\x46\x46\xcf\x49\x0b\x1e\x43\xd1\x13\x62\xbc\x90\xc4\xe0\xa7\x71\x31\x52\x21\x73\xf4\x74\xa6\xc1\x18\x5d\xc4\x16\x91\x78\x30\x3b\x8c\x91\x4e\x3e\x15\x9c\x87\x9c\x7c\x28\x4e\xe0\xd1\x43\x71\x82\xe6\x7a\xce\x2c\x6e\x43\xcd\x75\xcc\xc1\xcf\xa0\xb8\xdb\x53\x81\x6f\xaa\x6b\xca\x4e\x3a\x26\x5d\x53\x4c\xcb\x6b\xc5\x2f\xef\x62\xf2\x33\x04\x91\x32\xb8\x56\x53\x41\x81\xb6\x79\xf2\xac\x1e\x6a\x9b\x63\xa6\x9b\x4d\x5e\xc7\x63\xf2\x13\x34\x11\x5b\x38\xc0\x64\x24\x16\xd3\xc5\x85\x10\x2e\x2e\x17\x97\x01\x89\x2b\x8b\x8f\xc9\xcb\x60\xa8\xfb\x15\xa9\x3c\xf9\x84\xba\xdf\x98\x19\x6a\xa7\xe9\x43\x85\x5a\x88\xad\xc9\xf2\x0a\xb5\x13\xff\xa2\xe9\x8f\x29\xff\x9a\x4f\xff\x42\x7a\xf9\x17\x5d\xe6\xa4\xe7\x0b\x75\x99\x61\x13\xa8\x00\x51\xc0\x8b\xd8\xb2\x0d\x08\x45\xd3\xd4\x4d\xd9\x51\x4d\x5d\x58\x56\x1a\x73\x99\x03\x9d\x82\x88\x4c\x56\x80\xb4\x56\x92\xb9\x5c\x1f\x6a\xad\x45\x92\x37\x41\x64\x2b\x4b\xd7\x98\xcb\x53\x13\xc6\xcf\x25\x45\x6c\x71\x61\x8c\x5f\x7f\x85\xe1\x39\x5e\xd8\x51\x9e\x63\xf2\x1c\xe3\x43\x79\x8e\x65\xf3\x34\x15\xa3\x8d\xe6\x49\xc4\x56\xd6\x23\x61\xfc\xc0\x20\x68\x10\xa7\xe3\x13\x6a\x10\x63\xf1\xa4\xb8\x65\x73\x1d\x4b\x67\x5c\x94\xf9\xdb\xb4\xbf\x4c\xc5\x75\xfe\x9f\x4c\xbc\x68\x02\x44\x6c\xd9\x02\xea\x82\x72\xd9\xd2\xd8\x89\x9a\x46\xc4\xa4\xba\x75\x69\xa7\x94\xda\x0a\x59\x4a\x2d\x9f\x88\x2d\xaa\x85\x25\xa9\xf5\x63\x5d\x25\x54\xfd\x58\x57\xa4\x2c\xae\xd3\x92\x95\x21\xb6\x96\x20\x09\xc1\x78\xa1\xac\xfc\x50\xed\x63\xd0\xa6\x59\xc1\x32\x6a\xd3\xc2\x33\xdf\x5b\x25\x9e\xfa\x7e\x08\x42\xc1\x0b\x2e\xe6\xaa\xe1\x44\xb7\x4a\xb5\xe1\x8a\x6e\x10\x5b\x5a\x5e\x96\xf1\x74\x6e\x6b\x38\xb7\x9f\x4f\x88\xdf\x28\x77\xb8\xe4\xdc\x10\xe3\xd5\x33\x9c\xb7\xab\xf0\x5b\x3f\x81\x66\x47\x9d\x11\x52\x5a\x36\x73\xe1\x3a\x23\x1d\xa5\x35\x7c\x54\x1d\x65\xec\x8c\x3d\x1a\xfa\xda\x4d\x10\xa3\xc3\xb5\x06\x50\x11\x94\xc7\xee\xd9\x76\x84\xba\xc0\xd8\x79\xeb\xeb\xc8\xb5\xf3\xd6\x27\x62\x6b\x4d\xa0\x10\xc4\x87\xf6\x97\xc3\x91\xfc\xff\x3f\xec\xef\x2f\xbf\xfc\xfb\x81\xf3\xa7\xcf\x9f\xe3\xed\x0b\xff\x5a\x81\x7f\x24\xf0\xb8\xe2\xfe\xf8\x16\xbf\xfc\xcb\x87\xf7\x4f\xef\xf9\x15\xff\xfb\xaf\x00\x00\x00\xff\xff\x69\x49\xc0\xae\x25\x31\x00\x00"); -func _fgbdd ()(*asset ,error ){_edgge ,_fade :=_gbaf ();if _fade !=nil {return nil ,_fade ;};_ggdg :=bindataFileInfo {_dae :"KSC-EUC-V",_fb :711,_ae :_be .FileMode (436),_g :_a .Unix (1580492499,0)};_cdgc :=&asset {_dd :_edgge ,_ef :_ggdg };return _cdgc ,nil ; -};func _ffgd ()(*asset ,error ){_afad ,_ggf :=_faff ();if _ggf !=nil {return nil ,_ggf ;};_dgdc :=bindataFileInfo {_dae :"Adobe-GB1-UCS2",_fb :229592,_ae :_be .FileMode (436),_g :_a .Unix (1580490562,0)};_ega :=&asset {_dd :_afad ,_ef :_dgdc };return _ega ,nil ; -};func _bbd ()([]byte ,error ){return _c (_eab ,"Adobe-KR-4")};func _eefdb ()([]byte ,error ){return _c (_fbac ,"HKgccs-B5-H")};func _bbcb ()([]byte ,error ){return _c (_bfd ,"B5-H")};func _egacc ()(*asset ,error ){_efbg ,_dfge :=_badb ();if _dfge !=nil {return nil ,_dfge ; -};_ebgbb :=bindataFileInfo {_dae :"UniKS-UCS2-H",_fb :163757,_ae :_be .FileMode (436),_g :_a .Unix (1580493024,0)};_gfega :=&asset {_dd :_efbg ,_ef :_ebgbb };return _gfega ,nil ;};var _gcaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\x8f\x3f\x39\x72\x98\x79\xef\x4f\x51\x47\xed\x41\x3b\xc9\x77\x12\x68\x14\xb0\x3b\xb3\x8d\x9d\x83\x64\xc3\x23\xd9\x06\x0c\x1f\xf2\x85\x39\x6e\xc0\xd3\xdd\xe8\x69\x1d\xf4\xed\x0d\x3e\x0f\xff\x23\xc1\x30\x50\x75\x29\x66\xfe\x98\x64\x30\x18\x0c\xc6\x1b\x83\xbf\xfb\xfd\x1f\xff\xf0\xc7\x9f\x7e\xfc\xed\xe3\x77\xff\xf1\xd7\x9f\xef\x3f\xcd\xdf\x3e\xde\x1f\x7f\x7a\x7e\x9d\x7f\xfd\xf9\x5f\x7e\xbd\xe7\xc7\x35\xff\xfc\xe3\x4f\xdf\x7d\x17\xe2\xc7\xf3\xe3\xfd\xdb\xb7\x47\xfe\xdd\x7f\x39\x7f\xf9\xee\xbb\xf5\xfd\x9f\xfe\xf5\xaf\xbf\xcd\xbf\xfc\xf1\xa7\xf7\xe7\x8f\x64\xbd\xe7\x5f\x7e\xd9\x75\x3f\x3e\x7e\xf7\x9f\xe6\x9f\x7f\xfc\xeb\x6f\xbf\xfe\xeb\xc7\xdf\xfd\x3f\xcf\xcf\xd7\xfc\xbf\x3e\x9e\xf9\xae\xf7\xff\xe1\xd7\x67\xfe\xfa\xe3\x4f\x7f\xfe\xf8\xbb\xdf\xff\xe3\x9f\xc2\xdf\x5e\xff\xe9\x5f\x7e\xf9\xe5\x7f\xce\xbf\xcc\x9f\x7e\xfb\x68\xbc\x9b\x3f\x3d\xfc\xff\xee\x77\xbf\xff\x87\xf3\x97\x7f\x3c\xff\x32\x3f\x7e\xf7\xcf\x3f\xfd\xf8\xfb\x7f\xfc\xd3\xdf\xff\xf3\x3f\xfd\x10\xea\xdf\xff\xff\xfc\xcc\xaf\xff\x79\xfe\xfa\xd7\x1f\x7f\xfe\xe9\x23\xfc\xdf\x47\x18\xff\xf6\xfa\x9f\xfe\xf5\x97\xf9\x11\x76\x2b\xff\xf5\x9f\xff\xf8\x87\x8f\xff\x16\x3e\xc2\xf1\x11\x4b\x19\xe1\xbf\xef\xf7\xff\xe5\x1f\x7e\x7e\xe6\xc7\xe1\x53\x12\xfe\xfb\xe7\x67\xfe\xf5\x97\xf3\x9e\xbf\x9e\x3f\xfd\x79\x7e\xf7\xf1\xf1\xfd\x71\x1c\xc7\xe7\xc7\xfa\xfb\xfe\x0f\xed\x87\x1f\x3e\xd7\xbb\x3f\xf4\xe3\xf8\xc3\xef\xd7\xfb\xef\xff\xf0\xff\xfe\xf0\xc3\x1f\x7e\xd8\xef\xff\xbf\x7f\xab\xfb\x03\xef\xe6\x4f\xcf\xff\xd6\xe2\x77\xc1\x8e\x7e\xfa\xf9\xb7\x67\xbe\xbe\xdb\x7d\x7c\x7f\x1c\xe1\xfd\xfc\x08\xeb\xab\x7f\xff\xf3\x77\xe1\x38\x36\x74\x3f\x3e\xf7\xff\x38\x7f\x5d\x1f\x9c\xc7\xaa\xb9\x0a\xe5\xf3\x23\xd6\x83\x62\xfb\xfc\x08\xad\x53\xec\x9f\x1f\x21\xb5\xdc\x78\x18\x9f\x1f\xa3\x52\xba\x3f\x3f\x42\x3e\xf2\xe0\x61\x75\x36\xca\x2a\x5e\xc7\xe7\x47\xec\x34\x72\x85\xcf\x8f\x18\x22\xc5\xd5\x5e\xa0\xc2\xbd\xba\xeb\xad\xd3\xf8\x1d\x7c\xa0\xc9\xbb\xf3\x30\xf8\xe2\x1e\x3e\xd0\xd2\x7d\xae\x87\x7e\x00\xe6\x13\xfd\x85\x6f\x9e\xe4\x43\xe6\xa1\xad\x0e\xf9\x62\x1e\x7e\x41\x97\x33\xf8\x90\x78\xa0\x97\xbe\xab\x0d\x7f\x01\x98\x69\x2f\x89\xfe\xe7\x6d\x35\x1a\x9e\x8f\x0f\xfc\xf2\x46\x1f\xf8\xe6\x4d\x3e\x00\xcc\x4b\xff\x00\xf9\xda\x4b\xa6\x97\xd7\x5e\xa2\x9f\xdb\x4b\xf4\x17\x7b\x89\x0b\xb9\xe1\xd8\x98\x29\x3c\x6c\x98\xd7\x37\x21\x38\xe4\x3e\x78\xb0\xcb\x83\x6f\xc2\xe9\xf8\x03\x0f\x97\xbf\x50\x2d\xfa\x00\x38\x21\xfb\x90\x7d\xb8\xfd\x26\xf1\xb0\x87\x46\xa7\xc5\xa6\x13\x0d\xd4\xdd\x00\x0f\xf7\x23\x04\x74\x7a\x4f\xfb\x59\xb8\x09\x8f\x98\x0e\xb4\xf6\x38\x9f\x90\x42\x78\x36\xa2\xf8\xe6\xc9\x8e\x14\x08\x9e\xea\x83\xdf\x88\xaa\x68\x6b\x1b\x3b\x36\xb0\xb1\xb3\x90\x1b\x8b\xfd\xa4\xc2\xc3\xc6\x8e\xbf\xd8\x74\x6a\x3c\x08\x75\xe2\x97\x6a\xb5\x94\x78\xb0\xe9\xcc\x43\x2b\xfe\xb2\x26\x31\xf6\x3d\xec\xcc\xc3\xae\xb6\x10\x1f\xef\x2a\xf1\x53\xed\x6e\x9f\x1f\x85\x41\xc7\x45\x90\x05\x7a\x8a\xf7\xb5\x8a\x40\x05\x92\x06\x75\x9f\xb1\xde\xae\x36\xd2\x91\xbf\x2d\x8e\x74\xfc\xbb\xb5\x94\x8e\xfb\x5b\x73\x99\xc9\x4e\x03\xa0\x73\xf1\xa1\x8e\xef\xbe\x0f\xf3\x9a\x22\xb4\xf3\xf0\x8a\x0f\x7e\xb9\x37\x85\x1f\x3c\xec\x81\x86\xef\xbe\x8f\xc7\xb1\xf0\x9e\xea\x02\x3a\x1e\x50\x4b\xe4\x7d\x58\x80\x2c\x9c\xc7\x23\xae\x2a\xab\xef\x78\xc4\x85\x89\x40\x85\xb8\x46\xbb\x16\x46\x3c\x62\xfb\x5b\x85\xb4\xea\x36\x3e\x4b\xab\x6e\x8b\x14\x17\x9e\x5b\xa3\x38\xf7\x00\xa3\x5c\xa1\xd5\xb5\x50\x63\x38\xd2\xe2\x27\x95\xe2\xfa\x70\x2d\xd2\x18\x8e\xb1\xde\xae\x0f\x43\xa8\xf0\x90\xc2\xfb\x18\x7c\x28\x3c\xc4\xcf\x8f\x41\x9d\xb1\xf8\x09\x43\x09\x63\xf1\x93\xcc\xef\x23\xae\xa2\x15\x56\x2f\xb9\xc2\x20\x37\x53\xfb\x3f\xb0\xb9\x18\x46\xff\xfc\x88\x25\x52\x5c\x20\x14\x60\x9c\x0d\x64\x2f\x66\x12\x63\x58\x0c\xb0\x34\x8a\xe7\x5a\xca\x89\xe2\xfc\xfc\x88\x6b\xb9\xc6\xb8\x98\x6a\x4c\xbc\x8d\x0b\xae\xc5\x2a\x62\x8c\x0b\x02\x06\x11\x23\x2d\x58\xe1\x5a\x15\x68\x2c\xae\x16\x16\xa9\xc5\x98\xf2\x82\x96\xc6\x16\x32\xe3\x5a\x6a\x31\xa6\x7b\x75\x41\x85\xb2\x46\xc6\x7c\xc5\xba\xba\x08\x54\x58\x84\x1c\x23\xbd\x8d\xf5\x59\xa6\x0b\xc6\x91\xe9\x18\xde\xcd\xf4\xc7\x0b\x20\x79\x3b\xdf\x6f\x13\x9a\x17\x7a\x0b\x33\x50\x16\x9f\x49\xcc\x78\x59\xa4\x92\x16\x5b\x8b\x65\x91\x63\x0a\x54\x08\x54\x28\x14\xf3\x2a\x56\x8a\x7d\x15\x1b\xc5\x55\x77\xb1\x99\x58\xe2\xaa\xb0\xf8\x67\x2c\x91\xb7\x54\x48\xbc\xe5\xb3\xc4\x5b\x1a\x63\x09\xe7\x63\xd0\x75\x71\xbe\x17\x83\x8f\x65\x8d\x3a\xe4\x03\xd2\x2a\x70\xa1\x7c\x74\xab\x65\x1e\x6a\xe2\xa1\x58\x0d\x28\x8b\xd4\xd3\xfd\xa5\x59\xcd\x7e\xba\xd5\x80\xaa\x0c\xab\x01\x57\x39\xad\x06\xe8\xb0\x8a\x7c\x74\x21\x70\x3f\xeb\xfe\xf2\xd8\x80\x10\x4c\x1f\x6c\xfa\xb5\x1a\x10\x54\xc7\x03\x89\x97\xea\x78\x58\x12\xa5\x3a\x9e\xee\x2f\x8e\xa7\x02\x4e\x75\x3c\xac\xa7\x52\x1d\x4f\x67\xd8\xd5\xf1\x54\x9b\x76\x3c\x0d\x70\xaa\xe3\xe9\x36\xe0\x78\x1a\x50\x57\xc7\xd3\xec\x67\x8f\x07\x40\xab\xe3\xa9\x82\xf3\x7e\x7e\x24\x88\xaa\xb4\x35\xb7\x50\x73\x69\x59\x6e\x44\x87\x7d\xac\x69\xb2\x78\xae\x22\x00\xf6\x6b\x15\x01\xaf\x33\x8f\xb4\xd1\x9f\x55\xa4\x8d\xbe\x48\x7b\x00\x65\x5f\x74\x37\x80\x71\x38\x62\x56\x55\x19\x90\x10\xb5\x17\xed\x26\x56\x55\x41\xea\x70\xf2\x4f\x98\x17\x6d\x5c\x6c\x19\x54\xb8\x60\xca\x74\x7d\xad\xb1\x0c\x8b\xb0\x58\xa0\xb8\xdd\x44\x28\x36\xb8\x24\x45\xf8\x3f\xed\xba\x4d\x31\xa4\x1b\xce\xc9\x67\x73\x81\x13\xe9\x6d\x2e\x70\x58\x76\x15\x06\xc5\x74\xd5\x83\x76\x0b\xc5\xbf\x2d\xb0\x9a\xe1\x43\x81\x62\xf8\xb6\x02\x6b\x86\x0f\x2d\xc8\x5a\x7a\xc0\xe6\x92\x9f\xe2\xec\x87\x7c\xb0\xf3\x90\x79\x60\x00\x93\xed\xa5\xd5\xf1\x25\xc3\x9a\xa3\x58\x73\xf0\x00\x63\x6d\x20\x7d\x0e\xf7\xec\xbc\xc0\x9d\x67\xf1\x97\xc0\x43\xf3\x81\xae\xce\xd3\x87\xc4\xc3\x6e\x20\xf3\x30\x7d\x58\x83\x9c\x57\xf5\x81\xd6\xae\x5d\xad\xf1\xb0\xab\x31\x8a\x8d\x6e\x98\xee\xbc\x77\xd3\xc0\x06\x72\x5b\x83\x8d\xcc\xc7\x6f\xe0\x1e\x73\xba\xb1\xc2\xbe\xdf\xc5\x76\x0a\xdb\xc4\xbb\xb6\xc4\x02\x75\xbc\x0b\xf1\x05\x2e\xf8\x2e\xc4\x57\x40\x7f\x8f\xb5\xd5\xc2\x26\xdf\xe3\x5d\x6f\x57\xaf\x6f\xa0\x05\x48\xec\x0d\x61\xbd\xb6\x18\x3f\x3f\x2a\x04\xf6\xae\xdd\xae\x30\x61\xef\xe2\x5c\x15\x2e\xf7\x2e\xbe\x5e\x06\x88\x7c\xd7\x9e\x53\xd8\x44\xde\xb0\xf6\x68\x90\xf8\x2e\x76\x5f\x8f\xc3\x36\xd6\x86\x9e\xed\xf0\x5e\x6d\xd8\xdc\xf3\xf9\x51\x61\xfd\xef\xda\x10\xea\x01\xf2\x5e\x76\xad\x56\xd9\x08\xde\xb5\x6b\x15\x07\x1b\x19\x00\x3d\x2e\xb6\x58\x0f\xd0\xfb\xc6\xd5\x8a\x5d\xae\x4d\xa1\x14\x7a\x5c\x7b\x69\x3d\x1c\xe3\xa2\xb3\x16\x69\x7b\xd1\x59\x29\x54\xce\x0b\xea\x62\x05\x7a\x8f\xbc\x5e\x9c\xb2\x1e\x50\xf0\xbb\xf8\x5c\x3d\x20\xec\x77\xf1\x95\x5e\x81\x69\x71\x95\x0e\x87\x7a\x1b\x28\xdb\xe5\x55\x3b\x58\x65\x2d\xf2\x1a\xe0\xb0\x6f\x67\xc4\xb0\xaa\x77\xed\xb7\x35\xc0\x2b\xdf\xb5\x7b\xd6\x04\x0f\x7c\xd7\x7a\x2d\xd0\xf9\x7b\x22\x6a\x08\xf9\x22\xb7\x52\x41\xf8\xf9\x88\x15\xab\x2f\x8a\xa8\xce\xda\x5a\xbe\xad\xb1\x4f\xbd\x8b\xba\x16\xe7\xa7\xfc\xf2\x9e\xf2\x5a\xc1\xe3\x70\xdc\xf7\xbd\xe4\x00\x11\xb6\xc4\xc9\xdc\x9c\xba\x67\x11\x7d\x3c\xd6\x43\x42\xe3\x59\x93\x9b\x8e\x25\x71\x84\x46\x71\x11\x45\x5c\xd0\x24\x85\xec\xd4\x16\xfa\x52\xb8\x5d\x55\x8b\x3e\x53\x40\xe3\x68\x75\x6d\xac\x29\x40\xc6\x09\x32\x49\x31\x6d\x69\x24\xad\x87\x73\x35\xbb\xc4\xe5\x94\xd6\xd8\xe3\x62\xb7\x29\xdd\x6b\x2b\xa7\xb3\xb4\x38\x4d\x5c\xc8\x49\x69\x49\xc0\x31\x51\x61\x01\x1c\x93\x6f\xd7\xf6\xbc\xb6\x93\x94\x91\xa1\x72\xeb\x3c\xac\xd9\x0e\x25\x2f\xdc\xa7\x9c\x4f\x58\xe2\x1a\x6d\xca\x08\xe9\x0d\xf1\x3d\x65\x37\x8d\xe1\x37\x6d\x41\x53\x10\xb8\x53\x6e\xeb\x9b\x9a\xe9\x25\xb7\xc7\x6f\x7c\x80\xfb\xb1\x3d\xa6\x0c\x43\x6e\x70\xe1\x94\x07\x1b\x0d\x0c\x3c\x65\xd9\x07\x0a\x4c\xca\xe8\x71\x25\x2f\x4e\x9a\xb2\xac\x00\x5d\x2e\xe5\x5b\x3a\x2f\x83\x87\x85\xb6\x52\xfd\xe6\x59\xdf\xd4\x23\x7d\xc5\xd0\x52\x5e\x9c\x37\x94\x51\xf8\x6c\x56\x18\x39\xa8\xcf\xef\xe5\x90\xfa\x77\xdf\xa7\x02\xff\x6d\x71\x2d\x98\x54\x90\x2d\x5b\x5d\x0c\x22\x29\x32\x34\x94\x83\xa4\x94\xd0\x10\x48\x92\x9b\x7c\xef\x8b\x28\x93\x3b\x71\xad\x87\x0f\xe2\x24\xd2\x74\x03\xdd\x61\x89\x7e\xa9\xb4\xe8\x2f\x34\xdd\x1a\xa3\x60\x0e\x4b\x83\x2c\xe2\xda\xa3\x53\x81\x7b\x67\xd4\x86\x54\x46\xa3\x81\xcc\x37\x83\x6a\xe8\x78\xc9\x4d\xac\xc2\x86\x52\xd9\x48\xcd\xf4\xc3\x62\xa8\x61\xe9\x37\xa9\x20\xc2\x37\xb4\x8b\x54\x44\x2a\x0a\x6f\x2a\xf7\xfe\x86\x6a\xb7\xfa\x77\xa4\x53\x98\x6d\x19\xe2\x80\x4d\xad\x1e\x07\x4d\xa3\x61\xd5\xe4\x10\x50\xaa\x2a\x62\x59\x2a\x0f\xdb\x20\xbb\x6a\x2a\x0f\x38\x48\x42\xf0\xb2\xdb\x22\x3f\xa4\x82\x2e\xdb\x06\xd3\x5a\xd0\x65\xab\xc4\x5b\x98\x92\xd6\xab\xdf\x4c\x7f\x59\x0f\x6c\x8a\xa1\x0d\xfa\xa9\x01\xe5\x0d\x86\x9a\x2a\xca\x68\x1b\x10\x70\x0d\xca\x50\x8b\x37\xa4\x1a\x69\xba\xac\xed\x3c\x55\x34\x8e\x71\x04\x1f\x1e\xc7\xc3\x37\xac\x8d\xde\xec\x27\xad\x7e\x6a\x03\x89\x15\x3a\xc8\x1d\xda\xa9\x99\xed\x3e\x2f\x89\x7a\xa9\x39\x50\x33\x18\xad\x99\x6f\xf2\xda\xf2\x52\xcd\xae\x80\xc6\x2f\x08\x6e\xa5\x33\xd2\x0a\x85\x0c\xa4\xb8\x54\x5d\x42\x07\xeb\xbe\x76\x49\x2c\x2d\xec\xd4\x01\xe2\x33\x74\x50\x4f\x25\x84\xc1\x2f\x6c\xad\x25\x14\x9a\x66\x6b\xed\xb5\x03\xce\x05\x89\x15\x96\x5d\xbd\x82\xc3\xa6\xe9\x6b\x35\x50\x90\x90\x52\xbd\x20\xd8\x52\xc1\x0e\x2b\xad\xc8\x93\x2a\x44\x91\x63\xe3\x97\x3b\x49\x55\xb4\x76\x43\x89\x65\xf8\x0b\xe4\x22\xb3\xa8\x90\x4b\xa9\x8d\xf1\x68\x46\xc9\xcc\x5c\xc5\x3e\x92\xc7\xe1\x03\x0b\x30\x0a\x1b\xe4\x52\x2a\x0b\xa3\x42\x21\x79\x1c\x8c\x07\x73\x49\x6e\x2c\xef\x3a\xa3\xe3\x61\x16\x96\xc0\x14\xea\x60\x9d\x56\x56\x70\xad\x90\x4b\x7d\xe1\x6a\x1d\x5c\x37\xd4\xd9\x3c\x58\x80\x6d\xf3\x64\x38\x54\x43\x01\xae\x2e\xe7\x76\x80\xc4\x02\x7a\xdb\x01\x1d\x0c\x30\xda\x02\x08\xe9\xd0\x68\x43\x57\xcd\x0d\x1c\x34\x08\x29\xb7\xe8\x2f\x74\x9a\xa1\xc4\x16\xf9\xa6\xd8\x29\x54\x55\x2a\x1c\xb7\xa5\x6d\x57\xe1\x17\xb4\xd9\xca\x1e\x9c\x5a\xb2\x35\xd6\x76\x4b\x2e\xb3\xb2\x06\xd7\x60\xcc\xb5\x0f\x1f\x92\x4c\x96\x07\x44\xfb\xd2\xfc\xa5\x22\x57\x26\x76\x81\x06\x73\x68\x83\xa5\xd9\x90\x6f\x73\x87\x28\x1a\xb3\xdd\x92\x38\x40\xaa\xca\xb5\xe4\xaf\x18\x66\x63\x8a\x06\x32\x7c\x6a\x2c\xd5\x12\x2b\x6d\x60\x5e\x6a\x81\x55\xd3\x58\xaa\x35\xc0\x09\xfb\x01\x83\x19\xcc\x7e\x0f\xe8\x0a\x8d\x06\x7a\x3c\xfc\xc5\x07\xd0\x5d\x97\xc4\x9b\x7a\x72\x26\x97\x58\x9d\x7a\xea\xc2\xba\x86\xd4\x51\x5d\x3a\x96\xbb\xd4\x9b\xeb\x96\x21\x75\xc6\x57\x91\x00\x53\x87\x4c\xb3\xcc\xaf\xaf\x3d\x3b\x54\x8c\x1f\xa9\x3f\x92\x02\x34\xdb\xa1\xbf\x81\xfa\x96\xfa\xab\x20\x0c\xee\x07\x74\xd1\x06\x13\x3e\xb0\x53\x34\x57\xf4\xc0\x10\x51\x9c\xe3\xe1\xe4\x35\xab\x25\x47\xca\x1c\x0f\xcc\x58\x6d\x40\x7f\x03\xa8\x6b\x63\x08\x03\x66\x3e\x14\x15\x06\x72\x79\xce\x50\xd9\xe8\x32\x32\x76\xf3\xd1\x25\x46\x78\xf1\x18\xd1\x0d\x80\x7e\x86\x48\x5c\xda\x64\x1a\xe3\x72\xf6\x69\x0d\x9e\x5f\x3a\x83\x1b\x27\x8b\xab\xb3\x77\x8e\x6b\x8f\x07\x08\x30\x63\xd5\xc3\x06\x58\x4f\x3d\x40\xc0\x83\xf5\x94\x2b\xfb\xd1\xc0\xe2\xd8\x90\xbd\xd2\x70\x82\x07\x0c\x73\xc8\x8b\xb1\x0a\xa4\x01\x2f\x6e\x11\x4e\x78\xb2\xd2\xaa\x5c\xfa\xdc\x2b\xad\xfb\xe0\x2e\x0a\x76\xce\xc0\xee\xd6\xfc\x25\xb8\xbb\x31\x84\x33\x32\xb8\x01\xae\xcf\xb8\x39\x21\xbf\x24\x66\x01\x13\x4f\x3a\xb1\x1f\xb6\xc1\xd4\x9f\x28\xeb\x55\xc9\xe2\x2c\x36\x3d\xfc\xe5\x76\x3f\xa2\x1f\xf4\xe6\x82\x69\x29\x9d\x28\xb7\x15\xa3\x6d\x3a\x51\x6e\x5b\x84\x4b\x9f\x7b\xd5\x40\x7c\xe7\x09\x29\x17\x36\xb4\xf3\x72\x4e\x11\xbc\x4e\xf4\x8a\x2a\x53\x3a\xb1\xee\x66\xc9\xe5\x7c\x59\xde\x87\x10\xec\x0d\xcd\x7e\x5e\x09\x76\x00\x8e\x32\x06\xf6\x86\x74\x1d\xac\xc1\x02\xae\x2f\x56\x49\x77\xfd\x5c\x71\x37\xc0\x2f\xda\x50\x1b\x04\x7b\xb1\x1f\x75\xec\x46\xe9\xca\x4c\x23\x1a\x43\xba\xb0\x37\xf4\x03\x8a\xbf\x34\x0a\xd4\xc2\x2f\xcd\xcd\x96\x75\x7a\xb5\xfd\x4d\xe1\x41\x3d\x95\xed\xf1\x6a\x28\xeb\x39\x52\xad\xcb\x7a\x2a\x0f\x28\x81\x5d\x1a\xbd\x10\xdc\xca\x01\x33\xbf\x20\xcb\xb2\x21\x50\xfa\xe8\xb0\xd2\x4b\xc1\x2d\x41\xe4\x17\xdc\xa6\x60\xec\x4d\xd7\x2d\xf3\x83\xc8\x2f\xb6\x93\x72\x1c\x8c\xf4\x61\x99\x1d\x90\xe5\xc5\x6e\xd0\x0f\x56\xfd\xa5\x21\x7c\xff\xa2\xed\xfb\x40\x6a\xbb\x94\x17\x3a\x74\x70\xbd\x8a\xa8\x70\xcf\x5b\x66\xee\x5a\xb8\x43\x50\x7c\xa9\x3c\x28\xfd\x22\xe5\xdc\x0a\x0f\x2d\x51\xad\xb8\x7e\x58\xc1\x77\xd7\x8a\x0b\xf5\xde\x5b\xa5\x4f\xf1\x2b\x86\x79\x63\x80\x2d\xee\xb7\x37\xac\xa7\x26\x81\xd8\xbb\xdd\xe1\x03\x64\x9a\x2b\x5d\xcd\xcb\x3d\x8d\x6f\x30\x98\xf5\x03\x88\x1e\xac\xee\xe3\x00\xf0\x07\x3b\x6a\xc6\xcc\x99\x1e\x65\x9b\x0a\x86\x9f\xa4\x71\x1e\xd1\xf1\x49\xb6\x06\x97\x7e\x32\x2a\xb3\x4a\xc4\x93\xdd\x9f\x6c\x20\xab\x13\x01\xc1\xa3\x25\xac\x40\xcd\x0f\x72\x4a\x6d\xac\x80\xc7\xbd\x26\x97\xcc\xc3\xb0\x01\x1f\x4e\x9b\x06\x50\x76\xa1\x52\x11\xa8\x1e\x2d\xdb\x07\x13\xf1\xa0\x11\x94\xcc\xb0\x9f\xae\x74\x85\xb2\xf1\x74\xd9\x22\x24\xf7\x68\xf3\x3e\x50\x97\x9e\x4e\x6b\x1b\x07\x43\x02\xf6\x1b\x44\xa0\x82\x75\x21\x3d\xa7\x44\x02\xc9\x3d\x57\x66\xdd\x42\xf4\x0f\x32\x6e\x8e\x30\x8b\x47\xb3\x41\x75\x08\xb7\xcc\x02\x89\xf9\xd1\xc3\xd3\xc5\x0e\x9b\x46\x69\x91\x4e\x9d\x46\xec\x84\xe9\x51\x82\xc1\x82\x98\x1e\xc4\xda\x9a\x20\xb9\x07\xdb\xad\x1a\x61\x7a\x70\xeb\xd4\xc1\xd4\x3f\xcc\x69\xd9\xe8\xd5\x45\x13\x92\x0f\x6e\x41\x2c\xc8\xe7\x45\x8e\xac\xf0\xa1\x07\x2d\xb1\x0d\x47\xfa\x02\x41\x42\x64\x98\x1a\x84\x1a\xfc\x61\x2a\x18\xd8\xe9\x44\x30\x68\xaa\x99\x33\xab\x0e\x20\xa7\xcc\xa2\x78\x86\x00\x3f\x31\xb4\x55\x39\xd4\x3c\xdd\xba\xe1\xdf\xf3\x94\xf5\x30\x8d\xda\x6b\x6a\x41\x7e\x98\xa0\xb7\xec\xa6\x91\x23\x0b\xa6\xc1\x34\xd9\x5b\xf2\xb0\x69\x70\x5d\xdc\xa0\x27\xcb\xbb\x60\xdd\x4b\xf3\x16\x3b\x6c\x9c\xda\x6b\x7a\xb0\x35\x71\x9d\x90\x71\xe7\xe3\x8e\xe8\x37\xba\x6f\x30\x0b\xa4\xe9\x92\x29\x89\x7e\xe0\x0f\x0d\xeb\x7c\x9a\x38\x69\x4a\x45\x0c\x9c\x6a\x1a\xae\x1f\xad\x3f\x19\x4f\x4a\x9a\xc8\x91\xa5\x20\x61\xce\xbd\xef\xc1\xd5\x26\x33\x57\xdc\x27\xe6\x94\xae\xf7\x03\x36\xcc\x2a\xaa\x60\x3d\xe3\x80\x5d\x4d\xd9\x7c\x40\x7c\x99\xcc\x69\xc1\x8e\x9b\x26\x73\xda\xdd\x38\xe7\xbb\x47\xea\x2f\x7b\xa4\x74\xfa\x4a\xd7\x70\x42\x8c\x51\xa1\xa4\xe6\x03\x5b\x9d\xf4\x86\x15\x6a\x35\xed\x2f\x4d\x09\xcc\x07\xf4\x89\x00\x53\x7a\x75\x95\xe1\x0c\x49\x2f\x1b\x40\xc1\x62\x9d\x30\xc4\xac\x3d\x8c\x87\x2a\xa0\xec\xfd\x2f\x6c\xbe\x07\x98\xf9\xab\x4a\xde\x01\xf4\xc5\x99\xd3\x52\xf1\xc1\xa5\xc9\xde\xff\x8a\xf8\xc4\xcc\xbd\x3a\xc4\x30\x6f\xa6\x17\xe1\xa1\x07\x04\xa8\x17\x0f\x65\x8b\xac\x92\x17\x7f\x63\xeb\x6d\x7c\xc5\x30\x5f\x85\x30\x54\xbe\x7c\x80\x86\xca\x52\xcd\xc7\xe1\xea\x5c\x80\xe7\x03\x7e\xd7\x31\x8a\xe6\xc3\x7d\x10\x73\x6b\x3e\xb2\x40\x74\xaa\xa9\x92\x63\x97\xcc\x47\xd9\xab\x73\xac\x07\x19\x19\x86\xa2\x7c\x60\xf5\xae\x48\x98\xf9\x90\x91\x61\xd2\xcd\x87\xe2\x34\xa6\xde\x7c\xb8\x77\x8e\x0c\x38\xae\x9a\x54\x81\x00\x6e\x33\x82\x4d\x5f\x2a\xaa\x85\x4e\x59\x0e\x35\x1c\x80\xa3\x99\x22\x04\x1e\xf0\x32\x56\xec\x29\xf9\x78\x54\x06\x07\xad\xbd\xa2\xbb\xd2\xc0\xab\x08\xb4\x56\x40\x0e\x87\x1b\x40\x3d\x78\xd0\xde\xb0\xe8\x2f\x07\x51\x85\x3c\x94\x83\xa8\x8a\x6b\x5b\xce\xe1\x50\xea\x49\xab\x9f\x80\x15\x69\x84\x44\x03\xec\x13\x25\x64\x7e\x41\x04\xea\x11\x84\x04\x6d\xf5\x25\x50\xad\xee\x06\xd6\xe0\x42\x73\x05\x34\x7e\x69\x40\x8d\x16\x9e\x43\xdf\x4d\x03\xc1\x70\x6d\x04\xa0\xd6\x86\x1e\xc1\x41\x60\x93\xef\x38\xa5\x73\x80\x0b\x64\x28\x26\x6b\xee\xea\x31\xd0\x1a\x8b\x38\x23\x2d\xe6\x00\x2d\x0d\x3c\x26\x39\xb0\x23\xe6\x90\x79\x80\xb0\x0a\x8b\x38\x47\xf7\x75\x56\x5a\xc6\x07\x16\x7a\x5f\x2b\x20\x47\x78\x64\xc6\xe1\x90\xf1\x62\xad\x7e\xa8\x56\xd5\x9b\x3b\x0f\xad\x3a\xc1\x3e\x40\x07\xf8\xd9\x72\xec\xb7\x0f\x0b\xd0\x38\x1c\x42\x5c\x93\x15\x31\x38\xf6\x91\x79\x40\xa3\xae\xf9\xe0\x1b\x74\xac\x8c\xda\x91\xa3\x1a\x75\x5e\x6c\x24\xc7\x77\xab\xbd\xf4\xa3\x18\x58\xf6\x2f\xb7\x62\xd3\x6a\x20\xa1\x8e\x8e\x40\x03\x29\x8a\x90\xb5\x9e\x72\xaa\x2e\xfc\xc8\x2f\xc3\x99\x4b\xfc\x32\x34\xd9\x31\xc1\xe9\x72\x31\x81\xaa\x74\xef\x8d\x73\x75\x9a\x1e\x16\xa4\xb8\x4e\x12\x9f\x43\x48\x46\x16\x44\x1f\x64\x71\x08\x0f\x39\xa9\xef\x49\xfe\x3a\x88\x7b\x5c\xfb\x6b\xce\x87\x9a\x20\x18\xcd\x46\x03\xc4\xc5\x98\x73\x46\x21\xee\xb8\x30\x73\x8e\x36\xbd\x04\x81\xac\x9d\x30\xef\x6a\xdd\xa9\xaf\x34\x3d\xb4\x74\x1e\x3e\xc8\x23\x1b\x0f\xaa\xb0\x58\xd8\x72\x06\xf1\x15\x47\x77\xce\x97\x73\x5a\x69\x9a\xd8\x8e\x2a\x7a\xf3\xb5\x69\x67\x51\x48\xbe\x65\xb2\x2c\x99\x8c\x8e\x38\x8e\xe8\xc3\x36\x24\x44\x1e\xa0\x78\xb4\xa0\x9c\xb5\x44\xb0\x8b\xe6\xcc\x76\x32\xf0\x68\x65\x0d\x8d\xa5\x8a\x83\x29\xf9\xfb\x0d\x86\xc5\x8c\xbf\x31\x67\xb6\x93\x8a\x9f\x22\x67\x42\x3a\x4a\x74\x08\x4a\x05\x78\x18\x72\x9e\x2a\x65\x85\x07\x85\xd7\x96\xfa\x17\x0c\x33\x17\xb8\x40\xc7\x2f\x97\xcb\x21\x65\x2e\xc9\x2f\x17\xb8\x40\xc1\x80\x91\xcb\x21\xf9\xc0\xc8\x8a\x6e\x6e\xac\x74\xb9\x10\xa3\x31\x70\x13\xe6\xa2\x1c\x89\xc3\x2b\x17\x4d\x1b\x69\x49\x64\xb9\xa0\xf6\xe6\x04\xb6\x4a\x9c\x1a\x4a\xd6\x60\x0b\x36\x8b\x92\xb3\x0f\x5a\x08\x92\x0f\xec\xc4\xb1\xd3\x29\xee\xa8\x5c\x92\x0f\x9b\xdf\x2d\xd4\x95\xbc\xfb\xa1\xd3\xa2\x64\xd1\xe8\x54\xc5\xae\x54\x7f\x71\x8a\x20\x1f\x3d\xaa\xe3\xb0\x53\x5d\xa5\xd2\x5f\xd9\xa6\x34\x1b\xa8\x8a\xc2\xe2\x40\xdf\x64\xca\x74\x5a\xa5\x8b\x46\xd3\xcd\x25\x04\x91\x68\x6c\xed\x84\x3b\xe4\x82\x88\x9a\x91\x39\x72\x39\xe5\x0f\x50\x59\xd1\x7f\x95\xc4\x9b\xbe\x41\xb4\xfd\x5c\x0c\x19\x41\xf2\xcb\xc5\xd9\x0f\xb0\x84\x32\x5d\x9d\x30\xa5\xea\xcc\x61\xfe\xc8\xdb\xc7\x17\x87\xbf\xc0\xe2\x12\xab\xa6\x86\x6d\x53\x4a\x3c\x08\x28\xd3\x58\x75\x17\xbb\x05\x69\x34\xcc\x98\xa2\x73\x45\x63\x2b\x15\x2a\xab\xdb\x9b\xb9\xc4\xf4\x5c\xf1\x7d\x8c\xc0\xfe\x5a\x2f\xa7\xbe\xd2\xe9\x2d\x33\x67\x0d\x56\x84\xb0\x82\xca\x97\x35\xa5\x95\xc8\x2c\xd4\x77\x0b\x20\x0b\x07\x4d\x1d\x04\x8d\x26\x37\x94\xa7\x82\xb1\x3f\xb7\x24\xaa\xc0\x4e\xcb\xd9\x07\xbe\x51\xd3\x70\x0f\x6b\xf9\x15\x55\xfc\xd2\x34\xb2\xc1\xa5\x1b\xb6\xec\x8e\x94\x9d\x1b\x88\xaf\xf8\xc0\x72\xc3\x3d\x58\x31\x35\xe5\x86\xdf\xa5\x05\x9b\x96\x77\xb9\xa9\xb7\x57\x73\xc1\x58\xb3\xd0\x0f\x4d\x4d\x2c\xd5\x7e\x68\xbd\x60\xdb\xea\x09\x8c\x12\x7d\x90\x7b\xd1\x08\x05\x53\xea\x6c\xf7\xa5\x42\x55\x5d\x33\x4b\x5c\xb2\x5a\xee\x6a\x1a\x6e\x27\xfd\x34\x20\x86\x59\xe8\x08\x02\x05\xaf\x74\xee\x22\xb1\xb1\x98\xfa\x63\xd3\x50\x48\x57\x38\x3a\x58\x0b\x5d\xad\xf5\xb0\x81\x57\x9b\x1f\x34\x3a\x94\xfc\xf0\x7c\xe7\x11\xb6\x6d\xbe\xf2\x30\x85\x60\x0d\x61\xc0\x64\x0b\xbe\xb0\x3c\xa2\x9a\xd3\xf0\x17\xc5\xa4\xe8\x2f\xaf\x0e\x8e\x85\xaa\x81\x09\x72\x88\xc4\x81\x95\xbb\x14\x86\x3d\x92\x22\x2a\x4b\x66\x24\x39\x21\x1b\xcd\x50\xb4\x52\x4c\x1a\x06\x3c\xb9\x98\x86\x72\x96\x7b\xcb\x30\x86\x20\x77\x1f\x4e\xab\xd1\x34\xf6\x86\xdc\x3b\xb0\x61\xec\xca\x6e\x5b\x1a\xae\x72\x01\xd7\xe3\x74\x4a\x98\xac\x01\x93\xcd\x45\x40\x95\x30\x53\x01\x21\x53\x3b\x0d\x0f\xa7\x4b\xa6\xa4\xf0\x15\xc3\x3c\x83\x9a\x14\x80\x9f\x31\xdb\xe0\x82\xe8\x4c\xbb\xf5\xd5\xd5\xa9\x69\xa3\xb0\x20\xcf\x53\x02\x66\xf6\x4f\xe6\xb8\x45\xa4\x84\x13\xdd\xa7\x60\xc8\xca\xa7\xb6\x45\xd9\xd5\x39\x77\xd3\x54\x7b\x05\x0f\x32\xbd\x82\x81\x52\xb0\x9e\x6d\xeb\x41\x9c\xce\x57\xf4\x17\x58\xdc\x15\xd5\xff\xd8\x51\x2e\xc8\xb4\x12\x49\x97\x2f\xd5\xeb\x04\x5f\xbd\x70\x21\xf5\xc4\x82\xd4\xa2\x93\x4b\xf7\x41\xc9\x02\x62\xbc\xf0\xbe\xd5\x04\x5d\x5c\x7d\x6b\x45\xb4\x36\xdc\x14\xe1\x29\x97\x81\x12\x2e\x48\xcd\x3b\xb9\x0a\x8e\x9e\xa6\x04\xfd\x5d\x3a\xfc\x13\x72\xca\x75\x89\x51\x84\xd7\x6b\x1b\x93\x61\xbf\x97\xfb\x2d\xb1\x6f\xf9\x56\x44\x25\x8c\x27\xdf\xe8\x31\xd5\x65\x77\x6b\xfc\xaa\xec\xf8\xb7\xd6\x8b\x01\xeb\xb9\xb5\x5e\x28\xcd\xdf\xba\xde\x08\xf9\xcb\x77\x56\x34\x59\x9a\x47\xbe\xf5\xbf\x60\xdd\xcc\x77\xf1\x01\x66\x7e\xc3\x23\x2b\x51\x34\xf9\xae\x1b\x6a\x1a\x68\x32\x32\xc4\x99\xbb\xed\x4d\x90\x6a\xda\x28\x06\x32\xc7\xdd\xe5\x9e\xac\x8d\x5b\x83\xc5\x60\xdb\xba\x25\x0a\xd7\xc6\x0d\x17\x28\x18\xcc\xf2\xad\xcb\x25\xb3\xbf\xde\x48\x23\x65\xc0\xc8\xb4\x07\x35\xc9\xe5\x46\x64\xa8\x41\x84\xa8\x8e\xee\x4e\xe1\x0f\xd5\x05\xf9\x1c\x8e\x87\xf9\x79\xd8\xd4\xab\xe2\xcc\x03\x21\xd5\x0a\xbd\x3d\x98\x47\x73\x65\xa5\x3d\xcd\x6d\x18\xec\x3c\x6d\x63\x67\xe1\xfa\x61\xd9\x0d\xf4\xbf\xac\x31\xa5\xa5\xd1\x78\xd0\x6b\x04\x7f\x98\x7f\x8b\x8d\xc8\xf3\x20\x50\xab\x51\x4c\xab\x68\x05\x47\x0f\x20\x73\x81\xa8\x0b\x30\xcf\xa3\x7f\x7e\xb8\xf3\xcc\x03\x9f\xbe\x8d\x9c\xab\xe8\x97\x7a\xf7\x29\x1a\x89\x10\x29\x3f\x9f\x1f\x95\x5d\x61\x1e\x44\x14\x04\xcb\x44\x5b\xa0\x3b\xcc\x35\x5e\x3c\xbe\x79\x12\x6d\x51\x7c\x9b\x3f\x3f\x1a\x2b\x78\xae\xbd\xb2\xc1\x10\xe6\x92\x71\xdc\xf7\xe7\xda\x98\x1a\xb8\x9c\x6b\xb5\x35\x56\xd4\x34\x50\xb5\x76\xdf\x3b\x76\x96\xfe\x24\x84\xa2\x10\xf3\x90\x27\x1c\xa2\x11\xb7\x9b\x27\xf1\x88\x98\x33\xf2\x8c\xfd\xf3\xa3\x24\x3f\x40\x47\x8b\x8e\x34\x32\x3c\x80\x74\x05\x2b\x47\x4e\x22\x2d\xaa\x45\xc7\x67\xd9\x10\x4a\x91\xba\xb8\x72\x45\xd5\x9b\x89\xd8\x08\xe4\xf8\x99\x0c\x8e\xa4\xf9\x25\x6d\xd5\xd4\xad\x5e\x17\x08\xa0\x1a\xfe\xd0\x6a\x6f\x5f\xf1\xbf\x99\xd6\xfc\x38\x84\xa5\x38\x4b\x3d\x73\x2d\xb4\xe6\xf0\x13\x93\x82\x04\x37\x93\xf4\xea\x70\x96\xd0\x56\xd0\xef\x66\x0e\x7f\x0b\x4d\xc8\x33\x47\xa2\x59\xf8\x38\x43\x21\xbe\x2e\xab\x23\x06\x93\xa5\x0f\x7a\xca\xf4\x6f\x71\x1b\x26\xfc\x72\xe1\x0d\xe9\x63\xe6\x67\x01\xc3\xb8\x96\xb4\xd0\x9c\xf2\x25\x2b\x34\xa7\xbc\x38\x0f\x80\xb8\x24\xc1\x78\x48\x9f\x65\xec\x30\x9e\x3c\x77\x60\x9d\x34\x09\x17\x68\x55\x54\x2d\x69\xb1\x8c\xfd\xc1\x03\x60\x14\xd7\xa4\x38\xe7\x65\xd1\x1c\x7b\xeb\xac\xe3\xf3\xa3\xc3\x68\xa7\xaa\x62\x77\x1a\x88\x79\x48\x8e\xae\xb9\x07\x08\x5a\x33\x88\xc4\x4a\x06\x91\x30\x56\x03\xb0\x08\x10\xce\x53\xa7\xae\x7b\xd0\xec\xf1\xf3\x23\x15\xd7\x46\xff\x16\x7c\x94\x67\x27\xf8\x08\xf0\xbb\xce\x77\xe4\x9a\xd9\x17\xfe\xaa\xcd\x68\x56\x71\x32\xb1\x50\x2b\x44\x4f\x82\x66\x5c\x56\xdd\x11\x32\x98\xce\x10\xf9\x94\x50\x1a\x44\xcf\x39\xe2\x2a\xd2\xe7\x20\x7c\x07\x25\x68\x2e\x2d\xb7\xc2\xe0\x09\xfc\xaa\x6c\x30\x13\xb1\x2c\x37\xe9\x6f\x80\x1c\x7a\x1c\xae\x26\x91\x33\x04\x85\x3e\xc7\xa4\xec\x7b\x8c\x21\x52\xc7\xd2\xe5\x8a\x08\x58\x9b\x7f\x45\xb1\x98\x4b\xa9\xc3\x49\x9a\xe7\xa9\x02\x2f\x0f\x5a\xbc\x56\xb9\x81\xf0\xb2\x2e\xdb\x59\x62\x61\x77\x01\x63\x8e\xc1\xf9\x9c\xe7\x12\xc6\xe3\xe1\x8a\x5a\xc2\xe2\x38\x24\x20\xf5\xc2\xe6\x74\xa3\x9d\xa7\x80\xd0\x34\x2f\xa2\xad\x18\xc8\xb5\x49\xc5\xaf\x6f\xdd\x95\x7e\x6e\xa4\x84\xac\x68\xed\x6c\x95\x1d\x9c\x50\x67\xe5\x3a\xec\x9d\xf5\x08\xbe\x5e\xb8\x84\x9d\xcf\x7b\xa1\x12\x5e\x3c\xef\x4e\x0d\x7a\xbd\x09\x90\x0a\x56\x59\xd3\xc4\xc6\x34\x0d\xa8\x88\xce\xd3\xb3\x78\x97\x5c\x63\xe9\xec\xcd\x59\x78\x84\x97\xea\x8f\xcb\x95\x3e\x1f\x26\x5b\xa6\xb4\x54\xd5\x0d\xf9\x92\xa1\x9a\x78\x9a\xb2\x15\xcb\x8b\x5b\xca\x71\x27\x60\x21\x8f\x62\xfe\xac\x07\xd2\xf1\xf4\x04\x42\xdd\xf5\x35\x6c\x21\x83\xcc\xa9\x1b\xc7\x6a\xef\xf1\xf9\xd1\x9d\xd7\x97\x0e\x1c\xf7\x1b\xd7\x6b\xa0\x59\x42\xee\x10\xf3\x4b\x30\xaf\x87\x93\xb9\x54\x8b\x7a\xb4\xaf\x1c\x29\x79\xbe\x6b\xaa\x5d\xb3\x2f\xcc\xa4\xd9\xac\xe4\x88\xec\x3c\xdf\x6b\xd5\x01\x41\xef\xb3\xba\x03\x6d\xba\x27\x55\x0a\x30\xb9\xe2\x05\xca\x18\x5c\x8d\xaf\xc9\xef\xda\xe2\x88\x35\xc8\xef\xc1\x14\x22\x08\xbc\x87\xde\xf8\xe1\x0f\x82\x9d\x28\x03\x36\x33\xfa\xb2\xdf\xa9\x3e\xbf\x07\x0b\xa2\x53\x3c\x17\x30\xd6\x20\x7e\xcc\x0f\x9f\xf5\xd6\xf6\xd8\x04\xaa\x1d\x2d\xb0\xa0\x74\x63\x07\x35\x30\x10\x3c\x58\x31\xbb\x66\xa3\x07\x55\x57\x09\x1f\xec\x48\xa6\xaf\x0a\xa1\xb8\x7f\x83\xa0\xd0\x69\x00\x14\x5f\x1b\x1b\xc9\x7a\x34\x6c\xd0\xed\x9f\xf0\xc0\xaa\x36\xfa\xc6\x6e\x25\x3a\xd6\x09\xdb\xec\xd9\x70\xc1\x66\xad\x87\xcd\xcd\xf2\x5a\x0f\x2a\x82\x2f\xea\x04\xc6\xf8\xfc\xb2\x5b\xe5\xca\x36\xfc\xb2\x5d\x69\x3f\x7d\x91\x50\x34\x70\xbc\xe8\x87\x1b\x54\xf7\x2e\x0e\xc0\xe4\x17\x6f\xbf\xda\xe1\x6b\xc0\x4d\x44\x8e\x7a\x89\x86\x70\x25\x1b\x9f\x18\xc4\x3f\xfa\x0a\x06\xf1\xfc\xb2\x5d\xe1\x69\xca\xef\x92\x16\xab\x16\xe2\x77\xed\x5c\x95\x80\xb9\x4c\x10\x63\xd5\xe0\xf7\x66\x23\x39\xc4\x3c\x66\x08\x95\xe1\x37\xab\xf2\xa2\x70\x12\xeb\x18\xf0\x75\xe4\x37\x7b\x0c\xc1\xaf\x01\xd5\x29\xc9\x88\x3a\x22\x0c\xdf\x74\x6e\xcd\x87\x85\x3d\x2d\x82\x2f\x31\x01\xc7\x6e\x74\xd2\xa8\x0d\x81\xc9\x0c\xd8\x85\xd8\x51\x49\x94\x68\x4a\x8d\x31\x2f\xde\x48\xcd\xc0\x2f\x96\x10\x4e\x29\xe4\x77\x6d\x85\x35\x48\xaf\x48\xbe\x07\x7a\x13\x1e\x80\x1a\x24\x40\x1c\x00\x7b\x06\xd9\x17\x5d\x9f\x2f\xdb\xe2\xe1\x44\x15\xd1\x58\x29\x03\xa7\xf0\xe3\x34\x3f\x8a\xdf\x82\x46\xe9\x1b\x2b\x2a\x91\x20\xf9\xad\xa0\x14\xd5\xe2\xad\xc2\x4f\xfd\x2a\x46\xc1\x6e\x25\xfa\xb5\x5b\xa7\x51\xa6\x2f\x9c\x88\x29\x5b\xff\x04\x57\xf4\x5b\xd7\x14\xe7\x60\x7d\xe2\x25\x61\x71\x6f\x9d\xbc\xb7\x4d\x02\x24\x11\x58\x5f\xd4\xa0\x94\x2c\xeb\xa5\x74\x90\xee\xd4\x88\x33\x6f\x5b\x40\xa8\xc2\xbc\xb8\x25\x55\x66\xdf\x25\x2e\x57\x15\x98\x77\x49\xcb\x35\xb9\xa0\xd6\xce\x5e\xf3\x61\xfd\x41\xd9\x36\x4f\x80\x66\xf0\xa8\x0e\xc4\x86\x64\xfc\x29\x35\x8d\xe3\x2b\x76\xf6\x36\x82\x77\x5d\x16\x68\x66\x29\xdb\x30\x23\x82\x0f\xbf\x4b\x62\xa8\x49\xa2\x5d\x02\x43\xcd\x08\xa1\xef\x92\x17\x6a\x0e\xd6\x71\x70\x00\xd2\x1d\x1c\x18\x58\x72\x44\x4d\xae\xd3\x8e\xb0\xc4\xa6\xf0\x76\x07\x47\x5f\x38\x5c\x95\x41\xde\x25\x49\x54\xf5\x80\x17\xdf\x6b\x6e\xd2\xb5\x52\x45\xb2\x63\x02\xca\x93\x1f\x00\x28\xdb\xfd\xbb\x14\xc8\x8a\x4b\x37\x13\xa2\x1b\x12\xfb\xf0\x3b\x04\x14\x20\x90\x26\x08\x9a\xc9\x2f\xe2\x44\x66\x97\x7c\x51\x31\x53\xb6\xdc\xa8\x63\x7d\xc2\x7b\x5d\xa5\x43\xb2\xb0\x8e\xf0\x30\x80\xe1\xd2\x62\xc0\x28\xa4\x5a\x34\xdf\x21\x89\x00\xe7\xb9\x57\x38\x8d\x9e\x9b\xc7\x01\x9d\x91\x1d\x19\xb9\xcb\x90\x60\x62\x39\xf2\x4b\xcc\x69\x73\xa2\xd5\xe4\xaa\xcb\xe8\x42\x38\x71\xed\x5f\xec\xee\xc8\xa8\xaf\xde\x9f\xbd\xee\x2e\xfd\xac\x00\x6b\x20\xbb\x08\xb8\x0c\x31\xf1\xfd\xc2\x76\x93\x65\x21\x7a\xb8\xc3\xbf\x4b\xf6\xa8\x4a\xe1\xef\xb5\x43\x67\x99\x66\x45\x0f\xa7\x5f\xc9\x43\x46\xa0\xe8\x21\x47\xc5\xd7\xaa\xa4\xfe\x62\xda\x6e\x62\xe0\xd6\x0e\xc6\x30\xef\xc2\x08\x80\xfa\x6e\x7c\x6b\xfd\xae\xd7\xd7\x86\x80\xce\xd1\x18\x56\xef\x2a\xbc\x85\x0e\x48\x6f\x05\x23\x57\x89\xb2\x8b\x73\x7e\x1b\x0c\x64\x25\xa1\xa6\x67\x6c\x61\x78\xac\xf3\x8b\x99\xa4\x49\x2f\x8f\x52\x92\x75\x90\x38\x65\x47\x4f\x65\x94\x00\xa1\xc7\xd1\x25\xff\xe8\xac\x06\xd0\x47\x40\x7d\xaf\xab\xc3\xfa\x02\x6a\x9b\x37\x65\x06\x60\xd4\xa9\x34\xe8\xa9\x80\x68\x3b\xc0\x29\x3d\x12\xc8\xd3\x5c\xf1\x53\x38\xa9\x63\xa8\x70\x16\xed\x46\x49\x75\x99\xfa\xa4\x07\x77\x87\x25\x14\xc5\xe0\x46\x3b\x5f\xce\x7e\xf2\x81\x7e\x14\x45\xa1\xf7\xe5\x14\xaa\x13\x82\x4f\xc5\xf0\xf6\xfc\x2e\x19\x29\x06\x49\x64\x09\x49\x4d\x0f\xde\xbb\x84\x24\x83\x93\xf2\xbb\x04\x9e\x18\xa4\x84\x57\x0b\x9a\x53\xf8\x72\x3e\xcc\x99\x7a\x0d\xf0\x95\x99\xbf\xc2\xd4\xbe\xfb\xbe\x10\x98\x1e\x31\x38\x94\x1d\x9a\xce\x79\xd2\x72\x2c\x81\xa6\x85\x61\xa5\x4a\x17\x9d\x72\xe3\xbd\x65\x1c\x96\x39\x7e\xc5\xdd\x0a\xae\xda\x18\xd6\x62\x2c\xc7\x12\x7e\x22\xd1\x65\xe5\x58\x22\x4f\xc3\xf7\x51\x8e\x25\xf2\xc4\xb2\xf6\x98\x72\x04\x31\x92\x28\x47\xca\xbe\x4f\xf4\x4e\x3b\x4b\xfe\x89\x61\xad\xd0\x72\xa0\xe6\xb3\x10\xcb\x11\x84\x96\x36\x97\x30\xd4\x38\x6f\x5b\x8e\x00\xa2\xa2\xed\x08\x4f\xa0\x2c\x9e\x2c\x5f\x20\xd6\x3a\x37\xdf\xfa\x7e\xd2\xaf\x7d\x31\x8d\xb6\x19\x39\x0a\x21\x6c\x51\x98\x81\x61\xc9\x51\x2d\x1e\xd6\x61\x12\x0f\xda\xe1\xf0\x1d\x87\x16\x0b\x47\x19\x63\x38\x18\x63\x14\x4e\xcb\xc0\x29\x4e\x22\x70\x1e\xf4\x1b\x81\x33\x5a\x16\x87\xcc\x42\x04\x4e\xc7\xbb\xa4\xb1\x88\x75\xb7\x1c\xb8\x64\x72\x13\xe8\x25\x9a\xb5\xe8\x3c\x27\x80\x16\xa0\x14\x78\x4f\x9d\x25\x99\xe9\x9f\x2f\xc7\xb6\x1d\x39\xe7\x09\x72\x93\x2e\x12\x90\x0a\x51\xda\x47\x76\x19\x32\x07\x04\xc3\x41\x99\x13\x22\xf0\xc2\x72\x2c\xe9\xaa\x11\x8c\x52\x8e\xcc\x31\xc4\x0a\x5a\x32\x53\x56\x2c\x57\xca\x34\xba\xe4\xa9\x58\x8a\xed\x74\xbe\x05\x2d\x99\x13\x91\xd5\xf2\xc9\x7b\xdb\xbf\x28\xdb\xce\x4d\x1d\x46\x86\xc9\x80\x28\xae\x72\x64\x54\xf0\x6a\xfb\x92\x19\x75\x0a\xb0\x59\x7f\x89\x56\x8d\x80\xcc\x72\x14\xce\x48\x56\xda\x2f\x3a\x17\xa4\xcb\x25\x4f\xb5\xe6\x00\x3c\xc2\xd7\xc5\xe3\x12\xa2\x62\xa9\x56\x12\x22\x7a\x2b\x40\x54\x40\x63\x11\x22\xeb\x4f\x7a\xb3\x07\x8c\x02\x85\xf7\x15\xcc\x25\xea\x57\xa0\x4b\xb4\xb3\x84\xa8\x06\x57\x2c\x04\x27\xc4\x52\x19\x19\x41\x8b\xa5\x4b\x2d\xb5\x7f\x7e\xf4\xd4\xfc\x60\xd0\x28\x00\x55\xd0\x95\x98\x82\x0a\x70\x05\x34\xd6\xcd\xb3\xfd\xf8\x01\x2f\xb6\x0a\x74\x42\x5d\xc5\x17\x1f\x34\xa1\xa3\x4e\x13\x22\x3a\x68\xe0\xce\x39\x5b\x12\x55\x2c\xd5\xb2\x90\xd2\xce\x92\xa8\x62\xa9\x00\xd1\x98\xe3\x06\x1a\x1b\x98\x73\xee\x1b\x30\x48\x37\x4b\xd8\x49\x87\x03\xe8\x86\x7b\xcb\x75\x96\xb4\x63\x3c\x73\x39\x96\xb4\xd3\x93\x73\xb3\x24\x9c\x74\x48\x8c\x4b\xaa\xe9\xc4\x46\x95\xa3\x1b\x97\x21\x29\x2f\xe9\x45\x2b\x75\x39\xfa\x4d\x99\x91\x79\x5e\x50\xfc\xf6\xc9\xfb\xaf\x82\x9f\xcb\x31\x0c\x83\x14\xe1\x4b\xce\x49\x87\xb3\x38\x04\x91\xd6\x96\x9c\xa3\x31\xbe\x1c\x4b\xce\xe9\x49\xba\x5a\x72\x4e\x3a\x9c\x88\x25\xdb\x24\xc4\xf7\x72\x0c\x4e\x39\xba\x2e\x06\xc7\x1c\x0b\x38\x1b\x40\x2e\x0d\x0f\x21\xb7\x9d\x87\xb2\x75\x80\x5c\xdc\x2f\x39\x27\x1d\xae\x91\x53\x34\x01\x9b\x9e\x33\x34\xb6\xc2\x61\xe8\x54\xe4\x17\xe7\x83\xd5\xc9\x8f\xe7\x52\x50\x5d\x6c\x4b\xfa\x49\x45\x5e\xb3\xa4\x9f\x71\xd8\xc1\x85\x8a\x2c\xee\x97\xc0\x63\x7c\x4a\x39\x96\xbc\x93\x8a\xfc\x5d\x63\x8b\xc0\x2d\x79\x27\x15\xf9\xd7\xd5\x79\x6f\xf9\xa4\x0c\x3c\x4b\xde\x49\xc5\xad\xe9\xf2\x68\xbd\xd4\x79\xa1\xbe\xbb\xf0\xae\x49\x25\xb0\xb5\xe4\x20\xfd\x95\x85\x4c\x0d\x06\xa2\x94\x63\xc9\x3e\xfa\x24\xcb\x71\x0b\x1c\xf5\x6f\x81\x63\x60\x37\xc0\xb9\x66\x6f\x81\x63\x60\x37\xc0\x39\x4b\x4b\xf4\x31\x1c\xbc\x90\xe2\x61\x1c\x52\xb0\x27\xc0\xa4\x1d\x4c\xf8\x99\xd4\x07\xe5\x58\xe2\x4e\x1a\x8e\x6c\x89\x3b\x69\x58\xc9\x20\xb6\x22\x1f\x5c\xf2\x4e\x1a\xb6\xba\xe4\x9d\xb1\x79\xdf\x92\x77\xc6\x5e\xe5\x4f\xa1\x0e\xd0\x2d\xd9\xc7\xe3\xf6\x85\x0c\x12\x63\x6f\x75\x04\x6d\xd4\xe4\x82\x5c\x02\x4f\x1a\xe2\x71\x09\x3c\x63\xaf\xfe\x25\xe4\x8c\x26\x71\x19\xa2\x9c\x93\x20\x19\x98\x27\x03\x5b\x62\xce\xd8\xac\x50\x37\xc4\x66\x12\x13\xf8\xc4\xfc\x04\x3e\xe9\x91\x93\xa9\x43\x0c\xcf\x0a\x4c\x60\x6c\x36\xde\x33\x9e\xd9\xa9\xef\xb7\x03\xf0\xac\x73\xf2\xde\xf6\x39\x3f\xe7\x9a\x9f\x0f\x75\xac\x0f\x22\x9d\x85\x25\x39\x8d\xcd\x5f\x5e\x00\x95\x37\xbd\xe2\x11\x78\x5e\xf1\xc8\x00\x0c\xa7\x29\x83\x0e\x96\xb0\xa4\xeb\xbc\x1c\x2f\x8a\xfb\x5e\x09\x98\x8a\x8e\xbd\x34\x97\xe8\x94\xd3\x6e\xf6\xa2\xcc\x10\x88\xbf\xc9\x5d\x91\x00\x31\xea\xd8\x8b\x0d\x33\xd2\xb1\x99\x0f\xee\xbc\x03\xcf\x7b\x21\x4b\x46\x4e\xc5\x72\x10\xe3\x99\x87\xc8\x0f\x83\x72\xf2\x8b\xca\x43\xe6\x07\x2b\x01\x2f\x64\x19\x08\xf8\x39\x64\xe9\xe1\x90\xce\x96\xea\x51\x0c\xe2\xaa\x99\xdd\x21\x84\x83\x73\x87\xb4\x8b\x57\x38\x60\xb2\x2d\x64\xe5\xc8\x6e\x45\x26\xe5\x08\xc7\x61\xad\xcc\x0f\x5f\x45\x93\x94\xb0\x24\xab\xec\x14\x06\x4c\x4b\x01\x37\x4c\x09\x4b\x9c\xca\xce\xb9\x29\x3e\x02\xfe\x8b\x12\xf0\x9c\x04\x1c\x34\x25\x2c\x61\xa9\xe0\xa8\x28\x01\x5f\x66\xe0\x84\x55\x21\x97\x42\x39\x84\x8c\x80\xf6\x50\x60\xd7\x01\xf7\x4a\xe0\x34\x4f\x09\x66\x7e\x28\x30\xfb\x60\xee\x07\x5c\xa6\x25\x60\x90\x0a\x1c\x62\x2a\x21\x92\xeb\x82\xbd\xde\xa4\x22\xb9\x89\x57\xad\x50\x72\x5c\x43\xdd\xe2\xee\x33\x45\x3e\xf1\x07\x8e\xe4\x42\x2d\x01\x0b\x53\x24\xb8\xbe\x04\x2c\x4c\x11\xcf\x40\x09\x4b\xda\x29\x98\xd6\x4b\x58\xc2\x4e\x21\xef\x48\x09\x9e\xaa\x26\x28\xa6\x04\xec\x4a\xc8\x77\x61\x09\x41\xf8\xce\x4a\xc0\xc2\xe4\xb8\x97\x08\x54\x1d\x5c\x5e\x12\x7d\xb3\x88\x30\x44\xd3\x59\xae\x44\xb1\x61\xaa\xa6\x28\xc3\xa4\x08\x4b\xb2\x0b\xcc\x35\x52\x07\xc1\xdb\xb2\x5a\x33\xa6\x60\x81\x2c\xa1\xec\x30\x24\x2a\x11\x3e\x93\x24\x14\xec\x47\x09\x66\x13\xb0\x1f\x25\x67\x19\x81\xa7\x25\x41\x28\x2a\xa9\xf4\x56\x96\x04\x26\xe8\x4b\xdc\x69\x31\xf8\xed\x92\x45\x1d\x9c\xd2\x8e\x30\x2c\x69\x27\x76\x3f\x5c\xe2\x97\x33\xb5\x64\x9d\x9e\x6c\x04\x83\x51\xcd\x88\x10\x81\xf4\x11\x9d\x2f\x97\xac\x93\x86\xd3\x5c\x97\xc4\xd8\x01\xa5\x62\x62\xb5\xc6\xd2\x54\x6d\xb0\x82\x18\xeb\x62\x38\x2a\xb6\xed\xa1\x53\x49\x02\xcb\x91\xe3\x59\x22\x4f\xb5\xbd\xc6\x76\x01\x2a\x88\x7e\x6e\x84\x76\x97\x80\x19\xe8\xb0\x7b\xbc\xa6\x44\x17\x94\x80\xd3\x94\x28\x88\x12\x70\xf0\xec\xf5\xda\x3c\xe5\xb0\x1f\x90\x82\x13\x88\xec\xac\x4a\xe1\xe9\x9c\xbb\xb6\x28\x7e\x5d\x2c\x5d\x3f\x18\x50\x74\x73\x28\x08\xe8\x12\x48\x86\x2b\xad\x6b\xab\x64\xe4\xfa\x67\xa5\xb5\x7d\x04\xc8\xf7\xc8\xee\x12\xe7\x40\x53\x94\x38\x87\xf9\x42\xac\xcf\xb9\x72\xe0\xc7\xb0\xd2\x19\xee\xd0\xff\x60\x0d\x43\x4b\x93\x4d\x7a\xce\x5e\x0a\xde\x16\x14\x6a\x11\x74\xb7\x91\x75\xa2\x9c\xb1\x9f\x84\xd3\x03\xaa\x08\xaf\xe1\x54\x3a\x76\x04\xe7\x09\x26\xe8\xfa\xe4\xec\xba\x1f\xdc\x88\x90\x14\xcd\xd7\x23\xa0\x48\x19\xe2\xe7\xf2\x0c\xbd\xaf\x51\x8d\xb3\x94\x7c\x79\xe0\x4d\x86\x6b\x90\xcd\x52\x02\xbe\x62\x67\xdf\xe2\x31\x01\xe5\x52\x7f\x65\x6b\x08\x98\x60\x54\xf1\xc2\x85\x1d\x29\xf8\x9e\xe5\x2d\x33\xbf\xc4\x02\x03\xf4\x40\x59\x17\xcc\x1b\x5d\x4e\x66\xec\x09\x82\x21\x1a\x96\x2c\xd1\xa2\xeb\xe7\xf6\xe4\xa7\xec\xff\x66\x05\x45\xbf\x46\x9b\x43\x19\x08\xb7\x04\x44\x77\x37\xda\x9c\x5b\xc7\x8d\xa6\xec\x64\x63\x46\xa9\x99\x3d\x99\xe4\x46\xad\xb9\x5d\x78\x9e\x24\xb3\x8b\x9b\xdb\xa8\x28\x96\x84\x67\xa3\x0b\xbc\x3f\x88\xa4\x2e\x59\xc4\x89\xcd\x2a\x1e\xb6\xeb\xdd\x94\xae\x1d\xc7\xfa\xdc\x6c\x49\x7e\xfc\x30\x97\x96\xa7\x7c\xdf\x07\x7d\x79\xae\xfe\x79\xec\x94\x08\x25\xe0\x60\x72\xa0\x73\x07\xdf\xd1\xe8\xdc\x8b\x0e\xf8\x8c\x6f\xc8\xec\xc5\x61\x6d\xf1\xb1\x08\xd3\xab\x58\x6d\x39\xc1\x18\xf8\x80\x2d\x5e\x7b\x50\x09\x6f\xf9\x96\x75\xa1\x84\xb5\xc5\x73\xd0\xb5\x84\x17\xf5\xd1\x4f\xf7\x59\x75\xbf\x75\x4a\x99\x2d\xcf\x0d\x13\xa4\x5c\xe2\x61\x4e\x14\x74\xf2\xb8\x36\xe8\x0a\x74\x91\xd4\x1b\x8d\xb4\x20\x25\x1e\x7a\xc3\xfc\x01\xcd\xca\x6f\xb5\x1e\x36\xeb\xe8\x82\xf3\x87\x25\x4b\xa3\x79\x47\xc2\x15\x38\x9d\x58\xe2\x76\xe5\x34\xca\x8b\xe7\xb3\xb8\xe2\xda\x63\x09\x3a\x2d\xd1\xd4\x0e\xc3\x1a\x8f\x22\x19\x65\xfc\x18\xc3\x56\x5e\x1d\x22\x8b\x46\xa2\xc1\x42\x6a\x8c\x31\x6a\x82\x07\x4c\xf6\x54\xdc\x46\x85\xfc\x3f\x01\x17\x4f\x89\xec\xa8\x15\xb3\x78\x89\xd1\x30\xfe\xe0\x03\xb2\x11\xfc\x98\xdc\x40\x41\x81\x24\xb2\xa1\x12\x9b\x54\x48\x40\x50\x33\xb2\x34\x49\x83\x42\x0d\xfb\x41\x73\x2e\x5d\xe3\xd6\x91\x74\x62\x92\x83\xfa\x5e\x0e\xca\x20\xd8\x66\x13\x53\x19\xb1\x29\x28\xad\x91\x73\x68\x81\x07\x14\x06\x18\x20\xc5\xc7\x7d\xa8\x85\x86\x32\x36\xc2\x6a\x9d\x0a\x44\x40\x9a\x1d\x8e\xf5\x35\xaf\x82\x17\x52\x18\x34\x38\x74\xf4\xcc\x20\xdc\x2b\x9a\xcd\x20\xf9\xad\xa7\xd1\x19\x65\xd6\x2e\x08\xa0\x79\x07\xcc\xf1\x71\xc1\xc6\xe3\x0f\x05\x5b\x54\xf6\x3d\xd6\x12\x3f\x2e\xf2\x05\xeb\x34\x47\xc3\xd0\x4c\xf9\xd3\x77\x4b\xf2\x02\x7f\x80\x17\x64\xbf\x96\x17\x30\x4c\xb6\xd3\x90\xbf\xf2\x8b\x16\x83\xd9\xcd\x89\x51\x48\xca\xd4\x70\x1c\x97\x88\x09\x21\x3a\xc0\xea\xd9\x4d\xe4\xb2\x58\xd1\x38\x9d\xd3\x8a\x36\x2e\x45\x6b\x2a\x70\xea\x2a\xac\x5a\x2c\x57\xec\x18\xce\x84\x96\x02\x31\xbb\x2d\x05\x74\xdc\xd0\x3e\x9d\x5e\xfc\x2d\x7b\x03\x8b\x0d\x45\x4b\xec\x34\x85\x1a\x3f\xf0\xfc\xb1\xeb\xa4\xa9\x12\xfa\x35\x6a\xa9\x60\x37\x54\x51\xe7\x8e\x20\x89\x21\x1d\x77\x18\x43\xf7\x3d\xb4\x8e\x99\xb5\x90\x29\x2d\x2b\xe1\xc7\xb5\xa3\x66\x45\xc1\xe8\x01\x32\xe2\x27\x4a\x1c\x06\x62\xc0\xa2\xe2\xda\x60\xb3\xda\x52\x5c\x9b\x6a\x56\xdd\x31\xc4\xbf\x66\x61\xc2\x47\x11\xb3\xcb\x94\x30\xb8\xc4\x29\xc7\x12\x89\x86\x88\xc3\x65\xc7\xf9\xc7\x94\x9c\x58\xf7\xd6\x8d\xff\x71\xed\x7c\x30\x25\x0e\x5c\xf1\x14\x4f\x58\x39\x9f\x9e\xc6\x76\x3a\xd4\xa5\xbe\x0f\x76\xa3\x78\x9a\xea\x41\x58\x4f\x02\x42\xba\x1f\xe8\xc9\x10\xb1\x78\x32\xdc\x35\x23\x51\xc9\xbb\xd2\xde\xfd\xd8\x65\x3d\x8d\x50\xb3\xfd\x11\xe4\xa0\x32\x12\xdd\xfd\x64\x29\x97\x6b\x1f\x14\x6c\x3f\x03\x70\x98\x17\x42\xc2\x26\xc6\xa1\x89\x64\xfd\x0c\xc9\x3a\xf6\xe6\xd8\x4c\x17\x91\x6c\xc8\xb9\xa6\x33\x8f\x62\x1f\x72\xb9\xb5\xe1\xb5\xe8\x7a\x7c\x0c\x65\x43\x56\x8d\x6e\x6c\x01\x09\x39\x92\xb4\x44\x6d\x21\x3e\x58\x9e\xec\x9b\x0c\x26\x6a\x04\xf1\xc1\xa2\x28\xac\xe4\x5c\xfc\x56\x26\xc5\x9a\x9c\xf0\xc1\xa2\x28\x05\x3d\x64\x91\x92\xa6\x1f\x6c\x41\xd2\xfd\xda\xe1\x92\x36\x82\xf8\x48\x7d\xbc\x9f\xca\xae\x76\x66\x36\x82\x2e\xf3\x23\x79\x53\x71\xa0\x4b\x2f\x4e\x45\x1e\xb4\xf4\xdf\xb1\x57\xd0\x44\x3d\x17\xdb\x53\xcd\xd1\xe1\xbc\x68\x8e\xae\x5d\xb2\x60\x1c\x1a\xba\xe2\x2b\x29\xf2\xc5\xbb\x35\x24\x9a\x65\xeb\xd3\x70\x15\x89\xc4\x8e\xd9\x6d\x6a\x6d\x7e\xa5\xca\x48\xde\xb1\x73\x0e\x95\xf8\x9e\x9f\x1f\x55\xb2\x5a\x6a\x2e\x07\x6d\x0b\xa7\x4c\xea\x01\x89\xa5\xc3\x60\xb7\xe4\xc3\x5a\xa2\x08\x01\x89\x7d\x4f\xdb\x78\x3a\x64\x90\x83\x32\x92\x09\x83\x4c\xda\xf0\xd9\x36\x52\x60\x17\x07\xca\xb4\x94\xd2\x9e\x76\x19\xe3\x18\x98\x4b\x4b\xbb\x24\x03\x52\x49\x6b\x0f\xac\xa3\x7c\xc5\xdf\x12\x26\xfd\xfd\xb5\x13\x58\x29\x9f\xdf\x12\x28\x95\xc4\xc6\x79\xc0\x8d\xd3\xda\x38\xdb\xee\x18\xdd\x0c\xc3\x57\x5a\x5b\xe5\x80\xfb\xa6\xb5\x51\x72\x36\xb0\x24\xc3\x1f\x86\xaf\xd1\xcf\x77\xd9\xf4\x8d\x6c\xdc\x29\xee\xc4\x27\x20\x42\xa3\x3c\xe2\x6c\x22\xb8\x4f\x97\x7f\x49\x51\x26\x69\xb3\x12\x0e\x5f\x27\xed\x2c\x20\x37\x61\xbe\xb0\xbe\x79\x03\x70\xca\x96\x94\x94\xd6\xd0\x48\x13\x5b\x6b\x20\x2a\xa8\x24\xb6\xd0\xa8\x49\x3c\xad\x3d\x54\x8b\x52\x22\x70\x6f\xf8\xb1\x69\x0f\x93\xcd\xba\x96\xed\x0e\xaf\x9c\x20\x25\x2c\xe2\x70\x85\x64\xfc\x03\xd5\xf3\x16\xd0\x7c\x4f\x60\x21\xe8\x5a\x9b\xac\x9b\x78\x22\x88\x4f\x3c\x13\xc4\x87\x1c\x92\x88\xe1\x63\x11\xa7\xb5\xd9\x12\x92\x5b\x12\x76\x7a\xe7\x27\x3b\x27\xb6\x46\xc4\xc9\xb0\x47\x43\x78\x59\x55\xc9\xbc\x92\xac\xf2\xa4\xaa\x2a\xa2\x88\x26\x77\x59\x24\xd5\x56\x56\x7c\x52\x3b\x75\xa2\x0b\xb6\x52\xd6\x57\x2a\x48\x4e\x36\x69\x9e\xa7\xfd\x7e\x91\xea\x61\xf5\xd7\xfd\x86\x36\xb1\xba\x8b\x0c\x76\x4c\x27\xba\x22\x00\x22\x0c\x26\xd2\x1b\x75\x75\xd5\x54\x4d\xb9\xc9\x58\xea\xce\xca\x03\x9c\xf5\x5b\xba\xae\x92\xaa\x2b\xca\x86\x0c\xde\x3d\xfc\x61\xc1\x20\x11\xae\x0d\x53\x73\x4e\x5a\xfb\x65\xc5\xbb\x57\x52\x93\xf2\xa8\xe2\xb9\xdc\xc2\x46\x95\xd4\x4c\xc5\x1b\x41\x06\x3a\x13\x12\x41\x06\x9a\x0f\x12\xa1\xca\xbd\x3a\x18\x43\xbc\xcb\xe1\x03\x7e\x2b\xb8\x40\x22\x62\xc0\x2d\x2b\xad\x0d\x93\xdc\x6c\x25\x75\xa2\xc8\x24\x3b\x7d\xf5\x88\x37\x69\x98\x1b\x47\x12\xd4\x71\x8f\xf0\x95\x06\x4e\x59\x4c\x60\x9c\x3a\xab\xda\x33\x12\x4a\xa5\xaa\x5d\x1a\x08\x5f\xcd\x46\x11\xbe\xc4\xe2\x40\xa4\x10\xea\xa1\x74\x03\x82\x86\xfc\x84\x09\x1b\xc2\x4c\xd9\x74\x1e\x05\x31\x39\x9d\x1e\x3d\x0b\xfe\xa2\x3e\x63\x19\x2f\x40\xb5\xd2\x4e\x1a\x02\xa8\xa7\x2e\x01\x7f\xe8\xc6\xfd\x01\xc7\xb9\x63\x26\x01\xd6\x03\xce\x1a\x73\xd2\x4e\xf5\x20\x5b\x3c\xb1\x53\x4a\x77\x98\xca\x87\x4c\xc8\xdc\x61\xc5\x99\xbe\xb6\x28\xc1\xe7\x17\xd6\xbe\xf6\xa5\x52\x9a\x50\x5f\x63\x16\xbd\x57\xdd\xb9\xdd\x4a\xba\x0c\x07\x04\xfc\xb5\x41\x37\xa7\xfe\x36\x65\x0f\xdb\x4d\xd2\xc9\x9f\xec\xfe\xc6\xbf\x26\x45\xb9\xfb\x6a\x26\x4f\x04\x19\xda\x3e\xce\x7c\x99\x03\x3a\xa8\xf4\xbd\x54\xd0\x8d\x8f\x7b\x1f\xf5\xb4\xc5\xc5\xc6\x24\x4b\x2d\xd8\xdd\xc9\x7b\xb6\x7c\xe2\x2f\x4e\x86\x6b\xf8\x31\x65\x23\x18\x78\x5c\x28\x4c\x0c\x3e\x7b\x7d\x16\xe9\xd9\xc2\x8a\x3f\xec\x98\x5f\xfa\xc3\x6b\x6f\x90\x56\x49\xea\xa0\xf2\xba\x47\x4a\xe0\x73\x37\x5f\x85\xc8\x34\xb7\xbd\x93\x2f\x96\x82\x59\x08\x03\x2e\x69\xa6\x9d\x0e\xaf\xa4\xb5\x27\x93\x80\xb9\xa4\x59\x3e\x3f\xba\x0b\x62\xed\xce\xdd\xb1\xcd\xa5\x29\x4a\x27\x6b\x9f\xd6\xd3\x94\xe6\xb9\x2a\xd8\xf0\xb5\x8a\x36\xb6\xe8\x56\x56\xbb\xb4\x56\x4d\x1c\x69\xb2\xac\x05\x8f\x65\x4d\x5d\xc2\x20\xb1\x4e\xa5\xb5\x9d\x2b\x70\x72\x6e\xb2\xcb\x0d\xd6\xbe\x4e\xb4\x59\x49\x2f\x90\x81\xdd\xd7\xd3\x4d\x62\xf7\xf5\x9c\x9d\x0b\x77\xed\xea\xba\x1c\x13\xc1\x8d\xee\x9d\x6b\xfb\xee\xae\x66\xf5\x59\x95\x67\xce\x64\x0e\x10\x9b\x97\x36\x3b\x68\x30\x1f\x79\x15\x0f\x8a\x4b\xf1\x64\xcf\xc9\x46\xec\x0f\x6b\xac\x5d\x1f\xd4\xe5\xb5\xeb\x73\x90\xbf\xe4\xa5\xec\x8e\x68\xe5\x25\xc0\xc0\x02\xf2\x52\x75\x07\x76\x89\xbc\xa4\x82\x01\x69\x65\x94\xde\xe4\xdb\x77\x55\xa0\xdd\xc0\xae\x0b\x68\x4b\x22\x18\xcc\x60\x5e\x02\xc1\x48\xbe\x95\xd1\x08\x51\x30\xc2\x02\x01\x28\x73\x42\x71\x6f\xf0\x99\xb0\x46\xbd\xd9\x39\x20\x96\xb0\x7d\xe5\xe0\x59\xa9\xe6\xc3\x05\x61\x58\xe9\xa6\x12\xc3\x40\x95\x96\xc9\x65\x4e\x4d\x91\x4d\xa6\x64\x54\x69\xfd\xf7\x59\x53\x35\x0b\x86\xb4\xb4\xa1\x76\x7b\x8e\xc6\x48\x38\x86\x25\x16\x54\x8d\x6e\x9c\x6b\xad\x71\x7f\x81\x97\x61\x58\x87\x08\xbc\xfd\xb1\x60\x5b\xc6\x7e\x0d\x11\xe4\x25\x44\xd4\x78\xf8\x1e\xa8\x59\x7c\x19\x81\x22\xec\xf6\x85\xda\xf6\x31\xbb\x30\xf5\x99\x98\xcb\xaa\xff\x34\x73\x5a\xc0\x50\x80\x8c\xb5\xdb\x30\x82\xec\xb9\x6e\xce\x1f\x96\x9c\xf4\x03\x80\xa3\xe4\x31\x26\x08\x2a\x2f\xd9\xa2\x72\x28\xbb\x64\xd4\xf3\x10\xbe\xe4\x5d\x39\x39\x0e\x3f\x12\xe3\xf6\x02\xec\x4e\x11\x82\x87\x41\x06\x39\x89\x71\xcb\xaa\xd3\x28\xfb\xe6\x19\x34\x9c\x23\x67\x4d\x46\x34\x8a\x48\x62\xc8\x44\xce\x82\x0e\xb4\x1e\x26\x10\x09\xd9\xac\xd0\x20\x0a\xa1\x44\xc3\x5a\x26\x1e\xd3\x10\x0b\x53\x17\x1a\x16\x92\xf3\x3e\x03\x64\xa5\x5b\xa5\x1e\xb0\xb3\xb9\xde\x92\x0f\xc2\x2a\x18\x9c\x00\x10\x9d\x85\x79\x67\xdd\xe7\x4a\xa8\x1b\x3b\x57\x26\xea\x31\xb3\x5b\x65\xce\x99\x26\x29\x0b\x41\x22\x23\xa3\x93\x27\xb1\xe6\xe2\xb7\xd8\x49\xec\xab\x62\xba\x80\xb9\x66\xcc\xdb\x39\xfb\xbe\x9b\x6a\x9b\xb2\x27\x47\x9b\x0d\x9d\xda\x3c\x81\xc8\xd8\x48\x97\x0d\x92\x47\xce\xf6\xa0\xe4\x81\x98\x90\x97\xb8\xb1\x4d\xe2\xb9\xa1\xcb\x49\x10\xcd\xa3\x1b\xd4\x41\x0e\x91\x79\x99\xc5\x51\x2f\x76\x26\x4e\x32\xdb\x8e\x71\x92\x2e\x4b\x0d\xe4\xec\x4b\x59\x03\x39\xac\x3b\x6b\x20\x17\xc1\x8d\x68\x3d\x17\xb8\xb1\x91\x5d\x18\x08\xe2\xdc\x30\x60\x92\x13\xd5\x0d\x2b\x6b\xb2\x0c\xcc\xf2\x09\x0e\x4c\xa8\x38\x64\xc3\x1f\xe5\x35\x86\x3f\xca\xdb\xd0\xfe\xdd\xe5\xb3\x67\xb3\xb4\xab\x66\x63\x1e\x11\xec\x32\x46\xf7\x2c\x07\xe4\xf0\x44\x96\x53\x19\xda\xe8\xba\xe5\x7c\x7f\x12\x11\x9c\x98\xc8\xd9\xf2\xf4\x9c\x0b\x65\xd7\x9e\x13\x8e\x15\x21\xb1\xf7\x72\x60\x7d\x7b\x59\x33\x56\x7a\x0e\xc4\x96\x9d\xe3\xb2\x3b\x1c\x2d\x0a\x87\x9c\x91\x24\x4a\x9a\x64\x4d\x7e\xa9\x42\x98\x87\xe2\xa5\xb4\x86\x54\x95\x9d\x71\x24\xa9\x24\x3f\xc0\x52\x5f\xa3\x03\x1a\xa6\x14\x96\xd7\x9d\x4e\x33\xa3\xe6\x50\x45\x63\x63\xce\x9e\xaa\x70\xca\xcf\x0d\x14\x7d\x9f\xca\x9b\xd2\xf3\x49\x70\xa0\x04\x80\x2c\xa5\x1f\x30\x9b\xc2\x17\x65\x39\x6b\x77\xd8\xf5\x87\x27\x25\x28\x23\xe9\x61\x3b\xc9\xa7\x27\x28\xfc\x16\x33\x9b\x44\x78\x7a\xc4\x81\xf1\x2c\x31\xaa\xaa\xd7\x99\xe3\x53\x25\x84\x73\xfc\xd5\x1d\x32\x5f\x66\xf8\x04\x6a\x9c\x01\x39\xb8\xa8\x70\x06\xe8\x69\xc9\x1e\xc6\xec\x22\xff\x42\x3e\x95\x24\x2f\xe4\x53\x51\x6c\xf2\xb3\xfc\x55\xf6\x91\x92\x4d\x8b\xd7\x25\x2e\x23\x33\x9b\xad\x39\x26\x5b\x43\xfe\x76\xea\x8d\xd2\x2c\xd6\x67\x4c\x2e\x0e\x03\x36\x51\x43\x4c\x3a\x60\x48\xd4\xce\x5a\x2a\xfb\x56\x96\xc3\xb4\x9e\x3d\x2c\x22\x11\x18\xb0\x29\x9b\xd4\x8e\x82\x2b\xc5\x24\xa7\x5a\xd3\xb3\x36\x15\xd1\x71\xeb\x02\x15\xf9\xb7\x96\x6f\xa1\x33\x54\xa1\xef\x6a\xa8\x5e\x92\xd3\xfd\x32\x34\x50\x6e\x64\x66\x77\x4d\x18\x76\xe9\x82\xf5\x18\x7b\x53\x1a\x78\x1c\x1c\x3f\x4c\x33\x02\xf3\xc1\x24\x0c\xce\xc9\x9e\x9a\x1c\xe9\x61\x6a\xb3\x95\x83\x22\x90\x45\xb9\xdd\x24\x26\xce\x51\x4f\xec\xa5\x52\xd6\x24\xd2\x4c\x3e\x36\x89\x89\x13\xec\x49\x4c\x9c\xa3\x9e\xa8\xdf\x52\xdc\x24\x76\xcf\xe1\x4c\xf4\x09\x29\xc8\x10\x4c\x67\x6a\x7a\x62\x47\x46\xf9\x62\x1c\x95\xa4\x5f\xfc\x58\x4e\x1b\x32\x59\x94\xd7\x19\x44\xe9\xf4\xbc\x74\x20\xea\x5f\x4c\xb3\xbb\x4c\x67\x68\xaa\xf9\x25\xce\x0e\xf2\x2e\x07\x98\xa0\xfd\x62\x42\x0c\x83\xb6\xc8\xd0\xd0\x48\x81\x51\x48\xd0\xd0\x48\xae\x51\x0a\x31\x97\x1c\x23\x2e\xc5\x98\xcb\xe2\x7b\x2e\xed\x40\xa7\x29\x07\x0e\xa5\x6c\x19\x4c\xb0\x1e\x0a\x9e\x08\x32\xbf\x15\x52\x3b\x34\xb2\x6a\x14\x72\xe6\x37\x57\x40\x31\x80\x80\xfc\x51\xa5\x68\xb6\x29\x36\x84\x70\x8d\x6e\x43\x66\xfd\x18\x04\x22\x80\xa1\xec\x7b\xe7\xd2\xf7\x1e\x50\x07\x45\xc5\x38\x4c\x47\x63\xbc\x65\xf2\x03\x93\x4d\x25\x7f\x00\x3c\x58\x68\x09\x9e\xf7\x67\x66\xcb\x16\xa8\xfc\x24\x7a\x76\xdf\x11\x2d\x29\xca\xbc\x3f\x85\x5c\x13\x31\xb0\x7a\x4a\xdc\xed\x02\x49\xc4\x01\x03\x0b\x29\x51\x75\x6d\x37\x75\x73\x53\x8c\x95\xb0\xc5\x0c\x5b\x9d\xbc\xf7\x83\x97\x32\x73\x42\x50\xa4\xdc\xa1\x2c\xd1\x29\x72\x08\xb0\x94\x44\x98\x1b\x1b\x0a\x79\x2d\xa2\xe6\x2a\xae\x0f\x68\x72\xd3\x42\x7c\x24\xe9\x92\x0b\xe9\x2e\x9a\xeb\xb6\x24\xa0\x76\x4e\x96\x40\x15\x75\x42\x97\x44\x6c\x1e\x1b\x1f\x19\x31\xcc\xaf\x5b\xb8\x87\xa0\xa9\x29\x93\x55\x38\x71\x26\xaa\x98\x1b\xa3\xa9\xd6\x14\x63\x2b\xd9\x98\x0a\x69\xde\x35\xdd\x14\x63\x2b\xd9\x41\x4b\x26\x06\xef\x6b\x63\x5a\x31\xee\xc0\x5e\x32\x01\x7a\x42\x82\xf3\xa4\x96\xe2\x0f\xb8\xd1\x60\x20\x65\x67\xaf\xed\x76\x83\xb3\x80\xbd\xb0\x18\x86\x39\xfc\x00\x7c\x37\xcb\x38\x08\x76\x7d\xf1\x4d\x0f\x85\x61\xc0\x4b\x8b\x61\x98\xec\x33\x24\xf8\x68\xee\x03\xe6\x4f\xee\x32\x59\x92\x7d\x44\x8e\xe4\x15\xee\x55\x88\x1c\x85\x2c\x5c\xab\x10\x35\xf6\x90\xf6\x23\x1a\xb4\xea\x05\x09\x55\xab\x27\x17\x24\x44\xce\x81\x16\xee\x47\x88\x72\x4a\x52\x83\x44\x8e\x32\x97\x62\x88\x25\x2c\x90\xfb\x10\xa2\x06\x7a\xae\x43\x88\x06\x1e\x70\x1b\x82\xe7\xcd\x0b\x97\x21\xc4\xe2\x88\x95\xcc\x38\x22\x5b\x8a\x3e\x14\x67\x88\x0b\x0f\xca\x66\x02\xe6\x8f\x48\x22\xa0\x99\xa2\x52\x6a\xda\x2e\x12\xd9\x43\xc3\x52\x21\xb9\xea\x16\xd9\xfc\xa1\x69\xa4\xa6\xf7\xe6\x4d\x16\xb6\xbb\xd4\xd0\xbc\x9b\x85\x6e\x9c\xac\x25\x3c\xf5\x2c\xe4\x86\x53\xba\xc4\x3b\xd6\x58\x49\x05\x37\x8a\x01\x6e\x05\x37\xca\x21\xed\x2e\x41\x2a\xe9\xf6\x2e\x5d\x75\x54\x86\xb2\x84\xa7\xa4\x6f\xa6\x74\x02\x4e\x87\x95\xf0\x22\x09\xb5\xd7\x33\x34\xcb\x00\x2d\x5a\x89\xb8\xcc\xce\x21\x01\x0e\xc7\xfe\x76\xf2\xde\x36\x89\x10\x71\xaa\xf4\xcc\x6c\xce\x37\xb4\x21\x33\x7a\x02\x2c\xb3\x2b\x74\x10\xdc\xe8\x3c\x70\x91\x83\xc6\x38\x6e\x72\xe8\xd9\x15\x67\x80\xa5\x2b\xcb\x00\x4b\xa7\xc7\x00\x4b\x57\xf7\x10\xa3\x00\x34\x70\x01\xa0\x47\x96\xf1\x52\x87\xfa\x4b\x86\xea\x59\xee\x71\x62\xc7\xb6\x1d\x03\x2c\x5d\x09\x58\xa3\xb2\xc4\xc9\xd1\x54\x45\x5c\x72\xc5\xf4\x2c\xb7\x39\x41\x62\xf5\x3d\x48\x74\x85\x9c\xda\x42\x8a\x3f\x88\x45\x80\x3b\xc1\xa2\x8b\x93\xa0\xcd\x63\x7f\x40\xf4\xa7\xd3\x7d\xca\x32\xa8\x73\x19\x6e\x28\x4f\xba\xf0\xa1\x0b\xc5\xc5\x7c\xbb\x1f\x5c\xce\xb7\x75\x76\x0e\x71\x7a\xbb\x00\xdb\x65\xb1\x25\x20\xbb\xbe\x0c\x10\x91\xad\x12\xac\xa9\x07\xdb\xfb\x2f\x8a\xe6\x88\x62\x50\xa6\x98\xb9\x89\x18\xb5\xef\xdb\x34\x9b\x32\x44\x22\x34\xd5\xeb\xca\xcd\x59\x50\x21\x37\x5a\x53\x3a\x32\x2a\x53\xe2\x27\x2a\x53\x1d\xaf\x2c\x61\x27\x95\xf2\x35\x7f\x33\x64\x53\x10\x0d\xd9\x74\xae\x49\xda\xbf\xb9\xeb\x6d\xa4\x8d\x9d\x13\x5a\xea\x36\x75\x3b\x0a\xea\x3f\x8e\x02\x40\x08\xde\x54\x42\x26\xbb\xb9\xd9\x5b\x4b\x79\x12\xef\x01\xfc\x71\x10\x00\xfb\x14\xca\xc0\xf0\x10\xdc\x25\x9d\x78\x88\xa5\xdb\x99\x16\x31\x0e\x6b\x97\xf2\x0c\x20\xb2\x7c\x32\x54\x5b\x72\x04\xbe\x27\x72\x57\xee\x46\x84\xe7\x26\x08\x42\x32\x7a\x75\x0b\xdd\x1e\x2b\xba\x9b\x80\x2d\xee\xa7\x60\xf3\x01\x71\x9c\x9b\xd3\xeb\xaf\x42\x2c\x2b\x4b\xfc\x8a\x62\x6e\x49\x5f\xa9\xb8\x5f\xe3\xc6\xda\x84\x68\xea\xaa\x21\x8a\xa6\x29\x97\x1c\xf3\xa4\x63\x85\x08\x8e\xba\x98\xb0\xa1\x98\xda\xdd\x83\xff\x85\xd4\xee\x43\x75\xbe\xbc\xa6\x5a\x91\xe5\xbe\xc4\xbb\x8a\xa6\x97\x78\x52\x51\xfc\xe2\x43\x13\x01\x2f\x31\xa4\xf2\x15\xb3\x0f\x0f\x19\xd4\x8b\xa1\xd6\xb5\xfe\x6a\xa8\xf5\x3d\x01\xa5\xce\xf9\x4b\x40\x29\x04\x57\xb9\x6b\x68\x30\xb7\x15\x83\x99\xbb\x7a\x3d\xb8\xe0\x09\x46\x57\x31\x99\xb9\xc3\x7b\x0f\x8b\x39\x2a\x0a\x59\x9a\x12\xe9\x3f\x4a\x5d\xa2\x59\x32\x58\x90\x0c\xf4\x89\x8c\xc1\xa5\x1e\x02\x64\x99\x8e\x61\xb7\x95\x3b\x8c\x8c\x5a\xa9\x44\x6d\x56\x0f\x5f\xd4\x60\xcf\x74\x10\x08\x6b\x85\xa3\x55\x6e\x3a\xd2\x8a\x43\x12\xa8\xa1\xf5\xbc\x06\x81\xf0\x5b\xd0\xd5\xad\x7f\x51\x66\x34\x41\x20\xac\x43\x44\x70\xf7\xdb\xa9\xc9\xcc\x4a\x04\x2c\x33\x9f\x15\x13\x58\xe5\xa6\xa8\x52\xbd\x43\x84\x43\xfb\xa5\x46\xad\x49\xb6\x65\x56\x3d\x8e\xa4\x16\xd3\xe6\x17\x12\x93\x94\x1a\x09\x54\x86\xc7\xd5\x48\x74\xad\xa3\x88\xc6\xb4\x8a\x27\x4c\x5c\x87\xdc\xdb\x44\xfb\xc5\x10\xe6\xba\x04\xb5\xac\x93\xa5\x26\x2d\xe9\x54\x4a\xc6\xcd\xda\x47\x22\x6e\x56\xe0\x49\xd6\x73\x68\x5b\xa8\x4b\x0c\xcb\xea\xd3\xd5\x4c\x39\x1e\xe7\xa8\x9e\x26\x76\x7f\x21\x7f\x7f\xf6\x04\x40\x4d\x1b\x2c\xa6\x23\x11\x01\xec\x0c\x78\x84\x58\x46\x6f\x92\xff\xc3\x2d\xaf\x2e\xb9\x2c\x6b\xde\xe6\xf2\x9d\xf5\x03\xf0\x66\x5d\xb7\xd2\x14\x06\xac\x63\xc3\x82\x05\x6b\x87\x2a\xd5\x2c\x9b\xf5\x07\x23\x93\xbb\x3f\x08\xa4\xf4\x86\xc8\x75\xa4\x2f\x13\x79\x94\x9a\x1d\x82\x13\x6e\x3c\xa8\xe6\x92\xaa\x59\xcb\xc3\x55\x5c\x3a\x90\xb5\xdf\xd4\xac\x09\x43\x14\x78\x7f\xdd\xfe\xa4\x78\xf7\x04\x6b\xaa\x2e\x49\x2c\x6b\x0a\xaa\xc5\xdc\xe7\x98\x40\xeb\x92\xbe\xb2\xb6\x8a\x5a\x36\xd4\x34\x5c\x06\x0e\x6b\x2b\x6d\xd4\x5a\x6b\xdf\x35\xc1\xd8\x8a\x01\x64\xd8\x40\x2a\x91\x2b\x41\x2f\xb4\xf7\x1f\xec\x90\xe8\x5a\x09\x63\x96\x94\xea\x36\x5f\xf2\x7d\x25\x8c\xb9\x5a\x26\x52\x19\x1d\xa1\x56\x0d\x82\x98\x4e\x6b\x25\x52\xb9\xda\x12\x60\x55\xdf\x13\x95\x88\x36\x54\x97\x9c\x96\x55\xa5\x6b\xbd\x79\x6f\xf9\xb1\x21\x10\x57\x77\xb8\x9b\xbf\xbc\xd4\x02\xd8\xb6\x21\x07\xf1\x8d\x08\x92\x6a\x59\xe3\x25\x6c\xbd\xb6\x6d\xbd\x64\x18\x0d\xca\x75\x86\xdb\x22\xd6\xbd\x96\x9b\x31\xd6\xae\xb4\x26\xe4\x74\xde\x44\xa8\x1f\x6f\xdb\x9f\x0f\x1a\x33\x8b\x5f\xe8\x83\x3e\xfc\x05\x78\x8b\x34\xc9\x41\xe2\xa0\x58\x4a\x3a\xb8\xe2\x21\x13\xef\x93\x08\x0a\xb2\xb5\x1b\x8a\x2d\x4d\x72\x96\x38\xe8\x4f\xaa\x7d\x47\x1d\xd0\x32\x59\x49\x3c\x9c\x53\xbb\x61\xd9\x52\x6e\xe7\x02\x42\x99\xc6\x4e\x5e\x2f\xb2\x3d\x43\xac\x1f\xb6\x76\x93\x1f\x67\x3f\x99\x44\x30\xd8\x2e\xe1\xe2\x4e\xfa\x10\x46\x80\x1f\x1e\xda\x75\x7e\x86\x60\xb9\xba\x06\xf9\x51\x9c\x1f\x8c\x65\xf1\xdb\x27\xdd\x68\x6f\xda\x25\x12\x27\x7e\x6b\xf8\xf4\xc1\x6f\x6e\x1f\x00\x92\x33\xc3\x71\x83\x3f\x3c\x3f\x87\x86\x5c\x49\x54\x92\xab\x44\x64\x70\x4e\x74\x2e\x4c\xaa\xef\xa1\x36\x6e\xe0\x28\x59\x54\x9e\x78\xe7\xe5\x14\x58\xc3\xa2\x21\x71\x15\x73\x58\xe4\xc4\x7a\xf1\x66\x8e\x98\xa5\x54\xd2\xc8\x45\xc3\x6c\x49\xcc\x57\x94\x08\xaa\x16\x31\x63\x62\xbd\xb2\xa3\xe9\x7e\xac\xd8\xc1\xa2\x06\xb5\x8a\x1d\x2c\x6a\x8d\xab\x4b\xa2\x2b\x75\xff\x50\xfc\x81\x2e\xf1\x30\x72\xab\x41\xa9\x57\xa3\x0c\x2a\xf6\x85\x1f\xfb\x87\x9b\x1f\xfc\xc0\x74\xa0\xce\xdd\x12\xe8\x8a\xa1\x1f\x5c\x04\x52\x8c\x02\xaa\x4b\x9e\x2b\xfa\xe2\xbd\x13\x24\x91\x6a\xa7\x78\x0d\x48\x0a\x32\x7f\x6f\xab\x0c\x72\xec\x25\xd2\x99\xdd\xaf\xd4\x25\xd2\x15\x43\x68\x2a\x57\x57\x1a\x60\x51\xb1\x65\x25\x6d\xde\xf5\x26\xec\xbe\x7d\x79\x6a\xa1\x62\xe7\x4a\xda\xab\xeb\x43\xba\x2a\x71\x4f\x1c\x6c\xd2\x3a\xee\x65\x23\xa9\xa0\x3b\x7a\xd9\x48\xf7\x50\x5a\x7d\xda\xb7\xfb\xb3\x4a\x5d\x12\x58\xdf\x75\x70\xb9\x01\x17\x32\xd7\x6e\x06\x5f\x97\xcd\x1b\x62\xc2\xe8\x38\x51\x23\x6e\xcc\xb1\x22\x29\x10\x03\xbb\x8f\xf5\x55\x62\x60\x8d\x9a\xe4\xe6\x92\x1d\xc9\x59\xa7\x4e\x0c\xdf\xe3\xb8\x10\x4b\x24\x5c\x09\xbb\x8e\x3c\x5d\xde\x3b\x49\xe4\x23\xca\xe6\xe6\xe9\x40\x84\xf4\xe5\xa9\xd7\xaa\xf0\x65\x7c\x3e\x69\x1b\x6b\x76\xad\xbc\x64\x32\x70\x41\xbc\x3b\x4d\x12\x65\x93\xa0\x29\xea\x98\x70\xbc\x49\x9c\xaf\xe6\xcc\x55\x6e\x87\xee\x58\xa6\xa8\x71\x3e\x58\xf7\x28\x57\xa9\x44\xdd\xce\xcd\x3b\x35\x83\xef\x31\xda\x80\x8e\xc6\x69\x60\x52\x82\x95\x76\xa8\x1e\x0e\xca\x68\x60\xac\xa4\xb6\xe4\x9e\xa1\x27\xaf\x05\x45\x0c\xdc\x90\x6d\x09\x3e\x66\x74\x2a\x24\x9b\xcc\x86\x34\xb4\xb0\x37\x1c\x5a\xda\x7e\x40\xf6\xab\xb6\x0f\xa7\xec\xcf\xb5\x86\x16\xbf\x99\x06\x9e\x26\x1e\xd6\x3c\x62\xf4\x6d\x91\x98\x5d\xd6\x67\x8b\x4b\x07\x61\x7d\xb4\x25\xd1\x0c\x8c\x8d\x2d\x1a\x35\xc1\xf0\x97\x3c\x63\x58\x25\x17\xbc\x90\x1b\xb7\x34\xd3\x7b\x0d\x6b\x2f\x09\x90\x15\xca\xad\x2f\xdc\x6b\x51\xbc\xf3\xa5\xec\x2a\x4b\xc4\x19\xd0\x6e\x4b\x24\x79\x71\x20\xba\xd7\x84\x0a\xa1\xa4\x0f\x41\x47\x28\x21\x9f\x73\x69\xd8\x8a\xba\x31\x0b\x5e\x11\xe3\x49\xef\xa6\x4f\x8d\x7d\xa5\x65\xb3\xa8\xc2\xb2\xf7\xd5\x31\x9a\xa6\xda\x4e\xd1\x65\x59\xb5\x1f\x81\xaa\x61\x11\xd2\x49\xd6\x08\xa7\x35\xf2\xb5\xe9\x56\xdb\xcd\x5e\xbc\xb7\x0e\x1e\xd7\xdd\x35\x9b\xe8\xae\x2f\xac\xc0\x8d\xf0\xe1\xe1\x81\x86\xec\x41\x06\xfc\xd2\x08\x03\xf2\xa4\x73\x23\xfb\x89\xae\x8d\xe6\x2d\xba\x49\x02\x31\xa9\x9f\xfa\x7d\x33\xf1\x29\xa7\xf7\x4b\xf3\x7e\x02\x43\x7b\xda\xbe\xf3\x12\xf8\xc8\x44\xe2\x91\x81\xf6\xed\x92\x4b\xca\xfb\x5a\x4b\xca\x4d\x1f\x1b\xc8\xac\x38\x5c\xa4\xf2\x7d\xa9\x25\xc8\xd8\x77\x5a\x02\xb8\xae\xb7\x62\x1d\x1c\x45\xc5\x0e\xf0\x5c\xb1\x95\x34\xbc\x6d\x99\xdd\xab\x71\xc5\x9d\x67\x0e\x1a\xde\x36\xee\x4e\x28\xad\xe1\x0c\xac\x5f\xa5\xab\x2c\x8d\xd4\x24\x9e\x22\x68\xcd\x3b\x38\x19\x76\xdb\xd6\x79\x1f\x80\xaa\x5a\xde\xf7\x86\x52\xf6\x76\x3f\x7b\x37\x67\x34\x4c\xac\x21\x1e\xe4\x2e\xec\x24\x1a\xf1\x7c\x41\x43\x22\x50\xce\x69\xdd\x4b\x33\xc1\x4d\xf7\x5a\x2d\x31\xe8\xd5\x34\x86\x43\xb6\xae\x6b\x84\xfe\xc8\x3b\x66\x68\x42\xeb\x7b\xb9\x31\x5c\x0e\xb5\x18\x04\xd1\xc6\xbe\xb0\x00\x68\xf5\x91\x21\xeb\xb7\x61\x9a\x2c\xcb\x85\x83\x53\xb4\xe4\xf1\x15\xe1\xc0\x29\x66\x94\x46\x23\xd4\xc8\x20\x8b\x46\x8e\x10\x23\x3d\x1a\xe1\xb6\x86\x6f\x34\x8f\xb5\x18\x15\xd1\xd6\x86\x5f\x0d\xba\xf0\x3a\x24\x85\xcc\x66\x86\x5c\xa3\x8e\xdb\x29\xc7\xa6\x37\x9d\x65\x6c\x12\xed\x24\xf2\xdc\xb5\x89\xab\xcc\x48\x8f\x66\xb6\xd2\xb6\x1f\xcc\x97\x85\xd8\xd5\xf6\xa5\x96\x94\xd9\xab\xc7\x5e\x9c\x97\x69\x9a\x5d\xf3\x17\x6e\x37\x59\xe8\x85\x11\xdc\xfe\x2e\x4c\xff\x02\xb8\xf6\xea\x16\xc5\xd2\x85\x6d\x5d\xb2\xc6\x2d\x55\x72\xb7\x21\x32\x03\x38\x11\x5c\x6b\x18\x9d\x46\x33\x72\xba\x8d\x34\xee\x35\x8c\x8e\xee\xc6\xde\xcf\xfe\xd0\x6e\x3c\x22\xfb\x3d\x29\x0c\xec\xcd\x3b\x59\x8c\xe6\x6e\x37\xe0\xb9\x40\x6e\x6c\xff\xa8\x18\x6d\x5f\xbf\xe7\xe0\x3c\xde\xe2\xa8\x6f\x41\xb2\x55\xb1\xe1\x07\x44\x41\x3b\xbb\x9c\x68\x89\xd6\x7f\xf0\x3a\x20\x76\xb5\x07\x47\x83\xf5\x1f\x5c\x25\xd5\x3a\xde\xbf\x84\x3c\xd8\x9e\x9b\x70\x6a\x3a\xd8\x89\xba\x5d\x83\x1e\x7d\xdd\x1c\x8c\x68\xa2\x2a\x93\x5c\xfb\x74\xf4\x80\x4a\x9b\x44\xff\xed\xf7\xd8\x83\x9d\xde\x99\x78\x4f\x43\x13\x7b\xb0\xcb\x8c\x84\x69\xdd\xdd\xcb\xcb\xc6\x94\xb6\x1b\xce\xab\xbe\x1b\x25\x20\x52\x16\x49\xf0\x50\x77\x1b\x9c\x84\xa6\x4a\xdd\x84\x0f\x29\x5a\xb4\xb9\x73\x9f\x83\x8c\x97\xd0\x44\x79\x21\x0e\x2b\x03\xd5\xb8\x6b\x6b\xe7\xea\x68\x38\xac\x36\xa9\x93\x26\x64\x53\x34\x11\x45\x1e\x63\x6a\x6f\xe5\xbd\x6d\x62\x32\xdf\x6d\x76\xde\x5b\x87\x3d\xda\x49\xc3\xf1\x45\x56\xc6\xc2\xed\x5d\xcd\xe0\xa6\xf6\x3a\x00\xfb\x72\x00\x0c\x6c\xc7\x1d\xf1\x31\xc9\x95\x9b\xeb\xad\x1f\x02\x1d\x29\x73\xe3\x65\xfc\xf2\x64\x7d\x3f\x8c\x03\x1a\xb6\xc0\x90\x58\xb0\xfd\xc0\x0b\x10\x2c\xe3\x05\x60\x67\xee\x88\x1d\x9a\x1f\xfb\xe1\x90\x2a\x65\x5c\x64\x50\x74\x3f\x18\x12\xa0\x93\xf1\xd9\xcc\x7d\xa5\xe3\x22\x53\xf4\xec\x07\x43\xda\xa3\x70\x4e\xa8\x13\x9c\x06\xfa\xe2\xd2\x9d\x22\xfe\x3a\xb9\x46\x8d\x17\xeb\x78\xbc\x86\x9b\x18\x17\x9b\x75\x8f\x08\xf4\x25\x82\xf4\x0c\x35\xf4\x80\x90\xb3\x5b\x7a\xb8\x77\xd8\x3a\xd8\xc0\x21\xb1\xee\xa9\x1e\x9d\x39\x5c\x8a\x96\xb4\x06\xf6\x18\x28\xd3\x90\x66\x18\x25\xb5\x1e\x13\x5f\x33\x4e\xef\xbb\xde\x1f\x4b\x02\x8c\x39\x6e\x02\x05\xee\xd8\xf8\x21\x53\xee\x94\x7d\x2f\xd8\x36\x8a\x01\x7a\xd7\x17\x6c\x1b\xc2\xdf\xe0\x84\x44\xc0\x8e\x76\x8c\xa5\x1c\xce\xd0\x93\x0b\x97\xa1\x25\x80\x93\x04\xbc\x76\x1b\x5a\xea\x5c\x2f\x5e\xfd\x36\x61\x1d\x87\xb6\xc9\xc0\xdd\xb3\x93\x99\x80\xcd\x09\x49\xc0\x26\xde\xbd\x0a\xcf\x03\x12\x3d\x81\xdf\x5d\xc6\x9c\xeb\x88\x13\x0e\x10\x67\xd6\x7b\x4c\xd5\x8d\xba\xf9\xc7\x8d\x68\xee\xd9\x8b\xa5\xd8\x7e\x7a\x16\x17\x8c\x8d\x93\xb6\xc6\x59\xf5\x8c\x1d\x16\xfe\xd9\x33\x59\x0a\x60\xca\x3d\x63\x87\x85\xf9\xf6\x6c\xd7\xbe\xe7\xd4\x97\xf8\x5d\x72\xce\x50\x27\xef\x45\x33\xac\x65\xf2\x7c\x56\xcb\x9c\xf1\x90\x68\x0b\x47\x08\x04\xae\x14\xda\xb1\x8c\x39\x1c\xe6\xd9\x0b\x36\x59\x78\x44\x2f\xc2\xe9\xb7\xc2\xc9\x58\x96\x54\x34\x8c\x25\xeb\x64\x73\xeb\x6d\x7f\x2c\xa0\x00\x5d\x30\x79\x17\x2b\xe9\x68\x74\xb9\x54\xa1\xe3\x87\x0a\x74\x12\x6d\x55\x1a\xf7\xbd\xd0\x81\x95\xaa\x81\xde\xf2\x50\x57\xf0\x01\x74\xc1\xc3\xfb\x4e\x39\xe2\x2c\x54\x8e\xf6\x54\xcb\xe0\xc8\xe5\xc2\xc9\x5c\x35\x9e\x6e\xe6\x36\xcd\x72\xbd\x19\x43\x80\x4b\xb9\x37\x6c\xb2\xc3\x5a\x05\xe1\xdf\xaf\x49\x46\x20\x85\x61\x34\x39\x84\x89\x43\x45\x3a\x4e\xfb\x12\x8f\x86\xdc\xb0\x37\x2c\xa3\xec\x1e\x7d\x89\x47\x59\xf7\x46\x5f\xe2\xd1\x3e\x0b\xd8\x1b\x66\x5b\x0c\x21\x9d\x63\xbd\xda\xf6\x7a\xc7\x5e\x8c\x4d\xa4\x77\xac\xb6\xe3\x4b\xe5\xb4\x2f\x29\xca\xdb\x2c\x4a\xef\x02\xce\xe8\x3a\x80\x77\xcb\x18\x4f\x87\x75\x38\x96\x39\xec\x44\x0b\xb8\xef\x4f\xbe\x05\x7d\x9d\x13\x25\x98\x6d\x7a\x9f\x94\x7d\xff\x32\x50\xde\x0f\x8e\x1e\x60\x1d\xec\x03\xc0\x5d\xaa\xc3\x44\xd3\x8e\x74\x08\x9c\x3f\x64\x3e\x06\xc3\xc3\xcb\x70\x85\x74\x00\x11\x46\xe6\x3e\xb4\xf2\xa0\xe8\xf4\x9d\xf4\xd5\x49\x19\x9c\x1a\x15\x39\xc3\x44\x87\xbb\x2d\x0c\x90\xfb\x73\x6c\xa8\x02\x85\x04\x76\x28\x57\x77\x44\xb0\x43\xb1\xb5\x23\x76\x1d\x4a\xdf\x9d\x3b\xbe\x0e\x65\xf7\x7e\x62\xe8\x75\xe0\x1e\x40\xde\x24\x78\x9a\x9f\xc0\x2f\xb0\xf3\x0a\xd5\xbe\xc2\x4a\x74\x7a\x50\x6a\xf3\x50\x4f\x4a\xa9\x07\x90\xc4\x3f\x6b\xb2\xec\xa7\xd9\x18\x45\x8a\x9e\x35\x43\x3c\xfa\xb5\x81\xa4\xfb\x0b\x23\xa9\xf3\x87\xc1\xa5\x67\x27\xe1\x32\x49\x8f\x0b\xfd\x32\x0e\xd1\x4d\xe2\xf2\x3e\x7c\xd9\xc1\xa5\x6e\x9a\x6c\x79\x1b\x1e\xfd\x65\x62\x20\xf4\x93\xd7\x5a\x0c\xe6\xc6\xd6\xd8\x2c\x6b\x6b\x44\x9d\xea\x37\xc6\x50\x24\xb6\x7e\x6b\x0c\x25\x9e\xa7\x2f\x29\xcd\x54\x7e\xa5\xdf\x86\x47\xca\xc8\x6f\x03\x39\x65\xa2\x46\x10\x75\xb4\x94\x7e\x63\xa0\x93\x43\xdc\xdb\x8a\xc8\x0f\x8f\x19\xd7\x9d\x15\xac\x2c\x1e\xd4\xed\xcf\xb6\x22\xf2\xc9\x93\xf8\x01\x4c\x3c\x1a\x11\x45\xcb\xa3\x11\x11\xb0\x1e\x8d\x88\x12\xe4\x43\x22\x6d\xf7\x85\x67\x50\xb6\x0b\xad\x68\x32\x86\x47\x2b\x9a\xcc\xdd\xeb\xf2\x0c\x2d\xf0\x62\x85\xb8\xf7\x1b\x63\xc5\x8d\x15\xe8\x84\x87\x67\xc1\x9a\xdb\x56\x06\xc0\x53\x5b\x19\x60\x71\x8b\x40\x4a\x62\x9e\x3b\xdb\x52\x12\x45\x93\x64\xd2\x72\xc1\xb9\x54\x0a\x51\x8a\x4c\x27\x71\x4c\x35\x5a\xca\x58\x5e\x76\x8e\xa7\xee\x55\x39\xcd\x6f\xbd\x1a\x2c\xe3\x11\xe8\x24\xbf\xdd\x92\x8b\xd7\xa4\x1a\x91\xd2\xf1\x63\x69\xb9\xe9\x2f\x7c\xc9\x9d\x65\x49\x5a\x63\x0b\x57\xef\xa6\xcc\x05\xeb\x38\xd4\xd4\xa0\xac\x71\x78\xef\x7a\xa0\xec\x49\x6b\x6c\x51\xe3\xd8\xb7\x69\x37\x1e\x2a\xda\xb5\xb5\xbc\x98\x3f\xd9\xd6\xb9\xef\x89\x2f\x83\xb3\xcc\x9e\xcc\x1e\xa4\x64\x57\x4c\x1d\x06\x10\x61\xc9\x1b\x06\x10\xb5\xaf\x2e\xd8\x2e\xfb\xce\x0a\xb3\x93\x0c\x04\xa9\xe8\xa6\xcf\x95\xaa\xc5\x03\x2d\x83\x63\x61\x58\xc8\x46\x58\x72\x41\xb0\x06\x46\xb9\x6c\x59\x9d\x16\x58\x83\x17\xb7\x1c\xfe\x80\xe8\x64\x90\xce\x88\x8a\xf6\x80\xbe\xc4\xa5\xbc\x3b\x5e\x12\x52\xf6\xd8\x3a\x77\x65\xe4\x63\xd7\x27\x19\x26\x98\x59\x72\x10\x59\xff\x0a\x17\x68\xa8\xcd\x8d\xc8\x31\x09\x2b\x98\x51\xdb\xf6\x38\x25\x01\x30\xc8\x43\xec\xac\x5c\xaf\x51\xcd\x7d\x32\x52\x58\xaf\x69\x2e\xa9\x4e\xa2\x76\x0f\xaf\x30\xdd\xc3\xe6\xb0\x96\x2e\xee\xb1\x6d\x3a\x7c\x61\x26\x11\xe7\x15\xc9\x45\x31\x91\xeb\x37\x6a\x86\xad\x0c\xbc\x44\xca\x6d\x83\x63\x57\x5c\xcf\x5c\xc6\x3e\x5f\x05\xf4\xd8\x5b\xf4\x25\x8e\x22\x75\xf2\xad\x97\x96\x3b\x93\xc5\xfc\x24\xb4\x5f\xec\x0b\xbc\x7a\x5b\x20\x92\xc1\x20\xd9\x59\xd8\xdf\x2a\x3c\x53\xae\x4a\xaa\xb4\x53\x89\x94\x90\xb2\xaa\x62\xbf\x75\x8a\xf6\x29\x1a\xad\x08\x34\xcd\x4a\x6c\xd5\x62\x0e\xcf\xcc\xb1\xeb\xb8\x55\x5b\xe6\x08\x2f\x5b\xf8\xa8\xf2\x44\xea\xe3\x7f\x89\xb2\x92\x61\x38\xf3\x06\x0f\xf1\x21\x91\xa2\xb4\x8c\x66\xa6\x7c\x8a\x79\xcd\x07\x98\x68\x5a\x14\x45\x51\x83\xdc\x2c\x92\x93\xd6\xd1\x70\x52\x19\x3d\x72\x2c\x91\x82\x0b\xe2\xcb\x68\x9e\xe2\x05\xb4\xe6\xdc\x31\x47\x4b\x8a\x18\x1b\x18\xce\xea\x1f\x96\xc9\xe3\x21\xf5\x60\x61\x51\x90\x1f\x08\x11\xb0\xd7\x81\x0c\x51\xac\xb1\x44\x2e\x6c\x25\xa3\xaf\x7d\x18\xeb\xec\x20\x8d\xab\xca\x80\xf7\xa5\x14\x7d\x12\x5e\x0e\xec\xf9\x98\x81\xa1\xc5\x93\x5e\xc3\x0c\xef\xd2\x74\x37\x8b\x3d\xb8\x18\xd2\x14\x48\x42\x00\xf0\x94\xfa\xd0\xb9\x02\x27\x1c\x43\xd7\x86\xc4\x80\x00\xe0\x49\xc7\x81\xfd\xc5\xd0\xbc\x31\xcc\xde\x4f\x67\xc8\x02\x01\x41\x7a\x78\x33\x39\x77\xf3\x97\xc1\xf6\x6f\x24\xf6\xc0\xaf\x12\x36\x14\x78\x16\x14\xe2\xc6\x29\x48\xe0\xca\x0c\xf0\xb6\x74\x6a\x02\x04\xbc\x53\xf0\xac\xcf\x66\xe2\xfa\x42\x26\x30\x40\x74\x9c\x32\x35\x20\x3d\x81\x74\xd7\x67\xbb\x73\xc8\xa7\x97\x79\xee\x8f\xb5\x87\xf8\x83\x37\x83\x7e\xe9\x6c\x1d\xfb\x16\x75\x57\x0d\x69\x4a\xb4\xba\x0c\x92\xc2\x9a\x53\x61\x60\xe4\x51\x53\x1a\x17\x21\xf4\xc8\x8d\x03\x13\x4f\x46\x83\x18\xc4\x28\x9b\x16\x60\x5c\xdb\xfa\x08\xec\xde\xa2\xd9\x9d\x5f\xef\x8e\x93\x32\x89\x43\xce\x2e\x1b\x25\x08\x39\x8b\x07\xb7\x25\xe4\x0b\x43\x1f\x5b\xcc\xd8\xf6\x1e\x7b\x7e\x4d\x4d\xcb\x0f\x9c\xe8\xd6\x6a\x37\xc8\x1c\xeb\xd1\xf0\x41\xf0\xb1\x07\x6f\x86\xf6\x1e\xd5\xec\x81\x2f\x47\x45\x6b\x20\x56\xb8\x19\x0f\x52\xc7\xe6\xee\xc7\x18\x4d\x11\x51\x87\x29\x4f\xbe\x7d\xec\x05\x6f\x56\xf2\xf6\x31\x2b\x09\x36\xe0\x19\xa0\x1c\x85\x88\x73\x00\xe2\x82\xf8\xe4\x8c\x04\x34\x3c\x88\x26\xe7\xf5\x82\x1d\xdb\x47\xea\x50\x45\x1d\x5e\xc9\x8a\x08\x31\x1e\xd9\x18\x08\x26\x9c\xd9\x23\xe9\xe3\xd9\xb7\xa1\x52\xde\x80\xfa\x01\xb1\xeb\x08\x72\x83\xd4\xb1\x1a\x04\xbc\x25\xbb\xed\x8f\xdd\x09\xed\x6c\x52\xe6\x5b\x12\x9f\x18\xe1\x3f\x70\xfb\xec\xcd\x6b\xee\x38\x57\xca\x6c\xf9\x0e\x7e\xba\x1d\x83\x14\x2c\x48\x6a\x13\x63\x0a\x9c\x75\x30\x6b\x4a\x45\x53\xd8\x80\xc7\xdb\xe2\x14\x3d\xb8\x9b\x3b\x86\xdd\x10\xc0\xb9\x26\xa7\xc0\xf9\xde\xfb\xe9\x44\x23\xf2\x49\x31\x73\xd3\x78\x05\x95\x2e\x96\xac\x52\xb5\x57\x8d\x97\xed\x40\x9c\x2a\xa9\xb8\xae\x48\xd3\xdf\x25\x04\x33\xae\x38\x67\x78\x95\x34\x57\x79\x41\x78\xd1\xd7\x31\x5e\x11\xec\x26\xc6\x21\x74\xad\x29\xfb\xe6\x70\x39\x00\xc7\xd0\xb5\x15\x8d\x97\x31\x48\x5e\x2f\x63\xd8\xdf\x1a\xc2\xbd\xca\x27\x19\xfb\x65\xe3\xde\x33\xae\x8a\x76\xee\xeb\x07\x59\xdd\xfb\xce\xf1\x6e\x19\x73\xd0\xf0\x63\x76\xc9\xfd\x5e\xb3\xe9\xb0\x25\x30\x09\x44\x27\x21\xd3\xc5\x70\x76\xae\x94\x6a\x26\xb2\x3a\xcd\x50\x0b\x2d\x9c\xc1\x5b\xac\x30\x0e\x9c\x01\x5b\xa9\xcd\x92\x96\x56\x0c\x9f\x41\x4b\xee\xa0\x8c\xa9\x94\xc9\x3d\x4d\x4b\x0b\x15\x9e\x41\xab\x6e\xa7\xec\x9d\x71\x60\xef\x0c\x98\x50\xf7\x07\x4e\xb4\x8d\x22\x83\x75\xeb\x20\x83\x09\x1d\x82\x0f\x39\xe3\xcb\x19\xcd\x4e\xc0\xfa\x3a\x4d\x46\xdb\xbf\x54\x52\xbd\x07\xab\xea\xb0\x3b\x4d\x5b\x2b\x6e\xbd\xed\xbe\xc3\x52\x4f\xf3\xd3\x42\xb1\x5e\xcd\x5e\x0c\xc6\x3f\xa3\x17\x19\x8a\x9f\x68\x0e\x3d\x7f\x31\xcb\xac\xa0\x11\x38\x6d\x34\xfe\x99\xb0\xe6\x41\x51\xa7\x06\x20\xa7\x2f\x61\xcd\x4b\x96\xb1\xa4\xb2\x29\x9e\xe4\x9b\xad\xfb\x5b\x6f\x63\xce\x7e\x8c\xd9\x0e\x06\x77\x66\x04\x40\x3f\x36\x58\x9a\x95\x79\x66\xac\xa7\xd5\x32\xd6\x53\x3b\x23\x25\x9b\xc7\x23\xce\xec\xcd\xf7\xc1\x1f\x84\x8e\x81\x66\x6c\x8d\xc5\x4a\x40\x87\x1b\xee\x24\x43\xad\x14\x7e\x12\x1a\x5d\x05\x28\x23\x22\x15\xdb\xc1\xbe\x88\x24\x71\x12\x02\x6d\xe4\xfb\x49\x08\x74\x47\x0f\xe4\xf2\xfa\xc6\xed\x90\xe5\x2c\x02\x47\x9b\x06\xde\x78\x18\xf3\x2c\xa2\xce\x1f\xb0\xed\x4a\xa3\x64\xa8\xed\xec\xfd\x67\x11\x75\x8c\xb2\x78\x2f\x2a\x82\xcb\x89\x00\x57\x77\xcf\x58\x42\xb3\x3d\x03\x69\xb5\x51\x13\x27\x58\x1f\x94\x26\x1b\xc5\x52\x2f\x26\x3c\x37\xef\x9c\x55\x2f\xc7\x73\x11\x28\xf1\x25\xcb\xfa\x17\x9d\x84\x2a\x82\x19\x02\xc1\xd4\x5d\x1c\x55\xf1\xeb\x7b\x33\x3c\x58\xf6\x3a\x0f\x89\xb7\x3a\xfd\xb6\xea\x10\x00\x89\x20\xeb\x3c\x82\x0f\x8c\x41\xf2\x24\x53\x4d\xdf\x60\x78\x71\x9d\x0b\x90\x44\xb6\x5d\x64\xec\x5b\xfd\x50\x70\x4e\xd2\xd3\x28\xa3\x9d\x0d\x53\xa0\x58\x32\xc9\x9b\x31\x27\x67\x3b\xf9\xc1\x32\xa6\x47\xa9\xad\x61\x23\x75\x40\xc6\x64\x3b\xd1\xcd\xcb\xd5\xaa\x1f\xbc\xf4\x00\x18\x7d\x2f\x4d\xba\xeb\x9a\x95\xad\x45\x62\x5b\x8f\x00\x9e\x9d\x80\x62\x67\x82\x60\x9b\xa2\x70\x73\x76\x2f\x14\x1f\x7e\x01\x50\x52\x4d\x17\x28\x00\x31\xe6\xda\x35\xd3\x5d\x1a\xe0\x86\x38\x6b\xfd\x96\x27\x96\x21\xe5\xb6\x93\x0c\x73\x75\xd8\xf5\x92\x0c\x93\x16\xcd\x93\x38\x6b\x1d\x97\x27\x49\x6d\x3d\xe0\x76\x1a\x67\xed\x94\x0e\x4f\xdc\x8b\x82\xe1\x2a\x06\x7f\xc3\x7c\x47\x2e\x1a\xa2\xae\x35\x25\x9d\xe3\xa2\x07\x40\x1a\x82\xca\x70\x86\xf8\xb3\x0e\x36\x66\xa7\x71\x00\xb6\xf3\x6e\x46\x00\x0f\x5b\x9d\xa7\x57\x79\xcb\x71\x88\xcd\xce\xe9\x4b\x7d\xd4\x7b\xfc\x86\xea\xdf\x79\x3a\x12\xcb\xd8\xa3\x25\x73\xa2\xb5\xb5\x4d\x9e\x27\x36\x68\x51\x78\x7a\x1d\xaf\x40\x9a\x2c\x60\x53\xe4\x29\x25\xf8\x05\xd0\xbb\x22\x4f\xa1\xe7\xbd\x59\xee\x5c\x3c\x97\x16\x4f\x1a\x22\x42\x7b\x8f\x83\x08\x6d\x23\x2b\xb8\x65\xd0\xdb\x94\xcb\x79\x61\x77\x65\x5b\x3e\xc9\xb1\xab\x58\x7b\x5e\x64\x0f\x93\x32\xc9\xb1\xab\x7f\xf1\xbc\xb0\x10\x3b\x32\xf2\xed\xea\x5d\x3f\x2f\x2c\xc4\xce\xe3\x85\x25\x5b\x5a\xbc\xb0\xcc\x36\xeb\x60\x20\x76\x05\x12\xd9\x6d\xa4\xc1\x79\x0b\x3f\x75\x6e\xac\xda\xc8\x15\xe7\x0d\xfc\xae\x33\x93\xe4\x29\x18\x9e\x44\x76\xeb\x75\x3c\x6f\x81\xb6\x6c\xca\x33\x80\x30\xca\x5b\x04\x19\xe5\xdd\x7c\x0f\xd0\x92\x00\x81\xdc\x86\x1c\x9c\xb7\x40\xdb\x0e\x56\x6d\x69\xcf\x0b\x7b\xb5\xbf\x9d\xb7\xbe\x6d\x0c\xcd\x5e\xc9\x38\x54\x2e\x4f\xd3\xe2\x19\xff\x74\x12\xa8\xad\x4f\xe8\x7c\x88\x2c\x41\x42\x39\x9f\x86\x36\xca\x80\x1e\xa2\x4c\x90\x4a\x4e\xc2\xb4\xfb\xae\xb3\xe0\xd3\x7f\x79\x12\xa6\xad\xc4\x75\x2e\x91\x71\xe8\x22\x3b\x09\x19\xea\xbb\x1d\x8c\x38\xc1\xbe\xb0\xd1\x22\xf5\x9c\x04\x0d\x29\x4a\x9e\x4b\x7c\xcc\x06\x15\x9e\x44\x6c\x2b\x4a\x9e\x13\x13\xed\xae\xef\xc5\xd1\x52\xc5\x74\x00\x20\x69\x32\x00\x45\x23\xd2\xf0\x2a\x4a\x9d\x53\x35\xdb\xfa\x00\x2d\x2b\x9a\x02\x6d\xa3\x00\xbd\xbf\x15\x68\xbf\xd5\xf2\x04\x40\x46\x75\xab\x89\x9e\x58\xb7\xb2\x16\xbb\x93\x44\xbc\x5a\x10\x4e\x52\x15\x1d\xba\x72\x4e\x13\xf1\x2a\x63\x99\x88\x57\xdb\xc2\xf9\x7a\x85\xce\xfe\xc4\x7b\xbb\x1c\x36\x52\xe3\xa1\xda\x73\xee\xc8\x24\xb7\x27\x73\xf4\xca\xfa\x4c\xcb\xab\xaf\xed\xc4\x11\x59\x34\x3b\x9f\xdb\x3e\xc6\xbc\x5c\x87\xc6\x5a\x26\xe0\x3a\xbc\x41\x8f\x41\x5e\xe6\xe2\x55\x43\xba\x0e\xcd\xcb\xa0\xeb\x3a\x04\x2d\xda\x40\xa7\x4f\xbf\xd7\xa4\x9c\x29\x0b\x4b\xa5\x8c\xd1\x1b\x13\xe3\x75\xec\x5c\x2c\xf6\x21\x28\x4c\x9b\x17\x7e\x06\x5d\x4e\x97\xb7\x94\x9b\x7d\xf5\xda\x59\x7a\x59\xaa\x57\x30\xf5\x4f\xf6\x17\xaf\x9a\x14\xae\xa0\x4d\x17\xae\x7b\xed\xbc\xbc\x5f\xb3\x3b\xef\x16\x0d\xdc\x13\x56\xae\x9d\xb5\x17\xc9\xe7\xda\x51\x52\x10\xd2\x15\xc8\xf1\xc8\xf2\xbf\x82\x41\xaf\xd9\x4f\x5e\xf3\x03\xd1\x6d\xdc\x83\xa0\x5a\x34\x0d\x07\x6c\xe8\x22\x28\x3c\x68\x8e\xbd\x96\x24\x59\x4c\x2f\x77\x99\xcf\xd7\xa3\x75\x97\xf9\x7c\x3d\x59\x75\x21\x56\x06\x4d\x9f\x57\xd4\x30\x9d\x7d\x20\xb9\x6f\xf5\x13\x2f\xdd\x4d\x76\x79\xfb\x89\xc0\x3c\x1a\x90\xed\x7f\xfa\x0b\x30\x93\x21\x21\x18\xdf\x74\x25\x83\x4a\xa9\x85\x21\x2e\x68\x1a\xbe\x88\x24\xd7\x36\x76\x25\xed\xcf\x7e\xb0\xe3\x43\x79\x58\xe2\x64\xa9\xa2\x22\x7b\xb5\xab\xa0\x70\xc9\x61\x65\xab\xbb\xb4\xd0\x99\xce\xf1\xca\x3b\xf0\xd2\x5f\xd0\xef\x3c\x6c\x75\xe5\x9d\x36\x8e\xd1\x13\xf0\x9d\x34\x61\x5e\x84\x54\x65\x4f\x92\x5c\xd9\xec\xc2\xc9\x87\x7d\x31\x10\x78\xcd\x72\x35\xd6\xd3\x85\xd9\xce\x2f\x96\x98\xd8\xa4\xf8\x25\x24\xca\x70\x2e\x6f\x85\x82\xb9\x5d\xf8\x02\x3d\x93\x76\x15\x6d\x45\xd6\xf1\x96\x69\x5a\x31\x56\x4a\xd2\xad\x5e\xea\x0c\x9e\x8d\x9b\x82\x41\x5f\xe6\x2f\x40\x4f\xbe\x88\xa1\xda\xf7\x01\x5c\xdf\xd2\x0b\xd2\x6a\xd5\x41\xe4\x0f\xe8\x31\xc3\x96\x08\x05\xd9\x5f\x1b\xf9\x5f\xed\x0e\x29\x05\xb3\x07\x77\xd9\xc6\x3d\xb0\x86\xf3\x3b\xf8\x5e\x01\x9e\x86\x5a\xe2\xbd\xe5\x6d\x1e\x65\x6c\x7a\x05\xa3\x3f\x28\x99\x38\xe8\x25\xe5\x8d\xbe\x7f\xc0\x4f\xc4\x16\x7b\x35\x49\x0d\x50\x09\xab\x0e\x1e\x26\xbc\x0c\xab\xae\xc5\x5f\x1e\x26\x9b\xc1\x2d\x69\xae\xa8\xca\x5f\x04\x55\xfb\x9a\xf4\x04\x7b\x65\xf4\x9d\xb6\x96\x6f\x91\xeb\xe4\x26\xdc\xce\xb4\xd7\x55\x5f\x9c\xdb\xd1\xe0\xe1\x73\xf0\x04\x52\x79\x28\xf9\xea\xce\x99\x55\xb0\xe9\xb9\xf6\xbb\x0e\x19\xa8\x88\x38\xaa\xae\x04\x79\x91\xbf\x49\x37\x15\x77\xf8\x56\xee\x5f\x2e\x97\x77\x2d\xa1\xcb\x79\x9d\x6f\x1f\x0e\x78\xec\x3c\x33\x94\xbb\x17\x89\x53\x1e\x5e\xe9\x4d\xd9\x0b\xd3\xed\xc0\xcb\xc6\x6d\x14\x0d\x4f\xb6\x32\xbc\xd7\xda\x46\x8d\x9d\x92\x35\x1a\x3b\xe5\xe4\x9f\xea\x32\x34\x84\xed\x4e\x87\xed\x65\x9a\x01\xd9\xea\xa9\x96\x4c\x07\x27\x51\x5e\x76\xac\x07\xaf\xd5\xf4\x25\xbb\x23\xc1\x30\x57\xa8\x97\xeb\x24\x00\xca\x71\x9f\x1c\x09\x97\x57\x5c\xa8\xca\x42\xc2\x3d\x91\xe6\x00\xbe\x2e\xa2\x8d\x64\xe4\x4b\xdc\x8a\x5e\xe7\x72\x5d\x1c\xcc\x16\xda\xcb\x1b\x83\xdd\x37\x96\xbc\x15\xcd\x8f\x77\x2d\x79\x2b\x7a\xc5\xca\x75\x11\x6b\x24\x2d\xdc\xe8\x1d\xd5\x32\x2a\x9f\x93\x45\xb0\x95\xd1\xd6\xd7\xbd\xcf\x82\xfa\x40\xb0\x91\xb3\x78\x13\x2e\xe1\xb4\x93\x70\x78\x73\xa2\x9b\x70\x1e\x57\xde\x8d\x16\x20\xf9\xdc\x68\x01\x32\x5e\xe4\x24\x43\x04\xae\x1b\xd1\x5a\x86\x7a\x23\x9c\xda\xd7\x83\xf9\x9e\xbd\xf6\x7a\x30\xdf\x4b\x91\x8f\x4a\x80\x75\x5c\x6b\xf4\x4b\x1a\x61\x63\x0c\x2f\x6e\x5d\xaf\xb5\xf8\x03\xc2\x9d\x80\x7a\xca\xcd\x43\x6b\xd7\xb3\xe3\x89\x41\xfc\x83\x7f\xdd\xa5\xb3\x44\xa0\xac\x4f\xf4\x52\x04\xf2\xbd\x22\x90\x9c\x78\xe2\xc0\x71\x65\x73\x29\x81\x26\xaa\x6b\xe2\xcc\x91\x6b\x4d\x44\xb5\xfd\x5e\x51\x8d\xbe\x90\x7a\x74\xd3\x5e\x64\x75\x32\x7e\xf2\x5a\x52\x8f\x37\xe9\x97\x6b\x49\x3d\x59\x0f\xf5\xb5\x24\x9d\xac\x5b\xf8\xd2\xa7\x67\x8a\xc5\x8b\x04\x8d\xba\x4d\x2e\xaf\x69\xf7\xa8\xdd\xf5\x1a\xf9\xef\x0f\x04\xd8\xcb\x6a\x5e\xac\xa1\x74\xcc\x89\x35\x51\xfd\xea\xa5\x82\xf9\xdf\xdb\x72\xd5\x29\x63\x1d\x81\x59\x72\x3d\x76\x34\xff\xdc\xed\xa1\x33\x6d\xfd\x5c\x95\x1d\x6d\xff\x36\xc6\x1a\xae\x73\x1b\x63\x9d\x6d\x08\x0d\x04\x4a\xbb\x0f\xbc\x87\xc9\x86\x70\x9b\x74\xbf\x35\xb9\xca\x2a\x9a\x99\x38\x5a\x5e\x84\x89\xc8\x76\x7b\xf7\xa4\x2d\x86\x3d\x5c\x9a\x0c\x9a\x87\xaa\xbf\xe8\x94\x00\x06\x52\x19\xef\x3a\x30\x0b\x84\x97\x3b\xec\x2c\x14\xd6\x57\x1f\xee\x7e\x80\x4a\xc1\xf2\xb8\xa3\x31\x3a\x70\xb9\x9b\x64\x8c\x50\xfe\x6d\x92\x00\xd5\xca\x3b\xb2\xbf\x81\xa1\x68\xfa\x48\x5f\xe3\x87\x60\x09\xdd\x26\x54\xda\x6d\xca\x38\x29\xaf\xdd\xbf\x1b\xfd\x7a\x93\x7c\xd1\x20\x93\x9b\x80\x6b\x9d\x27\x77\xe2\x04\x0b\x94\x7f\x73\x33\xb2\x4d\x7a\x33\xb2\xc5\x73\x01\x60\x05\x32\xcb\x8b\xfd\x25\x29\xf4\xdd\xde\x96\x3f\x28\x6f\x8f\xf9\x2a\x93\xab\x38\xc3\x8f\xb8\xa1\xbc\x66\x67\x9a\xed\x7f\x29\x9e\x5f\x30\xb4\xdb\xe3\xf7\xdc\x87\x5b\xee\x6c\x46\x59\x76\x93\x9b\x94\x46\x06\x7a\xdc\xc4\x5e\x6b\x56\xbb\x91\x1f\x8c\xe1\xb8\xcb\x01\x41\xf1\xbe\x04\xca\xa0\xb7\xc8\x71\x58\x5a\x37\xe2\x43\x1c\xfe\x20\xdf\x63\xd4\x18\x99\x22\xdc\xfb\xe6\x86\xe5\xb0\xeb\x60\x94\x11\xa7\xc5\x2b\x60\x91\x38\xee\xca\xd6\x8d\xa6\x7c\x57\xd7\x2e\x1f\x54\xd7\x2e\x50\xd4\x2d\x5e\xd3\xea\x92\x1a\x8a\x39\x58\xef\x25\x1c\x14\xa5\x09\x2f\x69\x4f\x5a\x18\x6e\x6e\x7b\x34\xe8\xe5\x26\x7f\x22\xf2\xc0\x6d\x54\x35\x6f\xf1\xf2\x79\x08\xe8\x26\x6d\x91\x87\x7b\x6e\x52\x12\x0d\xc3\x20\x6e\xbc\x78\x02\xad\xe7\x4e\x7a\xd7\x5d\x67\x93\xdd\x25\x87\xfe\x79\x73\xf7\x72\x2c\xfe\x20\xa5\x31\x48\xae\x49\x34\xed\xc6\x4d\xf6\x44\x0f\x4c\xde\x9d\x50\x78\x3b\x76\xeb\x76\x5c\xa4\x12\x32\x49\xc9\xbd\xdd\x71\x2c\x09\x77\x6b\x64\x84\x9b\xdd\xda\x6c\x2a\x37\x2e\x38\x6d\xaa\x37\x3b\xb7\x19\x3b\x6e\x36\xe5\xae\x54\x7c\x9b\x55\x51\x67\xd6\xed\xa5\xed\x0a\x34\x37\xf1\xcd\x26\x9e\xbc\x3d\xcf\x64\x22\x98\x7b\xbc\xfc\x40\x19\xbf\x9b\x07\x95\x6e\xac\x28\x5a\x5e\x6f\xfc\x6e\x45\xfe\xb3\xf6\xee\x5a\x24\xa3\x53\x2a\x66\x3c\xc4\x3d\x1b\x04\x7e\xe3\x77\x2b\xae\x46\xfc\x6e\x45\xca\x61\xef\x36\xea\xe2\xe6\x80\xbb\x56\xaa\x7b\xed\xe3\xb5\x48\x82\x58\x4f\xb4\x15\xdd\x27\xfe\x20\x58\xe9\x7d\x3a\x00\xf0\x42\x8a\x20\x93\xa2\xde\x27\xac\x8b\x5d\x98\xcb\xf5\x77\x92\xcb\xfb\x12\x7e\xcb\x88\xad\xce\x81\x0e\x37\x76\xf6\x1b\x87\x5b\x41\xb0\xf3\x2e\x7e\x8d\x33\xb7\xfe\x36\x89\xc8\x83\xee\xde\x31\x71\xef\x64\xc7\x2e\xa8\x5b\x33\x9d\x0b\xf7\xc6\xf5\xe1\x94\xe3\x03\xd3\x60\x7a\xe3\x03\xd3\x06\x7d\x93\x70\x51\xfb\xf2\x7d\xe3\xf8\x70\xf8\xdc\x9e\xa8\xa1\xf2\xbe\x5d\xb1\x80\x8d\xdb\x4b\x23\xf7\x8d\xdb\x4b\x83\xdd\xfd\xe8\x59\xe2\xdb\x9d\x0f\xd9\x86\xf0\x7b\xe9\x21\xbf\xd9\x87\x87\x3b\xe9\x8d\xb3\x4b\x6b\xf6\xfd\x08\x1d\xc8\x78\x14\xa6\x7c\x2f\x21\x31\x82\x47\xe8\x6c\x48\xe8\x6c\x07\x88\x5c\x7f\x8f\x10\x31\x9a\xb9\x05\x37\x1f\x10\x7f\x5c\x46\x73\xb3\x29\x5a\x22\x47\x4f\xfc\x3a\x95\xdc\x3d\x95\xd6\x6c\xed\x81\xf3\x30\x3e\x62\xa3\xa3\x73\xed\xd9\x26\x13\xe1\xdf\xdc\x13\x60\xea\xbf\xdb\x64\x3e\x12\xd9\xcb\xc6\x19\xac\x83\xd6\xac\xd1\xf8\x5e\x1b\x73\x34\x0d\xe0\xfd\x22\x5d\x4a\x65\xaf\xd3\xc5\xd4\xbd\x8b\x9f\x25\x29\xfd\xbd\x80\xc2\x3a\xb7\xb2\x9e\x95\x04\xcf\xde\xf0\x0a\x41\x5a\x0f\x81\xcf\x89\x65\xf5\x90\xfe\xc7\x8c\x80\x8f\xa1\xca\x60\xed\xd9\xbb\xb7\xef\x31\xbe\x13\xc1\xf1\x18\x86\x0c\xbb\x79\x0c\x43\x6e\xd6\x27\x63\x4d\xb1\x7d\x8c\xef\xac\xed\x27\x18\xd9\x84\x2c\xf2\xe0\x8e\xaa\xb0\x83\x87\x4c\x3d\xbd\x5b\x46\x7e\x44\x46\x7b\x82\xb7\x18\x40\x41\x4f\x10\x22\x5b\x02\x22\x36\xed\x87\x18\xe6\x5a\xf7\xd7\x08\x14\x70\x9f\x87\x0c\x3e\x9d\x9d\xe7\xc1\x1d\xa5\xb0\xf7\x98\x60\xb9\x59\x5f\xcd\xcd\x46\x01\x15\x37\xd5\xc3\x35\x89\xbd\x59\x46\xd4\x65\x3f\x7c\x22\xde\x0d\x7c\x5f\x4f\x14\x52\xd0\x12\xf1\x0c\xa0\x8c\x3f\xa4\x01\xf2\x62\x90\x27\x0a\x28\x68\x89\x38\x37\x9a\xf5\x85\xd3\x76\xcc\x44\x21\xd0\x11\x80\xba\xe5\xd7\x74\x70\xd4\x4a\x42\x04\x14\xc4\xe6\xe8\x2a\x7f\x12\x86\xe3\xee\x7b\x0c\xde\x22\x9b\xb0\x65\x6d\x97\x4f\xc2\x4c\x6c\xcf\x86\x2d\xc3\x53\x1f\xbd\x56\x8e\xde\xb0\x65\xd4\xe7\xc7\xb0\x65\x5c\x07\x4f\x42\xf8\xdc\xfd\x22\xa2\x75\xeb\x23\x93\x8b\x09\xa4\x87\x36\x1c\x8e\x21\xcc\x52\x45\x46\x7c\x41\x7c\x78\x32\x40\x3b\x1d\x59\xa0\x01\x28\x03\xb4\x14\xc5\xf9\x72\x45\x8c\xc7\xc3\x5c\xde\x3c\xf4\x64\x0c\xda\x88\xc9\x4f\x56\x57\x97\x44\xb2\xa0\x82\xec\x8c\xc9\x15\xf6\xf9\x64\x54\x09\x27\x90\x88\x67\xe3\xd2\x9e\x8c\xfa\xe0\xe4\x14\xd4\x07\xb6\xf2\xa7\x08\x1d\x1d\x14\xa1\xa3\x9d\x22\xea\x40\xcb\xbe\x67\x08\x36\xf4\x78\x39\x82\x71\x3a\x4f\x11\x0a\x5b\xc2\xe2\xa3\x07\xfa\x29\x5e\xa5\xc1\x40\x2b\xc9\x23\xa4\x41\xc3\x93\xe1\xfa\x8f\x21\xc9\xb0\xcc\xa7\x62\x59\x76\xe9\x18\x9e\xec\x12\xe4\xc6\x03\x93\xa3\x3c\xd5\xa1\xd1\x71\x25\xe4\x0e\x76\xfe\x54\x52\x58\x48\x15\xc4\x17\x75\xc3\x4b\x1e\xa3\x93\x77\x59\x20\xbe\xbc\x95\xe1\x31\x8f\xb3\x52\xc6\xa3\xf9\x01\x79\xfc\xf9\x26\x95\xd8\x1c\x16\x65\x98\xf4\x43\xb8\xb2\xce\xbb\x07\x5b\x44\x37\x30\xe8\x21\x5e\xb9\xef\x0f\xb0\xce\x8a\x9c\x86\x75\xd6\xd5\x4d\xbc\xb2\x7b\xcb\xd3\xd5\xa7\xa8\x4f\xa8\x91\x5e\xc3\x87\x58\x23\x23\x1b\x9e\xae\x0e\x05\x72\xfa\x3e\x61\x09\x96\x89\x49\xd6\xc3\xf7\x74\x94\x2b\x76\xc1\x87\x98\xe4\xbe\xcb\x40\xbd\x3f\x16\x6a\xbf\xd5\x23\x22\x75\x90\xee\xc7\x1d\xee\xe9\x1e\xc5\x71\x9c\x43\x43\xac\x70\x0c\x0d\xb1\x0e\x68\xc9\x3e\xd9\x30\xdf\x67\x68\x94\x15\x90\xb1\xa5\x46\x7a\x1c\x9a\x88\x05\x17\x49\xe8\xd0\x88\xf1\x0c\xe3\x79\x1d\xed\x92\x84\xb2\xb1\xbd\x0f\x92\xd0\xa1\x19\xe3\x19\xdb\x2e\xcb\x2f\x3b\x02\x59\xac\xef\x08\x64\xe7\xe9\xdc\x60\x82\xc6\x6d\xbd\x90\x11\x9d\x5a\x5f\xd9\xec\x1f\x63\x8c\x0c\x83\x7d\x4e\xad\xad\xd2\xe2\xa9\xb5\x55\x62\x3c\x3d\x00\xef\x38\x4f\xe3\x7e\x25\xdf\xd3\xb8\x5f\xf9\xe3\xa9\xed\x55\xa2\x3d\xd5\x43\xe5\xf1\x97\xb6\x57\x97\xc2\xa5\xed\xd5\xa5\x7a\x19\x06\x2c\x67\xbf\x34\x20\xcb\x4a\x88\x49\xf6\x76\xf7\xf2\x10\x93\x5c\xbd\xd7\xe4\xb9\x34\xbe\x4a\x9d\x97\x62\xb8\x3f\xec\x23\xfc\x00\x7d\x69\x1d\xb3\x7c\x53\x06\xb0\xeb\xa1\xcc\x90\xef\x1d\x89\x07\xf8\xf7\x36\x6c\xfb\x40\xb0\xa7\xe7\xd9\x1f\x6c\x1c\x71\x63\x93\xa3\xdf\x2a\x0a\x8f\xc7\xbd\x95\xef\x9f\xfb\x41\x09\xf0\x8b\xd7\x1f\xe8\xe5\x31\xc4\x4f\x0e\xb1\xc4\x9f\xa2\x3e\xf1\x3c\x99\x32\x60\x3d\x9e\x3b\x77\x05\x2f\x51\xa8\x6c\x7e\x8f\x49\xa2\x56\xf9\xe5\x63\x80\xaf\x44\xb2\x84\x1e\x73\xed\x3c\xc4\xf7\x64\x7b\x5b\x0b\x4b\x7c\x20\xfd\x68\x0a\x79\x88\xf4\x31\x8b\xdf\x43\x12\x6a\xaf\x4c\x7b\x26\x1b\x9c\xe8\x98\x5a\x48\x29\xae\x9d\x42\x2a\x9d\x6b\xa3\x10\x11\x4b\x6a\xd2\xf5\xf3\x78\xb6\x5b\x94\x92\xb3\xd0\x8c\xb9\x0f\x17\x1e\xea\x64\x7c\x38\xdd\x65\xf7\x08\x36\xfb\x40\xef\x83\x07\x45\x37\xd3\xc3\x61\x6e\x05\x9e\x87\xfc\x37\xfa\xfa\x1e\x82\x68\xa4\xd2\x97\xc8\x54\x80\x99\x87\x2a\x52\xa4\x8c\xf2\x3e\x28\x0e\x53\xa4\x5b\x47\xcd\xa6\x53\x36\xe8\xa8\x7c\x79\x88\x6b\x1e\xea\x3d\x95\x32\x26\x4b\x28\x61\x06\x2d\xe7\xbc\x0f\x5e\x77\xcd\x66\x3a\x97\xb0\x52\x0b\xf2\xdc\x44\x58\xd1\x6d\x3d\x71\x76\xe8\x4b\x9f\x04\x01\x17\x28\x75\x22\xab\xe8\x8b\x9d\xa4\x81\x36\x54\x71\x6a\x78\x70\x48\xf8\x35\xf4\x29\xcf\xa0\x2e\x6c\xc7\x48\x03\x48\x70\x93\x23\xde\x46\x83\x4c\x72\x3a\x1b\x02\x31\xf1\x56\xe8\x4f\x9b\x88\x1b\x09\x39\x79\x46\x45\x44\xeb\x20\x22\x06\xdb\x41\x2a\x0c\xd6\x9f\xe6\x9e\xe7\x03\x13\x07\xb2\xc7\x4c\x12\x07\x76\xa4\x81\x69\xcc\x8b\x08\x27\x59\xa0\x9a\xfd\x34\x59\x20\x24\x37\x93\x53\x68\x59\x71\x06\xa4\x64\xb7\x5b\xbe\x55\x18\x18\xbe\xdf\x09\xe1\x81\x2e\x63\xae\x83\x6b\xce\x8c\xb9\x4e\x80\x96\x64\x90\xf4\x0d\x4f\x8d\x0f\x26\xf8\x9a\x6e\xfa\xa2\x22\xe3\x67\xad\x7e\x80\x9f\xb5\x5b\xc6\xcf\x2a\x8a\x3c\xe6\x54\xed\x00\x4b\x8e\x73\xcc\x71\x26\x55\x89\x59\xd8\x5c\xd8\x8c\x66\xc1\x24\x9f\xac\xc3\x7e\xc2\x2e\x30\xd7\x36\x9f\xf5\x4b\xcd\xb2\xf9\xb6\x95\xf4\xed\xed\x5f\xb6\x0a\x6b\x53\x2f\x1c\x9d\x5a\x75\xf3\x6d\xb0\x54\xc3\xfa\x01\x3d\x74\x62\x78\xf0\x10\xc9\xac\xf8\x4d\x77\x1d\xfd\x67\x88\x9b\xb3\xba\x85\xb0\x9b\x4d\xce\x76\x07\x13\x0a\xce\x25\x1c\x14\xf3\xb4\xcd\x2a\x39\x8b\xd8\xba\x99\x31\xd3\x68\xf8\xb1\xbb\xd6\xe4\x4c\xb7\xb4\xda\x30\xf6\x03\xb9\x87\x95\x80\xbb\x69\xb4\xa2\x33\xcf\x2a\x01\x69\x93\x98\xad\xad\x7c\x02\x70\xf8\x24\xa4\xf1\x25\x06\xb4\xfd\x21\xc6\x26\x86\xe2\x8d\x0f\xe2\x81\xec\x7f\x8a\xb8\x13\xd7\x84\x8b\x80\x68\x63\x19\xff\xf4\xea\x07\x17\x56\xdf\xee\x6f\xda\xc1\x1f\xa1\x69\x77\xf6\xed\xcd\xa1\xaf\xee\xee\x60\x25\x6c\x1f\xd2\x84\xb6\x0f\x69\xc5\xf0\x63\x11\xa5\xed\x43\x9a\xe0\xfc\xb7\xc7\x00\xa7\xb6\x0f\x51\xae\xdb\x02\x26\x39\xbf\x9d\x3f\xa2\x33\xbd\x10\x12\x91\x46\x0e\xaf\xbd\x9c\xba\x1e\xe4\x41\x9e\xe7\x96\xb3\xe8\x7a\xb0\xb7\x53\x39\xcd\x32\x51\x8c\x4e\x10\xd6\x0b\x6d\x54\xf3\x74\x81\x03\x85\xa7\xb6\x1d\x19\x9e\x87\x1e\xbe\xb4\xc1\xcd\xb5\xdf\x47\x13\x8c\xcf\x53\xae\x60\x63\x27\x65\x80\x3a\xe5\x0a\x8c\x02\x27\x44\x72\x10\x27\x1c\x22\x0a\xe0\xe4\x3d\x00\x5e\x72\x20\xd0\x7a\x79\x03\x09\xed\x5c\x32\x0b\xbe\xc5\x09\xa1\xe6\x3b\x71\x42\xa8\x5f\x4f\x8e\x82\x7b\x37\xcd\x34\xfb\x70\x72\xad\x5d\x28\x8e\x88\x5f\xf3\x46\x7f\x41\xe2\x99\x37\x12\xb2\x18\x30\x0e\x43\x4c\x1a\x87\x21\x36\x6e\x8e\x17\x0a\x84\x71\x18\x72\xac\x9b\xd0\x1d\x76\xcb\x69\x1c\x86\x58\x25\xa1\x9e\x9b\xd7\xdc\x49\x86\x87\x1f\x23\x95\x4a\x61\x5e\xe9\x64\xe8\xc5\x7c\x10\x45\xa5\x30\xd2\xe8\x69\x2e\x99\x0f\xab\x34\x5b\xe6\x00\x9a\x74\x6b\x74\x06\x9b\xf3\x34\x3a\x23\xfb\x1e\x61\x9a\x9d\x7a\x72\x81\xa1\xa6\x96\x69\x74\x86\x0b\xe7\x39\xe1\x08\xb6\xe9\x91\x2f\x51\x64\x78\x06\x92\xd7\xe4\x62\xc3\xbc\x81\x53\x42\xdc\x50\xc0\x68\x64\x08\x6b\xd3\xcf\x06\x27\xcc\xa9\x7c\x28\x18\x78\x27\x0c\x74\x98\x04\x68\x18\x4d\x30\xa7\x42\x97\x6b\x7c\x6e\xae\x03\x36\xa6\x72\xa3\xf8\x9b\xca\x8d\x2e\xa0\xb9\xef\x06\xb0\x97\x1b\x99\x84\x86\x5f\xc5\x0c\xd9\x19\x41\x17\xc9\xa0\xd0\xf9\xa6\xcf\x8f\xe2\x71\x81\xb9\x84\x84\x22\xd2\x08\xb3\xd0\x8d\x33\x91\x11\xbc\x42\x6b\xbe\x9a\xba\xc4\xda\xbb\xb7\x7a\x1f\x08\x3b\x15\x55\x1e\x47\x6a\xbb\x3b\x5c\xa0\x3a\x96\xa7\xb2\x84\xbd\x61\x84\x5d\xdf\xbe\xc7\xda\x86\xe0\x82\xef\x11\x61\x26\x9d\x32\x42\x28\xcc\xef\x3d\xb0\x61\x42\x27\x2f\x37\x4e\x68\xfc\x78\x8f\xae\x72\x4e\x99\xd3\x1f\xec\x1d\xef\x92\x36\xb4\x9b\xbc\x88\x13\xd9\x3b\x51\xdf\xc3\xfb\x10\xf7\x07\xd3\x5f\xec\x81\xa3\x9a\x0b\xfe\x37\x18\x49\x05\x6c\x5c\xb7\x88\xcc\xf1\x06\xf2\xab\x52\x39\x90\x7b\x93\x16\x97\xd0\x50\x3d\x37\xfc\x06\x4e\x53\xd2\x76\x90\x69\xf9\x21\x4c\xcb\xb6\x4d\x55\xac\x58\xf8\xe2\x7b\xf0\x4c\xcb\xcb\xc5\x0e\x3a\x5e\x5e\x82\x12\xfa\x7e\x8f\x11\x0d\xf4\xbf\x49\x33\x11\x7d\x91\x6c\xd8\xcc\x3d\x2f\xb1\xb1\xde\x54\xff\x7a\x38\x1a\x55\xf9\x25\xa9\xb0\xdb\xde\xbb\xe5\x04\xeb\x60\x03\x19\x7e\xab\x57\x54\x94\x27\x1d\x6d\x8e\x37\xa1\xb0\x7f\x1d\x1d\xf2\x66\x24\x4d\x27\x24\xb3\x81\x8b\xf9\xec\x32\x64\x18\xd9\xa5\xe7\xfb\x0e\x9d\x03\xa2\x59\xea\xb4\xa4\xbe\x99\xcc\x6a\xe8\xd7\x6f\x36\xb0\xc4\xe9\xcf\xa8\x0d\x22\x01\xcf\x44\x89\xbb\xbb\x89\xe0\x6e\x53\xaf\x22\x39\x4d\x95\x63\x11\xb3\x45\xd3\xbf\xb3\x72\xdf\xa2\xac\xc8\x68\x89\x6d\xd0\x34\xf5\x9a\x0e\x18\x41\xff\x2d\x18\x61\x30\x28\xbe\x45\x26\x66\x7d\x0f\x7f\xc0\xaa\xdf\x25\x60\x14\xb3\xd9\xbd\x4b\x72\x28\x8e\x99\xfb\x1b\x94\x4b\x5f\x23\x58\xcd\xac\xf2\x56\xa9\x19\xe2\xf0\x30\x53\xf0\x83\xb6\xe6\x4e\xea\xac\xd8\xa3\x1c\x3f\x81\xaa\x9e\x1d\x7a\x09\x7f\xf0\x22\xe8\xb7\x12\xbf\xdc\xad\x8f\x8c\x97\x84\x01\xd5\xdd\x99\x5b\x82\x45\x36\x8c\xe0\x6d\x4a\x35\x0c\xc0\xdc\xc1\x5e\xcb\xfc\xea\xef\x60\xf5\xbe\xf8\x3b\x3c\xa7\xfd\x92\x27\xc6\xec\x1f\xaf\x59\xe5\xd8\x3b\xde\xe6\x16\x6e\x7d\x38\x4d\xb3\x83\x7d\x81\x29\xd0\x99\x33\xc6\x89\x22\x67\x4c\x61\xc3\x7b\x9b\x4a\x84\xef\xcd\x89\x06\xaa\x91\x2a\x8a\xab\xa7\xeb\xe7\xdf\x3f\x88\x22\x7a\xeb\xce\x13\x1d\x20\x54\x18\x09\xf1\x9a\x4a\x06\xa6\xfa\x72\xa8\x49\x8d\xe8\xc5\x71\xa2\x4b\xed\x1d\xd8\x7a\xd1\x76\xde\xe1\x92\x61\xf4\x4b\x78\x88\x66\xca\x7a\x87\xcb\xc4\xf7\xd0\x41\xf7\x3d\xe2\x34\x9b\xd9\x3b\x9c\x1a\xeb\x60\x7d\x1d\xd6\x71\x3a\x80\x79\xb0\x71\x76\xfb\xc2\x8c\x29\x0d\x9d\x78\xb4\xa4\xa1\x13\x83\xab\xbc\xc5\x4b\x13\xd4\x66\x5f\x83\x48\x87\x3f\x68\x1d\xa4\x63\x0f\x27\x7b\x6d\xf2\xbb\xe4\x86\xa4\x01\xe4\x3d\x31\x40\x0d\x3f\x56\xcc\x06\x8a\x13\x31\x5b\xaa\x26\xb5\xaf\x89\xf8\xde\x13\x31\xdb\xa9\xb9\xbc\xab\xcf\x49\xbe\x34\x51\xb8\x36\x97\xb4\x90\x8d\x5b\x7b\x89\x10\x55\x23\x7c\x97\xaa\x9f\x8d\x81\x7b\x2f\x62\x01\xb3\xef\x75\x26\x3a\xa0\x6b\xaf\x59\x30\xb3\x8f\x25\x3b\x6d\xea\xfa\x02\x75\xe9\xe5\x94\xbd\x71\xae\x28\x6a\xa0\x79\xef\x2d\xd1\x01\xd6\x8d\x4b\xdb\xf7\xd9\x15\x4c\x53\x37\xd9\x2f\x2d\x72\xd1\x95\x0b\x8f\xfb\x0a\xcc\xf7\xf6\x22\x49\x78\xc8\xe2\xc5\x15\xa2\x79\xf1\xc5\x15\x62\xce\x9a\xf7\xe1\xa4\xd8\xd7\xb7\x6c\xbd\x0f\x2e\x36\xa9\xf2\x71\x9d\xd0\xf9\x83\x3c\x2e\x95\x11\xb9\xe0\x32\x79\x5c\x32\x56\x67\x77\x96\x17\x23\x57\xc8\x17\x1e\xe3\xce\x77\x33\xde\xce\x6f\x33\xae\x12\xdf\xe3\xb1\xd8\x4c\x82\xd3\xc8\x7b\x89\x79\x2f\xb2\x6b\x8f\xbb\xaa\x3c\xf8\xf1\x72\x3a\xc8\xd3\x9b\x2f\xf6\x03\x6f\xfa\x7a\x27\xeb\xd6\x39\x31\x27\x9c\x54\xac\xdd\x40\xa6\xc2\xc1\x9f\xb8\xdb\x47\xe5\x16\xd2\x89\xab\x51\x44\x22\x44\x78\xe0\xe4\x7d\xed\x17\xd8\x38\xde\xe3\xa1\x94\x17\xe3\x82\x26\xee\x97\x23\x3d\x71\xd7\x07\x11\xae\x2a\x0e\xf1\x78\xa0\xe5\xe5\x2a\x49\x0f\xba\xbc\xaf\x88\xb0\xce\x6b\x0e\xc5\xef\xbe\xaf\xc7\xe1\x7d\xf8\x89\x32\xda\x7a\xb6\x8c\x1b\x70\x11\x4e\x3d\xdc\xee\xd7\x42\xaa\x07\xe7\x8e\x49\x46\x5c\x0f\xce\x1d\x97\xc5\x20\xeb\xc1\x6e\xcf\x56\x51\x8f\xc3\xf6\xeb\x2a\x13\xc2\x40\xf6\xff\x7a\x84\xc0\xb7\x81\x32\xc4\x18\xe9\x4b\x29\x20\xd3\x17\x21\x0c\xd8\xa2\xeb\xa1\xb5\xa1\xd3\x97\xd6\x86\x6e\x1d\xac\x0d\xc9\x76\x80\x39\xda\x97\x30\xdb\xa6\x67\xe5\x6d\x47\x98\x33\xe5\xc7\x9c\x4e\x94\x21\x88\x44\xd9\x5b\x9a\x23\x38\xd9\x67\x73\x68\x27\xaa\x38\xd2\x7e\x74\xc7\x69\xfe\x80\xc6\x62\x07\x9a\x24\x04\x22\xe2\xc7\xdc\x0d\x35\xd3\x77\x53\x86\x9d\x8a\xc4\xb8\xe3\xee\x29\xa3\x41\x75\x06\x13\x05\xda\x76\x00\x3a\x59\x47\x5e\x6f\x3b\x02\x3d\x28\x8b\x68\xda\xe4\x66\xa9\xda\x9c\x8d\x04\xd4\xce\x46\x02\xbb\x09\x2c\x92\xb8\xae\x44\x3e\x4e\x52\x93\x65\x6f\x9e\x67\x60\xc4\x54\xe0\xc2\xa9\xc7\xbe\xb5\x32\xd3\x10\x07\x9e\xbb\xa3\xc9\x81\x7d\xd5\x32\x3a\x9d\xa3\x21\x6d\x5d\x17\xa5\x59\x0c\x01\x1d\x87\xa2\xbb\x90\xe2\xf4\xe8\x4e\x13\xf1\x16\xdd\x69\x25\x81\x5d\x17\x13\x46\x51\xe0\x0a\xaf\x87\x91\x13\xce\x87\x91\x13\x8e\xc0\xc8\x89\x5d\xf6\x92\xf0\xca\x07\x1e\x97\x76\x68\x88\x24\x5d\x62\x37\x72\x42\xa2\x2e\x78\x17\xbb\x75\x08\x0c\x73\xfe\xb8\xf6\x19\x43\x4d\x3d\x0a\x1a\xad\x04\xc8\xc9\x9b\xf4\xa5\x26\x5a\x8f\xa2\x48\x09\xca\x0a\x7e\x59\x27\x14\xd9\xa5\x3b\x0f\xdc\x64\x10\x9d\x1f\x2f\xb1\x74\x85\x54\x00\x94\x48\xb8\x7b\x8a\xc0\x80\x7a\x6c\x31\x06\x0c\x10\xc6\xd9\xa5\x7e\x44\x9a\xb8\xdb\x44\x47\x70\xfe\x39\x7b\xd3\xa5\x5a\x2c\x24\x5d\x42\xaa\x68\xba\xfb\x5b\xe0\x1c\x96\x5f\xde\xd3\xbe\x6e\x15\x91\x84\xd9\xa4\xbb\x92\x39\x91\x9d\x87\x73\xdb\xf4\x0c\x89\xbe\xb6\x25\x7d\x1f\x08\xac\x13\xec\x8e\x44\x1d\x00\xa9\x4b\x31\xd4\xe9\x48\xd4\x91\xae\x3b\x6e\x61\x5b\xed\x0c\x5f\x46\xd0\x15\x1b\x40\x45\x67\xf8\xae\xa9\x8e\x72\x1f\x00\xa9\x23\x36\x0c\x86\xdf\xf1\x84\x0e\xdf\xdf\xb4\x69\x5f\x0e\x59\x18\x50\xee\x45\xfb\xf0\x76\x51\xcb\x91\x36\xe9\x6b\x08\x8f\xe5\x42\x7d\xda\x1f\x78\xa9\x65\x5e\x43\x78\x80\x79\xe0\x48\x17\xd5\x88\x2e\x49\xa6\xc6\x45\x9a\x49\x9a\x1a\xd0\x4e\x64\x5c\xb8\x39\x2a\x46\x9c\x7a\x0c\xf1\xce\xc0\x94\x63\x06\x1f\x9f\x02\xe4\x7b\xcc\x94\xce\x93\x32\x4d\x72\xad\x9d\x26\x7f\x29\x0c\xf3\x34\x5d\x52\x05\xee\x13\xd1\x6a\x00\xdf\x75\x70\x9d\x29\x7d\x63\xc4\x18\x07\x1f\x70\xa0\x25\xc8\xec\xaf\x7d\xa5\x07\x1f\x13\x62\x59\x45\x24\xd6\x0d\xae\x21\xad\xc7\x92\x57\x52\x90\x8b\x2e\x79\xc5\xc4\xb7\xf5\x20\xc2\x12\x75\xb4\x1e\x4b\x76\xe9\x7b\xd5\x92\x00\x6f\xec\x6f\x2f\xea\xf8\xfe\xa6\x6c\xc7\x0f\x7d\xf9\x2d\x66\xd4\x21\x70\x5c\xd6\x28\xbd\x13\x9d\x39\x9c\xf0\x7b\xe9\xb2\x45\xbc\x20\xc1\x0c\x59\xd0\x12\x61\x3a\x41\x2b\xf5\x30\x20\xd3\x76\x08\xc8\x44\xa5\xa8\x07\x01\x99\x68\xca\xf5\xb8\xb9\x59\x52\x98\x6f\xfc\x9a\xbb\x3e\x30\xbb\xf8\x49\x90\x57\x87\x7d\xdd\xb4\xcf\x58\xb8\x7c\x73\x6c\x18\x26\xef\x85\xd3\x7b\x63\x81\x81\xdb\x08\x82\xc4\xf2\x88\x43\xea\x1b\x77\x39\x64\xb4\x8f\x88\xf3\x03\xee\xb7\x14\xd0\xe7\xe4\x3d\x00\x3d\x5c\x30\x2a\xd0\x8f\x88\x03\xb8\x07\x20\x0e\xa8\xd7\x1c\x7a\x9b\x53\x90\x43\xaf\xf9\xc3\xc4\x18\x9d\xe9\x79\x0a\x11\x1f\xcf\x08\xd4\x96\x93\x19\xbb\xbe\x0a\xdb\xad\x87\xd7\x75\x3a\x0e\x6e\x84\xaa\x2e\x1e\x2c\x26\x85\x60\xfa\x7a\x60\x31\x31\x11\x71\x3d\x0c\x38\x49\x92\xf4\x54\x13\xb6\xda\x0b\x64\x05\x88\x5f\x20\x2b\xa0\xe1\x15\x32\xd0\xf0\x72\xca\x4a\xfc\xbf\x18\xca\x0a\x10\x93\x3f\xaf\x88\x12\xae\x24\xc0\x95\x5c\x8f\x17\x43\x59\xb3\x4e\xa7\x8e\x65\x74\x4c\x61\x7d\x31\x94\x6d\x18\x38\xe3\x56\x98\x23\xae\xea\x2c\xd2\x1b\x92\x52\x8d\x2e\x80\x97\x09\x96\xc8\x96\xd8\xd4\xd1\xb2\x6a\x38\x1c\x40\xa7\xcc\x31\xab\x61\x39\x51\xbf\x52\x86\x28\xe1\x72\xe1\x00\x68\xe6\x34\x70\x3b\x01\x21\xec\x35\x1c\x66\x49\xa4\xe7\xc0\x55\x05\x1c\x96\xa8\x81\xab\x0a\x70\xa4\xd7\xb0\x64\x31\x73\x7a\xd6\xb0\x64\xb1\x8e\x10\x5b\x03\xb6\x17\x93\x59\xd7\x40\x6a\xde\xba\x2b\x61\x70\x2e\xbe\xc7\x63\x0e\x8f\x0c\x4b\x18\xeb\xe8\x83\x35\x60\x86\x91\x79\x84\x20\xd4\x40\x1a\x5c\x4a\x7c\x1b\x70\x48\x64\xeb\x54\xde\x03\x75\x10\xbd\xf4\x15\xbc\xfe\x30\xf8\x03\x79\xce\x86\x0d\x91\x60\x0c\x34\x86\x80\xb1\x23\x5b\x7e\xf8\xd8\xfa\x02\xb7\xd0\x1b\x90\xc0\xf4\x5a\x2c\x25\x80\x00\xa1\x0a\xd8\x11\x7f\x09\x42\x48\x58\x22\x55\xe2\xd8\x48\x0d\x24\xfe\xed\x0e\x81\xcc\xbf\xc8\xc0\x35\x44\x4c\xa0\x6c\xf9\x81\xd4\xbf\xdd\x89\x8a\xb8\x45\x9a\xf5\xd1\xd7\x10\x36\x42\xf2\xd4\x94\x1f\x27\x82\x07\x90\x54\x02\xf1\x25\x55\x5c\x24\x6c\xb2\x6c\xeb\x21\x09\x04\x0d\x25\x8e\x68\x21\x2e\x05\x4e\x3c\xb7\xb1\x1f\x26\x95\x2c\x13\x49\x2d\x22\xb5\xe7\x20\x46\x85\x8c\xb9\xd5\x21\x9b\xfe\x97\xcc\xe6\x35\x78\xb5\x37\x4b\x34\x64\x2c\xc3\xcd\xf7\x40\xd1\xfd\x40\x4f\x0d\x90\x66\x49\x87\x11\x64\xbc\x36\xc5\x3a\x37\xed\x30\xcc\x2c\x85\x58\x47\xe0\xac\x23\x2a\xe8\x8b\x04\x34\x05\x37\x4d\x0d\x05\x0b\x53\xb3\xac\xe6\x0a\x2a\x0a\x9a\xab\xa8\x28\xc4\x73\x0b\x74\x71\xbd\xb3\x5a\x42\xc1\x5e\x28\x0d\x16\x71\x64\x0f\x5a\x2c\xc5\x51\xc1\xba\x1b\x2d\x63\x93\xae\x80\x8a\x17\x09\x77\x48\x0d\x78\x91\x3a\x37\x05\xd4\x50\x41\x98\xb8\x40\x70\xaa\xcd\x2e\x08\x30\x51\x82\x0d\xd5\x63\x6c\x12\x4f\x45\xb5\x8e\x5f\x05\x83\xd4\x50\xd1\xfe\x8b\x2d\x10\x30\x21\x05\x71\x09\x01\x6e\xa4\x1a\x08\x45\xc1\x65\x51\x03\xa9\x6e\x08\x92\xad\xa1\x9a\xdc\x58\xde\x80\x7d\x08\xbb\x43\x0d\xcd\x09\x06\x12\xc2\x52\xf0\x8f\xd4\xd0\x30\xe4\x55\x3e\xc6\x0b\x85\xc5\xb5\x06\x0f\xc7\xb8\xec\xb9\x80\x20\xcb\x3f\x1a\x73\x5d\x2c\x6f\xa3\x9e\x1d\x08\xa9\x3f\x10\x2b\x1f\xfd\xf8\x71\x2e\x7c\x00\x54\x44\xba\x60\xe0\x09\x5b\x7d\xe8\xea\x0c\xae\xa0\x8e\xad\x1c\x81\x25\x74\x23\x3e\x5c\x72\x5d\x1b\x89\x83\xe8\x76\x5e\x7c\xd0\xa2\x08\x9a\xfa\xb6\xe0\xfb\xbd\xd6\x89\xfd\x8b\xce\x42\x67\xb6\x0b\x0a\x93\x39\x40\x14\xd2\x6b\x18\xe4\x4c\x73\x09\xee\xe0\x13\x17\xed\x0e\x3e\x91\x16\x0c\x3e\x49\xfe\x50\x4c\x79\xc0\xa8\xcc\x83\x73\x48\x18\x9e\x93\xe1\xaa\xe4\x1a\x3c\x28\x33\x76\x2f\xb8\x1c\x92\xb5\x04\xd8\x09\xf7\xb2\x4e\x32\xde\xd5\x60\x5e\x9c\x43\x12\xdd\x91\x28\x4e\xc9\x0e\x3e\x71\xc1\xee\xe0\x13\x27\xe5\x14\x32\x6b\x41\x72\xc9\xf7\xba\x10\x24\x25\x32\xde\x35\x97\xfe\x69\x50\x8c\xb8\x3f\xa1\x31\x01\x3e\x99\xc5\xe4\x07\xa2\xce\xe5\x75\x8a\x3a\x3f\xd8\x50\x51\xeb\xd2\xcf\xea\x8a\xdf\xc9\xef\xe4\x35\x5c\x76\xde\x5c\xda\x97\x88\x94\xe6\x76\x08\x8a\x6c\xce\x10\x94\xea\xae\x75\x71\xed\x05\x7a\x6d\xb8\xb6\xb8\xe2\x83\x23\x11\x7a\x43\x50\x52\xb6\x31\x83\x68\x76\x37\xdb\x21\xeb\x37\x9e\x6b\xb0\x17\x9d\xb3\x4e\x31\x11\x29\x79\xb8\x48\x6e\x23\x65\xe4\x6a\xdc\x58\x70\xb8\x90\x6f\x4f\x2c\x22\x6b\x85\x7b\xfb\x6c\x68\x78\x67\xcf\x93\x97\xdf\x1c\x0e\x70\xba\x6e\x0e\x8e\x0d\x9b\x1a\xbc\x07\xac\x5b\x52\xb5\x3e\xfe\x63\x69\xe5\xde\x94\xca\x64\xdd\x9c\xb0\x94\x08\x6e\x2f\x77\x10\x43\xfa\xc8\x9a\x6b\xd4\xe3\xc9\xcd\x85\x4c\x8a\xbc\x78\xc8\x24\x1f\x6f\xb7\x70\xa5\x3c\xba\x46\xdd\xda\x1f\xad\x72\x72\x0b\x8c\x4f\xf1\x70\x26\x30\x3e\x85\xea\xa6\xcc\x35\x04\x55\x4d\x27\x2c\xd1\xac\x24\x51\xe4\x95\x04\x55\x66\xa0\xf7\xaa\xca\x6d\x96\x28\x56\x36\x7d\xcd\x1d\x31\xe4\x27\xdd\x5a\x00\x33\xbd\x6a\xa3\x7d\xa9\xbe\x86\xe9\x3d\x1c\xf2\x38\xac\x58\xf1\x70\xdc\xaf\x51\x44\xb2\x0e\xec\x55\xf1\x10\x09\x4b\x6c\x2b\x0a\x94\x81\x23\x37\x5b\x7e\xe0\xc8\x8d\x62\x79\x58\xe2\x59\x51\x54\x0e\x4b\x3c\x2b\x55\x1e\x82\x9f\x2b\x6e\x2e\xbe\xe4\xb3\x52\x5d\x92\xaf\xa9\x04\x5d\x46\xaf\x27\x0f\x6c\xe9\xd1\xdf\x26\x50\x93\x1f\xfc\xda\x63\x7f\x0b\xbe\xb8\x04\xb4\xa2\x61\x21\x72\x94\x27\x25\x96\x54\x44\xe2\x4a\xe2\x3b\x7a\x6f\x67\xa0\xa8\xb5\xb3\x52\x5e\x02\x17\xab\x31\x72\x65\x3a\xa4\x12\xb9\x27\x1d\x8a\x8b\x41\x6b\x9d\xaf\xf1\x49\xc0\xea\xa2\xb1\x32\xd9\xb2\xd6\x2b\xeb\x6b\xbd\x02\x32\xd2\xc9\x38\xad\x11\xf9\x47\x91\x27\x46\xe5\x02\xbe\x8d\x84\x4e\xb2\x08\x63\xe4\x80\xbe\xed\x44\x44\x01\xdb\xe1\x26\x27\x8d\x1c\x11\xe9\x47\xf3\x4a\x8c\x6e\xbc\x96\xd9\x78\xc5\x42\x34\xc5\xfa\x7e\xd8\x3c\x39\xf3\x00\x63\x81\x91\xc6\xc4\x51\x2a\x24\xb8\x98\x5c\x8a\x40\x91\x24\x46\x7a\x4b\x9c\x1d\xb6\x37\x9c\x60\xd0\x58\x4c\x5e\x40\x3c\x6c\x47\x59\x60\xff\x82\x51\xd2\xa1\x71\xed\x38\x17\xb5\xd5\x98\xb6\xe1\x80\x32\xb6\x2c\x3f\xce\x9b\x3b\x50\x26\xe9\x3b\x5c\x2f\x2e\xe9\xa7\x6d\x20\x32\x0e\xff\x6c\x1d\x34\x29\x56\x5a\xcc\x08\xce\x6c\x36\x31\x23\x38\x47\xdf\x73\xfd\xaa\xc5\x5b\x83\x37\x83\xcf\xc0\xc3\x18\xb9\x15\x13\x61\x24\x16\x63\x33\x78\x4d\xd8\x6c\xb2\xc8\xed\x82\xc0\x5e\x3c\xbe\x4f\x71\x91\x0e\xf1\x3c\x35\x16\x1c\x96\xc9\xf7\x9e\xde\xa7\xc8\x71\x96\xdd\x36\xc7\x59\x58\xe3\x91\x8b\xca\x09\x0d\xa9\x91\x8b\xca\x09\xff\xa9\x91\x83\xbe\xc1\x91\x7a\x34\x87\xd6\xab\x16\x72\x00\xe0\x9c\x6f\x90\x4a\xb1\x15\x05\x69\x0a\xfb\x50\x55\x6a\x8f\xde\x94\x34\xac\x34\x59\xb2\x80\x56\x65\x41\x34\xca\x3d\x08\x44\xf8\xd7\xc8\x89\x9d\x28\xe6\x31\xfe\xa4\x5d\x07\x4e\x8c\x8e\x13\x71\x67\x11\x8b\x5f\x23\x07\x78\x83\x33\x48\x6a\xbe\xb8\xeb\xe0\xc2\x42\xe9\x8a\xdc\x34\xce\xd9\xa5\x1a\x49\xce\x17\x85\x07\x6f\x56\xd8\xfd\x62\x22\x47\xf5\x89\x5e\x90\x84\xe2\x10\xf5\x66\x59\x9f\x9b\xc6\x83\x14\xd2\x85\xf3\x2b\xef\x69\x8d\x9e\xf3\x25\xd6\xa5\xc6\x8e\x61\xdd\x65\xeb\xcd\x49\x2e\x31\x0f\x15\x71\x72\x60\xfd\x2c\x67\xa3\xec\x90\x18\x9e\x41\x36\x0e\xa9\x3b\x3c\x1b\x65\xf7\x73\x78\x06\xd6\xd8\xa8\xd7\x64\x26\xa9\x6c\xc8\x2e\x19\xab\x89\xfd\x1c\x2b\xd2\x0d\x07\xbe\x16\x86\xe8\x80\xf1\x21\xdc\x70\xca\x70\x8d\x12\x48\xad\x0f\x87\x97\x01\xec\xbb\x94\x00\xce\xe3\xbd\x87\xcb\xed\xf4\xac\x3b\x6c\x34\x62\x25\xaa\x1a\xdb\x22\xd2\x88\x9a\x64\x3c\xb1\x9c\xcb\x27\x3c\xf4\x53\xac\x43\x28\xa1\x64\x62\x42\xbe\xfd\xad\x0b\xd7\x6f\x31\x42\x23\x93\x45\x0e\xfd\x14\x19\xa7\x87\x7e\x90\x69\xa2\x5e\xb0\xe0\x7b\x6c\xd0\xf0\xf8\x78\xc9\x23\xe9\x17\xc9\x43\xf5\x3a\x7a\x00\x88\x4d\x21\x5e\xb8\xee\xe5\x8b\xe6\xd8\x13\x5d\x97\x81\x07\xc0\xe0\xe5\x96\x87\xef\x4d\x35\x65\x9b\xc2\xe6\xb7\x92\x0f\xf5\x91\x32\x8c\x23\xaf\x11\x5f\x58\x96\x56\x6f\x4d\x20\x42\x7d\x8b\x3b\xa0\x46\xe2\xf0\xaa\xf5\x1a\x6f\x73\xfc\xd0\x2c\xd7\x7d\x6b\x5e\x88\x5e\xaa\x20\xb9\xdc\x82\xca\x70\x6e\x51\x6a\x6f\xa2\x94\xe1\xdf\x06\x4c\x58\x36\x8f\x99\x75\x38\xa5\xe7\x04\x7a\xc0\xc8\x76\x10\x3d\x34\x77\xc4\x47\x07\x0a\x80\x3e\xde\x4d\xe3\x7b\x01\x95\x47\x20\x84\xa8\x9c\xc7\xc7\xfc\x52\xcc\xdf\x63\x26\x30\x3a\x7e\x04\xc8\xf7\xb7\x57\xb6\x50\x46\x8f\xc9\x8e\x6c\x1f\x24\x92\x81\x91\x59\x57\x33\x62\xe4\x52\xc9\xee\x4c\x71\xdf\x51\x97\xc8\xa7\x97\xdc\x83\x8a\xb9\x6f\xbc\x59\xe5\x25\x38\x54\xad\x6a\x11\xb9\xa1\x3b\x04\x6e\x4b\x48\xf2\xcd\x17\x8b\x38\xf2\x64\x24\x3f\x49\x97\xba\x4c\x69\xe7\x0c\x92\xd2\x4e\x0b\x54\x34\xb6\xd6\x59\xe6\xa0\x90\x96\xb7\x48\x9c\xad\x56\xc7\x88\x2f\x4c\x73\x67\xc4\x17\xa6\xc5\x32\xbe\x8e\xd8\xbe\x84\xdf\xf6\xa7\xf7\x8b\x50\xc6\x32\xcb\x4e\x9e\xf0\x91\x69\x9c\x4b\x87\xf0\xfb\x1e\x23\x45\xf1\x3d\x2e\x07\xa8\x34\x1d\x5e\x82\xd3\x29\x73\x00\x0b\xfc\x24\xa2\x77\x39\xbd\x55\x13\x3e\x35\xcd\xd5\x09\x9f\x1a\x99\xbe\x6b\x32\x97\xef\x97\x97\x44\xd7\x74\x68\xbe\xb7\x93\x97\x06\x68\x98\x3b\x11\xc8\x4c\x51\x53\xf0\xc2\x14\x80\xe5\x38\xb0\x96\xc4\x84\x38\xc2\x41\x84\x9a\xbc\x10\x3c\x39\xa2\x08\xb4\xac\x84\x64\x3c\x2d\x58\x4a\x11\x63\x76\xb2\x8c\x31\x3b\x5b\xc7\x4b\xc3\x87\x3f\x88\x32\x20\xc2\x1b\x95\x87\xb5\xb8\x75\x60\x40\x91\xc9\x60\x1a\xe8\x22\x11\x74\xbb\x7b\xc6\x1b\x55\x35\x09\x26\x84\x0a\x4e\xf6\xd5\x84\x54\x91\xb9\xd4\xa9\x26\x42\x6b\xb8\x7e\xb0\x26\xd2\xce\xa5\x64\x0f\x18\xe1\xf7\x7b\x4c\xa6\xd9\x86\x80\x5b\x8c\x27\x1c\x01\xce\x56\x22\x92\xdb\x36\xb9\xba\x3b\xf9\x5e\xb7\x96\xb3\x95\x89\x61\x10\x20\xb2\xd1\x71\x46\xab\x26\x92\xce\x45\x47\x40\xd2\xb9\xb4\xeb\x08\x9b\x75\xf0\xcb\x40\x49\x89\xbc\xbf\x49\x64\x23\x84\x24\x61\xcb\x38\x29\xaa\xef\x81\xad\xfa\x5e\xd8\x84\x07\x94\xb2\xd2\x92\xde\x2e\x27\x93\xc4\x74\xc9\xf6\x8b\x58\xa4\x5f\x1d\x5c\x62\xbd\x88\x44\xbf\x15\x4e\xbf\x05\x4e\xdb\x2f\xce\x31\x53\xa6\xe3\x6b\xf7\xf5\x68\x8b\x03\x38\xed\x2c\xba\x4d\x12\xe9\xe1\x06\x1a\x46\xaa\x58\xd4\xa3\x95\x10\xc1\x1c\x25\x5e\xa9\xe6\x28\x09\xae\x69\x08\x32\xa9\x6a\xfa\x41\x68\x4a\x64\x81\x1b\xce\x31\xb9\x45\x54\xd1\x13\xc7\x87\x87\x1f\x90\x10\x6e\x4f\xfd\x92\x4c\xa2\xd2\x59\x5a\x92\x49\x24\xe6\xb6\xa6\x06\x40\xc9\xf7\x98\x83\x9b\xf5\x05\x0e\x20\x1a\xe6\x7e\xc9\x60\xdf\xdd\x2d\x2e\x1a\xa6\xf6\xfd\x03\x90\x4a\x4f\x4b\x34\x69\x5c\x13\x57\x53\x03\x50\x47\x89\x38\x52\xdd\x97\xd3\x92\x47\x62\xb3\x12\xde\xad\x21\xe1\x74\xc8\xdd\x9e\x97\xc4\x11\x9b\xa8\xc3\xd3\xd5\x5c\x99\x1d\xa8\x5d\x5c\x78\xb7\x46\xb2\x3e\x68\x14\x13\x78\xb7\x1a\xc2\x5e\xea\x3a\x26\x00\xce\x13\x3c\x24\x02\xaa\xa9\x63\x59\xad\x36\x04\xa4\xce\x2c\xae\x2e\xf5\xeb\xd4\xf1\x09\x48\xbd\xb8\xbd\x86\x40\x0c\x81\x06\x13\x44\xec\x34\xa7\x63\x68\xb8\x66\x30\xb8\xbd\x9a\x6b\x17\xb7\xd7\x10\x20\xa2\x77\x14\xfc\x13\xd1\x3b\x4d\xee\x30\x9c\x6f\xfa\x1d\x62\xd1\xf6\xc5\xe2\xd7\x7c\x6d\x08\xb8\x8d\x41\x0b\x12\x15\xee\x31\xce\x95\xd7\x44\x98\x4f\x73\xce\x4f\x69\x81\x0e\x4f\x0c\xc5\xc8\x7a\xe9\xc4\x5d\xe1\x74\x9e\xb8\x60\xc4\xde\xa9\x1b\x08\xa0\x4e\xb1\x0d\xe6\x4f\xb1\xed\x7b\xc8\x42\x18\x4e\xd8\x89\x33\x78\xe2\x81\x71\x40\xa7\x03\x12\x06\xe9\xd7\x3a\xc0\x2c\x32\x2e\xec\xed\x22\xec\xc2\x75\x65\xfb\x97\x17\xd3\x4b\xe4\x97\x0d\x01\xf4\x85\xbb\x41\x7a\xbc\x71\x31\x54\x3e\x40\x76\xe9\x5c\x26\x5d\xd3\x8d\x93\xc4\x45\x7b\x63\xb9\x77\x3a\x75\x82\x39\x9d\x46\x13\x23\x4b\xa6\x9b\x55\x51\xad\xdf\xa8\x43\xc7\x37\x56\x7c\x17\xfc\xad\xd6\xc4\x08\xc8\x56\x62\x58\x44\x22\x5b\x89\x82\x61\xd2\x09\x26\xb3\xbb\x89\x8d\xab\xb6\x03\xd0\x62\xe8\x56\xa1\xe5\x5b\x33\x97\x60\x7e\x49\x66\x04\x1e\x7e\x6c\xea\x92\x66\x99\x01\xb8\xc4\x1f\x9c\x24\xa2\xf1\x71\x29\xdb\x10\x40\xcb\xdd\x1f\x80\x96\xc6\x1f\xbc\x8d\xae\x64\x6e\xe4\xd6\x88\x9d\x1e\x3c\x3b\xdd\xf6\x01\xda\x85\xf9\xe0\x79\x70\xd1\x3d\xde\xb0\x2c\x56\x1e\x3c\x3b\xd2\xd9\x64\xce\x9c\x63\x9d\x66\xd8\xa2\x92\x37\x44\x72\x23\x75\x4d\x13\x42\x6b\x7e\x00\xff\x95\x0d\x4c\x46\x20\xf5\x4f\xaf\xae\x1c\x56\x5a\xca\x7a\x94\x27\x70\xba\xc8\x20\x8c\x34\xc5\x3b\xc3\x99\x0c\xa1\xf9\x1e\x17\x06\x0a\x46\x9a\x40\x27\x95\xbe\x40\x27\xe3\x7f\x39\xf2\x68\xfb\x3a\xce\x04\xe2\x95\x26\xac\x83\xe3\xac\xf9\x5e\xf4\xd2\xfe\x8b\x37\xc7\xe5\x4e\xf8\x50\xd5\xec\x95\xf0\x96\xe9\x0a\x49\x3b\x09\xf0\xfe\xe1\x96\x66\x6d\xca\x7d\x1f\x98\xb2\xfe\x2c\xa8\x3c\x7b\x5d\x01\x37\x5d\xd7\x7c\xe0\x93\x41\xd4\xcd\xc7\xb9\x10\xc0\xf2\xcd\x4b\xf6\x19\xc4\xe1\xd7\xcc\x35\xdc\x1c\x29\xaf\x59\x17\x16\x2b\x21\x63\x77\x21\x9a\xb0\x66\x5c\x58\x5a\x6c\x32\x46\x18\x15\xda\xcc\x8d\xdc\x6a\x5e\x39\x24\xea\xf0\x2d\x37\x72\x6b\x2b\xcb\xdc\xc8\xad\x92\x94\x97\xa8\x33\x54\x80\x73\x10\x1e\x60\x23\xb0\x38\xee\xfa\x38\x4c\x98\xa8\x1c\x70\x92\x08\x33\x09\x51\x54\x98\xb3\x96\x1a\x64\xb7\x1c\x03\xdf\x7e\xe9\x3e\xcd\x9a\x71\x10\x64\x33\x66\x1c\x8e\x24\xd5\x1c\x2b\x0d\x77\xca\x50\x49\xb0\x0c\xb0\xc1\x0e\x4f\x00\x01\xd8\x6d\xd2\x01\xd8\x08\xb0\xbb\x3e\xc8\x0b\x02\x25\xf2\x18\x28\x8e\x2e\x4e\xd7\xd7\xcc\xd5\x96\x9c\x9c\xaf\xd9\x0b\x0f\x76\x43\xa6\x5a\x41\x98\xcc\xe4\x5c\xd3\xca\x97\x93\x80\xd2\x50\x72\x9a\x6d\x08\x40\x91\xb8\x73\xda\xe4\x03\x74\x4b\x28\x1b\xee\x8f\x79\xc7\x3e\x3b\xe4\x64\x54\x5e\xb1\x96\xb0\xfa\x83\x48\xf6\x8b\x05\xab\x72\x6c\xc6\x4d\x16\x1d\x0f\x6e\x32\xb2\x18\xd4\x9c\x05\x95\x31\x70\x16\x4a\xe5\x20\x73\xfe\xc9\x58\x9d\xcc\xf9\xa7\x2e\x91\x2c\xb1\x69\xa8\xb8\xe4\x42\xe2\x22\x56\x5b\xe6\x9a\x27\x1d\x80\xd9\x73\x51\x0e\xdf\x73\x51\xd5\xf7\x38\xb7\xaa\xdf\x0e\xda\x01\x7e\xae\xce\xde\x32\x54\xd6\xca\xd3\xed\x0c\xff\x90\x94\x51\x04\x08\x1c\xe9\xdb\x72\x25\xe8\xdb\x82\x45\xe6\x8a\x33\xc6\xc1\x70\x37\x83\x51\x70\x19\x6f\x96\x1a\x47\xae\x78\xdb\xfe\x17\x61\x67\x72\x36\x3d\x8b\x03\xc0\x54\x26\x04\xdb\x2c\x82\xcb\x9f\x8b\x0d\x76\xfe\x21\xcc\xd3\x55\xfa\xce\xef\x0d\x77\xb3\x08\x10\x42\x68\xe5\x98\x57\x94\x59\xca\x66\x6b\x37\x24\x23\x67\xbb\x92\xa7\x01\xf7\x89\x5e\xc9\xcd\xe0\x73\xa8\xa2\xb0\xf2\x69\x51\xc9\xd3\xa0\x2c\xb7\x76\x5d\x29\xb8\x5d\x2a\x49\xb3\x71\xab\xe8\x35\xd4\x25\xb8\x46\x21\xd5\x86\x64\x54\xd5\x54\x6e\x73\xa0\x6d\xe3\x7a\xa9\x78\x4b\x69\xe3\x54\xf1\xa1\xd6\x2c\xa1\x86\x8b\xc7\xd0\x21\x78\x96\x91\x4f\x3a\x72\xa0\xaa\x0c\xfb\x41\x2a\x27\x13\x5c\x75\xa1\x1e\x0e\x2c\x56\x30\x37\xdd\xa3\x3d\xf2\x43\xef\x63\x27\xa4\x1b\x74\xb3\x8c\x05\xbc\xbb\xa3\xa4\xe6\x80\x92\xd6\xa1\xce\x25\x6c\xae\xfe\x07\xea\x5e\x87\xde\x6d\x88\xd1\x2b\x0a\xab\x50\x36\x54\x87\x9a\x16\xae\xb1\xaa\xc6\x8a\xdb\xaa\x4e\xe3\x8f\xe4\x07\xca\x33\xe8\x72\x25\x59\x93\xda\x98\x3a\x51\x9b\x72\x7f\xd6\x99\x6a\x49\x1b\xe8\x2d\xed\xd4\xa7\x5b\x39\xfc\x60\xad\x9c\x89\xfa\xaa\x66\x8b\x04\xd1\xbe\xb8\xca\x8a\x40\x29\xbe\x65\x52\xa9\xad\x82\x05\xae\xe9\x37\xed\x51\xbe\x81\xd0\xd5\xcd\xc4\x4d\x70\x90\xf5\x16\xe1\xe9\xea\x06\x5c\xd8\x83\x7a\x8b\x77\xfe\x2e\x4c\x7f\x2a\x51\xab\x8a\xac\x66\xc7\x28\xb2\x9a\xa3\xa3\xe8\xf5\xf4\xab\xc7\xe2\x3a\xaf\xa6\xd0\x3e\xa5\xbd\x8f\xab\x4b\x83\x54\x63\x71\x1b\x56\xd4\x58\x98\x50\xf7\x4a\x3e\x27\x95\x89\x15\x2d\x56\x24\x91\xc0\x77\xba\xce\x6c\xae\x0a\xcf\x53\x83\x16\x6a\x78\x74\x9f\x8f\x32\xb3\x42\x09\x15\x53\x2c\x33\x69\x93\x34\xe3\xc7\x61\xd5\x21\xcd\x50\x07\x75\xe4\x1f\xc4\xa3\x94\x50\x98\xcc\xc9\xf5\x31\x7f\x93\xe7\x38\x53\x36\x79\x38\x48\x9a\xad\x66\xab\x2e\xb2\xd9\x8b\xbb\x68\x9a\x86\x38\x6d\x26\x27\x67\xba\x52\x49\xc6\xc7\xd6\x9d\x1c\xae\xaf\x6e\x61\x02\x8c\x9d\xa1\xa1\x68\xbe\x2b\x7f\xd0\xad\x09\x9b\x0e\x31\x57\x5b\xe9\xc3\x93\x49\xf6\x26\xd5\x5c\x75\x27\x84\xfe\x81\x62\x4c\x1a\xba\xb5\x30\x17\xc4\x9d\xa7\x80\x09\xbe\x44\xe8\xcc\xb2\x5a\x63\x57\x84\xe4\x4d\x39\xe0\xab\xba\x4e\x4e\xe0\x9f\xc6\x0a\xe0\x5f\x05\x54\x76\xac\xc6\x4a\xc2\x88\xc6\xaa\x2a\x34\xa8\xff\x34\x56\x4c\x5e\x77\x2b\x72\x3f\xf4\x6a\x7e\x85\x2b\x7b\xd6\x25\xfb\x72\x4c\x7c\x57\xa4\x4a\x2f\x66\xf0\x2e\x97\xf1\xe1\xba\x0c\xc4\x27\xf4\x00\xfc\x91\x11\xcb\x45\x41\x6f\xa5\xac\xa4\x7e\xb9\xcf\xf4\x84\xb3\x96\x92\xa9\x8a\xe2\x4a\x61\x44\xfd\x14\xb9\x4a\x26\x3e\x83\x90\x4a\x80\x3f\x93\xd4\x4b\x5a\x50\x4a\xf9\xf4\xae\x9f\x92\x76\xe8\x47\x43\x2b\xa5\xb0\xb0\x1d\x8a\x84\xc3\x0f\xe5\xc0\x9c\xdb\x86\x6b\xd6\xa5\x0e\xb4\xfd\xb8\xab\xa6\xe8\xa5\xc1\x5d\x5d\x6a\xcc\x1b\xd2\xa4\x4b\x45\x71\x3b\x0c\x36\x05\x2b\xd0\x0e\xb3\xd7\x17\x7b\x36\xef\x16\xec\x7c\xc3\x4a\xfb\x52\x4d\xdd\x0e\x5c\x51\x21\xd6\xed\xd4\x59\xd6\x61\x0c\x7d\x4b\x98\xe2\xde\x4e\x33\x72\x41\x8f\x1a\xe9\xa0\xf0\xfc\xea\xed\x34\x88\x2a\xe7\xbb\x21\x51\xba\xa2\xd9\x24\xfc\x60\xfc\x53\x5d\x1f\xc3\x9f\xc6\x14\xf0\x77\x63\x0a\xc0\xe0\xb4\x53\xf5\x9e\xad\x8d\x2f\x60\x25\x8d\x25\xc3\x01\x79\x7c\x7b\x73\x36\xac\x85\x8a\x2a\xb8\x76\x65\xe4\x01\xaa\x5d\xe9\x81\x07\x5c\x57\x41\x0d\x78\x52\x36\x0c\x01\x13\xc1\x62\xbb\x28\x3d\x6a\x97\xe9\xef\x41\xe2\x86\x6d\x76\x91\x9f\x6f\x44\xb9\xf5\x6e\x6f\x3f\xc6\xab\xfd\x18\x8c\x3f\x68\x60\xfb\x71\x65\x4d\x81\x41\xbb\x32\x4a\x9a\x30\x9b\xcc\xfc\xf4\x83\x00\x45\x40\x8c\xfd\x51\xc3\xe3\xb8\x37\x62\xdd\x28\x4e\x6f\x25\x71\x12\xc0\xd0\xba\xe5\xef\x4d\x05\x96\xad\x0d\x06\x42\x91\xe4\x48\x6e\x75\x11\x55\x99\x60\x49\xed\x2f\x65\x55\xba\x4c\x4f\x5d\x1c\xb4\xb4\x15\xe5\xcf\xf6\xa3\xf0\x96\xfa\x64\x28\xd7\x14\xb3\xfd\x78\xaf\xae\xc9\x65\xab\xa6\x8c\xa2\x1f\xf5\x72\xa2\x88\xe2\xae\xfc\x5d\x7f\xc0\xe9\x1f\x48\x21\xb8\x5b\x1a\x71\xee\xd4\xda\x36\x92\x29\x48\xb6\x5b\x43\x44\xc2\x93\xb4\x21\xcb\x0a\xae\xce\xd6\x90\x42\xb8\x8a\xf8\x92\x25\xae\x10\xf2\x2e\xb8\x6a\x5b\x53\xea\xc4\x02\x35\x63\xc0\x77\x3b\xe2\x09\xd8\xad\xb4\xa9\xc4\x6c\xc8\xb1\xa9\x21\x56\x33\x3b\xb9\x77\x44\xeb\x3c\xa4\x9d\x4e\xe7\xd1\x64\x47\x9d\x37\xa9\x58\xd6\x7d\x93\x02\x45\xe7\x41\xe7\x32\x76\x1e\xcf\x4e\x3f\x33\x20\xb8\x67\xdd\x87\x85\x0d\xb6\xa3\x31\x34\xae\x65\x97\x98\x10\x44\xe4\xe3\x8a\x6f\x98\x08\x69\xa3\xda\x42\x1a\x4f\x47\x98\x08\x69\xdc\xd4\x42\x96\x42\xfc\x4e\xbb\x20\x51\x21\x64\x75\x86\xd5\x64\x75\x9c\xaa\x6a\xb7\xc3\x4d\x09\xef\x1b\x6e\xb4\xa6\x82\x8d\x64\x1c\xbd\x61\x1b\x74\x92\xfa\xa3\x37\x94\x65\x97\x86\x37\x4d\x6d\x99\x57\x51\xd3\x27\x7d\x72\x0d\x36\x24\x59\x10\xe9\x66\x16\x84\xee\xf6\xc1\x84\x85\xb6\x9f\x6d\x18\x36\xc7\x83\x3f\xdc\x1b\xba\x9a\xc8\x0b\xb8\xfa\xda\xe4\xe5\xed\x19\xfe\xf1\x56\x53\xda\xdf\x66\x92\x46\x2b\x35\x28\x85\x95\x38\xc3\x8a\x56\xdb\x34\xe9\x35\x45\x24\xb1\xd2\x0c\x65\x53\x92\x22\x3c\xcb\x88\x69\xd9\xdb\xe4\x7d\xc9\x4d\xd5\x6e\x9f\x0b\xf4\x7f\xf3\x5c\x90\x72\x63\xec\x73\x92\x06\xae\x37\x64\x4b\x59\x1f\x7f\x29\x8b\x61\x7e\x1b\xca\x2a\xb0\x6c\x8a\x1a\x82\xd7\x5b\x43\xb9\xa6\xc9\x62\x53\x9a\x24\x31\x25\x1d\x01\x49\x57\x7b\xbb\x91\xa1\xc0\x3f\xb4\x1f\x4b\x54\xbc\x11\xdb\x93\xeb\xce\xbc\x1e\xc3\x74\x7b\x15\x3c\x5e\x51\xfe\x31\x24\x32\x74\x6b\x42\x72\x5b\xa3\x3a\x73\xa5\x55\x9d\x89\x72\x8f\xe1\xd0\x1d\x4d\xa1\x48\xf9\xd3\x4a\xa4\x3d\x68\x1c\x60\xbc\xda\xc2\xf1\x0f\x86\xbe\x2d\x54\x3a\x8e\x82\x21\xf6\xe5\x9c\x48\x49\x5e\x1c\x45\x03\x6a\x09\xc1\x8f\xf7\xf9\x77\xb9\x2c\x08\x84\xa7\x65\x23\xe7\x80\x55\x6e\x86\xd5\x1b\x22\xcc\x86\x3c\xc2\xd2\xb6\x1f\x1b\x34\xf5\xa2\x68\xdb\x90\xfb\x6e\x96\x9e\xe8\xdc\xc5\xcd\x3c\x01\xde\xa5\xdb\x78\x08\xde\x72\x3b\x09\xa1\xdd\x7a\x4b\x8a\x3e\x3b\x6f\x49\xa0\xd2\x58\x27\x04\x1d\x36\xc8\x43\x8f\xa3\xd8\xe1\x1a\x22\x1b\xd2\x74\xb1\xc1\x04\x99\x5f\xaa\x37\x32\x91\x7b\x84\x88\x34\x63\x97\x46\xfe\xb7\xa5\xb1\xa5\x28\x62\x16\xe0\xa5\x8d\x67\xd8\xe9\xd5\x8e\xf6\x8c\xb8\x26\xbd\x69\x75\xe3\x4a\x7c\xaa\xe7\xad\x43\x0e\x3d\xe9\xc9\xa7\x7a\x9e\x39\xa2\x3d\x2b\xd2\x8d\xcf\xd4\x6f\x96\x45\x06\xa0\x21\xbd\x53\x73\xfb\x3e\x8d\x21\xec\x47\x03\x28\x78\xb6\x7e\x70\x45\xb1\x70\xdd\x3c\x4e\x50\x89\x8e\xda\x8b\xa4\xcb\xbd\x13\xb3\x46\x1c\xee\x78\x94\x93\x25\xa2\xf7\x03\xcd\x69\xb1\x0e\x67\x04\x4c\xed\x87\x67\x64\x50\x46\x19\xdd\x1d\x0b\x40\x8b\xfd\x00\x68\x38\x96\x58\x3b\x29\x0b\xe8\x45\xd9\xdc\x02\x96\xc9\xa5\xc5\x0d\xd8\x75\x3d\x83\xbf\xea\xba\x9e\xc1\x47\x74\xc2\xe7\x8a\x5b\x1d\xee\x46\x81\x5d\x3f\x13\x85\x28\x37\x83\x24\x51\x1e\xee\xa8\x7f\xa0\xab\xe3\x72\xef\x78\xa1\xcf\x6c\xa0\x29\xcb\xb4\x05\xf7\xa7\x23\xe8\x58\xe6\xcc\x2e\xef\x52\x46\xc3\xb1\x4c\x39\x77\x37\x92\x2e\xfe\xdb\xbd\x93\xe3\x49\xab\xdb\xae\x63\x19\x64\xa4\xe3\x58\xa6\x9c\xb8\xe3\x58\x46\x18\x8d\xde\x75\x2c\x73\x19\x2f\xb4\x9c\x97\xbf\x7b\xb0\x1d\xe0\x87\x5b\xaa\x18\xba\x11\xf7\xdc\xa6\xa2\xa1\x0d\x34\xb7\xa3\xb3\xd3\x0e\xb5\xe3\x40\xa6\xbe\xa1\xe3\x40\xa6\xa4\xbb\xe3\x40\xa6\x5a\xa1\x17\x34\x8a\x88\xca\x7a\x01\x38\x97\x08\x07\x32\x35\x38\x1d\xcb\x1f\x55\x06\x9d\x54\x4f\xb8\x3e\xf6\xae\x72\xcd\x15\xaa\xa8\x7e\x9d\x30\x61\xfa\x4d\x42\xd6\x7b\x85\x80\x88\x44\x6a\xda\x84\xba\xea\x64\x20\xa4\xaa\xda\x9c\xbe\xbc\x87\x6b\x8d\x87\xbb\x09\xd0\x7a\x57\xd7\x16\x7f\xf2\x6e\xbd\x66\xd6\x52\xf6\x57\xed\x9b\xc3\xa8\x71\x13\xe0\x06\xf0\x22\x65\xd3\xad\xda\x7d\x37\x5e\x9e\x22\xd6\x8e\x6e\x4d\x23\x8c\x4e\x6a\x27\xd2\x7c\xf7\x4e\x6a\x27\x12\x47\xf6\x4e\x6a\x27\x02\x44\xf4\x2e\x6b\x02\x9d\xe9\x0d\xb2\xe8\xfe\x92\xda\xa9\x58\xee\xda\xc8\xc3\x8d\xf5\x8e\xfa\x86\x1b\xb6\x77\x74\x4e\xcd\x4a\x45\x54\x64\x84\x0e\x47\x25\x06\xa9\xbb\x83\x5b\xea\xa4\x76\xd2\xa8\xba\x13\xef\xd7\xdc\x72\xbd\xab\xc8\x13\x6d\x64\x66\x3c\x35\xc9\xcc\xc0\x24\xf7\xce\xb5\xed\x96\x75\xd8\xa8\x29\x18\x5e\x5d\x34\x08\xae\x73\xa1\x08\x64\x5b\xee\x64\x40\xc1\x3d\x96\x21\xb1\xf4\x08\x05\xb2\xea\x69\x25\x58\x2d\x69\x8f\xd9\x9f\xe0\x57\x3a\x29\x3f\xf5\xb6\xea\x81\xf8\x5f\x7c\x0a\x64\xe7\xd3\x7e\xd0\x59\xb8\x3d\x21\x7f\x61\x5b\x43\xf2\x38\x1d\x63\xf2\xc0\xf7\xf4\xc1\x65\x23\x31\x19\xc8\x8e\x3d\xf8\x32\x3a\x6a\xf8\x3a\x31\xf7\x74\xcd\xeb\x3f\x7e\xa6\xc8\x27\x75\x62\xeb\xe9\x3a\xd7\xc9\xf7\xad\x3b\x5e\x1f\x08\xb6\x3d\x05\x03\x79\xa7\x54\x6f\x48\x28\x20\xff\x9d\x14\x4f\xfa\xe3\x75\x59\x1e\x1e\xe5\x7d\xaa\x6c\x70\x3e\x24\xfc\xd6\x49\xac\x4f\x04\xb2\x1e\xe4\x89\x40\x56\x5a\x37\xf1\x48\xc8\xdf\x07\x65\x3b\x42\x1e\x9b\x75\x6e\x73\x6d\xd9\x29\xc2\xc0\x2c\x23\x60\x43\xca\xdb\xe5\x7f\x10\xb5\xf6\x1f\xff\x33\x65\xd4\xfa\x2d\x67\x0a\x10\x7a\xa1\xe5\xf6\x93\xd1\xdb\x57\x6c\xbf\x93\x03\x65\xd2\x69\xe0\x2c\x02\x28\x17\xf2\xf8\x62\xd4\x3c\x12\xd3\x15\x06\x89\xdd\x69\xd4\x2c\x06\xa4\x51\x33\x2c\x60\x7f\x08\xb3\xe0\x21\x4f\x87\x7a\xf8\xa3\x8e\x51\x73\xde\x5e\xfd\xc1\x06\xdb\x33\xfa\x28\x1c\x14\x5d\x33\xd5\xb7\x38\xfa\x28\x79\xcb\x8f\x1f\xf4\xc3\xa9\xe3\x78\x4f\xc8\xa6\xde\x35\x69\x3e\xf3\xe3\xf1\xc3\xe1\xb7\x1f\x76\xfc\xfa\x61\x7b\xd3\xa6\xba\x2c\xc8\x96\x4e\x32\xf1\xf4\x8e\xd8\x48\x06\xa6\xff\x38\xa1\x2a\x13\xd7\x11\x1b\x0d\x17\xdb\xb4\xdf\xa7\x94\x67\x09\x0a\x03\x6a\xa1\x7c\x66\xeb\xed\x7c\xfd\x47\x54\x72\xc2\x4a\x8e\xc8\x8c\xdb\xbb\xa9\xbe\x7f\xb8\xf1\x17\xc1\x23\x04\x9f\xe2\xd1\x9e\xe6\xcb\x3c\x20\x3a\x29\xbe\x15\xa0\xf5\xbd\xe0\x2f\x19\xf4\xc7\x29\x35\xcd\xae\x7a\x32\x4a\x88\x9d\xbb\xbc\x91\x30\xbf\xc6\xda\x07\xb0\xd7\x74\x0c\x12\x62\x44\x3c\xff\x28\x21\x99\xbb\x7d\x11\x76\x84\x3a\xa5\x64\x57\x8b\xa7\x36\x58\xfb\xe9\x43\x4a\x11\x46\x90\x7c\x2c\xbd\x63\x24\xa4\x4e\xa0\x63\x18\xd4\x44\x66\x0d\x83\x3c\xfd\x1f\xe6\x2c\x22\xed\xc7\xf3\x50\x0c\xfc\xb1\x3c\x97\x9a\xb9\xc0\x93\x4b\xbb\xdf\x38\x24\x53\x41\x19\xc3\x41\x8d\x3d\xe3\x40\xbb\xc4\x02\xc4\x8f\xcd\x99\x3e\x82\xe3\x40\x4e\x0f\x39\x0e\x6c\x89\x39\xfb\x71\xa8\x2b\xa0\x88\x19\x58\xd8\x12\xab\x2b\x6e\x87\x38\x74\x38\x68\x76\xb3\xcd\x8e\x44\xd9\x68\xed\x02\x71\xe6\xeb\x8a\x26\x04\x04\xbe\xec\xea\xc4\xa2\x41\xa8\xf1\xc0\x1a\xb2\x1b\x41\x10\x60\x3d\x39\xe3\xc7\x9f\x14\x95\x31\x71\xda\x2d\x37\x44\x60\x76\xac\x22\x2c\x2e\x49\x10\x8d\x51\x66\x29\x9e\x8a\x1f\x7f\x32\x7d\xb5\x84\x99\x83\x88\x93\xda\x03\x9e\xa4\xea\x5d\x1b\x97\xd2\x29\xcb\xc1\xa6\x33\xb4\x81\xf9\x18\xf9\x22\xa0\xae\x4d\x89\xa7\xcb\x94\xc9\xc8\x0d\xbb\x1d\x05\x32\x43\x5d\x58\x0d\x7d\x4c\xa3\xb0\xce\xc0\x88\x1a\x6a\xfa\x6b\xf7\x89\x02\xbc\x64\x02\x38\x1d\xbd\x68\x84\xcb\xe8\x70\x1d\xba\x5f\x06\xc9\x00\xce\x1c\x09\x2b\xdc\xea\x50\x9b\xf9\x51\x94\xf3\xb6\x4b\x38\x6f\x74\x21\x21\x33\x52\x9d\x76\x95\x95\xa6\x12\x1e\xec\x2a\x0c\x03\x0f\x76\xa2\x03\xf5\xf8\x31\x26\x5d\xdf\xf1\x20\xf4\x8e\x1a\xdf\xa8\xa4\xa5\xe7\xb5\x14\x38\xb3\x97\xec\x73\x53\x66\x62\x30\x12\x84\x4c\xe9\xd1\x18\x8b\x13\x1f\x04\xe4\x55\x27\x18\xf0\x17\x2a\x45\x03\xa3\x63\xa2\x15\xf5\xc0\xe8\x58\x77\xe1\xc0\xbf\x4a\xdd\x62\x34\xfb\xb7\x4f\xce\xea\x69\x7d\xde\x34\xc2\x09\x4b\xa1\xae\x30\xcc\x16\xa9\x14\x31\xba\x07\xc0\xd5\x4a\x16\xc1\x75\xe9\x5e\x24\x80\xa7\xa7\xb9\xe2\x9b\xe8\x3c\x25\x86\x7f\x80\xd3\xae\x3b\xda\xa6\xa9\x40\x31\xcc\xec\x68\xb7\x61\xd8\x76\x16\x23\xcc\xbf\xcf\x24\x30\x31\x26\x2e\x50\x0f\x33\x81\x8b\xea\x44\xcf\x69\xe3\x4f\x6d\x6b\x84\x7e\x95\x36\xe2\x08\xba\xd5\xd8\x1f\x13\xc3\xaf\x07\x82\x10\xc5\x3c\x61\x34\x9d\x69\x7d\x8e\x8a\x27\x13\xf9\x88\x36\x12\x81\xcd\xb1\x8e\xa4\x81\x59\xf1\xd4\xeb\x31\x30\x2b\xd6\x53\x35\x86\x90\x5b\xc9\x47\x10\x03\x0c\x21\x67\x80\x21\x70\xd6\x31\x85\x25\xab\x31\xcc\x77\x0b\xa0\x58\x12\x37\x69\x08\x21\xfa\x88\x3f\xd3\x83\x2c\x43\x04\x49\xee\x31\x8c\x9d\xed\xfe\x4e\x33\x5f\x03\xc4\x14\x52\x7f\xe7\xb5\x83\x1c\x28\xb0\x36\x56\x38\x15\x58\x1b\xeb\x01\x18\xba\x52\xb9\xb9\x53\xe0\x18\x8c\x2c\xe2\xc4\x98\xeb\x31\x79\xa1\x79\x08\xe5\x24\x20\xef\x31\x75\x42\xf5\x77\xf7\xdc\xfe\x31\x0b\xf6\xfc\xde\x66\x10\xf1\x70\xc2\x3d\x0c\x59\xec\xc0\xc0\xb8\x27\xed\xc2\xaa\x98\x2c\x4b\x3d\x6e\x73\x9a\x01\x06\xac\x80\x9a\xa8\x78\x14\x06\xb8\x83\x24\xf5\x9e\xee\x20\x26\xc6\x4a\x15\x02\xbd\x90\xaa\xca\x20\xc7\x80\x36\x64\x01\x1f\xa0\x9b\x44\xfc\xd8\x80\xae\x4d\x58\x20\x33\x31\x52\x45\x3c\xbc\x5e\x5c\x47\x52\x7a\x6b\xa3\x16\xc8\x4f\x34\x09\x0b\xcd\x8a\xd5\x0f\x04\xe9\xba\x35\x52\x0a\xd2\x75\x6b\xfc\x13\x4b\xe0\x00\x94\xd4\xdd\x0a\x78\x63\x09\x9c\x75\x04\xce\x32\x4f\x28\xcf\x02\x99\x0a\xb4\x9c\x0a\x32\x12\x10\x3b\xad\x07\x19\x09\x48\x49\xd5\x63\xf1\xfa\x74\xb1\xc9\x4e\x90\xd7\x01\x8c\x80\xaa\xd3\xd8\xe9\x3b\x49\x99\xe7\x9d\x0b\x67\x72\x02\xd1\x7d\xeb\xfc\x4f\x9f\xdb\xb7\x27\xe3\xa2\x4b\x6a\x32\xf0\xb1\xf3\xfc\xdb\x02\xe8\x3c\xda\x66\x2a\x10\xd5\x10\xaf\xa8\x09\x0e\x32\x15\x10\xa2\xb8\xc7\x06\x6a\xe9\x2b\x82\x16\x35\xe1\x01\xfb\xa0\x16\x39\x88\xe1\xab\xed\x5a\x28\x4e\x11\xd5\x88\xc1\xe3\x2b\x2a\x88\xc1\xa3\xbd\x5a\xbc\x66\x10\xa0\xcf\xd7\x95\xf3\x77\xb6\x55\xd4\x7c\xbd\x18\x59\xd1\x97\xad\x0c\xcb\xc0\x26\xca\xbe\x99\x98\x83\x32\x2b\xca\x5b\x29\x5e\x57\xd4\xb2\x2b\x4a\x59\x5b\x66\x8f\x90\xb6\xcc\x3c\x40\x02\x69\x8c\x66\x88\x81\x2a\x49\x6e\x33\xcc\x7a\xe0\xfa\x64\xd6\x03\xe6\xab\x2d\x73\xb3\x8e\x30\xff\x15\x2c\xa9\x87\x86\xce\xde\x77\xf8\x4d\x55\x6d\x17\x43\x4b\x67\x4f\xd1\x27\x8e\x38\xca\xab\xe0\xd5\x16\x1e\xa9\x5f\x83\x71\xe8\x9c\xc0\xf8\xe3\xf0\x4c\xe5\x47\xba\xa0\x0d\x3e\x34\x8d\xbf\x6c\x83\xb6\x55\x69\xfb\x80\x65\x09\xe5\x5f\xe3\x34\x80\x12\xb8\x38\x48\x74\x60\x64\x90\x41\xda\x6d\x5d\x48\xc6\x89\x9d\xd4\xb4\x8c\x38\x30\xac\x0f\x5b\x93\xf5\x07\xf5\x01\x84\xd4\x06\x25\x2c\x1b\x05\x6d\xda\x00\xa3\xde\x61\x47\x18\x23\x0f\x7f\x7f\x25\x87\x95\x0f\x5e\xcd\x9c\xb8\x41\xa2\x03\x52\x5c\xf6\x71\x29\x84\x60\xb4\x2b\x6f\x38\x5a\x93\xdd\x80\x74\x91\x7d\x90\xdd\xa0\xb0\x81\x43\x4e\x86\x53\x30\xc8\x68\xa0\x7b\xc7\xb8\x30\x39\x16\xa2\x0b\xb3\xde\x61\x1d\x21\x2a\x94\x89\x37\x32\x2d\x03\x10\xc7\x6f\x14\x84\x09\x02\xa1\x11\xb4\x7d\x92\x79\xbb\x80\xb0\x23\x19\x1d\x6e\x98\x81\x11\x74\x0a\x76\x06\x71\x88\x2f\xe7\x5f\x84\xc8\x5e\x59\xb0\x69\x1d\x20\x0a\xcb\x08\x3f\x9c\x99\x46\xd0\xce\xa6\xa8\x5c\x83\x15\x19\xe4\xe4\xd6\x09\x68\x20\xa8\x51\xe2\x38\x14\xd4\x0c\x7f\x47\x50\xe3\x3a\x56\xc1\xa6\x53\xe5\x34\x30\xa9\x43\xeb\x68\x97\xa2\x2a\xec\x2b\xfe\x21\xd4\x0e\x86\xd9\xb1\x98\x48\xa4\x9f\x71\xc0\xa5\x0e\xed\xa3\xc3\x5e\x05\x9b\x69\x92\xa0\x9b\xbc\x9e\x7d\xe0\xa5\x55\x12\x22\x77\x19\x88\xb4\x8f\xb6\x8e\x79\x94\xdc\xc0\x06\xd4\x6e\x08\xfa\x25\x1d\x80\x46\x6b\x4a\x91\x18\x00\x2e\xab\x6a\x05\x3e\x9a\xea\x19\x48\xf7\x20\x9a\x60\xa8\x87\x1a\x1d\xd9\x8d\xe3\x69\xa8\x0c\x85\x1b\x81\x28\xc6\xc9\x91\x04\x51\xbf\xd1\x11\x18\xa1\x8a\xc3\x1a\x2a\x8b\x91\x81\xf4\xc5\xed\x09\xac\x6a\xa1\x22\x43\x43\x65\xcf\x42\x28\x3f\x62\x2c\x62\x0c\xfb\xa2\x18\xda\x26\xbb\x46\xda\x26\x3b\xe7\xc0\x08\xd5\x95\x27\x08\x8f\x3e\xf6\x83\x20\x3c\xfa\x8f\x8d\x81\xde\x0d\x71\xc8\x18\x18\xce\xda\xa7\x66\xca\x59\x27\xef\x67\x1b\xa3\x84\x13\xbf\x06\x40\xbb\x90\xda\x2c\x43\x06\x47\x06\x0a\x74\x07\x07\x50\x8b\xce\x1a\x2d\x8b\xfe\x83\x19\x8c\x3f\xed\x7f\xc7\x60\x7a\x62\xe8\x60\x89\xb9\x9a\x86\x86\xcb\xdc\xf5\x43\xc3\x65\xb7\x77\xba\xdc\x2c\xe5\x64\x1a\xe2\x15\x71\x7c\xb4\x4a\x1b\x84\x20\x54\xcc\x3e\x08\x41\xa8\x4f\xcf\x98\xfa\xee\x78\xc6\xa6\x10\x3a\x18\x40\x88\x1a\x13\xb9\x9c\x38\x43\xbc\x1e\xfd\x99\xc7\xed\xba\xf2\xbb\x06\xc9\xee\x9b\x06\xc9\xee\xf9\x8d\x6e\x13\xba\x3c\x34\x48\xce\xb6\xe6\xfd\x80\x03\x1f\x5a\x24\x8b\x54\x5a\x24\xbb\x7c\x37\x4b\xe9\x66\x11\xc6\x58\xe7\xd3\xa1\x45\x32\x6c\xd2\xb8\x05\xd4\x4e\x05\xd4\x3e\x41\x06\x18\x85\x71\x8b\x0c\x4c\x86\xbc\x8a\x61\x3f\x0f\x40\x8b\x48\x8f\xab\x48\xdb\xc7\x03\x43\x9f\x3f\x4e\x6a\xc8\x25\x0e\x83\x01\xb9\x1b\x4a\x54\xc8\x08\xd0\x07\xe6\xcc\x4d\x89\xd3\x78\xf2\x62\xa0\x49\xfa\x5c\x09\x87\x29\x14\x55\x35\x8d\xe5\xf6\xb0\x4a\x4b\xf6\xd3\xce\x7e\x6c\xd0\x30\x4a\xc5\xc0\x5a\x59\x13\x90\x81\xb5\xb2\xc6\x98\x03\x6b\x65\xdf\x4a\x63\x61\xf9\xa0\x2d\xcc\xf8\xf1\x4a\xc5\xc7\xd2\xd0\x5c\x59\x6a\x85\xb9\xb2\x8f\x9f\x81\xb9\xb2\x06\x87\x03\x35\x93\xd1\x44\x06\xc9\x15\xb5\x32\x1d\x58\x28\x6b\x1d\x3a\xb4\x50\x76\xc9\x48\xae\xa8\x65\xe9\xd8\x8d\x47\xb4\x75\x30\xa7\x75\xdb\x7e\xac\x52\x51\xc1\x3e\x7e\x9c\x52\x51\xf1\x3e\xb0\x50\xf6\xf1\x36\xb4\x4a\x76\xf6\x9b\xc7\x38\x8f\xbd\x41\xc4\x1e\x7d\x0f\xc7\x8b\x30\x42\x8a\x8c\xbd\xb1\x8f\xba\xf1\xa2\x9d\xf6\xdc\xa2\x54\xea\xf9\x3b\xe3\x3a\x2f\x4c\x8c\x0d\x50\x32\x7e\x5c\xd0\xd0\xaa\x76\x90\x65\xd1\xe7\xcf\x78\x11\x93\x8a\xb3\xaf\xf0\xd8\xf6\xa5\x1f\xeb\x7f\xf4\x43\x99\x8c\x07\xfa\x06\x8d\x0f\xd8\x3c\x5c\x9f\x6b\x05\xcc\x9a\x1e\x4b\x8f\x3e\xd6\xca\xbd\xf8\x58\x2b\x6f\x1a\x4d\x8f\x3d\xbc\x1f\x5a\x74\x51\xed\x13\x66\xfb\x64\x83\xdd\x6c\x62\xf6\x68\x6b\x3a\x88\xd9\xa3\x2a\x78\x10\xb3\xc7\x30\x3a\xe3\xdb\x94\x7f\xeb\x30\x61\x6d\x0c\xdb\xdd\x67\xb2\x36\xf0\x74\x13\xd6\x26\x0c\x24\x33\x0f\x75\x2e\xcd\x7f\x58\x53\xe8\xdf\x3c\xdc\xd7\x49\x99\xf5\xbd\xfc\x1d\x58\xb9\x46\xe7\x81\xc6\x9f\xcb\x7f\xea\xd5\x75\x1c\xe3\x2f\xd2\x36\x71\x2b\x27\x9f\x47\x9f\xc4\xf1\xe9\xa7\x3d\x2b\x4d\xb7\x37\x30\x35\x47\x64\x27\x2e\x21\xc4\x08\x1c\x6a\x33\x0d\xe3\x03\x5d\x9d\x27\x58\x0b\xc7\x34\x09\xe9\xa3\x58\x62\x1a\xd2\x07\x32\x3a\x4f\x0f\x71\xa5\xdc\x98\x91\x6d\x39\x5e\xa7\x75\xd4\xa9\x08\x84\x12\xa5\x99\xff\xdc\xc6\x77\xb2\x39\x5a\x00\x75\x22\xf3\xb2\x2f\xfe\xb8\xc4\x2c\x5a\xe0\x69\xde\xb5\xac\x98\xda\x1f\x73\x7c\x66\x41\x9b\x0d\x93\x3f\x89\xb3\x43\x40\xcd\xdf\x83\x09\xd4\xf2\x77\xa4\xdd\x3c\x83\xa6\xe6\xc7\xdc\xc3\x13\x7e\xc8\x78\xc2\xbf\xb7\x04\x8d\x99\x45\x41\x25\xc0\x6b\x64\x6a\x7e\xec\x06\x13\x98\xe7\xca\xfa\x08\xe3\x87\xe5\x4d\xa7\xd6\x79\x8d\xae\x6b\x63\x20\x75\x9e\x5a\x1f\x8b\x43\x5a\x1f\x43\x63\x67\x05\xea\x6a\xb9\xb8\xf1\x4c\xad\x0a\x76\xa3\x0c\xd8\xd5\xb2\x31\xfb\xc3\x0f\xec\xb8\xb3\xb5\xe0\xb1\x60\x15\xf0\x84\x02\xdb\x65\xe3\xcc\xcd\xea\xda\xd1\xb6\x01\x05\xd4\x7a\x36\xd7\x8e\x7e\x1a\xa2\x49\xd1\xb8\xa1\xbc\x70\x06\xc9\xde\xc0\xad\x4f\x7c\xc1\x7c\x21\xcd\xc6\xda\xf1\x24\x98\x38\xb1\xab\x86\x9b\x18\x38\x5f\x59\x5f\x40\x01\xa2\x3d\x0c\x60\x1d\x01\x75\x00\x94\x1a\xcd\x3e\x31\xe2\x6e\xd6\x07\x68\x98\xbe\xd9\xdd\x70\x96\xb1\xe7\x51\x04\xea\xee\x3a\x02\x75\x77\x06\xcc\xcc\x60\x88\x87\x67\xa4\xbb\xfd\x36\x40\xfd\x52\x2c\x87\xf7\x0d\x20\x11\xb6\xa7\x3b\x9d\xce\x14\x3c\xec\x84\xf0\xd1\x8d\x6e\x76\xa7\xc0\xd4\xb0\x88\xd6\xfd\x6b\x12\xe1\xb9\x8b\x3a\xdd\xc3\xe6\xef\x4c\x81\x1b\x76\x86\x87\x8d\xfe\x89\xe6\xa3\x93\xea\x0c\x3d\x88\x5d\x97\xd4\x63\x35\x6b\x89\x0a\x96\x1b\x23\xd0\x2b\x86\xd2\xda\x43\x4c\x74\x5a\xdd\xf9\xab\xd3\xe2\x5a\x9c\xe4\x98\x30\x00\xc6\x24\xb4\x8f\x8e\x86\x33\xc0\x16\x09\xd4\x30\x5c\xd5\xf4\xe3\xa2\x23\xa0\xf8\x71\x71\xd3\x67\xcb\x34\xc2\xf3\xc1\x75\x30\x07\x9a\x22\xcf\xd1\xf0\x38\x23\xa8\x9e\xe4\x7f\x52\x55\x3b\xc7\x4b\x99\x9e\xd0\x4b\x29\x4c\x99\x13\xf1\xec\xdf\x9e\x5b\x73\x62\xb0\xe4\xea\x4c\xd5\x68\x76\x40\x4c\x23\x61\xff\x71\x62\x53\xf5\xf9\x9c\x18\x8b\x7b\x1a\xa6\x3a\x76\x8f\x03\x4a\x2b\x95\xc6\x73\xde\x54\xb2\x31\xd6\xe2\xdc\x3a\xf3\xc7\xa1\x55\x6d\x2f\xe7\x04\x72\xb7\x7a\x9a\x41\x46\xd2\x95\xca\x2c\xa0\x50\x99\xe5\x4e\x60\xcc\x53\x8d\x97\x30\x6f\x52\x1b\x48\xd7\x6f\x64\xce\xc5\x32\x42\x67\x0f\xd6\x8d\x41\x09\xf7\xda\xbc\x01\x3b\xdb\xaa\xfc\x72\x00\xa0\x46\x26\x34\x6f\xa1\xb6\xbe\x50\x5b\x1f\x73\x7c\xa9\x2f\x26\xd1\x6a\x5e\x26\x5a\x30\xcd\x6b\x27\x91\xa4\x75\x86\x9c\x0f\x13\xf0\x06\x78\xd4\xc6\x01\xdb\xe3\x23\xdd\x83\xf8\xb8\xee\x56\xc2\x98\x9b\x4b\x7d\x3e\x4e\x80\xb5\x26\xd8\xb4\xfa\xf9\x49\xb0\x69\x2d\x60\xe7\x23\xd0\x00\xf7\x08\xa8\x75\x04\xd4\xfe\x41\x12\x84\x51\xf3\x61\xa9\x8b\x7d\x0a\x28\x93\x41\xdd\xd5\xf3\xee\xc1\x94\x5a\x5b\xe3\xb9\x50\x23\x78\xf4\x96\x2b\x4d\x47\xcb\x95\x66\x00\xd2\x5d\x28\xe3\x99\x0b\x80\xe0\x1a\xe6\x62\x15\x45\xa2\x25\x70\xd6\x67\xef\xbd\xff\x96\xab\xe8\x58\x62\xb0\x63\x01\x9c\x14\x6c\x13\xb0\xdd\xf3\xb2\x33\xb6\xaf\x7f\x00\x10\x6c\xcf\xdc\x02\xc4\xec\xb7\xc9\xd6\xdc\x03\xe4\x60\x83\xfc\x18\x7d\x12\x67\x5a\x69\xe2\x7c\x53\x6c\xc2\x42\x22\xb3\x3a\xf4\xf1\x9f\xd8\x3e\x1f\xfa\xd7\xcf\x57\x4d\xe4\xb4\x0d\x06\x7b\x7a\xe7\x4f\x34\x63\x87\xf6\xa0\x93\xc4\xd8\x5a\xf7\x4f\x05\x57\x86\x6a\x9a\x68\xc6\x0e\x83\x30\x4c\xc4\x55\x87\x21\x75\xe6\x8b\x51\xbd\x58\x83\xef\xfd\xa1\xab\xff\x44\x30\x75\x18\x1c\x60\x7e\x42\x26\xab\xf1\x61\x3d\x2f\xc2\x7e\x42\x29\xc6\x7e\x02\xe6\xf1\xff\x12\x30\xc6\xff\x74\x4e\x90\xd9\x31\x2b\x85\xf2\xb2\x89\x45\x91\x09\x52\xfb\xfc\x04\xd3\x9d\xfb\x04\xd3\xad\xf8\x00\xd3\x5b\xec\x13\xcc\xc3\x5a\x9f\x1f\xbf\x61\xee\x43\x7d\x2f\x67\xec\x3e\xd0\xf7\x42\x0d\xee\x03\xe3\x7f\xc8\xc7\xad\x3c\x4a\x85\xdb\x7d\x08\xff\xe5\x07\x56\x91\xe0\xdc\x7d\x68\x15\x09\xa2\xdd\x87\x73\x81\xc6\xdd\x24\xb4\x38\x0c\x4a\x71\xc3\xb8\x1d\x86\x5c\xb8\x49\x6f\xa1\x33\xcd\x7d\x68\x3a\xd2\xe2\x2f\x92\x77\x6b\x92\x64\xb0\xd4\x1b\x91\xd8\x61\x78\xc5\xfb\x70\x6e\x10\xb1\xfb\x64\x3a\xe0\xd9\x7d\xba\x03\x41\xd9\x19\x40\xac\xee\x33\xf1\x84\xe6\xa7\xdb\x01\x9a\xde\x67\x6a\xac\xed\xcb\x29\x70\x34\xef\x13\xbf\x8c\xb0\xac\x56\xa6\x5a\xcb\xdd\x38\xfc\xd0\x70\x8a\x45\xbf\x4f\xa1\x3c\x04\x00\xed\x7b\x08\x18\x5e\x40\x30\x21\x37\x46\x4b\x87\x41\x40\xee\xcb\xcd\xa0\xab\x4b\xef\x0b\x60\x44\x11\x78\x68\x46\x78\x5f\x89\x3f\x8c\x71\xb9\xe6\x87\xd5\x54\x6c\x0b\x30\xd6\xd5\x53\x19\xdd\x4d\xb8\xeb\x46\xe6\x85\x7e\x1b\x9e\x48\xdf\xa6\xfb\xca\xc0\x18\x74\x5d\x34\xbd\x74\xd3\x30\x89\x6e\xd2\xf7\xbb\x54\xff\xf1\xe3\x87\x01\x1a\xb1\xdc\x45\xb5\x3e\xa3\x14\x74\xe9\xee\x4a\xb9\x29\x5b\x47\xad\xbe\x3b\x54\x54\xb2\x73\xfc\xef\x82\x73\x86\x48\x66\xd2\x70\x15\x3d\xb7\x59\xc3\x0d\xd1\x73\x57\xd7\xc8\xce\x88\x52\x74\x7a\xa3\xdc\x35\xe5\xbf\x74\x50\xd1\xfd\x73\x12\xee\xaa\x05\xa7\xb8\x0c\x67\x78\xaa\x8d\xbc\x89\xe5\x68\x58\xf2\x9b\x04\x1e\x23\x07\x99\x0e\xef\x1f\x0f\x7f\xd8\xc0\xe8\x27\x4e\xab\x0a\x17\xf4\xea\x6e\x5a\x1e\x88\x3a\x2d\xe1\xa2\x4d\x33\x64\x88\x70\xa1\x6f\xac\xc6\x16\xb8\x9b\x0b\x59\xfc\xa7\x09\x18\x50\x36\xa1\xe4\x8c\xdf\x4d\x6f\x0d\x48\xc1\xdd\x5c\x63\xcb\xae\x31\x4b\xd9\x34\x9d\x70\x23\x5a\x2e\xb2\xa3\x68\x3a\x21\xcc\xcd\x85\x2d\xb6\xc7\x2b\xc7\xad\xe8\x09\xbf\x1f\x27\x7f\xd0\x9c\xac\x61\x24\x9e\xe8\x37\x36\x4e\x43\xfd\xd0\xdd\x13\x7a\x00\xee\xc9\xf8\xd8\x5c\xe8\x9d\x31\x6c\xe3\x79\xba\x61\x5d\xac\x84\x10\xdf\xdd\x55\x16\xdd\x7a\xc2\x6f\xd7\x2c\x79\xd6\x12\x7c\xb7\xb2\xe7\x92\xb3\x31\xa1\x7b\xb6\x6b\x11\xc9\xc2\xd2\xc6\xf8\x48\xfa\x37\xdd\xd8\x64\xb7\x23\x3f\xde\xff\xfe\xd7\xb4\x27\xbe\xb5\xc2\x96\x89\xbf\x07\xce\x2a\xdc\x6e\xf7\x3f\x23\x6c\xfa\x1a\x66\x94\x76\xf9\x86\xbe\x36\x70\x4f\xf7\x20\x20\x97\xf4\x6e\x18\x1c\xae\xf9\x61\x40\x38\x18\x91\x5b\x57\x38\x99\xb2\x7b\x98\x4a\x5b\x72\x9b\xb9\xd0\xb9\xc9\x6e\xbc\xdf\x4e\x4d\xa0\xee\x61\xdc\x3a\x89\xca\xd0\xb8\x72\xfc\x4d\x17\x7f\xfc\x63\xd3\x2c\xe6\x9e\xce\x01\x3e\xe4\x36\xf6\x91\xaf\x89\x7b\xe6\x1c\x18\x69\x3a\x07\xe0\x99\xce\xa1\x5a\x2b\x2d\x9d\x01\xe1\xc7\x33\x36\x8d\x64\xee\xcc\xb6\xee\x72\x4e\x4d\x7b\x9b\xed\xf5\x10\xaa\xfe\x83\x87\xd0\xb4\x2f\x25\xbb\x52\x9c\x99\x73\x63\xa5\xa7\x5b\x20\xd2\xdf\x82\xcf\x1f\xb7\xe0\xc3\x5e\xdd\x37\xde\x4e\x12\xe2\x1f\xdf\xd8\x34\xa3\xbf\x6f\x9d\x9d\x9a\xad\x85\x5e\xcc\xbe\x85\xbe\xd9\x17\xe7\x47\x23\x82\xdb\xc8\x90\xbe\x5c\x6e\xed\xc2\x35\x92\xb9\x6f\xcc\x6d\x84\xfe\xd6\xaf\xc8\x75\x31\xa4\x92\xca\xc9\x1b\x1e\xb0\xe9\x2f\x7e\x3f\x84\x67\x13\xfa\x47\x1b\x79\x31\xe8\xf1\x38\x48\x59\x48\x22\x6a\x78\x93\xfb\xd1\x27\x64\xd8\x97\x41\xff\x86\x7d\x3d\xd4\xb2\xb9\xc3\xc3\x2c\xde\x9a\x87\xfb\xe0\xbd\x89\xd3\x68\xf0\x96\x7b\x39\x3a\x4b\xb4\x8c\x5c\x05\xa7\x76\x2f\x63\x69\xc1\xfc\xde\x44\x4d\xba\xe4\x78\xef\x25\xc3\xef\xf0\xb8\xcc\x35\x59\xac\x7b\x99\xf3\xe4\xf0\xc3\x20\x80\x62\xc2\xd2\xaf\x49\xf8\x97\x16\xdb\x2e\xec\x32\xcf\x89\x07\x68\xeb\xcb\xe4\x66\xc0\xef\x5d\xfa\x0e\xde\x3f\x7e\xaf\xc9\xd6\xdc\xaa\x3a\x55\x60\xdd\xc6\x4c\x92\x15\xba\xb7\x8e\x55\xe2\xfc\x36\xd1\x9f\x1d\x13\x37\x52\xea\xb7\x13\x16\xd6\x42\x9b\x28\x78\xaf\x3b\x6d\xa2\x44\x44\x8d\xc7\x75\x69\xbc\x5f\xe1\x72\x61\x5f\xbd\xbf\xe0\xb6\xef\x97\x98\x89\x70\x68\xf7\xab\x8f\x97\x8b\xf9\xcf\x5c\xca\x5a\xb7\x1f\xc0\x65\x64\x46\x3d\x4b\x6f\xec\xa5\xc8\xde\xdd\x6f\xa3\x34\x6a\x3b\x7a\x6b\x2f\xae\xc0\xff\xfe\xf4\xe4\xe2\x59\x7b\x7f\x72\xb5\x92\x5c\x58\xbc\x92\xeb\x9f\x01\x19\x79\xa7\xdf\x04\x64\xd4\x21\xe7\xfe\x71\x78\x29\x50\xb8\x61\xf0\x8a\xd7\xf0\x03\xeb\x56\x0e\x08\xeb\x83\x90\xad\xf8\x82\x7f\xe0\xd7\x8a\x37\xce\xf3\xe3\xd7\x9a\x8a\x94\xe7\x68\xee\xb8\x4d\xf0\xb2\x62\xf1\x1f\x78\xaf\xf4\x02\x79\x0e\x73\x4e\xb1\xe1\xcf\x69\x44\x47\x5a\x60\xb6\x5d\x44\x8b\xe7\xc7\x2b\xe5\xa1\x78\x60\x95\x8a\x5c\xe8\x03\x47\x54\x64\xc8\x9e\x33\x8f\xbe\xff\xe0\x89\xa5\x60\xef\x51\x3d\xc8\x18\x18\x40\x41\x47\x1f\x6c\x9e\xf4\xe0\x78\x7e\x9c\x4e\x57\xc8\xf6\x90\x55\x4c\x9d\xc4\x63\x58\xa4\xf9\xa7\xe4\xef\x41\x29\x58\x0f\x87\x43\x67\x05\xdd\x78\x50\x04\x56\x3b\x2e\xea\x63\x2c\xa3\x37\x80\xce\x3c\x28\x08\x2b\xb4\xf4\x31\x4a\xd2\xc8\x4a\x08\x75\x84\xb6\x28\xe4\xb5\x81\x82\x66\x26\x5a\x10\x33\xc2\x4b\x3c\x64\x36\xd7\x97\xe4\x29\x8a\x19\x2d\x2b\xf9\xb0\x0e\x02\x5f\xdb\x2a\xf7\x02\x43\x1f\xe5\x5e\x2e\x3e\x1e\xf8\xea\x1c\x1f\x45\x5d\x70\xb6\x0f\xb1\xa9\x55\xfd\x3d\xe4\x32\xd7\x16\xec\xa9\xc8\x37\x20\x21\x4f\x25\xb9\xd1\xb4\x4f\x9e\x77\xcd\x7e\xf0\x59\x6f\xd6\xf1\x79\x67\x5b\xde\x9e\xee\x6d\x85\x59\x15\x86\x86\xab\xb0\x30\x34\x5f\x3b\x70\x3f\x4f\x33\xde\x1f\xc4\xf7\x49\xb6\xa6\xda\x24\xd9\x1a\xdb\x24\xf3\xc5\x80\xcd\xdc\x09\x97\x1d\xc0\xca\xb8\x02\x2d\x93\xff\xfa\xb1\xb8\x14\x6c\x6e\x28\x45\xd7\xfe\xc7\xbc\x34\x83\x28\x3d\x3d\x69\x0f\x7f\x90\xb8\xcc\xa7\xe6\x83\x81\x76\xf1\x67\x92\xc1\x5b\xe4\xd1\x09\x10\xf0\x2d\xca\x9f\x1e\x53\x79\xb8\x4a\x5d\xd4\x61\x85\x61\x3a\xa2\xbb\x04\x81\xe4\x87\x43\xff\x98\xc8\x5c\x13\x99\x47\xa7\xb0\x84\x3a\x64\x2c\xad\x25\xf9\xb7\x8c\x0a\x96\x91\x61\x4b\xc2\x3b\xfe\x41\xd0\xe4\xc8\x64\x15\x53\x13\xf3\x68\x07\x05\x51\x79\xc8\x5b\xaa\x52\xe0\x19\x72\x3e\x22\x0f\xe9\xc6\xd4\x64\x3e\x43\x1e\x18\x18\xb0\x89\x52\x45\xf7\xe0\x2f\x66\xc4\x83\x87\x54\x1e\xf5\xf0\xf7\x89\xce\xd9\xb6\x37\x65\x06\xc6\x41\xec\xc8\xf2\x47\x99\x53\x94\x2a\x40\xfa\x21\x5e\x91\xc6\xcf\xcf\x44\x26\x0d\x23\xfb\x60\x20\xad\x75\xf5\x33\x91\x75\x67\x19\xad\x4c\xd6\xe7\xe0\x88\x3b\x53\x21\x1b\x30\x1b\xdc\x59\x0f\x90\x47\x7f\x79\xdd\x4a\x1e\x23\x3d\x8b\xce\xb7\x4f\x20\x87\xbb\xf3\xcd\xe6\x3f\x32\x9b\x52\x28\xd3\x87\xe7\x5e\xdd\x32\x7e\x76\x0c\xea\x40\x52\x9f\x27\x51\x87\xe6\xbf\xcb\xbd\xe9\x9e\xf6\x60\xd9\x24\xa5\x7e\xb8\xce\x8d\x66\xf1\x10\x30\x51\x45\xf0\xf3\x04\x4b\x46\xa7\x0f\xce\x06\xe2\xc2\xb3\x98\xaa\x65\x94\x24\x4e\xe2\xc1\xe5\x0d\x29\xfb\x43\xa0\xa1\x8e\xfc\xf1\xc9\x40\x43\xa2\xff\x72\x0e\xed\x4f\x77\xb0\x27\x8d\x97\x9d\xc8\x92\xb3\x10\xad\xb9\xcd\x8b\x7c\xc2\xb3\x54\xef\x53\x5c\x4c\xca\x32\x66\xa1\x56\xe7\xc2\x74\xae\xe4\x13\x33\x82\xf9\x83\xc1\x92\x31\x20\x9e\x8d\xbc\x58\xca\xbc\x35\x43\xa0\xe8\x72\x58\x3d\x6d\x8e\x29\x4b\xb0\xad\x73\xb3\xf6\x76\x0f\x30\x6c\x09\x97\x79\x46\xe0\x7b\xb6\x68\xcf\x32\x91\x4d\x5c\xb5\xeb\xa3\xb8\x27\x61\x78\x7f\xc7\xd9\x30\xf9\xcf\x5b\x40\x63\x2b\x49\xac\x01\xe2\xed\x94\x19\xec\x77\xab\x87\x96\xa4\xcf\x2b\xda\x03\xd0\xab\xf5\x83\xe7\xf3\x45\x13\x28\x32\x11\xe8\x47\x26\xfc\xf9\x10\x6b\x4b\xf4\x95\xb9\x28\xbe\x7f\x48\x24\xde\xbb\x0d\x10\x7e\xb9\x2a\x29\x58\x61\x72\x4b\xc1\x8a\xd6\xc5\xeb\x48\x5a\x19\x7c\x88\xe3\x70\x8d\xeb\xd0\xc6\x17\x94\x5b\x26\x07\x35\xe1\xc6\x42\xb4\xe2\xf5\xbc\x0e\xe9\x26\x44\x7b\x1d\x83\xd5\xb4\x2f\x1f\x17\xdd\x5a\xba\xd6\x4d\xff\x91\x53\x6a\x7e\xe0\x0f\xad\x51\xd9\xfa\x5d\xef\x86\x89\x5b\xa8\xb4\x20\xa1\x0b\x8d\x16\xe7\x66\xe9\x9d\x05\xc3\xb3\x08\xad\x2c\x62\x2e\x62\x19\x1a\xe2\x78\x9d\x08\x0f\x2d\x62\x0e\x0c\xaa\xad\x53\xd9\x82\xdd\x10\x72\x53\x91\xc7\xc2\x69\x4b\x35\xe3\xc2\x4f\xcb\x6d\x5f\x97\xa6\x4a\x8c\x75\xd5\x5f\x99\xdd\x5d\xd8\x05\x19\x11\x73\x5d\x9d\x3a\x2c\x2b\x0a\x2f\xad\x24\x16\xe9\xc6\x83\xdb\x60\x5d\x9e\x38\xfa\x29\x6e\x22\xc0\x99\x9f\xcb\x6b\x76\x15\xcd\x47\x61\xc5\x56\x51\x2c\x4a\xaf\x5e\xf6\x27\xc5\x74\xf2\xb6\x41\x67\xc6\xd6\xd1\x18\xc8\xa1\x8b\xd9\x34\x29\xc2\x45\x2b\x9b\x5b\x25\x89\xba\x63\x3f\xbf\xd6\xe0\xc6\x32\x47\x85\xba\xb0\x55\x0c\xdd\x45\x91\xec\xf3\x50\x84\x55\xcd\x13\x42\x11\x4d\x2f\x2b\x41\x82\x8a\x9c\x00\x9e\xe0\x46\xc6\x59\x95\xe0\xc3\x9c\xdf\x85\xbc\x22\xd3\x9f\xad\x8a\x19\x76\x36\xd6\xae\x1a\x40\x91\x50\xe4\xd2\x35\x02\x1d\x3b\x49\x52\x75\x99\x91\x65\x71\x5b\x1f\x6e\x13\xf7\xb3\x74\x7f\xb5\xa1\x13\xa0\x1f\x48\xf0\x0e\x1b\xdc\xae\x0a\x13\xe6\xe2\x3e\xdc\x70\x43\x2f\xbb\x10\xc4\xe4\x71\xa5\xbd\xc2\xaf\x3f\x79\xb7\x85\xde\x4a\x4b\x87\x45\xcc\x65\x63\x41\x2c\x62\x2e\x93\x0f\xb5\xaf\x8e\x11\x38\x2f\xd1\x85\x64\x41\x7d\xe4\xea\x18\x69\x8b\xb4\x5c\xea\xba\xf1\xac\x8e\x41\x38\x0c\xc7\xea\x18\x69\x7b\xbc\x30\x94\x4e\x33\xe1\xf5\xbb\xed\x33\xec\xe2\x32\x99\xb9\x98\x44\x8c\x66\x33\x4b\x2d\xb4\x50\xaa\x1a\x17\x29\x47\x8d\x72\xbe\x42\x87\x6d\xdb\xfa\x04\x74\x04\x98\x03\xc9\xc7\x22\xe7\xa8\x49\x2b\x16\xce\xe3\x19\x1f\x74\x85\xa0\x3a\x02\xa0\x4a\x30\x22\x63\x49\x50\xf6\x9d\x63\x9d\xcf\x28\x1e\x7c\xc8\x1e\x38\x67\xd8\x03\x6f\xda\x85\xf8\xc2\x98\x98\x0b\xee\x40\x55\xeb\x82\x3b\x30\x69\xd6\x42\x78\x21\x05\x5c\xc6\x61\x76\xdf\x88\xc3\x6c\xa0\x8e\xf5\xe3\x0e\xba\xac\xee\x1a\xae\xa3\xfd\x40\x67\xa4\x79\xc8\x30\xd4\x65\x2e\x2c\xa6\x75\x5e\x59\xc3\x25\x65\x89\xa6\x4b\xca\xc4\xa6\xcb\xc8\x7e\xcc\x02\x81\xa0\x7f\xdd\xcd\xc5\xc8\xe9\xde\x5b\x47\xd8\xfc\x9d\xfd\xf6\x10\x4d\x8d\xfe\x81\x61\x62\x94\x9f\x65\x08\xa2\xb8\x32\x71\x00\x70\x8e\x13\x62\xe4\x16\x23\x81\x48\x61\xec\x82\xfd\x68\x86\x29\x5c\xb7\x97\x84\xd3\x37\x3c\x33\x57\xd2\x32\x3c\xb3\x74\x87\xf0\xcc\x9a\xb5\xac\x9b\x87\xba\x58\x74\xcb\xb9\x39\x1f\xe2\x33\xcb\x02\xac\xcc\x52\x4a\xa7\xea\x93\xf4\xe2\x5a\x8f\x46\x9f\x56\xc2\x4a\xdc\x05\x83\xdf\xd0\x7c\x61\x61\x3d\x6d\x44\xb2\x85\xf5\xb4\xaa\xff\xa5\x29\xd0\xb0\x2d\x1b\xc5\x53\x6c\xe1\x42\xa5\xd1\xc7\xd2\xfb\x5c\x32\xa5\xcf\x94\xa7\x79\x09\x9c\x65\x80\x83\xd1\x5d\x18\x52\x6b\xe4\xb2\x30\xa4\xd6\x48\x67\x61\x48\xad\xd1\xca\xd2\x84\x08\xd6\x6d\x61\x48\xed\xdb\x6e\x2d\xe0\x74\xb1\xe1\x4b\x92\x6c\xc2\x96\x68\xa8\xb2\x56\x1a\x97\x32\xf9\x25\x70\x4c\x06\x0b\x6b\x79\xc3\x85\xaf\x95\x89\x3e\xfb\x22\x3e\xb3\x12\xa9\x05\x97\x62\xdc\xb5\x45\x7c\xe6\xa4\xf7\x24\x36\xd5\xd0\x62\x61\x62\xad\xb9\xcf\x22\xc9\xa9\x46\x17\x4b\x3d\x13\xe2\xe0\xa5\xb9\xb5\x17\x19\xec\x8b\xe6\x44\x6b\x4f\xea\x5b\x07\x33\x5f\x57\xcb\x10\xce\xd3\xfe\xc5\x03\xeb\x8b\x52\x7f\x7a\x7e\x2d\xf9\x1c\xf1\x73\xeb\xba\xe6\x4d\xf8\x1a\x8e\x84\x3f\x5e\x25\x4e\x40\xfb\x8a\x93\x40\x68\xda\xb0\x6e\x59\x4b\x03\xdb\x8a\x17\xac\xab\xb9\xc0\xba\xfd\x30\x0b\x0f\x9b\x99\xc0\xae\xfc\xe3\xe1\xb4\xd9\xd1\xa2\x6c\x25\xa7\xc1\x92\xbd\x72\x64\xd6\x17\x61\x58\xee\x1f\x8f\x74\xe9\x4a\xb3\x3e\x11\x86\x3a\x9f\x4b\x0f\xd0\x9f\xc8\xcc\x92\x61\x7f\xad\x3a\x78\x7d\x02\x04\x82\x69\x18\xad\xaf\xd3\x36\xd8\x33\x6b\xb9\x7f\xdc\x52\x78\xf1\x6c\x83\x3d\x1f\xa0\xd2\xfe\x31\x4b\xe1\xab\x64\xe3\xf6\xae\xc1\xe2\x3e\xcc\xf9\x10\xfe\xa1\x88\x85\xd3\xb6\x8f\xa0\x45\xa7\x3c\x28\x4f\xca\xbf\x77\x98\xd2\x92\x8d\xaf\x98\xd6\x9f\xfb\xc8\x5c\xe1\x94\x17\x70\x0b\x06\xcf\xc1\x53\xf0\x70\xab\xb9\xec\xf3\xa3\x4f\xc6\x22\x04\xb4\xb2\x99\x8d\xe3\xbb\x4f\xcc\x8d\xe3\xbb\x16\x88\x1b\x0b\x6c\x45\x69\x1b\xa1\x89\xea\x8a\x7d\x0a\x1b\xf0\x90\x5b\x55\xfb\xcd\x7d\x8a\x7a\xc0\x03\x6f\xa5\x8e\x76\xeb\x03\x3f\x2d\x03\x4f\x8e\x8b\x3d\x3f\x07\x78\x23\x60\xf1\x36\xde\xd7\x05\x6c\xcc\x05\x4f\xf7\x76\x70\x9f\xec\xcb\x97\x0d\x93\xbf\x72\xe5\x6c\x0d\x74\x60\xc2\x56\xf8\x02\xa9\xd9\xaa\x92\x2e\x1b\x13\xef\x25\x47\x00\xba\xcb\xf2\x62\x64\xa0\x23\x89\xaa\x46\xa0\xfb\x72\xe5\x2c\xc3\x85\x72\x68\x77\x91\x04\x31\x56\xd1\x76\xd1\xb2\xcf\x0f\x56\x51\x77\xf8\xe9\xef\xec\x3d\x24\x68\xc3\xaf\x69\xa2\xbd\x8b\xa9\x19\x81\xa1\xb8\xf3\xc0\x4c\x50\x1e\xf5\xf9\xbb\x08\x3f\x2b\xa1\x9b\x3c\xe4\x68\x9b\x25\xfe\xb4\x8c\x2d\xff\x70\x5c\x57\x94\x3e\xab\x2b\xca\x58\xa8\x9e\xe4\x7b\x36\xa9\x58\x65\x70\x76\xd5\xf6\x9f\x8b\x69\x2b\xe2\xf0\x31\xbf\x89\x00\x5d\x1d\x99\xa8\x39\xa6\xe5\xdc\x78\xa9\x7b\x9b\x6e\x38\xa8\x4c\xca\xbb\xcd\xd9\xa5\x6d\xc3\xfe\x31\x4e\x61\x3e\xac\xdd\x5c\x3b\xe0\xe8\x07\x65\xd6\x05\xd7\xf4\x2a\x86\x20\xf9\x30\x8d\xd5\x26\xbf\x69\xc9\x3a\x30\xd3\x10\xce\x4d\x7e\x53\x13\x54\xed\x0e\x74\xdc\xe3\x9b\x48\xd2\xb2\x3a\x9b\x94\xed\xe5\xfc\xd3\x87\x7f\x93\xc3\xbd\xe4\x80\x1c\x17\x17\xfc\xc7\x5c\x5d\x32\x1a\x1b\xe3\x6d\x93\x77\xed\x10\x70\xcb\x70\xe9\x52\xc5\xad\x89\x8f\xbe\xba\x3b\x78\x13\xb8\xbd\x98\x72\x2b\xd5\xdd\xc1\x41\x72\x1a\xc4\x9c\x36\x8f\xe8\x0e\x5c\x19\x44\x81\x70\x1a\x76\x7a\x53\xdf\xd1\x1e\xfa\xb1\xed\x02\x0a\x16\x1f\xb3\x6e\xa5\x9b\x1b\xb3\x6e\x5d\x6c\x77\x08\x35\xbf\x63\xd6\xad\x98\x78\xa7\x14\x86\x0b\x69\x13\x7e\xba\x66\x99\xa7\x29\xec\xe1\x1e\x3c\x2d\x3c\x6c\xc3\x7d\x60\xbd\x49\xb4\x6a\xba\xb2\x3d\x9c\x80\xf5\x9d\x00\x00\x29\x9d\x71\x19\x95\xce\x64\x7d\x27\x60\x3f\x2e\xbb\xc0\xb9\xec\xf6\x43\x2c\x03\x29\x90\x1a\x24\x1f\x7a\x7b\x3a\x03\x56\x05\x71\x8e\x89\xe0\xf6\xf4\x6d\xed\xef\xbc\xca\x44\x55\x2c\xba\x65\xc0\xf6\x64\x02\xae\x22\xcc\x58\x06\x9c\xd8\x53\x4c\xb2\x92\x98\x04\x44\x33\x23\x42\x01\x52\xba\xa0\x79\xe6\x6f\x45\xd1\xee\x3f\x91\x9f\x7d\xeb\x6e\x52\xc0\x27\xc9\xbe\x11\x43\x49\xb6\x7e\xdc\xd5\xa5\xd7\xf6\xc6\xb6\x5a\x9f\xf1\xfd\xe4\x2e\xf8\x71\xf1\x07\x0d\x7e\x0c\xd5\x48\x2a\x84\x41\x75\xd2\x42\x0c\xaa\x55\x0d\xef\x1f\x43\x95\xe6\x5a\x9b\x8c\xaa\x6a\xaf\xb7\xa1\xa2\xf5\x15\xd9\x0f\x6f\x4e\x8f\xcf\x03\x74\x6e\xa7\x29\x55\xbd\xb3\x90\xf2\xf8\x4e\xde\x84\x93\x56\x41\xb6\x1f\x20\x75\x61\x7e\x9c\xd6\x48\xf2\x41\x34\xe9\x9c\x3d\x46\xd9\x0a\x0b\x37\xd1\x7b\xd4\x7c\x6e\xd2\xa8\x2a\x13\xdd\xa4\x51\xcd\x33\x81\x4d\xf6\x91\x75\x26\xfd\xd8\x27\x70\x8a\x0a\xa4\x51\xd5\x95\x7d\xff\x98\xab\xcb\xe0\x8b\x1b\xa1\xcf\x21\x5e\x2f\x04\x7b\xe2\x3e\x26\xd9\x89\xca\x3f\x7e\xea\xd2\x6f\x7e\x6f\x16\xd4\xb3\x85\x49\x76\x6e\x1f\x26\xd9\x2a\x12\x36\x01\xa4\x0f\xe7\x88\x49\xb6\x66\xe8\x9b\x00\xd2\x87\x68\x4a\xd6\x55\x95\xe8\x7b\xe3\x13\x2e\xb9\x24\xeb\xaa\xda\xe5\xbd\x59\x5b\xd1\x77\xbb\xdb\xf6\x09\x9c\x62\x26\x71\xa2\x55\xf9\xee\x17\x38\xbd\x34\x49\xae\x9a\x97\xef\x0b\x9c\x9e\xd1\x97\xb5\x95\x00\x13\x26\x5a\x79\xf3\x26\x95\xea\xf8\x3b\xff\xea\x7e\x05\x9c\x45\xc5\xa6\x3b\xb9\x86\x57\xc0\x59\xbc\x97\xc5\xce\x8e\x59\x6c\x91\xe5\x15\x29\x04\x9c\x09\x49\x53\x5f\x09\x0a\xe5\xcf\x85\x67\x91\x3e\x26\xe4\x02\x7c\x22\x08\xe3\x92\xa5\xc3\xf8\x97\x1b\xfb\xee\x23\xdb\x8a\x2c\x96\x59\x78\xb1\xf7\x03\x59\xdc\x1c\x1c\xf0\xb5\xaa\xd8\x1f\x30\x8b\x80\x9f\x08\x62\x7d\x54\x14\x9e\x20\x6c\xba\xf3\x34\x99\x99\x43\x39\xc4\x7b\xb8\xf2\x9d\x72\x3a\x10\xfb\xc7\x6f\xb9\x15\x41\xbd\x87\xbc\x05\x38\xf2\x1e\x80\x77\xd8\x42\x25\x3c\x88\xf7\x1e\xf9\x38\xa2\xc9\xe9\x3b\xb9\xfa\x31\xfc\xa0\xda\x89\x39\x3a\xb4\xe3\x3d\x01\x1d\x1c\x78\x49\x71\xea\x2b\xfb\x3d\x01\x1d\xc1\xd8\xab\xe3\x7d\xb7\x2d\x1a\x15\x70\xe0\xbd\x30\xef\x87\xe9\x7a\xaf\x93\x32\x83\xfd\x98\xa2\xd1\xc3\x3a\x98\xfa\x73\x27\xbc\x3f\x06\xa9\xf8\x8c\x7d\x2f\xcc\xd2\x21\xe5\xef\x85\x60\xdb\xb1\x2e\x04\xdb\x61\x7d\x4c\xe8\x11\x7a\xbd\x97\xda\xf1\x1c\x58\x27\x89\x6c\x81\x4e\x08\xba\xfb\x2a\xad\x6a\x96\x81\x9a\x07\xfa\x8b\x7b\xbe\xf2\xe1\xf7\x52\x2c\x49\xaf\x4a\xb4\xe0\x6f\xdf\x82\xe9\x39\xd2\xb9\xb7\x60\x7a\xee\x6a\x15\xb6\x01\x15\xc8\x5b\x9c\x81\x75\x14\xbb\xb3\x23\xea\xab\xc2\xfa\xe8\xab\x9a\xbf\x03\x9b\xf0\xa8\x97\x42\x6a\xf5\xaa\x97\x72\x25\x90\x4e\x69\x42\xf0\x22\x9e\xd2\xb6\xe0\xad\xac\x9c\xdb\x4f\xfe\x54\x6d\xb6\xdf\x8a\x4a\xc0\x5d\xaa\x8c\x0b\xd5\x7c\xb1\xc6\xbe\xb2\xec\xb8\xc0\x59\x5d\x07\xeb\x0b\x83\xbf\x13\x23\x50\x83\xd5\xb7\xe9\x65\xe0\x2a\x36\xa1\xf0\x0f\xf6\x12\x16\xf5\x6d\xac\x04\x2f\xe9\x17\xdb\x6c\xc5\x13\x6f\x03\x22\xde\x7d\x6f\x73\x2f\x99\x41\x4b\xb1\xb5\x0d\x58\xae\x1c\x60\xea\x2f\xe4\x1f\xb8\x11\xc0\x14\xbe\x4d\x0c\x74\x64\x30\xb0\x5b\x07\x59\x7f\x13\x0a\xf7\xd2\x32\x7b\xe9\xba\x77\xd6\xd1\x35\xea\xee\x25\x7b\xd6\x99\x81\x7d\x76\xd7\x94\xb5\x20\x2c\x62\x0f\x7f\x67\x06\x61\x7d\x9c\x24\x60\x82\xdf\x8e\x13\x8a\x48\xd7\xc5\xc6\x3f\x29\xdb\xdb\x39\x5e\xbc\xd1\xde\xce\x46\x64\x99\xc5\x77\x12\x44\x16\xd2\x6c\xfb\x0d\x81\x65\x65\xd0\x82\x5d\x59\x16\xf1\x00\x24\xbc\x67\xfd\xdd\xec\x7b\x87\x7f\x78\x5e\xfc\x03\x08\x91\x44\xbc\x44\x13\xea\xbc\xd1\xdf\x48\x7e\x97\x0f\x35\x56\xde\xb4\xef\xa0\x85\x27\x78\x48\x15\x2c\x3f\x8a\x25\x81\x0f\xab\x6a\xf9\xe8\x17\xab\x6a\x99\xce\x77\x60\x56\xce\x35\xfd\x4e\x95\x2e\x80\x41\x80\x43\xb9\xab\xd7\xa0\x3e\x82\x87\x81\xb4\xdc\xf2\x6b\x50\x1f\x51\x09\xfb\x68\x19\xdc\x77\x1a\xf8\x95\x47\xda\xab\x02\x6b\x5a\x89\x78\x93\xe2\xd8\x44\x4f\xe0\xa2\x62\x2c\xad\x0c\xfb\x9d\x02\x44\x19\x5b\x69\x9d\x3e\x5f\x6c\xa5\x65\xbb\xdf\x1b\x35\xa3\xb3\xbc\x31\x30\x87\x57\x78\x31\x95\x96\x1f\x7e\x6f\xac\xdc\xa5\x0a\x84\x8d\x96\x6d\x7c\x6f\xb4\xc0\xc3\x32\x2e\x05\x62\xc9\x8d\x3d\xbe\xeb\x7e\x03\x4f\x71\x5c\xb5\x52\xf4\x89\xe9\xb3\xb1\x34\x5e\x4c\x9f\x55\x08\xbe\x0f\x8b\x25\xf5\xc7\xf2\x59\x56\xf4\x7d\xb0\x38\x1f\xb6\x4d\x35\x39\x03\x93\xb7\x3e\x89\xe2\xc3\x8a\x72\x6f\xbe\x29\xb6\x12\x3a\xec\xa0\x55\x3f\xbe\x0f\x90\x4a\x51\x1f\xed\x72\x24\xbb\x28\xd3\x12\xe9\x31\x8a\xd6\x92\xe7\xc5\x28\x5a\x56\xff\xc5\x28\x5a\x2e\xf8\x5d\x38\x91\x70\x5b\xbe\xcb\x29\x58\x76\x49\x2d\x33\x85\xd3\xb2\x53\x00\xba\xe5\x92\x32\x7d\xec\xa3\x55\xee\xbd\x8b\x25\xf5\x00\x2f\x14\xeb\x70\xd6\x2f\x76\xd3\xaa\x2c\x5e\xec\xa6\xe5\xee\x5f\x3d\xe2\x50\x11\xbd\xd8\x4d\x9f\x09\x1b\xf0\x9f\xfe\xae\xea\xc8\x32\xf0\x73\x63\xbf\x9b\x2d\x80\x6b\x78\xc9\x68\x9f\x87\x7f\xb3\x05\x5e\xa7\xa9\x8c\xb3\x2c\xfc\xc0\xfc\x63\xc5\x6a\xcb\x3a\x18\x06\x78\x36\x7e\xec\xd7\x94\xa1\x7f\x31\xb4\xe9\x86\x8b\x7a\x0d\x1e\x70\x48\xa6\xb7\x22\x39\x51\x7f\x2f\x40\xb2\x16\xda\x0b\xd3\xfa\xbc\xc6\x09\x38\xbc\x2b\xc9\x98\xe1\xb3\xfc\x7d\x9d\x28\xbb\xf9\x22\xf2\xf7\x1c\xbc\x4c\x54\x1c\xf9\xb1\x3e\x55\xcb\xc0\x97\x4c\x1a\xba\xc7\xbc\x3f\x76\xa7\x6a\x15\xfa\xfe\x58\x9c\xaa\xca\xff\xfd\xb0\xa6\xf7\x1c\x7c\xe8\x9c\xe6\x9f\x76\x70\xef\x8f\xff\x49\x3f\x83\xf7\x1b\x74\x60\x19\x33\x72\x51\x4f\x8d\x9e\x36\x0e\xef\xa7\xfa\x1d\x68\x35\xa2\x56\xfc\xf4\x7e\x6a\x2e\x04\xeb\x05\x2c\xd6\xf9\x73\x1a\xbf\xf2\x97\x9a\x3e\x36\xe3\xc3\x84\x5a\x2b\xcc\x0f\x13\x6a\x23\x48\x7d\x07\xde\x02\x59\xa7\x4a\xe7\x6c\xcd\x04\xa7\x0d\x3a\x0d\x2a\x65\xfc\x1d\xa6\x75\x86\x20\x59\x89\x49\x84\x7f\x60\xcb\x01\xea\x7e\x86\x39\x92\x9d\xff\xd2\x42\xfa\xf4\x9f\x6d\xf3\xc2\x07\x9b\x31\x2d\x33\x0b\x88\xd2\x47\x56\x0f\x75\xae\x1f\xc6\xd2\x1a\xe2\x7d\xa7\x9b\x41\x47\x3f\x56\xad\x6a\x48\xfa\x9d\x3a\x86\xb1\x4c\x1f\xa2\xac\xe1\xf6\x7d\xe4\xfb\x50\x23\xfc\x9d\x38\x34\x4c\x5b\xbc\x82\x01\x80\xe8\x00\x0f\xe5\x33\xdf\x8f\x41\xab\x6a\x34\xbf\x4b\xbd\x0f\x28\xfc\x5d\xae\x20\x83\x63\x03\xad\x45\xf0\x67\xb0\x46\x13\x73\x7f\x97\x28\x62\x6b\x8d\x01\xaa\xdd\xb2\x84\x61\x4f\x93\x21\x58\x41\x52\xb5\x6a\x9c\xfb\xfd\xb8\xb2\xaa\x71\xe9\x77\x81\xbf\x87\x23\x88\xbf\xb6\x65\xc9\xc2\xc1\x58\x32\x2e\x81\x8f\xbc\x1e\x0a\xf6\xbe\xc2\xbe\x73\x80\xbf\x22\xd4\x00\x54\x5c\x4a\xfa\x2f\x09\x35\xc0\x19\x5c\x69\xfa\x87\xca\x54\x7f\x07\x68\x6e\xa8\x0f\x7b\x6a\x2d\xb0\x3f\x7c\xec\x94\xf8\x7d\x68\x19\x0f\xc5\x85\x5f\x11\x77\xfd\x83\xe5\x1e\x36\x4e\x8f\x60\x5b\x8b\xbb\x96\xb1\x38\xb7\x52\x75\x0a\x80\x5a\x55\x52\xc3\x4d\x7e\x58\x1b\x29\x1a\xfb\x0c\xc8\xa4\x5f\xf6\x57\x5d\x0c\x16\xaf\xaa\xf0\x76\x1b\x5a\x1e\x03\x3f\x30\x5e\x17\x7b\x9b\xfa\x6e\x9b\x37\x6d\x3a\x44\x5f\x92\x7e\xe8\x7b\xf0\xa9\x79\x34\x4a\xce\xd7\x94\xca\x37\xff\xd1\xac\xbd\xdb\x64\x40\xe0\x58\x67\x74\x8f\x87\x51\x7c\xbe\x46\xa8\x3b\x6e\xf9\x2f\x05\x67\x09\x8a\x96\xf7\xdd\x26\x9a\x3f\x67\x5f\x1f\x7d\xb1\x10\x3f\xae\xac\xea\x20\xf1\xa9\x7a\x54\x8b\xfd\x75\xa1\x87\x07\xfe\x7a\x42\xef\x3f\x95\x26\x8c\xde\x49\x1a\xef\xa9\xea\xc2\x1b\xb6\xd0\xdb\x01\x0e\xe2\xeb\x02\xec\x21\xeb\xfa\x0a\x74\x87\xd4\x73\x03\x4e\xf8\x23\x63\x88\x8a\x91\xcf\x74\xf7\x73\xfe\x45\xf3\xbe\xee\x64\x80\x2c\x9c\x0c\x93\x8c\x84\x9f\x31\x0d\x6e\x0d\x37\xf0\x45\xee\xaa\x1f\x9e\x1b\xa8\xe1\x17\x39\x01\x20\x23\x9f\x88\x6e\x28\x1f\xda\xca\x26\xa7\xf3\x91\x50\x44\x67\x9b\xcf\x48\xd7\xaa\x54\x3e\xf3\xe1\x8b\xd9\x91\x8b\xef\xe8\x7a\xa1\x54\x47\x14\x77\xb8\xd6\x3f\x8c\xaf\x13\xd1\x53\xaa\x26\x28\x23\xa1\x67\x5a\x43\x74\x61\xc4\x91\xe8\xc2\x1c\x87\xab\x6f\x0b\x81\x87\x57\xfc\x48\x49\xa2\x19\xfc\x67\x0a\x7d\xc3\x24\x7d\xda\x61\x1b\x3a\xe0\x33\x25\x89\xaa\x94\xcf\x94\x24\x46\x62\xfa\xcc\xa1\x6f\xcc\xa8\x8f\x1c\xfa\x7a\xf7\x7c\x53\x64\x97\x26\xcc\x34\xe8\x00\x7c\x13\xe7\x1b\x53\xf7\x9b\x7a\x9a\xb8\xc6\x53\x90\xa5\x47\x33\x17\xdc\x6a\x41\xcf\x96\xb7\xf7\x92\x4d\x12\x5d\x99\xd9\xf4\x21\xe4\x1d\xf2\xe3\x1b\xab\x51\xc2\x3e\x02\x66\x9b\x38\xfb\xcb\x80\xd9\x62\xe8\x9d\xc6\x25\x7e\xe0\x11\x81\xa4\xe8\xd3\x56\xda\x44\x62\x1f\x5e\x76\xc6\x18\xfb\xc8\xa1\x6f\xd6\xe5\x4f\x4b\x69\xb3\x93\x7d\x77\x1a\x9a\x58\x4b\x5b\x7d\x17\xec\xd6\xd7\x40\xa4\xbe\x75\xe8\xf0\x78\x6b\x7f\x75\xba\x93\xb7\x53\xf1\x54\xdc\x9a\xf1\x7b\x71\x3d\x7a\x1e\x88\x95\x8f\x73\xa1\xfd\xe3\x5c\xa4\x8b\x24\x20\x31\xe4\xf7\x87\xbb\x9d\x11\xed\x3e\x73\xd9\xaa\x30\xf8\x1e\xa7\x62\x59\xf0\x5d\x6e\x83\x4c\xf2\xec\xff\x32\xc8\xa4\x7b\xf7\xe4\x0b\xc2\x0f\xa1\xf7\xac\x64\xc4\x49\x37\x12\x1b\xec\x61\xbc\xc2\xcf\x94\xfa\xa7\xa8\xbb\xd8\x08\x1e\x98\xdf\x12\x78\x2a\x99\xcc\x04\x56\xea\x5b\xc2\x4e\x4f\x4b\x1b\x1f\x51\x62\xe5\x75\x65\x4f\x69\xf7\xc5\x14\xd3\xb4\x4b\x12\x66\x6e\x13\xf3\x89\x7d\x4b\xf0\x45\x83\xe5\xe2\x0b\x97\x21\x2b\x7b\xb6\x11\x7c\x8f\xe4\x4a\x3c\xf2\x23\xc1\x07\x1c\x73\x9a\xc8\x1f\x7d\x5b\x7b\x7a\xa7\xfc\x63\x25\x5b\xde\x8c\x5b\x93\x23\x2b\x4d\xc3\xa8\x31\xa4\xd9\x6d\xf5\x32\xfb\x30\xd4\x4e\xa6\x68\x27\x2c\xd6\xd2\x10\x4f\xac\xc8\x9c\xfc\x22\xc2\x7b\xd2\x84\x8e\x5f\x9d\x14\xc4\xaa\x4c\x6a\x22\xe6\xbf\x95\x5a\xfe\xa1\x65\x7f\xff\x9b\x22\x66\x5a\x7e\xa7\x96\x49\x4e\x9c\x34\x11\x30\x93\x8f\x79\x05\xda\xdf\xb1\x35\xf5\xe2\x7e\x85\x59\xec\x7f\x31\x1e\xf4\xd6\xff\x71\xb0\x2d\x6f\x7a\x32\x9c\x24\x7d\x21\xc3\x49\x32\x53\x5f\x4e\x85\x06\x5f\xae\x2a\xe0\x63\x00\xfe\x8f\x6c\xe2\xf0\x77\x25\x87\x68\x3e\x38\x1d\x47\x3f\x0c\xc0\xcd\x1c\xfa\x99\x91\x3f\xd9\x23\xb3\x9f\xfc\x1b\x86\x84\x27\x92\x0a\x13\x9e\xc0\xe1\xc4\x01\x4b\x7a\x71\xdf\xc7\x71\x64\xf4\xf2\x93\x0f\x0c\x44\x31\x1b\x8a\x23\xed\xcd\x7e\x2b\x14\x07\x4a\xd4\x0b\xfe\x36\x0e\xd3\x9f\xfc\xa8\x53\x1c\x47\x3a\x10\x58\x6b\xf2\x87\x7d\xdd\x82\xef\x07\xee\x0b\xcd\xd6\x06\x3d\x3c\x6c\xae\xb1\x65\xfc\xca\xe7\x49\x99\xc1\x4f\x23\x89\xfe\xee\xcf\x38\x4e\x4d\xf1\x27\x65\xad\x3c\x3a\xdd\x9a\xd4\x84\xe8\xb2\x71\x90\xd4\x04\xf7\xc6\x38\x4e\xdd\x05\x1a\x50\x9d\xba\x0b\x58\xe9\xa1\xcc\xd8\xa7\x46\x70\xdd\x7e\x75\x17\xb0\xc1\x2b\xde\xfa\x41\x46\x96\x93\x95\xbb\x34\x07\xed\x8c\x71\x69\xce\xe3\xfa\x5c\x46\x84\x3c\xfc\x10\xac\x46\xc7\x17\x60\x9d\xcc\xea\x12\xac\xee\x87\xae\x03\x83\x29\x5e\xba\x0e\x74\x56\x08\xb7\xbb\x71\xe4\x87\xb1\xee\x03\x90\x7f\x4c\x65\xeb\x4e\xbe\xe8\x47\x10\xcc\xeb\xc7\x55\xb6\x6e\x8b\xa2\x4f\xc1\x60\x14\xd8\x4a\x23\xca\xc4\x51\x4c\x0f\x13\x0c\x59\xcc\x08\x13\xcc\xcc\xcc\x24\x04\xa1\x89\xc3\xd4\x24\x44\xad\x89\xa3\x24\x98\x8e\xf9\xf8\x61\x9b\x65\x1b\xab\xbd\x00\xc0\xca\x14\x41\x1e\x7c\x54\x7d\x1f\x06\xf0\x57\x61\x1e\xc0\xac\xed\x5a\xb8\xcc\x84\x9c\x2a\x87\x1b\x60\x9c\xf0\x99\x1d\x90\x87\x46\x6c\x23\x14\xf8\x18\xb6\x87\xa7\x1c\xe4\x9e\x89\xa3\x69\xd7\x0d\x2c\xcd\x6c\x33\x93\x39\x37\xf9\xea\x0e\xc8\x3f\x06\xb1\x71\x19\xc6\xd1\xd2\x0a\xd6\xbe\x32\xd4\xad\x4d\xb0\x4d\xac\xc2\xd2\xcc\x16\xd3\x80\xe5\xc7\x21\x36\x74\xc5\x71\x10\xb0\xb3\xa0\x71\x8c\x03\x1b\xf3\x52\x45\x7d\x58\xc4\x82\x16\x2d\x0e\x58\xc4\x92\x78\xf9\x63\x11\xdb\x14\xc5\x7f\x1c\xa2\x09\x66\xe2\xc0\xd0\xbc\x34\x21\xc6\x41\xae\x34\x77\x3c\xe3\x2a\x78\x72\xbb\x79\x24\xa6\x1f\xe8\xf9\x00\x05\x06\x31\x7a\x0e\xa8\xc6\xdf\x05\xeb\xba\xde\xf7\xbf\x92\xf2\xc7\x61\x92\xb9\x13\x70\xb0\x66\xcb\x1e\x08\xfb\x49\xbc\xb0\x38\xb0\x5a\xab\x18\x60\xc7\xa1\xd5\x5a\x56\x0a\x75\x01\xc0\x1f\x1a\x5f\xb1\xae\x9a\xb0\x61\xdb\x1a\x07\x41\x3f\x71\x88\x8a\x03\x76\xaf\x4f\xd1\x2a\x12\x4a\x6a\xc9\xe2\x25\x5e\x63\xbe\xde\xdd\x23\x42\x7a\xe6\x24\x31\x50\x43\xe6\x17\x07\x21\x3d\x71\x2c\x8b\x83\x90\x9e\xc8\x92\xe3\x30\xc3\x49\x95\xb4\xc9\xd3\x49\x4f\x4c\xd6\xdb\xc4\xa2\x61\xda\x4c\x2b\x09\xc7\x64\x08\x02\x76\xe2\x08\x17\xc7\xd4\x16\x8b\xc5\xd6\x16\xcd\x85\x37\x60\xa7\x8b\x03\x07\x87\xda\x22\x8e\x29\x18\x2c\x07\x01\x3b\xbb\xb3\x9e\x26\x99\x05\x6c\x6c\xd1\xba\xe8\x43\x52\xdd\x43\xb2\x44\x60\xce\x71\x39\xc0\x8d\xb5\x8b\x98\x08\xc3\x56\x43\xba\x8d\xba\x94\xa8\x08\x71\xa8\x2d\x6d\xce\x1a\x8b\xf7\x81\x7c\x23\x8e\x5b\xb3\x54\x4f\x32\xb1\xab\xd0\x3c\xc6\x71\x6b\x90\x61\x25\x4c\x59\x8a\xbf\x13\x6b\xdf\x03\x02\x53\x36\xdd\x6c\x78\xb2\xe9\xf1\x7a\x34\x65\x61\xf5\x1e\xe1\x03\x0c\x6c\xd4\x30\x48\x88\xe3\xc1\xc0\xe2\xa4\x1f\x78\x2d\xc2\x0a\xc4\xa1\x2d\x5a\x08\x04\xbc\x16\x3a\xe2\x38\x14\xea\xe5\x31\x83\xd5\x0a\x4c\xed\xe3\xc8\xe0\x55\x92\xd6\x1f\xab\x15\x87\xd4\x78\xb9\x50\x17\x80\xac\x4c\x14\xc1\x28\x0b\x35\xb9\x48\xb7\x50\x8d\x3b\x23\x6c\xdd\xab\x28\xbb\x7c\x06\x4a\x97\x48\x7f\x92\xd4\x77\xa1\xdc\x17\x17\x49\x7f\x82\x9d\x62\x1c\xdb\x80\x8a\x62\xca\x46\x37\xee\x85\xb6\xd1\x8d\x7b\xd7\x6c\x94\xfb\x92\x01\xec\xe0\xf3\xa6\xda\xa8\xc0\x3d\x13\x5b\xe8\x18\x18\x6d\x67\x71\x1b\x37\x56\x08\x5e\x0e\x1b\xcb\x03\x57\x63\x03\x9c\x8b\xb1\x01\xce\x9b\x65\xcb\xf2\x8b\xc6\x2f\x8a\x7b\xe9\xef\x0b\x70\x5e\x4c\x1a\xc5\x7b\x30\x5f\x95\xf5\x2c\xde\xab\xea\x99\x3a\x6a\x19\x1d\x4c\x9b\xad\x43\xb4\x24\x74\xd4\xe1\x2c\x55\x2d\xe6\xef\x68\xe5\x2e\x29\xbf\xba\x45\x47\xfe\x54\xea\x32\x1a\xb1\xa3\x0e\x41\x55\xcf\xe8\x94\x3f\x14\xd1\x1e\xdd\x0f\xcd\xc2\xb4\x2d\xea\x7c\x37\xe7\xdb\xd4\x67\x66\xe8\x19\x5b\x17\xaf\x3e\xb4\xbd\x3f\xd6\x27\x4e\x75\x8e\xac\xfb\x79\xa0\x10\xed\x7f\x19\xa2\xc4\x49\x54\x29\x64\x43\x71\xa6\x65\x18\x37\xf0\x49\x58\x29\x78\xf8\x38\x09\x04\x85\xdd\x75\x9c\x04\x82\x3a\xa0\x3a\xe7\xa1\x7e\xdc\xd1\xd1\xe3\x77\xda\x9e\x42\x62\xd9\x35\x0b\xca\x2e\x87\xe5\x5f\x9f\x01\x79\x38\x49\x68\x4b\xfc\xa5\x38\xf1\x81\x6b\x7d\x58\x09\xb5\xd0\x60\x4a\x2a\x29\x27\xbf\x5f\xa8\x85\xac\xa3\x92\x92\x0b\xfd\x54\x49\xc9\x7d\x70\x5e\x68\x5a\x26\x40\x18\x05\xea\xf7\x14\x8f\x53\xc5\x64\x58\x46\x55\x02\xb3\x76\x5e\xbe\xd7\xc3\x06\xde\xb8\xd9\x5a\xb7\x7f\xc8\xdd\xa9\xd6\x71\xb2\x16\x17\x20\x0d\xe0\x26\x6e\x14\x71\x90\xe2\x54\xeb\x38\xa9\x5f\x04\x09\xf0\x4a\x1a\xfa\x31\x69\x38\x91\x86\x93\x4e\x9c\x70\x22\xf5\xcc\xae\x84\x90\xd9\x15\x14\x69\xd3\xdf\x15\x5a\xba\xde\x38\xfd\x2b\x04\x8e\xb3\x1a\x2a\x15\x42\x7a\xe2\x13\xe7\x0d\x75\xe2\x13\xe7\x35\x7e\x22\xa5\xc2\x07\x2c\x4e\x42\x41\xc9\xb2\x9e\x7a\xfc\x4f\x57\xa7\xa2\x89\x70\x45\xaa\xba\x1d\x7f\x27\xe8\x0f\x98\x79\x56\xa5\xc1\xce\x09\xaf\xb8\x22\x3e\x54\x94\x0f\x2e\x3f\x5e\x71\x45\xcc\x44\x43\xd9\x9d\x69\x6a\x28\x9d\x11\x89\x6f\xe5\x83\x4f\x5c\xe4\xcc\x09\x1d\x27\xd1\xa3\xa4\x03\x27\x99\x6f\x8b\xd8\xd4\x80\x9b\x23\x7b\xa2\x95\xcc\xc5\x4c\xad\x64\xf5\x03\xf9\xbd\x68\xd6\x80\x5b\x4c\x69\xe8\x1c\x44\xe9\x26\xa8\x8e\x0c\xa8\xd9\x16\x50\xc5\x32\xa2\x44\xc9\xbe\x9f\x64\xc1\x95\xf2\x9d\x9d\x05\x76\x1b\xba\x0b\x6c\x1d\x55\x4f\xb4\xed\xea\x19\x98\x65\x47\x4f\xe2\x72\x75\xd7\x97\x35\x45\x11\x99\xa8\x64\x88\x28\x57\xa5\x0b\xb3\x63\x01\x73\xb5\xfe\x63\xf8\x6c\x07\x70\x02\xac\x8a\x4a\x48\x18\xc7\x33\x5c\x52\x26\x63\x18\x73\x0c\x5b\xe2\x0c\x21\x65\xc6\xc4\x82\x1a\xf8\x00\xc5\x89\x6c\x6b\xf2\x46\x8e\x33\x23\x99\xbb\x00\xb0\x34\x9d\x80\xb0\x71\xc2\xd3\xd4\xee\x29\x0d\x97\x98\xd1\xb1\xc4\x1f\x71\x59\x4b\xaf\x86\xd3\x0f\x18\xc7\xe2\x2a\xc4\xfe\xef\x7f\x95\x90\x0f\x71\xc2\xed\xd4\x10\x5f\x87\xae\x16\xb0\x5a\xe7\x50\xa2\xcd\x0d\x7a\x2a\xd0\xc2\x50\x25\x4e\x04\x5a\xa7\xe8\xa1\x40\x0b\xe3\x92\x38\x51\x7e\x1e\xbf\x4b\xf0\x2f\x62\x37\xd2\x49\x83\xc9\x65\x48\xd0\x61\xe7\x7a\x69\x1c\x40\x3a\x10\x79\x17\xff\x60\x0a\xc3\x63\x36\x24\xbd\x1e\x72\x93\xee\x7a\xa7\x9f\x8a\xb8\xbc\x94\xcf\x69\x14\x6b\x17\x94\xac\xbb\xa7\x87\x68\x32\x05\x2e\xf8\x33\x2d\xc2\xdc\x7d\x33\xed\xca\x43\x9c\x18\xeb\x0f\x2f\xca\x93\x4c\xbb\x84\x8d\x88\x73\x2a\x11\xf5\x1c\xcd\x94\x22\x3a\xbc\x72\x38\x4f\xde\x54\x0e\xe7\xaa\x4f\xc5\x88\x39\x0c\x62\x4f\x17\xda\xc4\xbb\x98\xaf\xc7\x79\x2b\xc4\x15\x9b\x6e\x33\x85\x5d\xfe\x53\xb4\xba\x67\x31\x6e\x25\x74\x9e\x9a\xf4\x2b\x94\x24\xdc\x0a\x12\xc5\x71\x22\x4e\x35\x17\xc6\x74\x2b\xf2\x96\xa7\xe9\x56\x9a\xd8\x4f\xea\xdd\xe6\x16\xc2\x66\x35\xfc\xd6\xe2\x34\xc5\x4a\x73\x63\x9e\x04\x93\x26\xc8\xbb\x9a\xe8\x60\x8a\x15\x0c\xd6\xe3\x7c\x94\x23\x8a\xb5\x8f\xb2\x5a\x01\x33\xc7\x4a\xf3\x30\x91\x56\x25\xef\xe0\x33\x45\x5e\x42\xa6\xc8\xcb\xa3\x0e\x1b\xa6\x1d\x74\x9c\x29\xe5\x92\x20\xa6\x94\xcb\x59\x9a\xb1\x57\x2a\x90\x42\x2e\x77\x66\xa5\x24\x8e\x7f\x96\xc2\x43\xe1\x5f\x7a\xa6\x79\xca\x53\x82\xe5\x62\x2c\x02\x95\x48\x45\x4d\xac\x22\xcd\x4e\xf9\x95\x1b\x93\xf2\x2b\xf7\x72\x31\xbc\xa4\x33\x85\x54\x6e\xff\x56\xd8\xc9\xb4\x8c\x24\x75\x4a\x9e\xcc\xce\x2b\xfd\x57\x78\x75\xba\x93\xe8\x41\x87\x24\xc3\xec\xbc\xa7\xeb\xb5\x5d\x22\x97\x75\xbb\x44\x40\xf2\x63\xc7\xea\xf0\xfa\xd8\xa6\x7b\xf1\x2c\x6f\xe4\x3d\x92\x02\x92\xad\xe4\x81\x7f\x8d\x50\xe1\xc9\x49\xd9\x95\x5b\x97\x39\x78\x25\x2b\xaf\x62\x34\xc6\x23\x3f\x4b\xde\x6f\x2f\x21\x35\x2e\xc6\xfe\x27\x9c\xb2\x92\xe9\x08\xc4\x75\x25\x52\x1e\x2f\xf2\xec\xca\xf5\x9f\x29\x90\x62\xec\xcf\xfc\x91\x3c\xa5\xcf\x2f\xa1\x62\x8c\x7f\x62\x28\x9a\x90\x5c\x37\x8f\x9d\xdc\xdd\x29\x63\x85\x48\x4a\x4f\xd7\x38\x3f\x9c\x95\x3d\xa8\x86\x24\x38\x25\x7c\x66\xda\x3d\xa5\x62\x0a\x9e\xba\x7d\x29\x78\xe2\x6c\x5c\x87\x39\x03\xa8\x75\xa5\xe0\x09\xe4\xbe\x0e\x7d\x7d\xc2\x6a\xc5\x7f\x1a\x1f\xcd\x7f\x2a\x1f\x1d\x11\xcf\x49\x59\x21\x4b\xd8\x5e\x17\x97\xe3\x2f\xbb\x96\xb8\x14\x4b\x11\xd3\x2b\xae\x74\x83\xe4\x0d\x7e\x1d\x48\x80\x2e\xfb\x7b\x3d\x12\x93\x0f\x9c\x80\x90\x28\xc7\x75\x2a\x81\x01\x50\x8c\xd3\x74\x14\x88\x0b\xc1\x54\x75\xc7\xaf\xd3\xbb\x03\x44\xba\x10\x46\x15\x4c\x17\xe3\x32\xfe\x01\xe6\x44\x71\x9d\x46\x6f\xf0\x8f\xed\x1f\xf4\x6c\xbe\x5c\x79\x97\xeb\x32\xb0\x02\xa8\x7f\x21\x75\xca\xa7\xe2\x65\x2a\x3a\x19\x93\xcb\x8c\xb9\xb9\x3a\x88\xa0\x4a\xcf\x8f\xdf\xb6\x49\x1f\x2e\x53\xe9\xfa\x5a\xbe\x2e\x5e\x1c\x8e\xf8\x20\x42\x68\x56\x72\xfa\x90\xe7\x8b\x7c\x74\x04\x61\x8b\xab\x80\xaf\xdc\x14\x57\xd1\x5b\x81\xe2\x90\x68\x52\xf6\x45\xc3\xca\x61\x45\xe6\x8b\xe9\x2a\xbe\xbd\x28\xca\xdd\x5b\x05\xdd\x63\xf1\x77\xdc\x1d\xc1\xe7\x4b\x0e\xcf\x97\xef\x55\x79\x65\xba\x35\x95\x07\x4d\xb7\x52\xf5\x1a\xb1\x12\xe7\x87\xfb\xf2\x22\x33\x1d\x14\xe5\xaa\xc2\x66\x15\x79\x70\xe0\x81\x77\x23\x7a\x63\x5c\x55\xc6\x07\xf8\x91\x2a\x35\x19\xfe\xeb\xc7\x96\x95\x80\x11\xbe\x54\x4e\x62\x69\x1a\x57\x73\xeb\x5d\xdf\x1f\x63\x56\x15\x2a\x5e\x30\x66\xff\x60\x6d\x8a\x24\x01\x89\xd4\x73\xd5\x21\x6e\xc0\xb0\x0a\xcb\x02\x74\x4d\xb1\x1f\xd7\xd5\xa5\x62\xd2\xd3\xd1\xc8\x85\x23\x9a\x20\x75\x4a\x94\x33\xb0\x01\x07\xed\x42\xe6\x84\xd1\x60\x5c\x5d\xaf\x3e\x3a\xed\x38\x20\xba\xdd\xdd\xb3\x9c\x95\x10\x0d\x88\xe1\xe8\x21\xbb\x03\x77\xc4\x12\xe2\x41\xc7\x55\x43\xc4\xed\xbc\xbc\x2f\x3b\x55\x1a\x40\x5b\x2c\xf5\xa5\x0f\x17\xea\x44\x22\x17\xc6\x15\xb8\xe3\x40\xda\x2e\x39\x2e\x18\xce\x4b\xdb\x7c\x8f\x2d\x61\xd6\xf3\x2c\x12\x66\x3d\x8f\xa2\xb6\xf9\x59\x1f\x64\xc9\xb2\x6f\x2e\x16\x3a\x78\x09\xf2\x4c\xbf\x06\x6f\x11\x2e\xd0\x8b\x70\xea\xc3\x09\xc3\x4f\xfd\x03\x82\x2c\x72\xf8\xd8\xc6\xf5\xe3\xa7\x86\x92\x94\xeb\xc7\x4e\x8d\x40\xc0\x76\x99\x05\xc6\xa7\xf0\x35\xc4\x16\x1b\x63\xef\xe2\xca\x69\x4a\xe6\xf2\x6a\x4a\xd6\x1d\xf9\x33\x7f\x03\xdb\x4d\xb4\x4e\x49\xe5\x45\xb4\x4e\x09\xe2\x95\xec\x11\x23\xab\x0d\x4c\x5c\x99\x1a\xc7\x36\x5b\xc8\xef\x89\x5e\x13\xc3\x0f\x0f\x60\x32\x4e\xd7\x5f\x79\x29\xe2\x9a\xc6\xa4\xe3\x22\xbf\x92\x93\xe2\x22\xbe\x08\xd9\xa9\x44\xfb\x32\x34\x27\x5e\x90\x71\xdd\xc6\xe5\xe1\x6a\xba\x08\xab\xd4\xa4\x53\xb7\xae\xa1\x5c\x15\xd7\x9d\x6e\xac\xc0\xf3\xe3\x83\x1a\xf9\x61\xe3\xba\x95\x21\x4b\x67\xe0\x83\xcc\x10\x18\xd7\x6d\xd0\x17\x27\x4a\x78\x74\x8f\x17\x6c\x50\x74\x29\x1b\x99\x66\x7c\x50\x5f\x37\x91\x95\x29\xe2\x1e\x99\x7b\x9e\x21\x36\x45\xd4\x47\x69\x22\x60\x3c\xf8\xeb\x4a\xc9\x48\x83\x2b\xdf\x7f\x19\x02\xd3\xd3\x42\x1e\x18\x9f\x86\x17\x2c\xcb\xe5\xb6\x2d\x4f\x08\x03\x20\x45\xba\xdc\x35\xf2\xc0\x24\x09\xc6\x7d\xd1\x17\xd0\xb5\xf0\x52\x6b\xd6\xbf\x41\x72\x26\x43\x4e\x98\x9c\x0b\x91\x14\xba\xe8\x82\xae\x2d\x4a\x36\x40\xda\xe8\xb1\xde\x02\x47\xa7\x7a\x29\x8a\x22\x7a\x29\xba\xa6\x7a\x26\x4a\x99\x08\xa6\xd0\x45\x10\x73\xbf\x48\x72\x08\xa6\xd0\x5d\x2d\xcd\xb7\xbc\x6e\xb7\x27\x99\x09\x6c\x01\x72\x2c\x84\x8d\x12\xca\xd7\xd0\x2c\x6e\x39\x41\x13\x0e\x71\x93\xa0\x09\x58\x9e\xc7\x45\xd0\x84\x43\x1a\x4d\xa0\x04\xdc\x1d\xe2\x22\x24\xe6\xf4\xa8\xbd\xac\x84\x78\xf4\x63\x52\xe2\xf0\x96\xf8\x10\x88\x89\x39\x1f\x02\x31\x6f\xc8\x4f\x32\xc0\xc4\xb0\x48\xcf\xd5\x25\x3d\x5c\xee\xc6\x27\x19\xb0\x1f\xae\x2a\xd9\x80\x0f\x9a\x29\xcc\xa4\x8d\x4b\xfa\x86\xd4\x28\xb1\xe0\x43\x50\x06\xa7\x73\x29\x34\x62\xdc\x72\x20\x27\x83\xd1\x28\xb8\x12\x12\xc5\x32\x8a\x29\x56\xa4\x21\x45\x1b\x2c\x05\x3a\x85\x18\xe3\x47\x58\x0b\x99\x16\x50\x14\x22\x87\x1f\xd9\x93\xa4\x62\x52\x5e\xbf\xf2\x65\x7d\x47\xfe\x41\x51\x48\xc8\x32\x94\xaa\x17\x02\x2a\x90\x54\x3c\xca\x79\xd1\x78\x50\x2e\x50\x2f\x40\x3d\xf1\x42\xa8\xd6\x07\x08\x6e\xbd\x72\x0a\x04\x90\x9e\x08\xd6\xaa\x03\x60\xb4\xcf\xf4\xcb\x89\xa3\x41\xb5\x0e\x52\xab\x6e\xff\x50\x50\x96\xbd\x20\x3c\x22\xd5\x48\x14\x84\x47\x24\x19\x8b\xa2\x55\x3b\x1c\x7c\xb9\x20\x8e\xa7\xf5\x83\xb2\xbf\x0f\x28\x6b\xf1\x03\xa3\x5b\x1e\x03\xe5\x32\x94\xf1\x65\x4f\x8f\xf4\x17\xb0\x8d\x40\x8e\x89\x62\x14\xb2\xce\xc5\x69\x59\x6e\x03\xfc\x2a\x18\xb3\xc7\xf9\x27\x7d\x2b\xc8\x9c\x82\x93\x54\x8a\x33\xb1\x03\x67\xc2\x2a\x68\xe9\x3e\xfc\x1d\x92\xcf\xed\x5d\x14\x38\x0d\xeb\x04\x57\xbc\x65\x9f\xc8\xcd\x06\xd3\x73\x0b\x8c\x05\xb1\x44\xb7\x8c\x04\xa8\x5b\x89\x7b\xa1\xdb\xfa\xa5\x27\xeb\x7c\x94\xa9\x53\xbd\x0a\x58\x43\x14\x60\xe3\xb4\x53\x85\x55\x90\xb6\x52\xf3\x2e\xa0\xa7\xea\xd3\x9f\x35\xac\x8d\x9e\xac\x34\xd4\x68\x30\xe9\x8a\x75\xa9\x28\x51\x05\xcf\x06\x9a\x28\x5e\x0e\xa1\x75\xdf\x65\x73\x6c\x54\x5c\x74\xc5\x52\x97\x28\x4b\xe4\x26\xe2\x49\x46\x31\x72\x93\x97\x7e\xd1\x3a\x4b\xed\x48\x69\x18\xa2\x88\x0b\x84\x7c\x38\xd4\x76\x14\x43\x3e\xf4\xec\xeb\xf6\x03\x58\x8c\xf9\xd0\x5d\x13\x59\x1a\x55\x59\x45\x33\x2a\x79\xc6\xa2\x19\x95\x0c\x48\x41\x17\x76\x5e\x76\xd0\x79\x27\x36\x6b\x4d\xff\x60\x2e\x46\x84\xbc\xb2\xc9\xe3\x3f\x00\x80\x32\xec\xbc\xec\x39\x7c\x93\xd1\x44\x3f\x42\x59\xbe\xf2\x63\x55\x0c\x66\x1a\x25\x34\x27\xf0\xec\x6b\xf9\x74\x88\xfe\xd1\x78\xca\xb0\x29\xea\xbb\x4e\xe7\x1f\x64\x77\xef\xb6\x90\xcb\xb3\x2b\x74\xcd\xae\x7d\x3c\x3c\x15\xec\x48\x5d\xe9\xb4\xc1\xf6\x83\x55\x45\x34\x54\x72\xbb\x50\x84\x95\xcb\x65\xc5\xee\x49\xa1\x79\x41\x4c\x54\x14\x73\x95\x91\xaf\x03\xa6\x4b\xd8\x86\xa2\xd4\xae\x0c\x72\x26\xd8\xa2\x41\x84\x81\x96\x2c\x31\x5e\x7d\x05\x77\x42\x9f\xcb\x65\x48\x49\x58\xe9\x41\xe6\x5e\x26\x41\x34\x07\x35\xa6\x05\x6f\xc2\x1c\x76\xf9\x7c\xb3\xba\x3c\xa9\x65\x73\xde\x09\x0f\xb9\xed\x64\x82\x8a\xe1\x19\xf2\x77\x96\xcf\xa5\x9c\x84\x8e\xb0\x57\xf8\x14\x6d\x77\xa2\x20\xd7\xe9\x32\x0a\xc5\x40\x0c\x22\x35\x62\x9d\xda\x3d\xb2\xda\x3a\x09\xc7\x8d\x77\xb0\x07\xf3\xf6\x12\xa5\xf1\xcd\x25\xea\x1c\x6e\x2e\x51\x6e\xf5\x82\x14\xa7\x4b\x9d\x6f\x2e\x54\x37\x48\x4d\x99\x46\x06\x05\x4e\xa6\xbb\xd3\xb7\x37\xaa\x03\x28\x29\x71\x51\x51\xa1\xf5\x6c\xc0\xf5\xea\x11\x37\xe8\x83\x13\x85\x61\x99\x2e\xb6\xea\x31\x27\xfd\x70\xbb\x4a\xe6\x1f\x36\xaa\xfe\x15\x1c\x20\xca\xc3\x35\x2c\x7d\x47\xb2\x33\xbd\x1b\x1e\xae\x64\x18\x8f\xf2\xa0\xe3\x93\xee\x3f\x99\xfa\x8d\x75\x42\xbf\x36\x45\x81\x07\x0e\x4c\xb2\xa8\x42\xcd\x2d\x7a\x60\x0c\x84\x16\xce\x69\xfa\xfb\xc2\x3f\x5c\xf2\xb0\xe0\x11\x9c\xc5\x52\x90\x2a\xcd\x5a\x4e\x83\x45\x5e\x40\x2a\x4a\x2e\x34\x81\xb0\x51\x65\x01\x69\xb5\xf1\x34\xbf\xba\x1f\x68\x02\x5d\x0f\x94\x74\x79\xf7\x2e\x1e\x20\xe2\x06\x7c\xd4\xcc\x8e\x60\xa3\x72\xc1\x91\x06\x25\xdf\x52\x60\xaa\x52\xa4\x52\xd4\xcc\xc1\x90\x16\x35\x73\xb0\xff\x45\xcd\x9c\x87\x91\x78\x0f\x9d\x10\xcf\x51\x36\x5c\x89\x67\x7f\xf3\x60\x93\x28\xa8\x9a\x9b\xfe\x0e\xf7\xe1\xe1\x55\x4d\x37\x6c\x8b\x9a\x0e\xc9\x55\xc1\x41\x51\x39\x7f\x79\x89\x88\xe0\x8a\xbd\x92\xff\xee\xc7\x65\x1e\x4b\x5a\x18\xb0\x0a\xe1\x5c\x79\x7d\xe3\x8b\xb0\x2f\x7e\xcd\x22\x3e\xe6\x4d\xad\xb9\x8b\x86\xaf\xf2\xd6\x35\x7c\xd5\xb4\xb5\x70\xb3\x4e\xf8\x21\x26\x6d\x90\x2b\xcb\xb6\x72\x4a\xd6\x07\x56\x77\x9a\x48\x0e\x5d\x95\x79\x31\x4c\x03\xf1\xae\xa3\xa8\xfe\x73\xc9\x3e\x5c\x25\x5d\x4a\xb5\x7f\xf0\x62\xe5\xf3\xed\xeb\x54\x55\xff\x49\x6c\x91\x15\xb5\x24\x0a\xea\xff\x9c\xe9\xa7\x84\xbf\xd8\x2d\x9a\x36\x01\xd7\xd1\xd0\x8d\xf8\x70\x8e\x74\x31\x65\xe5\x58\xf0\xaa\xfe\x8f\x05\xa8\x64\x09\x26\x6a\xfc\xef\x7a\x34\x0e\x71\xe3\x03\x86\x0a\x90\xaa\xba\x3f\x76\xb4\xea\x7e\x08\x36\xd5\x03\x46\x8b\x55\xaa\x72\x7b\xc3\xb6\x4c\x61\xda\xa9\xbc\xa8\xf5\x71\x37\xac\x02\x81\xaa\x70\xda\x96\x09\x4c\xc7\xe2\xd9\xca\x8c\xeb\x8f\xd9\x3b\x43\x43\x99\x7a\x5e\x26\x60\xab\x7c\x54\x89\x1f\x73\x48\x71\x92\x70\x9c\x30\x5e\x5c\x2a\xf5\x94\x36\x71\x0b\x56\xf3\xc0\x60\x22\x18\xf5\x44\x92\x70\xd9\x1c\xaf\x92\x69\xd9\xe8\x5a\xd9\x02\x5e\x8b\x35\xae\x28\x12\xc3\xc1\x2f\x38\x28\x4e\x4a\xbd\x70\xd9\x12\x74\x79\x41\xb6\xbd\x5e\x95\xb2\xbf\xc3\x17\x3a\x55\x95\x8a\xd3\xb6\x38\xc5\xf1\xd0\xac\x3f\x56\x70\x90\x64\x38\xea\x85\x2f\xdf\xf0\x77\x18\xe4\x3f\x23\xa0\x44\xbd\xe4\x9e\x05\x16\xc0\x2f\x3b\x78\x29\x3b\x38\x7e\x67\x48\x7f\xab\xfc\x22\x67\xa8\xca\x12\xc2\x6d\x56\x59\xc2\x62\x1d\x1c\xe6\x44\x1a\x59\x42\x4e\x72\x2d\xbe\xf6\xc3\xc6\xb8\x1e\x29\xa9\xac\xf2\x7e\x2a\xa3\xab\xbe\x90\x20\x6c\x2d\x86\xf8\x86\x71\xaf\x32\x79\xb6\x90\xc9\x83\xd3\xaf\x3f\x26\xaf\xc8\x9a\x56\x79\x3c\x8e\x41\x85\xc7\xab\x24\xa7\x8c\xaa\x46\x32\xfc\x03\x25\x14\xee\x34\x51\x09\xd9\x49\xc2\xc1\xa8\xd5\x13\xd5\xad\x65\x40\xdc\xea\x3f\x49\x3e\xfd\x30\x18\xc9\xe9\xe8\x88\x27\xc4\x72\xec\xf1\x71\x54\x8f\x4a\xb2\x9a\xe2\xe0\xaa\x1b\x9d\x78\xd3\xc8\x13\xe2\x5b\xd5\x37\x7a\x8e\x9a\x9c\xa7\x8d\x75\xd7\xe3\xe6\xab\x64\xab\x29\x9e\x2f\xf4\x8d\x3e\x0a\x6a\x53\xdc\xc7\x7e\x35\xad\x36\x5c\x68\x94\x8c\xbe\x34\x6a\x73\xd1\x98\x51\x57\xc8\x07\x17\x51\xbb\x31\x33\x2e\xff\x51\x13\x26\x72\x76\xdc\x24\x9c\x2a\x76\xf5\xc4\x41\x8f\x0a\xa7\x98\x96\x3f\x55\xc3\x7a\x5f\x9d\xb5\x9b\x44\x4e\xda\xf0\xe3\x1b\xab\xa6\x7d\xb5\xa3\xea\xaa\x56\x32\xf5\xb7\x38\xd2\x33\xd4\x3d\xf0\x62\x63\x4f\x54\xd2\xa8\x5d\xc7\x14\x51\xba\xcb\xd6\x03\x15\x76\xf4\x84\x8a\x8f\x1a\xc9\x34\xb3\x56\x1a\xd5\xfb\x46\xae\x91\x7c\x3d\xa3\x47\x12\x76\x46\x0c\x65\x3c\x9e\x2d\x98\xcb\xd0\xe4\xaf\x86\xfc\xb4\x2b\x91\x01\xca\x3d\xca\xb0\x91\x87\x4c\x47\xd5\x7c\x5e\xd6\xa4\x06\xbc\xbd\xe7\xc3\xd0\xe5\x97\xeb\x3d\x30\xf7\xf7\x40\xa9\x6c\x54\xe4\x50\x53\x38\x06\x7b\x50\x7f\x5c\x64\xd5\x48\xad\xaa\x6c\x94\xfd\xa9\x2a\x1b\x95\x34\x54\xf5\x89\x3d\x3b\xf6\x09\xe0\xba\x0e\x65\x4a\xc0\x95\x2a\x44\x31\x18\x23\xf9\x7c\x71\xd6\x99\xca\x08\x9a\x18\x76\xfc\x12\x18\xa4\x5f\xe7\xe5\x30\x86\x1a\xbf\x9c\xd8\xd4\x50\x57\x8a\x3c\x79\x0e\x78\x1c\xb0\xa5\xd2\x66\x3d\xea\xcc\xe7\x00\xd3\x44\x55\xa8\xd9\x6e\xd4\xa9\xea\xc6\x21\xb7\x28\x06\x64\x13\x85\x92\x2b\x8e\xa2\x70\x70\xe1\x56\x14\x85\xe7\xe5\xb1\x36\xd2\xf8\xe5\x5a\x90\x95\x86\x84\x42\x51\x91\x82\x75\x22\xb9\x44\xcd\xe8\xe2\xd3\x0f\xe5\xd0\x0c\x78\xfb\x4c\x00\x90\x1b\x33\xe9\xf2\x97\x69\x72\xd4\x1b\x03\x64\xef\x04\x8d\xe9\xd5\xab\x57\x8d\xe9\x55\xee\xd7\x8c\x5f\x2a\xc9\xd6\x64\x5e\xed\x78\x7d\x7c\xf3\x50\xeb\x51\xe3\x23\xd1\x7e\x52\x0f\x45\xcf\x68\x0d\xf3\xd9\x52\x1f\xcd\x7b\xdd\xff\xc7\x87\x8e\x34\xf5\x51\xcd\x22\x39\x41\x85\x78\x9d\x6e\xf9\x63\x42\x32\x31\xcb\x60\xe5\x91\x00\x68\x93\xcc\xa3\xb3\x3e\xaa\x55\x84\x46\xd3\xdf\x6c\x82\xe9\xaf\x67\x61\x69\x92\x2c\xfe\x2c\x35\x43\xee\x92\x92\x3a\x95\x59\x75\x29\x87\x94\x3c\x19\xd4\x5c\x8e\xae\x2e\x83\xfb\x64\x35\x85\x13\xe2\xdc\xf2\x45\x06\xc8\x19\xb9\x5c\x6a\xbc\x92\x94\xfb\xf1\xf1\x56\xa3\xb9\x2c\x24\x1e\x71\x51\xcd\xc4\x7c\x5a\x6b\x1b\x2d\x9b\xbe\xe0\x1b\x4d\xd8\x1f\xf5\xc7\x37\xb6\xf0\x8c\x22\x9a\x33\x39\x5e\x54\x34\x8a\xe5\x82\xa1\xaa\x08\xe7\x4c\xfe\x1f\x95\xb0\xa7\xc3\xbd\xc0\xb5\xb2\x68\xe2\x55\xcd\x43\xe8\xef\x3e\x25\x58\x15\xd8\x48\xdf\x76\xf5\x85\x94\x0f\xcb\x68\x39\x65\x07\x5e\x62\xa9\x4b\x85\x30\x8b\xcf\xd3\x41\x34\xb0\x52\xb3\x31\xb9\xfe\x00\x15\x23\xf8\x9e\x77\xc5\x8b\x18\xd1\x89\xbe\x88\x95\x98\xe7\x0b\x0b\x9e\x4d\x79\x2c\xf0\x48\xac\x28\x16\xbb\x62\xf0\xfa\xe5\xd3\x1a\x28\x3e\xa5\xb4\xf2\x31\x1a\xae\x17\x79\x1f\xcc\xbd\x42\xcc\xfe\xbc\xa6\x80\x83\x38\xa9\xc5\xb5\xf8\xd0\xc5\x70\xdc\x9b\xce\x93\x4a\x99\xda\x21\xe5\xf7\x8f\xe6\x10\x07\x1f\x52\x25\xb0\xaa\xe9\x0d\xa9\xe2\xab\x1d\xca\x05\xc0\xd7\x96\x3a\x3d\x2e\xc3\x76\xe4\x81\xf9\x0d\xdf\x4e\x15\x8e\x97\x1f\x5a\x9e\xc3\x53\xb5\xd3\xf7\xbf\xe5\x8c\x7d\x08\x30\xc6\x34\x3f\xb2\x09\x99\x07\x19\x04\xee\x2c\x08\x3b\x1a\x0d\x5d\x1f\x36\xfb\xd1\x14\xc8\x35\xeb\x3b\x75\x1b\x08\x15\x28\xd9\x30\xf9\x82\xbe\xb4\x1f\x73\x16\x78\x69\x45\xbb\x08\xb3\xe2\x00\x97\xf1\x3b\xad\x03\x3a\x83\xb4\x0d\xe9\x1a\x8e\xef\xd1\xc8\xd4\x42\x96\xac\x68\x97\x5b\xc6\x0c\x30\xdf\x22\xd6\x6f\xb4\xa2\x98\xe3\xf0\x23\xf3\xe9\xd2\xba\x10\x1f\x93\x4d\x6e\xc4\xc0\x2a\xf9\xfb\x63\x00\x43\x5b\xa0\x04\x77\x95\x0b\xa1\xe0\x60\x26\x1a\x36\xdd\xa1\x2a\xad\x91\x4d\xa5\xab\x74\x6f\xd5\xb7\xf3\x9f\x89\x2a\xa2\x61\xfd\xad\x91\x74\x93\xb3\x11\x80\x2a\x4b\x31\xfc\x03\xe3\x54\xa1\x44\x96\x85\x53\x54\x34\xc4\x57\xcd\xfb\xaa\xc9\xda\x28\xbf\x69\xe4\x19\x2e\x59\xcb\xf8\x42\x20\x7e\x33\xdc\x96\x20\x1b\x6e\xcb\xb1\x9b\xa2\x0f\x1b\x20\x66\x76\xb8\xc6\xe3\x49\x98\x08\xb6\xa5\x2d\x40\xeb\x66\xd4\xe7\xf8\xb5\xce\x9e\x71\xa3\x34\x82\x8b\x1f\xe2\x44\xf7\x1d\x65\x03\xb9\x3b\x11\xe1\xc7\x99\x94\xe2\x86\x93\x1b\x8f\x94\xdb\xd1\x3a\x0c\x71\xb1\xd3\x2d\x31\x02\xa4\x9e\x98\xe3\x3f\x6e\x2d\x3d\x05\x94\x82\x8b\xad\xc1\x8b\x0c\xdc\x79\xa2\x05\x06\x64\xdc\x65\x2d\xe0\xe1\xb8\x3d\x5a\x0c\x7e\xb7\x31\x52\x45\x3b\x8d\xcc\xfa\x60\x03\x25\x89\x62\x8f\xce\x7a\x44\x52\x8c\x16\x58\xd9\x58\x1e\x79\x79\xd2\x7e\x98\x17\x08\x3a\xdc\x86\x76\x0f\x3c\x13\xda\x40\x91\x0f\x87\xd4\x7e\x4c\x85\x69\x1e\xa2\x0d\xb3\x0e\xb0\xfc\xa8\xdf\x3c\x7a\x03\xf1\x8a\x93\x18\xb9\x06\xac\xe6\x70\x0d\xa6\x63\x63\xd2\xea\x66\xa7\x7d\x92\x0b\x32\x71\xbf\xe5\xe5\xdb\x26\x6a\x2d\x7f\x96\xe0\xd1\x91\x8e\x75\x92\x90\x99\x9d\xf2\xc7\x8d\xf8\xc2\xf3\x46\xc2\x5f\x99\xf1\xa6\x01\xb5\x48\x83\x41\x34\x6e\xa7\xd1\xb8\x70\xbb\xa2\x9d\xf6\xc8\xef\xf1\x26\x6b\x46\x96\x72\x42\x88\x72\xb4\x05\x6a\x44\x96\x52\x3c\xdc\x1e\x50\xd1\x13\xfd\xbb\x52\x43\xe3\x9f\xf6\x88\x8a\xd6\x01\x15\x3d\xe9\x0f\xa8\xe8\x94\x1f\x65\x0e\x4c\x0d\x49\x8e\x86\x4f\x6d\x09\x1d\x33\x58\x52\x15\x60\xf8\xdd\xac\x57\xd2\x36\xd3\x00\x6b\xcd\xd9\x56\xa5\x12\x1d\x11\x71\x4a\xbd\x67\x23\xca\x94\x6a\xcc\xb6\x94\x94\xbb\xb5\x98\x58\x27\x61\x58\xbc\x7b\xbb\x8d\x51\x36\x38\x7b\xc3\x49\xb9\xfb\x84\x93\xd2\x97\xa8\x91\xe1\x57\xf7\xa3\xb6\x31\xe2\x95\x26\x13\x1e\x4a\x7d\x79\x23\x63\x6f\x71\xf6\xbf\x3b\xb4\xa8\x44\x68\x9b\xd7\x6f\xb5\xad\x47\x86\x55\xc1\xbd\x2c\x72\x29\x36\x8f\xc8\xea\x1f\x2f\x95\xfc\x9d\x13\xe3\x3e\x91\xe2\xb7\xb8\x44\xa4\xf8\xd5\xaf\xa2\xfd\xee\xd6\x52\xa4\x00\xa4\xfb\x2d\x6e\x32\xe9\x7e\xb5\x2f\x68\x5c\xa7\x1a\x51\xb4\x57\xa0\xff\x54\x5e\x34\x02\x20\xd4\xec\x98\x0b\x4f\x22\xf9\xbb\x54\x8b\xba\xa3\xf6\xf1\x8a\xf4\x58\x91\xcf\xd7\x57\x71\xfb\x0a\x65\x56\xe3\xab\x94\x01\x84\x60\x08\xd5\x15\x20\x18\x82\x7a\x82\xf6\x79\xd2\x01\x9c\x78\x07\xe4\xb9\x88\x46\xbc\x83\xe2\x8e\x90\xcf\x57\x8b\xc6\x46\xb8\x03\x45\x40\xed\x43\xbd\xe1\x8e\x7c\xc2\x6c\x3f\x5c\xd8\xee\xec\xc7\x9b\x08\xce\xab\x1f\xc0\xcf\xe9\xef\x87\xf0\x9f\x94\x7d\x6b\xd0\x51\x3f\x4c\x89\x59\x29\x87\x88\x67\x2d\x23\x19\xf0\xb8\xeb\x07\x86\x80\xcd\xb2\x2e\xed\xd5\x26\x38\xe5\x57\xc7\x50\xd7\x51\x6d\xee\xab\x6d\x50\x76\x51\x7f\x8b\xd7\xcf\x03\xc0\xe9\xe9\xf4\xa1\x56\xfd\x83\x77\x25\xf7\x73\x37\xed\x9b\xe7\xb6\x9b\xf6\x4d\x31\x6a\x37\xed\x9b\xe2\xcf\x7e\xe6\xd3\xac\xf3\xa1\xaa\xa3\xd8\xb3\xaa\x8e\x62\x1b\xdf\x69\x70\x9d\xdd\xec\x6e\x44\x14\x8e\x7e\x26\xe5\x74\x1c\x29\x27\x9d\x5d\xbe\xd3\x98\x22\x16\x3f\x07\x11\x0f\xa3\x5f\x78\x92\xdb\xda\xf4\x6e\x3d\x6b\x61\x76\xe2\x18\x17\x41\x2d\xaa\x95\x64\x81\xa0\xae\x9d\xd0\x06\x72\xf9\x3d\xed\xba\xa7\x2d\x78\x3f\x5c\xee\xcf\xe5\x8b\x11\xc4\xeb\x45\x1a\x6e\xc7\xc5\x07\x10\xa8\xd7\xcd\xfa\xa6\xc7\x45\xc7\xb8\xfb\xbc\x84\xa5\xe0\x74\x0b\x31\xe9\xc5\xe7\x9b\xd3\x32\xeb\x5b\xb7\x05\x99\xde\xba\xfd\x1a\x2a\x77\xd8\x5a\x95\x8d\x50\x96\x04\x8c\x2d\xaa\xea\xc8\xc1\xe4\x5e\xd1\xd9\xb8\xd9\x55\x9d\x0d\xa8\xdc\x35\xfd\x11\x6f\x10\x99\x9c\x91\x2d\xb0\x90\x73\x1f\x6b\x5e\x1c\x0c\x0f\xfb\xd0\x08\xe1\x10\x1d\xfe\x21\x4e\x31\xa4\xf9\x14\x71\xf5\xe0\x26\x42\x87\xa0\xde\xc8\xae\xd4\x2d\xcb\x32\xba\xdb\xb8\x98\x75\x4d\xd9\x7a\xc3\x39\xd2\x09\x37\x5d\x38\x91\x1d\xf4\xa6\xf1\x1c\xc3\x37\x8d\xe7\xc4\x9c\xa6\xa7\x24\x5c\x6e\x6f\xba\x70\xba\xf8\x64\x31\x51\x3a\xda\x33\x8b\x09\x8c\x71\x27\x8b\x89\xa6\xe3\xbd\xeb\xfa\xc7\x4c\x7a\x32\xaf\xc0\xd8\x1b\x7f\x00\x49\x9a\xfe\xb8\x12\x9a\xfe\x28\xbd\xeb\x7d\xf2\x74\xb1\x45\x1a\xa7\x31\xf8\x8f\xf1\x68\xea\x65\x3a\x8c\x87\x89\xd5\xa3\xff\x18\x8f\xa6\x28\xa8\xf7\x5c\x3a\x56\x0b\x17\xb2\x52\xda\x9f\x5e\x18\x3d\xe4\x0c\x78\x2f\x74\x93\xb3\xe1\x23\x1e\x1d\xa9\x48\x21\x08\x70\xf4\x80\x4d\xf0\x77\x9c\x88\x60\x6a\x3a\x79\x52\x14\x8f\x77\x8d\xb1\x71\x16\x8f\x1e\x44\xd8\x02\x30\x39\x94\xd3\x01\x88\x73\xcf\xc5\xd5\x87\x9e\x03\x5c\x99\x7d\x60\x12\xc2\x3d\xd1\x0d\x85\xee\xf6\xc0\xab\xe4\x19\x45\x2f\xa6\xb7\x6a\x1f\x5e\xc9\xb6\x7d\xb8\x0d\xad\xef\x85\xd3\xad\x84\xb8\x5a\x34\x21\x3b\x8a\x5e\xac\x1d\x96\x24\xb2\xa7\x89\x78\x52\x22\x36\xb9\x59\xec\x95\x54\x29\xda\x83\x75\xc2\x4e\x15\xb1\x8a\xf0\x52\xe4\xad\x88\x3e\x89\xad\x20\x82\xce\xa4\x3a\xfc\x81\xb0\x22\x70\xff\x8d\x6e\xfa\x33\x15\xdb\x1d\x01\x45\xe0\x4b\x1c\xfd\xf6\x7d\xef\x12\xdf\xf9\x70\xf7\x43\xf7\x4e\x49\xf3\x9d\x7b\x6e\xd7\x3a\xa6\x50\x24\xd0\x36\x92\xce\xfe\xa0\xdb\x70\xae\x04\x7b\x22\xc8\x54\xf4\xc7\xbb\x88\x9d\x40\x82\x10\x3a\x02\xf7\x27\x49\xbc\xad\x9d\x08\x13\x7c\x7c\xaa\x89\xb9\x66\x38\x53\x04\xd2\x15\x1a\x10\xac\x34\xfa\xa3\x53\xcc\xaf\xb8\xb4\xd8\xe0\x67\xf8\x97\x29\x7c\xb0\x2f\x4a\xd2\x3a\x32\x82\x99\xf5\x11\x11\x88\x1d\x4b\x6c\xb2\xed\x64\x53\x81\x5b\x67\x31\xde\xc0\x1d\xf9\x40\xe4\xa9\x36\xd2\xa5\xd7\x14\x91\x2e\xf5\xa5\xee\x9b\x08\x92\x36\xc0\x94\xb8\x2b\x38\xea\xbc\xf5\x07\x59\xa1\xa2\xcb\xa8\x78\x97\x6d\xac\x34\xc2\x5e\x17\x4b\x66\x4f\x5e\xaf\x4c\xe1\x85\x61\xe5\x01\xd7\x5f\x2f\x29\x3a\x7d\xb9\x0a\x3c\xf6\x2f\x46\xcc\x8e\xac\xdb\xfb\x25\x39\x79\x89\xd2\xe0\x9c\xb1\xd0\x39\xb5\x1e\xe8\x2f\x89\x56\xbc\xfa\x5e\xc9\x8c\x87\xf8\x4d\x7d\xb4\x1f\x08\xda\xed\x09\xe3\x5d\x7b\xfa\xd0\xb3\x7a\x46\x3f\xf4\xac\x12\xd2\x2f\x0d\x88\x28\xe3\x19\x19\x96\x3d\x42\xd6\xc1\x41\x93\x27\x6e\xff\xe0\xa7\xdd\x29\x64\x03\xd3\xa5\x40\x45\x34\x5d\x60\x6c\x7d\x14\xcc\x74\x6c\x7d\x8e\x84\x81\xc7\xa0\x98\x87\x57\x18\xf9\x8b\x22\x30\x25\xd6\x93\x36\x60\x28\x88\x2f\x14\x61\x4c\x6f\x8e\x7a\x1c\xf6\x6f\x59\x3e\xde\x3a\xf0\xf1\x3c\x2d\xc2\xb8\x48\x0a\xb3\x83\x80\xdd\x5a\x3b\xc4\x09\xdb\xcc\x55\x19\xe7\xc5\xef\x7f\x8a\xf1\xe2\xc7\x5d\x84\x62\xe7\xf8\x31\x14\xa1\x10\x36\x4e\x78\x79\x84\x9b\xf1\x63\x0d\x42\x53\xbc\x50\x12\xa0\x70\x2d\x08\xc9\xed\xb5\x1d\x17\x1d\x71\x37\x07\xe6\xbf\x5d\x26\x3c\xf0\xf2\x52\xcc\x19\x58\xff\x86\x12\xb4\xf8\x71\x03\x21\x5f\x11\x17\xcf\x8b\xb0\xcc\xf3\xc2\x45\xd0\xe3\xab\xb0\xe2\x81\xa6\x45\xef\xf5\xb8\xa4\x59\x4c\x1c\x63\x1a\x8f\x40\xfc\xae\xf8\xe1\x31\x8e\xe2\xc8\x74\x5a\xd0\x9e\x39\x40\xc1\xb8\xc0\x01\x0a\xb1\x51\xdd\x89\x22\x11\xb5\x0e\xaf\x05\xb0\x27\x08\x2d\xa9\xa5\x77\x14\x24\x24\xee\x68\x01\x9e\xd3\x7e\xa0\xa7\xee\x90\x56\xc1\xca\x29\xc3\x94\xae\x3a\x21\x44\x85\x25\xe7\x98\x04\xc1\x25\x35\xab\x8e\xea\xd1\xb3\x0e\x4f\x81\x66\x4f\xa0\x39\xef\xb7\xf8\xdd\xff\xa5\x38\x1b\x34\x23\xd5\x19\xa3\x0c\xa9\xa2\x40\x93\xa2\xb1\xbc\x0d\xee\x5a\xe8\x30\x84\x09\x85\xa5\x41\xba\x7e\xfd\xc6\x03\xe7\xab\xea\xe6\x10\x11\x52\x2d\x5a\xe0\x88\xe5\x4b\x3d\xd4\x8b\x70\x9e\xa3\x7b\xe6\x19\xac\xc3\xee\xc3\xe8\x04\xd1\x1e\xd5\xd8\x05\x8e\x55\xca\x02\x02\xc7\x2a\xb5\x7a\xf1\xbb\xd0\x67\x75\x02\x38\x56\x91\xc1\x27\xa2\x0b\x0f\x0b\x81\x7c\x41\xd9\x5b\x74\xe1\xb1\x7f\xe1\x71\x5c\x68\x90\x38\x94\x7a\x8f\x66\x25\x7d\x7f\x5c\x5e\x43\x70\xcb\x7a\x85\x9e\xdf\x4a\x21\x22\xd4\xa1\x41\x6e\x82\xb4\xf9\x6a\xe0\xc2\x74\x66\x3e\xda\x23\x14\xcf\x8b\x6d\x91\x1c\xbc\x1f\x70\xf0\x6e\x5c\xe4\xf8\xf6\x45\x60\x2d\x77\x31\xdd\xa7\xa0\x8e\x91\xee\x53\x30\xbe\x91\xee\x53\xd0\xd9\x18\x2a\x5e\xec\x4c\x5f\x2a\xfb\x4a\x5f\x2a\xee\xde\x18\xd8\x34\x09\x64\x2a\x34\x5c\x3a\x1d\xa4\x74\xed\x0e\xb5\x1b\xee\xd9\xc0\x8d\xc7\x75\x34\x02\x50\x77\xf1\x8c\x00\xe4\x46\xe9\x2b\xd5\x6d\x81\xf8\x41\x17\xf8\xc0\xe4\xb7\xaa\xdd\x8b\xd4\x73\x64\x2d\xf8\xd6\xcb\xd1\x75\x89\x3a\xa7\x1f\xda\x3d\x09\x4a\x2a\x3a\xdc\x3b\x73\xaa\x5e\x82\x3f\x65\xa2\x05\x60\xca\x44\x8b\x1e\x86\x03\xf2\xa4\xa7\x42\x43\x9c\xbb\xbd\x43\x68\x81\xaa\xc2\xd7\x53\x18\xdc\x47\x0d\x66\xdc\x5e\x1b\x7f\x7a\x9b\x85\xea\x09\x0d\xe0\xe2\x96\xf3\x66\xd2\x37\xbe\x29\x2e\xf8\x2d\xc3\x28\x65\x53\x53\x01\x33\x10\x6a\x2a\x54\x12\x86\x9a\x0a\x15\x6d\x41\x1e\x55\xb5\x71\xf1\xc8\xd5\xc0\xc8\x04\x5a\x8b\x53\x2b\xbb\x40\x6b\x71\xaa\xae\x8c\x27\x1f\x01\xcc\x46\x9f\x73\xfd\xa4\xe3\x49\x66\xdb\x6a\x3f\xc0\xbc\xee\xc3\x20\x3e\x7a\x1e\x85\xba\x09\x57\x2c\x35\x10\xee\x12\x8c\x46\xd3\x8a\x3c\xb4\x16\xd6\xd4\x22\x96\xf1\x2d\x5d\xd8\xa5\x4c\x0b\x90\x51\x3a\x0c\xfd\x9e\x62\xa5\x1d\x98\x4d\xb8\x77\x89\x51\x1d\xb1\x4d\xd8\x09\x03\x14\x24\x45\x0d\xa9\x3c\xae\x4b\x45\xc1\x65\xec\x94\xe4\x33\xe5\x1d\x44\xa3\xb0\x7c\x13\x4d\xc2\xae\x10\xb3\x5b\xf4\xca\x64\xb8\x6d\xf0\x0c\x01\xd9\xd0\x3f\x47\x78\x79\x20\x4b\x54\x09\x95\xcd\x95\x1c\xaf\x71\x44\xfc\x59\xb3\x29\x80\x83\xdb\xe8\xb2\xc1\xf1\x7a\xa5\xb0\xb6\x2f\xa2\x4a\xf8\xf2\xf8\xf1\x14\xa5\x48\x3b\x5f\xc8\x5c\xb5\x53\x1c\xa6\x3c\xa2\xfa\x26\xa9\x40\x0f\xd3\xa2\x6a\x4b\x13\x70\x15\x46\x25\x8f\xf8\xb4\x47\xa0\x58\xc5\x1e\x2b\x91\xd7\x44\xf2\xff\x21\xcb\x73\x5b\x4c\x23\x32\x6c\x80\x0d\x34\x8f\xa6\xf8\x30\xd0\xe6\xc5\x19\x1f\x12\xc5\x61\xff\x5b\xc3\x54\xca\x18\x16\x69\x4f\x3c\x90\x5a\x10\xf5\x30\x86\xd9\x45\x86\xbf\x63\xea\xc4\x8d\x37\x0e\x4c\x9d\x80\x6e\x20\xbf\x68\x93\x89\x0e\x93\x88\xc0\xf4\x8c\x03\x21\x7c\x76\x84\x91\x15\x3b\x32\x4c\x0a\xc2\xe2\x8d\xd3\x01\x68\x8b\x30\xc2\xf0\x27\xe3\x4c\x52\xd0\xf8\x58\x7e\x30\xf4\x89\xf0\x4f\x90\x0c\x59\xe3\x35\x34\x4e\xa2\x16\x80\xef\xe3\x82\x43\x67\x91\x86\x3a\x05\xa8\xc5\x48\x06\x03\x90\x92\xc1\xb0\x3e\x02\x3f\x16\x69\x60\xfc\x9b\x7d\x5e\x08\xff\x9c\xc2\x8f\xa5\x08\xf9\xf6\x71\xc1\x3d\x17\xfb\xe7\x79\xc4\x41\x19\x17\x5c\x4e\xb1\x9f\x45\xff\xfe\x2e\xd0\xc2\xf0\x52\xc7\xfe\x91\x58\x42\xd6\x46\x01\x66\x97\xa8\x08\x33\xe3\x92\x8d\x55\xbd\xc9\x20\x1b\xab\x44\x75\x14\x24\xfb\x2e\x5d\x81\xd3\x62\x33\x07\xdc\x88\xc6\x0c\x03\x6e\x44\x3b\x8c\x91\x96\xbd\xb0\xff\x03\xd9\x43\x27\x6d\x60\x0c\x64\x0f\xad\xfe\x1d\x2e\x65\x54\xf3\xb6\x43\x95\x46\xc5\xc8\xc8\xce\xab\x6e\xee\xbc\xbb\x06\x9c\x88\x8a\xd0\x51\x0d\x83\x09\x97\x3d\xea\x80\xc1\xb1\x0c\x73\xc4\xad\x3b\x60\x57\x54\x7d\x8e\xaa\xaf\x5f\xf7\x8f\xc5\x1f\xcc\x11\x3e\x46\x26\x68\x54\xb8\x23\x91\xa0\x21\x57\x85\x1e\x0c\xbd\xcb\xf5\xe3\x1c\xc4\xbf\x96\xb3\x1c\x2d\x45\xbd\x0c\xdd\x04\xb6\xfb\xe1\xf1\xb5\xb9\xc7\xd7\x16\x90\x0a\x51\x9c\xf8\xd4\xc1\xe3\x6a\x10\x93\xda\xc0\x44\xa3\x1b\x75\x04\x9e\x60\x10\x64\x5a\x73\xa7\xd1\x31\x08\x82\x18\x8d\x0e\x2f\x06\xef\x3f\xba\xcf\x20\xeb\xfb\x0c\xb2\x0c\x8f\xe6\xd6\x74\x69\x94\xbf\xc3\xa3\x39\xe7\x00\x88\xb0\x8c\xb8\xd6\x09\xa0\xbb\xa8\xe2\x90\xba\x0b\x5f\x69\x83\x04\xaa\x55\xc4\x0f\xf8\x1d\x2e\xa3\x91\x3c\x46\xb7\x05\x72\x4c\xd8\x8a\x31\xa0\x88\x62\x26\x2c\x46\x55\x85\x36\x7e\x5c\xc5\xac\xa2\xd7\x80\x3d\x74\xb9\x07\x1c\x98\xfb\x36\xe4\x82\xf2\x0f\xb8\x20\xae\xd5\x31\x1c\x1a\x58\x61\x1d\xd2\x73\x74\x0c\x09\xa4\xc3\x7d\xf4\xc4\xef\x13\x11\x2a\xc4\x72\x20\x25\x20\x53\x73\x8c\xe9\xc8\xd4\x9f\x30\xa6\xf0\xfa\x63\xc2\x98\x7a\xe8\x94\x18\x78\x48\x27\xbc\xa8\xc8\x33\x73\xce\x36\x96\xaf\x62\x31\x74\x90\xd6\x38\x65\x10\x6d\xba\x4a\x1e\x4c\xbb\xea\x7b\x69\x60\x03\xa1\xf5\xd9\xd0\x3d\xda\xc7\xdc\xd0\x3d\x5a\x03\x9a\x41\xa4\x40\x25\x2e\xe3\xf6\xc9\x9f\x1f\x48\x75\xc5\x1f\xbd\xa3\xb5\x6c\x19\xb7\x7e\xf4\xf9\x8f\x4c\xa1\x58\x70\xab\x78\x4a\x20\x65\x1f\x9c\xd6\x83\xb4\xd9\x23\xf8\x28\xfb\x80\x7d\x1a\x4f\x32\x82\xb4\x7f\x84\x98\x85\x7b\x84\x18\x89\xcf\x80\x63\x68\xc6\x49\x19\x08\x26\xc2\xa8\x43\x43\x8e\xc1\x30\x2b\x43\x29\x85\x37\xc2\xa3\xb8\x45\x0a\xff\xc0\x09\x22\x31\x1e\x38\x47\x1b\x81\x67\x2c\x39\x79\xba\x5d\x84\x5c\x16\xaa\xa5\x20\x44\xac\x5a\xc9\x6c\x5a\x4b\x66\xd3\xcd\x5d\x8e\xc7\x10\x4b\xc6\x13\x38\x96\x32\x65\xa7\xbb\xe4\x3c\x85\x6a\x29\x53\x86\x8f\x1a\x4b\xd6\x53\x50\xf0\x8d\xd6\x5e\x74\x6c\x8d\x7f\x84\x77\x9b\xa8\x5e\xb4\xc1\xc6\x21\xce\xf2\xa7\x75\xde\x80\x17\x39\x8c\xc7\x34\x0c\x27\x2d\x3c\x3b\xe7\xc6\x74\x30\x7a\xe8\xca\xd2\xc6\x46\xe8\xeb\x65\xb9\xe5\x57\xb3\xb9\x2c\xaa\x53\x30\xee\xdf\x25\x70\x86\xf7\xbb\x04\x1b\x63\xd8\x21\x93\x3a\x5e\x39\x66\x27\xa7\xa0\xc3\x6b\xe2\x45\xcc\x1c\x36\x97\x5f\x76\x05\x5f\xf9\x65\xa1\x24\x06\xb5\x4f\xd2\x61\x08\xbf\xcb\xc3\xf5\x62\x5e\x3e\xf3\x1f\x59\x14\x5a\x7c\x9a\x13\x8b\x96\x5a\x39\x18\x98\x6b\xe8\x3e\xad\xae\x66\x60\x2a\x7b\x2a\x39\x18\xfa\x52\xc3\xaf\x8d\xcf\x88\x59\x3c\xc1\xc6\x07\x8b\xed\x2e\x7f\x4a\x66\x3c\x93\x04\xf4\x53\xde\x33\xe0\x46\xce\xc8\x16\xaf\xb5\xec\xeb\xf3\x9f\x1f\x36\xcc\x83\x80\x82\xf0\x81\xf3\x10\x14\xde\x7f\xd3\xb0\x7d\xea\x72\xe6\x21\x87\x0c\x5d\x9a\x87\xd1\x2d\x8a\x6d\x94\x40\xb3\x92\x53\x3f\x68\x0f\xcf\x3c\x70\xdf\x66\x92\xf3\x54\x18\x5e\xfd\xd0\x2e\x87\x6d\x99\xa7\x5c\x31\x1b\x36\x33\x0e\xdf\xb4\xda\x84\xf7\xf5\x0f\x0d\x6e\x90\x82\xcd\x8c\xb7\x07\x87\x3d\x4f\xd3\x56\xf2\xc2\x99\xa7\x79\x2b\xe1\x71\xe6\x25\x23\x88\x42\x6c\xa2\x09\x31\x13\x49\x4c\x23\xee\x91\xe7\x26\x26\xaa\x10\x93\xb7\xc4\xfc\x71\x2a\x4d\x57\x81\x69\x90\x3d\x83\x80\xcc\x1f\x4b\xd2\xb4\xa0\x99\x17\xfe\x18\x5c\x45\xf3\x22\x3b\x3f\x57\xc8\xbc\xf4\xbc\x2e\x7e\x28\x85\x81\xa1\x99\xa8\x45\x8a\x36\x85\x13\x4d\x48\xd1\xac\x6f\xa2\x09\x19\x9a\xf2\x4c\x34\x21\x43\x53\xa0\x59\x64\x51\x39\xb3\xb3\xa4\x91\x10\x10\x93\x80\xac\x6a\x96\x37\x31\x37\x2d\x06\x66\x9a\x30\x24\x45\x71\xcf\x2c\x6a\x35\x29\xa6\x53\xb6\xbf\x2b\x8f\x6c\x8e\x82\xc3\x63\x73\x10\x79\x56\xbb\x45\x38\x0b\x8b\x34\x49\x3c\xa6\xb5\xd8\xac\x08\x45\xb3\x0c\xfb\x0a\x4b\x38\x31\xd1\x20\xe6\x6f\x4c\x18\x94\x99\xbf\x23\x9a\x83\x4d\x9b\x98\x9a\xaa\xa9\x99\x15\xd1\x59\xd6\x47\x34\x97\x75\xb0\x12\xca\x3a\xb0\x72\x1c\xbf\xd9\x60\xe5\xdc\xe5\x06\x2b\x27\xfa\x34\xd8\x4f\xb1\xa7\xc1\xca\x89\x63\x0d\xdd\xb3\x88\xd8\x64\x45\x99\x63\xc3\x83\x45\xd4\x69\xb0\x75\xd3\x7e\xf0\x1e\x51\x75\x3b\xd1\xaa\x64\x10\x84\xa9\x25\x07\xdc\xd6\xd4\x92\x03\x4a\x33\x1b\xcc\xa8\x78\xaf\x25\x87\x68\xd7\x50\x9f\xcf\x3f\x69\xe0\x6c\x70\xd7\xa2\x67\x77\x7a\x74\x4c\xba\x0e\x6f\xa6\x89\xf9\x6a\x9b\x8e\x8e\xf9\x87\xba\x9e\x89\xf9\x87\x64\x77\x92\x78\x6d\x0c\x1b\x04\xbf\x5b\x1f\xc1\x99\x6b\x4c\xea\x0d\x95\x51\xb3\xa3\x5a\x77\x8d\x93\x05\x62\xa6\xfa\x35\x79\x0f\xce\x90\x29\xa3\x23\x72\x6f\x18\xfa\x71\x92\x7b\xc3\x60\x8f\x33\xf9\x24\xd6\x2c\x10\x0b\x41\xac\xe6\x8f\x35\x9a\x55\xd4\x0f\x44\x41\xc5\x01\x54\x96\xc1\x22\xcf\x64\x93\x18\x4c\x65\x8a\x42\x83\x39\x64\x56\x18\x61\x20\x45\x83\x3b\x9f\x5a\x81\x68\x8f\x32\x87\x62\x4a\x37\x1e\x73\xd2\x20\x4a\x7c\x4c\xa5\x2f\x3e\x86\xe6\x40\x10\xc4\xfd\x3f\xd3\x94\x03\x56\x71\x1a\x6a\x46\x45\xd4\x34\xb4\xb2\x6f\xa9\x99\xce\xd4\xce\xd0\xd0\xca\x3a\x6a\xce\x74\xa6\x86\x81\x9d\x86\x56\xd6\x7b\x72\xa6\x37\xb5\x2b\x34\x93\x4f\x71\x9c\x8c\x1d\x68\x07\xea\x79\x3d\x79\xa9\x71\x81\x6b\x99\xc6\xa1\xc9\x03\x8a\xcc\x25\x7c\xdb\x4e\x33\xc7\xfa\x3a\x9d\xb2\x56\xfa\x0c\x4f\x63\xcf\xe8\xaf\x3b\xe5\xad\x74\xf6\x9d\xaa\x6c\xae\xfc\x07\x13\x25\xb5\x82\xd3\x28\xcc\x2e\x81\x82\x9a\x6c\xa1\xa0\x46\x7c\xc2\x53\x29\xce\x6c\xee\x95\x02\x94\x29\x98\x91\xbc\xdc\x49\xeb\x59\xb4\x5b\x45\x4b\xb5\x9a\x84\x9f\x5a\x99\xf8\xde\x43\xf6\xa8\x6d\xb4\x9c\x2f\x73\x40\x41\x32\x63\x20\x87\x09\x6b\x55\x74\xdb\x9b\xb0\x56\xc5\x98\x78\x13\x61\x4c\x31\xf8\xdd\xfc\xf1\x59\x5d\xce\x6e\x3e\x22\x37\xf0\x3e\x1b\xec\xb1\x8e\xb2\x59\x8a\x86\x12\xa5\x8a\x46\xa2\xee\x9c\x36\xa2\xd2\x72\x43\xff\x11\xc3\x3d\xe6\x52\xd7\x00\x48\x4b\x64\xb3\xd3\xa5\x21\xa2\x95\x4c\xe0\xc6\xd2\xea\x7a\xa4\xbf\xe3\x44\x56\x63\x8c\xa2\x99\x01\x02\x5d\x1b\x02\x04\x1e\xd9\x2d\xaf\x79\x09\xc0\xe2\x35\x2f\x7d\x43\x82\x33\x95\x90\xcf\xed\x35\x20\x85\xde\x52\x5c\x56\x03\x17\x23\x1d\x46\x26\x91\x00\x13\xc9\x70\x25\x6a\x6e\x1e\xae\x44\x4d\xac\x22\xe2\x5f\x13\x75\xf6\x47\x7d\xda\x12\xf0\x8f\x48\xe4\x31\xf5\x24\x32\x5c\xe0\x7c\x49\xcf\x37\xfd\x83\x97\x31\x8f\xc0\x49\x52\x33\x6d\x42\xe6\x8f\x75\xba\x34\x89\x98\x48\x70\xea\xdf\xa1\x53\x26\x2e\xde\xcd\x53\xf0\x0a\xa1\x90\x08\x21\x9d\x19\x3e\x30\xd9\x0a\xa4\x35\x69\x0a\x3d\xf1\x07\x52\xe9\x38\x71\x01\x4a\xd4\x36\xd5\x18\xb7\xc8\x8d\xf9\x08\xf9\x6b\xe2\x3e\x24\x64\x93\x32\x84\x8c\x47\xee\x8d\x13\x8f\x51\x73\xef\x1f\x7b\x53\x48\xea\x13\xb7\x99\x5d\x55\x57\xde\x07\x16\x43\x30\x57\x37\x7e\xda\x06\xa3\xbd\x0f\xac\x84\x2e\x1b\xf3\xdc\x1d\xd6\xe1\xb9\x7b\x39\x80\xf1\x53\x79\xee\xdc\xda\x8e\xb0\xca\xf7\xc9\x9b\x88\xbb\xe9\x26\x21\x06\x89\x1b\xe3\x3e\x79\x13\x56\xeb\x63\x90\xc3\x63\xe3\x3e\x79\x99\x41\xea\xee\x93\xf7\x21\x24\xfa\x3e\x25\xb9\xf6\xc9\xcb\x94\xc3\x78\x13\x15\x50\xeb\xe2\xfb\xe4\x45\xd8\xed\x1f\x8a\x0b\xfd\xbc\xc9\x56\xa6\xd8\xee\xbe\x84\x81\x09\x9b\xda\xc2\xcb\xf8\xd6\x00\xc4\xdb\xf8\xbe\xf4\x02\x74\xc1\x2e\x5f\x59\x2e\xc6\x95\x5e\x23\x00\x72\x29\x04\xcb\xde\x08\xca\xe2\x0a\x5c\x8a\xfe\x6d\x5f\xa4\xc5\x2e\x9a\x59\x2d\x60\xba\xee\x4c\x9e\x7f\xfa\x07\x42\x75\x90\xe3\x2e\xf9\xb4\x61\x10\x62\x09\xa7\x69\xfa\x5d\x78\xdb\x34\x5b\xf8\x94\xb2\xab\xcd\xef\x80\x28\x6b\x73\x09\x09\xa9\x29\x9a\xeb\x5c\x7d\xd8\xd0\x6b\xcd\xb8\xa8\xb4\xa8\x49\x43\x99\xbb\x7e\x35\x5a\xdd\xde\x15\x1a\x2a\xe8\x1a\x89\x90\x03\x2d\x6e\x78\x9d\x93\x3c\x56\x71\xc3\xec\x64\xd8\xb6\xbb\xfa\x42\x15\xf1\x7e\xec\x4e\xf5\xfa\xbd\x2b\x0f\x09\xd7\xa4\xc9\x70\xdb\xa2\x29\x85\xe6\xe1\x7c\x37\x29\x35\xb3\x6a\x52\x6a\xb8\x80\x1b\x8b\x8f\x53\xe5\xcd\xdd\x92\x3a\x5b\x6d\xf9\x01\xc4\xcd\xe0\x49\xce\xf2\xc7\x6a\x34\x85\x62\x77\x37\x7a\x22\x07\xe8\xee\xf2\xdb\xfe\x41\x78\x6b\xd7\x17\x05\x8e\x99\x1a\xe3\x36\x32\x8b\xb4\xf6\x96\x17\x60\xee\xd1\x30\x8d\x00\x76\x1d\x9c\xb9\x33\x6f\xd2\xd0\xeb\x5c\x70\x47\xa6\xbb\xa4\x7c\xab\x7f\xa4\x8c\x3c\x75\xda\x76\x0b\x11\x6b\x18\x12\x48\x3b\xc2\x36\x17\x62\x79\x93\x1e\x55\x63\xcd\x1b\xa9\xca\xcc\x72\x26\x37\xa7\xa7\x51\x21\x47\x74\x84\x0f\xb3\xd6\x9a\x37\x29\x51\x9b\x3b\x36\xd0\x6f\x7a\x22\x86\x34\xd4\xdf\x11\x46\xba\xdd\xda\x6a\x38\x33\xcd\x30\x5c\xa2\x89\x90\xec\x6f\x1b\xbd\x1b\x56\x23\xb4\xf0\xb8\x27\xfa\x7f\x6e\xf3\x1b\x4e\x63\x90\xe3\x39\xee\x09\x43\xc7\x15\x78\x4f\x19\x3a\x86\xd7\x78\xc3\x4d\xfd\xb1\x19\xa5\xb8\xa7\x53\xca\x64\x5b\x64\x63\x62\x14\x29\xc0\x8c\xf1\x74\xdf\x1c\x6c\xcf\x0f\xe9\xbd\xa4\xec\x77\x4a\x52\x84\x42\x49\x4a\xf8\x07\x5e\x4d\x70\x2e\xf7\x8d\x24\x42\xfc\xbf\x39\x31\xdc\x29\x37\x37\x7a\x06\x15\xb8\x55\xb6\x18\x3a\xe8\x56\x5a\xd2\xf3\x43\xd3\x33\xd7\x56\x71\x89\x9e\xd3\xb7\xda\x16\x43\x0c\xdd\x6a\x5b\x0c\xf2\x7c\xab\x6d\xb9\xb2\x5a\x9e\x26\xc7\xe1\xf1\x2f\x55\x42\x76\x92\x71\x6c\x6e\xc2\xcc\x0d\x3d\xf6\xef\xc7\x57\xae\xc8\xf9\xf8\xfa\xe6\x0f\xd4\x28\x64\x06\x88\x9b\xfb\xbb\x29\x24\xbb\x75\x1e\x96\xb5\xbd\x97\x9e\x14\xf4\xbb\x50\x7d\x58\x34\xb4\x8d\x24\x89\x78\xbd\x9a\xf4\xde\x66\x35\x20\x81\x60\xdc\x1b\x59\xb6\x84\x76\x7b\x13\xd2\x9a\xdc\x05\xe9\x03\x76\x23\xb7\x18\x5a\x76\xdc\xa8\x54\xaa\xf6\xee\xf7\x16\xef\x25\xf2\xbf\xeb\xb9\x68\x73\x7c\x63\x52\xaa\xb5\xf4\xed\xf5\xec\x63\xfd\xd6\x8e\x54\x3a\xa0\x1d\xa9\xfb\xf9\x7a\x97\x31\x6f\x6d\x4a\x5d\x36\x7c\x34\x6a\xcd\x3f\xa6\xea\x43\xff\x49\x10\x6d\xce\x45\xe2\x56\xbf\x70\xcf\x30\x47\xf7\xab\xb8\x6f\xd8\x1c\x71\x9f\xeb\xf9\xf1\x64\x76\x16\xa6\x1a\x18\xce\x0f\xc9\x84\x01\xc6\x6e\xf3\x60\x39\x23\xd5\x27\x9e\x64\x2d\x31\x72\x3d\x91\x58\xcc\x2c\xab\x87\xe8\x7e\x78\xf6\x7f\x3d\x3d\x07\x0f\x3b\x7e\x7f\xd0\x9f\x90\x41\x27\x9e\x43\xae\x64\x50\x76\x2f\x26\x65\x8e\x32\xa0\x3e\xd8\x6b\x90\x32\x27\x9e\x43\x2c\x6a\x7e\x60\xb0\xe1\x2b\xfc\x41\xc9\x42\xd2\x95\x78\x50\xb2\x90\x3d\x27\x1e\x0d\x39\x90\x4b\x3e\xbf\x2b\xfc\x52\x8b\xff\x68\xc8\xc1\x02\x3c\xda\x6a\x80\x11\xcf\xa9\xe5\x0a\xf7\xcc\x83\x6b\x87\x14\xf8\x31\xd6\xca\xb4\x01\x1c\x4c\x73\x00\x38\x18\x68\xe5\x83\xaf\xad\x22\x9e\xe7\x44\x34\xef\xf4\x4f\x43\x16\x80\x27\x0f\x3a\x99\x01\x3b\xf8\x10\x84\xc5\x3d\x7c\x70\xbc\x15\xf5\x1f\x1c\x6f\x65\xcc\x1f\xed\x3c\x40\xc5\xe7\xc2\xda\x82\x5d\x78\x08\xf2\xd6\x14\xba\x3f\x97\xaf\x46\xcb\x5e\x62\xcd\x5a\x82\xfa\x27\xc1\x7b\xf0\xd1\xf5\xf9\xf0\x5c\x18\x63\x40\xdb\x1f\x8d\x43\x9a\xc3\x3b\x27\xa7\x01\x55\x05\xab\x9f\x22\x55\xb5\xcc\x43\xd8\xc1\x71\xc3\xf5\xb1\xf2\x68\x4c\xc2\x25\xff\x68\x4c\xc2\x61\x7e\x34\x26\x81\xfa\x3f\x85\xf5\x86\xac\x3c\x25\x63\x85\xdb\x18\xe0\x10\x2a\x3c\x24\x1b\xd5\xd7\xec\x51\x0f\xa3\xa3\xf5\x03\x27\xd0\xa6\xfb\xab\x45\x88\x0b\xa2\x45\x88\x60\x13\xf1\xd7\x80\xe0\x4f\xc5\x60\xdb\x9d\x40\x25\x63\xf4\xaa\x87\xe8\xbf\x64\x79\x8c\x47\x0b\x12\xc8\xcb\x53\xe1\x1f\x8b\xf5\xe1\x1f\x5d\x22\xd2\x93\x1a\x09\xf7\xd1\xb2\xc4\x1d\xd2\xb2\x84\xdb\xe1\x69\x30\xb7\xdc\xd9\x4f\xfb\xbd\x95\x0d\x70\xf6\x10\x63\x4e\xa9\xdc\x43\x42\x52\xc3\x00\x3f\xcd\x4b\x5e\x5c\x6a\x02\x4d\xa7\x4d\x40\xe9\xa8\xcb\x0f\x02\x10\x61\x7a\xab\x88\xde\x95\x4f\x21\x45\x7c\x88\xd3\xab\x92\xe7\xe9\xa8\x0e\xdc\xb4\x0e\x83\x0a\xdd\x7f\x3a\xaa\x03\x37\x99\x38\xbd\xea\x57\x1e\x4d\x48\x44\xf4\x2e\xd1\x46\xce\xf8\x68\x2b\xe2\xce\x76\xb9\x55\xa6\x89\xa9\x48\xda\x6a\x3c\x04\xe7\xad\x50\xd7\x27\x04\x8f\x29\x84\x37\x1c\x0d\x42\xe8\x98\x66\x08\x1d\x90\x06\xf9\xe4\xc2\x7e\x80\xce\xf3\x19\x40\x97\xe5\xc1\xef\xcc\x26\x92\x48\xd3\x58\x53\x10\xd5\x3f\x8f\xd6\x1f\x70\x6b\x8f\xd6\x1f\xda\xfa\x3e\x58\x7f\x18\x11\xf7\x49\xf9\x83\xfb\x3f\x64\xfc\xdc\x44\xac\x3f\xb4\x5d\x79\x4c\x00\xa5\x21\xfb\xa3\xf9\x87\x0e\x0e\xcf\x90\xd0\x7a\x18\x07\x84\x16\x36\xfb\x49\xf9\x85\xfb\x35\xb5\x57\x11\x77\x91\x5f\xa4\x36\xe4\x31\x56\x2e\xef\x9d\x67\x3a\x75\x5b\xc8\xd9\x8b\xbb\xe4\x82\xd2\xeb\xe2\x51\x5e\xa1\xe9\xed\x33\x25\xda\x52\x42\x45\x14\xda\x79\x3f\x33\x21\xb6\x9a\x37\x03\x7f\x60\x15\x22\x13\xf5\x90\x24\x4a\xbf\xa2\xe7\x16\x2a\x51\xc4\x70\xb8\x79\x68\xd5\xf7\x68\xde\xf3\xa8\xa3\xd1\xee\xf8\xb9\xe5\xd9\x6d\xe2\xfb\x49\xe4\x36\xb6\xad\x92\xd9\xc7\x70\xb6\x62\x06\x4c\x47\x18\xce\xe3\x21\x65\x93\x7c\xde\x63\x00\x5b\xc5\xb4\xcf\xa3\x6b\x9f\x08\xf4\x90\xaf\x6b\xf8\x87\xcf\x0a\x51\xee\x51\xff\x21\x1a\x2c\x4f\xc4\x9f\x6e\x66\x0f\x6a\x1a\x19\xc4\x67\x09\x00\xeb\xaa\xcd\xa8\xba\xd9\xc7\xd8\xb4\x12\x88\xa5\x18\xc8\x73\xb1\x14\x03\x79\xda\x48\xe2\x29\x13\xf1\xa4\x32\xc6\xd3\xb6\x24\xfb\xd2\x42\x13\x08\xa8\x15\x7b\x0c\x48\xab\x04\xe3\xd9\xb2\x56\xae\xa5\x41\x68\x0d\xf0\xfe\x18\x84\x76\x58\x56\x95\xe1\x5a\x6e\x5e\x23\x62\xab\xe9\x94\xe4\xdc\x9f\x54\xab\xb8\x18\xa9\x56\x71\x93\xb7\x46\xfe\x62\x8f\xc1\x6a\xad\x85\xb9\x69\x12\x7b\x63\xd5\x2a\x71\x79\x52\x11\xe3\xc4\x30\x3e\xcd\x0b\x26\xf5\x30\x4e\xf2\xe5\x61\x25\x4a\xbf\xc9\x0a\x02\x8a\x91\x6b\x35\x20\x7d\x5e\x66\xe2\x89\x4a\xa5\x8c\xb7\xfb\xab\x52\xc8\xf3\xf5\x1a\x63\x08\x5e\xf9\x49\x15\x8b\xe4\x36\x55\x2c\x5e\x31\x66\x4d\x92\x19\x7c\x54\xab\x08\xe4\xe7\x33\x4b\xf6\x40\x1d\x8b\x16\x2c\xcf\x27\xb7\x24\xc8\x9f\x6f\x2e\xef\x1c\x98\x99\xf4\xa9\x7c\x52\xfd\x22\xd5\x25\x92\x6d\x9e\xcf\xd4\xbe\x80\xd6\xeb\xd0\x72\x05\xc2\xbe\x0e\x2d\x97\xaa\x1f\xc2\xcc\x85\xbe\x8e\x84\x79\xf0\xa1\x2e\xa6\xf8\x8f\xef\x44\x10\x63\x1d\x4e\xc0\x9e\xd5\x0b\x71\xf1\xaf\xc3\x77\x62\xb3\x49\xc2\x5c\xf9\xc0\xbc\xaa\x5b\xc6\xbc\x0a\x44\x5e\x87\xac\x74\xb5\x5f\x41\xe6\x5a\x5a\xa7\x20\x73\x46\xd7\xc9\x8e\x0f\xff\xc8\xab\x02\x20\x4f\xa3\xe1\x70\xc8\x96\x59\x94\xc4\xde\x85\x2a\x27\xb4\xf5\x5e\xaa\x72\xe4\xc2\x96\xaa\x1c\x29\xfe\x3a\x11\x22\xf2\xa6\x59\xa7\xef\x57\x2e\x95\x65\xee\x24\xd9\x8b\x75\x91\xea\x09\xb4\x5e\x97\x9a\x24\x96\x7f\xfd\x58\xa0\x26\x7f\xbb\xd4\xf0\xe4\xba\x64\x82\x25\x8e\xe8\xba\x70\xab\x87\x6e\xaf\x4b\x9f\x74\x88\xc7\xba\x12\x62\xc0\x47\xf7\xa3\xf9\xc7\x42\xf7\xa3\xad\xcc\xd2\x55\x56\xdf\xda\x75\x25\xf0\x8c\x58\x84\xd1\xa5\x34\x8d\x92\x81\x81\x56\xe6\x2b\x70\xf6\x05\xeb\x2e\x90\x6f\x15\x82\x7f\x55\x5b\x4c\x3b\xf6\xe3\xf1\xc3\x5a\x39\x24\x53\x29\x78\xc4\xbb\x45\x3f\x56\xa6\xa9\xfb\x58\xb0\x32\x3d\xd7\xf1\xc7\xca\x64\xe4\xf5\x85\x4c\x23\x19\xfa\x55\xd5\x7b\xb9\x5d\x35\x19\x77\x56\x05\x39\x86\x99\xfd\x63\x55\xb5\x60\xa7\x3d\xdf\x7e\xfc\x69\xd6\xb2\xaa\x7a\x31\x5b\x6d\xca\x80\xf3\x63\x5e\x9a\x72\xad\x85\x69\x49\xd7\x31\x61\x61\x4e\x52\x74\xd1\x5e\x88\x42\x8a\xb1\x32\x56\xd3\xfb\x97\xa3\xbc\x9a\x4e\xf1\xa7\x1d\xe8\x07\x7f\x5a\xed\xf6\x03\xa8\x4d\xc3\x64\x18\x88\x85\x2c\xa4\x5c\x39\x8e\xf6\x12\xdd\xde\x7e\x6f\x44\x63\xbc\x2e\xe4\x22\xc6\x87\x5d\xa4\x57\x92\x44\x2d\xd2\x2b\x49\xb9\x17\x9e\x30\x12\xcb\x65\x76\x25\x5d\x79\x17\x9e\x30\x45\x5f\xde\xd5\x53\x0b\xc7\x84\x75\x85\x91\x45\x59\x44\x0a\x29\x5a\x48\x2d\xfc\x62\xf4\xfc\x5c\x3d\xa1\x72\x14\x92\x43\x89\x88\x70\x41\xa5\xb9\x7f\xf8\xc5\x74\x63\xd5\x2d\x02\xcf\xf9\x5a\x5a\x06\x07\x71\xea\x7a\xc1\xa8\x8b\x58\x88\x65\x0c\xe7\xb0\x02\x95\x1b\x97\xf9\x4a\x1e\x07\x41\xe5\xc2\x74\xb6\xc9\x0d\xac\xf0\x11\x66\x6b\x83\x8c\x3a\x2b\x84\x2b\xf9\xe8\x5b\x83\x57\x98\xdb\xab\x70\x05\x1e\x65\x0d\xf7\xca\x49\x0d\x9e\x61\x30\x09\x6b\xf0\x24\x16\x72\x25\x2a\x02\x38\x90\x56\x3b\xf4\x40\x16\x0c\xe7\xb2\xcc\x18\x20\xd7\xb6\x26\x0a\x3f\xd7\x40\x01\x8a\xf0\x29\x33\xf1\x5c\x2b\x33\x71\x76\x13\x7b\x33\xc8\xed\x9a\x58\x92\xc3\x67\xad\xc9\xa3\x40\xe4\x9b\xf2\xa0\x97\x95\x64\xb5\xad\x04\xab\x2d\x4e\xdc\x18\x05\x79\x72\x6f\xe4\xc8\x0e\x7c\xf3\x02\xe1\xa6\x58\xe4\x47\x37\xb8\xe8\xc2\x23\x26\x19\xae\x45\x24\xb8\xaa\x51\xd0\xba\xe5\xb5\x01\xef\x36\x2d\x98\x34\xe0\xce\x89\xfa\x0f\x36\x3b\xdc\x33\xeb\x41\x0d\xe6\x59\x25\x2f\xba\x06\x26\xeb\xc1\x7e\xc7\x6d\x78\x60\x73\xed\xe8\xc1\xa6\x9b\xfb\x76\x21\x3b\x19\xba\xd4\x2d\x42\xf4\x1b\x48\x7f\x61\xb5\x7a\xe8\xd9\xb3\x34\x42\xd1\x9a\x7e\x21\x48\x39\x34\xa6\x5e\x8f\xc1\xa1\x91\x60\x2c\xfd\x63\x0c\x87\xba\x56\xca\xac\xa8\xb6\x92\xc5\x02\x16\xac\x52\x92\xa7\x5c\x69\x95\x22\x34\xcb\x57\xa4\x7b\xa9\x55\x8a\x17\x4e\xf2\x3e\x6e\x6c\x9a\xa5\xb8\x76\xcb\xf3\x90\xed\x7d\x2b\xfe\x8a\x3b\xb9\x0a\x86\xdf\x99\x15\xc6\x8f\xe4\x83\xac\x26\xf7\x20\x4e\x6e\xc2\xa0\xb8\x90\x5b\x39\x04\x97\xff\xda\xde\x7d\x00\xbc\xb9\xfb\x9c\xc9\xf6\xb6\xb6\x5b\xa4\x48\xee\x48\xb2\x3a\x7f\x13\xbf\x17\xff\x42\xb7\xe5\x4d\x94\xa0\xb7\xd7\xfb\x86\x11\xdf\xe4\x30\xfc\xb8\xa5\xeb\xc0\xf5\x26\x91\x67\x25\x5e\xa3\xfe\x26\x04\x29\x8a\xa5\x67\x54\x24\xc5\x77\xca\x82\xc5\x29\xc6\x3e\x5d\x9f\x47\xd5\xe9\x7f\xea\xd3\x78\x6c\xad\x2f\xd3\xe5\xb0\x18\x5f\x06\x7a\x07\x34\x44\x37\xc5\x4c\x10\xeb\xf3\x49\x60\x93\xa9\xed\x80\x1f\x3a\x76\x39\x8a\xc9\xb5\xdc\xa3\x8f\x08\x23\xbc\x4d\x56\xda\xbe\xfe\x80\xdc\x30\x38\x26\xad\xd9\x84\xc9\x15\xdd\xb6\x26\xb1\x8c\xb6\x31\x89\xf5\x35\xb0\x8f\xfa\xdf\xff\x2e\x33\x06\x6d\x18\x1d\x92\x51\xc7\x46\xbc\x63\x28\x95\xfd\x63\x73\x2e\xf2\x52\xc7\x46\xd4\xe3\xf3\x6c\x13\x5a\x8d\x94\xea\xb1\x09\xad\xa6\xd7\xc4\xfe\x31\x3c\x97\x6e\x16\xfb\x80\xde\x4c\xdb\xee\xdf\xef\x97\x63\x21\xf4\x19\xd6\x47\xe8\x03\x95\xdf\x3f\x6e\xe7\xd2\x13\x63\xeb\xbd\x03\x1f\xb0\x15\xfa\x80\x94\x5b\xa1\x0f\xbb\xba\x4f\xa4\xce\xa7\xe5\x46\xd9\x3a\x48\x9d\x61\x54\xf6\x89\xd2\x8c\xeb\x68\x9f\xd0\x48\xf8\x94\x8d\x5c\x48\x6b\xbc\x7d\x02\xff\x25\x0c\xc0\xcf\x61\xde\x84\xff\xd0\x3e\x70\xeb\xf4\x33\xec\x47\xf8\xfd\x1d\xf8\xb9\xb1\xf6\x25\xfc\xf4\x7f\x21\xb4\xe2\xea\xdc\x84\x02\xd1\xd3\x63\x5f\x26\x9c\x63\xf3\x36\x99\x9d\x44\xd7\x4d\x10\x36\x4f\xce\xbe\x90\x58\xc0\x4e\x6e\x62\xab\x79\x28\x36\x82\x9c\xe9\x86\x5d\x1f\x65\x26\x8c\xed\xed\x74\xb3\xcb\x6f\xe0\xe9\x84\xb1\xbd\x9d\x02\xf1\xe3\x8c\xae\x09\x95\xd9\x0a\x6f\xa0\x0b\xbb\x48\xbf\xfd\x5d\x9a\x6d\x3f\x93\xfa\x2c\x10\xd6\x2d\x1e\xd2\xad\x4c\x27\xac\xbf\xa8\x63\x3f\x08\x9c\x78\x9b\xec\x2a\x3c\x96\x11\x2c\x71\xd8\x77\x15\x1e\xe6\x52\x85\xc7\x72\xa5\x4c\xff\x5a\xdf\x72\x9e\x77\x55\x6e\x66\x19\x63\x0b\x0e\xc0\xd6\xe0\x16\x1a\xb7\x6b\xea\xc0\xac\xf4\xbb\x5b\x86\x2b\x5d\xbf\x5f\xd9\x09\x2b\xc6\x81\x63\xdb\x3f\x4e\x68\xc8\x63\x6d\x6c\x6c\x87\x0b\xf4\x63\x8a\x86\xa6\x49\xfb\xc7\x13\x8d\xe1\x22\x36\xef\x1c\xfa\xfc\xb1\x47\x43\xc3\xa6\x8d\x44\x47\x3b\x88\xdd\x4c\x54\x28\xfa\xe9\x38\x14\x96\x17\x95\x2c\x2b\x76\x16\xff\xf0\x22\xfa\xd1\xf9\x3f\xe8\xdb\x6e\x4c\x43\xa4\xea\x48\xa0\x60\xe0\x37\xee\x46\x46\xab\xdc\x5d\xd0\x2d\x23\x74\x82\x99\xde\x18\xa8\x0c\xf7\x01\x17\x23\x89\xf1\xc6\xbe\x57\xc9\xf1\xc6\xbe\x77\x88\x3b\x18\xae\xa8\x7c\xda\xd8\xf4\x6a\x90\xb5\xbb\xc0\x5a\x76\x59\xe9\x3f\x58\x56\x5e\x07\x3b\xc0\xbb\xfc\x1d\xd8\xdc\x92\x40\x74\x0e\x5b\xb3\xf5\x2e\x82\xa2\xed\xc0\xbc\x55\x3c\xd2\xd4\xd7\x15\xd3\x9e\xc5\xc3\xa5\x3d\x8b\x0b\x16\x5e\xd7\x94\xb5\xf4\x15\x17\xb4\x60\xb1\x1f\x0d\x7d\x21\xc5\x5b\x43\x5f\x89\xcc\x40\x66\x26\xbe\x0c\xa4\x52\xe2\xe3\x40\x12\xe5\x99\x1b\x5e\x9c\x52\x16\x92\x4d\x8e\x3c\x69\x43\x88\x2c\x03\x51\xd8\x2b\xda\x1f\x4f\xef\x40\xdd\x6b\x59\x03\x60\x47\x9b\x30\x13\x92\x22\x8d\x81\x6d\xab\x31\xb0\xe4\x0d\x53\x97\x99\xf4\x56\xc9\x91\xc6\x46\x7b\x2a\x2b\x16\x26\x62\xa2\x99\x7c\x6d\x9b\x3d\x49\xe3\xf0\x4d\x4c\x34\xd9\xba\x3d\x65\x26\xb8\x66\x36\xc2\x22\x23\xf9\x6c\x0d\x58\xb4\x74\xda\x37\xf9\x0c\x24\xf6\xb7\xec\xac\xc8\x70\xeb\xd5\xcd\xcd\xb6\xef\x04\x85\x11\xcd\x9d\xa4\x33\xf2\xbe\x0d\x6a\xe8\x39\x33\x79\x92\xca\xd7\xad\x79\xb0\xee\x8d\xfb\x56\xec\x2f\x71\x24\x93\x92\x36\x40\x1b\xc9\xd3\xe5\xea\xde\xe9\xf3\x6d\xc7\x09\x3e\xcd\x1f\xc0\xb7\x35\x52\x28\x5d\x28\xf6\x23\xf4\xf4\xf4\x78\xfb\x7a\x7f\x20\x91\xd2\x67\x67\xff\x38\xb4\x6a\x4c\xe6\xfd\x24\xec\x40\x88\x40\xca\xd8\x5e\x5b\x81\x94\x46\xdf\x1b\xb5\x97\x96\xfe\xfb\x41\x7a\xe8\xba\x27\xb3\x76\xf9\x81\x8c\x50\x8a\xb4\x4c\xbe\xea\x2a\x2c\xd7\xd7\x73\xba\x14\x64\x4a\x3f\x96\x02\x38\xaf\x17\xb9\x38\xe5\x54\x7b\xe5\x02\x03\xcb\x8f\xa5\xab\x06\x20\xdb\x2b\x97\x94\x3d\x59\xc2\x65\x79\xcb\x06\x58\xcb\x95\x93\xe8\xa4\xe2\xcc\xcd\xda\x26\xd9\x74\x4b\xc8\xa8\xa4\xba\x65\xcb\xc5\x29\x3c\xdd\x70\x71\x43\x07\xe4\xbd\x65\x9d\xbc\xac\xb7\x12\x3c\x0f\xd2\x26\x51\x96\x04\x19\xc9\x96\xaf\x8c\x8d\x8d\xb0\xcf\x92\xbd\x93\xb9\x64\x5a\xdb\x27\x4e\xb6\x46\xc8\xe8\x11\xdb\x22\xea\x9f\x4e\x69\x7b\x2b\x80\x14\xd7\x5f\x45\x9e\x2c\xec\xab\x19\x96\xd4\x01\x27\x6b\x75\x41\xfb\xf5\xb5\xed\xde\xbf\x32\x5e\xe2\xf7\x6b\x2c\x44\x09\xc1\xeb\xc4\xa4\x34\x98\x1f\xab\xad\xda\xaf\x13\x63\x2b\xdf\x14\x19\xda\x1c\x29\xa1\xd7\xaf\x6a\x39\x0d\x35\x37\x6a\x39\xf5\x61\xfb\xd3\x54\x4c\x7c\xf9\x12\x46\xfa\xfa\xb1\x8a\xd5\x67\xd6\x86\x53\x3c\xb4\x45\xd9\x1f\xc2\x4b\xaf\xda\x64\x14\xc5\xee\x2f\xe1\x65\xbe\x5f\xc2\xeb\x3f\xc0\xe8\xb2\x7e\xc2\x28\x01\xf9\x30\xca\xf0\x7a\x56\xc9\x97\x77\x35\x72\xb1\xa1\x43\xe1\x56\xcb\x27\xc4\xef\xa1\xc6\x18\x44\x78\x8f\x24\x33\x27\x1f\x18\x65\xb3\x76\x2f\xe1\x5c\xe4\x01\xde\x03\xad\x30\x30\xbe\x19\xa2\x8d\x23\xf8\x1e\x0a\x32\x87\xff\x28\xc8\xcc\xe6\x0a\x32\x39\x9c\xaf\x72\x2d\x43\xdd\xbe\x3f\x4e\xaf\xca\x38\xbc\x8a\xb5\x38\x77\xef\xe9\x93\x83\x69\xbd\xa7\x82\x4c\xb0\xe0\x3d\x7d\x72\x4c\x3f\x94\x64\x42\xd9\xde\x53\xad\x76\x76\x90\x8f\x11\x20\x3b\x95\x58\x4e\x7b\x53\xf6\x6a\x7b\x41\x06\xd9\xdf\x1f\x67\x57\x25\xf5\xef\x8f\xb3\xab\x5e\x62\xef\xa5\xba\x1d\xc4\x79\x2f\x01\x9b\x7e\x14\x6a\x31\x2d\xcc\x9b\xcf\x92\x4d\x9a\x1f\xfe\xc3\x1b\x4d\x33\xe2\xf7\x52\x42\xc8\xb6\xbc\x97\x12\xc2\x6e\x67\x64\xab\x07\x43\xde\x2b\xe5\x98\xd6\xe2\x65\x04\x7a\xbf\x17\x2f\x23\x57\xc2\x48\x2f\x6a\x7a\xde\x82\x45\xb9\x3b\x47\x3a\x71\x39\xb3\xd7\x38\x2f\xca\x7e\xde\x82\x6d\xbb\x13\x31\x19\xd4\xb0\x92\xf2\x4c\x4e\xc0\x8b\x7c\x4c\x9e\xea\x2d\x3e\x97\x78\x73\xbf\x85\x27\x9d\x2b\x5a\x84\x3c\xec\x4a\xd9\x66\x38\x86\x36\x30\x4d\x10\x79\xe0\x0d\x21\x74\x1a\xb6\x70\x1a\x4c\xaf\x3a\x0d\x4e\xc0\x5b\x9d\x06\xe3\x55\x85\xb1\x48\x1a\x5e\x24\x6a\x72\xc8\xaf\x56\x42\xbe\x81\xde\xea\x3c\x00\xdd\x48\x32\xb0\x06\x6f\x46\x92\x11\xcb\x2b\xd1\x3b\xc5\xcc\x9a\x3b\x60\x2d\xa1\x85\xa8\xbd\x19\x3c\xc6\xd9\x36\xed\xe5\xf3\x1f\x82\xc7\x88\x3f\x19\x3c\xc6\xc5\x6a\x0a\x36\xdd\xc1\x0c\x18\xe3\x3a\x34\x25\x9b\x4e\xab\x91\x5a\x5f\xa4\x69\x08\x36\x45\xb9\x26\x7b\xd1\xff\xb4\x5b\x7e\x33\xb2\x4c\x77\x54\xc4\xb4\x1e\xa7\x34\x33\x12\xa1\x0c\x33\xe3\x23\xe1\x25\xcc\x8c\xa6\xce\xaf\x49\xa5\xe4\xee\xdf\xee\x0c\x5c\x81\x6e\xbe\xb8\x62\x13\xc5\x09\xae\x66\x37\x13\xf8\x69\x35\x6c\x93\xaa\xe5\x14\xf3\xb3\x34\x5d\x79\x28\xd3\xc4\x68\x29\xaf\x98\x17\x21\xda\x65\x98\xb4\x17\x21\xda\x65\x1c\xb3\x37\xcc\x70\x05\xa7\xf1\x06\x51\x2f\x61\x65\x5f\xa4\x68\x97\xd1\x3c\x5e\x62\xc9\x5c\x86\x4d\x7b\x33\x5d\x39\xdc\xe9\x8b\xd7\xfa\x65\x80\xb4\x37\xf3\x95\xc3\x9f\xbe\x81\x35\x55\xb5\x89\xaf\x7b\xee\xde\x17\xd1\xdb\x35\x2e\x9b\x20\x26\xf5\xac\x04\x62\x52\x31\x34\x7c\xe8\x5f\xfe\xf1\xa1\x8d\x86\xa7\x7d\x31\x95\xbe\xc6\xe5\xc7\xe9\x07\x1d\x0f\xe2\xf7\xb8\x60\xc8\xe1\x8a\x11\xb0\xde\x61\x34\x1e\x14\x06\x2f\x6c\x64\x31\x0a\xd5\x3b\x48\x89\x2f\x96\x0d\xbd\x17\x10\x7c\xbd\x99\xcc\x5c\xbc\xfe\x31\x92\x4d\xbb\xc1\x77\xa6\xd0\x81\x39\xa2\x77\xcc\xbc\x0f\xef\x44\x66\x2a\x32\x4d\x64\xa6\x22\x29\xac\x64\x31\x14\xe2\xfb\x63\x25\x9b\xca\x9b\x77\x6a\xce\xeb\xa1\x9a\x66\xa4\x77\xef\xa7\x02\xd4\x62\xb5\xcc\xf9\x04\xc0\x53\x01\x6a\x71\x14\x04\xa8\x12\x17\xf3\x4f\x19\xd0\xf8\x85\x65\x0c\x55\x14\xef\x9d\x39\xc0\x19\xdf\x14\x95\x0a\x5d\x5e\xfd\xa8\x92\xb4\x19\xfc\x3f\x89\xc5\xf6\x03\xd0\x3e\x54\x2c\x21\xdd\xfa\x8a\xfc\x51\x50\xb6\x3d\x0b\xf3\xe1\x17\x7a\x70\x7d\x7c\x85\xc8\xf9\x0c\xff\x15\x1f\xf2\x96\x37\x6f\xcd\xdf\xb2\x7c\xc6\x9d\x32\x4e\xe3\x57\xa1\x86\x9c\xa2\xaf\xaa\xde\x81\x74\x7c\x55\x82\x7d\xfa\x0f\x81\x9f\xa6\x7f\xe8\x8b\xce\xe4\xbf\x9a\xf8\xe5\x87\xfa\x02\x58\xc0\x4f\x31\xfc\x70\xc4\xdc\x60\x47\x54\xec\x98\xff\x98\x2d\x84\xc5\xfb\x90\xd0\x6b\x94\xf6\x35\xf2\xf7\x3b\x41\x52\xb8\x84\xb6\xe7\x1f\x94\x27\x34\x5e\xff\x0c\x5b\x05\xae\x7d\x18\x1b\xa8\x73\xfc\x9a\xb2\x19\xeb\xe0\x39\x31\x2d\x2b\x83\xb1\x57\x64\x18\xd3\xfa\xc8\x30\xa6\x03\x60\xa1\x2c\x14\x1d\xc3\x1b\xe7\xdd\x91\xc1\x80\x59\x9f\xfe\x10\x5c\x53\x5f\xe7\xb9\x06\x19\xff\x3a\x8f\x23\x30\xf1\xd3\xba\x80\xbb\xe5\xd3\xba\x80\x03\xf6\x11\x74\x5b\x23\xdf\x4f\xbf\x07\xe9\xe0\xc7\x3b\x31\xc6\x9f\x8f\xe0\x2f\x65\xee\x28\x2c\x3e\x6c\x0c\x14\xbf\x7c\x21\xb7\xe4\x6e\x06\x26\xac\x1c\xca\x2f\x74\x67\x6b\xd6\x92\x8f\x61\x52\xd0\x87\xb3\xe4\x87\x17\x2e\x87\xea\x0b\xd5\x70\x6e\xb3\xe1\xb8\x7d\xc5\x7d\x88\xe3\x2f\xc3\xc2\x7c\xbf\xc7\x64\xd3\x50\xf6\x1b\xd2\x27\x37\x73\xa8\x2e\x81\xd8\x7c\x83\xf4\x8d\x3c\x1a\x3e\x9e\x96\x45\x6b\x89\x4f\x2b\x85\xec\x8a\x70\x2e\x22\xc9\x48\x97\x66\xca\x9b\xcd\xb4\xd7\x17\x5c\x07\xdc\x61\x5a\x6a\x9e\x47\xdf\x54\xc2\x47\x47\x13\x09\x19\xcc\xcd\x87\xa5\x63\x18\x07\xe1\x9b\x88\xc8\x04\x83\x30\x55\xde\xca\xdf\x44\x44\x36\x6d\x9c\x78\x6f\xaf\x37\xc7\x86\xe1\x26\xa2\x1e\xd1\x76\x22\x7a\xb2\x0e\xd2\x79\xe9\xe5\xc7\xf3\xb1\x2a\xf1\xfc\x6e\x0c\xa9\x87\x65\xde\xdc\x22\xcf\xcd\x9b\x5b\x24\xbc\x31\xaa\x16\xf1\x6e\xc2\x9e\xc0\x5a\x7c\x37\xb2\x81\xe1\xef\x8a\xa7\x45\x12\x5d\x49\x7b\xf6\xf4\x3a\x39\xbb\x82\x05\x17\x3e\x53\xf0\x6a\xe9\xf6\x69\x29\x69\xc0\xc9\x8f\xe7\xe2\xcc\x72\x5e\xe2\x8c\xf2\xe4\xfb\xc7\xf6\xea\x2d\xc3\x0f\x42\x98\x35\xfb\xf2\xd6\x71\x57\x1f\x14\x87\x1e\xcb\x87\x4b\xa7\xd9\x40\x5d\x9d\x1b\xf3\x48\xf5\xab\xff\x48\xf5\xfd\xc3\x57\x3b\xbb\x44\x0a\x17\x9f\xd3\xdf\xef\x51\x79\x99\xca\xf7\x23\xf0\x67\x97\x52\x2d\x64\x88\x10\xe3\x8f\x74\x2e\xe6\x74\xfa\x48\xe7\x62\x1a\xa7\x8f\x58\x9f\x95\xf7\xfe\xb7\x10\x91\x0d\xeb\x23\x4e\x74\x05\x17\x62\x3a\xb7\x68\x21\xa6\x73\x8b\x96\x7b\x0a\x72\x10\xea\x33\xa9\xe2\x56\x4c\x47\x9f\x84\xf4\xcc\x89\x6d\x15\x05\x62\xcd\xce\x77\xbb\x1f\x1f\x27\x9c\x91\x5f\x9f\xb8\x28\xb0\xbf\x7c\x7d\xd9\xe4\xd5\x99\xde\x25\x7b\xd5\x5a\x88\xb3\x3e\xbf\xdc\xfc\x7c\x7e\x49\xa6\x5e\x1f\x96\xd2\xa3\x37\xd1\xc2\x9e\x13\x2d\x6c\x23\xdf\x6e\x5f\x9f\x9b\x4f\xad\xb4\x46\x10\xe9\x3f\x98\x49\xd7\x24\x8d\x11\x24\x68\x3c\xc0\x2e\xbd\x04\xbf\x4f\xa6\x8d\xe1\xb5\x3f\x50\x71\xf5\x7d\xa8\xa3\x1d\xfd\x43\x9d\x21\xb6\x99\x2e\x77\xfc\xae\x9d\x71\x1c\xa4\x9a\xfd\xcd\x64\x1c\xd8\x18\x90\x1b\x61\x1c\x06\xd3\xc4\x2a\x77\x1c\xbe\xbe\xae\xf3\x0f\xba\x37\x0e\x24\xf4\x38\xc7\x8f\xc3\xf0\xd9\x3f\xac\x1a\x87\x06\x98\xc5\x9e\x03\x4c\xb2\xce\x10\x5e\x41\x41\x8a\xfc\xbb\x71\xc7\x61\xcc\xcd\xdf\x3c\xc6\x81\x28\x9e\x2c\xe0\xe3\x40\xe4\x4e\x40\xe9\x71\x60\x67\x49\xfa\xdc\x71\xf0\x10\x23\xb1\xd9\x38\x7e\x4f\xaf\x40\xa4\x33\x0e\xc5\xec\xc5\xdf\x3b\x68\x68\x19\x31\x7b\x61\xdc\x13\xe3\xee\xc2\x58\x8a\xd9\x8b\x6d\x21\x27\xd3\xb2\x28\xe9\x58\x5b\xa0\x3b\x1f\x2f\x95\xec\x54\x9c\xa4\xa3\x2b\x45\x1a\x54\xba\xb0\x4a\x9b\x40\x7d\x29\x5e\x29\x74\x65\x6e\xdd\xab\xf8\x0f\xa1\x36\x07\x30\x5d\xbf\x57\x2d\x92\xe7\x71\xf8\x16\x2b\x4e\xf4\xca\xeb\x80\xd5\xb8\x7c\x16\x0c\xd6\x12\xa7\xd2\x41\xa0\x9f\x71\xe0\x50\x51\x09\xaf\x39\x8e\x62\xd4\x97\xca\x4c\x8a\xce\x6d\x8e\x5f\xdc\x58\xff\xa8\xff\xfd\xcf\xa0\x5f\xe3\x28\xaa\x86\x01\x85\xd0\x5b\x87\xa0\x14\xf7\xce\xdf\x27\xcb\x69\x19\x6d\x89\x93\xfd\x3d\xa0\xa2\x1f\xf6\xc9\x4d\xed\xf4\x2a\x37\xf2\xa4\x0e\x82\xf2\x79\x01\xb7\x82\x72\xc7\x32\x62\x85\x0b\x55\xa1\xec\x62\xa3\x32\x70\xd1\x44\x53\xc6\x06\xfc\x4d\x92\x58\xad\x44\xb0\xaa\x41\xe3\x26\xa5\x66\xfa\xbf\x97\x8c\x1e\xb1\xe3\x68\x06\x24\x6b\x56\x52\x52\x56\xfd\x47\x62\x97\x5d\xbd\x34\xa1\x4c\xca\x90\x7a\x89\x43\x3d\xc3\xce\x03\x49\x37\xf2\x77\x65\x14\xa2\x62\x1e\x38\x88\x8c\xc3\x48\x98\x68\x44\xc6\x61\xd2\x10\x32\x02\x8f\xc3\xc4\x71\x25\xbb\xe6\x7d\xe9\x92\x98\x44\xce\x65\x08\x0f\x3e\xad\x23\x09\xbd\x1f\xc4\xfd\x9c\xcc\xdd\xec\x70\x93\xc1\xf3\x75\x21\xfe\x87\x56\x19\xe2\x27\x0f\x87\xe1\x29\x0c\x62\x6a\x56\xf0\x13\x7e\xe1\x70\x45\xf5\xb0\xc4\x1c\x7f\x1c\x83\x74\x56\x6e\x1f\xd9\x6c\xb1\x56\x1d\xc7\x40\xad\x20\x7a\x0c\x57\x1a\x30\x30\x6f\xc4\x7e\x62\x1c\xc6\xb3\x72\xe0\xcc\xef\x06\xd8\x03\x87\x61\xe7\x39\x0f\xd0\x0c\x80\x4c\xe3\xd6\x19\x6b\x1a\x08\x88\xe9\x98\xd2\x4d\xda\x63\x4a\x37\xa7\x3f\x35\x3e\x01\x86\x49\x04\x79\x61\x9e\x79\x9d\x51\xf6\x09\x65\xdb\x45\x1d\x26\x39\x33\xfe\x20\x65\x59\x78\x1b\x20\x69\xee\x6e\x22\x66\x89\xbd\xfe\xa5\xc5\x1d\xc7\x4d\x14\x42\x17\xdf\x6c\x6f\x95\x51\xd4\xeb\x27\x42\x9a\xd5\xad\x59\xbe\x4d\x3a\x47\x59\x36\x0a\x50\x48\xe4\x96\xb8\x41\x72\xda\xee\xb6\x23\x59\xc6\x7f\x73\x1c\x86\xfb\x16\x99\xd2\x35\xd2\xdf\xab\x31\x92\x28\x37\xfa\x61\xac\x27\xe3\xb0\xb2\xde\xa6\xe7\xbf\xc4\x80\x47\x8f\x1b\x46\x86\x07\xe8\x12\x85\x27\xd5\xb5\xcc\x87\x6b\x5f\xeb\x91\x71\x70\x8f\x9f\x9e\x54\xb2\xaf\x9d\x22\x19\xb2\xe0\x76\x79\x3c\x97\x64\x01\x00\x49\xbf\x76\xe6\xef\x93\x32\xc3\x91\xc5\x16\xa9\xf4\x38\xb8\xe0\x51\x21\x8f\x03\xa7\xc7\xd3\xd3\xc5\x05\x7f\x48\x65\x71\x7a\x3c\xbd\x32\xf6\x41\x5b\x16\x0f\x27\x8b\xd3\x3a\x1b\xb5\x97\xfd\x6f\x81\x63\x06\x5b\x92\x05\xd0\x1b\xd8\xbc\x92\xf0\xc3\x38\x1d\x77\x0b\x1b\x93\xdc\x37\xf5\x81\x81\xd0\x99\xf0\xbb\xe3\xc0\x5d\xf2\x14\x9f\x37\xb7\x50\xc2\x00\x9c\xce\x11\x17\xc9\xd3\xfa\x2f\x37\x92\xeb\x40\xae\xb5\x53\xd2\x8a\x87\xe4\xe1\x22\xfe\xd8\x8d\xeb\xf0\xbc\x90\xf3\xf6\xf4\xe6\xc1\xeb\x62\x5c\xee\x07\x9c\x43\x0c\x51\x81\x3c\x6a\xd5\x63\xfb\x42\x50\xdd\xf2\x0f\xf5\xad\xa8\xf6\xc1\x7a\x49\xfb\x3f\x59\x2f\xda\xfe\x58\x88\xab\x8a\x09\x1f\x97\xb3\x88\xf0\xe3\x20\xa2\x7b\xa5\x7c\xbe\x61\x3d\x56\xa4\xc6\xad\x22\xf3\x27\x85\xb7\xd3\x9b\xb2\x1d\xfd\xde\x6b\xdd\xe5\x25\x35\x6e\x15\xc7\x3f\x01\xb5\x3e\x9a\x4d\xb6\xe3\x24\x1d\x2e\xf9\x88\xc7\x89\x9e\x9f\x24\x9c\xe3\x3c\xd0\x33\x73\x13\x9d\x87\xb4\xb4\xf9\xc1\xad\x0d\x5d\x3e\x65\x1d\x58\x96\xf3\xc8\xd3\x65\x4f\x42\x1a\x94\xa7\xd8\x68\x0b\x5e\xd5\xd5\x9e\xb4\xe4\x61\x01\xce\xc3\x1b\xd2\x26\x69\x91\x08\xb4\xe7\x99\xf7\x08\x6d\x7e\x3c\xc3\x40\x0e\x3a\xce\xd3\x8b\xaa\x50\x0e\x43\xbc\x31\x88\x3e\x1b\xd3\xd6\x93\x06\xcc\xe9\x94\x03\xab\xb6\x78\xf8\xc3\x06\x9b\xb2\x23\xbc\x94\x1b\xe5\x8f\x32\xf5\x49\x96\xc6\xc3\x73\x9c\xf8\x6c\x78\x05\x9d\x17\xba\x67\x70\xe9\xbc\xd0\x3d\xbb\xb0\xfa\x6c\x70\x9c\x4f\x12\xe7\xe2\x19\x3d\x4e\x42\x70\xf2\x4c\x1f\x27\x0c\x83\x8f\xc9\x71\x5e\x0f\x7f\xfc\xa5\xd1\x18\x27\x5a\x7c\xb4\x3b\xe3\xbc\x84\x9c\x45\x57\x8b\xcf\x29\x38\xd5\xe2\x73\xa2\x4f\xb8\x8a\x89\x18\x72\x9c\x25\x03\x13\x30\x27\x43\x55\x4c\x57\xc7\x64\x68\x48\x88\xc6\x59\xf0\x7f\xe8\x40\x89\xc6\x9e\x70\xcf\xe3\x44\x33\x4f\x52\x99\x71\x92\xee\x16\xf7\xb8\x71\xea\x85\x71\x39\x38\xdc\xc4\x80\x3c\x9c\x64\x39\x43\x82\x37\x4e\x1d\x2f\xb8\x76\x4e\x38\x0b\x72\x9b\x8e\xd3\xbc\x66\x73\xda\xc0\xd1\x6c\x00\xd7\xc9\x7d\x74\x92\xae\xbf\x38\x89\x2a\x14\x40\x57\x85\x02\x88\x54\xd3\x43\xaf\x4e\x52\xda\x62\x62\x38\x4e\xbd\x2d\xb8\xcb\x4e\xd5\xf4\x9c\xeb\xb3\xa1\x4f\x0e\xc6\xd5\xf3\xa2\xfb\xbb\xf7\x29\x30\x34\xdd\x8a\x9b\x7f\x3c\xbf\xd9\x88\x10\x3f\x0e\x65\x36\x11\xe8\xc7\x93\xcc\x26\x5a\x76\x14\xca\x6e\x3c\x1e\x19\xcd\xd3\xf5\x63\x4f\x66\x73\xdb\x74\xc2\x10\x43\x8d\xe9\x39\xfd\xfd\xb7\x42\xc3\xfd\x20\xa6\x67\x13\x29\x71\xc2\x68\x6e\xb3\xb1\x3b\xa7\x63\xe9\x86\xc5\x55\x74\x76\x2d\x8e\x3c\x35\xca\x4c\xb8\x27\xce\x1f\x2b\x33\x9b\xe8\x8a\x9a\x1d\xe7\x94\x71\x06\xca\xe5\xc9\x0c\x42\xe8\xa8\x8f\x9a\x1d\x8b\xb9\x71\x06\xcb\x12\xd6\xe9\xd4\xa1\xff\x10\x3a\xfb\x84\xa1\x13\xa5\xc2\x43\xdd\x6c\x8c\x4d\xe2\xe9\x02\x13\xc2\x33\xd1\x6b\xb8\x39\xcc\x79\xa0\x53\xe4\xd2\x38\x8d\xd9\x79\x4a\x51\x08\xc2\x1d\xc5\x83\x6f\x1a\xb2\xd3\xb3\x6b\x1a\x32\xbc\x8d\xc6\x39\x50\xc2\x72\x71\x9c\x23\x5d\xd7\x98\xde\x90\xb7\x64\xa1\x86\x26\x73\xae\xcd\x48\xde\xd2\x7f\x92\xb7\xb4\xbd\x30\xd2\x6f\xca\x3e\x20\x9f\xa7\x21\x24\xc2\xf5\x99\xc9\x34\xd2\x19\x19\xc9\x9a\x8b\xa8\x13\x46\x88\x07\x46\xe9\x16\xa9\x8d\xb9\x15\x6e\xbe\x7a\xf5\x10\x8b\x74\xc2\x80\x5d\x3b\x8d\x05\x11\xd2\x18\x75\xe9\xe1\x9e\xdf\xbe\x45\xa4\xc0\xe8\xd2\xcf\x22\x56\xc1\xd4\x9c\xc5\x83\x77\xfb\x32\xb1\x63\xe4\x54\x59\x09\xe9\x69\xe2\xb0\xc1\x20\x8a\x0b\x76\x27\xcb\xcb\x54\x10\x88\x9c\xc5\xf6\x08\x41\xce\xe2\xf2\xa5\x10\xc4\x63\x6c\x6c\x4e\x42\xb1\x8d\x93\xe0\x5a\x33\xff\x50\x7f\xe5\x56\xea\x2d\x5a\x5c\xcb\xe4\x7a\x5c\xcb\x27\x41\xb6\x8d\x0f\xa8\xf3\x2f\xf5\xc5\x38\x7f\x3c\x51\x4b\x4a\x6e\xb0\x70\x99\xc4\xf3\xc9\x97\x16\x73\x20\xa2\x67\x12\xc7\xe7\xa5\xcc\x44\xf1\x2a\x4d\x52\xbe\x0e\xca\x34\x5e\x3e\xb9\x3c\xeb\x3f\x86\xaa\xe5\x9d\xb0\xe4\xf3\x99\xcb\xf2\x81\x3f\x6c\xad\x9c\x77\xd0\xed\x42\x5d\xe4\x41\x5e\xaa\x8b\x78\xe4\x9c\x19\x6d\x42\x0a\xfa\xe3\xb5\x5a\xde\x29\x4b\xb5\xd7\xf0\x23\x41\x07\xdc\x1f\xb7\xd5\xea\xff\x19\x7b\x8f\xb3\x6d\x79\x9e\xe1\xb6\x95\xaf\x04\x9c\xed\xc9\xdb\x0b\x60\xe8\xbf\x84\x7d\xb0\x96\xee\xf3\xf9\x67\xd7\x9e\x11\x1c\xe4\x24\x2b\xcb\x01\x92\x8e\xac\x0a\xc9\x56\x23\x03\x0d\x90\xb6\x2a\x0d\x68\xa3\xb4\x43\x9e\x44\xf5\xad\x3c\xc9\x1f\xc1\x66\x00\x17\x91\x41\xbb\x1d\xee\x50\x62\x00\xe3\x0e\xc1\xb2\x7f\x1e\x25\x8e\x76\xa9\x7d\x35\xed\x62\x14\x39\xc5\x4f\x8f\x3c\x29\x93\x62\x5c\xae\x2c\xc6\x34\x3c\x68\xb3\x10\x86\x4d\xd0\x3b\x89\x10\x5d\x52\xa2\xe9\x99\xcc\x02\x5d\x47\x5c\x72\xf7\xbd\x52\x1a\xef\x8b\x47\x9a\x85\x99\x96\xb8\x72\xd7\x12\x95\x7c\x4a\x8f\x3c\x91\x73\x00\xb8\xdf\xd8\x8d\xd4\x50\x2d\xee\xe5\xf1\x4a\xd8\xf9\xbd\x1b\xd8\xdb\x17\xf0\x82\x03\x45\xdd\xbd\x44\x44\xa8\xbb\x0f\x6f\x06\x4d\x21\x9d\xcc\x57\x6a\xf7\x2b\x93\x0f\xe8\xba\xe6\xb3\xe4\x52\xe1\x19\x31\x17\x13\x93\x09\x50\x21\x5b\x97\x09\x50\x81\x85\xd3\x47\xb5\xd0\x6f\xe6\xd9\x93\xda\x78\x76\x77\x4c\x9e\x4f\xd6\xdd\x32\x2a\x04\x20\x15\xb2\x42\x97\x62\xa3\x98\xa9\x81\x62\xb3\x76\x8e\x00\x9a\x13\x24\x0a\x67\x31\x27\x38\xf1\x41\x43\x1f\x05\x55\xc9\xa7\x31\xb3\x99\x4d\x70\x68\x9d\xd9\xcc\x26\x84\xcc\x9d\x39\x29\xef\xe1\x8c\xe6\xa4\xbd\x6d\xb3\x0e\xc8\xd3\x09\x20\x46\x05\x11\xc4\x67\x26\x8d\x59\x73\x02\xd0\x76\x63\xb8\x3c\x33\x6e\x1f\x98\xb4\xce\x9c\x0f\x78\x1f\xe0\x20\xfc\x68\x8a\xef\x99\xd5\xa1\x7c\x86\xe0\x75\x32\x70\xf3\xe8\x4b\x90\x70\x69\xc5\xf7\x70\x66\x5d\x5a\xbd\x58\x72\x76\x97\x58\x68\x9b\xaf\x1d\xb8\x89\x22\x4a\xf2\xaf\x99\x8b\x54\x1a\x15\x70\x3d\x95\x1a\xc8\xb8\x9e\x8a\xe4\x73\xf9\xa8\xd9\xc5\xd6\xcb\x08\x53\x16\xeb\x9f\x89\x1c\xba\xd8\x48\x19\x4b\x46\xb9\xe8\xac\x25\xa3\xcb\x00\x5d\x94\xa3\xaf\xc7\xb4\x6f\xbe\x40\x86\x70\xa3\x64\xd2\xc2\x36\x81\x20\x15\x6c\x4b\x7f\x79\xa6\x7d\x8c\x06\x05\x81\xb0\x36\x9e\x99\x83\x8f\x68\x2a\xd3\xc9\x24\xfb\x7f\xb3\x77\x22\x53\x28\xa9\xcb\xd5\xab\x26\x7e\x78\xd5\x70\xf5\x67\x74\xd3\x87\x87\x20\x9b\xe5\x7f\xd8\x87\x59\xfe\x87\x43\x6c\x5e\x3c\x6e\xa3\x10\xe2\x74\xeb\x88\xba\x96\x7f\x44\xc1\xcb\xa6\xc5\x63\xcb\x06\x4c\xf2\x38\x7d\x51\xb7\x0c\x61\x9e\x11\xd7\x64\x0c\x97\x3f\xc4\x21\xc9\xc8\xd4\xa8\x4f\x6e\x1e\x20\x93\x98\xe0\x6d\x31\x33\xca\xe5\x96\xe3\x05\x9f\xf5\x69\x15\x5d\x45\x3c\x4f\x10\x42\x45\xd9\x51\x36\x59\x09\x9e\xa6\x33\x1b\xc6\xbc\x58\x45\xe9\x2a\x53\xf3\x11\x3f\x4d\x9a\x3f\x9b\xb0\x15\x0a\x37\x0f\x77\x87\xcf\x8d\x85\xf4\x59\x3a\x10\x42\x33\x23\xdf\x59\x9e\x08\x22\x65\x24\x67\x68\xc8\x28\x3a\xdf\xc6\x3c\x1f\xf1\x07\xfb\x35\xe5\x23\xf9\x23\x92\x3a\x1a\xff\x99\x3f\x1a\xa9\xa3\xe3\x9f\xd9\x70\xa4\x60\xce\x1c\x39\x4b\xe8\xfb\x23\x97\x7a\xb2\xeb\xa9\xfc\x85\x32\xd0\x41\x46\xe9\x98\x19\xa1\x4e\x9c\xf8\x29\x9a\xa7\xd1\x69\x90\x69\x1b\x7a\xa8\xcc\xa0\x11\xfc\x48\x8d\xe7\x10\xfc\x50\x7e\x91\x13\x05\x9a\x2d\x2f\x25\x1a\x74\xfc\xd1\x43\xa6\x0b\x98\x79\x21\xc6\x75\x52\xc9\xa2\x26\xcd\x93\x97\x52\x15\xda\xff\xe8\x9f\x2e\x31\x93\xd7\xc5\x33\x40\x9b\x69\xcd\x43\xfd\xd1\x45\x3d\x76\xa4\x49\xfd\x5d\xb4\x53\xac\xc1\x77\x92\xfa\x0f\x17\x84\xa4\xfe\x43\x4c\xa6\x67\xaa\x63\x21\xc1\x3f\xa1\x18\x67\x56\xe4\xe3\x58\x4e\xf1\xbe\xe7\xf8\x23\x95\x7a\x9c\x85\x13\xa0\x3d\x96\x1f\xa5\xd4\x87\x27\xec\x94\x45\x74\x7a\x4f\xa1\x66\xf4\x10\x4a\xdd\x25\x40\x8b\x44\xb8\x8c\x99\x4f\x47\x60\x07\x8e\x00\x48\x21\x9f\xba\xb3\xa8\x8c\xc8\xe5\x46\x6b\xd4\xdd\xa7\x17\x50\x7b\x04\x43\x46\xc4\x68\x3e\x6a\xa9\x0f\x37\x36\xc4\x52\x77\x55\xf1\x0e\xe9\xc2\x06\xdd\xd4\xdd\x5b\x17\x33\xed\x89\xbf\xb0\x39\x17\xb6\x8f\x30\xea\x71\xaa\x2f\x61\x06\x4e\xdc\x65\xbb\x2b\x89\xc7\xc8\x5c\x22\xfa\xdb\x69\xa7\xa1\x9b\xa9\x86\x96\xcb\x1f\x2d\xd4\x09\x22\x39\x33\xb4\xd0\x98\x22\x01\x88\x99\x99\x9d\xec\xd0\xc4\x3b\x4e\x7d\x5d\xf3\xf8\x4b\x1f\x3b\xf3\x46\x30\x83\x40\x21\xa3\x2d\x8a\x9b\x63\x17\xbe\x03\x18\x59\x56\xb0\x8a\x98\x59\x61\x52\x7c\x47\x48\x23\xa6\xdd\x78\x17\xb8\x27\xb7\x7e\x34\x2e\x85\xd2\x24\x4f\xb7\x12\x24\xd1\xcc\x46\xd2\x55\x7c\x46\x6a\x04\xdf\x90\x09\xb2\xa5\x44\x3e\x2b\x41\x72\xb3\x3e\x5c\x5f\xde\x9c\x78\xc9\x56\x45\x99\x99\x80\x5b\x87\x58\xed\xe1\x64\xb8\xbe\x8a\x93\xbc\x50\x08\xbe\x25\x8d\x93\x09\xbe\xa5\x7c\x37\x93\xb8\x5f\x31\x77\x26\xbe\x56\xf2\x86\x23\x59\xbf\x1c\x4e\x26\x03\xab\xbc\x4b\x26\xee\x56\x72\x1d\xb1\x21\xec\xd5\x63\xf5\x08\x35\x15\x5e\xa1\xf6\x99\xe9\x75\xf4\x48\x9f\x92\x37\xfc\x8b\x0c\xcc\x8d\xf2\x02\xb4\x78\x0e\xe9\x13\x0e\x94\x33\xbf\x4c\xaf\xd4\xce\xab\x84\xc5\x75\xc7\xcf\x64\xc6\xbd\xf9\x3a\xbf\xcc\xcb\xeb\x10\x7c\x66\x08\xee\x2c\x5d\x6c\x25\x42\x33\xa6\x84\x1a\xa6\xcc\xfc\xa2\xbc\x14\xe7\xa1\xfd\x1a\x84\x1e\x9d\x05\xc9\x94\xac\x5c\x39\x1c\xc4\xe4\xd9\x3d\x52\x78\x76\xe6\x3b\xcf\xec\x11\x8e\x7a\x41\x48\x45\x72\xd6\x59\xf4\x40\xa9\x96\x41\xe0\xc8\x3e\x2a\x78\xa0\x90\xae\x6d\x16\x3d\x50\x8a\xfd\x5e\xf2\x2a\xbe\x30\xf5\xcd\x42\x88\x83\x59\xf2\xa2\xbe\x8a\x8d\x5a\xd4\x57\x09\x74\x10\x51\xdc\x7d\x25\x21\xa3\xe3\x08\x95\x90\x3d\x45\x29\x84\x74\xcc\x5e\xf9\x08\xaa\xd1\x1d\x42\x68\xaf\xa6\x35\xd0\xd5\xb0\xa0\x25\x23\xa5\x63\x11\x0b\x81\xdb\xbb\x63\xcb\x95\xef\x54\x96\x8a\xe2\x90\x96\x0c\x78\xd9\xba\x83\x76\x98\x3b\x09\xaa\x61\x5d\xa0\x73\x2e\x08\xdc\xde\x9d\xbb\x2c\x06\xf1\x19\xe0\x9c\xbb\x8f\xce\x1a\x24\x05\x9f\x45\x32\x8b\x25\x2f\x38\x89\x60\x10\x3f\x0b\x4e\x22\x18\xc1\xcf\x42\x80\x76\x92\x93\xcf\x42\x80\x76\xfc\xdd\x66\x81\xe4\xc2\x27\x6e\x16\x48\x2e\x8c\xef\x67\x41\x7f\xd5\x5d\x63\x8c\x72\x08\xeb\x30\x0b\x24\x17\x46\xf6\xb3\x14\xb6\x17\x47\xb3\xe0\x3c\x32\x1d\x57\x01\x4e\xf7\x84\x21\xdc\xbd\x60\x4a\x01\x50\x2e\x8c\x82\x27\x09\x56\xff\xb3\x54\x68\x77\xc8\xcf\x52\x9d\x50\xca\xe3\x49\x82\x1d\xfe\x2c\x84\x4c\x25\xbd\xf9\x2c\x84\x4c\xed\x6e\xc6\xea\x84\xfe\xa9\x71\x2d\x95\x1d\x06\xc2\x28\x95\x51\x80\x90\x0a\xda\x33\xe2\x74\xcc\x42\x0c\x55\xf5\x07\xa5\x3a\xdb\x02\xcb\x6c\xbb\x23\x2b\x3b\x21\xdb\x0e\x42\x66\xee\x95\x42\x6c\x55\x82\x62\xcc\xd2\x1c\x90\xdf\x59\x05\x8e\x57\x21\xb6\xaa\x9a\x84\xd2\x5c\x05\xda\x6f\xee\x10\xcb\xa8\x86\x70\x79\xba\x98\xcd\xda\x6a\xd1\xa6\x73\x86\xe2\xac\x61\xdd\x3a\x4b\x0f\x64\xcf\x1f\xe2\x8c\xca\x60\x14\xe9\x27\xb7\x1e\xf4\x53\x76\x9f\x7f\xf4\xd3\x94\xbb\x28\x03\xea\xda\x41\x7f\xe4\x53\x5e\x6e\xed\x01\x45\x2d\x50\xa4\x72\x53\xb3\x57\x06\x32\x59\xb7\xea\x40\x26\xeb\x96\x9c\x30\x3c\x1e\x85\x09\x0c\x4e\x18\x31\x3e\x2a\x36\xb9\xb3\x4c\xc8\x7a\x3b\x9e\x08\x62\xdd\x33\x13\xb2\xde\xd9\xc6\xcb\x75\x79\xd6\x26\xba\xcd\xf8\x8e\x90\xd8\x7d\x3e\x11\xbb\x7a\xe4\x27\xc0\x79\xd6\x30\xaa\x59\xd1\x31\xc0\x79\x98\x89\x33\xa6\xbc\xab\x60\x7d\x57\x95\xb9\x14\x3c\x61\x97\x7b\x69\x21\x3d\x76\x79\xf0\x8a\xcd\x1e\x42\xec\x6b\x54\x11\x97\x25\x5f\x02\x10\xcb\x01\x58\xde\x99\xb3\x4d\xc4\xdc\x6e\x91\x85\x04\x55\x24\xb2\x1c\x00\x33\x84\xe7\xac\x19\x86\x66\x59\x4e\xaf\x95\x1d\x01\x23\x3b\x11\x1c\x3b\xbd\x27\x80\x7a\x22\x4f\x19\x28\x1a\x3d\x5d\x62\x80\x38\x01\x94\xfb\xab\x9c\x2c\xb1\xcb\x7a\xb2\xc4\xcd\xef\xcc\xb4\x7b\xf3\x04\x50\xb1\xee\xc9\x72\x47\xfb\x48\xbf\xa3\x9d\xdb\xe5\xb3\x03\xd7\xde\x8e\x5d\x7b\x2a\x5f\x4c\xaf\x4b\x06\x31\x64\xa2\xaf\x59\x48\x89\xbb\xdc\x2c\x52\x3a\x52\xf3\x85\xd4\x71\xd3\x63\xf7\x51\x3a\x73\x8a\xd7\x6f\xa4\xc3\xe2\xf5\x1b\xe9\x70\x3c\x23\xc6\x86\xb8\x2e\x37\x3c\x3d\x22\xce\x72\x23\x1d\x46\x5b\x59\x6e\x64\x1d\xdd\x32\x88\xb4\xb9\xe2\xca\x8d\x43\x97\x48\x14\xf3\x99\x38\x43\x37\x49\x9e\x97\xfd\x82\xc0\x44\x96\x37\x6c\xb5\x6b\x86\x63\x46\x0f\x6c\x49\x0a\xdd\x29\xf6\xbb\xe5\x2b\xf9\x4e\xda\x5c\xe2\x82\xcc\xb2\xb5\x9b\x5a\xbe\x20\xb0\x45\x22\x55\x36\xfc\x0b\x62\xab\xb2\x81\x54\x54\xab\x21\x0e\xc2\xe1\xb2\x85\xd4\xf2\xf0\x94\x7f\x46\x8a\x9a\x85\x04\x33\x33\x3a\x01\xf4\xe8\x1c\xc1\xbc\x18\x69\x0b\xb9\x65\xf0\xcd\x46\x98\x56\xcc\xb5\xeb\x77\x72\xed\x4e\xb1\x19\x89\x67\xa6\xed\x3c\x4c\xbd\xeb\x49\x8c\x34\xf2\xe1\xcf\xf2\x30\x20\xb1\x28\xb9\x76\x27\x44\x4e\x79\x18\x44\xb3\x3c\xaa\x0b\x2f\xda\xc7\xa3\x60\x79\x60\x16\xaf\x91\xa8\x46\x1a\xb6\x3c\xde\x17\xae\xa1\x62\x26\xd7\xe7\x01\x68\xaf\x72\xf2\xf2\x16\x1b\x7a\xdd\x2f\x74\x46\x5e\xde\x62\x43\xa4\xa9\x99\x51\x9e\x55\x80\xd3\x2c\x2f\x40\x0b\xd0\xcb\x2a\x78\x37\xbd\x78\xd1\x79\x71\xbe\xec\x11\x91\xd4\x2b\xd0\x96\x77\xa2\x7d\x06\x68\x8f\xef\x4b\xbc\x29\xf7\xa6\xea\x3c\x27\xf7\x75\x8f\x7f\xcf\xf5\x60\x72\xc1\xd0\xf5\x50\xd3\xe1\xb3\x3b\xc4\x67\x05\xcb\x6c\xc2\x7a\x00\x1c\x2c\x6a\x3d\x08\x59\x88\x96\xa1\x1e\x6e\xe0\xce\x33\x1b\x78\xfa\x8c\x7a\x26\xca\xbb\x81\x27\xcf\x00\x37\xac\x8b\x7a\x86\x01\xd4\x03\xe0\xfc\x9e\x3c\x80\x00\x9a\xdc\x05\x3e\xb3\x0b\x20\xbe\x6a\x72\x42\x69\x13\x2d\x60\x73\xb6\x2a\x72\xab\xae\x76\xb2\xa6\xd0\x1e\x59\xc5\xf9\xb2\x8b\x5b\x42\x8e\xb1\x61\xf3\xd3\x54\x9e\x56\xdc\x31\x4c\x09\x31\x2b\x41\xd7\x66\x94\x42\xdc\x31\x9c\xbf\x6c\x4a\x13\x70\x64\xcd\x1c\x8d\xea\x0f\xb4\x40\xce\x59\x36\x66\xab\x65\x90\x87\x09\x3b\x16\x3f\x5d\x84\x56\x33\x0a\x18\xb0\x4d\x2d\x08\x84\xc0\xf2\xf5\x23\x9d\x0a\xfe\x92\xb3\x16\x84\x43\x20\xcf\xfa\x91\x4e\x0b\xef\x9a\x59\x0b\xb2\x20\xae\xa3\x5a\x90\x26\xc2\xe8\xd5\x82\x32\xa6\x5b\x17\x65\x8c\x7d\x15\x76\xd5\xb2\xbc\xe7\xd9\x76\x4e\xca\x08\x03\x03\xe8\xb6\x73\xd3\xa6\xe5\x37\xf0\x30\x47\x48\xb4\x9a\xd4\x4b\x2d\x0c\x00\x0c\x5e\x95\x68\x71\x35\x55\x25\x5a\x9c\xbb\x5a\x01\xda\x09\x56\x80\x35\x2c\x8f\x00\xab\x5a\x1e\xfd\x16\xb7\x48\xad\x00\xed\xf6\xac\xf2\x6b\x87\x15\x16\x85\x7c\x3e\x0d\xef\x6e\x6d\xc0\x76\xa5\x2a\xda\x37\xf7\x4f\x65\xde\xb9\x53\x6a\x45\x13\xc7\x01\xab\x0d\x48\xdd\xf4\x0d\x4d\x5c\xfe\x53\xf6\x56\xc9\xff\xd7\xc0\x06\xb5\x99\xec\x8b\x6b\xb5\x36\xc7\xc4\x58\x0d\xcd\xa6\x5c\xa1\x92\x0d\x90\xe4\x90\xb3\x36\x8e\xcd\xb4\xcb\x08\x4d\x0f\x5c\x64\x06\x24\x29\xc2\xac\x64\x06\x24\x35\xd2\xac\x38\xf8\xe2\x1d\x3c\x6b\x73\xc3\x2e\x5b\x72\x50\x0e\x84\x41\x55\x61\x72\x2f\xd1\x50\x77\x80\x54\xc6\x9f\x17\xdf\xde\x59\xa1\xe1\xc2\xcc\xae\x92\x3f\x10\x3f\xe6\x59\xbb\xe2\x3c\x07\x41\xf4\x37\xc5\xcb\x35\x14\x8f\xf4\xa6\xe2\x11\xaa\xad\xf6\xc9\x6c\xf8\xdd\x75\x61\x37\xa1\x84\xc4\x17\x79\xd6\xee\x0e\x02\xea\xce\x0e\x4a\x96\x07\xea\x21\x10\x40\xed\x81\x23\x26\x5c\xf3\xc8\x0c\x09\x23\x44\x0e\x15\x31\x5c\x53\x8d\x5a\x89\x0a\x47\x24\xdb\x59\x89\x0a\xd7\x3c\x88\x43\x89\xba\xdf\x9d\x79\xc6\x3f\x94\x8d\xda\x10\x50\x57\xcb\x33\xf1\xd0\xa6\x75\x78\x06\x2c\xe3\xfc\xfa\x1d\x48\x3d\xf5\xc3\xb8\xed\xee\x5d\xac\xaf\x4c\xc7\x34\xeb\xcc\xf4\x40\x0d\x74\x93\x2b\xc5\x8b\x60\x50\x7d\xba\x93\x1d\x35\x1e\xbe\xea\x6a\xea\xb4\x0f\x2b\x78\x9c\x28\xb3\x50\x85\xba\xce\x06\x87\xc3\xea\x76\xd6\x7f\xc1\xe1\x18\x45\xa4\x0d\x74\x62\x0d\x6e\x9f\x5c\xf7\xa5\x7c\xd4\xb5\x5e\xa2\xac\x28\xa6\x96\x94\x4b\xa5\x46\xb0\x38\x91\xf5\x47\x2d\x56\xe9\xf2\x6a\x6c\x7b\x85\x8b\xd5\xc0\x71\xc9\x23\x83\x93\xb0\x14\x78\x0d\x27\x61\x37\x02\x4e\xc2\x12\xaa\x35\x9c\x84\x45\x01\x86\xb9\xc7\xca\x7b\xd6\xf0\x12\x16\xeb\xa9\xda\x4c\xe2\xcc\xd3\x63\xd5\xfd\xe3\x60\x3c\xd5\xe1\x19\xec\x4a\x18\xed\x16\x87\xad\x59\xc3\x33\x58\xfc\x1f\x9e\xc1\x22\x30\x13\x07\x29\x73\xa8\x5a\x7b\x4b\xe3\xd6\x53\x39\x83\x3b\x2d\x7c\x83\xc5\x0c\xe1\x1b\xec\x55\x74\x05\xd4\xfc\xb9\x84\xda\x59\xc7\xdc\x5b\x62\xb5\x1a\x0a\x37\xee\x8c\x4b\x6d\xf4\xf4\x05\x05\xb4\x47\x3b\xbc\x80\x45\x1f\x11\xb4\xc5\x0b\x21\x82\xb6\xb8\xaf\x2e\xa7\x16\x90\x35\xe9\xd2\x40\xb3\x9a\x84\x30\x3b\x4c\x1c\x84\x65\x6f\xea\xed\x36\xe1\x7b\xf8\x07\x3b\x7f\xe1\x1f\xec\x20\x6f\x35\x3d\xb4\x7b\x73\xbc\xa3\x50\xe7\xfb\xfc\x13\xfb\xdd\x2e\x80\x08\x82\xd8\x77\x72\x33\x15\xcf\x61\xe9\xfc\x4a\x52\x22\x59\xad\x6a\xf4\x97\xe4\x7e\xbf\x63\x97\x58\x3b\x26\x9c\x79\x31\x29\x91\x3a\x81\xba\x9d\x70\xef\xb7\x8f\x90\x0d\xa3\xbc\xba\x1d\x8b\xd4\xc5\x47\xd5\x56\x59\x97\x6a\xda\xa1\x24\x5e\xdd\xe1\xca\xc3\x28\x75\x2f\xc6\x21\x71\xd6\x88\x12\x23\xf4\xfa\x11\xe3\x9e\x38\x2b\xda\xcd\x5a\x3c\x25\x8f\x3a\x5f\x57\x3f\x24\x79\xae\xab\xae\xbf\x6a\xb0\x2b\x3a\xcd\xa6\x9e\xbd\x3e\xaa\xf6\xbd\x87\x55\x58\x0e\x2f\x53\xcd\xca\x87\x27\x18\x17\x5f\xed\x98\x2b\x86\xe4\x4d\x3a\xeb\x51\x11\xe3\xee\xd3\xc5\x77\xb8\x49\x5f\x4d\x44\xe8\xf1\x55\x0f\xe3\x56\x52\x97\x39\xdc\x24\xaf\x16\xac\x1e\x46\xdd\x7a\x87\x27\x4b\xb7\xde\xe1\x3c\xbd\x81\x7d\xec\x46\x90\x3d\x18\x3a\xf9\x0e\xcf\xfc\x2b\xc8\xde\xe1\xaa\x3d\x87\x2b\x80\x68\xee\x18\xe2\x8c\x57\x55\x92\x57\xfa\x47\x59\x56\x4d\x8a\xdb\x11\x9a\xa4\xc5\x8b\x40\x57\x5f\x0c\xc5\x4e\xcb\xed\x10\x49\x42\xd3\x34\x4d\xce\x7b\xd4\xe9\x34\xd6\x79\xf6\xba\xf1\xfb\x14\xca\xc4\x8b\xf0\x83\xde\xdb\x21\xfc\xd9\xfe\x85\x9f\x7d\xd6\xd4\x8c\x12\x4b\x7d\xb6\x43\xf8\xb3\x7f\x84\x3f\xdb\x5a\xa8\xc2\x80\x2c\x69\x01\xce\x16\x6a\x38\x0d\xe3\xf0\x32\x5b\x8a\xc1\x50\x25\xe1\x14\xbe\xac\x51\x81\x98\x4e\xd4\xa1\x12\xc8\x6f\xb6\xd0\xa1\x72\xa9\xb4\x84\xd7\xd0\xb2\x94\x63\x01\x15\xb4\xe4\x58\xba\xa5\xb4\x0c\xf1\x59\xe8\x39\xe4\x2d\x09\xbd\x13\x96\x84\xbe\x09\x8a\xd0\x73\x65\xb4\xec\xf4\xb3\x65\xdb\x47\xcb\x56\x9c\x39\x66\xc3\x99\x18\x67\x8e\xd9\xb4\x65\x57\xc5\xd1\x72\xe3\x87\xb5\x63\xf7\xf8\xe2\xee\xc9\x96\x12\xe2\xea\x4b\xcc\xbe\x8d\xc5\xee\xb1\x4e\xec\x1e\x26\x2c\xc7\x1e\x61\x92\x4c\x15\xa0\x50\xa8\x95\x80\x92\xc9\x28\xaa\x1b\xb9\x26\x1a\x96\xed\x5d\xc9\x45\x2b\x1e\x39\x47\x56\xdc\xbf\xdc\x52\xad\xd8\x0f\x04\x47\x33\x29\xc0\xb2\xbe\x76\x2a\x9c\xc5\xa6\xef\x6f\x11\xb4\xaa\x9d\x0a\x87\xa1\x19\x4e\x8f\x60\x1b\xb3\x55\xec\x54\xdc\x17\x3a\xff\x16\xb7\x9c\x6e\x7b\xe5\x6f\xdc\xd8\xaa\x76\x37\x9c\xce\xa6\x6f\x70\x71\xa3\x54\xb4\xf9\x4e\x55\xc5\xee\xc6\xe1\x7c\xd4\x6b\x5d\x6e\xb9\xaa\x02\x70\x08\xcd\xad\xe7\x9a\x10\x6c\xdb\xb5\x7a\x8c\x8d\xb9\x69\x0e\x87\xa3\xd9\x9a\x46\x91\xdc\x39\xad\xe9\x85\xe8\x41\x31\x01\x81\x86\xef\xad\x39\x1e\x8f\xa3\xd9\x08\x8a\xbb\x0b\x31\x5f\x92\x50\x6b\xa6\x23\x20\x0a\xf2\x6c\x4d\x5b\x21\xab\x28\xa8\x16\x34\x95\xbc\xc5\xcd\xdd\x84\xd3\x8d\x83\x15\xfe\x8a\x86\xd5\x21\x81\x01\x5b\x77\x3d\xdc\xb6\x3d\xd6\x83\x41\x77\x2d\x35\xa2\x98\x03\xa8\xfe\x89\x05\x61\xd0\xdd\x01\x34\x5f\x1c\x80\xfb\xa6\x3b\xe7\x20\xa7\xd6\x99\x5b\x37\x6e\x17\x4c\x77\x64\x58\xf1\x83\x5d\x5b\xc7\x21\x5f\xac\xd1\x63\x6a\xf9\x31\x62\x6a\xf9\x33\xa4\xae\xc4\x5a\x23\x26\xd0\x17\xfa\x9f\x2e\xe7\x70\x02\xc5\x81\x98\xf5\x27\xd9\x94\x86\xde\x37\x4d\xb7\x97\x5e\x81\x12\xc7\x0d\xbd\x6f\xd2\x02\xa4\x61\x1c\x97\x64\xf8\x1a\x16\xff\x9a\x15\xb4\xa9\x03\xbb\x28\x01\xe7\xe0\x24\x11\xdd\x88\x63\x9c\xa6\x7b\x6b\xea\x89\xef\x29\xf8\x48\xd0\xa6\xb5\x47\x43\xe0\x99\xa6\xa8\x72\x0a\x73\xb2\xb1\x41\x29\xdb\x12\x64\xf1\xe1\x14\x64\x08\xe9\x36\xb1\xad\x8a\x4e\x42\xb1\x0f\xf8\x33\x26\xd3\x86\xb7\x0d\x33\x7e\x3c\x8d\xd3\x0c\xf8\xf5\x70\xe4\xae\x6b\xc4\x3b\x4e\xfa\x38\xb4\x85\x9a\x5d\x58\x20\x62\x97\xf6\xdb\x6d\x09\xbe\x35\x34\xa9\x82\x6d\x6f\x2b\xc0\x67\x90\xd0\xb0\x53\x43\x8c\xb6\x02\x7e\xeb\x08\xbf\xf8\x6d\xc5\x94\x5b\xe7\xa2\x65\x1b\xbb\x79\xf6\x7b\x80\xef\x0f\xc1\x17\x25\x42\xc4\x26\xad\xa2\xda\x19\x6b\x01\x94\x66\xcb\x96\x31\x6a\xa7\x6b\xe1\x39\x81\x88\x4d\xda\x6a\x36\x13\x37\x69\x99\xd1\xce\xce\x64\x02\xb2\xe6\x79\xda\x52\xb6\x13\x03\xa8\xa8\xbe\x30\xf4\xa1\x7b\x52\x35\x69\x34\xd0\x4e\xec\xd4\x1c\x15\xd9\xb1\x55\xef\xb5\xcb\x58\x02\x42\x15\xae\x87\xd3\x97\xea\x0b\x63\x0c\xd7\x43\x38\x88\x76\x19\x59\xc0\x95\xd4\xf7\x50\x0b\xb8\x86\x26\x39\x6b\x02\xd7\x70\x3e\xac\x76\x7f\x69\x7f\x64\x0d\x23\xa3\xae\x3f\xc5\x81\x0d\xaa\x35\x6b\x75\xd7\xcc\xd8\xa4\xdb\x55\xbb\xc3\x76\x8d\x25\xbb\x65\xf6\x44\xd5\x91\x55\x1b\xf2\xac\xdd\x31\x20\x86\x6d\x56\x6d\x7d\xb5\xda\xed\x80\xdc\x1a\xb7\x03\x9a\x36\x60\xa8\x04\xb8\xe5\x76\x1b\x2a\xc1\x79\xbe\x9d\x5b\xab\x5c\xfe\xb0\x8a\x16\x76\x02\xa3\x95\x8a\x5b\x36\xcc\xed\x00\x79\x3b\xeb\xb4\xb4\x35\x58\x11\x4b\x40\x9d\x66\x85\x14\x6d\xeb\xb9\xcb\x44\x41\x90\x4e\x85\xdd\x2d\x6c\xf2\xbc\x82\xb6\xbe\x3f\xde\x12\x1a\xe5\xc9\x72\xb6\xad\xeb\xb7\x28\x6f\x1b\x38\x50\x34\x4b\x44\x43\x85\x36\x0d\xb2\x35\x2b\x76\x6a\xdb\x68\x08\xa2\xcc\x47\x0a\xc6\x89\x7d\x04\xd3\x89\x7d\x0c\x8d\x20\x96\x34\x85\xb7\xe2\xa3\xf6\xe8\x61\x2c\x02\x7c\x04\xcd\xdb\xec\xd1\xff\x14\x60\x3e\xe2\xb6\x29\x41\x69\x8f\x26\x68\x5e\x4d\x11\xde\x50\xfc\x8d\xd4\x34\x2b\x74\x69\x28\xa2\x9b\xae\x0c\xed\x09\x30\x29\xf6\x1a\xb4\xc1\x3f\x6f\x80\xc9\x6c\x98\xe1\x3b\xe8\xbe\x57\x4a\x71\xf8\xa7\xeb\x46\x03\x98\xc4\x76\x96\x8b\x69\x6f\xcc\x26\xd0\xe0\x5a\xd9\x3d\x02\xa4\xcf\xd4\x0c\xa6\xe1\x59\xd9\xdd\x56\x90\xb6\xad\x46\x05\xed\x60\x9c\xbe\xd7\x38\x0d\xce\x58\x38\x5d\x32\x96\x7e\x18\xa7\x81\x85\xe9\x87\x71\x1a\x58\xb2\x0e\xa1\x5b\x4b\xfc\x31\x15\x25\x93\xd1\x0f\x43\xf2\xd2\x4f\x3f\xb0\x51\x62\x5b\x76\x02\x3b\xe3\x6e\x3c\xbb\x09\x37\x35\x61\xec\x87\x10\x57\x9e\x81\x78\xd9\xfb\x6d\x4b\xd6\x56\x11\x30\x2d\xf5\x9a\xc6\x89\x62\xd0\xaf\x4d\x16\xbc\x7f\xf4\x6b\x23\xc0\xd1\xec\xc4\xb9\x59\xf8\xee\xcf\xae\xe7\x04\x8e\xc1\xb3\x43\xa7\xd6\x12\x55\x06\x9e\xc4\x8d\xe7\xa9\x15\x28\xc3\x82\x4e\x2d\x47\xb3\x97\x93\x52\xb6\xa5\x45\x51\xb1\xca\x6d\x29\xdb\x7a\x7c\x61\x26\x92\x09\x33\xd9\xb0\x3d\xeb\xdb\xc8\xb6\xea\xd9\xec\x99\x10\x29\x3d\x87\xa7\x14\x0d\x64\x23\x08\xb3\x61\xbb\x29\x3e\xb5\xc1\xed\xb8\x60\x16\x32\xff\xce\x9e\x23\x34\x06\xfd\x40\xb7\x16\x0d\xdf\x7b\x56\xd0\xe6\xa4\xe5\x18\x01\x50\x67\x23\x68\x54\x5f\x0c\x27\x9c\x05\x67\x33\x36\x9f\x63\x04\xcc\x33\x34\x6c\xd7\x76\xaa\x9b\xf2\x53\xaf\x80\x8e\xeb\x44\x91\x1f\xef\xd0\xb0\x25\xff\xed\xae\xd1\x89\x3c\x51\xd4\xe5\x75\xa2\x45\xab\x79\xe9\x26\xfd\xd4\x6d\xaf\x13\x0d\x27\x3c\x6c\x3b\x94\x6f\x38\x3e\xf4\xa2\x69\x1b\xd4\x7e\x87\xf4\x0d\x57\x86\x4e\x08\x1c\x35\x26\x1d\x32\x38\x5c\x2f\x3b\x94\x6f\x55\x22\xd5\x09\x58\x51\x54\xfb\x76\x13\x62\x69\x13\xdd\x21\x49\x8b\x76\x08\x1d\x92\xb4\xa8\x11\xee\x55\xa3\x34\x80\xa9\x5a\x0b\x51\x1d\x8d\x73\x4c\x27\x19\x3c\xf5\x70\xeb\x6a\x99\x5d\x41\xb5\xcc\xb0\x56\x9d\x0c\x9e\xcb\xdd\xd4\x54\x00\xfb\x8c\x16\x30\xea\x5e\xff\xfb\xbf\xa2\xd9\x73\x6f\x88\x12\xb3\xdf\x1f\x9e\xfd\xfe\xf2\x4c\xdd\xae\xf4\x83\xd3\xde\xbb\xfc\x9a\xeb\x18\x34\xa5\x73\x18\x34\xa5\xb3\xfb\x8f\xa6\x04\xa8\x0e\x49\x14\x8d\x05\x49\x61\x95\xe5\xde\x63\x75\x8c\xff\x2c\xf7\xd7\xbb\x16\xb0\x56\x47\x3b\x29\xb5\xdd\xfb\x8b\x65\x14\xcf\x03\xeb\x29\x48\xc5\xfe\x2f\x25\x27\xcf\x41\xb8\x33\x6b\x43\xb3\x1b\x2b\x60\x76\xe3\xc2\x0c\x2c\x53\xdc\x68\x03\x6b\x14\x37\xfa\xc0\xfd\xcd\x99\x1d\x18\x2f\x79\xb6\x06\x86\x29\xee\x83\xa1\x70\xc3\x13\x4c\x54\x67\x0d\xc3\x3a\x29\xb3\xd4\x6c\x75\x52\x66\x69\x15\xd1\x51\x71\x13\xdb\x70\xf6\x89\x01\x82\xbb\x6b\x62\x56\xcb\x9d\xd2\x89\x1b\xa1\x05\x74\x9f\x18\x20\x20\xba\xea\x0b\x53\x14\xd8\x98\x4e\xd8\x08\x0d\x91\xfb\x8a\x51\xd2\x01\x6a\x6d\x39\xaf\x8e\xad\x60\xec\x9f\x25\x70\x96\x01\x38\x0f\xdd\x12\x38\x46\xb6\xb0\x9a\xe8\x3e\x63\xa3\xe2\x6c\x2d\x6c\x54\x9c\xa1\x25\xa0\xcc\xe8\x02\x50\xae\x8e\xbe\x00\xd4\xb3\x7f\x8a\x23\x45\xca\x27\x90\xba\x4d\x4e\x37\x2e\x0d\x9d\x02\xea\x77\x36\x2e\x74\x54\x3f\x05\x14\xe0\x4e\x80\x13\x0d\x9e\x00\x27\xda\x39\x31\xe9\x10\x3b\x9f\xce\x28\x40\x68\x1e\xa8\xc1\x78\x3f\x71\xca\x12\x6a\x55\xd6\x8e\xf2\x22\xc4\xa5\xd3\x6e\x2a\x0c\x75\x5b\xfd\x42\xd1\x1e\x15\x50\xb4\x3b\xfc\xcb\xa3\xc4\xd4\x5d\x9a\x34\x58\x1e\x8b\x00\xa7\xf1\x42\xd1\xee\xda\x5f\x1c\xb1\xe8\x00\x45\x7b\xd4\x45\x87\xee\x08\x6e\x94\xfd\xae\xf1\x8d\x2d\x85\x6d\xa2\x05\xcf\xf1\x5d\x78\xfe\x64\x8f\xfb\x8d\xf3\x9b\x73\x7f\x63\x15\x10\xcf\x02\xcb\xa8\x6f\xad\x02\x00\xf6\x16\x58\x96\xe7\xc6\xfe\x42\xc0\x6f\x2c\x01\xe2\x3b\x36\x17\x2e\xc3\x47\x97\x15\xa9\xba\x8e\xf6\x5b\xb3\xfd\xbe\x3f\x00\x09\x2c\x37\x3b\xca\x6f\xa9\xea\xbe\x91\xca\xbb\x24\x28\xbc\x75\x86\xe9\x28\xbc\xf5\x79\xeb\x1f\x49\x56\x34\xb7\xef\x1f\x45\x36\xf5\xc5\xeb\x5b\x9c\xe4\xf3\xcd\x77\xe0\x47\xbf\xbd\x02\x86\x87\x32\x4c\x2a\xfa\x6d\xdd\x35\x3a\x7a\xec\x15\xcf\xc2\x06\x3c\x8f\xb0\x31\xc1\xb8\x48\x68\x49\xd3\xd1\x5d\xeb\xb4\xd3\x3f\x3a\x6c\xea\x4d\xd3\x1f\xe1\xb1\xfc\xc5\x33\x7d\xa1\xbb\x36\xfc\x40\xff\xa8\xb0\x22\xdd\xda\x1f\xa3\x36\x4a\x07\xbc\x08\x7f\x3d\x80\xaf\x13\x41\xe5\x17\x61\xdb\xf0\x19\x2d\x89\xfb\xf7\x45\xb7\x03\xff\xda\x5f\xb4\x24\x62\x87\x17\x3d\x8f\x17\xc9\x2b\x42\xfe\xea\x0e\x12\x75\xca\x30\x8d\x03\x09\xe6\xf4\x59\x25\x99\xcf\xc0\x00\x9e\x1e\x07\xfa\x25\x28\xac\x81\x6a\x59\xf6\x70\x90\xa7\x53\x8e\x6e\x1c\x68\x6a\xa6\xdf\x4f\xca\x17\x9e\x55\xb7\xfa\x1d\xb5\x1f\x97\xcb\x38\xd0\xae\x4c\x9f\xd1\xae\x80\xb9\x46\x32\x54\x06\x08\x7e\x44\xf0\x09\xa6\x74\x24\x54\x61\x60\xe8\x91\xcc\xf2\x32\x2c\x85\x08\x1f\x8c\x3b\x14\xd5\xc9\x35\x0d\xcc\xf6\x0e\x39\xe3\xa1\x1f\x84\x0c\xc0\x48\x88\xf0\x21\xac\x87\xa2\x3a\x99\x94\xa1\x74\xce\x2b\x76\xe4\xb8\xac\x68\x39\xa3\x4e\x80\x99\x18\x59\x4f\x37\xa8\xbe\xa1\xac\x4e\xce\x70\x20\xab\xd3\xc0\x69\x28\x91\x93\x97\x1a\x19\x71\x3c\x97\xe6\x50\x20\xa7\xd3\xc8\xc8\x06\xe4\x38\x6c\x6b\xfb\x62\x5b\x01\x18\x8d\x29\x90\x93\x31\x1d\x0a\xe4\xe4\x8c\x47\x71\x92\xd8\xd7\xa3\x04\x64\x16\x43\xa1\x50\xfd\xd1\xac\xc2\xf4\x91\xe2\x53\x73\xae\x81\xd4\xee\x50\xc8\x30\x8a\x90\x71\xd6\x06\x29\x3e\x35\x57\x1a\x45\x28\x93\x55\x1e\x7b\xf4\x0f\x7a\x0e\x08\xf3\x51\xd5\x0d\x40\x21\x8d\x1a\x41\x4f\x00\xb2\xc6\x4a\xfa\x47\x47\x24\x4e\xd9\x40\x30\x77\x78\x6f\x0f\x32\x73\x6a\x76\x38\x54\x0c\x4f\xab\x2b\xa8\x64\xbb\x8f\xf0\x8b\x70\x5e\xc3\x2f\xc2\x62\xe1\x17\x31\xd6\x5f\xf8\x6e\x84\xd3\x84\xfb\xb2\x21\x79\x45\xb4\x30\x9a\x92\x57\x2e\xff\xd1\x5c\x4d\x56\xa3\x29\x79\xed\x96\x1a\xd4\x00\xe6\xa6\xe0\x75\x08\xc1\xe2\x87\xb5\x95\xbb\x72\x5e\x47\x53\x1e\x3a\xac\xa2\xdc\xd8\x55\x32\x3e\x86\x2e\x69\xa3\xc5\x40\x99\xe7\xe6\x40\x3d\x18\xfd\xa0\x65\x7e\xf4\x18\x27\xb0\x04\x15\xe5\x36\xe9\x4a\xb7\xdd\x99\x1d\x41\xbd\xa7\x27\x62\x65\xb8\xcb\x3f\xc2\xa9\xea\xfc\x34\xba\xa2\x62\x37\x79\x17\xe4\x69\x75\x75\x30\xf0\x39\xa3\x0b\xf2\xb4\x58\x80\x6c\xcb\x82\x2c\xaa\xe8\x01\x32\xdd\x10\xf4\xaf\x2d\x07\x03\x51\x35\x8f\xf8\xa3\x7a\xc4\xf3\x3b\x94\xce\xd3\xf2\x08\xf8\x19\xf2\x50\xd1\xc0\xf4\x0f\xe1\x1f\xb6\x25\xfc\xd6\xd6\x07\x11\x12\x62\x8c\x80\xdf\x2a\x4e\xb9\xf0\x0f\xd9\x31\xae\xce\xa1\x90\x4e\x3f\x8c\x81\x0b\xab\x5e\xfd\x63\x2a\x68\xf6\xbb\x34\xa8\xcb\xa7\x8c\x4e\xc3\xa4\x81\x8c\x6e\x4a\xcd\x8c\xa9\x5c\xd3\xa1\x28\xa4\xd3\x2f\x63\x28\xa4\xd3\x06\x69\x4c\x13\xf0\x44\x6b\x4a\x90\xa3\x18\x52\x4e\xb1\xab\xa2\x38\x79\x87\xb1\x14\xb9\x42\xf7\x8c\x25\x79\x0c\x39\x31\x56\x80\xc6\x30\x15\xb9\xe9\x17\x32\x96\xd0\x70\xe9\x0e\x45\x6e\x7a\x83\x0c\xa5\x6c\x5a\xca\x8d\xa5\xcc\xd5\x11\x2c\xc5\x84\x2e\x93\x72\x36\xed\x7f\x06\xba\x62\x0d\xc5\xc7\x7a\x99\x1a\x7a\x21\x6c\xb4\x72\xbd\xa1\x28\x4d\xb5\xdd\x38\x83\x6e\xf7\x4f\x53\x83\x4b\x27\x86\xec\x08\xc0\x4e\x25\x7e\x36\x7c\x22\xf1\x73\xce\xf5\x68\x95\xb3\x1f\xa7\x22\xbf\xe8\x46\x91\x5f\xb1\x98\x22\x3f\x51\x93\xbe\xae\x71\xdd\x5c\x4a\xa9\xc4\xb3\xfa\xba\x6a\x59\x36\xc8\x76\xae\x69\xeb\xd0\xd7\x55\xdf\xa0\xa1\xaf\xab\x32\x83\x61\x66\x54\x0d\x93\x87\xbe\xae\x3a\x03\x0e\x33\xa3\x6a\xe5\x35\x74\x7c\x95\xa1\x1e\xfa\xb6\x3a\x98\xcb\xc1\x30\x4b\x57\x0c\xc6\x5e\x1c\x4c\x00\xe6\x60\xa2\x58\x0c\x86\x17\xbd\x5b\xb9\xca\xc7\x6d\x84\x3c\xd7\xe5\x76\x2c\xb0\xc9\xe3\x56\x7c\x59\xfd\x13\x83\x01\x96\x3b\x06\xc3\x9c\xdf\xca\x32\xe9\xff\x46\x7c\x59\xfe\xb4\x7b\x1e\x77\x0c\x4d\x70\x5c\x28\xef\xb3\x9b\xb1\x45\xd3\x8e\x4d\xb4\x7f\x9b\x7a\xc2\xbd\xb9\x91\x19\x7b\x4d\x6f\x5c\x72\x25\x16\xb0\x73\xcc\x71\xcf\x6c\x05\x05\x22\x7a\x24\x70\x5d\xab\x8b\xa1\x04\x2e\xee\x7f\x25\x70\x71\x81\x2b\x81\x8b\xb9\x31\xc1\xab\xa2\xed\xa1\x5f\x6c\xdc\x9a\x8a\xe3\x94\x20\x0f\x9c\x64\x73\x4c\x81\xe9\xd4\x66\xd4\x79\x2d\x46\x6b\xe4\x18\xa9\x62\xed\x27\x70\x2b\x13\xfd\x84\xd4\x10\xa0\x15\xc7\xc5\x15\xfc\xc4\x08\x18\x33\xca\xe6\x1c\xd7\xa6\x82\xba\xb8\x8f\x9f\x10\xdc\x32\xd0\x27\x86\xe3\xcb\x69\x1d\x5b\x73\x04\x62\xf7\x8f\x46\x6c\x35\x1a\x73\x00\x12\x17\x4f\xb0\x8a\xbe\x20\xf5\xb4\xfa\x9b\x79\x66\x2c\x6f\xcc\x33\x83\x79\x85\xd2\x5d\x4f\x70\xb3\xae\x49\xd3\x40\x02\xa7\x05\xda\x78\x15\x67\x3a\x31\x88\xe0\x34\x75\x19\xaf\x42\x43\xc8\xf9\x41\x3a\x35\xed\xda\x86\x42\x37\x25\x7b\x53\xa1\x9b\xa6\x5d\x53\xa1\x9b\xeb\x3f\x0f\xc5\x84\xdd\x17\xa5\x99\x9c\xc6\x89\x04\xae\x2b\x8c\x98\x07\xe2\xd8\x28\xa5\x98\x13\x8e\x63\x1e\xca\x0c\xbb\x2d\x2b\x81\x85\xc9\x99\x87\x20\x77\x1b\x53\xd0\x09\x8b\x34\x15\xc2\x29\x82\x9d\x24\x57\xd3\x4c\x6d\x22\x83\xab\x6a\xa3\x26\xa2\xb6\x2c\x06\x98\x49\x99\x25\x87\x7e\x26\x93\x72\xb1\xe5\x67\x8a\xe0\x91\x07\x2f\xca\x00\xab\x0d\x18\xdb\xcf\x19\x08\x91\x9a\xfd\x24\x1d\xb3\x05\x3a\x11\xc5\x95\xcd\x34\x43\xa2\x26\xcc\xe4\x50\xf3\x3a\x9b\x1f\x69\xd9\xb4\x5b\x9c\xa4\x50\x23\x3c\xf4\x9c\xd9\x84\x5c\x4e\x8c\xe2\x34\x2d\x7a\xa6\xe2\x34\x45\x88\xd3\x44\xb2\x9a\x60\x4e\x88\xce\x22\x36\x9a\x21\x4e\xeb\xbe\x98\xaa\x8b\xf3\x3b\x73\x80\xcf\x28\xff\xc9\xd6\x6c\x60\xcb\x79\xdb\x4f\x48\xac\x98\x26\x84\x6b\xe6\x5e\x9d\xd3\xd0\x67\x9e\xf9\x49\xf0\x69\x0d\x37\xa7\x82\x36\x6f\xad\xa9\xa0\xcd\x8b\x76\x42\x82\x96\x1a\x7f\x3a\x61\x31\xfd\x11\x31\x69\x6d\x6b\xfa\xc2\xa0\x09\x39\xed\xa5\x33\x3f\x72\xb4\xc9\x8a\x4e\xc5\x6a\xb2\x15\x13\x9f\x91\xa2\xe6\x7c\x2a\x63\xd3\x20\x60\x96\xd7\x3f\x4c\x93\xc4\x29\x38\x73\xe2\x41\xa2\x9d\xd0\x54\xd3\xfc\x21\xa6\x3f\x50\xe3\xac\x32\x7b\x80\x59\x15\x4e\x3a\x33\xca\xe2\x6a\xbc\x40\x29\x55\xfb\x24\xb6\x91\x27\x03\x47\x90\x14\x65\xd8\x8b\xf2\xba\x93\xa0\x26\x5a\xf1\xce\x86\x4b\x81\x83\xff\xa8\xcf\x49\x54\xc6\x39\x91\xbf\x11\xb9\x71\x4e\xcc\x14\x55\xf3\xcc\x06\xeb\x57\x2c\x2f\xf1\xe3\xd0\x3f\x7a\xb3\xea\xff\x32\x3f\x0a\xb3\x6a\xbc\x31\x9b\x38\xc4\x4d\x88\xba\x37\x74\xdc\xf3\x23\x2a\xab\xde\xd1\xb3\x93\xe6\xcc\x4d\xd4\x8d\x56\xcf\xb6\x41\x2e\x17\xa2\x98\xa9\x73\xaf\xd6\xe7\xb3\x2b\x02\xf3\x99\x53\xe3\xe2\x74\xfc\xcb\xdc\xe7\x1d\x07\x20\xf7\x79\x47\x1c\xd6\x6c\x55\x21\x90\xe5\x1f\xb7\x9f\x2f\x38\x00\x41\xdb\xcf\x81\xbf\x0c\xf4\xe7\x1c\x08\x84\x20\x65\xe6\x40\x20\xe4\xe6\x47\x26\xa7\x87\xf1\xc4\x4d\xa5\x4e\xbf\x23\xec\x59\xb6\x83\x9f\x0e\x64\xe8\x1c\xc4\x28\x80\x58\x9e\xa4\xbd\xd7\xc7\x6d\x0e\xfb\xe5\x3b\x69\xef\x09\x10\x3d\xe7\x44\x52\x0a\x17\x32\x0d\x70\xa2\x2b\xe3\x9c\x86\xdf\x11\x83\x90\xd3\x7e\x39\x47\x13\x41\xce\xb0\x25\x64\x23\xae\xb3\xfe\x28\x8e\x66\xe2\xf3\xe0\x14\x4d\x1c\x26\x96\xcf\x2a\x0d\x10\xb8\x4c\xf4\xb2\x33\x96\x67\x21\xee\x81\x96\x9c\x3a\xa4\x38\xf1\x0b\x71\x8f\x63\xd6\x09\x65\x58\x1e\x29\x8e\x13\xaf\x13\x8a\xe3\x24\x35\x9b\x46\x09\x53\x27\x14\xe7\x1a\x27\x14\x4d\xac\xa6\x4e\x28\x8e\x59\x27\x14\x89\xb8\xb9\x8c\x0f\xe3\x71\xd0\x0b\xc5\x13\xbc\x10\x52\x39\x63\xa7\xc9\xf3\x1c\xe8\x29\xd8\x80\x71\xba\xe9\xa9\xa0\x4b\x8a\xcb\x76\x0a\x1e\x13\xa6\xeb\x09\x74\xc1\xd4\xdd\xc4\x3d\xa2\xbb\x89\x27\xe9\x74\x22\x7d\xd6\xfe\xce\x75\x26\x93\x9b\xb7\xe8\xbc\x90\xea\x88\x6c\x2e\x4e\x92\xf7\x13\xe2\x37\xcd\x10\x26\xe2\x37\x23\x27\x4e\xc4\x6f\x9a\x84\x4c\xc4\x6f\x71\x44\x2e\xa4\x37\xdc\xa6\xf3\x42\x9a\x04\x65\x31\x3f\x7a\x6e\x6a\x9f\x32\x21\xe7\x9a\x4c\xe3\xc4\x53\xc5\xa8\x4e\x13\xd2\xac\x06\x2e\x44\xff\xd9\x8f\x28\x45\x77\x9e\x36\x7c\x4c\xa4\xab\xe6\x8d\xec\xc4\xed\x79\x23\x3b\x59\x56\x06\x7b\xa8\xb4\x99\x1b\x83\x5c\x0f\xfd\xc6\xc8\x15\xb2\x78\x22\x4d\x93\xaa\x9d\x1b\xb3\xdb\x3f\x73\x0c\xcd\xa9\xd8\x0d\xbe\x74\x86\xd8\xcd\x86\x91\xf4\x14\x9f\x45\x39\x0c\x7c\x23\x6d\x12\xf1\x6f\xa1\xb5\x43\x54\x01\x45\x00\xb1\x2a\x16\xef\x6e\x24\x3d\x70\x77\x13\xb1\x9b\x24\xf4\x7c\xb0\x7f\x16\x67\x3e\x06\xc0\xf3\xce\x35\x4f\x47\x90\x13\xe4\xe9\x50\x12\x3a\x35\xdc\xcb\x51\x5d\xe9\x84\x68\xd0\xe4\x1c\x71\x9b\x91\x9c\x43\x39\xe5\xd4\x72\x2f\x6e\xd0\x17\x03\x45\xf1\x0f\x29\x38\x94\xc2\xce\x57\xa4\xe6\xee\xd5\x56\x2f\xae\xd9\x37\x40\xb1\xba\xa0\x30\xd8\x57\xd1\x0e\x90\xbc\x21\x72\x62\x46\xde\x80\xd1\x4e\x02\x46\x1b\x26\xef\x8d\x34\xca\x1b\xf0\x32\xac\x57\x39\x20\x3c\xeb\x82\xb0\x0a\x0f\xe9\x85\x43\x88\x57\xe1\x3a\x90\x45\x41\xc9\x2c\xd4\x97\x87\xa6\x0c\x0b\xea\xe9\xd0\x2e\x64\x11\xb2\x44\x9f\xd2\xa5\x39\x9e\xe6\x43\x8b\x0c\x1e\x3a\x98\x2e\xad\xf1\x34\xbe\x58\x5a\xe3\x69\xef\xb2\x34\xc0\xd3\x46\x66\x91\xa7\x43\x0f\xc5\xa5\x88\x4e\x13\x99\x85\x9a\xf2\xd0\x78\x62\x25\x2c\xd5\x58\xac\x95\x02\x94\xc9\x0b\x06\xa8\xcd\x1a\x5a\xf2\x80\x69\x56\x92\xe1\x65\x47\xac\xec\x0d\x44\x0d\xf3\x6c\xe8\x24\xb3\xb2\x3c\x26\x27\x61\xe9\xe6\x91\xa3\x4a\xa3\x0a\x33\x94\x65\x84\x41\x55\x2b\xcb\x08\x4f\x1b\x93\x13\x67\x5f\xaf\x8c\xed\x51\xb1\x14\x11\x64\xd8\xcb\xcb\x98\xaf\x7a\xbb\xac\x1c\x70\x01\xa4\x89\x36\x74\x0c\x58\x45\xd9\x01\x48\x76\x15\x19\x61\x7f\xc8\x94\x35\x5f\xe4\xc3\xd8\x53\x0b\x5a\xc7\xdd\xb9\x8a\x3c\x25\x3b\x72\x15\x99\x32\xa0\x2f\x72\x57\x76\x28\x77\xd5\xfc\x41\x50\x24\x61\x2c\xc1\xc2\xf0\xa2\xbd\x9c\xfe\x48\xcb\x64\x19\x3a\xad\x2d\x33\xe9\xeb\x79\xb4\x08\x73\xef\x41\x59\x55\xde\x84\x1d\xb9\xb0\x82\x1b\x4a\x11\x96\x19\x67\xff\x15\x93\x1d\x71\xb3\x55\x19\xaa\x62\xcb\x52\x87\xcd\x06\xe4\xa1\xd8\xd2\xab\x05\xb3\x4d\x9d\x16\xac\x12\xa0\x21\x52\x6b\x9e\xaf\xd5\x88\xa8\x3d\xac\xa2\xb5\x45\xb7\x94\xb4\x3e\xd7\xe3\x6a\xd2\xfa\xdc\x5e\xcb\xd4\x17\xff\xea\x68\xba\xc0\x8d\xba\xc8\x83\xf1\xaf\xca\x0b\xa9\x4f\xf7\x64\x95\x8d\x76\x23\x6c\x49\xfc\x08\x86\xe4\x4f\xc5\xef\xea\xc1\x20\x58\xad\xa2\xe4\x67\xd6\x23\xa4\x09\x34\xdd\xea\x72\x0e\xe0\xaa\xd5\x83\xda\xb6\x0a\xea\x77\xc1\x34\xd8\xc9\x21\x9c\x24\xa0\x55\x5a\xb8\x7a\xb0\x0a\x02\xaa\x22\xdb\x61\x76\x63\x38\xb1\x01\x86\xd9\x1f\xdc\x3f\x24\xa0\x95\xd9\x5f\x43\xea\xda\x76\xc9\x9d\x11\xf1\xf0\xd6\x30\x4d\xae\xa0\x0c\xf9\x03\x81\x1c\xe6\x72\xa8\xd6\x91\x8c\xae\xfe\x79\x50\x1b\x5b\x05\x31\x1e\xb4\xcd\x0a\x37\x0a\x8f\xd5\xc4\x97\x5f\xcc\x33\xb9\xc2\x3d\x54\x1f\x65\x54\xe4\x40\x17\x49\xd6\x24\xc7\xd7\xec\x70\xa6\x80\x0b\x91\x54\x03\xc2\x19\xcb\x6d\xab\x21\x1c\xb2\x29\xc2\x52\x1c\x9e\xfc\x88\x85\xc2\x04\x4d\xb4\x71\xce\xdc\xd2\x0a\x9c\xdb\x66\xe9\x87\xeb\x5c\x23\x1a\xeb\x0a\x06\x16\x34\x90\x72\xaa\xf5\xd1\x40\x45\x1e\x7f\x41\x03\x49\x4b\x2d\x68\x20\xc5\x6f\xeb\xa3\x75\x96\xec\xc2\x5a\x5c\x61\x4e\xb4\x0e\x14\x71\x50\x0d\x07\xa7\xfd\xff\xd2\x83\x42\x0f\x90\xa5\xd3\x44\x1c\x55\x9d\x26\x34\xb1\x5b\xc6\x83\xd3\xaa\x6f\xe9\x34\xa1\x8d\xdc\x0a\x21\x59\xf7\xa5\x7f\xe8\xc4\xe5\x38\x63\xb6\xac\xe2\x04\x0d\x5b\x16\x81\xd1\xff\x89\x89\x5c\x74\xaf\x88\xa9\xdb\xa3\x98\xa2\x5b\x5d\x11\x93\x9d\x5c\x0a\x0b\x18\x8b\x46\x66\xf2\x51\xeb\xf2\x38\x42\x93\xad\x4b\x66\xd7\x6d\x7e\x69\xf0\x42\x2f\x97\x34\x60\x94\xc2\x10\x43\x18\x2f\x63\x90\x39\x49\x97\xc9\x2d\x44\x27\x08\xb5\x54\x0a\x2e\x84\x5a\xa1\x90\x5d\x77\x24\xf9\xa0\x8a\x16\x5a\xe2\xd5\x8d\xa2\xdd\x8d\x6d\xf8\x10\xb1\x07\x3e\xb1\x71\x3b\xe2\x13\x9b\xbd\x13\x36\xc4\xab\xd8\xfa\xa3\x3d\x96\xe2\xe4\xa5\xca\xcf\x93\xf3\xd1\x1b\x4b\x23\xf0\xf5\x1c\x3c\xd3\xef\x47\x7b\x2c\x6d\xe3\xd7\x93\x79\x06\xb8\x07\x7d\x93\x47\xf0\xa9\x7c\xa7\x9d\xc7\xed\x4d\x5f\x1f\xad\xb2\x94\x50\xaf\x27\x16\xcc\xca\x6a\x55\xaa\xbd\x19\xbd\xd9\x75\x0d\xc2\xc5\x03\x28\xe1\xa2\x55\xe3\x32\x90\xbd\x16\x9a\x4b\x62\x45\x0b\xc9\xf5\x7a\xe7\xb8\xdb\x3f\x6a\xa5\x55\xab\xbc\xb1\x7e\xbe\x28\xb9\x70\xeb\x7f\x04\x4a\x33\x20\xf1\x7a\xe5\x55\x3d\x20\xaf\x91\x97\xca\x9f\xce\x74\x8b\xd0\xf6\x8a\x48\xd6\xab\x20\x20\x9a\x30\x3d\x36\x83\x3b\x95\xfe\x70\x5a\xcf\x03\x9b\x88\xe1\x77\x18\x42\x4e\xeb\x49\x44\x59\xad\x87\x4e\x83\xc8\x02\xd8\x79\x60\x09\x00\x5e\x3d\x3f\x72\x23\x57\x86\x78\x1e\xdf\x49\x37\x52\xe7\x69\x8c\x34\x6e\xfb\x93\xc0\xf4\x46\xe1\x3c\xc9\x05\xab\x09\xd9\x99\x0a\xdf\x13\xcf\x44\xa8\x58\x7e\xef\x7c\x07\x1e\x02\x7d\x18\xf3\xf2\x34\x30\xfd\xb2\x1d\x98\x89\x69\xdd\x5b\xdf\x26\x00\x4a\xb2\x65\x76\x2c\x5b\x66\xa3\xa0\x21\x08\xc4\x93\x40\x68\x0b\x6e\xe5\x34\x96\x2c\x47\xe9\xcc\xe8\xfb\x59\x96\xd3\xf8\xb1\x0e\x0c\x42\x64\x28\x84\x3f\x33\xb1\x0a\x38\x3c\x27\xf2\x98\x66\xf4\xc6\xd3\x18\xb1\x4e\x4b\x16\x0a\xa6\xab\x60\x82\xe0\x54\x98\xdd\x15\x16\xf0\x2c\x28\xa7\xb3\xdf\x41\x73\xd0\x9f\x67\x18\xe4\x0b\x76\x91\xc9\xb0\xa1\x93\x42\x80\x54\xd0\x96\x27\x2b\xdf\x3c\x5b\xc6\x9b\xbe\x5b\x08\xed\x71\xb7\x10\xe7\x08\x54\x76\x56\xf8\x1b\xf6\xf2\x59\x61\xb8\x20\x11\xcf\x2a\x14\x96\x01\xc1\xb2\x8d\xce\x1a\x88\x1e\x88\x08\x16\xbb\xb8\x61\xcf\x0a\x67\xd5\xac\xec\xa1\xb5\x0c\x9c\x55\xb1\xf2\x4b\x19\x3a\x23\x8f\x2b\x59\x7b\xe7\x49\x0c\xfb\x05\xef\x7d\x22\x4b\x31\x02\xc2\xd9\x9c\x16\xcb\x37\x46\x46\x3b\x4d\xe0\x2c\xcf\xac\x70\x32\x4f\x6d\x99\x60\xd6\x4e\xec\x97\xc8\x40\x3c\xcf\x4e\x5f\x9c\xc4\x93\x98\xb0\x6a\xce\x4e\x12\xaf\x4a\xc9\x9d\xfa\x69\xba\xc3\x75\xc7\x74\x2c\xa8\xdd\x7a\x1e\xbe\xc0\x45\x39\xa3\xfa\x63\x3a\x18\xfd\x31\x9d\x21\xfd\x31\xc1\xe1\xa7\xfe\x98\x50\x54\x67\x77\x05\x28\x4f\x18\x58\xcf\xf9\x49\x18\x58\x09\xc2\x13\x4f\x4b\x09\xfe\x73\x80\xa5\x1c\x00\x9e\x96\xaa\x0e\x4f\x42\xbf\xaa\xb9\x3c\xc9\xc2\xea\xad\x70\xe2\x5d\xa9\x01\xd9\x39\x80\x87\xab\xe3\x1c\xc0\xd3\x7c\x36\x20\xc3\xb2\x82\xdb\x80\x0a\x93\x59\x71\xe9\x27\x28\xd4\xd9\x22\x0d\xab\x82\xa7\x93\x34\xac\x2a\x59\x4f\x42\xde\x4b\xb8\x9e\x53\xe0\x00\x7a\x62\x5c\x00\x75\x71\xce\xc0\x93\x40\x3a\xd1\xd7\x3b\x2b\xe8\xcb\xb4\xab\x39\xa7\xd7\xaf\x53\x87\x88\xa4\x96\x3f\xb3\x08\xcd\x73\xe1\xb6\x26\x6e\x5a\x6a\xa6\xdd\x32\x0b\xae\xd0\xf3\xbf\x82\xcf\x00\xfa\x05\x67\x03\xa5\x7b\x9a\x99\x55\x61\xcf\x49\x04\x59\x05\x3c\xe7\x0a\x3c\xcf\x64\x11\x41\x56\xe1\xc5\x19\x72\x13\x71\x86\x0e\x98\xce\xfa\xe9\x4a\xd2\xf7\x09\x50\xee\x8e\x53\x38\xa8\x7c\xc2\x9d\x7a\x64\x4e\x14\xd2\xee\x26\x88\x05\x6d\x84\xce\x13\x85\xbe\xb8\xea\x14\x22\xbf\x13\x77\xd1\x48\x00\x27\x74\x83\x81\x62\xce\x33\x66\x57\x28\x4c\x15\xe9\x7c\x9c\x21\x9a\xa4\x3e\x99\x57\x0d\x5d\x74\xe2\x4f\x69\x98\x9e\xd3\x8c\x39\x45\x6c\x7a\xa1\xa6\xf5\x0c\xa1\x25\x3b\x34\xfc\x3b\xc9\x81\xdf\xc5\x0e\xba\x53\xaa\x98\x3a\x75\xa7\xd4\x72\xe4\xc4\x9d\xd2\x18\x4a\xa7\x89\x71\x66\x74\x22\x03\x2a\x2e\xc3\x9d\xd2\x60\x49\xa7\xf9\x56\x35\x66\x39\x6f\xc1\xa2\xa9\x5b\x32\x0b\x82\xef\xc4\x9d\xd2\xc0\x3b\xa7\xd9\x56\x67\xbc\xc8\x99\xba\x2d\x6f\x99\x64\x9b\x42\xc5\xa7\x95\xd2\x89\xff\xa4\x31\x7c\x4e\x7c\x26\x7b\x34\x6b\xd4\x66\xd1\xd6\x8d\x64\x55\xa4\xaa\x97\xa4\x9e\x1f\xe7\x96\x47\xf6\x3c\x91\x78\xd5\xa0\x4f\xe7\x16\x44\x0f\xe9\x66\xe6\xc4\x74\xfa\x42\x6a\x59\x73\x6e\xa7\xd1\xfd\xb6\xe5\xdd\x05\x45\xc5\x97\xd6\x02\xe7\x06\x2e\xef\xe1\x8f\xec\xa9\x81\xf9\x50\x7b\x25\x4d\xa3\x4e\xd5\x5e\xda\x3a\x9d\xa8\xbd\x92\xc6\x51\xe7\x23\x5f\xeb\xee\x40\xef\x95\x14\x2b\x9f\x4f\x70\xdf\xd4\x41\xd5\x95\x14\x56\x9f\x8f\x24\x2a\xe0\x13\x1f\x36\x30\xbb\x89\xf5\x75\x44\x38\xd1\x6d\xb5\x58\xc6\x07\x1e\xdb\x9d\xf6\xa0\xeb\xf6\x80\x9b\xaa\xc7\x53\x64\xaa\x1e\xa5\x75\x27\xa4\x4f\xd2\xd8\xea\x7c\x91\x09\x78\xa4\x22\x5a\xac\x27\x12\x01\x8e\xd6\x68\xe7\x0b\x50\x62\xdf\x17\xa0\x44\x8e\x48\x69\x8c\x12\x76\xe2\x50\xb9\x0c\x13\x76\x12\x45\xd6\x28\x3e\x27\x04\x51\x92\x77\x39\x5f\x66\xd1\x03\xf9\x0a\xa0\xbd\x05\x80\xdf\xb8\xaf\x83\xa4\xa5\x60\xa6\xeb\x80\xbb\x66\xda\xaf\x43\xa6\x7f\x58\x48\x4d\x32\x67\xfe\x3a\xe4\xfa\x21\x08\xae\x43\x4d\x32\x77\xfa\x85\x2d\xb9\xe7\xf0\x32\x9b\xaa\xf1\x62\xae\x43\x9c\xb1\xac\x2f\x69\xcf\x75\x7f\x1d\xf8\x1e\x15\xab\x4b\xd9\x83\x66\xae\x84\xf2\xb8\xfe\x49\xd9\x5d\x49\xc9\x01\x78\xe4\x32\xd5\xaa\x21\x6e\x2e\x53\xad\x6a\xa8\x7e\xa5\x58\x78\x80\x4b\x31\x38\x46\x6a\xaa\x55\x43\x95\x5c\xd8\xa3\x4b\xdd\x5e\xc9\xb1\x81\xad\xae\x44\x6c\x5c\xf6\xca\x65\x0a\x56\xc3\xd9\x5c\x09\x59\x47\xb5\x13\x65\x1d\xd3\x52\xc8\x3a\x9c\xd9\x14\x1c\x0c\x73\x96\x54\xde\xc1\x6c\x5e\xd9\x71\x32\xe6\x1c\xd0\xd3\x6e\x56\xec\xc0\x81\xba\xc2\x18\x9d\x9d\x70\x65\x35\xb4\xec\xd5\x2b\x2b\x05\x61\x65\xaf\xac\x86\xb6\xf8\x67\x42\x5b\x5b\x5f\x05\x2d\x28\xe7\x22\x39\xab\xb4\xc4\x95\xd1\xcf\x82\xe2\x2e\xe3\xd7\x2a\x42\xbf\xb2\x9e\x34\xcd\x17\x85\x23\xae\x2c\x12\xa4\x1c\x73\x54\x54\x91\xba\x67\x4a\x80\x0c\x2c\x25\xa0\xa4\x81\x22\x94\xcd\x3a\x42\xc9\x69\xb9\x8a\x3e\x3f\x56\x11\x4a\xf6\xfe\x55\x94\xdb\x34\xfb\x54\x6e\xe3\x34\x15\xf5\xc8\xcd\x17\xe1\x74\x9a\x4b\xcc\x2c\x7f\xaa\xaa\x5c\x87\x43\x2e\x56\x25\x2d\x57\x55\x70\x02\xb9\x7d\x55\x53\x4a\xb8\x7d\xaa\x66\xfe\x6e\x9f\xaa\x74\x07\xc8\x6a\x80\x6c\xfd\x60\xf7\xfd\x83\xee\x39\x6a\xa8\xc8\xf5\x98\x44\x16\xc5\xe9\x9f\x5b\x39\x80\xf5\xb7\x50\x32\x67\xe6\x69\xd5\x10\xf2\x32\x4f\xab\x16\x8c\x57\x0b\x30\xe9\x46\x21\x94\x76\x94\x57\x33\x2c\x2d\x52\x8c\xcb\x7c\x89\x5a\x2b\x5e\xa6\x70\xd5\xd0\xec\x0a\x91\x94\xa7\xae\x11\x94\xdb\xb3\x45\x06\xd7\x00\x93\x0c\xae\x32\xcd\x57\xbb\x79\xb6\xb2\x4e\x2a\xae\x05\x8a\xb6\xa6\x5c\xf6\x42\x38\x65\x6c\xce\xcb\x1c\xad\x52\x39\x97\x71\x74\xbd\xca\xae\x90\x39\x41\xcc\x5d\x5d\xb7\x94\xe6\x9f\x4e\x7d\x46\xd2\x83\xcd\x63\x8c\xe6\x68\x95\x82\xb8\x10\x40\x35\x8d\x5f\xae\x6e\xea\x1e\x57\x9c\xec\xad\x06\x43\xbd\x14\x40\x1d\x16\x12\x62\x68\xd8\xab\x0b\x24\x70\x91\x34\xc9\xac\x37\xd7\x47\x56\x36\x2d\xd7\x2e\x62\xe7\x6a\x36\x77\x0d\x7d\x4f\x9c\x9f\xa1\xf0\xcb\x89\x18\x8a\x05\x18\xc7\x08\xb1\x00\xe3\x18\x8a\x05\x3c\x14\xf3\x80\xbf\xe4\x07\x16\x59\x4d\xaf\xfa\x6b\xea\xab\xe1\x69\xc1\x6d\x32\x94\x2b\x17\x4a\xb7\x12\xa7\x65\xaa\x11\x77\x83\x99\x7b\x35\x8e\x0e\xc2\xa5\x88\xce\x74\xe1\x1e\x39\xd7\x9f\xea\xdd\xcb\x24\xad\x4a\x36\xae\xa9\xe3\x86\xe3\x99\xc1\xfd\x32\x52\x68\xce\x65\x24\xec\x2b\x68\x4e\xae\xa4\x6b\xa9\x35\x05\x1e\x12\xb3\x2a\x7a\xba\xc8\xbf\xaa\xb8\xe9\xfa\xc8\xc2\xa6\xac\xea\xc2\x0a\xab\xea\x3d\x71\x45\x5e\x55\x66\x03\x11\x53\x51\x56\x71\x2d\x95\xd8\x36\x75\x46\x46\x29\xfa\xbb\x8c\x5b\x2d\x86\xe4\xca\x1e\x5a\x0e\xdc\xa2\x0b\xb0\xe5\x5d\x94\x8d\x2c\x9e\xaf\xff\xfd\x5f\x90\x6d\x77\x41\x4e\xc2\xbc\xde\x45\x01\x57\xb5\x90\x74\x17\x03\xbc\x71\x53\x89\x1f\x20\x04\x71\xd0\x2d\x42\x50\x03\x72\x57\x4f\x9a\xfd\x89\x10\x94\x83\xdc\x0a\x9c\x39\xc3\xb7\xa1\x17\xa7\x4d\x4d\xb8\x71\xba\x20\xba\xe2\xe2\xfc\xdd\x55\x36\xc4\xef\x48\xe3\x60\x22\x6f\x0d\x43\xab\x65\x82\x48\xb4\xeb\x87\x1f\x16\xf2\x32\xe4\x8c\xdf\x64\x54\x95\x9b\xbb\xc1\x11\x93\xdc\xdc\xf3\xfe\x30\x41\x5b\xe0\x8b\x5b\x44\x00\x43\x73\x37\x03\xf7\x32\xba\x06\xa8\x60\x81\xbb\xc1\xa6\x47\xa3\xb2\xa0\x34\xda\xe5\x77\x19\x4e\xb0\x82\xb4\xd9\xe5\xc2\x7c\x86\x0b\x83\xa6\xbb\x3b\x8c\x8e\xed\x77\x99\x03\xbf\x43\x1f\x35\xcb\x3b\x4c\x86\xaf\xf7\x73\xb3\x7c\x8c\x8c\x97\xa1\xc1\x1b\x58\xf2\xd6\x15\xda\x28\x69\xf7\xf0\x32\x04\xaf\xdd\xe4\x3a\xf3\xfa\xb8\xcd\x75\xa6\xc2\xe9\x8e\x5c\xca\x8e\x3a\x72\x29\xbb\x42\x44\xc3\xf6\x00\xdc\xe8\xcc\x0d\xe7\x73\xe3\xc7\x42\xf2\xe5\x79\x0f\x5c\x4e\x5c\x6a\xc2\x3c\x16\x30\xc6\x3d\x11\x05\x80\x6e\x6e\x42\x3b\x4a\xe6\xdd\x04\xde\x31\x43\xe1\x2d\xaf\xe7\x94\x4d\x99\x4f\x9f\x51\x7a\xba\x75\x65\xf5\x86\xcf\xb0\x7a\xee\x24\x59\x3d\xf5\x8e\xb7\x5e\xca\xf2\xe4\xf7\x92\x12\xa4\x25\x2d\x23\x8d\xfb\x77\xeb\x99\x6c\x30\xc5\x7b\x79\x1d\x75\xff\x68\x89\x15\x75\x54\x7d\x38\xd3\x66\x3c\x33\xbe\xc3\xfd\xef\x80\x32\x21\x4b\x1f\x2b\x47\x6b\xd2\xb3\x28\x45\xf8\xe1\xa8\xae\xf6\x57\x90\x09\xc7\xa8\x03\xdc\x7d\x62\x3a\xe0\x9c\x9f\x98\x29\x38\xe5\x84\x60\x34\x84\xd2\x6d\xd8\x45\x61\x3f\x31\x22\x70\xc1\x4f\x0f\x08\x50\x9c\xee\x46\xdb\x54\x74\x65\x5f\xe4\x51\x74\xe5\xf5\x61\x29\xfd\x4f\x33\xe8\xfb\xc4\xf5\x01\xd4\x72\x5f\x2e\x20\xad\x5d\xec\x67\xf0\xdd\x7d\x21\xda\x07\x7b\xdd\x17\x22\x15\x70\xf9\x7d\x21\x5c\x77\x74\x17\x22\x15\x10\xf6\x7d\x61\x9e\x52\xfc\x3e\xf9\xce\x48\x55\xaa\x3b\x4d\x2a\xd5\xb9\x28\xef\x0b\xb1\x8b\xa7\xf9\x42\x00\x55\x2c\x8f\x7b\x44\x11\x06\xc4\x40\x22\x9b\x0b\x98\x41\xf4\xf7\x8d\x68\xc6\x3d\x41\x24\x48\x33\x4f\xde\xb7\xf0\x53\xfe\x46\x34\xe3\xa6\xbe\x51\x8a\x83\xd4\x6f\x22\x41\x4a\x92\xdf\x6a\xdd\x21\x68\x6e\x34\xed\x32\x0d\xb7\xd1\x1c\x8d\xf6\x7c\xdf\x91\xd9\x8f\xda\x06\xb8\x81\x9e\xb9\x77\x70\xc3\x54\xd9\x1a\xda\x8b\x23\x30\x6d\xac\xb2\x0d\xb7\x1c\x9e\x34\xd8\x1d\x4c\x9d\x53\xb6\x65\x8e\x9d\xa7\xed\xa6\x43\x52\x72\xc3\xd5\xf5\xa8\x22\xde\x13\x09\x6e\xf1\x9e\x85\xe2\x68\x00\xcc\x03\xcb\x0e\x71\x79\x3f\x84\x17\x71\xda\x1e\xd8\x61\x11\xb9\x99\x59\xd5\xcf\xdf\x8f\xec\xbb\xcf\x32\xa1\xa2\x53\x65\xd8\x6a\xe5\xef\xc7\x44\x60\x9e\xcb\x07\x05\xb2\xcb\x87\x3c\xbb\x6b\x20\x72\x3f\xf2\x9a\x10\xd0\x77\xf0\x71\x10\xca\xb7\x22\x6c\x89\xd6\x1b\x46\xee\x1f\xe2\xc0\x60\x31\x49\x5b\xdf\xa8\xe2\x55\x15\xdc\xa8\xe2\x53\x4c\x04\xc2\xed\x5e\x3c\x8a\x08\xb7\x63\x22\x5f\xed\x55\x45\x48\xf8\x12\x4b\x80\xdf\x18\x32\x4a\x18\xdf\x88\xb2\x63\xe5\x5e\x78\x0c\xd7\x47\x4f\x62\x85\x28\x5b\x49\xb6\x52\x97\xad\xe9\xa2\x62\x9a\x6d\x60\x1c\x85\xa4\x5b\xe7\x61\x85\x51\x1b\xd3\x45\xe5\x90\xfb\x80\x5c\x9c\xb6\xa5\x02\x13\xd6\x7a\xc3\xe3\x49\x87\x6e\x78\xbc\x41\xba\xd9\xb9\xe1\xf1\xba\x93\xba\xb1\x55\x34\x14\xff\x3e\x24\xc5\xbe\x85\xdb\x49\xb3\x41\x0b\xc1\xb9\x55\xa7\x71\xc3\xb9\x55\x75\x5a\x3b\x61\x38\x18\xa5\x34\x1c\xb4\x93\x14\x64\x92\xa5\x8c\xb7\xc8\x65\xbb\xf5\x17\x2e\x51\x07\xf3\x3a\x8e\xcf\x86\x27\x0b\xac\xb4\xb1\x67\x0c\x07\xc2\x6d\x76\x07\x44\xd0\xbb\x63\x55\x04\x1a\xdb\x5d\xd4\xc5\xd8\xb9\xd0\x34\xe1\xd9\xc6\xf3\xf0\x1a\xde\xdc\x68\x3a\xf8\x6d\xe3\x79\xc4\xcc\xc5\xf5\x66\x53\x43\x85\x02\x63\xc7\xb8\xcb\xf8\x54\x7b\x10\x2e\xdc\xa5\x1a\xe8\x84\xd8\x26\x7b\xe0\x8a\xb8\x2c\x83\x90\x3f\xfd\x19\xf4\x60\x0f\x5c\x01\x1d\xc7\x77\xd3\xcd\xe2\xc4\xe3\x40\x50\x55\xc8\xec\x21\xb5\x24\x24\x5e\x75\x54\xf0\xaa\x13\x92\x09\xd6\xa9\x7e\xd7\x92\x10\x54\xb9\x3f\x52\x75\xba\x93\x37\xf2\x4e\x53\xed\x6d\x2c\xc2\xf4\x29\xdc\xdc\x7b\x26\x0e\xdc\x53\xb4\x43\x67\x84\x9e\x53\xac\xb4\x17\xaa\x2a\x50\xc3\x5e\xc8\x59\x5d\xa3\x85\x9c\xd5\xba\x48\x27\x3d\x82\x3b\xa4\x93\xcd\x42\x98\xa6\xb8\xda\x86\x87\x93\xde\xde\x4b\xc5\x13\x68\x62\x63\xda\xaf\x77\xe9\x36\x0a\x9c\x7a\xcf\xad\x42\x53\xc9\xf4\x46\x26\xa9\x9b\xe7\x3e\x3d\x9a\xd0\x66\xfb\x34\x27\xeb\xb0\xca\xf0\x8f\x2f\x9e\x53\x3a\x51\x14\x19\x3b\xe1\x8c\x5b\xd6\xc6\xe0\xfa\x54\xbb\xee\x53\x65\xff\x12\x98\xed\x1f\x26\xf1\xd4\xeb\xdf\x69\x3f\x75\x55\x87\x1f\xdb\xd8\xf9\x17\xb5\x60\xdb\xf0\x1a\x1e\xbc\xcb\x6d\x42\x97\x17\x4e\xa1\x6e\xab\xcb\x2d\x43\x1f\x97\xa4\x9e\xe5\xd9\x09\xc9\x46\xb9\x68\xdd\x56\xd8\x7d\x19\xc7\x72\x5f\x58\xba\x71\x91\x6f\xdc\x31\x4d\xac\xb5\x11\x4a\x0e\xa9\x88\x8d\x3f\xa6\xc1\xc7\x36\xfe\x98\x26\x19\xde\x08\x28\xff\x6d\x29\xfc\x2c\xd5\xff\xec\x9b\x0b\x14\x04\xb5\x09\x45\xac\xfd\xe0\xc6\xcf\x52\x76\x61\xdf\x5c\x94\xae\x1f\x21\x87\x4d\x57\xb9\xc9\xe4\xad\xed\xdd\xbe\xd1\x5b\xb8\xac\x44\x1c\xd6\xea\x6f\x6f\x77\x91\xcf\x6c\x59\x08\xc3\xad\xff\xa5\x28\x8f\x6b\xac\xc7\x08\xb6\xc0\x59\x08\x93\x39\xa8\xdb\xad\x55\x18\x37\xe8\xd6\x19\x53\x14\x89\x06\x56\xe3\xc6\xbd\xdd\xd6\x76\x06\xd0\x60\xdb\xad\x33\x66\xb7\x7d\x6e\x77\x77\x96\x96\x60\x62\x2b\x35\xb3\x6e\x3f\xad\xc2\x44\x4f\x6a\x66\x6d\xe7\x41\xad\xe0\xe0\x71\xcc\x94\x16\xde\x0f\x8a\x17\x68\xa0\xfd\xa0\xe7\x70\x42\x1f\xf4\x2e\xee\x95\xef\x1e\x5b\x3a\xbb\xef\x87\x5b\xdf\x63\xf3\xc0\x6c\x78\x6a\x1e\x8e\xa2\x93\xf8\xdd\x68\xcb\xdb\x71\x13\x53\x58\x49\xd5\x7e\x85\x93\xba\x44\x81\xf3\x2e\xde\xaf\x70\xfa\x1d\xca\x43\x44\xf8\xc2\x15\x78\x14\x5e\xfb\x05\x36\x04\x8e\x9a\x63\x6e\xe3\xb7\x49\xa2\xee\x30\x0b\x73\x1b\xbc\x41\x7a\x7c\x60\x3c\x06\x70\xcb\xfd\x4f\x39\xdf\x83\x31\x7e\xf7\x7a\x7b\x0c\xf5\x26\x0f\xf0\x44\xe2\x71\x8e\xc6\x73\xe8\xc1\xd8\x6d\x5d\xfa\x85\xed\xf4\x68\x4f\xe6\x95\xf8\x1c\xd2\x2f\xac\xf7\xa3\x41\x99\x67\xfb\x31\xbe\xdb\xbf\x7e\x1c\x05\x88\xe2\xc1\x88\xac\xb9\x99\x9f\x03\x3c\x63\x63\x1a\x94\x59\x23\x0c\xca\x84\x4c\x9f\x4f\x35\x60\x4f\x52\x5a\x1e\x55\xb4\x9b\x88\x3a\x92\x30\xcd\x3f\x4a\xf4\x05\x26\x49\xc3\xd8\xa5\x71\xdc\xd4\x71\x3d\x3a\x87\x2a\x52\x79\x74\x0e\x95\x67\x7b\x74\x0e\x55\x72\xf3\x18\xd5\x4d\x6d\xe7\x93\xb8\xb3\x02\x1a\x68\x2e\xa7\x29\x39\x16\x3a\xc9\x81\x33\x19\xb1\x21\xdd\x6c\x16\x9f\x51\xdd\xf9\x1f\x7d\x46\x55\x0b\x3e\xfa\x8c\xaa\xc2\x7b\x72\x0c\x85\x71\x65\x3d\x0e\x1c\x31\x4e\xa3\x7a\xd0\x3f\x88\x23\x9b\x48\xfe\xc1\x6e\xcd\xd8\x00\x4f\xa4\xd0\xaa\xf6\x22\xef\xce\xbe\x7f\xb4\x5b\x93\x24\x7e\x0a\x82\x74\x07\x52\x82\xe4\x02\xfa\x22\xc9\x65\x0d\xcc\xe9\x1c\x15\xf2\xc7\x24\x73\xf0\x14\xc5\xfb\x70\xaf\x4f\x21\xe2\x98\x60\x21\x7f\x0c\xdc\xf8\x94\xb8\xd4\x19\x7c\x51\x64\xce\x8d\xf6\xd4\xa0\x05\x99\x22\x0d\xd7\x24\xed\x9f\x8a\x09\x9d\xe3\xad\x82\x42\x8f\x86\x76\x93\x71\x7c\x10\x23\x84\x19\xf9\x63\xf4\x36\x03\x98\x3f\xd5\x2b\xc6\x76\x91\x37\xbb\x8d\x2a\x94\xa0\x33\x54\xa5\x04\x2d\xaf\xb8\x79\x59\x48\xb1\xfa\xb2\x73\xe5\xcd\x60\xf6\xa7\x1a\x48\xc4\x76\x9b\x0c\x37\x77\xc7\x63\xf0\x36\xa3\x80\x3c\x4a\x15\x25\xe0\x9e\x26\x2d\x68\x15\x85\xb7\xdd\x97\x60\x3d\x2d\x85\xf0\x96\x9b\xf3\x69\x0a\x6f\x87\x2f\x0a\x6f\x41\xad\x8f\x36\x6f\x71\x0a\x95\x2b\x2a\x2e\x78\x4c\xd0\xa5\x0e\xf0\x41\xae\x18\xab\xd2\x83\x7c\x65\x64\x5a\xbd\xa9\x11\x7c\x7a\xd0\xb2\xd4\xef\x85\x2a\xfe\xc0\x94\xc4\xe5\x52\xde\xa8\xde\xf0\x41\xde\x18\xfb\x43\x79\xa3\x2a\xce\x07\x79\xe3\xd0\x32\xf0\x89\x90\x1b\xc3\xfa\xa7\x77\xb5\x0d\x23\x15\x9d\xfe\x88\x4b\xdc\xfa\xaf\x2f\xb4\x8c\xec\x62\x68\x09\xfa\x60\xd8\xa6\x7c\xf6\xc1\xb0\x2d\x6b\x6f\xf3\x20\x7e\x54\xa4\xfb\x20\xc7\xe8\x31\x2d\xe4\x6c\x57\x88\xfb\x0c\xf5\xec\xed\x4f\xc3\xbe\xc7\x8c\xee\xb2\xf1\xcf\x90\x32\x67\xfe\x46\x90\x21\x00\x3d\x1c\x80\x85\x10\xb3\x19\xb0\xeb\xd1\x1a\x4e\x95\xe8\x33\x71\xe2\xe1\x6a\x7f\x26\x4e\x3c\xd0\x02\xcf\x34\xbe\x90\x9b\xfa\x23\xfe\x9a\x99\xab\x9e\xa9\xbd\xa0\xa7\x90\xe8\x6e\x0a\xbb\x1f\xcd\xe1\x02\x4f\x7d\x24\x62\x33\xe1\xd6\x33\xb5\x23\xb4\x0b\xa4\xb8\xd3\x2e\x74\x39\x9a\xb6\x04\xeb\x30\xed\x42\x33\x42\x4b\x21\x27\x29\x8a\xef\x1e\xa2\xb9\x05\x9a\x59\x21\x62\xa5\x0f\x64\x95\x81\x8c\x96\x12\x56\x2e\xbf\x67\x05\xeb\x00\x88\x2b\x84\xaa\xb6\xa5\x33\x11\x77\xde\xb3\x4c\xd9\xe6\xce\xfd\x68\xc6\x16\x67\x18\xb3\xb7\x62\xcc\xaa\x07\xb3\xb7\x62\x34\xa9\x07\x02\xb2\x18\x9b\xeb\x81\x80\x2c\xca\xf3\x9f\x53\x57\x0a\xa7\x85\x28\xc2\x45\x21\xe5\x03\x05\x59\x62\x57\x9c\xca\x51\x01\x46\x02\x52\x7c\x80\x1c\xc4\x94\xc5\x0f\xe4\x63\x0d\x14\x82\x9b\xe8\xd0\x88\xf7\x51\xbe\xe1\xfe\xbc\xe4\xd1\xc5\x73\x98\xbd\x4d\xd9\xa0\xe7\x82\xcd\xf5\x0c\x6b\xf6\xa6\x7d\xd2\xa3\x33\xa7\x72\x87\x07\xeb\xb6\xe8\xc4\xb8\x68\x1a\x9f\x3d\xb7\x5c\x23\x92\x84\xe7\x0e\xe0\x69\x18\xb7\x4a\x45\xb2\x0f\x31\xce\xba\x67\xc8\xf4\xed\x6e\x9b\x1b\xd7\x21\x37\x04\x0e\x96\x41\x4f\x3e\x37\xc6\x51\x30\x7d\x0f\x39\xdb\xb5\xf2\x7a\x48\xbf\x65\xba\xe2\x07\xfb\x39\xc5\xf7\x0f\xf6\x73\x26\x7a\x7c\xa0\xde\x4c\x0b\xfb\x40\xbd\x95\xf8\xae\xc2\xd6\x63\x49\x9a\x2d\xb3\xd4\x3f\x90\x6c\xa6\x3e\x79\x30\xa6\x33\x27\xec\x43\x7e\x88\x12\x40\x60\x10\xe5\xcc\x3c\x72\xf6\xb6\x6a\x92\xd1\x28\x45\xf6\x07\xed\xac\x1e\x23\x68\xb8\x78\x46\xcd\x40\xe8\xf5\x18\x29\xc3\x13\x6d\xa4\x0c\x0f\x1d\x96\x71\xff\xba\x26\xcb\x83\xf6\x57\xcf\x03\x89\x2b\x96\x7b\x11\x3a\xba\xa6\x21\x60\x10\xee\x17\x4e\x4c\x04\xf2\x0a\x05\x93\x44\x3a\x07\xc5\x6a\xcf\x2b\x59\x6b\x79\x84\x56\xd2\x02\xaf\x64\x2d\x50\x90\xda\x41\xa3\xae\xe7\x95\xac\x65\x64\xaf\xb4\xb8\x75\x31\xd3\x71\x34\x2f\x16\x32\x5c\x3b\xef\x01\xb9\xc8\x75\xf4\x12\x72\x43\x46\xea\x3d\x20\x17\x59\xf1\xf7\x90\x5c\xb4\x3c\x82\x63\x4e\xd1\x7b\x20\x35\xe5\x5a\x7b\x0f\xa4\xa6\xd3\xba\x90\x91\xeb\x4f\x97\xde\x97\x18\x1c\x92\x11\x6f\x50\x67\x60\xf3\x57\x13\x7f\x71\xfe\x9b\x70\x2a\x60\xfe\x5e\x82\xe7\x6a\x8b\xf9\x9a\x80\x94\x45\x79\x93\x8c\x26\x20\x06\x69\xc5\x45\xf4\x26\xb9\x3b\xae\xf4\x37\x48\xab\x68\x16\x52\x25\x9e\x91\x66\x0d\x9b\x82\xb0\x8a\xda\x10\x56\xc3\xae\x21\xac\x84\x2f\x08\xab\x78\x91\x80\x02\xcb\xbc\x41\x40\x71\x36\x5f\x03\xe4\xb2\x48\x6f\x46\x9a\xc5\x8d\xfa\x4a\x3e\x45\x05\xce\x32\x3b\xe5\xcd\x41\xe0\x59\x21\x90\x84\x7f\x24\x60\x8a\xcd\xe2\xf1\x6e\xa9\x62\x3c\x22\x67\x07\x17\xc7\xa4\x08\xf2\x2d\x48\x9f\x1d\x47\x51\x61\x0e\x57\xf0\xea\x02\xa0\x50\xf4\xfd\x47\x4c\xd9\x98\x3c\x32\x14\xdb\x5b\x08\x3f\xeb\x40\x08\x2a\x96\x94\x97\xbe\x84\xdf\x90\xeb\x7a\x4b\x58\xe8\xd8\x30\xfa\xff\x6e\x21\xd4\x33\x2e\xad\x34\x96\xc1\x71\x5e\x68\xac\x26\xe6\x7c\x2b\x7e\xd8\xdd\xe7\xa0\x5f\xe8\x50\xdf\x00\xb7\xd9\x47\x70\x35\x09\xcf\x17\x4a\x4a\x94\xf8\xd6\x20\x3c\x01\x3d\x3c\x03\x38\x40\x6f\x25\x22\x63\xf1\x19\x53\x7c\x04\x40\xaf\x2a\x59\x0d\xce\xde\x16\x28\x91\xfe\x54\xc9\x6a\x3f\xf7\xa2\x88\x51\xd5\xfa\xaa\x88\x89\x25\x69\x71\x19\x5a\x45\x43\x64\x87\x28\xc1\x14\x7b\xae\x69\x56\x0f\xc9\xf0\x9a\x7e\xc1\xa0\xf0\x6f\xd3\xae\x7e\x5a\x27\x2e\x44\xfb\x44\xb0\x26\xf8\xdd\xcb\xb1\xf9\xe2\xe5\x48\xa1\xee\xe5\x18\x2f\x1a\xd9\x83\xb8\xde\xae\x91\x3d\xc8\xe7\xed\xaa\xdf\xdc\xda\xc4\x67\x88\xec\x51\xef\x12\x32\x4a\x2d\xb1\x03\x70\x2d\x18\x48\xc4\x5c\xaf\x11\xae\x0c\x2a\xfd\x6a\xef\xe5\x54\x70\x35\xd6\xd8\x2a\x5a\x84\x7b\x00\xb8\x19\x23\x07\xd2\x6b\xb6\x70\xfb\x3e\xf1\x72\x8e\x66\xbf\x75\xd0\x1d\xf2\x3d\x1d\x2c\xc3\xb8\x94\x22\x52\x9e\xf0\x55\x66\xa8\x7d\xbd\x09\x97\x65\xbc\xb0\xdc\x7e\x46\x26\xd5\xce\xf3\xbd\xbe\xbd\x21\xf6\xe2\xba\x9c\x66\xd3\x79\x31\x19\x1f\x2a\x48\x5e\x6c\xbf\x22\xe9\xdf\xeb\x45\xaa\xb9\xd8\x8b\xf1\xd7\x54\x85\xf9\x1a\x25\x5f\x5b\xba\xf7\x22\x8f\xa9\xab\x66\x36\x6f\x6f\xa7\x97\x9b\x54\x91\xfa\x7b\x2b\xce\xa4\x93\x5b\x73\x03\xa0\xba\x0d\x2a\xf8\xa7\xbd\xdf\xfb\x5d\xbe\x5d\x75\xf0\x6b\xd6\x4b\x93\x31\xbc\x37\x49\x42\x05\xe5\x56\xe8\x89\x68\xf5\xbd\x49\x17\xe8\xd6\x36\xbc\x81\xe8\xe5\x8e\x68\xc9\xc0\xb8\xa5\x05\xb9\x35\x5f\x2c\xbe\xf4\x13\x7d\xb7\x99\x4e\x69\x69\x93\x7e\xd3\xa1\x2b\x61\x71\x71\x36\x39\x43\x45\x98\x1b\xd5\xa3\x73\xb5\x49\x74\x2a\x3a\x8a\x90\xf8\x56\x36\x9b\xa5\x60\x98\xcd\xd2\x01\x3d\xa4\x54\x14\x4f\x3c\xda\xcd\x53\xf9\x41\xf8\xe5\xd6\x31\x99\xa5\x07\xca\x64\x96\xdd\xba\x18\x66\x8b\x21\x1f\x82\xd5\x79\x02\x1f\xbc\x73\xdd\x5d\x24\xf2\xd6\x2d\xe5\x7d\xf0\x61\x76\xb9\x5e\xb4\x5b\x9e\x4b\xd2\x75\x9b\x45\xe5\x25\x07\xa5\xb6\x0a\x2f\x39\x28\xa5\x64\xdf\x57\xd9\xac\xcf\xa8\x7f\xb3\x75\xbd\x3a\xa0\x51\xdf\x17\x4d\x23\x2a\x83\x97\x14\x94\x1a\x2d\xbc\xdf\x1d\x3b\x14\x8e\xbf\xef\xa6\x0c\x40\x93\x80\x52\x63\x86\x97\x54\xdf\x18\x59\xac\x83\x54\xdf\x04\xe6\x5f\xc7\xe1\x76\xef\x3c\x67\xca\x14\x9e\xb1\x1a\xcf\x99\xe7\xca\x77\xcb\x34\xbe\xdb\x0e\x16\xe4\xdf\x96\x5c\x07\x76\x5b\xfd\x58\x16\x42\x36\xfc\x8d\x78\x1d\x07\x44\x52\x54\xc0\x5e\xfb\xa3\x45\xd7\x71\x7c\xc7\xfd\x38\x78\x4e\x07\xcf\x94\x21\x65\x52\xb1\x63\xc4\x1d\x0d\xcb\xe7\x75\x7c\x57\x6d\x39\x92\x3f\x1a\x15\x1a\xcf\x9d\xef\x96\x19\x7c\xf7\x19\xc5\xe0\x02\xba\xa4\xbc\x92\x11\x7f\x77\x6e\x39\x12\xc0\x25\x81\x63\xc4\xdf\x9d\x5b\x0e\x47\xff\xdd\xb9\xe5\x70\xc4\x49\x40\xe9\x37\x0b\x28\x6d\x66\x01\x05\x86\x9c\xf9\x4e\xfb\xdf\x55\x5c\x8e\x83\xf6\xbf\x9b\x78\x96\x0c\x3c\x19\x49\xe4\xf2\x3b\x92\xc8\xc6\xe0\x33\x64\xda\xa2\x5f\xd2\x26\x91\xe3\x76\x1d\x05\xdd\x70\xa7\xdf\xa2\x68\xd4\x86\xc8\xf2\x8d\x6a\x61\x1d\xe4\x4d\x22\x5d\xf8\x3a\xb4\x6e\xef\x36\x84\xbf\x05\x34\xd8\x3a\x48\x9c\x44\xde\xcb\x75\x98\x14\xc9\x99\x28\x48\xd2\x87\x8d\x7e\x10\x2d\x47\xa6\x11\x7b\xe7\x19\xc3\xf5\xe5\x32\x55\xd1\xa1\xdf\x11\xd9\x75\xbf\x77\x2e\x60\xd7\x9b\x4c\xde\xcb\xe9\x22\x93\x37\x3c\xc2\x3a\xaa\x04\x19\xd3\x55\xb1\xa1\x5e\x00\x57\xbd\x9b\xaa\x2f\x9b\xca\x16\x12\x22\xbf\xbf\x3c\x33\x34\xac\xdb\xd7\xf1\x17\x65\xb7\x8e\x26\xe8\x2c\x62\x93\x94\xf4\x19\x52\xd2\x9d\x8a\x19\xfc\x74\x47\x62\x06\xbf\xdc\x3c\x88\x28\x1a\x06\xa7\xeb\x68\x18\x0d\x3b\xe1\xc4\xb0\xca\x0e\x83\x30\x02\xd9\xb9\x6c\x88\x2a\x5d\x45\x42\x0a\xe4\x68\x14\x83\x66\x3b\x23\x4a\x55\x76\x07\x74\x75\x55\x8d\xc9\xec\x50\x97\x4e\x6c\xf7\xb6\x63\xd8\xdc\xa8\x8d\x70\x0f\xeb\x30\x48\x15\x92\xe0\x75\x18\xa4\x6a\xda\x94\x94\x9c\xdf\x95\xd5\x4d\x06\x81\x7e\xa9\x0d\x8f\x8c\xfa\xa5\xe9\x33\x24\x65\x14\x52\x3f\x3a\x80\x76\x04\x4d\x09\x24\x03\xe1\xd3\x00\xf4\x11\xf4\xa5\x2f\x48\xa2\x06\x50\x0d\x84\x62\x83\x71\x1b\x52\x1e\x7d\xcf\x3a\x06\xb6\xc3\xd3\x1f\xde\xc7\x7e\x0f\x32\xce\x96\x30\x35\x8d\xbe\x35\x35\xad\xf6\x8d\xa9\x69\xc0\x81\x4e\xd2\xed\x88\xb8\x21\xc5\xf6\x1a\xd2\x77\xb4\x84\xbd\x14\xc4\xfa\x3a\x26\x52\x9c\x02\x7c\xc6\x92\x77\x9f\x1a\xa7\x6a\x79\x34\x67\x00\xeb\x9f\x41\x0d\x80\x9d\x98\x39\x16\x80\xfd\x97\x61\xdc\x1a\x5f\x77\xb1\x3f\x16\xe6\x59\x2e\xfd\x32\xfe\x2f\xf0\xad\xfa\xbf\xff\xeb\xc9\xa9\x59\xa2\x4a\xc0\x5b\x8b\xef\xd6\xbd\x78\xa6\x33\xd2\x84\x17\xd7\x71\x79\xdd\x03\x10\x69\xc2\x8b\xb3\x77\x9a\xb6\x9c\xbe\x4e\x6f\x7e\xcb\x40\x7c\x89\xc8\x4e\x72\xa7\xbb\xa2\x4a\x0c\x44\x88\x64\x06\x2f\xae\x3a\xf2\x82\x1a\xd8\xe5\xd4\xed\xc9\x46\x1f\x7f\x00\xf5\x49\xdc\xd7\x42\x0f\x17\x71\x5f\x2b\x15\x4c\xf5\x2d\x44\x17\x57\x78\x61\x64\x97\x57\x38\x0d\x99\xf6\xbb\x30\x13\x44\x8e\x8a\x1d\x0a\x59\x44\x68\x88\x75\x98\xea\x5b\x88\x2e\x1d\x7b\x9c\xd2\x8b\xfc\xcf\x0e\xe1\xe2\x2a\x8d\x0a\x2f\xcf\x34\x74\xe3\x61\xe9\x2e\xbc\x51\x79\xba\x45\x20\x82\x6a\x20\xcb\x9b\x3c\xcf\x42\x7a\xe3\x68\x35\x59\xcc\x9b\x84\xd4\xd3\x0a\xdc\xe7\xae\xd3\x4d\x36\xe7\x69\xa3\x98\xab\xb8\x53\x37\xc8\xbb\xd0\xa6\xa9\xb9\x85\x7a\x7b\x6f\x33\xe2\x8f\x20\x19\xa4\x5e\x59\xc7\x9e\x3c\xd3\xce\xe6\x7a\xf6\x6a\xdc\x5c\xcf\x5e\xb7\xdb\xeb\xd9\xf2\x5c\xc9\x09\x18\xa0\x5f\x86\x6b\xf6\x70\x25\xff\x99\xd0\x6d\x1d\x10\x37\xc4\x42\x5e\x07\xc4\x0d\xf9\xe6\xd7\x41\xa6\xee\xe1\x65\xf1\x40\x70\x24\x06\x84\xaa\xe7\x88\x32\x68\xf3\xdc\xe5\xc4\xe3\x24\x95\xc6\x3a\x88\xbb\x79\x04\x50\x68\xf0\xdc\xc0\x1f\x41\x33\x8b\x80\xbf\x12\x58\xf4\xfb\x7a\xc3\xf9\xcc\x65\xd4\x69\xf3\x23\x5c\x56\xdc\xc4\xb8\xd8\x25\x88\x98\x75\x7c\x84\xcb\x8a\xeb\x91\xbc\x8f\x41\x0f\xbc\x76\x6c\x65\xae\x47\x4f\xfc\xeb\xf5\xf8\x3d\x27\x04\x05\x5e\xd1\x09\x41\x81\xd7\x72\x3a\xbc\x2a\x2b\xcf\x85\xef\x9d\x67\x6f\x4a\x9f\x1b\xdf\x1b\xcf\x08\x37\x96\xe5\x07\xdf\x7d\x46\x67\xc7\xa9\x4e\x08\x13\x88\xc7\xb3\x92\x32\x82\x21\x0c\x5e\x9a\xf6\x8b\xfe\x8b\x13\x9b\x0e\x2e\x4d\x4e\x75\x4a\x08\x34\xc0\x1a\x29\x21\xd0\x60\xa7\xa5\x8f\x9e\x29\x04\x5c\x5d\x29\x71\x81\xb2\x95\x53\x42\x88\xc1\xae\x4b\x90\x30\x04\x41\x5d\x89\xe0\x9d\xf0\x25\x2b\x7d\xe4\x4c\xf5\xa8\xa4\x88\xdd\x39\x6c\x48\x6f\x15\xf6\x66\x52\x3d\x93\xa3\xbb\x10\x67\x00\x1f\x62\x84\xe2\x7c\x99\x73\x27\x3b\xa0\x88\xea\x69\xef\x46\xf5\xc4\x64\x7b\xa5\xac\x52\x4c\x18\x95\x30\x64\x07\x18\x61\x3d\x39\xac\xc9\xb4\x3b\xa8\x16\x57\xca\xa2\x7d\x9f\x35\x24\x9b\x56\x89\x9b\x09\x00\xb2\x0b\x6f\x97\x5e\x4c\x3e\xab\xa1\x99\x02\xe6\xcd\x24\x2c\x05\x95\x18\x18\x21\xa1\xad\xe9\x16\x32\xc0\xe7\xb4\x7a\xa8\x6e\xa0\x17\x93\xaa\x1b\xe7\x48\x0d\x8d\x04\x44\xc2\x42\x3c\xbb\x82\x61\xed\x2d\xbc\x45\xf9\x3b\x27\x38\x69\xed\x8d\x33\xd8\x4a\xd5\x68\xf9\x0e\x5e\x83\xce\x69\x03\x55\x36\xcb\x06\x50\xbe\x14\x6c\x6f\x56\x42\xf9\x32\xe3\x19\x01\x67\xb2\x86\xa8\x07\xb8\xaa\xac\x04\x0b\x54\x11\xce\x16\xcb\x80\x26\x0a\x23\x6f\xa0\x86\xec\xb3\x3a\x4b\x77\x04\xc9\xb0\xc9\x60\xb0\xd2\x47\xd3\x4c\xf2\xfe\xac\x44\x68\x24\x52\xeb\xac\x44\x68\x24\x02\xfb\xaf\x44\x68\xa4\xc3\xd1\x35\xe4\x9b\x60\xea\x84\x10\xa1\x27\x8f\x58\x03\x17\x80\xfe\x53\x88\x0d\x3c\x0f\x48\x0a\x46\x71\xd6\x49\xd5\x28\xbd\x9b\x48\xd5\x28\x3d\x9d\xba\x87\x92\x32\x1f\x51\xb3\xa4\xcb\x13\x1e\x80\x64\x46\x5f\x09\x13\x50\x09\xff\xd4\xc5\x18\x7f\xd9\xe2\xad\xd4\xa5\x67\x3d\x8e\xa4\x6e\x14\x61\x27\x5c\x05\x89\x31\xbc\x52\x3f\x79\x66\x06\x71\x15\x5c\x42\x05\x55\xd3\x89\xd6\xbf\xd2\x70\x53\xbb\x93\x24\x6b\x62\xf9\x21\x6b\x8a\x98\x03\xb2\xa6\xb8\x5f\x20\x6b\x3a\x39\xf7\x57\x82\xac\x29\xa2\x91\xe1\xf1\xb4\x25\x55\xbe\xee\x43\x23\x6d\xc6\xc6\x1f\xda\x31\xb9\x36\x53\x02\x4b\xd4\x43\x40\x4d\xac\x45\x57\x9a\xca\xec\x20\x20\xd3\xf4\x10\x31\x45\x13\xea\x6e\x5a\x5b\xd9\xe1\x62\x4e\x27\xb2\xc3\x78\xbe\x5d\x1c\x6b\x28\x80\x77\xb8\x53\xb7\x44\x47\x65\x04\x4d\x89\xce\xb4\x20\xef\x3c\xc2\x2b\x0e\x0e\xbd\x2f\xc9\x79\x11\x82\xc9\x68\x64\x0c\x92\x61\x32\xa5\xc9\x93\x61\x32\xa5\xaf\x93\xd9\x68\xa2\x0a\xfd\x07\x0a\x5b\xc8\xe3\xc4\x47\x26\xa3\x91\x99\x48\x26\xa3\x89\x15\x32\x19\x4d\x60\x46\x93\xd1\xc8\x05\xa4\x13\x43\x5d\x0f\xde\xa9\x16\xce\x51\x9e\x6a\xde\x9c\x98\x33\x30\x0d\x50\x86\x31\x4d\xf7\x45\x2d\xa2\x93\x1c\x26\x33\xc9\x06\x14\xca\x01\xfe\xa9\x3f\x8a\x93\x79\xc5\xc9\xa7\xfe\x85\x9f\x87\x98\xea\xc2\xd6\xdf\xfd\x65\x3a\x9a\xe9\x88\xa1\x6f\x46\xa0\x17\x23\x05\x4c\x87\x7c\x69\xf9\x2f\x94\x44\x0a\x18\xee\xbc\x7f\xa4\x8f\x2f\xda\xd3\x8b\x1b\xaf\x50\x18\xd9\xf2\xe3\x0b\xc5\x0c\x15\xe0\x61\xbe\xd5\x24\x51\x43\x71\x50\x15\x4f\xdf\xaa\x95\xc4\x2f\xff\xe8\x22\x06\xfc\xd1\x45\x2d\x16\x5c\xe9\x90\xc7\xc6\x70\x4b\xee\xdc\xdb\xe3\x64\x77\x68\xd4\xa2\x0c\x10\xc6\x77\x64\x1e\xd1\x0e\x8c\xb2\x53\x75\x63\x7b\x0a\x8d\x9b\x4c\x35\x23\x1a\x09\xe1\x0f\xd0\x19\xbb\xc0\xe9\xd8\x38\xc4\xbb\x9a\xd0\x57\x64\x18\x58\xc9\x90\x97\x48\x7f\x56\xda\x08\x46\xa0\x53\xd2\x46\x30\x02\x95\x9e\x36\x16\xd8\x22\xb0\x7d\x52\xd9\x0e\xc4\xa2\x3e\x8b\x45\x6d\xc7\xac\xfe\xc8\x15\xd2\x83\xa0\x03\xd6\x3d\x11\xc9\xe0\x80\x58\x4a\x24\xe4\x26\xdb\xc0\x4a\x91\x23\x51\x8c\xf3\x28\x63\x00\xec\x07\x34\x2a\x3e\x26\xc2\x39\x3e\x25\x2b\x91\x9d\xfb\x40\x96\x90\xd0\xcf\x90\xb6\x63\x25\x29\xaa\xe8\x18\xcd\x50\xe3\x19\x95\x4c\xf9\x33\xee\xd4\x4a\x64\xdf\x26\x53\xd9\x4a\x92\x5b\xd5\x06\x10\x82\xb8\x99\x89\x75\x60\x4a\xec\x95\xd0\xd7\x14\x6f\xc1\x17\x08\xab\xdf\xa1\xf9\x60\xb0\x12\x34\x59\x53\x5e\x93\x3e\xda\x6b\x05\xe8\xaf\x31\xf0\xdc\x8b\x68\x69\x84\x3d\x4b\x7c\x31\x51\x59\xe2\x2b\xf9\x1d\x3c\x0f\x76\xcc\x12\x5f\xdc\x99\x99\x80\xe9\x58\x07\xaf\x2c\xf1\x55\x2c\xdf\xf9\x5e\x79\xc6\x1c\x9a\xfb\x2f\x87\x04\xa9\xd9\x10\xd4\xd7\xb0\xd0\x49\xa3\x85\xe7\x9b\xe7\xc5\x33\x56\x52\xec\xfa\x7c\xc8\xc2\x0c\x7b\x00\x6a\x26\x26\x23\x5a\xaa\x50\x3a\x39\x21\x5d\xe1\x64\xe4\x24\xd4\x89\xe7\x90\xae\xd0\x03\xb4\xd8\x51\x7c\x86\x36\x2c\x16\x9a\x46\x74\x63\xfc\x09\xea\xb6\xf8\x2c\x78\x80\x91\x00\x2f\xdb\x33\x44\x2c\xc7\x38\x43\x56\xe9\x4a\xbf\x32\x02\x22\x14\xc2\x2b\x67\x27\x09\x90\x32\x93\xc4\x19\xcb\x19\x28\x38\x57\x39\x03\x05\xdb\x3b\x43\x52\x85\xd4\x29\x6b\xf5\x52\x9c\x25\x83\x24\x60\xfa\xb0\xb2\xa1\xd2\x95\xc0\xe5\x0c\x95\x0a\x6e\xcb\xe4\xe8\x96\x8b\xcb\x1f\x19\xb5\x90\x45\xae\x4c\x8e\x6e\x14\xf4\x2b\x93\xa3\xdb\xf3\x9a\x89\x9e\xb0\xec\x0e\x9d\x4d\x43\x84\xbd\x32\x49\xba\x51\xae\xae\x5c\x24\x59\x2d\x34\x79\x06\xf0\x02\x32\x71\x70\x24\xe9\x96\x7e\xcb\x28\x6c\x3a\xd6\x3e\x2b\x93\x99\x7b\xb9\x58\x0a\xa1\xdc\x62\x05\x91\x8f\x53\x5c\x11\xf9\xb8\xea\x55\xc1\x89\x83\xae\xe2\x37\xc7\x56\x91\xdf\x38\xf9\x55\xf0\x00\xf5\x23\xc4\x96\x9c\x68\xae\x82\xc4\xd8\x74\xa7\x59\x7e\xbf\xf8\x6e\xf9\x9b\x79\xb1\x37\xa0\x73\x73\x93\x80\x1b\x31\xeb\xca\x15\x6a\x9f\x6b\x21\x93\x8c\x1b\x51\xec\xca\xca\x9c\xdc\xdc\xca\x9c\x38\x48\xf9\xa3\xcf\x16\xb2\xde\x95\x49\xb7\xad\x98\x35\xa3\xda\x69\x38\x00\xaf\x4c\xba\x6d\x99\xc0\xdc\x9c\x53\x00\x6d\xb1\xe8\xbe\x40\xe4\xb8\x27\x9b\x50\xfb\x8c\xaa\x0e\x0b\x86\x95\x49\xab\x2d\x01\x91\x09\x94\xae\xf1\xc8\xca\x10\x6b\x18\x7a\xae\xdc\x5d\x7f\xba\xeb\x5a\x4b\xbb\x5b\xbb\xc0\x5a\xc1\x0d\x00\x7c\x3a\xec\x70\xc9\x66\x1d\x76\xa6\xe5\x31\x27\x5c\x7e\xbf\x84\xd5\x17\x6c\x05\x57\xfd\x0b\xc5\xe5\x0e\x53\xb5\xec\xc5\xf4\xec\x8e\xaa\x3b\xcf\x0c\x64\x38\xcf\x7c\x1f\xec\x57\x68\x8f\x3c\xb4\xc3\xe3\x52\xc9\xc6\x73\x52\xc8\x91\x83\x40\x03\x96\x20\xd0\xdc\xb1\x41\xa0\xb9\xf6\xe3\x23\xa4\xbc\x0b\x33\x72\xa7\xe2\xf6\x1d\x1e\x22\x17\x0d\xc1\xd3\x51\x5c\x10\x23\x40\xc9\x98\xe5\x8f\xa4\xab\x4a\x52\xb2\x9e\x7a\xf2\x09\x19\x8b\xe7\x43\x5a\x31\x1b\xed\x41\x18\xa1\xf5\x1a\xf6\x1d\x2b\x4f\x28\x4d\x17\x1d\x99\xd4\x21\x9f\x90\x89\x08\x75\x04\x2c\x98\xc0\x1c\xff\x7a\xc1\xdd\x20\xb0\x86\x34\xa1\x62\xa0\x6c\x5c\x08\xe5\xc4\x19\xa2\xf0\x88\x81\x4d\x79\x41\x77\xec\x74\x30\xae\xb0\x91\x34\x93\x4d\x13\xfc\xa1\x78\x1a\x71\x1d\xf2\xce\xcf\x26\xe6\x56\xbe\x99\xb1\x7c\x39\xa4\x94\xf3\x47\x2d\xd6\x00\xd9\xbc\xdc\x32\xa9\x99\xe0\x0f\x01\x97\xc1\x1f\xfe\xb5\x15\x93\xcf\xc0\x34\xbc\x96\xf2\xca\xcb\xd9\x07\x46\xc3\x4a\x15\x0f\xbd\x86\xd7\x8a\x60\xb3\x86\xd7\x31\x65\x67\x4c\x32\x8d\x19\x49\x4a\x26\x37\x9f\xc1\xa3\x32\x96\x53\xc3\x4d\xf7\xee\xe9\x86\xf1\x14\x9c\x31\xcd\x74\x7a\x0a\xb3\x3f\x02\x66\xeb\x07\xcc\x0c\x20\xe2\x43\xb8\x2b\x4f\x60\x76\x93\x18\x63\x53\x69\x48\xbe\xd4\xd8\x89\x8f\x88\x0f\x11\x67\xfe\x92\xec\xf7\x3b\x40\x06\xd2\x82\xa6\x3c\x02\x7b\x98\x88\x5b\x71\x63\xbe\x60\x08\xec\x1d\x92\xb2\xc6\x3d\x79\x79\x05\x54\x7b\x94\x23\xb0\x13\xac\x09\xdc\xed\x97\x49\xec\x60\x08\x32\xc1\xa7\x66\x11\xb1\x46\xb0\x08\x61\xb9\x61\xab\x5d\x16\x73\x6f\x4b\xc3\xe7\x1b\x13\x02\x27\xdf\xf8\x10\x81\x11\x89\x0f\x11\x27\x92\xf8\x10\x87\x9c\x58\xc6\xa0\xe7\x08\xac\x8e\x52\xf1\x90\x2f\xcb\xb7\x52\x5e\x11\x8d\x29\xb6\x65\x08\xb2\x29\xb6\x03\xe5\x99\x62\x5b\x42\x34\xeb\x5b\xa4\xdc\x36\xef\x00\x99\x06\x8c\x24\x11\x78\x7b\x3b\xc7\x80\x6c\x24\x89\xc0\x5b\xdb\x5b\xc2\x3b\x5d\x17\xa4\xb8\xa1\xf4\x3a\x92\x87\xc9\xc6\x95\x90\xbb\xc9\xe1\x82\xe4\x04\xe2\x75\xd4\x8b\x1b\x46\x4f\x23\x39\xa2\xbc\x85\xd3\x03\xb7\x03\x4e\xfa\x21\x7e\xc4\x11\x97\xd6\x13\x70\x02\xf4\x23\xb9\xf1\x67\xb8\xf9\x95\x75\x4b\xb2\x5b\xe9\x51\x35\x72\xf9\x71\x15\xdc\xb4\xfa\x25\xc5\x35\xf0\xc4\x32\xf8\xe2\x32\x88\x81\xf4\x4b\x72\xde\x1e\xb1\xb4\x04\x19\x71\xb6\xfe\xad\xef\x63\xe0\x5a\xa9\xaa\x27\xf0\x84\x03\x8a\xd1\x31\xa0\xf7\x60\xae\xa9\xf2\x3a\xb8\x78\xc9\xe2\x26\xea\x43\x95\x36\x42\xe2\xae\xfc\x6a\xd8\x01\xdf\x90\x09\x3e\xb1\xa4\x43\x74\x52\x0a\xba\x2c\x64\x85\x12\x6c\x11\x7d\x42\x98\x8d\x3e\xe1\x09\x7e\xb5\x79\x2a\xfe\xd0\x2e\x45\xf8\x23\x16\x05\xb7\x5d\x39\x34\xac\x5d\xbe\x68\x58\x0b\x81\x54\x0e\xad\x54\xb8\x9c\x4b\x78\x30\xc1\xa1\x97\x03\xb1\xd1\xf4\x59\x1d\x41\xb7\x14\x37\x8b\x5a\xae\x62\x98\x0a\xaf\x99\x72\x38\x00\x0e\x5e\x39\x02\x66\x8b\xe9\xe1\xb3\x2c\x26\x5f\x3e\x84\x46\xa0\x87\x75\x04\x1a\xd5\x5d\xc1\xf8\x5b\x3d\x61\x31\xfc\x44\x45\x83\x56\x0c\x3f\x21\xb5\x5c\x22\xfc\x84\x70\x62\x79\xa4\x3c\xb3\x18\x7d\x02\x5b\xbc\x55\x12\x06\xc0\xd3\x76\x31\x4c\x8e\xef\xe8\x5d\x04\x2b\x09\x30\xec\x72\x49\x01\xa3\xa5\x84\xb1\xd9\x47\xc0\x08\x5c\x19\x18\xa7\xcf\xd8\x4e\x3b\xf8\xac\x4c\x81\xda\xc6\x25\x95\xf7\x2c\x39\xc0\xb5\x54\xe0\x39\x8b\x61\xc4\xc1\xe2\x15\xe3\x92\xaa\x17\x2d\x84\x9b\x50\x78\x59\x8c\x51\x4a\xfe\xb6\x55\xb2\x5b\x64\xfa\x07\x43\xa0\x78\xd6\x0c\xd1\x45\xcd\x31\x12\x5f\x88\x56\xb2\xac\x8e\xe5\x92\x4d\x69\xb9\x24\x17\x5f\x08\x3d\xd1\x48\x49\xba\x8a\x96\x4b\x6e\xa3\xb0\x5c\x72\xb8\x61\xb9\xc4\x3e\x2c\x05\xe0\xed\x30\xac\xc0\xbb\x6d\x05\xc0\x0c\xd1\x88\xa5\x0a\xaf\x0a\x72\x45\x13\xeb\xad\x02\x31\x3b\x64\x98\x4a\xf5\xe8\x80\x8c\x4b\x0d\x24\x61\x1d\x4c\x23\x08\xfa\xb2\x8a\x89\x0e\x63\xc8\x66\xee\xae\x88\x9a\x8b\xb6\xdf\xa2\xb6\x42\x50\x89\xa6\xac\xa7\x54\xa5\x38\x20\x8f\xa2\xf5\x37\xe7\xb0\x68\xfd\xed\x00\xb4\xfe\xf6\x2e\x2a\x98\x2f\x29\xfa\x2d\x1a\x7f\x13\x11\x66\x15\xfd\xc8\x09\x1b\xb8\x8a\x71\x4d\xf1\xde\x5f\x05\x93\x25\xc9\xb0\x62\xae\x6e\xdc\xfd\x57\x31\x57\xb7\x98\xbd\x98\xab\x5b\x02\xb6\x98\xab\x5b\x24\x59\x9a\x40\xfe\xcd\x11\x97\xe6\x08\x00\xb4\x39\x02\xdb\x8e\x11\x30\xb4\x26\xd4\x9e\xea\x20\x82\xe1\x7d\x8b\x89\xbc\xc5\xc6\xc5\x44\xde\x44\x54\x5b\x05\x32\x78\xa8\xb6\x28\x26\x5d\x94\x69\x2b\x26\x5d\x14\xe3\x96\x8e\x35\x98\xfb\x81\x28\xa7\x33\x1d\xd6\x77\x70\xd5\x3f\xd3\xbb\x99\x99\xc2\x1c\x3c\xe4\x78\xa5\x2b\x47\xcb\xbe\xe8\xd2\xea\xd1\xc0\x36\x5c\x29\x62\xe9\xca\xd1\x3c\x26\xdd\x34\x22\x42\x46\x00\x0a\x89\x99\x32\x02\x7e\xaa\x98\xee\x3b\x10\xde\x90\xcc\x74\x9a\x06\x20\x83\x63\x8b\x7a\x5a\x2f\x8c\x32\x62\x3d\xe8\x05\xfb\xef\xda\xec\x5f\x4d\xad\x2c\x58\x31\xf5\xb7\x3a\x96\xa2\xaa\x16\x43\x9f\x55\x4c\xfd\xed\x5d\x5f\xa0\x99\x1b\x51\x93\x56\x31\x0f\xb8\x67\x08\xc1\x67\x96\x4e\x2a\x90\xc9\x41\xa9\x14\x6c\xc3\xd5\x45\x14\xd3\x80\x4b\x44\x94\xa9\x85\xac\xbd\xa0\xbb\x1d\x87\x90\x41\x27\x37\x72\x72\xac\x62\x78\xf9\xc3\x83\xae\xa9\xb8\x34\x77\x99\x9a\xe0\x7b\xa0\xb0\x15\xaf\x2e\xe6\xd4\x81\x20\xfa\xdf\x56\x61\x6a\xa0\x8c\x73\x4c\xb3\xe2\x52\x69\x9d\x82\xb5\x78\x53\x61\x53\x50\xf9\x66\x89\xdb\xb2\xf4\x20\x70\xd2\x49\xfe\x1d\x57\x09\x74\x72\x96\xcc\x2e\xc4\xb9\xa8\xee\x8c\x85\xba\x59\x44\xb3\x50\x37\xbb\x31\x75\xb6\x97\xb0\x2e\x4b\x80\x01\x7e\x69\x59\x28\xf2\x36\x60\xda\x70\x29\xf4\xb5\x97\x98\x2e\x2b\xa0\x67\x2a\x90\xb6\x66\x29\xe3\xa2\x41\x9d\xd2\x98\x12\xd2\x56\x08\xb2\x72\x12\xf1\xd4\xb3\x0d\xfd\x9c\xa5\x7f\x0b\xf4\x73\x96\x7d\x28\x8a\x5e\xbb\xd3\x07\xfd\x9c\x25\x0b\x4a\xc8\x61\x21\x94\x8a\x72\x58\xe9\xfc\x02\x01\x9d\xbb\xbb\x5c\x39\xac\x2c\x53\x21\x30\xab\x76\x02\xe5\x8c\xab\x9c\x71\x22\x93\xad\x9e\x18\xe3\xb2\x4a\x02\x16\x13\x86\x23\x99\x2b\x57\x4c\x3e\xb0\xe0\xde\x98\xe5\x3f\x0a\x69\x8c\x30\x1d\x5d\xe5\x0a\xf0\xe9\x44\x69\xad\xfc\x43\xb9\x02\x62\xff\x70\x48\x9b\x6b\x04\x35\x3d\x8a\x63\x51\x42\xdb\x1c\xe5\x25\x77\xed\x91\x33\x8a\x7d\xe0\x59\xf3\x80\x77\xe1\x0f\x13\x77\xf1\xec\x5d\xb0\x0b\x04\x4c\x33\x7f\x77\x4f\xd9\x1d\x28\xc3\x97\x61\x15\x8b\x11\x98\xd4\x49\xd2\x0e\xbe\x8b\x28\x21\x9b\xeb\xff\x0f\x56\xba\x40\x53\xe7\xee\xa6\x25\x2d\x78\x8f\x8e\x1e\xdb\xf3\x87\xaa\x2e\x51\xc0\x76\x08\xf0\x1d\x65\x2b\xf0\x66\x38\x46\x9d\xed\xee\x66\x48\xea\xde\x3d\x27\x3b\xc6\xc3\x40\xb7\x9b\x43\x14\xb4\x49\x12\xed\x7c\x6e\x92\x44\x47\x0d\x87\x46\xef\x3b\x76\x86\x9d\x38\x4e\x48\xf5\x02\xa5\xdd\xb0\x2f\x5f\xc5\x1c\xe1\xdd\xdb\x61\x13\xc2\xda\xa5\x81\xb6\xae\x5a\xb9\x94\x47\x80\x69\xf8\xc9\x74\x42\x6d\x33\x12\x75\x2f\xaa\x87\x20\xd5\x62\x1f\x73\x10\x75\xf1\x9a\x39\x88\xba\xe7\xf2\x01\x46\x37\xd6\x13\xf3\xc8\xdc\x3d\x31\x77\xc0\x88\xeb\x7e\x5f\x92\x45\xaf\x37\xb8\x77\x3b\xde\xfa\xa1\x93\x29\xa4\x17\x9a\x33\x5e\x54\x17\xc4\x8b\x71\x5f\x04\x33\x02\xd3\xba\x35\xcd\x03\x2e\xd7\x51\xde\x98\x25\x8b\x69\xdc\xeb\x30\xdf\x08\xfc\x6c\x6b\xb7\xad\x09\x1b\xce\x2e\x1e\xe0\xc8\x04\x2e\xfe\x35\x29\x91\x44\x7a\x8d\x4c\xe0\xd0\x98\xf5\x90\xec\x19\xfe\xc1\x51\x9e\x43\x53\xf1\x7c\x6c\xe2\xd2\x7a\x04\xcc\x83\x97\x80\xb9\xf0\x32\x5d\x0c\x8b\x69\x90\xcc\xf6\xa9\xe6\x21\x92\x6f\xab\xe6\x21\xd2\xce\xa8\x1e\x01\x73\xe5\x45\x23\x1b\xae\xc6\x7a\x08\xf4\xf2\x8f\xe9\xcb\x21\x4f\x6a\x12\x68\x6e\xfa\x8a\x57\x64\x96\x71\xab\x29\x82\x23\xfb\x12\xda\x59\x5a\x4b\xfa\x1a\x71\xb7\xd6\xe4\x1a\x08\x68\xa4\x35\x5a\xbe\x60\x3c\xac\xbc\xbe\x42\x33\x6b\x96\x51\x23\xab\x11\x57\x68\x4d\x3a\xa3\x24\xa1\x11\x6d\x81\x37\x6b\x0e\xd0\xa8\x0f\xa9\xab\x2f\xf8\xaa\x90\xba\x95\xfc\xf7\xab\x66\x9d\x69\x96\x7f\x86\xb3\xeb\x8b\xeb\x0e\x7a\xa9\x91\x98\xc8\xd9\x8d\x3c\xdf\xcb\x3f\x68\x64\x5c\x36\xf3\x12\x1d\xd1\x58\x40\x63\x95\x07\x35\x13\x23\xcb\xc6\x63\x72\x0d\x4d\x4b\x74\x38\x66\x13\x80\x27\x17\xa7\xe0\x9f\xc5\xee\xac\x85\x2d\xe0\x34\x17\xdc\xb3\x04\xcb\x6c\xdf\x84\x1c\x5b\xd5\xac\x44\xd2\xaa\x95\x48\xfd\xc3\xf5\x2b\x01\xbc\xd5\x55\x78\x59\x48\xb3\x6f\x81\x2f\xb1\xfe\x76\xa8\x41\xba\x4b\x5e\x14\xa1\x38\x61\xa6\x28\x3a\x84\xcb\x3c\xe0\xc9\x3a\x55\x42\x2d\xf9\x52\x7c\xf9\x93\x70\xac\x98\xf4\xe3\xc9\xba\xaa\xa1\x98\xb0\xef\x5f\x55\x35\x3e\x06\xfe\xab\x86\x1a\xbf\xdb\xb8\xf9\x9f\xa2\xce\x56\xba\x68\x1d\xe3\x75\xb9\xd0\x2d\xec\xe5\x19\x77\x93\x72\xa9\xbe\x18\xf2\x89\x63\x58\xa1\x7e\x4b\x71\x76\x9b\x24\x3a\x58\xa9\x36\xc9\x40\x17\x47\x1b\xfd\xe2\x1a\x6a\xa3\xaf\xe6\xbd\x12\xbd\x3f\x8e\xb1\xa6\xf8\x5a\x89\x55\x5c\x17\xe3\xac\xe1\xba\x28\x46\xa8\x91\x88\x88\xfb\xa9\x76\x69\xa5\x62\x75\xbc\xc4\x8a\xcd\x9a\xa4\x69\xf8\x02\x81\xa1\xce\xb8\x1a\x86\x5f\xae\xa8\x1a\x86\xbf\x55\x1b\x33\xd2\x35\x62\xfc\x3a\x0c\x63\xce\x20\x8d\xc9\x4f\xce\xb3\x55\x71\x5d\xc4\x83\x76\x55\x63\xf2\x4b\xb7\x55\x63\xf2\x13\x35\x6e\xd5\xa1\xcb\x9b\x43\x31\x40\x7f\xf3\xd8\x13\x54\x4d\x03\xc3\x6a\x50\xb5\xe6\x39\x83\x3c\x0d\x75\x56\x1d\x9e\x4d\x67\x0f\xff\xc4\x15\x6d\x61\xb4\xe7\x16\x34\x74\x9a\xf7\x5c\x85\xd4\x2c\xde\x60\x55\xea\x52\x8b\x9d\x0a\xe1\x34\x49\x8c\xb6\x2a\xf2\x45\x43\x3a\xad\xaa\x11\x7e\x75\x92\x23\x5c\x81\x07\x70\x6b\x1f\x6f\xb1\x37\xbc\x00\xbe\xf9\x6b\xff\x8e\xe6\x07\x41\x63\x67\x4d\xef\xba\xa6\x5b\x26\xcb\xda\x18\x99\xc9\xc7\x57\x1b\xd8\x60\x34\x0b\x61\x2e\xc5\x25\xd6\x86\xe2\x32\x08\xaa\x36\xd4\x65\x57\x6b\xbc\x56\xa7\x0a\xa4\xb6\xc2\xff\x36\xb1\x7f\x67\xc2\xda\xc4\xa4\xbb\xf8\x5d\x3f\x0a\xd0\x4a\x9b\x18\x89\x60\xa9\xd2\xa6\x1a\xcd\xc6\xb3\x1a\x4d\xbf\xe3\xd3\xc5\x92\x34\xa2\x71\x1c\xd0\x32\x8d\x68\x1c\x47\xb1\x3c\x1a\x2f\x87\x3d\x51\x06\xdb\x31\x51\x3a\x0e\x36\x5a\x5b\xe8\xe0\x58\x9b\xb6\x30\xdb\x62\x93\xb7\x85\x52\x8c\x43\xd2\x16\x81\x94\xd8\x18\x6d\x29\x42\x4a\x56\x16\x67\x72\xbd\xb5\x85\xa6\x89\xf5\x6b\xcb\xe0\x7e\xc9\xea\x17\x6a\x14\x9b\x45\x97\x93\xec\x0e\xfd\x4d\x94\x79\x79\xa6\x32\xb4\x71\x25\xfa\xf9\x6a\xa7\x02\x70\xa6\xf8\xd4\x51\xae\xfa\x82\x34\x3c\x5b\x03\x4b\x11\x27\x86\xa8\xc3\xea\x0e\xdb\x19\x08\x9e\x29\x3e\x03\x58\xe0\x38\xa5\x2c\xd9\x39\x4d\xf9\xb1\x2c\x70\x3b\x5d\xd4\x62\xef\x1b\xb1\x9a\x0d\x2b\x5a\x74\x80\x97\xd2\x44\x08\x90\xf6\x11\xc0\x55\x85\x53\x83\xfe\x5d\x78\x1d\xac\x66\xb6\xce\x8f\x98\xfd\x03\x11\x36\x53\x79\x12\xfd\x7d\xb5\x2b\xb8\x56\xc6\x89\x10\x59\x7b\xbb\x76\x85\xf8\xca\x97\x6d\x15\xbb\x0d\x99\x9b\x55\x5e\xff\x00\xdc\x2d\x73\x0d\x71\xdf\xee\x60\xa1\x69\xc0\xf4\x9b\xcb\x93\x60\xfa\x4d\x70\x7e\xbb\xa3\x7f\x5f\x10\xfb\x2c\xdb\x0a\x89\x00\xeb\x7d\x2b\xd0\x71\x72\xb5\x2f\x00\x91\xb4\x1d\xfc\x00\xb0\x6c\xf8\x2f\x70\x52\xdb\xf8\x9c\x7b\x8e\x20\x4b\x89\x09\xb2\xda\x77\x58\x1b\x51\xb5\x57\x93\xc6\x54\x04\xdd\xcc\x7b\xa9\xd4\xbb\x3d\x11\xbb\x9f\x66\x21\x32\xb5\xe7\x6c\x8f\x97\x25\x7d\x3f\xda\xe0\xba\x62\xb8\x74\x96\xe4\x3c\x20\xaf\x2d\xc9\x19\x7e\xe2\x78\x53\x4c\xc2\x50\xab\x81\x9e\xd4\x85\x2e\x9e\x0d\x26\x14\x2f\xcf\xff\xfe\xaf\xe3\x71\xb2\xfa\x47\x5f\xe8\xbe\xb5\xba\x16\x7a\xcc\x55\xcf\x99\xef\x8d\xe7\xc2\xb3\xe5\xb5\x42\xee\x3c\x13\xb6\x6e\x5a\x06\x62\x22\x59\x46\x8b\x0e\xfa\xfa\x70\x54\xf7\x82\xe9\x66\x35\x4c\xd6\xc5\x22\x99\x03\xdd\x8b\x16\xc9\xf4\x1b\xb4\x03\xe5\x4d\x69\xc8\x2e\xef\xe1\xa6\xc0\xb2\x74\xe4\x61\x5d\xf6\xbd\x7f\x64\x41\x1f\x10\x58\xfd\xa3\x0a\xfa\x70\x04\x50\x05\x8a\x9e\xfb\x47\x14\xf4\x01\x0d\xd3\x0b\x2e\x46\xd5\xef\x84\x1b\x00\xb5\x76\xa5\x67\x10\x04\x1d\xe1\x59\xd7\x98\xa4\x9b\xa8\x90\xfd\xd4\x2b\x26\xc9\xec\xc0\xae\xe8\x8c\xed\xd4\xb9\xf1\x4d\x20\xb7\x7a\x25\xdf\x5e\x54\xc0\xdc\x78\x59\x01\x73\x63\x7b\x6b\x78\xf1\x80\xf4\x7a\xc3\xe8\x55\x48\x1b\x56\x2c\x36\xda\xb0\x62\xb1\xcd\xf0\x1a\x60\xbb\xf7\x86\xb5\x8a\x50\x7c\x97\x7b\x6e\x0e\xa7\x61\x0e\x9c\x2d\x83\x85\x8a\x43\xfe\xae\xf9\x8c\x07\xf8\xea\x0d\xd3\x60\xf8\xa3\xde\x31\x07\x76\xea\x3a\xae\x44\x4e\x1d\x12\xa5\xa9\xc2\xbf\x63\xfa\x26\x7b\xdf\x3b\xde\x37\xcd\xca\xf7\xf7\x1d\xb4\xd1\x3b\x2e\xca\x08\x04\x7b\xc7\xb4\x17\x0a\xa7\x13\x31\x5f\x6d\x62\x1f\x18\xa5\x34\x9f\x41\xcf\xce\xd0\xd0\x4a\x86\xba\x03\x47\x9c\x62\x5d\x6c\x50\x60\x92\xfa\xc0\xbc\x58\xa0\xb9\x8f\x6b\x3b\x7c\xc1\x1a\xa6\x59\x08\xa3\x0d\xa7\x6b\x3c\xdc\x0b\x74\x36\xb9\x23\x9c\x89\xe9\xc2\x72\xd2\x3b\x8a\xd3\xc3\xa9\x9b\x5c\x0c\xae\xd3\xd4\x36\xe3\xaf\xc8\xa5\xab\x1b\x47\xca\xcd\x1d\xb7\x98\x3d\x0a\x89\x3d\x7a\x73\xd9\x21\xdc\xbd\xda\xf6\x4e\x50\x29\xed\xbb\x3b\x57\x51\x6d\x20\x84\xfe\x5d\x45\x4b\xa3\xee\x1e\x37\x11\x2d\x11\x54\x4a\xfb\x8c\xbe\x50\x2c\x3b\x69\xaa\x36\xa3\x51\xd5\x2a\xdc\x25\x3d\xb4\x99\x5c\x20\x5d\x6d\xa6\xc2\xbc\x8e\x34\xa6\xe2\xae\xbf\xba\xda\x4c\xc5\xae\x1d\x69\xcc\x48\x51\x6c\x89\x7d\x69\x1a\xcf\x7f\xe5\x97\xdd\x7c\xd1\xcb\xd3\x68\xca\x1b\x5d\xa9\xba\x59\xa1\x97\x18\x08\x0b\x37\xa5\x21\xdd\xf8\x50\xea\x8f\x3b\xe6\x6e\x24\x31\x58\xfd\x82\xab\xb7\xbc\x08\x9a\xee\xd0\x45\xf6\xa8\xeb\x1e\x67\xb4\x97\x7b\x9c\xd9\x51\x74\xa2\x9b\x58\x37\x28\x94\x0d\x11\x9f\x50\xd2\xa6\x1b\x9f\xd0\x46\x6f\x4c\x73\xdc\xe4\xb7\xab\xef\x77\x57\x9f\xb5\x20\x3e\xa1\x17\x53\xff\x6e\x8c\x75\x78\xd0\x08\x03\x25\x4d\xdb\x6f\xa7\xdc\xf2\xd8\x71\x14\xdb\x81\x0e\x70\x8c\xe8\x0c\x55\xd8\xf6\xd0\x19\x5a\x08\x01\x47\x22\xc4\xe7\xea\x5c\x24\xda\xac\xf7\xed\xc5\xe5\xf7\xe1\x74\xf9\x43\xd9\x97\x4b\xbf\xf1\x11\x76\xcb\x2b\xe0\x88\xe5\xde\xc4\xca\xf6\x10\x72\x0f\x29\xeb\xe8\x26\x63\x8e\x0d\xb2\x11\x83\x79\x82\xbd\x93\x24\x36\xfa\xa3\xf3\xb0\x63\xe5\x1e\xd2\xc5\xab\x3f\xc8\x9a\xa0\x73\xba\x37\x8f\xf4\x53\xe7\xe6\x51\x85\xd8\xb5\x50\x73\x7c\x84\x77\x92\x6e\xeb\x84\x6e\x6a\x0e\xef\xf5\x1c\xd2\x35\xa1\x9b\x0e\x57\xf4\xcd\x94\x61\x0c\x5c\x60\x75\xba\xb1\xde\xc6\x6c\x02\xc5\x47\xf8\x16\x8d\x59\xfa\x8b\x01\x0b\x02\xc3\xfe\x4e\xca\xf8\x1d\x0b\x1c\xcf\xf3\x7b\xf2\xdd\x8e\x59\x39\xd1\x1c\xf6\x68\xda\xea\x75\xa3\x3b\x39\xfe\x41\x70\x79\x75\xd7\xe3\x88\xb3\xb2\x78\x29\x7a\x91\x25\x5e\x2a\xf4\x51\xe7\x59\x5d\x13\x3b\x62\x1c\x2a\x47\x21\x81\xc7\xb1\x28\x65\xf5\xcb\xd5\xf6\xc7\x66\xb5\x1b\xcf\x0f\xcf\x99\xe7\x97\x67\x5a\x42\x18\x91\x1a\x94\xc2\x48\x89\x1f\x85\xe7\x6c\x4b\x34\x4b\xd8\x41\x7d\x11\x46\xea\x3c\x33\x0c\x03\xc1\x13\xe2\xf3\xc3\x21\xbe\xd8\xae\x78\x53\x70\x13\xca\x00\x36\xfc\x50\x31\xb7\x5a\xff\x0b\xdf\x8d\x84\xd4\x7d\x09\x80\x32\x54\xf6\xc8\xc8\x71\xea\x81\x33\x9b\x3f\xdd\xd1\x64\x85\xa8\x1c\x95\x91\x03\x07\xf8\x47\x72\x8a\xc6\x0c\x13\xef\x61\x19\x86\x89\x27\x56\xd8\x1a\x19\x39\x1f\x34\xc0\x50\x94\x41\x34\xb5\x35\xb2\x22\x2c\xce\xef\xc8\x24\xca\x82\xfe\x1e\x85\x10\xda\xe0\xd5\x01\x35\x51\x75\x8a\x19\x21\x89\xa0\x29\xf4\x6e\x61\x4e\x3e\x4a\xd0\x53\xfe\x11\x15\xbb\x11\x8a\x54\x8d\xd3\xac\xc8\x00\xa7\xff\x35\xa0\x16\x82\x9b\x19\x3a\xfd\x4b\x8f\x8c\x6a\x34\x6a\xba\x44\x7c\x10\xbc\xcd\x40\x42\xe0\xb6\x1d\x0a\x05\x64\x62\x86\x42\x01\x39\x97\x81\x6d\x7f\x6c\x3d\x6d\xfb\x9b\xd3\x4a\x3c\x80\xa5\x31\xcd\x30\xf3\xb1\xe2\xd7\xd1\xcc\xed\xc5\x89\x1b\x4d\x6a\x05\x50\x90\x0f\x4c\xe5\x5a\xa3\x79\x82\x98\x23\x64\x05\xb5\x09\x4b\xd3\x00\x28\x5b\x5d\x8b\x8a\xf8\xb3\x95\x46\xd3\x25\xb2\x02\x6d\x4b\x06\x3a\xaf\x2a\x75\x31\xf0\x3d\xd4\xb6\x6c\xe0\xce\xaf\x9b\xc3\xe8\x32\x88\x3e\xb3\x45\xa3\x0c\x23\x74\xbb\x7e\x94\x46\x3e\xb8\x41\x47\x87\x37\x45\x23\x3e\x30\xef\x3a\x5c\xe9\x1e\xc1\x60\xed\x8c\x8b\x9d\xeb\x65\x60\xb5\x75\xb8\x4f\x10\x0c\xcc\x64\x21\x4d\xb8\x5c\xf5\x81\xc5\x99\x83\x83\xbc\x90\x7f\x18\xc3\xe9\x00\x3a\x6d\xb6\x62\x5f\x0e\x0d\x9d\x60\x8e\x86\x46\x5b\xc5\xee\xc2\xf2\xd1\x2a\x71\xd1\xda\x87\x88\xc4\x05\xd0\x0e\x3f\x30\xc9\xf4\x0a\xe6\x26\x1a\x61\xb5\x65\x6b\x53\x83\x22\xb7\xbc\x26\xfa\xa4\xf8\x5e\x43\xb3\x2d\xfb\x47\x03\xd5\x89\x79\xbf\x86\x96\x5a\x22\xc1\x81\x06\xaa\x2a\x2f\x19\x33\x56\xcd\x96\x2f\xd6\xc3\xfa\x70\x7d\xc9\xef\x72\x7d\xd5\x1f\x2f\x3f\x68\xca\xe0\xcd\x2d\x5e\x86\x2f\x94\x42\x83\xa4\x03\xc6\xd0\x5c\xbf\xc5\x8b\x6a\x46\xee\x91\xb1\x34\x38\xf7\x2c\x2c\x49\x03\xe8\xbf\x11\xf6\xfa\xae\xe9\x92\x4e\xe8\x36\x10\x3b\x88\xe1\x7f\x6c\x72\xf8\xea\x8d\xd0\x20\x89\x17\x4e\xb1\x07\xf7\xca\xc0\x5e\x5f\xbb\x88\x11\x1a\x24\xe7\x55\x0d\x52\x1c\xbf\x13\x6e\xcc\x4e\x42\x67\xe4\x54\x86\x9a\xc8\x45\x32\x74\x51\x4c\xb8\xb1\x2f\x63\xc5\x08\xea\x50\x7b\xfe\x13\x19\x1a\x17\x33\x56\xf3\x12\xd1\xb8\x17\x2f\x99\x7b\xd1\xae\x74\x4f\x77\xc7\xa2\x39\xea\xfa\xb7\x8d\x2b\xf0\x1c\x30\xa8\x39\x22\xd0\xe2\x1a\x6a\x8e\x86\x98\xc6\x8c\x80\x2a\x2e\x07\x6a\xa4\xae\xcb\xe2\xb8\x8c\xbf\x24\xda\x83\x16\x9a\xe4\xf4\x5b\x03\x1e\xba\xb6\xe8\xf4\x15\x89\x01\xce\xad\x44\xc2\x7e\xb0\xf4\x9f\xce\xd5\x1d\x40\xb3\xa2\xe8\x97\xa6\x53\x0d\x3b\x1d\x5b\xeb\x0e\x4c\x45\x8f\x98\x65\x05\x8f\x38\x6e\x32\xc6\x0f\x7f\xe0\x7a\x34\x6d\xe9\xe6\x72\x07\x78\xcd\xb0\x62\x9d\x34\xc3\x8a\xa5\x0d\x33\x2c\x4f\xa6\x66\x58\x81\xa9\xd0\x13\xd5\x40\x81\x1f\x19\xd5\x94\x74\x0c\xa9\x28\xc5\x82\x63\xcb\xff\x77\x4b\xa9\x43\x14\x85\x05\x1d\x25\x3a\x0e\x3a\xca\xb1\xa8\x29\xd2\xb1\x69\x04\xdf\x0e\x64\x4f\x4c\x11\x2d\x3f\x21\xcb\xa6\xbe\x2c\xb9\x6e\xc1\xe3\x1f\x2d\x04\xcc\x28\x7e\xcc\xa5\xbe\x86\x91\x1b\x60\x05\xc6\x13\x2b\xc1\x8f\x37\xae\x76\x5a\x36\x32\xf3\x72\x91\xb1\x6d\x32\xe6\xd5\x1a\x2f\xee\xa7\x30\x32\xe3\x55\xca\xef\x52\x90\x6f\x27\x36\x2d\xfa\x9c\xd4\xbc\x19\x5f\x68\x42\x87\xaf\x3a\x47\xf5\xc1\x20\x18\xb3\x5e\x29\xe3\x25\x2c\x09\xf4\xda\x44\x4d\x53\xc8\x72\xb3\x26\x81\x1a\x14\x9f\x4f\xfc\x1a\x49\x53\xbf\xa6\xfe\x8b\x6c\x95\xf9\xd1\x37\x45\x4e\x60\x12\x00\x49\x7a\x7f\x1e\x38\x43\x45\x19\x24\x5f\x60\xb4\xa9\x3f\x22\x1b\x70\x7e\xb4\x4a\x51\x06\x34\x51\x9b\xcc\x01\x6b\x39\x51\x9b\x8c\x0c\xae\x99\x06\x93\x74\xa5\xa6\x9e\x87\xd1\x2e\xe1\x8b\xd4\x3c\x4d\x1d\x0f\x15\xfb\xcc\x14\x18\xcd\x3f\x32\x57\xe0\x9a\xa9\xe7\x61\xf4\x8f\x19\x91\xd2\xb9\x09\x09\xd2\x54\xbc\x4f\x48\x10\xad\xf9\xa7\xae\x86\x8a\x90\x66\xd6\xee\x8d\x5d\x37\xb3\x68\xd7\xf1\x66\xed\xde\x1c\x4c\x16\xd3\x36\x9e\x21\xed\x04\x32\xeb\x19\x55\x05\x45\x11\x16\x7b\x6b\x42\x9c\xe8\xdd\x30\x0d\x67\xd4\xec\xbe\xc8\x91\xb1\x1b\x26\xd4\x49\x6d\xec\xed\xa9\x55\x90\x71\x34\x66\x19\xd4\xb7\x94\xc8\x19\x18\x71\x3c\x3c\xa2\x8f\x8b\x67\x2a\xd7\xd8\x64\x54\x36\x04\x11\xc1\x6b\xd6\xac\x71\x7e\xa8\x62\xd0\xc7\xe5\xaa\x90\x4c\x46\x4d\xff\x84\x34\x69\x1f\x56\xf9\x03\x1d\x4e\x8c\x82\xd2\x70\xfa\xc3\x28\x88\xed\x3c\xab\x77\x05\xf2\xa6\x59\xa5\x42\x03\x20\xb8\x94\x78\x16\xef\x0a\x35\x4c\x4a\x80\x46\xa8\x45\xe7\xa5\x79\x03\xd0\x10\x02\x91\x45\x7e\xd2\x35\x8d\xf4\x48\x9c\xaf\x35\x49\x1f\xa3\xd6\x7b\x1a\xc5\x88\x60\x60\x6b\x62\xcf\xa3\x62\x7a\x1a\xe8\x91\xe8\x5e\x6b\x1a\xe8\x51\xbd\xda\x24\xb9\xb1\x9a\xe1\xd9\x94\xda\xd9\x96\x81\x1e\xd5\xcd\xcf\x1e\x02\x39\x8a\x61\xb4\x33\x20\x8d\x66\x97\x7e\x14\xf8\x4e\xda\x96\xe5\xf3\xd4\x51\xc3\x97\x25\x26\xb1\x8a\x41\xfd\xa2\xca\x05\xea\x65\x1a\xd1\x96\x74\xe2\xdd\xad\xd9\x8d\x11\xc0\x44\xa8\x12\x71\x7f\x0d\xdd\xb5\xfc\x6e\x44\x66\x27\x65\x84\xe6\x81\xda\xe4\x35\x50\xc3\x36\x4f\x5c\x4c\xdc\xdc\x27\x52\xec\xe2\xf7\x17\xf4\xc2\x72\x20\x08\x16\x55\x93\xc6\xff\x3b\x00\xb4\x8a\x89\xb1\xe2\xca\xe9\x75\x46\x5a\x99\x45\x82\xff\xa6\xe5\x06\x09\xfe\x53\x25\xd5\xd0\x22\xc3\xff\x87\x90\x6c\x57\xd5\x8a\x2b\x85\xd7\x9a\x26\x88\xd3\xcb\xac\x8b\x79\x2e\xd0\x31\x5c\x1a\x09\xff\xbf\x1f\xbe\xa8\x2d\x77\x9b\x5c\x5a\x1a\x70\x7f\x91\xf2\x3f\x95\xe4\xd1\x42\x38\xdc\x48\x5f\xbf\xe6\xad\x6f\x1d\xbd\x84\x73\x5a\xb2\x4a\x40\xc9\x58\x6e\xed\x93\xc0\xe0\xd3\xa8\x81\x7a\xe4\x4c\xac\x25\x2a\xf9\x88\xd6\xbc\x4d\xe3\x2a\xcc\x77\xa4\xa6\xf0\xe5\x71\xba\x59\x52\x62\xf9\xa9\x67\x25\x29\x7f\x6a\xc5\x63\xb7\xa3\x14\x55\x88\xe0\xa7\x76\x72\x3e\x32\x14\x8e\xf9\x91\x9c\x98\xbe\xe0\x8c\x2b\x62\xd2\x17\x1f\x4a\x65\x12\xd9\x4f\x0b\x58\x93\xf7\x57\x95\x5c\x24\xef\x2f\xca\x17\x26\x8c\xb9\xcc\xe4\x84\x31\x97\x13\x25\x8f\xff\xbf\xd3\xa3\x95\xae\x6e\x1c\x13\x9f\x32\xc9\xbf\x19\xdc\x3b\xb0\xbe\xda\x9c\xbb\x0c\xb2\xec\xce\xe2\x0b\x51\x6d\x4b\xaf\x08\xdd\xad\xf5\xe2\x73\x52\x7c\x5e\x3c\x5b\x48\x62\x95\x2b\x91\xf4\xfc\x45\x44\x6b\xde\xfd\xc3\x9b\x6b\xc9\x83\x7b\x57\xaf\x03\x0d\x09\x57\x03\x89\xf7\xab\xd7\xf6\x32\x34\xb2\xca\xe9\x15\x2c\x38\x64\x28\x89\xf7\xeb\xbf\xda\x27\x5b\xd6\xda\x10\xf4\xd0\x06\x66\xda\x1f\xa4\x94\x5f\x64\xda\x6f\xba\x7f\x45\xa6\x7d\xf9\xe6\x45\x7c\xbe\x91\xff\x8a\x6d\xbf\x56\xf2\x64\xd8\x82\x32\x35\xf0\xce\x32\x66\xb2\x84\xef\xc2\xf1\x5e\xc1\xc4\x4a\x71\x18\x2a\x2f\xc8\xd7\xb2\xcf\xa0\x70\xf6\xc2\x4a\x3a\xe0\x72\x55\x93\xc4\xbf\x1d\x51\xdb\x8b\x05\xe4\x44\x0e\xff\x26\x8f\x64\xa6\xfe\x64\x14\x26\x32\xf5\x7f\xa8\x9d\xb6\xb4\x82\x6d\xd6\xc7\x0a\xf6\x88\xea\x12\xf7\xf6\xa8\x15\xac\x41\x55\x96\xc6\xae\x3a\xbb\x2f\xf4\xff\x5a\x16\x47\xaa\x7e\x23\xac\x44\xaa\x7e\xcd\x76\x23\x55\xbf\xee\xa0\xcb\x5b\xce\x78\x2b\x91\xab\xdf\xc0\x2f\xe4\xea\x0f\x37\x55\xd3\xf3\xcf\x02\x16\x23\x3d\xff\xc7\x4f\x58\x45\x3e\x67\x5a\x25\x68\x1b\x80\x29\xb2\x1d\xd1\xb2\x34\x7c\x15\x1a\xee\x12\x87\xac\x58\xdf\xe0\x1f\xa6\xee\xcf\x2a\x76\x4d\xdd\x3f\x48\x3b\xb9\x4c\xdd\x9f\x8d\x4c\xb4\x08\xc9\xa7\x2a\xd5\x6c\xfd\xd9\xf8\x3e\xcb\x74\x6a\x5d\x30\x09\xd6\xa7\xca\x77\x55\x23\x86\x25\xab\x48\x97\x67\xdb\xd2\x1e\x21\x5b\x5f\x1b\x46\xe7\xac\xaa\x1f\xb2\x01\x73\xab\xe9\x55\xb0\x1a\x2a\x21\x57\xa9\x21\xb5\x70\x95\x0c\xe3\xa7\x19\xad\xe9\xfd\x8b\x42\xfa\x45\x0c\x64\xc2\xd8\x2e\x52\xfd\x7f\xc8\xcb\x76\xbd\x81\x98\x30\x18\xfd\x92\x04\xd2\x9b\x51\x4b\xd5\x65\x48\x3f\x63\xdc\x90\xf7\xbf\x69\xff\x62\xda\xff\xa9\xab\xaa\x69\xff\x57\x3c\x87\x86\x9e\xea\x18\xba\x16\xad\x9b\xcc\xf5\x3f\x8b\x33\x89\xa1\xeb\x30\x1e\x10\xa9\xe0\xb3\x36\x22\xa6\x82\x8f\xf5\x5e\xca\xac\xc0\x76\x6b\x21\x11\x80\x4a\x25\x2f\xfc\xc7\xd4\x33\x12\x53\x27\xe8\x6f\x1a\x99\xe1\xb5\xe5\x30\x33\x7c\x6a\xce\x5d\xf0\x8f\x20\x33\xf3\xbf\x27\xf5\xf5\xe6\x7f\xef\xe4\xd7\x5a\xe4\x7f\x6f\x1a\xcc\x2f\xd2\x25\x28\x13\x24\xc9\x7b\x6a\x25\x6a\x28\x65\x01\xcf\x2d\x23\xdc\xba\xf5\x4e\x91\xa4\xb5\x1f\x9e\xad\x00\x05\x6c\x0f\x17\x3e\x65\xdc\xa0\xeb\xc2\x77\x4f\x6c\x70\x21\x9c\xe0\x96\x5d\xe4\xf8\x09\x3c\x73\x89\x47\x69\xff\x42\xf2\x29\xbe\xe3\xfa\xac\xb1\x33\x2f\x3d\x87\xdc\xc0\xe6\x76\x8d\xd3\x60\x6e\xd7\x38\x00\x97\x57\x0e\x37\xcb\x32\xb9\xab\x4a\x41\xf2\xc0\xd7\x40\xb1\x7a\xe2\xe8\xcd\xbb\xcc\xe1\xea\x2d\xbd\xb0\x29\x6c\x31\x10\x94\xab\xb3\x70\xe5\xad\x5b\x8c\xdb\xfe\xe4\x8f\x57\x38\xea\x40\xe2\xac\x5b\x7a\xde\x0d\x16\xbe\x39\xa2\x91\xf0\xcd\x71\xeb\x86\x6f\x8e\x63\x0d\xa6\x50\xec\xb8\x11\x32\xb9\xc4\x1b\x7a\xde\x13\xa5\x67\x8e\x27\xe2\xe3\x02\xab\xea\x2f\xb2\xd4\x7f\x95\x01\x3a\x7c\x71\x44\x08\xe1\x8b\xe3\xb9\xd9\x48\x6a\xb3\xa5\xe4\xad\x9d\x34\x52\xbc\x2a\x36\x22\xb3\xfd\xd7\x96\xd5\x91\xa8\xb8\x59\x36\x42\x14\xb7\xa7\xf7\xb7\x82\xbb\xe5\xfd\x9d\xdd\x14\x08\xd3\x55\x64\x91\xdc\xfe\xdb\xaa\x96\x12\x4f\x0b\xf0\x23\x99\x1f\xc5\xd0\xf6\x65\x88\x3d\x13\xdc\x27\xc3\x77\x98\xd3\x3e\x19\xbf\x63\x91\xef\x35\x29\xab\x34\xa7\x7d\x6a\x82\xfc\xc0\x8d\xc4\x73\x1c\x0f\xc0\x0c\x16\xd4\x09\x7b\xbd\x34\xe8\xff\x95\x1f\x98\xbe\xc8\x75\xc2\x12\x9a\xec\x3e\xad\x78\x51\xa1\x3e\xad\xef\xc1\xf5\x6a\xd2\xd7\x46\xf7\x16\x53\xdf\x27\xdd\x35\x4c\x7d\x9f\x74\xc4\x20\xbb\xfd\xf7\x02\x68\xb0\xa4\x1a\x25\x9f\x1f\x17\x1a\x26\x81\xa7\x3e\x34\x7a\x52\x9c\x87\x87\x78\x59\x4a\xc1\x0f\xe4\xc6\x79\x28\xf8\xe1\xfc\x9c\x9a\x11\xaa\x60\x3c\x35\x23\x54\x9a\x71\x6a\x39\xa8\xee\xf8\xd4\x72\x50\x95\xe1\xa9\xe5\xa0\x47\xe3\x34\xf3\x2b\xf1\x3c\xd7\xa9\xe5\xa0\x96\x32\xe4\xc8\x6f\x3a\x96\x9d\x1a\x0e\x7a\x68\x48\x92\xff\x55\x01\x1a\x0d\x07\x15\x83\x9d\x9a\x07\xea\xa2\x7b\x6a\x1e\xa8\x0d\x10\xc9\xf1\x9b\xa6\x97\x67\xf2\x0a\x01\x96\xa4\xb1\xea\xb0\x61\xa9\x61\xbb\x4c\xf2\x2a\xd3\xea\x92\xc3\x1c\x1e\xf2\xe3\x7f\x7f\xac\x63\x0e\x34\x48\xb7\x53\xbb\x41\x89\xff\x33\x2b\x9f\x66\xd1\x4e\x25\xf2\x8a\x2a\x4e\x25\xf2\x92\xa3\xa7\x99\x5b\x35\x25\x38\x73\xc0\x6c\x6b\x6a\x9f\x9d\x4e\x33\xb7\x4a\xe8\x9a\x59\x3f\xab\x56\x3c\x4d\xdd\xaa\xba\xf2\xd4\xa2\x30\xfb\xec\x25\x58\x6c\xcc\x1c\x6e\xc5\xfa\x5e\x82\x45\x68\x64\xe1\xd9\x4f\xa7\x72\x7c\x76\xed\x69\xea\x56\xcd\x5a\x4e\x28\x8a\xac\xad\x12\x39\xf8\xbf\x3f\x56\x81\x0f\x73\x3a\x4d\xe3\xaa\x56\xf3\x84\x6d\xf6\x34\x9b\x9d\x3f\xab\xb6\x39\x4b\x10\xfa\xfe\x51\xda\x9f\xed\x45\x46\x15\x12\x9e\x04\xfd\x69\x4a\xc2\x9b\xa1\xbf\xa4\x64\x37\xdf\xd6\x98\x87\xa5\x14\xb4\xe5\x3f\x71\x23\xf9\xfb\xdb\x84\xc5\x26\x7f\xff\x57\x8b\x11\x54\x4d\x1e\x20\xdd\xce\x8a\x14\x0e\x71\xd7\x59\xe5\x37\x21\x62\x4f\xe8\x13\x52\x9c\xae\xb3\xc6\x6d\xcf\x70\xa0\x4f\x8a\x1e\x0f\x26\xfd\x2f\x3a\x66\x90\xf4\xff\x7b\xb1\xbe\x86\x87\xee\x2e\x18\x6f\xc3\x3b\x90\xf6\xff\xfb\x21\x60\xea\x3b\xdc\x28\x61\x84\xe8\x1e\x6c\x06\xea\x75\xdb\x05\xe9\xc1\x3c\x4b\x7a\x68\xab\x76\x42\x7a\x68\xe4\x72\x36\xb9\x2b\x4e\x3d\xc9\xff\xbf\x52\xf4\xd2\xbc\xaa\xa6\xf5\x8d\x49\x32\xed\x12\x86\x17\xda\xfe\x34\x66\xb0\x2c\xca\xd9\xd1\xb0\x08\x7d\x97\xd3\x83\x88\x3b\x65\xca\xd5\x2b\x9f\x30\xe5\x92\x9a\x67\x8f\x78\xf6\x8c\x5e\xde\x5b\x33\xf6\x53\x4b\x45\x01\xd6\x52\x51\x4b\xfa\x13\xde\x7b\xc8\xbb\x9b\xef\x7e\xc8\xe1\x93\xe8\x3d\x2b\xea\x25\x9f\xfb\x32\x8c\xdd\x79\xa2\x5a\xe4\x02\x38\x2f\xe5\xfe\xa2\x0f\xf8\xe7\x91\x5d\xee\x4b\x55\xb0\x87\xec\xf2\x06\xf0\xf4\x18\xea\x45\xbb\xe1\x13\xb7\x5c\x19\x3d\x92\xbb\x37\xad\x1f\xc8\xed\xfe\xd5\xb0\xe1\x53\xfe\xdb\xb6\x54\x34\x0a\x3d\x0c\xb4\x86\x17\x26\x77\x6f\xa4\x2b\x5d\x26\x77\x4f\x1a\x61\x9d\x61\x5d\xe5\x19\xd1\xdb\x40\xce\xfc\x44\x32\xac\xaf\xde\x19\x9e\x07\x90\x44\x26\x71\xcf\x8a\x83\x4f\x1d\x0c\xbc\xf3\xce\x08\xae\xef\x5c\xdc\x9e\x11\x4f\xff\x77\x91\xb7\x09\xa1\x7f\xee\xd8\x47\xcc\x05\x0e\x01\x3a\x8b\x90\xac\xbd\x91\x3d\x66\x9d\x3b\x44\xab\x00\x89\x56\x5c\x92\xc0\x64\xed\x5d\xbd\xe5\x69\xcc\x16\x71\xf7\x96\xfc\xef\xbe\x60\xe2\x22\xb2\x50\x98\xab\xab\x04\xb9\xd6\x8b\xaa\x09\x53\xad\x57\x1d\x22\xce\x47\xe2\xc7\x5b\x85\xc4\x7c\xd2\x99\xe7\x13\xe4\x8e\x2f\x41\xc4\x00\xe3\x13\x44\x8c\x7f\xb8\x6e\xed\x31\x7c\x56\x3d\x76\xaf\xa2\x13\x8f\xdd\x1b\x4b\xcf\x50\xd4\x74\x77\x31\x87\x57\xac\xba\xd9\xd3\x2b\x56\xe5\x9c\xe9\xd3\x3f\x9c\xc8\x4b\xdc\xf7\xb6\x06\x8f\xe8\x0e\xd1\x50\x5f\x33\x82\xf3\x95\x63\x5b\x56\x89\xf5\xb6\x0a\xe6\x4e\x89\x29\xbb\x30\xce\xcf\x1a\x74\x5c\x5c\xb8\x3d\x41\xfd\x5d\x58\xea\x6b\xb0\x4b\x3a\xf5\xa6\x63\xa8\x09\xd4\xb3\x22\x80\xeb\x30\xb4\x57\xb7\xba\x77\x17\xf7\xb5\xe9\xd4\xb3\x01\x39\x4c\xa7\x9e\xfb\xfc\x33\xe4\x20\xb9\xd6\x9b\xa7\xf2\x3a\xe2\x5e\x13\x1c\xdd\xca\x41\x4a\x97\xa6\xfa\x8a\xbe\xae\x30\xd5\x67\xff\x9b\x4f\x3d\x8b\x2f\x4c\xa1\x5e\x75\xd7\x30\x85\x7a\x91\x8d\x30\x85\x7a\x49\xf6\x63\x26\x3e\xbd\x58\x49\x95\xde\x48\x4c\xb4\x48\x6f\xde\xa2\xe1\x8c\xf9\x33\x74\xac\xc9\xcd\x8b\xfa\x68\x92\x9b\x67\x55\x29\xa4\x33\xaf\x0a\x3b\xcc\x66\xae\x25\xf4\xe5\xfd\x28\xa3\x63\x6a\xf3\x9e\x9a\xa5\xe4\xb9\x9c\x26\xa3\xe1\xab\xcf\x35\x9f\x79\xd1\x55\x8e\x7c\xe6\x43\x01\x1d\x19\xcc\x9b\x74\xd4\x55\x90\x0a\xd9\x94\x6c\xb5\x86\x5c\x57\x89\xa1\x2f\x5e\xa4\x90\x38\x56\x91\xcc\x5c\xf3\x5d\x92\x99\xa7\x9e\xb2\x2f\x71\xf3\xf9\x12\x80\xd1\x7d\x81\xeb\xe1\x60\x98\xa5\xbc\x6a\x0a\x62\x32\xf2\x43\x8e\xff\x22\x81\x90\xec\x02\x89\xc9\xab\xa2\x1e\xf2\x92\x7f\x85\xd8\x24\x32\xcf\x5a\x3c\x44\xfe\x71\xb9\xc4\xc8\x3f\x2e\x87\x61\xfe\xf1\x5c\x9c\x6f\xa5\xc2\xd1\x09\x54\x58\xb4\x85\x54\x98\x33\x66\x5a\xf2\x2a\xd6\x27\x2d\xb9\x09\x35\x96\x59\xc9\x4b\xca\x96\xc2\x3e\xdf\x0d\xa1\xdd\xbc\x5e\x8e\xe6\x21\x2f\xba\x79\x9a\x7a\x5c\x3d\xd4\xe5\x35\xa5\xe9\x16\xb9\xc7\xcb\xe1\x0c\x37\x91\xbe\xcf\xaa\x7e\x3d\x06\x5d\xa9\xcf\xf2\x25\xc6\x4e\x5b\x46\xd8\x95\xc5\x35\x79\xf8\x21\xa5\x6c\xf2\xf0\x49\xc2\xeb\x45\x8e\xf0\xaf\x01\x9a\xee\x70\x17\xe0\x84\xcb\xe8\xb9\x92\xdd\xd7\x10\xc3\xb8\x73\x86\x7d\xba\x85\x87\x92\x26\x07\x36\x02\x00\x06\x36\xdc\x9f\x3e\x8b\x46\xdc\xb8\x3a\x5c\x6a\x5c\x75\xe9\x70\xa9\x65\x21\xd9\xc4\xbf\x62\x76\x23\x13\x21\x82\x40\xdf\x6d\x26\xfc\x45\x3a\xf1\xef\x0f\xad\x4d\x53\x0b\x41\x35\x99\x4f\x3c\x29\xb9\x34\x9f\x78\xd7\x33\xd4\x14\xe2\x49\xfb\x01\x53\x88\x67\xb5\xcc\xd7\x0c\xe4\x47\xa7\x53\x1d\x17\xd8\xd7\x34\xe1\x5d\x99\xec\x85\x67\xe5\x58\xf1\xe7\x71\x03\x30\x04\xae\xea\xae\x92\xd0\x34\xe1\xc9\x3b\xe2\x22\x0f\x8f\x06\x8b\xa4\x0c\xff\x7e\xd0\xd8\x8a\xe3\xc3\x70\x4c\x5e\x1c\x07\x6b\x79\xdf\xb8\xd4\xa6\x28\xd6\x18\xc7\x1c\xe2\x59\x03\x9c\x0b\x69\x44\xcf\xc8\x03\x4c\x22\x9e\x35\xf2\x31\x89\xb8\xe9\xb0\x97\x49\xc4\xb3\x1a\x9b\xeb\x0c\xf4\xfb\xa7\x95\xe1\xa5\x12\x5c\xa5\xd1\xa5\xe2\x5b\x4b\x8a\x4b\xc5\xb7\xc1\x12\x2f\x5d\x27\x35\x69\xb9\xce\x38\x6b\x40\x84\xe5\x5e\x89\x52\x17\xcf\x2c\x09\xaa\xee\x12\x4d\x3d\x7c\xb7\xf2\x6b\x1f\x54\xc6\xa0\xaf\x47\x0d\x9d\x1d\x49\x39\xb9\x2e\xf5\xd7\x0a\xb3\xae\x10\xf2\x73\x37\x5e\xaa\xac\x8d\x19\x7c\x29\xbf\x37\x10\xf1\xa5\xc8\x3e\x76\xbb\x19\x7c\xdc\x9f\xb7\xcc\x13\x64\xd1\x75\x6b\x27\x24\xc6\xd7\xbf\xd1\x20\xc5\xd7\x1d\x7d\xd2\x98\xe4\x47\x81\x63\xba\x30\xee\x56\x1b\x7b\xa1\x8c\xd6\x9e\xe6\xba\xd1\x31\x78\xf0\xee\x58\x0d\x2a\xec\xe8\x84\x21\x87\xd3\xe1\xf2\x85\x51\x1a\x52\xe5\xd2\xe9\xb0\x58\x45\x04\xca\x65\x7a\xa9\x3f\x36\x44\xc9\xa5\x21\x9e\x86\xf3\x17\x86\x78\x7a\x57\x5e\x12\x26\x86\x0e\xb9\xb6\xd2\x34\x07\x19\x2e\x88\x62\x73\x2d\xc2\xb5\x44\xbe\x34\xc5\xd3\x56\xdf\xfc\xf2\x59\x43\xc8\xeb\x09\x30\x81\xec\x09\x30\x6d\x40\x63\x82\x65\x1d\x8c\xa6\xc4\x7b\x3a\x1e\x8a\xd9\x23\x99\xb0\xa3\x0c\x2f\xc4\x65\x29\x6d\x6c\x44\x1c\x6f\x00\xc3\xc2\x84\xdc\xdf\x25\x0f\xfb\x72\x57\x59\xf7\x42\x15\x5a\x97\xee\x85\x2a\x49\xaf\x57\xac\x0d\x2c\xd0\x1c\x55\x7d\xda\x7d\x48\x74\xc1\xc5\xdc\x72\xef\x6a\x5c\xef\x70\x02\x04\xd9\xdc\x72\xef\x6a\x7f\x6f\xa9\x0e\x95\xbc\xb7\xac\xbc\x12\xb3\xfb\x08\x63\x08\xff\x28\x74\x05\x75\xdd\xb2\xf2\xea\x00\x6f\x13\xfc\x66\xbb\x91\xdd\xe4\x74\xdf\xd0\x12\xad\x0a\xcd\x3f\xf2\x01\x38\x4d\xea\x0b\x8d\x70\xa7\x48\xbd\x4b\x2f\x90\x12\x3d\x35\xab\x04\x98\x74\x09\xc7\x3e\x55\x06\xdf\x49\x0b\x78\x6e\xed\x3b\x49\x0b\xb3\x1f\x6e\x98\xf4\x11\xe3\xcc\xea\x7c\x38\x41\x77\x96\x0f\x2c\xbe\x68\xfc\x5f\x2c\x26\xef\xc7\x4d\x70\x67\x79\x3f\x4b\x05\xc7\x60\xa9\xcb\x52\x8c\x39\x4c\xf0\x41\x76\x37\xaa\xe9\x79\x58\xfd\x91\x6c\x03\x32\xf9\xed\x01\x7a\xbc\x8b\xc6\x20\x8c\x5f\xcb\x7b\xe9\xec\xbb\x68\xf5\xc0\xa6\xbb\x8b\x52\x67\xb6\xd0\x6d\xd8\x36\x32\x45\xaf\x5b\x27\x3e\xad\x78\x6e\x9d\xf8\x34\xe5\xbd\x65\xb2\x75\x91\xbe\x21\x35\x9a\xf6\xf7\x37\xaa\x6a\x63\xa0\xdf\x45\xa6\x94\x8d\x7e\xcb\x63\xe7\xf5\x67\xf8\xd6\x5b\x06\x7c\xd8\xab\x1c\x2b\xf7\xef\x6d\x94\x5d\x4d\x00\x6e\x99\x6c\x9d\x42\xee\x1a\x63\xf0\x4f\xc4\xbc\xa0\xdb\xf0\xd5\xe3\x9a\xbd\x91\xfc\x2f\xfd\x1e\xee\xe0\xac\xb9\xb3\x6f\x24\xff\x24\xcd\x59\xb7\x8c\xb5\xbe\x5a\xb7\x66\x79\x7a\x71\xdd\x72\xd9\xf5\xb0\x4f\x43\x6f\x3a\x3b\xb2\xd9\xa4\x6f\x59\x77\x8d\xcb\x94\x62\x2d\xec\x32\x68\x5a\xfa\xc5\xd8\x40\x37\xb2\xff\x56\xdd\x5f\x10\x33\x9a\x04\xdd\x12\x33\x15\x34\x70\x37\x98\xa5\x28\x04\xff\x1d\xed\x9a\x44\xce\x65\x0b\xc2\xe6\xb0\xba\x27\xbf\xfb\x22\x60\x2e\x75\xf0\xdf\xf4\x2e\xff\xad\xc5\xfe\xad\x73\xa0\x51\x71\xee\x1e\x26\x8e\x8c\xbf\x6b\xd6\xe8\xcc\x76\x8d\x85\x5c\x0d\x39\x70\xed\x60\xee\x70\xfc\xf3\x14\x85\xe3\x9f\x47\x3a\xfc\xfb\x5c\x00\xb4\xd9\xdd\x1b\xfb\x0e\x07\xbf\x69\xb1\x70\xf0\xa3\xb5\x7f\x0e\x7e\x40\x30\x64\xee\xa3\xce\xe9\x8b\x75\xf4\xff\x4e\xd6\xb9\xd5\x4b\x30\x84\x07\x4f\x03\x77\xe4\x43\x74\x44\x8f\x34\xb9\x6c\xf5\x26\x21\x0f\x7b\x51\x85\x47\x1a\xf6\x15\x3b\xf8\x81\xe9\x87\x90\x21\xa3\x7a\x55\x32\x68\x42\x75\xa5\xf1\x26\x54\x3f\x34\xaa\xb9\xb5\xe1\x11\xcd\xbc\x52\x85\x2e\xf0\xab\xbc\xdc\x8d\x14\x3a\x52\x17\x42\xf9\xa9\x9c\x1a\x29\xd5\xbf\x3f\xf4\x6e\xe6\x5a\xc3\xf3\xdc\x9a\x33\x2b\x59\x35\xa9\xfa\x21\xdf\xb7\x83\xbb\x63\xee\x48\xaa\x5e\x15\x59\x98\x53\x3d\x49\xd2\x90\x53\xfd\x7b\xc9\xbc\x74\xe8\x45\xab\x07\x98\x56\x9f\x96\x4a\xbc\x20\x3e\x87\x39\x35\xa9\xba\x09\xf9\xd6\x0e\x23\x66\xd8\x1e\xf2\xa5\xb7\xc3\xb6\x0c\x2e\xa4\x3d\x13\x29\xd2\x9b\x66\xfa\x1b\xbe\x2c\x2e\x8d\x9d\xa4\x02\xd9\x13\xe6\x4e\x4f\x8d\xe9\x33\x77\x7a\xd2\x7e\xc4\xdc\xe9\x7a\x79\x98\x2e\x3d\x35\x10\xdb\x36\xbc\x50\x6b\xfe\x51\xca\x01\xab\xb1\x73\x50\x84\x00\xa3\x5c\x94\xa4\x9c\x6b\x67\x49\x42\x04\x59\x1b\x9e\x4f\x1b\xf6\x9d\x83\x22\xa4\xcb\x8c\x21\x6b\xf1\x59\x3e\xcf\x76\x03\x2e\xa6\x45\x09\xa7\x1c\xe0\x2e\x52\x7d\x88\x42\xb6\x82\x4c\x15\xb8\x1b\xc4\x9a\xb5\xe6\xd9\xc5\x40\x3c\x02\x56\x82\x24\xf6\x65\x58\xc7\x17\x09\xbb\xbf\x65\x8c\x5b\xc5\xa9\xd1\x23\x36\x88\xd6\xa0\x22\xbb\x04\x74\x2c\x81\x51\xca\xd5\x01\x6c\xb2\x9a\x19\xf0\x62\xd7\x00\x9b\x29\x54\x6f\xaa\x75\xd3\xd6\xef\x49\x33\xf0\x5d\x25\x41\xe1\xad\x77\x95\x97\x81\xd4\xdb\xc1\xe1\x81\x58\x77\x70\x78\xee\xc0\xe0\xf0\x40\x0c\xbb\x9a\xcd\xcb\x19\xa9\x92\x87\x6e\x82\x66\x6c\xed\xe1\x0b\x02\x29\xeb\x9b\xda\x4c\xf9\xe1\x56\x27\xaa\xc2\x6e\x9b\x17\x56\xf6\x63\x9b\x0b\x56\xf5\xfe\xd6\x42\x48\xc9\xe4\x36\xd1\x59\xf1\xa4\xb4\x20\x56\x99\x27\x13\x9d\x89\x72\x77\x0b\xa0\x7d\x11\xe8\x69\xa7\x12\x38\x56\x31\xd5\x72\xfc\x70\x00\x1c\xc8\xdd\xa5\x6f\xe9\x5f\xc3\x68\xd0\xd2\x36\xb3\xab\xd6\x5a\x1b\xc4\x98\x95\x56\x6d\x33\xbb\xaa\x5d\xda\x88\x26\xb5\xea\x26\xb7\x7f\xca\xda\x30\x90\xdc\xbf\x29\xa6\x24\xb7\x7f\x8a\x68\x4a\x26\xf7\x1f\xd9\x65\x36\xe5\xab\x44\x4c\x24\xf7\x8f\x59\x1e\xd2\x97\x16\xc3\x89\xda\x50\x16\xdb\xfc\xaf\xca\xdc\xc9\xe9\xff\x91\x97\xb4\x6c\xf6\x56\xed\x85\x49\xdc\xff\x15\x03\x18\xd3\xb7\x2a\x5b\xdf\x06\x24\x4f\xd9\x3a\xdb\x3a\x02\x20\x8f\xe6\x76\x1a\x01\x1a\x2f\x86\xef\xd1\x5e\x99\xb4\xfe\x5f\xa7\xd4\x81\x7f\xcc\xca\xf3\xf7\x34\x00\x86\xbb\xd6\x44\xaf\x7a\x58\x90\xe5\xff\x2b\x06\x6c\x32\x93\x1a\xfb\xed\xe9\x10\xa2\x4e\x0c\xc1\x17\x14\x2f\x1e\xd0\x19\xb4\x3b\xc3\x59\x52\x0d\x62\x01\xc3\xef\xa8\xf8\xdb\x70\x89\x23\x36\xcd\x92\x28\x14\xa7\x2c\x69\x57\x38\x94\xbd\x24\x0a\x21\x48\xf6\x92\x76\x15\x75\xad\xa0\x5d\x2d\xa6\xb4\x74\xd8\xb4\xb4\xab\xd8\x72\xa9\x2b\xe9\x82\xa3\xae\x44\xb4\x22\x67\xa9\xc8\x71\x1b\x83\x47\x9d\xf2\x3e\x03\x6a\x66\x4a\xce\x52\x5d\xeb\x96\x79\x54\xd7\xba\xcf\xc8\xd1\x6f\xb1\x18\x02\x80\x9e\x52\x72\x6e\x36\x99\x47\x45\xd4\xdb\x50\x3b\x4a\x30\xb7\x36\xd4\x6a\x55\xf7\x29\x43\x1e\xad\x49\x70\x36\xeb\x48\xf1\x8a\xbe\x4f\xa5\xbf\x54\xb9\xa4\x71\x45\xa5\x97\xe2\x19\xc7\x76\x49\xf0\x3a\x39\xb8\x87\x4d\x57\xea\x52\x78\xd7\x7c\x51\x78\xe7\xe5\x85\x91\x59\x49\xa2\x7f\x64\xe4\xd3\x4d\x74\x49\x09\xd7\x3f\x89\xc7\x7d\x45\xec\x71\x41\x90\x3b\x13\xf9\x18\x1d\x5d\x81\xe8\x96\x6b\x55\x70\xbb\x6f\x13\xda\x7a\xc4\x6f\x07\x04\x2d\xb0\x6f\x44\xd8\x1e\x2b\x63\xa5\x27\x08\x80\x6d\xac\xf4\x38\xfd\x66\xd2\x4b\xd5\xc6\x1c\x43\xf5\x8f\xf6\x19\x10\x1f\x1b\xf5\xf9\x30\xd6\xc6\xbe\x95\xcf\x55\xfb\xbc\x24\xb4\xfd\x13\xf3\x6e\x3f\xce\xbb\x4b\x7a\x3b\x82\x26\x38\xaa\xa6\xe0\x8e\xb6\x32\x78\xd5\xae\x1b\x17\xe7\x22\x7f\xbf\xb7\x14\xa7\x24\x00\xd6\xd6\xe6\xa2\xd8\xc6\xb9\xd4\x22\x6f\x2b\x9e\xd7\x31\x77\x6f\xc9\x7e\x31\x03\x51\x79\x8c\x51\xbb\xb7\x24\xa7\x4b\xb2\x55\xf9\x38\x37\x5b\x92\x19\xc2\x78\xef\x18\x8d\x7f\x8c\x56\xef\xf1\xdf\x46\xaa\xf0\xd2\xd9\x46\xaa\x90\x52\xc1\x71\xad\x28\xd1\xd8\x5a\x68\x4b\x3f\xef\x47\xd2\x34\xf9\x47\xd2\x34\x8a\x55\xff\x00\xce\x83\x6e\xc8\x96\x1f\x69\xd6\x78\x01\xe8\x2a\x2e\x79\x02\x68\xa6\xf3\x91\xb4\x8f\x17\x49\xfb\xec\x8b\xa4\xbd\x58\xf3\x91\x82\x76\x6e\x88\x6b\x59\x8c\xc2\xb1\x5f\x49\x68\x51\xf8\x1b\x70\x32\xd0\x57\x38\x9d\xdc\x57\x38\xc5\xd4\x6f\xcc\x34\x4d\xbf\x01\x28\xb0\xbd\x12\xd7\xce\xd4\x2b\xd4\xce\xee\x1b\x3c\x08\xe3\x79\x55\x5c\xba\x8b\x5e\xc9\x6e\x37\xce\x1b\xa4\xbe\xc5\xb4\xe6\x61\x45\x9e\x23\xc8\xfb\xc6\x8b\xb0\x41\x47\x3e\x87\x64\x37\x4d\x3f\x87\x64\x37\x54\xe9\x73\x04\xe1\xbf\x78\x09\xc2\x7f\xf0\xa2\x0f\x13\x0b\xf7\xc0\xb1\x0f\xa3\xc1\x3c\x70\xec\x45\x22\xed\x39\x54\xb7\x4d\x9b\x16\xd0\x6e\x31\x6f\x0e\x70\xf5\x73\x08\x28\x18\xf9\x49\x2a\x05\x41\x20\x4f\x92\x73\x00\x71\x3f\x49\x3b\x58\xf0\xee\x93\xe4\x1c\x96\xc5\x1c\x82\x10\xa8\x18\xd0\x5d\xe9\x81\xe6\x2c\x4a\x11\x9f\x64\xfc\x14\xae\xb8\x27\x85\xc2\x10\x40\xd1\x12\x28\xbb\x7d\xa0\x3f\x25\xd2\x1f\xbd\xed\x8d\xec\xf2\xc8\xf2\x4b\x7b\x3d\xd8\xec\x49\xa3\x3f\xb2\xff\xea\xd2\x1e\x3d\x9c\xab\xcf\xe4\x1e\xb7\x0b\xd9\x16\x79\x74\xd3\xa3\x0f\x19\xc7\x67\x90\x30\x10\x34\x40\x46\xf4\xa5\x2b\xfa\x13\x6e\xcd\x36\x35\x31\xbd\xb7\xb6\x51\xef\x94\x03\x9a\x1e\xbd\x93\x63\x7c\x91\x1e\x3d\xf5\x94\xfe\x0c\xe8\xf0\x84\x14\x96\x0b\xe9\x31\xf0\x9d\x34\xfb\xe3\xcd\x29\x83\x66\x96\x74\xf1\x80\x59\xd2\xb3\x6c\xec\x33\x83\xde\x14\x52\xbd\x66\xdc\x1b\x4b\xc9\x3d\xe8\xf7\x31\xf0\x9d\x2a\x14\xf2\xa4\x37\x19\x37\xd3\xa4\x1b\x29\xcc\x34\xe9\x59\x75\x88\x69\xd2\xab\x71\x4a\x1e\x2e\xe1\x2e\xb6\x78\x88\x82\x17\xd3\xbf\x74\x53\xe9\xb6\xe5\x6d\x36\xad\xe2\x6d\x06\xc2\x7f\xe2\x0e\x76\x65\x96\x58\xd5\xfd\xb3\x10\x9f\x38\xb0\xe5\x66\x74\xa2\x17\x0c\xb2\x1b\xe6\x74\x2f\x1e\xbe\xc4\x5e\x64\xc4\xa7\x32\x2f\x17\xcd\x64\xec\x01\xf2\xe9\xfa\x5b\x8a\xc0\x2e\x83\x9b\xf1\x89\xc0\xd1\xee\x65\x6e\xe3\x9e\xa3\x18\x0c\x97\x13\xc6\x65\x5c\xf5\x80\x34\x17\x7b\x97\x63\x20\x19\xfb\x77\x45\xf9\x47\xc6\x68\xd8\xa5\x8c\xd1\xb0\x01\x45\x73\xdc\x44\xe6\x69\xcf\x72\x36\x4f\x04\x98\x86\xc0\x7d\x74\xd6\xe6\xce\x7d\x48\x48\x2b\x41\x65\x02\xf7\x62\xac\x86\xc7\xcb\x58\x3a\xf2\xb9\xc8\x83\x29\x60\x44\x8b\xd6\xc2\xe6\xf9\x77\xc3\xb2\x94\xdf\x0d\x5b\xe5\xa2\x1f\xc3\xde\xa9\x9e\x78\x54\x44\xab\x41\x7a\x6e\xe3\x39\xc2\x2f\x3f\x91\x8d\x04\x5a\x93\x34\xef\x45\xff\x97\x87\x0b\x76\xa8\x72\x7c\x8c\x81\x27\x7b\xf1\x70\xc1\x8e\xe1\xb2\xde\x32\x4f\x6e\xab\x1b\x33\xc7\x6e\xc3\xda\xf3\xd9\xbd\x70\x59\x41\x86\x88\x66\xbd\x35\x2b\xd4\x28\x09\xe0\x8b\x3e\x1d\x24\x7d\xff\xce\x18\x90\x10\x24\x44\x3d\x11\x99\xde\xdb\xe1\xc4\xed\x38\x2a\xcc\xe8\xf6\xa8\xf8\x8c\xe0\xdd\x61\x84\x43\xb6\x58\xf4\x81\x7b\x70\x14\x91\xde\x1d\x8e\xc7\xf4\xee\x59\xbd\xce\xa3\x10\x58\xf1\xd5\xa3\x10\x58\x2d\xd1\x63\xf8\x39\x75\x41\x0f\x52\x60\x99\x8c\xc7\x9b\x2c\xb9\xbb\x9e\x20\x19\x6c\x2c\x02\x74\xd8\x18\x74\x9b\x63\xf7\xee\x0a\x88\x43\x22\x2c\xda\x7b\x95\x44\xf9\xc3\x1b\xc1\xb6\xbc\xad\xb4\xa6\x22\xcd\x7b\x0b\x88\x5f\x53\x0e\x88\x0f\xcd\xe5\xe6\xae\x0f\xed\x36\xe4\xed\x63\x1c\x3a\x79\xfb\x47\xf5\xb6\xfa\xc5\x47\x0f\x6e\x37\xd7\x6b\x48\x2f\x8f\xb3\x71\xe8\x9c\xef\xd7\x38\x74\x4a\xe2\x5e\x55\xdd\xe2\xd0\x37\x64\xd0\xf4\xf9\xc6\xbd\x05\xde\x7d\x0f\xa0\x6c\x7f\x06\xcf\x7e\x8d\x4b\xa7\xf3\xc8\x1b\x17\x5c\xf7\xe5\x74\xd4\x85\x17\x72\x4e\x80\x44\xde\x70\xde\x86\x58\x7e\x75\x88\x62\x01\x48\xed\xde\x94\x98\xbd\x46\x8e\x53\x94\xf7\x72\x1f\x55\xbd\x1b\x4c\xfa\x5e\x12\x38\x98\xa4\xef\x6d\xb2\x65\xcc\xf9\x5e\x12\xdb\x98\x9c\xef\xdf\x0b\xa0\x28\x83\x56\x1e\x43\xa6\xf7\x14\xb6\xff\xa4\x77\x2f\x72\x1b\xaf\xd6\x60\x5e\x42\xa6\x7a\xcf\x4a\xc2\x4c\xf5\x9e\xdd\xca\xaf\xd6\x60\x8a\x0c\xc9\xf5\x9e\xba\x56\x42\x2f\xd6\x60\x43\x59\xfd\xab\x87\xb6\x54\xc9\xab\xea\x5b\x42\xe4\xd5\x34\x4c\x91\xe7\x8b\xa8\x3a\x2b\x19\x25\x2b\x7c\x53\x98\x68\x52\xf8\x2c\x1e\x78\xc3\x34\x8c\x13\x40\x52\xf8\x26\xde\x37\x29\x7c\xf6\x0e\x7e\xff\x05\x8c\xa1\x94\x72\x6b\xa3\x26\xbc\xca\xad\x8d\x38\x41\x8a\xf8\x66\xe6\x24\x33\xc4\x17\x03\xd4\x98\x21\xbe\x18\xc1\xdd\x0c\xf1\xa5\x46\x37\x52\x55\xc5\xc6\x94\xa6\xb8\x98\xa4\x88\xd7\x9e\xf0\x2d\x81\x5e\x19\x72\xf1\x30\xd3\x70\x0d\x58\x28\x15\x8e\xe0\xe0\x34\xb2\xbf\x7f\x27\x80\xb9\xa8\x5e\x62\x1c\x9a\x57\xf9\xb3\x1e\x17\xaf\x6e\xe1\xde\xbb\xaf\xf2\x67\x35\x27\xaf\x96\x5d\x5e\x29\xe4\x89\xaf\x5a\x1a\x91\x26\xbe\xc5\x88\x95\xb2\x48\x7c\x92\x32\xfe\x9b\x58\x1b\xf6\x98\x73\x09\xbc\x5a\x79\xc9\xf9\xbd\x88\x5c\xe6\x68\xbe\x60\x5a\x5b\x7d\x46\x7b\x6b\x0c\xba\xb7\xc5\xce\xa0\xfb\x16\x3b\x83\x96\xc3\xa8\xdc\x91\x35\xd5\x33\x4e\x99\xb2\x14\x35\xdb\x24\x8d\x6f\x33\xd9\x98\x1c\xee\xb2\xb1\x58\x72\xab\xb8\xe4\x3c\x87\xef\x95\xbb\x04\x59\x8a\xd8\xc0\x9c\xf1\x53\xdf\x7d\x72\xc6\x37\x2f\x8e\x48\x19\x6f\x2e\xd4\xb7\xcb\x73\xb9\x63\x23\x5e\x72\xbc\x60\xf4\xe1\xb1\xd4\xfe\xcb\x78\x29\x2f\x42\x16\xc3\x77\xbf\x43\xd4\xcf\xbd\xf1\x2a\xa2\xae\xee\x51\x43\xd0\x39\xf9\x86\x93\x73\x57\x44\x38\x39\x8f\xa5\x32\x69\x6f\xe0\x57\xe2\xce\x1b\xf8\x1d\x92\xc0\x6e\x5e\x44\x24\x45\xda\xe2\x45\x44\x32\x8d\x96\xf1\x4e\xcc\x8b\x3c\x96\xa1\xec\x76\x27\x93\x2b\x56\x12\xfc\x95\x7e\x52\x98\xfc\x2e\x79\xeb\x28\xe5\xde\x07\xfa\xe5\xde\xcf\xfe\x30\x1d\x9b\xe7\x10\xc1\xc5\x3a\xa2\xbe\xdb\xcd\xc5\x5f\xb2\xa2\x7f\x2b\x63\x48\xba\xdf\x02\x99\x2c\x35\x5d\x1e\xdf\x50\x7d\xdb\xde\x19\x27\xc3\x97\x20\xc8\x81\x01\x31\x44\xcf\xa2\x70\x49\x22\x63\x81\xfc\x4b\xc2\xef\xce\x38\x75\xa5\x73\xdc\x08\x28\xa6\xb6\xa5\x2f\x34\xd1\xd4\xea\xf3\x85\x26\x9a\xda\x96\xbe\xd0\x44\x53\xc3\x35\x32\xf4\xa7\x19\xa8\x19\xca\xa7\x7a\x7f\xbf\x3a\x72\xab\x45\x7f\x8d\x80\xe6\x25\x64\x96\xfe\x75\x88\xb5\x6f\x75\x43\x10\x03\xef\x6d\xfe\x26\xd7\x07\xbe\x7d\x29\x38\x30\xe9\xfd\x52\x78\x41\xd2\xfb\xef\x85\x7e\x22\x87\xfd\x87\x1d\xf6\xac\xc7\x56\xfd\xa7\x33\xb6\x1f\x90\xcc\x56\xcc\x5c\xfd\x00\x72\xa8\x98\xba\xc6\x07\x24\x8f\x04\x8b\xf2\x03\xb2\xc4\x9a\x3f\x24\xe1\x87\xa9\x5b\xf2\x37\x03\xf1\x61\x48\x28\xfd\x57\xe2\x74\xbc\x3f\x38\x56\x20\xa7\x5f\x15\xc6\x30\xf0\x86\x89\x0f\x97\x1f\x7e\x70\x20\x83\xa8\xe8\x27\xe2\x83\xd1\xc6\x3e\xf2\xc8\x0f\xdb\x08\x15\xe9\xd7\x28\x94\xc6\x1c\xf5\xdf\xe0\xd4\x1e\x0c\x42\x78\xc4\x07\x1d\xe5\xf2\x3f\x48\x55\x03\xf4\x31\xfe\x35\xaa\x00\xcb\x20\x32\xf1\x81\x7d\x9a\x3f\xc4\x10\x1f\xb0\xe1\x1d\xe3\x5f\xb7\x8a\x6b\xfa\xf8\xaf\x17\xe4\x1a\x0d\x8b\x2c\x3f\xc0\x98\xf7\xfc\xeb\x56\x9e\xb7\x43\x2e\xc4\x07\x63\x64\xcf\x7f\xdd\xca\x52\x4e\xe4\x50\x7e\xe0\xae\x30\x48\x85\x1f\x40\x7e\x2d\xfd\xd6\xf6\x19\x3a\xf8\xe6\xff\x3e\x34\x1b\xfd\x07\xba\x8c\x4a\x63\x1b\xc5\x87\xc7\xd4\x75\xbf\x12\x1c\xa9\x8e\xa4\xc1\x0f\x97\x3e\x54\xeb\x07\x98\x54\x35\x2a\x05\x3f\xe8\xfc\x0f\x31\xec\x07\xa8\xc7\x5e\x7f\x53\x28\xfd\x52\xc7\xf8\x37\x16\x2f\xfe\x49\xb0\x38\x3f\x98\x57\x00\x82\x23\x3e\x00\xfa\xfc\xaf\x0d\xf6\x69\xfb\x6f\xd6\xbd\xc8\x7a\xfd\x6d\x5c\x31\x5d\xaf\xf9\x57\x65\x44\xa2\xa0\xdf\x07\x03\x4d\xd6\xdf\xe6\x17\x81\x4c\x38\xca\xf8\x80\x67\x32\xb6\x90\x7e\x40\x50\x38\xff\x9f\x6e\x39\x89\x9d\x3b\x3f\x3e\xc4\x76\xf8\xf5\x02\xc1\x6a\x6c\xa3\xf8\x70\xab\xc4\xb7\xdb\xb4\x31\x04\x48\x75\x8e\xff\x3e\x54\xa7\xf0\xf8\x7d\x78\x1d\x5c\xfe\xf7\xa1\xbb\x94\xe3\x57\xc2\x18\x1e\xc4\x67\x8f\x0f\xea\xe0\x8f\xdf\x07\x50\x77\x9d\x71\x3c\xbe\x0f\xd9\x0f\xed\xdf\x07\x03\x76\xcd\xd8\xb8\x69\xdf\x98\xa2\xcc\x7a\xfc\x7a\x01\xf4\x91\xff\xeb\x05\xda\xb8\x61\x7d\xc5\x87\xed\x32\x40\x76\xf8\x41\x38\x6a\xfd\x37\x38\xa5\xc0\x1d\x37\x6a\x3f\x80\xf3\x3a\x81\xa0\xfc\x60\x64\xd2\xf1\x9b\x0f\x25\x93\x06\xe2\xf5\x03\x88\x6d\x60\x11\x1f\x1f\x9a\x90\xe6\xdf\x07\x2d\xb4\x62\x9f\xa6\xbd\x23\xe6\x76\xfa\x4b\xa7\x15\xa5\x39\x4c\x47\xfb\x37\x59\x4a\x7e\x0c\x31\x1c\x1f\xa2\xc7\xf2\xfb\xc0\x15\x01\x82\x8e\x0f\x40\xdd\xfa\xbf\xc9\x7a\x8a\x8e\x1c\xe3\xf7\xa1\x99\x29\xf2\xbf\x12\x58\xd3\x4d\x68\x56\x3e\xbc\xca\xa5\xe6\x6f\xaf\x48\x89\x8e\xfc\xdb\x09\xde\xfb\xda\x1c\xee\x59\xf3\xd6\x2a\xa3\xe5\x58\xb4\xbc\x55\x6a\xd7\x19\xb7\x40\xde\xb7\x93\x95\x62\x15\xf3\x0e\xb5\x28\x41\x03\xfd\x00\x8d\xde\x09\x69\xed\x87\xa6\xe2\xf0\xbf\x12\x46\xaf\xed\xeb\x5f\xb7\xfb\x09\x1e\xf8\x5f\x89\x98\x31\x82\x15\xfb\x41\x13\xca\xfa\xeb\xf6\x41\x79\x64\x7a\x46\x3f\xcc\x88\x3e\xf4\x0f\x74\xa4\x02\xa9\xb5\xf5\xfb\x60\x00\x11\xe8\xcd\xf8\xb0\xfd\xf0\x0f\xd2\x17\xb1\xde\x3c\x7e\x70\xbc\xda\xea\xb5\xf2\xaf\x0d\x69\x86\x45\x02\x2a\x3f\x98\x58\x7e\xf4\x5f\x09\x71\x3c\x74\x99\x1f\x4c\x3a\x85\x5c\xd6\x0f\xb0\xff\x75\xd6\x5f\xb7\x1c\xfb\x89\xe4\xd7\x0f\x70\xd3\xbd\xfe\x26\xe8\x75\x4b\x21\x55\xf4\xc3\x1b\x55\xea\xef\x83\xa7\xbc\x5a\xa5\x6c\xcd\x8d\xc6\x8c\xd3\xf5\x7d\xd8\xde\x24\xf5\xdf\x87\xec\xae\xce\xbf\x12\x68\x78\x47\x8e\x85\xfa\x3e\x70\xb3\x1e\xe5\xbf\x12\xd1\xed\xaf\x17\xe3\x50\x1e\x01\xfa\xf7\x21\x8b\x7d\xcb\xef\x03\x5a\xa9\xfc\x5f\x2f\x50\xea\xb3\x06\x2e\x29\x81\x8f\x66\x8d\xcb\xb8\xec\xdb\xe0\xc0\xad\xfc\x7a\x81\x58\xd5\x40\x3f\x3e\xdc\x56\xf9\x35\x3a\x5d\xca\xd8\xeb\x65\xdf\x4a\xdb\x8e\xf4\x83\x03\x89\xd9\xec\xf9\x57\x42\x74\x5c\x83\x4a\xf8\x3e\x98\x0e\xe1\x3f\xd0\xd1\x49\xcc\xff\x07\xf4\x48\x03\xb0\xfe\xfb\xa0\xc0\xf2\xbf\xb1\x6c\xa3\x13\xce\x1f\xe8\xdb\xf4\xb8\xe9\xd7\x8b\x26\x76\x35\xff\x26\xf9\x89\x0f\xbf\x29\x7c\xcd\xd7\xd2\xfe\x41\xba\x8d\x42\x82\x3c\xc4\x0f\x59\x89\xe1\x6f\x82\xd4\xda\xd7\x3a\xd3\xef\x83\x41\xb6\x7e\x83\xdb\xdc\x79\x23\xad\xfe\xfb\x30\xdc\xa7\xbf\x2a\x30\x70\x63\x8e\xff\x4a\x78\x4c\xdb\xfc\x7d\xb8\xbd\xf2\x7f\x70\xc0\xb4\xf5\xd6\xfe\x6b\x03\x84\xdd\x7f\x83\x53\xc7\x3b\x6b\xfe\x37\xa7\xaa\x76\x7b\x2a\xbf\x5e\xa0\x34\x3a\x96\xb6\xf1\xe1\x76\x0a\x7f\x1f\x96\x46\x64\xed\x37\xda\xe5\x4d\xf2\xdb\xc9\x9b\xab\xb6\x23\x36\xf3\x83\x01\x8e\xd0\x78\xf8\x01\x0a\x78\x22\x98\xe3\x83\x54\xd3\x44\x58\x16\x1f\xa4\xcd\x7e\x93\xac\x2a\x60\x62\x81\x13\x1f\xb6\x47\x3d\xfd\x3e\x3c\xb6\x31\x7e\x1f\xe4\x28\x8e\x5f\x2f\x28\x00\xc6\x4a\xbf\x46\x41\x6c\x63\xfd\x76\xe1\x03\xfa\xac\x79\xfc\x57\xc5\x6c\x1b\xe5\xd7\x2d\xb3\x3e\xd0\x59\xf9\x01\x8d\xfa\xec\xf5\xd7\xed\xf0\x44\x95\x1f\x60\x10\x6b\x7d\xfe\x86\xff\x44\x1a\xef\xd4\xfe\xbe\xc0\xbe\xd2\x4a\x4c\x8e\xdf\xdc\x18\xa1\x7b\xfd\x8e\x3d\xca\x80\x6f\x18\xc7\xef\xc3\x29\xea\xf8\xef\x03\xe8\x07\x4f\x3b\x3f\x98\xa6\x1b\xff\x19\x3f\xb8\xac\x69\xfe\xa6\x62\xb9\x01\xe7\x6f\x5c\x5a\x2d\xff\x23\xdb\xcb\x56\x52\xdd\x8f\x1f\xa6\x50\xc2\x3c\x66\x9f\xbf\x0f\x62\xbd\xf1\x1b\xb9\x5c\x55\xff\xed\x6a\x85\xc2\x3d\xfd\x70\xc9\x13\x84\xca\xef\x94\x23\x15\x4d\xf3\xf8\x9d\x8c\x67\xbb\xcd\xeb\x0f\xd2\x57\x7c\x34\x7e\x55\x30\x8d\xea\x47\xfb\xef\xc3\xe9\x14\xfe\x7a\x79\x9d\x8f\xe3\x1f\xe8\x2f\xeb\xdc\xda\x6f\x92\x15\x5a\xb5\xf2\x6b\x43\x59\xd3\xfc\x47\x95\x7e\x1f\x1e\x27\xe8\x57\xa2\x48\xca\x8c\x5f\x09\x6f\xf8\xf9\x43\x1d\xaf\x31\x86\xcb\x0f\x83\x2b\x74\x19\xf9\x77\xdc\x14\x43\x8c\xf4\x43\xfa\xaf\x96\xeb\xb8\x99\xf8\x01\x25\xc8\xac\xbf\x3d\xfb\x9e\x96\xf8\x9d\x8c\xf7\xb2\x8d\x59\x7f\x1f\x9a\xab\xff\x5f\x09\xd1\xe0\xef\xd8\xbf\x97\x18\xfc\xbf\x12\x10\x5d\x75\xfc\x07\xfa\xe3\xf9\x6b\x3f\x38\xfe\x3f\xc6\xde\x24\x57\x93\x65\xb9\xd6\xeb\x9f\x51\xe4\x0c\x14\xe1\xb5\x03\x1b\xd9\x51\x5b\x9a\x43\x14\xee\xc2\x6b\x3c\xf2\xe2\x8a\x9c\xbf\x60\xeb\x33\xf7\x38\x24\x44\xe4\x6d\x24\x22\x7f\xdb\x11\x5e\x17\x56\x2e\x23\x71\x5f\xa9\xdf\x1b\xcc\xed\x3e\xf5\x26\x47\x69\xf1\xa3\x23\x2d\x66\x78\x9d\x03\xe9\xc5\x97\xb1\x49\xcd\x05\x21\x7b\x3b\xf6\x27\x3a\xb1\x6a\xcb\x9b\xc0\x66\x3a\xfc\x4c\x33\x02\x8c\x96\x9f\xbe\xc9\xef\xab\x2a\x3d\x80\x13\x7c\xbf\x94\x4d\xd0\xec\x47\x5f\x63\xe9\x7d\x1a\xe7\x51\xdc\x6f\x74\x2f\xb4\x6e\xc2\xcb\x21\xb7\xab\x05\xcb\x26\x97\xfd\x89\x33\x16\x2e\xd6\xa5\xf7\x79\x7c\x39\xec\x32\xc0\xec\x2f\x65\xf7\x05\x63\x43\xe8\xbb\x0c\x9d\x8b\x35\x94\xdd\x30\xac\xfa\xfd\xfc\x3e\x61\x3c\xca\x6e\xc7\x8b\x9b\x89\x2f\xcb\xf4\x3e\x03\x48\xd4\x8f\x20\x0b\x71\x5d\x02\x57\x7a\xdf\x40\x4b\xd3\x7a\xe3\x75\x3e\x22\x9d\x9b\xc0\x92\xaa\xab\x1d\xb8\x6d\xd5\x7a\xee\x32\x92\x8f\xe9\x47\xa0\x61\x75\x8d\x3a\x7e\x3a\xb5\xef\x21\xc4\xbb\xa6\x95\xb6\x26\x1b\x23\x7f\x2b\x75\x75\x6e\x90\x8d\xb9\x1c\x9b\x90\x60\xf8\xf6\x0a\x1a\x95\x98\xeb\x63\x95\x31\x9c\xe1\x0b\x79\x13\x54\x68\x3d\x56\xb5\x18\xaa\xf0\x58\x82\x40\xd2\xcb\x94\x76\xa1\x13\x5c\x97\xb8\x9a\x8e\xca\x3f\xcb\xae\xe2\x04\xf8\xee\xf6\xbd\x21\x6e\x76\xb1\x1e\x46\x40\x32\xde\xe3\x81\x9e\xb8\x2d\x0e\xd0\x08\x17\xba\x84\xfd\x46\x85\xe3\x49\x69\x13\xb0\xe9\xb5\x35\x0d\xe8\xee\xca\x52\x1d\xa4\x17\x35\x1b\x86\x4a\x27\x3c\x70\xd5\x6b\x05\xcd\x07\xf7\xe4\xe3\xd8\x84\xc2\x00\xed\x37\x06\x20\x9d\x61\xf7\x85\x34\xeb\xd5\x77\x65\x76\x21\x36\x67\x67\xc4\x8d\xa0\x43\x5a\xb6\x19\x08\x01\x66\x3e\xfe\x49\xc3\xc7\xdb\x11\xed\x99\x0f\x78\x7e\x71\x54\xce\x8b\xf9\x33\x02\x9b\xa9\xef\x26\x64\x4e\xac\x73\xbf\x81\xde\x29\xa4\x4d\x20\xd4\xa6\xbb\x58\x97\xdf\xe7\xf6\x8e\xd6\x45\x18\x9e\xd3\x64\xb7\x5a\xfe\x0c\x29\xb8\x70\x90\x5f\x5c\xd6\x5a\x4a\xab\x0c\x3c\xc8\x80\xb1\x82\x00\xdf\x2a\xe4\x22\x11\x60\x43\x72\xeb\xeb\x13\xbc\x05\x4a\x3e\xc3\x26\x74\x0a\x5d\x65\x8c\x08\x17\xe6\xd7\x75\x7e\x47\x71\xb4\x87\xfd\x86\xc4\xf7\x52\x9c\x7f\xce\xef\x10\xef\x5b\xca\x57\x86\x22\x77\x5b\x3a\x76\x19\xae\x9a\x09\xbb\x61\x0f\x7a\x96\xb0\xcb\x90\x7c\x95\x73\xd9\x84\x17\xc8\xb8\x76\x6c\x02\xe2\x7b\xdc\x65\x70\xe8\x7f\x23\x86\x81\x30\x9f\x69\x7f\x82\x68\x78\xec\xa9\x1c\x80\x3a\xe7\x63\x13\x74\xd5\xa6\xb6\x07\x99\xab\x36\x2d\x1d\x9a\x11\xb4\x87\x7b\xfd\x08\x68\x2e\x77\x19\x08\x7e\x65\xa9\x22\xf2\x3b\xc1\x4d\x68\x65\x35\xcc\x4d\x4a\xa9\xaf\x01\x62\x77\xe5\x92\xfb\x26\xa8\xda\xbe\x47\x7d\xea\x70\xc9\xeb\xb4\xc9\xef\xcc\xe4\xe7\xae\xab\xa5\x52\xe1\x9f\xad\xee\xc9\x9e\x20\xc9\x2e\x85\xa9\x11\xd0\xa0\x7e\x0d\xd3\xf5\x94\xd6\x71\x9c\x5f\x54\xff\x65\x29\x3c\x8c\x80\x0a\xf1\xeb\x1c\x32\x7c\x28\x65\x13\x50\x11\xed\xe5\x80\x1e\x3a\xad\x43\x3f\xbf\x68\x9c\xf3\x59\x77\x5f\x6e\x04\xf2\xf6\xbd\xc1\x0a\xda\x8b\x1f\xed\x73\x2e\x5f\x2d\xba\xaf\x52\xa8\x1f\x01\x17\xbe\xaf\x73\x8f\x9f\x8b\xbb\x73\x8f\x6f\x8f\xdd\x17\x1d\xd8\x39\xc7\x5d\x86\xac\xd4\x39\xf4\x8f\x70\x53\xed\x2e\xf4\xe5\x48\xdf\x87\x0b\x8c\x45\x3b\xe3\x26\x0c\x38\x8d\xbd\xb4\xd1\xb2\xb5\x75\xc8\x19\xa1\xc0\x7a\xec\x89\x9a\x1c\xfa\x7b\xcf\x4d\x31\x7c\xe9\xfc\x96\xc3\x74\x85\xcd\x6e\x98\x56\x61\x29\xe1\x23\x3c\x9c\xad\xd4\x52\x5c\xfe\xce\x02\x3f\x76\x02\x9b\xd0\x2f\x52\x23\xa0\x20\xf4\x6a\x8d\x70\xb1\x92\xfb\x26\xc0\x23\x3a\x97\x50\x5e\x42\x59\x80\x7c\x74\x02\x9c\x68\xfa\xde\x20\x0e\x28\xec\x76\xc8\x91\x3a\x2f\xad\xb4\x11\x32\x2e\xbb\x9b\xc0\xf1\x99\xeb\x6e\x98\xcc\x60\x29\x7c\xd5\x72\xc2\xb4\xef\x8d\xc2\x27\x7e\x93\x18\x01\xf7\xd8\x73\xf7\xb6\xa0\xd9\x3e\xf6\x27\x1c\x8e\xb5\xec\x4f\x2a\x0c\xdf\x57\x4b\xe3\x9e\xa8\xbb\xe9\x0d\xd6\xe3\xf8\x08\xe8\x36\xcf\x5d\xa8\xb4\xd2\xf5\xa8\xbb\x5a\x02\x1e\x73\xd8\xb5\x90\x02\xa7\x1f\xbb\x16\x39\xc7\xe4\x10\xbf\x37\x38\xa4\xfd\x0c\x2a\xef\x03\x7a\xed\xba\xf2\x8b\xb3\x62\x39\xd7\x4d\x90\x3d\x01\x48\x37\x27\x90\xb6\xf3\xf8\x17\x24\xb0\xe2\xca\xd3\xb2\xd4\x7f\x46\x68\xb4\x69\x4f\xbc\x76\x46\x92\x8d\x1c\x02\xc7\x60\x69\x8b\x40\xb4\x44\x2e\x65\x7d\x42\xc8\x43\x4a\x7b\x06\x5e\x09\xa3\xa5\xa4\xfd\xc9\x49\x16\xde\xbf\xbd\x01\xcc\x4e\xf8\x08\x0f\x19\xb5\xd6\x8a\x24\x28\x21\xd5\x54\x37\xa1\x72\x96\xec\x37\x38\x17\x97\x89\xa7\xbc\xb8\xe7\xb7\x9a\xf6\x1b\xf2\x76\x2f\xad\xef\x32\x0a\x97\x4f\xde\x6f\xc0\x85\x35\xbf\xae\x8b\xf3\x7a\x6d\x31\x7f\x46\x70\x45\xf0\xb9\x09\x8d\x89\x5f\x33\xc0\xcd\x9a\x5a\x5f\xb3\x88\x63\x67\x49\x7b\x16\x71\x73\x4c\x6d\x8f\xd8\x58\xbb\x6b\x7d\x32\xa2\xdb\x5a\x56\xa1\x83\xb4\x2a\x4b\xff\x6c\x84\x9b\x5c\xad\xab\x61\x43\xeb\xbe\xf5\xbe\x3e\xc1\xb8\x5e\xca\x9e\xb9\xf9\x38\x3a\x7a\xdc\x04\x9c\x69\xfc\xde\xac\xbe\xed\x5b\x72\x0d\x48\x7d\x9f\x8a\x48\xe6\xbc\x48\xf5\x25\xda\x8a\x2f\x40\x23\xb8\xa6\xbc\x6f\x02\x82\x4e\x5e\x6f\xa0\x11\x6a\xd5\xa7\xb2\xbe\x04\x2a\xf4\xa3\xf5\x4d\x18\x22\x9c\xab\x1d\xf8\x9e\xe7\xe6\xda\x9c\xfa\xe2\xee\xdc\x96\xc2\xc3\x08\x1c\x50\xc7\xae\x05\xe3\x5c\x3b\x76\x2d\xaf\x7b\x02\x6e\xc2\xe0\xf2\x71\x01\xb4\xbe\x2f\xc2\xf4\xd7\x17\x3c\x17\xeb\x79\x6e\x42\xa0\xa5\x69\xb5\x63\xc8\x2d\xa2\x14\x9f\x6c\x23\x00\x36\x5d\xf7\x1b\xa0\x91\xa7\xba\x6a\xc1\xd1\xad\x2c\xf5\x4e\x75\xc6\x9e\xdc\x46\x10\x5c\x67\x94\x77\xa1\x6e\x28\xc8\x6b\x80\xe6\x01\x5c\x45\xdc\x04\x57\xec\x97\x35\x62\xb2\xde\x9f\xa5\xc6\x55\xed\xd4\x79\xd4\x96\x0e\xad\xbe\x93\xd3\xa6\xc7\x55\xcb\xf4\x7c\x49\xce\x68\x35\x3f\x8e\x5b\x72\x5e\xc4\x08\x0c\x90\xdf\x24\xed\x7d\x64\xae\x6a\x4b\xe5\xde\xde\xa7\xbb\xd1\x63\x7f\xe2\x82\x9f\x1f\xe9\xcd\xad\x31\x65\x71\xa2\xed\x7d\x81\x7e\x58\x86\xa4\xf6\x12\x5c\xd2\x96\xa2\xa4\xbd\x04\x5f\x94\xb2\x6b\x79\x2b\xac\x69\xdd\x6f\x5c\xae\x7e\xd8\x04\x2d\xed\xbe\xf4\x22\xcd\xcd\x33\xc0\xfd\x89\x30\x0e\x04\x50\xbf\x27\x9a\x0b\x5c\x2d\x95\xd5\xd2\x89\xdd\x39\xf4\xb0\x09\xe4\x6f\xcb\x6b\x80\x26\xf8\x31\x25\xee\x4f\x5e\xcf\x33\x7e\x6c\x02\x8c\x45\x59\xbd\xe5\xba\x6e\xc9\xef\x9a\xbe\x94\xd0\xc5\x19\x8b\xfe\x3e\xce\x46\xf9\x34\xf4\xf7\x21\xbc\x7f\xad\xf5\xee\x46\xb1\xd2\x7d\x37\xf4\xf7\xb9\x31\x99\xfb\x8e\x32\xc2\x83\xa9\x7d\x97\xc1\x78\x9c\x69\x7f\xb2\x8c\xf1\x69\x13\xfc\x93\x5d\x0b\x81\xcf\x4b\xb3\xdd\xdf\x17\xfe\x7f\xa9\x32\x8d\x70\x13\xee\xb4\xca\x20\xa0\xab\x2c\xbe\xaa\x2f\x0b\x4c\xd9\xb5\xbc\xd2\xf1\xe4\xa5\xfc\xed\xef\x8b\xa7\x65\x0f\xfb\x8d\xdb\x8d\xfb\xab\x96\x41\x76\x8e\x1e\xff\xe4\x7c\xe6\x6f\xb3\x65\x77\x8d\x23\xf0\xf9\x1e\xce\x51\xb0\x96\xc7\x35\x14\xa8\x10\xdb\xe2\x07\xfa\x52\x10\xb6\xf6\x11\x60\xfd\xf3\xfe\x84\x68\xef\xb2\x67\x11\x07\xbf\x7c\xe6\x8f\x80\x7a\x75\x0f\x27\x6e\x6e\xad\x1f\x7d\x13\x60\x53\x63\xda\x84\x9b\x2b\xae\x6e\x02\x56\xea\x63\xbf\xe1\xc7\x71\x59\xe3\x8b\x60\x5d\xc3\xae\x76\x36\xe2\xf6\xce\xd5\x5b\x77\x64\x39\xc2\xae\x16\x6d\x4e\xdd\x2b\x61\xa9\xcc\xce\xb5\x78\xa6\xac\x53\x65\xdd\x57\xd7\xfb\x48\x27\x50\x97\x4c\x72\xbd\x8a\x7f\x3d\x4b\xf5\xad\x72\xbd\x04\xc1\xa6\xa5\x96\xbd\x7c\x11\xb7\xe4\xb7\xc0\xf5\x3e\xa8\xee\x96\xfd\xea\xf2\x15\x59\x6a\xdd\x85\x4e\x32\x33\xfa\x78\x5c\xef\xeb\xd0\x6a\xae\x24\xb8\x5e\xe2\xf6\x6a\x2b\xab\x61\xaf\x2b\xd5\xea\xaa\x96\xf8\xb1\xb6\x0e\x5b\x23\x78\x68\xeb\xaa\x85\xfb\xbb\xd4\xef\x8d\x8e\x2c\xb0\xdb\x31\x14\xa9\x5b\x43\x5e\x85\x0e\x14\x51\x61\xf7\x76\x1d\xc7\x75\xb5\x03\xe1\xb1\x2e\x33\xd1\xe5\xb2\x62\x4b\x75\x11\xa6\x6b\xec\xeb\x2a\x03\xef\xc2\xb4\x34\x05\xd7\x3b\xa3\xf7\xa5\x2c\x82\xec\x57\xe5\x88\xab\x61\x1c\xe9\x69\x31\xd4\xd7\x8b\x0f\x4d\x0d\x67\xdf\x04\xa2\xdc\x7c\xe6\xee\x97\x30\xf8\xbc\x84\x7a\x23\x88\x49\x8a\xde\xb9\xfb\x7d\xe4\xca\x57\x4f\xaf\xf6\x7e\x89\xcd\x6e\xc9\x2f\xc1\xfb\x7d\xc8\xa1\xb2\x76\xf9\xbd\x34\x16\x4b\x7c\xb8\x9d\xe5\x2e\x8b\x7b\xbb\xb7\x92\xd1\x6f\xc5\xfb\x7d\xba\xef\xe1\xbc\x08\x3a\xb0\x53\xcf\xbb\x50\xac\x97\xa7\x1f\xb6\xf7\xfb\x38\x34\xd8\x57\xc6\xed\x73\xdb\x17\xe1\x71\xf0\xb0\xdd\xb9\x07\xc5\x7e\xd9\x4d\x47\xa7\xd8\xf2\x22\x10\xaf\x9b\x96\x36\xd8\x08\xb4\xb4\xad\x32\xe0\x44\x5b\x6a\xab\x1d\x30\x8d\x35\x9c\xc7\x26\x60\x4f\xc8\xfb\x93\x42\xa1\x79\x7f\x82\x22\x3b\xc4\xd5\xf4\xb7\xb3\x60\xda\xea\x2d\x51\x69\xad\xb4\x5d\xe8\x85\x6e\x25\xc6\x4d\x48\x18\x3a\x76\xa1\xde\xfd\xb6\xdf\x18\x28\xe5\xfb\xea\x0b\x66\xa2\x52\x77\x5f\x46\xc4\x52\xdf\x57\x2d\x23\x79\xe7\xd6\x34\x60\x5f\x49\x3d\xed\x32\x74\xd7\xd4\xb0\xe7\x76\xdc\xbe\x0a\x57\xd3\xe5\xfc\x7c\xb6\x63\xf7\x05\xa1\xbe\xa5\xfd\xc9\x7c\x58\x41\x6d\x8d\xfa\x1c\x48\xe8\xde\xb9\xe7\x05\x37\xa1\x25\xe7\x23\x9e\x17\xdc\x81\x7a\xf8\x2d\x60\x04\xee\x3c\x5f\xa7\xcf\x4b\xfc\x7c\x4b\xce\x03\x3c\xef\x53\xc1\x85\xf2\xa5\xfd\x2c\x5e\x64\x1d\x28\x8f\x3b\x93\xa4\x9e\xf7\x27\x8e\xbd\xee\xbd\x7d\xfc\x9a\x4c\xd9\x65\x88\xe7\x7d\x24\xe5\xb7\x7a\xac\x37\x5e\xd4\xa1\xbd\xae\x96\xba\xbe\xb8\xe7\xf5\x09\xb1\x9c\x29\x7c\x6f\xa0\x59\xeb\x6d\xf5\x16\x57\x91\xd4\xcb\xbf\xa0\x42\x7c\xdc\x60\x58\x5a\x3c\x37\xa1\xa3\xbc\xd9\x04\xd9\x27\xfa\xd1\x57\xbf\x9c\x6f\x5d\x6b\xe5\x71\x73\x60\xea\x6d\x13\xc4\xb9\xe4\xe8\x97\xaa\x11\xc8\xa6\x1f\x56\x23\x87\x0c\x38\xa5\x85\xbe\x09\x01\x29\x79\x7f\x12\x5d\xd0\x39\x36\x21\x51\xcb\x26\x78\xe2\x81\xd0\x36\x61\xe0\x1a\xb1\x9a\x3e\x74\x52\xa4\xc5\x20\x3c\x2f\xe1\x39\x6d\x49\x3e\xcf\x62\x97\x7b\xf9\xde\xb8\x90\x48\xf7\x1b\xae\x33\x2a\xbb\x73\xc4\x74\x9c\x7b\xf1\x10\xd7\x91\x7a\xd9\x0d\x23\x55\x4a\xef\xbb\xb7\xf8\xd5\xf4\xb2\x3f\x01\x96\xb6\xf7\x45\xc0\x4b\x3e\x2f\x49\xfb\x59\xfe\x5f\x4b\x7c\x7f\xfc\x76\x6e\xa9\xaf\x5a\xfc\x66\x5d\xda\xf6\xc7\x37\x42\x5e\x7e\x30\xcf\x3b\x5f\x6e\x81\xbe\xc6\x63\xea\xe2\x28\xcb\x80\xf3\xbc\xd3\x2d\x18\x7b\xf1\xb8\x8a\xa8\xc6\x5d\xcb\xc4\xa9\x73\xaf\x7b\x57\x00\x2d\x1e\xeb\x71\x2d\x77\x5e\x8e\x8b\xef\xfb\x1c\xe4\x26\xf6\xf3\xf9\x75\x35\x75\x0e\xce\x8b\xbc\x2f\xe0\x1a\xa9\x7b\x19\xaf\x1b\xa3\xca\x32\x7d\xbf\x2f\x88\x13\xa9\xbb\xc2\xe3\x7d\x05\x0d\x71\x12\x7c\x24\x02\xf8\x03\xc0\x5d\x42\xc0\x73\x68\xdd\x9b\xef\xab\x48\xf5\xb3\x2f\x6b\xb9\x11\x50\x75\xd7\x5d\x86\xdf\xdf\x7d\x35\x9d\x93\x33\xad\x9b\xd5\x08\xa8\x99\x76\x3b\xb0\xc9\xe7\xc5\x94\x9b\x70\x8d\x33\x69\xda\x6f\x38\x3f\x53\xf6\x1b\x0f\x4a\xa4\xb6\xdb\x01\xfa\xd1\xd9\x77\x2d\x93\x03\xca\x17\xcc\xfb\x8e\xc3\xbd\xee\x36\x81\xec\xf5\x6b\x8b\xbd\xee\x38\xd5\xd2\x2e\xc3\x4d\x3c\x6d\x77\x7f\xa0\xee\x5a\xca\x85\xf7\x1d\xd9\xdd\xf0\xda\x26\x4c\x1c\xb8\xd6\x78\x0c\xd7\x4c\xed\xbe\x10\x24\xd6\xcf\xb8\xfa\x82\xf3\x63\x3f\x7c\x15\xda\xe1\xe0\xc6\x81\x5d\xc6\x85\x90\x92\x56\x6f\x5d\xc3\x5e\xbe\x5a\xa4\xa8\xcc\x25\xed\x42\x49\xcd\x53\xf7\xdc\x62\x15\x2a\x8b\x15\x7b\x5f\xe2\x31\xda\x72\x14\x7a\xdf\x09\x60\xcf\x52\xfe\xbe\x6e\x44\x2e\xeb\xd8\x32\xc2\xc4\x9e\xb0\xfa\x02\xc7\x93\x6a\x5e\x4d\x9f\x24\x08\x09\x61\x13\xe0\x66\xcf\x73\x13\x2e\xf4\x44\xc7\x2e\x94\x13\xbc\xf7\xdd\x52\x31\x05\xa5\xa5\xfd\x89\x98\xb5\x7c\x7c\x65\xa0\x10\x2b\x69\xb7\xf4\x45\x3b\xee\x83\x3c\x5c\x73\x99\x96\xe6\x64\xbc\xaf\x73\x1a\x7e\x06\x8d\x97\x30\xb4\xb6\x94\xf2\xe3\x1d\xa8\x74\x9a\x8f\xc7\x58\x43\xf8\x37\x02\x82\xdf\x19\x57\xa1\xc4\xa7\xf4\xc3\x6f\xc5\xf1\x7a\x54\xc0\x32\x68\x4d\xd7\x5c\xb6\xe5\xc4\x31\xdf\x47\x8b\xbf\x2c\x75\xcc\x5c\xe2\xf6\xba\x37\xe7\x62\xb4\x16\xe7\x35\x97\xb3\xd1\xd1\xf6\x27\xba\x04\xc9\x0d\x0f\x01\xdd\x77\x8d\xfb\x13\x6e\xa0\xe5\x9d\x36\x9d\x8d\x2a\xfd\xfc\x13\x52\x25\x6f\x4f\x77\x7c\xd8\x6d\x9a\xa8\x44\xc2\xee\x17\xb1\x49\xc5\x47\x6f\x2e\xc7\xa3\xda\xd7\x27\x40\x6c\xe4\xa5\x6e\x9e\xae\x13\xc8\xd9\xb7\xdb\x7c\x1d\x35\x21\xe4\xd5\xea\x97\x0c\xb2\x21\xed\x37\x50\x11\x55\x5f\x2b\xd3\x39\xa8\x9c\xf7\x70\xbe\xb7\x9b\xcd\xf2\x26\xe8\x70\x89\xe5\xfb\xe4\xc2\x0a\x52\x37\x81\xf1\x75\x16\xc2\x08\x0f\x63\xf3\x7d\xf2\x42\x58\xe3\x4b\xac\x75\x5a\x5a\xdd\xf9\x12\x93\x9c\x42\x59\x04\x42\x84\xdb\x5a\xc4\xd3\x9d\x75\x5a\xea\xab\x73\x23\x60\xaf\xd9\x2d\x45\x41\x98\xcb\x9e\xa3\x11\xc8\xa6\xf5\xb7\x37\x48\xe0\x9c\x56\x6f\x71\xe4\x2c\x8b\xe5\x9e\x7e\xe5\x83\x47\xe9\x84\xce\x61\xbb\xcb\x80\x8f\x2f\x69\xb7\xa3\xf9\x1b\xbb\x5a\x8c\x95\xdf\xcc\xc1\x40\xa6\xd0\x56\xf7\x07\x69\x6d\xd2\xd7\xb9\x1b\x43\xd2\xb1\x86\x10\x3f\x98\x74\x86\xfd\xc9\x64\x45\x1e\xbb\x50\xdc\x5e\x8e\x3d\xd9\xb8\xbd\xe4\xf2\xd5\xc2\x25\xb8\xbc\xbb\xe6\xb6\xc5\xfd\x8d\xc0\x44\x1d\x6b\x7d\x10\xeb\x94\x8f\x3d\x0d\xf8\x6f\xb7\x63\x0f\x90\xe2\x87\xce\xfc\xf5\x56\xe1\x35\x67\x3f\xf6\x0e\xc5\x3b\x1b\xd0\x1b\x08\xee\x9d\xdd\xf7\x1b\xcd\xb5\x6c\x79\x13\x3c\x67\xf6\xf7\x09\x0c\x75\x5f\x2b\xc8\xf9\x88\x5e\xe3\x26\x54\xc4\xed\xdd\x30\x99\x44\xc9\x69\xe2\x84\x8c\xe3\xf0\x1a\x20\x5c\x56\x4a\x8e\xbb\xb7\x03\xb5\x5b\xff\x08\xbe\x82\xbe\x4f\xc4\x36\xc4\xb8\x0b\x1d\x1c\xd8\x5f\xd3\x27\x2b\x08\x0e\x3b\x1f\xef\x83\x1e\x3f\x72\x2d\x18\x01\xe8\xd4\x5e\x3f\x82\x73\x6f\xfb\x13\x52\x93\x54\xa4\x05\x11\x1e\x86\xb0\x6f\x02\x1b\x08\x0e\xdb\x08\xa4\xe4\x74\xd1\xd0\x08\x04\x68\x77\x16\xae\x08\x4c\x76\xfe\xde\x60\xbf\x7c\xed\x68\x38\xb7\xa5\x4d\x70\x1d\x5a\xd9\xd5\x3e\x2c\x6d\x14\x36\x46\x80\x25\xac\x79\x7f\xa2\x21\x24\x2b\xb6\x08\x60\x44\x65\x77\xc3\x13\xc1\x6f\xb4\xb8\x08\x58\xc8\x33\x0b\xc6\x08\x9e\x56\xbd\xae\xa6\xbf\x9e\x5b\x9d\x03\x5b\x04\x66\xbf\xec\x42\x13\x3a\xd6\xbc\x1a\xf6\x66\xba\x5f\x77\xa1\x19\x31\x66\xcf\x0b\x58\x3b\xf5\xd8\xdd\x7f\x7d\xe1\xf6\x5d\xa8\x7b\xda\x7d\x7d\x41\xa5\xea\xfc\x9d\x11\x24\x91\xb6\xb2\x07\x08\x89\xb4\xf8\x6d\x24\x42\xc6\x65\x65\x37\xec\x82\x15\x6b\xbb\x0c\x37\xbc\xb6\xdd\x52\x67\xc5\xd2\x2e\x43\x0e\xc7\xf5\x6f\x63\x3a\xdd\x76\xbd\x3e\x41\xfd\x97\x63\x5e\x9f\x60\xe8\x68\xe7\xb1\x3e\x41\xec\xc8\x65\x77\x0e\xbe\x2a\x97\xdd\x0e\xbc\x10\xf3\x91\xfe\x7c\x81\xe9\x6d\xfc\x2d\xf6\x7a\x43\x4a\x2e\x65\x8f\x0d\x70\x01\x39\xec\xf1\x55\x20\xbe\xd5\xf8\x11\xe0\x5b\xbf\x37\x80\x91\x29\x7b\x9e\x39\x06\x5b\xff\x3e\xc1\x1a\xe3\xbc\x8d\x08\x88\x42\x6d\xf7\x9c\x88\x82\xb2\xf7\x0e\x4c\x46\xcb\xdf\x27\x6e\x0c\x3e\xd7\xe8\xb9\x63\x79\xde\x83\x05\xd7\x91\x8f\xb4\xca\x50\xf8\xa7\xbd\xb1\xd6\x2c\xf1\x94\xe9\xeb\x0b\x81\x84\xd9\x9d\x27\x44\x40\x59\xd1\xf3\x26\x80\x81\x92\xda\x26\xb0\x44\xfb\x26\x34\xec\x68\x7b\xab\xa0\x97\x6c\xee\xde\x24\x02\xec\x72\xdc\x6f\xb8\x72\xfd\xab\x45\x03\x94\xdd\xff\xc4\x08\x80\x76\xd6\xdd\x7d\x3c\xf7\x72\x0c\xbb\x2f\xc4\x2c\x9d\x67\xdf\x04\xec\xe9\xde\xdb\xf3\x7d\x0e\xef\x7e\x5e\x84\xc8\xaa\xe6\xb0\x15\x01\x86\x1a\x89\xd4\x08\x19\xe7\xf4\xaf\x0c\x98\x13\xb7\x80\x1a\x01\xc7\x87\xea\xa3\xbe\x02\x5d\x48\x17\xeb\x04\x58\x0f\x6e\x45\x23\xc0\x7a\xb8\x19\x40\x04\xdc\x09\x7c\x55\x9f\xef\x23\xa9\x25\x97\xbe\xab\xc5\x1f\xce\xa5\x16\x11\x7c\x4c\x57\x19\x58\x62\x9b\xbb\xae\x19\xc1\x43\xe9\xd2\xfa\x04\xf4\xaa\xe4\xfe\x16\x46\x70\xbf\x3c\xf8\xe7\x7c\xbe\xe0\x7d\x94\xa3\xae\x96\x8e\xc0\x0a\xda\x23\x36\x08\xeb\xe9\xdf\x27\xd5\xc7\x74\x8d\x98\x40\x27\xce\x7c\x1e\xbb\x0c\x40\x73\xdc\x63\x2e\x9f\x2f\xd1\xe6\xad\xec\x51\xc7\xd6\x92\x8f\x1c\x37\x61\x52\xe8\x2a\x83\x7b\x33\x1f\x79\x0d\xf2\x1c\xa0\xa2\x95\xb2\x09\x3a\x06\xa3\x9f\x9c\xe1\x05\xc9\xb4\xad\xed\x11\x5e\xc0\x44\xeb\x11\x37\x01\xe5\xcd\xc9\xdd\x6b\x04\xad\xb1\x5a\xf2\x26\x4c\x3c\x54\x7c\x15\x1a\x81\x9b\xc4\x47\xdd\x08\x04\xde\x22\x5f\x89\xa0\xd3\xe1\xe8\xbb\x1d\x04\x51\xb8\x5a\x56\x04\xd2\x7b\x84\x45\x00\xa4\xb0\xb8\x23\xa7\x08\x98\xcc\x91\x59\x45\x70\xc6\x73\x15\xea\xf1\x30\x39\x85\x4d\x60\xd1\x95\x5d\x28\xb7\x51\xfd\x6a\x41\x24\x0b\x7d\xb5\xf4\x75\x1d\xcf\x19\x37\x21\xb1\x60\x76\x3b\x22\x5a\xb6\xaf\x61\xe8\x12\xda\x47\xe0\x46\x73\xd7\x08\x11\xb0\x49\xd4\xdd\xb0\x44\x94\x89\xef\x7d\x23\xe0\x5e\x91\xf7\x27\x1e\xbb\x7c\xee\x86\x21\x0a\xd5\x63\x13\x2a\x1a\xc3\xef\x0d\xe2\x04\xdd\x78\x2b\x82\x8f\xc7\xae\x05\xaf\x0e\xd7\xd3\x8a\xc0\x65\x1c\x77\x6f\xe1\xcd\x3c\xf6\x52\x84\x06\xf7\x76\x6c\x82\xab\xa7\xf6\x10\xc2\x00\xbb\x51\x4c\x04\x24\x95\xf0\x7d\xe2\xc1\x0b\xdf\x1b\x98\x42\xd2\xee\x6d\x43\x61\xd3\xbe\x6a\xb1\xaf\xe4\x5d\x46\xc7\x71\x2a\xfe\x39\x0e\xcc\xde\xbe\x5c\x11\xb5\x3f\x97\xb8\x9a\x3c\xc4\x40\x04\x0c\xb9\x71\x0f\xd6\x45\xe8\x58\xdb\x6d\xba\xfc\xc0\xde\x6d\x42\x8d\x90\xeb\xee\xc6\xed\x0e\x72\xbb\x8c\x25\x4e\xed\xb1\xb9\x71\xa2\xfa\xe6\x08\x71\xaa\xee\xdd\xe5\xe2\xd4\xba\x15\xc3\x0b\x04\x58\x3e\xfa\x6e\xe9\x8b\xe5\xbf\xee\xe5\xf5\xba\x5b\xd1\xee\x9c\x94\x6a\x39\xed\x1d\xea\x51\x74\x1e\xcb\x69\x04\x24\xb0\x9e\x77\xc3\xd0\x5d\xe5\xaf\x0c\x1c\xba\xcf\x6f\x11\xc3\x1d\xc7\xb8\x3f\x99\x18\xa3\xe2\x6e\x98\x84\x94\x1c\xf6\x59\xe2\x62\x9d\xeb\xf4\x45\x20\x50\xb5\x7e\x9f\xe0\xa2\xb1\x97\x97\x03\x38\xd5\xbe\x5a\x0a\x3a\x53\x73\xf3\xb9\x08\xa8\x00\xf6\x6a\xf2\x08\xbe\xbc\x8f\x9f\x11\x50\xdc\xc6\xb6\x09\xb0\x54\x47\xde\x04\x94\x37\xc7\xf7\x09\x7b\x67\xef\x0c\xd4\xc3\xe4\x10\x73\x42\xc1\x5a\xf7\x11\x98\xec\xe3\xfb\x04\x35\xf5\x9e\xec\x11\x3c\x1b\x61\xdd\x04\xa4\xa7\xb6\xdb\x11\x09\xbb\xdc\x43\x88\x39\x22\xc7\xb0\x1b\x86\xff\x57\xfd\xca\x40\x02\x3b\xca\xee\x3e\x81\xdd\x47\xff\x3e\xc1\xc9\x6e\xaf\x53\x02\xf6\xb2\xeb\x8b\x45\x00\x27\xe7\x1b\x53\x32\xf7\x9d\x7b\xdb\xfb\x05\x16\xbe\xde\x16\x8e\x8e\xbd\x3d\x86\xf4\x92\x39\x7e\x85\xca\xbe\x99\xdd\xe2\x2e\x02\x32\xeb\x3e\x07\x60\x1a\x73\xfc\xdb\x1b\x1d\xa6\xfc\x23\xe8\xe8\x70\xa1\xcd\x08\x44\xaa\x1c\x75\xf7\x16\xdb\x64\xf9\x46\xac\xbb\x37\xf2\xae\xa5\x7b\xd3\xbf\x37\xf0\x63\xdd\x7b\x0e\x77\x93\x7c\xec\x4b\xd0\x39\xd1\xfe\x15\x7a\xe1\x61\x5a\x3e\x42\xe5\x48\xdf\xed\x90\x13\x66\xf1\x68\x06\x11\x98\xb9\x7d\x0c\x62\x26\xca\xf9\x9b\x06\xd7\x9c\xec\x1d\x25\xe4\xa3\xb3\x84\x6f\x39\xa0\xba\x6b\x7b\x13\xe2\xe8\xdb\xf2\xbe\x7c\x40\x28\xca\xee\x7e\x23\x02\x9a\xcb\x6f\x69\xe3\xed\x96\xbf\x51\x47\x95\x79\x94\x4d\x00\x1f\xc8\x7d\x72\x45\x60\x9d\xee\xee\xe3\x4b\xd3\x8f\x7d\x5c\xe0\xfa\xda\xca\x5e\x63\xe8\xe0\x4b\x76\x56\x2c\xbe\x60\xad\x67\xb7\x92\x19\x01\xe7\x9a\xe2\x3b\x3b\x2e\x67\x3f\xf7\x70\x33\x82\x98\xf9\x76\xf8\x56\x8f\xee\x47\x97\x17\x5f\x15\x5f\xe1\x0a\xdb\x11\x7c\x2c\xc2\x09\x73\xe2\xed\x88\x7e\xc0\xd6\xd3\x85\x8a\xe8\x96\xa0\x7a\xb6\x8f\xe0\xc1\x3e\xcd\x09\x23\xba\x3d\x6f\x95\xc1\xf6\xa8\xee\x0e\x61\x04\x2d\x87\x1a\xcb\xb1\x09\x78\xec\x1c\x8b\xe0\xb6\xeb\x25\x08\xc7\x57\x20\x25\xf6\x49\x5a\x84\xc6\x91\xd3\xf7\x27\x0d\x4e\xf4\x5c\xdd\x07\x42\x43\x60\x3e\x7f\xbc\xc0\xec\x6d\x8e\x8e\xb0\x06\xdc\x91\x2c\x4a\x5f\x83\x35\x6f\x42\xa5\xf6\x60\xb9\xeb\xda\xba\x49\x92\x47\x14\xb7\xec\x0b\x30\xb9\x2f\x69\x0d\x5e\xe8\x0e\x74\x39\xbd\x91\xe9\x7d\xe5\x2a\x52\xcf\xb2\x09\x09\xfd\x97\x8f\x4d\x72\x63\x5f\x3d\x77\xa1\xa8\x21\xeb\xda\x4c\xc9\x25\xdc\xe6\x81\x50\x39\xf9\xe5\x53\xdb\x57\xa8\xdb\x7c\xc2\x2e\x63\x38\x77\x1c\x9d\x30\xa4\x4b\xaf\xa7\x9f\x8b\xc9\xcf\xf8\xbc\x44\xde\xe4\xb3\x58\xdc\x2a\x64\x84\x8e\xa2\xe1\x5c\xdd\x77\x74\xaf\x70\xac\xde\x12\x5c\x56\xdd\xdd\x2b\xa7\x15\xa5\xed\x00\x0f\x46\x40\xeb\x58\xfe\x46\xe0\xe2\xf0\x23\x2c\xbf\x8f\xab\x33\xfc\x70\xc9\xef\xc3\xc5\xd1\xfd\x76\x36\x02\x1a\x10\xe7\x6c\xf3\xfb\x60\x04\x8a\x7d\x97\x81\xf7\xdf\xe2\x8f\xf2\xfb\x14\xb4\x17\x7e\x40\x19\x01\xa9\x36\xec\x32\x3a\x9a\xf2\xba\xde\x20\xea\xb4\xd5\x74\x6e\x82\x6e\x45\x77\x05\x10\x01\x69\x21\xac\x6a\x51\x20\xa7\xfe\x95\x81\xd2\xc4\x51\x23\x44\xd0\x95\xef\xfe\x5f\x22\x78\x3b\xe2\x22\xc0\x95\x66\x3f\x06\x8d\x90\xe9\xdc\xf7\x86\x77\x6e\x97\xe1\x16\x8c\xaf\x1d\x38\x0e\x2f\x0d\x59\x76\x5e\x2f\xb9\xb6\xcf\x08\xb7\x3b\x0c\xae\x31\x05\x26\x20\xe7\xbc\xab\x7d\x51\x42\xb7\x35\x84\xc0\x04\xd4\xd3\xef\xab\xfc\x82\x40\x59\xdd\x23\xc3\x08\x0c\x90\x1b\x3d\x8c\xc0\xad\x58\xeb\x2a\x14\x3c\xc4\xbc\x2e\xc1\xec\x57\x4b\xeb\xbb\x2f\x44\x13\xe5\x33\xae\x6a\xf1\x71\xca\xee\xf3\x9c\xb3\x4b\x71\x29\xef\xbe\x10\x6b\x58\xea\x9e\x7d\x77\xa1\xf3\x28\x1e\x23\xb8\x3d\x3d\xad\xa6\x4f\xa0\xed\xbf\xf5\xe1\xbe\xf9\xee\x0a\x9c\x97\x5f\x7d\x8e\x69\x17\x8a\x35\xf7\x0c\xbb\x8c\x81\x98\xeb\x3a\xc5\xe2\x2a\xc4\x7a\xa6\x8f\x80\x5e\xc4\x3f\x29\xdb\xbe\xe9\x0d\x2b\x6e\x05\xc9\xb1\x6d\xc2\xeb\x96\xb6\xb8\x08\x28\x08\x4f\xdf\x1e\xc5\x9d\x05\x5a\xc6\xfe\x6d\x04\x70\x69\x3c\x4a\xd4\x08\x19\x31\xd7\x39\xaf\xb2\xd8\x6c\xd7\x5b\x1b\xe1\x41\xec\xcf\xab\xa5\x43\x2e\x74\xad\xf7\xd5\x52\x9f\x97\xd2\xd3\x26\x20\x60\x7c\x9f\x5c\xbe\x70\x3f\x02\xf6\xcd\xbc\xda\x31\x3c\xdd\x89\xef\x97\xe2\x4e\x1c\xd5\x63\x8c\x8c\xd0\xd8\xea\x3e\xd9\x65\x85\x59\x9c\xf5\x23\x24\xce\x8f\x55\x28\xf1\x57\xd9\xa3\xc5\x8d\x40\x7c\x5e\x3c\xe2\x26\xb8\xb7\x0d\x65\xd4\xf7\x39\x18\x42\x9f\x17\x23\xb0\x81\x9c\xef\xae\x0e\xfe\x53\xc2\xb9\x09\xc9\xad\x97\x61\x11\x70\xa0\x3c\x7c\x25\xd7\x85\x19\x12\xc3\xae\xe5\x62\x08\xc3\x7e\x83\x90\xa2\xc5\x78\x56\x77\x46\x4b\xab\x73\xd5\x4d\x54\xc9\x31\x0b\x72\x7d\x41\xc7\x4f\xd6\xb9\x3f\x5e\x60\xd5\x4d\xdf\xcd\x4d\xce\x46\x48\x9e\x8c\x71\xd5\x88\x1d\xbb\xbb\x07\xaf\x11\x6e\x08\xbb\x91\x08\x07\x39\x1c\x9b\x90\x08\x14\xdf\x1d\x75\xe7\x89\xe2\xc2\xb9\x11\xf0\xd9\x70\x29\xae\xfa\xa6\x4e\x4b\x7a\xaa\xce\xeb\xe5\xb3\xae\x76\xc0\x85\xe5\xc5\x53\xd4\x15\x95\x5c\x77\xc3\x3c\x2a\xb9\xf8\xf9\x5c\x5d\x85\x58\x62\x5a\xed\x10\xb6\xda\x99\x1c\x1b\xc6\x08\xec\xbf\xa3\x84\x4d\x08\x30\xf6\x8c\x6f\xf3\x69\xed\x6e\xf4\x10\xc1\xe3\x5a\xe2\x22\x24\xd7\x3b\xed\x37\x08\xdb\xf0\x18\x1d\x23\x34\x74\x02\xae\x1f\x6d\x1e\x28\x57\xdd\x04\x68\x04\x78\xdf\x75\x2b\x36\x77\x4e\xaf\x2d\xaf\x76\x90\xff\xa1\x2d\x6e\xb0\xb9\x86\x2c\xad\x9d\xd1\x5e\x40\xf0\x9b\xdb\xd3\x45\xc0\x69\xe1\x08\x9b\x80\xc4\xef\x6c\x6a\xf3\xab\x25\x3b\x16\x83\x11\x2e\x2c\xa0\x3e\x51\x46\x20\xba\x2a\xec\x76\xdc\xde\x8e\xfd\x09\xa1\xdf\x6e\x01\xcd\xed\x1d\x19\x55\x44\x59\x2d\x25\xb6\x2e\x9f\xed\x23\x00\x47\x95\xdb\x26\x10\x70\x93\x57\xc3\x00\xea\x4c\xe1\x5c\x4d\xc7\x06\x56\x96\x28\xd4\x7c\x2a\xeb\xe2\x78\x9a\x87\x6d\xb7\x9a\x57\x2d\x33\x7b\x48\xdf\x6a\xe9\xbc\xb1\x1b\xa5\x55\x2d\xec\x72\x5d\xfc\x4c\x73\xa5\x6b\xf6\x98\xa5\xdc\xdf\x67\x8d\x7a\x59\x04\xcf\x16\xec\x1b\xb2\xbb\x65\x29\xbb\x93\x9d\x08\x2c\xed\xbe\x3f\xe1\x1c\x58\x32\x5a\x7f\x9f\xe2\xfe\x27\xc7\x22\x34\xd4\x90\xce\xf1\xf4\xe5\x96\x98\x7d\x69\x1b\xa1\xe3\x70\x10\x37\xe1\xe5\x3c\xda\xed\xe8\xd8\x6a\xd3\xaa\xc5\xfd\x03\x97\xea\xa0\xbf\xca\x12\x70\xd6\xd6\x57\xa1\xf8\xf6\xe5\x70\xc6\x4d\x20\x11\xc1\xb9\xfa\x02\x68\x7a\xcb\x69\x11\x10\xfb\xab\xc7\x92\x19\x21\xe0\x09\xb1\x07\x88\x13\xbc\x95\xef\x93\xdb\xad\x53\x75\x13\x50\x0c\xec\xa6\x83\xab\x5a\xbf\xce\xe1\x94\x9a\xc2\x1e\x0f\x4c\xa2\x6d\x69\xc8\xba\x7b\x75\xd4\x10\x36\x21\xb9\xca\x3d\x2f\x82\xf3\x99\x69\x35\x8c\x6b\xa1\x2d\x55\xf7\xf2\x2f\xce\x5f\xb5\x78\x41\x95\xe8\x87\xc1\xf5\x92\x02\xaa\xae\x89\xba\x16\x4b\xb8\xd4\x5d\x97\x47\x79\x35\x8f\x8a\x34\x82\xb3\x84\x3e\x0d\x97\x4f\x65\x59\x47\xce\xe5\x51\xb3\x65\xe9\x34\xae\xf7\x71\xd9\xd9\xb5\xc1\xd7\xf2\x73\x70\x30\x85\x7c\x2d\x1c\xb5\xf3\x58\xb5\x10\x96\x54\x1d\x6b\x2b\x2f\x0f\xe4\x96\x77\xc3\xf0\x40\x6e\x8e\x3b\x62\x04\x9c\x63\x97\xde\xfa\x7a\xc9\x10\xd0\xdc\xe5\xcd\x08\xd8\xc0\x96\xc0\x75\x39\x8e\x5a\x3d\xdb\x2e\x14\xcf\x90\x9c\xd7\x00\x79\xf4\x8f\xbb\x9b\x8b\x40\x2c\x59\x5c\x4d\x1f\x6e\xb4\xc9\xab\x5a\x57\xa5\x04\x67\xd6\x2e\xe7\xef\xb2\x43\xc8\x88\x10\xd0\x14\xfc\x0b\x36\xb0\xcb\x83\xbc\xd3\x92\xd6\x2f\x77\x7f\x6b\x1e\x5e\x64\x04\x8f\x06\xf8\xde\x40\x33\xd5\xf3\xaa\x11\xcc\xd4\xd6\xfb\x7e\xc3\xc3\x0c\xeb\xea\x39\xa0\x9a\xd5\xc3\x47\x44\x70\x5d\x7a\xdd\x84\x80\x2a\x62\x57\x0b\xdc\xe6\x5a\xe6\x46\x40\x97\x9e\x77\x2d\x15\x57\xfc\xbe\x6b\xe1\x56\x4c\x7b\xf4\xb0\x3d\xa5\x78\x9e\x9b\x80\x7e\xb4\x95\x4d\xf0\x19\xd8\x04\x87\xfb\x3a\x37\x01\x13\x7c\xd9\x03\x3e\xd1\x07\x3a\x18\x41\xbe\xfd\x8a\x4b\xeb\xe4\xbc\x57\xb8\xa3\xfb\x06\x88\xc0\x25\xe8\xcb\xfc\xf6\x8d\xd0\x0f\x57\x33\xdd\xee\xd3\x5a\xf2\xf7\x89\x54\xd6\x69\xf1\x7a\xf7\xfb\x34\xda\xe1\x9c\x86\x11\x30\x14\xf8\x51\x7a\xbb\x49\x23\x97\xaf\x1d\x97\x2f\x9e\xba\x08\x38\xc6\x94\xaf\x1d\x37\x39\xa9\xc3\xae\x16\x5b\x9c\x23\x47\x19\x81\xee\x2f\x13\x8f\x11\xdc\xcb\x65\x7f\xf2\xb2\x00\x7d\xc4\x6e\x0f\xd8\x6b\xd5\xcf\xc5\xdb\xf1\xba\x9a\x87\x2a\x8a\xe0\x0e\xa5\xdf\x27\x98\x11\xc3\x47\xc0\xd4\x9b\xc3\x26\xe0\xd2\x5b\xfb\x26\x80\x1b\xd0\xcf\x4d\xc0\x67\x2a\x7c\x84\x8b\x01\xda\xed\x60\xab\x2c\xb9\xf7\x76\xdb\x42\x5b\xcc\xf0\x72\xd7\x2e\xed\x7b\xe3\xf2\x08\x9c\xba\x09\x40\x27\x97\x63\x13\x18\x8f\x96\x36\xc1\xd9\x97\xdd\xf4\x8b\x2d\xd6\xbf\x42\x0b\x0d\xdb\xe3\x81\x1e\xee\x1b\xd3\xd7\x19\xfb\xbc\xdf\x78\xb9\x9d\xd3\xae\x05\x0b\xe8\x12\x95\x6f\xd7\x08\x95\xfe\x15\x8a\xfd\x2a\xed\x4f\x70\x6d\xcc\x1e\xc5\x2f\x02\x50\xa3\x7b\x08\xc9\x5a\x90\xfb\x9e\x4a\xee\xab\xec\x98\x21\x79\x39\x96\xa7\x78\xec\x4f\xc4\xef\xa6\xb8\x27\x7b\x24\xa4\x85\x3d\x1e\xe8\x7a\x8b\x3b\x85\x1b\xa1\x00\x01\xb1\xe7\x65\x20\x09\xba\xeb\x8c\x08\x04\x2f\x9c\x6b\x08\xdd\x0e\xef\x1e\xb7\x22\x80\x37\xfa\x35\xac\x61\xf3\xf9\xaa\xe5\x02\x3b\xf6\x1a\x1b\x0e\x37\x5a\x77\xd3\x5f\x94\x0b\x5f\xc3\x5e\xac\x42\x7b\xd4\x1d\x5e\xe0\x0c\xbb\x61\x98\x33\x43\xdf\xd5\xbe\x88\xb9\x5f\x4b\x65\x9a\x4d\xe7\xdf\xaa\x55\x5f\xd2\x5e\x52\xc4\xf9\xa7\xa5\xd3\xb8\x57\xf4\xfc\xb7\xc6\x90\xd1\x4a\xdf\x9d\x73\x1c\xd9\x73\x0f\x32\x21\x7d\xa5\xec\xf1\x80\x37\x6b\x7d\x1f\x17\x78\x20\xe7\xc5\xcc\xdf\x4b\x98\x4e\xce\x14\x3c\x2f\x79\x20\x6b\xf5\x33\x79\xb9\xe2\x37\x47\x05\x33\x02\x37\x49\xf5\x76\x3c\x0e\xac\x96\x8b\xdf\xf0\x8f\xdf\xce\x29\xfa\xcc\x3d\x1e\xfd\xd3\x6a\xfa\x08\x6e\x46\x3c\x36\x01\x87\x74\xb7\xa2\x3e\x8e\x94\x9a\xe2\xd7\xb0\x97\x00\xaa\xf6\xe7\x40\x66\x7b\x7b\x22\xe2\xc5\xdd\xea\xe9\x61\x5f\xab\x91\xca\xd0\x76\xb6\xa5\x35\x78\xdc\xa2\x9a\x1c\x8f\x49\x84\x97\xd1\x4b\x8b\x80\x59\xe4\xcc\x79\x13\xdc\x08\xb4\x09\x85\x10\xe3\x73\xd7\xe2\x98\x97\xbe\x9a\x9e\x65\xa7\x5c\xf6\x89\x67\x69\x0c\x73\x59\x43\xe1\x1e\x2f\x61\xb7\x14\xeb\x43\x5b\x0e\x3f\xcf\x3b\x08\x42\xf6\x28\x6d\x11\x60\xfe\xf6\x0c\xf8\xba\x77\x48\x39\x23\x00\x9b\xb0\x94\xc9\x8f\xc3\x51\xb5\x52\x37\x61\xc0\xec\x94\xd5\x5b\xee\xde\xe6\x81\x0c\x46\xe8\x18\x2c\xf6\x2c\x82\xfd\xd7\x97\x49\xe3\x7d\x9f\x00\x1b\xe2\x87\xcb\x72\x2c\x6f\x8e\x4e\x60\x04\xb6\xec\x3a\xb0\x5f\x07\xe2\x2d\x31\xaf\x37\xdc\xb2\xbb\x58\x8f\x77\xc5\xc6\xac\x5b\xf1\x5d\xa8\x98\x4b\x65\x6d\x04\x14\x0d\x65\xb5\x83\x7c\x2e\x69\x39\x3e\x18\x61\x20\x80\x9e\x4e\xe0\x4c\x4b\x87\x5f\x60\xaf\x83\xd7\x56\x0f\x99\x34\x42\x74\xd6\x23\x6d\x02\xf2\x77\x5f\xb5\x8c\xec\x4a\xb5\x8f\x00\x23\x9b\x8e\x4d\xa8\x18\x3c\x57\xd3\x31\xe0\xd4\x65\x50\x7e\xdd\xfa\x90\xe2\xee\x1c\x22\x59\x5d\xc7\xe0\xeb\xf0\x3a\xd9\xc1\x84\x8c\x90\x5c\xa7\xb8\x3f\xc9\xa0\xfa\x1c\xfb\x13\xf7\x4f\xda\x63\x3a\x1b\xc0\x0a\x79\x8d\xa9\xc7\xe8\x38\x64\x4a\x1e\x2f\x69\x30\xdb\x5a\x96\xc3\x23\xbd\x53\x77\xd6\x63\xb8\xba\x3c\x2f\xbf\xbc\xb1\x22\xb4\xca\x57\x06\xbe\x23\x8b\x4b\x18\xeb\x42\x8f\x75\xbd\xe1\xfe\xfd\xeb\xa0\x1c\xee\x76\x96\xd6\xc2\x1d\x7e\xd5\xd6\xc5\xc8\x0e\x17\x84\x9b\xe3\x8f\x1a\x61\x3a\x61\x7d\xe2\x78\x79\x4b\xeb\x38\x5c\x73\x52\xd6\x85\x3e\x96\xe5\x71\x59\xed\xc7\x3b\xe0\x22\x97\x49\x63\xb8\xcb\x58\x8a\x3e\xc8\xc3\xad\x75\xb9\xee\x6a\x3d\x45\x8c\xa3\x25\x1a\xe1\xe6\x80\xaa\x7d\x13\x06\x47\x7a\x59\x04\x05\x73\xe4\xe5\xb4\x30\x5c\x3f\x9a\xbf\x4f\xe6\xc1\x36\xad\xab\x5a\xb2\x19\xe4\xa5\x3f\x1f\x2f\x50\xfb\x29\xb6\xb6\x09\x04\xca\xe5\xef\x0d\x76\x65\x5b\xd5\xe2\xc0\x95\xcf\x8f\xa0\x33\xa8\x3b\x10\x89\x11\x06\xfb\xf6\xd8\x85\xd2\xd2\xe2\x0b\x77\x2e\x71\xbb\xf9\x34\x4c\xd7\xd2\x37\x0f\x96\x37\x02\x89\x50\x96\xde\x7a\xbe\xcf\x03\xff\x5f\xd7\x27\x0e\xbe\xb5\xd6\xc7\xf4\x38\xff\xe4\x80\xa4\x22\x80\x92\xe6\x87\xfe\xdc\xfa\xf3\xaf\x0c\x10\x06\x97\xc8\x30\x5d\x7f\x5e\x97\x9b\xe6\xf2\xfb\x4e\x0e\xa6\x60\x04\x44\x76\x0f\xf9\xcc\xcb\x23\x3b\x2d\xa7\x96\xe9\x5c\x53\xf6\xb0\x93\x3c\xdf\x91\xdc\xd5\x2c\x6d\x02\xe6\xbb\x63\x11\xa6\x27\x07\xde\x2d\x9d\x0e\xbc\xc7\x92\x2a\x87\xeb\x34\x92\x47\x88\x88\x80\xac\x88\xee\xcd\x08\x27\xb6\xeb\x78\xfc\xf1\x02\xb3\xb7\xe1\x8e\x1d\xd9\x43\x84\xc4\x22\x3e\x16\x01\xeb\x94\x83\x92\x18\xa1\xf9\x27\x7d\x11\x00\xd0\x73\x1c\x24\x23\xdc\x68\xdb\x91\xd6\x45\x40\x06\x66\x01\x1a\x01\x28\x29\x57\x67\x88\xe0\x81\x99\xbb\x16\x62\x9f\x73\x5b\x3d\x7f\x03\x5c\x69\x5b\x85\x7a\x58\xae\x63\x99\x19\x21\x63\x36\xdb\x0d\x03\x9d\x33\xbb\x5b\x83\x11\xa4\x89\xa9\xbe\xff\x8c\x70\x79\x19\x9b\x70\xfb\xed\xbc\xc6\x83\x13\xbc\xf6\x73\x35\xcc\x33\x53\xe5\xdd\x74\x0f\xc9\x71\x07\xd5\xb2\x3c\x45\xab\x2b\x19\x8d\x00\xe4\xa7\x47\xe1\x1a\xa1\x63\x2f\xad\xab\x2f\x40\xf5\xd6\x1e\x57\x6f\x31\x28\x17\x77\xaf\x28\xc7\x72\x5d\xcb\x6d\xcd\xb3\xef\x61\x77\x94\x35\x82\xbb\xae\xb5\xd5\x74\xdf\xb2\x21\xac\x42\xd9\xa1\xc9\x51\xf9\x44\x40\x11\xb5\xfb\x32\x2b\x89\xf4\xcb\x6a\xe9\x6c\xde\x39\xba\x7f\xfa\x96\x4d\xce\x94\x1b\xa1\xb0\x3e\xe0\xe4\x44\x40\xf1\x02\x97\x5e\x96\x9f\x62\x76\xb0\x37\x23\xb8\x03\x14\xcb\xbc\x9c\xee\x76\xd6\xdc\x71\xd8\x08\x91\x69\xe0\x26\x11\x81\xdd\x95\x36\xa1\xf8\x1b\xab\x61\x64\x8e\xcb\xb5\xef\x42\xb5\x82\x8a\x8b\xca\xe5\x74\x11\x24\x95\xa3\x6e\x02\x16\xae\xbc\x9a\xee\x1e\x2a\xee\x4d\x61\x04\xc0\x5d\xdc\x5b\xdd\x08\xe4\x37\x70\x51\x59\x04\x5c\xe0\x8f\xd5\x8e\xe1\x39\x0b\xea\xb9\x09\x0f\x9d\x5b\x0d\x43\xd5\x9d\xdc\x17\xd6\x08\xe2\x89\x52\x2a\x8b\xc0\x75\xdd\x1c\xe9\xd0\x08\xc0\xa0\x27\x3f\x07\x82\x3b\x94\x56\x0f\xeb\x31\x02\x56\xe5\x23\xae\x37\x60\x2b\xfb\xe1\x3b\x6a\x79\xdd\x25\x0f\x63\x37\x02\x27\xb8\x83\x5f\x8b\xd0\xd9\x2f\xfb\x13\x38\x0d\xc7\xa9\x33\x82\xa3\x69\x22\x2a\x8b\x80\xb3\x80\xef\x97\xb0\xe6\xc5\xfd\x69\x45\xa0\x1d\x3e\xc8\x61\xc5\xd4\xb8\x8f\x61\x59\xde\x6e\xd9\x19\x3e\x23\x80\x41\xe8\x20\x06\x22\x5c\xe8\x45\xd2\x26\xdc\xf0\xf1\xbb\x0c\x2c\xf5\xb9\xc7\x4d\x90\x3e\xd0\xd5\x5d\x46\xc0\xef\xc3\x55\x77\x46\x78\x3d\x24\x60\x8f\xd8\xcb\xcd\xfa\xbd\x81\x81\xc1\x11\x41\xca\x72\xf1\x6a\xed\x1b\x8f\xc1\x75\x7d\xec\xa6\xe3\x8d\xe5\x90\x78\x22\xe0\x2b\x1d\x76\x2d\x84\x8c\x78\x5c\xbb\x08\x40\x0e\x1e\xab\x50\xe2\x6a\x9b\x63\x0e\x19\xc1\x7d\x2e\xf3\x2a\x63\xad\xd3\x5a\x36\xa1\x23\x76\x6c\x82\xd8\xca\xe6\x20\x06\x22\x10\xa5\xbd\x67\xce\x45\x65\x57\x61\x94\xed\x16\x15\xeb\x6e\x87\xdb\x15\xf7\xcc\x8d\x44\x08\xfa\xf1\x95\xe1\x7a\xeb\xaf\x0c\xa2\x88\x7b\xda\x04\x60\x57\xca\x57\x06\x8e\xf6\x5f\x19\x58\x3e\xce\x7c\x6c\x02\xd1\xd1\xa1\xfc\xf9\x02\x0b\x6e\x9d\xca\x79\x0f\xa7\x5b\xa7\x5c\xa9\x26\x02\x72\x63\xda\xfd\x5a\xe8\x31\x79\x13\xd8\xc3\xe7\x47\xc0\x69\xe8\x5c\x1b\x61\xb8\x22\xaa\xee\x7e\x81\x02\xe9\xf8\x05\x22\xe0\xda\x18\xbe\x4f\x58\x5e\xed\x7b\x03\xc7\xb4\xaf\xa3\x2f\xf0\xff\xdf\x1b\xaf\x87\xc3\xee\x32\x10\x41\xdc\xbb\x44\x04\x07\xc2\xde\xed\x18\x1c\xc7\x5f\x19\xc3\xbd\x80\xf7\x80\x0f\x0e\xfd\xf6\x15\xaa\xf1\x6d\x5f\xf7\x59\x80\xf1\x58\x6f\x4c\x17\x51\xeb\x2a\xc3\x8f\x9f\xba\x57\x13\xa0\x35\xa5\xef\x31\x5d\x40\x13\xf5\x23\x60\x15\x6a\xdf\x27\x04\xec\xed\x25\xea\xf8\xbf\xee\x1a\x21\x82\x5b\xdc\x57\x5f\xa6\x3b\x71\xf4\xfd\x89\xa3\xfb\xee\x2d\x4b\x26\xa5\xbc\xee\x9a\xe0\xba\xde\x1c\xcb\xee\x4b\x71\x97\xb1\x5d\x06\x06\xbe\xb8\x8f\x41\x6e\xc5\x1c\xf7\x78\x10\x20\x5a\x16\xeb\x11\x16\x8e\xa1\x07\x21\x97\x85\x9b\x5f\x8f\xba\x3b\x87\xbe\xc7\x39\x5b\x11\x60\xfe\xf6\xde\x41\xd7\x5b\x1c\xfd\xcd\x08\x58\x62\x8f\x7d\x74\xb8\x6f\x51\xfd\x3a\x87\x97\x6a\xdc\x67\xc9\x7c\xe1\x89\xfa\x2e\x03\xf5\x8e\x87\xf6\x8a\xc0\xf1\x93\x3f\x82\xc3\xa6\xad\x05\x33\x71\x03\x72\xad\xbf\x08\x00\x89\xed\xa3\x94\x78\x87\xe4\x82\x9f\x08\x1e\xfe\xf9\xbd\xe1\x9e\x21\xbb\xe9\x83\x05\xb3\xcf\x12\x4f\xec\xe1\x88\x31\x65\xe1\xf7\x27\x0f\x75\x2e\x71\xa1\xbd\xb8\x0a\xb1\xc4\xcd\xc8\xfa\x7d\x15\xdd\x80\x93\x1d\xe9\x50\x04\xbc\x65\x61\xec\x8d\x10\x58\xeb\x88\xfd\x22\x20\xf9\xa4\x8f\x80\xe7\x6f\xde\xb5\x44\x42\x3e\xc3\x47\xc0\x0f\xc6\x8f\xf4\x95\x03\x20\xbb\xda\xde\x08\xe0\x9f\xc4\x63\x57\x0b\xb3\x16\xfc\x5a\x88\xae\x33\xaa\x61\x37\xdd\xfd\xd9\xe3\xb9\x09\xdd\x85\xfa\xf5\x09\x76\xf8\xb6\x36\xd0\xc6\x56\x2f\x7b\x3c\x38\xb0\x93\x87\x17\x89\xa0\x33\x7e\x31\x27\xd1\x1d\x4a\x73\x0c\x7d\x13\xe8\x7e\xd8\x9f\x80\xe9\xea\x46\xe4\xb2\xe0\xc2\xab\xc3\x6a\x18\x01\xe9\x7a\xdd\xce\xd1\x5d\x2c\x53\xfd\xde\x78\x71\x28\x6d\x6b\x3c\x80\x2c\xcd\xd1\x97\x43\xf4\x75\xda\x16\x47\x9c\xde\xa7\xb2\xb4\x11\xb7\xcb\x82\x83\x4e\xae\x61\x17\x81\x79\xf1\x6d\x9a\xdc\x8e\x96\xa3\xdf\x24\xc9\x35\x75\xc9\xdd\xa2\x8c\x00\x66\xa7\x6b\xea\x44\xc0\x2b\xb3\x6f\x02\x87\xb4\xc3\x73\x95\x85\xdc\x9c\xcb\xb1\x0b\x1d\x8e\xf7\xf7\xbd\xc1\xce\xf6\xb9\x4d\x0b\x8e\xca\x05\xbf\x92\x9c\x8d\xaa\xee\x7f\x62\x84\x13\x4d\xee\x2e\x14\x5e\xb5\x95\x63\xf5\x96\xb4\x01\xa9\xc7\xf6\xe7\x0b\x2c\x6d\x1c\x32\x3f\xf5\xd2\x72\x08\x73\xa9\xd0\x08\x40\xa0\xba\x4d\xde\x08\x1e\xc4\xd4\xd6\x70\xc2\x30\x65\x07\x7c\x2d\xc9\x9d\xb9\x92\xdb\xa0\x4b\x5a\x28\x74\x6e\xd0\x2a\xd9\x37\x53\x72\xe5\x9e\x11\x08\xad\x77\x89\xdf\x08\xf0\x8b\x6e\x06\x28\x0b\x76\x38\x75\xdf\x6e\xd9\x45\xc3\xec\xe8\xda\x46\x00\x98\xcc\x7d\x95\x44\xe0\x2c\x71\x36\x35\x3b\xf4\x49\x8e\x65\x13\x06\x66\xfc\xba\x3f\x19\xa0\x5a\xfb\x79\x94\x5f\xb2\xae\xb7\xea\x73\x94\xdf\xd7\x71\xc8\x8e\xb6\x09\xf8\x8e\x38\xbf\x28\xed\x1e\xb5\xe4\x45\xc0\x13\xa9\xa7\xfd\x06\x08\x18\xee\xf6\x52\xb2\x23\x0b\x54\x97\xd6\x8d\x00\x07\x55\xce\x55\x2d\xa7\x6f\x0d\x5e\x6d\x71\x77\x82\xea\x21\x6c\x65\xf9\x7f\xa5\x25\x0a\x95\xe5\x19\xe2\x18\x57\x65\xe1\x66\x36\x87\x93\x31\xc2\x70\xb4\xa5\xbc\x08\x8a\xf3\xc9\xb1\xef\x37\x26\x6e\x89\x79\xbd\xe1\xfe\x5f\x0e\xad\x55\x16\x12\x66\x5a\x32\x49\x59\x01\x37\x8e\x02\x6f\x04\xb1\x76\xdd\xc3\x58\x44\x20\x9b\x5b\xfb\xde\xc0\x0f\x6d\xb7\x74\x65\xc7\x40\xbf\x61\x84\xec\x17\xd8\xea\xbe\xa3\x58\x7a\xf2\x26\x23\x74\x12\x48\xa4\xdd\x0e\x00\x70\x3d\xa7\x98\x08\xa8\xbb\xfc\x02\x2b\xee\xdf\xdf\x1c\xca\xd9\x08\x89\xed\xb6\xdf\x70\x13\xf1\xda\x5d\x65\xf9\x09\x3b\xd0\xaa\x11\x7c\xad\xfb\xf1\x53\x5d\xde\x6c\xee\xd5\x61\x04\x5c\x23\x16\xdb\x5e\x3d\xbc\x28\xad\x86\x55\xf7\xb6\x69\x9e\x30\xcd\x08\x12\xd9\x8b\x87\x6d\x1b\x01\xa4\x70\x57\x44\x89\x00\x7a\xab\x9f\xf1\xd5\x63\x37\xaa\x03\xe0\x96\xea\x01\xf7\xc5\xbd\x32\x8d\x40\x38\xbd\x1b\x09\x8d\x40\xbe\xb8\xf2\x11\x2e\xaa\xf5\x9b\xb5\x3a\xd8\x7a\xf7\x3c\x2f\x46\x78\x70\xf4\xed\x9b\x40\x3a\x57\xcf\x06\x57\xea\x32\x88\x7f\x85\x92\x46\xa1\x39\xb6\xba\x11\x40\x28\x72\xdb\xa4\x11\xe0\x44\xdd\xb3\xba\x34\x4f\x2c\xd0\x3c\x96\xcc\x08\x0d\xdb\xb5\xdf\x35\x6d\x47\x12\xc6\x4d\x80\x35\x75\x40\x60\x11\xe8\xad\x1f\x06\x6d\x05\xa8\x79\x2e\x02\x11\xd0\x3a\x62\x11\x16\x81\x20\x1b\x3f\x9f\x9b\x23\x69\x35\xc7\xdd\x35\x42\x00\x66\xd7\x2f\x9f\xe6\x52\x6d\xad\xbe\x5f\x9a\xdf\xbd\xc9\xe3\x48\x8d\x80\x17\xf3\x3a\x50\xda\xfb\x92\xdc\xab\x7c\xb5\x74\x0a\x8d\x9b\x00\xf8\x8f\x9b\xdd\x8d\x80\xbb\x49\xfa\x0a\xbd\xd9\x51\x65\xbf\x01\xd4\xb7\x9b\x55\x8d\x00\x0b\xb4\x34\x75\xcd\xfd\xad\x93\xc3\x38\x1a\x21\x7a\xb5\xab\x61\x2b\x10\x63\x37\x4c\x09\xae\x4d\x22\x5d\xdd\x77\xfb\x8a\x83\x4e\x8b\xe0\x31\xb1\xdf\x1b\x85\xeb\x64\xd7\x72\x3b\xbb\xff\xbd\xe1\xba\xa6\x35\x73\x1e\xcd\xe0\xd0\x7c\x46\x98\xa8\x54\xff\x15\x09\x6c\xb9\x6a\xb5\xde\x56\x37\x3c\x45\x94\x07\xef\x19\x61\x00\xa2\xe5\xb2\x78\xf7\x4c\x4c\xc5\x4d\x8a\x46\xf0\x4b\xd0\xcf\xc5\xfe\xbe\x8f\x87\x29\xa4\x4d\x60\xbb\xf9\xc4\xf7\x77\x1c\x00\xc6\x95\x55\x06\x22\x6f\x75\xad\xbf\x11\x90\x3d\x3d\x6a\xc5\x08\xd9\xc3\x14\xda\x22\xb8\xc3\xbf\x33\x5d\xf7\x4b\x1e\xfe\x7e\x7a\x4b\x6f\x37\x8a\x15\xb7\xc6\xd8\x09\x16\x88\x4a\xf0\xbb\xf7\xf5\xd3\xa6\x78\x20\x43\x19\x2b\xe8\x3d\xf8\xb6\x1f\xce\x52\x55\xd7\x94\x97\xe9\xf0\xc7\xd5\x7d\xb7\xea\xe9\x41\x5d\xd5\x21\xcc\x6b\xd8\xf6\x09\xa4\xa7\x5a\x1d\x6c\xbd\xb8\xf1\xa5\x0e\x77\x61\xcd\x2d\x6d\x02\xa1\xac\x0e\x67\x21\x82\x0a\x8d\x4c\x83\x08\xf8\x28\xb4\x4d\x20\x8b\x92\x07\xaa\x8a\xe0\xf9\xaf\xce\x45\x48\xe0\xed\x30\xea\x46\x20\xf5\x87\x6f\x15\x23\x74\x80\x1e\x39\xc1\x8d\x80\x7f\x81\xbb\x8c\x19\xe1\x71\xaf\x8e\xb0\x08\x8e\x62\x93\x56\x2d\xc0\xe3\x95\xbe\xfb\x82\x13\x47\x71\x77\x7e\x11\x10\xb8\xf2\x6a\xba\xeb\xe3\x7d\xf6\x8d\xd0\x1d\x8e\x7d\xf5\x05\x5f\xc7\x65\x9a\x15\x01\x91\xec\xab\xf6\x75\xbb\x40\xdb\x04\xac\xe5\x61\xbd\xe1\xa0\xa0\x32\x39\x8f\xe3\x9c\xbf\x7f\x05\xe9\xe6\xc7\x61\x82\x46\x90\x6f\xcb\x38\x6c\x55\xc9\xe4\x37\x0e\x13\x36\xc5\xdb\x8c\xc3\x96\x45\x10\x40\xe8\x38\x80\x30\x10\x54\xd6\x38\xe0\x5e\x94\x51\x6d\x1c\xac\x6a\xe5\x5c\x1a\x07\xb8\x5d\x95\xda\xec\xb0\x8c\x72\x12\x1b\x07\xae\x5b\x12\xbf\xc7\x09\x96\xa0\x60\x3a\xc6\x19\xc6\xef\x5f\x45\x81\x22\xe3\x64\x53\x1d\xa7\xfe\xe0\x20\xd4\x76\x3e\x8d\xd3\xee\x72\x50\x94\xc6\xe9\x9e\x96\x45\x9f\xe0\x9f\x2e\xa1\x74\x9c\x88\xbd\x92\x83\xc7\x59\x1c\xac\xbc\xe9\x07\x0a\xa9\xd2\xed\x47\x3f\x7f\xff\x4a\xf2\xe3\x18\x27\x3e\x3e\x02\xc3\x1b\xa7\x1d\x34\x51\x5a\xef\x71\xde\xf4\xab\xea\x07\xf9\xe0\x15\x04\x30\x4e\xb1\x00\x02\x93\x1c\xe7\x60\x28\x6c\xfb\x8d\xe0\xf0\x61\x9d\x1f\x78\x47\xd8\x39\x37\x82\x6d\xb9\x22\x1d\xec\x08\x76\x85\xc6\xa0\xf1\x0a\x76\xaf\x45\x21\xde\x8c\x80\x61\x51\xa9\x25\x47\xb0\x9e\x44\x61\xe5\x8d\xe0\x1d\xe1\x47\x23\x94\x20\xe8\xc7\xe5\x75\x74\xfd\x70\x39\x48\xb5\x5f\x36\xf6\x3a\xbf\x46\x00\x57\x5a\x3e\xc5\x23\xd8\x12\xd2\xf1\x31\xc2\x98\xbf\x7f\xd5\x03\x32\xe7\xa5\x74\x1d\x23\x1e\x74\xca\x4e\xae\x11\x01\xb0\x92\xe9\x7a\xc4\x78\xfd\xfe\x95\x14\x46\x35\x22\x8a\x65\x79\xb1\x8f\xa8\x5d\x76\x0a\x58\x64\x44\x58\x33\x09\xc6\x23\x32\x5b\x82\x77\x1f\x31\xd9\x02\x34\xe6\x72\xc4\xec\xde\xe8\x55\x3f\xac\xdc\x70\xa8\x76\x5b\x81\x49\x96\x97\x11\x8b\x97\xf4\x27\x39\x64\xc4\xea\x29\xa1\x54\x36\xac\x4f\x52\x71\x75\x5a\x71\x76\x40\x8c\x48\x62\x5a\xba\x1c\x61\xca\x0f\x3a\x73\x39\xfa\x93\x6a\x35\x69\x30\x46\xfe\x80\x96\x4c\xe9\x0c\x46\xc4\x33\xf2\x60\x94\x1e\x4f\x45\xa8\xfe\xbf\x1f\x7a\xd4\x88\xf8\xb0\xc4\x43\x6d\xd1\x8e\x3c\x4e\xcd\x5e\x7c\x9f\xdf\xbf\x50\x8a\x8f\x38\xbc\x30\x95\x8c\x87\xa9\x54\x6d\x23\x11\x5f\xa4\x18\xe3\x91\xb0\x56\x48\x1d\x34\x12\x51\xae\x0a\x80\x1e\xc9\x67\xc6\x58\x9e\x91\xce\x6a\xdd\x4c\xfc\x5f\x87\x51\x54\x35\x29\xf8\x5b\xa7\x7e\x38\x84\x8e\x75\x33\x61\x16\x53\x9c\xc6\x48\x09\x25\x42\x50\x01\x76\xed\x04\x1d\xaa\x23\x15\x94\xce\xdd\xba\x99\x6c\x94\xe3\x61\x27\xe5\x48\x95\x2f\xb4\x0d\x13\xd0\xc0\x52\xd5\x8f\x04\xc4\xbf\x20\x6c\x47\x5a\xa8\x3d\x6a\x32\x0b\x56\x08\xc2\x23\xd9\x30\xe7\x43\xa3\x94\x4c\xa8\xc2\xf2\x31\x32\xde\x24\xf2\x0c\x1d\x99\x4e\x2a\xa2\x6b\xe4\xe0\x3f\xa2\x7e\xc0\x02\x46\x7e\xb8\x37\xa9\xb5\x32\x4b\x56\x20\x07\xfe\xc8\xa0\xc2\x08\x9e\x71\x64\xfc\x98\xd9\x3d\x99\xab\x93\xe3\x30\xdf\x9e\x04\xdc\xda\x9c\xed\x58\x95\x47\xda\xc8\x36\xb1\xba\xc4\x46\xc6\x43\x4c\x5a\x94\x91\x25\x7d\x1d\xe2\x59\x47\x39\xbc\x76\x2b\xb6\xe0\xde\x29\x0c\x87\x51\x70\xbe\x16\x30\xdb\x28\xe5\xda\x2c\xc2\x28\xcd\x23\xf7\xad\x91\x85\xe5\x27\x6e\x62\x14\xf7\x8c\xd5\x29\x58\x2e\x67\x2b\xac\xf9\xe5\xf1\xd7\x8a\x7e\x94\xdf\xbf\xaa\x72\x8f\x8d\x32\xfd\x13\x6b\x7d\xd5\xc0\x1c\x4a\xcb\x35\xaa\x0f\x8c\xf1\xf8\xa3\x16\x7a\xac\xa3\xab\x92\x5a\x48\xae\xf5\xa3\x12\xf2\x7f\xda\xbd\x31\x2a\x76\x06\x71\xfd\xa3\xbe\xd1\xce\xe7\xaa\x3f\x4c\x3c\x1b\xf4\x7d\xc3\x9b\x40\x68\x54\xa3\xc1\xb1\x2b\x28\x63\xb4\xe2\x85\x59\x9b\x9b\xbb\x9e\x69\xfd\x37\xb1\x87\xa7\x2c\x18\xa3\x3b\x76\x81\x26\xa3\x17\x34\xda\x9a\xa6\x2e\x83\x4b\x96\x75\x6d\xf4\xea\xce\x01\xd6\x9d\xde\x1c\x6d\x52\xdf\x34\x22\x32\xb3\x4a\x23\x92\xf2\xf4\x1f\x75\x3b\x14\x8c\x8e\x37\xbb\x9c\x91\x46\x77\xfb\x69\x56\xd1\x8d\x4a\x35\x3b\x1d\x4f\xa0\xd3\xff\x22\x1e\x89\x25\xd4\x49\x5d\x29\xcc\xea\xd1\x51\xf3\xc8\x3b\x73\x74\x0e\x14\x65\x65\x1e\xbd\xc3\xbe\x68\xde\x3a\xb0\x2d\xa7\x6e\xc2\x7e\x91\x90\x8b\x02\x7c\x46\x35\x20\xfd\xf2\x08\x51\x15\xa0\x7b\x95\x70\xd1\xd1\xe1\xd7\x95\x02\x66\xf4\xdb\xbd\x1d\xf4\x0d\x71\x04\x72\xe9\x1e\x1d\xac\x97\x1a\xfe\x64\x2b\x1f\x1d\xe5\xec\xa9\xdb\xa9\x3b\xca\xbb\xe6\xbb\x3f\xf4\x42\xbb\xaf\xc3\xeb\x54\x4d\x7e\x97\xc2\xbf\x71\x30\x77\xe0\x9d\xa3\xae\xda\x8e\xc2\x50\xd0\x14\xa3\xbf\x5e\x9a\x5e\x43\xc5\x1b\x98\x3c\x42\xf2\x94\x48\x6a\x74\x60\x57\x02\x33\x09\x07\xc9\xb9\xd6\xe1\xdf\x15\x14\x3e\xba\x74\x5e\x55\x9e\x3e\xa3\x0f\x06\xa8\x6a\x8a\x50\x79\xc8\xbe\x33\x3a\x66\x29\x99\x83\x46\x77\xb7\xa5\xa0\xa2\xb9\xcc\xc4\x26\x8d\xeb\xc8\xdf\x85\x79\x1d\x8c\xa3\xc9\x80\xe3\x3a\x59\x4b\xda\x41\x17\x67\xae\x3c\x81\xc6\x45\x98\x41\x4c\xbc\x16\xf9\x4b\xd5\x0f\x5a\x90\xf9\xe6\xa1\x00\xd5\x83\xf6\x25\x8a\x45\xb8\x70\x41\x90\x0f\xdd\xb8\xf0\xb4\x95\x67\xdb\xb8\x80\x91\x96\xdd\x6b\x5c\x04\x1d\xcb\xed\x67\x5c\x64\xc5\x96\xcf\xcb\xb8\xc0\xf9\xe5\x0e\xba\xd0\x28\x44\xdd\xa7\x57\xf6\x56\xab\x1e\x04\x17\xd9\x3d\xc6\x45\xdc\xae\x40\x7d\xc6\x45\x0e\x57\xee\xa0\x2b\x7b\x69\xfc\x45\x87\x88\x74\xd0\xe3\xc2\xd0\x0f\xc7\x74\xe1\x7d\x20\x53\xe0\xb8\x00\x33\x92\x6d\x63\x5c\x95\xfd\x14\xd5\x6a\xae\xda\xc8\xf0\xba\xfb\x8f\x58\x98\xcb\x99\x93\xa8\xe6\xb0\x85\xa4\x64\x1d\x17\x5b\x28\x66\x35\x07\x18\x0f\x45\x4e\x8d\xab\xb3\x37\x1a\x3f\xc8\x1c\xaf\x1d\x70\xf9\x7e\xd2\x9d\x76\x01\x35\x1f\x3b\x3f\x48\x53\x2e\xd6\xf0\x22\x29\xa5\xfc\x5a\xc6\x45\x4c\x49\xa5\x6d\xdc\x36\x51\x2c\xdc\x05\x7b\x24\xf5\xd0\xb8\x30\xbe\x2a\xc1\xc9\xb8\x2e\xbc\xc2\xb4\x31\x2e\xdc\x29\xe4\x5f\x31\x2e\xdf\x90\x9d\x1f\x89\x7a\xd4\x02\xb0\xe0\x95\xe2\x7e\x5c\x38\x7d\x4b\x9d\x35\x2e\x72\x6c\xc9\xd3\x78\x5c\xa8\x8f\x94\x35\x6e\x5c\x0f\x8b\x22\xa9\x1e\x8e\x72\x2f\x0d\x51\x51\x61\x4f\xe3\xf2\x14\x4b\xba\xfe\x2e\x3c\xc5\x22\xb3\xf0\x7a\xd1\xea\xe9\xeb\x5d\xd0\x58\xbf\x9e\x6d\x57\xf5\xbc\xde\x1c\xfd\x40\x85\x21\xa4\xb5\x71\x01\x83\x95\x58\x96\xa0\xd6\xc9\xed\x7e\x5c\x28\x36\xaa\xce\xc8\xcb\xb7\x19\x5b\x66\x72\x60\xb2\x4b\xa6\x97\x66\x0d\xbd\x61\x13\xe5\xd0\x30\xee\x83\x73\x48\xbb\xe4\x46\xb2\x93\x23\xf0\xb8\x7d\x9b\x69\xea\xef\x93\x31\x90\xe8\x70\xe3\xe7\x83\xb4\x70\xe3\x11\x89\x84\x70\x07\xc7\x9a\x4f\xfa\xe1\xdf\xf0\xc3\x21\xe5\x55\x29\xc6\x12\x44\x84\x3b\x38\xec\xb9\xda\xe6\x09\x00\xc4\x02\xdd\x62\x4e\x03\x57\xed\x8d\x53\xa0\xf1\xf5\x7f\x38\x30\xef\x14\x7e\xff\xc2\xce\x32\x6e\xb1\x14\x51\x88\xbc\xe3\xfe\x5b\x76\xfa\x71\x27\x47\x38\xe5\x87\x63\xdb\xea\x35\xb6\xa0\x30\xed\xc6\x9d\xd3\xb6\xd8\x8e\xdb\xbd\x1d\xc5\xfa\xdd\x98\x3c\xaa\x96\xdf\x0d\xc3\x2b\xf0\xa6\x71\xcb\xd1\xfb\x10\xf4\xde\xb8\x2b\x8e\x66\x3a\x8a\x6f\xf4\x83\x42\x80\x18\x37\x17\xa4\xa0\x7f\xc7\x5d\x1d\xf6\x84\x1f\x6c\x1a\x46\x1b\xe0\x0d\x99\x88\xc7\x0d\xbf\x26\xb3\xec\xb8\x2b\xf9\x14\xb4\x83\xee\xea\x70\x00\xfc\x40\xf0\xd5\xf9\x72\xe3\x1b\xd9\x18\x46\xdb\xea\x55\x01\x94\xe3\x6e\x0e\x83\xa1\xd6\x78\xec\x58\xe0\x2d\x42\xcd\x68\x8d\x3b\xe2\x04\x5e\xa3\x4e\x5a\xd3\x3e\x68\xa4\x71\xbb\x2f\x96\xce\x8d\x1b\xd9\xbc\x69\xdb\xdf\x04\xf4\x2a\x6c\x78\xdc\x9d\x02\x28\xcd\x78\x79\x40\x0b\xc7\xdd\x71\x22\xd2\x01\x79\x5f\x5f\xb8\xe0\xb8\xc5\xf0\x9d\x72\xe1\x1e\xb7\xbb\xc1\xf8\x0f\x3c\xb3\x74\x22\xdd\xd7\x07\xe7\x38\x6e\x64\x5d\x85\xb1\x8d\xdb\x73\xac\xe9\x18\xbc\x4d\x58\x2c\xbe\x15\x10\x16\x95\x22\x79\xdc\x48\xe9\xc2\x0e\x1b\xf7\x8d\x13\x26\x3f\x38\x0e\x32\x3b\x86\xe3\x40\x21\x96\xe3\x06\xc1\x43\x0a\xdf\x71\x93\xd6\x46\x51\x5d\xe3\x36\x69\x33\xc3\x58\xdd\xc0\x7a\x28\x32\x6b\xdc\x8f\xc7\x38\xf0\xfd\xfc\xfd\xab\x75\x16\x21\x8e\xfa\x99\xb2\x5e\x8f\x0f\xd4\x68\xea\x00\x89\x4a\xca\x3d\xee\x97\xc6\x48\x64\xbb\x5f\x6f\x0c\x7f\x61\x9c\x75\x66\xdc\x26\xd2\xb7\x46\x95\x24\x6a\xcb\xf4\x79\x60\xab\x2a\xfc\x38\x7f\xaf\x50\x99\x71\x0f\x8f\x9b\x51\x61\xc3\x53\xd0\xa8\x1a\x30\xf1\x33\x9b\x7c\x3a\x62\x91\x46\x63\x52\x80\x36\x39\x38\xdc\x2d\x8b\xd3\x50\xe8\x73\x11\x84\xe7\x90\xef\x60\xe0\x38\x25\x25\x25\xfe\xae\x03\x6d\x2f\xe6\xa3\xf1\x18\x07\x5e\x9b\xee\x5b\xb7\x09\xc9\xb9\x70\x60\x4b\xc5\x55\x70\x3c\xee\x6c\xa6\xcb\x17\x3d\x12\x1e\x81\x83\x0c\xe9\x24\xfc\x19\x64\x47\xc7\x47\x6f\x3c\xeb\x5a\x56\x2b\xc1\xdc\x91\x16\x72\x3c\x78\x46\x22\x80\xe1\xf8\x8f\x2b\xcf\x70\xa7\x7f\xe1\xcb\x0e\xb2\x5a\x36\x65\xb5\x1c\xe4\x87\xc8\xb2\x9c\x8c\x27\xbb\x7d\x47\x0d\xcd\xee\xa3\xa5\x16\xe4\xfb\xf7\xaf\xae\x6c\x54\x43\x01\x7f\x31\x52\x4b\x71\xf6\x57\xb5\x70\x8a\x74\xad\x99\xa7\x7c\x06\xa8\x81\x77\x1b\x86\xa3\x41\x5a\xf6\x1a\x75\x40\x91\x19\x20\x2b\x77\xc0\xf0\xe8\x27\x61\x3f\x0d\x8c\x9b\xad\xc4\x3f\x85\x10\x0c\x00\x44\xb3\x42\x80\x86\xe7\x78\x97\x83\xc4\x78\x3a\x05\xea\xf0\x79\xb8\xcb\xe5\x58\x3c\x3c\x93\xae\x62\x34\x07\xb1\xc8\x59\x28\xf5\x83\x28\x52\x1c\xc5\x07\x20\xce\x00\x30\x8f\xc7\x13\x41\xe8\xee\x7b\x1c\x99\x47\xbc\xe3\xe3\x91\xda\xaa\xe6\xf2\x7c\x74\xfa\x1e\x94\x4d\x39\x74\x0c\x72\xf3\x12\x9c\x3d\x40\x28\x00\xae\x64\x60\x62\x6d\x0a\x0c\x1b\xc0\xc9\x35\xd4\x65\xc0\x96\x92\x9c\x77\x10\x05\x51\x04\x7a\x3b\x5e\xcf\x3c\xae\xb5\xff\xca\x07\xaf\xa0\x78\x21\xec\xb5\x48\xcd\x37\x00\xa6\x21\x9b\xed\x78\x4f\x94\x5b\xda\x22\x2f\x1e\x97\x02\x61\x1b\x9e\x1e\x48\xe0\x4d\x83\xfc\x6d\xe0\xb3\x8c\x17\x58\x88\x83\xb6\x9d\xb4\x5a\x6b\xd4\x83\xc4\x04\xa2\x35\x88\xe5\x12\xfc\xc8\xf0\x30\x2e\x05\x01\x0c\x42\xb8\x48\xb7\x3c\xde\xe0\xb9\x97\xd5\x03\x00\xec\xd0\xd1\x60\x70\x68\xf2\x67\x1b\x6f\xf4\x9c\xbc\x6a\x40\xf4\xe0\x72\x7e\xdc\x1b\xe1\x70\x60\x90\x23\x1d\xd3\x20\xd5\x47\x41\x2f\x41\x98\x18\x78\xd2\xe3\xcd\x5f\x38\xc5\x78\xed\x42\xeb\xc2\x71\x1a\xa4\x99\x27\x83\xc4\xc0\xbb\x9d\x28\x97\x01\xfc\x5c\xe1\xc8\x93\x15\xab\xc8\xb5\x6a\x80\x11\x42\x32\xce\xf1\x22\xef\x29\x80\x64\x60\x60\x8d\x72\x60\x1d\x04\x90\x25\x9f\xd0\x15\x3f\xa3\xae\x79\xc4\x92\xce\xbf\xd7\xe3\xf7\xc5\x33\x81\x14\x02\xf4\xf6\xc0\xad\xae\x04\x8a\x7e\x1d\x94\x5b\xa5\x8d\xfa\xfb\x57\x54\x7c\xc9\xc0\x5b\xb3\x21\x28\x11\x2c\xd6\x90\x80\xb0\xcc\xba\xce\x69\xb8\x32\x4d\xbd\x71\x50\x32\xe4\x1c\x54\xb3\x0d\x01\x66\x78\xd0\x9f\x6e\x3d\x10\xa8\x49\x00\x39\xf0\xc9\x4f\x6c\x73\xdc\xd5\x08\xb2\x1f\x44\xaa\x72\xd3\xae\x88\x0a\xb1\x69\x58\x09\xf0\xc3\x19\x03\x05\x0e\xb2\xc8\xf0\xdc\x1f\x3a\x1b\x01\xa9\x6e\x88\x12\x63\x61\xeb\xa9\x35\xb6\x0f\x3b\x1c\x3e\x9e\x64\x38\x39\x0d\x12\xbe\x67\x21\xb3\x0d\x07\x40\x8a\x94\x4c\x5e\xf7\x68\x7b\x7f\x46\x04\x5e\x0d\xf4\x8c\xc8\xb8\x1a\x9b\x19\x49\x6f\x24\x0f\xa9\x19\x6f\x44\x9e\x43\xdf\xb8\xd8\x67\xbc\xc2\x8c\xc3\xdd\x9c\x55\x00\xe8\x4d\xd2\x8c\xce\x08\x72\x53\x6c\xfc\xa0\xe8\xaa\xd7\x24\xf6\x55\x81\xc4\xcd\x74\x78\x3d\x87\xfd\x38\x69\xa8\xb1\x31\x13\xed\x58\x15\xe7\x31\xd3\x49\x3d\x27\xaf\x91\x09\xcf\xd8\x90\x99\x4e\xea\xb1\xc5\x36\xd3\x89\xe8\x7b\xaa\x68\x24\xbd\x16\xf4\x4d\xa0\x0b\x7f\xcc\xdb\x3f\x93\x4b\x7e\x41\x05\x46\xdc\xc9\x8b\x7e\x24\xea\x4d\xaa\x17\x04\x16\xa5\xe6\x9e\x09\x73\x4f\x4b\x6a\x78\x19\x3b\x6a\x64\x26\x71\x80\x35\x68\xb4\x12\x91\x40\x62\x25\x66\x5a\xb9\xce\x55\x34\xc6\x0e\x29\xab\x27\x1a\x3b\xb2\xa0\x4f\x34\x76\x35\xd0\x1c\xb2\x9f\x2b\x6e\x73\xa6\x86\x7d\x36\xab\xe8\xee\x09\xe3\x34\x5a\x1d\xfb\x54\xe2\x87\xbf\xa6\x56\x13\xae\x13\x68\xf5\xe5\x2d\xd0\x0f\xd0\x7a\x15\xc4\x3e\x13\xf9\x01\x62\x55\xa5\x2f\xe9\xa2\xba\xea\x19\x1e\xe1\xac\xd2\x86\x67\x52\x52\x3d\x20\x1f\x37\x4d\x78\x02\x24\x4a\xea\xd8\x99\x86\xe7\x00\xd1\xe8\xe0\x85\x21\xdb\xd9\x4c\x9e\x67\xaa\xa9\xdb\xc4\x91\xcb\xf0\x34\xd3\x74\xe3\xb3\x0a\x70\x41\xe7\x50\x0b\x40\x63\x88\x8c\xf5\xf4\xd9\xb7\x02\xf2\xe1\x82\xb5\xbd\x96\xab\xe3\x56\x59\xdb\x32\xe1\x64\xf2\x51\x9d\x99\x2b\x8a\x4a\x33\x37\x91\x72\x14\xcc\x0c\x13\xa9\xc4\x74\x33\x73\x13\xc9\x35\x78\x66\x4f\xcf\xa8\x55\x96\xdd\xa3\x4a\x73\x9a\x61\x1c\x15\x99\x35\x33\x51\x48\xca\xd6\x3f\x33\x8c\x9f\xa0\xb4\x66\x86\xd9\x53\xa2\xa6\x99\xb1\x46\xe8\xaa\x9f\x79\x78\x70\xae\xbe\x81\xf1\xd2\x5d\x3a\x4b\x44\x2c\x30\xfe\x66\x96\x08\x47\x60\x5c\xcc\x2c\x80\x0c\x29\x70\x74\x16\xd6\xa8\x4e\x81\x59\x92\xab\x44\xf4\x17\x16\xac\xd2\xad\xce\x92\xfc\xb5\xa4\x1f\x9a\x53\x81\x35\xcf\x42\xd4\xba\xbc\xa2\x67\x61\x5d\xcb\xb1\x6d\x16\x90\x81\x95\x54\x7b\x96\xec\xa9\xf7\xf5\x1a\xde\xd8\x51\xab\xb7\x54\xe7\x70\x54\xe9\xe5\x2a\x39\xfd\xc5\x3a\x27\x06\x73\x16\x9b\x6b\x05\x05\xce\xc6\x75\xc7\x46\x6a\xe4\x4e\x62\x23\x35\xcc\x82\x6c\xa4\x4e\x40\x84\xe0\xa1\xe7\x75\xd8\x05\x63\x27\xed\xbc\xec\xcc\x20\xbb\xe6\x44\x05\x54\x1a\x7f\x08\xee\xdd\x6e\x2d\xbc\xc0\x5b\x11\xce\xd0\xbc\x40\xcb\x12\x10\xc4\x04\x83\x32\x49\x09\x3d\x07\x59\xeb\xa4\xab\x9e\x9c\xfb\x49\xaa\xe6\x89\x2f\x74\x92\x46\x7a\x92\x1a\x3c\x0a\x9a\x66\x72\xee\x6b\x61\x90\x73\xc0\x8e\xf6\x89\x91\x3d\x4a\xbd\x30\x01\x34\x88\x52\x22\x4c\xa2\x6f\x62\xe5\x63\x1b\x39\xb9\x4d\xce\x29\x61\xfc\xe0\xbf\x01\x5d\x7c\xd0\x0f\x2d\xfe\xa4\xff\x26\x7b\xbb\xeb\xbf\xf9\xf7\x2f\x41\x9e\x4e\x42\x34\x8c\x27\x98\xd3\xe3\xfe\x34\x11\x80\x1a\x18\x0f\x3d\x15\x89\x15\xbc\x6c\x9b\x11\xad\x70\xc1\x67\x2b\x4d\xce\xc4\xbb\xe5\xf8\xaf\xe2\x75\x88\xff\xfd\x38\x54\x80\x80\x94\x6a\x13\x9c\x1c\x8d\x0d\xa9\xfd\x34\x32\xd3\x18\x21\xce\x37\xa1\x63\x29\x40\x7e\x4e\x63\x82\x14\x46\x3a\xc9\x2b\x74\xa8\x04\x3b\x92\x95\x3f\x67\x92\xe4\x3b\x56\x06\xc2\x16\xb7\x8f\x89\x96\x76\xac\x74\x59\x4b\x3b\x4a\x79\x32\x49\xaf\xa2\xe9\x04\x23\x41\xbb\x0c\xec\x3e\x9d\xf1\x53\x7a\x31\xbb\x32\xa7\x22\x08\x85\x15\x31\xf1\xc2\xd5\x8d\x00\x6a\x4f\xd2\xad\x38\x49\xe2\xa5\xf3\xc5\x71\x9d\x0e\x9d\xcb\x73\x68\x98\xf9\xaf\xbc\x09\x8e\xfe\x3f\x7b\x27\xfc\xf3\xfa\xb7\xff\x67\xfc\xf5\x73\x1c\xd6\xb3\x9f\xe3\xd0\xbd\x6d\xbf\x4d\xa0\xb5\x47\xb4\xc2\xc2\x5f\x3f\x47\xb4\x13\xfa\xe7\x88\xd7\xf9\xfb\x57\xb2\xd3\xe2\xd0\xed\x6b\x8f\xfe\xfb\x97\x3c\xa8\x0e\x5d\xb4\x3f\x47\x7c\x64\xf8\xb4\x72\xe2\xc3\x3b\x26\x5d\x2a\x02\xe5\x48\xa7\x6a\x4a\x5a\xaa\x51\x81\x97\x87\x4c\x4c\x3f\x47\x8a\x4e\xb3\xd2\x53\x84\xc6\xda\x13\x2f\x14\x0e\xbb\x53\xed\x01\x5a\xae\x28\x0f\x14\x9c\x11\xff\xfa\x09\xa7\xf1\x21\xf6\xe8\xbf\x7f\xe9\xe4\x08\x67\x85\x62\xd7\x92\xbc\x9b\xc3\x69\x92\x81\x3d\xea\xef\x5f\xca\xeb\x1f\xce\x5b\x25\x9f\x3a\x1a\xa3\x36\x5d\x08\xc6\xe2\xda\xe3\xb2\xb9\xb0\xb7\x64\x2e\xb5\x87\x7d\x67\x63\x10\x22\xef\x44\xd2\x71\x5b\xfd\xf1\xbd\x44\x79\xfd\x24\x48\x7f\xfd\x84\x74\xa8\x05\xba\xde\x15\x5a\x19\x12\xad\x4c\xd6\x4a\xe1\x83\x07\x5d\xae\xf6\x78\x4d\x0e\x37\x4a\x2e\xaf\x51\xb2\xdd\xc7\x72\x90\x0d\xd9\x98\x59\x7b\x44\x93\xce\x6c\x44\x72\x83\xd2\x6c\x53\x76\x51\x6c\x91\xd8\x23\xca\xfc\xfb\xd7\x4f\x18\x4d\xad\x26\x16\xbf\x0a\xaf\x3c\x08\xda\xd4\x1e\x2f\x34\xeb\x8b\xfc\xf0\xed\xf1\xc2\x54\x59\x69\x8a\x93\xb7\x47\x85\x66\xdf\x6a\xdb\xdb\x23\xfe\xfe\x25\xc8\xa0\x30\x8f\x06\xe5\x36\x11\x9a\x77\x1e\x28\xe3\xf7\x2f\xe1\xea\x84\x69\xcc\x91\x3d\x9a\x31\xda\x41\x94\x29\x8a\x2d\x3d\xb9\x49\x04\x39\x64\xd9\xa3\x18\x45\x25\x07\x4a\x36\x89\x5a\xe2\x5a\x90\xef\xfb\x4f\x90\xab\x96\x10\x32\xc2\x8c\xb4\xc7\x64\x6b\x89\x64\x61\x46\xca\xb1\xf5\x24\xfd\x44\x50\xd0\xae\x3d\xac\xf6\xac\xba\x62\x87\x72\xd9\x3b\x50\x68\xb3\xed\x53\x71\xe8\x61\x26\x8d\xe5\x34\x19\x44\xfc\x73\x98\x89\x5e\x98\x18\x2e\x26\x38\xcc\x44\x7b\x8c\x49\x96\x7a\x3a\xcc\x9c\xa0\xb4\xdf\xbf\x2a\x7d\xcf\x17\x14\xfb\x2a\xa9\x1c\xdb\xe0\x3f\x41\x9b\xbb\x51\x7b\xa1\x64\x3b\x5e\x75\xe3\x84\x59\x68\xa1\x2d\xdf\x56\x54\x72\xa5\x3d\xb6\x54\xa4\xcf\x08\x02\x57\xb1\x47\x93\xf5\x57\x05\x55\x2a\x93\x08\x7e\x68\xdd\x28\x58\xed\x27\x90\xfb\xe4\x08\x1a\xa2\x46\x51\x52\x96\x29\x1b\x69\x98\x8d\xb7\xa4\x18\x13\xb6\x4d\x98\x9d\xb7\x24\x3c\xcb\x9c\x1f\xe4\xc0\xff\x13\xa6\xb8\x10\x31\x55\x61\x5e\x0c\xb7\xc4\xe5\xc8\xdc\x5e\x8c\x37\xb8\xd6\x4d\x5d\x36\x56\xc5\x1e\xe0\xa4\xab\xf5\x17\x63\x67\xbb\x2e\x1c\xbc\x75\xd3\x7a\xf9\x0f\x48\x03\x15\x04\xed\x62\x8f\x53\x9e\x24\x5a\x5e\x0f\xed\x7a\x4c\x4e\x3a\x18\xe3\x87\x95\xf2\x5c\xbf\x7f\x45\x69\x1f\x83\x12\xa7\xda\x63\x9a\x34\x55\xf4\xe1\x4b\x59\x26\xa1\xa5\xc8\x62\x79\x69\xfd\x6b\x57\xbd\x12\x5f\xc4\x43\x2b\x3c\x1e\xba\xd4\x8c\x11\x88\x87\x5d\x5e\xf6\xa8\x9c\xee\x49\xb4\x06\xad\xfb\xde\x8f\x87\xdd\x5f\xf6\xc0\xeb\x5f\x94\x07\x0a\x90\x53\xa2\x0c\x28\x44\xb4\x1a\x45\x27\x62\x3c\x64\x1a\x32\x41\x22\x1e\x76\xa9\xdb\x43\x03\xca\x3b\x2f\x14\x80\x87\x8c\x12\x68\xa3\x1d\x40\x12\xda\xe2\x11\x69\x8f\xad\x68\x85\xde\xdb\xc8\x88\xd2\xb9\xd9\x8b\x7a\xd2\x6f\x68\x62\x73\xca\xa1\xd2\x3b\xa5\x23\xde\x2a\x0a\x3b\x1e\x17\xdf\xca\x57\x33\x36\x7a\x33\x79\x6f\xfa\xb5\xd6\xff\xfa\x89\x27\x23\x73\x5a\x3b\xc4\xb9\xc4\x53\xf3\x15\x4f\x29\x1e\xab\x7c\x8d\xa3\x3c\x5b\xec\x01\x4b\x64\xab\x32\xca\xc1\xc5\x1e\xb4\xc4\x78\x9b\x78\x6a\xca\xe2\x49\xe2\xd4\x62\xeb\x32\xc6\xa6\x11\x8b\xcd\x6e\x72\x13\xce\x62\xec\x1a\x55\xb9\x56\x28\x34\x34\x0d\x1b\x18\x7b\x4c\xdb\x19\xcd\x28\xb6\x21\xed\x11\x7f\xff\x92\x4b\x5f\x52\x78\x93\x3d\x92\xb1\x5f\xc6\x12\x24\x49\x93\xf6\x78\x74\x1f\x17\x91\x5e\x48\x8c\xb4\x3e\x54\xe3\x93\x20\x5c\xe5\x01\x97\x04\x7c\x6c\x0f\x3b\x96\xb6\xd7\x08\x97\xe9\xff\xdf\xfd\x9a\x84\x48\x62\x8f\xfa\xfb\x97\x0c\x11\x49\xe1\x47\xf6\x48\x46\xb1\x9a\xa7\xd6\x41\x12\xec\xab\xbc\x56\x93\x62\x74\xec\xa1\x7d\x9b\xf5\xd2\x54\x5b\x84\x6e\x84\x87\x75\x66\x8d\xe5\xc3\x79\xa3\x6e\xa4\x12\x45\xb2\xe3\xa5\x6a\xb5\xe6\xe3\x0e\x22\xdd\x76\x2f\x28\xc8\x2e\x9f\xc6\x86\xd9\x43\x86\x7c\x19\x42\xb3\x9c\xa6\xec\xa1\x4b\xdd\xd8\x88\x7c\xda\x72\xb6\x87\x0e\x14\x99\xb9\xf2\x19\x5e\xd1\x14\x6a\x1c\x84\x39\x9f\xe5\x56\x65\x0f\xdc\x22\x4e\x7d\x1b\x2b\x34\x3b\xd5\x64\xd7\xcb\x67\xe1\x53\xbb\xd6\xa4\x24\xca\x67\xeb\xa2\xd8\x59\x24\x0f\xa9\x2c\x77\x29\x7b\x18\x2f\xa3\xe4\x7a\xf9\xbc\x69\xac\x3c\x72\xa5\x1b\xca\x5a\x61\xf6\xd0\xf1\x1c\xf4\xe1\xa4\xa8\xa9\xa2\xf2\x5f\x3f\x59\xde\x52\xf6\x90\x7a\xb7\x89\x52\xa0\xd8\x5d\x60\x5c\x78\x0e\x36\xe4\xf6\x08\xbf\x7f\x29\x51\x58\xe6\xee\xcf\xba\xfb\x4f\x39\xe2\xe4\x10\x35\x80\xc1\xee\x96\x22\x07\x96\x1c\x74\x8a\xe7\x90\x75\x63\x04\x15\xa5\x6b\x3c\x07\x3b\x97\xa3\x82\x45\x72\xa8\x37\xa4\x47\x6c\xbf\x3e\x6c\x34\xca\x0e\xe4\x2e\x5b\x54\x0e\xad\x42\x62\xe0\x93\x48\x7c\xd8\x7c\xe0\x6d\x90\xc3\x45\xc3\x2e\x1a\x06\xe9\x85\x64\x03\x2a\xef\xca\x1c\x06\x6d\x15\x13\xa0\x3b\x3a\x87\x49\x5b\xe7\xfc\xfd\x4b\x3c\x40\x8e\xda\xb9\x39\xda\x70\xc8\x2b\x2f\x47\x9d\x5f\x39\x1e\xdc\xb6\x36\x7c\xd1\x6e\xc3\x9f\x2c\xc7\xab\xa0\x88\xe9\x1c\xc5\x4f\xe5\x68\xcc\x88\x60\xd4\x72\xac\x15\x8a\xb8\x27\xcd\x20\x9b\x36\x6b\xd3\x96\x60\x9c\x76\x16\x7b\x67\x0f\x3b\x51\x64\x25\xcb\xf2\xcd\xb1\x47\xd1\x3e\xb2\x76\xa6\xa9\xb2\xd2\xb4\xdb\x53\xe8\xb7\x39\xeb\x92\xcb\xb9\x5a\x43\x85\x00\x91\x33\x1f\x66\xfb\x30\xca\xb6\x90\xc5\xf1\xd8\x23\x19\x49\x2b\xb2\x1c\x1a\x99\x62\x47\x6e\x54\xfe\xa0\x5c\xc4\x3e\xe4\x62\xec\x43\x92\xa5\x3a\x17\xf1\x42\xb9\x88\x17\x3a\x15\x1f\x99\x8b\xee\xaf\x5c\xa4\x62\x08\xe2\x77\x73\xb9\x29\x4d\x7e\x11\x51\x3e\x8a\xb9\xea\xa6\xc8\xd5\x6e\x8a\x2a\x39\x27\xd7\x23\x42\x4a\x12\x26\x44\x3a\x35\x1d\xf5\xd4\x74\xd8\x3e\xce\x35\x40\x32\x8e\xa7\xe8\xd6\xc9\xb5\xf2\xa1\xad\xa0\xa2\x10\xe7\x5c\xbb\x46\xb1\x76\x1b\x45\x05\x03\xe4\x16\x35\xfa\xcd\x98\x9e\xc8\x6e\x6f\xaf\xde\x6a\xaf\xb1\x97\xb2\x10\xe6\xc6\x3e\x68\x53\x9e\x86\x26\x29\xe6\x7e\x8a\xd4\x4d\x0a\x92\xfe\x3e\x77\x36\x67\xb7\xcd\x29\xed\x7c\xee\x09\x0a\xd1\xaa\xa7\x8d\x74\xcf\x90\x8c\x9b\x09\xa7\xd6\xe0\xc5\xe6\xbf\x6c\xf3\xd7\xa0\x05\x7d\x47\x91\x6e\xc9\x38\x81\xa5\x73\x27\x2d\xdf\x5b\x4a\xdb\x78\xf2\x9e\x4e\xb4\x7c\xdb\x89\x26\x8f\xf8\x7c\x53\xfe\x9d\xd5\x08\x28\x17\x94\x5b\xf3\x61\x8d\xb8\xd9\x1c\x32\xfa\x49\xb9\x9f\x6f\x46\x06\x2b\x5c\x95\xd0\x9a\xef\x57\x67\xd7\xfd\x76\xdb\xc6\x76\x63\xe5\x7b\x68\x9d\xdc\x26\xbc\x27\xc5\xe5\x65\x99\x80\xec\x61\x97\xfb\xa9\xeb\x29\x3f\x2c\xfc\xc7\x16\x7e\x94\xdf\x52\x96\x43\xaf\x3d\x4e\xb5\xa2\x8a\x94\x21\x21\xa6\x07\x91\x06\x24\xf4\x11\xfa\x30\x6b\x39\x09\xd1\x38\x88\x1f\xcd\x82\x4a\xb5\x47\x36\xb9\x48\xb3\x21\x74\x4c\x7b\x5c\x3a\x40\x29\xbf\xd2\x0a\x3b\x2f\x0a\x1b\x44\x88\x11\xf6\x50\x2b\xd4\x73\xa5\x19\xb2\x47\xd2\xf9\x69\x55\xca\x07\xdc\x1e\x5a\xad\x15\x1a\xdd\x54\xe6\x54\xe1\xe0\xe7\x71\x68\xc9\x0d\x5b\x9f\x02\x12\xc9\xc2\x31\xb7\x87\xbd\x23\xa3\x5c\x16\xac\xa9\x3d\x6c\x0c\xe5\x89\x9c\xe5\xd9\x6d\x8f\x26\xa7\xaa\x02\xed\x85\xc6\xf9\xaf\x7b\x42\x40\xc8\xf6\x20\x1c\xcf\xda\x3a\xb8\x74\xe4\xd7\x8d\x9a\x2c\x8f\x9b\xd2\x4c\xe0\x0a\x42\x3b\xca\xca\xb4\x65\x8f\x60\xa3\x6f\x02\x70\x56\x26\x2d\x7b\x68\x3d\x89\x23\xc9\x4a\xd0\x6f\x8f\x2c\x93\xb0\x51\xd8\x44\x33\xd8\x50\xe4\xad\x1b\xfd\x9f\xef\xe1\x2c\xd1\xc2\x1e\x38\xf5\xd9\x4c\x4c\xce\x62\x98\xe3\x64\x7c\x76\x16\x57\x6c\x0f\x5c\xa8\x54\x15\xe7\xee\xbc\xb4\xa1\xa2\x48\x0f\x1f\x4a\xf3\x18\xe4\xfa\x50\x0e\x4d\x4e\x39\x6c\x72\x80\xf5\x28\xf2\x29\xb6\x87\xed\x3b\x25\x32\x2a\xa7\x78\x93\x72\x1a\x6f\xd2\x95\xa0\xb7\x9c\x05\x92\xbc\x52\xa5\x46\x29\xa7\x89\xef\xf6\xf0\x31\xb6\xd7\x82\x0e\x97\x12\x64\x32\x8a\xd2\x82\x97\xa0\xfb\xbf\x04\xa9\x95\x6c\x83\x96\x60\x7b\xdc\x1e\xb7\xf1\x47\xb6\x8d\x4b\xd0\x54\x97\x60\x23\x16\x15\xaa\x55\x82\xa4\x9b\x12\x92\x66\xdf\x4e\xc7\x12\x32\xc5\x9b\x04\xa3\xd4\x2a\x25\xe8\x1c\x2f\x81\x73\xdc\x24\x80\x12\xe8\x63\xc0\x96\x6b\xe2\x5e\x09\x12\x13\x4b\x20\x9a\xcc\x06\xac\xc4\x53\x6f\x45\x9b\x34\x00\x24\x8b\xa4\x64\x7b\x58\xb3\xa4\x93\x29\x31\x25\x91\x24\x61\x45\xd5\x18\xe9\x76\x1c\x12\x7b\xed\x0e\x2f\xe8\x07\x8a\xf4\xeb\x51\x8c\x62\x49\x9a\xfa\x92\x6c\xe9\x76\xdd\x2f\x25\x55\x48\x55\xa3\x6a\x57\x55\x49\xf7\x2d\x92\x49\x13\x49\xae\x0f\x25\x4d\x35\x42\x9a\xd7\x4c\x8d\xd9\x8e\x3b\x7b\x98\x18\x22\x6d\x47\xc9\x4c\x47\x96\x9b\xba\xe2\x11\x4a\xd6\x25\x57\xb2\x89\x5a\x20\x50\x94\xdc\x78\xcb\x18\x4b\xd2\x05\x95\x2c\x56\xba\x64\x3b\x9e\x30\x33\x17\xf9\x7c\xda\xc3\xb8\xf0\x43\xb1\xc0\x25\x4b\x2f\x52\xb2\x71\x30\xb8\xe5\x95\xfc\xdc\x90\x4c\xf2\x91\x83\x4b\xc9\x43\x33\x9b\x6d\x44\x84\xc2\x58\x8a\x0e\xc2\x52\xec\x20\x8c\xca\x76\x52\x8a\x78\xd1\x52\xe4\x20\x7f\xea\xac\x2f\xe5\x85\x26\x25\x44\x90\xef\x71\x29\xba\x1f\x8b\x54\x9a\x67\x10\x13\x5a\x0a\x63\x5d\xb4\xc4\xa2\x5c\x6c\x4a\x99\x6a\x6e\x99\x0c\xa3\x28\x03\x8a\xc9\x51\x62\x30\x4a\x35\xf1\xe5\xa7\x54\x63\x59\x8b\xc0\x58\x0a\x97\x5c\xd1\x25\x87\xbf\x5d\xa9\xda\xb1\xa5\xda\x8e\x0d\x0a\xc5\x29\x95\x35\x50\x6d\x0d\xe8\x78\x29\x55\x47\x68\xa9\x62\x72\x15\xe9\x51\x6a\xa1\xf4\xea\xa0\x96\x46\xaa\x0d\x52\xb7\xad\xde\x55\xba\xe4\x87\x52\xad\xff\x45\x46\xda\xd2\xc4\xa3\x15\xe9\x64\xab\x38\xd5\xd2\x74\x52\x95\x66\x27\x55\xd5\xdd\x51\xda\x0b\x49\x2e\x07\x8a\xa8\x2b\x9d\x25\xd0\x6d\x09\xf4\xa0\xed\x27\x77\x38\x7b\x0c\x8d\xab\x09\x99\x45\x3e\x5c\xf6\xb0\x9b\x56\x3a\xe6\x72\x89\x2f\x2d\x97\xf8\xd2\x20\x2f\xe9\x22\x07\x28\x7b\x70\x7a\x99\xbc\x56\x6e\x31\xd6\xe5\x96\xb4\x18\x85\x86\x5a\x6e\xf1\x9d\xe5\x96\x12\x38\x4a\xe9\x5d\xee\x93\xf7\x50\xd8\x4a\x13\x54\x6e\x5d\xd4\xe5\xb6\x8b\xba\x4a\x39\x55\xe4\xce\x63\x0f\xa0\x42\xad\xa7\xb7\xe4\xf7\x72\xdb\x8e\x6d\x4a\x5b\x58\xb8\x25\xcb\x6d\xc2\x7a\x17\x52\x58\x91\x43\x8a\x3d\x58\x2e\xc6\x08\x94\x9b\xd5\x28\x57\x91\x2e\x4b\x7a\xb9\xc5\x60\x95\xdb\x6e\x16\x40\x13\xca\x3d\xb4\x40\xef\xa1\x05\xda\x55\x25\x6b\xe5\xb6\xb5\x82\x3d\xbe\xdc\x93\xb6\x1a\xff\xd6\x15\x0d\x54\xee\xc9\x87\xd3\x18\x60\xb9\xe5\x17\x65\xae\xb0\x87\xcd\x9d\x94\x5b\x45\x2e\x14\xf6\x30\xd6\x40\x49\xec\xcb\x13\x2a\x24\xbb\x2b\xa2\xce\x90\x27\x0c\x48\x5a\x8b\xda\xbe\x02\x44\xb4\x07\x26\xdc\x20\xd2\x0b\x49\x3a\xe2\x43\xc5\x67\xad\xa9\x47\x66\x4a\x31\x6f\x45\xc1\xd6\xf6\x50\xa0\x85\x16\xb1\x00\x99\xec\x81\xcb\x98\x2d\x0d\x01\xea\xd8\x83\x4c\xdf\x22\x49\xbc\x2a\xc2\x78\xa9\xc2\x5a\x29\x32\xe6\xda\xe3\xb5\xc1\x0f\x36\x38\xca\xf1\x60\x8f\x62\x83\x63\x92\x4e\x51\x0e\x72\x7b\xd8\x5b\x4a\x46\x53\x84\x1d\x62\x8f\x2a\x92\x75\x5b\xd1\x6d\xf6\xb0\xe9\x90\x1f\x78\x11\x56\xb4\x3d\x40\xcb\xb4\xfb\xbc\x4c\xc6\x50\x6a\xed\xae\x0c\xa6\x45\xe8\x91\x3f\x45\x09\x18\x48\xd3\x5d\x91\x0e\x2b\x1a\x08\xc4\xc3\x8a\xee\xa0\x1e\x72\x7f\x0b\x3a\xcb\xea\x61\xd7\x80\x3d\x74\xb3\x28\x53\x45\x3d\xc4\xf0\xd4\x43\x0c\x4f\x3c\x8c\xd7\xaf\x87\x76\x4a\x3d\xe4\xc8\x1f\x15\x28\x5b\x8f\xcc\x7b\xb2\xbd\x10\xd8\x52\x0f\x31\x38\xf5\x10\x83\x13\x8d\xd7\xfb\xd3\xe5\x5c\x8f\x4a\x53\x65\xfa\x12\x36\x5e\x3d\xee\x24\xd2\x6d\xf7\x83\x57\xf6\x50\x99\x31\x3b\xd5\xdb\xfe\x42\x92\xe3\x6f\xe9\x76\xc2\x56\x49\xb0\xf6\xb8\xe4\x58\x2f\xd2\x09\xc9\x06\x2c\x4a\x6f\x50\xd1\x55\xd4\x53\x77\xf8\x79\xda\xda\xac\xa7\x76\x43\x95\x74\x99\x64\x80\xab\xa7\xce\xd3\x7a\xea\x3c\x3d\x75\x04\xd6\x53\xab\xba\x9e\xb6\xaa\x73\x34\xe6\xa9\x06\xdd\x79\x35\x9c\x1c\xb1\x0d\xda\x80\x36\x19\x9b\x6a\xb4\xa0\x8e\x06\x52\xb2\xdb\xe5\x55\x83\xb8\x84\x1a\x8c\x4b\xa8\x5a\x3f\x15\xb9\xb1\x4a\x6e\x6c\x8a\x9f\xac\x41\x2b\xb6\x4a\x48\x24\xb7\x7b\x0d\xba\x70\x6a\x90\xee\xe6\x14\x80\x41\x0d\x97\xc6\x23\xc8\x65\x25\xc8\x89\xb1\x06\x46\x32\xd8\x48\x16\x29\x9e\x6a\x18\xea\x7c\x90\x19\x54\x00\x0b\x35\x4a\xa2\xad\x91\x5d\xa2\x58\xe2\x1a\x75\xd4\x54\x82\x64\x4e\xdd\xb5\x35\x16\x7f\x6f\x8a\x2f\x35\x39\xaa\x46\x2d\xdb\xaa\xe8\x97\x22\xcb\x5a\x55\x54\x8a\x3d\xa4\x0a\xb5\xfb\xb7\x26\xc6\x03\x53\x77\x53\x58\x4f\x45\x32\xac\x92\x0c\xa3\xce\x8c\x2a\x63\xb5\x3d\x6e\xdb\x03\x26\xf3\x55\x99\x02\x7e\x6a\x32\x11\xa2\x4b\x1a\xae\x32\x5c\xdb\xe3\x51\x18\x92\xca\x97\x32\xa1\x26\x14\x9b\xd2\x34\xd7\xf4\x52\xa7\xed\x8e\xaa\x2c\xde\x55\x36\x59\x7b\xd8\xc2\x92\xef\x64\x4d\x52\xad\x54\x09\xa0\x81\x79\x97\x49\xd6\x1e\xba\xba\x8f\x08\xed\x81\xf6\xda\xf2\x50\xfb\xb3\x34\x37\x35\x9f\x88\x14\x5d\xb4\xa0\x3e\x29\x96\x24\x0a\xce\xa2\x2a\x7a\xc4\x1e\x36\x7b\x76\xca\xd6\x1c\xf9\x30\xea\xfc\x0c\xa2\x54\x28\xc6\x6c\x2b\xcc\xb1\x66\x89\xe0\x35\x9b\x40\x52\x84\x8b\x5b\x73\xe2\x2d\xdb\x8b\x55\xc2\x43\xcd\x85\xfa\x6c\xb2\x82\x90\x88\x6a\xee\xea\x63\x36\xbe\x1c\x40\xcf\x9a\xa5\xbd\xad\xb9\x13\xf0\x69\xd3\x96\x2f\xfa\x78\x61\x4f\x52\xb3\x2e\x3e\x94\x42\x57\x00\xe2\x15\x26\xa6\x8a\x89\x09\x62\x58\x2a\x0c\x4b\x15\xc3\x42\xe0\x4d\x55\x44\x8b\x3d\x14\xcd\xa2\xb1\x29\x9c\x35\xc5\xf8\xb5\xa4\x14\x28\xb5\x70\x84\x14\x1d\x21\xe8\xd8\x6a\xa9\xbc\x56\x71\x86\x8d\x22\xdd\x90\x6c\x72\xe5\x3a\x51\x8b\x4c\x19\xb5\x00\x2b\xac\xbd\x5f\xa4\x0b\xac\x45\xeb\xff\x50\x98\x4e\x2d\xd2\x22\xd6\xf2\x0c\x6b\xac\x46\xac\xb0\x04\x8a\x2d\x81\x28\x8f\x97\x8a\xa0\x5e\xeb\xa1\xb3\x45\x8d\xad\x52\xce\xd6\x8a\x72\x56\xb6\xc2\x5a\x39\x35\xaa\x9d\x1a\x55\x5e\xa5\xb5\xca\x72\x51\xab\xcc\x81\x72\xc5\xaf\x55\x46\x88\x5a\x8d\x01\x21\x28\xa7\x56\x9d\xec\xb5\xea\x64\x97\x08\x53\xab\xae\xaa\x5a\xed\xaa\x6a\xb2\x1d\xd6\x9a\x29\xcb\x76\x5c\x97\xd2\xac\x22\xf5\x57\x49\xfd\x49\x1e\x8d\xb5\x32\x49\x55\x93\x74\x2a\x0f\x41\xad\x37\x85\xdd\x3a\x80\x78\xed\xa1\xad\x72\xe0\x0c\x8a\x5f\xad\xf5\xa1\xb4\x07\x66\x44\xf3\x54\x25\x29\xd7\xfa\xc2\x64\xd0\xa9\xa1\x35\x55\x87\xd6\x94\x06\xad\xb1\xd4\x1b\x00\x69\x4d\x24\xb1\x2c\xb5\xd9\x52\xaf\xca\xf1\x52\x9b\xa4\xdb\xda\x6c\x01\x12\x7a\x59\x5b\xd3\x62\x6c\x36\x5d\x5d\x10\x81\xb5\x75\x15\xdf\xba\x71\xae\xb2\x2b\xd7\xc6\x41\xdb\x1e\x62\x9c\xec\x52\xab\x52\x62\xfc\xd4\x26\x17\x83\x33\x68\xd4\xda\xa0\x4e\x99\x3f\xad\x5b\x46\xe3\xf4\x6d\x0a\x68\x3b\xe5\x77\x55\x3b\xc7\x6f\xe7\xf8\x15\xc7\x56\xbb\x58\x88\xda\xe5\xba\x16\x94\x4a\xbf\x76\x89\xf6\xb5\x27\xb2\xa5\xdb\xc0\x75\x6e\x2b\x85\x07\x11\x2a\x54\x15\xb5\x63\x0f\x99\x8a\x95\x04\xb0\x76\x49\x43\xb5\x9b\x34\x44\x48\x62\xed\x37\x5f\x2a\x78\x5c\xa1\xdd\xb5\xbf\x6a\x2f\xb1\x2b\x5d\x77\x4a\x17\xef\x54\x15\x66\x52\xa5\x9c\xaa\x9d\xe3\xa6\xdb\x71\xd3\xa4\xe5\xaf\x97\x78\xbf\x7a\xd9\x8a\xeb\x32\xa0\x56\xb8\xd0\x2a\x2e\x34\x49\x8f\x5d\xaf\xa2\xe2\x15\x39\x91\x15\xe1\x51\x2f\x89\xe8\xf5\x92\x88\x1e\xe4\x17\x5e\xaf\xf2\x40\xd3\x6d\xda\x4e\x95\x26\xd5\x5d\xbd\xe4\x14\x17\x65\x48\xaf\x97\xb4\x8c\x55\x71\x14\x35\xe7\x7f\xe1\x9e\xbe\xba\xe6\x48\x41\x10\x51\xfe\xf2\x55\x91\x0e\xf6\xc0\x54\xaf\x61\xb8\xb8\x5b\x2f\xee\x56\xb9\x7f\x55\x85\x2d\xd8\x03\x17\x86\xa8\x06\x48\x8d\x5b\x15\xaa\x00\x16\x6b\x95\xcf\xbf\x3d\x4e\x5b\x65\xdd\xba\x28\x4e\xd4\x1e\xd5\xce\x11\x9d\x6f\xf2\xec\xb5\x07\x15\x98\x00\x5e\x9f\xa8\x19\x12\x02\x4b\x96\xa3\x75\x55\x24\xb6\x3d\xba\x0a\x83\xa4\x1e\x08\x9b\xbf\xca\xc2\x53\xe1\xfc\xaa\x38\xbf\xa4\x54\x31\x55\x20\x2d\xf6\x50\xf9\x41\xeb\xff\x81\xd5\x50\x6a\xe7\xd4\x74\xd2\x3f\x83\xc2\xac\x35\x59\xae\x96\xf5\xa5\x15\xca\x7a\xd6\xe4\x09\x51\x5f\xca\x7f\x29\xdf\xd8\xff\xfa\x72\x80\x92\x62\xea\x90\x17\x46\x1d\x1c\x2d\x40\x20\x9c\x41\x03\xa9\x94\x53\xf6\xd0\x00\x89\xab\x18\xac\x57\xa5\x98\xc9\xf2\xe0\xae\x43\xa2\x61\xc5\xcc\x4b\x08\x41\x9d\xb4\x43\x26\xcd\xd6\xb4\x49\x26\x8b\x1f\xd0\xe2\x24\x0b\x42\x9d\xdc\x1d\x82\xf3\x6a\x4d\x5c\x16\xe6\xc8\x2a\x73\x64\x4f\x0d\x52\x87\x64\xec\x93\x14\xc6\x75\x72\x44\x63\x6b\x3c\xe5\xfa\x54\x27\x07\xb2\x60\xbc\xda\xc9\x6b\x17\x75\x5e\xa7\x95\xaf\x7e\xca\x4e\x67\x8f\x5b\x6f\xd9\x08\x61\x9b\xab\xb2\xcd\xb5\x53\x3d\x9f\xdc\x27\x02\x2e\x89\xdc\x60\xf3\xa5\x4a\xe3\xb7\x3b\x2c\xc5\x84\x8f\x51\x96\xa3\xa4\xb0\xaf\x2a\x57\x09\x7b\xe8\xe2\x3e\x75\x71\x4f\x96\xcb\xb4\xe5\x92\x3a\xaf\x4d\x7a\xa9\xb8\xc6\x20\x65\x43\x9d\x32\x72\xd5\x29\x23\x57\x90\xa5\xa4\x61\xb4\x6b\x32\xda\x55\x69\xe6\xda\x11\x6f\x91\xc0\xdf\x94\xf4\xd0\x0e\x71\x28\xed\x30\x0e\xa5\x29\xa1\x60\x3b\x74\xaf\xb5\x43\xf7\x9a\x38\xe3\x76\x34\xbe\x44\xad\x6f\x87\x63\x3b\x74\x12\xb6\xc3\x76\x42\x90\x19\xb7\x9d\xd9\x46\xbb\x9d\xb8\x68\x4b\x11\xde\xe4\xc2\x60\x0f\xcd\x80\xf1\x31\xed\x94\x39\xaf\x9d\x36\xda\x49\xba\xeb\x76\xea\xf8\x69\xa7\x8e\x9f\xa0\x00\xc0\xa6\x00\x72\x7b\x68\xe3\xe7\xa8\xd2\xd4\xf9\x26\x93\x49\x53\xda\xcf\x26\x7b\x87\x3d\xee\xdf\xbf\x82\x80\x93\x5b\x90\xc8\xd2\x82\x44\x16\x99\x01\x5b\x10\xbb\xdf\x82\xd8\xfd\x53\xfe\x6a\x4d\x61\xe5\xf6\xe8\x0a\x83\xd6\x97\x05\x92\xa2\x41\x83\x32\x17\xb7\x20\x1b\x5c\x0b\x4d\x3c\xa2\x09\xe8\x2d\x6a\x0d\x35\x05\x53\x07\x29\xa6\x5b\xd2\x55\xd4\x92\x5c\x5f\x0f\x45\x0b\xb5\x2c\x9e\xb9\xe5\xa0\x8e\xda\x91\xd0\x32\x15\xe4\xa2\x3a\x35\x51\x59\x9a\x83\x96\xa5\x39\x68\x0a\xa8\x6d\xb2\x08\xd8\x43\xde\x00\xc6\xe0\xb4\x22\x53\x55\x2b\x38\x9c\x28\x37\x4e\x2b\xba\xae\x9b\x98\x13\x1b\x22\xab\xb4\x48\x79\xd0\x8a\x6c\x55\xf2\x00\x68\x45\xb7\x6e\x2b\x76\xeb\x36\x31\x68\x0d\xc3\x40\x93\x61\xc0\xba\xfb\xd7\x4f\x93\x41\xc0\x1e\xf1\xf7\xaf\x28\x60\xd5\x56\xa5\x7a\x6c\x1e\x36\x2b\x37\x23\xbb\x2d\x45\x93\x8f\xcf\x21\x0c\x81\x56\xa5\xf2\x6d\x15\x95\xaf\xa2\xf1\x5a\x9d\x7c\xab\x9c\x26\x41\xee\x0a\xad\x89\xe9\x6c\xba\x90\xcf\xc0\xcc\x34\x29\x5c\x5a\x3b\xad\xab\xb2\xb1\xb7\x26\xb9\xce\x66\xee\xf7\xaf\x5a\xaa\xde\x92\x58\xd7\x1a\x7a\x6c\x89\x2e\xad\x55\x68\xb2\xb1\xe8\x10\x6b\x4d\xbe\x25\xad\xb5\x20\x2f\x19\xeb\x43\xbb\x29\xff\x06\x55\x53\xbd\x6f\x0f\xaf\x49\x7b\x2b\x06\xa6\x35\xf1\x5f\xad\x19\xe7\xd1\x15\x9e\xd0\xda\xe4\x2d\x69\xdd\x0f\xc1\x89\xb7\x2e\x8d\x51\xd3\xb5\x9d\x94\x20\xa5\x75\x79\x89\x34\xd9\x2a\xce\x43\xb1\x46\xad\xcb\xdc\xd0\xba\x6c\x8d\xa7\xf0\x44\x5a\x97\x1d\xa1\x75\x94\x46\x41\xeb\xb9\xcb\x6e\xd0\xba\xec\x06\x41\x10\xf7\xad\xb3\x63\xba\xbc\x50\xa3\xa2\x70\x5a\x7f\x79\xcf\x0e\x92\xa6\x6c\x16\xad\x4f\x5a\x22\xaf\xcd\x53\xb9\x41\xdb\xc5\x14\x5e\x36\x85\x41\xc6\xd7\xa6\x70\x49\x7b\x18\xa7\xa3\x48\x8b\x76\xc9\x7c\xd1\x2e\x5b\xfe\x80\xd4\xb5\xab\xf2\xa1\xbc\x74\xe4\x0a\xd8\xae\x97\x0f\x15\xf1\x72\x28\x98\xa8\x29\xfc\xcd\x1e\x59\xd1\x42\xc6\x05\x37\x5d\x78\xf6\x30\x66\x59\x26\x99\x76\x4b\x3d\xd6\xee\xa4\x0b\x4d\x13\xa3\xa8\x2a\x7b\xc8\x8b\xec\xa8\xe5\x8f\x57\x76\x53\x80\x93\x3d\xb4\xe0\x93\x16\xda\xdd\x1b\x34\x98\xc0\x64\x8d\xc2\x78\xd1\x64\xbc\x68\x4a\x1f\xd2\x1e\x76\x19\xe9\xbc\x8e\xa0\x46\x29\x6b\x80\x3d\xf2\xef\x5f\xbd\x68\x79\xcb\x44\x61\x0f\x31\x69\x52\x8a\xb4\xe7\x82\x66\xcc\x6b\x10\xf0\x6f\x53\xd6\x27\x7b\x18\x1b\xd8\xaa\x2a\xe0\xbc\x12\x36\x60\x92\x39\xa9\x3d\x3a\xbe\xdb\x33\xb4\x32\x72\x10\x89\x96\x8d\x57\x24\x7b\x4b\x19\x7a\xed\xc1\xae\xd0\x72\x57\xd6\x7d\x7b\xd4\xdf\xbf\xc8\x8f\xd3\x5e\x3a\xf0\x5a\x07\xba\x04\x84\xa6\x0c\xef\xf6\x98\x22\xd9\xa0\x0a\xda\xc8\x1e\xc9\x48\x3a\x0d\x07\x3b\x96\x5c\xdb\x87\x64\xaa\x86\x06\xa7\x49\x83\x73\x9e\x0a\x71\x6c\xb2\x78\xd8\x43\xea\x0f\x46\x68\x88\x87\x6f\x43\x6e\x32\x51\x50\xc2\x6d\x70\x08\x0b\x9a\xb4\x49\xe9\xd5\x06\x27\x9d\xd4\x3b\x64\x76\x68\xf2\x88\xb4\x87\x6c\x5d\x26\x14\x36\x3c\x03\x1a\x09\x61\x0f\x4e\x98\x49\x47\xe5\x56\x75\x1e\x4d\x1b\x7b\x72\x84\x01\x38\x1f\x84\xd0\xd6\xf0\x4f\x6a\xc0\x7d\x06\xe1\xa9\xb5\x99\x79\x2f\xe3\xd6\xa3\x9d\xa2\xcb\xdf\x1e\x78\x7a\x51\x07\x67\xdd\x24\xd2\x4c\x9e\xf5\xfd\xd0\xa9\xd0\x0f\x3b\x15\xb2\x9a\xd2\x0f\x71\xca\x5d\xf7\x5a\xd6\x76\xef\x87\xb8\xfd\x7e\xf4\xb6\xa2\xfa\xfb\x61\xc2\x86\x3d\x64\x9a\x3f\x45\x12\x57\xdc\x0f\x9b\xda\x26\xd8\x92\x7e\x68\x27\x76\x81\xba\x34\xf9\xb8\x75\xb9\x96\xd8\x03\x93\xb7\x0d\x52\x97\x93\x81\x3d\x64\x4b\x4e\x26\x26\xf4\x33\x5e\xd0\xb4\xff\x85\xab\xd0\x85\xee\x62\x0f\xe2\x2a\x8d\xa9\xe8\xa7\x76\x54\x3f\x6d\x60\xaa\xe2\x2a\xba\x9c\x11\xec\xa1\xf5\x60\xe3\xd6\x4f\xfa\x79\x2a\x5e\xe9\x68\x5d\x35\x34\x6a\x55\x4c\xc8\x21\x87\xf0\x7e\xea\xb8\xee\x27\xc7\x75\xca\xaa\x55\xdc\x70\x3f\x8d\x1b\xce\x02\x11\xef\xa7\xe4\xe7\x7e\xca\x08\x10\x94\x00\xb2\x9f\x83\x06\xdb\x28\x34\x39\x84\x77\xa9\x8e\xec\x61\x0c\x4f\xd2\xb8\x05\xf1\x06\x3d\x20\x25\xc9\xa3\xbc\x87\x09\x0d\xe8\x77\x46\x2e\xea\x48\xec\x51\x47\xe2\x29\x11\xba\x0b\x08\xc4\x1e\xaf\x7c\x97\xad\xab\x82\xe3\xb0\x47\xc7\xe5\x05\xda\x05\x0d\xb7\xd4\x6c\xa3\x94\xb2\xfa\x9f\xb2\xcd\xb3\xbc\xef\x7b\x2a\x7c\xaa\x93\x20\x0a\x6a\xa1\xcb\x5f\xd1\x1e\xc3\xe4\x76\xe3\xf6\x7a\x92\x41\xad\x27\x19\xd4\xa2\xa0\xc1\x7a\xbe\xf4\x69\xc6\x57\x34\xd8\xb4\xca\x0d\xdd\x1e\x97\x0c\xac\x87\x68\xe2\x0a\xbb\x54\x0a\x59\xfe\x8c\x3d\xbf\x1a\xb8\xac\x30\xc2\x10\x8d\x87\xed\xf9\xe5\x35\xcc\x1b\x02\x60\xe9\x45\xa2\x75\x2f\x49\x5e\x30\x5a\x24\x45\x46\x9c\x5e\xec\x92\x0d\x92\x05\x7a\xb1\xfb\xcd\x1e\x72\x1c\x33\xa6\xad\x17\x26\x55\xaa\x85\x28\x60\xd6\x2e\xfd\x82\x3d\xec\xc4\x38\xec\x2c\xe8\xa5\x53\x96\x9d\x12\x5d\x80\x37\xbd\xe8\x4c\xed\xc5\xce\xd4\x28\x37\xf9\x2e\x7f\x01\x7b\x34\x3b\xbf\x8d\x41\xeb\xc2\xcf\xb0\x47\x55\xf1\x6a\x84\xa4\xf4\x2e\xc3\x4d\x54\xf8\x5f\xaf\x3a\xca\x7a\xb5\xbd\x9f\x84\x41\xd1\x65\x22\xb1\xc7\x43\x27\xa1\x0d\x68\x92\xe5\xe5\xce\xdf\xab\xdc\xbe\x7a\x8d\x5d\xd0\x26\x51\xa4\x17\xd2\xd0\xdc\xa9\x82\x4c\x69\x76\xbe\x67\x69\xc4\x7b\x95\x41\xab\xcb\xb2\xd2\xc5\xdc\xf4\x2a\x51\xac\x57\x45\x8d\x47\x89\x1a\xbd\xbe\x14\xa6\x30\x8a\x20\xe7\xc9\x2e\x84\x0e\x7b\x0c\xda\x61\x53\xdc\x74\x5f\xf6\x26\x96\x47\xee\x83\xbd\xc9\xc3\xa4\xb7\x43\x5e\x1a\x76\x99\x77\xe9\x12\xec\x61\xac\x81\x3c\x28\x3b\x8c\x4c\x17\x23\x13\x95\x78\xb8\x37\xb1\x01\xbd\x99\x3c\x9c\x64\xa4\xeb\x8d\xe5\xdd\x14\x8c\x14\xe4\xd9\xdb\x1b\x13\xdc\x84\x5c\x1c\x94\x79\xa0\x37\x79\x51\xf4\xa6\x58\x95\xa8\xd8\xc4\xde\x2e\x2a\xbd\x70\x19\xa7\x6d\x62\x5b\xba\xd8\x96\x33\x88\x7b\xec\x8d\x6e\xb5\x29\x7f\x11\x63\x3b\x7b\xd7\x31\xdb\x3b\xc7\xac\x1c\x14\x7a\x67\x66\xba\x66\xe6\x14\xd0\x61\xef\x92\xb4\x7a\x97\xdc\xa9\xe3\xbe\xf7\x8b\x4f\xf1\x21\x11\x82\x6b\x17\x84\x85\x3d\x12\x21\xd7\x7f\x36\x59\xf7\x4e\xa3\x80\x9e\x38\xbb\x26\x58\xb0\x0b\xf6\x50\x27\x43\x85\x76\x41\xb3\x53\x58\xe2\x4d\xbf\x74\xa6\x77\x69\x07\xce\x28\xfc\xc9\x2e\xdb\xd5\x4f\x17\xe6\x40\x62\x18\x2f\x1a\x25\x26\x25\x2b\x9c\xac\x63\xc1\xea\xb2\x60\x25\x05\x78\xf5\xfb\xd0\xda\xb8\x05\x74\x11\x84\xdd\xd5\x6f\xe6\x49\x36\xab\x33\x0a\x89\xa5\x2b\xdc\xfe\xa7\xdf\x92\x60\xa3\x80\x10\xfa\xcd\xe8\xe0\x1e\x72\x48\x90\xeb\x8a\x90\xb7\x47\x50\x43\x44\x92\x57\x74\xbf\x95\x49\xf5\x10\x63\xda\x6f\x0e\x49\x19\x9f\xce\x20\x7f\xad\x2e\x83\x90\x3d\xb0\xa5\x19\x0b\xd7\x1f\x56\xb3\x84\xfd\xac\xfc\x62\x5d\x08\xa1\xf6\x08\xf8\xb7\x59\x2f\x5e\x76\x10\x30\x69\x41\x16\x85\xfe\xca\x10\xde\xc9\x09\x1c\x0e\xf5\x42\x59\x8f\xec\xa1\xde\x56\xde\x93\xe0\xd6\x5f\x09\x6e\x41\xea\xe6\xfe\x32\xc9\xa4\x86\x0b\x32\x5b\xf5\x97\x93\xed\xd5\xc9\x16\x65\x91\xea\x82\xbb\xb7\x87\x09\xec\x2c\x72\x85\xec\xd9\x03\x99\xcc\x98\xad\xae\x04\x18\xf6\x78\xf5\x9a\xd5\x8a\xfb\x76\x97\x78\x7f\x9e\x4a\x08\xd4\x95\xcf\xcc\x1e\x05\xe7\x94\x28\x1a\x9f\xea\xac\x17\x96\x5d\x1f\x5c\xa6\x43\x6c\x6d\x94\x1e\xae\x2b\x20\xe2\xa7\x8b\xa5\x38\xcf\xe3\xb0\xf7\xd0\x09\x74\x74\x02\x41\x5e\xcc\x1d\x1e\xa1\xcb\x8b\xf9\x0c\x42\xc7\xe8\xf0\x08\x5d\x3c\x42\x96\x3a\xa1\x4f\x6e\xce\x29\x43\x40\x54\xcc\x7b\x9f\x8c\xdd\x14\x2c\x40\x54\xc8\x6c\x9f\x6c\xc1\x49\x9c\xa4\x27\x4d\x49\x91\x1c\x07\xeb\xbf\x93\x68\x2a\x21\xe6\xa5\x04\xf2\xee\xfa\x2f\x79\xfd\xc3\xfe\x9b\xb1\xcd\xeb\xbf\x85\xbf\x09\xf2\x2e\x39\xee\xeb\xfa\xaf\x42\x23\x1a\x88\x9e\xe9\x21\xed\xdf\xfa\x6f\x26\xf6\xe6\x5c\x7f\x93\x40\xec\xff\x55\xf4\x8d\xe3\xda\xe7\x83\x04\x0f\xeb\xbf\x95\x54\xc0\x3b\x2f\xc1\xe0\x3b\xfd\xb7\x7d\x81\xd7\x87\x26\x78\xe0\xb4\x5b\x00\xfe\x20\xd0\x62\x1c\x64\x52\xd4\x94\x8c\x43\x3a\xca\x81\x99\xad\x28\x94\x62\x1c\xc9\x69\x04\x62\x2a\xc6\x5d\x36\xb7\x9f\x71\x64\x72\x3c\x28\x2c\xf9\x10\xc3\x3e\x0e\xc1\xa8\x80\x90\x3f\xe4\xf6\xf9\x33\x0e\xf2\xf5\x81\x66\x77\x54\x68\x0a\x5a\x2d\x59\xb1\xad\x87\xd6\xee\x38\x04\x44\x50\x32\xd0\x7a\x0a\xe1\x18\x87\x34\xc8\x45\x49\x9d\xc6\xf1\x50\x07\x29\x90\x05\x1f\x3b\x0e\xe9\x69\x87\xd8\xb5\xb3\xc8\xa1\x77\x1c\x93\x3a\x48\xc5\x23\xf7\xae\x71\x48\x4f\x3b\x0e\x05\x4d\x16\x99\x3c\xc7\xc9\xb8\xe0\x77\x5a\xc4\xcb\x0f\xcc\x75\xe3\xc4\x24\xa6\x9c\xc9\xe3\x94\xaf\xde\x38\x89\x21\x26\x04\x18\xc6\x6f\x9c\x89\x84\x51\x02\x4e\x12\x77\x67\x0f\xcf\x41\x2b\xc0\x3d\xb1\x34\xe3\x14\x4b\x53\x08\xab\x3d\xa5\x4b\x1d\xa7\x42\x6e\x48\x6c\x38\x4e\x19\xbc\xc6\xa9\x20\xf7\x02\x56\xcc\x29\x3e\x67\x9c\x9e\x00\x51\x41\xa8\x04\x91\x0c\x71\x7b\xa7\xc3\x31\x9c\xe2\x09\xc6\xd9\x69\x4b\x03\xf4\x2f\x41\x23\x02\x57\x21\xbc\x84\x9b\x8c\x93\xbc\x69\x4a\xbe\x3f\xe4\xda\xfa\x33\x08\x38\x29\x60\x62\x9c\xb7\xc6\x59\xfe\xac\xb6\x2e\x55\x9e\xe4\xa5\x71\x3e\xac\x47\xda\xf7\xd0\x37\x4f\x82\xa0\x28\x76\x69\x76\x7e\xc6\xc9\x38\xcb\xf4\x32\x82\x6e\xe4\x21\x6d\xce\x59\x9a\x82\xf1\x83\xce\xbf\x11\x74\xfe\x95\x9e\x80\x07\xd4\xb7\xc1\xd7\xb5\x10\x04\xa4\xc8\xf9\x19\x81\x71\xd1\x79\x3a\x50\xe8\x8c\xd0\xa0\x75\x80\x02\xd5\xbe\x00\x0c\xa7\x02\x09\x46\xd0\x1e\x1b\x81\x50\x5d\x22\xd1\x71\x52\x1d\xe1\x86\x26\x94\x81\x70\x43\x1b\xb8\x5a\x3b\x42\xa0\xc6\x39\x80\xd3\x00\x58\x64\x98\xf4\x63\x12\xcc\xaa\x70\xe3\x28\x49\x79\x44\x90\xa5\x41\x8f\x8c\xa7\xd3\x88\x82\xd3\xfc\x46\xdd\x50\x23\x46\x87\xea\x17\x3c\x9e\x64\xb8\x11\x23\xc8\x7a\x0a\x9b\x8f\xba\xa1\x46\x04\xb9\x5b\xc1\x45\x23\x26\xca\x43\x4f\x22\x57\xce\x11\xc5\x3e\x8f\x48\x8a\xf5\xd3\xb1\x07\x5f\x68\xe4\xa8\x07\xf6\x4f\xec\xca\x88\xd9\xd3\x6c\x0a\xf0\x4f\x67\xc8\x88\xe4\x36\x93\x86\x73\x44\xf1\x65\x23\x6a\xff\xa6\xb3\x03\x47\x98\xa0\x81\x09\x78\x9c\x7f\x64\x12\x46\x64\x6a\x22\x19\x39\x65\xa3\x1d\x72\xc7\xb5\x87\xc7\x0e\x6a\xd8\x2a\x4d\x25\xb3\x8c\xd4\x30\x23\x36\x9a\x0a\xb6\x6f\x60\x88\xe4\xcb\x37\x22\x40\xd5\x32\xb9\x8c\x28\xb5\xff\x88\xc4\xbd\x03\x54\x15\x39\x42\xe2\x03\x0d\x90\xc6\x87\xb6\x3c\x68\x46\xb5\xec\xe2\xc3\xf0\x02\x24\x1a\x41\x5d\x7c\x79\xef\x25\x73\x90\x8e\x24\x49\x2a\x3f\x23\x0e\xcf\x08\xac\x69\x18\xbc\x47\x3a\x18\x80\x9e\xe2\xe4\x3d\x92\x25\x48\x76\x1a\x44\x59\x8d\x44\xee\x72\x19\xa0\x47\x92\x3c\x35\x88\x36\x23\xab\xdf\x50\x30\xf6\xcf\x48\x2b\x35\x8c\x10\x07\x39\x82\x53\x20\x08\x1e\x7c\xc4\x48\x79\xe4\x72\x01\x83\x49\x22\xd2\xcf\x48\x19\xb8\x61\xc5\xc4\x27\xd9\x63\x46\x62\xba\x94\x14\x67\xa4\x42\x79\x20\xe1\x09\x1d\x7a\xa4\xa2\x6d\x4b\xe0\x74\x4a\xb4\xaf\x52\x5e\x03\x60\xb5\x00\x65\x58\xa0\x91\x64\x07\x78\xc5\x4e\x5b\xb4\xcd\x92\x0c\x7b\x23\xc9\x26\x38\x12\x63\x2f\x47\xbc\x21\x4f\xea\x9f\x91\x40\x93\x07\x68\x26\xbd\xd4\xc1\x58\x49\x01\x3a\x32\x63\x95\xc9\x5f\xa2\x3c\x19\x23\x4b\xc9\x3d\x32\x63\x25\x1f\xc1\x91\xd9\x3e\x39\x38\x4d\x80\x86\x92\xc7\x47\xf6\xb4\x38\x11\x2c\xc4\x02\x0d\xfc\x62\x41\x59\x64\x69\x1e\x46\x26\xa5\x81\x5c\x3d\x47\x96\xaa\x60\x64\xf2\x16\x81\x1c\x90\x2f\x68\x9e\x41\x9d\x6f\x4d\x4e\xfe\x19\xf9\x85\xc6\xb7\x92\x04\x87\x24\x41\x19\x63\x46\x7e\xa9\x15\x68\x78\x30\x8b\xf0\x99\x1b\x59\x3c\x4f\x92\x9f\xeb\xc8\x62\x16\x46\x66\x04\xe4\xd8\x38\x0a\x23\x50\x88\x3f\x55\x1a\x83\x51\xb8\x84\x0a\x31\xb5\x0a\x53\x1f\x45\x02\xc0\xc0\x58\x9d\xa4\x1a\x1c\xc8\x9a\xa3\x68\x76\xc9\x6a\x39\x4a\x81\x86\x1b\x29\x00\x29\x45\xda\xee\x51\xd8\x31\x5d\x10\x32\x78\x96\x0f\x3c\xcb\xb3\x92\x9a\x8c\x72\x51\xef\x45\xfa\x10\xf0\x1d\x2f\xf5\xa3\x00\xdf\x73\x80\xec\xc8\x65\x50\x48\x6d\x7d\x08\xff\xa4\x4c\xbe\x55\xdf\x1c\x57\xa1\xd2\xb7\x0a\x6e\x15\xc8\x9b\x95\x59\xab\xc0\xb4\x28\xf7\xe0\xa8\xac\xc8\xba\x32\x74\x0b\xbc\x51\x7c\xf4\xa8\xd2\x98\xe6\x70\x02\xdb\xa8\xb6\x54\xe5\xc9\x27\xbb\xea\xa8\x92\x9f\x46\x05\x2c\x0c\xe8\xca\x2a\x35\xe7\xa8\x2b\x4d\x8e\x80\x1d\xe5\x3c\x38\xea\xf4\x94\x35\x42\x6e\xa4\x7d\xed\xf0\x74\x56\x45\x34\x8d\x5f\x03\x9f\x0b\x0c\xc3\x16\x54\x5e\x03\xb4\x31\xea\x10\x6d\x32\x6b\x8e\x46\xae\x22\xe5\xeb\x1d\x98\x9b\x47\x03\x0a\x66\x61\x40\xf2\x2d\xf5\x2a\x9d\xca\xe8\xd4\xdb\x3d\x83\xa7\x90\x43\x70\x82\x1f\x72\x82\x3f\xdb\x09\xcc\x9f\x62\x03\x47\x2f\x9e\x88\x1a\xe4\xc8\x08\xcd\x21\x1f\x05\x14\xc8\xa9\xdb\x1d\xef\x52\x97\x5f\x67\x1d\x74\x32\xe1\x70\x59\x75\x31\xc9\xa3\x03\xa7\x25\x0f\xe7\xd1\xa5\x70\x1f\xbd\xe2\x07\x13\x81\x90\xd4\x98\xf6\x06\x50\x62\x06\x2f\x92\x6f\xc1\xae\x02\x94\xa4\x73\x1a\xf4\x0e\xd4\x22\xed\xeb\xf4\xa3\x3b\x84\xa3\x20\x0e\x3b\xfd\x00\x9d\xea\xd4\xce\xea\x5c\xce\xdd\xd1\x3f\x2b\x34\x7f\x8f\x70\x79\xca\xe3\xc2\xee\x00\xd5\x29\x55\xe0\xe8\x30\x87\xfd\xa6\x1f\x9a\x8f\x7e\xd3\x0f\xf9\x3f\x36\x19\x4e\x07\x36\xf1\xd1\xc1\x16\x00\xbd\xab\xdf\x3a\x0d\xba\x83\x7e\x32\x1f\x0f\xdf\x3e\x8e\x1f\x06\x64\x24\xfd\x00\x8a\x40\xfe\x52\xa3\xbf\xf4\x17\x5c\x95\xe0\x60\x90\x8c\xfd\xeb\xd0\x91\xaa\x63\xf0\x1e\xc9\xc7\x58\xa7\x7d\x50\x87\xe4\xc7\x06\x9c\x72\x1f\xf4\x6d\xf2\x9e\x43\x3b\xf2\x9e\x98\xd7\x16\x98\x23\x98\xd7\x4e\x86\xd3\x00\xde\x20\x6b\xe8\x02\xb4\x27\x00\xed\x27\xed\xcd\xb8\xc0\xe0\x0f\x00\xe7\x71\x96\x5c\x87\x83\x44\x82\xf1\xa8\x3a\x2e\x10\x59\x14\x30\x3e\x2e\x09\x39\xe3\xc2\x1f\x2a\xfc\x0b\x1a\x81\x71\xc9\xa5\x66\x5c\xa0\xd7\x29\xa9\xc8\xb8\x02\x45\x83\x4e\x17\x2a\x58\x91\x34\x21\x3a\x4d\x08\x7c\xd1\x69\x98\x15\x81\x43\x84\x1f\xba\x80\x30\x57\x9e\xf1\x71\x49\x26\x1e\x17\xb0\x54\xe0\x12\x5f\xf0\xd9\x17\x50\xcb\x4a\xe2\x33\xe4\x98\x60\x0f\xf0\x0c\x05\xb3\x83\x4d\x64\x5c\xe2\xb3\x1b\x17\xfb\x05\x9f\x2d\xdf\x05\xa3\x69\x88\xd8\x52\x17\x08\xb1\x42\x2c\x19\x97\x6c\x1b\xe3\x02\xf1\x22\x32\xbc\xf0\x98\x17\xee\xf8\xe0\xb0\x5e\x4d\xcb\xe9\x62\x0b\x00\x3d\x77\xb1\xdc\x2f\x90\xd9\x64\x9d\x1a\xd7\x45\x1d\xc0\xb0\x39\x6c\x26\x47\xeb\x45\x12\x6c\x8e\x95\x8b\xa5\x7d\xb1\xb4\x1d\xa8\xf2\x66\x5a\x49\x4b\x28\x6d\xd8\xb8\x6e\xfa\xf1\xd0\x0f\xc0\x1c\x1f\xea\x65\x79\x02\xe6\x8a\x4e\x65\x5c\x2f\x48\x7d\x8c\xc1\xcb\xb7\x2c\x4f\x30\x90\x2f\x19\x27\xc7\x35\x1c\xca\x10\x1a\xfd\x25\xe5\x4e\xd2\xf2\xbc\xe0\x8b\x2f\xc9\x5b\x2d\x01\xf2\xc9\x92\xbd\x40\xe5\x4d\xa0\x66\x4e\xc6\x0f\xa0\xe7\x04\xa8\x25\x47\xf0\x05\x5e\x69\x02\x3d\x0e\xd9\x00\x6d\x4e\x4b\x09\xa4\xc5\x0a\x8d\xf7\x40\x7c\x83\xa7\xbe\x81\x98\x4a\x8e\xae\x98\xa1\x69\xfc\x12\xb8\x8a\xf2\x5b\x18\x77\x60\x0c\xb4\xfe\x6e\xa9\x69\xc6\x1d\xc0\xee\x04\xc1\x4d\x66\xdc\x71\x8b\x1f\x6f\x1c\xd5\xb7\x14\xf7\x43\x31\x44\xf6\x1e\xb4\x01\x8d\xb6\x74\x30\x15\x35\xa6\x37\x88\xed\x4a\x9d\x37\x6e\xf8\xf1\x3b\x79\x7a\x60\x80\x13\x6f\x68\x98\x2d\x74\x74\xdd\xf0\xe8\x37\x30\xcd\xf2\x01\x1c\x37\x0c\xca\x0d\xbe\x11\xb2\xc6\x9d\xe9\x9b\xe7\x73\x3c\xa0\x51\x07\xf9\xf7\x60\xb4\x08\x52\x1a\xa8\xaa\x72\x15\xc3\x78\x17\xc6\xb4\x80\x6b\x77\x80\xb4\xc8\xb7\x0e\x35\x0c\x72\x5e\xa1\x5e\xa0\xa9\x80\x14\xbb\x2b\xef\x81\x73\xda\xf8\xb6\x32\x06\x5c\x11\x19\x38\x3d\x98\xf5\xbb\x39\x4c\xa3\xfa\x06\x9b\x71\x73\x6d\x64\xad\xab\xbb\x31\xce\x0d\xf4\x3e\x70\xfd\x3a\x73\x09\xb4\x70\x03\x7a\x11\xd9\xf4\x06\x1e\x4d\xba\x90\x81\x61\x70\xdc\xdd\x81\x14\x55\x47\xa7\xbc\x0e\xce\xa0\xb0\x98\xe4\x56\x6e\x0f\xb0\xff\x40\xb0\x64\xbf\xdd\x9e\xcf\x07\x74\x45\x64\xdd\xfb\x62\x4c\x81\x35\xbc\x58\x6b\x97\x67\xd6\x04\x11\x91\x79\xf3\x24\x34\xd4\x71\x33\xa6\xb7\x43\x1a\xaa\x7d\xb2\x42\x8f\xfb\x66\xac\x00\xcb\x64\x5f\xde\xc0\xa2\x36\x87\x3e\xa4\x5e\x50\xf5\x33\x6b\xfc\xa1\x0e\x4f\xb5\xe0\xd8\x83\x8c\x01\x29\xe1\x1a\x6b\xfc\x65\x7e\x5f\x4f\xb6\xaf\xf1\x7b\x19\x03\x80\x4f\x1b\xe8\x82\x83\xf6\x91\x4c\x50\x61\xfa\x83\xa0\xb3\x71\x93\xfe\xab\x81\xab\x89\x10\x73\xe3\xc0\x9d\xa9\x63\xd0\x96\xe1\xb9\xbf\xd5\x37\xae\xa6\x7b\x90\xae\xaf\x82\x60\x48\x1d\x80\xa7\x36\xf0\x40\xd1\xb5\xdc\xd3\x13\xcd\x03\x6e\x48\x3f\x60\x79\x1a\x88\x83\xd2\x85\x8d\xe7\xa0\x2d\x02\xb8\x7c\x14\x8a\x30\x1e\xcf\xd3\x0d\xbc\x1d\xec\xd7\xca\x33\xad\x73\xed\x81\xf5\x7d\x3c\x7f\xee\x01\xad\x43\xa3\xcd\x80\xde\x71\x85\x3d\x27\xd9\x51\x74\x15\x3f\xdc\x51\x4f\x00\xbc\x50\xe7\xdf\xc3\xde\x97\x0b\xff\x99\xa5\x72\x1f\x0f\x42\xd6\x23\x1c\x9a\x2c\xfd\xde\x50\x3e\x2d\x7b\xf8\x7b\x82\xf9\x93\x13\xec\x20\x1c\x8f\x0c\xca\x83\x78\xbc\xf1\x90\x80\x29\x3b\x5a\x22\xfd\xe0\x8e\x52\x82\xa9\x41\x90\xde\x78\x3c\x0d\xb2\xee\xb7\x07\xf9\xfc\xc9\xd4\x0b\x12\x20\xf2\xf9\x4a\xbd\xce\x18\xa0\x5f\x7b\xc8\xff\x80\xee\x8b\x50\x82\xa1\xa8\x3e\xcf\x6f\x36\x88\xe7\x1b\x0f\x00\xe7\x85\x31\x60\xff\x3e\xe0\xc9\x29\x21\xcb\x78\xd8\xab\x64\xd9\x6f\x25\xfe\x0b\xb2\xfd\xc3\xf5\xf7\x80\x22\xde\x01\x1d\x6c\x5e\x34\x43\x2e\x6e\x99\x58\xc1\x41\xac\x60\x93\x55\x7b\x28\x5b\x9c\x3d\x68\x2a\x18\x92\xfd\x82\x06\x4e\x9f\xae\x83\xa7\x53\x5e\xa7\x3c\xe0\x31\x2f\xa6\xf0\x72\x80\x45\x4d\x03\xdb\x9b\x74\x5d\xad\x00\x03\xc9\x56\x7e\xe0\x28\x51\xe7\x3d\x70\x94\x0f\x12\x0d\x48\x76\x0f\x1c\xe5\x83\x0a\xb8\x80\x27\x79\x31\x94\x37\xe0\x95\x5a\xee\x0f\x1c\xe5\x73\x83\xd8\xc8\x32\xbe\x59\xb2\xb7\x03\x2f\xaa\x2d\xa8\xcb\x1e\xb6\xa3\x6c\x8f\xe3\x41\x2d\x29\xc7\x81\xb3\x90\x41\xe0\x61\x3b\x3e\xa8\xc6\x0e\x10\xf6\x50\x1f\x91\x21\xac\x80\x33\xa7\xec\x60\xf6\x28\x78\xe5\x83\xcd\x58\xa1\xd1\xb7\x02\x2a\xa3\xea\x7d\x81\xf2\x2e\x05\x6c\x45\xbe\x3d\x01\x35\x14\x9b\xf1\xca\x9b\x73\xbc\xa7\x23\x3a\x82\xb4\xa8\xf6\xbd\x64\x05\x3d\xc0\x7f\x14\xea\xc9\x78\x51\x09\xa3\x1a\x7b\xe5\x7a\x30\xde\xe0\x20\x89\x6a\xb3\xcc\x4e\xe3\x0d\x80\x20\x82\x0e\x88\x3a\xef\x15\xa2\x53\x21\x7b\xc6\x8b\x3a\xef\xf5\xb4\x6c\x80\x15\xa2\x36\x7d\xc9\x6d\x4b\x96\x8c\x17\x56\xf0\x8d\x0e\xde\xa8\x31\x80\x15\x24\x89\x74\x53\xca\xdb\x81\x33\xe3\x90\x33\xe3\x59\x50\xd3\xbd\xb2\x18\x0c\x59\x4e\xec\x3d\xe1\x11\x72\x3d\xbf\x09\x00\x4a\xb1\x55\x2f\x7a\x01\x72\xa4\x15\x92\x58\xbc\xa8\x66\xdf\xc4\x5c\x8a\xc3\x7f\xb9\x9e\x5f\xae\xe7\xd2\x81\x7e\x64\xac\xc8\x4a\x45\xfe\x09\xa5\xac\xb7\x07\xe9\x54\xc4\x6a\xbd\x5c\xd9\xa4\x60\x2e\x48\xbb\x2f\x2c\xe8\xeb\xc9\x4e\x24\x31\xbc\xa8\x34\x49\xb3\x5c\xd0\xc9\xbc\x5c\xc5\x9e\x38\x90\xc4\x06\xaf\xfc\x77\x86\x2c\x40\x46\x53\x5b\x90\xd6\xc8\x58\xd4\x48\x12\xf0\x72\x65\xbf\xba\xb2\x49\x5e\x36\x5e\xf4\x6b\x6f\xa3\x3c\x1d\x5d\x6f\xa3\x3c\xd4\xa6\x67\x04\x63\x92\xf6\x49\x37\x52\x90\xc6\x95\xdd\xd9\x1e\x0e\x52\xa9\x7e\x34\xe6\x9c\x9c\xa8\xf2\x12\x1e\x2f\x7a\xb8\x17\x75\x32\x89\x04\x5e\xae\xd8\xf7\x72\xb4\x4a\x00\x2a\xa9\xe3\xe2\x5b\xe0\x45\xd9\x6f\xaf\xa7\x1f\x64\x0d\xa1\x57\x79\x89\x9e\x41\xba\x7a\x91\xae\xde\x97\x38\x81\x03\xf0\x4a\xd6\xc1\xe0\x3d\xda\x37\x68\xb3\x22\xdd\x4a\x00\x4b\x73\xb2\xfe\x26\xe9\x9e\x80\x0b\x85\x55\x25\x6b\x54\x91\xff\xfa\x18\xec\x41\x10\xcc\x0a\x52\xd3\xe0\xca\x21\x53\x7c\x09\x05\x9a\xd6\xe4\x60\xcf\x28\x6e\x67\x0c\xf6\xcc\x40\x8d\x4d\x02\x9b\xc1\xba\xc7\x35\xa7\x20\xc6\x0c\xae\x0d\xf2\x31\x97\xa8\x2b\x6c\x60\x46\x19\x19\xf7\x6f\x81\x46\x0f\xd6\x95\x5c\x6c\xcf\x12\x41\xd1\x64\x0d\x91\x65\xb9\xa0\x77\x1c\x5c\x07\x43\xfa\xbf\x12\x1d\xf9\x92\x7a\xc9\x08\x0f\x86\xfa\xa8\xd4\xcb\xfc\x02\x34\x3f\xd0\x7d\x81\xb9\x54\x10\x45\x06\x62\x8c\xa7\x1f\x05\x94\x7f\x20\xc6\x78\xae\x65\x10\xeb\x71\x27\x1a\xa4\x39\x2b\xa0\xcb\x0f\xd8\xaf\xe1\x73\xce\x98\xca\xcf\x62\x78\xf2\x75\xa0\xe2\x07\xe2\xce\x40\x42\x07\xc5\x2d\x8a\x2d\x98\x11\x90\x4a\x05\xc1\xcf\xa8\xab\x7d\x46\xae\x53\x41\x88\xcf\xa8\xbd\x3a\x51\x77\xe3\xfe\x39\xa3\xea\x9d\x42\x02\xf3\xe4\x65\x13\x3d\xf0\x8c\x2b\xa1\x99\xca\x53\xb0\xe4\x8c\xa0\xdb\x0b\x99\x74\x46\xb1\x73\x33\x82\xaf\x28\x18\xd2\xa9\x48\xdf\x9f\x19\x27\xef\x55\x7d\x3b\x69\xdf\x04\x8b\xaa\x09\x4a\x52\x92\xf7\x4c\xa4\x33\xab\xe0\x39\xd2\x8f\x74\x00\xd0\x09\xdc\xa2\xf4\x98\x93\xbc\x35\xb5\x1d\xc0\x6c\x3e\xd0\xc0\xb6\x14\xda\x21\x21\xc4\x53\xaa\xdf\xb3\x36\x10\x2a\x25\xb2\xcc\x14\x1c\xaf\x93\xf7\x34\x06\x29\xfa\x7b\xa2\xe9\xec\x9c\x09\x20\x43\x21\x82\xcf\x94\x68\x9f\xc6\xaf\x6a\xbf\x4d\xf4\xc5\x33\x91\xff\xe0\xac\xe9\xbf\x5e\xf7\xad\xfc\xf7\xdb\x7e\xa6\x4c\x0b\x80\x2e\x3c\x81\xa3\xcc\xb4\x5e\xab\xae\x9e\x5d\xb5\x69\xd5\xcd\x54\x3c\x0d\xa4\x7a\xa9\xd3\x6c\xa6\x0a\xae\x25\x68\xa3\x3a\xb9\x66\x02\xa3\x1d\x74\xbb\x54\x29\xaf\x81\xb3\x19\x80\xe3\x4c\xd0\xc0\xb7\x8c\xaa\x43\xa7\xd4\x4c\x8d\x6c\x70\x42\x82\x4c\x8a\x32\x9d\x52\x48\x9f\x35\x00\x7c\x2a\x21\x62\xa6\xcb\x71\x3b\x05\x87\x79\x51\xde\x45\xbd\x8c\xc6\xc5\xa8\xb1\x22\xa4\xb8\x98\xe9\xa6\x1f\xa4\xd7\x95\xb3\xca\x4c\x37\xb3\x7a\x93\xfd\xad\x42\x63\x16\x1e\xcf\xf7\x26\xcc\xce\x87\xf7\xc8\x18\xd2\x40\x39\x7d\x29\xef\x05\xec\x54\x28\x84\x68\xc0\x67\x7a\x49\x8a\xdd\xb5\x9a\x5e\xfa\xf1\x8e\x6d\x74\x9e\xf8\x1d\xcf\x04\x10\xac\x14\x1c\x33\x0d\xbe\x1d\xcc\x74\x57\x7f\x07\xe3\x3c\xc1\x1c\x05\x09\x76\x32\x06\x93\x7a\xc1\x07\x9d\x8c\x33\x88\xb1\x82\x03\x98\x68\xde\x67\x66\x15\x2b\x43\xfc\xcc\xac\xe2\xcc\x0a\x13\x03\x3d\x15\x01\xf6\x33\x33\x39\x35\x94\xa4\x71\x66\x31\xa8\x33\x83\x57\x29\x5c\xe9\x99\x65\xe5\x99\x19\xc6\x13\x38\xd6\xdc\xa8\xa3\x79\x7a\x4f\x95\xa7\x9b\x64\x66\xf2\x24\x49\x28\x99\xb9\x53\x2f\xdc\xa1\xf2\x45\xcd\xcc\x5c\xe6\xee\x79\x4f\x55\x47\xe7\x5b\x20\x7a\x19\x2b\xc5\x8b\xd9\x83\x6f\x35\xa6\x59\x3a\xbe\x99\xd1\xf1\x75\x50\x4d\xe5\x52\x34\x33\x89\x28\x3a\xe0\xa6\x72\x5f\x98\xf9\xf5\xd4\xce\x6a\xf3\xa0\x5e\x0c\xe8\x5d\xa8\xb0\x52\xec\xdb\x03\x8c\x52\x70\x38\xe5\xba\x3d\x71\xdd\x26\xa0\x7b\x16\xe9\x70\x67\x21\xcf\xc9\x42\x1f\x55\x5b\x0a\xe9\x4e\x14\x1e\x3e\x8b\x38\x94\x89\x2e\xbf\x4a\x1f\x3f\xd1\xe5\xcf\x42\xf2\x13\x71\x9b\xb3\xc8\xf7\x6d\x16\x76\x6d\xd7\xe9\x53\xd8\x97\x25\xf3\x6d\xe3\x3d\xcd\x6f\xc1\x67\xb2\x6b\x6d\xc8\x28\xf0\x33\x4b\x25\x07\x98\xe6\x1c\xaf\xb3\xe9\x49\x96\xe4\xdf\x3f\x8b\xb8\xe1\x59\xc0\x6c\x3d\x68\x1f\x7b\x41\x71\x6b\x42\x05\x9c\xe5\xa1\x17\xb6\x4a\x33\x30\xa6\xd2\x71\xce\x62\x72\xa7\xc4\xd2\x59\x06\x2d\x1b\x20\x4f\x0a\x88\xb4\x4c\xde\x9a\x73\xe3\x95\x4d\xac\x02\xb3\x12\xec\x2f\xd3\xf4\xc4\xd1\x6a\x36\x72\x1c\x83\x2c\xd9\xe4\xc0\x33\x1b\xf8\xc3\x42\x08\x9b\x4d\xe2\xdc\x6c\x9c\x8b\x45\xb3\xdd\xc4\x8f\xce\x46\x36\x49\xe1\x70\xcf\xc6\xec\xb4\x08\x94\xb2\xee\x95\xc6\x4c\x34\x5c\x19\x64\x7d\x99\x43\x3e\x5f\x73\x90\x75\x4c\x41\x39\x93\x78\xe9\x49\x3a\x6f\xe3\x92\xe6\x60\x5e\x87\x74\xf3\x7c\xc7\xb9\x3b\x54\xbe\x80\x65\x87\xe2\x30\xe6\xf0\x38\x0c\x51\x5e\x28\xa4\xae\x15\x45\x2d\x18\x52\x70\x0a\x25\x73\xc8\xb4\x3b\x07\x10\xfc\x2a\x99\xb5\x31\x12\x8a\x0b\x51\xa8\x4b\x28\xb4\xb4\x90\xb5\x32\x4c\xb8\x0c\x20\xae\x26\xea\x32\xbe\x35\x68\x04\x46\xa6\x67\x99\x60\x35\x51\x12\x14\x39\xf0\xa8\x3d\x99\x92\x33\xc9\x64\x45\xa1\x85\x76\xa8\x07\x10\x5b\xa5\x4c\x9a\xca\x54\xce\x09\x4d\xcc\xcf\x1c\xe5\xfe\xfd\x8b\xb3\x13\xdc\xc5\x39\x0f\x22\x2c\x04\x56\xaa\xda\x15\x1a\x1e\x81\x12\x65\xe6\x26\xa8\x70\x82\x2e\xa5\xef\x02\x25\x54\xf6\xe4\x49\x00\xcd\x54\x00\x4d\x28\xe1\xbf\xde\x51\xf6\xe3\x7f\x5f\xff\xf8\xeb\xff\xfc\xbf\xae\x7f\xfc\xdf\xd7\xff\x1e\xbf\x9e\xff\xfc\xe7\x3f\xc7\xbf\xfd\xc7\xfb\xbf\x9e\xff\xf8\xf5\x7f\x18\xf5\xd7\x3b\xe6\xff\xfa\xb7\xf1\xcf\xf1\xff\xfe\xfb\x7f\xfe\xf3\x19\xbf\xfe\xf1\xef\xff\xb0\xaf\xf4\xef\xff\x0b\x00\x00\xff\xff\x64\x34\x19\xf3\x78\xd4\x03\x00"); -func _dgce ()(*asset ,error ){_gdfd ,_gcaae :=_fab ();if _gcaae !=nil {return nil ,_gcaae ;};_bffb :=bindataFileInfo {_dae :"UniCNS-UTF16-H",_fb :251000,_ae :_be .FileMode (436),_g :_a .Unix (1580492695,0)};_efbb :=&asset {_dd :_gdfd ,_ef :_bffb };return _efbb ,nil ; -};func _daaef ()(*asset ,error ){_eag ,_gcag :=_ggdd ();if _gcag !=nil {return nil ,_gcag ;};_eabe :=bindataFileInfo {_dae :"GB-EUC-H",_fb :2187,_ae :_be .FileMode (436),_g :_a .Unix (1580491958,0)};_bfff :=&asset {_dd :_eag ,_ef :_eabe };return _bfff ,nil ; -};func _fafb ()(*asset ,error ){_dgb ,_fgc :=_cbc ();if _fgc !=nil {return nil ,_fgc ;};_cbge :=bindataFileInfo {_dae :"90pv-RKSJ-H",_fb :5565,_ae :_be .FileMode (436),_g :_a .Unix (1580491045,0)};_gbe :=&asset {_dd :_dgb ,_ef :_cbge };return _gbe ,nil ; -};func _bbdb ()(*asset ,error ){_fada ,_fcae :=_edeg ();if _fcae !=nil {return nil ,_fcae ;};_fgee :=bindataFileInfo {_dae :"UniJIS2004-UTF32-V",_fb :4466,_ae :_be .FileMode (436),_g :_a .Unix (1580492822,0)};_deccc :=&asset {_dd :_fada ,_ef :_fgee };return _deccc ,nil ; -};func _ffgc ()([]byte ,error ){return _c (_bdeg ,"KSCms-UHC-H")};var _fffa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x23\xb9\x11\x85\xef\xfe\x15\x7d\xdc\x1c\x36\x26\xab\x48\x91\x04\x16\x03\x04\x33\x87\x78\x81\x4d\x16\x71\x66\x13\x20\xc8\xa1\x25\xb1\x07\x02\x62\x49\x90\xed\xc3\xfc\xfb\xa0\xde\xa7\x38\x08\x90\xc3\xe0\x8d\x3f\x93\xd5\xf5\x1e\xd9\xa4\xe4\xc7\xcf\x4f\x5f\x9e\xce\xa7\xb7\xe5\xf1\xd7\xdb\xe5\xf0\x3c\xdf\x96\xed\x74\x3e\xde\xe6\xeb\xe5\xfd\x76\x98\xcb\x7e\x7e\x3b\x9d\x1f\x1e\xb2\x2d\xc7\xd3\xe1\xed\x3f\x3f\x4a\x0e\x2f\xeb\xf5\xe1\xe1\xf1\xeb\xf9\xf4\xf3\xd3\xf3\x8f\x5f\x3f\x3f\xdb\x8f\x7f\x5c\xde\x5f\xe7\x9d\x7f\x7e\xfa\xf2\xfc\xfd\xf5\x6d\xbe\x3c\x9d\xb7\xcb\xe2\xcc\x3f\xbe\x5f\xef\x35\x96\xe5\xf1\x2f\xf3\xdb\xe9\xf5\xed\xf6\x7d\xf9\xe1\x0f\xc7\xcb\x7e\xfe\x6e\x39\xce\x2d\xf8\x9f\x6f\xc7\x79\x3b\x9d\xbf\x2d\x3f\xfc\xbc\x5e\xd7\x73\xfe\xf8\xc5\xf3\xfb\xf5\xfa\xaf\xf9\x32\xcf\x6f\x4b\x11\x9b\xe7\xa3\xf4\xe1\xf1\xf3\x2f\xeb\xf5\x4f\xeb\xcb\x5c\xee\xfd\xfc\x7a\xbb\xd0\xd2\x6f\x1a\xa0\xdf\xff\x36\x6f\xaf\xa7\xcb\x79\xc9\xbf\x4f\xa9\xfe\x17\xff\xf5\xfb\x75\x2e\xf9\x5e\xe7\xef\x5f\x9f\xbe\x2c\xff\xc8\x4b\x4e\x8b\xd5\xea\xf5\x9f\x77\xfe\xb7\x5f\x2e\xc7\x8f\x51\x39\x25\x5c\x1c\x4e\xc7\xdb\x7a\xfe\x36\x1f\x7e\x4a\x69\x9f\x3e\x2d\x77\xe9\xb6\x1b\x0f\x3f\x59\xca\x81\x90\xd6\x87\x0b\x55\x50\x15\x32\xa1\x1d\x68\x27\x54\x85\x3a\x68\x7c\x5a\xb2\xe5\xc6\xcc\x03\xec\xf8\x69\x69\xa3\xee\x02\x19\xc5\x8c\x62\x5d\x88\x62\x46\xb1\x16\xc8\x4d\x28\xa4\x1b\xb5\xdc\x41\x1e\xa8\x07\xca\x43\xbd\x4a\x9a\x77\x91\x0c\xc9\x41\x76\x22\x06\xb1\x20\x43\xc4\x21\x1e\xa4\x89\x54\x48\x8d\xd6\x2d\x97\x60\x87\x22\x16\xd2\x3d\x67\x21\x86\x85\x74\xcf\x49\x68\x07\xda\x09\x45\x34\x79\x82\x42\x7a\xba\xa3\x06\x6a\x42\x2a\x3f\x3b\xa8\x0b\xa9\xfc\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xc4\x6c\xae\x48\x25\xad\x8f\xa8\x65\x73\x13\x0a\xb9\xe7\x57\x93\x92\xa9\x29\x72\x28\x3d\x0b\x19\x28\x6c\x97\x36\x84\x0a\xa8\x6a\x54\x15\xda\x81\x9a\x90\x0b\x75\xd0\x10\x62\xe2\x0a\xda\x0b\xf1\xc4\x03\x28\xfa\x2a\x83\x5a\x47\xd0\x51\x88\x51\x13\x34\x85\x76\x42\x1b\x68\x13\x8a\x55\xac\xec\x41\x49\xab\x49\x4d\xe4\x0c\xca\x42\x2a\x9f\x31\x14\xd2\x6a\x2a\x42\x0e\x72\x21\x95\xcf\x78\x0c\x69\x65\x28\x09\xf6\xb3\xa4\x95\x41\x79\x6c\x6b\x3f\x17\x6d\xf1\x9a\x1b\x48\x49\x0c\xca\x93\x44\x48\x2b\x43\x49\xe4\x01\x1a\x7a\x22\xe5\x09\x27\xa4\xd5\x94\x84\xf6\xa0\xbd\x10\xe5\xc9\x2b\xa4\x55\xa3\x09\xf2\xd2\xdb\x52\x4d\x79\x65\xf2\x0a\x69\xd5\xb0\x4d\x5e\x21\xad\x9a\xfa\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\xd4\xaa\x91\x97\x29\x2f\x53\xd0\x46\x5e\x16\xe1\x54\x57\xab\x6c\x39\x49\xab\xae\x27\xf2\x7e\x4a\x5a\x75\xb5\x6a\x84\x13\xd2\xaa\xcb\x90\x11\x4e\x48\xab\x4e\x5f\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\xb4\x4a\x38\xa6\x70\x9c\xbe\x08\xc7\x14\x4e\xa6\x09\xc2\x31\xd9\xce\xaa\xe5\xd8\x76\xd9\xce\xaa\xe5\xd8\x76\x6d\x00\x93\x21\x67\x03\xb8\x3c\x26\x26\xe2\xd1\xd5\x7d\x52\x38\x4e\xf7\xae\xee\x93\x9a\x70\xba\x77\xf5\xa5\x17\xb9\x3a\x4d\xb8\x9a\x28\x4a\xa2\xd0\x44\x51\x13\x45\x1b\xa0\xd0\x44\x51\xf6\x45\x4d\x14\xb2\x2f\xca\xbe\xa8\x56\x21\xfb\xa2\x56\x8b\xfa\x2a\xb4\x5a\xd4\x6a\x51\x5f\x85\x56\x8b\x96\xa3\xc8\x63\x61\x39\x8a\x96\xa3\xa8\xd5\xc2\x72\x14\x19\xaa\xf4\x85\xa1\x22\x43\x95\x27\x62\xa8\x28\xfb\x1a\x7d\xed\xd8\x85\x92\x6e\x96\x85\x8e\xa0\x63\xa0\x3c\x84\x26\x68\x6a\x94\x09\x6d\xa0\x4d\x28\x6a\x35\x0e\x18\x49\x5c\x00\xd1\x58\x5b\x15\x85\xa4\x5b\x24\xed\x29\xce\xa4\x90\x88\xa2\xc7\xd9\xe1\x49\x27\x8c\x27\xbd\xdc\x23\x09\xe9\x4d\x46\xba\xb5\x24\x54\x40\x55\xa3\xb2\xd0\x01\xf4\x71\x18\xba\xee\x9a\xbb\x70\xe5\x78\x52\xaf\x48\x1b\x55\xe5\x0b\x4d\x68\x89\x46\xee\x42\x3c\x51\xeb\x31\xb2\x5a\x55\xf8\x48\x1b\xa6\x26\x94\x34\xd2\x86\xa9\x09\xc5\x8a\xb4\x11\xe9\x78\xda\x51\x6b\xa7\x5a\xe6\x71\xe7\x7f\x5c\xbb\xff\xef\x26\xf6\xd4\x99\xd1\x99\x21\x27\x9d\xa7\x77\x9e\x5e\x85\x78\x7a\xe7\xe9\x32\xd7\x27\x68\x0a\xc9\xdc\xd8\x0b\x85\x74\x6b\x6a\x68\x10\xd4\xd0\x3a\x37\xb5\xbd\x12\xc1\xaa\x08\x4c\x11\xac\x34\xb1\xd2\x84\x22\x58\x69\x62\x55\x13\xae\x08\x56\x9a\x58\xd5\x84\x53\x8b\x08\x56\x45\xe0\x7a\xe2\x81\x5a\x07\xd5\x8a\x43\xc3\xd3\x04\x4d\x90\x3c\x4e\xca\x4f\xca\xcb\xe3\xa4\xfc\xa4\xbc\x3c\x4e\x3c\x4e\x79\x74\x79\xdc\x98\xb8\xed\x84\xd4\xfd\x86\xc7\x8d\xcd\x10\x7d\xb9\xae\x41\xa4\x7b\xec\x78\x77\xb6\x9f\x6b\x97\xe6\x51\xbb\x98\xc3\x62\xb3\xb9\x83\x0a\xa8\x68\xd8\x8e\xa9\x15\xa6\xfb\x5f\x96\x5c\xd7\x25\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\x5d\x61\x2b\x6c\x27\xb6\x87\xed\xc5\x1a\xad\x1c\x60\x07\x98\x89\x1d\x61\xec\x7c\x86\x29\x38\x8f\xb7\x28\x86\xe9\xb1\xbc\x46\x92\x36\x8a\x3a\xce\x18\xcb\x32\x56\x34\x33\x63\x2c\xeb\x83\x8d\x83\xf0\x95\xf1\xd5\x61\xf8\x0a\xe9\x1e\x1f\xaf\xdc\x33\xb6\x32\xb6\xba\x5a\xcb\xd8\x8a\x97\x32\x58\x11\xbb\xf7\x36\xb5\x36\xb4\xa6\x17\xd5\xe3\xd2\x8a\x61\x4a\x44\xb7\x16\xd2\x5d\x7b\xd2\x8d\xe5\x32\x2d\x57\x61\x14\xa6\x8c\xe5\x62\xf1\x0d\x57\x21\xc1\xf4\x04\xc3\x96\xae\xb2\x51\x19\x86\x2d\x5d\x65\xa3\x68\xb5\x0c\x57\x86\x85\xa1\x55\x30\x2c\x84\x74\xaf\x20\x16\x46\x17\xd7\xc0\x81\xb1\x06\x86\xd1\x41\xbb\x18\x8d\x6b\x2a\x5b\x4a\x0a\xc4\xd9\x85\x21\xdd\xd9\x84\x8e\x51\x37\x86\xa9\x11\xc7\xa9\xb3\x31\x15\x9b\xe3\xd4\x2b\xc3\x98\x8a\x2b\x97\xab\xb8\x4a\xdc\x1d\x57\x21\xd9\xf4\x99\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x45\x9d\xe3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x91\xec\x71\xd3\xc5\x54\x75\xc7\x01\x2c\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x43\x99\x2d\x5d\xf0\xa5\xeb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x77\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xf0\x10\x92\x2d\xdd\x19\x6b\xd3\xf0\x85\x89\x86\xaf\xc6\xda\x14\x6d\xc3\x86\xb1\x90\x60\x7a\x1f\x1a\xce\x42\xba\xc7\x4d\xb4\x6d\x3a\xbd\xb6\x4d\xdf\x00\x7a\x6c\xea\x6d\xd3\x01\x84\x74\x8b\xb3\x6b\xdb\x74\xd8\x20\xdd\x9a\x26\xea\xbd\x47\xb2\xe5\xb8\xb3\xb7\x4d\x17\x34\xd2\x46\xec\xae\x6d\xd3\xee\x42\xda\x88\xcf\xfb\xdb\xe6\x8c\x72\x8d\x4a\x2a\x16\x9f\xba\xee\xd2\xfa\x48\x81\x2a\x13\x2b\x13\xab\x10\x8d\x55\x6e\x81\x9d\x10\xb5\x2a\xb5\x40\xf4\x1a\xc2\x07\x87\x6d\xd3\xed\x84\xb4\xde\xc7\xff\xdc\xd9\xf1\xff\x97\xf5\xfa\xf0\xf1\x8d\xfd\xf0\x7e\xbb\xcd\xf3\x9b\xfe\x3e\xa0\x2f\xe4\xf1\x25\xfb\x74\x9e\x1f\x7f\x83\xb8\x5e\xae\x31\x4b\xff\xfe\x1d\x00\x00\xff\xff\x08\x57\xa3\x4a\xaf\x10\x00\x00"); -func _bbce ()([]byte ,error ){return _c (_dbdea ,"UniKS-UTF8-H")};var _aged =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4b\x0f\x1e\xb7\x91\xae\xf7\xfa\x15\xdf\x32\x67\x91\xe3\x2e\x5e\x9b\x80\x20\xe0\x9c\x5c\x10\xe3\x20\x39\x83\xf1\xdc\x80\xc1\x2c\x9a\x37\x43\x40\x2c\x09\xb2\xbc\xc8\xbf\x1f\xd4\xfb\x50\x9e\x4c\x30\x80\xb3\x30\xca\x2a\xb1\xbb\xd9\x4f\x57\x91\x7c\x59\xfc\xf4\xcd\x6f\xbe\xfd\xed\xb7\x1f\xde\x7f\x79\x7d\xf3\x0f\x9f\x3f\x8e\xef\xd6\x97\xd7\x7e\xff\x61\x7e\x5e\x3f\x7e\xfc\xe9\xf3\x58\xaf\xbe\xbe\x7f\xff\xe1\xcd\x1b\x0b\xaf\xf9\x7e\x7c\xf9\xfa\x47\x99\xf1\xc3\xf3\xe9\xcd\x1b\xbf\xfe\xbb\xbf\xfc\xf8\x65\xfd\xf0\xed\x87\xfd\xf1\x15\x69\x37\x7f\xfa\x74\xda\xbe\x5e\xdf\xfc\xe3\xfa\xfe\xfd\x8f\x5f\x3e\xff\xe5\xf5\xab\xff\x33\x3f\xf6\xf5\xbf\x5e\x73\x6d\xf7\xff\xff\xcf\x73\x7d\x7e\xff\xe1\xfb\xd7\xaf\x7e\xf3\xa7\xef\xec\x67\xf7\x77\x3f\x7d\xfa\xf4\xe7\xf5\xc3\xfa\xf0\xe5\x65\xf2\xad\x0f\x53\xf6\xcd\x37\xbf\xf9\xe3\xf3\xe9\x4f\xcf\x0f\xeb\xf5\xcd\x1f\xfe\xdf\xfc\x73\xff\xf5\xff\xcd\xbf\xfe\x83\xfe\x4a\x7f\xf3\x2f\xeb\xf3\x8f\xef\x3f\x7e\x78\xd9\xff\xbe\xae\xf2\x5f\xee\x7f\xfa\xcb\xa7\x75\xee\xf4\xe6\x9b\x7f\xfb\xe7\x6f\x7f\xfb\xfa\x77\x7b\xd9\xf5\x0a\x39\x87\xf8\x1f\xc7\xff\xaf\x7f\xfc\x38\xd7\xeb\xe2\x4f\x81\xbe\x8f\x8f\x73\xfd\xf8\xe9\x19\xeb\xf3\xf3\xe1\xfb\xf5\xe6\xf5\x7a\x7b\x5d\xef\x5e\xaf\xd7\xdb\xfb\x7a\xe7\x7f\xba\x7f\x97\xae\x77\xaf\xb7\xbf\xff\xdd\xef\x7f\xf7\xce\x3b\xf9\x37\xed\xdf\x18\xb7\xf9\xf0\xf1\xcb\x5c\x1b\x9f\xee\xf0\xd6\xf6\xbb\x97\xf9\x15\x7f\xfd\x57\x6f\xec\xba\xce\x73\xdf\xcf\xd3\x3a\x78\xeb\xba\xbc\xf5\xdb\x7b\xe9\x69\x18\xcb\x35\x66\xf9\x0c\x9f\xc9\x17\x92\x7c\x01\x5f\x78\xf7\xb2\x12\xac\xca\x17\xf1\xc5\x77\x2f\x4b\xe5\xf8\x12\xbe\xe4\xd7\xb6\x9b\x6b\x33\xbe\xec\xed\xac\x04\xf9\x0a\xbe\xe2\xbe\x6c\xf4\xa5\xe2\xab\xee\x0b\xc6\xb5\x37\xbe\xdb\x9f\x6b\x99\xfe\x35\x7c\x4d\xfd\xbb\x6e\xf9\x1e\x7c\x8f\xfa\x77\x73\xbf\x8e\xaf\xbb\x2f\x96\x4b\xbe\x81\x6f\xf8\x33\x52\xe5\x7e\x13\xdf\x54\x5f\x72\x91\x6f\xe1\x5b\xba\x5f\xe3\x19\x1b\x9f\x93\xae\x57\x53\xbb\x0c\x3f\x37\x96\x2c\xe9\x7e\x19\x7e\x19\x7e\x29\xca\x07\x3f\x37\x56\x2d\x8a\x41\x86\x9f\x1b\x2b\x81\xbe\x64\xf8\xb9\xb1\x94\x9a\xfa\x9c\xe1\x97\xc5\x2f\x65\x71\xce\xf0\xcb\xe2\x67\x51\xfd\xcb\xf0\x73\x63\xd5\x2e\xf1\xcb\xf0\x73\xe3\xdf\x83\xbe\xc0\xcf\x8d\x33\xa5\x2f\xf0\x73\x63\xe9\x82\x41\x86\x9f\x1b\x7f\x06\xcf\x85\x9f\x1b\x2b\x57\xa0\xcf\xf0\x73\x63\xd9\x6e\xfa\x0c\x3f\x37\x96\xef\xc0\xfd\xe0\xe7\xc6\x99\xea\x7e\x05\x7e\x6e\xac\xc4\x4b\xd7\x16\xf8\xb9\xb1\x12\xa3\xbe\x65\x81\x9f\x1b\xef\x0b\x3e\xf8\x15\xf8\xdd\xdc\x0f\x7e\x6e\xac\x94\x4b\xef\x56\xe0\xe7\xc6\x8a\x95\x26\x1f\xfc\xdc\x58\x4e\xc4\x64\x81\x9f\x1b\x2b\x2d\xd2\x17\xf8\x15\xc5\x5f\xce\xe2\x5c\xe0\x57\x88\x3f\xd8\x17\xf8\x15\xe2\xef\x3c\x03\x7e\x45\xfc\xee\xf3\x6e\xf0\x2b\xe2\xd7\x88\xa1\x02\xbf\x32\x89\x17\x7c\xf0\x2b\x8a\xbf\xbb\x71\x3f\xf8\x15\xf1\xbb\xb3\x7c\x15\x7e\x15\x7e\x59\xcf\xa8\xf0\xab\xf0\xab\x7a\xb7\x0a\xbf\xaa\xfc\x8d\xb7\xfa\x5c\xe1\x57\xe1\xc7\xfb\x56\xf8\xd5\x04\x53\xc5\x4b\x85\x9f\x1b\xcb\xd5\xb8\x16\x7e\x6e\xac\xa4\xd3\x17\xf8\xd5\x4a\x5f\xf4\x8d\x2a\xfc\xaa\xf8\x15\xc6\x97\x0a\xbf\xaa\xf8\x4b\x7c\xa3\x0a\xbf\xfa\x70\x2d\xcf\x80\x9f\x1b\xcf\x19\xee\x07\xbf\x2a\x7e\xa5\x8a\x55\x85\x5f\x3d\xfc\x78\x0f\xf8\x69\x9c\xcb\x35\xe8\xda\x07\x2e\x0f\x5c\x6e\x3d\xf7\x81\x8b\x1b\xff\x96\xba\xf6\x81\xcb\x23\x2e\x91\xd8\x7d\xe0\xf2\x68\x5c\x2b\x8c\x4d\x0f\x5c\xdc\x58\x4d\x17\xcf\x80\xcb\xa3\xb8\x2a\xe7\x19\x70\x79\xc4\xc5\x92\x58\x3d\x70\x79\x6e\x62\x9c\xfb\xc1\xc5\x8d\xd5\x0b\x56\x0f\x5c\x1e\x71\xc9\x8d\x67\xc0\xe5\x11\x97\xc8\xd8\xf4\xc0\xe5\x19\xbc\x1b\xcf\x80\x8b\x1b\x2b\x56\xf5\x2d\x1f\xb8\x3c\x8a\xab\x4a\x4e\x3f\xc4\xd5\xb3\x69\xa7\x3e\x77\xe2\xaa\x6b\x5e\xb8\x88\xab\x0e\xbf\x7e\xe6\x05\xda\xc1\xaf\x2b\xae\x12\xf1\xd2\xe1\xd7\x0f\x3f\xbd\x47\x87\x5f\xd7\xb8\x76\x07\xda\xc1\xaf\x93\x97\x95\x67\xc0\xaf\x13\x57\x8c\x25\x1d\x7e\x5d\xe3\xda\xc5\x5c\xd1\xe1\xd7\xc5\xaf\x05\xbd\x6f\x87\x5f\x57\x5c\x65\xf2\xa8\xc3\xaf\x93\x97\x8c\xbb\x1d\x7e\xbd\xd3\x8e\xfe\xc1\xaf\x0f\xe6\x37\x7c\xf0\xeb\xe2\x17\x88\xab\x0e\xbf\x2e\x7e\xf1\xf4\x05\x7e\x6e\x2c\x19\xac\x06\xfc\xc6\xc5\x58\xa7\xfe\x0d\xf8\x8d\x93\x97\xb4\x83\xdf\x60\x5e\x2d\xfa\x96\x03\x7e\x83\xbc\x2c\x8a\x8d\x01\xbf\x21\x7e\xa1\x69\xa6\xff\x79\x4e\xff\x9f\xa6\xf9\x7b\x0d\xf0\x0e\x85\x62\x08\x3c\x0e\x94\x83\x29\x82\x57\x1a\xa0\x1c\x9a\x22\x52\x14\xb6\x01\xca\xd1\xb8\x16\x1f\x28\x87\xa6\x88\xc4\x10\x37\x40\x39\xce\x14\x21\x6c\x03\x94\x83\x50\x4c\x0a\xb1\x01\xca\x41\x28\x32\x85\x0d\x50\x0e\x50\x9e\xd7\x04\xe5\xd8\x0c\x03\x6a\x37\x41\x39\x99\x62\xab\xda\x4d\x50\xce\x83\x52\xcf\x9d\xa0\x9c\x9a\x22\x22\x4b\x85\x09\xca\x49\x28\x1e\x1f\x28\x67\xa2\x2f\xdc\x0f\x56\x53\x53\x6c\x2e\x7a\xdf\x49\x28\xce\xc2\x7b\xe8\xd3\x4c\xf8\x4d\x96\x28\x17\xfd\x83\xdf\x14\xbf\xca\xb0\x37\xe1\x37\xc5\x2f\x12\x4e\x13\x7e\x6e\x7c\xa8\xe1\x19\xf0\x73\xe3\xed\xf0\xc1\x6f\x12\x8a\x95\xe7\xc2\x6f\x12\x8a\x95\xe7\xc2\x6f\x32\xc4\x31\x65\x4f\xf8\x4d\x85\x62\x81\xfd\x82\xdf\xba\x78\x5f\xb5\x5b\xf0\x73\xe3\xed\x94\x16\x0b\x7e\x8b\xa1\x90\x14\x5d\xf0\x5b\x5a\xe2\x45\xfa\xbc\xe0\xb7\x12\xec\xf1\xc1\x6f\x69\x8a\x48\x4c\x11\x0b\x7e\x4b\xfc\xac\x89\xf3\x82\xdf\xaa\x0c\x99\xe2\xb2\xe0\xb7\x18\x0a\x8f\x0f\x7e\x6e\x2c\x9d\xf8\x5b\xf0\x5b\xa4\xf2\x79\x2e\xfc\x56\xe7\xdd\x78\x2e\xfc\x16\xf1\x77\x9e\x0b\xbf\x35\x89\x5d\xae\x85\xdf\x62\x89\xc7\x52\x75\xc1\xcf\x8d\x4f\x75\x62\xb0\xe1\xb7\xe1\xc7\x52\x61\xc3\x6f\x13\x7f\x45\xdf\x7c\xc3\x6f\xc3\xef\xb4\x83\xdf\x8e\x7f\x15\x2f\x1b\x7e\x5b\x53\x49\x60\xf9\xb5\xe1\xb7\x59\x22\xb3\xec\xdb\xf0\x73\x63\xd5\x32\x7d\x81\xdf\x66\x2a\xb9\xf5\x1e\x1b\x7e\x6e\x2c\x25\x72\x70\xc3\x6f\x37\xfa\xa7\x5c\xdd\xf0\x73\xe3\xf7\xe3\x19\xf0\xdb\xc4\x1f\xb1\xb1\xe1\xb7\x07\xdf\x8d\x3e\xc3\x6f\x8b\x5f\x88\xdc\x0f\x7e\x6e\x2c\x99\x96\x5f\x1b\x39\x21\xe3\x53\xdd\x2d\x9f\xe1\x33\xee\xd7\xe4\x0b\xf8\x02\x7d\x4e\xf2\x45\x7c\x91\xfb\x65\xf9\x12\x3e\xb1\x8a\x95\xfb\x65\x7c\x9a\x36\x82\xa6\xdd\x8d\x9c\xd8\xc8\x89\x58\xe8\x4b\xc5\xa7\x5c\x2d\x31\xca\x77\xe3\xbb\x19\xe6\x79\x6e\xc3\xc7\x72\x58\x53\xce\x46\x4e\x6c\xe4\x44\x4c\xf4\xb9\xe3\xd3\x58\x97\xc5\x7e\x23\x27\x64\xac\x84\x4c\x5f\x26\xbe\x49\x9f\xe9\xcb\xc2\x47\xac\xe9\x9b\x6f\xe4\xc4\x46\x4e\x24\xc5\xc6\x46\x4e\xc8\xf8\x72\x1d\x1f\xfc\x24\x27\x4a\x48\x7a\x06\x72\x42\xc6\x52\xd1\xf4\xb7\x91\x13\x32\x96\x93\xa6\xb5\x8d\x9c\xd8\xc8\x89\x6c\xdc\x0f\x7e\x19\x7e\xca\xd5\x8d\x9c\xd8\xc8\x09\x96\x5f\x1b\x39\x21\xe3\x7d\xe1\xb9\xf0\x93\x9c\x48\xc1\xc4\x0a\x39\xb1\x8f\x9c\x38\xcf\x85\x9f\xe4\x44\x0e\x92\x40\x1b\x39\xb1\x91\x13\x41\xcb\x8c\x8d\x9c\x90\xf1\xe7\xd2\x3f\xf8\x49\x4e\xa4\xd8\xb8\x1f\xfc\x90\x13\x35\xd2\x17\xf8\x65\x72\x55\x63\xc4\x46\x4e\x6c\xe4\x44\x28\xf8\xe0\x57\x4e\xfc\xa9\xcf\xc8\x09\x19\x2b\x8d\x38\x45\x4e\x6c\xe4\xc4\x4d\x0c\x21\x27\x36\x72\x22\x06\x7c\xf0\x43\x4e\xc4\xaa\xbe\x20\x27\x64\x7c\xf9\x45\x3b\xf8\x21\x27\x4e\x8c\x23\x27\x36\x72\x22\x44\x9e\x0b\x3f\xc9\x89\x72\x5f\x62\x85\x9c\xd8\xc8\x89\xd8\xae\x5f\x9e\xee\x37\x6a\x43\xc6\x57\x53\x74\x0b\xbc\xe5\x84\x27\xb7\x06\x2f\x6a\x03\x05\xbc\x51\x1b\x1b\xb5\xc1\xd0\xb0\x51\x1b\x1b\xb5\x11\x09\x77\xd4\xc6\x46\x6d\x24\xad\x60\x36\x6a\x63\x1f\xb5\x41\x4a\xa1\x36\x36\x6a\x23\x68\x48\xda\xa8\x8d\x7d\xd4\x86\x56\xa3\x1b\xb5\xb1\x51\x1b\x91\x50\x44\x6d\xc8\xf8\x33\xb8\x1f\x78\xa5\x36\xf2\xc5\xbb\xa1\x36\x64\x2c\x37\xad\x64\x37\x6a\x43\xc6\x87\x6f\xa5\x05\x6a\x63\xa3\x36\x42\xe0\x7e\xe0\x45\x6d\xdc\x84\x22\x6a\x43\xc6\x3f\x35\xef\x06\x3f\xa9\x8d\x5c\x13\xcf\x80\x9f\xd4\x46\xa9\x99\x77\x83\x5f\x25\xbd\xb9\x16\xb5\xb1\x51\x1b\xc6\xd0\x85\xda\x90\xf1\x50\xd4\x7b\xa0\x36\x64\xbc\xcf\xba\x1f\x6a\x43\xc6\x4a\x25\xcd\x50\x1b\x32\xae\x18\xc4\x0f\xb5\xb1\x51\x1b\xac\xe6\x37\x6a\x63\x1f\xb5\x51\x78\x2e\x5c\x8e\xda\x08\x3c\x17\x2e\x0f\xab\x65\x18\xa0\x36\x64\x3c\xa5\xc4\x0f\xb5\x21\xe3\xc3\x23\xcf\x85\x8b\xd4\x46\x35\xe3\x5a\xb8\xa0\x36\x62\xa1\x1d\x5c\x50\x1b\xad\xf0\x5c\xe2\x4a\x6a\x23\xdd\x52\xc0\x1b\xb5\x21\x63\xa9\x6a\xca\xd9\xa8\x0d\x19\xab\x17\x29\x85\xda\xd8\xa8\x8d\x06\x17\xd4\xc6\x46\x6d\xb0\x13\xb2\x51\x1b\x1b\xb5\x51\xcf\x33\xe0\x87\xda\x48\x0c\xc1\xa8\x8d\x8d\xda\xc8\x91\x76\xf0\x93\xda\x28\x95\xe9\x00\xb5\x21\xe3\xdf\x88\x76\xf0\x43\x6d\xd8\x79\x06\xfc\x50\x1b\x09\x06\xa8\x0d\x19\xab\x76\x89\x29\x6a\x43\xc6\xea\x95\x78\x06\xfc\x50\x1b\x51\xcb\x91\x8d\xda\x90\xb1\xd4\x98\x12\x51\x1b\x32\x56\x2a\x43\x17\x6a\x63\xa3\x36\x32\x7d\x46\x6d\x6c\xd4\x46\x82\x3d\x6a\x43\xc6\xf2\x7d\x71\x2d\xfc\x8e\xda\x38\x3e\xf8\x0d\xf2\xb2\xe9\x3d\x90\x13\x32\xbe\x4c\xc3\x07\x3f\x49\x8c\x12\xb4\xe4\xd9\x48\x0c\x19\x67\xca\x73\xe1\x87\xc4\xb8\x88\x3f\x24\x86\x8c\xc7\x95\xde\x17\x89\x21\xe3\xf1\xcc\x33\xe0\x37\x4e\xfc\x89\x01\x12\x43\xc6\x99\x72\x3f\xf8\x8d\xa3\xd6\x78\x0f\xf8\x8d\xb3\xc4\xe3\x5a\xf8\x21\x31\x72\x50\x3b\x24\x86\x8c\xe7\xb9\xfa\x82\xc4\xd8\xf3\xe4\x2f\x3e\xf8\x21\x31\x32\xe3\x15\x12\x63\x23\x31\x6e\xa9\xdd\x8d\xc4\x90\xf1\xa5\x39\xd7\xc2\x6f\x9e\x5d\x28\x7c\xf0\x9b\x8c\x6b\x97\x62\x08\x89\x21\x63\xf9\x22\x7f\x91\x18\xfb\x48\x0c\xa6\x71\x24\x86\x8c\x95\x33\xb5\x23\x31\x64\xfc\x5b\x2a\xd6\x90\x18\x32\xbe\xcc\xd0\x37\x42\x62\xec\x23\x31\x98\xd6\x90\x18\x1b\x89\x51\xb5\x5b\xba\x91\x18\x32\xfe\x6e\xfa\x1e\x48\x0c\x19\x5f\x16\xa8\xcf\x48\x8c\x8d\xc4\xb8\x99\xc6\x91\x18\x32\x9e\x47\x7a\x2e\x12\x63\x1f\x89\xc1\x94\x88\xc4\x90\xf1\x6f\xa9\xf7\x45\x62\xc8\x58\xbd\x58\x8e\x20\x31\x64\xac\xb0\x93\xb9\x91\x18\xfb\x48\x0c\xf2\x08\x89\x21\x63\xa9\x26\x9e\x0b\x3f\x24\xc6\x59\xca\x20\x31\x64\xac\x64\xa6\x7b\x24\xc6\x3e\x12\xe3\xf4\x19\x7e\x48\x8c\x18\x79\x06\xfc\xd6\xe1\x47\x3b\xf8\xad\xb3\x0b\x25\xf6\x48\x8c\x8d\xc4\x38\xcb\x57\x24\x86\x8c\xcf\x79\xba\x1f\x12\x43\xc6\xf2\x95\xe2\xdf\x31\xdd\xa3\x40\xf6\x51\x20\x84\x31\x0a\x44\xc6\x3f\xbf\x10\xa1\x40\x64\xac\x14\xc2\x13\x05\x22\xe3\x2b\x13\x7d\x42\x14\x88\x8c\xaf\x0a\xd5\x7d\x14\xc8\x46\x81\x5c\x0c\xcb\x28\x10\x19\x5f\x3e\xe0\x03\xef\x66\x55\xc3\xab\xa3\x40\x64\xfc\x5a\x7d\x6a\x14\x88\x8c\xa5\xcc\xaa\x10\x05\x22\x63\xe5\x66\x18\x40\x81\xec\xaf\x0a\x84\x76\xe0\x45\x81\x94\xf3\x6e\xe0\x45\x81\x64\x0f\xd9\x76\x49\x81\x60\xac\x6a\xa8\x69\x97\x14\x08\xc6\xaa\xf9\xfb\xb6\x4b\x0a\x04\xe3\xe9\x58\xe5\x8b\xf8\x50\xbb\x95\xfb\x25\x7c\x67\xe3\x85\x6b\x33\x3e\xa9\xb5\xe0\x21\xd6\x2e\x29\x10\x8c\x33\x88\xf2\x55\x7c\x6c\x5c\xdd\xdc\xef\xc6\x77\x0a\x1a\xb4\x6b\xf8\x60\x55\x9b\x7c\x0f\x3e\x86\x42\x5f\x66\xb4\x4b\x0a\x04\x63\xa5\xdc\xbc\xdb\xc0\x27\x56\xf9\xf4\x6f\xe2\xa3\xa0\x71\xda\x2d\x7c\x6c\xfc\x5d\xbc\xef\xc6\xa7\x50\x94\x6a\x6f\x57\x86\x5f\x26\x95\x13\x3e\xf8\xa1\x40\xee\x5b\x7d\xc9\xf0\xcb\x67\x29\x83\x0f\x7e\x14\x34\xb2\x7f\xcb\x76\x65\xf8\x49\x81\x94\x1c\xf1\xc1\x2f\x9f\x25\x9e\xfa\x92\xe1\x27\x05\x52\xb4\x9b\xd1\xae\x0c\xbf\xcc\x54\x7c\x89\x73\x86\x5f\x66\x43\xb9\x89\x55\x86\x9f\x14\x48\xaa\x37\x7d\x86\x5f\x3e\xfc\xc4\x39\xc3\x4f\x0a\xa4\xb4\x4b\x5c\x32\xfc\x50\x20\x57\xe6\x7e\xf0\x43\x81\xd4\x1b\x1f\xfc\x8e\x02\x39\x5c\xe0\x47\x41\x23\x15\xf9\x0a\xfc\xdc\xb0\x02\x68\x57\x01\x9f\x04\x48\x2e\x7a\x6a\x81\x9e\x9b\x60\xc7\x05\x3c\x37\x29\x25\x31\x29\xb0\x43\x7d\x04\xa3\x19\xec\x4e\x31\x83\xfe\x16\xd8\x49\x7d\xc4\x60\x3c\x14\x76\xa8\x8f\x68\x62\x57\x60\x27\xf5\x91\x4f\xcc\x17\xd8\xa1\x3e\xa4\xe8\xda\x55\x60\x27\xf5\x91\x8c\xef\x53\x60\x47\x31\x43\x9b\xc4\xed\x2a\xb0\x2b\x67\xa7\x4f\x31\x50\x60\x57\x58\xc6\x90\x07\x05\x76\xc8\x8b\x48\xbe\x14\xd8\x21\x2f\x2e\xd3\x7b\x54\xd8\x55\x76\xfa\x88\xe5\x0a\x3c\xc9\x8b\xa4\x31\xad\x5d\x15\x7a\x92\x17\x59\x4b\xd2\x76\x55\xf0\x21\x2f\x62\x13\xab\x0a\xbf\x23\x2f\xb2\x62\xaf\xc2\x8f\x62\x46\x6b\x5c\x0b\x3f\xe4\x45\x6b\x62\x50\xe1\xf7\xb5\x98\x41\xff\xe0\xe7\x26\x9e\xe1\xa1\x82\xaf\x9e\x8d\x16\xba\x0c\xbe\xaf\xb5\x0c\x1e\x01\x3e\xa9\x8b\xdc\x4e\xf7\xc0\x47\x2d\x23\x1c\x1f\xf8\x50\x17\x81\xcf\x56\xc1\x27\x75\x91\x02\x61\xf6\x80\x45\xea\x22\xb7\xa6\x57\x7b\xc0\x82\xba\x08\x84\xed\x03\x96\x87\x0d\xa8\xaa\xbe\x3c\x60\x79\xce\x06\x1e\x3e\xb0\xa0\x2e\xc2\xad\xf7\x78\xc0\x82\xba\x08\x51\xfd\x7b\xc0\x22\x75\x91\x22\x61\xfa\x80\xe5\xa8\x0b\xc2\xea\x81\x0b\xea\x22\x32\xf4\x3d\x70\x91\xba\x48\xda\x54\x69\xd7\x03\x97\xe7\xd4\x68\x15\x42\x0f\x5c\x4e\x2d\x83\xa1\xe0\x81\xcb\xc3\xa6\x00\x4c\x1f\xb8\x3c\x67\x53\x85\x67\x10\x56\xcf\xa9\x31\xca\xd7\x09\x2b\x6a\x19\x21\xe9\x7e\x1d\x7e\x52\x17\x49\x9b\xcf\xed\xea\xf0\xeb\x87\x9f\x38\x77\xf8\x9d\x5a\x46\xd6\xf7\xe8\xf0\xeb\xac\xee\xc8\xf1\x0e\x3f\xa9\x8b\xa4\x0d\xe9\x76\x75\xf8\xa1\x2e\x22\xdf\xad\xc3\x0f\x75\x11\xda\x2f\xcf\xf4\xed\xea\xe0\x95\xf8\x48\xf1\xbc\x12\x78\x3b\x25\xc8\x2c\xe4\x1d\xbc\x5f\x4b\x1d\x74\x0b\xbc\x94\x3a\x42\xa6\x0b\xe0\x3d\xa5\x0e\x06\x9f\x0e\xde\x53\xea\x20\xda\x3b\x78\x29\x75\x04\x3e\x4d\x07\x2f\xe2\x23\x30\x2b\x0d\xf0\x0e\xf0\x32\x3b\x0c\xf0\x22\x3e\x02\x88\x06\x78\x29\x75\x9c\x51\x65\x80\x77\x20\x7e\xf9\x0c\x03\xbc\x6e\xce\x9c\x3e\x80\x3b\x4e\xa1\x4d\x1f\x70\x00\x77\x9c\xa5\x1f\x57\x02\x57\xd2\x23\xa9\xa8\xdb\xae\x01\x3d\x49\x8f\xaa\x9d\x99\x76\x0d\xe8\x21\x3d\xb4\x9b\xd9\xae\x01\x3d\x49\x8f\x72\x05\xda\x41\x0f\xe9\x11\xce\x73\xa1\x27\xe9\x91\xe3\xc5\x73\xa1\xe7\xa6\x56\x96\x1c\x03\x78\x47\x79\x5c\xbc\x06\xf0\xa4\x3c\x92\xea\x8f\xed\x9a\xc0\x43\x79\x24\x62\x7d\x02\x4f\xca\xe3\x6a\x0c\xfb\x13\x78\x28\x8f\xc4\x90\x37\x81\x27\xe5\x51\x23\x53\xe1\x04\xde\x3c\xe7\x2f\xf4\xc1\x27\xf8\xa4\x3c\x72\xbc\x68\x07\xbe\xa3\x3c\xc8\xc5\x09\xbe\xc9\x90\x17\xe9\x1f\xf8\xe6\xa9\x53\x0a\xcb\x04\xdf\x3c\xca\x8d\x6b\xc1\xf7\x55\x79\x70\x2d\xf8\x26\x1b\xa6\xe7\xb9\xe0\x73\xe3\x8b\x2f\xb9\xa0\x87\xf0\xb0\x46\x97\xc1\x37\x59\xd9\x99\x28\x4f\xf0\x4d\x16\xce\xac\x60\x16\xf8\x4e\x6d\x23\x09\xd5\x02\x1f\xb5\x0d\x09\xbc\x76\x2d\xf0\x21\x3c\x1a\xb3\xcd\x02\x1f\xb5\x8d\x0c\x82\x05\x3e\x6a\x1b\xc6\xca\x69\x81\x6f\x51\x1b\xca\xf8\xc0\x77\x84\x07\xe9\xbe\xc0\xb7\xd8\x78\x61\x15\xb7\xc0\xb7\x10\x6e\xe4\xd0\x02\xdf\xa2\x36\x44\x94\x2e\xf0\x1d\xe1\x01\x97\x05\x3e\x09\x8f\x5c\x99\x5a\x16\xf8\x24\x3c\x52\x66\xa8\x5d\xf0\x93\xf0\x28\x89\x4f\xb4\xe0\x27\xe1\x91\xb5\x47\xd9\xae\x05\x3f\x09\x8f\x94\xab\xee\xb7\xe1\x27\xe1\x91\x32\x61\xb5\xe1\x77\x94\x05\xab\x89\x0d\xbf\x8d\xf0\x6d\xea\xdf\x86\x1f\xca\x22\x90\x81\x1b\x7e\x52\x16\xa9\xb0\xc2\xda\xf0\x43\x59\x18\xc3\xef\x86\xdf\x86\x1f\x4c\x37\xfc\x4e\x6d\x83\xcc\xdf\xf0\x43\x59\xa8\x8e\xd6\xae\x0d\xbf\x7d\xc2\x4f\xdf\x77\xc3\x6f\x33\xe5\x5e\xf8\xe0\x87\xb2\x88\xa7\x2f\xf0\x93\xb2\x48\x85\x15\xef\x86\xdf\x51\x16\x81\xe7\xc2\x0f\x65\x51\x14\x2f\x86\xb2\x30\x8e\x4a\x25\x17\xdc\xcd\x50\x16\xc6\x51\x29\x6d\xd0\x34\x43\x59\xc8\xf8\x4a\x31\xc8\x17\xf1\xb1\x49\x75\x73\x6d\xc2\x47\xac\xe9\x7b\x18\xca\xc2\x4e\x6d\x43\x0c\x0c\x65\x21\xe3\xa3\x1f\xbe\x8a\xef\x1c\x29\x88\xf2\xdd\xf8\x8e\x0a\xe3\x7e\x0d\x5f\xa3\xce\x47\xbb\x07\xdf\x89\x35\xfa\xdc\xf1\x29\x55\x4b\xe6\xda\x81\x0f\x15\xa6\x79\xc2\x50\x16\x32\x56\xb4\x87\xdf\x0c\x65\x21\x63\xa9\x14\xae\xdd\xf8\xce\x3c\x21\x1f\xca\xc2\xf2\xa9\xa3\xa9\x2f\x28\x0b\x19\x4b\x85\xfb\xa1\x2c\x64\x3c\xee\xc5\x0a\x65\x21\x63\x76\xd3\x67\x94\x85\x8c\xc5\xc6\xa5\xe0\x43\x58\x5c\xa7\x19\xf8\x24\x2c\xa2\x4e\x04\x35\x43\x58\xc8\xc4\x0b\x2a\xe8\x0a\x3b\x95\x0d\x7d\x70\x64\x85\x4c\xce\x5c\x07\x3a\x37\xa1\x5e\x34\x82\x9c\x9b\x54\x25\x79\x0c\x49\x21\x13\x62\xfc\xe5\xbd\xfb\x66\x08\x0e\x19\xff\xc4\xdc\x05\xac\x99\x19\xa4\xe2\x03\x6b\x3e\x43\xa0\xfa\x84\xe0\x90\x31\x6d\xc7\x34\x43\x70\xc8\x04\x9d\x05\x69\x86\xe0\x30\xce\x4f\x21\x11\x0c\xc5\x21\xe3\xc1\xcb\xdd\x80\x5a\x58\xdb\x04\x11\x44\x72\x18\x92\x43\xc5\xd8\x66\x48\x0e\x19\x4b\x15\xfa\x48\x0e\x43\x72\x04\x18\x22\x39\x64\x3c\xb0\x78\x2e\x5c\x91\x1c\x46\xc0\x20\x39\x8c\x82\x47\x6a\xb4\x03\x6d\x39\x3b\x2f\xb4\x83\x2d\x92\xc3\x4e\x9f\xa1\x87\xe4\xd0\xae\x5c\x33\x24\x87\x8c\x07\x96\xe8\x21\x39\xec\x54\x34\xa2\xda\x21\x39\x0c\xc9\x91\x82\xda\x21\x39\xec\xeb\xf9\x29\xbd\x07\x92\xc3\xbe\x56\x34\x94\x0c\x48\x0e\x43\x72\x5c\x17\x3e\xf8\x1d\xc9\x01\x03\x24\x87\xd5\xb3\x73\x8a\x0f\x7e\x5f\x25\x87\xde\x0d\xc9\x61\xa7\xa2\xc1\x77\x43\x72\x18\x15\x8d\x74\xfa\x02\x3f\x69\x8e\xac\x6a\x4d\x33\x34\x87\xd5\x33\xff\xea\xbb\xa1\x39\x8c\xf3\x53\x2a\x5e\x35\x43\x73\x18\x15\x8d\x56\x69\x07\x3f\x34\x47\x96\x1e\x30\x34\x87\x9d\x8a\x06\xec\xd1\x1c\x32\x96\xaa\x16\x93\x86\xe6\x90\xf1\xe4\x17\x3f\x34\x87\x9d\xf3\x53\x0c\x9e\x68\x0e\x43\x73\x84\xa0\x67\xa0\x39\x64\x2c\xdd\xc4\x06\x9a\x43\xc6\xaa\xe6\x5f\x43\x72\x18\x05\x8d\xa2\x65\x89\x21\x39\x0c\xc9\x71\x13\xce\x48\x0e\x7b\x4e\x1d\x92\x76\x60\xe1\xf8\xd4\x09\x03\x24\x87\x9d\x82\x86\x24\x8c\x21\x39\x0c\xc9\x61\x91\x2e\x83\x85\x82\x46\x21\x24\x91\x1c\x32\x96\xee\x46\xff\x08\x2b\x24\x47\xe1\x53\x22\x39\x64\x32\x1f\x08\xc1\x21\x63\xa5\xd2\x63\x04\x87\x8c\x65\x1d\x1a\x6c\x86\xe0\xb0\x23\x38\x98\x51\x10\x1c\x32\x0e\x54\x3d\x46\x70\x18\xe5\x8c\x70\x9e\x0a\x3c\x04\x47\xe5\x6d\x11\x1c\x32\x96\x1a\xf4\x50\x14\xd6\x4f\x39\x08\x1f\xf4\x28\x67\x54\xc6\x11\x14\x85\xa1\x28\x2a\xc1\x82\xa2\x90\xb1\xc8\xec\x6b\x28\x0a\x43\x51\x44\x92\x08\x45\x21\xe3\xa3\x38\xef\x06\x3d\x29\x8a\x7c\x91\xa8\x28\x0a\xa3\x74\x71\x6b\x35\x64\xa8\x07\xfb\x7a\x50\x4a\xf7\x43\x3d\xd8\x39\x28\xa5\x45\xb6\xa1\x1e\x8c\xd2\xc5\xcd\x57\x43\x3d\xc8\xf8\x73\x69\x07\xab\xc1\x01\x46\x18\xa0\x1f\xec\x94\x2e\x18\x72\xd1\x0f\x46\xe9\xe2\x66\x70\x41\x3f\xd8\x29\x5d\xf0\xdd\xd0\x0f\xc6\xe9\x28\x56\x7a\x86\x7e\xb0\x53\xba\xe0\x9b\xa3\x1f\x6c\x9c\xbd\x4d\xbd\x2f\xfa\xc1\x38\x1d\xd5\x98\xe1\xd1\x0f\x36\x4e\xe9\x87\x3e\xc3\xea\x08\x08\xed\xaf\xd9\x38\xac\x14\x69\x67\xb5\x81\x80\x90\x89\x45\x8b\x67\x43\x3f\x18\x95\x0b\xf6\x06\x0c\xfd\x20\x63\x39\xf1\x79\xd1\x0f\x32\xbe\x38\xe0\x5a\xf0\x71\x38\xaa\x91\x1c\xe8\x07\x19\xbb\xf2\xb9\x16\x54\x68\x85\x00\x02\xb4\x82\x1d\xad\x70\xd1\x0e\x54\xf3\x9c\x69\xa4\x2f\xa0\x3a\x5a\x41\x7b\x03\x86\x56\x90\xb9\x2f\xa6\x51\xa4\x82\xcd\xb3\x0b\xac\xaf\x81\x56\xb0\x73\x0e\xea\xa2\x7b\x90\x9a\x67\xa2\x14\x3d\xb4\x82\xcd\x73\x36\x40\xed\xd0\x0a\x32\x56\x8d\x61\x09\xad\x60\x14\x29\xce\xb4\x88\x56\x90\xf1\x69\x82\x76\xa0\x3a\x45\x0a\x5e\x03\xad\x60\xe7\x1c\x54\xcc\x7f\xc7\x3c\x8f\x94\x30\x6a\x18\x31\xe9\xcd\x91\x12\x32\x3e\x13\xd0\x55\xe8\x72\x4c\x8a\x4d\x3e\x43\x4a\xc8\xf8\x1a\x81\xae\x42\x97\x1a\x46\x64\xc9\x87\x94\x90\x89\x67\x92\x43\x49\x18\x25\x8c\xc0\x47\x45\x49\xc8\x58\xbe\x21\x89\x92\xb0\xa3\x24\x02\xd7\x42\xf7\x9c\x92\xe2\x2b\xa0\x24\x6c\xfd\x35\x5d\x94\x84\x51\xc2\xc8\x52\x3a\x86\x92\x30\x94\x44\xe0\x7e\x28\x09\x3b\x35\x0a\x56\x77\x28\x09\xe3\x94\x14\x7b\x9f\x86\x92\x90\x29\x99\x0f\x83\x90\x90\xa9\x91\x29\x04\x1d\x21\x63\x37\xc9\x8e\x8c\x90\xa9\x39\xe1\x02\xdd\x39\x21\xc5\x2a\x13\x15\x21\x63\x09\x55\x62\xa8\x08\x19\xb3\xeb\xb4\x83\x9d\x54\x44\xba\x32\x7d\x83\x1d\x2a\x82\x3d\x00\x43\x45\xc8\x58\xbe\x49\x3a\x54\x84\xa1\x22\x92\x72\x3d\xa0\x22\x64\x2c\xb1\x69\x15\x50\x11\x81\x13\x52\xa1\xe2\x0b\xf8\xc4\xa9\xe8\x19\x01\x15\x21\xe3\x49\x1c\xe4\x4b\xf8\x98\x58\x1b\xed\x32\xbe\xb3\xbf\xde\xe4\x2b\xf8\x14\x66\x3a\x34\xdc\x02\x2a\x22\x70\x42\x2a\x45\x9e\x7b\xe3\xa3\x3e\xa1\xef\x18\x50\x11\x81\x13\x52\x6c\x52\x04\x54\x44\x38\xf5\x89\x44\xbb\x8e\x0f\x15\x71\xd1\x6e\xe0\xa3\x3e\x61\xf8\x26\x3e\x66\xd6\x42\x9f\x17\x3e\xea\x13\x8a\xa9\x80\x8a\x90\x71\xd5\xa9\x76\xa8\x88\xc0\x0f\x2e\x92\xc6\xc5\x80\x8a\x08\xf9\xcc\x17\xba\x16\x15\x11\x38\x21\x85\x02\x0e\xa8\x08\x19\x8f\x33\x71\x41\x45\x04\x4e\x48\xa9\xd4\xd8\x02\x32\x22\xf0\x83\x0b\xe6\xb8\x80\x8c\x08\xe7\x07\x17\x89\xbe\xc0\x2f\xb3\x19\x1a\xf0\xc1\x4f\x3a\xa2\x9a\xd4\x64\x40\x48\x04\x4e\x48\xe9\x54\x57\x0b\x48\x89\x70\x7e\x70\x51\xe8\x1f\xfc\x54\x9f\xc8\x76\xee\x07\xbf\xcc\x51\x01\xad\x42\x02\x72\x41\xc6\x4a\x0e\xf8\xe0\x97\xd9\x31\xb9\xb8\x1f\xfc\xf2\x39\x2a\x20\xf6\xc8\x85\xc0\x09\x29\x1d\xb5\x68\x01\xbd\x10\x38\x21\xa5\x1f\xd4\xb4\x80\x60\x08\xe7\x84\x94\xe6\xfe\x80\x60\x08\xe7\x07\x17\x01\x1f\xfc\xce\x09\x29\xb8\x20\x18\x64\x2c\xfb\xe7\x7d\x10\xcf\x8f\xe4\x55\x6b\xee\x10\x93\x47\x22\xc9\xa2\x7e\x24\xf3\x20\x83\x1e\x16\x9d\x3e\x5a\x3c\x2c\x39\x1f\x3b\x55\x49\xf7\x28\xe3\x31\x2a\xf2\x3f\x24\x3c\x46\x63\xdb\x43\xbe\x3f\xca\x3b\x55\x23\x1f\xb2\xee\x09\x7e\x67\xa9\xd1\x27\x70\xe7\xe0\x6d\xb4\x44\x7d\x22\x6d\xa2\xb7\x49\x3e\xe0\x3c\x91\x36\xb1\x4b\xdb\xf9\x55\x51\xab\x9a\x27\xfa\xa2\x25\xfb\x10\xfc\x24\xae\x4a\x7e\x55\xf6\x68\x7c\x12\x57\x25\xbf\x73\xf1\x78\x7a\x32\x6d\xb2\xb7\xa9\x2e\x24\x9f\x4c\x9b\xec\x6d\x6e\xf3\xab\x0a\x6d\x8a\xb7\x69\x2e\x11\x9e\x42\x9b\xe2\x6d\x9a\x8f\x45\x4f\xa5\x4d\x15\x9f\xcb\x75\xd3\x53\x69\x54\x35\xc4\x98\xcb\x8d\xe7\xa6\xd5\x0d\x45\x0f\x8e\xe7\xa6\xd5\xbd\x01\xeb\x17\x36\x5a\x35\xb5\xd2\xfe\xfc\xd3\x68\xd5\xce\x70\xe5\x17\x3e\xb4\x7a\xea\xd9\x47\x72\x17\xad\x1e\xb5\x2a\x97\x5f\xd8\x69\xd5\x11\x0b\x9e\xa6\x4f\xa7\x55\x57\x2b\xed\x4f\x3f\x83\x56\x43\xad\xee\x6c\xee\xa2\xd5\xd0\xa0\xd9\xcc\x2f\x1c\x1a\x33\x31\x21\xb9\xce\x7a\x26\x17\x4e\x7d\xbc\xcb\x67\xaa\x67\x72\xe1\x54\xab\xcb\x07\xcc\x87\x5f\xb2\x3d\xfa\xc5\x47\xd0\xf1\x8a\x87\x1f\x7c\x3c\x3a\xa1\x1a\x74\xca\xe1\xe1\x80\xea\xa3\x93\x5a\x21\x86\x5f\x3e\x46\xff\x70\x8e\xeb\xd1\x79\x91\xa0\x63\x39\x0f\xc7\x45\x9e\x7d\xfa\x18\xde\xbc\xed\x94\x9d\xbb\x6a\x34\x41\x23\x6e\xa7\x44\xd3\xb5\x87\x14\xb2\xcb\x91\x4e\x16\x74\x05\x78\x28\x2e\xaa\x3a\x11\xde\x89\x55\x95\x33\x3b\xc1\xda\x09\xd6\xea\x19\xdf\x89\xd6\xae\x68\x0d\xb7\x07\x70\x27\x5c\xbb\xc2\x35\x34\x9f\x47\x3a\xf1\xda\xa3\x62\x5a\x4b\xd5\x4e\x78\x76\x85\x67\x34\x67\xd7\x89\xcf\x9e\x88\x7c\x67\xd7\x09\xd0\xae\x00\x8d\xfa\xc1\x41\x27\x42\xbb\x22\x34\x4a\x3b\x76\x42\xb4\x2b\x44\x63\xf2\x15\x78\x27\x46\xbb\x62\x34\x26\x87\xd3\x09\xd2\xae\x20\x8d\xb9\xde\xee\xa2\x95\x82\x34\x16\x9f\x92\x3b\x41\xda\x15\xa4\x51\x3f\x3b\xec\x04\x69\x57\x90\xc6\xea\x13\x54\x27\x48\xbb\x82\x34\xde\xbe\xf6\xe8\x04\x69\x57\x90\xc6\x96\xfd\x42\x82\xb4\x2b\x48\x93\xb6\xb2\x3b\x41\xda\x15\xa4\x49\xe7\xd3\x3a\x41\xda\x15\xa4\x49\x7b\xf9\x9d\x20\xed\xdd\xd7\xfb\x49\xf2\xab\x77\x2d\xf7\xbb\xe2\x36\x49\xaa\x77\xe2\xb6\x2b\x6e\xa9\x14\x75\xe2\xb6\x2b\x48\x53\x12\x1c\x82\xb4\x2b\x48\x53\x16\x1c\x82\xb4\x2b\x48\x93\xaa\xe1\x9d\x20\xed\xfa\x69\x60\x2a\x82\xc3\x2f\x03\x31\x49\x3b\x97\x9d\x1f\x06\x76\x85\x72\x92\xa0\xec\x84\x72\x57\x28\x27\xfd\xc4\xa9\x13\xca\x5d\xa1\x9c\x6e\x5f\x92\x76\x62\xb5\x2b\x30\xd3\xed\x63\xfb\x20\x30\x87\x02\x33\xa9\xee\x38\x08\xcc\xa1\xc0\xcc\x57\x4e\x6f\xde\x0e\x02\x73\x28\x30\xb3\x8e\x6d\x0f\x02\x73\x48\x3a\x67\xd5\x9e\x07\xca\x79\x28\x56\xb3\x4e\xbd\x0c\x62\x75\x28\x56\xb3\x96\xfc\x83\x58\x1d\xc1\x95\x50\xd6\xd1\xf3\x11\x24\x84\x30\x59\xda\x6d\x04\xe9\xa0\xa1\x88\xce\x49\xb7\x27\xa2\x47\xf4\xa9\x89\x9f\xe4\x8d\xa8\x99\x69\x28\xc8\x73\x72\x12\x83\x20\x1f\xd1\xc5\x6b\xce\x41\x2e\x69\x57\x4c\xd6\x06\xfd\x88\x92\xae\x98\x2c\x05\x3e\x34\x8c\xbf\x1d\xca\x8e\xac\xfd\xbc\x41\x76\x8c\xe4\x13\x7d\xd6\xce\xef\x48\x9a\xe7\x31\x59\xcb\x8b\x91\x34\xcd\x0f\x86\x78\xfd\x56\x62\x90\x43\x43\x39\xc4\xaf\xbc\x06\x39\x34\x94\x43\xb9\xfa\x6c\x31\xc8\xa1\xa1\x1c\xca\x92\xa7\x83\x1c\x1a\x85\xe9\x22\xc6\x37\x6f\x07\x41\x3e\x9a\xaf\xae\xd8\x09\x1a\x4d\x8b\x2b\x4c\xf1\x89\x70\x34\x2d\xad\x46\x2b\xfd\xdd\xab\xe8\xa0\xd8\x68\xda\x0a\x1b\x4a\x8e\xa2\x33\x84\x83\xe4\x18\xcd\x67\xa9\xa2\xb3\x0c\xa3\x49\x73\x63\xca\x15\x71\x6d\xb9\x7c\xe9\x5f\xae\x5b\xb7\xd7\xca\x7f\x28\xab\x8a\x7e\xc6\x33\xc8\xaa\xa1\xac\xe2\x9c\xca\x20\xab\xc6\xe3\x73\x6f\x09\xbe\x94\x1b\x8f\x26\x5f\x4c\x91\x2e\x1a\x8f\x66\xdf\xa1\xdc\x63\x8f\x72\x90\x7b\x43\xb9\xc7\x06\xd8\x20\xf7\x46\xa7\x95\x4f\x6f\x83\x44\x1b\x4a\xb4\xa2\xdf\x68\x0c\x12\x6d\x0c\xe6\x52\x9f\xde\x06\x89\x36\x94\x68\xa5\xf8\xf4\x36\x48\xb4\xa1\x44\x2b\xc5\xa7\xb7\x41\xa2\x0d\xa5\x10\x87\x38\x07\x29\x34\x94\x42\xe5\xf6\xe9\x6d\x90\x42\x43\x29\x54\x74\x84\x78\x90\x42\x43\x29\x54\x2f\x9f\xde\x26\x29\x34\x95\x42\x9c\x64\x9a\xa4\xd0\x54\x0a\x55\xfd\x9c\x69\x92\x42\x53\x29\x54\xf5\x4b\x80\x49\x0a\x4d\xe5\x4b\xd5\xc9\xe8\x49\xbe\x4c\xe5\x4b\x4d\x9e\xed\x93\x7c\x99\xca\x84\x9a\x7c\xa1\x3a\xc9\x84\x19\x59\x30\xf8\x1a\x7c\x12\xf6\x53\xd1\x5b\x15\x13\x93\xe8\x9d\x8a\xcb\xaa\x9f\xe3\x4d\xe2\x72\x2a\x2e\x6b\xbd\xfd\x42\xe2\x72\xb2\xf8\xb8\x7d\x66\x9a\xc4\xe5\x54\x5c\xd6\xe6\x01\x3d\x89\xcb\xa9\xb8\xbc\x2f\x9f\x99\x26\x63\xfb\x2c\x43\x92\xdc\x67\xa6\x59\x94\xb4\x98\x5b\xe7\x6c\x66\xd1\xde\xc5\x2c\xac\x64\x9c\xea\x64\x06\x98\xb5\x36\x77\x35\xb9\xb4\x3d\x89\xb9\xef\xbb\xc9\xd5\x71\xf9\x85\xce\xeb\x97\x66\xe2\xc9\x34\x32\x35\x8d\xdc\xaa\x3d\x4f\xa6\x91\xa9\x69\xe4\xd6\x89\x82\xc9\x34\x32\x35\x8d\xdc\xc9\x87\xfe\x49\x86\x4d\x65\xca\x9d\x3d\x79\x26\x99\x32\x15\xf0\x77\xf6\x41\x6a\x12\xf0\x53\x01\x7f\x97\xe2\xdd\x26\xe0\xe7\x33\xdd\xa5\x5f\x18\xcc\x47\x3b\x0b\x98\x5b\x9b\x8c\xf3\x59\x5c\xa8\x7b\xe9\xb4\xd0\x24\xe0\xa7\x02\xfe\xbe\x7d\x60\x99\x04\xfc\xec\x4f\x11\x82\x28\x57\x95\x4b\x17\xde\xcd\x5b\x91\x03\x53\x39\x70\x37\x9f\x20\x26\x39\x30\x95\x03\xed\xf2\xd9\x73\x92\x03\x53\x39\xd0\x94\xae\x93\x1c\x98\xd3\x75\x6a\x53\x11\x75\x4e\xc9\x54\x4c\xbb\xd4\xaf\x29\x95\x3a\x95\x29\x4d\x27\x44\x26\x99\x32\x95\x29\x4d\x87\x50\x26\x99\x32\x95\x29\x4d\xc7\x66\x26\x99\x32\x95\x29\x2d\xf9\x04\x31\xc9\x94\xa9\x4c\x69\xfa\x05\xff\x22\x53\x96\x32\xa5\x95\x2b\xbb\x4b\xad\x96\x32\xa5\x95\x72\xbf\x79\xbb\xc8\x94\xa5\x4c\x69\xfa\x9d\xd4\x22\x53\x96\x32\xa5\xe9\x0c\xed\x22\x53\x96\x32\xa5\xa9\x62\xbb\xc8\x94\xa5\x4c\x69\xaa\x57\x2c\x32\x65\x45\x96\xc4\x97\x0f\xbb\x8b\x54\x59\x4a\x15\xbb\xb4\x99\xbb\xc8\x95\x95\x68\xa7\xc3\x11\x8b\x64\x59\x89\x76\xda\x42\x5d\x64\xcb\xca\xb4\xd3\x61\x8b\x45\xba\xac\x4c\xbb\xe4\x43\xe1\x22\x5f\x56\xa1\x5d\x76\xd9\xb1\x48\x98\x55\x68\x57\xcc\xaf\x25\x17\xd6\x59\xb2\x57\x97\xf1\x8b\x38\x5e\xac\xd9\x2f\x15\xb8\x16\x81\xbc\x58\xb4\x5f\xda\xc9\x58\x44\xf2\xba\xb5\xb7\x7e\x35\x97\x83\xeb\xd6\xde\xfa\x62\x25\x7f\x35\x5f\x7a\x2c\xc2\x7b\x35\xd5\x17\x4c\x47\xa9\x56\x53\x7d\x61\xb1\xbc\xb7\xab\xfa\xb5\xc4\xfc\x62\x7d\x6f\x97\x87\xe0\x22\xe8\x17\x0b\x7c\xd3\xa1\x8c\x45\xd4\xaf\xe7\x68\x0a\x9f\x59\x16\x01\xbd\xba\xe4\xaa\xe9\xf7\xca\xab\x4b\xae\x2e\x96\xfd\xa6\x42\xf6\x22\xca\x57\xd7\x36\x90\x69\x9b\x61\xf5\x7d\x7c\x9c\x67\xf0\x34\x5a\x5d\xdb\x40\x0b\x7d\x60\xc9\x03\x7d\x11\xfb\x0b\x81\x60\xc9\x43\x71\x11\xfc\x6b\x68\xc3\xcf\xb2\xc7\xe2\x1a\xda\xf0\xc3\xf8\xbb\x45\xf9\xb6\x7c\xdc\xaf\xb8\xa4\x5a\x64\xc9\x9a\xdc\x4f\x3f\x86\x5c\xa4\xc9\x9a\x2a\x12\x98\x7e\x59\xb1\xa6\x8a\x04\x6b\x72\x6d\xf5\x6c\x5d\x64\xc5\xe2\xf7\xe3\x76\x2b\x94\x49\x8b\xc5\x0f\x10\xed\x56\x2c\xf3\x03\x44\x8c\x05\x2d\xdf\x16\x3f\x40\x5c\xfc\x30\xce\x34\xbe\x2e\xf2\x67\xf1\x0b\x11\xd3\x2f\x21\x16\x09\xb4\x38\xbe\x1a\x2e\xff\xbe\x9b\x0c\xda\x1c\x8d\x0c\x66\xb7\xfb\xb4\x24\xc1\x78\x9f\x9b\x7c\x55\x3e\x44\x9e\x4e\x3e\x6f\x52\x6d\x73\x84\x25\xe8\x87\x6c\x9b\x23\x2c\x18\xff\x46\x26\xdf\x90\x8f\xe7\x6a\x1d\xb7\xc9\xc9\x4d\x7d\x30\xe8\x9c\xd8\xa6\x3e\xb8\xa9\xc9\x05\x4d\xdb\x9b\x9a\x1c\xc6\x42\xd1\x73\xa9\xc9\xed\x23\xdb\x55\x9e\xd8\x24\xf4\x66\xeb\x2b\xa8\x76\xb7\xc9\xe8\x1d\x54\x1f\x0c\xda\x6e\xda\x41\xf5\x41\x8c\x85\xea\x31\xb9\x83\xea\x83\x3b\x70\x3f\xfd\xca\x68\x93\xfa\x3b\x68\xfb\x3f\x24\x97\x02\x3b\x68\xfb\x7f\x07\x9e\x91\x3d\x17\x36\xe3\xc1\x8e\xaa\xbf\x85\x7c\xcb\xa7\xfa\xdb\x66\x8c\x08\xd2\x1f\x9b\x31\x62\x33\x46\x84\xe2\xd3\xf5\x66\x8c\xd8\x49\xdb\x16\x41\x5b\x5a\x3b\xa9\xce\xb9\x19\x37\x82\xea\xbb\x9b\x71\x63\x27\x95\x63\xc2\x2d\x2e\x49\xe5\x18\x8c\xf7\xa5\xc8\xc7\xb5\xda\x26\x0c\x77\x50\x3b\x0d\xc0\x9b\x31\x27\xe8\x08\xea\x66\xcc\xd9\x8c\x39\xa1\x5d\xce\x80\x31\x67\xe7\xd3\xce\x17\x43\x9b\x31\x67\x17\x7d\xa3\x78\x15\xe7\x52\xf8\x46\x32\x7e\x2d\xbe\x24\x1f\xd2\xfe\xf2\x35\xec\x66\x6c\xda\x8c\x4d\xd1\xf4\xcd\x19\x9b\x36\x63\x53\xd4\x7a\x6e\x33\x36\x6d\xc6\xa6\xa8\x7d\xfd\xcd\xd8\xb4\x19\x9b\xa2\xce\x0b\x6e\xc6\xa6\xcd\x38\x14\x75\x84\x7c\x33\x0e\x6d\x0d\x3d\x16\xf3\xdf\x16\xbe\xeb\xdf\x4e\xe8\xbb\xa9\xe0\xb9\xcf\x1e\x84\x0a\x0b\x9b\x41\x6a\x37\xd5\x74\xa2\xf6\xfc\x76\x53\x4d\x07\xe3\xed\xb2\x7c\x19\x5f\x56\x59\x5f\x70\x9b\x6a\x3a\x18\x43\x68\xee\x36\x78\x86\x8a\x21\xb1\x28\xe8\x9a\x8a\x21\xbb\x4d\xae\x4d\xe1\xbf\x75\xd4\xff\xff\x87\xe7\xd3\x9b\x9f\xff\x5d\xa0\xf1\xd3\xe7\xcf\xeb\xc3\x17\xfd\x1b\x44\xfa\xc7\x7f\x5e\x73\xed\xf7\x1f\xd6\xcf\xff\x9e\xd1\xa7\x8f\x9f\xfc\x2a\xfd\xf7\x9f\x01\x00\x00\xff\xff\xa1\xe9\x79\xf8\xfb\x48\x00\x00"); -func _bebce ()(*asset ,error ){_fggfa ,_ffeg :=_cgda ();if _ffeg !=nil {return nil ,_ffeg ;};_cfca :=bindataFileInfo {_dae :"UniGB-UCS2-V",_fb :832,_ae :_be .FileMode (436),_g :_a .Unix (1580492749,0)};_ccag :=&asset {_dd :_fggfa ,_ef :_cfca };return _ccag ,nil ; -};func _gbdgg ()(*asset ,error ){_agec ,_adgb :=_gfac ();if _adgb !=nil {return nil ,_adgb ;};_gefd :=bindataFileInfo {_dae :"UniJISX02132004-UTF32-H",_fb :243189,_ae :_be .FileMode (436),_g :_a .Unix (1580492992,0)};_dce :=&asset {_dd :_agec ,_ef :_gefd }; -return _dce ,nil ;};func _aggd ()(*asset ,error ){_dcda ,_eebc :=_egafa ();if _eebc !=nil {return nil ,_eebc ;};_afaa :=bindataFileInfo {_dae :"UniJISX0213-UTF32-H",_fb :243117,_ae :_be .FileMode (436),_g :_a .Unix (1580493003,0)};_faag :=&asset {_dd :_dcda ,_ef :_afaa }; -return _faag ,nil ;};func _fbbeg ()(*asset ,error ){_aegc ,_ggc :=_dfd ();if _ggc !=nil {return nil ,_ggc ;};_dgeg :=bindataFileInfo {_dae :"Ext-RKSJ-H",_fb :13359,_ae :_be .FileMode (436),_g :_a .Unix (1580491904,0)};_dbdc :=&asset {_dd :_aegc ,_ef :_dgeg }; -return _dbdc ,nil ;};func _gf ()(*asset ,error ){_bca ,_gce :=_gcg ();if _gce !=nil {return nil ,_gce ;};_egd :=bindataFileInfo {_dae :"78ms-RKSJ-V",_fb :1875,_ae :_be .FileMode (436),_g :_a .Unix (1580490915,0)};_fbb :=&asset {_dd :_bca ,_ef :_egd };return _fbb ,nil ; -};func _dad ()([]byte ,error ){return _c (_daega ,"UniJISPro-UTF8-V")};func _cd ()([]byte ,error ){return _c (_bcb ,"78ms-RKSJ-H")};var _bgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\x63\x37\x14\x05\xf0\xbd\x3e\xc5\x5b\x4e\x17\xad\xa5\xfb\x4f\x12\x3c\x02\x25\x19\x68\x16\x93\x29\x4d\xa7\x2d\x94\x2e\x1c\x3f\x39\x18\x1a\xdb\xd8\xce\x22\xdf\xbe\xdc\x7b\x9c\x14\x66\x11\x9c\x1c\x9e\xce\x8b\x7f\x70\xd0\xea\xf6\xfe\xee\x7e\xbf\xbb\x4c\xab\x5f\x4f\x87\xcd\xe3\xb8\x4c\xdb\xdd\x7e\x39\x8d\xf3\xe1\xf5\xb4\x19\xd3\xd3\x78\xde\xed\x53\x2a\x34\x2d\xbb\xcd\xe5\xfd\xcf\xf8\xd8\xbc\xac\x8f\x29\xf9\xf9\xc7\xb7\xf3\x65\xbc\xdc\xef\xb7\x87\x89\xf1\xdc\xf2\x7a\xbc\x3e\x3b\x4d\xab\xdf\xc6\xf3\xee\x7c\x39\xbd\x4d\x9f\x7e\x5e\x0e\x4f\xe3\x87\x69\x19\x5b\xcf\xbf\x9e\x96\x71\xda\xed\x9f\xa7\x4f\xb7\x0f\x8f\xe5\x23\x7e\x7c\x3d\x1e\xff\x1d\x2f\x63\x7f\x99\x72\x64\x63\xbf\xc4\x67\x5a\xdd\x7e\x59\x1f\x1f\xd6\x2f\x63\x5a\xdd\x3e\x3c\xd2\x8f\xbf\x44\x1c\xe9\x1f\xe3\x74\xde\x1d\xf6\x53\xc9\x3f\xe5\x6c\xff\xe7\xbf\xbf\x1d\xc7\x54\xae\xc7\xbf\xdd\xdf\x7d\xdd\x6e\xcf\xe3\x32\xb5\x8c\xea\xd5\x5f\xdf\xee\xef\xa6\xbf\xcb\x54\xf2\x44\xca\xcd\xfe\xb9\x3e\xfa\xe7\x97\xc3\x32\xae\xef\x4f\x05\xdf\x65\x73\x58\xc6\xf9\xb8\xde\x8c\xd3\x7a\xff\x3c\xd2\x34\xcd\x54\xa8\xdc\x4c\x73\xfd\x5c\x3f\xdf\xf8\xbf\xf9\xdd\x13\xa9\xd1\xf5\xe4\x6e\x41\xf2\x7e\x82\x4a\x1d\x37\x93\xf6\x6e\x69\x26\x42\x44\x1e\x59\xee\x39\xcd\xc4\x88\x38\xa2\xd2\x24\xcd\x24\x88\x24\x22\xaa\x2d\xcd\xa4\x88\x34\x22\xae\x94\x66\x32\x44\x16\x91\x98\xd7\x57\x44\x35\x22\x35\xaf\x6f\x88\x5a\x44\xa6\x5e\xdf\x11\xf5\x88\xaa\x78\xfd\x1a\xd1\x3a\xa2\x26\x5e\xff\x84\xe8\x29\xa2\xce\x5e\xbf\x41\xb4\xf1\xa8\x66\xf6\xfa\x05\xd1\x12\x51\x21\xaf\x1f\x88\x46\x44\x54\xbc\x7e\x8b\x68\x1b\x11\x17\x4a\x33\xe7\x88\x38\x47\x24\xd9\xd2\xcc\xf0\xe2\xf0\xaa\x9a\x73\x9a\x19\x5e\x4c\x88\xba\xa4\x99\xe1\xc5\xe1\x55\xad\xb5\x34\x33\xbc\x38\xbc\x6a\x6d\x5e\x0f\x2f\x0e\xaf\xda\xaa\xd7\xc3\x8b\xc3\xab\xf6\xea\xf5\xf0\xe2\xf0\x6a\xd9\xbc\x1e\x5e\x1c\x5e\xad\xa8\xd7\xc3\x8b\xc3\xab\x91\x7a\x3d\xbc\x38\xbc\x1a\x8b\xd7\xc3\x8b\xc3\xab\x89\x78\x3d\xbc\x38\xbc\x9a\xb2\xd7\xc3\x8b\xc3\xab\x19\x79\x3d\xbc\x38\xbc\x5a\x25\xaf\x87\x17\x87\x57\x6b\xc5\xd2\x2c\xf0\x92\xf0\x6a\xbd\xe4\x34\x0b\xbc\x24\xbc\x7a\xce\x92\x66\x81\x97\x10\xa2\xde\xd2\x2c\xf0\x92\xf0\xea\xa5\x53\x9a\x05\x5e\x12\x5e\x9d\x9a\xd7\xc3\x4b\xc2\xab\x73\xf3\x7a\x78\x49\x78\x75\xa9\x5e\x0f\x2f\x09\xaf\xae\xe6\xf5\xf0\x92\xf0\xea\x66\x5e\x0f\x2f\x09\xaf\x5e\xd5\xeb\xe1\x25\xe1\xd5\x9b\x7a\x3d\xbc\x24\xbc\x7a\x17\xaf\x87\x97\x84\x57\xc9\x99\xbd\x1f\x60\xb2\x20\x2b\xec\x2f\x80\x98\x0c\x64\x44\xfe\x06\x90\xc9\x16\x19\x53\x4e\xb3\xc2\x4c\x33\x32\x29\x92\x66\x05\x9a\x16\x64\x9a\x5b\x9a\x15\x6a\x4a\xc8\x2c\x53\x9a\x15\x6c\xca\xd7\xcc\xd7\xab\x70\x53\x41\x56\x7d\xbe\x0a\x38\x55\x64\xcd\xf7\xab\x90\x53\x43\xd6\x7d\xc0\x0a\x3a\x0d\xba\x52\xb2\x2f\x58\x61\xa7\x0d\x59\xf1\x09\x2b\xf0\xb4\x23\x23\xdf\xb0\x42\x4f\xd7\xc8\xd8\x47\xac\xe0\xd3\x27\x64\xe2\x2b\x56\xf8\x29\xfc\x8a\xfa\x8c\x15\x7e\x0a\xbf\x62\xbe\x63\x85\x9f\xc2\xaf\x54\x1f\xb2\xc2\x4f\xe1\x57\x9a\x2f\xd9\xe0\x67\xf0\x2b\xdd\xa7\x6c\xf0\x33\xf8\x51\xf6\x2d\x1b\xfc\x0c\x7e\x54\x7c\xcc\x06\x3f\x83\x1f\x91\xaf\xd9\xe0\x67\x72\xcd\x7c\xce\x06\x3f\x83\x1f\xb1\xef\xd9\xe0\x67\xf0\x23\xf1\x41\x1b\xfc\x0c\x7e\xa4\xbe\x68\x83\x9f\xc1\x8f\xcc\x27\x6d\xf0\x33\xf8\x51\xf5\x4d\x1b\xfc\x0c\x7e\xd4\x7c\xd4\x06\x3f\x83\x1f\x75\x5f\xb5\xc1\xcf\xe0\xc7\xd9\x67\x6d\xf0\x33\xf8\x71\xf1\x5d\x1b\xfc\x0c\x7e\x4c\x3e\x6c\x83\x9f\xc1\x8f\xd9\x97\x5d\xe1\x57\xe1\xc7\xe2\xd3\xae\xd7\x6b\x04\x7e\xac\xbe\xed\x0a\xbf\x4a\x22\x9e\x59\xc9\x71\xc1\xbc\x5f\x24\xfe\xbb\xdf\xbf\x1f\x37\xe2\xe6\xf5\x74\x1a\xfb\x4b\xdc\xbe\x71\xf3\xf9\xd5\xb5\xdb\x8f\x8f\x9b\xfc\x78\x38\xfa\xa9\xf8\xf9\x2f\x00\x00\xff\xff\xb9\xb9\xd4\x19\xf5\x07\x00\x00"); -var _gfegd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9c\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x54\x75\x61\x1c\xfb\xe3\x39\xc3\x19\x73\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xf7\x27\x89\xbb\x9a\xb1\xaa\xea\xe7\xa7\xb7\xfb\x4f\xe7\xc3\xfd\x67\x58\x26\x5c\xd9\xa1\x3f\x9e\x6e\xd3\x8c\xd7\x3e\x85\x01\x14\x67\xfd\x32\xae\x79\x80\xfa\x1b\x5e\xe2\x34\xe7\x1b\xdc\x7d\xf4\x83\xc5\xff\xc0\x63\x28\xfc\x35\x7b\xcc\x31\x5d\xe0\xee\xf9\x49\x6e\xf4\xb4\x8c\xe3\x6f\xbc\x62\x9a\x41\x12\xc3\xe4\x49\xab\xfa\xf0\x62\xc6\x2f\xe6\x8a\xb0\x35\xf2\x4e\x27\x74\xf0\x8e\x79\x8a\x43\x02\x29\xfe\x17\x62\xf7\x8f\xbf\xdd\x46\x5c\x2b\x55\xf5\xb9\x3f\xbe\x86\x30\xe1\x0c\xbb\x4e\xb0\xe7\xc7\xb9\x3f\xc2\x4f\x09\x52\x40\xd3\x2a\x2d\x7f\xad\xd6\xef\x2f\x83\xdf\x82\x8d\xe0\x71\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\xec\xf2\x8c\x3c\xb9\xba\x82\x2c\x97\xb7\xa1\xa0\x7d\x53\x50\x40\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x14\x14\x84\x1c\x23\x47\x2e\x45\x08\x19\x71\x2d\x5d\x90\xa5\x56\x95\xb5\xe4\xa2\xf2\xd6\x33\xf2\xe4\xa2\xf2\xa5\xa1\x55\xa0\xd5\xa5\x55\xe5\x69\x20\x12\xad\x05\x23\x0e\x7a\x0a\x4a\x6a\xc2\x73\xb0\x08\xec\x04\xa1\xc0\xc1\x40\x37\x76\x74\x63\xe0\x60\xe0\x7f\x82\xfa\xe2\xb1\x15\x8f\x2d\x65\x59\x88\xed\x1d\xca\xf7\xb2\x87\xdb\x6a\xb8\x25\x67\x4c\x33\x6d\x21\xbd\x7f\x79\xc0\x98\x70\xdb\xf2\x71\x18\x4b\x8a\x3e\x7f\x02\x00\x00\xff\xff\x0f\xbf\x93\xd7\x11\x03\x00\x00"); -func _ffcb ()(*asset ,error ){_efadd ,_cecc :=_fggb ();if _cecc !=nil {return nil ,_cecc ;};_bdee :=bindataFileInfo {_dae :"Adobe-Korea1-2",_fb :1845,_ae :_be .FileMode (436),_g :_a .Unix (1580491385,0)};_aae :=&asset {_dd :_efadd ,_ef :_bdee };return _aae ,nil ; -};var _fgge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x77\xa5\x28\x52\xbb\x5b\xa9\x1c\x92\x54\xdd\x64\x5b\xa9\xea\x81\xb5\x07\x64\xa9\x18\xcb\x98\xc3\xbe\x7d\x35\x63\x4a\x0e\xe8\x87\xcf\xcc\x27\x8f\xc7\xe5\xb1\x3b\x75\xde\x25\x28\xbf\xc7\xd9\x9c\x31\xc1\xe0\xbc\x8d\xb8\xcc\x6b\x34\x08\x57\x1c\x9d\x2f\x0a\x51\x83\x75\x26\xfd\xff\xe4\x30\x53\x1f\x8a\xa2\xfc\xfa\x8a\xfe\xfe\x8b\xbc\xff\x06\xeb\x82\x1b\x3b\x76\xa7\xf3\x6d\x49\x38\x75\x7e\x98\xa1\xc9\xb5\x76\x0d\x5b\x3d\x40\xf9\x03\x47\xb7\xa4\x78\x83\xbb\xcf\x76\xbe\xe2\x07\xb0\x38\x10\x7f\x89\x16\xa3\xf3\x23\xdc\x1d\x9f\xcf\x62\xc7\xe7\x35\x84\xbf\x38\xa1\x4f\x50\x31\x43\x6f\x39\x8b\xf2\xf8\xd4\x87\xe7\x7e\x42\xd8\x77\x72\xe1\x15\x5e\xb8\x60\x5c\xdc\xec\x41\x54\x1f\xab\x4a\xbd\xf3\xd7\x5b\x40\x10\x9b\xe1\xad\x3b\xbd\x0c\xc3\x82\x09\x0e\x75\xb6\x97\xbf\xde\xba\x13\xfc\x16\x20\x2a\xa8\x65\x73\x10\x7f\xb6\x5f\x7f\x3e\xcd\x76\x2f\x14\x4d\xee\xc7\x38\x1b\x7b\x3f\x62\xf1\xd0\x8b\xf6\xfa\x08\x5b\x88\x46\xb5\x8a\x98\xec\x99\x51\x88\x46\xb7\x0d\x33\x93\x99\xc9\x4c\x32\xb3\x99\x21\xb1\x8a\x88\x12\x4c\x54\x4d\xa4\x65\x22\x33\x51\x44\x3e\x31\x39\x64\x42\xf6\xb6\x66\x92\x3d\x8a\x3c\x79\x07\x3a\x7b\x34\x79\x24\x9b\x75\xf6\x68\xf2\x48\x36\xeb\xec\xd1\xe4\x91\x6c\xc6\x86\x09\x05\xf5\xa2\x8b\x07\xa3\xb0\x7d\x04\x0a\x49\xee\xea\xa0\x69\x10\x7b\xff\xf4\x4e\x17\x60\x1f\x89\x59\x63\x44\x9f\x78\xfc\x7c\xee\x74\x70\xce\xe3\x7e\xbd\xc2\x1c\xa8\x8a\x9f\x7f\x01\x00\x00\xff\xff\x8d\xf3\x1a\xd0\x8a\x02\x00\x00"); -func _dccg ()(*asset ,error ){_cfcee ,_bbeg :=_ffgc ();if _bbeg !=nil {return nil ,_bbeg ;};_cfee :=bindataFileInfo {_dae :"KSCms-UHC-H",_fb :13690,_ae :_be .FileMode (436),_g :_a .Unix (1580492561,0)};_gdc :=&asset {_dd :_cfcee ,_ef :_cfee };return _gdc ,nil ; -};var _efbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4b\xab\x65\x47\x72\x85\xe7\xf7\x57\xec\x61\x7b\xd0\xae\x9d\x3b\x23\x5f\x70\x39\xd0\x48\x2d\x2c\x9a\x76\x1b\xcb\x6d\x1b\x8c\x07\x3b\x5f\xa2\xc0\xba\x55\x54\x95\x06\xfa\xf7\x26\xbe\x75\x24\xb9\x1b\x83\x06\x22\x54\xab\x22\x63\x47\x46\xc6\x63\x65\x9e\x7a\xf7\xd5\xb7\x5f\x7f\xfb\xf6\xfe\xcb\xf1\xee\x5f\x3e\x7d\x18\xdf\xad\x2f\xc7\x7e\xff\x36\x3f\xad\xcf\x1f\x7e\xfc\x34\xd6\xd1\xd7\xf7\xef\xdf\x5e\x5e\xc2\x75\xcc\xf7\xe3\xcb\xcf\x7f\x44\x8c\x1f\xee\x8f\x2f\x2f\xbe\xfe\xbb\x9f\x3e\x7f\x59\x3f\x7c\xfb\xb6\x3f\x1c\x51\x7a\xf3\xc7\x8f\x4f\xdd\xe3\x78\xf7\xaf\xeb\xfb\xf7\x9f\xbf\x7c\xfa\xe9\xf8\xdd\x1f\xe6\x87\xbe\xfe\xe1\x98\x6b\x3b\xfe\x97\x4f\x73\x7d\x7a\xff\xf6\xfd\xf1\xbb\x3f\x7d\xf8\xb4\xee\xf0\xcb\x5f\x7c\xf7\xe3\xc7\x8f\xff\xb3\x7e\x58\x6f\x5f\x8e\x13\x6c\xbd\x4d\xe4\xcb\xbb\xaf\xfe\x7c\x7f\xfc\xe7\xfb\x87\x75\xbc\xfb\xd3\x77\x5f\x7d\x1c\xbf\xff\xe3\x5f\xbf\xfa\xfd\x3f\xf1\x77\xfc\xd5\xbf\xaf\x4f\x9f\xdf\x7f\x78\x3b\xda\x3f\x9e\x67\xfe\x15\xfe\xb7\x9f\x3e\xae\x23\x3c\x4d\xfc\xf5\xdb\xaf\xff\xb2\xf7\xe7\xf5\xb3\xf1\x77\xff\xf9\xd7\x6f\xbf\x3e\xfe\x2b\x1c\xe1\x3c\xae\x64\xa7\xfd\xf7\x53\xf1\x3f\xfe\xfc\x61\xae\xa7\xd2\x4b\xd4\x7e\xc6\x87\xb9\x3e\x7f\xbc\xc7\xfa\x74\xbf\x7d\xbf\x5e\x8e\xe3\xf5\x3c\x1f\xc7\x71\xbc\x56\x7b\xf8\x9f\xfe\x10\x2c\x3c\x8e\xd7\x6f\xbe\xfe\xe6\x8f\xfc\xf9\x9b\x3f\xf2\xb7\xdf\x7c\xf3\xf0\x4d\xfc\xdd\xea\x97\x20\xa3\x6f\x1f\xbe\xcc\xb5\x85\x61\xef\x35\xec\xc7\x11\x7c\xc5\xff\xfd\xab\x97\x70\x9e\x4f\x2f\xde\xcf\xa7\xf6\xe5\xda\x65\xb9\xf6\x6b\xf5\x2f\xd7\xf8\x38\x5a\x7e\x79\xbd\xe5\xc8\x1d\xca\x7c\x1c\x35\xb4\xe0\x50\x15\xd4\xee\xc7\x51\xaf\x74\x39\xd4\x06\xd0\x7d\x3a\x54\xaa\x43\xb7\xb4\x5c\x84\x93\x75\xf7\x25\x24\xba\x52\x8d\x40\x06\xb4\xfd\xd3\xa7\xbd\xbc\xde\x97\xbe\x77\xd9\x40\x29\x39\x24\x4b\xd7\x4a\x8f\x23\x34\x90\x95\x41\x7c\x59\xbd\x5a\x79\x79\xbd\xa3\xd6\x45\xfc\x8c\x97\x3b\x15\xe5\x67\x6c\xdb\x21\xbe\x17\x65\x2a\xfa\xc2\x2b\xfb\xf7\x4c\xeb\x8c\x75\x16\x80\xb4\xce\x58\x67\xc5\x3f\x68\x5a\x67\x33\x3e\x8e\x98\x7c\x7b\x36\x13\x88\x5b\xb2\xb3\xbd\xbc\xde\x49\x96\x12\x96\xd2\xe9\xc1\x4b\xb2\x94\x6a\x77\x28\xbb\x9f\x49\x96\xd2\x7d\x3f\x0e\x4b\x1e\x96\xd4\x4f\x90\xde\x1e\x87\x65\x90\x21\x9d\x59\x1f\x87\x15\x90\x79\x0b\xf1\x0d\x27\xe2\x9b\x96\x94\xb6\x2b\x11\x95\xb4\x9b\x10\x0f\x5d\x62\xbf\x59\x3e\x65\xf9\x54\xdd\x81\x2c\x9f\x72\xf5\xd3\xcb\x56\x81\x26\x50\xf3\x83\xc9\x6c\x2f\xb7\x2c\xc8\x3d\xcf\x39\x01\x2d\x41\x1e\x96\x8c\x5b\x59\x9b\xc9\xcb\x1e\x47\x0a\x1e\x84\xbc\x08\x4b\xe6\x64\x72\x71\x1f\x8a\x7c\x28\xf8\x90\x9b\x6b\x15\xf9\x50\x30\x55\xf2\xe9\x90\x4c\x95\xb5\x1f\x87\x1c\x2d\x9b\xb8\x14\x4c\x15\x32\xaf\xca\x54\xc5\x54\x25\xc4\x55\xa6\x2a\xa6\x2a\x21\xae\x32\x55\x3d\xb7\x72\x46\xe9\xce\x42\xf2\xe3\xc8\xe5\x04\xa9\x42\xb6\x23\xd8\xee\x5a\xe5\x9f\xcb\xc5\xbd\x6c\xfa\x5a\x2b\xe6\xa6\x9b\x87\xa5\xc9\x74\x73\xa5\x92\xfc\x63\xb7\x94\x6e\x5c\x6a\xc9\x6d\xdf\x72\xe9\x76\x97\xda\x19\xdc\xf8\xad\x75\xf7\xf6\x08\x73\xea\xf7\x36\x21\xcb\x95\xcc\xf3\xb5\xcb\x54\x77\x53\xed\x4c\x1e\xbb\x2e\x53\x1d\x53\x81\xec\xec\x32\xd5\x77\x7e\x1c\x2d\x82\xec\x22\xe4\x76\x25\x4b\x40\x5d\x90\x9b\x8a\xd1\xbd\x1a\xb2\x3e\xb0\x1e\xcc\x37\x38\x64\x7d\xb4\xf2\x38\xda\x15\xd0\x92\xf5\x31\xa8\xda\x0b\x68\x50\xb6\x63\x9e\xae\x15\xdd\xad\x31\xa5\xb5\xd1\xc2\xd3\xb1\xa5\x85\x5b\x17\x69\x35\xf5\xc5\xc9\x17\x2f\xb4\xa6\xcc\x4f\x4f\xf9\x16\x7d\x3f\xfd\x04\xea\xa7\x5a\x40\xcd\x2f\xaf\x5d\xad\xa3\xab\x2b\x84\x7a\xbe\xbc\x76\xf5\x80\x4e\xc5\x87\xab\xf8\x42\xd5\x72\xa7\x96\x43\xcc\xf5\xe5\xb5\xab\x4c\x3b\x45\x19\x2c\x5f\x2f\xaf\x5d\xf5\xd6\x13\x50\x4a\x6e\x5e\x59\xdb\xc9\xd1\x90\xfd\xc8\xba\xb2\xaf\x93\x6b\xa1\x98\x9b\x57\x16\x75\xf2\x21\xd4\xe8\xe6\x75\xfa\x9d\xd3\x0f\x2d\xba\x79\x1d\x6c\xe7\x18\xaf\xf3\x72\xf3\x3a\xa0\xde\x81\x82\x87\xb0\x2b\xaa\x7d\x00\x5d\x6c\x5b\x91\xe8\x13\x28\x9e\x6e\x7e\x09\x5a\x40\x76\xba\xf9\x2d\x68\x0b\xf2\x86\x3c\x14\xaf\x41\xbc\xae\xd4\xce\x97\xd7\xa1\x78\x8d\xa0\xae\x56\xed\xe5\x75\x28\x5e\x83\x78\x5d\xc5\x1b\xc6\x50\xbc\x86\x7a\x5f\x2d\xd7\xcb\xeb\x50\xbc\x06\xf1\xba\x9a\x97\xca\x50\xbc\x06\xf1\x8a\xa7\x97\xe6\x50\xbc\x06\xf1\x8a\x21\xb9\x79\xc5\x6b\x10\xaf\xc8\x69\x0f\xc5\x6b\x10\xaf\x18\x3d\xa1\x87\x82\x33\x08\x4e\xb4\xe8\xe6\x15\x9c\xd1\xc7\xf6\x46\xea\x89\x39\xba\x27\xd6\x53\x58\x08\x68\x4d\x69\x79\x8f\x8d\xa9\x14\xa0\x2c\x28\x3f\x8e\x98\xd9\x50\x9f\x05\xc8\x87\x41\x4c\xd5\xbf\xd8\xd7\x13\x2a\x8f\xa3\x90\x98\xa3\xaf\x0a\x84\x13\xc9\xab\x78\xe8\x38\x06\xc7\x11\xf3\x15\x5e\x5e\x87\x8e\x63\xcc\xe1\x50\x09\xc9\x21\xf7\xf1\x29\xa2\x11\x89\x29\x57\xa7\x9b\x8f\x25\xb3\x50\xe6\x11\xa5\x9d\x27\xf3\xf9\xe7\xb9\xfa\xff\x8d\xda\x31\x57\x63\x05\x5f\x2f\x3e\xe1\x86\x4e\x7e\xac\x7b\x3c\x8e\x58\xcf\x02\x34\x05\x4d\xa0\x0b\x68\x01\xb1\xb0\x7a\xbb\x1d\xca\x8f\xb1\xbd\xf4\xa3\x7f\xdd\xff\xbf\x0b\xea\x40\x17\xd0\x10\xe4\x0b\x9b\xa7\xcc\x54\x16\x49\xc4\xd6\x22\xd0\x25\xe8\x72\xc8\x32\x50\x04\xea\x05\x2d\x73\xa8\x57\x41\xf5\x57\x2d\x9f\x5c\xaf\xf3\xf4\x40\xd9\xe9\xb1\x9b\x27\x81\x92\x88\xc5\xb3\x7b\x9e\x53\x5f\x9c\xc3\xb5\xa2\xa0\x29\x68\xfa\xc9\xc7\x00\xb4\x80\x34\x56\xbd\x36\xa7\xb2\x7b\x06\x9f\xbd\x76\xfa\x58\x9b\x61\x9a\x20\x7b\x1c\x16\xbd\x1b\xcc\xc0\x3c\x96\xb0\xe0\x75\x3e\x03\x29\x33\x83\xa7\x89\x85\x28\xad\x2a\xa8\xb2\x30\x01\x35\x41\x37\x5a\x5a\xd8\x81\xd6\x89\x16\xd0\x92\x13\x2e\x2c\xe0\x7d\x58\x97\xa0\xcb\x27\xd6\x89\xab\x2b\x0a\x72\x27\xa2\x67\xe4\x0c\x4b\x4e\xb8\xb0\x58\x65\xab\x08\x92\x5f\x0d\x48\x7e\xad\x8e\x56\x01\x1a\x82\x3c\x5e\xc1\x64\x7e\x0a\xf2\x78\x45\x9f\x88\x33\xac\x25\x68\xa1\x25\x68\x03\x6d\xbc\xe7\xd0\xc2\x96\xf7\x1b\xef\x0d\xbf\xb6\xbc\x77\x61\xb1\xe1\xd7\x96\xf7\x9b\x10\x1a\x81\xde\xf2\x7e\xe3\x7d\xc3\xd5\x2d\xef\x9d\x6c\x58\x30\x2d\xbc\x05\x79\x08\xed\xd4\x42\x85\xd0\x85\x31\x6d\x66\xd8\xda\x90\xcf\x24\xb3\x53\x0b\xe5\x3d\xa7\x0d\x8b\x9a\x6a\x5c\x12\x16\x48\x80\x4b\x89\x79\x79\x32\x9a\x05\x41\x26\x28\xa3\x15\x80\x8a\x20\x9c\x08\x17\x50\x17\xd4\x81\x64\x7e\x08\x22\xaa\xde\xcb\xe6\x45\xa5\x49\x98\x5d\x32\x8f\x5f\x57\x97\x13\x9e\x26\x57\x97\x13\x2e\xcc\x2e\x16\xf6\x28\x88\xf4\x4d\x98\xef\xcf\x85\x0b\x76\x87\x5f\x9d\xe3\xb8\x06\xb6\x0a\xe6\x87\x6c\x8d\x88\x56\x04\xd2\x86\x5c\x58\x0a\x05\x28\x09\xe2\x38\x8a\xb4\xb2\x20\x91\xc7\x0a\xa4\x3d\xba\xb0\x24\xbf\x86\xf6\x38\xd8\x63\x11\xa4\x3d\x0e\xfc\xba\xd8\xd0\x90\x5f\xd4\x50\xba\xb0\xa5\x1a\xba\x28\x98\x14\xd1\x52\xc1\x20\x2c\x14\x41\x4d\x10\x4e\x90\x72\x97\x0a\xe6\x52\x21\x53\x30\x97\x0a\xf9\x9a\x1b\x2d\x16\x2e\x9a\x02\xc2\x42\x21\x5e\x2a\x2b\x84\x25\x63\xdb\x2a\x2b\x84\x25\x25\x80\xca\x0a\x61\xf0\x81\x79\x2d\xc5\x6b\xe1\x7d\x66\x8f\x4b\xde\x7b\x29\x59\xca\x38\xb1\xe4\xea\xc2\xd5\x82\xab\x4b\xae\x52\x69\x49\xae\xaa\xd2\x2e\xaf\x1b\x0b\x15\xad\x2d\x57\xbd\x22\x2c\x9f\x98\xdf\xfa\x22\xd5\x91\x95\xab\xaa\x0e\x84\x85\xca\x1e\x55\x1d\x17\xac\x3c\x2b\x01\xb6\x9c\x20\xc9\x03\x1d\x40\xa3\x78\x46\x41\xcd\x73\x55\xa3\x78\x1a\xad\xe3\x42\xcb\xd4\x3a\x4c\xad\x83\xd3\x36\xb5\x0e\xa3\xac\x22\x89\x69\x2a\x2b\xc4\xb3\x7f\xd9\x9e\x82\xd6\x2f\xfd\x4b\x63\x7d\xa6\x5b\x1d\xb3\x02\x25\x41\xe9\x97\xfe\x95\xe0\xc9\x53\x97\x13\xf5\xaf\xa4\x1a\x42\x3c\x9b\x55\x52\x0d\x25\x0a\x46\xcd\x2a\xa9\x60\x10\xcf\x0d\xa5\x9b\xfc\x4a\x72\xa2\xfa\x42\x11\x89\x99\x7d\x9c\x98\x65\x20\x8d\x13\x84\x05\xa7\xef\x33\x6b\x9c\x64\xd2\xd7\xb0\x95\x95\xbe\x08\x0b\x45\x10\x5f\x84\x94\x58\xa2\xdc\x45\x4a\x66\x51\x75\xe4\xf0\x9b\xa3\x78\x16\x15\x0f\x22\xa5\x84\x11\x15\x4f\x59\x3a\x79\xaf\xba\xa2\x5c\x43\x64\x95\x7e\x51\xae\xc1\x7f\x2c\x5f\xee\xb6\xf8\xcf\xac\x82\x9c\x7a\x4c\xf1\xc5\x09\x5f\xb4\x42\x76\x8b\x12\x4d\x28\x91\x55\x8a\x47\x94\x68\x76\x4a\xbf\x51\x75\x5d\xa5\x8f\x48\x6a\x6f\x5d\xa5\xdf\xf1\xab\x91\xca\x5d\x7e\x21\xac\xf9\x95\x77\x76\xf9\x05\xd9\x49\xa7\xdf\xba\xa7\xc8\xce\x1c\x7e\xf2\xe9\xc4\xd5\xa1\x93\x47\x14\xb5\x91\xa1\x93\x1f\x5a\xc8\x28\x16\x25\x9a\x93\x85\xf0\xd8\x39\xb5\x10\x91\x4e\x2a\x78\x6a\xe1\x9c\xd2\xf2\xe0\x4c\xb5\x11\x44\x0a\x54\xca\xd4\x28\x9e\x5e\x4f\x29\xe0\xfd\x54\x3d\x21\x4a\x76\xce\x33\xe7\xd6\x42\x9c\xb8\xf0\x5e\xcc\x68\x2e\x4f\xf8\x74\x51\x4f\x4b\x09\x8f\x48\xc9\xd9\xee\x5c\x4a\x78\x44\x8a\xce\x79\xe6\xd2\x68\x41\xa4\x48\x62\x89\x2c\xcd\xed\x2d\x3c\x45\x8e\x76\xab\x85\x23\x8a\xb8\xc5\xee\xf8\xb5\xbd\x4b\xa5\xe8\xe4\x70\x6e\x75\x29\x44\x8a\x7e\xad\x98\x5b\x5d\x6a\x7b\x3d\xa6\x48\xb3\xd9\x9a\xe1\x88\x64\x74\x83\xad\xfe\xb3\xe5\x84\xe7\xed\x12\xf1\x5a\xe7\xc6\xbc\x4f\xe7\x75\xee\x27\x14\x1e\x47\xe6\xd0\xd6\xc9\x74\x5e\xd0\xa0\x64\xde\xc2\x97\x68\xd0\x0a\x5e\x7c\xc9\xbc\xea\x56\x60\x72\x49\x24\x18\xea\x0a\x14\xe2\x82\x35\x24\xf3\x81\xbd\xc4\x1a\x24\x52\x0c\x2c\x5c\xd2\xc2\x7c\xf2\x0d\x2d\xcd\xdd\x75\x09\xf2\xa3\x5d\xea\x52\x2b\xfa\x09\x25\xee\xf2\x2b\x72\x42\x12\xe5\x3c\xd1\xa2\x09\x2e\x7a\x59\xe2\x4e\xbc\xd4\xcb\x24\x4a\xf4\x91\xb7\x8c\x19\xbe\xcc\xaf\xdd\xa9\x78\xbc\x96\xdd\x4d\x50\xc3\x7c\x05\xba\x81\x64\x8b\x2f\xaa\x71\x2d\x9a\x4d\xaa\xa9\x02\x2d\x41\x8b\xa7\x02\x03\xda\x40\x7e\xaf\x4c\xd5\xf3\x6b\xa5\xae\x85\xcf\x81\x9d\x80\xa2\xa0\x8a\x16\xe6\x69\x36\x12\x66\x5e\x1d\x2b\xf5\x5b\xd0\x8d\x56\x03\xea\x82\x68\x49\x97\x20\xa2\x9a\x7c\x86\xa7\xea\x33\x69\x25\x66\xb8\x84\x59\xc4\x09\x0a\x79\xa5\x81\xf7\x1c\x5a\x1a\xf2\x9e\x51\x6c\x11\xbf\x86\xbc\x1f\xbc\x7d\x38\x17\x5b\x09\x02\x2d\x61\x5c\x9d\x56\x9a\xda\x90\x8b\x54\x1b\xb6\xe6\x25\x88\x3d\x46\x41\xda\x23\xc5\xc7\xa3\xc5\x4a\x14\x9f\x84\x59\xc4\x7b\xae\x4e\x8b\x17\xa3\xd4\x48\xb9\xb4\xb5\x6d\x46\x8b\x39\x47\x5c\xbc\x24\x3d\x85\x08\xce\x4a\x5b\xdb\xa6\xd2\x9a\xfc\xda\xda\x90\x48\x9c\xdf\x9d\x97\x1a\xbd\x84\x99\x37\xbe\x95\x95\x00\xd9\x49\x5c\x6a\x51\x90\x09\x22\x5e\xce\x11\x57\xa6\xc1\xac\xec\x4d\x25\xb5\x28\xa8\x08\x62\x68\x38\x1f\x58\x99\xc7\x9b\x95\x29\x85\xe6\x4d\x74\x65\x95\x42\x16\x89\xf3\xee\xbb\xb2\xd2\x04\x91\xb8\xa9\xac\xac\x34\xc9\xf0\x3a\xf3\xf1\xb9\x72\x97\x5f\x34\x85\x26\x57\x95\x26\x08\x33\x52\x2e\x77\xb9\xda\xf1\xcb\x04\xc9\x2f\x26\x97\x11\x1c\x4d\xae\x95\x3d\x5b\x52\x4b\xf8\xd5\x87\x20\x32\x27\xe3\x97\x32\x27\x93\x39\x2d\x11\x2f\x65\x0e\xc2\x02\x85\x9c\x95\x39\x88\xd4\x32\xb6\x18\x01\x2b\x0f\x8d\x4f\xbc\x1f\x8a\xc4\xe0\x1c\x29\xe4\x3c\x6e\x41\xdc\x67\x9e\x0b\x49\xdf\x4c\xe6\xb4\xcc\x17\x95\x39\x59\x99\x93\xd9\x90\x32\x27\x93\x39\x4c\x98\x95\x95\x39\x59\x99\x93\xd9\xa3\x32\x27\x3b\x21\x4c\xad\xc8\x96\xb6\x3d\xa9\x21\xca\x3d\x4f\x39\x31\x89\x44\xc9\xbf\x39\x8a\x57\x9e\x0a\x14\xd7\xc3\xa0\x9d\x4c\x05\x6a\x72\x80\x45\x3e\xea\x00\x61\x95\x26\x1f\x61\x95\x12\xa9\x51\x88\x79\x29\xfd\x60\x95\x46\xdb\xcd\x4b\xfb\x5d\x04\xbd\x6a\xa1\x82\xce\xf8\x54\x8f\xd5\xeb\xa5\x84\x19\x0d\x22\x2f\x85\x00\x12\xc6\x63\xf0\xca\x4b\x21\xa0\xf7\xb7\x2a\x2d\x9d\x03\xdc\xd3\x0a\xb9\xb6\x14\x95\xc5\xd1\x54\x99\x57\x54\xe0\x9e\xa6\x0d\x2d\x6d\xdb\x45\x7e\x56\x8a\xfa\x75\x5e\x6c\xbb\xea\x8b\xda\x36\x0c\xd5\xe4\xfd\xd6\xb6\xb7\xb6\xcd\x42\xcd\x11\x84\x59\x65\xdb\x9a\x23\x88\xe7\x84\xc8\x5b\xc7\x4c\x57\x6f\x15\x27\xd4\xd5\x11\x66\xda\x90\xba\x7a\x16\xb5\x55\xde\x6e\x6d\x7b\x73\x6d\xa5\x85\xe7\xad\x6d\x6f\x92\xa1\xc9\xbc\xb6\xcd\xf5\xd0\xe4\xbd\x3a\x0b\x54\x2d\x35\xbf\xb6\x2e\x51\x35\x09\xd3\x30\x2b\x6a\x10\x05\x6e\xd1\x68\x82\x05\x6e\x21\x61\x86\xab\x45\xdd\xa0\x78\x07\xc8\xa7\x93\xd6\x55\x34\x47\x10\x66\x4e\x34\x57\xd1\x1c\x29\xba\x0b\x3e\xbf\xd8\x05\x75\x16\x5e\x40\x43\xd0\xf8\x99\x7b\xae\xa2\x36\x52\xd4\x46\x5a\x04\x5a\x82\x36\x0b\x81\x78\xb1\x97\x30\x63\x86\x17\x4d\x9b\xe2\x17\xbf\x7c\x9e\x09\x68\x0b\xe2\xd0\x1a\xd0\xd0\x42\x17\xf9\x0c\xb8\x3a\xb4\xd0\x45\x29\xc4\xbe\x0c\x45\xc2\x4b\x3f\xf3\x06\xbb\x8a\x4a\x1f\x61\x46\xef\x2f\x43\x91\x50\x37\x68\xb2\x55\x05\xdd\x2c\xc4\x2f\x95\x7e\xd1\xf5\x90\x46\x2f\x86\x2b\x91\x21\x84\xab\x0c\x6d\x1b\x7e\x9d\x14\x1c\x8d\x29\x44\x3e\x2f\x62\xaf\x31\x55\x98\x49\x49\x91\xd0\x4c\x2a\xde\x46\xf2\xc9\x60\x2c\x6a\x23\x08\xe3\x67\x90\x55\x78\xae\x59\x65\x62\x8b\xc1\x58\xe6\xd3\x16\xd7\xc3\x13\xf3\x2a\x64\x98\x77\xe6\x45\x7c\x89\x79\x4b\x58\x82\x6e\x88\x79\x4b\xe4\x93\xae\x5e\x54\xa2\x08\x4b\x81\x78\xa9\x44\x8b\xa7\x6f\x3e\x29\xab\xb2\x9f\x90\x57\x6d\x51\x08\x95\xbe\xb0\xf8\x7c\x92\xe4\x62\xf1\xab\x2e\x16\xd2\xcb\xaa\x6c\x55\xdd\x2b\xe9\xea\x55\xb5\x5d\xbd\x1e\x33\x6f\x33\xab\xaa\x1e\x11\x96\x18\x40\x55\xf5\x58\xf5\xea\x52\xa5\x75\x09\xca\x2c\x2c\x40\x32\x4f\x59\x25\x66\x52\x95\x5f\x88\x1c\xfc\x5a\xb2\xaa\xca\x0a\xa1\xcb\xda\xaa\x2a\x2b\x44\x0e\xcf\x2f\x76\x41\x9c\x76\xca\x40\x43\xd0\x44\xcb\x80\x96\x20\xae\x4e\x30\x36\xdd\x54\x56\xe3\x07\x12\x5e\xcf\x56\x53\xa5\x21\x2c\xd1\x3a\x9a\xe6\x6e\xa3\x86\xd4\xa3\x9b\x6a\x08\xc1\x9d\xcb\xff\x9f\x64\x6a\x43\x5a\xd8\x52\xca\x21\x2c\x11\xe8\xa6\x94\x6b\x8a\x04\xc7\xd1\x14\x09\x44\x51\x67\x6a\x8a\x04\x37\xa8\x7c\xc1\x07\x74\x83\x5a\x37\x35\x74\x91\x00\xf7\x78\x42\x4e\xa0\xc3\x15\x81\x08\xf4\xcd\x9d\x8d\x1f\x24\xd7\xad\xcc\x41\x18\x8f\xca\xeb\x56\xe6\xf0\xb3\x4c\x8e\x81\x85\x5c\x4b\x24\x2c\x54\x41\x5a\x88\xab\x91\x82\xb9\xe5\xea\xad\x43\x83\x23\xde\x72\xf5\xf6\xd8\xe7\x78\x09\x1a\x82\xd8\x36\x6d\xfb\x16\x7f\x42\xe4\x18\x65\x7e\x09\xe2\x38\x68\xdb\xba\x12\xae\x7e\xe3\x57\x34\x20\x13\x44\x29\x54\x41\x49\x10\x7e\x41\xa9\xba\x0e\xad\xeb\xd0\x6a\x06\xaa\x82\x2a\x5a\xed\xb7\x47\x71\x57\x43\x45\x58\xe2\x1c\xba\x1a\x2a\xc2\xc2\xf3\xeb\xe4\x5a\x77\xce\x93\x23\x35\xd0\xc5\x9c\x7b\x27\xfd\x9a\xa0\x21\xc8\x9b\x0d\x0f\x16\xab\x8b\xff\x20\x2c\x35\xf6\xcb\xb3\xd9\xea\x9c\x69\x24\xfd\xba\xce\x14\x61\x89\x4e\xdc\x75\xa6\x08\x4b\x34\xd4\x3e\xa2\xa0\xc4\xc2\x06\x94\x05\x11\x82\x26\x5b\x0a\x01\x19\xc9\xfd\x6d\x75\x65\x64\x57\x46\x36\x2d\x94\x5f\x74\x3c\xae\x74\xab\xab\xe3\xf1\x73\x84\x65\xaa\xae\x8b\x38\x21\xf4\x64\xb0\xba\x3a\x1e\x3f\x47\x64\x7e\x88\x5a\x7d\xea\x8b\x3c\x9b\xf1\x8a\xb0\xba\x58\x12\x57\xf3\x1c\xe1\x16\xba\x9a\x2f\xee\xe1\xd9\xfc\x72\xbb\x74\x0f\x97\xb0\x1c\x0c\xa8\x08\x2a\x40\x19\xa8\x0a\x6a\x2c\x14\x74\x0b\xba\xd1\xaa\x40\x5d\xd0\x42\x4b\xd0\x16\xb4\xe1\x9e\xbe\xa1\xa1\x61\x36\xe0\xc4\xf9\x12\x74\x09\xba\x38\xed\x02\x14\x05\xe9\x0d\xe4\x02\x4a\x82\x78\x10\xe3\x82\x35\xba\xbc\x77\x6a\xac\x97\x92\x35\xba\x5c\x85\x26\xf3\x52\xb2\x86\x68\x32\x22\xdb\x85\xf7\xca\x1c\x84\x65\x8a\x67\xe8\xce\x35\x7c\x7c\x66\xdd\xcc\x86\xc6\x27\x3f\x4e\x5a\x8e\x38\xa1\x9c\x18\x03\xbf\x9e\x90\xfc\xe2\xdd\x34\x53\x3c\x43\x39\x81\xb0\xcc\xad\x65\x68\x7c\x0e\x4f\x8d\xac\x6b\xd8\x18\xf2\x4b\xcc\x99\xbc\x1f\x1a\x9f\x63\xca\x3c\x4e\x4c\x99\x9f\x32\x8f\x96\x68\xf2\x98\xbf\x92\xb8\x21\xee\x3a\x26\xaf\x41\x54\xc7\xd0\xc8\x1b\x3e\xe6\xb2\xd1\x89\x87\x88\x2a\xc2\x32\x23\x6f\x88\xa8\x0e\xa6\xa0\x51\x0a\x43\x53\x10\x61\xd9\xb4\x50\x4e\x30\xa6\x74\x45\x19\x1a\x53\x83\x31\x95\x8d\x0d\x69\x4c\xf1\x9b\x6c\x16\xfb\x1b\x6a\x5c\x43\xef\x93\x72\x75\x3f\xb5\x38\x0e\x78\xf0\xd0\x68\x41\x58\x56\x9a\x68\xb4\xf0\x40\x94\xc5\x83\xf5\x40\xb4\x26\xef\xf2\xbc\x78\xad\xa9\x2e\x35\x9d\xc2\x66\xa3\x2f\x4e\xbd\x35\x20\x52\x64\x7c\x4e\xd1\x59\xde\x79\xb2\x66\xa5\xde\x79\xd6\xf2\x7b\x43\x4e\xdc\x34\x16\x8f\xca\x12\x59\x2c\x6b\xe9\x92\xc0\xa3\x4e\x56\x32\xe9\x51\x67\x6d\x41\x5e\xdb\x5b\x4f\x2c\xfb\xd4\x2f\xf9\x1e\xc2\xad\xc7\x93\xcd\x83\x47\xae\xbe\xa1\xad\x07\x8f\x7d\xd1\x99\x9a\x47\x75\xf3\x92\xff\x14\xa9\x38\x4f\xd9\x7a\xd0\xdf\xbc\xe1\xe6\xe6\x57\x89\x7d\x11\x1c\x89\x54\x0a\x5a\x04\x67\xf3\x78\x52\x4e\xcf\xc2\xad\xc7\x93\x1d\xbd\xba\xca\xe9\x29\xb7\x63\x7f\x42\xf0\x01\x67\xa5\x3b\x52\x69\x3b\x6a\xa1\x77\x93\xad\xc7\x93\x6d\xde\x01\x4a\xf0\x52\xd8\x46\x07\x90\xc8\xe6\xdd\x77\xf3\x90\xf2\xba\xcd\x03\x5d\x82\xa7\xef\x36\x02\x2d\x91\xb3\xb4\x08\xf4\xe6\x3d\xa5\x5c\xce\x4a\xb7\xde\x53\x76\x12\x74\xb9\x13\xba\xad\x6f\x2e\x06\x25\x06\xd7\xe2\x76\xf0\x14\x76\xf9\x39\x6e\x5d\x12\x24\x4a\x6c\x15\x28\x0b\xc2\xd5\x28\xad\x22\x68\xa1\xe5\x90\xb8\xfe\x2e\xde\x14\x8a\x9d\xc5\x21\x9a\x82\x84\x5d\x26\xa8\x01\x0d\xb4\xa2\x9f\x90\xe8\xac\x84\x5d\xde\x90\x77\x19\xd2\xf2\xee\x5b\xcc\x93\x7c\x8b\x6f\x4a\x18\x73\x68\x8b\x6f\x6e\x78\x5d\xe1\x9a\xbf\xc5\xeb\x76\xf5\xfc\x2a\x86\xf7\x95\xfc\x92\x28\x89\xa3\xad\xe4\xd7\x86\xd7\x15\xf8\xd3\x16\xaf\x93\x48\x67\x65\xe1\x96\xad\xe7\x3f\x02\x71\x2d\xf1\xa7\xfd\xfc\x77\x21\x3e\xf9\xb6\x78\x8a\x44\x29\xce\x5d\xf7\xcd\x15\x47\x22\xa6\x54\xff\x76\x14\xb7\xbf\x1f\xc4\xfb\xe6\xe7\xd7\x0d\x63\x29\x3a\x51\x31\x16\x89\x48\x2f\xd8\x37\x85\xbf\xe1\x0f\xa5\x78\x81\x6d\xf1\x87\xdd\x05\x79\xb1\x6e\xcd\x9a\xcd\xe4\x28\xd5\x0b\x6c\x33\x3e\x9e\x22\xd6\x20\x2d\x72\x9b\x2a\x2f\xd5\x39\xd2\x56\x95\x6f\x8a\xb5\xf0\xc4\x00\x5f\xd9\xfb\x71\xb4\xbf\x25\x13\xfe\xff\x3f\xdc\x1f\x5f\x7e\xf9\xc7\x75\xe3\xc7\x4f\x9f\xd6\xdb\x17\xfe\x29\x1f\xff\x80\xee\x98\x6b\xbf\x7f\x5b\xbf\xfc\xb3\xc0\x8f\x1f\x3e\xfa\x2a\xfe\xfb\xdf\x00\x00\x00\xff\xff\x07\xd3\x93\xda\x42\x28\x00\x00"); -var _baeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\xd9\x16\x4a\x0f\xb2\x35\x0a\x82\x46\x16\xb2\x7c\xc8\xdb\x17\xcd\xb8\xee\x21\x4c\xfc\x49\xff\x58\x96\x54\xf6\xc3\x69\xf0\x2e\x41\xf9\x35\xce\xd3\x19\x13\x58\xe7\x4d\xc4\x65\x5e\xe3\x84\x30\xe2\xd5\xf9\xa2\x90\x15\x18\x37\xa5\x7f\x8f\x54\xa6\x9b\x0e\x45\x51\x3e\x9f\xfb\xc7\x4f\x97\xfe\xf1\x33\xac\x0b\x6e\xd6\x0f\xa7\xf3\x7d\x49\x78\x1b\xbc\x9d\xa1\xe6\xac\x59\xc3\x96\x07\x28\xbf\xe1\xd5\x2d\x29\xde\xe1\xe1\xa3\x99\x47\x7c\x07\x06\x6d\xf6\xd7\x68\x30\x3a\x7f\x85\x87\xe7\x39\xa2\x96\xfb\xc0\x79\x0d\xe1\x0f\xde\xd0\x27\x10\x64\xe8\x0d\xd5\xa2\xec\x5f\x74\xf8\xa2\x6f\x08\xfb\x5a\xde\x68\x84\x06\xde\x30\x2e\x6e\xf6\xd0\xbd\x17\xa2\xfd\xcf\xdf\xef\x01\x41\x6e\x0d\x2e\xc3\xe9\xd5\xda\x05\x13\xd4\x92\x9b\x97\x3f\x2f\xc3\x09\x7e\x49\x90\x02\xaa\xe6\x83\x90\xbf\xb7\xa9\x3f\x5e\x66\xb3\x07\x65\xcb\x1f\x34\x39\x13\xb5\xbf\x62\xf1\xa4\xa5\xae\x8e\x90\x4b\x7d\x04\x25\x9a\x96\xa8\x61\x6a\x88\x14\x51\xcb\xd4\x1e\x41\xd5\x95\x20\xea\x98\x46\x9a\xd5\x11\x19\x26\x93\xa9\xad\x32\x8d\xdc\x7e\x64\xaa\x33\xe1\x48\x84\x14\x3c\x34\xc5\x93\xae\xb5\xcc\x44\x45\x89\x43\x4b\xa4\x98\x3a\xa2\x03\xd1\xc4\x34\x11\x75\x44\xc8\x84\x99\x54\x5e\x57\x3d\x6a\xa2\xd1\x12\xc9\x4c\x86\xde\x48\x45\x09\x45\xbd\x8c\x61\xa2\x75\x29\x45\x64\x99\x38\x48\xed\x2d\x07\x2d\xb5\xef\x44\x3e\xc3\x7d\xef\xf2\xff\x7c\x7b\xf6\xd3\x9c\xd6\x18\xd1\x27\xba\x3b\x74\x66\x79\xd3\x9d\xc7\xfd\x6e\x86\x39\xe4\x14\xfd\xfe\x06\x00\x00\xff\xff\xb3\x7c\xc9\x5d\xc7\x02\x00\x00"); -func _fgbd ()([]byte ,error ){return _c (_ffe ,"CNS2-V")};func _ccb ()([]byte ,error ){return _c (_feca ,"GBTpc-EUC-H")};func _dgca ()([]byte ,error ){return _c (_fedee ,"KSC-EUC-H")};func _adfc ()(*asset ,error ){_bccfb ,_ddfe :=_ebadg ();if _ddfe !=nil {return nil ,_ddfe ; -};_ecec :=bindataFileInfo {_dae :"UniJISPro-UCS2-V",_fb :4271,_ae :_be .FileMode (436),_g :_a .Unix (1580492866,0)};_acgc :=&asset {_dd :_bccfb ,_ef :_ecec };return _acgc ,nil ;};func _cbc ()([]byte ,error ){return _c (_bccd ,"90pv-RKSJ-H")};var _gddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6a\xdb\x4c\x14\x05\xf0\xbd\x9f\x62\x96\xf9\x16\x5f\x2d\xcd\x7f\x41\x08\x94\x64\x51\x17\x92\x86\xa6\x4d\x0a\xa5\x0b\x59\x73\xc7\x08\x6a\x49\xc8\xf2\x22\x6f\x5f\xe6\x1c\x55\x5d\x84\x1b\xfd\xac\x7b\x39\x23\x69\x66\x7f\x7f\x78\x38\x0c\xfd\xa2\xf6\xcf\xf3\xd8\xbd\xc8\xa2\x72\x3f\xa4\x59\x2e\xe3\x75\xee\x44\x1d\xe5\xd4\x0f\xbb\x5d\xad\x55\xea\xbb\xe5\xef\x25\x4a\x77\x6e\xa7\xdd\x6e\xff\xf4\xf6\xfc\xff\x27\x75\xbd\xc8\x7a\x7d\x7f\x78\x78\x79\xbf\x2c\x72\x3e\x0c\x79\x54\x86\x7d\xe9\x3a\xad\xbd\x4a\xed\xbf\xca\xa9\xbf\x2c\xf3\xbb\xba\xf9\x98\xc6\xa3\xfc\xa7\x92\xe4\xe2\x5f\xe6\x24\x73\x3f\x9c\xd4\xcd\xe7\x76\x6a\x87\x7a\xfb\xe1\xe5\x3a\x4d\xbf\xe5\x2c\xc3\xa2\x2a\x98\x0c\x09\x75\xb7\xbf\x7f\x6c\xa7\xa7\xf6\x2c\x0a\x39\x5e\xa1\xc0\x57\x99\x2f\xfd\x38\xa8\xba\xfa\x50\x55\xfe\x9f\x7f\x7b\x9f\x44\xd5\x6b\xf7\x8f\xef\x87\x07\xf5\xb3\x56\x75\xa5\xb4\x33\x26\xfc\x5a\xfd\xed\x71\x4c\xdb\x5d\x36\x32\x7a\xd7\xa7\xb9\x1d\x4e\xb2\xbb\xd5\xb5\xd6\x77\xaa\x14\x73\xa7\x42\x8c\x01\x64\x49\xf6\x4e\x45\xed\x23\xc8\x91\x5c\xa1\x60\x41\x47\xd2\x11\xa4\x41\x1d\xa9\x03\xd5\x85\x0c\xc9\x48\x19\xdf\x80\x6c\x0d\xb2\x0e\x84\x59\xd6\x93\x7c\x69\x8c\xbc\x2b\x90\x02\x66\x79\x50\x24\x45\x50\x03\x6a\x48\x0d\x08\x51\x6d\x0b\x72\x47\x8c\xc7\x5d\x9e\x51\x3d\xa2\x7a\x12\x73\x79\x46\x35\xa0\x44\x4a\x08\x51\x48\x6b\x29\x84\x12\x75\xa8\x76\xb7\xda\x6a\xa4\x47\x09\x4d\x1d\x41\x86\x64\x40\x0d\xc8\x91\xca\x1a\x1b\xcd\xc6\x40\x0a\xa0\x1a\xd4\x90\x1a\x50\x79\x84\xd6\x72\x96\xc5\x2c\x5d\x42\x58\x4f\xf2\x24\x0b\xe2\x78\xcf\xf1\x0e\xc4\xf1\x9e\xe3\x3d\x48\x48\x02\x2a\xaf\xd6\x31\xbd\x63\x7a\x1d\x41\x86\xc4\xf1\x0d\xc8\x91\x30\xde\x54\xa0\x40\xc2\x78\x53\x83\x1a\x12\xd2\x9b\x92\xde\x31\xbd\x63\x7a\x53\xd2\x3b\xa6\x77\x4c\x6f\x2c\x88\xe3\x99\xde\x38\x10\xc7\x33\xbd\xf1\x20\x21\x21\xbd\x41\xfa\xc0\xc6\xe0\x41\x25\x7d\xb2\x55\xa1\x64\x73\x21\x5b\xa2\x26\x4f\xf2\x58\xa3\x2b\xb3\x32\x97\x8d\x12\x62\x8c\x20\x4d\xe2\x4b\xab\x41\x96\x64\xb7\xad\x90\xb9\xec\x5c\x3e\xf2\xf5\x79\x65\x7e\xe4\x59\xcb\xb6\xa0\xac\x33\x29\x6f\xcb\xce\x06\x21\x50\xd6\xef\x3e\x3b\x2c\x08\x65\xdd\x30\xd9\xb1\xb1\x14\x6c\x18\x19\xd2\xb6\x37\xcb\xff\xe5\x1c\xda\xce\x85\xee\x3a\xcf\x32\x2c\x38\x85\x70\x00\x94\x4d\xdd\x0f\xb2\x9d\x70\xd3\x38\x95\x2e\xfc\xfd\x09\x00\x00\xff\xff\x92\x05\x36\x37\x0d\x05\x00\x00"); -var _bdeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xab\x65\xc9\x71\xfd\xe7\xf7\x53\x9c\xa1\xfe\x03\xfd\x7b\xef\xcc\xc8\x17\x5c\x2e\x98\x96\x84\x1a\x21\xcb\xb8\x2d\xdb\x60\x3c\xc8\x67\x53\xe0\xbe\x55\x54\x55\x0f\xf4\xed\x4d\xac\xdf\x51\xcb\xb2\x0d\xf2\x40\x84\x7a\x55\x46\x66\xe4\x63\xad\x88\xcc\x7d\xee\x37\xdf\x7e\xf7\xab\xef\xde\x3f\x7c\x7d\x7c\xf3\x0f\x9f\x3f\xce\xef\xf7\xd7\xc7\xf9\xf0\xbe\x3e\xef\x2f\x1f\x7f\xfa\x3c\xf7\x63\xec\x1f\x3e\xbc\xbf\xbc\xdc\xe1\xb1\x3e\xcc\xaf\x7f\xfe\x4f\x99\xf9\x63\xff\xf4\xf2\xe2\xfe\xdf\xff\xe9\xcb\xd7\xfd\xe3\x77\xef\xe7\xe3\x23\xd2\x6e\xfd\xf4\xe9\xd9\xf6\xf1\xf8\xe6\x1f\xf7\x0f\x1f\xbe\x7c\xfd\xfc\xa7\xc7\x2f\xfe\x6e\x7d\x1c\xfb\xff\x3d\xd6\x3e\x8e\xff\xe1\xf3\xda\x9f\x3f\xbc\xff\xf0\xf8\xc5\xef\x3e\x7e\xde\xfd\xfe\xf9\x1f\xbe\xff\xe9\xd3\xa7\xff\xd8\x3f\xee\xf7\xaf\x8f\x5b\xd8\x7e\x5f\xb2\x2f\xdf\x7c\xfb\xfb\xfe\xe9\xef\xfb\x8f\xfb\xf1\xcd\xef\xbe\xff\xf6\xc7\x2f\xbf\xfc\xe3\x6f\xbf\xfd\xe5\x6f\xf5\x6f\xfa\xa7\x7f\xde\x9f\xbf\x7c\xf8\xf8\xfe\xb8\xaf\xff\x7f\x5d\xf9\x2f\xf8\x3f\xfd\xe9\xd3\x7e\xf6\xf5\xf2\xcd\x1f\xbf\xfb\xd5\x1f\xce\xf9\xb2\xbf\x3e\x2c\x5e\xb4\xf9\xd7\x3f\x7e\xf7\xab\xc7\xbf\xdd\x8f\xfb\x7a\x84\x64\x57\xfb\xf7\x67\xd3\x7f\xf9\xfd\xc7\xb5\x1f\x34\x7a\x09\x4c\x69\x7e\x5c\xfb\xcb\xa7\x3e\xf7\xe7\xfe\xfe\xc3\x7e\x79\x3c\x5e\xaf\xeb\xed\xf1\x78\xbc\xd6\xeb\xcd\xff\xab\xde\x76\xbf\x3d\x5e\x7f\xf3\xeb\xdf\xfc\xfa\xcd\x23\xff\x6f\xed\x5f\x6e\xba\x79\xff\xf8\x75\xed\x03\xa6\x1e\x5e\xef\xf3\xf6\xb8\xdd\xe3\xbf\xfe\xd3\xcb\x7d\x5d\xcf\x71\x3f\xac\x67\xeb\xe0\xad\xcb\xf6\xd6\x7f\x1e\xad\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xde\x57\xc0\x31\xc8\x31\xc5\xe2\x10\x8e\x41\x8e\x29\x7b\xf7\x11\xc7\x28\xc7\x5c\xbd\xfb\x88\x63\x94\x63\xb9\xbd\xfb\x88\x63\x94\x63\x31\xef\xde\x70\x34\x39\xd6\xec\xdd\x1b\x8e\x26\xc7\xda\xbc\x7b\xc3\xd1\xe4\xd8\x6e\xef\x3e\xe1\x98\xdc\xf1\xbe\x2e\xf3\xfe\x13\x9e\xa9\x80\x15\x1f\x20\xe1\x9a\xdc\xf5\xbe\xae\xe6\x23\x64\x7c\x33\xbe\x21\xf8\x10\x19\xdf\x8c\x6f\x30\x1f\x23\xe3\x9b\xf1\x0d\xc5\xc7\x28\xf8\x16\x7c\xed\xf2\x31\x0a\xbe\x05\x5f\x0b\x3e\x46\xc1\xb7\xe0\x6b\xc9\xc7\xa8\xf8\x56\x7c\x53\xf1\x31\x2a\xbe\x15\xdf\x7c\xf9\x18\x15\xdf\x8a\x6f\x8e\x3e\x46\xc3\xb7\xe1\x5b\x92\x8f\xd1\xf0\x6d\xf8\x96\xea\x63\x34\x7c\x1b\xbe\xf5\xf2\x31\x3a\xbe\x1d\xdf\x16\x7d\x8c\x8e\x6f\xc7\xb7\x65\x1f\xa3\xe3\xdb\xf1\x6d\xd5\xc7\x18\xf8\x0e\xf9\xde\xf7\xed\x63\x0c\x7c\x47\x01\x8b\x3e\xc6\xc0\x77\xc8\xf7\xbe\xb3\x8f\x31\xf1\x9d\xf8\x86\xe6\x63\x4c\x7c\x27\xbe\xf1\xf6\x31\x26\xbe\x13\xdf\x68\x3e\xc6\xc2\x77\xe1\x6b\xd9\xc7\x58\xf8\x2e\x7c\xad\xf9\x18\x0b\xdf\x85\x6f\x0a\x3e\xc6\xc6\x77\xe3\x9b\xcd\xc7\xd8\xf8\x6e\x7c\x73\xf1\x31\x36\xbe\x1b\xdf\xdc\x7c\x8c\x83\xef\xc1\xb7\x06\x1f\xe3\xe0\x7b\xf0\xad\xc9\xc7\x38\xf8\x1e\x7c\x6b\x29\x2f\xaf\xed\x92\x6f\xbb\xe4\x1b\xae\x2b\x3a\x96\xc1\x0a\x58\x68\x8e\x55\x30\xf9\x86\x2b\xa5\x97\xd7\x06\x67\xdb\x8d\xef\x5d\x6f\xc7\xf0\xbd\xf1\x0d\x97\x8f\x01\x6b\xdb\x8d\x6f\x70\x72\x37\x68\xdb\x02\xbe\x62\x77\x83\xb7\x2d\xe0\x2b\x7a\x37\x88\xdb\x02\xbe\xe6\xfc\x6e\x30\xb7\x45\x7c\x45\xf0\x06\x75\x5b\xc4\x57\x0c\x6f\x70\xb7\x45\x7c\x93\x53\xbc\x41\xde\x66\xf8\x8a\xe3\x0d\xf6\x36\xc3\x57\x24\x6f\xd0\xb7\x19\xbe\xc5\x59\xde\xe0\x6f\x83\xbf\x41\x34\x6f\xf0\xb7\xc1\xdf\x20\x9e\x37\xf8\xdb\xe0\x6f\x68\xce\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xe3\xed\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x46\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\xd1\x9c\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xec\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x56\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x76\x39\xcf\x1b\xfc\x6d\xf0\xd7\xc4\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\xed\x76\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x74\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x72\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x71\x9e\x77\xf8\xdb\xe1\xaf\x89\xe7\x1d\xfe\x76\xf8\x6b\xe2\x79\x87\xbf\x1d\xfe\x5a\x73\x9e\x77\xf8\xdb\xe1\x6f\x12\xcf\x3b\xfc\xed\xf0\x37\x89\xe7\x1d\xfe\xf6\xbb\x5f\xc2\xaa\xb2\xfb\xcf\x79\xfc\x7f\x4b\xed\xfd\xee\xb8\x20\xcb\x1e\x14\x84\xef\x10\x3e\x49\x94\x3b\x84\xef\x10\x3e\x69\xb3\x3a\x84\xef\x81\xc1\xb4\x59\x3d\xd0\x5b\xd8\xe9\xed\x71\xfb\xd2\x76\x24\xa0\xc7\x67\x6f\x4e\x9d\x8e\x04\x74\x24\x20\x29\x45\x76\x24\xa0\x47\x7a\x13\x75\x7a\xa4\x37\xc9\x42\xc8\xf6\xf2\xda\x11\x85\x8e\x28\xa4\xe0\x42\xd6\x11\x85\x8e\x28\xa4\xe8\x42\xd6\x11\x85\x6e\xf4\xa6\x2a\xa5\x1b\xbd\xd9\x8a\x6f\x8f\x98\xaa\x23\x2b\x09\xf1\xfe\xcd\x0f\x79\x47\x38\x3a\xc2\x91\xa2\xe6\x84\x70\xf4\xf4\xec\xdf\x0f\x60\x47\x38\x7a\xa2\x7f\xf3\x03\xd8\x53\x7f\x62\xfd\xed\x61\xda\xde\x34\x2e\x21\xa3\xbd\x3d\x2c\x0b\x99\xb4\x59\xf5\xed\x61\x45\xc8\x06\x39\x8e\x68\xc5\x10\xa0\x8e\x00\x25\xd3\x4a\x20\x40\x1d\x01\x4a\x56\xd4\x8e\x18\x32\x31\x24\xed\x5d\x26\x86\xbc\xed\xed\x91\x5c\xe2\x3a\x92\xd4\x91\xa4\x94\xb4\x12\x48\x52\x47\x92\x52\x4a\x6a\x47\x6f\xe5\xd9\x9b\x4b\x7a\x2f\xf4\x56\xf6\x79\x7b\x24\x27\x72\x47\xa4\x3a\x22\x95\xb2\xe6\x8d\x48\x75\x44\x2a\x65\x27\x5e\x47\xa4\x7a\xa5\xb7\xec\xc4\xeb\xb5\x3f\x31\x7b\x7b\xe4\x9c\x85\x64\x90\xfc\xf6\xc8\xe5\x12\x52\x41\x8e\x23\x3e\xa3\x3a\xf0\xf2\x3d\xca\x2e\x76\x1d\xb1\xeb\x88\x5d\x2a\x9a\x37\x62\xd7\x11\xbb\x54\x5c\x3c\x3b\x62\xd7\x1b\x31\x14\x17\xcf\xde\x88\x41\x02\xa8\x32\xa7\x23\x7f\xbd\x3f\x7b\xd3\xbc\x91\xbf\x8e\xfc\xa5\xea\xa9\xac\x23\x7f\xbd\xd3\x5b\x8d\xf2\xa5\xb7\x7e\xe2\xdb\x03\x42\x23\x88\x1d\x41\x4c\x55\xf3\x46\x10\xfb\x78\xf6\xa6\x3d\x46\x10\xfb\xa0\xb7\x16\xe4\x4b\x6f\xe3\x64\x2f\x99\xfd\xb4\x23\x91\x1d\x89\x4c\x4d\x33\x40\x22\x3b\x12\x99\x9a\x56\x04\x89\xec\x53\xbd\xe5\xcb\xe5\xbf\x4f\x7a\x9b\x7e\xe0\xee\x2b\xf8\xe2\xce\x05\x74\x04\xa9\x37\x84\xb4\x23\xa4\xf9\xd2\xac\x10\xd2\x8e\x90\xe6\x2b\xab\x1d\x23\xac\xe7\x08\x9e\xa0\x3b\x42\xda\x11\xd2\x7c\x6b\x0e\x08\x69\x47\x48\xf3\xed\xa2\xd9\x11\xd2\xbe\xf1\xbd\x5d\x34\x3b\x42\xda\x11\xd2\x1c\x14\x31\x42\xda\x11\xd2\x1c\x3c\x61\x75\x84\xb4\x1f\x7c\x83\xef\xd8\x40\x48\xc7\xf5\xf4\xf5\x58\x06\x42\x3a\x10\xd2\x1c\xbd\x58\x18\x08\xe9\xb8\xf0\x8d\x5e\x2c\x8c\xab\x83\x3d\x0b\xd8\xfc\xf2\x3a\xd0\xd6\x81\xb6\xe6\xe8\xe1\x0d\xb4\x75\xdc\xcf\xee\x5c\xd3\x07\xda\x3a\xd0\xd6\x6c\xae\xe9\x03\xf1\x1c\xf7\xb3\x4e\xbb\x5e\x5e\x07\xea\x39\x50\xcf\x6c\x8a\x18\xf5\x1c\xa8\x67\x36\x4f\xb1\x03\xf5\x1c\xa8\x67\x4e\xae\x3e\x03\xf5\x1c\xcf\x12\xaa\xd8\xcb\xeb\x40\x3e\x07\xf2\x99\x93\x26\x81\x7c\x0e\xe4\x33\x27\xaf\x78\x06\xf2\x39\xe2\xb3\x3b\xaf\x78\x06\xf2\x39\xe2\x33\xdb\xd7\x97\xd7\x81\x7e\x0e\xf4\x33\x67\x4d\x02\xfd\x1c\xe8\x67\xce\x7e\x8e\x07\xfa\x39\xd0\xcf\x9c\x3d\x31\x0d\xf4\x73\x50\x68\x59\x0e\x2f\xaf\x03\xb9\x1c\xc8\x65\x2e\x9a\x04\x72\x39\x90\xcb\x5c\xbc\x4e\x18\xc8\xe5\x40\x2e\x73\x71\x29\x1c\xc8\xe5\xa0\xf6\x4a\xc9\xb7\x02\xe5\x1b\xf9\xd9\x9d\x26\x81\xf2\x0d\x94\x2f\x57\xd7\xb4\x81\xf2\x0d\x94\x2f\x57\x2f\xdb\x06\xca\x37\x28\xc7\x72\xf2\xad\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xac\xec\x3a\x90\xbe\x81\xf4\xe5\xe6\xd9\x75\x20\x7d\x83\x0a\xad\x98\x6f\x05\xda\x37\xd0\xbe\xac\x62\x67\xa0\x7d\xa3\x3e\xbb\x73\x8d\x1c\x68\xdf\x40\xfb\x8a\x8a\x9d\x81\xf6\x0d\x8a\xb6\x1a\x7d\x2b\x90\xb1\x81\x8c\x15\xdd\x31\x07\x32\x36\x90\xb1\xe2\xb5\xe7\xdf\xca\xdf\x03\x95\x1b\xed\x39\x9a\xe7\xd7\x81\xca\x0d\xca\xbc\x16\x7d\xa7\x90\xb9\x81\xcc\x95\x5b\x73\x44\xe6\x06\x32\x57\x6e\xaf\x20\x06\x32\x37\x90\xb9\xa2\x9b\xc2\x40\xe6\x86\x2a\xbf\x70\x05\xdf\x29\x74\x6e\xa0\x73\x25\x68\x8e\xe8\xdc\x40\xe7\x4a\xf0\x1a\x61\xa0\x73\x03\x9d\x2b\xc1\xf3\xe9\x40\xe7\x86\x8a\xc1\x70\xbb\x32\x0d\x84\x6e\xcc\x67\x77\x9a\x04\x42\x37\x10\xba\x12\xbd\x48\x18\x08\xdd\x40\xe8\x4a\xf4\xd4\x38\x10\xba\xa1\xfa\x30\x84\xdb\x77\x0a\x55\x1b\xa8\x5a\x89\x9a\x04\xaa\x36\x50\xb5\x62\x5e\x25\x0c\x54\x6d\xa0\x6a\xc5\x3c\x37\x8e\x45\x77\x2a\x19\x43\xbc\x7c\xa7\x10\xba\x81\xd0\x15\xd3\x24\x10\xba\xb1\x9f\xdd\x79\x51\x30\x10\xba\x81\xd0\x95\xe4\xc9\x71\x6c\xba\x53\x15\x19\xec\xf2\xad\x40\xfb\x06\xda\x57\x92\x26\x81\xf6\x0d\xb4\xaf\x24\xcf\xef\x03\xed\x1b\x68\x5f\xc9\x9e\xe7\xc6\xa1\xbb\x43\x77\x2d\xbf\xbc\x4e\xe4\x70\x22\x87\x25\xfb\x24\x26\x72\x38\x91\xc3\x92\x3d\xc1\x4f\xe4\x70\x5e\xcf\xee\x3c\xd1\x4d\xe4\x70\x4a\x0e\x43\x6a\xd7\xcb\xeb\x44\x0e\x27\x72\x58\x8a\x4f\x62\x22\x87\x13\x39\x2c\xc5\x33\xfc\x44\x0e\x27\x72\x58\x8a\x67\xba\x89\x1c\xce\x9b\x7a\xad\xda\xcb\xeb\x44\x0e\x27\x72\x58\xaa\x4f\x62\x22\x87\x13\x39\x2c\xd5\x93\xf5\x44\x0e\x27\x72\x58\xaa\x27\xa7\x89\x1c\x4e\xc9\x61\x28\xa5\xbe\xbc\x4e\xe4\x70\xc6\x67\x77\x9a\x04\x72\x38\x91\xc3\xd2\x3c\x5b\x4f\xe4\x70\x22\x87\xa5\x79\x5e\x9b\xc8\xe1\xa4\x9a\xac\x25\xbc\xbc\x4e\xe4\x70\x22\x87\xa5\x69\x12\xc8\xe1\xb4\x67\x77\x9e\xae\x27\x72\x38\x91\xc3\x7a\x79\xaa\x9b\xc8\xe1\x94\x1c\x86\xe6\xf5\xcc\x44\x0e\x27\x72\x58\x95\x61\x27\x72\x38\x91\xc3\x7a\x79\xbe\x9e\xc8\xe1\x44\x0e\xeb\xed\xd9\x6f\x22\x87\x53\x72\x18\xaf\xec\x5b\x81\x1c\xce\x9c\x82\x9a\x69\x12\xc8\xdc\x94\xcc\xc5\x3b\xf9\x12\x23\x55\x53\x52\x15\x83\xf9\x32\x21\x37\x53\x72\x13\xa3\xf9\x54\x21\xf1\x14\x89\xa3\x45\x0f\x17\x22\xce\x31\x8f\x17\xc4\xd1\x87\x1c\xeb\x12\xe4\xc6\xee\x5b\xad\x16\xad\xbc\x56\x8e\xc9\x45\x74\x8e\x95\x81\xf2\xdb\x23\x66\x6d\xcc\x58\x45\xd0\xce\x2a\xae\x7d\xc4\xb1\x9f\x50\x79\x7b\x14\x16\x63\xec\x2a\x48\x41\xa4\xe6\x8e\xd0\x77\x8a\xbe\x31\x6b\x65\xa1\xe0\x5c\xd3\x21\x5d\xfc\xe7\xf2\x18\x9f\x26\x9a\x56\x67\x11\xea\xf2\xee\xa3\x52\xca\x5c\x74\x2f\x53\xda\xa5\x56\xbb\x09\x52\xf7\xaa\xee\x26\x94\x9c\xbb\xcf\xb7\x47\xac\x2e\x04\x73\xf7\x05\xb4\x04\x05\x41\x5b\x90\x1c\x95\x76\x26\xe4\x9b\xe7\xf4\xb7\x47\xa4\xfb\x73\x06\xd0\x10\x14\x04\x4d\x20\x77\x6c\xce\xa9\x05\xcd\x30\xb1\x79\x5a\x5b\x57\x0f\x40\xc1\x21\xcb\x82\xa2\xa0\x51\xd4\xca\x1c\x1a\x15\xa8\xfe\xa5\x95\x5f\x26\x5e\xd7\xe5\x2b\x61\x97\x2f\xce\xba\xb4\x12\x98\x58\x5c\xb2\xd6\xb5\x18\x71\x4d\x6f\x15\x81\x16\xd0\xf2\xad\xf5\xea\x6a\x5d\x6b\x0b\xe2\xfe\xe3\x39\x73\x41\xe1\x75\xfb\x25\xc9\x2e\xaf\x54\xd6\xbd\x0c\xc8\xde\x1e\x16\xbd\x2a\x59\xb7\x2e\x4e\x18\xbb\x3d\x77\xaf\x5b\x67\x62\xdd\x7e\x0e\xec\x8e\xb4\xaa\x40\x55\x8e\x49\x50\x03\xea\x6a\x85\xe3\x10\xb4\x2f\xb5\x12\xb4\x09\xc2\x8d\xdd\x8a\xfe\xde\x01\x28\xf8\x55\xe4\x52\xa8\x3b\x02\x79\x10\xd1\x8f\xdc\xba\x37\x41\xb8\xb1\x58\xe9\xab\x00\x11\x57\x13\x44\x5c\x7b\xa8\x55\x11\x34\x81\x7c\xbd\x6e\xa3\xfb\x05\xe4\xeb\xa5\x5b\xdf\xba\xf7\x06\xda\x6a\x05\x74\x04\x1d\x45\xdf\xec\x6f\x26\xec\x75\x1f\x26\x77\x34\x39\x53\xd8\x87\xc9\xb9\xb1\xd8\x14\xf6\x61\x72\x47\x2b\x6c\xda\x87\xc3\xe4\x8e\x26\xd7\x34\x93\xc3\xe4\x4e\x53\x2b\x1c\x3b\x90\xaf\xb0\x5d\x38\xb2\xc2\x6e\xec\x36\x1c\x99\xef\x59\x6a\x85\x23\x93\xd3\x61\xd0\x6d\x78\x21\xc0\x18\xbb\x75\x3e\x02\xe7\x36\xf8\x59\x35\xbb\x81\x0c\x28\xab\xd5\x2d\xa8\x00\x29\x88\x3b\x08\x1a\x40\x43\x10\xdd\x4f\x20\x2d\xba\x6b\xd9\x0a\x22\x22\xc6\x2c\xd0\xbd\xe2\x0a\x83\x20\xfc\x14\x85\x41\x10\x6e\xcc\x82\x1c\x47\x04\xd2\xe9\x4e\xea\x7e\x3c\x1d\xb7\xee\xe3\x8a\x6b\x68\xb7\xc2\x54\x5f\x45\xdd\x4f\xfa\x9a\x51\xad\xa2\x20\x26\xe4\xc6\x94\xc6\x57\x98\x09\x48\xdb\x51\x68\x95\x81\xb8\xee\x57\x41\xcc\xd1\x8d\x25\xe2\x9a\xcc\x71\x6a\x8e\x05\x88\x39\x4e\xc5\x15\x34\xa1\x49\x5c\xa2\x58\x0a\xea\x0b\x8a\x05\xf1\x29\x45\xb5\x82\x4f\x32\x76\x17\xa0\x06\xa4\x20\x74\x22\x03\x7c\x0a\xf0\x5c\x7c\x0a\xf0\x3c\xac\xa3\x56\x72\xdc\xd2\x0c\x19\xbb\x8b\xd6\x0b\xd6\xc9\xf0\xde\xb5\x02\xac\x93\xb1\xc4\x01\x80\x75\x32\xa6\x2b\xcf\x0a\x9b\xf5\xda\x8a\x3e\x6b\x8e\x9b\xe8\x9d\x69\x96\xb2\x82\xd8\x84\xba\x15\x6a\x51\xa8\x9b\x50\x45\xc4\x44\xa8\x10\x31\x38\xad\x4c\xe5\xe7\x0a\x87\x50\x9d\x11\x96\x2f\x75\x7f\x18\x51\xec\xc8\x9c\x55\xd8\x21\x63\x77\xd5\x1c\x61\x47\xd0\xd3\x4a\xe6\x00\x1c\x82\xd0\x21\xbf\x25\x10\x94\x05\x2b\x02\x35\x3f\xab\xa4\xf6\x65\x52\x96\xa0\x56\x86\xb2\x18\xca\xa2\xdd\x36\x94\xc5\x44\xab\xa8\x83\x69\xd0\x4a\xe6\x29\x6f\x76\x16\xd0\xfe\x59\xde\x48\xf5\x2b\x75\x04\xb5\x0a\x4a\x40\xe9\x67\x79\x4b\x7a\x1c\x59\x3c\x27\x21\x6f\x09\x0e\xc9\x3c\xb5\x2c\xc1\xa1\x24\xc2\xa0\x65\x09\xc2\xc8\x3c\x27\x94\xba\xce\x57\x22\x08\xbf\x31\x2f\x0a\x89\x95\x3d\xdb\x98\xbe\x80\xac\x4c\xb6\x91\xb1\xdb\xaf\x95\x2b\x93\x6d\xb2\x8e\xaf\xa9\xaf\xcc\xf1\x95\xb1\xbb\x00\x69\x44\x15\x25\x96\x44\x77\x8a\x92\x55\x60\x87\x67\xe7\x55\x60\x87\x4c\x4a\x49\xad\x60\x47\xd9\x6c\xad\xd3\xaa\x70\x98\x64\x32\xdc\x2e\x1c\x26\x15\x38\x96\xbd\x5c\x5c\x14\x38\xab\x02\x79\x6d\xb1\xb8\xf4\x2c\x5d\x7a\xac\xe8\xf8\x52\xf3\x2c\xd5\x3c\x56\xc5\x0e\x6a\x9e\x35\xc4\x6d\x7d\xac\x5a\x03\x6e\xcb\x24\xf4\x6b\xc0\xed\xa1\xb8\x9a\xce\xea\x20\x2e\x19\x6b\x21\x08\xc2\xd1\xbb\x4f\x97\x97\xb6\x8b\x6a\x66\x4d\xdf\xda\x74\x29\xd4\xc9\xd6\xca\x14\x74\x62\xb2\xb5\x13\x47\xa5\x62\x6a\x9e\xb5\xe4\xa8\x4b\xd1\x5a\x38\xca\x24\x15\x8e\x6b\xe1\xb8\x16\xad\x7c\x71\x16\x3a\x21\x93\x6e\x51\x61\x91\x8a\x97\x13\x26\xdd\x8a\x7e\x41\x18\x99\x92\xbd\xe6\x59\xeb\xe0\xa8\x20\x82\xa2\xa7\x32\x5a\xdb\x4f\x74\x0a\x22\xcc\xe6\x44\xcb\xa4\xe4\x25\xfd\xda\x9c\x68\x99\x14\xbd\xe6\x59\x9b\xdc\x21\x93\xa2\x4e\x0e\xc5\xd2\x3a\xae\xd1\x29\x6a\x6b\x0f\x1a\x2d\x53\xa8\x2d\xce\x50\x5c\xc7\x65\x28\x45\xaf\xfe\xd6\x41\x86\x64\x52\xcc\x41\x50\x00\x2a\x82\xb2\xa0\x0a\x54\xdf\x1e\xc9\x44\xf7\x83\xc0\x1c\x82\x28\xe1\x6f\xa6\xe2\x4d\x5d\xb6\xaf\xa3\xd1\xbd\xe2\xda\xd7\x79\x42\xf7\xdb\x23\x6b\x4f\xf7\xa5\xec\xbc\x55\x25\x25\x73\x09\xdf\x54\x49\xfb\x76\xf2\x25\x73\xd6\xed\x5b\x99\x0b\x93\x54\xa1\xee\x5b\x44\xdc\x2a\x2a\x92\x79\xc2\xde\x14\x15\x98\xa4\xef\x16\x9b\xa2\x62\x2b\xef\xa6\xe4\xf3\xdd\xe4\xdd\x1d\x80\x7c\xe7\x37\x2a\xb5\xa3\x6f\x60\xd2\x87\x87\x1d\xb5\x81\x98\x72\x5d\x6a\x25\x11\xdc\xd2\xb2\xa4\xf7\xcd\x8d\x96\x61\x4a\xf4\x94\xb7\x4d\x39\x7c\x5b\xf7\xb5\x2b\xbe\x9c\xdb\x7a\x03\x6a\xea\xbe\x0a\xea\x82\xe8\x4b\x23\x22\x5c\x5b\x62\x93\x6a\xaa\x82\x36\xd0\xd6\x13\xb1\x09\x3a\x82\xc6\x25\xc8\x97\x30\x0d\x1c\x9f\x09\x3b\x09\x8a\x40\x55\xad\xd4\xbd\xc4\x06\x63\xfa\x00\xb6\xd3\xe8\x40\x5d\xad\x9a\xa0\x01\x24\x49\x0a\x40\x5a\xd5\xe4\x39\x3c\x55\xcf\x49\x3b\x29\x87\x63\xcc\xa2\x82\x10\xcf\x77\x9a\x8a\x5e\x9b\x96\x26\xd1\x2b\x15\x5b\x54\x5c\x93\xe8\xa7\xde\xbc\xbd\x16\xdb\x49\xf5\x35\xc6\x74\x75\xda\x69\x31\x21\x37\xa9\x36\xf5\xb5\x02\x90\xe6\x18\x81\x98\xa3\xb8\x59\x9b\xd6\x4b\xdc\xc4\x98\x45\x45\xaf\xab\xd3\x4e\x9e\x9a\x52\xd3\x91\x4b\x87\x69\x2b\xb5\x98\xd7\x88\x3b\x89\x88\x18\x0a\x9c\x9d\x0e\xd3\x16\x11\x1b\x71\x1d\x26\x44\x11\x67\xbe\x1d\x08\x3d\xc6\xcc\x75\x71\x67\x0e\x40\xf6\x22\x2e\xe9\x72\xbc\xb3\x8a\x38\x8c\xe9\x9b\xc3\xce\xd2\x9f\x9d\x5d\x73\x52\x8b\x40\x05\x48\x49\xc3\xeb\x81\x9d\xf5\x62\xbf\xb3\xa8\xd0\x5c\x63\x77\x86\x0a\x99\x22\xce\xc5\x79\x67\x8e\x89\x4c\xd2\x45\x66\x67\x8e\x49\x56\x5d\x67\x9e\x3e\x77\x1e\xc4\x25\xcd\x68\x84\xca\x31\x91\x31\xd3\x91\xcb\x83\x50\x87\xe2\x32\x20\xe2\x52\xe6\x32\x2d\x0e\x99\x6b\x67\x3f\x2d\xa9\x25\xc5\x35\x26\x90\x4e\x4e\x56\x5c\x9c\x9c\xac\x93\xd3\x92\xd6\x8b\x93\x23\x63\xb7\x88\x9c\x39\x39\x32\x49\x0f\x7f\x3b\x2b\x43\xec\x3c\x49\x9f\x8a\x7e\xb2\x12\x53\xfb\x28\x22\xe7\xd9\x81\x74\xdd\x79\x3a\xea\xf8\x66\x9d\x9c\x96\x35\x22\x27\x27\x73\x72\xb2\x26\xc4\xc9\xc9\x3a\x39\x4a\x40\x3b\x73\x72\x32\x27\x27\x6b\x8e\x9c\x9c\xec\x05\x61\x6a\x85\xbe\x98\xf6\x12\x87\x44\xf7\xbc\x08\x62\x69\x25\x8a\xd6\x7e\xb1\x12\xba\x1e\xde\x84\xba\x58\x89\xa5\x1d\x2a\x04\xc1\x0e\xa9\x6c\x34\x82\x50\xd9\x88\x49\x4d\x4c\xcb\x9b\xf3\xa5\xb2\xd1\x8a\xfa\xda\x4c\x68\x6b\x55\x2b\x8e\xac\xaa\xd2\x27\x22\x9a\x37\xab\xaa\x2a\xcb\xa4\x00\x79\x33\x47\x55\x59\xfa\xca\xb5\xf3\x66\x8e\xd2\xfe\x56\x69\xc5\x42\xab\xb8\x34\x26\xb4\x99\xf6\xd6\xda\x57\xba\x67\xda\x2a\x2e\x8d\x09\x6d\xa6\xed\x26\x3f\xa9\x80\x20\xe7\xad\x69\x57\x46\x64\xda\x2a\x41\x8d\xe8\x0f\xd3\x3e\x4c\x5b\x8e\x24\x0a\x19\xb3\xaa\x69\x93\x28\x64\x9e\x29\x20\x1f\xf6\x51\xb2\xdd\xaa\x82\x40\xb6\x65\xcc\x98\x10\xb2\x9d\xa9\x5d\x39\x98\x87\x69\x1f\x5d\x5b\xa5\xd1\xf9\x30\xed\xa3\xdd\x6e\x74\xcf\xb4\x75\xff\x33\xa2\x47\x3a\x54\x8b\xa5\xe6\xd7\xd6\x4d\x2d\x86\x31\xb2\x55\x41\x01\x8a\x6a\x8b\x26\x95\x2b\xaa\x2d\x30\x66\x0a\xb5\x40\xf7\xe2\x14\xcf\x97\x57\xa5\xbb\x90\x28\x64\xcc\xbc\x92\xdc\x85\x44\x51\xb8\xec\x3d\x47\x1c\x40\x43\x8e\xff\x87\x54\x5c\x54\xc7\x62\xa8\x3d\x77\x41\x46\x0a\x32\xd2\xa2\xa0\x0d\x74\xd4\xaf\x20\x7d\x63\xc5\x98\x29\x87\x17\xb2\x4d\xf1\x8b\x1f\x5f\xc3\x76\xd1\xc5\x0f\xc3\x37\xff\x5d\x26\x8e\x6e\xf2\x75\x6b\x26\x13\x47\x37\x45\xbf\x84\xd8\x65\xb2\x50\x4e\xfd\xac\xcf\x68\xbb\x40\x7d\x19\x33\x69\x7f\x99\x2c\x14\x6a\xd0\xe8\xab\x02\x75\x39\x2a\x2e\xa8\x5f\xb8\x1e\x4a\xe8\x29\x80\x31\x59\xf5\xe2\x2e\x93\x69\xab\xbe\x4e\x5e\x5e\xed\x42\x9a\x92\xc9\x57\xd0\xd6\x90\xa6\x8a\x72\x52\x62\x25\xc8\x49\xc5\x65\x24\xeb\x37\x02\xbb\x20\x23\x32\x96\x2e\x6d\xb3\x5e\x73\x76\x59\xea\x4b\x89\xb1\xac\x67\x5f\xba\x1e\x5e\xea\x1e\x9e\xab\x30\xcf\x97\x12\x10\x85\x39\xc6\xf4\xbd\x6a\x53\x98\x63\xf2\x25\x55\x2f\x30\x58\xc6\xd2\xad\xf5\x82\xc1\xc5\x4f\x77\xbe\xc4\xba\x72\x9e\x90\x93\xba\xb0\x84\x9c\x6e\x15\xf9\x7c\x74\xdc\x14\xf9\xbb\x6e\x39\x4a\xcb\x2a\x7d\x55\xee\x95\x52\xf5\x0a\xf5\xab\xd3\x35\xeb\xe9\x66\x57\xe8\x2a\x63\x49\x09\xa8\x42\xd7\xca\xab\x4b\xa5\x55\x00\xca\x72\x2c\x82\xe8\x5e\xac\x4b\xca\x49\x95\xb8\x64\xf2\xed\xb7\x96\x5d\x61\x9d\x0c\x97\xb5\x5d\x61\x9d\x4c\xbe\x9f\x23\x0e\x20\xed\x76\xca\x82\x26\xd0\x52\x2b\x13\xb4\x81\x74\x75\x52\xc5\xc6\x45\x66\x37\x7d\x15\xd7\xe3\xda\x6e\x10\x51\xc6\x92\x94\xa5\x91\x77\x9b\x28\x86\x84\x37\x38\x24\xc3\x9d\x6b\x37\x38\xd4\x26\xad\xd4\x17\x47\x4e\xc6\xf4\xf3\xab\xdd\x38\x72\x8d\x95\xd0\x76\x34\x56\x42\xa6\x20\x5c\x8d\x95\xd0\x05\x2b\xeb\xf3\xce\xe6\x82\xb5\xbb\x38\x14\x74\x00\xfa\x7c\x42\x5e\x40\xeb\x57\x51\xbb\xc3\xa1\xae\x2b\x5d\x90\x12\x77\x4e\x8e\x8c\xe9\x51\x79\x77\x4e\x8e\x3e\xa6\xe7\x78\xcb\x51\xb7\x16\x8c\xdd\x15\x08\x47\x85\x1a\x45\x98\x4e\xa8\x9d\x4d\x53\x8d\xd8\x09\xb5\xfb\xda\xe7\x18\x80\x26\x90\xa6\x2d\x55\xef\xd4\x4f\x32\x59\xbf\x11\xd9\x9d\xed\xe0\xc6\xa8\x67\xec\xcd\x8d\x71\x8f\xae\xb8\xa2\x09\x32\x20\x51\xa1\x02\x25\x20\xc5\xa5\x92\x6a\xb0\x69\x83\x4d\xab\x59\x50\x05\xaa\x6a\xd5\x04\x35\xa0\xa6\x56\x55\x50\x07\x52\xd5\xf0\xec\x5e\x87\x69\x78\x51\x93\xa3\x0e\xf9\xa0\x34\x1e\x43\xe7\xab\x01\x4d\x20\x57\x13\xbd\x48\xec\x41\x81\x23\x63\xa9\x69\x42\x7a\x17\xdb\x43\x9b\x16\x75\xbe\x06\x9b\x26\x63\xfa\x78\xbc\x07\x9b\x26\x63\x49\x8a\x39\x66\x04\x4a\x72\x54\xf4\x68\xe1\x90\xf0\xa5\x46\x5f\xcc\x51\x47\x4e\xf7\xb7\x3d\x38\x72\x83\x23\xd7\x70\x24\x2e\x49\x9a\xae\x74\x7b\x20\x69\xfa\xde\x60\x59\xb4\x1a\x54\x46\x32\x3c\x19\xec\x81\xa4\xe9\x7b\x43\xd6\x47\xed\x3d\x16\x23\xea\x5d\x4c\xaf\x08\x7b\x50\x06\xe9\x6a\xce\x37\xfd\xcd\xd5\x7c\xeb\x1e\x9e\xf5\xf3\xc4\xcd\x3d\x1c\x63\xf9\x36\x41\x05\xa8\x08\xca\x82\x2a\x50\x93\x23\x50\x07\xea\x6a\x55\x05\x0d\xa0\xad\x56\x40\x07\xe8\xa8\xb8\xf4\x09\x4d\xb2\xd5\x54\xd1\x9b\x03\x50\x00\x0a\xda\xed\x22\x28\x02\xf1\x06\x12\x04\x25\x20\xbd\x78\xe9\x06\x35\x07\xd1\x7b\xed\xcb\x4b\xc9\x9e\x83\x50\x55\x07\xeb\xa5\x64\x4f\xea\x60\x99\x6c\x21\xff\x75\x2a\x2e\xe9\x7f\x64\xe2\xc9\xb9\x92\xb1\x2c\xee\x4c\xae\x5c\xd3\xb3\x67\xe6\x62\x36\xc9\x9e\xfa\x79\x89\xe5\xa8\x10\x39\x31\x73\x2a\xea\x27\x44\xd4\x7a\x36\xcd\xe2\xce\xe4\xc4\xc8\x58\xd6\xa5\x65\x92\x3d\xa7\x1f\x9c\xcc\x2d\x6c\x4e\xa2\xa6\x70\x16\x2b\x26\xd9\x73\x2e\xba\x57\x10\x8b\xee\x17\xdd\xab\x15\x55\xf2\x5c\x7f\x29\xf1\x26\x95\xed\x5c\x7a\x2b\x12\x77\x26\x19\x6f\x7a\x96\xcb\x26\x21\x9e\x94\xb1\x32\x96\x95\xf1\x26\x65\xec\x54\x12\x34\x11\x65\x92\x04\x65\x2c\x1b\x8e\x04\xa1\x2c\xc5\x0d\x65\x92\xa5\xa6\xb2\x54\x36\x4d\x88\x2c\x35\xa5\x5b\xd4\x86\x13\xdd\x9a\x3c\x4f\x12\xea\x79\xb6\xd2\x66\xa9\x4a\x9e\x64\x16\x19\xcb\x1c\x22\x32\x8b\x9e\x8f\x32\x55\x32\xcf\x47\x7b\xe9\x59\x5e\xef\x61\x7b\x21\x52\xcb\x0b\xdc\xac\x9f\x89\xee\xc5\x53\x83\x4c\x8a\xca\x9e\x8b\x62\x57\xaf\x40\x99\x54\xc9\x2b\xd0\xde\x7e\x6d\xc8\x49\x17\x8d\xad\x37\x65\x4c\xa6\xc8\xda\x5c\x21\xf4\xe4\x93\x39\x6a\x3c\xf9\xec\x03\xe4\xcc\x3f\xbc\xb0\x9c\x8b\x5f\x6f\xf9\x12\x1e\xde\x4e\x8e\xde\x3b\x72\xf5\x09\x1d\xde\x3b\x4e\x90\x6e\x35\x5f\xd5\xa3\x87\xfc\xa7\x49\xc5\xcb\x94\xc3\x7b\xfe\xd1\x13\x6e\x6e\x7e\xd1\x38\x41\x8b\x83\x49\xa5\xa8\x95\x16\xe7\xe8\xed\xa4\x5c\x7e\x0a\x0f\x6f\x27\x27\x3a\xf7\xca\xe5\x47\xee\xc4\xf1\x84\x54\x0e\x78\xcd\x7a\xa2\x78\x78\x22\x8e\xae\x35\x87\xb7\x93\x63\xae\x0f\xfc\x66\xe2\x98\xf4\x01\x93\xcd\xb5\xf9\xe8\x1d\xe5\xf5\x98\x2f\x74\xb9\xfd\xf8\x1e\xd3\x42\x63\x72\xa6\x95\x16\xfa\xe8\x39\xa5\xe8\x07\x4f\x87\xe7\x94\x93\x80\x82\x07\xc1\x65\xfd\xe8\xda\x50\xf4\x33\xa6\xa3\xbb\xc3\xd3\x58\xf0\x7d\x3c\x5c\x21\x30\x25\xb6\x2a\x28\x03\x29\xd4\x48\xab\x02\xb4\xd5\xca\x21\x6e\x02\xa7\xb8\x64\xf0\x1b\x88\x53\x24\x19\x18\x0b\x06\xd4\x04\x4d\xb5\x8a\xbe\x43\x54\xb3\x18\x0b\x2e\xd7\xa7\x4c\x5a\xb9\x36\x17\xf3\x43\x7e\x28\x37\x31\xa6\x2c\x75\x28\x37\x8f\xca\xba\xa2\x5b\xfe\xa1\xac\x3b\xd5\xcf\x57\x31\x45\x5f\x75\xbe\x30\x25\x69\x6b\xab\xce\xd7\x51\x59\x57\x54\x3e\x1d\xca\x3a\x4c\xba\xaa\x1c\x0f\x7d\x3d\x7f\xcf\xe7\xad\x28\x9f\xce\xf3\x27\x7e\x9e\x17\x0f\x65\x0a\xa6\xe8\x57\x4a\xa7\xeb\x02\x84\x89\xc9\x59\x7b\xba\xbe\xbf\x1e\xd5\x24\x85\x4d\xa3\x26\xc1\x44\xd1\xfd\x74\x71\xfb\xa8\x42\x28\xc5\x39\x74\xa8\x10\xce\x00\x72\x3e\x1e\x92\xcd\x51\xea\x28\xfa\x19\xe0\x51\xfe\x78\x9a\x58\x6f\x5a\xe9\xf8\x8a\xc8\x45\xbf\x4f\x3a\x10\xf9\x88\x8f\xa5\xe5\xbf\xbe\x39\xf9\xff\xff\xb1\x7f\x7a\xf9\xf9\x8f\x92\xe6\x4f\x9f\x3f\xef\xf7\xaf\xfa\x13\x28\xfd\xdd\xd1\x63\xed\xf3\xe1\x7d\xff\xfc\xe7\x54\x9f\x3e\x7e\x72\x2f\xfd\xef\x3f\x03\x00\x00\xff\xff\x20\x11\x85\x20\x7a\x35\x00\x00"); -var _bab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xdb\x4c\x10\x86\xef\xfb\x2b\xe6\x98\xef\x90\xcf\x33\xab\xdd\xd5\x1a\x44\xa0\xc4\x04\x5c\x48\x53\x9a\xa6\x2d\x94\x1e\x64\xed\xca\x08\xea\x95\x90\xe5\x43\xfe\x7d\x99\x19\xd9\x85\x1e\x8c\xec\x47\x33\x2f\xd6\x33\x3b\xda\x3c\xee\x77\xfb\x32\x2c\xb0\xf9\x3c\x8f\xdd\x6b\x5e\xa0\x1f\x4a\x9a\xf3\x79\xbc\xcc\x5d\x86\x43\x3e\x0e\xc5\x18\xb2\x90\x86\x6e\xb9\xfe\x94\x4b\x77\x6a\x27\x63\xb8\xff\xf5\xfd\xbc\xe4\xd3\xbe\xf4\x23\x54\x5a\x97\x2e\xd3\x5a\x0b\xb0\xf9\x92\x8f\xc3\x79\x99\xdf\xe1\xee\x43\x1a\x0f\xf9\x3f\x48\xb9\x67\xfe\x32\xa7\x3c\x0f\xe5\x08\x77\x1f\xdb\xa9\x2d\x74\xbb\xf1\x7a\x99\xa6\xdf\xf9\x94\xcb\x02\x56\x58\x2e\x49\xae\x66\xf3\xf8\xdc\x4e\x9f\xda\x53\x86\x8d\x64\xdd\x6b\xe7\xbd\x96\xc9\xdd\x6f\x79\x3e\x0f\x63\x01\xa2\xff\x11\xc3\x5f\xfe\xf5\x7d\xca\x40\x6b\xcc\xdb\x7e\xf7\xd2\xf7\xe7\xbc\x00\x61\xf0\x5a\xf4\xe3\x6d\xbf\x83\x9f\x04\x84\x60\xbd\xaf\xe8\xd7\x5a\xfb\xfd\x79\x4c\x19\xf0\xfa\x07\xf6\xbb\xc7\xf1\x52\x16\x88\xb5\x5d\x19\xe9\xa3\x76\x63\xca\xe7\xa9\xed\xf2\xdc\x96\x63\x36\x00\x0d\x22\xe2\x03\x34\xd6\x3e\x3d\x3d\xf0\x33\xfc\x53\x61\x2a\xbf\x76\x0e\x49\xc9\xb5\x03\xb1\xef\x1f\x00\x00\xd0\x34\x48\x8a\x48\x90\xf5\xc1\x34\x68\x15\x59\x41\x9e\xac\x69\xb0\x52\x54\x09\xaa\x43\x34\x0d\x3a\x45\x8e\x11\xa1\x75\xa6\x41\xaf\xc8\x0b\xb2\x91\xe3\x83\xa2\x20\xc8\x57\x1c\x5f\x2b\xaa\x05\xd5\x5b\x8e\x8f\x8a\x22\x23\x8b\x8e\xe3\xb7\x8a\xb6\x82\x2a\xe4\xf8\x56\x51\x2b\xc8\x07\x8e\x3f\x28\x3a\x08\x8a\xc4\xf1\x9d\xa2\x8e\x51\x85\x35\xc7\x27\x45\x49\x50\x65\x39\x3e\x2b\xca\x82\x7c\xe4\xf8\x5e\x51\x2f\x28\x3a\x34\x0d\xa9\x2f\x12\x5f\x0e\xb7\xc1\x34\xa4\xbe\x48\x7c\xb9\xca\x5b\xd3\x90\xfa\x22\xf1\xe5\x02\x46\xd3\x90\xfa\x22\xf1\xe5\x62\x70\xa6\x21\xf5\x45\xe2\xcb\x93\xe5\x78\xf5\x45\xe2\xcb\x57\x35\xc7\xab\x2f\x12\x5f\x3e\x54\x1c\xaf\xbe\x48\x7c\xf9\x18\x39\x5e\x7d\x91\xf8\x0a\xe4\x38\x5e\x7d\x91\xf8\x0a\x0e\x39\x5e\x7d\x91\xf8\x0a\x81\x47\x4b\xea\x8b\xc4\x57\xd8\xf2\x68\x49\x7d\x91\xf8\xaa\x89\x47\x4b\xea\x8b\xc4\x57\xed\x78\xb4\xa4\xbe\x48\x7c\xd5\x81\x47\x4b\xea\x8b\xc4\x57\xbd\xe5\xd1\xda\xf5\x44\x8a\xaf\x48\x3c\x5a\xab\xbe\xac\xf8\x8a\x8e\x47\x6b\xed\x7a\x6e\x91\x51\x8d\x4e\x0e\xef\xf5\x90\xf2\x77\x5e\xfd\xdb\x2a\x76\x97\x79\xce\x65\x91\xc5\x97\x55\xe3\xb5\x18\x4a\xbe\xbd\x44\xa6\x71\xe2\x2e\xf9\xfc\x09\x00\x00\xff\xff\xdb\x85\x89\xdc\x70\x04\x00\x00"); -var _fedee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\x4d\x8b\x65\x39\x72\xdd\xbf\x5f\x71\x97\xe3\xc5\xb8\xf4\x11\x0a\x49\xf0\x78\xd0\x74\xf7\xe0\x62\x18\x8f\x71\xbb\x6d\x83\xf1\xe2\x4a\x0a\x15\x09\xae\xcc\x24\x2b\x6b\xd1\xff\xde\xc4\x39\xb7\xab\xed\xb1\xa1\x17\x43\x4c\x9f\x92\xe2\x86\x42\xf1\x71\x42\x2f\x3f\x7c\xff\xf1\x87\x8f\xcf\x4f\xef\xc7\x87\x7f\x7a\x7b\x99\x3f\xd9\xfb\xb1\x9f\x9e\xd7\x9b\x7d\x79\xf9\xfa\x36\xed\x18\xf6\xe9\xe9\xf9\x76\x8b\xe9\x58\x4f\xf3\xfd\xd7\xff\x84\x98\x9f\xcf\xd7\xdb\xcd\xf7\xff\xf4\xcb\x97\x77\xfb\xfc\xf1\x79\xbf\x1c\x99\xeb\xd6\xd7\xd7\x6b\xed\x71\x7c\xf8\x67\xfb\xf4\xf4\xe5\xfd\xed\x97\xe3\x0f\xdf\xad\x97\x61\x7f\x77\x2c\xdb\x8e\xff\xf5\x6d\xd9\xdb\xd3\xf3\xa7\xe3\x0f\x7f\x7e\x79\xb3\x33\x7e\xfb\x87\x9f\xbe\xbe\xbe\xfe\x97\x7d\xb6\xe7\xf7\x23\x00\xb3\xe7\x05\x79\xfb\xf0\xfd\x5f\xce\xd7\x7f\x3c\x3f\xdb\xf1\xe1\xcf\x3f\x7d\xff\xc7\x1f\x7f\xfe\xfe\x8f\xff\x80\x7f\xc1\x3f\xfc\xab\xbd\x7d\x79\x7a\x79\x3e\xfa\xdf\x87\xa0\xbf\xc1\xff\xf2\xcb\xab\x1d\xf1\x52\xf0\xf3\xc7\x1f\xfe\xba\xf7\x17\x7b\x3f\x62\xa0\xf2\x0f\xff\xfe\xf3\xc7\x1f\x8e\xff\x88\x47\x0c\x47\x2a\x12\xc2\x7f\x5e\x4b\xff\xed\x2f\x2f\xcb\x2e\x0b\x6e\x89\xe7\x99\x2f\xcb\xbe\xbc\x9e\xd3\xde\xce\xe7\x4f\x76\x3b\x8e\x7b\x08\x8f\xe3\x38\xee\x2d\x3c\xfc\xbf\xbe\x8b\xdf\xc5\xc7\x71\xff\xd3\x8f\x7f\xfa\xf1\xe1\x66\xff\xcd\xfa\x5b\xa4\x9a\xe7\x97\xf7\x65\x9b\x18\x34\xdc\xe3\x7e\x1c\x2d\x74\xf1\x4d\xff\xf3\x5f\x6f\x6e\x26\x3f\xfd\xb4\xae\x0d\xc9\x37\x54\xbb\x36\xdc\xcf\x78\xfa\x37\xcf\xb8\xed\x71\xc4\x10\x6f\xf7\x33\x11\x49\x56\x1e\x47\xec\xe5\x76\x3f\x33\x91\xec\x6b\x92\xfa\x2e\x21\x22\x2b\x3f\x8e\x5c\x9a\x23\xab\x00\xf1\x35\x12\xfa\xed\x7e\x16\xae\x29\xe7\xf9\x38\xa4\xb8\xe6\x32\x02\x90\xd1\x1f\x87\x28\x90\xc9\x35\xab\x3d\x0e\xa9\x40\x8c\xc8\x76\x04\x5f\x57\xea\x51\x93\xc7\x51\xa2\x6b\xae\x44\xaa\xed\xc7\x51\x5a\xbd\xdd\xcf\x46\xa4\x9d\xf2\x38\x54\x15\x88\x12\xd1\xc7\xa1\x35\x00\x69\x44\xb6\x23\xfe\xad\x36\xb8\xcb\x6d\xd6\xea\x9a\x3b\xf5\x74\x47\x6a\x71\xcd\x27\x91\x73\xe7\xc7\xd1\x70\x8a\x41\x64\x6c\x7d\x1c\x3d\xbb\x37\x26\x91\xe9\x87\x89\x21\xf9\xc7\xe6\x22\xb4\x01\x95\x7c\xbb\x8f\x80\x55\x23\xd0\xd3\x4d\x6f\xf7\x41\xe7\x0f\x3a\x3f\xb6\x70\xbb\x0f\x7a\x7f\x24\x40\xa9\xca\xed\x3e\xe8\xfe\x01\xf7\xc7\xac\xed\x76\x1f\xf4\xff\x80\xb7\xa3\x68\xba\xdd\x07\xdd\x3d\x0a\xa0\x52\x5c\x3d\x3d\x37\x14\x90\x16\x57\x4f\xd7\x8d\x0a\xa8\x8a\xab\xa7\xef\x06\xbc\x10\x5b\x76\xf5\x74\xc3\x80\x1b\x62\xcf\xae\x9e\x7e\x18\x27\x62\x20\x24\x57\x4f\x47\x8c\x01\x28\xfa\xb1\x07\x3d\x31\x26\xa0\x14\x5d\xfd\x22\xb4\x00\xe5\xe0\xea\x8d\x90\x01\x92\xe0\xea\x37\xa1\x4d\xa8\xeb\xed\x3e\xe9\xaf\x09\x7f\xa5\xd2\xc3\xed\x3e\xe9\xaf\x19\x19\x88\x4d\x6e\xf7\x49\x7f\x4d\xf8\x2b\xd5\xda\x6e\xf7\x49\x7f\x4d\x86\x6b\xab\xe9\x76\x9f\xf4\xd7\x84\xbf\x52\xf7\x00\x99\xf4\xd7\x84\xbf\x72\x50\x57\x4f\x7f\x4d\xf8\x2b\xc7\xe2\xea\xe9\xaf\x09\x7f\xe5\x24\xae\x9e\xfe\x9a\xf0\x57\xce\xe2\xea\xe9\x9c\x09\xe7\x64\xc9\xae\x9e\xce\x99\x63\x6e\xcf\x90\xec\xea\xc7\x0a\x80\x5c\x48\x8c\x58\xb5\xb8\xca\x93\x27\x97\x5a\x01\x29\x21\x7d\x1c\x59\x71\xa0\xb1\x2a\x20\x53\x64\x9b\x7f\x71\xd8\x05\xd5\xc7\x51\x11\x5f\x73\x58\x03\x04\x23\x4a\xf7\x8d\xbc\x8e\x89\xeb\xc8\x9a\xe2\xed\x3e\x79\x1d\x73\x4d\x87\x6a\x2c\x0e\xb9\x8d\x97\xc8\x02\x4f\x2c\x9a\xba\x5c\x7d\xae\x8a\x8d\x54\x0f\x51\x7b\xc0\x2a\xeb\x80\xa0\xbe\x36\xd7\xc5\xab\x9d\x76\xce\xc7\x91\x5b\xa8\x80\x16\xa1\x05\x28\x01\x32\x40\xd8\xd8\x3c\xa7\x27\x03\x60\xee\x7d\x3e\x8e\x4c\xf5\x7b\x0f\x42\x03\x50\x02\x34\x09\xf9\xc6\xee\x31\xb1\x18\x26\x14\xb9\xf7\x0c\x28\x11\x4a\x0e\x89\x02\xca\x80\x46\xc5\x2a\x71\x68\x34\x42\xed\xb7\x55\x5e\x99\xee\x2b\xb8\x27\x24\xb8\x73\x56\x80\x27\x28\x72\xf5\xf0\x5d\x61\xf1\x8b\x6b\xfa\xaa\x4c\x68\x11\x5a\x7e\xb5\x39\x02\x32\x40\x2c\x88\x9e\x7c\x8b\xe1\xbb\xa2\x57\x4d\x09\xcd\x4d\x8d\x4b\x08\xc9\xe3\x90\xec\xe9\xbe\x22\x2a\x29\x85\x44\x4f\xe4\x15\x11\x13\x2b\x7a\x1c\x48\xcc\x5c\xd5\x08\x35\x6c\x2c\x80\x3a\xa1\x13\xab\xb8\x71\x00\xb2\x80\x55\x80\x8c\x46\xb8\x90\x08\xeb\xa3\x25\x42\xc9\xeb\x69\x80\xa9\x96\x09\xb9\x11\xd9\x43\x6e\x45\xa3\x11\x2e\x24\x37\xea\xaa\x84\x68\x57\x07\x44\xbb\x6c\x60\x55\x05\x34\x09\xb9\xbf\xa2\x50\xfd\x22\xe4\xfe\xca\x3d\x02\x32\x42\x86\x55\x84\x36\xa0\x0d\xeb\x71\x69\x71\xd3\xfa\x0d\xeb\x05\x76\x6d\x5a\xef\x42\x72\x87\x5d\x9b\xd6\x6f\xb8\x50\xe0\xe8\x4d\xeb\x37\xac\xef\x30\x75\xd3\xfa\xdd\xb1\x8a\x1b\x4f\x42\xee\x42\x09\xdc\x48\x17\xba\x90\x28\xdc\xc8\x03\xed\x85\x55\x8a\x66\xfd\x6b\x87\xfd\xff\x9a\xee\x42\xc5\xba\x84\xa0\x3d\x2e\x16\x2e\x0a\x89\x88\x8f\xc4\xb8\x4d\x1e\xab\x22\x91\x90\x10\x52\xac\x8a\x80\x2a\x21\xd8\x18\x13\xa0\x41\x68\x00\xa2\xfa\x49\x08\x4e\xf7\x5a\xb6\x12\x12\x91\x42\x24\x51\x3d\xec\x4a\x83\x46\x78\x14\xa5\x41\x23\x5c\x88\x24\x6c\x1c\x99\x10\xa2\xbb\x40\xfd\xb8\x36\x1a\x9a\x3b\xec\x1a\xb8\xad\x34\xa1\xab\x42\xfd\xa4\xae\x99\xb1\x2a\x03\xe2\x81\x5c\x48\x89\x15\x50\x21\x84\xdb\xaa\x5c\xa5\x84\xc8\x1d\x1a\x20\x9e\xd1\x85\x14\xda\x35\x79\xc6\x89\x33\x56\x42\x3c\xe3\x84\x5d\x09\x07\x9a\xb4\x0b\x29\x56\x12\x74\x31\xc5\x12\xf2\xa9\x64\xac\x62\x3e\x41\x48\xac\x84\x3a\x21\x18\x81\x88\x4c\xcc\xa7\xc4\x3c\x47\x3e\x25\xe6\x79\x5a\x1b\xab\xb0\xd1\x50\x33\x20\x24\x56\xf8\x8b\x59\x07\x21\x45\x70\x6c\x66\x1d\x84\x14\x06\x00\xb3\x0e\x42\xc0\x07\x56\x32\xfa\xcb\x60\xbd\xe2\x8c\x46\xeb\x3d\xd3\xa4\x28\x8c\x30\x9a\x6a\x30\xb5\xc2\x54\xa3\xa9\x48\xc4\x42\x53\x99\x88\xc9\xd3\x4a\x62\xc3\xaa\x4d\x53\x3d\x61\x44\x03\xd4\x6f\x7e\x11\xc9\xa3\x8c\x55\x26\x0f\x84\xc4\x86\x33\x32\x79\x12\x78\x9a\x32\x00\x36\x8d\x40\x90\x47\x14\x08\xb6\xe2\x95\x09\x75\x8f\x55\xb6\xe2\x25\xa8\x2c\x09\xab\x84\x95\x45\x58\x59\x70\xdb\xc2\xca\x22\xc8\xba\x8c\xc0\x14\x66\x1d\xc4\x55\xde\x64\x2f\x42\xf6\xad\xbc\xb1\xad\xaf\x72\xb2\xa0\x36\x40\x85\x50\xf9\x56\xde\x0a\xd8\xe1\x22\x37\x65\x79\x2b\xcc\x21\x88\xab\x96\x15\xe6\x50\x41\xc2\xb0\x96\x15\x26\x0c\xc4\x75\xa0\x72\x22\xbe\x0a\x8d\x68\xbe\x91\x44\x62\xa9\x77\x1b\x11\x05\xc4\x6e\x03\x21\x51\x2b\x20\xf8\x4b\x11\xbe\x02\x5d\xca\xf0\x85\x90\x58\x09\xe1\x8b\x20\x25\x52\x90\xee\x24\x25\xab\x32\x3b\xbc\x3b\xaf\xca\xec\x80\x28\xa5\x60\x15\xb3\xa3\x1a\xaf\xd6\xd3\xaa\x32\x98\x20\x94\xb9\x5d\x19\x4c\x20\x38\xa2\xc9\xed\x22\xc1\x59\x8d\x90\x73\x8b\x45\x42\xb8\x40\x08\xa5\x22\x7c\xc9\x79\x16\x38\x8f\x34\x64\x07\x39\xcf\x1a\xc8\xed\x8e\xb4\x1a\xcc\x6d\x88\xc2\xfa\x35\x98\xdb\x03\x76\x75\xc4\xea\xa0\x5d\x10\xd2\x53\x02\xc4\x8d\xae\xbe\x04\x1f\x4c\x16\xd9\xcc\x9a\x7e\xb5\x25\xc0\xd4\xc9\xab\x85\xa8\xac\x13\x93\x57\x3b\xb9\x11\xad\x98\x9c\x67\x2d\x6c\x04\x51\x5d\x8b\x1b\x21\x4a\x40\x8a\x2e\x6e\x5c\x8b\xab\xdc\x39\x8b\x75\x02\xa2\x44\xa4\xc2\x62\x2b\x5e\x9e\x30\x25\xc2\xfa\xc5\x84\x81\xa8\xea\x9c\x67\xad\xcd\x8d\x30\x22\xc1\x7a\x32\xa3\x65\x1e\xd1\x25\x21\x61\x8c\x11\x0d\x51\x8a\xd3\xd9\x65\x8c\x68\x88\x92\x9d\xf3\x2c\x63\xef\x80\x28\x19\x91\x43\xb2\xb4\xb6\xd7\xe8\x92\x71\xb5\x9b\x35\x1a\xa2\x92\x5b\xec\x01\xbb\xb6\x97\xa1\x92\x9d\xfd\xad\xcd\x32\x04\x51\xb2\xcf\x0d\x6b\xb3\x0c\x6d\x4f\xb8\x92\x51\x4d\x36\x7b\x38\x44\x11\xa4\xfb\x66\x81\xd9\x34\xc2\x03\xd3\x48\xbc\x2c\x6c\xa8\xf7\xee\x6c\x61\x5f\x50\x7c\x1c\x8a\x4b\xb3\x80\xee\x6c\xa0\x41\x45\xbc\x46\x1b\x69\x90\x45\xcf\xae\x22\x9e\x56\x16\xd1\x9a\x28\x0a\x28\xa8\x45\x64\x9a\x81\x35\x14\xf1\x86\x6d\x64\x0d\x14\x25\x47\x6c\x34\xae\x82\xfa\xa2\xe9\x77\x5b\xb1\xb1\xef\x5a\xe2\x0e\xbf\x79\x63\x95\xb2\xec\x17\x58\xd4\x1b\x90\x65\x5c\x20\x45\x0d\x01\xab\x50\x04\x0d\xb5\xac\x60\x38\x34\xd6\x32\x8a\x9a\xbd\xe5\x99\xa0\x87\x9b\xf8\xb0\x59\xaa\xbb\xd3\xe4\xec\x84\x3a\xd4\x37\x40\x27\x20\xea\xc2\x17\x59\xb8\x0c\xc5\xa6\x34\x9f\xa9\x8d\xc5\x86\xa2\x34\xf8\x8e\xc5\xc6\x30\x49\x97\xe6\xe1\x67\x65\x70\xe3\xd5\xb0\x0b\xa0\x4c\xa8\x61\x15\xd4\xa3\xd8\x50\x88\x78\xf2\x58\x19\x27\xa1\x13\xab\x3a\xa0\x41\x08\x25\x29\x11\x82\xd3\x8b\xf7\xf0\xd2\xbc\x27\x59\x41\x0f\xa7\x10\xc9\x30\x02\x79\x6e\x65\xc2\x7a\xdc\x69\x99\xb4\x1e\xad\x58\x32\xec\x9a\xb4\x7e\x62\x70\x77\xaa\x66\x05\xfc\x9a\x42\x30\x3a\x59\x59\x3c\x90\x8b\xd2\x3a\x74\xad\x44\x08\x67\xcc\x84\x78\x46\xe4\x66\xeb\xf0\x17\x72\x93\x42\x24\xc3\x7a\x8c\x4e\x56\xbc\x35\x95\x8e\x88\x2c\x9b\xc7\x46\x6b\x11\xa7\x90\x56\x90\x88\x14\x24\x38\x56\x36\x8f\x8d\x44\xec\xb4\x6b\xf3\x40\x24\x71\x3e\x3b\x1b\x0b\x3d\x85\x88\xd7\x45\x53\x06\x80\x3a\x89\x2b\x3d\x13\x12\x42\xf0\x97\x53\x48\x53\xd4\x1f\x53\xaf\x39\xa5\x67\x42\x95\x10\x9a\x86\xf3\x01\x53\x3c\x59\x98\x22\x53\xba\xd7\x58\x53\x66\x8a\x92\xc4\x79\x71\x36\x65\x98\x40\x14\x0c\x32\xa6\x0c\x13\x05\xaf\x13\x6f\x9f\xa6\x83\x76\xa1\x66\x74\x9a\xca\x30\x81\x10\x41\xc8\xe9\xa0\xa9\x03\x76\x09\x21\xda\x85\xce\x25\x70\x0e\x3b\x97\xa9\x47\x4b\xe9\x05\x76\x8d\x49\x08\x91\xa3\xb0\x8b\x91\xa3\x88\x9c\x5e\xe0\x2f\x46\x0e\x84\x44\xe4\xb9\x32\x72\x20\x4a\x57\xe8\x42\x87\x30\x9d\x6c\x9f\xb0\x7e\xd2\x13\x13\xf7\xe8\x85\xcb\x74\x9e\x84\x30\xee\x5c\x1b\x11\xbe\x8a\xc8\xe9\x8a\x2f\x32\x72\x94\x91\xa3\x38\x10\x23\x47\x11\x39\x68\x40\xa6\x8c\x1c\x65\xe4\x28\xce\xc8\xc8\x51\x27\x84\xa5\x57\xea\xe2\xb1\x17\x72\x08\xe9\xae\x8b\x46\x2c\x78\xa2\xc2\xf7\x8b\x9e\xc0\x78\x18\x69\xea\xa2\x27\x16\x6e\xa8\xd2\x08\xde\x10\x68\xa3\xd0\x08\xd0\x46\x8a\xd2\x91\x69\x6a\x8c\x2f\xd0\x46\x41\xd9\x55\xe3\x81\x0c\x5e\x6d\xdc\x48\xaf\xa2\x7d\xb2\xc6\xaa\xd1\xab\x60\x59\x82\x0a\xa0\xc6\x33\x82\x65\x49\x85\x57\x8d\x67\x44\xed\xef\x8d\xab\xe8\x68\x90\x4b\xe1\x81\x8c\xc7\x36\xf8\xbe\x51\x3d\x8f\x0d\x72\x29\x3c\x90\xf1\xd8\x2e\xf4\x4a\x05\xd6\x6b\x35\x1c\xbb\xf1\x8b\x3c\x36\x28\xa8\xd0\xfa\xcd\x63\x6f\x1e\x1b\x1b\xd9\x47\x20\x44\x1a\x8e\xcd\x3e\x02\x71\x75\x08\xdd\xbc\x47\x94\xed\xde\x60\x04\xcb\x36\x84\x08\x0f\xc4\xb2\xad\xe4\xae\x0c\xcc\xcd\x63\x6f\x8c\xad\xa8\xd1\xba\x79\xec\x8d\xdb\xee\x54\xcf\x63\x63\x3c\x14\x5a\xcf\xd2\x01\x2e\x56\xba\x8f\xad\x46\x2e\x46\x21\x6c\x66\x95\x15\xa0\x82\x5b\x74\x54\xb9\x0a\x6e\x41\x21\x02\x53\x2b\xd3\xbd\x7a\x8a\x6b\x70\x56\x6a\x95\x8d\x02\x42\xc4\x99\xa4\x55\x36\x8a\xca\x61\xef\xfa\xe2\x20\x34\xb0\x31\x01\x9a\x84\xe6\xaf\xe4\xd2\x2a\xeb\x44\x65\x9d\xe8\x19\x90\x11\xda\xd8\x08\x08\x2f\xb2\x14\x22\xe8\xe1\x95\xed\xa4\xfa\x64\xa7\x21\x14\x40\x9b\x10\x2e\xad\x03\x9a\xdc\xe8\x42\x43\x84\xa9\x93\x1b\x5d\xd4\xda\xf2\xef\xb7\xe2\x3a\xe9\x28\x4f\x7d\xc5\xbb\xa9\x55\xa6\x3e\x84\x08\x6a\x7f\x9d\x74\x14\xab\x41\xe7\xa7\x1a\xa1\x13\x1b\x61\x36\x53\xbf\x72\x3c\x44\xa1\x27\x01\xa6\x50\xf0\x45\xab\x93\x5e\x01\xbf\x2e\xf4\x1d\xdb\x14\x84\x86\x84\xab\x61\x9b\xaa\xe8\x49\x85\x8e\x62\x4f\xaa\x5e\x46\x34\xa0\x31\x56\x96\x11\x08\x29\x01\xd7\x8c\xd7\x1c\xab\x0b\xba\xd0\x18\xeb\xba\x74\x61\x3c\x0c\x50\xcf\x3c\x07\x31\xd7\x80\x06\x44\x62\x4e\x21\x05\x74\x83\xc4\x9c\x42\x03\xaa\x7a\x65\x06\x43\x48\x89\xf0\x17\x33\xb8\x7a\x74\x6b\x40\xd6\xd5\x7d\x41\x9e\xd4\x95\x2e\x64\x74\x83\xe4\x6b\x40\x0e\x90\xe4\x5b\x33\x6c\x44\x2d\x6b\xd4\xd5\x38\x57\xa2\xaa\x37\xa6\x7e\xf3\x74\x55\x3c\xdd\x58\x63\xba\x42\x48\x41\x03\x6a\x4c\xd7\xc6\x47\x99\xc6\x55\x89\x90\x62\x63\x05\x44\xf5\xc8\xba\x82\x9e\xd4\x68\x17\x84\x46\x9f\x5a\xac\x31\xeb\x20\x38\xac\x59\x63\xd6\x41\x68\xbc\xbe\x38\x08\xe1\xb6\x8b\x02\x9a\x84\x16\x56\x09\x20\x23\x84\xd1\x09\x8c\x8d\x83\x8c\x75\xfc\x2c\x80\xc7\x35\xeb\x4c\x44\x08\x29\xa8\x2c\x9d\x7d\xb7\x23\xc5\x58\xc2\x3b\x53\x0c\x82\x33\x97\x75\xa6\x58\x9f\x5c\x05\x5d\x0c\x39\x08\x29\x70\x74\x67\xc8\x75\x7a\x02\xd7\xd1\xe9\x09\x88\xca\xc2\xd5\xe9\x09\x0c\x58\x9a\xc0\x07\x38\x60\xd9\x89\x14\x4b\x08\x80\x73\x5e\x90\xf3\xeb\x98\x32\x20\x38\xfa\xc4\x48\x97\x50\x89\x4f\x46\x0e\x84\xe0\x51\xd9\x4e\x46\x0e\x7e\xc5\xd0\x1c\xb1\x11\x53\x0b\x85\xc4\x46\x88\x1b\x61\x6a\x46\xc2\x9c\x34\xf5\xe4\xa5\x81\x23\x9e\x34\xf5\x74\xdf\x6b\x4e\x84\x26\x21\x1c\x1b\x55\xfd\x24\x7f\x82\xd0\x9c\xa9\xde\x08\xe1\x3a\x50\xd5\x39\x31\xda\x38\x61\x57\x16\x40\x42\x08\xa9\xd0\x08\x15\x42\xb0\x0b\x94\x6a\xf0\xd2\x06\x2f\xad\x29\xa0\x46\xa8\x61\x55\x07\xd4\x09\x75\xac\x6a\x80\x4e\x42\x60\x0d\x97\x7a\x04\xd3\x70\x52\xa3\x19\x41\x3e\x48\x8d\xc7\x40\x7c\x75\x42\x93\x90\x57\x13\xbc\x48\xd8\x20\xc1\x81\x90\xd2\x71\x20\xbc\x8b\xd9\xc0\xa5\x65\xc4\xd7\xe0\xa5\x41\x48\x41\x25\x1e\xbc\x34\x08\x29\x28\xa8\x63\x66\x42\x05\x1b\x61\x3d\x6b\xe1\x40\xe1\x2b\x9d\xba\x78\x46\x84\x1c\xe6\x37\x1b\x0c\xb9\xc1\x90\xeb\xdc\x48\xbb\x50\xd2\x30\xd2\xd9\x60\x49\xc3\xef\x0d\xa2\x48\xab\x41\x66\x04\xc1\x27\x03\x1b\x2c\x69\xf8\xbd\x41\xf1\x4b\x93\x8d\xc5\x2f\xe2\x5d\x0c\xaf\x08\x36\x48\x83\x30\x9a\x6b\x06\xb7\xe0\x68\x6e\x98\xc3\x55\x7c\xb8\x35\xce\xe1\x14\xa2\x51\x00\x55\x42\x15\x90\x02\x6a\x84\x3a\x36\x12\x3a\x09\x9d\x58\xd5\x00\x0d\x42\x86\x55\x84\x36\xa1\x0d\x72\xe9\x07\x9a\x6c\x66\x13\xa4\x57\x13\xa1\x44\x28\xe1\xb6\x2b\xa0\x4c\x88\x6f\x20\x09\x50\x21\x84\x17\x2f\x4c\x50\x73\xd0\x7a\xe7\xbe\x7c\x29\xb1\x39\x68\x2a\x78\x30\x5e\x4a\x6c\x92\x07\x43\xa8\x24\x58\xcf\xc8\x81\x10\x45\x76\x4c\x0e\x55\xd3\xdb\xa7\x72\xf4\x9a\x6c\x9f\xf8\xc5\x50\x34\xc3\x08\xc6\xc4\x9c\xb0\xeb\x82\x68\x17\x1e\x46\x15\xd9\x31\x19\x13\x10\xa2\x18\x4b\x26\xfb\xe3\xf4\xd0\x50\xce\x59\x73\xd2\x2e\x52\xe3\xd6\xfe\x77\x2b\xd6\xfa\x7f\x3a\xf1\x64\xf7\x9c\x8b\x1f\x87\x89\x8b\x1f\x5f\xfc\x38\x7c\x4e\x96\x3c\xd7\x6f\x14\x6f\x92\xd9\xce\x85\xb7\x22\xe4\xce\x64\xc7\x9b\xde\xe5\x54\x50\x88\x27\x69\x2c\x84\x28\x3a\xde\x24\x8d\x9d\x68\x82\x82\x44\x99\x6c\x82\x10\xa2\xc2\x8d\x34\x02\x5d\x8a\x13\xca\x64\x97\x9a\xe8\x52\x2a\x38\x2e\xbb\xd4\x44\xdd\x22\x37\x9c\xac\x5b\x93\xcf\x93\x34\x75\x5f\xab\x70\x59\x60\xc9\x93\x9d\x05\x42\x94\x41\xc4\xce\x82\xe7\x23\x25\x4b\xe6\xf3\x91\x2d\x3c\xcb\xe3\x3d\xcc\x16\x8b\xd4\x72\x82\xab\x82\xb2\xb8\xf8\x12\x01\x51\x32\xba\xe7\x22\xd9\xc5\x2b\x90\xb2\x55\xf2\x15\xc8\xcc\xc7\x06\x2d\x18\x34\x0c\x6f\xca\x14\x4a\x0e\x66\x1c\x21\xf0\xe4\xa3\x0c\x35\x3e\xf9\xd8\x26\xe4\x99\xbf\xf9\x00\xb3\x03\x7f\xbe\x76\x17\x6e\x3e\xad\x6c\x3c\x87\x68\xf3\x03\x6d\xbe\x77\xec\x84\xba\xd5\xdd\xab\x1b\x0f\xf9\x97\x28\xd5\x69\xca\xe6\x7b\xfe\xc6\x13\xae\x76\x1f\x34\x76\x82\x73\x28\x4a\xad\x58\x05\xe7\x6c\xbc\x9d\xd4\xe0\x31\xba\xf9\x76\xb2\xb3\xe7\x5e\x0d\x1e\x90\x3b\x8f\x0b\x02\x1d\x70\xce\xba\x33\xf2\x70\x67\x6e\xf4\x5a\xb3\xf9\x76\xb2\xc5\xeb\x43\x8d\x9e\x28\x5b\x50\x1f\x28\x54\xbc\x36\x6f\xbc\xa3\xdc\xb7\xb8\xa3\x6b\xf4\xe0\xde\x02\x47\x53\xa8\x72\x15\x1c\xbd\xf1\x9c\x52\x93\x73\xd6\xcd\xe7\x94\x5d\x08\x25\x37\x82\xc3\xfa\xc6\xd8\x50\x73\xf4\x55\x98\x1d\x2e\x21\xc9\xef\x71\x73\x84\xa0\xa8\xb9\x37\x40\x4a\x08\xa6\x66\xae\xaa\x84\x0c\xab\x1c\xe2\x24\xb0\xab\x97\x8c\x2a\xa1\x3a\x84\x92\x41\x21\x49\x08\x75\x40\x13\xab\xb2\xdf\x10\xd9\x2c\x85\x24\x2f\xd7\xbb\x4e\xae\xf2\xda\x5c\xc5\x83\x7c\x93\x6e\x52\x08\xba\xd4\x26\xdd\xdc\xa0\x75\x15\x53\xfe\x26\xad\xdb\xcd\xe3\xab\x0a\xac\x6f\x88\x2f\x8a\x5a\x70\xb5\x0d\xf1\xb5\x41\xeb\x2a\xe8\xd3\x26\xad\xa3\x28\xa1\x61\xe3\xa6\xae\xeb\x8f\x21\x7c\x15\xe9\xd3\xbe\xfe\x3e\xc2\xfb\xe2\x26\x4d\xa1\xa8\xd5\xa9\xeb\x3e\x31\x00\x51\xe4\xe2\x59\xbb\x4f\xfc\xfe\xba\xc1\x49\x2a\x2f\x8d\x9c\x84\x22\x23\xdd\xf7\x89\xdc\xde\x60\x08\xb5\x7a\x0e\x6d\x32\x84\x3d\x08\x79\x3e\x6e\x36\x9b\x8d\xd6\x51\x9b\xe7\xd0\x46\xff\xb8\x44\x6e\x91\xab\x10\xbe\x48\xe4\xda\x9c\x05\x6d\x26\xf2\x46\x3e\xd6\xfe\x37\x8f\x85\xfe\xff\x3f\x9f\xaf\xb7\x6f\x7f\x25\x34\xbf\xbe\xbd\xd9\xf3\x3b\xfe\x26\x09\x7f\x0b\x74\x2c\xdb\x4f\xcf\xf6\xed\xef\x9b\x5e\x5f\x5e\x7d\x17\xfe\xf7\xdf\x01\x00\x00\xff\xff\x47\xc0\xc3\x30\x0b\x25\x00\x00"); -func _beeb ()(*asset ,error ){_abfc ,_dgbb :=_fdga ();if _dgbb !=nil {return nil ,_dgbb ;};_gbgd :=bindataFileInfo {_dae :"UniGB-UTF16-V",_fb :723,_ae :_be .FileMode (436),_g :_a .Unix (1580492760,0)};_acgf :=&asset {_dd :_abfc ,_ef :_gbgd };return _acgf ,nil ; -};var _aecc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x26\xc7\x71\xc7\xef\xcf\xa7\x78\x2e\x9d\x0b\x67\xa7\x5f\xab\x0b\xc4\x01\x23\x45\x44\x0e\x8e\x83\x15\x27\x81\x90\x8b\x79\xa9\x11\x0b\xd1\xd9\x65\x77\x75\xe1\x6f\x1f\xea\xf7\x7f\xa4\xc4\x49\x40\x06\x53\xda\xff\x53\xdd\x53\x5d\x5d\xef\x33\xe7\xdd\xd7\xdf\x7d\xf3\xdd\xdb\xfb\x2f\x8f\x77\xff\xf4\xe9\xc3\xf9\x7d\x7c\x79\xdc\xef\xdf\xae\x4f\xf1\xf9\xc3\x4f\x9f\xce\x78\x1c\xf1\xc3\xfb\xb7\x97\x97\x52\x1f\xd7\xfb\xf3\xcb\xcf\xff\x84\x9c\x3f\xee\x1f\x5f\x5e\x72\xfd\xf7\x7f\xf9\xfc\x25\x7e\xfc\xee\xed\xfe\xf0\x68\xe2\xbb\x7e\xfa\xf8\xe4\x7d\x3c\xde\xfd\x29\x7e\x78\xff\xf9\xcb\xa7\xbf\x3c\x7e\xf3\xbb\xeb\xc3\x11\x7f\xf3\xb8\xe2\x4e\xfc\x8f\x9f\xae\xf8\xf4\xfe\xed\x87\xc7\x6f\x7e\xbf\x7f\xdc\xdf\xca\x2f\x3f\x7c\xff\xd3\xc7\x8f\xff\x19\x3f\xc6\xdb\x97\x47\x01\x8b\xb7\x0b\xfa\xf2\xee\xeb\x3f\xec\x1f\xff\x71\xff\x31\x1e\xef\x7e\x77\x5d\xbf\xfd\xd3\x3f\x7c\xff\xfb\xdf\xfe\x3d\x3f\xf1\xcb\xbf\xc4\xa7\xcf\xef\x3f\xbc\x3d\xca\xf6\xb7\xdb\x36\xff\x1b\xff\xe7\xbf\x7c\x8c\xe7\x56\x2f\xef\xfe\xfc\xdd\x37\x7f\xbc\xef\xcf\xf1\xe5\x51\xfa\x26\x9e\x7f\xfb\xf3\x77\xdf\x3c\xfe\xbd\x3c\xca\xf6\xa8\xa3\xd5\xf9\x1f\x4f\xd6\x7f\xfd\xc3\x87\x2b\x1e\x62\x7a\xe9\x3a\xd1\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\xd5\xb6\xbd\x3e\x1e\x8f\xaf\xd6\xf6\x9a\xff\x5a\xa5\x6f\xaf\x8f\xaf\xfc\xdb\x6f\xbf\xe6\xdf\xbf\xd3\xaf\xdf\x7c\xcb\xbf\xfe\x6e\xe3\xd7\x6f\xbf\xce\x5f\xe3\xed\xfa\x5f\xbb\xbd\x14\x3d\xe4\xed\xc3\x97\x2b\x6e\x61\xec\xff\x55\xb9\x5f\x1f\xb5\x95\x5c\xf3\x3f\x7f\x7c\x29\xdb\xf6\x94\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\x8f\x7d\x3c\x58\xf4\xb3\x50\xab\x00\xcf\xd6\x12\x5a\x82\xf6\x33\x21\x9f\x09\x1d\x0b\xe8\xb8\x5f\x1f\x0f\xeb\x2c\x3c\x05\x9d\x01\xe4\x09\x5d\x3b\x50\xac\x84\x06\x0b\x6f\xed\x75\x5b\x42\xc6\xc2\xfb\x14\x74\x02\xe5\xc2\xda\xef\x84\xea\x60\xe1\xda\x12\x9a\x2c\xac\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xe4\xf6\xd5\xb5\xf0\x2e\x09\xf5\x9a\xd0\x5d\x05\xf5\xd7\x87\xf9\x58\x2f\x5f\xad\xa6\x33\x36\xce\xe8\x75\x24\xa4\x33\x36\x9f\x09\x2d\xb8\xb4\x57\x3b\xe6\xeb\xa3\x6c\x25\x45\x6d\x87\xa0\x0b\xa8\xe5\xc2\xae\xbd\x7a\x8a\x57\xb6\x91\xd2\x77\x13\x94\xdb\x97\xcd\x53\x88\xae\xed\xbb\x97\xd7\x47\x29\x9b\x25\xa4\xed\x21\xd6\x39\x76\xdf\xc5\x95\xc4\xfa\x2a\x40\x45\x50\x49\xc8\x05\x55\x41\x15\x08\x21\xf6\x26\xa8\xbd\x3e\x6c\x6c\x0d\xa8\x0b\xea\x70\x69\xfb\x21\x68\xc0\x85\x10\xfb\x14\x34\x13\xaa\x5a\x68\x82\x2c\xa1\xa2\xed\x97\xa0\x95\x50\x93\x10\x2e\xc8\x81\xb4\xfd\x2e\x68\x47\xfa\x0d\xe8\x10\x74\x00\xa1\x89\xfd\x14\x74\x22\x57\x07\xba\x04\x5d\x40\x0b\x28\x04\x05\xa2\x4e\x20\xe9\x2b\x89\x8d\x8d\xbd\x0e\xe9\x2b\x89\x8d\xc2\x5e\x87\xf4\x95\xc4\x46\x43\x88\x43\xfa\x4a\x62\xa3\x6a\xa1\xf4\x75\xa0\xaf\xc6\x13\x0f\xe9\x2b\x89\x8d\xa1\xbd\xa4\xaf\x03\x7d\x61\x00\xfd\x90\xbe\x0e\xe9\x0b\xb9\x0e\xe9\xeb\x90\xbe\xd0\x84\xbc\x03\x62\xa3\x69\x2f\xe9\xeb\x40\x5f\x5d\x42\x48\x5f\x49\x6c\x6c\x12\x42\xfa\x4a\x62\xa3\x72\x43\x87\xf4\x95\xc4\x46\xd1\x13\xa5\xaf\x24\x36\x64\x85\x87\xf4\x75\xa0\xaf\x9e\xd0\x92\x7d\x41\x4a\xc1\xc8\x97\xec\x0b\x62\xf2\xed\x25\xfb\x5a\xbb\xb8\xf2\x89\x4b\x5a\x85\x98\xcf\x02\x24\xae\x3c\x50\x29\x9d\x85\x3a\x10\xc4\x26\x67\x5c\x3a\xd0\x8a\x23\xb9\x46\x9e\x71\xc5\x29\xe8\x84\x0b\x21\xe2\x12\x94\xde\x51\xb1\xd5\x15\x12\x35\x89\xf9\x64\xa1\xe2\x04\xa4\x54\x0c\x60\xdd\x12\x22\x89\xcd\x26\xa8\x0a\x72\xb8\x16\x90\x84\x48\x62\xb3\x71\xa0\xfb\x10\x74\x26\x57\x49\xc8\xe5\xb5\xde\x17\x90\x03\xb9\x20\x1d\x68\x01\xb1\x97\x8f\xf4\xda\x5a\xe1\x1a\x55\x50\x45\xd4\x06\xd4\x04\xb5\xe4\xd2\xc2\xd1\x05\x75\xf6\xd2\xc2\x21\xc8\x92\xab\x6f\x40\x4b\xd0\x62\xaf\x0e\x24\x21\xc6\x01\x97\xa0\x53\x10\x2a\xc4\x72\x7c\xa0\x42\x27\xe6\xd4\xce\x13\x67\x11\x84\x72\xb8\x21\x9f\x12\x95\x30\x54\x07\x90\xc2\x90\xaf\x3d\x21\xfc\xd1\xd7\x21\xe8\x60\x21\x4f\x5c\x7a\x62\xc6\x89\x52\x71\x51\x57\x9c\x80\xd8\xc4\xbe\x5c\x71\x02\x52\x5a\x2d\x40\x3a\x10\x71\x62\xf6\x09\xa4\x03\x5d\x17\x5c\x08\x71\x85\xa0\x80\x8b\xeb\xb8\x30\x00\x8f\x9e\x5c\x06\x14\xd2\x57\x12\xf3\xc9\x13\x43\x42\xdc\x3c\x71\x21\xd7\xad\x27\xde\x7a\x22\x9a\xb8\xf5\x44\x6e\xbb\x63\x5f\xbb\x6e\x1b\x52\x3a\x81\x6f\xef\x45\x10\xfa\x1a\x1b\x10\xfa\xda\xd1\x57\xdf\xf2\xd2\x76\xe9\x6b\x47\x5f\xdd\xe0\x92\xbe\x76\xe9\x0b\x23\xdf\xa5\xaf\xdd\x6b\x72\xa1\xd5\xdd\x9b\xa0\x06\x57\x23\x83\xff\x9c\x77\xff\xbf\x54\xbc\x76\xef\x5a\x91\xa6\xdc\xc9\x6f\xbb\xef\x82\x30\x65\x42\xd2\xee\x7a\x7a\xe6\xa1\xd2\x9d\x93\x9c\x92\xf1\xc4\xa9\xc7\x00\xd2\xe1\xce\x14\x5b\x01\x62\x3f\xb5\xf0\x94\xd8\x13\x48\x62\x47\x8a\x3d\xb8\xad\x3d\x24\x76\x48\x6c\xb6\x0f\xc9\x85\x3a\x07\x2a\x38\xa4\xce\x23\x3d\xa5\x0c\x12\xd0\x21\x4f\x81\xd8\x24\xc9\x1e\x9d\x27\x1e\x23\xd5\x39\xf1\xe0\x63\xdc\x82\x6e\xb8\x52\xc3\x87\xd2\xfa\x81\xd2\x27\xf1\xe7\x90\xd2\x8f\xcc\xee\xe5\xb9\xd7\xaa\x82\xe4\x75\xec\xb5\x9a\xa0\x34\x86\x49\x94\x3a\xd6\x12\x24\x7f\xd2\x5e\x18\xc3\x41\x10\x9c\x82\x14\x04\x0f\x05\xc1\xc9\x81\x14\x04\x0f\x4c\x79\x92\x64\x0f\x99\xf2\x21\x53\xd6\xf6\x32\xe5\x03\xdd\x4f\x32\xea\x21\xdd\x43\xcc\x27\xa2\x4a\xf7\x47\x2a\xb7\x18\x06\x7f\x9c\x97\xa0\x8b\xbd\x2a\x10\x3e\x70\x44\xde\x90\x11\xcb\x8e\x90\xbe\x82\x1b\x22\xb2\x1c\x8a\x9e\x47\x46\xbc\x62\x3a\xb6\x22\x1e\xc4\x26\x31\xe3\xb8\xa5\x89\xf4\x81\x62\xc6\x42\xf9\x00\xc4\x26\xce\x73\x28\x2e\x42\x8a\x4a\xaa\x43\x71\x11\x62\xf3\xb9\xfd\xf3\x89\x48\x8f\x29\x9f\xba\xed\x33\xe3\x57\xb1\x95\xdb\x9f\x63\x0a\x22\x1a\x70\xec\x73\x10\x0d\xce\x2c\x7d\xca\xe2\xb6\x4f\x2b\x82\x70\x31\x4a\xbd\xd3\xaa\xa0\xbc\xed\x45\x02\x3a\x75\xdb\xa7\xb3\x10\x2b\x3c\x5d\x0b\x5d\x0b\x3b\x90\x16\x7a\xca\xb5\xa6\xa0\x4b\xd0\x85\xee\x1d\x28\x04\x11\x59\x4c\x7b\x61\x72\x67\x26\xb0\xb2\x88\x2c\xa7\xea\x01\x88\xcd\x27\xd4\x04\x21\x97\x0b\x7a\x2e\xc4\x56\x8d\x33\xea\xb6\x4f\x94\xe3\x25\x55\x78\x49\x39\x17\xae\xe0\x9c\xf1\x92\x2b\x5c\x72\x05\xea\xba\x4b\xae\x70\x71\x6c\x47\xab\x97\x8e\x7d\x65\xe8\xa8\x1b\xe9\xf3\x5a\x97\x20\xcc\xe4\xc9\xc5\x81\xae\x0c\x23\x75\x23\xbc\x5d\x8a\x13\x10\x9b\x5c\xc7\xe5\x43\xd0\x4a\x2e\x22\xc0\xe5\x2e\x08\x03\x20\x54\x5e\x8a\x26\xd7\xb5\x25\x17\x76\x7f\x5d\x45\x10\x8a\x5e\x2c\xbc\x50\xce\x95\x5e\x5f\x0b\xe5\xc6\xa5\x48\x0c\xb1\xb9\x04\x61\x00\x57\x1a\x66\x2d\x98\xef\x25\xc3\xbc\x64\x98\xcb\x80\x9a\xa0\x3c\x63\xa1\x23\x08\xe9\x2b\xfa\x48\x68\x08\x9a\x82\x30\x26\x2a\xef\xe8\x26\x28\x0f\x54\x30\xcc\x50\x76\x0e\x65\xe7\xa5\x85\xbb\xa0\x1d\x2e\x41\x87\x20\x2c\x9a\x20\x1a\x1d\x8b\x8e\xb4\xcf\x5a\xb8\xa1\x50\xde\x85\x98\xdc\x3d\x94\x77\x23\x23\x53\x2d\xe8\x2b\x14\x99\x20\xe6\x04\xbe\x50\x92\x8d\xbc\xc7\x5a\x28\xec\x43\xf7\x18\x67\x1e\xa8\x52\x5c\xc6\xa9\x03\x9d\x1c\xc8\x1b\x90\x0e\x94\xfd\x50\xad\x82\x2e\x89\x7a\x91\xd6\x09\xa2\x71\x61\x00\x81\xbe\x1a\x95\xf7\x2d\x7d\xdd\x79\xec\xda\xc8\x95\xb7\x8e\x7d\xcb\xbe\x5c\x10\x7b\xdd\x59\x6e\xd4\x46\xc4\xbc\x55\x6e\x40\x6c\xba\x20\xe4\xba\x91\xbe\xa1\xaf\x5b\xd2\xdf\x99\xcc\x6a\xc7\xa2\x6f\x25\x33\x88\x29\xca\xdd\x32\xcc\x3b\xfd\xb1\x76\x42\xda\x2d\x7f\xbc\xc9\x6f\xb6\x15\x20\x0c\xf3\xce\xb6\xa4\x76\x2a\xef\x5b\x6d\x09\xc4\x8c\x54\x7c\xab\x2d\xb9\xb3\xb8\xac\x1d\x77\xbf\x55\x5c\x42\xcc\xb6\x0e\xa4\xed\x2f\xf6\xc2\x56\xef\x4b\x7b\x5d\xda\x8b\x85\x97\xf6\x4a\x15\x56\xb5\x12\xb7\x54\x08\x31\x23\xd3\xdf\x2a\x37\xee\x48\xe9\xc7\xd6\x7f\x3d\x15\xdf\xa1\xa7\x27\x31\xa3\xaa\xbc\x95\x18\x6f\xae\x66\x64\x6d\xe0\xea\xcf\x7d\xc3\x48\x49\xb2\xbe\x61\xa4\x22\x66\x4f\xae\x1d\xc8\xd2\xfc\x28\xcc\x7d\xb3\x25\x88\x34\x95\x16\xe9\x9b\x69\x21\x57\x33\xd2\xb0\x7c\x5b\xda\x3e\x89\x59\x81\x8b\x7e\xd7\xb7\x0c\x69\x75\x38\xdb\xef\xe2\xda\xc5\xd5\x80\xc4\x95\x12\xd7\xd9\x58\x48\x0e\x17\x31\x2b\x08\x81\x53\xfb\x96\x55\x78\x9d\xda\x8b\x2a\x5c\xc4\x2c\x5d\xdf\xb7\x5b\xdb\xdf\xf3\xf5\x51\x2d\xed\xc3\xb7\xac\xbe\x9e\xc4\xac\x2c\x20\x1d\xe8\xd6\x81\x90\xfe\xd6\x81\x92\x54\x2b\x6c\x7f\x4b\x13\x64\x1b\x37\x44\x25\xdb\x88\x54\x4b\xe7\xf1\xe7\x4c\xa4\x10\x20\x48\x9f\x5e\x08\x10\x22\x66\x75\x03\x42\x88\x82\x53\x5b\x03\xc2\xa9\x45\xcc\xb2\x1c\xf5\x82\x53\x7b\x99\xe9\x75\x96\xd1\xd3\xcb\x3c\x04\x1d\x70\xf1\xc4\x79\x0a\xba\x92\x2b\x4b\x04\x2f\x33\x04\x05\x5c\x08\x31\x51\x4e\x31\xb8\x8c\x27\x9a\xb8\x4c\x5c\x3d\x21\x5d\x5a\xc9\x0a\xa4\x5a\x86\x4a\x2f\x4b\x42\x2c\x6c\x22\xdb\x30\x2f\x0b\x4d\x94\x6c\x35\xab\x39\x5c\xb4\x9a\x22\xe6\x06\xd7\xa1\x63\x67\x53\x55\x57\xe7\x89\x87\xa4\x3f\x24\xbd\x16\x4a\xfa\x53\x5c\x40\xa7\xb8\x4e\x71\x71\xa0\x53\x5c\x57\x5e\xc7\x9a\x1c\xfb\x92\x10\x49\xcc\x2a\xca\xb9\xb4\x30\xd2\x37\xc9\x95\x5e\xa2\x08\xc2\x37\xb3\x03\xf2\x82\x77\x78\xc9\xda\xa4\xae\xc5\xb1\x69\xe9\x44\xec\x79\x1d\x21\xe5\xdc\xc8\xa5\x33\xde\xda\x1e\x03\xb0\x86\x56\x65\x00\x90\x4a\x46\xf5\x2a\x03\xa8\x18\x80\x63\xf7\x55\x06\x50\x65\x00\x99\x2b\xbd\xca\x00\x20\xd5\xb1\xc2\xda\x97\x20\x0c\x00\x7f\xac\xf2\xc7\x9a\xe1\xb1\x7a\xd5\xf6\xa7\x20\x89\x6a\x40\x88\x5a\x87\xb8\x58\x38\xc4\x45\xcf\x65\xd9\xbf\x79\xa5\xe7\xf2\x8a\x8b\x3a\xd7\x51\x75\xdb\x75\xa5\x3f\xba\x21\x97\x0b\x72\xfc\x51\x5c\x54\x33\x5e\x33\x3c\x56\x77\x0e\x44\xc2\x16\x31\xa6\x67\x5e\x5d\x67\x74\x84\x40\x5f\xd5\x25\x84\x23\x44\x36\x7e\x5e\x5d\x42\xa4\x4d\xb4\x2d\x03\xaa\x57\xd9\x44\x95\x4d\x74\x41\x5a\x98\x39\xa9\x6d\xd2\xd7\xa9\xed\xc9\x49\xd6\x05\x49\x85\x49\xda\x46\x64\xaa\xa7\x54\x78\xa2\xc2\x27\x24\x15\xa6\x01\xb5\xad\xa3\xaf\x53\x42\x50\xce\xda\x13\x92\x0a\x6f\xb8\xb2\x29\x72\xcd\xd8\x44\xda\x46\x80\x69\xf4\x5c\x22\x26\x7f\x6c\xf4\x5c\xde\xf2\xb6\x5b\xc9\x3c\xe2\x4d\xb7\xdd\x74\xdb\x5d\x0b\x4d\xd0\x09\xd7\x04\xba\x04\x21\x44\xf6\x6f\xde\x74\x8f\x2d\xb3\x60\x2b\xc4\xc2\x46\x16\x14\x31\x1b\x6c\x3f\xb4\x7d\x5e\x67\x2b\x55\xd0\x73\x21\x8e\x2c\xe9\xe9\x54\xbc\xcd\x99\x5c\x58\x74\x9b\x12\x62\x12\xf8\x06\xdb\xcf\x25\xc8\xe1\x42\xd4\xb9\x0b\xc2\xad\xb2\x67\xf3\xa6\x98\xd3\x32\x82\xb4\xc2\x3d\x36\x93\x72\x4c\xb5\x05\x07\x32\x29\x87\x6a\x99\x59\xa9\x37\x93\x72\xd2\xe4\x5a\x91\x26\x64\x72\x2d\x9b\x9f\x56\x70\xe4\xb6\xba\x20\x82\x7b\xf6\x6c\xde\x96\x8e\xed\x06\x17\x90\x4b\x54\xe7\x6a\x07\xba\xa7\x46\x74\x66\x9a\xad\x2c\xb8\x4e\x6d\x4f\x3f\x63\x93\x63\x9f\x92\x2b\x6b\xc4\x56\x89\x26\xed\x92\x5c\x17\xf9\x71\xa2\x42\xb2\xb3\xb7\x6b\x25\x17\x96\xd3\x2e\x6d\x7f\x11\xf8\x26\xfa\x52\xcc\x69\x99\x9a\x5a\x1d\xf5\x57\x53\xb1\x37\x65\xae\x46\xed\x49\x07\xe4\x2d\x74\x81\x91\x87\xab\x13\x0d\x87\x0e\x17\x1c\x6e\x72\xb8\xd0\xd3\x6f\x1e\x25\x15\xdc\xda\x8b\x41\xf0\x22\x4d\xb5\x5b\x8a\xc2\x6e\x6b\xd6\xea\xae\x79\xae\xf7\xce\xf6\x68\xa5\x2b\xb2\x74\x45\x96\x29\x2e\x17\xe4\x5c\xa0\xb8\x38\x5c\x1f\x2c\x74\x20\xe5\xa4\xae\x9c\x44\xd2\xe8\xca\x49\xdd\xd2\xe0\x5b\x49\x21\xba\x4d\x41\x18\x3c\xf5\x40\x37\x13\x94\x37\xdf\x30\x19\x4d\x90\xbd\xaf\xb4\xc8\x86\xc1\xf7\x25\xae\x85\x45\x9a\xb8\xf4\xc4\x24\x8d\x4a\xd0\xbb\x12\x50\x57\x02\x22\xef\x76\x25\xa0\x9e\x35\x5e\x6b\x53\x7b\x5d\x82\xf0\x27\x62\x59\xa7\xf9\x70\x46\xcf\xad\xa1\x68\x8d\x9e\x45\xcc\x48\x53\x1a\x3d\x3b\x23\xde\xd6\x96\xa0\x53\x10\x81\x0b\xeb\xd6\x88\x57\xa4\x35\x17\xd7\x73\x7b\xbc\x4e\x2a\x64\xc4\xeb\x0c\x36\x5b\x93\x0a\x0f\x71\x31\xd8\x74\xe3\x40\x87\xb8\xb0\xc8\x8e\x9f\x77\x59\x64\x97\x45\x8a\x4b\x16\xd9\xb3\x1f\x69\x9d\x6c\xd3\xef\x27\x44\x09\xb9\x38\xb6\x6c\xa2\x63\x00\x1d\xfb\x1a\x32\x00\x48\xeb\x9c\x71\x28\x70\x8d\xce\xf6\xab\x00\x35\x41\x17\x5c\x0b\x28\x04\x71\xa0\xec\xcc\x7c\xf0\x1e\xc3\xc7\x60\xaf\xec\x47\x7c\x0c\xed\x35\xf0\x73\xd2\xe7\x60\xa6\xe8\x63\x34\xb8\x58\xc8\x00\x51\xc4\x0c\xad\x0e\xc5\xb2\x91\x51\xaa\x75\x32\xc4\x18\xcf\xed\xa9\xd8\x28\x37\xc6\x94\xf4\x59\xd4\x34\x66\xfc\x3e\xe6\x25\x88\xab\x5d\x82\x24\x2a\xf6\x35\x08\x82\x43\xf6\x35\xd2\xf5\x1b\x23\x71\x1f\x72\x7d\x88\x59\xf6\x5c\x3e\x4e\x89\x9a\xe5\x46\x9b\x1b\xd2\xab\xdc\x18\x2a\x37\x74\x46\x95\x1b\x23\x5b\xcd\x36\x0b\x5c\x97\xf6\xa2\xd5\x74\x3c\x6d\xe8\xd2\xc6\x95\x0e\x33\xc9\xce\xe3\x5a\x82\x70\x18\x72\xe5\x50\x18\x19\x59\x82\x36\x06\x44\x3e\x54\x82\x0e\x95\xa0\x54\xcb\x43\x25\xe8\xe0\x1e\x99\x19\xf9\xd4\x3d\x4e\x1c\x99\x79\x8a\x4f\x39\xf2\x94\x23\x67\xc3\xe0\x53\x8e\x3c\x09\xe1\x13\x1f\x9a\x0a\xe1\x53\x21\x1c\x5b\x9d\x0a\xe1\x13\x7d\xd1\x7c\xf8\x94\xbe\x66\x26\xff\xa6\x5a\x6c\x2a\xf9\x4f\x25\x7f\x17\x54\x04\xa5\x10\xca\xce\x53\x91\x18\x62\x8e\x15\x4e\x45\xe2\x89\x56\x95\xa6\xa6\xb4\x3a\x9f\x5a\x35\x20\xb4\x3a\xaf\xd4\xc4\xda\x10\xf5\x32\x41\xd2\x04\xc7\x96\x0a\x67\x36\x45\x6d\xa1\xfb\x49\x53\x24\x62\x46\x2a\x9e\x34\x45\x3e\xaf\x94\x7e\xa1\xfb\x19\x92\x3e\x89\xad\x4d\x90\xa4\x4f\x45\xb7\x45\x1d\x3c\xa5\x68\x88\x2d\x12\xf6\x54\xad\x0f\x69\x8b\x7a\x60\xaa\xd6\x87\xd8\x53\x54\x55\x7f\x93\x1b\x5a\x24\x33\xd3\x0d\x19\xde\xb1\x38\xb6\xc9\x3b\x20\xb6\xb0\x2f\x93\x77\x58\x9a\x6c\x5b\x44\x5f\x53\x31\x0e\xb1\xb5\xe5\x0d\x99\x32\xaa\x65\xca\x6c\x8b\x33\x9a\x35\x41\x0d\xae\x09\xd4\x05\xe5\x5e\x4e\xfd\x64\xba\x47\x23\x62\x3a\xfa\x32\x45\x4c\x88\x2d\x7c\xc8\x14\x31\x0d\x4d\x38\xb5\xbe\x49\x13\x76\x8b\x8b\x27\xde\x4f\xae\x9d\xab\xe5\x40\x3a\xb6\xe5\xb1\xfb\x46\xbd\xb9\x74\x6c\x88\x2d\x2a\xdc\xa5\x00\xb3\x32\x5c\xf4\x8d\xb2\x71\x0d\x71\x0d\x71\x55\x20\x71\x65\x86\xe9\x1b\x25\xc2\x52\x86\x81\xd8\x22\x16\x2e\x65\x98\x95\x9a\xe8\x1b\x61\x5b\xaf\x82\x7c\x49\x08\x5c\x54\x2f\x40\x44\x7a\x59\xbf\xde\x15\xbb\x4b\x46\x88\x31\xc4\x72\x57\xf5\xc6\xdb\x8a\x5e\x88\x3f\x7a\x5b\x21\x62\x32\x3f\xbd\xad\x70\x4f\x1f\xea\x15\x19\x5d\x3d\x17\xc4\x56\x31\x20\x71\xe5\xd5\x74\xde\xb5\xb8\xde\x56\xb8\x67\x53\xd4\x2b\x86\xe5\x6a\x8a\x20\xe6\xc4\x58\xe7\xfd\x9b\x33\xef\xef\x0d\x5b\xd3\xbc\xdf\xf7\x8c\xc4\xbd\x99\xa0\x5b\x10\x26\x43\xc3\xb0\x4b\xc3\x7b\xea\xae\xb7\x25\xc8\x05\x71\xa7\xb4\xad\xfb\xe0\x4e\xf7\xac\x04\x7b\xc3\xc5\x76\x55\x82\x10\x73\x42\xf8\xae\x4a\x70\xb7\x14\xa2\x73\x5b\xbb\x5d\x82\xd2\xeb\x16\x31\x76\x57\xc7\x08\xe9\x9d\xc2\x5c\x6f\x18\x9c\x37\x0c\xbd\xd3\xb5\xe8\x0d\x83\x88\x2d\x7a\x54\xbd\x61\x10\x31\x5f\xe2\xd2\xf6\x19\x9c\x7b\xa7\x98\xde\x15\x9c\x21\x26\x77\xdd\xcf\x26\xa8\xb1\x70\x02\xe1\x03\x7b\x16\x48\x9d\x77\xc5\xbe\x87\xce\x18\xb2\x5b\x03\x92\x10\x68\x95\xf7\x95\xae\xb1\xbf\x1f\xdc\xf6\xa0\x6a\x38\x74\xdb\x87\x6e\x1b\xb7\x38\x74\xdb\x0c\xf4\xfb\x20\x69\x68\xa0\xef\x4c\xef\xfb\x44\x2e\x4d\xef\x45\x6c\xd1\x73\x1d\xaa\x63\x8f\x0c\x95\x5d\x81\xfe\x50\xa8\x3c\x9e\xa1\x72\x01\xb9\xa0\xf4\x14\x5e\xf8\xb8\x06\xfa\x22\xb6\x88\xc4\x1a\xe8\x3b\xc3\xee\xce\xdb\x0e\xd7\xb0\xdb\x99\x6c\x9b\x23\x97\x26\xdb\xce\x34\xba\xab\x1f\xd1\x34\xda\xcf\x5c\xdf\xe5\x9b\xa7\x6a\x1e\x88\x2d\x1a\xe5\x53\x35\x0f\x83\xe0\xae\xa6\x5b\x83\x60\xbf\xb2\x6b\xe9\xde\x04\x99\x20\xcc\x84\x64\x76\x29\x01\x31\x08\xee\x4e\x1b\xa6\x41\xb0\x88\x2d\xec\xfe\xd2\x9c\xe7\x4a\x03\x18\x1b\x91\xf8\x92\x01\x40\x6c\x35\x41\x28\xfa\x4a\x57\x18\x1b\x26\x77\xc9\x15\x20\xb6\x18\xfd\x5c\x87\x9e\x98\x81\x6b\x30\x1b\xf6\xeb\x7e\x42\x68\x95\xf4\x79\x29\x84\x33\xa9\x1d\x85\x74\xa0\x49\xad\xc7\x6c\x40\x29\x6a\xcc\x2e\x88\x02\x9a\x92\x2a\x26\x45\x09\x13\xd1\x51\x68\x05\x34\x11\xf5\x48\x8b\x1e\x6a\x2b\x42\x16\x1d\xb2\x68\x8c\x3c\x74\xa0\xd0\x13\x89\xd7\x9a\x75\x3a\xf3\xc9\xa1\xd2\x58\xf3\x49\x91\xd1\xa8\xc5\x6e\x29\x07\x62\x4e\xb1\x74\xf3\x76\xc8\xef\x6c\x48\x07\x6f\x0f\xfd\x56\x43\x0a\xb1\xd5\x04\x11\x01\x18\x20\x8e\x4e\x67\xa6\x01\xa2\x88\xb9\x0b\xe2\x40\xf7\x0d\x17\x46\x7e\xab\x46\xbc\xf5\x01\x09\xf5\xc0\x7d\x3f\xb9\x52\xfa\x9e\x2a\xc4\x06\x33\x9b\xf2\xbf\x96\x56\x18\x9a\x10\x06\x53\xbd\x31\xf2\x1e\x43\x53\xbd\xd8\xbc\x26\x94\x45\x49\x6c\xbc\x2a\x14\xb1\x95\x85\x57\x6c\x8c\x52\x63\x4b\x33\x1b\x63\xc1\xb5\x3f\x21\xe9\xde\x81\x06\x50\x66\xfa\x31\xb5\x3d\x99\x5e\xc4\x98\x19\xc5\x46\xa6\x0f\x66\x6c\x83\x57\x7a\xa1\x19\x5b\x94\x2c\x7d\x06\x13\xf7\x28\x34\x2f\x22\xb6\x7a\x01\x3a\x80\x90\x9e\x09\x61\x68\xbc\x15\x8c\x7e\x06\x75\x4a\x68\xf4\x23\x62\x2b\x1b\xbf\xd0\xe8\x27\x18\xea\x8c\x95\x36\x11\x1a\xea\x44\xcd\x28\x39\x56\x76\x04\x51\xb3\xe2\x7a\x12\xc3\x87\xa2\x52\x78\x45\xcd\xcc\x35\x18\xea\x44\x25\x87\x8b\x18\xb5\x45\x54\x72\x78\xd4\x6c\x91\x86\x57\x71\x2d\x41\xb2\x68\xf6\x32\x6d\x8f\xf4\x9e\xb6\x1a\x1a\xd7\x44\xc5\x61\x1c\x15\x56\x1c\x46\xc4\x56\x67\xaf\x43\x7b\x65\x0f\x32\xb8\xed\xa8\xf4\x20\x22\xe6\x8e\x10\xf4\x20\x51\xb3\x40\x9a\x5b\x26\x9d\xa8\xcc\xc5\x44\x8c\x02\x27\x6a\x48\xfa\x8c\xa5\x73\xe3\x6a\x2b\xaf\xf4\x44\x6c\x65\x1b\x17\x55\x2a\x64\x78\x32\xb7\xbe\x7e\x35\x15\x87\x66\x2b\xd1\xb2\x10\x98\xa4\xf8\x68\x14\x02\x22\x46\x2d\x15\x8d\x64\x26\x32\xb7\x8c\x78\xd1\x48\x66\x22\xb6\x46\x05\xe2\x9a\x5b\x3a\xf5\xdc\x9c\x85\x38\xb5\x88\xad\xd1\x80\x26\x50\xaa\x73\x16\xce\xab\x51\x44\xb4\x73\x26\x94\xf1\x3a\x1a\x23\x25\x11\xf3\xcc\x95\xd1\x4e\xc9\xc5\xe1\xf0\xf3\x50\x87\x1d\x34\xb7\xb3\x22\x84\x9a\xdb\xe8\x99\x0e\x26\x6f\x3e\xa2\x93\x0e\x44\x6c\x0d\x41\x43\xd0\x4a\xae\x8c\x52\xa1\xe6\x56\xc4\x56\x06\xfa\x50\x73\x1b\x7c\x6a\x35\x5b\x65\x21\x6f\x2b\x44\x6c\xe1\x03\x5d\x5e\xc7\x27\x3a\xb3\x65\x2a\x0e\x7d\xa2\x23\x62\x6b\x20\xea\xa1\xbd\xb2\x30\x9f\x2d\x7b\xe7\xe8\x14\xe6\x22\xe6\x3a\x10\x85\x79\xd0\x44\xce\x86\x0a\xd5\x44\x06\x0d\xd6\xec\x38\xa2\x1a\xac\x18\x7e\xbd\x3e\x26\x79\x37\x06\xef\x2b\x45\x16\x81\x3e\x06\xa5\x5a\x8c\x14\x62\xf2\xe9\x50\x0c\x09\x31\x8e\x03\x2e\xb6\x67\xc2\x17\x23\xad\x68\x2a\x8c\x0c\x59\xd1\x90\x23\x62\x13\x43\x8e\x48\x53\x34\x67\x16\x5e\xa1\xa6\x28\x66\x96\x3e\x73\xe2\x3c\x93\xaa\x52\xc4\xd6\x1c\x40\xe8\x8b\x76\x67\xf2\x1d\x47\xa8\xdd\x89\x99\x57\x30\x79\x67\x16\x73\x4d\x41\x93\x85\xe2\xc2\x00\x66\x4c\xb8\xd8\x3e\x9e\x10\x2e\x36\x05\x61\x13\xb4\x02\x93\x06\x2b\xd4\x0a\x84\x65\x41\x38\xf9\x94\x2f\x8c\x82\x50\xc4\x96\x6d\x40\x1c\x88\xf2\x7d\x32\xc6\x0e\x95\xef\x61\x7b\x3e\x71\x65\x5f\x19\xc6\x87\x29\x22\xb6\xb8\x34\xe3\x6d\x7e\x58\x6a\x72\x7a\x81\x8b\xb9\xa9\x88\x2d\xeb\x40\x68\x95\x5a\x7d\x2a\x40\xa8\x56\x8f\xc5\x8c\x7f\xcb\x7e\x24\x96\x9e\xb8\x48\x2d\xdb\x4c\x63\x5a\xa4\x16\x11\x93\x10\xeb\x12\x17\xe5\x46\x21\x70\xa9\xe4\x0e\xcf\xc0\x65\xbc\x3d\x0c\x57\xe0\x82\x2c\xe6\xb9\xe1\x0a\x5c\xd4\xc1\x56\x09\x23\xaa\x83\xc3\xf9\xb0\xae\xe2\x0a\xce\x87\x75\x22\xb6\x16\x7b\x31\x75\x09\xc7\x7c\x2b\x86\xe9\xb2\x1c\x88\x2d\xf2\x88\xeb\xd8\x8e\xf9\xb6\xac\xcf\xc3\x65\xbe\x10\x63\xa0\x1f\xce\x88\x37\xa8\xa9\xad\xb5\xdc\x5e\x35\x75\xec\xf4\x5c\x2d\xdb\xd6\xd8\x4d\x10\x53\xcc\x95\x55\x69\xec\x4c\x31\x45\x96\xf4\xb5\x33\xc5\x0c\x8a\x5e\xe3\xbd\x60\xa8\xe8\x8d\x9d\xc9\x76\xcf\xae\x38\x76\x26\xdb\x22\xb6\xb2\x50\x8d\x5d\xde\xb1\xeb\x3b\x47\xee\x71\xa7\xf0\x8a\x3d\xb3\xe0\xaa\x88\xaa\x22\x2e\xce\x6c\x45\xd6\x96\xbd\x60\x9c\x4c\x90\x45\xd6\xb6\x2d\x20\x13\xc4\x67\xa7\x53\xd0\x12\xc4\x37\xa6\x18\xd3\xc9\x30\x40\xe4\xc1\x60\x33\x4e\xe6\xcc\xc1\xe7\x0d\x6b\xcb\x2e\x2f\x4e\x45\xcc\x73\xf0\x9e\x1e\x7f\x3c\x99\x20\x8b\xac\x8d\xc8\x74\x32\x9b\x11\xb1\x99\x4d\x64\x9c\x53\xa2\x4e\x44\xad\x2c\x9c\x4d\x10\xaf\x69\xd1\xd7\xa9\x50\x7b\xa6\xa2\xd7\x56\x81\xa4\x68\x88\x3e\x9a\x0d\x7d\x5c\x21\xb2\x98\xf1\x87\x3e\xae\x10\x79\x30\x0e\x8c\x53\xe9\xf3\xcc\x94\xb9\xf8\x5e\x35\x4e\xd3\xf6\x86\x72\x1a\x72\xc9\x0a\x21\x36\xa8\x07\x4e\x59\x21\xc4\xc6\xd2\xc2\x5d\xd0\xce\x42\x71\x49\x13\xc6\xe7\x8a\x5c\xda\x69\xa7\x20\x34\x81\x0f\xa9\xa6\x16\xb1\xe1\x28\x67\x49\xfa\x85\xf4\x1d\x51\x97\xa4\xe7\x13\x1f\x5e\x81\xc6\xb9\x24\x3d\x4d\xc2\x20\xad\x9f\xca\x0a\x90\xb5\x61\x39\xa7\xb2\x02\xc4\x06\x31\xe7\x54\x64\x82\x18\x1f\x28\xc5\xa9\xc8\x74\x2e\x3c\xad\xa3\x2f\xe5\x0e\x88\xf1\x3a\x35\x4e\xe5\x0e\x3e\x46\x59\x5b\x9f\x7f\x9d\x8a\xdb\xf8\x3f\x99\xf8\x54\xa5\x76\x66\x57\xb2\x36\x52\xe5\xe9\xcf\x3d\x78\x3f\x5f\x38\xae\x4b\x4f\x4e\x04\x27\xb3\xe8\x53\x15\x91\xc5\xd7\x18\x71\x2a\x6e\x9d\x07\x0f\x97\xf5\x1d\x52\xca\x39\x12\xd2\xc5\x2b\xc7\x9e\xbc\xb7\x1b\x04\x83\xf3\xd2\xf6\x17\xdb\x13\x9b\xcf\x4b\xd7\xc0\xdc\x7c\x18\x5c\xa1\xe3\xa6\x4f\x2f\xbe\x4a\x0e\x35\x2d\x71\x65\x85\xb0\x4a\x01\xa2\xc6\x17\xd1\xd7\xd2\x71\xd1\xdb\xc6\x35\xe1\x6a\x82\x76\x41\x9c\x11\x7b\xbf\x18\x91\xc5\x95\xe1\x7a\x95\x2e\x28\x04\xf1\x39\x0e\x51\xf7\x62\x72\x13\x57\xda\xe5\xe2\x43\xd2\xb8\x54\xcf\x41\x6c\x52\xf5\x5d\x36\x04\x2d\xb8\x04\x9d\x82\x52\x5f\x7c\x5b\x1a\xea\x9c\xe2\xca\x3b\x5b\x05\x4d\x5c\x4b\xdb\xa3\x55\x3e\x1c\x09\x75\x15\x71\x33\xb6\x58\xd9\x8e\xc4\xcd\xd8\x42\x64\x55\x82\xc1\xcd\x38\x57\x64\x55\xb2\xc1\xdd\xbb\x20\x45\x24\x07\x0a\x41\x41\xf8\xa9\x40\xb7\xa0\x9b\x85\x29\xc4\x3d\xf4\xc4\x24\xab\x12\x29\x6f\xe5\x58\xc8\xaa\x86\x10\xca\xb1\xf7\xa4\xb2\xc5\xfa\x6e\xe9\xfe\xc6\xe9\x54\xff\xde\x72\xba\x3b\x3d\x6c\xf1\xb2\x23\xf4\x35\x46\xdc\x4e\x30\x68\x9c\xd1\xb5\x7d\x1a\xe3\x2a\xeb\xaf\xdf\xab\xe4\x7f\xff\xb8\x7f\x7c\xf9\xe5\x0f\x22\xce\x9f\x3e\x7d\x8a\xb7\x2f\xfc\xf9\x05\x7f\xf4\xf0\xb8\xe2\x7e\xff\x16\xbf\xfc\x29\xc7\xc7\x0f\x1f\x73\x15\xff\xff\xaf\x00\x00\x00\xff\xff\x9a\x9d\xb4\xf4\xf6\x31\x00\x00"); -func _fegg ()(*asset ,error ){_efaf ,_fgede :=_eegf ();if _fgede !=nil {return nil ,_fgede ;};_edab :=bindataFileInfo {_dae :"KSCms-UHC-HW-H",_fb :13680,_ae :_be .FileMode (436),_g :_a .Unix (1580492566,0)};_gafc :=&asset {_dd :_efaf ,_ef :_edab };return _gafc ,nil ; -};func _egafa ()([]byte ,error ){return _c (_babg ,"UniJISX0213-UTF32-H")};var _befg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\x4f\x8b\xe3\x46\x10\xc5\xef\xfd\x29\xfa\xb8\x39\x6c\xdc\x55\xd5\x2d\xb5\x40\x0c\x04\x0f\x0b\x0e\x6c\x12\x32\xf9\x07\x21\x07\x59\x6a\x19\x41\x2c\x09\x59\x3e\xcc\xb7\x0f\x55\xcf\x9e\xc0\x1e\x06\x8f\x7e\xea\x7e\xd2\xfc\xde\x74\xf9\x70\x3c\xbd\x9e\xe6\x69\xf7\x87\x5f\xb6\xa5\x7f\x2b\xbb\x1f\xa7\x79\xd8\xca\x6d\xb9\x6f\x7d\xf1\xe7\x72\x99\x66\xe7\x88\xfd\x30\xf5\xfb\xf3\xd2\x3e\xfa\x6b\xb7\x3a\xa7\xfb\xdf\xde\x6f\x7b\xb9\x9e\xe6\x71\xf1\x82\x75\xc3\x7d\x7d\xac\xf5\xfe\xf0\x6b\xb9\x4c\xb7\x7d\x7b\xf7\x9f\x7e\x18\x96\x73\xf9\xce\x0f\x65\x54\xfe\xf3\x36\x94\x6d\x9a\x2f\xfe\xd3\x8f\xdd\xda\xcd\xf4\x71\xe3\xed\xbe\xae\xff\x96\x6b\x99\x77\x1f\x8d\x95\x79\xb0\x4f\x77\x38\x7e\xed\xd6\x9f\xba\x6b\xf1\x07\xcb\xfa\x8c\x9d\x9f\xb1\xcc\xee\xfe\x51\xb6\xdb\xb4\xcc\x9e\xbe\x0f\x21\xfd\x8f\x7f\x7b\x5f\x8b\xa7\x47\xca\x5f\xbf\x9f\x5e\xfd\xdf\xe4\x29\x78\x4e\x49\xea\x7f\x1e\xfc\xcf\xaf\xcb\x50\x7c\x78\x3e\xeb\xf4\x7a\x5c\xee\xf3\xee\x29\xc5\x88\x27\x38\xc2\x9f\xd5\x2f\x43\xb9\xad\x5d\x5f\xb6\x6e\xbe\x14\xe7\x7d\x1b\x42\x08\x2f\xbe\x95\xe3\x97\x2f\x2f\xfa\xbe\xdf\xac\x70\xd5\x73\xe7\x34\x80\x3c\x77\x84\x30\x8e\x2f\x3e\xb8\x36\x10\xae\x49\xaf\x39\x55\xae\x0d\x0c\xc2\x4a\x12\xb1\x6b\x83\x80\x88\x92\xba\xca\xae\x0d\x11\x24\x2a\xa1\xc0\xd1\xb5\x21\x01\x25\x43\x9c\x35\xbb\x02\xaa\x0c\x25\xd1\xf0\x1a\xa8\x36\x54\x37\x9a\x9e\x81\xb2\xbd\x41\x88\x1a\xdf\x00\x35\x86\x24\x68\x7c\x07\xd4\x3d\xde\x53\xe3\xcf\x40\x67\x43\x99\x34\xbe\x07\xea\x15\x49\xa8\x35\x7e\x00\x1a\x0c\x09\x6b\x7c\x01\x2a\x86\x52\xd6\xf8\x11\x68\x34\x94\x63\x70\x2d\xc1\x14\x99\xa9\x18\x9a\xca\xb5\x04\x59\x64\xb2\xa2\x24\x76\x2d\xc1\x16\x99\xad\x58\x85\xec\x5a\x82\x2e\x32\x5d\x31\x57\xd1\xb5\x04\x5f\x14\x1f\x4e\x35\x1e\xbe\xc8\x7c\x25\xa9\x35\x1e\xbe\xc8\x7c\xa5\x4a\x34\x1e\xbe\xc8\x7c\xa5\x9c\x35\x1e\xbe\xc8\x7c\x55\x14\x35\x1e\xbe\xc8\x7c\x55\x31\x68\x3c\x7c\x91\xf9\xaa\x2a\x2d\x96\xe0\x8b\xcc\x57\xd5\x68\xb3\x04\x5f\x64\xbe\x6a\xd2\x6a\x09\xbe\xc8\x7c\xd5\x51\xab\x25\xf8\xa2\xf2\xe8\x5f\xe3\xe1\x8b\xcc\x57\xdd\x68\xb5\x0c\x5f\x6c\xbe\x32\x69\xb5\x0c\x5f\x6c\xbe\x72\xd4\x6a\x19\xbe\xd8\x7c\xe5\x5a\xab\x65\xf8\x62\xf3\x95\x1b\xad\x96\xe1\x8b\xcd\x57\xc3\x5a\x2d\xc3\x17\x9b\xaf\x26\x6a\xb5\x0c\x5f\x6c\xbe\x9a\x5a\xab\x65\xf8\x62\xf3\xd5\x34\x5a\x2d\xc3\x17\xe7\xe7\xff\xaa\xe6\x43\x18\x37\x60\x51\xcb\x65\x18\xe3\x0e\xac\xd6\x76\x19\xca\xd8\x94\x69\xfb\xfa\x08\x38\xe3\x1e\x8c\xb5\x5f\x86\x34\x1e\xc0\x92\x16\xcc\xb0\xc6\x05\xac\xd6\x86\x19\xda\x78\xc4\x21\x09\x5a\xb1\x3c\xce\x70\x00\x63\xed\x58\x20\x4e\x08\x2c\x69\xc9\x02\x73\xc2\xcf\x03\x16\x5c\x2b\x50\x27\xa6\x8e\x24\x68\xcd\x02\x77\x82\xb3\x29\xa2\x3d\x0b\xe4\x09\x0e\xa7\x24\x2d\x5a\x60\x4f\x70\x3a\x25\x6b\xd3\x02\x7d\x82\xe3\x19\x83\x56\x2d\xf0\x27\xf0\x17\x45\xbb\x16\xf8\x13\xf8\x8b\x49\xcb\x16\xf8\x13\xf8\x8b\x59\xdb\x16\xf8\x13\xf8\x4b\xa4\x75\x0b\xfc\x49\x9f\x04\x53\x21\xd8\xe4\x7a\x4e\x28\xfd\x5d\x67\xfc\xc7\xcc\xed\xef\xdb\x56\xe6\xdd\x26\xbc\x0d\x55\x9d\x89\xd3\x5c\x3e\xbe\x2d\xd6\x65\xd5\x5d\xf6\xf3\x5f\x00\x00\x00\xff\xff\x3e\x48\x0b\x81\x59\x06\x00\x00"); -var _cgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x63\xb7\x11\xbc\xeb\x57\xf0\xe8\x1c\x9c\x79\xfc\x66\x03\x03\x01\xc6\x4e\x06\x19\x07\x8e\x03\x6f\x9c\x04\x08\x72\x78\x24\xfb\x2d\x04\x64\x24\x41\xa3\x0d\xb0\xff\x3e\xe8\x2a\xcd\xca\x59\xc4\x80\x4d\x4f\xa9\xd8\x2c\x36\xab\xc9\x96\x1e\x3e\xbc\x3c\xbd\x1c\x0f\x57\xf7\xf0\x97\xcb\x69\x7c\xd4\xab\xdb\x0e\xc7\x79\xd1\xb7\xd3\xe7\xcb\x50\xd7\xf5\xd3\xe1\xb8\xdb\xf9\xe0\xe6\x61\x5c\xdf\xff\xc4\x30\x5e\xd7\xf3\x6e\x67\xf3\x3f\x7e\x79\xbb\xea\xeb\xcb\x71\x3b\xb9\x48\xde\xfc\x7c\xbe\x71\x9d\x7b\xf8\x45\x3f\x1d\xde\xae\x97\x2f\xee\xbb\x1f\xe6\xa9\xeb\xef\xdc\xd4\xcd\xf0\x9f\x2f\x53\x2f\x87\xe3\x27\xf7\xdd\x8f\xeb\x79\x3d\xfa\xaf\x1f\x7c\xfc\x7c\x3e\xff\x5b\x5f\xf5\x78\x75\x1e\x98\x1e\x27\xc6\xdd\xc3\x87\x9f\xd6\xf3\x9f\xd7\x57\x75\x0f\x2d\x9e\xff\xf3\xfd\x2f\x7f\xfa\xf8\xe3\xf7\x7f\xc4\x67\xf8\xe8\x6f\x7a\x79\x3b\x9c\x8e\xce\x2f\xbf\x5f\x96\x72\xc7\xff\xfa\xe5\xac\xb7\x58\xbb\x87\x5f\x5f\x9e\x7e\xde\xb6\x37\xbd\xba\x85\x8c\x7f\xfc\xfa\xf2\xe4\xfe\xe9\x9d\x5f\x5c\xc8\x31\xa4\x7f\xdd\x88\x7f\xff\xe9\x34\xf5\x46\xda\x65\x6e\x68\x9c\xa6\xbe\x9d\xd7\xa1\x97\xf5\xf8\x49\x77\xce\x3d\x2e\xcb\xde\x39\xf7\xd8\x96\xbd\xfd\xd5\x7c\x5a\xf6\xee\x51\x9e\x9f\x3f\xe0\xef\x1f\xf8\xe9\xd3\x33\xfe\xfa\xc3\x82\x4f\x9f\x3f\xdc\x3e\x7d\x7e\xc2\xa7\xcf\xcf\x7b\xdb\xe3\x37\xb1\x77\x9e\x4b\x1e\x4f\xd7\xa9\x1b\x31\xac\xf6\xe8\xb7\xbd\xf3\x36\xe3\xb7\x1f\xed\xfc\xb2\xdc\x34\x1e\xe6\x8d\x1d\x8c\x5d\xd5\x16\xc1\x3f\x7e\x67\x3a\x21\xf6\x86\x48\xdd\xbd\x6b\x6e\x1e\xcc\x12\xa3\x41\xe4\xf9\x75\x18\x24\xc5\xa0\xde\x00\xf5\x6d\xef\x5c\x4d\x16\xcb\x0f\x42\x43\x01\x89\x41\x73\x05\xa4\xcd\xa0\x8c\x89\x1b\x63\x6d\xd5\xa0\x8a\x89\xdb\x20\x34\x00\xd9\xc4\x90\x36\x83\x42\xc6\xc4\xb6\x18\x54\x30\x31\x54\x31\x48\x00\x35\x0f\x48\xd6\xbd\x73\xcd\x5b\xf8\x20\x9c\xb8\x79\x83\x52\xd8\x3d\xb6\xc8\x0d\x45\x6c\x48\x42\x36\x88\x1b\x8a\x52\x0c\x6a\xcd\x20\x4e\x8c\xbd\xec\x9d\x5f\xbc\xe9\x8a\x9d\xd0\x04\x14\x6d\x62\x62\xac\x64\x5a\xfc\x92\x4d\x6a\xaa\x84\x2c\xbc\x5f\xc4\x56\x4c\x0c\x9f\xc4\xef\x9d\xf7\x8b\x65\x35\x31\x3c\x86\x9a\xb0\xc7\xb4\x92\x65\x43\x4d\xcd\x03\xf2\x84\xbc\x41\x42\x28\x10\x0a\x80\x20\x62\x8d\x84\xe2\xde\xd5\xbc\x44\x40\x89\x50\x02\x8b\xe1\x33\xa1\x0c\x16\x44\xac\x85\x50\x31\x28\x70\x62\x25\x54\x0d\xf2\x0c\xdf\x08\x35\x83\x22\x45\x08\x21\x01\xc4\xf0\x2b\xa1\x15\xea\x17\x40\x9d\x50\x07\x84\x4c\xac\x83\xd0\x80\xae\x04\x68\x12\x9a\x80\x1a\x20\x25\xa4\x90\x5a\x00\x31\x5f\x36\xd4\xbc\x20\x56\x67\xbe\x6c\xa8\xd9\x23\x56\x67\xbe\x6c\xa8\x39\x42\x44\x67\xbe\x6c\xa8\x39\x70\x22\xf3\xd5\x91\xaf\x88\x15\x3b\xf3\x65\x43\xcd\x99\xb1\x98\xaf\x8e\x7c\xc1\x00\xa9\x33\x5f\x9d\xf9\x82\xae\xce\x7c\x75\xe6\x0b\x99\x60\x29\x60\xa8\x39\x32\x16\xf3\xd5\x91\xaf\x44\x11\xcc\x97\x0d\x35\x2f\x14\xc1\x7c\xd9\x50\x73\xc0\x09\x75\xe6\xcb\x86\x9a\x3d\x57\x64\xbe\x6c\xa8\x99\x2e\xec\xcc\x57\x47\xbe\x92\x41\x99\xc6\xcc\x30\x79\x88\xb6\x62\xa6\x0b\x31\xb8\x88\x82\xc9\x2c\x98\x2c\x60\xa1\x90\x33\x8d\x99\xe7\x34\x16\x44\xe4\x89\xf0\x19\xf5\x18\xe1\xc2\xc2\xf0\x05\xe1\x13\xb2\x5a\x18\xbe\x98\xc9\x5d\x6a\x26\xa2\x48\x20\x14\x10\x9e\x50\x24\x64\x13\xe9\xd5\x42\x47\x17\x9d\x5f\x4b\xa1\x32\x7c\xcd\xd8\x63\xb6\x89\x35\x43\x57\xad\x38\x0e\x84\xaf\x5c\xb1\x36\xf3\x44\x41\x0a\xab\x10\xb2\xc1\xd5\x12\x00\x79\x42\x1e\x90\x07\x14\x08\x05\x40\x58\x91\xba\xaa\xd8\x09\x95\x90\x00\xad\x84\x56\xb0\x18\xbe\x13\xb2\xe3\x28\x28\x85\xc6\x7c\x35\x4b\x8e\xf7\xb8\x4d\x84\xea\x05\x37\x40\x80\x27\x84\x52\x05\xac\x80\x52\x58\xc9\x5a\xc1\x4a\xa8\xc7\x95\xac\x15\xac\x54\xed\x84\x3a\x59\x1d\xac\x8c\x14\x76\xb2\x3a\x58\x25\x9b\xae\x41\xd6\x00\xab\x36\xcb\xea\x20\x6b\x80\xd5\x92\x1d\xed\x24\x6b\x82\x25\xb8\x6a\x27\x59\xd3\x58\x61\x81\x57\x95\x2c\x35\x56\xf0\xb8\xd2\x94\x2c\x05\x2b\xe0\xb4\x37\xb2\x36\xb0\x62\x32\xf5\x1b\x59\x1b\x58\xc9\x2f\xbb\x47\xe1\x8b\x26\x0b\x58\xf0\xaa\x2c\x8d\x10\x58\xd9\xca\x5d\x6e\xaf\x22\x5e\x98\x50\xed\x1a\x12\xbe\x30\x82\x27\x20\xd4\x56\x76\x8f\x12\xc8\x0a\x60\x89\xd5\xa3\x04\xb2\x02\x58\x52\xd3\xee\x51\x78\xb9\x0b\x2e\xf7\xb8\xd8\xc5\x27\xbc\xdc\x25\x1a\x2b\x7a\xf3\x84\xf0\xda\x16\xdc\xd1\x31\xb4\x6a\x10\x59\x09\xac\x98\x4d\x3d\x6b\x48\x50\x43\x31\x55\x53\xcf\x1a\x12\x94\x42\xc4\xd5\x21\x2c\x05\x41\x29\xc4\x52\x4c\x3d\x4b\x41\x0a\x58\x35\x14\xbc\xdf\xef\xef\xee\xff\x7b\x8a\x85\x86\x97\x8a\x20\x2d\xdb\xe6\xe8\x6e\xa9\x08\x22\x76\xbd\x49\x23\xab\xd5\xb0\x77\x69\xb1\x6b\x57\x68\x3f\x81\xfd\xd2\x62\x45\x2d\xb4\x9f\xc0\x7e\xc9\x37\x9b\x48\xfb\x09\xec\x97\x82\x9d\x96\xd0\x7e\x02\xfb\xa5\x58\x2d\x2b\xb4\x9f\xc0\x7e\x29\xe1\xb4\x68\x3f\x81\xfd\x52\x2e\x16\x9e\xf6\x13\xd8\x2f\x15\x9c\x16\xed\x27\xb0\x5f\xaa\xc9\xb2\x42\xfb\x09\xec\x97\x1a\x4e\x8b\xf6\x13\xd8\x2f\x49\xb4\x33\xa5\xfd\x04\xf6\x4b\x82\xd3\xa2\xfd\x04\xf6\xcb\xde\x0a\x51\x68\x3f\x81\xfd\xb2\xc7\x69\xd1\x7e\x02\xfb\xe5\xe8\x4d\x3d\xed\x27\xb0\x5f\x8e\x76\x5a\x78\x4f\xe7\x76\xeb\x66\xa2\xdd\xd7\x4a\x47\x2a\x1c\x99\xf3\xb2\x18\xd4\x08\x61\x62\xb6\x03\x54\x3a\x52\xe1\xc8\x5c\xac\x1f\x50\x3a\x52\xe1\xc8\x5c\xed\x84\x94\x8e\x54\x38\x32\xb7\x6a\xe1\xe9\x48\x85\x23\xb3\xd8\x09\x29\x1d\xa9\x70\x64\x59\x4a\x32\x88\x2c\x38\xb2\x78\xbb\x63\x95\x8e\x54\x38\xb2\x84\x1c\x0c\x22\x0b\x8e\x2c\xd1\x9e\x62\xa5\x23\x15\x8e\x2c\x29\x99\x7a\x3a\x52\xe1\xc8\x82\x0b\x55\xe9\x48\x85\x23\x4b\x09\xa6\x9e\x8e\x54\x38\xb2\x14\xbb\xc2\x95\x96\x53\x58\xae\xa0\x59\x52\x5a\x4e\x61\xb9\xd2\xec\x26\x56\x5a\x4e\x9b\xb1\xea\xb2\x98\xfa\x46\x16\x2c\x57\x97\x62\xea\x69\x39\x85\xe5\xaa\xb7\x9e\x47\x69\x39\x85\xe5\x6a\xb0\x2b\x5c\x69\x39\x85\xe5\x6a\xb4\x16\x41\x69\x39\x5d\xd9\xcd\x24\x53\xbf\xa2\x9b\xd1\xd5\x5a\x97\x16\xcc\xbe\x4a\x17\x72\x60\x0b\xaa\x3d\x79\x42\x36\xb1\x99\x27\xb4\xa7\x48\x68\x03\xcb\x36\xd4\x33\x27\x66\x0f\x96\x00\x0a\x84\xec\x56\x2f\x38\xc7\x9e\x3b\x21\x7b\x6d\x9a\x10\x52\x42\x88\x05\x4f\xf4\xc2\x58\x25\x81\x05\x5d\x25\x13\xb2\xae\xb4\xd8\x7d\xad\xbd\x08\xa0\xba\x82\x85\x15\x2b\xc3\xb3\x81\x46\x72\x58\x43\x1c\xd8\x40\x6b\x6f\xdc\x90\x0d\x55\x3c\x36\xd4\x28\xf5\xd6\x66\xdb\x39\x76\xf4\x16\xda\xef\x6d\xb6\xf6\x41\xe8\xde\x66\x6b\x47\x9b\xad\xfd\xde\x66\x6b\xdf\xb8\xe2\xbd\xcd\x56\x54\xf0\x6d\x60\x9b\xad\x03\x6d\xb6\x8e\x7b\x9b\xad\x83\xdb\x1e\xf7\x36\x5b\x07\xa5\x8e\x7b\x9b\xad\x43\x38\x11\xed\xac\x78\x93\x3a\x56\x4e\xb4\xc1\x35\x1c\xed\x58\x39\x71\xe5\x1e\xb1\x22\x1e\x7f\x0e\xae\x59\xeb\xa2\x83\x06\xc0\x50\x25\x60\x45\xb4\xb3\x1c\x5c\xb3\xfb\x4b\x07\xda\x59\x0e\x55\x82\x07\x54\x08\x15\xb0\x18\xbe\x12\xaa\x60\x05\x40\xc8\xd7\x18\xd0\x05\x03\x8c\x41\x5d\x03\xba\x02\xa4\x0e\xea\x52\xb0\x2a\x56\x54\xb2\x94\xac\x04\xe8\xc6\x32\xf5\xb2\x60\x45\xa5\x7a\xa5\x7a\x6c\x48\xa9\xde\x06\x87\x97\x4b\x87\x52\xbd\x52\x3d\x52\xa8\x54\xaf\x1d\x2c\x88\xd0\x41\x68\x80\x45\x11\x13\x10\xbe\xcf\x30\x39\xbc\x57\x39\x54\x41\xb9\x4f\x56\x07\x06\xc7\xf0\x33\x05\x42\x01\x2c\x01\x14\x09\x45\xb0\x38\x31\x11\x32\x93\x4b\x64\xf8\x4c\x28\x1b\xeb\x06\x15\x42\x05\x2c\x0f\xa8\x12\xaa\x60\x05\x40\x8d\x50\x03\x8b\x10\xaa\x63\x16\xe8\xb2\x76\x43\x67\xa1\xae\x02\x5d\xa8\xed\x59\xa8\x8b\x5f\xd0\x0a\x56\x64\xc1\xcc\x16\xde\xbf\xa0\xe9\x6c\x64\x35\x24\x9a\xb1\x1a\xd5\x37\x24\x1a\x95\x36\x1b\xd5\x37\x24\x3a\xe6\xff\x7d\x8a\x43\xf8\xf6\x25\xd6\xd9\xb8\xb7\x86\xaf\x82\xc2\xb0\xdc\x5b\x83\x89\x70\xb1\xcc\xc6\xbd\xb5\x09\x16\x21\x25\xa4\x60\x55\x40\xa8\x8a\x29\xc9\xbe\x0a\xe2\x6e\x9e\x42\x3d\xc2\xd4\x61\x23\xac\x9d\x79\xff\xa6\xa9\xb3\x13\xba\x7f\xd3\x54\xbe\x8b\xaa\xf7\x96\x58\x15\x2d\xb1\x6a\xc1\x8a\x78\x0d\xb4\x10\x42\x97\x5c\x16\x8b\xc5\xd7\x53\x95\x17\x0b\x2e\x03\xe5\xc5\xa2\x6c\x9c\x3d\x26\x0a\x59\xf7\xc6\x59\x15\x8d\x33\x07\x36\xce\xaa\xc2\x89\xf7\xc6\x59\x15\x8d\xb3\xea\xbd\x71\x56\x45\xe3\xcc\x81\x8d\xb3\x2a\x1a\x67\xd5\x7b\xe3\xbc\x99\x8f\xed\x3f\xfc\xed\xc1\x5e\xbc\xcd\x12\xb8\xbd\xff\x20\x11\xcc\x90\x9b\x6d\x67\x7b\x7f\xc2\xad\x1d\xf8\xed\xf9\xd9\xff\xbf\xae\xe7\xdd\xd7\x1f\x7e\xc6\xe7\xcb\x45\x8f\x57\xfc\xcc\x84\xdf\x76\xdc\xd4\xed\x70\xd4\xaf\x3f\x59\x9d\x4f\x67\x9b\x85\x7f\xff\x1b\x00\x00\xff\xff\x91\x5b\x63\x45\xde\x12\x00\x00"); -func AssetNames ()[]string {_dece :=make ([]string ,0,len (_ecfgc ));for _egfdb :=range _ecfgc {_dece =append (_dece ,_egfdb );};return _dece ;};func _bda ()([]byte ,error ){return _c (_ggd ,"90ms-RKSJ-V")};func _ebab ()(*asset ,error ){_dcc ,_edc :=_eae (); -if _edc !=nil {return nil ,_edc ;};_gaeg :=bindataFileInfo {_dae :"Ext-V",_fb :1141,_ae :_be .FileMode (436),_g :_a .Unix (1580491941,0)};_fddc :=&asset {_dd :_dcc ,_ef :_gaeg };return _fddc ,nil ;};func _gfce ()([]byte ,error ){return _c (_dbeg ,"Ext-H")}; -var _bgde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xc1\x6e\x9b\x40\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\xd0\xc2\xee\x02\xbb\x2b\x55\x91\xaa\xf8\x50\x52\xa5\xa9\xe2\x26\xad\x54\xf5\x80\x61\xb0\x90\xea\x05\x01\x3e\xf8\xed\xab\xf9\xc7\x75\x0f\xd6\xd8\x9f\x77\x7e\x0d\x68\x36\x7f\x68\x76\x4d\x1a\x37\xca\xbf\x2d\x53\xb7\xe7\x8d\x86\x31\xf5\x0b\xaf\xd3\x79\xe9\x98\x0e\x7c\x1c\x53\x96\x19\x4b\xfd\xd8\x6d\xff\x7e\xa2\x74\xa7\x76\xce\xb2\xfc\xe5\xcb\xfe\xf1\xfd\x67\x3a\xaf\x7c\x85\x87\x66\xb7\xbf\xac\x1b\x9f\x9a\x34\x4c\xe4\xb4\xb1\x3f\xcf\xd7\x66\xa2\xfc\x85\x8f\xe3\xba\x2d\x17\xba\xfb\xd4\x4f\x07\x7e\x47\x3d\x0f\xe2\xcf\x4b\xcf\xcb\x98\x8e\x74\xf7\xd8\xce\x6d\x32\xb7\x3f\xf6\xe7\x79\xfe\xc3\x27\x4e\x1b\x19\x18\xa7\x1e\x35\xcb\x1f\x9e\xda\xf9\x6b\x7b\x62\xd2\x41\xde\xc0\xd0\x37\x5e\xd6\x71\x4a\x64\xec\x87\xa2\xa8\xfe\xfb\xf7\xcb\xcc\xd7\x98\x2c\x7f\x6d\x76\xcf\xc3\xb0\xf2\x46\xa1\x2c\xf4\xcc\xcf\xd7\x66\x47\xbf\x0c\x99\x82\x6c\xe5\x5c\xfc\x7d\x3d\xfa\xe3\x69\xea\x6f\x8d\xd6\xeb\xe3\x74\x63\xbf\xb4\xe9\xc8\xd9\xc7\x60\x4a\x73\x4f\x52\xec\x3d\xf9\x10\xbc\x50\x55\x80\x2a\x03\x8a\xa0\x83\x52\x2f\x14\x8d\x50\xad\xa7\xea\x12\x54\x82\x22\xc8\xb7\x20\x34\x06\x8d\x97\xe2\xa3\x91\x78\x1b\x07\x21\x14\x1f\x4d\x10\x6a\x71\x0a\xc5\x47\x13\x41\x4e\xc9\x09\xd9\x02\x54\x29\x55\x20\x03\xf2\x4a\x1e\x64\x85\x3a\xcd\xea\x90\x65\x9d\x10\x2b\xb1\x52\x09\xd2\x78\xd6\xf8\x0a\xa4\xf1\xac\xf1\x35\xa8\x53\xea\x40\x32\xbd\x2b\xf1\xd8\x28\x3e\xda\x00\xb2\x4a\x16\x14\x41\xa5\x92\xbc\x9c\xe8\x0a\x50\xad\x54\x83\x0c\x28\x28\x05\x90\x4c\xef\x6a\xcd\xaa\x91\xe5\x64\x7a\x17\x30\x2a\x8a\x8f\xae\x04\x55\x4a\x18\xd5\x55\x20\xaf\x84\x37\xe1\x6a\x10\x2b\x31\x08\xd3\x47\x6d\x8c\x3a\x44\x90\x95\xbc\x2d\x83\x7c\x97\xcb\x70\x5b\xce\xee\xbc\x2c\x9c\x36\x5c\x05\x2c\xa1\x6c\xd1\x98\xf8\x76\xcf\xe6\x69\x96\x2e\x7c\xfe\x06\x00\x00\xff\xff\x51\x31\x38\xdc\x93\x03\x00\x00"); -func _agd ()([]byte ,error ){return _c (_cfg ,"Adobe-Japan1-7")};var _gda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4f\x8b\x1b\xc7\x16\xc5\xf7\xfd\x29\x6a\xe9\xb7\x79\x53\x55\xf7\x5f\x35\x34\x82\x87\x6d\x78\x13\x70\x1c\xe2\x38\x09\x84\x2c\x34\x52\x6b\x10\x64\x24\xa1\xd1\x2c\xfc\xed\xc3\x3d\x67\x6c\x12\x2f\xcc\xf5\xfc\x54\x75\xba\xf4\x53\xdd\xaa\xbe\x7b\x7b\xff\xee\xfe\x74\xbc\x95\xbb\x9f\xae\xe7\xdd\xa7\xf5\x56\x0e\xc7\xd3\xfe\xba\x3e\x9f\x5f\xae\xbb\xb5\x3c\xac\x8f\xc7\xd3\x34\xb5\x5e\xf6\xc7\xdd\xed\xeb\x9f\x28\xbb\xa7\xed\x65\x9a\x72\xfe\xa7\x2f\xcf\xb7\xf5\xe9\xfe\x74\x38\x17\xe1\xb8\xfd\xcb\xe5\x75\x6c\x29\x77\x3f\xaf\x8f\xc7\xe7\xdb\xf5\x4b\x79\xf3\xbf\xfd\xf9\x61\xfd\x4f\xd9\xaf\x87\xe4\x1f\xaf\xfb\xf5\x7a\x3c\x3d\x96\x37\x3f\x6c\x2f\xdb\x53\xfb\xf6\xc1\xa7\x97\xcb\xe5\xaf\xf5\x69\x3d\xdd\x4a\x03\x5b\x4f\x7b\xd4\xe9\xee\xed\x87\xed\xe5\xc7\xed\xd3\x5a\xee\xfe\xff\x0f\xf2\xeb\x7a\x7d\x3e\x9e\x4f\xa5\xd5\xff\xd6\xea\xf8\x00\xfc\x97\x2f\x97\xf5\x35\x62\xba\xfb\x7c\xff\xee\xe3\xe1\xf0\xbc\xde\x4a\x1f\x95\x63\x7e\xff\x7c\xff\xae\xfc\xd1\x4a\xab\xa5\x9b\x88\xfd\xf9\x3a\xf4\xb7\x0f\xe7\xfd\x5a\x38\x68\x6a\xfc\x26\xbb\xf3\x7e\x7d\xbe\x6c\x77\xeb\x75\x7b\x7a\x5c\xa7\x52\x96\xde\x7a\xdb\x94\x25\xde\xc7\xfb\x4d\x2e\xf1\xbb\x11\x53\xab\xf5\x75\xea\x71\x4f\xf4\x75\x4a\x6f\xb1\x6e\x4a\x71\x91\x69\xe9\x9d\xa8\xf7\x44\xd1\x23\x91\x6c\x81\xb4\x25\xd2\x96\x48\x89\xac\x02\xcd\x89\x6c\x07\xe4\xdb\x44\xe6\x89\xa2\x03\xc5\x9c\x28\x30\x31\x1f\xf5\x5a\x4a\x44\x4e\x14\xa9\x89\x44\x30\x6a\xd4\x44\x8a\x45\x88\x21\x6b\x06\x72\xa2\x48\x34\x5a\xc6\x2b\x97\xaa\x21\x89\xb4\x4f\x4b\x37\x22\x0b\xdf\x94\x32\x77\x9b\x96\xee\x44\x2e\x63\x53\x5a\x6d\xb9\x08\x67\xbc\x1b\x90\xe4\xa8\xe0\xa8\xc8\x4f\x5a\xb5\x5c\x57\x18\x51\x00\xcd\x19\x3f\x38\x0a\x25\x14\xab\x1f\xbd\x13\xf5\x44\xa3\x01\x09\x91\x24\x9a\x89\x94\x48\x81\x0c\xc8\x88\x6c\x53\xc2\xaa\x00\x39\x91\x63\x14\xe3\x83\x28\x30\x2a\x80\x06\xd1\x48\xd4\x39\x71\x26\x9a\x13\x35\xc6\x6f\x89\xb6\x89\x84\x8b\x78\x20\x7a\x00\x62\xfc\x8e\x68\x87\xd5\x57\xa0\x3d\xd1\x1e\x88\x5f\x7b\x25\x5a\xb1\x2e\x05\x3a\x10\x1d\x80\x46\x22\xfe\x8e\x28\x61\xd5\x81\xe8\x2b\x4b\x58\x45\x96\xd0\x57\x96\xb0\x86\x2c\xa1\xaf\x2c\x61\x82\x45\x08\x7d\x65\x09\xeb\x9c\x48\x5f\x02\x5f\xc2\x27\xd2\x57\x96\x30\x63\x16\x7d\x09\x7c\xe1\xd7\x1e\x42\x5f\x42\x5f\x5c\x17\x7d\x09\x7d\xc1\x04\x37\x39\x4a\x98\x30\x8b\xbe\x04\xbe\x94\x8b\xa0\xaf\x2c\x61\x95\x8b\xa0\xaf\x2c\x61\x68\x98\x21\xf4\x95\x25\xac\xf1\x89\xf4\x95\x25\x0c\x5b\x6e\x28\x7d\x29\x7c\xa9\x4d\x8b\x54\xec\x2f\xa9\xd9\x1d\xad\xe5\xf6\x15\xb6\xa8\xa0\x45\x5b\xcf\xa5\x0a\x5b\x54\xd0\x43\x4d\x9a\x4c\x8b\x08\x91\x00\x69\x6e\x13\x61\x77\x88\x02\x59\x6d\xd3\x22\xec\x0e\x31\xa2\xdc\x85\xc2\xee\x10\x07\xf2\x91\xf1\x6c\x05\x09\xa0\x18\x19\xcf\x7d\x2f\x03\x68\x44\xc6\xcf\x44\x33\xd0\x9c\xbd\x2d\x5b\xa2\x6d\xa2\x5e\x3d\xe3\x1f\x88\x1e\x80\x5a\xb6\x95\xec\x88\x76\x40\xdd\x32\x7e\x4f\xb4\x07\x12\xcd\xf8\x95\x68\x05\xd2\x3c\x73\xe4\x40\x74\x00\x82\x42\xa5\x2f\x85\xaf\xee\x7d\x9e\x16\xa5\x2f\x85\xaf\x1e\xd9\x1d\x4a\x5f\x0a\x5f\x7d\xb4\x98\x16\xa5\x2f\x85\xaf\x3e\xe7\x36\x51\xfa\x52\xf8\x92\x5a\x33\x9e\xbe\xd4\x88\xb2\x1f\x95\xbe\x14\xbe\xa4\xcd\x19\x4f\x5f\x0a\x5f\xd2\x47\xc6\xd3\x97\xc2\x97\x48\x1e\x0a\x4a\x5f\x0a\x5f\xa2\x91\xf1\xf4\xa5\xf0\x25\xe6\x19\x4f\x5f\x0a\x5f\xe2\x9e\xf1\xf4\xa5\xf0\x25\x61\x19\x4f\x5f\x0a\x5f\x32\x2c\xe3\xe9\x4b\xe1\x4b\xe6\xdc\x4c\x4a\x5f\x7a\x30\xd9\x14\xad\xd9\xee\x46\x5f\x06\x5f\x5a\xf3\x5c\x35\xfa\x32\xf8\xd2\x36\x74\x5a\x8c\xbe\x0c\xbe\xb4\xc7\x98\x16\xa3\x2f\x83\x2f\x95\xe8\xd3\x62\xf4\x65\xf0\xa5\xea\x3e\x2d\x46\x5f\x06\x5f\x6a\x9e\xf1\xf4\x65\xf0\xa5\x9e\x2d\x6a\xf4\x65\xf0\xa5\xa1\x19\x4f\x5f\x06\x5f\x8a\x93\xdc\xe8\xcb\xe0\x4b\x67\xc9\x78\xfa\x32\xf8\xb2\x9a\xe7\x84\xd1\x97\xc1\x97\xb5\x9e\xf1\xf4\x65\xf0\x65\xbd\x65\x3c\x7d\x19\x7c\x99\xb4\x8c\xa7\x2f\x83\x2f\xd3\x3c\xac\x8c\xbe\x0c\xfb\xcb\xac\xd6\x69\x71\xfa\xf2\x4a\x94\x07\x9f\xd3\x97\xc3\x97\xf9\x18\xd3\xe2\xf4\xe5\xf0\x65\x91\x27\xa6\xd3\x97\xc3\x97\x8d\x70\x5c\xc8\x5f\xef\xdd\xa9\x8d\xef\x6f\x62\xa7\x4d\x87\x4d\x9b\x23\x1f\x4e\x9b\x0e\x9b\x5e\x3d\x1f\x4e\x9b\x0e\x9b\xde\x2c\x1f\x4e\x9b\x0e\x9b\xde\x2d\x1f\x4e\x9b\x0e\x9b\x2e\xea\xd3\xe2\xb4\xe9\xb0\xe9\xaa\x19\x4f\x9b\x0e\x9b\x8e\x03\xcf\x69\xd3\x61\xd3\xbd\x67\x3c\x6d\x3a\x6c\x7a\xe4\x41\xec\xb4\xe9\xb0\xe9\xb8\x89\x9d\x36\x1d\x36\x7d\x6e\x19\x4f\x9b\x0e\x9b\x51\xab\x4e\x4b\xd0\x66\x54\xa2\xbc\x33\xe2\xf5\x9d\x05\x36\xa3\xe5\x1d\x1b\xb4\x19\xb0\x19\x7d\xf8\xb4\x04\x6d\x06\x6c\x86\xe4\x2d\x15\xf4\x15\xca\x0b\x35\x14\xc8\x88\x7c\x53\x46\x1f\xfa\x2f\xe7\xf9\xff\x7c\x43\xfc\xf6\xc6\xb6\x7b\xb9\x5e\xd7\xd3\x0d\xef\x87\x78\x3b\xcb\xd7\xab\xe3\x69\xfd\xf6\xae\x79\x39\x5f\x72\x16\xfe\xfd\x1d\x00\x00\xff\xff\xfd\xdd\xf7\xfd\x97\x0a\x00\x00"); -var _eab =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x30\x14\x85\xdf\xf5\x2b\xf4\xd8\x3d\x74\xd1\xbd\x96\x25\x19\x4c\x61\xb4\x2b\x84\xd2\x6d\xb4\x63\x7b\x76\x6c\x39\x18\x16\xdb\x38\xce\x43\xff\xfd\xb8\xf7\x38\x19\xec\x21\x38\xfa\x22\x9d\x88\xef\x58\xda\x3d\xee\x9f\xf6\xe3\xb0\xda\xdd\x8f\x65\x6a\xdf\xf3\x6a\xfb\x61\xec\x96\x7c\x9e\x2e\x4b\x9b\xed\x21\x1f\x87\xd1\x18\x62\xdb\x0d\xed\x7a\x1d\xea\xa3\x3d\x35\xb3\x31\xb2\xfe\xfd\xe3\xbc\xe6\xd3\x7e\xec\x27\x5b\x60\x5e\x77\x99\xb7\xb9\xd6\xee\xde\xf2\x71\x38\xaf\xcb\x87\xbd\xfb\xd2\x4d\x87\xfc\xc9\x76\xb9\x17\xfe\x7d\xe9\xf2\x32\x8c\x47\x7b\xf7\xf2\x76\x83\xef\x97\x79\xfe\x93\x4f\x79\x5c\xad\x57\x96\xc7\x4e\x9f\x66\xf7\xf8\xda\xcc\xdf\x9a\x53\xb6\x3b\xcd\xb9\x7f\x79\xbb\xc7\x14\xfd\xe5\x57\x5e\xce\xc3\x34\x5a\xfa\xec\x1c\xff\xc3\x3f\x3f\xe6\x6c\x69\x4b\xf8\xfd\x3a\x75\xd9\xba\x6b\xde\xfe\xe9\x71\xba\x8c\xab\x25\x4a\x31\x01\x12\xb6\xdd\x4e\x5d\x3e\xcf\x4d\x9b\x97\x66\x3c\x66\x63\x6d\xed\x9c\x73\x0f\xb6\xe6\xaf\xcf\xcf\x0f\xb2\xa7\xff\x66\x18\x1f\xb7\x95\x43\x07\x72\x5d\xe1\x5c\xdf\x3f\x58\x67\x6a\x47\x18\x93\x8c\xb9\x0c\xa6\x76\x0c\xc2\x42\x4a\x62\x53\xbb\x02\xa4\x10\x12\x43\x32\xb5\xf3\x20\x5e\x08\x39\xf6\xa6\x76\x25\x50\xa9\x88\x93\x64\x07\xa0\xa0\xa8\x2c\x24\x3c\x02\x45\x45\xb1\x92\xf4\x04\x94\x74\x07\xce\x4b\x7c\x05\x54\x29\x2a\x9c\xc4\x37\x40\xcd\xb6\x4f\x89\x3f\x00\x1d\x14\x25\x92\xf8\x16\xa8\x15\x54\xb8\x28\xf1\x1d\x50\xa7\xa8\x60\x89\xcf\x40\x59\x51\x99\x24\xbe\x07\xea\x15\x25\xef\x4c\x4d\x30\x45\x6a\xca\xbb\x2a\x98\x9a\x20\x8b\x54\x96\x2f\x4a\x36\x35\xc1\x16\xa9\x2d\x1f\x5c\x32\x35\x41\x17\xa9\x2e\x9f\x82\x37\x35\xc1\x17\xf9\xcd\xa9\xc4\xc3\x17\xa9\xaf\xb2\x88\x12\x0f\x5f\xa4\xbe\xca\x50\x48\x3c\x7c\x91\xfa\x2a\x53\x92\x78\xf8\x22\xf5\x15\xc8\x4b\x3c\x7c\x91\xfa\x0a\xde\x49\x3c\x7c\x91\xfa\x0a\x41\x8a\x25\xf8\x22\xf5\x15\x2a\x69\x96\xe0\x8b\xd4\x57\x24\xa9\x96\xe0\x8b\xd4\x57\xf4\x52\x2d\xc1\x17\xe5\xad\x7f\x89\x87\x2f\x52\x5f\xb1\x92\x6a\x79\x7b\x17\xd5\x57\x22\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa5\x5a\x86\x2f\x56\x5f\xa9\x92\x6a\x19\xbe\x58\x7d\x55\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbc\x54\xcb\xf0\xc5\xea\xab\x8a\x52\x2d\xc3\x17\xab\xaf\xaa\x92\x6a\x19\xbe\x38\x5d\xdf\x55\xc9\x87\x30\xae\xc0\xbc\x94\xcb\x30\xc6\x0d\x58\x94\x76\x19\xca\x58\x95\x49\xfb\xf2\x17\x70\xc6\x2d\x18\x4b\xbf\x0c\x69\xdc\x81\x95\x52\x30\xc3\x1a\xe7\x50\x0a\x8b\x31\xe8\x09\xbd\x9e\x44\xf9\x2e\x77\xd5\xed\xfe\x68\x2f\xcb\x92\xc7\x55\x6f\x2a\xbd\x24\xe4\xec\x0f\x63\xbe\xdd\x7a\xf3\x34\xcb\x2a\xfd\xfc\x0d\x00\x00\xff\xff\xf5\xca\x92\xc4\x21\x05\x00\x00"); -func _egdcf ()([]byte ,error ){return _c (_bbbbc ,"Hiragana")};func _dgae ()(*asset ,error ){_ggfe ,_cfbgf :=_cadg ();if _cfbgf !=nil {return nil ,_cfbgf ;};_dbbg :=bindataFileInfo {_dae :"UniJIS-UCS2-H",_fb :166343,_ae :_be .FileMode (436),_g :_a .Unix (1580492896,0)}; -_fedad :=&asset {_dd :_ggfe ,_ef :_dbbg };return _fedad ,nil ;};func _cgfe ()(*asset ,error ){_gcbe ,_bcaa :=_cafg ();if _bcaa !=nil {return nil ,_bcaa ;};_gcbg :=bindataFileInfo {_dae :"KSCms-UHC-V",_fb :716,_ae :_be .FileMode (436),_g :_a .Unix (1580492580,0)}; -_dddd :=&asset {_dd :_gcbe ,_ef :_gcbg };return _dddd ,nil ;};func _fcgb ()(*asset ,error ){_efde ,_cbd :=_bgee ();if _cbd !=nil {return nil ,_cbd ;};_fgaa :=bindataFileInfo {_dae :"GB-EUC-V",_fb :782,_ae :_be .FileMode (436),_g :_a .Unix (1580491964,0)}; -_ebad :=&asset {_dd :_efde ,_ef :_fgaa };return _ebad ,nil ;};func _bde ()([]byte ,error ){return _c (_geb ,"Adobe-Japan1-UCS2")};func _agfbc ()([]byte ,error ){return _c (_dfc ,"UniJIS-UCS2-HW-H")};func _aabea ()([]byte ,error ){return _c (_badgc ,"UniJIS-UTF32-V")}; -func _bedaa ()([]byte ,error ){return _c (_ddeeb ,"UniJISPro-UCS2-HW-V")};var _fgdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcf\x6e\xbf\x91\xde\x07\xcf\xf5\x29\xf6\xd0\xef\xc0\x6f\x2f\x2e\x92\x55\x45\x20\x10\x60\x38\x68\xc4\x30\x9c\x04\x3e\x24\xe3\x75\xec\x08\x48\x4b\x82\xba\x3d\xe8\x6f\x1f\xdc\xfc\xf1\xbe\xea\x69\x03\x41\xb6\x26\xfa\x3f\xdc\x5c\x64\x15\x0f\x75\x62\xd5\x75\xff\xdd\xbf\xff\x0f\xff\xf3\x7f\xf8\xf3\x9f\xfe\xf9\xd7\xdf\xfd\xef\x7f\xfb\xcb\xf5\x5f\x9e\x7f\xfe\xf5\xfe\xe9\xcf\xf7\xdf\x9e\x7f\xfa\xcb\x7f\xff\xdb\xf5\xfc\x3a\x9f\x7f\xf8\xd3\x9f\xff\xf0\x87\xb2\xff\xba\xff\x74\xfd\xf3\xf7\xcf\xf9\x7f\xd7\x3f\x1e\x7f\xfd\xc3\x1f\x3e\xdf\xff\x97\x7f\xf9\xa7\x7f\x7e\xfe\xf1\x3f\xfc\xf9\xfd\xcb\xaf\x4a\xbf\xfb\xbf\xff\x75\xf5\xfd\xf5\xeb\xef\xfe\xf3\xf3\x0f\x7f\xfa\xa7\x7f\xfe\xdb\xbf\xfc\xfa\x37\xff\xee\xfe\xcb\xf9\xfc\xff\x7e\xdd\xcf\xfb\x69\xff\xdf\xfe\x76\x3f\x7f\xfb\xd3\x9f\xff\xe1\xd7\xbf\xf9\x8f\xff\x59\x8d\xff\xe5\xbf\xff\xf5\xaf\xff\xf7\xf3\x8f\xcf\x9f\xff\xf9\xd7\x98\x6d\xcf\x9f\xef\xf9\xff\x7f\xf8\xbb\x7f\xff\x9f\x8e\xbf\xfe\xaf\xc7\x3f\x3e\xbf\xfe\xee\xbf\xfd\xf9\x4f\xff\xee\x3f\xfe\xe7\x7f\xfb\xdf\xfe\xeb\xdf\xd7\xfd\xdf\xfe\x2f\xf3\x9f\xe7\xbf\xfe\x1f\xcf\xdf\xfe\xe9\x4f\x7f\xf9\xf3\xaf\xf2\xff\xdf\xb6\x3d\x9b\xff\xeb\xbf\xfc\xf5\xf9\x55\xd6\x28\xff\xe7\x7f\xfa\xcb\xfd\xfc\xda\xf8\xab\x40\xe5\xf5\x97\xfb\xf9\xa7\xbf\x1e\xd7\xf3\xb7\xe3\xcf\xff\xf0\xfc\xe1\xd7\xaf\xff\x69\x5b\xff\xfb\xe3\xe7\x3f\xcb\xf6\xf7\x7f\xff\xf7\x7f\xff\xc7\x0f\x29\xff\x43\xcf\x3f\x94\x6d\x5b\x43\xfc\xe9\xbe\xfe\xaf\xe3\x6f\x7f\x58\x5f\x1e\xdb\x1f\x7f\x15\xfd\x51\xfe\xf8\x6b\xdf\x5b\x6c\x6a\x18\x7f\xfc\x55\xb6\xfc\xf3\xe0\xdf\x9b\x1a\xee\x3f\xfe\x2a\xf9\xd7\xf3\xe9\x9d\xa3\xbd\xf4\xee\xdf\x86\x33\x68\x08\x35\x7c\x86\x2f\x11\xbb\x1a\xd6\x04\xe3\xdb\x70\xfb\x67\x48\xfb\xfe\xf9\xce\x3f\x7d\xfd\x59\xca\xa4\xb7\xf7\xfa\x6d\xa8\x41\xc3\xf7\xfb\xfd\x72\x66\xf8\x7e\xb2\xdf\x1b\x0d\x5f\x1a\xda\x36\xc7\xb0\xfd\xcb\x45\xeb\x34\x7c\x69\xd8\xb7\xb2\x25\x93\xfb\xf6\x99\xf3\xc7\x5f\x36\x87\x1b\xfd\xdb\x50\x19\x7f\x98\x1a\xce\x3f\xfe\x2a\x75\xd7\x9f\x17\xff\xee\x6a\x78\x68\x88\x6f\x43\x6b\x34\x68\x7e\x9f\x43\x8e\xad\x7e\x1b\xe6\xae\xd4\xfc\xf3\x33\x64\xfd\x92\x54\xb6\xfa\xf9\xb3\xeb\xcf\xd9\xf9\x4b\x4e\x29\x75\x0e\xb6\x17\x35\x18\x0d\x5f\x0a\xcb\x5e\x68\xa8\x6a\xd8\x3f\x23\xb8\xfe\x5c\x1f\x68\xc2\xfd\xa4\x41\x53\xde\xfb\x6c\xe8\x1a\xf2\x6e\x34\x7c\x87\xdc\x37\x58\xea\x4d\x0d\x8c\xf1\xdd\xb8\x7d\xdf\xde\xd9\x60\xdb\xb7\xa1\x40\x96\x15\x35\x7c\x66\x69\xa1\x3f\x0f\xfe\xfd\x3b\xe9\xbe\x33\x87\x75\x35\x74\x1a\x4c\x0d\x73\xe9\x87\x8b\xac\x0e\xe1\x2e\x2a\x6c\x6e\x7d\xfe\x09\x0d\x21\xa2\xc6\xa0\x41\x3d\x0e\xe6\x18\xea\xf1\xc0\xc7\xf8\x92\x5d\x0b\x73\x8c\x2f\x9d\xed\x9d\x3d\xec\x7b\xcb\xf6\x3e\x3e\x3d\xf6\x4d\x9c\xf6\x79\x47\xf7\x4d\xac\xf5\xcf\x3d\x2d\x5a\xde\x7e\x7d\x16\x4f\x8b\xdb\x9f\xcf\x06\x69\x69\xad\x5c\xf3\x6b\x91\x64\xe5\xa1\xe1\x3b\xbe\x35\xc6\x17\x49\xd6\xa0\x60\x7c\x87\xf4\xf6\x19\xa3\x7f\x57\xf2\x9d\xdb\xd7\xf6\x1a\x6a\x68\xb3\xc1\xb2\xc1\x66\xc3\xf7\x66\xef\xef\x16\x9f\x86\xaa\x43\xfc\xce\x73\x39\x4a\x31\x35\x7c\x36\xb0\x75\xad\xc3\x3b\xcf\x44\xeb\x5b\x4e\x7b\xcd\x4f\xf6\x6c\x78\x67\x43\xd3\x18\x5c\xce\xfe\xa3\x61\x1e\x92\x2e\x4e\xde\x32\x29\x35\x5d\xc8\x77\x9e\xff\x51\x46\x53\x83\xcf\x1e\x2d\x1b\x26\xe9\xd6\xc5\xdc\x5c\xd1\x66\xc9\x5c\x99\x62\xd0\x7e\xcc\xf2\xce\xb3\xa9\x93\xf3\xee\x1c\xa4\x2e\xe6\xf6\x4a\x43\xf6\x98\x84\xe5\x71\x7d\xe7\x71\x6d\x23\x09\x9b\x17\xaf\x6f\x9e\x63\x7c\x08\xeb\xe5\xc7\xa0\x63\x36\xe8\xe4\xbc\xf3\x6a\xf6\x92\xfb\xb2\xdf\xb3\x61\x64\x8f\x77\x1e\xa5\xa4\x74\x0a\xb0\xbe\xe7\x66\x57\x0e\x5b\x0e\x5a\xf7\xd9\x10\xf9\xc9\x67\xc5\x86\xe7\x9a\xd6\x49\x58\x6d\xf9\xc9\x3c\x3f\x6d\x2b\x53\x35\x2d\x0d\xf4\xff\xa2\x93\xf6\xb7\x4e\x22\xfb\x8f\x19\x9f\xd9\xe0\x62\xa3\x4e\xaa\x7b\x68\x9f\xe7\x11\xee\xae\x3b\xf1\xce\x23\xdc\x3d\xb4\x25\xad\xd2\xe0\x6a\x68\xb3\x21\x37\xad\x7d\x16\xbc\xc7\xa6\x69\xdb\x5c\xf0\x28\xd9\xe0\x34\xe4\x27\x93\xd1\x51\xb4\x03\x6d\xee\x40\x0a\xcf\xb7\x1d\xb3\xa1\x26\xa5\x9f\x2d\xb1\x92\xfb\x3c\xef\x96\x15\x09\x9d\xb7\x3d\x7f\xfc\xb5\x6f\x7b\x6e\x7c\xfb\x70\x6b\xfb\xa6\x1e\x7d\x9b\x0d\x52\x43\xef\x47\x67\x7d\x1a\xb4\x40\x53\x92\xd9\x2e\xa9\xfe\xf6\x46\x83\xe8\xe8\x1f\x6e\xad\xd7\x1c\xe3\xc3\xad\x59\x15\xb7\xdd\x69\xd0\x8a\xf5\xa0\x21\xe9\x38\x66\x43\x5e\x95\x7e\xcf\x06\xcb\x86\xcf\xce\x99\xe7\x1d\xee\x2f\x0d\xa2\x74\x8a\x58\x0b\x29\xa4\x77\x0a\x59\x8b\xbc\xe5\x36\x79\x89\x3c\x5e\x56\x69\xc8\x1e\x8d\x06\x11\x66\x93\xb9\x68\xf9\xc9\x64\x2e\x24\xea\x5f\xfb\x6c\x94\x8d\x3d\x3f\x99\xbc\x8c\xe4\xd6\x4e\x1a\xb2\xc7\xdc\xa8\x91\x37\xc3\x26\xb7\x63\x64\xc3\x43\x43\x8e\xf1\xe1\xd6\xb7\x4d\xeb\x31\x75\xb9\x6f\x79\x65\x7d\x9f\x0d\x91\x3d\x3e\xcc\x79\x5a\x0c\xaf\xb7\xd9\x90\xd3\x7a\x9f\x0d\xa6\x59\xfc\xc3\x9c\xef\xb9\x1e\xee\x7f\xfc\xb5\x97\xad\xe7\xa0\x9f\x9d\xf3\x9a\x12\xcb\x8f\xd9\x20\x23\xe3\xf5\x0f\xb7\xde\xf2\xac\xfb\x35\x1b\x72\x81\xfc\x9e\x0d\x79\x60\xfc\x73\x4e\x4b\x89\xfc\x64\x72\xdb\x9a\x98\x8b\xc9\x6d\x4b\xc9\x19\x65\x36\x98\xb6\x21\x26\xfb\xbd\x89\xf4\xa8\x34\x68\xda\x98\xec\xf7\xae\x59\xa2\xd3\x90\x9f\x4c\xf6\x7f\x88\x8b\x70\x1a\x44\x69\x04\x0d\x5a\xb1\x18\xb3\x21\xd7\x23\x0e\x1a\x72\xd0\x93\x86\xfc\xe4\xfe\x70\xdb\xf6\xe4\xe5\xb3\xd9\x1e\x3d\x79\x79\x69\xd0\x18\x63\xb2\x1f\x79\xd5\xa7\x66\xf7\xb4\xb5\xde\x31\xb9\x1d\xb2\xe5\xde\xd1\x68\xd0\xb4\xe3\xc3\x6d\x6c\xb9\x62\xc3\x68\xd0\x45\x1e\x3e\x1b\x52\x2d\x8c\x8f\x11\x5c\x2c\xa5\xef\xb4\x52\x62\x8b\xec\xf1\xe1\x36\xd2\x66\x7c\xc7\x49\x43\x4e\x7b\xcd\x86\x54\xa4\xe3\x9e\x0d\x29\x4f\xc7\x43\x43\xf6\xf8\xb0\x1f\xfb\xae\x31\xa6\xd9\x12\x7b\xce\x72\x7c\xd8\x8f\x9a\xec\x1f\x75\x36\xe4\x6d\x38\xda\x87\xf4\xa8\xd9\x30\xd9\xaf\x79\xc6\x0e\xa3\x41\xd3\x4e\x63\x38\x7a\xc9\x41\x3f\x3e\x44\xf9\xa1\x37\x8f\x93\x86\xfc\x64\x32\xd7\x53\xe2\x4e\x37\x26\x6c\xcb\x1e\x0f\x0d\xea\x71\x96\xd9\xb0\xf7\xdf\x52\x60\xe7\xfe\x71\x21\x7e\xdc\xbf\xb3\xf2\xb9\x0e\xcf\xd9\x66\x43\x6e\xfc\x39\x19\xfd\x21\x39\x4f\xa3\x21\x49\x98\xfb\x6c\xae\xa5\x38\xe7\x2e\xfe\x90\xad\xe7\xdc\x45\xcf\xcb\x74\x5e\x34\xe4\x18\x9f\x43\xbc\x97\x10\x1d\xd7\xe4\xcb\xbb\x38\xbf\xe6\x1e\x79\xd2\x71\x4d\xd2\x3d\x6f\xc6\x35\x49\xff\xa1\x04\xaf\x4e\x43\x8e\x31\x49\x8f\xdc\xe7\xe9\x85\xc5\x0f\x91\x7e\x4d\xd2\x7f\xec\xf3\x75\x7d\x08\xab\x79\xaa\xa7\x0f\x11\xd1\x74\x9a\xee\x49\x47\xe4\x9a\xde\xd0\xd1\xb3\x47\x9f\x63\x7c\x65\x5a\x9d\x5e\x71\xf9\xc8\x41\x35\x54\x1a\xec\xdb\x50\x56\xc3\x1a\xa3\xd6\x39\xcb\xc7\x55\x50\x83\xd1\x60\x6a\x08\x1a\xbe\x9f\x34\x2e\x53\x7c\x85\x5c\x6d\x37\xdc\x7e\x4d\xbb\xda\x0b\x0b\xf4\xf5\x65\x6a\x9f\x2e\x56\xc4\x57\x62\xd5\x3e\x7d\x80\x88\xaf\x85\x5f\xcd\x56\x43\xfd\x36\x3c\xac\xe9\x57\x84\x55\xdf\x59\x8f\xaf\x69\x57\x7d\x5f\x9f\x7c\xa7\xf5\x0a\x61\x5f\xc1\x50\x9d\xe3\x10\xdf\x13\x54\x63\x5b\x0d\xdf\x69\x63\x9a\xba\x21\x35\x59\x23\x98\xc5\xdb\xb7\xe1\x5c\x83\x7e\x17\x28\x1e\xb8\xf5\xef\x02\xc5\x7b\xd3\xf0\xa5\x74\x4c\x0d\x1f\xf1\xb5\xde\xea\x30\xd6\xe3\x7b\xff\xea\x58\xb3\x7c\x05\x54\x1d\x83\x4f\xbe\xd7\xbe\x0e\xe4\x80\x22\x05\x75\x70\x3d\xe2\x2b\x8f\xea\x51\x07\x0d\x5f\x4a\x8f\x83\xf3\xf1\x3d\xb8\xf5\xb8\xe1\xf6\x2b\x3a\xea\xf1\xae\x31\xbe\x94\x9e\xdb\xa2\xe3\x4b\xe9\xb9\x16\xf9\x6b\xea\xd6\xd3\x99\xe5\xeb\x4c\xd5\xf3\xa5\xc7\xd7\xa0\xae\x57\x61\xda\xaf\x33\x55\xaf\x7d\x35\x54\x35\xb0\x40\x5f\x01\x55\xaf\x17\xc2\xbe\x66\x43\xbd\x0b\x6b\xfa\x8d\x09\xd4\xbb\xb3\xb7\x3a\xda\x37\x5b\x39\xbe\xce\x52\xbd\xb9\xb7\xe3\x6b\xbc\xd6\x87\x6b\x3a\xb6\x2f\x1d\xcf\x8c\x7c\x84\xc2\x08\xf5\x79\x6e\x1a\xbe\x74\x3c\xef\x6a\xf8\xae\x18\x6e\x5d\x8c\xef\x7d\x69\x1b\x67\x6c\x7c\xef\x4b\xdb\xea\xea\x11\xdf\x06\x5b\x74\x8c\x6f\x03\xf2\x59\x26\x72\xdb\xae\xd5\xb0\x28\x6d\x65\xba\x0f\x31\xbe\x12\xbc\x15\xe4\xf3\xf8\x4a\x98\xb6\xf7\xf5\xc9\xa2\xb4\x55\x24\xdd\x28\xfd\xdb\x70\xad\x31\xbe\x94\xd6\x67\x35\xb8\x1a\x0e\x1a\xbe\x94\xb6\xce\x7a\x94\x2f\xa5\xbd\x40\xfa\xfe\xa5\xb4\xbf\xab\xe1\x4b\xa9\x71\x3d\xa4\xbf\x9b\x21\x93\x65\xee\x37\x3b\x1f\x1a\xbe\x94\x1a\x52\x4a\xc1\x91\x66\xf7\x1a\xc3\xd4\xc0\xaa\x7f\x05\x4a\xf3\x7d\x35\x7c\x29\x75\x63\x3d\xbe\xa6\x58\x73\xa7\xc7\x57\x7c\x36\x47\xf7\x8e\xaf\xed\xde\x62\x9a\xc8\x31\xbe\x56\x64\x5b\x17\xf9\x63\x69\xfc\x7f\x2b\xb0\x16\x18\x19\xe3\xab\xba\x5b\x1c\xab\xe1\xcb\xc6\x98\xde\x69\xc8\xaf\x69\x03\x7b\x40\x96\x4b\x5b\x57\x76\x7c\x83\x04\x6d\x5c\x6c\xda\xd7\xa0\x6e\xc7\x5a\xf0\xaf\xbd\xd8\x8e\xc5\xf9\xd7\x72\x69\xc7\xc9\x62\x7d\xed\xf8\x76\xdc\x30\xda\xbe\x0b\x7e\x3c\xab\xc7\x97\xd2\xe3\x65\x96\xaf\x12\x6c\x67\x87\xf3\xaf\x29\xd3\x4e\x2f\x34\x7c\x29\xbd\x0b\x9f\x7c\xcd\x90\xf6\x4c\x39\xd0\xf6\x96\x0d\xb0\xff\x35\x42\xdb\xb3\xdd\xf4\xf8\x0e\xfa\x10\x79\xd8\x35\xe8\x33\xa3\x2c\x6d\xff\x9a\x87\xed\x29\x90\xfe\x75\x51\xdb\xb3\xaf\x41\xd5\x63\x5f\x74\x34\x35\x30\x4b\x36\x4c\xd7\xbb\xc9\x39\x6f\xcf\xba\x3b\x5d\xd3\xce\x70\x63\xdb\xbf\xda\xa8\x3d\x0d\x6e\x7f\x34\x74\x62\x35\xe2\xa5\x71\x33\xbe\xfa\xaa\x3d\x8d\x31\x4c\x94\x76\xa2\x39\x26\x6e\x3b\x94\x9a\x16\xc8\xa0\xc3\xc4\x8b\x31\x86\x6b\x8c\x75\x88\x4d\xbc\x18\xcc\xb9\x3e\x71\x8e\x83\x89\x17\x67\x1b\x5c\x9f\x38\x6b\xea\xea\x11\xac\x87\x8b\xb9\x80\x52\x17\x2f\x01\x61\x49\xc7\xf4\x05\xda\x1e\x22\x3d\x18\x34\x44\x47\xb0\x51\x49\xd8\x58\x9f\x68\x50\x0c\xea\x91\x84\x0d\xb8\x1d\x1a\x14\xfb\x79\xb8\x36\x6a\x30\xcb\xd0\xaa\xaf\x2b\xeb\x5a\xd3\x83\x59\x86\x98\x3b\xd8\x97\xe4\xf6\x44\x62\x25\xb7\x53\x09\xb6\xba\x89\xb9\x13\xc2\x42\xb3\x4c\x75\x9d\x61\xb7\xf6\x9c\x5c\xb1\xd0\x27\x53\x4f\xb4\x2a\x19\xff\x60\xbd\x8d\x5c\x8f\x29\x5b\x5b\x95\xd0\x7f\xae\xb9\x73\x55\x22\xfd\xc1\x58\x1b\xa1\xf5\xb8\x57\x0f\x7d\x72\x23\x1d\x42\xeb\x31\x2f\x72\xab\x12\xc7\xcf\xc3\x39\x0d\xd1\xf1\xac\x4f\x34\xc6\x3b\x63\x68\x72\x1f\xda\x33\xe5\x73\xab\x92\xbe\x0f\xca\x78\x84\x06\x7d\x91\x41\xb9\x73\x53\x3a\xb4\x2a\xe9\xfb\xd5\x79\xb9\x73\x98\x62\x0a\xd8\x36\x82\x9d\xa1\x80\x6d\x7b\xb7\xc2\x18\x5f\xc2\xde\xc2\x46\x7d\x35\x7c\x23\xa8\xd6\xaa\x84\x23\x41\xb5\x90\x4f\xd2\xde\xca\xaa\x4b\x5a\xbe\x95\xad\x94\xb4\x24\x86\xd6\xaa\xa4\xe5\x5b\xd9\x4a\x09\x25\xa2\x62\xa1\xf0\x43\x23\xe6\x15\x72\x74\x1a\x31\xaf\x56\x25\x2d\x09\x4f\x85\x02\x14\x8d\x68\x54\x8c\xa1\x69\x67\x58\xa8\x55\x49\x29\x02\x25\xad\x4a\xc2\x10\x28\x19\x9b\x0e\x0c\x11\x8b\x56\x25\x0c\x88\x58\x8c\x4d\x07\x86\x00\x45\xab\x12\x39\x84\x1f\x5a\x95\x84\x21\x52\x30\x36\xa9\x7c\x22\x05\xad\x9a\x98\x8b\x35\x46\xfc\x8e\x02\xc3\xe3\x6f\xd5\xb4\x7a\xd3\xe3\x1f\x9b\x4c\x88\xe9\xcf\x97\x56\x3d\x49\x78\xe8\x91\x33\xb2\x8b\x92\x03\xf8\xf3\x63\x93\x91\xf1\x0e\x88\x94\x1c\xc0\xc1\x1f\x9b\xce\x3d\xfe\xfc\xd8\x74\xcc\x71\xdf\x5b\x95\x60\xc0\x7d\x1f\x9b\xcc\x90\x17\x69\x53\x3d\x67\x61\xc1\x65\x97\xe0\xad\xb7\xea\x39\xcb\x45\x0f\xad\xef\x58\xcc\x69\xda\x03\x3a\x74\x77\xa6\x8b\xfa\x69\x10\x73\x27\x0b\x24\xcb\x05\x6f\x72\x6c\xb2\x5c\xde\x93\xf5\x90\x60\xc0\x79\x1c\x9b\x2e\x13\x9e\xe0\xd8\xf2\x66\x5c\x0f\x9f\x88\xb9\x9b\x15\xd3\x75\xc3\xcf\x1b\x9b\x0c\x95\xf7\x46\xda\xe4\x65\xba\x39\x2b\x79\x77\x6e\x08\x93\x2d\xf2\x2e\x69\x93\x17\xe1\x66\x2b\xf3\xfe\x3d\x95\x06\x11\xf6\xb2\x95\x79\xdd\xde\x49\x58\xdb\xb4\x84\x53\x96\xb4\x26\xd9\xfa\xbe\x2c\x61\x5e\xc8\x29\x5c\x5a\x93\x6c\x7d\xa7\x3f\x31\xb6\xbc\xa1\x6f\xd0\x43\xa4\xbf\x07\x0d\xa2\xf4\x85\xd2\xaf\xc5\xd3\xf1\x59\xc7\xf6\xb5\x78\xfa\xb6\xed\x7c\x62\x6a\x60\x91\xbf\x97\xba\x6f\xbc\xb5\xb4\xef\x75\xeb\xdb\xc6\x91\xfa\xda\x44\x7d\x9b\x6f\x2d\xad\x7d\xad\xf4\xbe\xf1\xb4\xd2\xbe\x56\x7a\xdf\xb0\x67\xda\x57\xa4\xf7\x8d\xa7\x95\xed\x6b\x46\x75\x5e\x3a\x5b\x2b\x9a\x76\x1a\xc3\x63\x6b\x1a\x94\x67\x91\x56\x44\xe9\xce\x9a\x16\xcd\xb2\xb3\xd9\x2d\x1b\xe0\xa5\x6b\xda\x9d\x53\xd8\xb5\x1e\x3b\x0b\xd4\xb5\x1e\x95\x05\xea\xa2\x03\x8b\x47\x81\xca\xbe\x21\xf5\x5a\xd5\xa0\x8d\x9d\xeb\x5a\x8f\xc6\x8d\xea\x62\xae\xad\x59\x44\xfa\x0c\xb9\x37\x05\x3b\xfb\xd6\x39\x41\x5d\x8b\x8c\xa0\x6c\x55\x63\x74\x76\xbf\x6b\x3d\x3a\x9b\x5d\x35\x68\x67\x81\xaa\xc6\x30\x78\x31\x71\x6b\x2c\x90\x89\x5b\x5b\xb3\x68\x50\x63\x16\x13\xfb\x4b\x1c\x9b\x28\xf5\x35\xa8\x08\xf3\x35\xa8\xe8\x70\x8e\x65\x9e\xb1\x29\x7d\x5b\xcb\x23\x15\x70\x6b\xa2\x34\xa0\x23\x8f\x54\x70\x09\x4d\x84\x21\x4f\x5b\x1e\x18\x84\x63\x6b\x9a\x76\x09\x47\xd3\x46\x2d\xe1\xe8\xda\xa8\x01\x73\xae\xf5\x38\xf8\xc4\x35\xc6\xc1\x46\xb9\x08\x3b\xd7\x18\xa2\xe3\x84\xd2\x3c\x1f\xd3\x47\x6b\x2d\x77\x7f\x9a\x40\x63\x73\xd1\x31\x9d\xb6\xd6\xf2\x38\x9c\x1c\xfe\x10\x61\x17\x74\x84\x08\xbb\x98\x36\xb4\x84\xd7\x9a\x56\x94\x5e\x9c\xa0\xae\x59\x10\x7d\xcd\xb6\xdf\x50\x60\x7d\xbb\xd7\x04\x62\x03\x31\xd8\x72\xe3\x97\x18\x0c\xf1\x75\xc3\x46\x9e\x84\x67\x51\x2d\xbe\x1e\x88\xcc\xa3\xf1\xb0\xe0\x21\xaa\x1f\x16\x2b\xcf\xca\xc3\x85\x0c\x2d\xf8\x83\xae\x09\x2d\xf8\xc3\xc6\xe7\x59\x79\xd8\xa3\x10\xe7\x2f\xb7\x7c\x68\x39\x5f\xe4\x51\x1e\x1e\xcc\xb2\x96\x47\x63\xc9\xc5\xa1\x05\x7f\x59\x4e\x9d\x95\xc2\x93\x73\xfb\x6a\xe7\x5e\x96\x18\xfc\x2a\xe3\x5e\x96\x18\x1c\xd9\xc0\xb4\x5f\xdd\xdb\xcb\xc6\x12\x0e\x35\x14\xee\xce\xd7\x82\xea\x85\xf7\xe3\xe6\xd9\xb0\xe8\xf8\x72\x5b\x96\x90\xd3\x01\x24\x5d\x62\x28\xea\xd8\xcb\xee\x34\x64\x0f\xb6\x52\x07\x90\x0c\x8a\x51\x24\x8e\xcb\x7c\x73\x1d\x45\xe2\xb8\xe0\xf8\x29\x33\xa7\x97\x5a\xe9\x51\xd4\xd0\x69\xd8\xd5\xc0\x56\x46\xf6\x60\xda\xc8\x1e\x4c\x5b\x44\x69\x45\x40\xe9\xd0\x95\xfa\xfe\xab\x47\xfa\x5e\x66\xd0\x64\x94\x22\xf6\x3b\x84\x8d\x6c\x38\x78\xa4\xd7\x2c\x4b\xea\x0d\xb1\x6f\xeb\x13\x71\x8b\x90\xd3\xcb\x7f\x2f\xc6\xb4\xbb\xe8\x70\xde\xf5\x73\x81\x7c\xcd\xa2\xbd\x9d\xcf\x55\xad\x17\x35\x20\xd3\x7a\x32\x17\xfb\xbf\xca\x1e\xe8\x05\x8b\xb2\x27\x73\xd8\x88\x65\xcf\x06\x52\x12\x92\xdb\x58\x19\x08\xd9\x70\xd3\x43\xcc\xc5\x22\x5d\x0d\x83\xad\x94\x7a\x2a\x83\x94\x84\x92\x0d\x6c\xa5\xf4\x55\x19\xac\xc7\x9e\x0d\x4e\x83\xb6\x72\xda\x88\xa3\xd4\x6c\x78\x68\xd0\xaa\x1f\xb0\x9f\xdb\x70\xac\x41\xb5\xa6\x07\xcc\xe5\x12\x1e\x2c\x61\x2e\xd0\x09\x73\xc9\xcb\xb9\x66\x11\xe9\x38\x8f\x3d\x99\xc3\x02\x2c\x4d\xa4\x5f\x2c\x72\x32\x37\xc3\x7f\xad\x27\xe9\x17\x5b\x29\x13\x88\xf4\xa1\x51\xa4\x9e\x48\x1f\x1a\x45\xea\xa9\xdc\xe4\x6c\x48\x1b\x15\x64\x61\x91\xf2\x29\xcf\xf6\xaf\x32\x43\x7a\x79\x38\x41\x52\xa4\x05\xc1\x56\x9a\xb6\x72\xca\xb1\xa1\x8c\xa2\x5e\x5e\x48\x4f\xc2\x5e\xd6\x43\xb3\x90\xc6\x94\xe9\x26\x7d\xdf\xd8\x6c\x99\x2f\x3b\x91\xa4\xae\x59\xf6\x95\xe5\xf2\xa3\xc7\x43\xc3\x97\xdb\x7d\xe5\xb0\x48\x81\xed\x85\xf3\xf1\xa3\x07\xec\xff\xe8\xc1\xf9\x90\x8a\xdb\x49\x48\xd1\x1b\x69\x27\xd5\xa9\xf5\xaf\x8f\xd6\xf7\x0a\xe9\x32\x3d\x76\xac\xa6\x2e\x99\xbc\x63\x35\x15\x29\xb0\xbd\x31\xed\xef\x29\xb0\xbd\x41\x93\xe5\xe7\x2c\x78\xce\xd8\x39\x3c\x12\xd8\x7b\xe7\xf0\xc8\xfa\xd9\x89\x3b\x75\x09\xec\xbd\x23\x4a\xa5\x04\xf7\x25\x6d\x2c\xc7\x20\x69\x48\x02\x7b\xef\x2c\x85\x04\x36\x49\x5c\x4d\xc9\x24\x7d\x9f\xd2\xa6\x75\x09\xca\xdd\xb9\xa1\x12\x94\x3b\x0e\xad\x5e\xdc\xfb\xee\x5c\x26\x09\xca\xdd\x17\x61\x1a\x74\x09\xa8\x64\xdf\xa1\x43\xea\x7a\xf7\x35\xad\x98\x5b\x02\x4a\x2a\x6e\x0f\xb6\x44\xda\x79\x5f\xd2\x46\x8a\x74\x5f\xa2\x43\x06\xd3\x8e\x6b\xa8\x7c\xa7\xbe\x1f\x10\x96\x8b\x8c\x9f\x57\x92\x7d\xac\x1f\xdb\x34\xc6\x74\xeb\x9a\x6d\x62\x7f\x3e\x01\x36\xdb\x34\x28\xc6\x8e\x6d\x1a\x94\x10\x91\x49\xe7\xed\xdc\x72\xbd\xa8\xf6\xfd\x42\x72\x4a\xe7\xed\x04\x91\x4c\x5e\xcb\x3e\xaf\x7d\x33\xa9\xc9\x7d\x5e\xea\x66\xf2\x38\x76\xac\x95\x92\xfb\xb2\xae\x6c\x6e\xc3\xcb\x12\xe6\x22\xe3\xc5\x99\x44\xe9\x8e\xd3\x66\x12\xa5\x3b\x3e\x9a\x49\x50\xd6\x6d\xf5\x70\x35\xac\x1e\xa1\x06\xf6\x56\x06\x4e\x5d\x89\x69\xda\x97\x8a\x3b\x65\x92\x8b\xb5\xb0\x1e\xf2\x16\x2a\xf9\x5f\x26\x79\x54\x97\x95\x20\x8b\xa7\x62\x25\x28\xdb\xa6\x57\xa2\x4a\x26\xd9\x5a\x97\x95\x30\x44\x7a\x5d\xb9\x6c\x55\x0d\xf1\xaf\x92\xdb\x7a\xad\xd0\x21\x99\x56\x1b\x77\x4e\xfa\xbb\x36\x48\x97\x80\xaa\x9d\xbd\x95\x65\x5b\xf1\x6b\x4c\xae\x50\x45\xc3\x2b\x41\xae\xd7\xce\x91\x92\xe8\xa8\xe4\x51\x9a\xc4\x4f\xb5\x45\xba\x3e\x99\x7e\x4d\x33\x49\x87\x6a\xac\xba\x84\x41\xc5\xd1\x29\x23\x07\x9d\xab\xbe\x6f\x39\xe8\x43\x83\xc6\x70\x48\xd7\xad\xac\x5c\x42\x3d\xaa\xf7\xea\xeb\x93\xec\xc1\x22\xeb\x12\xd6\x19\x88\x1a\x4a\xbe\xea\x35\xc8\x20\xd4\x9d\xab\x04\x8e\x76\x19\x6b\x15\x95\xbf\xcb\x36\xab\x83\xcd\x76\xf1\x82\xa3\xb3\x97\x6c\x80\x5b\x59\xb3\x75\xb0\xc8\xba\xb7\x75\x86\x74\xc6\xae\xdb\x50\xa7\xfe\x1e\x4a\x02\xeb\x95\x64\x6c\xd3\x15\xab\xc7\x22\x4c\x87\x8e\xbb\xaf\x34\xb1\xce\x3b\x5a\x33\x99\x95\xf5\x64\x4d\x65\x9c\xd4\x75\xf7\x25\x1c\x2b\x1a\x7e\xd7\x8d\xaa\xdc\xec\x7d\xcf\x1e\xd0\x21\xb1\x55\x6f\x56\x4c\x3e\x44\xbd\xa1\x23\xef\xdc\xba\xea\x79\x81\x66\x78\x78\xec\xb2\x56\x2a\x77\x7f\x97\xb5\x52\xe7\xc3\xcf\xd0\x4b\x7d\xaf\xb8\x1d\x7a\xa9\xef\x95\x9b\xed\x92\x41\x0d\xed\xbc\xd7\xdf\xc9\x42\xec\x0d\xe7\x60\x97\x49\xd5\xe6\x33\x51\x73\xad\x5e\x43\xcb\xba\x16\xab\xcd\x17\x9d\xe6\xe2\xab\xcd\x70\x46\x73\xb1\xd1\x76\xc6\x10\x1b\x6d\x67\xf5\x6a\xf6\x80\x0d\x45\x1e\x5a\x5d\x54\x77\x35\x54\xc6\xc8\x06\xd6\x46\x81\x86\x56\x39\x2b\x0a\x34\xb4\x19\x2a\x6e\x2e\x2b\xac\xcd\x7c\xc9\xa1\x0c\xde\xde\x66\xec\xb8\xb9\xcc\xb2\xd6\xd6\xa0\x62\xae\xb1\x9c\xb9\x1e\x33\x8a\xd2\x3c\x49\x27\x8a\xa2\x67\xb3\x3e\x53\xe9\x3f\x3d\xc4\x4b\x87\x30\x89\x9f\xd6\xd9\x67\xd9\x7a\x8d\x08\xc8\x2e\x5b\xaf\xcd\xdc\xbe\xb1\xcb\xd6\x6b\x44\x40\x76\x59\x61\xcd\x16\x61\xd9\xb0\x08\xd3\x7a\x18\x5b\x29\x3b\xad\x11\x23\xd1\x6b\x5d\x6f\xbe\x28\xcd\x06\x16\x39\x17\x08\x95\xef\xb9\x1e\xbe\xe8\xc8\x1e\x8b\x17\xf5\xc0\x05\xf1\xe4\x25\xe0\x45\xe1\xae\x86\x0b\xe2\xc9\xdc\x7c\xae\x1a\xbb\xa4\x6f\x23\xce\xb2\xcb\xf8\x6b\xd3\x05\x69\x9e\xec\x07\x6b\xda\x73\x16\x36\x3b\xb9\xc5\x27\xd1\x33\x62\x6f\x63\x11\x26\x6e\x97\x3c\x92\xbd\xd8\x0e\x16\x48\x42\xbf\x11\x89\xd9\x25\xf4\xdb\x8c\x28\x37\x4f\xf6\x0f\x04\x43\xcf\x06\xf6\x25\xd7\xe3\x58\x74\xa8\x81\x20\xf4\x2e\xb5\xd0\x4e\x56\x3d\xb9\x3d\x19\x23\x99\xc3\x27\xf1\xe4\x85\x58\xcd\x2e\x93\xb0\xe1\x93\x78\x52\x8a\x73\xa0\xe4\xf4\xde\xf0\x05\x3c\xa7\x25\x2e\xe2\x52\x3e\x6d\x49\x1b\xe9\x89\xf6\x40\x87\xb4\x51\xc3\x7d\xd8\xa5\x27\xda\xcb\x35\x95\x5a\x68\xbc\x4e\xb9\x82\x2d\x8d\xe0\xaf\x2b\xb6\xd2\x5e\x76\x4e\x6a\x81\x52\x80\xa1\x27\xd1\xde\x09\x72\xb8\x0c\xcf\xbe\xad\x69\x9b\x1a\xd8\x6c\xd1\xd1\xb7\x35\xc6\x77\xda\x4e\xf9\x8a\x8b\xb0\x5e\x38\x85\x32\x91\x3b\x81\x5b\x17\x1d\xbd\xac\x31\x34\x2d\x01\x0a\xbd\xb3\xf6\xbe\xa4\x94\x74\x4d\xc7\x38\xf1\x24\xbd\xb2\xc8\x49\x29\x11\x0b\x3d\xbc\xf6\x5e\x59\xf5\xa4\xb4\xc2\x9c\x74\x4d\xaf\x08\x47\x19\x7c\x7d\xc9\xb1\x24\x7d\xc9\x31\x59\x80\xbd\x71\xa4\x64\x01\xf6\xc6\x12\x26\x2f\x8d\x3b\x97\xbc\x10\x0d\xde\x65\x88\xf7\xb6\x78\x11\x73\x9d\x63\x99\xa4\xe3\x98\x78\x52\x8a\x63\xb2\x4b\xe7\xf5\xbe\x48\xd7\xb4\xd8\x44\x9e\xbc\xd8\x1a\x54\xa4\x3b\x8b\xac\xc8\x5a\x27\xa6\xe1\xc9\xcb\x12\x28\xf1\x3b\x59\x88\xbd\x63\xa8\x78\xd2\xb4\x64\x89\xc2\x5d\x7d\x19\x2a\x0a\x77\xf5\xe9\x2d\x34\xff\xd1\x30\xb5\xac\xde\x8f\x7b\x9f\x36\x45\x53\x92\x7c\xef\xf3\x51\x7a\x54\xf9\x02\xfd\x5c\x9f\x68\x96\x69\x42\x0c\xbd\x30\xf7\x8e\xfb\x10\x72\x30\x3a\xee\x43\xe4\x2c\xd3\x7d\x18\x7a\x72\xee\x7d\x06\x4f\x47\x95\x9d\xd6\xb1\x29\x22\xa7\x25\x3e\x1a\x39\x2d\xd7\xbe\xca\x70\xeb\x33\xff\xab\x45\xd2\xc1\x1b\x74\xe4\x2c\x44\x0d\xf4\xb0\xdd\x3b\x11\xd4\x2a\x4b\xae\xe3\x71\x54\x19\x6e\x7d\x56\xa4\x8d\x2a\xb3\x8c\x54\xbe\x51\x65\x96\xd9\xbc\xc3\xa3\xca\x0a\x33\x02\x95\xa1\x31\x6c\x63\xc5\x14\x88\x32\x02\x95\x4a\xb1\xec\x56\xa0\x43\x86\x85\x51\xc6\x12\x39\x0b\x31\x01\xbd\x85\x77\x23\x26\x10\x39\x2d\x4f\x2b\x55\xa6\x87\x61\x7a\xd4\x3d\x7b\xb0\x1e\x49\x07\x51\xc7\x50\xfc\xcb\xea\x9a\x36\xd4\xb0\x78\x19\x6a\x60\xd5\xf7\x6c\x60\x3d\x64\x7a\x18\x71\x80\x2a\xb3\xc1\x1a\x9f\xc8\x4a\x30\xae\x5b\xc8\xc4\x34\x02\x03\x7a\x1c\xef\x86\xca\x57\xd1\x40\x37\xd2\x4d\x22\x17\x88\x10\x62\x95\x9a\x34\x5e\x41\xaa\xb4\xa2\x39\xbc\xe4\x8a\xa1\xd0\xab\xb4\xa2\x39\xfb\x22\x15\x67\x38\xf5\x55\x1a\xcd\x78\xb6\x56\x02\x73\x37\x34\x7c\x95\xfe\x36\x34\x7c\xe4\xaa\xa3\xe1\xf5\xc0\xde\x0d\xed\x5c\xa5\xe2\x8c\x48\x5d\xe4\xbe\x1c\xeb\x13\x91\x4e\xa4\x2e\xf6\x6c\xe0\x56\xca\x67\xb5\x93\x3b\xd7\xb3\x61\x71\x2b\x5e\x4e\xb8\xed\xd9\xb0\x06\x15\x73\x17\x37\x2a\x77\x0e\xc3\x3e\x64\x23\x1a\x4f\x1a\xaa\xcc\xe8\x76\xb3\x51\xd2\x79\xc6\x9b\x84\x4a\x35\xba\x61\xd8\x2b\xd1\xb7\xdb\xbc\x73\x2d\x6a\x36\x70\x1c\xa4\x7b\x0d\xc3\xbe\x4a\xc5\xd9\xbb\x3e\x11\x73\xeb\x12\x4a\xc5\x19\x9a\x55\x8f\xfb\xdd\xd6\xad\x94\x7a\xf2\x6d\x7d\x62\x6a\xe0\x48\xc9\x12\x75\xde\x48\xa3\xe5\x27\xb0\x2f\x63\xcd\x79\x12\x55\x8e\x72\xf7\xb2\xc6\x08\x35\x70\xc5\xa4\x49\xfc\x7f\x28\x0c\xeb\xce\x0b\x68\x95\x6a\xf1\x9d\x31\x7a\x36\x30\x86\xf4\x04\xf9\x81\x2d\x74\xc6\x1c\x65\x5c\xa5\x27\x9c\xe0\x5e\xe8\x8c\x39\x6f\xa4\xaa\x55\xe8\x5e\xd7\x27\xdf\x7d\xf1\xb6\x3e\xd1\x18\x0d\x89\x2b\xed\xe1\x78\x08\x2a\x6f\xe8\x4e\x84\x2f\x7a\xf6\xe0\xc0\xe8\xd0\x51\x36\x38\x6a\x64\x03\xdb\x10\xbf\x93\xc4\xd1\x9d\x48\x9d\xb2\xa2\xbb\x1b\x87\x58\xb6\x9e\x13\x35\x08\x85\xff\x1c\xd3\x5f\x25\x17\xdd\x8d\x03\xa8\xf3\xe6\x4b\x30\x28\x68\xe2\x0e\xe7\xb2\xb1\xdc\xe1\x5c\x51\x14\x77\x2e\x93\xa2\x28\x8e\x2f\xa0\xdc\xeb\xee\xa8\xee\x3a\x72\x0c\x2e\x93\x0e\xb1\x93\xa9\xa6\x64\xec\xee\x64\xa8\x28\x19\xbb\x7b\xb0\x47\x3a\xb3\xce\x63\x43\x55\x8c\xc4\x09\x23\x44\x1e\xe2\xc1\xe1\x51\x48\xc4\x79\x06\x68\x0a\x89\x38\xcf\x00\xca\xdf\xee\x4e\x22\x88\xf2\x1c\xba\xa3\xae\x95\xe7\xd0\x9d\xe7\x51\xa5\x35\x74\xbf\xd6\xb4\x62\x6e\xc6\xf4\x87\xd2\x1a\xba\xa3\xae\x95\xd6\xd0\xfd\x82\x97\x3c\xd5\x24\x82\x28\xa1\xbb\xfb\x7c\x1e\x1d\x99\xd6\xe0\x53\x3b\x8f\x4c\x49\xf0\x07\x4a\xa5\x8c\x1d\x93\x5b\x25\x4a\xdd\x97\x1c\xc8\x73\x3f\xa3\x7d\xa3\x95\x6c\xe0\xc0\xe4\x31\x27\x45\xa3\x95\x6c\xe0\x10\xe7\x31\x9f\x4f\x91\x23\xb3\x18\xfc\x65\x2b\x15\xed\x73\x84\x4b\x93\x56\x0c\x9e\x01\x94\x14\xde\x83\x9c\x0d\x25\x85\xf7\x20\x96\xd0\xa4\xd1\x62\x6a\xe7\xd1\xa4\xc0\xa2\xc0\x9c\x14\x58\x14\x66\x91\x7a\x0a\x12\x4a\x95\x25\xde\x63\xd6\x94\x8e\x26\xd5\x12\x3c\x45\x2a\x6d\xbc\xc7\xce\x7a\x48\x93\x04\x45\xa6\xca\x23\xef\xb1\xb3\x1e\xd2\x24\x31\xc3\x90\x4d\x89\xe5\x3d\x08\x43\x2a\xb1\xbc\xc7\xbe\x08\x13\x1d\x75\xf5\x50\x43\x5b\x84\x89\x8e\xb6\x98\xd3\xb4\x58\xd8\x4a\x0a\xef\xc1\xbb\x62\x93\x26\x09\x42\x07\xca\x12\xef\x31\x1f\x1a\x47\x93\xd9\x10\x3c\x1f\x28\x6d\xbc\x47\x67\x16\xd9\x11\x41\xa0\x52\x59\xe2\x3d\xb0\xc1\x95\x25\xde\xc3\xd6\x18\x22\xcc\xd6\x18\xfa\x84\xab\x3e\x72\xe7\x66\x05\x40\x1b\xb9\x73\x5c\xf5\x91\x3b\xe7\x2c\x90\x34\x5a\x90\xb6\x3a\x72\x2b\x09\xec\x8f\xdc\xb9\x58\xb3\x68\xda\x58\xb3\x68\x8c\xf9\x14\x39\x9a\xc2\x0f\x41\x32\x5a\x26\x71\xc4\x58\x83\x6a\x1b\xc6\x22\x4c\xdb\x40\x08\x31\xd3\x3c\x62\xd6\x91\x8f\xcc\xea\x88\x83\x03\x23\xab\x29\x0e\x0e\xae\xac\xa6\xc0\xd2\x18\xb9\x0d\xb8\xec\x23\x57\xfd\x5c\x3d\x44\x07\xef\x09\x4a\x04\xef\x71\xad\x59\xc4\x0b\x0e\xc1\x48\xe6\x70\x08\x94\x19\xde\x03\xf9\xa1\xcc\xf0\x1e\x98\x1e\x23\xd9\xbf\xa1\x23\x99\xe3\xd5\xb0\x49\x91\xc6\xcd\x2c\xc9\xed\xcd\x9a\x4a\x91\xc6\xc3\x7a\x48\x09\xc6\xc3\xf9\x48\x4a\x1f\x0e\x6e\xdf\x7f\x47\x81\x51\x0a\xd3\x86\x34\xe4\xd8\xb8\x6e\xd2\x90\x03\xd3\x5f\x15\x92\x7d\x6c\x6b\x02\xf5\x20\x25\x21\xf3\x48\x46\x61\x4b\x14\xbd\x18\xb8\xef\xca\xbd\xee\xa3\xa0\x05\x14\xce\x18\x33\x25\xa1\x29\xf7\xba\x8f\x75\xcb\xa5\x26\x07\x46\x46\xfb\xd1\x03\xf9\x9c\x3d\xf0\xe7\x87\xf4\xd5\xa8\x5c\x48\x69\xd6\x41\xc2\x81\x52\xad\xfb\xe0\xf5\x21\x33\x43\x46\x5d\xa4\x8b\x5b\x02\x95\x99\xf7\x31\x70\xf0\x95\x7b\xdd\x07\xee\xbb\x52\xad\xfb\xc0\xa6\xc8\x44\x90\x41\x66\x56\x4b\xc2\x78\xb0\x50\x36\x72\x1f\x1d\x3a\x92\xb0\x25\x18\xa4\x16\x46\x5f\x83\x6a\xda\x05\xfc\x20\xb5\x30\x48\x5a\x50\x36\x72\x1f\xb6\x66\x11\x2f\x4b\x74\x24\xa5\x78\x1c\x99\x6e\x32\x70\x30\x32\x99\x64\x90\x88\xa5\x84\xdd\x3e\x78\x9f\x50\x7e\x6e\x1f\xf3\xda\xf7\x4d\xd2\x77\xcc\x5b\xde\x37\xa9\xeb\x31\x73\xd1\xfb\x26\xdd\x3b\xd6\x2d\x97\xaa\xa5\x10\xa3\x2b\x61\xb7\x0f\xfc\x89\x96\x0b\x34\xbd\xfc\xae\x84\xdd\x3e\xa6\x83\xd1\x37\xb9\xdb\x83\xd0\x5d\xcb\x15\x23\x74\xd7\x72\x81\x96\x1d\x21\x35\x39\xce\x45\x58\x36\x4c\x30\x82\x4d\x42\x7f\x4c\x49\xd1\x37\xc9\xf8\x41\x2c\xaf\x49\x91\x0e\x32\x4c\x9b\x14\xe9\xb8\x60\x5f\x42\x7f\x5c\x80\x22\xc8\x55\x1e\x17\x74\x8c\xec\x01\x1d\x32\x0a\x06\x09\x07\x6d\xe4\x27\x8b\x30\x31\x77\xb1\x84\x32\xf8\x06\x29\x09\x4d\x91\x93\x41\x86\x69\xcb\x9d\x03\x74\x43\xe9\xb3\x7d\x3c\xac\xa9\x44\xfa\x78\xd8\xca\x3d\x3f\x99\xb7\xa1\xe7\xde\x3e\xac\xba\x24\xf8\x78\x58\x20\x49\xf0\x41\xda\x6a\xcf\xdd\xe7\xc1\xb3\xcb\x58\x1b\xb8\x42\x5d\xb6\xd9\x78\x17\x1d\xda\x86\x17\x6e\xe5\xd6\x8d\x69\xe0\x8c\x9e\xbb\x3f\x9d\xa5\xbe\xc9\xcf\x3b\xe6\xc3\x49\x57\x92\x6e\x3f\x36\xb6\x41\x5a\xe0\x98\xbe\xd1\xe8\xda\xdb\xa3\xac\x4f\x9a\x1a\x2a\x3d\x34\x68\x81\x30\xa9\xda\x63\x5f\x3d\xf4\xc9\xce\xc1\x95\x16\x38\x78\x23\xcd\x9c\x9e\x03\xc0\x8b\x4c\x9f\x3d\x08\x54\x66\x4e\x0f\x25\x45\x23\x53\x78\x0e\xf2\xa4\x32\x63\xe7\xa8\xec\x9c\x34\xc9\x01\x58\x45\x26\xd8\x1e\x0d\x5e\xa4\x38\x8e\xb6\x3e\x11\x1d\x0d\xc2\x64\x14\x1c\x6d\x11\x26\x3a\x3a\xbb\x2f\x5f\xf1\x20\xf7\xb3\xeb\x38\x1c\x53\xc2\xf4\xcc\xa7\x3d\x8c\xf5\xd8\xf3\x93\x35\xed\x50\xc3\x9a\x36\x3f\x81\xdb\xdc\x39\x64\x50\xcf\x9d\x23\x51\xa1\xff\x56\x1d\x58\x3f\x78\xd2\xe8\xb9\x8b\xc4\x37\x7a\x6e\x5a\xac\x19\xc5\x06\x76\x49\x97\xfa\x3f\x06\x7c\x49\x0f\x1f\x24\x2d\x64\x2a\xce\x81\x1b\xd3\xa5\xfe\x0f\x1e\x1b\x7a\x6e\xc9\xf4\x5a\x7a\x26\xfd\x1e\x88\xb0\x9e\x7b\xc4\x6b\x68\xcf\x3d\x22\x02\x92\xc9\x3a\xc7\xc9\x2c\xb9\x25\xd7\x1a\x34\x1b\xa6\xe8\xc8\xcc\x9b\x63\x89\x0e\x29\xe3\xe3\xe2\x78\xc9\x40\x38\x2e\xce\x8a\xf4\xf7\x71\xb3\x1e\xd2\xbd\x07\x31\xc5\x2e\x27\xf6\x78\x38\x4d\x52\xe8\xc7\x12\x1d\x52\xe8\xc7\xc3\xb4\x3f\xc6\x60\x5a\x29\x52\x2a\x57\x47\x97\xce\x3b\xf0\x49\x32\x97\xe6\x24\x8f\x3c\x53\x67\xce\x8d\xcb\x24\x3a\x4e\x4c\x8f\xcc\x94\x39\xb7\x35\xed\x97\xfd\xb3\x2c\xc2\xd4\x03\x27\x25\x73\x69\x4e\x6c\x91\xcc\xa5\x39\x09\x67\xa8\xb4\xbe\x9f\x3b\xb3\xc8\x13\x3c\x77\x2e\x82\x78\x39\xd7\x0d\x95\xbe\x3a\xc9\xf0\xce\xf4\x9b\x13\x4b\x23\xb3\x6d\xce\xca\x29\x94\x02\x3b\x81\x7f\xc9\x6c\xe4\x13\xb4\x97\xcc\x35\x3e\xc9\x73\x10\x9e\x43\x3f\xb1\x23\xba\xf4\xf7\x49\xfe\x76\x97\x02\x3b\xd7\x95\xcd\x05\xea\x70\x2b\xf5\x74\x76\x04\x65\x72\x4b\x5a\x43\x97\xbe\x3a\x8d\x35\x4d\x5e\x0c\xe9\x9b\xbc\x38\xfb\x22\x45\x7a\x62\x25\x74\x29\x9f\xd3\x11\x94\x49\xba\x43\x58\x92\xee\x9c\xc2\x24\x7d\xdd\x5b\xe9\xab\x33\x98\x25\x49\xc7\x9f\xe8\xf2\x15\xcf\x80\x17\x69\xb4\x73\x59\x1a\xb2\x45\x4e\x0c\x8b\x2e\xe7\xf1\x9c\x25\x6c\x43\xc8\x55\xfd\xc4\x6c\xc8\xa4\xd4\x73\x7a\x0b\x3d\x93\x52\xcf\xf9\x5a\xd0\x8b\xd4\xf5\xc9\x05\xca\x7c\xc9\xf3\xa6\x87\xf4\xd5\x49\xb2\x5f\xe6\x27\x9d\xb3\x42\xa4\x0b\x00\xad\x9f\xb3\xa4\x76\x64\xc2\xd2\x49\xe8\x3f\x13\x96\x4e\xc2\xf6\x99\xb0\x74\xa2\x48\x33\x61\xe9\x7c\xff\x35\x96\x52\x3f\xe7\x6b\x5d\xcf\x54\xbe\xf3\x5d\xdc\x7e\x17\xe8\x42\x2b\x66\x5e\xde\x35\x23\xfd\x3d\xf3\xf2\x2e\xf2\x82\x04\x23\xd1\x2f\xb4\x62\x66\xb8\x51\x2d\x3e\x4c\x7a\xf3\xe2\xce\x65\x86\xdb\x55\x16\xa6\xd3\x97\x74\xea\xc9\xbb\x00\x84\xfa\xb5\x60\xa0\x74\x4d\x2f\x94\x60\x26\x4e\x5d\x75\x4d\xeb\x6a\x60\x3d\xa4\x6a\x2f\xa2\x7d\x26\xcd\x7a\xa1\xd1\x4c\x8a\xf4\x02\xea\x28\xf3\xc6\xae\x06\xb6\x94\x0e\xff\x85\x0f\x6f\x52\xb5\x57\x67\x5a\x1d\xfe\x6b\xc6\xf1\x7b\xe6\x6b\x5d\x9d\x31\x74\x91\x2f\x63\xf7\x65\x67\x5e\x68\x45\xc1\x8c\xf4\xcb\xd8\xec\xf2\x5b\x21\xc4\xcb\x38\x5e\xba\x19\xd7\x0c\xff\xf5\x4c\xd5\xba\xbc\xfc\x2b\x44\xac\x7e\x11\xed\x33\xc5\x04\x2e\x67\x07\x64\x51\x5e\x3c\x03\x64\x52\xd9\x15\xd0\x24\xf5\x7f\xc5\xea\xa1\x4f\x88\xe5\x99\x42\x00\x17\x51\x7f\xc1\x0e\xf6\x8b\xea\x08\x93\xbd\x78\x51\x1d\x61\x32\x10\x2e\xee\x5f\x26\xa6\x5d\xc7\x22\x5d\x9f\xe0\xbe\x67\xa6\xda\x75\x2c\xd2\x35\x06\x6a\x52\xb8\x23\xfd\x3a\x18\x54\x1a\xfe\x3a\xd7\xa0\x62\x7f\x2a\xd2\x9e\x69\x56\xd7\x54\xa4\x3d\xd3\xac\xae\x59\x64\xda\xf7\x2d\xc7\x78\x68\x10\x61\x17\xa0\x62\x79\x77\x50\xa4\x99\x0f\x77\x61\x61\x9b\xec\x88\x6b\xe6\x08\xf5\x5d\x56\xe9\xf5\xac\x31\xc4\x1c\x16\x76\x66\x66\x5d\x04\x08\x05\x58\xd5\xaf\x75\xed\x65\x69\x5c\x3c\xd2\x67\x4e\xdd\x35\x03\x84\x3d\x13\xb1\xae\xa9\x59\x7b\xa6\x59\x5d\x98\xcb\x99\x66\x75\x4d\x55\xdb\x33\xab\xea\xc6\xa9\xcf\xbc\xbc\x7b\xbe\x2d\xf4\x5d\x77\xe7\xc6\x87\xcf\xac\xbb\x1b\x39\x90\x69\x56\x77\x81\x0e\x1d\xa9\x7b\x62\x86\x0c\x93\x09\x74\x53\x6e\x65\xb2\x78\x6e\x04\x43\xa6\x48\x51\xc6\x3e\x84\xc6\xd5\x6f\x9e\xf1\x4d\x26\xd0\x4d\x69\x82\xc9\x04\xba\x77\xce\x98\xac\xd2\x7b\x5f\xbc\x84\x1a\xe0\x45\xe7\xf4\xde\xd7\xb4\x1a\xb4\xae\x31\xc4\xcb\x12\x2e\x12\xa5\x37\x99\xc4\x26\xb9\x78\x93\x28\x64\x32\xa3\xee\xce\xde\xea\xe0\xde\xb6\x66\xd1\xa0\x5c\xe4\x5d\x5e\xcb\xcd\x45\xde\x65\xea\xde\x84\xed\x33\x2d\xf1\xc6\x56\xcd\xa4\xc3\x3b\x60\x4e\x76\xd5\x1d\x30\x27\xeb\xf8\x0e\x36\x5b\xd7\xe3\x5e\xb7\x52\x02\xfb\x1e\x9c\x31\x49\xdf\x7b\x70\x1c\x74\x81\xee\x03\x5e\x74\xb4\xef\x03\xbc\x3c\x1d\xed\x1b\xe3\xd5\x2c\x1b\xb8\x40\x3a\xb8\x37\x61\x37\xb3\x6c\x60\xc5\x64\xe0\xdc\x3c\xbb\x67\x26\xe3\x7d\x32\xa8\xe2\x22\xf7\xc9\xf5\xa8\xf9\xc9\x9a\x25\x3f\x61\x50\x59\x91\x37\x71\xfc\xcc\x53\xbc\xd7\x35\x55\x5c\xe4\xbe\xe0\x36\x8f\x25\x0f\xf3\x99\xa7\x78\xdf\x70\x9b\xe7\xf4\x46\x28\xc9\x12\xbd\x6f\xae\x58\x9e\x53\xe2\x70\x26\x43\xeb\xc6\x66\x36\xd9\x99\xf7\xb3\x7a\x88\x97\x87\x8d\xca\x23\x85\xab\x9c\x39\x4e\x37\x45\x47\x99\xb8\x78\xbf\x6c\xb6\xec\xee\x1b\xbf\xd7\xa4\x7c\x40\x79\xe8\xbb\x65\x03\xeb\x21\x6d\xf4\x6c\x9c\x42\xed\xfe\xb3\x2e\xb2\xb6\xf2\x59\xf7\x36\xb2\x61\x0d\xea\x6a\xe0\x68\xff\x56\x21\x73\x7f\x0a\x9c\x47\x7e\x0e\xe7\xda\xf8\xa7\xb0\x25\xda\xf8\x87\x77\x01\x93\x79\xf8\xe0\x47\x67\x6a\xd2\x83\x51\x2e\x88\xdb\x0e\xf2\x44\xcf\x4c\x24\x90\x27\x7a\x66\x22\x3d\x15\x2d\xa0\x7d\x7e\x70\x9b\x33\xcf\x08\x28\x8a\x91\x39\x9c\x0f\x28\x90\x99\x67\xf4\xd4\x35\xa8\x78\x69\x1c\x0d\xe9\xde\x07\x80\xc5\x4c\xf8\x79\x00\x1e\xcd\xfc\x9e\x67\x89\x0e\x29\xe3\xa7\x73\xcb\x15\xcd\x79\x30\x32\x32\x03\xe8\x21\xfc\x67\x23\x1b\xd6\x18\x22\x1d\x3b\x3e\x33\x80\x9e\x65\x64\x48\x6f\x3e\x18\xe5\x2e\x13\xf3\xc1\x06\x70\x99\x98\x0f\x25\x93\x99\x6d\xfa\x04\x22\x5d\x8a\x14\x28\x8a\x5e\xa5\x48\x1f\x82\x7b\x55\x8a\xf4\x21\x41\xc7\xa5\xf3\x80\xa2\xe8\x35\xa7\x9d\xae\x72\xcf\x7c\x9c\x67\x2c\xc2\xb4\xd9\x63\xcd\x22\x6e\xc7\x9a\x45\xcc\xcd\x77\x81\x9e\xf9\x38\x0f\x12\x2b\xb3\x6d\x1e\x52\xf9\x5c\x9a\x15\x6c\x8a\xe1\x32\x53\x9f\x03\xc8\xd9\x1f\x0d\x37\x0d\xe2\x05\xff\xdb\x7f\x34\xdc\x34\x88\x17\xac\x84\x4c\x7b\x79\x88\xf6\xb9\x74\xef\x33\xcb\x2e\xbb\x60\x24\xfa\x83\x3c\x72\x29\xe3\x87\x67\x44\x97\x32\x06\xe5\xa8\x57\x99\x62\xcf\xbd\x06\xd5\x2c\x53\x1e\xf5\xcc\xa5\x79\x48\x5a\xf0\x9c\x05\x01\x95\xb9\x34\x0f\xf9\xca\x99\xf9\x0b\x58\xc5\xf0\x9c\x85\xd0\x5d\x66\xb9\x3c\xef\xea\xa1\x41\x5f\xa6\x95\xbe\x02\x68\x62\xb8\x74\x1e\xb8\x12\x5d\xa8\x11\xfd\xdd\x58\x42\x29\x41\xf0\x98\xba\x50\x23\x3a\x98\xb9\x3d\x13\x63\xc0\xcc\x4d\x28\xd6\x0e\x44\x6e\x17\x8c\x44\x07\x22\xb7\x0b\x46\xa2\x03\x91\x3b\x32\x8d\xf7\x45\xc2\x64\xa6\x0c\x68\xb6\x3d\x13\x63\xde\x7d\x7d\xd2\xd4\xc0\x12\x4a\xe7\x2d\x24\xda\x4c\x8c\x01\x78\x76\x64\x4e\xee\x82\x95\xcd\x4c\x19\x20\x31\x46\xa6\xe0\xbe\x95\xb3\x2e\xff\x4a\x38\xb3\xe2\xb6\xc2\xbe\xb4\xc0\xc2\x99\xad\xd2\x02\xe0\xc2\x8e\xcc\xda\x05\xd3\x75\x78\xb2\x8f\x5f\x53\x95\xd6\xb0\x10\x5b\x33\xdb\x06\x80\xd6\x9e\xb9\x34\x13\xa0\xf5\xd3\x20\x3a\x90\x41\x2e\xfb\x0e\xa4\xd4\xe1\x52\x93\x6f\x67\x3d\x2c\x7b\xb0\xc8\x96\x3d\x58\x20\xe9\x4d\x60\x4f\x7b\x95\x27\x38\x51\x3d\x4b\xcf\x1c\x96\x17\xc7\x44\xf0\x13\x1d\xcc\xce\x2e\x70\x89\x0e\xbc\xe6\xc8\x54\x60\xc0\x33\x7b\x26\xa4\xbc\x4b\x28\x29\x3e\xb3\xb0\x24\x32\x6b\x17\xa0\xc7\x2e\xc8\x86\x0e\x6a\xe3\xf0\xfe\x5b\x75\x60\x2f\xc6\x8e\xe7\x3e\x1f\x6b\x3c\xd1\xc4\xdb\x42\xa6\xf4\xbe\x4b\x74\xe4\x96\xe0\x71\x64\x7a\x05\x58\x88\x3d\x53\x23\x40\xaf\xe8\x99\x09\x01\xf4\xe1\xf0\xdc\xc5\x29\x7e\x7a\xa6\x46\x00\x6c\xd8\x33\x13\x02\xf4\x8a\x9e\x99\x10\xa0\x57\x0c\x97\xc5\xf0\xde\x9c\x26\x59\x94\xef\x12\x1d\xb9\x47\x38\x29\x99\xc5\xf0\x2e\x49\x21\xf5\xff\x92\xd6\xe0\xb2\xe4\x5e\x0a\x19\xdc\xf2\x93\x79\x34\x32\xf1\xe1\x5d\xb2\x24\x37\xfe\x85\x52\xc9\x56\x80\x26\x46\x26\xdb\xbe\x38\x29\x4d\xc2\xf6\x25\xa6\x2f\xf8\x06\xdb\x28\x62\x52\x5e\xac\x01\x01\x31\x94\x17\x6b\x40\x40\x74\x65\x53\xd8\x36\x25\x45\x57\xf2\x84\x81\x09\xd1\x95\x2b\x61\x1b\x69\x0d\xca\x8b\xb5\x8d\x88\xa1\xb2\x5e\x6d\xc3\x49\x51\xd6\xab\x01\x01\xd1\x95\x09\x61\x1b\x2e\x88\xb2\x5e\x6d\x61\x42\x08\x81\xd2\x36\x42\x88\x4a\x7c\x30\x60\xe9\xba\xf2\x1c\x6c\x81\x44\x28\xf5\xd5\x36\x92\x8f\x85\xfe\x6c\xc0\xee\x0f\x0f\x71\x4b\x16\xb0\x0f\x51\xda\x58\xc2\xaf\xf4\xb5\x0d\x27\x45\xb8\x12\xb6\x75\xd6\xa3\x8a\x74\x4c\x0f\x65\x31\xd8\xc6\xb5\x57\xd2\x82\x81\x09\x31\x04\x3a\x6d\x5b\x67\x96\x2a\x5e\xa8\x55\x50\x0a\xae\x6d\xce\x19\x1b\x22\x9d\x8a\x24\x1f\x22\x9d\x4b\xad\x47\x7a\xdb\x70\x74\x94\xa4\x6b\x5b\x40\x47\xcb\x31\x5e\x7a\x68\x5a\x1c\x1d\xa5\xcf\x1a\xe0\x0c\x5d\xcf\xe7\xb6\x11\xa5\x57\xfa\xac\x81\xd6\xd0\xf5\x7c\x6e\x1b\x50\x36\xca\xa7\xb5\x05\xdf\x10\x9b\x28\x9d\xc2\xa0\xeb\xb9\xdb\x36\xe2\x81\x7a\xdd\xb6\x6d\x86\x1f\x46\x6c\xd9\xc0\xb4\x45\x74\x9c\x4c\x6b\x5a\x42\x1c\x1d\xbd\x5d\xdb\x06\x72\x8d\x70\xbb\x0d\x80\x87\xa1\x8c\x5b\x5b\xf0\x0d\x91\xb7\x61\xdd\x7d\x13\xe9\xe4\x38\x45\x1e\xfe\x0b\xd2\x4d\xa4\xe3\x2c\x45\xde\x86\x6b\x4d\xab\x05\xc2\x38\x51\xfa\xac\x01\x01\xd1\xf5\xdc\x6d\x1b\xbe\x91\xf2\x69\x6d\xbb\x17\xb7\xd9\x83\xb3\xee\x62\x9f\xd8\xa6\xd2\x56\x6d\xbb\xc1\x56\x77\x71\x4b\xd2\xb2\xb2\x43\x6d\x7b\x57\x83\xe8\xc0\x16\x69\x79\xf7\xc1\xb6\x51\x76\xa8\x6d\x84\x41\x5a\x0a\x03\x9c\x25\xe5\x7e\x5a\xe1\x81\x41\xb9\x9f\x56\x30\x5f\x04\x2f\x60\xfc\x10\xc5\x08\x1d\x7e\x10\x1a\xba\xe0\x05\xac\x10\xfd\x0c\x1d\xfe\x52\xd8\x86\xaf\x63\x62\xfc\x3a\xc5\x50\xfe\xa8\x95\xb2\xe8\x30\x35\xb0\xb7\x5f\xb3\xc1\x40\x68\xe8\x7a\x00\xb6\x05\xc8\x10\x5f\xb3\xc1\x00\x64\xe8\x6d\xfc\xce\x1b\x98\x15\x9c\x25\x81\x8b\x5b\x01\x21\x5f\xaf\xc3\x56\x2a\x57\x65\x88\xc8\xba\x26\x10\x91\x0b\xff\x5e\x77\xb8\x00\x4f\x2f\xc8\x03\x2b\xa0\xd1\xeb\x31\xd8\x0a\x86\x8a\xd2\x4f\xad\x4c\x79\x34\x94\x7e\x6a\x85\x64\xca\x68\x9a\x96\x14\xa9\x90\x1c\x28\x33\x35\xa2\xeb\x65\xd7\x0a\x86\x8a\x32\x56\xad\x20\xb1\xba\x6e\xe8\x82\x6f\x50\x0a\xab\x01\xdf\x30\x94\xb1\x6a\x05\x89\xa5\x87\x5c\x2b\x78\x4f\x42\x60\xb6\x42\xa5\xa6\xd2\x4f\xad\xf0\xe8\xa1\x37\x57\x2b\x06\xa0\xbf\x8e\x79\x99\x49\x98\x5d\x90\x07\x06\xe2\xc3\x50\xc6\xaa\x2d\xc4\x07\x25\x97\x1a\x88\x0f\x43\xb8\xbb\x56\xf0\xc0\x84\xbb\x6b\xc0\x37\x74\x3d\xa0\x1a\x68\x0d\x43\x40\xbc\x56\x02\x3a\x74\xee\x0b\x52\xaf\xe7\x31\xc7\xbf\x52\xca\xa9\x95\x63\xf5\xd0\xaa\x23\xd3\x7a\x9e\x48\x9c\x25\x25\xa5\x5a\x21\x0a\xdb\xf3\x88\x62\x02\xf5\x26\x3a\x30\x81\x94\xb6\x6a\xe5\xe4\x7c\x34\xd1\x81\xd4\xd3\x93\xa8\x95\x73\xcd\xa2\x69\x09\xef\xf4\x3c\x30\xe7\x9a\x45\x74\x60\xf1\xf4\x3c\x30\x4b\xc8\x49\xb8\x14\x6a\x39\x95\x94\x6a\x65\x89\x30\xd7\xb4\x4b\x40\xb9\x66\xb9\x11\xfa\xae\x59\xc0\xda\x52\xba\xa8\x15\xde\x37\x05\x79\x60\xe5\x85\xb9\x3c\x1f\xbc\xb5\xf4\x2e\x5e\x5e\x7e\x6f\x24\x37\x1b\xf3\xa5\x6b\xb3\x81\x5e\xe8\xfa\xa5\x1f\x03\x58\xa1\xeb\x9d\xd5\x40\x49\xe8\x02\x20\x30\x7e\x21\xa6\x77\x71\xbb\x2f\xd1\x11\xf9\x09\xb3\x88\xfd\x7d\x66\x54\xf6\x2e\xf6\xf7\x25\x4b\x24\xc2\x76\x52\x12\x94\x83\x6a\x3b\xd6\x8a\x52\x4e\x6d\xdf\xd7\xb4\xf9\x09\xa7\x50\xc6\x09\xe0\x0c\x5d\x8f\xb7\xb6\x23\x50\xf4\xce\x6a\x3b\x49\x0b\xca\x41\xb5\x9d\xe8\x8b\x1e\x5e\x6d\xa7\x76\x4a\x39\xa8\x06\x9e\xc3\x50\x0e\xaa\xed\x18\x38\x02\x26\xb6\x9d\x07\x9c\x9e\x74\x60\xf1\xe8\x8d\xd4\x76\x82\x2d\x82\x2e\xb6\x7d\x09\x14\x59\x4d\x0b\x90\x41\x3f\x77\x64\xfb\xf4\x7c\x7a\x4f\x4a\xfb\x1a\x43\x0d\xa4\x35\x28\xc3\xd4\x76\x82\x2d\xca\x30\xb5\x7d\x49\x87\xe4\x85\x37\x9a\x9e\xbc\xf8\x1a\x43\xbc\x38\xeb\x91\xcc\xe1\x1b\xf5\x24\x1d\xf9\x21\xf8\x63\xdb\x71\x96\xf4\xce\x6a\x3b\xb5\xe0\xc2\x43\x36\xf0\x17\x86\xf0\x90\x6d\x27\xa4\xd3\x25\xc6\x77\x0c\x2d\x01\x24\xdb\x8e\x5d\xa5\x5c\x58\xdb\x79\xc5\x11\x40\xb2\xed\x44\x70\x2c\x49\x1f\x6b\x0c\x2d\xd0\xc4\x70\xe8\x96\xd3\x1e\xf4\x90\x09\xb4\x23\x61\x46\xf9\x9d\x42\x66\xdb\x8f\x35\x9e\x88\x9c\xcf\xb4\x43\x99\xb3\xb6\x13\x5d\x16\xe0\xb2\xed\x3c\x02\x59\xb2\x41\xba\x97\x10\x98\x6d\x3f\x17\x1b\xe2\x0b\x0f\xcc\x92\x0d\x82\x37\x96\xb3\x10\x89\x51\x2a\xad\xed\xc8\x12\xa5\xd2\xda\xfe\x32\xad\x2c\x06\xe0\x1b\xba\x5e\xa7\x6c\x27\x88\xab\x77\x23\xdb\x49\x7c\x50\x2a\xad\xd5\x6d\x8d\x11\x6a\x80\x74\x39\x07\x75\x5b\x63\x0c\x35\x40\xba\xc4\xf1\xc2\x73\x50\xf6\xad\x55\x1e\x70\x94\x5b\x6b\x95\x28\x8a\x5e\x74\x8c\x9f\x75\x1a\x4a\xb6\xb5\x8a\xd9\x20\xd0\x66\x03\xcf\x61\x08\xb4\xd9\x2a\x41\x57\x3d\xf1\x18\x00\x0f\x5d\x4f\x3c\x06\x5a\xc3\x10\xac\xb3\x55\x8c\x02\xc1\x30\x5b\x6d\x8b\x74\x4d\x4b\xb0\x42\xaf\x31\x56\x49\x8f\x1c\xb9\x1e\xa8\x7c\x93\xf4\x05\xe0\x61\x8c\x5c\x0f\x6c\x80\x91\xeb\x41\x6a\xe3\x48\x6e\x71\x52\x46\x92\xce\x95\xb5\x2e\xc2\xd0\xdf\x23\x79\x71\x8e\x83\x64\x7c\x25\xa4\xaa\x74\x5c\x03\xad\xa1\xeb\x01\xc7\xc0\x62\xe8\x7a\xc0\xb1\x4a\xb9\x95\xb0\x9d\xad\x06\xe7\xc3\x44\x18\x6f\x3e\x02\x7b\xb6\x4a\xb9\x95\xc0\x9e\xad\xc6\x62\x4e\xeb\x11\xac\x98\xd4\x75\x25\x61\x49\x4f\x3c\x06\x5a\x43\xd7\x7b\x8d\x81\xd6\xd0\xf5\x3c\x63\x75\x5d\x59\x39\x07\x95\x28\x8a\x00\xa3\xad\x92\x2b\x31\x72\xd5\xc9\xca\xd4\x5b\x8b\xd5\x75\x2b\x65\xf1\x54\xbc\x16\xc1\x41\x5b\xe5\x15\x55\xcf\x22\x06\x38\xc3\x18\xb9\xea\xa4\x34\xe9\x9d\xc4\x2a\xe9\x91\xc2\x84\xb0\x8a\xd7\x32\x72\x1b\x78\x78\x1d\xb9\xea\x44\x3f\xf5\xeb\x56\x56\x49\x58\xd2\x2b\x88\x55\x34\xfc\xc8\x7d\xe1\xe1\x75\xe4\x36\x90\xb0\xa4\x1f\x63\xb3\x8a\x0b\xa2\x1c\x65\xab\x3c\xbc\xea\x91\xc2\x2a\xef\x35\xca\x51\xb6\xc6\xb3\xaa\x72\x94\xad\x6d\x6b\x16\x53\xc3\xd4\x57\x7a\x3e\xb0\x46\xc4\x42\x8f\x03\xd6\xd6\xad\xd4\x46\x35\xde\x59\xf5\x5a\x60\x8d\x67\xd5\xa1\x9d\x6b\x85\xe3\x20\x8d\xd6\x78\x4e\x19\xb2\x23\xda\xce\xf9\x90\x16\x68\xeb\xaa\x6b\x2b\x1b\xa1\x4c\x21\x37\xdb\x42\x68\x10\x72\xb3\x35\x22\x97\x2e\x25\x08\x42\x43\x77\x29\xc1\x86\x22\xd5\x8b\x83\x35\xb2\x8f\xf4\xe3\x74\xd6\xd0\xac\xfa\x35\x3a\x6b\x24\x4f\xe8\x4d\xc2\x1a\xf9\x81\x82\x83\xb6\xc6\xb3\xaa\x4b\xc5\x35\x12\x06\x05\x07\x6d\x8d\x67\x55\xfd\xa8\x88\xb5\xa5\x6a\x65\xf1\x34\x6a\x9d\x94\x5e\x6d\xcd\xd7\x18\xfa\x24\xd8\x4a\x19\x16\x2d\x16\x2f\x22\x9d\x24\xc1\x11\xfe\x3b\x0a\xac\x8d\x35\x9e\x56\x8f\x47\x58\xc1\x3a\x1b\xbf\xc1\xd1\xf5\x72\x60\x6d\x40\xa4\x4c\x88\x46\xf2\xc4\xc8\xb3\x42\x58\x53\x4f\x09\xd6\xd6\x0d\xcd\xc3\x73\x30\x4b\x9e\x15\x14\xa9\x1e\x0a\xac\x11\xbd\x70\x69\x34\x00\x0d\xba\xde\x05\xac\x91\xf3\x2c\x44\x10\x6b\xc4\x25\x85\x04\x6d\x6d\x3e\x7a\x74\x41\x84\x58\x23\xd0\xe0\x52\x3e\x6d\x5d\xd9\x3c\x6f\x17\xdc\x4a\x1b\x35\xe2\x92\x42\x71\xb6\xc6\x23\xac\xf0\x3e\xac\xdd\xfc\xd8\x99\x34\x49\x5b\xba\x57\x66\xd9\xfc\xd5\x92\xfd\xf3\x9f\x6a\x60\xd3\xe4\xe0\x37\x42\x11\x7a\x28\xb0\xf6\x6c\x7c\xa2\x41\x3f\x82\xe1\xd3\xa0\x4f\x78\x16\x51\xf8\xdd\xda\x73\xd3\x23\xc7\x78\x69\xd0\x7a\x7c\x6c\x80\x4f\x83\x4e\x13\xde\x82\x22\xf6\xd6\x10\x1d\x8a\xb6\x1b\xc0\x0a\x5d\xd1\x76\x6b\x2f\x7b\x2b\xe5\xd3\xf1\x16\x84\xb3\x61\xfd\x63\x14\x7c\x66\x31\x35\xac\x41\xbb\x1a\xd6\x7a\xb8\x1a\x0e\x1a\x42\x0d\x8b\xf4\x2f\x73\x13\x58\x61\xdf\x94\xe0\x6e\x9d\x14\x67\x85\xdf\xad\x97\x41\x8f\xa2\x86\x9b\x1e\x9a\x65\x87\x30\x59\x4d\x7d\xe7\x77\xeb\xa4\xaf\xfa\xbe\x66\x11\x73\x98\x0d\x02\xcd\xb0\x5e\xd7\x18\xe2\xb6\x72\x0a\x25\xe3\x7b\x65\x1b\x14\xbb\xea\x8d\x9d\x53\xec\xaa\xf3\x63\x78\x0a\x75\x5b\xe7\x9d\x44\x18\x19\xd6\xdb\xe2\x45\x83\x92\xee\x25\xc0\x0b\xeb\x7d\xd1\x21\xd2\x3b\xd3\xea\xac\x03\x8a\xd0\x15\x0c\xb7\x4e\x8a\xb3\xc0\x2a\xac\x63\x36\x28\xb2\x6d\xdd\xf9\x44\x62\xb0\x07\x07\x46\x16\x60\x27\x1c\x9a\x31\xe7\xce\x1b\x47\xc6\x9c\x3b\x2a\x3f\x43\xcc\x7d\xac\x1e\xe2\x85\xaa\x8a\x0c\x0f\xf7\xb1\x48\x17\x73\x83\x55\x97\x40\x59\x3f\xca\x99\x01\x64\xc0\x14\xba\x2b\x2c\xd4\x79\xb5\x08\x5d\xb1\x8e\xcd\x9c\x71\xda\x8e\x30\xc8\xb0\x2c\x50\x09\x3d\xc3\xb2\xfd\xa3\xd0\xf7\x4d\x99\xf7\xd6\x2f\x8e\x65\xcd\x4f\x5e\x3e\x11\xe9\x08\x83\x0c\xa9\xf6\xf9\x43\x49\x9b\x32\xef\xad\xdf\xeb\x77\x0d\x45\x18\xcf\x18\x19\x41\xed\x53\xe5\xf7\x8c\xa0\x76\x4c\xf5\x0c\x54\xce\x1f\x4b\xf9\x0c\xaa\x13\xc4\x35\x55\x15\xbf\x81\x8c\xd0\x55\xd7\x6e\xb6\x21\x3f\x14\x17\x31\xd2\x2b\x54\x71\x6e\xb6\xb1\xea\xba\xfb\xb6\xb3\xd9\xba\xd9\xc6\xf3\x41\x48\x18\xd8\xc7\xaa\xfe\xf4\x30\x35\xdc\xf4\xf8\x2e\x10\x20\x06\x3d\x43\x5c\x56\x59\x0f\x5d\x42\x50\x0d\x7a\xc6\xbc\xac\x22\x0c\xf2\x93\xcf\x6d\xf8\x34\x8c\xdf\x51\x60\x40\x1e\x74\x55\x4a\x1b\x90\x07\x3d\x83\x59\xf6\x31\xdb\xf7\x4d\x49\xf2\x66\xfc\x08\xa4\x80\xb0\xcd\x1a\xab\xa7\x08\x88\x75\x68\x92\x79\x68\x7d\xcd\x22\xaa\x3b\x47\x43\xe6\xa1\xf1\xe8\x98\xf1\x2f\x60\x13\x7a\x06\x80\xcc\xd9\x12\xdd\x72\x73\x6e\xb9\x2c\x39\x30\x10\xba\x7e\xcd\xc9\xcc\x59\x70\x99\x76\xe6\x6c\x9a\x2c\x39\x73\x04\xa5\x04\x03\x28\x09\x5d\x3f\x00\x65\x46\x1c\x2e\xc3\x2a\x36\x20\x5d\x82\xc1\x48\xb3\xca\x08\x88\x0d\x16\x48\x66\x99\x91\xc5\x90\x11\x10\x23\xef\x2a\x23\x20\x76\x20\xe4\x92\x5b\x14\x7a\x86\x44\x26\xb0\xc2\xa7\x47\x7e\x02\x61\xb2\x01\xec\xe4\x00\xca\xd6\xb3\x93\xc3\xe3\xd9\x83\xa3\x21\x89\x65\xeb\x96\x4b\x7f\xdb\x09\x73\xae\xf5\x38\x17\x1d\xe2\xf6\x5c\xd3\x8a\x39\x0c\xfb\x0c\x9a\xd8\xb5\xa6\xcd\x1e\x4c\x1b\xd9\x83\x9f\x22\x95\xaa\x35\x0c\xfb\x8c\x6f\xcc\x9f\x22\xfa\x7c\x92\x3d\xd6\x27\x22\xec\x66\x91\x65\xc9\x81\xd6\xd0\x33\x9c\x61\x4b\xe5\x4b\x72\xf2\x43\x65\x3d\xc3\x19\xf6\xb0\xa6\xb9\x0d\x2f\x63\x48\xda\x18\xd1\x3e\xfd\x34\x93\x39\xea\x3a\x03\x03\x4e\xbd\x91\x6a\x6c\xcd\x97\x32\x96\x95\x0e\x5a\x43\x4f\x2f\xdf\xb7\x35\xad\xab\xe1\xa6\x87\x3e\x99\x8f\x95\x3d\x3d\x74\x27\xf1\x21\x3d\x74\xdf\xb9\x0d\xda\x17\xdf\xe7\x6d\xd0\x6f\x9c\xdb\x44\x5a\xf8\x34\x88\x30\xd2\x1a\xd2\x33\xf6\x5a\xe9\x51\xd5\xc0\x56\xb6\x6c\x60\xc5\x24\xa0\xf8\xe1\xb6\x9e\x6e\xae\x93\x38\x95\x5e\xed\x84\x6f\xf8\x0c\xaa\x4f\x5a\xa7\x41\x9f\xb4\x35\xa8\xd8\x5f\xbf\x4c\x2b\x11\xe6\xc4\xf2\xd2\xdf\xf4\xce\x27\x12\x28\xde\xd9\x17\xc9\x0f\x47\x7f\x0b\xc9\xda\xdc\x16\xfb\x5a\x42\x83\x0e\xed\xed\x04\x64\xf8\x34\x68\xc5\xec\xa2\x41\x0b\x64\x30\xd7\x73\x50\x98\x93\x81\xe3\xbe\xd3\x20\xc2\x1c\xd2\x25\x94\x00\x64\xe8\xe9\x5e\x3a\xb1\x84\xf4\x26\x41\x68\xe8\xe9\x4d\x4e\x84\x86\xcf\xa0\x6a\x08\x36\x4a\x26\x90\xc7\x1a\x43\x84\xf1\x8a\x9a\x9e\x20\x90\x0d\x7d\x48\xa0\x4c\xc8\x86\xcf\x18\x5a\xf5\xb1\x48\xd7\x18\x54\x55\xa8\xc0\xd5\xc0\x70\xe8\x2a\x70\x35\xc7\x16\xd1\x4f\x07\x99\xe3\xdc\xe8\x97\x82\xcc\x4f\x06\xcd\xeb\x41\x8a\x76\xfa\x79\x8e\xfc\x48\x97\xcc\xaf\xc2\x27\x5a\xb1\x25\x50\xc2\x7e\x47\x81\x39\xd2\x46\x80\xdc\xe6\x58\x1d\xc2\xdf\x36\xc7\x39\x48\x67\xc9\x6f\xb6\x55\x8e\x8e\x3f\x50\x2d\x17\x04\x3c\x87\xae\xdf\xaf\x31\xc7\x5b\x18\x79\xa9\x5f\xae\x9b\x5c\x10\xc0\x19\x2c\xbd\x05\x9f\x96\xbe\xa5\xb7\xe0\xef\xcb\x27\x5f\x3a\x02\x13\x42\xbf\x80\x6f\x51\x38\xb3\xb2\x3a\x40\x38\xb0\x34\xb9\x63\xe7\x00\xca\xea\x88\x69\x61\x5b\x9a\xdc\x51\x1b\x3d\xb2\xe1\xa4\xe1\x4b\x58\xb4\xd5\xa3\xab\xc1\x68\x10\x1d\xd3\xa0\x36\xfd\x24\x8b\x05\x06\xb5\x10\xa9\x2d\x1a\xcc\x69\xd5\x83\x1f\x1c\x56\x3d\xa8\x85\xc1\xad\x2e\x75\xf8\x9a\x76\xa8\xc1\xf8\x24\x1b\xa6\xd9\xa0\x42\x17\x9b\xe8\x04\x9f\x86\xa2\x06\xb8\x95\x18\x8c\x99\x70\x60\xaa\x07\xb5\x58\x57\x45\x1e\x07\xf8\x05\xa6\x02\x51\x8b\x80\x5b\x09\x97\x88\x35\xa8\x1a\xe6\x31\xb7\xb4\x17\x63\xb0\x84\x12\x3f\xc0\x15\x58\x9a\x87\x31\xd6\x18\xe2\xf6\x60\x2b\x25\xa0\xe2\x58\x84\x69\xd0\x83\x31\x72\xa3\xe6\x55\xb1\xb4\xf5\x62\xaa\x49\xdb\x92\x97\x75\xb4\x7b\xf6\xe0\xd0\x25\x2f\x17\xb7\x5c\x12\x2b\x2e\x66\x49\xd2\xef\x45\x98\x56\x7d\xda\xe0\x96\xa6\x18\x60\x04\xb6\x25\xa5\x37\x2b\x26\xdb\x0c\x74\x02\xdb\x72\x0c\x54\xad\x00\xb4\x2d\xd0\xac\xaa\x26\xb2\x78\x38\x30\x92\x7a\xf1\x32\xad\xa4\xde\x98\x9a\xd5\xd2\xae\x1a\x1b\x82\x41\x41\xb5\xb1\x71\x82\x14\x32\x1b\x1b\x94\x4a\xea\x4d\x10\x83\x4f\x8f\x1c\x83\x9d\xfb\xd1\x83\x63\x29\xb9\x38\x0a\xb3\xc8\xae\x1a\x05\xc2\x64\x46\x0d\x3c\xe3\x92\x0d\x3b\xe7\x43\x82\x72\x54\x48\x97\xa0\x1c\xeb\x12\xfe\xe8\x01\x61\x3f\x7a\xb0\x2f\x12\xa5\xa3\x72\x82\x24\x4a\x47\x43\x28\x29\x52\x37\x1a\xab\xfe\xa3\x61\xf1\x22\x6e\xf9\x59\x74\xfd\x16\x88\x8d\xa5\x15\x65\x8a\x0d\x7e\xf4\x5c\xbf\xcc\x61\x63\x69\x45\xd9\x66\xc3\xb8\xfb\xb2\x66\xc7\x52\x93\x39\x28\xbf\x3e\xae\x82\x3d\x1b\x4b\x6f\xca\xab\x1d\xce\x71\x90\xf5\x36\x9c\x8d\x92\xc4\x1d\x58\xe6\x25\xe9\x08\xae\xba\x8c\xb5\x31\xd8\x17\xb9\xb9\x63\xb0\xa6\x49\xd8\x58\x83\x66\x8f\x69\x34\x96\x24\x6c\xb0\x40\xb2\xef\xc6\xc1\x18\xb2\xaa\x01\x20\xb0\xb4\x9a\xc6\xc1\x46\x49\x59\x80\x48\x60\x69\x46\x8d\x83\x35\x4d\x5e\xa6\x21\x6e\x69\x46\x8d\x09\x68\x66\x1f\x13\xe8\x37\x14\xd8\x38\x91\x7a\xc9\x06\x36\xb8\xca\x9c\x0c\x74\x02\x4b\x0b\x6a\x9c\x73\xc1\x55\xf7\x64\x80\x11\x98\x7e\x3d\xd8\x00\x23\x30\xfd\x7a\xb0\x8d\xcb\xf9\x44\x54\x23\x4b\xf6\x1c\x74\x46\xea\x2c\xcd\xa1\x71\x57\x7a\x88\x30\xe4\x80\xaa\x9a\x6c\xa0\x37\x05\x2f\x6d\x20\x0b\x58\x5a\x50\xe3\x19\xf4\xd0\xb4\xb3\x5c\xc2\xd2\x82\x1a\x84\xdd\x54\xb3\x64\xe3\x5d\x83\x8a\x97\x77\x8d\x21\x5e\x50\xb5\x69\x74\x8d\xf9\xd2\x66\xe5\xc7\x18\x2f\x0d\xdf\x31\x0e\xfc\x79\xc1\x4b\xdb\x31\x9f\xde\x2c\xcd\xa1\x63\xeb\xf4\x18\x6a\x58\x94\xe6\x27\xf3\xcc\xaa\x10\xca\x00\x12\xb0\x92\x9f\x14\x48\x97\xf5\x03\xb2\x80\x95\x1f\x9f\x34\x7a\xec\x6a\xe0\x78\xfd\xf8\x64\xd0\x90\x3d\xd6\xb4\xdf\x15\x3b\x76\xa6\x95\x3f\x01\x3a\x81\xe9\xc7\x41\xec\xc0\x17\x50\x65\x94\x1d\xfb\x1a\x43\x9f\x54\xce\xbd\xe2\xb4\x47\x5d\x3d\x34\x06\x02\x2a\x6d\xa2\x83\x38\xdc\x9e\x9f\x34\x8e\xb9\x34\xeb\x81\xa5\xaf\x52\x29\x9b\xd8\x03\x9f\x06\x2d\x10\x86\x45\x9a\x40\x47\x63\x2b\x15\x22\x3a\x3a\x1b\xf5\xa3\x81\x73\xaa\x88\xd0\xd1\xd9\x5b\x05\x6e\x0f\x63\x3d\x64\x13\x4d\xb8\x82\xcf\x27\xe2\xc5\x58\x75\xa9\xeb\x09\x57\xf0\x69\x10\xa5\xc8\x34\xfd\xd2\x87\x1d\xbe\xc6\xd0\x2c\x48\x2c\x95\x17\xd9\x41\x2c\x41\xd5\x44\x76\x10\x4b\x50\xf1\x90\x1d\xc1\x8d\xca\x4f\x30\x4e\x84\x0f\x6d\x60\x16\x58\x1a\x6b\x47\xb0\xfb\x39\xc6\x60\x3d\x64\x9b\x1d\x88\x41\xe1\x43\xdb\x81\xb5\x52\x7e\x34\x5c\x34\x88\xb9\xb1\x28\x55\xc3\x31\x85\xad\xa0\x9c\x0d\x44\x02\x2b\x3f\x1a\x58\x20\x99\x1e\xc7\x92\x41\x3f\x1a\x90\x41\x32\x3d\x8e\x13\xf6\x65\x69\x1c\xf7\x1a\x54\xdc\x3e\x41\x0f\xad\xe9\xc3\xde\xca\xb0\x38\x30\x1b\xf4\x03\xb0\x76\x10\x72\xd7\xef\xbd\x1a\xf0\x02\x96\x06\xce\xf1\x72\xc6\xe4\x5f\x1d\x4b\x3a\xe4\x2c\xef\x1a\xf4\x4b\xd8\xb9\xb1\xea\x9a\xf6\x5c\x57\x5d\xd3\x9e\x1b\x4b\xa8\x69\xcf\xb2\xe8\x70\x35\x20\x3f\x34\xed\x59\x38\xfc\x32\x3d\x80\x28\xb0\x92\xd3\x16\x56\x5d\xb6\xc8\xb9\xee\x6d\x0e\xba\x43\xa9\x8c\x13\xe0\x05\x2c\xed\x99\xb3\x2e\x4a\x35\xc6\xba\xb7\x32\x2c\xce\xca\x36\xc8\xb0\x38\xd7\xbd\x95\x61\x01\xbc\x80\xa5\x2d\x72\x62\xcc\x97\xfc\xa4\x73\x70\xfd\xb7\x3c\xb0\xb3\x73\x22\x65\x64\x9c\xeb\x86\xca\x50\x39\xf1\xc5\x55\x2a\x65\xa7\xb1\x69\x52\xff\x13\x8c\xe0\xd3\x20\x12\x0c\x46\xb3\x87\xb3\x14\xd9\xc3\xd9\x67\x19\x08\x20\x0b\x58\x1a\x08\x67\xac\x69\xc5\x79\x70\xa9\x65\x64\x9c\xc1\x1e\xc9\x1e\x38\x83\xab\x92\x83\x62\x86\xec\x39\xe8\x58\x9f\x88\x8e\x81\x4c\x93\x6b\x78\x0e\x96\x53\xe1\x9d\xf3\x60\x5a\xd9\x25\x27\x66\x88\x7e\x71\xd7\xce\x83\x5d\x4c\x3a\x30\x32\x76\x99\x21\xe7\x7c\xbe\xb3\x54\xf9\xe7\xc9\xb6\xca\x0c\x39\x67\xda\x8b\xa9\xf6\xd9\xce\x19\xd3\xb7\x5d\x96\xcb\x39\xd3\xf0\x6c\xdf\x72\xd0\x8b\x86\x1c\x63\x4d\x2b\xe6\x26\xec\x91\xa5\x95\x70\x5e\xac\x69\x72\x8b\xe9\xa1\xfa\x69\x3b\xaf\xc5\x9c\xd8\xc7\x49\x49\xb3\xe1\xc4\x27\x49\xb3\xe1\xbc\x98\x45\xa6\xc7\x79\x23\x18\x64\x13\x01\x9b\x60\xa9\xbf\x4f\x1e\xe7\x54\xc2\x66\xf3\xd7\xee\xf7\xad\xe6\x02\xbd\x41\x83\x06\xc5\xff\x56\xc5\x9a\x5d\xa8\x7c\x55\xac\xd9\x35\x71\x47\x2c\xf5\xf7\xb5\x41\x98\x94\xf1\x85\x87\xae\x12\x36\x03\x36\xc1\x52\x3b\x5f\xa8\xfc\xd4\xbd\x17\xfa\x5b\x45\x6e\x76\xed\xab\x47\x36\x34\x7a\x7c\x97\xf0\xaa\x8b\x17\x57\x43\xe3\x93\xec\x61\xf4\x08\x35\x3c\xf4\x18\x6a\x58\xdc\xaa\x01\x39\xa0\xba\x38\x9b\x28\x09\x9f\x06\x71\x8b\x1c\x50\x89\xb1\x5d\x38\x18\x82\x94\x36\x70\x14\x2c\xb5\x33\xb0\x09\x96\xda\xf9\xc2\x05\x49\xdd\x7b\xf5\xc1\x18\xd9\xc0\x29\x94\x32\xbe\x50\xc6\x55\x66\x14\x38\x0a\x96\xaa\xf6\x42\x3a\x54\x99\x51\x17\xd2\x21\x75\xef\x45\xf8\x21\x75\xef\xe5\x50\x2a\x55\x7b\x21\x3f\x52\x91\x5e\xc4\x23\x6a\x6e\x36\xf1\x88\xd4\xac\x80\x29\x58\xea\xcd\x2b\xd6\x27\x22\x2c\x16\x61\xa2\x23\xb8\x51\x3d\x3f\xb9\xe9\x21\xc2\x06\x84\x49\x3d\x5d\x78\x2d\x35\x8f\xc3\xc1\x59\x97\xd0\xbf\x08\xfd\xd7\xdc\x7d\x3c\x8e\xd4\x24\x00\x21\x58\x2a\x8e\x0b\xfd\x5d\xf3\x38\x5c\x9c\x20\xf9\x79\xd7\x05\xa5\x92\xc9\x17\xea\x3a\x65\xf2\x75\xc3\x6d\x6e\x36\x81\x81\x14\xd2\xd7\xcd\x66\x4b\xc0\x5e\xeb\x9a\x4a\xc0\x5e\xbc\xc3\xab\xc6\xcf\xae\x87\x31\x24\xfa\x80\x4a\xb0\x14\x7d\xd7\xc3\x18\x12\x7d\x17\x36\x80\xca\x02\xed\x7a\xa1\x54\x12\xe6\x5a\x37\x5b\xd6\xdb\x4d\xa4\xa0\xb6\xdf\xc1\x42\xb4\x9b\xf7\x74\xfd\x16\xb5\xdd\x84\xf0\xab\x4e\x13\xa0\x08\x96\xc2\xe5\xc6\xd2\x17\x86\xb7\xdd\x65\xcd\x68\x6a\x70\x3e\x11\x4d\x18\xf6\x29\x7e\x00\x45\xb0\x14\x3f\xf7\x4c\xfa\xb5\x14\x2e\x13\x25\xe1\x33\xe8\x97\xd1\x7b\xe7\x0e\xeb\x44\xde\xf3\x8d\xd1\x52\xb8\x00\x8a\x60\x29\x4b\xee\x9d\xe3\xa5\xb0\xdb\x4d\x08\x51\xb5\x8b\x76\x63\x64\xa4\xa4\xb8\x2b\xec\xcb\xb4\xbb\x2b\x94\xca\xe1\xba\x2b\x27\x52\xb6\xde\xdd\x58\x20\xb9\x53\x77\x5b\x3d\x44\xd8\x8c\xd8\x5b\xde\xe1\xdb\xd8\x56\x85\x99\xee\x99\x7d\x6b\x79\x21\xef\xf9\xe2\x6e\x79\xdd\x6e\xcc\x86\xaa\xbb\x03\xf4\x82\xe5\xdd\xb9\x8d\x25\xdc\x73\x50\x96\x50\xb6\xde\x8d\x61\xaf\x72\x47\xbb\x27\xd8\xba\xe9\x37\xd3\xed\xc6\x8e\x50\x39\xac\xdd\xb1\x3e\x11\x1d\xc4\x14\x6b\xcd\x86\x35\x8b\x56\x6c\xb0\x1e\x3a\xf7\xf7\x80\x39\x1d\xe2\x1b\x3b\xbe\xca\x3c\xbc\x09\x67\xfc\x38\xc4\x07\x74\x48\x0c\xde\xd8\x00\x3f\xce\xe9\xc9\x18\xba\xf6\xf7\xb9\xc6\xd0\xa0\x58\xe9\x2a\xcc\xb4\x1b\x2b\x5d\x85\x99\x76\xcf\xcc\x3d\xfb\x71\x92\x79\xad\x53\xa5\xa6\x81\xb4\x60\x2a\x87\xb5\xfb\x5a\x83\x6a\x91\xd1\xdf\x3f\x8e\x14\x41\x46\xfd\x0c\xb8\x81\xc5\x60\x3f\x8e\xd4\xcd\x9a\x2a\x76\x75\x13\x5c\x50\xf9\xa7\xdd\x37\x92\x53\x12\xeb\xbe\xd9\x5b\x45\x3f\xef\x25\x5c\x14\x99\xba\x9f\x35\x8b\x06\x45\xb8\xfc\x38\x30\x38\x18\x82\xfd\x36\xc0\x19\xec\xc7\xde\xbe\x8c\x91\x5b\x89\xb4\xf9\xb1\x51\x2f\x8b\xac\xc8\xe5\xfd\x42\xba\x8c\xc6\xfb\x5d\xb3\x7c\xa7\x7d\x96\xa5\x21\x0b\xf0\xd9\x58\x64\x89\xc1\x67\x89\x1c\x89\xc1\x67\xc9\x0f\xc5\x25\x27\x98\xc2\xa7\xc7\x97\xb0\x87\x7c\x1c\x61\x7f\xdb\xb3\xae\xba\xac\xb7\x87\xc7\x01\x41\xa9\xdb\xb3\xae\xba\x04\xf6\x83\x61\x91\xeb\x01\x76\x82\x25\x2f\x0f\xf9\x05\xaa\x89\x35\xb0\x13\xec\x07\x73\xf8\x24\x3f\x98\x6b\xec\x8b\xe4\xf3\xd3\x16\xfb\x1a\xb4\xad\x4f\x34\xe8\xcc\xef\xb7\x9f\x9f\x20\xa5\x64\xdf\x3d\x7d\x8a\x0b\x15\xc9\xda\xd3\xa1\x34\x07\xed\x10\x96\x9f\x58\xe5\x13\x2d\xd0\x4c\x3a\xb4\x9f\x0d\x27\x0d\x5a\x20\xef\x7c\x92\x0d\x93\x52\x55\xbc\xda\xc3\x55\x17\x3a\xb8\x3d\x28\x74\x55\xbc\xda\x04\x42\xf8\xf4\x10\x2f\xb8\x0c\xaa\x78\xb5\x07\x95\xaf\x1f\x3d\xb7\x87\xe7\x83\x2c\x5f\x7d\x66\x82\x80\xb5\xf2\x5b\x1e\x18\xa0\x08\x26\xd8\x6f\x7b\x10\x1d\x02\xf5\xb6\x67\x66\xcd\x5b\x96\xb2\x3e\x3c\xd4\xfd\xa0\x9a\x64\x81\x1f\x44\x9e\x50\xbd\x67\x83\xd3\x43\x07\x10\x7f\x42\x38\xe0\xf6\xe0\x3e\x64\x59\x2e\x28\x09\x96\xe5\xb0\xcf\xc5\x96\x24\xa3\x48\x9b\xac\xd3\x7d\x78\xf4\x10\x86\xb7\x3d\xb3\xd4\xd9\xb2\xb6\x15\xd8\x04\xcb\xda\xd6\xe7\x5e\xa4\xeb\x93\x7b\xd0\xa0\xf5\x7d\x58\x0f\x99\x32\x0f\x41\xc6\x1f\xeb\x31\x53\x82\x4c\xe8\xda\xf6\xbc\x0c\x9a\xec\x13\x68\xf8\xc1\xed\xac\x6c\x36\x81\x69\xdb\xc3\xb5\x4f\x6e\x5f\xcc\x90\x2c\xfe\x7d\x37\xd6\x54\x32\xfe\xdd\xa0\x54\xfa\xea\xdd\xd6\x18\xae\x06\x48\x97\x16\x00\x25\xc1\x04\x95\x6d\x6f\x61\x4d\x15\x76\x7b\x77\x4e\xa4\x6c\x91\x17\x07\x23\x57\xec\xdd\x0f\x1a\x44\xd8\xce\xce\x89\x97\x97\xec\x01\xfd\x20\xbc\xbd\xf8\x24\xfa\xb9\x77\x7b\x91\x03\xfa\x35\x73\x7b\x31\x0a\x84\x03\x6e\x2f\xa9\x00\x4d\x3a\xef\xe5\x8d\x43\x20\xd6\xf6\x62\x36\xe8\xe7\xcd\xed\xc5\xe3\xf8\xb1\x40\x7d\xf5\x10\x61\x64\xee\xfd\x58\x8f\xce\xce\x49\x2d\xbc\x78\x1c\x3f\x16\x08\x4b\xe3\xc7\x7a\x18\xc7\x52\x22\xfd\x5d\x92\x42\x86\xd6\x6b\x0c\x2a\x19\xff\xe2\xa4\x34\x59\x5e\xaf\x2d\x4a\xc5\x2d\x1e\x47\x56\xe1\xbe\xce\xb4\x7a\xce\x7c\xf1\x38\xb2\x2a\xf9\x75\x0e\xbf\xf4\xe6\xbb\xa4\x8d\x0c\xfb\x97\xf7\x4d\xa1\x3f\xdb\x8b\x2d\xf2\x63\xd5\x09\x21\x0a\xdb\xd9\xde\x60\x5f\xa4\xbf\x5f\x9c\x94\x1f\x4b\xb8\x24\x96\x74\xef\x3b\xd6\xa0\x9a\x76\xac\x41\xb3\x01\xc9\x29\x65\xfc\x2e\x11\x26\xbd\xf9\xf2\xd6\x92\xb5\xcf\xef\x01\xfb\xb9\xc8\x07\x37\x2a\xd7\xf4\x58\x83\xe6\x27\x6b\x50\x51\x7a\x70\x4e\x15\x21\x7b\x97\x1c\x93\x02\x03\x90\xc1\x5a\x64\x0f\x36\x2a\xb7\xe1\x44\xa0\x44\x36\x20\x50\xa4\xc0\xde\x8b\x05\x92\xaa\x7d\x2f\xb6\x41\x9a\xf5\xc5\x15\x12\x4c\xb7\x81\xae\x60\x59\x57\xfb\x92\xb0\xf4\x63\xa3\xee\x35\x86\x28\xbd\x4f\x7a\xe4\xa0\x5c\x8f\xdc\xa8\x89\xbf\x60\x59\x79\xfb\xce\x34\x04\xcb\xca\xdb\xf7\x59\x9f\x88\x17\x04\x9b\x30\x95\x0d\x40\x06\xeb\x52\x60\x2f\xc6\x89\x30\xb7\xed\x7d\x59\x53\xbd\xd6\xbd\x24\x2a\xf4\xaf\x46\xf3\x6d\x5b\x63\xb8\x1a\x10\x7d\xdf\x8d\xf2\x6d\x83\xb0\xaf\x56\xf4\x6d\xe6\x38\x99\x2a\x6f\x1d\x84\x06\xeb\xe5\x77\x3c\x30\xdf\x90\x69\xbd\x68\x82\x59\x6d\x6d\x02\x5c\xf6\x6d\xe6\x2b\x9b\xf0\x95\x7d\x23\x8a\xa2\x5f\x11\xf7\x09\xce\xf0\x21\x52\x6c\x60\xfd\xe8\x47\xc3\x7d\x5b\x32\x2d\xc4\x17\xd9\xc8\x3a\x1a\xbe\xcd\xea\x68\x13\xf2\xb1\x6f\x95\x6d\xfd\x9e\x15\xdf\x96\x90\x1b\xe2\x9c\xc0\x8b\x2a\x79\x7d\x23\xbd\x42\xc0\xe0\xbe\x91\x5e\xa1\xaa\x6f\xdf\x08\xc0\xaa\xb4\xd7\x37\x8c\x1d\xc1\x7e\xfb\xd6\x91\x47\x43\xec\x63\xdb\xa8\xf8\xd7\x01\x67\x30\xa1\x27\xfb\xd6\xd7\x18\xe2\x16\x77\xaa\x57\x0d\xba\x44\xd8\x10\x73\x84\x55\x54\xfa\xed\x00\x3c\x98\x30\x95\x7d\x5b\x42\x6e\x88\x52\x84\x9c\x4a\x8c\x7d\xf3\x45\x98\x06\xf5\x45\x87\x56\x8c\x24\x68\x9d\x6a\x07\x13\xc2\x84\xa9\xec\x1b\x19\x19\x3a\xe6\xbe\xcd\x42\x28\x53\x11\xb2\x6f\xc1\x22\x37\xf5\x98\x85\x50\xa6\x9a\x63\xdf\x30\xba\x04\x3f\xee\x1b\x39\x1b\x82\x1f\xf7\xed\xe0\x8c\x35\x51\x7a\x70\xdd\x9a\xd8\x3f\x16\x1d\x62\x9f\x77\x12\x5d\x26\xdf\xb0\xab\x54\x2f\xec\x13\x24\xe2\xd3\x43\x83\x22\x8f\x54\x40\xec\x1b\xaf\xb9\x3f\x2e\xd3\xc5\x8a\x75\x7d\x72\xad\x1e\x5a\x64\x1c\x2e\x95\x18\x3b\x68\x0d\xa6\x12\x63\x9f\xc0\x0a\xfb\xf6\xe3\xba\xdd\x1c\x07\xcb\x06\x3e\x31\xd1\x41\xc0\x54\xa5\xf0\xbe\x2d\x49\x61\x5a\xa0\x97\x4b\x6d\x62\x1f\x49\xf1\xe3\x56\xbe\x6b\x96\xef\x7a\x4c\x1c\x85\x4f\x8f\xa6\x06\xd6\xf4\x2b\xc1\xbd\x90\x91\x91\xf7\xb6\x2c\xd1\xf1\x15\xe9\x5e\x78\x6b\xd1\xaf\xbb\xfb\xc4\x51\xf8\x7c\xa2\x31\x88\x8b\xa8\xf6\xd9\x0b\xc9\x8f\x42\x4e\xf7\xc2\x93\xa8\x8a\xa1\xbd\x4c\xa4\x16\x53\x65\xb3\x83\x8c\x60\x2a\x64\xf6\x52\x39\x96\xbb\x06\xad\xeb\x13\x51\x4a\xc0\x34\x25\x4c\xe1\x22\xf7\x5d\x83\x36\xc4\x85\x8b\xd2\x75\xb3\xbf\x7a\xd3\x0b\x21\x55\x61\x4c\x7b\x21\x82\x2a\x48\x69\x9f\x30\x07\x9f\x41\x35\x06\x7e\x8d\x30\xa6\xbd\x90\x4d\x9d\x12\xa6\x74\x96\x50\xe2\x18\x20\x04\x13\xe8\xb4\x17\xf2\x3e\x52\xc2\x94\xbe\xe8\x10\x73\xbc\x91\xf6\x5d\x94\xda\x94\x74\xbd\x8a\x52\x63\x96\x91\x0d\xcc\x22\xc1\x06\x54\x82\xa9\xb2\xd9\x8b\x73\x3e\x24\xc7\x0a\x2f\x30\x29\xb6\x0a\xd6\x8a\x2a\x9b\xbd\x04\xec\x4b\x8e\x15\xb2\xb1\x54\xc8\xec\x65\x5d\x75\xc9\x20\x80\x10\x4c\x60\xcf\x5e\x66\x45\x84\x09\xec\xd9\xcb\xba\xfb\x92\x52\x05\xff\x4a\x40\xcd\x5e\xf0\xaf\x54\xea\xec\x85\x27\x19\x21\xbf\x7b\x99\x35\x8f\x66\xdb\xef\x20\x71\xf8\x44\x49\xd8\xb7\x14\x50\x05\x43\x45\xb0\xce\x5e\x70\xb8\x52\x62\x81\x81\x60\x2a\x64\xf6\x72\xad\x4f\x44\x02\x49\x1c\xaa\x5b\xf6\x72\xc1\x57\xd3\xfa\xe2\x1b\xa9\x90\xd9\x27\x28\xc2\xa7\x87\xa6\x25\xab\x43\x80\xcb\x5e\x48\xf7\xb2\xbc\xb2\x04\x5e\x04\xbd\xe0\x05\xef\x29\x05\x65\xb9\xd7\xb4\xa2\x14\xe1\x62\x79\xff\x88\xc4\xf4\x26\xd2\x89\xb3\xf4\x26\xd2\x49\xe2\xe8\x5d\x7b\xf4\x72\x44\x25\x4a\x81\x4d\x30\x61\x08\xfb\x4e\xfe\x57\x8a\xd2\x1d\xef\x49\x18\xc2\xbe\x63\x97\x08\x15\xdf\xf7\xb2\xc6\x18\x6a\x60\x5b\x25\x4a\xf7\xb2\x3e\xd1\x18\x05\x21\xd7\xf3\x93\x29\x7d\x4d\x17\x61\x27\x0a\xdb\x4d\x0d\x3b\x67\x56\xc2\x76\x27\xf0\x92\xc2\x16\x60\x05\x33\x9d\xfb\x1d\xf1\xa3\x6a\x71\xdf\x89\xc4\xa8\x5a\xdc\x77\xfc\xab\x14\xc7\x7b\xe3\x13\x1d\x98\x9d\x84\xb0\x94\xad\x3b\x0f\x38\x29\x4a\x77\xc4\x8f\x40\x74\x7d\xef\xcc\xa2\x9d\xdb\x3b\x9b\xed\xe2\x85\xf4\x8a\x94\xad\x7b\x87\xfd\x9e\x3d\x6e\x1a\xb2\x07\xbb\x9f\xfb\x82\xf7\x94\xd2\x77\x27\xce\xa2\x92\x6b\xdf\x91\x25\xaa\xb0\xf6\x1d\xc3\x22\xe5\xf3\xce\xf3\x8c\xe5\x46\xe1\x2c\xa5\xc0\xde\x71\x96\x52\x3e\x83\xa3\x60\x96\x5b\xe9\x8b\x52\x6d\x25\xce\x52\xca\xe7\x3d\xd8\x7d\xd7\x2c\x3c\xcf\x08\xac\xc2\xf7\xb1\x3e\xd1\x18\x83\x15\x93\x04\xdf\x07\x47\x5b\x12\x7c\x5f\xb2\x24\x77\x1f\xbf\xc6\x72\x2b\x97\x2c\x91\x66\xdd\xb1\x23\x54\xc7\xed\x3b\x51\x58\xcb\xbd\xbd\xd6\xa0\xa2\x94\x07\x1c\xd5\x71\xfb\x8e\xd7\x92\x22\x7d\x5f\xc2\xc0\x44\xfa\xba\xfb\xb9\xd9\x04\x5d\x05\xab\xe1\x3b\x0f\x38\x96\xbb\x7f\xb3\xa6\xb9\x95\x84\x54\x2d\x37\xea\x59\x63\x88\xb0\x87\xdb\x20\x23\x7a\x27\xcd\x43\x38\x1b\xbe\x3f\x6b\x50\xb1\xff\xb2\xb7\x52\x2d\x3b\xb1\x95\x54\x2d\x95\xb8\x48\xea\x89\x4a\x8a\x86\xaa\xc5\xbd\x12\xf5\xd0\xef\x08\x78\x25\xdf\xc2\xb4\x51\x75\x59\x09\xd2\x13\x95\x80\x69\xea\x89\xca\xeb\x89\x60\x76\xbd\x62\x14\x08\x9d\xdf\x2b\x89\x9c\x29\xc6\x2b\x46\x81\x10\x30\xbc\x62\xbb\x0b\xc2\xc2\x2b\x1a\xde\x92\xf4\x75\x09\x93\x52\xde\x48\x55\xc7\xed\xb5\x07\x63\xb8\x1a\x2e\x1a\xbe\x6b\x5a\xc9\xa0\x48\x55\x50\x49\x69\x12\x3a\xbf\x57\x1e\x4d\x55\xfa\xed\x15\xeb\xde\x7e\x0b\x89\xc3\x2b\x2f\xaa\x36\x72\xc6\x97\xcf\xc5\x86\x2f\xbe\x44\x02\x57\xd6\x73\x39\xc9\xf2\x54\xa1\xb8\x57\x12\xba\x05\xdd\xef\x15\x6f\x41\x95\xe3\x5e\x29\x75\x10\x96\xbf\x57\xbc\x85\x54\x2d\xc0\x26\x98\xe7\x82\x07\x8b\x55\x44\x29\x39\x53\x9e\x8b\x35\x6b\x1f\xcc\x73\xb1\x70\x1f\x3c\x17\x8b\x5b\x2e\x20\x7d\xaf\xd8\x14\x82\x84\xf5\x8a\x3f\x21\x20\x7d\xaf\x14\x75\x09\x48\xdf\x81\x4d\x30\x4f\xe6\x48\xf9\x16\xb2\xbe\x57\xfc\x09\x21\xeb\x7b\x45\x30\x78\x72\x7b\x40\x7a\x72\x4b\x52\xb8\x27\x73\x3c\xf1\x08\x6a\xdf\x2b\x51\xd8\x54\x93\x95\xf8\x86\x27\x61\x3c\xf1\xa4\xf2\x01\x9c\xc1\x3c\x09\x43\xb8\x78\x12\x46\xe9\xa6\xd5\xec\xc1\x22\xd7\xec\x01\xb7\xd2\xbd\x15\x59\x92\x1a\x0d\x70\x06\x13\x24\xac\x57\x64\x89\x2a\xbd\xbd\x3e\xd0\x91\x83\x3e\x6b\x0c\xf1\xf2\x9c\x34\x68\x96\x87\xf5\x68\x39\x06\xdb\x20\xe7\xb1\x12\xa7\xb5\xec\xf1\xb2\xc8\x32\xc5\x2a\x89\x20\xf6\xa3\x01\xc2\xa4\x59\x1b\x01\x0f\x55\x58\x7b\x9b\x45\x5d\xa6\xea\x68\x6f\x44\x72\xed\xc7\x27\x8c\x21\x35\xd9\xc8\xfb\x10\x98\xa8\x37\xec\x08\xd5\x3e\x7b\xe3\x01\xc7\x72\x16\x0c\x8b\x54\xd7\x6d\x5f\xb3\xb8\x1a\xb8\x2f\x52\x71\x8d\xa0\xab\x10\x39\x1d\xb4\x06\xd3\x8f\xec\x7b\xc3\x4a\x48\xfd\xdd\x48\xb1\xd4\x0f\xd3\x7b\xe3\x69\x36\xb5\x73\x5b\x22\x4c\xda\xb9\x91\xd5\x21\x00\x4e\x6f\x48\x2c\x01\x70\x7a\xc3\xc1\x48\x75\xdd\x08\xa9\x0a\xd6\xd2\x1b\x46\x41\x6a\x67\xe0\x1b\x4c\x45\xc8\xde\x48\xa0\x4c\x25\xd8\x9c\x6b\x2a\xf7\xa1\xe1\x3e\xa4\x56\x6c\x01\x1d\x23\x1b\xd8\x06\x49\xbd\x16\xd3\x9e\x49\x9d\xd7\x96\x30\x90\x60\x6b\x14\x42\xa5\xce\x6b\xa4\x58\xa6\xce\x6b\x64\x74\xb9\x24\x5d\x23\xa3\x52\xd5\xd1\xde\xc8\xa8\x4c\xad\xd8\x08\x2e\xe8\x67\xe2\xbd\x4d\x24\x5a\x53\xb9\xb4\x37\xde\x68\x54\x2e\xed\x6d\x22\xeb\x9b\x8a\xa1\xbd\x91\x04\x96\x6a\x12\x0c\x07\x53\x75\xb4\x37\x2a\x3c\x85\x57\xef\x80\x3a\x98\xaa\xa3\xbd\xf1\x00\xac\xea\x68\x6f\x84\x43\x2d\x77\x9f\x1a\x50\xcb\xbd\x45\x7e\xa8\x7e\xda\xdb\xb9\x16\x48\x84\x4d\x7c\x5a\x13\x24\xa5\x37\xb2\xc2\x84\x40\xe9\xed\x5a\x4b\x28\x4a\x27\xb8\x8b\x09\x81\xd2\x01\x86\x30\x21\x50\x7a\xbb\x58\x42\xa9\xeb\x76\xad\x41\x45\x18\x8f\xc8\x16\xbf\xa5\xc0\x1a\xd9\xea\xc2\x86\x71\x70\x25\x4c\x00\x96\x0e\x6a\x84\xa9\x2e\xdc\x41\x8d\x30\x95\x81\x7b\xc3\xd1\x31\x39\xd6\xed\x66\xe3\x25\x5b\x1b\x22\x4c\x3f\xe6\xee\xed\x81\x51\x05\x19\x1b\x19\xef\x69\x53\x34\x5e\x98\x85\x79\xe9\x0d\x01\x25\xcc\x4b\xef\x88\x1f\x41\x5c\x7a\xdf\x16\x2f\xd9\x03\x5e\x24\x5b\x3b\x01\x53\x95\xa3\x7b\xc7\x1c\x12\xe0\x8c\x77\x22\xa8\x42\xc5\x74\x10\x1f\x4c\xa8\x98\xde\x89\xb3\x08\x92\xc6\x3b\x09\xaa\x42\xa0\xf1\x5e\xd8\x12\x39\x29\x0b\x02\x22\x6d\x1b\x20\x20\x4c\x98\x97\xbe\x20\x20\xd2\xd8\xe9\xfb\x9a\x56\xa4\x23\xb1\x54\xe3\xee\x9d\x14\xd6\x34\x87\x3a\xa9\x6b\x69\xca\x2c\x08\x88\x34\x4e\x3a\x81\x17\x55\xc1\x7b\xc7\xf3\xd1\x4f\x93\x7b\x47\xa6\xa5\x2d\xd2\x1b\xbc\x48\x3e\x83\x09\x61\x82\x82\xf4\x4e\x58\x45\xbf\x22\xee\x1d\xdf\x28\xad\x95\x8e\x15\x26\x14\x1b\xef\x48\x3d\xd5\xb5\x7b\xc7\x2c\x13\x8a\x8d\x77\x52\x56\xd2\x7c\xe9\x18\x5a\xfa\xe5\x70\xef\x76\xd2\x43\xec\x63\x24\xe9\x57\xbf\xbd\xfb\xfa\x44\xec\x93\xa1\xa2\x9f\xf0\xf6\x8e\x4d\x24\x74\x7e\xef\xe4\x9f\x84\xae\x7d\x1f\x8b\x30\x8d\x41\x09\x9b\xb0\x10\xbd\x53\xa0\x96\x26\x50\x5f\x12\x4b\x72\xa0\x1f\x83\x1e\x22\x9d\x4c\x35\x15\xcb\x7b\xc7\x5a\x11\xd8\x8d\xf7\x25\x8f\x74\xa3\x3a\x92\x42\xd8\x36\xde\xb1\x45\x54\x3d\xef\xfd\x5a\x74\x68\xc5\x2e\xc6\x90\xb7\xd0\x2f\x76\x3f\xcf\x3a\x11\xd4\xb4\xab\x3a\x19\xa6\x91\x47\xfb\xe2\x38\x48\xb8\x80\x3c\x61\x91\x67\xfd\x5e\xd3\x8a\x5b\x72\xd9\x22\x0f\xdd\xbd\xc6\x10\xa5\xcf\x1a\x23\x1b\xd8\x6c\x49\x87\x3e\xeb\xc9\x4d\xb5\xf1\xde\xa9\x7a\x1b\x79\x2c\x49\x5b\x4d\x53\x0c\x6c\x0a\x1b\x79\xe8\x88\x9c\xf8\xae\x15\x9b\x98\x32\x36\xf2\x14\xce\x22\x75\x1b\x79\xe8\xc8\x87\x73\x09\x25\xdb\x16\x1d\xd9\x50\xe8\x61\x6a\xe0\x14\x4a\xa0\x4c\x7c\x8b\xcf\x27\xea\x41\xea\xab\x70\x7a\xdc\xc8\x78\x17\x0a\x8f\x1b\x19\x6e\x42\x18\x74\xdb\xe1\x45\x07\xc6\x08\xcb\x0a\xcd\xcf\x6d\x67\xc5\x64\x12\x1a\xa9\x66\x42\xf3\x73\x6b\xac\x98\x8e\x83\x21\x0c\x04\xdc\xe3\xc6\xdd\xd7\x4f\x67\xbb\x11\x74\x1d\xda\x6c\xeb\x6b\x8c\x50\x03\xa4\x2b\x4c\x66\x7d\x11\xa6\x41\x71\xc9\xd2\x24\x34\x5c\xb2\x34\x09\x8d\xb2\x13\x61\x06\xba\x11\x52\x15\x60\x8e\x1b\x8f\xc8\x63\xff\x2d\x05\x66\xb6\x68\x12\x91\x04\x4d\x84\x2c\xe0\x46\x00\x56\x3f\xd6\xed\x86\x4b\x26\x84\x41\x37\x9e\x9c\x85\x57\xef\x86\x8f\x36\xf2\x24\x20\x5c\x46\x6e\x3c\x35\x29\x02\xe0\x71\x10\x30\x6c\xe4\x3e\x07\x47\x43\x96\x1c\x90\x18\xa6\xdf\xd5\x76\xe3\x41\x59\xd8\x7f\x6e\xf8\x57\x82\xa7\x77\x23\xfd\x6d\x48\x4f\x2c\x8c\x0c\x21\xf2\xb8\x11\x80\x75\xd9\x7a\x0b\xf0\x42\xf0\xf4\x0e\xe0\x85\xe9\xd7\xbb\xdd\x96\xb4\x91\x5c\x34\x8c\x9d\xb4\x8e\x17\xe0\x45\x5a\xc7\x46\xca\x8a\x20\x07\xdd\x30\x65\x46\x9e\x26\x2c\x17\xa1\x24\xb8\xf1\x5e\x23\x50\x04\x37\x4c\x99\x91\x87\x07\x59\x32\xf2\xac\xdc\x6b\x0c\xf1\x42\x48\x35\x6d\x70\x23\xac\x22\x10\x3e\x37\xa2\x28\x69\x72\xdb\xe3\xf4\xd0\x2c\x14\xcb\xa4\x0d\xbe\xd0\x2b\x04\x37\xe4\x86\xa5\x21\x50\x04\x37\x32\x67\x5d\x36\x96\x2d\xf1\x23\x4b\xdf\x96\xb4\xc9\xdd\x27\xa9\x65\xe4\x66\x2f\xf1\xa3\x70\x97\xbd\x1c\x07\x19\x5a\xb6\xc4\x4f\x6e\x36\x0f\xca\x02\xe1\x73\x5b\xf2\x48\x5a\xc0\x29\xc7\x13\xca\x91\x3b\x26\x90\x60\xfa\xdc\x41\xc1\x12\xb2\xbe\x3b\x26\x90\x80\x15\xdc\x09\xfe\xa6\xc7\xb1\x80\x37\x84\x94\xe4\x00\x6f\x98\x80\x15\x7c\x01\x6f\x08\x3a\xc9\x7d\xc9\x34\x29\x1f\x2f\x8b\x74\x0d\x8a\x8f\x96\x5e\x8b\x93\x5c\x23\xdc\x3e\x77\x82\xbf\xc2\x52\xf2\x89\xc4\xf1\xe9\xa1\x59\x08\x22\xa5\xd7\xe2\x95\x35\x95\x81\x03\xac\x86\xe9\x17\xcc\xdd\xb1\x89\xd2\x6b\xf1\xca\x22\xcb\x49\x59\x38\x1b\xe9\xa4\x38\xf1\x62\xc1\x37\xb8\x23\x28\xd3\x6b\x71\x92\xec\x84\xe7\xe0\x4e\x2e\x4d\x7a\x2d\x8e\xc5\x93\x5e\x8b\x13\x0d\x16\xe2\x83\xfb\x92\x7a\x3a\xc9\x6e\x6b\x0c\xf1\xc2\xbb\xb3\x10\x06\x7d\x01\x6f\xa4\xa3\xe3\xe4\xf5\x0a\x72\xd0\x9d\xb7\xa7\x74\x74\xdc\xd6\xb4\xd9\x30\x77\x2e\x1d\x1d\x27\xb4\x94\x8e\x8e\x13\x0d\x16\xe4\xa0\x3b\xee\x65\xfa\x35\x40\x62\xd8\xc8\x53\x88\x91\x34\xf2\x14\x12\xeb\x4d\xaf\xc5\xc7\xa0\x41\xdc\x52\xdb\x33\xf2\x58\x12\xf4\x49\xaf\xc5\x29\xf6\x49\xb7\xc3\x31\xa3\x46\x9e\x53\x92\x5a\xd2\x0f\x71\x9e\x99\xd3\x0f\x71\x1c\xbf\x91\xc7\x92\x57\x65\x61\x06\xba\x9f\x10\x26\xc7\xc4\x49\xbd\x4b\xc7\xc4\x97\x60\x93\x81\xe3\x54\x00\x0b\x9d\xdf\xfd\x5a\x63\x88\xfd\x6b\x8d\x21\xe6\x08\x0f\x8f\xf1\x3b\x85\xcc\xee\xf7\x62\x43\x9c\x3f\x85\x06\xb1\x41\xf2\xff\xc8\x33\x8b\xc1\x94\x6e\x0c\xc0\x1b\xbe\xe5\x99\x7d\x59\x5f\x69\x23\x9f\xe9\xb8\xbe\xe5\x11\x25\xbc\x93\x7e\x4d\xcc\xd2\x5e\x17\xf0\x86\xc7\xb6\x66\x71\x35\x70\x9a\xa4\x05\x02\x54\x80\x74\x52\x82\x7a\xbf\x50\x54\x29\xca\x1a\xf4\xbb\x8b\x81\x2b\x24\x74\x2f\x8f\xfd\x9a\x3d\x74\x44\x83\x9c\xba\x90\x26\x09\xf2\x4f\x84\x9b\xef\x51\x19\x54\x87\x78\x82\x77\x7c\x1a\xf4\xc9\xba\xc3\xd2\x35\x31\xc1\xef\x5c\x78\x1f\x1e\xd3\xaf\x71\x21\xea\x79\xcc\xf7\x1a\x17\x80\x9e\x87\xad\x69\xc5\x3e\x15\xfd\xe9\x2c\x05\xb0\x36\xe9\x1b\x4d\xf0\x8e\xcf\x18\x5a\x20\x2a\xfa\xd3\x59\x0a\x5f\xdc\x6a\xc5\x66\xa6\x9a\x6f\x3a\xc4\x41\xb1\x8c\x60\xf2\x3d\x66\xf0\xc6\x37\x9d\xd9\x20\x95\x36\xa4\xe2\x62\xac\x31\x44\xfa\x58\xd3\x66\xc3\x1a\x43\xdb\x30\xd6\x18\x6a\x38\x38\x1f\xf2\xae\xe3\x58\x74\x64\xc3\x1a\x43\xcc\x91\x76\x26\xfc\x32\x8f\x83\x53\xa8\x83\x1b\x27\x0b\x24\xf5\x14\x17\x94\xca\x6e\x8d\x8b\x7d\x91\x4d\x14\x44\x50\xd3\xcf\x8b\xf9\x3c\xe3\x5b\x9e\x42\xde\x6a\x85\xdf\xef\x13\x9a\xe3\xd3\x43\x74\xdc\x9c\x42\xbd\x1b\x05\x48\x98\xe9\x1a\x06\x85\x72\xe9\x1a\x06\x2f\xb1\xe9\x1a\xc6\xba\x62\x32\x81\x62\xe6\xc4\xfb\x96\x67\x1d\xc3\x42\xc8\xfa\x3e\xc1\x3b\x8a\x6f\x79\xf8\x1f\x8e\x43\x9e\x75\x1e\x70\x84\xbd\xef\xf1\xc2\x7e\x9e\xf5\x77\x4d\x2b\xe6\xde\x35\x8b\x78\x99\x75\xba\x2e\xfc\x13\x9f\x78\x1f\x9f\x86\xa6\x06\xae\xa9\x34\xc9\xd8\x58\x42\x19\x5a\x0b\xcd\x23\x5d\xd4\x31\x1f\x81\x5c\x10\x7b\xbe\xc0\x3b\x42\xe6\xcb\xc0\xe3\x10\xb2\xbe\x8f\x75\x4d\xa5\x16\x06\x8f\x40\xc2\xcd\xf7\x31\xb5\xb3\x0b\x01\xcf\x07\x49\x60\x02\xd2\xf7\x51\x21\x4c\x17\x68\x62\x75\x7c\x7a\x7c\x17\x79\x74\xf6\x56\xa7\x70\xe0\x60\xa4\x03\x3a\x3a\xbc\x28\xb6\x32\x8c\x4f\x64\xbe\x8c\xa5\x6a\x47\x36\xb0\xea\xb2\x56\x06\xd1\x06\x61\xde\x3b\x68\x1e\xae\x9f\x34\xf7\x61\x48\x07\x1d\x98\x01\x8a\x9e\x20\xe0\x7c\x38\xdc\xea\x04\x0d\xde\x68\xd2\x11\x1e\xce\x71\xd0\x91\x1a\xc4\x69\xd3\x11\x1e\x4b\x18\xe8\x48\x8d\x75\xb3\x65\x47\x2c\x34\x8f\x74\x73\x07\x39\x1b\xe9\xd5\x0e\x62\xac\xe9\xd5\x0e\xae\x69\x3a\xb1\xe3\x80\xd2\xdc\xfd\x63\x8d\x21\xf6\x0f\xf6\xc5\x7f\x07\x0b\xd1\x07\xc9\x5c\xe9\xbf\x8e\x13\xaa\x65\x53\x8c\x13\xe1\x92\xa7\xe9\x5c\x6c\x88\x84\x13\xd1\x91\xc7\x8b\x72\xd8\xf4\x81\x07\x6f\x2d\xe9\x03\x8f\x9b\x5d\xcc\x93\x70\xb3\x69\x79\x12\xd0\xac\xe9\x14\x8f\x9b\x1d\xc8\x93\xf0\xa0\x38\x72\xe3\x97\x22\xcd\x2d\xe1\x9d\x24\xdd\xd5\x81\xde\x14\x92\x9d\x03\xab\xe1\x45\xba\x77\x82\x66\x7c\x1a\x8a\x1a\x3a\x0d\xbb\x1a\x82\x86\xaa\x86\x83\x41\x9b\x1a\xd6\xa0\xd9\x70\xd1\xa3\xab\xe1\xa6\x87\x1a\x26\x10\xb6\x0b\xcc\xc4\xc1\xc8\x70\x81\x99\xf8\x51\x16\xe9\xd9\x63\x4a\x2c\x61\xbb\xf9\x41\x28\x53\xa8\xf8\x7e\xa0\xae\x05\x82\xef\x07\x81\x4a\x41\xec\xf9\x81\x60\x10\xc4\x9e\x1f\xf3\xb7\x2f\x5c\x50\x25\x7e\xa0\xbf\xd3\x33\x3e\x26\xa2\x9e\x0b\x88\xc4\x0f\x92\x38\x86\x6c\x91\x03\x4b\x7f\x48\x4f\x1c\x3c\xcf\xa4\xef\xbc\x40\x33\xd2\x77\x3e\x26\x3c\x9e\x0b\x00\xc4\x8f\x09\x8f\xe7\x42\x38\xf3\x83\x07\x9c\x74\xa6\x8f\xbe\x06\x15\xb7\x9d\x15\xcb\x05\xb2\x45\xba\xd8\x27\x19\x34\xfd\xde\xc3\xd6\x2c\xd9\xc0\xce\xe5\x7a\x38\xc7\x21\xd9\x77\x36\x2a\xb9\xa5\x7a\x46\xe8\xfc\x7e\x38\xbc\x24\xfb\xce\x66\x27\xe9\xa4\x8b\x0a\xbf\xdf\x0f\x84\x4b\x49\x5e\x10\x2e\xe9\x90\x1f\x08\x97\x92\xbc\xc4\xa2\x43\xa4\x07\xc7\x32\xe9\xe0\x55\x48\x90\x83\x7e\x0c\x4e\xb2\x94\xcf\x31\xd6\x27\xda\x17\x4c\xff\x21\xa1\x7f\x2c\x01\x25\x19\x7f\x0c\x28\x95\x36\x3a\xf0\x05\x04\xa4\xef\x07\x21\x55\xe1\x18\xfa\x41\x4c\x23\x9d\xfa\xe3\x5c\x3d\x34\x06\x21\x8c\xf4\xd0\x8f\x73\xd1\x21\xd2\x67\x08\xc3\x4b\x12\x76\x2e\xc2\xb4\x1e\x17\xbb\x9f\xd3\x62\x8b\xa4\x77\x7d\xdc\xab\x87\x66\xb9\xd9\xfd\x9c\x85\x0c\xd3\x74\xb7\x8f\x9b\x9d\xcb\x59\x78\xbc\x15\xb0\xa1\x1f\x13\x88\xd7\x4b\xce\xf2\xb0\xc8\x39\xc6\x03\x73\xb2\x67\x26\x00\xc8\xa7\x47\x8e\xc1\x2c\x3f\x7a\xb0\xc8\x52\x82\x07\xa6\xc7\xf8\xd1\xc0\x19\x93\x12\x3c\x96\x60\xfb\xd1\x80\x26\x91\x12\x3c\xde\x35\xe8\xf7\xc0\x9c\xdb\x22\x2c\xd4\xb0\xc6\xc8\x1e\x9c\x20\xe9\xbc\x73\xc9\x31\xa9\xb8\x73\xe3\x24\xcb\x26\x3a\x37\x66\xc9\x4f\x0a\x07\x37\x3f\xa1\x8a\x38\x5d\xf6\x73\x09\x36\x19\x49\x67\x61\x5f\xfc\xb7\xd2\xe8\xcf\xc2\x95\xfd\x31\x1e\x22\x2c\xc7\xdb\xb9\xc3\xd2\xc3\x27\xb9\x6c\xe3\x47\x03\xcb\x29\x07\xff\xdc\x5f\x7a\x68\x6d\x96\x90\x93\x73\x7e\x02\x52\x9c\xae\xf7\x59\x17\xd5\xea\xb1\x84\x9c\xf4\xe6\xb9\x84\x5c\x7e\x02\x6a\xb1\xd0\xfe\xfd\x5c\x52\x2f\x3f\x21\x27\x3e\xdd\xf7\x89\x3b\xf2\xe9\xa1\x59\x3a\x83\xca\x4b\x3e\x31\xa9\xd2\xc1\x3f\x31\xa9\x04\x08\xe6\x0b\x77\x44\xf8\xfd\x7e\x1a\x9a\x44\xf1\x9e\xd3\x58\x42\x69\xe7\x93\x18\x6b\x3a\xe7\x27\xbe\x51\x3a\xe7\xa7\x73\xee\xa5\xbf\xcf\x25\xf5\xa4\xae\x4f\x5c\x21\x61\x86\xf8\x19\xec\x9c\xac\xb0\x33\x38\x3c\x32\xba\x4e\x42\xaa\xe9\xcf\x9f\xb8\x42\xc2\xfb\xf0\x73\x49\xac\x9c\x76\xa2\x73\xba\x00\x40\xfc\x24\x75\x6d\x24\x1d\xf3\x11\xc8\x85\x08\xe2\xe7\x12\x61\x49\xd8\x7c\xd8\x76\x41\x84\xf8\x44\x26\xf9\x34\x68\x8c\x73\xf5\xd0\x27\x13\xfe\xcc\x77\xa9\xeb\x73\xfe\x1e\x98\x0b\x48\xcc\x4f\xdc\xa9\x91\xdc\x5e\x7c\x22\x47\xf8\x9c\x55\x80\x2e\xdc\x30\x3f\x67\x8c\xd5\x05\x13\xe6\xe7\x2c\xc9\x29\x5b\xb2\x3f\x63\xac\x65\x4b\x6e\xe7\x6b\x6e\xd9\x92\xb9\x59\x51\x5c\x32\x74\x70\xce\xd7\x5c\x17\xd4\x98\x9f\x33\x62\x51\x32\x74\x70\x3e\x8b\x30\x51\x3a\x45\x58\xc9\x38\xc0\xf9\x2c\x4a\xc5\xdc\x74\xa7\xca\x96\xec\xcf\x27\x9e\xb2\x25\xfb\xd3\x37\x2a\x42\xe7\xf7\xf3\x7d\x66\x83\xcc\x97\x6b\xc6\x47\x4b\x06\x06\xae\x8d\xcd\x96\xbb\x7d\x6d\x70\x2b\xb3\xf2\xda\xe0\x56\xd6\xca\xc4\x2e\xf9\x34\x7c\xb9\xbd\x08\x61\x08\xbf\xcc\x2f\xa4\x83\xe0\x4e\xfc\xda\xd9\x4a\x99\x1e\xd7\xce\xb4\x32\x3d\x26\x88\xc8\xa7\x41\x74\xf4\x45\x69\x36\xec\xb3\x21\x67\xe9\x6c\x54\xce\xd2\x21\x4c\x36\xe2\xc5\xad\xdc\x65\x47\x5c\xc6\xaa\xcb\x6c\xb8\x66\x08\xb1\x64\x60\xe0\x32\x96\x50\x06\x0e\x10\x21\x25\xdd\xfe\x8b\x8b\x2c\xa8\x12\x9f\x00\x20\x9f\x1e\xa1\x06\x78\x91\xe5\x75\x39\xdb\x90\xcc\x05\xc7\x41\x26\xd0\x15\xeb\x13\x4d\x1b\xec\xbe\xac\x15\xf0\x3e\x8a\x00\x49\xfd\x1a\xac\xba\xac\x95\x0b\xd3\x43\xc8\x62\x7e\x61\x47\x08\xee\xc4\xaf\x03\x4a\x73\x3d\x0e\x96\x30\xd7\xe3\x60\x8c\x96\x0d\x1c\xcb\xe4\x96\x20\x87\x00\x51\xfc\x9a\xde\x53\xd9\x92\x5b\x7c\x23\x21\xa4\xf8\x85\xeb\xb2\xeb\x51\xfd\x3a\xe9\x21\x4b\xe3\xba\x10\x28\x32\x81\x26\x22\xc8\x5e\x32\x52\x70\xcd\x97\x0f\x17\x6e\x98\x4f\x88\x90\x4f\x8f\xdf\x7a\x03\xbb\x1e\x38\x97\xfb\x3e\xe1\x42\x3e\x0d\x5a\xdf\x07\xbe\x7a\xf6\xe0\x34\xe9\xd9\xec\x7a\x61\x54\x36\xd6\xf5\x72\x21\x65\x63\x5d\x38\x3a\xbb\x8c\x9d\xeb\x5d\x8c\x7e\xc7\xb8\xf1\x7c\x04\xd2\xe2\x37\x31\x45\x21\x95\xf9\xbd\x71\xa9\x45\xc7\x8d\x1b\x23\xd4\x16\xbf\x0b\x63\xc8\x84\xb8\xcb\xfa\xc4\xd5\xc0\x31\x97\x81\x70\x17\xb8\x4d\x3a\x66\x8a\x46\xd9\x92\x8e\xca\x01\x94\x46\xbb\x2b\x27\x41\xa1\x88\xbb\xc2\xbe\x8c\xae\x09\xcd\xf1\x69\xa8\x6a\xe0\xaa\xc8\xc6\xba\x1b\x67\x56\x26\xd5\x4d\xb0\x42\x10\x2c\x7e\xf7\x35\x86\xb8\xed\x6b\x0c\x11\xd6\x59\x42\x29\x9f\x89\xe6\xb1\x17\xc1\xa8\x3a\x68\x1e\x2e\xd4\x16\xbf\x89\x4d\x08\xe4\xc9\xef\x75\x87\x65\xbe\xdc\xc6\x79\x93\x13\x0b\xbc\x87\x0b\x87\xc5\x6f\x47\xfc\xc8\xc0\xb9\x9d\x25\x94\x3d\x73\xe3\x82\x08\x54\xc5\xef\xf9\x50\xe0\x82\x4c\xf1\xdb\x39\x1f\xb2\x78\x00\x00\x71\x61\xa8\xf8\x1d\x8b\x17\x91\x1e\x5c\x37\xd9\x44\xc0\x7b\xb8\x30\x54\xfc\x1e\x6c\x83\x67\xc3\x94\x47\x82\x5f\xf2\x7b\xfe\x28\x80\x0b\x7e\xc9\xef\x99\x47\xee\x42\x5b\xf2\xfb\x60\xda\xc8\x4f\x58\xa0\xdc\xfd\x03\xa1\x9f\xbb\x7f\x20\xc2\xf4\xd8\x70\x9f\x2c\x90\x1e\xc5\x6e\x94\xb1\xd0\x96\xfc\xbe\x10\x2e\x32\x81\x6e\xdc\x07\x81\xaa\xf8\x84\xf7\xd8\x8b\x60\xf2\xfd\xe6\x96\x57\x89\xd2\x7b\xdd\x72\x59\x4d\x37\x21\x0c\xe1\x0f\xf9\x3d\x73\xad\xbc\x4a\x94\xde\x37\x47\x3b\xcf\x18\xee\x43\x95\x80\xba\x97\xaa\xcd\x23\x45\x5c\xb2\x4a\x94\xde\x38\x07\x42\x59\xf1\x7b\x3e\x67\xba\x50\x56\x1c\x68\x8e\x92\x81\x92\xfb\x65\x09\x65\xe0\xdc\x08\x03\xc1\xae\xf8\xb3\x6e\xb6\xce\xe9\x83\x66\xcd\xb8\xc8\x33\x53\xab\x5c\x28\x2b\xfe\x94\x35\xc6\x77\x96\x67\xa6\x9e\x97\x8c\x69\x3c\x68\x56\xa1\xf0\x38\xe0\x1d\x25\x83\x1c\xcf\x0e\xfb\x12\xb6\xcf\xce\xa0\x12\xb6\x0f\xd1\x06\x81\xee\xf8\x33\xed\xee\x22\x88\x7b\x9f\x58\x1d\x9f\x1e\x9a\x76\x86\x1f\x4a\xc6\x45\x9e\x0a\x2f\x3a\x74\x4f\x5b\x83\x86\x1a\x16\x1d\x1a\x74\x5a\xe6\x25\x83\x1c\x0f\x2a\x5f\x68\xab\xfe\x74\x0e\xae\x44\xce\x83\x30\x10\x42\x8a\x3f\xc6\x2c\x92\x1f\x8f\xc1\xbe\xac\x84\x87\xb8\xa4\xa0\x6c\xfc\x99\xf9\xe7\x45\xc0\xa8\xfe\x10\x7e\x10\x20\x8a\x3f\x6e\xf4\xd0\xb4\xeb\x66\x7b\x36\x70\x60\x24\x50\x1e\x14\xba\xa0\x53\xfd\x09\x48\x97\xfc\x78\x66\xa4\xa0\x14\x1d\xed\x27\xd6\x18\xfd\x77\x14\xd8\x83\xfa\xcf\x28\xca\x83\x1d\x2f\xac\x1c\x7f\x96\xa4\x90\x2c\x79\x66\x24\xb4\x64\x9c\x05\xb8\x10\x17\x34\x8e\x3f\xc4\x26\x04\x8d\xe3\x6f\xa5\x87\x9c\xa5\x77\x82\xb4\x94\x0c\xcd\x00\xce\xe0\x55\xce\xd2\x4b\x0c\xbb\x4a\x74\xbc\x6d\x7d\xe2\x6a\xe0\x68\xe8\x76\xbd\x0d\xce\x25\x5c\x5e\xd4\x82\xd0\x63\xfc\xed\xec\x80\xee\xce\xdb\x39\x2b\x32\x65\xde\xce\x7a\xc8\x50\x01\x69\xa1\x08\xad\xd4\x01\x56\x28\x42\x2b\xf5\xd7\xd6\x18\xe2\x76\x09\x7d\x89\x9f\x77\x9d\x04\x49\x9b\xd7\xd9\x45\xc9\x92\x17\x0f\x4c\xd0\x38\xfe\x3a\x37\x43\x72\x00\xe8\x85\x92\x51\x94\x77\x1d\x1e\x09\x06\x90\x16\x8a\x40\xdf\xfd\x8d\x35\xa8\x48\x27\xcc\x24\x04\x1a\x7f\x83\x45\x96\xbe\x7a\x39\x3c\x02\xad\xf1\x77\xa6\xce\x78\x93\xd7\x02\xd2\x82\x37\x79\x2d\x2f\x4e\x5b\x93\xd7\xf2\x0e\x96\x50\xa6\xc7\x3b\xd6\x18\x22\xec\xe0\x54\x2b\xf0\xf2\x1e\x6b\x50\x71\x8b\x9e\xc8\x48\xcc\x7b\x70\xbb\x64\x14\xbc\x33\x93\xd8\x05\x49\xe3\xe0\x28\x94\x8c\xc4\xbc\x33\x0b\xd8\x85\x18\xe3\xef\xb9\xc6\xd0\x2c\x3c\x8a\x09\x42\xc6\x5f\x1e\xc5\x84\x18\xe3\x00\x2b\xb8\x00\x62\xfc\xbd\x58\xa0\x92\x63\xc0\x9c\x5c\xb2\x17\xc7\x4f\xe0\x2e\xfe\xde\x8b\xb0\xec\xb1\x98\x53\x0f\x14\x47\x06\x5e\xc0\x51\x70\x41\xb7\xf8\x3b\x31\xe6\x5c\x48\x2d\xfe\xce\x5c\x9a\x92\xa1\x19\x90\x16\x8a\x40\xdf\xfd\x9d\xa9\x7c\x2e\x2c\x17\x7f\x71\xeb\x32\xd8\xf2\xbe\x6b\x16\x11\xf6\xc2\x9c\x7c\x92\xf7\x5d\x83\xae\x1e\xb1\xcd\x3a\x03\x17\xb6\x4d\x6c\x1b\xc2\xe0\x2b\x1d\x02\xa4\x05\x6f\x5f\xd3\x3f\xb6\x8d\x41\xbf\x96\x7e\x6c\xd8\x99\xc2\x72\x89\xad\x30\xc6\x57\x3a\x04\x60\x0a\x2e\x70\x97\xd8\x0a\x0b\x14\x1a\xb4\xa0\x27\x22\x07\x85\xd2\xd0\xa0\x3b\x67\x2c\x34\xc6\xbe\xc6\x10\xa5\x3b\x37\xea\x6b\x47\xc4\xb6\xb3\xa6\xdf\x40\x49\x6c\x3b\x27\xa8\xaa\xa1\xa2\x49\x86\xd8\xc7\xbc\x15\x62\x4c\x6c\x48\x3a\xe1\xc1\xc4\x56\x19\xa3\x89\xb9\x89\x29\xe3\x42\x7b\x89\xad\xad\x31\xc4\x4b\x5b\x63\x88\x97\xa5\xd1\x86\x06\x6d\x1c\xcb\x26\xe6\x70\x62\x15\x05\x8a\xad\xa3\x6a\x87\x66\xe9\x6b\x50\xb1\x3f\x11\x1a\x5c\x00\x31\xb1\xf5\x35\xa8\xb8\x45\x2b\x0a\x0f\x26\x36\x63\x4d\x87\x28\xf5\xd5\x20\x4a\x11\x5b\xc2\xc7\x89\x0d\x7f\x53\x28\x2b\xb1\x0d\x4e\xe1\xd0\xb4\x68\x0f\x61\xa8\xc4\x36\x16\xb7\xbf\xf3\x06\x16\xdb\xfc\x75\xab\x22\x9c\xd9\x98\x38\x0a\x9f\xf1\xc4\x28\x31\x23\x01\xac\xc4\x86\x33\x2a\xf8\x94\x00\x47\xa1\x28\x32\x15\x1b\xe2\x47\x81\xa8\xd8\x26\xbc\x6d\x51\xdc\x29\x00\x56\x70\x81\xa3\xc4\x46\x10\xa9\xe5\x45\x98\xf8\x54\x45\x81\xa8\xd8\x88\x83\x0b\x0b\x25\xb6\x6b\x4d\xab\xc5\xba\x16\x2f\x5a\x8a\x25\x6d\x42\x84\x2d\x69\x93\x57\x85\x20\x92\xb0\x6a\x03\xa4\x85\x22\xac\xda\xd8\xee\xf5\x89\x66\x99\x2f\xee\x45\xb1\xab\xd8\x1e\xc4\x60\x5e\x15\x5c\xd4\xbd\x68\x96\x77\xf5\xd0\x2c\xd8\xad\x2d\x2f\x02\x21\xa2\xbd\x68\x81\x5e\x8e\x57\x9e\xd9\x97\x6d\xc8\x23\x8a\x70\x51\xc8\x2c\x0a\x3e\xab\x50\x45\xa2\x10\x33\x52\x0c\x2d\xca\xc6\x12\xea\xf0\x94\xb2\x66\xf9\x12\x56\xb0\x4a\x05\xab\x11\x65\x3e\x9b\x15\x85\xbb\xa2\xec\x8b\xd2\xfc\x64\xf0\x89\xa6\xc5\x90\x15\xac\x46\x94\x09\xcc\xe2\x82\xd5\x88\x82\x1c\x50\x64\x2a\x4a\x5d\x63\x98\x1a\xd8\xca\xaf\x35\x18\x85\x17\x77\xc1\x6a\x44\xc1\xcd\x55\xec\x2a\x40\x6b\x28\x8a\x5d\x45\x69\x6b\x0c\xd1\xd1\x16\x61\xe2\xa5\xad\x41\xc5\x8b\x2d\xc2\x34\x8b\xc1\xfe\xae\x4f\x78\x25\x13\x58\x45\x14\xe3\x68\xef\x1a\xc3\xf9\x44\x32\xbe\xe0\x3c\x2a\x88\x14\x05\x3b\xa2\x27\x61\xd8\x11\x42\xae\x89\x12\x5c\xa0\x2a\x3a\x30\x2b\x85\x1a\x11\x65\xac\x4f\xd4\x63\x70\x1c\xaa\x28\xc5\xdf\xec\x49\x07\x99\x32\x02\x67\x88\x72\x40\x47\xd5\x12\xe2\x6f\x2a\x54\x15\x05\x6f\x72\x97\x7c\x2e\xe7\x1a\x43\x8b\x7c\xc2\xad\x04\x76\x99\x15\x00\x2e\x4c\x99\x28\xdc\x5b\x81\x33\x44\x99\x15\x00\xde\x73\xd0\x99\x82\xeb\x3d\xc7\x58\x17\x59\x22\xbd\xcc\xfc\x7e\x17\x98\x42\x80\x7b\x50\x14\xcc\x8a\x72\x73\x1c\x24\xd2\x0b\x1e\xa9\xb0\x13\xa2\x10\x0d\x56\xb8\x2b\x40\x35\xf0\x9e\xb3\xac\x9b\x2d\x81\x5d\x70\x51\x7b\xce\xc2\x0b\x57\xcf\x59\x78\xd0\xea\x39\x28\x86\x85\x42\x66\x51\x78\xe1\xea\x39\x28\x2e\xaa\x42\x66\x51\x88\x46\x09\x20\x26\x76\x9e\xdd\x05\x62\x10\x3b\xf7\x56\x88\x04\x31\x71\x0f\x3e\x63\xe8\x13\x62\xbd\x42\x13\x88\xbd\xac\x59\x34\xc6\x7c\x6a\x2a\x8a\x79\xc5\x8e\x8b\x2a\x1c\x96\x00\x91\xa0\x28\x08\x16\x3b\xa1\xa5\x3d\xa7\x5d\xd7\xf4\x1b\x6c\x89\xbd\xb2\xa6\x5f\x4b\x34\x00\x31\x70\x55\xe0\xc7\x4e\xfe\x9a\x2a\xf0\x63\x9f\xa5\x3c\xae\x0a\xfc\xd8\xdb\x1a\xe3\xbb\x1e\x3b\xc1\xa7\xdd\x7e\x07\x89\x23\xf6\xbe\x88\x6c\x6a\x58\x44\x8a\x8d\xce\x69\x32\x51\x4d\x40\x7a\x97\xca\xdc\x89\x3f\xab\xe6\x3f\x76\x62\x57\xaa\xf9\x8f\xdd\xd6\x2c\x62\x63\xdd\x72\xd7\x27\xbe\x3e\xd1\xa0\x8e\xa0\x94\x9a\x9c\x80\x06\x9f\x1e\x39\x06\x1b\x2f\x0b\x6a\x27\xee\xb4\xbb\x96\x02\xef\x74\x77\x6d\x2b\xef\x46\xaa\xb5\x8f\x7d\x70\x12\xa4\x48\x77\xe2\xcf\x02\x69\x89\x7d\x2c\x4a\xc5\x3e\x06\xc2\x9e\x7b\x84\x86\x57\x69\x7d\xec\x44\xa8\xfb\x50\x0f\x12\xe4\x54\x5a\x1f\xfb\x12\x0c\x32\x20\x77\x5e\x85\x54\x38\x1f\x3b\x92\x42\x85\xf3\xb1\x9f\x08\xa8\xc8\x86\x39\x8b\xc0\x4c\x62\xbf\x50\xf9\xb9\x84\x37\xeb\x91\x2b\xc6\x3b\xb6\xaa\xc5\x63\x9f\x45\x3b\xae\xe2\xf0\xd8\x97\xfe\xce\x35\x5d\x97\x3a\x57\x0c\x75\xad\xc2\xee\xd8\x1f\x66\x91\x32\x9e\xf8\x05\x9f\x86\xec\x81\x38\xce\x35\x7d\xd7\x18\xe2\xe5\xe5\x48\x49\xb3\x56\x5e\x74\x14\xca\x8c\x3a\x5f\x98\x8b\x42\x99\x51\xb1\xf4\x55\x72\x1d\x95\xb4\x17\x55\x58\x47\x9d\xa5\x74\x2e\xcc\x90\xa8\x13\xc6\xb1\x08\x27\x3e\x2a\xaa\xd6\xa4\x5a\x2a\xaa\x56\x15\xd6\x51\x09\x22\xa9\xc2\x3a\xea\xcc\x65\x2b\x8a\x4b\x46\xe5\xca\x9a\xc4\x20\x90\x07\x45\x81\xca\xa8\x5c\x59\x15\x32\x47\x25\x07\xd5\x64\xfb\x56\x42\x44\x0a\x65\x46\xb5\x35\x86\x98\xe3\xf1\x45\xa8\x22\x51\x31\x75\x85\x2a\x12\x95\xb0\xac\x40\xa7\xa3\x3a\xcc\x75\x8d\x81\x87\x5e\x65\xcf\xd4\x09\x26\x54\x84\x35\x1f\x14\xfe\xbb\x2a\x9b\xa3\x62\x1d\xab\x6e\x39\x2a\xb1\x15\x95\x29\x47\xc5\xdd\x16\x0a\x75\xd4\xb1\xc6\xd0\xce\x11\xa7\x35\x89\xc1\xca\xd3\x8a\x30\xde\xa3\xce\x8c\x8c\xa2\x08\x6a\x54\x7c\x67\x01\x80\x44\xc5\x55\x56\xed\x73\xcc\x92\xfc\xcf\x27\x9a\x05\xdf\x59\xb5\xcf\x51\x31\x5e\x05\xef\x11\x15\x15\xa7\x90\x6a\xd4\x9b\x35\xf5\x6c\x68\xf4\x10\x2f\x04\x6e\x55\xfb\x1c\xf5\x86\x74\xa9\xfc\x7a\x33\x8b\x44\x4e\xc5\x77\x56\xa9\x73\x54\x7c\x67\x95\x29\x47\xc5\x78\x55\xf1\x6f\x54\x34\x5a\xcd\x53\x88\x67\xac\x5a\xdf\xa8\x2f\x0b\x94\xc7\x12\x6b\xd6\x24\x60\x1b\x2a\x4e\x65\xb4\xd1\x88\xc2\x2a\xb4\x1b\x6d\x5f\x83\x86\x1a\x20\x5d\x37\xbb\xad\xb3\xae\x8b\xdc\x08\x98\x2a\xd6\x1b\x94\xd3\xbb\xaa\x66\xa3\x11\x30\x15\xe6\x76\xb4\x75\x3d\x64\x36\x34\x1c\x50\x55\xcd\x46\xc3\xce\x54\x34\x38\x1a\x99\x0b\x2a\xa3\x8d\x86\xe1\x59\xdb\xef\x84\x10\xa3\xa1\xee\x84\x24\x1f\x14\xdf\xbb\x8a\x6e\xa3\xf5\x35\x9e\xab\x81\x2d\x91\xc0\x6e\xb6\x38\xd7\x18\xc6\xd1\x18\xfa\x04\x8d\xa6\x92\xda\x68\xd8\xad\x8a\x3f\x07\xf5\xfa\xae\x0a\xda\x68\xce\x1d\xd6\xfd\x6b\x44\xd9\x54\x1f\x1b\x0d\x15\xa7\x08\x75\x34\x72\x49\x55\x30\x1b\x6d\x5d\x59\x39\xb4\xd4\xeb\x17\xa1\xc0\xc7\xac\xc6\xff\x7c\xa2\x31\x06\xeb\xa1\x2b\xdb\x08\x99\xa9\xa4\x36\xda\xc4\xff\x72\x55\xd0\x06\xf5\xfa\xae\x72\xd8\x68\x33\x4b\xbc\x28\xca\x1d\xd4\xeb\xbb\xca\x61\xa3\xad\x3b\xac\x5b\xde\x70\x51\x05\x1c\x1f\x8d\x90\x99\x80\xe3\x83\xe2\x7b\x17\xcc\x48\x34\x6c\x5f\xc5\xc1\xa3\xf1\xd6\x22\xdc\x91\x98\x95\xf4\x9f\x1e\x22\xfd\x82\x39\xdd\xf2\x86\x31\xac\xea\xd7\x68\xa4\x46\xa8\xb6\x35\x28\xad\x77\x95\xb2\x46\x23\x57\x42\x95\xab\xd1\x30\x97\xab\x65\x8f\x93\x1e\xa2\x14\xfb\xd9\xe5\x70\xb5\x9b\xf5\x90\xd4\xa3\x9c\xbe\x28\x1e\x1f\x8d\xb0\x9b\xc2\xef\x41\xf5\xbc\xab\xd8\x35\x1a\xcf\x33\x2a\x65\x8d\xf6\xc0\xad\x67\x8f\x87\x1e\xda\x5b\x3c\x63\x05\xe8\xa3\xbd\xac\x87\x84\x4b\x43\xb8\xa8\x94\x35\x1a\xaf\xb9\x82\xa7\x8f\xf6\xae\x69\xb5\x40\xef\x9a\xf6\xdb\xd0\xd1\xbd\x0a\xb9\x47\xdf\x16\x2f\xa1\x86\x87\x86\xef\x02\x51\x5f\xef\x2e\x77\xaa\xf3\x34\x2b\x34\xfa\xe8\x05\xf6\x25\x39\x3b\xd9\x14\x2a\x65\x8d\x59\x3d\xff\xf9\xe4\xbb\x62\x1d\x0b\xdb\xa5\xd0\xa9\x9e\x77\x97\x42\xef\x3b\x37\x4a\x92\xb3\x13\x65\x53\xa4\x3f\xfa\x52\xf9\x0a\xdd\x75\x34\xbc\xca\x61\xa3\xe3\x4c\x2b\xd2\x1f\x1d\x89\x25\x0c\x95\xe8\x84\xcc\x84\x90\x12\x9d\x47\x20\x01\xa2\x44\x27\x86\xe6\x92\x7a\x7d\x09\x39\x19\x6b\x1d\x21\xa7\x0a\xda\xe8\xf8\xce\x2a\x98\x8d\xde\xd7\x18\xe2\xa5\xaf\x4f\xb4\xa6\x9d\x55\x97\x28\xed\x04\xc4\x14\xc7\x8f\x6e\x6b\x0c\x6d\x14\xfe\xb7\x02\xfb\x41\xf5\x7c\x51\x60\x3f\x3a\x0f\x49\x82\x5d\x89\x4e\xa4\x5f\x81\xfd\xe8\xcb\xb0\x90\x2c\xec\xbe\xe8\xd0\x2c\xc1\x12\xca\x58\xeb\x64\x98\xba\x44\x5f\xc7\x87\x57\x60\x3f\x3a\x19\x5d\xaa\xbc\x8d\x3e\x61\x46\x8a\xe2\xf8\xd1\x71\xd9\x5d\xa2\x8f\x1a\x7d\x77\x89\xbe\xbe\x04\x9b\x24\x5d\x1f\xce\x18\x1a\x74\xa6\x78\x15\x05\xf6\xa3\x13\x9d\x53\x6d\x6e\x74\xcc\x17\xc1\xd3\x47\x3f\x10\x17\x12\x6c\x9d\x60\x5c\x93\xd8\xea\x38\xe4\x2a\xc5\x8d\x8e\x71\xa2\x52\xdc\x98\x05\xf7\x7b\x69\x65\xfb\x1d\x05\xd6\x97\x3c\x92\xf8\xe9\x13\xc8\xa3\xe8\xe5\x20\x3a\x19\xef\x2e\x59\xd2\x5f\x56\x2f\x2f\x24\xcf\xb4\x7a\x4a\x88\xce\xa5\xd6\x53\x42\x74\x72\x38\x55\x97\x1a\xb6\xad\x59\x9a\x1a\x10\xa5\xba\x3b\x46\x70\x5d\x8f\x0d\x61\x18\x19\x2a\x32\x0d\xaa\xe0\x8b\x5e\x1f\xc2\xf0\x92\xf5\xfa\x10\xb6\xae\xbd\xac\x0e\xe3\x96\x0b\x6b\x3e\x8c\x97\xdd\x26\x61\x4b\x8d\x7b\x11\x18\x7f\x18\x71\x70\x55\x9d\x86\xed\x8c\x21\xc9\x69\x58\x1d\x7a\x9f\x08\x5b\x57\x56\xa6\x8c\x11\xee\xd2\x73\x44\x58\x83\x39\x89\x41\x5b\x17\x52\xb6\x8d\xf1\x7c\xa7\x52\xd6\xb0\x99\x51\x59\xf4\x3e\x11\x66\x6c\x83\xce\xbd\xf1\x08\x9b\xef\x13\x14\x98\x17\x21\xc9\x87\x71\xbb\x9a\xc4\xa0\xf1\x8e\xa6\xaa\xd3\x30\x82\x59\x21\x3b\x82\x7a\xf2\x92\x0f\x16\xc6\x2b\x59\xc8\x8e\x30\x5e\x51\xf3\xc1\x82\xf2\x71\x57\xa1\x6a\xd8\x84\xe7\x2a\x82\xa7\x0f\x3b\x16\x1d\xda\x86\x63\xd1\xa1\x31\x66\xd9\x65\xc9\xd7\x07\xca\xc7\x4b\xbe\x1c\xd8\xc5\x09\x92\x4c\x33\x32\x21\x54\xdb\x1a\x76\x71\x2c\x5b\x36\x9c\xf4\xd0\xb4\x13\x75\xc6\x55\xca\x1a\x46\x66\xb5\x2a\x57\xc3\x70\x51\x55\xb9\x1a\x36\xab\x3b\x4a\xbe\x1c\x18\x81\x28\x55\xae\x86\xe1\x91\xe6\x53\x82\x91\x96\x28\x44\x9e\x30\x5c\xd4\x7c\x5b\xa0\x38\xbc\x08\x6b\x3e\x8c\xb8\x53\xe4\xf5\xc0\x06\x17\x18\x7f\x50\xb6\xed\xaa\x7e\x0d\x27\x0b\x4a\xd5\xaf\xe1\xe8\xcd\x7c\x8e\x70\xea\x3f\x54\xca\x1a\x5e\x38\x1f\x3d\x1b\xe8\xa1\xc3\xef\x5c\x20\x55\xae\x86\x53\xbb\xa1\xca\xd5\xf0\xc2\xee\xcb\xf2\x72\xde\x9e\x9a\x2c\x2f\xdf\xd9\x7d\x19\x5a\xce\xfb\x77\x3e\x52\x78\x83\x7d\x99\x1e\xce\x6d\x50\xf5\x6b\xf8\xc4\xb8\x72\x55\xbf\x86\x63\x66\xab\xfa\x35\x9c\x1c\x27\x41\xba\x87\x77\xf6\x45\x57\xcc\x09\x0f\xe7\xab\x05\x95\xcd\x2e\x68\x9f\x70\x5b\xec\x87\x1a\xd8\x6c\xd9\x22\x4e\x11\x85\x8a\x64\xc3\x09\x1c\xa9\x26\x36\x9c\x38\x91\x4a\x60\xc3\x49\x5a\x50\xc5\x6b\x38\x71\xa2\x7c\x0a\xf1\xa5\x7c\x64\xcf\x78\xb0\xfb\x32\x4e\x9c\xa0\x8f\x00\xfd\xc3\x89\x17\xe7\xdb\x88\x13\xf4\x09\x59\x2b\x7e\xac\x69\xb5\x40\xe4\x27\xe5\xeb\x89\xf3\xf0\x23\x9c\xf8\x70\x8c\xe8\x26\x5b\x84\x42\x66\x17\x5e\x50\xf8\xba\x84\x12\xc1\x8e\x36\x52\xb1\x6e\x38\xce\x74\x3e\xa7\x50\xea\x5c\x04\xe3\x1e\xbe\xee\xad\x64\xb2\x63\x33\xab\xbe\x37\x7c\x29\xb0\xf8\xad\x37\x30\xbf\x91\xe0\x12\x94\x4e\x9e\xb0\xca\x83\xc3\xd7\x85\x94\xd5\xe1\xd8\xbe\xaa\x17\x0e\x27\x35\x49\xe5\xc1\xe1\x2f\xab\x27\x1b\xcb\x79\xe2\x11\x1c\x7b\x38\x5e\xb2\xca\x83\xc3\x49\x4d\x52\xf1\x6f\xf8\xba\xa1\xb2\xb1\x82\xc8\x70\xc8\xc6\x8a\x8d\xb5\x91\x6d\x13\xeb\x42\xca\xb6\x09\x0c\xd9\x7c\xe2\x89\xb2\x28\xd5\x27\x5c\x37\x01\xb6\x47\xe0\x47\xab\x5e\x38\x66\xdd\xf2\xa7\x47\x51\x03\x67\xb6\x67\xc3\xa0\xc7\xae\x06\x78\x91\x59\x16\x84\x99\x54\x1e\x1c\x81\x02\xcb\x77\xa3\x68\x6b\xd0\xa6\x86\x83\x1e\xd9\xf0\xd0\xa0\xf5\x58\x77\x58\xe2\x27\xb0\x39\x43\xb2\x24\x70\x95\x55\xc9\x1b\xab\x5c\x5a\x75\xba\x11\x7d\x0d\xaa\x35\x5d\x77\xd8\xb2\x61\x8d\xa1\x15\xb3\xf5\x89\x1a\xc8\x50\x51\x59\x6e\x04\x19\x2a\x2a\xcb\x8d\x20\xdc\xa5\xb2\xdc\x88\x09\x57\x50\xf2\x31\x2a\x78\x15\x0a\x39\x3a\x41\xac\x57\x98\x4e\x11\xeb\x52\x4b\x96\x04\xb1\x5e\x95\xc3\x46\xcc\x9a\xa5\x92\x0f\x5a\x81\x79\xa8\x1f\x6e\x88\x20\xba\xa5\xfa\xd8\x08\x92\x8f\x05\x2d\x1f\x81\xde\x14\x70\x7c\xc4\x01\x1d\xba\xf6\xc1\x5b\xad\x2a\x68\x23\xb8\x90\x02\x8e\x8f\x20\x92\x2b\x9c\xf8\x88\x6b\x0d\x2a\xe6\xae\x45\x98\x98\xbb\x38\x96\xba\xf6\x71\x2f\xc2\xc4\x2d\xb1\xab\x2e\xcb\x2b\x96\xaa\x95\x5d\x15\x4b\x91\xea\x22\x07\xb1\x5e\x15\xdd\xc6\x2a\x86\x56\xd1\x6d\x04\x1e\x69\x97\x46\x0b\x3c\xd2\x2e\x05\x16\xef\xfa\x44\xd3\x62\xab\x0a\x49\x3e\x82\x60\x56\xe4\x15\xe3\x69\x56\x48\xf2\x31\xb0\x44\x85\x24\x1f\x83\xfc\x7e\x01\x45\xc5\xd8\x58\x20\xa9\x27\x8a\xa1\x4b\xbe\x09\x0e\xf2\x3e\x04\x25\x15\xa3\x2c\x4a\x4d\x0d\xac\xba\xb4\xd1\x28\x6b\xd0\x2f\xe9\x03\x7f\x53\x05\xb3\x41\x75\x74\x11\x2c\x7c\x8c\x89\x64\xed\xaa\x89\x8d\xb1\x73\xa4\xa4\x9e\x06\x77\x5f\x25\xb0\x31\x08\xaa\x0d\x1d\xba\xc1\xe3\x6d\x3e\x12\x0e\x84\xc1\xd0\x29\x1c\x38\xa0\x43\x87\x6e\xcc\xdf\x16\x77\x55\xcd\xc6\xe0\x55\x28\x9f\x11\x07\x29\x1a\xf9\x8c\x38\x48\x46\xd3\x2f\x51\x04\x15\xd6\xa5\x4b\x93\x8c\xce\x12\x4a\x2d\x8c\x75\xd5\x25\xd7\x07\x1a\x5e\xb5\xb9\x31\xd0\xf0\xf9\x36\x39\x6c\x11\x26\x3a\x78\x09\xca\xc7\xca\x41\xd2\xb2\x00\xab\x62\x10\x59\xcb\xc7\xca\x81\x55\x9d\x4f\x91\x03\xe9\x20\x04\xab\x18\xbc\x26\xe5\x53\xe4\x2a\xb9\x1e\xc5\x7f\x47\x81\xad\xf2\x6b\xe1\x5d\xc5\xa0\x6e\x41\xf0\x56\x31\x90\x25\x23\x4f\x24\xde\xe9\xc8\x13\x89\xc9\x3d\xf2\x00\x12\x3a\x1f\x79\x00\x8f\xb5\x36\x1a\x94\xa0\xda\xc8\x03\x88\x51\x9e\x6f\x9d\xe3\x60\x07\xa4\x27\x06\x41\x35\x61\xbc\xc7\x20\xa8\x36\xf2\x00\x62\x0f\x8c\x3c\x6f\xc4\xd2\x55\x85\x1b\xe3\x5c\x63\x88\xb0\x8b\x9b\x21\xfb\x68\x90\x43\x36\xf2\x00\x12\x18\xcf\x27\xd6\x71\x73\x44\xa5\x38\x06\x4f\xbd\x23\xcf\x1b\x95\x08\xc2\x78\x8f\x41\xfe\x97\x7e\x0c\x23\x06\xa1\xaa\x91\x27\x12\x49\xa1\x3a\xdd\x58\x05\xd5\xaa\xd3\x8d\x63\xe3\xba\x59\xf6\xe0\x13\x9d\xb7\x83\x9c\x0d\x61\xbc\xc7\x81\xcf\xaa\x82\xd9\x38\x48\x08\x53\x7d\x6c\x1c\xa0\x24\x08\xb0\x2a\x8e\x02\x2f\x3a\x4d\x07\xf9\xca\x43\x1e\xc7\x51\x58\x53\x6d\xe5\x81\x51\xa0\xea\xd7\xa0\x7e\xba\x08\xe3\x3d\x0e\x62\x57\x2a\x87\x8d\x63\xc9\x92\x9e\x3d\xa0\x54\x1a\xfe\xc0\xef\x55\xf5\x6b\xac\xfa\x69\x55\xbf\xc6\x01\xfe\x89\xaa\x5f\xe3\x58\xc2\x45\x21\x91\x03\xcf\x58\xc0\xf1\x71\x54\xee\xb0\x6c\xf0\x03\xcf\x38\x1f\xa5\x0f\x62\x57\xf9\x06\x7d\x90\xe9\x9a\x6f\xd0\x07\x9e\xb1\x00\xab\xe2\xe8\x6b\x0c\x2d\x10\x66\x83\x8a\x5d\xe3\x20\x99\x4b\xa5\xac\x71\xd8\x1a\x43\xd3\x12\xcc\xd2\xef\x78\xc4\x81\x73\xa0\x22\xd3\x58\x25\xd7\x2a\x32\x8d\x83\x80\xfa\x48\x4a\x71\xa6\x47\x52\xea\xb0\x2f\x73\x79\x96\x4b\x7f\x1a\xf4\x09\x11\xf6\x7c\x55\x9e\xd5\xd1\x9f\x06\x4d\x1b\x6b\x96\x6c\x60\x81\xa4\x37\x0f\x82\x59\xaa\xf0\x8c\x83\x18\xbc\x00\xdb\xe3\x58\xd2\x21\x99\xa3\xaa\x49\xd5\x99\xb1\x0a\xaa\x55\x7b\x19\x07\x99\x65\xc2\x78\x8f\x03\xd3\x63\x24\x2f\xcb\xf4\x90\xba\x3e\x0e\xae\x87\xd4\xf5\x41\x86\xca\xf8\xd1\x83\x33\x96\x3d\x4e\xb6\x41\x0a\xfd\x58\x02\x45\xa6\xfa\x41\x99\x93\x4a\x1c\xe3\x38\xb9\x40\xb2\x99\x8f\x19\x83\x0f\x81\x10\xc5\x31\xfd\x89\x50\xad\x61\x50\x61\x1d\xaa\x35\x8c\x83\xc0\x40\xcf\x69\x67\x60\x20\x54\x7c\x18\xc7\x0c\xb9\x87\x8a\x0f\xe3\x98\x06\x4e\xa8\xd6\x30\x8e\x7b\x4d\x2b\xc2\xe6\x6b\x5d\xa8\x92\x30\x8e\x69\xbe\x84\xea\x04\xe3\x78\xd8\x5b\x59\x1a\xc7\x84\x4b\x2a\x96\xa4\xbf\xeb\x13\x8d\x31\xd1\x23\x43\xe5\x78\x71\xcc\x5f\x2d\x2c\xf9\x52\x7f\x4c\x2f\x23\x36\xe9\x86\x73\x83\x7d\xc9\xf5\x13\xb1\x95\x6f\xf9\x14\x43\x17\x81\xe0\xc7\x2c\x86\xfe\x7c\xf2\x9d\xf6\x9c\xd6\x4a\x6c\x7b\xfc\x8e\x02\x3b\x31\x65\x04\x88\x1f\x67\x59\x24\x0c\x35\xac\x19\x43\x0d\xac\xaf\xa4\x2f\xa5\xce\xb1\x49\xfa\x9e\xf3\xc7\x93\x8b\x30\xf4\xe3\x24\xb8\x2e\x0c\xfd\x38\xe7\x03\x7b\x08\xa2\x27\x66\xa9\x73\x09\xd5\xb7\xc5\x49\xa0\xc1\x64\xa8\x50\xea\x1c\x82\xc6\x89\x13\x01\x95\x59\x0c\x27\x02\x4a\xbf\xc0\x12\x67\x63\x4b\x24\xb0\x4f\x1e\xd8\x05\xb5\x1f\x67\x5b\x84\x89\x97\xb6\x66\xc9\x31\xd6\x2c\x62\xae\xaf\x4f\xc4\x5c\x87\x97\x96\x3d\xe6\x11\x15\xa2\x7d\x9c\x9d\x93\x20\xc7\xef\x9c\x3f\x23\x14\x2a\xa5\x8b\xd3\x38\x80\x52\x0b\x27\xd1\x76\x21\xda\x07\xe5\xd2\x21\x68\x9c\xa0\x3a\xba\x98\xcc\x86\xd3\xd9\x39\x69\x81\xd3\xb9\x3b\x3d\x7b\xb0\x73\xd2\x02\x27\x32\x2d\xb3\x29\xce\x60\x2b\xa5\x16\x4e\x02\x1e\x96\x27\x32\x16\x73\xe2\x25\x60\xae\x67\x03\x2b\x26\xdb\xf7\x0c\xf6\x25\x8f\xd4\x58\xb3\xa8\xc7\x80\x7d\xf9\x8a\x14\x54\x87\x6a\xeb\x82\x82\xea\xa2\xdf\x8a\x89\x93\x28\x8a\xb0\xf7\xe3\xaa\x70\x2b\xc5\x31\x7f\x97\xff\xd3\xf0\x65\xff\x5a\xc7\x41\x8a\xe3\x6a\x6b\x5a\x53\x03\x87\x4e\xf6\xcc\xd5\xd8\x5b\x19\x05\x17\x25\x7d\x99\x3b\x72\xb5\x45\x69\xa8\x81\x8d\x92\xae\xb9\xda\xa2\x54\x74\x90\xb3\x91\xd9\x25\xfc\xb6\x7f\x08\xe6\x27\xae\x75\xc6\x74\xa3\xae\x75\x82\x14\xc7\xbf\x0c\x5e\x64\x25\x5c\xd4\xf9\x64\xfe\xc9\x85\xb9\x9c\xf9\x27\xb3\x4e\xf7\xd3\x20\xc2\x78\x66\x16\xa0\x7f\x5c\x84\x98\x85\xdf\x1f\x57\x20\x28\xa5\x15\xaf\x75\x1c\x74\xa3\xae\xb5\xfb\x52\x71\xfc\x2e\x7f\xa8\x1c\x2f\x56\x9d\xae\xe9\x46\xf1\x33\xfc\x45\x60\xfc\x71\xf1\x66\x2c\x30\xfe\xb8\x4e\x78\xd1\xf5\xb8\x48\x38\xce\x1c\x16\xea\x63\x43\x05\x59\x71\xcd\x67\xd5\x50\xfd\x55\xf0\x23\xfb\xa1\xfa\xab\xb8\x48\x38\xce\xb4\x97\xeb\x66\x8c\x92\x0d\xdc\x39\x5d\xa0\x6b\xa6\x68\x84\x70\x69\xe2\x9a\x29\xc9\xa1\x0a\xad\x98\xbf\xba\xff\x69\xd0\x56\x52\xd7\x6e\x3d\x7b\x74\x1a\xb2\x87\xf1\x89\x48\x7f\xa0\x43\xe2\xe2\x22\xa2\x9c\xb9\x34\xd7\x8c\x28\x87\x2a\xb4\xe2\xc2\x22\xce\x4c\x99\x6b\x5a\xc4\xa1\x0a\xad\x98\x3f\xac\x5f\x42\xb5\x4e\x71\xf3\xe0\x92\xb9\x34\x94\xd1\x86\x2a\x99\x62\x56\xcd\x7e\x1a\x34\x06\xe5\x0d\xfa\x75\x9d\xb8\x0b\xa4\xd7\x6c\x58\x83\x7e\xb9\xbd\x0d\x3a\x6a\x36\xac\x4f\xba\x1a\xb8\x62\x96\x0d\x27\x3d\xbe\xdc\xce\x4a\xd3\x4f\xc3\x6f\x79\x60\x37\xb5\x69\xfa\xb5\x9e\xb8\x91\x7a\x82\xa4\x89\x9b\x52\xb4\x4c\xe7\xe1\x47\xe5\x43\xc5\x54\x71\x73\x88\x55\x4c\x15\xf7\x92\x58\xba\x90\x37\xc9\x7e\x99\xce\x73\xcf\x4c\x88\x50\xb9\x55\xdc\xc7\xea\xa1\x31\x0e\x96\x53\xbe\xc0\x3d\x4d\xaa\x10\x8a\x4d\xac\x9a\xd2\x4c\xf8\xb9\xd7\xb9\x97\x85\x7d\x9f\x6b\x0c\xad\xcd\xb9\x28\x75\x35\x70\x22\x75\x55\xee\x6b\x8d\xa1\x59\x2e\x76\x40\xaa\xe5\xbe\x16\x73\x1a\x14\xfb\xa8\xe8\x66\xdc\x37\x5b\xa2\x8b\x30\x7f\x21\xfe\xd3\x20\xc2\x6e\xae\xac\x82\xda\xfc\x20\x7c\x14\x1d\x73\x8a\x4c\x43\xc0\x37\xc1\x2f\xc4\x87\x80\x6f\x82\x9a\xd2\x10\xce\x4d\xdc\x04\x80\x4c\x66\x2a\x3f\x08\x1f\x45\xc7\xfc\x5e\x16\x94\x6c\xf0\x87\x77\x12\xe1\xf7\xc7\xb3\xce\xbd\x8e\xf9\xb3\x0e\xf1\xc8\x06\xe4\x91\xac\xe3\xa7\xb0\x84\x3a\xe6\x0f\x0f\x8d\x99\x78\xf4\xec\x6b\xd0\x2f\xfb\x4f\xe5\x88\xea\x10\xcf\x5f\x77\xff\x7c\xa2\x31\x2a\x67\x4c\xaa\x65\xfe\xdc\xfb\xa7\x47\x8e\x71\xd0\x90\x63\x2c\xc2\xf4\x49\xe3\x48\xc9\x5c\x7e\x26\x42\x77\xa8\xfe\x2a\x9e\xc6\x75\xd3\xe1\x7f\x96\xb5\x32\xb2\x61\xf1\xf2\x5d\xc2\x87\xfa\x1a\xfd\x96\x50\x3c\x9d\x93\xac\x53\xf8\x10\xbc\xc9\x74\xa4\x07\x3c\x87\x4c\x14\x7a\xb0\x34\xb2\xba\x6a\x16\x88\x7e\x1a\x44\x98\x9f\x7c\x22\xe6\x82\xf3\x21\x3d\xf1\xc4\xa2\x43\x63\x04\xf7\x56\x8a\xe3\xc1\xd2\xc8\xdc\xa2\x67\x5d\x53\x1d\xba\x27\xd6\x2c\x39\x28\xe7\x54\x31\xd6\x87\x67\x7c\xc1\xe4\xc7\x83\xd9\x20\x54\xfc\x78\x28\xe9\xcb\x34\xa0\xe7\x58\x9f\x88\xb0\x73\xf5\x10\x1d\x13\x4a\xaa\x64\x1a\xd0\x73\xae\x41\x45\xfa\xc5\xf9\xd0\x49\x7e\x50\x60\x99\x06\xf4\xe0\x82\x64\x41\xd6\xc3\xdb\x64\xe6\x05\x3d\x37\xd7\x23\xcf\xe9\xfc\xb5\xaf\x92\x69\x40\xcf\xc3\x35\xcd\x73\xfa\x72\xc5\xf2\x14\xbe\xab\x87\xb8\xe5\x02\x65\x92\xcf\x83\x0b\x92\x85\x50\xef\xc6\x9d\xd3\x29\x7c\x37\x4e\xb2\x4e\xe1\xfc\x25\xf5\x4f\xc3\x97\xfd\x77\x5f\x84\x65\xc3\x4d\xc3\x50\xc3\xe4\x25\xeb\x72\xf8\xd1\xf3\x22\x10\xfc\x78\xb1\xff\xb3\x0c\xe7\x9d\x91\xcb\x10\x62\x4c\xbc\x6d\x7d\x52\xd4\xc0\xb1\x94\xbe\x7a\x31\xe6\x33\x2f\xe8\xc5\x98\xcf\x5a\x16\x7e\xd2\xbc\x64\x5e\xd0\x0b\x64\x4a\xe6\x05\xcd\x32\xda\xcf\x27\xd9\x83\x7d\x91\x19\xf5\x76\x78\xd1\x12\xf2\xa3\xe7\x25\xf3\x82\xf8\xd1\xf3\xd8\x77\xfb\x1d\x05\xc6\xcf\x79\x97\x4c\x09\x7a\x71\xce\x33\x25\xe8\x45\x93\x64\xa1\xcb\x3b\x33\x4d\x22\x0b\x5d\x5e\x54\xcb\x9e\x6b\x73\xc0\x46\xae\x0d\x70\x05\x99\x45\xf4\xf2\xd8\x97\x59\x44\x2f\xbe\x78\x56\xbe\x50\x53\x1a\x59\xd7\xf2\xf2\x72\xa0\x5f\x62\x0a\x4a\x48\x23\xab\x56\x5e\xac\xb0\xac\x5a\x79\x49\x6e\xd3\x6f\x35\xc5\xfc\x7d\xef\x4f\x8f\x6c\x40\x0e\x48\xf9\xbc\x20\x93\x64\x06\xd0\x8b\xc1\xb4\xe7\x02\xad\x8b\x20\xd5\xb2\x6a\x4a\x33\x9d\xe7\xc5\x60\xca\x22\x15\x6a\x4a\x23\x8b\x54\xde\x17\x6e\xa5\x48\xdf\x97\x93\x20\x6d\xf4\xce\x4c\x99\xd8\x5b\x36\xac\x69\xc5\xed\xcb\xf1\x6a\xd9\x30\x45\xba\x4b\xf9\xbc\xeb\xba\xc9\xaf\x79\x5f\x08\xcb\x25\x24\x7d\xdd\xbf\x8e\xce\xe0\x17\xc0\x8b\x7f\xb5\xd1\xd8\x36\xf6\xf6\xcb\xdc\xe0\x17\xc0\x43\xf5\x24\x63\xdb\xd6\x2c\x4d\x0d\x6b\x96\xa1\x06\x76\xff\xab\xaf\xc6\xaa\x4b\x55\xe2\xd1\xd8\x0a\xdc\x66\x8f\x9d\xbd\x75\x35\xa0\xe2\x94\x6c\x34\x36\x54\xdc\xee\xa2\xa3\xae\x41\xb3\x01\xd2\x5d\x74\x4c\x6c\xf5\xd8\xbf\x12\x7c\xf0\x9b\xde\xb1\x7f\x05\xf6\xd8\x1a\x74\x84\x78\xc1\xe1\xd2\x2f\x0d\x8c\x0d\x8d\xa6\x5f\x1a\x18\xab\x84\x54\x39\x4e\x63\xe3\x39\xc2\x5d\x6b\x8a\x8a\x13\x64\xca\xd8\x3a\x87\xdf\xb5\xc8\x33\xfd\x2d\x54\x23\x30\x36\xd2\xdf\xdc\xf5\x89\xad\x41\xb5\x1e\x33\xa6\x18\x75\xd3\xb4\xf8\x57\xfa\xe9\x81\xb1\xcd\xc7\x86\x10\xfe\xc9\xd8\x66\xd4\x31\x04\x77\x32\x36\x8c\x57\xfd\x16\xc1\xd8\x66\x1a\x6f\x08\xdd\x64\xf0\x23\xdf\xc5\x73\x91\x97\xde\xcc\x35\x45\x2b\xd6\x5d\xa4\xcf\x07\x86\x50\x5e\xfd\xd8\x30\x5e\x95\x9e\x35\xb6\x99\x0f\x17\x75\xcf\x06\x08\xdb\xb5\x1e\x98\xb7\x4a\xb4\x1f\xdb\xb1\xc6\x10\x2f\xc8\xa0\xba\x8b\x74\x64\x90\xa0\x4a\xc6\x76\x2c\xc2\x44\xe9\xd2\x9b\x21\xf6\x4f\xa6\xad\x9a\xf6\x64\x8c\xaa\x69\x2f\x28\xad\x9a\x16\xc7\x4f\x19\xef\x63\xc3\x9a\x55\xae\xd5\xa0\x6c\x34\x94\xf1\x3e\xa8\x12\x0d\x81\x99\x8c\x6d\x49\x98\xa1\x41\x9f\x35\xad\x28\x45\x7e\x28\x05\x7e\xac\xc2\x52\xfd\x4a\xc0\xd8\x5e\x48\x6f\x5a\xe4\x77\x7d\xf2\xa5\x83\xa2\xd0\x50\x3e\xfb\x28\x65\x35\x34\x35\xac\x31\xba\x1a\x58\xf5\xaf\x94\x1a\x85\xe2\x70\x65\x63\x8d\x59\x03\xfa\xe9\xe1\x6a\x58\xd3\x7e\x09\x2b\x75\xcd\x32\xd4\xd0\x18\x23\x7b\xdc\x34\xa8\x07\x55\xda\x4a\x9c\x1a\xa5\x33\x46\xff\x1d\x05\x36\x8a\xad\xde\xa2\x89\x50\x95\x12\xba\x47\xc1\x80\x54\x7a\xd3\x58\x95\x9a\xc2\xf2\x1f\x65\xdd\x8c\xaf\xa0\x1c\x85\x9b\x21\x70\xff\x51\x26\x7a\x72\x51\x02\xd4\x28\x84\x22\x94\xef\x34\x0a\x06\x64\x95\x18\x2c\xc1\x72\x4a\xa6\xcd\xe2\xce\x4f\x83\xe8\xc0\x5e\x54\xfe\xf6\x28\x5c\x15\xe5\x4c\x0d\x7e\x13\x3b\xaa\x64\x5a\x19\x8b\x39\xd1\x81\x45\xa9\xac\xaa\x51\xd0\xdf\x4a\x80\x1a\x85\x77\x7d\x25\x40\x0d\x7e\xb2\x3a\x94\x7b\x3d\xf8\xc9\xea\xa2\x8c\xa8\x51\xe6\x2f\xc3\x15\x25\x40\x8d\x82\x45\xa9\xcc\xea\x51\xc8\x67\x57\x02\xd4\x98\xbf\x61\xfd\x69\x10\xa5\x84\xce\x95\x7b\x3d\xca\xc5\x7a\x48\x74\x50\x65\x19\xc2\xfb\x18\xe5\xe1\x13\x5d\xa6\x42\xb6\x9b\x52\x93\x06\x65\x97\xa1\xc4\xe1\x51\x48\x3d\x57\xae\xd2\x28\xeb\x66\x48\xd8\x16\x54\x9c\x32\x91\x06\x3f\x26\x5d\x94\x78\x34\x76\xf4\x95\x52\x8b\xc7\x5e\x16\x1d\x43\x0d\xac\x87\x2e\xe4\x8e\xd3\xa6\xb4\xe0\xc1\x6f\x47\x17\xa5\x01\x8d\x9d\x98\xb3\xd2\x80\xc6\x5e\x59\x31\x5d\xc8\x7d\xbe\x81\x85\x20\x42\xc6\x4e\xd5\x8a\xd2\x80\xc6\x3e\xb1\x5c\x42\x98\x21\x63\x6f\x6b\x0c\x91\x4e\x2e\x8d\x7e\x63\x6d\x50\x76\x19\x4a\x1c\x1e\x3b\x46\xa8\xf2\x84\x07\x3f\x26\x5d\xf4\x93\x6a\x63\x9f\xb9\x34\xd1\x36\x0d\x3a\xdf\xc0\x42\x10\x21\x63\xef\x8b\x5b\x7d\xc2\x9d\x6b\xba\xb2\x3b\xcf\x55\x42\xd6\x1f\x3b\x8a\x43\x09\x3a\x63\x27\xb4\xab\xac\xdd\x31\x6b\x1e\x3f\x0d\xa2\x94\xb8\x88\x72\x72\xc7\x8e\x7f\xa5\x9c\x9e\xb1\xa3\x38\x94\xa4\x3b\xf6\xb1\xc6\xd0\xb4\xa4\x8b\x2a\xeb\x67\xec\x84\x76\x95\xa4\x3b\x66\x11\xe4\x67\x5b\x72\xd0\x8b\x86\xff\x87\xb1\x37\xc7\x9a\x9e\x87\x95\xc6\xb6\xf2\x2d\x41\x9c\x89\xe4\xdd\x0b\x07\xc9\x99\x03\xef\x3f\xf0\x61\x41\xaa\xea\xff\xfa\xdc\xe3\x27\x6b\x35\x25\x8e\x20\x08\x62\x28\xf0\x13\xd7\x7a\x64\xee\xa8\xe8\xae\x6b\x9d\x1b\x39\x4e\x9f\x53\xee\x97\xe8\xf7\x2b\x7a\x0e\x59\x5c\x6f\xa5\xfa\xe3\xf1\x3f\xd8\x75\x0f\xea\xa2\x6f\x91\x45\xbf\x92\x65\x6e\xa0\xb8\xdf\xb1\xe8\x0f\x27\x5c\xee\xfd\xe8\x6a\x10\xfa\x16\x59\xbc\x9d\xa4\x78\xe6\x79\xce\xe6\x40\xc8\x7f\x8b\xbe\x81\xe8\xe8\x6b\xf1\xf1\xbd\x4f\x69\x25\xfa\x2d\x8e\x9e\xbf\x16\x1f\x1f\xcb\x27\xcc\xdb\x1b\xe2\x48\x77\x24\x4b\x6e\x37\x22\x76\x89\x25\xd7\x8b\xd0\x3f\xc9\xd2\xf5\xf6\xf4\xeb\x58\x72\x33\x11\xd1\x4d\x2c\xb9\x0f\x4b\xa7\x6c\x96\xc2\xdb\x8f\xc2\x3f\x9c\x19\x50\x58\x4b\xe1\x1d\xcb\x37\xc9\xc9\x0d\x3f\x74\x58\xb2\x14\xbd\x63\x59\x7f\x38\x39\x70\x13\x26\xf7\x83\xa1\x4b\x93\x79\xec\x65\xa7\x6f\xb0\xbd\xb1\x97\xcc\x12\x60\x1e\x7b\xd9\x09\x33\x62\xc9\xf1\x4f\x98\x25\xc0\x52\x7e\xeb\xf8\x8b\x0d\xcc\x52\x7e\xc7\xc5\x61\x20\x7d\x4f\xa7\x4b\xaf\x25\xb7\x52\xf7\xce\x09\x2f\x3e\xae\xc2\x71\x95\x77\x18\x9c\xf0\x77\x0f\x17\x8e\xab\xfa\x1e\x2e\x1c\x86\x23\xea\x31\xc9\x80\x79\x56\xe7\x4e\xa7\x5f\x43\xce\xe6\xf3\x07\x3b\xd6\xde\x3a\xd8\x0f\x0f\xea\x62\x1a\x02\x4b\xfd\xfd\x84\xfd\xb0\xb7\xa7\x5c\xf8\x77\x43\x72\x53\x27\x8f\x7d\x60\x5e\x02\x4b\x6e\x7c\xa1\x17\xb0\x25\x77\x6e\xa3\x23\x96\x25\xbf\x91\xd2\x2d\xd8\x92\xe3\x66\x32\xc9\x80\x79\x02\xe6\x4e\xf8\x14\x4b\xd3\xe9\x8d\x3b\xf4\x0d\xdd\x64\x1a\x02\x4b\xeb\xad\x94\xfd\xf0\xdb\x24\xf1\x4f\x2c\xb9\x68\x97\xb9\xff\x92\xef\x3f\xfa\x08\x59\x72\x59\x2f\x73\x43\x7a\xe2\xe3\x40\x1f\x21\x4b\xef\x0e\xe5\x86\x4c\x8e\x61\x44\x97\x20\x4b\x7e\xbd\x64\x52\x3b\x43\x94\xe5\xf9\x84\x83\x73\x87\x6e\x22\xfc\x5b\x76\x24\x3b\x22\xfc\x5b\x7e\x37\x24\x2f\x18\xf9\xdd\x4c\x3c\xf2\xb3\x6f\x26\xba\xf0\x58\x8e\xbe\xfa\xbc\x60\x64\xa7\x7b\x22\xeb\x5b\x7e\xe9\x9e\x17\x8c\x9c\xde\x4f\xf8\x86\xdf\xc0\x88\xbd\x6f\x1e\x76\xd9\xe9\xaf\x6c\x39\xbd\x95\x7e\x53\xe8\x59\x8c\x03\xbd\x7e\x2c\xe7\xb7\xeb\x7a\xc3\x3f\x21\x3f\xf2\xb4\xc6\x81\x5e\x3f\x96\x5d\xa7\x48\xaf\x1f\xcb\x2f\xf1\x77\xbd\x71\xfb\x1b\x1c\xbe\xbb\x7b\xd1\x85\xc7\xb2\xc3\x49\xd2\x97\xc6\xde\x10\x47\xfa\xd2\x58\xf6\x23\x8e\xc9\xdf\x2c\xbb\x39\x93\x4e\xd0\x96\xfd\xcc\x63\x36\x38\xcb\xcd\x99\x3e\x59\x47\x71\xe3\x00\x9d\xa0\xad\xbc\xa7\x22\xf7\x7e\x79\x4f\x45\x6e\x75\xcf\xf8\x19\x88\x68\x6f\xc5\xc5\x4a\x3a\x41\x5b\xf1\x4d\x48\x27\x1f\x2b\xfd\x1d\xbe\xf1\x8f\xb7\x63\xfa\xc3\x3b\xf6\xa9\xff\xac\xbc\xa7\x22\x99\x41\x71\x83\x27\xfd\x82\xac\x8c\xf7\x0d\xd6\xe1\x3a\x1e\x7a\x0f\x5b\x71\xb1\x92\xce\xc2\x56\x1c\x59\x8c\x3e\x3d\x56\xa6\x13\x1d\xb9\x83\xa7\x00\x0d\xc4\xab\x37\xcf\xf8\xd9\xe9\xf9\x6b\x65\xf9\xf0\xb9\xd5\x8b\xdf\xc0\xe8\x0a\x6c\xc5\x11\x41\x88\x02\x6f\x9e\xe0\x33\x10\x05\xde\x8a\xfb\x7c\xd1\x1f\xc7\x8a\x1b\xd6\xe8\x2d\x6b\x9e\xf1\x33\xd0\x41\xc7\x8a\x83\x07\x10\x05\xde\x8a\x1f\xa4\x44\x81\xb7\x1a\xbc\x8e\x4f\xa7\x68\x35\xfa\xf0\x3f\x15\xa2\x55\x47\xd0\x21\x4e\xbc\x55\xd7\xe3\xd3\x39\xd6\xaa\x2b\x2a\xe9\x06\x64\xd5\xb5\x1e\xf4\x96\xb5\x37\x60\x88\x7e\x41\x56\xfd\x7e\x45\xf7\x59\xf3\x3c\x9a\x9d\xde\xb2\xe6\x79\x34\x3b\xfd\x58\xad\xfa\x8e\xa2\xdb\xaa\x79\x7c\x50\xa7\x87\xa9\x55\xb7\xf7\xd2\x51\xc8\x3c\x29\x66\xb0\x3f\xa5\x53\xb1\xea\x1a\x48\xc2\xc2\x5b\xad\x3e\x50\x6e\xb7\xea\xba\x09\xc2\xc2\x9b\x27\xb4\xec\x74\xea\xb4\xea\x77\x34\xfa\x19\x59\x05\x6e\x40\xa7\x97\xa7\x55\xbf\xb4\xd1\xf1\xc8\xaa\x5f\xc9\xe8\x78\x64\xf5\xdd\xa1\x5d\x95\x3a\x89\x52\x28\xaf\xfd\xad\x83\x95\xda\xdb\x75\xce\x9e\x9f\x46\xc4\x89\xb7\xea\x67\x4d\xe1\xb9\x59\xdf\xb3\x86\xbb\xab\xba\xc6\x9e\xb0\xf0\x56\x5d\xf3\x40\x18\x17\xab\x0e\x9a\x61\xbc\xe8\xd4\x77\xab\x70\x23\xd4\x77\xab\xf0\xd6\x52\xa7\x6f\x04\x9e\x9b\x75\xfa\x3a\xf3\xdc\xac\x7e\x47\xa3\x37\x93\x55\xbf\x5f\xd1\x83\xd0\x3c\x22\xa9\xd3\x63\xce\xea\xbb\x11\x78\x90\x7a\x9a\xc8\x5e\x34\x85\xae\x53\x2c\x9a\x0f\xe8\x14\x23\x3d\xa2\xac\xba\x4e\x9f\x5e\x66\xe6\xc1\x43\x9d\x4e\x65\x86\xd0\xa0\x23\xf9\x47\xfe\xe1\x53\xc8\x4b\x5b\x83\x51\x2c\xd2\xbd\xc9\x9a\x5b\x76\xe9\x55\x65\xcd\x55\x11\x44\x26\xb1\xf6\x6e\x37\x4a\x1a\x9e\xc0\xb1\x17\x0e\xbf\x41\xf8\x8b\x84\x52\xb7\x86\x1b\x58\x24\x72\xba\x35\xd7\x5e\x14\x0e\xbf\x45\x1f\x1c\xb7\x6c\x73\xc3\x1a\xdd\xac\xac\xf9\x76\xa3\x9b\x95\x35\x40\xe3\x44\x82\xad\x5b\x73\xbf\xa0\xca\x09\x6a\x88\xc2\xed\x95\xb2\x48\xcb\x6f\x1d\x6c\xc5\x37\x24\x1d\xb1\xac\xe5\xb7\xa7\x1c\xad\x0b\x90\xf4\xbb\xb2\x06\x19\x31\x5e\xdc\xf6\x1e\xf7\x14\xe9\xee\x65\x0d\x59\xae\x3b\x3d\xb3\xcc\x73\x3e\x46\xa6\x76\x33\x04\x42\x9d\x3f\x38\x38\x40\xdb\x75\x3a\x5f\x59\x73\xbf\x20\xfa\x5a\x59\x03\xaa\x67\x24\x82\xbb\x35\xbf\x09\xd2\xb5\xca\x3c\x32\x2a\x12\xb0\xdd\x10\x19\x75\xfe\x60\x3f\xaa\xcf\x18\xe5\x88\xe6\x9a\xcb\xaa\x75\xa9\x3e\x63\x5a\x86\xe6\x4b\x49\x39\xc2\x63\xa7\x7a\xd5\xac\x37\x1f\x0b\xe5\x88\xe6\x27\x6b\xd5\x14\xba\x2a\xb3\x6a\xc6\x9a\xcf\x18\x25\x0d\x4f\x13\xd9\xab\xa6\xb0\xbf\xfd\x60\xb3\x7e\x4c\x56\xcd\x98\xf9\x58\xc8\xb6\x90\x15\x32\x74\xfa\x5a\x99\x87\x4a\x45\x3a\xa3\x99\x87\x4a\x45\xba\x9a\x59\xf3\x83\x94\x30\x34\xd6\x86\xf7\x83\xf7\xcd\x36\xde\x9e\xb2\x1f\x7e\xd4\xd2\x1b\xcb\x3c\x98\x2a\xd2\x19\xcd\x1a\xd4\x31\x91\x29\xd5\xac\x2d\xef\x07\xa5\x95\xe6\x76\xf8\xaa\xa5\x5c\x6f\xb3\x7c\x63\xfb\x52\x52\x8e\x68\xee\xc3\x52\xb5\x94\xdb\xa9\x90\x72\x44\xf3\x83\xb4\x6a\x6d\x9f\xf7\x13\xd6\xf1\xf8\x42\x15\xfd\xf1\xf6\x83\x75\xbc\x1c\xa6\xe8\x0f\xef\x98\x16\x0a\x51\x15\xf1\xaa\xfa\xc3\xd7\x85\x22\x61\x77\x23\x05\x9d\x8d\xac\xbb\x1d\xbe\xa6\x3f\x1d\x60\x48\x13\x19\x3a\x3d\x91\xac\x07\x5f\x34\xea\xf2\x7a\x78\xbb\xf0\x4d\x96\xc7\x4e\x45\xfa\x6e\x59\x7f\xb9\x0d\x45\x88\x8e\xf8\x89\x48\xaf\x2a\xeb\xae\x2b\xa5\x9f\x91\xf5\xe8\x95\x52\xa6\xe8\xce\x7e\xe8\x78\x64\x1e\x7f\x15\xe9\x66\x65\x1d\x6e\x89\x91\xc8\xe9\xe6\xe1\x56\x9d\xae\x49\xd6\x93\x13\x0f\x99\x7e\x47\x92\xfd\x48\xa0\x74\xeb\xf9\xad\x94\x5d\x77\x3f\x34\xba\x26\x59\xcf\x6f\xd7\x39\x16\xbf\x6f\xd2\x25\xc8\xfa\xcb\x4b\x78\x5c\x77\xf7\x42\x24\xde\x8e\x21\x20\xeb\xbc\xc1\x9e\xba\x0f\x19\x01\x78\xac\x17\xef\x29\x0f\x9f\xfe\x32\x17\x52\x42\x47\xda\xbb\x4e\xa7\x21\xeb\x2f\x73\xe1\x09\xdf\xab\x6f\x7b\x0a\x90\x1e\xb2\xd5\x2b\xe5\x45\xcf\x70\xd9\xe9\x45\x64\xfd\xdd\x7f\x5a\xdb\xe1\x4c\x8e\xe7\x77\x1f\xef\x27\x6c\xc5\x8f\xeb\xaa\xc5\x9e\x3e\x85\x3c\xd0\xfb\xf4\x8e\xf1\xcc\xeb\xd3\xa9\x9a\x67\x5e\x9f\x3e\x5a\x1e\x71\x7d\xfa\xba\xf0\x88\xeb\xeb\xad\x94\xad\xb8\x37\x72\xe5\x81\xde\xd7\xdb\x8a\xfe\x78\x87\xcf\x39\x5d\x3e\xeb\xa6\x3f\x7c\x29\x79\xa2\x79\xa8\x54\xaf\x22\x3a\xb8\xbd\x44\x26\x6e\xb3\xee\xce\x5c\x95\x32\x27\x12\x38\x9e\x37\xbe\x9e\x9a\x1b\xe9\x09\xe2\x63\xf6\x6e\x20\x2e\xa5\xc7\x2c\x75\xfa\xd2\x98\x21\x03\x52\x24\x0c\xba\x59\x78\xeb\xd0\x1f\xbe\x2e\x14\x3d\x3c\x88\x29\xd2\xc9\xce\xcc\x8f\x7c\x02\x01\x99\xc5\xb7\x15\xbe\xe1\xca\x1b\x7a\xdb\x98\xf9\x09\x4f\x27\x3b\x33\xe8\x6a\x22\x7d\xea\xcc\x7c\x13\xd2\xa7\xce\x0c\x68\x78\x31\xf0\x58\x30\x84\x38\xc6\xc0\x63\xc1\x7c\x03\xd1\x1f\xce\xcc\x95\xae\xf4\xe9\x31\x83\x49\x23\xd2\x1f\xce\xcc\xb5\xb0\xf4\xe9\x31\xa4\x89\x3c\x6f\xb0\x1f\xef\x16\xe3\xca\x99\x6f\xb1\x40\x86\x6d\xae\xa7\xa5\x2f\x8d\x79\x98\x53\x24\xc8\xb9\x79\x98\x53\x64\x36\x38\xf3\x50\x9e\x4e\x6f\x1b\x33\x37\xac\xd1\xb9\xc6\xcc\xde\x3a\x58\x29\x30\xe1\x3a\xb1\x7e\xcc\xe0\x20\x10\xe9\xca\x67\x88\xfe\x39\x7f\xb0\x0e\x3f\xf3\xe8\xb9\x67\x06\xa0\xd8\x4e\x34\x20\x33\xf8\xf7\x47\x7a\xee\x99\xf9\x26\xa4\x4f\x8f\x21\xc5\xe3\x79\x83\x7f\x4c\x9f\x20\x1e\xb5\x9e\xa3\xb1\xd3\xdb\xc6\xcc\xf7\x1c\x3d\xf7\xcc\x53\x32\xf6\x46\x09\xd0\xdc\x7c\xd7\xb4\xfa\x48\x81\x10\x89\x85\x6e\xb6\x7c\x70\xe4\xfc\x9e\xa3\xb1\xd3\xfd\xc6\x90\xa3\xf1\xbc\xc1\x4a\xf7\xdb\x0a\xeb\x70\xef\xb4\x26\xfa\xd8\xbe\x0c\x3c\x8c\x3d\x8b\x63\xa7\x83\x8e\xd9\xed\x14\xc4\xd3\xd9\xee\xb7\x15\x36\x7b\xfb\x7c\xe4\xbf\x78\x21\x9a\xb9\xc1\x90\xfe\x3d\x66\xf7\xdb\x05\xf6\xc9\xc3\x03\x9a\x68\xf6\x79\x5b\x64\x9f\x00\xbc\x11\xe9\x86\x67\xe6\xa7\x2c\x1d\x7e\x6c\x5c\x6f\x1d\x89\x7f\xf8\x2a\x92\x44\x91\x04\xf2\xd4\xd1\xf8\xc7\x5b\xe9\xd7\x8f\x11\x9c\x78\xc8\xe3\x87\x1f\xb5\xf4\x98\x33\xcf\xf9\x18\x09\x72\x6e\xc3\xef\x02\x84\xe8\x31\x44\x35\x9d\x37\xd8\x31\xd7\x4c\xd1\x03\xc8\x10\x80\x74\xde\x60\x4f\xfd\x64\xa5\x4b\x90\x8d\xe4\xbb\x8b\xa7\xc0\x48\x6f\xb3\x85\x7f\xf8\x14\x92\xe9\x8f\xec\x75\x90\xcc\x07\xc0\x73\x3a\x1d\x7e\x6c\x64\x27\x2f\xca\x00\xc3\x19\x03\x1d\x7e\x6c\x64\x5f\x56\x0a\x05\x9e\xe2\x31\x12\x8f\xdc\x86\x2b\x7f\xe9\x12\x64\x9e\xf3\x31\x32\xb5\x9b\x8d\xf2\x56\xca\x8e\x39\x63\x68\xa4\xea\x51\x7c\x2c\x4d\x75\xf8\x52\x92\xcc\x87\x1b\x70\x88\x0c\x64\xa3\x7a\xd7\x29\x14\x0c\x3f\x7b\xe9\x17\x64\xe3\xdd\xb2\xa4\xd9\xf1\x6e\x59\x9e\x13\xe3\xdd\xb2\x54\x23\x8c\xf9\x7e\xc2\x4a\xa7\xb3\x52\x0a\x16\xc3\x4f\x45\xfa\xd4\xd9\xf0\x23\x8e\x88\xe5\x36\xde\x1d\xca\xa3\x65\x6c\xa7\x20\x1e\x2d\x63\xbf\xad\xb0\xd2\xfd\x7e\xc2\x7e\xdc\xef\x27\x7c\xe3\x76\x8e\xc5\x73\xc2\x33\x18\x76\xfa\x16\x99\x67\x30\x8c\x74\x7f\xb3\x71\x3b\xd1\x91\x83\x23\x83\xe1\xf9\x83\x3d\x05\xe8\x55\xa7\xb3\x91\x79\x8c\x4e\xa4\xfb\x9b\x8d\xc7\x97\x92\x47\xbe\xe7\x38\x8c\xf4\x76\x33\xcf\x60\x18\x89\xca\x6d\xf3\x8a\xfe\x47\xe0\x1f\xef\x1b\xdf\x27\x08\xb8\x39\x7f\x34\xfe\xf1\x7e\xd2\xf9\x47\xf5\x3f\x8c\x7f\x0c\xef\x69\xe4\x1f\x98\x31\x3a\xc8\xd9\xf4\xab\x32\xbd\xa0\x6c\xc6\xf7\x93\x6f\x2c\x33\x39\x33\xa0\xb5\x60\xba\xac\x4a\x7c\x68\x9b\xd0\xf5\x46\x82\x3d\xdb\x74\xf7\x1b\x3a\x4e\x99\xe7\x02\x8c\x74\x90\xb3\xe9\x82\x27\xb1\x9d\x6d\x66\x27\x5c\x6e\xf5\x09\x53\x48\xa4\xfb\x9b\x79\x72\xc0\x2e\x87\xa5\x59\xde\x4a\xd9\x8a\x0b\x9e\xf2\x4f\x9a\x2e\x45\x12\xec\xd9\x66\x7d\x5b\x61\xa5\xd0\x35\x45\xa2\x3f\x1b\x02\x53\xce\x1f\x1c\x1c\xcc\xff\x91\x3e\x70\x86\x28\x93\x53\x07\x9b\x35\xff\x84\xc7\xe4\x74\xeb\xa5\x3c\x98\x90\xd8\xef\xbc\xc1\x8e\xd9\xdb\x0f\x36\xeb\x5b\x8c\x4e\x71\x36\xfd\xae\x28\x77\xa4\xe9\xc2\x2b\xbd\xe4\x6c\x0e\xef\x07\x39\xcc\xf4\x3d\x47\x2f\x39\x9b\x7e\x57\xa4\x97\x9c\x4d\xdf\x73\x74\x8a\x33\x4f\xca\xd7\xe5\xd2\x34\x97\xf7\x83\xcc\xc0\x93\xf2\x45\xe6\x25\xb3\xe9\x21\x6c\x72\x7a\xf2\xa4\x7c\x31\xe6\xfc\x97\x03\x6c\xfa\x81\x48\x8f\x39\xf3\x7c\x7c\x5d\x2e\x52\xd3\x9d\x64\xe4\x11\xe5\xc9\xf5\x22\x7d\xea\x6c\x5d\xbe\xf0\xbc\x5f\xad\xeb\xed\x75\xe7\x1f\xcb\xff\x30\xfe\xe1\xcc\x96\x8c\x72\xb9\xdc\x2a\x27\x2a\xcf\xa5\xd7\xe5\x22\xb5\x82\x2f\x3c\x39\xc5\x72\x37\x1a\xb9\x48\xad\xe8\x73\x43\x3e\xb0\xe2\xfb\x06\x9b\x4d\xbe\x02\xdc\x3b\xcb\xd5\x4c\x8d\x6c\x70\xf9\xf1\x44\x9c\x67\x5b\x7e\xcf\x23\x0a\x96\x2d\x3f\x9e\xe4\x64\xb7\xdc\x75\x4d\x6e\x56\xcb\x65\xce\x46\x56\xba\xb2\xef\x72\x1e\xb5\xeb\x3d\x38\xc8\x5b\x97\x6b\x73\x22\x37\xd3\xaa\x3e\xda\xaa\x37\x7c\xd6\xb9\x55\x3c\x68\x27\x12\x53\xd9\x56\xf3\x85\x27\x99\xaf\x97\xb7\x92\x61\x2f\xe7\xad\xcc\xa0\x66\x9e\xeb\xad\xcb\x33\x6b\xdd\x6f\xd7\x59\x87\x6b\x0d\x08\x8b\x65\x9e\x96\x2d\x32\xe9\x9a\x6d\x77\x0b\x26\x0a\x96\xed\x77\xb1\x49\x41\xfb\xe5\x8b\xa4\x20\xcf\xc2\x16\xe5\x63\x88\x78\x92\x53\x47\xe4\x1f\x3e\x63\x5c\xdb\xed\x4a\x46\xb9\x14\xee\xe8\x75\x70\xe5\x76\x7c\x7b\xca\x66\xfd\x4e\xd2\x78\x0a\xec\xe4\xc3\xe7\xba\xec\x77\x6d\x79\x2c\x6c\x97\x23\x88\x87\x6c\xdb\x95\x7b\xcd\xf4\x87\x13\x2e\x6f\x82\xdb\x45\x7f\xa2\x1d\xdb\x7e\x99\x9c\x66\xac\x3a\x1f\xd0\x04\xb9\x9f\x14\x01\xbc\x6c\xbb\xc3\x20\x01\xbc\x0c\xb1\x2c\xe7\x13\x76\xfd\x5d\x5b\xf5\xb4\x79\xb3\xea\x58\xf7\xae\xab\x63\x86\x7e\xc8\xb5\x71\x23\x3c\x38\xca\x71\x71\xfb\x7d\x22\xf1\xc6\xb1\xa1\x61\x8f\x89\xd7\x07\xa4\x43\x3b\x1d\xd3\x1b\xcb\xdf\x60\xc7\xfc\xca\x2e\x4f\xb5\x0d\xa8\x92\xde\xf5\x06\xd2\x4a\x44\x79\x43\x6e\x18\x80\x63\xe2\x31\xb9\xfd\x42\x2e\xe7\xc7\xbd\xde\x3a\xf8\x09\xd0\x85\x22\xd1\x8e\x6d\xc3\xd4\x14\x89\x76\x6c\x48\x98\x76\xfe\x60\xb3\x00\xae\xee\x44\x27\xb3\xed\x3a\x34\x62\x19\x9b\x67\x3f\x8b\xc4\x32\xb6\xfd\xbc\xcb\xc0\x29\x7c\xbc\x15\x9e\x8a\xdb\xa5\x04\xf9\x4b\xee\xc7\xbb\x4e\x41\xfc\xbe\xbc\xa7\x3c\x26\xef\xeb\x7d\xe3\x6b\xe5\x76\xe2\x97\x03\xe5\xed\x42\x01\xe1\xca\xec\x0d\x4c\x21\x3a\x99\xdd\xee\x20\x40\x30\x32\xbb\x9d\x3e\x08\x4c\x6c\x9e\x98\xab\x13\x7b\xcc\x6e\xb7\xc0\x10\x6a\xcc\x6e\x37\x89\xca\x17\xef\xf6\x93\x55\x4e\x98\xc8\xd4\x75\xfe\x60\x1d\x4e\x52\x72\xc2\x44\xaa\xad\xf3\xc7\xb7\x72\xb7\x39\x05\xf1\x88\xbb\xcd\x67\x3d\xe8\x0f\x70\x29\x79\x54\xde\x7e\xcd\x95\xfb\x9e\x47\x66\x44\x79\x54\xde\x7e\x18\xf7\xf8\x97\x84\x96\x76\xbf\x34\xcb\x13\xf2\xf6\x3b\xb0\xfc\xf2\xee\xe1\xbd\xe6\x11\x77\xbb\x45\x47\x5e\x77\xf7\xf4\x65\xe5\x89\x76\x7b\x74\x95\xdc\xf0\xee\x97\x44\x79\xc4\xdd\xee\xb4\x20\x37\xbc\x7b\xf9\xb2\xf2\xcc\xbb\x97\x6f\x15\x9e\x79\xb7\xbb\x35\x74\x2d\x9a\xfb\xc4\x13\x76\xcc\xee\x97\x88\x29\x1e\xde\x2e\x61\x13\x87\xcc\xee\xed\x7b\x98\xe2\xe1\xbd\xbd\xeb\x14\x0f\x6f\xf7\x95\x90\x5f\xde\x7d\xfb\x3a\x17\xfd\xe1\x3d\xe5\x11\x77\xdf\x6f\x2b\xfc\xc3\xc5\x65\x42\xf5\xda\xfd\xbc\x3d\xe5\x68\x5f\xba\xe7\x59\xf3\x5c\xde\x0a\x8f\x96\xc7\xe5\x67\xf9\x4b\x3e\x97\x2f\x14\xe5\xa3\xc7\x23\xd8\xe5\xdb\xf7\xb8\x40\x4d\xac\x5a\x7b\x5c\x55\x25\xdf\xbe\x27\xbc\x75\x64\xfe\xe1\x1b\x81\x27\xc9\x13\x7c\x97\x53\x8e\x78\x5c\x55\x25\x77\xc0\x27\x7a\xc7\x28\x58\x20\x48\xe5\x08\x72\xec\x47\xf2\x56\x78\xe4\xbf\x31\x29\xf2\x20\x7c\x5c\x06\x20\x02\xac\x3d\xf9\x1d\x0b\x9b\x75\x57\x5a\x39\x0c\x3e\xc5\x7b\xda\xf5\x87\x93\x39\x09\xe6\x71\x19\x20\x75\xfd\xe1\x04\x43\x0a\xf2\x4c\x6e\x31\x75\xfd\xe1\xdb\x8d\x32\xd1\xe3\x67\x4d\x32\xfd\xe1\xcc\x85\x32\xd1\x53\x9d\xfb\x9a\xfe\xf0\xd3\x88\x44\x87\x5c\x6f\xe7\x0d\xfd\xe1\xcd\xf2\x64\xf5\x5c\x6f\x9d\xc8\x62\xf6\xb8\x01\x87\x40\x62\x86\x2c\x6c\xe7\x13\xfe\xe1\xa1\xdf\x9d\x54\x88\xb4\x6c\xe7\x0d\xce\x87\xfb\xa2\x77\x92\xe5\x63\x6f\xc7\xf4\x86\xd3\x3a\x35\x75\xcf\xf0\x19\xa3\x62\xce\x43\x68\xa2\xbc\x43\x9f\x51\xfc\x8f\x77\xb4\x63\xbd\x54\xc8\xc7\xf5\xef\xbf\xc4\xf8\xf3\xb1\x42\xff\xf7\x5f\x66\x98\xf3\x58\x48\x33\xf9\xf3\x18\x50\x5c\xf8\x1c\xf1\xb9\xca\xef\x53\x5e\x58\x7d\xf2\x72\x3d\x37\x94\x57\x3e\x1f\x1e\x51\xf8\x79\x7a\xf0\x3a\x8b\x11\xfa\xa4\xda\x72\x40\x71\xe3\xf3\x38\xb5\xfd\xbc\x7e\x96\xf6\x5b\x83\x81\x80\xf4\x44\x23\xc7\x58\x00\x78\x2a\xec\x3b\x42\xa0\xd4\x15\xdc\xde\x0a\xeb\x86\x8a\xf3\xd3\x1e\x0d\xe4\x8b\x4e\x34\x87\x0c\x4f\x17\xfd\xf1\x87\x81\xcc\xcf\x99\x11\x8c\x03\x11\xe6\x89\xc6\x92\xb1\x70\xad\xd3\x34\x9d\xf3\x2c\xd1\x52\x32\xd6\x21\xb0\xcc\x78\xc7\xb1\xce\x69\x96\x68\x38\x19\x0b\x78\xc2\x95\x8f\xbd\xa1\x98\xad\xf5\xb3\x68\x54\x7a\x8e\x85\x0b\x60\x63\xdf\xcd\x3b\xc3\xda\x41\x79\x8d\x7d\x3f\xe7\x4f\x66\x1c\xe0\x40\xe6\xe7\x74\xe9\xf3\x51\x51\xfe\x17\x83\xd6\x40\x52\xe8\x74\xa9\xf2\x73\x6d\xcc\x54\x0f\x8e\x05\xf9\xa9\xb3\xee\x89\x15\xed\x2c\x9e\x98\xe6\xce\x25\x9b\x03\x9f\xb3\xeb\xe7\x5c\x4a\x34\xfe\x8c\x85\x63\x49\xf3\xb6\x2e\xbc\xce\xea\x71\xe1\x34\x3d\x82\x1a\x3b\xe7\xe9\x9c\x61\x99\xaa\xb9\xb1\xa0\xa4\x35\x3d\x62\x22\x3a\x57\x69\xf5\xf3\xcc\xbe\xae\x89\x62\xce\xdb\x02\xb9\xb1\xeb\xdb\x87\xc2\x45\xda\xa8\x8d\x3d\xdf\x98\xd5\xac\xd7\xb1\xe4\x9d\x43\xb9\x9d\xe0\xf8\xe8\xc5\x1c\xca\x3d\xfe\xfd\xc7\x8c\x1a\x63\xdd\xde\x17\x76\xfd\x3e\x7d\x09\xac\xfc\xde\xa7\x31\xed\xb3\x1b\xd3\x68\xfc\xfc\x9c\x77\xb9\x69\xa3\x1d\xb9\x2f\x89\x22\xce\xe9\x97\x9b\x36\xd6\x83\x45\x36\x56\xff\x80\xfe\xb4\xb3\x9e\xd3\xd9\x4f\x2b\x3d\x90\xea\x9a\x51\x39\x03\x17\xa8\x44\x73\xd4\xd8\x87\x23\x51\xc4\x1c\xfb\x2a\xa7\xb2\xef\xaa\x38\xf6\x55\x4f\x71\xe2\x23\xa8\x95\x7b\x7e\x1f\x86\x45\x39\x70\xec\x80\x79\xfa\xae\x09\x03\xe9\xad\x99\x9d\x62\xe0\x5a\x95\x68\xe8\x1a\xfb\xb0\x37\xa6\xa6\x18\x1b\xec\x8d\x77\xf0\xb1\xc1\xde\x12\xdb\x8e\x20\x00\x92\xdb\x8e\xa7\xb1\xc4\x81\x44\x10\x6b\x57\x6d\x58\x14\x92\x1f\xf2\x66\x53\x54\x1c\xb8\x7c\x25\xda\xc7\xc6\x3e\xbc\x90\x72\xe2\xd8\x09\x6b\x66\x6c\xfc\x1c\xb9\x89\x29\x82\xc7\xce\x20\x20\x7d\x7e\x6e\xe1\x0c\xba\x19\x3b\x77\xbc\xce\x91\x9f\x3b\x39\x43\x70\x06\xf2\x6f\x53\x22\x1c\xb8\xe6\xa5\x40\xea\xdc\x87\x37\x52\x1c\x1c\xfb\x9c\xdd\x29\x90\xc1\xec\xc3\x2b\x29\x0b\x8e\x5d\x0f\xf9\x30\xa8\x65\x20\x31\x37\xd3\x3c\x0c\x60\x23\xe4\x2e\x7a\x38\xbc\x93\x49\x87\x07\x60\x0f\x28\xbf\x0d\x5c\xfd\x32\xc1\x6a\xc7\x6e\x3e\x10\x95\x1f\x02\xe8\x5a\xb3\x23\xd7\x33\x21\xc2\xd8\x47\xaa\xcf\x5d\x6b\xd6\x2b\x3e\xe7\x48\x3b\xaa\x4f\x1c\x5a\x3f\xb3\x5e\xd9\xb7\x23\xe1\x27\x1a\x0b\x07\xf0\x0f\x28\xc3\x0d\x5c\x21\x33\x45\x96\xb1\x6d\xe2\x75\x96\x1f\x61\x9c\xd9\x08\xc6\x06\x2b\x25\x36\xc7\x00\x12\x42\x22\x34\xc7\xd8\xf3\xac\x61\x17\x31\x4f\x6c\x9c\xc0\xe7\x85\xea\x38\xaf\x0b\xcb\xa0\x79\x06\x43\x22\xa3\xde\xcb\x4e\x6d\x3f\xaf\x83\x47\x68\xde\x37\x96\x89\xec\x0f\x77\x48\x0a\x79\x63\x83\x61\x11\x9e\x63\x6c\x30\x2c\x51\xf3\x3e\x13\xf5\xf3\xf1\x3e\x6f\x93\xb1\xef\x23\x65\x53\x1e\x1c\x1b\xec\xab\xff\x25\x1d\xc9\x00\x40\x42\x0a\x62\x10\x87\x3b\x65\x13\xe9\xde\x58\x13\x71\x88\xe7\x42\xb9\x9e\x41\xbc\x62\x11\xcf\xe9\x29\x99\x1b\xee\xac\xd9\x34\xe9\x0f\x36\x52\x64\x57\x8f\x28\x4f\x71\x70\x00\x48\x21\xd3\xb3\x7a\x20\x37\x37\x45\xae\x71\x1f\x81\x29\xd3\xad\x7a\xdc\xd7\x99\x07\xee\xc2\xfb\xf2\xca\x1b\x9f\x9f\x7f\xff\x51\x1c\x1b\x77\x40\xd7\xb9\xc0\x77\x38\x0c\x87\x23\xbd\x43\xc4\xd7\x6c\x2c\x80\x7e\xb8\x17\x6e\x48\x67\xdc\x0a\x37\x98\x1b\xed\xa3\x03\x39\xc1\x13\xcd\xa3\xe3\x8e\x87\xbc\x4c\xd5\x45\xd0\x0f\x19\xd6\x7d\xf8\x59\x36\x55\x7f\xf8\x19\x03\x78\x06\xb0\x1d\x18\x8b\x33\x90\xe9\x3b\xd1\x2c\x3a\x80\xe3\x40\xc4\xfd\x81\xbc\xdf\x99\xb0\x82\xe3\x4e\xde\x39\x0e\x35\x47\x94\xb3\xf1\xec\x9d\xe1\x4c\x65\x74\x86\x2c\xe9\xce\xde\x1c\x9b\x87\xb0\x17\xf4\x88\x9d\x47\x6e\x0a\xbc\x87\x4c\x0f\xe8\x81\x14\xe2\x8c\xa4\x19\x77\xc1\x89\xa6\xde\x1d\x06\x47\x34\xfc\x01\x70\x88\x4c\x37\xe5\x71\x97\x33\x73\x24\x11\x64\x1b\xcf\x04\x11\x1c\x37\x38\x1a\x31\x04\xc7\x7d\x38\x5a\xd6\x3a\x54\x6c\x3c\xf2\xe2\xbb\x62\x6a\x28\x2d\xde\xe7\xc6\xc1\x98\x95\x71\x37\xef\x1b\x5b\x6b\x60\x59\x9a\x09\x70\x44\xba\x19\x8f\xbb\x81\x42\x29\x06\x03\x62\x22\x05\x0d\x1d\x2c\xce\x28\x7c\xde\x1d\xfb\x2b\xeb\x7d\x4c\x1d\x99\x18\x74\x16\x29\x68\xf0\x86\x95\xa0\x60\x03\x2c\x89\xc4\x3c\xd6\xe3\x3e\xb7\x8e\xac\xe6\x0e\xcf\xcb\xaa\x7d\x82\x66\xc9\xde\xa1\x39\x28\x74\x17\x1c\x80\x88\xc8\x2a\x3e\x22\x5a\xb9\xb4\xae\x87\xe5\x31\xbc\x64\xdc\xeb\x3e\xc5\x91\x8d\x6d\xec\x10\x9e\x16\xf7\xe1\x61\x0c\xfa\x18\xd0\x28\x94\x4b\xdb\xef\xf0\xb0\xac\x89\xdf\x58\x18\xad\xe3\x9e\xe7\x75\x2d\xdc\xe1\x71\x0c\xee\x18\xd0\x0b\x30\x92\x63\xdc\xb7\xcf\x03\x1b\x3b\x32\x58\xb9\x44\x53\x47\x08\xcb\x95\x5d\x73\x19\x4c\x8d\x43\x08\xa3\x10\x7f\x3b\xd7\xa2\x9c\x03\x15\x43\xd6\x22\x3f\x98\x46\x5e\xcc\x00\x71\x91\xb5\xe6\x0f\xd6\x50\x5d\x7d\xd0\xf3\xaf\x6b\xcf\x11\x9a\x0a\xa1\xc9\xc6\x73\x41\x98\xf8\xde\x86\xa2\x81\x31\x1a\x03\x4a\x84\x44\x03\xf4\x78\xa2\xb7\xfd\xf5\x05\xa0\x15\x8c\xbe\x18\x4f\xf2\x9e\xb3\xf2\x54\x4e\x63\x64\xb8\xc8\x1d\x9f\x82\x3a\x73\x2e\x7d\x45\xe2\x22\x32\xc7\x27\xda\xaa\x07\xb4\x0b\x89\x96\xe9\x01\xe5\x42\x39\x02\xe2\x1f\x0e\x8f\xe7\x5c\x19\x19\x6f\x31\x00\x96\x51\x24\xff\x3d\x19\x04\x41\x81\xef\xc9\x05\x27\x2e\x1f\x31\x4f\x94\xe8\x1e\x67\x4a\xbc\x32\x22\x41\x3d\xc3\x19\xc6\x93\x71\x12\x69\x1e\x8b\x9f\x44\x7c\x3c\x04\x21\x69\xe0\x29\x3e\x30\x76\xa6\x62\x63\xf1\x11\xa2\x0a\x4f\x96\xc7\xb7\x31\xef\x42\x4f\x07\x93\x61\x65\xb8\xf4\x11\xe1\x65\x20\x35\x3c\x63\x20\xc6\x63\xf1\xb4\xcd\x5d\x09\x6d\x02\x91\xce\x07\x74\x09\x0c\x6e\x18\x50\x1c\x24\x9a\xb6\x07\x72\xb3\xa7\xa0\x81\x4e\xbc\xce\x69\x99\x18\xb7\x06\xba\x30\xcb\xec\xf9\x42\xcf\xb5\xc0\x0b\xf3\x40\x59\xe1\x39\x37\x25\xc6\x2b\x0c\x64\x64\x2f\x3f\x8d\x63\xd3\xf2\x4c\x04\x30\x46\xa2\xb9\x7b\x3c\xfb\x0c\x94\xfc\x03\xb9\xd8\x13\x8d\xdf\xe3\xd9\x5e\xdb\xf7\x78\x9f\x15\x8d\x9a\x97\x1b\xd3\x26\x02\x38\xdb\x8c\xa8\xd8\x03\x60\x17\x29\x88\x00\xce\x36\x23\x24\xf6\xbc\xae\x33\xab\x4c\x45\x3c\x91\x4d\x3d\x11\x01\x66\x22\x99\x3a\xd1\xaf\xe7\x75\x79\xd7\x8d\xcf\xa7\x6f\x51\x6f\x1f\x59\x81\x7d\x9b\xc8\xab\x4e\x20\xec\x79\x85\x84\xe2\xc0\xe7\x53\x79\xd2\xdb\x37\x7a\x5e\xf9\xfc\xe0\xf5\xf8\x3d\x47\xd4\x96\xd8\x99\x73\x99\x49\x4c\x80\x3d\x91\x3d\x9d\x08\xd9\x13\xb9\xd3\x13\x93\x5d\x4f\x64\x4a\x67\xe0\xc4\x04\x62\x05\xa3\x24\x26\x12\x9a\x13\xd6\x7a\x02\x9c\xa2\xd0\x8e\x36\x91\xde\x9c\x20\xd7\xf3\xc2\xe1\x4c\xc7\x80\x79\x9d\x6d\x44\x84\xeb\x79\x65\x9f\x07\x7d\x7d\x46\x96\x39\xee\x82\x25\x6c\xec\xe9\xb9\x7d\x30\x23\xee\x04\xca\x45\xa1\x31\x6d\x02\xe4\x82\xf9\x71\x27\x92\xa2\x17\x9a\xd6\x26\x20\x2f\x12\x5d\x10\xe6\x55\xb0\x26\x4d\xef\xef\xf3\x39\xbb\x5a\x30\xcb\x4d\xcf\x98\xe5\xc0\xbe\xd7\x33\x4d\x99\x5d\xaf\x98\xe4\xc0\xbe\x1f\xc9\x80\x78\xd5\xf3\xaa\x68\x3c\xb0\xaf\x38\xea\x99\x1e\x7b\x5e\x0d\xf4\x63\xfc\x1c\x8a\x21\x62\xff\xcc\xeb\xb0\x08\x42\x57\xcf\xab\xfb\xe7\xec\xdc\x61\x11\xa5\x70\xa2\xba\xb7\xc6\xce\xf5\x1b\x04\xc4\x67\xf3\xda\xd9\x3b\xdc\x5e\xe8\x26\x31\x2f\x30\x89\xca\xd6\x46\x3a\x9f\xab\x33\xc3\x2f\xea\xec\xec\x18\x78\xe6\xfb\x13\xf7\xfc\xc8\xee\xcc\x73\xb4\x6b\x9d\xc0\x63\xa2\xf6\xd6\x3c\xeb\xd8\xd8\xb9\x55\x41\x9e\xac\xfd\x9c\xfc\x89\xee\x16\xf3\x5a\x0f\xca\xd9\x1b\x70\x8d\xce\xcf\xef\x08\xf2\xfd\x4b\xe0\xeb\xbc\xee\x33\x32\x63\x47\x6f\x6c\x34\xad\xda\x7d\x78\xa7\xb1\xa3\x37\x34\x10\x91\x2d\x43\x0e\x88\xda\xf5\xe7\xa0\x67\xc0\xc8\x0c\x17\x36\x12\xc9\x37\x5c\x20\x11\x72\x01\xa4\x44\x4f\x74\xe8\x98\x01\xa7\x2f\xfd\x39\x66\x08\xd8\x4b\x9d\xf5\x05\x4c\x04\x27\x26\x04\x4c\xc4\x77\x86\xcd\x70\xf6\x35\x03\x14\x66\x48\x98\x47\xb2\x28\xa4\x31\xa7\x8b\xff\x0c\x50\xb1\x8a\x8b\x84\x23\x96\x17\x5e\x41\x66\xc8\x20\x31\x72\x91\x70\x0e\x50\xba\xea\xcf\xe0\x3b\x9b\x8c\x00\x88\x19\x85\xe1\xf8\x33\x14\xff\x9c\x83\x3b\x9b\x95\xb0\xa2\x33\x9c\xcd\x47\x0c\xd1\x19\x0a\x18\x41\xe6\xf3\xd9\x5c\xc4\x0b\x9d\xa1\x82\x2f\x44\x3d\xa3\xef\xdc\x7c\xa1\x61\x2f\xaa\x73\x2d\x9c\xcf\xf5\x88\xc6\xf4\x36\x36\xba\xfa\xd2\x07\x9e\x59\x7e\x76\x0f\x73\xd2\xce\xd0\xc1\xb3\x34\x92\xbe\x4f\x31\x2b\xef\x58\x15\xee\x3d\xa4\x4b\x2f\x99\x3c\x0e\x80\x1a\x89\xca\xe8\x19\x7c\xef\x15\x7e\x7f\x84\xec\x5a\xf4\x3a\xe6\xb5\x70\x59\xce\x56\xa4\x6f\xfd\x0c\xbe\xf5\x0a\x57\x65\x94\x53\xcc\xa1\x8c\x0a\x0e\xa9\x67\x90\x54\xe1\xd0\x06\x1a\x63\x5f\x07\x08\xb8\x70\x68\x67\xe3\x56\x75\x15\x4a\x58\x3a\x6b\xcc\x70\x36\x6a\x62\xc6\xed\x19\x8e\x88\x5e\x35\x92\x8d\xaf\xd9\x16\xb4\x0a\xd4\x75\xcf\xb0\xf1\x36\xdb\xda\x58\x53\x6e\x2e\xa4\x44\xaf\x7a\x1b\x6a\x04\xba\x81\xcc\x70\x9f\x25\xfd\x79\xc4\x56\xac\xfc\xfa\xc6\xd1\xc0\x03\x17\xb9\xd0\x69\x10\x98\x01\x9a\x03\x2a\xce\x67\x78\x4e\x57\x2b\x67\xf1\x39\x14\xc0\x3c\x24\x33\x1c\xa1\x9a\xd8\x97\x33\x1c\x99\xba\x50\x6e\x99\xe1\x39\x14\xf0\xc9\x86\x33\x5e\x67\x52\xc9\xde\x90\x20\x3d\xd1\x1b\x65\x46\x3f\xcd\xd9\x18\xd2\xa3\x17\xc9\x0a\x80\xfa\x20\x8e\xe4\x44\xb2\xf4\x22\x59\x21\x06\x3b\xc5\x6c\x0c\x4c\x41\xb2\x42\x0c\xa0\x97\xaa\xd7\xd1\xd7\xa4\xea\x4e\x5f\x3f\xb1\x78\x46\xe7\x21\x55\x9f\x3f\x78\x9d\xd5\x1f\xd9\xa1\x7e\x02\xdb\x8c\x2e\x3a\x70\x26\x62\x04\x45\x68\xe8\xe9\xec\x7a\x66\x97\x98\xc8\xe3\x9e\x74\xa6\x02\x60\x84\x3e\xf9\x13\xf0\x22\x49\x67\x6a\x3c\xb2\x05\x3d\xf4\x27\x52\xba\x27\xda\x2b\x26\x32\xba\x27\x1a\x28\x66\x84\x78\x50\x48\x7f\xc8\xbf\x4e\xf7\xfd\x89\xec\xeb\x89\x19\xbb\x67\x04\x8f\xf9\x79\x04\x0d\xf0\xa0\x88\xe0\x31\x3f\x8f\x98\xd8\x3f\xc5\x9b\xce\xe8\xc7\x79\x67\xcf\x2a\x66\x5d\x8b\x58\x31\x12\xd3\x33\x7a\xae\x55\x74\x06\xc6\xe3\x1e\xf9\xd9\x13\x93\x7c\xcf\xd8\x41\x23\xc6\xbe\x43\xe6\x8f\x3c\xa8\x22\x64\x7e\x86\x11\xce\xd8\x0f\x91\xe8\x75\xcb\xff\xfe\xa3\xcb\xfd\x8c\x87\xa7\x14\x06\xd9\x4d\xe0\x8d\x24\x7a\xcc\xcc\x38\xce\x2a\x12\x68\x7c\xc6\x73\xde\x37\xbd\x7e\x78\x4e\x61\xb0\xdc\x8c\xc3\x07\xc7\xf2\xc3\x35\x88\x27\x39\x01\x5e\x92\xa2\xfa\x76\xb8\x08\xad\x4a\x33\x9e\x1b\x05\x9d\xdb\x67\x9c\x5e\x19\x67\x72\xde\x10\x3d\x54\xfe\x9c\xd7\xd9\xd6\x82\x9e\x5e\x43\x3b\x37\x0e\xfa\xbd\x4f\x80\x9e\xd0\xc3\x7c\x02\xe1\x24\xd1\x14\x33\x01\x70\x42\x5f\xf1\x19\xf7\x59\x72\xc6\x5c\x4d\x64\x74\x6f\xda\x98\xb8\x50\x10\x0b\x7a\x02\xeb\xa4\xd0\x24\x3a\x91\xde\xbd\x69\xa7\x1d\x0e\x55\xaa\xf6\xc2\x11\x44\x9a\x76\xd6\x11\x35\x12\xfd\x85\x66\x04\xc7\xd2\x31\x13\xef\x7e\x5e\xe7\x34\x3d\x3e\x50\x3d\x7b\xed\xec\xdc\x03\x8b\xc4\xc5\x79\x7a\x2a\x9e\x55\x0e\x7b\x07\x45\xbe\x78\x78\x16\x1d\x94\x67\x84\xee\x93\x8e\x46\x13\x49\xe4\xe9\x7b\x3c\x01\xa7\x42\x33\xd0\x4c\x57\x83\xf1\x44\xc5\xa7\xaf\x3c\x27\x52\x00\xfd\x90\xb5\x03\x26\x25\xd1\xea\x34\xd3\xe1\x49\x84\x00\x9c\xe9\xb0\xa4\x44\x17\xa6\x99\x0e\xcf\xa1\x7f\xed\x04\x62\x4a\xa2\x43\xd3\x04\x3e\x4a\xa2\x3f\xd3\x4c\x11\x14\x42\xb9\x1e\x79\xe7\x53\x22\x89\x24\xdc\x5f\x08\xee\x3b\x91\x86\x9e\xce\xb9\x33\xb9\xf1\x85\x24\x83\xa4\xf4\x29\x51\x16\x06\xf4\x49\x22\x98\xdc\x04\xae\x49\x61\xcc\xc7\x4c\x87\xe9\xd0\x83\x76\x26\x30\x1d\x1a\xb5\x66\xc2\xad\x83\x89\x9a\x67\xc2\xad\xa2\x69\xea\x2a\xd6\x89\x62\x58\xaa\xed\xdf\x7f\x74\x29\x9d\xa9\xa2\x77\x14\x9d\x53\xb5\x53\xcc\xb1\x42\xa1\x48\x27\xab\x99\x0e\x1f\x6a\x1a\x2a\xd8\x90\xf6\x5a\xaa\x3e\x16\x3e\x9f\x5b\x06\x1d\x38\x27\xf2\xe0\x27\x3a\x64\xcd\x74\xb8\x10\xcd\x56\x13\x39\xef\x8b\xf6\x43\xea\xde\x75\x3d\x7b\x67\x38\x33\x47\x6e\x2a\xa2\x78\x20\xb1\x30\x7b\xe9\x4c\xdd\x3b\xc3\x99\xc1\xa5\x84\xb1\x0c\x33\xc1\xe2\x42\x0b\xde\x4c\x47\x70\x62\xe2\xd2\x99\x60\xbc\xd6\xb5\x00\xb0\x2e\xf4\xc6\x9c\x48\xae\x9f\x92\x6a\x33\xd4\x9e\xf5\xba\xd7\xce\xa9\x38\x92\x10\x8d\x6a\x33\x41\x12\xd2\xa5\x22\x8d\xd3\x77\x0a\x27\xc0\x6e\x49\x44\xd4\x9b\x69\x62\x95\x29\x19\x01\xca\x25\xa5\xfc\x97\xa4\xb5\x33\x41\xa7\xf2\xb3\x1f\xc0\x02\x93\xba\xba\xd0\x35\xb6\xb5\x40\x41\x3c\x83\xd3\xb9\x0f\xd1\x65\x72\xa6\x85\x81\x91\x8f\xa4\x23\x85\xd1\x81\x72\x22\x51\x7f\xa2\x81\x6f\x22\x2d\x7f\xa1\x53\xf3\x4c\xbb\x9d\xd7\xf5\x35\xee\x62\xa2\xc7\x6d\xa7\x58\x5f\x63\xc9\x79\xc7\x4e\x87\x63\xd2\xb3\x70\x22\xa3\x7f\xa2\x3d\x70\xa6\xbd\x4f\x31\x1f\x6f\x74\x8d\x04\x71\x83\x3b\x8b\xe9\x9c\xdb\x57\xd7\xce\x39\x0c\xb1\x6b\xe3\x3c\xa0\x46\x1e\xe7\xe9\x30\x38\xba\x0a\xce\x0c\xdb\x32\x5d\xb9\x66\xbe\xce\xfa\xab\x6b\x80\x9f\xa1\x57\xe0\xcc\xce\xa2\xb8\x06\x39\xa0\xb6\xc2\x47\x4c\x2a\x79\x52\x3e\x2c\x8a\x1e\x83\x33\x3b\x8b\x22\x4f\x01\x50\x4d\x21\xbc\xdd\xcc\x47\xec\xa1\xdf\xdd\x04\x4a\x4d\x22\x2c\xdf\xcc\xce\x82\x28\x8d\x22\xad\x7f\xa1\x63\xd6\xcc\x50\x3e\xd2\x3f\x6c\x66\xe8\x5c\xe8\x74\x35\x91\xf5\x3f\x31\x3d\xfa\xcc\xd0\x46\xd2\xda\x38\x73\x41\xf3\xac\xde\x59\x14\x97\x1c\x39\xfd\x89\x92\x37\x01\x55\x93\xe8\x49\x36\x73\x3d\x13\x4d\x67\xa3\x89\x7c\xfe\x74\xcd\x9b\x19\x8a\x0d\xc2\xac\xcd\x5c\xcb\x29\x66\xdb\xce\xa1\xc8\xb1\xf2\xe1\x50\xa5\x6b\xaa\x0e\x8b\xa2\x55\x76\x66\xe7\x50\xe4\x60\x19\x36\x60\x5a\x3a\x27\x00\x6d\x4a\x57\x75\x30\xf2\xd2\x18\x39\x73\x3f\x0b\xc3\x8b\x62\x86\xea\x94\xc6\xc9\x99\x8f\x9c\x44\x0f\xc0\x99\x3b\x66\xa2\xeb\x75\xd0\x2b\x05\xd0\xec\x4c\x84\x2c\x0b\xd9\xfe\x69\x22\x9e\xd9\xb0\xcc\x64\x1a\xd9\x0e\x79\x93\x29\xe4\x23\x27\x31\x11\xe8\xcc\xb0\xf9\xd2\x9e\x38\x91\xf6\x9f\x79\x3d\x67\x1e\x98\x76\x8a\x7c\xf9\x70\x1c\xba\x00\x4e\x24\xf8\x4f\x49\x6d\xcd\x33\xcd\xe4\x11\x79\x1e\x92\x31\x91\xff\x91\x8b\x98\xac\x73\x22\xd7\x7f\xa2\xd3\xd9\x44\x66\x7f\xfa\xe4\xcd\x7c\x38\x0c\x3d\xf2\x66\x06\xcb\xe0\x6d\x3a\xbb\xd4\x44\x3d\x46\x3e\x52\x53\x21\x3e\xd2\xcc\xce\x52\x28\x3e\x66\x28\x60\x4c\x14\xb2\xd1\x55\x0e\x14\xbb\x9e\x57\xd2\x7c\xbb\xf3\x03\x1b\xbf\x6f\xe8\x58\xd8\xda\xb9\xaa\x11\x70\x6f\xe6\x23\x07\x15\x53\xd7\x8f\x1c\xd4\xb5\x6f\x9f\x33\x12\xed\x53\x38\x9c\x48\xe7\x81\x84\xfd\x3f\xc4\x07\x0b\x2f\x8d\xb4\x13\xd9\xfa\x3b\xf7\x65\xb9\xce\xfa\xda\xcf\xf3\x84\x23\x46\xe4\x33\xf4\x3b\xdc\xb7\x05\x6a\x5c\xa6\x5d\x9f\x05\x3c\x86\xa2\x01\x12\xea\x17\xa2\xc5\xcc\x12\xf1\x39\xa9\xaf\x44\xff\xfc\x2f\xe6\x8d\x59\x8e\xd4\x43\x93\xfe\x44\x2a\xfe\x44\x13\xed\x2c\x09\x8a\xac\xae\xe7\xb3\xe0\x3c\xe9\x91\x86\x3f\x11\x3d\x71\x16\x28\x7b\x88\x06\x33\x91\x51\x3f\x49\x7b\x53\x0e\x47\x29\x04\x76\x99\xa5\x9c\x89\x22\xad\x22\xdf\x7e\xa2\xc9\x77\x16\x30\x1c\xd2\x2a\x92\xed\x57\xe6\x92\x9a\xa5\xc2\xa1\x85\xdc\xb5\x60\x93\x13\x65\x71\x96\x86\x89\xa0\x04\x87\x14\xf8\x5d\xab\x74\x36\x31\xd3\x55\x4e\xa4\xae\xa7\x53\xc0\x44\x9e\x7a\xd3\x1a\x0d\x94\xb2\x29\x28\x40\x68\x2d\x9e\xc0\x90\x62\x0e\xca\x59\xce\xb1\x5f\x2f\xad\xf8\xc0\x3c\x51\x18\x2c\x33\xa2\x9c\x9f\x9f\x6d\x66\xea\xe8\xc2\x3c\x50\x56\x2c\x67\x9b\x99\x1a\x5b\x98\x07\x2d\xca\x39\x5c\x99\xe5\x70\x16\x78\x7a\x11\xf5\x71\x02\x13\x2a\xd1\x54\x3d\xcb\x46\x67\x28\x0b\x96\x7b\xfc\xfb\xaf\xd2\x01\x66\x16\xf8\x7a\x11\xe0\x71\x96\x7b\x9d\xea\xd9\xda\x8d\x59\xa5\xb8\x56\x1e\xb8\xf2\x90\xef\x97\x07\xbe\x3b\x94\xc7\x2a\x6c\x16\x34\x5e\xcf\x7a\xa1\x7b\xdc\xd6\x15\x3e\x09\x52\x9b\xd5\x90\x4e\x77\xc8\x5c\x6b\x38\x83\x67\xf5\x35\xb8\x1b\x52\xe2\x33\x06\xcf\xd6\x70\xc2\x12\x38\x71\x22\x95\x7d\x65\x02\x92\x59\x63\xfa\xf7\x9f\xa9\xb1\x73\xe2\x56\x5a\xd2\x67\x8d\xe5\x14\xf3\xf1\xc8\xfc\xa6\xca\x0e\xf5\x33\xf5\xe1\x44\x02\xfb\x94\x7f\x9e\x7d\x64\xec\x2a\xfc\x43\xa5\xe1\xab\x05\x13\xcd\x8d\x5b\x71\x42\x12\x8f\x71\xd6\x72\x26\x9a\xac\xba\x9e\x13\x91\x49\x12\x67\x85\x57\x13\xb1\x19\x67\x3d\x22\xbd\x69\x60\xad\xfe\xfb\xaf\xca\x5a\x53\xc7\xe9\xba\xde\x1e\x20\xa9\xa2\x67\x54\xce\x91\x41\xdf\x27\xb5\x6a\x1d\x15\xaf\xab\xbc\x9d\xd7\x39\x52\x5c\xd5\x89\x96\x38\xeb\x80\x0e\x58\xd3\x78\xe8\x9d\x08\x6b\x13\x28\x51\x35\x6a\xa0\x33\x9c\x62\x8e\x0c\x16\x7d\x1a\xd9\x67\x9d\x67\x64\xe4\xec\x80\x83\x4a\x34\xb2\xcf\x0a\x63\x21\x61\x16\x27\xf2\xd5\x33\x45\xe3\xac\x1b\xf4\x47\xe6\x5c\x0f\xa7\x67\xc2\xc6\x59\x1f\xbc\xcd\x79\x80\x7d\x8e\xb0\x86\xb3\x3e\x68\xfb\x1b\x77\xbb\x0e\xf9\xe8\xba\xdc\x60\x9f\x23\xc6\xe1\x6c\x87\x75\x13\xe4\x6d\x36\xe7\xdc\x94\x98\x00\x07\x95\x68\x08\x9f\xc0\x7a\x4a\xc4\x2a\x9c\x48\x0b\x9f\x88\x4c\x38\x5b\x44\x75\x2c\x4e\xd0\x37\x73\x55\x80\xd9\x94\x68\x28\x9f\xed\x70\x67\xfa\x69\x4c\xa4\x90\x4f\x04\x2d\x9c\x2d\x0d\x68\xbb\xd9\x7a\x9a\xff\xfe\x23\xf0\xdb\x6c\xd0\x92\x49\xc2\x6f\x19\xcb\xd0\xfe\x64\xe1\x00\x8e\x93\xa9\xe3\x87\xd4\x4d\x1d\x83\x68\x48\xa4\xc3\xd9\x40\xca\x3c\x36\x5a\x45\x47\xa9\xd6\x02\x90\x12\x01\xd2\x66\x6b\x98\x74\xbd\xde\xce\x30\xc9\xee\x00\x99\x54\xd3\xcf\xeb\x67\xcf\x52\x5d\xd7\x1a\x76\x95\xbe\x3e\xa2\x1c\x31\xcd\x66\x83\xb3\x4a\xd6\xd7\xe7\xba\x58\x75\xb4\x37\x38\xc5\x33\x2d\xe2\x6c\xe3\x4c\xa2\x8e\xb0\x06\xb8\xcd\xeb\xe7\x19\x4b\xa8\xe6\x91\xac\x91\x58\x5d\x13\xe9\xe2\x6b\xa6\xda\xa1\x21\x72\x9c\x28\x5b\x13\x89\xde\x53\x56\xff\x90\x1c\x82\x80\x59\x13\xe8\x46\x55\x36\x08\xe4\x81\x0f\x84\xcb\x9a\xed\xc8\x5c\x55\xdc\xba\x21\xc2\x95\xee\x30\x13\xd8\x47\x81\xfe\x2f\xb3\x21\x26\x86\x50\x59\x13\x79\xe0\x13\x7d\x0c\x66\x43\x42\x07\x66\x4e\x9c\xed\x08\x46\x55\xbb\x0d\x90\x45\x29\xf3\x88\x77\xc4\x22\x02\x5a\xcd\x7e\x81\x46\x79\xa6\xf7\x0b\xe3\xaf\x2a\xc7\x78\x79\xa8\x23\xff\x7b\x25\xf2\xe8\xec\x70\xc7\x95\xfe\xde\x11\x8c\xae\xa4\x67\xec\x7e\x4a\x91\x1d\x71\xad\xc4\xad\x9a\x3d\x60\xbd\xb8\xfc\x1d\x41\x8a\x4c\x3b\x38\x81\x44\x94\xa4\xd1\x47\xde\xf7\xfa\x53\x1f\xf4\x36\xf4\x7b\x98\x3d\xc1\x2c\x43\xfa\xe8\x70\x93\x25\x14\xe4\x04\x08\x51\xfd\xa9\x0f\x58\x0a\x17\x99\x5b\xc7\x21\xc1\x2c\xf2\x13\x39\xe2\xc3\x45\xee\xd6\xe1\x28\x4b\xd0\xc7\xd9\x11\x10\xc9\x5c\x83\xb3\x97\x08\x43\x0d\xeb\x3b\x32\x52\x60\xea\xc1\x09\x00\xa3\x2a\x23\x02\xf0\x8b\x12\x53\xbf\xcf\x5e\xbd\x3f\x8d\xcf\x1d\xe5\x7a\x9e\x78\xe6\xf8\xea\x0d\xcb\x8f\x9e\xb1\xbe\x14\x85\x91\x17\xbe\xca\x50\xd0\x1b\xfa\x4b\x76\xdb\xcf\xee\x4c\x04\xa0\x9c\xbd\xc1\x92\x94\xf4\x3d\xd6\x93\x66\x8c\xde\x31\x7e\xf5\xbf\x0f\xd8\x8a\x38\x1f\x88\x7c\x61\x4c\xc6\xec\x80\xdd\x95\xe8\xd4\x71\xb7\xa2\xfb\xc6\xec\x90\xcc\x88\x11\x39\x1d\x14\xe9\x12\x7d\xf9\xfe\x25\x17\x04\x02\x52\x22\x84\xe4\xf4\x4c\xf0\x0c\xea\x98\x1d\x87\x13\xf3\x9e\x4f\xe0\x21\x55\x66\xe2\x9d\x7d\x7a\x7b\x1c\xbf\xef\x6f\x1e\x01\xc0\x3e\xaa\xc4\x21\x9c\x1d\x71\x6d\x0c\xbd\x98\x80\x42\x4a\xf2\x08\xe9\xbe\xff\x55\x3f\xf0\xb6\x19\x5c\x31\x91\x65\x3e\x11\xe1\x72\x76\xdf\xdf\x34\x6e\x74\xdc\xa2\x98\x41\x7d\x76\xdf\xef\x64\xc5\x1d\xd2\xa0\xcc\x44\x1d\x18\x2f\x8c\x90\x98\x7d\x9f\xf5\xaf\xa2\x57\x20\xbc\x5c\xda\x4f\x37\x4c\x5c\xbc\x9c\x78\x3e\x7a\x46\x4c\xcc\x7e\xa3\xbf\xe4\xd6\xc8\x46\x9f\xca\x9f\x92\xa6\xce\xee\xcc\x87\xcc\xb4\x3f\x3e\x18\x76\xfe\x19\x30\xe6\xb1\xb3\x00\x54\x63\x58\xc2\xec\x0f\xcc\x73\x5a\x4c\xe4\x8e\xa0\xe7\xd8\x34\x68\x73\x64\xc5\xb2\x0b\xd6\x3f\x4e\xbe\x81\x79\xc9\x6c\x05\x38\xa8\x2a\xeb\x34\x92\xde\x07\x7a\x9a\x4d\x83\x6c\x2b\xe2\x36\xc0\xc6\x10\x2b\x6b\x5a\xa8\xb0\x2e\x36\x3e\x83\x58\x7e\x9e\xfd\xfd\xc4\x67\x43\xf9\xb7\x98\x0e\x03\xc5\x50\x86\x69\x90\x17\xe4\x07\x63\xd1\xfb\xc3\xfe\x21\x80\x40\x8e\x30\x76\x04\x86\xca\x70\xa8\x69\xce\x9c\xc8\xcc\x0c\xc6\x78\xf9\xb6\x78\xce\x7a\x86\x0c\x4c\x43\xca\x4d\xc6\x04\x4c\xa4\xb0\x4f\x72\x66\xb1\x0c\x62\xa1\x3c\x63\x00\xb5\x60\x50\xc0\x34\x67\x6e\x54\x01\x18\x98\x1b\xc3\x00\x26\x70\x9e\x02\x9d\xe7\x27\x92\xd7\x27\xb9\xb7\x20\x77\x7d\xa0\xb7\xfc\x44\x62\xfa\x5a\x35\xbf\xc0\x44\xa3\x43\xdc\xb4\x8a\xf5\xd7\x7c\x02\x7f\x91\xfe\xf1\xd3\x5a\xc7\x33\xcb\x21\x2b\x30\xb9\xfb\x34\x30\x27\x22\x66\x4d\xc3\x0d\x92\xb9\xde\xa7\x39\xb3\x22\xf3\xb6\x5e\x61\xd0\x65\xfb\xc8\x94\x41\x07\xfa\x69\x1d\x26\x5c\xb5\xdf\xbd\x3d\xb6\xdf\x17\xca\x59\xbf\x61\x7d\xc9\xdc\x0d\xcc\x2e\x88\x3e\x9d\xd9\x51\x7a\x35\xc3\x61\xa4\xf5\xb5\x73\x18\x11\xd7\x68\xda\x88\x78\x66\x7b\xb8\x05\x10\x7a\x75\xda\xb9\x05\x54\x59\xae\x00\x6f\x95\x88\xc4\x3a\x01\x55\x15\xe8\x6d\x3e\x0d\x36\x38\x59\x4a\x6d\x7a\xff\xb8\xbe\x08\x9f\x92\x87\x8f\x39\x73\xe3\xe1\x60\x87\xb9\x55\xe6\xca\x9a\x06\xe8\x46\x3a\x8c\x4f\x3b\xc2\x4d\x25\x10\xcf\x34\x44\x18\x94\xaa\x72\x18\xd0\x45\xaf\x60\x8e\x41\xfb\x69\xc1\x82\x2e\xfa\x3c\xcc\xb0\x36\xd1\x1f\x98\xa1\xae\x7b\xc8\x99\x5f\x9b\xd6\x13\xde\x01\xcc\x87\x3f\xed\xc6\xfa\x6a\xbd\xe0\xec\xc7\x5c\xf7\x13\xe0\x56\x21\x68\xfe\x71\x37\x26\x4e\xed\xb4\x07\xdf\x6b\x3e\xc0\x9f\x64\x34\x02\x32\x55\x08\xaa\xef\xf1\xf9\x63\x7f\x1f\xac\x27\xc7\x3f\xc0\x7f\xe8\xd9\x3a\x1d\xa6\x8a\x9e\xad\x73\x40\x18\xa2\x7b\xe9\x04\x26\x55\x2a\x7a\x3f\x80\x1e\x78\x98\x20\xad\x7e\x2a\x3f\xdf\x83\x1e\x78\x98\x0c\x20\x80\xd0\x1f\x75\x02\xc1\x2a\x95\x9f\xfa\x71\x98\xa8\x1c\x37\x0e\x69\xcf\x07\x3c\x6f\x99\xe9\x7e\x22\xf5\x7d\xa0\xc3\xea\x1c\xd0\x1f\xc9\x85\xcb\x81\xa8\x08\xd5\x34\x87\x0b\x4f\x7a\x1f\x80\xb3\x41\xfd\xcf\xde\xde\x9f\x8c\xeb\x23\x7b\x63\xac\x1c\xc0\x8e\x81\x9a\x7f\xa4\xbf\x4f\x45\x95\xd7\x0a\x9f\x05\x76\x1e\x2a\x68\x39\x94\x0d\x67\x3e\x64\xbe\x03\xcc\x47\x4a\xe3\x01\x1d\x74\xe1\xc9\x3b\x00\xf5\x2a\xdf\x4e\x64\xc6\xaf\xd2\xbd\x8e\x86\xfa\x79\x12\x23\x0d\x7e\x95\x3a\x15\x39\xee\xab\xf4\xa9\x9e\xe2\x5e\x0e\x96\x03\xcc\x46\x0a\xd2\x01\xad\x74\xa1\xba\x61\x20\x83\x41\x24\xb3\x1d\x30\x9c\x49\x32\x19\x88\x20\x26\xfc\xd2\x44\x72\xfb\x2a\x2d\xe7\x80\xa9\x8b\x68\xc8\x73\x0c\x38\x3a\x88\x38\x07\x16\x8b\x87\x2d\x72\xe1\x57\xe6\x16\x99\xc3\x99\x0f\x0f\xcf\x01\xe6\xc3\xe0\xa4\x89\x54\xf9\x55\x7a\x4e\xa0\x70\x55\x26\x09\x99\x03\x37\xa9\x2e\xe2\x83\x2a\x5b\x6e\x74\x63\xe2\x7d\x11\x0b\x50\x08\xe4\xcc\x08\x44\xae\xda\xb5\xfe\x73\xa3\x5c\xf5\x63\xbc\x5a\x7f\xe8\x19\xe4\x77\x37\x96\xf7\x9f\xdf\x03\x44\x43\xde\x8e\x03\xe1\x9c\x72\xae\x18\xe7\x66\x16\xe4\xfd\x88\x5c\xf8\x55\xda\xce\xb1\x0f\x33\x91\xa4\x35\x90\xf2\x58\xee\x8d\xc8\x8c\x9f\x24\x69\x0d\x68\xb8\xab\xd6\x1b\x0e\xfe\x55\xeb\x09\x0c\x01\xf9\x3f\x22\x2b\x7e\x90\x83\x23\x10\xb8\x12\x61\x94\xe7\xbc\xbc\x3d\x3d\x27\x94\x37\x3e\x7b\x7d\x7a\x3e\xf3\x23\xe5\xd8\x3c\x37\xb1\x20\xbf\x42\xc0\x75\x55\x66\x22\x98\xc8\x80\x1f\xe4\x57\x38\x21\xec\x30\x73\xe2\x9c\x10\x76\x08\xc9\x3c\x91\x0f\x3f\x44\xd5\x0f\x55\x1e\x01\x99\xa7\x67\xc3\x8f\xaa\x1f\xc2\x0e\x53\xdf\xcf\x19\x0d\xe5\x85\xcf\x87\x1e\xa4\x47\x9a\xc0\xd2\x93\x67\xe2\x8c\x0b\xe5\x6c\x0f\x7a\x73\xb9\xab\x20\x51\x7e\x35\x1e\x86\x13\x29\x1f\x08\x2e\x35\x91\x37\xbf\x4a\xf9\x03\x54\xb0\x24\x7f\x96\x89\x9b\x21\xf1\xfd\xe7\x84\xdb\x11\xb1\xa0\x27\x52\xe4\x57\x86\xdd\xcc\x09\x98\x23\x82\x3c\x4d\x60\x88\x55\xa9\x77\x3c\x83\xbe\xbc\x13\x27\x98\x1f\xb1\xff\x27\x20\xc6\x92\x1c\x35\x91\x60\xbf\x12\xf9\x7f\x4e\xe0\xef\x11\x22\x6a\x4e\x08\x6f\xd2\x07\x01\x80\x2c\x11\x67\x7a\x3a\xfe\x58\xd4\xfc\x21\x48\x93\xb0\xd3\xd3\xd3\xf3\xcb\x43\x71\x56\x1f\x1f\xfb\x0b\x74\x05\x79\x28\xce\x7a\xf8\x81\xd4\x3c\x9e\x78\x5f\x4e\x84\xb3\xfa\xfc\xf3\xb9\x79\x7d\xec\x2f\x6e\x96\x12\xfe\x67\xbb\xe1\x8d\xc4\xf9\xef\xde\x1f\xbe\x0f\xfe\x27\x97\x1f\xcf\xa7\x2f\xb7\xc3\x79\x84\xb1\x76\x89\xfe\x9c\x3f\x6a\x3d\x9d\x1f\xd6\xf8\x97\xc3\x65\x42\x32\xab\xda\x2c\x80\x23\x95\x9f\x21\xf2\xee\x37\xa9\x5d\xa6\x81\x18\xc9\x3c\xe7\xc0\x64\x93\x59\x4e\x48\x62\x55\x9b\x0b\xd7\x58\x79\xff\x01\x2e\x2d\x55\x6d\xae\xe1\x9d\x67\xfb\xd3\xeb\xe3\xe0\xa6\xd7\xc7\xc9\x3f\xd7\xd8\x46\xec\xee\x39\x81\xca\x2f\x07\xbe\x79\xae\xb1\x8d\x40\xdd\x13\x58\x6b\x41\x1e\x7b\xf3\x5c\x6b\x1b\x41\xb8\xe7\x04\x73\x94\xe7\xed\x74\xe6\xd8\xf4\x0c\xe2\xd1\xe6\x75\xe6\xd8\xf4\x8c\xc5\xd2\xe6\x45\xb0\x7b\xd5\x66\x85\x3b\x82\x6e\x52\x13\x2e\x57\x52\xa3\x4c\x20\x7a\xcb\x05\x10\x30\x6e\x4d\x6a\x94\x09\xf4\x53\xf9\x00\xce\xed\xed\xe9\x19\xf3\xc7\xc3\x7a\x22\xfc\x94\x29\xfd\xe7\x74\xe6\xcc\xc3\x79\x3a\x73\x16\x33\x40\x30\x96\x9c\xba\x26\x70\x4b\x99\x7e\x73\xce\x1b\xc4\xda\xf4\x8c\xf1\x50\x7d\x3f\xcf\xcd\xb7\x49\x6d\x30\x81\x6a\x1a\xb5\x59\xe0\x97\x25\x2f\xb0\xe9\xcc\x9d\xd7\xec\x09\x35\x1c\x71\xb5\xe6\x72\xe6\x4e\xe1\x66\xc1\x49\x5c\x6e\x61\x0b\x49\x14\xe5\xb5\xb8\x2e\xf8\xe6\xb1\x3d\xc0\x78\x24\xb9\x23\x03\x71\xae\x5d\x3f\xf5\xdf\x28\xd7\x33\xda\xe7\x61\x0c\xb8\xb9\x24\xbf\xb2\xe5\x87\x01\x0f\x53\xe0\x7e\x24\xe2\x81\xcf\x15\x41\x8f\xbc\xb9\xad\x88\xf6\x54\x1f\x98\xb7\x9c\xbb\x56\xf4\xf9\x36\x3e\x6f\x94\xeb\x7b\xcc\xf7\x4f\x7b\x98\x6f\xde\xf4\x56\xc2\x78\x79\x98\x2f\xa4\xac\x93\xb7\xd7\x3a\x92\x66\xd3\xcd\x73\x1d\x66\x9d\xe4\x30\xed\x10\x74\x72\x81\x5a\xc8\x3c\x22\xa7\x25\x80\x7f\x24\x79\x50\xaf\x72\xfa\xc3\x18\xe2\xb9\x00\x4e\x23\xb7\x23\xe0\xd3\x35\xdd\xf4\x16\x98\xa7\xfc\x8e\x96\x33\x43\xde\xfc\x16\x7c\xac\x74\xb3\x5f\xb8\xa9\x12\xa4\x7c\xae\xee\xfd\x65\x7f\x8e\xb0\xd8\x18\xd7\x38\x01\xe9\x11\xe4\xb7\xb4\xba\x7f\xcf\xf9\x04\xe8\x23\x81\xa8\xe6\xea\xf0\x97\x54\xfd\x1e\xb7\x4e\x66\xba\xac\xc2\xfd\x92\xe3\x39\xfc\xad\x31\x7e\x70\x2e\xf8\x86\xd6\x9f\x72\xac\x97\xe8\xcb\x30\x3f\xe4\x97\x6b\x80\xde\xf5\x3d\x7c\x47\x09\x6a\x3b\x17\xf8\xa5\x42\x2a\xd6\xc4\x7a\x91\x9f\x00\xa9\x23\x24\x8d\xc7\xf9\x13\xf9\x2b\xa0\x38\x42\x52\xff\x11\xea\x2e\xcf\xee\xb5\xd0\x1f\x0a\xbb\x6b\x7b\x7f\x38\x7e\xf0\x9b\xa4\xf7\x11\xdc\x4e\xb8\xf2\x09\x34\x8e\x90\x7e\xde\xc7\x7c\xff\x94\x83\xff\xd4\x3f\xdd\x5c\x16\x98\x13\x51\x02\xe6\xc2\x35\x55\x8e\xe4\x00\xeb\x68\xba\x09\x38\x5a\x47\x25\xf3\x05\x5a\x47\x93\xe4\x0f\xb8\x8e\x24\xb5\x8d\xe3\x6d\xc8\xf5\x11\x78\x1b\x41\x9e\x3d\x80\xc8\x68\x92\x94\xf7\x75\x0e\x0b\x19\x68\x36\xfc\x36\x25\x09\x3b\x62\xa1\x2c\x34\x00\x2c\x6c\x92\x84\xf7\xe5\xed\xab\xbe\x1b\xe5\xaa\x0f\x9b\x95\xcc\x78\xe3\x5a\x2b\xf7\x9b\x8d\x6b\xad\x7c\xdb\x77\xc0\x62\xf2\x26\x03\x58\x8d\x26\x49\x72\x47\xcc\x1f\x99\xdd\x86\x0d\x40\x0e\xe2\x3b\x7b\xfd\x6c\x2f\x43\x92\xd3\xfb\x19\x0e\xbc\x24\xce\x0d\xb5\x98\x7c\x6c\x36\x6e\x96\x55\xdf\x3b\x33\x20\x33\xdb\x05\xeb\xa3\xf9\x84\xe1\x97\x58\xee\x73\x17\xaf\xaf\xf2\x19\xf3\xc3\x9b\x12\x00\x2e\x82\x7c\x5b\x1c\xe0\x42\x6a\xb0\x5d\xb1\x5e\xbc\x59\x02\xff\x30\x49\x0d\xb6\x9b\x7f\xcf\xfe\x35\xff\x9e\xf3\xd5\xb0\xbe\xaa\xcf\x99\x0b\x99\x27\x20\x32\x5a\xfc\xa9\x0f\xc4\xab\xfe\x76\x6c\x0e\xf5\xaf\x27\x78\x30\x73\x7c\xfd\xb4\x2f\x87\x97\xdd\x7d\xfc\xec\x2f\x62\x5d\xaa\xfa\x07\x66\x23\xab\xeb\x36\xb8\x3c\x93\x19\x3b\x2a\x06\xf1\x88\xe6\x46\xae\x12\x39\x7e\x6c\xdc\x34\x09\xc1\x3e\x81\x9a\x11\xe4\x08\x02\x90\xc5\xd4\x54\x3f\xb2\x90\xc8\x9b\x63\x8f\x1b\x2e\xd6\x7a\x7e\xf0\x3e\xeb\x9f\xde\x1e\xfb\x0b\x1b\x82\x3c\xdb\x1d\xa2\x51\xfe\x1b\x1b\x36\x01\x79\x64\x38\x0c\x87\x7c\x7f\xf7\xf4\xfe\xb0\x3e\xa0\xbb\xcb\x63\x03\x40\x1b\x8d\x40\x30\x73\x6f\xaf\x8f\xfd\x47\xc8\xaa\xbc\xd9\x01\xa5\x11\x64\x13\x74\xb0\x0c\xb9\xb3\x6f\xe0\x96\xca\x85\x03\x40\x8d\x8d\xa8\x78\x73\x43\xcd\xd5\x34\xbe\xd7\x87\x9c\xf3\x0d\x10\x53\xb9\x7c\x00\x30\x23\xc8\xe5\xc3\x01\x33\x9a\xc6\x8f\x9b\xa9\x5c\x40\x36\xf8\x8d\xfc\xe9\x37\xf8\x8d\x5c\x42\xee\x0b\xeb\xdd\xf4\x9c\x50\x9e\xf9\x9c\x51\x1e\xf9\x8c\xf1\xf0\x30\x03\x0a\x46\x90\x23\xc6\x0d\x35\x97\xd4\xa2\x77\xc0\x78\xc9\x4f\x6e\x04\xbb\xb4\xa8\xef\xb1\xfe\x14\x76\xee\x73\x13\x0d\x4c\xad\x39\x81\x83\xd1\x88\x34\x37\x6f\x24\x48\x93\x23\xc7\x0d\xfe\x23\x7e\x73\x47\x6f\x9f\xf5\x45\xf4\x9f\xfc\xe2\x46\x3c\xbc\x3c\xa2\x81\xab\xd1\x88\x30\x32\x1d\x57\x83\xb0\x53\xf3\x86\xf0\x43\x5c\xa9\x79\x03\x03\x9e\x10\x09\x13\xc8\x19\x2d\x5f\xe9\x2f\x87\x0b\x70\x35\x92\xfc\xa5\x81\xab\xd1\x08\x02\x32\x6f\x64\x7d\xca\x94\xd4\x80\xa3\x11\x08\xb0\x30\xef\x8c\x08\x00\x5e\x1b\x6f\x20\xf5\x31\x1b\xe7\x04\xd4\x45\x13\xf1\x03\xeb\xa2\x89\xb8\x6f\xe8\xfc\x15\xa1\x70\x9f\x6b\x62\x22\x06\xfc\xbc\x6b\xc2\xfb\x9c\x7c\x30\x43\xc2\x20\xcc\xbb\x9d\xc9\xfe\x21\x1e\xa0\x5b\x10\x32\x7e\x02\xb9\x33\x35\x11\x43\xc3\xe4\x88\x98\xda\x83\x67\xb6\x8f\xc4\x85\x4c\xec\x38\x6f\xc4\xc4\x36\xde\x04\x6e\x67\x66\x4d\xcf\x18\x0f\x25\x99\x1b\x0e\x04\x59\xc4\x81\x9b\x5b\x16\x31\x40\x6d\x45\xc0\xfa\x79\x23\xfa\x4d\x1e\xe5\x0e\x5a\x29\x03\x3b\xe0\x25\x83\x0c\xd4\x37\xdc\x9b\x89\x5e\x3f\x6f\xc4\x83\xc8\x80\x7a\x23\x84\xad\x89\x58\x61\x90\x93\x81\x1a\x30\x11\x49\x3a\xf8\x1b\x9b\x57\x06\xef\xfb\x39\xe3\x91\xcd\x0d\x48\x94\x49\x21\x1e\x00\xa2\x6c\xb2\xa1\x3d\xc8\x9d\x20\x83\xf8\x03\x83\x3d\xa1\x00\xe6\x13\x06\x82\x3a\x3a\x9f\x51\xbf\xea\x83\x9a\x47\x3a\x78\xe0\x49\x36\xd9\x64\x1e\xd8\xbc\xa4\x83\x7f\xe0\x24\xad\x28\x11\x20\x30\x04\x8d\xdf\x21\x16\x1a\x25\xdf\x07\xf4\xca\xe4\x85\x13\xc0\x91\x4d\x81\xbd\x0f\x0c\xea\x84\x07\x98\x4f\x41\x8c\x0a\x37\xe7\x83\xa4\x04\x32\x30\x3f\xf0\x6d\x69\x45\xe5\x18\x1f\x0f\x47\xa0\x4c\x26\xe9\xfc\x1f\x80\x55\x49\xe7\xff\x20\x26\x4b\x3a\xfd\x07\xae\xc7\x44\x68\x9f\xc0\x6d\x0c\x04\x1c\x98\x8f\x1f\x56\x94\x1c\x1f\x18\x88\x65\xb0\x7e\x60\x00\x96\x01\xf9\x81\x01\x98\x08\xe7\xf3\xd9\x67\xbe\x99\xf5\x64\x3e\x30\xe8\x6a\x7d\x1f\x84\x1b\xe9\x30\x7d\x60\xd0\xfd\x59\xdf\x1b\xcc\x89\xcc\xf6\x81\x1a\x52\x9e\xfe\x0f\x6e\xb2\x74\xed\x5f\x80\x2c\x48\x8c\x2d\x59\x80\x0d\x08\xb4\xa9\x2e\x87\x0d\x60\x70\xc9\x02\x10\x40\xa0\x0d\x75\x5d\xc5\xdb\x4f\x7c\xc6\xfa\x25\xd6\xef\xf3\xff\xed\xbf\x85\x78\xfb\x40\x24\x81\xe5\x01\xf5\x04\x1c\x5f\x08\xa8\x0f\xcc\xb6\xb8\xae\x3a\x10\x8d\xc2\xfa\xe1\x00\xc1\xe8\x95\x75\x55\x84\x97\x44\xb6\x07\x1b\x22\x6d\xae\x0b\x21\xf5\x89\xe1\x2c\xeb\xf2\xf5\xca\x7a\x06\xfd\x75\xd6\x8f\x04\xa4\x8c\x65\x5c\xd7\xb9\xd9\x34\xa6\xba\x5e\x88\x82\x0f\xb4\xc1\x2e\x8f\x82\x27\x72\xf9\xba\x00\xb7\x4b\x9b\xeb\xba\x86\xf7\x57\xcf\x37\x9e\xfb\xf7\x7c\x84\x8b\xd6\x35\xff\xf3\xc6\x33\xeb\x87\x26\x86\x80\xdb\xeb\x82\x70\x41\xb5\xf7\xba\x00\x3b\xc8\x38\x91\x75\xc1\xc6\x46\x9b\xd8\xba\x36\xde\xef\x7f\x49\xdf\xb2\x10\x08\x9f\x9a\xb1\x73\x30\x98\x15\x75\xee\xf6\xc6\x38\x19\x60\x56\x45\x9d\x7d\x2a\xa2\x71\x38\x19\x47\x72\x08\x45\x8b\x0f\x67\x53\x46\xad\xac\x0b\x59\x1e\x8b\x16\xff\x19\xf8\x9e\xed\x01\xd6\x86\x61\x2c\xeb\x3a\xcc\x2e\x14\x2d\x3e\x98\x1d\xe1\xb8\x57\x80\x0e\x9c\x36\x92\x15\x60\x70\x2b\xdf\xcd\x61\x05\x48\x1a\xe5\x93\x14\x56\x80\xc1\x8c\x49\x26\x57\xc0\xc9\x4e\xf0\xee\x85\x58\xfa\xc4\xb8\x98\x15\xa2\x21\x5c\x88\xed\xc5\x81\x72\xd6\x1f\x27\xca\xf5\xfd\x8d\x67\x7e\x9f\x00\x83\x76\xb1\xfd\x54\x50\xce\xf6\x53\xfd\xf7\x5f\xa8\x1a\x4f\x6a\x28\xef\x7c\x5e\x28\x67\x7b\x19\xf3\xf5\x31\xdf\x15\xe0\xc0\xcd\x50\x9b\x15\xb0\x39\xa9\xc3\x5e\x08\xcf\x4f\x8c\xbd\x59\x08\xcf\x6f\xd4\xa9\xaf\x80\xc3\x9f\xde\x97\x2b\x40\x87\xcc\x60\x9c\x85\xf0\xfd\x40\x9d\xf2\x0a\xb8\x19\x31\x3a\x67\x21\x9e\x3f\x50\xa7\xbc\x42\x45\x7d\x95\xe3\xc1\xe1\x4f\x1d\xf7\x0a\xcd\x21\xe7\xd8\x3e\x6e\x3e\x74\xe0\x58\x01\x0e\x00\xd4\x09\xaf\xd0\xf1\x3d\xe9\x25\x20\x53\x3f\x53\xf8\x2d\x44\xdd\x37\xd3\x7a\x42\x27\x5c\xb5\x1e\x88\xba\xef\xea\x3f\xd2\x52\x51\x6d\xb9\x02\xd4\x1a\x66\x7a\xff\x41\x39\xeb\x3f\x37\x97\xc6\xe4\xa8\x2b\x0c\xcc\x6f\x66\x7f\xc0\x2c\xcc\xd8\xff\xe1\xe3\xd3\xf7\x88\x56\xe3\x66\x46\xdc\x7e\xa0\x1a\x72\x21\x70\x3f\x11\x0b\x7c\x21\x70\xbf\xd1\x01\x7f\x05\xa8\x8d\xa9\x16\x5c\x88\xd4\x0f\x54\xfb\xad\x30\x07\xa2\xbe\xf8\x3d\x6c\x66\x54\xfb\x2d\x84\xea\x07\xaa\xf9\x56\x58\x8e\xe9\xc7\xef\xa1\xe6\xa5\x9a\x6f\x05\x30\x97\xae\xf9\x5f\xde\x3e\xc7\x03\xe1\xa7\x8a\xfe\x5e\x8c\x40\xd6\xbf\xeb\xe9\x4f\x64\x7d\x50\xa3\x74\x3d\x43\x58\xaa\xa2\x3f\x08\x4b\x5d\xeb\x79\x7b\xfd\x1c\x2f\x6e\x3a\x44\x0c\x5f\x01\xfc\x89\x6a\xb6\x15\x9e\x88\x30\xb6\xaf\xbf\x11\x6a\x55\xe2\x05\xac\x08\x9b\x19\xa3\x98\x56\x04\xbf\x60\x06\xbe\x15\x2f\x04\xd5\xfd\x3c\x63\xfd\x3f\xb5\xd0\x42\x50\x7f\x67\xf2\xc5\x15\xa1\x26\xa5\x1a\x69\x21\xa8\x3f\x54\xd2\x37\x82\xfa\x3b\xbd\xd7\x16\xc2\xf2\x43\xfd\x0e\xe7\xe5\x81\xf5\x0c\x9b\x5a\x1e\x58\x4f\x1b\xf6\x8a\xd1\xc7\xcb\xfe\x44\xac\x2f\xf9\x69\x84\x9a\x95\x09\xf2\x56\x3c\x37\x8d\x4e\xef\xb0\x15\xa1\x66\xa5\xe6\x66\xc5\x08\xfe\xc0\xc3\x37\x46\x8c\x4f\xf5\x25\x0f\xcd\xe3\xfc\x24\x9f\x2f\xce\x27\xd4\xae\xc4\x11\x58\x1e\xc9\xdf\xd3\x9f\x0e\x97\x88\x78\x37\x46\x46\xad\x98\x41\x1c\xdc\x6c\x11\x92\x20\xe3\xdb\x56\x84\x24\x48\x14\x82\x15\xe1\xaf\xdf\x49\xfc\xb1\x78\x67\xd8\x39\x67\x56\xdc\x0c\xd1\x99\x15\x99\x01\x22\xfd\x03\xd5\x44\x2b\x02\xab\xa7\x8b\x58\xce\x4d\xa6\x13\x8d\x73\x45\x24\x9e\xa2\x9a\x68\x45\xa4\x8a\xa6\x1a\x67\x45\x67\x5e\x59\xe5\xe8\x8f\xc6\xd3\x0e\x31\x11\xad\x71\x45\x64\x1c\xa0\x1a\x66\x45\x04\xad\x11\xae\x71\xc5\x0e\x62\xe2\x66\x47\xf4\x7f\x22\x96\xf9\x42\xf4\x7f\x0f\x5a\x3c\x18\xc0\x18\xdf\xbf\x22\x22\x67\x89\x6c\xbe\x22\x98\x1f\x33\xec\xad\x08\xc9\x86\x92\xe5\x8a\xc0\xf1\x63\x48\xd6\x8a\x36\x10\x1b\xc9\xf6\x61\xf3\xa2\xa4\xb9\x80\x17\xd0\x89\x13\xb8\x22\x74\xc2\x54\xdb\xac\x38\xbc\x7e\x7e\x3f\x03\x82\x29\x39\x7e\xb8\x5a\x37\xcd\x2f\xbc\x93\x88\x6f\xbe\xe2\xac\x88\xae\xe4\x78\x60\xe3\x22\xa2\xc0\x8a\x13\xb1\x9b\x55\xdf\x1b\xca\x39\x1f\xf0\x66\xea\x3f\xed\x3d\x78\x9f\xdf\xc3\xbb\xa9\xab\x7e\xe8\x90\xbb\xea\xdb\x58\x7f\x6d\x26\xc7\x43\xd5\xf7\x87\xd9\xf5\xa0\xcd\xe4\xcc\x4e\xcc\x60\xa3\xfd\xca\xf1\x6c\xb4\x4f\xe1\x03\x40\x01\x81\x6a\x96\x05\xa4\x80\x1e\x44\xbf\x37\x0e\x67\x31\x1b\xdc\x0c\xbb\x98\xcb\x8d\xf5\x17\x3d\xdf\xde\x7f\x8e\xf7\x06\xbd\x19\xeb\x07\x33\x24\x0c\xdb\x8a\x48\x89\xdb\x44\x6f\x88\x04\xea\x62\x4e\x4f\xc1\xfb\xa4\x07\xa4\xba\x69\x62\x96\x0f\xda\x17\x7d\x3f\xa0\x17\x1e\x86\x00\x0f\x08\xd4\x04\xac\x04\xe6\xcb\x9b\xfd\x4a\x17\x02\x4e\x49\x7f\x09\x71\x75\xfd\xbb\x99\xac\x04\x1b\x55\xe7\xcd\x24\x41\x6d\x2c\xc9\x18\xf8\x02\x9d\x6a\xf1\x95\xe0\xa0\x40\xef\xb3\x95\x82\xd7\xc7\xf6\xc1\x6c\xe9\x7d\xb6\x52\x3c\xf4\x45\x07\x93\xe5\x88\x02\x92\xa4\x1d\x41\xa0\x73\x7d\x93\x0b\x6b\x64\x8e\x29\xa3\x7d\x32\xe3\x04\x6f\xcc\xde\xf5\x8c\x78\x5b\xee\xcf\x84\x9c\x7b\xbc\x09\xaf\x84\xf8\xa2\x4e\x7a\x48\xf0\xb6\xec\x5c\xff\x04\x1b\x54\xe7\xfa\xa6\xe2\xef\xb3\x3f\xce\xaf\xc8\x8f\x1c\x05\xa0\x73\xbd\x81\x02\xd0\x69\x93\x5e\x80\x01\x08\x4c\x72\xb6\x12\xd0\x46\x3a\xe9\x21\x81\x9f\xb5\xc2\xf6\x5a\xc0\xf7\x6c\x0f\x59\x78\x78\x33\x5f\xa9\x61\xfd\xb4\x3e\xf0\xc6\xa4\x83\xcc\x02\x50\x40\xe0\xcd\x79\xa5\x9e\xf0\x3e\xfb\x0b\x1b\x16\xa1\xba\x17\x80\x02\x12\xe3\x05\x57\x72\x7e\x46\xfa\x47\x68\x7f\x38\x37\xe9\x3f\x1c\x2e\xc9\x25\x3b\x12\x63\x32\x2c\xb6\x06\x7b\x98\x55\xea\xbc\xd9\x24\xe8\xa0\x99\xbe\x6c\x25\x78\x43\x31\xda\x70\x25\xe8\xa0\x19\x6e\xbf\xd2\x61\x5e\x9d\x40\x1a\x2b\x4d\x2c\x6e\x63\xfd\x13\x9d\xe7\xc9\xee\xd1\xfc\x0c\x31\x5c\x09\x06\xae\x26\x62\x47\xf8\x3e\x0d\x90\xcb\x43\xe8\x93\x88\x67\x7b\x7d\x9c\x0c\x30\x0b\x1a\xf8\x56\xba\x31\xd9\x3c\xe9\xd3\x3d\x10\x01\xcd\xf1\xe3\xa6\x66\x81\xfd\xb9\x11\x70\xad\xcd\x02\x83\xb7\xae\xbd\x09\x3a\x60\x0b\x7a\xc6\x62\x89\x38\x1f\xaf\x8f\xf5\xc3\xa0\xad\x6b\x6d\xbe\x2a\x62\xa4\x23\x9f\x1b\xde\x57\xb9\xd7\xd7\xf9\x6c\x28\xd7\x33\xfa\x4f\xe2\xc9\x17\x0e\x1f\x12\x7b\xc6\xcd\x8d\x40\x0f\x2b\x07\xef\xaf\xca\xcf\xe6\x31\x32\xd7\x0c\x1d\xae\x51\x6d\x80\x58\xfd\xc0\xa4\x5c\x2b\xc3\xc6\xc4\x04\x5b\x2b\xc3\x9b\x88\x51\x99\x2b\x27\x6f\x8f\xdf\x27\xaf\xaf\xf0\xd9\xeb\xd3\xfb\x37\xe2\xb6\xd9\x3e\x5c\x25\x8d\x92\x73\xce\x5e\x1f\xe7\x03\xae\x92\x16\xf5\x8c\xf9\x21\x7d\x7a\x70\x3f\xe3\x28\x57\x06\xf3\x60\xe0\xe4\xf2\xe8\xfd\xac\xf9\xc3\x4d\x4c\x37\xcd\x5c\x10\x47\xae\xf9\x41\x9e\x2e\xdd\xdc\x33\x6c\x50\xba\x39\x23\x40\x3f\x19\xe9\x2f\x7b\x16\x14\x1e\xfe\xb9\x9d\xf5\x65\xf0\xe4\xca\xb0\x39\x31\xd6\x72\xe5\x86\x58\x72\xd2\x67\xf6\x04\x4c\x97\xca\x6f\xbc\xaf\xef\xcf\xe1\x48\x1d\xfd\x42\x04\x7f\xd0\xcd\xd5\x43\xf8\x75\xf3\xcd\x1d\xeb\xcb\x9b\x58\xf6\xfc\x29\xdc\x8f\x19\xae\xd8\x8c\xaf\x5c\xd9\x22\x22\xe1\x39\x1e\xe0\x86\x98\xda\x03\x73\xd1\xcd\x36\x83\x7f\x10\x8e\x7a\x65\x4f\xb6\xc2\x9b\x14\x82\xfc\x13\x03\x34\x57\xf6\x7c\xfb\x14\x66\x10\xb7\x1f\x98\xa2\x6a\xe5\xe1\xef\xb3\x7f\x03\xf4\xc1\xfd\x9f\x3d\x23\x69\xd0\x33\xd6\x9b\xc2\x58\x9e\x5e\x1f\xfb\xb3\xb0\xde\xa2\x5f\xdc\xcc\x8c\xcc\x3b\x2f\xac\xb7\xe8\x19\x71\x27\x46\xe6\xed\xd1\xfa\xc4\x9c\x5e\xd9\x73\x2d\x51\x78\x42\xb4\x7e\xa2\xf7\xdc\xca\x08\xcb\xa4\xb7\xdc\xca\x47\x18\xe9\x45\xf3\x85\x9b\x18\xbd\xe1\x16\xe2\xf9\x7b\xd1\x7c\x79\xe2\x3c\xde\xb4\xb3\x67\x4c\x12\x3d\x3e\xfe\x3d\xfb\x0f\x7e\xa3\x9b\x2f\x42\xf8\x3b\xd5\xa6\x2b\x3f\xc8\xdb\xf3\xf3\x8c\x6c\x41\x9f\x59\x62\x95\x2b\xe2\xfd\xca\x67\xa4\x4a\xe2\x7e\x2d\xe7\xa6\xd7\x19\x47\xb3\xca\xe5\xe3\xfd\xd3\xe1\x52\x3c\xab\xf8\x4f\xe5\x98\x5c\x1e\x1e\xc5\x93\x35\xaa\x72\x18\xb8\x75\xcd\x2d\xc1\xbf\xd7\xfb\xf8\x9e\x87\x4b\x09\x87\x38\xa4\x53\x2c\xd0\xb1\x1b\x0f\x97\x02\xdc\x11\xe9\x14\x0b\xae\x8d\xc6\xc3\xa6\xe0\x5a\xc8\x38\x84\xe5\xb0\x00\x44\xfc\x5e\xc5\x93\x0e\x93\x39\x94\xe4\xdf\xeb\x19\xdf\x57\xbd\x8f\xfe\x54\x95\x63\xb2\xa9\xe6\x28\x70\x8d\x64\x38\xe9\x2a\x90\x84\x18\x4f\xba\x0a\xd4\x4c\xc6\xc3\xab\x94\x8a\x67\xce\x07\x74\xbe\x0c\x30\x5d\xa5\x7a\xca\x71\x8e\x07\x01\xa7\x74\x3d\x5c\xc5\x99\x95\xfa\xd7\xb0\xd8\x2a\x3f\x92\x48\x97\x5a\xaf\x38\xb3\xa1\xa4\x55\xc0\x6c\xa4\xe6\x2b\xce\x6c\x34\xbf\xb0\x19\x99\xbe\xef\x9e\xf3\x93\xf5\xf7\x37\xaf\x31\x9f\x31\x3f\xbc\xc9\x15\xc3\x78\x55\xff\x61\x36\x9d\xae\xc5\x0b\x58\x05\xc9\x78\xf8\x15\x4f\xed\x44\xc9\xa8\x40\x58\x21\x8e\xdb\x02\x98\x41\x62\x10\xec\x2a\x6f\xe6\x27\xf6\x07\xae\xdd\xc6\xc3\xb0\x38\x33\xe2\x61\x0e\x78\x83\x44\x5c\x87\x55\xde\xb4\x85\x5c\xcf\x31\x80\x9e\xa1\xef\xc1\x4c\xc8\x3c\xca\xc4\x7a\xf1\xf0\x2b\xe7\x26\xd6\xa5\xd6\x2b\xd3\xdb\x67\x7d\x87\x19\xf5\xaa\xcd\x08\x35\x91\xf1\xf0\x28\x87\x19\xf5\xca\xc3\xb8\x80\xf9\x18\x99\x77\x81\x6b\xb5\xd4\x66\x40\x48\x08\x46\x66\x53\x8e\xb0\xd3\xe9\x6d\xb8\x00\x79\xd0\xa5\x96\x2b\x0e\x16\x22\xfa\x84\x8d\x4c\xc2\x45\x71\xe1\x46\xf3\x8b\x9b\x91\xd4\x6e\x05\x71\x6b\xc6\xc3\x11\x18\x09\x41\xc2\x45\xc1\xcd\x88\xde\x7f\x0b\x98\x09\xf9\xe2\x61\x5f\x2f\x64\x46\xe0\x4d\x1b\x98\x09\x99\x41\xc9\xab\x82\x7f\x48\x6d\x5c\x03\xe6\x9f\xcc\xb8\x9e\xfd\x9d\x2f\xce\x57\x8d\x98\x6f\x4a\xf2\x15\x41\xb1\x3a\xbc\x6a\x34\x94\x57\x3e\x0f\x7c\xff\xad\x47\x4d\x40\x47\x21\x73\xad\x29\xa2\x9c\xf5\xa5\x8a\xf2\xce\xe7\x43\xdf\x52\x03\xd7\x04\x04\x13\xf2\xb7\x9a\x0c\xe5\xaa\xdf\xdb\x63\xfb\xc8\x07\xc7\x28\xfd\x55\x13\xf0\x56\xc8\xdf\x6a\xc2\xfa\x70\xbf\x55\xd8\x00\x75\x38\xd5\xdc\x50\x1f\xdb\x83\x30\xa4\xc3\xaa\xc2\x46\xad\xc3\xa9\x66\xd4\x47\xfe\x51\x0b\xd6\x93\xfb\xa3\x42\xf3\xa3\xc3\xa9\x16\xac\x07\xe9\xbd\x42\x13\x24\xfe\x5d\xeb\xd9\xcf\x74\x70\x59\x15\x71\x65\xe2\x5f\xb5\x21\x6b\x07\x0f\xeb\x0a\xfe\x21\x7e\x56\x8f\xb0\xd2\x9b\xfa\xdf\x31\xdf\xe1\x2f\x90\x2e\xab\xf6\x43\x0c\x52\x63\x54\xf3\x8f\xf5\x7c\x98\x89\xd4\x06\x15\x6a\x1c\x31\xab\x6a\x13\xef\xeb\x19\x9d\x27\x33\xaa\x47\x72\xc9\x8c\x30\x5f\xc0\x8a\xe8\xba\xd6\x03\x2b\x22\x88\x99\x54\x00\x14\x35\x11\x2b\x98\x87\x98\x49\x3d\x92\x4e\x66\x84\xfa\xaa\xf0\x9e\x11\x33\xa8\xf3\x6c\x4e\x1a\xbc\x17\xf0\x20\x32\x5d\xa9\x57\x05\x08\x91\xae\xe5\x15\x89\x22\x7f\x88\x7f\xd5\xf3\xbe\xc6\x8b\x5c\xa7\x3f\xc4\x0d\xd4\x22\x06\x8d\xad\x8a\x34\x37\x17\x25\x83\xba\x2f\xbc\xcf\xf2\x8d\xc5\xa1\x64\x05\xfc\x89\x48\x3f\xf2\x05\x00\x8a\x7c\x51\xf2\xaf\x1b\x10\x3b\x22\xbe\x73\x73\x8a\x3f\xf3\x7b\x83\x18\x78\xd8\x03\xb0\x22\xfe\xcc\x2f\xd4\x22\x32\xa8\xd6\x73\x73\x8a\x3f\xe3\x41\x6a\x06\xe9\xc4\x2b\x72\xa8\xaa\xff\x0d\x68\x44\x0c\xea\x5a\xed\x42\x4e\x18\x0a\x0f\x0d\xd9\xa5\xd5\xdf\x76\x61\xfd\xa9\xd6\x01\xc6\x45\xbc\x28\xf9\x00\xe4\x42\x49\x8f\x57\x43\xc6\xac\x8b\xeb\xdf\x42\xc2\x73\xe4\x33\xe8\x83\xf4\xd0\x90\x45\xfa\xa2\x4e\xba\x45\x6c\x56\x32\xe3\x16\xd1\x1f\x0a\x17\x40\xbd\x50\x9e\xd9\x05\xd4\x8b\x48\xd7\xf5\xd5\x1c\x93\xe8\xd2\x33\xd6\x9f\x92\x7e\x4b\x58\xff\xa4\xef\xb1\xfe\x64\xf6\x0d\xcc\x44\x92\x79\x43\x52\x40\x22\x06\xac\x96\xf1\x3e\xe9\xab\xe5\x81\x67\xb6\x97\x27\xbe\x67\xff\x01\x6a\x24\x49\xb5\x39\xb3\xe0\xe1\xd0\x90\xf9\xef\x22\xf3\x69\x05\xeb\x4f\xfa\x6e\x48\x53\xc9\x94\x89\xab\x55\xf4\x5f\xfd\x39\xc2\x8c\x52\xa7\xae\x56\x07\x9e\xd9\x1f\xe4\xad\x66\xc4\xfb\x6a\x10\x56\xa4\x26\x07\x20\x46\xbe\x78\x33\x69\x60\x36\x5d\xf3\xe1\xcc\x86\x37\x93\xd6\xbd\x7d\xb6\xd7\x41\x1f\x1a\x7f\xf7\xfe\xb3\x7e\xdc\x94\x24\xdc\x35\x03\x3d\x50\xad\xdd\x90\x1e\x90\xae\xe4\xab\x1d\xe1\x45\x39\x48\x57\x33\xcf\x12\xa4\xef\x31\xdf\xa2\x9f\xe1\xf5\xb3\xfd\x01\xfa\xa1\x9a\xba\x81\xdf\x74\xf5\x67\x62\x3e\x79\x18\x03\xb1\x43\x09\x3b\x57\x3b\xfc\x26\x32\xc8\x79\xb5\x79\xa3\x9c\xef\x2f\xcc\x07\x6f\x46\x0d\x79\x67\x03\xf7\x7b\x83\x30\x22\x35\x6b\x5b\x37\xca\xf5\x3d\xe6\x87\x87\x13\x10\x39\x62\x10\xbd\x1d\x7e\x11\x65\x26\x68\xdb\xc7\xcf\xef\x37\xd6\x97\xfb\xbf\x6d\xcc\xbf\xe8\x67\x2f\x94\x73\x3e\x91\xb1\x36\xf0\xe6\xd8\x6e\x8c\x8f\x87\x4d\xbb\xbd\x3d\xae\xff\xed\xf5\xfd\x25\x1b\xf0\x6a\x60\x5e\x41\xc4\x8e\xac\x32\x84\x87\x58\xed\x48\x36\x31\x88\xf8\x9f\xb3\xf9\xbb\xe9\x7d\x2c\x16\x25\xef\x06\xa0\xb5\x6e\x7a\x1f\x83\xe7\x4d\x01\xf0\x21\x5d\x92\x1f\xe0\x43\x22\xd3\x82\x2d\xc0\x87\x74\x39\x08\x00\x3e\x24\xcb\xa0\xd6\xa1\xe3\x95\xe4\xd7\x83\xd7\x5f\xf9\x7c\x26\x57\x6a\xad\x1e\x7c\x32\xbe\xc5\xec\xc8\x4f\xca\x08\xe5\xd5\x23\x88\x99\x92\x4e\x07\x33\x93\x0d\xa5\x03\x4f\x4d\x6a\x9f\x8e\xdc\xb7\xcc\x32\xb5\x00\x3f\x92\xb5\x39\x3b\x12\xe6\x33\xcd\xd4\xea\x2e\x59\x51\xd2\xe9\xce\xbc\x28\xe9\xf4\xc3\xbc\xba\xd4\x38\x80\x2b\x89\xc4\xb7\x5a\x80\x23\xc9\x8c\x23\x59\x80\x23\x89\x8c\x78\x5e\x80\x23\xc9\x4c\x1c\xba\x7a\x8e\x28\x67\x7f\x33\xc6\xd7\xf4\x8c\xf5\x22\xf1\xf5\x8c\xf9\x22\x33\xed\x19\xcc\x9f\xc4\x07\xf8\x92\x4c\xb8\x8a\x05\xf8\x92\x2e\x35\x0b\xe0\x4b\x32\xe1\x2a\x16\xe0\x4b\x22\x73\x3f\x2d\xc0\x97\x64\x19\x24\x7b\xc1\x61\xda\x55\x8e\xc3\x8e\x92\x5a\x3f\xcc\xb1\x4b\xcd\xd1\x2b\xfa\xcb\x9b\x09\xe0\x4e\xba\x24\xd1\x5e\xb1\xfe\x3c\xbc\x00\x57\x12\x83\xca\x9b\x7f\xcf\xf1\x80\x99\x32\x6e\x62\xf5\x76\x24\x65\x13\x7d\x22\x73\x2a\x33\x3e\xad\xde\x31\x5e\xad\xdf\xb9\x09\x46\xe6\x74\x5a\xdd\x31\xe8\xb4\x9e\x48\xa5\x1a\x44\xaf\x16\x50\xce\xf9\x03\xb3\x0c\xa2\x57\xc3\xfc\xf0\x26\xd7\x0d\xf3\x41\xe6\xd8\x91\xc2\x37\x88\x7e\x0d\xf4\xa8\xf9\x30\xd0\xa3\xe8\x17\xb9\xb6\x88\x68\xb1\x3a\x52\xd6\x07\xd1\xe7\x11\xee\x62\xd0\x78\x06\xe8\x4f\xed\x0f\xcc\x8f\xc6\x33\x30\xbf\xbc\xf9\x75\xe4\x63\x0d\xa2\xc7\x89\xf5\x24\x3f\xe8\x13\xfb\x8d\xfb\xbf\x2f\xaf\x8f\xfd\x5f\x5e\xae\x67\xaf\x8f\xfd\xdf\x15\x30\x7d\xec\xdf\xb9\xf9\xc5\x20\xfa\x70\x61\xcc\xf4\xbe\xa1\x9c\xfd\x71\xe6\x28\x7a\x38\x37\x39\x93\xf0\x00\x04\x92\x1c\xc4\x7f\x00\x1f\x26\xe1\xa1\x3b\xbf\x13\xbd\x1c\xe1\x2c\x13\x4c\x6f\x01\x71\x24\x32\x8e\x64\x01\x51\x24\x13\xf1\x62\xd9\xd5\x4e\x7d\x59\xe5\x1d\xe5\x95\xcf\x37\x70\x07\x13\x9f\xb1\x7e\x9c\x3f\x0b\x17\xca\xd9\x5e\xc0\xfa\x71\x3e\x81\x38\x92\x03\x85\x23\x20\x8e\x44\xe6\x23\x5a\x40\x1c\xc9\x3a\xcc\x2c\x2c\x3c\xb3\x3f\xe7\x26\x68\xe2\x3f\x16\x31\x3e\x1e\x1e\x16\xb1\x1e\x9c\x5f\x8b\x1b\xe5\xec\x1f\x52\x7d\x07\xfb\x4b\x9c\xcb\xb2\x23\xb9\x65\x1d\x1e\x96\x30\x19\x94\x84\x2d\x63\xb1\x35\x99\x60\x1e\x32\x00\x5a\xc1\x60\x29\xa9\x1a\x52\x2e\x33\x43\xd1\xb2\x7a\x16\xf7\x67\x32\x6a\x42\x39\xdb\x03\x4c\xd9\xcf\x64\x20\xed\x5e\xa0\xa4\x65\x0d\xe9\xb0\x35\x39\x60\x1e\xcc\xdd\xb3\x00\x1f\x12\x99\xac\x67\x01\x3e\x24\x13\x3e\x63\x59\x3b\x8b\xf9\xfb\xfc\xa0\x9c\xed\x01\xaa\xec\xf7\x19\xd9\xff\x79\x38\x01\x2e\x24\x46\x4d\x6e\xf7\xef\xd9\x1f\x30\x93\xa8\xf9\x3b\xcc\x24\xcb\x21\xc0\x0c\xd9\xbb\x35\x9f\x47\x32\x33\x1d\x3e\x80\x1b\xc9\xcc\xef\xb8\xec\x48\x5e\xa6\xc3\xc3\x0c\xa9\xcd\xa3\xea\x5b\x28\x27\x31\x78\xfe\xf0\xa8\xef\x6f\xd4\xc7\xfe\x0f\xcc\x57\xd4\x33\xe6\x97\x37\x01\x1b\x58\x6f\x1e\xb6\x86\x9b\xa1\x0e\x57\x9b\x67\xfd\x19\x54\xb6\x6c\x62\xbd\xb9\x59\x0d\xc0\x81\x0c\x22\x5b\x36\x41\xdc\x1a\xdf\xf2\xf6\x59\xdf\xb9\xe9\x19\x83\xc6\x16\xe0\x46\x62\xd4\xfc\x43\x72\x63\x52\xc7\x65\x48\x70\x1a\x28\xa9\x1a\x80\x37\x03\x0f\x2b\x83\x64\xa6\xc3\xd8\x36\xc6\xaf\xf9\xdb\x0f\x70\x3c\x59\xdf\x7d\x79\xf2\x74\x3e\x07\x94\xb3\xfe\x1b\x29\xed\x35\xbf\xc8\x17\xf8\x33\xdf\x37\xe8\x89\x37\x73\x83\x70\xc5\xc4\x8e\x0b\x70\x23\x31\x8a\x79\x3c\x3e\x9e\x8f\x3e\x06\x98\x13\x23\xb4\xd7\xb8\xce\x7a\x6b\xbf\x00\x0e\x24\x32\x62\x7a\x01\x0e\x24\xcb\xa1\x03\x70\x20\x91\x11\xd3\x6b\x1c\x66\x62\xa2\xd7\x11\x90\x52\x93\x92\xf8\x38\xc2\x95\xc5\xa0\xfa\xb1\xbe\x64\x7e\x23\x7a\x7b\xfc\x3e\xa2\x3d\x0a\x07\x23\x9e\xf5\x17\x7d\x0d\xdc\x1c\x99\x0a\x72\x8d\x08\x2c\xd0\xa8\xef\x91\xac\x9f\xf4\x30\x9c\x39\x51\x58\x18\x09\xe3\xe7\x61\x3e\x90\x90\x54\xc2\xc0\x28\x5e\xce\xf1\x42\x78\x91\x30\x30\x9c\xff\xf0\x30\x1d\x05\xeb\x5f\xf4\xfe\x59\x9f\x9f\xf1\x54\xef\x2f\xdf\xaf\x98\x3f\xd2\xdf\x80\x70\x22\x07\x17\x20\x8a\x64\x39\xb0\x8c\x8a\xf5\xd3\x7c\x3b\x3f\xa2\x70\x06\x04\x11\x93\x81\x7c\x34\xec\x47\x0a\x67\xa3\x83\x1f\x54\x3d\xa3\xff\x3c\x6c\x47\xc7\x7c\x6b\xbc\xc8\xfb\x2e\x61\x61\x18\xe6\x9f\x87\xcb\x30\x8c\x87\xc2\xe4\x30\x1f\x8f\xde\xc7\x78\x34\x3e\x64\xf2\xd4\xe1\x3e\x7c\xbf\xeb\xfd\x79\xf8\x33\xf3\x82\x2f\x20\x7e\x64\xed\x07\x20\x7e\x18\x13\x86\xad\x31\xd1\xdf\xfe\x97\x08\xfd\x05\x78\x8f\x4c\xf4\xd5\x05\x78\x0f\x63\x4a\x84\x35\x16\x26\x53\x8d\x2d\x40\xc1\x92\xf9\x0f\xa8\x91\x98\x55\x70\x8d\x73\xcd\x33\x46\xe8\xae\x71\x98\x45\x64\x04\xf6\x1a\x1b\xd8\xb1\x64\x6e\x80\xfb\xc8\x92\x34\xc6\xc6\xe6\xa4\xa4\x34\x36\x16\x57\xdf\x3b\x73\xa0\xce\x7c\xdc\x67\x71\x93\x36\x13\xae\x6d\x92\x2c\xc6\xed\xf5\xb1\x7f\x48\x07\x2a\xef\x1d\xc0\x83\x44\x46\x60\xaf\xf1\x60\xf2\x28\xf9\x0d\xe8\xa0\xe5\xad\x33\xa1\x16\xd2\x62\x03\xde\x23\x32\x3d\xcb\x02\xbc\x47\x96\x24\x32\x9d\x59\x50\x12\x98\x2e\x79\xfc\x7c\xef\xf5\x7d\xfd\x9d\x11\x8b\x4d\x1b\xc6\xc4\xe6\x66\x50\xd4\x9a\x67\x73\x47\x26\xb4\x5f\x13\x37\x27\x26\x37\x5c\xf3\xdc\x9c\x2c\xa9\xfe\x73\x73\x8a\x0c\x1a\x5c\x13\xe0\xa8\x49\xfd\xc5\xe6\x66\xf6\xc3\x35\xd3\x0d\xb4\x5d\xbd\xff\xa0\xfc\x9b\x3f\xc0\x75\x58\xa6\x70\x30\xcf\xcd\x29\xa6\x9f\xe7\x81\xf7\xf9\x7d\x9e\x80\xeb\x4d\x7c\x5e\x78\x9f\xe3\xc9\x5e\x3f\xbf\x07\x73\x61\xf2\x93\x05\xf8\x0d\x63\x10\xe3\x9a\xe7\xe6\x94\x99\xe3\x70\xcd\x32\x80\xf7\xcb\xf9\x38\xcc\x26\x26\xb5\xe7\xe8\xc1\x51\xcf\x1b\xe5\x1c\xcf\x11\x6e\xa2\x36\xd7\x84\x70\xc3\x24\x89\x6b\x22\x79\xa8\x84\x9b\xd9\xce\x7a\x64\x1e\x76\x13\x37\xa3\xa8\xfa\xba\xf7\x9f\xdf\x83\xb9\x48\x38\x99\x48\x2f\x2a\x61\x64\x1e\xe1\xc3\x08\xe3\xbb\xe6\x11\x3e\x22\x13\xa4\xac\x69\x98\x2f\x0a\x17\x13\x6a\xe6\xa8\xf1\x0c\x4f\xb8\xcc\xf6\x07\xd6\x8f\xcc\x64\x0e\xcc\x2f\x85\xa1\x39\xb1\x7e\x64\x2e\x73\xa2\x7f\x14\x86\x80\x70\x11\x99\x61\x65\x01\xe1\x22\x13\xae\x66\x4d\xa8\x99\x09\x57\xb3\x26\xf2\x0a\x33\xa8\x78\xcd\x85\xf5\x10\x7d\xe1\xa6\x42\x78\x99\x05\x04\x0b\xcb\xda\x0f\x0b\xeb\xa1\xf5\xc3\xcd\x84\x89\xf0\x16\x10\x25\x22\x11\x05\xd6\xbc\xb1\x3e\x14\x0e\xe6\x5d\x01\x9a\xcc\xfa\x21\x1c\x88\x3f\xcd\x1b\xc8\xc5\x41\xf5\x19\xca\xf5\x0c\x7a\xd5\x7a\x42\x73\x23\xe1\x62\x62\xff\x47\x0a\x0f\x40\x88\x30\xc5\xd5\x00\x21\x22\x13\x7e\x66\x01\x21\xc2\x14\x57\x03\xc4\x87\xc8\x3c\x2b\x6b\x85\x1b\x40\xcb\x89\xcf\x0f\xca\x59\x5f\x04\x2e\x33\x0f\x53\x20\x3a\xc4\x44\xe1\x09\x88\x0e\x46\x2c\xba\x05\x44\x87\x48\x34\xe3\x05\x44\x87\x1c\x79\xf8\x2f\x1c\xe6\x72\x58\x5a\x09\xeb\xcd\xc3\x7e\xa5\x81\xfa\xbe\xf9\x00\xc2\x43\x96\x70\xb4\xf2\xe1\x17\xc4\x42\x5b\x2b\x83\x3e\xca\x9f\x6c\x2e\x2b\x63\xf1\x35\x18\xdf\xfc\x54\x0b\xac\x82\xc5\xe3\xb5\x73\x61\x33\x13\x9b\x6b\xad\xe2\xdf\xeb\xfd\x1b\xcf\x9c\xdc\x02\x40\x6d\x1e\x0e\x80\x8b\x88\xcc\x33\xb2\x00\x17\x91\x99\xbf\x6f\x2d\xdf\xec\x94\x3c\xd6\xd9\xec\xc6\xa0\xb6\xb5\x6a\x45\x39\xdb\x3f\x92\x89\x11\xbb\x6b\x2d\x48\x26\x4c\x2d\xb2\x00\x3f\x11\x99\x5a\x64\xad\xe6\xed\x91\x18\x1a\x88\xc5\xf4\x0c\x62\xe1\x66\x5f\x0d\xc4\x62\x7a\x2e\xa8\x8f\xe3\x41\xca\x71\x49\x9a\xab\x1d\x66\x4a\xac\xab\xb5\x1a\x36\xa3\xc6\x8b\x9b\x8d\x24\xab\xe5\xcc\x83\x6a\x8b\x65\x20\x0e\x8d\x6f\xa0\xff\x5a\x5c\xe8\x8c\x25\xf9\xad\x31\x00\xbc\xcd\xfa\x07\xe6\x5f\xe3\x9d\x20\x16\xf5\x77\x02\x79\x5b\x9b\xc5\x99\x09\x99\xcd\x82\x5a\x43\x92\xe3\x9a\xe8\x1f\x25\x33\xc0\x51\x64\x49\x8e\xeb\x08\x17\x56\xb5\xde\xb0\x51\x25\xd1\xcb\xc2\xe6\xd4\xf8\xa0\x43\x66\x86\x91\xb5\x36\xe6\x43\xe3\x83\x4d\x2a\x89\x5e\x6e\x30\x2f\x4a\x6a\xeb\xc6\x61\xc6\x9b\xc3\xba\x23\x90\xc4\x55\x8e\xfe\x51\x72\x03\x82\x44\x4c\xa2\x0f\x08\x17\x92\x3c\x17\x6c\x56\x4c\x4a\xb2\x96\x33\x17\x4a\x9e\xeb\x39\xcc\x40\xae\xee\x0b\x37\x11\x49\xaa\xfb\xdc\x44\x4c\xae\xee\xfb\x42\xff\xf8\x3e\x10\x24\x22\x73\x87\x2c\x20\x44\x64\xc2\xf1\xac\xed\xcc\x87\xc2\xc0\x3e\x37\x0f\x93\x6b\xf8\x0e\x38\x2c\x49\x7f\x3b\x00\xaf\x9c\x37\x95\x1d\x0e\x73\x96\xb7\xdd\x86\x0d\x8a\x41\xd0\x6b\x43\xed\x21\xe1\x10\x88\x12\x51\xc2\xc3\x76\xe1\x82\xeb\xb5\x61\x83\x92\xf0\xb0\xd3\x59\x5f\x46\x6c\xaf\x9d\x40\x7f\xdc\xff\x3b\x01\x4e\x9d\xcc\x73\x27\xc3\xf7\xdf\xfa\x00\xa1\x22\x66\x1e\xd6\x3b\x7b\x7b\xec\x5f\xf1\xfe\xb0\xfe\x82\xf5\xe1\xfa\x6e\xf0\x0b\xa2\x98\xaf\x5d\xb1\xbe\x14\xbe\x80\x30\x11\xb3\xe6\xab\x9e\xf5\x92\xf7\xe9\x3e\x37\x8f\x98\x79\xf8\xef\x06\x7a\x22\x3f\xd9\x87\x1f\x44\x06\x81\x2f\x20\x46\x44\x09\x33\x40\x8c\xc8\x4c\x5c\xb8\xb6\xef\x67\xd2\xcb\x86\x4d\x4a\xc2\xf0\xee\xfe\x3d\xfb\xdf\xfd\x7b\xce\x57\xc7\xfa\xfe\x7c\x8f\xf5\xa1\xf0\xbb\x3b\xd6\xf7\xa7\x3e\xcc\x87\xe8\x07\x37\x15\x22\x34\x2c\x20\x4a\x64\x09\xbb\x1b\xfc\x84\x41\xeb\x6b\x8f\x0a\x00\x7b\xbe\x7f\xf8\x47\x64\xe6\xd8\xb5\x91\xff\x43\xde\x7b\x7b\x60\xfd\x78\x98\x03\x31\x22\x12\x91\x61\x6d\x17\x46\xec\x4f\x71\x2e\x80\x93\xc8\x92\xac\xf7\x8a\x80\xcb\xe7\xe4\x83\x99\x24\x5e\xdb\x37\xd4\x1c\x84\x77\x58\xfb\xdc\x64\x72\x12\x31\x83\x79\x64\x11\x1b\x98\x05\x23\xe8\xd7\xde\x67\xf1\x65\x40\x03\xfc\x43\x64\x86\x8e\x05\xf8\x87\x2c\xc9\x75\x83\x39\x30\x25\xc7\xda\x30\x68\x27\x4d\xc6\xe3\xed\xb1\xfd\x67\x00\xb0\x9f\x93\x01\x83\xb6\x5c\x41\xf7\xb3\x50\xae\x67\x6c\x4e\xaa\x79\x6e\xdc\x4c\x24\x99\xde\x60\x0e\x99\x92\xc3\x8d\x9b\x88\x5c\x41\x6f\xa8\x2d\x88\x1d\xb5\x00\xff\x60\xf2\x93\xbf\x71\x53\x91\x24\x7d\x23\xa5\x88\xfc\xe6\xef\x80\xc5\xa4\x64\x01\xf8\x86\x48\xb8\x85\x05\x78\x86\x2c\x49\x1b\xf0\x0c\x59\x92\xf6\x7d\x6e\x26\x26\x1b\xd6\x0d\x03\x36\xb3\xe9\xae\x1b\x69\x45\x64\xc3\xba\x9d\x79\x14\xbd\x8f\xf1\x15\x95\x6f\xd4\xcf\xfe\x1f\xe6\x90\x89\x5d\xb5\x6e\x30\x07\x49\xe6\x40\x64\x30\xb9\x2e\xdf\xb8\x89\x48\xf2\xbd\xcf\x4d\xc4\x64\xb3\xba\x61\xc3\x91\xa4\x7a\x3b\x73\xa1\x70\x71\xd7\xb3\x7e\x4c\x54\xb2\xee\xc3\x1c\xcc\xb4\x1e\x10\x16\x08\xf9\xbf\xee\xc3\x1c\x4c\xae\xb4\x40\x6c\xc8\xba\x79\xdf\xc8\xef\x20\x6f\xa4\xdb\x99\x07\x75\xce\x77\x3f\xeb\x25\x6f\xa0\xbb\x63\xf3\xf1\x70\xb9\xa1\xa6\x48\xea\x7f\xc7\x7a\xf1\x66\x70\x77\xf4\x8f\xc2\xc8\x0d\x9b\x0a\xd3\x4f\xac\x1b\x6a\x0c\x49\xca\xb7\x33\x07\x32\xfb\x7b\x60\xfd\xd4\x9f\xe1\xe5\x7c\x7f\x4c\x94\xb3\x7d\xdf\xec\x64\x76\x40\x7c\xc8\x92\x8c\xef\x89\xf5\xd0\xf7\x13\xeb\xc1\xfd\x73\x23\x1b\x90\xbc\xfb\xee\x05\xe6\x4a\x66\x77\xfb\xfe\x26\x73\xbb\x21\x1c\x10\x1e\x66\xdd\x0b\xf4\x47\x49\xfb\xf6\xfd\x4b\xe6\x77\x23\x0e\xe7\x92\xc7\xc6\x0d\x5f\xd8\x4b\x2e\x1b\x37\xac\x18\x4c\x5b\xb8\xee\xc7\x93\x62\xa8\x8b\xd8\x92\x45\x24\x7d\xce\xf7\xcc\x44\x86\xeb\xf6\xac\x10\x72\xe2\x78\x60\xb7\x65\x5a\x82\xf5\x5c\x98\x73\xee\xe9\x07\x7b\x9a\x69\x09\xd6\x13\x90\x46\x43\x5e\x07\x80\x91\xc8\xcc\x85\xb2\x9e\x30\xfd\x05\xfd\x71\xa8\xb4\x70\xd7\x3d\x01\xbb\x84\x54\x0a\x5c\x89\xa8\xfb\xd3\x03\x4b\x2e\xd3\x23\x2e\xe0\x4a\x44\xdd\x9f\x9e\x73\xdf\x08\x97\xfc\x30\x9e\x84\x2e\x92\x6c\x9f\x04\x36\x48\xb2\x7e\x12\xa6\x9d\x64\xfc\xf8\xb6\x24\xdb\x78\xb2\xcf\x32\xe9\xee\x29\x5e\x21\x7b\x54\x7d\x5d\xc8\xe8\x9f\x23\x95\x47\x41\x27\x3c\x70\x5b\xbd\xe4\xca\xf0\x54\xc3\x0b\xec\x42\xc5\x24\x51\x61\xfa\x54\x2c\x4b\xf9\x93\x69\xff\xf1\x4c\x0f\xb2\x75\x3d\x30\x6f\xe8\x06\x08\xe4\x8a\xa8\x1b\xdf\x03\x0d\x00\xd1\xec\xd7\x03\x0d\x00\x61\x84\xd6\xd3\xdf\x54\x28\xfa\x20\xe1\x03\x8e\xaf\x7b\x2e\x12\xcd\x79\x2f\x78\x81\xe3\x83\xc1\xa3\x68\x0d\x71\x8c\x13\x88\x68\x3d\x86\x29\x26\x67\x7c\x0c\x6b\x26\x8b\xc1\x83\x7b\x00\x61\xe0\xd6\x33\x3c\x1b\x8a\xc6\x00\x7b\x67\x11\x15\x60\x6f\x0b\xcd\xe1\x81\x3d\x93\x38\x71\x0b\x68\x1c\x59\x17\xaf\x07\x7b\x5d\xe8\x0e\xcf\x1c\x9e\xbe\x85\x3d\xc0\x4d\x40\x37\xa9\x07\x7e\xf8\x17\x31\xc3\xd7\x33\x31\x26\x5e\x35\x1e\xec\xee\x22\xb2\xf1\xd3\x9b\xa7\xe5\xb3\xbc\x87\x7a\xdf\x7b\xc4\x39\xdc\xd5\x13\xc0\xf0\x05\x28\x1e\x75\xf7\x79\xb6\x67\xa0\x21\xff\x7c\xe0\x70\x42\xb8\xa5\xf5\xdc\xde\x03\x2e\xd3\xed\x15\x70\x4e\x6e\xef\x01\x27\xf5\xf1\x75\xa6\xf4\xf5\x3c\x58\x67\x11\xc2\xf3\xe6\x9c\x61\x97\x60\x35\x95\x6e\xe0\x79\x40\xb7\x4d\xcf\xd8\xdc\x54\xf6\xed\x0b\x96\x0a\x02\xdd\xef\x0b\xca\x08\x26\x97\xdc\x97\xb3\x97\xef\x88\xda\x17\x44\x82\xf2\xdd\x4f\xf7\x75\x61\x92\xbf\x39\xd9\x57\x00\xe1\x34\xd6\x07\xb3\x29\x81\xf1\xf7\x05\x65\x25\x95\x0f\xfb\x0a\x3e\x45\xac\xdf\x99\xcd\x47\x06\xfb\x72\xe6\xf2\xdd\x47\xf7\x15\x41\x06\xd4\x1e\xed\x2b\x82\x61\x7e\x17\xd2\x7d\x39\x33\xa9\xec\x40\x02\x99\x74\xbe\x9f\xbc\x01\x36\x98\xb1\xaa\xb1\xb0\x47\xf0\x4a\xa3\xba\x62\x5f\x70\x71\xbd\xa8\x0f\xd9\x57\x06\x6f\x68\x7c\x86\xbe\x91\x58\xed\xfb\xf2\x53\xbe\xb3\x47\x30\x66\x10\xab\x7d\x5f\xce\x9d\x34\xc5\xd5\xbf\xe7\x14\x56\xff\x5e\xe5\xa0\x82\xa8\x1e\xe1\x8e\xc1\x3b\xea\xbe\xe0\x94\x7f\x45\xf5\x08\x1a\x48\x5e\x52\xf7\x05\x0d\x24\x2f\xa5\xfb\x6a\xde\x22\x17\xd1\x53\xcd\xf0\xd6\xb8\xaf\x23\x48\xc4\xf2\xf3\x9c\x3c\x17\x11\xbb\xe0\x1c\xec\xe7\xb9\xf8\x0b\xec\x42\xab\x68\x52\x4d\xdc\xfe\x82\xfa\x00\x06\xd2\xd9\x44\xf7\xf4\x48\xfa\x02\x36\xda\xa2\x69\xec\xde\x24\xa7\x05\x37\x99\xa2\x59\xc0\x4d\x86\x37\xe9\x7d\x75\x6c\x5f\x63\x8f\x9c\xa5\x19\x97\xc9\x40\x49\xd4\x3b\xef\x0b\x57\x15\x5e\x85\xf7\xe5\x09\xab\x98\xa2\x7b\x5f\x50\x9c\xf2\x2e\xbc\x2f\x67\x69\xea\xf1\xf0\x0a\xf8\x3e\x5c\x34\x8a\x86\x38\x41\x6a\xd4\x44\x6e\x20\xc8\x64\xc2\x0b\xee\x6b\xe2\xa0\xa0\x40\xb3\x2f\x67\x59\xaa\x71\x61\x3b\xff\xc9\xe8\xbf\x2f\x18\x59\xb3\xb6\xfa\x8e\x5e\x3b\xfb\xb3\x07\x5e\xe0\x0c\xed\xe9\x19\xa1\x38\xc5\xb0\x94\x10\x48\x7c\x5f\x9e\x92\x86\xf9\x82\xf7\x05\x86\x46\x24\xf1\x7d\x41\xb5\xca\xdb\xfd\xbe\xee\xdb\x73\x48\xf1\x8f\x23\x21\x65\x5e\xef\xb7\xc3\xce\x5c\x49\xfc\xe1\x39\x73\x4a\xac\xec\x0d\xdc\x99\x9c\xb5\x48\xf0\xc9\xe5\xfd\x7d\x87\xc3\xbf\x32\xef\xef\x3b\x5c\xbe\xaa\xdc\x8d\x01\x4e\xb7\xbc\x80\xef\xf0\xa6\xbd\xe2\x76\x0c\x87\x83\x45\x22\xa5\xec\x80\x4b\x0e\x43\x28\x76\x38\x1c\x2b\xe7\xc0\x0a\x03\xf2\x80\x69\x7f\x07\x08\x50\xb4\x4f\x6c\x40\xc7\x44\xc2\x69\x6f\x40\xc3\x64\x5e\xf1\x77\x00\x87\x62\x2e\x9d\x1d\x20\xee\xf0\x8a\xbf\x03\x72\x31\x5c\x3f\x15\x82\xc1\x10\x92\x7a\x03\x0b\x26\x67\xf5\x18\x0c\x86\x10\xd4\x3b\x94\xdb\x33\x73\xe9\x83\x07\x2f\xb0\x85\x8a\x49\xd3\x10\x0f\xc7\x89\x04\x57\xd9\x00\x83\x89\xc4\x84\xde\xa1\x36\xaf\x50\x2f\x60\x08\x89\xb3\x5e\x7d\x08\x7a\x5e\x28\x37\x3e\x83\x14\x03\x9f\xc1\x80\x18\x06\xb2\x43\xc3\xaa\x11\x0b\x6f\x07\x38\x78\xd0\x26\xb3\x03\x36\x3f\x51\x9a\x37\xe0\x64\x32\x6d\x32\x3b\x80\x19\x10\x6e\x65\x07\x6c\x7e\xaa\x11\x76\x80\x03\x06\xd5\x06\x3b\xe0\x66\x42\xb5\xc1\x0e\xe6\xc9\xcc\x2a\x7b\x08\x0b\x2b\xaf\xfa\x1b\x78\x30\x91\x78\x2c\x3b\x78\x36\x3a\xde\x55\x76\x98\xe7\x68\x26\x2e\xf1\x0e\x9e\xee\x8a\xf0\x74\x3b\xcc\x82\x17\xd8\x65\xe7\x06\x4c\x50\xb7\x01\x09\x13\x09\xa1\xb2\x03\xd2\x2c\x5c\xbc\xee\xec\x00\x5d\x27\x31\x54\x36\x30\x63\xf2\xcf\x32\xc3\xd0\x4a\x5d\xe7\x06\x86\x4c\xce\xa2\x8b\x05\xba\xe0\xe5\x62\x07\xe7\x10\xa2\x0b\x4f\x79\x45\x88\xb9\x1d\xa0\xfd\xfc\x59\x77\x78\xd4\x12\x0c\x79\x07\x98\x3e\x09\x86\xbc\x03\x4c\x9f\x59\xeb\xee\xbb\xb9\xe8\x79\x9e\x67\x9e\xfe\xc1\x77\x33\xe9\x20\x5e\xd5\x73\xb0\x35\xfe\xd1\xf0\x41\xe0\x33\x36\x23\xe9\x20\x5e\x86\xf2\x6f\x88\x80\x7d\x89\x84\x91\xd9\x80\x7d\xc9\xd4\x30\xec\x18\x30\x25\x9f\x8c\xb7\xa3\x6f\xee\xef\x32\xb4\x63\xc4\xb2\x4a\x7c\x88\xb8\xcc\xe4\x4f\x24\xdb\xd1\x13\x43\x49\x7e\x88\x11\xcb\x5a\xd9\x42\xf2\x1e\xb0\x3c\xa1\x02\x8a\x17\xd1\xb9\xc3\x77\x87\xdf\x00\x66\x09\x97\x0e\xe3\x98\xb0\xf9\x48\x89\x31\xf9\xaa\x75\xb5\x80\xdd\x4c\x0e\x17\xdf\xc4\x78\x3c\x09\x23\x0c\xaa\xd4\x39\x6f\xc0\xb3\x44\xa2\x12\x6f\xc0\xb3\x64\x02\x4d\xee\x98\xb1\x0a\x24\x5d\xc0\xb5\x64\x46\xe4\xee\x58\xb0\x3b\xeb\xf5\x17\x77\x80\x1d\x61\x71\x61\xd2\xd1\x1d\xa1\xe4\x20\x06\xf2\x8e\xd0\xa0\xd2\x5c\xb9\x23\x34\xa4\x95\x12\x23\xc0\x5c\x32\xf3\x22\xee\x08\xe1\x25\x8b\x04\x5a\xf5\xbc\x79\x7c\xa1\x81\x46\x28\x42\x46\xe7\x15\x94\x4d\x80\xc6\x92\xb3\x66\xdc\x79\x05\x45\x95\x68\xd1\x13\xed\xf1\x05\xf8\xd5\x8b\x17\xc4\x37\x33\x5e\xd2\x1f\x58\x73\xad\x08\x94\x9a\x55\x0b\x00\x41\x81\xb9\x4f\x77\x84\x91\x84\xf8\x37\x3b\x3a\x33\x21\xef\x88\xc3\xbf\x67\x07\x86\x7f\xcf\x1e\x0e\x90\x80\xf6\x59\x84\x49\x36\x8b\x04\x3c\xf7\x9e\x36\x1a\x10\x5d\x22\x11\x71\x76\xf4\xdb\x53\x15\x5d\xe3\xf6\x94\x45\x23\xce\x5b\x28\x1d\xc5\x85\x8d\x23\x9a\x59\x11\xe5\x1c\xa2\x67\xdb\xfb\x21\x53\x67\x36\x5a\xe6\xe5\x2d\xaa\x85\x85\xbd\x4f\x61\x27\x7a\xfe\xbd\x1f\xb2\x84\x1d\x97\x60\xc5\x3b\x1e\xe6\x13\x89\x9a\xb3\x81\xea\x12\x89\x92\xb3\x81\xea\x92\xb3\x08\x07\xcc\x89\xa8\x39\x3b\xc2\x0f\x84\xa8\x38\x1b\xa8\x2e\x39\x8b\x4e\x6e\x27\x24\x4a\x88\x80\x6d\xc9\x59\x3b\xf1\x7e\x33\x1c\xb2\x46\xe8\x67\x89\x50\xba\x81\xcb\x12\x09\x37\xbc\x81\xbb\x92\xb3\x28\xef\xf1\x1e\x7d\xef\x27\xe4\x06\xb8\x98\xb6\x6c\xa7\x73\xdb\x8a\xb4\x96\xec\x74\xbd\x39\x12\x03\xff\x28\x78\x21\xf1\x19\x9b\xa1\xab\xdc\xfc\x83\xcc\x3f\x20\x8c\x74\xd5\x38\xfd\x85\xc2\x3f\x1e\xff\xe3\x9b\xb6\x14\xde\x4e\x35\xfe\xe1\x89\x12\x79\x9a\xa7\x70\x38\x12\x51\x85\x77\x0a\xb7\x67\x62\x64\xa3\xce\x35\x89\xf3\xbb\x93\x73\x4d\x8a\x48\x00\x74\xc9\xb9\xeb\x83\xe6\x1f\xb0\x13\x30\xfb\x30\xd4\x6d\xa7\x04\xea\x21\xb8\xec\x4e\x70\xaf\xcf\xdc\x62\x29\xfb\x44\xb0\x02\xe7\x61\xdc\x52\xa9\x54\xcf\x06\xc9\x17\xe0\xc2\xaa\xc3\x34\x15\x4f\x27\x59\xf4\x05\x16\x97\xd4\x90\xe0\xe6\x41\xf8\xd8\x9d\x5c\x68\x22\x31\x24\x28\x69\x08\xf7\xba\x01\xa2\x92\x99\x7f\x75\x27\xb0\x21\x82\xde\xec\xd4\x6f\x94\xf3\x7d\x38\x9c\x53\x79\xb8\x81\x83\x12\x1b\xb9\x72\xb2\xe6\xf9\x23\xf5\x01\xe6\xa8\xe8\x19\x4c\x80\xd7\x11\x00\xa5\xc4\x46\xb6\x9d\xc6\xf0\x04\x93\x7a\x61\xe2\x05\xce\x29\x54\x2e\x74\xb4\xd8\x69\x60\xc4\x64\x22\x40\x52\xc9\x74\xb4\xd8\x69\x26\xcf\x48\xc9\x2e\xc2\x38\x4b\x44\xd6\x9d\xa6\x4f\xa1\x2a\xf0\x1e\x88\x50\xc0\x75\x08\x89\xbb\x81\xc5\x12\x09\x44\xb3\x13\xd2\xd6\x5d\x84\x59\xdb\x69\x35\x7c\xf0\x17\x3d\xdb\x4e\x30\xbf\x10\xd0\x75\x27\x48\x2f\xcc\x10\xbb\x93\x33\x10\xb2\xac\xb4\xbd\x72\xb6\xee\x0c\x84\x6c\x3b\x81\x61\x48\x1a\x02\xb2\x4b\x24\x92\xcc\x76\x64\x97\x8b\xb8\x5f\x3b\xdd\xd8\xce\x64\xcb\x09\xa0\x78\x57\xd7\x9a\xe2\x7e\xc4\x9c\xb4\x3b\x9d\xfb\x51\xa6\xf2\x76\xa7\xdb\x73\x82\x6a\x89\x60\xe1\x61\x88\xe2\x4e\xf0\x9a\xa7\x36\x77\x27\xe7\x40\xe4\x81\x09\xb0\x9b\x57\xd7\x1c\x3c\x0f\x5e\xf8\xc6\x9c\xaf\x37\x11\xa8\xfe\xc0\xa0\xc8\xb3\x32\x22\xa4\x99\xb6\x76\x67\xe7\x40\xe4\x38\x80\x8f\xc9\x84\x97\xd8\x80\x8f\x09\x17\x43\xf0\x77\x3e\x17\xac\x4c\x7c\x89\x0d\x3c\x98\xcc\x3c\xbb\x3b\x07\x27\x0a\x6e\xe5\x8c\xc8\xa0\x42\x16\x96\x83\x27\x3a\xe5\xde\xce\xb0\x21\x13\xb8\x75\x03\x21\x26\x53\x21\xbd\x81\xd8\x12\x9b\x2a\x04\xaf\xa0\x42\x7a\xe7\x8c\x49\x52\x7d\xe0\x1d\x54\x48\xef\x5c\xa2\x27\x0b\xe5\x10\x70\xc1\x62\xaa\xdb\x9d\x8b\x67\xef\xfc\xb4\xf4\x3b\x23\x98\x86\x98\x17\x1b\x18\x2e\x91\x18\x3b\x1b\x18\x2e\x99\xb9\x6d\x77\xae\xde\x43\x4e\x6a\xf5\x06\x58\x5f\xf5\x1e\x72\x52\xe1\x9f\x4a\xe8\xe1\x9d\x2b\x66\x80\xcc\x2b\xd7\xdb\xd3\x93\xb2\x03\x30\x23\xd3\x6c\xbb\x73\xf3\x7c\xa4\x94\xe9\x32\xfc\x4a\x98\xdd\x76\x67\x78\xd4\x13\x15\x67\x03\xc5\x25\x5c\xc6\xad\x98\x7b\xc4\x0b\x1c\x12\x92\x3c\x5d\x26\xc2\xe9\x87\x9b\x10\x21\x76\x67\x80\x42\x5d\x8c\xd0\xd9\xb9\x6f\xbc\xc0\x3e\xc1\x3a\x44\x20\x9b\x0d\x20\x97\x4c\x2d\xfd\xce\x86\x65\xe1\x95\x2b\x8f\xea\x39\x55\x39\x6b\xb0\xfd\x12\xe9\x66\x67\x98\x7f\xa8\x36\xdf\x40\x6a\xc9\x54\x9b\xef\xbc\xa2\x27\x59\xd5\x1f\x98\x76\x5e\x37\x32\x40\x36\xc3\x25\x62\x87\x4a\x98\x4a\xeb\x0d\xac\x96\x28\x16\x0c\xac\x96\x4c\x25\xf6\xce\xe0\x38\x44\x95\xdd\xc0\x6a\x89\x8c\xa8\xdd\x79\xfb\xf7\xec\xc0\xf6\xef\x39\x82\x7d\x7b\xda\x56\xbd\xf0\xe0\x03\x76\xe8\xf6\x3c\xad\x51\x7f\x60\x1d\x79\xea\x00\xcd\x25\x76\x6d\x47\x88\x28\x54\x62\xef\x0c\x13\x72\xd7\x6e\x84\x09\x99\x00\x26\x3b\x83\xc1\x74\xed\x4e\x88\x2c\x44\xc7\xd9\x40\x77\xc9\xba\x90\x39\xba\x4b\xb8\x7e\x2a\x00\x19\x50\x42\xc9\x8f\x67\x9e\xfd\xf9\x02\x64\xc0\xed\x0d\x7c\x97\xc8\xa8\xde\x0d\x7c\x97\x4c\xa5\xf8\x2e\x97\xf7\xa0\xf2\x19\xec\x81\x37\x30\x40\xbc\xc4\xce\xdd\x5b\x9c\xbf\x90\x09\x17\x20\x7b\x06\x46\x3a\xee\x12\xce\xfd\x80\x80\x35\xbb\x00\x8d\x2e\x30\x94\x71\x17\x98\xa1\x75\xac\x01\xc4\x25\xf6\xf8\xa7\xeb\x0e\x10\x5e\x32\x33\xd9\xee\xe2\xcc\x89\x1b\xaf\x44\x10\x25\xaf\xfd\x25\x39\x51\x92\x9b\x15\x5c\x10\xa5\x81\x2f\xc9\x89\x92\xec\xac\xc0\x6a\x4d\x5c\xed\x0d\x4c\x97\xc8\x30\xe5\x0d\x4c\x97\x2c\x15\x7d\x01\xbb\x63\xd8\xf2\x2e\xc0\x64\x08\x34\x3f\xed\x52\x3c\x99\x2e\xc9\xb2\x80\x7d\x11\x6c\x74\x03\xf5\x25\x4b\x49\x5f\xc0\xbe\x08\x2e\xba\x0b\x34\xd4\x52\xd2\x17\x68\xa8\x03\x23\x63\x77\x71\xfe\x56\xf5\x5c\xfd\x05\x76\x01\x0e\xfb\xd2\xda\x97\x3a\xfc\x05\xce\x4a\x05\x59\x65\x35\x01\x8e\xa8\x45\x05\x47\xec\x59\x2d\xe0\x24\xd5\x9a\xc2\xe6\x16\x82\xc8\x0c\x2a\x27\x62\x96\xee\xe2\x0c\x91\x17\x22\x20\xd5\x9c\x0f\xf4\x07\xe8\x90\x74\x5c\xba\x8f\x81\x5b\xb1\x74\xef\x73\x24\x65\x3a\x47\xa4\x00\x56\xba\x27\x3d\xa6\x3a\xb7\xc0\xca\x26\xdd\x01\xd0\x69\xce\x0b\x1c\xa5\x79\xa7\xd8\x84\xb3\xcc\xa2\x67\x10\x13\x79\x70\x19\xde\x69\xb2\x83\x32\x12\x3e\xd0\x0b\xd9\x5f\x60\x9f\x06\x88\x49\x4b\x0b\x9d\xb5\x8c\x17\x05\x57\xd1\xae\xa5\x85\x4e\xa9\x6b\x25\x9d\x23\x6a\x9e\xa1\x42\x92\x71\xa3\x38\x47\xd4\xb4\xba\x0c\xc6\x4b\x5e\xd9\x11\xe5\x9c\x02\x5c\xe2\x64\xfc\x28\xdb\x67\xb9\xab\x42\x9f\x65\xed\x97\x8d\x59\xa6\x14\x56\x36\x28\xa3\xa9\x45\x50\x86\x46\x74\xa4\xb4\xcc\xec\xb3\xbb\x38\xc7\xe4\x2d\x0f\x10\x35\xb9\xfc\x3c\x63\x84\x94\x98\xca\xe3\x3d\xa2\x18\x5c\x60\x92\x2f\x3f\x2f\x80\x67\x73\xbf\x56\x67\x70\x3c\xb6\x2a\x2c\xf2\xb2\x95\x54\x67\x70\x3c\xec\x2b\x2e\x60\x81\x0e\xe0\xbb\xc2\x06\xc6\xd0\xee\x5d\x61\x70\x27\x96\xfa\xae\xce\x9f\x28\xf8\x57\x18\xd8\x3b\x8f\xea\x0a\x37\x19\xfa\xc4\xee\x0a\x13\x19\x11\x15\x77\x85\x01\x5e\x09\x41\x37\x50\x62\x82\x32\x70\x6e\xc0\xc4\x64\x7a\xc5\x6e\xc0\xc4\x44\xe3\x51\x5e\x93\xf7\x88\x2d\x26\xaf\x31\xeb\x05\x90\x85\xe6\x00\x3c\xcb\x78\xf6\x57\x17\xd1\x34\x07\xf0\xac\xa1\x9b\xec\xae\xb9\xe0\x7d\xf6\x10\x56\xba\x40\xa7\xea\xed\x40\x34\xcc\x79\xbb\x6b\x7e\x87\xc0\x49\xcb\x13\x35\x70\x08\x9e\x71\x3d\x66\xfd\xb1\xf1\x02\xc7\x50\x02\x9e\xd9\x65\x98\xe9\x8c\x27\x63\x85\x5e\xab\xf0\xfe\x57\xc1\x34\x19\xe0\xbe\x01\x55\x93\x99\xae\x62\xd7\xea\x43\x62\x8f\x2b\x86\x14\x54\x0e\x41\x5a\xab\x0c\x93\x9a\xfd\x29\xe5\xf2\x06\x6e\x4d\x50\x5a\xc5\x5d\xe1\x01\x40\x54\xc5\x5d\x11\x24\x50\x2f\x3d\xa3\x75\x9e\x71\x15\x11\x8d\x74\x4d\xda\xc0\xae\xc9\x55\x2b\x0c\xce\x43\x14\xc5\x0d\xac\x9a\x5c\xb5\x80\x88\x48\x24\x6a\xe2\xae\xe6\x14\x20\x22\x44\x3c\x34\x61\x13\x77\x1d\x9e\xf1\x5c\x54\x08\x07\x01\x06\xdc\x6f\xa0\xd9\x44\xe2\x26\x6e\xa0\xd9\xe4\x2a\x12\x00\x67\x32\x32\xd3\x0a\x1d\x18\x3d\x99\x77\x85\xc3\x80\x91\x97\x56\x48\x83\x44\xe0\xdf\xf5\x5c\x4e\xa3\x84\xfc\x8a\xcb\x69\xa0\xb7\xd7\x06\x1c\x4e\x94\x90\x0f\x38\x9c\xa0\xd4\x85\xbb\x4e\x8c\x39\xb1\x45\x38\x0c\x10\x29\x71\x57\x04\x2a\x54\x91\xdc\xba\xf1\xac\x72\x9c\x49\x49\x43\x46\xd8\xa3\xec\x6b\xd5\x99\x5f\xd2\x1c\x20\xe8\xda\x44\xd4\xf0\x30\x08\x32\x10\x56\x44\x5d\x9b\x88\x1a\x16\x3b\xe3\xa1\x55\x21\x2e\x56\x11\x31\x0c\x76\x04\x3b\xdc\x15\xcc\xd0\x28\x5c\x39\x44\x0e\xd3\x14\xec\xfa\xf8\xf7\x9c\x34\x78\x24\x04\x59\x00\x2b\x1c\x0e\x74\x11\x01\x26\x4e\x24\x00\xd5\x6e\xf0\x27\x90\x3d\xaf\x81\x39\xd2\xe5\x6c\x03\xe3\x26\x04\x7a\x69\xec\x06\x87\x01\xa3\x38\xd4\xc0\x0c\xe9\x63\xb6\x5b\xc0\xb2\x93\xd0\x1b\x98\x21\x11\xa7\x76\x8b\xbe\xac\x3c\x40\x5a\xc4\xb2\x56\x3d\xfb\xb2\xf2\x40\x69\x60\x8f\x44\x1e\xd8\x0d\xf6\x39\x02\x1e\xee\x06\x4c\x2d\x65\x9d\xdb\xcd\xb9\x21\x4f\xe9\x06\x01\x8c\xa0\x69\xbb\x41\x00\xd3\x4d\xa9\x1d\x66\x96\x2b\xf7\x5a\x73\x66\x26\xcb\xac\x03\xe1\xe8\xe6\xd4\xe0\x72\x10\x64\x99\x6d\x70\x39\xa0\xa3\xdc\x6e\x87\x77\x65\x66\x5f\xd8\x0d\x16\x40\x3a\xca\xed\x56\xbc\x45\x4e\x22\x74\x59\x46\x6e\xd1\x60\x21\x0c\x32\x6a\x3a\x54\x0e\xb3\xec\xee\xe6\x12\x9d\x6c\x90\x0d\x11\xdd\x04\xfa\xdb\xad\x7a\xc2\x7f\x1e\x5a\xcd\xd9\x9b\xa6\x1d\x6a\xfb\x4a\x5a\x6f\xf0\xa8\x32\xcd\x3a\x4c\x84\x44\xfe\xdb\xad\x62\x48\xdc\xbe\x0d\xf2\x1a\xc1\xb3\x76\x43\xe0\x83\x8c\x9c\xcd\xd9\x25\x8f\xa0\xd6\x7c\x48\x6a\x10\x0e\x06\xcc\x28\xb1\x81\xce\x13\x94\x4c\x6d\x03\x9e\x27\x12\x4e\x6b\x37\xf8\x44\x99\x96\xb9\x7b\x05\xec\xb1\xb3\x4c\xd3\x73\x43\x39\x47\x00\x87\x82\x20\x63\x52\x43\x60\x95\xcc\xaa\x0d\x39\x26\x08\x46\xf7\x00\xc2\x20\x74\x62\xa2\x3c\xe6\x19\x9f\x78\x46\x3c\x06\x85\xb1\x90\xc7\x1f\x73\xb0\x4c\x46\xd2\x3f\xe6\x79\x11\x68\x04\x7c\xcc\x53\xb6\x31\xe2\xe5\x31\xd8\xd4\x32\x55\xf7\x0f\x90\x11\x42\xef\x45\xcd\xf6\xef\x8f\xff\xff\xa3\xe7\x31\xa8\x9c\x33\x31\x21\x1f\x83\xc9\xbd\xa7\x9f\x4e\x4e\x4f\xf4\xa5\x4e\x7a\xa6\xac\xa6\x37\x90\xfa\x87\xb7\xa2\x07\x68\x0c\xa1\xda\xa7\x31\x79\x00\xc7\x10\x1a\x9d\x29\x1e\x73\x58\x61\xea\x40\x1e\x00\x32\x84\xd6\x93\xde\x70\xa0\x65\x63\xb3\x01\x93\x45\x7f\xdc\xc7\x80\xf6\x59\xe9\x16\xf7\x18\x54\xdd\x95\x1e\xde\x8f\x79\x5a\x08\x5e\x7d\x1e\xc0\x3c\x84\x4a\x90\xb5\xc7\x1c\xcb\x9c\x46\x81\x07\x40\x0f\xa1\xd3\x85\xe1\x31\x28\xb8\x7a\xfb\x69\x76\x7a\x56\x40\x75\x0c\xf3\x51\xb5\xf0\x61\x7b\xb6\x16\x35\x7b\x7b\x3a\x0c\xfd\x81\xf9\xa0\x8a\xe8\xb1\xe8\x48\x92\x81\xfd\x40\xae\xbc\xc2\x20\xfb\xc7\xa0\x95\xaf\xd4\x7f\x3e\x16\x01\x2b\x4f\x05\xe9\x63\x1f\xd4\x72\xe6\x1f\xc8\xb2\x43\x76\xfd\x58\x04\xb2\x3c\x35\x16\x8f\x41\x73\xdf\x78\x2d\x7a\x2c\x7a\x16\xa9\xc8\x9e\x22\x5b\x7c\xe1\x41\xfe\x00\xe9\x22\x54\xba\x11\x3f\xe6\xb9\x30\x68\xb1\x7b\x5e\xac\x8b\xa6\x39\x45\x36\x8c\x9c\x7e\x7a\xea\xb9\xef\xa2\x3e\x41\xe6\xc0\x9f\x9e\x02\x39\xb5\x34\xb5\x92\x3c\xa3\x8e\x36\x02\x6e\xde\xb5\xaa\x63\xe7\xe6\x1d\x2a\x0f\xab\xc7\x1c\x2a\x3a\xff\xbc\xe1\xd8\xe1\x9d\xc3\x47\xda\x9f\xc6\x24\x4f\x8f\x01\x90\xb1\x33\xf4\xfc\x01\xb4\x46\xe8\x55\xbb\x1c\xc7\x47\x67\x1e\xb2\xc7\x20\x6d\x0b\x17\xed\xb1\xe4\xe9\x1b\x44\xfc\xc9\xf3\x45\x34\xbd\xb1\x1d\xe0\x9f\x24\x05\x81\xbb\xfd\x50\xd0\x0b\xfc\x9a\xd8\xd3\xfc\xd2\x07\x7b\x7a\x44\xee\xd0\xa9\x0d\x7b\x0c\x7e\x26\x99\xc2\xc0\x63\x39\x79\x82\x30\xbd\x81\xf9\x88\x22\x7e\x07\xca\xcf\x62\x1d\xd9\xd3\xa8\x68\x0a\x91\x6b\xbf\x11\x74\xee\xb1\xec\xf0\xc9\x97\xde\xc0\x7c\x14\xb1\x0b\x88\xee\x99\x52\xce\x63\x47\x74\x0f\xe5\x87\xeb\x65\x4f\x56\x24\x1a\x43\xc6\xfd\x9a\x8a\xde\xb8\x3d\xdd\x8e\x7a\x8a\xfd\xc2\xc0\xa1\xc7\x8a\xe7\x38\x10\x39\x20\xe3\x52\x2f\x9a\x75\xa8\x81\x25\x8e\x3d\x86\x04\x76\x8d\x19\x11\x1f\xc0\xa2\x84\x5c\x34\x38\xa4\xb0\xcb\x45\xb3\x0e\xb3\x53\x0b\x5a\x5b\xe8\x5a\x1a\x7d\xf2\x1f\x40\xa7\x84\xf6\x43\xfc\xc5\xe7\x43\xb3\x0e\x73\x7b\xbf\x34\xb8\x32\x7d\x57\xaa\x63\xeb\x7f\xf0\x31\x60\x86\xf7\x1f\x0a\xc2\x01\xaf\xb8\xc5\xc7\x90\x16\xbb\x10\x62\xe3\x31\xcf\xde\x96\xb5\x81\x90\x18\xbb\x36\xd1\x07\x64\x80\xda\x35\xfc\x8a\x6c\xa1\x3c\x11\x1f\xc0\xba\x84\x76\x89\x3b\x54\xcf\x17\xaa\xfd\x02\xc5\x4f\x49\xa6\x4f\x1a\x3a\x96\x39\xb8\xea\x89\xa3\x7e\x3e\x01\xff\x68\xe2\x96\xd0\x0d\xb5\x1f\xf6\x59\xc1\x4f\xab\x4e\xa0\xea\xe7\x4b\xa8\x7f\x3a\xc0\x90\x77\xae\x12\x31\xfb\xb1\xea\x9b\xc9\xd4\x85\xc7\x21\xd8\xf9\x87\x27\x94\x89\x3a\x27\xe0\x31\xa9\x14\x13\x8f\x41\x7d\x54\x7f\x26\x1c\x2e\x93\x85\xa7\xff\x03\x4c\x9b\xd0\xaa\xd6\xa8\x39\xb3\xad\xe4\x36\xf0\x6c\xa8\x5d\xa7\x40\x6b\x9e\xde\x95\x3d\x6d\x9e\x22\xf4\xa7\x1f\xe6\x04\xa8\x37\xc0\x6c\xaf\x9f\x3f\xc0\x5c\xa2\xa8\xa9\x79\xb2\x09\x4d\x78\x73\xe2\xb9\xf4\xc6\xed\x07\xba\x06\xe7\xcc\x56\x27\xda\x9b\xca\x53\xad\xc0\x7c\x90\x4d\xeb\x8c\x0b\x6a\x49\x3a\xc0\x7a\xf2\x04\x72\xa4\xb7\xfe\x66\xa4\x62\xb3\x48\x11\xd6\x2e\x1d\x2d\xd0\xb8\xf5\x22\x56\xfa\xa2\x3b\x67\xb5\xe2\x92\x4b\xe0\x14\x76\xc7\x4f\x16\x07\x87\x92\x4e\xd7\xf2\xc7\x3a\x36\x93\x69\x4e\xbb\x6f\x26\x71\x9b\xbe\x1d\xb0\x5c\x7f\xdc\x9e\xd8\x51\x9f\x60\x33\x15\xb5\x02\x8c\xfb\x52\x24\x03\x18\x0e\xe3\x26\x49\x0e\x4e\x26\x35\x8b\xd9\x1a\x0e\x9f\x22\x3e\x00\x2f\x93\xda\x24\xf1\x98\xcf\x87\x8e\x7c\xf3\x34\x2f\x99\xf3\x01\x13\x71\xa3\x27\xcf\x63\xf6\x62\xb3\xab\x15\xf3\x64\x17\x9c\x31\x73\x74\xf6\xa6\x3f\x26\x0e\x8e\xac\x56\xb0\x99\x8a\x58\x3a\xb2\x07\xe5\xa2\x33\x0f\x77\xfd\xdc\x7e\xde\x78\x3c\xb9\x17\xdf\xf0\x9c\x1d\xd4\x89\x3d\x86\xf4\x6b\xbf\x3b\x6a\x38\x7d\x68\xe5\xde\x6c\x8d\x3a\xe2\xa0\xba\x2c\x55\x73\xea\x29\xd8\x82\xe4\x3b\x18\x88\x5a\x94\x50\x30\x5c\x58\xd3\xda\x7a\x8a\xd8\x1f\xe1\x04\x10\xb9\x99\x98\x9d\x8f\xc1\x48\xfe\xcb\x17\x07\xe8\x23\x26\x35\xbb\xbc\x63\x6a\xc5\x53\x75\xfd\x74\xfd\xf6\x95\x53\x2b\xe0\x1f\x59\xdb\x14\xfe\x39\xca\x65\xfb\xd8\x0c\x8e\xd3\xce\x66\xe1\x4f\xd8\x8b\x66\x0c\xc6\xf6\x5e\xb5\x5f\xa6\x43\xaf\x8b\x73\x4e\x67\xb6\x4d\x75\x54\x17\x1b\xd8\x31\xe4\x65\xea\xf4\xce\x7f\x80\xe3\x14\x83\xe9\x2e\x80\xcc\x4c\x25\x8b\x1c\xa0\x15\x51\x00\xf1\x63\xf0\x42\xcc\xb9\x6a\x2c\xcb\x67\x4c\xfd\xd8\x9e\xc7\x55\x75\x60\xbf\xfc\xc8\xff\xf0\x6b\xfe\x3d\xaf\x96\x67\x7b\x93\xf0\xba\x3c\xa3\x96\x4e\x23\xd8\xee\x5a\xd3\x26\x5c\x2e\xcc\xeb\x64\x85\xf1\xae\x77\x51\xa1\xe7\x6f\xed\x3a\x16\x96\xf3\x8f\x9f\x4a\xc1\x4f\x8b\x76\x14\xb2\xe8\x15\x93\x6c\xb6\x0c\xec\x53\x2c\x67\xb9\xf0\xfa\xd3\xf5\xe9\x89\x00\x39\x1f\x9e\x69\xaf\x15\x7d\x02\xfa\xe8\x92\x34\xe0\x77\xd9\x2e\x89\x62\xcb\x85\x13\x71\x7e\x38\x5e\x02\x67\xfc\x2f\x07\xd8\x0e\x7e\x0a\xb0\x4f\xf0\xec\x2e\x45\x2b\xb0\x31\x59\x45\x9c\xc2\x73\x1f\x67\x4d\xe7\xf6\x64\xb7\x92\x4b\xf6\x9b\x60\x51\x9f\x34\xcf\xe3\xc0\xe9\xdc\x2e\xe9\x4b\xa4\xda\x20\x9e\x22\x22\xde\x7e\xf8\x5c\x1a\xd7\xfc\x1f\x32\x05\x92\xe5\xf4\x9f\xfb\xc4\x76\xe6\x22\xf9\x79\x3b\x73\xd1\xa2\x79\x5a\xdd\x20\x6a\xba\x3d\x35\xa8\xa4\x30\x4f\xac\x6b\x62\x61\x70\xcc\xa8\x97\xa4\xc1\x3b\x79\xf6\x49\xf6\xd4\xd3\x15\x36\xb1\xe3\xfb\x4d\x21\xa7\x3a\x9c\xd9\x8a\xeb\xdd\x7e\xf3\xd1\x39\x71\x7b\xa2\x1c\xf1\x34\xcf\xa4\x91\x44\x80\x37\x98\xed\x0f\x8f\xbf\x5d\x72\xf9\xe9\x98\xa7\x69\xd4\x32\x20\xdb\x4f\xfe\x61\x2e\xb7\xdf\x04\x45\x6f\xf7\x9b\x09\x90\x6f\x3c\x7e\x33\xd6\x96\x7d\x5c\xb2\xd5\xce\x80\xd6\xae\x37\x1d\xe8\x48\x30\xd6\xbb\x0e\x74\x04\x12\x15\x13\xa7\x78\xfc\x66\xac\xa3\xe5\x79\x6f\x82\x9c\xb1\xc7\x93\xbe\x89\xcc\x3d\x11\x51\xf8\xa9\xc3\xfc\xfa\xa0\x4f\x40\x1f\xf4\x42\x7c\x0c\xe1\x48\xb5\xe8\x40\x7f\x3c\x99\x8d\x98\xcb\xe3\x37\x41\x5d\x1f\x1e\x17\xd6\xc4\xb0\x11\x11\x29\x4b\xde\x03\xf0\xb5\x20\x8b\xf1\x33\xae\x37\xf1\x72\xe7\x1f\xd8\x2f\x92\x67\x06\xd4\x2a\x8d\x98\x26\xcf\xf0\xf4\xb4\x84\xff\x7c\xc6\xf5\x6a\x0a\x32\xff\x80\x64\x4b\x2b\xcc\x33\xae\x77\xbf\xe8\x0f\xa7\x0f\x4e\xd0\xb8\x5c\xd2\x8f\xaa\x63\x78\x6a\x23\x35\x3b\xfd\x32\xcd\x3f\xa2\x8b\x62\xbc\x1c\x0c\xdc\x7b\xbb\x24\x8d\xc7\x55\x79\x4c\xa3\xfe\x78\x24\x5e\xa4\x5f\xd8\xf3\x80\xf8\x03\x6d\x76\x0f\x12\x4f\x87\x28\xe1\xf5\x01\xad\x87\xcf\x6a\x17\x1e\x44\x55\x04\x66\x0c\x8c\xd7\xb5\x1d\x30\xef\xd5\x25\xc4\x2b\xe0\xca\x1e\xbf\x23\x2e\x5e\xc5\x21\xfe\x32\x3f\x31\xc7\x40\xfb\x62\x3d\x62\x08\xe7\xb2\x14\x89\xdd\x10\x43\x84\x83\x08\xc1\x18\x62\x70\x73\x27\xd1\x18\x62\x00\x82\x79\x24\xfc\x42\x0c\x4f\xf1\x66\xdf\x53\x20\xc6\x3c\x1d\xe9\xef\xe5\x52\x31\xe6\xdb\x2b\x7d\x8f\x96\x18\x71\x13\x3c\x7f\xbc\x3d\x8d\xab\xbe\x7f\xbc\x3d\x8d\xf7\x8b\x16\xf8\xb2\x9c\x98\xae\xe7\xad\xe3\xed\x69\x42\x02\xb9\x48\xd8\x84\x98\x60\x20\x3b\x7f\xbc\x3d\x4d\x03\x8a\xf8\xf8\x85\x38\xc4\x1c\x1f\x40\x4c\x7e\x48\x08\x31\x27\xc7\x70\xfc\xa0\x0f\x62\xee\x8f\x37\xfb\x2e\x76\xcc\xa0\xd3\xf3\x47\xfa\xfe\x08\xd1\xff\x78\x7b\x5a\xae\x77\x0a\x5f\xc5\x6f\x2c\x29\xdd\xfe\x47\xfd\xfe\x98\xef\x1b\xed\xfb\xe3\x79\xdf\x78\x7b\x5a\x00\x84\x7c\xfe\x30\xfe\xe1\x2b\xf7\x8a\xea\xb1\x38\x74\x2f\x71\x0b\x62\xc1\xb5\x23\x12\xa8\x20\x96\x69\xbe\x2e\xef\xbd\x37\x16\x44\xc6\x47\x40\x11\xfc\x1e\x60\xb1\xfe\x7f\xcf\xaf\x58\xaf\xf2\x7e\xfd\x8e\xa2\x96\xf1\x7e\xfd\x8e\xa2\x3a\x72\x37\x91\x0b\x62\x0b\x5f\xfd\xef\x28\x9a\x1b\x5d\xe3\x17\x6a\x10\x5b\x8d\x3e\xf0\xf7\xc8\x8b\x6d\x14\x9f\xcd\x97\x51\xc4\x36\x2f\x1f\xf8\xcb\x7c\x63\x5b\xb7\xd7\xf1\x1e\x46\xb1\xdd\x0e\xeb\xf7\x85\x0b\xc4\x86\x58\xe8\xf3\xc7\xdb\xd3\x9e\x0e\x17\x3c\x7f\xbc\x3d\xed\xee\xe1\x43\xcc\x82\xd8\x01\xa0\x71\xfe\xe8\xdf\x1f\xe3\xed\xc7\xdb\x53\x43\xea\xdd\x18\xbf\x90\x80\x68\xe1\x76\xea\x7a\x79\x6d\x34\xb8\x05\x45\x02\x19\x44\x2b\x97\x53\xd7\xab\x2f\x8d\xd6\x5f\xfa\x7b\x59\x7c\x1c\x70\x19\x3f\x7f\xbc\x3d\x1d\xee\x9a\x14\xf3\x2b\x93\xc7\x01\x7b\x64\x24\xda\x40\xf4\x94\xda\xe7\x8f\xb7\xa7\xab\xed\xb7\x1f\x6f\x4f\xef\x52\xbd\xd9\x7a\xfd\xaf\x62\xc9\xff\x33\xfe\xef\xff\xeb\x76\x36\x72\x21\x56\xf3\xfd\x89\x2b\xe4\xf7\xff\x91\xf5\xbf\x9f\xe5\xdf\x7f\x1f\x67\xba\xae\x23\xc0\x7f\x3f\x7d\xc5\xbb\x3e\x9a\x2a\x83\xc5\x86\x26\xfb\xeb\x9a\x6a\x68\x7a\xe8\x22\x4b\xd4\xd4\x74\xb6\xf7\xd9\xdd\xaf\xeb\x08\xd0\xdf\x4f\x1f\x7a\x67\x4f\xa6\x7a\x32\x3d\xd8\x89\x25\xea\x07\xe4\x5a\x65\xef\xb9\x10\xaf\xf7\xfe\xdc\x4e\x18\xc6\xd6\x0e\x09\xbf\x3f\x9d\x68\xe8\xe1\x78\x21\xc8\xed\xfb\xf9\x38\x52\xe8\xcb\x9c\xaf\x10\xd9\x93\xe0\xdc\x8f\xe7\xf8\x15\x52\x60\x19\xa0\x2e\x14\xb8\x7b\x85\xc4\xbe\x20\x80\x2c\x2a\xc8\xf6\x0a\xd9\x54\x36\xbd\x8c\x75\xe6\x5b\x65\xde\x97\x4f\xa9\x78\x21\x09\xf9\xf7\xd3\xdb\xfb\x44\xd6\x0b\x31\x62\xdf\x4f\xef\xe7\x77\x11\xb9\x10\xfe\xf5\xfd\xdc\x5e\xf6\xcd\x59\xd4\xbc\x44\xc8\x7e\x81\x9e\x10\x57\x32\x8e\x2f\xf9\xae\xa1\x63\xc8\x95\xce\xfd\xf0\xfb\x09\xb2\xa4\x29\xfe\x4a\x53\xdf\xad\xb7\xec\xab\x13\xee\xa7\xef\x4f\x1f\x1f\xcd\x66\x01\xc7\xdc\xfb\x13\x52\x84\x80\x8a\xe2\x75\x7d\x63\x8f\xd7\xeb\xe2\xca\x12\x53\x89\x9b\x7c\xbe\x92\xa0\x6f\x60\x59\xf8\x64\x81\x88\xb0\xe7\xef\xe7\x91\x02\x22\xdb\x09\x4b\x25\x1b\xe7\xf2\x57\xc2\xed\x14\x2f\x68\xee\x23\xdb\x39\xbc\xee\xfb\x79\x8e\xee\xc8\xbe\x25\xf5\x00\xda\xed\xc4\x76\x72\x63\x09\x34\xb0\xc1\x34\xd6\x96\x59\xd6\xde\x32\xb6\xd5\x1e\x96\x75\x2f\xfb\xae\x60\x11\x44\xf1\xfd\x84\x3d\x90\x0e\x01\x11\x09\xe7\xbf\x9f\xb7\x97\x7d\xbd\x44\xfc\xe1\xf7\xd3\xeb\xfc\x54\xcc\x11\xa1\x81\xdf\x4f\x2f\xcb\x2c\x33\x95\x41\xb1\xf1\x49\x96\x31\x6a\xb5\x90\x39\x3c\x28\xc7\x51\x44\x0c\xd9\xf7\xb3\x7b\x59\xfb\xca\xce\x94\x7f\x3f\xbd\x97\xdf\x45\x37\x22\xa5\xf7\xf7\x73\x79\x19\xbf\x4b\x9c\x31\xc4\x6b\x85\x40\xe3\x6b\x8c\x69\xa9\x6c\x7b\x19\xbf\xab\xfa\x0e\xba\xd2\xef\xd6\x18\x23\xf7\x53\x8c\xd0\x91\x06\x5a\xd8\x62\xac\x43\x65\xd3\xcb\xd8\xcb\xae\x91\x77\x1f\x79\xe7\xc8\xbb\xea\xec\x6f\x9d\x5f\x4f\x52\x24\x15\x27\x18\x68\xbe\x1b\x58\xcc\x5a\x1d\xcf\x05\x18\xa8\x60\x8a\x85\x3b\x26\x96\x77\x9e\xbf\xeb\x4f\x84\x63\xe6\xfb\x33\x7b\x2f\x3f\x5d\x56\x2c\xdc\xbd\xd1\x53\x9c\x45\x66\xaa\x88\x85\x3c\x3b\x16\xf0\xec\x48\xc3\x47\x2c\xe4\xcb\x11\xa9\xcd\x4e\x59\x64\x99\xda\x83\x0a\x22\x32\xbb\x42\x84\xdb\xda\xf7\x33\x78\x59\x65\x99\xea\x5c\xde\x97\xef\x64\x89\x65\xdd\x2c\xdb\xfe\xdd\x77\xdd\x3d\x72\xcb\x57\x56\x21\xfc\x2b\xd5\x4a\xac\xd7\xad\xb2\xc7\xcb\xbe\x3a\xab\xe6\xb3\x56\xaf\xf3\x53\x93\xc6\x5a\x93\xca\x8a\x97\xb1\xce\xda\x54\x36\xbc\xcc\x58\xb6\x54\x86\xb1\xd3\xbd\x33\xb6\xc6\xf1\xc1\x06\x1e\x02\xdd\x7a\xe2\x9d\x48\x49\x77\x72\xab\xc2\x5b\xf2\x24\xf6\xe4\x81\x19\xcc\x18\x39\x15\x1f\xed\xe5\xc7\x4d\x0f\xf5\xbb\x5c\xc5\x67\xb0\x97\x80\xf8\x08\x9d\x41\x3a\xf1\x19\xe4\x1d\x80\xf3\x08\x9d\x9e\x28\xf1\x99\x5d\x65\x6e\x21\x23\x3f\x7a\xa6\xbe\x73\xf0\xe0\xf8\xd9\x3e\x22\x50\x3a\xbe\x9f\xaf\xb2\xb7\xb1\x8c\xbb\xf9\xc1\xea\x29\x59\x4e\xba\xae\xef\x8c\x48\x60\xed\x41\xf9\xb2\xd3\x75\x75\x96\xc1\xaa\xfc\xed\x85\x74\x85\xac\x12\xd7\x10\xb0\xa4\xaa\x64\x79\x7d\xe9\x2b\x8b\x37\xcb\x70\x5f\x8b\xcc\x35\x9d\xae\xac\x7e\x20\xe2\x27\x56\x63\x1f\x6d\xab\xec\x76\x04\xe9\xfa\x95\x0d\x7d\xf7\xbc\x65\x5f\x5f\x24\x17\xa4\x00\x1b\xcd\xb7\x7f\x52\x20\xbf\x49\x01\x5a\x6c\xa5\xd7\x49\x91\x7b\x39\xbd\xbc\x8f\xab\x93\x62\x61\x8d\xf1\xa5\xa1\x8f\x0b\xa7\x38\x55\x36\xbd\xec\x3b\xc1\x13\x82\xa2\xbe\x9f\x19\xed\x7d\xbc\x23\x21\xab\xf4\xfb\x13\x5a\xb5\x48\xea\x4b\x69\x3d\x2c\x83\x2e\x2c\x52\x33\x95\x90\x70\xf9\xfb\xe9\x27\xe4\x77\x92\xa4\xba\x3e\xaa\x4d\xc8\x4e\x16\x3a\xcd\x55\x69\x4d\xce\xe6\x82\xe4\xa6\x6c\x39\x79\xed\xaf\xbd\x0c\x04\xc7\xd0\x2d\x7f\x09\x46\x5d\xa4\xfd\xdf\xa4\xdc\x7c\x73\xda\xf2\x0d\xc5\x42\xa6\x82\x23\xdf\x3c\x6a\xf2\xed\x4e\x10\x74\x89\xcc\x37\x49\x29\x03\x27\x2d\x08\xf2\x35\xdf\x14\x0f\x32\x30\xd1\x82\xe0\x57\xf3\x9d\xd4\x1e\x4c\xda\x9d\x47\x5b\xbe\x93\xbe\x4b\xef\x77\xf5\x2b\xcb\x91\x65\x30\xec\x0a\x35\x34\xdf\x79\xab\x0c\xea\x13\x22\x7a\xe6\xbb\xa8\xce\xe2\x75\x7e\xc7\x5e\xbe\x8b\xbe\x2b\xef\x77\xac\xb3\x6a\x7c\x60\x65\x9d\x16\xb6\x7c\xd7\x5b\x65\x8f\x97\x71\x0c\x64\x57\xf9\x76\x7b\x17\xd1\x2f\xf3\xdd\x86\xca\xb6\x7f\xc7\x39\xeb\x93\x65\x30\xe1\x08\x45\x32\xdf\xa6\x39\x83\xe1\x45\x88\x8e\x19\x20\x65\xdf\x4f\xf7\x95\xe9\x1c\x1f\x37\x59\x06\x36\x59\x10\x72\x62\xbe\x87\xbe\x1b\xbe\x7e\xc6\x3a\x87\xfa\x32\xdc\xf2\x6a\xec\xe7\x4c\x2c\x73\x15\x3e\xfd\xb0\xf2\xbd\xd4\x4f\x1c\x53\x52\x74\xe5\x7b\x69\xec\xd0\x39\x67\x2a\xb0\xf2\xbd\xd5\x17\x28\x61\x05\x0a\x98\xef\x5b\xed\xdd\x6e\x21\x08\x6c\xef\xd1\x5c\x3f\x6e\x5b\xfc\x84\xca\xfc\x50\xac\xcd\x8f\xd3\x2e\x1d\x15\xf3\x73\x71\xdd\x9f\xe0\xfd\xfc\x98\x67\x7e\x28\xee\xe4\x27\xb9\xb2\x8e\x34\xff\x64\xb6\xf7\x64\x37\xc5\x64\xb6\x27\x1a\x7c\x8a\xd7\xf9\x59\xfe\xf2\x43\xc1\x32\x3f\xc5\xe7\xec\x3b\xfa\xf2\x53\x54\x27\x8c\xeb\xc6\x74\x9e\xf9\x29\x1a\x03\x0e\x2a\x41\x5a\xe5\xa7\xfc\xb4\xf7\xf8\x77\x2c\xab\x64\x07\x0f\x4c\xbd\x39\x15\x8e\xbd\x75\x95\x99\x7f\xa7\xb2\xa9\xb2\x8d\xb2\x4f\x38\xce\x4f\xbb\x55\xf6\xb8\x3b\x0b\xdb\xeb\x1a\x1f\xd8\xa4\x60\xa8\xf2\xd3\x87\xca\x7c\x1d\x1a\xeb\x1c\xaa\x73\x78\x9d\xa4\xa5\x67\x16\x96\xc1\x10\x94\xa9\x88\xce\xcf\x22\x2f\x00\x0a\x56\x10\xbc\x50\xc6\x29\xfa\xfd\x1c\x5e\xc6\x75\x58\x5a\xdb\xe5\xe3\x13\x4d\x2c\xcd\x19\x58\xb6\x31\xb3\x61\x7e\xb6\xc6\xe7\x96\x07\xe2\xf0\xe4\x67\x6b\x3e\xb7\xcf\x67\xe2\xbc\x88\x2d\x3f\xb7\xd3\x84\x71\x5e\x6e\x8d\xfd\xf6\xb1\x7f\x34\x51\x70\x6a\x7f\x3f\xb1\x6f\x69\x47\x2c\x57\x48\x2a\xf3\x6c\xb6\x9f\x76\xb9\xe0\x2e\xf6\xfd\x1c\xfe\x5d\x66\xd9\xad\xb2\xc7\xcb\xda\x57\x16\x55\x67\x7c\x2d\x2b\x17\xcb\xaa\xca\xba\x97\x45\x96\x0d\x95\x6d\x2f\x2b\x5f\x19\x2f\x68\xc5\x2f\x68\x42\xf6\x28\x17\x79\x72\xb9\x8a\xcf\x59\xe1\xd8\x79\x79\x2b\x00\x5d\x0a\xc2\xdf\x28\x97\xe9\x3b\xf3\x3a\x33\xc7\x60\xea\x0b\x6c\xc0\x46\xd1\xba\x48\x10\x29\x10\x44\x4e\x19\xe7\x65\x2c\x96\x0d\x1f\x43\x66\x7b\x14\xe5\x8b\xab\x5f\x84\x32\x51\xae\xa5\xb9\x76\x3a\xa3\x1b\x51\xb9\x76\x61\xd9\xf6\x31\x7c\x67\x47\xd1\x25\xbd\x04\x3f\x6f\x09\x8c\x50\x02\xaf\x7d\x25\xe0\x3a\x62\x4c\x90\x55\x82\xd6\x1d\x9a\xae\x53\xd6\x58\xd6\x54\x86\x24\xad\xcc\x52\x58\x00\xe7\xf3\xfd\x5c\x5e\xc6\x3a\x23\xe7\x3a\xc0\x55\xce\x98\x50\xaa\x04\x9e\xc5\x25\x78\x16\x5e\x86\x3b\x95\x90\x35\x86\xec\x63\xf8\xf6\x5f\x09\x59\xfd\x7c\xd7\xbd\xb3\xce\x3c\x55\x86\x73\x85\xf1\xe5\x05\x37\xee\xef\x67\xf3\xf6\xfa\x57\x56\x35\xbe\xea\x9e\x73\x17\xe7\xac\x71\xae\xc3\xeb\x4e\x12\x38\xf6\xa1\xf9\x1c\x9e\x59\x39\xb1\xbd\xa9\x31\xc0\x58\x6d\x04\xfb\x2b\x81\xd7\xb4\x12\xa6\xdb\x58\x23\xcb\x96\xc6\xb0\xdc\xd8\x97\x38\x9f\x9b\xb4\x14\xdc\xee\x47\xdf\xaa\x12\x1e\xb5\xf7\xb8\xc1\x93\x74\x1d\x1e\xcd\xd9\x9b\x01\x3a\xab\x4c\xeb\xf0\xb8\xf3\xc7\x27\xba\x16\xe0\xcb\x7c\x3f\x7d\xec\x9f\x0c\x56\xa2\xd6\x16\x98\x2e\x41\x31\x79\x25\x6a\x4f\x43\x2b\x10\x8c\xb9\x6a\x4a\xe4\x45\xba\xc4\x38\xfe\x0f\x63\x66\x89\x14\xcc\x0b\x70\x60\xce\x77\xac\x33\xa9\x4e\x5c\xc5\x14\x2f\x57\x62\x26\x0d\xc6\xec\x73\xf6\x9d\x01\x25\x16\xf2\xa5\xe8\xe7\x18\x93\xdc\x95\x58\xd5\x97\xea\x7d\xf9\xce\x87\x02\x0d\xc0\xf7\xd3\xbd\x86\x3e\x3e\x5f\xa2\xa9\x9f\x2e\x2f\x15\x0b\x7f\x12\x87\x4b\x34\x55\xeb\xf9\x8e\x99\x93\xae\x44\x7b\x58\x36\xdc\x28\x67\x9c\x36\x6a\x04\x0a\xe0\x50\x7e\x1c\x4c\x4a\x1c\x1a\xc6\xf0\xa9\x31\x4e\xa9\xd8\x8f\xc3\xa2\x18\x0d\x8e\x25\x8a\x8d\x44\x67\x23\x84\x26\x2b\xd2\x3b\x96\xe8\x22\x13\x6f\x3b\x05\x8a\xc8\xef\xe7\xeb\x57\xca\x7e\xde\x24\xc3\x88\x23\x49\x69\xa6\x4a\xbc\xa3\xca\xb2\x7f\xc7\x29\x7d\xb4\x84\x8f\x5b\x7d\xbf\x1b\x4d\x89\x8f\x96\xf0\x79\x5d\xab\xbe\x31\x24\xb1\xbb\xe4\x2c\x8d\x99\x6d\x0a\xb0\x3b\xde\x9f\x70\x87\xce\x74\x10\x2e\x40\xed\xf8\x7e\x36\x2f\xfb\xd6\x21\x45\xd5\x09\x2f\x61\x39\xa5\x97\x94\x38\x76\x18\x93\x82\x11\x4d\xb2\xa4\xa4\xf6\x9c\x6d\xf1\x16\x58\x92\xd8\x56\xca\x3e\xf6\xcc\xef\x74\x94\x25\x77\xee\x24\x70\x56\x49\xbc\x59\x96\xe4\xee\x94\xc4\xcc\x2a\xa9\xaa\xbd\xe6\xed\x7d\x22\x53\x49\x2d\xaa\x0c\xf3\xc2\xf4\x74\x25\xe9\x08\x4c\x70\xaa\xcb\x34\x31\x97\x44\xf1\xad\x24\xb8\xc2\x19\x33\xd1\x94\x24\xfa\x4c\x4e\x9f\x84\x29\x2a\x69\x68\x3e\x5d\xdc\xa7\xcb\x66\x49\x3a\xe6\x1c\x13\xc3\x68\xf5\x2d\x69\xa9\xbd\xf5\xfa\x29\xb2\x9f\x9b\x5b\x1e\xd8\x13\xa7\xec\xa3\x6b\x80\x4b\x7c\x3f\x7d\x0c\x9f\xc8\x54\xd2\x6d\x2a\xdb\x5e\xc6\xf6\x6e\x8d\x01\x56\xfd\x4c\xf7\xa7\x02\x74\x88\xef\x27\xd8\x16\x7d\xa5\x4a\xbe\xb8\x7e\x80\x7c\x38\xdf\xa9\xac\xab\x6c\x78\x99\xb1\x8c\xfb\x2f\xfb\x55\x80\xf0\x35\x25\x07\xf6\x25\x47\xf7\x10\xa4\x58\x94\x75\x3c\x66\xbf\xaa\xd2\xb7\xa7\xe4\x34\x55\xb6\xbc\xec\x9b\x97\xdc\x54\xd6\xdc\x37\x22\xb3\xce\xa1\xb2\xe1\xdf\x15\x96\x4d\x95\xc1\x63\xc9\x98\xe4\xa2\x64\x5e\xbb\x4a\xf6\x6b\x17\x51\x53\x4a\xa6\xa8\x5c\x00\x17\x70\xbe\xcb\x2c\xab\x2a\xf3\xf9\x24\x9d\x65\xad\x7b\x5e\x3e\x3e\x1e\x03\xb0\x49\x7f\x3f\xdd\xbd\x85\x74\x5d\x74\x24\x15\xd8\x19\x32\xfd\xf3\x4b\x69\xfc\xae\xe0\x0a\x61\x4c\x0c\x50\x4a\x27\xbd\x94\xee\xfd\xa4\xe8\x53\xba\xea\xec\x5e\x27\x59\x7d\xe9\xa6\x32\x5f\x5b\xd5\x69\xa4\x09\x98\xe2\x4f\x9d\xfc\x4e\xa2\x64\x31\xff\x8e\xf4\x59\x6c\xa9\xcc\xd7\x88\x7c\xbe\xd8\xad\x32\x1f\x03\xc5\x76\x69\x85\x8b\x07\x2a\x1b\x5d\x5d\x4b\xd1\x19\x50\xde\xb5\x55\x5f\x6e\x7d\xe7\x7c\x97\x88\x09\xa5\x3c\x9a\x33\xb8\x8a\x64\x3a\xda\x97\x2a\xda\xad\xe0\x9f\x46\xbf\xae\x52\x13\x79\x56\x75\xf1\x8d\x19\x80\x4a\xa5\xce\xae\x54\x38\xcd\x1b\xaf\xbf\xa5\xf2\x1a\x5b\x2a\x54\x29\x46\x7c\xf0\x52\xa9\x12\x29\xae\xdd\x35\x82\x6f\x96\xaa\xa3\xda\xb5\xbb\xc6\x6b\x73\x91\x76\xb7\xb8\x76\xd7\x08\x7e\x5d\xaa\xe9\x3b\xf3\xef\x28\x8a\x54\xd1\x75\x75\xda\x65\x54\x4a\xa9\xa2\x4f\xe4\xe1\x0f\xc6\xeb\x68\xa9\x9b\x67\x55\x85\xc7\x56\xee\x14\xfb\xea\x4d\x5a\xaa\xf0\x80\x32\x22\x22\x97\xfa\xa8\x2f\x2e\x6a\xd1\xb1\xb2\x34\xea\x5b\x4b\xbb\x7c\xce\x78\x85\x68\xe2\x3d\xcd\x79\x0f\xf5\xb4\xa5\x51\x0d\x51\xda\xe5\xe3\x23\xdf\x6d\xb4\xaf\x15\xe4\xc2\x3f\xdf\x7d\x73\xdd\x24\x86\x79\x08\xa0\xf1\xfa\x5b\x9a\xd6\xa8\xb9\x18\xcd\x90\xfa\x82\xa4\xf2\xdf\x4f\xf0\x02\xfa\x5f\x97\x26\x31\x1a\xe1\x6b\x41\x59\xd4\x4a\x6b\x2a\x83\x18\x6d\x44\x8e\x2d\x4d\x62\x34\x62\xbe\x42\x66\x92\xf1\xd2\x96\xbe\x83\xf7\x61\xa6\x5d\xbb\xb4\xad\x39\x83\x4b\x9f\x11\xe8\xb4\x34\x5e\x8d\x4b\x83\xc6\x32\x77\x9e\x2b\x4d\xfc\xa5\x81\xbf\x18\x23\xfb\x4a\xd3\x1a\xb5\x77\x8d\xc8\x0b\xba\xd6\x01\xe9\xbf\xcf\x77\x9d\x65\x45\x65\x38\xff\x3a\xf9\x4b\xd7\xf9\xd0\xfd\x7c\xe8\xdc\xef\xc8\xcb\xfd\xfe\x4c\xee\x14\xce\x73\xba\xd3\x6a\x56\x3a\x22\x6b\xb2\x7d\xee\xad\xa5\x4b\xe4\xed\xb0\x1e\x65\x86\x62\x97\x9e\x97\xca\xb0\x1f\x98\x63\xa3\xf4\xc2\xf9\x44\x4a\xeb\x90\x19\x3e\x57\x7a\xe5\x7c\xf6\xea\xc1\x2e\xdc\xef\x9d\x9a\xea\xd2\xe1\xbc\x6e\xcc\x93\x51\x7a\x57\x7b\xdd\xdb\xcb\xd7\xdf\xc4\xe1\x2e\x76\x87\x8c\xd0\x21\x33\x10\xaa\x20\xa5\xf3\xf7\xd3\x83\xe8\xc8\x46\xba\x6e\x57\x7d\x7a\x77\x28\x32\xf5\xa9\xa9\x71\x6f\x5c\x23\x8b\xe9\x12\x6b\xbb\x8b\xb5\x8c\xa3\x29\x5d\xb7\xab\xbe\x7d\x18\x14\xb5\xfa\x56\x3f\x5d\xe4\x35\xb5\x77\xf3\xe8\xec\xb7\x47\x56\xf0\x58\xed\x22\xb5\xfe\x92\x1a\x8f\xce\x2e\x52\xeb\x2e\xf2\x32\x3d\x78\x31\x6a\xbf\x8b\xc7\xd8\x65\xe3\x16\x34\x69\x61\x3c\x76\x2e\x53\x73\x5c\x4c\xb7\x32\x0f\x4e\xb3\xcc\x5b\x92\x69\xcb\x7b\x48\x59\x36\x1e\xc7\x88\x20\xfb\x7e\xde\x5e\xf6\xad\x83\x49\x3c\xf5\x60\xa4\x4c\xbf\xc7\x62\x74\x87\x28\x1e\x20\x94\x8d\xdb\xd3\x74\xe3\x7e\x03\x7f\x18\x0f\x5b\x8c\x26\xda\xe2\xe1\x24\x99\xa9\xbc\x0b\x42\x41\xbe\x9f\x60\x77\x8c\x93\x28\x46\xf3\x6d\xf1\x80\x88\x6c\xbc\xea\x98\xc8\xd0\x5e\x32\x24\x2b\x34\xdd\xd8\x3c\xb4\xc0\x08\x4b\x58\x10\x27\xf0\xfd\x6c\x30\x32\x5f\x5c\x07\x1d\xb9\xee\x60\x6f\x59\x63\xa0\x06\xb1\xb8\x2b\xb9\x11\x4f\xaf\xc0\x43\xf9\xfb\x09\x13\x19\xdd\x99\x8b\x6d\xd5\xb9\xdd\x6f\x92\x6c\x04\x3e\xc2\xdf\x4f\x98\x99\x99\x52\xbc\x98\xe8\xd3\xdd\x80\x0b\x03\x98\x8a\xe9\x6a\xe5\xae\xb9\x4a\x08\x58\x4c\x74\xe6\x1e\xa5\x46\x44\xb5\x32\x74\x7c\xb8\x77\xa5\x11\xca\xac\x0c\xd1\x19\x12\xe8\x06\x2b\x64\x93\xc8\xa0\xfb\xfd\x84\x83\xfb\xc5\x2b\xd2\x90\x58\x3b\x20\xd6\x16\xa6\x31\x2f\x43\x57\xa4\x81\x88\x3b\x2b\x9f\xb6\xbd\x0c\x69\x6f\x06\x22\xd8\x8c\xc1\x66\x65\xe8\xd8\x81\xa3\xda\x29\xfb\x68\x62\x48\x34\x18\x2e\x1a\x30\xd2\xa4\x0c\x69\xed\x06\xb4\x76\xe5\xa2\x86\x6d\x88\xf7\x0c\x17\xb5\xe8\x00\x5e\x86\x78\x08\xf2\xb3\x9e\xb2\x6f\x3e\xc7\x22\x2d\x0d\xb8\xdd\x17\xa6\x3d\x2f\x43\x57\x6a\xe4\x59\x0d\x56\xb8\xdf\x87\xd6\x76\x40\x6c\x30\x69\x3e\x86\xd6\x6f\xf8\xfa\x11\xec\xa7\x0c\xf1\x90\x71\x7b\x5f\x28\xf2\x0e\x5d\x9b\xc7\xe3\x75\x52\x9d\x30\x2f\xce\xe7\xbc\x7c\x8d\x28\x9a\x23\xe9\xe8\xf7\xd3\xeb\xe4\xb5\x79\x6a\xae\x91\x0b\x34\x14\x3a\x18\x94\xa9\x3d\x3d\x8b\x3b\x64\xa8\x3d\x1d\x2d\x13\x47\x4b\x91\x16\x14\x49\x41\xbf\x9f\x4e\xbb\xdc\x9b\x93\x46\xfd\x82\xdc\xa0\xa1\x30\x35\x49\x41\x72\xd0\xef\x27\xf6\x18\xdd\x98\xca\x6c\xea\x67\xf3\x7e\x52\x4b\x38\x25\xee\x4f\x84\x56\x99\xd4\x25\x53\x9a\x9d\x09\xcd\x4e\xb9\x28\x9a\xcf\xae\x39\xeb\x3e\x67\xe4\x3d\xd3\xd4\x17\x7b\xcb\xbe\x75\x98\x12\x61\x26\xae\xbf\x45\x9a\xce\x39\x35\xbe\xe9\x65\x54\x97\x4c\x9a\xf5\xcb\xf4\xd8\x12\x69\x25\x27\xcd\xfa\x05\x39\x3f\x43\xa1\x1b\x54\x99\xba\x76\x4d\x5c\xad\x0a\x1d\xa1\xca\xdc\x2a\x73\xfe\x42\xb7\xa6\x32\x75\x8e\xcd\x37\x50\x20\xb1\x2f\xba\x52\x4f\x44\x04\x14\x69\x2c\x91\x14\xf4\xfb\xe9\xfd\xe4\x9e\x9e\x3a\xff\xe6\xfd\x06\xbb\xa8\x4e\xb5\x77\x3f\xff\x47\x20\x4c\x99\x8f\xe6\xf3\xf1\x79\xa1\x76\xf1\xff\x65\xec\x3b\x8e\xac\xe9\x79\x5e\x53\xf9\x43\x68\x39\x92\xda\x7c\xb9\xc8\x74\xe7\x1f\xc2\x2d\x41\x73\x80\xe7\xee\xde\xdd\xd4\xa8\x4e\xcb\xd3\x42\xe0\x92\x39\xb5\x60\x4e\x75\xf2\x82\xb4\xc5\xac\x71\x5b\x17\x00\xae\xe8\xe2\x62\xe6\xad\xad\xe7\xf6\x47\x93\x7e\x49\x2e\xa1\xe6\x67\xea\x0a\x69\x2d\xb9\xdb\xab\xdc\x39\xf0\x8e\x2d\xdd\x95\x55\xef\x3e\xfc\xe0\x79\x6d\x55\x8d\xb3\xde\x39\xfc\x20\x08\x6d\xc9\x8c\x5e\x30\xa3\x9b\x42\x61\x4b\xae\xce\xba\xc0\x26\x56\x4f\x6f\x8b\xd9\xd8\xb6\xee\xbb\xb8\xc4\x28\xf6\x52\x98\x65\x01\x3e\xd2\xf9\x3e\xbb\x2d\xb9\xf7\xeb\x3e\xc2\x4a\xd4\x01\x6b\x6a\xcd\x26\xee\xa6\xc2\x41\x4b\x21\x11\x94\x4f\x4c\x2d\xd3\x05\xdc\x5a\xcf\xfd\xdc\x67\x7d\x34\x09\x37\x21\x1d\x6d\x23\x84\xd6\x58\x11\xbd\x6d\xb9\x80\xfb\xba\x80\xd6\xd4\x36\xd5\xb6\xee\xef\x7e\x6b\xb6\x99\xc9\x6c\x1b\xe1\xae\x4e\xfe\xf6\xb6\x75\xa7\x77\xfc\x7d\xf3\xb7\x47\x9b\x59\xea\xb6\x91\xa5\xee\x0a\x85\x6d\x02\x9f\xda\xbe\x6f\xaf\xc8\xdc\xd4\xb6\x42\x99\xa8\x36\x77\xda\xd8\x9f\xee\xc3\xbe\xf7\x21\x53\x07\xec\xb7\xa9\xed\xae\x27\x23\xea\x28\x43\xf7\xfb\x13\x76\x88\x79\xff\x6f\xe6\xf0\xfe\xd4\xe5\x7d\x62\x92\x35\x7d\x05\xea\x37\x5e\x8a\x74\x45\xca\xb6\xbc\xf8\xfd\xdd\x69\xd0\x2b\x7b\x95\xf4\x79\x11\x21\x6d\x2c\x57\xda\x5e\xa9\xe3\xf7\x1e\x6d\x3e\x1b\xbe\x18\xf5\xdf\x9f\xf7\xf5\x13\x8f\xef\x2b\x4f\xe1\xb5\xfb\x4d\x26\x61\x5e\x99\x76\x2f\x1e\x1a\x77\xe3\x31\x7c\x25\xb2\x51\x8c\x2d\x75\xa2\x98\xda\xab\x88\xe5\xeb\x77\xee\x34\x09\x5f\x79\x8f\x2f\x92\xca\x4d\xd1\x9b\x57\x11\xaf\xd7\xff\x5e\x9e\x36\xb6\x69\x7e\x78\x83\xdb\x9d\xd1\xcc\x97\x68\xea\xf6\xe2\x21\xa4\x5e\xbc\xb4\x57\xa6\xdd\x7b\xaf\x0b\xab\xf6\xb5\x57\x91\x01\x60\x0e\x4e\x1b\x7f\xa7\xc8\xc0\xbb\xff\xde\xa6\xb0\x3f\x1d\xb5\x17\x47\xad\xf3\xd5\x52\x7b\xe5\xad\xbe\xf7\xb9\x96\xa2\x29\xaf\x4c\x03\x60\x15\x4e\x1b\xfb\x93\x58\xbe\xe0\x85\xee\x54\x03\xef\xab\x35\x83\xc8\xee\xae\xb1\x7c\x9a\xfb\x77\xe7\xce\xe8\xf7\x2b\x93\x02\xe5\xd7\x4e\xdb\xef\x77\x9f\x44\x2f\x0a\xa5\x25\x95\x0a\x6d\x9f\x12\x88\x1f\x12\x88\x4d\x11\x9a\x4f\x09\xc4\x2f\xdd\xf5\xa4\x8a\xf8\x94\x2c\xfa\xf2\x1d\x0b\xd5\x80\xc0\x0b\xed\x82\x17\x9a\x22\x34\x9f\x44\xe8\x77\xa3\x45\xae\x6f\x9a\x7e\x67\xf7\x77\xa6\xb6\xae\xb6\x7d\xdb\x7e\x6b\xfd\xe9\x7c\x7e\xd7\xa4\xe0\x73\xd1\xf6\xe9\x2c\xa1\xc0\xd8\x69\xe3\xef\x88\xd5\x6a\x5f\xdc\xb5\xa6\xa8\x10\x40\xa1\x7d\xd7\xa4\x50\xa4\xe5\x93\xa8\xff\xfa\x7d\xe1\x4b\x13\xe6\x53\xa6\xe8\x43\x32\xba\x11\x68\xd0\xf0\x68\xe9\xf7\xe7\x1d\x0b\x4d\x98\x4f\x6e\xf3\x77\x5f\xeb\x92\x8a\xa9\x7d\xca\x06\x7d\x48\x46\x77\xa7\x8b\x2b\xa4\x60\xbb\x48\xc1\x4e\xb2\xef\x26\x60\x43\xbb\xc0\x86\xc6\xc7\xba\xed\x93\xb9\x01\x1c\x43\xea\x4e\x77\xf4\x53\x04\xff\x82\x17\x1a\x6b\xd9\xb4\x4f\xf7\x01\x38\x86\xf3\x3b\xce\x5d\x26\xef\x05\x2f\x74\xd2\x4c\x37\xd4\xe4\xfa\xfd\xb9\x6e\xdb\xdf\x37\x4d\xf8\x43\xbb\xf8\xc3\xce\x67\x7e\x26\xe4\xb8\x5d\xe4\xb8\xde\x28\x9b\xb0\xe3\xf6\x5c\x5e\x18\x16\x5f\xb1\x87\xb8\x66\xbb\x00\x85\x46\x80\x82\x09\x9d\x68\xcf\x65\x03\xe1\x93\x51\x7b\x08\xe6\xb1\x5b\x13\xab\x33\x72\x6c\x4f\xfb\xd8\x66\x57\x2e\xfd\xcc\x4c\x43\xfd\xaa\xdf\x9f\xb8\x47\xac\x38\x62\xa8\x4c\xf5\xfb\x73\xdc\x36\x7e\xd3\x34\xbf\x7b\xae\x49\xef\x61\x8f\xa9\x3f\xbf\x44\x16\x95\xfd\x11\x5c\x63\xa8\x19\x75\xc6\xc2\x6f\xf2\xec\xda\x03\x70\x4d\x27\x1f\xb1\x3d\xa1\xfe\xe2\xaf\xbf\xf8\xb5\x75\xfd\xee\xba\x5d\x0c\xa5\xd8\xd3\x35\x96\x71\xc7\xd2\x38\x96\xa1\xb1\xdc\xf7\xec\xbf\x07\x39\x8f\x09\x2c\x61\x78\x9a\x92\x1a\x8b\x5e\xd8\x33\x35\x96\xab\xe2\xab\x71\xcd\xb6\xf6\xef\x02\x68\xc8\x6d\x6b\x0f\xcf\xa0\x3d\x57\x26\x93\x7c\xdd\x9e\xad\x71\xde\x17\xb3\x2c\x20\x61\xcf\xa7\xf3\xf2\xfd\xb5\xb1\xbf\x4f\xfd\xe1\x89\xa7\x2a\xe4\xda\x43\x57\xdc\x9e\x2b\x5b\x19\x86\xb0\xc4\x28\xa1\xa5\xe7\xde\x95\x9f\x2c\xb0\x44\x33\xcc\xd2\x35\x6b\x09\x7a\x30\x01\x30\x2c\xa5\xfb\xcd\x1f\x42\xd6\x52\x9e\x6c\x03\x80\xa6\x33\x72\x6c\x89\x66\xad\xe1\x31\xcc\xf9\xdd\x6f\xff\x12\x43\x3e\x96\x70\x76\x1b\x69\x91\x2c\x55\xf5\x77\xcd\x37\x52\xbe\x5b\x6a\x9a\x43\xfb\x7b\xed\xcc\xf9\x11\xd7\x6d\x28\xa0\x94\x3a\x99\xe0\x2d\xe9\xcc\xa7\xeb\x02\xb6\x5f\x54\xd2\x04\xce\x30\xd4\x51\x3a\x6d\x9c\x3b\x43\x45\x06\x9c\xc6\xf9\x26\xc7\x42\xa0\xa4\x25\x00\x25\x1b\x09\xc8\x2d\xb9\xd6\xf3\xda\x0c\x24\x17\xb7\x44\x33\xd3\xd2\x65\xe5\x20\x0d\xb8\xe9\x45\x85\xa5\x6b\x9a\x33\xd4\x60\xa9\x6b\x0e\x20\xab\xe8\xa4\x85\xb5\xd4\xb5\x2e\xc8\x42\x34\x82\x3a\x2c\x0d\xed\xd1\x35\xdb\x59\x98\xd2\xd2\x54\xdb\xbc\xfb\xf7\xcb\x26\x58\x5a\x5a\x17\x64\x4e\x1b\x69\xaa\x2d\x6d\xed\xed\x95\xad\x8c\xa8\x5b\xfa\xb4\x2e\xdf\x5d\xcf\xc6\xb9\x7f\x5a\x97\xef\xde\x87\x9f\x3d\x68\x7a\x17\x62\x17\x0c\xd2\xf8\x62\xca\x32\x33\x45\x96\xaf\x9b\xc0\xf0\x85\x65\xbe\x28\xb2\x9c\xee\x7a\x9a\xfd\x27\x73\xd8\xb2\xc4\x79\xbe\xe2\x9c\xcf\xd3\x2c\x17\x7d\xb6\xdc\xad\xe0\x14\x33\x9f\xf5\xd8\x1f\x8e\x84\x41\x7c\xcb\x3a\xf6\x28\xfc\x73\x7e\xf7\xdb\xc2\xac\x63\x8f\xa2\x3f\xa9\x91\xf6\xc5\x04\xf1\xb6\x0c\xe6\xa3\xce\x20\xbe\x65\x02\xfe\x0d\xe5\x7b\x4e\x1b\xfb\xa3\xd9\x60\x39\x2e\xed\x49\xe7\x38\x99\x5c\xb4\x1c\xf7\x58\xf0\x0a\x0a\x63\x62\x17\x63\xd2\xc8\x91\x65\x02\x91\xd8\x05\x91\x34\xf2\x7e\x5a\x96\x28\xcc\x57\x14\x5a\xe2\xef\x96\xd6\x13\x64\x0f\x9d\x0c\x12\x96\x75\x9c\x32\xd4\x7f\xe3\x1b\x7a\xcb\xc4\xd6\x1a\xca\xd2\x9c\xdf\x71\x9c\x4b\xfd\xad\xbf\xfe\x8c\x6d\x9a\x3b\x30\x8f\x22\x65\xb2\xbc\xb5\x47\x37\x4a\x41\x92\x4a\xcb\x34\x1b\xec\x82\x4f\x1a\xc1\x20\x96\xb7\xd6\x1a\xec\x08\x8d\x34\x8c\x96\x5f\x8d\xe5\x46\x1b\xe8\x1d\x5b\x66\xb4\xc1\xf2\x77\xe7\x4e\x35\x2e\x80\x89\x5d\x80\x89\x78\x88\xac\xf0\x09\x88\x95\xbf\x27\x20\x54\x9d\x02\x83\xd8\x05\x83\x34\xd2\x8d\x58\x21\x9e\xdc\x2e\xe0\xa3\xf3\xd1\x96\x95\xaa\xdf\x21\x32\xd0\xbb\xfa\xab\x5c\xb3\xd2\xee\x9a\x51\x4c\x16\x89\xc2\x72\x45\x21\xeb\xa3\x59\x71\x8d\xd3\xef\x38\x7f\xde\xb1\xe9\x29\x81\x95\x1b\xf1\x62\x09\x30\x43\x9d\x95\xdf\x9f\x10\x15\x24\x86\xb0\x42\x33\xd3\xca\x25\xa0\x21\xfb\x92\x95\xa1\xb1\x5c\x33\x93\xb5\x8b\x4c\xcf\x13\xac\xfc\xed\x3b\xef\x6d\xd9\x1a\xe7\x75\x91\x8c\x77\xac\x48\xe5\xa2\x98\x48\xea\x5d\x73\x78\xb5\x66\xef\x5d\x6b\xaa\xc0\x22\x91\x76\x81\x1b\x8d\x4f\x2c\xac\x32\x4a\x61\xf5\x46\x29\x8c\xf7\xb6\x32\x5b\x62\xf5\x66\x4b\x48\x2a\x6a\x95\xd8\x53\xab\xf9\x9e\x79\xce\xaf\xe6\xa5\xb6\x7b\xe6\x79\x6f\x2b\x13\x7a\x56\xcb\x9d\x03\xe5\x52\x25\xb8\xc6\x2a\x88\xa7\x9a\xff\xa2\x84\x56\x75\xdf\x2b\xd4\x47\x63\xdd\x23\xab\x43\xe3\x04\xab\x4f\x23\xdf\x87\xd5\xb1\xd5\x76\x89\x64\x78\xc7\xea\xe4\xde\xd6\x1b\xc5\x26\x95\x8d\x55\xc9\x82\x7a\x99\x60\xe8\x1e\x5a\x5d\xfa\xe6\xba\xdf\xcc\xfc\xe6\xab\x71\xde\xa8\x88\x17\xfe\x8e\x51\x11\xab\x48\x7e\x37\xe7\xb9\x6e\x5a\xcf\x86\xe7\x81\xcd\x79\xce\x1a\xb1\x7d\xd6\xca\xa5\x33\xe3\xb9\x6e\x92\xd7\xed\x9a\x29\x04\x8a\x58\xd3\x3d\x6a\xf5\xb6\xf1\x5c\x37\x46\xaa\xad\x81\x06\xe0\x79\x68\xd2\xb7\xa6\xfe\xae\x5b\xe9\xc6\x71\xca\x84\x69\xc7\x84\xc9\xcf\x43\xb3\xa1\xc9\x4c\x69\x37\xec\xc1\xea\x38\xd6\x64\x7e\xb7\x6b\x7e\xb3\xb0\x8d\x35\xd7\x58\x2e\x8b\x99\x5c\x96\xc6\xd0\x86\x81\x42\xff\xb4\xfd\xe4\x59\x0b\xf5\x77\xf9\xc0\x58\x78\xc6\x9a\x4c\x91\xf6\xc7\x9e\x15\xfc\x66\x9f\x6a\xbb\x6b\xcd\xfb\xd0\x74\x96\xda\xdf\x59\xea\x5c\x6b\x99\x22\x17\x44\xd2\xc8\xdc\x68\x8d\x8f\xd3\xac\xcd\xcb\x1d\xc9\x33\xdf\xf8\xc4\xc9\xf0\x3a\xf1\xac\x19\x7f\x27\x7d\x74\x9f\x1d\x36\xb9\x10\x6d\xea\x9b\x78\xb8\xf6\x10\x2f\x6f\x6d\x69\xee\x28\xeb\xfa\x10\x2f\x6f\x6d\x69\x9c\xa0\x13\x6a\xac\x21\x62\x4d\x67\xb0\xbd\x97\x73\x84\x7a\x0c\x5c\xf6\xbf\x3f\xfb\x6d\xe3\x9a\x49\x77\xb4\xf7\x8e\x93\xee\x61\xfb\x74\x76\xbf\xdb\xc6\x33\x61\x0c\xaf\x99\xa1\x3c\xd9\xc3\x6c\x97\x19\xc1\x4a\x06\x56\xfb\xf3\x3b\x63\x5b\x57\xdb\x7d\x50\x9a\xf5\x3b\x9e\x79\xfb\x7b\x60\x57\xd8\x1f\xc3\x2c\x66\x37\xcc\x42\x66\x1f\x33\x66\xe5\xec\x92\xe2\x3f\x4f\xd5\xef\xf4\xcd\xfc\xc7\x08\xc4\xfe\xb2\xbe\x99\xef\x5a\x53\xc7\x99\xdc\x5f\xbb\xee\x2f\xab\x48\x98\x49\xd6\xd9\xb5\xc1\x08\x30\x31\x93\xde\xb4\xab\x37\x65\xee\x0b\x20\x64\x60\xb2\x3f\x6d\xfc\x26\xb3\x4f\x76\x29\xe6\x9f\xe7\x9f\xb6\xad\x36\xdc\x77\x99\xd8\x7a\x36\x6a\x66\xf7\x0c\xd2\x75\x14\xb0\xc8\xec\xd2\x25\xf2\xd9\x9b\x09\x3c\x64\x00\x0f\x9d\xdf\x75\xb6\x69\xcd\xec\xf6\xe7\xec\x4f\xae\x87\xdd\x70\x65\x50\x3f\x98\x5c\x0f\xbb\x77\x5a\xe6\xb7\x85\xd6\xf3\xea\xe2\x63\xd3\xfe\x27\x73\xd8\x42\xdb\x1b\x77\x7b\x29\xb6\x4c\xe2\xc0\xae\x38\x08\x7a\x8f\xd6\x35\x9c\x6b\x2e\x92\x95\xc9\x4c\x5e\xb5\x5d\xaf\x5a\x66\xad\xe9\x7a\xda\xba\x5b\xe1\xfc\xdd\xd2\x37\x6f\x02\x8a\x14\x81\x66\x5b\x4b\xb3\xef\x71\x0a\xb5\xe9\x58\xa0\x32\xc5\xf3\x68\x9c\x5b\x5b\x71\x13\xdc\xac\x47\x60\xa6\xab\x6b\xef\xb8\xbf\xe3\xf1\x7d\xb5\x4d\xe0\x28\x79\xf8\xac\xc1\xc0\xc0\xfe\xfb\xf3\x92\x36\x25\x8e\x45\x9e\xfa\xc5\x63\x35\x52\xfb\x9a\xc9\x24\xb4\x6b\x12\x76\xaa\x0f\x80\xb0\x7e\x7f\x5e\xd5\xc2\x35\x73\x79\xf1\xfe\xfc\x31\xfb\xfe\x8e\x85\xcb\x9d\xf1\x7b\x75\xc9\xf7\x6f\xce\x97\xf5\x06\xca\xf6\xd4\x08\x76\x31\xcf\x9c\x83\xe7\x2b\x62\x18\xa1\x71\x46\x4f\xcd\xef\xf5\x24\xe1\xbe\xb9\x54\xae\x03\xd4\xd1\x48\xbe\x6f\xce\x24\x8c\x79\xc5\x59\x62\xc2\xd2\x9c\xa0\x0e\xbb\x18\x2f\x71\x85\x99\xb7\x7f\xda\xee\x38\x79\xcd\x5c\x51\x26\xbf\xd1\x53\xf2\xd0\x9b\xbb\x7e\xe7\xf7\x77\x3c\xbb\x60\x0e\xff\xfb\xf3\x32\x43\x92\xba\xdd\x5c\x9e\xb3\x77\xa8\xe3\xa4\x7d\x20\x8e\xd2\xbc\xdf\xf3\x42\xd5\xe9\x52\x57\x3e\xff\xbe\xc9\xdf\x4d\xad\xd9\x8d\xee\x13\x98\x62\x2e\xd3\xd5\xaf\x5b\x42\x0e\x00\x73\xb9\x25\xbe\xef\x58\x18\x19\x70\x79\xdc\x80\x9e\x9d\x36\xf6\xf7\xea\x9b\x37\x5a\xc4\x97\xfe\xe6\x7c\x9a\x61\x0e\xb7\x44\x64\x7a\x26\xbc\x99\x01\x6f\x96\x1f\x26\x6b\x2d\x88\xed\xb3\x00\xb6\xcf\x48\x48\x6a\x21\x93\x37\x2e\x1f\x37\x9f\xe0\x59\xe8\x9c\xc5\xd1\x08\xe7\x9b\x6c\xcb\x14\xcb\x71\xc9\xb0\xf9\x3c\xcf\xa2\xa8\x0d\x8c\x48\x0f\x39\x20\x2d\x98\x3c\xb5\x28\x97\x10\x90\xf7\x28\xf8\xdc\xd1\x02\xcf\x1d\x8d\x40\x18\x0b\x3e\xf3\xb1\xa8\x77\x0e\x34\x5d\x43\x6a\x20\x70\x06\xed\xa1\x79\x1a\x4d\xeb\x82\x24\xa1\xc9\xdc\x88\xae\xb6\xcb\x10\xfa\x68\xcd\x86\xe6\x30\xee\xfc\x18\x3d\x0d\xb9\x33\xc0\x9d\x25\x93\xea\x0c\x9d\xa5\x0b\x36\x33\xa9\xc7\x60\xa6\xc8\x62\xde\xfd\x63\x14\x34\x64\x62\x07\x4c\x6c\x7b\xa8\x02\x43\x51\x49\x60\xd2\x4e\x9b\xb3\x4d\xfd\xc1\x0d\xb2\x87\x91\x96\x78\xf5\xbb\xf7\xfe\x8e\x26\xaf\x00\x65\x16\x97\x3a\x4e\xfa\x21\x18\x35\xb7\x00\x5d\xd7\x93\x18\xa1\xe9\x8a\x2e\xfe\x11\xcb\x13\xf0\x61\xa0\xe3\xfe\xfd\x09\xb9\xcb\xf7\x23\xd6\xb5\x0f\x17\xe0\x65\x64\x86\xb0\xde\xf4\xbb\x76\xc7\xc2\x3b\xd6\xa5\xaa\x2f\x47\xb2\xb1\x7a\x97\x81\x6d\xf8\xf7\x27\x98\xfb\x08\xce\xb0\x2e\x53\xf9\x12\xf9\xda\x43\x77\xa6\x4b\x37\xf6\xab\x1b\x93\xbe\x29\x73\xf8\xb2\xb5\x9a\xe4\x67\x9f\x1a\xcb\x35\x5d\x93\xbe\x29\xf7\xa9\x5f\xf3\x34\x53\xc7\x75\x99\xa0\x7f\x04\x96\x64\x0a\xb0\xbe\xfe\xf9\xdd\x77\x7f\xf7\xdb\x87\x2e\xf3\x14\x0c\x89\xf9\x21\x63\xa4\x0d\x99\x68\xc0\x50\x25\x4b\xd4\x1d\x43\x77\x6c\x80\x10\xdd\xc8\x62\x63\x83\x7c\x45\x36\x2a\xf6\x28\xd3\x54\x1e\xc4\x82\xda\x40\x05\x9f\x87\xf4\xe4\x36\xc8\x57\x64\x03\xdc\xdd\x96\x68\x4a\x0e\xb9\x41\x03\x91\x5c\x4b\xd4\x1d\x43\xee\xcc\x70\xe8\x3f\x26\xd4\x6d\x04\xf7\x6f\x80\x41\xc1\x58\x4c\xcb\x86\x22\xff\x63\xdc\xf5\xa4\x5e\x19\x43\x63\x19\x77\x2c\x6a\x93\x2b\x30\xd6\x6d\xa3\x7b\x38\x64\x4f\x5c\x50\x95\xf1\xc9\x98\x0d\xd9\x13\xe3\xca\x64\x66\xd3\x6d\xca\x6c\x9f\xd7\x6c\xcf\xcc\x18\x4c\x65\x83\x66\xbe\xac\xf8\x6a\x23\xee\xdd\x66\x81\x0e\xc8\xd4\x55\x53\xe1\x20\xe0\xab\x92\x91\x59\xc2\xa6\xb2\x41\x13\x9c\xef\xc6\x77\x5f\x36\xb5\x7f\xf3\x6f\xff\xa8\xc7\xa6\xee\xd1\x6c\xb0\x97\x98\x85\xb7\xc9\x2c\xbc\x5d\x70\x94\x25\xde\xbf\xa9\xbb\x32\x61\x82\x8a\xb1\xd9\xa6\x32\x3e\xf3\xb2\x4a\x27\x66\x0c\xa6\x42\x92\x33\xee\x39\xa3\x7b\x38\xf9\x9c\xda\xe6\xf8\xfe\x3f\x72\x61\x9b\x8b\xe7\x7a\x22\xb4\x68\xf9\xe1\x1c\x14\xea\xbb\x80\x24\xcb\x89\x73\x97\x4e\x9d\x57\x0e\xe6\xd4\xfe\x9b\x39\x2c\xdc\x91\x5d\xdc\x91\x65\x9a\x06\x4b\xdb\x04\x68\x4f\x32\x3e\xe5\xb1\x25\xb5\xb3\xea\xa5\x21\xe7\x75\x59\xba\x12\x0b\x45\x62\x9e\x42\xef\x71\x29\xca\xbb\xc0\xab\xf8\xf0\x39\x84\x2d\x79\x26\xcb\x2e\xf9\x39\xd5\xea\x52\xb2\x61\x21\xd9\x60\x3a\xf6\x4b\xc9\x86\x15\x97\x74\xf5\x87\x93\xb1\x15\x4d\x6d\x77\x0e\x4c\x6e\x2c\x25\x1b\x56\xbf\xcb\x4d\x15\xb1\xf8\xe4\xc1\x16\x92\x6f\xa6\xa3\xbd\x24\xee\x16\x6a\x9e\x3f\x45\xeb\x42\x2c\x9a\x2d\x60\xd1\x4c\x47\x7b\x29\x11\xb1\x2e\x3b\x71\xa6\xb7\xb3\x96\xe6\xb0\xee\x7a\xf2\x18\x2e\x1d\x8b\x75\x8e\x45\x7e\x8a\xd6\x7a\x69\x9c\x97\x36\x98\x8c\x14\xb6\xb6\xc6\xb9\xef\x38\x29\xb6\xd6\xd6\xef\xf6\xb8\x6d\x9c\x9f\xae\xfc\x42\x61\xbb\x87\x5c\xa0\xb6\x14\xb9\x5a\x7f\x04\xb7\x74\x21\x96\x5c\x88\x8b\x81\x32\xb2\x55\xd8\x26\x8e\xd2\xf6\x73\xcf\x19\x8f\xfd\x26\xa6\xda\xf6\x5f\xdd\x0e\x1e\xfb\xad\xe4\xdb\xce\xf7\xbc\x50\xfd\xef\xc2\x75\xd9\xe5\x32\x09\x27\xb5\x85\xda\xfa\x6d\xcb\x6c\xdb\x6a\x7b\x6f\xdb\x6f\xee\x5b\xa2\x62\xb7\x3f\x1a\x66\x8e\x53\x1e\xf0\x46\xe5\xa1\xa7\xd0\xdc\xd8\xa6\xdf\xd9\x5f\xed\x91\xdf\xde\x6e\x89\x91\x7d\x55\x2e\xc1\x27\xb6\xe5\xc9\xee\xb8\x6d\x85\xbf\x53\x72\x78\x5f\x35\x50\x18\x09\xdc\x72\x47\x37\x88\x31\x1f\x96\xb3\xb2\x3d\x28\xce\xf7\xb8\x6b\xc6\x84\xd7\x9e\xea\x0f\xc4\xdc\x0f\xc1\x19\xb6\x49\x6c\x63\x1b\xee\xa8\x15\x46\xe2\xf7\xd6\x7a\x5e\xc6\x65\x3e\x01\xb2\x4d\x70\x8d\xed\xf7\x9e\x4f\x9a\x29\xfb\xd5\x58\x40\x44\x2c\xb6\x67\xdb\x72\x1d\xf7\xf7\xd7\xf6\xeb\xef\x25\x6e\xda\xde\x74\xdb\x28\xea\x5f\x62\x10\xed\xbd\xaa\x85\x6c\xe3\xf6\x2a\x0a\xf3\xe6\x7b\x26\x78\x8f\x5e\x9d\xa5\x37\xdf\x62\x1e\x1c\xe7\x2b\x13\xfb\xfd\x3b\x13\x34\x99\xde\xaa\x6f\x22\xd2\x62\xac\x2d\x61\xaf\xcc\xb7\xf7\x46\x48\xc9\xaf\x6e\xaf\x64\xdd\x7b\x29\xac\x48\xf5\x67\xaf\x5c\xc0\xcb\x6a\x63\x95\x11\x3d\x31\xd7\xd8\x65\xae\xb1\x4a\xd3\x47\x00\x2f\x7b\xf1\x24\xd5\x2a\x4d\xa6\x57\xae\xdc\x0b\x57\x4e\x8c\xe1\xf6\xca\x34\x7f\x41\x7b\xf9\x54\x26\x95\x5f\x9d\x17\x90\xca\x9c\xdf\xf1\x9b\x32\xbf\xdf\x6b\x7e\x93\x3d\xc2\x5e\x99\x6f\xef\xfa\xe3\x94\xe6\xef\x14\xbe\x78\xf7\x5f\xb9\x28\xce\x4f\x51\xc2\x17\xcc\xb9\x8f\x80\x22\xaf\x42\x06\xef\x77\xe7\x4e\xd9\xf3\xf1\x79\x97\x7d\xcf\x2d\x6d\x40\xd7\xe3\x53\x58\xe0\x02\xa7\x4c\xe0\x8c\x4f\x67\xe9\x4b\x90\x75\xac\xb6\x63\x9f\xc2\x02\x5f\xbe\xeb\x59\xd9\x9f\xc2\x02\x5f\xbe\x6b\xc6\x39\x7c\x3a\x4b\x5f\xbe\x73\xa7\x3e\xfa\xe4\xe6\x7d\xb7\xfe\x0f\x19\x29\xec\x23\xbe\xdb\x3e\xe0\xbb\xad\x32\x12\xff\xb5\xa1\xb6\xbb\x0f\xbc\x2b\x1f\xb1\xdf\x06\x52\x99\xfc\xfc\x33\x3f\x9d\xa5\xef\xef\x2c\xd1\x9d\xf9\xe4\x0a\x7c\x76\xeb\xd5\xf0\x8e\x7d\xae\x6f\x5e\x9d\x5a\x69\x6a\x7d\xa1\xb9\x07\xe4\x8b\x00\x26\x9f\xdc\x84\xef\xba\x09\x64\xd5\xb0\x4f\xa6\xeb\x17\x7f\xdf\x64\x7f\xc4\x7e\xdb\x07\x1a\xb2\xe7\x9f\xf9\x09\xb4\xf2\x8d\x7b\x5e\xa8\xc7\xc4\x40\x63\x97\x81\xc6\x04\xea\xf8\xf8\xfc\xd0\xbe\x6b\xd6\x0a\xb8\xf1\x29\xbc\xf6\xad\x3b\x07\x66\x1a\xc4\xfa\x62\x97\xf5\xc5\xf8\xd6\xc3\x3e\xb9\x17\xdf\x95\x67\xff\xcc\x41\xf6\xd2\x77\xed\x25\x81\x3a\x3e\x85\x21\x3e\xd4\xc8\x7f\x08\x4c\xf1\x87\x58\x6c\x7f\x9e\x5b\xef\xeb\x77\x6f\x5d\x14\x9e\x0e\xe2\x98\xfc\x70\x7e\xfe\x10\x98\xe2\x97\x11\xc6\x08\xdc\x70\x81\xaa\xfc\x82\xaa\x8c\x00\x0c\x7f\xe8\xfa\xfb\x73\x5d\x7f\x82\x2c\xfc\xe1\xbe\xfb\x83\xe7\xcd\xc6\x42\x40\x2e\xf6\x16\x07\xfe\x28\x19\x79\xf3\x5d\xf4\xb8\x7e\x59\x58\x8c\x4c\x16\xfe\x4c\x8d\xe5\xda\x3d\x04\x44\xf8\x43\x59\xe0\xcf\x0d\x65\x12\xd0\xe2\xa2\xac\xf5\x0b\x2c\x32\xd2\x8c\x7b\xe2\xbd\x75\xe0\x73\x92\x91\x0a\xd6\x13\xdf\x5a\x79\xca\x70\x4b\xda\x4f\x66\xb9\xa8\x67\x1d\x38\x9b\x5b\xf1\xe4\xbf\x98\xc3\x2e\xf6\x59\xbf\xec\xb3\x0f\x9f\xc8\xb8\x78\xed\x1c\x70\x9a\x64\xac\x27\xe5\x89\x6a\xdc\x53\x40\x54\xb0\x3e\x93\xa7\xd0\x70\xae\x37\x40\xf0\x82\x27\x26\x87\x3d\x81\x7d\xf6\x61\x69\x79\x4f\xc4\x20\x7a\x02\xfb\xec\x43\x32\x12\x4f\x53\xdf\x9c\x97\xe0\xfe\xe1\x37\x97\x7e\x77\x4b\x4b\x10\xbc\xe0\x69\x6b\x0e\xa8\xc6\x60\xac\x66\xe6\x89\xc7\xde\x13\x12\x8f\x66\x5a\xd2\x57\xcb\xfd\x57\x1c\xe0\x97\xbc\xf1\xc4\xa8\x88\xa7\xef\x32\x35\xf2\x18\x26\x8a\x73\xbf\x6c\xb7\x46\xd6\x09\xcf\x34\x09\x3d\x3f\x10\x69\x64\x1d\xf6\xcc\xe4\xb0\xe7\xab\xaa\xc9\x2c\xe1\x99\x66\x9f\x5f\x1e\x54\x23\xd0\xc0\x33\xcd\x3e\xcf\xd7\xb3\x24\xeb\xb0\x67\x26\x53\xfc\x92\x9f\x98\xfd\xdc\x0b\xcf\x34\x09\x3d\x5f\xf5\x6f\x3f\x6f\xdc\x33\xbd\x4e\xcf\xc0\x71\x99\xf1\x4a\x64\xaa\x7f\xcf\xd7\xd5\xe1\xb3\x22\xcf\x4d\x63\xb9\xde\xbf\xf1\xba\x64\x7a\x9d\x9e\x6f\xc9\x2b\x82\x10\x3c\xf3\x95\xa8\x67\x60\x64\xcd\x8c\x63\x99\xea\x0f\x7c\xd2\x0f\x4b\x2e\x7b\xfe\xd4\xdf\x77\xfb\x73\xae\xf5\xa7\xb9\xa3\x78\xfe\xc3\x27\x40\x9e\x3f\xad\xf5\x77\xd7\xfa\xe7\x39\x7b\x21\xe6\xd8\x4b\xba\xeb\xf9\x4b\x66\x7a\x61\xa2\xcc\xcb\xad\x25\xc8\xea\x58\x5e\x24\x9a\xca\x55\x9d\xe4\x03\x75\xb1\xc0\x7a\xf9\xab\xca\xf7\x8b\x32\x79\x61\x12\xdb\x4b\xb9\x67\xf0\xe7\x5e\x78\x61\x12\xdb\x41\x12\x92\x8c\x2c\x96\x5e\x88\xb3\xf7\x52\xef\xb9\xe6\xfc\x8a\x69\x9c\x28\x00\xfa\xb0\x06\x8c\x0b\xf0\xe1\x17\xf0\x61\x64\x20\xf5\x12\x1a\x4b\xfc\x15\xf9\xe1\xdc\xbb\xda\x90\x0d\x32\xd7\x37\x87\xbe\x39\xb0\xd6\x2c\xc3\xea\x62\xf1\xf0\xcb\xe2\xa1\x92\x3e\x5e\xa6\xc6\x89\xaa\xbf\x0f\x2b\x99\x7a\x59\x5a\xb3\xeb\xe6\xb9\xbe\x49\xf0\x90\x97\x1b\x45\x23\xcb\x85\x97\xad\x7d\xd8\x77\x1f\x0a\xd7\x9a\xb8\x4d\x2f\xfb\x56\x13\x2a\xdc\x23\xb2\x1d\x78\x41\x02\xd8\x08\x50\x70\x31\x83\x78\x79\xef\x58\x78\x8f\xca\xa7\x6f\x7e\xf7\x9b\xbc\x2b\x55\x2a\xb0\x3e\x77\x3d\x7f\xa6\x96\x57\x9d\xb3\x9a\xee\x38\xf5\x3b\x46\x92\xbc\xde\x88\x3a\x81\x0d\x5e\xb3\xbe\x79\xcd\x7d\xff\x45\xae\x5c\xe0\x13\xaf\xf9\xaf\x5e\x4e\x67\x1b\xcf\xd2\x05\x98\x18\x41\x0f\x5e\x69\xbe\x79\xbd\x51\x7a\xdd\xdb\x4a\xc6\x5a\xaf\x57\xf6\xb0\xc6\xa2\x57\xbe\x03\xf1\x5a\x6f\x5d\xbb\x9f\x6b\xe5\xb5\xea\x77\xd7\x85\xf0\xdf\xb3\x3e\xaf\x55\x73\xa8\x30\x37\xf8\xcc\xc7\x6b\x0d\xb5\xf5\xdb\xc6\xb9\xd3\x55\xf5\x7a\xdd\x0b\xe2\xb4\xbd\x36\xcd\xef\x86\x52\x58\x4f\xd2\xab\xf4\x58\x05\x36\xda\xc8\xd4\xe1\xd5\xd4\xdf\x75\x63\x09\x7a\xf0\x4a\x53\xd2\xab\xbd\x77\x2c\x6c\x73\xed\x91\x43\x6f\x9a\x71\x0e\x04\x60\x78\xbd\xe1\x19\xe2\xb4\xbd\x86\xc6\x12\x77\xee\xc6\xb1\x74\xcd\xe1\x16\xfb\x0a\xca\x90\x3a\x74\x5e\x6e\xa6\x81\xe0\x05\xaf\xaf\xfa\xbb\x21\x8a\xa0\x3e\xaa\x9f\xda\xbe\x3b\x4e\xca\x1e\x71\x49\x7b\x7b\xee\xfc\x28\x7b\x9a\xcc\xb0\x76\xdd\x51\xb2\x55\x78\xd3\x19\x6c\xf7\x0c\xb2\x3e\xac\x37\xba\x09\x7e\x01\x3b\x46\xec\xb0\x37\x82\x2f\xbd\xdd\xaa\xa0\x04\x05\x78\x63\xe8\xcd\xdb\x0d\xbd\xc5\xcf\x15\xf7\x56\x35\x96\x7a\xe5\xcb\x2f\x12\xef\x4d\xfa\xa8\xdd\xac\x4e\xf0\xbc\xb4\xa6\xb1\xb4\xbf\x72\x51\xfc\xa6\x69\x0e\xf6\xff\x57\x04\xf4\xc6\x8c\xa4\xb7\x5b\x93\x30\x8c\xdf\x74\xfd\xee\x57\x49\x90\xeb\x29\xf9\x79\x19\x61\x2c\x9c\xdf\x0c\xcd\x21\xee\x7a\x3a\xe7\x4e\x30\x9d\xb7\xb8\xfb\xce\xbb\xd2\x18\x96\x73\x30\xc2\xe4\x87\x2c\x41\x2e\x00\x8d\x5f\x4e\x6f\x23\xd0\xd5\x1b\xc3\x72\xde\xae\x79\xca\xcc\xbe\x0b\x5c\xe3\x0d\x9c\xbd\xc6\xcc\xbe\x37\xd9\x4b\x6d\xff\x55\x6b\xe2\xef\x64\xba\xb6\x6b\xba\xb2\x30\x8f\x8b\x2d\xc6\xc1\x16\x93\x1f\xb2\x12\xb9\x11\x03\xec\xc0\xaf\x9c\xb6\xdf\x79\x31\x86\x36\xdc\xae\xac\x23\x23\x85\x0b\x28\xe2\x00\x8a\xe4\x47\x32\xd9\x24\x97\xac\xdc\xfe\x78\x06\x4d\xf6\x8b\x5d\x19\xe2\xff\x91\x59\xc2\x45\x07\xee\x66\x71\x7f\xda\xd9\xb6\xd5\x06\x0b\xdc\x29\xb6\x8c\xcf\xc9\xdc\xfc\xaf\xca\x32\x87\x23\xf3\xc6\xe2\x4e\xe3\x97\x50\x70\xd3\x91\xb1\x7b\x64\x88\xf7\x74\x01\x30\xdc\x6e\xc4\xcb\x79\x44\x8d\x4f\x25\xdc\xfa\xba\x6d\xfc\x1d\x13\x1f\x7e\x09\x6a\xac\xf3\x0a\x9a\x54\x27\x0a\xe7\xe7\x47\x22\x5b\x00\x0c\xff\x03\x60\x48\x64\xdb\xd6\xfc\x80\x9f\x35\x32\x59\xb8\x31\x89\xed\x06\xd8\xb8\x75\xad\x99\x8e\x85\xdd\x6a\x60\xfd\x87\xcb\x71\x81\x1e\xfc\x82\x1e\x8c\x65\x01\xdc\x25\x7e\x1c\xe5\x61\x1e\x16\xfe\x73\x97\xf8\x01\x8e\xe1\xb4\xf1\x77\x12\x23\x7e\xc5\x08\x19\x29\xdc\x75\x2c\x6e\x2d\xf8\x47\xe2\xd5\xf9\xb4\xc6\xdd\x9e\xdb\xf6\xdb\x23\x81\x10\xfc\x82\x10\x8c\x45\x03\xdc\xe9\xfd\xbb\x07\xd6\x93\xb8\x31\x77\x3e\x9b\x72\xbf\xde\x23\x41\x01\xee\x32\x7d\x7c\xde\xf5\xec\xfc\x26\x23\xd5\xee\x37\x52\x4d\xfc\x97\xbb\xf6\xc1\xff\xf6\x81\xae\x95\x4b\x0d\xf8\x55\x03\x04\x0c\xb8\xc8\x6b\x1c\xb8\x82\xe4\x8f\xe6\x2e\x53\xd9\x6f\x92\x57\xa2\x3e\xb4\xd6\x71\x8b\x52\xb3\xb4\xb1\x87\xc4\x6b\xdc\xcc\x06\x71\x5c\x1e\xba\x47\x71\xef\x51\xd0\xa4\x08\x99\xa7\x61\xeb\xff\x2b\xda\xe7\x22\x85\xf1\x88\xf7\xff\x2b\xd8\xec\xa1\xf5\x8c\x71\xc7\x49\x75\x2c\xf6\x16\x8f\x79\xbf\xf9\xcb\x18\x78\x2c\xb5\xad\xf9\xff\x15\x4e\xf6\x90\xb8\x0b\x54\x0c\x7a\x24\xce\x43\x6e\xc2\x5f\xf2\x9b\x78\x2c\xef\xe4\xc2\x75\x54\x44\x3f\x6d\xbf\xb1\x74\x99\x61\xa8\xb9\xfd\x4f\xb5\x55\xef\xcc\x22\xf9\x2d\x15\xed\xc4\xa9\x79\x97\x49\xdf\xaf\x59\x24\xb1\x2c\x36\x15\xbf\x6c\x2a\x4e\xf6\x08\x57\x42\xdd\xfb\x8d\xc8\x06\xef\x4a\x27\x66\xd5\xff\x8a\x24\x3f\xbf\xe8\x9b\xf7\xa6\x71\xb6\xbb\xd6\x94\x2f\x5d\xea\x0a\x39\xf2\xfc\xb0\x90\x89\x77\x9d\xf9\x5b\xa3\xd5\xc9\xe6\xe0\x7d\xa8\xbf\x71\xfb\x73\xce\x41\x7b\x84\xf2\x96\xe7\x9b\x5c\xb3\xa9\x6f\xae\xbb\x2e\x34\xdf\xba\x5c\x81\xfe\xb7\x7f\x34\x53\xfa\xd6\x3e\x80\xcc\xc9\x99\xf8\x77\xb1\x9b\x38\x4a\x13\xe6\x87\xef\x16\xbc\xbf\x1a\xe7\x2d\x39\x48\xde\x5a\xef\xaf\xc6\xf9\xde\x71\xfe\x32\x76\x3e\x18\x91\x75\xd4\xb7\xcb\x0f\xdf\x03\xb8\x98\x4f\xfc\x32\x9f\x38\x93\xfb\x2e\x76\x13\xbf\xec\x26\x9e\x7e\x09\x7c\x1f\x72\x01\x47\xb9\xe5\xfe\x38\xce\x41\xd2\x3e\x1f\xb7\x3c\x79\xd2\x58\x64\x7e\x5f\x56\x14\x27\xd3\x83\x0f\x62\x9c\x7d\xe0\xad\x80\xb3\xb0\x8d\x0f\xb9\xe2\x03\xae\xb8\x27\xea\xaa\xe1\x9a\x83\xdf\x39\x50\xe5\x0e\x99\xb5\x23\xee\x7a\xd2\x65\x19\xcc\x3a\xfa\xb8\x66\x2d\x19\x92\x7c\x74\xfd\x0e\x18\x75\x27\x08\xc8\x87\x74\xdc\xb8\x3a\x8e\x95\xd2\x7d\x0c\x8d\x65\xdc\xb1\xd0\x24\x1c\x8c\x90\xfa\xb8\x75\x60\x93\x7e\x37\xd5\x36\xa1\xa7\x09\x28\xf3\xc1\xe8\xbe\x0f\x44\xf7\x9d\xa5\x13\x7c\x48\x4e\x8c\x7b\xce\xc8\x10\xe1\x63\x6b\xad\xdf\xbb\xd6\xfa\xe6\xa7\x71\x7e\x77\x9c\x34\xe9\xa7\xc2\x02\xf3\x86\x05\x3a\xef\xc3\x54\xc8\x67\xe6\xbb\xb7\x0c\x43\x4c\x02\xed\x7c\xd6\xdb\xc6\xb0\xc7\xe4\x5b\x0f\x9f\xed\xee\x1f\x4d\x7a\x31\x9f\xf8\xb4\xbb\x9e\x6a\xd3\xbd\x9d\x57\x57\x49\xe7\x4c\x32\x21\xf8\xbc\x15\x91\x13\x4d\xec\xc9\x88\xb3\xcf\x7b\x37\xf3\xa3\x36\x53\x1b\xce\x2e\x93\xf4\x3e\xb5\x9e\x73\xdd\x7b\xf4\xcb\x80\xba\x58\x35\x1c\xac\x1a\x39\x3d\x3c\xf3\x4b\xf2\x73\xe5\x5b\x57\x9b\x67\x57\x19\x7a\x47\x86\xfe\xfc\xce\xd9\xb6\xd5\x76\x6b\xbf\x52\x6f\x2e\x02\x5a\x7c\xdd\xf5\x64\xf6\xde\x95\xa1\xf7\x9b\xa1\x4f\xd2\x39\xab\xab\x3f\x84\x3d\x9c\xa0\x15\x5f\x32\xbf\xd7\xbc\xa5\x2d\x79\x3e\x97\x4c\x6c\x54\xc8\xc8\x89\x4c\x47\xae\xec\xb6\xdf\xec\x76\x22\xf6\xdb\x95\xa5\xf6\x9b\xa5\x4e\xac\xaf\xea\xca\x52\xfb\xcd\x52\x27\x02\xca\x7c\xc9\x06\xbb\xa5\x36\x3c\xd3\x0d\x5a\x9f\xc6\x79\xbc\xc1\xf3\xbb\xff\xc6\x2c\xe1\x8b\xdc\xa6\xbe\xbe\x3b\x54\x5e\x97\x4d\x3c\xab\xef\x5b\x84\x93\xdc\x9f\xbe\x9f\xa1\xb6\xbb\x85\xbf\x24\x8c\x6f\x45\x3e\x76\xba\x6d\x34\x41\xb7\x22\x1f\x1b\xde\x80\x67\x5e\x17\x25\xc6\x7d\x5f\xb5\xca\xfa\xc9\xbe\x15\xdd\xd8\xe5\x4e\x9f\x26\xda\x56\x74\x63\x97\x3b\x7d\xaa\xb9\x4d\x9c\x9a\xef\x72\x0b\xe0\x53\xe5\x6e\x3e\xc5\xf2\x5d\x6f\x0d\x6c\xaa\x9d\xdd\xb8\x85\xbb\xdd\x75\xe1\x95\xdf\x3a\x4e\xfb\xef\x38\xd1\x0b\xdc\x12\xbd\xfb\x8a\x5e\xb2\x4e\xf8\x76\xb5\x21\xd1\xe9\xe4\xe9\xf4\x2d\x0f\x71\x5f\x95\x4b\xc0\x80\xef\xa1\xb1\x1c\x95\x9b\xd3\xa3\xb9\xcb\x64\xda\x30\x41\x9d\xc0\x14\xdf\x3a\xbe\x1b\x54\xe3\x4e\x50\x80\xef\xa9\xbd\x45\x01\x6c\x27\x68\xc5\xb7\xd4\xf8\x06\x51\x9e\xb3\xf2\xb7\x6f\xa9\xf1\x3d\xef\x38\x79\x95\xb6\xc4\xc1\x5e\x7f\xbf\xe3\x5a\xcb\x2d\xd9\xeb\x1e\x6d\x46\x61\x44\xb6\xe2\x97\x6c\xc5\xc9\x0b\xea\xfb\xd5\x79\x41\x52\xcb\x09\x26\xf0\x4d\xec\xb7\x6f\x3c\xdb\x70\x82\x09\x5c\x25\x64\xfc\x7d\xae\x18\xa1\x68\x7a\xf9\xc4\xc2\xdf\x5b\x3a\xb6\xf0\x0a\xbe\x7c\x95\xea\xef\xb1\x00\x73\x4a\xdc\xa3\x57\xe7\x1a\x95\x66\x4e\x5b\x61\xdb\x56\xdb\x5d\x17\x8a\x8a\x57\x67\xf7\xcd\xb7\x8d\x26\xe1\xcb\x27\xa9\xfe\xa2\x16\x61\x4a\xdc\xf7\x57\xe2\xee\x26\xf0\xbd\x30\xba\x21\x16\x16\x07\x0b\x4b\x4e\x89\x62\xf9\x95\x1b\xf4\x02\x53\xe6\x04\x28\xf8\xdb\xf4\xbb\x76\xf7\x9d\x2e\xd9\x2b\x53\xf2\x45\x6d\xd1\xc4\xca\x7b\xfe\x2a\x32\xf7\xb6\x71\xdb\xb8\x9e\xa6\x36\xbb\xfb\xce\xbb\xf2\xba\xe6\x70\xbc\xac\x9c\x88\x5d\xf4\x57\x19\xa6\x37\xee\x7a\xf2\xbc\xbc\xc4\x66\x3a\x30\x00\xc9\x0b\x23\x1f\x9f\xa2\xe6\xdf\x51\x03\x39\x25\xba\xd4\x9f\xa2\x92\xdf\xdf\xba\xd0\xbc\x51\xa9\x14\xff\xea\x1d\x0b\xb3\x4f\x9f\xd6\xe5\xfb\x5b\x17\xba\x72\x9f\x5c\xc7\xcf\xee\x99\xa0\x58\xfe\xc8\x6a\xe3\xdf\xdf\xdc\x79\xae\x95\x8c\xf6\xef\x6f\xee\x94\xad\x4a\x46\xfb\x4d\x46\x27\x56\x80\xf6\x4f\x26\xd3\xd7\xef\xba\x34\x8e\x45\x19\xb4\x0f\xe4\x97\x4e\x20\x85\xab\x16\x98\xdf\x5a\x60\x4e\x40\x84\x7f\x72\x83\x3e\x44\x7d\x9c\x80\x08\x57\xe2\xd8\x6f\xe2\xd8\x59\x86\xc3\x3f\xb9\xf7\x1f\xa2\x3e\x89\x04\x58\xfe\xc9\xad\x04\xf9\x46\x4e\x2c\x5e\x1f\x0f\xf9\xd7\x03\x25\xc3\xce\x37\x83\x6d\x4d\x6d\x90\xbb\x2c\xd1\x11\x0f\xef\x6d\x3c\xf7\xde\x12\xbb\x18\x2a\x4f\x12\xc8\x2f\xe7\x44\xe2\xac\x78\x92\x7e\x07\x26\x19\x27\xc8\x22\xc4\x72\x11\x97\xe5\xc2\x09\x5e\x88\x87\xe0\x93\x78\xae\x4c\xfe\x55\x87\x3d\xff\xd0\x38\x1d\x3a\x20\xfd\xa2\x61\xf1\xf0\x5c\x07\x4a\x3b\x9e\xdf\xb1\x8d\x11\xe0\x78\x10\xf2\xf1\x5f\x2d\xd8\xf3\x8f\xa9\x36\x9c\xeb\x6a\x5c\xb3\xa1\xf9\x01\x87\xee\x4c\xee\xc7\x43\x53\x39\x9e\x6b\x2a\x93\x75\x22\x9e\xa9\xdf\x5d\x39\x4f\xd6\x89\x78\x08\x80\x8a\x07\x25\x6b\x9c\x09\xfc\x50\xb9\x90\xb8\x75\x57\x13\xb1\x99\xf1\x10\x3f\x1b\x0f\xf0\xb3\x5e\x83\xeb\xf2\x6a\x7e\xef\x3d\x4b\xbf\xbb\x12\x49\x7b\x9b\xae\xcd\x50\x7f\xd1\xc5\x48\x7c\x7f\x10\xa8\x1c\x92\x13\xf9\xde\x43\x6c\x15\x71\xd9\x2a\xbc\xfd\xdc\xd1\x48\x4c\xfc\x47\x42\xe2\xdf\x59\x6a\x23\x94\xdd\x8e\x9b\xdd\x4e\xf9\x97\x8d\x0d\x95\xf6\x88\x74\xef\x34\x89\x2a\x23\x99\xc6\x69\xb7\x24\x7b\xe2\x38\x5d\xfd\xf9\x5f\x7f\x9c\x9f\x6b\x0e\x7e\xe7\xc0\xb3\x9b\xf8\x8c\x37\xd2\x75\xad\x48\x62\x19\x89\xcf\xfd\x23\xe1\xb9\xbf\x93\xc4\x32\x52\x68\x0e\xa8\xf6\x9d\xf2\x4f\xc7\x45\x22\x00\x2a\x12\x00\x50\xde\x78\x8f\xd2\x54\x7f\xe7\xbe\xe7\x94\x2b\xbf\x49\x3d\x1d\x69\xdd\xfe\x0a\xd7\x9a\x26\x68\xa4\x6b\x82\x92\xc0\x2c\x12\xdf\x11\x44\xba\x85\xf9\x9b\xda\x08\x06\x89\x5b\x2e\xc4\x1b\xef\x51\xfa\xb4\x7f\xc8\x98\x3b\xc1\x12\x91\xe9\x52\x07\xaa\x8a\xe6\x94\xff\x69\x73\xb5\xdd\xfe\x7e\xe1\x8b\x10\x7b\x44\x20\x9b\x9e\xbc\xfd\xec\xcf\xc8\xcc\xd4\x46\x4e\xb7\x3f\xde\xa3\x4c\xbc\x7c\xe4\xab\x8b\xff\x2b\xb3\x44\x64\x7a\x26\x71\x8b\x95\x3a\xf1\x19\xa1\x24\x7d\xe4\xeb\xc5\x93\x53\x33\x54\x5a\x34\x50\x5a\x34\xa7\x6c\x9c\x86\x69\x38\x76\x87\x13\xfc\x9d\x6b\x69\x3c\xdf\x36\x4e\x83\xde\x5c\xe4\x1b\x29\x6b\xbf\xa8\x4f\x64\x26\x0d\x22\xf7\x7b\xd4\x3a\x97\x54\x62\x04\xd5\x41\x72\x22\x6c\x3c\xf2\xd0\x1c\xc6\x3d\xf6\x5d\x6d\xda\x0a\xe0\xe9\x12\x21\xe5\x91\x87\xe6\x37\xee\xfc\x34\x87\xa1\x6d\xba\x9e\x3a\x19\x29\x22\x4f\x7d\xf3\xaa\x24\xfb\xa9\xab\xc8\x53\x5b\x88\x17\xc0\xce\x32\x23\x91\xb7\xe6\x70\xa3\x3e\x64\x9d\x88\x4c\x55\x16\xf9\xaa\x32\x02\x3e\x22\x6f\xad\xf5\xbe\x63\xe1\x15\xcc\xaf\xe6\x7e\x23\x42\xc6\x2b\x98\x75\xb4\xf3\x77\xaf\xa0\xd6\xf3\xd3\x5a\x5f\x35\x47\x93\x3e\xf2\xa7\x3d\x42\x72\xd8\xed\x67\xc2\x44\xd1\xb1\x2f\xcf\x1d\x27\xaf\xae\x80\x06\x01\xa0\x41\x4e\x74\x05\xa2\x10\xef\x19\x05\xd5\xd8\x13\xab\xd9\x45\xa1\xb9\x18\xe5\x9a\x8b\x24\xa7\x8b\x42\x5a\xf0\x00\xe6\x20\xb9\xfd\xcc\x9b\x28\x04\x91\x44\x29\x77\x1f\x28\x2a\x0a\xb1\x45\x71\xcb\x8c\x38\xd9\x2a\x42\x65\x46\xa2\xdc\x48\x04\x4b\x96\x46\x09\xfd\x2e\xee\xef\x1a\xc7\xd9\x35\xce\x7e\xc7\x49\x11\x5a\x98\xd9\x88\xd2\xe7\x6d\xe3\x37\xf9\x14\x24\x40\x32\x91\x13\xdd\x8b\x28\x52\x81\x00\x21\x24\x67\x42\x36\x0a\x23\x42\x51\xd6\xdf\xef\x38\x87\xa5\xdf\xad\x3b\x4e\xe3\x58\xb6\xfa\x7b\x61\xda\xd1\xbd\x08\x95\x04\x89\xf2\xdd\xb9\x53\xad\xaa\xec\x47\xdc\xb2\x1f\x4e\xd2\xc5\xa8\x7c\xdd\x1d\x00\x05\x9c\x6f\x06\xdb\x96\xda\xee\x79\x09\x7e\x93\x66\x74\x20\x51\x9d\x13\x09\xef\xa2\x32\xa2\x1e\xf5\x46\xd4\x99\x20\x0d\x25\xaa\xa3\xfa\x9d\x03\xc5\x72\x9d\xfa\xe6\xbc\xdf\xfc\x99\xfb\xa1\xd2\x1e\x71\x4b\x7b\xb8\x27\xfd\x8e\x73\xaf\x57\x7d\x38\xef\x5f\x5d\x6a\xdb\x77\xad\x29\xeb\x1a\x5f\xa1\x47\x43\x95\x38\x27\x43\x44\x34\x99\x68\xed\x9a\x68\x24\x09\x8c\xc6\x48\x59\xb4\x1b\x29\x63\xb2\x2f\x94\x1c\x8e\x9b\x1c\x4e\xe5\xe7\xc2\x47\xa3\x9b\x1e\x20\x68\x38\x6d\xec\x8f\x89\xff\x68\x48\xfc\x3b\x33\x7d\xa1\xf2\x1d\x81\xbc\x6d\x4e\xc4\x38\x87\x98\x10\x02\x4c\x08\xa7\x8d\x63\x19\xfa\xe6\x35\xc3\x98\xb1\x0b\x31\x21\xc4\x65\x42\x70\x96\x27\x89\x46\xe6\x8c\x68\xeb\xbb\x6d\x1c\xe7\xd6\xdc\xf7\x9d\x3b\xf5\x4a\x93\xa9\xd5\xae\xa9\xc5\x8c\x5d\xb4\x57\x73\x78\xef\x58\x9c\xeb\x22\x75\xdc\x80\x43\x77\x02\x29\x42\xec\x03\x71\xd9\x07\x9c\x40\x8a\x30\x99\x68\x96\xfe\xda\x7e\xdf\x34\x82\x9c\xc2\xf2\x5d\xb3\x1f\x60\x2e\x4c\xa6\x96\x5d\x53\x8b\x19\xbb\x30\x86\x4b\xc2\xda\x3d\x67\x94\x9f\x46\x50\x47\xdc\x97\xfb\xce\xf2\x24\x61\x3a\xf3\x78\x8c\x7f\xfa\xfb\xad\x99\x11\xe4\x14\x48\xcc\xe6\x54\x79\x6f\x8d\xb8\xdb\x30\xe0\x6e\x3d\x28\x3f\x4d\x7b\x64\x78\xe7\x92\xea\x2f\xda\x17\xc6\xa8\x5d\xd8\x8d\xda\xd5\xca\x71\x12\x88\x16\xa8\xd6\x91\x13\x89\xeb\xc2\xf9\x64\x2c\x50\x91\x23\x39\x19\x22\x42\x65\x38\xc2\x9f\x3b\x4e\xba\x09\x78\x97\xfd\xfb\xf3\x7e\x93\xe7\xc5\x25\xcb\xbd\xdc\x33\xf8\xcb\x5a\x85\x13\xf4\x17\x5e\xee\x37\x79\x96\x9c\x19\x83\xf0\x8a\xbb\x49\xfc\x73\xb8\xe9\x9b\x76\xbf\x49\x79\xe6\x4b\xdf\x5c\xf7\x9b\xb4\x35\x5c\xae\x00\x92\x93\xa7\xed\x37\xce\x20\xd6\x3c\x22\xdf\xb9\x53\x66\xa9\xdc\x44\xdc\x72\x13\x1e\x3f\x17\x37\x42\x66\x3b\x5e\xed\x9e\xb6\xdf\x9a\xa9\xdc\x44\xc4\x2d\xc3\x4c\x70\x46\x04\x33\xb5\x11\xd7\xed\x22\xf3\x42\x44\xe8\x77\x20\x68\x73\x32\x2f\x44\xd0\xa5\x8e\x00\x97\xbf\x33\x9b\x17\xb1\xf4\xbb\x75\x7f\x47\x1b\x4c\xd9\xc3\x88\x6b\x6b\x90\x31\x2c\x54\x17\x22\x6e\x5d\x08\x67\x56\x2e\x42\xf6\x44\x7c\xf7\x77\x3c\xf3\x9d\xd8\xe8\xe8\x78\xa2\xed\x2c\xed\x11\x9d\x15\x8c\x03\xe5\x1c\x4e\xdb\x6f\x2c\x9d\x60\x89\xe8\x05\x7b\xdb\xe8\x7a\x74\x86\x13\xa2\x5f\x97\xb3\xff\x5c\xf8\xe8\xa1\x6f\x06\xce\x59\xab\xff\xed\x29\x5d\x74\x06\xc7\xa3\xdf\x48\x84\xbc\x81\x2e\x75\xdc\xaf\x28\x24\x20\x22\xfa\xd4\x70\x26\x54\xa0\xbc\x81\xbe\xd5\xb6\xff\xda\xf8\x3b\x2d\x69\xbf\x01\x70\x72\xc9\x45\x27\xb7\x62\xf4\x2f\xdd\xb6\xdf\x37\x87\xae\xe0\xb8\x57\xb0\x53\xe5\x0e\x46\xf4\x62\xa4\xbf\xdf\xa9\xad\xaa\x0d\x57\x82\x05\x02\x63\x48\x14\x8e\xab\xae\x98\xf0\x8a\xa1\x2b\x88\xfc\x5d\x72\x12\x52\xc5\x90\x28\x1c\x57\x14\xb2\x0c\x47\x8c\xa6\x6f\x5e\x75\x45\x92\xb9\x18\xa6\x39\xdc\x63\x4f\x26\x84\x18\x12\x85\xe3\x8a\x42\x12\xd0\xc5\x20\x68\x25\x06\x9e\x43\x78\xd7\x1c\x64\x1a\x8c\x1b\xdd\xe8\x54\x2d\x83\x89\xf8\xc0\xe3\xdc\xe4\x9d\xe6\xfe\x18\xfa\x1d\x78\x64\xbd\x53\x0d\x0c\x89\xd7\x71\x5d\x88\x4e\x95\xab\xc4\x5c\xdc\xf2\x08\xce\x84\x50\x8c\xad\x39\x00\xd8\x10\x64\x1f\x88\xb1\x35\x87\xf7\x1e\x6d\x5e\x97\xf1\x6a\xcd\x60\xb6\xc7\x43\x33\x65\xbc\xda\x07\x3c\xc5\x8a\x87\x66\x8a\xca\x23\xc4\x00\xbe\x3b\x98\x80\x8a\xf1\x69\xad\xaf\xb9\x4f\x2c\x6f\x8c\x4f\xfd\x81\x07\x31\xc8\x3e\x10\x53\x51\x2d\x3c\x14\x4e\xf1\xfc\xa2\x99\x31\x75\x5e\x66\xba\xe3\xa4\x79\x33\x99\x38\x8e\x99\xee\x38\x7f\x11\xcb\x98\xcc\x7a\x04\xf2\x85\xa7\x8d\xfd\x91\x71\x23\x90\x13\x4c\xc1\x84\x50\x4c\x82\x02\x02\xd5\x17\x72\x62\xd5\xc4\x98\x52\xab\xb3\x21\x42\x4a\x6c\x7b\x4c\x45\xc3\x50\x29\x21\x05\x33\x3e\x31\x65\xb6\x4f\x24\x72\x83\xa4\x37\xb1\xe4\xe2\x2e\xbb\x73\xa0\x78\x5d\x4c\x2a\xc7\x42\xe4\x23\x1e\xaa\x96\x45\xe6\x85\x58\xfd\x8e\x93\x73\x58\x2c\x90\x1b\xab\xdf\x3d\xe2\x19\x5c\x3a\x83\x6b\xdc\xb5\xa6\x89\xbd\xe4\xaa\x5e\x4a\xfb\x20\x53\x40\x2c\xa9\x78\xbc\x6a\x4d\x41\xc0\x40\xac\xa9\xb1\xdc\x22\xe2\x0f\x55\xd9\x92\xcc\xba\x54\xf8\x41\x16\x81\x58\x32\xa3\xd7\x35\xa3\xe5\x06\xe9\x09\x6c\x20\x11\x78\x7e\x17\x6c\xd3\x58\x10\x7d\x0b\x66\x13\x62\x2d\xcd\x01\x15\xac\x82\x91\xff\x58\x04\x36\xc4\x7a\xef\xef\x18\x29\x5b\x92\x83\xeb\xca\x41\xa3\xfc\x5c\x9f\xc6\x02\xdc\x7b\x30\xda\x1e\xca\xe6\xc5\x86\x3b\x1a\x8c\xb6\xc7\x56\x14\xe6\x66\xfa\x82\x2c\x02\xb1\x59\x2d\x33\x76\xc2\xdd\x94\xdb\xb5\x25\x7b\x36\xf0\xb3\x89\x15\x23\x63\x93\x08\x29\xb6\xdf\x39\xf0\x5c\x6f\x3e\xb3\x0b\x24\x86\x52\xa4\xdf\x13\xd8\xd8\x8a\x4a\xee\xab\x1f\x88\xdd\x0f\x3d\xbd\x0c\x50\xe8\xe7\x44\x7c\x7e\xbc\x04\x9b\x05\x12\x3c\xa7\x2d\xd8\xc6\x39\x20\xc1\x93\x22\x71\x0e\x2f\x81\x37\xf1\xc2\xfd\x8d\xc4\x90\xcf\xdb\xf4\x3b\xbb\xbf\xa3\xf9\xfd\xb2\x3c\x49\xa0\x66\x7f\x4e\x4e\x35\xae\xc2\xf9\xf1\xf6\x74\xdb\xf8\x4d\xdd\x87\xf7\xde\x07\xb9\x5d\x7a\xb6\x18\xef\x3d\xd7\x04\x05\x84\x0a\xd9\xc7\xbb\xee\xde\x52\x26\xbf\x0a\x51\x80\xa6\x3d\x27\xe7\xbe\x8b\x9b\x3d\xbe\x1b\x51\x27\x96\x3e\x3e\x99\x22\xf7\x89\x61\x10\x14\x10\x9f\x42\x14\x1f\xa2\x68\x91\x1f\x7e\x93\xcf\x08\xe3\x72\xb3\x47\xa6\x2c\xff\xe4\x26\x7c\x78\xfa\x1c\x2c\x1b\x11\x9f\xc2\x10\x1f\xc2\x10\x91\x19\x75\x55\x56\x27\x90\xd5\x39\x6d\xbf\x7d\xff\x98\xed\x0a\x64\x75\x4e\x1b\xc7\xc9\xac\x4e\x20\xab\x93\x22\x33\x64\xa0\xa7\x89\xf1\x5d\x7d\x4b\xe2\xc1\xf8\xb4\x7f\xdf\xdf\xfe\xd1\x15\xf8\xba\xe6\x8e\xec\x53\x90\x26\x20\x3e\xc9\x97\x0f\xd1\xf6\x50\xb4\xf6\xd3\x7d\xff\x6e\x18\xc2\x19\x4a\xf9\x14\x89\x47\xf1\xf8\xd3\xc6\x35\x93\x9b\x87\x97\x7a\x39\x39\x43\x29\x9f\xce\xfc\x77\x75\x5c\xfe\x81\x72\xba\xb2\x2c\xfd\x81\xdd\x13\xa4\x09\xe8\xca\xb2\xf4\x9b\x65\x09\xb2\x5c\xf4\x87\xf7\xa1\x23\xa9\x92\x82\x34\x01\x5d\x5c\xe9\xfd\x72\xa5\x47\x36\xf6\x47\x3d\xd6\x6f\xa1\xf7\x60\xd6\xbf\x3f\xcc\x80\x76\xd4\x75\x3f\x6d\xf1\x6b\x63\x86\xbe\x3f\xe5\xae\x99\xf3\x77\x55\x6d\xf5\xb6\xfd\xce\x7c\x7f\xe8\xfa\xf7\xa7\xde\xb9\x07\xe7\x50\xd5\xdf\xdf\xbe\xff\x4c\xf3\xae\xa7\x82\xfd\x3e\x15\x0c\xd6\x8c\xe8\x0f\xf5\x66\x7f\xda\x9d\xdf\x7f\x2c\xd2\xdc\x1f\xbe\x58\xed\x4f\xbb\x5d\x76\x0e\xc7\xd4\xa5\xdd\x2e\x3b\xa7\x6f\x1a\x2a\x22\xc0\x51\x1e\x4e\x91\x2f\xe9\xfb\x03\x42\x8e\x60\xe2\xbf\xeb\x55\x63\xbf\xaf\x1a\x83\x6c\x00\xfd\x71\x6d\x21\xc8\x3a\x82\x6c\x00\xfd\x09\x7d\x33\xee\x37\x13\xc7\x12\xfa\x66\x40\x84\x92\x3b\xb2\x3f\x5d\xbf\xbb\xe6\x3e\x23\x03\xfd\x21\x11\x4b\x07\x1b\x7b\x8a\x92\x39\xf7\xa1\xb1\x80\x08\x29\xc8\xe6\xd0\x9f\xa9\xb9\xcf\xf7\x7e\x93\xf3\x5b\xda\x8a\x75\x8f\xbd\xb6\x69\x6b\x9c\xd7\x15\x60\x44\xa1\x3f\xaf\x8e\xc5\x3b\x6f\x1b\x8f\xd3\xa7\x6f\x5e\xd3\x8e\xb4\xf5\x5d\x09\xa8\xfe\x97\x80\x22\x3e\xb8\x27\x7a\xb2\x3d\x81\x4c\x2d\x31\x6a\xd0\x13\x9f\x35\xf4\x04\x98\x7a\xe2\xd3\x8c\xae\x97\x99\xfd\xd6\x96\x0f\xb2\x39\xf4\xd4\xd4\xdf\x4d\xa8\x47\x62\x7f\x14\x3f\x3d\x5d\x6f\x9c\xb8\xe2\x9e\x4c\xdf\x44\xe4\x2a\xca\xcf\xbd\xe8\x49\xe7\x25\xfd\x9d\x97\x1f\x2e\xbc\x8b\x32\xbc\x5f\xca\xf0\x28\xce\xb1\x10\x4f\xd7\xd3\xb8\x67\xd0\xf9\x3b\x82\x41\x7a\x02\x18\x24\xc8\x3e\xd0\x13\xa3\x22\x3d\xdd\xa8\x08\x69\xeb\xbb\x6a\xd2\xf7\xb4\xef\xbe\xf3\x2c\xa5\xad\x71\xee\x3b\x4e\xee\xbb\xea\xd5\xf7\xb4\xef\xb9\xe6\xbe\xa7\x57\x63\x79\x6f\x7f\x3f\x2f\xb7\x8b\x32\xbc\x5f\xca\xf0\x28\xdc\x77\x71\x82\xf7\x7c\x5d\x39\xf2\x58\xf6\x4c\x4c\x59\xcf\x17\x53\x46\x1c\x73\xcf\x8c\x98\xf4\x0c\x8c\x65\xb0\x84\x45\xcf\x12\x31\xe0\xf6\xce\x89\x5c\x95\x3d\x9b\xfa\x43\x02\x31\x2a\xf7\x36\x6b\x8f\xb2\xdf\xfe\x1a\xc7\xc9\xcc\x4d\xcf\x37\xfa\x1d\xdc\xbf\x4c\x13\xb4\x23\x71\x92\xa2\x66\x8e\xe5\xd3\xef\xae\x8a\x67\x74\xa3\x2b\x0b\xd1\x91\x85\x38\x6d\xbf\xf9\x15\x26\xc3\x7a\x01\xe0\x2a\x98\x18\xef\x25\xff\xd3\x86\x33\x51\x7f\xea\xaa\x17\x89\xde\x72\x45\x2f\xd9\x00\x7a\x91\x1c\x2c\x78\xb9\x9f\x82\xfb\x57\xb4\x2e\xe5\xef\x5c\xff\xcc\xef\xae\x67\x8b\xfd\x3e\x5b\x4c\xc1\x3b\xad\xc8\x7f\x2f\xe3\xde\x31\xde\xdb\x32\xd4\x1f\x40\x4e\xc1\xa4\x79\x2f\x34\xa3\x3b\x6a\x86\xe7\xc4\x88\x49\x2f\x4b\x73\x00\x3e\x31\x91\x38\xb2\xab\x88\x78\xbf\xcf\x08\x13\xb1\xca\xbd\xe8\x7c\x96\x2b\x7b\x3a\x65\x6b\x61\x24\xb0\x97\x1b\x09\x24\xe7\x79\xaf\x52\xab\xf5\x9a\xca\xc4\x0e\xf7\xca\xc8\x78\xaf\xa9\xde\xb6\xdf\x38\x2b\xb3\x2c\xbd\xb6\xbb\x47\xbc\x47\x95\x61\x81\x5e\x0d\x72\x89\x9c\xe0\xbd\xd2\x25\xeb\xf5\x66\x1d\x19\xf6\xe8\xca\x0a\xf4\xea\x38\xbb\x7c\x23\xd2\x1b\x39\xa5\xfb\x2d\x50\x1d\x95\x7b\xd4\xb4\x0f\xed\x66\x60\x3a\x4d\x0a\x15\x9a\xee\x97\x23\x38\x2a\xef\x9f\x0a\x4d\x77\x70\x04\x9f\xdf\xfd\xf6\xb6\xd1\x45\xea\x78\x99\x74\xae\x51\x66\xdb\x56\xdb\x7b\x7f\xf7\xdb\x07\xf1\xf9\xf6\x76\x41\x63\x7c\x3f\xd2\xf5\x8c\xa9\xb7\x6d\xf7\x9b\x1c\xcb\xab\xf9\x81\x8b\x3a\x08\x18\xe8\xe2\xad\xed\x76\xa3\xae\xe4\xef\xee\x26\x59\x60\x57\x16\xf0\x05\x7e\x37\xe2\x75\x3b\x6a\x55\xa7\x60\x02\xbf\x2b\xc2\xdd\x6f\x14\x3b\xda\xcf\xc4\xee\xa6\xfd\x03\xdd\x6c\x0a\x46\xed\xba\x11\x60\xd2\x2f\x1f\x6c\x90\xb5\xa0\x5b\xa8\x2d\xee\xfc\x2a\xfb\x23\x76\xbf\x83\xfb\xf5\xb4\x55\xb6\x6d\xb5\xbd\xb7\x8d\x63\x21\x06\xb8\x1b\x30\xc0\x41\xb6\x83\x6e\x64\x49\xe8\xa8\x8d\x9d\xa2\x51\xd6\x59\xd7\xfc\xae\x39\xdc\x1a\xc7\x32\xb4\x9e\xe3\xce\x81\x66\xa6\xd1\xdd\xee\x20\x91\xcd\xa9\x77\xfe\x6e\xaa\xbf\x0b\x5e\xe0\x3b\x97\xae\x02\xdc\x1d\x04\xb3\x47\x7c\x72\xcd\x96\xe6\x00\x3c\x72\x30\x0c\xd8\x4d\xe7\x05\x6f\x9f\x4e\x1b\xe7\xb7\xb5\x9e\x7f\xe7\x85\xfa\x4f\x6f\x9f\xfa\x7d\xfb\x14\xac\x19\xd1\x6d\x6b\x3d\xf7\x3d\x9f\x94\x4b\xf6\x6a\x6f\xf1\x1e\x27\x9a\x73\xff\x5e\xcd\x0f\xd9\x99\x60\xa8\xaf\xdb\xab\x73\xf6\xdd\x73\x46\x93\xd7\x18\x7e\xea\xe0\xa1\x3d\x6d\xbf\xb1\x88\x60\xb6\x5f\x82\xd9\xfc\xf0\x1e\x39\xb3\x3a\xdd\x9f\xfb\xbb\x5f\x34\xba\xeb\x1d\x56\x47\x42\xe2\xfc\xae\xb2\x6d\xa9\xed\xbb\x6d\xff\x0d\x2c\xd1\xbd\xe9\xb3\xe0\xa0\xcb\x2c\x4a\xdb\x9d\x41\xfc\xee\xc0\xc1\x06\x19\x1b\xba\xf3\xb9\x5c\x77\x3c\x97\xcb\x0f\xaf\x84\x87\xa6\x18\x77\x8a\x3f\xef\xaa\xfb\xd4\xef\xe6\xdf\xef\x3a\xdb\x34\x96\x79\xa7\xc8\xeb\xe2\x4b\x53\x84\x18\xc9\x0f\xaf\x84\x6b\x7b\x41\xd5\x9a\x33\xb9\x38\xbb\xbf\xea\xef\xbd\xfd\xf1\xd8\xeb\xb9\x55\x47\xad\xf0\xd3\xc6\x25\xfd\x34\x77\xc0\xb1\x33\x29\xa7\x7b\xc8\x63\x8b\xeb\xb1\x91\x05\xa2\xab\x56\x78\xbf\xb5\xc2\x83\x2c\x10\x3d\xc8\xc5\xd9\xe3\x6f\x9b\x78\x25\x42\x66\xd1\xe5\x7c\x0d\xab\x6a\x73\xb5\xc5\x6d\xfb\x1d\xa7\x20\xd0\xa0\x07\xe8\xbd\x33\x31\xce\x5d\xdc\xad\xfd\x72\xb7\x06\x23\x5e\x3d\xaa\xbe\x59\x03\xbf\xe3\xb1\x57\xd2\xa7\xc7\x35\x87\xf9\xba\xbb\x2b\xe9\xd3\x91\xf4\xc9\x99\xd1\xbe\x1e\x52\x57\xe1\x77\xad\x83\x73\x77\x8d\xd3\xef\x38\x7f\x91\x9d\x1e\xba\xba\x71\xaf\x2e\x4b\x51\xf4\x90\x1a\x88\xab\x06\x8c\x57\x3e\x18\x55\xee\xa0\x4e\xcd\x39\x3d\x1c\x8b\xdc\x0b\xd4\xf0\x3e\x6d\xfa\x9d\xf6\x01\xcf\xec\xc2\x7e\x11\xa1\xae\xe7\x64\x3d\xbe\x3b\xf7\x1f\x76\xb1\x77\x26\x02\x7b\x07\xe6\x38\x08\x18\xe8\x2a\xea\xdd\x3b\x4c\xd7\xcc\x48\x60\xef\x8c\xb4\xf4\x9e\xef\x38\x79\x8f\xba\xdc\x92\x0e\xb7\x24\xf3\x59\x51\xef\x24\xff\xea\xbd\xec\xdb\xf6\x5b\x97\x2e\x55\xd6\xaf\x2a\x33\x9a\x61\x5d\xa6\x48\xbf\xa6\x88\x51\xc5\x2b\x1b\xd4\x6f\x36\x28\xf3\x59\x51\xef\x32\xd1\x3a\xca\x4d\x84\x3f\x1c\x8b\xd4\x40\xbf\x51\x57\x46\xc3\x7a\x27\xb3\x4b\xc7\x2b\xb0\x9c\x19\x25\xec\x2a\x96\xdd\xef\xd3\xaf\x20\x08\xa1\x77\xed\x3b\x92\x46\x39\x27\xde\xf7\xce\xe4\x77\xef\xdf\xdd\x3f\xde\x69\x65\x8a\xfa\xb8\x22\x94\x9c\xa1\x7d\x90\x5e\xbf\x0f\x54\xd3\x0a\xa7\x8b\xab\x27\x5c\xfd\x3e\xe1\x0a\x82\x17\xfa\x50\x04\x63\x54\xdc\x77\x3e\x0f\xea\xa3\xea\x9b\x15\xf7\x96\xfc\x9e\x7d\xf0\x79\x5e\x1f\x20\xc7\x0a\xb2\x4e\x74\x15\xaf\xee\xb7\x78\x75\x90\x75\xa2\x0f\x46\x99\xfa\x40\x94\xe9\xf8\x8e\xbf\x36\x3e\xf1\xed\x63\xdf\xb5\xae\x1c\x8b\x4c\x5e\x14\xa1\x3e\xbf\xfb\xed\xad\x9e\x38\xf5\xf1\xb7\x66\xbf\x44\x7c\x9f\x92\x4b\xf3\xc8\xa5\x9c\x59\x24\xb6\x4f\xbe\x03\xe9\xa8\x2b\x7d\xda\x7e\xf7\x61\x32\x99\xd9\x91\x00\xc9\x99\x91\xc0\x3e\xe5\x6e\x4f\xb8\xdb\x67\xe3\xd9\xa6\xdf\xe5\xbf\xdf\x35\xb6\xbd\x6a\xfb\x6e\x1b\xc7\xa9\x7d\x98\x37\x4a\xc8\x4a\x85\x7d\xca\x95\x43\x52\x25\xe7\x4c\xd7\x4a\x59\x8f\x8e\xac\xc7\x69\xe2\xfc\x64\xde\x4c\x80\xe2\x72\xfe\x3d\x2d\xed\x8b\x84\x4d\x7d\xfd\x8d\x85\xfa\x61\xf1\xdd\x49\x5f\xe0\x47\xce\x99\x63\x11\x99\x68\x5f\x57\x0e\xf2\x5d\x4d\x5f\x0a\x5f\xe0\x69\x4e\x0a\xa7\xac\xdb\x52\xf1\x88\xd2\xe7\x9c\xe9\xde\x6f\xad\xf5\xfe\x5b\x6b\x46\xd8\x36\x13\xc7\x1d\x6f\x67\x72\xe6\xdb\x99\xae\x82\xbc\x7d\xdf\xb3\x9b\x7f\xc9\xef\xae\xa2\xbb\x1d\x45\x77\x4f\xdb\x6f\x0e\x5b\xe1\xae\x7d\xc3\x5d\x2c\xfb\xd1\xb7\xa9\x3f\xbf\xfd\xd1\xec\xdb\x04\xde\xf4\x1d\x77\x5d\xf4\x3b\xe9\xf0\x7d\x75\x78\xa1\x49\xbf\x97\xc6\xb9\x30\x4e\x85\xc2\xf6\xab\x6f\x5e\x79\x4d\xb0\x59\xdf\x9f\xc6\x89\x6c\x49\xe6\x5b\x96\xae\xca\xb9\x7d\xe3\x59\x5f\xc4\x2f\x8a\xdd\x5f\x46\xbf\xfb\x8b\x92\x19\x99\x04\x97\xfd\x25\xf8\xa4\xa3\xc8\x6c\xce\x7c\xaf\xd2\xdf\xd0\xef\xe2\xfe\x8e\x3a\xfc\xd5\x39\x7b\x6f\x76\x8d\x40\x91\xfe\xca\x7d\x42\x12\x20\xe7\xc2\xfb\xfe\x2a\x3c\xf3\xde\xf0\x0c\xd9\x3f\xfa\x4b\x60\x51\x7f\xaf\xc9\x1b\x1a\x27\x81\x5a\xfd\x05\x50\x2b\x2b\x34\xf5\x4a\x7e\xbe\x57\x6f\xf2\x49\x78\x7f\x49\x7a\xda\x5f\xd4\x4d\xc8\x24\x05\xed\x2f\xcb\x65\x75\x54\x88\xcd\x99\x6f\x4b\xba\x2a\xc4\xf6\x17\xcf\xa9\x33\xc1\x66\x5d\x59\x88\x7e\x2b\xc4\x86\xc2\x33\x9f\x74\xe3\xf7\xdc\xb9\xff\x40\x1d\x5d\xa4\x84\x1d\xa4\x84\xa7\x8d\xbf\x93\x8d\x82\x6c\x42\xce\x24\xbf\xec\x9f\xc2\x17\xdf\x0d\x5f\x04\x5d\x24\xbd\xf5\xe8\x78\xeb\x71\x7e\xf7\xbb\xd3\x9f\x5c\x63\x54\x5e\xcd\xb9\xf4\xff\x06\x96\x18\xa2\x2f\x1f\xdd\xcf\x92\x66\xfb\x99\x7d\x63\xd1\xec\x1b\xeb\xb9\xaa\x9a\x2d\x59\x2d\xe5\x7f\xff\x57\x98\x71\x1d\x2a\x76\x3e\x50\xec\xbc\xda\xcf\x3b\x1c\xaa\x75\x3e\xd6\x15\xbb\x95\x2d\x5b\x2d\x1f\x7e\xc4\xef\x25\x0d\x02\xe1\xcf\xac\x96\xae\x96\xb3\x73\xea\x88\xe1\xa3\x81\x17\x9d\x95\x24\x46\x63\xd1\x7c\x1c\x0b\xe6\xe3\x3f\x2d\x1a\xf8\xd9\xbf\x4a\x40\xe9\x58\x04\xfa\x0d\x88\x4f\x96\xd5\x1e\x8b\x52\x6a\x2c\x58\x33\x95\x63\x28\xea\xa8\xd4\xf3\xb9\xc6\xd9\x16\xf5\x74\x34\x74\x79\x4c\x4d\xa1\xa6\x73\x3a\x7e\x67\x7f\x2c\xa2\x37\xc6\x2a\x18\x5e\x53\x57\x5a\xbd\xf2\xa2\x89\x6b\x54\xb5\x51\x15\xbb\x61\xdc\xc3\xaa\xdd\xa8\x1d\xa3\x08\x36\x69\xfd\x8e\x38\xad\xc4\x9e\x8e\xd5\x34\xf6\xe6\xa7\xc9\xb9\x80\x4d\xfb\xd1\x30\x42\xe7\x02\x36\x8d\xd0\xf0\x41\xe7\x08\x59\xdd\x78\x2c\xc3\x5e\x05\x7f\xe5\xda\x7a\x98\xd7\xc6\xc5\x70\x8d\x1d\xb1\x4a\xe3\x20\xc8\x78\x32\x96\xe3\x73\x9d\xb3\x0a\x7d\x0e\x8f\xc1\x8d\x1d\x85\x46\x8e\xf4\x82\xe6\x14\x5a\x89\x38\x9f\x63\xc9\xed\xb1\x78\xe9\x06\x08\xac\x2b\x59\xc9\xc6\xea\x5a\xa4\x3e\xd1\xc4\x41\x74\x1d\xa5\x7e\xba\x0a\xce\xa9\xeb\x28\x21\x96\xf8\x13\x0b\x63\x0d\x6d\xe2\x38\x47\xc9\x13\x7b\x1a\x3a\x2f\x90\xc0\xc1\x93\x39\xb4\xe4\xc7\xb6\xad\xae\xdb\x3b\xd4\xd3\xf1\x4e\x99\x66\x1a\x6b\xaa\xa7\x63\xff\x56\x66\x64\xc7\x9a\x9a\xd3\x34\x34\xb1\xab\xa9\xdd\x80\x0a\xec\xec\x69\x6a\x37\xf0\xde\xb8\x73\xf5\x96\xb6\x7d\x9d\x73\x44\xcb\x74\x88\x4a\x7b\x80\x4a\xbb\x7a\xe1\x4a\x2c\x4d\x6a\x63\x7c\x85\x1f\xdc\x1a\xc4\x8e\x73\x9c\x39\xf2\xad\x9b\xb3\xb1\x87\x95\xdf\x7b\x75\x24\x8e\xdf\x55\x1e\xce\xe9\xd5\x4a\xbc\xe8\xa9\x72\x0b\x5f\xad\xc4\x8b\x95\xd0\x25\x7d\x35\x88\x17\x83\xd0\x8f\xb4\xe6\x47\xa5\x33\xef\x35\xd6\xa7\xcf\x7d\x47\x1a\x68\x73\x3f\x0d\xfc\x98\xb7\x85\x95\x80\xc6\xfa\x74\x8c\x8e\xd6\x22\x18\x7d\xac\x4f\x27\xf6\xc3\x6c\x29\xcf\x37\xb1\xfd\x63\x3f\x38\xb1\xbf\x04\xcd\x10\x96\x62\xe0\x65\x74\x65\xd9\xeb\xb1\x19\x6b\x19\xfb\x88\x69\x16\x81\x1f\x02\x59\x8c\x9d\xf2\x69\x61\x4f\x8c\x1b\x0f\xbc\xab\xae\x4e\x01\xb2\xf9\x66\x6a\xe0\x9d\x75\x25\x6e\x78\x6c\x26\x63\xc7\x4e\x38\xb2\xce\xae\x24\xb6\x77\xc6\x07\x9d\x1f\x94\x70\xde\x47\x38\x93\x3f\x7d\xe8\xf9\xf5\xd8\x05\x7b\xf8\x4b\x0c\x8e\x4d\xa8\xea\x00\x7b\x39\x89\xd5\xc7\xa6\xcf\x34\x76\x41\x4f\xbc\x1d\x7a\x96\x3d\xf0\x2c\xbb\x3a\x0f\xfa\x2e\x5a\x8a\x8a\xae\x78\xd2\x77\x55\x57\xc7\xc0\x67\x21\xf9\xb1\xab\x96\xe2\xb8\x59\x35\x7e\xde\xfc\xd8\xb4\xb6\x07\x0c\xda\xca\xdc\xdd\xd0\x23\xef\x81\x47\xde\x95\xf6\xdf\x10\x69\xfa\xd8\x0d\x1f\x4c\xfc\xa0\xf4\x3c\x4c\x5f\xa2\xf4\xc7\x96\x00\xde\x36\xf1\x23\x4e\xd8\xb4\xb4\x76\x96\xb6\x71\xab\x4c\x4b\x0b\xa9\x1d\x94\x06\x7a\x30\x3e\xb6\x67\x34\x71\x6d\x5d\xbb\xe8\xe7\xa8\x37\xfd\x48\x23\x3f\x86\x6a\x0d\x8a\x83\x2d\x89\xbe\x1d\x83\xe0\xf0\x42\x3d\xc5\xb1\x42\xa8\x05\x76\x68\xcd\xa3\xe1\x73\xdc\x0e\x02\x4b\x07\xcc\x7a\x52\x9d\x8f\x1d\xda\x8e\xc0\x42\xe8\x50\x84\x4e\xe6\xd1\x08\x35\x68\x9f\x6c\xa9\x01\x10\xc0\xd7\xd0\xfe\x76\x75\xd5\x4f\x57\x8c\x90\x8c\x2d\x35\xb0\x8f\x1a\x60\xca\x73\xec\xae\x95\x1d\xd8\xf9\xca\xae\x86\x76\x6a\xa0\x2b\xad\xdf\xd0\xfa\x0d\xac\x1f\xad\x83\x3d\xb4\x7e\x63\x9d\x51\x50\xf4\x6c\xe9\x88\x0d\x71\x1f\x5a\xdb\xa9\x15\x3c\x92\xbf\xa4\xc4\x15\x94\xb8\x87\xf3\x53\xa8\x2d\xf5\x06\x7f\xe0\x9d\x7d\x0d\xfb\x6f\x7c\xbf\x63\x2f\x1d\xcf\xe3\x34\x31\x95\x3b\xf6\xd2\x4d\x58\x18\xa3\xba\x5b\xba\x09\x0b\x37\xe1\x9f\x5f\x69\xd2\x0b\x23\x71\x9e\xf7\xad\xae\x36\xba\xe2\x9c\xb7\xd6\x77\xe3\x00\x04\xe7\xbc\xb5\x2b\xd0\x21\x44\x4d\x8f\xfd\xea\x00\x40\x53\x04\xa5\xf4\x96\xa6\xd8\x2f\x36\xac\x73\x80\xaf\x36\xec\x45\x5f\xb4\x53\xf6\xab\xb3\xf1\x9e\xb3\x41\x83\x68\x7f\x5a\x8b\xe3\xc7\xd4\x4e\x25\x27\xb7\x70\xec\xef\x9c\xb5\xe0\xe7\xa4\x45\xc0\xee\x5f\x99\x32\x1c\xaf\x0c\xfc\xf7\x28\x84\xc2\x91\xbf\x7c\x2a\x34\xde\xa7\x42\x5d\x35\x36\x35\x35\x9d\x55\x67\x9a\x71\x88\xbf\x60\x00\xcd\x56\x38\xdd\x57\x0a\xe1\x4d\xc7\x84\x79\xf8\x1b\xc2\x1b\x06\xa8\x0a\x2a\x59\x8d\x86\x6a\x0f\x0c\x78\xb6\x95\x55\xeb\x86\x98\x0b\x06\x98\x0b\x2a\x73\x96\xe3\x65\xe1\xaf\x81\x22\x04\xb5\x6b\xe8\x2c\x91\x3b\xde\x8c\x43\x5d\xf4\xab\xa1\x26\x7c\x90\x02\xe8\x2d\x5a\xa5\x63\xe3\xf3\xed\xfa\x10\x0f\xc2\x00\x0f\x42\x65\x96\x73\xbc\xb2\xf1\xdf\x82\x55\xfa\x79\x8e\xe3\x2d\x5a\xa5\x63\xee\x57\xed\x87\x0c\xf9\xb7\x60\x10\x94\x25\x6f\xd5\x20\xea\x19\x84\x16\xbd\x6a\x69\x61\xe2\xf3\xa2\xbe\x0c\x6b\x8f\xf7\x58\xf4\x55\xcb\xd7\xb4\x46\x47\xd3\x54\xd2\xe6\x8d\xb7\x69\x74\xb0\xe2\x3b\xad\x9b\xb7\xe9\x7b\xc7\xa0\xaf\x5a\x58\x42\x0e\xc7\x7b\xb4\x4b\xa5\xc8\x7f\x4d\x4b\x74\x2c\xff\x92\x34\x25\x29\x9e\xd7\xb0\xf3\x4d\xbf\x0a\x35\xf5\xff\xfd\x1f\x9f\xda\x8f\xd7\xb4\x44\x47\x07\xd5\x4e\xa7\xe0\x35\x0d\xe2\x78\x0e\x95\x32\xff\x95\x4a\x42\xdd\x86\xda\x8d\xab\xe7\x3a\x12\xde\xd0\xa4\x5f\x69\x10\x8e\x41\x70\x73\xa5\x92\x40\x15\x51\xb5\xb7\x7c\xea\x31\xde\xe3\x6e\xd4\x4e\xa7\xea\x0d\xad\x44\xe0\xb0\x38\x27\x25\x75\xf5\x1e\xcf\xa4\x6a\x8d\xe4\x99\xbc\x47\x3d\xd5\x4e\x93\xe8\x0d\xed\xc6\x51\x4f\xac\x43\x30\x5e\x39\x2d\x6f\xc7\xd9\xa3\x23\xf6\x76\x1d\xf3\x8e\x13\x46\xe1\xf2\x0e\x2d\x12\x14\x4f\x97\x34\x18\x3a\xcc\x47\x2f\xd4\xae\x8b\x3d\xb5\x89\xc7\xd8\x6f\xc4\xb9\x8f\x77\x6a\x80\xf3\x6c\x15\x4d\x8e\x57\x32\xfd\x5d\x38\x14\x34\x2c\x5e\xc9\x74\x94\xb5\x68\x8f\x0e\xed\xd2\xf7\x8e\x1f\x40\xce\x83\xa1\x98\xd1\x78\x8f\x48\xaf\xd4\x8b\xaf\x44\xfa\x7b\x1c\x84\xc6\x9a\xbc\xe3\xdd\xda\xde\x7d\xb6\x57\x07\x69\xeb\x8c\x1d\xb9\xdf\x1e\x1d\xbf\xad\x9e\x8e\xef\x50\x58\xa0\x6b\xbc\xd2\x03\xef\x8b\xae\x0a\xc7\xf7\x6a\x43\xbe\xe7\x34\x69\x83\x25\xd2\xdf\xaf\xa0\x89\xdb\xf8\x69\xec\x1f\x3e\xc8\x80\x84\xa0\xb3\x03\xf1\xab\xf6\x68\x6d\x3f\x0d\xfe\xd8\xff\x8d\xa9\xc1\xf1\x49\xdc\x7f\x0f\xfa\xe2\x0a\x7e\x4c\xd2\x8e\xef\x81\x64\x34\x35\xb9\x9a\xb0\x4e\x9d\x2d\x43\x2d\x0b\xdf\x0b\x36\xbd\x6a\xc2\x28\xe8\x4f\x7c\x24\xc4\x18\xdf\x91\xfd\xed\x51\x57\x8c\x07\x8f\xef\x88\xea\xf6\xa8\x2f\xa6\x94\x06\xa2\x6b\x8d\xb8\xfa\xf1\xc9\x01\xf8\x8e\x03\x50\x79\x45\x3e\x39\x00\x5f\xc6\x28\xa8\x15\x3f\x89\xee\x0f\xe1\x19\xfa\x13\x9f\xac\xfc\xaf\x60\x6d\x79\x0f\xbe\xa2\x9e\x8e\xa8\x26\xe0\x65\x7c\x55\x93\x82\xfd\x4f\x4f\xe3\xab\x9a\x53\xed\xb0\x44\xd8\xa2\xe5\xab\x98\x12\x4d\x00\xc1\x83\x07\xe0\xc1\x8d\x79\xbe\xf1\x49\x74\x03\x28\xdc\x98\xe6\x1b\x5f\x53\x57\x0d\xf6\x26\x4d\x25\x95\x2d\x19\x28\x5b\x42\xe8\xcc\x50\xd1\x92\x01\x70\x71\x63\xaa\x6e\x7c\xa6\x43\x61\x90\x8d\xfc\x9c\x44\xf7\x67\x18\x04\x9d\xd6\xcf\xb4\x7c\x36\xd0\xc4\x59\x11\x49\x35\x3e\x83\x25\xea\xfa\x95\x26\xec\x18\x45\xe6\x28\x24\xa1\x3f\xc7\xd1\xa4\x29\xf7\xb9\x86\xe1\x18\x06\xf5\xce\x27\xe1\xfd\x41\x78\xf7\xff\x86\x0f\x18\x9f\x6b\x57\xfc\xc3\x37\x79\x06\x25\xc1\xbf\xc0\x20\xe9\x6a\x7e\x04\xbe\x0c\x90\xe4\x34\x16\x18\x1c\x9f\x44\xf8\x17\xf8\x20\x7d\x87\xaf\xeb\x42\x1e\x37\xa2\x3d\xdc\x15\xe2\xed\xc7\xd7\x61\x7f\xe9\xb8\x77\x4d\xba\x9f\x63\x93\xa8\xbb\xbf\xae\x55\xec\xe8\x4a\x17\x5c\xd2\xfd\x1b\x19\x4d\x5c\xfb\xa1\xbe\xc6\xed\x8b\xd3\x92\xe0\xff\x06\xfa\xd2\x0d\x1f\x3a\x51\x03\x11\x08\x1d\xec\xa1\x23\x35\xcf\xb4\x58\x71\x70\x7c\x53\x7d\x4d\xec\x98\x6e\xf8\xd4\x8e\xcd\x0e\x69\xc2\x16\x6d\x09\x74\x4c\xd2\x0d\x9f\x9a\xf1\xc4\x45\xd1\x91\x92\x92\x41\x01\x9a\xf6\xcf\xb9\x59\x12\x69\x0b\x5d\x71\x10\x0a\x30\x7d\xeb\x6e\xd6\xaf\x45\x6e\xc3\xb7\xb1\xf9\x5a\x25\x29\x99\x0f\x4a\x26\x31\x64\xf0\x6d\x6d\xfe\xc6\x6d\xd0\xc5\x93\x96\x01\x5f\x51\x4b\xba\x5e\xaf\x8e\xfc\x8b\x23\xcf\x68\xc2\xf7\x6a\x95\x8e\x0b\x41\xb2\x96\x21\xc8\xfd\xf8\xde\x33\xf4\xac\xd3\xf4\x69\xec\xdf\xd9\x90\xac\x16\x2d\x12\xd4\x0f\xc9\x74\xc6\xa7\xb8\xd4\x77\x34\x51\xcb\x5a\x25\xa9\x9f\x0f\x3a\x86\x65\x3f\xa7\xc0\xfd\x13\x14\x4a\xed\x67\x23\xce\x87\x89\xc0\xf9\x3c\x13\x3f\xea\x6c\x7a\xd5\x84\xef\xe9\x57\xd4\x16\x13\xf4\x49\x8d\x6f\x1a\x26\x80\xfe\xbf\x3f\xf1\xc1\xcc\x0f\xa6\xa5\xa6\xfd\xbf\xff\x23\x7a\x6d\x3e\x4c\xe1\x4e\x94\xed\x69\x2c\x6d\x38\x1f\xbe\x01\x99\x0f\x54\x4c\xfe\xa9\xe2\xf9\x30\x69\x3a\x1f\x28\x12\xc6\xf9\xa7\x5e\x09\xcc\xa7\xe0\x83\x3f\x7d\x3b\x1f\x06\xf3\xe7\x73\x94\x4a\xc9\x0f\xa7\xc5\x68\xfe\x7c\x0a\xfa\x6a\xfa\xa0\xfa\xaa\xd8\x92\xc6\x69\x31\x94\x34\x9f\xda\xce\xb4\x8c\x2d\x5a\xdc\x8a\x51\x98\x9a\x3e\x36\x35\xac\xa0\xf1\x7b\xcc\x95\x4e\xbc\x2a\x20\x58\x6f\x3e\xa6\x65\x82\x56\x60\x15\xc4\xf9\x98\x96\xdd\x70\x2e\x82\x13\x26\xbd\xf2\x7c\x8e\x05\x5f\xc8\xba\x39\x1f\xd3\xe2\x42\x2d\x30\xbc\x3d\x1f\xd3\x66\x39\x06\x18\x5c\x77\xd7\xb4\x1c\xcb\xd4\xf9\x2b\xff\xe7\x57\x67\x8b\xb5\xec\xae\xd3\x04\x09\xce\x64\xed\x7c\x42\x9b\x75\x84\x79\x2b\x0f\x7f\x15\x9a\xd6\xb1\xb4\x1b\x5f\x3b\x4c\xbd\x3e\x98\x78\x7d\xc0\xf2\x38\xf3\x09\xad\x2d\x04\x78\xe3\xaa\x77\x2d\xe0\x11\xe0\xad\x3c\x5c\xf5\xae\x49\x75\xc7\xe1\x64\x4f\x5d\x27\xe6\x58\xea\x4d\x5b\xdf\x75\x2a\xfa\x8b\x1f\x71\x10\x5d\x83\x80\x68\xff\xd9\x53\xf3\x19\x9a\xd3\xb8\x3d\xf1\x94\x0d\xf5\x34\x8e\x1c\x31\xb5\x4c\xb5\x9c\xe5\xd3\x71\x99\x3a\x2e\xf3\x1c\x17\xe7\x71\x9e\x9a\x12\xc4\x3a\xf3\xd5\xf3\x99\xda\xf8\x89\x75\xcd\x9c\xed\x54\x4f\xc7\x57\x20\xd6\x70\xea\xfd\xc5\xc4\x73\x8b\xc6\xa0\xf3\x7c\x96\xee\xc0\xf1\x15\x5a\xf0\x6a\x2f\x9d\x3e\x48\xf5\xe0\x3a\x2c\xdd\xb6\x05\x71\x50\x38\x86\x2d\x79\x75\x5c\x07\x96\x92\x9a\xcf\xd6\x0e\x42\xe0\x33\x46\x3c\xc5\x41\x36\xc1\x41\xd6\x4a\xe1\xc8\xb7\x06\x71\x1c\x8c\x16\x6a\xd1\x42\x1c\x2f\xa2\x31\x10\x3c\x9f\x57\x83\x38\x5e\x44\xeb\x6a\xd1\xe7\x8e\xe4\x6f\x45\xc7\xfc\xd5\xa4\xde\x89\x26\x4e\xea\xd5\xf2\x41\x3e\xb3\x46\xe4\x4c\xcc\xdc\xce\xf4\x60\xa7\x5c\x4d\xa1\xa6\xb3\x7e\x3f\x0c\xd5\x4c\xac\x10\x35\x13\x0c\x7d\x5e\xa8\xc4\xc4\xed\x4c\x0f\x8e\x25\x85\x41\x62\x76\x60\xa6\x54\xfe\xf7\x7f\xe4\x57\x9a\x89\xd0\xb1\x89\xc7\x2d\x8d\x19\xf0\x99\x92\xc6\x90\xfa\xf9\x51\x63\x8b\xc6\x70\x44\xba\xfd\x14\xd5\x4c\x64\x67\x9d\x29\xa7\x23\x75\xb8\xbb\x7a\x1f\x33\x53\x6e\xff\xfb\x3f\xc2\x39\x67\xa2\x3f\x31\x13\xf4\x00\x1f\x7a\xcc\x24\x3d\x90\x32\x4e\x2c\xf7\x30\x65\x0d\xe2\x78\x1d\xe4\x70\x9a\xaa\x83\x36\x53\xc1\x69\xe1\x1e\xa6\xa2\xe9\x16\x0c\xe2\xbf\x05\x45\x67\x62\xa0\x68\xa6\xa3\x3f\xc8\x0a\x35\x93\xd4\x47\x82\xfa\x28\x5d\x4d\x4b\x4d\x48\xd7\x14\x6e\x70\xd5\x42\x1d\x7f\x85\xe5\xc1\x66\x62\xe9\x9b\x99\x8e\x26\x69\x8c\xcf\xcd\x54\x35\x88\xe3\xca\x90\x2a\x6a\xea\x11\xd1\x44\x79\xb7\x56\x1f\xf5\xa4\x41\x1c\xf5\xd3\x18\x33\x9b\xe2\xc5\x9b\xe0\xc5\x23\xbd\xd4\x14\xf3\xdd\x04\xf3\x9d\x15\x6e\x56\xd3\x66\xc1\xe7\xe1\xab\x95\x99\x9a\x06\xd1\x26\xb2\x53\xfa\xd5\xab\x26\x0c\x22\x71\xbe\x04\xfa\xce\x74\x34\x5d\xab\xda\x48\x3e\x71\x9a\x28\x34\x57\x64\x05\x88\x7e\x6f\xa6\xe3\xca\xb4\x4a\x71\x9a\xa4\xc3\x92\xdd\x24\x19\x27\xec\x3a\x83\x70\x52\xaa\x56\xd0\x75\xda\x8f\x93\x42\xe4\xec\x4c\xae\x0d\xf6\x3b\x2d\x6e\xb0\xd4\x1b\xf8\xf9\x0a\x5f\x4f\xce\x14\x5a\xdb\xa3\xde\x88\xa2\x98\x29\x34\xab\xc0\x20\x0a\xd7\x22\x34\x88\xe3\xaa\x90\x63\x6b\xa6\xae\x55\x3a\x3a\xcc\x34\x27\xa9\xb0\x04\x15\xc6\x88\xd5\x4c\x5d\x1b\x02\x15\x56\x2b\x7b\x92\x0e\x4b\xc7\xe7\x68\xa4\xaa\x99\x69\x68\xbe\x50\x3a\x0c\xee\xcc\x34\x35\x8a\x89\x5f\x51\x29\xa6\xa9\x0d\x81\xda\x61\xbd\xcd\xa9\xc2\x7c\x33\x41\x83\x90\x8a\x66\xea\x71\xd8\xc4\x5b\xb0\xc6\xaa\x92\x33\x2d\x6d\xe3\x51\x14\xc4\xc2\xcc\xb4\xb4\xea\x70\x0c\xe8\xe1\xcf\xb4\x35\xc0\x8d\xc3\x14\xec\x4a\x8a\x22\x6d\x74\x25\x29\xb3\xd5\xd5\xf1\x04\x58\x5b\x6e\xa6\x57\x07\xe6\x85\x55\xd6\xf9\xbd\x57\x7b\x75\xac\x7f\x33\x9e\x4d\x69\x83\x04\x6d\xd0\x24\x6e\xa5\x0d\x50\x33\xb0\x35\x5d\xee\x4f\x43\x47\x88\xa9\xe9\x0a\x7f\xea\xea\x43\x57\xbc\xa7\x9f\x96\x02\xda\x85\x4e\xd2\xcc\xb2\xfe\x41\x9a\xd8\x1a\xef\x55\x66\x84\x69\xe6\xe7\xdc\xee\x5f\xda\x77\x66\x39\x06\x20\x56\x6c\xf4\x69\x66\x26\xc8\x6a\xe6\x07\xf6\xd0\xcf\x73\x99\xaa\x5a\x38\xc1\xb3\x48\x9a\xb3\x99\xe5\x4d\x64\x78\x13\xac\xc6\x39\xb3\xbc\x09\xbc\xc5\x6b\x72\x4f\xf4\x14\x6f\xe2\x29\x1e\x51\xd0\x33\x4b\x89\xe4\x8c\x49\x51\xbf\x64\x62\x86\x66\x3e\x0a\xa5\x35\x0a\xdb\xcc\x27\x3b\x33\x67\xd8\xc2\x9a\xb0\x14\x4c\x86\x37\x21\x3b\x3e\x17\x2d\x60\x81\x2e\xa3\x7a\xce\x45\xcb\x04\x99\xcf\xe7\x33\x33\x17\xcd\xb8\xe0\x83\xb4\x12\x72\xd5\x8c\x2b\x66\x4c\x2b\x21\x33\x71\x30\x73\x85\xa4\x0b\xfd\x4a\xf3\x42\x68\x4a\x26\x6f\x96\x68\xc7\x4b\xc3\x22\x43\x3e\xcb\xd3\xc8\x0d\x83\xa7\x21\x9f\x9b\xd6\x10\x12\xbc\xf1\xa6\x66\x02\x8a\x67\x6e\xe8\x8b\x27\x2d\x13\x36\x34\x73\xc3\xc9\x75\x8e\x50\x12\x3c\x23\x02\xd5\xb4\xbc\x4c\x1e\xcc\x7c\xbc\x0e\xa3\xfa\xce\xae\xd5\x45\x94\xa9\x69\xec\xae\xed\xf7\xb3\xfd\x54\xdf\x59\x3e\x08\x9e\x48\x36\x99\x88\xd9\xb5\x91\x8e\xe3\x19\x1c\xba\xeb\x78\x1e\x4f\x85\x60\xf5\x99\x5d\x93\x42\x14\x89\x4f\x5e\x66\x0e\x0d\x22\x30\x08\x9e\xce\xd0\x22\x05\xf4\x41\xe7\xd2\xca\x3b\xc9\x88\x2f\x35\xda\x02\xb9\x6b\xbe\x47\x96\x13\x0b\x35\xb3\xdc\x93\xdc\xcf\x20\xec\xe1\xf8\xba\xf6\xfe\x88\xf9\x26\x1b\x2c\x77\x9d\xe9\x23\xdb\xfd\xe1\x22\x49\xb4\x67\x44\x9e\xec\x61\x57\x43\x83\x18\xe9\xfc\x88\x9f\x93\x7b\x02\x1a\x4f\xff\xe7\x37\xda\xc2\xeb\x9d\x48\xc4\x48\x53\x80\xc3\x93\x3c\x14\x33\x0f\xdd\x82\xeb\xb8\x48\xf8\x48\x87\xe4\x09\x17\x89\x9a\x3b\x4b\x87\x80\xdb\xb3\xc9\xca\xca\x4b\x8b\x74\x7c\x8b\x66\x8c\x3d\xe4\xa5\x01\x1e\x5f\xc3\xff\xf9\x91\xc6\x07\xed\x62\xd4\xb4\x79\x69\x91\x8e\x3a\x69\xac\x01\x39\xf3\xd2\xd5\x39\x1e\x89\xd3\x49\xca\x5b\xb7\x74\x9f\x5b\x2a\xbf\x34\x4b\xbb\x64\xc4\x9d\x08\xb5\x9c\x79\x6b\x7c\xc7\xef\x70\xc9\xb9\xad\x41\xec\xf7\xb4\xc4\x7f\xb3\x46\xf3\xab\xc3\xf9\xda\xff\xfe\xcf\x25\x05\x5f\x5d\x83\xa3\x86\x1a\x5f\xeb\xcc\xfc\xea\x1a\xbc\xdf\xf9\x11\xef\xce\xa7\x79\x7d\xed\x7f\xff\xe7\xb4\x20\xf2\xa7\x53\xf6\xcd\xd3\xf2\x3b\xea\x45\xea\x05\x3c\xa5\x2c\x74\x36\x8b\xdc\x9a\x02\xc5\xc3\x52\x91\xb3\x30\x5f\x3d\xcb\x83\xf3\x4c\xe1\x58\xa4\x5e\x0a\x34\x85\x51\x38\x96\xa4\xae\x12\xba\x6a\x6c\x29\x6a\x39\xeb\xc0\xc8\x8d\x8a\xb4\xce\x72\xfc\x98\x26\x9d\x5e\x88\x7a\x9a\x60\x51\x6d\x66\xea\xe9\x55\x13\x06\x41\xa5\x5e\x98\xca\x9e\xe0\x57\x6d\x24\xaa\x99\x45\x9a\xa7\x40\xf3\xf0\x05\xd1\x2c\x7c\x89\x30\x51\xd7\xb5\x99\x73\x99\x98\x2a\x99\xe5\x62\xa5\x78\x45\x44\xd2\x3a\x51\xf1\xb5\x91\xc0\x66\x96\xa2\x65\x82\xe6\x31\xda\x3e\x45\xc1\xaa\x72\x14\x43\x23\x7a\x73\x96\xaa\x79\xb5\x33\x78\x32\xcd\xcc\x22\x4b\xbf\x1c\xd3\xde\x35\x63\x3e\x4a\x9d\x78\xaf\x4d\xc2\xc9\x59\xda\x3f\x9f\x3b\x27\x89\xaa\xa0\x98\xb6\x0a\xb1\x2a\x89\x04\xbd\xeb\x9e\x78\xd7\x4d\xac\xd9\x2c\xa6\xcf\xf9\xd9\x5f\xcd\x56\xf6\x7a\xf1\xfb\x39\x4e\xc9\xb5\xe8\x47\x2b\x34\x4f\x1c\x9e\x54\x41\x41\xd0\x89\x75\x06\x67\x91\x55\x5e\xe2\x74\xa5\xd5\x93\x55\x5e\x8e\xbc\x77\x1a\x8e\x25\x74\x94\x8e\x51\xde\xc8\x48\x3a\x8b\xac\x72\x10\xd6\x36\xa7\x80\x29\x12\xdd\x05\x66\xb9\x53\xc0\x14\x99\xe5\xe0\xaf\x6d\x7c\xb5\x33\x4b\xd7\xa1\x00\x16\xa9\xe8\x83\x92\xdd\x78\xdf\x4e\xc0\xdb\x2c\x43\xab\x84\xd0\x12\x41\x95\x53\x75\x77\x27\x28\x6f\x9b\xeb\x2e\x0e\x1d\x17\x88\x68\xd7\x5d\x94\x88\x2e\xb0\xe5\x59\x5c\x76\x96\xa9\x03\x7d\xcc\xfa\x52\x34\xf6\xa9\x6d\x84\x99\xef\xba\x57\x0a\x14\x95\x63\xf1\x93\xbf\x73\x16\x62\x4f\x27\x1e\xe2\x97\xa2\xb1\x2f\x2d\xd3\x11\xe4\xed\x9f\x03\xb8\x74\x34\x8f\x9b\xc0\xa7\x23\xb3\xc8\x01\x28\x70\x00\x5c\x17\x6e\x6b\x10\x47\x5a\x87\xee\xc0\xd6\xc8\xf7\x87\x41\xf0\x7b\x72\x00\x50\xff\xb7\x39\x6d\xdb\xf2\x6a\x87\x91\x64\xfe\xe7\xdc\x4a\x0a\x83\x04\xb8\x91\x22\x65\x96\x4f\xdb\x08\xf0\x69\x91\xe0\x94\x18\x2e\x1f\x80\x90\x5a\xf6\x4f\xcb\xf4\x61\x1f\x69\xdd\xa8\xbc\xf0\x2c\x70\x01\x08\x77\x9c\x95\x20\xd3\x59\x1f\x2c\xc6\xef\x49\xd6\x14\xff\xf0\x04\xff\x70\xe1\x0b\x8d\xa9\x9a\xc4\xb3\x22\x39\x40\xfe\x93\x29\xf6\xe1\x59\x9f\x8b\xef\x54\x13\xb5\x26\xa8\x0b\x82\x81\xd4\x2a\x43\x1f\x25\x8d\x5b\x30\x5c\x54\x25\x8a\x2b\x44\x71\x30\x92\x5a\x89\x2a\x9a\xf5\x48\xe5\x16\xbc\xfa\x55\xa2\xb8\x42\x14\x07\xaf\xbe\x6a\x1f\xcf\x8a\x50\x52\xd0\x49\xa9\x12\xc5\xf5\x18\xfd\x7c\x3a\x33\xab\x22\x49\xf5\x48\x62\x82\x2e\xa7\x4a\x22\x4f\x54\x39\x6e\x84\x56\xce\x2a\x17\xa0\x42\x46\x93\x65\x64\x56\xc9\xe8\x8a\xac\x35\x5f\xc6\xcc\x5a\xd4\x55\x59\x67\x01\xa9\x45\xaa\xc4\x37\x2a\x23\xb7\xa0\xc0\xa8\xca\x35\xa0\x30\x72\x21\x5f\xf2\xac\x55\x2b\x88\xec\x34\x5f\xa9\xcc\xaa\xe8\x0e\xf8\x21\xf8\xe6\x67\x56\x79\x00\x15\xea\x80\xb8\xc6\x59\x9b\x16\xf0\xa8\x83\x16\x3c\x9e\x95\x68\xa4\x59\x5b\x9c\xef\x71\xe8\x4d\xc7\x02\xd1\x1d\x16\xd8\x9d\x55\x0a\xa1\x1a\x06\xc1\x9e\x4c\x0b\x68\x08\x11\xeb\x2c\x49\x21\x54\xc3\xf7\xa8\x94\xaa\x6b\xef\x91\xa0\x08\x2d\xa0\xeb\x48\x3b\x8e\x34\xdd\xc6\x2a\x65\x51\x91\xbb\x08\x2d\xa0\x72\x17\x15\x90\x56\x45\x4d\x55\xa4\x79\x56\x04\x6a\x82\xc1\x89\x2a\x1f\xa0\x06\x3e\x48\xef\xa5\x86\xf6\x31\xb0\x23\xf4\xbc\xaa\x52\x14\xf5\xb8\x03\x85\x70\xc2\x59\xa5\x49\x2a\xd4\x45\xfc\xd3\xa4\x33\xd3\x71\x66\xe8\x44\xa9\x1c\xf4\xac\x88\xe2\x84\xee\xfe\xd0\xf2\x42\x29\xb0\x3a\xe3\xac\x43\xe7\xf3\xe8\x87\x46\xfa\xd8\x59\xa5\x14\x2a\x02\x3c\xfd\xa9\xff\xcd\x24\xad\x53\xa7\xe3\x28\x06\xd6\x6d\x9e\x75\x6a\xad\xe6\x87\x88\x3a\x9b\x64\xd5\x57\xa8\x8c\xae\x9b\xac\xc8\x50\x85\xc1\x4f\x3e\xda\x59\xa5\x18\x40\x25\xde\xba\x4e\xf6\xd6\xac\x11\xe4\x61\xad\xdc\x59\x15\xe4\xa9\xc7\xee\x26\x13\xcf\xac\x12\xff\x15\xd9\x00\xe2\x03\x67\x7d\xb5\x2d\x47\x13\x34\x72\xa0\xcc\xfa\xea\xb8\x1d\xf1\xff\xcf\x99\x97\xf4\xaf\x88\xff\x74\xad\xc5\xab\x41\xbc\x18\x04\x7b\xfa\xb4\x14\x08\xff\x10\x06\x38\xeb\xa7\x05\x84\xf0\xef\xea\x4a\xc2\xbf\x7e\x2f\x9a\x7e\x42\xa3\x49\xf8\x37\x84\x72\x08\xe9\x9b\x4d\xd9\x85\x06\x6c\x68\xe5\xd9\x68\x0a\xd8\x80\x8a\xbd\x91\x43\x76\x36\x45\x65\x5a\x3a\xfa\x93\x51\xbc\x46\xdc\xe8\x04\x47\x7b\x23\x49\xec\x6c\xc4\x8d\x4e\xd4\x0b\x6f\x04\xcd\xcd\xa6\x2c\x42\x4b\xeb\x7c\x2f\xd8\xc2\x59\x35\x08\x78\x82\xe6\x66\xcb\x1a\xc4\x91\xf5\x2c\x9f\x3d\x9b\x82\x3c\xa8\x30\x1e\x1a\x83\x02\x39\xed\x58\xd6\xc4\x1f\xcf\x46\x64\xe8\x6c\x47\x9e\x37\x42\xf0\xa6\xaa\x8d\x4f\x54\x1b\xd7\x05\x6f\x12\xef\xed\x88\xf3\xa2\x80\x7a\x53\xc0\xbf\x15\x6c\x07\xd5\x74\x53\xc0\xbf\xd5\x23\x08\x29\x15\x9a\x62\x3f\xed\x48\x77\xdd\xfc\xa6\x4c\x32\x38\xec\x1b\x61\x80\xb3\x55\x2d\x5e\x3d\x07\x89\x32\xa1\x35\xed\x3b\x72\xcc\x64\xd0\x9d\x22\xbb\x9f\x28\x7c\x6e\x8f\xf6\x5d\x22\x1c\x85\xd0\x25\x48\x1a\xf1\xa4\xb3\x41\x82\x33\x15\xd5\x94\x98\x46\x81\x74\x23\x1f\xef\x6c\xca\x3e\x37\xc3\x09\xe3\x9d\x6f\xe4\x1c\x9a\xcd\x30\x08\xc6\x13\x9a\x69\xdf\x8f\xdc\x37\x12\xee\xce\x26\xb9\xdf\x10\xc3\x21\xa7\xee\x6c\x0a\xc2\xb7\x40\x72\x8b\xc9\x8a\xa6\x44\x32\xca\xad\x1b\x4b\x2c\x4e\x11\xf8\xcf\xd6\xef\xaf\xb8\x82\x32\xdd\x5b\x0f\x24\xbe\xf8\xc1\xae\xc1\x77\x8c\x90\xc1\xb8\x26\xfb\xbc\x1d\xfb\x9c\x78\xf0\xd9\x64\x9f\x83\x00\xc9\x58\x5d\x70\x36\x85\x5d\xda\xc0\x12\xd2\x66\x6e\x32\xdd\xdb\x31\xdd\x3b\xad\xa6\x36\xb4\x57\xe3\xc5\x8f\xb8\x4c\x53\x83\x98\x18\x04\x27\xa5\x84\x71\x9b\xed\x7f\xff\xd7\xe9\x98\x35\x25\x8c\xdb\x11\xd5\x46\xa4\xdf\x14\xef\xd2\x04\xcd\x52\xa7\x79\xd6\x64\xec\xb7\x89\x85\xd0\xbd\x5e\xda\xaa\x23\xdf\xed\xd1\xed\x95\x50\x07\x35\x93\x3d\xba\x8a\x0a\xf7\x83\xaa\x89\xf8\xf2\xd9\x14\x8f\x69\xc7\xba\xef\x34\xe9\x9a\xd2\xc2\x6d\x63\x7b\x75\x75\xb6\x56\x6f\xa3\x27\x5d\x1d\x45\x5d\xda\xc6\xf2\xe9\xac\x2b\xf9\xdb\x5e\x7c\x50\x87\x5d\xe1\x7e\xd4\x4d\x28\x35\xeb\x57\x5a\x8b\x63\xc2\x5b\x62\x58\xad\x7d\x9a\xf0\x91\xea\x96\xb4\xec\x9f\x0e\xe0\xb1\xdb\x8d\xaf\x3a\xa6\x29\xb6\x62\xc7\x38\xb7\xc4\x29\xab\xf6\xc2\xb4\x23\xc5\x8d\x1c\xbc\xd3\x08\x01\x9d\xf6\xe0\x83\xb4\xb5\x4c\x11\x14\x4b\x58\x42\xfe\x48\xc0\x1d\x94\x6e\xb0\x54\xd4\xd4\xd5\x34\xce\x8c\x19\x50\x37\x89\x6e\x3b\xc6\xb9\x91\x73\x63\x9a\x32\xc0\x76\xec\x74\x62\xf7\xa7\x29\xcd\x6b\x47\x40\x1b\x8b\xe0\x4d\x53\x2c\xc4\x8e\x05\xde\xd5\x93\x2c\x70\xd4\xfa\x37\x32\x71\x4c\x13\xda\x07\xa5\xfe\x8d\xc8\xe5\x69\x92\xeb\xe0\xe1\x32\xd6\xc6\x9b\xc6\x57\xb8\xd3\x2a\x26\x4c\xb4\x85\x29\xbd\x6a\x35\xce\x28\x38\x29\x59\xd9\xa0\xf1\x32\x72\x70\x4c\x23\x3c\x74\x5a\xc5\x52\xf0\x22\x98\x62\xf0\x76\x6c\xf1\xc2\x52\x11\xd3\x24\xa4\xad\xe1\x5c\xf0\x8e\x18\x91\xa3\xd3\x80\x1c\xad\xb4\x1e\x4c\x31\x78\x33\xcc\x98\x4a\xc4\x64\x4d\x9b\xe1\x83\x0c\x0f\x98\xe0\x3e\x76\x64\xaf\x11\xdc\x36\x55\x21\x63\xa2\x42\x46\x21\x7d\xdf\x34\xc9\x62\x73\xf4\x45\x9f\xdd\x14\x9f\x07\x01\x59\x21\x9a\x7c\x9a\x6b\x09\x1d\x83\xd7\x76\x29\x8d\x6a\x7e\x76\x92\x6c\xc0\xd3\x14\x95\xb1\xc0\x83\xb8\xa6\x26\x6d\xd7\xb1\x83\x2d\x3f\xff\xad\x30\xed\x34\x85\x52\xac\x9f\x33\xc5\xdc\xa7\xc9\x6a\x36\x08\x71\x32\x72\x4c\x1b\xda\x97\x23\xb5\x8d\x0f\xd9\xa7\x29\x0e\x6e\x47\x34\x9b\xb2\xdb\x26\x98\x8e\x1d\xd9\xdc\xb5\x1e\x53\xc3\x9f\x15\x3f\x62\x57\x12\xbb\x76\x6c\x67\xcb\xff\xfc\x4a\x3b\x36\x31\x69\xad\xa2\xd0\x38\x76\x44\xb0\x65\x2d\xd5\xd2\x2a\x2e\x0c\x50\x87\x5e\xf1\x12\x5b\xd8\x67\xe3\xe9\x50\x20\xdc\x76\x01\xa6\x80\x47\x40\x31\x6d\x83\x78\xe5\x5b\xec\x69\x02\xd0\xd8\x46\x5f\x3a\xbf\x5b\x7d\xed\xdb\x17\x0f\xa9\x24\x2f\xe8\xce\x4c\x48\x36\x53\x44\xdb\x00\xb3\xac\x1a\xc6\xab\x85\x82\x50\xe6\xc3\xea\x29\x8e\xb4\x69\x57\x28\x9b\x3e\xa8\xe3\xf6\x62\x93\x99\xee\x35\x65\x5a\x0d\xf2\x3a\xeb\x42\x48\x5e\x83\x47\xcd\x32\x15\x80\x49\x5e\x1b\xe4\xb5\xa0\x6c\x2e\x79\xed\xc7\xea\x96\xa5\x2d\xc2\xb5\x09\xc2\x35\x52\x13\x4e\xd1\xad\x4d\x14\x76\x31\x52\x95\x4c\x97\x0d\xee\x40\xeb\x08\x94\xe6\x12\xd7\x9e\xf0\x2b\x9a\x41\x2e\xa3\xd9\x8f\x0c\x36\xd2\xeb\x4e\x57\xd6\xd4\x8f\x95\x6c\x85\x9a\x41\x35\x64\x26\x6a\xc8\xf0\x35\xce\x74\xbe\xc2\x9a\x0e\x71\xcd\xc7\xbc\xd3\xf3\x3f\x5d\xbd\x68\xe2\x84\x49\xc2\x30\xfd\x98\xdd\x9d\xa6\x89\x2a\xd2\x4c\x3f\xb6\xb6\x15\xde\x1f\x17\x38\xd3\x0b\x06\xc1\x49\x29\x28\xe2\xc7\xa0\xe6\x3b\x9d\xa9\x42\x35\xd3\x2b\xf0\x15\xbc\x59\x2e\x83\xda\x6b\x3d\x3f\x2a\x6c\xd1\xa2\x57\x2c\x04\x03\x1f\x2e\x04\x8d\x43\xc4\x2b\x2e\xe7\x12\xf1\xde\xb0\x1f\x34\xfa\x5c\xd1\x73\x3f\xc6\x75\x67\x08\xd0\x85\x93\x01\xcd\x9d\x15\x5e\x39\x57\x96\xd5\x8f\x71\x6d\x85\x37\xc4\x15\x2e\x01\x01\x5e\x27\x0c\xcf\x65\x6c\x3b\x64\x3f\x9f\xa9\x4e\x17\x16\xc6\x61\x87\x93\x98\x77\xba\x64\xbf\xc3\xa2\x16\xc4\xcc\x95\x80\xf5\x63\x5c\x77\x86\xc2\x5d\x59\x56\x3f\x42\xdb\xca\x3f\x4d\x4b\x4d\x47\xa8\xf2\x52\xb9\xac\x70\x87\x78\xe7\xab\xc7\xe9\x42\x7a\xfa\x1f\x14\x86\x43\x57\xd4\x1d\xc4\x7d\xfd\x9f\x16\x4d\x0a\xa6\x3b\x1f\x44\x4e\x97\xe9\xee\x81\xad\xa2\x6a\x72\x25\x60\x3d\xce\xf8\xfe\xf9\x91\xce\x4b\xcf\xa7\x85\x0b\xd1\x35\x86\x0e\xd1\xa3\xe9\x0a\x5b\xe3\xfd\x1c\x4c\x5d\x79\x39\x02\xde\xef\x18\xb8\x53\xca\xbf\xfa\xd1\x34\xc6\xca\x60\xd3\x05\x0f\xf5\xe3\x2e\xa4\x87\x3a\xd0\xa5\x79\x7c\x38\x7e\xa5\x26\x5d\x0f\x94\xec\x7d\x68\x5f\xba\x34\x8f\x83\xd8\xf6\xa1\x97\xe0\x4a\xc1\xfa\x38\x1b\x22\xa0\x96\x4f\x9d\x5a\xf0\x01\x3d\x12\x30\xd2\x4a\x0e\xad\xc4\x27\x8c\xd3\xa5\x95\x1c\x7e\x42\x65\x44\xd6\xe5\x27\xf8\x84\xcc\xd7\xb9\x90\xc2\xf2\x55\xf0\x2b\xae\xa1\xd2\xb3\xbe\x30\x42\xe6\x74\x5d\x61\x7c\x87\x56\x12\x46\xca\xa5\x95\xfc\xcd\x68\xe2\x30\xa4\x44\xfc\x3d\x9b\x22\xeb\xc3\x15\x78\x01\xf3\x62\x22\xd3\xe4\x74\x99\xef\x0e\x4d\x51\x19\x94\x71\x05\x65\x1c\x64\x5a\xac\xd6\x32\x5d\x9a\xc2\x3f\xf4\xa5\xfb\xfd\xa9\xaf\xef\xf6\xf5\x1b\xa1\xd8\x1b\x67\xa0\xaa\xf1\x43\x49\x1c\x7c\xdb\x35\xe3\xc1\x2e\x33\xa0\x1c\xb2\xec\x03\xba\x82\x35\xb9\xa6\x68\x1d\x67\x3c\x38\x6c\xbc\xfb\xa1\xb8\x3b\x48\x1c\x8d\x8f\xb1\x66\x08\xda\x19\xe9\xf6\xc5\x11\xca\xb4\x8f\x84\xc1\xd3\x0a\x0e\x65\x47\x03\x1a\xa6\x32\x26\x12\x0a\xc9\x83\x14\xb2\x90\xd7\x77\x86\x22\x36\x91\x71\xd8\x98\x5d\x0e\x79\x04\x01\xbd\x24\xb4\x56\x08\x97\x13\x19\x87\x8d\x27\x2a\x14\xae\x0f\xd4\xbb\xe1\x33\xbd\x19\x52\x4c\x01\x6f\xa1\x32\x2c\x12\xf2\x16\x02\xde\x42\xa5\x68\x08\x69\xa6\x28\x77\x84\x1c\xbc\xa2\x40\x97\xc5\x92\x8f\xfb\x66\x08\xf7\x19\x05\x9b\xf2\x1f\x9f\x35\xcd\x90\x0b\x12\x47\x55\x99\xf0\x61\x21\xb0\x4f\xc0\x3b\x11\x3e\x4c\xa4\x99\x13\xa4\x99\xa5\x51\x40\x84\x74\x57\x1c\x9f\xc3\x04\x1d\x0b\xa9\xa1\x40\xc8\x47\x00\xb1\x50\xc8\x27\x1a\x76\x9a\xf6\x62\x28\xc1\x1b\xd0\x50\x82\x81\xa9\xb8\xda\x8c\xa3\x92\x4c\x30\xb0\x10\x5c\x33\xc0\x54\xcc\x37\x88\x33\xa4\xa2\x02\xee\x89\x70\x60\x21\x15\x15\x70\x4f\x9a\x6e\x8b\x90\x9c\x61\x18\x21\x03\x27\xa1\xcc\x30\xd8\x3d\xad\x15\x35\x69\xca\xc7\x1d\x29\xe4\x6e\x9e\x21\x90\x67\x38\xb6\x93\x9a\x37\xe4\x9e\x84\x63\xa1\x28\x71\x42\x28\x21\xd4\x8c\xb3\x46\x4b\x48\x25\xe3\x66\x40\x4b\x35\xdd\x16\x61\x39\x03\xe4\x16\xff\xac\x7c\xe8\x04\x1f\x85\x55\x04\xcd\x8b\xd0\xca\x23\x2c\xd5\x74\x16\x15\x96\x42\x09\x3a\x13\x7c\x2c\x94\x51\x8e\x8e\x35\xd4\x56\x2a\x7b\x10\xfd\xf6\xc5\x11\x4a\x51\x05\x82\x4f\xac\xa3\x36\x43\x29\x82\x80\xf2\xd0\x9b\x84\x90\x4b\x13\x13\x23\x94\x58\x91\x86\x08\x04\x85\xc8\x66\x3c\x43\xce\x09\xca\xe5\x25\xd6\x7e\x9a\xa1\x14\x70\x20\x28\xd4\x24\x05\x84\xf4\x0c\x68\x08\xa1\xf1\x43\x1a\x22\x36\xce\x21\x8d\xf8\x90\x86\x00\xbb\xab\xb1\x16\xd8\x0c\xa5\x73\xc1\xda\x6a\xa6\x9b\x22\x5f\x22\x5e\x9c\x0d\x9a\x01\xe2\x73\x9d\xe0\x73\x35\x61\xd7\x45\xe7\x3a\xe3\xe8\x11\x33\xaa\xd2\x90\x9b\x11\x47\x8f\x98\x51\x95\xc6\x27\x89\x83\xb0\x90\x51\x95\x86\xb0\x9e\xf1\xdd\x61\x70\x0d\x05\xf6\x0c\x78\x20\x2c\x3f\x3c\xbb\xbc\x89\xfe\xe0\x83\xbc\x44\x22\x8e\x9d\x20\x8e\x35\xa1\xbc\xbb\x70\x9b\xfd\xc1\xd9\xe0\x99\xef\xd2\x2b\xa8\x31\x68\x42\x80\x8b\x6d\x76\x82\x6d\xb6\xe8\x3a\x74\xe5\x73\x7b\xc2\x08\x79\x1d\xba\x7c\x90\x9e\xf1\x41\x4a\xed\xae\xa4\x2d\x28\x6a\x4d\xe0\xe6\x2e\x35\x80\xea\x85\x46\x12\xe1\x29\xf2\xda\x09\xf2\xda\xd2\xa8\x57\x3a\xf9\xde\x66\x07\xa3\x50\xa3\xef\xdf\x95\xb6\xed\x90\xda\xa4\x6e\x9b\x62\xbc\x9d\x60\xbc\x4d\x0a\xfe\x75\x81\x3a\x7b\xc1\x30\xf8\xae\xa7\x0b\xd4\xd9\xe1\x87\x18\x3d\x9e\x2e\x61\x0e\xc6\x5c\x23\x75\xdb\xec\xca\xc0\x76\xc4\x7f\x04\x99\xed\x8a\xff\xf4\x76\x0e\x40\xa2\x9c\xef\x72\x1c\x3a\x84\x39\x8b\x57\xcd\xae\xd0\x50\x6f\x38\x87\x3c\xbd\x5d\x12\xbb\x43\xf6\xb2\x62\xf0\xec\x82\x67\x76\xbb\x7d\x71\x84\xca\xc1\x76\x08\x58\xa3\xc1\xdc\x15\xff\xe9\x7e\xf4\xa5\x82\x9a\x5d\xb2\xb7\x1f\xd9\x6b\x4e\xd5\xd6\x85\xca\xe9\xf0\x2a\x84\x41\xea\xfe\x4f\x5f\x1f\x9a\xd8\x97\x04\x6c\x47\x70\x9f\xcc\x6e\xb3\x0b\xa1\xd9\xe3\x0e\x83\xf3\x92\x87\xd0\x51\x59\x9a\x0f\x9f\x67\x57\x7a\xb6\xf7\x63\x82\xf3\x75\xf3\xec\x02\x62\x76\xc8\x5e\xe7\x5d\xee\x92\xbd\x20\x31\x36\xe7\x5d\xee\x92\xbd\xbd\x03\xfc\x4c\x60\x41\x57\x4a\xa0\x0f\x1c\x51\x1d\x36\xa5\x67\xfb\xb1\xe1\x4d\xa8\x40\x31\x21\xcf\x0e\x9b\x3e\xfd\xd3\xa4\x85\x82\x58\x76\xda\x88\x5d\x98\x9d\x7e\x24\xb4\x09\x8a\xd4\x05\xab\xec\x08\x27\x09\x8a\xd4\xa7\xfa\x9a\xb7\x2f\xde\x2f\x92\x04\xcf\x0e\x89\x9d\xd4\x97\xd2\xb6\x1d\x36\xbd\x00\x47\xa2\x63\x9e\xa0\x63\x4e\x49\x7d\x49\x98\x5f\x36\x66\x05\x8d\xbb\x24\x36\x4a\x7a\x9a\xeb\x9a\x0b\x3d\xd9\x37\x3e\x28\xb9\xa1\x48\x53\x47\xad\xf6\x24\xb9\xa1\xbc\x6d\x47\xd9\xe3\x44\x6f\xbe\x2b\x3b\xdb\x5f\x9c\x43\x7a\xf3\x5d\x08\xc9\x7e\xfc\x85\x94\xb4\x5f\x72\x12\x3a\x62\x46\xa4\x72\x9b\x5d\xc2\xbc\x7f\xb7\x2f\x0e\x5e\xf0\x49\x10\x49\x27\x56\x8d\x9b\x43\x9e\xc0\x80\x27\xa0\x38\xb4\x28\xa6\x27\x8a\x91\x9a\x53\xa4\x0c\x61\x73\x06\xe4\xbc\xff\xf3\xab\xae\x26\x9c\x0d\x3a\x09\xaa\x44\x3a\x07\x3c\x01\xf7\xff\x18\x44\x1d\xca\x01\x0c\xc4\x9b\x9c\x12\x67\x28\xde\x04\x42\x6b\x73\x06\xa3\x87\xe2\x39\x03\x56\x33\xc9\x0f\xe6\x28\xff\xfc\xea\xc8\x29\xe1\x84\x86\xc2\x36\x03\xc1\x19\x81\x81\x46\xd5\x07\xeb\xfd\x60\xb0\x69\xaa\xe9\x3d\x4d\xc4\x6f\x0c\x01\x60\xc6\x91\xb7\x16\x59\x4d\xea\x0b\x35\xbc\x14\x49\x57\x89\xd5\x39\x20\x9a\x85\x9b\x19\x7a\xe0\x04\xea\x6d\x13\x1c\x68\x08\x2c\x39\x50\xa3\x3a\x31\xfc\x31\x24\x9a\x07\x8c\x69\x92\xb0\xcd\x21\xd1\x8c\x92\xad\x46\xaa\xb5\x39\x04\x97\x1c\x86\x11\x76\x35\xb9\x9a\xb0\x1a\x74\x65\x86\xa4\xf6\x40\xbc\x47\x20\x22\x95\x72\x9d\xc3\x71\xe0\xa8\xde\x86\x8c\x69\x54\x79\x35\xb2\xad\xcd\x21\xe4\xcc\x38\xb2\xdd\xc8\xb6\x36\x87\x62\xfd\x03\xc5\x47\x58\xfa\x6f\x0e\x21\xee\x07\x04\xba\xd0\x20\x43\xb1\xfe\x81\x58\xbf\x1e\x8d\x0e\x05\x83\x06\x04\x3a\x5f\xcd\xcf\x21\xbc\xcd\x40\xc8\x47\xe8\x8d\x21\x8b\x79\x04\xfa\xa2\x59\x3c\x04\xaa\x19\x1d\x07\x80\x57\x7d\x28\xe8\x33\x40\xea\x20\xa3\x73\x48\xd6\x8f\x7e\xfb\xe2\x42\x29\xa7\x30\x00\xcf\x6c\x34\xce\x86\x32\xb9\xa8\x6a\x5b\x9a\x36\x45\xf1\x9b\x81\xf8\x0d\x1f\xf6\xcf\xa1\xf8\xcd\x40\xc1\x2d\x3e\xec\x9f\x43\x50\x9c\x81\x2c\x6f\x98\x9a\x28\x9a\x07\x2a\x08\xea\xcd\xff\x90\xac\x1f\x88\xdf\x08\x06\x31\x04\xdd\x1c\x13\xc3\xa0\xbe\x1c\xb2\xce\x07\x52\xb6\x82\x48\x0c\x59\xe7\x63\xe1\x83\xda\x2f\xe1\x70\x06\x12\x0e\x41\x9b\x63\x28\xe1\x30\x90\x70\xd0\x33\xd5\xa1\x84\x03\xb8\xe6\x2d\xb4\xf2\x42\x68\x8e\xa3\x11\x8a\xde\xa9\x0e\xa9\x81\x01\x35\x40\x02\xe4\x39\x94\xea\x1d\x1b\x07\x80\x9e\xc0\x90\x1a\x18\x48\x38\x84\x8e\xa8\xd0\x9b\xa8\x0a\x6c\x02\x41\x0d\x69\x88\xf1\x3d\x68\xe2\x08\x15\x10\x1a\x50\x03\x9d\x4e\xdd\x50\x40\x08\x04\xf8\xd6\xb5\xbc\x32\xdc\x07\x0c\x77\x32\xa4\xcd\x29\x94\x0e\x0a\x02\x1b\x8b\x3a\x4d\xb1\xe6\x4f\x30\xe3\x9b\xb2\xb6\x53\x38\xcc\x79\x0c\xf5\x94\x69\xd3\x4f\x56\xe4\x9c\xa8\x22\x6c\x9d\x12\x60\xca\x3a\x47\x11\x61\x23\xa5\xd9\x9c\x12\xe6\x13\x09\x5d\x65\xcb\xa6\x42\x3b\x13\xd6\x39\xab\x58\x4f\x71\xe9\xcf\x89\x98\x4a\xe7\xfd\x9a\x8a\xa9\xcc\x63\x72\x27\x25\xd2\xa6\x30\x90\xf3\xa8\x80\x94\x35\x0c\x19\xd3\x13\x91\x11\x96\x6b\x9a\x53\x18\xc8\xcb\xcd\xaf\x4c\xda\x54\x9e\x75\x1e\x91\x9f\x94\x2e\x9b\xb2\xb3\x51\xee\xd8\x94\x40\x98\x02\xc3\xcc\x23\xf2\x4d\x69\x82\x29\x39\x8f\xea\xc7\xd6\x69\x9d\x4f\xc5\x38\x26\xc4\xb2\x92\x6c\x53\x29\xd8\x09\x60\x8b\x22\xea\x53\x62\x19\xd5\x93\xad\x33\x2e\x35\x05\x6c\x99\x90\xbd\x9d\x2e\xee\x94\xec\x9d\x08\x49\x28\x66\x3d\x15\x87\x9f\x40\x2d\xb2\x3c\xf3\x9c\xae\xd5\x80\x80\xd5\xd3\xe2\xa9\x64\xea\x0c\x3c\xf2\xe1\x99\x9f\x32\x8b\xe7\x91\xa2\xfe\x50\x10\x4d\x49\xd1\xd9\xf1\x2b\xaa\xec\x29\x79\x38\xfb\x1d\x06\xcf\xa1\x92\xac\x73\x94\xf3\x2b\x2a\xdf\x29\xdb\x77\xde\xb7\x46\x3a\xd8\x8a\x3b\xcc\x81\x57\x4d\xfa\xa0\xe4\xe1\x9c\xf8\x20\x75\xe5\x14\xc2\x70\x4e\x0c\x9e\x4a\x6a\x4a\xb2\x4d\x58\xb1\x59\x07\x40\x60\x94\x79\x84\x9c\x2b\xec\x37\x15\x99\x9e\x47\x92\xb9\xc2\x7e\x53\xe2\x6b\x1e\x83\xd6\x05\x0e\x9a\xe2\x2f\x98\xfb\xf6\xc5\xb3\x21\x5c\xe2\x3c\x92\xcc\x85\x1b\x9a\x12\x5f\x73\xa3\x2f\x1a\x9d\x53\xc0\xc4\xb9\x31\x2f\x5a\x96\x53\x92\x6d\xbe\x58\x0d\x5a\x96\x53\x92\x6d\xbe\xf8\x20\x83\x5c\x53\x08\xf3\xf9\x61\xe5\x75\xe6\x15\x77\x98\x88\x3b\x64\x9d\x5e\xe1\x0f\x27\x1e\x01\x09\xb5\x33\x85\x3f\x9c\x1f\x56\x83\xd6\x97\xc8\xe7\x27\xc8\xe6\x5d\xf1\x94\x25\xfc\xe1\x7a\x6e\x5f\x9d\x4d\x53\x4d\x90\x6c\xff\xb1\xb6\xea\x5c\x12\x7c\x2b\x61\x45\xa8\x9b\x97\x22\x16\x0b\x35\x8c\x94\xd5\x15\x71\xfd\x5c\x09\x07\x4e\x43\x51\x24\x1c\xcc\xf5\xa9\xd0\x1c\x59\x92\x89\x2b\xe7\xf3\xab\xae\xa6\xa2\xa6\x86\x5f\xb1\x2f\x21\x14\x57\xee\x68\x62\x5f\x0a\x66\x2c\xd4\xb7\x15\xa5\x88\x18\xea\x27\x18\xea\xfd\x21\x88\x7f\x29\x3a\x0d\xb2\xfa\xa4\x6c\xb0\xca\x87\xcc\x55\x70\x74\xa8\xf9\x96\x90\x88\xeb\xc8\xdb\x24\x82\x90\x25\x13\x7c\x41\xc8\x8a\x20\x44\x14\xf5\x73\x1d\x6b\xdc\x15\x2a\x58\x42\xc7\xac\x63\x8d\x7b\xd2\xbc\xf4\x42\x75\xa1\x52\x10\x79\xa9\xa7\x88\xed\xe7\x3a\x02\xdc\x15\x45\x58\x42\xc7\x80\xf3\xde\x13\xb5\xac\x38\xef\x27\x88\xed\x9d\x6c\x67\x73\x29\x9e\x0d\x8e\xfb\xa4\x2c\xf7\x52\xf2\x14\x1c\xf7\x2e\x97\x7a\xc9\x98\x5e\xe0\xc9\x61\xb9\xa9\xb9\x14\x99\x06\x1d\xbe\x27\x4a\x9c\x25\xa9\xbd\x1c\x1f\xa4\x7a\x5b\x8a\x31\x2f\xc7\xa3\x48\xaa\xd2\xa5\x38\xc7\x0a\xcc\x8b\x62\x65\x29\x98\xb1\x60\xfb\xea\xe1\x8f\x18\xf1\xe7\x3a\x66\xb0\x0b\xcc\xb4\x14\x48\x5e\xb1\xf0\x2b\xae\x86\xa4\x36\x0a\xe8\x3b\xe9\xc2\xe6\xea\xea\xab\xdf\xbe\xb8\x50\x7a\x55\xba\xfa\x38\x4d\xd4\xcd\xe2\xc4\x9f\xe0\xc4\x4f\x85\xe2\x72\xc9\xf6\x5d\x03\xab\x41\x87\x55\x85\xf6\x27\xf8\xf1\x93\x48\x53\x96\x64\x3d\x58\xf0\x5d\x1e\xf0\x12\x8c\x71\xa1\x1e\xb0\xf8\x54\x54\x81\x7f\x82\x06\x3f\x29\x19\xaf\x02\xfc\x13\x34\xf8\x9e\x28\x7f\x97\x6c\x5f\xd0\xe2\x17\x05\xf0\x96\x94\x07\x28\xf2\x3d\xb9\x86\xa1\x13\x85\xe8\x88\x1e\xc9\x2c\xe1\x1f\x51\xa3\xdf\x13\x33\xf5\x4b\xf8\xc7\x75\x8c\x69\x67\x71\xa5\xb9\xa4\x72\xc0\xb4\xef\x49\x32\x51\xc6\xf4\x82\xca\x61\x69\xa5\xb9\x04\x8d\x04\xe9\x7e\x12\x94\x60\x09\x1b\xb9\xa0\x72\x8a\xe6\x25\x95\x03\x3e\x7e\x97\x03\x29\x16\xfe\xb9\xa0\x72\xe4\x40\x2e\x41\x74\x40\xd0\xef\xa4\x3b\x9b\x4b\x2a\x07\xdc\xfa\x9e\x24\x88\x14\x3b\x5f\xc0\xe1\xe8\x99\xe3\x52\xe0\x04\xa5\x89\x3c\x4b\x1e\x2a\x70\x02\xb6\xfd\x24\x48\xc3\x12\xd8\x06\xcc\xfb\x2e\xf6\x2a\xd0\xef\xff\xfe\x84\x58\x66\xfe\x61\x2b\xa6\xb2\x1f\xf4\x95\xd4\x54\xd5\x84\x63\xc3\xfd\xda\xca\xae\x82\x6f\xbf\xb0\x56\xc6\xdc\xd2\x29\xa0\xd1\x77\x56\x86\x9f\x5b\x48\x9c\x8d\xa7\xa7\xac\xa0\x32\xb7\xde\x9e\xa2\xaa\x52\x51\x98\x76\x4b\xdd\xec\xa3\x53\x3c\x53\x1e\x6e\x01\x27\x37\xa8\x73\x14\xc1\x15\xe3\xfe\xdc\x57\xa7\xd0\x65\xda\x4a\xa1\xee\x7c\xb6\x52\x14\x33\x5b\xc9\x50\x14\x70\x72\x01\xd6\xb6\x92\xa1\xfb\xa8\x1b\x67\xe9\x95\xb9\x15\x3b\x07\x31\x7f\xd1\x2b\xd2\x2d\x4d\x04\x8e\x7d\x97\x09\xae\x2a\x50\x73\x1f\x45\xe1\x99\x3e\xf3\x56\xec\x66\x23\x76\x23\xf4\xc7\x16\xb0\x66\x57\xbc\x7f\xa6\xa5\xb2\xa5\x02\x76\xc3\x07\x89\x07\xdb\x0a\x90\x83\x64\x3f\x95\xae\x5f\xf1\xb0\x6d\xc3\x7e\xe9\x6c\xc8\x3a\xdf\x86\x0f\xd2\x52\xd9\x92\xf3\x60\xdd\x77\xd1\x28\x6c\xa1\x20\x41\x98\xef\xc2\x9e\x6d\x25\x0c\xb7\x63\x35\x34\x0c\xc5\x38\xc0\x8b\x9f\xf4\xbe\x62\x0b\xd6\xb2\x03\x2f\xb7\x69\x54\x6c\xbd\x33\x05\xfd\x7d\x12\x02\x64\x0b\xd6\x02\xfa\x7b\x2f\x6a\x12\xaf\x00\xe8\xef\x53\xa5\x5e\xde\x8a\x71\x6c\xc8\x79\xb2\x5b\xcf\x2d\x60\x0b\x98\xf1\x8b\xe2\xf4\x5b\xf1\xec\x0d\x15\x20\xe8\xbe\x98\xf2\x27\x98\xf2\x93\xc0\x21\xa2\xca\x9f\xbb\xe3\x71\xb9\x86\x21\x64\xcb\x1e\x19\x4d\x1c\x86\x14\x07\xa8\xf1\xbd\xd0\x06\xd8\x4a\x33\x82\x0f\xdf\x59\x56\x63\x6e\xc5\x38\xc0\x7f\xef\x25\xeb\x57\xda\x14\x08\x73\x91\x95\x6d\x01\x51\xf6\x11\xde\x2e\x53\x64\x2b\xd4\x0d\xf2\xfb\xe2\xcc\xef\x89\xf2\x7e\xee\x75\xfb\x0a\x36\xe9\x1c\x1e\xe1\x5d\x3c\xe5\xff\x66\xaa\x8a\x11\x7f\xee\x85\x8a\x03\x5a\x47\x05\xc9\xf7\xc6\xb4\xe9\xbe\x6f\x45\x47\xf6\xc6\x76\xd2\xb1\x13\x5b\xfe\xdc\x90\xf5\x52\xdb\x5b\x48\xcd\x7d\xc4\xbe\x17\x5d\x75\xc9\x7a\xb0\xe5\xbb\x20\x74\x5b\x19\xcf\x7d\xb9\x02\xa8\x65\x45\x7c\x3f\x37\x04\x3a\xeb\x77\xcd\xad\x10\xc8\xfe\x70\xb8\x89\x26\xdc\x12\xe8\xfb\xbb\xe4\x03\xbf\x0f\x8a\xf9\x7e\xbe\x88\x84\x57\xbe\xd9\x7a\x95\xd6\x7c\x1f\x6c\x27\xfd\x95\x57\x21\x90\x17\x8e\x82\x60\x40\xaf\xf0\x93\xef\x83\xbe\x28\xeb\x5f\x61\x62\xde\x84\xb3\x48\xd1\xfc\xca\x49\x78\x13\x96\xb7\xe8\x57\xae\x26\xdc\x16\xae\xbc\x78\xf1\xe7\x0b\xff\xa1\x30\x90\xfc\x8a\xf8\x12\x14\xf9\x49\xc4\x4c\xaf\x50\x97\x2f\x3c\x01\xb1\x2f\x89\xfc\x7e\xbe\x10\xe8\x22\x2f\x7b\x25\xd0\xc1\x8b\xef\x85\x81\xae\x57\x02\x1d\x94\xf6\xce\xba\xf6\xf3\x55\x30\xfe\x05\xf3\x25\xab\xfb\xcc\x57\x69\x4d\x30\xd7\x7b\x65\xa0\xeb\x55\xb8\xe5\x85\x27\xc0\xe2\xed\xf3\x15\x88\xf2\x85\xac\x17\xb0\xec\x15\x10\xe5\x3d\x4e\x81\x8b\xe6\xeb\x55\x9c\x1e\x5c\xf8\xa9\xd2\xa4\x7b\x15\xbf\x79\x61\xee\x0b\x58\xf6\x0a\x5f\xf9\x22\x4e\x4f\x3a\xf1\x29\x72\xfc\x09\x72\xfc\x54\x69\x9c\x89\x1c\x7f\x82\x1c\xbf\x28\x17\xf6\x0a\x60\x09\x76\xfc\x24\x9a\xaa\x57\x18\x15\xd0\xe1\xbb\x5e\x78\xbc\x72\x12\x5e\x14\xd3\x14\x83\xd5\x2b\x08\x3d\x48\xef\x5d\x94\x62\xaf\x22\xee\x60\xbd\x4f\xa4\xeb\x9e\xaf\xde\xaa\x82\xea\x3e\x55\x1a\x4c\xaf\xc2\xea\x60\xbd\xf7\x7f\xae\x83\xc2\xea\x20\xb7\x4f\x42\x74\xbd\xca\x93\x82\xdc\xde\xff\xb9\x0e\x52\x39\x28\x2e\xe8\xa4\xc8\x9f\xe2\xad\x9f\xe0\xad\x4f\x64\xd1\x9e\xaf\xf0\x92\xef\xd5\x2b\x54\x8a\x2a\x43\x38\x5f\x04\x84\xf4\x6a\xe0\x15\x69\xe6\x8b\x22\xe0\x42\x74\x89\xee\x7e\xbe\x1d\xc3\xd0\x01\x10\x10\xe5\x45\x40\xa8\x52\xda\xa8\xac\xe1\x7c\xa1\x06\xfe\x59\x79\xa9\x81\x17\x6a\x40\xdc\x61\xaf\x80\x28\xe0\xa3\xf7\x2a\x09\xa0\x20\x0d\xf8\xe9\x93\x20\x62\xaf\x9e\x13\xbd\x90\xbd\x02\x5f\xbd\x4a\x50\x82\xc6\xde\x85\xb0\x7a\xc5\x32\x09\xee\xfa\x24\x60\xd9\x2b\x3b\x1b\x64\xf5\xce\x0a\xf3\xf3\xd5\xeb\xd1\x17\x09\x4a\x01\xe6\x5e\xf1\x4c\xbe\x88\xdf\x08\x38\x24\xf2\xfa\x89\xc2\x8a\x2e\x30\xcf\x2b\xb4\x09\x78\xec\xbd\xd1\xab\x7f\x15\xf5\x79\x8f\xc9\x5d\x5c\xd2\x46\x12\xfb\x45\x68\x87\x35\xe9\xe7\x2b\x14\x23\x78\xec\x0b\xeb\xc0\xce\x4f\x09\x4a\x30\xd2\xbb\x38\x7d\x3f\x85\x76\xc0\x50\x9f\xb4\x86\xa2\xa8\x9f\x1f\x84\x39\x6b\xd5\xcf\x4f\x68\x13\xb0\xd5\x7b\xa3\xec\xfd\xc4\x2b\xf0\x25\xe8\x66\x3a\x90\x62\xaf\x9f\x5f\xc2\x30\x28\x60\xc5\x5e\x3f\xbf\x74\x87\xd1\xd8\x34\xd5\xb4\xd1\xc4\x61\x08\xa3\xf2\x65\x1c\x00\x66\x8d\x3f\x61\x54\x3e\x44\x61\x1a\xc3\x04\x9f\xa2\x30\xdf\x15\xb0\x94\x51\x9f\x30\x82\x1f\x2c\xe6\xc6\x6b\xfe\x29\x0a\x03\xc2\xfa\x24\x94\xda\x27\x7c\x20\x08\xec\x5d\x30\xaa\x4f\x90\x92\xaf\x5e\xc2\x1b\x2e\x94\x64\xef\x87\x78\x8a\x12\x6b\x9f\x12\xa1\xa0\xac\x4f\x8d\xf6\xc6\xa7\x6c\x27\x28\xeb\x5d\x0c\x58\x9f\x52\x9a\xa0\xac\x2f\x6e\x6a\xd2\x7e\x81\x00\xa6\xd1\xf6\xfd\x94\xd2\xfc\x0c\xe7\x90\x5e\xa2\x38\xec\x27\x28\xe2\x5d\xec\x58\x9f\xc0\x21\xdf\x91\x6c\x2e\xe6\xa7\x4f\xc6\x34\x98\xd8\xdd\x18\xbb\xf9\x94\xa9\x03\x71\xba\x8b\xec\x08\xec\xe9\xbf\x3f\x1b\x06\x6f\x6c\xd2\x94\x61\x74\x8a\x1a\xe8\x53\x8c\xf9\x43\x48\x42\x24\x3f\x9f\x42\x12\x20\x52\x4f\x82\x44\x7e\x32\x55\xbf\x79\x7f\xc5\x26\x85\x9f\xbf\x5b\x4b\xe9\x9f\x26\xfd\x6a\x55\xd0\xeb\xf0\x44\x29\xe7\xf6\x21\x16\x20\x1f\xec\x53\x2c\x00\xfc\xe8\x49\x17\xf6\x93\xe9\x08\xbe\x74\x37\x0a\xa2\x4f\x60\xb9\xef\x08\x39\xb7\xfe\x1f\x9f\xf5\x7f\x32\x3a\x3f\x18\x9d\x62\xe9\x13\xd5\xfa\xfc\x10\x45\x60\xa1\xef\xf9\xe9\xad\x3d\xa8\xd5\x53\x63\xca\xfb\x13\x02\x0f\xd4\xea\x2e\xac\xcf\xa7\x87\x3e\x1f\x02\x0c\xae\x9b\xa9\x94\xdc\x77\x64\xa0\xb3\x00\xf8\x14\xa1\xfa\x04\x01\xba\xfb\x2f\xef\xb6\x44\x80\xbe\x1e\xc4\x03\x08\x97\x59\x0f\xa3\xd3\xeb\x81\x23\x4e\x4c\xcc\x12\x2d\xf9\x02\x1f\xb8\x93\xc7\x66\x89\x0f\x7c\x3d\xe7\x92\x3a\x69\x58\xd6\xc3\xd0\xe9\x02\x35\x78\x21\x1b\xcc\x7a\xaa\xfa\x3a\x37\xd1\xc9\xd0\xb2\x9e\xa6\xbe\xe0\xe6\xb2\xb6\xdc\x7a\x08\xf6\x5a\x0f\x22\x9d\x44\x4a\xac\xa7\x69\x18\xc7\xe3\x75\x22\x25\xd6\xc3\xeb\xb7\xc0\x00\xee\xa4\x4d\x59\x0f\xc1\x5e\x0b\x0c\xe0\x89\xf2\x77\x3d\xcc\x4f\xad\x07\x6e\x2e\x81\x0d\xeb\x71\x0d\x1e\x89\xa1\xd0\x1a\x76\x2d\x2f\x4c\x84\xf6\x0b\x30\x2c\x51\x6e\xaf\x07\x97\x96\x44\x07\xeb\xe9\xfa\xe0\xf1\x42\x3d\x4c\xbf\xea\x6a\x42\x5f\x5a\xf9\xa1\xbe\xc6\xed\x8b\x53\xe6\x7d\x5e\x60\xd6\x2e\xa4\x6e\x5a\x62\xd6\x5e\x0f\xd2\x49\xa4\x0b\x58\x0f\x51\x56\xeb\x01\xca\xaa\x55\x8e\x90\xe9\xf5\xf5\x9c\x5b\x9f\x48\xe1\xb8\x9e\xa9\xe5\x3d\xb7\xde\x59\x01\x6d\x89\x91\x7b\x81\x82\x3b\x11\x9e\xbb\x1e\x72\x63\xac\xe7\x56\x69\xfb\xd9\x1c\xeb\x99\xda\xe5\xe3\xb0\x16\xd2\x3a\xad\x67\x6a\x84\x88\x3e\x92\xd1\x7c\x3d\x53\x23\x44\x56\xab\x69\x79\x97\x56\x7e\xe1\x1c\x76\x8e\x70\x69\xe5\x17\x46\x68\xec\x6b\x69\xa1\x00\xdb\x22\x71\xf9\x7a\x96\x0e\x1b\x12\x5e\xc4\x06\xac\x67\x69\x18\x1b\x0b\x65\x1c\xe1\xd6\x42\xc1\x23\x8d\xe0\x1a\x6e\xf5\xb5\x6f\x5f\xfc\x20\x11\x5d\xeb\xb9\x72\x43\xfb\xb5\x75\x44\x5f\xac\xbc\xae\x1e\x9f\x7d\xac\x07\xb6\x54\xd3\xa6\xbc\x3a\x1b\x10\x29\xa1\xd5\x78\x75\xd8\x5e\x9c\x8d\xce\x63\xf3\x6a\xca\x70\x71\xa3\xf3\xa6\x7c\xea\xeb\xbb\x7d\xa9\x49\xfb\x75\x0c\x26\xef\xbc\xcb\x49\x82\x28\xc1\xc5\x25\xd9\xe5\x12\x09\xf8\x4a\x90\x51\xfd\x47\xa2\xb0\x92\x64\x14\xf8\xc1\xbd\xff\x4c\x84\x95\x08\xf6\x5a\xe0\xf6\x76\xe2\x10\x56\xa2\x55\xb4\x40\xee\xed\x24\x4e\x59\x89\x38\xb0\x05\x0a\x6f\x27\xd8\x60\x25\x3a\xab\x0b\x1c\xde\x89\xf4\x99\x2b\x65\x7d\x10\xc9\x2e\x3e\xe9\x5e\x89\x81\xc9\x95\x72\x3d\xbf\xe2\xf2\x8a\xd4\x7b\x81\xd4\x3b\x11\x84\xbd\x52\xfe\xa7\x2f\xec\x32\x97\x37\xf1\xf9\xe0\x4a\x05\x0b\xf5\x33\x11\x56\x2a\x5a\xa8\x82\x85\xa2\xc4\x4e\x74\x71\x17\xc8\xb9\x13\x19\x34\x97\xd8\xb9\x17\xd8\xb9\xbd\x17\x7d\x70\xab\xe9\x1c\x6c\xc2\x21\x56\x2a\x1a\xc6\xb1\xd3\x92\x69\x2b\xab\x56\x03\xde\x2f\x91\x12\x2b\x55\x0d\xa3\xde\x61\x70\x0d\xe9\xfd\xae\x84\x3c\x98\x69\x2b\xab\xfa\x82\x76\xe8\x8d\xc3\xa0\xf7\xbb\xc0\xc2\x9d\x88\x20\x5f\xe2\xda\x5e\xe9\x28\x0a\x27\xf1\xcb\x4a\xd2\x0e\xa0\xdd\x76\x3e\x47\x5d\xa9\xa9\xaf\xe3\x08\x97\x48\xec\x4b\x8a\x03\xb4\xdb\xce\xa7\xaa\x2b\x99\x86\x61\x77\x18\x9c\x17\x1d\xe3\x95\xa0\x53\x4c\x87\xcd\xb4\xf2\x70\x8c\x89\xe5\x58\xc9\x75\x1d\xe0\x18\x13\xa2\xb0\x92\xd4\x0d\x18\xba\xbd\x53\x02\x24\xd7\x94\x11\x70\x25\x60\x63\x89\x6c\x7b\xa5\xb8\x1f\xe4\x94\x43\x47\x34\x2a\xa6\xcc\x35\x0c\x1d\x51\x38\xc6\x3d\xb8\x1a\xa1\x23\x1a\xc7\xd3\x36\x9d\xf9\xae\x85\xea\xb8\x0e\xba\x29\x5d\x7d\xf5\x8a\x5f\xb1\xaf\xae\x85\x42\xc0\x95\xf4\x63\x4b\x2c\xdd\x2b\xc1\x31\xe6\x23\xc8\x95\xba\x86\x81\x80\x2b\x59\x45\x57\x92\x6a\x4b\x00\x95\x91\x2b\x7c\x89\xc0\x7b\xa5\x71\x3f\xc8\x11\x0e\x9d\x8d\xa3\xe5\x82\x0c\x30\x4b\xdc\xde\x0b\x04\xde\xf1\xe8\x12\x4d\xf5\x85\xec\x19\x59\xd5\x56\x9a\x3a\xd8\x78\xf9\x17\xda\x4a\xa6\xc8\x16\x68\xbf\xe3\xd1\x61\x5b\x5a\xf9\x85\xbe\xb4\x1a\x4b\xab\xb1\x06\x9a\xfe\x1b\x56\x75\x25\x29\xaa\xb4\xd1\x9f\x46\xb9\xb5\xfa\x47\xfb\x24\xd3\x1d\xdb\x5a\xac\x8d\x15\xc9\x3c\xf7\xaf\x24\xce\x8b\x0f\x4a\xe2\xbc\x3a\xa6\x47\xc5\xc4\xa3\x8d\x91\x5e\x49\x2f\x3e\x28\x89\xf3\xe9\x98\x7e\x38\xa6\xd4\xe8\xe9\xd3\xd1\x81\x5e\x31\x6a\xf4\xf4\x69\xb1\x8e\x8f\x1e\x4f\x65\x5f\x52\x39\x09\x2f\x0d\x59\x52\x7e\x89\x19\x7c\x81\x19\x3c\x58\x60\x6e\x65\x62\xce\x56\x3e\xda\x27\xf8\xf0\x6b\x65\xa9\x1c\x90\x7a\x07\xc1\x28\x2b\x33\xe0\xba\x40\xf2\x9d\xf8\xd0\x61\x65\xa6\xc9\x16\xf8\xba\xe3\xa1\x1d\x90\xe9\x88\xaf\x0c\x47\xdc\x78\x9f\x33\xe1\x68\x2b\x27\xf4\xf5\x73\x8e\x57\x26\x1c\x6d\xe5\xf4\xa2\x89\x83\x4f\x14\x61\x19\x8a\xca\xd4\x24\xc3\x1d\xe4\xe0\xf1\x38\x47\x98\x35\xaf\x8c\xfd\xa2\xda\xce\x59\x23\xcc\x77\x84\xfc\x55\xd1\x42\x01\x95\x61\x34\x62\xc4\x00\xbe\x72\xc1\x09\xa6\x46\xcf\x84\x5e\xac\x5c\x70\x82\x7f\x21\xe1\x95\x09\x7d\x5b\x19\xf4\x7f\x44\xd3\xae\x2c\x6d\x04\x32\xf0\x20\x97\xcd\xca\x8c\xc5\x2e\x90\x81\x17\x96\x35\x5e\xb9\x6a\x0d\x2b\x76\x99\xae\x45\xa6\xd3\xbf\xc0\x00\x9e\x4c\xc3\x90\xd7\x91\xdb\xe9\x8b\x25\xed\x56\x6e\x5a\xa8\x66\x68\xe2\xbc\xa4\x72\xf2\xd1\x23\x91\x1e\x7e\x90\xa8\xb8\x95\x51\xa8\x21\x78\x44\xb3\x69\xa1\xec\xec\x32\x4b\x1e\xaf\x6c\x3a\x51\x78\xde\x67\x14\x7c\x59\x0e\x49\x36\xf4\x45\x95\x93\x5d\x9b\xe2\x19\x44\x93\xfc\x95\x94\x07\x38\xbf\x23\x65\xf6\xe5\xea\xcb\x6f\x5f\x1c\x7c\x68\x35\xe2\x9c\x5e\x3e\x74\x58\x39\x74\x36\x02\x67\x83\x92\x54\x2c\xe0\x0b\x2c\xe0\x41\xe2\x9c\x95\x43\x5b\x79\x94\x47\xf0\xa1\xc3\xca\x52\x1e\x20\xf0\x8e\x44\x97\x29\x77\x4d\x79\x60\x53\x2a\xcf\xc6\xd0\x01\x18\x47\x38\x90\xb7\x7b\x65\x39\x3f\xe0\xed\x8e\xa4\xbb\x3c\xb4\x5f\x47\x23\x44\xd2\x5d\x1e\x3a\x87\x70\x7e\x48\xf7\xbd\xc4\xdc\xbd\xf2\x84\x89\x20\xb9\x31\x35\x0c\x40\x2f\x5c\x5b\x29\x37\x06\xcc\xdd\x25\xd4\x97\xdc\x98\x3c\xc1\xae\x49\xa7\x2e\x2f\x1d\x51\xb8\x31\xa4\xf7\x5d\xe2\xfb\x5e\x19\xca\x23\x49\xda\xc8\x8d\x01\x15\x78\x10\x37\xb2\xb2\x94\x07\x58\xbc\x23\x49\xda\x6c\xf5\x85\x52\xd3\xf2\x2d\xf3\xd6\x1a\x6e\x6c\xa5\x73\xe5\xb7\x06\x0f\x87\xc4\x75\x0e\x5f\x9d\x79\x78\x1d\x4e\x75\x23\x12\xee\x05\x12\xee\xe0\x63\x80\x25\x12\xee\x95\xf1\x0e\xdd\x69\x82\x83\x94\xfb\xef\x4f\x68\x07\xa7\x11\x93\x3f\x9d\x43\x80\xf3\x48\xf8\xbd\xf2\xa7\x0f\x1e\x6d\x90\x9c\x36\x47\xfe\x74\x0e\x3f\x9c\x43\x9a\xe0\x45\x2a\x00\x74\xdd\x25\x28\x7b\x0b\x99\x61\x57\x79\xb0\xbc\xb4\xce\x0b\x83\xbb\x0b\x74\xdd\x89\xc4\xc5\xab\x48\x3b\x14\x68\x07\xe7\xc1\x2e\x8c\xe0\x2e\x30\x79\x07\x89\x7f\x96\xf8\xbb\x57\x41\xce\x8d\x0f\x89\x56\x91\xaf\x02\x2e\xef\x20\x6e\x64\x15\xe6\xdc\x16\xb8\xbc\x23\xf3\xf4\x16\x29\x0e\xb0\x74\x47\xa6\x9d\x5d\xf8\x0e\x7d\x81\xb0\x3b\x31\x9e\xbd\xc4\xd2\xbd\x0a\x54\x00\x9f\x1f\xad\xc2\x74\xdc\x2a\xf9\xc5\x07\xd9\x17\x31\x7b\xab\xc0\x57\x21\x05\xfa\x12\x81\xf7\x2a\x05\xc3\xa0\x55\x54\x08\xa2\x58\xe5\xe8\x90\x60\x7d\xbd\x55\x18\x48\x5e\xa5\xc0\x46\xa4\xba\x11\xed\xf7\x2a\xc7\x37\x09\x96\xde\x5b\xa5\x6a\x18\x15\x07\x9b\x9a\xa8\x54\xad\xe1\x71\x40\x22\x53\x46\x95\xaa\x85\x82\xe2\xc8\x5a\xf9\xa6\xb3\x01\xed\x40\x98\xc7\x2a\xd2\x0e\x60\x07\x0f\x72\x16\xad\x22\xaf\x03\x24\xe0\x41\x60\xf4\x2a\xa6\xd5\x30\x6c\x25\x5d\x8b\xa2\x98\x54\x81\xff\xc0\xc7\x58\xab\xd8\x3f\x1f\xc4\xca\xd3\xa8\x28\xae\x63\xe3\xf8\xa0\xf1\x83\xae\x0f\xfa\xfd\xa0\x9a\x74\x44\xa1\x02\x9c\xc6\x52\x21\x30\x6f\x81\x16\x3c\x88\xdc\x5d\x25\x74\x6c\x00\xcc\x23\x41\xfa\x2a\xf2\x1f\xc0\x11\x1e\x39\x9e\xff\x66\xaa\x96\xd0\x76\x06\x4e\xb0\xf6\x4c\xca\xa3\x74\xac\x3e\xd5\x76\x91\x0f\x01\x0a\xf1\xa2\x88\x45\xe9\x3a\xa6\xc7\x67\x08\x16\xe7\x5b\x45\x7a\xa5\x74\xec\xb4\x7e\x35\xb4\x31\x50\x39\x59\x57\x7d\x68\xa7\x07\x8e\x29\x1d\xf1\x32\x34\x8c\xe3\x84\x14\x32\xcb\xae\x22\x95\x03\x4e\xf1\x20\xba\x65\x95\xa9\x63\x7a\x3c\x8d\xc2\xf7\x16\xab\x28\x72\x56\x8e\x8a\x29\x9d\x86\x45\x99\x5a\xe2\xa3\x57\x82\xd8\x91\x25\xba\xf1\x55\x26\xfa\x62\xdc\xb7\x2c\x9d\xe0\x85\x5f\xd1\xbd\x28\x4b\x87\x00\xd0\x0b\xd2\x2a\xae\xa2\x68\x16\x58\xc4\x4b\x57\x5f\x5b\x0b\x75\x5c\x89\x20\xb4\x74\x15\x45\xb3\xca\x71\x25\x92\x3b\x07\xbf\xb5\x95\xfb\x9c\xe0\xa2\xeb\xb7\xd5\xd7\xfb\xe0\x57\xbc\x48\xd2\x2b\xa0\x15\x0f\xa2\x33\x57\x79\xd5\x17\x9e\xa8\xf3\x35\xde\x2a\xaf\x56\xe3\x78\x19\x41\x74\xe6\x2a\x9f\x06\x7f\xbc\x8c\x28\x92\x6e\x8a\x66\x81\x71\x3c\xb9\x0e\x9b\xbc\x8e\xf2\x61\x18\x92\x6e\x9f\x76\xf9\x1b\x68\xa2\x74\x93\xca\x01\x19\x79\x14\x4a\x81\xaa\x18\x18\xc8\xc7\xa3\xd0\xc3\xa9\x04\xe7\x2d\x90\x8f\x17\x3e\x9d\x59\x62\x1c\x5f\x60\x18\x0f\xe2\x46\x56\x95\xd7\x51\x13\x3e\xc8\x38\x62\x25\x38\x6f\xd5\xa3\x47\x82\xc8\xc2\x55\x89\xe5\x58\x15\x58\x0e\xd2\x49\xae\x2a\xbd\x52\x8f\x2b\x11\xe4\x51\x5a\xe2\x15\x5f\x60\x0b\x0f\x96\xc9\x5b\xe2\x08\x5f\x35\x63\x84\x0c\xee\x56\xf9\x0f\x15\xc4\xb3\xc4\x72\xac\x2a\x35\x00\x4e\xf0\x20\x96\x63\xd5\xa2\x29\xe3\x1d\x3a\xd9\xf2\x57\xad\x9a\x72\x3d\x9b\x42\x6a\xa1\x25\x22\xf0\x55\x21\xeb\x89\x03\x5b\x55\xb2\x1e\x1c\xe1\x41\x1c\xd8\xaa\x0a\x3e\x81\x2e\xbc\x28\xb6\x57\xa5\x06\xc0\xfc\x1d\x84\x79\xac\x4a\x04\xde\xaa\xa0\x28\x24\xcb\xf2\xaa\x4d\xab\x71\x9c\x82\xa8\xb4\xce\xab\xc2\x48\x15\x61\xa4\x78\xd4\x64\x6a\x42\x5f\x3f\x10\xc5\xaa\xa6\x4d\xb1\x81\x26\xee\xb2\x34\x04\xb8\xbf\xa3\x6a\xf0\xae\xbe\xfc\xf6\xc5\x63\xe3\x5a\xa8\xa3\x06\x82\x38\x9f\x25\xc2\xef\x55\x03\x1f\x64\x92\xa1\x86\xf6\xeb\x88\xfd\x20\xe6\x61\xd5\xd0\x89\x0a\x9c\x28\x9a\x3e\x55\x72\x1e\xdc\xdf\x41\xa6\xc4\x55\xbb\xa6\xdc\xb1\x5f\x8c\x05\x88\xd5\x7b\x55\x48\x6c\x62\x54\x56\x1d\xda\x94\x23\xbc\xa3\xea\x3a\xb0\x74\xf4\xaa\x28\x1d\xdd\x35\x42\x09\xf3\x3a\xd0\x97\xa9\x49\x07\xe0\x8a\x65\x0a\x87\x3a\xb5\x1a\x08\x08\x11\x6d\xb2\x44\xe9\xbd\x2a\xc4\x32\x71\x23\xab\x4e\x6d\xca\xc4\x61\xd3\x4d\x51\xd6\xa2\x02\x66\x47\x1e\xeb\x55\x25\xb1\xc1\xf6\x1d\x95\x82\xa8\x2a\x35\x01\xe2\xef\xa2\x48\x67\x5d\x5a\xa8\x8d\xd5\xd0\x25\x92\x4d\x5f\x21\xb1\x2b\x3d\xb7\xba\xb5\x29\x47\x62\x47\xd3\x39\x54\xfe\x01\x74\xe1\xa5\x6b\xe5\x25\xcc\xc1\xfc\x1d\x04\x36\xac\xaa\xfc\x43\x05\x77\x61\xd7\xa6\xbc\x5a\x28\x04\x83\x9a\x2e\x91\x82\x41\x15\xe6\xbe\x22\x82\xe2\x02\x5f\x15\x12\xbb\xfd\xd3\xa4\xad\x3c\x12\x3a\x98\x86\x5e\x55\x9e\x00\xb8\xc0\x83\xa9\xe1\xd5\x24\x7b\x41\x0b\x9e\x14\xa5\x6b\x84\xd8\xad\x86\x88\x4f\xe3\xfd\x12\x17\xf8\x6a\x90\xbd\xac\xa8\xb6\x9a\x92\x0c\xa0\x09\x0f\x96\x4d\x5b\x4d\xb2\x17\x0c\xdf\x41\x2c\xc7\x6a\x0a\xd0\x80\xad\x3b\x94\x73\x6b\x32\xc1\x1b\x4c\x70\xbe\x84\x5e\x8d\x7c\x4f\xab\x81\xef\x29\x28\x6d\x1a\x11\x71\xab\xc1\x3a\x27\xef\xcd\x6a\x32\xc1\x41\xe5\x1d\xe4\x5e\x58\x4d\xe9\x02\x70\x79\x27\x3e\x92\x5e\x4d\x01\x9a\x06\xd9\xcb\x97\xd0\xab\x29\xf0\xdf\x8e\x18\x8e\x46\x8f\xb4\x29\x40\x03\x06\xef\xa4\x00\x8d\x28\xbc\x57\x83\xc4\x26\x91\xce\x6a\x4a\x17\xb4\x23\x86\x53\x30\x93\xd0\x14\xbb\x01\x9d\x77\xb0\xf0\xef\x6a\x7c\xb9\xbe\x40\xe7\x9d\x58\xa0\x61\x35\x22\xe2\x56\x03\x30\x9a\xcf\x9d\x57\x53\x32\x19\xcc\xdf\xa5\xff\x47\x06\x80\x25\x62\xf0\xd5\x8e\x6c\x4f\xf2\xec\x9b\x69\x94\xc0\xd2\x29\x93\x2b\x6a\xf0\xd5\xa0\x06\x08\x7c\x59\xcd\x74\x3e\x0c\x27\x98\x01\xbc\x26\x59\x0f\xfe\xef\x60\x55\xe3\xd5\x94\x32\x00\x15\x78\x62\x49\x88\xd5\xe4\x0d\xb4\x2b\xeb\x29\xdd\x9a\x6b\xf5\x8f\x63\x10\xac\x43\xbc\x9a\xb2\x09\xed\x68\x84\xd2\xff\x69\xd2\x94\xe1\x28\x84\x56\x3f\x74\x08\x02\x87\x80\x9e\xbd\xb8\xc6\x57\x83\x86\x20\x92\x66\x35\x85\x91\x1a\x62\x45\x7c\x1b\xbe\x9a\x12\x0d\x0d\x08\xbc\xa0\x90\x6d\x44\xe0\xad\x86\xf4\x3a\xcb\x4f\xac\x26\x4f\x00\x0c\xe5\x49\x9e\xa2\x18\xca\x57\xeb\xb7\x2f\x0e\xbe\xeb\xb6\x1c\x15\x13\x46\xeb\xa1\x49\xaf\x34\x84\x91\x94\x41\x13\xdb\xf8\x6a\x88\x15\xf1\xbd\xf6\x6a\x8a\x15\x81\x5e\x3c\x8c\xd2\xad\x29\x56\x04\xba\xf1\x14\xc1\x63\xa3\x6c\x02\x58\xc4\x13\xb9\xeb\x57\x53\x40\xa8\xad\xfb\x41\x2e\xef\xd2\x07\xd7\xb1\xb3\xc9\x43\xbf\x9a\xd4\x00\x08\xc2\x93\xfc\x07\x31\x84\xaf\x86\x9c\x80\x65\x35\x69\xbf\x8e\xb2\x08\x52\x26\xad\x26\x0d\xd1\x90\x13\x30\xc9\xc4\x57\x23\x7c\xd1\x17\x03\x0c\x4d\x86\x7b\x43\x40\x88\x75\x2e\x56\x53\x1a\x1a\x3c\xe2\x61\x12\x97\x8a\x15\xb5\x17\xe7\x50\xf3\x7a\xb5\xf2\xc7\xbc\x4f\x32\x8b\x9b\xac\x73\xf0\x8a\x27\x25\x79\xc5\x2b\xbe\x1a\xd2\x05\x26\xb1\xa2\x74\x01\x28\xc7\x13\xdf\xa1\x2f\x51\x8e\x2f\x83\x86\xe0\x63\xf3\x65\xca\x50\x1b\x0c\x77\xd2\x33\x2d\x53\xba\x00\x6c\xe4\xa9\x73\xa1\xc4\x46\xbe\xec\xb9\xc3\x50\xd3\x56\x13\xce\x21\xf1\x15\xa6\x58\x11\x38\xcb\x53\xff\x21\x77\x97\x49\xe5\x18\x02\x42\x2c\x10\xb7\x4c\x49\x06\x90\x96\x27\xa5\x86\xc5\x54\xbe\x0c\x68\xbf\x4e\x81\x6e\xa4\x33\x5c\x96\xb0\xcb\x14\x5f\xa6\x94\xb7\x21\x8c\xc4\x12\x71\xcb\x14\x46\x02\xa1\x79\x92\xb5\x67\x52\x54\x56\x30\x78\x9a\x8f\xc6\x57\x35\x0b\xdc\xe4\xa9\x6b\xca\x0a\xfc\x5b\x79\xff\xf7\x7f\x95\x14\x9e\xcb\x14\xda\x31\x60\x04\x3b\x6d\x44\xd1\x98\x2f\x43\xba\x80\x35\x5c\x97\x09\x6e\x04\x86\xf3\x30\x8a\x14\x23\x46\x70\x81\xb7\x3c\xf8\xd4\x69\x99\x54\x0e\xc8\xc9\x53\x67\x74\xc4\xa4\x72\x0c\x2a\x47\x99\x5c\x23\x7c\x70\x81\xc7\x3c\x08\x62\x5b\x26\x95\x63\x88\x15\x91\x76\x6a\x99\x74\x0a\x28\xcd\x53\xa7\x52\x34\xf9\x0f\x86\x24\x83\x51\x6e\x98\x32\xd4\x76\xd4\x4b\xb0\x98\xe8\x32\xe5\x1f\xec\x78\x19\x55\xa9\x46\x93\xba\x01\xdb\x79\xb0\x9a\xe8\x32\xe5\x1f\xc0\x76\x9e\x94\x6b\x36\xd3\x39\x84\xba\xe9\x5a\x5e\xd7\xca\x23\xf8\x64\x14\xb0\xa6\xe0\x13\xd8\xcf\x13\x79\x03\x96\xd8\xcf\x97\x21\x35\xa1\x10\xbe\xb9\x0e\x80\xbf\x68\xe2\x94\x95\xbc\x36\x44\x98\xf8\x30\x65\x99\x74\x8a\xc5\xed\x8b\xc3\x08\x9d\x43\xe8\x14\xe5\xb5\x2d\xb4\xbc\x47\xa7\x84\x22\xee\xd6\x75\xb0\xf1\x5a\xa8\xd3\x04\x37\xf9\x2a\x86\xac\x85\x42\xdd\xa6\xe4\xb5\x1d\xcd\x13\x7c\x1a\xb1\x44\xb3\xbe\x0c\xd1\x25\x52\x5c\x2d\x53\x42\xc3\xc6\xed\x8b\xc2\x41\xc9\x6b\xd0\xaa\x87\x4b\x02\x28\x79\x6d\x88\x2e\x09\xb3\x67\x8a\x2e\x19\xd0\x99\x24\xfe\x5d\xa2\x60\x5f\x06\x25\xa5\xa0\xb5\x4d\x9d\x8d\x79\x6e\x8a\x82\xd6\x26\xc8\x96\x1d\x67\x27\xf5\xae\xbe\x34\x0c\x04\x9e\x9c\x02\x56\x14\xec\xcb\x8e\xfe\x4a\x5d\x67\x63\x69\x5e\x88\x49\xb9\xe4\xa1\x62\x52\x60\x63\xcf\x8f\xce\x86\x54\x9b\x21\xa1\xe1\x92\x1b\x52\x6d\x20\x6e\xaf\x8f\x84\xb9\x54\x1b\x88\xdb\x83\xf5\xfb\x96\x88\xdb\x17\x88\xda\xc3\x25\x52\x94\xeb\x00\x51\x7b\x26\x05\xc4\x32\x85\xab\xec\x68\xbd\xfc\xcf\xfd\x52\x92\x1c\x9c\xee\xe1\x92\xa2\xf2\x8b\xc0\xe9\x5e\x1f\x1d\x00\x29\x44\x70\xba\x87\x30\x96\xe2\x74\x5f\xe0\x74\xcf\x4f\xfa\x6f\x58\xd5\x25\xca\xf7\x65\x2f\xe6\x46\x1b\xd1\x84\xe8\xb2\x17\x77\x8c\x36\xa2\xd8\xe0\x97\x7d\x77\x28\xdc\x18\xa5\x5d\xc0\xfe\x9e\x59\x74\x66\x99\xd2\xeb\x60\x83\x0f\xa7\x24\x75\xe9\x4b\x87\xbe\x74\xde\x4c\xd1\xc1\x2f\xd0\xc1\x67\xed\x99\xf8\xe0\x97\x23\xed\xa2\xd8\x9e\x0b\xec\xe5\x0f\xee\x18\x85\xac\x4b\x5f\x7a\xba\xa5\x8d\x38\x8c\xa4\xbe\xd2\xed\x4b\x4d\xae\x26\xcc\x8b\x6a\xdb\x95\x94\x07\xc1\x7c\x08\x8f\xe8\x82\x88\x81\x6b\xbe\x3e\xbc\x99\x2e\x55\xea\x50\xa5\x02\x1d\x3a\x9f\xb5\x2e\xcf\x38\x3a\xcc\xae\x8a\x96\x7e\x39\xb4\xac\x02\x5d\xae\x78\x9b\x23\x5f\xcf\xca\x85\xcb\xb3\x56\x23\xdf\xbe\xb8\xbc\xca\xc8\x78\xb9\x7d\xf1\x83\xf2\xf9\x40\x31\x5f\x05\xd8\x70\x41\xc4\x1c\xa1\xb8\x60\x3a\xc9\x15\x8a\x03\xfd\x7c\x7e\x28\x20\x5c\xee\x20\xf8\xe7\x43\x50\x2a\xf1\xcf\x2f\xf0\xcf\x67\x12\x14\x2f\x97\x6e\x06\x17\x7d\x15\x38\xc4\xe5\x0e\x82\x8b\x3e\x82\x90\x3e\xaf\x1a\xc6\xf1\x14\x33\xe9\x48\x96\x2b\x4a\x07\x9a\xf9\xfc\xd0\x2a\x12\xcd\xfc\x72\x28\x60\x05\x18\x5c\xc9\x1a\x3f\x0a\x37\x58\xf2\x70\xb9\xb4\x2c\x78\xe5\x43\x58\x1f\x57\xb2\x06\xbc\xf2\x99\xc5\x8a\x96\xf3\x15\xd4\x72\x83\xec\xe0\xd5\x73\xa5\xf2\x1d\x51\xba\xd0\x61\x53\x94\xce\x1d\x47\x94\x76\x80\x38\xe8\x97\x43\xcb\x06\x63\x0f\x2e\xcf\x0d\xf4\xf4\x11\x34\xa6\xdd\x35\x0c\xc7\x7e\x51\xa3\x8b\x69\x7e\x81\x5a\x3e\xb3\x60\xd1\x72\x05\xf0\x3c\x06\x9a\x38\x0c\xb9\x67\x1e\xf8\xa0\x6e\xa5\xd0\xcf\xde\x71\xd8\xa8\x2f\x45\x1b\xbf\xbc\x63\x53\x68\xc4\x78\xd7\x08\x11\xdb\x23\x33\xda\x72\x41\x9c\x41\x06\x9f\x1f\x5d\x3d\xc5\xf6\x7c\x18\x9a\x78\x36\x94\x72\x01\x19\x7c\xfd\xe7\x00\xc8\x73\x03\x39\x7c\x7e\x74\x89\xe4\xb9\x81\x1c\x3e\x58\x01\x72\xb9\xf4\xa5\x4f\xe8\x15\xc6\x54\x5c\xfa\x12\x8c\xef\x11\xea\x4b\x59\x7e\x30\xbe\xe7\x44\xdf\xd2\x15\xf6\xf3\x95\xd0\xc4\xc1\x2f\xcd\x0b\x61\x3f\x45\x10\x5c\x61\x3f\x5f\x1d\xbf\xe2\x2e\x4b\x95\x3a\x54\x29\x2b\xd1\x2d\xf1\xc6\x2f\xdf\xf7\x83\x3c\x6c\x02\x10\x3b\x14\x55\x68\x97\x85\xe6\x72\x68\xa3\x90\x80\x95\x7b\xe6\x48\xe5\x87\x04\xac\x74\x8a\x23\x4a\x27\x44\xb2\x7f\x1a\x21\xb4\x83\x00\xc4\x62\x80\x5f\x71\x14\x45\x4e\x49\x4d\xae\xa6\xf9\xff\x18\x3b\x7b\x64\xdf\x79\xe6\xb8\xe7\x5e\xc5\xb3\x03\x13\x20\x48\x02\x89\x13\xc7\xf6\x1e\x48\x0c\x58\xa5\x40\xd2\x5b\xaf\xa5\xfd\xbb\xd8\xf3\x9c\xfe\x1d\x55\x29\xb8\xc1\x0d\xee\x41\xfd\x89\xef\x99\x41\x4f\xa3\xf1\x15\x79\xeb\x75\xd2\x20\x5d\x50\x9c\x25\xc9\x66\x2f\x7c\xb0\x68\x78\x6d\xe7\x3b\xe9\xf5\x5e\x4e\x15\x75\x17\x51\xd7\x77\x7a\xea\x9c\x63\x3b\x76\x5e\x0a\xf0\xb5\x18\x6f\x43\x01\x7e\x76\xd9\x79\x68\xc7\x28\xc0\xcf\xae\xe4\x09\x87\xd5\x8e\x31\x97\x76\x7b\x1f\x74\x19\x2a\xb0\xb4\xdb\x2b\x2c\x9a\xce\x91\x49\xaa\xec\x7d\x38\x7a\xe8\x18\x73\xa9\xb2\x57\x58\x34\xa8\xb2\x4f\xa9\xb2\xf7\xe1\x4c\x5d\xe7\xa0\xd5\x3f\x63\xde\x87\x3d\x51\x07\xc0\x93\xec\x7a\xe7\xd8\xd9\x31\xcb\x92\x59\xaf\xc5\xd9\xf0\x0e\xa9\xb7\x37\x35\xde\x8c\x82\x4e\x5e\xa5\x7f\x07\xab\xce\xb1\x13\x45\xf6\xd9\x75\x64\xe2\x00\xd9\x61\x58\x49\xac\xbd\xfb\xe1\xc8\xd9\xb1\xd8\x92\x59\xef\x83\x66\x90\x57\x91\xcc\x7a\x83\x8a\xd6\xe1\xe0\x76\x01\x6a\x16\x68\x9b\x1d\x40\xad\x5f\x5a\x36\xc6\x11\xd1\x56\x9f\xd2\x56\xef\xc3\xbb\xb2\xc3\xb0\x92\xcc\x7a\x07\x20\xef\xd8\x5e\xa9\xa4\x77\x3f\xfd\x32\x3b\xf4\x5c\x09\xa6\xd7\xe2\xa0\xb3\x83\x9a\x49\x40\xbd\x5a\x3c\x75\x22\xa0\x3e\xbb\x92\xe4\x9c\xc1\x10\x50\x9f\xbd\x6b\xe4\x69\x06\x27\x9c\xae\x94\x0b\x67\xb0\xce\xa5\x14\x69\xab\x37\xcc\x72\xc7\x62\x4b\x30\xbd\x0f\xe7\x63\x3b\x49\xf2\x7e\x6b\x1d\xfa\x1c\xdb\x39\xab\x74\x9d\x55\xc6\xf8\x43\x02\x40\xe7\x28\xd3\x6f\xad\x45\x9f\x57\x3a\x19\x99\xfe\x9d\x6a\x1a\xb6\xbe\x43\xd1\xed\xca\xc8\x58\x10\x6e\x22\xbd\x3e\xfb\x77\x5e\x19\x9b\xed\x6f\xc7\x34\xf7\x34\xcd\x17\x1f\x64\xb0\x3e\x53\x3c\xe0\xfc\x76\xf0\xb6\x3e\x0f\xfd\xca\xdd\x86\xbd\xdb\x3f\xab\x3d\x38\x28\x74\x08\x58\x7d\xaa\x19\x8e\x8a\x3a\xf4\xdc\x1e\xaa\x0b\xdb\x11\xd4\x15\x59\x97\x3f\x08\x3d\xb7\x7f\x87\x90\x01\xa9\xb7\x03\xc5\x75\x1d\x4a\x2c\xa6\x33\x91\x79\x9f\x7d\xa9\x2e\xd3\x65\x3a\xb6\xbe\x7f\x87\x90\x01\xdf\xb7\x2f\x6c\xe2\x77\x08\x69\xd6\xcc\x9a\x1d\x37\xd0\x97\x9a\x81\xed\x20\x8f\x23\xc5\xf7\x86\xe7\xeb\xa0\x74\xfd\xd5\x68\xb0\xd5\x81\xe2\xfa\xab\x49\x61\x2d\x72\xb4\x90\xcc\xfb\xd8\xbc\xd5\x07\xb4\xad\xf1\x39\x8f\x01\x15\x78\x70\xb4\x90\x18\x7c\xb5\xdc\xcf\x44\x01\x7e\x4a\xf1\x7d\x58\xb2\x6e\x0e\xfc\x8a\x14\xdf\xab\xdf\x86\x9b\x83\xf4\xfa\x28\x1a\x28\xc7\x01\xc8\xbc\xcf\x51\xf4\x41\x1b\x88\x01\x01\x6b\x7c\xce\x62\x10\x23\x0e\x98\xbb\xe3\x3b\x14\xb4\x62\x97\x33\x70\x1e\x52\x80\x1f\x84\x8f\x83\xc4\x90\xc4\xe0\x1b\xfc\xd1\x41\xe6\x5d\x8a\xef\x63\xb3\x81\x40\xe6\x7d\x8e\x5d\x1f\xf4\x7e\x1e\x50\xa9\xc6\xae\x49\x31\x76\x3e\xc8\xfe\x48\x0c\xbe\xc1\x3a\x1d\x38\x8f\xd1\x54\x97\x8d\xec\xc0\x79\x48\xf1\xbd\x41\x48\x1d\x16\x4d\x9b\xa3\xa9\xf1\x95\x5f\x31\x86\x4d\xb3\xcc\x7c\x01\xc5\x8d\x2f\xbc\xaf\x75\xa3\x88\x49\x39\xd4\x0c\xa3\xc5\x03\x6e\xd6\x38\x34\x5f\xce\x78\x0e\xfc\xca\x38\xbe\xba\xe0\xfb\x0e\x72\x38\xd2\x89\xaf\xd5\xd8\xf9\x20\x29\x3f\xbe\xf0\x7e\x58\xd6\x6d\x0e\x90\xb3\xa1\x70\xdf\x8a\xb6\x13\xdd\xf8\x39\x4e\xd5\xe5\x38\x60\xc0\xdc\x95\xa4\xfc\x20\xf4\x19\xf8\x95\x71\xa9\x2e\xc6\x90\xa4\xfc\xf8\x3c\xc4\xb0\x44\xf9\x1c\x78\x08\x29\xbe\xd7\x6a\x93\x32\xa0\xe7\x8e\xae\x0f\xfa\x28\x88\x02\xfc\x1c\x9f\xb3\x18\xd6\x6e\x9b\xc8\xbc\x4f\xc9\xbc\x0f\x02\x8b\x31\xa8\x6b\x64\x5d\x1e\xde\xc1\xc2\xbe\xd5\x2f\x36\x2c\xf4\xdc\x71\xeb\x83\x6c\x3d\x02\x77\x29\xc0\x0f\x3f\x5f\x39\x07\xde\x61\x3c\xfa\x20\x5b\x8f\xbc\x8a\x64\xdd\x1b\x01\xd3\x20\x29\x2f\xed\xf6\x51\xd8\x44\xe0\x52\xd2\x72\xaf\xf0\x11\xd1\x72\x9f\xd2\x72\x1f\x50\x66\x07\x44\xdb\xf1\x99\xfc\x51\xd8\x5f\x93\x85\xfd\x05\xea\xd5\x3a\x56\x73\x4c\x36\xd1\xd4\xf0\xda\x71\x0c\x38\xb8\x23\xb2\x19\x9e\xca\xd8\x29\xfa\xe2\x80\x6a\x03\x3b\x80\xac\xc6\xe7\x0d\x2a\x2c\xc6\x01\x64\x35\x04\x59\x55\x63\x7b\x03\x17\x30\xd6\x77\x08\xb7\xca\xec\x1c\xb8\x80\x21\x17\x50\xd8\xcb\xd8\x79\x89\xc1\x0f\xeb\x82\xcf\x41\x36\x66\x2c\xd5\xc5\x2c\xc3\xdc\x1d\x6f\x55\x91\x57\x14\xf7\x3a\xc6\x9b\x75\xb9\x85\xa0\x4b\x43\xe8\x52\x75\x04\x36\x38\x3f\x48\x37\x7e\x58\xa0\x6d\x0e\x18\x56\xe3\xd5\xf0\x3a\x06\xb8\xf1\x0e\x12\x87\x1f\x56\xf8\x9e\x37\xcc\x5d\xe9\xc4\x57\xd8\x99\xb7\x15\x37\xe7\x2d\x17\x50\x9d\xe0\xbd\x21\x00\xdc\xdf\x51\x62\x60\x1c\x90\x94\x9f\x92\x94\x1f\x10\x6d\x11\x86\x9f\x77\xd5\xaf\x7c\xe3\xea\x86\x4d\x7b\x7f\x91\xff\x60\x1d\xde\x18\xf3\xbb\xbe\x2a\x72\xe3\xa1\x51\xdd\xb2\xf3\x56\x3b\x9e\x37\x34\x2a\x09\xc1\x0f\x96\xcd\x0d\x68\x72\x2b\x3a\xaf\x8e\x47\xef\x46\x5d\xb2\xbd\xd5\x61\xf1\x0d\x9e\x22\xcd\xf8\x61\x21\xb3\x79\x63\x60\xa5\x11\x3f\xaa\x09\x6c\x37\x99\xf7\xfb\xf8\x22\x07\x36\x2c\x9a\xf1\x53\x9a\xf1\xa3\xda\x57\xde\xa4\x41\xa4\x11\x5f\xa1\xb1\xde\x5c\xd4\xbb\xd3\x2c\x3b\x7f\x7e\x93\x5a\xbf\x4f\x35\xc3\xd9\x98\x9b\x70\xff\x96\xc5\xae\x3e\xfd\xde\x70\xa5\xa4\x11\x3f\xea\xf5\x87\xa1\xea\x8d\xd5\x96\xe2\xfb\xa8\xb6\x02\x37\xf9\x8e\xfb\x92\x7b\x3b\x29\x62\x55\x5d\x72\xa5\x36\x46\x37\x64\x5b\x89\xc1\x0f\x2b\xb1\xcd\x1b\x5b\x2f\x31\xf8\x61\x11\xda\x79\x43\xb6\xbd\xe5\x06\xac\xc4\x36\x6f\x58\x56\xd2\x89\x1f\x7e\xea\x73\xde\x1c\x14\xee\x9e\xcd\xf0\x10\xe3\x06\x24\x06\x3f\x2c\x42\x3b\x6f\x52\x21\x12\x83\x6f\x85\xd1\x27\xbd\x7e\x0f\x2d\x1d\x9f\xec\x6f\xf0\x9b\xfb\x56\x20\x68\xc3\x77\x73\x86\xb8\xe5\x21\xac\xdf\x36\xd1\x8d\x9f\xb7\x3c\xc4\xbe\xf1\x2b\xfa\xf5\x1d\x0a\xc6\x6e\x60\xf2\x26\xdf\x71\x3f\x59\x97\x1b\x0f\x65\xf6\x7e\xbe\x45\x00\xf9\xf5\xe6\x24\x70\xeb\x24\x50\xf9\x15\x04\x2c\x29\xc0\x0f\x0b\xa7\xcd\x1b\x90\xe6\x9e\xb2\xa4\x36\x97\x37\x6e\x40\x8a\xef\x63\x77\x9c\x7d\x93\xd4\x90\xe2\x7b\x85\xc7\x7c\x03\xd2\x48\x01\xbe\xfe\x9a\x2f\x4e\x02\x77\x7c\x8b\x7b\xdf\xf9\x15\x8b\x2d\x64\xc2\x1c\x30\xa1\x00\x3f\xef\x50\x33\x76\x3e\xc8\x2c\xc7\x52\x91\xbb\xbc\x68\xc6\xd2\xc8\xdb\x43\xdc\xe4\x20\x24\x06\xdf\x88\xce\x6f\x88\xb6\x52\x80\x1f\xb0\x69\x6f\xc2\xfd\xfb\xd5\x07\xb1\x02\x24\xe5\x6f\x9d\x04\x76\x8c\x2c\xb4\xad\xfb\xd5\x12\x75\x08\x7e\x63\xeb\xa5\x1b\x3f\x76\x1f\x8e\x1f\x60\xa4\x47\xb6\xde\x52\x6b\xf3\x21\xdc\x7f\x36\xfd\xca\x1e\x1d\x71\xf8\xf9\xc8\xa0\xef\xc6\xc0\x1e\x68\x5b\x8f\xc2\x7d\x8b\xa6\xcd\x07\x5e\xec\x53\xf4\x41\x83\xa0\x0f\xe8\xbe\x74\xe2\xeb\xee\xc8\xf2\xe1\x6e\xf8\x53\xb5\x89\xbc\x53\x1e\x62\xfa\xa7\x6a\xbe\x06\xbf\x9a\x14\x85\x3e\xb8\xbb\x68\x51\xa4\x66\xd8\xf3\x3d\xb8\x01\xa9\xcb\x8f\xdd\xb1\xef\x03\x84\xff\x7c\x31\x7c\xab\xe6\xed\x3d\xe4\xd0\x9f\x2f\x50\x1f\x50\x66\x1f\x50\x9f\x47\xa8\xcf\xfe\xab\x28\x28\xfa\x56\x94\x45\x10\xe7\x43\xa2\xfc\x39\xf4\x41\x6f\xbd\x07\xca\xac\xd4\xe5\xab\x95\x0e\xe7\x43\xca\x5b\xea\xf2\xc3\xba\x63\x13\x49\xf9\xf9\x9c\xfa\xa0\x59\x71\x0f\x5c\xa9\xe7\x33\xfb\xc3\x32\x61\xf3\x01\x8c\x7f\xbe\x40\xbd\xe1\x9b\x1f\xdc\x80\xd4\xe6\x87\xdf\x74\x9f\x0f\x60\xbc\x84\xe7\x9b\x25\x57\xe7\x83\x9d\x7f\xae\x6c\xfc\xe9\xa2\x9b\xa2\x6f\x52\xfc\x5a\xf9\x44\x6d\x7e\x3e\x32\xe6\x90\x5f\x1f\x50\x9f\xe7\xb3\xeb\xc3\x0f\x75\xce\x07\x30\xfe\xf9\xc2\xfb\x56\x19\x43\xec\xbc\x34\xea\x87\x15\xc4\xe6\x03\x18\x2f\xb9\xfa\x56\x9d\xd0\x78\x30\xe6\x8f\x8c\xb9\x5f\x8e\x98\x0f\xa8\xcf\x33\xbe\x65\xd3\xec\x9b\x91\xaf\x9f\x8f\xec\x3c\x94\xd9\x07\xae\xd4\xf3\xd9\xf5\xe1\x47\xa7\xe7\x03\x4e\xff\xdc\x4d\x75\x1d\x2e\xa2\xcb\x0a\xf7\x1b\xbb\x12\x9c\x5e\x22\xf7\x8d\xcb\x3d\x0f\x60\xfc\xf3\x68\x01\xb0\x2b\x09\xf7\x1f\xd9\x79\x4b\xad\xcd\x87\x0c\xb5\xf4\xf0\x87\x1f\xcf\x9c\x0f\x76\xfe\x11\x76\xd3\xd8\x7a\x20\xee\xcf\xfc\x8c\x5e\x65\x6d\x90\x86\x7e\x84\xdd\x34\x23\x23\x0f\x16\xfb\x11\x76\xb3\x3b\xa4\x43\xf4\x7e\x3e\x5f\x4c\x3f\x2c\xc2\x35\x1f\x62\x7a\xe9\xdf\x8f\x83\xfd\x05\x07\xf7\x09\xad\x5e\xc7\xf4\x0f\xc6\x5c\xa2\xf7\xe3\xf0\x89\xf4\xe1\x5e\xdd\x23\x80\xc6\xca\x68\xf3\x01\xa0\x79\x04\xd0\x70\xd5\xe9\x81\x68\x2b\x69\xfc\x71\xd0\x78\x88\xb6\x92\xca\x1f\x07\x53\x89\x31\x7f\x64\x96\xa1\xcc\x4e\xcc\xf2\xdc\xb2\xae\xd3\x45\x07\x45\xa7\x8a\x86\x8b\x2e\x8a\xbe\xa9\x44\x99\x67\x02\xd0\x48\x0f\xbf\xee\xbf\xea\x5a\x14\xa9\x19\xee\xd7\x84\x2b\x25\x59\xfc\x81\x5a\xce\x24\x27\x20\x59\xfc\xba\x3b\x62\x9e\xb8\x00\x69\xdf\x8f\x83\xc6\x93\x13\x98\xca\x09\x58\x9e\x7c\xa2\x85\x3f\xa5\x85\x5f\xb9\xe5\x82\x16\xfe\x94\x16\xfe\x80\x9e\x3b\x91\x07\x91\x16\x7e\xdd\x3d\xcb\x93\x43\xc2\x94\x77\x38\x8e\xfe\x67\xa1\xea\x84\xf3\x2b\x69\xfc\x81\xc0\xcd\x24\x65\x20\x69\xfc\x6a\xad\xd3\x39\x41\x7d\x24\x95\x5f\x77\x9f\xde\x90\xca\x9f\x92\xca\x1f\x48\xd5\x4c\x50\x1f\x49\xe5\x57\x4b\x94\xcf\x09\xe7\x57\xaa\xf9\x03\xf2\xeb\x84\x80\x25\xd5\xfc\x01\xf9\x75\xe2\x57\x24\x7a\x3f\x20\xbf\x4e\x74\x40\xa4\x7f\x5f\x77\x1f\x4a\x26\x27\x8f\x99\x7e\xc5\x87\x12\xf4\xf0\xa7\xf4\xf0\xc7\xe1\x08\x0c\x3d\xfc\x39\xe5\x72\xfc\x8e\xd1\x44\xf4\x7e\x4a\xf4\x7e\xf8\xc9\xcd\x39\xc9\xc9\xce\x4b\xcf\xb4\xdb\xd9\x4f\x38\x4c\x73\xe8\xd9\x77\x6f\xf5\x09\xea\x2e\x75\xf9\x61\xfd\xb6\x39\xc1\x54\xa6\x30\x95\xdd\xf9\xdf\x49\x9c\x3d\x65\x9a\x4f\x96\xe9\xf8\x55\xd7\x52\x91\xc7\x10\xd3\x2c\x21\xfa\x71\x1a\xf5\x99\xe8\x65\x48\x78\xbe\xee\x4c\x0a\xb7\xa1\xa7\xf2\xa4\x3b\x93\x02\x18\x2f\x21\xfa\x81\xca\xc6\x04\x89\x91\x10\x7d\xdd\xcd\x00\x41\x88\x7e\x4a\x88\x7e\xc0\x98\x9c\xe0\xf4\x12\x9e\x1f\xd0\x22\x27\x56\x5b\xba\xf1\x03\x5a\xe4\x04\x8c\x97\x84\x7c\xdd\x3b\x45\x7c\x70\xde\x2a\x72\xe3\x41\x62\xa4\x13\x3f\xfc\xd6\xe5\x9c\x90\x87\xa6\x0c\x3a\x04\xc7\x09\x79\x48\x12\xf2\xe3\xf4\xc9\x6d\x22\xa3\x31\x43\xbe\x99\x31\xc4\xa0\x4b\x37\x7e\x58\x39\x6f\x4e\x68\x40\x73\x65\xe3\xdd\x65\x68\x40\x53\x70\x0b\x54\x45\x74\xe3\xe7\x94\x41\x47\x7b\x61\xc2\xd8\x91\xa4\xfc\x38\x7d\x20\x99\x58\x6d\xe9\xc4\x0f\x48\x87\x13\xc4\x7d\xbe\xf2\xb2\x8e\x7d\x03\xc6\x4e\x28\x98\x46\x1c\x20\x00\x4e\x42\xc0\x09\xf7\xb4\xd0\x8d\x9f\xd2\x8d\x1f\xd6\xd0\x9e\x01\xc3\x35\x3e\x2b\x3d\xfc\xd6\xe5\x0c\x4c\xb3\x74\xe2\x87\xf5\xef\x66\x40\x63\x95\x4e\x7c\xdd\x1d\x31\x07\x89\xd7\xf8\x8c\xec\xb8\x8c\x74\x22\x0e\x3f\x25\x0e\x5f\xb9\x13\x86\x38\xfc\x0c\xc1\xea\xdc\x5e\x0f\x58\x34\xf1\xd9\xdb\x71\x19\x70\x45\x37\x7e\x4a\x0c\x7e\x5c\x06\xad\x83\xec\xaa\x14\xe0\x07\x82\x7a\x28\xc0\xcf\x10\x40\x7e\xd9\x87\x05\xa4\x97\x10\xa6\x02\xcd\x2e\x88\x98\xe3\x50\xc0\xe4\xf9\x8a\xe3\xd7\xaf\x34\xbc\x06\x69\x90\x79\x9f\x21\x3c\x9b\x9b\xbc\x01\x7d\x25\x4e\xd5\x65\x74\x24\x60\x82\x4a\xe6\x7d\xf8\x59\xc5\x19\xe0\xd9\x52\x7c\xaf\xd6\x3c\x9f\x41\x32\x34\x04\x7f\x5c\x36\x0e\x28\xc0\xcf\x10\x68\x0d\xd1\x2b\xb0\x87\x12\x87\x1f\xb0\xb9\x82\x2b\x04\x52\x7c\x1f\xdc\xb9\x0c\x72\x97\xd2\x6e\x1f\xd0\xa8\x82\x28\x56\x5a\xee\xb5\x31\x95\x44\xb1\x21\x03\x0b\x21\x0a\x2d\xf7\x29\x2d\xf7\xd1\x59\x1b\x58\xd1\x10\x24\xd1\x7d\xd0\x0a\xd8\x99\x12\x68\xaf\x8d\x05\x40\xc6\x33\x04\x49\x20\x4a\x88\x60\xfb\x94\x60\xfb\xe8\xb4\x10\xde\x48\x7c\xa6\x71\x74\x16\x1b\x3c\xcb\x78\x64\x52\x68\x3c\xa6\x52\x02\xed\xa3\xd3\x0c\xf0\xec\xf8\x02\xda\xc6\x3d\xe3\x20\x39\x29\x99\xf5\xc1\x45\xa2\x00\x92\x90\xec\x7a\xe5\x2a\x21\xb2\xeb\x33\x64\x2a\xe1\x14\x05\x68\x85\x14\xd9\x47\x77\xa4\x12\x98\xca\x10\xee\xc0\xbd\x9f\x00\x99\x96\xcc\x7a\x03\xd6\x09\xc8\x94\xb1\xb2\xf1\xde\x29\x80\xd6\x21\x48\x02\x5a\x0e\x8a\xec\x33\x64\x2a\xbb\x63\xa9\x80\x88\x12\x9f\xd5\x1c\x5c\xd1\x09\x4c\x65\x28\x8a\xed\x46\x10\x02\xf8\x59\xe2\xec\xb5\xd9\x57\x06\x19\x48\x89\xb5\x0f\x58\x34\x88\xb5\xcf\xb5\x69\x34\x7c\x8c\x59\x64\x20\x97\xc8\x8d\x5c\xac\x44\xc7\x7d\x2e\x19\x58\x6e\xb9\x2c\xd0\x0a\x49\xbc\x0f\x6e\xb9\x2c\xac\xe8\x2a\x59\x97\x3f\x48\x06\x72\x09\x92\x80\x7b\xb3\x80\x24\x96\x20\x09\x6b\xab\xcf\x05\xe1\x70\x09\x99\xee\xb6\xf3\x0b\x8e\xca\xaa\x5a\xa2\xc6\xce\x11\x6b\x9f\x12\x6b\xaf\x9c\x63\x11\x6b\x9f\x12\x6b\x1f\x7d\xfc\x61\xa8\x8a\x96\xfb\x94\x96\xfb\xe0\x12\xfd\x82\xc5\x28\x59\xf7\xca\xe1\x78\x91\xd6\x5c\xc2\x39\xa0\x01\xa1\xe5\x3e\x97\x4c\xf3\x30\xc0\xb0\x30\xcd\x92\x79\x1f\xb0\x76\x16\xa6\x59\x02\xed\x63\xf8\x64\xbf\xc0\xcf\x57\xd3\x0a\xf6\x91\x7a\x91\x85\x94\x0a\xfb\x80\x9a\xb3\xc0\x39\x96\xe2\x51\x0b\xb6\xcf\x05\x1f\x51\x82\xed\x03\xfe\xcd\x82\xdd\xb2\x3e\xdb\x3e\xe0\xdf\x2c\x90\xf0\xf5\x19\xf4\xda\x1c\xe0\x2e\x58\xff\x12\x68\x1f\x5c\xfb\x58\x50\x15\x97\xa8\x8a\x5c\xa1\x45\xb0\x7d\xae\x73\xa9\xc8\x8b\x00\x08\x44\xaa\xec\xd5\x82\xed\x73\x11\xfb\x4a\xa0\x7d\x70\xb7\x63\xc1\x47\x5c\x9f\x47\x18\x5c\xbc\x45\xb0\x7d\xae\x6b\x7e\x1f\x34\x76\xbe\xf0\x10\x4b\xe8\xc8\x60\x55\x21\x39\x21\xed\xf6\xca\xc5\xdb\x45\x5a\x53\xda\xed\x83\x1b\x21\xab\xff\xfa\xe0\xfa\xe6\x8b\x49\x01\x1d\x91\x96\x7b\x6d\xce\x86\xa3\xe5\x3e\x97\x5c\x0e\x5c\x9f\x45\x32\x74\x7d\x2e\x66\xc0\xf5\x59\xf8\x95\x25\x74\x84\x1b\xaf\x0b\x14\x7c\x89\xc5\xc8\xfd\xdf\x05\x3a\xb2\xd2\xaf\x74\x7e\xc5\xf0\x0a\x05\x87\xeb\x83\x02\xfc\x5c\x9f\xf7\x69\x9c\x80\x17\xc0\xc9\x52\xe0\xde\xb0\x02\x10\x1c\x97\x1c\x15\x34\xa0\x05\x8b\x46\x92\xf2\x63\x38\x10\x44\x52\x7e\x2e\x61\x2a\xc3\x41\xe7\x02\x3b\x5f\x8f\xb6\x03\xab\x97\x14\xea\x52\x0a\xd5\xaf\x3b\xce\x45\x0a\x75\x09\x6e\xf1\xeb\x8e\x73\x11\xb8\x2f\x39\x2a\xc8\x3c\x0b\xaa\x8c\x74\xe2\xc7\x70\x20\xb8\x08\xa6\xa5\x1b\x5f\xb9\xf2\xbc\x08\xa6\x25\x21\x5f\x36\x3f\xb9\x38\x17\x79\xcd\xf5\x39\x92\xaf\xcc\x03\x0c\x74\xb2\x96\x16\x29\xa6\x0f\xcf\x22\x11\xf9\xef\x67\x6e\x24\xda\x11\x52\x91\xaf\xdc\xb0\x5e\x7e\xf6\x7a\x2e\xb9\x16\x6e\x58\xbf\xf8\x8f\x77\x2b\x2a\x6a\x2e\xaa\x14\x65\x65\xde\xcf\x2f\xe0\xc9\xfb\xf9\x92\xaf\xec\x72\xd9\xa0\xec\xcd\xb2\x9f\xf1\x7f\x21\x47\x4a\x2d\xbe\x1e\x4e\xa1\xbc\x00\x21\xaf\xf8\xf1\x16\x60\x9f\x2f\xc9\x4d\x09\xcb\x97\x0d\x9e\x0d\xca\xf2\x53\xca\xf2\xd5\xea\xfc\xf3\x25\x48\x7f\x4b\x36\xc4\x96\xfb\x05\x25\x91\xca\xfc\x57\x56\x5d\x46\xe7\x3e\x2f\xf2\x95\x79\x50\xc0\xc3\x5f\xe1\xe1\xe0\x5a\x2f\x5a\xa9\xaf\xfc\x84\x15\xff\xe7\x0b\x10\x22\x75\xfa\xb2\x41\xc3\x41\x93\x7e\xbe\x7b\xd6\x66\xef\xfe\xc2\x72\x91\x5e\x7d\xd9\x20\x50\xbf\x78\x91\xb7\xe5\x37\x1d\x09\xbf\xc0\xe5\x92\xa1\x6f\xa0\x2b\x2f\x24\xc9\x37\xdd\x08\x43\x49\x1a\xf6\x3d\x72\xc2\x1d\x25\xbf\x40\x1e\xaf\x20\x8f\xc3\x0b\x0f\xc9\xfa\xf9\x1e\xd9\x10\xa3\x17\x2f\xd9\xd6\xf7\xc8\x75\xee\xbd\x88\x9e\xfd\x94\x9e\x7d\xb5\x28\xf9\x44\xcf\x7e\xbe\x67\xb6\xc4\xfb\x14\xd5\xfa\xf9\x9e\xd9\x12\x7f\x11\x57\xf2\xea\x02\xd9\x06\xb1\xe6\x85\x5f\xf9\x8a\x5f\x79\xd8\xa5\xbd\x1c\x29\xde\x6b\xcf\x9f\xb9\x73\x10\x61\xa4\x91\xff\x95\x9d\x2e\xa3\x73\xd7\x9b\x65\x6e\x0a\xe9\xd1\xb7\x6b\x56\xe1\x2e\xbd\x1c\x2b\xde\x9e\xbf\x63\x30\x11\xa4\x7b\x47\xcd\x32\xd7\x87\x9c\xe9\xfb\x1d\x3f\x1a\xf9\x2c\x94\xf7\xe7\x3b\xb2\x3a\x5b\xe5\x17\xd1\xd2\x77\x68\xc6\x1d\x8e\xbe\xe4\x41\xdf\x3b\x7b\xc7\x36\xe6\x68\x21\x59\xfe\xb2\xf9\xe1\xc4\x89\x2e\xff\x94\x2e\xff\x57\xe6\xa6\x60\xce\xdf\x27\xbf\x69\x4f\xfa\x72\xd5\xf8\x7d\xb4\x2e\xd9\x06\x50\x1f\xdf\x99\x93\x40\x33\x39\x43\xbc\x33\x3f\xe9\x53\xe4\x8b\xd9\x96\x36\xff\x57\xe6\xa6\x60\xb7\xdf\xc8\x6f\xb2\xb5\xc0\xc9\x25\xa4\xdf\xf6\x5f\x45\xf4\x3c\xb2\x77\xf6\x48\x2f\x24\xc7\x57\x24\x47\x30\x59\x94\xf4\xe7\xbb\xb2\x36\x43\x3f\x2f\x14\x17\xa9\xea\x7f\x65\x6e\x25\xbe\xe0\x5d\x59\x1d\xfb\x07\xac\xfc\x7d\x55\xdd\xf1\x87\x34\x81\x97\xe4\xe7\x2b\x89\xba\x0d\xf6\xc9\x0b\xf4\xf2\x8a\xec\x78\x60\xdf\x38\x6a\x48\xbd\xbf\x6c\x7e\xf4\x3d\x36\xf3\x59\x62\xdb\x6a\x96\xed\x2e\x3b\x28\x7b\xb2\xec\x70\xd9\xa2\x2c\xbf\xf9\x73\x4a\x8d\xcd\x19\xd0\xd8\xd2\xb4\x9b\x9d\x12\x9b\x0f\x15\xb1\x95\xfc\xe6\x8f\x45\x8d\xcd\xa4\x96\xd8\xd2\xb6\xfb\x29\xc0\xd8\x2a\xed\xac\xf9\xcd\xea\xb6\xf8\xf0\x10\x9b\xe8\x8b\xfb\x4f\xe8\x15\x9b\xaf\x0b\xc7\xf6\x59\xf9\x66\x50\x2f\xb6\x4a\x0f\x76\x4d\x6d\xdd\xdd\x73\xbf\xac\x1d\xdb\x2e\x7b\x74\xba\x03\x3e\x1e\xc4\x96\x66\xbf\xfe\x78\xc2\xd8\x4c\x7b\x8c\x6d\x97\x65\x34\x21\x2a\x78\xd6\x20\xf4\x8c\xc1\x57\xe6\xea\x1a\xd5\xb5\xac\xce\x1d\x68\x8c\x57\xcb\x31\x39\x3c\x26\x07\xe3\x9c\xb6\xdd\x6c\x99\xd8\x0e\xe6\x2e\x0d\xb8\x39\x31\xb1\x1d\x34\xf3\xc8\x6f\x9e\x6e\xca\x49\xf7\xce\xfc\xdd\xe5\xfa\x4e\x7e\x77\xe6\xdc\x5d\x1e\x16\xa3\x3b\xb1\x09\xdd\x39\x7e\x8e\x98\xc1\xc3\x07\xb1\x9d\x59\xdd\xcf\xd6\x8b\xcd\x0f\x31\xc5\x76\xe5\x27\xbb\xab\xbb\xf8\xe4\xa5\x4f\x76\x0f\x66\xa7\xe7\x3d\x7b\xde\x3d\x09\x9d\x9e\xf7\xec\xc1\xe0\x77\x8c\x66\x5a\x70\x3f\x28\x18\x5b\x67\x82\xd2\x82\xfb\x05\xe3\xd8\x06\xab\x6f\xfc\xfd\x4d\xd7\x37\x58\x7d\x43\xab\x6f\x78\x30\x07\x3d\xbf\xd5\x4c\xb3\x4b\x62\xbb\x99\x73\x05\xea\x47\x77\x6d\x37\x73\x90\x16\x7c\x67\xff\xdc\xcc\xc1\x7d\x67\x19\xbf\xa3\x07\x4f\x56\x57\x5c\xdd\x43\x75\x42\xd2\xad\x9c\x11\xbc\x9c\x10\xdb\xa3\x68\x6b\x78\x0a\x1e\xc6\x4b\xcf\x23\x6c\x7e\xd0\x2f\x36\xe3\x43\xa1\xf7\x11\xaa\xc5\xe7\x83\xf7\x11\x62\x4b\xbb\xef\x40\x3e\x78\x20\x21\xf2\x81\x84\x6d\x67\xdb\x4d\x5a\x32\xb3\x25\x6e\xff\x64\x23\xcf\x95\x3f\x73\x75\x41\x4b\x44\x79\x3c\x31\x6f\xa6\x3c\xc6\xa6\xcc\xe9\x89\x75\x0b\x46\x59\x4f\x24\x6c\x7b\xf3\x90\x04\x4b\x4f\x9c\x47\x6b\xd3\x07\x6f\x24\xc4\x96\x8e\xc4\x71\x58\x6c\x8b\x7e\x7f\xde\xa2\xb5\xcd\x23\xb9\xa8\x6d\x3d\xf9\x33\xf7\x6d\x51\x9b\x58\x8f\x16\xae\x8f\xcd\xac\xc7\xd8\xe4\x2b\x4e\xac\xec\x4b\x65\xd2\x95\xdb\x1c\x3a\xc4\xf6\x32\x6f\x6f\xd6\xc6\xee\x7f\x59\x25\xe9\x0d\xec\xb0\xa3\xe0\x0d\xf4\x1a\xc2\x57\x76\xb8\xac\x53\x36\xd4\xb9\xe1\x22\x8f\x49\x29\x39\xdf\x36\x0c\xc5\x09\xcf\x28\xe9\x0c\x30\xc1\xc5\xc2\x11\xa1\x47\x09\xbe\x32\xff\xce\x08\x4d\xe8\x95\x82\x6a\x99\x92\xe0\x95\x82\x28\x69\xb9\xfd\xa6\x5e\x94\x9d\xea\xf6\x33\xcb\x2e\x97\xdd\x94\x3d\xdf\x27\xed\x5e\x8a\x19\x2c\x51\x32\x28\xff\xd5\xbb\x46\x4b\x9a\x5a\x52\xdd\x48\xdf\x42\x8d\x22\xc3\x6d\x7d\x93\x28\x4e\x50\x86\x1e\x26\x28\x9b\x39\x2c\x51\x1a\xb5\x89\x36\x79\x56\x2a\x63\x28\xd3\xde\x5b\xdc\x2d\xca\xc1\xec\x1c\x35\xcb\xdc\x01\xec\x7d\x39\xb2\x3a\x5a\x79\x50\x9d\x38\x90\x4e\xe6\x45\x39\x19\x4a\xe9\xc5\x6d\xa6\xb8\x04\x8f\x0b\x44\x49\x73\xdf\x76\x0f\xa5\x39\x2e\x51\xce\x95\x65\xee\xc2\x45\x33\x33\xbc\xf6\xa3\x8c\x51\x2e\x16\x91\xd8\x8c\xbf\x7a\x77\xb1\x18\x84\xe3\x9c\xbf\x7e\xc5\xa0\xa4\xb9\xf7\x4b\x89\xc1\x03\x03\x51\xd2\xdc\x1b\x0d\x8b\x62\x32\x4b\x94\x34\xf7\x7e\xbf\x30\x0a\xe6\x5e\x4f\x0a\x94\xcd\xc4\x94\x28\x83\xc1\x1c\xb9\x88\x4e\xff\x6e\x30\x2a\x23\x27\xe8\xf2\xef\x6e\x56\x8a\x70\x19\xbf\x95\x15\xe5\x66\xa0\xd3\x15\xf8\x25\xbd\x28\x37\xd5\xdd\x59\x9d\x03\x98\x62\x21\xd0\xd0\x6b\x04\xd5\xb9\xcc\x28\xb8\x82\x92\x01\x7b\x63\x67\x3d\xb4\xe4\x51\x4b\x0e\x8a\xf8\xe2\x93\x53\xe0\x2f\x3e\x8c\xf3\x93\x5f\xb4\xeb\x2c\x93\x59\x4d\x9b\x6e\x54\x24\x0a\x36\xbd\x64\xbc\x6e\x78\x23\xca\x64\xf1\x7d\xa1\x7b\x6b\xfb\xfe\x47\xd1\x6e\x94\x60\xc8\x42\x33\x7b\xb0\xcd\x83\xbe\xa7\x39\xb5\xe8\x5b\x14\xcc\x69\x59\x59\xa3\x27\x6f\xd1\xc1\xc4\x5a\x8e\xdd\xe3\xf2\xb2\x90\xde\xac\x6e\x77\x27\x5e\xaa\x7b\xef\x2c\xf3\xa0\x61\x4f\x4b\xda\x53\x3f\xd1\x14\xd5\x48\x4c\xd4\x84\x5b\x0e\x07\x7d\xd5\x50\x7e\xe8\x45\x80\xc6\x2e\xa9\xce\x7a\x46\xdd\xfe\xfe\xe4\x4f\x75\xbc\x03\x10\x35\x6d\xad\x03\xfd\xa8\xd8\xda\x9a\xb6\xd6\xcf\x19\x45\x35\xc1\x30\x6a\x06\xd7\xc7\x4f\x9a\x22\x6a\xa5\x99\x5f\x9c\xdd\xda\x0f\x7e\x10\xd5\xe9\xcd\xa8\x89\x9b\x10\x9b\x56\xe3\x26\x51\x85\x9b\xf8\xb5\x82\xa8\x04\xd7\x35\x2d\xfb\x61\x8f\x80\xe2\x7f\xa4\xe2\xff\x46\xac\x58\x2d\xcf\x1c\x35\x81\x13\x3f\xbe\x17\x15\x1b\x2d\x21\xff\xea\x67\x0e\xa2\x36\x06\x25\x71\x13\xa2\x29\xe4\xfb\xa3\xa6\x21\x26\xbe\xa9\xe6\x83\x44\x6d\x2b\xcb\xdc\x4c\x5f\x2f\x0d\xc9\xfc\xb7\x76\x78\xea\x30\xc4\x35\x03\xef\xc3\xeb\x1d\x71\xff\xa8\x19\x78\x5b\x1c\x2c\xaa\x81\xfb\x90\xd0\x7f\x6b\x4c\xcf\xc1\x80\x25\x3a\x42\xa4\x82\xbc\x7f\xd4\x8c\xc9\x4f\x3b\xa7\x4a\x4c\x5e\xf5\x6a\xea\x66\x7d\xb0\xa8\x86\x4e\x42\xcf\x00\x34\x03\xf4\x51\xb1\xdf\x35\xe1\x91\xb3\xb8\xba\x8b\x85\x29\x92\xa2\xc1\xfb\xa8\x98\xef\x9a\xe6\xfb\x74\x07\x2e\x86\x39\x81\x93\xb3\xba\x21\x9d\xf5\xa5\xbb\xa9\xa7\xed\x1b\x0f\x03\x44\x4d\xd3\xee\x67\x65\xa2\x12\xc9\xd7\x7e\x66\x99\xfb\x8d\x69\xaf\x19\xad\x9b\xbc\x12\x75\x50\x9d\xa0\x78\x73\x17\xa2\x0e\x86\x32\x31\x95\x93\xcd\x4a\xb4\x5e\xd3\xb2\x9b\x52\x12\xf5\x66\xc6\xd3\x7c\x63\x87\x2b\xe6\xbb\x26\xa8\xe2\x97\x4f\xa2\x3e\x74\x2f\x81\x13\x0b\x60\x45\x7d\x18\x4c\xc5\xdd\x7e\x9a\x21\xea\xc3\xf4\x48\xbe\x6d\x3b\xed\x80\xea\xc3\xba\xfc\x42\xf0\x7a\xda\x0e\xa3\xda\x1f\x35\x31\x95\x5f\x5b\x64\x52\xdb\xcc\xda\xdc\xb9\x49\xc7\xf5\xc4\xd8\xe6\xe7\x39\xa2\x62\x84\x6b\xc2\x2d\xbf\xe6\x8e\x08\xba\xa6\x81\x36\x7f\x24\x2a\x06\x5a\x7a\xff\x5f\x99\x27\x21\xe8\x5d\x86\xd0\x66\x90\x44\x5d\x0c\x74\x02\x2e\x67\x77\x7d\x8b\x85\x29\x5c\xde\xb4\x8e\xa8\x8b\xd5\x97\x78\xcb\xaf\x51\x79\x59\x0e\x8a\xa1\x2f\x07\xf3\x95\x18\xba\xa6\x3f\x38\xd9\xac\x2f\x83\xf9\x6a\xf5\x5d\x3e\x56\x54\xfc\x41\x4d\x9b\x7f\x79\xb7\xee\xd8\x7c\xbd\x00\x50\xad\x27\x15\xbb\x53\xb4\xb1\x67\x78\xed\xd7\x1d\x02\x71\xff\xd8\xbf\x70\xba\xfa\xbd\xf2\xd8\x0b\x5f\x2c\xf9\xc5\xcb\x45\x3b\x45\x4d\x45\xc3\x45\x17\x45\x4f\x56\x46\x19\x95\x89\x6a\x68\xfa\x49\xec\xbe\x41\x1a\xbb\x52\xbb\x7e\x3c\x21\x50\xf7\x0f\xa9\xfb\x57\x3f\x9e\x10\xa8\xfb\x87\xd4\xfd\xeb\xe5\x9d\x8a\xba\x7f\xec\xe9\x41\x7e\xff\x2c\x28\x5b\x59\xc6\xef\x68\xc8\x77\x16\xa8\x7e\x8f\x21\x76\x3c\xc8\x9e\x18\x8c\x39\x32\xb1\xef\xb4\x44\x24\x44\xbf\xd5\x10\xbb\x49\x88\xb1\xcb\x81\x5c\x76\xf0\xbb\x33\xbb\x21\xad\xff\xef\x8b\x6e\x08\xce\x65\x4f\xe4\xc6\x2f\x28\xc4\x0e\x72\xb3\xeb\x00\xf0\xfb\x67\x4c\x76\xfa\xa4\xab\xb9\x25\xa6\x28\xc6\x9e\x3e\xe9\xb2\xa9\xe1\xd5\x80\xd8\x8f\xbf\xab\xf3\x37\x0f\xaa\x3b\x64\x9a\xbd\x39\xf6\x83\x61\xfe\xe2\xfd\xb2\x5d\x07\x65\xf4\x2e\x01\x1f\x93\x79\x62\x3f\x19\xcb\x44\x60\xcc\xe6\x09\xd4\xfc\x43\x6a\xfe\xf5\x57\xc7\x09\xc9\xf7\x34\xf7\x97\xad\xd7\xde\xf9\x64\xaf\x59\xe6\xdf\x61\xd3\xf7\x0c\xc9\xfd\x50\x67\xec\x9d\xea\x7a\x56\xe7\x41\xe9\x2c\x06\x99\x74\x2b\x7b\xc5\x3e\x98\x1e\x3d\x08\xb6\x99\x80\x13\x3b\xd8\x8c\xd4\xfc\xeb\x65\xf0\x0c\x35\xff\xd8\xd3\x13\x74\x47\x97\xfb\x60\x0a\xc6\xca\x32\x2f\x59\x3c\xc1\x9e\xe0\x4c\xb7\x33\xde\x6f\xaa\xbb\xb3\xba\xf3\xcf\x62\xdd\xfd\x66\x38\xa5\xad\xb6\x75\xf6\x38\xd0\xcd\x2e\xe8\xc6\xea\x5f\x81\x74\x7f\xec\xe9\x5e\x3a\x1b\x19\x1f\xb2\x67\xc0\xee\x07\x47\x63\x9f\x7c\x72\xe6\x27\x3d\x09\xf8\x89\x5d\x7e\xc2\x2a\x5e\xb1\x4f\x86\x6c\x6a\xce\xbb\x0f\x92\xa8\xf7\xc7\x9e\x7e\xa2\xb3\x13\x82\x39\x0f\x59\x52\x73\x78\x62\xc7\x4f\xec\xe9\x0b\xac\xd0\x1b\x3b\x98\xc9\x9e\x41\x7e\x67\xfa\x08\xf2\x77\x61\x26\xa6\x8c\xc5\xfe\x32\x43\x6f\xcd\x9f\xb9\x29\x18\xf5\x3d\x81\x91\xce\x4e\x78\xf9\xe4\x9b\x9f\xfc\x99\x82\xe6\xb4\x69\xb4\x8c\xe3\x4d\xc9\x89\x06\x2e\xd2\xc4\x5e\xbc\xec\xe8\x1a\x71\x7c\x4b\x00\xdd\x4f\x99\x46\x33\xf1\x26\x5a\xc6\xf8\xdd\x4e\xb7\x99\xbf\x18\x2d\xe3\x78\xbf\x07\x1a\xad\x50\xdd\x17\xd2\xb7\xc3\x2e\xa4\x39\x37\x1a\xad\x66\x2b\xbb\x7b\xe0\xfc\x67\xb4\x04\x38\xfc\x4a\x67\xa0\x78\x1f\x2d\x0d\x9c\x95\x4e\xa3\x35\x7e\x97\x56\xcc\x7a\xa6\xd1\xb0\x62\x2d\xb1\x0a\x73\x54\xa2\xf9\x7e\x7d\x48\xe4\xbe\x39\xa7\x1a\xcd\xb9\xc5\x68\x09\x55\x0c\x9b\x68\xa4\xed\xa3\xa5\xa5\xb2\x72\x4b\x34\x2c\x55\x3b\x6b\x96\xb9\x29\x27\xcd\x4c\xac\xc2\xdc\x91\x68\x17\xdd\x4b\x3c\xc2\x9a\xe8\xd1\x08\x68\x9b\x6e\xdd\x60\xa9\xd0\xb0\x8f\x96\x86\xd1\xaf\x35\x46\xbb\x98\xbc\x4b\x06\xc2\x4a\x9e\xd1\x2e\x9b\xaa\xd6\xe5\xb7\x8c\x8b\x36\xeb\x63\x45\x4b\xac\xc2\x9c\x8e\x68\x9d\x96\xf4\x6c\x89\x07\xac\x33\x28\x09\x55\x8c\xcb\xb5\x11\xd0\xb6\x44\xa6\x07\xab\x76\x30\x3f\xe3\xce\x32\xf7\xc0\x1a\x59\xd1\xc6\x77\x36\xf0\xfd\x8a\x68\x58\xbf\x96\xb1\xae\xb5\x2d\xa3\x81\x5a\x4b\xf0\xbe\x71\x7e\x6e\x20\x15\xed\xb3\x83\xed\xb0\xbf\x6e\x37\x43\x99\x48\x85\xd9\x1b\xd1\x40\x2a\x24\x8e\xdf\x0e\x16\x03\xc1\x73\x4b\x3c\x7b\x30\x94\x0f\x13\x9e\x96\xcf\xfc\x8d\x68\x0f\xfd\x16\x8c\x51\xfc\x02\x63\x34\x50\x6b\xe9\xe1\x37\x0e\xf2\x6d\x32\x94\x42\x31\x8a\x35\x57\x02\x15\xfc\x68\x33\x3f\x59\xdc\x94\x60\x5d\xca\xf4\x15\xbf\xb4\x18\x0d\xd3\x27\xdd\xfb\x52\x36\xb6\x16\x68\x71\x13\x97\xa4\x58\x26\x25\xd0\xb4\x8f\xb6\xf2\x77\x86\xbb\xdb\x62\x7e\x24\x59\x5c\xcc\xd3\x88\x86\xed\x6b\x6f\x7e\xd3\x66\xb8\xbd\xf4\xe1\xcd\x3e\xd8\x89\x22\x5e\x1f\xc7\x96\x7d\x30\x60\x84\x7a\x7d\x1c\x5b\x7e\xd3\x88\xc3\x61\x5e\x48\x1c\x9f\xb1\xfb\xca\x4e\x97\x05\x65\x59\x9f\x23\x12\xb4\xed\x43\xda\xf6\xe5\x3b\x80\xba\xac\x51\xf6\x39\x27\x93\x5c\xe3\x20\x7b\x78\x94\xfc\xa4\xbd\x13\xc2\xf7\x71\xd4\xfc\xa4\x33\x57\x07\xd6\x4f\xa2\xf8\x5f\x99\xbb\x50\xe9\x42\xcd\x6f\x7a\x07\x1d\x80\xd0\xc7\xae\xd5\x42\xcf\xc9\x03\x4a\xd0\xbe\x14\x3f\x26\x18\x07\x48\x85\x14\xee\x6b\xaf\xfc\x6c\x51\x94\xb5\xd9\xe2\xa0\x7e\x1f\x52\xbf\xff\xca\xfc\x3b\xec\xf0\xd1\xb2\x3a\x9f\xdf\x0e\xe0\xe4\xa3\x65\x75\x1e\x30\x40\x0c\x89\xdc\x57\x33\x75\xe3\x20\x7b\x78\x7c\x61\x65\x29\x66\x48\xc4\x01\x88\x71\x7c\xd6\xba\x1d\xcc\x1c\x18\x86\x04\xf0\x2b\x31\x00\x02\xf8\x21\x01\xfc\xef\x8b\xfc\x8c\xc5\x20\x89\xfb\x62\x65\x9a\x38\x4e\x26\x5c\xec\x0f\x3f\x08\x10\xc7\x49\x6d\x67\xd6\xf6\xb3\x9c\x91\xa4\x0f\x49\xd2\xd7\x6e\x8b\x8f\x24\x7d\x1c\xb2\xf8\xc5\x2a\x28\x81\x26\x7d\x48\x93\xfe\x2b\xe3\x93\x0f\x65\x53\x9f\x74\xfb\xb1\xf8\x87\x70\x8a\x62\xe1\xb8\x38\x3a\xed\x17\x97\xb0\xb3\x77\x7c\xd3\x32\x0e\x59\x75\x22\x18\xa4\xe7\xe3\x18\x9b\x8a\x3c\xa1\x84\xb4\xc7\xc8\xca\x6c\x4b\x0f\xb0\x69\x29\xd4\x7f\x65\xee\x37\x06\xff\x10\x82\x51\x0a\x23\x09\x36\x2d\x21\xfa\xe6\x67\xbf\xe3\x20\xdf\x78\xdc\x39\x24\x0e\xbc\x0f\x72\x8a\x47\xda\x52\x6b\x98\xc5\x01\x24\x7c\xcc\x6c\xca\x1f\x0a\x1e\xc4\x41\x94\x79\x28\xca\xec\x3e\x74\x1c\x44\x99\x47\x9a\xe1\xc2\x7e\x9c\xb4\x66\xe6\x2a\xb2\x47\x3b\x48\xf5\x1d\x91\xeb\xd9\x6e\xeb\x08\xa6\x21\xb2\x3a\x4f\x2c\xf9\x3c\xe9\xd0\x7f\x3f\xfb\xb1\xb4\x08\xd1\x87\x84\xe8\x2b\xe1\x1b\x42\xf4\x21\x21\xfa\x4a\xf4\x86\x10\x7d\x1c\x69\xd7\xcd\xfd\x08\x94\xe8\x43\x4a\xf4\x5f\x99\x3b\x80\x5d\x3f\xde\x9c\x75\xa3\xef\xc7\xcb\x12\x13\x11\xd0\x8f\x11\xc4\xf1\xd2\x37\x11\x01\xfd\x36\x5d\x1c\xa4\x01\x0f\x3d\x5d\x5b\x8a\xe1\x0d\xc4\xe8\x43\x62\xf4\xd5\xa2\x8b\x81\x18\x7d\x9c\xe9\x0c\xe0\x84\xa0\x46\x1f\xa7\x48\x82\x05\x4e\xc8\x89\x33\x38\xd3\xe0\x5b\xb2\x28\x4e\x30\x0c\x89\xcc\xd7\xee\xe3\xe2\x09\x86\x71\xa6\xbd\xb7\x45\x3c\x4d\x12\x0c\x89\xcc\x7f\x9b\xce\xb5\x11\xed\x9e\xe9\x0b\x7c\xe9\x38\xd0\x96\x8f\x33\x7d\x81\x45\x50\xe2\xc4\x17\x48\x4c\xfe\x2b\x73\xcf\xc1\x1c\xce\xb4\xf7\xdd\x3f\x23\xe9\x78\x0a\x73\x28\xbe\xba\x1b\x27\x98\xc3\x29\xcc\xa1\x33\xcc\xc4\xd6\xd2\x90\x2f\xc5\x37\x63\xe3\x6c\xfc\x4c\x17\xe0\xfd\xa6\x42\x9c\xa4\x01\x25\x1a\xff\xfd\xcc\x43\x89\xe1\x96\x6a\x7c\x29\xd5\xf6\xe6\x04\x20\x90\x8c\x7c\xf5\xfb\x6a\x81\x8c\x7c\x48\x46\xfe\xfb\x99\x5b\x02\x23\x44\x92\xf2\x5f\x99\x9b\x82\xe5\x96\x5a\xfc\x57\xe6\xf1\x22\x24\x97\x3c\xfc\x57\xe6\xfa\xfc\x6c\x79\x9c\x32\xdd\xc3\x80\xd6\x49\x66\x51\x22\xf0\xa5\x54\x23\xd3\xe7\xc5\x42\x11\xa7\xcf\x42\x96\x81\x2a\x7c\x9c\x57\xd6\xe6\x6d\x7c\x5e\xcc\xea\x95\xeb\xd2\xf6\xed\x84\x64\x22\xf5\xf8\x06\x5a\x7f\xe2\x0d\xce\x2b\x5b\xe2\xa0\xe1\x04\xb5\x3e\xbb\x16\x83\x23\xf2\x93\xa4\xa3\x84\xe0\x4b\xb1\xbe\x4a\x9c\xa0\x18\x52\x86\xaf\x1c\x98\x50\x86\x8f\xb3\x67\x6d\x6c\x3a\x28\x26\xa7\x48\x82\xa5\x1a\xdb\x39\xb1\xf9\xe7\xc8\xea\xd8\x3d\x24\x16\xcf\x3b\xa7\x95\xc5\x47\xdc\x2d\x9d\xf7\x52\x76\x36\x2b\x86\xfd\xbc\x57\x96\x79\xa0\x1f\xda\xa2\xe0\xba\xec\x2c\x23\x72\x84\x29\xbf\x5e\x20\x99\x9c\xc0\x0a\xa7\x60\x05\x5f\x16\x88\x93\xe0\xfa\x4c\x5f\x61\xf1\x93\x38\x27\x93\xa0\x67\x47\x0a\x2c\x13\x74\xdb\x23\x75\xdb\x87\xe3\xf5\x13\xda\xc7\x29\xda\x07\x47\xc5\x13\x5f\x20\x9d\xf6\xca\x49\xf1\x0c\xc6\x24\x23\x72\xb8\x29\xa8\xb3\x87\xd4\xd9\x1b\x79\x96\x13\x37\x71\xa6\x9b\x80\xb6\x82\x3c\x7b\x48\x9e\xfd\x2b\x73\xbf\x17\x53\x97\xce\xc0\xba\x29\x71\xe2\x0c\xce\x95\xdf\xa4\x07\x2f\x3d\xf8\x6c\x7f\x23\x3f\x73\x92\xa8\x3c\xdf\xec\x81\xc3\x94\x13\x0c\xe3\x14\x86\x31\xd8\xe3\x84\xff\x67\x86\xff\xbb\xf7\xf8\x05\xef\x43\xca\xea\x5f\xd9\xe9\xb2\x83\xb2\xac\xce\xc1\xe0\x05\x68\x7d\x6d\x1a\xb0\xc2\xcf\x6c\x4a\xaf\xcf\xf6\x37\xf8\x1b\x17\x29\x4c\xa9\xa4\x97\xb2\x3b\x8a\xbf\x80\x37\x52\x36\x7d\x38\x63\x8f\x6c\x7a\x5c\xe9\x0c\xfc\x76\x60\x5c\x50\x07\xa5\x93\xfe\x95\xb9\x73\x38\x83\x2b\x83\x7f\xdf\x22\x8e\x0b\xdc\x5a\x9a\xe7\x95\x73\xfc\x45\x0a\xf3\xda\x73\x56\x1d\x18\x5c\xf0\x03\x2f\xf1\x03\xad\xc3\x1a\x17\xe7\x82\x2b\xfd\x84\x1f\x24\x0c\x54\xd0\x43\x2a\xe8\x8d\x14\xd9\x05\x3d\xf0\xca\xd8\xdf\xca\x2b\x71\x91\xc1\x94\x4a\x79\x29\xf0\x8a\x2e\x1c\x85\x64\xcb\xbf\x32\x37\x05\x0c\x46\x12\xe6\x75\x30\x5e\xf8\x90\x2b\x7d\x08\x34\x99\x0b\x47\x71\x29\xc2\xf7\xb5\x8e\x40\xee\x3c\xae\xe3\xef\x96\xfc\xec\x90\xeb\xa4\x36\xc9\x69\xf9\x5e\x47\x5c\x24\x30\x2f\x25\x30\x4b\xb3\x1b\xbf\xf0\x05\x12\x38\x6f\xe4\xf8\x50\x35\x8f\x2b\xdd\x84\xb5\x5e\xe2\x82\x64\x72\x5d\x35\xcb\xfc\x3b\x7c\x81\xc4\xca\x4b\x69\x8c\x33\x90\xf6\x25\x48\xdb\xaf\x62\xc4\x45\x2a\x52\x6a\xe5\xa5\x58\x09\x26\x2e\xd0\x99\x4b\x71\xfc\x18\xe5\xbf\x46\xba\xb5\xfe\xb7\x81\xee\x05\xe3\xf0\x4a\x4f\xd1\x9c\x74\xb8\xa0\xa0\x48\xf8\xfc\x2b\x73\x63\x70\x07\x52\x3a\x2f\xa5\xd9\x36\x5c\xa0\xda\xd7\xc8\xc6\x78\x34\x81\x75\xae\xa1\xee\x19\x15\xb9\x48\x6f\x5e\x79\x38\x20\xcb\x7f\x01\x6a\x5f\x77\x8e\xa6\x73\x0e\x17\x00\xcd\x25\xc2\x5e\x25\x5b\x77\xc1\xca\xbb\x64\x8a\xaa\x1f\x39\x7f\x51\x4f\x7a\x9f\xad\xfd\xaf\xbf\x76\xab\xe5\xbe\xcb\xc1\xe0\xbb\xf4\x96\x10\x2f\x59\xbf\xdc\xcc\x7b\x57\x6e\x3b\x3f\xc7\xf1\x2e\x93\xbb\xde\xd5\x5a\x96\xb5\x9f\x32\xcb\x80\xbe\xeb\x8b\xab\xbe\x53\xc3\xcf\xef\x5e\x9b\xb7\x57\xb7\x10\xbe\xb2\xfa\x53\x76\x53\xa6\x54\x2b\xbf\x32\x8b\xf1\x15\x43\xdd\x0a\xa1\xef\xeb\x23\xca\xfb\x4e\xbd\x15\x70\xfe\x94\x04\xbf\x91\xc4\x62\x71\x3d\xc1\x6f\x3e\x37\x63\x69\xcb\x17\xfa\xf9\x2b\xba\x79\xb1\x2e\x63\x79\xcb\xcf\x48\x95\xb7\xd4\x1c\xa9\xed\xf8\xaf\x0b\xef\xfb\xcf\xbf\xde\xff\xf8\x1f\xff\xfb\xff\xdc\xff\xf8\xbf\xf7\xbf\xae\xbf\xe6\x7f\xfe\xf3\x9f\xeb\xdf\xfe\x23\xfe\x65\xfe\xc7\x5f\xff\xf3\xfb\xeb\x5f\xb1\xde\x7f\xf9\xb7\xf5\xcf\xf5\xff\xfe\xfd\x3f\xff\x39\xd7\x5f\xff\xf8\xf7\x7f\x7c\xbf\xd2\xbf\xff\x1f\x00\x00\xff\xff\xaa\xf1\x6a\x04\xb3\xc9\x03\x00"); -func _badg ()([]byte ,error ){return _c (_egce ,"ETenms-B5-H")};func _gdea ()([]byte ,error ){return _c (_bgd ,"CNS2-H")};var _ege =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9a\xc4\x35\xe8\xb2\x71\x76\xd9\x06\xe3\x41\x7c\x28\xca\x17\x5c\xf7\x26\x37\xb3\x06\xf5\xef\x8d\xd6\x8a\x67\xad\xc8\x82\x86\xf3\x4e\xce\xab\x27\x22\x24\xed\xad\xad\xad\xfd\xad\x3f\xfe\xc3\x3f\xfe\x97\x7f\xfc\xf5\x97\xbf\x7d\xfd\xf1\x7f\xfb\xfd\xb7\xf3\xcf\xf3\x6f\x5f\xf7\x2f\xbf\x5e\xbf\xcf\xbf\xfe\xf6\x6f\xbf\x9f\xf3\xeb\x98\xff\xf2\xcb\xaf\x7f\xf8\x43\x88\x5f\xd7\x2f\xe7\xdf\x3e\x4d\xfc\x39\xff\x75\xff\xcb\x1f\xfe\xb0\xbe\xff\xf3\xbf\xff\xf5\x6f\xf3\x5f\xff\xf1\xd7\xfb\xb7\xaf\xc4\xf7\xae\x7f\xfb\xcb\xf3\xee\xd7\xd7\x1f\xff\xf7\xf9\x2f\xbf\xfc\xf5\x6f\xbf\xff\xfb\xd7\x7f\xfa\x9f\xaf\xdf\x8e\xf9\x3f\x7c\x5d\xf3\x5e\xbf\xff\xaf\xbf\x5f\xf3\xf7\x5f\x7e\xfd\x97\xaf\xff\xf4\x0f\xff\xf4\xe7\xa0\x9f\xff\xfc\x6f\x7f\xf9\xcb\xff\x37\xff\x75\xfe\xfa\xb7\xaf\x86\xdf\xe6\xaf\x17\xfe\xfe\xe1\x8f\xff\xf0\x5f\xf7\xbf\xfc\xd3\xfe\xaf\xf3\xeb\x8f\xff\xfc\xeb\x2f\xff\xf0\x4f\x7f\xfe\xcf\xff\xfc\xdf\xfe\x94\xe2\x7f\xfe\x5f\xf0\x18\x4f\xff\x8f\xf9\xfb\x5f\x7f\xf9\xed\xd7\xaf\xf0\x3f\x6e\x61\xf8\xe7\xff\xf6\xef\x7f\x99\x5f\xe1\xe9\xe5\xff\xfa\xe7\x7f\xfc\x2f\x5f\xff\x77\xf8\x0a\xdb\x57\x2c\x65\xa4\xff\xe7\xf9\xfd\xff\xfc\xaf\xbf\x5d\xf3\x6b\x63\x2b\x70\xfe\xe7\x6f\xd7\xfc\xeb\x5f\xf6\x73\xfe\xbe\xff\xfa\x2f\xf3\x0f\x5f\x5f\xff\xd3\xf6\xfc\xfb\x5e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\xaf\x29\xfe\x87\x37\x3f\x1d\xfc\xfa\xdb\xdf\xae\x79\xf3\xb7\xbf\xff\x76\xfd\x0b\xf7\xf7\x57\x58\x5f\xbf\x5f\xfb\x43\xd8\xb6\x67\xf4\x5f\xae\xf3\xff\xdd\x7f\xff\x7c\xb8\x6f\xeb\xed\x4f\xa3\x7c\x7f\xc5\xba\xa9\xd9\xbe\xbf\x42\xeb\x6a\xf6\xef\xaf\x90\x5a\x6e\xfa\x61\x7c\x7f\x8d\xaa\xd6\xf9\xfd\x15\xf2\x96\x87\x7e\x58\x13\x19\xe5\xd3\x3c\xb6\xef\xaf\xd8\xd5\xf9\x11\xbe\xbf\x62\x88\x6a\xae\xb1\x82\x5e\x3e\xd7\xb4\x7a\xeb\x1a\xfc\x0c\xfc\x41\xc3\x9d\x1d\x3f\x0c\xf5\x70\x0e\xfe\xa0\x11\xce\x7d\xfd\xd0\x37\x81\x77\x45\xbe\xa1\x3e\xae\xc4\x1f\xb2\x7e\x68\x6b\x52\xea\x61\x6e\xec\x41\xd3\x9a\x81\x3f\x24\xfd\x80\x59\xf4\xd7\x27\x83\x6f\x68\xe2\x93\xb3\x48\x9a\xe7\x3c\xf9\x89\x06\x9d\x17\x7f\xd0\x1b\x77\xe4\x0f\xea\xe3\x4e\xfc\x41\x13\xbf\x31\x4f\x01\x76\x73\x16\x59\xb3\xb8\x39\x8b\xe8\x2e\x39\x8b\xe8\x37\x38\x8b\xf8\x59\xcc\xb0\x3d\x18\x2f\xfa\xe1\x81\xf5\xd3\x47\x08\x44\x5f\x1f\xfa\x81\xd3\xda\xd4\x47\xd8\x89\xcf\xa0\x1f\x0e\xbe\xa1\x4f\x22\x7f\xd0\xd4\x43\xe6\x0f\xd9\x3f\x9c\xec\x23\xe9\x87\x07\x3d\x9a\x58\xe1\xb0\x49\x9d\xd6\xa7\x53\xfd\x70\x5e\x9c\xa9\x26\x76\x4e\xce\xe3\x83\xf3\x70\x71\x65\x83\x46\xb9\x48\x5f\x22\xd7\x70\x3d\x8b\xa0\x3e\xae\x4c\x8c\x69\xa6\x57\xe5\x0f\xee\x83\xcb\x10\x3d\xca\x83\x75\x77\xfa\x60\xfd\xb3\x90\xb1\x70\x1e\xa9\xe8\x87\x07\xeb\x7e\x83\xc3\xa6\xa6\x1f\x08\x6d\xd2\x1b\x95\x9f\xa4\xa4\x1f\x38\x6c\xd6\x0f\xad\xf0\x8d\x0f\x41\xc5\xfe\xa0\x30\xeb\x87\xe7\x93\xcf\x62\xc7\xb3\x72\xb3\xeb\x93\xb3\x7d\x7f\x15\x21\x30\xae\xcd\x55\xb4\x0f\xe2\x79\xac\xa6\xa0\xc0\x02\x0c\x7d\x7b\x8d\xf5\xf4\xd3\x77\xda\xf2\x9b\x31\xa4\xed\x3f\xf0\x95\xb4\x9d\xef\xa1\x32\x08\x31\x0d\x01\x9c\x0b\x7f\xa8\xcf\x7a\x87\x79\x4c\x2e\x5e\xd7\x0f\x37\xf1\xac\x37\xce\x67\x27\x6f\xfa\xe1\x41\xda\xb3\x9a\x71\xdb\xd6\x7a\xa7\xfa\x01\x38\x6e\xa0\xee\xa8\xe7\x61\x4d\xfa\xb3\xd6\x71\x8b\xeb\xf5\xcf\x1c\xe3\x16\x17\x86\x83\x5e\x8e\x0b\x7b\x1f\xa6\x10\xb7\xd8\xfe\xee\xe5\xb4\xbe\x6d\xea\x2a\xad\x6f\x5b\x54\x73\xad\x6f\x6b\x6a\xce\x17\xb2\x22\xb9\x6c\xab\x1f\xa6\x16\xc3\x96\x16\xcf\xae\x6a\xae\xce\x3e\x0c\x2d\x86\x6d\xac\xa7\x9f\xce\x42\xa8\xe0\xd1\x45\xcf\x63\xe0\x0f\x45\x3f\xc4\xef\xaf\xa1\xf7\xc7\xe2\xd9\x42\x49\x18\x8b\x67\x67\xbd\x3b\xe2\x6a\xfa\xe5\x35\x93\x5c\x71\x70\x3d\x87\xcc\x7f\xe7\xd8\x89\x61\xf4\xef\xaf\x58\xa2\x9a\x6b\x9a\x45\x30\xcd\x86\x05\xfe\x30\xea\x18\xc3\x3a\x98\x4a\x53\x73\x5f\xec\x2f\xa9\x39\xbf\xbf\xe2\x87\xb5\xc5\xb8\x0e\xc0\x98\xf4\x34\x2e\x18\x3e\xec\x37\xc6\xb8\x66\x29\x04\xc4\x88\x9e\xfd\xf2\xb1\x5e\xd6\x40\x71\xf5\xfc\xd9\x36\x31\xa6\xbc\x20\xd4\x40\x6b\xe1\xe2\x87\x0d\xc5\x98\xce\x35\x0d\xbd\x5c\x16\x76\x44\x3f\xb1\xae\x69\x04\xbd\xbc\x36\x6d\x8c\x9a\xd5\x58\x5d\x65\x4d\x03\xf8\xc8\x9a\x24\xce\x65\x91\x6a\x3c\x00\xa0\x9e\xce\xfb\x4d\x6c\x79\x2d\x69\x11\x05\x94\xc5\xd7\x93\x28\xb3\x2c\x32\x4f\x9f\xa3\x26\x96\xb5\xd5\x52\xd0\xcb\x01\x2f\x17\x35\xf3\x6a\x56\x35\xfb\x6a\x36\x35\xd7\xb7\x1f\xd6\x1e\x4b\x5c\x2f\x7f\xce\xbd\x58\x22\x9e\xea\xe5\x84\xa7\xea\x2a\xe1\xa9\x06\x02\x1b\xcc\xdb\xd0\x34\x0b\xe9\xf2\x73\x98\xc7\xb2\xb0\x19\xf2\xa6\x6d\x52\x70\x0a\xe4\xad\xfb\x93\x8c\x1f\x6a\xd2\x0f\x85\x9f\x08\xba\x42\xea\xef\x7e\xa3\xf1\x13\xcf\xa3\xf3\x13\x41\x51\x06\x3f\x11\x1c\x65\xe7\x27\x02\x1b\xec\x38\x6f\xdd\x33\xa5\x1c\xd4\xfd\xc6\xc5\x4e\x3d\xd3\xc9\x1f\x3c\xec\xcd\x4f\x34\xd3\x4a\x7c\x68\x5b\x97\x4a\x7c\x88\x2d\x94\x4a\x7c\x74\xbf\x41\x7c\x54\x4d\xbd\x12\x1f\xe2\x33\xa5\x12\x1f\x5d\x28\xac\xc4\x47\xf5\xb0\xc4\x47\xd3\xd4\x2b\xf1\xd1\xdd\x29\xf1\xd1\x04\x6d\x25\x3e\x9a\xe7\xf1\xe0\x43\xc0\x55\xe2\xa3\x7a\xea\xf7\xf7\x57\xd2\xc6\x28\x6d\xd1\x9c\x76\x6f\x69\x99\xa7\x81\x26\xd5\xc7\x22\x15\x37\xf7\xd5\x14\x50\xfd\x58\x4d\x81\xd4\x41\x57\xea\xbb\x5f\xab\xa9\xbe\xfb\xda\xce\x43\xd0\xf5\xb5\x8f\x86\x60\x1b\xc4\xa0\xb8\x4e\x19\x20\x7f\x7d\xbd\xf6\x68\x12\xd7\x29\x90\x9c\x4d\xa0\x3b\x0e\x14\xf5\x7d\x40\x7c\xd0\xcb\x07\x0e\x5c\x4d\xf3\x58\x38\x19\x6e\xe2\xb8\xd4\xac\x4f\x0a\x16\x6a\x36\x9c\x6e\x6a\xe2\xfc\xd7\xb8\x14\x6d\x84\x9e\x13\x27\x9f\xba\x9a\x0b\x84\xa8\x59\xcd\x05\x82\x58\x54\xc5\x61\x21\x12\xaa\x1b\xc6\x2d\x6a\xfe\x1d\x13\xaa\x19\x67\x41\x50\x33\xbc\x39\x56\xcd\x38\x0b\x3e\x10\xb5\x74\x61\x15\x3f\xba\x44\x9c\x7d\xe3\xb9\xd5\xf5\x43\xc6\x0f\x42\xc2\x84\x08\xd2\xea\xf8\xd1\x01\x32\x47\xe1\xdb\x43\x3f\xe0\x60\x6c\x5a\xec\x39\x28\x37\xe6\x0f\x78\x73\x2f\x7c\x23\xe8\x87\xc6\x1f\x34\x85\x7d\xe7\x0f\x49\x3f\x3c\x9d\x66\xfd\x30\xf9\xc3\x07\x49\xf3\xa8\xfc\x41\xa3\x1c\xcf\x27\x4d\x3f\x3c\x9f\x08\xf2\x67\x79\x75\x70\xce\xf3\x19\x56\xb0\x60\x11\x5b\x13\x9b\x9e\x17\xfb\x10\x67\x9e\x93\x02\x9c\x8e\xe6\x7b\xb1\xf9\x22\x31\xe1\x5e\x22\x56\x11\x25\xdf\x6b\xa1\x8b\x4e\xaa\x7b\x2d\x74\x15\xd8\xf7\xb6\x44\x3b\x1d\x6b\xf7\x76\xaf\xa7\x9f\xd9\xdd\x01\x3d\x6b\x9b\xdc\x21\xac\xc7\x6e\xc6\xef\xaf\xaa\x4d\x72\x2f\xa9\xa9\x88\x68\xee\x75\x82\x54\x9d\x3e\xf7\x3a\xc7\xcb\xd0\xa2\xdd\x4b\x1e\x29\x12\x28\xee\xb0\xe4\x44\x2d\xd8\xbd\x8e\xf9\xba\x6d\xee\x7b\x09\x99\xd9\x13\x3b\x57\xdf\x1e\xea\xfa\xfe\xaa\x3a\xf6\xef\x25\x14\xd4\x4d\x0b\x75\x43\xd2\x69\x55\x82\xc0\xbd\x24\x9d\x62\x04\x46\x20\x41\x33\x5b\xc7\x57\xdd\xb4\xac\x77\x5c\xbd\x7b\x6a\x4b\x30\x28\x45\x33\x5b\x32\x5b\xdd\x8c\xb3\xb5\x57\x5a\xd4\xd8\x6b\xaf\x94\xa2\x8f\xf3\x82\xba\xf8\x65\xcc\x34\xea\xf1\x3a\xd9\xea\xa6\x5d\x7a\xaf\x33\xa8\x6e\xda\xc4\xf7\xe2\xe3\xbd\x0a\x8e\xc5\xc5\xbb\x4e\x8a\xbb\x61\x79\x5e\xed\xf5\x75\xf0\xeb\x8b\x61\xd6\xa0\x53\xf2\xee\xc0\xa2\x8e\x8d\x7b\xc9\x78\x35\xe8\x7c\xbb\x97\xa4\x56\x93\xce\xaa\x7b\xf1\xb9\xa2\x7d\x7d\xef\x10\x9b\x0d\xf9\xda\x42\xa5\x6a\xc1\xf7\x8b\x58\xf7\xe7\x8b\x92\xab\xa9\x69\xb1\xbe\xd6\x24\xdb\xdc\x6b\xb7\xac\xd3\x5e\xed\x1b\xcf\xd5\x5e\xdc\x6f\x6c\xc6\xe5\x79\x2e\x79\xd5\x0b\xb3\xd4\xb6\xdc\x4c\x52\xd7\xda\xf4\x71\xfb\xfc\x90\x60\x29\xf9\x10\x60\xda\x96\xf4\x1c\x9a\x9a\x8b\x98\xe3\x67\xf6\x89\x4a\x72\x6a\x9f\xa5\x4a\xe1\x24\xd7\xf9\xec\xc3\x14\x60\x85\x68\xf5\x23\xc8\xa5\x80\xad\x9b\x44\xe2\x29\xa6\x47\xc2\x4e\x9f\x1f\xf6\x35\xe4\x47\xbd\x4d\x69\xe1\x33\x7e\x8e\xcf\x94\xce\x25\x62\x6a\x42\x69\x71\xf7\xf8\x41\x7e\x4a\x4b\x4b\x8d\x49\x2f\x2f\x60\x63\xf2\xd3\x25\x26\x7e\xc4\x8c\x94\xa1\x57\xe4\xd6\xf5\xc3\xa2\xca\x50\xf2\x67\xed\x53\xce\x3b\x8e\xb0\x0f\xf6\x52\x86\xf2\xdd\xa4\x9e\xa7\x4c\x21\x62\xb8\x8f\xb6\x66\x5f\xa4\x38\xa7\xdc\x56\x1f\x35\x6b\x16\xb9\x5d\xec\xc3\x3f\xe0\x84\x92\xd8\x95\x32\x0e\xda\xa6\x93\x35\xe5\x01\x41\x44\x07\x75\xca\x64\xd5\x32\x78\xa4\x0c\x5b\x52\xc9\x9f\x53\x30\x65\xb2\x59\xd9\x93\x52\x3e\xb9\xbf\xcb\xd0\x0f\x6b\x69\x4a\x75\x1f\xd7\xea\xa3\x6e\xe9\x27\x07\x4c\xca\xeb\xe4\x0c\x65\x14\x7d\x3e\x2b\x0e\x69\x2d\x75\xbe\x0f\xa2\xe2\xa1\xe5\x54\x70\x7e\xb6\xf8\x61\x1a\xa9\x40\x77\x6b\xf5\xc3\x78\x13\xc5\xda\x26\x83\x40\xa2\x14\xdb\x24\x54\x27\x0a\x9c\xbd\x7f\x36\x58\xa2\xe4\x57\xeb\xe6\x1f\x88\xdf\xa8\x61\x1b\x96\x35\x7c\xd4\xa7\x54\x5a\xe4\x1b\x1a\xb6\x35\x40\x2e\x3a\x2a\x0d\x64\x1b\x3f\xb2\x61\x2a\x38\x8d\xb3\x4c\x06\xa9\x8c\x86\x4e\xb3\xfa\x18\xf8\x44\x36\xa6\x44\x81\xa7\x8a\xf5\xa7\xf2\x2c\x5a\xd6\x3c\xb0\xf9\x6b\xf8\xd8\x43\x52\x81\x5a\xde\x64\x65\x48\x85\x8b\x26\x23\x5e\x2a\xe7\xd3\x87\x3e\x39\x69\x83\x8c\x9a\x18\x0e\xcb\x32\x8c\x53\x08\x40\x75\xdb\x34\x2c\x2c\x37\x35\x19\x7c\x18\x6a\xaa\x54\x95\x54\x2e\x88\x50\x92\xd6\x52\xb9\x80\xd3\xe4\x99\xde\x90\xe6\x24\xe7\xa6\x02\x9b\x5c\x1b\x22\xaf\x02\x9b\x5c\xf5\x66\x2c\x20\x87\xd6\xab\xfb\x98\x7c\xe3\xf3\x03\x04\xaa\xd0\x86\xe6\x51\x03\x0c\x46\x3a\x00\x53\x85\x01\xad\x0d\x6d\xc8\x1a\xa8\x3b\x7c\xf8\x6b\xaa\x11\xc3\x96\x8f\x28\x99\x2a\x2c\x0f\x63\x0b\xfe\xe1\x22\x3e\xd4\x07\xf8\x40\x6f\x9e\x47\x5a\xf3\xa8\x4d\x0b\x55\x41\xa7\xb9\x8b\xd6\x6b\x86\xc8\x99\x3f\x9a\x6f\xaa\x19\x8a\x40\xd2\xca\xd5\x8c\x3e\xf2\x47\x54\x4a\x35\x73\x97\x37\xbd\x01\xa5\xa6\x74\x61\xac\x82\x92\x87\xb4\x9c\x54\xc9\x3a\x36\xf1\xca\xda\xb9\x3d\xd2\x07\xeb\x75\x60\xb1\xb3\xe8\xb4\xee\x94\x58\x87\xde\x80\xc8\x56\x42\xd1\xb0\x10\xd9\x7a\xed\x9a\xfa\x81\xed\x51\xc4\x7e\xea\x11\x88\x42\x0d\x7b\xac\x4e\x8b\x34\x81\x54\x0f\x6c\xc2\x52\x85\x75\x70\x9b\x62\xbe\x5f\x41\xb8\x39\x36\xbd\x71\x26\xee\x06\x8d\x72\x62\x47\x95\xe1\x37\x40\xda\x66\xb6\x15\xa4\x5d\x6a\x13\x3e\x68\xd2\xce\xa2\xa0\x0a\xfb\x74\x1e\x9b\x7f\x00\x53\x8a\x86\x05\xa4\x5d\xaa\x98\x41\x05\x25\xe7\xb1\x09\x1f\x30\x59\xe7\x26\x36\x58\x67\x24\x3e\xb4\xfa\x4b\x29\x08\x75\x88\x8f\x55\x70\xba\x5a\x45\xda\xf5\xc6\x49\xd2\xb5\xb6\x0d\x26\xb9\x3c\xc4\x94\xda\x73\x8e\xea\x14\x68\x30\xea\x55\xb3\xbe\xb6\x61\xa1\x8a\x96\xb2\x6d\xa0\xd3\xa1\x95\x6b\x01\x48\xee\xda\x73\x0d\x36\xb6\xdc\x84\xd3\x06\xe2\xcf\x2d\xfa\x0d\x4c\x2c\x6b\x47\xb5\x88\x3e\x8a\x27\x86\xdd\x50\xaa\x4e\xc5\x96\x1e\x3b\xb7\xde\x80\x35\xae\x4a\xb6\x4b\x2d\x71\x14\xf1\xc2\x96\xc8\x72\xca\x07\x41\x0d\x07\x69\xed\xc3\x3f\x24\x1e\x82\xfa\x01\xea\x79\x69\x7e\xa3\x42\x2f\x4b\x3a\xd9\x1b\x18\x6c\x1b\x62\x5b\x0d\xfa\x64\xee\x22\xdc\x06\x2a\x6c\xc9\x38\x85\x26\x91\x6b\xc9\x3f\x39\xc0\x1a\x48\x63\x48\xef\x4e\x0d\x2c\xac\xc4\xaa\xfe\xe0\x36\x68\x41\x9c\xa2\x81\x85\xd5\xa0\xd3\xa8\x6f\x60\xd8\x43\x14\xd9\x03\xf4\xff\xa6\x4e\x7b\xdc\xf8\x86\x7f\xc0\xb2\xd6\x8f\x56\x99\x7a\x22\x35\x7d\xd4\xdb\xd4\x53\x27\x5c\x1f\x54\x74\x98\x2e\xba\xbc\x3f\xa9\x37\xf2\x34\xa1\xa2\x03\x37\x55\x1a\x52\xea\xd8\x6e\xd9\x87\x4f\x5f\x72\x60\xa8\x32\x32\xa7\x7e\x91\x44\xb5\xff\x3a\xf6\xce\x90\x39\x28\xf5\x9b\x0a\xa7\xd6\x79\x80\x66\xdb\x10\x01\x0e\xd8\x7c\x9b\xb9\xde\x80\x21\xb7\x98\xde\x06\x89\xa7\xf9\x93\x44\x8c\x89\xde\x06\xdc\x17\x6d\x68\xef\x0c\x40\x5b\x9b\xc0\x1f\x38\x8c\x87\x45\xd4\x01\x5d\x39\x67\xed\x8c\xd1\x79\x70\x48\x4a\x1c\x9d\x9b\x49\xe7\xe6\x18\x91\x07\xba\xe6\x31\xb8\x50\x1f\x4b\x56\x1a\xe3\x20\x45\x6a\x14\x9c\xdf\xa5\x0b\x41\x63\x07\x73\xe9\x92\xb1\xc6\xf1\xe0\x43\x33\x85\xfb\xa2\x6e\xee\x14\xbc\xa4\x07\x6d\xc8\x01\x5e\x92\xab\x64\x91\x01\x6f\x57\x93\x7e\x91\x06\x89\x6e\xe8\x00\x1b\x3c\x37\x65\x29\x4d\x03\xe7\x66\x8b\x3a\x8d\x76\x70\x9b\xea\x93\x75\x7f\xb8\x4d\xf7\x0f\x94\xbc\x84\xf5\x3d\x40\xe2\x69\x7e\x23\x50\xe2\x11\xf8\x7b\x04\x82\x86\xd6\x76\x8f\xcf\x69\xa4\x37\x12\x56\x5f\xa6\xf8\xb4\xc3\x57\xd5\x86\xc8\x72\x87\x51\xb2\x5a\xb2\xdd\x0b\x87\x1d\x7e\xe3\xa4\x2c\xa2\x79\xc0\xf6\x57\xe4\x2a\x48\x3b\x8c\x70\x55\x4e\xc9\xb4\xc3\x08\xd7\xa2\x4e\xd6\xfd\xe1\x14\xda\x40\xfb\x8e\x6d\x5a\x24\xe0\xec\x07\x69\x4c\x4a\xc5\x0e\x7b\x41\x35\xd3\xdf\xe1\xc9\xcc\x26\xed\xfd\x06\x1b\xdc\x3c\xd3\x47\xc0\xf1\x3c\x6e\x6e\xc2\xa1\xa9\x53\xde\x95\x4d\x36\x1d\x1b\xf8\x51\xd1\xda\x1e\xe0\x0e\xdd\xfc\xe3\x88\x4f\xa7\x7a\x83\xfe\xbf\xa6\x4d\x78\x40\x16\xe9\xb2\xfd\xa7\x23\x83\xa4\xa4\xf5\xa7\x03\x36\xd9\xbe\x69\x67\x1f\x34\x8e\xd6\xa2\x37\x1a\x85\x35\xf1\xb1\xa3\x3d\x7d\x14\xfd\x40\x9b\x99\xc4\xa8\xa3\xc1\x28\x99\xa3\x3e\xe9\x64\xe9\x55\x3f\xc0\xc0\xd4\xbd\xe7\x0e\x28\x29\x65\xd3\x61\x7c\x60\x8b\x95\xd7\x4c\x29\x11\x77\x1d\x71\x07\x95\x94\xa4\x8d\x7c\x80\x83\x17\x39\x37\xd3\x71\xf2\xf0\xd1\x46\x3e\x20\x36\x94\x6d\x13\xc6\x2e\xb0\x9c\x4d\x5b\xec\xc0\x09\xdf\x37\x71\xcb\x83\x0e\xe5\xd7\x1b\xf4\x1f\x6f\xd2\x54\x0e\xca\xaa\x5d\x74\x7a\xdc\x54\xeb\x74\xa2\x9d\x3c\x8c\xbd\xf7\xcf\x10\x28\x66\x57\xfd\x40\x6d\x52\x92\xf9\x49\xe1\xb5\x25\x7d\x52\xc8\x3f\xc4\xe9\xce\x4e\x4f\xa5\x76\xe5\xf9\x98\x2e\x53\xfc\xc9\x01\x76\xc2\x89\x58\x2c\xa7\x9d\x60\xe9\x35\x79\x92\x8f\xf4\xb3\xf9\x07\x6c\xb7\x5c\x35\x85\x79\x50\xb6\x51\x1f\x70\x96\xf4\x4d\xb3\xbe\xe0\xd5\x1e\x9b\x00\xbd\xe0\xf7\xcb\x72\xb9\xa5\x8b\x32\x78\xd5\x2a\x5e\x89\x8e\x70\xa9\x53\x57\xe2\x28\x3a\x59\xaf\x0c\x13\x9f\x95\xfe\x2b\x53\x2e\x71\xa7\x99\x76\x10\xcd\xf4\xa2\xc7\xa3\x68\x87\x5e\x90\x9f\x6b\xd3\x2e\xbf\x28\x53\xe4\x8f\xef\x2a\x5d\x30\xc6\x17\xf9\x7a\xd2\x45\xc7\xef\x26\x7b\xc5\x05\xa9\xa3\x54\x29\x07\x17\x3d\xc1\x9b\x16\xfe\x82\xb6\x5e\xb2\x50\x78\x75\x6a\x0b\x32\x12\x5c\x9d\xc7\x93\xb6\xca\x45\x5f\xf1\x26\x33\xc9\xd5\x31\xca\x0b\xa7\x83\x1b\xd2\x7d\x40\x6c\x2f\xb2\xb4\xa6\x6b\x27\x11\x6b\xab\x5c\x47\x06\x4f\xd3\xa6\xbe\xa0\x2b\xe6\x28\x66\x7b\xd1\x6c\x5a\x0d\xfe\x49\x66\x2b\x8d\xf4\x62\x04\x48\x37\xd6\x21\x14\x94\x16\x35\x31\x92\x94\xfc\x4c\xe9\xa2\x84\x2d\x4f\x54\xba\xa0\x1a\xd6\xa4\xad\x72\xc1\x17\x69\x8b\x52\xba\x10\xf2\x51\x87\xc8\xf2\x02\x8d\x95\xd7\x52\x32\x5c\x23\x24\xff\x40\xd1\x43\x0c\xea\xba\xa1\x5f\x55\xf1\xf8\x0b\x96\xa6\x36\x8c\xb1\x1b\x33\x4d\x12\x53\x27\x8d\xf3\x4d\xbc\x75\x52\x08\xf5\xc4\x26\x84\xd0\x66\xf3\xd5\xcc\x54\xd9\x25\x3f\xcf\x42\x15\x44\xca\xf4\x84\xb3\xa5\xfa\x14\x98\x3b\x45\x42\x9d\xbd\x73\x27\x4b\x17\x49\xd1\x46\x5e\x8b\xe4\xd6\x89\xa5\x2c\xaf\x61\xa1\x5f\x15\xb9\x95\xd2\x84\x1c\x91\x87\x87\xc5\xda\x16\x0b\x7c\x13\x6c\xb0\xc8\x0b\x94\xe6\x49\xac\x4b\xd0\xa2\x8d\xbc\x07\x8f\xc2\xb5\x4d\xd2\x15\xe7\x45\xa9\xc9\x7d\x30\xa4\x43\xa6\xcf\x34\xc9\x2e\x4a\xd2\x3c\xc0\x5b\x9b\xbc\xdf\x69\x22\x60\xa3\x54\xa9\x42\x93\x96\x02\xf3\x0f\x5a\xe2\xb3\x22\x27\xd2\x84\x7e\x55\x8a\x34\xb0\xf9\xc8\x44\x3a\x49\x26\x28\xa8\x58\x06\x98\x93\xfb\xf6\xf5\x03\x7c\x66\xd5\xcb\x00\x96\x3e\x36\x1d\x0b\x93\xc7\x75\x90\x98\x3d\x41\x63\x45\x7e\xc8\x34\x41\x63\xdd\x82\xd6\xbc\x1f\x8c\xf9\x8d\x07\x63\x9a\xd8\xcd\x7d\xab\xd3\x08\x4e\x84\x50\x52\xf3\x0f\x10\x81\xbc\x5f\xe0\x39\x58\xc3\xfa\x8d\x46\x2d\xc3\x3f\xc0\x0e\x10\xc4\xf4\x6f\x86\xeb\x28\xc0\x21\xdd\x38\xd0\x8b\x3c\xb7\x09\x06\xee\x25\xcf\xe8\x87\x4a\xe0\x24\x67\xde\x38\xae\x7b\xd0\x61\x7c\xd3\x84\xd8\x05\xdc\x8d\x00\x8f\x96\x8a\x7f\x20\xdb\x92\x9c\x79\x73\xb1\x93\x28\xe8\x66\x30\x8e\x5c\x69\xe9\x86\xf0\xda\x83\x14\x82\x1b\x91\x59\x2d\x8a\x3b\xdc\x88\xab\x6a\xbd\x8d\x9f\x1c\x60\x37\x15\x0c\x99\x88\xf2\x06\x74\x56\xb1\xb0\xbc\x6d\xe4\x58\x1f\x40\xf3\x86\xb3\xa6\xcb\x09\x97\x37\xca\x47\x72\xff\xe5\x2d\x73\x92\x5d\x9f\xd0\x84\x28\x3f\x57\xde\xca\xc3\xb1\xc6\xe7\x07\x1e\x1c\x32\xd2\xe7\x0d\x9e\xe0\x2a\x0d\x2c\x6f\x3c\x38\xe4\x82\xcc\x1b\xd5\x55\xb9\x28\xf3\x46\x19\x6b\x64\x4d\x9d\x9c\x22\x55\xcd\x14\x1c\x7c\x04\x0f\x7b\xd0\x20\x56\x34\x31\x6c\xfb\x1a\x36\x4d\x9d\x26\xda\x10\xf4\x03\x22\xa8\xaa\xec\xcf\x79\xbb\x68\x44\x1a\x1a\xe5\xe6\xb2\x56\x75\x7a\x53\x6c\xff\xec\xf2\x1c\x36\x1e\xe8\x1f\x0b\x6a\x0e\xd4\x16\xd2\x67\xef\xe4\xc0\x65\x90\x1c\x9f\x03\x97\x21\x7e\x44\xbb\x1c\x36\x4a\xe9\x1f\xb7\x44\x0e\xb0\xe2\x8f\x90\xd4\x29\x64\x80\x12\xb2\xde\x80\xd8\xde\xa3\x90\x1c\xe8\xf7\x2e\x41\x9f\xd4\xa7\xd3\x0f\x82\x42\xe3\x2e\x6f\x7a\xa3\x01\x5a\x59\x0c\x73\xe8\xcf\xb0\x9a\xe9\x20\x1f\x08\x82\x96\x7e\xe6\x28\x9c\x06\x08\x90\x5d\xc1\x81\x39\x80\x73\x66\x51\x75\xa6\x8b\xa2\xc7\xa0\x51\xc0\xe4\xb2\xb4\xa7\x1c\x40\xf7\x43\x51\x0f\x39\x40\x6a\xca\x21\xeb\x07\x6c\x84\x22\x26\x97\x23\xe5\x45\x71\x9b\x8c\x38\x9b\xd0\xfb\x67\x97\xe7\x88\xf3\x2a\xcb\xf1\x9f\x11\x11\xb3\xe6\xa1\x4f\x2a\x6d\x79\x5d\x3f\xb4\x4a\xa2\xf3\x0f\xa0\x53\xc5\xfa\xe4\xd8\x4f\xfe\xf0\x01\x2e\x0e\x82\xff\xb1\xb0\xe7\x08\x07\x55\x1f\x59\x3f\xc0\xda\x57\xf3\xa6\x3e\x60\x67\xc9\x32\x1d\xe4\x48\x6b\x5f\xfe\xb0\xe3\x1c\xef\xc7\xec\xa6\x79\x50\x15\x2a\xaf\x37\x4e\x8a\xfe\x9f\x4e\x13\xcc\x5d\x23\xa8\xd3\x14\x89\xe4\x0f\x2f\xc9\xa9\x92\x51\x46\xbd\x31\x48\x41\x49\x6f\x0c\xba\x67\x44\x74\xe9\x20\x43\xd1\x32\xa4\xf3\x11\xb4\x3e\x13\x4b\x17\x18\x94\xd7\x36\x71\x03\x19\xfc\xc4\x68\xd3\xe8\x1f\x78\xb4\x48\x78\xcd\x89\x76\x22\x6f\x75\x06\xe0\xf5\xf8\x91\xcd\x72\xde\x68\x49\xd2\xca\x65\x46\x82\xc6\xcf\x41\x9a\x33\x0c\x73\x5d\x21\x5b\x39\x47\x0e\xfb\x11\x3c\x33\xfd\x46\xf9\xf5\x49\x27\x59\x56\x0d\x3b\xe8\x39\xdb\xfc\x03\xcf\xab\xa6\x1f\x68\x32\x93\xf7\x24\x67\x2c\x76\x55\x20\x62\xce\x07\x69\xac\x6a\x58\xc4\x19\x57\x2f\x65\x3e\x1e\x5a\xff\x50\x72\x3e\x79\x08\x8a\x5d\x64\xd8\x9a\xc6\x16\xfd\xc3\x63\x30\x8d\xfa\x01\x3b\x5b\x56\x8f\x9c\x69\x85\x95\xe4\x95\x33\xc4\x86\xa1\xa8\x98\x4c\x67\x54\xa9\xc6\xe9\xe4\x56\x77\x1f\x70\x40\x65\xc5\x4c\xe5\x0c\xb1\xa1\x2a\x6e\x20\x67\x84\x16\x97\x68\xf0\x29\x89\xca\xb3\x9f\xf3\xa4\xc1\xa6\xe8\x07\x2a\x7e\x2d\xf5\x1f\x1c\x60\xb9\x80\x73\x76\xc5\x03\xe5\xb2\x71\x77\x7d\x34\x9f\x5c\xc0\x39\x8b\x8c\xb8\xb9\x6c\x24\x73\x1d\x1c\x85\x21\x87\xf2\xc6\xe4\x82\x98\xe0\xa1\x50\xa6\x5c\xa8\x5f\x29\x58\x26\x17\x9a\x79\xd3\x47\xe3\xc8\x05\x66\xb7\x9c\xb4\x02\x25\x4e\x1a\x93\x3f\xc8\x2a\xb0\xd9\x96\x9c\xfd\x03\xad\x9f\xc9\x3f\x40\x92\x8b\x5d\x13\x43\x88\x4a\x2e\xc9\x3f\x3c\x67\xcd\x67\x49\x4a\x7e\xe6\xa1\x89\x15\x4a\xb6\x4d\x13\xa3\x01\xa8\x54\xbf\x41\xd2\x10\x99\x33\xa2\x6c\x6c\x9e\x18\xc3\xc3\xbc\x77\xca\xe3\x16\x71\xa7\x95\xea\xa5\x71\xca\x18\xab\x94\x35\xb1\x4a\x9a\x6d\x1a\xb6\x91\x75\x88\x88\xe9\xe0\xeb\x0a\x91\xcd\x05\x6a\x5d\x96\xec\x9b\xcb\x4e\xde\xaa\x9d\x51\x18\xeb\x92\xbc\x2e\x8c\x59\x92\xe5\x32\x17\x86\x33\x4b\xf3\xc9\x85\x14\x19\xc4\x4a\xcb\x24\xc7\x12\xd3\xaf\xa4\x20\x99\x87\xf3\x13\x63\x14\x87\xdf\xc0\xd1\x92\xc4\x29\x6a\x78\x6c\xfa\x49\x3f\x10\x38\x91\x54\x65\xc8\x9d\x45\x0f\x3a\x92\xb2\xdc\xaa\xb9\xc2\x9a\x53\xaa\x76\x46\x7d\xa2\xb3\x3e\xaa\x72\xae\x88\x43\x18\x41\xb2\x59\x3d\x48\x96\x55\x13\x3b\x79\x18\x8b\x1f\x55\x28\x18\x45\x26\xa2\x4c\xb7\x48\x89\x5a\xfd\x7a\x3f\xc2\xf0\x07\xa7\x8d\xb6\x04\x59\x2c\x72\x83\xd1\xa4\xc8\x39\x9e\x5b\xe2\x32\x08\xeb\x2d\x67\xfe\xa0\x3e\x68\x29\xb0\x3c\xd3\xf2\xcd\x65\xd0\x1b\x8d\x8e\x13\x9d\xac\x0d\xbe\xda\x2e\xad\x36\x37\x2c\x76\x55\xec\x4c\x6e\x08\x5b\xaa\x32\xfd\xe7\x86\x38\x89\x16\x3c\x2c\xcf\x09\x0b\x8d\xed\xa6\x39\xf4\xe3\xad\xcb\x7d\xa3\xe9\x5f\x2c\xac\x6f\xb4\xe4\x4a\x7c\xe9\x09\x2b\xa7\xe8\xd3\xdc\x0b\x9d\x03\x62\xfa\x1d\x62\x65\xa9\xda\x0d\x9d\x66\xea\xf8\xd1\x49\x72\xa7\xa5\xc0\x62\x43\xdf\x19\xec\xad\xd5\xef\x10\x3c\x8b\xa2\xfe\x72\xe7\x42\x35\x31\x94\x7e\x71\x58\x51\x72\xa7\x60\xbf\x69\xef\x77\x5a\xc8\x36\x77\x7a\xd3\xe7\xa3\x3d\x37\xa8\xf9\x28\xf2\x30\x8f\xf0\xf8\xae\xab\x7e\x98\x9c\xe9\x07\xfc\x81\x43\xb0\x28\x76\x26\x8f\x48\xcb\xc9\xf0\x1b\x14\xf7\xa3\xdf\xb8\x19\x64\xf0\x59\x86\x01\x77\xd5\xf0\x42\x0d\x78\x73\x4b\x11\x0a\x47\xa2\x5a\x27\x76\x31\x12\x4f\x23\x09\x16\x83\x2a\x83\xc5\xfd\xc1\x24\x03\x33\x94\x41\x1d\xc2\x72\xc4\x60\xac\x68\xee\xfe\x61\xe7\x27\x1a\x16\x36\xd6\xdc\xbb\x60\x81\x93\x22\x5b\x7c\xa1\x83\x21\x17\xad\xed\xd8\x49\x0e\x22\x98\x81\x43\x30\x17\x03\x47\x0d\x2c\x15\x21\x79\xd2\xf6\xad\x1f\x76\xb2\x8b\x92\xc2\x4f\x0e\xb0\x3d\xd0\x8a\x22\x40\xf7\x98\x39\xc0\x67\xd6\x7b\x7a\x46\xfc\x4c\x61\xa7\x99\xb7\x88\x41\xed\x3b\x37\xa4\x28\x72\x07\xbd\xb5\x28\xa9\x74\x87\x7d\xa3\xc8\xd9\x90\x77\xfa\x9e\x7c\x2c\xec\xf3\x19\x56\x9f\xdc\x04\x43\xdb\xed\x08\x4c\x50\x10\x4b\x7f\x6c\xe9\x52\x57\xf3\x11\xf9\x86\x8e\x96\x23\xd2\x66\x24\x89\xe1\xc0\x76\xab\xca\xb6\xc9\x07\xcd\x7f\x49\x67\xde\x81\x50\x91\x9e\xc4\xa0\x68\x29\xcf\xa5\xfb\x07\x4a\xb6\xda\x4c\x07\xa2\x77\x6a\x12\xcd\x1e\xfd\xb1\x80\x68\x94\x41\x81\x49\xfc\xf9\x60\x20\xad\x19\x14\x4d\xe7\xb9\x7a\xea\x8c\x2e\x49\xda\x3b\x07\x83\x35\x93\xe4\xe7\xe3\xe0\xca\x49\xf1\x3b\x1e\xe7\xa7\x8e\xc9\x83\x72\x9a\xf2\x60\xf2\x49\xb5\x4e\xe1\xeb\xf9\x84\x6d\xa2\x9a\xfd\x9c\x74\x58\x54\x49\x94\x27\x2d\xb9\x43\x2c\xfd\xa4\x25\xd7\xda\xf5\xc9\x10\x1e\xa5\x12\xe5\x33\x53\x5c\xfe\x58\x0d\xf2\xc9\x58\x09\x79\xc9\xf2\x59\xf8\x83\x0e\xe3\x13\xe7\x55\x55\x44\x78\x3e\xeb\x03\xad\x3a\x6d\x3c\x38\x24\x72\x9f\xed\x11\x92\xf4\x09\xed\xb4\x43\xb2\xef\xd9\x79\xa2\x89\x0f\x9c\x34\xdc\x0e\x89\x2f\x27\x09\xd7\x7c\xe0\x04\xe7\x2c\x72\x7a\xe4\x93\xa1\x11\x59\xb2\xd9\x09\xe9\xb8\x0c\x1d\x1c\xb4\xc1\x37\x93\xf6\x09\x31\xb5\x06\x23\x99\xe6\xae\xd7\xc4\xc0\x5b\xab\x19\xd4\xb5\x11\x1f\xa2\x8f\x0b\x42\x63\xb5\xc8\x7d\x81\xf8\x6b\xd5\x7e\xb9\xe0\x7a\xcb\x55\xdc\xe6\x6a\x14\xe7\x84\xf5\xab\x3d\x58\xff\xac\xed\x05\xf6\x33\x64\x33\xca\x34\x42\xb7\xf4\xf1\x6f\xe6\x6b\x30\x32\x44\xbc\x75\xfe\x5d\xcc\x6c\x9e\x1b\x12\x27\x9a\x9a\x69\x35\xfd\x32\xb1\xa9\x49\xcf\x05\x96\xc3\x8e\xf2\xdc\xfa\xf7\x97\x25\x8e\xb9\x21\xee\xd2\x9d\xef\xab\xe9\xde\x18\x85\xa9\x26\xa3\x4d\xa3\xda\xd7\xf7\x57\xd5\x89\x3f\x37\x44\x88\x06\xb7\x11\xa1\x2b\x9d\x7f\x2e\xfc\x29\xf2\x2d\x4f\x44\xe8\x16\x3f\xcd\xdf\x5f\x4d\x1c\x6f\x2e\xf9\xaa\x89\xa1\xce\x25\x9f\x5b\xd6\x9c\x4b\x40\x69\x5a\xbb\xb9\xb8\x50\x13\x87\x99\x4c\xf0\xab\xdd\xcf\x89\x53\xb1\xcf\x89\x30\xdb\xa2\xd8\xd7\x3c\xc1\x71\x9b\x72\x28\xf3\x44\x6e\x94\x4c\xbd\x79\xc6\xfe\xfd\x55\x92\x3b\x80\x3d\x27\x1a\x73\x11\xa8\x12\x70\xe4\x7a\xd6\xb5\x26\x22\x73\xab\x9b\xc4\x95\xdb\x4c\x05\xf3\x42\xae\x13\xb5\xca\x5c\x34\x13\xe2\x65\xa5\x63\xcf\xc4\xc4\x2e\x0d\xbf\x34\x8b\x9a\xba\x3f\xaf\x6b\xba\x5a\x66\xf0\xdc\x56\x7b\xfb\xc9\x79\x34\xd3\xa2\x11\x83\x9e\x16\x8d\x88\xea\xe7\x62\x3e\xcd\xa8\x4c\x20\x0a\x69\x30\x33\x71\x2f\x1a\x15\x4b\x61\x29\xb2\x0d\xcd\x1c\xfe\x2e\xf4\x34\xcf\x1c\x11\x6d\xad\x0e\x33\x28\xda\x8f\xcb\x9a\x8c\x10\x91\x49\xcf\x9a\x4d\xc6\x5c\xdd\x7c\x8c\xb4\xee\x6d\xad\x8b\xa4\xe3\x99\xaf\x35\x79\xe1\x65\x49\xad\xcd\x24\xb9\x64\xd6\x66\x92\x2c\xa4\x01\x81\xb6\xb4\xa4\xb8\x79\xef\x95\xf1\x0a\x5f\xcf\xf3\x49\xba\xf1\x5e\x03\x47\x6d\xd5\xcb\xb0\xb4\xaa\x32\x5e\x1d\x5c\x00\x46\xcd\x45\x14\xa6\xc9\xb2\xf6\x8f\xe4\xb4\x59\xc7\xf7\x57\xd7\x21\x39\x69\x86\xea\x26\x01\xc4\xbc\x26\x63\xaa\xf1\xbc\x37\x38\x8d\x41\xcb\xfe\x80\x41\xcb\xc2\x1d\x93\x1f\x94\xd4\x99\x27\x03\xdd\x2c\x97\xcc\x1e\xbf\xbf\x52\x31\x7f\xe8\xef\x80\xfd\x3c\x3b\x02\xf6\x05\x7e\x67\x50\xa4\x64\xf3\xd9\xd7\x5a\x55\x77\x4f\x33\xb5\x09\x0d\x9e\x58\x2b\xb2\x13\x41\xdf\x66\x37\x9d\xd8\x12\x42\x3a\xd0\xa5\xee\x10\x12\x2e\x15\x6e\x8e\xb8\x9a\x9a\xdb\x40\xb8\xba\x8c\x21\x73\xe4\xef\xaf\xaa\x83\x1c\x89\x1a\x55\x02\xc7\x84\x6a\x92\x9b\xf7\xd3\x00\xf2\x35\xb3\x41\x0e\x63\xe4\x0f\x4e\x5d\x73\x1b\x13\x6d\x3f\x87\x51\xd9\x54\xbd\x6f\xaf\x64\x86\x3c\x97\x10\x5a\x65\x38\x98\xfb\x9a\xbb\x0e\x8d\xb9\xd3\x48\xe9\x33\x60\x9d\x99\x96\x69\x91\x32\xd2\xcd\xf2\x97\x1a\xd5\xcd\xfc\x60\x02\x57\x40\x5f\x9e\x4b\x61\x8e\x9b\x39\xcd\x52\xb2\xc6\xe6\x4d\x40\xdb\x53\x33\x59\xc2\xf2\x98\x82\x14\x84\x79\x20\xe3\x41\xc8\x38\x1e\x32\x77\x8f\x27\xc3\xaf\xdc\x25\x23\x6a\x7d\x14\x2c\xa9\xa8\x4a\x8a\x44\x9a\xab\xf5\x1e\xf8\xd9\xea\x16\xfc\x78\xad\x9d\x8e\xee\x79\xae\xa5\xd3\x19\x3b\xcf\x8e\xb7\x35\xbb\x13\x89\x08\xc1\xaf\x2f\xb2\x91\x10\x33\x19\x88\x1b\x4d\x37\xd7\x3a\x4b\xcc\x99\xaf\x75\x96\x98\x12\x2e\xc2\xaa\xcf\x2f\xb2\x3b\xcd\xed\x02\x51\xfa\x60\xb8\x16\x47\x31\xe4\x4b\x77\x68\x5e\x8b\x49\x36\xee\xf6\x3a\xe5\x7c\x82\x4e\x80\x22\x7d\x0f\x2e\xb8\xba\x49\x53\x9d\xcc\xd2\xaf\xaf\xef\xe9\xbc\x90\x2c\x3d\x27\x43\x37\xfc\xc9\xbd\x7d\x7f\x75\xd3\xdd\x8d\x09\x18\x97\x77\x5c\x8f\x35\xfb\xa5\x60\x0e\xaf\xfc\x52\xa6\xeb\x66\x42\xbb\x0b\xbe\xfe\x49\x60\x44\x9e\xf7\x22\x43\xf3\xba\x1b\x8c\xbb\x79\x28\x6e\x31\xe9\xb2\xf3\x3e\xd6\xfb\x42\xfc\x7d\xad\xa9\x68\x59\x18\x6e\x65\x45\x1f\x6e\x41\x45\x82\x64\x38\x05\x1d\x3b\x9e\xef\x25\x26\x29\xbe\x34\xdf\x1b\x48\x4a\x82\xea\xbd\x31\x7a\x72\xf8\x05\x82\x9a\xd4\x06\xa8\xa2\xb2\x1b\x72\x93\xcd\x81\xf7\x06\x86\xd0\xd5\xdc\xd7\xe4\xfd\x36\xf2\x3f\xdc\xd9\xb5\x9e\x7a\x2c\x1c\xfe\xd5\x93\x59\xa0\x68\x77\x33\x57\xc9\x46\x58\x24\x2b\x55\xb9\x08\x33\xb3\x95\x6c\x56\x43\xba\x52\x97\x26\x78\xd3\x10\xe5\x35\xbf\x03\xa7\xae\xc9\x05\x4c\xdd\x8f\x99\xd7\x25\xde\xc5\x14\x25\x8b\xa8\x48\x41\xaa\xb6\x96\xdd\xb1\xf3\x03\x4d\x90\x41\x6a\xcd\x33\x64\x5a\x52\xf3\x17\x17\x84\x23\xb7\x17\x3f\xb0\x01\xea\x86\xf9\x40\x0e\xee\x7c\x43\xba\xc9\x55\xe2\xdf\x0d\xf1\xc6\x7e\xbe\x1b\x92\xb7\x0d\xc6\x37\xec\x53\x2f\x10\x29\xef\xa8\xe0\x45\xbe\x11\xcd\x69\xeb\xd4\xcd\xe0\xf2\x28\x9d\xe2\x46\xf4\xac\xb9\x20\x73\xa5\x82\xd7\x1f\xf6\x0b\x39\x90\xf3\x0d\x31\x47\x11\x2a\xf9\x5e\x1a\x58\xb5\x47\xf4\x5e\x52\x4f\x55\x02\x4d\x46\x72\x55\xb5\xd3\xe8\xce\x8c\x1a\xf6\xaa\xc3\x8c\x6b\xc3\xde\x9d\x69\xb6\x93\x31\x0c\xf9\x58\x41\xf1\x0a\xf9\xce\x4c\xd7\x77\x8f\x00\xd1\x64\x91\x21\xda\x7b\x51\x10\x17\x98\x5b\xf3\x0f\x6b\x95\xec\x61\xba\x11\x03\xba\xbd\x06\x9c\x18\xd0\x03\x60\xd5\xb2\x40\x2e\xc8\xa9\xf3\x16\x44\x46\x98\x0d\xe4\x37\x22\xad\xec\xf2\xbc\x61\x75\x56\x56\x7f\xbe\x97\x78\x55\x83\xf7\x24\x34\xd2\x4d\x76\x17\x78\xe0\x6b\xf0\xa6\x82\x03\xfe\x45\x55\x90\xb7\xcc\xcb\x6e\x88\x5b\x9b\x89\xa6\x70\xc9\xaa\xda\x80\xcf\xf0\x23\xc8\x71\x2b\xee\x0f\x4b\xe6\x3d\x0d\xcf\x9f\x22\x93\xf3\x5d\xb1\x84\x32\x31\xdc\x95\xf0\xeb\xfb\xca\x15\xd4\x8a\x56\x64\x15\x76\xbf\xdf\xd0\xd6\x7c\x10\x18\x95\xb2\xbf\xdf\xb1\x1e\x9a\x5f\x5d\x24\x98\x83\xbf\x47\x9e\x97\x8e\x9e\xbb\x4e\x3c\xf7\x78\x48\xea\x92\xe2\x78\xc3\x8c\x92\x92\xdb\x8c\xcc\x32\xc2\x28\x31\x4a\x74\xbf\xdb\x9a\xb0\xcd\x1d\x37\xc2\xb0\x6c\x90\xbb\x97\x7a\x5b\x6d\xec\xb8\x97\x76\x5b\x93\x19\xcd\x92\x38\x6b\xde\xfc\xfd\x40\xdb\xe3\xed\x00\x58\x08\x85\xf9\x40\x71\xcb\x19\xf1\x13\x35\x8d\xed\x27\xc7\xcb\xdd\x90\x48\x69\x96\x00\x0b\x50\xca\x1e\x0c\xd8\xd0\x59\x7a\x2f\xe9\xb6\x26\x6f\xc8\x25\xdc\xd6\x2c\x85\xef\x5e\xb2\x6d\xcd\xc1\xef\x13\x39\x9a\x6c\x27\x72\x84\xcd\x25\xfb\xd6\x64\x9e\xd6\xa1\x2c\x48\x10\xb8\x3b\x91\xa3\xf9\x20\x40\xcd\xb2\xf4\xbd\xa4\xdf\x6a\xbd\xff\x46\xbc\x5a\x6e\xde\xbf\x94\x86\x93\x27\x88\x64\xe5\xe4\x0e\x00\xa0\x44\xd0\x7b\x6c\x00\x48\x1d\xc2\xb2\x90\x24\xf7\xdd\x83\x00\x6a\xc2\x90\x80\x15\x24\x9e\x6f\x88\xc0\x59\x52\xd7\x0d\x73\x58\xca\x6e\x37\xbc\xef\xef\x91\x72\x69\x8e\x36\x48\xbe\x7e\x9f\xf3\x17\x02\x06\xd9\x8d\x10\x08\x63\x9a\x3d\x6e\xf7\x20\x39\x0b\xbe\xfd\xe1\x90\x1a\x70\x7f\xce\x1d\x41\xc4\x08\xe3\x2c\x7d\x84\x69\x9b\x8a\x27\xce\x37\xf2\xf1\x9a\x09\x90\x96\xa4\x6a\x96\x72\x40\xd0\x36\x0f\x3d\x20\x69\x4a\x3f\xbc\x19\x2d\xf2\xe2\x49\x07\x63\xd3\x04\x24\x13\xab\x8d\xd4\x83\x61\xd1\x7e\xbe\x56\xb9\xf9\xd8\x80\xe8\x6c\x69\xf3\x5e\xb2\x73\xb5\x36\x7d\x1f\x4f\x5a\xa2\xc8\x90\xa2\xb3\xc9\x94\x92\xb3\x99\x2a\x45\x67\x9f\x84\x88\x51\xb3\xf6\x7d\xc3\x2d\xdc\x8c\xd5\x93\xfe\x11\xa1\xec\x2c\xc0\x80\x20\x3e\x1b\xfa\xf3\xf7\x9d\x91\x75\x1e\x00\x10\x19\x23\x4c\x0b\x37\x97\x3a\x09\x91\x20\x3c\xa9\x0c\x98\x4b\x50\x1e\x37\x5d\x9e\x0c\xa4\xf7\x07\x84\x58\x33\x84\x9f\x44\x11\x85\xf9\x86\xd9\xba\x99\xce\x2f\x6a\x07\x7e\x1f\x9a\x9d\x8f\x81\xab\x02\x63\x9a\x30\x23\xac\xcc\x36\x2f\x06\x13\x0a\xc0\x8b\x00\xfa\x39\xc3\x19\xfc\x3d\x01\xf4\x78\x27\xda\x42\x00\xb3\xf4\xbc\xaf\x98\x15\x1f\xdd\x3f\xe0\xf3\x3e\x43\xd0\x7b\x33\xd7\x9c\x84\x4f\xef\x33\xc5\x33\x7b\xc9\x99\xbd\xd0\x7d\x70\x4f\xcc\xc0\x92\xc1\x52\x02\x62\xb0\x40\x37\x6f\xd4\x0b\x53\x07\x8c\xa5\xb0\xd8\x7f\xdf\xa8\x72\x66\xa2\x40\x6c\x85\xd3\xad\xf3\xbd\xf4\x82\x18\x4c\xd6\x4b\x31\x68\x8e\x44\xba\x97\x62\xe0\x64\x80\x7c\x2f\xe1\x3e\x06\x53\xed\x4d\xaf\x8b\xc9\xea\x46\x6d\x1c\x53\xcd\xcd\x24\x4c\x1f\xd6\x37\x61\x78\x56\xb9\x20\x21\x3a\xca\xa0\x5b\x9e\x94\x68\xd5\x27\x2b\xdb\x12\xd8\x5b\x18\xfe\xa0\x62\x0a\x5d\xed\x86\xe7\x6e\x23\x88\x2b\xc7\x9f\x9c\x36\x05\x21\x70\x31\x7c\x98\x55\xd9\x96\x80\x1f\x95\x51\x52\xb6\x25\xd2\x37\xc5\x38\x94\x6d\x89\xf4\xb1\x7c\x64\x8d\xb2\x05\x62\x38\xa9\x1d\xd1\xf6\xf3\x84\xd9\xa9\xff\x25\xe3\xc7\xf0\xe1\x64\x65\x83\x39\x54\x8c\xaa\x6c\x81\xd0\x69\xbc\x25\xf4\x37\xd5\x84\x2b\x5b\xc0\x02\x44\xf7\xcf\xf9\x07\xb5\x89\x7f\xb7\x0f\x2c\xa0\xdf\x3f\xd1\x9f\x9f\x4f\xcc\xcf\xf3\x01\x49\x79\xbc\x88\x52\x02\x86\x27\x12\x5e\xcd\x77\xe9\x10\x2d\x6e\x7e\x1f\x04\xb5\xa9\x7f\x14\x38\x52\xf1\xa9\x82\xd2\x54\x31\x6c\xc2\x57\x24\x7c\x6e\x03\x3e\xe3\x3b\x02\xbe\x4d\xf3\x8b\x80\x2f\xba\xcd\xf5\xd2\xea\x47\xc0\x67\xfc\x2d\x0d\x25\xca\xc3\x59\x36\x84\x6e\xe4\x66\x80\x97\xca\xd2\xa2\xe9\x2f\x01\x60\x03\x90\x02\x9e\xeb\xfd\xa5\xb1\x38\x26\xb3\x6c\x8f\xaf\xc0\xf4\x98\xb0\x65\x4c\xbf\x09\x10\x1a\x82\xf4\x94\x9c\x13\x0a\x51\xb8\x29\x6c\x6a\xa3\x7a\x83\xce\xaa\xb2\x2d\x0d\xa3\x29\xd0\xba\x6c\x19\x25\xa4\xaa\x50\x9e\x41\x42\xc5\xed\x8a\xb6\x06\x5c\xfa\x44\x2c\xc5\xfd\x77\xf4\x27\x94\x67\x54\xbf\xaa\x6e\xef\x78\xee\xf1\x0f\xb4\xdd\xff\x89\xf7\x85\x21\x98\x5e\x95\x99\x51\xb6\x0c\x73\x64\xf5\xf8\xdc\x32\x7a\xbf\x00\x1e\x7f\xbf\xd4\x8b\xa6\x84\xb4\xb2\x15\xd4\xc4\xaa\x1a\xbf\x30\x58\xc0\x7b\x6e\xe9\x13\xad\x19\x01\x2c\x9b\xd4\xbd\x66\x4b\x81\x88\xa5\xfa\x03\x42\xa0\x19\x15\x40\x50\xb4\x64\x85\x10\xf8\xfb\x89\x19\x79\x06\x30\xa8\x16\x3d\xaf\x58\xa1\xa4\xef\x2b\x20\x4a\xea\x7f\x29\x10\x4d\x27\x57\x41\xc0\x6b\x2c\x55\x18\x42\xd2\x55\xe9\xa6\xf2\xda\xbf\xbf\x7a\x6a\xee\x60\x60\x40\x01\x50\xb1\x24\x49\x24\x50\x01\x50\xd1\x92\xd5\xe7\x2c\x76\x87\x17\x70\xee\x11\x01\x91\x21\xae\x5c\x13\x75\xd0\x08\x91\xde\x6f\x84\x40\x13\x68\x58\x23\xd3\xd0\xd2\x28\x62\xa9\x6e\x13\x42\xf5\xbf\x34\x8a\x58\xaa\x26\xdc\x40\x83\x4d\x4b\xd6\xb0\x42\xa6\xd1\x86\xf9\x9a\xe6\x97\x50\x9f\x36\x23\xa0\x33\x8d\xd8\x5c\x7e\x49\xf5\xce\x67\x2d\xdb\x92\xea\x7b\x32\x8d\x2c\x29\x3e\x6d\xde\x64\x4b\x6a\xef\xca\x67\x28\x5b\x67\xfc\xb0\xb7\xed\x92\xca\xed\x01\x2e\x5b\x3f\xd1\x16\x86\x58\xcb\xc9\x6b\xda\x27\x9e\xff\x24\x19\xb6\x6c\x83\xe9\x5d\x5e\xe0\x25\xc3\xa7\xcd\x14\x35\x08\x8e\x7a\x5f\x32\xbc\x1d\xe5\x65\x5b\x32\x7c\x4f\xde\x13\x4b\x86\x4f\x9b\x09\x60\xc9\xec\x49\x2a\x78\xd9\x06\xaa\x56\x99\x27\x0c\x94\xad\x2a\x5a\x8f\x01\x68\xbd\x47\x07\xa1\x75\xff\x17\xda\x7e\x1f\xd0\x7a\xbd\x97\x0c\x9f\x36\xf3\x88\x9d\xe8\x17\x3c\x8c\xf8\x91\x65\xa8\xa0\x70\x60\x2a\xe6\xc3\xfb\x05\x8f\x83\x3b\x9c\xdf\x5f\x8e\xe3\x2f\xa8\xde\x9a\x8a\xf9\xfa\x92\xf0\xc7\xe6\x09\x1c\x30\x03\x7a\xbd\x97\x40\xef\xb8\xec\xb2\x2d\x79\x3e\x15\x9f\xe3\x34\x86\x1b\xa0\x25\xcf\xa7\xe2\x73\xe4\xe8\x78\xee\xf6\x8e\xb6\xe6\xbf\xe4\xf9\x54\x2c\xb6\x1c\x2c\xa5\xe9\x1d\x77\xc0\xac\x69\xa6\x74\x4c\x7c\xa0\x15\x59\xf2\xbe\xe3\xbb\x0a\x2a\xca\x3a\xf8\xba\x6c\x4b\xbe\x77\xec\x56\xd9\x4e\x02\xa4\xef\x4f\x02\x24\x04\x9d\x00\xc8\x3c\xee\x24\x40\x42\xd0\x09\x80\x4c\x31\x4b\xbc\x77\xfa\x71\x41\x79\xda\xb1\x79\x87\xb2\xb2\x8d\xe9\x1d\xae\xf7\xac\x72\xab\x65\x5b\xe2\x7c\x1a\xc6\xd0\x12\xe7\xd3\xf0\x07\x4c\x80\x29\x3e\xa7\x96\x3c\x9f\x86\x47\x5c\xf2\xfc\x78\x9d\x4b\x4b\x9e\x1f\x2f\x2e\x79\x15\xbc\x2f\x88\x96\x7c\xef\x32\x9b\x05\xd5\x71\xc7\x4b\x54\x42\xb0\x71\x4d\x66\x5a\x4b\xa0\x4f\xc3\x6b\xb6\x04\xfa\xf1\xe2\xa2\x4b\x80\x1f\xcd\x9b\x84\x69\xaa\x39\x19\x04\x26\x06\xf9\x20\x59\x22\xfc\x78\x1d\x55\x0c\x3f\x78\x31\xde\x09\x98\xbc\xea\x13\x30\x79\x9f\xa1\xe2\xd9\xf0\xaa\xce\x0a\x18\xb4\x2a\xb3\xe1\xb9\x70\x32\x3b\xbe\x77\x7f\x03\x20\xf9\xfd\x1d\xcf\x3d\x3e\xea\x0f\x99\x6f\xce\x0b\xef\xfb\x7b\x2c\x9a\xa9\x60\x69\x0c\xe3\xc5\xc7\x6f\x00\xe8\x73\xe1\xe6\x9a\x69\xfe\x37\xd7\x4c\x08\x60\x28\x7a\x19\x9a\xc0\x52\x10\x1c\x3e\x59\xb6\x1b\xc6\xcc\x17\x27\x80\x3b\x60\x7b\xb1\xb2\xa5\x32\xe4\xf4\x1a\xf2\x40\x5b\x28\x40\x2c\x7b\xee\x16\x59\xa1\x42\x6c\x2f\x66\x04\x97\xc1\xf6\x62\xf6\x08\x67\xda\x14\x91\x59\x50\x4d\x38\xa7\xe2\x76\xe0\x4a\x67\xfd\x10\xf1\xc2\x50\x3b\xb1\x87\xaa\x1f\x32\x5e\xf0\x07\x80\x53\xdb\x2d\x20\xc0\x7e\xf3\x91\x1d\x36\xee\x97\x8f\x09\xa2\x30\x89\xa3\x66\x49\x05\x21\x6c\xa8\x0d\xa5\x31\x11\xc1\x17\xe4\xba\x2c\xa8\x70\x9c\x2d\xa6\xb0\xc0\x71\xd8\x36\x7f\x91\xf1\xc2\x4f\xa2\xa7\x4b\x58\x9a\x45\x36\x29\x05\xb8\x0f\x82\xc2\x38\x4a\x58\xaa\x44\x36\x2d\xb2\x7c\x72\x50\xec\x42\x09\x88\xae\x08\x0a\xf4\x28\x61\x29\x07\x45\xc1\x09\x25\x20\x26\x2c\xa8\x1a\x4c\x41\x3d\xd7\xb2\x19\x02\x24\x60\x87\xa2\x63\x37\x20\x1c\x23\xa8\xfa\x47\x09\xac\x5c\x5b\x74\x90\x07\xd6\xae\x55\x68\x5a\x09\x70\x42\x04\x15\x50\x29\x21\xa2\xf6\xaf\xe4\x4d\x16\x75\xce\xcd\x6b\x47\xaf\x83\x4f\x4b\xa6\xcf\xc4\xd7\xbc\x52\x44\x17\x7e\x01\x65\xe3\x44\xd5\x01\x5e\x84\xa8\xc4\xf1\x12\xe0\x45\x88\xf2\xf0\x97\xb0\xa4\xf8\x22\x17\x77\x09\x4b\x88\x2f\xaa\x01\x5d\x02\x2b\x10\x2a\x88\xbc\x04\xf8\x0d\xa4\x07\x85\x25\xe4\x2b\x16\xa8\x04\x78\x11\x8c\xc7\x25\xe2\x57\x23\x29\x2f\xad\xbc\xb9\x09\x81\x5f\x43\x67\x9e\x04\x6a\x36\xb8\x7d\xd5\xe4\xc1\xa6\x26\x8e\x01\x4f\x03\xa6\x75\x53\x31\x12\x85\x7d\x4c\xb2\xfa\xb5\xbc\x63\x25\x94\x27\x4d\x40\x1f\x20\x04\x3d\x99\xa8\xe1\x1b\x48\x62\xea\x01\xbe\x81\x64\x2a\x84\x30\xdf\x92\xa7\x5b\x68\x58\xd3\x8c\xca\xd2\x46\x0c\xfa\x12\xe5\x5b\x0c\xee\x6f\xe9\x7b\x46\x14\x25\x79\xcf\x77\x49\xf2\xb1\xbb\xb3\xa5\x8a\x98\x72\x96\x1c\xdf\x93\x3b\x87\x23\xa0\x66\x89\xb9\x01\x65\x71\xbb\x7a\x5b\x72\x7c\x1a\x26\xc5\xba\x34\xaf\xae\xa9\x57\xb8\x12\xfd\x76\x5b\x8b\xa6\xc1\x2a\x10\xef\x6f\xe1\x14\x28\x1e\x9b\x85\xcb\x4c\xc6\xf0\x0a\x18\x2f\x4b\xa4\xaf\x1e\xab\x41\x5c\x10\x9a\x91\x39\xdb\x94\x5a\x5c\x02\x4c\xfa\x9b\xa7\x8a\x88\x35\x45\xb2\x96\x80\x80\x35\x45\xe9\x96\x80\x20\x92\x17\x7f\x6b\xac\x26\xf0\xfa\x01\x5a\x69\xd2\xc2\x75\x70\x2f\xcf\xbf\xa3\x7e\xa1\x9b\x5c\x57\x33\x8f\xce\x78\x1e\xcd\xb8\xb3\x96\xab\x01\x5c\x02\xf5\x30\x37\xea\xf4\xab\x09\x9b\x8c\x9f\xf3\xfe\x79\x4a\x8c\xf8\x39\xf4\x70\x6f\xc0\x01\xcb\x95\x37\xe0\x60\xcd\x66\x7f\x8f\x5a\x8f\x82\x1f\x46\xef\x2e\xf4\x0d\xc6\x1a\xf8\x6d\xa6\xf5\x25\x0f\xc7\xba\x9a\xde\xb1\x8f\x55\x5b\x5f\x20\x19\xe8\xb5\x20\x3b\x0c\x41\x92\x2d\xc2\xce\x22\x68\x52\x1a\xc3\x4e\xad\xd5\x18\xd8\x77\x60\x58\x53\xdc\x51\x6f\xd2\x1d\x9c\x50\xc9\xd4\x64\x4d\x79\x03\x08\x09\xd9\xf8\x3f\x58\x27\xd3\x8f\x61\xfa\xcb\xde\xb9\x07\x8b\x06\xf9\xd0\x64\x20\xfb\x52\xf4\x7f\x72\xbc\x7c\xf2\xd8\x34\xdd\x83\x76\x37\x89\x02\x01\x26\x72\x9b\x96\xc2\x01\x3f\x41\xf0\x73\xb0\x48\x1f\xd2\x07\x31\x2a\x04\xb1\xc8\x4e\x37\x48\x27\x6c\x47\x3e\x50\x99\x81\x3f\x8c\xd2\x25\xf3\xb6\x68\x5e\x72\xb2\x4a\x98\x8f\xf9\x13\xdc\x24\xba\x47\x58\x8f\xa4\xe8\x87\x93\x44\xaf\x29\x9d\xb0\x1e\x59\x6c\x38\x61\x0d\x34\x11\xc2\xa4\x5d\xb3\xe4\x3f\x14\xf6\x6f\xcd\x62\x02\x6b\x46\x64\x49\x90\xac\xeb\x5f\x2c\x56\x87\xeb\x59\x06\xad\xf3\x05\xd5\xcf\x2c\x0e\x62\xef\x8b\x05\x5f\x10\x11\x5f\x43\x30\x54\xc4\x78\xbb\x4e\x88\x2a\xee\xf0\x02\x5d\xb9\x3d\x79\xce\xfb\x07\xc6\x30\x99\x8b\xce\xed\x55\x82\xb5\x04\x04\xb7\x18\x69\xf3\x49\x10\xd2\x80\xf3\x61\x46\x82\x89\x31\xb8\x59\x32\x5f\x58\x62\x66\x2c\x86\xe1\xa6\xfa\xeb\x76\x02\xa3\x55\x07\x10\x33\x6d\xdb\x2f\xe1\x2e\xef\x2a\xb0\x25\x2c\x31\x53\x45\xd6\x4a\xb8\x61\xd2\x72\x77\x4f\x1d\x49\xf7\x47\x52\x13\xe5\xb0\x36\x9e\x12\x5b\x4b\xdc\x58\xcf\x5a\x76\xc9\xb8\x04\xc2\x2a\x88\x22\x4a\x15\x37\x95\x5f\x2e\x71\x63\x04\x8f\x5f\x80\x85\xc6\xfd\xd1\x83\xd5\xfc\x3e\xc3\x8b\xfc\xc2\xd2\x77\x65\x75\x8c\x08\xa1\x55\xc5\xa9\x12\x9f\xd0\x90\xa6\xf6\x3a\xe3\xc5\x6c\xe2\x92\xe5\x94\x00\x58\x22\x4b\xd1\x0e\xbf\x7d\x51\x4d\x51\x1b\x31\x0c\xc3\xbd\xdf\x0c\x92\xf8\xd0\x75\x64\x70\xbf\x2d\x58\x31\xd2\x25\x2e\xf0\x20\xb7\x29\x54\xa5\xa0\x6e\x7d\x50\xe8\x48\x89\x90\xda\xaa\x5c\xd0\x25\x46\xa6\xbb\x07\xff\x00\x3d\x40\x67\x2b\x6a\xdb\x07\x0b\xd4\x11\x42\x9b\xf2\x0d\x0a\x0a\x97\xd6\x2c\x7d\x17\xc5\xef\x43\x0d\xaf\x1f\xe8\xd6\xd4\x14\x11\x2a\x62\xb2\x8f\x89\x27\x9e\x9f\xf3\xc4\x13\x12\x20\xd2\x25\x91\x58\x84\x5d\xd6\x9a\x0c\xea\xe9\x2f\x90\x34\x63\x06\xb8\x4a\x23\x8f\x4f\xc1\x0b\x0d\x90\xe1\x9f\xaa\x7e\xbf\x02\x02\x41\x98\x89\x12\x7f\x4f\x17\xa2\x70\x8e\x72\xa8\x4d\x27\x6e\x64\xbd\x27\x9d\x20\x91\xd5\x51\x93\xfb\x63\xd5\x48\x61\x2c\xd3\x1f\x25\x00\xf3\x93\xcc\xa3\x0e\x0b\x6c\xf5\x7e\xa1\xc0\x17\x91\xfd\x1c\x96\x6b\x77\x58\xc8\x6f\xfd\x7e\x23\x46\x84\x22\x96\xa7\xef\xaf\x11\xc8\x5f\xfd\x02\xf8\x6b\x76\x8f\xe4\xaf\x42\x19\xc4\xb5\x90\x7f\x12\x77\x56\x98\xb0\xed\xda\xc0\x05\x97\x18\x34\x05\xfc\x95\x08\xb3\x6b\x34\x82\x2a\x6b\x7d\x49\x5f\x89\x15\x56\x31\xd3\x58\x85\x15\xd2\xbb\x96\x66\x55\x93\x50\xc5\x91\xeb\x15\xad\xb0\x13\x9b\x02\x68\x55\xf5\x0a\x3e\x56\x55\x4d\xb0\xc1\x4a\x66\x92\x43\x5c\xc6\x4b\xc8\x89\x0d\x46\x1b\x63\xbc\x51\x58\x77\x07\xac\xc1\x67\x3e\xd1\x68\x96\x72\x8f\x30\xa3\x19\xe4\x06\xb3\x99\x69\x08\x81\xbd\xc3\xfb\xb4\x83\xd1\x76\x3f\xc7\xbe\x96\x0b\xb1\xe0\x26\x96\x6c\x6d\x3d\x2e\x29\x2d\x5b\x95\x8a\x2c\xb6\xa3\xd8\xdf\x12\x07\x83\x8b\x75\x3c\xc4\x25\xb8\x65\x5b\x59\xe2\x12\xd4\xb2\x4d\x22\x4c\x91\xaf\xd9\x30\x20\x1e\x21\x66\xb3\x33\xa4\xe7\x24\x55\xb6\x2a\x11\x51\xbb\x71\x98\x1d\xa1\xf6\x55\x4a\x26\x34\xca\x6b\xaf\xb5\x1f\xc7\xab\x2e\x78\x89\x03\xe1\x9a\x6a\xee\x38\xa6\xd5\xdd\xce\x5c\x3a\xa3\x6d\x4f\x8b\xbf\xaa\xf7\x9d\xe5\x69\x0d\xe3\x8e\x80\xe8\xee\x0e\x18\xc1\xe0\x85\x44\x04\x83\xa5\xaf\x88\xec\xd6\xd7\x07\x8f\xf4\x24\xe9\x8d\x55\x00\x6a\xf6\x9c\x10\x7c\x6b\x83\x44\xa4\xf4\x64\x96\x7d\x90\x7f\x0a\xad\x4f\xfc\x80\xe6\xcc\xda\xb6\xde\xbc\x88\xbd\x6d\x5e\x58\xc6\x0f\x24\xbf\xcf\x19\x19\x47\x2c\x7d\x9b\x3c\x00\x69\x51\x13\x62\xc9\xc3\xcd\xa7\xce\x12\x96\x5a\x34\xbf\xba\x98\x56\x23\xdd\x30\x52\x18\x0a\xd2\x5c\x23\x0a\x48\xdb\x3a\x10\x2f\x78\x19\x3c\x47\x54\x94\xb6\xe6\x1f\x2f\x78\xb6\x0c\x23\xee\xcb\x7a\xb7\x71\xad\x8b\x4f\xa9\x0b\x9e\x2d\x53\xff\x85\xdb\x1a\xbc\x7f\x2f\xd8\xf4\xbd\xdf\x97\x64\x94\x6c\x53\x8d\x17\x77\x93\x9e\x4f\xea\x8b\x9e\x10\xab\x9b\x76\x1f\x4a\xb8\xf0\xa0\x18\x69\xb3\xa2\xad\x11\xe7\x80\xf0\xe6\xe7\x30\x51\x7a\x95\x27\x2d\x59\x46\xc9\x0d\x4b\x96\x79\x1e\x2a\x03\x6f\x76\x7c\xc4\x9b\xdb\x4b\x3d\xdc\x8f\x85\x45\x43\x42\x74\xb2\xe3\x22\x22\x4b\x38\x66\x8b\x32\x4b\x78\x2a\xd5\x4c\xfa\x1e\xaf\x1a\xfa\x25\xde\xfb\xf7\x57\xf5\xd6\xb8\xd7\xc6\x1a\x42\xd1\x0d\xb9\x46\x5b\x25\x6d\x4c\xc0\x49\xfe\x61\xb1\x34\x09\xa7\x09\x72\x93\xfd\xd1\x69\xe3\x21\x36\xd4\x86\x84\x2d\x84\x25\xfa\xdb\x25\x36\xa4\x00\x49\x52\xd0\xa5\x10\x20\x2d\xbb\x0d\x47\x8a\x56\x28\x85\xf2\xba\x01\xa0\xa4\x25\x47\xd5\x51\x7e\x72\xde\x24\xb8\xde\x5f\x3d\x91\x98\xaa\xda\xfb\xfb\x32\x81\x92\x20\x84\x6d\x3a\x4d\xd3\x12\xc2\xda\x6b\x62\xb0\xff\xc8\x21\x92\x96\xc8\x35\x74\x72\xa6\x25\x70\xa9\xce\x53\x49\x0c\xcd\x1d\x7e\x0c\xfb\xe4\xab\xcd\x6b\xb9\x24\x30\xa6\xf8\x14\xaa\x16\x62\xe9\x28\x97\xfa\x98\x90\xb8\xe4\xb0\xd1\x92\x22\x0f\x33\x0f\x49\x62\x57\x8f\x89\xb6\x6f\x2d\x64\x82\x69\xd8\xdf\xb3\xf6\xa8\x02\xe3\x4a\x4a\xd4\x64\x64\x45\x4b\x10\xd9\x82\x22\xf6\x4b\x82\x48\x16\xed\x7a\x4e\x4b\x26\xb3\xc7\x20\x21\x21\x69\xb8\x43\x5e\x45\x95\x3c\x24\x79\xa0\xa7\x84\x88\x23\x83\x90\xe0\x79\x16\x97\x4d\x8c\xcd\xd5\xe7\xf9\x51\x5c\xfc\x1c\xc9\x55\x5a\x92\x25\xc0\x59\x80\x4c\x48\x50\xf2\xfa\x22\x41\x49\x32\x74\x42\x7e\x92\x98\x5f\x5a\xc2\x9c\xd2\x34\x4b\x82\x0f\xdd\xb4\x92\x49\x1b\x1e\x09\x91\xd8\xc3\x33\x63\x9a\xa7\x38\x4d\xe2\x1d\x63\xe2\x94\x89\x66\x36\x2f\x06\x32\xa6\xcd\x16\x12\xcd\x6e\xe2\x9c\x89\x56\x35\x13\x63\x81\xff\x4f\x7c\x27\x15\x68\x0c\x1e\x8e\xf7\x24\xbc\x9e\xaf\x6d\xb8\xf9\xf3\x9b\x72\x88\xc6\x83\x07\xdc\x88\x86\x24\x66\x62\xac\x50\x9e\xa4\x4c\x25\x94\xf1\xef\xb6\xb3\xa5\xca\xeb\xdd\x84\x8f\xfa\x54\x88\x17\x7c\xf5\x7d\x15\x47\x49\x95\x5c\xc6\x03\x30\xc9\x73\xf3\x0b\x6b\xbe\xde\x5c\x4b\x10\xb3\x29\x3e\x2d\x39\xac\x2a\xaa\xa9\xa4\xc6\xdd\xa4\xd7\x59\x87\xae\x48\xa8\x49\xb4\xa6\x79\x7d\x10\xd0\xea\x00\x81\x84\x80\x56\x9b\x60\x13\xd2\x63\x7b\x35\x42\x98\xb6\x5c\x36\xff\x80\xb8\x1a\x71\xd5\x84\xa8\x54\x8b\x38\x69\x09\x62\xba\x1b\xa6\xa4\x8e\xec\x14\x6f\x25\xc6\x78\x4a\x74\x4f\x83\x75\xd8\xbd\xb5\x18\xf4\x29\x65\x24\x0d\x04\xc7\xc9\x45\x82\xea\x3e\xd5\x36\xe4\x04\x83\x97\xcd\x49\x69\x40\x19\x69\x1e\x10\xca\x88\x57\x6c\x40\x14\x36\xc4\x83\x92\xbb\x16\x60\x90\x6f\x8b\x80\x06\xe1\x55\x9b\x25\x94\x8b\x54\xd8\xb4\xb3\xcc\x4f\xf0\x1b\xb4\x7b\xb8\x0d\x0f\x7e\xf5\x07\x4f\x21\x67\x81\xb8\xd3\xa5\xef\x17\x3a\xf3\x9b\x34\xe7\xfd\xc9\x43\x13\x90\x2c\x1e\x68\xa3\x7c\x7a\x4a\xd9\xfa\xf8\xda\xe1\x4f\xf3\x3e\x82\x9b\x7a\xf8\x10\xe0\xfd\x21\xc5\x94\x78\x3c\xe2\xaf\xba\x3c\xe0\x59\x6a\x3f\x32\xa2\x25\x98\xdc\x62\xf6\x32\x1e\xf5\x75\xc7\x4c\x49\x07\x53\x9e\x04\xf2\x12\x0a\x9b\xc9\xf2\x64\x29\x79\x89\x1f\x89\x41\xa2\xc9\xd3\x3b\x11\x2b\xe4\x9d\x40\x29\xcf\x6e\xe9\x84\x24\x2b\x8f\x8f\x20\x50\x33\x5c\xd8\xcb\xbc\x8f\xcf\x35\xbc\xf1\x7b\x3e\x25\xc6\x3c\xda\x3a\x52\xbc\xcd\xe8\x11\xee\x26\xa2\xeb\x91\xb3\xfd\x06\x89\xc0\x7c\xef\xe2\xf5\x5b\xc2\xe6\x45\x46\x21\xa2\x40\x8c\xa7\xe3\x14\xd2\xf5\x08\xde\x7e\xe1\xc9\x13\xd5\x9c\x10\xe5\xe9\x04\x8e\x92\x68\x2f\xf3\x19\x74\x91\x52\xd5\x25\x85\x3c\x2b\x65\x69\x3e\x7e\x3a\xf5\x30\xe3\xf7\x57\x51\xfa\x68\x49\x33\xbd\xae\xfe\x29\x69\xc9\x80\xba\xd4\xb5\xa4\x59\xbe\xbf\xba\x19\xc1\x92\x08\xbb\x71\x34\xfb\x7a\xd9\x4f\xd7\x31\xe2\x43\x66\xee\xeb\x65\x0f\x7c\xac\xa6\x07\x5a\x7b\xd2\xc7\xe5\xbc\xbe\xbf\x6c\x4e\x4e\x13\x2c\xd1\x60\x81\x25\xea\x5b\xa4\x8f\xc9\x3b\x91\x96\x58\x69\xa5\x0e\x35\xb8\xba\xb9\xeb\x92\x31\x95\xd1\x52\xd2\x0d\x88\xb4\xaa\x37\xab\xbb\x78\x55\x6f\xd6\x4b\x32\xb3\x5b\x12\xa6\xc3\xb3\x12\x12\xc2\x2c\x93\x2d\x11\xb2\x9b\x13\xd2\x36\x67\x63\x21\xea\x7f\x0d\x2d\x68\xde\x96\x6e\xa6\xc1\xf2\x96\x57\x73\x53\xb3\xae\x66\x55\x13\x5e\x88\xe1\xb7\x97\x34\xaa\xa5\xca\x4b\x1a\x55\x61\xd0\x92\xb7\xa5\x5d\x47\x7f\xbc\x84\x73\xb1\xd4\xbc\x2d\xde\x20\xdb\x6f\x5e\x92\xeb\xd0\x56\xc9\x30\xe8\x25\x3f\xbd\xd7\xcb\x1a\x37\x40\xda\x13\x48\x4b\x6a\x1d\xa2\xb0\xbc\x84\xd6\x91\xfc\x94\xcc\xdd\x50\x04\x46\x0a\x4b\xe8\xcf\xa8\x6a\xf5\x12\x3e\x33\x52\xc1\x1c\xc5\x98\x03\xc4\x6c\x89\x3e\x39\xb0\x9e\x4c\xf3\x0f\x07\x88\xda\x1f\x9c\xf8\x40\xa8\x80\x09\xd1\x07\x50\x46\x75\x19\x55\x27\x2f\x19\x26\x44\xc7\x81\x66\xba\x82\xc5\x48\x70\x0d\x64\xa8\xdd\x33\x8c\x8c\xeb\x35\x0e\x96\x08\x5b\xed\xc0\x41\xcd\xb6\x1a\x5f\x3d\x20\x92\x60\xf8\x7d\x64\x11\xbd\x3a\x24\xc8\x6e\xc3\x4f\x2c\xa2\xcd\x4b\x00\xae\x71\xf3\x73\x40\x2c\x66\x95\x21\x10\x87\xd7\xf8\x84\xd8\xe3\xc3\x4c\x2e\x32\xcd\xc8\x6d\xab\x8e\x59\xcb\xc8\xe4\x77\xa8\x69\x86\x97\xd9\xa1\xab\x99\x35\x1a\x55\xaf\xaa\xe4\x44\x7f\xbe\xd6\x20\xb1\xb4\x8b\x36\x46\x5e\xf2\x71\x55\x31\xc5\x92\x61\xb2\x0c\xe1\x47\x67\x49\x4e\x84\xdf\x1f\x73\x85\x3d\x3a\xe0\x35\x89\x40\x78\x76\x60\x6b\x4e\x5c\x61\xb7\x69\x3e\x94\x41\x94\xf7\x37\x39\x74\x39\x67\xba\x05\x34\x20\xc4\x6b\x87\xfa\xe6\x4c\x70\x05\x1d\x13\xfe\x8d\xd0\xcc\x5b\x6a\xb5\x00\x10\xb0\xed\x9c\xc9\xc8\x7b\x73\xa8\x30\xaf\x8b\x72\x68\x74\xce\x4f\x5d\x13\x7f\x70\xd2\xe0\x29\x90\x33\xef\xa2\x49\xfe\x81\x30\x7a\xca\xc8\xc4\xf7\x92\x15\xd0\xa4\x78\x68\xae\x48\xbd\x91\x94\x93\x91\x29\x96\x25\xd5\x64\xd4\x4a\x4b\xde\x15\x10\x7c\xb3\x74\x6d\xdc\x5f\x55\x73\x71\x7f\xb0\x59\x7b\x3e\x15\x26\x62\x1d\x90\x19\x2e\xe4\x9c\xfd\xbc\xf3\xaa\x61\xb5\x59\xf1\xac\x79\x80\x9d\x3e\x3b\x41\xc0\xdc\x32\xb3\x0e\x48\xce\x39\x7b\x06\x94\x9c\x25\xca\xe6\x25\x2a\xbf\xdc\xd0\xb9\xc1\x8e\x64\xa2\x6d\x2c\xeb\xa0\xf7\x21\x4b\xfb\x20\xe1\x8d\x5c\x8e\x5c\xcc\xc8\x35\xcb\xee\x9f\xb9\x66\x66\x5d\x74\x4c\x4b\x86\xc9\x74\x4c\xeb\x78\xce\x74\x4c\x7b\x51\x1b\xb2\x8f\xcc\x1c\x99\x5b\xd6\x3d\x5f\x24\xcf\xbd\xe6\x0b\x57\x8f\x97\xb8\xc1\xab\x98\xdc\x06\xbc\xe6\xbd\x28\x8e\x60\x83\x41\x66\xfa\x98\xf9\x3a\xd3\xc7\x7c\xde\xc0\x62\x6a\xa9\x33\xb3\xee\x8d\x7d\x88\x99\xf9\x62\x52\x86\x32\x1c\xe1\xd9\x27\x14\x8a\x25\x64\x9f\x14\x4c\x07\x33\x9f\x43\x4d\xd1\x64\x04\xa3\x3a\x42\xce\x6e\x4f\xd6\xd9\x50\x9b\x7c\xc9\x44\x09\x8b\x6c\x92\xcc\x87\x42\x96\xaf\x28\xb7\x0c\x4f\xba\x8a\xc2\x95\xe7\x3e\xb4\x6e\x94\xd0\x42\xbb\xf9\xf4\xc2\x65\x04\x76\x49\xf2\xc2\x34\x1b\xa9\xf2\xa0\xfa\xe6\x7d\x03\xed\x22\x9b\x2a\xa1\x4d\x24\xf3\x56\x78\xd3\x6b\x34\x52\x06\xaf\x11\xf5\xf9\xb3\x93\x0c\x85\x45\x14\x52\x68\x12\x0c\x33\x2b\x29\x98\x2c\xf7\x07\x08\xcd\x71\xa7\x4e\xe7\xbd\xbb\x23\x21\xca\x84\x0a\x7d\xc2\xf1\x51\x99\xd7\x71\xca\x38\x98\x69\xd3\x7d\x7d\x3f\x58\x0d\x41\x6d\x68\x48\xb2\x6b\xe7\x9d\xd5\x12\xdc\x1f\xdc\x35\xde\x58\x3b\xcb\x15\x08\x27\x4b\x95\xa8\xb6\x2f\xf1\x8e\x39\x1b\x27\x50\x3b\xb4\x5a\xea\xca\x07\x6f\x98\x13\xc4\x70\xe8\xe7\x60\x66\x03\x87\xbe\x23\x34\x32\x0b\x85\x75\x2f\xfc\x01\x9d\xd0\x5b\xed\x80\x4e\xe8\x65\xe5\x85\x2b\xf9\x27\xd5\xa5\x4b\xe6\xf5\x40\xdd\x1b\x83\x19\x70\xcd\xbd\x13\x1f\xee\x1d\x3a\xb3\xc9\x92\x19\x71\xc5\xdf\x03\x1f\x66\x0c\x4c\x90\x93\x49\x82\x85\x51\x9d\x06\xf1\xdc\xb8\xe7\xe3\x98\xba\x8f\xdc\xdc\x99\xc5\x25\x4c\xa4\x4c\x90\xf3\x71\x46\xfb\xb6\xc2\x2d\x78\x61\x9f\xbd\xda\x99\xf6\x6e\xa3\xf7\x64\x98\x99\x17\xfc\xa4\x97\xd9\x10\x31\x64\xb6\xbf\x3e\x81\x59\xc7\xdb\xe0\xbc\x81\x22\x2d\x31\x33\xe0\xba\x79\x01\x53\xda\xcc\xdc\x58\xf2\xb2\x59\x42\xbd\x88\x24\xbd\x30\x79\xd3\xa7\x3a\x98\x48\xcf\x31\x11\x4e\xba\xc4\x34\x83\x49\x9f\xa5\x4f\x3c\x28\x2b\xd1\x27\xd0\x44\xbe\x8e\xb1\x38\xe1\x03\xf4\xae\x98\xc8\x66\xf1\x79\x32\x91\xaf\x63\x90\x27\xf2\x75\x8c\xc5\x09\x33\xa4\x77\xcd\x44\x3e\x92\x51\x32\x61\x47\x30\xd5\x33\xc5\xcd\x54\x33\x59\x61\xc4\x07\xda\x0d\xa7\x9f\xb7\xed\x8d\x38\x1b\x93\x11\x74\x95\xe8\xf3\x87\x09\x69\x26\x93\x1b\x13\xf0\xb2\xdf\x70\x49\xbe\xda\x98\x90\x2c\x6d\xf9\x46\x7e\x90\xb6\x71\xd9\x80\x61\x8d\x5f\x58\x8c\xd8\xc9\x1d\xa8\x5a\xdb\x54\x7a\xb8\xa0\x68\x6d\x53\xc1\xe3\x52\x90\xcf\xa6\xf2\x7d\xa5\x30\x9f\xad\xf8\x79\xc3\x04\xaa\xda\x08\x6a\xc9\x6e\x03\xc3\xe2\x03\x05\x91\x07\xba\xc1\xa6\xa0\x04\x6e\x53\xa5\xe3\x82\x3b\xd6\x9b\x77\x7d\x61\xa0\xaa\xee\x7a\x28\x85\x26\xf7\xe2\x01\xa0\x10\xcb\x06\x82\x5b\xd9\x63\xf0\x84\x03\x56\x20\xfb\x39\x69\xcc\xcf\x59\xcc\x52\x4b\x50\x98\xf3\x66\x8c\x30\xa7\x2d\xb9\x03\x5e\x14\x91\xfc\x02\x40\xd2\x91\x57\x02\x6b\x90\x8a\xea\xca\xa3\x4c\xb8\x8b\xc8\xfa\xa1\xc6\xca\xd2\x1e\x5c\xfb\xbe\xa0\x86\x6f\x0c\xe2\x26\x25\x3e\x63\x6a\xd6\x11\x01\x1c\x62\xcf\x25\xd2\x34\xf4\x1a\x62\x11\x4a\xdd\xfc\x01\xec\xe7\xc3\x23\x4e\x3c\x77\x07\x37\xda\xa2\x0b\x24\x96\x99\xdb\x96\xa5\x2e\x44\x15\x89\x2a\x25\x21\xe5\x46\x82\x05\x6a\x0a\x47\xbb\x2e\x70\x85\x7d\xf3\x09\x58\x90\x67\xa6\xeb\x55\x0b\x4a\x0e\x37\xf3\xbb\x92\x00\xb1\xe9\x62\x29\x13\xd1\x01\x86\x25\x21\xc7\x48\x82\x13\x2a\x14\xfb\x2e\xcc\x82\x3b\xf2\x9b\x2d\x82\xb8\x4d\x34\xa9\x66\x4c\x61\xbd\xe2\x66\x33\x48\x61\xde\x9a\x04\x97\x82\x2b\xba\x6d\x7e\x2f\xcc\x5b\x93\x64\x56\x32\x72\x88\x7e\xe6\x8c\x29\x8c\x79\xf5\xe8\x19\x09\x46\x9e\x2d\x82\x2b\x6a\x29\x7e\x01\x21\x41\x62\xce\xe5\xb9\x31\xb2\x7b\x78\x38\xff\x25\x47\x15\xa6\xb9\x0d\x77\x80\xf5\x6d\x6e\xc3\xd9\xff\xfa\x9e\xeb\xab\x19\x14\x80\xaf\xf3\xaf\x30\xcd\x4d\xf2\x06\x8a\x35\x37\x9f\xf7\xbc\x7b\xb5\xfb\x80\x44\xf1\xe6\xa8\xf2\x4b\xa5\x20\xfc\x42\x65\xb7\x4a\x29\x0d\xf8\xf4\x73\x12\xa4\x07\x78\x44\x7b\xcd\x18\xd1\xaf\xaa\x63\x56\x70\xcf\x7f\xf4\x89\x86\xd2\xcf\x51\x25\x07\x4b\x61\xda\x9a\x8e\x27\xdc\xe9\x1f\xed\x44\xc7\x95\xfe\xd1\x01\xaf\xb8\xd1\xdf\xb5\x29\x0b\x2e\xf4\x8f\xc5\x18\xa4\xb6\xa2\x12\x72\xa5\x30\xde\xc2\x14\x82\xcb\xfa\xcb\x8b\x99\xb2\x1e\x6f\x32\x52\x1b\xaf\x38\xf3\x2e\x78\x42\x28\xcc\x6e\x1b\xac\xc0\xde\x86\x0c\x99\x78\xf1\xdb\x46\xa7\xaf\x66\xd9\x70\x47\x7f\xf3\x98\xd7\xf7\x57\xcf\xaf\x21\x41\xe7\x26\x9c\xa5\x30\xf4\x6c\xa8\x99\x9a\x66\xf6\xd8\xe1\x81\x34\x59\x23\xe4\xc2\x89\x36\x05\x21\x17\x9b\xf7\xe5\x52\x20\x92\xc3\x1e\x4b\xa7\xf9\xcc\x0c\x7b\x29\x0c\xc9\x31\x1e\xa5\x23\x39\x70\xf8\x03\x44\xb1\x18\xe2\x0e\xdf\x4e\x73\x1b\x00\x7b\x19\x91\xc9\x96\x4d\x57\x08\xbc\xdd\x5e\xfd\x4d\x3c\xf7\x78\x88\x92\x36\xd9\x30\xc2\xe3\x75\x22\x0d\xfa\x5c\x85\x51\x24\xaf\x65\x73\xb2\x81\x64\x30\xd3\xc1\xd2\x27\x92\x9d\x3b\x05\xc9\x6c\xd9\x9c\x88\xc9\x6b\xe6\x34\x4c\x5e\x33\x99\x30\x79\xcd\x9c\x71\x70\x05\x05\xc0\x80\x1b\x5f\xb6\xad\x32\x6e\xbc\xaf\xef\x97\xee\xd0\xb3\x39\xf3\x0e\x1f\xb1\xfb\x67\xf2\x9a\x39\x01\x3c\x11\xd9\x1b\x0f\x65\xd8\xac\x62\xa2\x76\x79\xcf\xe6\xec\x3b\x16\xac\xfa\x39\x16\xcc\x9c\x62\xa7\x4d\xba\xf8\x05\xae\x98\x00\xda\xb1\x62\x66\x66\x48\x96\xdb\x5e\x1d\x20\x1b\xcf\x24\xb9\x93\x15\xeb\xfd\x83\xa9\x57\x3e\x0b\x0e\xc4\x57\x7a\xc6\x07\x68\xd2\x32\xc0\x41\x9a\xf4\xfb\xcf\xfd\xcb\x9a\xd1\x01\x90\xcd\x1a\x1e\x69\xdf\x53\x3c\x18\x20\xed\xe3\x10\x09\x72\x8e\x58\x2c\xbc\xc5\xc2\x66\xde\xc2\x04\x38\x63\xfd\x44\x46\x9f\xe7\x78\xf2\xca\x37\x1f\x58\xc8\x88\xb3\x3d\xa9\x9c\xa8\x61\x66\xa8\x99\x21\xe7\x7d\xc0\x0c\x38\x6f\x7c\x64\xc0\xd9\xbe\x54\x96\x40\x9f\x4a\xf9\xd9\x79\xc3\xf4\x38\x83\xc3\xf4\x38\xd3\x20\x2e\x7e\x7f\x9d\x86\x27\xa3\xd9\x3d\x39\xa4\xff\x59\x84\x39\x09\xbd\xbe\xbf\x08\xbd\x26\x8b\x64\x39\x6b\xab\xb8\x45\xda\xb7\x1f\x96\x72\x25\x3c\x17\xb0\x17\x81\x17\x70\x57\x41\x5b\xf3\xbd\x90\x14\x62\x9a\x66\x71\x8c\xee\x09\xd1\x73\xa2\xa2\x8c\xa5\x5c\x03\x10\xb8\xbd\x03\x5d\x1e\x81\x18\xf0\x73\x64\x74\xfa\xb4\x41\x76\xdd\x8b\x68\x11\x66\xdc\xab\x45\xb2\x27\x9a\x46\x53\x9a\x00\xd9\xeb\x3d\x09\xb2\x3a\x40\xee\xdc\xeb\x44\x67\x2c\x8d\x54\x95\xb2\x54\x91\xe8\x15\x5a\x9a\x48\x2a\x96\x11\x11\x6a\xf3\xda\x54\xbc\xae\x62\x78\x09\x26\xaf\x42\x30\x0e\x27\x26\x68\x41\x17\xe5\x34\x5c\xe8\xb6\xf0\x5a\x6e\x17\x29\x2d\xb8\x96\x7b\xd8\xc4\x59\x6e\x96\xf3\xf6\x91\x79\x23\x87\xd1\xcb\x70\x23\xdf\xcf\xcb\x7a\x23\x1e\xc8\x48\xbd\x91\xdf\x67\xde\xcd\xdb\x49\x87\x0f\x87\x1b\x0e\x4a\xf3\xca\x9b\x0e\x4a\x3f\x47\xc2\x9f\xe9\xf2\x46\xc2\x9f\x36\x4d\xdd\x36\x3c\x2f\x6a\x07\xf4\x57\xd5\x8e\x68\x77\xb5\x91\xd0\x28\x4e\x51\x11\x08\xed\x5a\xc1\x05\x37\x2a\x24\x95\x7d\x2e\x75\xa9\x2b\xc9\x89\x52\xb8\x75\x3c\xe9\xf6\xd0\x52\x37\x02\xe0\x36\x26\xa8\xe3\xb2\x06\x4c\x50\x54\x50\x91\x25\x57\x5d\x70\xa1\x06\xce\x50\x13\x08\x48\x51\xd4\xe9\x52\x97\xb6\x91\x6c\x75\xc7\x85\x0e\xc3\x9e\xeb\x1a\x38\x61\xf7\x87\x25\xe9\xfe\xfe\x40\x5b\x18\x09\x9c\xb0\xdf\x47\x16\x69\x77\x7f\x93\xae\x15\x7f\x80\xc4\x58\xd1\x59\x85\x6b\xa4\x46\xe9\xd4\x35\x32\x34\x4f\xae\xa4\x1a\xe9\x29\xf0\x18\xbc\xbd\x48\x25\xd7\x0a\xaf\x59\x2f\x2a\x62\x5d\x6a\x44\x32\xac\xce\x9c\x1a\x91\x55\x69\x2c\x44\xe6\x27\x7a\x1d\xe0\xee\xd8\x7c\x2a\xf3\xa2\xf6\xe2\x74\xd9\xba\x14\x98\xec\xa0\x8c\x9a\xe8\xc9\xd6\x07\x89\x39\x92\x9e\x43\x42\x8e\xa4\x01\x47\x31\xfb\xcd\xb6\xd9\xba\x54\x92\x6c\xbb\x61\x65\x85\x78\x97\x76\xa8\xac\xde\x67\x59\x03\x77\xc3\x67\x67\xdd\xd7\xf4\x80\x21\x72\x48\xc8\x16\xf5\xea\xb3\x5c\x9f\x0f\x73\x5e\x26\xbf\x59\x5c\xaa\x4b\x4f\xc9\x76\x21\xd7\xcc\xec\x40\x53\x64\x66\x48\x9d\xf7\x04\x1c\x19\xdb\x6b\xde\xf0\x64\xbc\xd2\x0f\x6a\xe6\xf1\xe8\x17\x98\xf5\xda\xfd\x02\x01\xf3\xbe\x81\xfa\xb1\xa5\x1f\x15\x6a\x2e\x35\x13\x6c\x13\x21\xf3\xf2\x6c\xa6\xae\x74\x6d\xb8\x10\x0d\x2e\xc0\xcf\xb6\xb3\xd7\x4c\xb3\xb0\x51\x59\x58\x7c\xdf\x5d\x20\xa6\xa8\xa9\xa2\x7f\xa9\x4b\x23\xc9\x36\xe5\xd7\xc2\xfb\xa7\xe5\xb2\xab\x4b\x03\xc9\xb6\xfb\xd6\xf2\x40\xa9\x41\xcb\x40\x30\xa2\x3f\x78\x96\xcf\x5f\xb0\x1c\x90\x94\xc6\x5a\x98\x8c\x22\x5b\x73\x45\x94\x77\x70\x44\x21\xef\xed\x7f\xa5\xe2\xd6\x8a\x34\x59\x93\x7e\x7d\xdc\x6a\xea\xb3\x22\x4d\xb6\xba\x8d\x4c\x58\xe9\xfe\xb5\xd2\xf1\x24\xd7\x5f\xad\xc8\x84\xad\x1e\x01\x60\x54\x3f\x47\x66\x96\x2c\x26\x75\xe9\x2d\xd9\xa6\xc2\x5a\x4f\x3c\x77\xfb\xe2\x00\x5a\x9c\xfa\xa4\xdc\xf8\x8d\x1b\x5f\x08\xc8\xf6\x40\xad\x05\x6f\x88\xa2\xae\x6e\xd3\xb9\xa6\xe3\xba\xb6\xc7\xbb\x26\x34\x34\xec\x46\x53\x5c\x5b\x9b\xef\xc5\xf7\x1a\xf3\x7f\xcd\x75\x1a\xa1\xd6\x24\x1b\x17\xcf\x1d\x3e\xbe\x25\xff\x40\x87\x5b\x71\x0f\x8c\x29\xdc\xfc\x06\xe0\x2c\xde\x5b\x28\xd6\x17\xac\xf2\xe1\x6a\x9c\xe2\xc2\x14\x15\x85\x3d\x82\x95\xc6\xda\x99\x32\xec\xbd\x85\x7a\x7d\xc1\x31\x2c\xb5\x3f\x11\xae\x1a\x15\xd5\xaa\x5d\x2c\xa4\x76\xa6\x10\x7b\x37\x2e\x8d\xaa\xb8\x5a\x46\x7d\x2e\x34\xf7\x02\xb3\x46\x9f\xe3\xdf\x6a\xe7\xa5\xaa\xd9\x5d\x4c\x44\xd1\x7a\x4c\xa4\x42\x9b\x28\x07\xe1\x12\xe0\x83\x45\xee\x4c\x23\x83\x60\x98\xcb\x0c\xd4\xd8\x36\x8d\xc0\x89\x12\xdf\x5d\x74\x66\x2d\x6b\x4c\x44\xbd\xc7\xf7\xa0\x3b\x7f\x70\x1f\x27\x7f\x10\x60\xa8\xc5\x17\x5f\xa0\x0f\xd6\x3f\x92\xb5\xaf\xa2\x80\x75\xae\x26\x7e\x06\xc3\x47\xd3\x01\x2f\x66\x77\xc1\xa1\xba\xf4\xa1\x92\xbd\x64\x3b\xa2\x38\xcd\x71\xe1\x19\x89\x4e\xcd\xa9\x70\x8d\x44\x55\xb4\x2c\x15\xbe\x91\x98\xbd\x03\x71\xcd\x4e\x74\x3a\x25\x2e\x48\x2a\x96\x4e\x2b\xbd\x23\xce\x6f\xac\x74\x87\x38\x34\xab\xc2\x1f\x12\xed\x70\xa9\xf0\x87\x44\x7b\x70\xea\xd2\x72\x4a\x7d\xbd\x50\xf8\x82\xa6\x85\xe8\x2b\xdd\xc8\x5f\xea\xd1\xd0\x16\x7a\xa1\x05\xf5\xf2\x7a\xe1\xc4\x0b\xee\x80\xd7\xdd\x99\x8e\x96\x92\x53\x1c\xde\x5c\x97\x92\x53\x1c\x95\x5f\x97\x8e\x53\x1c\xa7\x59\x11\x95\x9f\x54\x6a\xbe\x54\x04\x6c\xa5\xe0\x83\x1d\xf7\x10\xa7\xe0\x53\x77\xa9\x39\xbe\x7d\xa9\xd4\xa5\xe6\x14\x87\xa4\xd7\xa5\xc9\x14\x07\x06\x57\xf8\x31\x92\x7d\xc8\xf5\x44\xea\x7a\xfb\x51\x55\x81\x0a\x1f\x47\xb2\x7f\xb7\x5e\xb8\xb6\xc2\x6b\x8d\x7c\xc6\x64\x8f\x73\x65\x48\x57\x91\xdd\xaa\x22\xa6\xab\xbb\x18\x50\xbd\x98\x2a\x2c\xa4\x2d\xcd\xa3\xbf\xde\x47\xb8\x90\xe6\x0f\x3d\xe3\xd5\x3d\xe2\x6e\x3c\x3c\xc3\xac\x85\x1d\x54\xf0\x30\xbe\x59\xa7\xdb\xa4\x8a\x5c\xc6\x57\xe9\xa6\x8a\x5c\x46\x67\x99\xd5\xc9\x5b\x0a\x44\x33\x93\x41\x0a\x7e\x8e\xa0\x04\x63\x1f\x85\xbb\xc3\xeb\x7d\x9e\xd3\x3e\x33\x27\x8a\xdb\x7b\x39\xe6\x73\x4e\x0b\x02\x68\x1d\xae\xf0\x56\xa9\x74\x38\xc7\x1d\xd7\x7c\xd5\x6c\x3e\x71\xa3\x1a\xab\x99\xc0\xfd\x5c\x57\xa0\x36\x2f\x73\xb1\xc8\xce\xcb\x9d\x9b\x37\xdb\x4d\x57\xdb\xa7\xdd\x36\x86\xc0\x89\x44\x1a\x6a\xec\x39\xd4\xac\x6d\xb0\x25\x2b\x56\xa7\xc1\x27\xa1\x0b\x45\x4a\x63\x36\xa4\xd0\xdc\x50\x55\x4f\xd7\x91\x94\xb6\xd1\x24\x35\xd4\x86\x05\x47\x1c\xa5\x2d\x19\x7e\x38\x3a\xa9\x05\x8a\xbf\x0a\xcd\x6a\x4b\x88\xf7\x8d\x0c\x05\x17\x9b\x65\x87\xd3\xb6\xf0\x08\x1e\x1a\xe1\x89\x77\x92\x2c\xd3\x9e\xe2\x16\xaf\x2e\xe9\xbd\x2b\xee\x63\x32\x21\x30\xe9\x87\x45\x5b\x72\x78\xb6\x88\x9c\x4d\xf1\xb0\x16\xfb\x22\x4c\xbd\xbd\x24\xf2\x21\x47\x57\x8b\x8c\xe8\x15\x4a\x97\x3c\xee\xd4\xb4\x16\x41\xd5\xee\x1b\x95\xc4\x87\xbf\x5e\x5a\x92\x38\x59\x43\x6c\xbe\xf8\x52\x63\xa4\xd1\xeb\xf5\x25\xaa\x0f\xed\xd1\x96\x50\x58\xdc\xc8\x60\x68\x90\x21\x81\x10\xdd\x87\x41\x87\x10\xad\xfb\x67\x4b\x83\xad\xbf\x3b\x4e\xb6\x31\x16\xc8\xd8\x64\x2c\x90\x64\x8b\x96\x79\x33\xa1\x8e\xe0\x06\x11\xba\xda\xfd\xd0\x9e\xeb\x3f\xdc\xa6\x19\x54\xca\x43\x83\x45\xdf\xc1\x3c\x0d\xe9\x92\xce\x5e\x6c\x0c\x07\x7a\x0d\x79\xe0\xb9\xdf\x47\x44\xdb\x6b\x8a\x10\xca\x5e\xdf\x13\x46\xc1\x0c\x81\xd9\x09\xfb\x0d\xf2\xb2\x6e\x51\x2f\x0d\x21\xf9\xae\x3c\xd8\x50\x25\xdb\x21\x0c\xad\xf0\x92\x2d\x13\x35\x2f\x62\xb2\x9d\xb3\xf1\xe2\x40\x55\x0c\x2d\x8d\x77\xec\x3b\xac\xbe\x51\xd6\x35\xdd\xa3\x12\xb5\x53\xf4\x1b\x02\xe9\x6d\xc9\x6c\x90\x64\x5f\x23\x30\x8e\x5e\xb7\x5f\x97\x56\x11\x88\xe1\x9d\x0d\x93\xbc\x4d\x97\x8d\x77\x3b\xca\xa0\xd1\x18\x3e\x54\xfc\x3e\x82\x4f\x8a\x27\x80\xe8\x19\x89\x13\x0d\xd1\x42\x59\x52\x4e\x6b\x88\x35\x91\x02\xd0\x10\x2d\x94\x25\xb1\xb4\x86\x00\xa8\xfa\x93\xeb\xd3\x4a\x43\x59\x6a\x67\xef\x37\x48\xb0\xb6\xd4\xb7\xf6\x78\xc7\xfd\x03\x66\x5f\xdd\x86\x85\x67\xf3\xec\x00\x4d\xf5\xec\x78\x07\xae\x0e\x93\x06\x71\x35\x77\xc3\x8b\xe2\xd2\xce\xef\x6f\x90\x4e\x2d\xb7\x37\x08\xa7\x36\x15\x37\x54\xb9\xe8\xce\x24\x68\x90\x2c\x8b\x53\xc6\x5a\x67\x58\x84\xe6\x84\xbb\x50\x1c\xfe\xda\xfa\xc3\x86\x84\x32\x14\xc6\x70\x30\x6e\x1b\xcf\xc5\xfb\x82\x92\xf1\x3b\xd2\xd3\xdb\xe0\x35\x1a\x6e\x17\x14\x93\xd1\x08\x2c\x7d\xe1\x39\x23\x58\xc7\x51\xc6\x0d\xa9\x00\x0e\x06\x6e\xa8\xff\xec\x08\xe6\x86\xd4\x4a\x87\x21\x37\x96\xc6\x70\x84\x6e\x5b\x42\x67\x75\x80\x70\x63\x69\x0c\x29\x6c\x8d\xb7\x61\x3a\x6b\xb5\xed\x3c\x85\x35\x23\x06\xf3\x48\x40\x68\x3b\x32\xab\xcd\xbf\x10\xca\xe3\xe8\xe5\xc6\x9b\xfd\xda\xeb\x07\xde\xa7\x21\xb5\xa3\xed\x4f\x82\xcd\xa7\x0d\xd9\x70\xbc\x18\xd8\xc1\xab\x65\xcd\x33\x0f\x84\x0b\xf9\xc8\x3b\xe0\x50\xf6\x9c\x0e\xb8\xe5\x0d\xd4\x92\x0d\x5b\xf4\x2a\x1c\xf0\x61\x7b\xeb\x22\x1c\xa6\xe4\xee\x01\x50\xa9\xd4\x84\x70\x20\x7d\xd2\xa4\xc5\x1b\xe7\x2c\x4a\xb4\x03\x91\x08\xc6\xd2\x09\x3f\xbc\xe4\x82\x76\x22\x12\xe2\xf5\x1c\xa5\x58\x3d\x23\x04\xc0\x14\x67\x1f\xb7\x13\x20\x99\x39\x9c\xf0\xcb\xcb\xa4\xd0\x78\x3f\x7a\x35\x92\x58\x2e\xc3\x58\x3c\x09\x82\x47\x24\x96\xdd\x01\xb2\x6e\x4d\x79\xa8\x8e\x11\xfd\xfd\x85\xc8\x01\xa9\x1e\xed\x42\xa0\x80\xbf\xbf\x10\x2a\x51\xfd\x7e\x23\x0e\x05\xc1\x75\x22\xad\x57\x13\x78\x2e\x3e\x36\x7f\x62\x89\xb7\xd7\x29\x82\x68\xff\xea\x83\x6c\xc9\x87\xd1\xc5\x2d\xda\x44\x26\xd3\xeb\x39\x7c\xa2\x26\xbd\x99\xf0\x5c\x03\x4c\xf8\x44\xcd\x82\x70\xf1\x4b\xb7\xa4\x33\x79\xac\x0d\x0f\x80\xac\xc2\xd7\x80\x48\x1c\xf3\x31\x86\xa0\xfe\x6e\x51\x6a\x22\x8d\xd0\xbb\x19\x61\xfd\x16\x87\xdb\x7c\xee\xad\x16\x92\x6f\xa4\x66\xf9\x9c\x42\xc0\x8c\x93\x60\xda\x1d\xd1\x81\xdb\x80\xc8\xdb\x1b\x25\xa0\x5f\xbb\x17\xd1\xfe\x2e\xdb\xd2\xee\x8a\xe7\x1e\x0f\x6e\xe9\xd7\x78\x1d\xcf\xfd\x3e\x64\x43\x13\x11\x02\x72\x74\xb3\x57\x69\x37\xfd\xee\x7e\x4e\x04\x78\x3e\x44\x80\x10\xf4\xe4\x07\xa8\x43\x5c\x04\xdb\xcc\x8f\xfa\x46\x80\xa3\xda\x11\x03\xfe\xa8\x52\x67\xdf\x18\x7b\x3f\xdc\x1b\xd0\x21\xe6\xd6\x37\x78\xe9\x83\xdb\xf0\xd2\x4b\x0a\xec\x10\x95\xed\xf6\xea\x1b\xd1\x51\xd5\x46\xf8\x8e\x76\x6d\xdf\x80\x0e\x81\x8b\x5b\x6c\x7d\xa3\x52\xe9\x08\xdf\xb1\x3a\xd7\x37\xa0\xe3\x05\x3d\xe9\x41\xef\x07\x2e\xbf\xe6\x13\x22\x37\xb1\x26\x80\xfb\xf8\x9c\x63\xd2\x11\x7d\x33\x2c\xe8\x74\x5c\x23\xe3\x74\xfc\xbe\x44\xe7\x9e\x45\xb1\x3d\x40\x78\x7f\x8d\xb0\x84\x77\xbb\xbe\x7a\x80\x3f\x59\x5b\xa4\xb3\xda\x88\x03\x3f\xfa\x12\x9c\x93\x3d\x4d\x3d\x06\xb4\x35\x00\xcd\xe1\xd6\x60\x7a\x4c\xe8\x51\x38\x8b\x70\x28\xbf\x3a\x24\x89\x0a\x87\xf1\xd9\x74\x82\x39\x36\xbc\x90\xd5\xee\x68\xfb\x39\x41\xf6\x80\x70\xd0\xbe\xbe\x27\xc8\x1e\x00\x31\x03\x26\x8a\x08\x90\xa3\x27\x08\x0f\xb4\x38\x6d\x4f\x64\x74\x42\x51\x02\x40\x26\xd1\x44\x80\xb4\xa8\x09\x44\xe6\xfe\x12\x3c\xce\xda\xc3\xb8\xd9\xb8\x67\x13\x59\x02\x3c\x26\x8a\x04\x78\xbc\xe6\x89\xa6\x3c\x09\xab\x3d\x61\x4d\x5f\x6d\xb8\x2f\x8d\xc1\x84\xa0\x07\x53\x5d\xe6\x9d\xc6\xd2\x40\x3a\xef\x89\x76\xb6\x6c\x87\xb8\x5e\x36\x89\x25\x3d\x13\xc7\xc2\x11\x2a\xcf\x39\x9f\xa2\x67\xf8\x17\x75\xde\xf5\x8c\x0a\xab\x3a\x60\x7b\x86\x7f\x51\x07\x68\xcf\x9c\xa2\x9f\xa3\x82\x8e\xd7\x74\xc9\xef\xc3\xb6\xc8\x5e\xe8\x5e\x74\x1b\x77\xdc\x55\xb7\x51\xe3\xc1\x1b\xb3\x20\x75\xdf\x00\x95\x82\xfe\xdd\x86\x7b\x59\x87\x5d\x2f\xf0\x37\x8a\xef\xf6\x42\xf8\xdc\x1f\xe1\x13\x3e\x96\xf4\x3f\x9c\x7f\xd2\x71\x8b\x4d\x6f\xaf\x0e\x09\xa0\x00\x2e\x70\x21\x17\x7f\xc0\x80\x2b\xb3\x8e\x4a\x88\xf4\x42\x05\x44\xde\x98\x95\x5a\xb4\x9f\x13\x22\x61\xbc\xd2\x41\xee\xf6\xa0\x5d\xc0\x3f\x60\x49\x74\x3e\xf7\xa7\xcc\xb4\xa9\xa0\xa2\xfc\x48\x75\x1b\x6b\x60\xd6\x81\xaa\x75\xb6\x8e\x74\xde\x54\x63\x77\x4e\x6f\x8c\x47\x55\xe8\x5f\x6f\xf0\x37\x0e\x7f\x51\xa0\xd8\xbb\x47\x14\x50\xf5\x4e\x81\xd1\x7a\x33\x0c\x28\x90\xe2\x20\xb4\xbe\x54\x82\xe1\xd3\xaa\x37\x78\xf3\x24\x41\xf4\xa5\x12\x64\x87\x31\xf4\xa5\x12\xbc\xea\x40\xf5\x06\xf7\xa4\x8c\xcf\x1d\x65\xf0\xec\x2b\xea\x1d\xfe\x53\xd9\xa2\x7b\x87\x77\x72\xfc\xc8\x98\xd6\x97\xf6\x90\x75\xf1\x61\xe9\x9d\xc0\x0a\x3b\x1d\xc0\x76\xb7\xe1\xf4\x1b\x7e\x1f\xa5\xc0\x86\x07\xa7\x37\xd9\xcf\x77\xf4\xa7\xe5\xe9\xa8\x36\x21\xd3\x7a\xef\x13\x6d\x3f\xbf\x81\x2c\x3d\x1f\x28\x01\x20\x2f\x54\x1f\x00\xd6\x6c\x6d\xf0\xf2\x5d\x63\x6b\x10\x20\xbf\x90\xd1\xa1\x56\x13\x89\x03\x6f\x92\x1c\x80\x40\xce\xd7\x3e\x68\x99\x97\x21\xa4\x3f\x17\x32\x9a\x20\x06\xaa\x9b\x19\xe1\x83\x97\x5b\xbd\xc6\x80\x23\xec\xd5\x25\xfc\x7f\x06\x02\xda\xc8\x66\x9d\xb7\x43\x1d\xd9\xac\x26\x76\xa8\x1f\x9b\xb5\xe4\xbe\x17\xfe\xa0\x3e\x77\x38\x36\x8d\x48\x16\xf7\x7b\x6d\xa5\x9d\xb5\x55\xdd\x03\xfc\x9a\x86\x82\x99\xc8\x8e\x3e\xec\x2c\x18\xf3\x3a\xf3\x58\x31\xc6\xba\x3d\x2e\x9e\xcf\x76\xa5\xf5\x9d\xb7\x76\x19\xd9\x8c\x02\x72\xa8\x72\x3f\x1e\xc0\x34\xcd\x03\x0e\x3e\xd3\x13\x0c\xe0\x3d\x9b\x00\x0e\x16\xa6\x37\x93\x3c\x98\x73\x65\xe1\x00\x6a\x4c\xde\xcc\x56\x0f\xda\xd1\x92\x47\x7d\x9c\x5f\x7e\x63\xc2\x11\xe5\x2e\x6e\x7e\x21\x64\x9c\xf0\x75\x35\xb7\xe9\xeb\x92\x29\xa6\x9f\x70\xe0\x49\x93\xe9\x27\x1d\x78\x8a\x9b\xef\x4b\x73\xf1\x15\x4b\xa5\x9f\x4c\x1d\xf3\x01\x7d\x32\x39\xce\x07\x1e\xa3\xf9\xbb\x2c\x15\xfd\x84\x83\xc7\xdc\xf6\x7c\x3c\x57\x7a\xe1\xe2\xcd\xdb\xa6\x0a\x58\xbe\x5d\xc4\xae\x5f\x8f\xe7\x4a\x5d\x5c\x09\x2f\x08\xbb\x17\x1d\x57\x46\xf7\x45\xc7\x95\xc0\xb8\xe8\xb8\xf2\x06\xbb\x70\x39\xb1\xe5\x80\x6b\xa0\xed\x29\xd0\xd3\x62\x06\x7b\xd1\xd3\xe2\x83\xfb\x3a\x69\x77\x13\xf6\x2f\x7a\x5a\x2c\x7b\x30\xdf\xd9\x71\xa6\x1d\xe9\xcd\xd9\x60\xcc\xc7\x8f\x22\x40\x27\xfd\x28\x02\x03\xb7\xe4\xa7\xe4\x15\x9f\x9d\x3f\xb8\x0b\x5c\xa8\xeb\x93\x69\x1e\xdf\x5f\xd5\xcb\x07\x9d\xc7\x84\x3c\x69\x89\x53\x1b\x16\xf1\xd7\x7d\x0c\xfd\x66\x11\x45\xf7\x77\x27\x2a\x86\x02\x0a\x17\x5c\xbe\xa4\x70\xd8\xc0\xab\xa3\xb1\x3b\xe2\x68\x6c\x65\xef\x37\xce\x01\x4b\x17\x4b\xcb\x18\x2f\xa5\xe2\x7e\x76\xdb\x07\xc6\xb1\xd1\x12\xa4\x9d\x31\x50\x31\xd0\x5e\xe8\xb1\xb1\x2a\xa2\x7c\x0f\x83\x35\x04\xad\x5b\x8e\xa5\x3a\x54\xd7\x5b\x1b\xb8\xa9\xfc\x75\x13\xc6\x58\xba\x41\xc9\xee\x00\xb9\x7c\xd5\x6d\xd8\x59\x82\x67\x80\x40\x7e\x79\x86\x06\x03\xf9\x5b\xfd\xc9\x59\x34\x02\x6f\x27\x72\x6f\x50\x1c\xa2\x85\xce\xb1\x14\x87\xe2\x22\x18\x03\xa5\x75\xe4\x39\x19\x61\xc9\xa8\xc1\x6f\xc3\xa9\x93\xdd\xa6\x2d\x4e\xb0\xc1\xdc\x3e\x7c\xf8\x0d\xaa\x09\x0e\x78\x1f\x91\xaa\xb9\xc0\x5d\x6a\x41\x7e\x4d\x70\x69\x01\xd9\x65\x2c\x47\xc4\xe9\xf9\xfa\x1e\x17\xb5\x09\xdb\x4b\xc6\xd7\x6d\x4c\x65\x20\xde\x7f\x73\xe7\x28\x6d\xe0\x97\x79\x43\xb1\xc7\x42\x65\x03\x4d\x1e\xf2\xbe\x24\xb5\x11\x59\xdb\x59\xed\x14\xd6\x63\x0d\x95\x68\xde\x92\x99\x71\x24\x92\x86\x51\x89\xc2\x36\x0e\x55\x1c\x8f\xfd\x5d\x3d\xb0\x5a\xb4\x69\x0d\xd2\xb7\x55\xac\x91\x69\x56\xd5\xfc\x10\x6d\x62\x7d\x66\xa0\x1c\x4d\x94\x13\x71\x3c\xf5\x66\x04\x3d\x6c\xdf\x8e\xa1\x1a\x85\x3b\x4e\xfd\x15\x16\x6e\xd0\x7c\x0a\xeb\x53\x6b\xfc\xc2\xf9\x68\x2d\x51\xf5\xd9\x31\x53\x03\x17\xb2\x84\x57\x7f\x54\x6a\xd5\xae\xd4\x08\xd5\x7f\x45\xc4\xae\x77\x46\xa5\x0a\xef\xf7\x0b\xfd\x11\x1a\xb0\x42\x38\x6f\xfe\x00\x62\xa1\x57\x08\x11\x1c\xdb\xeb\x7d\x8a\x85\x6e\xa3\xcc\x9d\xc4\xc6\x51\x79\x66\xe9\x7b\xc4\x67\x44\xb3\xea\xc1\xb4\xd8\x17\x48\x10\x6d\x93\xae\xf1\x2b\xa3\xf1\xe6\x76\x35\xf3\xa2\x09\x61\xb8\xd1\xa3\xe5\x25\x68\xd8\x3e\x6e\xe2\x4e\x49\x63\x04\x95\x01\x65\xd7\x1a\x4b\xec\x1d\xc5\x4f\x59\xed\x4e\xe0\x34\xd2\x93\xe8\x65\x49\xb9\xe3\x35\x79\xd4\x03\xdd\xdc\x46\xed\x65\x53\x3f\xac\xde\x56\xc8\x07\x84\x5c\x1d\x8d\x03\x32\x6e\xf1\xdb\x4b\xed\x90\xbd\x7a\xf4\x25\xf3\xc9\x1b\x39\x70\x9d\xa2\x95\xfd\x81\xd8\x8b\xe2\x78\x83\x01\x0b\xb9\xeb\x6f\x0c\x18\xc0\x5d\x29\x67\xf0\x36\x70\xef\xe3\xce\xdb\xd3\x85\xe7\xc1\xbd\xa1\x85\x80\x50\xea\xaa\x95\x83\x81\x17\x3a\xad\xc6\x60\x38\x83\x89\x17\x42\xa9\x2b\x65\x0d\xd8\xc7\x9d\x3a\x34\x06\x6f\xa2\xd7\x84\x20\xa3\x06\x29\xba\x03\x22\x6a\x89\xdd\x33\x02\x04\x9e\x31\x62\x2e\xc2\x6b\xc6\x88\x12\xb0\x92\x33\x76\x82\xa0\xf5\xe0\xad\xe1\x1e\x61\xa7\xab\x49\x20\xed\x04\xc9\xdf\x43\xb0\x30\xff\x81\xbc\xea\xa4\xbc\xb1\xf3\xa0\x11\x84\x3b\x20\x7c\x7d\x0f\x71\xc9\x28\x84\xec\x59\xda\xab\x43\xda\xa2\xfd\x02\xfc\x24\xf1\x47\xc1\x6c\x83\x97\x33\xba\x14\xf7\x40\x69\x6a\x5b\xc2\x07\x2e\x6b\x74\xed\xd8\x01\xe3\xbc\xad\x2b\xe3\x40\x4a\xb9\x74\xae\x01\xd3\x7c\x96\xa5\x60\x20\xaf\xd5\x65\x49\xc7\xf1\x78\xc1\x04\xef\xc1\x52\xdb\xa6\xb9\x83\xfc\xd1\x23\x20\xc9\xdc\xec\x83\x52\xae\x39\x38\x8b\x2f\x7a\xb3\x1e\x70\x24\x49\xdc\x18\x8f\xad\xde\x33\xbc\x79\xbd\xa4\x5e\x40\x75\x46\x7b\x81\x06\x6e\x77\x74\xf9\xc7\x81\x64\x55\x17\xf8\x18\xb4\xd5\xdb\xac\x38\x10\x07\x62\x83\xcd\x80\x08\x6c\xc1\x6f\xe0\x7a\xc7\xdc\xdd\x21\x1c\x7f\x52\x05\x07\x4b\x61\xbf\x3b\x84\xe7\x2f\xfa\x83\x83\xda\x83\xda\x04\x59\x20\x31\xb9\x35\x1a\x02\xe4\xd5\x1b\xc7\xc8\x6d\xcd\x92\xf2\x07\x8b\xff\xf8\x04\x45\xed\x1f\x5b\x0d\x07\xa4\x65\x9b\xd4\xc6\xc5\x45\xd7\x78\x17\x8f\x14\x2d\x2a\x52\x63\x5d\x9e\x72\x30\x7e\xdd\x44\x74\x3d\x00\xba\x03\xe4\x67\x4b\xd9\x19\xb8\xde\xd1\x86\xd3\x71\x31\x7d\xd7\x1d\x52\x9a\xf2\x84\x26\xda\xea\x0f\x45\xb1\x9d\x25\x3f\x10\x4a\xf2\x12\x78\xe6\x93\x93\xa8\x36\x44\x50\x23\x74\x52\xfc\x13\xc2\xe1\x19\xb0\xe5\x60\x4c\x02\xe4\xf7\xe1\x86\xf3\x2e\x98\x84\x47\xf3\x47\xa4\x49\xb1\xd8\x3c\x26\x32\x59\x5f\x03\x00\x20\xf3\xad\x49\x80\xfc\x1c\x6c\xa8\x7a\xc9\x20\x67\x17\xdf\xae\x30\x6e\x82\xa8\x29\x2c\xb9\xbb\xda\x57\x31\x6e\x88\x01\x5e\x43\x4a\xdd\xe6\x33\xb8\x56\xbe\x9b\x68\x59\xb5\xdb\x34\x84\x48\x16\xbb\x2a\x06\xee\x8a\x29\x8e\x73\x18\x37\x17\xd5\x82\x0f\x8a\x51\xda\xba\x3d\x9e\xf8\x78\x2d\x0a\xca\x51\xda\xf6\x3f\x6e\xe0\xc0\xdb\xe4\x06\x0e\x5e\xfd\x31\xbd\xf8\xd3\xde\x71\xdb\xbc\x8f\xe9\x7d\x63\x94\xd9\xa6\x76\xe4\xe5\xdd\x45\x3f\x70\xd5\xdd\x86\x79\x7f\xb8\x43\x48\x5e\xaf\xe7\x74\x03\x0e\x8f\x80\x55\x13\x04\x3b\xd2\x73\x8b\x53\xb8\xf7\x0d\x6e\x3f\xd1\xd5\xce\x1b\x27\x45\xb7\x3b\xe4\xf4\xdc\x65\x48\xdd\x03\xfc\x7e\x1e\x12\x57\x4c\x7a\x55\xf7\x40\x4f\xe6\x50\x1b\x6e\x3f\x11\xde\xce\x2b\x26\xb5\xb3\xf6\x40\xcf\x66\x57\x1b\x26\x19\xaf\xd2\x1e\xe0\x16\x7c\x75\x40\x42\xf4\x80\xd0\x4b\xba\xdf\x87\x5e\x62\x88\x20\xe8\xeb\xbe\xf1\xb2\x47\x56\x55\x15\xef\xd9\x79\xa9\x64\xff\x91\x51\x6d\x47\x69\xcc\xea\x60\xa4\x9d\x57\x50\x7a\x0d\x51\x48\xa8\x74\x1d\x7f\x3b\xef\x98\xd4\x4e\xdc\x11\x3b\x5f\x9c\xb4\xbe\x23\x17\xb8\x54\xe3\x3c\xf2\x8e\x22\xbf\xc1\x5b\x21\x0d\x02\x92\x73\x9d\xb5\xbe\x27\x78\x89\xb4\x13\x76\x1a\xf0\x4d\x46\x09\x5e\xa2\xe4\x36\xbc\x82\x12\xaa\x76\xdc\x11\x59\x5f\xfd\x5d\xb4\xb6\xbb\x43\xb8\x81\x74\xe0\xec\x19\xca\x93\x3b\x64\x32\xae\xb8\xd7\x9e\xe1\x05\xac\x6e\xc3\x0b\xe8\x09\xe1\xca\x19\x97\x32\xd8\x71\x6b\x7d\x76\x08\xd7\x9e\x09\x91\x90\x96\xe1\xf7\x2a\xfe\x00\x10\x29\xa4\x68\xc7\x2d\x93\xde\xc9\x3b\xd2\x6f\xab\x01\xc8\x50\x09\x8a\xfb\x87\x9f\x4b\x12\xef\x8e\xf4\x5a\x67\x7c\xef\x48\xaf\xed\xb2\x43\xed\x48\xaf\xed\x12\x23\xf7\x42\x80\x34\x1e\x83\xd9\x5d\xec\x6b\x2f\x5c\x22\xbf\x00\xbf\xa6\xf7\x1d\x6e\x99\xec\x92\x43\xf7\xc2\x25\x12\xc6\x50\xfc\xbc\xb8\xb2\xc0\x0e\x25\xa7\xbe\x66\x08\x4f\x5e\xf6\x0c\x01\x61\xf5\x80\x2c\x10\xeb\xef\xb1\x84\xc9\x03\xc2\x7b\x6e\x0c\xb3\xe6\xa6\x69\x08\xc1\x42\xa5\x7a\xe3\x53\x4b\x4a\x6e\x33\xe6\xca\x44\x50\xb9\xa8\x42\x01\x12\x78\xbb\xd7\xa0\x72\x4d\xfd\x9c\x15\x70\xdd\xee\xbc\xca\xdc\x1d\x92\x4c\x3d\x22\x51\x20\x10\x90\xe0\x9b\x47\xf0\x0f\xc0\x81\xb7\x1e\x2a\xaa\xf7\xd7\x94\x27\xcf\x24\x01\x8d\x8b\x29\xbb\x91\xdc\x1e\xa0\x85\x65\x94\x50\xb7\xee\xb2\x37\xb8\x9d\xbc\x0a\xbc\xd8\xc6\x71\xd7\x7b\xdb\xf1\x82\xdb\x70\x85\x79\xe7\x34\xf8\xfa\x8c\x14\xe6\x07\x9b\x10\x11\x34\x94\x7b\x75\x07\x37\x66\xa0\x29\xf7\x87\x7d\x69\x4a\x9d\x2e\x58\x7f\x81\xcb\x2a\x5d\xe6\x69\xef\x48\x38\x35\x25\x20\x80\xbd\x58\x60\xdf\x11\x56\x54\x9d\xb4\xb4\x77\x00\x61\x6a\xef\x04\x42\x93\x66\xce\xaf\xf9\x47\x27\x7b\x10\xde\x91\xe3\xeb\x38\xaf\x1d\x96\x7e\xeb\x34\x3b\x6e\xdf\xa9\xc3\x53\x5c\x5a\x55\xb2\xf7\x6d\x47\x8e\xaf\x03\xbd\x76\x5c\x58\xe9\x22\x43\x3b\x73\x7c\x4d\x6a\x83\xd5\x3b\x8d\xd6\x41\x0e\xa8\x75\x1a\xbc\x4b\xc0\x0c\x04\x59\xbf\x76\x15\xec\xe3\xc0\x0c\x04\xc2\x20\x88\x42\xc9\xe0\x3a\xf9\x7d\xf8\x64\x4d\x5a\x03\x20\x9b\x36\x59\x91\xd4\x05\x68\x76\xf8\x01\x8a\x43\x75\x77\xe4\x09\xe7\xf4\x23\xfb\xd9\xbe\xf3\x46\x79\xcf\x6f\x27\x06\xdc\x86\x0f\xd7\xdb\x19\x59\xc3\xf6\x95\xed\x3b\x7c\xb6\x5e\x22\xb8\x08\x86\x4b\xa9\xec\x2c\x56\xfa\xda\x5d\x3b\x29\xd5\x3d\x00\x62\x73\xac\x9d\x10\xeb\x39\x6f\x08\x32\x03\x39\xe8\x9d\xd3\x00\xc8\x12\x7e\xc1\x8f\x2c\x61\x47\x01\xef\xb8\x63\xd3\x9a\xf5\x7e\xc0\x9f\x28\xf1\x6f\xc7\x1d\x9b\x56\x23\xf7\x03\xb7\x94\x78\xa7\xe1\x8e\x4d\xc7\x5c\xed\x07\x3c\xa6\xc6\x10\xee\xdc\x74\x84\xe5\x7e\xc0\x63\x6a\x9a\x3a\xe0\x11\xf6\xbe\x3a\xe0\x7d\x6c\x7e\x1f\x0e\x53\x73\x27\x64\x1c\x3b\x8a\x75\x3f\x09\xbf\xde\x3f\xe1\x21\x96\xfc\xbb\x9f\x80\xdf\xbc\x87\x17\x10\x59\xa9\xda\x91\x71\xec\x88\xac\xfd\x24\xc0\x6e\xf3\x5a\x16\x4d\x98\x19\xc8\x5e\x00\x66\x20\x37\x3f\x07\xc0\x26\x51\x24\x19\x3b\xa4\x75\x3f\x09\xb0\xfb\x87\x87\xd8\x7b\x08\xf1\x56\xc5\xfe\x9b\xfd\x64\xfc\xa2\x1c\xb2\x3b\xb4\xae\x61\xc3\xd7\xce\xeb\x86\x9c\xd3\xb0\x23\x71\xd8\xf1\x26\xfb\x85\xc8\x6a\x49\xd8\xfb\xd5\x60\x39\x13\x52\x2e\x44\x5a\x4b\xa2\xde\x91\x36\xdc\x5f\xef\x2f\x98\x1c\xf3\xb5\x23\x6d\xd8\x5a\xc7\xbe\xd4\xae\xe1\x70\x9e\x1d\xe1\xfc\xfd\xd5\x3f\x0c\xef\xc1\xf3\x81\x4f\x52\x12\xfd\x8e\x80\x7e\xab\x65\xfb\x52\xc3\xb2\x13\xa7\x76\x64\x11\x5b\x2d\xdb\x27\x5c\x92\xaf\xef\x33\x79\xab\x06\x98\x44\x80\x16\x61\x02\x01\x56\x01\x70\x25\xa7\x55\x88\x7d\xd2\xb4\xe8\xef\x01\xb0\xd9\xff\x24\xc0\x1e\x10\x00\xbf\xfa\x23\xc0\xee\x8f\x9e\x06\x01\xc0\xac\x63\x5b\xcc\x76\x78\x3b\xb2\xbd\x40\x3b\x2e\xe5\xb4\xf5\x75\x47\xc9\xff\xcd\xe1\x20\x3b\x2f\xe5\xb4\x8e\xc1\x4b\x39\x6d\x9f\xdd\x51\xa1\x75\xcb\xaf\x2e\x3a\x7f\xf0\x2c\x06\x7f\x10\x98\x4f\x56\x81\xc5\x17\xde\xdb\xe9\x23\x89\xd7\x74\x3a\x6e\x68\x47\xa0\x56\xb1\xab\x76\x7f\x7c\x28\xa2\x8d\x63\xa3\x83\x52\x8b\x7f\x40\xbd\xda\xac\xf5\x1f\xbc\x97\xd3\x96\x95\x63\xa3\x2b\x56\xcb\x71\x6c\x04\x25\xba\xd3\x8e\x79\xb9\x4f\xba\x5e\xb3\xda\x9c\x77\x55\x1b\x0e\x65\xb9\xbb\x8e\xed\xa9\xe5\xed\x39\x70\xda\x22\xa1\x23\x30\x59\x2f\xfb\x07\x96\x2d\xd1\xf1\x7b\x3c\x37\x77\x8a\xb5\x1d\x81\xa5\xf0\xb3\xdf\x80\x05\x7b\x18\x8e\x40\x9f\xa6\x4e\xcc\xe3\xb9\xaf\xf3\x67\xc7\xcf\x11\x1e\x07\xa7\x66\xfd\xdc\xe6\x29\x89\xfe\x78\x32\x20\x44\xf8\x47\xc0\xbd\x60\x62\x9f\x47\x60\x92\x62\x76\x17\x37\xeb\xe5\x6b\x4a\xf1\x01\x5c\x9f\x44\x96\x46\x16\xcb\x3f\x90\xb8\x1c\xec\x6e\x3c\x96\x36\x56\x7c\xe5\xce\xc1\xfb\x3e\x5d\xf6\xe8\xe0\x7d\x9f\xae\x2a\x73\x40\x3d\x0b\x76\xd5\x1d\x91\xce\xdc\xec\x1f\x70\x01\x68\x75\x17\x07\xb7\xb4\xa7\x75\xb2\x0b\x4f\xfc\xa2\x63\xd5\xf3\x9c\x7c\x43\xb0\xa2\xba\x6b\x70\x7e\xc2\x91\x98\xd0\xa7\x2f\xe0\xc4\x09\x76\x93\x1e\xc8\x7e\xb6\xcf\xe4\x48\xf4\xd5\xba\x83\x27\x17\x4f\x3f\x2c\x95\xac\x54\xa3\x17\x79\xc7\xd9\x65\x7e\x8f\xa5\x83\x95\x2a\x91\xe8\xa0\x97\xc7\xd7\x7e\x1d\xf9\x49\x58\xf3\x1b\xb0\x21\xb9\xd8\xcc\x91\x9f\xab\x73\x84\x4d\x24\x22\x27\xbb\xd9\x0e\xa4\x4d\x64\x57\x92\x38\x32\x6f\x2a\x4d\xfe\x61\x32\x83\x4b\x6b\x98\x79\xaa\x88\x9f\x1c\x70\xff\xb8\x87\xa5\x5a\x35\xef\xea\xa5\x58\x99\xa1\x1f\x4b\xaf\xaa\x96\xe3\x0e\xc4\x3d\xb9\xe6\xcf\x51\x68\xef\xf7\xfb\x18\xcd\xd3\x61\x0e\x84\xb7\x23\xb4\x1a\x4b\x9a\x07\x73\x22\x74\xc8\x1e\xac\xb1\x2a\xbb\xdf\x81\x1c\x89\xd7\x5d\xf6\xc7\xe7\x5a\x28\x8d\x58\x19\x74\xe2\x17\x60\xcf\x18\x1e\x01\x61\xce\xaf\x1e\x99\x39\x5f\x3d\x25\x48\xd7\x32\x2f\x1f\x0d\xca\xb7\x11\xd4\x10\xe0\x18\xfc\x9c\xca\xb7\x06\x68\x09\xcf\xdd\x7e\xdc\x7b\xc2\x11\xa3\xa0\xa2\x5f\xa0\x34\x6d\x24\x2e\x2d\x68\xf4\xd7\x0b\x88\x3f\x91\xe8\x76\x34\x6e\x19\x81\x88\x54\xde\xe0\xe2\x51\x07\x53\x79\x6b\xf1\x1b\x17\x88\x51\x48\x5a\x5a\x4e\xb1\x39\xf3\x40\x22\xaf\x1f\xa3\x6c\xea\x8b\x33\xf4\xe7\xba\x49\xf5\x07\x9d\xc7\x5c\xba\x23\x25\xc9\x9b\xa1\xaf\x53\xd8\x18\x41\x24\x93\x11\x8a\xa4\x09\x17\xf9\x3b\x3a\x69\xc8\xaf\xc3\x47\x64\xde\xd9\x19\xbc\xa1\x5d\x80\x9c\x89\x6e\x0d\xec\xc0\x7d\x0a\x0e\x95\x39\x06\x28\x5a\x47\xd5\x81\x9c\x89\x2c\x9b\xd1\x01\xf5\xa5\x0f\x23\x70\x3c\x35\xce\xd5\x86\x6a\xec\xbd\x4c\x75\xc6\xcc\x16\x4e\x22\x6b\x9d\xc7\x80\x66\x6c\xc6\x89\x24\x0a\x6b\x2b\x07\x7c\x48\xb5\x7a\x40\xe6\x48\xf8\xd8\x62\x8e\x84\x89\x74\xa7\x7d\x43\x03\xc0\x07\xe4\x40\xb9\x83\xe5\x4e\x7d\x0c\xee\xb4\xfa\x69\x02\x3b\xb2\x40\x3c\x41\x46\x28\xb5\x9a\x7e\x74\xfc\xe0\x72\xd2\x28\x2b\xe6\xb1\x23\x99\xc1\xf8\xdb\x51\xd6\xd1\xfc\xf7\x80\xc9\xcf\xb3\x3d\x60\xe1\x33\x74\x07\x32\x01\x7c\x28\x2f\x55\x23\x46\x9f\x1a\x07\x8a\x26\x1a\x3a\xb8\x7c\x86\x1d\xbe\xc7\xd2\x35\xa2\xef\x19\x3a\x96\xae\x11\xa3\xb9\xf7\x81\x3c\x00\xd3\xeb\x09\x3b\x43\x75\x1b\xe6\x25\x13\x0c\x92\x2b\x9c\xe9\x7b\x9c\x4f\x1d\x32\xff\x80\x44\x00\x53\xd4\x89\x10\x5e\x93\x24\x2e\x2f\x7d\x71\xff\x13\x61\xf3\xe6\x4a\x27\x34\x7a\x93\xfc\x09\x8d\xde\x07\x27\x74\x01\x87\x97\x1e\x27\xd4\x5d\x1f\x82\x27\x94\x3f\xcf\xe7\x82\x4b\x5d\xf2\xdb\x71\xc1\xa5\xee\x1d\x76\x51\xa1\xf7\xfb\xe4\x41\x9a\x1f\xae\x21\x75\x2e\xd5\x71\x15\x32\x08\xbf\x00\xe5\xc7\x00\xb2\xc2\x90\x0b\x04\x1d\xd7\x93\x77\xaa\x45\xbf\x10\x5b\x69\x16\xb2\x44\xfb\xec\xd8\xb2\x83\xa2\xbd\x9f\x53\xb4\xf7\x89\x3a\x11\x00\x62\xae\x88\xcb\xf7\xed\x8e\x38\x26\x02\x42\x7c\x72\x4c\xa8\x2e\xaf\xe7\x54\x5d\x34\x1f\x48\xf2\x0e\x8f\x3b\x70\xdb\x82\xf3\xcd\x8e\x25\xc9\x67\x07\x0a\x1e\x4b\x92\xcf\x8e\x34\x3c\x96\xe4\x9e\x1d\xb2\x77\x30\x6e\xc9\x57\x6d\x1d\xb8\xbc\xcb\x61\x14\xc7\x4d\xe5\xcb\x8b\x7a\x33\x93\xde\x2f\x20\x01\xdd\x6c\xfd\x86\x17\x4f\x13\x44\x75\x20\x2f\xf1\xcd\x88\x19\x1d\xf6\xe7\xe3\xad\xe8\x6a\xc3\x2a\xad\x83\xed\xdc\x32\x36\x41\x52\x9b\x6b\x2a\xa2\x3b\x51\x7b\xd4\xe3\x9f\xcc\xf3\x15\x97\x3f\x99\xe7\x9b\x3d\x00\x2c\x10\xda\x35\xe7\x86\x28\xaa\xe4\x01\x10\x46\xd1\xdd\x1f\x8b\x6f\x7f\x9a\xbc\xf5\x34\xba\xbd\x36\x9d\xd4\x98\x33\xe0\x8e\x1c\x8f\x16\x1e\xf4\x69\xb8\x40\x53\x7f\xf5\x1b\x0c\x36\xd0\x7c\x71\x6d\xea\xeb\x7d\x30\x61\x09\xe1\x67\x78\x2a\xf8\xfa\x7b\xda\xf6\xba\x3b\x80\x09\x41\x6c\xe2\x8c\x8c\x83\xd7\xc9\x73\xe2\xa2\x2e\xed\xfa\x93\x85\x49\x6d\xe6\x3a\x23\x64\x23\xad\x40\xe4\x75\x64\x7e\x8c\xd8\x02\xb1\x95\x93\x97\x16\xbc\xc6\xe3\x41\xa7\xf6\x92\x4a\xbb\x33\x18\x4f\x5c\xca\xe5\x00\xeb\x13\x89\xbf\x0e\xa6\x38\x13\x2a\x5f\x68\xd7\x9f\x09\x04\xa5\xe1\x70\xe1\x56\x75\x73\x5f\x93\xf5\xcb\xb8\x91\xdc\xab\xbf\x24\xda\xfe\x1a\xeb\x91\xa1\xd5\x7e\x22\x26\x3f\x6d\xdc\x87\x9a\x75\x26\x9c\xa8\xef\x9f\x4d\x8d\x10\x4d\x73\xfe\x51\x2e\xe8\xc9\xf2\x9d\xb5\xb9\x37\xde\xf8\x28\x89\xe2\xc4\x75\x00\x0e\x5e\x3e\x91\xff\x6b\x17\xcc\x09\x39\xd7\xb1\xc8\x67\xd9\xb0\x19\xf4\xbc\x04\xb4\xb5\x94\x85\x1c\x5e\xec\xe6\x84\x98\x1b\x87\x5f\xe0\x99\x24\xec\xc1\x81\x10\x75\x22\x9f\x05\x7e\xb4\xd7\xfb\x30\x96\x7b\xed\x50\xfa\xa6\x34\x49\xca\x67\x85\xd8\x28\x0b\xe0\x59\xc9\xef\xd4\x41\x25\xbf\xd3\x8c\xeb\xa3\xfa\x6a\xc4\x25\xd9\x16\xdf\x6f\x78\x2e\xc1\xb5\x58\xf2\x3d\xeb\x53\xbc\xc1\x1f\x20\xcd\xdc\x38\xc0\xbd\x59\x92\x53\x4f\x66\xf3\xea\x29\x22\x9a\x5c\xa0\xe4\x44\xa9\x7f\x17\x1b\x39\x51\xba\x7f\x38\x2c\xf7\x44\x94\x92\x01\x66\x54\x92\xf7\x37\xc3\x90\x3c\x5c\x27\x3b\x92\x7d\xec\xec\x88\x5b\x29\x7e\x81\xbb\x45\x08\xeb\x48\x09\xf7\x84\x70\x6b\x96\x0b\x6d\x9d\x1d\x29\xe1\x9e\x20\xc5\x46\xe3\x07\xa5\xf5\x5d\x8c\xfa\x7c\x42\x8b\xc4\x0e\x28\x25\x4a\x86\x3d\x21\x25\xba\xda\xf6\x89\x50\x22\xfb\x09\x4f\x48\x8d\xae\xa4\x7c\x42\x08\xec\xd6\x54\x4f\xde\xaa\xe5\xc0\x9a\x73\x30\x09\xa4\x79\xc8\x35\x25\x5f\x6c\x76\xb2\x5e\x8b\x8b\x8c\x9f\xe3\xc6\x0b\x6a\x23\x76\xc8\xc5\x57\x4e\x58\xb1\xed\x59\x3c\x11\x3b\x54\xcc\xf3\x97\xdc\x58\x8b\xb7\xc1\xce\x5d\x2a\x9c\x20\xb7\xd6\x09\xcc\x27\x62\x87\x8a\x39\x16\x62\x87\x8a\xa9\x1e\x72\xa3\xa3\x85\x4f\x14\xbb\xb4\x67\xe2\x5c\x72\x64\x2d\xde\x56\xb0\x62\xdb\xee\x7f\xee\x88\x33\xd1\x11\x78\xee\x44\x80\x70\x8e\x32\xf9\xbe\x54\xf0\xdc\x71\x84\x48\xf2\x3b\x51\x26\xdf\x17\xad\x9d\x07\xe1\x77\x1b\xea\xa2\x69\x80\xc1\x43\x92\x34\x4f\x04\x0f\x15\x29\x42\x27\x24\x49\x1b\xd1\x4f\xc6\x0e\x79\x13\xb0\xf0\x65\x95\x98\x73\x3e\x17\xad\x9a\xd1\x9c\x74\xf7\x98\xd1\x9d\x08\x7b\x30\x59\x22\x56\xc7\x8e\xbf\x13\xb1\x3a\xf6\xdd\x9e\xb8\x84\xcb\xbe\xd8\xf3\x44\xd0\x83\x51\x7a\x22\x92\x45\xea\xe5\x79\x92\xd3\x09\x64\x84\xe6\xd8\x79\x7c\x22\x34\xc7\xce\x9f\xf3\x62\x24\x8b\xfa\x7b\xee\x65\xf5\x00\x88\xcd\x71\x74\xe4\x09\xd9\x6f\x58\x52\x3b\x11\x8c\x63\xef\xf0\x79\x11\x22\x21\xf9\xa2\x32\xe1\xe7\xdc\x08\xc2\xc0\x45\x88\x3c\x00\x21\x72\xff\x80\xc0\x7c\xea\x22\x04\xc2\xc8\x7c\x94\x1b\xff\x00\x71\xdf\xac\x65\x3e\xc7\x85\x46\x40\x1d\xfa\xf8\xb3\xab\x74\xce\x49\x6d\xc6\xbd\x5f\xe0\xf4\xc2\x0f\x72\x70\xa3\x69\x90\x35\x5c\x7c\xe1\xfa\x89\xfb\xee\x7d\xfd\xd2\xc9\xa2\xf5\xde\x24\x37\x04\xb1\xe0\xf7\x61\x0d\xb4\x23\xf5\x5c\x82\x60\xf4\x75\x4c\xe7\x0d\x6d\xcd\xbb\xe4\x26\xc9\x88\x84\xee\x75\xb6\x24\xef\xea\xfb\xc0\x8c\xfd\xfe\x49\xfd\xc8\x1f\x10\x24\xcf\x08\x51\x26\xda\x16\x17\x92\x6a\x93\xd8\xcc\x85\xb2\xf7\xbe\x9d\xe9\x62\xda\xab\x56\xe4\x7a\x24\x47\x3f\x87\xf3\x5b\x11\xc9\x17\xd3\x58\xc5\xda\x2f\xa6\xb1\x36\x7f\x8f\xea\xe9\xc5\xe3\xc3\xf9\x2d\xbe\x78\x05\x66\x29\x48\x96\xbe\x10\x06\x53\xc5\x5a\x2f\x54\xa1\xef\xdd\x6d\xe8\x63\xd2\x5f\xae\xc0\x1b\xfc\x45\xf5\x57\x20\x04\x1e\x01\x10\x48\x58\xbc\x90\x17\x5b\xeb\xab\x47\x08\xbf\xe2\xf6\x17\xaa\xd4\x77\x49\x24\x17\xc2\x60\xac\x20\x5d\xbc\x00\xb6\xf9\x7b\x5a\x89\x3c\x20\x40\x54\x98\xcc\x15\xa1\x82\x36\xb7\xa1\x72\x4a\x9e\xba\x22\x22\x1a\x14\x97\x73\x45\x42\x28\x94\x47\x78\xf3\x65\x90\xbc\x50\x02\xbf\xcb\xbe\x7b\x45\x02\x28\x94\x47\x04\x34\x34\x7f\x4f\xf8\xdc\x3f\x2b\xf8\x1a\xe0\x08\x00\xba\xdb\x37\xaf\xbe\xd1\x17\x89\x10\x68\xc6\x88\x83\x77\x98\xe4\x95\xe0\x50\xed\x7e\x0e\x27\xb2\x17\x19\x69\xb0\xf6\xaf\x5d\x09\x2e\x54\xcf\x90\x69\xb0\x3a\x0b\x2f\x46\xd1\x18\xa3\x4c\x83\x95\xa9\xf0\x62\x1a\xac\x5c\xff\x57\x82\x82\xf7\x9a\x1f\xd4\x97\xee\xef\xa1\x53\x1b\xc3\x90\x70\xdb\x30\x4a\x98\x16\x6b\x2a\xce\x10\xc7\x25\xe2\x5e\x19\x00\x9b\x24\x32\x01\x16\x00\x19\x00\x7b\x57\xa0\x8e\xa4\x45\xe2\x8b\x45\x70\xaa\x67\x90\xe1\x24\x96\x0a\x7b\x65\xda\x2e\x4d\xd6\x99\x20\x6a\x91\x33\x5c\x8a\x3a\xee\xae\x0c\x33\x82\x89\x0a\x59\xb5\xce\x7b\xb9\x32\xcc\x06\x26\x92\x02\xb3\x81\x44\xca\xab\x10\x22\x4d\xa0\x10\x22\xf5\x5f\xb8\x44\x42\x79\xa9\xdc\x66\xc2\x29\xaa\xe0\x54\xc7\xc5\x5f\x85\x33\xf6\x08\xb0\xde\x3b\x8a\xf0\x2a\x48\xec\x35\x2b\xa9\x28\xb2\xeb\x7d\xc5\x34\x57\x9d\xf0\x17\xd3\x5a\x75\xbc\x5d\x15\x5e\x58\xb3\x12\xa6\xb9\x9a\x55\x55\x78\x61\x8d\xe3\x4a\x14\x69\x82\x15\xa9\x41\x3a\xae\xaf\x8a\xb2\xc0\xa6\x62\xe4\x02\x74\x87\x57\x5f\xcc\x72\x7d\xb5\x39\xe1\xf8\x93\xb3\xe6\xe2\xdd\xb3\x96\x8a\x2f\x9a\x72\xa5\x43\x5f\x1f\xa9\xda\xdd\xc3\xe3\xaa\xc3\xf6\x42\xca\xab\x03\x93\x2e\xd8\x76\xbb\x03\xf4\x2f\xe4\xbc\xf6\x57\x07\xf0\x40\x1a\xe1\x0d\x1e\x48\x73\x46\xe4\xbc\x5a\xbe\xb8\x3a\xed\x32\xfa\x1e\xe9\x00\x8e\x9c\xba\x90\x0f\xe0\xc8\xda\xab\xd3\x0e\x23\x84\xf7\xa7\x7a\x97\x56\x14\x79\xad\x8e\x64\xba\x3a\x0c\x35\x92\xa0\x2e\xe4\xb5\xf6\x57\x1b\x10\xbf\x3a\x24\xc4\xee\x8f\x91\x11\xa6\x62\x94\xb8\xb7\x44\x74\x75\x96\x01\x31\xce\x06\x1d\x8d\x9e\xf3\xa0\xa3\xd1\x48\x59\xb2\x7d\x76\xca\xe7\x35\xe8\x78\xf4\xa4\xc7\xa3\x7d\x69\x56\x83\x2e\x53\x83\x09\x69\x7f\xb3\x91\xf8\x1a\xcc\xe9\x34\xe6\x96\xb4\x9f\x9d\xe3\x79\x41\xda\xdf\x6c\x26\xbe\xc6\xe3\x7b\xd4\x1b\x4f\xf6\xaa\x57\xfb\xc9\x5e\x35\xbd\xec\x0f\x68\x5a\xae\xc7\x32\x6c\xc6\xbf\xd3\xb3\x28\x81\xf3\x62\xfc\xbf\x53\x19\xaf\x9d\xde\x44\xef\xa9\x9d\xde\x44\x6f\xaa\x9d\x05\x32\x8d\xaf\x9d\x79\xa0\xde\x96\x3b\xf3\x40\x7d\x7e\xed\xf4\x2f\x7a\x23\xee\xb4\x97\xf9\x0c\x3f\xe8\x5f\xf4\xd6\x3f\xe8\x5f\x34\x3b\x3b\x98\x1a\xea\x53\xfb\xa0\x63\xd5\x2c\x1a\x39\xad\xc1\x15\x2f\x2f\xe4\xb4\xd6\x66\x7c\x1c\x74\x30\x7a\xc7\x1d\x54\x9b\xfd\xc2\x53\x1e\x54\xc0\x1e\xf4\x9e\xb8\x7d\xa2\x2d\x40\x8e\x0b\x6d\xa1\xef\x7c\xb2\x85\x04\xfa\xf9\x38\x88\xfd\x03\x92\xeb\x5c\xdf\xf2\x82\x3d\x39\xbe\x56\x0d\x65\x1c\x6d\x0c\xb8\x58\xb6\xd1\xba\xfa\x75\x5e\x50\xee\xdd\xc3\xcd\x17\x34\x8b\x8b\x29\x4a\xe6\xb4\x4b\xac\x2f\xb6\x1f\x5c\x57\x46\x5b\x60\x5c\xac\x35\x69\x4e\xb7\xc4\xfc\xf2\x3a\xcf\x61\xe2\xad\xd5\xe7\xd9\xc5\x44\x4f\x13\xf4\x12\xe4\x5d\x33\xfe\x42\x4c\x7d\xf6\x8c\x16\xa3\x31\x9e\x21\xd5\xdb\x04\x7d\x21\xc2\xde\x37\x27\x5d\xb8\x78\x37\x19\xe2\x09\x81\xc8\x68\x9e\xf4\xf4\xa9\xb9\xa4\x03\xef\xbe\xb9\x84\x03\x23\x78\x69\x08\x0e\x23\xb9\x58\xa7\xd1\x4b\x88\x7b\xa7\x7c\x1b\xe6\x75\x23\x56\xc8\x74\x86\xaa\x38\x9e\x2a\x04\xf6\x57\xc1\xbb\x0b\x11\x15\x0e\x6b\xb9\x50\x94\xd1\x02\xfd\x85\x3a\xed\x8e\x6d\xba\x10\x88\xee\x1d\x78\x23\x83\x50\x93\x9f\x1b\x4d\x2b\x51\x6d\x18\x32\x87\x9a\x83\x57\x5d\xfb\x7d\x5a\x3e\xba\xda\x4c\x0e\x28\x3f\x2a\x7a\x33\x37\xda\x45\xaa\xda\x70\xa7\x89\x5a\x67\xa0\xa7\x5a\xcf\x11\x72\x5e\x5d\x5a\x6a\x2e\x61\xbb\x16\xe9\x3b\x13\xc2\xb6\xc3\x0f\x27\x82\x1b\x1c\x43\x39\x91\x1c\x5a\xb4\x03\x27\x64\x6d\xc7\xbe\x4d\x5c\x5f\xeb\x14\xad\x49\xc3\xad\xd1\x81\x58\x06\xc7\xfe\xcd\x40\xdb\x9e\x27\x08\xc9\x54\xda\xcd\x44\xa9\x46\x47\x3b\x4f\xdc\x3d\xeb\x50\xdc\x89\xa8\x04\xc7\x00\x4d\x88\xc6\x49\xfa\xea\x8c\x54\xaf\xfc\x3e\xd4\xab\xe0\xfe\xa1\x4d\x05\x7f\x3f\x79\x57\xb9\x3a\xe0\x65\x4e\x92\x31\x26\x2e\x73\xea\x92\x4c\x27\xe3\xc3\xbd\xc0\xb8\xbc\xc9\xd6\xce\xc9\xcb\x9b\xb4\x75\x66\x22\x39\xb9\x4d\xd1\x5c\x08\xcf\x14\xe3\xd4\x1f\x05\xd3\xe1\xe7\xcf\x45\xe1\x82\x28\xc3\xfd\xa3\xd3\x6d\x66\xb8\x7f\x0c\xc0\x92\x54\x93\x63\xf7\x26\x8d\xb7\xbe\x10\x64\x52\xf0\x34\x8a\x33\x62\xd9\xaa\x3b\x40\x2c\x5b\x77\x1b\xb1\x6c\x5e\x02\x96\x73\xa9\x9e\x00\x2c\xef\xa6\x41\x94\x6b\xb1\xc9\x60\x16\x08\x19\x12\x52\x66\x81\x8b\x3c\xf9\x7d\xc8\x14\x3a\xf1\xe7\x12\x33\xb3\xe3\x63\x66\x79\xce\x62\x7f\xc0\xf8\xa5\xd7\x1b\x8f\xe9\xcd\x43\xdc\x38\xad\xf5\x45\x7d\xce\x62\xad\x42\x0d\xeb\x05\xd9\xca\x26\x0c\xb8\x2e\x2c\x31\x2b\x62\xd1\x5e\xef\x33\xe6\x47\x2a\xdc\xac\x14\x21\x24\xf9\x4c\xd4\x67\x0c\xbe\xf4\x69\x2e\x61\xb5\xf8\xae\x99\x59\xb9\x75\xbd\x90\xf5\x39\x54\x45\x5a\x4c\x5d\xb5\x64\x33\x51\x93\xd1\x7b\xb1\xc1\x31\x2f\xa8\x59\x80\x45\x30\x37\x3a\x2c\x34\x21\xd6\x5f\x11\x84\x8d\x1b\xd7\x5f\x53\xb6\x16\x40\x88\x3b\xf0\xbe\x5e\xa2\x69\x7b\x75\x06\x87\x82\xd0\xd1\xb8\x8b\x3d\xd1\x09\x9a\xf4\xd7\xf7\xea\x4c\x90\x22\x4b\xd5\x07\xfd\xc4\x4d\xad\x16\x1e\x66\x7f\x42\x1d\xd5\x3f\x62\x0e\xec\xe2\x9c\xfd\x89\x0c\xd1\x7c\x3a\x25\x03\x7f\x00\x7b\xb3\x69\x98\xf6\x66\xd3\x38\x53\x57\xbd\x18\xb4\x37\x9b\x86\x51\xdb\xd1\x65\x9f\x26\xed\xcd\x5e\x6e\x86\x29\xe8\x40\x9b\x9f\x7a\x2a\x9a\x10\xa3\x0c\xbc\x09\x68\x50\x1e\x66\x54\x0c\x2b\x30\xdf\x67\x6d\x46\x73\x72\x86\x15\x78\x46\x3b\x75\x17\xb7\x91\xd1\x65\x62\x81\x75\xd8\x3e\x8a\xb9\x93\x51\x6a\xc6\xac\xbc\x68\x0c\x21\xaa\xa0\x87\x1f\xf9\x70\xe6\x92\x3b\xa3\x2f\x78\x9e\x3b\xb9\xac\x3b\xdf\xd1\xd6\xe4\x77\x72\x59\x41\x8f\x20\x83\x64\xe0\x77\x70\xdd\x68\x60\x26\x9e\x0b\x98\x83\x5c\x5f\xcb\x77\xc0\xa7\x2f\x5d\x79\x1e\x64\xc2\xea\x0f\x41\x06\xb6\xe2\x4d\x04\x19\xd8\x86\x38\x51\xe2\xb1\xcb\x5c\x30\x79\x83\x69\x32\x0f\x3a\x60\xc4\x92\x1a\x32\x4f\xd8\x33\x24\xcd\xcf\x13\x9a\xaa\xb1\xc9\xf8\x61\xaf\x16\xe3\x87\x8d\xdd\x13\x25\xa6\x3c\x61\xc6\x0f\xfb\xd4\x38\x11\x22\x2f\xe9\x6b\x32\x7e\xd8\xab\x87\x4b\x8a\x2c\xe4\xcc\xe7\x82\xd2\xe1\x0e\xa1\xf9\x79\x87\x5c\xbc\xf1\x46\x66\xbe\x79\x41\xd5\xf3\x0e\xc1\xb5\x44\x36\x55\xcf\x0b\x1c\x2d\xbb\x8d\x82\x3f\xde\x93\x8c\x2e\x96\x40\x38\x19\x5d\x9c\xfd\x1c\xca\xae\x24\xc4\x79\x41\xf3\x93\xe9\x7b\x32\xba\xd8\x0c\xe4\xda\xc1\x61\x3d\x1e\xcb\xe6\x78\x09\x18\x5e\x2c\x2d\x64\x5e\xd0\xb0\x5e\x00\x51\xc3\x7a\xcd\x18\x4c\xdd\x0c\x76\x09\xa1\xd9\x81\xb0\x73\x52\xbf\xf2\x94\x11\x85\xe0\x60\xdb\x89\x00\x63\x47\xa8\xce\x49\x05\xc4\x3c\x72\x3e\x5c\x5e\x58\x9e\xd4\xbf\xbc\x4e\x93\xfa\x97\x19\xc9\x7c\xee\xb2\xf7\x2c\x4e\xc8\xd5\x1a\xf4\xa6\x68\xec\xa3\x05\x41\xc2\xc9\x49\x78\xf3\x4e\xdf\x5f\xc5\x69\xf9\x73\x09\xb0\xc5\x0b\x83\x90\x60\x87\x83\x4c\xc8\xaf\xc1\x93\xbe\xe9\xf6\xf0\xca\xdc\x8f\xc8\xe9\x1f\x90\x06\xe8\xa5\x60\x89\x95\xf6\x9a\x12\x42\xca\x1c\x18\x38\x29\xf3\x7a\x46\x70\x36\x7e\xfa\xbb\xb7\x25\xa2\xe8\x94\xba\xb7\x08\x66\xdd\xd5\x86\xa2\xa7\x83\xe9\xde\xe0\x6b\x13\x6d\xdf\x1b\x5c\x10\xd5\xdf\x77\x1a\x27\xd5\x46\x05\x08\xc9\x0f\xf7\x92\x90\x6d\xbf\xbe\x21\x02\xe7\xa1\xc9\xde\x08\x03\xae\xed\xd5\xc1\xe4\x1b\x9e\x01\x4a\x83\x7d\xe0\xbf\x03\xb3\x27\x04\x4f\x80\xa3\xad\xaa\x89\x7b\x0a\xf5\x71\xc0\x1d\x71\x1a\x6d\x09\xb8\xd5\xf5\xf7\xee\x80\x4a\x5d\x1a\x3b\xf0\xe0\x70\x67\x38\x38\x3c\x36\xaf\x3f\xb5\x6a\x75\x23\xae\xc0\xf5\x31\xee\x38\x78\xcb\x83\xda\x17\x6d\x58\x6a\xc3\xe1\xa2\xe5\xbf\x13\xcd\xff\x9a\x0f\x2e\x2b\x75\xd5\xfa\x1b\xf9\x8e\x49\x6b\x7d\xb3\x60\xa1\xcc\x80\x37\x2e\x23\xb5\xe8\x74\x3f\xf2\xac\xdf\x87\xed\x79\xb8\x3f\x46\x9b\x79\xb9\x13\x83\x87\x8c\xbf\x04\xc3\xe5\xcf\xa2\xa1\xef\x0c\xed\xcd\xc4\x90\x21\x3c\x7a\xb5\x33\xd9\x94\xc0\xcf\x64\x4b\x7e\xde\xb1\xa7\x05\x0e\x6f\xef\xb1\x57\xf0\xce\xb8\x11\x46\x36\xc4\x3b\x33\xb8\xda\xe4\x99\x61\x22\x30\x42\x11\x7d\x50\xe2\x6b\x4a\x13\xca\xb7\x87\xb8\xa9\x4a\x6b\x88\xb2\xad\x0d\xeb\x26\xaf\xff\x16\xa7\xbb\x0b\x75\x2e\x61\x0c\x71\xb6\x76\x47\xdc\xbc\x2e\x54\xca\xfb\x5d\x60\x1c\x97\x53\xeb\x2e\x3c\x4c\xfc\x3d\x8b\x3e\xe8\xf8\xbd\x97\x40\x5c\x7c\xfb\xcf\xbd\xa4\xdb\x62\x1c\x56\x98\x62\x74\x3a\xde\xcc\x36\x74\x35\xee\xbb\x72\xc7\x8a\x88\x59\xb4\x25\xb8\x83\xb6\x68\xc8\x3b\xae\xc2\xff\x60\x9c\x22\x99\xd0\x35\x4f\x6e\x84\xe5\xd6\xee\xfe\x91\x13\xdb\xfd\x3d\x74\xa2\xe4\xf9\xc2\x8c\x69\x0a\x5a\x82\x70\x76\x88\xea\xdd\x28\xad\x0b\x01\xbc\x6b\xb4\x49\x09\xbf\x19\xef\x20\x8e\x77\x23\xde\xc1\xf5\x15\x6f\xd4\x27\x77\x05\xe7\x9b\x37\xec\x48\x7e\xb8\x1b\xc5\x47\x7f\x0f\xae\xde\x3c\x01\x70\x4c\x1b\xe7\x6f\xd6\x2b\x37\xd1\xa0\x5e\x79\x91\xc0\x74\x37\x1a\x0d\xfc\x9c\x77\xb7\x68\x89\x21\x01\x17\x73\x91\xce\x18\xd1\xd7\x0b\x5c\x02\xcd\xa8\x93\x66\x34\x01\x08\xc0\x8e\xd2\xbd\x59\xce\x5c\x87\xe1\x8d\xe2\x2d\xb6\xa2\xdc\x08\xa8\x70\x48\xd0\x3d\xe0\xf7\x94\x55\xe4\x1e\x64\x1b\xc2\xe8\x12\x70\xa3\x6f\xcf\xb8\x07\xd9\x84\x9f\x83\x66\xbb\x9f\x43\xed\x95\x00\x74\x0f\x92\x88\xdf\x87\x97\x71\xf8\x7d\x92\x84\xe0\x1d\x10\xc8\xba\xe7\x03\x97\x9b\xf7\xc0\x8e\x88\x1b\xef\x81\x1d\x4e\x45\xf3\x70\x98\x4e\xab\xad\x72\x37\x93\xfa\x86\x5f\xa0\x47\x4a\x13\x64\x21\xc0\xe6\x4d\xb3\x64\xdc\x64\xc3\xf3\xbd\xc3\xd9\x30\xdc\x21\xd5\x62\xcd\x78\x87\x5a\xec\x5d\x8c\xab\x3e\x7d\xf9\xd1\xbd\x43\x2d\x36\x89\xc0\x42\x5a\x5c\x4f\xfe\x3e\x68\xfe\x35\x2f\x5b\x52\x6d\x76\x7e\xcc\x8d\x2c\x3d\x5b\xa6\xee\xa3\x61\x1b\x68\x06\x07\xf2\x9b\xb2\x9f\x33\xd0\xca\x48\x39\x1e\x5e\x27\xac\x3f\x25\x00\x4d\x46\xb4\x87\x1a\x88\x83\x91\x62\x3e\x6e\x50\x1f\x25\xda\x98\x7e\x9f\x8f\xe6\x23\x30\x4e\x84\x2e\xfa\x79\x26\xf7\xd3\x10\x27\x6e\x60\x73\x73\x40\xf7\x13\xd0\xb8\x9b\xdf\x77\xdc\xdc\x90\x7c\x5d\x34\xe1\x46\x48\x84\xdd\x5c\x37\x42\x22\x5c\x5b\xfd\xbe\x50\x81\xa7\xfd\x28\x5c\xe0\xbe\x10\x26\xe4\x5d\x76\x91\x4f\x68\x72\x17\x74\x68\xef\x12\x44\xce\x9a\x4d\x5c\x64\x1b\xfe\x1c\xd2\xa0\xcf\x52\xc8\xc0\xe6\xb3\x17\x73\xaa\x5f\xdd\x43\xaa\x7f\xcd\x9d\x5c\xc2\xcf\x11\x9d\xf0\x62\xbc\xa8\xf8\xf7\x62\x3b\x93\xc0\x8a\x88\x27\xc2\x9c\x8c\x3c\x54\x32\x71\xf5\xb0\x1b\x76\xd7\x62\xe4\x4d\xf0\x39\xd3\x03\xef\xc4\xf1\x2e\xa5\xad\xd5\x8c\x1b\x85\x49\xe2\x6b\x7c\x98\x1b\x0d\xe1\x44\x18\x96\x17\x0b\xc2\xae\x0b\x52\xdc\x37\xe7\x27\x78\x50\x76\xc4\x05\x2c\x6e\x18\x67\xed\x36\xbe\x51\x66\x24\xbe\xbe\x07\x82\xcd\x65\x50\x54\xc4\x05\x31\xee\x1b\x6a\xbc\xe7\x7b\x13\xc1\x7e\xff\xe6\x1d\x5a\x6c\xd7\x0d\x45\x43\x54\xa1\xa3\x6e\x1b\xac\x97\xd9\x6d\x84\x40\x7d\x88\xbd\x6e\x14\x3d\x3f\x4c\xa5\x6e\xa8\xeb\xa7\x8b\x4d\xeb\x86\xba\x7e\xe5\x73\x90\xd5\x0d\x92\xa7\x44\x85\xba\x6d\x1c\xbf\x7e\xda\x08\xa3\xd5\x4d\xf5\x75\x0b\x01\xfd\x05\xb5\xb1\xb9\xa2\xe6\x43\xc9\x34\x6b\x3e\x08\xa3\x95\x0f\xb7\x6e\xb4\xde\x76\xcd\x87\xd6\xdb\xee\xf7\x61\xbd\x4d\xee\x1f\xf0\x46\xcf\x87\xf0\x7a\x3c\xd6\xda\x74\xff\x84\x37\xab\x7d\xf1\xee\x05\xb5\x41\xc0\x49\x6d\x04\xdd\xca\x4f\x51\xb7\xa7\x3e\x88\xfa\x8f\x34\x68\x69\xfc\x48\x49\xa4\xf9\x05\x58\x31\x3c\x01\x9a\x7b\x3d\xe1\x88\x18\xb0\xd7\x00\x8d\xd7\x21\xab\x8d\x63\xd0\x0b\x16\x9f\x5c\x75\xb5\x61\x85\xe9\x42\x48\x24\xc0\xee\x1f\x00\x27\xbf\xcf\x73\xdd\xfd\x13\xe0\xa1\x36\x17\x58\xe3\x25\x04\x68\x35\x53\x44\x02\xc4\xa6\x88\x84\x15\x4d\x5a\x31\x5c\xf8\x53\xa2\x3a\x4c\xdc\x11\x6e\x43\x59\x32\x82\x10\x07\xac\x50\x90\xba\x41\xfa\x6e\x2a\xf9\x59\x37\x14\x20\xec\xc6\x48\x0e\x90\xdd\xdc\x86\x1d\xc9\x18\xc1\x75\x3f\xdd\x4b\x98\xb9\x02\x82\x08\x05\x0b\xbb\x21\x44\xe0\x43\x37\xc9\x20\x56\xb8\x9b\xe4\x70\xf9\x4f\x37\x86\x19\xfd\xab\x30\xc8\xba\x31\xda\xd7\x34\xc1\x68\x5f\x63\x80\xd1\xbe\xaf\x76\x64\x3a\xab\x3a\x60\x49\x43\xa3\x08\xe2\x75\xf7\x26\x67\xb4\xaf\x37\x71\x41\x04\x56\xf7\xfb\x48\x30\x31\x4d\x15\x18\xb3\x82\x96\xa4\xc0\x32\xe7\x4d\x85\xea\x1f\xe9\x47\x96\xb3\xba\x15\xaa\x67\x5a\x8e\x82\x78\x38\x13\x18\x64\xf1\xee\xf5\xc7\xcd\xfd\xd1\xf4\x51\x59\xad\x5d\xe8\xae\x00\xc6\x04\x5d\x21\x07\x0e\x01\xf7\x88\xe6\xc2\x26\x52\xe6\xba\x77\x3c\x44\xf5\xf8\x1a\x0f\xb6\x00\xd3\x27\xea\x7e\x74\xef\x48\x58\xa9\xbb\x37\x40\x85\xe5\xee\xd5\x1f\xe0\x1b\x6e\xdf\x78\xae\xf1\x19\x72\x61\xe4\xc3\x84\xdd\xcd\x01\x51\x4d\x31\x0f\xd3\x5b\x63\xd4\x89\x97\xa7\x3d\xda\xbb\x7f\x40\x02\x90\x41\xee\xd0\x78\x83\x40\xe8\xa4\x70\xbd\xdf\xa1\xf1\x46\x4d\xb1\x23\x84\xcf\x23\x76\xa0\xd4\x4c\xb5\x53\xb4\x15\x8a\x3b\x50\x6a\x1e\xd3\x61\xfc\x0c\x02\xa1\x43\xb4\x1d\x42\x69\x47\x74\xd9\xf0\xf3\x13\xe3\x79\x3e\x44\xa1\xe7\x0b\xe3\xa7\x97\x7c\x20\x16\x6b\xb8\x1d\x31\x9e\xe6\x33\x38\x7f\xb7\x0b\xbe\xd7\xf8\x03\x11\x88\x3e\x44\x06\xe7\x2f\x78\x07\x02\x2a\xbd\xc4\x10\xc5\x93\x0f\x99\x01\x63\xad\xf7\xc3\x00\xbd\x47\xe1\x07\xa1\x0e\x55\xc6\xf7\xba\x0d\xae\xb9\x10\x44\xd9\x7c\xa8\xc3\x9d\x00\xf8\x39\x5c\x6a\xa6\x19\xca\xea\xc9\x3c\x68\x67\xb1\xf1\x22\x94\xed\xbc\xa2\xa0\x0a\xe6\x1d\xea\xc5\x10\x4c\xc7\xc2\xd9\x30\x53\x81\xc1\x78\x6c\xea\x00\x05\x32\x82\x0f\x76\xc4\x16\xf7\xe6\x0e\x91\xb6\x56\xbd\x68\xb0\x28\xb7\x4d\x73\x5c\xb2\x77\x0a\x3e\xf9\x96\xec\xed\x4b\x2d\xeb\x86\xac\x35\x99\xd0\xea\xb6\x64\xf1\xfe\xe2\x72\xb8\x54\x68\xbc\xfa\x3b\xf0\xbe\x9f\x9f\x68\x7b\x82\x17\xe6\xe3\xfe\xe0\x26\x1c\x06\xe8\xc6\xf8\x7a\x1f\x59\x70\xc3\x44\x79\x86\x35\xbe\x71\x0e\xa9\x7c\x98\xed\x2f\xb1\xbc\x2b\xb8\xbb\x6e\x4c\x7a\x73\xff\x48\x7a\x93\x49\xa1\x6e\x48\x7a\x93\x45\xb0\x6e\x67\x07\x3c\x9a\xdf\x89\xd8\xb0\xd7\xf7\x80\xd7\x4c\x14\x17\x10\xd5\xe1\xf9\x9c\x18\x5f\xf8\x58\x62\x7e\x1b\xaf\xf9\x4e\x3c\x37\x7c\x80\xd7\xf3\xc5\xad\xfb\xc1\x44\x7e\x71\xbd\xf4\x3d\x73\xda\x86\x0f\xca\x8b\x0b\xe4\x0e\x06\x3a\x14\x80\xd7\x8e\xe7\x02\x60\x09\xeb\x6d\x18\xe0\x8b\x0b\x24\x80\x2e\x4c\x78\xd3\x2e\xe5\x7d\x45\x2f\x4e\x8c\xfb\x8a\x9a\x5f\x98\x70\xec\x66\xcd\x70\x12\x02\x75\x38\x23\x20\x76\x3b\xf1\xe6\x8f\x9f\xa4\x71\xd6\x6d\x49\xfa\x6d\x18\xfe\x09\x0f\x88\x99\x08\x2c\xd7\x45\x09\xe8\x75\x83\xe5\xda\x17\x9c\xd6\x8d\x81\xd7\xc9\xdb\x76\xd2\xb2\xe7\x4f\x6e\x40\x50\x04\xe1\x0d\x08\x8a\x50\x7a\x13\x02\xa1\xf4\x46\x15\x1a\xaf\xf9\x0d\xa7\x4a\x11\x84\xb8\x9f\xa8\x18\xc5\xb8\x72\x5f\xe1\x7f\x75\xbb\xe1\x54\x69\x7e\xbf\xe3\x7d\xb7\x61\x07\x33\x8c\x37\x9c\x2a\xaf\xf9\xa2\xee\x50\x11\x8d\xdc\xa0\x39\xef\x19\x68\x07\x35\x7a\xd3\xdf\x20\x3a\x6f\x92\xa5\x2e\x74\x59\x6d\x6a\xd8\x88\x80\xae\x36\xca\xd0\x0c\xb7\x13\xbe\xaf\x6a\x63\x93\xe9\xe4\x09\x1b\x00\x16\x8d\x05\xdc\xc0\xaf\x54\xee\x1a\x36\xde\x92\xa5\x19\x06\x5c\xc9\xaf\xe2\x07\x35\xe0\x4a\x7e\x05\x54\xd6\xb0\xf4\x13\xdf\x59\x57\xc3\xd2\x4f\xba\x14\xc8\x1a\x60\x1b\xf7\x05\xbf\x35\xe0\xba\xce\xfa\xfa\x00\x8e\xda\xe2\xe7\x88\x98\xd4\x59\x16\x96\x82\xd2\x65\x97\xaa\x01\xa6\x72\x33\xe6\x10\x08\xb1\x20\x0c\x64\x2b\xea\x2f\x20\xf8\x20\xfb\xfd\x8a\xe7\x82\x38\x70\x49\x35\x1f\x14\xc3\xb0\xf3\xa0\x86\x80\xbb\x58\x86\x07\xc0\xc5\x26\x5a\xb2\x10\x60\x5c\xce\x6e\x5f\xe8\xd0\xdf\x13\xa0\xcf\x92\x06\x68\x24\x8e\x56\x58\xca\x3e\x02\xf8\xab\x40\x8e\x88\xa7\x90\x00\x1d\x96\x4a\x91\x54\x5e\xa2\x06\x5c\x16\xda\x8d\x02\xdc\x16\x2a\x9d\xb4\x86\x08\x57\x9e\xc4\xcf\x80\xeb\x42\xbb\x89\x26\x22\x5c\xa2\xf9\x7b\xd8\x85\x24\x20\x87\xc4\x2a\x32\xee\x30\x21\x28\x55\x12\x77\x40\xac\x75\x35\x8e\x13\x7c\x91\x12\x31\x43\xe2\x84\x35\x40\x42\x59\x1b\xa9\x08\x01\x15\x08\xdb\x78\xfd\x30\xf1\x81\xdb\xc8\xee\xf5\xa2\xd1\x26\x2f\x15\x22\x64\xb8\x16\x8d\x42\x5e\x19\xaa\x9b\xa9\x6b\xc8\x9c\xa1\x50\x9a\xe1\x3d\x6d\x7e\x8e\x19\x77\x77\xc0\x88\x0f\x41\x98\x49\xf6\xc2\x40\x46\x04\x48\xf1\xfb\x27\xfa\x17\xca\x32\xa9\xda\xef\x13\x20\xbf\x4f\x14\x6b\x3e\x28\x92\x5e\x14\xee\x51\x43\x81\x57\xa1\xb9\x4d\xcb\x9b\x50\x5c\x60\x79\x33\x8a\x0b\xf2\x91\x0d\x70\x21\xef\x14\xe7\x08\x05\x3e\x2b\xef\xab\xc2\x35\xf0\x0c\xe8\x61\xf3\x1a\x14\x78\x3b\xa3\xdb\xf0\xef\x56\x81\x88\x08\x16\x85\x48\xd4\x80\x08\x96\xae\x9b\xef\x6b\xa8\x58\x14\xe3\x18\x8a\x43\x6d\x9e\x02\x82\xad\xad\x39\x86\xca\xd2\x42\x26\xfc\x0a\x73\x62\xfc\x49\xf0\x73\x0d\x15\xd6\xd1\xe2\xde\x10\xd8\x6b\xaa\xc7\x45\xfb\x0a\x5d\xa9\x01\xa1\xd9\x0a\x4f\xa8\x01\x65\xda\x95\x00\x59\x43\xe5\x85\xaa\xe6\xb5\xb0\xf9\xcb\x7e\x5b\x43\x23\xd1\x69\xb6\x08\xd5\x56\xbc\x44\x0d\x0d\x8e\xa2\xaa\x0e\x11\x0d\x23\xaf\x62\x0d\x2c\xc4\x61\xd6\x89\x4b\xf6\xb3\x79\x73\x03\x0d\x16\xb7\x1f\xc7\x91\x27\x40\x08\xfd\x02\x72\xca\xa3\x3b\xbc\x48\x03\xfe\x01\x20\x4a\xf5\x09\x0c\xc6\x96\xc8\x19\x3a\x6d\x03\xe6\x24\x1d\xfe\x69\x09\xde\xa1\x33\xb2\xd9\xac\xa8\xd3\x46\x6d\x24\x74\x4e\xb2\xf8\x07\x7a\xb7\xb4\x0c\xfd\xf1\xb2\xbb\x4f\x5a\x7c\x5f\x6f\x30\x78\xca\x94\xd6\x39\x6d\x11\xd6\xc0\x42\x48\x63\x0c\x03\x77\xbe\x98\x3d\x3d\x01\xd9\x66\x70\x4f\x40\xb6\x69\x95\x01\xd9\xc9\x2f\x14\x96\x71\x15\x66\x58\xc7\x7d\x33\xf1\xb2\x26\xc7\x48\x1e\x64\xf0\x07\xcf\x02\xe1\x04\xc9\x5f\x10\x50\x13\x24\xe2\x67\xaa\x6e\x0f\xaa\x81\xb5\xdd\x37\x6f\xb9\x27\x42\xdb\x24\xf1\x04\x64\x9b\xb1\x3d\x01\xd9\x26\x8a\x9d\x90\xf8\x0b\x6c\x99\xe4\xe7\x0c\x07\xf0\x36\xc0\xed\x41\xcd\xac\x73\x67\x60\xb9\xd7\x7c\xc7\x3e\x31\xa0\x3b\xa8\x2a\xb9\x03\x2e\x8f\x59\xcd\xce\xe5\x71\x07\x0f\x14\xfa\xe2\x60\x6c\x9b\xb9\xe5\x73\x99\x90\xf9\xf9\x52\x86\x72\x33\x3b\x3c\xb8\x60\xde\x3b\x4f\x68\xb6\x8f\x1c\x86\x66\x57\x4b\x36\x4b\x1d\xca\x2a\x69\x5d\xc3\xf1\x88\xdb\xfe\x81\x98\x30\xe4\x0c\xcd\x4e\xd9\x83\x30\x30\xfd\x35\x8d\x27\x20\xce\x7d\xb0\x06\x81\x67\xc1\x00\x39\x93\x1e\xa2\xb5\xf3\x30\x93\x38\x19\x75\xee\x93\x05\xb7\xf4\x6f\x66\x7a\x27\xab\x5c\x49\xcf\x08\xe7\x13\xf3\xa1\x41\x9f\x1b\x8a\x7c\x3e\x9f\x48\xc4\x37\xd9\x9c\x28\xd0\x33\x3c\xc4\xc0\x73\x81\x71\x72\x0b\xfa\x7b\xc4\xfd\x99\xb6\xcf\x67\x07\x8a\x68\x4e\x54\xf3\x32\xa1\x22\x1c\xbc\x0d\x63\x9f\xb1\x3d\xcd\xbc\x8c\xa5\x00\x9b\x99\x1f\xae\x1f\x8a\x9b\x0f\x30\x78\x22\xe2\x66\x4e\x71\x31\xdc\xcc\xa2\xe5\x45\xcf\x8e\x39\x30\x9c\x0d\x71\x33\x15\xc0\xd9\x10\xaa\x85\x3f\x5c\xb9\x5f\x6d\x09\x09\x4b\x45\x29\xc9\xe8\xe7\x15\xfc\xd5\x4c\x95\x11\x35\xd5\x5c\x7d\xa9\x25\xe5\xb5\x3f\xe6\x13\xd1\xef\x2e\x3a\xbf\xd0\xc4\xa1\x96\xc4\xad\xfd\xc8\xdc\x16\xa0\xb3\xc4\xcd\xe7\x0c\x3c\x18\x71\x33\xee\x6e\x46\xf8\x9b\x0d\xc3\x47\x11\x37\x23\x73\xa9\x31\xc5\x8a\x58\x40\xa9\x8f\x97\x4c\x8b\x52\x1f\x56\x9d\xc3\x52\x53\x8a\x55\xd5\xb0\xd4\x94\x52\xcd\x93\x11\x7f\x13\x5f\x27\xf1\xd2\x53\x4a\x35\xab\xba\x79\xf5\x93\xd9\xc8\xcd\xec\x7f\x8f\x70\x31\x66\xc8\x40\x4c\xbc\xe0\x1e\x59\xe2\xe9\x03\x53\x5c\x8a\x4a\xb1\x11\x36\xa2\xbc\x48\x4a\x62\x2b\x11\x9a\x46\xf2\xda\x46\x5c\x76\xaa\x85\x8b\x1b\xbd\x72\x55\xed\xa5\x68\x88\x4b\xc5\x0d\xd7\xcf\xe9\x69\xc0\x6d\x73\xea\x2b\xd0\xeb\xe3\xc7\x88\x37\xd0\x91\x13\x19\x73\x9e\xdd\xa6\xd7\xc2\xdf\xd3\x6b\x21\x68\x50\xc6\xdc\x64\x16\x21\xd3\x5b\x84\x8f\x91\xf2\xa9\xfa\x8b\x48\x33\x13\x73\x8a\x11\xc5\x3f\xdd\x7f\x84\x38\xea\xfe\x23\x42\xd9\x3c\x7f\x48\xf4\x36\x71\xc7\x48\x61\xce\x6d\x08\x73\xc6\x6e\xe4\x35\xda\xaf\x1f\x9e\x33\x35\xeb\x07\x30\x6d\x1d\x78\x31\xa1\xbc\x8c\xb4\x9a\x98\xc8\xa6\x34\xe3\xc4\x8d\xa5\x19\x25\xd4\xe2\xf3\x8c\x10\xa4\xa3\x3d\x12\x53\xe3\x35\xdd\xee\x9f\xf2\xe8\xeb\x0d\x38\xca\x8c\xa2\x04\x3f\x86\xc4\x82\x98\x1e\x23\xab\xda\xf0\x63\xb8\xc3\xfc\x70\x5a\xb5\x71\x11\xb8\x4e\xa1\xb8\x24\xfa\xf6\x9a\x70\x46\xc0\x68\xf6\xfb\xb0\xbe\x88\xfb\xc4\x0c\x45\x56\x42\x47\xcc\x50\x64\xa3\x9f\x1f\x0b\x40\x37\x4f\x3a\x91\x85\xd0\x8c\xf9\x0b\x5f\x19\x69\xdd\x7a\x5a\x18\x5f\xac\xc7\x48\x85\x4c\x6e\xc6\xd5\x14\xec\x85\x65\x42\xd5\x5c\xa4\xaf\x78\xfa\x1a\x0b\x02\xbc\x92\x9f\xb3\x4a\xa8\x9a\x28\x8d\xf1\x1a\x1b\xa5\x31\xc4\x23\x63\xc5\x8d\x3c\xda\xdb\x71\xc9\xe9\x55\xe1\xf8\x35\xa2\x48\x5e\x30\xe6\x58\x2a\x44\xa3\x57\x7a\xa4\x35\x59\xd4\xc8\x0b\xde\x89\xb0\xff\x07\xef\x0d\xd8\xfb\xab\x35\xee\x88\xca\x21\x2a\x89\x57\x23\xea\x74\xab\xbc\x56\x8d\x95\x6c\x5f\x03\x36\xb8\x44\x65\x31\x88\xa8\x24\x12\xbd\xf2\x30\xe0\xa7\xd7\xfb\x38\x51\x65\x03\x89\x08\xb5\x51\x3e\x7b\x8d\x28\x78\x17\x4c\x59\xb8\x1e\x29\xbe\xde\x47\x68\x8d\x8c\x38\xb1\x81\x52\xa5\xb0\x47\x5c\x90\x14\x3d\x7f\x44\xda\x84\xd7\xfc\xe0\x92\x96\x89\x24\xc2\x5d\xa0\x7a\x64\x35\x32\xd2\xc6\xdf\x77\x9c\x6a\xa6\xec\x4e\xf8\x7e\x12\x9d\x56\x23\x6b\xe3\x29\x2e\xbc\xc6\x0e\x87\xb6\x59\x5d\xc7\x09\x68\xd6\xc3\xc2\x28\xca\xd6\x5f\xaf\xf2\xb4\x51\x9b\xe8\x10\x7a\x18\xb8\x6e\x74\x74\xa2\xc7\x03\x42\x6a\x32\x7a\x18\xa8\xee\x01\x51\x2f\xaf\x25\xef\x94\xc1\xe3\x4d\xf8\xe2\x25\x4b\xc6\x17\xa4\x75\x15\xcf\x59\x98\xc7\x04\x84\x1f\x08\xeb\xaa\x3c\xb5\x30\x05\x08\xfd\x3d\x4e\x70\x33\xd3\x41\xc9\x43\x00\xb1\x1c\xde\x66\x56\xb4\xb3\x36\xa6\x8e\xbf\x08\x6b\x7f\xb5\x83\x26\x42\x8a\xb6\x55\x2b\xee\xf0\x52\x9b\xff\xb2\x30\x49\xf1\xfb\x48\x99\x32\x49\xf3\x12\xa4\x57\x7f\x64\x76\xee\x0f\x4e\x5b\xe9\x27\x11\x85\x49\x8a\x0f\x3b\x16\x26\x91\x8c\x1e\x19\xa9\x13\xfc\x1c\x3e\x5b\x9d\xe7\xf1\xe0\x79\xa6\xf9\x41\x5a\xb6\x19\x31\xb2\x50\x89\x04\x82\x78\x20\xc4\xd3\xe7\x17\xef\x34\xf2\x92\x1c\x0c\x70\xd5\x7c\x21\x18\xdb\x6c\x18\x0f\x5e\x21\xe1\xf1\x08\x8f\xfb\x23\xc9\xeb\x7b\x48\xc5\xce\x8b\xae\x11\x31\x3b\xd9\x7b\xf0\xa4\xa9\xd9\x10\x9f\x5c\x23\x41\x0c\x29\xb9\x36\x1f\x40\x27\xeb\xdc\x6b\xc8\x13\x96\x4b\x99\x66\xe3\xc9\x25\x74\x07\x04\x51\x28\x39\xb9\x84\x9e\x11\x97\x50\x28\x3d\x19\xd4\xeb\x36\xef\x56\xf1\xfb\xa8\xc0\x64\xa2\x62\xa1\x14\xf7\x0f\x91\xd9\xa6\xe5\x78\x31\xb0\x42\x00\xa2\x4e\x8a\xdd\x33\x91\x35\xf2\x9a\xf9\x2e\x04\x68\x1b\x26\xe3\xc5\x3b\x23\x44\x53\x17\x6f\x1a\xd1\x04\x2f\x02\xe0\xe7\xf0\x9b\xfa\xc4\x67\x28\x4f\x36\x86\x9e\x42\x28\x3e\x48\x70\xb3\xa6\x5d\x58\x71\xa2\x07\x53\xcd\x84\x5f\xdc\x1b\x7b\x22\xb6\xc4\x47\x38\x4a\x99\x74\xef\x8a\x25\xe8\x56\x7b\x60\x22\xe4\xdc\x6e\x14\xdc\xf0\xca\xf9\x9c\xbb\xe1\x79\x96\x7e\x16\x51\x9b\xba\x7b\x97\xf0\x4a\x20\x53\x15\xae\x04\xb2\xc7\x21\x32\x8f\xd2\x54\x88\x42\x27\xf6\xd8\x44\xe4\x55\xda\x03\x16\x11\xbb\x63\x17\x5d\x44\xec\x8e\x3d\x6a\xf1\x26\x06\x3d\x1f\xc2\xef\xf1\x01\xbf\x49\xe8\x86\x17\x52\x52\x65\x42\x6c\x8f\x1d\x3c\x69\x23\xfc\x7e\x0e\xc3\x6f\xf1\x73\x84\x11\x68\x17\x26\x88\xc8\xca\xb0\xa8\x09\x15\xf5\x54\x78\xb4\x26\x64\x72\xaa\xf2\x4d\x4d\x88\x0d\xb2\xdb\x37\x21\x36\x48\x37\x2c\xd7\xc4\x3b\x3f\x47\xf9\xc9\x41\x93\x36\xba\xd5\x3d\xf8\x8d\xce\x34\x58\x80\xcf\x5b\x52\x45\x82\xc8\xad\x30\xe9\x9a\x50\x4e\xcf\xde\xab\x04\x91\x5a\x85\x01\x6a\x42\xda\x66\x4b\xc6\x46\x04\x74\xe2\x00\x89\x79\x93\xc2\x7e\x8a\x70\x0a\x27\xb7\xe1\x14\xce\x7e\x1f\xee\xaf\x6d\xf8\x05\x2e\x87\x20\x40\x24\x4c\x1e\xfe\x02\x37\xeb\x0f\xed\xb0\xc4\xc0\x74\xd1\x6f\x42\xa2\xe5\x6b\x86\x88\x84\xa9\x76\x3f\x25\x08\xc1\xaa\xde\x54\x13\xa4\xe0\x3c\xb2\x7b\x84\xa3\x5e\x14\x9c\x70\x35\x4f\x4a\x9e\x01\x1c\xe1\xaf\xe7\x70\xf9\x65\x0f\x00\x98\xbd\xc2\x09\x8e\x7b\x53\x4c\x42\xe6\xb1\xc7\xcb\x58\x14\x3f\x67\xa8\x8d\x29\x26\x23\x86\xd6\x00\xe0\xe6\x1e\xd5\xb5\xa9\x09\x17\xf3\x44\x63\x00\x17\xf3\xa4\xd7\xfb\x84\xc7\xef\x23\x96\x43\x3b\x20\xe1\xae\xd0\xe4\x45\x86\x10\x9d\x0c\x4f\x46\x20\x42\xf5\x73\xc0\x53\xfd\x9c\xf0\x78\xfe\x58\x42\x71\xa0\xc4\x48\x1c\x13\x19\x2e\xf2\x49\x1e\xbf\x70\xc5\x34\x3f\x06\xde\x78\xc5\x0b\x17\xcc\xfd\x11\x3e\xf7\x07\xf8\x3c\x7e\x21\x0d\x8a\x84\x18\x98\xf3\x9a\xcf\x45\x5f\x8e\x00\xa2\xcd\xdb\xa1\x14\x09\xd7\xe4\x0c\x59\x17\x52\x85\x17\x3b\xfa\x03\xa8\x25\xc6\x18\xa2\x63\x9a\x31\x86\xc0\xf5\x26\xe1\x3c\x55\x9a\xed\xa5\x2c\x24\xdc\x82\x33\x4c\x83\xa8\x27\x6d\x33\x65\x42\x59\xbe\xe1\x0e\x70\x29\xce\x8b\x44\x97\x74\x1d\xad\xb9\xa4\x25\x5d\x47\xe5\x59\xd6\xd4\x00\x40\xf2\x73\xb8\x48\x9b\xbf\x27\x40\x9a\x70\x83\x5b\xde\x24\x0b\xe9\xba\xbd\xd6\xac\xc1\xcd\xfd\x7a\x01\x10\x7a\x4f\x2c\xf1\xba\x0d\xd9\x6a\x53\x03\x80\xc6\x18\xc4\xe9\x6a\x79\x30\x2d\x79\x3a\x36\x7f\x80\xe8\x9b\x61\xa2\xef\xd8\xe6\x9e\xe1\x92\x98\x63\xf3\x12\x21\x1a\xa7\x99\x93\x75\x40\x6c\xc6\x83\xe8\x9b\x91\xfc\x3d\x96\xcc\x18\x46\xf4\x4d\x93\x82\x94\x3a\x03\x0f\x04\x10\x2b\x8c\xa8\x58\x7e\x4d\x1d\x1e\xc3\xea\x01\x00\xa1\xa9\x0e\xe1\x38\xb6\x29\xa6\x0e\x3f\xbe\x77\x29\xc2\x73\x86\x27\x3c\x08\xb0\x30\x8c\x48\xf9\x66\x92\x18\x74\x02\x0b\x21\x08\xcf\x69\xe6\x7b\x08\xcf\x19\x06\x00\x91\xf3\x56\xee\x13\x22\xe7\x9b\x39\xef\x20\x4d\x6a\x7e\x83\x2b\xe6\xf1\xb9\x62\x3f\x3b\x67\x06\x81\x75\xe7\xa0\x57\x6f\x08\x84\xf2\xa8\xae\x64\x4d\x08\xb3\x6f\xa6\xc7\x9d\xf4\xaa\xc9\xec\x70\x9e\x4a\x3f\x4a\x3b\xc2\x12\x4c\x5e\x3b\xc2\x34\xbc\x3a\x3b\xc3\x4a\x34\xf9\x9d\xab\xab\xd5\xde\xb9\xba\x7e\x0e\xf2\xf5\x7c\x77\xb0\x6c\x53\xd3\x8e\x28\x0d\x23\x63\x27\x32\x3c\x5f\xee\x4f\xbf\x0f\x78\x8d\xdc\x03\xfe\x6e\x2f\xc6\x81\x30\x1a\x8f\x0f\x51\xbd\x6e\xde\xd0\x07\x07\x10\xc0\x07\x42\x08\xbc\xbf\x4e\x84\x0c\x54\x75\x00\x59\xbc\x6f\xd2\x97\xd2\x89\xa0\x09\x33\xb9\x13\x1e\x75\x93\x17\x03\x75\x4c\x5e\xcc\x44\x95\x7e\x96\x4e\x70\x84\xea\xef\x1b\xde\xd7\x04\x4f\x78\xd8\xcd\x34\x4f\x5a\x5e\x84\x01\x54\xaf\x76\xc8\x6e\x42\xf5\x6a\x2b\x57\x89\x81\x3a\x3e\x84\x4e\xe4\xea\x54\xf7\x0f\x80\xbd\x02\x27\x8d\x73\xea\x8f\xd5\xac\x65\x1e\x4f\xbc\x4d\x74\xb8\x43\x96\xb3\x6e\x6e\x03\x01\x66\x91\x17\x82\x26\xbc\x64\x17\x59\xa0\x07\x00\xc0\x3e\xc5\x2f\x00\xec\xfd\x7c\x21\x12\xcb\x1c\xf0\x42\x94\x88\x59\xf8\x85\x28\x91\xee\xf1\x01\xb0\x19\xd8\x85\x88\x02\x33\x24\x18\xce\xcb\x30\xc6\x2f\x44\x89\x78\xcf\x4c\xd0\x90\x69\x90\x81\x3e\xf2\x41\xa4\xc9\x7a\xf0\xdd\x2f\x60\xd3\x34\x77\x80\x73\xd4\x2c\x75\x02\x03\xde\xf1\x48\x4b\xed\x0e\x8a\x48\xb3\x7d\x7f\x8d\x68\x1e\x8b\x8a\x29\x0e\x22\x4e\x93\x6b\x2e\x94\x4c\xa0\xa0\xf9\x39\x42\x16\x64\x64\x48\x13\x10\x79\x17\xde\x80\xc8\x07\xfd\x8d\xb2\x59\x1e\x9f\x81\x3f\x9e\xf0\x4d\x1a\xf6\xfb\x08\xfc\x69\x7e\xce\x25\xd5\xf8\x37\xa2\x42\xcc\x32\x11\xe6\x5f\xed\x12\x49\x88\xf4\x71\x48\x44\x7a\x2e\x0f\x7d\xbd\x70\x72\x5f\x7a\x08\xca\xa3\x82\x21\x33\xd6\x46\x3b\x3b\xf3\xca\xfe\x21\xcb\x49\xde\x10\xc7\x21\x95\x33\x6f\xfb\x42\xaa\x58\x5f\x5e\xf2\xfd\x50\x4e\x7b\xcd\x4b\xbe\x1f\x2a\x2d\x59\x33\x43\x6b\xc4\x09\x32\x6c\xe4\xca\xa0\xaa\x19\xa1\x35\xb6\xb8\x67\x18\xcd\x6d\x98\xcb\x01\x61\x1e\x52\x61\x73\x48\x78\x5f\xfd\x05\x04\x55\xe8\x24\xce\x4b\xc4\x1f\x36\xb4\xfc\xff\x8c\x9d\xc7\xd9\xf4\xba\x0e\x83\x5b\xb9\x25\x38\x29\x6d\x4e\x2f\x8e\xfd\x97\x70\x9f\x01\xfc\xe3\xf5\xf2\x5b\x7a\xc6\x96\x44\x05\x8a\x01\x24\xb7\x9f\x48\x3f\x30\xec\x6d\xb3\xc7\x1f\x7a\x14\x98\xba\x7c\xbe\x17\x88\x22\x9b\x66\x9b\x05\x9a\x80\x5e\x25\xd0\xc6\x30\xb8\xd9\xca\x1e\xfd\x66\x5b\x66\xb5\xf7\x27\x78\xda\x66\x13\x7c\x94\xc7\x4d\x26\xf8\xa4\x5d\xa9\xdb\x52\xd5\x59\xcf\xb3\x76\xf4\xcc\xb3\x88\x9b\x19\xcc\xae\xc1\x86\xb8\xd7\x24\x1f\xe2\x16\x11\xf7\xf9\x5e\x8b\x33\x33\x78\x2f\x4e\x26\x4b\x20\x9c\x64\xed\xac\xdb\x3a\x69\x3c\x59\x2c\xd5\x90\x69\x9f\x0e\x9c\xae\x3b\x0a\xda\xa6\x9a\x32\x78\x95\xb6\xd5\x04\xa6\x83\xd5\xdb\x8f\x0e\x44\x60\xb4\xe3\x6d\x7d\xb7\x7c\x28\xfa\x29\x2b\x03\x39\x6b\x7b\xe3\x6c\x99\xc2\xd5\xd1\x44\x85\x2f\x4c\x23\x2f\x78\x41\x69\xe1\x47\x23\x3a\xe4\x26\x58\xcf\xc2\x9c\x08\xd6\x93\x4c\xac\x75\xdb\x4c\x62\xe6\x40\x79\x61\x30\x00\x6c\xca\x03\x03\x2e\x7e\x53\x1e\x98\xce\x86\xfe\xa9\x0b\x03\x83\xc6\x56\x54\x14\x20\x5c\x68\x2b\x62\xfc\x4c\xa9\xf3\xc4\x30\xa5\xce\x13\x53\xf9\x5f\xa0\x9b\x4a\x7b\x43\xed\x87\xfe\xb2\x5b\xa7\xa5\x03\x6f\x0a\x06\x24\x0c\x0a\x3b\xb8\x98\x80\xac\x81\x31\x37\x70\x00\x63\x6e\x72\x95\x6d\x55\x00\x0e\x26\xa4\x4a\x38\x88\xb6\xb0\x09\x61\x83\xc5\x61\xab\x42\x0d\x85\x4d\x6e\x02\xd8\xe0\x9b\xdc\xaa\x4b\x77\x85\x2f\x6e\x55\x65\x0d\x36\x3e\x38\xd4\x20\x03\x38\xf5\x1c\x82\xaa\x92\xf6\x57\x06\xe4\x14\x09\x91\x36\xb6\xaa\x14\x09\x91\x46\xb6\x66\x6c\x00\x6b\xd0\x7c\x1b\x87\x15\x6f\x86\xcd\xb0\x0d\x9b\x50\x43\x11\x37\x36\x65\x91\x21\x7e\x61\x53\xce\x43\x60\xb0\x5b\xf3\x22\x65\x88\xcd\x24\xf1\x2c\x5f\x1a\x23\x6c\x82\x76\x35\xda\x97\xa7\x07\xa5\x74\x73\xca\xc3\xce\x00\xbd\x8b\x33\x47\x4e\x61\x08\xdb\xec\xce\xf6\xc7\xa4\x38\x45\x61\xe1\x59\x11\xe2\xec\x12\x5b\xd8\xa7\xdc\x7e\x5b\x37\x46\xa3\xd1\xa4\xb1\x25\xb9\xc1\xb7\xee\x0c\x44\x71\x63\x6f\x02\xd1\x34\xec\xfe\x5b\x37\x2a\x23\x62\xcf\x66\x14\x4d\xa4\x9a\x6d\x38\xf7\xf4\xe7\x07\x81\x7f\x72\xc7\x6e\x43\xc9\x29\x22\x26\x6d\x43\x90\xb4\xc8\x65\xdb\x78\xe1\x5b\x34\xe0\xac\x86\x4c\xe5\xf0\xf6\xea\xfc\xa0\xb5\x60\x26\x8c\xa1\x29\xb4\xf0\x92\x45\x1f\x12\x7d\x56\x88\xb0\x1b\x33\x13\xf3\x22\x68\xa2\x8e\x6e\x6f\x8e\x43\xd8\xe0\x2e\xaa\x58\xcd\xdd\x50\x93\x68\x63\xdb\xee\x43\x9e\x2e\x76\x91\x19\xf1\x75\xdb\x7d\x86\xf8\xdf\x34\xfc\x09\xa4\xb6\x19\x5c\x53\xe8\x4c\xe0\x9a\xc2\xe8\x04\xba\x83\x83\x1a\x5b\x13\x51\x72\x13\xb6\xa6\xcd\xdc\x99\x87\x57\x31\x0d\xbc\xd0\x9a\x48\x52\x9b\xa0\x35\x09\xe1\xad\xdb\xa1\x55\x84\x87\x09\x59\xd3\x3e\x4c\x57\x39\x0e\xb7\xf1\x69\xd2\x30\x25\xb8\x86\x50\x30\x1d\x36\x77\x3c\x7a\xce\x8c\x08\x04\xd3\x06\x27\xe4\x14\x40\x0b\x3e\xfc\xd3\x30\xb6\x0e\x1f\x36\x06\x66\xfa\xbc\xa0\x7a\x68\x30\xde\x9f\x8a\xb1\x35\xe6\xfc\xa7\x52\x6c\x0d\xbe\x77\xbe\x27\x86\x16\x95\x65\x91\x8d\xf6\xd3\x21\xb6\xc6\x99\x14\xc2\xa5\x73\x66\x7f\x3a\x43\x01\x62\xb3\x9d\x2f\xb0\x27\x3f\x5c\x4e\x27\x19\x2d\x69\xbb\x4c\x43\x86\x7c\xbd\x25\x1e\xd2\xe4\xb5\xe9\x85\x74\x79\x19\xc6\xc3\x89\x74\xac\xee\x04\xe7\xba\x94\x3b\x92\xeb\xe7\x7a\xa9\xe2\x05\x01\x79\xb8\xef\x2e\x47\x4f\x43\xd6\xf5\x9e\xfa\x4c\xd4\xad\xca\x73\x9f\x67\x23\xfc\x98\xe9\x5b\x7e\x7e\x06\x75\x1b\x8e\x84\x54\xfa\x0f\x41\x13\xc2\x6f\x3b\x26\xe8\xd4\x08\x1a\x2e\x2d\x21\x68\x36\x0c\xad\xdb\x3f\x04\x4d\x26\xd3\x29\x69\x6a\x94\xd8\x4d\x20\x99\xb6\x7c\x7a\x75\x4a\xc5\x85\x71\x29\x07\x06\xb7\xc0\xad\xb0\x70\x96\xc3\xf5\x72\x2a\xc2\xed\x63\xca\x43\xe8\x4f\x43\x28\x9f\xc9\x16\xa6\x06\x7b\xf5\xf6\xbc\x7b\x30\x3d\x28\xc9\x0d\xde\x88\x4d\xa0\x1a\x8c\xbb\xdb\x63\xb7\x22\x2c\xf7\x71\x91\x3e\x2e\x4f\xf9\x07\x16\x80\x5a\x9b\x40\x32\x98\x1b\xb7\xc7\x9e\xee\xf0\xe4\x22\x94\x0c\x4e\xaa\x32\xd9\x55\xda\xf8\xc1\xbe\xd1\xf0\xb7\xa2\x54\x36\x0b\x78\xb2\xf2\xd3\x2a\x0a\x66\xf1\x22\xad\x62\x01\x2d\x59\xe4\x25\x58\x00\xf4\x95\xc9\x85\x24\x22\x9a\x16\x61\xf4\x17\xa0\x8c\x45\xf9\x6b\x16\x10\x98\x45\x51\xc4\x0b\xb0\xc3\x32\x29\x9d\x5a\x2e\xdd\x32\x3b\x51\x1c\xc3\x70\x59\xcb\x94\x42\xad\x45\x05\x78\x16\x3c\x7c\xe5\xa7\x4d\x94\x64\xd1\xa9\x65\x76\x81\xc2\xf0\xc6\x22\x8f\xc1\xd2\x0a\x4d\x34\xff\x90\x71\xce\xc6\x39\x65\x98\xb3\xf3\x9e\xf2\xbf\xf3\x9e\x46\x68\x2f\xb3\x61\x4d\xb4\xe8\x3c\xa8\x7c\xe0\xc0\xb2\xc6\xa0\x64\x6c\x44\x02\x2b\x42\xef\xaf\x40\x8b\xca\xf2\x66\x4a\xcd\x27\xcb\x9b\x4d\x29\x74\x2c\xab\xa0\x50\x73\x9e\x9d\x3a\x35\x13\xa1\x88\xe2\x15\xaf\x40\x51\x59\xcb\x95\xbb\xbc\x28\x66\x78\x45\x1f\x2f\xaa\x62\x89\x5c\x59\x7e\xca\x47\xf9\x09\xc2\x7f\xb8\x93\xca\x4f\x33\x29\x18\x54\xcb\xf2\x56\x76\x81\x46\x15\x71\xc4\x7d\x5c\x16\x25\xf8\x0f\x85\x8a\x0f\x28\xc9\xe4\x57\x8b\x72\xb3\xe3\xbe\x2e\xeb\x7b\xb6\x42\x80\xd0\x43\x9f\xff\x8b\xc1\x34\xb4\xe8\xa4\xce\x79\x6c\x82\x98\xa4\xff\xd5\x47\x2f\x13\xb4\xbe\x88\xbc\x3c\x1b\x62\x97\xe9\x31\xb6\x28\x77\x5e\x59\xed\xab\xa5\x7d\x3b\x2a\xf3\xfd\x4f\xef\xa8\x84\xb2\x95\x9f\xde\x51\x09\x55\x2b\xaa\x9d\x49\x00\x45\x31\xd6\x88\xad\x6c\xb7\xc7\xe7\x7f\xe7\x7f\x1a\xbc\x20\x0b\x6e\x64\x8a\xa2\x7a\x41\xa0\xe7\x4a\x51\x6c\x5c\x38\x68\x29\x32\x49\xc7\x64\x56\xe4\xc7\x68\x11\xbd\x4a\x91\x05\x97\x15\x53\xbe\x9e\xcf\xbe\x56\xf9\xa0\x16\xd1\xad\x14\x7b\x15\xb2\x00\xc5\xf5\xc1\x2b\x1d\xc8\xe4\x54\xf9\xe0\xd2\x07\x99\x91\xa2\x28\x9d\x4e\x87\xce\x0b\x11\x99\xa0\x54\x19\x09\x99\x92\x2a\x03\x0b\x1d\x54\xd9\xcc\x38\x25\xd5\x36\xb3\x8c\xb8\xca\x60\xc4\x92\x55\x19\x05\x99\xd2\xfa\xea\x9a\x21\xa1\xda\x78\x40\x03\x97\x47\x94\x21\x2a\x85\xcf\xc2\xae\x6d\xaa\x88\x14\xd1\xb2\x08\xae\x4f\xfc\x60\x69\xbe\xbf\xd3\x81\xe0\xfa\x04\x27\x94\x66\x71\x97\x73\xfc\xe2\xf3\xd9\xb6\xcd\x62\x7b\xe7\x13\x8b\xed\x4c\x9b\xa1\x43\x13\x1b\xa3\x59\xee\x88\xe4\x53\x0c\x0e\xaa\xb9\xa7\x8a\x30\xfa\x73\xcd\xbd\x54\x04\xf0\x59\x00\xb3\x17\x23\x7c\x10\x4d\x8a\x73\x53\x8e\x88\x4f\x45\x1e\x8c\x5c\xb6\xa5\xbb\x3a\x05\xdb\x49\x0a\x48\x23\xce\xae\x74\xa7\x81\x87\x71\x76\xef\x8f\x74\x31\x64\x53\x8d\xb8\x54\x86\x2c\x8c\xf0\xbc\x9f\x2e\x31\xb8\xdf\xcb\x78\xaf\x2d\x3e\x28\xe2\xbc\x7c\x20\x9e\x87\xab\xb0\xc8\x29\xc1\xf2\xca\x07\xb1\xc0\x87\xed\x83\x80\xf5\x2b\x7b\x4f\x6a\xab\xd5\x32\x64\xeb\x8a\x14\x53\x76\x9b\x02\xd2\xff\x2e\x53\x00\x37\xb1\x80\xf6\xf3\x1c\x19\xb5\xc8\x6f\xf0\xf9\x5e\x39\x63\x78\x14\xda\x24\xd2\x47\xd9\x0d\xa8\xa1\x39\x41\x0b\x62\x1d\x2a\x02\x08\x11\xb2\x55\xec\x25\xe0\xf2\x53\xf9\xfd\x12\xad\xb8\xec\xb2\x61\x47\xbe\x2d\x3f\xb1\x7f\x45\xa2\x2a\xc7\xbb\xe6\x99\x9f\xc3\xa5\x90\xb9\xf6\x0f\x8b\x2f\xbc\xd0\xcd\xd4\xd3\xa5\x32\x52\x7e\x5a\x14\xe4\x87\x15\x36\xe4\x87\xe3\x73\xb8\xb4\x35\x23\xb2\x11\x7a\xfd\x13\x2a\xba\x1c\x42\x0f\x44\xe9\x28\xa7\x92\x3b\x45\x09\x2f\xa7\xa0\x20\xf4\xae\x60\xe0\x85\xf9\x38\xc5\x71\xe9\xdd\xc1\xba\x30\xd4\x9f\x3c\xff\x15\x2e\x4e\x31\x5c\xb8\xc5\x25\xfb\x71\x54\xd5\xe2\xb2\x45\x9d\x0d\x7e\xe9\x0a\x8b\xda\x58\x7e\xe2\xfd\x20\x0b\x42\xb9\x5c\xfa\x9d\x0d\xe3\x6c\x94\x91\xf5\x8a\x6b\xdd\x23\x97\x5d\xce\xef\x8a\x44\x74\xbd\x97\x14\x5d\x5a\xca\x62\xcb\x5f\xaf\x94\x15\x2a\x0c\x88\x6f\x90\x2d\xf1\x1e\xa6\xa9\xe4\x3b\x13\x6b\x24\xbb\x3e\x21\x5b\x45\xc2\x7d\xed\x5c\x64\xb7\x02\xf5\x69\xae\xfe\x36\x75\xba\x73\xb5\x7a\x5a\x73\xad\x88\x3c\x0a\x56\x8a\x90\xa8\x4c\x3b\x33\x62\xa5\xd0\x3e\xc9\x73\x5d\x8b\x51\xed\xcc\xf0\x63\xd8\x26\xef\xaf\x7a\x4e\xfb\x8f\x61\x9b\x99\x2f\xa1\x7d\x56\xf8\xb1\x72\x46\xe2\x18\x2b\x8f\x37\x6c\x46\xff\x28\x51\x0a\x5b\xea\x31\x40\x97\xf6\x1d\xd4\x10\x3d\xa6\x4e\x12\x63\xb2\x40\x55\x70\x1c\xfc\x5e\x55\x70\x9c\x12\x29\xa7\x2a\xaf\x3a\x67\xb4\x2a\x8b\x64\x69\x7c\x2f\x44\xda\xca\xfb\xe2\x11\x39\x81\x75\x32\x8f\xe8\x79\x16\xa8\xb0\x32\x1e\x11\xb8\xd2\xbe\x08\x6c\x8c\xc7\x27\x72\xe4\xd9\x04\x2e\x79\x76\xcd\x7c\x9e\x1f\x3d\xa7\x7d\xa7\xfa\x89\x6e\x51\x9d\xea\x27\xb2\x6e\x55\xc9\x4c\xce\x48\x95\xc4\x8e\xd3\xa7\xce\xef\x11\xc8\x73\x71\x61\x82\x3c\x77\xef\x36\x5e\x10\xfe\x28\x82\x66\x55\x26\xca\xf1\x69\xc0\x90\xef\x41\x0b\x92\xcb\x18\x81\x93\xf7\x30\x43\x8b\xe5\xb4\x8c\x48\xc9\x7b\xf0\x1d\x57\x57\xd0\x4c\x2e\xc6\x5a\x17\x21\xc8\x58\x42\x27\xef\x09\x9b\xae\x4a\xde\x83\xef\xb4\x2a\x79\x4f\x52\x1a\xd7\xea\xe4\x3d\x2c\xd9\x22\x84\xd8\xc2\xff\x66\x8a\x0c\xe0\x77\x46\x80\x0a\x54\x57\x39\x62\xcb\xac\x06\xb1\xe7\xde\xac\xc2\x24\x11\x23\x58\x95\x9c\x07\xec\x40\x55\x72\x1e\xbc\xc7\x55\xc9\x79\x80\x06\xd4\x55\x28\xab\xb8\x50\xea\x2a\x82\x58\x02\x25\xe7\x01\xfd\x51\x85\xc2\xc7\xd5\x5f\x37\xf1\xe1\x1c\x92\x6a\x80\x10\x2b\xb0\x09\x92\xc7\x04\xaa\xac\x7c\xed\x74\xb8\x89\x51\x73\x08\x8c\x18\x82\xe2\xcd\x41\xfe\x50\x68\xc8\x10\x53\x6a\xd9\x99\x35\x56\x36\xcc\x4a\xc6\xa9\x6a\xcc\x50\xfb\x93\x6e\x53\x25\x79\x8f\x29\x86\x9e\x6a\x04\x11\xdd\x1b\x31\x04\x81\x45\x04\x73\xc8\x8a\xd3\x1e\xb2\x27\x5d\x83\x08\x57\x61\x15\x26\x08\xf0\x70\x2d\x02\x04\x54\x5a\x10\x20\x20\xb2\x7b\x2d\x42\x47\x44\x52\xa9\x16\xad\xc3\xd3\x6b\xd1\xd5\xc5\x9e\xfb\x89\xd6\x6d\xe5\xb9\x3a\x5e\x3c\xda\x49\xad\x82\x7b\x44\x7a\xab\x55\xf8\x96\xc2\x07\xab\x8f\x55\x46\x50\xa5\x4d\xb0\xeb\x8d\x49\x8a\x76\x50\xab\xb4\x09\x96\x40\xb5\x41\x2b\x49\xb3\xaa\x41\x4a\x6c\x73\x0b\xe7\x70\x8e\x57\x38\x8f\xc2\x5a\xab\xc4\x45\xb6\x4d\x95\xfa\x30\x18\xb2\xc5\x9b\x34\xd0\x24\x4e\x32\xe2\x26\xbf\x06\xbb\xaa\xe9\x76\x86\x75\x35\x5f\x6c\xb0\x92\x26\xff\xee\xe0\x03\xa9\x1b\xf0\xfa\xa6\x5a\x58\x91\xbb\x6b\x93\x37\x0f\x5e\xdb\xe4\xa2\xe7\x1c\x34\xf9\xa7\x07\xed\x0b\x93\xc0\x36\x69\x96\x87\x69\xcf\xe9\xe7\x99\x12\xe7\x9f\x8f\x5c\x5f\xbb\x04\x10\x98\x75\x97\x2f\x15\xe6\x69\x21\x1e\x14\x53\x55\x9d\x23\xd2\x2c\xd5\x9f\x8c\xbe\xa2\x17\x54\xd5\x31\x22\xcd\x51\xed\x72\xae\xc2\xfd\xbb\x9c\xc3\x9c\xfc\x2e\xdf\x1c\xb7\x51\x37\xf3\xcd\x75\x5f\x87\x9c\x71\x74\x60\x91\x3e\xc6\xc8\x3a\x0c\x1a\x60\x4e\x7e\x32\xfd\x20\xe9\x4e\x1d\x72\x38\xc2\xfc\x86\x1c\x8e\xdc\x3f\x43\x59\x01\x3e\xff\x77\x3d\xd3\x81\xfc\x8d\x9f\xf7\x75\x1f\x26\x31\x70\xad\xaa\x78\x34\x7d\x9e\xe5\x88\x89\x87\xb3\x5a\xc6\x8f\xfb\xb0\xfe\x64\xfc\x81\x12\x53\x77\x6b\x80\x19\xb0\xb3\xfe\x7c\xb6\xe9\x2e\xd7\x11\xdb\x6c\x7f\x35\xbc\x4c\xe2\x1b\x3c\xcb\x46\xb5\x7d\x1f\x76\xa7\x60\xd9\xfe\x39\xdd\x36\xe8\x73\x9a\xdf\x60\x59\x76\xea\x1b\x2c\x1b\xd5\xa9\x1e\x4a\x2d\x0b\x83\x7c\x93\x72\x46\x17\xa8\x0a\x96\xfd\x48\x3a\xf5\x50\x4c\x30\x3c\xed\xb0\x03\x8a\xe3\x28\xe5\xa0\xe0\x07\xac\x87\x3d\x35\x9f\x1f\x7e\x94\x77\xa6\x52\x89\x3c\x53\x4e\xa1\x56\x87\xca\xce\x9f\x1f\x0e\xff\xc0\x30\x2f\xff\x40\xa7\xb7\x7f\xa0\x4d\xc9\x23\x8d\xe9\x96\xdf\x60\x9e\x23\xf2\x55\xb9\x01\x10\xca\xeb\x4f\xea\xdf\x50\x72\xaa\xdc\x00\x9d\x05\x16\xc6\x7f\x9e\xe1\xf6\xa7\x87\x9d\x41\x39\xd2\x75\xfe\xb4\x78\x79\xee\x78\xc3\xc7\x80\xc9\xb3\x27\x60\x8e\xdc\x59\x05\xd4\x9f\x7f\xfb\xf8\x2f\x17\x90\xca\x1e\xe1\xca\xab\x6f\x18\x6c\x8c\x04\xf5\x52\xb0\x2e\x33\x7f\x9d\xd2\xd3\x32\xa0\x9f\x56\x50\x08\xb5\xa8\xaf\x52\x10\x97\x6c\xb5\x0e\x00\x8d\xb7\xeb\xbe\x87\x00\x99\xe3\xc7\xc4\x05\x2a\x73\xfc\xf7\x86\xfa\x09\xf6\x05\x6b\x54\x95\xf1\x7d\x5d\x3f\x5d\x9c\x32\x27\xe6\x24\x3e\xce\x6f\x96\x47\x29\x4f\xd3\xc4\xff\xd2\xee\x59\x17\x01\xf3\x0b\x07\xd5\xc0\x7c\xb8\xe7\x23\xa8\x37\x07\xf1\x91\x79\x8a\x53\xf4\x13\xe5\x17\xd0\x45\x4d\x59\x6f\x88\x05\x6d\x93\xaf\x87\x96\x67\x05\x45\x11\x50\xd7\x26\x21\x57\x32\xa9\xed\x27\xba\x0f\x0c\x7a\x6d\x92\x9f\x3c\x57\x6a\x53\xec\x69\x78\x67\x9b\xec\xd7\xcf\xa3\x42\x45\x1a\xad\x29\xd2\x22\x12\x41\x9b\x1c\xe8\x5f\x68\x5e\xb1\x22\x9f\xee\x5d\xad\x9b\x01\xcf\xaf\x85\x26\x4d\xa8\x80\xe8\x42\x17\xb3\x50\xb4\x50\xac\xac\x34\x1d\xd1\xb8\xa9\x60\x28\xd9\xc3\xda\x4f\xb6\x5e\x01\x6b\xb4\xd9\x5d\x46\x2a\x68\x0a\x59\x05\x9c\xd3\x16\xb3\xfb\x34\x28\x30\x0d\xae\x88\xf6\x93\xad\x07\x16\x8c\x26\xd9\x7a\x4e\xad\xc1\xda\x24\x4b\x6f\x64\x95\x6b\x8b\x3d\x11\x3c\x37\x6d\xcc\x0c\xd1\x85\x91\x32\xc2\x45\x05\x34\x69\x4e\xf5\x33\x33\x85\x8b\x6a\x4b\x66\x09\x56\xb1\xf2\x7c\x2b\xb1\x98\x5c\x68\x6d\xd5\xfa\x86\x36\x41\x5f\x06\xff\x56\x9b\x2a\x42\xab\x2a\xd9\xcf\x8c\x74\x75\xc0\x65\x46\x2a\x29\x99\xd4\x5e\x4d\xc5\xec\xe7\xcf\x68\x14\x71\xb9\x31\x9c\x4b\x73\x95\x47\x6b\xca\x74\x27\x4d\x39\x18\x88\x66\x21\x7a\x63\x2a\x37\xab\xba\xf9\x40\x19\x2d\x01\x4a\x35\x65\xb4\x4c\xc6\xfc\xda\x7e\x42\x75\x25\x3f\x64\x53\x8a\x79\xd0\x77\xed\x27\x43\x57\xf2\x03\x36\x25\xb8\x5c\x3f\xfd\x5d\x7a\xce\x04\x49\xe8\x4d\x6a\xed\xda\x8a\xc6\x13\xae\xd9\x54\x98\x13\x2c\x54\x93\x4c\x0c\xb0\xac\x29\x60\x35\x19\xff\x6b\x53\xc0\x2a\xe9\xf6\x9a\x72\xcd\x80\xb5\x6a\xc5\xfd\xd3\x9f\x78\xdc\xcc\xf7\xb2\x7b\x40\x9f\x44\x60\xb0\x52\xad\x3a\x71\x35\x03\xaa\x66\x00\xac\xc8\x2b\xc2\x32\xe7\xd5\xc2\x44\x48\x72\x96\x49\x4c\xee\xad\xca\x7c\xd0\x79\x41\x67\x98\x35\x17\xb2\x65\xe0\xd0\x6a\x02\xae\x80\xca\x6c\xcd\xa5\xbb\x33\xc9\x92\x51\x81\xcd\x36\x85\xa5\x26\x67\x7e\x6d\xca\x3b\x89\x53\xa4\x29\x23\x7c\xe9\x7f\x42\xb3\xb5\xe6\x3c\x5d\x7c\x2c\x16\xc5\x16\x54\xcc\x6a\x6a\x29\xd5\x26\xc3\x33\xe6\xf9\xe6\xec\xf0\x83\xef\xc5\x2e\xe0\x60\xb2\x4b\x83\xd9\x6d\x8a\x51\x25\xd1\x59\x53\x18\xea\x20\x4b\x56\x53\x18\x2a\x99\xd6\x5a\x37\xb5\x7c\x60\x63\x49\x06\xd0\x4d\x6d\x06\xd0\x4d\x10\xef\x2b\xda\x2d\x5a\x56\x93\x45\x1a\x88\x6b\x53\xd4\x69\x81\x47\xab\x3c\x52\x72\xa1\xd7\xd6\x15\x91\xd8\x79\xdf\xf5\x86\xd9\x73\x0a\x53\x05\x94\xdb\x86\x29\xe4\x7f\x59\x43\x62\xcb\x6f\x8a\x52\xc5\x21\xd1\x14\xa5\x4a\x86\xa7\xe6\x94\x32\x6c\xb8\x61\x82\x32\xa0\x21\xeb\x4f\xa7\x3f\x59\x7f\x60\x52\x96\x76\x73\x8d\xb7\xe1\xc4\x69\xfc\xef\xfd\x48\xff\x0a\x19\x85\xe7\x09\xf8\x52\x50\x20\x9a\xa4\xdb\x8e\x2a\xdc\x14\x94\x5a\x3f\x77\x88\xa2\x50\x47\xf4\xbe\x26\xd9\x94\x2c\x04\x4d\xa2\x29\xc8\x97\x76\xd8\x68\xca\xae\x3a\x64\xad\x60\x57\x29\x2c\x15\xab\x6c\x13\xd6\x04\x28\x57\x53\xfd\x7c\x62\x4f\x9a\xe4\x52\xd2\x1c\xb4\x9f\x58\x5a\x89\x1d\x69\xb2\x59\x93\xf9\xb7\x1d\xb2\x66\xb0\x66\x87\xac\x19\x5c\xfb\xb2\x61\x13\x3a\xd2\x1c\x86\x8a\x4f\xbf\x9d\x8a\xc8\x63\x17\x9d\x32\x28\x71\x27\x9d\x26\x28\x04\x9e\x22\xa8\xf1\xbd\x09\xe2\x7d\x13\xc4\xb3\xcc\x2f\xf0\x00\x55\xe7\x27\x32\xa2\xa9\xfa\x7e\xea\xbe\xd4\xa6\xea\xfb\xa3\xf2\xbd\x2c\x64\x2c\xb2\xaa\xf1\x7f\xc4\x00\x09\xa7\x40\xd1\xda\xf5\xe6\xe0\xca\xb3\xcc\x49\x2c\x90\x8b\xf1\x73\xcc\x2f\x27\x1d\x4d\x7f\x97\xed\x63\x19\x9f\x30\x2b\x05\x45\xbc\x5d\x2f\x1f\xa5\x05\x51\x04\x5b\x74\x75\x7e\x8e\x8d\xcc\xde\xa0\xf3\x9a\xaa\xf3\xa7\x1c\x6a\x6d\x97\x28\xe6\x6e\x94\x11\x1c\xc4\x63\x93\xb8\x0b\xda\xaf\xa9\xce\x27\xb1\x31\xcd\x26\x6e\x8e\x8d\xf2\xcd\x63\x8d\x69\xca\x37\x4f\x2c\x4c\xbb\x5d\x1d\x3f\xfd\xdd\x5e\x21\xfe\xd7\x96\xe3\xd8\xdd\x16\xb4\xb2\x82\xb7\xb6\x58\xe3\x59\xf4\x70\x2c\x1d\x23\x8b\x64\xa7\xfc\xf4\xa9\xb1\x5d\xdb\xed\x15\xe4\xd9\x2b\x98\x67\xc7\xc8\xc2\x56\x1c\x23\x1b\x43\x44\x93\xd5\x9c\xf0\xab\x26\xd8\x0a\x9a\x5c\x7b\x94\x8a\x97\xf9\x7f\x4c\x6f\xe6\xcf\x31\xb2\x85\xf7\x4d\xef\x5f\x8a\x13\xd4\xe6\x00\x5a\xe4\x24\xe5\x91\xd9\x88\xdd\x6a\x8e\xa0\x85\xa3\x3c\xde\xcf\xf4\x7e\xdb\xb1\x48\x0b\x66\x31\xff\x1a\xe8\x93\x93\x05\x64\x7c\x7d\x32\x8f\xf9\xfc\xf0\xa6\xfc\xe9\xf9\xc1\xa1\xe2\x0b\x6d\x08\xd1\x86\xb7\xbb\x4b\xfc\x6e\xf8\x45\xfa\xec\xa2\x05\x39\x57\x5d\x05\xff\xc9\xf0\xdc\xe7\xf5\xbf\xff\x2d\xa4\x94\xe8\xb3\xe2\x1f\x06\xcf\x72\x3f\x35\xbe\x97\xb8\xfe\xf9\xbe\xeb\xfb\x0c\x5a\xe5\xfd\xd7\xc6\xb3\xab\xb5\x0c\x1a\x50\x60\x67\xa7\x03\x05\xb3\x76\xfe\xbf\x7d\x5d\x6d\xf9\x41\x56\xc1\x70\xa2\xae\x82\xff\x6b\x2e\xe4\xbe\xd8\x90\x9b\x11\x2d\xaf\x44\x94\x16\x55\xe1\x7f\x0d\x2b\xe8\xaa\xf0\xbf\x66\x23\x75\x4b\xe7\x39\xf9\x5d\x15\xfd\x49\xeb\xd0\x17\x85\xaa\x42\xc1\xa2\xd0\xce\xce\xfb\xa6\x60\xcd\xb3\x72\x4a\x0f\x9e\x45\x40\x58\x53\x5f\x65\x88\x65\xc0\x0e\xb6\xa5\xbf\x55\xe3\xcd\x41\xec\xaf\x10\x1f\x89\xa3\x2b\xd8\xf6\x63\x8c\xef\xaa\x73\xba\x30\xa7\xab\x29\xa0\x47\x2d\xca\xe0\x7d\x51\xd0\x78\x96\xa1\x99\x19\x72\xb0\x2d\x33\xb2\x1a\x1c\x14\x31\xba\x6f\x8a\x46\xa5\x41\x19\xd3\xf1\x80\x75\x1b\xd3\x3b\xff\xcb\x98\xce\x9a\x6d\x26\x39\x1d\xda\x96\x1e\xa5\xb0\x3b\x1a\x97\x29\xde\xec\x50\x5a\x79\xc1\x14\x33\x20\x85\xab\x72\xba\x94\xe9\xbe\x4f\xd1\x0a\xbb\xe3\x71\x1b\x3d\x9a\xe4\x4c\xd9\xa6\x45\x0c\x77\xed\xca\x6a\xb3\x7e\x28\xf0\x2e\x0c\x05\x8e\xc7\xe5\x7d\xe1\x5a\xc8\x25\xd2\x8b\x28\x66\x53\x08\xd7\x42\xb2\x92\x5e\x8a\xbd\x03\x19\x80\x34\x8d\x8d\x08\xe6\x5e\x0c\xeb\xc8\x95\xdc\x55\x09\xaa\x81\x85\xe9\x55\xf6\x76\xc6\xe4\x80\xd7\xdc\x38\xbd\xc9\x5c\xce\x24\x35\x99\xcb\x39\xcb\x4d\x01\x82\x9c\x55\x07\xbc\x72\xd2\x9a\xac\xe3\x6c\x93\xa6\x68\xc9\x70\xe8\xee\x80\x57\x78\x41\xb3\x7f\x20\xe3\x51\xdd\x52\xac\x09\xdd\xf1\xad\xac\x81\xe3\x5b\x99\xc3\xa6\x00\x41\x56\x5d\xc9\xe6\xc9\xd3\xd9\x95\x6c\x9e\xfc\x3c\xbd\x0b\x4b\x14\x53\x74\xef\x0a\x88\xa4\x3f\x87\xbb\x7e\xde\x7f\xe5\x42\x1a\x14\xb8\x88\x73\xd2\x45\x30\x8b\xe6\xf8\xd7\x5c\x51\xfd\x2d\xec\xc4\xae\xea\xa2\x98\xa3\xeb\x00\x58\x8e\x7e\xd7\x0c\xf4\x3f\xc5\x83\xf6\xae\xe9\xe1\xd4\x75\x2d\x67\x44\x96\xee\xe0\xd7\xc8\x9c\xdd\xc1\xaf\x6c\xb9\xe1\xe5\xcd\x72\x0d\x91\xcf\x99\x50\xee\x7a\xa2\x5c\xba\xca\x48\xe1\xe6\xee\x2a\x23\x45\x9e\x91\x3e\x9c\x47\x04\xbe\x33\x4c\x0d\x03\xd2\x80\xd9\xc2\x43\xfe\x1d\xf6\xb8\x72\xd3\x93\x43\xb0\xef\x5e\xbf\xfc\xef\x80\x56\xf6\x8f\x03\x5a\xd9\x8f\xbb\xb0\x61\xb9\x63\xbb\x03\x5a\x3f\xed\x29\x79\x0d\x61\x5a\xdd\x11\xad\x1c\x08\x47\xb4\xb2\x3c\xbb\x96\x8b\x0d\xa3\xd2\xa9\x24\x4f\xeb\x8e\x68\x8d\x5a\xd0\x77\x13\x48\x87\x26\x90\xfe\xb4\x61\x23\xc4\xf6\xdd\x1b\x36\x13\x72\x28\x82\x97\xf6\x0f\x11\xcc\x01\x38\xbc\x62\x69\xef\x30\xd3\x48\x7f\x3f\x2d\xa2\xa3\x69\x75\x27\xc6\x67\x47\xd8\xba\x9d\xea\xf6\xb5\x2b\x44\xb6\xe0\x59\xe8\xc7\x2b\x10\xa4\x89\x37\x1f\x0d\x63\x3e\xed\x50\x62\x15\x4f\x6f\x93\xac\xc2\x69\xf5\x8e\x4e\x7e\xa2\x7e\x27\xe3\x6f\x57\xd4\x2b\x10\xe7\xae\xa8\x57\x82\xd9\xba\xa2\x5e\xb1\xb1\xf4\x53\x28\x5c\xf0\xe3\xfd\xa7\x1b\xac\x18\x59\xba\xc3\x5e\xb9\x2d\x14\xf6\x8a\x91\xa4\x2b\xec\x95\xe0\xaa\x2e\x88\x0b\x59\xa2\xfb\x4f\x17\xe8\x44\xfb\x75\x45\xb9\x12\x8d\xd7\x1d\xe5\xca\xb2\x5c\x9a\xe6\x18\x9d\xfa\x55\x64\x30\xe4\x7d\x85\x48\xb2\x8d\x7e\xaa\xc1\x0a\xe8\xb2\xff\x34\x83\x15\x50\x66\x57\x94\x2b\x46\xa2\xee\xa8\x56\x66\xf4\x92\x41\x32\x46\xa6\xae\xec\xf4\xe4\xa5\xea\xb7\x8c\xbc\xdc\xae\x8a\x51\xc5\x88\xd4\x6f\x21\x0e\xe1\x73\x02\xb3\xd4\xcf\xff\x1a\x1f\xf3\xa3\x90\x54\x92\x52\xf7\x9f\xa4\xdf\x89\x96\xec\xb7\x9c\x9a\x30\x82\x5b\x2e\x3f\xce\xe5\xed\xf1\xd3\xde\xad\xf6\xf9\xfe\x51\xfb\x79\x7e\x64\x60\x85\x51\x3d\xa2\x07\xc6\xf3\x78\x3d\x42\xaf\x43\x56\xb9\x07\x1e\xad\x07\xfb\xe1\xd1\x7a\x20\x7d\x38\x64\x15\xc6\xf7\x08\x51\xc9\xb1\x79\x4c\x2f\xfd\x69\x03\xb2\x21\x95\xab\x9e\xf8\xbf\xae\x5c\xf5\x40\xf6\xba\x72\xd5\x93\x1a\xbe\x3f\x97\x9e\xff\xcd\xef\x90\xe8\x4e\x89\xe4\x3a\x5e\xd1\x3d\xba\xcf\x90\xe8\xde\x48\x64\x3e\x26\xe3\x33\x0a\x6f\x68\x0d\x73\x37\x8d\xc9\x7b\x6e\xe4\x59\x6b\xba\xf0\xbf\x68\x8c\x88\x36\x26\xa1\x46\x23\x94\x0e\x67\xc4\x99\xa6\xfe\x97\xab\x66\x28\xa5\x64\xcd\x8c\x0e\xe5\xae\xaf\x33\xbd\xd9\x8b\x4d\xeb\x3a\x81\x9f\xd1\x68\x07\x2c\x50\xa3\xa0\xe5\x70\xf6\xe1\xd4\xf5\xb9\x07\xc7\xac\x13\x19\x2d\x61\x28\x95\x3d\x66\xde\xe1\x54\xf6\xb9\xfa\xc6\x6c\xc6\xb7\xe5\xb9\x68\x36\x68\x4f\x2c\x67\xe6\x7d\x63\x2d\x18\xb0\xbd\x06\xe3\xf3\xc6\xee\x1a\x0c\x34\x29\xcf\x3d\xf8\x88\xb1\xb8\x8f\xbc\xb0\xf8\x54\xa4\x05\x65\x9a\xac\x20\x81\x87\xe3\x56\xc3\x46\xc6\x2a\xa4\x62\x14\xf6\xa1\xdc\xf1\x29\x00\x57\x87\xc2\x56\x49\x61\x33\x64\xba\x27\x25\xcc\x70\xd8\x6a\xe4\xbd\x21\xb9\x9f\xda\xa4\x75\x38\x6e\x35\xec\x7f\xac\x72\xe5\xc7\x22\x31\x1c\xb6\xca\xa6\x53\xf2\xf9\xe5\xf3\xbd\x1c\xe3\x9d\xe7\x4b\x1d\xf2\xfe\xed\xca\x9a\x34\x28\x0a\x99\x33\x47\xad\xb2\xef\x1d\xb5\x9a\xfb\x71\x6c\xa2\x78\xe3\x79\xf5\xa6\xcc\x14\x6d\x26\xb9\xe4\x59\x24\x6f\x3c\xbb\xb6\x7c\xe3\x07\xc5\x1a\x7f\x5a\x34\x49\x59\x94\x4d\x24\x31\x62\xc5\xc1\x52\x7f\x67\x6c\x5e\xa3\xb4\x57\x34\xe2\xdc\xc0\xa3\x78\x8d\xd2\x7e\x91\xfb\x8c\x63\x5a\x04\x56\x60\x06\x5e\xb1\x3d\x1a\xf7\x50\x5e\x1d\xac\x2a\xa3\x68\x8d\xa2\xf6\x0f\x25\xb8\x04\x56\x34\x14\x38\xbb\x7c\xbe\x37\x81\x19\x70\x39\x34\x00\xde\x37\x81\x0c\x40\x60\x86\x42\x7f\x0a\x34\x2e\x7c\x2f\x82\xa3\x28\x8d\xea\x4d\x99\x25\xab\x2f\xab\x0a\xc5\xd5\x6b\x16\x8a\xab\x67\x20\x33\xe4\x22\x58\x13\xbc\xa2\x7a\x9b\xd2\x80\xe0\x1a\x2b\xcf\xcd\x32\x48\x48\x50\xba\xfa\xca\x94\x54\x4d\x01\xcc\x52\xe9\xeb\x49\x7d\x34\xaa\xa7\x20\x53\xa4\xc8\x5b\xd2\xe8\x0c\x55\xac\xad\x6c\xfb\x6a\x66\xc4\xff\x9a\x82\x48\x71\xa3\x99\x19\xa5\x7f\x65\xb3\x27\xd9\xda\x68\xce\xc8\xc7\x9c\xbf\x18\x9b\xc2\x17\xde\xb6\x3c\x17\x8d\x20\x3d\x2a\x30\x17\xcc\xee\x10\xe6\xa6\x32\xa7\xc6\xdc\x44\xc4\x1a\x4d\x88\x96\xc2\x08\x34\x03\x2c\x62\xd3\x2e\xe7\x72\xe8\x2e\x4b\x31\xf8\x61\x51\x07\x19\xf1\x4f\xd3\x19\x98\x34\x86\x2b\xd6\x4e\x11\x01\x46\x17\x22\x05\xde\xd2\xcd\x0e\xe3\xf8\x1d\x5d\x8e\xbc\x80\x66\x46\xbf\xf5\x9c\x1e\x84\x91\xc1\xc0\x3d\x86\xdc\x92\x7f\xcb\x74\x33\x86\x02\x0e\x98\xf1\x61\x08\x10\x8d\xa9\x3e\x00\xf4\xfe\x34\x93\x01\x7c\x72\x0c\x05\x3a\xc3\x05\x86\xf1\x96\xb0\x01\x01\x68\x00\xf7\x8d\xb1\xeb\x03\x1a\x54\xa4\x73\x24\x90\xf1\xd3\x5c\x36\xe2\xd7\xc6\x10\xb5\x6c\x41\x05\xd7\xf6\x89\xeb\xe3\x05\xd8\x64\xc4\x06\xd8\xb0\x03\x04\xa2\xdf\xc8\x05\x3b\x76\x95\xf8\xe7\xbe\xde\xe5\xa7\x5d\x79\x96\xa3\x16\x46\xb3\x0b\x54\x1d\x19\x68\xec\x22\xf9\xd3\x9e\x01\x3a\x0c\x40\x14\xc7\xbe\x3f\x76\x53\xcc\xf7\xa6\x98\xef\x15\xbe\xce\x0d\xaa\xf0\x5b\xd0\x1a\x43\x68\x1d\xc2\x27\x87\x2a\xe6\x92\x4c\x6b\x1c\x9a\x00\x6e\xfc\xc3\x08\xa3\xd0\x73\xd8\x58\x09\xa3\x3a\xbc\xe6\x7c\xa0\x60\xe3\x08\x95\xe3\xf0\x04\x64\x8d\x55\x60\x17\xfc\xe6\x50\x81\x5d\xa2\x18\xc7\x61\x82\x43\xd0\x61\x02\x79\xdf\x04\xd2\xbf\x36\x74\x1c\x10\xe3\xd0\x12\xaf\xf4\x67\x02\x33\x21\x82\xe4\xd4\x8f\x4c\xa2\x50\x5e\x62\x54\xc7\x29\x58\x00\x6c\xe9\xf4\x0a\xa7\x83\xd3\x2b\x9c\x01\x9c\x22\x88\x43\x7e\x8a\x80\x48\xb5\xe3\xd4\x8a\x71\x08\x4e\x13\xc4\xf7\xda\xa3\xc8\x50\xa7\x57\x8c\xf1\xf8\x84\x32\x1e\x11\xc4\x4d\x72\xa9\x70\x37\x3c\xe3\x7a\xeb\x7f\xf2\x82\x08\x88\x58\x3f\x2e\x13\x90\x19\x55\x5e\xce\xf2\xd9\x03\xf2\x91\xf4\x29\x82\xf4\x50\x8d\x5d\xbc\x5a\xe3\x7e\x4d\xd8\x59\x34\xf9\x2c\x26\x72\x8b\x0e\xc5\xd8\x4e\xe4\xea\x1c\xb7\x11\x5b\x83\x36\x14\x6c\x44\xf6\xcf\x21\x54\xcf\x44\x4c\xde\xb8\x95\x44\x00\xb1\xc6\x8e\x0b\x4a\x28\x0c\xa1\x7a\x26\x92\xd0\x0e\xb9\x2a\x26\xd2\xc6\x8f\x5b\xc1\xe7\xec\x76\xe5\xf3\x9c\x48\x31\x3a\xe4\x8c\x98\x48\x52\x3a\x1e\x53\x82\x88\xfc\x28\xba\x9c\x03\xf9\x98\x32\x4e\xe4\x63\x42\x60\xa1\xcf\x4b\x48\xc6\xf9\x38\x49\x00\x42\xbc\xbc\x0c\x9f\x8a\x95\x43\xc8\xff\x4a\xa0\xc2\x78\x4c\x1a\xbb\xe8\x31\x69\x6c\x83\x47\xa4\x21\xf1\x3c\x26\x6d\xe2\x8b\xc7\x3f\xfc\x1b\xc6\x3e\x19\x87\x17\xde\xb3\x4f\xc2\xe1\x85\xbb\xee\x93\x02\xeb\xc3\x9e\x77\xfb\x21\x00\x11\xed\x93\x69\x5f\xf8\x41\x11\x64\x39\x3b\xfb\xe4\x08\xb2\x1c\x96\x7d\xf2\x5c\xe4\xbe\xd9\xa7\x6e\xc2\x6a\x7e\x18\x7e\x83\x51\x28\x63\x42\x78\xf6\x3e\x19\x2e\x5d\xda\x5f\xae\xa0\xdd\x21\x04\x14\x19\xdc\xe5\x2a\x99\x28\xaf\xb5\x4f\x9e\x97\x5c\x22\xfb\xac\x69\xc8\xf9\xd8\x67\xaf\x78\xcb\xb3\xa9\xce\x25\xb1\xcf\xef\x5e\x4e\x93\xb3\xb7\x40\x8e\xdc\x3e\xbf\xe8\x43\xfa\x30\xd9\x61\x5b\xfb\xac\x1c\x0b\x8d\x67\xa3\x37\x36\xbe\xf0\x0e\x98\xf8\xc1\xc1\x11\x59\xe0\x7d\x36\x65\x13\x03\x15\x12\xb3\x41\x88\x32\x93\x44\x68\xde\x15\x6c\x30\x91\xc4\x79\x5f\xbc\x01\xd2\xc5\xe2\x4c\x0a\xa1\x4b\x00\xa8\x89\x10\xa9\x7d\x79\xf7\x7a\xc6\xb0\x78\x7d\x27\x3e\x31\x60\x11\x42\x15\xd9\x3b\xf0\xf3\xec\x2a\xff\x5b\x6a\x67\x14\x4a\x47\x42\xce\x96\x7d\x79\x13\x11\xa7\xdb\xd5\xa1\x6b\x6c\x1a\x85\xdf\x16\xee\xed\x7d\xdd\xfc\x06\x3f\xfc\x76\x26\x00\xef\x7d\x35\xfc\x33\xa3\x58\x85\xa3\x64\x57\xac\xbb\x9e\x79\xdf\xe8\x4f\x76\xc9\x6a\xa0\x65\xd8\xe6\xbe\x2a\xe1\x02\x87\x63\x35\x1a\x34\x47\x76\x5f\x8d\xb3\x0c\x63\xd8\x37\xcf\x3f\x9d\x28\xc3\xff\x8c\x34\xb1\x6f\xaf\xef\x33\x8d\x6e\xc2\x8b\xe6\xd4\xef\x9b\xa3\xe2\x38\xa3\xd2\xa4\x66\x90\x5a\xbb\xea\x7c\x51\x2e\x7a\xdf\x44\xf8\x67\x10\xc3\xc3\xe4\x85\x43\x2f\xd0\x80\x33\x61\x33\x35\x9b\xe9\xc8\xfd\xb0\x17\xa3\x5a\xd9\xee\xe5\xa5\x23\x6d\x14\xa7\x7e\x86\x0e\xe1\xaf\x36\xf2\x9c\xee\xc5\x0b\xb6\xf2\x46\x31\x21\xa1\xac\x98\xb2\xf0\xc4\xbd\x38\x0b\x43\xd8\xe8\x5e\xbc\xa6\x3c\x7b\x4d\xb3\x64\xc5\x90\x5e\x36\x41\x79\x17\x95\x51\x18\xd2\x0b\xad\xc5\x8b\xb8\xd2\xa6\x32\x81\xb0\x0d\xea\x4b\x3b\x3f\xcc\x7a\x21\x4d\x56\x65\xd1\xc8\x9d\xb4\x2b\x56\xa1\x83\x39\xd9\xeb\x4b\x79\x08\xad\xaf\x10\x4f\x93\xa6\x9c\xd9\x93\xaa\x35\xcf\x6c\x9c\xea\x53\x96\xcb\x73\xaf\x5e\x55\x8e\x4c\x7d\x69\xa7\x5b\x2d\xf3\xe7\x0b\x93\xce\xd6\xaa\xef\x32\x67\x63\x34\xa7\x51\x64\x7e\xdb\xab\x22\xa6\x0d\xd7\x1d\x20\x77\xcb\xae\xf8\xe0\x32\x7d\x7e\xb8\xff\xfb\x5f\x21\xe6\x74\x77\x34\x30\x8a\xf7\xde\x95\xd4\x22\xd2\xcf\xfe\x2f\x18\x38\x7d\x08\x87\xd5\x3f\xdb\xb1\x3b\x9f\x47\xb4\x84\xbd\xab\x70\x07\x77\x4e\x77\x41\x9c\xc2\x0f\x2e\x80\x13\xa1\x79\x77\x3a\x22\x14\x93\x5d\x6a\x52\xa5\xd6\xed\xee\x12\x5e\xa8\xc7\xbb\xb2\x0f\xcd\x84\x33\xec\xdd\xb5\x7d\x60\xd8\xdd\xc1\x68\xfd\x6f\xf7\xd4\x4f\xcf\x2a\x40\xc7\xf7\x61\xba\x23\x27\xef\xae\x21\x80\x85\x60\x1f\x2f\xdd\x19\xc1\x30\xdd\x19\xf3\x30\xdd\x1b\x5f\xbc\x11\xb3\x19\xe2\x4f\xbf\x2a\x80\xc9\xf7\x61\x63\x22\xcb\x35\x1c\xd2\x59\x68\xd3\x59\x4b\x36\xde\x50\xd6\x92\x41\x1f\xf6\x5e\xc2\xcd\xc7\x3b\x2f\x59\xd1\xe1\x25\xe7\x60\xef\x26\x3d\x2f\xec\x26\x3d\x2a\xc4\xbe\x2b\x83\x0b\x97\xe7\x4f\xc7\x2a\x84\x94\xef\xbb\x13\xb8\x14\x5a\x34\xe5\x9c\xda\xdd\x94\x17\xfa\x10\xef\x00\x80\xba\xbb\x8a\x18\xd6\x8a\xdd\xf1\xcb\x80\xca\xf7\x5d\xb0\x75\x28\xdf\x9d\xfb\x84\xf9\x76\xc9\x02\xc0\x5a\xbb\x74\xa3\x42\xce\xc7\xfd\x50\x89\x19\x28\x3f\x1c\x23\xce\x6e\x3f\x7c\xf4\xe1\xd6\x47\xd7\x17\x3c\x3b\x0f\x44\xa7\x0f\x17\x5f\xea\xf4\x71\xe8\x0b\x9a\xf4\x30\xa3\x50\xed\x0e\x63\xc6\x38\xb7\xab\x5e\x17\x49\xbf\xf7\xd3\xa3\xcc\xf4\x9f\xae\x46\x11\x0d\x65\x3f\x5d\x4f\x23\x4a\xe6\xae\x4a\x04\x0b\x5a\xe5\x7e\x5a\x51\x67\x98\x4a\x5f\x54\x50\x21\x76\x39\x83\x2a\xc6\xf8\xfd\x74\x41\x26\x76\xeb\xe9\x1c\x2d\xd0\x7e\x3a\x7a\x98\x45\x14\x36\x6c\xa1\x12\xdf\x7e\x39\x27\x0b\x1b\x41\xba\xcf\x42\x6e\xa8\xfd\xa7\xfb\x14\x44\xf1\xdd\x70\x30\x80\x33\xbb\x6b\x10\x20\xce\xef\x97\x93\xc9\x70\xae\xaf\x5d\x4d\xd0\xa9\x6a\x8d\x71\x0b\x5d\xef\xb8\x33\xbf\x8e\x6f\x88\x8e\xb1\xbf\xf1\x0d\x1c\x2a\x07\x3d\x93\xe2\x6a\xbf\x4d\x07\x8b\x78\x3b\x4b\x4e\xb4\xde\xfd\x56\x7d\xac\x68\x25\xfb\xed\x1c\x38\x2c\xda\xbf\x10\x08\xbe\xd8\xfd\x43\xe8\x70\x95\x2e\xb2\x9b\xed\x8a\x81\xa8\xb1\x7e\xed\xae\xda\x45\x9c\xde\xee\xf8\x66\x1c\xef\xfb\xe3\x0c\x37\x31\xb9\xed\x8f\x35\x45\xae\x47\xa9\x3a\xeb\x67\xdd\xdf\xc2\x5c\xb1\x43\xee\x2a\xcc\x45\xe2\x8f\xfd\xa7\xe9\x7c\x0c\xad\xbb\x14\x9d\x15\xd1\xee\x90\xda\xb2\x4e\xb9\xfc\x0e\x39\x5d\x56\x2c\x95\x87\xf4\x94\x15\x69\xe3\xf8\xe9\x29\x05\x00\xc5\x31\x15\xef\x46\x9a\x50\x76\x99\x2c\xfa\x21\x1d\xe3\x93\xed\xe1\x90\x92\xb0\x72\x10\x8f\xd9\xd5\xbe\xd2\x82\x42\x87\x57\xb6\xef\xf1\xd3\x01\x3e\xcc\xe0\x90\x0a\xb0\xa2\xc1\x1d\x92\xf0\x57\x14\x91\x63\x7e\x59\x27\x6f\x28\x2b\x0d\xce\xa0\xc3\x10\xa8\x8c\x41\x01\x0c\xb9\xe7\x0e\xc5\x2b\x90\x91\xe1\xf8\x49\xeb\x15\xe7\xcb\xb1\x08\xdb\x16\x75\xe0\x70\x79\x81\xf1\x27\xcf\xd1\x21\xb0\xd3\x36\x31\x14\xe1\x62\xc2\x83\x0f\x81\x9b\x36\x3a\x5b\x8d\xc9\xe0\x59\x3e\xfd\xf0\xf0\x43\xe0\xa7\x2d\xf7\xdd\xe1\x4a\x03\xfd\xf3\x81\x0c\xec\x50\xb7\xda\x79\x49\x03\x76\xb6\x66\xb2\x56\xb9\xb2\x22\xd7\x1e\xab\x9c\x79\x0b\x03\xb4\x2b\x8b\x67\x5b\x8f\x79\x5f\xce\x4c\xda\xb3\x8f\x23\x27\xee\xb0\x8f\x83\x05\x57\xa6\x4e\xb0\x56\x87\x5d\x1a\xd1\x1a\x0f\xd5\xdb\x05\xca\x74\x6c\xb2\x0d\x17\xda\x97\x6d\x38\x6c\xf9\xf8\xc9\xe1\x1b\x17\xe9\xb1\xc9\x4c\x54\x68\x5f\x79\x29\x0b\xef\xdb\x4c\x44\x7b\xb2\x7b\xb1\xdf\x36\x29\x7f\x8c\xb7\x28\x8d\x1e\xe3\x2d\xb6\x74\x44\x8a\x3f\x8a\xeb\x2c\xe5\xd2\x3c\x5e\x91\x7c\xa3\x89\x57\x24\xa7\x8d\x57\xd9\xc8\xa0\x24\x92\x17\x0a\x0f\x1d\x16\xc1\x99\x55\x4b\xdc\x9f\x69\x28\xa7\x2e\x7f\x9a\x74\xa9\x2c\xd6\xfd\x27\x70\x17\x0a\x12\x1c\xf5\xe5\xf1\x79\xe1\x27\x70\x17\xcc\x5b\x87\x82\x83\x57\xfe\x5e\xff\xfb\x1f\x15\x48\x8e\x2a\x63\x57\x06\x2c\x59\x1b\x1f\xc2\x21\x31\x99\x7c\xab\x47\xf5\xb6\xcf\xaa\x4a\x28\x6e\x95\x69\x6d\xb2\xc8\x87\x69\x1e\xcd\xe1\xe2\xb9\x0a\x0f\x27\xd1\xf9\x50\xdc\xac\x90\xf1\x85\xaf\x78\x9e\x05\x69\xcb\x08\x25\x42\x37\xe4\xca\x43\x4e\x02\x46\xf8\x93\xa8\x2b\xa8\x8c\xc3\x71\x0c\x61\xda\xc7\x4f\xa0\xae\x38\xe9\x8f\x6e\x29\x9e\x8d\xdf\x85\xb7\x8d\xe5\xe1\xe8\xd6\x39\x33\x5e\xc5\x35\x00\x2f\x3a\x94\x6b\x87\x8c\xac\x47\xef\x9a\x22\xfe\x1f\xc2\x04\xd2\xde\xae\xe7\x0c\x50\x89\x75\xa6\xcf\xf3\xa3\xe7\x70\x96\x17\xde\x94\xf6\x95\xcb\x9f\x20\xda\x63\xc8\x5f\x1b\x45\xf1\x50\xd0\x2d\x51\xbc\xc7\x90\x8f\xf8\xf3\x2c\x94\xc6\xe7\x7b\x31\x12\xf6\xfd\xb0\xd3\x25\xf4\xba\x00\x2d\x59\x1e\x0e\xe7\xcf\x24\xad\xc4\xe1\x8a\xb4\x1c\xdd\xdd\x66\x11\x86\xb4\xbf\xf6\x1f\xde\xb0\xc2\xc6\xed\xb0\x5b\x7d\x60\xdf\xec\x56\x8c\xe8\x54\xdb\x3e\xd7\xe0\x71\xbc\xdb\x3e\x4d\xfe\x84\xcb\x42\xfa\x9f\x43\x91\x08\xdc\xbc\x87\x44\x49\x32\x01\x1f\x2a\x88\x05\x08\xef\x38\x9a\x96\x25\x1d\x1e\x0a\xea\x67\xdf\x1e\xa7\xa6\x8d\x67\x81\x21\x98\x84\x43\xe9\x86\xe2\xc5\x3e\x94\x74\xbf\xc6\xd7\x75\xbc\x49\xf7\x39\xfa\xa7\xe7\xa0\xfc\x29\x7d\xce\xf1\x06\xba\x32\x01\xa7\x25\x5f\x8e\xae\x24\xc8\x15\xb9\xf5\x38\x0d\xf5\xcc\xe3\xa9\x09\xe1\x59\xe1\x76\x7c\x2e\xa1\x8b\xf9\xba\x94\xcc\x25\xba\xec\xa1\x40\x02\x72\xde\x1e\x97\xfc\xa3\xdc\xae\x97\xa1\xac\x79\xf4\xf4\xf2\xf9\x1b\x93\x9a\x67\x5f\xbe\xbc\xbf\x6b\xbd\xe9\x5e\x83\xcf\x76\x90\x10\xf9\xa9\x64\x74\x5c\x3e\xe6\x99\xfe\x5b\x28\xfa\xa8\x16\x87\x4d\xf0\x9f\xf1\xde\x3f\x36\x48\xb9\xf5\xe3\x5e\x75\x4c\xf9\xc0\x17\x70\x06\x7c\x57\x3d\x67\x40\x3f\x89\xb2\x11\xb1\x77\xdc\x3e\xe6\x21\xe0\x36\xd2\x16\x3e\x76\x0b\xdd\xc4\x21\x50\x02\x7b\x14\xe4\xe3\x91\xfb\x97\x0b\xde\x36\x6e\x5c\xe6\xc7\x23\xff\x6e\xa5\x01\x39\x3a\x98\xf1\xd7\x80\x9d\x49\x3a\x6d\xc0\x26\xea\xf4\x9c\xde\x3b\xad\xe5\x07\x9f\xe5\x68\x5c\xe7\xe4\x98\xce\x1c\x9b\x73\xf2\x25\x17\xf9\xf3\x94\x09\x1b\x51\xf0\x9c\x7c\xc7\xe5\x22\x3e\xa7\xae\x95\xa3\x0f\x1b\x0f\x2a\x5f\x38\xed\xd1\xe0\x0d\x6b\x04\x85\x1f\x94\x7f\x90\xa0\x93\xf3\x27\x5e\x52\x02\xe7\x14\x8c\x26\x57\xde\x29\x14\x4d\x78\xc7\xe9\x2c\x35\x11\xe4\x4f\x95\x76\xe5\xa0\x9d\xaa\x43\x45\xe9\xd4\x73\x96\x43\x8a\x47\x85\x82\xe6\xd8\x9c\xb3\xed\xaf\x34\xaf\x32\x70\x98\x91\x4f\x25\xb1\x01\x56\x75\x2a\x67\x0d\x5b\xf3\x5c\x1c\x4a\x90\xf1\x2c\xdb\xef\x39\x3b\xef\x14\x0e\x9f\x2a\x6c\xe7\x52\xf5\x7e\x96\x51\x80\x1b\xd0\xb9\xe7\xa2\x40\xdf\x48\x00\xe7\x62\x4e\x94\xf6\x57\x6f\xac\x10\xa4\x8c\x32\x15\x51\xee\x5c\x1d\xaa\x17\xb5\xe4\x5c\xed\xb2\x4b\x8f\x16\x3e\xe7\x3c\xbe\xc9\x19\x69\xa0\x6a\x06\x79\xdf\xc0\x7b\x86\xb8\xf6\xdf\x8a\xf0\xbf\xb4\x5b\xfc\x37\xe7\xfa\x5e\xda\x8c\xf1\xf8\xb5\x98\xbd\x7c\xae\xc2\x67\x82\xc9\x39\x57\x97\xf4\xc8\xe3\xa3\xf7\xf3\xf7\x26\x2c\x03\x8f\x42\xd6\x65\x86\x7f\xb2\xe9\xfc\x99\x00\x65\x73\x24\x6b\xfb\xb9\xa9\x60\x69\x78\xdf\x29\x9b\x6f\xc5\x8e\x7f\x6e\x0a\xff\xfd\x34\xe8\xf8\xdd\x10\x28\x0b\xef\x67\x89\x8a\x0a\xa8\x32\x61\x45\x15\x53\x19\x9f\x24\xc5\x89\x2d\x23\xb9\x90\x3b\xfe\x2c\xdd\x89\x9d\xf8\x41\x5e\x9f\x89\x06\x76\xcf\x78\x26\x50\x82\xe3\xc4\xa6\x74\x09\x58\x26\x58\x79\xe5\x59\x61\x8b\x91\xcb\x9f\x74\x9b\x53\xd8\x18\xd0\xb4\xa7\xea\xbd\x92\x07\xf7\x54\xbd\xd7\x35\x57\xdf\x59\x15\x9c\x1c\x2b\xd9\x29\xeb\x2b\x78\xac\xb3\x2a\x38\x98\x03\x29\xa1\x92\xb4\x21\x67\x55\xb0\x72\x84\xe4\xb3\x2a\x38\x18\x96\xa3\xc0\xdb\x4f\xa8\xe8\xf9\x93\x3a\x3f\x25\xb6\x4e\xa5\x94\x47\x52\x3f\x55\x2f\x76\xcd\x5d\x76\x0a\xd9\x02\xbc\xea\x6c\x4a\x3c\xc6\x00\x9a\x13\x2a\xd2\x9e\xcd\x4e\x8c\x40\x42\x2b\xac\xf9\x6c\x0a\xbf\x5e\xf8\x5f\x1b\x88\x44\x23\x67\x33\x89\x8c\x40\x24\xc2\x88\xdb\x9b\x5f\x37\xcf\xb6\x81\xf0\xfe\xe3\x8c\xca\xf9\xc1\x62\x2b\x73\x28\xb1\x15\x29\xee\x94\x19\x98\x3a\x6c\xa7\xa4\x56\x20\x6b\xa7\xa4\xd6\x75\xe1\x7f\x09\xfa\x2b\xcf\xa6\x90\xf6\xb5\xa6\x91\x1a\xcf\x9f\xd4\x5a\x51\x37\xcf\xee\x35\xa3\x7d\xf1\x74\xee\x22\xd9\x83\xc1\x77\x9d\x8a\xc6\x25\xc9\xc5\xd9\xbd\x84\x59\x82\xe1\x25\xcc\x04\x0d\x2f\x59\xf6\xc4\x58\xc5\x74\xd3\xbf\xd3\x49\x72\xc2\x86\xf7\x28\xef\x9b\x1e\xfe\xd7\x9e\x84\xa1\x0c\x07\xcc\x67\xbc\x43\x01\xeb\x9f\x67\x5d\x5a\xec\xf1\xa1\x00\x7a\xe6\x6b\xe8\x12\x60\x0b\xca\x8a\xfb\x71\x2e\x9e\x12\x9b\x0b\x65\xa5\xce\xdd\x02\x02\x53\xea\x92\xb1\x11\x59\x4e\x97\x8c\x85\xcf\xab\x64\x2c\xf0\xee\x73\x97\xa1\x92\x53\xb0\x5b\xb3\x61\x4e\x54\x33\x16\x91\xf4\x3c\xde\x20\xf9\x3c\x4b\xa3\x25\xbb\xcd\x79\x38\x90\x8e\x0f\x14\xd1\xcc\xa2\x48\x46\x06\x1e\x7b\x2a\x3a\x97\x8a\x27\xa7\xa2\x73\x81\x86\x9e\x86\xdd\x77\xda\xd3\xa6\x89\x89\xe7\x54\xca\x18\x00\xcb\xa7\x33\x4c\x72\x4d\x38\x3f\x0c\x5c\xf0\x34\x41\x3c\x8b\xa0\x28\x9b\xa7\x82\x75\x01\x7c\x9f\x0a\xd6\x05\xf0\x7e\x2a\x58\x17\xc0\xf6\x69\x08\x7f\x54\x9b\x53\xc1\xba\xd8\x93\xce\x53\xf4\xb1\xc8\x92\xb1\x3f\xd7\x9c\x44\x6c\x00\xda\xe7\xf9\x06\xf5\x65\x42\x4f\x13\x94\x09\x51\x34\x2f\xba\xd5\xa9\x5c\x33\x15\xe8\xea\xa9\x9a\xb1\x78\x20\x4e\x49\xdd\xd4\x88\x39\x55\x33\xf6\x73\xb7\x5f\xa2\x98\x63\xac\x70\x5e\x20\xf5\xe7\xa5\x15\x44\xb6\x30\x76\x25\xee\xd0\xd3\xe1\xbd\x08\x3f\x12\xcb\x81\xf4\x9f\xd7\xd0\xf7\xbc\xaf\xf0\x4e\x56\xc4\x25\x66\x07\xfd\x7b\xcf\xf2\xbd\x8f\xc5\x9f\x32\xe5\x9c\x96\xe1\x39\x73\x97\xd3\x03\x21\x49\xdd\x4e\x33\x9d\x17\x6e\x7b\x14\x42\xdd\xed\x33\x16\x6a\x6e\x4b\x82\x3c\x1b\xa5\x4a\x7b\xde\xbf\x59\x3f\x19\x85\xc9\xe1\x75\xde\xa2\x1e\x26\x74\x5b\x24\xff\xbc\x70\x88\x0b\xd1\xc1\xa9\x67\x3e\x30\xf9\x59\x8e\xdb\x5a\x0a\xdf\x7b\x83\x67\x79\x7f\x3a\xc1\x42\x5a\x8e\xf3\xf1\x06\xcf\xfb\x8f\x97\x3b\x04\x3f\x3e\xb0\x59\x0e\xc5\xfa\x02\xc7\x3b\x1f\x13\x90\x03\xe2\x60\x5b\x72\xb8\x5c\x2e\x48\x9b\xf5\xba\x7e\x1a\x42\x43\x10\xb9\x5c\x90\x76\xca\x11\xb8\x7e\x0a\x42\xc3\x3a\x71\x29\x05\x26\xc1\x59\x97\x4c\xc7\x1b\x01\xe5\xd7\x64\x93\x77\xb8\xd0\x35\x35\xb5\x50\xf3\xdc\xf5\x3c\xf2\x3c\x7e\xcf\x99\x83\x4b\xb9\x76\x88\xa6\xbb\xa4\x3e\x50\x62\xe7\x92\xf6\xc0\x55\x7b\x4d\x32\x49\xcd\x90\xa4\x34\x1d\x0b\xfd\x3d\xea\x2f\xe3\x51\xd9\x5a\xec\xe7\x97\x92\x60\x62\x02\xbb\x94\x04\x93\xe8\xaa\x4b\x91\xbf\xb8\x5d\x2e\x19\xae\x81\x20\x5c\xb3\xe9\xc9\xf8\x67\xa5\x28\x18\xfc\xef\x23\x94\xf1\x4b\xbf\x00\xff\x76\x39\x27\xe6\xe0\x59\xe3\xff\x8c\x4f\xf1\xef\x61\x7a\x97\x8c\xde\x48\x7e\xd7\xb2\x88\x9e\xcc\x87\x32\x5e\x96\x29\xb2\xc5\xb5\xd8\xf2\x91\x09\x5d\xde\x15\xa2\x45\x51\x94\x5d\x7b\xd9\x30\x1e\xb6\x7e\x19\xa2\xb2\xd0\xa0\x72\x87\x7f\x46\x20\x8a\x16\x9e\x4f\x8d\x30\x14\x2d\xa2\x30\xd7\xc2\xb5\x78\x85\x78\x96\xb6\x17\x26\x77\xad\x66\xfb\x19\xcf\xea\x58\x2d\x9e\x6d\x8a\xc8\x8a\x39\x45\xe6\xe0\x7f\xed\xd1\xb0\xfd\x4b\xfa\x0c\x61\xc2\x97\x02\x0a\x80\x58\x5e\xab\x77\x68\xe8\x55\xb2\x79\x30\x9e\xd7\x6a\xfa\x33\xc3\x4e\xa1\x99\x6b\xe0\x5a\xbd\xa2\x3c\x2b\x06\xbe\x33\x3e\xaf\x60\xfa\xdb\xbc\x82\x19\x8f\x60\x2e\xc8\xf6\xd7\xa6\x1d\x18\xb6\x77\x6d\x8e\xa1\x8f\xf0\x72\xd9\xac\x8c\x91\xf3\x52\xd5\xda\x8d\x11\x2a\xdb\xfb\x1a\xbe\x70\x29\x43\x25\xd2\xda\x25\xed\xa1\x62\x07\xb8\x8a\xed\x2b\x2b\x3f\xdc\x6a\x91\x16\xbc\x46\x19\x73\x9d\xf4\x9c\x39\x57\x4a\xca\x8d\x5d\x2d\xab\xf3\xc6\x9e\xfa\xe9\x10\xcb\xfa\x79\x5f\x4a\x6f\x2e\xba\xab\xca\xbc\x42\xff\x55\x14\x45\x9e\xbc\x54\x15\x17\x91\xfe\xaa\xa2\x68\xfe\x53\x4e\xd0\xab\x9e\xfa\x98\xce\xc5\x32\x58\xe0\x9f\x82\xb1\x20\x1c\x5f\x0a\x20\xde\x78\x6e\x26\x96\x67\x69\xd8\xdc\x5c\x97\xa1\xf3\xe4\xa9\xbb\x9a\x74\x7e\xb6\x9c\x42\x8a\xf1\x68\x5e\x4d\x4c\x05\xf2\x55\x43\x77\x65\xfa\x9a\xd2\x09\xb0\x45\x9b\xc9\xa7\xc3\x5d\xdf\x33\xa2\x43\xed\xd3\xde\xa9\x11\x67\xc1\x15\x62\x8c\x37\xee\x52\x88\x31\x29\xe5\xae\x66\x8a\xf3\xbf\x42\x8c\x71\x9f\x5e\xaf\x95\x3c\x82\xca\xa5\x92\xba\xdb\xe7\x59\xe6\xb4\xa8\x58\x57\x97\x49\x01\x26\xd4\xbd\xfe\x59\xdf\xae\x09\x88\x3e\x73\x75\x4f\x00\xdf\x7b\x02\x42\x80\xad\xe8\x2c\x99\xad\xe8\x9f\xef\x3d\x01\xb4\xef\x25\x87\x20\x2f\x39\xed\x2b\xe7\x2a\x5c\xdf\xe8\x14\x8c\x4c\xd7\xf0\x0c\x64\xc6\x65\x86\xdf\x38\x42\xc3\xf6\x44\xfe\x97\xd5\x87\x23\xa8\x28\x63\x14\x92\x6b\x68\x02\x58\x31\x29\x28\x9f\xc4\xbc\xd7\xf0\x09\xe0\x03\x9f\x80\x50\x30\xde\x8a\x0d\x21\xe1\x4d\xef\x03\xdf\xdc\xed\xc6\x65\x9f\xaa\x52\x2d\xb6\xbb\xeb\xa7\x71\xf4\xcf\x55\xbc\xcb\xf5\xc0\xd5\xf1\xd3\x30\x16\xb2\x2b\x5e\x8a\xe3\x25\x07\xe4\x75\xbc\xbb\x80\x1f\x16\xbd\x90\x06\x7e\x0a\x45\xff\x70\x7e\x05\xee\x7e\xee\x2a\x05\xee\x02\xd7\xbb\x7e\x0a\xc5\x27\x3c\xe3\xfa\x29\x14\x0b\x28\xc4\xcb\xa5\x6e\xc9\x11\x71\x1d\xb2\x8d\xc1\x46\x0e\x51\xc4\x36\x3b\x94\x55\x1f\xf9\x46\x56\x7a\x6c\x81\x97\x4a\xe3\x02\xe8\xb9\x0e\x51\xc8\xa4\xff\x34\x8e\xfe\x61\xcd\xaa\x8c\xfb\x99\x51\x05\x05\xe3\xac\xba\x94\xa5\x1e\xd4\xd8\xf5\xd3\x28\x16\xfc\x7b\xd7\x4f\xa3\x58\x3e\x7c\x41\x31\xc1\xd3\xe7\xfd\xa1\xf6\xe9\x4f\xf4\xb1\x6d\x7f\x1a\xc6\x42\x3a\xcb\xeb\xa7\x60\x2c\x14\xde\xba\x64\xc4\x9f\x38\xc7\xa7\x9c\x47\x9c\x7b\x85\x04\x7f\x8e\xed\x4f\x9f\x58\xc8\xaf\x79\x5d\x5a\x40\xf8\x8e\x42\x82\x3f\x5b\x4a\x21\xc1\x00\x03\x2e\x15\xc2\x9d\x98\x2f\x85\x04\x13\x56\x7d\xa9\x10\xee\xc4\x31\xbc\xb4\xa0\x70\xd2\x4b\x79\x1e\xb9\xda\x2e\xed\x50\xd6\xe3\xd2\x7a\x72\x4c\x2f\xef\x48\xfa\x13\x7d\x9c\x3a\xd5\xb9\x05\x82\x77\xdd\xa2\x0f\x61\xec\xd6\xfa\xf1\xfd\x2d\xfa\xe0\x6b\xb7\xd6\x93\x8b\x54\x65\x6e\xf1\xd7\x5e\xb7\xd6\x73\xfd\x53\x4a\xb6\xeb\x36\xb1\x59\x3c\xc5\x17\x7f\x24\xdb\xdb\xc4\x66\x71\x6e\x2d\xee\xa7\x33\x2d\x2e\x9b\xfb\xf6\xe6\x85\x58\x4d\x06\x77\xe0\x6d\xa6\x9d\xe7\xc7\x8b\x9d\xc9\x7f\x34\x19\x4c\xe6\xe3\xcd\x9c\xf1\x3d\x4a\x8c\x80\xe4\xa9\x78\xe3\xe9\xd3\x9e\x37\x37\xcf\x5a\x6c\x4e\xe7\xa3\xcd\xcd\xe6\x50\x12\x4f\x10\xbf\xd7\x23\x7a\x39\x4c\x8f\x37\x33\xdf\x0b\x92\x00\x37\x51\x7c\xf1\x87\xbb\x08\xb2\xdf\xb1\xeb\xde\x93\x57\xbb\xe6\xf9\x4d\xb8\xc7\x0b\xbf\xe5\xc5\xf5\x70\x4f\x96\x85\xb3\x9f\xef\x49\x24\x4d\xb4\x60\x40\x66\x0e\xd0\x3d\xbd\x46\x95\x34\x31\xdb\x16\xb8\xf1\x43\xf7\x0f\xf9\x64\x56\x58\x75\xf8\xf2\x3d\x8b\xec\xec\xd1\x7b\x56\x58\x75\xee\xde\x7b\x16\xd9\x71\xa0\xdc\x4e\xdc\x59\x69\x4f\xc8\x8b\xec\xd1\x7b\x51\x58\x7c\x14\x90\x7b\x99\xf5\x9c\x01\xfd\x14\x80\x5e\x1b\xef\x2b\x4c\x3e\xb2\xc0\xfd\x53\x08\x56\x4c\x71\xf7\xa2\x10\xeb\x5c\xd5\xf7\x22\x87\x31\xe3\x59\xe4\x30\x6e\x7c\xaf\x30\xf2\x38\x44\xee\xc5\xa8\xc8\xcf\x00\x9d\xc8\xe0\xd3\x82\xb0\x27\xb9\x3b\x6f\x7b\x2c\x0a\xcf\xa2\x38\xc6\xca\x5b\xa9\x3e\xf1\x9d\xde\x8b\x5d\x67\xe9\xd1\x1e\x8e\xe8\x98\xf7\xaa\x30\xea\x78\x7c\xee\x55\x61\xd4\xac\xc8\xaa\x6d\x10\x48\xc4\xbd\x7a\x06\x78\xdf\x2e\xf0\xec\x0a\x63\x69\x1a\xdf\x0b\x4b\x53\xf8\x5f\xf4\x30\x7e\x63\x65\xe2\xbd\xb8\x8d\x95\x61\x86\xe5\x9d\x00\x9a\x7a\xcb\x3d\x01\x76\xf5\xde\xb4\x42\x6c\xd3\x4d\xe3\x8b\xdd\xe2\xde\xe4\xd2\x67\xc7\x6c\x1a\x5f\x6e\xb9\x5b\xd1\xc0\xcb\xe7\xd9\xe3\x0b\x7d\x9b\xe7\x97\xef\x3d\x5e\xfe\x57\xed\x26\x02\x09\xef\xe2\x48\x7e\x56\xac\x78\xc4\xbc\xa0\x3d\x16\x95\xf0\x2e\x9a\xe1\x58\x0e\x6f\xc5\x07\x63\xfe\xbd\x8b\x28\x88\xdd\xe9\x2e\xde\x63\x99\x81\xf2\xba\x83\x69\x40\x4b\xf2\x19\xc0\x70\x4e\x13\x5e\x50\xa8\x7e\x94\xaa\xbb\xf8\x54\x31\x42\x9d\xaa\xca\xfb\xf2\xcf\x17\x46\xec\x3d\xc6\xb3\xf6\x18\x6b\x5e\xb5\x66\xac\x41\xf5\x1e\xcb\x1e\xaa\x9a\x01\xfa\xab\x5e\xc3\xcc\xb1\xca\x5f\xd5\xc6\xff\x9a\x81\xc6\xf7\x4a\x64\x10\xa5\xf4\xae\x4a\x4e\xc1\x21\xaa\x3e\x65\x7f\xba\x69\xee\x2a\x96\x13\x3b\xd0\x5d\xb5\x01\x3e\xcf\x5a\x70\x88\x57\xb6\x7d\x42\x87\xef\x66\xe2\x32\xdb\x42\xed\x2c\x9f\x67\x1f\xa0\x0c\xb6\x59\x8e\xe3\xff\x6a\x7d\x87\x17\xcc\x33\x78\x41\xd4\xc4\xb2\x7b\x2b\xbb\x7e\x8d\x9d\xf2\x6e\xaf\xbe\x99\x1f\x8c\xa2\x41\x92\xbb\xbb\x5a\x80\xeb\x75\x73\x59\x9e\x0f\xbb\xcc\x42\x93\x22\x77\xd1\x71\x6f\x45\xee\xa2\xd4\xdd\x5d\xe1\xd0\x11\x0d\xef\x61\x80\x46\x86\xac\x82\x55\x68\x18\xb7\x93\xd7\x43\x92\x82\x6f\xd1\x60\x6f\x27\xaf\xe7\x08\x28\xf6\x16\x25\xf3\x1e\x2e\xb2\x18\x43\xd0\x6d\x60\xcd\xe0\x03\xd5\x2f\xe3\x8c\x0c\xf9\xfb\x59\x44\x05\xe3\xe2\x17\xbe\x87\x09\xc8\xb3\x62\x71\x49\x36\x76\x2b\x16\x17\x15\xf9\xde\x05\xc5\x62\xc6\x76\x05\x47\x47\x96\xbd\x15\x8a\x8b\x8e\x7a\xef\x8a\xe6\x86\xcb\xaa\xec\x2d\x2a\xd8\xbd\x0b\xb1\xd7\x79\x56\xc8\x3e\x3b\x7a\x57\xbc\x3a\x6b\xbe\x6b\xfc\x2b\xe3\x33\x42\x26\xfd\x29\x94\x96\x1c\xc6\xb7\x42\x69\x01\x46\xdd\x87\x16\x84\xdb\x5e\x91\xb4\xa8\x7c\xf7\xa1\xe8\xe9\x4e\x7b\x2f\x64\x32\x03\x3c\xb4\x82\x1c\xd1\x43\x2b\x18\x79\xec\x7e\xdd\x17\x50\xa4\xd8\x5a\xa0\x5a\xf7\x21\x0a\xb9\x09\x0f\x63\xe0\xb9\x3a\x05\x0a\xfa\x1c\x72\x05\xdb\x82\xa2\xbf\x15\x6c\x8b\x1a\x7f\x2b\xd8\x16\xad\xf4\x3e\x95\x48\x22\x12\xd8\x7d\x7a\x0a\x78\xf6\x12\xf2\xac\x29\x98\x79\xf6\x14\x84\xa2\xd3\x4b\x98\x29\x55\xec\x2d\xa0\xa6\xfb\xd4\x12\xc2\xf4\x4e\x81\x2e\xa3\x05\xdf\x8a\xcd\x05\xaa\x70\x2b\x36\x17\xad\xfd\x76\x86\xa2\x40\x52\x6e\xc5\xe6\xce\x1f\x7a\x44\xff\xcc\xff\x86\xac\xf0\x2c\xfa\x23\x31\xde\x97\xb6\x40\x24\xdc\xfb\xa7\x9e\xac\x1f\x26\x7a\x69\x0b\x20\xae\xbd\xa0\x23\x9e\x4d\x7f\xe8\xfd\xa9\x27\x5b\xf9\xbc\x2f\xd0\x29\x3c\xe2\xa7\x8e\x0c\x94\xf4\x5b\x60\xf6\x4a\x79\x87\xdb\xc9\x4b\x27\xae\xde\xcb\x2e\x1e\x8e\xfd\x75\x8a\x04\xbe\x10\x72\xa1\xd1\xa6\xf3\x93\x4e\xc8\x5f\xb7\x00\x8a\x31\x4f\xde\xb7\x27\x2d\xbb\xec\x96\xab\x1e\x3e\x70\x6b\xd2\xd8\xd7\x3f\x31\x7f\x23\xda\xe9\x7e\x04\x73\xe6\x1c\xfd\xc4\xfa\x8d\x48\xbc\xfb\x27\xc6\x6f\x40\x48\xef\x47\x11\xe6\xf0\x81\x47\xf8\x97\xf1\xa7\x38\x9c\xfb\x27\xe3\x7f\xe2\xf9\xef\xa7\xab\x31\x9e\x15\xfa\xcc\x11\x32\x8a\x09\xdc\xed\xfd\x18\x9e\x19\xea\x1c\xa8\x8b\xcb\xe1\x7e\x8c\x54\x60\xf8\xb7\x86\x9f\x35\x7d\x4c\xfe\xbf\xe7\xe7\x45\x39\x65\x13\x3c\x0a\xd3\x25\x8a\xed\x51\x98\x2e\x15\x1f\x9e\x49\x11\xf8\x9f\xf7\x37\xdf\x3d\xb4\xa8\x09\x1a\x34\x50\xd5\xc0\x96\x67\xe5\x20\x18\xbc\xdf\x4d\x02\x1f\x68\x12\x1a\x2f\x08\xab\x9c\x63\xf9\xb8\x5c\x00\x6a\xf9\xf3\x46\xe1\xce\xbc\x71\xb9\xc9\x35\x3f\x68\x13\x0c\x9e\x35\x0b\xb9\x0c\x9e\x59\x51\xf8\x8d\xe7\x55\xff\xe7\xfd\xd9\x9b\x20\x1d\xfc\xd4\x98\x8d\x40\xbe\x67\x76\x52\x9d\x2c\xc3\x23\xb7\x46\x67\x1b\x3d\xb3\x56\x3a\xec\xfc\x99\x95\x58\x60\xd0\xc2\xed\x21\x87\x28\xe1\xa0\x26\xec\xe8\xcf\x4f\x71\xd9\x40\x86\x3d\x8b\x71\x25\x39\x9e\xcf\xe2\x95\xca\x20\x15\x5f\x4b\x84\xe8\xe3\xe2\x5d\x53\xe1\x05\x6f\x65\x5a\x34\xb0\x74\xa3\x4b\x2d\x55\xa3\x87\xa1\x21\x64\xa5\x7e\xaa\xca\x46\x20\xe6\xf3\xd3\x54\x36\x82\xfc\x9e\x45\x67\x73\x62\x04\x3e\x9b\xb4\xa7\x65\x69\x0c\x48\xcb\x92\x4b\xff\x59\x95\x1e\x22\xce\xa3\x67\xd5\xde\x0c\xc3\x7b\x56\x53\x1c\x02\x56\x2f\x5b\xfa\x5f\x5f\x8a\x43\x90\x0b\x19\x0c\x5e\x30\x78\x8d\xff\x45\x70\xa4\x98\x47\x71\xbc\x44\x02\x3f\xca\x85\x84\x77\xe9\x11\x12\x6b\xc2\x5d\xf5\xac\x3e\x9f\xbc\xa0\x65\xee\x34\xf8\x66\xce\xa3\x45\x9f\x4f\x9e\x15\x45\xcd\x07\x9b\xa7\x20\x24\x6e\x06\x21\x46\x3b\x7b\x14\x29\x80\xfb\xe4\x71\x31\x04\xf2\x27\x3e\x9b\x27\x39\x8b\xb4\x19\xe8\xc8\x36\x28\x2f\x0b\xe0\x07\x05\x6a\x73\x42\x8b\x71\x8e\x34\x59\x8c\x59\xe6\x88\x16\x61\x96\x19\x84\x11\x5a\x64\x77\x7f\x8a\x3d\xe5\x85\x37\x1c\xca\x5d\x69\xa2\xeb\xb2\xc9\xda\x0a\xa3\x35\x91\xb1\xfe\x29\x2a\x0d\x14\x89\xf3\x79\x9d\x2c\x9f\x61\x3b\x42\xbd\xd2\x84\xc3\x6b\x3f\x7d\x3c\xea\x23\x93\xfb\xd3\x52\x36\x92\x18\x3c\x86\x6a\x81\x56\x7c\xaa\x29\x8f\x2e\xfa\xd4\x97\x72\xde\xd8\xd4\x44\x46\xf9\x53\x4c\x36\xca\x11\x3d\xd5\x74\x36\x5a\x70\x06\x82\x48\xba\x4f\x35\xa1\x30\x9f\xea\x58\xfc\xca\xb0\x9c\x8d\x21\x1a\xe9\x53\x95\x8d\x61\xf0\xac\x68\x8c\x31\xfe\x72\x07\x3d\xd5\x93\x10\x0a\x9a\x27\x21\x93\xd4\x5e\x9a\x33\x1e\x17\xf6\x8d\x64\xfa\xb4\x77\x87\xf1\x83\xf9\x46\x6e\xa9\xa7\xbd\x44\x87\x82\xa6\xe4\x1a\x9c\x1b\x21\xbc\x0a\xd2\xfb\xd3\x76\x0d\x22\x6b\xe9\x4a\xbf\x40\x2d\x9e\x9f\x8a\xb3\x51\xb4\xe9\x69\xef\x62\x33\x4a\x67\xa4\xd8\x18\x95\xf7\x79\xc4\xc9\x47\xc1\xbf\x9f\xc3\xfc\x7a\x61\x18\x76\x7f\x29\xcf\xd4\x74\x6f\xeb\x8c\xaa\xbf\xdb\x3a\x73\xd5\xbd\xda\xb4\x60\xc2\xa3\x67\x3d\x5d\x0c\x64\xe1\x03\xaf\x7e\x14\xdf\xc7\xb1\xc0\xa4\x2b\x7d\xba\x29\xe7\xbc\x76\xaf\xfe\xc6\x1b\x26\x7d\x63\x98\xb7\x26\x2f\x73\x33\x7c\xa0\xe1\xab\xe3\x05\x2a\x87\xf4\xe1\x6d\x1c\x29\xe6\x19\xce\x3a\xc1\x9a\x0e\x93\x0a\xef\x1f\xef\x22\xf3\x49\x53\xaf\x3c\x5f\x96\x55\x68\xe2\x3d\x7e\x99\x9d\x61\x43\x09\xb2\xc3\x4f\xe7\xda\xa8\x32\xf2\xa8\x88\x70\x5f\x79\x76\x26\x06\x4e\xdb\xfe\x02\xac\xf9\x41\x19\x0b\x62\xf1\x7f\x1c\x9b\x3b\xb3\x2d\x94\x01\x89\xba\x25\xcf\xae\xf8\x98\x95\x06\x1c\x09\xc0\x91\xdf\x5f\xc0\x35\x5f\x38\xb6\x9d\x05\xd9\x1d\xd7\xcf\x81\xdd\x9d\xac\x01\x76\xe8\xf8\x8b\x99\x9d\xb5\x7b\x2a\xe0\x02\xbb\xc3\xdf\x11\x6a\x0e\x47\xfa\x73\xca\x0e\xcf\x45\xda\x3c\x3c\x17\xdc\x55\x3f\x05\x6e\xa3\x84\xf2\xa3\x54\x48\x54\xfc\x79\x0e\x27\xda\x41\x1e\x38\x3c\x15\x3c\x9b\x74\x96\xd8\x45\xca\x62\x0a\x7d\xde\x22\x65\xec\xa3\xe3\xb5\x12\xf0\x83\x29\x87\x57\xbc\x55\xcb\xd8\x58\x8a\x07\xee\xd4\x9a\x7a\x0e\x53\xce\xb1\x3c\xb5\x09\x62\xec\x7a\x4e\x13\x9e\x0f\x4e\xa5\x38\x88\xca\xf0\x9c\xa6\x3b\x3d\x9c\xc6\xd8\xb3\x75\xcf\x57\x8c\xa1\x87\x37\x36\x24\x53\xf5\x86\x7f\x70\x75\x9c\x4e\x68\x00\xc3\x3a\x4d\x3a\x5b\xf5\xf4\xa2\x43\x87\x4b\xa1\xd5\x4f\x1b\x26\x1d\x96\x75\xbe\xfb\x9f\x1f\x5e\xd2\x33\x74\xe1\xcd\x2a\xf2\xff\x73\x39\xd6\x9c\xe9\xfb\xa9\x60\xe5\x23\x51\x5d\x0e\x0f\xe0\x83\xe1\x32\x2f\x19\x96\x54\xae\x42\xa6\x9e\x47\x01\xc4\x1f\x81\xff\x7a\xc7\xcd\x17\x0e\x16\x62\xf7\x5e\x8e\xa9\x67\xb3\xde\xb3\x9a\x48\xa7\xb7\x93\x05\x70\x22\x6e\x27\x0b\xe0\xa4\xdf\x9b\xbe\xe0\x05\x47\xc8\xd7\xbf\xdd\x50\xb7\x33\x28\x30\x2d\xb7\xc3\xe7\x99\x38\x55\x5c\xfb\xc8\xdf\xb7\x89\xe4\x7f\xc5\xfd\x21\x18\xde\xa6\x91\x53\x7e\x2b\x20\x0a\x49\xf3\xa7\x15\x96\x8f\x64\xf9\xe8\xae\x80\x6f\x3f\x9a\x02\x24\x87\xe7\x9d\x82\x34\xf0\xbc\x2b\x17\x92\x15\xac\xfc\xbd\xd2\x94\xa8\x69\xf9\x68\x52\x8a\x5e\xfe\xd4\x92\x78\x14\xac\xbc\xc2\x35\x94\x96\x69\xf9\x88\xfc\x8f\xeb\x3e\x7d\x86\x71\xeb\x0b\x3a\x75\xa1\xa7\x7f\x52\x54\x9b\xa4\xde\x2d\x91\x2f\xdb\x34\xbd\x55\xa4\xe7\xfc\xa0\x80\xbc\xc0\xf7\xdb\xf4\xc6\xac\xfc\x9b\xfd\x36\x09\x94\xb6\x44\x87\x6c\xd3\xa4\xc2\x64\xff\x6e\x82\x36\x4d\x6f\x80\x3e\x5f\x0c\xbd\x40\x1f\xbb\x49\xe7\x07\xa5\x11\x28\xb4\xe8\x82\x55\x13\x4d\x3a\x40\xad\xfd\x7b\x9e\x67\x3d\x67\x90\xb3\x2b\xe4\xfd\x93\xbb\xda\x34\x3b\x64\x7d\xe4\xd9\x88\xe5\x9a\x2e\x67\xc7\xb0\x57\x9a\xfc\x1d\xa5\xa4\xb8\x6a\xd3\xec\x50\xfc\x12\x2a\x66\x87\xe2\xf3\xc1\xa1\xe7\x8c\x71\x76\xe0\x4d\xa5\x4f\x87\xe2\xd3\xc0\xed\xb3\xc8\x0f\x8f\x5e\xc8\xea\x2c\x0e\xbb\xab\x19\xc3\x62\xe8\x3c\x73\xbf\xb8\x52\xd8\xc4\x0f\x26\xa3\xa4\xd3\x45\x64\xcc\x99\x99\xc5\x64\x54\x7e\x70\x68\x7e\xcf\x54\x2d\x0e\xcd\xaf\x99\x7d\xa5\x44\xea\xd3\xe7\x07\xd7\x49\x6f\x21\xf5\xa7\x88\x95\xca\x64\xae\x8e\xd5\x6f\x99\x9b\x9f\x26\x56\x2a\x2d\xac\x8e\xdd\xef\x19\x85\x54\x31\xb2\x94\xb7\x49\x30\x32\xd2\x8e\xb7\x49\x61\x30\x14\x06\x68\xd3\xea\x24\x03\x2d\xa4\xae\x8e\xee\xef\xf4\xf2\x92\xc6\xb8\x0e\xff\x40\x1b\xa7\xdb\xe0\x93\x5b\x03\xcd\x8c\xaf\x26\xb5\xe7\x87\xcd\x79\x09\x7a\x68\xdf\x4c\x6b\x0f\xad\x8e\x87\x69\x2c\xab\xca\x42\xac\x13\x0b\xef\x9a\xcb\xe3\xd3\xe8\xa9\x70\x4a\xda\xbc\x5c\x88\x29\x6d\x4a\x07\xeb\x53\xcd\x1b\xc5\x71\xc7\x19\xb7\x74\x30\xca\xc7\xb6\xa9\x58\xb7\xad\x21\xf5\xa7\x40\x95\x08\x4f\x6d\x2a\x6f\x04\x23\x7d\xbc\x65\x29\x69\x42\xb1\x58\x1b\xe3\x96\x06\xb5\x26\xc3\x45\x9b\x7e\x1a\x54\x09\x76\xaf\x4d\x2a\x24\xb7\x06\x79\xd5\x26\xc5\x4b\xaf\x1b\x47\x5d\x2a\xd4\x1a\xa4\x4f\x9b\xa4\x42\xad\x9f\x73\xf6\x53\xa1\xca\xe0\x28\xff\x34\xa8\x12\x93\x56\x9b\x14\x34\xbd\x16\x28\x55\x82\xa2\xb5\xb0\x1b\xdf\x5c\xb0\x70\x39\x85\xc8\xac\x01\xfb\xb7\x49\x35\x2c\xb6\x0c\x5b\x0a\x54\xab\x9f\x41\x19\x15\xca\x82\x54\xa7\xe6\xac\xf5\x0f\x17\x54\x9b\x14\x21\x13\xa4\x4f\x9b\x14\x21\xf3\x69\x4d\xa5\xe9\x52\x57\xa4\x4d\x8a\x80\xd9\x12\xf4\xdb\x26\x47\xc0\x7c\x3e\x68\xf6\xcd\x87\xe6\xe6\x00\x8b\xac\x9d\x43\x62\x12\x7b\xd8\x26\x15\xa8\x4b\xb2\x97\x36\x49\xfd\xa9\x83\xa3\xd0\x5e\x8a\xf2\x85\xd5\x9d\xcf\x99\x55\x68\x76\x65\x7f\xa8\xe4\xdc\x67\x92\x14\xe4\x12\x9f\x51\x9b\x54\x72\x2e\xc9\x79\xda\xa4\x92\x73\xf1\xa3\xb6\x49\xba\x0d\x59\x1a\xda\x64\xdd\x06\x1e\xdd\x8d\x93\x64\xd7\x2b\xab\x51\xfd\x7c\xe0\x31\x8f\x0c\x41\x45\xe4\x92\x84\xa8\x4d\xc3\x31\x17\x59\x58\xc7\xb1\xb0\xd0\x2e\x22\xc7\xc4\x4b\x8b\x09\xfc\xa0\x4d\xc3\x43\xce\x34\xab\x88\x5c\x65\x16\x15\xc7\x52\xb9\x86\x14\xc7\x52\xd9\xee\x43\xe8\x67\xae\x00\x15\x89\xeb\x0b\x03\xd8\x85\x00\xe7\x44\x49\x61\xd9\x1a\xf7\xaf\x60\x66\xc9\xd8\xda\x26\xa3\xcc\x0a\xb3\xa8\xe8\xee\x1e\x1b\x71\x9b\x76\x87\x07\xc2\xf5\x54\x6f\x22\xa8\xab\x36\xed\x06\x0c\xf3\x81\x20\xdd\x2b\xff\xab\x86\x3b\x8c\x41\xca\xc8\x60\x33\x4a\x17\x19\xb0\x9a\xc3\x90\xee\xac\xd2\x61\x9a\x32\x64\xc5\xb9\x04\xdc\xda\xa6\x43\x80\xdf\x39\xed\x4b\xaf\x48\xca\xd2\x36\x39\x8e\xa5\x31\x60\xe9\x15\xc1\xea\xb5\xc9\x8e\xa0\x0f\xdb\x91\x5a\xd1\x12\x7e\xde\xa6\xb7\xe0\x04\xd7\xe0\x4f\xad\x68\x13\x37\xe9\xe9\x85\x58\x32\x68\x07\xab\x2c\x30\x8d\x53\x10\x48\x0e\xd0\x29\xc8\x23\xb3\xa2\xf8\xee\x8d\x23\x79\xda\xbc\xc4\x3d\x70\x0a\xf3\xc8\x15\x77\x0a\xf4\xc9\xf9\xfa\x49\xf7\x4b\x62\xb2\xda\x74\xb9\x48\x16\xbb\xfb\x12\xe6\x11\xa1\xe7\x12\xe6\x11\x79\xe3\x12\xe8\x13\x56\xaa\x18\xf0\x8f\x04\x73\x09\xd2\x08\x4f\xb8\x4c\x51\x06\x28\x34\xd8\xca\xd6\xba\x84\x6a\x45\x10\xb8\x84\x62\x65\x96\x2f\x11\xc4\x24\x5f\x22\x08\xc9\xe2\xb2\xba\xce\x71\xbd\x05\xe2\xe4\xee\xbc\x45\x10\xc2\x8a\x83\xc2\x61\x62\xb7\x41\x9b\x59\xa4\xdb\xf0\xc0\xbc\x6f\x84\x15\x03\x72\xbc\xc6\xc4\x71\x53\x09\x87\x89\x19\x33\xa4\xea\xf3\xbf\xd0\x44\x0b\xb7\xbb\x31\x55\x8c\xf0\x31\x80\x2e\x23\x52\x0d\x87\x09\x12\x8d\xb1\x62\x0a\x1f\x01\x06\x61\x79\x8f\x90\x00\x83\xf6\x04\xf1\x64\x93\x3c\x97\xbe\xcf\x0c\x09\x63\x55\x2a\x67\xe3\x11\xc2\xee\x9f\x48\xdf\x66\x63\xae\xb2\xe6\xf3\x24\x10\x59\xfd\x0b\xf0\xba\xcd\xaa\xee\x10\xfb\x7d\x9b\xdf\x68\x91\x48\x76\xb3\xca\x3b\x44\xd7\x6e\xb3\x0a\x30\x24\xce\xb7\xcd\x2a\xc0\x30\x85\xc3\xcf\x93\xf1\x8e\x8c\x4e\x78\xce\x9a\xf6\x66\x8f\x96\x67\xaf\x47\xcb\xb3\xa7\x97\xe7\x5f\x7f\x2d\xec\x76\x9e\x85\x54\x8a\x00\x37\x2b\x07\x51\xa9\x9d\x0f\x04\x23\xe9\x99\x0e\x83\xb5\x46\xfe\x5f\x04\x23\xe1\x7d\x83\xb5\x22\x44\xce\x06\x6b\xe5\xde\x9f\x17\x21\x2d\x46\x06\xec\xea\x0b\xff\xcc\x8c\x6d\x36\x38\xab\xf1\x2c\x58\x44\x14\x97\x79\xb1\x5d\xb2\xd1\x80\x25\xb9\x4f\x8b\x4e\x1f\x9a\x2b\x68\x36\xda\x6a\x64\x8e\x17\x91\xd0\x43\xb3\xea\x37\xa4\x56\x40\x9b\x8d\xb6\x1a\xf9\x7e\x35\x09\x21\x69\x7d\x83\x92\x32\x89\x92\x9c\x4b\x12\x82\xb4\x59\x92\xf3\x36\x7f\xba\x30\x55\x99\xa5\x55\xe0\x9e\xc1\xff\x76\x98\xb1\xce\x4a\x1e\x8a\x93\xb3\xcd\x9b\xcb\x06\xe6\xe2\x9b\x95\x9f\x08\x09\x66\x56\x7e\x22\x44\xc7\x59\x5e\x87\xe4\xcd\x69\xb3\x4a\x30\xa0\x12\xce\xce\x1c\x3a\x98\xf9\x4d\xe8\x01\x66\x7a\x33\xfe\x83\xff\x95\xbc\x3e\x27\x6d\xde\xec\xf9\x64\x5e\x94\xa1\x68\x65\xef\x6e\x02\x0b\xb0\xf4\xca\x50\xb4\x72\xd2\x84\xd2\xaa\xcc\xda\x8b\xd2\x62\x56\x8a\xbc\xe5\x61\x2e\xb3\x52\x16\xf5\xe4\x59\x69\xb3\xaa\x38\xc0\x4f\xe7\x22\x9a\x39\x0d\x45\x34\x87\xbd\xcd\x42\x65\x7d\x16\xee\x45\x65\x6d\xfc\x20\x7f\x39\xc7\xa5\x88\x66\x76\x77\x11\x3e\x80\xe3\x5b\x4c\x22\x23\x14\x89\x9f\xf6\x44\x22\xa7\x45\x55\x1a\x50\xbb\xe7\x2a\x0a\xc3\x6f\xe7\xaa\x45\x65\x1b\x54\x2f\x2a\xef\x1b\xd2\x92\xf6\xaa\xf1\x00\x99\xb1\x2a\x3c\x04\x4b\x52\xbd\xa6\x59\x43\x81\xb0\x3e\x47\xc1\x25\x1a\x98\xf1\x6a\x7a\x19\x8f\xe8\xdd\xf8\xfe\x70\x09\x61\x06\xe0\x09\xc8\x8c\x1b\x88\x15\xc5\x6b\x6e\x5e\xc2\x4c\x88\x4b\x48\x07\xe0\xdd\xe6\x66\x0a\x33\x83\xaa\xc1\xd0\x93\x97\xa4\xcd\xf2\x65\x8c\xd8\xf9\xda\xfc\x56\x91\x66\x52\x25\xaa\xd7\x14\x5a\x6c\xb3\x64\xf5\xad\xc2\xd5\x9a\x97\x35\xa3\x54\xb4\x7a\x6f\x0b\x5f\x38\xbb\xc0\xcc\x0f\x52\xbc\x56\x66\xb6\x5d\xff\xfd\x6f\x4b\x8a\xdb\x36\x4b\x9a\xdf\x1a\xe7\xb1\x3b\x45\x42\x54\x8e\xb9\xdb\xfb\x1b\xa9\x6c\xb6\xf3\x22\xe0\xec\x36\xcb\x79\x31\xb3\x9d\xed\xbc\x08\x80\xba\xcd\x02\x89\x4d\x3f\x21\xea\x2f\x97\x4f\x7f\x93\x2c\x64\x62\xde\xb2\x75\x9d\x0e\x9d\x65\x61\x0a\x55\x5d\xee\xe1\x95\x17\x44\x76\x87\xed\x74\x5f\x97\x30\xc7\x6e\xa7\x77\x64\xc9\xd9\xae\x0c\x04\xbf\x79\xb8\x22\x2f\x0b\x36\xe4\x03\x86\x91\x0c\x91\x1d\xe1\x72\x7e\x23\x43\xd8\x95\xc3\x84\x44\xbe\x9d\x15\xcc\xde\x11\xb4\xe6\x21\x37\x77\x2e\xf1\x79\xd8\x43\x07\x2f\x19\xaf\x77\x8a\x61\xda\x47\x03\x37\x1a\xf6\xd1\xb0\xc2\xc3\xee\xa9\xcf\x30\xe4\x86\x63\x41\x77\x3b\x6d\x62\xba\x98\x77\x3b\x23\xd9\xfd\xf2\x86\x50\x12\xad\xcd\x52\x2e\xea\x14\xf1\x67\xde\xed\xc5\x81\x63\xbc\xb9\xa3\x60\xab\xbb\x1d\x54\x9c\x61\x55\x80\x28\x4c\xf8\x6e\x07\x15\x4c\x69\x37\xf1\x9c\xf2\x9f\x7a\xb1\x15\xb6\x91\xd4\x8b\x92\xdc\x40\x6d\xde\xed\x78\x63\x63\x1c\x2f\x69\x69\x42\xbe\x8d\xc2\x56\x3d\xec\x9f\x8a\xf2\x3a\x1f\xf6\x4f\x71\x0a\x0f\xfb\x1c\x21\xe4\x30\x65\x30\x93\xa3\xd9\xd1\x90\x19\x7f\xdd\x1b\x50\x62\xf7\x06\xec\x51\x6a\x08\xb1\xb4\x6d\x7e\xbd\x19\x5c\x52\xaf\x37\x83\xd9\xfa\xa9\x1d\x5b\x87\x83\xbe\xce\x0c\x76\xc6\xf9\x7a\x69\xf2\xc6\x69\x87\x14\xb4\x9f\xce\xf8\x03\x57\x7c\xbd\x13\x4c\xf0\xa9\x44\xd3\xdc\x74\xa7\xdd\x32\xf4\x61\xdf\x04\x1b\xe3\xf5\x4d\xb0\xb7\x4e\x0d\x93\xab\xed\x75\x3c\xb0\x3d\x2f\x3b\xde\x32\x35\xae\xe2\x30\x73\x15\x5c\x72\xba\x70\xbf\xdb\x31\x31\xb3\xb3\x84\x0d\xeb\xb0\xde\xcb\x64\xb1\x1e\x97\xa7\x9f\x25\xbc\x3c\xfd\x19\xf5\x4f\x1d\xd9\x3a\x22\x83\xfc\x10\xb5\xc0\xf3\x2e\xd9\xe4\x61\xa3\xb7\x6c\xf2\x30\xc9\xdb\x99\x7c\xe1\x1e\xaf\x5f\x82\x6d\x74\xdb\x28\x0f\xab\xbe\xed\x4e\xc9\x98\xee\xaa\xe7\x4c\xed\xad\x94\xc5\x4b\xc6\xf8\xcf\xf1\xc0\x07\x2e\x9b\xcf\xb9\xb6\xa7\x01\x76\x73\x5f\x7a\xce\x34\xbc\x8e\x86\x8c\x51\x69\x4f\xe7\xe0\x54\xdb\xfc\xbc\x54\x64\x0c\xff\x5c\x0b\x69\xe2\x91\x33\x05\x76\x64\xad\x67\x46\x89\x90\xab\x81\xec\x6c\x6d\x7e\x94\xf4\x0f\x86\xe6\xb4\xa8\x33\x17\xd0\x73\xf9\x07\xbe\x90\x23\xa1\xd2\x87\x1d\x09\xe1\x0b\xcb\xe4\xda\xf5\xf9\x62\x79\x1d\x09\x39\xc4\xcb\xe4\x1c\x23\x8d\x4f\x56\xbf\x51\xf2\x43\xf1\x1b\x5b\x7e\xa8\x32\xc1\xcf\x79\xb6\x71\xbb\xd1\xa6\x53\x60\x4c\x7f\xc1\x71\xb7\xc5\x6e\x86\xd4\xf0\x68\xcb\x9b\x1a\x2b\xb6\xc5\x65\x92\x85\x7e\xa1\xfd\xdb\x2c\x60\xe4\x07\x25\x1e\x89\x17\xb5\x2d\xb3\x2d\xdf\x21\x4a\x01\x2c\x04\xd8\xb7\x45\x8e\x86\x8d\x5d\xb8\xcc\x96\x0f\xb2\xf1\x17\x39\x16\xd6\x84\x61\xb5\xc5\xb9\x59\x03\xd7\x6f\xcb\xec\xac\xb4\xbc\x70\xf9\x85\xf4\xaa\xea\xd3\x2b\xf2\xf6\xb2\x38\x21\x6c\x8e\xf8\x22\xcf\xc1\xc7\x34\xb5\x28\x4e\xbd\x23\x40\x2f\x8b\xcd\xa8\xcc\xb6\x5c\x09\x6b\xfd\xfc\xf0\xdb\x36\xf0\xd8\x45\xda\x10\x65\xc4\xda\xb2\xc8\xa2\xc0\xa8\x0e\x99\x55\x0b\x1f\x78\x3a\x73\xb5\x2e\x3f\xe5\x67\x4e\xf1\x97\xb6\xac\x3a\x7f\x91\x08\x96\xd5\xd9\x00\xf2\xd8\x7d\xa1\xe5\xd9\x16\x8d\xac\x8e\x22\x49\xb0\xa8\x2c\xab\x6d\x36\x79\xb4\x36\xce\xeb\xc2\x56\xad\xfc\xaf\xb4\x57\x39\xab\x8b\xb5\x1e\xac\x75\xcb\x26\x4b\x17\xdb\x63\x93\x41\xa3\xf2\xc1\x66\xd1\x81\x0f\xc4\x3f\x22\x63\x2d\x9b\x4c\x34\x99\xf2\xcd\xf4\xf0\xba\xf5\xe3\x8c\x5f\x3a\x4c\x2a\x72\xb5\x65\xb3\x00\x1f\xfa\xe5\x15\x28\x28\xec\xcb\x4f\x25\x59\x5b\x94\xcf\xc5\x40\xac\x44\xf0\xb5\xa5\x78\x7b\xb2\xa6\x3f\xa5\x64\xc3\x69\xb5\x48\x29\xf9\xd2\x58\xec\x06\x0b\x09\x3f\xa5\xa4\x6d\x0c\x61\xd7\x90\x79\x5d\x53\x1e\x8a\x8a\x5d\x47\x11\x63\x16\x83\xb0\xe0\x0a\x3f\x1d\xa5\xce\x6c\x6d\x79\x10\x3e\xc7\xc7\x09\x57\xc3\x78\x16\xf9\x0f\x12\xdc\xd4\x96\xea\x4c\x4c\xe9\xb0\x2a\xd9\x14\x5b\xb2\x9a\xf7\x7d\x3e\x90\xb9\x94\x13\x2d\xbc\x55\x65\x80\x55\x26\x5d\xf6\x6c\x55\x7a\x05\x0e\x67\x95\x65\x71\xa1\x43\x5b\x47\xd3\x9e\xa2\xd7\xe1\xb5\x8b\xe0\x52\xa9\x20\xd5\x96\xa6\x14\x1f\xb9\x62\x16\x6b\x18\x51\xda\x16\xc7\xaa\xc3\xe2\x54\xfe\xfa\xc3\xb3\x54\xfe\xfa\xc3\xb2\x1c\xab\xfe\xf9\x5e\x9b\xfc\xf3\x6c\x9b\x4d\x16\xb8\xc9\xe2\x14\xb3\xe4\xd2\x65\x7f\x88\x30\xb6\xa8\xbc\x75\x67\x02\xa5\x37\x7c\x07\xdc\x15\x7c\xd4\x79\xa1\x68\x07\x84\xe0\x9f\xda\xd0\x5b\x9c\x2f\x4b\x77\x56\x5e\x66\xb4\x7b\x97\xd3\xa0\x30\xde\xac\x90\x43\x4b\x58\x52\x87\x96\x54\x46\xa8\x2c\xb8\x28\xda\x8b\xaa\xc4\x71\x9d\x2d\xaa\x12\xc7\x65\xb5\xbc\x2a\x40\x46\x68\x74\xd3\x67\x8f\x0f\x07\x2e\x16\x5a\xb0\x2e\xc4\x31\x19\x02\x29\xc3\xa8\x5e\x25\x61\x99\xfe\x74\xf1\x0c\xd7\xdb\x89\xe0\xb8\xbc\x1a\x43\x84\xbc\x45\xa5\xe2\xf0\xfc\x2e\x2e\x05\x97\x8c\x58\x6d\xd9\x9d\x4b\x3e\xa2\xca\xa2\xb2\x04\x85\x3b\x62\x77\x0a\xb2\x88\x05\xcb\xfe\xa6\x59\xcb\x98\x7f\xb2\x7d\x69\x31\x1f\x2c\xbb\xfd\xa7\xf0\x73\xc9\xf6\x2b\xa2\xe7\xb2\x3b\x49\x38\x13\xa5\xd2\xd4\xb0\x1b\x89\xf6\xad\x72\xcb\xec\xb7\x52\xff\x65\x65\x76\x55\x68\xcd\xa3\x52\x66\x7d\xf6\xe2\x5b\xbe\x8d\xc3\x77\xd8\x6b\x95\x21\x1f\xca\x4d\xc7\x8d\x72\x28\x8f\x59\xf4\xf5\xc5\xe5\xd3\xe0\x16\xa7\x52\xd1\xc1\x60\x25\x6e\x2f\x6c\x9d\xd3\xdc\x21\x03\x90\x17\x60\x61\xe7\x9c\xca\x6b\x06\xfb\x3a\x95\x7b\x8f\x1b\xe4\x54\xc6\x9f\xc2\xf7\xbb\x0e\x73\x26\xe4\x54\xc6\x22\xe6\x43\x59\x60\x2b\x5b\x5b\x18\xa0\xb6\x7e\x1a\x90\x87\x0b\x76\x78\x99\xa0\x74\xe8\x8c\x54\x6c\x65\x67\xa4\x62\x0d\x9d\x81\x8a\x1b\x41\x89\x60\x2b\x1b\x59\x19\xa7\x2a\xec\x5d\x89\x60\x2b\x2b\xe2\x90\x0c\xc4\xb8\xcb\xdc\x2f\x13\x70\x99\x00\xc6\x23\x07\x17\x17\xda\xed\xb4\xdd\x6c\x4b\x25\x7a\x9d\x38\x6b\x4a\xf4\x9a\x28\xe9\xb6\x28\xd1\xeb\xc4\x9d\xab\xc4\xae\x49\x31\xd0\x16\x95\x55\x1b\xb0\x9f\x5b\x33\xcc\x39\xf8\x09\xd8\x6d\x42\x42\x78\xe4\x14\x61\xd7\x3f\x72\x8a\x20\x6d\x3d\x66\xa7\x99\x20\x45\x51\x7f\x56\xf4\x91\x93\x84\x1d\xf1\x98\x9d\xd2\xbe\x44\x1a\x44\xd2\x47\xf7\x1b\xf4\x3e\xca\x7c\xc1\x78\x65\xf1\xff\xec\xd8\x47\x4e\x93\x48\xef\x8b\x0d\xfe\x19\xdf\x3a\xc9\x67\x12\xa1\x78\x55\x8a\xa8\x54\x3d\x6b\xeb\xe4\x09\x0e\x7f\x5e\x1d\x4f\x81\xd1\x7d\x55\x8d\xe6\xa9\xf1\x85\x7c\x18\x19\xf1\xaa\xaa\xcb\xd3\xa7\x07\xb3\xdf\x91\xe7\xf3\xf7\xbc\xf0\xbd\x47\xf8\x6f\xc4\xeb\x3c\x59\x9d\x48\x83\x4a\x08\x3b\xe5\x46\x5a\xe7\x45\x0d\xf6\x3c\xaf\xba\x41\x42\xe2\xac\xa8\xfe\x8d\xef\x35\xe0\x48\x4d\xeb\xec\x01\x87\xc2\x59\x4e\x97\x8d\x01\x28\x90\x3d\x53\xba\xce\x0a\xdc\xdf\x78\x5f\x5e\x8a\x4a\xff\xba\xf1\xb2\xe4\xab\x9c\x00\x2d\x4c\x62\x95\x13\xa0\x45\x48\x5b\x1d\xa1\x1d\x0d\x7c\x5d\x74\x81\xcd\x7c\xdf\xf4\xcc\xff\x5d\x37\xe2\xca\x0f\x0a\x96\x8c\x92\xbf\x2e\x2e\x73\xba\xd0\xc3\xe1\x3b\x34\x24\xbb\xaa\x73\x42\xad\xda\xba\x5c\xea\x83\x67\x4b\xca\x39\x27\xab\x82\xb2\xdb\xfc\xa7\xfb\x66\x95\x0f\xa1\x85\xab\xac\xab\x67\x80\xc6\x3c\x03\x99\x51\x47\x6c\x77\xfe\xd7\x95\x1e\xa9\x71\xb5\x03\xa1\xf3\x7e\x93\x98\xc9\xb3\x4d\x7d\x85\x06\x86\xf9\x5c\xe8\x59\x65\xca\xad\x3c\xcb\x5a\x5f\xf9\x40\x32\x40\xa5\xc5\x5b\x3d\xf0\xfe\xa3\xe7\xbc\xbf\xf9\xca\xcf\x1a\x09\x84\xd3\x67\x3a\xb4\x43\x22\x57\xcd\xba\xbd\x77\x7e\x7a\xd8\x6c\xfe\xcc\x1a\x6d\x45\x3d\xf0\x41\x37\x5a\x21\x93\xb8\x29\x5a\x8f\x6d\xbb\x99\x24\x1a\x70\xa8\xd5\xc2\x10\x1c\x65\xb4\xd0\xa4\x70\xd8\x2c\xb2\x5d\x0e\x0b\x47\x51\x55\x12\x52\x63\xac\xad\xae\x92\x80\xf0\xb9\x3a\xd2\x02\x44\xc4\x5a\x04\xb2\x66\xaf\x2a\xb5\xed\x04\xa2\x61\x75\x6a\xdb\xfa\xe9\x63\xf7\x0f\x19\xb7\x73\xdb\x56\xe6\xda\x22\x3a\xf0\x99\xd5\x61\x0f\xe8\x5d\xab\xc3\x1e\x10\x9a\x57\x61\x72\xe6\x85\x46\xab\x6c\x54\x85\x2f\x86\x5f\xc8\x5c\xb8\x22\xd8\xf2\x69\xe2\xf0\x1b\x19\xa8\x40\x39\xf3\x42\xaf\xcd\xf6\x9d\x34\xe1\xbc\x50\xa8\x47\xeb\x4f\xd4\xa6\x50\x5f\x5b\x9b\x61\xa7\xf0\x4e\x47\x26\x4c\x1c\xf5\x56\x64\xd6\xc8\xa6\x30\xee\x66\x66\x3e\x7f\xd2\x77\x41\xf6\x5c\x9b\xb5\x21\xba\x10\x06\x90\x35\x6f\x87\xcc\x01\x74\x60\x7c\xd9\xa0\x81\xcb\x3f\x64\x05\x65\xca\x5f\x3f\xdb\x46\xc0\x9c\x75\x61\x09\x15\x97\x80\x13\x7a\x95\x69\x7f\xc5\xad\xb1\xf6\x57\xfb\xcf\xd4\x29\x1d\xed\x8a\xa7\x67\xed\xaa\xfb\x4f\x0b\x45\x97\x68\xa8\xec\x4a\x0f\x06\xc7\x55\x7a\x28\xcc\x7f\x6b\x37\x87\xce\xea\xf6\xf1\x6b\x2e\x93\xa0\x6c\xb5\x20\xcd\x56\x65\x87\xfa\x0c\xef\xb4\x69\x88\xcf\xad\xf3\xf1\xfc\x18\x62\x9a\xf1\xff\x04\xf6\x8a\x80\xbf\x3a\xdd\xec\xe7\x7f\x2d\x13\xcb\x36\x94\x3e\x97\x1e\x25\x6f\x83\x7d\x6f\xab\xec\xef\x15\x41\x76\x75\x42\x59\x0e\xaf\xcc\xef\x5b\x85\xc5\x39\x16\x81\x31\xef\xca\x92\x07\x03\xdb\x2d\x98\xa5\xc1\x5d\x82\x19\x73\xb0\x4b\x30\x8b\x64\xb9\xca\xd2\x5e\xb9\x65\x77\x09\x6a\x6c\x14\xa3\x78\x00\xa8\xae\x92\xce\x2b\x3b\x71\xb7\xa4\xc6\x00\x6c\x9d\x66\x11\x05\xf3\xa9\x9f\x06\x24\xba\xc1\x22\x9d\xe0\x96\x49\x93\xf0\x3d\x58\x64\xc3\x76\x98\xc4\x43\x92\x1b\xd7\xf8\xa1\x4d\xb3\xfd\x25\xd9\x68\x5b\x0f\x89\x79\xdc\xd9\xb2\xbe\x0f\x64\x80\x43\x62\x5f\x04\xe5\xf5\x10\x66\x89\x3b\x5d\xb6\xf7\xde\x59\x20\x61\x80\x06\x5b\xf4\x90\x26\xc2\x95\x65\xc0\x0f\x5b\xe4\x90\xa0\x0a\x75\xd2\x14\x06\xff\x9f\xca\xe3\x08\xab\x3d\x25\xb7\x42\xfd\x69\xc7\x1f\xf7\xc5\x69\xf2\xb3\xa0\xa7\x28\xe4\x88\x9d\x42\x39\x45\x75\x58\x4f\x51\xb8\xd1\xa0\xae\xc4\xef\x0f\x42\x39\x31\xbf\x02\x18\x7d\xe4\xba\x53\x86\x07\xf6\xb0\x74\x87\xf1\xe9\x40\xaa\xc3\x67\x81\x65\xc5\xff\xc8\xde\xab\x94\x89\x8f\x39\x7b\x35\xa2\x28\x0a\xdf\x6a\x44\x51\x54\xf9\xd5\x88\x22\x98\x95\xf2\xd9\xd6\x94\x96\x6d\xeb\x25\x69\x1a\xfe\x79\xc9\x18\x04\x83\x35\xa4\x68\xf0\xbf\xa4\x65\x98\x9d\x21\x46\x9d\xf6\x04\x31\x8a\xa7\x62\x55\x02\x2a\x7c\xee\xeb\xad\x8c\xad\xac\xca\xed\x6b\xbe\xf2\x83\x72\x12\x61\x9e\x5a\x5d\x68\x22\x4e\x9d\xf5\xb6\xdd\x93\x83\x78\x2b\x37\x20\x07\x5d\xa1\x07\xa5\xb0\xb3\x5c\x7a\x02\x69\xce\xa5\x27\x06\x2d\x9a\xe6\xac\x83\xf2\x4c\x7d\x78\xad\x35\x94\x4f\x7b\xd6\x08\xf8\x5e\x34\xb2\x13\x95\xa5\xb6\x02\x8b\x5c\x9d\x76\x36\xf5\x7b\xdb\x6a\x58\x13\xcb\xf2\x28\x6d\x16\xcb\x66\x54\x53\x74\x92\xf5\xb1\x0d\x8f\x69\x33\xac\x89\x8b\x52\xf6\xfe\xf2\x61\xb0\xc6\x35\x31\x6b\x8f\x3d\xed\x2b\x5d\x0a\x19\x04\xd1\x4e\x1e\xc5\x46\x78\x94\x2c\x8b\x85\xb3\x9a\x93\x85\xde\x8c\x6b\xca\xa4\x6e\x93\x74\x88\xac\xc2\xe6\x4c\xb8\x3d\x7a\xd1\x36\x49\x89\x08\x09\x9b\xb1\x4d\xd9\x69\x9b\x53\x4b\xe5\x34\x6c\x93\x94\x8c\xac\xc2\x66\xad\xa8\xd3\x9e\xa6\x60\xd0\xa1\xf5\x3c\xbe\x57\x1a\xa9\x8d\x01\x0b\x1a\x35\x68\x4f\x13\x30\x18\x8f\xcc\x6c\x99\xc1\xed\xa7\x14\xcd\x0d\x20\xf9\x36\x6b\x67\x82\x60\xd9\x14\x92\x40\xe0\x52\xdb\x5e\x57\x01\x63\x9e\xa5\x78\x44\xb8\xd8\x66\xdf\x09\x91\xa2\x36\x79\x0a\x7a\x42\x99\xda\x36\xcb\xfa\xba\xd0\xa4\x32\x46\x0c\x9e\x5d\x4d\xe3\xd3\x82\xf4\x8c\xac\xeb\x26\x00\x55\x63\x90\x8b\x34\x87\x70\x8c\x6d\x51\xaa\x1a\xc8\xb6\xee\x94\xad\xb9\x2d\x9b\x9e\xf9\x5f\xba\x14\xd3\x66\x40\xd5\xa0\x3d\x25\x1e\x8a\x21\x6c\xfb\xa9\x4e\xbd\xc5\x9e\xb0\x2d\xca\xb5\xd4\xf9\x5f\xca\xea\x9f\x32\x5c\xb7\x6d\xb1\x26\x0b\x71\x22\x76\xa1\xb1\x5b\xcf\x0c\x4e\x79\x7a\xe2\xf5\xdc\xac\x63\x85\x97\x6c\x56\xa3\xa2\xb5\x6d\x56\xa3\x56\xde\x57\x52\x22\x36\xb9\xd5\xa8\x70\xbf\x6d\xb5\xe5\xb3\xd1\xa0\x52\xa0\xe0\x35\xdb\xac\x27\x01\x18\xdc\x9c\x0b\x2b\x07\x71\x5b\x5d\xfe\x38\xca\xf6\x66\x45\x88\x16\xac\x08\x45\x5b\xdf\x7e\x8a\xd0\x8a\xea\xb7\x59\x0f\xca\xd1\xdf\xa4\x07\x6d\x3d\xe6\x81\xcd\xc8\xac\xc6\x0b\x02\xb8\x24\xe5\x46\xdb\x54\x4a\x6e\x0d\xb7\xd9\x36\x73\x97\xca\x17\x2e\x5a\xb9\xf1\xc6\x7b\xd5\xf1\x83\x93\x48\xcf\x8c\x52\x26\x5e\x4e\xb3\x62\xd0\x93\x78\xb2\x6d\x45\x16\x5c\x06\x69\xa8\x15\x13\x59\x1c\x18\x97\xcb\x73\x33\xd6\x0a\x7e\x52\xac\xcd\xd1\xa0\x53\x28\x45\x5a\xda\x8a\xf0\x65\xf0\x1b\x61\xad\x50\xf2\xb7\x62\x57\x52\xf6\x4e\x31\xc2\x98\xc5\x15\xb8\x0a\xab\xc2\x56\xbc\x30\x99\x95\x6a\xe7\x51\xa4\xdc\xad\x3a\xef\xf0\xc2\x1b\x46\xe4\x70\xd8\xaa\xd2\x13\x30\x6d\x8a\x1d\x4f\x0d\xea\xb6\x49\xcb\xfa\x20\xec\x37\x07\x8f\x63\x0d\xdb\x14\xe8\x50\x3e\x7c\xf6\xa7\x77\x6d\x84\x1c\x6d\x55\x90\x9b\x8d\x0f\x0e\x73\xa9\xcc\x43\x7d\xcb\x9f\x87\x4e\xc5\x92\xa7\xea\x5e\xdb\xaa\x13\x51\x70\x64\xab\x55\xf3\x50\xa1\x78\xf1\x94\x00\x6f\x5b\x7b\x95\xd8\xac\x85\x03\xc8\xb1\xf9\x6d\xed\xd5\xcd\x33\xca\xf6\x5e\xda\x19\x55\xb3\x3d\x1e\x3e\x23\x45\xad\x11\x92\xb4\x35\xeb\xb9\xcc\xee\x5b\xfc\x19\xd6\x27\x55\x6c\x42\x40\xde\x1c\x22\x8e\x48\xbd\x35\xe9\xe7\xf0\x07\x97\x87\x5e\x58\xe3\xae\x50\x78\x18\x8c\x41\x56\x98\x6b\xb7\xd7\x59\x12\xb1\x75\xfb\x69\x62\x1b\xc1\x2d\x9b\x41\x56\x88\xf5\x9b\x41\x56\x58\x68\x37\xe3\xa8\xea\xa7\x53\xab\xf4\xac\x61\xb7\xaf\x20\x74\xbc\xb0\x29\x4e\xa8\x02\xc0\x3f\x16\xb0\x6d\xbc\xa0\x82\x34\xe1\x72\xce\x0b\x03\x97\x07\x64\x5e\x18\x86\xcb\x37\x2f\x4c\xce\x70\xd0\x25\x37\xea\x90\x8a\x0f\x1b\x50\x6c\x04\xb1\xd6\x6d\x1b\xaf\x8a\x9f\xe9\x12\x2c\x8a\x30\xcc\xb6\x0d\x43\x3c\x18\xd6\xe5\x23\x12\x4a\x86\x80\x2a\xac\xb2\x40\x51\x3d\xc2\xdc\x26\x50\xd4\xbc\xc0\x0e\x5d\xbd\x79\x61\x7e\x77\x45\x03\xc7\x02\xbf\xc9\x2b\x52\x93\xdd\xbb\x6d\x6f\xb5\xe6\xc1\x0f\xf6\xd9\x66\x50\xbb\x4d\x00\x19\xf4\xae\x10\xdb\xf5\x2f\xa1\xaa\x6d\xdb\x15\x88\xca\x9d\xef\x60\x71\x30\x93\x9b\x83\xc5\x01\x79\x6e\x6f\x6d\x3e\xae\x5c\x87\x82\x83\x72\xdc\x0e\xdb\x41\xf2\xc5\x61\x84\x08\x97\xee\xf1\xe2\x5c\xd2\xab\xd0\x51\x1f\xb3\xc5\x76\x38\x64\x93\x7d\x79\xd8\xf0\xc1\xdd\x77\x18\x6a\x01\x8b\x16\x5c\x6a\x99\xd9\x86\x0a\xdb\xe8\x04\x7f\x6d\x2e\x06\xdd\x3e\x03\x75\x7c\x6a\x0c\x60\xdb\x61\x78\x05\x23\x77\x58\xe7\xa7\x09\x85\x75\x72\xee\x4f\x87\xa7\xb2\xd7\x4f\xa3\x4a\xd8\x21\xf6\xf0\x00\xa0\xd9\x4e\xfb\xc1\xb8\x0a\x5c\x40\x1a\x2d\x67\x3b\x9d\x90\xfe\xf3\x89\x0d\xba\x9c\x97\xd3\x56\x9d\x90\xfa\x56\x87\xe6\x16\x3d\xdf\x6b\x99\x1f\x1e\xd9\x7d\xd2\xa4\x55\xaf\x64\x18\x6a\xdb\xe5\x30\x5a\xbe\xb8\x5c\x15\x38\x7d\x48\xd7\x5a\x97\xd8\x1b\xb7\x9f\xae\x55\x1a\xfc\x4b\xae\x9c\x15\x13\xda\x26\x04\xd5\xba\x44\x71\xd8\xe4\xcc\x59\x97\x4f\xa7\x2a\x2c\xcc\x3e\x50\x7a\xad\x95\x90\x8e\xed\xa7\x8f\x11\x55\xb6\xb9\x9e\x48\x4c\x9c\x9b\xd4\x2f\xec\x46\xdb\xad\x6b\xb9\xf3\x2c\x14\x18\xe2\xe8\xad\xfa\xd6\x70\x7a\x85\x79\x7f\x38\x82\x2a\x84\xac\xdb\xa7\xc1\x9f\xc4\x0b\x89\x0a\xec\xae\x1f\xb9\xe0\x96\xbb\x8a\x49\xbb\xe5\x1a\xc8\x9c\xdd\x52\x91\x3f\xcd\xc9\x08\x10\xc3\xd4\x26\x30\x55\xc5\x95\xbc\x3d\xaf\xc9\x30\x23\x7e\xec\x81\x44\x06\x77\xd0\xf5\x8a\x1c\xaf\x10\x8f\xc6\x09\x7e\x2c\xba\x64\xcc\xaa\x13\xb8\x32\xc7\x8f\x30\x1a\x61\x93\xc5\x09\xb4\xf0\x16\x94\xc9\xb7\x3a\x2f\x14\x0f\x61\xca\x0f\xbe\x01\x72\x2a\x8a\x33\x60\x01\xc4\x29\x93\x6d\xa5\x39\x8b\xe5\xc5\x29\x45\x80\x2a\xd3\xcb\x34\xfe\x0d\xb3\xcc\x06\x5b\x2d\xfc\xe0\x08\xe9\xe8\x0e\x65\xb6\x2d\x94\xe7\xb7\x46\x55\x06\xee\x1a\xd2\xd3\xa7\x89\x9f\x4e\x95\xc9\x2d\xd2\x4e\x5a\x4a\xe7\xb5\x22\x1c\x53\xe2\xd7\x5b\xb1\xe3\xa6\xf0\xbd\xa7\x92\x06\x4c\x45\x8e\x59\x51\xb8\x47\x78\x77\xf9\x29\x27\x2d\x99\x68\x5a\x59\x94\x4e\x9b\x01\x2c\xae\x23\xc7\xfb\x3a\xb6\x39\x94\x45\x5e\x97\x24\xb5\x6c\x65\xd1\x75\x53\x68\xcf\xdb\x27\x33\xa0\x50\x8d\xd4\xf4\x6c\x65\xb5\xf9\x78\xe2\x87\xe2\x38\xb4\xb4\xb8\xaa\xf6\x5a\x36\x60\x51\xed\x8a\xf5\xf3\xff\xe1\xa2\x52\xb4\x20\x50\x23\x2b\xbb\xaa\x84\x4d\x04\xdd\xa2\x58\xe2\x06\xe4\xa7\x6c\xd5\x56\xbe\x0c\x7a\xb3\x1d\xb0\xff\x25\xc1\x5c\x2b\x8a\x3c\x26\xb8\xb6\x58\x32\x67\x80\x9b\xc5\xdc\xce\x0b\x0a\x06\x84\x22\xf9\x2c\x92\xc4\xa5\x15\xb9\x28\x0a\xf2\x4b\xb1\x68\x8e\x4d\xbd\x14\x45\x79\x7d\xbe\x70\xde\xfc\x1c\xf2\xe2\xf2\x19\x90\xe8\xf2\x19\x8c\xb1\xd8\x9c\x4c\x03\x72\xb9\x32\xa4\x22\x03\x0b\x34\xa8\x78\x06\x38\xd1\x22\x49\xbc\xa0\xc7\x95\xaa\x7d\x13\x29\xa2\xa8\x48\xf3\xc4\xbe\xad\xb6\xb7\xd0\x80\x35\x1e\x36\xea\x4f\x8a\x5e\x57\x36\xe2\x4f\x8a\x5e\xd7\x89\x06\xa5\x88\xae\x74\x78\x99\xf9\x87\x84\xfa\xee\x74\xde\xf0\x56\x4b\x0f\x4d\x9c\x37\x82\x4f\x91\xcc\xdc\x93\x1a\xa4\x95\xa6\x60\x92\xc8\x39\xa5\x49\x9f\x89\xd4\x50\x5a\xd7\xff\x34\x28\xef\x15\x1d\x36\x17\x5b\x62\x2f\x5b\x1a\xc6\x9e\x5c\x9c\x30\x29\xd5\xaf\x5a\x69\x42\xa4\xf3\xdc\x5f\xe1\x2b\x6d\xca\xed\x50\xb8\x47\x4b\x37\xbe\x36\xea\x7e\xe9\x02\x74\x46\xf2\x2f\x3f\x61\xb7\x94\x88\xf5\xa5\xbb\x12\x7e\x96\x5e\x50\x21\x58\x52\x97\x49\x9b\x49\xe8\xef\xbc\x66\xe5\xba\xe7\x75\x30\x46\x85\x14\xb2\x19\xdf\x78\x01\x26\x7a\x28\x65\x5c\xac\x75\x65\x08\x56\xc3\xdf\xbe\x80\xd2\x81\x93\x18\xc1\x9a\xc7\xdb\x61\x5e\xd8\x65\x06\x86\x07\xed\xc2\x2f\x44\x4a\x2e\x0e\xc6\x65\xb3\x2b\x98\x36\x69\xcd\x5a\x91\x30\x57\x31\xbb\x97\xc3\xba\x50\x6c\x3a\xc5\x55\x1d\x98\x14\x99\xda\xc1\xdb\x17\x55\x75\xc0\x35\x5a\x0e\x1d\x2f\xb8\xe0\x4f\x4c\x6b\x80\xeb\xcb\xe1\xe3\xc5\xfb\x3a\x5e\x70\xc9\x43\xc7\x8b\x29\x3c\x6c\xa3\xcd\x14\xc9\xd2\x4e\xa0\x42\x39\x4d\x51\x66\xe0\x34\xd7\xce\x78\x7f\x12\xdb\xf2\xb9\x67\x24\xb0\x55\x22\xe0\xca\xb9\xe9\x83\x74\xa0\xaa\x0f\xe0\xc3\x8a\xaa\x3c\x00\xef\x2a\xa7\xbd\xcf\x6c\x3b\x85\xee\x7e\x98\xec\x29\x5b\x5d\xa5\x41\x01\x04\x98\x51\x97\x71\x60\x97\xaa\x8c\x03\xf9\x4c\xca\x35\xeb\x39\x33\x7c\x29\x28\x93\xbb\x55\x65\x18\xc0\x44\x96\x9f\x60\xb6\xae\xcc\xe8\x4f\x2e\x5b\x71\xf6\x97\x4b\x56\xbb\x8d\xf6\xcc\x3e\x32\xe3\x4a\xc1\xd3\x3e\x53\x7c\xc9\x90\xb5\xf1\xc2\xad\x0f\xf8\x5f\xdc\x83\x3d\xf3\x93\xdb\xd6\x95\x25\xb8\x65\xc8\x8a\xd6\x5f\x7e\x72\xdb\xba\xc2\x51\x7f\x72\xdb\xba\xb2\x09\x6f\x59\xf5\x38\x14\x12\xd3\x00\xf6\x96\xdb\x04\xff\x09\x8c\x50\x94\x70\x75\xfb\x74\x26\x01\x89\x0b\xec\x27\xa4\xad\xe0\x4f\xca\x23\x0b\x16\x6c\xe6\x11\xa6\x95\x23\xf7\xac\x7a\xce\xec\x3e\x9b\x9e\x33\x58\x25\x60\xdd\x98\x4d\x25\x60\xc5\x8f\x5f\x1e\x73\xca\x10\xab\x1c\xab\x6b\x7c\x1c\x45\x39\x56\x57\x76\xc3\x23\x4b\xd0\x42\x7b\x87\xda\xcb\xea\x3d\x82\x2e\xb0\x1b\x1e\xd3\x4b\xfb\x12\x10\xd9\x6d\x8f\xec\x25\xd1\x3e\xea\x24\xfa\xc3\x45\xeb\x64\xfa\xe7\x3c\xdb\xa6\x90\x0e\xaa\x32\xac\xae\xb9\x9e\xaa\xe4\xc5\x9a\xe4\xea\xad\xbe\x19\x53\x63\x38\xaa\x93\x02\x96\x0a\xcf\x4e\x4b\xb9\xd1\x84\x12\x73\x6e\x8c\xc1\x58\x86\x8d\x26\x6d\x05\xea\x79\xf6\x22\xfe\x5b\xa4\x3a\x4f\x22\x3a\x3d\xcc\x36\xfa\x6c\xbc\x20\xdb\x56\x64\xc1\x3a\x1b\x2a\x9d\x3d\x5b\x67\x9b\x78\xb2\x49\xeb\xec\xf0\xb3\xdc\xa2\x75\x7e\x4d\x3c\x35\x3f\x18\xca\xb0\xd2\xab\xa1\x0c\x2b\x6d\xd8\xe6\x13\x4d\xae\xce\xb6\xf9\x64\xf7\xd4\xf9\xbd\xe5\x18\x87\x6f\xb9\x74\xb2\xd8\xe6\x93\xa9\x12\xb2\x7e\x4a\x35\xaa\x56\x17\x65\x78\xa4\xc5\xc5\x26\x9e\xcf\x17\x82\x58\x33\x86\x45\x49\x7e\x37\x3e\xb0\x78\x9f\x5b\xb1\x2a\x8d\x2a\xda\x7a\x7d\x63\x8a\x07\x2d\xc8\x46\xb0\xb0\x47\x16\x5b\xaa\x72\x88\xea\xea\xbb\x99\x4e\x57\x1b\x46\x72\x8c\xea\x6a\x13\x10\xe3\x56\x60\xf1\xbc\x30\xee\x55\x09\xe3\xc2\xa8\xeb\x6a\x93\x10\x53\xb3\xda\x02\x44\x0b\xbb\x9e\xe9\xd3\xe5\x2b\x3b\x2d\x1a\xd2\x01\x65\xeb\x4b\x48\xb6\xc9\x66\xfc\x63\x4e\x6b\xdd\x84\xe9\x60\x23\x6e\xc6\x74\xe4\xb8\x56\x43\xec\xd9\xeb\x32\x4f\xcf\xed\xd3\x82\x22\x70\xd8\x57\xdb\x2b\x34\x64\x98\x12\x71\x4b\xd2\xce\xb6\x2a\x19\xb7\xcd\xec\xe6\x62\x33\x04\x2b\x24\xa9\xb7\x91\x88\xa4\x96\x45\xca\x13\xcf\x56\xb7\xd8\x89\x4a\xc7\x53\x09\x87\xa9\x45\x49\xb2\x98\xbc\xe2\xf4\x5f\xb1\xab\xd6\xe2\x20\x9d\x0c\xb3\x38\x48\x87\xdd\x5e\x9c\x35\x2b\x9a\x65\x2d\x4e\xff\xc5\xa2\x17\xe5\x93\x62\x10\x06\xd3\xe3\x35\xaf\x75\xd6\x0b\xe9\xb3\x3a\x4d\x53\x66\xa2\xbe\x4a\x62\xe8\xaa\x45\x2f\x64\xd4\x2f\xbc\x9e\xd9\x35\xbc\x1e\x8f\x4f\xad\x43\x66\x0c\x5a\x78\x83\x5b\x32\xc8\x9f\xb0\x5c\xc0\x6a\x54\x09\xcb\xeb\x32\x31\xc8\x5b\x2f\xd0\xe2\xbb\x3c\x59\x0d\xa5\xdb\x59\xd7\xf2\xa7\x2c\x09\xb5\x59\x4a\x8d\x0d\xa0\xca\xda\xdc\x93\xaf\xb1\x55\x59\x9b\xd7\x14\xf6\x6c\xb5\x49\x6c\xe5\x7f\x25\x30\x89\x70\x5e\x9b\xc0\x0b\x95\xf1\xec\x8e\x7c\xe5\x07\x55\xc7\x08\x01\x96\xac\x67\x06\xa0\x7a\xe7\x11\x68\x6a\x77\xb4\x7d\x44\xae\xda\x05\x6b\x8e\x3c\x50\x5d\x7e\x9a\xad\x21\x39\xfb\xc3\xc3\x84\xcf\x21\x5b\x5a\xed\x16\xf9\x68\xef\x90\x04\xc5\xf7\x16\x38\x2a\x1f\xc8\x9d\xcb\x76\xfe\x89\xd1\x9d\x6c\x6a\x55\x62\x74\xfb\xf4\x30\xe4\x1a\xe3\x02\x19\x92\x28\xe8\x71\x08\x51\xc8\xfd\xa1\x72\x0f\x2b\xa7\x41\xe5\x1c\xb6\x88\x48\x75\x28\xdf\x2b\x07\x6e\xbc\x9c\x3d\x2f\xc8\xd0\xdb\x92\xea\xae\x55\x19\x76\x67\x40\x89\x55\x86\xdd\x96\x7c\x7a\xad\xee\xb6\x71\xb2\xac\xfb\x6b\xb0\xe4\x07\xa7\x07\xe3\x6a\xdd\xdf\xbd\x48\xb7\x4e\x48\x91\x47\x15\x14\x8e\xf7\xad\x1e\xc2\x2b\x30\x6f\x2a\x9a\x90\xa2\x0e\xad\x1e\x96\x4d\xb2\x13\x64\x65\x6d\x24\xbe\xab\xc7\x7b\x75\xd3\xa2\x27\x22\x13\x75\xd8\xf4\xc3\x89\x3c\x1c\xaa\xc7\xcc\xd8\xa8\x9a\x62\x7b\xad\x1e\x4e\x9a\xf1\xef\xf1\x34\xa2\x38\x7f\x4b\xfe\x1e\xd0\x24\xf1\x1b\xcf\x4a\x95\xfd\x74\x7c\xbe\x97\xf9\x94\xdd\x7c\xfa\x34\xd0\xde\xd0\x66\x0b\xcd\x4e\xa4\x13\x1b\x5e\x95\xed\xb4\x7d\x38\xa1\xab\xa2\x21\xbe\xa8\x2a\x1a\x39\x0a\xeb\xa5\xaa\x61\x34\xa0\x50\xd2\x8a\xd1\xbf\xca\xee\xd9\xfb\xa0\x05\x09\xd8\xc8\x3b\x97\x10\xc4\x8d\x1e\x4f\x2d\x0b\x3d\x58\x64\xcb\x14\xdc\x52\x0a\x63\x18\xaa\xb7\x85\x97\x74\x78\xeb\xca\x87\x6d\xde\x0a\x76\x65\x84\x4e\x67\xb9\xc0\xaa\x6f\x65\x95\x65\x0e\x85\x72\x9f\x41\x9b\xd6\x7b\xd7\x25\x45\x8b\x66\xe5\x30\xbd\xfb\xc5\x0d\xf2\x83\x9c\xd9\xf4\xa0\x80\x4c\x7a\x78\x84\x57\x83\xa7\x3d\xc2\xab\x71\xe9\x3d\x2f\x70\x3f\xcf\xca\x94\xd5\x78\x36\x4b\xe1\x7d\x25\xf7\x8a\x69\xae\x3e\xd2\x73\xd9\x35\xb2\x9b\x0e\xa6\x58\x10\x93\xc1\xa2\x0a\x47\x8f\xc1\xbc\x0a\x47\x3f\x7d\xc6\x2b\x43\x14\x27\x49\x99\x72\x46\x94\xc2\xa6\x70\x52\xb2\xc0\x35\x09\xbd\xc9\x97\xdf\x9a\xeb\x1c\x87\x65\xb6\xc9\xfd\xf3\x6c\x3d\x9c\xf7\xa5\x87\xc7\x94\xd0\x5c\x23\x00\x07\x70\x53\xe1\x62\x90\xb5\x6d\x96\x1a\x1b\x91\xab\xcd\x8b\xfe\xff\x93\x1b\xa8\xfd\xa4\xdf\x86\x1b\xb6\xfd\x84\xdd\x86\x23\xb1\xcd\xd2\xc1\xe3\x6c\x6b\x3f\x31\xb5\x11\x0e\xd4\x6c\x19\xc5\xf9\xd2\x54\x86\x18\x11\xb1\x2d\xea\x20\xf2\x5f\x53\xb8\x67\x45\x49\x6e\xca\x74\x83\xeb\xad\x29\xda\xb3\xe1\x59\x69\x3f\xa9\xb4\x21\xf7\xb6\x45\x66\x84\xc6\xb3\xcc\x08\x4c\xa8\x33\xdf\xac\x59\xe1\x26\xb4\x05\x99\x28\xdb\xe2\x3b\x23\x13\x28\xd0\x39\xc7\xbe\xfd\xc4\xcb\x0e\xeb\x6b\xab\x47\x98\x0e\x57\x21\x7a\x18\xc0\x2a\x50\x2a\x03\x58\x55\xff\x8f\x1d\xb0\xfa\xd2\xe3\x7d\x59\x01\xb2\xe3\x9b\xca\x8a\x11\x6d\xdc\x56\x59\xa3\xd9\x61\xab\xc6\x3f\xd3\xbe\xee\x40\x76\x88\xa3\x41\xf1\x99\xb5\xcd\x2e\x9d\xc8\x8d\x6d\x93\xda\x1c\x36\xd1\x54\x58\x8c\xb0\xdd\xb6\x99\x2d\xf1\xbe\xd4\xfa\x42\x0f\x3a\xd2\xb1\x0d\xb5\x9f\x1c\xba\xae\xcc\x88\x50\x10\x1b\x33\x28\xd0\xc3\xc6\x16\x2d\xbe\x5d\xb2\xa4\x45\x9a\x2f\x14\x09\x1c\xde\x70\xf2\xb5\xa2\x5b\x97\x5d\xa5\x04\x33\x1b\x9b\x44\x55\xbf\x40\xf7\x34\x25\x9c\xc1\x4a\xd9\x8c\x81\x08\x1f\x6c\xd5\x7c\x33\x03\xaa\x52\xdd\x23\xbc\x37\x55\xf1\x02\x6d\xd4\x94\x30\x06\x3b\x69\x53\xc2\x18\xd0\x49\xed\x27\x4c\x8e\x8d\x09\x50\xc2\x98\x16\x59\xbf\x55\x8f\x3f\x13\x2c\xbb\x2c\xbe\x9a\x56\x3d\x7e\xfa\xf7\xf8\x19\x9f\xf8\x3e\x67\xe0\xc5\x36\x14\x3e\x70\xbe\x11\x96\xd4\xa5\x87\x51\x3f\x9a\x33\x33\x62\xc9\x6d\xcd\x18\x9f\xb0\xf6\xd6\x84\x2c\x89\xd4\xd1\x9a\xeb\xf7\xb1\xf1\x9a\xdd\xe2\x9c\x9c\xf6\x6a\xdf\xfc\x20\xed\x9b\x8d\xd4\xde\x71\xd2\x87\x0a\x63\xb0\xb3\xde\x74\x30\xb9\xc1\xda\x9b\x0e\x26\x4a\x67\x7b\xd3\xc1\xe4\x8e\x6c\xdd\x20\x0c\x3a\x71\x7e\x18\xfa\x78\xf3\xc3\x44\xc6\x6b\x5d\xb1\x07\x10\xf6\x02\x15\x58\x1e\x27\x7c\x21\xdd\x62\x33\x72\x81\xfd\xd3\x95\x2a\x84\xf5\x72\xe6\xfa\xca\x02\x39\x73\x3d\x1b\xc6\xf9\x5f\x2a\x2d\xc8\x7c\x4b\xda\xcb\xa6\xd0\xce\x0d\xb4\x52\x7b\x71\x0c\x9f\x2f\xa4\x1f\x2e\x8c\xd2\xe9\x5d\xe6\xc1\x0f\x8e\x55\x60\xd8\x2f\x90\x81\x7d\x34\x2c\x84\x41\xfa\xb0\x62\xcb\x40\x87\x15\x5b\xb6\xb2\x53\xd9\xc3\x2d\x5f\xa0\x02\x67\x67\xb7\x0c\x91\x16\x04\x3b\xc0\xe2\xd2\x9c\x88\x1e\x64\x57\xdb\x2d\x32\xfc\x29\x3b\x4f\x33\xcc\x80\x80\x9a\xb6\x5b\x2b\xce\xc4\xed\xca\x4b\xc1\xe2\xee\x56\xb2\xb8\x61\x8c\x3a\x88\x60\xda\x8c\x3a\x00\x00\xd5\x8c\x3a\x00\x08\xd4\x8e\x55\x5f\x84\xa2\xc3\x12\x7a\x04\xf2\x26\x14\xc2\x4c\x54\x4f\x13\x0a\x61\x06\xb6\xd5\x8e\x57\x99\xcf\x2c\x38\x57\x24\x39\x07\xdb\xf1\x2a\xc1\x7c\xf2\x23\x04\x71\xb3\x39\xc1\x3c\xd9\x50\x9a\x31\x06\xac\xc4\x8b\x20\x60\x87\x48\x20\x2e\x44\x38\x37\x47\x89\x02\xf9\x6d\xa7\x6b\x9f\xb1\x78\xa7\xfd\x18\x21\x55\x80\x81\x4e\xce\x96\x76\xbe\x71\x20\x34\x21\x79\x2e\xb5\x73\x5b\x13\x62\x60\x05\x26\xd5\x7e\x62\x70\x69\xdc\xe0\x4a\xb1\xb2\xe2\x48\x6b\xd7\xeb\x4d\xcf\xf4\x5d\x4d\xd9\x78\x79\xde\x95\x39\x97\x2e\xe4\xca\xe6\xd1\x22\x57\x86\x74\x39\xe9\x30\x83\xbe\x74\x1f\x31\x82\x5b\x46\x3e\x2e\x40\x95\xfb\x8d\xc8\xd7\x6e\xe7\x74\xe6\x6f\x87\x3c\x84\x20\x49\xc5\x15\x35\xb4\xdd\x16\x29\xb2\x96\xb7\xdc\x66\xd1\xa3\xdb\x4f\xe6\x5d\x57\xee\xb7\x5b\xd7\xcd\x46\x87\x4a\x00\x03\x0b\x73\xee\x14\xc0\x91\xed\x71\xd0\x34\xcc\x59\x52\x2f\x15\x9d\x5b\x7b\x8c\x67\xcd\xe3\xe6\x5d\xcf\x07\x4d\x62\x6f\x76\xfd\x23\x7f\x10\x5b\xe3\x51\x40\x70\xa7\x01\xc5\xcf\xc6\xc0\xd2\x1e\x05\x04\xc7\x02\xd6\x1e\x79\xb0\x3a\xfd\x5f\x0e\x04\xcc\xb3\x40\xfd\xc4\x93\x76\x59\x7f\x53\x79\xaa\xf5\x49\x71\x0a\x9d\xff\x15\x96\x10\x29\xa9\x4f\x0a\x4b\x08\x45\x5d\xb6\xe0\x32\x32\x69\x7d\x92\xb1\x22\x82\x7c\x9f\xe4\xf4\xfe\x74\xa0\xc0\x89\xec\x8a\x2e\x39\x18\x9f\x5e\x9f\x3d\x80\xb4\x27\x43\x2e\xa9\xac\xfb\xfc\xb2\xd3\x92\x1f\x4e\xff\x90\x21\xce\x72\x28\x41\x82\xd3\xa0\x23\x96\xf4\x59\x99\x52\x73\xc6\xfb\x22\xad\x3a\x8b\xd0\x8d\x03\x08\xf7\xed\xaf\x30\x1c\x12\x5e\x61\x98\xef\xe5\x40\xca\x22\x74\x05\x78\x7e\xfa\x5b\xe4\x50\x62\x0a\x7e\xa2\x6f\x43\xe7\xee\x8b\x34\xda\x95\xfe\x65\x4e\x09\xc3\xe8\x8b\xa4\xf7\x95\xf6\x4f\xf5\xcf\xff\x26\x98\xf1\xde\x7a\x9f\xfe\xe5\x41\xcb\xf5\xd2\x57\xd1\xcb\x12\xac\xa6\x37\xe3\x5b\xe5\x41\xeb\xfc\x2f\x7a\x73\x09\xf6\x55\x1e\x77\x96\x68\x95\xb6\x91\x4d\xd6\x25\x49\x03\x96\xed\x92\xa4\xc1\x08\xf7\x37\x7a\x33\x2a\x7d\x97\xdd\xb6\x6e\x33\x6f\x28\xa7\xd7\xf6\xb7\x74\xd8\x5d\x20\x86\x82\xbb\xa1\x6f\x02\xf7\xd3\xe1\xe6\x14\x96\xb1\xdd\x74\x49\xce\x00\xc7\xfa\xe6\x72\x69\xd1\x7e\xfb\xd6\x25\xac\xf3\x2c\xe1\x3f\x92\x5c\x97\xa8\x0d\x4c\xac\x6f\xce\xcb\x54\x79\xe1\xd4\x0b\x99\x23\xc9\xe2\x08\xf7\x7d\x93\xf4\xcf\x26\x2d\xf2\x09\x86\xb7\x76\x67\x83\x24\x17\x58\x57\xcd\x5e\x34\xb4\x5e\x5e\xb7\x66\x86\x58\x4c\x64\xe5\x07\xb3\x3b\x9a\x34\xbb\xa3\x05\xb1\x5f\x8e\xb2\x6a\xe6\xb6\x18\x66\xba\x6a\xe4\x92\x84\xbf\x57\x67\x86\x8e\x6c\xda\x55\xe4\x96\x90\x84\x5e\x05\xb6\xcf\x05\xd0\xab\xf4\x91\xe8\xf0\xbd\xda\x4c\xc2\xf7\x36\x93\xf0\x2c\x7d\x85\x6d\x51\x7d\x3f\xf0\xbf\xf4\x15\xe6\xb0\x69\xc0\x8d\x67\xb9\x21\x99\x00\x61\x12\x36\xf6\xbd\x31\x09\x58\x7e\x7a\x93\xab\x8d\x83\xde\x24\xbf\x47\x48\xe9\xaf\x1c\x5c\x69\x41\xbe\xb5\x88\xbd\xbd\xeb\xc6\xe2\xa4\x49\x0c\xde\x80\xf8\xf4\x9f\xd4\x3b\x36\x8e\x46\x97\x4a\xc5\x32\x77\x69\x20\xec\xa3\x6e\xe9\xfe\xf3\x82\xa4\xfb\x88\x69\xbd\x7b\x88\xa1\x51\x22\xed\x27\x4b\x59\xef\xbe\xc4\x18\xd2\xa3\x1e\xf2\xff\x90\xfb\x2f\x97\x5a\x97\x25\xb5\x45\x25\xe9\xc3\x23\xcc\xf7\x43\x4a\x5f\xf4\xf6\x3e\xa4\xf4\xc1\x8c\x6c\x59\x85\x99\x0d\xe9\x78\x6c\xfc\xf1\xce\x21\x0d\x5a\x97\xc8\x24\x3b\xf1\x20\x60\xec\xae\xca\xb7\x1b\xec\x76\xb7\x2a\xc1\xba\x0a\x73\x4b\x94\x4a\x77\xda\x41\x8c\x45\xdd\x69\x07\x01\x99\x77\x55\x5d\xc2\x02\xde\x77\x9b\x41\x3f\x3f\xc8\x83\xc9\xde\x77\xd6\x41\xd0\xdd\x7d\x77\x0e\xcd\xcf\x1b\x56\xa2\xd8\xad\xbb\x01\x2e\x1f\xc2\x2c\xe2\x32\x35\x87\x3c\xb1\xb0\xa9\xc3\x36\xe6\xa8\x0a\xfd\x78\x95\xa6\xb4\x79\x98\xd2\x2c\xce\x61\x4a\x63\xa9\xef\x92\x68\x0b\x39\xb0\xbb\x0c\xbc\x8d\x2c\xfb\xdd\x12\x2d\x69\xb5\xbb\x2d\xbe\x48\x00\x87\x4d\xdf\xdc\xe0\x87\xb4\xa6\x78\x4e\xbb\x92\x0e\x92\x21\xbe\x9f\xd6\xc2\xd3\xe5\xa9\x32\xad\x50\x71\xda\xe8\xcc\xa9\x38\x5f\xc5\x8d\x2f\xac\xb8\xb1\xe9\x4e\x8f\x29\x43\x38\xad\xc8\x65\xcc\xa7\xfd\xac\x4c\xdd\x69\x4d\x0e\x2a\x4e\xfb\x59\xa3\x3f\xf4\xd3\xaa\x1c\xc3\x56\xce\x41\xe2\xf0\xfa\x65\x70\x3d\x74\x5e\x8b\x8f\x12\x6f\xac\x26\xe4\x4f\xd1\x41\x5d\xf2\xf3\x44\x3d\x83\xee\xf2\xb5\x8c\xf9\x7a\xe7\x25\xd3\x20\x80\x6d\xc5\xcf\xd2\x2f\x39\x38\x11\xb6\x2e\xeb\x81\x9f\x26\xad\xf6\x41\xb6\x6b\x25\x2d\x10\xe1\x52\x48\x0b\x64\x2a\x40\xb1\xa3\xf8\xf5\xdb\x1a\x2b\x13\x63\xe3\x31\xe2\xc0\x2d\xb7\x6b\xa3\x49\xeb\xab\xac\xce\x6d\x7d\x15\xca\x54\x03\x17\x53\x59\x77\xb9\xa3\x05\x26\x73\x2b\xfc\x79\x7c\xde\xb0\x68\x9d\x16\x1e\x87\x92\x72\xbc\x8c\xa4\xa5\xe8\x46\x77\x5a\x42\x70\x1c\x5d\x61\x8c\x33\x16\xd5\xee\x3c\x85\xd1\x5f\xfa\xe3\xaa\x17\x31\xdf\xf4\x47\x2a\x2f\xbb\xee\xb1\x95\x1c\x5e\xa5\x02\x48\xd8\xe5\xbb\xa4\xe7\xb9\x7d\x5a\xb8\xfd\x05\x7d\x3c\x7e\xe3\xdf\x4e\x1d\x93\x0a\x35\x45\x67\x1a\x93\x87\x1d\x1b\xd3\x70\x79\x23\xf0\x1e\x63\xb2\x96\x9a\x3b\x60\x4c\xce\xf8\xbb\xd2\x86\x3d\xb3\x59\xb1\xe1\xbc\x82\x30\x8e\x31\x29\x7d\x62\x26\x6b\xcc\x76\x28\x6f\xfc\x60\x5c\x7b\xb6\xc5\x98\xad\x95\x66\xe3\x8c\xb7\x3e\xd1\xe0\x93\x21\x9d\x93\x17\x0c\x52\x8f\x17\x64\xbc\xf5\x87\xa2\xf9\x0e\x81\x1f\x16\xe2\x7f\x87\x24\xef\x25\xf5\x09\xdb\x58\xac\x30\x05\x9c\x33\x84\x76\x58\x7a\xac\x59\xc3\x15\x88\x7a\xb4\xfc\x21\xb8\xc3\x92\xe2\xf4\x6d\xfc\xa4\xeb\x42\x68\xfd\x70\xc1\x21\x92\x2e\x8f\x9f\xf8\x5c\x40\x99\x8f\x45\x39\x13\x22\x96\x8c\x9f\xf8\x5c\x00\x7d\x8f\xc5\xd9\x0e\x57\x7e\xb0\x35\x3c\x02\xf9\x10\xfc\x61\x25\x0e\x6a\x08\xed\xb0\x12\x62\x34\x84\x76\xe8\x40\xe3\x87\xd0\x0e\x1d\xb8\xfd\x58\xad\xfa\x85\xa7\x8d\xf5\x05\xe4\x87\xd2\x55\x31\x64\x84\x03\x0d\x85\xf3\xad\x14\x34\x18\x12\x9c\x57\xcc\xf2\x63\x35\xd2\x2b\x8f\x6f\x42\x44\xfe\xb7\x2f\xac\x30\x0a\x25\xbc\x2a\x0c\xc2\xfa\x20\x5d\xca\xe1\x18\xd1\x7f\x6c\x4a\x3b\x10\x55\x69\x6c\x72\xde\x7d\x9e\xa5\x1e\x46\x75\x1a\x82\x0f\xa7\x56\x67\x1b\x12\xac\xc7\xe7\x7f\xb9\x71\xa2\xaa\x0c\x85\xf2\x81\xe0\x18\x9b\xdc\x28\x9f\xef\xe5\xc6\xf9\xbc\x2f\x44\xfe\xe7\x7d\xa9\x36\x61\x4d\xa3\x48\xb5\x61\x07\x16\xa9\x36\x6c\xfb\x22\x55\x8e\x5d\x5f\xa4\xda\x70\x4e\x8a\xb0\x81\x1c\xac\x62\xd5\x2e\xf3\x55\x94\xc9\x82\x2d\x5f\xa4\xea\x0c\xda\x57\x66\x08\xa0\x71\x43\xa8\x8a\x4f\x42\xd6\x61\xf4\x71\x34\x8d\x61\xf4\x71\x38\xfa\x28\x52\xee\x38\xeb\x46\x1f\x73\x84\x8a\xe0\x91\xe3\x4f\x77\xd2\x28\xd2\x74\x39\x6e\xd5\xd3\x93\xce\xaa\x90\x87\xec\x6b\x85\x0c\x96\xc1\xe8\x04\x5d\x06\x13\x32\x04\x5d\xe6\x8a\x1c\x55\x60\xd1\x4e\x03\x4d\xff\xf3\xbd\x9c\x28\xac\x67\x95\x93\x84\xfd\x56\x05\x9d\x64\x3d\x5f\x91\x3e\xb3\xe5\x1c\x2c\xc8\x4c\xa3\x59\x29\x49\x07\x4d\x06\x96\x5c\x99\xa3\xc9\x47\x92\xcb\x6b\xbc\x3a\x40\xd6\xa3\xc9\x84\x9f\x4b\x62\xfc\x44\xfe\xb1\x71\xd4\x9b\x4c\xf6\x2b\x03\x30\x78\x27\xaa\xe9\x78\x55\x80\x0c\xc8\x60\x0a\x0c\xa9\xa3\x5b\xc0\xce\x08\xba\xbc\x2a\xd1\x9e\x87\x51\xcc\x60\xaf\x47\xb7\xab\x8c\x4d\xa9\x10\xbd\x96\x6a\xde\x6d\xd8\xf2\x8d\x91\x64\x74\x19\xec\x23\x7b\x8e\x17\x76\x1c\xd5\x6a\x38\x4d\x39\x20\x97\xe1\x12\xac\xd8\x5d\xc6\x9b\xa4\x90\x99\x72\x09\x56\x12\x7b\x8d\x37\x49\x61\x14\xc4\xe1\x12\xac\x64\xd2\x1a\x6f\x96\x42\x66\x7f\xbc\x72\x35\xe3\x78\x6b\x32\xd1\xa8\x31\x75\x70\xa4\x17\x79\x11\x49\x7b\x38\x97\xf9\x87\x89\xc9\xd6\xdd\xb0\xc3\x0d\xe5\x4e\xd9\xb0\x9a\x0d\xab\x10\xe4\xcd\x1b\xce\x5d\x4e\x1e\xba\x61\x1d\x82\xc4\x76\xc3\x70\x8e\xe5\xf3\x86\xc2\x06\x40\x3b\x0d\x57\x6e\x65\x4a\x6d\x30\xff\xb4\x60\x83\x39\x67\x41\x19\x54\xda\xfc\x69\xd2\xe2\x44\x28\x7b\x8d\xe4\xb0\xef\xfd\xbd\xc7\xb3\x28\xbb\xc1\x16\x1b\x9f\xf8\x62\xcf\x17\x87\x11\x56\x30\x9c\xc3\x08\x2b\x9e\x5f\x0b\x64\x86\x2d\x2b\x39\x49\x69\x87\x54\x88\x95\x54\x4a\x43\x2a\xc4\x4a\x1d\xa0\x21\xa3\xf8\x4a\xa1\x9f\xf1\xd3\x29\x2a\x9a\xce\x38\x7c\x88\x43\xe7\x71\x69\xc7\xf3\xbe\xfd\x8c\x79\x74\x89\xbb\xbc\xee\xa0\x3b\x76\x91\x63\xee\xb8\x9f\x5d\x3a\x29\x75\xb4\xdb\x38\x8d\x0d\x08\x09\xa7\x0f\x0c\x1d\x9e\x0e\xaa\xe2\x83\x61\x2b\x67\x9e\x77\xc7\x7d\xf2\x82\xbc\xf3\xf0\xc1\xb7\xd8\x12\xf3\xae\x62\x4b\xd3\xa7\x4b\x59\x31\x61\xa4\xa7\xac\x98\xdc\x33\xb2\xae\x0f\xbc\xcd\xe3\xf2\x75\xcf\x4d\x7b\xf9\xa6\xcc\x2c\x2b\xd5\x09\x09\x20\x86\xaa\x29\x7d\x0e\x8a\x52\x99\x14\x36\x93\x52\x99\x14\x4e\x85\xaa\x25\x15\xb6\xfc\xf5\xe8\xfb\xb4\xa7\x62\x49\xa9\xda\xdc\x86\x33\x99\x50\x7e\x69\xfc\x34\x85\x05\x5c\xf2\x70\xb5\xa4\x18\x9c\xc6\x5d\xd5\x60\x48\xfe\xa9\x09\x0b\x10\xdc\x21\xeb\xfa\xf6\xb7\xd4\xd8\x43\x69\x16\x0b\xa7\xfe\x36\x35\x8c\xd6\xd4\xa4\x71\x97\x62\xfa\x88\xbc\xb2\x9c\x7f\xc2\x66\x87\x72\x8e\x00\xb6\x1a\x4a\x31\xf2\x39\xbe\x8f\x8c\x4d\x91\x1c\x76\xc1\xa0\xd7\x85\x67\x5f\x24\x23\xcf\xba\x48\x62\x90\xdb\x95\x10\x84\xaa\x95\xfb\x4f\x4c\x5f\xd7\x88\xed\xbb\xa4\xf4\x0e\x74\x6b\x9f\x84\xca\x8f\x32\xb1\x2b\x2f\x22\x85\x1d\xf7\x49\x28\xfc\x85\x06\x65\x9e\xeb\xbc\x2f\xf3\xdc\xc2\x00\x5c\x23\x30\x66\x8f\xdd\x18\xe8\xac\xe8\x3e\xcb\x4e\x12\x59\x65\x9f\x75\xd1\x64\xca\xf6\x59\xb6\xa7\x8d\xef\x05\x64\x8f\x31\x61\x9f\x65\xd9\xc9\xb5\xb3\xcf\xb2\x45\xe5\xaa\xdd\x67\x5f\x95\xf4\x27\x6b\x59\x98\xd5\xae\xea\x4a\x44\x98\xee\xb3\x2c\x4f\x95\xfe\x75\x53\xe6\x9e\xdb\x17\x99\x3f\x62\x73\xd9\x17\x8f\x37\x13\xb8\xf8\x7a\x61\xc9\x0c\x5c\x46\xda\xdb\x17\x67\x6d\x62\x51\x16\x5b\x65\x98\xe4\xe5\xcd\x04\x91\x41\x2f\x76\x80\x7c\x7a\x51\x52\x6e\x66\x75\xb1\x0b\x9e\x36\x57\xdf\xa5\x2c\xcc\x2a\x7b\x47\x14\x8e\x5d\xb2\xfe\x00\x69\xb2\xaf\x72\x54\x67\x33\xef\xeb\x6b\xde\xc8\x20\x54\x27\xf4\x13\x52\xbd\xaf\xb2\x6f\x14\x5a\xb0\xc9\x85\x2e\x2e\xfd\x1f\xb2\x2c\xa6\x2f\x8c\x7a\x15\x8a\x9c\xb5\xdd\x6c\xdc\x48\x8f\xdb\x5b\xf7\x2f\x2d\x6c\xef\x7d\x97\xb9\x74\x1e\x0e\xa2\x25\xf7\x4d\xf7\x1d\x64\x1b\xe8\xbc\xe4\xc2\xdb\x25\xbb\xcf\x4b\x58\xd0\x2e\xe1\xfd\x53\x36\x66\xdf\x6c\x35\xe3\x10\xfd\xc4\xf7\x0d\xf1\x6e\xdf\x64\x28\x60\xae\x8b\x95\x61\x5a\x28\xf6\xd0\xc6\xf8\xb7\x17\xdf\xba\x99\x99\xe2\x5b\x37\x12\xe9\x2e\x94\xf2\x0c\xa8\x63\x2f\xef\x2d\xcb\x27\xa7\x7f\x08\xa5\xc5\xc5\x05\x98\xad\x9f\x58\x5c\x70\x88\xec\xd5\x15\xae\xc2\x4c\xf6\x6a\x5d\x98\x17\x54\x8a\x97\xf5\x14\xb0\x63\xe9\x91\x12\x77\x67\xe5\xe6\x8e\xdc\x2d\x97\x66\x2e\x5b\x11\x24\x37\x74\x3b\x31\x60\x64\xaf\xbd\xc9\x0f\x38\x68\xcf\x37\x5a\x3a\xb4\x29\x7b\xa5\x3d\xf9\x01\x07\xed\x5d\xa6\x20\x6b\xd5\x7c\x81\xd1\x81\xe2\x2c\x73\xa1\xed\x5d\x6e\xb8\x28\x36\xbb\x2c\xd9\xe3\xf3\xec\xb2\x60\xd1\x53\xf6\xbe\x89\xfd\xa7\x03\xe5\xfc\x23\xb2\x6d\xef\x0a\x1b\x63\xf7\x74\xe1\xbf\xe0\x06\xdd\xf7\x1d\xff\xcb\x09\xc6\x76\x34\xa6\x98\x19\x32\x44\x98\x25\x18\x72\x98\xfc\x2d\x46\x68\x97\x38\xdc\x40\x24\xef\x43\x98\xd0\x48\x90\xbb\xa4\xe1\x3e\x16\x7e\x90\xa2\x13\xb1\x69\x1f\x56\x74\x32\x3c\x03\x8c\xd9\x64\x3f\x51\x78\x5d\xd9\x63\xc3\xb7\x01\xed\xc9\x37\xc2\x49\x18\xf7\x8f\xf9\xc1\x01\x76\x31\x43\x78\xc8\x2e\xe6\x0d\x07\x78\x2d\xd6\x8c\xd8\x16\xeb\xc6\x0b\xca\xbc\x12\xc9\x7b\xdf\x65\xb5\xe5\xbc\xef\xe2\x18\x91\x27\x76\x49\x92\x9f\x04\xa5\xbb\x01\x17\xa4\xc2\xdf\x6d\x8d\xae\x9f\x1f\x1c\x9a\xc2\x1a\xda\x1c\x4d\x16\xc2\xdd\x88\x0b\xd2\xe7\xef\x46\x5c\x50\x48\x76\x37\xe2\x62\xf9\x7c\xf2\x72\x15\xc6\x21\x23\x28\xb7\x80\xec\xd3\x9f\xdc\xe8\xbb\xca\xe4\x74\x32\x79\xee\x87\xad\x72\x1c\xb6\xc3\xd6\xc5\xbc\x20\xf8\x44\x2a\xcc\xb7\x5d\xf2\x62\xc1\x49\xb2\x3b\x79\x1e\x6a\xe4\x7e\x3a\xb3\x41\xfa\x3c\x05\x6d\xe0\xd1\xe9\xd3\xb9\x02\x54\x5b\x93\x30\xcd\xdd\x95\xf5\x97\xc8\xcc\xfb\x25\x9f\x2f\x97\xe3\x65\xe9\x29\x2d\xaa\x6e\xfe\x27\x0f\xce\x2e\xdb\x6f\x07\x85\xbc\x0b\x4e\xb1\x11\xbb\xbd\x5f\x3e\xe3\x5c\xe0\x3f\x11\x70\x25\xf6\x74\x57\x98\x1e\x11\xb7\xbb\x45\x40\x8c\x93\xbb\xe3\xf2\xe0\xa5\x8e\xcb\x63\x8f\xdd\x96\x79\x32\x8f\x8e\xd3\x63\x69\x94\x4f\x61\xdb\x3e\x2f\x0c\xc3\xa3\x78\xe3\x25\x8b\x26\x25\x44\xb0\x0d\x6f\x69\xb2\x11\xfe\xf7\xdb\xee\xa2\x4e\x93\x72\x17\xb1\x76\x8f\xcc\x7f\xcc\x82\xcb\xda\x77\xe6\x49\x56\x5d\x0a\x91\xec\x8f\x59\x65\x66\xc5\x90\x09\x38\x9f\x91\xc1\x9f\xb5\x93\xd5\x77\x7c\x9e\x8d\x1f\xa8\xfc\x60\xde\xf9\xaf\x87\x63\x92\xd1\x28\xff\x1f\xc2\x4c\x94\x5c\xd6\xc7\x64\x49\xba\xe7\xd9\x7b\x61\xe4\x59\xac\x2f\x24\x1e\xc2\x12\x97\x1c\xed\x63\xf2\x09\x28\xfc\x20\x30\x31\xd6\xc6\x43\x20\x8b\x92\x59\x3c\x04\xb2\x28\x61\x77\x87\xc1\xc6\xf1\x87\x1d\x3f\xd1\x71\x01\xc9\x79\x18\x6c\x9c\x49\x3d\x8c\x27\xce\xee\x3d\x66\xa3\xb5\x23\x6f\x1c\x4a\xcd\xc0\x0d\x7a\x38\xa7\xf6\xa0\x01\x49\xe3\x85\x01\x48\x1a\xcf\x7d\x76\x28\x4f\x1c\xa6\xf8\x63\x96\x3b\x9c\x29\x9d\x9d\x1e\x35\x7b\xfb\x10\x46\xa3\x47\x7d\x3a\x94\x74\x9b\x7d\x75\x28\x71\x1c\x47\xfe\x50\xe2\x38\x14\xe9\xc3\xf8\xe4\x1c\xaf\x63\x11\xfa\x37\xbb\xe0\x50\x31\x9a\x82\x73\xfb\x58\x6c\xb9\xe2\xd9\xc2\x4e\xe1\x0b\x93\xf8\xa7\x0b\xe8\x50\x9e\x39\x4c\x03\xc7\x22\x70\x70\xee\xeb\xc3\xe0\xe6\xc2\xf0\x3c\x1f\x90\xaf\xdb\x2f\x27\xf7\x58\x7d\xfb\xf1\x2c\x43\x1e\x83\x53\x2a\x39\x8c\x15\x87\xc1\xd1\x11\x30\x0f\x83\xa3\xc3\x00\x0f\x83\xa3\x73\xbb\x1f\xab\xd6\x37\x6c\xfb\x58\xdf\x1a\xca\x34\x28\x82\x62\x78\x3d\x36\x19\xee\xd8\x00\xc6\x64\x90\xc0\xf0\x90\x44\x5a\x06\x7b\xce\x68\x66\x26\xd8\x68\x66\x48\x56\xc5\x4e\x0a\x24\x1f\x9b\x82\x82\xd9\x01\x82\x68\x50\x5d\xe2\x50\x05\xcf\x35\xa2\xe4\x61\x34\x74\x58\xf8\xb1\x49\xff\x5a\xf9\x5e\xfa\x17\x4b\xb0\x49\xff\x5a\x79\x5f\x56\x0c\x76\x88\xd1\xd2\x91\x08\x8e\x22\x85\x32\x32\xe2\x51\xe6\xdf\x73\xd4\xb1\x43\xb5\x72\xf0\xe2\x1c\x45\xb1\x3a\x11\xd9\x8e\x62\x21\x93\x33\x50\x4c\x70\x3a\x2c\x26\x30\x1d\x54\xeb\x4f\x21\x40\xe5\x34\x37\x0e\x75\xb5\x0f\x22\xde\xaa\x43\xf5\x34\x01\x84\x1c\x55\xae\x7d\x36\x51\x95\x02\x98\xfb\xfd\xa8\x72\xed\xb3\x09\x55\x4f\x13\x7c\xc5\x61\x38\x34\x87\xba\xfa\x22\x8e\x6f\xeb\x30\xde\x99\x5d\x57\xad\x11\x66\xca\x04\x77\xfe\xe0\x88\x0f\x15\xd0\xdc\x72\x2b\x1e\xcd\x24\x65\x0a\x9a\xa5\xa2\x34\xd0\x4c\x51\xa6\xac\x99\xa2\x50\xf8\x13\xab\xb7\xb9\xd1\xbe\x28\x82\x8f\x35\x51\xf4\x79\xee\xfa\x3f\x33\xd2\xde\x4b\x37\x0d\x1a\xc6\x0c\x64\xe4\x30\x6a\x39\x1a\xcc\x61\xd4\x32\xb1\x9c\x87\x50\xcb\x54\xa5\x3c\x5e\xdb\x2d\xfb\xb4\x5b\x49\x62\x63\x09\xb5\x0c\x5e\xfb\xe8\x46\x16\x0c\x06\x61\x64\x41\x8c\x7e\x47\xf7\x25\x09\xb3\xea\xba\x24\xa3\x06\x1f\xaf\x3d\x98\xbd\x33\x8c\xcf\xe6\x7c\xca\x1e\xfc\x41\x3c\x1c\xae\x5b\x19\x7b\xc8\x31\x3c\x95\xb4\x60\xed\x9c\xf3\x39\x44\x68\x64\xa2\xc3\xb6\x5f\xc2\x26\x8f\xe1\x8b\x98\x5b\xca\xa6\x5e\xe2\x8c\x8f\xf1\x52\xca\x27\x96\x06\xf2\x82\x50\xcd\x28\x0d\xc7\x2e\x55\x9c\x7b\x6a\x37\x15\x6c\x69\x97\xa4\xfc\x30\x3a\x63\x43\x80\xcb\x1f\xc6\x6d\x10\x83\x7a\xec\xd6\xb5\x69\xc2\x76\x17\x0e\xb2\xeb\x49\xe2\x71\x3c\x5c\x3e\x92\x5d\x2c\x41\xb9\x91\x3a\xf9\x38\x14\xbf\xc5\x41\x71\xb1\x48\x5c\x90\xc7\xe1\x14\x4c\x6c\xfc\x9f\x14\xbc\x11\xd1\x79\x1c\x36\x21\x70\x74\x0e\xe3\x1b\xd8\xaa\xa7\xb9\xc1\x9f\xd2\xf2\x1c\x82\x6c\xa0\x4c\x1d\xa7\x07\x98\xb5\x73\x0c\x1e\x78\xb7\xc3\x35\x1f\x61\xb6\xa7\xcd\xf6\xf0\x82\xd3\x66\x7b\xb8\xcf\x29\x13\x06\x14\xbd\x80\x0c\xb8\xcf\xe9\x2b\x9d\x3b\xca\x05\xea\x41\xe5\x1c\x2e\xf2\x88\x25\xf8\xb8\xac\x4e\xb0\x56\x2e\xea\x48\x01\xee\xc3\x45\x1d\x3b\xcf\x86\x26\xb0\x56\x97\x2c\x10\x9c\xbe\xcb\x48\x7a\xf6\xf5\x0b\xa9\x60\x62\x5f\x48\x05\x9b\xee\x72\xf0\x3b\x3b\xdd\x85\x20\xf9\x42\xe1\x7c\x9f\xcb\xdc\x75\x20\xb1\x78\x1f\x2f\x28\x83\xc9\x51\x80\xdf\x47\xb8\x78\x31\x19\x4c\xd6\x2d\x63\x0c\xc7\xf5\x7e\xd5\xa6\x0c\xdb\x95\x21\x09\xc8\x3b\x6e\xcd\x04\x5c\xe5\x05\x69\x20\x55\xde\x06\x93\xc0\x67\x6e\xe7\xcd\x8f\xce\x7a\xbc\x10\x0b\xae\xc8\x17\x62\x81\x98\xf1\xd8\x5e\x83\xdc\x60\x48\x05\x84\x3d\x36\xcf\x20\xaa\x1a\x63\x01\x6a\xfb\x78\xac\x11\x40\xea\x63\x7b\x0d\xb2\x87\x04\xf2\x4f\x9e\xad\xe3\x85\x61\x70\x53\xaa\x5a\xe4\x87\x77\xbd\x28\x8c\x1c\xd9\x73\x32\x52\x3b\x97\xf5\x39\x39\x9a\x60\xe3\x07\xd3\x1a\x01\xf2\x9c\x5e\x5a\x7b\x7e\x30\x2e\x63\xe5\x0d\xdb\xa6\xb2\x81\xcf\xc9\xc4\xd3\xab\xf1\x24\x11\x3a\xcf\xc9\xb6\xa9\x42\x13\x2f\xad\x5b\x7e\x50\x98\x44\xe5\x59\x61\x12\x39\xa8\xe7\x64\xd5\x76\xa3\x4f\x93\x1a\x31\xe5\x9c\x4d\x6a\xf8\xd7\x39\x6b\x37\x76\x5e\x78\xc5\x82\x10\x36\x3b\xeb\x7a\x98\xcd\x39\x1b\x5f\x02\x61\x82\x7a\x34\xe2\x8c\x4f\x43\x3d\xd0\x40\x4e\x43\x3d\xb8\xc9\xcf\x59\x8e\xaa\xd8\x37\xce\xd9\x36\xb6\x08\x13\xe7\x62\x48\x4a\x04\xc2\x73\x99\xf5\x45\x5a\x58\x8c\x48\xc9\xb2\x9f\x3f\x91\xbe\xa0\x4b\x9e\x46\x82\x7c\xe6\x7b\x71\xc0\x75\xd8\xd8\xb9\x28\x95\x66\xee\xde\x73\x71\x4e\xc9\x30\xe2\x73\x79\x29\x0d\xe9\xc2\x8a\x00\x55\x3e\x85\x15\x01\x3b\x7e\x3a\xa5\x1b\x39\xe1\xce\xe5\x25\x3c\xa3\x5a\x4d\x17\x4b\xb6\x3a\x41\x64\x2e\xe7\xf3\xad\x97\xcf\x6c\xae\x8a\xe6\xc8\x21\x3a\x57\x15\xfd\xd8\x68\x61\xb8\x53\x7e\x38\xfc\x03\x5f\xbc\xc3\xca\x54\xac\xca\x7c\xc9\x36\xf9\x89\xe3\x05\x5c\xc3\x29\x71\xbc\x7e\xd6\xeb\x27\x8e\x7f\x2a\x5f\x9f\xb2\x0f\x7f\x14\xf1\x73\x33\xee\x86\x6d\xb3\xbd\x8a\x76\x66\x5b\xf6\xe0\xa5\xcf\xb4\x61\x24\xce\x4c\xaf\xbb\x7f\xf8\x13\x8c\xfb\xdc\x8c\xcb\xe1\xeb\x4b\xcf\x19\xf2\x4f\xe0\x2e\xf8\x2f\x4e\x41\xa4\x2b\x41\xfe\xa7\x20\xd1\x2b\xa9\x10\x4f\x99\x97\x57\x72\x09\x9f\xc5\xd9\xed\xc2\xf2\xce\xe2\xa4\x97\x33\x8d\x3a\xc7\xe5\xcc\x27\xbb\x7f\x08\x95\xb2\x2f\xaf\xa4\xb2\x3d\x65\x5f\x5e\x97\xcf\x38\x8c\xc9\xad\xf4\xf2\xfc\xf7\xbf\x42\xcd\xc3\x53\xf6\x66\x6a\x28\x9e\x55\x3e\xda\x5c\x07\x67\x55\x5e\xcb\xdc\xbe\xa7\xb2\x62\x70\x89\x9d\x42\x62\xaf\xa4\xa8\x3b\x95\x15\x63\x25\x47\xdd\x59\x5f\xa4\x50\x26\xcf\x69\x31\x10\xa5\x4f\x65\x66\x5e\x89\x62\x38\x95\x27\x83\xcc\x61\x67\x7d\xa9\x60\x14\xb7\x5e\xe0\x59\xa8\xa8\xc2\x1e\x52\x9e\x8c\x4a\xcd\x9d\x53\x05\x73\xb0\xa4\x9c\x4e\xc4\xcc\x54\x3a\x33\x06\xf8\x81\x53\x66\x71\x52\xd1\x9e\x4d\x70\xa0\x08\x8c\xe7\x2b\x9f\xc7\x49\x76\x2a\x94\xb1\x20\x85\x9e\xcd\xc6\x1b\x5a\x74\x01\x3c\x66\x46\x86\xec\x8f\x41\xe9\xec\xb2\xde\xb0\xed\x6c\xc8\x8e\x2c\x7d\x76\xef\x19\x26\xa6\xcb\x7c\x13\x21\xf5\xec\x32\xe5\x41\xb5\x2d\xd7\x10\xd5\xe5\xc9\x65\x88\x5d\xbe\xcf\x48\xda\xa7\xab\xd0\xa3\xb5\x9c\x43\xa0\x25\xe6\xd5\xc6\x6a\x68\xb2\x6d\x1a\x3e\x68\xdb\x34\xb3\x34\x14\x7f\x92\xeb\xf1\x1c\x8a\x6c\x8e\x3e\x71\x0e\x29\xf7\x1c\xa4\x61\x3d\x6e\xe1\x03\xab\xbe\x7c\x20\xd5\x97\xfd\xbb\x0b\x68\x0f\x87\xdb\xe5\x4b\x65\x80\xbb\xac\x0d\x91\x0a\xce\x5d\x76\x44\xb8\x93\x32\x65\x7c\x94\x8b\x53\xd5\x69\x36\x80\xf6\xe7\x6e\xdd\x37\x24\x49\x6a\xdf\x88\xaf\x38\xf7\x77\xd2\x78\x43\x38\xf7\xc8\x19\xe7\x21\x18\x0e\xfc\xec\x90\x2a\xc9\x6e\x3e\x84\x7b\x67\x1b\x1c\x52\x25\xe9\xe0\x50\xec\x70\x64\xb8\x53\x76\xea\x4e\xfa\xa2\x53\xe5\xdc\x29\xac\x7e\x2a\x52\x70\x22\x63\xc8\x69\x60\x35\x11\xe3\xa7\x0c\xd7\x13\x81\xb8\xe7\xe1\x62\xb4\xb1\x02\x9f\xce\x9d\x41\x79\xbf\xf3\x7c\xfd\x12\xf9\xe4\x7c\x55\x89\x8c\x5b\x68\xeb\x8f\x1e\x76\xbe\x68\x6b\x46\x7e\xda\x72\xc5\xfe\x32\xda\x1a\xa1\xe3\x95\xe5\xd9\x70\x2f\xdc\x9a\xf5\x39\xcd\x0b\x3e\x6d\xda\x3e\xf5\xef\xf1\x7a\x25\xde\x0c\xf3\xb2\xbb\x08\x52\xff\xc9\xf6\x7c\x62\x89\x96\x73\x76\x29\x95\x35\x0b\x76\xd9\x6e\x1b\xe1\xf3\xbc\x2c\x2b\x85\xd0\x4b\xb2\x12\x33\x71\x59\x2a\xa4\x4b\x79\x01\xd8\x11\xaf\xd8\xfe\xb7\xcb\xe8\x56\x5e\x28\xb6\xc3\xfd\x6e\xd9\xb4\x7e\x5b\xd6\xc8\x68\xee\x57\xf2\xe5\x87\xdd\x77\x74\xc6\x7f\xbf\x97\x76\x66\xf5\x76\xb5\xce\xcf\x08\x5f\x37\x62\x7a\x15\x0c\x62\xc5\x1e\x71\x4a\x44\x5f\xa9\xdb\x77\x3e\x66\x67\x4c\xe3\x63\x7c\x4f\x8c\x32\xa7\x61\xd0\xe8\x96\xe7\xf3\x16\xe2\x0e\x29\x32\xa1\xaf\x85\xf3\xfe\x58\x95\xa7\x89\x61\x5c\x29\x3f\x38\x91\x0d\xa3\x38\xed\x3f\xc9\xfe\x78\x94\xe9\x39\xf6\x87\xf3\x8d\x3b\xfc\x47\xd8\x25\x01\x7d\x0c\x9e\x7f\x2c\x8f\xa3\x72\x39\x2c\x31\x23\xba\x14\x96\x88\x16\x7f\x4d\xdb\x7f\xff\x5b\xa6\x88\x65\x97\x84\xf5\x11\x7e\x71\xc9\xe4\x4e\x7a\xec\xeb\x27\xaa\x2f\x53\x24\xaa\x4b\x26\x78\xcc\x3a\x97\xca\xb5\x4c\x91\xa7\x2e\x95\x6b\x21\x53\xc1\xf5\x13\xdc\x17\x52\x1d\x5c\x93\x78\xfa\xa0\xbd\xeb\xf7\xff\xc2\x78\x64\x90\xef\x7c\x2f\x83\x7c\x6e\xf0\xeb\x27\xb5\x2f\x64\x46\xb8\x9c\xfd\x23\x72\xe8\x65\x83\x7c\x0e\xd8\x65\x83\x7c\x76\xdb\x35\xcb\xfb\x3a\xf3\x5c\xf4\xcc\xfb\xf2\xbe\x46\xb8\xbe\x66\x81\x77\x22\xa2\x5c\xb3\xee\xb0\xc8\xd6\x97\xec\xf7\x44\xfd\x5c\xb3\xe8\x5f\x18\xaf\xe8\x0f\xf3\xbb\x94\x6a\x99\xb8\xa5\xcb\x09\x45\x3a\xed\x9b\x7e\xfe\x17\xfd\x91\x68\xae\xc5\xf4\xa7\xff\x45\x0e\x89\x88\x61\x97\x52\x2f\x93\x99\xe1\x92\xec\x5f\x31\x68\x5d\x8b\xee\xb0\x46\x83\x0a\xd0\x6b\x34\x20\x6b\x6f\x54\xb1\x4b\xb5\x5b\x60\x06\x97\x0c\xec\x83\x0d\xb4\x3c\x7a\xce\x04\x2a\x46\x72\xb0\x21\xd7\xdf\x00\x07\x13\xa8\x18\xc9\xc1\x80\x7f\x52\xff\x32\xc2\xc9\x2f\x1b\xd4\xc3\x63\xaf\xd5\x77\x32\xff\xfb\x0e\xa6\xfd\xa1\xef\xb3\x00\x42\x76\xc3\xcc\x2e\xdb\xdb\x1b\xdf\x9f\x7a\x9f\xf6\xe5\x40\x88\x4d\xe2\xda\x3c\x7e\x9e\xe5\x20\x08\xb3\xbc\x36\x8f\x3f\xf3\xb1\x79\xfc\x3c\x6f\x7a\x4e\xff\x8e\x98\x0c\x3f\xbc\x36\xfb\x4f\x78\x16\xf0\x37\x0c\xe0\x72\x80\x64\xee\x9c\x6b\x7b\x71\x38\x7c\xf0\x93\x31\x3a\x2b\xbc\x3d\xbf\x67\x26\xd0\xe6\xf5\x68\x30\xd7\x4f\xda\xef\xe8\x16\x97\xe2\x21\x3b\x0b\xf0\x13\xfe\x3b\x61\x02\xd7\x4f\xf6\xef\x9d\x05\x2b\x96\x41\xd2\xdf\x4f\x15\xe8\x04\x1e\x5c\xb2\xb6\x83\xb9\xbd\x24\xf7\x57\x4a\xdb\x5f\x4e\x56\xd2\x78\x3e\xf5\x01\xcf\x76\xc7\x72\xa6\x94\xbd\xe4\x77\x97\xff\xe1\xbe\xb9\x8a\xc8\xe7\x40\x54\x79\x13\xa2\x70\x5f\x4a\x75\x42\xe5\xb2\xab\x9a\x5c\x9e\xe5\x3c\x88\x62\x7b\x09\x88\xdd\x59\x7f\xa5\x36\xe1\x32\xbd\x14\xab\x89\xd7\xf4\x52\xac\x66\x67\xbf\x0b\xa8\x0d\xa0\xe5\x52\x6c\x26\x41\x16\x57\x35\x71\x3c\x7b\xf9\xd2\x7f\xd3\xf2\x45\xdb\xbf\x9a\xce\xcf\xe7\x7f\xd1\xc3\x76\x68\x72\x45\x47\x4c\xbf\x9c\xd5\x24\x37\xcc\xd5\x14\x56\xc8\xfe\x77\xe8\x26\xab\x61\x1c\x37\x0c\xc7\x38\x6e\x16\xa3\x59\x3c\xcc\xb3\x23\x37\xd9\xaf\x46\x6d\xd3\xbe\x03\x37\x73\xad\x5e\x0e\xdc\x84\xa1\x77\xf9\x4e\xd8\xdf\x5d\x9e\x06\xce\x57\x97\x67\x01\x7e\xd4\x2d\x84\xc1\xc1\xbb\x54\x99\x0f\x07\xea\xa6\x80\x67\x51\xd0\xe8\x51\x88\x11\x38\x5e\x17\xbc\x8e\x67\x07\x76\x32\xa2\x21\x81\x97\x2b\xc0\x81\x9e\xb4\xe7\x40\x4f\xae\x1c\xc1\xbd\xc7\xe7\xce\xb4\xc5\x1f\xb0\xff\x35\xec\x23\x85\x06\xd5\x57\x99\xb9\xa5\x84\xd4\x9e\x08\x52\xbe\x54\x5f\x05\xd5\xe7\x1a\x16\x78\x23\x7a\x5c\x32\xf0\x93\x6d\xfe\x32\x70\x9b\x88\x84\x6b\x57\x6d\x7d\x2e\xf6\xdd\x2a\x24\x1b\x77\x77\x76\xc5\x48\x44\xd7\xfe\x0e\x3b\xa3\x92\x72\x31\x91\xa8\xef\xda\x5d\x50\x0a\xde\xb3\xdb\x53\x11\xdf\xe1\xe5\xf0\x4f\xd2\x59\x5d\xbb\x5d\xf0\x5c\x60\x3f\x85\x64\x03\x5f\x7f\xc9\x8b\x40\xb8\xcf\xb5\xbf\x39\x18\xe9\xf4\x25\x3d\x4d\x1e\x22\x9d\x16\xe5\x55\x20\x8d\xc1\x75\x98\xf2\xf4\x70\x58\xd2\x43\x86\x90\x97\x81\x1c\x20\xd7\x4f\x63\xd9\xa8\xeb\x7a\x1d\x2f\xdd\xa1\x4a\x4e\x06\xea\x79\x5c\x76\x32\x10\x6c\x7c\x09\x7a\x43\x14\xfc\x75\xc8\x33\xc5\x7a\xbf\x0a\xcc\xc2\x0f\xf2\x3b\x71\x0b\x08\xda\x3d\x91\x64\xeb\x3a\xbd\x9e\xf0\xb5\xd3\x0e\x35\xf8\xf2\x69\x07\x0d\xa2\x86\x35\x1c\x7c\x11\xd7\xf9\x2e\x68\xc6\xfd\x53\x79\x36\x0a\x95\x5c\xe7\xbb\x7c\xd9\x13\xa7\xe9\xe0\xf9\xb2\x78\xca\x17\x5e\x1d\x98\xfb\x0b\xe8\x61\xd3\xc8\x39\xd1\xc9\xc9\x73\xfd\x54\x9c\x0d\xc8\xc5\x65\x0d\x07\x47\xdf\x25\x0d\xa7\x93\x94\xef\xba\xac\x32\x20\x24\x5e\xf6\xfa\xc0\x54\xae\x2e\x45\x8c\x4e\x95\x98\x97\x23\xad\x78\x50\x4c\x13\xd7\xf5\x2a\x6a\x99\x9a\xcb\xe6\x8f\x4f\x8b\x72\x66\xc1\x76\x2e\x1f\xc0\x3f\x25\xf1\xb9\x2e\x3b\xba\x38\xcf\xb7\xdd\x6f\x59\xbc\xdb\x61\x15\x70\x59\x25\x2e\x04\x37\x72\xdd\xb6\x22\xb2\x27\x6f\x2b\x1f\x9c\xdf\xdb\xf5\xa8\x60\xa4\xb7\x27\x05\x4e\xae\xf0\x53\xd0\x30\xd7\xed\x49\xc9\x96\xba\x5f\x57\x14\x4d\xca\xf3\x84\x68\x67\x08\x11\x41\x6c\x97\x20\x44\xe0\x71\xae\xc7\xe1\x22\xec\xeb\xe7\xa5\x2b\x7d\xfc\xd4\xac\x0d\x13\xcd\x25\x2d\x6b\x02\x6b\x7d\x3d\x72\xa0\x21\xbe\xbd\x4a\x16\xa7\xf7\x79\xe9\xcc\xdc\x3d\x2f\x9d\xbc\x21\xba\x58\xba\xc7\x74\xc1\x90\x1f\x81\x84\x11\x01\x0d\x54\xfa\xc8\x84\xf2\x8b\x74\x92\x40\x5d\x46\x2a\x41\xe9\x3d\x19\xb1\x97\x4d\x7a\x4f\x2f\x0b\x9f\xf3\x83\x82\x7d\xb3\x3e\xb7\x52\x79\x23\x87\xde\x93\xd0\x78\xa1\xeb\x7e\x4b\xc3\x84\x2d\xdd\x93\x1d\x6a\x9d\x37\xec\x50\xfb\x34\x69\x87\x5a\x18\xd7\x6d\x1f\x06\x65\x24\xef\x9f\x36\xb4\x21\xcc\xde\x76\x61\x84\x0f\xdd\xb3\xcd\x0b\x99\x9a\x7b\xb6\x43\x2d\x3b\xf5\x9e\x6d\x5e\x18\xfc\x60\x8f\x5a\x6e\x96\x7b\x36\x12\xf1\xd3\xe8\x6b\x80\x08\x25\xb3\x3d\x66\x83\x5e\xec\x3b\xa4\x4d\x93\x9a\x03\x7d\xff\xb4\x9e\x8d\x2b\xfc\xfe\x69\x3d\x1b\x42\xce\xbd\x18\x52\x99\xcd\x7e\x2f\x26\x64\xf0\xc3\xaa\x2f\x32\x35\x0a\x7f\x9d\xd7\x4f\x13\xc5\x3f\xf0\x86\xec\x3d\x84\x8d\xde\x8b\xbd\x4e\xd9\x16\xf7\x62\xaf\x53\xa5\x93\x43\x86\x90\xd0\xb1\xbc\xfe\x34\xbe\x90\xe5\x24\xc7\xf8\x5e\x64\x39\x61\x76\x9d\xed\x1b\x24\xc8\xbd\x2a\xca\x99\x5d\xb4\xca\x5a\x12\xbe\x74\x3b\xd7\x37\xb6\xfa\x7b\x55\x6c\x36\x13\xf1\x53\x8f\x3e\x92\xc4\xbd\xda\xb7\x96\x53\x7f\xcb\x47\x82\xfe\x70\xaf\x36\xaf\xc4\xa6\x78\xaf\x32\x17\xb1\x7a\xab\xa9\x6e\x74\x61\x5f\x5b\x63\x0c\xc6\x81\x17\xc8\x92\x01\xa9\x43\x95\xa7\x81\x16\x3c\x0d\x99\xa6\xcd\xd3\x90\x53\x7f\x6f\x9e\x86\x8c\x69\xb3\x53\x31\x96\xd9\x5b\x5e\x16\xb4\xd4\xdb\x28\x7c\xec\x24\xf7\xe6\x79\x08\xd9\xce\x36\x1e\x31\xf5\x7e\xb3\x8d\x73\xa2\x37\x55\x87\xe3\xb4\x6d\xef\xea\xf3\x85\xa9\xcc\xa5\x72\xbf\xc9\xc5\x99\xb9\xe2\x58\xf0\xcf\x1b\x4a\x2e\xce\xbe\x7f\x93\x8b\xb3\x18\xc5\x8e\x36\x76\xd4\x9b\x4c\x9c\xb9\x2d\xf6\xb4\x31\x35\x65\xa8\x4d\xbe\x90\xa3\x8d\xa3\x53\x2c\xfe\xd6\x3f\xc5\xb1\xde\x6f\xe6\xf1\xca\x88\xe4\x6e\x84\xa5\xbc\x90\x7e\x0e\x81\x53\x91\xa3\xf0\xdf\x4a\x45\x4e\x28\xec\x5d\xed\x6e\x64\x66\xab\xa9\x66\x26\x15\x05\xf0\x09\x7e\xbd\xab\x4d\xad\xac\x96\xca\x61\x2e\x64\x18\xb8\x1d\x17\xb0\xf1\xfc\xba\xd8\x33\xd5\xd5\x7e\xba\x4c\x93\x02\x07\x3e\x62\xc5\x2d\xa7\xca\x42\xb9\x95\x5b\x4e\x95\x85\x7a\x27\xb7\x42\x0b\x16\xd2\x9c\xdd\x4d\x55\xd1\xa2\x2a\xde\xf2\xaa\x2c\x64\x48\xbe\x95\x6f\x7c\xa1\x04\xcb\xed\x68\x03\x6a\xa6\xdc\xca\x32\xb9\x50\x64\xe5\x6e\xa6\x2c\xfa\xde\xdd\x14\x01\xb1\xd1\x84\xad\x9b\x91\xe3\x6e\xb9\x66\x96\xbe\xd0\x84\xdc\x79\xf0\x88\x26\x77\x1e\xa7\xad\xd9\xd8\xb9\xf0\xc2\x23\x84\x60\x74\xc6\x5b\xa1\xb5\x4b\x5f\xf8\x61\xf6\x0f\xe9\xb4\x2b\x9f\x3c\x0b\x22\x5f\xcd\x4a\x65\x8a\xbb\x3b\x1b\x7c\x9c\xf8\xb7\xd4\xae\x95\xaa\x0f\xf7\x4f\xed\x2a\x1f\xbe\xd2\x9d\x0d\x20\xce\x8e\x5b\xee\x99\x4a\x18\xec\xfd\x53\xbc\x0a\x71\x4d\xf7\x78\x8d\xb4\x99\x2b\x61\xab\x3a\xb1\xb6\xf7\x90\x7f\x8f\xcd\x3f\xe4\xdf\xe3\xc0\x49\xf5\x5a\x29\x49\x75\xff\x54\xaf\x02\x98\xe3\x1e\x0e\xc9\x84\xb1\x08\x6c\xb5\x92\x73\xeb\x1e\x76\xf8\xad\x7c\xb2\xdb\xca\x1b\x42\x87\x1d\x7e\x2b\xa3\x90\xc3\x0f\xa6\x2d\xe5\xac\x53\xc0\xf4\x96\x6a\xd5\x80\x16\xdc\xbb\xcd\xbc\x8c\x53\x3e\x8f\x86\xd1\xfb\x76\xee\x97\xcf\xd5\xe2\xa2\xf1\x1f\xa6\x7b\xf9\x87\x90\xf2\x08\x56\xd1\xb8\x2b\x9e\xd5\xf2\x7e\xcb\xb3\xdb\xcc\x84\x3f\xca\x27\x36\x45\x5c\x78\x56\x55\x4c\xcf\x30\x9f\xd5\xc6\x4b\x9e\x2f\xd9\xba\xfe\x4d\xf7\xe3\x1a\x0f\xd4\xd7\x7a\x36\xdd\x4e\xe1\x26\xcf\x66\xe8\x47\xd8\xf0\xb3\xf9\xd2\x9d\x79\x43\xc5\x13\x06\x2f\x38\x6f\x64\x26\xf3\xd9\xde\xf3\xc1\x0f\xf6\xe1\x47\x35\x7a\xec\xee\xee\x8c\xea\xdd\x78\x8c\xca\x2e\xae\xcf\x1b\x8f\x37\xda\xbf\xb9\x7c\xe4\x11\x27\x68\xe5\xf9\x71\xf6\x0a\x97\x7c\xca\x62\xbb\x7d\x66\x4a\x9c\xbd\x11\x6c\xfd\xb8\x6c\x44\xce\xcb\x23\x50\x2a\xf8\xaa\xa7\xd8\x4e\xce\xfb\xca\x56\x30\x78\xb6\x1d\x9c\x1e\x65\x07\x1e\x7c\x2f\x3b\xf0\x60\x00\x8a\x52\x65\xc4\x55\xc0\x74\xe6\xb1\xca\x0e\x9e\x93\xf1\x38\xff\x40\x44\x97\xa7\xca\xec\x93\x2b\xf9\xa9\x32\x9a\xe4\x64\x3d\x46\xa0\x46\xae\x78\x8c\x40\x0d\xd3\x79\x54\x3c\x98\xa0\xcd\xc7\xf9\x05\xb8\x97\x1e\xd9\xa5\x5a\xff\x93\xd1\xee\x79\xfd\xd9\x01\x1c\x3c\xc2\x9f\x62\xf6\x7e\x9a\xb5\x00\x76\x56\x53\xa8\x60\x18\xd6\xd3\x9c\x02\xa8\xf0\x85\xe5\xef\x4c\x88\xf8\xec\xbc\x7e\x7e\xb0\xf0\x16\xe6\xf2\x34\x43\x84\xd8\x7a\x2e\x2b\x8c\x25\xe8\x91\xcb\x7b\x21\x3d\xf8\xd3\x8b\x6e\x8c\x74\xda\x7d\x1f\xb0\xb1\xba\x61\x11\x61\xe6\x4f\xef\xda\x69\xe9\x43\xe6\xac\x15\x24\xee\x63\x54\xeb\xa7\x0b\xa5\xef\x66\x33\xf7\x37\xc5\x5f\x9e\x2f\x6d\x2c\x7a\xbc\x75\xa6\x43\xa6\x32\xf1\xd6\x11\x73\xc9\x33\xec\x21\x4a\x07\x43\x1e\x92\x08\xe7\x8f\x22\xb8\x1a\x79\x57\x9f\x21\x17\x09\x43\x56\x89\x08\xa4\xbd\x67\xc8\x45\x32\x68\xf0\x3d\xe3\xf4\xb8\x8b\x6d\x64\x48\x43\x26\x78\x8e\xe3\x90\x0b\x81\xf7\xe5\x05\xe7\x3e\x7b\x64\xaa\xda\xf0\xc4\x3d\xbb\x02\x70\x3b\xcf\xb2\x21\xb2\xd9\x77\xd9\x10\x39\x4c\xbb\x02\x72\x39\x3c\xbb\xd2\x53\x47\xe4\x7d\x76\xd9\x48\x3b\xff\xdb\x6d\xcb\x66\x76\x4a\xb2\xfa\xe9\xe1\xf6\x24\xd1\x85\x54\x63\x68\x3a\xac\x1a\x33\x06\x47\x85\x51\x5c\xec\x91\x59\x6a\x7c\x9e\x5f\x61\x31\xa3\x38\x5e\x3b\x08\x6d\x1a\xb7\xd5\xf8\x41\xe5\x4e\x0a\x7d\x58\xfa\x60\xb7\x1d\x02\x44\xc1\xb6\x0e\x09\x1f\x85\x06\x8c\x2b\x62\x73\x1c\xbe\xd5\x37\xde\xf0\xad\xce\x0b\xb6\x4c\x66\xb7\x1c\x3f\xbe\x84\x49\xf0\x39\x1e\x6d\xbf\x50\xa5\x22\x73\x95\x1b\xe2\x94\x7f\x2a\x97\xe9\x73\x2e\xfa\x3f\x33\x7d\xae\x7a\x4e\x7b\xaa\x29\xb7\xc5\xce\xf9\x9c\x72\x8f\x74\xbe\x97\xbb\x8a\x95\x3a\xe5\xce\x61\xab\x9c\x72\xe7\xb0\x55\x4e\xef\xb5\x6c\x66\x95\x94\xfb\xdc\x58\x97\xdd\x39\xe9\x4f\x25\xe3\x3e\x13\x74\xd9\x81\xcf\x6e\xbf\x5e\xfb\x24\x3f\x3c\xe2\x8c\x19\xe1\x6d\x33\x5c\x80\x86\xcf\x6b\xb9\xa1\x89\xdb\x49\x33\x59\x96\xdb\xc8\x03\xce\xa4\x4d\x37\x6c\xd0\xd7\x74\xc3\xf5\x70\xdb\xa0\x05\xff\xbf\xdf\x2d\x4c\xaf\xef\x16\xa6\x0d\xeb\xd8\xf4\xf1\x78\x83\xe6\x8b\x17\xc5\xca\x41\x7f\xa4\x84\x31\xd7\x2f\x88\x95\x4b\x45\xc6\x9b\x85\x6c\x4e\xcf\x63\xe5\x25\xc3\x34\x66\x15\x80\xcc\xf3\x08\x26\xc8\x28\x1f\x41\x13\x38\x35\x02\xa4\x2e\xfd\x9f\x08\xd2\xa7\x69\xd2\x65\xbf\xe5\x59\x16\xa7\x7f\x3b\xbe\x4f\x2e\xc2\x96\x48\xca\x3e\xd9\x72\xb3\xcc\x7f\xb8\x87\xfa\x24\x6f\x78\x12\x5d\xf6\xc9\x25\x7f\xff\x9d\x86\x3e\x39\x00\x6d\xa5\xb7\xa6\xdd\xcf\xfb\xdd\xf4\x31\x5c\x79\x4f\xff\x49\x71\x7d\x72\xbd\xb6\x7f\xf4\xf7\x49\xee\xee\x69\xca\xff\x72\x67\xa7\x70\x6d\x9f\x14\x5f\x36\xfd\x5b\xa4\x3e\xc9\x80\x33\x2d\x19\xd0\xbc\x69\x00\x99\x0e\xbb\xaf\x57\xfe\xaf\x3a\x4e\x3c\xcb\x7d\xbd\x66\x7c\xb3\x82\x87\xd7\x8c\xc7\xee\xeb\x95\xf6\xc4\xaa\x07\xcf\x3e\x5e\x8c\xe7\x32\xc1\x35\x3f\xdc\xfa\x80\x0e\x7d\xbe\xd2\xc1\xf2\x9a\x83\xf3\xc1\xa2\x48\x95\x11\x8a\x17\x9b\xb1\xd7\x74\x21\xc3\x4d\x5f\x56\xde\x50\x99\xb6\x1e\x1a\x96\xfe\xdb\xc8\x73\x16\xc5\x76\x9c\x95\x49\x5b\xde\xab\x3f\xb3\xbc\x58\xb5\xef\x59\x37\x25\x2a\xeb\x49\x3e\xdf\x27\x25\x33\xd8\x52\x96\xad\x4f\xab\xb3\x7e\x6f\x99\x89\xd5\x89\x81\x18\xe7\xea\x8d\xc6\x0b\xdb\x7f\xff\xa3\xb0\x47\x9f\x56\x43\xf2\x32\x6c\x95\xcd\x98\x18\xf6\xea\xbd\xc4\xff\x43\x4b\xc7\xb3\x90\x11\x4c\xdc\x7a\xeb\x7f\xfa\x93\x44\xc8\x34\x6d\x92\xf8\x46\xde\x97\xa3\x79\x2c\xa1\xd9\x8e\x66\xc6\xe3\x4c\xbd\x2c\xc4\xa6\x5b\x9b\x93\x65\xbf\x31\x5b\xdb\x61\x59\x25\xf4\x17\x5f\x57\x1b\x1f\xa8\x48\x44\x4f\x83\xc5\xb7\x6e\xa6\xb4\xec\x3f\x46\xc9\xe1\x29\x2e\x54\x52\xf8\xc0\x5e\x92\x8d\x37\x7c\xf9\x7c\xba\xb8\xd5\x44\x9e\xab\xd2\xc6\x2e\xec\xff\xfa\x96\x0d\xcf\xa8\xab\xab\x1e\x6f\x19\x85\x2a\xa7\x4d\x49\xf0\xd0\x27\x57\x4a\x0b\xe2\xa1\x4f\xb2\x56\x4c\x6d\xca\x30\x64\x8c\x98\xd7\x4f\xb7\xb2\x6f\x31\xd5\x4d\x00\x29\xa6\xb6\x99\x71\xa6\xc5\xf6\x5e\xe4\xfc\xa0\x1a\x73\x23\x73\xd9\x84\x89\x1a\x19\xe4\x6b\x45\xe0\xdc\x37\x23\x84\x39\x77\x32\x0a\x74\x38\x55\x53\x2d\xb6\x2d\xe7\x4e\xb2\xec\xc4\xea\x39\xdb\x56\x42\xd0\xfb\xd4\x7f\x17\xf1\xc6\x76\xea\x92\xb1\x46\x68\xec\x72\xfb\xb3\x9d\xbb\x57\x37\x43\x56\xb8\x56\xb0\xbb\x7d\x72\x4d\x09\x06\xf8\x93\x6b\x6b\x72\xcf\xf6\xa9\x2b\x41\x1e\x73\x36\x26\x1d\x97\x10\xf0\x13\x4b\x6b\x2a\x9d\xf5\x69\x38\x69\x7d\xa6\xe4\x27\x85\xd6\x15\x3e\x3f\x9c\xf8\x21\xed\x0f\x83\xaa\x33\xde\xa1\x8a\xdf\xd0\x3b\x5e\xd1\x27\xcf\x36\xbb\xd0\xde\xa9\xf7\x33\x61\xe3\xad\xeb\x94\x67\xab\xdf\x34\x20\x8f\x6b\x65\x63\x29\xa4\xaa\x6e\x7f\x41\xc9\xf5\x69\x57\x55\x27\x16\x7c\xf7\xc5\x93\xde\x8d\xeb\xfc\x1c\x2e\x79\x5a\x6b\xe1\x59\x28\x8b\xc2\x68\xac\x36\x64\xb8\x3f\x09\xb6\x7e\xf6\xf0\xae\xfa\xe5\x6c\x49\x79\x55\x93\xe7\xab\x4f\x2e\x6f\xcc\x21\x78\xd3\x61\xf1\xff\xe6\x1a\x01\x79\x2e\x6a\x3f\xe3\x39\xde\x7a\x83\x59\x5f\xc9\xa6\x7d\x61\x87\x1e\xce\xcc\x91\x11\x4a\x16\xad\x30\xd8\xe3\x85\xc2\x65\x4e\x24\x7a\x82\x82\xee\x93\x64\xc7\x19\x8e\xf6\x93\x15\xa9\x9a\xd3\x27\xf9\x3b\xcb\x02\x0b\x3b\xcd\x62\x43\xd4\x29\xa5\xfc\xf3\xff\xd0\x73\x86\x74\xee\x7a\xe6\xfd\x53\x2c\x3b\x34\x29\xb9\xd5\x0c\xb7\x91\x70\x39\x71\x3b\x2a\xb9\xd5\x8c\xb8\x70\x4d\x6a\x2f\x8b\xa4\x64\x07\x33\xef\x5f\x82\xda\xd0\xff\x65\x82\x32\x03\x97\xaf\x8c\x10\x7c\x89\x1e\xc4\x15\xe5\x46\x98\x19\xdf\x65\x7a\x32\x61\xd7\xae\xef\x33\x5e\x95\x5b\x8b\xae\xd9\x27\xa5\xca\x9a\x39\xb3\x97\xa4\x93\xcf\x78\x45\x1f\xf3\xa5\xd4\x58\x33\xdf\xdf\x92\x56\x98\xdf\x5b\x60\x43\xae\x44\x65\xc6\x9a\x58\xb0\x9f\x68\xbc\x4c\xf0\x8c\x9f\x64\x4c\x9e\xe7\x3e\x29\x0b\x42\x5f\xd8\x13\x92\x6a\x5b\x67\xdb\xde\xba\x14\x61\x73\xb7\x2e\x41\xb6\xe5\x23\x78\x1c\xc7\xe6\x91\xfa\xc1\x3d\xff\x58\xfd\x48\x7b\x3f\x11\x77\xd9\xd8\xb5\x8f\x04\x42\x36\xed\x4f\xc2\x6d\x15\xd1\xe2\xb1\xcd\x0d\x36\xf3\x48\xa0\xe2\xe0\x3e\xbe\xc5\xe9\x70\xd7\x33\x1d\x1c\xbf\x67\x96\xf4\x11\x1e\x90\x73\xfd\x98\x40\xbe\x17\xda\x2b\x5b\x62\x9e\xa4\x5f\x65\x0a\x67\xe1\x3f\x6b\xae\xa6\x79\x12\xfe\x2f\x52\xca\x3c\xf9\xfe\x2b\xfc\x20\x89\x31\x77\xec\x6c\x11\x37\x53\x3e\xff\x9f\xb1\x33\x39\x9b\x5e\xd5\x81\x70\x2a\x37\x04\x9b\x99\xcd\xc9\xc5\x63\xfe\x21\xdc\xa7\xab\xf8\xf5\x7a\xf9\x2d\xdd\x6d\x03\x62\x10\x1a\x4a\xd2\xb6\x38\x0f\x3d\x98\xc2\x1e\xcf\xd3\xa7\x8c\x16\x64\x35\x2c\xf4\x60\x54\x7c\x4c\xea\xbe\x59\xda\xa2\x89\x15\x59\x15\x54\xee\xfb\x92\x25\xa2\x8d\x9f\x5c\x3b\xc2\x57\x37\xf6\xdd\xc2\x4c\x8e\xe7\xee\x72\x33\x31\x08\xe7\x55\x98\xb4\x38\xd5\x40\xcc\xcb\x6e\x4d\xa4\xd0\xc2\xa9\x17\x68\xe0\xd6\x33\x23\x78\xf4\x5c\xe3\xf9\xd5\x73\x7c\xff\x93\x63\xc9\x62\x36\x76\xe5\x55\x40\x34\xd9\x93\x70\x81\x71\x16\xf6\x24\x5c\x20\x0b\xe9\xbc\x0a\xc1\x0e\xf7\xd4\xd5\x1e\xff\x0b\xd7\x98\x68\x5f\x04\x4c\x06\x94\x4e\xbd\xf0\x17\x84\xc2\xd8\x85\xe2\x0c\xe4\xc7\xd8\x93\xa9\x8d\x45\x36\x8a\x33\x4e\xfe\x6e\x14\x67\x70\xc2\x5d\xd2\xef\x0c\xd7\xd7\xd8\xf3\x4a\x78\x1a\xf3\xe1\x34\xbd\x93\x19\x97\xf5\xb9\x86\x75\x7f\xec\x59\x79\x06\x5a\x50\x24\xa4\x66\x94\x8f\x1d\xbb\x90\x98\x23\x74\x95\x3d\x0b\x29\xd7\xe2\x7b\x67\x46\x48\x0c\x52\x12\xef\x08\x76\xbb\x97\xf2\xdf\xff\x66\x78\x80\xc6\xee\x44\x08\x21\x82\xec\x92\x80\x47\x28\x3b\x7b\x71\x09\x96\x49\x03\x1e\x11\x0d\x48\x9b\x0b\x19\x65\x2f\xaa\xbb\xc0\x24\x14\x8f\x38\x28\x2a\x1e\x71\x50\x60\x68\x66\xdc\x17\x7b\x95\x11\x75\xe7\x59\x58\xc5\x90\x79\x76\x43\x33\x83\x1f\xee\x55\xd8\xbe\x1e\xe3\x73\x26\x84\xc6\xff\x96\xd1\x62\xbc\xd5\xa9\xf5\x2a\x2f\x9c\xbf\x19\x61\xd3\xfe\x24\xec\x59\xd9\xf4\x3f\x79\x7a\x56\x8e\x59\x13\xb8\x8f\x4d\xa9\x4c\x09\x15\x6e\xf3\x13\xaf\x67\x65\x1b\x39\x31\x02\xa7\xce\x75\xe3\x26\xff\xff\x56\x60\xb0\x27\x54\x37\xae\x72\xc8\x94\x18\xa1\xb2\x0d\x5d\x17\x6e\x32\x1e\xa7\x98\x09\x31\x65\x6f\x46\xfe\xc3\x39\x6c\xa7\x0e\x19\x61\xff\x89\xe6\xb3\x72\x0c\x05\xa7\x8c\x64\x14\x63\xef\x02\xfb\xcd\x98\x81\x6e\x8a\xe2\x7b\xc1\x29\x23\x22\x67\xec\x5d\x53\xde\x79\xbf\xe9\xfd\xe8\xbf\x9b\x22\xfa\x93\xd2\xc3\xb1\xe8\x66\x86\x95\x06\x15\x67\xb5\xb3\xa8\x2a\x11\xf7\x39\x26\xc3\x9b\x24\xe6\x70\x08\x3f\x15\x42\xc3\xee\x7a\x70\x3b\x1c\x5b\x45\x86\x7b\x86\x79\x0e\xfb\x81\xe0\x75\xc3\x80\xb6\xb8\xa5\xf6\x21\x40\x5b\x08\x0e\xfb\x58\xa9\x7f\x62\x9a\x86\x75\xb5\x58\x88\xe1\x90\x1c\xe6\x7d\x2c\x5d\x8d\x37\x96\xae\x46\x9b\xa6\x2b\xfa\x5c\x76\xe6\xb8\xea\x76\xa7\xc9\xed\xcc\xfd\x5c\x8a\x57\x74\x32\x85\x68\x62\xb1\x9c\x18\xa1\xb3\x5f\x5d\x8d\x98\x03\xec\x9a\x19\x9d\x0d\x6a\xdc\x64\xe7\x04\x38\x31\x42\xa8\x31\xbb\xf3\xdb\x76\xf8\xb8\x71\x92\x9d\x3d\x79\xd8\x1e\xc1\x0d\x2a\x9c\xe4\x9e\x39\x15\x12\xd6\xf7\x0c\x63\x3a\x6c\xa1\xa0\x53\xf9\x26\x3e\x1f\xc8\xfb\xf7\x39\xa7\x4e\x70\x9b\x59\x90\x63\xa9\x9c\x31\x15\x32\x40\xef\x99\x36\x65\x70\xde\x33\x4b\xb4\x0c\xce\xb0\x3f\xd7\x7d\x8b\xb2\x2f\x63\x57\x51\x8c\xf9\x79\xc1\x98\x19\xb6\x96\xb3\x90\x65\xd6\x6c\x49\xf5\xac\xd9\xb9\x48\xa5\x0d\x1b\x5f\xf6\xbf\xc0\x11\xc6\xfe\x93\xf9\xeb\xe7\x56\x76\xd1\x64\x94\xaa\xfd\x5c\x96\x9a\xa0\x5b\x55\xe3\x3e\x17\xd7\xf9\xe8\x39\x26\x4a\x19\xcb\x3e\xd7\xf2\xb5\xe9\x39\x1a\xbc\x6c\xb6\x81\x47\xfe\x94\x88\xfa\xb9\xf7\x2f\xeb\xea\x31\x07\x97\x8d\x9c\x83\x16\xed\xd3\x1c\xd1\xe5\x25\xa8\x09\x4c\xef\x32\xd4\x24\x0c\x1f\xfb\xca\xaa\xcb\x4d\xf7\xd3\x33\xea\x47\x96\xb8\x0c\xb9\x19\xfc\xb0\xc8\x0e\x32\x7f\x9a\x46\x2d\x4c\xd4\x4f\xb3\xa8\x85\x51\xdf\x46\x69\x84\x1c\xba\xdf\x86\x2a\x84\xec\xbf\xdf\xcb\x37\x10\x4d\xde\xf6\x0d\xf0\xc2\x32\x29\x04\x1d\xaa\x4a\xd7\x18\xd4\xbd\x80\x09\x41\xd7\xbd\x1c\xad\xbc\xf1\xd8\xdb\xc5\xb0\x1c\xaf\x1b\x7d\x2a\x18\x6c\x70\x1f\x3c\xb6\x99\xc5\x64\xbb\xc6\x46\xe2\x46\x73\x69\xba\xca\x07\x0a\x36\x08\xf9\x7d\x57\xc9\x0d\x34\xbc\xfd\x19\x9a\xd9\x18\xe2\xaa\xdf\xcc\xf9\xb6\xe5\x1c\x19\xe1\xb1\xbc\x1d\xab\x6b\x85\x82\x93\xa8\xea\xcd\x03\xf9\xf9\x59\x35\xed\x83\xe6\x77\x9d\xaa\x68\xc1\x10\x47\x84\x86\xd7\x4a\x0f\xff\x37\x17\x30\xe6\x07\xf1\x56\x26\x4d\x70\xc5\x09\xc3\x17\x5c\x71\x43\x0a\x70\x08\x18\x0b\xf7\x5a\xcb\xfc\xf7\x7e\xda\xa4\xf3\x54\x9e\xad\x12\xe4\x78\x96\x8b\x23\x26\x3d\x29\x41\x2f\xa6\xa3\xa4\x04\xbd\x11\x81\xf0\x93\xba\x35\xbe\x14\xcf\xe6\x66\x35\x9e\xbd\x9b\x47\x3c\x1f\xda\x9b\xbc\x6f\x87\x7d\x88\xae\xc9\x46\xf0\x4c\x87\x0a\x69\x89\x2b\x31\x39\xa6\x2b\x08\x4c\xbb\x44\xeb\xe0\x53\x69\x97\xe5\xb1\x47\x07\x3f\x6d\xa1\xa4\x98\xe1\xb4\xdb\xe3\x12\x17\x60\x12\x64\x71\x8b\x72\x95\x23\xed\xb6\xd3\x07\x1f\x4b\xbb\x63\x24\x2b\x6d\xe8\x82\x63\x52\x95\xa3\x37\xaa\x2a\x8f\xf4\x53\x0f\x66\x65\x52\x85\x58\x8c\xa0\xd6\x91\x94\xb6\x21\xc2\x0b\x47\x4a\x9b\xec\x23\x31\x66\x95\xc6\xdb\x3f\xff\x27\xed\x92\xf8\x3e\x49\xd1\x64\x92\x95\xa2\xa1\x4d\x48\x50\x5a\xb5\xc8\x21\x35\x92\xd3\xaa\x21\x58\xa4\xe4\x9d\xcd\x07\x9a\xe5\x48\xf1\x3b\x92\xaa\xd9\xb5\xd8\x67\x29\x5b\x63\x89\x06\x94\xea\x0c\xe9\x34\x29\xd5\x19\x17\x78\xca\x3f\xcd\x71\xc6\x51\x4a\x32\x68\xcf\xd8\xa7\x49\xd5\xeb\x66\x1c\x84\xa4\x48\x2d\x2c\x84\xc9\x91\x5a\x6c\x03\xc9\xff\xe9\x33\x1e\xf9\x58\x91\x1e\x53\x96\xf8\x1c\x12\x45\x2a\x9b\xd6\x80\x67\xc9\x6e\xfb\x5f\x32\xf9\x8c\xb4\x94\x83\xa0\xa6\x54\x3d\xc7\x7c\xfe\x94\x83\x3c\x58\xb0\x22\xd1\x94\xd1\x29\x23\x2f\x9e\x9e\x54\x2c\x6a\x7c\x5e\xb0\xa8\x11\xa2\x67\x12\x7e\x70\xe3\xe0\x27\xe1\x07\xb7\xce\x18\xaa\x85\x0f\xa6\xa8\x5a\xf8\x60\xeb\x2f\x23\x7b\xa3\x0d\x5f\x1d\x93\x37\x7c\x85\x4e\xba\xf5\x5d\x32\x69\xf4\xf1\x5d\xc1\x0f\xc6\xfc\x85\xf2\x9c\x64\x46\x4f\x11\xd8\xfa\x63\xc8\x56\xb5\x62\xaa\x8d\xf1\xab\x30\x91\x66\xac\x5c\x5c\x0e\x49\xa0\xbf\x9a\x3e\x3f\x28\xdf\xe4\xa0\x09\xa7\x7f\x80\xaf\x48\xb8\xcf\xd8\xff\x93\x84\xfb\x1c\x59\xcc\x46\x72\xd9\xe7\x4c\x13\xf6\x0e\xc6\x94\xff\x84\xf9\x8a\xce\x9e\x84\xf0\x8b\xbc\x9d\x23\x75\xef\x60\x9e\xab\x36\x14\xcf\xd6\x97\x42\x61\x4b\xb2\xc3\x4f\xb8\x80\xb2\x09\xef\xcc\x7e\xb7\x81\x8a\x35\x76\xcd\xe8\xfe\x79\x43\xf1\x2e\xd8\xa1\xd3\x4f\x01\x68\x81\x00\x1d\xe9\x27\xff\xb7\xc0\x7b\x8e\xe4\x52\x79\x71\xc3\xa5\x9f\x3a\xd0\x02\x5d\x39\xd2\x4f\x1d\x68\x3b\x43\x1c\xb6\x83\xc7\xfb\x92\xed\xc9\x78\x3c\x92\x0c\xef\x1f\x6e\x39\x7c\x8d\x47\x87\xc3\x05\x6e\xe9\xe0\x51\x83\x31\x89\x32\xd4\xa3\x35\xa7\x65\xa8\x8f\xef\xe7\xae\xf6\xa3\xbf\x69\x4b\x71\x0c\xf0\x27\xe7\x53\x7e\x7e\xa4\x29\x97\x25\x8b\xf8\x13\xea\x1b\x32\x7c\x9a\xb6\x6c\x47\xff\x3f\x99\xbe\x21\x90\xa7\x79\xea\x39\x08\x9e\xbe\x3d\x78\xfe\x8d\xff\x73\xca\x24\xf2\xe3\xe8\x48\x87\x39\x71\xfc\x7f\xec\x7a\x3f\xfa\xff\x69\x00\xad\x73\x9b\x38\x13\x1a\xf3\x71\x14\xfd\x1f\xf4\xda\x54\xcf\x7c\x1c\xbe\xdf\xe1\x7b\x3f\x75\xa0\x7d\xf8\xc0\x21\x82\x61\x5b\x3f\x6d\xa0\x75\x38\xcf\x61\xd3\x14\x4b\x7a\x98\xe2\x98\x51\x29\x03\x8d\x2d\x20\x74\x4a\xa4\x17\x1e\xe9\xf0\x0c\x30\x00\xcf\x40\x50\x28\x55\xa1\xb1\x62\xb6\xf5\xb3\x25\x85\x44\x69\x9c\xc3\x53\x14\xc3\xa6\x96\xad\x3f\x66\xe4\xa7\x15\xb4\xce\x41\x96\x52\xd0\xd8\x71\xca\xf8\xd0\xa0\x47\x3a\x42\xe3\x8c\x9c\x5a\x61\x38\xe7\xa9\x18\x69\xe8\xf9\x29\x01\xed\xc3\x15\x4f\xd3\x1b\xf4\x29\xa5\x5b\x63\x87\x29\x1b\xc4\x98\x5c\xe6\x97\x97\x3c\x3a\xb8\xb4\xc4\xa1\xe7\xa4\x9f\xcc\xdf\xa2\x70\xd8\x48\x92\xf9\xfb\x80\xa9\x4a\x40\x1f\x89\x45\x5e\x68\x4c\xe6\xcc\x39\xd8\x52\xff\x0b\xde\x6d\xa4\x5b\x86\xf2\x30\xba\x26\xa1\x4e\x3e\xd2\xc2\x9d\xf5\x7f\x10\x70\x4b\x86\x0c\x33\x76\xb2\x63\xe0\xf3\xbf\x0c\xe7\xdc\x8c\xb7\xa2\xf4\x39\x63\xb7\x73\x6e\xb0\x05\xec\x19\x80\x33\xda\x13\x00\x3b\xbf\xe5\xe9\xc8\x3c\xcb\xf2\x1f\xf6\x80\xa4\x22\x19\x78\xc3\x93\x3d\x01\x1c\xc2\x47\xe2\x0d\x12\x98\x32\xb9\x15\xdc\x6b\x49\x45\x33\x36\x6e\x98\x47\x5c\x81\x3d\x67\xd7\x00\xc2\x84\x8a\x68\x20\xb7\x27\x15\xd1\xc0\x9f\x99\x1e\xb9\x3e\x98\x51\xd5\xc9\xd8\x91\x86\x9e\x53\xff\xf3\xbe\x5c\x1d\x85\xfe\xe5\xca\x61\x4f\x29\xf6\xa9\x15\xd8\xcc\x63\x8a\xa3\x81\xd7\x14\xf3\xac\x25\x65\x46\xe5\x59\xd8\x91\x30\x5f\xf9\x42\xd8\xd4\xaf\x08\xe6\xee\x91\x67\x21\x12\x6a\x8d\xf4\x6a\x49\x91\xe2\x5f\x5b\xb8\xd9\x93\xca\x2d\x31\x3e\xf2\xd7\xeb\x35\x8d\x39\x7f\x3d\x05\x3c\x6b\x0a\x38\x15\x4e\x0f\x87\x82\x97\x14\x06\x05\x20\x7b\xa4\x57\xe0\x2e\xee\x22\xa1\x71\x7a\x94\xc7\x1b\x59\xde\x07\xcc\x44\x79\xf3\x24\x8c\x78\xf6\xbe\xce\xf1\xec\x55\x6f\xf1\xac\x7d\x1d\xac\x32\xcb\x19\xb1\x85\xcc\x90\x9d\x7d\xa2\xf0\xbe\x1c\x5e\x71\x0e\xb2\xb2\x4f\xb4\x4c\xff\xca\x3e\x91\x19\xdf\x69\x7b\x05\x3f\x68\xd9\x2b\x1f\xc8\x2d\x1a\xdb\x32\x1b\x2f\x13\x07\x31\x1b\x2f\x03\xc1\x4b\x71\x08\xd9\x29\xef\xf2\xef\x04\x2b\xc9\xcb\xaf\xf0\xf9\x42\x0e\x9e\x58\xa5\xfc\x53\x24\x7a\x63\x0a\x16\x82\x66\xd0\x82\x70\x1d\xb1\xd1\x72\x92\x87\x27\x36\x56\x56\x11\xed\xc6\x1c\xa5\xa2\xff\xa3\x41\x6b\x0e\xc1\xcc\x72\x12\x49\x89\xf6\xba\xda\x8f\x35\xb2\x22\xd1\x69\x4f\x14\x31\xc7\x2a\xa2\xdd\x58\xa3\x64\xee\xcc\xb3\x08\x62\x8d\x7e\x7a\x46\x6f\x3b\xed\x49\xcd\x88\x6d\x99\x95\x00\x22\x02\xbe\x47\x56\x02\x88\x08\xf0\x1e\x59\x45\xb2\xdb\xce\xff\x72\xc1\x35\xbe\x97\xc3\x2a\x6e\x93\x2c\xb5\x23\x02\xd0\x47\x16\x8e\xa6\xb1\x07\x05\x72\x8f\xd4\xb4\x23\x4b\xed\x88\x00\xf3\x91\xb3\x8e\x49\xb0\xb2\xac\x04\x11\x83\xf9\xc9\xa2\x8f\x3d\xec\x92\xda\x08\x1c\x39\x8b\xc0\x10\x18\xb2\x32\x46\x44\x84\xfc\xc8\x45\xfa\x77\xa8\x76\xb9\x78\x01\xe3\x7b\x65\x8c\x88\x78\xf4\x91\x55\x1a\xb0\xed\x3c\x6b\x41\x39\x64\xc5\x0b\xf8\x27\x44\x5b\x2e\x3a\x21\xc1\x88\x73\x11\xf5\x71\x11\x64\xa1\x7c\x22\xf7\xf1\xc8\xaa\x13\x88\xdf\x3f\x17\xaf\x2e\xc4\x69\x75\x39\x61\x45\xbb\x35\xd1\xbe\x1c\xb0\x21\x5b\x64\xd5\x11\x8c\xc4\xc1\x23\x57\x4f\x06\xff\x6b\xf5\x83\xe5\x64\xd5\x11\x04\x05\x90\xab\x57\x3f\xfa\xaf\xde\xcd\xbc\x6f\x58\x01\xdb\xa3\xf9\xa6\xa1\x45\x23\x7e\x06\xeb\x21\x80\x4f\x8d\x68\xc3\x91\xdb\xba\xcc\xe3\x0d\xd5\xc2\xc3\xa0\x90\xad\x37\x70\x84\xa4\x37\x24\xce\xf4\x4f\x6f\x18\x58\x13\x72\x97\xe6\xcb\x24\xfe\xd4\x86\x34\x39\xc2\x5d\x9a\x2e\x44\x74\x79\xdf\xd8\x62\x5d\xbe\x46\x8e\x60\x97\xaf\x91\x23\x36\x64\x10\x81\x05\x0c\x8d\x97\x45\x51\x2e\xe5\x12\xf1\x95\x23\x0f\xa9\xe6\x0c\x70\xc8\xb9\xc8\x1e\x1f\x52\xcd\x59\x65\x65\x62\x9b\xf0\xa0\x21\x2c\xd8\xe7\x7f\x39\x4b\x39\xd3\x43\xee\x44\xd8\xe6\x10\x41\xf0\x20\x81\xd2\xe7\x67\x80\x22\x08\x26\xa8\x1a\x24\xf8\x3c\xb2\x22\x81\x0a\xf6\xef\xac\xcc\x6d\x93\x33\x30\xe5\x4d\x65\x9b\x28\x93\x5b\x82\x49\x09\xa3\x0e\x7c\x2f\x4f\xdb\x26\x62\xc0\xd3\x13\xc0\xf7\x5e\x21\xfa\x93\xbb\x98\x6d\x3d\xe5\x09\x84\x49\x4f\x4f\x40\xac\x80\x32\xbf\x15\xe4\x97\x3c\xbd\xa4\x34\xe8\x19\x88\x19\x3a\xe4\x50\x65\x49\x0f\x11\x08\xd7\x3a\x6c\x7c\x89\x0e\x0f\x6f\xc1\x18\xf0\x21\x02\x43\xde\xc9\x87\xb6\x20\x5b\xee\xd0\x16\xac\xfc\xaf\x15\xe6\xdc\x1d\x22\x90\x9b\xf3\xd0\x96\xfc\xf4\x2f\x6f\xf2\xa7\xfd\xcb\x5b\x8a\x01\x78\x8f\x32\x40\xef\xd1\x68\xf0\xd4\x92\xb2\x85\x24\xf4\xf7\x8d\x93\x7c\x2a\x98\x88\x4d\x6e\x29\x1e\xed\x3c\x9f\x32\xf7\xc0\x9a\x7e\x52\xfc\x18\xdc\xdd\x97\xbc\xa5\xdc\xdd\x97\xbc\xa5\x9f\x67\xb9\x83\x43\x11\xce\x97\xec\x9c\xe1\x8a\xcb\x97\xbc\xa5\x81\xe8\xca\x97\x6c\xcb\x8d\xf7\xe5\x1e\x0e\xf1\x28\x5f\x4a\x6c\xc3\xc5\x27\xe8\xf9\x87\xaf\xfc\x94\x84\x1c\x81\x91\x23\xab\xd4\xc9\xe0\x62\xbb\x64\x42\x64\x0f\x29\x99\x42\xfb\xdc\x6c\x97\x6c\xcd\xdc\x4c\x97\xed\x5d\xf1\xff\x2d\x04\x66\x68\xee\xf9\x76\x5c\xc4\xe4\x07\x39\x27\xc3\x13\x91\x6f\xd9\x37\xc2\x75\x91\x6f\x51\xc8\x55\x69\x70\x7b\x38\x4b\xf3\x6d\x0a\xf9\x5e\x36\xaf\x3f\x55\x66\x18\xf9\x16\xb9\x9f\xce\x45\xee\x67\x70\x72\x8e\x73\x13\xdc\xa6\x96\xf7\x95\x1b\x31\x1c\x2f\x59\x45\x57\x32\xff\x3f\xa2\x9e\x9b\xe5\xd1\x72\xd3\xfe\xa3\xe5\x66\x7f\xa9\x06\xcb\xa8\xfc\xaf\xc9\xe0\xe6\x7b\x44\x7c\x08\xf0\xf9\x11\xf1\x95\xef\x05\x4f\x40\x90\x7b\xcc\x02\xf8\x5e\xf4\x72\xcf\x3c\x4a\x63\x04\xcf\x7d\x2c\x27\xb0\x9f\xec\x4a\x60\x7f\x3c\x22\x18\x51\xf2\x15\xc1\x74\xf0\x7a\x7f\xc7\x80\x5e\x99\xbd\xe9\xe0\x15\xc1\x9f\xef\xb5\xfa\x61\x0d\xcb\xaf\x08\x86\x80\x57\xab\x8f\xdc\xf2\x2a\x93\x11\x82\xd8\xab\xfd\xcc\x25\xf1\x9a\x60\xbe\xf7\x02\xf3\x2c\x82\x61\x79\xaf\xea\x3e\x70\xde\x0c\x55\x62\x41\x5f\x9f\xe7\x7f\xcf\x65\xd3\x82\xc6\xad\x5b\x36\xa3\x1b\x78\xf6\x6e\xe6\xd9\x8e\xd7\x38\x50\x65\x13\x41\x61\x5a\x2b\x9b\x4a\x47\x05\x5a\xa0\x6c\x3e\xa0\x2d\x9e\x75\x40\x07\xcf\x82\x73\x7c\xbe\xf7\x01\x1d\xf1\x2c\x82\x3a\xed\x09\xce\x11\x13\x50\x36\x11\xc4\xff\xbb\x19\x54\x10\xb8\x7b\xc7\xf2\xac\x1d\x1b\xca\x48\xd9\xbd\x80\xd1\x9f\x50\x4f\x95\x15\x29\xf2\x5b\x34\xd0\x5b\x65\x5f\x08\x15\x9a\xf0\x9a\x30\x84\xcb\x0a\x4f\xcc\x91\xf0\xf6\x15\x40\x5a\x51\x2a\x85\x82\xa6\x5b\x54\xf0\x65\x7c\xbe\x90\x89\xb9\xb3\x4e\x72\x3d\x0c\x2c\x76\x25\x89\x2d\x14\x5e\x10\xaa\x84\x75\x49\xae\x67\xc8\xfb\xf2\x95\x40\xb7\xd0\xf6\x8d\xcb\xa5\x24\x81\x34\x82\xb3\x97\x2c\xc3\x7e\xdc\xe6\xe5\xa7\x32\xe4\xc8\xa9\x35\x4a\x96\xa1\x3f\x2e\xbb\xf2\x53\x19\x66\x64\xeb\x18\x25\xcb\xb6\x1f\xe2\x4a\xc9\xf2\x68\x85\x81\xa9\x64\x81\x36\x1a\xed\x09\xb4\xc1\x78\xb2\x4e\xc6\xe4\x7b\xf3\x41\xda\x3f\xf4\x3e\xe3\xd5\x04\x34\xda\xbf\xd4\x1f\xdf\xdf\x1a\x7f\xac\x81\x3c\x1b\x15\xa9\xbc\x64\x4d\x40\xdc\xce\xc5\x9e\x8d\x10\x5f\x8a\x3d\x1b\xc1\x9b\x4a\x11\xc1\x2c\xaa\x9d\x19\x9d\xef\xe5\xcc\x28\x7c\x2f\xdc\x4d\x48\x13\xa5\x88\x60\x8e\x5e\xb1\x7d\x68\xa3\x81\xa9\x0f\x78\x3e\x5c\x8e\x9b\x16\x45\x32\xbb\xa6\x08\x49\xc4\xde\x2f\x5a\xf3\x90\x2f\x4a\x11\xb2\x28\x98\x4f\xa9\xa2\x90\xc3\x5e\x85\x2c\x4a\x7f\xf2\xdd\x94\xaa\xe9\x08\xce\x5a\xe4\x26\xa9\x88\x6b\xa5\x7a\x3e\x62\xbe\x5c\x22\x06\x9b\x6c\xa9\xda\x01\x89\x67\xb1\x8e\xc1\x70\x56\xf9\xf1\x18\x7f\xd5\x16\xc8\xbc\xa0\x2d\x10\x12\x6d\x51\x52\xbb\xc8\x92\x37\x4a\xf5\x41\x9c\xf4\xe0\x09\x61\x02\x34\x21\x05\x1a\x7c\x06\xa2\x83\xe6\x09\x8a\x06\x95\xc7\x2e\xf2\xda\x8d\x22\x3d\xe7\x13\xfa\x53\x7e\x7a\x4e\x8e\x3c\x80\xa3\x34\xbb\x8a\x98\x04\x55\xa9\xc1\x0d\x5b\x16\x18\x2b\x46\x64\x30\x56\x68\x35\xa5\x0d\xcd\x32\xff\x7b\x4f\xc4\x29\x10\x38\x2b\xf2\xf6\x8d\xd2\xbc\xeb\x83\xe2\xa6\x5d\xbf\xf3\xbd\x28\xee\x0c\x58\x14\xc3\x88\x54\xc3\xa6\xc2\x36\xba\x95\x80\x30\xdb\x16\xb9\x73\x2a\xf0\xb4\xa2\x2a\x36\x51\x3d\x72\x14\x55\xb1\xa9\x30\xaa\x6e\x4f\x36\xff\x7b\xd5\x63\x4e\xbb\x7d\x7c\x74\x20\x8a\x0b\xdf\x6b\xd1\x43\x0f\x2c\xdd\xe7\x9e\xf7\xbd\xa6\xfc\x2f\x0a\xe1\x9c\xdd\xf5\xb5\x39\x97\x8a\xba\x18\x40\xd6\xcb\x48\x1a\x41\xb4\x20\xec\xd6\xdc\x3f\x3f\x78\xc8\xd1\xe4\xf0\x49\x65\x16\x95\xdd\x0e\x9c\x47\x19\x1e\x03\x0d\x98\xb5\xc4\xfb\x53\x70\x32\xf6\xa1\x0b\xda\x44\x44\xe5\x28\xff\x0a\xda\xc4\x2c\x08\xa8\x55\xc0\x1e\x15\x17\x38\xdf\xd9\x9b\xd3\xbe\x3e\xf6\xe2\xf4\x95\xf1\xf9\xc4\x88\xb3\x10\x2e\xca\x2a\x72\xc3\xe5\xfb\xd3\xb8\x0a\x3a\x75\x71\x7d\x73\x1c\x5d\xc5\x45\x6f\x76\x58\x86\x92\xe6\xa1\x35\x97\x95\x34\x8f\x0d\xab\xa4\x79\x28\x85\x65\x25\xcd\x83\x8d\xba\xdc\x79\x44\x22\x8f\xb2\xb2\xe6\x71\x13\x19\x0e\xb6\x73\xb7\x1d\x66\x35\x8d\x37\x3c\x19\x70\xc2\x95\x25\x8f\x5d\xe0\x8a\x93\x91\xbc\x66\x94\x95\x25\x8f\x7b\x7e\x65\xc9\xe3\x02\x39\x4c\x2b\xec\xd4\x11\xc9\xe8\x97\xe5\xb0\xad\x96\xd3\xb2\xf2\xe4\xc1\x61\x57\x9e\x3c\xc4\x93\x73\x51\x1b\x6f\x9c\xa6\x96\x95\x56\x48\x32\x4a\x61\x71\x59\xca\x8f\xac\x70\x1a\x49\x38\xf8\x41\xc0\x41\xd8\xe2\xca\x84\x07\x6b\x5e\xc9\xbc\xb9\xfc\x57\x32\x6f\xce\xc4\xe9\x65\x0c\x52\x1d\xe6\x41\xa0\x5b\x39\x0d\x17\x67\xba\x94\x2c\x0f\xf3\x47\xb9\xbc\xa5\xe3\xff\x95\x2b\x8f\x35\x5a\xb9\xf2\x98\xac\xcb\x88\x91\xe8\xf3\x12\x6b\xfc\x7c\xd0\xf4\xff\xf8\xd3\x6d\x74\x79\xc1\x61\xb4\xaa\xf9\x83\x75\xa3\x28\x8b\x1e\xba\x7a\xb9\x04\x1d\xe0\xee\x70\x96\xf0\x9d\x33\x7d\xad\x9d\x4c\x8b\x6b\x71\x63\x9e\x2f\x2f\x6e\x08\xff\xe5\xf6\xe2\x22\x03\xfd\x94\xc5\x4f\xc0\x50\xb9\x3d\x07\x48\xbf\x3f\xed\xb1\x60\xc2\x28\xb7\x17\x9b\x3b\xf0\x5e\xe9\x43\x62\x96\x9c\x76\x2f\x92\x4f\x8d\xb2\x32\x8b\x43\xb9\xf3\xea\x45\x3a\xaa\x51\x84\x08\x2b\x19\xce\xf0\x18\x7f\xc7\xae\x5c\x9e\x21\xf6\x98\x53\xdf\x81\x42\x2c\xc2\x80\x55\xf0\x95\xe5\x31\xec\x13\xf9\xce\xa0\xae\x8e\x40\xe6\x70\xe8\x0e\x97\x53\x6a\x3b\xe2\x60\x8b\x82\x9f\x2b\xba\xc5\x63\xb0\x06\xa7\xc7\xa9\xed\x3a\x07\xee\x35\xf4\x39\x46\xf5\x1a\xab\xc1\xd6\x37\xee\xab\xb3\x91\x5f\x47\x16\xc2\xa0\x9c\xca\xae\xc3\x5d\x9c\xca\xae\xb3\x06\xef\xe2\xee\x0c\xc3\xa4\xc2\x08\x9c\xdc\xae\xc3\x27\x5f\x93\x8a\xac\x68\xb8\x58\x67\xe5\xe5\xd6\xd9\x3a\xbc\xf7\x35\x54\x05\xf1\xf1\xa7\x99\x15\x42\x4d\xeb\xb6\x90\x2a\x33\x7e\x30\xb1\x85\x1f\x5c\x16\x3b\x7a\xad\x9b\x2f\xae\x90\xc9\xab\x43\xa7\xdb\xa7\x8d\xa6\x4e\x5a\x3c\x5b\xdc\xe0\xff\x61\xca\xf6\xf8\xc1\xb4\xc7\x75\x5d\x37\xd3\x9e\x18\xa7\x69\x8f\x73\x52\x8d\x2c\x8b\x1a\xd6\xa3\x6e\xa6\x3d\xf1\x86\x69\x4f\xf4\xb2\x60\x3a\x41\xc9\xee\x08\xe5\xd8\xf6\x55\x49\xf4\x22\x41\xc6\xa8\xfb\x9a\x8c\x68\x62\x57\xf2\xc6\x49\x0b\x45\x94\xc6\x20\x8c\x47\x8b\x02\x48\xa3\x2e\x3c\x5a\x08\x12\x75\x57\x36\x93\xc9\x17\x9e\x8b\x60\xa3\x75\xf7\x5c\x34\xbe\x30\xd2\x99\x67\x53\x1e\x4c\xb1\xee\xa6\x9c\x05\xd9\x4d\x79\x65\xd8\xa6\x3c\x44\x83\x9a\xbc\xec\x71\x14\xeb\x4f\x57\x2c\x91\x9c\x61\x54\x25\xd9\x8b\xe4\x0c\xa3\x3a\x56\x1b\x28\x43\x4d\x55\x2f\xd0\xe2\xda\xf1\xfc\xe0\x1d\x9f\xf8\xc2\x94\x16\x7e\x58\xab\x4e\x27\x6b\xc7\xd3\xc6\xda\xf1\xb1\x20\x69\xed\xe7\x58\x00\x97\xa2\xc7\xa0\x5f\xf3\xa2\x2c\x26\x38\x1b\x7a\x15\xa2\x40\x55\xf4\x76\xc3\x02\x5c\xb3\xd9\x10\xb3\x93\x7d\x36\x43\x62\xa9\xd9\xe3\x08\x81\xb8\xba\xd8\xfc\xa4\x4d\x63\xb4\x83\x4f\x55\xe7\xbd\xcb\x90\x52\x8c\xd1\x0e\x06\x50\x5d\x5e\x28\x92\x17\x8f\x5a\x84\xd1\x66\xff\x3a\xf1\x5d\xe6\xd8\x38\xc5\x52\xfe\xdb\x5d\x55\x8b\xb1\xea\xc1\xb5\xaa\xf3\xe2\x65\x36\x73\x11\xba\x93\xe9\x2f\xc2\xaa\x33\x0d\x3f\x4d\xb0\x4c\x8e\x4b\x31\xc0\xa9\x33\xe2\xcb\x99\x80\x18\xe1\xed\x3e\x69\x72\xcd\x4b\xcc\x75\xf5\x34\x04\xcb\xaa\xd5\x01\x61\x21\x67\xd4\xea\x4c\x53\x30\x07\x17\xbc\x27\xb0\xbb\x56\xcf\x03\x2c\xca\x15\xf0\x33\x27\x42\xae\xa2\x1d\x05\xa5\xba\x04\x7e\x54\x46\x1d\xb5\x1a\x97\x4f\x13\x76\xe6\x42\x8a\xc1\x75\x99\x83\x5b\x4d\x1b\x1b\x5c\x11\xe9\xf3\xd3\xa9\xb1\x28\x71\x13\xd5\xe6\x3d\xc0\x31\x6c\x6b\x0f\xc4\x04\x36\x23\x8a\x3f\x9f\x98\xf8\xc2\x1b\x6b\x13\xc4\x04\x36\x13\x5f\xf9\xc1\xc4\xb3\xbf\x9b\xd7\x39\x2e\x81\xda\xb4\x8e\x1c\xc4\x66\xd2\x38\x55\x2b\xca\x3d\x6e\xc0\xda\x94\xa4\x13\xee\xdb\xd6\x32\xc6\x0b\x7d\x2d\x63\xbc\xd1\xad\x39\x70\x4b\xf4\xb5\x48\xfc\xa0\x71\x0e\xb6\x57\xf7\x22\x71\x17\x29\xf4\x7d\xc7\x14\x51\x85\xb9\xdb\x07\x47\xc2\x99\x9d\x50\x44\xab\x30\x77\x3b\x08\xe6\xaa\xa0\x9b\x1d\x03\x52\x55\x74\x3c\x50\xd4\x3a\x9c\x90\x12\x76\xaa\x04\x79\x3b\xca\x6b\x55\xfd\xd2\x7d\x70\x2e\x86\x33\x73\x72\xda\x7f\xaa\x5b\x05\xa5\x5c\xe5\x84\xdb\x07\xd7\xd7\x30\xad\x3b\x9d\x74\x7d\x41\x1f\x26\x95\xbb\x69\x98\xd4\x50\x60\xeb\x50\xbc\xc4\x67\x10\x0b\xec\x19\xa4\x8f\xb5\x68\x74\x7a\xbb\xd3\x98\x4f\x65\xe1\xdb\xc7\x87\x76\x67\xb9\x0a\x59\xa8\xaa\xe6\xe9\x4e\x6e\x81\x3a\x05\xab\x64\xdc\x52\x08\x27\x71\xc3\x75\x9a\x74\x5a\x70\x88\x44\x98\x25\xeb\x5c\xa4\xc7\x64\x49\x1f\x1c\x80\x83\xeb\x5c\xb4\xd3\x86\x69\xe7\x6e\x99\x6b\x99\x69\xe3\x54\xaf\x74\x72\xe9\x99\xff\x17\xe9\xbc\x60\xd2\xb9\x9e\xa4\x10\xee\x44\x34\xd4\x63\xed\x83\xa0\xec\xf0\x3e\xd8\xf8\xc1\xfb\x00\x1e\x21\x85\x70\x27\xa6\xad\x4a\x21\xdc\x41\x0e\xd7\xa3\x69\xd1\x82\x54\x87\x07\x11\x53\x56\x0f\x05\x2d\x7c\x9a\x9c\x02\xd0\xc7\x30\x0f\xad\x3a\x27\xe0\x50\x8c\x0b\x33\xf3\x53\xec\x2a\x50\xa5\x7a\x3a\x2f\x29\x54\xac\xd4\x52\x83\x1f\x8a\x7f\x88\xb9\x5a\xa9\xa5\xc2\x0a\x50\x4f\x67\x2a\x65\x67\x39\xb7\x14\x91\x35\x55\xa8\xbe\x44\x68\x4d\x55\x72\xa9\xc2\x30\x4f\xc7\x01\xd0\x82\x2b\xfe\xcd\x3f\xb9\x93\xaa\xb4\xbe\x44\xa4\x4f\x3d\x8d\x52\xe6\xc0\x5d\x2b\xe6\x25\xb6\xcc\x65\x83\x11\xd7\xeb\xe5\xd4\xa4\xa1\x8e\xd4\x6b\x4d\x44\x4c\xdd\xe5\x89\x40\xf2\xba\x3c\x11\x6c\xdd\xcb\x13\x31\x68\xd4\x29\x5b\xc3\xb2\x57\x2f\xa7\x6c\x65\x3d\x2f\xaf\x1f\x4d\x9c\x7e\x81\x26\x1c\xcd\xc3\xc0\x8d\xc8\xe6\x08\xae\xf0\x9e\x20\xf5\xf6\x0a\x47\x0f\xb7\x01\xda\x70\x5a\x69\x77\x09\x03\x6e\xbd\x9d\x99\x2e\x26\x5f\xca\xdc\xc0\x21\x5c\x57\x3c\x10\xa2\xc7\xed\x1c\x23\x48\x02\x0e\x08\xc2\xbc\x55\x6f\xa7\x62\xe4\xda\xb9\x5d\x88\x89\xeb\x50\x95\xa4\x30\x94\x57\xa9\x7f\x09\x57\x41\xbd\x9d\x95\x95\xab\xec\xb1\xb4\xcd\x22\x3e\x26\x8d\x45\x7c\x9c\xa6\x95\x9b\xeb\x31\xf6\x1c\xb1\xea\x71\xd6\x3d\x2e\xa2\xc7\xa4\x20\xe5\x3c\xce\x7b\x16\x03\xff\x29\x8c\x15\x6b\x74\x7d\x1c\xa2\x82\x88\xb2\x4a\x4c\x71\x07\xcb\x9b\x97\x30\x68\x57\x01\x04\x2b\xa9\x02\xea\xb3\x48\x8b\x4f\x5e\x27\x9c\xe5\x8d\x77\x91\x16\x33\xfc\x9a\x34\x84\xb9\xd7\x5a\x54\xe7\x8d\xe6\xb4\x1b\x41\x9a\xea\xc4\x62\xa9\xa8\xef\x5a\xb5\x18\xb9\x52\x6e\x35\x8e\xfa\xab\x28\xae\xc9\xff\xa7\xfe\xa7\xc1\xcb\x74\xf0\x82\xf1\xe0\x2c\xd1\xeb\xfc\xb2\xac\xc8\x4a\xca\x15\x73\xd1\x36\xe7\x97\x8d\x8d\xd1\x36\xe7\x97\x8d\xad\xd3\xa4\x40\x96\xfc\x79\xa3\xf8\x8d\x11\x3f\xb8\x4c\x66\x8c\xa3\x6d\x8a\x17\x88\x63\xd6\x54\x24\x36\x52\xf0\x8d\xb6\x39\x5e\x2d\x26\xaf\x6d\xa6\xb4\xc4\xb3\x28\x9d\x8c\xf2\x72\x0f\xb4\x68\x07\xfc\xe0\x0b\x09\x6b\xb8\x54\x9b\x74\xc1\x8a\x09\xb1\xfd\x74\xc1\x1a\x89\xfd\x47\x53\xfe\xf4\x19\x79\x3d\x47\x73\xe6\x82\x48\x88\x37\x9a\x74\xbd\x92\x3f\x4d\x74\x65\xd4\xab\xf1\x3c\x1c\x45\x17\x53\x23\x5d\x2f\x6f\x95\x51\x1c\xfa\x82\x3e\x8c\xe0\xcf\x34\x71\xf9\x0b\xfa\x78\xfc\x43\xcc\xae\x74\xbd\xbc\xc5\x41\x6c\xc9\xf9\xac\xe2\x48\x34\xf9\x05\xf3\x16\x02\x75\x4b\x2b\xe3\x4b\x34\x9a\x5c\x15\x34\x0e\x62\x93\xfa\x97\x88\x9d\x6c\x4a\xd5\x95\xb7\x4a\x2f\x2b\x8d\x70\x8c\x43\xfa\x5f\x26\x80\xbb\x25\x3b\x5a\x58\x94\xb4\xa8\x0f\x6a\x93\x33\x0f\x17\x7e\x70\x99\xd0\xc4\xd0\x6f\xcd\x0f\xcf\x8b\xfa\x58\x57\xe9\x83\x8d\x98\x87\x26\xf5\xef\x13\x39\xdf\x94\xbe\x20\x63\x53\x6c\xd2\x07\x73\xfa\x5b\x3a\x85\xa6\x4c\xbb\x19\xbc\x51\x53\x25\x5a\x90\x15\x4d\x95\x68\x3f\xe9\x93\x9a\xb2\xac\x7f\x32\xc3\x35\x69\x93\x9f\xe4\x02\x2d\x3b\x1c\x26\xb4\xf1\x26\x75\xf2\x93\x1e\xa0\x29\xad\x3a\x08\x88\x26\xf5\xf2\x93\x92\xab\x49\x9b\x2c\x78\x0f\x9a\x12\xf6\x66\xe0\x74\xad\xd8\x72\xbf\xd1\x86\x86\x01\x5e\xb5\x49\x9d\xcb\x20\xee\x5a\x71\xc0\x4a\x0c\xbc\x18\x7d\x1f\x4d\x0a\xf1\xf7\x59\xae\x2a\xb8\x23\x7b\xd3\x08\x3f\x76\x91\x11\x7e\x61\x6e\x69\x55\x61\x65\xec\xfe\x6a\x70\x1d\xcf\x42\x2e\x7d\xda\x3b\xff\xfb\x5f\x26\x34\xb6\x55\xb9\xa1\x12\xff\x3f\x7a\xe6\xff\x57\xcf\xd1\x5e\xb3\xb5\x38\x38\x64\x6b\xb6\xef\xb0\x9f\x96\xfe\xc5\x5a\x2d\xfd\x8b\xd5\xfc\xa7\x7f\x05\x11\x4d\xa2\xfd\xa7\x93\x25\xde\xd2\xc4\xf4\xd9\x89\x1d\xe2\xba\xb2\x58\x91\x5a\x73\x04\x22\x4d\x0a\x81\x85\xc6\xdb\xda\xab\xa8\x85\x78\xee\x8a\x72\x08\x55\xaa\x39\x25\x6f\xe7\x79\x29\xd5\xb1\x32\xdd\x90\x74\x1a\x10\x24\x9d\xcd\xd1\x85\xb6\xe6\x90\x74\xa1\xab\x39\xcc\x5d\xe9\x84\x58\xc9\xae\x20\x02\x78\x4c\x17\xd8\x9a\xfd\xda\x6d\x0c\x86\xd3\xa9\x42\x2c\x81\x20\x6d\x08\xdc\xc9\xb4\x0e\x21\x5d\x99\x77\xc1\x10\xa3\x96\xd4\x68\x43\x60\x55\x4e\xc8\x50\xc8\x63\xc8\x12\x4d\xb9\x71\x89\x94\x6d\x43\x60\xd5\x70\x3d\xb4\x29\x68\x75\x98\x2e\x9a\x52\xe3\x12\x88\xda\xe6\x9a\xb1\x18\x80\x60\x87\x58\x67\x9a\x62\x99\x3e\x7b\x7f\x9a\x20\xde\x17\x41\x30\xa2\x69\x82\x62\x86\xa6\xd0\xb9\x8d\x67\x61\xaf\x59\x91\x29\xec\x35\x2b\x30\x4d\x60\xac\xe0\x14\x81\x21\x2e\xb4\x29\x02\xe1\x9d\x87\xef\x2f\x2e\xd5\x43\x14\xb2\xb5\x0f\x1f\xce\xe8\xe0\x30\x81\xfc\xaf\xc3\x19\x7a\x42\x3b\x4c\x60\x10\x74\x88\x20\xae\xa6\x43\x04\xc1\xde\x0f\xc1\x8d\xb9\x61\x0f\xaf\x60\x0c\xd8\xa1\x4b\x04\x2f\xb7\x43\x89\x67\xa0\xd8\x30\x42\x66\xec\x54\xf9\x33\x96\x5c\x49\x0d\x3a\x98\x99\x76\x0a\x38\xf9\x69\x40\xc0\x49\xa6\xf4\x34\x7b\x89\x25\x3a\x0d\x8d\xe5\x7b\x21\x43\x59\xb2\x53\xc0\x49\xf6\xe8\x29\xf6\xf3\x19\x80\x80\x93\x9f\xf6\x84\x83\x64\x06\x2e\x01\x3d\xd9\x83\x97\xb0\xbb\xf4\x27\xd4\x62\xfa\xfc\xef\xf1\xff\xc9\x9c\xd7\x2e\x25\x11\x62\xbd\x2f\xa1\x42\x3f\xcf\x26\x2e\x66\xef\x32\x2a\x34\x88\xbb\x4c\x5c\x6c\x8f\x4b\xb8\x5f\x88\xbd\x84\x02\xfd\xfc\x2f\x9c\x2f\xcb\xff\xd3\x4b\x32\x9a\x4e\x13\x42\x91\xd0\xf5\x76\xff\x88\x89\x22\x38\xa3\x09\xa0\x88\x66\xdb\x6e\x79\xb7\xd9\x0e\x02\x24\x92\x18\xa3\x09\x90\x48\x0e\xa1\xf6\x53\x49\x32\xa1\xe5\xed\xa7\x91\x0c\x72\x20\xb5\xdb\x77\x01\xcf\x97\xfe\x0f\xfa\x85\x41\x9c\x9f\xf1\x3e\x7a\x3f\x16\x4f\x18\x44\xd2\x2a\x34\x61\x0c\xe7\xe7\xd9\xf4\xc4\xf8\x1f\xd3\x13\x8b\xa9\xf4\x04\x20\xcb\x9b\x30\x85\x24\xfe\x68\x3f\x3d\x64\x90\x71\xa3\x3d\x1e\x3f\xdf\x9f\x7a\x8e\xf1\x08\x53\x48\x6a\xd3\xf6\xd3\x42\x32\x7a\x61\x7b\x5c\x6d\x0b\x79\xf4\x95\x23\x13\x06\xf5\x7a\x82\xa3\xc1\x57\x4e\x97\xce\xb3\x10\x0f\x9c\xcf\x57\x18\x8f\xb0\xad\xb5\x57\x88\x07\x38\xee\x2b\xcc\x07\x02\xc5\xeb\xcb\xf5\x5f\x7b\xfd\xa7\x09\x64\x0c\x2a\x7d\x93\xd7\x6c\xf0\x6c\x60\x0e\xcf\x1a\x6f\xdc\xbd\x7d\x13\x26\x25\x34\x8b\x2e\x48\x1f\xa6\xa8\xbe\x0d\x3d\xd7\x78\x16\x42\x63\xf0\xff\xa1\xef\x73\x3c\x1b\x9a\xc6\xff\x82\x29\x85\xb0\xd1\x37\xa1\x27\x06\xcf\x42\x4f\xc4\x0d\xd2\x77\xa7\x17\x8e\x8b\xbc\xaf\x04\xbc\xb1\x84\x7d\x17\xec\x26\x6e\xdd\x2e\x67\xcf\x04\x1c\xd1\x77\xb9\xc8\xe3\xd6\xec\x76\xe5\x60\x59\xe9\x0a\x19\xda\xb0\xea\x75\xe7\x1e\x40\x99\xef\xbb\x5c\xe4\xa1\xf0\x76\xbb\x72\x30\x52\x74\x7b\x6e\x10\xe3\x7a\x5a\x42\x4d\xf4\x9a\xe4\xda\x0f\x83\x41\x4f\xce\x1a\x14\xda\x51\xb7\x2f\x07\x2b\x54\x97\x2f\x87\xa0\x83\x6e\x4f\x0d\xf6\x97\x9e\xe4\xe6\x0e\x41\xac\xdb\x51\x43\x22\x88\x9e\x9c\xec\x78\xa3\x8f\xdb\x3f\xd0\xc7\x22\x24\x3a\xb1\xa3\x06\x63\x59\xb7\xa3\x06\xab\x5e\xcf\x5e\x80\x38\xc3\x3d\x2f\x4a\xf8\x44\xce\xfd\xc2\x0b\xd5\x4d\xc4\x12\x65\x25\xb4\x08\xb9\xa5\xcb\xb3\xb3\x61\x88\xed\xd9\x94\x04\x1f\xea\x59\x1e\xfb\x42\x0b\xa6\x6c\xa7\x89\xc7\xa3\xe2\x0d\x61\x14\x42\x89\xee\xc5\xfe\xf9\xd0\x08\x7a\x59\x89\xab\x83\xb0\xb2\x76\x16\x6f\x38\x39\x4a\x70\x9f\x2e\xe7\xcd\x86\xcc\xd8\x8b\xbc\xda\x61\x08\xec\x06\xdd\x0d\x9a\xb4\x63\x2c\x8e\x77\x5f\x39\x09\x58\xc3\x95\x93\x80\x4f\x56\x4e\x82\x3e\xff\x72\xff\xf4\x95\xb0\x80\xf3\x55\xe5\x21\x0c\x93\x6b\xaf\xf6\x10\x86\x10\xda\xab\x77\x55\xec\x80\x6a\x0f\x61\xe3\x8b\xae\x16\x82\xc6\x6a\x07\x61\x67\x84\x53\x2f\xd0\xa2\xfd\x83\xc1\xd3\x7a\xb5\x5f\xae\xd3\x84\x7d\xa3\xec\x10\xe7\x11\x26\x85\x4f\xaf\x6b\xa2\x62\x3d\xab\x27\x0a\x46\xd0\x36\xf5\x1a\x2f\xb4\x35\x4f\x31\xee\xa5\x35\xb0\x95\x9b\xbd\xbe\x9c\xb0\x26\x07\x38\x9c\x63\xe5\x15\xe6\x14\xff\x94\x84\x42\xa2\x96\xde\xec\x0a\xe5\x10\x37\x93\x3a\x68\xd2\x78\x8b\xb0\x79\xf4\x66\x52\x07\x9f\x2c\x52\xe9\xd5\xa4\xc2\x72\xdb\x22\x35\x86\xa1\x42\x49\x75\x32\x19\x52\x24\xc6\xf6\x79\xc3\x50\x07\x78\x5c\xb7\xc7\x3b\x7a\xed\x8b\xf6\x98\xbe\x6e\xe7\x7f\x2c\x7b\x37\xed\x9d\x3e\x4c\x3b\x2d\x3a\x8f\x54\x88\xb6\xbd\x2f\xda\x69\xc2\xcb\x0c\xed\xdd\xe6\x9c\x10\xbd\xba\x9d\x38\xe4\x46\xe8\x4a\x9d\x46\xb6\xcf\x3e\xec\x5c\xe5\x7f\xeb\x75\x6c\x25\xfb\x70\x08\x02\xe8\xf2\xe1\x0c\x24\xf2\x3e\xec\x57\x63\x2a\xec\xc4\x21\x5f\x42\xb7\x13\x07\x9c\x7f\x97\xd3\xa6\x7f\x7b\xb1\xc7\xf4\xf3\x89\x3c\x6d\xdc\x82\x76\xd1\x60\x1b\xe8\xd3\x2e\xc2\x90\xe3\xfb\xb4\x8a\x1a\x62\x6e\x9f\x8b\x94\x98\x2e\xbb\x60\xc8\xeb\xd0\xa7\x47\x1e\xc2\x5c\xb7\x0b\x86\x4c\x0e\xdd\x1e\x17\x22\x6c\xfa\xb4\x8f\x10\xea\xa7\xdd\x4d\x6c\x15\xfb\x5c\xc0\xcc\x77\x61\xf0\x08\x52\xee\xf3\xd5\x94\xc7\x28\x54\x96\x16\x3f\x50\xb7\x3b\x05\x48\x51\x3f\x96\xae\xcd\x1b\xd5\xc8\xb7\x18\x84\x53\x21\x7f\x08\x39\xec\x29\xa2\xd3\x43\x9e\x22\xd6\xd9\xd9\xd4\xb0\x68\xf6\xc3\xae\xa2\xcf\x30\xec\x2a\xca\x7c\x62\x57\x11\x57\x80\xf3\xad\x7d\x44\x8d\xd3\xde\x07\xee\x43\xe7\x5b\x23\xa2\xa4\xff\x54\x93\x4a\x18\x61\x77\xbe\x35\xf2\x8f\x74\xe7\x5b\xc3\x8e\xda\x4f\xfb\xcd\x10\x1e\x9c\x6f\x8d\x64\x4d\xfd\xb4\x61\x81\xcb\xcc\x09\xd8\x30\x0e\x76\xe7\x58\x63\x32\x4e\x4f\x46\xac\xc0\xb9\x26\x83\x51\x78\x32\x3e\x84\x78\x32\x3e\x9f\xac\xc9\x88\x1f\x9c\x65\x2d\xc4\xc6\x7e\xb9\x1a\x10\xfb\xe2\xf2\x5c\x84\x99\xaf\x5f\x76\x9b\x15\xde\x58\x93\x11\xe3\xbe\xd6\x64\xc4\x3a\x5f\xf6\xa3\xc5\x38\x2f\xb9\xcd\xf2\x9f\xe2\x60\xfb\xb5\xa6\x85\x21\x7b\x93\x20\xdf\x5c\x9a\x97\x4f\x77\x9e\x17\xae\x70\x79\x69\x3e\x29\xc1\xfb\x2d\xbf\x28\xa2\xdf\xad\x54\x72\x08\xab\x8a\xcf\x4a\x1f\xb9\xe2\xb6\xc1\x94\x0b\x5b\x5e\x99\x06\x9a\xb7\xdb\x2b\xf3\x91\x37\xed\x95\xf9\x08\x87\xf6\xca\x7c\xe6\xfa\x36\x34\x9f\xf3\xe0\x3c\x6d\x1f\x29\xcb\x6e\x1a\x3c\xa5\x5d\x89\xdb\xd2\x67\x2a\x6f\xaf\xf0\xa7\x8d\xd7\x9f\x44\x2f\x8f\x3c\x50\xdc\xba\xcf\xba\xff\x62\x41\x9f\xe5\x81\x0a\x62\xed\xa6\xf9\x88\x72\xcf\xa2\x3e\xe6\x4f\xc0\xbe\xf4\x11\xb3\xec\xc8\xf9\xc8\x76\xcf\x72\x3a\xc6\x84\x3d\x6b\x3a\xf8\xe1\x70\x1b\xf4\x62\xea\xb9\xa9\x7f\x3a\x54\x2d\x9f\x4e\x4c\x3c\x82\xee\xb3\xcc\x52\xfc\x20\xef\x1b\x4d\xbe\x49\xcf\x31\x17\xef\x5a\xd7\x98\x8c\xd7\x94\x71\xb2\x55\x08\xa5\x11\x3e\xd0\xe5\x95\x21\xe2\xa4\xbf\x76\xa5\x31\xe1\x72\xcb\x00\xdb\xee\xaf\x1d\x50\xa1\x7a\xf7\x9f\xa6\x45\x45\xda\xd1\xed\x84\xc1\x13\x34\xec\x84\x21\x24\x63\xd8\x09\xc3\xfe\x1c\x9b\xdd\x4d\x8d\x1f\xec\x49\x0b\x0e\x35\xe4\x95\x69\x18\x6f\xc7\x26\x37\xe2\xe7\x0b\xbb\xda\xc2\xa2\x30\x36\xfb\x9f\x1a\xbd\xda\x6b\x18\x06\x8e\xb1\x99\xd4\x46\x27\x76\xb6\x85\xc9\x64\xd8\x31\x83\xdb\x70\x6c\x72\x23\xc6\x41\x1b\xf2\xcb\x14\xd0\x2c\x43\x6e\x97\x04\xe7\x1c\xbb\xfd\x64\xc1\x28\x87\x12\x42\x27\x8e\xf7\xd8\x57\x81\xb0\x2d\x7e\xb0\xff\xa8\xd0\xa8\x6b\x1f\x31\xa3\xcb\xad\xc2\x38\x76\x27\x3c\x84\xd8\x5d\x15\x0c\xe3\x10\x8c\xe5\x55\x81\xd6\x9f\x1e\x56\x11\x73\xc6\x4f\x0d\xab\xc4\x56\x8d\x9f\x1a\x56\xa3\xe4\xec\x18\xd2\xc2\xf2\xc6\x84\xdb\xa5\x02\xca\x7d\xd8\xa5\x82\x4b\x6a\xc8\xa5\x52\x09\x33\x1b\x52\xd4\x32\x1c\x7f\x2c\x97\x4a\xe3\x87\xc3\x6f\x04\xa5\x69\x91\x1e\xb3\xf5\xcf\xc7\x42\xa3\xb7\x2d\x89\x8c\x63\x79\x23\x62\x09\xe4\x64\xc9\xa0\xa9\x86\x4b\xa6\xc0\x2f\x87\x8a\xdd\x12\xac\x36\xec\x74\x41\x8a\x19\x76\xba\x20\xb0\x0d\xa9\x6e\xb9\x7c\xde\x68\x2a\x9f\xc6\x0b\xab\x9e\x23\x7d\x0c\xff\x10\x13\xa8\xf2\xb6\x08\x1c\xe3\xa7\xca\x55\x4c\x62\xc3\x6e\x16\x4c\x04\x43\xf9\x1d\x32\x28\xc7\x61\xbf\x0b\x00\xd0\x91\x5f\xbf\x11\x4b\x60\xe5\x2e\xee\xb2\xa1\x8c\x0f\xe0\xea\x87\x51\x7d\xbf\x8b\xe0\x0f\x57\xd5\x28\x36\x1a\x05\x49\xc5\x0e\x30\x66\xda\x3e\x9a\xf2\xf9\x41\x52\x7f\x61\x3c\xca\xdb\x0f\x27\x50\x92\x86\xfd\xf3\xbe\xce\x13\x76\xb8\xa1\x44\xd3\x44\x56\x8e\xaa\xf0\x7a\x26\xf1\xa7\xb5\x8d\xa8\x9a\x35\x86\x7c\x32\x51\x65\x6b\x0c\x85\x4f\x01\xf5\x18\x55\x66\xa4\xcc\xf7\x16\xde\x99\xc2\x9f\x8e\x56\xc8\x71\x31\x7e\x1a\x59\x01\x2c\x3c\xaa\x79\x32\x07\x49\xb0\xb9\x0f\xee\x70\xfc\x14\xb0\x42\xf6\xc0\xf1\xd3\xbf\x2a\x82\xe6\x68\xae\x34\x1e\x5b\x5c\x3e\x9b\x8f\xe9\x7b\x38\x41\x1d\xd1\xce\xa3\xd9\xdd\xc1\xb3\x38\x06\x1b\xa3\x29\xbf\x0e\x67\xb9\x29\x71\x08\x67\xb9\xc9\xfd\x51\xe9\xd1\xc6\x79\xbe\x7f\x7c\x84\xf8\x41\x89\x43\x42\xf7\x1e\x5d\xb9\x32\x42\x77\x1b\x5d\xc6\xfa\x10\xbf\x47\x97\xb1\x9e\x83\x2e\x7f\x0d\x19\xf5\x86\xd2\x4e\x94\xc1\xff\x32\xbe\x4f\xda\x57\x2e\x8f\x50\xe3\x46\x57\xae\xd3\x50\x50\x47\x97\xf7\x20\x74\xde\xd1\x3d\xbe\xf8\x7f\xc8\x5d\x12\x42\xdd\x18\xf2\xe4\x85\x75\x61\x38\xf1\x34\x69\xa9\xc6\x70\xca\x77\xb8\xf2\x50\x9a\x05\xd6\x60\xc8\x98\xde\xe9\x41\xf6\x66\xf6\xa1\xf3\x4a\x30\x23\x43\x39\x03\x58\x82\xa1\x24\x04\x93\x67\x3b\xf0\xc3\xc0\x3d\x84\x65\x1b\x9f\x6d\x32\x65\x7e\x0f\xdd\x6b\x38\xb1\x04\x8b\x3e\x65\x7e\x67\x0e\x9d\x48\xa2\xf3\xbd\x2c\xea\x2c\xba\x13\x49\x30\x67\x53\x16\x75\xd6\xcc\x89\x24\x58\x63\x25\x92\x20\xfc\x61\x38\x91\x04\x73\xe8\x44\x12\x28\x33\x63\x3a\x3f\x38\xec\xc0\x99\x24\xe0\x78\x53\x0e\x07\x56\x45\x3e\x9f\xf6\x99\xb4\xc3\x24\xc7\x90\x0f\x1f\xf6\x68\xc0\xa9\x25\xd8\x46\x87\x49\x8a\x45\x71\xea\x88\x90\x51\x87\x53\x45\xb0\xaf\x9d\x2a\x02\xee\x72\x78\xd1\x78\x76\xfc\x0e\xfb\xf0\xa7\x29\x65\x24\xb2\x71\xca\xca\x0e\x53\x3f\xc5\x5d\x90\x5b\xe4\x92\x01\xaa\x3a\xe4\x92\xa1\x92\xd5\x90\x4b\x06\xc8\xf2\x90\x4b\xe6\xc3\x2a\x4e\x59\xd1\x43\x3a\x1b\xa7\xbc\x00\x21\xfd\x8e\x9f\x7e\x33\xc0\x58\x0f\xa9\x37\x15\x23\xd5\x50\xe6\x09\xaa\x21\x0c\xa9\x26\xe5\x73\x4f\x09\x13\xd6\xb6\xcf\x17\x1a\x12\xdc\x48\xb9\x21\xd0\x25\xc6\x25\xbb\x34\x47\xef\x92\x5d\x7a\xd2\xa0\x38\x34\x00\x8e\x71\x2b\x38\x12\x06\x7a\x2b\x70\x30\xd4\xd1\x21\xcf\x0a\x9a\xe3\xb8\x15\xfa\x58\xfe\x94\x8e\x6e\xd8\x0d\x13\xf6\xb1\xb1\xdc\x30\x74\x26\xab\x7b\xe6\xd9\xec\x3d\x26\xf0\x96\x97\x80\x8b\xfd\x36\x75\x0c\x46\x2e\xf9\x0c\x31\x8a\x0c\xe5\xbe\xbc\x65\x75\x0f\x6b\xd1\x90\x1b\x06\x15\x76\x3c\x8a\x7d\xe5\x7e\x7b\x5c\xd8\x07\x59\x4e\x7a\xc2\xf6\x11\x75\x1f\x19\xdd\x99\x3e\x07\x04\xa5\x4f\x93\xb6\xe0\x72\x45\x3d\xb6\xe0\x22\x28\x3c\xb2\xe0\x22\x34\x39\x22\xe8\x23\x89\xbd\x0a\xa0\x82\xdf\xbf\xb2\x3b\xc3\x7b\x5e\x5f\x30\x9c\x4c\xc7\xff\x7c\x44\xb7\x77\x0d\x9b\x26\x3d\xec\x98\xb8\xd7\x26\xf6\x18\xf5\xbb\x5c\x05\x31\xd3\xef\xa2\x8b\x41\x2c\xba\xe8\xf4\x56\x13\x7c\xb1\xe8\x8c\xa9\x79\xed\x43\x0a\x3b\xda\x94\x22\xf1\xc9\x26\x38\x95\xa8\x01\x11\x6a\x6e\xf2\x25\x84\x34\x3e\x05\xdd\xda\x80\xc0\x4e\x69\x09\x1b\xb8\xe5\xa9\x14\xd2\xe4\x24\x9b\x0e\xed\x01\x8a\x3f\x7f\x4a\x42\x21\x49\xd9\x74\x64\x0f\x60\xdf\xe9\xc8\x1e\x30\xdd\xd3\x81\x3c\xe0\xc2\xe7\x2e\x0b\x6d\xe2\x79\xf7\x17\x31\x6c\x41\xb3\x36\x80\xb9\x73\x57\xb4\x4a\x6c\x9a\xb9\xaf\x61\x8f\xf8\x41\x81\x7b\x95\x16\x8c\x78\x0f\x6e\x3e\x77\x1b\xe6\x62\xe7\xce\x64\xa9\x24\x5a\x48\x36\xd4\xc5\x0d\x35\x93\xed\x5b\x71\xf2\xa7\xd3\x2d\xa4\x4f\x13\x55\x4d\xc4\xec\x27\x1b\xee\xe2\x8a\x98\xc9\x86\xbb\x41\x27\xb6\x30\xc6\xf9\x9d\x49\xd8\xfe\xcc\x17\xca\x28\x1e\xe7\x75\xba\xfe\x21\x99\x2c\x66\x5a\x74\x04\x61\xd9\x51\x0a\x71\xaf\xcd\x6c\x5b\x6a\x5c\x8c\x33\xdb\x70\xc7\x0b\x36\xe8\x54\x7e\xb0\xfd\x26\xce\xc3\x94\xec\xce\x89\x9b\xd9\xb6\xac\x38\x61\x33\xdb\xa0\x13\x94\x67\x5b\x64\x18\x94\x2d\x32\x95\x17\x54\x0c\x00\xba\xf2\x32\x63\xc4\x0f\x8e\xaf\x21\xe7\xc9\x2c\xb6\x43\x85\x06\x37\xe5\x64\xf9\xa4\xa4\x9f\x2a\x61\x0e\xa3\x98\xc5\x36\x89\x38\x61\x53\x11\x33\x1d\xcb\xea\x2c\xb6\xc8\x7c\x3e\xb1\x09\x82\x03\x53\x6c\x80\xc9\xf4\x6a\x6d\xaa\xd2\xa8\xed\x2d\x71\x6c\x67\x5d\xc6\xc3\x68\xa3\x2e\x73\x4a\x90\x22\xd7\x4a\x85\xdf\xcc\xaa\x6a\xc0\x9d\x26\x8c\xf0\x6d\x7c\x61\x5d\x3d\xc4\xab\x59\xad\xab\x87\x74\x33\xab\x35\xf1\x4f\x1b\x86\xbd\x86\x84\x36\xab\xcc\x10\x9f\x26\x5e\xa9\xea\x31\xcc\x9f\x9c\x5e\x3f\x7d\xae\x54\xd2\x9f\x17\x96\x11\xe2\x4f\xc0\xba\xd9\x96\xa2\xcf\xe7\x45\xa0\xce\x58\xe1\x95\x66\x3a\x74\x9d\xd9\x6c\x09\x88\xbb\x61\xb6\xa5\xfd\xd2\x84\xe0\x94\x90\xe4\x44\xd4\x1b\x34\x35\xd5\x3c\x66\x56\xda\x52\xfb\x21\xca\x00\x43\xa6\xa9\xb9\xce\x41\x6c\x4c\x79\x4c\xf2\x67\xaf\x77\x15\x3e\x08\xe3\xe6\xec\xd6\x74\xe9\xb3\x17\xff\x10\x4d\x2a\x32\xe6\x53\x5c\x68\x76\xeb\xf9\x10\x26\x07\x48\x06\xb0\x3d\xbb\x55\xd9\xc2\x1b\x8f\xa0\x7a\x34\x21\x57\x4f\xc8\xe7\x73\xa5\x23\x80\xb5\x0c\xe5\xef\x84\xb3\x0f\x89\x8a\x30\x96\x9f\xc4\x9f\xb1\x84\xcd\x51\xff\xfb\xdf\x44\x55\x9e\xa3\xc9\x52\x16\x64\x4a\x01\x28\x1f\xaa\xc6\xda\x82\xf4\xb8\x8c\xf7\x74\xa1\x54\xbb\x1b\x1c\x73\xe5\xab\x8e\xc9\x1f\x42\x08\xb1\x3a\xd3\x11\xc5\x21\x6d\x4c\xe7\x86\x63\x7d\xe5\x0a\x69\x18\x48\xa7\x64\x7a\x7c\x0e\xf3\x27\xd3\x67\x6c\x9b\x53\x32\x3d\x3a\xc3\x94\x4c\x8f\x3b\x66\xfe\x64\xf6\x89\xfa\x3f\xa7\xc4\x1b\x16\xd7\x89\x08\x3e\x8c\xcc\x65\x68\x88\x71\x9f\xce\x44\x40\x16\x86\xe9\xc4\x03\x1f\x56\xe6\xc4\x03\x84\xe9\x4c\xd7\xa1\x21\x7a\x68\x3a\xf1\x00\x31\x35\x73\x39\x46\x1a\x3f\xb4\x1f\x8b\x66\x3b\x1c\x6b\x35\x68\xc2\x93\xdf\xe9\xd5\x17\x47\x8c\xf3\x50\x48\xcd\x67\x98\x76\x0d\x34\x46\x65\x8e\xdb\x68\xd2\xae\x01\x06\x71\xda\x78\x1a\x73\xe1\xc0\x12\xec\x2d\x73\x15\x2d\x0f\x7d\x64\x9e\x36\xcc\x71\xa4\x4f\x03\xbb\x63\x14\xa7\x75\xa4\xcf\x17\x02\x00\x43\xd7\xe9\x3a\x24\x2c\x80\x24\xfa\xfc\x61\xd1\x72\x58\x00\x6c\x9a\x72\x58\x7c\x80\x6c\xf3\x72\x61\xbf\x50\x55\xa7\x23\x2c\xb8\xff\x6e\x81\x27\x39\xc0\x4e\xd1\x0c\x37\x56\xee\xb5\x8f\x54\xa5\xdc\x6b\x89\x7b\xff\x96\x62\xc8\x8d\xfb\x93\x91\x27\x2e\xd4\x69\xa8\x12\x1c\xe4\x27\x13\x4f\x82\x8a\xe7\xb3\xe9\x39\xc6\xf7\x93\x91\x27\x31\xdc\xf3\x49\x7a\x0e\x82\x1e\xe1\x54\x60\x51\x4f\xd1\xff\xd1\xfe\xe3\xa3\x1c\xe3\xf9\xc9\xd8\x13\x8f\xed\x7c\xd6\xe6\xa1\x41\xa3\x26\x0a\x23\x72\xc5\x57\xf6\xdb\x12\xba\x61\x50\x16\xba\x89\xc8\x9a\x2e\x4a\x4e\x74\xda\xb4\x90\x4d\xd4\xd7\x7c\x2d\x77\x70\xba\x7f\x52\x76\x2d\x34\xf1\xae\xfd\xc4\x0f\xb6\xfc\x72\xdc\x7f\x42\x75\xa5\xd0\xe8\x7c\x6d\x4f\x83\x41\xbc\xae\x44\x90\xff\x94\x7c\x68\xaa\x44\x39\xa6\xe7\xf9\xda\x10\xfa\x69\xee\x35\x1b\xfe\xf7\xc3\x61\xcb\x7c\x70\xb4\x63\x13\xce\xb6\xf3\xbf\x0c\x4f\xc1\xd1\x0e\x55\x58\x04\x89\x7f\xb8\xa0\x62\x10\x70\x6c\x42\x81\xc6\x1d\x78\xfc\x44\xe1\x54\x62\x8a\x8e\xed\xc7\x21\xa9\xf2\x76\xb8\x9e\x4a\x48\x98\x87\x8a\x8a\x53\xb5\xed\xd8\x65\x57\x0a\x0e\x7b\xec\x59\xff\xef\xf1\xac\x8c\xbb\x93\xff\x9b\xfe\x8f\xf1\x2b\x49\x32\x35\xcf\x0e\x17\x15\x9f\xb4\x2f\x03\xc1\xa0\xbd\xcb\x39\x54\x82\x80\xdd\x66\x1d\x06\x68\xb3\x0e\x1d\x8a\xe5\x87\x22\x75\xa8\x58\xca\x0c\x0b\xc5\xe1\xda\x8a\xc1\x52\x8e\x24\x8c\x67\x6c\x89\xc3\xb5\x14\x99\x20\x09\xcc\x1d\xc7\xf6\x91\x94\xdf\x34\x18\xc8\x21\x7b\x78\xa5\xba\xd6\xe1\x7a\x89\x4c\x79\xf2\x88\x63\x49\xb2\x60\xaa\x4c\xb1\x92\x1c\xcf\x30\x33\x1d\x59\x40\xc1\xc4\xff\xba\x72\x42\x8f\x3b\x56\x70\x39\x24\x67\x1b\x10\xe8\xe0\xd0\x07\x41\x42\x16\xd2\x71\xa7\xc1\x4b\xcf\xbc\x6f\x09\xb3\xf1\x81\x90\x7a\x8d\x0f\xc4\x4f\xe2\x3a\x39\x8a\x6c\x1c\x71\x56\x8f\x22\x23\x4d\xa8\x53\x47\xf1\x88\x79\x5f\x97\x62\x1c\x83\xa3\xac\x8b\x3c\x28\x50\xf1\xc4\x19\x92\xdb\x51\x64\x85\xa9\x34\x68\x06\xc7\xfb\xb2\xc2\x64\x1a\x7c\xf5\x7e\x0c\xa8\x0a\x6b\x1a\xba\xf2\xa1\x7a\xe4\x33\x6c\x8b\x87\x6c\xd8\x64\x54\x3d\xaa\xa7\x9c\xef\xab\x66\x28\xda\xaf\x26\x88\xef\x35\xe3\xc1\xbd\x0e\xc7\x15\x84\xd1\xe7\x50\x1c\x41\x09\xab\xd2\xd1\x34\x9e\xe0\x54\x87\x6a\x23\x82\xde\x39\x9a\x2c\x34\x71\xc5\x1c\xce\xcf\xc5\xa9\x76\xfa\x2d\xe6\x43\x70\xa0\x96\x3a\x3f\xc8\xea\xc2\x0a\x3a\xff\x16\x13\xe2\xfc\x5b\xac\x80\xf3\x6f\xc5\xdd\x7c\x38\xff\x56\x68\x10\x47\xf3\x0e\x88\xef\x55\x0a\x11\x3e\x79\xa8\x14\x22\xca\xd3\xa1\x6c\x5a\x28\xed\x47\xd7\x0d\xc1\x04\x28\x9b\x16\x90\xa8\x43\xa5\x0f\x41\x6e\x1d\x5d\xe3\x0d\x49\xe0\x50\xf6\x2c\x02\x49\x8e\xae\xf1\x87\xe8\x70\x74\x8d\xbf\xf2\xec\x84\xb0\x93\x06\xbc\x65\xa3\x81\xa1\x19\x67\x8b\x0e\x5d\x79\xac\xc8\x4f\x5a\x9d\x38\x15\x8e\x21\x82\xd8\x01\x2a\x69\x8e\x72\x78\x0c\x13\x14\x04\x0f\x81\x4f\x43\x1a\x3e\xc6\xba\xcf\x82\xc2\x21\x5c\x26\x33\x2e\xdc\x0e\x58\xf3\x63\x58\xcc\x63\x89\x64\x8e\x2e\x79\xfc\xc9\x2c\x77\x4c\xa5\xf0\xe1\x5e\x98\x46\x08\xb2\xc5\xa7\x2c\x50\xf0\xd1\xb9\x6c\x09\x41\xf1\x94\x85\x23\xb4\xca\x63\xda\x02\xc5\xa1\x51\x45\x45\x0c\xf0\xc7\x5c\x77\x78\x2c\x82\x2a\x2a\x62\xfc\x3d\x96\x7d\x1a\x5e\xec\x24\x5b\xac\xf2\xe1\x5d\x15\x63\x3c\x44\x04\xbb\xf8\xf0\x98\xa3\xc1\x43\x56\x33\xd8\xc6\x21\x80\x20\xa7\x40\x42\x2c\x78\xfb\xe3\x10\x78\x93\xbb\xe2\x30\x05\xfc\xaf\x3a\x58\x64\x01\x3d\x24\xd3\x92\x20\xfc\x38\xd6\x2a\x32\xe2\xcb\x88\x5d\x7e\x58\xee\xb1\x68\xf3\x94\x69\x09\xd6\xa4\x3c\x59\xa4\x84\x3f\x04\xe4\x19\x99\x1b\xf0\x14\xdc\x0d\x5e\x22\x94\xce\x46\x10\xd2\x71\x0a\xc4\x08\xb7\x75\x9a\x2c\xc0\x2e\x87\xd3\x64\x81\x74\x3e\x94\x26\x8b\xba\x01\xc7\x69\xd1\xe9\x33\x08\x1b\xc4\xb8\x53\x94\x26\x8b\xc2\x00\xc7\x65\xd9\x0a\x8e\x77\x99\x8c\xe8\xe2\xb2\x8a\x11\x8a\xd1\xa1\x34\x59\x24\x77\x3f\x2e\x1b\xfa\x3e\x3f\xd8\x62\xc6\x11\xbb\x6c\xe8\xa3\x0b\xc1\x93\x88\x10\x38\x94\x1b\x8b\xfc\xf1\x87\x72\x61\xb5\x4f\x97\xae\xf0\xca\xb5\x71\xc9\x33\xc8\x45\xe8\xcc\x57\x64\x66\x38\x6e\xdb\xf9\xe0\x2b\xb7\xc8\x62\x1e\x6e\x93\x05\x23\xbb\xb5\x3a\xdc\x3c\xce\x6b\x05\xca\xfc\xb8\xbd\x5c\x9c\x9b\xdb\xf6\x4a\x86\x6d\xd0\x0d\x08\xd2\xe3\x16\x1d\xc8\x7c\x3f\x71\xbe\x7c\x6e\x23\x41\x6e\x76\x42\x17\x0e\x43\x6e\x88\x3d\x38\x04\xb9\xd9\x09\x5e\x38\x1e\xdb\xe0\xd8\xc9\xc2\xdc\xec\xb8\x59\x8f\x67\x59\x17\xa3\x0d\x41\x6c\x76\x1c\xbb\xc7\x63\x15\x30\x48\x57\xbd\xc4\xcf\xad\xfd\x78\x7d\x60\xe2\xc2\xd3\xd4\xcf\xb6\x7a\x64\x3b\xe4\xb4\x3c\xc2\x26\xc2\x14\x95\x49\xeb\x73\x0d\x3f\x26\x03\x2e\x2d\x91\x7e\x27\x48\xe2\x78\x65\x23\x85\xc5\xac\x0a\x8a\x70\x2d\x19\xd6\x89\x52\x39\x5e\x11\xc1\xcd\xf9\x8a\x08\x2e\x2e\x59\xcd\xa9\x02\x72\x28\x69\xd6\xa4\x0c\xc8\xa1\x0a\x8b\x64\x8f\x3f\x24\xf0\xef\xd8\x31\x8e\x57\xab\x05\xd3\x7a\x4d\x14\x23\x5a\x44\xfd\x9b\xc7\xf3\x27\xd2\x17\x12\xe4\x9f\x9b\xac\x86\xb1\xdc\xe7\x66\xe3\x67\xe7\x03\x23\xf9\x82\x6f\x9e\x9b\xad\x9f\x21\xa4\x9e\x9b\x91\x7c\x21\x53\x9e\x8a\x67\x86\x4f\x9d\x9b\xd3\x9a\x04\xb3\x3e\x37\xf3\xe2\x49\x9b\x56\xcf\x43\xec\x3c\x37\xe5\x39\xc9\x34\x69\xed\x3c\xd8\xf9\xb9\x0b\xb8\x57\xfe\xa4\xf9\x9c\xbb\xad\xa9\xc1\x9b\xcf\xdd\x46\xca\x60\xc6\xe7\x6e\x23\x70\x48\xe6\xe7\xbe\x36\x64\x10\xb1\xaf\x89\x89\x99\xda\x3d\x31\xc1\x9f\x4f\xc5\x47\xa3\x45\x9e\xbb\xe7\x25\x6e\x88\x73\x57\xbd\xc9\xd8\xd3\xe7\x6e\x24\xdf\xa0\x0f\xd9\x8d\x0b\x83\xb0\xdd\x78\xf0\x85\xec\xc6\xac\xde\xbe\xac\x18\xb1\x16\xbb\x01\x47\x61\xf8\x3a\x93\xe7\x29\xe6\x2d\x2d\xca\xa3\xcf\x64\xf3\x6c\x30\x95\x73\x05\x47\xc7\x2e\x3d\x93\xd1\x6e\x71\xf6\xce\x64\xcb\x72\xec\xb2\x33\x19\xed\x96\x79\x63\x48\xd7\xa5\x4d\x83\xdd\x82\xa5\x9f\x3f\x3d\xa5\x22\xe3\x9e\x49\x58\xb7\xb8\x66\x4e\xd7\x7c\xc4\x1d\x7d\x26\x67\xd5\xa8\xfc\x60\xc3\x33\xbb\x4c\x96\xff\xf4\x99\xff\x6c\x18\x19\x7b\x3b\x2f\x52\x63\xdc\x79\x51\x16\x8d\x66\x53\x56\x69\xc3\x94\x05\x97\x38\xb3\x73\x85\xd0\x84\x29\x8b\x33\x7e\x66\xdb\xd0\x2b\xe3\xb2\x0d\x9d\x25\xc8\xc6\xf1\x55\x7e\x30\x6d\x2c\x6b\x5e\xab\x18\x6f\x14\x43\xe4\x98\x8e\x9f\x92\x53\xb1\x6e\x9f\xc5\xc6\xe9\x50\x85\x4f\xb9\x07\x3e\xd5\xed\xce\xe2\x10\x77\xb6\x7c\xb1\xd5\x3d\x28\x29\x8b\x54\xda\x5c\x26\x4f\xde\x10\x16\xf0\xd3\x82\x01\x72\xb0\x06\xfb\x0f\x88\x42\x3a\xe5\x3f\x18\xdb\xa4\xcd\xdb\x94\xc5\x9a\x54\x53\xc6\xc9\xaf\xb6\xbb\x87\x17\xfe\xac\x8b\xb4\x18\x86\x1d\x0a\xc4\x8a\x9d\xd5\x25\x1c\xc3\x1a\x7c\x56\xd7\x10\x1e\xf4\x62\x5b\x0b\x27\x6d\xb9\x18\xe0\x40\x55\x45\x85\xe1\x2f\x55\xb4\x42\x5a\x55\xe2\x0d\x4e\x7f\xbd\xf4\x4c\x83\x4e\x3e\xc1\x3e\x10\x10\xa8\xe2\x5b\x3c\xe5\x70\xa0\x96\xdb\xd9\x9c\x7b\x82\x8d\xe2\x5a\x95\x88\x39\xe7\xf2\x21\x84\x62\x73\x36\xa7\x9a\xa8\xbc\xd1\xd4\x66\xcc\x44\x5b\x26\xa4\x98\x2b\x41\x81\x12\x52\xed\x29\xa7\x42\x05\xec\x7d\x2a\x34\x23\xa1\xbd\x9c\x3f\xed\xac\x52\xb4\xef\xb4\x53\x61\xe3\x03\x53\x1a\xfa\xe1\xd9\x4c\x58\xd0\xf1\x53\xcf\x6a\x87\xf0\x9f\x3a\x56\x89\x6a\x39\x55\x9b\x92\xd0\x9b\xb3\x3b\x8f\x04\x73\xdf\xed\xf8\x60\x72\xbb\xcd\xa4\x31\x0f\x7d\x99\x49\x63\x1e\xba\xcd\xa4\x30\x83\xb1\xc9\xd6\x15\x2f\x28\xa2\xa2\x92\x15\xf3\x1c\xce\x9b\x00\xb7\x50\x5a\xac\x0f\x98\xe2\x14\x28\x28\x7f\xb8\xc5\x30\xa2\x91\x03\x32\x8c\x68\x84\x7d\xc8\x49\xf0\xa9\x4c\x70\x2a\xed\xd5\x98\x7f\x82\xcf\x9d\xc3\x89\x14\x98\xa8\xe1\x44\x0a\xcc\xc3\x58\x16\xbb\x98\x29\xe9\x69\x93\x6a\xbc\xe7\xd2\xd3\x42\x24\x39\xa7\xd1\x65\x31\xe6\x9f\xe6\x55\x71\x21\x9c\x53\xb8\xc4\x90\x9a\xce\x9f\xda\x54\xf1\x41\x9c\x8a\x9c\x28\x64\x29\x38\x95\xac\x0a\x03\xd1\x29\x17\x41\xc6\xbe\x7b\x4e\x83\x0c\xe9\x42\xb8\x9e\x4f\xb0\xf8\x79\xba\x3e\x2e\xb7\x96\xc4\xc1\x0e\x9a\xf4\x32\xdb\x8d\x5b\xec\xca\xb6\x39\xcf\x78\x3e\xff\xfb\xdf\x47\x6d\xb9\xb2\x6c\xd0\xb1\x76\x57\xb6\x23\xa3\xf0\x81\x75\x8c\x98\xa8\x4b\x29\x28\x3e\x2f\x88\xa1\xc2\xe7\x2f\x33\x54\x10\x0d\x57\x31\xd7\x61\x4c\x66\xa8\xd8\x95\x2f\x3b\x5c\x83\xd7\x5d\x2e\x77\x35\xe8\x62\xc8\xda\x18\x43\x50\x45\xab\x19\x3c\xe9\x2a\x36\x33\xf0\xbf\xbc\x35\x61\xb8\xba\x1c\x34\x57\x78\x7f\x29\x52\x0c\xf1\xd1\x0b\x7c\x60\xa1\x29\xf8\xe2\x55\x85\x85\x0f\x85\xe3\x12\xaf\x1d\x39\xce\xf6\xf5\xe3\xa4\x75\x06\xef\xbd\xcc\x48\xc3\x90\x71\x55\x17\xcc\x8c\x59\xaa\x22\x31\xb8\xe8\x55\x65\x8e\xfc\x74\x68\x53\x58\x74\xd8\x6c\x9b\x8b\x29\x59\xa6\xa6\xe8\xaf\xd9\x72\xc3\xb3\x2c\x37\xa1\xdf\x5c\x4d\x86\x0e\xfa\x6f\x56\xf2\xf9\x5f\x32\x7f\xe5\x7b\x4f\x59\x4c\xa9\x33\x01\x56\xbe\x5f\x33\x14\x3f\x74\x07\xc7\xc4\x0d\x76\x39\x35\x20\xd5\x53\xae\x6e\x01\x2a\xee\x96\xab\x2b\x38\x26\x44\x86\xab\x5b\xa8\x60\x10\xdd\x97\x0f\xb3\xd8\xd7\xe5\x13\xd3\xa2\xea\xbc\x1c\xfc\x4b\xf8\x47\xd2\xc5\x5f\xca\x57\x51\x37\xba\x54\xfa\x08\xb6\xa2\xca\x70\xe5\xe0\xc0\xd7\x90\x49\x34\x58\xfa\xa5\xb2\x5b\xa8\x3e\x97\x92\xb7\x97\xd0\x12\x2f\xdb\x8f\x58\x96\x61\x03\x18\xcf\x02\x81\x71\x3c\x6d\x3e\xea\x3c\xcb\x7c\xc4\x49\xb0\xf9\x08\x9c\xd5\xe5\xcc\x7c\xd8\x1c\xaf\x69\x4d\x29\x7a\x70\xd4\x17\x35\x8f\x2e\x67\xe2\xa3\x70\xd5\x35\x2d\x9e\x34\xde\x70\x44\xc5\xa7\x0d\xc3\x19\x58\xdd\x69\xf9\x24\xc4\xa8\xeb\x1f\x33\x8b\x89\x9e\xce\x11\xc3\xcc\xc9\x03\x9a\x3e\x5f\xa8\x7c\xe8\xa7\x49\x23\xec\x20\x55\xe5\xb0\x48\x1c\x74\x1d\x82\x96\xb2\xd6\x87\xa0\xae\x2c\xb5\xca\x5f\x51\x1a\xe0\x72\xb9\x2b\xe8\x3e\x04\x34\x65\x43\x1e\x66\x12\x31\xe2\xc3\x27\x8c\xfe\xec\xa2\x60\x3c\x97\x9e\x63\xa2\x9d\xa7\x22\xb7\x3f\x85\xc5\x5e\x87\xd2\x08\x04\xeb\xbe\x4e\x6f\xa4\x68\xfd\xd4\x79\x8d\xfb\xe7\x3a\xe5\x56\x8f\xdb\xe3\x3a\x65\xba\x8e\x7b\xf9\x3a\xe5\xb0\x66\x76\x4e\x99\xae\xe3\xd2\xbd\x4e\xc1\xaf\x33\xff\x0f\xfd\x1f\xb3\x65\x80\x24\xd3\x6f\x80\x64\x08\x59\xd7\x29\x53\x37\x1c\xf0\x94\x33\x21\xf3\xbd\xd2\x0e\x64\xc6\x2b\x53\x3d\x4c\xfd\x14\xbd\x71\x81\x5f\x97\x4c\xe3\xec\x5b\x55\xea\x2a\xdc\x1a\x97\xe9\x8f\xef\x2f\x99\xc6\x39\xb8\x97\xc0\x8c\x71\x61\x5f\xaa\xd4\x85\xaa\x7c\x19\x4d\x19\x42\xf9\x25\xf4\x24\x06\x80\xcb\x95\xb5\xa8\x0e\x7b\xd9\x68\x84\x36\x71\x39\xf9\x79\xc8\xe4\xd7\xbd\x2c\x78\xd1\xc4\xed\xa0\x71\x78\xae\x42\xb5\x0a\x26\x80\xcb\x56\x23\xf4\x8f\x6b\x19\x89\x58\x96\xdb\x46\x3d\xd6\xe1\xf6\xc1\x09\x0b\xf4\x25\x2b\x51\xfb\x34\xe1\xbb\x88\xcb\xe9\xf6\x5d\xc4\x07\x8b\x25\xc4\xc0\x1f\x99\x26\x43\x39\xbb\x1e\xa5\x6c\x66\x69\x1e\x99\xf0\xb8\xa0\x1f\x9b\xf0\xd8\x5b\x8f\x4d\x95\x3c\xdb\x18\xc6\xf5\x67\x3f\x2f\xe8\xcb\x4b\x7e\xde\xfa\xe1\x5b\x8f\xc0\x7b\x6c\x27\xf9\x7d\x1b\xa0\xe6\xeb\xb1\xad\x2b\x14\xd9\x6b\xd9\x84\x42\x51\xbd\xec\xe6\x45\x21\xbc\x64\x14\xfa\x32\x63\x05\x5d\xed\xe8\xba\x97\xe0\x96\xb8\xf0\x2f\xc1\x2d\xf7\xcf\xe4\xca\x11\xdc\x32\x6c\x4a\x8e\xe0\xcf\x82\xbd\x8e\x09\xe4\x02\x50\xae\x3c\x94\xe3\x4b\x41\x59\x28\xa5\x97\x5c\xbf\x9f\x5d\xf4\xca\x8e\xc0\x1e\x71\xa6\x3c\x8c\xd5\xb7\x3d\xbf\x58\xbb\x6f\x87\x60\x61\x2e\xbf\x9d\x48\x1d\x47\xde\xed\xc4\x78\x38\x15\x6e\x85\x60\xe1\xf7\xba\x37\xa9\x58\x83\x3e\x0c\xe2\x0a\x33\xe1\x2d\xbb\x11\x7a\xdd\x2d\xbb\x51\xef\xb1\xd9\x6f\xd9\x8d\x1a\x0b\x78\x2b\xde\x8a\x12\xec\xf7\x66\x55\xe4\xdf\x26\xba\x77\x87\x35\xf1\x81\x2c\x41\x85\xe5\xba\x65\x09\x2a\x60\x68\xee\x5d\x81\x4d\x9f\x2f\x1c\xd8\xc4\x20\xf6\xa5\x06\xf0\x85\x6b\x5b\x85\x20\x77\x3b\x0f\x5e\xfe\xb4\xa1\xd0\x9d\x60\x23\xb7\xec\x3a\x9f\x5b\xe0\x56\x7c\xd6\x27\xc1\xd3\xad\xa0\x0f\xdc\xb2\x77\x13\x7a\x3f\xae\x91\xbb\xf9\xda\x88\xb9\x94\xe0\x03\xf4\xfd\x76\x0e\x64\x44\xbd\x5b\x92\x0f\x09\x96\x6e\xe7\x40\xfe\xac\xce\x12\x85\xe8\xa2\xdb\xf9\x1f\x73\xa9\x20\x0e\x6a\x3d\xdc\x5d\x25\x91\xd9\x32\x5d\x38\x92\xd8\xd6\x77\x57\x0a\xa9\xc9\xfb\x72\xb6\xef\x7f\x4a\xa2\x7a\x77\xa5\x63\x82\xfe\x9f\x44\x34\x32\x0b\xad\xa0\xfa\x02\x20\xe3\xee\xd6\x08\x18\xad\x45\xa2\x68\xc0\x22\x11\xa3\x1d\xe2\xec\x85\xff\x1d\xe9\x14\x57\xd9\xfd\x53\xff\x06\xa7\xf4\x96\xcf\xad\xb0\xea\x8a\x00\x21\xdf\xd3\x2d\x19\xa9\x14\xbe\x37\x6b\x8f\x01\xa9\xdc\x0d\xee\x80\x7b\x0a\x06\x13\x2c\xf6\x9e\xf2\x09\xb2\x47\xa6\x7c\x82\xb4\x27\x8f\x18\xac\xe9\x5e\x1e\xb1\xca\x07\x82\x5c\xb3\x0b\x5d\x76\x06\x1d\xf8\x9e\x06\xb1\x04\xcb\xbd\x15\xd2\x4e\x96\xb2\xdb\x55\x65\xc0\x83\xdd\x06\x77\xe1\xa9\xbd\xe5\x03\x23\x0d\xd8\x7d\x98\x75\x85\x8e\x72\x1f\xcd\x66\x27\x9a\xe8\x7e\x83\x1f\xcc\xcb\x62\x10\x76\x7b\x7d\x76\xea\xb1\xa4\x36\x3a\x91\x55\x09\xd8\xda\x7d\x18\xec\x39\x19\xf8\xed\x37\x62\xb1\x0e\x67\xfe\x64\xb9\x0f\xa7\x91\x0c\x7b\xce\xad\x18\xf7\x0c\xfa\xe6\x76\xaa\x61\x98\xd1\xe9\xed\x1c\xc3\x3a\x95\x40\x8c\xe3\x70\x7a\x7b\xc7\x18\x4e\xab\x42\x7c\xaf\x1d\xbb\xd3\xa1\x04\x37\x8e\x83\x62\x3b\xa8\x4b\x76\x9f\x8a\x8e\x09\xc1\xf1\x56\x3a\xae\x1c\xb7\xf6\x2d\x27\x58\x47\xba\xbd\x95\x8f\x8b\xe2\x22\xb7\xf2\x71\xe5\xf0\xb1\xdc\x72\x8a\x7d\x8f\x84\x72\x6c\x81\x15\xb9\x2f\x09\x63\x71\x29\xdc\x2a\x1b\x4a\x8c\xd3\xad\x1c\x5b\x98\x02\xee\x4b\xc2\x16\xfb\x49\x65\x41\x4b\x65\x84\xc2\x45\x84\x13\xf9\xbe\x84\x3b\x60\xbb\xa9\x2a\x28\x11\x48\xf7\xed\x13\xc0\xb3\x8e\x64\x28\x52\xb7\x73\x70\x71\x05\x49\xd4\x69\x9f\x19\xb8\x4d\x10\x1f\x28\xfc\x26\xb4\xc9\xdb\xd1\x20\x21\x8d\xdd\x4e\xca\xc5\x15\x26\x24\x1b\x41\x5b\xf7\xed\x23\xcc\x80\x44\x70\xdc\x92\xb7\x93\x72\x35\xfa\x97\x74\xc9\xe9\x70\xf4\x07\x37\x85\x91\x6e\x1c\x27\x47\x83\x70\x2d\x18\xe9\x46\xfb\x8f\xdc\xfe\x4c\xa8\x92\x74\xa1\x8b\xde\x8f\x80\x17\x21\xdb\xdf\x8f\x70\x0b\x2c\xe0\x23\xdc\x05\x7b\xfc\x27\xef\x4c\x12\x56\xde\x8f\xa4\x4f\x58\xc8\x23\x03\x03\x1c\xe4\x11\xcb\x62\xc1\x7e\xd2\xcf\x44\xc2\xba\x55\xf7\x13\x6f\xc4\xfd\x9a\xbe\x68\x4f\x95\x66\x90\xf9\xee\xd7\xf4\xf1\xbf\xa4\x65\x2e\xa9\x57\xda\x3e\xac\xe0\xf5\xf8\x82\x1e\x39\xb7\x08\x51\xbb\x5d\x0f\x06\x15\xf0\x5e\x21\x21\x6c\xd9\x77\x89\xcb\xff\x86\xfc\xb8\x20\x4c\x6a\x7f\xf2\x13\x3d\x0a\x3c\x6f\x88\x41\x8f\xcb\xc7\xa0\xcb\x3f\x9b\x53\x1b\x05\x5b\x78\x36\x67\x9f\x6a\xf4\x68\xf9\x3b\x8e\xc1\xe3\x98\x12\x44\xa9\x67\xb3\xfc\x1d\xfb\xf0\x71\x50\x09\x3c\xf1\x71\xbd\x98\xef\x38\x4c\x79\x30\xde\x47\x41\x24\x95\xc3\xfa\x6c\xe2\xe5\x74\xe2\xa0\x12\x5a\x58\x41\x25\x50\xe2\x7c\x60\xa0\x6e\x9e\xdd\xde\xe6\x4f\x13\xc6\xe9\x7e\xda\xb0\x08\x5e\x79\xc3\x5e\x74\x06\xbe\x5b\x06\x67\x58\xae\x07\x03\x96\xe6\x71\x12\x31\x4c\xd8\x8f\x93\x88\x61\x03\x7a\x9c\x44\x0c\x4b\xfa\xe3\x0a\x31\x20\xc0\x9e\x5d\xb2\xcc\x67\xe4\xd2\x35\x58\x82\xdd\x73\x11\x83\x48\xeb\x5e\x8b\xd9\x73\x79\x18\xba\x54\x8e\x31\xd2\x79\x3e\xce\x31\x06\xc4\xe9\x71\x8e\x31\x20\x47\x4f\x5a\x53\x11\x73\x93\x1c\xa5\xcf\xec\x29\xc9\x18\x19\x31\x1f\xb9\xc0\x2a\x17\xf8\xa3\xd8\x16\x72\x86\x3e\x76\x79\x01\x72\x7f\x9c\x63\x0c\x07\xc1\xe3\xd8\x16\xd4\xd1\x27\xcb\x21\xcd\x44\xe4\xa5\x6a\x04\xe5\xd9\xaa\x06\x2d\x28\x44\x87\x99\x91\xbf\x6b\x47\xe1\x7f\xb2\xdd\xea\x61\x61\x7b\xb2\x2a\x8b\x40\x86\xfc\x5d\x9f\x7b\xeb\xc9\x4b\x90\x8c\xc9\xcc\x76\x39\x87\xe4\xf3\x94\xa5\x33\xc5\xf4\x3b\xb8\x05\xb5\xfc\x29\x0a\xc9\x61\xee\x8a\x87\x1d\xa3\x72\xa9\x18\x0c\x56\x8f\x4c\xad\x9f\x90\xe6\xc7\xd5\x60\x28\xe2\xfc\x14\x8b\x19\xf4\x29\xdf\x2b\xdb\xbf\x48\x63\x62\xf6\x8b\x35\x26\xbe\xb7\xeb\x75\xf2\x81\x5d\xd4\x93\x41\xda\xf7\x1a\x37\xf6\x53\x9c\xac\x99\x3e\xab\x8d\x89\x21\x33\x3c\x2e\x06\x43\x76\xe5\xc7\x9e\x2b\x14\x9a\xa7\x5a\x67\xa2\x09\x3b\x24\x1b\x3f\x2c\x33\x18\x5f\xc8\x21\x19\x12\xd8\x53\xed\x90\xec\xfc\x60\x87\x64\x5c\x83\x8f\x63\x65\x3e\x1c\xca\xbe\x2b\xcc\xa8\x4f\xb5\x3a\xc8\xf4\xca\x77\xf5\xd9\x15\x6d\xa9\x87\x31\x3b\x8e\x96\x01\xdd\xf4\xb4\xa5\x2f\x46\x9b\x2d\xab\x09\x5e\x10\x1c\x9a\x6d\x63\xdf\x16\x78\xa8\x47\xbe\xad\xcf\x5e\xb6\x6f\x0b\xc8\xd7\x23\xdf\x56\x27\x5a\xe9\x59\xa9\x89\x3b\x6d\x1e\x96\x0b\xe9\x54\x5e\xbb\xc1\x0b\x4b\x70\xa4\xcd\xd7\x3f\x44\xaf\xb2\xff\x76\x22\xe7\x1e\x05\xc4\xe0\x6b\x7c\x14\x10\x93\xc0\xa3\x3f\x72\x77\xe1\xae\x7c\x64\x0f\x6e\x9f\xe9\xee\x72\xbc\x0e\xba\x30\x7e\xb2\xfe\x29\xb0\xe8\x91\xb7\x2c\x61\xb2\x7c\xba\xb5\xe6\x58\x9b\xbe\xc4\xe5\x20\xb2\x9b\x68\x3e\x90\xfb\x85\xa2\x1a\x8f\xa3\x69\x80\x89\x3d\x43\xc9\x3f\x42\x94\x7c\x86\x92\x7f\x84\x2c\xfa\x0c\xe7\xc0\xe7\xc0\xfe\x94\xa3\xda\x43\xd8\x7d\x86\x63\x99\xe0\x4c\xaa\x18\x83\x63\xf8\x71\x38\xcd\xe7\x5e\xf8\xa9\x53\xb5\xc3\x56\x86\x63\x9d\x18\x82\xbc\x92\x83\x21\x38\xc5\xc9\xa0\x07\x99\x02\x06\x43\x70\xa8\x13\x5f\xc8\x06\x9d\x71\xf9\x3c\xaa\x0e\xf3\x61\xe1\x73\xb9\x04\x63\x0c\xf2\x95\x7d\x98\xfe\xb4\x47\x30\x04\xa4\x67\x2e\x53\x40\x90\x35\x97\x03\x90\x3e\x9c\xb0\x24\x64\xa2\x47\x06\xe6\x5c\x38\x8d\x3f\x1d\xab\x7e\x78\x9d\xc2\x65\x32\x35\x21\x1e\x85\xcb\x64\xaa\x31\x3c\x52\xba\x32\x35\x34\x1e\x29\x5d\x19\x1f\xfa\x73\x38\x7d\x01\xd3\xad\x4a\x9e\x19\x07\xd9\x23\xad\x2b\x7f\x76\xed\x61\xbf\x5f\x0c\xdc\x4a\x17\xfc\x54\x76\xe5\xca\x16\x90\xca\x55\x3e\x2c\x59\x69\xc5\x3a\x81\x97\x8f\x6d\xc5\x9c\xb5\xd3\x76\x48\xee\x1a\x85\xcb\x0c\xcc\x22\xcf\x29\x73\x1c\xbc\xce\xe1\x32\xc4\x07\x3c\x4e\xf0\x85\x7d\xf6\x51\x34\xcc\x67\x10\xae\x9b\x42\x30\xca\x73\xd9\x4a\x15\x16\xd6\xe7\x5a\x84\x47\xa7\x4a\xa7\x85\x6b\xf1\x51\xcd\x93\x06\x0f\xf9\x69\x39\x89\xbc\x36\xcf\xa5\x14\x25\x6c\x5c\x25\xd7\xfa\xe8\x61\xcf\xa5\x20\x86\x30\x28\x3d\xb7\x92\x61\xd0\xc1\x9d\xf4\x7f\xbc\xaf\x78\x1c\xdc\xe5\x8f\xe2\x71\x6a\x40\xbc\x1e\x69\x31\x39\x2c\x1d\x8f\xb4\x98\xfc\xf9\xdf\xc0\x37\x58\xd6\x2d\x97\x00\x97\x8c\xd4\x96\xbc\xf3\xbf\x4c\x23\x3b\xff\x3f\x7a\x66\xc0\x0a\x5a\x60\xd6\x1f\x5b\x34\xe9\xf1\xb1\xcd\x99\x2f\x1e\x29\x62\x1c\x35\x67\x13\x66\x33\x39\x7b\x70\x38\x39\x1e\x67\x0b\x86\x03\x3a\x5b\x30\x0c\x49\xd1\x35\xdf\x21\x3e\xb2\xdb\x73\xb8\x1f\xa9\x92\xdc\x36\xaf\x1c\x5c\xec\xb5\x65\x84\x85\xe6\x57\xd6\x1c\x98\xf2\xeb\x11\xc7\x22\xbc\x1a\x31\x9b\xf7\xb5\xea\xc8\xf7\x72\x4c\x20\x93\xbe\x56\x1d\x63\xc4\xaf\x1c\x13\xec\x9a\xd7\xaa\x63\xcc\xd0\x6b\x5d\x99\xf6\x04\x69\x67\x46\x5e\x21\xc4\x43\xfc\x78\x37\xa9\x56\x21\x9e\xbc\x4a\x47\x8c\xe1\xe5\xdd\xa4\x5a\xc5\xae\x7c\x37\xab\x56\x7c\x2f\xc7\x69\x70\x95\x77\x93\x87\x2f\xc4\x9f\x77\x93\x87\x6f\xd0\x9e\x54\xaf\xf9\xa7\x94\x74\xaf\x72\x13\x23\xda\xbe\x4b\x3b\x89\x9b\xf9\x75\x88\x3b\x77\xf9\xbb\x2b\xf0\x3e\xd6\xe7\x55\xe1\x49\x62\xd2\x5e\x15\x9e\x24\x93\xc7\xbb\xdb\xd8\x15\xe4\x2c\x35\x22\x04\x92\x77\xb7\xd5\x28\x44\xc8\x77\xa9\x11\x9f\x2e\x25\x5e\x7f\x9e\xe5\xb1\xe8\x74\x21\x25\xe2\xd3\xa2\x94\x88\xce\x10\xa5\x44\x40\xd3\x52\x22\x3e\x3f\x58\x49\x08\x4e\xfe\x2e\x25\x21\xf8\xd7\xeb\xa2\x92\xb1\x49\xde\x24\x8f\x45\x48\x66\xaf\x55\x84\x4f\x03\xe2\x7f\xb1\xab\xdf\xb4\x14\x1f\x1a\x58\x4c\x97\x37\x2c\x7c\x67\xba\x54\x96\x4a\xbe\xc8\xce\xa3\xcf\xcc\x2b\x75\xd5\x8e\xcb\xeb\xcd\xf2\xc4\x32\x0f\xd9\xc0\xc7\xd0\xea\x5f\x87\xc3\xe3\xb4\x7b\xff\x29\x0d\x74\x62\x1b\x5f\x68\x2e\x6f\x56\x29\x46\x26\x42\x45\x44\x76\xfc\x7a\xaf\xd2\x12\x63\xa9\x79\xf3\x42\xb2\xd3\xa9\xf0\x9f\x8d\x0f\x04\xd7\x60\xcb\x59\xa7\x20\xc1\xfa\x2b\x9d\xa2\x72\xc3\xbd\x45\x39\x0d\x1b\xcf\x4b\xf6\x8e\x41\x39\x5e\x9e\x23\xf2\x53\x32\x2a\x0a\xdc\x2b\x8d\x81\xeb\xea\x2d\x4b\x81\x0b\xb2\x57\xb4\x7c\x30\x91\xb7\xa8\x3a\x56\xe6\x59\x21\xe7\x61\xa4\x7f\x0d\x6d\x23\xf0\xe4\xad\xeb\xba\x8a\x31\x19\xda\x46\x2c\xce\x2b\x40\x06\x30\xb5\xd7\x80\x8c\xcf\x96\xa8\x4b\x90\xa2\x09\x07\xa1\x32\x55\x56\x08\x3e\x67\xa7\x3a\x6c\x3c\x44\xd8\xd7\x25\xff\x29\xb8\xfd\x56\xc7\x8d\x0f\xda\x58\xc2\x14\xe3\x92\xa3\x05\xd2\x9b\x85\xab\xca\x0f\x16\xae\xe2\x83\x66\xe1\xea\xf3\x83\x03\xc9\xe3\xd2\x78\x9b\x03\xc9\x83\xc9\xbf\xcd\x30\x21\x8e\xb0\x72\xc5\x0e\x72\x28\xbe\xd3\x94\xc4\x17\xd3\x5c\x36\xe8\x98\x32\x58\x85\x4b\xe3\x75\x55\x09\x8a\xd1\xbe\x8e\xe9\x60\x7a\x25\x5a\x95\xcf\xd6\x76\x24\x32\x87\x5e\x92\xd5\x18\x9f\x16\xb4\xd5\x19\xe3\xa1\x0c\x80\x9f\x2e\x7f\x7b\x80\xd4\x57\xef\xe1\x89\x8b\x69\x38\xed\xa1\x8a\xef\x55\x26\xa2\xc6\xcd\xf7\x5a\x8a\x9a\xbc\x6f\x81\x86\xa3\xe4\x8a\x78\xc4\xc3\xbd\xe7\x6f\x1f\x73\x73\x48\xec\x1a\x19\x0e\xa0\xb0\xe5\x0e\x08\xe2\x55\x8c\x47\xdf\x3f\x4d\x4e\xeb\x03\x74\x7a\xf8\x07\x46\xf9\xf8\x07\x7a\x79\x85\x60\x89\x4e\x2e\x23\x8b\x76\x7e\xd0\xfa\x87\xa2\xf5\x5e\x76\xab\xc5\x20\x2e\xc3\x53\x83\x8a\xcb\x05\x98\xfe\x14\x6f\xf4\xfe\x84\xba\x06\xec\xee\xbd\x6c\xa4\x08\xb7\xed\xfb\x13\xea\x1a\xb5\xa7\xdf\xcb\x0e\xb8\x70\x03\xbe\x3f\xa9\xae\x51\x7e\xf9\x75\xca\x54\x58\xf7\xb5\xaa\xa1\x06\x3d\xb7\x75\xa6\x90\xba\x5e\x45\x73\x90\x63\xec\xfd\x89\x79\x8d\x5a\xbf\xef\x4f\xcc\x6b\x14\x89\x7e\x6d\xcd\x66\x63\xdc\x55\xff\xc7\x04\xdc\x82\x5a\xb1\x06\x3f\x31\xb0\x51\xb5\xfb\x5d\x25\xcc\x69\xf0\xd9\xe4\x9f\x8b\x21\x3f\xca\xe5\xc7\xa4\xfc\xc4\xb8\x44\x32\xbe\xf7\x71\x1c\x78\x34\xf8\xc8\xe1\xc1\x56\xff\x09\x75\x89\xec\x13\xef\x4f\xa8\x4b\x64\x5a\x7c\x1f\x05\xfb\x72\x7b\x3d\x2a\xaa\x03\x67\x7a\x94\x55\x8e\x93\xf1\x48\x70\x86\x0d\x3d\xca\xed\xc7\x96\x79\x85\xa4\x81\x6f\xbd\x92\x83\xc3\x6d\xfe\xfe\x44\xb6\x0e\xd6\xf5\xfd\x89\x6c\x1d\x8d\xf1\x7d\xed\x5f\xe4\x59\x70\xbb\x44\x7b\x16\x19\x42\xff\x7b\x5f\xa1\xaa\xc2\x95\xff\xfe\x64\xb6\x0e\xf0\xf5\xfd\xc9\x6c\x1d\xe7\xf2\xfb\xde\x7a\x3f\x08\xfe\xc9\x70\x1d\x60\xec\xfb\x93\xe1\x7a\x00\x7c\xe7\xf6\x93\xe1\x52\x14\x5e\x9f\xdb\xe6\xa3\xdd\xe2\x39\xe9\xfd\x1c\xcf\x8a\x5e\xfe\xe7\x08\x9b\x9b\xa2\xad\xc3\x99\x3d\xb7\x9f\x4c\x97\x6a\xa2\x7d\x45\x33\xff\x3b\x62\x73\x53\x1c\x46\xdb\x26\x1f\xc8\x27\xfa\x6f\x06\xe7\xb6\x49\x11\xf8\x34\xa0\x58\xe0\x7f\x3a\xde\xdc\xb6\x1f\xbb\xdc\xb6\x78\xde\x37\x3d\xc7\xfb\xbb\x3c\x4e\x0c\x50\x26\xe4\x1a\x91\xb1\x73\xfb\x89\x71\x79\xdb\x79\xa1\xaa\x81\x1a\xcf\x4d\xff\xf3\x7e\xd7\xff\x3c\x0b\xec\x34\x83\xa2\xdd\x3e\xb3\x98\xc1\x9f\x4c\x97\xb7\x3d\x08\xda\x4d\x50\xcc\xe0\x4f\xa6\xcb\x1b\x33\xfa\x93\xe9\xf2\xc6\x0c\xee\x26\x30\xc6\x97\x4c\x60\xf4\x97\x4c\x60\x8c\x37\x25\xfd\x1f\xfd\xff\x44\xbe\xbc\x6d\xd1\xff\x4f\xe2\x1b\x39\xc5\xf8\x93\x3c\x60\x93\xff\xe5\x01\xab\x31\xa1\x49\x6a\xcb\x8c\xf1\x65\x79\xbc\x5a\x7c\x9f\x85\xcb\x6b\x31\xbe\x6c\x17\x1e\x1d\x64\xa9\x31\x93\x17\xe4\x94\xae\x31\x40\x47\x67\x37\x3a\x50\xee\x83\xd0\x43\xe6\x96\xa5\xc7\xb4\x18\xa1\xa2\xaf\x07\x33\x9c\xe5\xa5\xee\x74\xf8\xa3\x60\x32\x43\x0e\xbe\x6e\xf1\xac\x60\xeb\xc9\x96\x29\xbe\xae\xf8\x5f\x2e\x9e\xc6\xff\x4d\x82\x1e\x7b\xb2\x74\x35\x10\x14\x15\xf9\xac\x5a\x0c\xa8\x58\x31\x89\x25\x29\x8a\xbd\x9d\x41\x50\xb1\xec\x52\xf8\xe1\x56\x83\x7c\x60\x0a\xf8\xff\xd5\x73\x4c\x91\xa2\xb3\xe7\xf6\x17\xcd\x67\x6e\xd5\xe4\xc6\x86\xaa\x56\xc3\x78\x96\x1a\xc6\x09\x54\x28\xf7\xe0\x84\x29\x94\x7b\xb2\xe1\x65\xde\xad\x11\xc0\x37\xb7\xaa\xa0\x50\x16\x58\x35\x23\x12\xe4\x2b\xfd\x68\x62\xbd\xaa\x5c\x64\xec\x28\xa5\x23\x4d\x9f\x0e\x15\xe4\xca\x80\x54\x0d\x22\xb1\x43\x9b\xf1\x30\x35\x16\xac\x49\x53\x63\x01\x9b\x25\xa4\x98\x3e\x49\x69\x35\xd2\xd4\xce\xcd\xc5\x20\xc2\xeb\x39\x37\x17\x83\x18\x74\x61\x2d\x87\xff\xed\xdf\x19\x31\x09\xc2\xaa\xd4\x0e\xdb\x30\x56\x65\xf0\x2c\xd5\xec\xf3\x81\xb1\x64\x3d\xa8\xec\x4b\x37\x8b\x51\x77\x39\x14\x7a\x90\xdd\x97\xae\xc6\x0f\xf2\x30\xf4\xa0\xa2\xcb\x31\xd2\x63\x1e\x5d\xde\x3b\xf0\x21\x73\xeb\x8a\x0f\x1d\xbc\x60\xb9\x8f\xff\x97\x8a\x43\x0f\x0a\xdd\xfb\x8c\xd1\xa1\x7b\x85\x31\x2a\x74\xef\x33\x66\x61\xb2\x38\x5a\x32\xd3\xee\x9f\xa3\xd1\xad\x03\x45\x0f\x8a\x71\x08\x25\x7b\x6e\x43\x16\xf6\x1c\x34\xb9\xae\x37\x67\xcf\x35\x21\x26\xec\x6b\x2c\x22\x79\xa3\xab\x85\x20\x72\x28\x8c\x2b\x07\x91\xc3\xa1\x1f\x9f\x2e\x7f\x43\xfa\xec\xe7\xa9\xb0\x0b\xb6\xe7\x74\x6d\xce\xa0\x69\x96\xff\xfe\xd7\x76\xa6\x7d\xfa\x4a\x0b\x92\xe6\xd4\xff\xb4\x77\xea\x39\x06\x34\x9f\x9f\xa0\xc7\xde\x9a\x16\x3b\x83\x80\x9f\x80\xdf\x32\xab\x74\xec\xfa\x3f\xc6\x73\x58\x0a\xe5\x7d\x29\x21\x5c\x28\x3f\xf9\x9f\xec\xff\x73\xb3\x65\x95\x0b\xeb\x27\xfe\xb7\xcc\xce\x94\x5d\xb5\x7c\x38\xf8\xe1\x14\x2d\x74\xf8\xf8\x85\xa0\xf8\x50\xed\xc3\x1c\x23\x38\x55\xfb\xb0\x44\x03\xa7\xc5\xc8\xa0\xe0\x94\x18\x99\x63\x86\x4e\x8b\x91\xd1\xc1\x4f\xfc\x6f\x3d\xc7\x0c\xab\x12\xc3\xe7\xf4\x49\xfc\x8f\x54\xb7\x73\x93\xb0\xff\x39\x5b\xa7\x13\x86\xb0\x84\xe7\xfd\x13\xcb\x98\x82\x53\x62\xda\xa7\x81\x57\xcf\xd1\xc1\xa5\xcc\x5b\x9c\xac\x4b\xb0\x30\xb6\xb5\x04\xfd\xf2\xb9\xd4\x7e\x92\x7e\xdf\xa1\xf0\x52\x12\x99\x11\x9b\xec\x1a\x7a\xa6\x01\xc9\x95\xec\x99\x9f\x2c\xdf\xa3\x12\xf6\xdc\x2e\x41\xb4\x39\x89\xb7\x2e\xe5\x1c\xfd\xdd\xee\x8f\x67\xcb\x8d\x31\x83\x3f\xc1\xba\xf7\x3d\x56\xe4\x1e\x7a\x8e\xf6\x6f\x89\x85\x88\x59\xb7\xc4\x42\xc4\xba\xdb\x62\x21\xdf\x4b\x0c\xdc\x63\xbc\x92\xcb\x3b\x7b\xe8\x91\x18\x98\xfe\x82\x48\x98\x9b\x84\xf6\xa8\x83\x3a\x37\x09\xed\x7d\x8f\xc9\x7b\x24\x23\x22\x20\x3c\x12\x92\xf7\x98\x0c\x41\x42\xb6\xcf\xfb\x42\x25\x71\xa2\x55\xc7\x2d\xa7\x20\x4e\x75\xda\xb6\xcf\xe0\x85\x42\xe2\x80\xfe\x84\xf4\x91\x21\xf6\xb5\x92\x11\xe3\x7b\x2d\x11\xf1\x2c\x01\xa5\x45\x7f\x3f\x21\x7c\x7e\x24\x3e\xa5\x34\xda\x43\x28\x9f\xdb\x4f\x08\x9f\x1f\x11\xeb\x95\x69\x98\x0b\xed\xf5\x00\x69\x50\x22\x16\x5c\xf3\xb5\x88\xf5\xef\x79\x97\x21\x15\x91\x70\x97\x21\x15\x11\x70\xdf\x2c\x72\x95\x78\xce\xfa\xbf\xc5\xb3\x25\x2e\x9e\xab\xfe\xaf\xf1\x2c\xc3\xf1\xe4\xfb\xae\xff\x79\x16\xe6\x28\x38\xe2\x2e\xc3\x6b\xe4\x85\x9f\xbb\x6d\xa9\x9d\xf1\x5a\x00\x63\x7c\xc2\xe0\x04\x87\xdb\x37\x09\x60\xc1\x11\xf7\x5d\x86\xe2\xe0\xc8\xfb\x2e\x43\x71\x9c\x96\xfd\x27\xa3\xe7\x28\x24\x38\xf7\x5d\x02\x59\x1c\xd7\x7d\x97\x61\x38\x4e\xcf\x2e\x91\x3c\x0a\xf7\xcd\x5d\x45\xe0\xc2\x3e\x31\xf7\x9f\x88\x5e\x60\x17\xfb\xaa\x01\xd7\xe9\xc0\x59\x2a\xe2\xbc\xed\x86\x6f\xa4\xcf\x90\x96\xb9\x38\x68\x92\xe9\x35\xb3\x26\xbb\x51\x3c\x4c\xca\xaa\x12\xc7\x28\x5d\x25\x2e\xc2\x83\xe7\x9e\x0c\xd4\x81\x2e\x5b\x67\x13\x13\xb5\xca\xc4\x05\x63\xdb\x93\xc1\x2b\x83\x4f\x7c\xc5\xf3\xec\x00\x93\x41\x13\x4b\x72\x89\x81\x26\x6f\x4e\x86\x65\xc1\x85\x67\x23\x38\x06\x84\x58\x72\x61\xdc\x59\x30\x9d\xe0\xae\xbb\x10\x1d\x8d\x0f\x5c\x34\x6e\xd0\xe4\x82\x78\x84\xce\xb5\x1b\xe2\xc1\xfc\x1b\xc1\x81\x80\xbb\x2b\x62\x39\xb1\xa3\x56\xb4\x31\x74\x66\xfb\xbc\x83\xe3\xed\x8e\x36\x8e\x84\x38\x73\x2f\xae\x8a\xce\x64\x3a\x18\x6e\xd0\x68\xb1\xb9\x86\x46\x05\xc8\xc8\x81\x59\x9f\xbb\x00\x19\xe3\xf3\x2c\x47\xdc\x4e\x0b\x66\xf3\x41\x47\xb1\xf9\x20\x36\x49\x91\x03\x32\xf3\xbe\xd8\x6e\x8e\x99\xac\x62\xb3\x89\x67\x63\xb9\xd8\xb9\x55\xac\x34\xc7\xc4\xfd\x64\xf5\x91\xe3\x26\xdd\x55\x2a\x20\x17\xfe\x6f\xfa\x3f\x28\x52\xa9\x80\x8d\x59\xaa\xf2\xc3\xc5\xcd\xbb\xcb\xf0\xda\x76\x58\x4f\x15\x6f\x8d\xab\x7e\x5f\x66\x56\x78\x81\xac\xaa\x3d\xb3\xda\xf5\x15\xf3\x88\x17\x9a\x98\x57\x88\x27\x7b\x33\xf3\x8a\xf7\x7f\xc2\xfa\x44\x9f\xde\x95\xa9\xa9\x84\xc4\xb7\x2b\x9c\x0e\x85\x7e\x6f\xe6\xc6\x7f\x89\x05\x9a\x7b\xb3\xee\x08\xab\xfa\x09\xf6\x93\x8b\x77\x57\x5a\xa7\xa8\x11\x3a\xf7\x76\xe8\x39\x56\x48\x69\x9d\x26\xa3\x97\x94\xde\xa2\x72\xfb\xdc\xbb\x0f\x2d\xbb\xdf\x62\xfa\x67\x6b\x4a\x4c\xcf\x70\x63\x89\xe9\x99\xbd\x2d\x31\xbd\x6d\x71\x7f\xed\x12\xd3\x33\xec\xb9\x9b\x7d\xd1\x83\xa1\x76\x9c\x27\x57\x67\xfb\x1c\xf2\xee\x18\x03\xf6\xc5\xb0\x72\x01\x8b\x57\xf1\xb5\x88\xbe\x9b\xfb\xb0\xdf\x27\x94\xb0\x7d\x98\x91\xc4\xb4\x0f\x69\x40\x83\x16\xed\xab\x9a\xb1\x6e\x43\xbe\xaa\xcf\xf3\xe5\x8d\x41\x0b\x76\x7c\x33\x75\xc3\x29\xa6\x98\x19\x57\x5a\x43\x91\xdb\xa7\x54\x20\xd8\xdd\x5c\x8c\x23\x46\x39\xad\x8a\xc3\x54\x15\x3f\xb7\xa3\xec\xef\x2e\xa3\x86\xee\xbc\xbb\x8c\x1a\xfa\xef\xae\x60\xe0\x0f\x5f\x76\x15\xb5\xcf\xf5\x31\xe5\xc7\x81\xf7\x2b\x7e\x6e\xc7\x60\xb0\x1f\x76\xe4\xb0\x4b\x84\x39\xdf\x3f\x37\x96\x64\xf6\x1d\x8d\x7e\x3f\x14\x70\x09\x33\x3a\x8c\x1c\x62\xb6\x0e\x23\x85\x98\xf0\x63\x71\xf2\xa0\x6c\x81\xce\x1b\x3f\x18\x35\xc5\xa2\x2e\x48\xf9\x4e\xa3\x76\xe6\x04\xe9\x87\xf3\x4f\xb0\x68\xe7\xe2\x9a\xd1\xe6\xa9\x1c\x0d\xdc\x0e\xa7\xe2\xe0\x39\x1f\xa7\x7d\x39\xcc\x9e\x64\xf5\xfe\x61\xdd\xce\x30\x3a\x98\xbe\xd3\x91\xf1\x50\xa6\x0c\xa3\x9d\x13\xf4\x4f\x9c\xe7\x07\xc7\x90\x73\x67\x9d\x0b\x80\x42\xaf\x8f\x7f\x88\x4f\x9c\x62\x14\xc6\x77\x19\xa1\x12\x2d\xd8\x94\x5f\xb8\x6b\x2f\x43\x56\xe0\xdd\xff\x64\xfe\x98\xbc\x9f\xcc\x5f\x3f\x9b\xd1\xd6\x7d\x58\x87\xcb\x10\x70\x2a\x2f\xb3\x16\x86\x24\xf4\xcf\xe7\x7d\x51\xf5\xf9\x5f\xb6\xe5\x4f\xfb\x32\xfc\xb1\x14\x97\xe2\xfc\x42\xaf\xdc\x6f\xe3\x46\x62\x7c\xcb\x78\x1f\x14\x39\x47\x2a\xd3\x7c\x2b\xf1\x25\x3b\x4c\x3a\x45\x54\xac\x9f\xbb\xcb\xa1\x85\xf5\x7e\xee\xb7\x8c\xd1\x21\x67\xef\xb7\x8c\xd1\xa1\x59\xef\xb7\x22\x7c\xb9\x3c\xee\x43\x0d\x32\x00\xdf\x76\x3c\xfb\xb6\xa3\xfd\x57\xbe\xb1\xb0\xc5\xee\x8f\x8c\xc9\x61\xba\xdc\x95\x35\x75\x0b\xc5\x60\x7f\x24\x98\x87\x79\x62\x57\x38\x5d\xcd\x70\xf7\xc7\xb6\xd9\x20\xf9\xd1\x75\xc7\x7d\xaa\x8a\xd0\x91\x37\x62\xee\x3f\x4d\x22\x6f\x61\x7b\xdd\x85\xe1\xc8\x85\xff\x25\xa8\x7f\x06\x28\x94\x49\x8d\x67\x41\x36\xf2\x9f\xea\x3c\xcc\xfd\xd5\x5d\x1d\x46\xbe\xdd\x6a\x46\xa1\x31\x19\x9a\x39\xac\xca\xad\x3a\xc2\x09\x3a\x77\xe1\x39\x32\x52\xd3\x2b\x6a\x0a\xff\x4b\x2f\x0a\xe3\xcc\x2e\xbd\xa4\x62\x4b\xdf\x7f\x7a\xc7\xfc\x90\xfb\xba\xce\x0f\xe7\x4a\x08\x0e\xe8\x4d\x56\x3c\x62\x01\x92\x15\x8f\x9d\xff\x75\x77\xc7\xcd\x95\xac\x78\x84\xcc\x95\x54\x70\x3a\x22\x41\x67\xb2\xe2\x91\xf9\xbe\xe9\xff\x12\xcf\x0a\xa5\x0d\x79\x29\x2d\x6f\x40\xa5\x03\x69\x1e\x9d\x0f\x0e\x75\x98\xe3\xf9\xd2\xf3\x8c\x67\x45\x37\xc4\x29\x4f\x9b\x4d\x19\x9d\x11\x88\xe2\x98\xf4\x24\x77\x41\x09\xa9\x3d\xed\xb2\x6e\x07\x57\x48\xbb\x29\xde\xe3\x79\x59\xb7\x63\x04\xd2\x45\xb6\xcc\xb3\x74\xa9\xcc\x07\xc3\x15\x65\x62\x4e\x77\x69\x93\x99\x67\x93\x14\x43\xde\x45\x52\x62\x84\x52\x16\x83\xf5\x25\xa9\x11\xa4\xce\x9c\x49\x06\xfe\x00\xe7\xcd\x94\xbc\x08\x41\x42\xd2\x22\x04\xdf\x49\x49\x23\x0e\x3e\x93\x92\x46\x1c\xc7\x38\x49\x85\xf8\x78\x14\x92\x51\xe0\x99\x55\x70\xc2\xd6\x80\xda\xce\xe4\x52\xd3\x78\x6d\x52\x92\x06\x18\xf7\x4c\xca\xd2\xf8\x42\x60\x49\x3f\x95\x61\x86\x5f\x6c\xa6\x9f\xca\x30\x03\xac\x39\x53\x56\x54\x49\xf0\xb6\xa4\x8c\xae\x93\x21\x09\xdf\x51\xc3\xfd\x3b\x53\x96\x4a\x18\x62\x6a\xca\x56\x09\xf9\x60\xe8\x39\x88\xce\x62\xd6\x4c\x52\x56\x1e\x8b\xb8\x93\x92\xc0\x1d\x2d\xd0\xf4\x33\x65\x99\xe8\xd9\x38\x76\x32\x70\x54\xb2\x4c\xf4\x2c\x6b\x91\x89\x9e\x9d\x59\x6c\xb4\x66\x12\x8b\xef\x1b\xe6\xa8\xc8\xce\xce\xc2\x17\x93\x14\x24\xfe\x94\x91\x89\x95\x2c\x15\x93\x10\x73\xe4\x54\x1c\x93\xff\x4f\xfd\xcf\xf7\x97\xe6\x9c\x11\x89\x22\x0e\x73\x79\xf4\x3f\xcf\xd2\xda\x43\x14\x48\x3f\x65\x65\x86\xab\x71\x26\xfb\x15\x38\xcc\xf6\x2b\x04\x73\x49\x3f\x5d\x65\x86\xaf\x73\xa6\x5a\xf4\x1c\x7b\x40\xb0\x90\x1a\xc9\xee\x66\xfa\x29\x2f\x13\xa3\x53\xaa\x5e\xc3\x20\xb0\xae\x8d\xc9\x0f\x12\xde\x39\x6b\xd5\x14\xf3\x2c\xe8\x51\xa0\x65\x67\xaa\xda\x96\x83\x21\x29\x33\x42\x65\xd9\xa5\xbc\x44\xc0\xdc\x4c\xcd\xfb\x34\x86\xd4\x1c\x79\xcb\x69\x6c\x26\x92\x06\xbc\x51\x83\x26\x27\x03\x09\x21\x2e\x39\x19\xc8\xe0\x7b\x85\x43\x4d\xfe\x3f\x4d\x23\x3f\x28\xbe\x69\x96\xbf\x5c\x39\xa9\xc9\x10\x33\xe9\xfd\x31\xc0\x28\x26\xa0\x79\x4d\x63\x02\xba\xd7\x34\xfe\xef\x3a\x87\x21\x2b\xa7\xee\x38\xa0\x10\x2a\x92\xeb\x22\x60\x3c\x4e\x4b\x59\x89\xf1\x2e\x65\x85\x93\xb8\x94\x15\xf6\x65\xff\x29\x0e\xc8\x51\x49\x3e\x85\xcc\xd1\xec\x66\x26\x6c\x1c\x39\x15\xb6\xcc\x46\x70\x65\x05\x0c\x3c\xe9\xa7\xee\x14\x2c\xd8\xc9\x99\x93\xd0\xfd\x93\x22\x65\x37\x74\xac\xe4\x6c\xb5\xd0\x25\x7d\xa8\x06\x3e\x79\xa6\x21\xad\x8d\xcd\x28\xbf\xc3\x86\xee\x9f\x54\x6d\x61\xfb\x8c\x5b\xf0\xf0\xed\x3b\x0a\x85\xee\x7f\x38\xb1\x75\x28\x4c\xf7\xc9\x39\x6e\xf1\x95\x26\x29\x51\xdb\x67\x72\x86\xed\x4e\x9c\xc2\xe1\xc9\x60\xc7\xb9\x0a\xdb\x4e\xb7\x4a\x64\x9b\xe1\x54\x4a\x5b\x82\xdc\x99\xa6\x8d\x4a\xec\x12\x21\xc2\x37\x34\xd6\xf4\xd3\xb2\xca\x87\xd4\x69\x52\x39\x06\x4a\x64\xfb\xa1\xc3\x89\x6c\xbf\x7d\xac\x45\x8f\xc9\x71\x60\x2f\x9a\x47\x9a\x5e\xf5\xa0\xcb\x65\x1c\x32\x0c\xd3\x81\xbd\xb8\x15\x93\x03\x7b\x3f\x4b\x72\xac\x45\x8d\x4e\x5c\xb5\x01\xa3\x5c\x3a\x96\xfd\x2c\xe6\xe2\x70\xa0\x1b\xe7\xf1\xf0\x06\xe7\xc4\x1f\x6b\x59\x63\x60\x87\x69\xe5\x85\x45\x2b\x6d\x2e\x5a\x83\xf8\x95\xf3\x96\x53\x76\x88\x56\x36\xb4\x6b\xb4\x61\x71\x4e\xa7\x91\x47\xf0\x7e\xe5\xbc\xfd\xf0\xca\xd3\xea\x3b\xff\x8b\xb0\xcf\x65\x21\xbd\x6c\xfb\x70\x63\xe9\x65\x1b\x6e\xae\x74\x4a\xc1\x67\x94\x52\xcb\xca\x47\xd6\x3a\x7d\xcd\x17\x46\x65\x0d\x9f\x41\x08\x8d\xca\xc9\x96\x12\x56\x51\xf0\x93\x0a\x3f\x8c\xcc\x25\xb8\x92\xe0\x32\xee\x4b\xa6\x42\xb6\x85\xd4\xb2\x0d\xdd\x3b\x5d\x82\x9f\xb2\xe8\xce\x79\xfb\xb9\xa5\x94\xf3\xf6\xc3\xb1\x94\xf3\x76\xc3\xa2\x93\x04\x96\xdf\x3e\x37\xb5\x80\x55\x1b\x36\x9e\x74\xd9\xab\x09\x13\x97\x66\xb6\xa1\xe0\x27\xa5\x34\xd9\x3e\x57\x8f\xa0\x55\x1b\xca\x5d\x72\x8e\x13\xfc\x92\xe9\x5e\xa4\x46\xa3\xce\x94\xfb\xb9\x7f\x6f\xaf\x69\x90\xea\x4c\xb9\x9f\xbb\xe2\xb6\x44\x80\x2c\xe9\xb4\x28\x1f\xa9\xc5\x59\x50\xb0\x65\x24\xe7\xce\xc5\xda\x91\x56\x5a\x14\x16\x49\x59\x50\x5a\x66\x83\x3b\xeb\x09\x16\x93\x74\x9b\x36\x98\xd0\xbd\x68\x8b\x71\x28\x37\xee\xf6\x11\x66\x9e\x45\x5b\x10\xfb\x58\x2c\xfe\x53\x79\xf0\x99\x9c\x26\x85\x21\x59\xaf\x03\x45\x94\x1e\xaf\x3a\x87\xd0\x79\x52\x3e\x57\xfb\xb3\x96\x9d\x1f\xbc\xec\x70\x78\xe7\x49\x61\x3d\x1e\xdf\xac\x28\x23\xaa\x8f\xf1\xdd\x6b\x8f\x8b\x3f\xa2\x3d\x3c\x8b\xd7\x32\x11\x6b\x66\x62\x22\xde\x4d\x6b\x1a\x4d\xbc\x9e\x98\xcf\x0f\xc9\x77\x40\xb4\x29\x2d\xaf\x46\xc9\xc9\x99\x5e\x03\x91\xc3\x0e\x90\x94\x60\x77\x22\x2b\x3b\x71\xca\x47\x27\x59\xfe\x27\x94\x96\x95\x61\x17\x5a\x9d\x61\x17\x2e\xf7\x3a\x36\x21\xf3\x82\x31\xd8\xd0\xbe\x72\xee\x86\x24\x94\x37\x07\x40\x4e\x7e\x70\x00\x64\x08\xfd\x79\x33\x2a\x3b\x04\xbe\xbc\xb2\xab\x84\x15\x32\x6f\x32\xf3\x0f\x9e\xed\xbb\x6f\x7c\x21\x69\x02\x64\x4d\x76\x5a\x5e\xc4\x8b\xbc\x99\xf8\x60\x42\x79\x5b\xb4\xf2\x89\xb3\x86\x4c\x3e\xb1\xdd\xb1\x33\x72\x13\xdb\x69\xc3\xc4\x06\xe4\x28\x2b\xf0\x18\x0c\x54\x76\xaa\xdd\x12\x88\x9e\xec\x54\xbb\x68\xaa\x79\xa5\xda\x85\x36\xa1\xff\xf1\xa9\x65\x67\xda\x8d\x38\xa0\x99\x77\x05\x77\x0e\xfa\x54\x90\xea\xe7\x7f\x61\x2f\x20\x63\x37\xa1\x61\xee\xcb\xfb\xa2\x8b\x2f\x4c\x57\x65\x0c\x8b\xae\xa0\x23\x89\xae\xc1\xb3\x62\x6f\x99\xcc\x64\x7b\x6b\xb4\xe8\x7a\x79\xd8\xc0\x72\x5a\x64\xf2\xc5\xba\x67\xf8\x44\x60\xe3\xd8\x48\xd9\xf5\xf2\xc0\x8f\x65\xa5\xd5\xc5\x71\x96\x5d\x3f\xaf\x84\x08\x9c\x93\xb7\xf3\xe0\x0d\x01\xed\x3f\xcf\x0e\xa9\x62\xa3\xa5\x35\x13\xfc\xa0\x0c\xd2\x93\x26\x15\x51\x40\x17\x8e\x28\xc0\x6a\x99\x95\x66\xb7\xd6\xb8\xeb\xb2\x23\x0a\xd8\xfe\x2b\xa2\x80\xa9\x5b\x11\x05\x71\xa6\x72\x16\xe1\x0c\x6a\x45\x21\x37\xfa\x58\x84\xc6\x54\xb9\xa2\x1e\xce\x89\x2c\x9f\x55\xc3\x00\x96\xa5\x24\x76\x0c\x2a\xb9\x98\x7d\xc4\x05\x9a\xcb\x62\xb4\xb4\x21\x48\x6e\x24\xfc\x9e\xb9\x58\xad\x62\xfa\x8a\x77\x62\xb8\x5b\xb3\xe3\x8e\xb9\x56\xb2\x92\xe6\x56\xec\xf0\xb9\xd8\xaa\x1e\x0c\x39\x3b\xf2\x38\x78\x54\x76\xe4\x31\xc4\x3b\xf2\x18\x79\x24\x2b\xac\x00\xd7\x66\x76\xe0\x71\x64\x05\x9f\xd9\x79\x1e\xa3\xe4\xd2\xcc\xae\xc1\x17\x59\x3d\x67\x56\x18\x01\xaa\x47\xae\x86\x02\x05\x03\xcf\x02\xa2\xed\xdc\xd2\xb9\x9a\xb0\x50\x08\x73\xb5\x5f\x71\xa7\x0d\x13\xf6\x37\x0b\x5e\xae\xa6\x3a\x88\xaa\xa6\x9a\xfe\x16\xd5\x31\x2d\xd5\x54\xc2\x01\x97\x82\x19\x36\xba\xdc\xec\x3a\x60\xc9\x9b\x5d\x07\x61\xd6\xcd\x52\x31\x3b\x70\x83\xac\xa0\x83\x1d\x83\x4f\x16\x9c\x6d\xe7\x76\xcc\x4d\x51\x20\xec\x55\x55\xe5\x1b\xfb\x46\x9b\x9e\x98\xc2\x1b\xc3\xb2\x5e\xcc\xbe\xc2\x90\x3f\xfe\x9e\xdc\xec\x47\x49\xfc\xe0\x74\x6a\xb0\x02\xc5\x25\xe3\x95\xca\xcd\x7e\x14\x58\x83\xb4\xcf\x86\xda\x90\x95\x64\x17\xe1\x3b\xf7\x45\x7b\x34\xd1\x7d\x83\xc0\x45\xbb\xd5\x32\x96\xa0\x8b\xd4\xb8\x0b\xb3\x31\x6f\x08\x06\xb9\xaf\x3d\x10\xa3\x50\xec\x71\xa9\x8c\xd3\xa8\x37\x4c\x35\xb9\x9b\x01\x35\x7a\xb5\xcb\x28\x33\x50\x2f\xf4\xce\x30\x54\xf0\x27\xaa\x05\xcc\xdc\xe5\x33\x82\x7f\xc8\x01\x97\x90\xf9\xb3\x54\xd2\x8f\x34\x9d\x15\x9f\x0c\x5e\x20\x0f\x2f\xf3\xce\x0b\x8e\x58\x64\x14\xc2\xc2\xf5\x0d\x4a\xa4\x93\xd6\x1a\xf6\xe9\xec\x12\xe0\x1b\x8c\xd1\x21\xcb\xe8\xbd\x79\x38\xdc\x1c\x86\xa2\x98\xe5\xc2\xe6\x1a\x0e\xb4\xff\x8c\xf3\x76\x13\x31\xe5\xd2\x40\xd3\x67\x59\xed\xc6\x43\x46\xcf\x8a\x5a\xae\x00\x36\xb2\x20\x75\x09\x85\x31\x4f\x47\xda\xb3\xd0\x53\x91\xf5\x1c\x1c\xe9\xa4\x09\x35\x37\x2b\xe7\x6f\x61\x07\x4f\xc1\xfe\x60\xe0\x53\xb0\x3f\x0e\x9a\x13\x6b\xa2\xd4\xe6\x69\x42\x83\xf0\xe9\x48\x28\x2e\x60\x17\x5b\xe9\x6c\x03\xe7\xd5\x44\x89\xcd\x73\x51\x1e\xd3\x2b\xcf\x60\x42\x03\xcd\x0e\xd6\xc1\x02\x9e\x97\x67\x30\x94\x8f\x7c\xa8\x42\x1f\x7c\x50\x3a\x6b\x42\xbf\xcc\xd2\x59\x13\x26\x80\x6c\x57\x61\x63\x89\xa4\xb3\x26\xc4\xd2\xbc\x7c\x87\x21\xf4\x67\xfb\x0e\xd1\xc7\xb3\x94\xd6\xd4\x38\xcd\xf6\x1d\x62\x42\xc9\x2a\x3e\x08\x76\x34\x1f\x4b\x64\x8c\xf9\x92\x2f\xb1\xc0\x31\x5c\x7b\x10\x95\x28\x9f\xf2\x4f\x85\xb7\x26\x9f\x6b\xd1\x63\xdc\x4a\x5f\x95\xb0\x2b\xe4\x53\xe0\xcf\x30\x00\xe6\x73\x91\x1e\x83\xb0\xb7\x11\x1b\x40\x3e\x17\xa5\xbc\x21\x46\x56\xd9\x27\xd2\x62\x7b\x66\x2e\xec\x5d\xac\xcc\xd6\x69\xab\x20\x6c\xc8\x15\xc8\x3f\xf7\xe1\x65\xaf\x28\xb4\xaf\x10\x6d\xee\xc3\x2b\x2b\x5e\x29\x48\xbb\x1c\xd0\x04\xd7\xb9\x16\x0b\xe6\x87\xee\x26\xf8\x44\x85\xf2\x58\x00\xc7\x74\x37\x2e\x2f\xa9\xa9\xe5\x8f\xa6\xbf\x2c\x1d\x36\x35\x0e\xe1\x4f\x87\xad\xed\x33\x80\xc7\xed\xf3\x82\x21\x34\xb0\xce\xdb\x64\x87\x0d\x21\xdf\x76\x06\xc7\x34\xb8\x2a\x63\xe3\x94\x4a\x85\x6d\x0d\xde\x70\xaf\x79\x88\x89\xba\xbd\x79\x61\xf1\x77\xd3\xb0\xe8\xa3\xeb\x99\x16\x3c\x2d\x31\xca\x7b\xed\x5c\x06\xe1\x79\x0a\xb5\x39\x4b\xc3\xad\x11\xe7\x3c\xf3\x6d\x4a\xb9\xf5\x6f\x95\xcd\x65\x4b\x48\x9f\x2d\xa0\xb9\xf3\x63\x42\xa3\xd3\x27\x69\x10\xd1\xe2\xe3\x10\x47\x84\x95\x47\x85\x71\xe1\xee\x52\x58\x53\xe3\x4e\x79\xbc\xdc\xf0\xab\x47\x74\x71\x18\x9e\xb5\x5e\xb1\x3e\xcf\x5a\x9f\xa0\x4b\x69\x3b\xdb\x44\xbc\x7f\x2d\x1d\x22\x3f\x2a\x4b\xe7\x07\x83\x91\x5f\x5d\x19\xe3\xf3\x83\xdd\xf5\x9f\x1f\x9c\xef\x1b\xd2\x56\x01\x47\x8e\xd8\xeb\xe0\x4c\x66\xeb\x5d\x2b\xc0\x27\x0e\xce\x64\xba\xde\x55\x34\x96\x5e\x2e\xf7\x02\x2d\x4a\x74\x01\x93\x73\xee\xce\xc1\x7d\x29\xfd\x33\xa1\x38\x17\x27\xf3\x8c\x74\xa1\xb3\x6c\x16\xd9\x3b\x6f\x28\xe9\x65\x30\x8b\xa2\xac\x56\x95\xbb\xae\x6c\x8b\xd6\x1e\x3f\x2c\x5a\x73\xfc\x30\xbc\x11\xf8\xc4\x81\xa8\xb1\xe5\xcb\xe6\x4c\x0b\x1b\xc3\x30\xad\x9d\x37\x16\xad\x25\x7e\x30\xe0\x3c\x44\xa9\xb2\x99\xd8\xc9\x1b\xaf\xdf\x08\x52\x76\x13\x1b\x92\x65\x51\xe6\xab\x84\xa1\xa7\xec\xab\x20\x2a\x3f\x2c\x34\x5b\xf4\xb2\x3b\xbf\x49\xc8\x67\x65\xf7\xda\x43\xdc\xee\x04\x27\x93\x1f\x14\x18\x8a\xff\xbb\x48\x47\x05\x06\x5c\x76\x4f\x47\x88\x5f\x65\x77\xa2\x89\x9d\x91\xfb\x9a\x88\xfb\xac\xa4\x45\x4a\xb4\x29\x15\x92\xfc\x8b\xb3\x48\x85\x2c\x35\x6e\x92\x92\x9c\x64\x63\xf2\x46\xf7\x4a\xf2\x83\xf7\x64\xb0\xec\x92\x8c\x29\x61\x25\xd3\xc2\xb0\xf3\x86\xd0\x17\x6c\x9f\xe4\xdc\x2b\x9f\x4e\xd6\xc8\x69\xe2\x11\x2c\x25\x66\x27\xb9\x4e\x01\xfb\x29\x3b\xec\x95\xf9\x93\x16\x99\x77\x36\x47\x56\xce\x99\x38\x6d\x25\x6b\x8b\xb2\xac\x59\x29\x67\x20\x23\x1b\x81\x18\x87\xaf\x28\xf6\x29\xa3\xef\x15\x55\x69\xef\xec\xa5\xbc\x08\xa7\x49\x83\x69\xf8\xc0\xe1\xc5\x10\x9e\xd7\xfe\x64\x50\x0e\x94\x66\x3b\x66\x9b\xa3\x59\x90\xec\xc4\x93\xd0\x21\x45\x35\xef\xb4\x51\xac\xa4\xec\xfc\x90\xfd\xc3\x9f\x14\xab\xa2\x30\xf6\xc8\x96\x36\x8b\xcb\x12\x44\x5c\xfb\x2c\x86\x66\x46\x60\xfb\x2c\x0b\x9a\xd9\xe8\xf0\x32\x56\x93\x36\x6e\x7b\xa6\x68\xc3\xf5\x35\xd8\x78\x75\xc5\x7b\xc7\xdc\x55\x4b\xd8\x85\x1f\x5c\x1e\x21\xd8\x52\x91\x46\x99\x33\x2b\x58\xad\x2a\x07\xe7\x2f\xd5\x6a\x11\x9b\xc2\x71\xe8\x99\x7d\xe4\x38\x74\x10\x93\x45\x55\xdb\x3f\xac\xce\x61\xe6\x44\x80\x14\xa5\x9d\xfa\xf0\x1c\xa5\x9d\x82\x9b\x16\x97\x61\x8f\xb4\xd2\xb3\x34\xcb\xfd\x99\x26\x95\x19\x27\xd3\xe5\x69\xf8\x13\x3f\x48\xd8\x05\x8b\x57\x5c\x76\x1d\x8b\x48\x71\xd9\xf5\x5a\xe8\xc4\x95\x76\xc3\x25\x5e\xba\xcb\x3a\xc7\x64\xb9\x0e\x7b\x0d\x77\x6b\x51\xda\xa9\xc8\xe4\x36\x8b\xeb\xb0\xa3\xaf\x14\xd7\x61\x8f\x8a\x35\xb3\x74\xa7\x09\x62\x2a\x5c\x98\xbd\xc2\x2a\x55\x88\x85\xa0\xa7\xe2\x42\x2c\x15\x7e\x23\xf5\xee\x03\x8b\x29\xdd\x3c\x8b\x15\x52\x6e\xa9\xf9\xe9\x43\x01\x41\x1c\x21\x97\x59\x41\x0e\x2a\x52\xcd\x32\x52\x4d\xb1\x26\x06\x82\xbd\x48\x11\x18\x35\x8c\x3f\x45\xbe\x29\xca\x1d\xcc\xe2\xe0\xf2\xc2\xa2\xae\x54\xa7\x30\xa4\xdb\xf1\xdd\x7c\xf2\xae\x28\xf8\x7f\x6b\x54\xff\xb1\xac\x7f\x23\xad\x3a\x15\x03\x59\xa8\x3a\x2d\x57\x6c\xb5\xaa\xd9\xe9\x40\xf3\x6b\x17\xbe\xb7\xf2\x81\x42\x17\x42\xb0\xa9\xdd\xae\x90\x50\x14\x6a\x37\xa6\xb0\xd0\xc2\xeb\x26\xa3\x09\xa9\xba\x38\xd5\xeb\x50\xcc\x76\x2c\x48\x1d\x0a\x11\xce\xfc\xef\x7c\x05\xc1\xaa\xeb\x10\x68\x39\x50\xd6\x75\x18\xb5\x55\xe3\xd9\xa8\x2d\xfe\x57\x9e\x9a\xd8\x12\x55\x59\x8b\xb7\x90\xbd\xab\xb2\x16\x6f\x99\xef\x85\xa0\x61\x1a\x87\x80\x75\x0c\x50\x59\x8d\xb7\x38\x2c\x75\x0a\x03\x14\xfb\xa3\x4e\x85\x5b\xc4\x81\xae\x53\x80\x9b\x60\x12\x75\xaa\x80\x40\x6c\xe2\x3a\x6d\xe2\xdf\x69\xd0\xf7\x59\x88\x3f\x75\x0a\x8d\x12\xfb\xa9\x4e\x17\x38\xda\x69\xf2\x14\x14\x82\x2e\x85\xdd\xd8\x19\x92\xb0\x1a\x9f\xf7\x5f\x3d\x47\x83\xd2\x43\x4b\x54\x89\x9e\xf5\xb0\x53\x38\x96\xf5\x70\xb2\xa1\xc2\x0f\xf2\x12\x27\x5a\x10\x8a\x99\x49\x57\xa5\x50\x70\x4f\xf5\x58\x97\x76\x2c\xeb\xb1\x88\x8c\x31\x1f\xd6\xc4\x62\xc7\x57\xfb\x45\x31\xcf\xd5\xc3\x9b\x2d\x33\xca\x5b\xee\x14\x3a\xb5\x6b\x8a\x89\x3a\xed\x89\x0a\x21\xb9\xfe\x94\xcc\x02\x28\xa5\x4a\xc7\x9c\x11\xa1\x3f\xab\x54\xc8\xfd\xa7\x20\xfe\xe1\x62\xaa\xf2\x9a\xee\x51\x6d\x7b\xd6\x73\x59\xce\x62\x9e\xe4\x14\x25\x56\xa7\x9e\xcb\xfd\xc0\x0f\xb7\x9b\x60\x48\xcb\xd7\x42\x13\xaf\xdf\x08\x22\x2e\x1b\x05\x43\xf9\xae\xd7\x32\xf9\x45\xa3\x97\x6d\x9f\x9c\xfc\x9f\x7e\x59\xb1\x9f\xd4\x6b\x8d\x93\x1f\x64\x76\x9f\xf4\xb1\x2c\x9f\xb1\x07\x2f\x1b\xd1\x59\x40\xe3\x4b\x83\x39\xd7\x7b\xe9\xef\x31\xee\x5b\x36\x9a\xe0\xff\xf5\x56\xde\x47\x78\x89\x54\xbb\xc8\xad\x3c\xeb\x8f\xa1\xd5\xa8\xf0\x3b\xab\xf5\x32\xdc\xac\xf5\xb6\xd0\x1f\x52\x44\x7d\x56\xed\xf6\xe8\x52\x8a\x19\x71\x6c\xf5\xb1\x80\x15\x63\x7c\x1c\x0b\xc9\x8e\x51\x9a\xaf\xbc\x33\xb7\xf2\x2d\xe6\x9d\x15\x7d\x16\x4b\x8c\x4f\xac\x34\x81\x12\x6d\xbb\xb1\x5f\x33\x9e\x9d\xe8\xfe\xf3\xc3\xf3\xdf\xff\x5a\x64\x8d\x98\xed\x27\xf3\x92\x8a\x66\x36\x47\xfa\xc4\x5a\xb4\x94\xf4\x7f\x8d\xe7\xac\x67\xbe\x77\x84\x69\x8b\x67\x95\xd6\x19\xbc\x2f\xe1\x76\xe7\x7d\x23\x89\x63\x3c\xbf\x7b\xa1\x21\x60\x34\x85\xf0\xc0\x6e\x5a\x52\xc4\x69\x30\xc0\x96\x1d\x71\x1a\xe3\x5b\x72\x6c\x7c\xaf\x00\x1e\x4e\x72\x5b\x21\xfd\xb1\x35\x9a\x7c\x1d\x0d\xd3\x64\xfb\x89\xa5\xad\x87\x22\xd1\x7e\x52\x69\xeb\xcc\x80\xa4\x52\x5c\xad\xed\x27\x94\xb6\x1e\xb2\x77\xcb\x4a\x65\x52\xf8\x5f\x69\x49\xe3\x2a\x6c\xf6\x94\x84\x40\xda\xe4\x28\x69\x80\x9d\x9b\x04\x52\xd0\x0d\xad\x28\xe4\x34\x4e\x54\xb3\x9b\x24\x8e\x43\x93\xc4\x39\xd2\xa7\xc5\xe3\xbf\xff\xf5\xfd\xd3\x80\x42\x48\x27\x0d\x28\x84\x94\x11\x55\x65\xfe\x88\x4b\xa8\x55\x05\x15\x42\x61\x15\x1a\x9b\x0e\xab\xd0\xd8\xf4\xb7\xa2\xe8\xe3\x88\xb7\x2a\xb4\x35\x23\xfe\x09\x96\xa9\x32\x25\x55\x21\x9c\x89\xf7\x85\xae\x66\x0a\x7f\x62\x66\x8a\x8c\x8b\xb3\x55\x85\x74\x86\xdd\xa4\x35\x85\x70\xb2\x44\x4d\xa9\x4a\x58\x22\x79\x00\x06\xa0\xce\xa6\xd0\x18\x4c\x99\xad\x29\x33\x47\xa5\xc1\xeb\xf7\x7f\xb0\xe2\xd6\x94\xa2\x2f\x9c\x48\xad\x29\x0c\x33\x24\xf6\xa6\x0a\xe8\xa0\xa1\x5a\x17\x98\xba\xf2\xac\x6b\x96\x15\xe8\x46\x83\x47\x7b\x5d\x89\x3a\x32\xed\x09\x3f\x1d\x06\x94\xd6\x15\x36\x0a\xc1\x92\xfb\x4a\xdd\xf8\x41\x68\xef\xca\x07\x02\x0b\xb3\x24\xfd\x91\x1c\x10\x03\x1a\x92\x0b\x98\xe1\xe1\x4d\x17\x1c\xb3\x09\x44\xb6\xb1\x44\x43\x82\x00\x7b\x66\x18\x0b\xfc\x97\x4a\x7a\xb3\xb9\x16\x03\x87\x78\x49\x39\x8c\xc6\xa3\x65\x34\x96\x6a\x18\x8c\xac\x98\xa0\x23\x9b\x8a\x33\x10\x23\xdc\x24\x96\x94\x1a\xcc\xb5\xfd\xc4\x92\x49\x50\x70\x5b\x52\x49\xf4\xa0\xe2\x0c\xe0\x80\xdb\x14\x70\x8f\x05\x31\x84\xeb\xd3\xa1\xe1\x12\x21\x43\xb4\x85\xd8\x0a\xa1\xa1\x19\xb1\x85\xc3\xa7\xc9\xfa\x5d\x22\x45\xe7\x6c\x46\x6c\xe1\x16\x6c\xb2\x7e\xf7\xfd\xf3\xc9\xf4\xed\x19\xdd\x2a\x0b\x28\xfe\xb2\x76\xd8\x59\x03\xb7\x3a\xec\x95\x8b\x8b\xab\x9d\xbe\x6f\xe1\xf8\x8a\x7a\xc1\xaa\xdc\x5c\x57\x01\x5c\x5e\x53\x18\x4c\x14\xc3\x9f\xed\x94\x15\x93\xef\x7d\xd9\xc6\x90\x84\xad\x6a\x9f\xf6\x7c\x96\x63\xe6\x4e\x9f\xe5\x98\x79\x9b\xa4\x49\x8b\xd3\x5c\x48\x81\x0e\x54\xe3\x09\x31\xbd\xb9\xc6\x13\x1d\x5e\x82\xa9\x73\x98\x2f\xef\x4c\xfe\xf7\xce\x8c\xbd\xa0\x1a\x4f\x08\x2d\xed\x27\x2d\xcc\x0d\xe6\xa3\xb2\x09\xe8\x8f\xed\xf2\x52\xf3\xbd\xb0\xc3\x99\xf6\x25\x8f\x32\x5f\xc2\x3a\x01\x70\x6b\x0b\xeb\xc4\x07\x32\x14\xef\x51\x2e\x6e\x36\x09\x13\xc4\x50\xb7\xdb\x02\x0e\xff\x77\x2f\x09\x2f\xd8\xc7\xc1\xf6\xbc\x95\xfb\x8e\xe3\x6d\x43\xf1\x67\x3b\xde\xaa\xdf\x0b\x83\x92\x7c\x82\xdd\xb8\xdd\xf6\x74\xb1\xa1\x6f\xb9\x3c\xe0\x78\x96\x57\x10\x8a\xdb\xe3\xe4\x78\xcc\x9b\xe4\x13\x52\xd7\xb4\x47\x7e\x82\x90\xdb\x9b\xa5\x11\x74\x85\x26\x69\x04\x28\x54\x73\x84\x0a\xf3\xa4\xf2\x07\xe8\x32\x4d\xe5\x0c\x2a\xd3\xf4\x9a\x47\xc5\x10\x55\xce\x60\x63\xa7\xbd\x49\xef\xc7\x1c\x48\xd8\x29\x83\xc3\xf1\x56\xad\x5c\x8c\xf8\xa7\x74\x66\x40\xd9\xed\x15\x08\x3b\x9c\x4f\xed\x1d\x7a\x9f\xff\x85\x42\x87\x07\xbe\x87\xfe\x67\x80\xda\x49\x5c\x3b\x8a\x49\x21\x06\xa8\xb9\xfa\x01\x73\xda\x55\xec\x1b\x0c\x61\xdf\x16\xcf\x98\xf1\x43\x76\xf6\x9c\x3d\x7e\x28\xd2\x01\x5a\x3c\x1b\xa3\x12\xbb\xb7\x6f\x06\x8b\x85\x0a\xda\xb7\xa9\x2f\x68\xf2\xf4\x6e\xe4\x85\x5b\xbb\xb1\xc6\xf3\xa3\xe7\x14\xcf\xaf\x9e\xa3\x07\x19\x70\xf7\x1a\x92\x6c\xdf\x77\xbd\x90\xe3\x39\xb9\x87\xe8\x52\x25\x9b\x88\xd9\xef\x7b\xd3\x73\x4c\x83\x0b\x71\x47\xd9\xb8\x1f\x9f\xf6\x0f\xf4\xe9\xfb\x0d\x32\x77\x39\xe4\xe3\x90\x77\x03\x86\x66\x6d\x7f\xb9\x7f\xfa\x2e\x0f\xf6\x64\x80\xf6\xef\xc5\x5e\xee\x69\x71\xcd\xa0\x49\x62\x6e\xc3\xfb\xd9\x93\x1d\x7c\xc1\x26\x7a\x5a\x7c\x94\x37\xac\x42\x44\x27\x2e\xd3\x0d\xa3\xe8\x2e\xd3\x1d\xf5\x3f\x66\x4f\xf2\x0f\x85\x2c\xda\x6d\x0a\x8e\x0a\x2c\xb3\x27\xbb\x27\x82\xd7\xf5\x9f\xb4\x5c\x23\xb7\xe0\xec\x59\xa5\x7d\xe3\x1e\xec\x92\x76\x0b\xc9\x2f\xfa\xb2\xda\x46\x17\xc2\xfe\x7c\x42\x96\x7b\x5e\x3a\x04\x6f\xf8\x2a\x65\x93\x66\x4b\xe8\x2c\xa7\x4d\xa8\x91\xfc\x73\x76\x49\xb0\x1f\xab\x46\x77\xf2\x4f\x64\xe8\x5e\x5c\xf5\x36\x86\x25\x93\xea\xc7\xce\xd1\x65\x35\xe5\x28\x76\x1b\x49\x31\x64\x74\x1b\x49\xb1\x5c\x74\xc5\xaf\x7f\x8e\x8e\xe3\xd7\x2b\x4b\xa8\xfc\xa0\x13\xf0\x78\x57\x7e\xd0\x8c\xdb\xb0\x2b\x24\xbd\xe3\xc0\xeb\xd5\x92\x76\x0c\x5b\x36\xd3\x81\xef\xa2\x57\x73\x90\x98\x7f\xd9\x50\x4b\x65\xdc\xd5\x40\xf9\x44\x93\x46\xe8\x7e\xde\xb8\xed\x91\x8d\x61\xc9\x86\x0a\xfe\xb9\x0b\x57\x53\x90\x7e\xbb\x72\x44\x11\x3b\xd2\x95\xca\x93\xf4\x00\xbd\xd9\x28\xc5\xb3\x8e\xdb\xe7\x7d\xcd\x14\xc7\xef\x27\x0d\xa7\x2d\xa4\xb1\xde\x64\x37\x0b\xe4\x62\x57\x58\xc6\xc6\x2e\x6c\xab\x08\x22\x03\x92\x30\x19\x22\x46\x57\xa4\xc5\xc6\xbe\x96\xb1\x74\xec\x7c\xe0\xd0\x0b\x76\x65\x57\x64\x09\x93\x24\xf1\x17\x1b\x41\xef\x9e\xe6\xa0\xc8\x71\x16\x9f\xb3\xd6\x1d\x5c\x10\xc6\x93\xee\x40\x8b\xcc\x90\x56\xd4\x16\x4d\x2c\x01\x8e\x31\x98\x39\xb3\xf8\x8e\x2b\xff\x70\xe7\x61\x11\x2f\x24\x93\xbe\x22\x2d\xe8\x65\x18\x94\xcf\x11\x77\xe8\x79\x0e\x39\xb3\x3b\xd4\x82\x71\x0a\xc5\xd2\xa2\x6e\xf9\xec\x8e\xac\xe0\x52\xea\x42\xb1\x14\x6c\xd3\x7d\xac\x1d\x44\xaf\xa7\xf6\x03\x6d\xca\xb2\xb4\xf3\xbf\x2d\x4b\x85\x17\x5e\xbd\x10\x5d\xb8\xb8\x6b\xfd\xfc\xd0\xfd\x43\x7c\x21\xc4\x09\x89\x0e\xba\x43\xd1\xeb\xe7\x07\x43\xa8\x42\x7e\xe8\xd3\x81\xce\xf0\x80\x69\x51\x35\x74\xa4\xbe\x62\xd1\xd9\x67\xd3\xb2\x6b\xa3\xd1\xb5\xf3\x63\x3a\x8f\x1f\x7b\x03\x8d\xd3\x17\xe2\x04\x1e\x7b\x98\x2b\x87\x4c\xd1\x15\x8b\x0e\xc6\xb6\x2f\xc4\x09\x6b\x68\xc4\xc9\x87\x35\x1d\xb2\xec\x30\x88\x85\x2f\x61\xc9\x16\x9c\x84\x8d\xe2\x54\xfc\x9f\x45\x76\xfd\xb3\xcf\xce\x51\xd2\xd9\xd2\xd2\x9f\x2e\x27\xd7\x46\xfb\xec\xaa\xd3\x4c\x9c\xf3\x74\xda\xa0\xc9\xf5\x68\x19\xbe\x71\x02\x85\x2e\x69\xe4\xfd\xe9\xe7\xba\x6b\x62\x8c\x46\x97\x44\x71\xab\xd9\x8d\x2e\xe9\x70\x71\x09\xf6\x09\x90\x56\x17\xdc\xa4\x91\x5a\xaa\x9f\xae\x41\xc0\xf5\x23\xd9\x7e\xf4\xf0\xda\x77\xd9\x03\x4b\xfd\x0c\xec\xf5\xe5\x11\x43\xbf\x6c\xbd\x65\x1c\x8a\x66\x1f\xcc\xff\xb5\x88\x8d\x9d\x25\x3c\xca\x60\x49\x65\x1e\xfc\x1c\x87\x6b\xdd\x0c\x31\x2a\x85\x4d\x7c\x6c\x52\xfd\x9a\xf2\xab\xf0\x82\x52\x99\x0c\x7a\xb8\x24\x48\x06\xe1\x0e\x91\xf8\xec\x11\x87\x48\x7c\xb6\xd9\x0a\x91\x80\x63\x39\x44\xe2\x73\x33\x08\x4f\x52\x3e\xd7\xd1\x4f\x4d\xa8\x58\x8c\xbb\xb5\x04\x5c\x4c\xfd\xb6\x1d\xb4\xf1\x85\xb1\x50\x5c\x1d\x4b\x4f\xe0\x1a\x5d\x7a\x02\x73\x61\x44\x09\x49\x54\xfa\xb2\x53\x06\x25\xcf\x9a\xfe\xe8\xf5\x59\x7e\xde\x68\xd3\x66\x47\xd2\xda\xf5\x7f\x72\x7d\xd0\x2a\x40\x48\x07\x02\xd7\x9d\x49\x36\xd4\xf9\xfe\xac\x5d\x10\x2f\xbc\x4b\x84\x8c\x5e\x5d\xa5\x75\xb2\xf9\x14\x4b\x40\xad\x89\xd9\x5f\xa5\x2d\x0b\x03\x46\x7f\xed\x59\x67\x1b\xbc\x0a\xe4\xe2\x10\x0a\xdb\xb1\x57\xa4\xa9\x57\x3a\x13\xd3\x69\x68\x07\xee\xfc\xae\xa2\xac\x64\x94\xe8\xaf\x52\x41\x87\xbe\x32\x04\xd3\xc8\x39\xc6\x30\x94\x30\x16\xf7\xf3\x50\x2e\xaa\x1c\x3d\x0c\xe7\x9a\x8a\xad\x3d\x7e\xb2\x79\x46\x9b\x1f\x4a\xea\x8f\xae\x3e\x36\x25\x64\xf9\xbc\x2f\x4f\x47\xdc\x26\xc3\xb9\xa2\xe2\x30\x8d\x9f\x5c\x9d\xb1\xd7\x0f\xc1\x22\x46\x0f\xb3\xd6\x10\x2c\xa2\xa7\xe0\xe3\xc3\x05\xc1\xd8\x31\xc3\xd9\xa0\x3e\x7d\x2a\x0d\x3f\xe8\x95\xe1\x64\x50\x98\xe7\xc7\xbe\x6e\x13\xde\xb0\x31\x26\xf8\xf8\x70\x36\xa8\xcf\x38\x05\xc5\xc7\x83\x33\x24\x2a\x57\x40\x94\x43\xa2\x32\x91\xea\xc3\xa9\x9f\x70\x01\x8c\xe4\x98\x98\x38\x3d\x23\xf9\x9a\x64\xee\x92\x63\x62\x98\x8c\xe4\x5b\xb1\xc6\xb3\xd4\x1c\x08\x4b\xce\xd0\x52\x18\xb6\x5d\x15\x71\x36\x86\x84\x69\x32\x02\x0c\xa7\xe6\xaf\x0c\x33\xdb\xa2\x13\xbb\x76\x48\x9a\x2e\x35\xce\xf0\x30\x92\x9e\x9c\xc2\x23\x77\xb5\xc9\x17\xbe\x58\x83\x2e\x25\x83\xda\x3e\x63\x38\xf5\x1c\x0d\x96\x75\x50\xa2\x41\xa7\xcd\x8f\x04\xe7\x73\x94\xc5\x47\xa2\x09\x17\xe7\x9a\xec\x8a\x9f\x2c\x5d\x41\x76\x0e\x89\xd2\xf5\xc7\xb5\xff\x70\x3d\x0d\x01\xe8\xf7\xce\x72\x2f\x00\x7d\x1c\xd5\x51\x2c\x0b\x84\xcf\x60\x14\x6b\x6f\x9f\x41\xcb\x1a\xf1\x79\xf6\xfd\x08\x95\x32\x46\x7c\x48\x50\x79\x2b\xe6\xb9\xfa\x56\x8f\x0e\x64\x60\x9e\x5b\x70\xb1\xe1\x2a\x5c\x51\x9f\x63\x8e\x2a\x48\x5a\xe2\xd9\x9a\x54\xa5\x09\x1d\xfe\xd0\xe5\x87\x8b\x70\x45\x45\x8e\x39\x5c\x84\x0b\x6c\xcf\xa8\xca\x1c\xbf\xf3\x6c\x0f\x0f\x7d\xb8\x08\x17\x58\xcb\xd1\x96\xc3\x26\x3e\x11\x98\xbd\x87\xa8\x3f\x9a\x75\x2d\x08\x6f\x5d\x2f\xf0\x3c\x9c\x10\x81\x1f\xa6\xb9\x33\x4d\xb8\xa0\xd1\xa7\x89\x53\xd7\x65\x2c\x97\xd0\x10\x2d\x6a\xf4\xcc\xd1\x9c\x23\x34\x26\xd7\x50\x07\xce\x45\x77\x7a\x19\xfe\x77\x65\x56\x26\xbb\x2f\x84\x40\xb4\xa8\x1a\xf9\x20\x7d\xc6\xa1\x34\x10\x1c\xde\x43\x1e\xde\xcc\xff\xaf\x58\x77\x6c\x07\x39\x3a\xb9\x6e\xc7\x69\xb3\x08\x3d\x2a\x44\x14\x57\xd9\xb0\xb8\x93\x42\x68\x1e\xa7\xb7\x38\xcf\xd6\xcb\x42\x04\x18\xe7\xba\x29\xe9\xd3\x50\x0a\x76\x8c\x32\xf7\x10\x16\x35\x2c\xec\x34\xb8\xfb\xa9\xab\x34\xac\x3b\xe3\xf4\x06\x61\xa6\x4f\xa3\x1c\xd9\xd6\xa7\x51\xa8\x21\xdb\x8c\xcb\x58\x23\x58\x8c\x9c\xa1\x35\x85\x85\x68\x5c\xce\x49\x14\xa3\x58\x89\x79\x76\x9a\x58\x94\xc5\x5c\x5c\x8e\x01\x88\xdb\x78\xb8\xa2\x12\x59\x39\x86\xd0\xb7\xa5\x76\x3a\x39\xbd\x67\xe8\xe5\xb2\x66\xcc\x0f\x8f\x97\x38\xb6\x99\x6a\x18\x81\x49\x1b\x02\x74\xd4\x0c\x1b\xba\xd7\x17\xd1\x84\xaa\x16\x81\xc4\x1a\x8f\x8d\x04\xcc\xdf\x63\x31\x77\xf0\x83\x12\xc2\x71\x09\x38\xb7\x66\x48\xd5\x43\x55\x8d\x88\x2e\x1c\x8f\x4f\x4f\x98\x04\x86\x52\xe4\x60\x77\x1d\x32\x38\x62\xb8\x1a\x32\x38\x62\x09\x1b\xaa\xb7\xfa\xe1\x22\x8e\x9a\x24\x65\xc2\x50\xce\x1c\xd4\xa2\xb1\x2c\x94\x41\xe3\xeb\xd8\x66\xb6\x80\x4d\x92\xac\xd6\x2b\xc5\x96\x1e\x5e\x5f\xd0\x1c\x8d\x57\x79\x21\x32\xcf\x53\xcf\x7c\x60\xe5\x2f\x44\xa9\xf1\x5a\x66\xf8\xf7\xc1\x74\x41\x55\xa4\x9a\x69\x9b\x22\x32\xe1\xdc\x84\x7e\x08\x11\x60\x6e\x56\x49\x67\x3c\x3b\x2a\xbc\xd0\xe4\xba\x6b\x6b\xfc\x20\x67\xc9\xa7\xc5\x43\xc7\x91\x16\xa5\x7c\x87\x9c\x3a\xb7\x95\x47\x2f\xba\xd8\x7d\xb3\xf2\xec\x50\xd2\x60\xb6\x53\xf5\x88\x7a\xfa\x4b\x2d\xf2\x39\x77\x73\x03\x5a\xb3\x5f\x25\x78\xfb\x74\x5d\x54\x14\xcb\xa9\xa4\x99\x18\x6e\xe7\xbe\x0e\x7f\x89\x1f\xe4\x67\x49\x3c\xeb\x1a\x8e\xbd\x3a\x77\x27\x80\x0b\x51\x70\xca\xa2\xb8\x7d\x5a\xb4\x30\x11\x97\xc1\x4c\x32\x92\x86\x09\x64\xa6\xa5\x73\xc7\xa8\xd3\xba\xa6\xa3\x0f\x47\x17\x56\xda\x54\x74\xe1\xf6\x69\xd2\x4a\x38\xa3\x72\x74\x21\x49\xaf\xa7\x83\x07\x49\x3e\x39\x85\xfb\x24\x3a\x74\x5a\xe6\x21\x0b\xf6\x74\x09\x53\xc2\x28\x67\xb6\xc0\x11\x56\xfc\x69\x29\x88\xbc\xd8\x33\x2f\x09\xa4\xc5\x0f\x55\xcc\x37\x26\x2f\x1b\x7a\x1b\x37\xc8\xcc\x8e\xc8\x62\xb9\xb3\x6d\x1c\x83\x26\x96\x6c\x1e\x03\xcf\x36\x27\x7c\x7a\xb5\x8e\x5d\x18\xb9\x64\x08\xa6\xcf\x6e\x74\x12\x25\x4f\x27\xc9\x04\x2c\x37\x0d\xec\x2c\x1b\x3f\x58\x8d\x6e\xfc\xa0\x52\x2d\x2c\x5a\x59\x62\x45\x8c\xb3\xd8\x42\x0b\x69\x2a\x4a\x04\x9c\x6e\x16\x57\x01\xd9\x69\xc2\x3a\x73\xa2\x0f\x63\x56\x13\x6d\x3a\xde\x8a\x35\x29\xc6\x92\xd0\x68\xb5\x60\xc1\xb8\xaa\xa0\x23\xec\x94\x2a\x2b\x2f\x3b\xc5\x65\x8b\x08\x59\x9c\xd5\x95\x12\x3b\x6f\x54\x49\x09\xb4\xb8\xee\x19\xfa\xb4\x24\x12\x0b\x22\xc3\x66\xde\x21\xcc\x12\x15\xd1\x7e\xd3\x65\x8c\xc8\x7f\x3e\xab\xb0\x88\xa1\xfe\xcc\x6a\x88\x1f\xb3\x29\x89\x6a\x7e\x9e\x17\x0a\x33\x9a\x54\x00\x61\x26\xb2\x60\x36\x1b\x07\x58\x31\x05\x10\x76\x72\xd1\xcf\xa9\xaa\x28\x61\xf0\x9e\x53\x89\xc6\x58\xb0\x69\xdf\x43\xdc\x3a\x73\xca\x1a\x1a\x5a\xdf\x94\x21\x6b\xec\xcc\xbe\xcb\xf4\x93\x9b\x6c\xae\x74\x1e\x85\x37\x1e\x1f\xcc\x98\x9b\x65\xa7\x8a\x8b\x64\x1e\x3e\x33\x83\x37\x8a\xd3\x8a\x47\xa3\x87\x00\x47\x9d\x2f\x04\x8e\xe6\xac\x1f\xce\x60\xf1\x69\xc1\xd6\xec\xb8\x6b\xa6\x2b\x42\x72\x84\x0e\x5f\x5e\xb4\xf8\xe8\x99\x06\xa4\x6d\x32\x82\x53\xf9\x72\x42\x0a\x9b\xa7\x72\x20\xc1\x55\x4f\x19\x71\x43\x6a\x9b\xa7\xb4\x51\x0e\xf5\xe9\xbb\x2e\xfa\x3f\xe5\x7d\xe3\xde\x91\x08\x56\x3e\xa7\xed\x74\xb6\x11\x0e\xe8\x69\x33\x2f\x24\x9c\x36\xf3\x72\xe8\x4f\x8b\x1d\x21\x55\xcc\xd3\x6b\x11\xba\xe7\x54\x16\x8e\xcf\x75\xe8\x2c\x1c\x64\x9a\x9b\x97\x6d\xb6\x21\x09\x4e\xc5\x37\xd5\xcf\x44\x08\x90\x36\x72\x88\x47\xf3\xf2\x0d\x59\xff\x64\xcf\x9b\x2b\x49\x47\x88\xe8\xf3\xb2\xce\xcd\xc1\x58\x39\x39\x60\xcb\x2b\x27\x07\xc7\x71\xe5\xe4\x60\xae\x96\xc1\x89\x1b\xeb\x96\x53\x80\x2d\x77\x4b\xe7\x86\xab\x38\x23\x07\x1c\xe0\xae\x7a\x8e\x06\x6f\xab\xdc\x10\xb9\xf2\x6f\xc0\x50\x57\xfe\x0d\x78\xc6\x2d\xcf\x62\xe2\x0b\xdb\x07\x59\x8c\x5b\x2a\x38\x1c\xe1\x36\x9d\x8d\x26\x65\xa9\x66\x53\xdf\x32\x4c\x73\xd4\x2c\x23\xe2\xd4\x99\x96\x11\x13\x9b\x56\x4e\x68\x80\x31\x53\xd6\xaa\x9d\x84\xec\xf3\xf1\x3d\x0b\xa1\x8f\x55\xf2\xcf\x27\x42\x27\xa5\x50\x80\xe6\xe3\x8b\x37\xf4\x93\xf9\xf8\xa2\x0d\x8b\xec\x7c\x0e\xff\x10\x53\x21\x49\x71\xaf\x90\xfa\xc8\xda\xf0\x79\x5e\x2c\x21\x48\x5b\x26\x30\x16\xe4\xb5\x80\x10\xe3\x7c\xad\xc7\x0f\x7e\xb0\xc5\x2b\xcc\x4d\xf3\x75\x3c\xf0\xe7\x07\x03\x23\x07\x6d\x9a\xb9\x21\xa6\x38\xbf\x06\x69\x2a\xa6\xf3\x6b\x90\x16\x61\x3a\xbf\x06\x49\x0e\xe6\x6b\xbb\x3d\x1c\x54\x66\x31\x82\x4d\x8f\x6d\xd7\x73\x8d\x67\x0b\x08\x83\x1f\xcc\xec\x26\x5f\xd8\x08\x1f\x62\xf0\xb1\xd9\x08\x1f\xbc\xe3\x70\x38\x13\x80\xa9\xc3\xe1\x4c\x58\x81\x0f\x47\x2f\x81\xd3\x3b\x1c\xbd\x04\xe4\xe9\x70\xf4\x12\xac\xe0\xd8\x2c\xce\x4f\x3e\x31\x08\x22\x84\xe7\x63\xb3\x78\xc4\xc8\x0d\x82\x08\x66\x71\xec\x36\x97\xc6\x16\x3f\x1c\xbc\x84\x9b\xe3\x70\x68\x12\xa9\xe1\x0e\x87\x26\x81\x9f\x3f\xe4\xfd\x26\xc4\xec\xd8\x2d\x32\xc4\xb8\x77\x07\xfd\x75\x3a\xb5\xe6\xc9\xb0\x76\xdb\x26\x06\x4d\x5a\xf5\x0c\x06\x72\xec\x56\x3d\x07\x6d\xc8\x48\x87\x25\xf0\x70\xec\x12\x4a\xfb\x91\xec\xa3\x8d\xcd\x73\xd8\xc3\x8d\x59\xf7\xb0\x87\x1b\x95\xee\x48\xa6\x35\x2e\xa9\x23\x2d\x5a\xe9\xc5\xc8\x3f\x96\x2d\x59\x82\xea\xfc\x60\xb1\x21\xb8\xed\x91\x1c\x85\x16\x2a\xd0\xe1\xe8\xa6\xc4\xb3\x05\xa6\x4c\x27\xb7\x7f\xa0\x4d\x0b\x4c\x99\x91\xdb\x44\x19\xe7\xe0\xb0\x9f\x3c\x4e\xe3\x91\x1d\x83\x16\x27\xfc\x90\x94\x9b\x88\x0d\x38\x64\xda\x4b\xe0\xb7\x0f\xc7\x37\xb1\x6c\xd9\x11\x78\x99\x36\x25\x31\xb1\xce\x92\x7a\x13\x50\x8d\x23\x2f\xc5\x9c\x37\xec\x59\x4f\x8c\xc2\x86\xb3\x50\xb3\x8f\xec\xb8\x09\x36\x93\x03\x9c\xf6\x9d\x61\xfc\xb6\xf0\xd8\xf8\xc2\x0e\x97\xf4\xa7\xbb\xea\x28\xaa\x0f\x13\xa6\xc1\xa3\xd8\x1b\x10\x92\xe4\x51\x0c\x97\x0d\xb5\xe5\x28\xf2\xc6\x84\x1b\xe3\x28\xb6\x71\x85\x32\x78\x48\x86\x1e\x1b\x2d\x2c\xc9\x32\xa6\x41\x32\x74\x26\x3b\xc0\x61\xcf\x3d\x89\x0f\x8e\x62\x9b\x16\x9b\x66\x05\x44\x71\x22\x64\x40\x24\x9d\xec\x21\x91\x39\x93\x54\xff\x58\x01\x52\x6c\xe6\x15\x20\xc5\x19\xaa\x2e\x80\xc9\x91\x59\x22\x71\xac\xa7\x45\x62\x62\x56\x0e\x89\xc4\x00\xb8\x8f\x6a\xcb\x4b\x70\xca\x43\x22\x71\xce\x30\x9c\x6a\x71\x65\xd0\xa6\x73\x3b\x0f\x86\x25\x63\x5c\xe8\xde\x87\xeb\x76\x62\x82\x38\x9a\x90\x13\x50\xde\x6c\x31\x0a\x25\xe6\xb0\x91\x11\xfc\xde\x21\x23\x23\xea\xd9\xd1\x56\xad\xf1\x98\x4d\xdb\x10\x09\xa7\x3e\x1c\x51\x05\xa1\x8e\xa8\x22\xe2\xfb\x90\x0d\xb1\x63\x97\x3c\x86\xd3\x1d\x87\x25\xf3\x90\x09\x10\x97\xe5\x71\x28\xc8\xa3\xf0\x2c\x68\x54\x5c\xec\xc7\x69\xdf\x3a\xac\x58\x36\xbf\x9e\xd8\x8a\xa7\x61\x75\x30\x9b\xd3\x37\x3b\x9c\xc3\xe9\xb9\x89\xf9\x3c\x94\x06\x0e\x83\xd1\x71\x5a\x81\x8e\x41\x9e\xeb\x5e\xa7\xd3\xc3\x76\x44\xfa\x30\x58\x0a\xca\x65\xf4\x03\xd8\x7b\x48\xde\xac\x3d\x04\xb3\xc3\x11\x10\x04\x4d\x1c\x2b\x02\x02\xbe\xe0\x88\x7b\x2c\x8d\x87\x3c\x9e\xe4\x3a\x3a\x56\x04\x7e\x88\xf6\xc7\x65\xd6\x12\x06\x97\xc3\x01\xf6\xc8\x45\xc7\x2a\x92\xce\xfc\x5e\xe6\x0b\x70\xcd\x9f\xc0\x58\x47\x28\xe5\xc7\xbd\xf6\x7f\xcc\xaf\x02\xe0\x49\xde\x70\xfc\x04\xc6\x3a\x42\x19\x3b\xee\xe5\xf6\x0b\xc2\x84\x5a\x44\x24\x3d\x24\x30\x36\x30\x59\x87\x73\x6a\x73\xff\xde\x56\xd9\x1b\x3f\x08\xb6\x0d\xd3\xb5\x33\x92\x54\x03\xc7\x23\x95\x83\x99\x7a\xec\x15\x84\xdb\x3c\x16\xde\x91\x24\x1e\x79\x01\x43\x37\x3b\x9e\x25\xaa\xf3\xc3\x12\xbe\x83\xae\x67\x09\xdf\xbc\x21\xd1\x8d\x51\xad\x3c\x67\xb0\xa3\xd7\xe6\x68\xd8\xd1\xbb\xb6\x66\x4c\x85\x91\x87\x0d\x2e\x6c\x51\x0d\xfc\xda\x61\x51\x0d\xa0\xd0\xf1\xae\xbd\x48\x2f\x4b\xc6\xa4\x17\xd9\xa0\xd8\xcd\x0e\x3c\x07\x46\x7a\xbc\xb6\xf6\x4c\x9a\x58\x7b\x91\x26\x14\x6a\xb0\xc7\x92\x9c\x0a\x34\x4f\x00\x8a\x4f\x09\x6f\x6d\x0f\x6d\xe8\x54\xe4\x39\xc1\x94\xe7\x26\x78\x44\xd0\x7e\x6e\x36\xa4\x87\x4c\x7f\x6e\x2e\xb3\xd1\x68\xd2\xf2\x4c\xc8\x83\xa7\x05\x33\x12\x10\x9f\xdb\x92\x67\xfe\x54\x72\xe9\x14\x5e\x11\x6e\x75\x6e\x4b\xd6\x61\xc8\x4e\xcd\x18\xcc\xff\x74\xc8\x39\x2e\x8d\x73\x85\x9c\xc7\x39\x3f\x1d\x72\x0e\xdf\x3d\xf7\xb5\x82\x31\xe8\xdd\xb8\xb8\xc4\x27\xbe\xc7\x18\xc7\xee\x6b\x6b\xd0\xc6\xa1\x13\x14\x2f\x24\xb1\x6e\x3a\x4d\x0a\x7d\x0d\xbd\xf0\x4c\x8b\x73\x47\x9f\x49\xd5\xd7\x42\xc4\x3d\x93\xf9\x59\x74\x60\x83\x60\xe6\x7f\xcb\xc4\x8d\x06\xac\x91\x55\xbe\xb0\x4d\x86\xa9\x77\xc5\x72\x30\x70\xa7\xe3\x69\x48\x21\x74\x26\x1f\xd2\xe8\x24\x8b\x4f\x4c\x9e\x65\xa5\xa7\x0b\x9b\x03\x09\xbe\x38\xf3\x9a\xca\x19\x3f\x58\xda\x0f\xd6\x72\x66\x0b\x85\x21\x7a\x9e\xd9\x7b\x28\xf1\xc3\x92\x8c\xf8\x61\x11\x12\xc3\xcc\xb2\x76\x04\x23\x38\x8b\x79\x49\x68\x8a\x67\xf1\x21\x8d\x0b\xff\x2c\x82\xd2\xc6\xf5\x71\x16\x69\xc4\x99\x16\xac\x11\x87\x40\x70\xda\xd8\x07\x32\xf6\x2c\x56\x39\x58\x61\x1b\xf7\xb0\x14\x9c\x65\xb1\xbc\x18\xb7\x3d\x9d\x9f\x41\x48\xe3\xf8\xf4\x21\x4f\x67\xf0\x9a\xb3\x2e\x32\xa2\x4f\x99\xfa\x06\xeb\x65\xb1\x65\x4f\x7c\xa1\x78\x73\x36\xae\xe3\xbc\xc9\x44\x75\x5a\x8e\x21\xb5\xd7\x29\xdf\x28\xd8\x95\xd3\x62\x0b\xe1\x16\xa7\x72\x4f\x6f\xac\x68\xf5\x65\xce\xb3\xa1\x73\x1c\xf9\x66\x0b\xfc\xe4\x87\x35\x97\xd1\x87\xab\x52\x62\x76\x3b\x9b\xad\x0b\xa1\x99\x9e\x8e\xd1\xc9\xa1\xd3\x9c\xcd\x8c\x3a\xc4\x92\xb3\xc9\x5a\x10\x3c\xf5\x74\x95\x49\xd4\xdf\xb3\x9b\x73\xb3\xdb\xbb\xc7\xc5\x11\xed\xf6\x0c\x30\x39\x7d\x0d\x34\x26\xa7\xfb\xcc\xf1\x6c\xb6\xcc\xa1\x74\x02\x2d\x02\x1e\x4e\x27\xd0\x22\xba\xe9\xec\x8e\x92\x64\x6f\xba\x72\x24\xf1\x4b\xa7\xb0\x87\xb5\x84\x54\x7d\x0e\x5b\x07\xe0\x58\xc2\x1e\xf6\x1c\x9a\xc0\x39\x0c\x46\x08\x53\xd8\x29\xec\x61\x23\x3b\xd8\xe9\x72\x92\xe0\x46\x4f\xa5\xd0\x4a\xa0\xf8\xce\xb1\x2e\xa1\x18\xd8\x30\x66\x26\x6e\xcb\x53\x49\x9b\x1b\xbe\xc3\x53\x19\xb2\xfa\xfc\xbc\xf1\x78\x83\x06\xf9\x12\x05\x1b\xc0\xa6\x73\x9a\x16\x2e\x9d\x29\x4b\x07\x6c\x6c\x9a\x94\x10\x16\xcf\xb9\x58\x48\x4c\xc7\x34\x29\x30\x99\x69\x59\x83\x2d\x28\xfc\x61\x02\x84\x7e\x3a\xe5\x15\xa0\xf3\x53\x56\xda\x96\xc2\xfe\x79\x3a\xc3\x15\xc0\xf7\x73\x7a\x15\xc2\x1c\x75\x2a\xb2\x38\x81\xce\x38\x8f\x75\x5d\xfe\x29\xca\xe9\x34\x18\x11\x00\xc9\x69\xf0\x21\x48\xdc\xd3\xe0\x43\x0a\x4a\x9d\x4e\x77\x05\x1c\xfb\x3c\x16\xcf\x89\x51\x2b\x02\x28\x7f\xbe\x38\xf5\x1c\xdb\x40\x50\xc3\xfc\xe9\xe2\xd1\xff\x34\xf8\x7a\x0c\xd1\xa0\x02\x84\xda\xa7\x05\x27\xa2\xca\x21\x10\x9d\xc6\x0e\xe2\x90\x38\x97\xf3\x3c\x64\xa8\xd3\x50\x41\xea\x72\x9e\xf6\x85\x53\x08\xf4\xb4\xeb\xfb\x73\x9a\x55\xc4\x06\xc5\xe7\xbc\x6c\x48\x09\xf1\xfe\xbc\x8c\xa7\xe7\x16\x77\xde\x29\x8a\x85\x9e\xd7\x1a\x57\x74\x62\xb1\x38\x87\xe5\xe4\x54\x60\x30\x48\xb5\x53\xc0\x3f\x30\xe3\xe7\x25\x1f\x3f\x4c\xe8\x5a\x3b\x20\x1a\xb8\xd7\x20\x62\xfa\x56\xd2\xa7\xc9\x0f\x9a\x2d\xd2\x57\x9f\x4e\xfa\x94\x69\xc2\x97\x5b\x08\x61\xa7\x31\x79\xa4\x75\x3e\x1d\xbc\x43\x60\xf7\xa9\xe0\x1d\xb2\x63\x9d\x16\x9c\x49\xa7\x7c\xde\xf6\x9c\x30\x59\x2b\x0d\x14\xb7\xb2\xa3\x8b\x89\x2a\x3d\x1d\xbe\x43\xbc\xf9\xf9\x58\xcb\x08\x6d\xe9\x7c\x16\x69\x41\xc9\xb3\x48\xa3\x51\x83\x48\x27\x6d\x28\x60\x81\xbb\xc7\x89\x9f\xb8\xa5\x65\x38\xfd\x44\x36\x9d\x2b\x13\xd4\xe4\x0b\x63\xc9\x61\xc0\xef\x1a\x78\x6c\x8c\xe5\x53\x67\x3b\xae\x18\x66\x76\x9f\xd3\x3a\x01\x8a\x39\x9d\xd6\x09\x70\xd8\xf9\xfa\xd6\x8d\x71\x4b\x0e\x2e\x60\x77\xae\xcd\x8a\x45\x58\x2d\x2e\x5b\x24\x41\xa0\x5d\x2b\xc1\x52\x30\xf1\xcb\x16\x49\x90\x73\x97\x25\x61\x80\x71\x97\x4d\x94\x78\x44\xae\x6d\x01\x68\x79\xc3\xce\xc0\xb8\x2a\x2e\x9b\x28\xc1\x29\x5d\x12\x76\x31\xdb\x5f\x16\x76\xf1\xf7\x5f\x92\x6d\x6b\x61\xe4\xff\x44\xd9\xa0\x4d\xd1\x37\x58\xfa\x2f\x5b\x28\x81\x10\x5c\x12\x6d\xdb\x5e\x69\x62\x91\x16\xc3\x92\x05\x72\x00\xa6\xbb\x76\x47\x65\x87\x54\x78\xed\xd6\x37\x63\xcf\x5e\x32\x38\xf6\xcf\x7c\x25\xe3\x3d\x82\x8b\x5c\xc9\xb6\xa5\xcc\x0f\x0e\x70\xcf\x7c\x62\x5b\x52\xdc\xf0\x57\xb2\x2d\x89\x2f\x96\xc6\xcf\x17\xa7\xbf\x88\xf9\x5b\xe1\xe3\x71\xd9\x5c\x82\x01\x8e\x8d\x26\x1f\xab\x2b\x41\x89\x6d\x85\x3d\xae\xab\x2b\x1b\x90\x1c\xf3\xe9\x88\x71\xf4\xdc\x2b\x1b\x21\x1b\x07\xe7\xca\xf6\xae\xc6\xb6\xbf\x5c\xc2\xa5\xec\xfc\x60\x5b\x52\x9c\xe8\xcb\xc9\x90\x08\xab\xbc\x6c\x1c\x24\x1d\xe0\x25\x11\xb8\x12\x37\x7e\x09\x1a\x48\xad\xe7\x2b\xdb\x28\x16\x07\xfa\xb2\x6d\x30\xcd\x3f\x95\x13\xbc\x6c\x38\xec\x8c\xc8\x16\xb3\x90\xe1\x2e\x57\x9d\x04\xd6\x79\xd9\x38\x48\x62\x86\xab\x2c\xba\x79\x63\xe5\xe7\x8d\x21\xad\x5c\x47\x21\xa2\x5d\xf2\xa8\x4f\xf2\x03\x5c\xcb\x1a\x18\x72\xe0\x25\x8f\xfa\x68\xbc\x70\xd8\xa8\xc6\x0b\xce\xf7\xb3\xd1\xeb\xe5\x1f\x18\x97\x4b\xaa\x31\xdb\x36\x0f\x96\x8d\x71\x2d\x01\x2c\x3e\xa9\x0b\xeb\x1b\xdd\x5a\xce\x26\xb7\xfc\x25\x9f\x7a\x2d\x9c\x09\x09\xde\xc0\xe5\x2f\x0b\xde\x25\xd8\xe7\x55\x65\x30\xf9\x7c\x20\xfb\xe1\xa7\xcf\xe1\x2e\x62\x97\x2c\x41\x7c\xa3\x49\x73\xcb\xc6\x0f\x26\x84\xad\xb7\xec\x87\x31\x4a\xdb\x0f\x89\x34\xbf\x9c\x80\x89\x6c\xe8\x57\x5b\xa1\x57\x31\x9f\xcd\xa1\x56\xac\x62\x33\xa0\x9e\x9d\x60\x0b\x22\x78\xee\x6b\x25\x54\x82\x83\xac\x84\x4a\xb0\xbe\x95\x2f\x89\x85\x17\x8a\xb0\x21\x05\x5e\x2b\x61\xd2\xe0\x93\x95\x30\x29\x7a\xf9\x97\x30\x29\x46\xda\x6d\xb8\xfc\xb4\x71\xf8\x07\xda\x70\xbe\xc4\x9d\x36\x2e\xe3\x03\x82\xfc\x47\x91\xf5\x9c\xaa\x47\x15\xa3\x60\x7d\x8f\x02\xc7\x43\x44\xbe\x84\x21\x03\x4a\x74\x3d\x8a\x01\xfd\x7c\x2f\xc3\x66\x08\xdd\xd7\x2b\xb4\x55\x5c\x45\xd7\xab\x5c\x33\xdc\x2b\xaf\x0b\x92\xb0\xa4\xc6\xb1\xc3\xbe\x5f\x6b\x4a\x6c\xbc\xd7\xfe\x64\x0e\xc0\xc2\x84\xb1\x09\xec\xc3\xc3\xaa\x73\xbd\x4b\x75\x8a\x51\xbe\x76\x30\xb3\x2d\x1c\x9a\x8a\x97\xef\x36\x8e\x0c\xdb\xd1\xbd\x2c\x43\xb1\x3e\xb7\x70\x64\x98\x74\x6f\x79\xf5\x76\x44\xf0\x5b\x77\xe8\x8e\xbe\x7c\xff\xee\xd0\x02\x02\xe0\xde\x16\x69\x34\x39\xfc\xc5\x1e\x3f\xc8\xc5\x1c\x46\xb1\x5b\xf7\x63\x2d\xc1\xdf\xef\x15\x8c\x1a\x26\x8f\x7b\x97\x43\x98\x3e\x9c\xbc\x9e\x38\x81\x7b\x57\xf0\x75\x5c\x32\xb7\xec\x38\x1f\xe1\xe0\xde\xad\x15\xc5\xde\xbd\x1d\x9e\x5a\x63\x89\x6e\x87\xa7\x82\x67\xbe\x0d\x0f\x63\x98\x8e\x46\xad\x71\xa9\xdc\x4e\x5f\x5f\x2b\x6f\xd8\x2a\x1c\xa6\x83\x3b\x2d\x2d\x29\x06\x6e\x7f\x5c\x09\xff\xd1\x9d\xac\x26\x85\x43\xe2\x96\xfd\x88\x78\xe9\x3b\x2d\x2d\x29\x86\x95\x14\xf8\x97\x79\xb6\xbd\x88\x3e\x17\x1d\x31\xdd\xf6\xa4\x61\x51\xba\xb3\x35\xa0\x30\x23\xdf\x76\x94\x01\x74\xbb\x75\xf9\x25\x10\xed\x77\x76\x92\x76\x08\xc9\x4b\xed\xe4\x87\xee\x36\xf8\xc1\x4a\xce\xdf\x7c\x54\xb7\xc1\x62\x64\xac\xbd\x75\x11\x92\x70\xf9\xce\x8b\x8a\x58\x72\x57\x54\xc6\xb7\x7e\x67\xb9\xb0\x43\x31\xbb\xcb\x22\x33\x96\xc7\x58\x31\xa2\x05\x6e\xe7\x54\x21\x64\xf8\x2e\x56\xdd\xc2\x1e\x78\x17\xdb\x2b\x42\xe5\xb9\x97\x75\x28\x2e\xbf\x7b\x59\x87\x38\x41\xcb\x3a\x14\x8c\xf5\xd6\xbd\xf4\x29\x92\x7c\x17\xab\x4d\x6c\xce\xea\x1a\xbd\x9d\x1f\xe4\x3c\xa0\xcd\xea\x08\xb8\x38\xea\xb7\xb1\x5f\x00\x85\xee\x6a\x3d\x6a\xf2\x83\xf5\xa8\xe0\xab\xb7\xd1\xf3\x78\xba\xee\x6a\x85\x0f\xee\x50\x97\xc2\x17\x6b\x50\x4d\x6c\x70\xa9\xbb\x2e\x62\xf9\xc1\xc4\x0e\x06\x66\xa1\x9c\x26\x1e\x0b\x0b\xbc\x60\xe2\x83\x49\xdd\xcd\x3a\x63\x8c\xd3\x81\xaf\xc1\xfe\xef\xe6\x8d\x15\x62\xd6\xad\x8b\x2a\xe1\x61\xb8\x9b\x75\xaf\x50\xf1\x6f\xb9\xba\x88\xf8\xbd\xe5\xea\x4a\x60\x59\x6f\x65\x7e\xc7\xf5\x75\xeb\xaa\xfb\x64\xfb\xbf\x75\xd5\xf5\xc4\xf6\x53\xee\xc0\x84\xc0\x7d\xcb\x2e\x95\x3e\xab\xda\xad\x8b\xf1\x89\x92\x07\x92\x72\xf7\xd6\x5d\x98\xf0\x4f\xdf\xca\x75\x97\x88\xfb\xbf\xbb\x29\x0b\x69\xe3\xee\x8b\xb2\x18\x78\x37\x25\xf0\x0f\x17\x4e\xde\x13\x6d\xdc\x6e\x83\x81\xda\x96\xc3\x31\xe8\x8b\x94\xf8\xc1\xa9\xde\x89\x35\xbd\xc7\x52\x2b\xa3\x0d\xd9\xa5\x12\x7e\xf1\x7b\x38\x71\x2f\xa7\x51\x31\xb1\x89\x8c\x04\xf7\xb0\x9e\x09\x93\xb1\xa1\x8a\x80\xa1\x7b\x98\xfc\x4f\x1b\x8b\x7c\x7e\x10\x88\x02\xc6\x35\x96\x4e\x1d\xd3\x31\x2d\xbd\xc2\x3d\x9d\x96\x1d\x30\xd2\x2d\xab\x53\xff\x6c\xf2\x69\x45\x09\x1e\x3d\xad\x03\x86\x05\xe2\x9e\x56\x94\x42\x68\xbe\xa7\x75\x40\xae\x8a\xb9\x74\x40\x3e\xb1\xa7\xae\xd3\xad\x75\x40\x6e\xb0\x69\x7c\x43\x63\xe8\xc6\x37\xc0\xa6\x6d\xb9\xc2\x65\x75\x3b\x37\x3b\xd8\xbc\xfb\x58\xd4\xc6\x2a\xd8\x72\x05\xe6\xec\xb6\x71\x0a\xcc\xd9\xed\xe4\xec\x38\xc6\xee\x63\x91\x1f\xc4\x1d\xd6\x62\x38\x2c\x36\x4e\xe1\x92\xbd\x9d\x7a\x1d\xcf\xd8\xed\x58\x59\x50\x65\xf7\x61\x83\xe2\xa7\x17\x2b\x68\x95\x36\xac\x49\x72\xfd\x1e\xf6\x5c\x46\x13\xa7\xf5\x46\xae\xb9\xd3\x26\x70\xe6\xe7\xb4\x22\xc9\xa4\x2b\xa5\xcd\x60\xb7\x9c\x76\xe6\x54\x7e\xb0\x33\x07\x61\x46\x01\x23\x79\xe7\x4a\x97\xef\x78\xb0\xf1\x4f\x6b\x9a\xe5\x4f\xca\xd5\x7d\xae\x7a\xc8\x0c\xd1\x16\x1c\x18\xbb\xab\x3c\xe3\x78\xbb\x6d\x31\xc3\xa9\x78\xcb\x6f\xdc\x3f\xec\xf0\xf2\x44\x84\xec\x79\x5f\x72\xd9\xc2\x56\x5c\xf7\x79\x0f\x61\xf3\x76\xdd\xe7\x0f\xc7\xbc\x3c\x11\x85\x4e\x4c\x77\xe1\x0d\xe3\x7c\x43\x20\xbe\x05\x67\xec\xe4\x0e\xbe\x2f\xfb\x66\x0a\xe3\x3a\xad\xdc\xf2\xc6\x5a\x63\xc6\xe1\x35\x66\x6b\x5d\xa6\xbe\x32\x74\xc3\x56\xc2\x32\x72\xdb\x5f\x0d\xec\xec\x56\xca\xbe\x8c\xdd\xf2\xbe\xad\xa1\x21\x6e\x2a\xc2\x76\x70\xd2\x5c\x73\x8c\x88\x9d\xdb\x2e\x6d\x92\xbf\xdd\xb7\xd5\x72\xb8\xaa\x32\xb6\x53\x5b\xf1\xbe\xad\xa2\xb1\x0d\x6e\x43\x3c\x98\xf3\xdb\xea\x69\x28\x9f\xf7\xbd\x66\x83\x37\x5c\xf1\x1b\x96\x79\x3b\x8b\x2e\xc2\xc6\xed\x2c\xba\x48\xd2\x4a\xc6\x93\xb1\xfa\xde\x8e\xd2\x45\x5f\xbd\x1f\xab\x75\x3b\x6f\x58\xad\xfb\x7c\x52\xfc\x46\x0c\xfd\x11\x2e\x84\x5e\x1f\xeb\x7d\x9f\x1f\x44\x6c\x81\x2f\x3f\x8b\xd8\x58\xb6\xc7\xaa\xf7\xe7\x07\xab\xde\x89\x1f\xac\x7a\x73\x93\x3d\xd6\x58\x99\x73\xd5\x19\xcb\x64\x19\xbe\x5f\xab\xac\x5c\xc1\xef\xa2\x2d\x26\xec\x35\x6d\x2c\xe4\x6b\xda\xb8\x61\xdf\xb5\xb2\xd1\xed\xbb\x88\x0b\x5a\x5e\x2b\xb5\xac\xc2\x6b\x6a\x59\xc9\x77\xd9\x15\x62\x3e\x5e\x83\xaf\xd8\xf9\xaf\xd5\x5e\x36\xfa\xbb\xd4\x71\x3e\x31\x82\x3d\x76\xc3\xb3\x2d\xf5\xbb\xc6\x0f\xa6\x25\xf4\xac\x67\xb3\xda\x1b\xdd\x3e\x9b\xd5\xde\xd0\xe6\x9e\x6d\x29\xe8\x33\x7e\x58\x0a\x7a\x8f\x1f\x9c\xfb\x24\x36\xd0\x23\xcb\x63\x27\x5b\xf7\x23\xcb\x63\x46\x21\x79\x36\x43\x7a\x06\xdd\x9a\xb8\xc6\x27\x96\x0e\xe2\x8e\x7d\x36\x13\x17\x37\xe8\xb3\x1b\xac\x14\x8c\xf8\xd9\xad\xf5\xc7\xa5\xfb\xec\x8e\x1d\x8c\xfb\xf1\xd9\xad\xf5\x4f\x3e\x31\xf9\x8c\xd4\x8e\x77\xd2\x9b\x3c\xd2\xcf\x32\x1e\xa7\x67\x77\x9e\xea\x10\x7d\x9e\x7d\x01\x9a\x82\x38\x79\xe2\xf1\x2d\x3e\xd2\xd7\x50\x98\x1f\x67\xc1\x24\xe3\xf6\x63\x73\x26\x3a\xc6\xa3\xf8\x1e\xf4\xe5\xc7\xe6\x4d\x30\x3a\x8f\x33\xf4\x15\x9e\xa7\xac\xae\xd1\xa5\x4d\x13\xd8\x19\x1f\xc9\x67\x1d\xa3\xd4\xf3\x13\xb6\x32\x79\xcd\x1e\xa5\xe4\x23\xad\xe3\xb3\x52\xf2\xd1\xc5\x50\x38\x38\x2d\xba\xaa\x0e\xbe\xa2\x67\xac\xb0\xc8\x98\xba\x61\x4b\xef\xfe\xa7\x04\xb1\xcf\xf2\x06\x86\x20\xf2\xb8\xa0\x0e\xba\xf3\x63\x29\x0b\x23\xce\x33\xac\x8a\xf1\xbc\x34\x1c\x9a\x58\xba\x19\x54\x39\xdb\x05\x7b\x77\xda\xe3\x1d\x57\xe5\xe3\x82\x3a\xc0\x1e\x9e\x69\x69\x99\x2f\x94\x78\x2c\xae\xea\xc7\x72\x1b\x90\x85\x47\xee\xc3\x42\x5e\xe7\x47\x82\x5c\x83\xe3\x3e\xaa\xb0\xf3\x59\xee\xe9\x94\x11\x8d\x3e\x2c\xd9\x0c\x9a\xb0\x64\x13\x17\xf8\xb3\xe4\x38\x76\xc4\xf4\xad\xc7\x5e\x9f\x32\x3d\x33\x39\xd3\x07\x8a\x05\x9d\x32\xde\xb1\xb1\x0f\x9f\xa7\x8d\x1f\xd6\x79\x8a\xd9\x3b\xec\xb7\x60\xd3\x1c\xc6\x90\x40\xea\xe1\x7d\xc9\x17\x4a\xb4\xdd\x43\x7a\x7a\x56\x11\x58\xce\xa8\xa4\xba\x96\x3e\x9f\xc8\x08\xc3\x82\x48\xa8\x2b\x64\xa1\x7a\x2c\xd4\xa1\xe1\x3f\xc7\x0a\x8f\xe3\x0d\x1b\x44\x3a\xc3\xb2\x41\xa4\xd3\xa8\x5d\x32\x21\x89\x3c\xa7\x75\xf2\xd0\xbc\x9e\x55\x38\x36\x14\xc6\xc7\x89\x0a\x43\x66\x7b\x4e\x21\x72\x33\xcf\xeb\x36\xa7\x49\x73\x0e\xf6\xef\x4f\x88\xcb\xa4\x0e\x7c\x54\xf5\x15\xc4\xf8\xf3\x4f\x4a\x8b\xad\xf5\x93\xd2\x0a\xd6\xbe\xc7\xe5\x74\x80\x07\x3c\x06\xf7\x81\x22\x79\x2e\xd7\xc2\x0a\x7b\xde\x73\xf9\x06\x08\xbd\xec\xf9\x49\x69\x99\x3c\x15\x8f\x84\xb4\x0e\x3c\xea\x71\x7d\x1d\xcc\x04\x8f\x84\xb4\xde\xd9\x6a\x97\x0d\x28\x1c\x89\x4b\xa1\x56\x8d\x4e\x1d\xfb\xc3\x30\x4d\x07\x0d\xd8\x20\x12\x5d\x5a\xda\x2a\xa1\xc5\x3d\x3f\x69\x2b\x93\x1b\xe1\xb9\x17\xaf\x89\x51\x2b\x61\x32\x18\x91\x47\xb5\x6d\x36\x16\xe7\x5e\xac\x22\x56\xef\x36\xab\xe0\x59\x8e\x6a\xa6\x61\x25\x20\xe4\x96\x7b\xa4\xfd\x33\x0b\x8f\x63\xbf\xc2\xd2\xf1\xd8\x81\x09\x76\xe3\xb1\x03\x13\xf7\xc3\x63\x07\x26\x08\x91\xc7\xa5\x6b\xc0\x7f\x3c\xf2\x60\x62\x30\x78\x2c\xe1\xec\x9c\x8e\x67\x89\xae\x74\xb2\x12\x10\xd3\x89\xf4\x15\xe6\xd2\xf2\xcc\x87\xd2\xe5\xd1\xe4\xfa\x79\xed\x39\xe0\x05\xdf\xf8\xf4\x61\xe9\x85\xc8\x85\xe7\x95\xeb\x00\x4a\x5f\x97\x8b\xe7\x7e\x7a\x1d\x72\xcf\x0b\x86\xad\x84\xca\xf8\xb8\x8e\x0d\x36\xcb\xc7\x70\x42\xf0\x50\x8f\xb3\x17\x72\x38\x5e\x97\xce\x80\x05\xba\x8e\x0d\x6b\xfc\xba\x8e\x0d\x9e\x98\xd7\xf0\x42\xee\xb8\x77\xf9\x59\x63\x5c\xef\x92\x65\xe2\x9e\x7c\x37\x51\x56\xff\x54\x5c\xf7\x75\x4d\x1b\x92\x34\xbc\x4b\xf0\x69\xfc\x70\x78\xe6\x72\xfc\xf0\xe8\xd2\x8c\xe7\x95\xac\x30\x14\xd2\xd7\x49\x55\x62\xc1\x5f\xd9\x8b\xf1\x86\xbc\xae\x2c\x83\x5b\xe7\x95\x3c\x52\x88\xea\x7f\x77\xab\x4c\x71\x6f\xbe\x8a\xf0\x18\xb1\xb5\xdf\x7d\xc9\x02\x41\xf4\xbe\x76\x59\x0c\xdb\xfe\x55\xec\xdc\xef\x6e\x87\x4a\x48\xc9\x6f\xda\x34\xcc\x68\xd3\xd1\x1a\x08\x20\xaf\xa3\x35\xf0\x6c\xbc\x8e\xd6\xe0\x88\xbe\x8e\xd6\xc0\xbd\xf4\xca\x9d\xda\x40\xcd\xbf\x8a\xd6\xe8\xf8\xb8\x5f\x67\x24\x44\x6a\x7e\x0d\x39\x44\x48\x7e\x1d\xbe\x81\x6b\xed\x95\x4b\x36\xe1\x8d\x7b\x93\x92\x7f\x4c\xda\xb4\x19\x2a\xd3\x84\xcd\x1b\x71\xd2\xdf\xa4\x44\x3c\x71\x9f\xbf\xb6\x4a\x23\xcf\xbd\xff\x92\x7a\xc7\x17\xf6\xd1\x92\x41\xf5\xb5\x8f\x96\x2c\xb7\x6f\x96\x49\x20\x4c\x17\x6f\x5e\x1a\x03\x6d\x7a\x67\x86\xd8\xf1\xda\x45\x5b\x3e\xc3\xb0\xc6\x90\xe9\xc4\x96\x69\x36\x57\x56\x16\x61\xa6\x2f\xaf\x6b\x30\xa6\x2f\x9b\xe9\x45\xa7\x65\x8d\x3b\xbe\x58\x89\x11\xe3\x3e\x79\x8b\xd1\x0f\xa1\x40\xbc\xc5\xc2\x4d\x30\x8b\xd7\x3e\x56\xb2\x12\xbc\x4e\x95\x88\x1c\xf7\xda\xc7\x0a\xda\xe1\x75\xc4\x05\x62\xc4\x5b\x0e\x0d\x3c\x08\x51\x0d\xd4\xcf\xec\xd9\x72\x8d\xd2\xf6\x96\xb5\x88\x74\x6a\xb6\x18\x17\xfc\xeb\x08\x0c\xac\x47\xaf\x4c\xd9\xa3\x57\x7e\x50\x88\x62\xe1\x59\x88\x36\x6a\xd8\xbc\x75\xed\xe0\x18\x66\x5d\x3b\x38\x7a\x5d\x41\xc8\xcc\x4e\x35\xe4\x82\x25\xb1\x5d\x1a\x14\xe1\xab\xa8\xe4\xb1\xd3\x89\xad\x6d\x93\x4e\xd6\x76\xa4\x09\x6f\xc7\x78\x5e\x79\x5e\xd8\xd1\xb2\x4b\xc3\x49\x5f\x47\x29\x93\x53\xf3\x55\xd1\x1b\x84\x84\x77\x25\x86\xe9\x34\x69\xbb\x0c\x27\x71\xd5\x2c\xfd\xfc\x20\x70\x31\x6c\xcb\x31\x1a\xe4\x9f\x7e\x65\xb8\xa6\x0c\xf0\xdb\x7d\xa5\x87\x8c\xf0\xda\x25\x5b\x38\x77\x2e\x61\xc3\xa2\xbb\xfc\x0c\xbb\x77\x95\x9f\x81\x6d\xd9\xff\x8a\x54\xf7\x5a\xc9\x41\xaa\x7b\xbb\xd5\x4c\x0e\xa6\x4c\xcc\x19\x99\xf7\x95\x89\x79\x90\xd5\xf7\x1d\x82\xdf\xc3\xb6\x16\xc0\x90\x93\xfa\x53\x10\x2a\xea\xf0\x6b\xfd\x00\x07\xe9\x3b\x6d\x0f\xfc\x7c\xe1\xb3\x1e\x94\x4f\x9f\xf5\xc4\x0b\xcd\xa9\x41\xf9\x41\xb0\x84\xed\xd3\xa6\x8f\x0c\x9b\x73\xda\x0c\xf6\x37\x70\xc5\x3b\x15\x36\x02\xd5\xd3\xe8\x18\x58\xdc\x82\x1a\xd2\xfe\xb1\x38\x01\x3f\x2c\xc5\x38\xc6\x28\x73\x6c\x4b\x5c\xbf\x16\xed\xc9\x77\xfc\x4a\xb4\x1f\xd4\x80\x7b\x0f\xa7\x0f\x62\xee\x64\xb0\x1d\xc4\xd2\xbd\x92\xed\x07\x51\x6c\xaf\x64\xfb\x41\x2c\xdd\x2b\xd9\x7e\x10\x8c\xf2\x4a\x72\x1f\x9f\x2b\x55\x92\x7b\x41\x36\x7c\x9d\xc0\x10\x54\xe3\xeb\xca\x25\x08\x1f\xaf\x2c\xb6\x73\xe3\xd6\xbd\x8c\x0b\x09\x01\xf4\x95\x88\x3b\x31\x76\xbe\xb2\x43\x4e\x0c\xa6\xef\xe5\xfc\xae\x61\xd4\x7d\x65\x87\x9c\x98\x2e\x5f\x49\xb5\x23\x0c\x80\xff\x67\xec\x4f\x72\x75\x89\x61\xee\x00\x6c\x9e\x55\xdc\x1d\x44\xbd\xa8\xc9\x9b\x64\x9c\xec\xa1\x1a\x56\xe0\x81\xed\x1f\x7f\xec\xfd\x07\xe2\x11\x0f\xef\x33\x6c\xf8\x0d\x2e\xf0\x5d\xa9\x4a\xa5\x96\x62\x7b\xa8\x69\x4b\xf1\x85\x48\xb6\x9a\xf6\x05\x58\x68\xf9\xd5\xb4\x89\xc5\x74\x8b\x9e\xa6\x7d\x6c\x69\xa9\xd7\x34\xeb\x7e\xdb\xa9\x91\x26\x2c\x08\xed\xdd\x9a\x6e\x50\x38\x57\x2b\x68\x7a\xe0\x47\x35\xd8\xa2\x69\xfa\x84\x60\x5a\x9a\xbe\xfd\x09\xc2\x23\x6a\x32\xbe\x4d\x26\x3f\x9a\x8d\xe5\x11\x66\x6e\xd5\xbc\x6f\xcb\xc1\x00\x40\xcd\xb0\xbf\xd2\xc1\x53\x33\x6e\x0c\x02\x3b\x6a\xde\xd4\x5e\xa8\x82\xd2\x6c\xc4\x3c\x50\x1b\x35\xf7\x03\xe3\xe8\xbd\xc8\x03\xf2\xb2\xf0\x15\xb3\xb4\xc9\xf4\x2b\x45\xb3\x19\xbd\x64\x3a\x6d\xd0\xbc\x4f\x65\x63\x8e\x5a\xcd\xd7\xc1\xa6\xf3\x91\xe6\xfb\xda\x23\x5d\x1c\xd8\x8d\xb9\x99\x2c\x80\xd8\x33\x27\x07\x62\x2b\x5e\x32\x3f\x81\xe8\xf0\xe9\x24\x4e\x4b\x42\x76\xa6\x15\x05\x19\x4f\xf8\xc8\xca\xe6\x3d\x06\x41\x02\xb5\x6c\xde\x23\x72\xb1\x69\xd9\x9c\x45\x2d\x4e\x23\xb5\x74\xcc\xf6\x64\xc1\x9e\x89\x88\x44\xd4\x72\x26\x22\x0a\x90\xa7\x98\x76\x38\x2d\xd7\xe9\xc3\x62\x01\xf2\xc9\x75\xf6\xf2\xda\x6b\x4e\xc8\x3d\x2d\x38\x61\xd3\xbd\x69\xb5\x6c\xb1\x94\x3e\x53\x5a\xb6\x80\x31\x53\x54\x7f\x98\x7b\x17\x07\xb5\x26\x4c\x8c\x4b\x90\x8a\x04\xfd\xc2\x5c\xc9\x5a\xeb\xbe\xdf\x89\xe4\xa9\x15\x81\xa6\x14\x73\x14\xe9\xda\xf3\xec\x7c\x03\xe9\xb7\x12\x27\x1b\x69\xd0\x25\x71\x6e\x2d\xcb\x39\xfd\xb6\x14\x29\xcc\x25\x71\xea\x2c\xc3\x78\x2b\x89\xbd\x1c\x96\x86\x9e\xa7\x05\x89\xbb\x25\x71\x2a\x91\xcd\x5a\x12\x67\x0e\xa9\xa9\x79\x77\x68\x9d\x96\xfa\xde\xb5\xcf\x6a\x89\x95\xb3\xc4\xcc\x20\x89\xb1\xa4\x18\xe7\x85\x4e\x09\x3f\x6a\xc9\x01\x6a\x3c\x60\x9b\xae\xd1\x0f\x4f\x91\xcb\x56\x52\x4c\xae\xd9\x2e\x24\xc5\xe4\xbe\xa7\x4d\xce\x8c\x59\x11\x1a\xb5\xf5\x5a\x01\xa5\x90\x63\x64\xef\xf3\xe7\x47\x24\xa6\x46\xcf\x47\xf8\x55\xa8\x9a\xe9\x16\xab\x48\x92\x29\xc4\x28\x55\x24\xc9\x6c\x8c\x2c\x51\x24\xc9\x14\xa2\x6e\x6a\x3b\x8b\xbe\xfe\x05\x44\x49\x2d\x3f\x66\x63\x00\xa1\x5a\x7a\xcc\x3c\xe8\xf9\xac\xc8\x5c\x29\x44\xbb\x54\xe4\x8c\x14\xc2\xbc\x69\x6b\x58\x2f\x1e\xe9\x66\x6c\x65\xa3\x35\x40\xdb\x66\x2b\x0b\x01\xb8\xd4\xb2\x03\xee\x37\x7c\x2e\x1b\xf2\x9a\xb8\xa4\xa4\x48\x70\xd7\x88\x14\xa8\xcd\x38\x0c\x61\xd2\x48\x45\x7a\xba\x96\x48\xb3\x9b\x9c\x6e\x71\x1e\x70\x00\x99\xd0\x51\xdb\x83\xf4\x0b\x7c\xe0\xbd\x7e\xe3\x7c\x6a\x37\xcd\xb7\x30\xd5\xa5\xf6\x7c\x12\x1c\xfb\x48\x7b\x39\x05\x95\x05\xf3\x2f\xc3\x9a\x76\x13\x94\x84\x1c\x85\xf6\xd6\xff\x12\x1b\xb5\x1b\x83\x1c\x4c\xa1\x76\x00\x3d\x07\xe5\xe8\xb8\x9c\xe3\x7a\x42\xc2\x2f\x89\xdb\xc1\xb2\x54\x31\x98\x4b\x2d\x49\x15\xe3\xcf\xb4\x9b\xee\x22\x72\xd2\x2b\xb2\x3f\x25\x7a\x17\xeb\x48\xf2\x57\xf2\x7c\x1d\xa6\x6c\x17\x22\x14\xaa\xa5\x0a\xca\xc2\x00\x10\xb5\x4c\x39\xbb\xc0\x27\x67\x08\x3a\xe5\x76\x25\x45\x16\x13\x21\x32\x90\x0e\x70\x1d\xc4\x12\xd2\x01\x9e\x82\x81\xef\x3a\x9e\xf3\xca\x60\xc1\xf8\xf3\x33\x29\xfe\xea\xf8\x4e\x13\x3e\xf2\x09\x40\x50\x4a\xfe\x3a\xcf\x84\xbb\x4c\xa3\x13\xf1\x43\x8c\x54\x57\x03\x11\xcf\xc2\x58\x76\x05\x68\xb8\x30\xdc\x5e\x81\x45\x2c\x99\xfc\x81\x61\xf4\x0e\xca\x30\x3a\xbf\xbf\xb1\xda\xd5\x10\x5c\x7f\x21\x9b\x2b\xa0\x4d\x03\x2d\x48\x0d\x7e\x71\x17\xf8\x58\xc5\x94\xf2\x11\x41\xa9\x82\x68\x17\x4a\x35\x7a\x40\x8d\x18\xec\xa6\x6b\xc0\xf5\x97\x5b\x65\xc1\x09\x85\xee\x20\xba\x26\x30\x6b\xb8\x33\x96\x39\x6a\x74\xfa\x3f\xe8\x42\x1a\x47\x46\xca\xea\x12\x4c\xc7\xaf\x02\xc0\x80\x72\xed\x97\x60\x4a\x79\x51\x2d\xdb\xa1\x93\x10\x1b\xba\x04\x1d\xe3\xee\x58\x82\xd1\xfe\x7a\xe2\x81\x95\xa3\xb0\x00\x87\x8b\x0b\xb7\x6c\xf8\x9d\x9e\x2c\xba\x40\xc5\x69\xce\xd7\x65\xec\x7a\xa4\xea\x55\xc3\x74\xda\x4f\xb0\xd1\x0b\xae\x1b\xd1\xe8\xd9\x61\x9c\xe4\x75\x34\xd2\xd1\xe8\x0d\x6b\x3a\x6f\x3c\x83\x2b\xca\x91\x7f\x4d\xd7\x01\xc4\xe6\x8e\x5a\x66\xa2\x0f\x30\x46\x35\x6c\xa1\x1c\x38\x5b\x0a\x70\x21\x61\x26\x2d\x05\xb8\x50\x20\x73\x29\xc0\x85\x24\x93\xd8\x00\xea\x27\x80\x9d\x14\x50\x3f\x12\xf7\x24\xa0\x7e\x26\xa3\x0c\xd5\xa0\x7c\xf6\x9c\xb2\xeb\xef\xf9\x0a\x5f\x31\x4b\xb7\x94\xd8\x1f\x2f\xa6\xb0\xc4\x2b\x03\x4f\x44\xa3\x13\x5f\xe1\x68\x5f\xa8\xb6\xb9\x71\x81\xa4\x33\x19\xdc\xa8\x00\xbd\x99\x0c\xb7\x51\x40\xd6\x4c\x86\xec\x28\xd0\x65\x02\x24\x43\xd7\x87\x29\x2c\xfc\x2c\x78\x17\x06\x72\x29\xa0\x60\x8c\x7f\xfa\x87\x5b\xeb\x4a\x58\x23\x57\x1f\x2a\x00\x5a\xc2\x08\xa0\x00\x68\x11\x2a\x11\xf4\xb2\x8b\x73\xd2\xc1\x56\x2f\x5c\x9c\x85\x9b\x07\x10\x2e\x93\x3e\xbb\x0a\xbc\x95\xd0\x0a\x2b\xc0\x53\x26\xe3\x6f\x14\x48\x28\xa1\xa2\xd2\xab\xa0\x63\xbc\x10\x80\xfe\x31\x19\xb5\xa2\xc0\xf6\x98\x8c\x87\x50\x60\x6d\x4c\xc6\x37\x29\xa0\x34\x66\x30\x27\x86\x72\xb1\x9f\xf0\x25\x01\x88\x45\x28\x12\xf4\xea\x50\x2d\xf3\xd8\x03\xd5\x62\x52\x2d\xa0\x57\x47\x7e\x3b\x9e\xf2\xab\x9f\xaf\xc4\x13\x80\xbb\xe2\xa1\x06\xf0\xc5\x0c\xee\xff\x32\xf9\x60\x52\xc7\xa7\x06\x4a\xf1\x0b\x32\x4b\xaf\x39\xff\xb2\x8b\xe8\x05\x5e\xae\xc6\x3a\xdb\xcd\xde\x19\xbd\xa9\xd7\x61\x9c\x2b\xbb\x0e\xd2\xc1\x24\x0f\x7a\x81\x74\x10\x14\x48\x2f\xc1\x6e\xaa\x2c\x38\x2e\x5c\x12\x05\xd0\x96\xf1\x94\x5f\x87\x96\x90\xcf\xb9\xd6\xf8\x0b\xc9\x51\xaf\xf5\x37\x5a\xa1\x5e\x26\xfa\x07\x4c\xa0\x5e\x17\x66\x3d\xc6\x72\xe5\xbf\x42\x55\xf5\x02\x8b\x4f\x0d\xbf\x1a\xfc\xc5\xaf\xe0\x0d\xbd\x2e\xfd\xcb\xd9\x4c\x2f\x48\xd1\x74\x08\xd2\xeb\xfe\xdb\xdd\x47\x81\x77\x11\x06\x63\xbd\xee\xfe\x97\x95\x4d\x1d\x8c\x82\x0c\x32\x90\x24\x3a\xbd\xd7\xf5\xfa\x5f\x12\xf1\xea\x75\xc0\xce\x1a\xfb\x81\xab\xf8\xd7\x57\x1e\xac\x4b\xe3\x57\xc0\x11\x53\xcb\xaf\xd7\x83\xad\x1d\xab\xff\x9e\xcf\x72\xc6\xde\x33\x7c\xae\x2d\xf2\xff\xd2\x5d\x45\xaf\xf7\x74\x9d\x05\x8a\x82\xce\xb1\x98\x9d\x45\x5a\x1c\x31\x3d\x81\x3a\x1c\xdc\x07\x32\xc8\xfb\xea\x3a\xf4\x88\x17\x29\x40\x16\x66\x0d\xea\xf0\x9d\xaf\xf8\xe0\x6e\x88\x4e\x8d\xf3\x01\x84\x84\x3e\x49\x1d\x0c\x00\x61\x17\x78\xa3\xf7\x21\x39\xdc\x96\xc0\x0e\xe8\x21\xf6\xdf\x19\xfb\x94\xf7\x95\x21\x01\xec\x82\xca\x02\x5b\x17\xc2\xfd\xe9\x7d\x08\xca\x88\x02\xac\x0b\xcf\xfe\x0d\x68\xa5\x10\xeb\x0d\x1d\x60\x3f\xc1\xb1\x98\x2a\x5e\x88\xdd\xa0\x88\x89\x2f\xc1\xaa\xdd\xc8\xcb\x13\x32\xf7\x8d\xbc\x3c\xa4\xf9\x37\x92\x95\xd3\xb0\xa8\x08\x8a\xef\x21\x51\xdf\x90\x0b\xe9\xf2\xa2\x08\x8a\x17\x3a\xa3\xe8\x0d\x8a\x43\x85\x9d\x5a\x84\x7a\x8e\xec\xf3\x7a\x77\x50\x0b\x8a\x3f\x08\x17\x8f\x34\x45\x8a\x70\x71\xa1\x4e\x5b\xef\xa1\x7f\xc1\xd5\xe9\x6d\xf1\x24\x01\x7c\xa4\xf7\xc4\x67\x73\x14\x34\x3c\xc1\x29\xb5\x78\x12\x21\x22\xa2\x22\xf8\x7b\xd6\x58\xb8\x89\xcf\x92\x51\x45\xf4\xb7\xd0\x90\xaa\x88\xfe\x8e\x78\x32\x45\xf4\xb7\xf4\xfc\x2f\x58\x16\x8a\xd0\xf0\x88\x68\x53\x04\x6d\x87\x9f\xa1\x5a\xd0\xf6\xcc\x12\x0f\x4c\x3c\xc0\x61\x81\x4b\x23\x0a\xac\xde\xc6\xa5\x85\x01\x52\x6f\x41\xa7\x4b\xbc\x82\x4e\xc7\xb0\x90\x4f\x51\x62\x58\xe6\x84\x21\x44\xcd\xd3\x7b\x01\x9f\x92\x64\x12\x21\xd9\x42\xfc\x3a\x45\xc0\x75\x97\xf8\xca\x16\xbe\x9b\x90\x4a\xde\x27\x6f\x38\x2f\x2b\xc4\x47\x0b\x01\x7c\xf4\x46\xba\xc3\xc6\x2b\xe0\x86\x36\xb2\xff\x2a\x50\x14\x70\xd9\x2f\xf4\x3c\xda\x80\xce\x8d\xc0\x2a\x7a\x9b\xf2\xb1\x0b\xaf\xa2\xfb\xb6\x7c\xad\x71\xe4\xa1\x78\x62\x9c\xbc\xde\x00\x95\x14\x52\x4d\x44\x33\x4b\x8f\x02\x90\xd1\x1e\x54\x02\x64\x54\xc8\x32\x20\x14\xb9\x4b\xe7\xe8\x1f\x2c\x13\x49\x20\x62\x91\x43\x50\xb0\x58\xe4\xfd\x00\x87\x06\x46\xb0\xff\x6a\xf3\xfb\xf3\x23\x2b\x4e\x1a\xd4\x99\x3d\xbe\xf1\x62\xa8\x41\xab\xde\xf2\x97\x2b\x9d\x22\x9e\x59\x88\x5e\xa0\x88\x67\x0e\x80\x36\x45\x3c\xb3\x30\xd4\x5e\x2d\xb4\x58\x24\xba\xf5\x62\x19\x63\xfe\x4c\x0d\x17\x48\x41\x8a\x50\x63\x09\x35\x2a\x22\x8b\xa5\xc7\x47\x0c\x3f\x31\x5c\x33\xf5\xd6\x93\x53\x9e\x5f\xfd\xd0\x68\x90\x3b\x18\xcd\xe9\x4a\xa6\x0f\x28\x35\x4d\xbd\xfa\x6c\x4a\x1d\x59\xa9\xd4\x62\x7a\xc3\x7f\x40\x1f\xf0\x79\x34\x4e\x28\x02\x61\xfb\x22\xc9\xb0\x40\xd8\x29\xe4\xd9\x4e\xc8\x2a\x6d\xc3\x8a\xf0\x52\xa1\xfd\x4e\x11\x2c\x2a\x9d\x4c\x1c\x82\x43\xa5\x93\x89\x7b\xcc\xa2\x17\xa9\xce\xf4\x69\xe8\x06\xf9\xad\xc7\xd9\x3c\x8e\xcc\x28\x68\xa4\x32\x53\xc4\x2f\x46\x36\x34\x45\x30\xa2\xd0\xaa\xad\x27\x18\x91\xd8\x32\x6a\xc1\x88\xfb\x89\x28\x40\x28\x26\xb7\x2c\x82\x0b\x23\x54\x50\x9f\x8e\x0d\x48\xd5\xca\x63\x30\x1f\xc4\x36\x56\x0b\x36\xac\x35\x7a\x31\x8e\x48\xc9\x5e\x80\x6c\x33\x68\x5a\x11\x39\x28\x83\xd4\x11\x91\x83\x9d\xc1\xc9\x7a\xe2\xf1\xe8\xfe\xa5\x0f\x28\x22\x63\xb7\xf5\x11\x4c\x20\x77\xf9\x03\x19\x93\x31\x1b\xfa\x18\xa3\xd8\x19\xd0\xac\x0f\x18\x45\x06\x6d\xe8\xb3\xd0\x06\x09\xfb\x03\x36\x90\x2e\xf5\xfa\x40\xa4\xa4\xd7\x99\x3e\xc8\x63\x4f\xef\x3a\x7d\x8c\x0d\x14\x7a\x56\xe9\x83\x44\xf6\xb4\x7b\xe8\x73\xc1\xbc\x40\xb6\xe7\xb9\xce\x57\x38\x1f\x66\xa1\x09\xfd\xd7\x03\x31\x95\x49\x98\xf4\xb9\x30\x14\x1e\x8c\xc7\x98\x3e\x19\xe4\x69\x1e\x58\x0c\x46\x0c\x05\x87\x8b\xee\x07\x8a\xc8\x3d\x61\x1e\x02\x45\x60\x9e\xd0\x2c\xad\x2f\x20\x9a\x08\x74\xaf\x2f\xd4\x18\xe3\x9f\x32\x80\xe8\x9b\xe0\xee\xc5\x3e\x59\xcc\xdd\x2e\x18\x2c\xb0\x3d\x4e\x3c\x4a\x45\x14\xde\x08\x2d\xdd\x9b\xf1\xc5\x19\x05\x68\x94\xe3\x7a\x4d\xe8\x12\x22\x45\x2a\x82\xea\x46\x8a\x81\x66\x4c\x05\xcf\x1a\x22\xe4\x84\xa8\x97\xfa\x42\x29\x44\x96\x11\x01\x6f\x23\x8d\x78\x03\xdd\xe0\x61\x44\x04\x9c\xd0\xf9\x4a\x11\xdf\x36\x42\xef\x8d\xf8\x36\x19\x54\xcd\x22\x9c\x4d\x88\x5e\xa4\x08\x67\x1b\xa1\xc8\x7e\x91\x11\x3c\x14\xd9\x08\x1e\x13\x82\x1c\x28\x22\xc1\x46\x28\x6f\x5f\x08\x72\x04\x89\x50\xc4\x75\x8d\xd0\xb6\x5a\xdc\xd1\xa2\x67\xa5\x22\xa8\x48\x42\x27\xf4\x82\x57\x09\xe5\x0c\x22\x82\x46\x5c\x39\x16\x11\x34\x68\x30\x53\x04\xf3\x08\xe3\x92\x14\x81\x38\xc2\x70\x1f\x45\xe4\x49\xa0\x43\x29\x82\x44\xda\xaf\xdd\x87\x1b\x3a\xd4\x28\xf0\xd3\x97\x50\xa3\x98\x4f\xfd\x2e\xe0\x58\x5f\x58\x7e\xa8\x46\x81\x87\xfc\x28\xf1\x59\xe0\x5d\x84\x1a\xe5\xb5\xcc\x0e\x8c\xbb\x51\xb8\xaa\x4b\x68\x51\xe0\x44\x2e\xa1\x12\x81\x8b\xf8\x2f\x63\x81\x1e\x23\x09\x67\x03\x8e\xc6\x12\x0a\x0f\x3d\xa8\x07\xd4\x5e\x28\xf6\x57\x68\x2f\xb4\x9e\x36\x84\x05\x66\xac\x0e\x92\xa8\xed\x74\xcc\x07\xab\xb6\x8e\xc1\xad\x69\xc7\x14\x53\x24\xd1\x8e\xaf\x52\xd9\xa0\x50\x92\x87\x6e\x41\x27\xa6\x98\xf7\x14\xfc\x72\x25\xd4\x00\x70\xaa\xed\x61\x4f\x30\x7f\xd6\x15\xd2\x37\x7c\x53\x25\x04\x76\xf3\x4d\xcd\x9d\x49\x1e\x15\x6e\xa1\xb3\xc6\x57\x2f\xe8\x2b\x9c\xa8\x7e\x15\x4a\x37\x2e\xec\x57\xa1\x63\xe3\x9c\x7f\xf5\x82\xbe\xc2\x09\xe2\x57\x6f\xa8\x38\x12\xdb\x38\x3a\x25\xe7\x55\xbf\xaa\x90\xd0\x84\x8d\x2a\x3c\xd7\x27\xdb\x50\xf4\x43\xa2\x00\x9f\x9d\x7c\xe5\x3b\x60\x94\xde\x8f\x96\x4e\x3f\x92\x17\x64\x0c\xce\xd9\xee\x0f\xd6\x8e\x49\x8e\xf8\x6b\x19\xfd\xc8\xf1\xca\x85\x27\x06\x0b\xd0\x0f\x3f\x2c\x5f\x83\x4b\x38\x9d\x9f\xbf\x06\x2d\x91\x14\xb6\x51\x30\xfc\xf8\xca\x51\x0a\x15\xb6\x61\xfb\x67\x52\xf7\xf9\x99\xc5\x24\x4f\x69\xfc\xac\xc9\x4a\x93\xb9\xf4\xbf\x66\xfb\x65\x4a\xe3\x58\x10\x90\x48\x8e\xed\x6b\x26\x09\x4d\x22\x1f\x7d\xcd\x24\xa1\x49\x6e\xf5\x6b\x13\x8d\x76\x7e\xd6\xd4\x35\x93\xb6\xd6\x0f\x86\x98\x49\xdf\x82\x0f\x86\x98\x59\xa2\xeb\xf0\x67\x97\xce\xe1\x9b\x3b\xfa\x94\xce\xcf\x9a\xa3\xc6\x94\xce\xe1\x2f\x60\x7c\xb6\x28\x38\xaf\x70\xb4\x26\x76\xcc\x12\xa3\xbd\x4e\x4f\x59\xf0\xa0\xd1\xf1\x2f\x56\xae\xaf\x3d\x50\xcc\x4c\xf6\xda\xb8\xd9\x49\x0c\x8b\xaf\x29\x16\x4d\xd8\x05\xe3\x66\x27\x61\x35\xbe\x66\x7e\xa7\x53\xb8\x01\x9b\x62\x7e\x57\xbc\x82\xf9\xe5\x26\x6e\x8a\x34\x2f\x2b\x5e\x01\x70\x89\x70\x7e\x3f\x74\x2c\x71\xf6\x3e\x4c\x45\x34\x7a\x94\x19\x89\x3d\x45\xee\x98\x1a\x0b\xff\x9d\x1d\xe9\x8d\xf6\x74\x94\x7f\xfe\x4a\x37\xe6\x4a\x62\x05\xba\x20\xa1\xad\xb3\x06\x5f\x07\x0f\x13\x1d\xeb\xc7\xff\xc3\xa5\xf7\xaf\x43\xc0\x62\xbe\xa8\xaf\x83\x45\x21\x0e\xee\xd7\xcd\xef\x5a\x16\x4f\x46\x47\x6e\x25\x22\x5d\x7c\x1d\x02\x15\x3d\xdd\xbf\xfe\xc0\xa9\xc4\xa9\xcd\xd7\x21\xfc\xd0\x0f\xe5\xeb\xef\x81\x82\xf7\xf9\xe8\x07\x1b\x9e\xdb\xbc\x83\x11\xa2\xbf\xd2\xd7\xf5\x6f\xc7\x94\x6f\x54\xc8\xf7\xce\x8b\x7f\xa3\x82\xfb\x74\x4e\xfb\x1b\x15\x94\xc2\x6f\x9e\x6f\xe0\x40\x92\x72\x7e\xa3\x1d\xf5\x31\x9f\xc0\x09\x65\xba\x9c\x6f\xb4\xf3\x4a\x63\x01\x9c\x7d\x84\x6d\x74\xa8\xf6\xb8\xef\x07\x0e\x35\x73\x10\x7c\xa3\xa3\x51\xd7\xbb\x7c\x03\xa7\x9c\xee\x40\xdf\x18\x20\x1d\x3c\xb2\x63\x1e\x6e\x9c\x1d\xbb\x8e\xe9\x85\x4f\xec\x09\xa2\x10\xf6\x0d\x35\xa0\x2a\x5f\x57\x01\x2b\x14\x94\x06\xd9\xed\x24\x28\x8d\xe5\xa2\xdb\x05\xde\x02\x32\x05\x4d\x22\x6f\x7e\x86\xb0\x4e\xf8\xa7\xcf\xf0\xd5\x17\x99\x9a\x0f\xaa\xf7\x21\xf1\x80\xe9\xb0\x1a\x13\xbb\x7d\xc0\x82\x1e\x44\x84\xf8\x2e\x1b\x77\x63\x42\xac\x0f\x01\x43\x8d\x86\xd5\x0f\x01\x43\x8d\xb6\xd8\x0f\xf7\x78\xa3\xd9\xf4\x53\x33\xdf\x36\x5a\x5a\x3f\x8f\x0f\xe2\x50\x71\x8f\x73\x03\x2b\x40\x0e\x0a\xff\x35\x1f\x4c\xaa\x55\x3f\x05\xbe\x0f\x95\xa6\x9f\xc2\xb7\x71\x46\x83\xc3\xa0\x6f\x7d\x9c\xf0\x83\x4e\xf1\x6f\x81\xcd\xba\xb0\xc0\x0e\x7b\xe3\xbf\x6d\xbf\xbd\xf8\x6f\xff\xf3\x53\x46\xd4\xda\x2e\xee\xfc\x77\xa2\xb1\xcc\x02\xdb\x3b\x83\xff\x22\xb9\x29\xff\x35\x28\x90\xc4\x7f\x2d\x55\x67\x7c\x0a\x89\x4d\xf9\xef\xb7\x3b\xe2\x8b\x01\xbf\x65\xce\x2b\xbc\x96\x39\xab\xe6\xb3\x1c\x97\xcc\xb7\xd9\xf5\x92\xe3\x61\xdd\xff\xc6\xc3\x86\x37\xc2\x96\xf7\x55\xc9\x04\xe2\xdf\x07\x74\xcf\x19\x13\x08\x74\xcf\xf8\xf7\x45\x3d\xfb\x6d\xc7\xb4\x52\xc1\xfc\x7d\x86\x5e\xc4\x6d\xf4\x9d\x5c\x34\xfc\x17\xd0\xb9\xfc\x17\x01\x98\xfc\x77\x77\x95\x9b\x14\xce\x99\xbc\xd5\x3f\x60\x10\x93\x53\xfa\x3e\x23\xff\xeb\x5f\x44\xa7\xef\x33\x1a\xd5\x98\x1a\xfb\xfb\xd4\xd6\x36\xfe\x35\x38\x56\xf7\x3b\x2c\x29\x01\x05\xc4\xd3\xe1\x96\x94\xc0\x61\x3a\x30\x7d\x49\xc9\x34\xb2\xcd\x81\xe9\x77\x81\x31\x7f\xee\x59\x55\x52\x32\x52\xd1\xca\x61\xd4\x4a\x4a\x82\x84\xad\x95\x5f\x91\x73\x90\xe3\x89\x0b\x1e\x7b\xc5\x0b\x8e\x21\x25\x3a\xf6\x60\x97\x15\x7e\xc5\x7c\xdb\xa6\x3b\x17\xec\x82\x07\x6d\x44\x81\x11\x57\x0f\xdc\x2b\x29\xbd\xc8\xb7\x9e\xd9\x28\x74\xfc\x6e\x05\x28\x29\x23\x2a\xd1\x13\xdc\xef\x02\xa4\x95\x2b\xde\xd3\x0c\x3f\x15\xe7\x0f\x4b\x82\xa3\xd9\x4a\x2d\x0a\x8c\x75\x29\x87\xd7\xdd\x05\x46\x53\x5c\x87\x5d\x52\x36\x1e\x62\xcc\xf8\x0a\xb4\x62\x8e\x9b\x5b\x52\xb6\xeb\x79\x14\x7e\xb6\x98\x4c\x3d\x3c\x90\x61\x17\xd8\x68\xa7\xf8\x67\x0b\x92\xb1\x7a\x04\x79\x49\xc5\xbc\xc3\x99\x26\xbd\xa4\x62\x9b\xb2\x67\xae\x6d\x99\x48\x1f\x5a\xa2\xa0\xa3\x51\xef\x7a\x81\xce\xc1\x9d\x1e\x77\x81\xc1\x97\x4d\x0e\xae\xd8\x05\x3e\x3c\xbe\xb6\xa4\x72\xc3\x9e\xb5\xd8\x31\xc4\x2c\x39\x40\x4b\x49\x05\x29\x98\xdd\x7f\xac\xa4\x62\xec\xca\x68\x9c\xc2\x6a\x24\xa5\xb9\x0f\x5b\x49\x15\xd6\x88\x34\xbc\x8d\x0a\xe3\xa5\x87\x34\xec\x02\xeb\xba\x44\x1b\x7f\x5b\x0e\x76\xc1\x84\x37\x97\xef\x8f\x6a\x72\xcd\x68\x85\xaf\xc0\x37\xd8\xc9\x44\x49\x55\x30\x38\x6e\xfe\x0a\x76\xc5\xa5\xe0\x5d\x60\x6a\x1b\xd7\x18\x97\x54\x6f\x48\x75\xf1\x59\xf3\x22\x1c\xee\xf9\xbf\x0b\xce\x76\xe0\x57\x8c\xb1\xea\x0e\x1d\xbc\x0b\x9e\xdf\x12\x6b\x49\xf0\xb5\x6a\x32\xa3\xa0\x61\x0a\x13\x0b\x3e\x0c\xce\x0f\x50\x1b\x58\xca\xc9\x27\x90\xf9\xbd\xb5\xcc\x02\x20\xd1\x25\x16\x18\xbf\xdc\x84\xc7\x03\xfc\x72\x13\xae\x6d\xbb\xd0\x0f\x6e\xdc\xf6\xce\xdf\xd6\xbb\x92\x9a\x75\x7d\x96\xf8\x0a\x2c\xf0\xae\x87\x2e\xa9\x63\x19\xdc\x12\x59\x52\x47\x3f\x1a\x0f\x61\x87\x5f\xab\xab\x9c\x4a\xea\xe6\xad\x3b\x5a\xf7\xcf\x76\xe8\xc3\x63\x7f\xf4\x07\x86\x7f\x12\x14\xb0\x6f\xd3\xcd\x33\xbb\xe0\xd8\x19\x0b\x0b\x80\x1b\xcb\x7d\x0a\x06\xaf\xb9\x29\x64\x17\xd8\x79\x49\x3c\x73\x23\xc3\x7c\xb5\x12\x0b\x4e\xa3\x95\x05\x70\x02\x6a\x85\x05\xd6\xb1\xce\x33\x37\x2a\x32\xba\x4c\x16\x98\x40\x3e\x66\x3c\x01\xbf\x21\x77\xb7\x28\x69\x22\x10\x5a\xb8\x1d\x66\x85\x88\xc0\xc5\x9e\x30\x6e\x3b\x08\x73\x49\x62\x30\x84\xbd\x70\x5d\x64\x62\xe5\x8a\xbf\x22\x98\x8f\xcc\x85\x5a\xc0\xa5\xca\x8b\x05\x66\x23\x1c\xce\x9a\x97\x84\x24\x6e\xa3\xc5\x13\xf6\x59\x19\x5c\x4a\x64\x32\x9a\xee\xc1\x5c\x12\xbc\x21\xba\x0b\x00\x25\xc1\x83\xa0\xed\x5d\xf8\x7f\xbd\xbe\x4a\xba\xcc\xcb\x77\x25\xf6\xfa\x12\xf8\x5c\x73\x5c\x30\x52\xf7\xce\x25\x81\x09\x5a\x3c\x52\x64\x17\xbc\x28\xf0\x61\xdc\xe9\x38\x54\x7a\x27\x0f\x82\x70\x27\x61\x80\xe5\x68\xb9\xf6\xb0\x24\xa0\xe2\xb6\xc9\x1d\x09\xcb\xd1\x74\x73\x41\x49\xc0\x9b\x15\x47\x26\x28\x09\x60\xb1\x4d\xb8\xab\x6f\xf8\x62\x37\x6e\x2f\x00\xa2\x8e\xc6\xd9\xbb\xb1\xdf\x3c\xbe\xbd\xa4\xfb\x3b\xaf\x34\x16\xe0\x94\x37\x7f\x05\x80\x9e\x14\xc6\x77\xc1\x8b\x9b\xc4\x5f\x81\x4d\xa1\x09\x6f\x12\x80\x45\xce\xc2\x55\x04\xd0\xe3\x4c\x35\x9e\x38\x9f\xe5\x57\x8c\xd8\x8e\xc4\xae\xc3\xc8\x30\x3d\xca\x65\x17\x40\x24\x8d\xaf\xc0\x08\xdb\x48\x4b\xa0\xbc\x97\xc6\xcb\xf8\x31\x1d\xc0\xe8\xbc\x49\x1e\xd3\x01\xd0\x5e\xba\x0b\x8e\xd1\x9e\x8d\x42\xcf\xde\x78\x10\xa0\x45\x1f\x89\x94\xf3\x81\x9e\x69\x90\x60\x3f\x20\xc7\x8d\x5c\xc2\x03\x2f\xab\x1e\x5d\x7f\xe0\x11\x14\x5d\x37\x9b\xd5\x18\x2b\x0a\x10\xd6\x1e\x63\xb1\xb3\x33\x33\xaf\xc9\xc7\xbc\x9b\xe6\xe2\xea\x3f\x50\x20\x36\xde\xac\x06\xd3\xb7\x0b\x38\x85\xb6\x94\xdd\x01\x11\x4a\x7a\x91\x3b\xdd\x5d\xa2\x4b\x82\x32\x79\x64\x4e\x10\xb0\xd0\x5a\xe3\xc6\x7d\xcd\xf8\x33\x16\x07\xf7\xda\x9d\x37\x33\xb9\xa6\xb7\x41\x7d\x41\x6a\xf3\x36\x28\x9e\x66\x3c\x81\x33\xcc\xdb\x19\xaa\xe1\xee\x61\x06\xbb\xc0\xf4\xe0\xbd\x47\x1b\x46\xb0\x07\x07\x07\x04\x2a\x69\xe4\xcd\xa0\x1b\x1e\x99\x0c\xdf\x6b\x9c\xc6\x70\x9b\xe7\x2e\x78\x30\x85\x2c\x80\x5f\x4c\x50\x0a\xc0\x12\xcd\xc2\x9d\xfc\xda\x55\x3b\xdc\x37\xa0\x24\xe0\xf0\x88\x63\x7d\x94\x04\xec\x18\xf1\x50\xe7\x92\x80\x6d\x21\x1e\x56\xbc\x0b\xc0\x9b\x71\x92\xf5\x58\x22\xa4\xb0\xe0\xc5\x51\xcf\x2c\x80\x1f\x08\xb9\x04\xc0\x50\xcc\x45\x62\x0b\x18\x8a\xb9\x78\x4c\x01\x43\x31\x83\x67\x3e\x12\x61\x99\xf1\x8a\x7d\x45\x48\xc1\xd5\x66\x7d\x3a\xf2\x4b\x49\x3a\xde\xdf\xc6\x9d\x92\x14\xfe\x05\x1e\xfd\xb7\x0b\x3a\xa4\x5b\x7e\x76\x9e\xd3\xc0\xaf\x40\xcd\xe6\x19\x30\x77\x81\xa0\xa7\xf1\xc4\x42\x4f\x13\x0b\xa0\x66\x5b\x51\x60\x14\xc6\xd3\x63\x95\x04\x88\x85\xe9\xe6\xd7\x92\x00\x6e\x30\x33\xef\x09\x80\x19\x50\x61\xb5\x0b\x60\x49\x21\xd5\x06\x8c\xc0\x48\x24\x06\x08\xf1\x9f\x42\xfe\xee\x68\x7f\x83\x6b\x42\x88\xbf\x0c\x6e\x5c\x44\xdb\x8f\x4c\x72\xa1\x87\x17\xe1\x41\xb6\x90\xf0\x2c\x89\x9b\x5f\x5f\xec\x64\xd2\x64\x84\x31\x77\x99\x7c\xe5\x3b\x96\xaa\x28\xb8\x30\x85\xfc\x0a\x94\x5e\x2b\xfd\x83\xbf\x45\x49\x26\x94\xe6\xde\xb9\x02\x08\x79\xed\x95\x1f\x40\x34\xaa\x04\x57\x8a\x68\x54\x2a\xf3\x4a\x42\xf4\xe9\x14\x72\x72\x88\x3e\x9d\x42\xd2\x01\xf1\x75\x54\x52\x70\x84\x4b\xce\xc2\xe3\x06\x99\x72\xc6\xe5\xfe\x01\x57\xdf\x93\x85\x94\xf4\xc1\x03\x23\x58\xdd\x0f\xca\x74\xe1\xc9\xf8\xe0\x0f\x96\xa5\xb1\xa0\x63\x6b\xc4\x13\x20\x83\x3c\xf6\xdf\x0d\x0a\x1e\x4f\x18\xd3\xd5\x66\x74\x5d\x71\xfe\x78\xd5\x7e\x7a\xff\x36\xb2\xed\x02\x2c\x3c\xa9\x1e\x64\x56\xda\xd0\x4a\x4e\x60\x86\x49\x07\x72\x6a\xa0\x47\x95\x05\xfd\xf4\x83\xaf\x18\xc5\xa2\xf2\xb8\xe4\x84\xc3\xe4\x38\x93\xbb\x00\x5c\x98\x53\xdf\x9c\x5c\x67\x5d\x58\x70\x0e\xd3\x60\xc1\xd1\x99\x89\x17\xc0\x55\xc6\x23\x1e\x4b\x4e\xeb\x34\x3a\x59\xf0\x82\xc8\xf1\xb3\xc8\x2c\xef\xa1\xf8\xbb\xe0\x8c\x65\x79\xc1\x73\xb6\x03\xdb\x30\x69\x92\xe6\xd6\x5d\x30\x7f\xeb\x87\x77\x01\xb4\xeb\x83\x1d\x03\xa6\x96\x63\x07\xef\x02\xcc\xc7\x60\x3f\x5e\x78\x36\xfa\xb6\xcc\x09\x9a\x04\x89\x02\xe8\x87\x29\x70\xe5\x0c\xdf\x84\xd6\xfc\x89\x7c\xf8\x08\x67\x31\x73\x86\xb6\x93\xc7\x2d\x67\x13\xda\xa6\x1b\xef\x76\xc1\x99\xd3\x28\x40\xc7\xa6\xcf\x7a\x16\x10\x5b\x4e\x61\x96\xf9\xdb\x82\x5a\x72\x7e\xd7\x6f\x63\x70\xc9\xc5\xb4\xae\xc3\xb3\x23\x95\x5c\x1a\x18\x3e\xee\xa0\x32\x91\xa9\xd1\x4f\x79\x2e\x87\xe1\xf3\x9b\x24\x17\xc4\x46\xb8\xc3\x7b\xc9\xc5\xd4\xd2\xc4\x50\x2c\xb9\x28\xe8\x73\x63\xa3\x1f\xf4\xb2\xbe\xf9\x73\x35\x35\x5c\x77\x0f\x91\x5d\x00\xa6\x5c\xe2\x09\xe3\x66\xc9\x7a\xe4\x9a\x20\x19\x73\x3e\x6a\xc5\x0e\x72\x0e\x30\x5b\x64\x55\x1e\x31\x85\x15\x5e\x66\xcd\xef\xef\x5c\xb1\x93\xc9\x94\xe7\x0a\x81\x8b\xaa\x83\x5c\x8d\x60\x13\x8e\x66\x17\x3c\xe0\xaa\x7d\x07\x59\xd8\x52\xee\xae\x95\xdf\x05\x03\x13\xc4\x27\xe0\x3f\xb9\x0a\xc7\x62\xc3\x67\x72\xd5\x92\x21\xc4\x76\xf7\xa9\xdb\x05\x46\xc1\x1d\x65\xa2\xe4\x06\x27\xc4\xce\xbd\xde\x2a\x34\xea\x9c\xd3\x06\x6b\x26\xf9\xbb\xdc\x20\x93\xb8\xdf\xc9\x2e\x00\x51\xca\x7c\x02\xaa\xa5\xd2\x58\x80\x5c\x1e\xee\xbe\x51\x72\xbb\xcf\x58\x7c\x3e\x9a\x02\xe0\x29\xb1\x63\xe6\xb6\xd9\x5c\x6f\x56\x72\x87\xa3\x5e\x73\xbd\x48\xee\x82\xf0\x28\x6e\xcb\x0e\xd6\xd4\x53\xf1\x97\x3c\x12\x7c\x90\x38\xa7\xc3\xe6\x63\x78\x76\xff\x5d\xb0\xd0\xa8\xb7\x01\x63\xc0\xf0\x04\x4d\x65\xff\x84\x66\x8d\x4f\x98\x84\x3e\x3c\xb2\xbe\xe4\x61\xec\xed\x18\xd1\xc6\x0d\xf7\xc8\xc4\x36\x8e\xf6\xa5\xfc\x8b\x04\x96\x07\xcc\x5d\x99\x34\x6d\xc0\xc5\xb7\x93\x96\x0c\xa3\x14\xad\xbb\x2a\x22\x8f\x17\xe2\x7b\xe5\xc8\x41\xf4\x63\x3a\x07\x32\xe0\x66\x52\x8a\x01\xb9\x31\x71\x9d\x87\xad\xc0\xe8\x3c\xb2\xc3\xee\xe1\x26\x5c\x81\xf1\x41\x8b\xe2\x4c\x57\x1e\xa6\x79\x68\x0e\x0e\xb9\x0b\xa0\xb9\x64\x1b\x33\x9d\xeb\xdf\xbb\x3e\x91\x5d\x55\x5c\xe0\xda\x24\x12\x22\x99\xcf\xde\x04\x08\xfe\xf0\xfb\x2a\x4f\x04\x2e\x92\x83\xca\xd3\x88\x4b\x0f\x6a\x33\xe1\x5c\xda\xfc\xba\xce\x73\x3c\xbf\xbd\x1c\x76\xc1\x8b\xbc\xc5\x7c\x65\x40\x83\x1a\x1d\xb3\xeb\xa9\x05\x39\x9e\x16\x4c\x3f\xa8\xf0\xd8\x34\xd3\x0a\x62\x70\x10\xf0\x0b\x2f\x8e\x09\xe5\x5e\x10\x86\x79\x9d\xae\xf3\x15\x90\x30\x57\xed\xef\x02\x48\xeb\x12\x4f\x60\x7b\xf1\x64\x4c\xd3\xc4\xf4\x11\x5f\xb1\xfb\xaa\x39\x3c\xed\x2e\x00\x68\x67\x0c\xee\x39\x74\x91\x83\x3b\xfe\xdc\x3c\x90\xd3\x08\x76\xef\xbc\x26\xa7\x61\xf7\xf4\xb8\xc0\x26\xfc\xb9\xe3\x8a\x9b\xf0\xd8\x18\x24\x2e\x13\x5e\x82\x99\xe4\x78\x2a\x38\x0d\xee\xfb\xf9\xc1\x07\x86\x44\x6e\x7e\x70\xc1\xea\x5c\xa8\x0f\x44\x9f\x07\x72\x1a\x37\xd8\x72\x6c\x87\xef\x68\x73\xd8\x31\xdb\x85\x63\x94\x28\x78\x40\x5b\xfd\x2b\x52\xe0\x58\x28\x83\x05\x38\xa1\xbc\x48\x05\x4e\x42\xd4\x3b\x65\x58\xc6\xda\xe2\x62\xcb\xe1\x11\xc9\x25\x08\x80\x3f\x26\x77\xa1\x40\x86\x5f\x2d\x9e\xb8\x7f\x7b\x8a\x94\x4d\x01\x6c\x4e\xc9\xcf\x08\x72\x25\x50\x26\xc9\x02\xda\xda\xb9\x71\xc5\x80\x28\x5a\x30\x27\x02\xf2\x23\xf1\x04\xe2\x30\x3a\x6f\x12\x19\x00\xdf\x25\x4f\x24\x03\x9a\x6d\x5e\x1c\x32\x4f\x24\x37\x5f\x99\xc7\x27\x8d\x5f\x11\xdc\x13\xe4\x12\x10\xc1\xd6\xdc\x69\x79\x17\x40\xb7\x99\xd9\xa8\x69\xa5\x67\xe2\x2e\x14\xa4\x56\xea\xdc\xb8\x62\x8a\xdb\xb6\x12\xbf\x62\x31\x14\xbd\xd4\x78\x02\x14\x9c\x34\x48\x6e\x5c\x60\xbc\xf2\x05\x8a\xec\x4e\xce\x4b\xcc\x9e\xd0\x26\xa9\xaf\x98\x1e\xa0\x77\x6e\x3a\x41\x8e\x4a\xaa\xff\xb2\x98\x4c\xd2\x0b\xaf\x38\xb1\xcd\xdf\x1c\x58\xa7\x64\x01\xa5\xf3\xf4\x85\x25\x2f\x44\x28\x0d\x57\x75\xe7\x05\xb2\x45\xdd\x4a\x5e\x26\x6f\x8e\x41\xa6\x60\x99\xe1\xb3\xa7\x5f\x4f\x20\x97\x77\x89\x02\xf8\x1c\x93\x39\x59\xe6\x6b\xd4\x26\x2f\x8e\x85\x10\xd3\xc5\x6d\xb9\x40\xfa\x68\xc5\xc9\xeb\x04\xfa\x37\x3e\x61\xd1\xeb\x43\x78\x5e\x10\x48\x28\x8d\x3c\xf3\x02\xa3\x25\xbc\xae\x11\x37\x28\xc1\xdf\x2d\x39\xba\xde\xcc\x02\xc1\xda\xfa\x24\x23\x1a\xaf\xc9\xaa\xff\x72\x81\x59\x4e\xf8\x3c\x1a\x57\x71\x7d\x60\xba\x38\x9d\x97\x9f\x2e\x5f\x78\xa4\x5e\x1e\x54\x89\xe4\x0b\xee\x73\xd4\x3f\xe7\xcb\x90\xd5\x67\x22\xe3\x86\xac\xb8\xb2\xc8\xb8\xdd\xc0\x6f\x1f\x5c\x56\xe4\x9b\x9a\x83\x22\xc8\x0d\x45\x65\xe5\xbd\xf9\x9c\xf0\x09\xd7\x80\xe4\x67\x42\x24\x23\xa3\xf2\xc0\x81\x7d\x70\x03\x3e\xae\x29\x5f\x2c\x80\xa0\xe3\xe2\x54\x86\x46\x88\xce\x5c\x25\x03\x9e\x9d\x46\xf2\x5d\xa0\x56\xc0\xc3\x04\xe4\x6a\x3a\xd6\x97\xfc\x1e\xff\x0a\xee\xea\xf7\x06\x81\xe2\x9c\x02\x92\x77\x0a\x6f\x78\x38\xe1\x0d\xea\xc1\x33\x90\x5b\x9b\xc3\xe0\x94\xfc\x42\xd2\x8e\xb1\x00\x13\x73\x66\xde\x57\x5a\xd0\x53\x1e\x48\x35\xc7\xc7\x31\xb8\x13\xb4\xc2\x4d\x8f\x77\x2f\x1c\xd3\x5a\x73\x89\x3f\x03\x9e\x70\x50\xbd\x93\x01\x36\xd8\x27\x79\x4e\x3d\x3a\x23\x2e\xb6\x1e\x43\x01\xaf\x7c\x33\x4a\x6f\x6e\x8d\x05\x47\xeb\x4f\x5e\xc4\xb0\x71\xf2\x98\xe4\x78\x3e\xe0\x00\x50\x87\x96\x3f\x50\x9b\xc5\xcb\xe7\x33\x06\x67\x52\x87\x56\xd2\xd9\x63\xce\x8b\x94\xd4\x30\x41\x7e\x93\x94\x04\x37\x3c\xea\xe3\x4b\x5a\xc7\xe8\xc1\x57\x8e\xe0\xe7\x24\xbd\x24\xdc\x46\x64\x53\xb7\x1c\x03\x63\x94\xb7\x91\xe1\xfd\x47\x2d\xca\x66\x68\xf0\x59\x3e\x31\x8f\xef\x3c\x9f\xb8\xf2\x6f\x3f\xab\x52\x60\xce\x5c\x54\x9a\x94\x7c\xa2\x50\x5d\xd0\x29\x25\x41\x00\xf5\x7b\xa2\x94\xa3\xda\xf5\xe3\x51\x2a\xec\xce\x9e\x7e\x68\x17\x18\xc5\x22\x1d\x28\x15\xc1\x66\xee\x86\x5d\x4a\x7d\xc1\x13\xb9\xee\xaa\xd4\xa3\x00\xf2\xdb\xb9\x54\x80\x99\x34\xbf\x6b\x0a\x8c\x62\xf4\x83\x2d\xa5\x1d\x36\x8a\xcb\xd0\x90\x80\x90\x7b\xbd\xc0\x28\x36\x96\x9f\x86\xd2\xe0\x8f\xe4\xb0\xb4\xbb\xe0\x01\x30\x0c\xdb\xc0\x7c\x38\x70\xea\x2e\x38\xd0\x31\x8d\x05\xe7\x15\x7e\x05\x69\xc9\xa8\xd9\x2e\x1d\xc2\x01\x55\x99\xa5\xc3\x5f\xd9\x1d\xc7\x4a\xe9\x15\xb6\x49\xe7\xab\x4a\x87\x28\x34\xf8\x95\x2e\x08\xf6\xf1\xd3\x50\x3a\x30\x2f\x57\xe1\x13\xf7\x31\xee\xfb\x57\x46\xc6\x31\xf5\x9d\x5c\xc6\x39\x95\x6c\x74\x14\x3c\xc1\x19\x83\x63\xd0\x70\xef\xd0\x52\x06\xfc\x80\x79\xe5\x97\x71\x54\xbb\x12\x05\xe0\xee\x3b\x5f\xf9\x8e\xc7\xf8\x64\x41\x87\x19\x23\x0a\xa0\x41\xe5\x8c\x4d\xbb\xe2\xe8\x05\xb6\x0b\xc0\x89\x3a\x07\x58\x66\x46\x80\x90\xdf\xf0\x65\x66\x18\xa2\xb9\xd7\xe7\xa1\xb8\x2e\xcb\x94\x09\x9f\xa6\xc2\xcf\x4e\x41\x52\x14\xe7\xdd\xcb\x04\x72\x93\x67\xee\x28\x05\x0c\xf0\x98\x5c\xec\x79\xb4\x62\x7e\x6f\x96\x69\x06\xa8\xe1\xa8\x48\xa5\x08\xbc\x6f\xb6\xd8\xf1\x7f\xbf\xc0\x8a\x58\x56\x8a\x31\x79\x54\x64\x80\x95\xe1\xbe\x17\x78\x62\x37\xbf\x05\x8a\x40\x75\x47\xfb\x55\x91\xe3\x70\xe0\xb7\x6c\x11\x43\xa3\x1e\xc2\xc9\x5a\xd0\x4b\x8a\x2b\x09\xca\xaa\xb0\x70\x39\xcb\x5d\xd6\x51\xaa\x39\xf3\x57\xd6\x38\xf1\x7f\x7c\x65\x9c\xe4\x47\xfe\x15\x5c\xee\x63\xc6\x13\xeb\x84\x1d\xfa\x13\x97\x45\x70\xcc\xe2\x3c\x78\xb9\xa0\x88\x2a\x1c\xed\x75\xc8\xb1\xd3\xf8\x72\x1d\x57\x46\xae\xe2\x05\x5f\xec\x46\x02\x75\x1f\x8d\x3d\xc9\x20\xc2\x1f\x1b\xd5\x08\xe5\xae\x67\x2c\x4e\x07\x90\xac\x77\x24\x1e\xea\x7b\xe0\x8a\xe3\xa1\x46\xb8\x14\x3d\x54\x77\x01\xf2\x70\x70\x59\x91\x1c\xae\x53\xe2\x2f\x0f\x38\xa8\xca\xc1\x3d\x70\xbf\xcd\xfc\x2c\x32\x87\x31\x62\xb2\x94\xa7\x1f\xe7\xcf\xc6\x82\xfe\xe7\x97\x7b\x68\x29\xc8\xa7\x35\xc8\xda\x95\xe7\x28\x19\xfd\x56\x2c\xcf\x3a\x67\xd8\x87\xff\x18\xc1\x6e\x8b\x04\xfb\x81\xf5\x32\x93\xd8\x3e\x27\xf9\x7d\xb4\x71\x9f\xb5\xf5\xd1\x3e\xcf\x49\x8f\xcf\xc1\x3d\xd0\xfa\xf3\xc8\x3e\xcf\xf1\xd8\xf5\x02\x64\x5b\x6a\xd4\x06\x17\x64\x5b\x12\xda\xaf\x0a\xe2\x38\xa4\xf1\x02\x43\xd6\x9b\x59\x9c\x17\x29\xef\x31\x8b\xf0\x16\x40\xca\x95\xe6\x4e\x97\xa5\xbc\x50\x64\x17\xbf\x59\xcb\x8b\x40\x41\xcf\xaf\x54\xca\x7b\xc2\x64\x48\x7e\x90\x79\x62\x74\x52\x2c\x04\x15\x4c\xea\xae\xca\x7b\x86\x2f\x7c\x42\xa1\x94\xe7\xc5\x01\x33\xd1\xa0\x52\xad\x68\x85\x19\xdf\x0d\x27\x45\xdb\x19\x9c\x2f\x03\x8c\x2f\x6d\xf1\x32\x36\xf0\xea\x7d\x2b\xb2\xe0\x3e\xbb\xd0\xbb\xae\xf0\x28\x4d\x1c\xcb\x37\x61\xd0\xe2\x2b\x1f\x1c\x59\x1b\x6f\x56\x78\x87\x31\x49\x4d\xa9\x09\x6e\x95\x9e\xf7\xa6\xd4\x84\x49\xf6\x4c\x42\xbb\x00\x77\x9e\xef\xd3\x9a\x06\x94\x8c\xce\x03\xd4\x34\x91\xb5\xdb\xb7\x76\x3d\xbc\x08\x09\x4a\x4d\x40\xcd\xf3\xbc\x23\xa5\x26\x9b\xc2\xe6\x39\x87\x77\x01\x74\xac\x2e\x60\xd4\xf4\x22\x5e\xc4\x6d\x23\x35\x43\x1d\xea\xd9\x3c\x4a\x3d\xfa\x62\x4f\x68\x59\x6a\x46\x3f\x4a\x3c\x01\xb5\x9b\x83\x60\x97\x9a\x6f\xb4\xe1\xb4\xb0\xe6\x07\x32\x89\xdf\x68\x15\xa8\x5e\x9d\x64\xab\x66\x33\x41\x2c\x07\xf0\x29\x35\x83\x35\xe5\x76\xa8\x25\xe1\xde\x14\x16\x18\x73\xd2\xdd\x3b\x76\x17\x7c\xd0\x7e\x7a\x3f\x8a\xd9\x68\x86\xf8\x3d\x51\x8b\xd9\x6a\xbb\xbb\x2f\xee\x82\x23\xe8\x24\x16\x20\x62\x44\x58\xd0\xcf\x5d\x23\x2c\x50\x78\x3f\x78\xd7\x8b\x11\x83\x46\x1e\xa0\x16\x44\xd4\x50\xb8\xa9\x45\x8e\x78\x19\x4f\x5c\x90\x48\xf9\xc4\x51\x0b\x0d\x0e\x0e\x7e\xbc\x99\xfb\xa3\xd8\x75\xd2\x3c\x9a\xad\xd4\xf2\x62\xd6\xff\x49\x02\xab\x05\x7e\x35\x8e\x70\xbb\x0b\x40\x8f\x9c\xc8\x55\xe0\x87\x11\x4d\x66\x17\x5c\x10\x57\x59\x90\x41\xb0\xfd\x74\xd5\x8a\x6b\x97\xda\xf6\x5a\x1f\x08\xb4\x4e\x9f\x6b\x45\xe0\x1a\xbd\x55\x6a\xb5\x8b\x63\xd0\x80\x53\xeb\xb1\x60\x70\xf3\xc0\x11\x8b\xb1\x31\xbb\xe0\x38\x92\xb3\x0d\x28\x80\xc8\x63\x55\x68\xb9\x3b\x1d\x17\x6b\x3b\x98\x70\x4e\x9f\x2b\x74\xd8\xdd\x7d\x5e\x4b\x6d\x70\x81\x59\x6c\xa3\x99\xb6\x6f\xd0\xf4\x5d\xdb\xc4\xfc\xba\xc2\xa3\xc2\x9f\x9f\x90\xf3\xa5\xf6\x0c\x87\x1f\xce\x29\xb8\xc1\xc6\x7b\xb3\xf6\x0e\xa6\xdc\xb9\x9f\xda\x3b\xf4\xe0\x93\x6d\x9c\xfb\xdb\x6f\x81\xda\x01\x5b\xcf\x9b\xb5\xf6\x05\x35\x13\xfb\xd1\x61\x17\x20\x53\x5e\xfb\x0d\xc8\x43\x6e\xc0\x7e\x98\x9d\xc1\x27\x1e\x28\x91\x84\xfd\x40\xce\xe3\xcc\xd5\xef\x1f\x08\x94\x5f\xa4\x75\xa4\xe3\x75\xc7\x02\x0b\x9f\x91\x38\x7f\xf0\xaa\x92\xc6\x36\xe0\x58\x3f\x84\xc3\x1f\x50\x77\x51\xf3\x50\x47\x3f\x6e\x78\xc2\x82\x0f\xde\x5d\x3e\x1f\xe3\x68\xa6\x38\x96\x21\x38\x6e\x24\x1d\x63\x41\x54\xe6\x2e\x1c\xd7\xb1\x1c\xb0\x8d\x0b\x42\x0a\x89\xdc\x51\xbf\x8f\xf8\x0a\x60\x6e\x3c\xf0\xb3\xd4\xa1\x50\x33\x71\x6d\x67\x3a\x7e\x57\xfe\xc4\x04\x1c\x18\x1d\x85\xea\x44\x9c\x30\x95\xbf\x75\x16\x88\x0f\xa4\x69\x13\xf4\x48\x5c\x1f\x51\x67\x3d\x86\x57\xef\xfa\x1c\x60\xa8\x0b\x0b\xc0\xea\x3a\xf2\x56\xa9\xf3\x82\x12\x89\xd4\x66\x82\x82\x2f\x12\xca\xf9\xc0\xbf\xbe\xf1\x15\xc0\xfe\xa4\x68\x03\x0a\xb1\xc1\x63\x3a\x5f\x68\xc7\x39\xc9\xd0\x5c\x36\x6a\x4e\xea\x3a\x9c\x06\x09\xd4\x75\x9d\x7d\xea\x73\x0a\x74\x0f\xc2\x2e\x96\x0a\xa8\x8e\xf6\xab\x00\x82\x9f\xa7\xfa\x2d\xf5\xce\xa0\xf1\xbc\x15\x6f\xe0\xf4\xd2\xa0\x55\x9f\xa3\xc1\x71\x7b\x42\x45\xb8\xed\xa0\x3a\xa6\x3e\x10\xb7\xe3\xde\x3c\x8c\x16\x39\xaf\x7a\x9c\x8d\x1c\x99\x6f\x17\xcc\xdf\x21\xbb\xa5\x3e\xd0\x7d\x4f\x76\xec\xc1\xf5\x44\xef\xb4\x0a\x36\x6a\xd0\x02\x5a\x91\x4b\x53\x1c\x8f\x76\x17\x9c\xe0\x44\x76\x1d\x40\xe9\x63\xc5\x2b\x40\x2a\xe1\xf1\x40\xbe\xc1\x4e\x8d\x72\x45\xb6\xbc\xde\x79\xa2\x4e\x2a\x36\x77\x79\x2f\xf5\x05\x44\x43\x69\x7c\x02\x5a\xa0\xc9\xed\x00\x26\xa9\x77\xce\xd8\x7b\x1f\xb3\x59\x67\x81\xd1\x8f\x3a\xe2\x95\x0b\x86\x8e\xc9\x02\x4c\x21\xb9\x04\x24\xae\x1a\x41\x71\x91\xb8\x6a\xd0\x6a\x51\x91\x68\xa8\x51\x71\x5b\x91\x48\xa7\x15\xe7\x44\x2b\xf2\xd5\x48\xec\x53\xf8\xe3\x48\xe3\x1e\xd3\x02\x93\x4c\xea\xff\x72\x81\x69\xc1\xa1\xe6\x1a\xa9\xb9\x68\x34\xaa\x79\xab\xda\x71\x1b\x41\xd2\x11\xe0\x31\xc8\x72\x57\x84\x78\x34\x0f\x99\xdc\x05\x0b\xc4\x96\x6d\xc8\x89\xf7\x66\x27\xe5\x3c\xc1\xcf\xc2\x92\x19\xcb\x0a\x06\xb2\x15\x5e\x60\x8a\xc0\xa7\x16\x23\xbf\x61\x48\x22\x8f\x05\x27\x99\x96\x49\x5b\x0d\xd9\x7f\x4f\x05\x1b\x85\x4f\x0c\xb5\x39\x15\x3e\x31\x7d\xc4\x57\x70\x09\xd2\xbb\xab\xea\xb1\xc5\xfd\x2a\xc0\x2a\xf2\x56\x04\xda\x79\x4f\x5c\xa3\xaf\x01\x5f\x92\x13\xf4\x01\x84\x20\x46\x6b\xa0\xd6\x79\xd1\x69\xa8\x02\xb9\x99\xe9\x45\x4b\xfd\x8e\x77\x36\xc9\xf1\x27\x47\xcb\xd6\x59\x00\x07\xb9\x16\xaf\x1c\xb0\x46\xdf\x5e\x70\x6a\x19\x9e\x96\x6e\x17\x4c\x88\xdb\xec\x98\xd9\x4b\x7b\xe2\x8c\x7d\x66\x0b\x1f\xf4\x01\xaf\x70\x59\x19\xbd\x72\xb4\x0a\xb5\xdb\x8a\x82\xb3\x83\xe2\x15\x63\x1b\x2a\xe9\xd1\xa7\x7f\xe1\x8a\x94\xfa\x7d\xd8\x41\xce\x61\xb7\x04\x25\xbf\xa3\x73\x95\x96\x2a\x28\xc5\x8c\x82\xc3\xda\xf1\x95\x0a\x18\x24\x97\x16\x5a\x82\xb1\xd2\x71\x90\x77\x01\x4e\x97\x73\xd8\x2d\x75\xec\x8f\xc5\x36\x90\xc2\xc7\x03\xe3\x76\x01\x16\xbb\xc7\x13\x38\x4c\xd1\x0f\x81\x73\x5b\x63\xc1\xd1\xa1\x0d\x7e\xf6\xc1\xd6\x76\x6d\x4e\x4b\x60\x09\x3d\x09\xfa\x2e\x78\xa0\xfc\xf5\xaf\x64\xb8\x46\xd0\x0d\xaf\xe5\x74\x6e\xb4\xea\x05\x30\x9f\x3b\xee\x4f\x69\xb9\xe2\x54\x3a\xe5\x6c\xb9\x9d\x39\x15\x16\x60\xf5\x07\x1b\x05\x48\x26\x59\xb1\x96\x3b\x86\x3f\xd9\x68\x87\x18\xc3\x75\xc9\xc6\x47\x4c\x7a\x99\xb5\x7c\x36\xee\x62\xa3\xc7\x0d\x2f\xc6\x02\x95\x2a\xf9\xbb\x96\x2f\xe0\x17\x70\x82\x10\x54\x32\x78\x1b\xb5\x0c\x4d\xbf\x07\xc2\xef\x02\xb0\x62\xc2\x36\x8e\xe1\x55\xd8\xd3\xc3\x8a\x35\xb6\x81\x40\xd2\x5f\x73\xfa\x1d\xdb\xb5\xbf\x52\xa0\x32\x73\xd0\xc6\xd2\x4a\x3b\xea\x61\x7f\x05\x32\x49\xe7\x5d\xd3\x4a\x3f\xd4\xc1\xfb\x51\xcc\xdd\xa4\x33\x1e\xa6\x15\x38\xfa\x2e\x6e\xa9\x32\x61\x01\xe5\xf0\x0b\x20\x2a\x0b\xa7\xb0\x00\xa3\x91\x3e\x5f\xad\x1c\xd6\x34\x9e\x00\xd4\x05\x6d\x01\x0d\x51\x26\xb2\xe2\x15\x18\x5c\xc8\xbe\xb4\x82\x4d\xe7\x19\x94\x76\x01\x98\x79\x1e\x8f\x82\x70\xa0\x1e\xaf\x1c\x7b\xaf\xf3\x33\xad\xc2\x77\xbc\x73\x3e\x2a\xfc\xfb\x3d\xa5\x4f\x69\x15\x70\x0d\xf4\x5c\x68\xb5\x21\x67\x08\x3b\x56\x61\x34\xa5\x7f\x44\x33\x60\xe2\x3c\xba\xb3\x2f\xad\x0e\x80\x1c\xf8\x55\xd0\xea\xc0\x2e\x5c\x2c\x10\xd8\xd1\xca\xbf\x78\x21\xb6\x0a\xb7\x33\xba\x37\x35\xf8\xf7\x0c\xaa\x46\x9b\x2b\xd7\xa3\x0b\x80\x9a\xa4\x73\x4a\x43\xa0\x7c\xe7\xf5\xdf\x10\x28\xdf\x1d\xe9\xaf\xb4\x8a\x98\x25\x07\x40\xdd\x05\xb0\xa7\x73\x2a\x5a\x3a\x73\xe3\x5f\x69\x15\xbb\xda\x89\x6d\x6b\x15\x0c\xb5\x8b\xab\xad\x21\x30\x35\x45\x1b\xe0\x5c\x68\x1e\x6d\x88\x36\x6f\x93\x4b\x82\x40\x97\x9e\x9c\x85\x68\x4d\xc0\x97\xf8\xad\xd8\x1a\xf8\x12\x9a\x01\x1a\x54\xf8\x23\x76\x75\x33\xa9\xa5\x8f\xc5\xcf\xc2\x1f\x8e\x52\x4b\x6b\xef\x99\x53\x6f\xa3\x9b\x99\x96\x31\xc6\xa5\xf5\x13\x4a\xc7\xf3\xd7\xa1\x00\xa2\xbf\x45\xeb\xc7\x2f\xcf\xf9\xe7\x36\xf2\x41\xf2\xf0\x9e\x8e\x82\xed\xc5\x19\x1b\x08\xeb\x59\xf1\xca\x3c\x73\xea\x33\x36\x00\x24\xe3\xd1\xa5\xa5\x0d\xa4\xa1\xa4\xc7\x5c\x9b\xe0\x8f\x06\x67\x7d\x42\x9d\x91\x48\x4a\xe7\x81\x19\x62\x1b\x53\x8e\xb0\xe4\x93\x3c\x15\x79\xa1\xdd\xd6\xd2\xe0\x6f\x31\x2b\x29\xa7\x40\xb9\x17\x67\x07\x50\xb5\xd3\xd3\x64\x97\x26\x50\xde\x78\x16\x8a\xd2\x04\x60\x0c\x83\xfd\x10\xa0\x32\x65\xee\x42\xf9\x70\x93\x70\xd6\xe5\x03\x02\xaa\xcb\x57\x4d\x00\xca\x97\xb8\x93\x05\x41\x14\x54\xcb\x36\x01\x77\xec\x20\x08\xa5\x2d\xc8\x9b\x74\xe4\x6c\x2b\xc1\x9e\xee\x32\x6b\x5b\xe9\x70\xa5\xde\xe8\x09\x96\xe9\x24\xa5\x2b\x63\xd3\x0d\x36\x8a\xdb\x68\xc6\x57\x20\x92\x15\xee\xc2\x75\x14\x40\xce\xd9\xb6\x55\x81\x8d\x45\x5a\xb2\xea\xc1\x36\x89\x82\xbf\x70\xd3\xca\xde\x07\x76\x90\xb9\xfa\x0b\x08\x7b\xd4\xb0\xb7\xd5\x10\x65\xc2\xb3\xbf\x1a\xdc\x2b\x3a\x5f\x39\xf0\xbf\x3c\xb7\x0b\xa2\xd0\xe4\xea\x03\xed\x77\xa6\x78\x02\x71\x82\x34\xde\xb6\x35\xcf\x7c\xf0\x2b\xf0\xea\xa0\x9e\xb6\xad\x89\xcb\xb8\x72\xb4\xe0\xcd\x18\x7b\xd9\x60\xe8\xef\x0c\x2c\x6d\xcb\x75\x57\x9c\x42\x30\xc0\x34\x8a\x35\xc0\xff\xf6\x5e\xe2\x95\x13\xbc\x10\x4f\xc0\x14\x42\x52\xba\x1c\xaa\x24\x3e\x0b\xfb\x4a\x67\x1b\x0b\x8e\x53\x95\x5d\xbf\x8e\xae\x89\x4f\x98\x44\xda\x18\x45\xd0\xd6\x05\x5b\x2d\x8f\x18\xf0\x80\x7b\xe2\xad\x08\x3c\xe0\x46\x7d\x60\x5b\xd0\x14\x74\x12\x83\x75\x1f\x1f\x38\xb6\xe1\xe2\x14\x87\x7f\xc3\x4f\x2a\x96\x01\xe2\x14\xed\xdf\x6d\x41\x9c\x8a\x5b\x71\xc1\x6f\x33\x91\x6c\xad\xf7\xe0\x9c\x71\x07\xbd\xc7\x73\x88\x83\x33\xbd\x59\xa7\x3b\x44\x03\x30\xef\x60\xb8\x66\x5b\x90\xc0\x16\x99\xb5\x05\xf5\x54\x8f\x36\xe0\xb3\x9d\x63\x9f\x82\x01\xae\xbc\xf3\xd6\x07\x7b\x53\xfd\x87\xcc\x90\xfb\x69\x3b\x5d\xb4\x0b\xb4\xf5\x9d\x4b\x35\x0a\x10\xa8\x4a\x5e\x6f\xc1\x4f\x3f\x71\x7b\x5d\x88\xa2\x9b\x24\xe9\x40\x07\x10\x9a\xcf\xdb\x01\xe6\xa5\x61\xad\x5d\xf9\x00\x36\xf2\x89\x02\xad\xae\x8b\xef\xed\x2a\x60\xa9\x48\x9f\xaf\x13\x34\x97\xe2\x15\x9c\x1d\x9e\x8c\x0b\x86\xed\xc9\x7b\x13\xa0\x04\x33\xa8\xef\x85\x2c\x58\x29\xc5\x2b\xd0\x61\x73\x27\x5c\xe6\x32\xd6\xe8\x77\xd5\x2e\xdc\x13\xc2\x5b\xf1\xaa\x08\xbb\x24\xdb\x7e\x01\x17\xce\x33\x3d\xed\x02\x20\xd3\x46\x1b\x90\xc0\x1c\x11\x6b\x17\xe0\xa8\xac\x78\x05\x4e\x76\xdc\xc4\x07\x0f\x98\xca\xe4\x06\x3c\xe0\x36\x62\x4e\x91\xda\x23\xf3\xd8\x5f\xb8\xc0\x4a\x8c\x16\x20\x6e\x9d\x67\xe7\x32\xbd\x64\xaf\xd1\xa8\xd9\x37\x99\x6c\x7d\x17\x40\x66\x25\x1d\x00\xda\x6f\xaf\xbf\x9e\x58\x60\xca\xa3\xc0\x48\x07\x85\xb6\x76\xd0\x7e\x13\x79\x5f\x60\xf9\xca\x88\x19\x5b\xc7\x1b\x99\x5f\x59\xa7\xeb\xf1\x04\xfc\x58\x79\x20\x2f\xa3\x14\x3d\xf1\x12\xbc\x0e\x22\x5b\x34\x7a\xc1\xc3\x74\x44\xc1\xc1\xd7\x64\x3f\xcc\x09\x73\x30\x9a\xa1\x5d\x37\x56\x8e\x64\xf0\x82\x13\x66\x8f\x65\x38\x6a\x15\x1e\xb7\xeb\x86\xb3\x40\x6c\x07\xa8\xee\xa8\xa9\x6b\x17\xa0\xe7\x3b\x2f\x1f\xa0\xec\x76\xba\xdf\xb4\x0b\xf8\x90\x23\xb6\x36\xbc\xdd\x7a\xcc\x3a\x54\x99\x69\xb0\x00\x19\x12\xe9\x93\xdb\x2e\xc5\x3e\xe5\xf0\xef\x84\xc8\x4a\xd2\x12\xe0\xaa\xca\xe0\x1e\xbb\x3f\xb0\x84\x64\xc5\x1e\x0b\xd9\xea\xb4\x92\xb5\x07\xce\x35\x83\x27\xfb\x59\x47\xa5\xea\xfd\x80\x0e\x8d\x89\x21\x4a\x7b\xe0\x61\x1a\x7c\xd5\x0b\x50\xdd\x44\xfa\x01\x04\xb9\x19\x7b\x1d\xca\xac\x99\x29\x71\xbc\x00\x86\xca\x12\x05\x27\x12\xc8\xb7\x94\xd6\x63\xcf\xf3\x36\x14\xb8\x2b\xf4\x95\x68\x96\x1c\x35\x00\x5f\x77\x01\x3c\x76\x28\xb3\x02\x10\x43\x42\x10\x06\x74\x04\x71\xe3\x4b\x83\x4e\x63\x52\x09\xdd\x3e\x80\xa6\x75\x32\x27\x48\x26\xc5\x14\x82\xbb\x00\xd4\x81\xb2\xf3\x49\xc3\x34\xc8\x8b\x7c\x37\x42\xa5\x38\x1f\xdf\x73\x5c\xcd\xce\xe0\x7a\x2a\x07\x67\x76\x78\x01\x90\xbe\x8b\x37\xda\x4f\x2c\x8b\x67\x59\x28\x3d\x9b\xab\xc8\xf4\x4c\x95\xa5\x23\xba\x83\x58\x82\xa5\xc3\x9e\x37\xb9\x71\x7b\x36\x35\xe4\xe4\x79\xe9\x10\x62\x85\xb1\x4e\x3d\xeb\x71\x9e\x60\xa3\xc7\xac\x53\xd8\x86\x1e\x06\xf8\xac\x7e\x2f\xc0\xc5\x72\x80\x95\x5d\x00\x55\x77\x62\x41\x87\xa3\x82\xb3\x1e\x1d\xb8\x07\xd2\xdd\xb3\xb3\x97\xe3\x5a\xe5\x26\xaa\x5e\x5e\x44\xaa\xd4\x7f\xc0\x8d\x2f\xbd\xe2\xf2\x21\xc0\x43\xaf\x50\x49\x8e\x5f\x05\xb8\x38\x9c\x84\xf5\x76\xd4\x19\x4e\x5c\x7a\xc3\xc5\xb1\xfc\xea\xee\x48\x88\xd2\xe8\x58\xde\x1b\x8c\x40\x9e\xa1\xb4\xf4\x06\xef\x3f\xf2\x47\xbd\x0d\x68\x2f\x9c\x40\x75\x80\x77\x09\x21\x20\x7a\x5b\xd0\x94\x3b\x5f\xd2\x7b\x05\x9e\x9e\x6b\x73\x36\x41\xfc\x63\x50\xfe\x51\x00\x69\x81\xf3\xdb\x01\xa2\xb3\xa2\x0d\x28\x4d\x88\x1a\xd1\xbb\x5d\x0b\x9d\xfe\x5f\xbd\xf7\xd3\x0f\x9f\x8f\x0e\xae\xb4\x3b\x19\xec\x1d\x17\x87\x63\x9c\xef\x82\x33\x38\xb6\x71\x2c\x18\xd1\x0f\x38\x0e\x53\x43\xd6\xbb\xc0\x90\x3b\xd9\xc6\x7d\x1c\x06\x7d\x4e\x01\x13\xd0\x7b\xe7\x67\x5f\x68\xa8\xfd\x64\x74\xc0\x04\xcc\xec\xf7\x55\x1f\x26\xf8\x4d\x7a\x64\xf4\x81\x09\xa2\xd1\xa3\x0f\xdc\x8a\x9e\x59\xaa\xf4\x01\x17\x67\x5e\x82\x5b\xf0\x06\xeb\xe1\x63\x19\x30\xe3\x67\xee\x48\x38\x40\x31\xf5\x45\xe9\x90\xe2\x5a\xe7\x58\x26\xf0\x2a\xe9\xda\xd8\x21\xd6\x35\x46\xf1\xf4\x79\xec\xe9\xce\x62\xf6\x69\x86\xc6\x11\xfb\xe3\xf8\xe6\xd3\x4f\xb8\xc3\xaf\xbe\x3b\xfc\x54\xe9\x10\xfc\x5a\xe6\xb1\x9f\x7a\xf0\x8e\x7d\x9f\x0a\xc0\xa5\x72\x8b\x02\x28\x4d\xf8\x8a\x1c\xfb\x26\x3b\x26\x0f\xee\x6f\x61\xc1\x7b\x2c\x6d\x3e\x38\x81\x82\x30\xf3\x78\xac\x04\x58\x5b\x37\x8e\xf7\x05\x5c\x1a\x86\x90\xf6\xd5\x0f\xc4\xaa\xcf\xfa\xe1\xc1\xa9\xb7\xee\xeb\x81\xd8\x4f\xe2\x82\xdc\x04\xe2\x70\x50\xa5\xe3\xca\x97\xe1\xfc\x73\xbf\x60\x01\xcd\xf1\xca\x41\x88\x2e\x51\x00\xfb\xa6\xcb\x57\x1d\x97\x60\x8f\xf3\x02\x60\xf0\xc9\x00\xa4\x0e\x04\x6d\x21\x00\x41\xbf\x71\xc3\x7b\x7e\xd1\x5d\x00\xd0\x29\x36\x0a\x78\x81\xce\x68\xf1\x0e\xcc\xe3\x56\x49\xf5\xee\xe3\x16\xc5\x8d\x6b\x78\xc5\xb9\xc5\xba\x3c\xd0\x03\x74\x67\xca\xfb\x03\xf6\xb6\x90\xa0\x00\x19\x98\x78\xb1\xa5\x9f\x28\xfe\xc4\x9d\xfc\x00\x33\xa4\x72\x07\x3d\xc8\xbb\x46\x1f\xc3\xfe\x20\xde\x88\x8c\x67\x7f\x90\xa1\x3a\x06\x07\xfb\x55\x23\x66\x41\x7f\x81\x59\x10\x83\x7b\x81\x7b\x49\xab\x72\x7f\x21\xc4\x16\x52\xf0\x77\xc1\xc5\x92\xbb\x10\xb6\xa7\x45\x2f\x86\x8e\x38\xee\x5e\x12\x0b\x1a\x62\xc1\x39\x16\x24\xbc\x17\x87\xe9\xda\x05\xf0\xd9\x70\x29\xae\x23\xe3\x7d\xa3\xf4\xd4\xf5\x00\xec\x3a\x9f\xd9\x15\x58\xde\x64\x1b\xfa\x89\x4a\xa6\x79\xb7\x9f\xa8\xe4\x41\x12\x0c\x94\xab\x51\xb9\x4f\x2d\xf9\xe9\xa6\xeb\xfe\xca\x87\x23\x96\x5c\xb1\xdf\x81\x09\xd5\x09\xff\x32\x00\xdb\xb4\x68\xd7\x18\xa9\x9c\xd0\x95\xea\x05\xed\xa8\x96\xf8\x04\x22\x33\x5a\xfb\x87\x84\x92\x65\x24\x81\x4e\xc0\x95\xa7\x23\x2d\x5c\x88\x4e\x18\x46\x02\xef\xcb\x2b\x73\x20\x3d\x21\x51\x1f\xcb\xc8\xe9\xe0\xaf\x7b\x1b\xb9\x20\x9c\xcd\x4f\xc6\xc8\xfd\x28\x4d\x16\x0b\xe0\xb4\xe0\xeb\x3c\xf2\x31\x5c\x3a\x9b\x3a\xa0\x8f\xef\xc4\x62\x18\xf9\x82\x79\xd4\x57\x71\xe4\x0b\xd1\x55\x85\xfd\xb8\xff\xc2\x81\x2f\x23\x23\x2e\x9c\xe6\xd1\x81\x34\x7c\x9d\x2e\x2b\xa3\x0c\x5c\x2d\x12\x05\x80\xa3\xf2\x03\x39\x0a\xf2\x2e\x79\xde\x86\x32\xca\x0b\x8f\x0c\x17\x1e\x47\x85\xb2\x93\xa2\xd0\xa8\x88\x22\x20\x3b\x34\x4e\x8a\x3b\xcf\x30\x51\x46\xed\x27\xde\xcf\x7b\x5a\x91\x12\xc8\x31\x18\xcb\x80\xcb\xca\x24\xb3\x33\xa0\x74\xed\x8c\x59\x1a\xcd\x67\xdd\xe7\xa3\x21\x7c\x84\xd7\xf5\x68\x0e\xd2\x92\x59\x80\x7d\xbf\xf8\x4a\x3b\xb8\xf8\x6c\x74\x1c\xff\x13\xef\x7a\x13\xa8\x21\x5d\x32\x1e\xed\xa4\x09\xf0\x7d\x3f\x1a\xb4\x39\xc5\x6f\xf8\xd1\x60\x26\x62\x8c\xc0\x68\x0b\x86\x5c\xbf\x9e\x46\x3f\x2a\x44\x97\x5a\x46\x9f\x80\xc2\x74\xbe\x75\x00\x3e\xb2\x17\x17\x63\x46\x87\x5a\x85\x24\x6c\x74\xd8\x05\xba\xb3\x2f\x63\x20\x1f\x0f\x63\xc9\xc6\x00\x28\x60\xe1\x04\x0d\xa4\x46\x19\xf1\xca\x7d\xac\x53\x93\x05\x50\x0c\xb0\xeb\xe3\x3d\xe8\xa4\x6c\x54\x31\x16\xce\x07\xc2\x13\x89\xe9\x5f\x06\xbc\x3a\xa6\x23\x0d\x96\x31\xdb\x51\xb9\xfb\x62\xcf\xc3\x84\x72\x27\x23\xfa\x4e\xa8\xea\x1e\x70\x3e\xee\xf1\xd9\x89\x1b\xad\x3a\xa5\x18\x92\x0f\x5a\x83\x4f\xa1\x9c\x80\x10\x9e\x4a\x39\x9c\x17\xb7\x94\x1c\x96\x90\xcb\x20\x02\x0f\x6f\xa7\x47\x43\xe0\x43\x46\x9d\xc6\x90\x23\x3b\xbb\x36\x78\xc8\xe1\x23\xfc\xae\x19\x0b\x38\x6a\x8e\x49\x58\x06\x62\x96\x26\xb1\xb6\x06\x3c\x90\x99\x7e\xa0\x0c\x78\x20\x33\xdd\x40\x19\x0b\xce\xb1\xd4\x5b\x8f\x75\x12\xbd\x91\x7e\x2c\xd8\xc0\x28\x70\x8d\x05\x98\xd3\x4c\x42\x89\x0c\x51\x4c\x48\x50\xc6\x89\xfe\xa1\x2f\xfa\xb8\x80\xbf\x40\x1b\xe9\xb8\x8e\x45\x87\xa7\xf2\xa8\x52\x8a\x33\x6b\x03\x5a\x8f\x4e\x08\x99\x81\x2c\x48\x8d\x7e\xe4\xe3\x4e\x50\x1d\x90\x4a\xdd\xc0\x1d\x61\x04\xd1\xb8\x8f\xc3\x7f\x3c\x01\xe5\xd3\x22\x85\x39\x39\x5b\x3c\xd7\xf4\x2e\x80\x1d\xcd\x2f\xd2\x71\xf7\x83\x25\xbb\x58\x70\xd4\xe5\xec\x07\x62\xfc\x18\x6b\x38\x90\x2c\x65\xc4\x4e\xbe\x11\x10\x42\x09\x61\x20\x6b\x49\xcf\x8b\x5f\xc1\xad\x48\x44\x82\x71\x23\x20\xab\xf2\xcc\xdd\x0b\xfa\x51\x67\xe7\xc6\xbd\xce\x24\xb3\xe0\x20\x7a\x65\x16\xc0\xca\x3e\x38\xa7\x37\x54\x7e\xc4\x1b\x18\x60\x4e\x5a\x10\xc7\xe7\xb8\x78\xfd\x4b\xbe\xc9\xfd\x34\x6e\x48\x6e\xf3\xa7\xc1\xbb\xd2\xd5\x4c\xe3\x01\x1c\x1c\xa1\xa4\xc6\x63\x2a\xeb\x46\x5e\x6f\x3c\x48\x72\xe7\xe0\xe3\xbb\x00\x86\x02\x92\xd2\x93\x3c\x60\x44\x27\xaf\xb3\x79\x7c\x05\x8e\x4b\xd0\x88\x7e\x98\xe8\xdd\xc8\x83\x8f\x07\xb6\x38\x22\x47\x0d\x70\x50\x9d\x26\x9e\xf1\x3c\xc7\x05\x86\xaf\x20\x11\x07\x11\x8a\xc6\x41\xa6\x9f\xa4\x8b\x2f\x36\x0f\x43\x15\xc7\x5b\x8e\xb7\x69\xbc\x02\x1b\x63\x89\x02\x98\x7a\x79\x54\x5e\xf8\xb3\x77\x5e\x93\x40\x28\xea\x83\x5c\xc7\xc1\xbb\x27\xec\xd1\x00\xde\xfd\x20\x6a\xe3\x00\xce\x7c\xa7\xdc\x3b\x80\x0c\x24\x64\x86\x07\xdc\xb5\x87\xc4\x13\xd7\x89\xc0\x99\x2c\xb0\xd3\x15\xf7\x26\x1c\xba\x5b\xe1\xed\x0c\x87\xee\xde\xb8\xab\xdf\x0b\xe7\x6f\x45\xa3\x03\x1d\xe3\x7c\x40\x0f\x17\x73\x7a\x80\xe5\x69\x27\x19\x40\x89\x97\x49\xaa\x07\x8d\x50\xa7\xa8\x3c\xa0\x11\x1a\x2b\x1a\x85\xfd\x8a\x58\x0c\x03\x20\xf0\x9d\x21\xfe\x43\x01\xf0\x40\x34\xae\xa1\x09\x2e\x63\x5c\x4a\xcd\xe7\xb8\xf1\x95\x86\x40\x55\x52\x3d\x35\x66\xb8\x55\x2e\xb6\x36\x48\x0b\x9c\x0f\x6d\x27\x24\x9f\x4f\x0c\x40\x40\x70\x5d\x14\x92\x20\x5d\x67\x06\xb0\x83\x5a\x25\xa5\xd0\x93\x47\xb2\xf1\x15\x41\x86\xec\xe8\x18\x12\x65\xac\xf8\x2c\x2e\xb0\xc4\x3d\xa6\x27\x21\x36\x99\x50\x3d\x60\xfd\xd1\xb1\x17\x56\x21\xce\xba\x02\x5e\x20\x93\x30\x28\xcc\x99\x85\x0c\x0e\x02\xf6\x5a\x8f\x9e\x22\x1f\x6e\xfe\xf5\x59\x1b\x0b\x4d\x1a\x03\x28\x3c\x8d\x3a\x8d\xf1\xc1\x88\x1c\x7b\x0c\x8e\xf6\x83\x46\xd3\x71\x32\xa8\x67\x4e\x32\x42\xfa\x06\xa5\xfc\xf1\xdd\x80\x90\x26\xb9\xf8\x60\x49\x21\xa7\x3f\x80\x7e\xd3\x3d\xdf\x50\x99\x09\xb7\xe2\x74\x82\x3d\xe1\x8a\x2f\x44\x05\x9b\xd0\xb2\x35\x4f\x5b\xb7\x0b\x4e\x04\x7e\xf1\x02\x5b\x86\xe6\xd9\xd0\xca\x4c\xce\x00\x47\xc1\x31\x23\x26\x16\xc0\x5b\xdd\xad\xa8\x13\x48\xa9\xad\x46\xc7\x5e\x44\x57\x09\xdb\xf8\x20\xc5\x55\x76\xec\x3b\x61\x5f\xde\x8f\x9c\x00\x7d\xe8\x53\x38\x81\xa5\xda\x88\xc7\x34\x33\x9c\x27\xe8\x14\x37\x33\x2c\x1f\x9e\xf0\x73\x17\x1c\x3b\x0f\x0b\x06\x42\x8c\x33\xbf\x72\x60\x2d\x7d\xc3\xcc\x0c\x53\x24\x4d\x10\xf3\x68\x0c\x1d\x68\xba\xcc\xe3\xd4\x42\xb4\xc4\x79\x72\x68\xd3\xa7\x67\x16\x39\xa9\x7d\x32\x0b\xc0\xdf\x71\x92\x0b\xb6\x36\x51\xe3\x66\xb9\xff\x4a\x8f\xb1\x0b\xa0\x6d\x98\x2c\x50\xf0\x33\xce\xad\xcc\xda\xcf\x9c\x7a\x1b\x75\xc1\x26\xd1\xfe\xc5\x0b\x71\x22\xcb\xc0\xa2\x49\x63\x36\x24\x75\x2b\x4e\x5c\x26\x1c\xcb\x85\xe8\x04\x13\x4c\x79\x27\xc1\x9e\x4d\x90\x57\xdd\x89\xed\xec\x50\x45\x90\x2f\x99\x1d\xb1\x31\xbc\x15\xe7\x41\xc5\xa4\xca\x7a\xf6\xa3\x68\xe0\xdc\x74\x80\xa3\xd0\xf1\x61\xf6\x93\x74\xd3\x35\xe5\x73\x1c\xc8\x68\xbf\xc0\xe6\x48\x27\xaa\x90\x4f\xd4\xc3\x97\x34\x16\x40\x38\xe7\xfc\x8e\x7e\x94\x6a\x51\x00\x46\xd6\x85\x83\x39\x4e\x56\x37\x8e\x76\x00\xcc\x9f\x06\xe5\x39\xe1\x32\x46\xcb\xd2\x9c\x15\xf8\x43\x4e\x06\xe7\xac\xb8\xf3\x9c\x84\xcd\xc3\x94\xd3\xe4\x35\x67\x07\xaa\x4f\xe2\x2b\xc7\x79\x89\x73\x3a\x91\x52\xad\x70\x57\x83\x29\x17\x42\xa6\x4c\x41\x96\xf7\xd8\xb3\x32\x11\x12\xe0\xac\xc7\x94\x75\xb2\x12\xf9\x9c\xca\x7d\xa4\x16\xb6\x01\xdf\x11\x72\x09\x73\xe1\x42\xf7\xfc\x9e\x65\x9e\xf8\x3c\x12\xca\xb9\x60\x03\x8b\x5d\xbd\xec\xaa\x9d\x64\x64\xe7\x02\x6c\x21\xc1\x49\xe7\xfa\x4e\x81\xbf\x72\x81\x6f\xa5\xd6\x71\xc2\xac\x3a\x78\xa1\xcf\x63\x79\xa4\xd5\x7e\x22\x03\xe8\xa0\x49\x63\x5e\x1d\x6e\xc1\x9c\x64\xcf\xcd\xc9\xcf\x5e\x02\x8b\x7b\xe1\x67\x6f\x10\x28\xae\xed\x85\xc8\x55\xc6\xc6\x4f\xe4\x5e\x64\x36\xe1\x32\x4f\xde\xc4\x78\xe5\x4e\x27\x99\x96\x7f\xf6\xce\x27\xe1\xae\x7f\xf6\xae\x20\xa5\xae\xef\x99\x37\x76\x61\xee\xf1\x04\x8e\xac\x5f\x2d\xf3\x6e\x10\xb7\xa3\xc0\x08\xd4\x22\x10\xc9\x44\xaa\xb1\x15\x9b\xff\x46\x4f\x07\x37\xee\x83\x1b\x5e\xb8\x0c\x0f\x10\x63\x18\x2c\x3f\x1f\x13\x40\x85\x7a\xeb\xf9\x20\x6b\x26\x35\xec\xf3\x85\xc7\x4e\xec\x0f\xc4\xf9\x37\x02\x92\xce\xb7\x03\x25\x8d\x44\xff\x3d\xfa\xf3\x68\x63\x9e\x2c\x4a\x7c\x45\x0e\xc4\x17\x9f\x90\x83\xe4\xe3\x5b\xea\x85\xc8\xce\x90\xcf\x09\x77\xed\x46\xa7\x96\x09\xae\xa9\x33\xec\x64\x6a\x3b\xae\x66\x8d\x05\x30\xdf\xb9\x62\x6e\x02\x01\x6f\x64\xf6\xf4\x3b\xa8\x7c\xbe\xa5\x24\x01\xd0\x9e\x11\x22\x92\x70\xf9\x78\xe6\xb4\x22\x09\x29\x30\xe9\x6c\x24\xa9\x9c\x6c\x6c\x93\x05\xc8\xc6\x36\xf8\x04\xac\x53\xc4\x1d\x91\xa3\xf3\x22\xf9\x94\x74\xb2\x14\x0a\x5f\xb9\xa1\x50\x77\x81\x5c\xd2\x0d\x31\xd7\xf7\x98\x24\x40\x49\x51\x63\x21\x49\x4f\xec\x25\xbf\x82\xd8\xe7\xee\xd4\x52\x72\x01\xe3\xe9\xa2\xa1\x00\x03\x8d\x19\xdc\x8a\x64\xe4\xc3\xcd\xec\x58\x1e\x27\xfc\xcc\x3b\x96\x4f\xe6\x6c\x3f\x62\x92\xaf\xd3\x06\x0b\xee\x73\x3b\xfb\x7c\x14\x24\x57\x58\x2e\x21\x48\xc1\xf1\xe8\xec\x7a\x41\xd4\x0d\x7d\x50\x05\xce\xa0\x33\xff\x53\x1c\x98\x20\xe6\x7f\x32\x0a\x57\xca\x82\xbd\xd4\x89\x8b\x14\x00\xb6\x33\xfa\x5c\x0a\x20\x72\xe9\x5e\x21\xf5\xa8\xac\xfd\xb8\x49\x45\x27\xe9\x28\x2b\xf5\xb8\xae\xb9\x5b\x83\x00\x20\xad\x79\xe2\x98\x22\x70\xa6\x6c\x44\xe5\x93\x3a\xa0\x88\xe2\x40\xab\x99\x25\x47\xf1\xdb\x5e\xea\xc9\x68\xe9\x84\x41\xa0\x21\x6b\x64\xca\xa5\x0d\x6c\x1e\xe7\xe4\x04\x96\xb6\x49\x9f\x0d\x81\x9f\x62\x27\xd8\x9b\xb4\xe3\x00\xe5\xdb\x5c\x7a\x82\x4f\xbc\x13\x6c\xe9\x15\x6b\xe4\x37\x89\xf4\x8a\xd3\xd5\x58\x30\xce\x13\xde\xb1\xae\x07\xdf\x82\x8d\x7e\x48\xa4\xc9\x83\x80\xe8\xaa\xe6\x39\xf2\x76\x01\x2c\x5c\xce\x73\xca\x80\xdd\x88\xde\x14\x32\x80\xfc\x42\x6f\x75\x19\x27\x4f\xe6\x62\xa3\x17\x5c\xe0\x9d\xc8\xc9\xb0\xfb\x6a\x51\xdd\x2c\x03\x50\x90\xcc\x34\x20\xe3\x85\xdc\x9b\xd8\xa8\x9e\xe4\x1c\x5e\x80\xeb\x5a\x88\x74\xb8\xc5\x59\x3c\xe1\x8d\x4a\x82\x73\x0d\x3b\x26\x30\x39\x27\xee\xa0\x65\x3c\xe7\x4a\x3c\x6e\xf0\xba\x6b\x0c\x63\x97\x05\x0a\x4e\x64\x6c\x59\x0d\x79\xf6\x0a\x5f\x01\xa7\x41\x9c\x3a\x59\x07\x4d\xd3\x45\x65\x59\x48\x8e\x42\xde\x57\x16\xd6\x85\xfe\xb4\x82\x0c\xfa\x8b\xd1\x66\xb2\x10\x70\x43\x1f\x43\x81\xb7\x5b\xaf\x5c\x5b\x68\xb7\x1a\x11\x0e\x64\xd9\xac\x0f\xc2\x41\xcb\xf1\x32\xa3\x7a\x47\xe0\x32\xc6\x3c\x8d\xbb\xc0\xf4\x81\x54\x77\xc9\x82\xdf\x07\x55\x77\xb2\xde\x13\x12\xc0\x19\x7b\x71\xb3\xc6\x13\xb0\x3e\x10\x11\x44\xe0\xff\x25\x12\xf3\xa1\xb8\xae\x79\x4c\x8f\x37\x16\xf1\xf2\xe4\x24\x66\xa7\x99\x59\xe0\x9e\xd5\x18\xd7\x2e\x0b\xbe\xe8\xf4\xac\x96\x0b\xab\x4f\x40\x22\xb9\x8e\xcf\xa5\x5f\xc6\x72\x3c\xa9\x2a\x89\x3e\xdc\xa2\x06\xe3\x50\xe4\x42\x76\x4c\x82\x18\xc8\x75\xa2\xb4\xb9\x72\xc8\x79\xde\xa8\xc2\x90\xe3\x16\x55\x49\x94\xae\x63\x57\xe4\xca\x5d\x0d\x21\xe8\x29\xda\x38\x7a\xeb\x68\x03\x21\xc6\x7e\xc5\x09\x5c\xab\x06\xc3\x72\x05\x00\x42\xbd\x46\x1b\xb0\x7c\x78\x6e\xbc\x5d\x80\xe8\xe8\xe8\x29\xac\xdb\x41\xfa\x2e\xe8\x9a\xa8\x54\x93\x0b\x56\x65\xb2\xc8\x72\x39\x40\x4c\x67\x01\x8e\x69\x8e\x02\xf8\x05\x91\xe8\x5f\x47\xd7\xc4\x0b\x0c\xe9\xb8\x1b\x21\x0a\xe4\x7a\xe0\xda\x58\xe2\x15\xec\x20\x89\x27\xe0\x7b\x16\x63\x79\x81\xf0\x1f\x4f\xbc\x27\xe2\x95\x6d\x40\xca\xa0\x77\x89\x5c\x7a\xb0\xae\xd9\x0f\xa4\x41\xf9\xd5\x86\x1e\x47\x5f\xce\xa9\x82\xae\x4b\x34\x8a\x0c\x43\x31\x7c\xec\xb1\x4a\x2a\x75\x1f\x11\x75\xfe\x8b\x0d\x4c\xa0\xa2\x6d\x93\xbb\xe9\x86\xbd\x94\x81\x1d\xe2\x40\x13\x33\x0a\x60\x15\x92\x78\x05\xd1\x7c\xdc\xa2\x37\xf4\xcf\x74\x8d\x90\xbb\x1c\x8b\xbb\x0f\xf4\x3e\x4e\x1c\xa4\x9c\xf7\x41\xf7\xe5\x91\xbd\xe1\xa8\x17\x77\x0d\x14\xc1\xbd\x0e\x0e\x74\x1c\x97\x31\xb6\x01\xeb\x5f\x25\x19\x04\xdf\xda\x2b\x27\x0b\x39\xb1\x47\xf0\x25\xf7\x38\x5d\xf7\x09\x07\x6e\xfe\x4c\x93\x83\x83\xbe\x87\x9c\xad\xdc\xb0\x96\x17\x9e\x1d\x28\x82\x07\xd1\xdf\xe4\x86\x99\x36\x6e\xf8\x03\x8b\x35\x63\x70\x70\x61\xa5\x00\x2a\x48\x21\x2c\xf4\x10\x93\x1b\xea\x1d\x86\xf6\xca\x0d\x77\x2f\x06\x33\xca\xfd\x1e\x4c\x35\xdf\x4d\x37\x7c\x84\xa8\xf5\x17\x58\xcb\x67\x22\x29\xbd\xe1\xba\x46\xc1\x4f\x4e\x0e\xe1\x54\xe2\x89\xe3\x19\xc2\xae\x2b\x76\x13\x69\x09\x7c\xd9\x3a\xcd\x00\x02\xfc\xfe\xc6\x50\x67\x79\x00\x05\x43\x15\xa2\x3c\x87\x91\xe5\x7d\xf5\x00\xa8\x8d\x48\x87\xf2\x00\x52\xda\x33\x05\x16\x79\x0a\x0e\x82\x8b\xfd\x72\x80\x48\x3c\xbb\xd7\x2e\x80\x5b\x30\xf9\x88\xa7\x22\x1e\xb4\x44\x01\xfc\x60\x48\xd2\x91\x03\xa0\x53\xa7\x2f\x0f\xf0\x4f\x6a\xe2\x67\xc1\xac\x15\x5e\x0b\xcf\x0b\x87\x30\x76\x1d\x99\x4b\x7b\x25\x71\x81\x91\x7e\xd2\x05\x5e\xde\x93\xa8\x8d\x07\xe8\x60\xab\x0f\xce\x07\x60\x35\x1a\xc3\x8b\x04\x71\x93\x23\x98\x13\x3d\x1b\x97\x0b\xa5\x70\x28\x25\x0c\xb3\x28\x00\x5f\x69\x44\x16\x60\x89\x4f\xc2\x6a\x88\x42\xba\x8e\xdb\x19\x48\x1c\x6d\xc6\x13\x2f\x1c\x4a\x79\x1a\x14\x3b\xa8\x72\x3b\x20\x2c\x50\xc8\x2e\xaf\x34\xb1\xb5\x5d\xdc\x5e\x47\x53\x47\x0d\xfb\x3a\xa1\x74\x14\xda\x56\x42\xdc\x93\x67\x7f\x2b\x0b\x9a\xba\x46\xb7\xa8\x95\x80\xd9\x49\x4d\xdd\x4a\xb0\x4d\x72\xc3\x2c\xe0\x43\x77\xc2\x73\x2d\x20\x37\xf7\x91\xd8\xa8\x1e\x30\xc0\x78\x02\x27\xdb\xd7\x76\x25\x3d\xa1\x63\x67\x19\x16\x54\x77\x93\xfe\x27\x2b\x67\x68\x72\xd9\x68\xae\xa7\x0d\x1f\x6d\x6e\x50\x0b\xb1\xa7\x0e\x35\xe6\x84\x6d\x65\x58\x1e\x29\xf8\xad\x0c\x94\x53\x9a\xdd\x57\x3e\x71\x4a\x7e\xe7\xad\x0c\xf8\x36\x62\xba\xae\x7c\x94\xbf\x4e\x94\x56\xc6\xa9\xa4\x41\x6b\x35\x40\xed\x53\xb9\xb7\x90\x26\x53\x28\xd4\xaf\x06\x96\x90\x9a\xfe\x05\xc8\x86\xb6\xfc\x44\xad\x06\x1e\x91\x00\xda\xab\x01\x7b\x8c\xee\x48\xab\x01\xc6\x91\xc6\xfd\xd5\x80\x61\x5a\x07\x0b\x90\x93\x91\xae\x22\xab\xe9\x5f\xc9\xaa\xcb\xea\x70\x6c\x9d\x5c\x86\x93\xfa\x90\x81\x72\xab\x83\xbf\x63\x24\xf2\xea\xef\xf1\x95\xfe\x17\x15\xe2\xea\x7a\x52\x70\xf3\x75\x20\x60\xd0\x27\x66\x01\x59\x60\x52\x5a\x5f\x13\x1c\xd4\x70\x6a\xb3\xe6\x7b\x5e\xf1\x3e\x09\xb2\x1f\x30\xbe\x6d\xc1\xff\xab\x51\x14\x5a\x02\x6b\x0c\x01\xb0\x16\x70\x33\x85\x70\x32\x4b\xf4\xa0\x2d\xf9\x7e\x43\x9c\x4f\xaf\x8b\x4f\x7c\x70\x4b\x74\x12\xb6\x8e\xff\x17\x71\xb7\x16\x60\x32\x1b\x65\x92\x75\x02\x6e\x88\x02\xbf\x96\xb1\x76\x8b\x61\x2c\x6b\x19\x27\x27\x22\xf1\x04\xfc\xd0\xd8\xd3\x75\xb2\x63\xb8\x7e\x63\xad\x7e\x2e\x30\x1f\xfe\x81\xb8\x64\xf2\xa6\xb5\x16\x12\x48\x34\xf6\x03\x00\xb8\xcc\x29\xb6\x16\x10\x68\xa6\x5f\x60\x0b\xfe\xfd\x42\x9c\xe7\x75\x35\x1c\x37\x3e\x71\xec\xc7\x71\xba\x0e\xc6\x15\x81\x56\xd7\x7d\x0e\x02\xc9\xcf\x03\x6d\x0e\xbd\x3a\xd6\x03\xd7\x08\xb2\xed\xeb\x45\x6a\xb7\xe8\xd8\xdb\xcf\x58\xfc\xb3\xc8\xd2\x31\x18\xb6\xbd\xa0\xef\xe9\x54\x44\xad\x77\x01\xbd\xd5\x69\xfc\x7a\xcd\x4f\x71\x12\x00\x77\x21\x1a\x7f\xd0\x2b\x73\x9d\x70\x7a\x1a\x09\x97\x22\x5f\xdc\x88\x82\xeb\x64\xa7\xf6\xf9\x50\x3b\x08\x8b\x79\x5e\x96\x3e\x27\x5b\x29\x0b\x3e\x4c\xa1\x6b\x40\xd6\x07\x7d\x4f\x34\x8a\x34\x0a\x42\x6c\xf5\x85\x48\xef\x46\xdb\xe4\x82\xbd\x66\xd0\xb3\xfa\x42\x62\x01\x61\x2c\xd9\x85\xbc\x75\xad\xf8\x5d\x73\xa5\x13\x49\x58\x59\x00\xbe\x95\x80\xc0\x17\x48\x69\x67\x0a\x84\x2b\x21\x40\x8d\xb9\x08\x2e\x58\x52\x1a\x7d\x7a\xae\x04\xfd\x39\x23\x00\xae\x9c\xb0\x4f\x9d\x59\xbb\x72\x01\xcc\xae\x5f\x3e\x57\xae\xc8\x8d\xec\xe7\xe5\xca\x00\x13\x62\x90\xe9\x95\xe1\xe2\x4c\x6a\x73\x65\x24\xf7\x1a\xf1\x95\x85\x46\x2b\x0b\x80\x0c\x44\x9b\xfc\x95\xe1\x6e\xd2\xa2\xd1\x1b\x27\x6a\xf0\x09\x40\x7d\xd3\xac\x7a\x65\xb0\x40\xd4\xd4\x5d\x70\xc6\x6e\x84\x71\xbc\x80\x83\xd4\x18\x3b\x75\x95\xe3\x4c\xc2\x8e\x95\x05\xae\xc9\x4f\xd4\x75\x8c\x2f\x04\x9d\xbe\xca\x7d\x02\x66\xe3\x89\x81\xbb\x86\x5f\xb9\x8f\x2c\x10\x4f\x1c\x5d\x93\xaf\x5c\x81\x71\x8e\xb8\x7d\x57\xf9\xa0\x52\xe5\x52\xc2\x1b\x4b\x96\x8b\x20\x57\x05\x8e\x1a\xe3\xf3\x2e\x80\xe0\x37\x9a\xcc\xaf\x06\x28\x59\x5a\x0d\xaf\x76\x2e\x41\x27\x7d\x57\x7f\x4e\x24\x42\x63\x01\x4e\x14\xd7\x76\x24\x60\xc2\xf9\x4d\x72\xc1\x58\xc2\xec\xbe\xe5\x42\x4a\xd8\xc1\xc0\x94\xeb\x64\x6f\x2d\x7e\x08\xaf\x71\x1c\xfe\x9d\xaf\xba\x5e\x58\x93\x32\x7b\xaa\x03\x4c\x92\x53\x87\xbb\x15\x04\x1e\xf8\xdd\x7b\x43\x81\x35\x18\xab\x70\x2f\xc4\xb5\x17\x3f\xd9\x37\x02\x53\x26\x95\xe1\xf7\xf3\xe2\x09\x1f\xfe\xd3\xbf\x93\x89\xe2\x3c\xf1\xb8\x09\x42\xfe\x56\x21\x96\xfa\xbf\xb9\xbf\xde\x0f\x28\x3f\xb4\xbd\x7c\x02\x1d\xbf\x34\x16\x20\x92\x95\x68\x16\x1f\xd0\xb6\x67\xf5\x25\xfa\x0e\xda\x36\x11\xd4\x3e\x41\x12\x25\xc6\xa9\x7a\xda\x59\x62\x3e\x7e\x80\xce\x66\x1a\xf6\xf2\x09\x32\x7f\xf0\xa4\x7c\xb2\x00\x02\xe9\x04\xfc\x13\xb8\x17\xd0\x63\xec\x93\xe7\x38\x75\x14\x2f\x38\x20\x36\xce\xea\x7d\x2b\x21\x15\x2d\xc7\x02\x44\xe6\x41\x6f\xfe\x0f\x17\xda\x64\x3e\xba\x0f\xa1\x8b\x8d\x3b\xe3\x3b\xa1\x8b\xc5\x09\xc5\xb7\xee\xf2\x97\xd9\xf6\x83\x42\xa8\x97\xf8\xec\x7b\xcc\x02\xc2\x02\x18\xcb\x9d\x70\x7e\x57\x3e\x5c\xea\xff\x19\xae\xf2\x3f\xaf\xff\xf6\xff\x55\x7b\x7c\xbf\x91\xfe\xfc\x9c\x9f\xa6\xe3\xf2\xf2\xab\xb0\xfc\xaa\x7f\x7e\xca\xe1\x8b\x53\xaa\x2b\x7b\x4d\xbd\xf2\x9f\x1f\xcf\x76\xb1\xff\xad\x51\xb3\xfe\xfc\xf8\x5d\x9e\x92\x65\x76\x3f\x3f\x9f\xfd\x8e\x27\x4c\x4e\xf5\x89\x77\xf6\x45\xeb\xba\xd1\x94\xcc\xf1\xd1\x7f\xee\x7d\x52\xdd\x34\xb8\x0b\x06\xeb\xea\xa9\xf3\x5e\x58\x50\xfa\xf9\x89\xc4\xbb\x6e\x3a\x4e\x25\x65\x39\x75\x25\x65\x04\x81\xb2\xe6\x89\x1a\xb0\xd3\xa7\x26\x0f\xef\x47\xc9\x63\xfd\xf9\x61\x2a\xe7\x62\x0c\xb0\xff\x5c\x7f\x7e\x5c\x5e\x37\x28\x6d\xd6\x6c\x71\xc6\xd3\x59\xa4\x92\x6f\xf6\x20\xdb\x6d\x54\x99\xcd\xb8\x94\xbd\xd9\xfd\xe7\xf5\xe7\xc7\x2f\x2e\x83\x6d\x65\xcd\x3e\xf9\x9e\x52\x22\x95\x1a\xef\x54\x00\xd1\x7b\xbf\xeb\x66\x69\xfd\xe7\x49\xcd\x7c\xd6\xa3\x18\xec\xd9\xf9\x99\xbf\x3f\x3f\x6e\x64\x4c\xa5\xc5\x68\xcd\x6b\xd4\x23\xe6\x53\xb1\xb4\xf0\xfe\xf3\xfd\xf3\xe3\xda\x9f\x54\xfa\x78\xbd\xa6\x0f\xfd\xf3\xe3\x22\xa4\x45\x39\xb0\x66\xd3\x23\x4f\x50\x93\x8a\x45\x7f\xf8\x4f\xf9\xf3\xe3\x29\xac\x52\xe9\x5a\x58\xa3\xfb\x1d\xce\xaa\x0a\x67\x01\xde\x2c\xd3\x23\xfe\x77\xc1\x13\x75\x48\x24\xcb\x79\xd5\x27\xea\x20\x06\xbb\x73\x45\x2a\xe6\x7d\xe2\x3f\x91\x0e\xd1\x73\xf9\x16\xcb\xcb\xec\x3f\xeb\x9f\x1f\x77\xca\xdd\xff\x4a\xd4\xdc\x7f\x7e\x3c\x59\xcd\xfe\xf7\x89\x1a\xfd\xf3\xe3\x9e\xac\xa9\x7c\x79\xb2\x66\x6f\x43\xe7\x52\xf7\xbf\x1f\x6b\xf6\x71\x74\x4a\xb5\xff\xad\x51\x33\x76\x0d\x7b\x50\xa2\x07\x65\xf7\xa0\xb1\xb5\x12\xad\x6d\x26\x6a\x70\x47\x58\x26\x2a\xff\x59\xfe\xfc\xf8\xc5\xb7\xff\x8d\xef\xec\xf3\xe4\x5a\xdb\xfd\xef\x88\x9a\xdd\xeb\xce\xbe\xd5\x15\x35\xd7\x7e\x27\x6a\x62\x0e\xb6\x6c\xe6\xd8\x57\xa9\x7c\x8d\x6b\xfb\x6d\xf6\x7e\x72\x6d\xbf\x16\xb3\xb3\xd9\xe9\x59\xe3\x9d\x18\x4f\x2f\xbb\xc6\xd7\xf5\xeb\x2d\x6a\xe4\xcf\xcf\x8c\xb9\xee\x57\xd4\xec\xd6\x1a\xbf\xb3\xa5\xd8\xf3\x73\xb4\x3f\x3f\x12\xbd\x1e\xd1\x83\xcd\xe2\x32\x15\x7a\xf9\x46\x8c\x74\x1f\x79\x4f\xc3\xb5\xff\x8d\xf1\xec\xe3\xe1\x19\x26\xf7\xbf\x3d\x6a\xf6\x5e\x4d\x99\x1f\x9a\xd1\x39\xe3\xd8\x13\xcf\xcb\x37\x79\x92\x80\x8e\xe4\xb9\x34\xed\x2a\x8c\x2a\x4b\xb4\x4d\xea\x60\xd9\xc1\xce\x4f\xb3\x79\xba\x37\xac\xdd\x42\x51\xb5\xb7\xb7\x33\x19\x76\xfd\xb0\xca\xae\x75\x87\xb1\xdd\xff\xc7\x76\x30\x57\xbc\x1a\x7b\xf5\x8a\xfd\x80\x30\x7a\xe1\xd4\x6e\x06\xd4\x7f\x02\x81\x81\xb3\x71\xc5\x1a\x6e\xaa\x57\x52\xbc\x75\xc7\x6c\xdc\x96\xc6\x9b\xb4\xd2\xb0\x9c\xfc\x67\xde\x55\x9d\xc7\xec\x89\x71\x3d\xf3\xcf\x4f\x4d\xb1\xf6\x4f\x9c\x8c\xe7\xfa\xf3\x53\x5d\x7f\xbe\xff\x8f\x89\x7a\xbe\x3f\x3f\x95\xc9\xff\xcb\xf7\xc6\xb7\xb6\xbc\xdb\x6a\x1c\x8e\x37\x66\x63\x5f\xbf\xdd\x21\x79\x52\x4d\xa4\x10\x15\x46\x6e\xcf\xa6\x5f\x53\xea\x51\x33\x91\x8e\xbc\xb1\x4e\xa2\x6e\xfd\xa2\xd9\x35\xa5\x2b\x6a\xa0\xaf\x64\xcd\x13\x35\x70\x9a\x67\x8d\x46\x0d\x6c\xf3\x5e\xc3\x1b\xb4\x02\x8e\xea\x30\xdc\xfb\xdf\x16\x35\xb6\xc0\xf1\xce\x1b\x35\x70\xad\xf6\x9a\x12\x63\xdd\x97\x4e\xf5\xc5\xa8\xa9\xc6\x78\x36\x25\x70\x67\xa3\xb4\x57\x85\x35\x0b\x69\xf2\x07\x67\x68\xdd\x51\x87\x3c\xde\x89\xbd\x58\xd1\x8b\x85\xdc\xed\x9d\xef\x5d\xd1\xa6\x49\xaf\x55\x62\x96\xbe\x78\xef\x3b\x39\xdf\xcf\x6e\xaa\x39\x56\x24\xef\xfe\x7b\x34\x63\xaa\x99\xfb\xac\xe6\xa7\xa1\x27\x7c\xeb\x19\x51\x87\x34\xe8\x7e\x5a\x81\x4d\xeb\x3f\x31\x82\xd2\x58\xf7\x46\xdd\x49\x4a\xee\x6d\x5a\x46\x2f\xff\xf9\xfd\xf9\x29\xc7\x5a\x93\xaa\x21\xfd\xf8\x4f\xdd\x35\x67\x26\x9b\x66\x7f\xa7\xe9\xbe\x2e\x5c\x7d\x9e\x9a\xf6\xc2\x9a\x5e\xff\xfc\xb8\xd0\x94\x9a\xc5\x3f\xf9\xcf\xf6\xe7\x87\x29\x72\x53\x53\x9e\xd5\x06\xf1\x9d\xb7\x6c\xd3\xeb\x8d\x2a\xec\x00\x36\xc8\xc9\x68\xba\x27\xc3\x05\x94\xfd\xef\x15\x35\xfb\x3a\x9a\x1e\x68\x0b\x66\xf3\xff\xc4\x7f\x36\xf3\x0f\xf5\x9f\xf3\xcf\xcf\x1c\x1c\xb1\x46\xef\xb5\xed\x1a\xef\xe1\xc7\x7d\xdd\xbe\xbd\xaf\x5d\xaf\x90\xda\xd7\xa3\xc6\xc4\x3f\xe7\xbe\x53\xfb\x3e\xf6\xfd\xfb\xa6\x5d\x4a\x67\x06\x7b\x9c\xad\x6e\x67\xab\xb8\x95\x2a\xf5\x34\x2a\xab\xf6\x75\x31\x79\x8a\x7b\xba\x0b\xab\xb6\x24\x55\xdd\x5c\x9a\x7a\x4e\xfe\xad\x0e\x65\x40\x72\x27\xb6\x5d\x20\x51\x67\x4c\xb2\xa7\xf7\xef\x39\xdd\x51\x65\x17\x43\x3d\x9a\x9b\xd4\x73\x79\x59\x67\x1e\x27\xc5\xa1\x47\x52\x37\xed\x81\xff\xdc\xa7\xb9\xb8\x1f\xd1\x2e\x98\x51\xb7\x6f\x35\x37\xb7\xa6\x9e\x47\x34\xb9\xd9\x36\xb7\xb7\xa4\x6e\xfe\x28\xfe\xf3\xda\xa3\x2e\x5e\x73\xc5\xa7\xf6\xcd\x50\x1c\x6e\x35\xf5\x7c\xc7\xa0\x4d\x57\xe3\xf1\xfb\xa9\xdb\xa9\xf2\x9f\x76\xed\x17\x36\xf8\xc5\xa7\x3e\xfb\xd4\xd9\x52\xbd\x90\x47\xed\x65\x93\xd9\xc1\xf5\x2a\x31\xbd\x96\xaa\xc2\x6d\xdd\xa9\x97\x9c\x59\x93\xcb\x9f\x1f\xc7\xa1\x4c\x3d\x78\xeb\x6e\xbc\x75\x76\x50\x83\xd4\x0d\xeb\xd9\x7f\x56\x63\xa5\x7c\xf6\x0a\xb9\x85\x5e\xba\x71\x32\x85\x9f\x22\x3b\xdc\x2d\x0f\x7f\x75\x73\xc4\xfe\xff\x8e\xaa\x67\x9f\x3b\x61\x83\x12\x83\xda\x17\xfc\x72\xf3\xe4\xfe\x7f\x46\x15\x36\x46\x63\x55\x34\x28\x67\x63\xf8\xe2\x5b\xaa\x43\xff\x89\x81\x45\xd5\x1b\x55\x7b\x81\x5d\x19\x90\x7a\xd1\x18\xb3\x31\xd9\xe4\x6d\xbb\x25\x42\xf4\x9f\xdf\x9f\x1f\xf2\xd8\xbd\x92\x82\x76\xf3\xec\x71\x97\xd1\xfd\xef\x15\x35\xe0\x46\x7d\x19\x6b\xfd\x58\xb5\x25\xf3\xd2\xd9\xbf\x4a\xf9\xa9\xd7\x2d\x28\x2c\x1e\xa0\x3a\x67\xd4\x98\x94\xc4\x1d\x18\xc4\xb3\x1b\xf1\x1c\x25\xf9\xa7\x4c\x14\xf4\x9f\xfb\x66\x70\x24\xaa\xd4\xdb\x13\x55\x9b\x88\x0d\x47\x59\x4c\xbd\x7d\xfc\x56\xfb\x36\x17\xe9\x71\xde\xa9\x77\x32\x71\xbd\xcf\x3d\x60\xf7\x79\x4c\xbd\x47\x83\xa6\x13\xaa\xee\xb4\x91\x7a\x27\xe1\xea\xe6\x7d\x5b\x3b\x4f\xea\x48\x5c\x91\xb1\xaf\xed\xea\x30\x7b\xa9\x0f\xb2\xed\xdd\x92\xce\xb7\xca\x0d\x3a\x28\xdb\xf4\x61\xb2\x4d\xee\xec\xfd\x20\x3f\xd6\x87\xc5\x44\x14\xca\xe3\x7d\xdc\xf1\x35\xf3\x74\xab\x0e\x7c\x9d\xfa\x24\xe7\xd2\xe7\xe6\x5c\x66\xe1\xf6\x35\x44\x63\xff\xd9\xf6\x19\x27\xf1\xb2\x34\x1e\xfe\xd3\xb6\x8d\xd3\xd7\x3e\x4b\x54\x6d\xa9\x65\x90\x4b\xea\x96\xec\xce\x7f\xb6\xbd\x3b\xb8\xe9\xe7\xe2\x6a\xce\xb5\x57\xd3\xd5\xec\xa9\x4b\xe5\xee\x90\x2d\xb8\xd4\xa0\xca\x16\x6f\xee\x3f\xb7\xf8\xda\x96\x77\x43\x82\x9e\x98\x11\xa2\x7a\xae\x9c\xd4\x0d\xe3\xcb\x7f\x5e\x7f\x7e\x96\xb3\x5d\x7d\x05\x91\x5c\x9b\x48\x3a\xb6\x7e\xea\xab\x45\x0d\xfc\x46\xb2\xef\x80\xd5\xa3\x6a\x4b\x1f\x25\xf3\x4c\x5e\x41\xac\x2d\x3e\x6d\x16\x12\x80\xbb\xb2\x0a\x69\x2d\x4a\x1c\x95\xbb\xf1\x98\xc3\x69\xa0\xe6\x78\x8f\x37\x5b\xb7\x30\x31\xd7\x61\xef\x7f\x67\xd4\x58\xe7\xa3\xe6\x8a\x9a\xdb\xf6\x8d\x77\xfe\x0e\x62\x73\x6f\x51\xda\xfd\x7f\x53\xbf\x63\x45\x90\x58\x7f\xba\xd1\x26\xf5\xfb\xe5\xdd\x65\x46\x7b\xe6\xc8\x49\xfd\x56\x9e\x87\x5b\xc7\x9f\x9f\xe6\x96\xf7\xd4\xef\x8f\x5b\xed\xb6\x00\xbf\x4c\xf6\xaa\x3f\x41\x38\x2c\x39\x7e\x75\x74\x9e\xd4\x2d\x60\xcc\x7f\x66\xeb\xfd\x64\x55\x8f\x2a\x38\xbc\x14\x56\x69\x54\x21\xf3\x37\x1b\xec\x3c\x46\xcf\x16\x0a\x0b\xe5\xdf\xfe\x0c\x12\x73\x8b\x99\x6f\x8d\xbb\xe6\xa1\xf0\xd7\x1f\x33\x1e\x95\x14\xfd\x98\xd1\xfb\x4d\xf3\x47\x10\x9c\x67\x45\xef\x2d\xe8\x3e\x73\x86\x1f\xca\x13\xdd\x72\xd5\x0f\xf7\x0a\x4f\xfd\x25\x83\xd5\x5f\xe3\x36\xcb\x8c\xba\x98\xc6\xf7\xb3\x6b\xca\x6b\x34\xf1\xe8\xe9\x3e\xbb\xc2\x1d\xa5\xe4\xd9\xbb\xe5\xe7\xa2\x0f\x4f\xea\xda\xb9\x96\xda\xf7\x5a\x0a\xe7\x50\x29\x09\x77\x18\x7b\xb2\x5b\xc5\x77\xc1\x1b\x75\xe0\x43\xc8\xbf\xe8\xe2\xb2\x20\xcb\x78\xe3\x98\x35\x98\x25\x33\xd6\x33\xea\x71\xff\x1f\x5f\xbb\xf7\x39\x1a\xa4\xf5\xfa\x44\xf7\xb7\xc0\x57\xdd\x60\x9b\xba\x2a\xd7\x19\x69\x37\x0a\x25\x84\xfe\x51\xba\xe9\x96\xfc\xcb\xc3\xe8\x52\xff\x82\x48\x7d\x65\x4f\xfd\x96\x0d\xff\x85\x4f\xed\xa6\x7e\xf1\x9f\xb0\x44\xf9\x0e\xf9\xe2\x4e\x87\xd0\xee\x19\xac\xf6\xff\x57\x54\xc1\x94\xc0\xae\xc4\xbd\xfd\x5d\x46\xa8\x2a\xab\x9e\x68\xd0\xd0\x17\x8a\xc3\xe6\xa6\x91\xb8\x79\x46\xda\x9b\x87\xde\xcc\x69\xe4\xe6\x2d\x8e\xdc\x36\x7d\x73\xa8\xc6\x34\x32\x65\x84\x91\xb7\x8c\xb0\x3c\x15\x41\x1a\x79\x44\xd5\x66\x76\x9b\xa3\x46\xa6\x91\xf5\x65\x95\x9e\xb5\xf6\xd7\x0a\x2f\x89\x51\xcc\xad\xb3\x56\xe7\x20\x46\x21\x3f\x3d\xca\xbe\xf0\x96\x13\xc6\x61\x3e\xc9\xfe\xf3\xde\xf2\x8d\x93\xd3\x51\xb8\x55\x47\xd9\xab\x54\xdd\x88\x9d\x46\xa1\xd6\x68\x94\x66\xbb\xd8\x6f\xcd\x51\x7a\x74\xa3\xb7\x3f\x3f\x9e\x22\x29\x8d\x42\x3e\x61\x14\xf0\x09\xae\xf9\x18\x25\xe6\xb0\xbc\x80\x00\xab\xac\x1a\x51\x05\x60\x22\x7f\xcb\x20\x7f\xfc\xe7\xde\x3b\xee\xc8\x99\x86\x69\x5e\xfd\xe7\x1e\x96\xfb\x10\xa5\x51\x5b\x63\x95\x69\xbc\x2a\x7b\x58\x63\x7a\xab\x9a\xda\xd4\x79\xdf\x11\xfa\xed\xd1\xf2\x34\x89\xda\xdf\x6a\xdc\xc2\xa3\xed\x23\xbd\xc8\xff\x8c\x36\xa3\x6a\xda\x2a\x3b\xab\x35\xda\x7d\xb3\xea\x7e\xfe\xfc\xb4\xb9\xf8\xd6\xc7\xce\xb7\xef\xfe\xf3\xd3\xa3\x87\xbd\x39\x8d\x18\x7d\x6f\xae\x42\x2b\xc0\xe8\xb1\x6d\xfa\xde\x36\xd5\xcd\x48\x69\x74\x32\x6f\xc3\x30\x54\xe9\x23\x9c\x46\x97\x78\x6b\x0b\xa7\x04\x76\x4c\xa3\x53\xe4\x1f\xe6\x59\xc1\x50\xac\x34\xfa\x1d\x6f\x99\xcd\x2a\xb9\x17\x57\x1a\x9d\xf6\x83\xd1\xb7\x94\x31\x1d\x78\x6d\xff\x7f\x47\xd5\xb3\x37\x1b\x57\xa5\x2b\x77\x68\xdf\xab\xb0\xd8\xf9\xc1\x8b\x71\x8c\x7d\x31\x56\xc7\xb1\x4b\x63\x50\xc6\x1d\xc3\xac\x7e\x99\xbc\x05\x10\x05\xfc\xe7\x6d\x47\xc5\x99\xe3\x31\xc8\x0f\x8e\x61\xce\x3d\x85\x42\xee\x18\xb1\x07\x90\x59\xa2\xba\xb7\x78\x1a\xe3\xe3\xb0\xc7\x87\xe5\x64\x8d\x46\xcd\xf7\xe7\xa7\x92\xb1\x1f\xe6\x85\x7d\x7e\x6e\x31\x79\xb8\x7b\xfe\xfe\xbf\x44\x55\xb5\xa9\x12\x56\xb5\xa8\xda\x62\x9d\x1b\x6b\xd3\x98\xb1\xb7\xe7\xde\xdb\xbc\x26\xc6\xe4\x55\x3b\xa6\x09\xdb\x6e\x38\x4c\xc3\x32\x22\x9f\x9f\xf3\x84\x43\x7b\xd5\x94\xa8\x5a\x9b\x04\x2f\xf6\x82\xfa\x94\x31\xf7\x5c\x8f\xc5\x0e\x0a\x65\xb4\x21\xd5\xfa\x4e\xda\x26\xbc\x91\x80\x85\x30\xc9\xcb\x0c\x79\xa3\x6a\xb3\x8c\xf4\xd9\x48\x63\xc5\xd6\x36\xaf\x91\x55\x48\xf6\xcc\x9d\xc3\x7f\xaa\xad\xb3\x2b\x17\x87\xe1\x07\xf9\xcf\xcd\x79\xba\xdb\x5e\x1a\x17\xe5\xdf\x71\x99\xfc\x5b\xdc\x35\x21\x8d\x4b\xe3\xb5\x73\x5b\xb9\x5e\x6d\xdc\x54\x08\x8c\xdb\xb4\x81\x35\xf3\xbd\x9b\xf2\xec\xb8\x2d\x86\xa1\x56\x4e\xff\x9d\xe3\x3d\xb3\x65\x55\x5a\x64\xc6\x4d\x86\x76\x58\x94\xd4\xa4\x91\x69\xdc\x34\x25\x8d\x1b\xd0\x8d\x3c\x9d\x37\xf5\xc8\xe3\xde\xd4\x53\x1c\x8d\x3b\x8d\xe0\x0a\xc7\x7d\xa5\x3f\x3f\x6b\xf1\x2c\xdd\xd7\x15\x55\x38\x16\xce\x58\x8f\x3b\x4e\xe7\xbd\x4f\xe7\xf2\xf8\x9d\xfd\x7f\x8f\xaa\xcd\x30\x36\x12\x2b\x73\xd5\xf4\x9f\x76\x70\x17\xbb\x18\x67\xe2\xde\x67\x82\xae\xb9\x09\x10\x04\xfe\x73\xb3\xb4\x85\xb7\xc4\xfd\x45\x83\xdf\x16\xc8\x0b\xc9\xce\x43\xa1\x60\x3c\xfb\x72\x1a\x34\x5e\x8d\x87\xa6\x51\xa0\x19\x0c\xcf\xf5\xb4\xff\x9f\x51\xb5\x79\x96\xca\xbb\xe0\x29\x1a\x55\x76\x36\x49\x4e\x1f\xf2\xf7\xc3\x52\xc9\x0d\x2a\x71\xc7\x13\x7b\xce\x38\xd8\xec\x01\x68\x69\x3c\x9d\x67\xe9\xb1\x5c\x82\x14\xe2\x86\x25\x93\xf3\x9f\x7b\x0b\x14\x1e\xf6\xe7\x8e\x06\x81\x42\xc3\xcb\xe5\xa5\x08\x32\xe0\x53\xb4\x78\x2a\x5e\xaa\xbb\xc6\x6b\xea\x2e\x8f\x5e\x48\x88\xa7\xf7\x9f\xef\xde\x1c\xc5\x17\x45\x29\x77\x0f\x73\x00\x15\x6a\x92\x86\xd2\x14\x34\x2c\xfd\xab\x0c\x92\x37\x6d\xdc\x88\xba\xa5\x2c\x3a\x22\xa7\xa1\x8b\xdd\xd0\xb5\xb7\x4d\x25\x7d\x53\xe5\x90\x55\x11\xaf\xee\x7c\xf0\xf8\x62\x2d\x0d\xa5\x69\x79\x2e\x81\x84\x58\xee\xf3\x53\xd3\x9f\x1f\x26\xce\x49\x33\xb4\x7f\x13\x9a\xf5\x50\xff\xcd\xd0\x79\x4f\x44\xa4\x15\xde\x65\x33\xb5\xca\x3a\x0b\x4b\xa8\x8e\x29\xb7\x0b\x7a\xd4\x99\x8e\x3a\xb9\x6e\x63\x26\x52\x9e\x89\xa4\xb1\xd5\x5d\xdc\xd2\x4c\x3d\xde\x33\xbf\xbc\xea\x90\x50\x69\x26\x0a\x22\x33\x99\x20\x52\xb7\x0c\xf8\x2f\xcc\xeb\x4c\x33\x86\x68\xc1\x52\x1e\xed\x9a\x66\xba\x1b\xab\xee\xcd\x9f\xfc\xea\xcc\x13\x9d\xd9\xc2\xc8\xfc\x35\xf6\x37\xaa\x2c\x7c\x7f\x78\xec\x79\x42\x64\xb9\xff\xbc\xfe\xfc\x14\xcf\x92\x91\x66\xce\x51\xb5\x17\xa8\x52\xbf\x3d\x43\x07\x3f\x91\xa0\x36\x67\x3f\xa3\x33\x93\x8a\x4c\xd3\x24\x36\x61\xf7\x33\xef\xdd\x99\xed\xde\xcd\xbc\x0a\x67\xe6\xa9\x9f\x96\x3a\xa1\x57\x17\x7e\x66\x21\x2f\x37\x4b\xc6\x95\x2c\x51\xa7\x51\xf7\x61\x0d\xa6\xd7\x15\x4e\x64\x41\x12\x27\x67\xbe\x66\x21\xf7\x3d\xcb\xe6\xbe\x27\xcf\xc7\x0c\x7d\xe0\x34\x7d\xa0\xb8\x07\x56\x9a\x85\x27\x78\x9a\xd2\x8f\x59\xa2\xd2\x2c\x64\x88\x66\x31\x1b\x48\x76\x97\xe8\x34\x2d\x9f\x82\xff\x1c\xb6\x2f\x27\x9b\x8c\x15\x2d\x7b\x45\x07\x0d\x42\xd3\x72\xbb\xf9\x4f\x03\x58\xf1\xdb\x64\x56\x6a\x3a\x67\x05\x95\x19\xfc\x5a\xe5\x95\x31\xab\x5d\x19\x99\x3c\xe7\xac\xe3\xd7\x7b\x9f\xc9\xb9\xae\xb7\x9a\x95\xc7\x78\xd6\x7d\x8c\x47\x75\x11\x6d\x5a\xf2\x5f\xff\x69\xa6\x5b\xe7\x47\x67\x8b\xf9\x6f\xc8\x23\xe7\xc8\x72\x69\x86\x86\x6f\x9a\x86\xaf\x92\xc6\x4f\x03\xbd\xf2\x9f\xf7\xa6\x19\xae\xab\x9b\x8d\x16\x64\x04\xdd\x2f\x6a\x4f\xa7\x39\x78\xf9\xcf\xe7\xcf\x4f\x75\xa7\xa0\x34\x1b\x95\xe0\xb3\xc1\xe0\x4a\x8b\xfd\x6c\x6f\xf4\x71\x53\x96\xe9\xc9\x8a\xd2\x6c\x1f\xa7\xbf\x7d\xfb\x40\x75\x6e\xc8\x46\x13\xc4\x34\xa5\x63\x89\x7d\xdc\x29\xc2\xcf\x6e\xae\xb2\x29\xd5\xa8\x7b\xa2\xee\xdd\xdb\x9f\xf3\xd1\x69\x09\x99\x40\xdf\xca\x1e\xa8\x9b\x66\x2f\x9c\xab\x5e\x30\x57\x8b\x55\x12\x55\x7b\xd7\xf9\xad\x3c\x7b\x8d\x06\xab\xdd\xaf\x85\x35\x33\x6a\x64\x6f\x39\xb7\xc7\xcc\x4e\x15\xef\xec\x6d\xf3\x9c\x83\x53\xdf\x5b\xbc\xb5\xe9\x1e\xb3\xdc\xa6\x69\x08\xa1\xfe\x73\xd8\x6c\xb0\x7f\x8b\x73\x68\x59\xee\x08\x81\xb0\xff\x5f\x51\x05\x3f\x3a\xdf\x6e\xfd\x8a\x39\x34\x5c\x84\x15\xc3\xba\xa2\x41\x33\x68\x2f\x92\x82\x10\x2e\xa6\x09\x17\x85\x02\xc4\x0c\x01\x62\x9a\x00\x21\x71\x31\xf4\x37\x1a\xdc\xb4\xb0\xc4\x9a\x8c\xb8\x33\xc6\x96\xd5\x9a\x83\x4d\xa6\x39\x82\xf4\x0f\x23\xfd\x61\x5b\x9b\x63\xc6\x6b\x5b\x8e\x63\x76\xca\xfd\xff\x1d\x55\x7b\x93\x56\x5e\x5e\x83\x2e\x31\x73\x00\xe0\x85\x34\x7a\xd0\x96\x38\x91\x09\x2f\x39\xa0\x4c\x9a\x83\xd6\xc9\x39\x1e\xdd\x83\xe6\x8a\x8d\xd8\xda\x96\xfc\xae\xce\xe2\x53\x15\x8a\xe1\x39\x93\xdd\x15\x1c\xf4\xa4\x11\xfa\xc0\x36\x74\x8f\x07\x4f\x73\x06\xd5\x9f\x9b\xea\xcf\xce\x91\x4d\x7a\xbe\x4c\xf3\x65\x2f\x75\xb2\x45\x3a\xab\x4c\xf3\x6a\x17\x4f\x91\x91\xe6\x24\xe7\x30\xa7\x71\x0e\x54\xfd\xcc\x49\x16\x6b\xce\xcd\x62\xc9\xe4\x42\xcf\x1e\xdf\xda\x14\x6e\xd1\x48\x36\x43\x0b\x3d\x4d\x0b\xdd\x84\xf7\xd2\x8c\x4d\x35\x6d\x53\x65\x47\x9e\x4b\x73\xde\xf1\xb1\xdb\x2e\x98\x78\xed\x89\x31\x5b\x28\x4e\x71\x17\xc6\x5d\x10\x5f\x7b\x20\x0c\x70\x5f\x4d\x6a\x58\xe7\x7c\xc1\xd4\xc7\x64\x29\xcf\xd2\x54\x3b\x4b\x5c\x34\x09\x12\x21\x08\xa1\x15\x56\x51\x84\x98\x96\xe3\x63\x26\x4e\xb1\x50\xeb\x39\x65\x1f\x46\xa1\x31\x6a\x8a\xf0\x70\xca\xde\x62\xcb\x23\xcf\xd3\x94\xc5\x6e\xc8\xda\x12\xb2\x43\xd7\xa4\x29\x71\x51\x8b\x19\xd2\x13\x95\x94\x53\xc8\x81\x4d\xb1\xf0\xc1\x5c\xb8\x6a\x06\x17\xeb\x3f\x8d\x8c\x15\x17\x21\xa6\xc4\x2d\x2e\x16\x10\x98\xa7\x1b\x38\xe6\x8a\x6b\x7c\xe1\x1a\xa7\xa4\x36\x17\x59\xf4\xb9\xcc\xab\xb4\x08\x2f\xad\x45\xd5\xf2\x44\x06\x0e\x0a\xf9\x73\x05\x97\x65\xb1\x02\x92\xb9\xfd\x17\x95\x79\x13\x99\x2c\x92\xc3\xd1\xef\x02\x8d\xba\xbd\x83\xe2\xce\xb2\x3c\x10\xfe\xd3\xc2\x22\x84\xfd\x7f\x39\xee\x65\xe1\x58\x8b\x3c\xcf\xa2\x0c\x34\x2d\x3d\xc3\xa4\x11\x69\xae\xb8\x46\x2c\xd3\x82\xd0\x7b\x63\x5e\x94\x09\xe7\xb5\x4f\xdd\xa2\xa3\xe5\x0c\xa9\x76\x9a\x54\xdb\xe8\x27\x30\xaf\xc1\x6e\x5c\xa3\xd8\x3e\x66\x83\x54\x05\xcf\xcb\x54\xc1\xa5\x91\x19\xba\xc6\x13\x75\xc6\x55\x4a\xe6\xd7\x68\xda\x9b\xc8\x07\x50\x0b\x8f\xef\x45\x6b\xe6\x34\x58\xff\xd9\xfb\x3f\xf2\xb1\xd7\xe2\x1e\xba\xb6\x14\x5a\x27\x67\xf9\xba\xa2\x51\x73\x68\x48\xb4\x83\xce\x2b\x78\xcb\x0b\xbc\xa5\x27\xf6\xdb\x05\x25\xea\x80\x5d\x55\xd9\x51\x9a\xad\xe7\xb5\x79\x61\xa2\x93\xa4\x79\xd3\x38\x3d\xef\x94\xf7\xa9\x72\x0b\xd4\xbc\xa9\xc3\x9f\xf7\x66\x9b\x5b\xe7\xbd\x76\x7f\xf1\xd6\x87\x8e\xb8\x62\x77\x3e\x95\x3b\xe8\xd9\xf7\x69\xef\xec\xc7\x43\x95\xc9\x7c\xe6\xb2\x8f\x45\x15\x67\xc4\xd0\xed\x26\x3d\x90\x66\x48\x80\xd3\x24\xc0\x96\xc9\xa2\x3f\x74\x76\x9a\xc0\xa2\xdb\x4b\xc7\xba\x1e\x75\x5b\x2e\x17\x72\x14\x8f\xc6\xc7\xf6\x48\xfa\x20\x1f\xf5\x46\xef\xdf\xdd\x7b\xc9\xa4\x32\x6f\xf4\xe3\x45\x3f\x5c\xbd\x31\xdf\xb8\x60\xdf\x07\x9e\x70\xee\x18\x30\x35\xae\x06\x2d\xa0\x17\x5c\x50\xa5\xe3\xdf\xd4\x6e\x0b\x43\xee\x5d\xe3\xfc\xea\x80\x57\x22\xab\xa8\xda\x9b\x70\x1f\xad\x9e\x6e\x37\xcd\x2f\xfa\x6f\x2e\x8b\x22\x24\x32\x5f\x10\x0b\xa4\x41\x6c\xf4\x1c\x99\x5f\xf0\x30\xdf\xe6\x61\x44\x28\x3d\x85\x3b\xe1\x34\x77\xc2\xd5\x24\xaa\x56\x54\x6d\x31\x88\x86\xf4\xf9\xc5\x55\x0f\xdf\xc0\x5c\x29\x10\x7c\x71\xa1\x7f\x5b\x36\x90\x1c\xaf\x5d\xd1\xc7\x2b\xef\x7e\x70\x1e\x3f\x6a\x2d\xe7\xb7\xa7\x5b\x1c\x67\x2e\xcd\xf0\x79\x9b\xe6\xf3\x26\x99\x33\xfc\x05\x7f\xf3\xed\x0d\x51\x83\x03\xfb\xde\xe8\xe2\xfb\xec\x81\x91\x75\xff\x42\xbe\x30\x10\xe4\xe6\x00\xfc\xfb\xff\x12\x55\xc6\xe0\x66\x32\xb8\x5f\x1c\x8b\x6f\x1f\x8b\xb6\xe2\xb5\x2f\x66\xd1\x82\x11\x0a\x95\xe4\xf3\xa3\xb3\xd7\xfc\xcc\xd9\xab\xd0\x03\x47\xc2\x29\x4e\xcc\x29\x6e\xd2\x32\x27\x96\x66\xd1\x7f\x5a\x08\x30\xb5\x26\x92\x28\x29\x48\xda\x92\x82\x78\x9e\x82\x24\x89\xfc\x99\x24\xe3\xcf\x28\x99\x4b\x92\x68\x11\xee\x19\x7e\x59\x4a\xe2\x8d\x28\x69\x53\x93\x42\x37\x50\x31\xf4\x64\xff\x69\xe1\x2e\x74\x3c\x10\x73\x27\xf7\x9f\xb6\x43\x5c\xbe\x90\x4c\xb7\x39\xc9\x7b\x17\x34\xfa\x02\x48\xe6\x75\x22\xd9\xae\x93\x92\x27\x5f\xe3\xd2\x48\x36\xd1\xaf\x7a\x42\xfd\x24\x99\x93\x2c\xe6\x8e\x23\x9e\x78\x24\x49\xa1\xf6\x57\x8a\x59\x36\x1c\xc2\x29\x49\xa1\x6a\x47\x8a\xa9\x76\xe8\x86\x27\x85\x6a\x0c\x29\xa6\xc6\xc8\xb5\x44\x9d\x44\xdd\xda\x8b\x9d\xd9\xe2\x88\x2a\x43\x2c\x2e\x9e\x80\x29\x49\xa1\x2f\x9b\x58\xfe\xc1\x41\x05\xb0\x54\x9e\x19\xa9\xfb\xcc\x14\x1a\xf6\xa5\x91\x65\x92\x66\x21\xe3\x69\xba\xc8\x25\x9d\xb2\xbc\xf4\x62\x13\xe9\x24\x5c\x7a\x74\xa4\x0f\xeb\x23\x37\x56\xa7\x66\x5b\xba\x69\xb6\xc5\xf3\xb9\x26\x31\x6f\x0f\xff\x69\x5e\xd4\x2e\x80\xc8\xa0\x8b\x96\x20\xdf\x40\x75\x14\xe0\x24\x83\xec\xac\x98\x80\xb0\x97\xc6\x3b\x39\xa8\xdc\x96\x61\x3e\x5a\xf4\x98\x96\x41\xee\x13\x68\x2d\x42\x81\x4c\xc2\xf1\x43\xcc\xf1\x43\x3c\x3d\x73\x92\x49\x41\x53\x8c\x9d\xaf\x0e\x35\x93\x64\xd2\xc4\x29\xd3\x4c\x9c\xa9\x70\x69\x26\x15\x83\x32\x0d\x8b\x20\x79\x4c\x65\x92\x49\x53\xb7\x4c\x98\xba\xab\x9f\x51\x99\x5f\xb4\x69\x10\xb1\x85\x6e\xe2\x22\x14\x5e\xc5\x98\xd4\x5c\x62\x07\x09\x0d\x12\x22\x79\x4f\x25\x7d\x89\x45\xa8\x77\xdb\x3b\xee\xcf\xcf\xf4\x5c\xcb\xfb\xff\x1e\x55\x40\xb9\x75\xf6\x5f\x64\x46\x9d\xf9\xf2\xf0\xf2\x12\x61\x2c\x82\x58\x92\xbb\xe2\x39\x6a\x93\xc8\x1d\xfd\xb8\x81\x5f\xc2\x59\x96\x27\x5e\x33\xeb\x34\x05\x0a\x11\xca\x57\x22\x9b\xdb\x5f\x9d\xc4\x42\xbe\x78\xcb\xbc\x21\x92\x03\xba\x25\x59\xb4\xd0\x88\xb1\xb6\xcd\xa1\x6a\xf7\xff\x33\xaa\x96\xb9\x79\xb9\xf1\x49\x16\xdd\x4d\x64\x99\x6f\x60\xae\xa4\x09\x8b\x7e\x23\x02\x40\xe6\x52\x78\xee\x17\xfd\x43\x64\x99\x7f\x48\xe9\x1c\xdc\x0a\x0a\x04\x20\xba\xea\x60\xe1\x49\xd6\x1b\xef\xed\xcb\x40\x16\xf7\xeb\xfa\x62\x04\x16\x39\x99\x3d\xf5\x4b\x92\x2b\xb6\xde\xb5\xb7\x5e\xa1\x73\x26\x70\x5d\xfc\xe7\x96\x44\x16\x77\xc2\x45\xf7\x16\xb9\x36\xe9\x20\xfc\x40\x92\x6b\x46\x83\x16\x5d\x22\x3c\xf8\xd7\x1b\x0d\x5a\xa8\xed\x26\x52\x5e\xf7\x45\x9d\xc5\x3b\xe6\xe6\x52\xb8\xdc\x74\x8b\x92\x7b\x77\xb7\xd1\x15\x08\xb0\x1d\xfe\xd3\x18\x34\x6e\xa0\x9b\x7e\x20\x72\x5b\x26\xbd\x9a\xe6\xf8\x27\x96\x56\x6e\xaa\x3a\xe4\xb6\xec\x15\xb5\xf1\x60\xdd\x4b\xa2\x0e\xc2\xa0\xbb\xe2\x48\x38\xb3\x88\x39\xb3\x88\x03\xcc\x26\x79\x82\x7a\x99\xf3\x4a\x4e\x85\x83\x78\x84\x9f\x7b\xb6\x88\xb7\x06\x8f\xff\xc3\xb8\x2e\x79\x2c\xd8\x34\x53\xf9\x2f\xcf\x15\x75\x5b\x20\x2e\x0e\x1d\x95\xc4\x72\xa4\xfb\xcf\x2d\x0e\x7a\xd6\xd7\x24\x4f\xdc\x47\x86\x36\xd1\xe8\x06\x25\x0f\xd9\x01\x79\xd4\x76\xba\x9b\x42\xe4\xd1\x18\x99\xbe\x56\xe5\x6f\xbd\x74\xfc\x94\x37\x81\x9a\x90\x2c\xbc\x39\xea\xf6\x59\x21\x22\x73\x92\x37\x26\xe4\xdd\x13\xb2\xa8\x08\x91\x97\x72\x9b\x18\x5a\xde\xf2\xc0\xd6\x24\x2f\xb5\x97\xf2\x9a\x11\x82\xf6\x09\xd1\xa0\x94\x0a\x4a\x49\xdd\x95\x84\xc5\x43\xcc\xe2\x91\xb3\x07\x13\x27\xd1\x15\xef\x59\x34\x46\x8d\x95\x51\xea\x20\x44\x2d\x1c\xa3\x3a\xe8\x55\x12\x8d\xcb\x5b\xf7\xe5\x2d\x34\x52\x01\xd8\xc2\x7f\xda\xf1\xe0\x75\xf4\x25\x56\x59\xbc\xd2\x72\x14\xda\x24\xe1\x41\x2d\xe6\x41\x9d\x53\xdc\x10\x5f\x4c\xa4\x85\x2c\xe5\x24\x24\xb0\x5f\x5c\x55\x9f\x5d\x55\xc5\xb1\x07\x76\x01\x6f\x46\x73\xc3\xce\xc5\x11\x03\x76\x41\xbc\xd7\x11\x86\x42\x4a\xf3\x8d\xa8\x1b\x88\xc0\x8a\xbe\xc4\x1d\xf7\x21\x14\xd2\xc1\x3f\xd3\x4a\xa4\xda\x2b\x6d\xaa\xdd\x39\x84\x95\x28\xa9\x03\xb4\xa3\x93\xfc\xae\x44\xed\xc5\x4a\xcb\xa2\xb0\x7c\xbb\xae\xf4\x2e\x56\xbd\xe6\x8a\x9c\x59\x45\x69\x1c\xe8\x1b\xe2\xe0\x6a\x69\x25\x52\xbc\x65\xb1\xe2\xc2\x18\xb7\x95\xe9\x73\xbc\xf2\xf1\x39\xf6\xc5\x59\x99\x9a\xec\x95\xe1\xab\xda\x5c\x1d\xb2\x72\xbd\xa2\xce\xe8\xb2\x63\x65\xa7\x95\x49\x29\x57\x36\x80\x84\x4a\x39\x77\x65\x52\xa8\x65\x20\x84\x73\xfa\xf5\xb1\xf2\x88\xaa\x61\xfb\xdc\xd7\x6d\xe5\x98\xc7\x6c\x18\x55\xfb\x86\x61\x5d\xf4\xd2\xc0\x68\xf7\x0d\xe9\x75\xbc\xf6\x57\xc6\xb5\xdf\x3a\x7b\x49\x69\x7c\x59\xe6\xeb\xee\xf0\x7d\x69\x65\xea\x5b\x57\x36\x67\x8e\xe2\xf9\x59\xd2\xca\x1a\x03\xdf\x33\x2e\x1e\x65\x9f\x56\x21\x43\xb0\xca\x66\x08\x6a\xe3\xba\x15\xf2\xd8\xab\x40\xeb\x24\xce\xc9\xad\xf2\x45\x1d\x90\x1b\x63\xe5\x2a\xaf\xc6\x85\x58\xf1\x4c\x95\xeb\xaa\xb4\x76\xae\xfa\xbe\x9b\xff\x70\x6b\x08\xd0\x45\xfc\xe7\x42\xe8\x44\xd4\x5d\x51\x77\xe3\x80\xfb\xea\xb4\xce\x79\x6e\x7d\xef\x57\xf1\xeb\x6f\xb5\x11\x4d\x1a\xc5\xae\xcd\x19\xf7\xd5\x18\x12\xb6\xda\xd4\x3f\x3f\x9d\xaa\xbd\xd5\xe8\x78\xb6\x9a\x39\x9e\x55\x0f\xfe\x4f\xab\x5f\x6c\xb2\x23\x16\xd7\x9d\xda\x57\xa7\x42\x6a\x75\x53\x48\x65\x9a\x28\x56\xa7\xb4\xb8\x4c\xe5\xdd\x19\x97\xb9\xfa\xcb\x85\xeb\x86\xf2\x5d\xaa\xcb\xc8\xab\xbf\xf1\x1a\xdc\x5f\x1c\x68\x3b\xad\x41\x95\xec\x1a\xcd\xa2\x2b\x78\x08\x06\x9d\x88\xd6\xd8\x0c\x66\xa1\xce\x63\x8d\x39\x58\x35\x2d\xc0\xcb\x85\xb4\x35\x62\x53\x9a\xfa\xbb\xb6\x15\x55\x12\x55\x9b\xd2\x27\xa7\xd9\x6b\xac\xf8\xd6\xa6\xec\xcb\x71\x00\xf6\xff\x2d\xaa\xf6\xde\xf2\x84\x76\x69\x99\x4f\xb5\xff\x94\xcd\x0f\xb8\x20\xb6\xc6\x13\x3d\xb4\x10\x34\xcf\x58\xbd\xff\x5f\x51\x75\x59\x83\xfe\xd6\xe4\x15\xb6\xe6\xa6\xcf\x6d\xba\xac\xbb\xcc\xbd\xc6\x7f\x3e\x98\xc4\xa8\xd3\xa8\x33\x9d\xf1\x22\x71\x9a\x0c\xbf\x5a\xb3\xae\x3f\x3f\x9d\xee\x12\x6b\xd2\xd4\xbf\x66\x55\xdb\x73\xec\x48\x8f\xaf\x6d\x5e\xa2\xd3\xe3\x60\x4d\x3a\x70\x2d\xf3\xd6\x59\x14\x3a\xd6\xa4\x4a\x6c\x4d\x43\x50\xaa\x54\xbd\xac\xf9\xc6\xc7\x0c\x9d\xa1\x30\x58\x74\xcd\x2f\xea\x20\xab\xd3\xe9\x60\x09\xf9\xc2\x25\x26\x92\x30\x7c\x71\x09\x23\x0e\x96\x81\x07\x54\x4f\x8a\xbe\xff\x7f\xa3\x6a\xb3\xd8\x8c\x18\x5d\x21\x58\x2c\x13\x2c\xea\xe2\x3c\x0a\xd9\xe8\x25\x79\xaf\x27\x9d\xdd\x96\x04\x39\x10\xc3\xfe\x2e\x8c\xf4\x5e\x12\x1b\x55\x0c\x9b\xad\x38\xf0\x6a\x5a\x42\xef\xf6\x25\x86\xcf\x5d\x07\x97\x54\xae\xe8\xa4\xc5\x52\xa5\x1a\x63\xa3\xf8\xb0\x4c\x7c\xc8\x85\x52\xe6\x92\x98\x2e\xf9\x2c\x4e\xc0\xc5\xd6\xb5\x78\x3d\x2f\x64\xb1\x4e\x74\xf8\x5e\x2b\x76\xd0\xb2\x1d\x94\x1d\xfa\x25\xad\x45\x0d\xd7\xb2\xbc\xd4\x9d\xec\xc5\x5a\x57\x34\x89\x18\x02\xc7\xb8\x4a\x6b\xd1\x57\x72\x01\x7b\x20\xad\xf1\x6f\x2e\xb3\x6b\xc5\x20\x96\xad\x79\x5e\xdc\x98\x17\xfd\x36\x17\xb2\xb8\xd5\x32\xa3\xee\x8a\xba\x7d\x7b\x53\x1d\xb4\x2e\xf2\x0a\x0b\x79\x67\xab\x23\xf9\xa4\x75\x31\xc6\x74\x5d\xb7\x05\x50\x70\xf9\xae\x18\x84\x09\x06\x7d\xb9\xa4\xb6\xc2\x33\x6b\x99\x67\x56\x9b\xa4\x33\x77\xe2\x5e\x07\xa0\x4f\x71\x78\xa8\xb4\xee\xd8\x47\xc0\xa5\xae\x99\xa4\xf7\xa6\x01\x7b\xdd\xa6\xb9\xac\x95\xe3\xbe\x63\x15\xe0\xfe\x9f\xa8\x58\x5b\x37\x83\x25\xd7\xdd\x8a\x0d\x80\x55\x8c\xca\x5f\xb7\xe5\xb6\x4a\x14\x6c\xd7\x1d\x97\x26\x30\xee\x0a\xe3\xa1\xd6\x43\x43\xef\x7a\x0a\x7c\xcb\x5c\x54\x5b\x4f\x9c\x72\x53\x30\xf7\x45\x26\xe3\xa1\x8c\xba\x1e\xc8\xa8\x34\x8a\xae\x37\x28\x11\x50\xac\x0b\x3d\x46\xd6\x4b\x47\xdd\x85\x94\x6f\x25\x71\x56\x5e\xc6\x4b\xad\xd7\x92\x00\x94\x19\xef\x51\x81\xb6\x5e\x53\xa0\x15\x9a\xe1\xd7\x1b\x9b\x13\x49\x3f\x0a\xdd\xb0\xd6\x1b\x37\xd9\x6b\x37\x59\xa5\x47\xd5\x7a\xbf\xa8\xfb\xae\x3d\x3c\x12\x01\xa5\xf2\x7e\x69\x82\x2e\xcc\x85\xa7\xa5\x74\x95\x59\x6a\x28\x07\x0e\xbf\x95\x56\xc0\x0f\x2c\x53\x25\xe7\xdc\xc9\x71\x2a\xb5\xe6\x0b\xf9\x2c\x72\xe7\x7e\xd6\xe0\x25\xd4\x78\x89\xca\x9b\x47\x83\x79\x54\x13\x97\x2b\xed\x6c\xeb\xa3\x27\xe7\x32\x76\x3d\xe7\xe4\x26\xd5\x15\x3a\xe9\x05\x9d\x74\x61\x54\xfc\x0a\x5e\x7b\x59\x54\x7c\x2e\x93\x97\x60\xf0\xda\xcb\x78\xed\x4e\x35\xf7\xfa\x82\x43\xfc\xcc\x91\xa3\x36\x5e\x5a\x5f\xac\xdd\x67\xa9\xe3\x6b\xe7\x01\xfa\x82\xc4\x7d\xc8\x5c\x41\xb3\xbb\x26\x4e\xb4\x22\x98\x78\x54\x97\xd7\x34\x80\x47\x34\x21\x97\x0d\x87\xae\x89\xb6\x3b\x85\xfb\xd4\x20\x94\x88\xa6\xf6\xab\xce\x50\xa4\x68\xe2\xd5\x44\x1f\x1c\x4d\x1d\xe8\xbb\x83\x75\x14\x98\x35\x8d\xf2\x1b\xe0\x74\x17\x34\xd6\x21\xb3\x4a\x8b\x7e\xce\xa8\x43\x66\xf9\xee\x37\xaf\x26\xee\x4d\x05\xf4\xdf\x70\xdc\xba\xa4\x89\x90\x27\x9a\xcc\x02\x3c\x1c\x96\x7f\x17\x44\x5f\x90\xcc\xce\x81\xc0\x76\xc1\xc7\x3a\x3b\x7b\x83\x01\xc7\x9a\xbe\xe8\xcb\x77\x72\xd8\xf3\x3d\xda\x49\x35\x19\x5a\xd0\xa0\xab\x9d\xe6\x58\x07\xc4\xa3\x0e\xca\xd4\x1a\xee\x5a\x9a\xe1\xd2\x34\x38\x9f\x99\x31\x69\x0a\xc8\xaa\x31\x9c\xb3\xd6\x10\x60\x34\x37\xa4\x0c\x70\x16\x59\x73\xfb\x55\x77\xb2\x91\x4d\xd6\x5d\x51\x77\x03\xde\x37\xb3\xee\x65\x9d\x25\x0a\x64\xca\x9b\x5d\xa0\xac\x33\x0c\xc9\x31\x39\xf6\x4c\xfe\x59\xf3\x49\x95\xd3\x58\x37\x63\xec\x0b\x79\x83\x3b\xc7\x40\x9e\x50\x01\xa7\x35\x3c\xb7\xcb\x2e\x68\x51\x67\x58\x91\x74\xd9\xd5\x80\x77\xd1\x8c\x0c\x1c\x9e\xc6\x75\x17\xc4\xd8\x6f\x00\x24\x24\x8e\xfd\xe6\xba\x5b\x1c\x6c\x1e\x54\x70\x6b\xa6\x1e\x45\xf3\x83\x04\xf2\x31\xbe\x27\xe6\xec\x60\xf1\x36\x7e\x8f\xb6\x73\xcd\x58\x77\xba\xa2\x68\x21\x67\xa5\xa6\xbd\xcf\x43\xdc\x7a\xab\x85\x74\x5c\x8b\xd1\xf1\xb1\xdc\x56\xac\x85\xbe\x17\x0a\xfd\xfd\xa0\x3e\x4e\x0b\xcd\x16\x5a\xb0\x0e\xbc\x37\x34\x14\xf8\x8a\x9c\x2c\x83\xec\xb2\x46\x78\xab\x16\xa0\x48\x11\xc0\x42\x0b\xdd\x73\xb4\x5c\x80\x04\xef\xec\x27\xe9\x8b\x96\x1b\x75\xae\x51\xd4\x72\x47\x9d\x22\x54\xdd\xef\x06\x2d\x34\x2a\x69\xf9\x90\xb6\x48\x38\xbe\x2f\xe6\xe5\x43\x0a\x00\xbf\xf5\xb5\x52\x03\xa8\x15\x58\x89\x0c\x72\xd3\x9a\x7f\xd5\x75\x00\xce\x56\xd6\x71\x7c\xb5\x1e\x30\x5a\x1f\x7b\xa5\x4e\x48\xab\xe9\x84\xc4\x51\x78\x77\x81\x46\x1d\x32\x98\xb9\x6a\x44\x6b\x8b\xef\x41\x9f\xcd\x50\x4c\xad\x14\x43\x15\x99\x29\x1b\x2d\x63\x5a\xe3\x1c\xd5\x86\x6c\xad\x9c\x97\x90\x7a\xb5\xf6\x93\x78\xaa\xb0\x6e\x44\x1d\xc6\x40\x1a\x59\x29\x2f\x68\x35\xfa\xd9\x32\xf7\x7c\x0d\xfa\x69\xbe\x82\x91\x24\x74\x17\x44\x3f\x91\xa4\x8a\xce\x83\x5a\xa9\x64\x56\x33\xe2\x04\xee\xff\x2e\x88\x31\x00\x7c\x9d\x7a\x72\xad\x12\x63\x00\x0c\x5e\x89\xb9\x66\x10\x9a\x56\x60\x3b\xd2\x97\x44\x2b\xfd\x07\xb4\x5e\xc0\xde\xe2\x3e\xab\x41\xcb\xeb\x83\x3a\x9e\xa3\xfa\xc4\x18\x1e\x98\x0c\xd7\xfc\x27\x26\x58\xeb\x13\xcb\xfb\x9e\x9c\xbf\x9c\xb6\x37\x9a\x45\xde\xea\xca\xab\xa5\xbe\x31\x7c\x3d\x09\xfb\xb8\x2d\x34\xde\x03\x30\x7b\xe5\xd5\x59\xbf\x78\x0f\xf0\xc5\xd4\xa1\x68\xa0\x3e\xe9\xc9\x2a\x4a\x87\x4c\x6d\xd4\xaf\x28\xd0\xb6\x98\x77\x67\x17\x70\x99\x9a\x83\xb8\xfb\xd4\xb4\xb8\xaa\x9b\xd9\x1e\x5a\xe5\x96\x69\x35\xbe\x07\x14\xf6\xca\xeb\xa3\x51\x2b\xa0\xad\x03\x30\xd0\x95\x55\xda\xe8\x8f\xa2\x0d\xdb\xa9\xf1\x08\xb6\x11\xdf\x1b\xeb\x37\xde\xe3\x2e\x20\x99\x6c\xf3\xe4\x10\xe3\xf8\x66\x7c\x0f\x79\xc6\x19\xa5\xa7\x8d\x8c\x9d\x36\xd1\xdf\xf8\xe9\x49\xdb\x8a\x31\x18\xd9\x6a\x74\xe4\xd2\x46\xdf\x30\x6d\xd8\x32\x0c\x24\xd3\xf6\x44\x9b\x00\x9b\xa5\x6e\x43\xdb\x1b\x7d\xc1\x1a\xd1\x50\xa8\x3d\xd6\xa8\x03\xee\xbc\x93\x64\x77\x1a\xb5\xb5\x63\x8d\x18\x23\xa7\x3d\xc8\x4f\x2f\xa7\xce\xd7\xbd\x53\x0f\xa9\xfd\x00\xe8\x93\x9d\xea\xd4\xe8\x6a\x07\x04\xb0\xa7\x5a\xdd\x05\x3c\x2e\x1d\x60\xc8\x0c\xcd\xd4\x4e\x15\xab\x76\x64\x3e\xa0\xe0\xa4\xfd\x8a\xba\x93\x8b\x35\xda\xbc\x2b\xeb\xde\x93\x67\x9d\x6d\x52\xc3\xa4\xa6\x61\xa2\x53\x8a\xf6\x37\x7a\x09\xf0\x59\xe1\x4c\x47\x2c\x97\xf6\x0f\x09\x9f\x49\x28\xfa\xd7\xa3\xce\x66\x9a\x01\x82\x3a\x62\xa6\x4f\xc6\x2b\x21\xc3\x34\x82\x29\x1a\xe6\x58\xd6\x3c\xc1\xe1\x2e\x60\x5f\xe0\xc4\xd9\x68\xe2\xd2\xd0\x75\xe9\xb0\xdd\xc9\x3c\x5b\xbb\x20\xea\x10\x26\x4a\x3b\xb5\x0e\x5a\xb7\x75\x5c\x7f\x65\xc1\xdf\x05\xf1\x3d\x64\x3d\x4c\x24\xa0\xe3\x8a\x7e\x5e\x00\x3c\x4f\x6c\xf3\xe2\xbc\x8c\x07\x51\x8e\xdc\x2d\x23\x98\x8d\x81\xcc\x9d\xc9\x15\xb4\x3a\xbe\x68\xd3\xe6\xac\x13\xac\x49\x67\xcc\xd9\x04\x6c\xb9\xe7\x7c\xdf\x05\x7c\x6f\x0e\xa4\x59\xe2\x5c\xcf\x38\x99\xd3\x13\x94\x7a\x3f\x43\xdb\xa4\xd3\x2c\x8d\xbd\xb0\x9f\x93\xd2\x98\x4e\xcb\x0c\xcc\x64\x73\x49\x27\xf5\x27\x3a\x5f\xe4\x56\x13\xf6\x85\xe6\x3f\x9d\x9e\x45\xc0\x77\xd9\x64\xf0\x9c\xce\xef\x80\xf7\x7b\x3f\x25\xc6\x27\x69\xfd\x86\x65\xdf\x05\x5c\x3f\x41\x2e\xb7\xca\xcb\x43\x0a\xbf\x27\x03\x48\xd2\xbc\x54\x85\x6e\x72\x2a\x48\xf9\xd0\xb8\x97\xc2\xcd\x52\x65\x21\x71\xa4\x2b\x7e\x55\x82\x01\x15\xf4\xb3\x71\xae\x57\xf4\x73\x9d\x1c\x68\xbc\x70\x03\xcc\x40\x0d\xcc\x20\x8b\x67\x3e\xd9\x05\x5c\xa3\x35\x4e\x6a\x4f\xff\xde\xa2\x89\x5f\x91\x8b\xac\xd3\x39\x59\x57\x5c\xe2\x6b\x9c\xc4\x81\x8b\x75\x77\xd4\x19\xaa\x78\x30\x53\x8b\x42\xa5\x2e\x00\x1c\x33\x82\x5b\x17\x0d\xf2\xba\x26\xfc\xfc\x49\x21\x17\x6d\x12\xba\x90\xaa\x3a\x53\x60\x09\x57\x4b\x05\xa2\x26\x53\x82\x25\x5d\x41\xad\x97\xcd\xa7\xe4\x18\xdf\x8a\x79\x59\x27\x95\x58\x67\x5d\xcc\xcb\x85\xf7\x48\xb1\x56\x30\xa7\x9e\xc1\x78\x46\xdd\xaf\xf7\x80\xb8\x1f\xdf\x0b\xc6\x75\x21\x9d\x93\x67\x80\x4a\xba\x42\x38\x5c\xc8\x12\x1d\x4c\x98\x65\x45\xf6\x9f\x13\x75\xec\xe7\x1d\xdf\x33\x44\x5c\xf1\x6c\xf7\xbb\x80\xd4\xfa\xa4\x8d\xc9\xb1\x5f\x9e\x68\xd3\x10\x6c\x67\x25\xcd\x5a\x41\x0b\x16\x52\xdf\x31\xde\x45\xd7\x1b\xf3\x09\x14\x70\x07\x1f\xdf\x05\xb1\x27\x0c\x8a\x59\xe8\x17\xa7\x4b\xe3\x3d\xa4\x9f\x89\x73\xbb\x34\xfa\x62\xfa\x2a\x29\x99\xf3\xa2\x31\x67\x1f\xde\x8b\xbd\x1b\xb4\x1c\x09\x6b\xa4\xc4\x5e\x0a\xe1\xf7\xe4\xc0\xf3\x54\xde\x49\xaf\x38\x2b\x97\x45\xaa\x4b\xa1\xf0\x74\x51\x1b\xaf\x17\x50\x9b\x3d\x9d\xf9\x2e\x58\x51\xf7\xa1\xce\xfb\x79\x65\xf6\x05\x78\xab\x52\xb8\xee\x17\x11\xd4\xf4\x42\xfc\x4a\xe1\x5c\x5f\x8c\x0d\xd0\x0b\x88\xd7\x85\x0a\x8a\xab\x44\x9b\x05\x7d\xe1\x1d\x70\x05\x6d\xbd\xea\xa9\xf3\x75\xb8\xea\xaf\x3a\xf8\x91\x51\x88\xbd\x42\xf0\xb8\x00\x8b\xeb\xa9\x6b\x77\x41\x89\x3a\xf4\x85\xdc\xd9\x15\x02\xfc\x85\x2c\xf7\x85\xf4\xfa\xa2\x95\x51\x2f\xa4\x3a\xab\xe9\xdf\x9c\x1d\x34\x7c\x39\xf4\x32\xf9\x5e\x82\xe1\xbd\x42\xbe\x37\x7f\xe4\x5d\xc7\xa5\x08\xd2\x74\x99\xfe\x49\x2a\xe5\x84\x8b\xbe\x17\x7a\x21\x0f\x68\x8d\xe5\x0d\x99\xf3\x02\xfc\x42\xed\x9c\x36\xe1\x71\xb9\x40\x2a\x08\xc4\xa5\x57\x90\x03\x73\x39\xde\x75\x9c\x9a\x2b\xfa\x82\xbc\x5a\xc1\x0c\x5f\x71\xe5\x5e\x48\xeb\x1a\xd7\xc0\x15\x47\x1e\xc0\xcb\x52\x79\xac\x23\x74\x58\x2f\x24\xde\xa2\x55\x45\x2d\x75\xe2\xf9\xf9\x60\x5e\xc8\xf0\x5e\x4f\xf4\x13\xc7\xb3\xf1\x9a\x0b\x9d\xb7\x5e\x96\xdc\x80\x10\xc9\xbb\x20\xda\xc4\xf1\x24\xe4\x95\x5e\x74\x62\xd3\xcb\x04\x8f\x3e\x7b\xd4\xc5\x7c\x22\x09\x45\xe3\xf1\xbc\x42\xde\xbe\x4c\x6f\x25\x8d\xc7\xf3\x8a\xa3\x7b\x01\xf9\x9d\xf6\x60\xbd\xbe\x58\x3f\x24\xdd\x77\xe4\xf0\x5d\x10\xfd\x04\xbc\xb7\xe7\x33\x4e\x7a\x87\x6e\x03\xda\x79\x69\xbc\xaa\x6f\x7a\x3e\xe8\x8d\xa3\xdb\x38\x86\x08\xa9\x56\x64\x08\x12\x4f\xa5\xb6\x0b\x7a\xd4\xd9\xfa\x35\x37\xed\xea\x4d\x7f\x64\x45\x22\x21\xa1\x05\x5a\x6f\xaa\xd9\xf5\x2e\xc8\x16\xc0\xfd\x72\xd3\xcd\x50\x91\x9f\x52\xe2\x8a\xbf\x69\xe8\x57\xc3\x05\xda\xef\x45\x9d\x46\x1d\xc6\x40\x79\xfb\xa6\x0b\x9c\xde\xc6\xd0\x8b\x27\xaf\xda\x05\xd1\x97\x76\x12\x75\x4e\xd6\xdd\x51\x07\x77\x0a\x5e\x49\x77\xe8\x0c\x90\xa0\x48\x18\xd3\xa6\x77\x08\x02\x27\x25\x7d\xe8\x52\xee\x1e\x73\x76\x32\xaf\xa5\xa8\x8b\xbe\x20\x63\x56\x08\x48\x01\x4e\xa4\x30\x69\xf4\x49\xc1\xf1\x1e\xb1\xb6\x03\x79\x5a\xc8\xf2\xde\xc1\x8a\xdc\xe3\xfd\x9d\x3d\x6f\x17\x44\x3f\x2d\xea\x40\xa8\xa7\xd6\x7b\xc6\x7b\x48\x60\x2a\xd1\xe6\x8c\xb9\x06\x2b\x42\xd8\x0f\xbd\x43\xd7\x70\x52\xe9\x4b\xe2\x9c\x05\xdb\x7e\x83\x4d\xe9\x3c\x47\xb7\xc4\xba\x0b\x52\x44\x16\xae\xd1\x8a\x3d\x88\x1c\x32\xd4\xc3\xeb\x1d\xba\x45\x24\xe6\xef\x42\x5a\x17\x0e\x61\x7a\x2f\xe4\xf4\x23\x1b\x76\xaf\xf8\xde\xc9\xdf\x5f\xb9\x5f\xae\x18\x83\xe5\xc1\xee\x21\x22\xdd\x41\xcf\xee\x93\xf9\x83\xca\x84\x3b\x74\x99\xf7\x85\xb5\xe5\xb9\xbd\xaf\x38\x63\xd7\xc9\xc9\xc7\xbe\x5c\xb1\xcf\x4e\x1a\x8b\xe8\xcb\x1d\x6b\x0b\x3a\x48\x88\x64\xbd\xe9\x6d\xa9\xc8\x34\xd5\xa5\xb2\x2f\x41\x07\x91\x74\xaa\x87\xb8\x16\x58\x02\x6a\xd1\x17\xbb\x4d\xf6\xf3\x89\xbe\x1c\x54\x77\xb2\xdf\x77\x88\x95\x27\x09\x95\x04\x2d\x78\x63\x7f\xbe\x27\xcd\x37\xd7\xef\x8d\xb9\x7e\xd1\x26\xd9\xc5\x5b\x63\x7c\xc8\x79\x46\xb8\x60\x0d\x90\x2c\x3d\x29\xad\x84\x4a\x96\x3b\x94\x3a\x48\x66\xc5\xb4\xe2\xbb\x20\xc6\xa0\x27\x3b\x31\xe7\x2c\x58\xa6\x5b\x91\x58\x8c\xec\x69\xa0\x25\xe8\x8d\x3c\x16\xf4\xb5\xd1\x3b\x6c\x09\x48\x7c\x25\x9d\x6c\xca\xfd\xc5\xbc\x40\xf4\x20\xdc\xa8\x3e\x0c\x02\xd4\x07\xc9\xef\xc5\x5d\x44\xf4\x21\x94\x85\x3e\x27\xf3\xf0\x88\xf7\x38\x06\xcf\xa0\xcb\x7b\xec\x09\x91\xfa\x39\x19\x42\x53\xd4\xad\xa8\xc3\xd8\xa9\x30\x78\x82\xd5\x7a\xf2\x49\x92\xce\xef\x05\xab\xf5\x98\xf3\x55\xa7\xc7\x84\x3e\x41\x93\x0d\xae\x21\x77\x9a\xde\xf5\x09\xa5\xd5\x53\x33\xea\x1a\xeb\x62\xec\x27\x6f\x32\xef\xbf\x87\x41\xb0\x0a\xb8\x32\x26\x9e\xdd\x05\x3d\xea\xb0\xb6\xd4\x99\x07\x28\x84\x3e\x60\xb5\x3a\xd9\xb7\x00\x33\xd3\xe7\x64\x95\x25\xfb\xf6\x84\x1e\xf7\xe9\xe8\x27\xf9\x9e\x27\xf4\xb8\xcf\x49\x5e\x1d\x73\x1d\x76\x30\x73\x1c\x8d\x1c\x58\xbb\x20\xc6\x80\x54\xee\x21\x56\x06\x0e\x9a\x1a\xd6\x59\x24\x3a\xda\x05\xd1\x4f\xc9\xbf\xf3\x61\xec\x82\x98\x33\x41\xd2\x75\x8a\x87\x4f\xf0\x67\x8f\x60\x8d\x3a\xc7\x20\xbf\xda\xc4\xda\x52\xdc\x0e\x70\x35\x05\xb8\x9a\xd0\x6d\x53\x9f\x15\xdf\x5b\x18\x03\xc5\xca\x67\x5d\x51\x67\x63\xa7\x9b\x92\x3e\x2b\xbe\xb7\xf0\x3d\xea\x7f\xc3\xfd\x55\xcd\xfd\x75\xd7\x71\xdd\x83\x7e\x3e\x17\xbe\xd7\xfe\x0d\xfb\x56\x9f\x20\xa1\x0f\x24\xcb\x30\xcb\x3d\x21\x59\x3e\xd0\xec\x30\x8b\x81\x3e\x21\x59\x3e\x30\xb9\x0e\x92\xb4\xe7\x8a\x25\x34\xf2\xca\xec\x3f\xbb\x20\xb6\xa1\x49\x96\x7d\xc5\xb1\xbe\xe3\xe8\xde\x58\x5e\x9a\xc9\x9e\x30\x5b\x3d\x20\x77\xf4\x41\xd3\x27\xcc\x95\xe6\xc8\x9b\x47\xa2\xa4\xf7\x04\xb9\x7b\x60\x9a\x22\x0a\x86\xbe\x61\x66\x79\x13\xde\xa3\x74\xf5\xd2\xeb\x47\x5f\xa4\x23\x22\x26\x99\xbe\xc1\xda\xbd\x09\x73\xc6\x65\x7a\x19\x05\xab\x6f\xc6\xb6\x20\xe9\x7d\x83\xb5\x33\xf7\xe0\x2c\x0c\x1b\xd0\x97\x51\x93\xfa\x22\x2b\x44\xa2\x34\xf7\x06\xdb\xf7\x22\x7f\x24\xb1\xf0\xf4\x25\x3a\xbf\xbe\x30\x61\x87\x69\xea\xa5\x8b\xb0\xbe\x90\xe6\x06\xe7\xec\xa5\x9b\x8e\xbe\x05\xb9\x93\xb8\xb6\xe1\x5e\xa1\xaf\xa5\x40\x1a\x89\xe4\xee\x0d\xb3\xdc\x7b\x12\x7d\x51\x84\x78\xc3\x1c\xfb\x22\x6b\x6a\x22\xa9\x7f\x43\x42\x7c\x21\x21\xd2\x43\x44\xdf\x90\x10\x5f\x98\xa6\x06\x49\x4c\x04\xf5\xa9\x05\xf5\xe5\x11\xe6\xb5\x97\x1e\x08\x6a\x5e\x1f\xfb\xbd\xca\xba\x98\x17\x63\x4f\x47\xa2\x18\xf4\x86\xbe\xf9\x6d\x98\x6b\x92\xc2\x37\x4c\xc3\x6f\xc3\x1e\xa4\x26\xe2\x0d\xf6\xf4\x05\x7b\x3a\x48\xb6\xde\x60\x4f\x5f\xe4\x4d\x22\xf2\x92\xbe\x3d\xfa\x62\xe6\x2e\x09\x33\xf5\x1b\xac\xeb\xdb\x31\x67\x31\x86\x10\x55\x5f\x90\xd0\x49\xcd\xc7\x1b\x26\xd0\x77\x00\x05\x84\xe4\xf5\x0d\x16\xf4\x45\x7e\xbc\x4c\xd6\xee\x65\xbc\x82\x9a\x37\xcc\xae\xe3\x18\x42\x1b\xf6\x9a\xed\x42\xe8\x18\xa8\x6f\xb0\xae\xaf\xb1\xae\x4c\xcf\xb5\x0b\x62\x5e\x04\xdf\xe3\x95\xf4\x4a\x7c\x0f\xe6\xd8\x5c\x39\x2f\x41\x7a\x5f\xd3\xed\x8f\xd0\xd6\xbe\x12\xe3\x43\x2a\x6d\xe6\xc4\xd0\x70\xd5\xd1\x17\xd9\x41\x19\x7d\xac\x6f\x98\xd7\x5e\x98\xc5\x09\x3d\xa2\x6f\xb0\x92\x2f\x58\xc9\xd0\xbe\xbd\x41\x07\xdf\x0b\x6d\x92\x9d\x7a\x83\x9e\xbd\x27\x8b\x5f\x9c\x95\xb0\x17\xbc\x40\xa1\x09\xed\xd4\x1b\xda\xa9\xf7\x05\x4e\x04\xd9\xf6\x37\xc4\xdf\x57\xf1\x5e\x8c\x4f\x63\xec\x86\xd4\x35\x0a\xaf\xff\x40\xe0\x54\x43\xe0\xcc\xa3\x90\xad\x7d\x43\xc4\x45\xb2\xa6\x41\x9c\x00\xd5\xa0\x75\x6a\xd6\x84\x11\x5a\x26\x0d\xd6\x47\x33\xfa\x39\xa2\x8e\x67\x53\x41\x7b\x88\x97\xa3\x1a\xb4\x47\x61\xbe\x2f\xa4\xe5\x1a\x74\x02\x21\x08\x23\xb4\x3e\x1a\x6c\x8a\xa1\x2e\xe5\x51\xc9\x6a\x69\xb8\xcf\x68\x47\x58\xbc\x47\x80\xa8\xc6\x39\xb2\x90\xdb\x3c\x18\xd2\xa7\x1a\x67\x45\xe1\x76\x13\xf6\x48\x0d\x76\x43\xcd\xce\x37\x2a\xaf\x7f\x0d\x3b\x9f\x22\x87\x7b\xad\xec\xcb\x8c\x7e\x62\x7f\x12\x0e\x5b\x35\x6c\x4f\xc8\xf5\x32\x42\x05\xa3\xa1\xd6\x39\x89\x44\x19\xb4\xad\x1a\x6a\x1d\x45\x6a\xe5\x2a\x51\xa7\x51\x87\x7e\x92\x16\x68\x88\x4f\x7a\xf6\x6e\xac\x2d\xfd\xac\x55\xa1\x0e\x22\x5c\xae\x6a\xa8\x83\x14\x9a\x5c\xe6\x21\xf9\x2a\xd9\xe8\x0f\x49\xf1\x23\xe7\xc0\x57\xc9\xf2\x7e\x15\xec\xa2\xe7\x84\xde\x05\x57\xd4\xfd\x9d\xd5\xe7\xab\xec\xe7\x67\x99\x99\x22\xd7\xd9\x2e\x18\x51\x77\xf2\xa0\xf1\x7b\x04\xb5\xfb\xaa\xa5\xee\x9b\xb3\xb0\x4d\x8a\x6b\x5f\x55\x64\xad\xf3\xb5\xfd\xaa\xc6\x7b\x1f\xde\x9b\x6c\xf3\x8b\xf1\x7d\xc8\xb9\xe3\x77\xc0\x17\x76\xe8\xaf\x21\x5b\xda\x74\xf5\xc5\xd7\x62\x5e\x9a\xd9\x3f\x27\xc5\xfb\xaf\xd1\xfe\xf9\x19\x40\x66\x9e\x92\x58\xc7\xb3\xf2\x35\xe4\xad\xa0\x48\xfd\x05\x64\xe6\x67\xe6\xea\x3c\x29\x52\x7f\x8d\xaa\x9b\xaf\x99\xea\x66\xd6\x5f\xef\x71\xae\x5b\x3d\xef\xb1\x8e\x77\xea\xd7\xec\x8c\x4d\xcf\x0d\x96\xbe\xd6\x62\x7c\xb6\x7e\x93\xf4\xec\x0b\xbb\xf7\xd7\xec\xce\x99\x8c\x94\xff\x5a\x8f\xbe\xd8\x39\x9a\x74\xbf\xf8\x5a\x8f\xf1\xd9\x39\x9a\x79\xf1\x7b\x3c\x47\x5f\x1b\x27\x15\x25\xe7\x85\xf7\xd1\xd7\x26\x32\xd3\xb9\x4a\xe4\x6b\xbc\x73\xbe\x66\x6a\xd5\xc9\x80\xcf\xaf\xcd\xf8\x9e\x20\x81\x5d\xe1\x18\x18\x44\xf6\x35\xbb\x57\x98\xdc\x7a\x17\xcc\xa8\x43\x5a\xbb\xda\xfe\x66\x87\x65\xfc\xef\xb8\xe1\xaf\x11\x7d\xf0\x33\xa3\x7b\x9e\xa5\xb1\xa7\x54\x8a\x7c\x66\x74\xdf\x75\xbe\xd3\xda\x15\xbd\xb9\xc6\xef\xdc\x7b\xbb\x20\x56\x09\x3b\x9b\xfa\xf6\xaf\xdd\x31\x6b\x48\x28\x4c\xe7\xf8\xaf\xdd\xb1\x0b\x6f\x24\xc5\x9b\x51\x17\xbb\xe2\x39\xe9\xf0\xfc\x74\xb6\x27\xde\x33\x68\x97\x29\x83\x33\xf3\xc6\xf7\xec\x46\x9a\x12\x2b\xff\xc6\xae\x78\x91\x2e\x7c\xf1\xb4\xbc\x31\x2f\x2f\x76\xb6\xf0\x3d\x8d\xd9\x36\xbb\x38\xf3\x39\xef\x82\x68\x53\xb1\x43\x17\xe7\x53\x63\x57\x98\x73\x14\x73\x73\xee\x82\x98\xeb\x0f\xfd\x5c\xdc\x85\x5f\xec\x8a\x0f\xe8\xda\xce\x4d\x7d\xe1\xb9\xf0\x75\x9c\xea\xc5\xd3\xd9\xe3\x54\x77\x9c\x24\x0a\xea\x5f\x67\xf8\xc2\xd7\x3b\xb2\xaf\x70\x37\x75\x0a\xb2\x9f\x61\xf1\xe7\x39\x5c\x49\xff\x75\x3a\x0f\x7d\x1d\x02\xa9\x27\x4f\x4d\x5f\x97\xe8\x8b\x9c\xc4\xaa\xfc\x1e\x39\x98\xaf\x9b\x60\x29\x54\xc2\x7c\x7d\x45\x3f\x21\x3c\x8a\x2b\x4f\xbf\x1e\x7b\xb0\xaf\x93\x89\x96\x7d\x59\xd1\xa6\xe5\xb2\x91\x58\xa3\x7e\x45\x9b\x10\x10\x09\x5f\xfc\x75\xda\xec\xbe\x0e\x9b\xdd\x22\x55\xee\x0c\xb5\xf8\x3a\x92\x55\x53\x11\xf1\x75\xba\x1b\x7f\xfd\x3d\x49\xb9\x39\x76\x8d\x7e\x5a\xcc\xbb\xac\xce\xf7\xe8\x2b\xfe\x19\xee\xed\xae\xf3\x79\x89\x10\xf5\x0f\x21\xea\x01\xa4\xfa\x0d\xda\x94\xbf\x61\x11\x69\x93\x38\x53\xdf\x20\x47\xf1\x8d\x86\x75\xe7\x19\x1b\x94\x04\x3e\xf8\x4a\x4c\xfa\x35\x7c\xe1\x2b\xf1\x0d\x24\xd0\xa5\x34\xfa\x0d\xc6\x4a\x7d\x03\x54\x72\xf1\xf6\x18\x41\x25\x47\x47\x9b\x12\xef\x71\x7f\x0e\xc4\x12\x2e\xee\xf9\x41\x05\xc6\x37\x26\x32\xc5\x72\xef\x46\xb4\xd1\x37\xcc\x01\x51\x88\xd3\xf0\x0d\x4a\xdb\xdf\x40\x86\xe7\x14\xe3\x0b\x1a\x62\x38\x5a\xcc\x96\xf7\x8d\x27\x66\x65\x9f\xda\xee\x0a\x8a\x6f\xd0\x36\xfa\x0d\x2d\xbf\xf2\xa6\x7d\x43\x63\x64\xb6\x3a\x75\x36\xbe\xf5\xc5\x5b\x76\xf2\x22\x9f\xd4\x17\x5e\x19\xdf\x04\x88\x30\x5d\x55\xbf\x08\x78\xf9\x04\xa9\xb5\x29\x67\x7f\xc2\x40\x85\x4f\x90\x49\x9a\x19\x98\x3e\xa1\xfa\xec\xe4\xe0\x9c\x83\xbb\x56\x28\xbf\x9e\x74\x9c\x73\xba\x9a\xe8\x93\xd8\x45\x62\xb2\xe6\x9c\xe4\x6b\x24\x76\x8a\xc0\x75\x9b\xde\x38\x9f\x32\x66\xe7\x53\x53\x0f\x36\x82\xdc\x7c\x81\x2f\xfa\x21\xc1\xbc\x4b\x31\x9f\xc6\xbe\x54\xf3\x75\x88\xf6\xe2\x7e\x56\xeb\x87\xdb\x83\x3f\x25\xfe\xc7\xa7\x07\xff\x83\x35\x6f\xd4\x20\xd9\x32\x6b\xd8\x73\x35\x3b\x6a\x67\x0f\xe8\xa2\xf9\x69\x83\x07\x07\x6b\x6a\xd4\x40\xb1\xce\x9a\xe8\x9b\xe5\x82\x8d\x91\xc6\x99\xd0\xf6\xfc\xf9\x29\x6e\x2e\xf9\xb4\x45\xdf\xb6\xfc\x4b\x07\xcb\x4f\x7b\xcc\x5c\x07\x78\x16\x6b\x5a\xd4\x58\xc0\x02\xc7\xd3\xa3\x07\x1d\x69\x94\x59\x13\x23\xdd\x6c\x05\x9d\x35\x3f\xa5\x51\xe6\xb3\x9c\xfd\xc1\x0f\x04\xe6\xce\xa7\xe3\xfe\xf3\x13\x77\x6c\xe4\x49\xfc\xbe\x04\x44\x0f\xaf\x89\xf5\x36\xd8\x56\x86\x65\x7e\x5f\xec\xbc\x0f\xd9\xc4\xbc\x07\x5f\xcc\xb5\x25\xf8\xab\xe4\x80\x02\x78\xe6\x33\xe0\x19\x8f\xc8\x2c\xe9\x75\xd5\xe4\xfe\xf9\xfd\xbe\x3d\x4b\x66\xae\xb3\xfd\xd3\x6e\x56\xa7\xb0\x25\x27\x97\xe7\xf6\x4f\x50\x20\xcf\x2c\x9c\x97\xdf\x66\xfb\x27\xbc\xc3\x3c\x4d\x75\x65\x82\xa4\xfd\xf3\xb8\x78\x67\xaf\x73\x9c\x95\xfd\x13\x2e\xde\x9e\x88\xbb\x65\xbf\xe9\xf6\x4f\xb8\x5c\x7b\xbe\x64\x59\x7e\xcb\xef\x9f\x47\x9d\xfb\xbf\xf0\x54\xfb\x9f\xff\x7a\xfd\xc7\xff\xe3\xff\xf5\xff\xbe\xfe\xe3\xff\x73\xfd\x57\xfd\x79\xfe\xe7\x7f\xfe\xa7\xfe\xb7\xff\xf1\xfe\x97\xe7\x7f\xfc\xfc\x3f\x77\xe9\xcf\xab\xdf\x7f\xf9\x6f\xfa\x9f\xfa\xff\xfb\xef\xff\xf3\x3f\x1f\xfd\xf9\x8f\xff\xfe\x1f\xfb\x2d\xfb\xfb\xff\x07\x00\x00\xff\xff\x27\xd5\xf1\x1c\x64\xeb\x04\x00"); -func _baeb ()([]byte ,error ){return _c (_efdf ,"UniCNS-UCS2-H")};var _gece =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4f\xcb\x24\x47\x72\xc6\xef\xfd\x29\xea\xb8\x3e\xd8\x53\x95\x19\x7f\x32\xa1\x69\x30\xd2\x82\xc5\xb2\x5e\x63\x79\x6d\x83\xf1\xa1\xab\xba\x5a\x0c\x58\xef\x0c\xef\x8c\x0e\xfa\xf6\x26\x7e\x4f\x4b\x62\xed\x85\x3d\x88\x90\x1e\x65\x46\x45\x46\xc6\x9f\x27\xb2\xdf\x0f\xdf\x7c\xf7\xed\x77\x6f\x1f\xbf\x2e\x1f\xfe\xe5\xfd\xd3\xf1\xfd\xf9\x75\x79\x7e\x7c\x7b\xbc\x9f\x5f\x3e\xfd\xf4\x7e\x9c\xcb\x7e\xfe\xf0\xf1\xed\x72\xd9\xda\xf2\xf8\x78\x7c\xfd\xe5\x3f\x11\xc7\x8f\xf7\xcf\x97\x4b\xed\xff\xfe\xe7\x2f\x5f\xcf\x1f\xbf\x7b\x7b\x7e\x5a\xba\xd6\x3d\x7e\xfa\xfc\x5a\xbb\x2c\x1f\xfe\xf5\xfc\xe1\xe3\x97\xaf\xef\x3f\x2f\xbf\xfb\xc7\xc7\xa7\xfd\xfc\xbb\xe5\x71\x3e\x0b\xff\xd3\xfb\xe3\x7c\xff\xf8\xf6\xc3\xf2\xbb\x3f\x7c\x7a\x3f\xef\xdb\xaf\xff\xe3\xfb\x9f\x3e\x7f\xfe\x9f\xf3\xc7\xf3\xed\xeb\xb2\x82\x9d\x6f\x0f\xe4\xe5\xc3\x37\x7f\xbc\x7f\xfe\xe7\xfb\x8f\xe7\xf2\xe1\x0f\xdf\x7f\xf3\xf7\xff\x04\x0a\xf8\xef\xe7\xfb\x97\x8f\x9f\xde\x96\xf9\x0f\xeb\x1a\xbf\xc1\xff\xf6\xf3\xe7\x73\xd9\x5e\x9b\xff\xfc\xdd\xb7\x7f\x7a\x3e\xbf\x9c\x5f\x97\xb6\x4a\xf1\x87\xff\xfc\xf3\x77\xdf\x2e\xff\xb5\x2d\xdb\xba\x34\xb7\xb5\xfd\xf7\x6b\xe9\x7f\xfc\xf1\xd3\xe3\x7c\x7d\xfd\xb2\xe9\x2c\xc7\xa7\xc7\xf9\xe5\xf3\xfd\x38\xdf\xef\x6f\x3f\x9c\x97\x65\xb9\xb6\xad\x6d\xb7\xe5\x9a\xbf\xcf\xdf\xdf\xca\xc8\xff\xb3\xe2\xb2\xad\xeb\x6b\xeb\xc7\x87\xa0\x5f\xb6\xb4\x2d\xcf\xdb\xb2\xad\xdb\xe5\xda\x9a\x90\x16\x7e\x5b\xb6\xe9\x97\x6b\xeb\x42\x7a\xad\x69\x61\x97\x6b\x33\x21\xe6\xfd\xb6\x74\x1f\x85\xb8\x83\xd4\x1a\x5b\xe7\xe5\xda\x5c\x6b\xbc\xdd\x6f\x8b\x79\x69\xf6\xbe\x82\xf4\x79\x5b\x2c\x40\x4c\x6b\x7c\xdc\x16\x4b\x90\x10\x92\x85\xf0\xf5\x90\x9e\x08\xbb\x2d\xbe\x95\xe6\x14\x92\xf1\xbc\x2d\x3e\xf2\x72\x6d\x43\xc8\x68\x76\x5b\x22\x02\x24\x84\xc4\x6d\x89\x5c\x41\x86\x90\x67\x21\xf5\xad\xd1\xb5\xab\x6c\x8e\x2c\xcd\x53\x7a\x66\x21\xe9\xa5\xf9\x2e\xe4\x9e\xfd\xb6\x0c\x4e\xb1\x0b\xd9\x33\x6e\xcb\xec\xe5\x8d\x43\xc8\x51\x87\xd9\xd6\x56\x1f\x3b\x5c\x50\x02\x79\xbf\x5c\xfb\xca\xaa\xbe\xca\xd3\x23\x2e\xd7\x2e\xe7\x77\x39\x7f\x1b\xeb\xe5\xda\xe5\xfd\xde\x80\x5a\xda\xe5\xda\xe5\xfe\x8e\xfb\xb7\x1e\xe3\x72\xed\xf2\x7f\xc7\xdb\x9b\x45\xbb\x5c\xbb\xdc\xdd\x1d\xc8\xbd\xd4\xcb\x73\x3d\x80\xc2\x4b\xbd\x5c\xd7\x13\x28\xad\xd4\xcb\x77\x1d\x2f\x6c\xa3\x97\x7a\xb9\xa1\xe3\x86\x6d\xf6\x52\x2f\x3f\xf4\x3b\x31\xb0\xb6\x52\x2f\x47\xf4\x1d\x68\xab\x63\x77\x79\xa2\x1f\x40\x6d\x2b\xf5\x0f\x41\x0f\xa0\xbe\x96\xfa\x53\xd0\x09\x64\x6b\xa9\x7f\x0a\x7a\x0a\x9a\x71\xb9\x9a\xfc\x65\xf8\xab\xf9\x5c\x2f\x57\x93\xbf\x6c\x53\x20\x0e\xbb\x5c\x4d\xfe\x32\xfc\xd5\x32\xc7\xe5\x6a\xf2\x97\x29\x5c\x47\xb6\xcb\xd5\xe4\x2f\xc3\x5f\x6d\x56\x80\x98\xfc\x65\xf8\xab\xaf\x51\xea\xe5\x2f\xc3\x5f\x7d\xf3\x52\x2f\x7f\x19\xfe\xea\xcd\x4a\xbd\xfc\x65\xf8\xab\x77\x2b\xf5\x72\x8e\xe1\x9c\x6e\xbd\xd4\xcb\x39\xb6\xdb\xb3\x32\xa4\x97\xfa\xdd\x57\xa0\x12\xb6\x6d\xac\x72\xad\xaa\xe4\xe9\x9e\x09\x14\x82\xe2\xb6\xf4\xe0\x40\xbb\x27\x50\x04\xd9\x56\x5f\xdc\xe3\x05\xe5\x6d\x49\xe2\xcb\xf6\x18\x40\x18\xe1\xb3\x36\xea\x3a\x8c\xeb\xa8\x68\xb8\x5c\x4d\xd7\x61\x0f\x2b\x28\x37\x2f\xa8\x6c\x7c\x89\x6e\x78\xe2\x21\x53\x1f\xa5\xbe\x67\xb0\x51\xea\x11\x39\x57\x56\xc5\x04\x42\x7d\x8e\xd2\xa5\xab\xb5\xb3\x1d\xb7\xa5\x8f\x35\x81\x1e\x82\x1e\x40\x0d\xe8\x04\x62\xe3\xa8\x9c\x36\x05\x80\x3d\xf3\x7e\x5b\xba\xd4\x3f\x73\x17\xb4\x03\x35\xa0\x43\x50\x6d\x9c\x15\x13\xae\x30\x91\xe8\x73\x76\xa0\x26\xa8\x15\x64\x01\xd4\x81\x7a\xb2\xca\x0a\xea\x43\xd0\xf8\x6d\x55\x55\xa6\xab\xaf\xe5\x09\x5b\xcb\x39\xbe\xe2\x09\x89\x9e\x15\xbe\xbe\xba\xbe\xe8\x47\xad\xea\x82\x1e\x82\x1e\x75\xb5\x7d\x03\x3a\x81\x54\x10\x2b\xf9\x5c\xe1\xeb\x5b\x55\x4d\x5b\x47\x99\xba\xb9\x09\xb2\xdb\x62\xbd\xd2\xdd\x37\x2a\xa9\x84\x6d\x95\xc8\xbe\x11\x13\xbe\x55\x1c\xd8\xd6\xb5\x6a\x08\x1a\x6c\x74\xa0\x29\xe8\xce\x2a\x6d\xdc\x81\x62\x65\x15\x50\xc8\x88\x12\xb6\x61\xfd\x16\x4d\x50\xab\x7a\xba\x62\x6a\x74\x41\x65\x44\xaf\x90\xf3\x2d\x64\x44\x09\xeb\x43\xba\x52\x90\xec\x9a\x40\xb2\x2b\x76\x56\x25\xd0\x21\xa8\xfc\xb5\x99\xd4\x3f\x04\x95\xbf\xfa\xdc\x80\x4e\x41\x27\xab\x04\x3d\x81\x12\xeb\xb9\xb4\x2d\x65\x7d\x62\xbd\x61\x57\xca\xfa\x12\xd6\x27\x76\xa5\xac\x4f\x5c\x68\x38\x3a\x65\x7d\x62\xfd\xc4\xd4\x94\xf5\x39\x59\xa5\x8d\x77\x41\xe5\x42\x5b\xb5\x51\x2e\x2c\x61\x9b\x69\xa3\x0e\x94\x0f\x56\x69\xa3\xac\xe7\xb6\xab\xff\x55\xfb\xfd\xa5\xcb\xfe\xb5\xc6\xeb\x2a\x5c\x12\xb6\x11\x1f\x4d\x71\xdb\x2a\x56\xcd\x36\x41\x26\x28\x58\xb5\x01\xa5\x20\x6c\xdc\x1a\xd0\x2e\x68\x07\x9a\x40\x87\x20\x9c\x5e\xb5\xcc\x1b\x89\x28\x61\xd6\xa4\x1e\xb3\x5b\x97\x11\x15\x45\xad\xcb\x88\x12\x66\x8d\x8d\xbd\x0b\x22\xba\x1d\xf5\xfd\xb5\xf1\xa4\xb9\x63\x57\xe7\xb6\x9a\xa1\x2b\x51\x6f\xd2\x65\x9d\x55\x1d\x48\x07\x2a\x61\xbe\x25\x90\x0b\xe2\xb6\x52\xab\x42\x90\xb8\xc3\x00\xd2\x19\x4b\x98\xcb\x2e\xd3\x19\x8d\x33\xa6\x20\x9d\xd1\xb0\xab\x71\x20\x93\x5d\xa4\x98\x37\x74\x29\xc5\x1a\xf9\xe4\x9d\x55\xca\x27\x84\x6d\x29\x68\x0a\xc2\x08\x22\xb2\x29\x9f\x9a\xf2\x9c\x7c\x6a\xca\xf3\xe6\x4f\x56\xb1\x31\xa8\x19\x08\xdb\x12\x7f\x29\xeb\x10\xe6\xc6\xb1\x95\x75\x08\x73\x05\x80\xb2\x0e\x61\xf0\x01\x6f\x21\x7f\x05\xd6\x07\x67\x0c\x59\x5f\x99\x66\x1e\x18\x11\x32\x35\x30\x35\x31\x35\x64\x2a\x89\xe8\x32\x55\x89\xd8\x2a\xad\x6c\x1b\xac\x4a\x99\x5a\x09\x63\xb1\xa2\x3e\xf5\x45\x92\x27\x56\xac\x57\xf2\x20\x6c\x1b\x9c\x51\xc9\xd3\xe0\x69\xa1\x00\x48\x19\x41\x0e\x6c\x14\x08\xb5\x62\xef\x82\x66\xc5\xaa\x5a\xb1\x1b\x95\xa5\xb1\xca\x54\x59\x4c\x95\x85\xdb\x36\x55\x16\x23\xeb\x3a\x81\x69\xca\x3a\xc4\xab\xbc\x59\x3e\x04\x9d\xbf\x96\x37\xb5\x75\xf7\xa6\x82\x3a\x80\x5c\x90\xff\x5a\xde\x1c\x76\xe8\xe2\xa6\x2a\x6f\xae\x1c\x42\xbc\x6a\x99\x2b\x87\x9c\x84\x51\x2d\x73\x25\x0c\xe2\x75\x20\x6f\xc4\x97\xcb\x88\x51\x1b\x45\x24\x3c\xaa\xdb\x98\x05\x90\xba\x0d\xc2\xb6\x48\x20\xfc\x15\x84\xaf\xa1\x2b\x14\xbe\x08\xdb\x52\x10\x5f\x84\x94\x98\x93\xee\x22\x25\x9e\xca\x8e\xea\xce\x9e\xca\x0e\x84\xbb\xb3\x4a\xd9\x91\xa1\xab\xad\xb4\x4a\x05\x13\x22\x94\xdb\xa9\x60\x82\xe0\x58\xb4\xb2\x4b\x04\xc7\x87\xa0\xe2\x16\x2e\x42\xe8\x10\x42\x4b\xc2\x57\x9c\xc7\xe1\x3c\x36\xc8\x0e\x71\x1e\xdf\xc9\xed\x49\x5a\xed\xca\x6d\x84\xab\x7e\xed\xca\xed\x1d\xbb\x26\xb1\xba\xcb\x2e\x84\xcd\xd6\x80\xb4\xb1\xd4\xfb\x5a\x83\x89\x8b\xcd\xf8\x51\x57\xeb\x2b\xa6\x1e\xba\x5a\x44\xaa\x4e\x1c\xba\xda\x43\x1b\x69\xc5\xe2\x3c\xfe\x60\x23\x44\xd5\x1f\xda\x88\xf0\x95\x14\x7d\x68\xe3\xc3\xb5\xaa\x9c\xf3\x50\x9d\x40\xf8\x46\x2a\x3c\xd4\x8a\x1f\x95\x30\xd5\x86\x0a\x52\xc2\x20\x32\x8a\xf3\xf8\x23\xb5\x11\x23\x1a\xd6\x8b\x19\xf9\x59\x11\xed\x8d\x84\x39\x15\xd1\x08\xf7\xa2\xb3\x7e\x2a\xa2\x11\xde\x8b\xf3\xf8\xa9\xd6\x82\xf0\x4e\xe4\x88\x2c\xf9\xb3\x6a\xb4\x77\xae\xf6\xa9\x1a\x8d\x48\x71\x8b\x67\xc7\xae\x67\x95\xa1\xca\xc4\x82\x54\x86\x10\xde\x6b\x6e\xf0\xa7\xca\xd0\xb3\x12\xce\x3b\xd5\xe4\xa9\x1e\x8e\x70\x23\xdd\x9f\x2a\x30\x4f\x19\x51\x81\x19\x22\x5e\xb1\x26\xea\xab\x3b\xc7\x9a\x2f\x68\xbb\x2d\xc1\xa5\xc5\x4a\x77\x0e\x68\x90\x5b\xd5\xe8\x10\x0d\x8a\xad\xb2\xcb\xad\xd2\x2a\x36\x5a\x93\x84\x43\x41\x63\x23\xd3\x02\xd6\xe0\x56\x0d\x3b\xc4\x1a\x24\xbc\x6f\x6c\x0c\xad\x42\xbd\xd7\x81\x42\x8d\x35\x9a\xa0\xfc\xdb\xad\x38\x54\xa5\xa2\xd7\x05\x7a\x54\x03\x8a\xce\x05\x4a\xe4\x5a\x37\x1f\x9d\x22\x18\xd4\x32\x67\x38\x0c\xd5\x32\x89\xec\xd5\xf2\xc2\xe8\xe1\x61\x35\x6c\x7a\x96\x3b\xc3\xda\x14\x34\x51\x3f\x80\xee\x40\xd2\xc5\x17\x55\xb8\x82\x62\xe3\xa3\x66\xea\x50\xb1\x91\xf0\x81\xef\x54\x6c\x82\x49\xda\x47\x85\x5f\x78\xd7\xc6\x57\xc3\x76\xa0\x2e\x68\xb0\x0a\xf5\x14\x1b\x09\xb3\x4a\x9e\xf0\x7e\x17\x74\x67\xd5\x04\xda\x05\x51\x92\x9a\x20\x9c\xee\xd5\xc3\x7d\x54\x4f\x0a\xa7\x87\x4b\x98\x75\x8c\x20\xcf\xc3\x0d\xeb\xb9\x53\x37\x59\x4f\x2b\xb6\x8e\x5d\x26\xeb\x8d\xc1\xbd\xa8\x5a\x38\xfc\x5a\xc2\x18\x9d\xc2\x5d\x07\x2a\xe1\x63\xa2\xcb\x9b\x20\xce\xd8\x05\xe9\x8c\xe4\xe6\x98\xf8\x8b\xdc\x94\x30\xeb\x58\xcf\xe8\x14\x5e\xad\xc9\x27\x11\xe9\xa9\x63\xd3\x5a\xac\x28\x64\x38\x89\x28\x21\x82\x13\x9e\x3a\x36\x89\x38\x65\x57\xea\x40\xe2\x78\x35\x3b\x87\x0a\xbd\x84\x59\xd5\xc5\x08\x05\x40\x14\x89\xf3\xd9\x05\x99\x20\xfc\x55\x14\x32\x82\xfa\x13\x51\x35\xc7\x67\x17\x94\x82\x68\x1a\xc5\x07\x22\x78\xb2\x88\x20\x53\x66\xd5\xd8\x08\x65\x4a\x88\xc4\x55\x71\x8e\x50\x98\x20\x9c\x41\x26\x42\x61\x12\xf0\x3a\xab\xf6\x19\xd1\x65\x17\x35\x63\xca\x54\x85\x09\xc2\x8c\x90\x8b\x2e\x53\x3b\x76\x99\x20\xd9\x45\xe7\x32\x9c\xa3\xce\x15\x51\xd1\xe2\xd3\xb1\xab\x1f\x82\x88\x9c\xc0\x2e\x45\x4e\x10\x39\xd3\xf1\x97\x22\x07\x61\x1b\x79\x1e\x8a\x1c\x84\xcf\x40\x17\x1d\x22\xc2\xd4\x3e\xb1\xde\xe4\x09\xe3\x1e\xc9\xf3\xb0\xbb\x20\xc6\x9d\xd7\x46\xc2\x37\x88\x9c\x19\x7c\x51\x91\x13\x8a\x9c\xe0\x40\x8a\x9c\x20\x72\x68\x40\x11\x8a\x9c\x50\xe4\x04\x67\x54\xe4\x44\x11\x42\x9f\x29\x5d\x3a\xb6\x93\x43\xa4\x7b\xb8\x8c\x70\x3c\x91\xf8\xde\xe5\x09\xc6\xc3\x4d\xa6\xba\x3c\xe1\xdc\x50\xca\x08\xdd\x10\xb4\xd1\x64\x04\xb4\x51\xc2\x27\x99\x16\xa1\xf8\x82\x36\x1a\x65\x37\x42\x07\x0a\xbc\x3a\xb4\x51\x5e\xa5\x7d\xaa\xc6\x46\xc8\xab\xb0\x2c\xa3\x02\x44\xe8\x8c\xb0\x2c\x4b\xbc\x1a\x3a\x23\xb5\x7f\x0e\xad\x92\xa3\x21\x97\xa6\x03\x85\x8e\x1d\xf8\x7e\x48\xbd\x8e\x0d\xb9\x34\x1d\x28\x74\xec\x12\xf1\x4a\x05\xd5\xeb\x08\x8e\x3d\xf4\x45\x1d\x1b\x0a\x6a\xb2\x3e\x75\xec\xd4\xb1\xd9\xa8\x3e\x82\x30\x1b\x1c\x5b\x7d\x04\xf1\xea\x10\x91\xba\x47\xca\xf6\x1c\x18\xa1\xb2\x8d\x30\xd3\x81\x54\xb6\x43\xdc\x55\x81\x99\x3a\x76\x32\xb6\x52\xa3\x23\x75\xec\xe4\xb6\xa7\xd4\xeb\xd8\x8c\x87\x26\xeb\x55\x3a\xe0\x62\x3e\x6b\x6c\x0d\x71\x31\x09\x53\x33\x4b\x55\x80\x84\x5b\x4c\xaa\x5c\xc2\x2d\x24\xcc\x30\x35\x95\xee\x59\x29\x1e\x6b\xb1\xd2\x48\x35\x0a\x84\x59\x31\xc9\x48\x35\x8a\xd4\xb0\xf7\xfa\xe2\x2e\x68\x67\x63\x03\x3a\x04\x1d\xbf\x90\xcb\x48\xd5\x89\x54\x9d\x98\x1d\xe8\x14\xf4\x64\x23\x10\x2f\xb2\x12\x66\xf4\xf0\x54\x3b\xc9\x9a\xec\x62\x5d\x1d\xe8\x29\x88\x4b\x9b\x40\xa6\x8d\x25\x62\xdd\x30\xd5\xb4\xb1\x44\x26\xbe\x4f\x93\x27\x2a\xb7\x63\x6d\xeb\xdf\x6e\xc5\xa9\xd4\x47\x98\x51\xfb\xd3\xe4\x28\x55\x83\xa9\x4f\x0d\x41\x77\xf4\x62\xb6\x52\x3f\x35\x1e\x52\xe8\x45\x80\x25\x02\xbe\x18\x69\xf2\x0a\xfc\xda\xe5\x3b\xb5\x29\x44\xac\x8d\xab\x51\x9b\x4a\x7a\x92\xcb\x51\xea\x49\x59\x65\x24\x56\x1a\x63\xaa\x8c\x20\xcc\x57\xae\x99\xd7\x9c\x48\x47\x17\x8d\x31\xfd\xa5\x8b\xf1\x70\x45\xbd\xf2\x1c\x62\x1e\x2b\x0d\x48\xc4\x5c\xc2\x1c\xba\x21\x62\x2e\x11\x2b\x55\x3d\x95\xc1\x08\xf3\x8d\x90\x51\x06\x67\x45\x77\xac\x64\x5d\xe6\x0b\xaa\xa4\x4e\xb9\x50\xd1\x0d\xc9\x8f\x95\x1c\x10\xc9\x8f\x11\x6c\xa4\x96\x0d\xe9\x1a\x9a\x2b\xa9\xea\x43\xa9\x3f\x2a\x5d\x83\xa7\x9b\x18\x4a\x57\x84\x39\x0d\x68\x28\x5d\x87\x1e\x65\x86\x56\x35\x41\xc1\xc6\x04\x92\x7a\xb2\xce\xe9\x49\x43\x76\x21\x62\xab\xa9\x25\x86\xb2\x0e\xa1\x61\x2d\x86\xb2\x0e\x11\xdb\xeb\x8b\xbb\x20\x6e\xdb\x03\xe8\x10\xf4\x60\x95\x01\x9d\x82\x18\x9d\x60\x6c\x1a\x64\x62\xf2\xb3\x00\x8f\x6b\x31\x95\x88\x08\x73\x2a\xcb\x54\xdf\x9d\xa4\x98\x4a\xf8\x54\x8a\x21\x34\x73\xc5\x54\x8a\x4d\xd3\x2a\x74\x29\xe4\x10\xe6\x38\x7a\x2a\xe4\xa6\x3c\xc1\x75\x4c\x79\x02\x91\x2a\x5c\x53\x9e\x60\xc0\x8a\x06\x1f\xd0\x80\x15\x77\x52\xac\x11\x00\x77\x7b\x41\xc5\xaf\xb7\xd6\x81\x70\xf4\x9d\x91\xae\x51\x89\xef\x8a\x1c\x84\xf1\xa8\x1c\x77\x45\x0e\xbf\x62\x44\xdf\xd8\xc8\xd4\x22\x61\xdb\x10\xa4\x8d\x98\xda\x49\x98\xbb\x4c\xbd\xeb\xd2\xe0\x88\x77\x99\x7a\x2f\xdf\x47\x6f\x82\x0e\x41\x1c\x9b\xaa\x7e\x17\x7f\x42\x44\xef\x52\x7f\x0a\xe2\x3a\xa8\xea\x9a\x18\x63\x6f\xd8\xd5\x0d\xc8\x04\x91\x0a\x43\x90\x0b\xc2\x2e\x28\xd5\xae\x4b\xdb\x75\x69\x23\x80\x86\xa0\xc1\xaa\x09\x34\x05\x4d\x56\x0d\xa0\xbb\x20\x58\xc3\x4b\x3d\xc1\xb4\x17\xa9\x89\x4e\x90\xef\xa2\xc6\x7b\x27\xbe\xa6\xa0\x43\x50\x55\x13\x5e\x24\x62\x17\xc1\x41\x98\x4f\x0e\xc4\xbb\x58\xec\x5c\x5a\x27\xbe\x76\x5d\x1a\xc2\x9c\x4a\xbc\xeb\xd2\x10\xe6\x14\xd4\xdd\xba\x20\x67\x23\xd6\xab\x16\xee\x14\x3e\x9f\xd2\xa5\x33\x12\x72\xcc\x6f\xb1\x2b\xe4\x76\x85\xdc\xd4\x46\xd9\x45\x49\x63\xa4\x8b\x5d\x25\x8d\xdf\x1b\x2c\x48\xab\x5d\xcc\x08\xa1\x27\x83\xd8\x55\xd2\xf8\xbd\x21\xf8\xa5\x29\x76\xd7\x17\x79\x17\xe3\x15\x21\x76\xd1\x20\x46\xf3\xe8\x70\x0b\x8d\xe6\xc1\x1c\x1e\x56\xc3\x6d\x68\x0e\x97\xb0\xd8\x0c\x28\x05\x25\x50\x00\x0d\x41\x93\x8d\x82\xee\x82\xee\xac\x1a\x40\xbb\xa0\x93\x55\x82\x9e\x82\x9e\x90\xcb\x3a\xd0\xa1\x66\x76\x40\x7a\xa3\x09\x6a\x82\x1a\xb7\x9d\x40\x5d\x90\xde\x40\x1a\x90\x0b\xe2\xc5\x8b\x09\xea\xe8\xb2\xbe\xb8\xaf\x5e\x4a\xe2\xe8\x32\x15\x1e\xcc\x4b\x49\x1c\xe2\xc1\x88\xb0\x86\xf5\x8a\x1c\x84\x05\xd9\x71\x68\xa8\x3a\xaa\x7d\x86\x46\xaf\x43\xed\x93\x5f\x0c\x2d\x3a\x46\x28\x26\x0e\xc3\xae\x17\x24\xbb\x78\x18\x0d\xb2\xe3\x50\x4c\x20\x2c\x18\x4b\x0e\xf5\xc7\xa3\x42\x23\x34\x67\x1d\x26\xbb\x44\x8d\x89\xfb\x43\xfd\xf1\x70\xa9\xcf\xbf\x6c\xc5\x11\xff\xaf\x13\x1f\xae\x8f\xbb\x3e\x8e\x0e\xb1\xe4\xc3\x7f\xa3\x78\x87\x98\xed\xe1\xbc\x15\x91\x3b\x87\x3a\xde\x51\x5d\x2e\x8c\x42\x7c\x88\xc6\x22\x2c\xe8\x78\x87\x68\xec\x41\x13\x34\x12\xe5\x50\x13\x44\x58\x98\x36\xca\x08\xba\x94\x26\x94\x43\x5d\xea\xa0\x4b\x85\x71\x5c\x75\xa9\x83\xba\x25\x6e\x78\xa8\x6e\x1d\x7a\x9e\x94\xa9\xf9\x5a\xc5\x65\xc1\x92\x0f\x75\x16\x84\x85\x82\x48\x9d\x85\xe7\xa3\x10\x4b\xd6\xf3\x51\x3c\x78\x96\xe7\x3d\x2c\x1e\x2a\x52\x8f\x22\xb8\x61\x94\xc5\x87\x5e\x22\x10\xde\xe9\x9e\x0f\x91\x5d\x5e\x81\x42\xad\x52\xaf\x40\x71\xd6\xd8\x10\xce\xa0\x71\xf2\xa6\x2c\x11\xe2\x60\xa7\x46\x08\x9e\x7c\x42\xa1\xa6\x27\x9f\x78\x0a\xaa\xcc\x4f\x3d\xc0\xe4\xaa\x9f\xaf\xcb\x85\xf9\xfa\x03\x00\x9e\x43\x62\xd4\x81\x52\xcf\x21\xd9\xa8\x5b\xb3\xbc\x9a\x3c\xe4\xbf\x84\x67\xd1\x94\xd4\x7b\x7e\xf2\x84\x1b\xb3\x06\x8d\x6c\x38\x47\xc2\x33\x59\x85\x73\x92\xa7\x95\x5c\x2b\x46\x53\x6f\x27\xd9\x2b\xf7\x72\xad\x80\xcc\xde\x5f\x10\x74\xa0\x38\x6b\x76\xf2\x30\xbb\x36\x56\xad\x49\xbd\x9d\xa4\x55\x7d\xc8\xad\x12\x25\x8d\xfa\x20\x11\x56\xb5\x39\x79\x47\xb9\xa6\x95\xa3\x73\xab\xe0\x4e\xc3\xd1\x12\x11\x5a\x85\xa3\x93\xe7\x94\x6c\xc5\x59\x53\xcf\x29\xe9\x82\x5a\x19\xa1\x61\x3d\x19\x1b\xb2\x6f\xb5\x8a\xd9\xe1\x25\xac\xd5\x3d\xa6\x46\x08\x89\xec\x73\x00\x85\x20\x4c\xed\x5a\x95\x82\x4e\x56\x15\xa4\x49\x20\xb3\x4a\x46\xda\x9a\x05\x51\x32\x24\xac\x99\xa0\x09\x64\xac\xea\x75\x43\x62\xb3\x12\xd6\xaa\x5c\x67\x9a\x56\x55\x6d\x4e\xab\x20\x4f\xd1\x4d\x09\xa3\x4b\xa5\xe8\x66\x42\xeb\x92\x29\x3f\x45\xeb\x72\x54\x7c\xa5\x61\xfd\x20\xbe\x24\xd2\xb9\xda\x41\x7c\x25\xb4\x2e\xa1\x4f\x29\x5a\x27\xe1\xeb\x60\x63\x4a\xd7\xeb\x8f\x21\x6a\x95\xe8\x53\xbe\xfe\x3e\xa2\xfa\x62\x8a\xa6\x48\x64\x16\x75\xcd\x3b\x03\x90\x44\xf7\xca\xda\xbc\xf3\xfb\x6b\xc2\x49\x52\x97\x26\x4e\x22\xd1\x49\xf7\xbc\x93\xdb\x09\x43\xc8\xac\x1c\x4a\x31\x84\xdc\x05\x55\x3e\xa6\x9a\x4d\xd2\x3a\x72\x54\x0e\x25\xfd\xe3\x25\xfa\xd8\xb4\x8a\xf0\x25\x91\x73\x14\x0b\x4a\x25\x72\x92\x8f\x39\xa3\xfd\x45\x0d\xac\x7f\xff\xf1\xfe\xf9\xf2\xeb\x9f\xf4\x1c\x3f\xbd\xbf\x9f\x6f\x5f\xf9\x03\x22\xfe\x78\x67\x79\x9c\xcf\x8f\x6f\xe7\xaf\x7f\x8c\xf4\xf9\xd3\xe7\xda\xc5\x3f\xff\x1b\x00\x00\xff\xff\xd3\xfe\x56\x0b\xb8\x24\x00\x00"); -func _dbag ()(*asset ,error ){_fcggb ,_fccda :=_gbceg ();if _fccda !=nil {return nil ,_fccda ;};_bgfa :=bindataFileInfo {_dae :"Ext-RKSJ-V",_fb :1151,_ae :_be .FileMode (436),_g :_a .Unix (1580491925,0)};_gdfb :=&asset {_dd :_fcggb ,_ef :_bgfa };return _gdfb ,nil ; -};func _eegg ()(*asset ,error ){_gefgb ,_eece :=_beffd ();if _eece !=nil {return nil ,_eece ;};_dgdf :=bindataFileInfo {_dae :"GB-V",_fb :774,_ae :_be .FileMode (436),_g :_a .Unix (1580492258,0)};_cadc :=&asset {_dd :_gefgb ,_ef :_dgdf };return _cadc ,nil ; -};var _ffbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\xea\xb5\x9e\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x67\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\x90\x65\xb7\xe6\x67\x02\x00\x00"); -var _ecfgc =map[string ]func ()(*asset ,error ){"78-EUC-H":_bd ,"78-EUC-V":_ab ,"78-H":_eb ,"78-RKSJ-H":_faf ,"78-RKSJ-V":_ged ,"78-V":_aad ,"78ms-RKSJ-H":_fgg ,"78ms-RKSJ-V":_gf ,"83pv-RKSJ-H":_fc ,"90ms-RKSJ-H":_baf ,"90ms-RKSJ-V":_fda ,"90msp-RKSJ-H":_efa ,"90msp-RKSJ-V":_bgc ,"90pv-RKSJ-H":_fafb ,"90pv-RKSJ-V":_cce ,"Add-H":_fdg ,"Add-RKSJ-H":_gedd ,"Add-RKSJ-V":_egf ,"Add-V":_afd ,"Adobe-CNS1-0":_cgb ,"Adobe-CNS1-1":_cecf ,"Adobe-CNS1-2":_ffc ,"Adobe-CNS1-3":_bbga ,"Adobe-CNS1-4":_gga ,"Adobe-CNS1-5":_gag ,"Adobe-CNS1-6":_agac ,"Adobe-CNS1-7":_ffcd ,"Adobe-CNS1-UCS2":_edb ,"Adobe-GB1-0":_ebb ,"Adobe-GB1-1":_gfca ,"Adobe-GB1-2":_dfe ,"Adobe-GB1-3":_fdaa ,"Adobe-GB1-4":_cgaf ,"Adobe-GB1-5":_eecf ,"Adobe-GB1-UCS2":_ffgd ,"Adobe-Japan1-0":_deag ,"Adobe-Japan1-1":_cafed ,"Adobe-Japan1-2":_bed ,"Adobe-Japan1-3":_geda ,"Adobe-Japan1-4":_dgde ,"Adobe-Japan1-5":_dedb ,"Adobe-Japan1-6":_gdd ,"Adobe-Japan1-7":_ffa ,"Adobe-Japan1-UCS2":_bgg ,"Adobe-KR-0":_agaef ,"Adobe-KR-1":_edad ,"Adobe-KR-2":_cde ,"Adobe-KR-3":_aaaa ,"Adobe-KR-4":_gbeb ,"Adobe-KR-5":_febf ,"Adobe-KR-6":_adb ,"Adobe-KR-7":_cbf ,"Adobe-KR-8":_bbc ,"Adobe-KR-9":_ebcd ,"Adobe-KR-UCS2":_cbcc ,"Adobe-Korea1-0":_gaad ,"Adobe-Korea1-1":_egdf ,"Adobe-Korea1-2":_ffcb ,"Adobe-Korea1-UCS2":_fbd ,"B5-H":_ddeg ,"B5-V":_bdf ,"B5pc-H":_fggc ,"B5pc-V":_cfe ,"CNS-EUC-H":_fccd ,"CNS-EUC-V":_bgff ,"CNS1-H":_gefg ,"CNS1-V":_aabb ,"CNS2-H":_cbce ,"CNS2-V":_agfb ,"ETHK-B5-H":_fdgc ,"ETHK-B5-V":_faffb ,"ETen-B5-H":_acagb ,"ETen-B5-V":_dged ,"ETenms-B5-H":_fde ,"ETenms-B5-V":_fdaag ,"EUC-H":_abg ,"EUC-V":_agaed ,"Ext-H":_bac ,"Ext-RKSJ-H":_fbbeg ,"Ext-RKSJ-V":_dbag ,"Ext-V":_ebab ,"GB-EUC-H":_daaef ,"GB-EUC-V":_fcgb ,"GB-H":_cdfb ,"GB-V":_eegg ,"GBK-EUC-H":_adc ,"GBK-EUC-V":_aaga ,"GBK2K-H":_cbdc ,"GBK2K-V":_cbbf ,"GBKp-EUC-H":_fag ,"GBKp-EUC-V":_acg ,"GBT-EUC-H":_fdbde ,"GBT-EUC-V":_ccfe ,"GBT-H":_bbabf ,"GBT-V":_badcf ,"GBTpc-EUC-H":_ddbda ,"GBTpc-EUC-V":_gegf ,"GBpc-EUC-H":_dbbf ,"GBpc-EUC-V":_bgcfd ,"H":_egaf ,"HKdla-B5-H":_fdc ,"HKdla-B5-V":_efcf ,"HKdlb-B5-H":_bae ,"HKdlb-B5-V":_acab ,"HKgccs-B5-H":_bcdc ,"HKgccs-B5-V":_eafa ,"HKm314-B5-H":_dcg ,"HKm314-B5-V":_efdeg ,"HKm471-B5-H":_ddbe ,"HKm471-B5-V":_dcdb ,"HKscs-B5-H":_fcga ,"HKscs-B5-V":_gffb ,"Hankaku":_eefb ,"Hiragana":_feec ,"KSC-EUC-H":_feegb ,"KSC-EUC-V":_fgbdd ,"KSC-H":_adbb ,"KSC-Johab-H":_dbgg ,"KSC-Johab-V":_dbfga ,"KSC-V":_efbe ,"KSCms-UHC-H":_dccg ,"KSCms-UHC-HW-H":_fegg ,"KSCms-UHC-HW-V":_afgc ,"KSCms-UHC-V":_cgfe ,"KSCpc-EUC-H":_afca ,"KSCpc-EUC-V":_gdaa ,"Katakana":_aaaad ,"NWP-H":_daad ,"NWP-V":_dbbfa ,"RKSJ-H":_ffaf ,"RKSJ-V":_aggf ,"Roman":_beacd ,"UniAKR-UTF16-H":_gcbgg ,"UniAKR-UTF32-H":_bdeb ,"UniAKR-UTF8-H":_ggbf ,"UniCNS-UCS2-H":_ada ,"UniCNS-UCS2-V":_agee ,"UniCNS-UTF16-H":_dgce ,"UniCNS-UTF16-V":_gbeg ,"UniCNS-UTF32-H":_eggf ,"UniCNS-UTF32-V":_adcd ,"UniCNS-UTF8-H":_aebf ,"UniCNS-UTF8-V":_gaefc ,"UniGB-UCS2-H":_gdbed ,"UniGB-UCS2-V":_bebce ,"UniGB-UTF16-H":_eed ,"UniGB-UTF16-V":_beeb ,"UniGB-UTF32-H":_bdb ,"UniGB-UTF32-V":_cbgb ,"UniGB-UTF8-H":_fbaf ,"UniGB-UTF8-V":_ffdef ,"UniJIS-UCS2-H":_dgae ,"UniJIS-UCS2-HW-H":_gcbbb ,"UniJIS-UCS2-HW-V":_bebaf ,"UniJIS-UCS2-V":_eebf ,"UniJIS-UTF16-H":_ebea ,"UniJIS-UTF16-V":_fced ,"UniJIS-UTF32-H":_ebcff ,"UniJIS-UTF32-V":_ade ,"UniJIS-UTF8-H":_dbab ,"UniJIS-UTF8-V":_edeb ,"UniJIS2004-UTF16-H":_cfge ,"UniJIS2004-UTF16-V":_dbcc ,"UniJIS2004-UTF32-H":_edfb ,"UniJIS2004-UTF32-V":_bbdb ,"UniJIS2004-UTF8-H":_acce ,"UniJIS2004-UTF8-V":_fbca ,"UniJISPro-UCS2-HW-V":_fgcfg ,"UniJISPro-UCS2-V":_adfc ,"UniJISPro-UTF8-V":_fgaba ,"UniJISX0213-UTF32-H":_aggd ,"UniJISX0213-UTF32-V":_dfdd ,"UniJISX02132004-UTF32-H":_gbdgg ,"UniJISX02132004-UTF32-V":_fcgge ,"UniKS-UCS2-H":_egacc ,"UniKS-UCS2-V":_dbgf ,"UniKS-UTF16-H":_aeee ,"UniKS-UTF16-V":_fgcb ,"UniKS-UTF32-H":_ebgc ,"UniKS-UTF32-V":_eabf ,"UniKS-UTF8-H":_bdea ,"UniKS-UTF8-V":_eafg ,"V":_fecf ,"WP-Symbol":_gcfd }; -func _cfge ()(*asset ,error ){_gddg ,_ffdga :=_abgb ();if _ffdga !=nil {return nil ,_ffdga ;};_dggc :=bindataFileInfo {_dae :"UniJIS2004-UTF16-H",_fb :185990,_ae :_be .FileMode (436),_g :_a .Unix (1580492807,0)};_eebfb :=&asset {_dd :_gddg ,_ef :_dggc }; -return _eebfb ,nil ;};var _efeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\xbb\x16\xdf\x0c\x20\x71\x00\x97\xd4\xd5\xd6\xa0\x6d\xc3\x92\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x06\x6e\xde\xc9\xdd\x71\xc8\xc5\x67\x30\x18\x8c\xe7\xef\xfe\xee\x1f\xfe\xfe\x1f\x7e\xf9\xe3\xdf\xbe\x7e\xf7\xbf\xfc\xe5\x4f\xaf\x7f\xbc\xff\xf6\xf5\xf9\xe3\x2f\xef\xbf\xdc\x7f\xfd\xd3\xbf\xfd\xe5\x75\x7f\xed\xfb\x5f\xfe\xf8\xcb\x4f\x3f\xa5\xfc\xf5\xfe\xe3\xeb\x6f\x06\xf1\xdf\xeb\x5f\xd7\x9f\x7f\xfa\xe9\x7c\xff\x8f\xff\xfe\xd7\xbf\xdd\xff\xfa\x0f\xbf\x7c\xfe\xf4\x55\x58\xef\xfd\x6f\x7f\x56\xdd\xaf\xaf\xdf\xfd\xaf\xf7\xbf\xfc\xf1\xaf\x7f\xfb\xcb\xbf\x7f\xfd\xa7\xff\xe1\xfd\xa7\x7d\xff\x77\x5f\xef\xfb\x73\xfe\xfe\x3f\xff\xe5\x7d\xff\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xfa\xaf\xbf\x4f\xcf\x5f\xff\xf1\xdf\xfe\xfc\xe7\xff\xe7\xfe\xd7\xfb\x97\xbf\x7d\x35\xfc\xed\xfe\xe5\x8d\xff\x7f\xfa\xdd\xdf\xfd\xb7\xf5\xe7\xff\x69\xfd\xeb\xfd\xf5\xbb\x7f\xfe\xe5\x8f\xff\xf5\xf7\xff\xf9\x9f\xff\xe9\x0f\xf3\x3f\xff\x8f\x28\x44\xd9\xff\x76\xff\xe5\xaf\x7f\xfc\xd3\x2f\x5f\xa9\xfc\xf7\x57\xea\xbf\xfe\xfd\x9f\xfe\xfd\xcf\xf7\x57\x52\x23\xff\xc7\x3f\xff\xc3\xdf\x7f\xfd\x9f\xe9\x2b\x5d\x5f\xb9\x95\x11\xff\x97\xfe\xfe\xbf\xff\xb7\x3f\xbd\xef\xaf\x8b\x50\xe5\xe8\x5f\x7f\x7a\xdf\x7f\xfd\xf3\x7a\xdd\x7f\x59\xbf\xfc\xcb\xfd\xd3\xd7\xd7\xcf\xd7\xf5\xfd\xc5\x7f\x3f\x8f\x3f\x7c\x9f\xbf\xfc\xdd\x35\xf5\xb7\x9f\xff\xfe\x0f\xbf\xe7\xdf\xfe\xcb\x35\xf5\xd7\x9f\xff\xcb\x1f\x7e\xef\xbf\xfe\x01\x7f\x3d\x7f\xff\xf9\x0f\xe3\xf7\xfa\xfb\xfd\xcb\xfb\xff\xd3\xcb\x4f\x89\x9d\xff\xf2\xa7\xbf\xbd\xef\x0f\xff\x86\x7e\x7f\x4e\x9f\xef\xaf\x74\xbe\xf8\x8f\x45\x3f\xa5\xeb\xd2\x68\xff\xf8\x7e\xfd\xdf\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x35\xcf\x8f\xfa\xfd\x95\xfa\xc0\xcf\xf6\xfd\x95\x73\x69\x15\xc0\xf8\xfe\x4a\x83\x55\xe6\xf7\x57\xba\x32\x7e\xc6\xf7\xd7\x18\xa9\x9c\xdf\xfb\x34\xd1\xf1\xe7\x9d\xbe\xbf\x52\x46\x23\x7b\x7c\x7f\x45\xfc\xf4\xf3\xab\xc4\x69\x21\xcf\xf3\xf3\xf4\xd6\xd1\x58\x59\xe9\xfb\xab\x77\x54\x38\xed\xf6\xd1\xf0\x33\xce\xcf\x82\x9f\xeb\xfb\xab\x07\x7f\xbe\xce\x5f\x59\xf7\x7d\x7e\x9e\x1e\xca\xce\xdf\x5f\x7d\xa2\xc2\x2e\xe7\x27\xda\xdd\xe8\x0d\x75\xf7\x69\x6c\xb2\xee\x69\x6c\xa2\x8b\x7d\x1a\x8b\x33\xdc\x3a\x31\x86\x33\xb2\x1a\xa7\x85\x81\xbf\xc6\x3e\x3f\xcf\xe4\xeb\xc2\xcf\xfe\xd3\xcf\xaf\x36\xeb\xf9\x8c\x3f\xcf\x78\x63\xe0\xe7\x19\xce\xbc\xce\x4f\xd4\x9d\xe7\xb3\x31\xef\xf3\xd9\xf9\xeb\x08\xcc\x78\xe2\x27\xc6\x9b\xf1\xf3\x34\x36\x3b\x7e\xf6\xf3\x93\x15\x4e\xbb\x33\xf0\x13\x93\x67\x0b\x18\xef\x99\xdb\xc0\x84\xe2\xd4\x8d\x38\x43\x8f\xd3\x5b\x60\x25\xb1\xd4\x7b\x9e\xc9\x5f\x09\x3f\xe3\xfc\x3c\x2d\xec\x88\xb3\x15\x57\xfc\xf4\xf3\xfb\xc2\x94\xaf\xf9\xd3\xcf\xef\x84\x26\x6a\xfa\xe9\xe7\x3b\xed\xb9\x3f\xa7\x91\xf6\xd3\xcf\x77\x9e\xd7\xcc\xd8\xdd\x4e\xe8\x4c\x21\x5d\x57\x9a\x02\xcb\x69\x2d\x5d\x82\x0e\xda\x5c\xfa\x2e\x1a\x8a\x92\xa0\x7e\x8a\x06\x81\x95\x89\x0e\xf8\xcd\x6a\x59\x10\xaa\xa9\x71\xe0\xd2\x50\xdb\x9b\xf5\x8a\xa0\xfd\xfd\x95\xce\xfa\xde\x79\xa6\x78\x7f\x7f\x35\xb5\x97\x0f\x7a\x1c\x7c\x65\xc5\x3a\xcb\xc1\xc7\x26\x80\x6d\x54\x41\x58\x89\xa4\x32\x0c\x70\x70\x18\xf5\xac\xe2\x99\x65\x17\xc8\x25\xe0\x77\xfd\x6c\x5d\x9a\x4d\xc0\x69\x7f\x72\xc0\xf3\xe0\x42\x2a\x43\xc0\x39\x76\x85\xdf\xcc\xb3\xbc\xa9\x14\x01\x18\x46\xbe\x04\xad\x53\x14\x02\xde\xdf\x5f\xa9\x25\x01\xf7\x01\xd4\x5c\x7c\xf0\x91\x8a\x70\x52\x6b\x16\x80\x4d\xc8\x86\xda\x29\x72\xbd\xb3\xf1\xa5\x0b\x40\x4f\x4d\xc0\x59\xc1\x6a\xe0\xf4\x54\x55\x6d\x9f\x5d\x6c\x1a\xd0\x59\xf6\xd4\x34\xbf\x7d\xd6\xa8\x68\xdc\x38\x5b\xc5\x25\x18\x37\x4b\x02\xcb\x50\x43\xc0\xeb\x00\xac\x16\x81\x8d\xcf\x5c\x87\xc0\x24\x5a\x16\x70\x56\xa8\x72\xb2\x8b\x2b\xa4\x65\x5d\x07\x65\x53\xe5\x4a\x2e\x4e\x8f\x3d\xad\xcd\x45\xe1\xc0\xf7\xfa\x10\x79\x0e\x71\x14\x51\xfb\xff\x21\x73\x77\x9e\x2f\x6c\x61\xc5\x30\xa2\x63\x18\x33\x09\x38\xc3\x98\x17\x81\x8d\x9d\x56\xb5\x8d\x9d\xc6\x68\x63\x4c\x60\x4b\x08\x00\x55\x9c\x02\xce\xba\x8e\x26\xe0\xac\xeb\x18\x02\xce\xf0\x06\xc6\x1a\xf3\xa0\x62\x1a\x55\x00\x5a\x2b\x02\x80\x96\x93\x1f\xc5\x04\x3d\x4d\x02\xce\x78\x3a\x06\xb7\xd7\x29\xc9\xb9\xe6\x29\x30\x1d\xf0\xe2\x0a\xee\x75\x28\x54\xce\x17\x51\x69\xaf\xb3\x25\x07\xac\x02\x37\xc1\x26\x10\x67\xe6\x72\xcb\x87\x46\x1f\x50\xdf\x2e\x82\x43\xdf\x1e\x2c\x3a\xa0\x3a\x3a\xa8\x93\xf3\x35\xf5\xed\x59\xa5\x03\x66\x81\xec\x88\x3b\xb9\xf7\xe4\xb7\x41\xf0\x75\xa6\x50\x71\x5b\x00\x4a\xdf\x5f\x75\x90\x46\xec\xd7\x99\x6b\x1d\xd9\x65\x05\x65\x21\xa8\x9e\xef\x78\x04\xf7\x0b\x4b\x79\xa5\x92\x04\x76\xa0\xaf\x9b\x19\xdf\x5f\x75\x76\x43\xf3\xfb\xab\xe4\xe2\xee\x03\x35\xdd\xc5\x3a\x65\x24\x37\xfb\x75\x56\x28\xa6\x8b\x5e\xa7\xf7\xee\xfe\xde\xa7\x49\x12\x9f\xfd\x3a\x5b\x5c\xe7\xf0\xc8\x3e\xdf\x5f\xf9\x0a\x0d\xe5\x10\xcb\x76\x25\x75\x0e\x1a\x50\x3d\xcc\x83\x82\xb9\x11\x07\xf7\xeb\x90\x91\x3a\xb5\x01\xaf\x43\x47\xeb\x48\x86\xda\x81\xaa\x21\x12\xd2\xa1\x39\x9c\xbd\x2a\xc5\xb3\x3d\x97\x46\xd2\x39\xdc\xaf\x73\x6e\x6a\xf0\x58\xef\x17\xe8\x4c\xce\xfe\x6e\x9f\xa1\x65\xd7\x3c\x13\xcc\xd3\x83\x79\x7f\x7f\xe5\xea\x8d\x38\x54\xa8\xb5\xec\xb2\xcf\xf7\x57\xe9\xde\xc0\x73\x74\x4a\x4d\x5a\x8a\x73\x76\x5a\xf7\x24\x0e\xd1\x4c\xa9\x79\xd5\x0e\x91\x2a\xb3\x69\x9d\xc0\x60\x94\xa7\x99\xc3\x63\x44\x56\x87\xe7\x0e\xa8\xbd\x69\xd8\x07\xfb\x5a\x14\x77\x01\x0a\x3b\x5d\x16\xdf\x5f\x25\xaa\x5b\x59\xdf\x5f\xad\x5c\xda\xb3\x43\xdf\x4a\x09\xf7\x7e\xee\xcd\xeb\x72\x2b\xef\x53\x96\xfc\xdd\xb9\xa0\xd3\x33\x4e\x9c\xd2\xa9\x71\x9e\x2b\x28\x5f\xa1\xc9\x6f\x9c\x31\xa3\x0f\xa8\xc3\x28\xea\x0f\x5c\x47\xea\xae\x59\x71\x47\xb8\xac\x01\x0f\x34\xea\x43\x45\x5b\x7e\xda\x3c\xf3\x2b\xdd\x65\x13\x74\xc5\x3d\xc4\x99\xbb\x67\x7b\xd8\x96\xd6\xbd\xd8\xe7\x64\xb5\x7e\x69\xb1\x0f\x1f\x53\xc2\x1b\x08\x6a\xfc\xe0\xeb\xbe\xc1\x04\x19\x0f\x0e\xcd\x2c\x95\xb7\xd4\x7e\xe3\x08\x36\x2d\xc5\x1b\x0c\x41\xd5\x31\x7b\x9f\x23\x58\x86\x96\xf0\x8d\x9b\xb4\x91\xd6\xee\x37\xe9\x8b\x90\xf2\x8d\x23\xd8\x9f\xb2\x7e\xb6\x9a\x57\xd5\x7e\x9f\x13\x58\x72\xfd\x31\x59\xde\xef\x73\x3c\x6b\x69\x6e\x34\x00\x79\xa0\x87\x74\xcc\xea\xa1\x9d\xdd\x4d\xb9\x0a\x3a\xe8\xdb\x8a\xbb\x7f\xe3\x86\x70\x2b\x67\x77\xdb\xf4\x77\x1f\x0c\x4d\x35\xc9\xcc\x90\xf0\xee\xf7\x39\x9f\x79\xb8\x95\x73\x3e\x4b\x2d\x6a\xe5\x9c\xcf\x72\x79\x29\xce\xf9\x2c\x55\xa7\xfc\x7d\xce\x67\xbe\x9a\x5b\x01\xf6\x26\x97\x91\x61\xf6\x77\x13\xe7\xda\x35\xcf\xee\x1a\xd3\xde\xe7\x78\x96\x2b\x19\xda\xdf\x5f\xf5\xd7\x91\x1d\xfa\x1c\xc9\x23\x3b\xd8\x9b\xbd\x49\xe7\x78\xd6\xab\xba\xbf\xcf\x59\x33\x51\x8e\x37\x6f\x36\x61\xe8\xfb\x1c\xcf\x32\x44\x00\xde\x8b\xd8\xab\x1e\x70\x3a\x8b\xa8\xd8\xfb\x9c\xce\x9a\xbb\x56\xf7\x9c\xce\xd2\xbd\x2b\xe7\x74\x8e\xf4\xf4\x30\xbe\xbf\xc6\x75\xb9\xcd\x89\xfb\xa9\xbb\x51\xdc\x64\x6e\x85\xf3\xd3\x38\xcf\xe9\x3c\xbc\xa5\xa0\x33\xbf\xf9\xf4\xf0\xc6\x3e\x68\xdf\xcf\xe9\x2c\x26\x46\xef\x73\x3a\x8b\xe9\xc6\x7b\x93\xfc\xa8\x3b\xbc\x37\x7a\x9b\xaa\x8a\xe3\x29\x5e\x63\xbf\xcf\xf1\xac\x97\xd1\xe7\x1c\xcf\xdc\x8a\xa1\x43\x60\x7d\x0f\xbc\xcf\xf1\xcc\x43\xf7\xd9\xfb\x1c\xcf\x51\xc2\x35\xe7\xf7\xd7\xc8\xdd\x35\x0f\xf9\x19\xde\xf8\x73\x3c\x6b\x7a\xfa\x3b\x1b\x58\xbc\x49\xe7\x78\xe6\x1a\x6e\x13\xcc\x92\xd1\xe7\x1c\xcf\x91\x8c\x22\xe7\x74\xa6\x26\xe2\x70\x9f\xd3\xd9\xbb\x08\xc0\x7d\x4e\x67\xc9\xba\x96\x6f\x30\x03\x59\x33\xba\x71\x41\x76\x1d\x96\x1b\x17\x64\x23\xcb\xb4\xef\x89\x27\x5c\xb8\xec\x9c\x4e\xf1\xc7\xfb\x3e\xa7\xb3\x99\xd8\xde\x38\x80\x4d\x77\xe0\x7d\x0e\xe0\x28\xba\xbb\x6f\xdc\x8f\xe5\x72\x19\xd8\x1c\x9f\xa4\xfb\x9c\xc0\x21\x5e\x6e\xdf\x38\x81\x39\x3c\x50\x60\x68\x33\x74\x76\x30\x74\x92\xee\x20\x07\xa0\x49\xe0\x86\x9c\x21\xb4\xb8\xcf\x11\x9c\x97\x67\x1f\xe4\x2c\xd4\x3f\xae\x48\x13\xe6\xfb\x1c\xc1\x34\xb3\x1b\x05\x07\x90\xdd\xca\xd9\xc1\x5a\x5d\x76\x76\xb0\xe9\x22\xb8\x03\x2f\xd7\xe2\xee\x71\x43\x4e\xd7\x3c\x3b\x88\x07\x21\xa0\x43\x62\xfa\xd0\x04\x71\x04\x4d\xb4\xef\x73\x04\xc7\xbc\x3c\x16\x4c\x50\xf8\x73\xe3\x08\xe6\x66\xe8\x4c\x30\x86\x78\x80\xfb\x9c\xc1\x9a\xbc\x4e\xe7\x0c\xd6\x3c\xd4\x28\x6e\xc8\x08\x61\xe5\x8d\x2b\xb2\x65\x43\x1d\xd4\xd7\x1f\x9e\x19\x0e\xef\xef\x39\x84\xb3\x24\x43\x01\x02\xa4\xf9\x82\x77\x6b\xd5\xad\xec\xb3\x16\xb5\xfd\x98\x32\xdf\xe7\x84\xd6\xe2\x29\xe2\x84\x5e\xbf\xb6\x7a\x2e\x98\x5e\x3c\xf0\xc3\x02\xf9\xd6\xb8\xf9\x86\x33\x46\x9d\x23\x3a\x4d\x8c\xef\x73\x42\x73\x7e\x20\x4c\x3f\x19\xaa\xdf\x5f\xd3\xa4\xf2\x3e\x27\x74\x84\x7b\x38\x27\x74\x84\x88\xff\x7d\x4e\x68\xa9\xba\xf6\xef\x73\x42\x4b\xd5\x15\x7d\xe3\x84\xea\xa5\xb5\xef\x73\x42\x67\xb9\xb4\x6a\x7c\x42\x3e\xad\xbc\xc0\xb6\x1b\x7a\x7f\x7f\x0d\x73\x32\x37\x4e\xe8\xf4\x39\x38\x27\xb4\x99\x50\x7f\x70\x7f\x0e\xe1\xd3\x67\x02\x81\x45\x1f\x3e\xe7\x84\xce\xa1\xf3\xfa\x39\x27\x74\x16\x31\x2b\x9f\x73\x42\x63\x76\x7f\x77\x76\xd7\xa7\xf0\x73\x4e\xe8\x2c\x7c\x47\xef\xcf\x39\xa1\xf9\xd7\x1e\x0e\x23\x9f\x66\x18\x3c\x13\xac\xdd\x55\x0f\x02\x87\x28\xe7\x67\x52\x74\xe1\xee\x5f\xdf\x5f\x31\x9a\x87\xc6\xf7\x9a\x27\x71\x63\x29\x5c\x13\x0c\x82\x90\xfb\xa3\x3b\x52\xdf\x9d\x13\x3a\x8b\x08\xd9\xe7\x1c\xd0\x31\x85\x06\x9f\x73\x40\x67\xd6\x03\xe4\x73\x0e\xe8\xd0\x13\x6e\x7f\xc0\xc3\x4e\xd0\x80\x32\x2f\xb0\x12\x40\xa6\x03\x80\x7d\xaf\x02\xc0\xdd\x5e\xd9\x20\x30\xdb\x35\xf9\x7a\x04\xbe\x14\x8a\x1e\x92\x01\xf0\x38\xd7\xd5\x0c\x7e\x28\x04\x18\x00\x73\x80\x59\x29\x78\x95\x1d\x90\x22\x2d\x6c\xd3\x01\x3b\x41\xf6\x09\x99\x51\xce\x9c\xe3\x01\x27\xc1\x2c\x30\x08\x26\x81\x8b\x60\x11\xb8\x25\xd8\x38\xbf\x5f\x94\x21\x10\xac\x38\xa4\x85\x03\x9a\x5b\xf2\x05\x82\x6b\x61\x3d\xae\x8b\x8d\xde\x92\x3e\x5c\x2c\x05\xaa\x1c\x70\x0a\xe4\x54\x2f\xb6\x8b\x95\x3d\x4d\x61\x7c\x91\x26\x1f\x6b\x20\xef\x25\x92\x9e\x63\x8d\xa5\x3d\xf8\x58\xe3\xba\xc4\x9c\x02\x83\x60\xf0\x75\x86\xd7\x7e\x59\x35\xf8\x66\xc4\x6d\x5e\x56\xd3\x43\x8f\xab\xb6\xf0\x9a\x3d\x60\x23\x18\x17\xc1\x29\x50\xa5\x1d\x60\x68\x18\x78\x86\x95\xf5\x56\xbf\x03\xf3\xdd\x49\x2d\x03\xc7\xca\x86\x5c\xf0\x80\xa7\xdf\x3a\x13\xb7\xe7\xc2\x83\xa7\xce\xa6\x96\xc1\xaa\xd4\xf9\xe2\x6e\x5d\x78\xbe\xd7\x79\x53\xfa\x73\x81\x07\xa8\xf3\x26\xc3\xce\x2b\xa4\xce\x0f\x1e\x36\xf9\x02\xd2\xd4\x28\x6a\x19\x3b\x5d\x23\xf4\x0a\xc6\x4e\xd7\x80\x40\x22\xeb\x2d\x57\x03\xef\x97\x03\x56\x81\x41\xb0\x01\xe4\x05\x9f\xaf\x40\x47\x81\x0b\xf0\x80\x18\xc6\x6a\xda\x14\x60\x46\x5d\x8d\x48\x03\x79\x1c\xc0\x37\x41\x74\xb4\x3a\x38\xeb\x79\xe1\xf8\xd7\xd5\x63\xb3\x74\x08\xfc\x10\xec\x04\xc1\xac\xe4\x74\xc5\x8f\x68\xf8\xa9\x3b\x58\x17\x0b\xb9\x93\x40\x70\x95\x75\xe7\x95\x09\x0e\x81\x85\x20\x16\x63\x77\x6e\x51\xc2\x0d\x5b\xf7\xfc\x0f\x0f\xf7\x03\x25\x10\x93\x2a\x28\x03\x21\x87\x0b\xc1\x39\xe3\x02\x38\xd0\x21\xd6\xa3\x0e\x41\x87\xdd\xa8\x6d\x0a\x3a\xb4\x2c\x4f\x43\x60\x37\x4a\x17\x74\xf8\xfd\x39\xfd\x1d\x2e\xe3\x70\xd9\x1b\x0f\x4d\x77\x7f\xe3\xa6\x32\xf4\xe1\x60\x54\x15\xec\x06\x5f\xaf\x07\x82\x50\xce\x55\x43\xe3\x56\x1f\x78\x91\x77\x5c\x40\x07\x3a\x1c\x3f\x05\x73\x07\xc2\x8b\xfc\x32\xd4\xc1\x85\x6a\x69\xc0\xf1\x5f\x42\xd7\x3d\xcf\x21\x2a\x94\x2e\x1d\xe8\xdc\xc6\x7c\xb6\x1c\x08\x1c\x63\xf3\xd8\x36\x44\x75\xee\xfe\x05\x41\xa0\x6b\x1e\x7e\xa3\x5d\x6e\xf3\x46\xf7\x1a\x1a\x18\xf9\xe6\x81\x8a\x94\x4c\xad\xfe\x02\xa3\xdb\xd5\xc5\x61\x22\xea\xe5\x15\xa6\xac\xf5\x9a\xfe\x12\xef\xb4\x50\x8f\x6b\x3e\xc2\x98\x03\x51\x7e\x3c\x5d\xb8\x70\xa9\xbb\x90\x6f\x15\x4d\xf1\x9c\xc0\x36\x9e\x3e\xde\x87\xa1\x04\x81\xa9\x7b\x52\x39\x60\xb4\x11\x11\xf4\xa6\x82\x5f\x2f\xd9\x55\x35\x0f\xb5\x43\x86\xdd\x83\xdb\xa4\x79\xd3\x75\xfb\x23\x2a\x3a\x10\x37\x20\x84\x71\x60\x08\x48\x78\x0f\x04\x51\xa2\x17\xeb\x1c\xc4\x32\xba\x9b\xd9\x78\x06\xb8\x47\x92\xef\xd0\xb4\x70\x48\xdb\x33\xba\x73\x1c\x4a\x72\x8f\x9f\x47\x38\x55\x77\x1c\x84\xcf\x53\x93\x0c\x11\x6f\xd2\x89\x1d\x62\xc5\x2f\x41\xdc\x01\x21\x72\x40\x56\x35\x52\x12\x74\xc8\xef\xa8\xfe\xf0\x3c\x86\xb3\x70\x35\x70\xd1\x5f\xa2\x2f\x3b\x26\x46\x9e\x5d\xf5\x75\xce\x4a\x72\xd9\xd9\x81\x9a\xfd\xe1\xb9\x3c\xa2\x1b\xfa\xe0\xbd\xc6\xd5\x08\x90\xf0\xea\x36\x83\xbb\xa3\xe5\x80\xe4\xb6\x5c\x45\xb3\x02\x2f\x1e\xdd\x1f\xe2\x70\x54\x4d\x4a\x17\x52\x68\x39\xc0\x8c\xcf\xe2\x56\xa9\x93\xb8\x5c\xf7\x3c\x18\xb3\x87\x03\x79\x15\xc5\x7a\x07\x82\xd0\xcd\x93\x22\xe9\x0e\xf7\x7f\x1e\x85\xde\xff\xc0\xa3\x37\x35\x8d\x06\x32\xa9\xa9\x4d\x05\x15\x2f\xe1\xe9\x2f\x1c\x55\x9d\xb8\x38\x58\x5d\x47\x16\x04\x51\xcf\x10\x6a\x04\x6e\x8e\xae\x73\x1b\xc0\xcd\x2b\xe9\x8c\xe3\x3a\x2b\xb9\x6b\x69\x0e\x32\x94\xf4\x7c\x08\x8a\x93\xd4\xea\x02\x0f\x98\xd5\xce\x3a\x1b\x9e\xdb\xbc\x7e\x48\xad\xf7\x92\xf6\x46\x2b\xbe\x28\x1a\xb9\xdc\xce\x19\x79\xbb\xdc\xc7\x62\xd5\x22\x70\x83\x1e\x0d\x41\xaf\x47\x1c\x7a\xa0\x37\x08\x60\x13\x74\x43\xec\xe7\xb2\x73\xb5\x54\x51\xdc\x45\xbe\x8f\x0a\x8c\x03\xa6\xd3\x7f\x57\xff\xa0\x95\x21\x1a\xb7\x40\x2a\x47\x56\x33\xc0\x86\x99\x5d\x06\x84\xd7\x6e\x2c\x0a\x40\x2e\xcd\x09\xd4\xf0\x4a\xc5\x1f\x2e\x50\xa7\x4b\xd0\x99\x45\x34\x8f\xe6\xfe\xfe\x9a\x7d\xba\x19\x1c\xb8\xac\xf9\x9e\x0d\x97\x88\xf7\x40\x90\x72\x88\x52\x2f\xdc\x6a\x64\xfc\x0e\x04\xa2\x62\x4c\x5d\x20\x8e\x49\x24\x86\x8a\x85\x29\x12\xb7\x20\x84\x4c\x42\x62\x88\xc0\x53\xf6\x92\x42\xcc\x11\xd5\xdd\x07\x04\x53\xee\x90\x7b\xf1\x80\x98\x45\x71\x87\xe0\x12\xba\xbb\x38\x44\xbd\x7b\x69\x70\xc3\x36\xdd\x93\xeb\x20\x5c\xf1\xd5\x00\xa1\x7a\x35\x4a\x2f\xc8\x16\xaf\x24\xca\xb0\x20\xbd\x98\xba\x6e\x17\x48\x1a\x45\x94\x95\xe2\xf7\x3a\xbc\x34\xa0\x53\x29\x38\xee\x3d\x21\x3c\x11\x46\x6d\xca\x16\xb4\x15\x9b\xc2\x77\x0d\x66\x53\xf8\x2e\x74\xdf\x90\x2d\x0c\xe1\xe5\x26\x41\xab\xfe\xee\x9c\x2f\x72\x9b\x07\x82\x86\xe8\xe9\x01\x0a\x63\x1f\x53\xa8\x24\xab\x69\xaf\x14\x03\xd5\x1f\x82\xe7\x11\xea\x6d\x60\xf0\xe5\x0b\x7e\x4f\x88\xbf\x9e\x1e\x6f\xdc\x9a\x5c\xa8\x1d\x3c\xb5\x2a\xe3\x8d\x4e\x0d\xda\x01\xcf\xee\xfb\x2a\xde\x10\x20\x74\x8f\xe6\xa0\x69\xa9\xd9\xcd\x9c\x69\x34\x4f\xf8\xd0\xac\x5a\xbb\xbf\x83\x84\x36\xf9\xbb\xc3\xb3\x4c\xdd\x4b\x3b\xa0\x19\xa8\x6e\x05\xd7\xf4\x70\xd9\x07\x54\x42\xad\x2c\x9e\x2e\x37\xba\xa0\xfa\xd0\x1e\xee\xc5\x71\x77\x83\x05\xf2\xcc\x26\xe8\x20\x6d\x4f\x86\x1a\x48\xa6\x66\xc8\x4b\x7b\xb8\x51\x1e\xaf\xee\xaa\xe0\x36\x3c\x1c\x5c\xda\x63\x68\x1a\x40\xcc\x21\xc4\xdc\x1b\xdc\x9d\xce\xf3\xe6\x35\x9d\xbc\x53\x07\x33\xeb\xb3\x36\xc0\xcc\x21\xf6\x6a\x0b\x33\x8d\x37\xc0\xcc\x31\xfc\xe1\xa1\x7d\xcf\x8c\xc1\x7d\x9a\x4a\xee\x83\xa7\x25\x57\x97\x71\xc3\x3d\x54\x88\xcb\x7a\x73\x8f\x37\x0b\x35\x2b\x90\xdb\x5e\xf8\x25\x14\x4a\xa7\xb0\x0b\x4c\x90\xda\x5e\x82\x80\x71\xe2\x8c\xa0\xee\xa9\x49\xf3\x80\x4e\xa7\xcc\xe2\xb2\x1b\x52\xff\x1f\x8a\xac\x2b\x15\x3e\xc9\x84\x09\x0a\x9f\xd4\x45\xdf\xa0\xf0\xa9\x97\xb8\x36\x68\x6a\x6a\xeb\xae\x39\x21\x62\xd5\x40\x0f\x1a\x65\x9f\x1b\x68\x6a\xf2\x55\xfc\x1d\x77\xaa\x09\xba\xc1\xa5\x69\x4a\x40\xaa\xa7\x0c\x48\x55\xb4\xa6\x2f\xbe\x22\x7d\xdc\xa1\x8e\xa9\xe6\xd9\x5e\xa2\x84\x42\x5c\xa8\x63\x4a\xf1\xf4\x81\x54\x43\x84\x18\xea\x98\x4c\x19\x64\xa5\x3a\xa6\x0e\x1d\x22\xa8\x5c\x8a\xb7\xff\x45\x9c\x9a\xee\xf0\xac\x8c\x09\x21\x14\x29\xc9\x4c\xc9\x8b\x38\x95\xc5\x06\x40\x93\x52\x47\xb8\x6a\x61\xa1\x41\x22\x95\xc6\x46\xd6\x2f\x7b\x89\x81\x54\xfd\x72\xb3\x83\x85\x1a\x01\x58\xbf\x22\xfc\x87\x32\xe5\x14\x6a\xca\x20\x94\x66\xb0\xa1\x4d\x39\x85\xae\xfb\x42\xa1\xa1\x37\x86\xc7\x2e\xa9\x07\xa9\x5a\x01\xe8\x3a\x52\xcd\x97\xa0\x83\x46\x43\x6b\x85\x67\x6e\xaa\xa2\x5b\x50\x3d\xd4\xae\x3b\xfb\xcd\x97\x88\xf0\x06\xaa\x87\x9a\xb5\xe2\x6f\xd2\x2d\x8a\xc2\xaa\x74\x0f\xbd\xba\x10\xcb\x91\xdd\x23\xb8\xad\x10\x97\xf4\xa6\x72\x30\x67\x0d\x0e\x28\x37\xc2\x55\x27\xa8\xd3\x14\x04\x86\x52\xd8\x01\xed\x43\x1d\xa2\x23\xd0\x3e\xa4\x3e\x0c\xf1\xb5\xa5\xe9\x83\xc6\x99\xbf\xa7\xf6\x61\xe8\xd2\xa4\xf6\x61\x78\x52\x78\xc7\x4f\x2f\x06\xa5\x9b\xba\x97\xa9\x61\x18\x62\x20\xa0\x61\xa8\xd4\xed\x54\x6a\x18\xce\x24\xd4\xa8\x30\x4e\x33\x94\xd9\x91\x27\x8c\xcb\x37\x74\xa6\xa9\x47\xa8\xe1\x3e\x70\xdd\x79\x2d\x0e\x02\x86\xb8\x59\x68\x03\x9e\xa7\x2f\xb4\x01\x75\xe8\x2c\xbc\x85\x61\x3a\x0c\x6f\x3e\x2e\xbc\x4e\xb8\x50\xa7\xf0\x16\xaf\xfe\x3a\x2f\xd7\x7c\xf3\x43\x2d\xdb\xc6\xd2\x88\x83\x78\x53\xeb\x26\x5a\x40\x69\xfd\x10\x53\x26\x69\xbd\xd8\xb7\x9b\xf2\x30\x13\x43\x88\xeb\x67\x1a\xfe\x90\x18\xae\x8b\x12\xf2\xfa\x94\xa7\xbf\x04\x81\xd3\x6b\xe2\x26\x57\x98\xab\x0b\x37\x54\x1e\x2e\x7c\xb1\xb0\x0a\x7c\xe3\xfa\xf3\x78\x6e\x16\x36\x81\xd8\x55\x2d\xdd\x4d\xbe\x30\xeb\x92\x83\xc8\xbe\x0e\x31\x94\x94\xca\x4f\x1d\x31\x4a\xe5\xaf\xac\x7d\x85\x58\x7e\xe6\xe9\xaa\x03\x42\xfa\x4b\x10\xd4\x09\xe1\x0f\x39\x3a\x5d\xce\x90\xb6\xd7\x24\x2e\xe6\x26\x7f\xef\x66\x20\xa7\xe8\xfd\x87\x32\xec\x2a\x89\xfa\x95\x75\x91\x50\xa2\x9e\xbc\x07\xe0\xf7\xaa\xb6\x19\x12\xf5\x94\x84\x48\x90\xa8\x17\x53\x32\x48\xd4\xb3\x1f\x54\x90\xa8\xd7\x79\xb9\x8c\x64\x44\xef\x5d\x4a\xcd\xe7\xe5\x46\x89\x1f\x5d\x53\x86\x62\x6b\x7a\xd7\x41\x2d\x43\xac\x0a\xe4\xdd\x25\x35\xcd\x11\x77\x9c\xdf\x4c\x90\x2a\x87\xf9\x54\x48\x95\x53\x11\xe7\x40\x51\x61\x9b\xae\x89\x63\x25\x9c\x83\x70\x38\x53\xb9\x5a\x29\xf2\xad\xf3\x81\xc0\x9c\x88\xa7\x82\xc8\x37\xb7\x62\xe8\xec\xf0\x14\xfd\xfd\xc0\xde\xa0\x15\x43\x50\xf8\x89\xc0\x7c\xc8\xcf\x67\x9d\xff\x4f\x70\x69\x0c\x71\x69\x9e\xba\x58\x1a\xb1\x43\x10\xcc\xa5\x4b\xc8\xf9\x01\x51\xb1\x24\xe2\x03\xa2\x32\xc5\x70\x7d\xce\xee\xcf\xae\x77\xf8\x87\xaf\x3b\xaf\x05\xf9\xa6\xac\x6d\xfb\x80\xe2\xcc\xa4\x0e\xb1\xc1\x53\x04\xfe\xb3\x78\x8e\xdc\x07\x18\xa7\x29\xda\xfc\xc1\x0e\xb7\x6a\x88\xd3\xd0\x6a\x40\xf5\x91\xbc\x6e\x0b\xaa\x2d\x4f\x91\xa6\x03\xde\xa7\xcd\x83\x22\x04\xfb\xe0\x41\x59\x24\xa4\xf8\x6c\x0d\x55\x7b\x43\x06\x3f\xb9\x2a\x46\xa3\xab\xe9\xc3\x7b\xab\x08\x8b\x3e\xe7\xde\x8a\xe6\xef\xb0\x8b\x4f\xa3\x1f\xd6\x3c\xcd\x34\x9a\x8c\x4a\x99\xd6\x28\x59\x9f\x19\x8d\x1e\x08\x8a\xaf\xe1\x32\x90\x8a\x82\xfb\xee\x80\xfb\xfb\x6b\x44\x77\x21\x76\x2a\xfb\x43\xec\x54\x73\xcd\x9b\x1f\x76\x81\xdc\xaa\x20\x44\x4a\x41\x4d\xd4\x01\xa1\x3a\x78\x0a\x69\x81\xa5\x56\x83\x0a\x81\xa4\x2e\x21\xaf\x2f\xc5\xd0\x39\x7e\xd4\xa8\x1f\x28\x20\xc1\x30\x04\x2e\x0e\x04\xf0\x40\xc0\x31\x2e\xf2\x01\x39\x72\x17\x52\x27\x20\x88\x0c\x78\xc9\x9a\x08\x98\x25\xd2\xfc\x46\x9b\xc4\x3a\x9f\xb2\x8e\xd1\x5c\x82\x06\x3f\xd4\x3c\x88\x39\x59\x0b\x00\x89\xc2\xf4\x3a\x42\xdb\x36\xa7\x1b\xdd\x20\x7f\x9a\x31\x49\x83\x27\x0c\x31\x19\x15\x30\x07\xe2\xae\xaa\x43\xe8\x95\x69\x36\xd4\x64\xf8\x78\x95\x6a\x90\x96\x0f\xea\x82\x37\x50\xa9\x06\x21\x98\xf0\x3e\x0a\x3b\x2a\x17\x20\xe1\x0a\xe2\x33\xfd\x40\x64\xc7\xab\x20\x4c\x4a\x33\x4e\x07\x57\x66\x8b\x2e\x88\x03\x37\xc4\x1e\x5b\x16\x88\x91\x6b\xac\x09\x54\xe5\xd2\x1c\x13\x55\x40\xf9\x87\x92\xea\x53\x75\x81\xe3\x50\x33\xda\xd5\xae\x3e\xce\xae\x96\xae\x59\x25\x52\x71\x97\x71\x55\xb5\x1c\xe9\xdc\xeb\x83\xbc\xea\x81\xda\xf7\xd7\x9c\xda\xff\x04\xc6\x31\xaa\xcb\x0e\x55\x23\x8f\x7b\x20\x5c\xf2\x4f\x4d\xee\xc6\x10\xf4\x81\x15\x15\x6b\x66\xd8\xe0\x55\x2d\x69\xa6\x4d\x5f\xca\x82\x26\xa8\x68\x13\x44\xe2\xcf\x56\xa0\x72\x9a\x30\xc2\x05\x04\x94\xaa\x97\x0b\xe7\xf7\xd7\xa4\x54\xfc\x40\x38\xa9\xda\x52\x48\xe9\x63\xea\xf8\x65\xbd\x0c\x93\x20\xdc\x6f\x55\x5b\x93\x89\xc4\x3a\x61\x99\x4c\x55\xd5\x61\x84\x21\x77\x9d\x1e\x1c\xad\xaa\x9e\x32\x20\x71\x71\x33\x2f\x5c\x30\x1a\xcd\x41\xd4\x39\x1a\x31\x23\x1f\x2a\x16\x43\x43\x3b\x34\x6c\x18\x69\x32\xf4\xb7\xe1\x29\x71\xed\xbd\x32\x9b\x63\x11\xb6\xc1\x38\x7c\xd6\xa1\x59\x00\xdd\x29\x2f\x3c\x10\xac\xb8\x92\x1b\xbd\x4f\xcd\xe7\xbb\x0f\x9b\xe1\x2a\x16\x48\xda\x42\xb3\x2f\x67\x2f\x66\xd2\x89\x2a\x40\xe1\xd0\x89\x2a\x34\x41\xd0\xca\x14\x92\xa9\xaa\x15\x2e\x20\x53\x55\x47\xb8\x1c\xa4\x9d\x45\x88\x01\x85\x51\x9d\xa2\x4b\x05\xcf\xb4\x36\xdc\xcc\x8d\x53\xc2\x71\x97\x85\xee\x45\x7b\x0b\xef\x1e\xf7\x00\x41\x3b\xe9\xf9\x81\x26\x86\xad\xfe\x88\xc0\x42\xcb\x42\xb2\x50\x35\x6c\x92\x05\x21\x1b\xac\xdc\x4b\xd3\x2e\x15\x3e\x92\xa8\x08\x3e\x20\x4e\xc5\xd0\x87\xe7\x06\x99\xd7\x53\xb6\x58\x55\xcb\x86\x15\xbe\x74\x2f\x54\xdc\x19\x43\x0b\x05\x93\xf8\x74\xd5\xe1\x42\xae\x70\x12\x54\x58\xd8\x04\x42\x61\x2f\x62\x5b\xa5\xd4\x1d\x5d\x20\x17\x2e\x04\x01\xf9\xaa\x5b\x3d\x0b\x90\xba\x21\x8c\x75\x7a\x00\x1c\xeb\x18\x02\x71\x30\xab\x7a\x0c\xdc\x6f\x22\x2f\x95\xf2\xea\x2a\x6a\x5b\x21\xaf\xce\x6e\x95\xf7\x4b\xd5\x3d\x51\x03\xc8\x99\x5c\xb5\x01\x52\x97\xe7\xf4\xc5\x6c\xea\xf1\x5c\x1a\x83\xbc\x6f\x9b\x95\x97\x46\x0d\x7d\x08\x0d\x61\xd3\x46\xd6\x43\xed\x27\xad\x81\xda\xac\x1b\xaa\x71\x9d\xf7\x0a\x14\x0f\x2f\x32\xec\x10\x42\x37\x61\x3d\x1b\x30\x23\xb9\xe6\x0b\x90\x5b\xf9\x3c\x16\xaa\x6d\xb6\x49\xed\xd5\x10\x44\x89\x6c\x13\x04\x86\xa2\x09\xfd\x1b\xa8\x7b\x11\x09\x83\xbb\x42\xbd\x44\x27\x1a\xf6\x86\x5c\xda\x81\xc0\xf8\x0e\x77\x31\xd8\xcc\xf8\x31\x95\x86\xe7\x43\x99\xe1\x3e\x02\x16\x8f\xee\x63\xb1\x9d\x29\xf0\x3c\x3e\xca\x33\x8f\x17\x0b\x3d\x02\xd8\x7b\x89\xda\x37\xec\x63\xd3\x32\x36\x58\x18\x98\x50\x36\x6e\x63\xcb\x2e\xac\xe7\xb5\x7d\x5d\x82\x40\xef\xba\x16\x80\x47\x55\xb7\x44\x83\x65\x4f\xcd\x86\x36\x9b\xd1\x42\x52\xd5\x26\xaa\xd2\xa8\x07\x6d\xea\x11\xb6\x6f\x59\x07\xa9\xe1\x21\x90\x2f\x75\x71\xe8\xe4\xcc\xd9\x35\x39\x63\x11\x2e\x38\x80\x84\x90\xb1\x81\x86\x8e\xf0\x77\x67\xbe\x3d\x1b\x22\x23\xee\xde\x3f\x6c\x45\x23\x85\x4e\xc2\xa4\xb1\x6d\xda\xa6\x6b\xf6\x64\x21\x9b\x0e\x55\xa3\x79\x7a\x75\xd5\x0a\x2b\x2b\x8d\x1b\x4f\x5a\x13\xc3\xb6\x21\xa4\xd5\xb9\x6d\x10\xc4\x99\xf3\x6a\xb0\x3f\xf5\x79\x6b\x87\x70\xd4\x5e\x5d\x93\x33\xac\x6e\x74\xe3\x79\xed\xee\xcf\xd3\x3b\x79\xf6\x1b\xef\x49\x7d\xd8\x27\x8d\x68\xbb\x20\xbc\x27\x74\xbd\x75\x4a\x9a\xbb\x6b\x1e\xba\x35\xd5\x7d\xc7\xeb\x76\x88\xe0\x75\xaa\x87\xb5\x4d\x1d\x38\x94\x84\x51\x1d\x6a\x8d\x22\xaa\x01\x07\x8d\x3c\xb4\x14\x1d\x1a\x88\x11\x2e\xeb\x8f\xf1\xf6\x81\xa0\xf3\xf4\x58\xf0\x9a\xb9\x9a\x6e\xd7\x0e\xd9\x6e\x74\x0d\x26\x38\xfb\xa6\x59\x40\x2d\x5f\xaa\x0b\x61\xa0\x29\xbe\x53\x0e\x05\x1e\x37\xe5\x70\xad\x6b\x00\x90\xc3\xf1\xf9\x7a\x20\x62\xb4\xd8\xd9\x0e\xb1\x48\x29\x6e\x07\x18\xad\xcb\xa7\x43\xba\x46\x43\xf3\x03\x51\x3f\xec\x66\x20\x85\xd4\x21\xee\x78\x79\x24\x8f\x66\x63\xbd\xbd\x36\xc0\x9a\xec\xd5\x80\x1c\xc4\xcc\x64\xe7\x25\xd2\x74\x33\x74\x5c\x22\x55\x3c\x02\x2c\x0d\x6a\x6a\x6e\xf4\x60\x4d\x4b\xfe\x70\xe3\x04\xb9\x0c\x77\xd8\x34\x44\x6b\x79\xd6\x1c\x74\x5a\x50\xd9\x38\x74\xa9\x5c\xc3\x65\xb8\x33\x9a\x58\x0d\xb8\x58\xd4\x2e\x12\x36\x78\x67\x4c\x43\xdc\x29\x2d\xc6\x98\x78\xb0\x75\xb7\xca\x9d\xd2\x8c\xe9\x90\x51\xc3\x9d\xbc\x20\x30\xf4\x87\x6f\x58\x76\x0d\x41\x37\x3f\x74\xd5\x0f\x9e\x7a\x6a\x95\x6c\x42\xf3\xd0\x69\x3b\x20\xfa\x32\x80\x0d\x2d\x0c\x91\xbe\x85\xab\xbe\x61\xbd\x2b\x68\x5d\x8f\x87\xc0\x81\x60\xb3\xaa\x6d\x1c\x72\xbb\xeb\x82\xb0\xe1\xba\xc2\x06\x36\xfc\xea\x3a\xfd\x03\xca\xa3\xab\xfc\x06\x3a\x3d\x60\x9e\x77\xf5\xcb\x0d\x9d\x69\x99\x9b\x1e\x34\x70\xd7\xb5\x31\x60\x9f\x97\x44\x7c\x07\x29\x4c\xbf\x34\x3a\x50\x98\x2a\x0a\x3f\x88\x2c\xfd\xf2\x97\xed\x71\x75\x38\x50\xc7\x85\xe3\x3e\x06\xab\xba\x10\xef\x39\xa1\x20\xdc\xd8\x7c\xc8\x06\x48\x4c\x79\x2a\x9e\x55\xbd\xba\x2b\xbe\xd0\x83\xd6\x18\x4f\x1d\x2a\x5e\x0e\xa4\x29\xba\x10\x56\xd0\x5a\x63\x18\xab\x24\x3f\xa0\x68\xac\xe2\x2b\x7c\x92\xfc\xd4\x29\x08\x7a\x5d\x1d\x5c\x7a\xe5\xf4\xe6\xef\x06\x44\x24\x21\x08\x9a\x96\x07\xc2\x13\xdd\x4f\xd4\x49\x49\x8b\x36\x0e\xe6\x29\xed\xba\xdc\x28\xa4\x82\x62\xa0\x61\x81\x52\xc2\x03\xa5\x56\x55\xd8\x08\xb3\x92\xde\x92\x6b\xe2\xc0\x89\x6c\xc0\xaa\x24\x77\x1d\x38\x58\x95\xd4\x7a\xb9\x0c\xc6\x19\xe2\xae\x64\x55\x52\x5c\x46\x24\xd2\xcd\x4b\x6f\xb3\xa2\x2d\x84\x4f\x59\xf1\x03\x9d\x96\x23\x7e\x67\xc3\x1c\x24\x87\xee\xc1\x49\x01\x89\x18\x68\x5a\x83\x5c\x5d\xb7\x2b\x1d\xcb\x92\x38\x98\x29\xb4\xcd\x6e\x15\xd2\x63\xaf\x29\x30\xd3\xcf\xc5\xc9\xbb\xaf\xeb\x05\x41\x63\x91\xaa\x9b\x70\x52\xd1\xa4\xc3\x48\x8b\x8f\xe6\xe5\xa7\x05\xe8\x30\x84\x4b\xda\xeb\x06\x0b\x50\x63\xd4\x24\x7e\x35\xd7\x24\x57\xa2\x91\x52\xeb\xd4\xbd\x54\x44\xb0\xee\xaa\x44\x30\xb1\xdb\xb2\xf8\xd0\x39\x09\xda\x80\xea\x0a\x0f\x5a\x43\x0d\x43\xe7\x2e\x4a\xe2\x51\x60\x1b\x52\x7c\xa1\xc2\x36\x64\xc6\xe5\x9a\x87\x47\xf4\xed\x0e\x0b\x8f\x12\xd5\xdf\x81\x9b\xd0\xb8\x83\xee\x48\xcd\xad\xbc\xa1\x58\xe4\x0c\x61\xc4\x91\xfc\x76\x85\x11\x47\x36\x6f\x4d\x3b\x8d\xfe\x94\x81\xdc\x3e\x83\x81\xce\xf3\xd2\x92\x46\x40\x04\xe4\x0e\x69\x8a\xa1\x6b\x32\x28\xac\xeb\xc2\xe1\xa0\x0a\x40\xf7\x62\x50\x93\x29\xf6\x39\xa0\x53\xbf\xdc\x23\xdf\xa0\xfd\xa9\x0a\xce\x23\x1b\x9a\x2c\xf4\x97\xd8\xb7\xe9\xc2\x05\x52\x9c\x04\xdd\x67\x70\xda\xef\x90\xd4\x4d\x83\xa3\x53\x8e\xb6\x2d\xa8\x4a\xea\x5d\x03\xd0\xa3\x54\x8d\xc2\xa8\xf8\x59\x2a\x2a\x79\x44\x6c\x42\xfb\xad\xab\x29\x68\x4f\xaa\x9d\x5a\xd4\x32\xfa\xba\x5d\xf4\x5b\xeb\x86\xc8\xd0\x24\x41\xe5\x3c\x67\xd2\x0f\xc5\xd3\xa7\xea\xd9\xff\x24\xe2\x03\x7b\x8f\x72\xe9\x4c\xc3\xde\x63\x52\xe6\x7e\xa0\x75\xe6\x1f\x1e\xcd\xe6\x68\x5c\x88\x07\xc4\xf3\xe1\x1b\xcf\x29\x2e\x07\x6c\x3a\xea\xd0\x6a\xc0\xa4\x63\x5e\xcd\x10\x89\xfd\x70\x55\xea\xfc\xd5\x07\xef\x37\x8f\x4d\x54\x44\x84\x6a\xd1\x1f\x45\xc4\x0f\x96\x1a\xe9\xd2\x8d\x06\x4b\x8d\x64\xde\x1e\x96\x1a\x39\x89\x84\xd3\x52\xc3\xaf\x5b\x58\x6a\xb4\x67\xc2\x10\xeb\xb7\xe9\x9a\x13\xcc\x8e\x21\x70\xa5\x97\xdb\x5c\x60\xbd\xfc\x1d\xad\x25\x55\x13\x32\xd7\x26\xfa\xb2\x68\x6e\x2e\x04\xa3\xa3\x62\x75\x0f\x67\xbf\xdb\x75\x19\x82\xb2\x46\xfc\xf2\xe6\x76\x0f\x0d\x0d\x96\x12\x33\x09\x6d\x37\xdf\x5d\xe3\x32\x08\x1b\x03\xb1\xc1\x30\x80\xa8\x59\xeb\x2d\x03\x88\x21\xca\x04\x03\x88\x3c\x74\x11\x6d\x32\x2d\x23\xb9\x4f\xd8\xd4\x89\xdc\x6d\xf9\x11\xea\x43\xbe\x74\x87\xee\x6c\x58\x39\xe4\x1a\x86\x80\xd4\xba\x27\x60\xc8\xd0\x2e\x37\x4a\x39\xd3\x10\x85\x87\x25\x43\x2e\xdd\x1f\x1e\x14\xeb\x22\x23\x9b\xdc\xae\x05\x01\xfb\xec\xff\xec\xe2\xcc\x36\xf7\x7f\x78\x7d\xce\xfe\x9f\x47\xbd\xa0\xfb\x2c\x4f\x78\x00\x1f\x18\xc7\xa8\xec\xec\xf1\x79\x61\x0b\x2a\x6c\xa6\x0a\xa4\x89\xa5\x06\xb7\x39\x65\x2d\x00\xf8\x92\x70\xa3\x90\x26\xe5\xcb\x35\x21\x2e\xf3\x92\xe3\xc9\x32\x75\x8c\x37\x94\xbc\x45\x77\x21\x4d\x07\xa6\xf7\x11\x9b\x6c\x99\x04\x5d\x51\x8b\xb6\x4a\x2e\xa5\x42\x1c\x7a\x94\xfa\xa5\xfd\xe2\x13\xd9\x3c\x03\x5c\x4a\xeb\x25\xd2\x20\xdf\xd0\xee\x0f\x71\x16\x7c\x4f\xc0\x56\xa0\x15\x21\x2e\x6c\x05\xea\x74\x8f\x34\x29\xd5\x16\xd3\xc9\x33\x84\x9c\x2f\xee\x5b\x73\x19\xd1\xa8\xb9\x30\x10\x65\xa1\x0b\x5a\x8f\xaf\xe8\x81\xf0\x2c\x12\x9d\x7a\xf1\xf4\x89\x2d\x86\x79\x40\xf6\x93\x98\xce\x9a\x97\x49\x83\x9c\x35\x9f\xaa\x50\x81\x56\x37\x73\x50\xa3\xbb\x0b\x08\x04\xc3\x73\xc2\x63\xd6\x2f\x36\x58\x00\xcc\x4b\xf7\x39\x2d\x00\xae\x21\x92\xfa\xe2\x96\x8a\x45\x84\x72\xbe\x78\xbb\xa9\x9b\x4f\xa2\x5a\x2f\x3e\x34\x45\x8a\x5e\x54\xab\x56\x43\xc0\x2f\xe1\x1e\x9c\x19\xa7\x39\x3d\x38\x33\xca\x35\xf6\x40\x9c\xe1\x74\xe1\x99\xa1\x05\x74\x6f\x5a\x69\x8e\x99\x7f\x4c\xa7\xe1\xeb\x58\x2d\x75\xa0\xfe\xff\x1a\x7a\x98\xd0\xd9\xb1\xe8\x91\xf0\xa6\x84\xa4\xb8\x2a\x8c\x3c\x8a\x6b\xca\x50\x4c\x10\xec\x32\x9f\x56\x20\xa0\x14\x12\xdb\x4b\xd1\x93\x94\xa0\x2b\x04\x65\xf8\x25\xe9\x43\x1a\x2d\x8b\x4b\x81\xa9\xc0\xf4\x75\x4b\x4b\x81\xea\x0e\x61\xfb\x3e\x44\xa6\x61\x28\x90\x2d\x3b\x81\x31\x40\x4a\x4f\x2b\xb8\x5f\xfc\x80\x86\x35\x80\x5c\x8c\x0f\xf4\x66\xa1\x56\x15\xc4\x3f\x69\x53\x61\x0e\xd0\x8a\x98\x46\x98\x03\x54\xcb\x04\xe0\x8c\x28\x07\x8d\x03\x1d\x1a\xd6\x85\x37\x34\x15\x18\xd5\x65\x30\x78\xd2\x71\x7b\x93\xa3\x30\xd9\x7c\x0b\x35\x35\x54\x48\x56\xa7\xc8\x9d\x4c\x05\x46\xb8\xd5\x5f\xbd\xa1\x0f\x44\x02\xa7\x4b\x14\xfe\x88\xe5\x99\x06\xd1\xd8\x4b\x45\x87\x26\x11\x0a\xd8\x11\xd4\xec\x3d\xdd\xb0\x36\xd4\xdd\x4f\x97\xc3\x6b\x18\xe5\x70\xc5\x5c\xde\x37\x88\x64\xb2\x57\x1c\x8f\xeb\x3e\xdd\x0c\xb1\x48\x94\xf1\x4d\x99\x4c\x71\xab\x13\xd8\xe0\xfe\x83\x55\x0d\x2e\xcc\xca\x7d\x40\x8f\xab\xaa\xf2\x10\xd4\x11\xbf\x29\xaf\x9d\xba\xa9\x6e\xa9\x8a\x9b\x20\xf8\x78\xea\xf8\xdf\x34\x53\x2d\x86\xc8\xed\x5f\x82\x16\x9b\x71\x1f\xb8\xa8\xba\x1b\x3d\x8c\x62\x7a\xba\x00\x4b\xe5\x66\x80\x7f\x3e\xd4\xf0\xc3\xcb\x4d\x07\x1e\x7e\x78\xe7\x8d\x23\x08\x6e\x4c\x42\x7f\x6a\xff\x87\x1e\x1b\x37\xd9\x0b\xab\xca\x6e\xfa\xbb\x0a\x55\x61\x1a\x30\x86\x16\x55\x6e\x34\x53\xaf\x24\x38\xdb\x15\x8b\x8b\xe9\x6c\x37\xc4\xec\xcb\x34\xc0\xaa\xc2\x9b\x06\x50\x4f\xab\x70\x67\x9e\xfe\x70\xb0\xaa\xc6\x43\xd5\x89\x57\x83\x5e\x21\xe1\xb2\x43\x1b\x2d\xaf\xbd\x89\x54\xba\xa7\xe0\xfb\x36\xb3\xe8\xcf\x4d\x3e\xd5\x2f\x21\x3a\xbf\xcd\x70\x61\x63\xa1\xe6\x01\xf7\xf1\x4b\x37\xf3\x4d\xcb\xb9\xcb\x10\x08\x87\x46\xf3\x21\xe3\x62\x0e\xeb\x43\x13\xcf\xe9\x42\xb8\xe7\x8b\x70\xc0\x8c\x60\x8c\xe1\x9a\xf3\x09\x07\x70\x20\x38\x2d\x68\x1a\x34\x23\xb8\x9e\xb2\x0d\x9f\xc5\x29\xe8\x75\xf8\xa6\x69\x08\x76\x7b\xe2\x28\x3e\x94\xeb\x0a\x6d\x3f\xf4\xa0\x16\x7f\x23\x1f\xa6\x29\xa2\xf2\xc1\x53\x24\x89\xa3\xa1\xc5\x81\x75\x6c\xb4\x38\x48\x57\xfa\x31\xa1\x86\x39\x42\xb5\xca\xed\x43\x8e\xc6\x02\x6a\x98\x23\xe4\xe8\x1e\x00\x7d\xfa\xd4\x07\xe3\x92\x5c\x86\x88\x46\x7a\x6e\xc1\xc8\x60\x58\x97\x03\x1b\x83\x6c\xcd\xdd\x07\x68\x64\x84\xfb\x40\x35\x59\xb2\x9b\x81\xa5\x9a\x68\x8a\xec\x0f\xa6\x68\x33\xec\x0f\x5a\x19\x2e\x0c\x40\xfe\x70\x41\xc5\xab\x45\x25\x83\xeb\x1d\x86\xba\xa8\x3e\xdf\xbd\xbf\xbf\xfc\x2c\x82\x69\x42\x6a\x97\x3b\x80\xd0\x47\x34\x1c\xa6\x09\xc5\xd2\x33\x58\x26\xb4\xa2\x7b\x19\x96\x09\xa5\xfa\x3b\x3a\x65\x3e\x35\x79\x4c\x44\xb5\x3f\xb4\xef\xac\xfe\x90\x02\x42\x97\x9d\x09\x5a\x1b\x07\x8b\x86\xd2\xbc\x4c\xb8\xec\xcd\xc0\x7f\xb6\x36\x46\x13\x44\x5c\x83\x22\xe9\xf4\x67\x33\x7a\x8c\xfb\x7f\xa3\x0c\xeb\x1b\x97\xd0\x9b\xcc\x56\x5c\xd4\x87\x70\x81\xe3\xe2\x75\x4f\x37\x8c\x03\x16\x70\x49\x45\x50\x85\xff\xca\x14\x44\xec\xeb\x2e\xec\xe8\xc4\x85\xdc\xa8\xee\x66\x61\xfa\x4d\xe6\x3f\x2e\xde\xe8\x14\x57\x07\xad\x28\x6a\xb8\xe6\xe6\x87\x4d\x20\xb4\xd6\x4f\xd5\xf7\xb9\x6f\x93\x9b\xa1\x53\x86\x87\xfa\x81\xa7\x89\x6a\x9e\xcb\xbf\x74\x1e\x9b\xb8\x28\x2f\x2a\x6a\xf3\xdc\xfd\xad\x0c\xb5\x02\x33\xc1\xc9\x2d\x0e\x85\x62\xd2\x95\x1e\x08\xc6\x94\xbb\xa7\x18\x9c\xa2\xbb\x80\x83\x69\xd2\x32\x4a\xb0\xad\xe9\x93\xd5\x9f\xc3\xad\x42\x75\x71\x19\xba\xa1\x7f\xf1\xd8\x0e\x29\xce\x59\xb3\xc0\x19\xea\xd5\x10\x50\x6c\x6a\xdc\x64\x36\xe7\x50\x8f\xe7\x0c\x35\xba\x99\x1f\x08\x52\x37\x2f\xff\x39\x27\xf4\xa5\x3e\x00\x9e\x81\x4d\xc3\x86\x79\x73\xaf\xea\x9d\xf7\xf9\x1c\x5a\x7d\x08\xa1\x66\xb8\x07\x9a\x0c\xb8\x8c\xe1\x4d\x5c\x86\xf8\x02\xde\x35\xc4\x17\xb8\xfc\x1d\x59\xd6\x39\x34\x6e\x48\xd2\xa5\xb6\x8a\x6b\x63\xf5\xa7\x21\x52\x70\x6f\xc6\xa6\x13\x84\x3f\x84\xc6\xad\x6a\x1a\x38\x0c\x22\x44\x71\xe1\x3e\xd7\x0d\x16\x97\x0e\xc3\x70\xab\x64\x4b\xb4\x18\x38\x0c\x12\xca\x84\x8c\x3d\xa6\x17\x07\xc6\x1e\xba\x96\x42\xc6\x1e\x12\xbb\x47\xc2\xeb\xe6\xd2\x2e\xc2\xf4\xa3\x15\xea\x40\x22\xf1\x75\x23\x0c\x4b\xc2\x77\x0a\x5e\x22\xd1\xc0\x50\x78\x93\x28\xe7\x14\xbb\x1d\x09\x08\x2f\x51\x47\xa4\xc9\x83\xab\x76\x60\x43\x76\xe8\xdb\x8f\xe8\x74\x24\x32\xb4\x93\x2c\x5d\xc0\x4e\x24\x4b\xf2\x15\x89\xa8\x3a\x35\x80\x40\xb0\x14\x0f\x0e\x06\xad\xe5\xa9\x09\xaa\xe9\xb1\x89\xdc\x87\x3f\x64\xbc\x10\x17\xd2\x43\x8a\xbb\x93\xc0\x7c\x7a\x93\x13\x5f\xa5\xd3\xeb\x71\x48\x7a\x2b\x42\x8f\x44\xee\x33\x74\x00\xd2\xc2\xe0\x9e\xaa\x83\x85\x5a\x8f\xc5\x58\x0a\x82\x48\x64\x3d\x1c\xe0\x4e\x4d\x6a\x06\xaa\xfc\xe1\xbd\x22\x91\x8d\xa7\x10\x06\xbe\x64\x5b\x02\x66\x2b\xad\x84\x21\x2c\x87\x17\x6e\x53\x46\xab\x79\xd0\x72\x42\x38\x9f\x88\x3a\xde\xc7\x4d\xf2\xc3\xd5\xa0\x11\x8b\x6c\x2c\x22\x53\xe7\x2f\x83\x84\xc8\x13\x58\x1e\x2e\x2c\x2c\xec\x02\xb9\x38\x6e\x87\x8b\xf3\x34\x0b\x0b\x1b\xf2\xa2\x91\xc1\x28\x54\x5e\x86\x91\xa1\xbd\x0b\x21\xab\x6c\x63\xa4\x3e\x8b\x4c\xef\xe0\xf0\x87\x20\x2b\xbc\x1d\x22\xe3\x2d\x34\xdc\x0c\x31\x27\x1e\x10\xae\x09\xc2\xc0\x4c\x65\xf1\xd3\x49\x70\xac\x49\x10\x9c\x7d\x3c\x49\x3c\x86\x4a\xd3\xac\x60\x8c\x2f\x89\x75\x64\x52\xc0\x10\xea\x64\xc4\x9a\xab\x42\x00\x18\xe0\xb4\x2a\xd2\x09\x03\x9c\x26\xb1\x51\x64\xe1\x4a\xd1\xe0\x80\x2b\xe2\x14\x02\xf6\x37\x4d\xb7\x6c\xc0\xfe\xa6\xf6\x6a\x68\x23\x9c\x9d\x9b\x01\x4b\x2d\x42\x0a\xfb\x9b\xc6\x60\x07\x07\xba\xd9\x85\xa6\xc8\x4b\xde\x4b\x45\xe2\xe5\xcb\x02\xd1\x18\xab\x5e\xa6\x91\xf9\x52\x09\x91\x9d\x4c\x3d\xa0\x68\x19\x6c\x77\x5a\xbd\xd4\x2a\xc9\x95\x37\x19\xd7\x33\x1d\x28\x0f\xf4\xfa\xfe\x8a\xcb\x7b\x0c\x11\xaa\x58\xc3\xc8\x14\xa1\x86\x47\x8e\xb0\x09\x7a\x7e\x46\x39\x38\xa7\xb7\x58\x14\xba\x69\xf0\x81\x11\xb0\xe3\x69\x95\xdc\x57\x14\x61\x5c\x35\x88\xa8\x18\xba\x9d\x8a\x30\xae\xba\x51\xc4\xfd\xe8\x6e\x15\xae\xc6\xd9\x65\x87\x90\x99\xae\x16\x86\x16\x1a\xae\xf9\xc2\xd0\x9a\xa0\x37\x3c\x06\x5d\xf3\x3e\x03\x75\x23\x98\x83\xd0\x0d\x86\x43\xcd\xf7\x48\xa1\xb3\x87\x3b\x08\x4e\x42\x4d\x1e\x6c\x6b\x95\x8f\x1d\xba\x9d\x9f\x51\x0f\x81\xe0\x94\xa6\x0b\x27\x0b\x35\x43\x3e\xbe\xa3\xba\x59\x8e\xd4\x85\x40\x86\xec\x2f\x6f\x40\x1a\x2a\x6f\x63\x7f\x47\xc3\x95\x68\x5a\xe2\x73\x1d\xcf\x21\x4a\x01\x5b\xa5\x74\xde\xb0\x3f\x24\xd5\x30\x64\xca\x46\xa9\x42\x24\x16\x33\x04\x43\xa6\x52\x3c\x2b\xd9\xd0\xba\x26\x2c\x21\x9b\x21\x5c\xc0\x3a\x35\x30\x6b\x2a\xb2\xc4\x0b\xc4\xf1\xac\x32\x40\x08\x18\x39\xb5\x6a\xcc\xc0\xe5\x28\x2d\x40\x14\x5a\x42\x86\x18\x2c\x86\x5b\x30\xb6\x95\xcd\xa5\xd1\x42\x09\x15\x8d\x19\x8c\xe0\x21\xbe\xa5\x92\x8d\x94\x0a\x32\x60\xf3\x54\xd3\x53\x58\x81\xe0\x53\x10\xf1\x4d\xf7\x28\xac\x9a\x8a\x74\xf7\x51\xe9\xed\x26\x54\xa9\x14\xf6\xc6\x70\x61\x1c\x34\x6a\x02\x80\x46\x22\x0c\x95\x1c\x9e\x3b\x3c\x68\xd4\x64\x17\x1b\x30\x54\x6a\xb2\x70\x0b\xc4\x22\x6d\x55\x4c\x05\x8c\x91\x5a\x15\x5d\x52\xc4\xca\xd0\x11\xae\x10\x9a\x48\x01\x1b\x95\x1b\x55\xfc\xe1\x02\xd4\x05\x71\x19\x75\xc3\x55\xe8\xeb\x62\xb8\x90\x94\x39\xfc\x25\x78\xa5\xea\x56\xe1\x7c\xe4\x75\x83\xc0\xb6\x36\x4d\x8a\xb1\x5f\x8b\x66\x2f\x6a\x13\x6a\x95\xbb\xda\xd4\x0c\x2e\xb1\x5a\xdd\x0c\x30\xbc\xba\xe6\x9b\x96\xef\x1a\x1c\x78\x9c\x91\xfd\x21\x96\x51\x0b\x0e\xe3\xa8\x53\xb5\x09\xc4\x3a\x6a\xa8\xb4\x8e\x4a\x97\xe8\x2d\xac\xa3\xb2\xef\x2d\x5a\x47\x75\x21\x20\xad\xa3\xd2\x75\xb9\x10\xd1\x92\xb4\x57\x30\x72\x6a\x55\x1c\x07\x8c\x9c\xe2\x01\x3e\xe7\xb1\xaf\x91\x36\xd2\x06\x6d\x38\xec\x96\xa6\x2f\x7f\x98\x2d\x9d\x27\xac\x06\x43\xe2\x50\x5d\x88\x6b\x42\xc7\xbf\xf1\xbc\x37\x37\xca\xd5\xd0\xfc\x9b\x7c\x62\x55\x95\x96\x04\x45\xc3\x86\x30\x5d\xfa\x8c\xa0\x15\x53\xd1\x81\x6b\x38\xc4\xb5\x1b\x22\x6e\xf8\x3b\x68\x53\x3c\x18\xaa\x72\x2f\xe1\x1f\xcc\x98\xea\xd0\x69\x6c\xbc\x8a\xbc\x6c\x70\x5f\x0d\xaf\x3e\x45\x56\xda\xe1\xc6\x3b\x43\xa7\x0f\x96\x42\xa5\x17\xb5\xa9\x1d\x2e\x1a\x29\xf4\x30\x55\x7c\x4a\x93\xe3\x83\xea\xd2\x8e\xa8\x88\x8a\x74\xee\xb0\xa6\xd1\x19\xab\x4e\x3c\x6d\x9f\xc4\xb0\x21\x08\xde\x6d\xd9\xd0\x79\xee\xfc\x5a\x36\xd1\xca\x25\x08\xc6\xe5\x62\x04\x3a\xf8\xdb\x19\xee\x0f\xb3\x78\x7a\xe7\x19\xe6\xb0\x7b\x10\xf9\xb4\xdf\x9d\x87\xb8\x1b\xc2\x21\x16\xd1\xa0\x91\x51\xc9\xfe\x10\x08\x25\x2a\xd1\xc9\x97\x3e\xd0\x1b\x9c\x9f\x26\x2f\xd1\x6a\x2b\x3f\x26\xd3\x08\x12\xd2\xaa\x1e\x94\x1d\xb6\xbe\x97\x76\xb8\xc3\x4c\xb1\xea\x11\xd1\xb5\xc3\x5a\x70\x58\x15\x4d\x5f\xd2\x7d\x71\x6f\xba\x41\x84\x41\xd2\x1d\x02\xb3\xa2\x26\x2b\x65\x46\x4a\x9d\xd2\x89\x30\x54\x6a\x7d\x9a\xd9\xc4\x77\x11\x0a\x98\x15\xb5\xea\x3d\x85\xe4\x33\x99\xc2\xd2\xae\x28\xbc\x8d\x9b\xc2\x9e\xee\xba\x58\x2c\x0f\x9d\xb7\x81\x1f\x35\x9d\x01\xd7\x74\xa8\x60\x83\x74\x0a\xb5\x94\x42\x24\x49\x0e\x60\x77\xd4\x64\x2a\x1a\xb0\x3b\xaa\xd2\x3d\x30\xb2\xeb\xac\x3a\x39\x83\x4a\x79\x11\x2e\x9a\x1d\x25\x3f\xf8\x07\xa9\x81\x9e\x9c\xb0\x1e\x9a\x32\xeb\x8d\x41\x14\x10\x1d\x1d\x64\x07\x9a\x21\x98\x99\x84\x6b\x12\x3d\x42\x10\xc9\x8f\xc7\x46\x72\xa0\x1d\x40\x20\xe8\xe9\xab\x02\x46\x47\xa7\xaa\x5b\x85\xf0\x2d\xbb\x55\x9c\x4e\xbd\x29\x86\x90\x47\x8f\xa3\x21\xfc\x10\xb4\x88\xbc\x22\x24\x83\x6a\x59\x5d\x1d\x83\x51\x3c\xa5\x41\x8e\x01\xc5\x50\xf3\x5a\x91\xe1\x15\xa7\x3a\x16\x36\x56\x7b\x37\xc8\xef\xea\x75\x3a\xe8\x50\x75\x85\x41\x9c\xba\xa7\xd1\x73\x39\x5e\x1e\x2b\xaf\x27\x6f\xd5\xc2\x50\xc5\x53\x0e\xa1\x92\x8e\x24\x8d\x8e\xaa\x1b\x3d\xa8\x14\x97\xb7\x83\xd7\xca\xf0\x87\x08\xa0\x22\x42\x36\x48\x65\xc2\x10\x90\x23\x89\x91\x83\xb9\x50\x6b\xe2\xf0\x27\xa9\x8c\x10\x00\x26\x41\xb3\x89\x1e\xc3\x24\xe8\x7c\xe8\x42\x4c\x2a\x5c\x18\xd0\x75\x17\x41\x20\xe4\x1a\x37\x4c\x82\xe2\x9a\xae\x89\x20\xc1\xd9\x65\x30\x2d\xd1\xcd\x89\xb8\x33\x53\x66\x66\x31\x89\x1c\x4f\xa3\x81\x09\x0b\x55\x60\x21\x34\x86\x47\x8a\xb7\xf1\x95\xdd\xcc\x86\x88\x47\x73\x0a\x70\xed\xc2\x38\x1a\x01\xa5\x94\xfc\x21\xd7\xc6\x5d\x60\xf9\xc5\x29\x4e\x3e\x77\xf4\xfa\x9c\xda\xfd\x21\x68\x60\xd9\xd4\x21\x44\x35\xb6\x41\x0c\x18\x0c\x4d\x1f\x31\x86\x88\x69\x5e\x36\xdc\x23\xed\x72\xd9\x8d\x39\x69\xa4\xd0\x20\x76\xd1\x5c\x58\x04\x85\xc9\xd1\xa4\x34\xc6\xdd\xd3\xae\xb1\x18\x2a\xec\xde\x1f\xe2\x86\x17\x82\x21\x7a\x4c\x5c\xc2\x0c\x98\x12\x95\x76\xb9\x51\x6e\xa9\x78\x5a\xd8\x12\x85\x2c\xe7\x03\xb6\x44\xed\xd7\xaa\x8b\x55\xdd\x25\x22\x14\x89\x3a\xc2\x40\x28\x9d\xe7\xd5\x0f\x89\x35\x23\x3c\xa7\xa4\x1d\x87\xf9\x50\xc8\x38\x9e\x31\xa9\x9a\xec\x2c\x03\xa6\x3e\x4d\x62\xd4\x40\x2c\x97\x9a\x44\x73\x61\xdc\xd3\x7c\x32\x11\x67\xa5\x35\x5d\xc7\x08\xb3\xd2\x24\xd0\x0e\x84\x59\x69\x4d\x54\x04\xb6\x3d\x4d\x66\x66\x01\xdb\x9e\x30\xd9\x44\x28\x95\x30\xd5\x64\x84\xee\x24\xeb\xc0\x08\x18\x6c\x34\x11\xca\x58\x5c\x71\x1d\x8d\x58\x1c\x8d\x21\xae\xb8\xab\xf2\x9c\x6a\x6c\xa4\x0c\xa9\x19\x84\xdd\x4b\xf8\x43\x78\xb4\x0a\x53\x60\x05\x54\x2d\xfc\x08\x3c\x93\x65\xf0\x1e\xb1\x48\xfd\xfc\xdd\x07\x58\xa4\x85\xa2\x3d\x6c\xd2\x5d\x85\xd0\x2e\x4d\xa6\xb3\x01\x83\xa1\xb8\x44\xa8\x43\x88\xa3\x3b\x86\x06\x43\x92\xc4\x47\xd0\x8c\x3a\x89\x59\x88\xcd\x88\xf1\xea\x52\x98\x23\x7e\x24\x10\x29\xd4\x52\xa4\x80\x91\xa3\x94\x06\x11\xc2\x1c\xdd\xcf\x30\x27\x0a\xdf\x63\xeb\xdc\x46\xcd\x42\x46\x04\x8c\x69\x4d\x07\x9e\x26\x42\x5d\x98\x02\x4b\x9f\xf0\x65\xb4\x18\x05\x2b\x89\xfc\x2d\xca\x94\x93\x1b\x45\xd4\x66\xf5\x0f\xdb\x9e\x46\xd7\xdb\x03\x55\x7e\x38\x05\x62\xaf\xc2\x85\xe7\xe0\x16\x61\x35\xac\x72\x8a\xdf\x58\x8b\xfb\xa8\x5b\x64\x69\x1f\x45\x38\x60\xb2\x33\xfd\xfe\x44\x70\x93\xb0\xdc\x70\x81\xa6\x37\xd1\x26\x18\xe2\xc4\x25\xd9\x30\x82\x9b\xcc\xee\x56\x64\xb8\x2e\xe2\xb0\x48\xe1\x75\x6d\x2c\x98\xfd\xc9\xfe\x3e\x16\x0d\xd0\xf5\xe1\xe6\x9a\x4e\x43\x09\x50\x17\x94\x41\x54\xb2\x20\x78\x7f\x64\xd7\xe4\x81\x77\x4d\x6c\x9b\x8e\x3f\x63\x94\xc8\x22\x30\x60\xa1\x93\x92\x1c\x2a\x03\x41\x4a\xc2\xf2\x05\x98\xe8\xcc\xe7\x43\x1e\x4d\xd1\xc2\xcd\xa3\xe9\x0e\x83\xa6\x0e\xae\xb9\x71\xbd\xba\xec\x45\x3b\x6e\x17\xe2\xf4\x0b\xdf\x60\x67\x93\xcd\x9a\x6f\x7a\xde\xeb\x30\x20\xba\x48\xcd\x12\xc4\x21\xb8\x48\x6b\x6e\x05\x6a\xd0\xa1\x15\xa5\x0d\x8e\xfd\xd9\x02\x36\x38\xc9\x2f\xda\xcd\x13\x96\xdd\x0c\x47\xa3\xa7\xd0\x86\x25\x67\x11\x1b\xb7\xe9\xa8\x20\x3c\x61\xc8\x10\xcb\x1e\x11\x15\xa4\x0c\xaf\x29\xee\xec\xe6\x0e\x49\x52\xc5\x0d\xc3\x5c\x27\x4d\xcf\x89\x16\x98\xa2\x13\x30\xde\x29\x46\x0c\x18\xef\x34\xdf\xe7\x2f\xc6\x98\x6b\x86\xb0\xdc\x7a\xa6\xd0\x94\x27\xc9\x76\x2e\x60\xcb\x53\x65\xf1\x1e\xb0\xe5\x89\x2b\x7e\xac\x4d\x0c\x85\x8e\xbf\xfc\x21\xc6\x4d\x95\x6c\x20\x96\x48\x93\x9d\x59\xbc\xe8\x3e\xab\x8b\xe9\x45\x47\x85\x5c\x0d\xbe\xe1\x26\xa6\xaa\x88\x70\x3b\x74\x66\x11\x04\x7e\x0e\x91\x22\xd8\x00\xcd\xf6\x94\xe1\x78\xe5\x66\x70\xa2\xd0\x55\x41\xc3\xb5\x33\xff\x31\x44\x7b\x63\xdc\xc2\x62\xed\x0a\xe2\xa7\xd7\xa2\x9b\x10\x41\x0c\xdb\xe5\x71\x83\xf1\xba\xdc\x0a\x5f\x06\x59\xc7\x1b\x01\xd4\xdb\xe5\x09\xe3\x65\x20\xed\x65\xd0\xb2\xc7\xcf\x1d\x84\xef\x68\x97\x24\x18\x0c\x61\x7e\x15\x97\x31\x06\xbd\x5a\xc1\xbb\xd0\xaf\x3b\x18\xf6\x28\xe9\xc0\x81\xc0\x94\x65\x51\x37\x85\x29\x57\xa3\xb0\xec\x39\x85\x53\x20\x4c\x07\xf5\x10\x87\x09\x4e\xb6\x1c\x86\x66\x36\x3d\x1b\xe2\xa4\x74\xdc\x10\x37\xbc\x5d\x4f\x21\x78\xc4\xa7\x0c\x21\xde\xba\xfb\xc7\x7d\xae\x6b\x49\xc1\x3b\x84\x8b\x8c\x1b\x6e\x91\x30\x4d\x69\x2c\x94\x83\x29\x4d\x4e\xc5\x10\x8e\x77\xb8\x26\x97\x54\x93\xc0\xcd\xfb\x14\x31\x36\x80\xbb\x83\x77\x87\xee\x5d\xda\xd1\xc8\x4a\x3a\x18\xd4\xfb\x12\x3e\xd3\x56\xc6\xb2\x14\xda\xca\xa4\x2c\xae\x13\xb6\x32\x45\x7e\xbc\xf1\x26\xbd\xce\x0f\x38\xb1\x86\xfe\x12\xbb\xf6\xb4\x8a\xd0\xdd\xc5\xfd\x63\xd7\xaa\x21\xa2\x77\xf8\x43\x18\xbb\x8b\x27\x81\x1d\xcd\x29\x34\x08\xe5\x9a\x17\x8a\x78\xd2\x0c\xc1\xaa\x41\xf7\x85\x0c\x60\x84\xa6\x6f\xe2\x89\x4e\xf0\x9b\x7e\x00\x7a\x6a\xd3\xc6\xc5\x3a\x20\xd8\xb8\x64\xbf\xd1\x61\xe2\x92\x65\xef\x1c\x30\x71\x69\x97\x2e\x2f\x98\xb8\xb4\x4b\x58\x02\x2b\x96\x12\xe1\x32\xf4\xa0\xf5\xbe\x99\xa8\x41\x5c\x1f\xa2\x50\xb7\x4b\xac\x04\xc3\x56\xc8\x61\x26\x60\x7e\xd2\x4c\x86\x60\x7e\xd2\x2e\x11\x3a\x58\x9f\x24\x59\xcd\x04\xad\x4f\x8a\xf6\x17\xd6\x27\x4d\xc6\x9e\x71\x73\xd7\x64\xfd\x13\x0c\xf5\x6c\xa6\x07\xd6\x27\xed\x6a\x6e\x74\xb2\xaa\x46\xca\x5d\x13\xa1\x47\x64\x8a\x53\xe8\x4e\xe0\x06\x33\x3c\x80\x17\x0b\x5d\x17\xdb\x26\xc9\x2a\x2c\x55\xb2\xa5\xcc\xb0\x54\x69\x97\x08\x0f\x2d\x55\x92\xe9\x3e\x2c\x55\xda\x25\x61\x0a\x82\x2f\x37\xb3\xcb\xb4\x30\x19\xba\x75\x61\x61\x62\xd6\x01\x66\x23\x59\x9e\xd2\xc1\x88\xb6\x59\x6c\x15\x62\x51\x34\x45\x18\x08\x84\x18\x6e\x87\xe7\xff\x21\x85\xfe\x30\xbe\x97\x6c\x38\x83\x26\x26\x1e\x1a\x4c\x4c\xda\xe5\x3e\x82\x03\x4d\x82\xb0\x6e\xcf\x77\x20\x83\x62\xce\x10\x99\xa2\x99\x39\xfb\xf0\x1d\xed\xf7\xd8\x47\xd1\xf6\xd5\x0c\xdf\xd1\x42\x1b\x98\x8d\x84\x25\xb0\x1f\x6e\xb1\x10\xe5\xc3\xe5\x16\x69\xa7\xa5\x46\xb2\xe6\x14\xa6\x1a\xcd\x6c\xd5\x87\x0b\xac\xcb\x13\x56\x15\x53\x9e\x65\xf1\xd1\x72\x6b\x30\x88\x4c\x1c\xc3\xdf\xc1\x4c\xc7\xb3\xd8\xec\x10\xdf\x2d\x18\x4e\x34\x31\xe0\xeb\x22\x31\x95\x8a\x6f\xc1\x70\xa2\xc8\xad\x67\xc1\x36\x62\x6a\xdc\x8b\xd1\x99\x1b\x11\x75\xc1\x34\xa2\xc9\x4c\x67\xc1\xfa\x61\xea\xd6\x5b\xb0\x7e\x68\x7a\x47\xac\x8b\x77\x20\x93\x71\x1c\x90\xa3\x51\x33\xb0\x69\xd0\x4b\x71\xc1\x50\x21\xe9\x62\x5b\x17\x5f\xb8\x3c\x7b\xeb\xe2\x3e\x0d\x75\xc1\xa7\x8a\x07\x8a\x67\xeb\xf5\x7c\xc7\xd8\x53\x97\xaa\xf2\x60\x0e\xcd\x82\xa2\xf2\xe2\xb2\x0a\xaf\x26\x2d\xcd\xa2\xeb\x8e\x06\x8a\xe7\xa7\x0c\x1c\xd6\xc5\xb0\x68\x1e\xcc\xe1\x71\x86\x6c\xc4\xd6\xc5\x50\x03\x9e\x20\x93\x26\xa9\x87\x04\x7e\x44\xaf\x9f\x05\xa5\xf9\x64\x9e\x90\x03\xed\x33\x89\xe4\x9a\x08\x3b\xd5\x0d\xbd\xbf\xbf\x7a\x7b\x6a\x02\x4b\x24\x7b\x5e\x88\xad\x10\xf2\x2a\x5a\x89\xf2\x47\x09\x63\x17\x34\xea\xe5\xe9\x1f\x61\xb3\x25\x18\x5f\x89\xa7\x44\x92\xf1\x95\x70\x4a\xa4\xa5\x5e\xd0\xaf\xcf\x36\x5c\x15\x8e\x5a\x9a\x70\x62\xe4\x31\x1e\xe7\x05\xa5\xf9\x94\xe3\xda\xa2\xd2\xfc\x59\x45\x28\xcd\x43\x22\xf4\x05\xa5\x79\xd3\x93\x7e\x25\x58\x5a\xca\x6c\x63\x25\xb2\x15\x53\xdd\xd3\x23\xc3\x23\x85\xdb\xba\x74\xa4\x2b\xd1\x42\x3f\xab\x4d\xb2\x07\x92\xbd\xad\x4c\x8c\xe6\xd5\xbd\xa0\xc2\x6e\x92\x8b\xac\x4c\xd9\xbf\x64\x18\x0b\x2a\xec\x9c\x9f\x0f\x2b\x0b\xbb\x40\x84\x01\x7c\x0a\x81\x6f\x7c\x44\xac\x0c\xaf\x8b\xe9\x32\xf8\x97\x17\xb2\x4e\x0b\xba\xe6\xac\x47\xfb\x82\x02\xb9\x30\x4f\xd6\x81\x40\x4f\xa6\xcb\xc0\x81\xc8\xff\x6c\x41\xbb\x3c\xa7\x87\x4a\x51\x8c\x84\x2f\x2b\xc3\xb3\xa6\x0a\xfd\x32\x88\x8d\x51\x05\x2a\xe3\x3c\xdd\x07\x6c\x61\xe4\x9b\xba\x32\xfd\x63\x84\x1b\x8c\xcb\x20\x7d\xe6\x82\xfe\x76\x3e\x6d\xf2\x2e\x25\xfb\xbd\x32\x65\xf1\xcd\x5d\x20\xda\x82\x0c\xba\x16\xa3\x2d\xd8\x09\x63\x15\x4a\x2d\xf4\x4e\x5d\xc5\x56\x03\x3f\x24\xd3\xab\xf0\x1e\xce\xfe\x10\xf2\x5f\x3d\x87\x16\x94\xb6\xb3\xf1\x22\x5a\xd0\xa9\x36\x29\x86\x17\x74\xaa\x87\xbe\xaa\x2a\xb8\xe5\xae\x3d\x2f\x7c\xc5\x8a\x43\x5c\x85\x61\xd1\x34\x4d\x28\x55\x27\x83\x79\x1e\x08\xc1\x20\x42\x13\x39\xdb\x13\xf2\x8d\x5f\x8c\xe2\x70\x79\x92\x67\xc9\x67\xf6\x68\x28\x0d\xb9\x34\x1a\x4a\x43\xe4\x0d\xbd\x0a\xce\x43\xb8\x0b\x9e\x87\x56\xfd\x25\x4c\x7f\x85\xbb\x85\xe9\x12\x3d\x63\x5e\xd3\x8c\x36\x74\xc0\xfd\x64\x54\x3a\xd0\x0b\x51\x39\x5d\xa6\x40\xd7\x6e\xe7\xa0\x87\x58\xdb\x55\x40\xab\xa6\xa8\x4c\x81\x85\x5f\x79\x20\xaa\xf7\x0d\xc1\xb9\x40\x54\x06\xc1\x21\xaa\xe9\x11\x54\xac\xf3\xf2\xba\x6d\x3c\x56\x44\x00\x10\xfe\x41\xe9\x9d\x0e\xc4\x29\x3e\x20\x12\x3a\xf1\x4d\xbf\xaa\xc2\x08\x0c\x41\x48\x47\x94\x5c\x76\xf3\xc3\x29\x10\x6e\x18\x7c\xd3\xaf\xca\x00\x62\xcd\x50\x7b\x72\x46\x1d\xa8\x23\x92\xb3\x9a\x09\x3a\x7a\x34\x41\x0b\x8c\x98\x3a\xe4\x21\x33\x1d\xab\x70\x5f\x4b\x1e\x29\xee\x06\xc5\x22\x59\x48\xed\x37\x9f\x71\x6b\xdf\x44\xab\xa0\x45\x6d\xdd\xfd\x83\x8e\x75\x4f\x6a\x11\x71\xa7\xbf\x1c\x4f\x42\xab\x03\x31\x0f\xd7\x74\x27\x30\x78\xac\xfe\x12\x91\x07\x9f\x32\xc6\xda\x73\x1f\xb4\xae\x17\xcd\xa9\x74\x97\x7c\xc6\x0a\x81\x1f\x1f\xf9\xab\x32\x62\x98\xc8\x63\xa5\x8c\xab\x89\xcc\x40\xff\x5a\x7c\xa7\x57\xbc\xc0\xa5\x29\x5c\x50\xb8\xd6\x24\x92\x5f\x61\x35\xa4\xb8\x30\xab\x6e\x4a\xad\xb5\x70\x9b\xab\xea\xef\xb8\xaa\xde\x2a\xd0\x0e\x3d\x2e\x96\x34\xb5\xed\xe9\x11\xe7\xc8\x4b\x2e\xda\xc1\x57\xef\x92\xaa\x56\xfe\xd1\x8b\xaa\x5a\x3d\x44\x56\xe3\x63\x4e\x38\xd7\x84\x65\xa2\x88\x0a\x64\xa1\x55\x46\xb0\x8a\x62\x7e\x00\xe1\x28\xb2\x11\x82\xe1\x28\xfa\x30\xc4\x43\xf6\xf4\x81\x35\x6f\xfe\x10\xec\x6e\xf5\xe0\x10\xa6\x51\x1c\x4f\x0b\x0d\xd5\x20\x03\x8a\x6a\xe0\xb4\xb1\xec\xfa\x10\x1c\x66\xf6\xd8\x60\x52\x24\xa1\xda\x6a\xb0\x61\x56\xc8\x87\xd5\xc0\x7d\x16\x11\x92\xc6\x98\xf0\x0c\x1a\x7a\xc0\x85\x66\xd4\x21\xf3\x3c\x8a\xc8\x51\xc7\x9b\xe4\xe6\xbc\x10\xaa\xa2\x48\x38\xb7\xa0\xe4\x0d\xb1\x78\x8d\x2a\x15\x51\x2e\x68\x75\x47\xb8\x07\xbe\xec\x7b\xfa\x31\x4f\xbd\xa0\xf2\x9d\xcf\x82\x93\x00\xf9\xd6\x6f\xbc\x67\x44\x9e\x11\x80\x42\x49\xdc\x0e\x04\xf7\x61\x11\x27\x05\xa0\xe8\xd9\x55\x3b\xb6\x4a\x63\xa5\xe4\xb4\xeb\x0c\x42\x77\x9c\x53\x75\xd5\x00\x7f\x62\x88\x2a\x51\xb6\xda\x89\x47\x5d\x5d\x76\x66\x33\x15\xf7\x40\x85\x30\x03\xac\x1e\xa8\xa0\xcc\x10\x24\x52\x7c\xc4\xad\x3e\x35\x38\x83\x88\x3b\x20\x7e\xb4\x33\xb7\xa3\xc6\xd6\x19\x93\x5d\x37\x2b\xb5\xc5\x49\x96\x62\xab\x33\x81\x60\xf5\xe0\xde\xe8\x51\x63\xc3\xdd\x25\x73\x98\x85\xa4\xa1\x99\x39\xb4\x0e\x04\xc3\x69\xdd\x5c\x08\x49\xd1\xe5\xb2\xb7\xa8\x2d\x4e\xbd\x68\x6c\x30\x4d\x9b\xee\x1f\x8e\x77\x8a\x96\xb1\xa0\x20\xee\x97\xd7\x66\x61\xc2\xee\xe2\x10\xb2\x2e\xa7\xcc\x85\xb8\x12\x45\xbe\x7d\xab\x33\x69\x57\x31\xb4\x51\x53\x3d\xe0\x25\x28\x13\xd3\x85\x28\x13\xdd\x97\x23\x54\xbe\xdd\xfc\x08\x74\xb3\x59\xee\xb3\x4b\xba\xd9\xee\x15\x66\x8c\x21\x9d\xa9\xbe\x31\x50\x77\x4f\xda\xd0\x75\x8a\xa0\x7e\xcd\x92\x94\x2f\x84\x72\xe8\xd2\x1b\xad\xa1\xc0\xe6\xaa\xc9\x8c\x23\xda\x35\xc6\x63\x50\xcc\xb4\xc5\xec\xba\xb2\xb0\x58\xd0\xb7\x56\x5f\xdc\x83\x51\x63\xc4\xc7\x0d\x2d\x77\x08\x9a\x18\x9a\xbf\xe3\xfe\x6a\x81\x07\x63\xcd\x55\x77\xcf\x53\x34\xdc\x3f\xc4\xcf\xc3\x85\xd8\x7c\x5d\xf1\x83\x7b\xc1\x77\xf9\x62\x90\x87\xd4\x45\xa9\xa1\x35\xcd\xe6\x07\xa1\x18\xad\x49\xb7\x01\x62\x3e\x28\xf1\x66\x5b\x4c\xf8\x6b\x0e\x98\xa1\x12\x92\x04\xb9\x0b\xb1\x12\x6a\x16\x9e\x32\x00\x82\x7c\xa6\x16\x03\x20\x24\xa9\x51\x16\x54\x9a\x65\xe8\x56\x9b\xf2\x03\x11\xa2\x32\x04\xc2\xc8\x86\x28\x41\x31\x84\x20\x71\x1a\x2a\xd4\x9d\x5d\xc2\xb3\x05\x75\x67\x37\x57\x07\x75\x67\x37\x5f\x89\x28\x07\x5d\xb2\xc3\xc5\x28\x07\x4a\x49\x75\x40\x2c\x4e\x31\x04\x22\x1e\xfe\x90\x79\xe1\xd4\x28\x7c\x49\x8b\xbb\x60\xb4\x02\xdd\x4d\x93\x4b\x2c\xd6\x70\x72\x89\x87\xf6\x91\x19\x71\x7d\xa7\x32\x78\x81\xbc\xc2\x16\xb5\x88\x45\xab\x38\x89\xd3\x3a\x0b\xd2\x22\x0e\x4f\x7f\xe3\x10\x89\xff\x60\x0e\x8a\x34\x74\x32\xa9\x46\x94\x93\xcc\x42\x2c\x81\x2e\xc9\xe6\x82\x86\xaf\x4b\x06\xba\xa0\xe0\x9b\xb9\x19\xa2\xdb\x7d\x15\x84\x8c\x72\xe2\x05\x83\xd8\xff\x1b\x62\x7c\x2c\x38\xf3\x77\xc9\x12\x57\x30\x80\xb4\x9b\x59\x98\x94\x08\x2a\xb4\x6f\x43\x96\x80\x0b\xda\xb7\x7e\x15\xd7\x5c\xb0\x0c\x32\x74\x1e\xd8\x72\x35\x59\x50\x85\x55\x49\xff\x17\x54\x61\x5d\x02\xc2\x05\x4d\x58\x91\x9a\x6c\x41\x13\xd6\x25\xa0\x5b\x50\x76\xf5\x67\x2c\x40\x4c\xef\xd3\x62\xa0\x1e\x8a\x96\x16\xe2\xff\x67\x99\x93\x2f\xb8\x9c\x77\x2f\x0c\xb4\x4b\x91\x45\x08\xe0\xf3\xdd\x25\x82\x5c\x8b\x9b\xa6\x17\x25\xd4\x49\x45\x0e\x0b\x8b\xb1\xf2\x93\x42\xb6\x2d\xe8\x93\x7a\xeb\x6a\x74\x03\x83\x25\xce\x58\x60\x76\x25\xc8\x5c\x8b\x44\xaa\x1a\x02\x91\x52\xe4\xb1\x45\x8f\xf0\x34\x35\x29\xa8\x97\xb2\x22\x21\xad\xcd\x8b\x47\x28\x4c\x2f\x6f\xd9\x56\x2c\x68\x89\x8a\x22\x3e\xac\x4d\x2a\xa5\xad\x70\x78\xfa\x6e\x10\xd8\xa6\x1b\x7c\xcb\x79\xae\x1b\xec\x28\x54\xff\x81\xc5\xd1\x09\xde\xa4\x61\x22\xbd\xd0\x21\x75\xc9\x24\x17\x14\x43\x5d\x92\xcd\xb5\x99\x72\x99\x32\xa2\xc5\xa8\xf3\x49\x21\xb3\xd6\xe6\x89\xd2\xde\xec\xc5\x0e\xd5\x05\x53\x1e\x0c\xd7\x04\x25\x9a\xc3\xad\x72\xe3\x54\xb8\x71\xf6\x85\xed\x50\xfe\x84\x02\x68\x2d\x44\x7d\x8f\xac\xbb\x06\x1e\xd8\x21\x8f\xb8\x05\x75\x4b\x28\x8a\xc7\x7a\x91\xba\x74\x43\xec\x30\x5c\x95\xcd\x54\x41\x2f\x44\xde\x13\xc4\x85\xd2\x14\x5f\x24\xf6\x5a\x44\x25\xcb\x0d\xf7\x88\xc4\xe8\x52\x9a\x2d\xb8\x47\x87\xbc\x35\x17\x54\x23\x91\x75\x9f\x40\xdf\x31\x4d\x16\x18\xcb\x3c\xf9\x81\xfd\x22\x36\x8a\xb7\x61\x2c\xf3\x64\x1e\x09\xb1\xcc\xab\x9c\x44\xd6\x8b\x07\x45\xd8\xf8\xa2\x1f\xbb\x9e\x05\x6f\xd2\x0c\x71\xb3\x50\x54\x84\x42\x2c\x2c\xa9\x1f\xb4\xfb\x6f\x52\xd7\xe1\x32\xec\x62\x68\xdf\xde\xa4\xae\x12\xb5\xc1\x21\x38\xcb\xb0\x7b\xc1\x21\xb8\x96\xe7\xc3\xce\x0f\xd5\x23\x42\x87\xfb\xe9\xf3\xa6\xd1\xda\x74\x19\x78\xb2\xa7\x7f\x1c\x46\xa1\x0d\x13\x97\x8e\xec\xef\x10\x3a\xbc\xb9\x0b\x58\x56\x57\x97\xdd\xec\xd0\xcd\xc0\xcb\xd6\x23\x25\xcd\x12\x4a\xc1\x21\x58\xd9\xb4\x0e\x04\x2f\x3b\x5d\xd9\x50\x72\x74\xf3\x16\xf4\x07\x36\xf2\x41\x8d\x91\xe4\x04\xb3\xa0\xc6\xc8\xbe\xb0\xa1\xc6\x98\x72\xab\x5b\x6f\x9a\x36\x8a\x77\x54\x5e\x51\x1d\x21\xf8\xf8\x36\xe9\x7e\x16\x7d\x7c\x95\x42\xe7\x80\x5c\xe0\x1f\x66\x74\x39\x55\x2b\xbf\x74\x27\xc8\x99\xeb\xfd\xc6\xee\x9b\xd5\xa0\x93\x6f\x0a\x2f\x2a\x93\x7a\x3c\x1f\x22\x9e\x94\x77\x71\x73\x19\xbd\x8d\x1b\x22\x0b\x31\x10\xc8\x1f\xaa\xe4\xc9\x07\x4a\x08\x44\x55\x04\x71\x22\x5a\x71\xa8\x4e\x8a\x54\x19\x0b\xaa\x93\x26\x43\xef\x05\xd5\x49\x95\x19\xf2\xba\x29\xb2\xf1\x53\x03\x21\xc9\xab\x22\xec\x2c\x44\x24\x2f\xb2\xee\x5b\x70\x1d\x8e\xe6\xa2\xc5\xef\x3c\x1a\x28\xc3\xb2\x5b\x79\xe1\x71\xef\xef\x18\x0d\x5b\x65\xd0\xb9\x84\xce\xdb\x4d\x49\x8f\x9c\xc2\x16\xdc\x8a\x9b\x1c\x19\xd6\x2d\x2c\xd6\x96\xdf\xc4\xe2\xee\x76\xe0\x03\x20\xde\x12\x3e\xc7\xb5\x3d\x35\xf1\xd4\x4d\x86\xe0\x77\x25\x72\xcf\xdc\x9f\x7e\xcb\xdd\x8a\x55\xad\x91\x06\xd3\xd3\x6a\x4e\x94\x3b\xcb\x98\x7f\x29\xf9\xa7\x58\x0d\x28\x84\x4a\xf1\x7a\x33\x33\x8d\xb0\x8a\x0a\x21\xdf\xdf\x50\x08\x15\x19\x88\x2f\x28\x84\x5a\x3c\x65\x1d\x96\xdd\x5a\x0c\xc8\x12\x9e\x2d\x5d\x8c\xa2\xae\x32\xc8\xab\x2d\x03\xa2\xe2\x46\x81\x41\x16\xf4\x36\x35\xe9\x3e\x65\xb8\xf1\xf0\x74\x99\xa8\x23\xb9\x15\x86\x42\x0f\x57\x9d\x18\x8c\x66\x8f\xd7\x59\xd6\x11\x46\xd6\xcc\x2c\x7f\x80\x75\x13\x31\x93\x6b\x7e\x20\x92\x26\xf4\x51\x54\xa4\x2a\x88\x44\x52\xf4\x1c\x41\xcc\x73\xd2\x23\x87\x41\xcc\x65\x03\xb1\x90\x1a\x33\x8f\x69\x08\xba\xd6\xcb\x8d\x22\xca\xa2\x9e\x27\x0c\x62\x6e\x2e\x97\xde\xc7\xd9\x0f\x40\x68\x95\x92\x9c\xc3\x16\x14\x47\xb5\xb8\x0b\x50\x29\x0b\xc4\xa0\xf1\xc9\xd2\xc4\x2e\x28\x7c\x52\xf6\xd0\xb8\xbd\x7e\x66\xd0\x51\xf8\xa9\xca\x58\x27\x62\xc8\xe1\x27\x7c\xaa\x0e\x81\x38\x5e\xd5\xed\x20\xb7\xeb\x70\x19\x0c\x50\x25\x57\x81\xa3\xf0\x94\xcd\xf3\x62\x9c\xf2\x2a\x4e\x1a\x7e\xc2\x53\x36\x9e\x0b\x7e\xc2\xa7\x0b\xcd\x1f\xf4\xcd\xd2\x3a\x38\x0a\xcf\xd4\xdd\xcc\x9b\x55\xb5\x38\xe7\x95\xd7\xe4\xe4\xb2\x18\xc5\x3c\xfb\x7d\x06\x5f\xe1\x26\x57\x9d\xf5\xa1\x84\xde\x7d\x20\x11\xab\x9c\xe8\x17\x5d\x7e\xb3\xdf\x39\xd0\x4e\x29\x55\xfb\x81\x28\xa1\x76\x19\x93\x6f\x68\xe4\x9b\xc1\x6e\x34\x7f\xba\xfc\x16\x43\x08\xc5\x43\xe6\x75\xd3\xe5\x37\xeb\x61\xb1\xa9\xba\xd2\xf1\xde\x17\xcd\xbc\xd9\xcc\xa6\x57\x6f\x16\xbb\xbe\xa1\xba\xca\x69\xfc\xd8\xc9\x65\x43\xaf\x35\x65\x82\xb6\xe1\xf1\x3b\xc5\x4f\xee\x8b\x0c\x3a\x45\x60\x1b\x3a\xaf\x2a\x11\xf4\x86\xce\x6b\x2a\xa4\xc3\xa6\xce\x2b\xeb\xd5\xb3\x2f\x46\x1a\x0c\x0f\x1c\xa6\xd4\xdd\x1f\x7e\x9e\x34\xf6\x6d\x33\x6c\xba\xe3\x84\x6c\xaa\xc7\x0a\xd7\x7f\xd3\xad\xb7\x79\x6c\xe4\xfa\xbb\xcb\x30\xc5\xe7\x3b\xee\x46\x71\x21\x1c\x39\x9b\x56\x83\x41\x63\xa4\x03\xdb\x88\xa2\x5e\xca\x03\x6d\x16\x7a\x3c\xe0\x20\xbb\x0b\x81\x3a\x59\x9d\xc0\x06\x50\xaf\xa7\x7d\x09\xc9\xab\x0b\x99\x45\x5c\x6b\x05\x2a\x26\xf3\xe8\x4d\x2f\xdf\x2c\xf6\x7e\xc3\xcd\xb7\x26\x0f\x00\x4a\x21\xe6\x65\x6c\xfb\x62\xe0\xfc\x4b\xcb\x0a\x7d\x28\x73\xe3\x1e\x08\xf6\x3b\x4d\xfd\x33\xdf\x4b\xb8\x0c\x09\x4e\xb2\xda\xa4\xe5\xc9\x74\x9b\x74\xb1\x73\x9b\x78\x66\x3e\x65\xc8\x34\xd7\xb4\x6e\x74\x39\x19\x6e\xe5\x83\xab\x97\xab\x98\xe8\x8f\x40\xf2\xb3\x13\xbd\xd8\xc8\x31\xee\xa4\xdb\xb5\x0a\x42\x28\x00\x52\x9f\x0d\xa7\xda\x22\x53\xb5\x0d\xa7\xda\x22\xe7\xbf\x9d\x98\x08\x4b\x2b\x91\x98\xf6\x92\x47\x71\x43\x05\x58\xea\xd3\x1f\xac\x29\x74\x32\xa0\x01\x6c\xa2\xd2\x9b\x0a\x40\xb9\x82\x6e\x46\x5e\x97\xc6\x6f\xd3\x4f\x36\xdc\x3b\xef\x2f\xed\x6e\x12\x7d\x1b\x2a\x5c\x74\x3e\x57\x21\x42\xb6\x28\xf0\xfa\xa6\x02\x30\x0f\x35\x0a\xcb\x60\xf9\x09\x6d\xe8\xff\x86\x62\xe2\x6c\x86\x68\xef\xee\x02\x76\xe1\x72\x05\xda\xf4\x99\xb5\x88\x63\xc3\x67\x36\x14\x67\x6d\x43\x39\x38\x65\x9a\xba\x93\x88\xd6\x70\xff\x78\xa0\x3d\x55\xe1\x8b\xe4\xaa\x9b\x47\x68\x68\xa5\x28\x0c\x4f\xfa\x90\x0a\x0f\xaf\xd4\x86\xe9\x56\x75\x19\x14\xfa\xc2\xae\x2c\x6a\x43\xb1\xf5\x86\x5a\xb1\x48\x37\xb5\xa1\x56\x2c\x7a\xd8\x6d\x04\x7b\x6f\xd2\x8c\xef\x4c\xab\x5d\x3e\x1e\x77\xa6\xd5\x2e\xd9\xde\x0d\x0f\xd6\xd6\xf8\xe8\xdb\xf0\x60\x6d\x22\x8b\x1b\x3e\xaa\xc9\xd3\xa7\x8f\xaa\x6f\xc9\x0d\x27\xd5\xf6\x74\x8f\xe3\x3d\x9e\x46\x31\x0b\xe1\x2c\x75\x8c\x72\xf7\xda\x99\xc6\x61\x22\x8b\xf9\x6c\xe2\x60\xfe\x88\xc6\xa4\xaf\x8d\xe9\x39\x1b\x73\xbe\x36\xbd\x8e\x37\xc3\xc0\x3f\x93\xe7\xed\x92\x92\x0b\x61\x1a\xd8\x35\x5f\x1a\x74\x77\x57\x45\x90\x80\xa4\x32\x5a\xdb\x8a\x46\xd3\xef\xd4\x21\xe0\x36\x74\x93\xb5\x78\xfa\x60\x90\xf3\x61\x19\x7e\x48\xa4\x33\xcd\x08\x3d\x0f\xa8\xb4\x72\xd2\x41\x41\x44\xf9\x26\x47\xd0\x0d\x07\xd6\xf0\xe0\x60\x09\x21\xad\xd5\xa6\x8f\xaa\xd2\xda\x1e\x90\x19\x10\xd9\x28\x55\x9c\xca\x51\x76\x40\x4e\xa4\x09\x82\x91\xa1\x90\xba\xc0\xdc\x41\x52\xea\x4d\xe7\x4f\xa9\x4d\x76\x21\x9f\x29\x0c\x2b\xf4\xae\x10\xad\x29\x34\x93\x16\x89\x84\x23\x66\x93\x2e\x7e\xd3\xd7\x52\x61\xfd\x76\x51\x06\xc2\x66\x10\xa1\x10\x86\x1b\x0d\x16\x6a\x34\xb4\x93\x4e\x86\xc0\xcf\x88\xbe\x14\xa5\x60\x35\x04\x45\xbd\x0e\x78\x61\x98\x82\xe4\x29\xe2\x76\x97\x94\x7e\x17\x06\xcb\x14\xc2\xd1\xdb\xd2\x11\xe6\x37\x15\x85\x92\xa0\xef\x4a\xa3\x65\x9d\x3e\xea\x02\xb3\xce\x1b\x74\x81\x21\xe6\x6e\x43\x17\x58\x64\x1a\xb0\xa1\xfc\x4b\x0a\x4b\xb1\xab\xd0\x7f\x1a\xc4\xcb\x4e\x24\xad\xc2\xd9\x41\x21\x33\x36\x1d\x23\xdb\xd3\xcc\x8d\xee\x35\x18\x2e\xb1\x1b\x5d\x6c\x34\x5c\xc8\x91\xaa\x51\xba\x30\x88\x16\x51\x87\x97\xa5\x35\xde\x95\xd9\xf4\xba\xab\xc2\xf6\xfa\x29\x43\x8e\x55\x4a\xc3\x36\xd4\x74\x4d\x26\x2c\x1b\xba\xb7\x26\xe1\xe3\xae\x44\x3f\x6d\x3f\xb4\x64\x4d\x9a\xc0\x5d\x95\x5a\x42\x37\x08\xb4\x5b\x5d\x8c\xd7\x6e\x34\x31\xd5\x69\x6c\xc4\x37\xdd\x5f\x88\xa7\x5e\x92\xee\x64\xa8\xac\x42\x2a\x9b\x4d\x5d\x93\x5e\x39\xbb\x69\xa1\xd4\x26\xec\x8b\x9f\xcb\xa6\xd1\xbe\x58\x14\x0d\x1a\xa4\x26\x1d\xdd\x66\x74\xf3\x2c\x7b\xee\xdd\x78\xfc\xa7\x21\x1c\x7f\xb1\x41\x8d\xd6\xdd\xda\xb6\xc6\xe9\xeb\xb6\xa1\xc6\x26\xcb\xa8\x74\x43\x63\x13\x49\xe4\x16\x1a\x9b\x66\xde\xa6\x33\x62\x4b\xd6\x29\x82\xca\x66\x2a\x64\xc1\xee\xb2\xdb\xe5\x3c\xa0\x32\x09\x45\x1d\xdb\x54\x99\x64\x19\xaa\x6c\x7a\xd8\x35\xdd\x4c\x9d\x73\xf4\x87\xd0\xe8\xcb\xf1\x67\xc3\x4f\x2e\x14\xaa\x75\x77\xd2\x10\x2d\x23\x3c\xd1\xc2\xa4\x18\xca\x8e\x94\x4b\xd2\xac\xa0\x34\x57\xd8\xe0\xcd\x60\xd8\x59\x81\x68\x36\x3c\xd1\xa6\x02\x69\xee\x41\xeb\x7e\xe1\x0d\x14\x1a\x53\xe1\xba\xf6\x20\xc7\x28\xd7\xc0\x3d\x98\x4b\x4e\x94\x0a\x1a\x8d\x29\x73\xd8\x0d\x8d\x46\xca\x32\xfc\xdb\x50\x69\x84\xfc\x90\x36\x34\x13\xdd\xa7\x98\xc1\xa8\xb3\x2c\x24\xf7\x60\xc8\xdf\xec\x0f\x6f\x44\x4c\xe0\xca\xc1\xf3\xab\x4a\x56\xb8\xe9\xf9\x95\x8b\x21\x38\x89\x4f\x43\xd0\x91\xcd\x1f\x26\x48\x3c\x55\x19\x37\xd9\x5d\x20\xe6\xa4\xb6\x11\x8e\x5f\x69\x78\x35\x88\x63\xa5\x6a\xe0\xb0\x84\x98\x5a\x46\x06\xb1\xce\x97\xcb\x60\x23\xe7\x59\x40\x1e\x67\x96\x02\x31\xac\xf3\x15\x2e\xcb\x48\x10\xa4\x56\x98\x34\xc3\xdd\x83\xfa\x3d\x45\x03\xa1\x75\x34\x4e\x46\x2d\xd7\xc5\x04\x7f\xb1\x9c\x75\x2f\xd0\x5f\xcc\x7e\xa8\xcc\x85\x9e\x1c\x3d\x42\xc9\xd0\x65\x34\xc4\x64\xe8\x45\x11\x09\x99\x0b\xdd\xae\x2e\x1b\xca\x95\xe4\x18\x78\x7b\xd2\xf6\x48\xc3\x51\xf0\x69\xca\x26\x99\x36\x3d\x39\xb4\x03\xf3\xa6\x17\x85\x6b\x60\x36\xf4\x32\x9f\xfe\x71\xfc\x8a\x9a\x81\xa8\x50\x2e\x93\x4c\x78\xde\x64\x17\xc6\x9c\xe6\x4d\x19\x44\x98\xd3\x3c\x9b\xdc\x30\xa7\x79\x17\x7d\x65\x4e\x73\x87\x0a\x65\x4e\xf3\x2c\x2f\x38\xe6\x34\x6f\xca\x73\xa3\x9c\xe6\x26\xbe\x53\xd6\x4e\x6e\x06\xc9\x8a\xaa\xbb\x7f\x43\xfa\xac\x9a\x48\x98\x22\xa7\x1c\xa5\x26\x57\x0c\x08\x66\x26\xaf\x72\x6d\x62\xba\xf1\x59\x3d\xf9\x45\xf4\xd6\xc1\x80\x33\x59\x99\x4f\xa3\x8c\x45\x2b\x88\x9c\x48\x31\x44\xf4\xd6\xa5\x01\x5d\xcf\x54\x00\x38\x66\x14\x1f\xd3\x23\x25\x29\x10\x79\x87\x4f\x58\x52\x1e\x02\xe5\x05\x57\x6c\xcc\x0d\x4d\xcf\x54\xf2\x9a\xcd\x48\xd0\x59\x21\x69\x36\x43\x41\xcb\x1e\x96\x69\xc2\x43\xa6\x04\x4c\x13\xde\xda\xd3\x0c\x45\x83\xae\x09\x2d\xa0\x78\x1b\xf9\x79\x89\xd8\x40\xef\x93\xa5\x88\x50\xae\x6d\x87\x36\x62\xb2\xed\x90\xb3\x24\x73\x6d\x87\x9f\xb5\xc1\x9b\xa0\x1a\xc2\x45\x54\x5d\x13\xa6\x44\xe2\x58\x82\x52\x0e\xd9\xe1\x31\xa1\x76\x6b\xee\x11\x44\x42\xb6\xca\x1b\x4e\x60\x63\x3c\x1f\x6e\x48\x07\x34\x6e\xdd\x98\x1a\x37\xc3\x34\xfb\x3b\x1c\x4b\x3f\x55\xa1\x69\xca\xf3\xa9\xc9\xd8\x49\x94\x55\x6c\x3a\x5d\x49\xd7\xb2\xe9\x74\x95\xab\xd7\x86\x6e\xe7\x62\x67\xe0\x74\x35\x24\xd0\xde\xd4\x43\x49\xac\xb3\x83\xa1\xe5\x75\xbc\x02\x19\x0b\xfc\x38\x64\x24\x68\x49\x5b\x99\xdd\x7b\x4a\x0f\xa3\xec\xde\x53\x7c\x3e\x3c\xb7\x9a\xfc\x0a\xf7\x62\x1c\x01\x8d\x65\x51\xfe\x20\x8f\x34\x66\xfe\x2e\x49\x68\xaa\xe4\xde\xd3\x65\x88\x4a\x2e\x62\x8e\x78\xce\xad\x4f\x43\x50\x98\x69\xbe\x08\xe0\x9c\x15\xb2\x9b\x39\xb9\x9b\x24\xc8\xca\xc9\x9d\x15\x2c\x83\x49\xb9\x73\xfd\x0d\x91\xa7\x99\xb1\xbb\xe6\xe2\x56\x11\x27\x54\x17\xd6\xc2\xab\xa3\x7b\xa4\x20\x04\xd5\x63\xe3\x4d\x6b\xea\xb6\x64\x9c\xe0\xe1\x20\x38\xd4\xf3\xe1\x66\x55\x17\x42\x54\x77\xb9\xc7\x37\x0b\xdd\x2c\x42\x09\x3c\x03\x80\xf3\x83\x10\x15\x11\xa4\x9b\x4f\xc6\xa2\x45\x96\x18\x0f\xf8\xa3\x25\x9f\x0c\x68\x0c\x6b\x0f\x7f\xc7\x9b\x56\x6b\x43\xa2\x61\x86\x4d\x89\xb8\xc5\xcb\x42\x81\xd8\x94\x9e\x40\xc9\xb6\xed\x52\xc1\x64\xdb\x4d\x96\x54\x1b\xfe\x68\x45\x96\xa5\x7b\xd1\x69\xe1\x69\x06\x31\x14\x45\x24\x17\xdc\x60\x14\x31\x7b\x33\xda\x74\x17\x09\xa3\x72\x31\x2b\x1e\x06\x13\x63\x67\xbf\xf3\xe8\x74\xe6\x15\xdf\xdc\xf1\x30\x04\x83\x3c\x91\x90\xcd\x0d\x6f\x2e\x63\xa6\x79\x43\xc0\x29\x2d\x06\x9c\xc5\xa6\xe2\x21\x30\x15\xf5\x98\x62\x7b\xa0\x13\x0c\x19\xa3\x30\x13\xf5\x50\xb8\x3b\x26\xa2\x1e\xa1\xe5\x46\xb2\xe9\xd6\xc3\x10\x58\x22\x09\x23\x99\x6c\xba\xf5\xf0\x87\xdc\x7d\x61\x2a\x3c\xc9\x66\xd6\x8b\x0c\x29\xa4\xa7\x5f\x4b\x9b\xf6\xee\x49\x1f\xea\xf0\x6b\xa5\x36\xd3\x4a\x78\xc2\x4c\xda\x26\x5e\x12\xbe\x63\xd9\xbc\x14\xbc\xc5\x5a\xf6\x42\xd1\x1c\x42\x7c\xc6\x4b\x61\x24\x0c\xd1\x4d\x23\x09\xca\xf0\x9c\x33\x04\xba\x24\x7a\x02\xbf\xb2\x2c\x4f\xc1\x0d\x05\x65\x53\xa8\x4f\xe6\x96\x4e\x59\xae\xd1\x4c\x2e\x6d\x8f\xfa\xfd\x62\x64\x34\xdd\x9e\x88\x02\x5d\x14\x0c\x48\x19\xa3\xb3\xdc\x9f\x99\x32\xba\x15\xcd\xe2\xc5\x23\x2d\xc7\xdd\x0d\xff\xb0\x34\xdc\x07\x85\x05\xb2\xce\xdc\x0c\x20\x2d\x73\x98\xcd\x00\xd2\x59\x0e\xc0\xcc\x3d\x9d\xbc\x1d\x54\x7c\x4a\x45\xc8\xfc\xd2\x49\x1a\x23\x66\x94\x4e\xd5\x03\x60\xcc\x5e\xd7\x84\x20\x67\xb8\x26\xdc\x89\xc2\x63\xc3\xfb\x54\xba\x9d\xfd\x5a\x92\x36\xaa\xfb\x45\x91\x93\x3f\x5c\x80\x34\xd2\x45\x3b\xa9\x4b\xd0\xcd\x0f\x5d\x08\xb1\x8e\x08\x03\xfd\xcc\xb2\x6c\x8e\x99\x44\xba\x64\x5d\xe0\x2f\xde\xe7\xf2\x6a\x65\x12\xe9\x30\xbf\xc8\x1c\xd2\xb9\x79\x97\x99\x8e\xee\x81\x02\xc9\xa1\x34\x74\xc6\x9e\x16\xa1\x62\x5e\xe8\x2c\xe7\x49\xe6\x85\xee\x72\xea\xd8\xd4\xd1\xfa\x15\x86\x48\xd0\x21\x4b\x83\xfd\x26\xc7\x66\x3e\x0c\x91\xa0\x87\x79\x34\xa8\x73\xa7\x99\x70\xf8\x9d\x9d\xaa\xbf\x81\x9b\x86\x57\xda\xf4\xfb\x91\x5e\x69\x59\x5a\x15\xe6\x94\x6e\x21\xe2\xc8\x38\xd1\x59\x06\xca\x4a\x2a\xad\x28\x9b\xcc\x29\x9d\xa4\xaa\x51\x4e\xe9\x6c\x0e\xe7\xcd\x60\x91\xcd\xad\x42\x60\x37\xfd\xe1\x00\x34\x04\x41\x1b\x34\x5d\x13\xee\xb2\xa2\x63\x4c\x14\xad\x70\xe3\x1b\x7e\x6a\x4d\xe1\x4f\xf7\x9b\xb1\x78\x75\x3c\xdf\x94\x1b\x5b\x44\x02\xfd\x6e\x91\x45\x2c\x73\x43\x9f\x42\x83\x30\x96\x4b\x6e\x95\x16\x5a\x2e\x63\x44\x10\x37\xc3\xad\xf3\x70\x68\x59\x2b\x8c\x84\x9f\x5a\xb6\x00\x98\x31\x9d\x4d\x80\xa1\xef\xad\x59\x97\xec\x5b\x78\xd5\x0c\xe2\x76\xb8\xfc\xe1\x00\xa4\x75\x23\x67\x68\x71\xda\x5b\x82\x46\x4d\x99\x02\x68\x4b\x9e\xde\x44\x2c\xb1\x51\x6f\xe6\x1e\x91\xc8\x00\x5a\xdb\x22\xb3\x98\x0d\xad\x6d\xf5\x31\xbf\x69\x84\x2d\x0c\x64\x4c\xe7\x6c\x91\x1d\x1d\xde\xfc\x48\x64\x22\x69\x45\x32\x61\x1e\xe9\x53\xb5\x09\xe4\xc8\x8b\x20\x50\x04\xe1\x11\xb4\xb6\xad\x3f\x3d\x22\x1a\xb3\x24\x0f\x4c\x23\xad\xd4\x17\x4c\x23\xdd\x94\x20\x88\xa9\xa1\xab\x5f\x65\xc8\x0c\x3d\xad\x8e\x80\x17\x5d\xf1\x0d\x44\xa5\xad\x9c\x8c\x98\x18\x3a\x65\x0b\xbe\x98\x19\x5a\x71\x9d\x36\x03\x45\x2b\x94\xd0\x86\xd2\xb6\x29\x93\x10\xf3\x44\x37\x3f\x92\xa8\x98\x75\x42\xc6\x0d\xcd\xec\x50\x42\xb4\x4d\xcd\x6c\xb6\xa8\xe7\xd6\xcb\x5f\xed\x2c\x86\x8e\x55\x3b\xbc\xd8\x24\x66\x87\x53\xdd\x50\xb0\x36\xa5\x7b\xbe\xbc\x35\xf0\xe3\xea\x42\x46\x26\x74\x96\xfd\x12\x53\x38\x37\xa5\x04\xda\x37\x05\x94\xa6\x15\x54\xaa\x2a\xe6\xd3\xbe\x85\x37\x5e\x62\xf0\xad\xd3\xcb\x0f\x33\x6b\x4b\x53\xa9\x62\x95\x81\x22\x93\x3f\x17\x45\x8d\x67\xf2\xe7\x26\xbf\x5f\x26\x7f\x76\xdc\x96\x0d\xbd\x69\x95\xe2\x72\x7f\xb8\xc1\xe1\x32\x98\x2e\x5e\xfe\x0e\xd9\x3c\x8a\xcb\xe4\x9a\xe7\x0f\xcf\xe3\x72\x08\xdf\xa1\x62\xed\x56\x08\x40\xc5\xda\x7d\x1d\xd3\x6f\xaf\x3c\x50\xc7\x77\x97\x20\xbc\xe7\xaa\x5b\x99\xc0\x76\xd7\x84\x75\x5e\x71\xd9\x59\x60\x65\x25\x60\xee\xe7\x6a\x31\x33\xd4\xad\xcd\x3c\x24\x35\xaa\x32\x71\x64\x7a\xe7\x6a\xd9\x11\x34\xa3\xcd\xca\x01\x46\x50\x56\x14\xb5\xfd\x21\x2b\xd8\x93\xab\xa2\xc3\xe4\x2e\x6e\x34\xaa\xee\x19\xd3\xec\x37\x04\x60\xda\x50\x93\x66\xc5\x4c\x64\x3e\xe7\x26\x2b\xfe\x0d\x6d\x67\x91\x89\xc0\xa6\xb6\x33\x5b\x74\xfa\xa1\x81\xb3\x0e\x29\xd2\x3b\x37\x99\x66\x2a\xbd\x33\xc9\x72\x67\x76\x67\xa9\xe5\x0f\x04\xdd\x04\x30\xe1\x40\x19\xa6\x15\x97\xa0\x82\x56\x5c\x93\x0b\x55\x05\x61\x69\x70\x13\x76\x26\x77\x6e\xd4\xa0\x77\x26\x77\xae\xa4\x1f\x9d\xb9\x9d\xdb\x80\xe8\xa4\x33\x7d\x73\x26\x63\xd8\x95\xbe\x39\x33\xef\x40\x67\xfa\xe6\xca\x30\x25\x07\xa2\x60\xc1\x10\xdd\x26\x34\x09\x1c\xe7\x91\x34\x6c\x3c\x19\x32\x43\x83\x75\x66\x73\x6e\x8c\x69\xd0\x99\xcc\x59\xd4\xfc\x40\xf0\xd5\xc6\xe6\x77\x25\x73\x66\x38\xd5\xce\x5c\xce\x8d\xfe\x35\x9d\xb9\x9c\x33\x9f\x5a\x9d\xb9\x9c\x1b\xd3\x1e\x74\xe6\x72\x2e\xe4\x4b\xba\x52\x39\x33\xf2\x71\x67\x2a\xe7\xc6\x5c\x29\x9d\xa9\x9c\xd3\xf4\xc8\x20\xfe\x1c\x5e\x5f\x30\x29\xc9\x23\xc3\xb9\xa7\x75\x6b\x67\xba\xe6\xda\xbb\xfa\x03\xfb\x40\xdf\x82\xce\x84\xcc\x8d\xd1\xec\xfa\x4c\x14\x23\x51\x61\x7f\x40\x9c\xa6\x51\x04\x65\x54\x9d\x82\x0a\x84\x4a\xfe\x10\xb9\x79\x9a\xcb\x88\x4f\xdd\x20\xe9\x05\xf7\x97\x41\x79\x29\x56\x39\x10\xf0\x99\x39\x8e\x0e\x88\xec\x63\xb5\x0b\xa2\x27\x9c\x9a\x39\xfb\xd4\xfb\xa8\x82\x16\x20\x7f\xf7\x06\xa4\x71\xc3\xac\x85\x46\xca\x07\x2a\x28\x6b\x82\xe0\xbd\x51\xf4\x1d\x4c\x4f\x79\x93\x1c\x08\x37\x50\x75\x19\xac\x05\xc2\x6d\x12\x49\x43\x10\x93\x0d\xba\x26\xa2\xc9\x35\xb7\x02\x4f\xa3\x30\x44\xe2\x35\xdd\x3d\x3c\x8d\x9a\x20\xd8\x78\x25\x9d\x8a\x44\x0f\x29\x61\x02\xa2\xec\xca\x97\xa6\x33\x39\x74\xca\xdd\xa3\xd9\x1c\x8d\x66\xb8\x89\x0a\x5a\x35\x6a\x92\x3d\x27\x08\xfb\x29\x00\xe9\xcc\x23\x7d\x9a\xd1\xc0\xf1\x26\xc9\x9d\x55\x33\xcf\x68\x69\x82\x90\x0a\xa7\x0c\x41\x81\x71\x1b\x7a\xa1\xa6\x21\xd0\x0b\xcd\x02\x4e\x89\x6d\xe8\x18\x32\x00\x6e\x1e\x3a\x24\x50\x2e\x66\xaf\xbe\x94\x8b\x24\x98\x9d\x09\xa9\xdb\x78\x0a\x31\xc5\xe2\x56\x31\xc5\x32\x05\x01\xc1\x86\x0e\x1b\xe3\xe1\x32\x3b\xc3\x81\x6e\x16\xba\x1d\xac\xb8\x36\x35\x33\x2a\x49\xd7\xc8\x69\xd3\x77\xb9\x0c\x61\x39\x84\xc4\x99\xca\x2e\x1f\x7d\xfa\x3a\xd2\x99\xef\x40\x1b\x78\xe3\xb2\x17\x70\xca\x65\x1c\xcd\x0f\x49\xf4\xa9\xaa\xa1\xfa\x4b\x24\x92\xf1\xac\xf8\xd2\xf0\x09\xa7\x0e\x73\x78\x1e\x8c\x66\x29\x3a\x01\x15\xe6\xa9\xea\x42\x90\x57\x9d\x22\x68\x29\x83\xbe\x2c\x9d\x79\xaf\x67\x49\xfe\x90\x93\xd4\xf9\xcf\x74\x7b\xf1\x7a\x10\xad\x9e\x0f\x61\x12\x23\x08\x0e\x94\x25\xe9\x30\xc2\x81\xb2\x31\x1f\xce\x81\x60\x3e\x20\x7a\x03\xb5\x64\x79\xca\x10\xa7\x82\x46\xc3\x9d\x99\xad\x0b\x53\xae\x1c\x08\x57\xd4\x03\x31\xa7\x50\x75\x55\xa0\x43\x55\xa3\x7a\x2f\x8a\xa0\x17\xc6\x2c\x14\xd9\x62\x48\x5a\x8a\x43\x3b\x73\x62\x9f\xaa\x53\x20\x03\x86\x0a\x62\x22\x4c\x61\x4e\xa1\x5e\x5a\x77\x46\xa1\xfc\x77\xba\x8c\x89\xe2\x0c\xc1\x6c\x77\xb8\x66\x90\xde\x09\xc2\x0d\xc2\x84\x4b\x07\x64\xa2\x5f\x77\xc8\x93\x13\x82\xe0\xcb\x34\xfc\xe1\x8d\xf7\x50\x12\x04\x29\x9f\x87\x0d\x64\x68\x22\x62\x05\x79\x8b\x8a\x70\x01\xe1\x6a\x23\x79\x2d\x20\xc7\x8c\xec\xef\x80\x0a\xcd\x35\x79\xe0\x9a\x66\x01\x23\xbb\x2b\xf9\x43\xd8\xd1\x79\x2d\xf0\x04\xe5\xab\xaa\x33\x41\x77\x24\xad\x3e\xa2\xd5\xb6\x21\x7a\xc7\x04\xdd\x59\x64\x0b\x7a\xd7\xde\xb5\x32\xd2\xbb\x8e\xee\x0f\x71\xbb\x25\x57\x85\x71\x4c\xb8\x2a\x49\xf8\x14\x04\xae\x43\x6b\x58\x19\x7f\x5b\x78\x09\xa5\x6c\xa3\xd9\xc1\x81\x16\x5a\x71\x19\xe4\xbd\x3a\x33\x70\xba\x8c\xf4\xd4\x44\x1e\x38\xad\x3d\x43\xd7\x1a\x83\xe0\x74\xd9\x98\x12\xf3\x40\xc8\x81\xda\x0d\x71\xd5\xa6\xe6\xcb\xeb\x5b\x1b\x03\x7d\x6d\xae\x5e\x19\x5e\xca\x5a\x5f\xa8\x5d\x23\x69\x9b\xe0\xf2\x18\x49\xf8\x0c\xb5\x6b\x24\x0f\x86\x36\x1f\x1a\x0c\xbc\x08\x53\xd1\x25\x41\x2f\xc2\x87\x2c\x50\x09\x3b\x9e\x42\x58\x10\xab\xd1\x46\x29\xfd\x53\xf3\xcd\x0f\x93\xc0\x1b\xa6\x9f\xaa\x4a\x93\x2e\xa1\x65\x93\x08\xdf\xd0\x44\x22\x96\x2a\x48\xfd\x87\xc0\x85\xc2\x22\x88\xbb\xe6\x32\x9c\xb5\x29\x72\xd2\xce\x82\x47\xd2\x81\x66\x52\xeb\xa1\x13\xd4\x24\xc7\x73\xd9\x59\xa9\xaa\xd5\x40\x38\x58\x59\xad\x75\x26\xbc\xce\x8c\xa8\xd1\x99\xf0\xfa\x74\xa1\xa5\x82\x51\x7c\xd2\xbd\xd0\x68\x4f\xad\x8b\x10\xae\x81\x33\x7b\x1a\x34\x29\x9c\xba\x09\x91\xd5\xba\x8c\xf8\xa1\xcd\x74\x67\x56\xeb\x48\x5e\x1c\x8a\x71\x98\xb2\xb1\x33\xad\x75\x1b\x22\x68\x70\x2a\x9c\xd5\x83\x93\x30\x96\xeb\x0f\xd5\xf2\x34\x6e\xc0\x51\x6f\x98\xd8\x75\xc6\x04\x4a\x59\x10\x98\x5e\x6d\x63\xa7\x80\x65\xea\x2c\x20\xcc\xeb\xcc\xda\x0d\x44\x79\x9d\x54\x20\x75\x26\x9d\x8e\xd4\x0c\x15\x7e\xa8\x1e\x83\xa4\x60\x0a\x42\x24\x81\xa7\x0c\xdb\x38\x35\x52\x98\x4e\x45\x31\x34\xf0\x9d\x3a\x04\xe5\x63\x22\xa2\x03\x81\x27\x73\xf7\xa4\x7c\x73\x18\xdc\x90\x30\xf9\x43\x50\x3e\x71\x10\x0c\xeb\x9a\xa7\xd7\x66\xf1\x34\xa8\x10\x81\x5c\xbb\xae\x0c\x44\x67\x9d\xc6\x1b\xaa\xc4\x87\x8e\x26\xdc\xf8\x52\x88\x30\xd0\x8d\x4f\x46\x74\x7d\x0e\x98\xbf\x35\x91\x37\x46\x51\x4d\x9a\x3e\xa2\xa8\x96\x50\xf7\x08\xa2\x3a\x4d\x19\xe0\xf0\x17\xc3\x8d\xe0\xa6\xd7\xd9\x87\x7a\x3c\x92\xae\x96\xc1\xd7\xa6\x70\x78\x30\x07\xa2\xce\x97\xb4\xe3\x0c\xdc\x7b\x40\x2c\x7e\x57\x7f\x81\x50\x74\xba\x84\x10\x09\x35\xaa\x70\x18\x8e\x7a\xe1\x7b\x76\x28\xd8\xb9\x3a\x24\x4f\x12\xc9\x85\x13\xa3\xd1\x48\x99\xed\x5f\x1c\x0a\xc3\x92\x0e\xb1\x76\x08\x4b\x7a\x58\x6f\x41\x30\x2e\xf5\xc2\xc8\xea\x5f\xb3\xa0\x59\x41\x64\x7f\xc8\xf3\xa5\x49\x51\x60\x14\xd9\x75\x61\xd0\xeb\xd5\xc0\xb3\x51\xee\xb6\x9d\xe9\x90\xa7\x99\xf7\xc1\x70\xe7\x42\x1b\xa8\xab\x27\xed\xa9\x3b\x73\x1c\xf7\xae\x5d\x83\x9a\x39\xaa\x88\xe6\x64\xfa\xf5\xee\x9a\x1c\x9c\xce\x30\x72\x1c\x97\x59\x5c\x78\x76\x8a\x01\xae\x0f\x04\x9e\x2c\xb9\x43\xe4\x82\x17\x4f\x8c\x60\xa7\x25\xeb\x5a\x98\x74\xfe\xd7\xbe\x4d\xca\xc2\xb5\x6e\xcc\x8d\xec\x35\x85\xd7\x60\xce\xd9\x50\xe1\x60\x34\x52\xd8\x3f\x94\xe1\x42\x2c\xbf\x16\x1c\x9a\xec\x7c\x89\x66\x43\x93\xdd\x69\x75\xdf\x99\x46\xb9\xd6\xea\xee\x35\x43\xf7\x8f\xa8\x57\x42\x14\x68\xb2\x7b\x09\x37\xf3\x01\xa4\x0f\x6d\xe6\x6f\x30\xa1\x50\x1f\xc2\x93\xa5\xe8\xa6\x9d\x4b\x03\x37\x58\xbf\xbf\x3a\x43\x87\x1d\xa8\xa1\xaa\xa6\x41\x13\xd9\x28\x6e\xe7\xec\x8d\xa9\x0d\x72\x2e\xe7\x9c\xdc\x0c\x71\xc3\x1b\x77\x8e\x7b\xaf\x97\x21\xe2\x86\x50\x05\x3a\xf1\xdc\xbb\x0b\x3f\x2c\xd4\xce\xc1\x92\xc2\xd7\xcd\xa4\xc0\x23\xea\x0f\x1d\xc5\x4f\x5d\xd0\x0d\x21\x20\x3d\x27\xfd\x94\x86\xe3\x64\xaa\x7a\xa4\x30\xc4\x6a\x78\x22\x1b\xd4\xaf\xfa\xbb\x1b\x90\x47\x03\x81\x87\xd8\x29\xe8\xd6\x4b\x13\xa7\x17\x0a\x38\x12\x82\x98\xd5\x5e\x6c\x11\x74\xeb\xbd\x8b\x31\x08\xe6\x64\xcc\xae\xba\x58\xd5\xed\xc0\xa7\x58\xfb\xc1\x70\xab\xe5\x72\x19\xdd\xdd\xab\x20\xde\x0c\x1c\x5b\x30\x12\x80\xc8\x7d\x80\xf8\xeb\xbc\x05\x90\xd3\x3b\xce\xa4\xcb\x59\x38\x16\x14\x76\x3d\x8d\xc0\xa6\x4e\xc7\x3f\x94\x4b\x4c\xad\x40\xbd\x92\xf4\x78\x0b\x9a\x40\x08\xdf\x99\x2b\x39\xc7\xf3\x61\x40\xf3\xa7\xc9\xe3\xb5\x5c\xc4\x49\x43\x09\x5f\xcc\xe8\x05\x93\x89\x88\x45\x0b\x0a\xc1\x93\xcb\x68\x2c\xe1\x32\x2a\x25\xd5\x03\x6e\xec\xac\x93\xa1\xac\xca\x1e\x1a\x1e\xcb\xa6\xc4\xc1\x44\x9e\x97\xa1\x17\x1e\xd2\x9a\xbc\xa8\xd4\x74\x33\x58\x50\xbd\x07\xa9\x59\xcf\x92\x8d\x40\xb3\x9e\x2f\x1d\xb7\x25\x4b\x99\x2a\x28\x90\x1d\xb1\x0b\x5a\x08\x2d\x4a\x00\x49\x38\x92\x38\x67\x68\xc4\x4b\xd5\x1e\x31\xa3\x71\x4f\x86\x2a\x39\x67\xb5\xc2\xd7\xd0\x1c\x82\xf0\xfe\x17\x8d\x84\xd2\x3b\x17\x5d\x4a\x8b\x34\x63\xf8\x3b\xd2\x8c\xf0\x87\x88\x36\x18\x1e\x0d\x73\xcc\x19\x62\xf6\x57\x41\x8b\xa2\x18\x35\x43\xd3\x6a\x91\x61\xa4\x42\x2e\x49\x5c\x0e\x82\xae\xa6\xe2\x97\xf2\x02\x7f\x1c\x62\xf2\x17\x93\xcc\x54\x97\xe1\xa1\xec\x59\x60\xeb\xaf\xcb\x8d\x22\xb6\x94\x70\x14\x99\x91\xd3\xa5\x9b\x8e\x61\x56\xab\xd8\x3c\xe8\xaa\x1f\x2e\x6f\x29\x25\xbf\xde\xe2\x8b\xe9\xd9\x44\x95\x11\x74\xb5\x5e\xdd\x55\x45\x69\x04\xdd\xfc\xd0\x85\x78\x60\x0b\x2d\x99\x36\xd9\x13\x66\xd6\xe4\x72\x09\x2f\x37\x0c\x29\x9a\x36\x7f\x53\x8d\x21\xfe\x6c\x53\x8d\xf1\x34\x83\xbc\xa5\x62\x1e\x36\x23\x80\x84\x6b\xf2\x54\x74\x41\x38\x15\xc9\x3d\x6c\x76\x98\x04\x42\xfd\x92\x0c\xe1\x58\x54\x37\x0a\x7a\x79\xb9\xec\xc3\x0f\xd5\x87\xb2\xad\x4f\x41\x89\x85\x45\x20\x3c\xbc\x24\x6b\x84\x7a\xbe\x58\x4c\x00\xef\xde\x98\x2e\x6a\xfc\x4e\xab\xc1\x38\x37\x9e\x30\x53\x5e\x3d\x10\x18\xf2\xcb\x3d\x20\x13\x76\xf9\xa1\x8d\x47\x67\x42\xe7\x56\x3c\x45\x78\x69\xd6\xee\xfe\x31\x7d\xdd\x42\x4a\xd9\xec\xb1\x31\x33\xab\x8e\x1e\x2c\x00\xb2\x9f\xbb\x8c\x16\x5b\x2e\x51\xd6\x8d\xac\x99\x59\xc7\x6d\x2b\xcb\x84\x96\x06\xcf\x8a\x48\x6e\x46\x71\x0b\x05\x05\xe4\xcc\x2e\x7b\x61\xdb\x34\x50\x98\x66\xd4\xe4\x56\x6e\x4c\xc2\xdf\x7d\x20\x66\x56\xef\x78\xa5\x17\xbf\x5c\x18\x82\x76\x7a\xdb\x20\xb2\x51\x08\xcb\x03\x22\x00\xbf\x8e\x22\xe3\xd3\x56\x11\x29\x9a\x1c\x14\xcb\x25\x36\x13\x6e\x79\x13\xf5\xaa\xf0\x87\xe7\x48\x59\xd6\x89\x70\xb5\xb5\x7b\xa3\xe0\x37\xe2\xbb\x7c\x13\xf9\xc5\xf1\xc3\x00\xe1\x74\x11\x02\x13\x25\x03\x82\xa0\xa7\x2d\x86\x48\xf7\x0d\xcd\x73\xb1\xab\xfb\x17\x9d\x2b\xdd\x08\x63\x36\x0a\xc2\xed\xd4\xc5\xf4\xbc\x88\x50\x42\x4b\xa6\x88\x6e\x62\x07\xa0\xfd\xcf\x96\x19\x20\x90\x6c\x52\xd0\xc4\xce\xfc\xd1\x65\x5e\x6e\xe6\x06\x05\x71\x33\xcc\x51\xcc\x05\x66\x6e\x69\xbf\x3e\x5e\x74\x2c\xd7\xc2\xbc\xe8\x24\xa4\xbd\x47\x3c\xda\xda\xc4\x0c\xbc\x98\xa7\x26\xfc\x1d\x64\xf5\xd9\x35\x27\x78\x73\x01\x48\x93\x77\x75\xd7\x44\x9e\x92\xe2\xde\x71\x9c\xc3\xd0\xc1\x8b\x2a\x22\x4c\x7f\xec\x2a\xde\x90\xe1\x68\x8b\x88\x19\x75\xfd\x16\x64\xbf\x90\x23\xc0\x52\x3e\x84\xa3\x9d\xdd\x2b\xb1\x79\xee\x75\x09\x20\xe2\x6c\x99\x42\xfc\x37\xf3\xe9\x09\x49\x99\x4b\x5a\x61\x89\x3a\xd3\x45\x17\x3f\x62\x60\x24\x90\x6b\xf5\x87\x3c\xbf\x6e\x94\x94\x56\x9c\xd1\x9b\x56\x23\xc9\xcd\x9c\xd7\xcf\xd3\x26\xc2\xef\x86\x5b\x01\xaa\x55\x7f\x46\x17\x25\xf5\x07\x89\x7f\xd1\x4e\x30\x05\xb4\x65\x32\x70\xc0\xce\x75\xba\x0c\x0e\x9a\x9a\x2f\x82\xcc\xa6\x72\x89\xa3\x67\xb6\x66\x3f\xc3\x99\xad\xd9\xf4\x82\xda\x7b\x6b\x23\xde\x3c\xe8\xe1\x9a\xf0\x69\xd7\x65\xc9\xa8\xb2\x25\xbb\x8c\xd3\x0d\xf7\x88\x48\x88\xcd\x1d\x12\x11\x9f\x76\x90\xf8\x53\x17\x32\xc2\xca\x66\x6f\x22\xdd\xb3\x8b\x08\x2b\xd4\xf5\x31\xf5\xd4\x64\x5e\xe5\x52\x0c\x0d\xbc\x21\x34\x52\xc8\xf1\xcb\x03\x6d\xdc\x1d\x6c\x93\x1a\xf8\x29\x84\x82\x06\x3e\x95\xa4\xcb\x83\x8e\xd3\x55\xe7\x00\x2a\xf8\x59\xbb\xab\xd6\xf3\xba\xd2\x6e\x43\xc9\x9e\x5a\xff\x0d\xf4\x59\x7e\xd3\xd5\xcd\xc0\x24\x25\xdc\x05\x47\x3a\x04\x6d\x8e\xc6\x85\x48\x01\xab\xa3\x8e\x94\xcb\xa7\xb0\x0a\x04\xc1\xcc\xae\x8a\xc0\xd0\x5a\x37\x68\xeb\x8b\x05\xce\x77\x68\x8e\x6a\x87\xfa\x3d\xd1\xf2\x9b\x11\x8a\xdc\x07\xf4\xf3\x25\x89\xd6\x50\x41\x5f\xc4\x41\x43\xb1\x9e\x8d\xee\x4c\xc1\xac\xbc\x8b\x5d\x29\x98\xbb\x10\xe7\xe6\x5b\x48\x5c\x3a\x53\x30\x97\x24\xec\x80\xd3\x73\xce\xc9\xed\x74\x16\xaa\x4b\x0a\xfe\x2e\x7f\x09\x9e\x5a\x77\xe2\x2d\xb7\x25\xd7\x04\x92\x85\x7b\xe4\xd2\x15\x83\xe0\xf6\x25\xb2\xa2\x32\xdf\x02\xd2\x9b\x57\xcd\xd3\xe1\x87\x1f\x6a\xb1\xce\x5d\xd3\xab\x0e\x2a\x3c\xab\x73\xd7\xa5\xc8\x88\xb8\x16\x56\x43\xd1\x5f\x9b\x88\x18\x15\xfd\xd5\x1b\xc0\xcc\x9f\x7e\xe0\xdf\x5b\x1e\x56\x82\x34\x54\xb7\x8a\xa1\x7a\xe0\x9b\xbb\x2c\xbc\x86\xa7\x75\x33\x01\xb8\xb7\xc6\xca\xa1\x23\x09\xf4\x34\x35\xa2\x8d\x40\xd1\x7d\x42\x1b\x81\x62\x29\xe1\x87\x99\x6f\x9f\x0f\xe9\xdb\x6d\x08\xb7\x9b\x08\xfc\x87\x78\x55\xdc\x28\x42\x37\xe8\x20\x7f\x98\xcf\x4c\xb3\xfa\x08\xaf\x44\x73\x3e\x0a\x4f\xe1\x42\xe0\x95\xd8\x10\x04\xde\x9d\xde\x47\x38\x5e\xb7\xf2\x34\xc3\x49\x79\x34\x10\x20\x17\x5d\xe7\x1f\xfa\x54\x09\x57\x3e\x34\x49\x4e\xba\x29\xe8\x79\xed\x63\x0e\x97\xe9\x5c\x9e\x32\xbc\xa2\xc5\xea\x40\xf7\x9f\xbd\x01\xd0\xfd\x4f\xdf\x45\x1f\x26\x7b\xd5\xfe\x7f\xf8\xbc\x4d\xc3\x60\x45\x34\x67\xcd\x9f\x0c\x44\x92\xc0\xe3\x43\x06\x42\xac\x2d\x7d\xa4\x4b\x12\xf1\xa0\x65\x40\x29\xae\x0a\xff\xf9\xe1\x2e\x6f\x56\x9d\x02\xf1\x7c\xe0\x5d\xa1\xdc\xc7\x0c\x8f\xd2\x99\xfa\x38\xd1\xc7\xa4\x33\xf5\x71\x66\xc8\xb0\xce\xec\xc6\x99\x56\x48\x9d\x59\x89\x5b\xe1\x86\x33\x29\x71\xa3\x6f\x71\x67\x52\xe2\x49\x63\xb2\xae\xa4\xc4\x25\x4d\x17\x22\xb2\x81\x1b\x05\xdf\xab\xb3\xc2\xcc\xc3\x89\xee\x08\x9d\x99\x87\x0b\xe3\x02\x76\x26\x17\x1e\x4c\xc3\xdc\x99\x5c\xb8\x31\x36\x7b\x67\x72\xe1\x22\x91\x31\x73\x0b\x9f\x36\x5d\x88\xac\x38\xcd\x1d\x72\xff\xdd\x2a\xf7\xbf\x1a\xc2\x0d\x50\x55\x95\x49\x59\x79\x1c\x99\x17\xb8\xd0\x42\xa9\x2b\x2d\x70\xa1\x1d\x4c\x67\x5e\x60\x65\x97\xeb\xcc\x0b\x9c\x4a\xfc\x58\x79\xc8\xf4\xbe\x4d\x22\x15\xa5\xf7\x2d\xcf\x6e\x50\x10\x4d\x3c\x62\x46\xdf\x12\x5e\x00\x3e\x91\x2e\x43\x37\x3f\xd4\x0a\x9c\x2d\xee\x34\xa1\xed\xcc\xd9\x7b\x0a\x87\x40\x4e\x32\x0b\xa2\xaf\x7b\x17\x04\xdf\xea\xea\x0f\xfb\xf7\x97\x5e\xa4\xcc\xe7\x5b\x45\x63\x94\xce\x57\xef\x7f\xa5\xf3\x2d\xf9\x01\x19\x97\x52\x55\x03\xf1\xab\xdd\x03\xcd\x79\xb4\xfd\x8c\x21\xac\x80\xa6\x07\x24\x03\xad\xee\xf9\x40\x7e\xca\x60\xf6\xdf\x0c\xc9\xfb\xa8\x0a\x24\xe1\x0a\x41\x8c\xb6\xaa\x1e\x19\x50\x73\x18\x62\xd6\x34\x4f\x9f\x01\x88\xc8\x0f\x44\x22\xe5\x6e\xea\x7f\x71\x51\xab\xbf\xa4\x33\x83\x20\x18\x1b\x8b\x8c\x30\x9b\x6e\xd0\x9a\xab\x33\x9b\x6e\x2a\xb9\xa9\x0f\xf2\x07\x64\x48\x98\x4e\x77\x0c\x2d\x0e\x9c\x7f\x73\xd3\x8c\x99\x15\xd7\xa4\xd2\x59\x71\x79\x77\x32\x2b\x6e\xf6\xb9\xcd\x4c\xb6\xcc\x58\xe7\x07\x44\x04\x4b\xcd\x03\x4e\xc4\xd3\x07\x20\xcb\x7e\x73\x0a\x42\x54\x29\xf7\xc8\x84\x82\x3a\xaa\x74\x1b\x2e\x92\x9d\x30\xb7\x6d\x69\xc2\x71\x6a\xf6\x8b\x26\x95\x99\x24\x59\x6b\xcc\x00\xc3\x3d\xbb\x26\x42\x4a\x37\x0d\x06\x4a\xa2\xe9\xef\x96\xcc\xe0\x05\xb5\xb3\x18\xdd\x10\x0c\xd6\x87\x6b\x2e\xe6\xb7\x33\x88\x64\x18\xcf\x87\xf0\x54\x7c\x20\xc8\xd7\x8a\x6b\x62\xdf\xa6\xe6\xcb\x1b\x37\x4f\x8d\x0d\x16\x9a\x62\x5d\x98\xcb\xf6\x14\xaa\x1d\xc8\x1e\xcb\x03\xc1\xb1\xc6\xeb\xb6\xb9\x36\x53\xb3\x92\x61\x96\x21\xee\x86\x77\x95\x17\x72\x26\x47\x1c\x59\x08\x60\x88\xda\x3e\x77\xf2\x02\x07\xee\x4e\x88\xd6\x1e\x3b\x9f\x0e\x97\x3b\xf9\xe0\x02\x66\x19\x9c\x8a\x9b\x74\x7f\xcc\x7c\x3b\xa5\x4e\x65\xe6\x5b\xd9\x6c\x77\x65\xbe\x2d\x79\xba\x10\x9c\x25\x65\x34\xcc\x7c\x5b\xc4\x65\x28\xf1\x6d\xc9\x64\x73\x98\xf9\x76\x4e\x11\x19\x98\x04\x4c\x3d\x36\x03\x26\x01\x63\x3e\xfd\xbf\xf8\xa1\x5b\x7d\x33\xae\x99\xa0\x1b\x76\x06\x49\x10\x37\x44\xd8\xc9\xe4\xb7\x45\x28\x5f\x78\xcb\x9b\xe8\xc3\x01\xba\x30\x15\xd2\x81\x38\x11\x5e\xfa\x81\x48\xcd\x63\x7a\xce\x14\x6f\xe8\x3c\xc0\x0c\xa1\x57\xe1\x0e\xcd\x10\x8a\xd4\xdb\x01\x33\x84\x29\x63\x0a\xa6\xbb\x2d\x2d\xff\xd0\x68\xba\x33\x17\x6e\x2a\x92\x9a\x30\x19\xee\x94\xe8\x96\xb9\x70\x4f\xa1\xe6\xc5\xc7\xaa\xc8\x35\xe3\x38\x97\xe2\x2d\x61\x32\x70\xcf\x0b\xb2\xb7\x22\x69\x31\x73\xe3\x2a\x39\xd4\x81\x60\xe2\x5d\xdd\xea\x07\x07\x46\xad\x42\xca\xee\x43\x08\x83\x82\x11\x3a\x4c\x30\x28\x98\x53\xb7\x57\x21\xa3\xa1\xb7\x73\xc0\xa2\x60\x8a\x79\x88\xc2\xe0\x17\x1e\xcd\x86\x52\x53\xa4\xa4\x10\x5b\x8b\x06\xa3\x34\xcd\xee\xfe\xcd\x46\xb5\xac\x54\x16\x55\x17\x72\xad\x74\x27\xc0\xdc\x20\x87\x68\x82\xb2\xe1\x6a\xd3\x99\x0d\xf7\x41\x42\x58\x1f\x4c\x33\x13\x30\x30\x68\xd2\x1c\x33\xe3\xed\x34\x65\xad\xc8\xd3\x5d\x74\xb4\x2b\xd1\xc3\x14\x12\x4e\xe0\x33\x4d\x57\x65\x1f\x45\x03\x60\x3e\x00\xad\x71\xe5\x43\x44\x3c\x62\x54\xc8\xd6\xe9\x01\x71\x20\x44\xd9\x9e\xfe\x50\x2e\x56\x43\x20\x1e\x9b\x1e\x1d\xa5\x1e\xbe\xdd\x2a\xc2\xaa\x32\x05\x71\x0f\x06\x88\x1e\x3a\x21\xb0\x55\x98\x59\x87\x19\xb6\x0a\xb3\x55\xd7\xc4\x2d\xac\x8d\x44\x94\xe7\x29\xf9\x3d\xb3\xec\xe6\x67\x1a\x8c\xc6\x33\xdd\x0a\xf7\xe3\x69\x06\x97\x62\x77\x55\x08\xb9\x92\xaa\x6e\xea\x8b\xb4\x01\x8c\x66\xa8\x73\x5e\xe9\x8c\xe4\xc5\xe0\x65\x66\xba\x8f\x28\xcf\xd5\xd7\x17\xa2\x3c\x27\x99\xb0\x05\xa3\x3c\x17\xdf\x74\x0c\xf3\x2c\xf5\x19\x53\xee\xa6\xee\xcd\xd9\x1c\x0d\x51\x8e\xa9\x72\x25\x28\x8e\x46\xb5\xae\x2e\x53\x58\x4e\x0c\xe9\xdf\x03\xc6\x11\xa9\x36\xd7\xa4\x28\x98\xb3\x60\x88\xe5\x42\x53\xe1\x03\x26\x64\x7f\x6f\x82\x38\xc5\x22\xe8\x6c\x3f\x45\x8a\xd1\x98\xef\x50\xdc\x63\x63\x84\xba\xa7\x43\x98\x11\xe7\xcb\xad\x70\x86\xba\xa2\xe0\x05\x2f\x8b\xfe\xce\x1c\xbb\x49\xd1\x2b\xbb\x92\xec\x5e\xd3\xa3\x81\x55\x45\xd6\x50\xf1\xb4\x90\x84\x28\x60\x46\x51\x64\xfd\xc2\xac\xba\xa9\x35\xd7\xdc\x18\xb7\x16\x03\x32\x4d\x49\xf8\x82\xe6\x0f\x12\x8a\x44\xe3\x5d\x56\xa6\x41\xca\xfe\x0d\xf1\x6c\x78\x34\x9b\x86\xb5\x5a\x00\xc6\x62\xf2\x72\x58\xd4\x61\x10\x1e\x3f\x7c\xa2\x32\x1f\xef\x6c\x22\x23\xb4\x86\x90\x1c\x84\xb9\x72\x87\x8c\x71\x98\x1d\xb7\x0c\x2d\x7f\x57\xd6\xfe\x29\x88\x2e\x14\x1c\x1b\x8c\x21\x7a\xd3\xc1\xe8\x4c\xc5\x2f\x5c\x64\xb8\xe3\xc2\xfc\x1b\x07\x2c\xa8\xfa\x63\x39\x08\x93\xe5\x9e\x2f\xd5\x25\xb2\xd1\x3d\x03\x80\x5e\xa6\x18\xff\xe1\xf7\x9f\xfc\x7e\x50\x62\x5d\x99\x6e\x30\xb3\x6e\x96\x0d\x67\x74\x62\x80\x99\xf2\x0e\x53\xa5\xf6\x54\x45\x54\xce\xee\xaa\x10\x1f\x6a\x3f\x3a\x05\x61\xd5\x4b\xa7\xa7\xa6\x3e\x84\xf4\x32\x57\x43\x8d\x76\x15\x82\x38\xd6\x64\x10\xf1\x5a\xbc\x3e\x4b\x63\xd5\xbc\x28\x01\xd7\x15\x4d\x53\x8e\x22\x59\x2e\x53\xf4\xf6\x1e\x6e\x07\x09\x23\x92\xf6\x07\xa4\xa3\x35\x0f\x00\x1c\x54\xcd\x06\x21\xd1\x73\x97\xc0\xba\x10\x03\x09\x53\x8e\x61\x3e\x88\x79\x76\x8b\x79\x76\x86\x37\xe8\x5e\x57\x18\x2d\xb7\x30\xf4\x86\x5c\x9b\x8d\x0e\xbe\x51\x24\xfc\x8b\xc1\x00\x83\x22\x5d\x43\xa9\x99\xf8\x4a\x8f\x31\x89\x04\x21\xa8\x02\x9a\x82\x18\x22\xa8\x0b\xea\x28\x1b\x82\x10\x1d\x4c\x8b\x0c\x2b\x90\x2e\x11\x52\x0c\x8a\xbb\x64\xbf\xc1\x14\xbc\x5d\xba\x9a\x18\x8c\xe4\xce\xe7\x34\x53\xf0\xf6\xae\xd5\x40\x5e\xdd\xde\x45\x57\x10\x04\xba\x5c\xba\x90\x90\x0f\xb7\xd0\x3b\xac\x33\x1d\x6e\x2a\xd2\xae\x32\x1f\x6e\x4e\x42\x6c\x44\x45\x28\x59\x2f\xcf\x41\xab\xc5\x64\x08\xd2\x46\xad\x1b\x03\x3b\xfb\x71\x8d\xc0\x07\x55\x66\x08\x31\x68\xc3\x2a\x7a\x34\x10\x4c\xe4\x12\xca\x23\x9a\x41\x0a\xcf\x97\x34\xfe\x81\x20\x06\x13\x6d\x86\xb9\x48\x91\x71\x1a\xb3\xd8\x76\x8f\x85\x41\x09\x8a\xb4\x31\x81\xa8\x04\xde\x26\x04\x25\xe8\x12\x4a\x31\xc3\x6d\xae\xd5\x15\x17\xca\x8a\x20\xbc\x9e\x25\xa0\x60\x4e\xdb\xe4\xd7\xe3\xd4\x56\x0c\xb7\x8a\xb8\x79\x94\xc9\x30\xa9\x6d\xbe\xf4\x5e\x87\xf5\x46\x95\x45\x0c\x53\xdc\x96\x29\x91\x04\x8c\x37\xba\x4f\x0d\x4c\x32\xba\x0f\x1f\x22\x06\x74\x19\x69\x32\x51\x6d\x2a\x75\xba\x51\xe8\x23\x74\x6c\x27\x6d\x8d\x3d\x0d\x72\x6a\xa2\xdb\x53\x27\xd3\xfd\x63\x9f\x2c\x68\x40\xe2\xda\x2a\x45\x30\x73\xd3\xd6\xda\xdd\x28\x7b\xd4\xa9\x81\xed\x44\xa9\x22\xa3\x93\xfa\xa7\xaa\xfd\x86\xed\x44\xaf\x7a\x5a\x31\x74\xf4\xaf\x55\x31\x47\xb1\x6a\x88\x35\xd0\xab\xb8\x28\x44\x8e\xae\x6d\xba\x26\x16\xd5\xf7\x08\xcc\x23\x4a\x5c\xfe\xf0\xc3\x42\x82\xcc\x23\x5b\x9a\xd8\x51\x18\x48\xf4\xaa\x9b\x0b\x06\x12\x53\x02\xe5\x80\x7d\x84\xc2\xff\x1d\x68\x23\xe0\x59\x12\xf4\x42\x2c\xb8\xdf\x40\xab\x63\x42\x5e\x21\x26\x33\x98\x11\x47\x7b\x05\x23\x88\x22\xaf\x0f\x26\xa7\xed\x26\xe3\xc1\xc0\xb3\x7a\xae\x22\x68\x41\xa7\x13\x79\x67\xe2\xda\x6e\x9a\x81\x40\xd6\x45\xe6\xc4\x4c\x4e\x3b\x67\xf3\x77\xd8\x8d\x96\x5d\x88\xc1\x88\x84\x31\x68\x81\xa2\x8b\x76\xa6\xae\xed\x26\x53\x48\x4e\x5b\x66\x71\xd5\xc6\xaa\x5a\x37\xc6\xd7\x14\xa7\xc6\xec\xb4\xa5\x3d\xcd\xd2\x53\xcb\xed\x20\x7a\x91\xb8\x51\x58\x4c\xe4\x2c\x06\x84\x16\x13\x7e\xe5\x20\xa4\x81\x45\x82\xca\x23\x5b\x9a\x2e\x79\x18\x50\x64\x99\x3d\x31\x8f\x6c\xf7\xa1\x46\xd4\x82\x6a\x02\x0f\x8b\x89\xdc\xbc\x70\xda\x7f\xad\xce\x9a\xe4\xaa\xab\xa0\xc2\xc2\x26\x10\x1b\x50\x0c\x0d\x04\xa1\x2a\x82\x26\x38\xdc\x4b\x50\xc0\xce\xc8\xcd\xc0\x94\x48\x23\x85\x79\x45\x91\xae\x23\x60\x25\x91\x65\xed\x1c\xb0\x92\x08\xad\xc5\xe2\x49\x15\x59\x86\x3d\xc3\x90\x2e\x96\x89\x62\xbb\x2c\x6e\x98\x27\x76\x58\x76\x48\x37\xfd\x21\xba\xb8\x98\x7d\xc0\x53\xc0\x4b\xfe\xf2\x6c\xa1\xc8\x8b\xa1\xef\x60\x37\xe4\x0b\x74\x69\x61\xc4\x0a\xc1\x9c\x20\xfc\xdc\xa0\x39\x41\x31\xdf\xb2\xe9\xb5\xab\xc5\x87\x3d\xc1\x79\x87\x0b\xa2\x2d\xb0\x86\x03\x83\x82\xd9\xc5\xe0\x42\x4b\x1f\x45\xd4\x07\x9a\xf8\x52\xdd\x0c\xb9\x8d\x2e\x3e\x05\x89\x5b\x8b\x5f\x1b\xf0\xb7\x9f\x49\xec\x2e\x03\x6b\xfb\xf5\x05\x55\x78\xaf\xd5\x35\x91\x8d\x5f\xd4\x67\x33\x9c\xab\x50\xc1\x29\x56\x45\x36\x36\xd9\x46\xf1\xa2\xd0\x6f\x57\xd9\x5b\x32\xff\x6a\x1a\x9e\x3f\xf1\x2b\xbb\x19\x30\x86\x97\x6b\x06\x23\x79\x0b\x7a\xc1\x68\xd8\xdf\xbd\xd9\xa1\xe6\x44\xe3\x9d\xe4\x0e\x99\x5f\x98\x10\xf4\xdb\x55\x16\x41\x4c\xce\x3a\x7d\x9f\xbd\x68\x86\xae\x97\xc0\x8b\x66\xe8\xc3\xd0\xb9\x6d\x9a\x78\x1b\x78\xcd\xdb\x40\x47\x69\x54\xad\x56\x60\x1a\xd5\x24\x5f\x9a\x78\x91\x15\xd5\xf1\x7e\x31\xa5\x99\x2e\xc9\x17\x5f\x10\xd5\x65\xa0\xfd\xfd\x01\x71\x83\x6a\x13\x5f\x8c\xfa\xab\x77\xb9\x74\xe1\xbd\x1a\x84\xe4\xd6\xfd\x93\xf8\x48\xe9\xa3\x94\xab\x97\x6e\x54\x78\xc6\x77\x0b\xc4\xe0\x19\x1f\xb2\x5f\x61\x02\xd6\x6c\xba\x20\xad\xb6\x71\x0a\x5a\xed\x32\x86\x0b\xa1\x92\xf4\xc2\x51\x56\x2d\x24\x7a\xf1\x62\x4a\x3f\xcc\x2f\x7e\xaa\x72\xa8\xcd\x83\xc3\xad\x25\x4e\x80\x2e\xf5\xa5\x7b\xce\xcc\xa9\x2e\x04\x80\xd7\x7c\xb1\x24\xed\xc5\xa4\x76\xa2\x6f\x2f\xe5\x17\xd4\x70\x60\xfb\x20\x03\x1a\x26\x6b\x7d\xe4\x22\x4c\xd6\xaa\x38\x0d\x9d\xc9\x5a\xab\xac\xa9\x02\xaa\xf3\x47\x1e\x0f\xed\x78\x92\x33\x11\x13\xb9\x26\xc5\xe5\x38\xe0\xfc\xfe\xea\x7e\xde\x43\x75\x5e\xa4\x1d\x67\x22\xd7\x2e\xa3\x56\x26\x72\x3d\x1f\xba\x55\x50\xcd\xec\xc1\x81\x4f\x10\xe3\xf9\x66\x7e\x1f\x4d\x83\x2e\xf3\xa6\x7d\xf4\x98\x2f\x66\x20\x19\x4a\x3d\xeb\x9a\x80\x57\x7c\xf5\x8b\x16\x71\xce\x95\x0b\xac\x33\x95\x6b\xb2\xce\x9f\xc9\x5c\xbb\x85\xe5\xd4\xb3\x57\x2d\x23\xf5\xec\xf2\x11\x51\x32\x57\x6f\xc6\x9b\x99\x41\x3c\x36\x66\x06\xd1\x9d\x0d\x55\x7a\xf7\xbb\x14\xaa\xf4\x2e\xf3\x3c\xe6\x60\x4d\x72\xa5\x51\x0e\xd6\x22\xef\x35\xe6\x60\x4d\x97\x90\x1a\x8e\xef\x39\x7b\x69\x20\x89\x9a\x9e\x3e\x0d\x27\x74\x1a\x19\xe7\x3c\xeb\x5e\x66\x28\xf3\xe2\xf3\x87\x50\xe6\xdd\x67\x43\x4a\xf7\xae\x37\x02\xb4\xee\x3d\x57\x57\xc5\x4e\x55\x97\x71\xa5\xc4\xea\x23\x96\x79\xb1\xb0\x03\xa1\xcc\xd3\x25\xda\x74\x93\xbd\x91\x6d\x5d\x30\x96\xb9\xa5\xaa\x50\xbb\x27\x3f\xcb\xa0\x76\xef\x59\x1c\x05\x7d\xdb\xad\x1f\x8e\x9b\x11\x7c\x75\x85\xd3\xb9\xbd\xc8\x1d\x96\x79\x60\xbb\x1f\x74\xd4\x90\xfb\xfe\xb9\x19\x45\x55\x97\x01\x7d\xd6\x6d\xc9\x19\xd0\x89\xcb\x83\xfb\x40\x40\xd5\xe2\xaa\xc1\xaa\x06\x91\xe6\x42\x94\x83\x19\x64\x8b\x3c\x52\x03\x1e\xed\x49\x06\xd1\x01\x8f\xf6\x2a\x2b\xfa\xb8\x89\x47\xba\x54\xa9\x4b\xaf\x6e\x86\x09\x65\x75\xa9\x49\x97\x2e\xdf\x36\x66\x94\xed\x59\x7c\x9a\x74\xe9\xf2\xd3\x61\x46\xd9\x9e\xc5\x19\x40\x97\xde\x73\x71\xab\x1c\xb9\xf0\x83\xc1\xc6\x93\x4e\x00\x95\xe9\x5d\xaf\x66\x26\x94\x2d\xf2\x66\x63\x42\xd9\x9e\x8b\x07\x70\xb3\xd0\xc3\x43\x98\x4d\xef\x16\x94\xe9\x66\xd5\x6f\xe2\x99\x64\x51\x37\xf1\xcc\x42\x9e\x9b\x78\xa6\xd3\xa2\x38\xe5\x3a\x57\xd0\xb4\x2b\x3e\x69\x67\x26\xda\x9e\x75\x3c\x3f\xc4\x1d\x13\x96\x0f\x58\x63\xeb\x60\x98\xa6\xb6\xc8\xf7\x92\x79\x6a\xbb\xb5\x50\x1f\xe6\x87\xd4\xc0\xa1\xe8\x0e\xb1\xff\x0c\x30\x2e\xdb\xbf\xa0\x9e\xfb\x69\x04\xbc\xf0\x25\x02\x84\xf8\xe2\xe5\x50\xa7\x1f\x12\x6b\x26\xad\x7d\x86\x46\x3c\xaa\x6e\x14\x67\xbe\xb9\x0c\x67\x5e\x78\xfc\x11\x1a\xe9\x5e\xf9\x10\x8d\xc4\x39\xc0\x8b\xbe\x67\x5d\x32\x1f\x2a\x7d\xc2\xcd\x80\x57\x1a\x6e\x15\xe6\x1b\x72\x72\x60\x0e\xdb\x53\x98\x04\x66\xb4\xa3\x19\x53\xdc\x71\xb9\x2a\x06\x27\x74\x84\x57\x7d\xb6\x9e\x07\x11\xc5\xb3\x19\xb0\x8f\xf6\xdb\xd0\xb9\x71\xfc\x9e\xff\xd0\x4e\x4f\xbe\x1a\xf1\xa1\x65\x85\xc8\xfa\x87\xde\x3f\xa2\x07\x50\x96\xf7\xfc\xd4\x24\x86\x0d\xb7\xc3\x18\x3b\x98\x3f\xf3\xdd\x76\x66\xdc\xe9\x4c\x69\x5b\xf5\x8a\x54\x4a\xdb\x32\x86\x0b\x11\xed\x9e\xb4\x73\x21\xf6\x77\x65\x24\x8a\x03\x71\x8a\x86\xb0\xfe\xd5\x5d\xc0\x29\x99\x07\x8e\xf9\x6e\xbb\x9c\x1c\x98\xee\xf6\x74\xe1\xaa\x38\xc6\xcd\x85\x38\x0b\x5d\x1d\x52\x16\xca\x70\xd3\x5d\xa9\x71\x2b\x27\xb5\x2e\xde\x47\x83\x34\x6f\x41\xeb\xee\xe7\x2f\x33\xe5\x96\xeb\x69\x07\xe4\x28\xbb\x26\x96\x6a\x68\xc6\xb8\x64\x64\xda\xb3\x2e\xee\xdb\x34\x84\xe7\x86\xdb\x64\xa2\xc0\xa2\x32\x08\x89\xe4\x9c\xb2\x2e\x8a\x90\xfd\x1d\xd4\x61\x4c\xde\x71\xa0\x37\xae\x78\xb7\x82\xf9\x7a\x4a\xe4\xcd\x27\x77\x71\x25\x6e\x8d\x96\x86\x4e\xef\xf2\x1a\x5b\x0c\xa1\xcd\x20\xe9\x07\x2a\x48\xa1\x97\x04\x55\xec\xbe\x5b\x41\x42\xb3\xa7\x26\x44\x18\xc5\x35\x07\x3b\x0c\x81\xf3\x3c\x53\x8a\x00\x4c\x7e\xb8\x08\x3b\x3a\xdc\x26\x4e\x94\xee\x14\xa6\xe6\xad\xcc\x84\xd5\x99\x9a\xf7\x14\xba\x0f\x4c\xb1\x7b\x16\x9c\x22\x39\x3e\xe6\xe6\x35\x17\xa1\xd4\xbc\x8c\x86\xdb\x99\x9a\xf7\x54\xd5\x78\xa0\x0a\x91\xea\x9e\xa9\x79\xb3\xe4\x2b\x0b\x0e\xf9\x3d\x6b\x89\x13\x8f\xa2\xb6\x3b\xc9\x04\x4f\x35\x17\xd7\x46\xb3\x82\x88\x4a\x86\x1b\x0b\xd1\xb7\x7b\x1e\xea\x8f\xb4\x5f\x1b\x05\x1d\x7b\x96\x63\xed\x82\x8a\xbd\xf6\xe4\x56\x70\x4f\xce\xac\x59\x40\x26\x29\xbd\xe9\x4a\x90\x6e\x48\x55\xcb\x24\xbe\xa9\xc8\x49\x6f\x41\xc7\x5e\xe4\xde\xb6\x12\x99\x01\xb2\x18\x4c\xdb\x7b\xf8\xad\x2c\x30\xe1\x79\x5b\x04\x71\x6d\xaa\x41\xd0\x65\x9d\x05\xe6\xed\x2d\xb3\xba\x21\x44\xa6\xe2\x1d\xb2\xa8\x64\x97\x78\x63\x65\x48\x29\xa4\x8f\x66\xa6\xde\x2e\x75\xf0\x52\x14\xed\xa9\xef\x10\x21\xb1\xe4\x1f\xe6\x08\xe8\xcc\xd4\x3b\x5b\x77\x33\x54\x5d\x7b\xe4\x50\xa4\xcb\x5a\x71\x65\x66\x69\x2c\x1a\x0d\xc4\x0b\x43\x67\x11\x8e\xee\x85\x51\x27\xbb\x72\xfa\xb6\x64\x08\x21\x2e\xba\x26\x2c\xed\xf8\x70\x21\x1e\x5c\x45\x93\xa2\x6c\x57\xa7\x01\x0a\xf0\x52\xbd\x18\xbc\x42\xc5\x52\xac\xcc\x2b\x54\xdb\x01\x6d\x74\x96\xfd\x97\x92\xf8\x96\x49\xf6\x7f\x41\x1d\xdd\xf3\x03\x21\x30\xcb\x03\x11\x1f\xc8\x0d\x2d\x3a\x9a\x5f\xea\x43\x5a\x65\x49\x97\x17\xb5\xca\x0a\x8a\xa0\x2c\xbe\xb2\x91\x67\x9e\xde\x2a\x6f\xa4\x55\xf8\xa6\x7e\xca\x06\x84\x01\x21\x68\x82\xe1\x33\x04\xce\x44\x66\xae\x4c\xe2\x9b\x15\x0c\x85\x69\x7b\xc7\x14\x76\x16\x06\xb1\x17\x49\x87\x46\xb7\x33\x3b\xd7\x81\xa0\x29\x4f\x86\x60\x48\xeb\x36\x69\x81\x10\x2e\xe4\xb5\xe5\x09\x23\xc8\xac\x6c\xcf\x17\x7c\xbb\xb3\xde\x0d\xcc\xa8\xdb\x7d\xc4\xa1\x97\x4d\x93\x2c\xe5\x2a\x34\xeb\x0b\xe1\x46\x21\x37\x4c\xe9\xc7\xaa\x3c\x0e\xcc\x24\x75\x40\x50\x43\x3e\x80\x17\xb4\xad\x35\x69\xe3\x2a\x19\x55\xad\x70\xe5\x82\xcb\x55\x8c\xf9\x76\x6b\x7b\x9a\xa1\x91\x87\x9b\x01\x6e\x8a\x38\xd6\xe0\xa4\x54\x93\xcf\x9f\x28\x06\x21\xea\xd6\xac\x2a\xa9\x0a\x39\x4c\x26\xa6\x35\x83\xc9\xe4\xb3\x55\x6e\x01\xcc\x36\xdb\xe5\x6a\xc1\x8c\xb2\xbd\x5c\xea\x50\x96\x12\x1a\x37\x6f\xed\x18\x06\x3f\x54\x43\x00\x42\x22\xd8\x2e\xa5\x3d\x33\xb8\x4e\xe9\x4f\x56\x0b\x78\x30\x93\x9f\x63\x1e\xd6\x22\x25\x35\x73\xad\x76\x79\x3c\x2d\xa9\xfe\x92\xcb\xde\x68\xd3\xdf\xe1\x61\xa8\x81\x36\x72\x42\x8a\x06\xc3\xcc\xab\xdd\xc8\x00\x5d\x5f\xd7\x73\x73\x41\xd7\xd7\x65\x80\xbc\xe0\x32\x9d\xea\xe5\x56\x61\xb6\x2e\xdb\x44\x26\x5b\xed\x7a\x0b\x33\x9d\xea\xa9\xea\x76\x0e\x15\xd1\xc3\x80\xe9\x54\xbb\x8c\x48\x16\xf4\x82\x9d\x69\x2f\x3a\x13\xa8\xce\x4b\x2b\x4c\x5d\x5f\xbd\x44\x29\xe4\xeb\xac\x43\x04\x5d\x5f\x97\x87\x0e\xf3\xa7\x76\xd9\xa6\xaf\x06\x91\x8e\x84\x28\xcc\x9f\xda\xe5\x29\xc6\xf4\xa9\xa7\xd1\x10\x08\x5d\xa7\x58\x08\x46\xe3\xae\xf2\xd0\x61\x02\xd5\x2e\xb3\x08\x25\x50\xad\xf2\xa6\x51\x02\x55\x23\x35\x92\xa4\x76\x6f\x00\xb3\xa2\x1a\xfd\x3a\xf3\x91\x4d\x43\x70\x7f\x14\xda\x42\x9d\xd7\xe5\x2e\xb5\x3a\xdd\x2f\x3d\x36\x3a\xac\xe4\x1f\x3b\x90\x2f\xe8\xdd\x7a\xf1\xb8\x99\x3f\x47\x3c\x0c\xd4\x6e\xa9\x4a\x2d\xb1\xa0\x77\x8b\x5f\xab\xa2\xc7\xa7\x2a\x37\x4e\xec\x1e\xf4\x6e\xdd\x84\x0a\x7a\xb7\x69\x82\xdb\xb9\x71\x42\xf1\x8e\x60\xb6\x3d\xb9\xec\xd0\x7b\x99\xf4\x31\x2d\x6a\x2f\x5e\xb6\xcd\x93\x49\x64\xa0\x66\x4d\xc1\xb8\x0f\xc8\x46\xbb\xa0\x05\x68\x08\x82\x89\x95\x0e\x11\x15\x64\x72\xf4\x59\x50\x90\x4d\xe9\x61\x17\xf5\x63\x12\xd1\x2f\xe8\xc7\x52\x95\x87\x2b\xf3\xa9\x26\x86\xc4\xeb\xcc\x92\xda\x65\xdb\xc1\x64\xa7\x39\x35\x43\xf0\x7e\x15\x6a\x0c\x1e\x14\x31\x1f\x83\x6e\xaa\xd5\x10\xb7\x5b\xdf\x41\xa2\x20\x33\x8b\x85\x58\xdc\x53\xe6\xff\x8b\x1e\xcc\xb2\x36\x5d\x70\x60\x4e\x55\xd6\x13\x4c\x67\xda\x65\x26\xab\x74\xa6\x35\xe9\x4c\x41\xb7\x35\xa7\xf8\x2b\xa8\xb6\x66\x52\xab\x88\xa9\x1d\x9e\x05\xb4\x59\xa9\x6b\x69\xa0\x85\x9a\x7a\x15\xad\x49\x73\x91\xa6\x36\x91\x06\xbe\xb9\x07\x6a\x84\xc5\x31\x4f\x05\x9b\xd2\xf4\xe1\xed\xeb\xb0\x0b\x0b\xde\xbe\xa7\x30\x04\x16\x50\x2d\x57\x05\x4a\x57\x43\xc0\xbe\xa4\xc5\x81\x47\x6f\x92\xa1\xdc\x82\x6e\xa9\x9b\x88\x50\xb7\x54\x65\xd2\xad\x9c\xa5\xd9\xcb\x81\x1b\xbd\xf8\x43\x08\x74\x65\x30\xb0\xe6\x39\xfd\xb3\x25\xd7\x04\x82\xf3\x8d\xba\xe8\x79\x2b\xab\x93\x45\xcf\x5b\xef\x1b\x55\x4b\x0f\x45\x0f\x1e\x77\x75\x4f\x7f\x5a\x8f\x3b\x26\xc9\x5d\x16\x84\xe0\xdc\x22\x4c\x81\xeb\xc5\x04\x3d\x78\xa2\xf5\x2a\x0a\x7a\x4e\x8a\x68\x41\xd1\x93\xaa\xa4\xe2\x2b\x78\xdc\xab\x9b\x81\x05\x9d\xc6\x16\x5a\x7f\xb1\x50\xc1\xe7\x8c\x56\x0a\xf1\xa8\xa7\x0c\x33\x57\xd0\xa1\x5a\x4c\x7b\x50\x64\xae\xcd\x08\x12\x46\x1d\x68\x38\xaa\x76\x09\xd7\xd7\xa2\xab\x31\xa5\x39\x0b\xba\x93\xa2\xc7\xf4\x92\x7e\xa4\xb8\x26\x97\xad\x09\xc2\xb2\xe9\x89\xba\x16\xa7\xcf\x27\xfa\x82\xf2\xa4\xcb\x4a\x75\x2d\x5a\xc1\x75\x43\xa0\x52\xc2\x45\x44\x47\x0e\x99\x35\xad\xc5\xf3\x55\x55\x53\xae\x55\xa2\x52\x50\xad\xcc\x4b\x67\x1f\xae\xa2\x61\x04\x5b\x78\xda\xc9\xac\x87\x39\x53\xcf\x87\x6e\x15\x2b\xdc\xfc\x21\x44\xfd\x5a\xfd\x75\x90\x2f\xa6\x16\x11\xf1\x90\xc3\x0b\xb5\x88\x5f\x6e\x14\x66\x66\x97\x78\x6b\xb8\x71\x0e\x73\x61\x70\x78\x8c\xb3\xdd\x3f\x24\xd2\xd0\x97\x84\x51\x18\xce\x89\x61\x5a\x47\xe7\xc4\xea\xc7\x15\x74\x29\x61\x54\xdc\x08\xe6\xe0\x6d\xdb\xe2\xbb\x55\x26\x4a\x34\x04\x91\xb7\x9f\x82\x18\xf2\x55\x44\x63\x8b\xf2\x27\x41\x9b\x85\x4d\x20\x76\x43\xb8\xb8\xb9\x1a\x22\xbd\x50\x9f\x84\xb7\x1f\xf9\x4c\xa7\xc2\x6f\x2d\x84\x0b\x9e\x66\xd8\xa0\xdb\x98\xf5\x29\xc3\x48\xb5\xa7\x08\xf3\x1b\x46\xd3\x17\x99\x60\x1d\x9a\x17\x67\x28\x9a\xa9\xe8\xbc\xe6\x43\xe0\x75\x57\x92\xc8\x1b\xbd\xee\xcc\x06\xc0\xeb\x2e\x49\x58\xb5\xe0\x75\x57\xa4\x2e\x5b\xf0\xba\xeb\x6d\xb8\x15\xb8\x6c\x79\x68\x48\x98\xe0\x5b\x90\x29\x4a\xe5\x35\xcc\x14\xa5\xa9\x9a\x9e\xc3\x99\xae\x37\x37\xba\x19\x2f\xc1\xcd\xe0\xe2\x49\x2e\x83\xab\x99\x56\x8d\xce\x74\x76\x98\x58\x6f\x1a\x86\x48\x94\xf0\xa6\xf1\x87\x96\x0d\x3a\x80\xc2\x0c\x92\x07\x62\xff\xda\x0b\xea\x00\x92\x6e\xda\x37\xd3\xff\xe9\x0d\x06\xc1\xfe\x94\x15\x1d\x33\x96\x76\x69\xd5\x99\x6a\x34\x3c\x36\x8a\xe0\xab\x4c\x3e\x17\x64\xf0\xf3\x7a\x0a\x33\xcc\x36\xba\x20\xf8\x2e\x8a\x61\x64\x1e\x52\x99\xf2\x32\x0f\x69\x4a\xcd\x35\x3b\x1e\x76\x1a\x37\x9e\x79\x12\x56\x33\x0f\x69\x51\x58\x38\xe6\x13\x9d\xcd\x6b\x81\xf0\x20\xf2\x41\x61\x52\xd0\x21\x7f\x6e\x25\x05\x95\xf1\x07\x73\x82\xa6\x2a\x03\xf9\x05\xff\xb5\xe2\x07\x09\xa4\xec\xd9\x92\x1b\x8a\xce\xab\x62\x47\x30\xd3\x67\x95\xa7\x17\x33\x7d\x76\x63\x8d\x62\xc6\x96\x69\x90\x8c\x66\x15\x04\x2a\xd5\xdd\x0c\x37\x43\x8b\x0a\xb9\x7a\xbd\x9e\xc2\x85\x37\x68\x08\x42\x88\x9d\xe1\x1e\x99\xe0\x4f\xf2\x82\x9b\x2c\x61\x57\x1f\xd0\xab\x34\x8f\x9c\xa1\x60\xe5\xbf\xc5\x04\x9e\xc3\x62\x26\xca\xd5\xab\xdc\x3e\x99\x89\x33\x4c\x6d\x6f\x06\xe1\x10\x45\x83\x40\x3c\x4c\x7b\x21\xc7\xee\x45\x7c\x0f\xe4\xd8\x61\xda\x0b\x51\x75\x98\xbe\x41\x52\x1d\xa6\x92\x37\xb6\xca\x32\x36\x4a\xaa\x9b\xd8\x5c\x48\xaa\x1d\xac\x83\x09\x35\x53\xf3\xf4\xc9\xae\x9b\x0b\xa3\x4f\x58\x4e\xae\x0a\xc2\x20\xb4\x85\xdb\xd7\x4c\x4f\x87\x38\x28\xda\x7f\x4a\xb1\x1d\x81\x62\x7d\xa8\x01\xd1\x4a\x41\x8a\xdd\x7d\x65\x29\x69\xa6\x1e\x2f\x1f\x5a\xe6\x76\x37\xc3\x9c\x72\x5d\x10\x43\xcb\xfd\x16\x5e\x1a\x3e\x60\xd9\x02\x19\x86\x86\x7d\x04\xa9\x72\x02\x13\xfe\xd3\xcf\xab\xe9\x56\x66\x82\x4d\xbf\x16\x21\xe3\x4e\x12\x8e\xaf\x4f\x30\x4e\xad\xa6\x01\xb5\x8a\x2f\x94\x0f\xed\xb2\xb4\x6e\x90\x86\x9f\x0e\xab\x40\x24\x64\x12\xa6\x7e\xc8\x40\xc8\xa8\x66\x41\x1e\x9e\x4d\x8a\x21\xc7\xae\xb2\xa9\x60\xa2\xcc\xae\xe0\x72\xcc\x93\x99\x42\x2c\xd2\x87\x36\x73\x62\x1f\x21\x7f\xee\x16\xb1\x52\xfe\x5c\x15\x6f\x8c\xa9\x30\xfb\xb3\x39\xa0\x85\x55\x8f\x37\x0a\xa7\x65\x43\xb8\x28\x9c\x56\x7c\xe9\xce\x94\x96\x21\x0b\x47\xe6\xa9\xec\x8c\x70\xdf\x99\xa6\xb2\x57\x6e\x23\x33\x51\x76\x19\x2a\x39\x13\x25\xb7\x9f\xf9\x25\x43\xa6\x90\x4c\x2f\xd9\x2b\xaf\x5e\xa6\x97\x4c\x55\x86\x1a\xca\x2f\x29\xf1\x20\xf3\x4b\x56\x29\x9c\x98\x5e\x32\x4f\x72\xba\x9b\x22\xe6\x2a\x3b\x86\x0d\x11\x73\x1e\xcf\x87\x50\x07\x87\x3f\xc4\xb8\x43\xa3\x81\x2d\xc8\x74\x87\x8a\xe0\xdc\x5d\x08\x4d\x51\x73\x33\x88\xea\xc2\x75\xdb\x0a\xdd\x2a\x01\xf8\xbe\x68\xa8\x13\x86\xe8\x47\x60\x08\x4e\x2f\x94\xc0\x30\xbb\x64\xaf\xa1\xf9\x83\xfa\x56\xa9\xb5\x95\x5e\x52\x06\x2e\xce\x2e\x99\x35\x47\x70\x02\xcd\x00\xb6\x2d\xfc\x19\x0c\x10\x2e\x0d\x94\x89\x66\xb2\x1b\xc1\x7a\x27\x97\xbd\xd9\x9f\xbb\xe7\x7b\xc5\xd0\x07\x3e\xf5\x5a\x0c\x06\x1a\x1d\x6a\x06\x4c\x68\x95\x4c\x7f\x5f\x78\x12\xb5\xcb\x55\x0b\x0b\x0d\xc2\xaf\xca\xc8\xc0\xa8\x52\x0f\x84\xf4\x12\x5e\x70\xa6\x2b\x22\xaf\xc3\xbc\x94\x45\xd6\x94\xcc\x4b\x59\x1b\x4f\x0d\xf3\x52\x16\x09\x75\x36\x44\xe5\x55\x4e\x3e\x1b\xa2\xf2\x2c\x3e\x9b\x59\x2a\x53\xad\x5a\x44\x3a\x8b\xc9\xf6\x8c\x69\x2a\x9b\x0c\x75\x98\x7c\xb2\xcc\x6e\x08\xf1\xb6\x84\x8b\x0c\x24\x2b\xc6\x6b\xa7\x20\x29\x7c\x0a\x11\x0b\xe8\xf2\x87\xb0\xf4\xd4\x9c\xe0\x39\xd6\x64\x78\xbf\xe1\x39\x66\x17\x27\x66\xad\x4c\x53\x1b\x05\xc7\xb1\xac\x80\x98\x4c\x5a\x99\xa4\x6f\x60\xd2\xca\x22\x09\x1f\x13\x53\x16\x99\x7d\xee\xc4\x8b\xb8\xaa\x4d\xec\x53\xf3\xca\x70\x9f\xf4\x04\xdc\x69\xc3\xe5\x7d\x1a\x2a\x2c\x54\x1f\xf0\x06\x94\xbf\xcd\xa6\xfc\xdb\x56\xda\x1b\xf2\xef\x36\xdd\x25\x62\xc2\x5f\x5e\x45\x18\xd3\xca\xc9\x7d\x33\x40\xac\xec\x34\x98\x8a\x32\x55\xd9\x6c\x2b\x17\x65\x6d\x3f\xce\xe7\xd2\x95\xa8\x52\x71\x8b\x98\xa8\xb2\x4a\xac\xbf\x21\x46\xb7\xc2\x61\x53\x8c\x5e\x1b\x25\x59\x1b\x62\xf4\x36\xc2\x10\x47\xee\x66\x06\xab\xba\x1d\xa4\xa0\x12\xa6\x66\x06\x07\x6b\xae\xca\x9d\x0b\x41\xb0\x8d\xd1\xee\x30\xfd\xa5\x7c\x85\x37\xa5\xf1\xa6\x05\x59\x88\x33\x05\xc1\xc2\xe3\x32\x04\xfa\x2e\x95\x16\x53\x5c\x66\x85\x30\xdc\x10\xb8\x27\x13\xb1\x4c\x92\x22\x73\x20\x66\xbc\xcc\x52\xf8\x33\xe3\xe5\x29\xd4\x97\x8c\x3d\x29\x9a\x06\x2f\x37\x47\xca\xda\x99\x69\x99\xab\xa6\xc8\x74\x8c\x53\xfd\x43\xe6\x27\x2f\x95\x0d\xc1\xfd\x69\x54\x73\x44\x9c\x03\x85\xcd\x50\xe6\x4c\xb1\xde\x4c\x9c\x99\xe7\x33\x36\xfa\x45\x14\x57\x7d\xe3\x43\xf7\xc1\x30\x07\x1a\x29\xc2\x1c\x28\x34\x17\xf3\x68\xb6\x67\x1b\x81\x8f\x0a\xcd\xc6\x7c\x97\x49\xd1\xaf\x76\x66\x1a\x5c\x2f\x3f\xb9\xc6\xe6\x29\x22\x3c\xb5\x82\x3e\x6c\x38\xb5\x3d\x34\x94\x4e\x6d\x3e\x39\x99\xf6\x5e\xc5\x35\x91\x95\x48\xbb\x08\xd7\xb4\xc2\x44\xf2\x07\x82\xc2\x69\xba\x0c\x5e\xe4\x5a\x0b\xaa\x0d\x24\x56\x60\xd6\xcc\x64\xeb\xc6\x0d\xb5\x41\x96\x9d\xda\xa6\x83\x99\xf7\x14\x3e\x64\x8d\x89\x70\x0f\xc4\x03\xa7\x66\xc0\x41\x74\x77\x01\x7f\x47\x19\xc8\x6f\xba\x97\x49\x15\xb7\x19\xba\x56\xfe\x8e\xbb\x30\xcf\xd0\x53\x93\xe7\x4d\xd4\x07\x5a\x83\x36\x75\xfa\xe0\x24\x96\x15\x97\x70\xc3\x47\x2c\x25\x6d\x1a\x34\x0a\x45\x01\x07\x98\xd1\xf3\x34\xa3\x1e\x81\x43\xbe\x88\x0a\x8d\x8b\x3d\x6e\x3e\x42\xa5\x44\x62\xd6\xce\x6c\xb2\x81\xd0\xb5\x6d\x26\x57\xbd\x01\xb9\xec\x83\xc5\xd0\x48\x45\xb7\xb4\x34\x42\x13\x97\x11\xdb\xb5\xa5\x70\x27\xab\x52\x3d\x33\xf9\xe7\x29\x34\x08\x46\xec\xa9\xca\xc0\x80\x86\x38\xd4\xe1\x4e\x16\x3a\xd1\xde\x30\xa0\xbd\x2e\xb8\xc2\xa0\x38\x42\x30\xf8\x9a\xd5\xea\x5d\x44\xa0\x02\xc9\xca\x76\x11\x85\x13\x0d\xa9\xa2\x70\x42\x23\x68\x3f\xb2\x4c\xba\x36\x3c\xcf\x9a\x02\xae\x30\xa5\x68\x93\x65\xdc\x86\x2e\xa4\xea\x15\xbc\xa1\x0b\x69\xf3\xf9\x0e\xf7\xb4\x57\x87\xa1\x6d\x67\x51\x8f\xf2\xa9\x55\x87\x60\x36\xa5\x60\xdb\x95\xcc\xa6\x6c\x48\x37\xbc\xc9\x9a\x02\x98\x6e\x78\x93\xb5\x49\xee\x92\xd9\x47\xf3\xb8\x5c\x76\xc3\x29\xe5\xc7\x5e\xe4\x4c\x46\x9a\x65\x09\xc1\x5c\xa4\xa9\x8a\xf7\x54\x32\xd2\xe9\x59\x91\x88\x88\x88\x31\xd4\xad\x89\x08\x1d\xc6\xa6\x88\x4f\xc5\xc5\x25\x77\x8d\x5d\xf1\x9a\x6f\x9e\x14\x92\x97\x48\x17\xc5\xcc\xa4\xa9\xf6\xcb\x1f\x36\x34\xa3\x85\x83\x7d\xad\x34\x93\x9b\x2e\x62\xb5\x0b\x39\x2b\xb3\xa7\x35\x2d\x23\x76\x5c\x36\x3a\xcc\x70\x5a\xd2\xe5\x0f\x71\xc6\x9a\xbb\x60\x72\x21\x31\xad\x8d\x3b\xae\x90\x6c\xbb\x61\xc7\x65\xd1\xba\x1b\xa3\xac\x48\x5a\xbb\xdb\x24\x01\xe8\x82\x38\x74\x9d\xeb\x46\x92\x93\xdd\x0e\x53\xbd\x17\x41\xb0\x0b\x0a\x97\x4d\x34\x33\x04\x05\x9b\x71\x55\xa4\x73\xaf\x1e\x00\x1e\xad\xe1\xb2\x17\xab\xba\x10\x94\xba\xb8\xf0\x86\x53\x88\x47\x83\xe3\x29\x52\x49\xf7\xb6\xda\x45\x66\xe8\xde\xa6\xe0\xe1\xbb\xc1\xad\x5e\x36\x44\x1b\x5a\xad\x1c\x3a\xd7\x8d\x44\xae\x68\xad\x10\xea\x4b\x8f\x96\x0d\xad\x56\xd6\x5b\x97\x59\x5d\x93\x32\xcf\x75\xa6\x75\x6d\xf3\xe9\x82\x69\x16\x9f\x56\x81\x2c\xd5\xa3\xe1\x86\xe8\x44\x36\x12\x3d\x31\x44\xd0\x79\xb5\xa9\x5d\x86\xce\xab\x98\x39\x63\x28\x60\x85\x0e\x64\x76\xd8\xac\xe7\xce\x86\x1e\x2b\xc9\xfc\x4f\xe9\x60\xa5\xe2\x67\x3a\xd8\x5a\xbc\xc7\x70\x52\x9b\xd3\x65\x13\x7e\x08\x1a\xda\x41\xc0\x48\x3a\xb8\x50\x5c\xb5\xa9\x9b\x02\xba\xa9\xd2\x85\xe3\x50\x3f\xe5\x10\x6e\x76\x8a\x2c\x64\x99\xab\x4c\xb1\x49\xb7\x6f\xa7\x8f\xa2\x76\xb8\xd3\x86\xb4\xb9\x0c\x49\x00\xbb\xbb\xe0\xb2\x3d\x3d\xd2\xf3\x82\x23\x85\xb3\x5b\x53\x5c\xfb\x4d\x67\xb7\xda\x29\x33\xd8\x5d\x81\xd5\xd5\x07\x6c\x8a\xbb\x16\x8a\x8a\xab\xda\xdd\x65\x20\xe0\x87\xb8\x8f\xae\xad\x71\x33\x1f\x38\x29\x0a\xd2\xce\xa8\x51\x32\xb5\xba\x47\x3a\x59\x9a\xee\x91\x2b\xb0\xbe\x16\x67\xe9\x90\x0b\x62\xa0\x3f\xed\x22\x7c\xd4\x8a\x2c\x5e\x98\xff\x36\xa7\x6e\x08\xaa\xb2\xe6\x66\xc8\x8c\xf9\x3b\x86\x39\xf4\xd8\x40\x8d\xba\xc7\x86\x59\x74\x7f\x07\x46\x41\xcc\x67\x67\x32\x56\xf7\x8e\x0b\x47\xe1\xfa\x98\x61\x37\x29\xa2\xd7\x86\x32\xac\x29\xe7\xc1\x96\x32\x4c\xf8\x35\x98\x67\x51\x3b\xc3\x8c\xba\x0a\xad\xb6\xe1\x3a\x56\x94\xc4\x62\x0f\xde\x13\x5a\xc3\xc1\x44\x19\xe1\x36\x91\x38\x22\xfd\x06\x3a\x3d\x68\x86\xe5\x2e\xf8\xd4\x1d\x86\x06\xf3\xa5\x69\x34\xf0\x41\x36\x87\x31\x78\x6b\x88\x17\x40\xea\xdd\xe6\x37\xf2\xe0\x6e\x0b\xdb\x87\xd3\xae\xa9\x55\x6e\x37\x45\x8b\xcc\xcb\x9b\xa4\xb5\xdc\x03\x59\x34\xb2\x17\x43\x3b\xea\x59\x21\xf8\x89\xa2\xf1\x33\xa3\xee\xfc\xb5\xea\x46\x86\x38\x77\x41\x23\x0d\x37\x0a\x74\x1f\xda\x60\x66\xdb\x0d\x6d\xf0\x60\xfe\x7c\x3d\xc3\x07\x79\x0a\x99\xcc\x32\xa5\x6e\x92\x08\x9c\x29\x75\x4f\xa1\xc1\xf6\xfd\x35\x25\xb0\xdb\xf0\x5e\x8b\xe4\xe1\x6c\xbe\x36\x43\xd0\xe4\x87\x2e\xc4\x3b\xe9\xa9\x0a\x19\xd9\xd3\x23\x8e\x94\xe8\xdb\x60\x4e\x15\xc9\x4f\xa6\x72\x23\x5c\x82\x90\x08\x5d\x38\x45\xf7\x35\x8b\xa1\x98\x36\xb7\xc9\xbc\x6c\x4f\xc6\x37\xd2\x8a\x4f\xf2\x09\x42\xfe\x49\xb5\x8e\x2c\x66\x99\x53\x37\x27\x61\x38\x73\xea\xca\x29\x89\x39\x75\xab\x0c\x2a\x98\x53\xf7\x7c\x58\x04\x72\x73\x0c\x21\x2c\xad\x8e\xc6\x24\x4b\x21\x8a\x0e\x4f\xb7\x2a\x2b\x95\x3d\x29\xe6\x17\x99\x80\xc2\x31\x29\x10\xc5\x96\xc2\xd1\x32\x1a\x28\x1c\xab\x8c\xb6\x37\xc2\x0b\x27\x85\xbd\x67\x8a\xdd\x36\xdd\xe1\xc1\x94\x69\x5e\x14\xca\xc8\xe2\xc7\x36\x75\x91\x75\x14\x83\x3c\xe0\xae\xfa\x82\x63\xbd\x46\x4a\x43\x90\xe9\xb2\x9b\x1f\x7a\x70\x88\xfa\xaf\x93\x3a\xf9\x66\x19\x1a\x0d\xdf\xd0\x4a\x64\xb2\xe1\x21\x97\x25\xcb\x65\x8e\x5d\x6b\x60\xf6\x24\xf7\x29\xbf\xeb\x0d\x35\x66\x96\x3b\xd1\x9e\xcc\xcf\x5a\x5c\x95\x5b\x25\x74\xa4\xa3\x5b\x88\x00\x30\xc9\xee\x14\xb9\x0b\xe6\xd7\x56\x33\xc1\x1d\x17\x2f\x1c\xda\x38\x9d\x55\xe6\xd5\x35\x87\x1b\x3c\xf2\x8a\xe6\xc0\xbc\xba\x45\x71\xb9\x99\x57\xb7\xca\x16\x80\x79\x75\x43\x3a\x20\xe6\xd5\x6d\x32\x84\x62\x7a\xdc\xa6\x90\x89\x3b\x44\x36\xf5\x1d\x82\xd6\xc8\x43\x9d\x29\x68\x6d\xbd\xcc\x14\xb4\x45\xa6\xde\x1b\x7e\x5e\x59\x21\xac\x99\x82\x36\x55\x3f\xaf\x17\x63\x3f\x75\x43\x40\xbf\xe1\x0f\x61\xc0\xa9\xb3\xb1\xc8\xb3\xb8\x51\x88\x08\xa5\x66\x61\x0a\xd8\xa9\x80\xa0\x4f\x0a\x58\x31\x6d\x08\x87\xdb\xa4\x2b\x64\x5e\xd7\xac\x30\x2d\xcc\xeb\x3a\xfc\x6a\x42\x5a\xd7\xf3\xa1\x41\xf6\xa8\x56\xa1\x67\xc9\x3a\xfd\xcc\xeb\xfa\xf4\xa8\x64\x20\xe9\xc7\x9a\x44\x66\x7d\x6d\x32\xfd\xda\xd0\x79\xda\x2c\x6f\x2f\xca\x76\xc5\x6c\x2d\xea\xd4\xcd\x51\x2e\xbe\x9b\xc4\x6e\x2c\xa1\xaa\x66\x45\x54\x35\xd7\xb8\x28\xee\x09\x17\x36\x16\xba\x59\x5c\xa9\xda\x39\xa4\x84\x6d\x53\xc4\x69\x11\x71\xc3\x7d\x60\xff\xa7\xbf\x03\x67\xe0\xa7\x09\x42\xe9\x36\x59\xe2\xed\xad\xfb\x4f\x18\xb0\x15\x8f\xb0\x08\xc2\x58\xc3\x65\x1c\xab\xce\x03\x7c\xdf\x86\x3c\x8a\x36\x7c\xdf\xa6\x65\x71\x0c\xa5\x5b\xfd\x8c\xd9\x14\xf0\x0c\xb7\x83\xc4\x55\xd5\x1f\xbe\xa0\xad\x36\x84\xcb\xc2\xef\x08\x44\xc8\x0d\x05\x31\xda\x5b\x98\x44\x24\x67\x80\xdc\x6a\x56\x89\x11\x72\x15\xf7\x96\xf9\x6b\x4f\xa1\xeb\x22\x40\x73\x73\x21\x44\x75\x7a\xf2\x6e\x7a\x71\x75\x43\x4a\x0f\xa3\x15\xe0\x23\x5f\xeb\x4a\xe7\x3b\xef\xdd\x66\x86\x7b\x51\xf2\xad\x13\xa8\x79\xf0\x96\x15\x25\xdb\x94\x13\x89\x4f\x46\xdc\xdb\x26\x5f\x18\x66\xbe\x3d\x1d\xfa\x43\x18\xf5\x78\xa9\xe8\xa7\xf3\x34\x0a\x39\xd1\x03\xf1\xb4\x88\x04\x2a\xf0\xad\x27\x05\xa2\x2b\x0d\x92\xb2\xe2\xca\x87\x6a\x6f\x86\xad\xf2\x77\xd0\x3c\x99\xfb\xdf\xc2\x47\x71\x47\x5b\xef\x78\xad\x1b\x35\x88\xdd\x55\x27\x08\x90\x21\x38\x4d\x8a\xe4\xc1\x69\x6f\xca\x52\x88\x59\x71\x0f\x8f\xd5\x04\x22\x32\x91\x68\x1c\x82\xd2\x3a\xea\xf1\x7e\x81\xc9\xba\x86\x21\x36\x3a\x04\x41\xf6\x2d\xd4\x40\xc6\x5a\x25\x6c\xed\xcc\x58\x5b\xfd\x4c\x82\x63\x5e\x93\x67\xfb\x46\x54\xda\x29\x9f\xe0\xad\x70\xb2\xff\x2f\x63\x67\x72\x35\x3d\xcb\x34\x69\x57\xda\x04\x89\x99\xcd\xef\x8b\x54\x55\xb7\xff\x26\xf4\x51\xc4\x15\xfa\x96\xcf\xbb\xcc\x03\x02\xc4\x90\x24\x39\x05\xf7\x0f\xe9\x64\x73\x54\x3e\xf6\x79\xe0\x2f\x3e\xce\xc8\xc2\xdd\x2c\xcb\x76\x27\x33\x6a\x70\x67\x8f\x7c\x27\xdc\x59\x78\x8c\xa3\xeb\xc8\x97\x73\x7f\x9c\x56\xe1\xed\xc1\xa7\x2f\xdd\x9b\x71\xed\x90\x7f\x6a\x86\xbf\x80\x8d\x70\xfc\x8c\x49\x4b\xee\x18\x63\xd2\xae\xe8\x3b\x04\x49\xdb\x1a\x97\xd1\x47\x7a\xe1\x7d\x84\xf2\x3e\xd9\xf9\x70\xc9\x37\x8a\x5f\x94\xee\x8d\xe4\x93\xf7\xc7\xf9\xa4\x60\x9c\x5f\x2f\x5b\xda\x51\xb0\xdd\xce\xce\x74\x0a\xd9\xa8\xd7\x6d\x20\x6f\x9b\x05\xff\xfa\xfe\xe3\xfe\xf9\x02\x66\x52\xa0\xe4\xbb\x00\x1f\xff\x02\xc1\x19\x4a\x0f\x33\xee\x66\x45\xbe\xd5\xec\x68\x47\xbe\xb5\xfd\x1f\x5c\xa8\x6f\xa7\x9f\x25\xc1\xae\x11\x61\x3b\xf9\x57\x41\x84\x6d\xe0\x0b\x1a\x11\x76\x65\xe6\x6c\x69\x6f\xbb\xe4\x4b\x21\x5d\x73\xe0\xbe\xf6\x9a\xde\xa9\xaa\xf4\x2d\xb0\x7c\xc5\xbe\xed\x13\xee\xa3\xd8\xb7\x45\x4c\xb6\x41\x5f\xcf\x86\x4b\xa9\x51\x5f\xfb\x86\xc5\x7e\x7d\xe0\x76\xcd\x97\xca\xfe\x77\x84\xd2\x0b\x73\xe7\x43\x21\xe2\x9e\x69\x95\x3c\xae\x0c\x40\x7a\xb3\x68\x1c\x0d\x01\xdb\x70\xb7\x35\x06\x6c\x27\x45\xf6\xad\xe0\xb7\x1d\x2d\xaa\x2c\xf8\x2b\x66\x39\x47\xbb\xe1\xfc\x1f\x98\xd7\x8d\xc8\x23\x93\xfd\xca\x21\xfb\x19\x79\x85\x69\xb5\xc9\x9e\x20\x1d\x60\x5e\x81\x55\x03\xca\x35\x9b\x43\x46\xf9\x4e\x1c\xd0\xad\x34\xb2\x05\x40\x2a\xe3\xb3\x2e\x52\x03\x1b\x83\xb5\x00\xef\x11\x5c\xd5\xd4\x34\xae\x2a\x5b\x55\x46\xf8\x15\x7b\x82\xe2\xce\x3a\xde\xd5\xc6\x5c\x3d\xdb\xce\x3f\x3d\x07\x77\x13\x15\x6d\x60\xd5\x1d\x65\xfb\xcf\x51\x8a\x88\x91\x3f\xbf\x46\x22\x64\xc8\x28\x8f\x2b\xa4\x41\x57\xfb\x86\x35\xfc\xcc\xfc\xe0\x45\x7f\x06\x18\xe0\x96\xf8\xb3\x0f\x21\x62\x83\x6c\xe9\x3d\x7a\x18\x05\x84\x2d\x1c\x24\x80\x4e\x8d\xe2\x43\x51\x5f\x7d\x73\x4e\x48\x6e\xfa\x96\x75\xa5\x5c\xe0\xbb\x6d\xbf\xa9\x94\xdd\x8a\x3a\x0f\xf5\x53\x7f\x0d\x4a\xe7\x9b\xd7\xa6\x33\x9d\xe2\x2f\x0e\xe6\x29\x31\x38\xc6\x3c\x5d\xd1\xde\xff\x19\xe2\x9e\x65\x31\x74\x69\xa4\xd2\x3f\xf3\x2c\x8e\x93\x22\xb0\x56\xce\x88\x22\xb0\x26\xa8\x3e\xf7\x9f\x9e\x5a\x07\xd7\xb7\xb0\x4a\xcf\x7e\xa4\x19\xe5\x11\x23\x23\x29\x58\xa5\xfd\xc8\xb8\x6f\x43\x3e\x31\x52\x09\xe2\xdd\x52\xc1\x5c\xb2\x72\x6f\x0f\xee\xa1\xfc\x10\x5c\x50\x8a\xab\xd7\x04\x4f\x23\x92\x9e\xdd\xa9\xda\x1f\x52\xe8\x67\xba\xdb\xa7\x41\x48\xf7\xb9\x28\x93\x70\xd1\x0f\x3d\x21\x1e\x52\x90\x1c\xba\xf9\xa6\x61\x47\xa7\xa1\x93\x1e\x4a\xf7\xe0\x4c\x4d\xc1\x4b\x1e\x2d\xed\xe8\x58\x96\x14\x8a\x69\x96\x7c\xf8\x71\xd5\xb4\xfa\x95\x7f\x4e\x81\xfa\xb9\x90\x9f\x34\xe6\x96\x0e\xdb\x34\x28\xe9\xf6\xab\xed\xa1\xaa\x5a\xe5\x97\x2f\x6b\xa5\x52\x53\x83\xdb\x94\x3d\xab\xb3\xfd\x2e\x78\x28\xbd\xf6\x1c\x84\xfd\x90\x42\x99\xda\x0c\x55\x2a\x5b\xeb\x4c\x1e\x4a\x5b\xb3\xe6\xc3\x9f\xdc\xcf\xe8\x82\xe5\x18\x6e\x46\xc1\x54\xfb\x9c\xff\x04\x76\x79\xaa\x0a\x48\x6d\x17\x28\x05\x16\xb6\x0d\xa5\x6d\x55\x29\x63\x39\xd6\x09\x79\x8a\x69\x37\xa8\xe7\x34\x38\xd0\xfb\xa1\x94\x76\xa0\x1f\x50\x5f\x75\x41\xa3\x3e\x0d\xac\xbf\x42\x9b\x96\x23\xd2\xa6\x11\x44\x97\xa3\xd5\xa6\x11\x44\xb7\x93\x1e\x4c\xe3\x82\x16\x27\x10\x9f\xc6\x05\x1d\x86\x92\x9d\xc6\x05\x2d\xb6\xc8\x4d\x70\x41\xfb\x79\xa4\x99\x3f\x5b\xdd\x4d\x29\x24\xda\x3b\xfe\xa1\x94\x98\xe8\xa4\xe6\xad\xa0\xef\x83\x0e\x75\x67\xf7\x33\xad\x5a\x7d\x99\xd1\xc8\x96\x36\x5a\x9a\xf9\xba\x2a\xc3\xd1\x85\x5e\x67\x7a\x54\x6a\xdd\xe9\xa5\x91\xa1\x77\x58\x29\xff\x50\x4e\x87\xb3\xa1\xb6\x84\xab\x01\x45\x56\x33\xa8\x9f\x4c\x72\x94\x89\x15\x39\xe8\x7a\x82\x04\xda\x4f\x7e\xaa\x38\xc8\xf4\x0c\xa5\xe0\x95\x99\x0f\x9d\x18\x29\xd4\x96\xf4\xcc\x60\xb6\x73\x2f\x75\x28\x21\xf7\x1c\x74\xef\x2c\x55\x27\x1d\xca\x9f\xb4\x72\xf8\x1d\xc9\xe4\xd4\x4b\xd3\xc0\x9b\xc5\xf0\x5f\x13\xdc\xcd\xc2\x89\x36\xee\x66\x3f\x33\x6e\xb9\xd2\x0f\x4e\x9b\x71\x37\xbb\x31\xaf\x26\xc0\x9b\x27\xa7\x56\x68\x9a\x23\x0b\x25\x13\x28\xce\x40\x0f\x65\xfd\x01\xff\x24\x5b\x46\x3f\x33\x8b\x72\xc2\xb7\x65\x63\x1a\x69\x13\x04\xf7\x87\x32\x52\x9a\xcb\x2a\x2b\xb3\xa1\x84\xb8\xcc\x5e\x70\xea\xce\x36\x53\x53\xb1\x8a\xa3\x43\x29\xac\x6b\x4d\x28\xf1\x9e\x93\x7d\x2a\x8b\xe8\xb0\x59\xe1\xa1\x1e\xde\x9f\x59\x54\xc8\xd3\xb9\x39\x6c\x0a\x79\x2a\x8e\x3f\x9f\xc6\xe4\x3c\xbb\xb5\x50\xd3\xa0\x9c\xad\xc3\x5f\x65\xcb\x6c\x07\x87\x46\x26\xc9\x62\x74\xac\x87\xea\x46\x66\xa3\x1d\x3d\xae\xfd\x62\x9f\x46\xda\xac\x95\x19\x96\xb9\x72\x0c\xf6\x89\xcc\x95\xe5\xa8\x69\xc6\xfd\xcf\xf4\x61\x35\x77\x28\xe5\xbb\xeb\xe9\xc2\x88\xe2\x29\xf3\xe1\x9b\xe9\x51\x08\x60\x83\x1e\x95\xe0\xb2\xc3\xfb\x94\xe0\xb2\x1a\x78\xf6\xa1\x96\x3e\x64\xab\xc8\x24\x59\x76\xd6\x46\x2b\x35\xf8\xd0\xe8\x96\xf6\x22\x7b\x28\xd9\xce\x60\x3d\x0e\x79\xca\x48\x9b\x1d\x10\xf8\x7d\xe5\x9e\x3c\x7b\x39\x52\x28\x38\x8a\x97\xd2\xc9\x38\x27\x94\x73\xcf\x1d\xf9\x52\x53\xd5\xe8\xdf\xae\x69\xec\x22\xe7\x9e\x1c\xcc\x46\x93\x7f\x69\x26\x55\x46\xbf\x12\x2e\xad\x64\x8f\xc3\x6f\xde\xb9\x88\xaa\x3a\xcf\x7f\x33\xe9\xc6\x41\xa1\x43\xeb\x20\x8a\x7f\x5f\xc6\xb1\x31\x38\xfb\x32\x79\x2d\x7b\x81\x4f\x03\x5a\x8e\xc1\x39\xb1\xc5\xab\x97\x96\x42\x23\x5a\x2e\xa8\xaf\x0b\x27\xa4\x4c\x5e\x95\xaa\xf2\x60\x6e\x5c\x3d\xdd\x7c\xa2\x9c\x50\xfe\x70\xa4\x50\x41\x76\x9c\x69\x65\x54\xdc\x6f\x1f\x12\xfb\x7b\xe1\x0a\x17\x32\x65\x71\xf4\xf9\x43\x75\x17\x32\x58\xc5\x60\x8d\x96\xc2\x29\x54\x26\xfa\xf0\xc6\xcd\x04\x18\xc1\xff\xed\x43\x7e\x5c\x5c\xef\xfd\x62\x70\x29\x94\xb6\x80\x33\xa6\x5c\x8c\xc3\x06\xc9\x69\x28\xca\x61\x23\xdb\x43\xb9\x0b\xfe\x5f\x1c\xa6\x97\x19\xd2\xd3\xca\x54\x39\x65\x1e\x1f\x0e\xa2\x09\x4e\xa8\x4b\xfe\x40\x13\x4a\xe7\x16\xd6\x20\xbb\xd2\x9a\x48\x1e\x46\x94\xec\x05\x06\x3f\xcc\xc3\x7b\x0a\x95\x63\x06\x41\xc0\xa1\x53\x03\x59\x43\x89\x10\x89\x94\x7d\x28\xf9\x02\xb2\x35\x65\x56\x1a\x83\x0b\x7c\x78\xda\xd2\x8a\x26\x6a\x50\x51\xa8\xb7\x2d\x8d\x98\x13\x57\xa6\x74\x30\x33\xa9\xda\x5c\x18\x52\xdb\x8f\xad\xa1\xd4\x82\x63\xc0\x60\x04\x21\x39\x17\x67\xd1\x10\x92\xe0\x5c\xcc\x65\xa3\x0f\x70\x21\x0f\x79\xea\x17\x0b\x94\x47\x40\x9f\xd3\x69\x64\xd8\xe3\x02\x98\x9c\x0b\xd6\x38\x9d\xfe\x85\xa5\x51\x1a\xc0\x65\xf0\x8e\x09\x52\x64\x0f\xc3\x73\xd0\x93\x93\x9d\x3e\x94\x22\x2e\x39\xfe\xb2\xe5\x2c\x2b\x92\x1e\x4a\xbb\xa8\xa6\x99\x3f\xad\x14\x14\x93\x1a\x4a\xe9\x06\xb8\xfc\x64\x9f\x99\x13\xae\x39\x0d\x81\x5e\x43\x29\xbd\xd9\xc8\x77\x8f\x18\x74\x70\x31\xc8\xae\xb2\x8e\xfc\xae\x67\x91\xc3\x07\x14\x64\x49\x4d\xed\xe8\xca\x51\x50\x24\xd5\x6e\xf9\x25\xa6\x98\xcb\x77\x39\x50\x1a\xf1\x75\x39\xff\x3f\xc7\x76\x19\xeb\x14\xc6\x2c\xf8\xc3\x15\x29\x70\x59\x28\xae\xec\x45\xe7\xe5\x1b\x08\x22\x8b\x5d\xb4\xa0\xb6\x33\xe3\xa4\x50\x26\x76\x2e\x38\xe3\x16\xf6\x76\xa4\xee\x47\xee\x57\x0c\x47\x01\xb7\x3d\x65\xcf\x06\xdc\x9c\x0c\x83\x0d\xf6\x8c\xc6\xd1\xb7\x5c\x4c\x4a\xa7\x77\xce\x33\x8d\xc8\xf5\x13\x41\x53\x66\x85\xbd\xd3\x88\xdf\xe6\x69\x5f\xf1\xa5\x67\x9a\xbc\xe5\x23\x9b\x9a\xce\xee\xc3\x5a\x28\x70\xaa\xda\x63\x77\x1a\xb2\x70\x3e\x2f\xe5\x7f\x72\xe9\x65\xc0\x7f\x3e\x74\x18\xd5\x71\x86\x5a\x4a\x76\x13\x4a\x33\x01\xe7\x93\xa5\x62\x74\x36\xa2\xf2\xec\x8d\xce\xc5\xe3\xec\x79\x9d\xe9\xb5\x69\xa2\xe7\x94\xc8\x34\xb1\x1b\xb3\xad\x88\xab\x76\xb0\xf5\x1d\x71\xd5\xb3\x85\x0d\x45\xb8\xcf\xb4\xea\x3f\x66\xdb\x6c\xa7\x73\x83\x49\x3a\xf1\x5e\x6f\x35\xe3\x51\x36\x5f\x56\xdf\xd1\x59\xbd\xb1\x37\xb7\xa3\xe3\xb8\x17\x15\x9d\x55\x32\x73\xdb\xa9\xcf\x46\x28\x41\xb9\x75\x46\x2e\x7d\x40\x6f\xef\x87\xe2\x61\xec\x29\xd9\x4a\x46\x1b\xe9\x42\x89\xff\xd8\xef\x5b\x89\xd0\x2a\x6f\x10\x65\xda\xab\x27\xc2\xb4\xb1\x09\xc3\x96\x95\x5a\xaf\x2e\xb6\x94\xb0\x09\x57\x76\xb4\x03\xc0\x16\x57\xcd\xe5\xbc\x04\x2c\x3f\xa9\xf4\x98\xc6\xcb\xcf\xd5\x9a\xb2\x5b\x65\xa1\x3c\x8b\xf0\xfa\xcb\x3e\xda\x33\x8d\x7a\x16\x39\x60\x97\x73\x29\xc2\xa5\x84\x5c\x38\x1a\x0f\x84\xcb\x59\xaf\x39\xe0\x97\x13\x1d\x0e\xca\x9c\x5b\x8f\x29\x95\xf9\x63\xe5\x8e\x32\xe4\x5f\x39\x52\xf6\xfd\xbf\xff\xd7\x23\xf8\x5c\x16\xc3\x1a\x92\x87\x6c\x23\x67\xae\x6c\xd9\x46\x7a\xa4\x22\xdb\x3b\x22\xf8\x5c\x09\x6d\xa0\x0f\x3d\x89\x22\x41\x5c\x38\x1b\x7a\x6e\x64\xb6\x58\x0b\xc1\x53\x56\x8b\x9e\x2e\x6e\x0b\xcc\x5c\x0b\xb2\x5a\xf4\x8c\xfb\xc6\x2b\x35\xdf\xe9\x64\xc0\x78\x65\x7b\xe8\x91\x66\x64\x7a\xe8\xb9\xe8\x0d\xce\xd7\x3b\xcb\x6d\xdb\x43\x1e\x1a\x36\x3d\xf4\x9c\x22\xd9\x1e\x7a\xee\x76\x59\x10\xce\x05\xaf\x11\xc8\xde\xd9\x3b\x8f\x09\xe5\xf6\x2b\xf5\x6d\xd5\x5e\x83\x69\xd5\x5d\x32\xab\xb2\x28\x9c\x9b\x5d\x6b\x8b\x42\xde\xb5\xd2\xfd\xf7\xcc\x94\x74\xff\x3d\x7b\x51\xba\xff\xb3\xd7\x94\x09\x76\x8d\xa5\xb9\x9d\x95\x80\x77\xa5\xec\x02\x3d\x72\x87\x73\x02\xbe\xff\xa4\xb8\xd0\x9a\x19\xbe\xfd\x87\xfc\x93\x5c\xbf\x72\xd3\xdf\x5e\x52\xae\x13\x99\x0c\x7a\xae\x68\x99\x0c\x4a\x67\xb9\x65\x32\x58\xff\x2b\x93\xb2\x6f\xa5\x95\xaf\x32\x47\xbb\x3f\x1b\x10\x7a\xa7\xc3\x8f\x97\xbb\xa6\xb0\xb8\x70\x43\x7a\x34\x15\xea\x12\x95\x32\xdd\xd7\xec\x68\x59\x10\x7a\xee\x96\x8f\x05\xf4\xce\x4d\x6b\x13\x42\xa4\x09\xe7\xf6\x2b\xfc\xbe\x52\xfb\xf5\xdc\x91\x86\xb9\x9b\xf3\x3f\x70\x69\xe7\xfd\x3b\x47\x9a\xd1\x7e\xcb\x3f\x4a\x37\x11\x31\x5f\x76\x89\x9e\x9b\xce\x30\x77\x79\xf1\x0b\xca\xae\x0f\xee\x32\x19\x22\x6a\x1e\x2b\x1f\xb2\xec\x84\x72\xa8\x4a\xbe\xfb\xe8\x3b\x86\x4d\x7e\x67\xc4\x3c\x59\x22\xea\x66\x9b\xca\xd6\xd0\xed\x07\xf1\x50\xc2\x05\xed\xa1\xba\x3f\x64\x16\x8d\xe3\xdd\x99\xc5\xdb\xd1\xa6\xf4\x21\x8d\xf5\x68\x29\xd3\xbe\x44\xd0\xfb\xf8\xad\xdc\x91\xdd\x3f\xb7\x94\x71\xec\xfd\x8f\x01\xc0\x57\xaa\x1a\x46\xdf\x6b\xf1\x65\x33\x20\xcc\xd8\x2c\x11\xf5\x87\x10\xf2\xd6\x84\x83\x09\x20\x6f\x85\x9f\x7c\x7d\xbe\xb9\xb0\x15\xc5\xd7\x07\x2f\xe0\x2f\x47\x18\x0e\xaa\xfc\x7c\xa3\xf2\x53\x5f\xaf\x37\x57\xa6\x82\xfa\xfa\xe0\x36\x51\xee\xbc\xb9\xd2\x85\x45\x92\x8e\x66\xee\x6b\x18\xfb\x33\x85\xfe\xc5\x7c\xa8\xd5\xe0\x8e\xc0\xb6\x30\x53\xf6\x73\x33\x03\x52\x07\x93\x95\xfa\x02\xf1\x10\xca\x03\x47\x6d\xe7\x90\xbf\x83\xad\xa9\xe4\x79\x2b\xcf\x63\x27\xcf\xeb\x03\xdd\x14\xc6\x05\x56\xfc\x4b\xb6\xce\x54\xdd\xae\xca\x2f\x4b\x82\xc9\xd1\x90\x71\x61\x65\xdf\x7e\xad\xb8\x3d\x33\x9c\xaf\x3f\xe4\x47\xe4\x95\x6b\xbb\xeb\x43\xfd\xb9\xd0\xed\xc8\xf2\xb0\xcf\x33\x54\x53\x2e\xee\x13\x6a\xca\xd4\x99\xb2\xe5\x0f\x37\xa4\x52\x5c\x33\xad\xce\xb3\xd7\xc7\x4b\x3a\xd3\x66\xa8\xe7\x3e\x3f\x11\x2f\x84\x44\x37\x4e\xc4\x02\xc5\x03\x96\xa8\x60\x7e\xb8\xda\x76\xa8\xe7\x26\x3c\x59\x0f\x25\xc4\x1b\x27\xec\xfe\x67\x87\x16\x66\xd5\x30\x70\x3d\x92\xfd\xcf\x47\x8e\x43\x26\xf3\xc2\x38\x11\x20\x0c\xf5\xb6\x59\xd5\x9f\x33\xeb\x20\x5e\xfd\xbc\x8e\xe1\x46\xb2\x3d\x94\x4c\xa3\xe3\x01\xa3\x62\x56\x90\xdf\x88\x96\x43\x41\x7e\x23\x0a\x6f\x63\xbb\x9d\xf0\x54\x59\x22\x46\xd4\x7f\xb2\x44\x9c\xef\x71\x74\x58\x5f\x94\x35\x7f\x4a\x81\x79\xae\x7c\xb8\x55\xb6\xa1\x2e\xbd\xab\x3b\x94\xfc\xae\x57\xa8\x9f\x71\x08\x43\x7a\xde\xbc\x6e\xca\x63\x77\x46\xe3\xf7\xe7\xd9\xe7\x88\x39\xe5\xdc\x09\xbf\x97\x9d\x62\x9c\x28\xb2\x9c\x39\xae\x0f\x8e\xb1\x0c\x15\xad\xc3\x0d\x94\x1c\x6e\x9c\x88\x61\x7f\xc6\x46\x18\xac\xd4\x9f\x9e\x3d\x51\x7a\xfc\x59\xd4\xcb\x36\x72\x22\xb9\x73\xfd\x33\xce\x65\x1a\xb0\xed\x3c\xd8\xa9\xca\x1d\x37\x4e\xee\x0d\x5b\x23\xc2\xa9\xb1\x46\xd8\x27\x75\xee\x43\xcf\x45\x34\x49\xfb\x90\xb8\xd1\xed\x4e\x3a\x01\x4c\x33\xb8\xdf\x43\xc9\xba\x58\x42\x49\x01\xeb\xbb\x71\x3b\x05\x9c\x8d\xeb\xd3\x08\x69\x03\x4b\x85\x11\xd2\x2a\xfc\x6f\x1f\x4e\xd6\x77\xa4\xec\x56\xcd\x6d\x4a\xae\x2f\xdc\x22\xfb\xf0\xc4\x6d\xda\x94\x88\x8c\xd9\x64\xcb\x6a\x70\xf6\x99\xc1\xe8\xa1\x85\x81\x61\x1f\xe6\x6a\xf6\x5f\x98\xc6\x3d\x1b\xe8\xc6\xc1\x3d\xeb\xce\xce\x38\x8d\x7b\x36\x30\x38\x80\x7b\xd6\xed\xa5\xf6\x90\x5a\xe5\xcd\x3f\xea\x38\xf4\x59\x18\x90\x1e\x65\x67\xa6\x4a\xf9\xf9\x7a\x7e\xd9\x49\xae\x3b\xad\x4a\xf4\xb6\x1b\xea\x34\x26\x5a\xd9\x2d\x65\x32\x1a\xcf\x50\x0a\xb2\x35\xcb\x05\xf6\xac\xdb\xdb\x69\x6e\x52\xc2\x99\xc7\x6d\x25\x65\xdb\x8e\x09\x9a\x9b\x94\x68\x07\x35\x0d\xda\x3d\xcd\xac\xf7\xe9\x34\x40\x47\xa8\xe5\xc2\xd4\x55\x8a\x26\xf3\x91\x7d\xea\x29\xb4\xfd\x9e\xd8\x27\xab\xc3\x70\xa4\xcb\x72\x24\xed\x04\xbf\xac\x3b\xc9\xfe\x34\x7e\x59\xb5\xc9\x6b\x1a\xbf\x0c\xb4\xa2\xb9\x31\x5c\x34\x06\xfe\xac\xce\x9a\x2f\x25\xbf\x4c\xe6\xff\x74\xae\x4c\xf3\x98\x2d\xfb\xc3\xb9\x32\x50\x89\xd7\x0e\x35\x99\x9b\xec\x69\xcc\xe9\xe9\xc4\x7a\x99\x0c\x6f\x71\xbb\xfa\x4c\x23\x94\x9d\x7d\xb2\x8d\x15\xf6\x55\xec\x34\x38\x0d\x3b\x36\x30\x00\x18\x76\xec\xa9\x9a\x42\x25\xb8\x78\x0b\x2f\x17\x76\x48\xe5\x9d\x3a\x53\x55\x23\x38\xd3\x87\x47\x60\x2e\xb7\x8b\x73\x4b\x9d\xa1\x3c\x8f\x8c\xce\xf3\xb8\x38\x10\xc5\x99\x4d\x4f\xfa\x70\x16\x0b\xe6\x43\x71\x57\xbb\xa6\x47\x67\xac\x3b\x69\x46\xb7\xec\xc1\x79\x90\x62\x7f\x20\xff\x19\x93\x6b\xdb\xbb\x65\x02\x82\xe5\x04\xf4\xd3\x58\x56\xbb\x32\x18\x65\x24\x1b\x85\x56\x8c\x56\x85\xc3\xfa\x34\x5a\xd5\x86\xad\x1a\x82\x6a\x3b\xf1\xd3\x43\xdd\xae\x4a\xab\x4e\xba\x59\xf3\xa1\x7f\xb1\xa5\x93\xe7\x17\x0d\x03\x38\x41\xa4\xc2\x9f\x7d\x1a\x91\x6a\x6c\x98\x85\x11\xa9\x70\xbc\x9f\x46\xa4\x02\x54\x7c\x82\x48\x75\x9c\xa1\xa4\x05\x2c\x8c\xc7\x1a\x52\xde\xd0\x06\xa4\xaa\x33\xff\x2c\xd9\x71\x71\x58\xaa\x1f\xcd\x9c\x8e\x0a\xac\x10\x65\x96\x1d\xed\xd0\xfd\x90\xf2\xf6\x81\x3f\x55\xe3\x0a\x75\x7a\x34\x62\xe1\xf1\x6f\x66\x6d\xec\xa8\xd6\xd8\x1c\x8a\xd2\xd9\x3c\xd3\xb7\xa2\x74\x7a\xe1\xe4\x36\xdf\x56\x6b\x85\x74\x1f\xee\xb1\xd9\xc8\xb8\xd8\xac\x4a\x59\x36\xd0\x2e\x19\x58\xea\xc4\x71\x70\x1a\x59\x6a\xa0\x5d\x32\x3c\xd4\x89\x9c\x6d\x78\xa8\xee\x1c\x00\xd3\xf0\x50\xd5\x49\xa9\xa7\xd1\xa1\x4e\x1c\xca\xa6\xe1\xa1\x2a\x92\xe5\x6e\x3a\xe5\x58\x53\x8c\x07\x35\x27\xcc\x42\x39\xd2\x4e\xbc\x58\xa6\x01\xa1\x6a\xe5\x08\xb6\xcb\x11\xbb\xf4\x21\xf9\xa4\xe5\x1f\x2d\x9f\xac\x9d\x56\x15\xa7\x06\x0b\x16\x5a\xd4\xd8\xef\x87\xba\xf4\x46\xca\x34\x57\xfb\x48\x1f\x32\xc8\x36\x28\x09\x2f\xc8\xd2\xbb\x39\x6b\xd0\x0c\xa5\xe4\x6e\x5c\x08\x0a\x0c\xaa\x95\x0d\xe8\xc0\x20\xfc\xc4\xa6\x61\xa6\xce\x5c\x88\xcd\x02\xea\x3e\xf2\xa5\xd4\x36\x19\x8e\xbd\xb8\x57\xca\xb6\xab\xa6\xd9\xe7\x7c\x3a\x0d\xea\x04\x66\xca\x78\x1d\xd3\x30\x53\x03\x6b\x96\x61\xa6\x4e\x5c\xb5\xe6\x56\x9c\xd0\x70\x52\xd4\x09\xea\x94\xb3\x19\x4f\xa3\x4e\x8d\xb0\x39\x59\x30\x46\x78\xa0\x0d\x18\x85\x03\x89\x01\x63\x73\x94\x65\xc0\x18\x93\x3b\x48\x31\x3b\x75\x32\x70\x85\xde\x14\x83\x19\x4c\xb0\xa4\x50\x5c\x18\x4b\xaa\x1f\x25\x35\xd5\xe1\x4a\x99\x80\x5c\x32\x34\xf9\x0a\x54\x78\xb7\x2c\x1d\x13\x99\x73\xcb\x98\x51\x06\xcb\x4f\x6c\x4d\x86\xed\xe8\x8a\x23\x94\x52\xec\xc0\xff\x6c\x92\x78\xc7\x29\x13\x68\xb7\x07\xd1\x34\x3c\xd4\x89\x85\xc0\xf0\x50\xe7\xbb\x19\x94\x33\x6e\xda\x67\x70\x02\x0f\xd5\x37\x17\x92\x43\x6f\x70\x9d\xd8\xce\x19\x37\x33\x38\x9d\xf1\x93\x32\x25\x82\x1b\xb9\x2b\x06\xa1\x56\x1d\x4a\xa0\x42\x30\x67\x61\x47\x4d\xde\x55\x7b\x38\x07\x01\x17\xe7\xf0\x29\xe6\xb5\x6a\xf0\xa8\x86\xb0\x6c\xf0\xa8\x79\x1c\x29\xf3\x3f\x76\x5a\x55\xde\x24\xf4\xa4\x86\x87\x3a\x7b\x56\x4a\xf8\x50\xf3\x48\x97\x4e\x82\x9b\xc1\x59\x02\x30\x60\xfd\x34\x3c\xd4\x39\x47\x3a\x51\x3c\xd5\x91\xb2\xaf\x9a\x29\x50\x3e\x62\x99\x00\xa9\x3b\xf1\xb2\x30\x3c\xd4\x3c\xb8\x65\x14\x97\xd3\x72\xa8\x1c\x97\xd3\x8d\xb3\xf3\x90\x55\x55\x69\x46\x19\x49\x98\xe2\xe1\x40\xc0\x9a\x8a\x8a\x67\x44\x3a\x90\x19\x66\x86\xe1\x03\xf8\x84\x52\x2b\x88\x4f\xef\x60\xa4\xc4\x1b\xcc\xcd\xad\xa1\x71\xad\xc9\x80\x33\x8f\x7f\xfb\x50\x3f\x55\x75\xe1\x64\x16\x01\x2b\x09\xb5\xd4\xcc\x84\x52\x50\x1a\x12\xa8\x80\xa2\xea\xc8\x60\x04\x66\x5c\x8f\x94\xfd\x14\x3f\x1f\xca\xe7\x9b\x05\x97\x31\x67\xe6\x48\xc9\x96\x33\x0f\x8e\x9b\x82\x7d\x26\x06\x42\xe3\x44\x9d\x67\x09\x65\x56\xc4\xb9\x51\xb4\x4f\xeb\xcc\x94\x8c\x40\x2d\x77\xca\x94\xe0\x5e\x66\x3e\xbc\xa4\x18\x9d\x50\x5a\x6e\x24\x5c\x19\x88\xda\xdb\x05\xbb\x0f\x36\x25\x03\x51\xeb\xec\x62\x19\x88\xce\x5d\x53\x55\x9b\x8f\x7b\xda\x71\x41\xdd\xb9\x7b\x1e\x52\xbb\x8f\xb9\xb1\x2d\xe9\xac\xe9\xf1\x72\xd5\xb4\x23\x53\xfa\x4a\x1f\xc2\x98\xc9\x4f\x49\x81\xde\xd3\xa3\x77\x54\xa1\xe6\xa5\x99\xca\xc0\x2d\x0b\x6c\x1e\x12\xb6\x3b\x1d\x85\xd1\x3c\x52\xd4\x0c\x9f\x12\x34\xd5\x3c\x10\x22\xa6\xdf\x11\x7b\xa7\x55\xe1\x3c\x1c\xe9\xff\x56\x55\x26\xdc\x91\xc7\x5c\x7e\xd3\x3b\xac\x86\x12\x2f\xe2\x46\x95\xc1\xea\xcc\xf2\xcb\x60\x35\xf1\xf0\xda\xb2\x49\xcd\x83\xc9\x50\x72\xbf\x89\x6e\x24\xb8\x55\x70\x77\x60\xab\x5a\xca\xf4\xf7\x56\x30\xee\xa5\x47\xdc\xc8\xae\x55\x1c\xd0\xc4\x33\xcc\x30\x56\xf3\x68\x29\x53\xbe\xc4\xb7\xcc\x83\x59\x50\xca\xc8\x89\x24\x24\x1b\xd8\x3c\x38\x97\x8a\xe6\x99\x38\x8d\x6d\x05\xf3\x9c\x23\xfb\x54\xd1\x3c\x13\xef\x88\xbd\x94\xa8\xe8\x40\x86\x74\x6e\x41\x5c\xc8\xf6\xb2\x3b\x40\xb6\xbb\x2c\x6b\x13\x1b\x9c\x41\xad\x76\xae\x6c\x63\x5a\x45\xba\x58\xe6\x35\x48\x9b\x0a\x03\x9a\x2b\xbf\xaf\xdb\xc5\xf9\x41\x1f\xaa\xba\x0b\x1a\xb5\xbb\x3a\x3b\x53\x61\x40\x13\x1d\x8e\xc1\xb0\x6a\xcb\xd8\x64\x3f\x88\x1c\x20\x4b\xde\xd3\x0c\x13\x6e\x34\x80\x1d\x4a\xa1\xfc\x67\x3e\x54\xfa\xa9\x95\xb1\x7d\xfc\x61\x86\xa3\x03\x96\x9f\x32\x5f\x42\x9c\x52\x18\xd0\x44\xbb\x6f\x9c\x2c\xf2\xc6\x4c\xe3\x64\x4d\xcc\xe1\x5b\xc6\xbb\x9a\xa7\x87\x2c\x74\x7b\xbc\xad\x68\x11\xb3\x33\xec\x0c\xf2\x6e\x22\x59\xe8\x0e\x0e\xed\xf2\x76\x43\x46\xde\xde\x6e\x08\xe9\xc2\xcc\x7a\x3e\x9c\x90\xc2\x49\xac\xa9\xea\x91\x36\x28\xcf\x0d\x7b\x6a\xeb\xd1\x34\xde\x76\x64\x1d\x5e\x10\xfe\x7b\xda\xf4\xfd\xc5\x6d\xb6\x49\x5d\x90\xef\xcc\x42\xc6\xbf\x3d\x3e\x8c\x93\x75\x8e\x4c\xaa\x2d\x7d\xa8\x6d\xb7\xcc\x77\xf3\x18\x29\xf3\x74\x64\xe4\xdb\xd3\xc1\xe8\x94\x2b\x79\x86\x32\xd8\x29\x72\xd7\x56\x30\x59\x36\xbc\x50\xb3\xf6\x78\xa9\xfe\x7f\xff\x6f\x61\x91\x33\x68\xd6\xd3\x05\x3f\x29\xc7\x3c\x94\xdf\x80\x66\x8d\xb7\x47\xf9\xf6\x8e\x8c\x06\x61\x27\x13\x62\x06\xc3\x33\x69\xcb\x2b\x7f\xcc\xb4\xa3\x95\x63\x73\x08\x60\x6b\xe1\x1c\xb2\x95\xdb\x71\xf5\xcc\xe3\x6d\x7c\x3b\xbe\x93\x50\x9a\xe7\xcc\xb6\xd7\x75\x16\x47\x1b\x67\x9f\x69\xf3\x79\x33\xee\x54\x7c\x8e\x22\xbb\xdd\x58\x5b\x23\x62\xb7\xb1\xb6\x1a\x52\xb7\xb1\xb6\xc6\x31\x43\x3a\x4f\x54\x87\xf2\x12\x73\x63\x2b\x08\xab\xe4\xe9\x7d\x39\xe3\xce\x99\xaa\x8f\x2c\xbb\x7b\xfa\x10\x0e\x6b\x4f\x4d\xbd\x1f\x99\x43\xe5\x92\xdc\x9c\x76\x19\x0b\x9f\x1e\x52\x56\x55\x73\x43\xe9\x11\xc8\xaa\x5d\xd2\x7b\x44\x5c\xba\xb6\x20\x83\xb9\xcc\x2f\x25\x54\x8a\x7c\x74\x19\xdb\x0c\xc1\xe6\x02\x17\x88\xef\x9e\xe9\x9d\xe8\xc8\xb7\xa3\xa3\xc6\xc9\x15\x21\x6b\xe1\x3c\xf3\x83\xb2\xb8\x0f\xe6\xfe\x32\xb0\xe4\xc9\xc5\xab\x78\xa8\xb5\xf2\x4f\xb7\x51\x61\x4d\xc9\x3e\xd8\xd0\xfb\x1a\xb4\xab\x61\x86\x30\x66\x57\xd9\xdc\x26\x8e\x5b\x1a\x27\x8f\xf2\xdb\xf7\x3e\x27\x41\x98\x5d\x4f\xe1\x84\xbc\x14\x66\x96\x2f\xbf\x8f\x2c\xbb\x43\x89\xf5\xa6\x15\xa5\x7c\x65\x7b\xcb\x92\xd8\x0e\xee\x72\x59\x12\xcb\x09\xe7\x75\x10\x13\xce\xc3\x5b\x31\x4c\xe7\x38\x91\xba\x6e\x27\x38\xae\x29\xec\x2e\xcc\x97\x46\x3b\x4a\x55\xe7\xcc\x2a\x50\x0e\xb9\xc8\x87\xb7\x1e\x92\x0c\x54\xc9\x69\x17\x8c\x50\x16\xc8\x12\x41\xd6\x06\xc8\x71\xc2\xb2\x65\x81\x5c\x27\xf7\x80\x62\x9a\x9e\x42\x5a\x95\x86\xea\x78\xbf\x6c\x0f\xeb\x67\x0f\x2b\xa6\x69\xcc\x9d\x66\xec\x24\x58\x52\x55\x21\x46\xec\xb0\xdb\x28\x6d\x3d\x1f\xda\xd1\x98\x1e\x6f\x0f\xa7\x86\x7c\x5e\xeb\x33\x6b\xa3\x27\xe8\x44\x98\xb8\xd9\x46\x30\xed\xdb\x50\xb7\xe9\x51\xbc\x7f\x67\x15\xfd\x3e\x69\xa1\xec\x2b\x91\x66\xc4\xec\xce\xcc\xe3\x6d\xcd\x77\x85\xfa\x73\xa1\x49\x5b\x2c\xc7\xc9\x78\x64\xb1\xac\x75\x85\x6a\xea\xa4\x43\x29\xfb\x7d\xcf\x87\x4e\x24\xfc\xef\xdc\xa6\x13\x18\xb3\x8a\x50\x6e\x18\xb3\x81\x43\x8a\x61\xcc\x46\x1e\x85\x1f\x9d\xce\xc9\xd5\xa4\x88\xa8\x31\x53\x13\x54\x5a\xff\xb3\xe3\xa3\xa2\x69\x73\x7c\xd4\xfb\x7a\x96\x21\x72\x84\x33\x1a\x8c\x2c\x8a\x4f\xe5\xfa\x3c\x63\xec\x30\x1a\x59\x6b\x25\x94\x1c\x44\x32\x1d\x52\x4b\xbe\xbf\xec\xa4\x0e\x58\x22\x8c\x22\x56\xe6\xa4\x50\x3e\x5e\xd1\x8a\xca\xd8\x58\x70\x2c\xd9\x1f\x27\x27\xe7\xb4\xc8\xd8\x38\x26\xd7\xfd\x07\x7e\x00\x5f\x71\x06\xd1\x01\x3f\x90\xb1\xf1\x8c\x0d\x61\x7f\xe4\x50\x8d\xcf\xb6\x21\xc6\x1a\x96\x5f\x43\x8c\xb5\x0e\x07\x12\xc2\xd8\x39\x4e\x8e\x8b\xd3\x8b\xce\x91\x0f\xa7\x06\xb0\xa1\x94\xe9\x36\x65\x9e\x71\x38\xe0\x57\xb6\xa6\xf2\x52\xf2\xa3\xe2\x17\x0d\xd4\xd5\x10\xcc\xbe\x9e\x70\x36\x99\x63\x97\x7a\x4d\x99\xe4\xd2\x68\x69\xbf\x3e\x57\xf0\x43\x87\x2e\x45\xd1\xf7\xf5\xda\x44\x47\x2a\xa3\xe5\x98\x23\xed\x68\x34\x25\x7d\xd8\x46\xed\x69\xc4\x10\x08\xb3\x92\x75\x6f\x60\x5d\x35\xa4\x56\x8b\xc9\x40\xc6\xbd\x31\x79\x91\xfe\xac\x57\x81\x01\xc8\xb6\x57\xe6\x0e\xa5\x67\x1f\x53\xaa\xe0\xa0\x31\xd9\xc4\xce\xd8\x39\xe9\x5d\xd6\xbb\xba\xb8\x7d\x6c\xbd\x9b\xec\xaf\x9f\x20\x04\xe6\x99\x32\xb9\x23\xb1\x15\x95\xaf\x73\x45\x97\xff\xf3\x1e\x2e\x2d\x64\xf9\xbf\xff\xd7\x4b\x3a\x94\x22\x2d\x72\xa8\x01\xac\x80\x81\x9a\x06\xb0\xaa\x67\x4d\xd5\xe5\xc2\x02\x29\x07\xf6\x9d\x2f\x9d\xfd\x8a\xc1\x59\xcb\x96\x27\xa2\x10\xac\x6a\x1e\xb3\x02\xb0\xda\x38\xe3\x81\x51\x95\xed\x2e\x4b\x5f\x1d\xbc\x5e\x8d\x51\x05\x2c\xd2\x04\xa3\x6a\x72\x4e\x64\xea\x6b\x39\x0b\x3f\x99\x61\x5b\xcf\x87\x9a\x46\xa4\x9b\x9f\xb3\xbf\x45\x3f\xa8\xd4\x9f\x93\x08\x89\xfd\xa7\x2c\x26\x8b\xe9\x90\x71\xaf\x47\x6a\xf8\x33\x0a\x3e\x73\xac\x3c\x98\x2b\xc2\x4e\xd2\x60\x4e\xa8\x8f\xae\x66\xca\x0c\x20\xc6\x5d\xfc\x27\x59\x0f\x9b\xdc\xfe\x63\xd7\x62\x78\x92\x35\xaf\xe1\x19\xb8\xff\x98\xff\x9d\x76\x9e\x13\x95\x57\xf0\x1f\xf3\xcf\x34\xca\x9a\x57\xa2\x85\xff\xb3\xb0\x17\x0d\x95\x22\x96\xca\xf9\x52\x52\x73\xb2\x8e\xb6\xed\xf5\x96\xd1\x3d\xa7\x2f\x93\xa1\xd0\xd8\x08\x11\x7f\x56\x5d\xb2\x6d\xff\x9c\xb6\x0a\xcd\xed\x9f\x41\xd0\xeb\xf1\xcf\x70\xc4\xa7\xae\xdc\x16\x31\x98\x29\xb6\xa9\x46\xb3\xef\x04\x9e\xc4\x21\x18\x5c\xaa\xe0\x63\x07\xb8\x14\x96\xc5\xeb\x90\xab\x18\x02\xf4\x75\x28\x6c\x16\x1d\x08\xf8\x51\xce\x9a\x32\x8d\x11\x55\x8f\x97\x92\xb6\xc4\x47\xd1\xb8\x4f\x03\x83\xa4\x71\x9f\xaa\xe3\x5d\xa7\x61\x9f\x4e\x10\x1d\x1e\x52\x16\x79\x5b\x3d\xaf\xc3\x12\x06\xbe\xb7\x06\x85\x22\x67\xd1\x43\x89\xdb\xe2\x88\x7c\xc9\x26\xd9\x98\xc6\x8b\x1c\x9d\x38\x0f\x5d\x8e\x6c\x02\xfe\xe0\x21\xc5\x37\x0e\x1a\x12\x18\x86\xb3\xda\x3f\x54\x73\x55\x46\x6b\x0e\x97\x19\xf0\xed\x93\x11\xd8\x4b\x3b\x83\xf5\x56\xc1\xdf\x17\x24\xaa\x79\xa4\x50\x1c\x27\xa3\xd3\x5d\x64\xec\xbf\x79\xc9\x08\x59\xd0\xc9\x5c\x36\x3b\xf2\x80\x36\x66\x55\x75\x32\xe7\x69\xcc\xaa\x66\x68\xff\x69\x94\xaa\x31\xb3\x1c\x96\x14\x88\x9f\x31\x4c\x55\xe9\x59\x55\x4b\x0a\xce\xbb\x3d\x0d\x53\x75\x62\xf7\x31\x14\xd5\x46\xcb\x6f\x28\xaa\x93\x04\xed\xd3\x58\x54\x27\x7a\x56\x63\x51\x9d\xa4\xc0\x9f\x06\xa3\x1a\xf3\x6d\x47\xe3\x39\x53\xd5\xe3\x69\x21\xa5\x9f\xb6\x3e\x03\x4c\x29\xb0\x03\xa6\x31\xa5\x06\x4e\xae\xc6\x94\x3a\xc9\xac\x3f\x0d\x2a\x55\x57\xda\x51\x3a\x22\xe7\x49\x7d\xa8\xaf\xb2\xe5\xd3\x8c\x9e\x74\x2d\xdf\x29\x0c\x8d\x77\x8b\xf1\x9f\xce\x51\x07\x63\x95\x3d\x19\x4e\x6e\xfc\xa7\x42\xbc\xc1\xa5\x58\xab\x56\xd2\xa1\xe5\x86\x93\xe9\xd0\x3b\xa2\xbc\xdf\x29\xbe\x85\x75\x3c\x0d\xd9\xd7\xe8\xc1\x72\x1c\x07\xc2\x26\x4a\x0c\xd6\x97\x4d\x94\xa3\x5a\xe0\xb9\x9c\x6e\xb2\xbd\x94\x92\x4e\xf4\x54\x7d\x18\xf7\x4b\x08\x50\xd2\x8c\xe3\x2a\x9a\x27\x94\x24\x97\x43\xa4\x46\x4d\x87\x7a\x36\x71\x51\x1a\x18\xaa\xce\x16\xca\xc9\x69\x3a\x94\x67\x66\xa7\x1d\xcd\x0c\x07\xa7\xd8\x20\xc0\xcc\xd8\xea\x89\x65\xdd\xb8\x50\x67\x96\xc2\x69\x2a\x07\x8f\xc8\x4b\x69\x2a\x07\x76\x76\x83\x46\x3d\x85\xb4\xea\x13\x57\x18\x80\x4f\x1c\x3e\xe5\x57\xf1\x89\x2b\xcc\x86\xb9\x33\xa6\x3d\x23\x4c\x9d\x4e\xc0\x34\x8d\x30\x75\xc6\xd2\x77\x29\x51\xe5\xea\xf9\x67\x5d\x79\xa8\x82\x8c\x29\x55\x76\x06\x2b\xbc\xa3\x93\xbd\x51\x6c\x85\xe0\xc4\x1b\x6f\xaa\xbf\x35\x8d\xd2\xc7\xc0\x6f\xef\xa9\xd4\xd4\x11\xe7\xc0\x17\x67\xf5\xa9\xf9\x4e\x0c\xa8\xfd\x3b\x21\xd3\x53\xf7\x23\xfb\x79\xbe\xfc\xfa\xcb\x0c\x5c\xef\x91\x1d\xea\xcf\x85\x1e\x79\xb5\xc8\xdf\x38\x81\x20\x5e\xb1\x5b\x94\xb9\xf2\x44\x11\x6c\xc0\xab\xe1\x04\x29\xd3\x80\x57\x85\x70\x2f\xe3\x5d\x9d\x46\xd9\x98\x97\x52\x55\x16\xde\xe6\x97\x2c\xc6\x83\x67\x8d\x01\xae\x0a\x4f\x37\xc3\x56\x0d\x9e\x7c\x46\xad\x5a\xce\x54\x31\x8d\x4c\xb5\x5b\xc6\x62\xd4\xe0\x9e\x32\xa1\x06\x67\x64\xe6\x8d\x35\x35\x95\x4e\xda\x6f\x9a\xab\x7a\x69\x6a\xa8\xea\x54\xa0\x34\x23\x3b\x2f\x4e\x51\x97\x4c\xb9\x05\xf5\xad\x71\xaa\x0a\x46\x8f\x4b\xf1\x54\x1b\x49\x09\x60\xaa\xe1\x2c\x62\xd3\xc0\x54\x05\xf9\xda\xc0\x54\x03\x7f\x0d\xa3\x4d\xcd\xc5\xd6\xb0\x05\xd6\x69\xb8\x1f\x4a\x18\x2b\x9c\x0d\x25\x4a\x1c\x44\x77\x01\x2f\x85\xa4\x72\xc9\x72\x7a\x92\xf9\xfa\x21\x15\xd3\x0e\x2b\x92\xb1\x74\x13\xaf\x79\xc9\x56\xba\xf0\x41\xb8\x64\x2b\x9d\xb8\xb1\x5f\x32\x79\x6e\x74\x3d\xe0\x52\x4d\xf6\x9b\xac\x91\xd5\xc9\xd4\x1f\x4a\x51\x80\x6f\x4d\x45\x01\x32\xdd\xc6\xac\x8a\xff\xbd\x41\xab\x6a\xcd\x5c\x78\x7f\xe1\x8e\x7f\xd9\x54\x89\x1e\xf0\x52\x46\xc3\x8a\xda\xfb\x52\x5e\xc2\x81\x6e\xf7\xea\x56\x5b\x74\xf8\xa4\xec\x98\xf5\xf0\xe3\xf3\xea\x16\x15\x58\xb6\xee\x20\xb5\x4e\x99\x2f\x75\x98\x91\xd1\xae\x06\xd7\x8d\x8c\x93\x03\xc5\x97\xd1\xae\x48\xda\x38\x2f\x02\xaf\x26\xdd\x4b\xb5\xdc\x53\xd3\x21\x2b\xec\xe0\x6e\x59\xbc\x97\x14\x2a\x0c\xaa\xf3\x87\x92\xc5\x77\x09\x35\x5c\x35\x5f\x6a\x34\xcc\x8d\xc2\xb0\x6a\xce\x93\x42\xad\xca\xc1\xa1\x25\x49\x60\x67\xa3\x76\x47\xbe\x75\x0a\x9d\x0d\x83\x6d\x83\x71\xf2\x2d\xdb\x8e\xa6\x63\x6e\x1c\x6a\xe5\x57\x9a\x11\xad\xda\x62\x6e\x86\x53\x88\x72\xa2\x14\x78\x55\xf2\x8f\xc3\x51\x71\x23\x65\x6e\xa5\x42\x7d\xe5\x9f\x99\x9a\x8e\xa0\x19\x50\x5a\x6f\xb8\xcb\xf0\x7c\x0f\x28\xb9\xaa\xe0\x36\x00\xf2\x14\x41\xa0\x80\x4b\xa1\x09\x02\x31\x0a\x47\x9e\x0b\xbb\x9d\x31\x2f\xe6\x25\xc3\xdd\x26\xbc\xc2\x70\x52\x73\xa5\x0b\x45\x5e\x81\x64\xf1\x90\xda\x19\x1c\x0c\x9b\xe3\x6a\x5a\x7d\x66\xa6\x45\x4a\x13\xd6\x54\xe9\x67\xa8\x8f\x9b\x09\xa9\x9c\x9d\x99\x0c\xfb\xf5\x72\x69\x0d\x36\x38\x42\x9b\xa2\xb2\xda\x71\xfe\x3b\x72\xdc\x98\x55\x35\x27\xc3\x11\x5b\x03\x67\xb1\xcb\x11\x5b\x88\xdb\x97\x2d\x79\xb9\x6e\x65\xac\x3b\xd1\x5a\x19\xec\xea\xf9\x30\xe4\x2d\xdf\xbd\x54\xf5\x8f\xec\x74\x22\xe4\x3b\xe6\x5c\x79\xfb\x4a\xb8\xb4\x0c\x7b\x05\x97\xa3\x4b\xb6\xbb\x81\xfd\xfb\x92\x79\xae\x60\xc6\x37\xbe\x55\x1b\xf0\x65\x59\xd9\xc6\x86\xbf\xca\xca\x76\x1a\x86\xf3\xa1\xc4\xa7\x88\xe6\xbc\x64\x65\xab\x27\x87\x71\x3a\xed\x3c\x53\x3e\x7d\xf5\x46\x18\x9f\x7e\x98\xf6\xf4\x71\xb9\x90\x81\x2b\x98\x7a\xb7\x54\xfd\xb8\x90\x7f\x94\x7c\xb5\x5b\x46\xf0\x73\x61\xfa\xfc\x93\x21\x9f\xaa\x52\xbf\xa1\xa8\xbb\xa6\x03\xd4\x33\x00\xbd\x4c\x71\x02\xbd\xa6\x37\x04\xf1\x08\x46\xe3\x2a\xd8\x41\x0c\xb8\x55\x71\x49\x33\xde\xd6\x99\x88\x3e\x03\x6e\x0d\x8c\x1d\x97\x8c\x72\x03\xcd\xf4\xa5\xf8\xb2\x41\x40\xd7\xe5\xfc\x7b\xc4\x6f\x5e\xcb\x2b\x37\xde\x3e\x14\x24\xc9\x7a\x28\xff\x5e\x6d\x88\x66\x4a\xaa\x37\x78\xfe\x5d\xb2\xb4\x9d\x79\x0e\xc9\x9a\xd6\x3a\x67\x7c\xd9\xcb\x0a\xf6\xbb\x8c\x34\x10\x8e\x6b\xe0\x2e\xbc\xee\x0c\xcd\x35\xfb\xa0\x7b\x1d\x48\x82\x81\x0c\xb0\x35\x51\x45\x5f\xcb\x67\x2e\x27\x59\x16\xab\x3a\xe1\x63\x0a\x30\x1b\x91\x37\x97\x53\x6f\x63\x82\x37\xfc\xd6\x20\x8c\xcb\xf0\x5b\xe7\x20\x48\xf9\x5a\x36\x44\xd4\x54\x15\x62\x4b\x49\x1f\x9a\xff\xb7\x47\xaf\xf1\x4c\x3b\xca\xaa\x07\x93\x95\x05\x6b\x47\xda\xdf\xcb\x1a\xa5\x0a\xf5\xf9\xbf\xff\xb7\xd1\x36\x5d\xdb\x6c\x8d\x29\x56\xc2\xbb\x35\xf3\x9d\x5e\x9c\x3b\xdf\x49\xfa\xcd\xa4\x2a\x86\x6b\x47\xbe\xb3\x89\x08\xd3\xde\x25\x63\xce\xc2\x59\xfc\xc2\x98\x93\x77\xa2\x8c\x39\xfb\x1d\x8c\x74\x28\x9b\x6b\x64\xdf\xf6\x24\xa7\x51\x39\x19\x0c\xc2\xef\xae\x7d\xdb\xe9\x3b\x55\xa5\xe0\x99\xa9\xaa\x5c\xb3\x47\x6a\x0a\xb4\x91\x2b\xe6\xb2\x35\x8f\x57\xb4\xc2\xb6\x6a\x5e\xe6\x97\xf9\x4f\x5e\x5b\x97\x5d\x80\x19\xdb\x65\xe7\x34\xb6\x34\x26\x9b\x3c\x76\x64\xb2\x99\x07\x6b\x7a\xf9\xde\x8e\x14\x23\x9b\xcd\xc4\xf4\x73\x29\xc4\xab\x9e\x1c\x86\xcb\x6e\x2d\xac\xb0\xcc\x34\xad\xf7\x94\xc9\xb6\xc9\x92\x5e\xf6\x72\x47\x88\x71\x8a\x3d\x54\xa6\x97\x32\xec\x95\x82\x64\xa0\x0c\x7b\x67\xe5\x86\x53\x86\xbd\x9a\x8d\xea\x0c\x7b\xaf\x60\xa8\x40\xb1\xd2\xce\x7f\x2b\x3f\x8c\x31\x36\x09\x0d\xbc\x2e\x27\x34\xcb\xb8\xed\x3a\x00\xc7\xbb\xac\xa4\x8c\xa0\x76\xd9\x77\x20\xc3\x61\x37\x30\x1c\x79\xb9\xe6\xaa\xba\xac\x6d\x8b\xbc\x77\xd9\xad\x65\xf2\x57\xb6\x10\x5b\xa3\x76\x5d\xc6\x53\x44\x82\xbe\x6c\x21\xe6\x05\xa3\x78\xb3\x1d\x79\xc7\x16\xa4\x33\xb3\x2f\xc5\x0c\x21\x47\x97\x53\xdf\x11\xf7\x7c\x39\xf5\x5d\x63\xf5\x9d\xfa\x2e\x7a\xe8\x4b\x26\xa4\x3d\x5e\x4a\x38\x2b\x5c\x14\x58\x90\x88\x9d\xb9\x6e\x3b\x92\xb2\x35\x6e\xa7\x94\x65\xa6\x64\xd0\xa9\x44\x06\x5e\xb7\x33\x36\x73\xc0\x1c\x36\x56\xb8\x61\x6c\xb4\x21\x8f\xc9\x25\xa3\x4d\x8b\x90\x2e\xb3\x4c\xa9\x2f\xa5\xb7\x1e\x5e\x73\x97\xec\x32\x75\xbc\x1f\x7a\x67\x76\x28\xcd\x37\x77\x91\x82\xc8\x4a\xe1\x64\xdc\xbe\x26\x70\x1c\xbb\xb0\xd2\xf0\x2c\xbb\x15\x1d\x84\x91\xe6\x92\x75\xa5\xe5\x59\x70\x3f\x33\x3c\x0b\x6c\xd2\x11\x5f\x44\xcb\x5f\x36\xae\x8c\x09\x9b\xb6\x75\x25\xc2\xfe\x87\x43\xc4\x2b\x59\x39\xe3\x36\xbf\xff\xe1\x0c\xc1\x8a\x3f\x3a\x43\x28\x7b\xaf\x0f\x13\xbe\x43\x6a\x00\x4c\xaa\xac\x29\x35\x87\x48\xc9\xe6\x26\xfe\xd7\xd7\xc7\x81\x0c\x0b\x66\xf4\xd9\xc6\x39\x0f\x65\xd0\xa1\x54\xed\xfa\xb0\x40\x6d\x51\x74\x68\xff\x8c\x75\x84\x34\x48\x01\x3d\xca\x78\x5e\x10\x29\x3e\x40\xd9\xc0\xb6\x64\x95\x99\x65\x85\x6a\xa2\x1a\x94\x7a\x5c\x8c\xc6\x62\x33\xe2\x17\x46\x99\xc5\x05\x2f\xa3\xcc\x89\x33\xde\xf5\xb1\x1e\x66\xb1\x73\x15\x3b\x36\x71\x64\xba\x14\x3b\x36\xf1\xb2\xb9\x3e\x46\x93\x18\xa9\xf9\xf5\x87\xa9\xea\x91\x7b\xe7\x28\x76\x6c\x66\x3b\x7e\x7c\xc3\xad\x12\xb2\xaa\x90\xb9\x92\xcb\x57\xe1\xfc\x61\xb2\xc9\x03\x4f\x26\x9b\x82\x27\xd3\x85\xc9\x66\x95\xd4\x35\xda\x6c\xba\xf4\x78\x78\x2a\x28\x7a\x6c\x86\xc7\x1b\x12\x6e\x2c\xce\xbc\x62\xc2\x66\x41\x56\x14\x24\xdc\xc4\x14\x67\x48\xb8\x49\xaa\x05\x20\xe1\xc6\xaa\x29\xdc\xc6\x97\x81\xf2\x52\xd6\xd4\x95\x0d\xa5\xa6\xf0\xa3\x3e\x0a\x94\x0d\xfc\x9e\x01\xc5\x9d\x95\x70\x20\xc5\x9d\x35\xf2\xde\x5c\x0a\x3b\xab\xb8\x6e\x5e\x5f\xab\x63\x57\x1a\xd5\x36\xab\x3b\x55\x75\x06\x08\x7f\xbe\xbe\x32\xf8\x9e\xf9\x2b\x7b\x70\xac\x96\x2e\x35\xcd\x6b\xfd\x9b\x5b\x7f\xad\x80\xc2\x45\xfd\x92\xd9\x6a\x96\x95\x11\xc8\x56\x7c\x66\x78\x1f\x57\x0d\xa9\xf3\xcb\x81\xfd\x7a\xbf\xf2\x96\xf9\xfa\xd5\xb7\x60\x0a\x32\x6a\xcd\xc2\xf1\x95\x6d\x6a\x4f\x78\xe2\xd7\x7b\x29\x7f\xe9\xbd\xc4\x79\x55\x70\xdb\x8c\x94\xa5\xe0\xb6\x49\x52\xa4\xcb\xc1\x6d\x83\xe4\x17\x06\xbb\x2b\x8d\x87\xc6\xd7\xb2\x13\xa9\x60\x40\xbb\xab\xe9\xd1\xb2\x13\xf6\x18\xa3\xdd\x4d\xec\x08\x97\x6c\x5c\x15\x4f\xd3\xeb\xcb\x56\x42\x06\xfe\x01\x71\xbe\xa1\x9e\xf1\x10\x5b\x60\x5c\xba\x95\xcb\xdb\xb8\x74\x63\xcd\x7c\x68\xfc\x13\x28\xb9\x82\x65\x38\xbf\xed\xc4\xca\xa1\x94\x27\x86\x73\xf7\xdb\x9c\xed\x02\x29\x59\x8a\x6b\x48\xd9\xf2\x26\x91\x07\xd7\x4f\xcb\x11\xfb\x80\x4d\x60\xab\x85\x7a\xe6\x91\xf8\xb9\x4b\x66\xad\x99\xa7\x9d\xac\x5a\x25\xf6\x01\x59\xb5\x26\x86\x34\xc3\xd9\x4d\x2c\x2e\x97\x8c\x5a\x93\xd8\xe5\x4b\x46\xad\x72\x22\x39\x2a\x9a\xad\x6e\x0e\xbd\xcc\x58\x93\x28\x9c\xeb\x77\xbb\x3f\x4f\xb7\x42\xd4\xd6\xc9\xeb\x44\x21\x6a\x93\x88\x8c\xeb\x4f\xd7\xec\x46\x1c\xfa\x33\xd7\xdf\x0c\x5b\xc8\x73\x8d\x84\x36\xd7\x1f\x19\x0f\x26\xd4\x72\xd5\x13\x72\xcb\x70\x95\xaa\xce\x30\xcf\x70\x84\x59\xb7\x23\x57\x0a\xb3\x6e\xd6\x0c\x67\x7b\x38\x0c\xd5\x5a\xdd\x9d\x4e\x94\x80\x94\xd0\x62\x20\xe3\x30\xb0\x1b\x32\x6e\xd6\xb7\xa6\xd6\x82\xe5\xfe\x33\x96\x26\x8c\xf5\xcf\xae\x4f\xec\x70\xd9\xb4\x56\xe3\xd6\xfd\xf3\xec\xa3\x43\x95\xa1\xaa\x90\xd3\xe0\xfa\x33\x4a\x7c\xda\x34\x97\xc5\xf1\xd0\xe0\x72\x7b\x22\xc8\xca\x54\x55\xf0\x3d\xba\x94\x68\x6f\x56\x4e\x86\x13\xed\xbd\xef\x28\x59\xa3\x66\x4c\x33\x0e\x6d\x1b\x4e\x79\x3f\x6f\x99\xa3\xf6\xf4\xc2\x19\x40\xee\x24\xdd\xc7\xad\x5c\x7a\x13\x43\x8d\x01\xe4\x26\x06\x1f\x03\xc8\xad\x62\x29\x07\x00\xb9\x08\xeb\x06\x90\x9b\x48\xd9\xc6\x7a\x9b\x24\xf7\xba\x65\x29\xda\xd8\x7b\x0c\xee\x36\x31\xe9\x00\xee\x36\xb6\x0f\x98\xc1\xdd\x16\x6e\xee\x06\x77\x7b\x0a\x19\xc0\xe5\xe9\x58\x50\xee\x23\x55\xed\x26\x45\xff\xcc\x78\x6a\x7a\x6b\xd0\xa3\xf7\x6d\xa5\x43\x83\x90\x1e\xa1\xa4\x74\xc9\x0f\x3b\xeb\x1a\x3f\x2c\x03\xcf\x34\x8a\xf1\x34\x64\xda\x44\x00\x37\x64\xda\x39\x8c\x6b\xfb\x90\x55\x89\xf5\xfe\xad\xa7\xbe\x4f\xa7\x4d\x2e\x69\x47\x8f\xba\x05\xa5\x0c\x32\x18\xa3\x0c\x61\xb6\xb1\xf6\x18\xc2\x6c\x95\x1e\x4a\xae\xe2\x93\x9a\x72\x9f\x73\xda\xf2\x69\x08\xb3\x8d\xd1\xec\x96\x59\xe6\x8c\x2b\xf3\x2d\xbb\xcc\x2a\x6f\xd5\xaf\x0b\xd3\x8e\x66\xc3\x57\x81\xf1\xcd\xb6\x73\x5a\x4f\xe3\x9b\x15\x82\x2a\x0c\x6f\xd6\x78\xc6\xdd\xa7\x15\x49\xcc\xf7\xe9\x8d\x3a\x53\xd3\x49\xf4\xdd\xbd\xad\x34\x48\xd5\x77\xf1\x31\xb5\xc8\x75\xcb\xf8\x52\xba\x19\xe8\xad\x14\x74\x15\xcf\xd6\xbb\xd8\x2f\x0a\x87\xcd\xbb\xf8\x35\xe4\x23\x75\xcb\x14\xd3\xd0\xc6\xdd\xc5\xec\x74\xd2\xa1\x8f\xb0\x45\xc5\x5b\x41\x65\x93\x97\x92\x21\xc2\x2a\x19\x16\x8c\x02\x36\xc9\x79\x67\x10\xb0\x73\x1a\xdb\x64\x1a\x05\xac\xd5\x8c\xdb\xb6\xef\x34\x13\x45\x0d\x94\x6c\x86\xa1\x7c\xda\x07\x83\xb9\xdd\xc5\x84\xaa\x72\x26\x09\xa5\xbb\x6d\xe5\x3b\x3d\x0d\x06\xfd\x59\x8a\xc6\x9b\xef\xb6\xc1\x62\xe6\xd0\x54\xef\x4c\x56\xa6\xfa\x36\xb3\xa0\x76\x57\x2b\xd1\x0e\x4b\x26\x77\x95\x9c\x94\x4e\x94\x84\x6e\xe2\xdc\x64\x54\xae\xa7\x6a\x48\x43\x94\x15\x28\xef\xa2\x34\x2b\x21\x86\xf7\x8f\xe1\xb5\x2a\x71\xdc\x86\xd7\x9a\xd5\x42\xdc\xed\x7c\x75\x13\x9b\xf6\x2d\x63\xc7\x79\xbe\xcd\x08\xdd\x6b\xa6\xea\x57\xfb\x3d\x8d\x2a\x87\x0e\xa7\xcf\xd9\xeb\x8c\xf9\x3a\x0d\xc4\x55\xb2\x6f\xaa\x5d\xcf\x38\xfb\xd5\xb7\xe2\xa2\x95\xcb\x91\x19\xf4\xee\x34\x9a\x99\x0c\x45\x6e\x4f\x02\xe9\x8d\x8b\xb5\xb1\x9f\x1a\x16\xeb\x29\x64\x8e\x95\x6b\x89\x7b\x11\x58\xac\xc4\xb1\x18\x17\x6b\x63\xc1\xbd\x1d\x0d\x37\xc9\x88\x70\x57\x73\x9f\x9d\x76\x9e\x93\x6a\x78\xa7\x69\xcc\xac\x33\x5e\x93\x80\x66\x2d\x76\x6e\x75\xb2\xce\x9a\x56\xff\x5c\xd5\xc3\x93\xf5\x65\xa1\xff\x36\x2e\xd6\x53\x38\x20\x8b\x3a\x49\x55\xff\x09\xf3\xda\x9c\x68\x81\xdd\x22\x43\xcd\x22\xae\xe6\x6e\x7a\x90\xe1\x27\x79\x2b\x63\xde\xe2\xb1\x7a\x2b\x63\x5e\xe5\x05\x6c\x7c\xad\x45\x98\xbb\xf1\xb5\x9e\x2e\xd2\x8c\x83\x9c\xf8\xd0\xa8\xcb\x19\xaa\x10\xc0\xf1\xd3\xb9\x9b\x11\xcf\x39\x81\xca\xad\xb7\xc3\xe2\x9a\x8f\x3c\x09\x2a\x0d\xc5\xb5\x1a\x27\x89\xc0\x3d\x12\x5c\x19\x8a\x6b\xad\xfc\xb1\x6c\x68\xe8\x91\x0c\xc5\x35\xc9\xb2\x7a\x2b\x70\x6f\x97\xff\xe0\xa5\x77\x37\x41\x6c\x60\x8d\xb8\x95\xa3\x6f\xee\x8c\x46\x8e\x32\x39\xd7\xc2\xe5\x2a\xef\x84\x2b\x56\x07\xdb\xf3\xad\xf0\xbb\xd2\x33\x53\xf2\x50\x26\xe1\x8b\x71\xb9\x36\x09\xdb\x8c\xcb\xb5\x71\x3d\x32\x2e\xd7\x6a\x59\x27\xa5\x5c\x21\x89\x90\xa1\xb7\x76\x49\x0f\x7a\x61\x4d\x3c\x18\x0d\xbd\xb5\x0b\xac\x4a\xb6\xa8\x8d\x23\x92\xd1\xb5\x76\x6e\xf4\xce\xb6\x41\x4c\x10\xba\xd6\x22\x52\xd4\xe0\x5a\x4f\x61\xea\x2a\x51\xb3\x65\x11\x83\x6b\x3d\x85\x69\x56\x8f\x31\x6e\x66\x45\xd1\x6d\x72\xfb\x19\xf9\xea\x9c\x27\xe3\x11\xf4\xd5\xca\x66\x94\x35\x6a\xa3\x8c\x36\x0e\xd5\xca\xc1\x91\xc5\x69\x21\xcf\xdf\x32\x38\x2d\xfc\xab\x0c\x3c\x35\x49\x44\x77\xcb\xc2\x74\x4e\xfc\x10\x6f\x99\x98\x16\xef\x3d\x23\x4f\x35\x42\x50\xee\x6e\x9f\xf0\x19\x4a\x39\xc3\x4a\x28\x6d\x4d\x38\x77\xb7\x02\x24\x7f\xf8\x1c\xea\x19\xa9\x41\xd6\xa7\x73\x12\xe5\x6f\x58\xaa\x85\x21\xfc\x1e\xe6\xce\x84\xd9\xdf\x32\x38\x4d\x4c\xc6\x46\xa9\x7a\x0a\x0b\xa4\xbb\xac\x50\x3a\x7e\x23\x65\xfe\xab\x9d\x66\x97\x0a\x1b\x94\xf3\x23\x4f\x28\x41\x83\xc0\x2a\x14\x1d\xb7\x48\x25\x61\x78\xa9\x45\x32\x28\xa3\x4b\x9d\x93\x64\xc5\x86\x97\xda\xc4\x7f\x1a\x34\x6a\x2e\xa6\x43\xb1\x69\x1b\x25\x8b\x61\xa1\x26\xbe\x07\x86\x77\x5a\x23\x7f\xac\xac\x80\x65\xa6\x4c\x29\xe3\xd8\x29\xb2\x6a\x4d\x54\xb3\x86\x7e\x3a\x67\x49\x17\xe2\xc7\xa8\x2a\x6e\x5b\xb5\x70\x36\x37\x2e\xd4\xc2\x1a\x75\xcb\xa8\x35\xf1\x12\xbe\x95\x4e\x70\x85\x8f\x2b\xfe\x6c\xa1\x7f\xb9\x87\x39\xec\x4c\x0f\x3a\x29\xdc\xa3\x32\x78\x2d\x23\x46\x3e\xd4\xc7\x83\x49\xe1\x57\xbc\x28\x94\x37\x31\x7f\x68\x58\x04\x8e\xad\xe2\xcf\x36\xba\x29\x03\x4a\x6d\x14\x4e\xb7\x2c\x53\xeb\x3c\x53\x76\xab\xa6\x87\x26\xdb\xd3\x42\x4b\x71\x3b\xeb\x20\x9a\xff\xdb\x41\x65\xb3\xb4\x90\xee\x62\x41\xb9\x8b\x34\x23\x20\x00\x16\x46\x71\x63\xfb\x7f\x8d\x5a\x9f\x1f\x4a\x86\xf7\x1d\xca\x93\x9f\x42\xbd\xf4\xf1\x34\x30\x9e\xd4\x46\xbf\x73\x2b\xa6\xec\xa9\x4a\x8f\xf2\x0a\x9f\xe9\x5f\x26\x4d\xf4\x44\xf7\xf4\xe1\x0b\xd7\x76\xe0\x18\x8e\xc6\xb7\x2c\x5a\x8b\xb0\x26\xc3\x4b\xad\xbc\x35\xa6\xf1\x6c\x36\xbf\x28\xb3\xd4\x2c\x08\x78\xd3\x9c\xf1\xbf\x08\xd4\xd3\x6c\x13\x61\xc8\xd0\x53\x33\xec\xcf\x39\x12\x0b\x6f\x8f\xe9\x7b\x3b\xfc\xcf\xd8\x53\xe8\xe6\x0c\x2f\xb5\xd1\xa2\x19\x5e\xea\x9c\xe1\x62\xb2\x8c\xed\xb0\xbf\xa5\xb3\x88\x31\xf8\x5e\x8a\xf3\x41\x6b\x65\x7c\xa9\x8d\x76\xc3\xf8\x52\x1b\x85\x9f\x51\xa2\x76\xfe\x51\x28\x51\x1b\x65\xd3\xed\x98\x2f\xec\x42\xb7\xb3\x29\xce\xb7\x51\xf3\x49\xb6\xb8\x03\xc2\x50\xee\xdc\xb2\x68\x6d\xa2\x22\x0c\xf6\xb4\x70\x82\xbe\x1d\xbb\x85\x6a\xd4\x98\x4d\x13\x6f\x4a\x63\x36\x9d\x51\x98\x18\xb4\x69\xa3\x5e\x33\x68\xd3\x8a\x2c\x2e\xdb\xd7\xca\x4b\x60\x79\xc2\xf3\x1d\x13\x8e\x80\xa3\x68\xad\x8d\xbe\xe4\x56\xb4\xd6\x46\x29\x74\x2f\xe4\x24\x46\x63\x50\x12\xb6\xb1\xad\x64\x51\xa6\x18\xde\x69\x97\xcc\xb7\x17\x83\x58\xdc\x5b\x56\xb2\x89\xb7\xc3\xed\x4c\x8c\xb3\xc2\x62\x64\x26\x5b\x2b\xff\x61\x24\xa8\x96\xaa\xd6\x46\xf3\x12\xde\xe6\xd4\x68\x42\x6e\x22\xbd\xce\x50\x1e\xfa\x82\xd2\x56\xb1\xe6\xeb\x56\x9a\xc6\xd9\xd2\x8c\x12\xdd\x66\x70\xdb\x07\x19\x5f\xcc\x5b\xb1\x5d\x0b\x85\x9e\x31\xa4\x16\x79\x09\xef\xed\xcc\x11\x47\x28\x59\x38\xb8\xc5\x65\x52\xdb\xa8\x66\x6f\x9b\xd4\x48\xcc\x77\xcb\xa4\xb6\x88\x95\xbc\xb1\xa8\x71\x72\xb7\x57\x95\x08\xf3\x7b\x8b\x19\x63\x52\x31\xa0\xd4\xce\x4c\x29\x76\x6a\xa3\x69\xba\x65\x8a\xdb\xef\x5c\x48\xfa\x88\x80\xab\x24\x89\x0b\x17\xa5\x5b\xf1\x51\x8b\xd0\xad\xdb\xf1\x51\x79\x33\x3a\x40\xea\x9d\x60\xe6\x9b\xe9\x77\x84\x14\x86\x8a\xfb\xf2\x85\xc6\xbe\x09\xf4\x14\xd2\xcf\xe5\x53\xc4\xed\x4b\xd8\x13\xa9\xb3\x6e\xe5\x50\x5c\x98\x3e\x6f\xd9\xd7\x36\xfa\xc3\xdb\x29\x14\x67\xed\xe9\x52\xa1\x6c\xec\x06\x85\x41\x2d\x5c\x0a\xee\x4b\x3c\x76\xbd\x54\xf7\x87\x8c\x47\x00\x57\x24\x87\x02\xe0\x6a\xe2\xe0\x63\x80\xab\x8d\xe6\xed\xbe\x74\x72\xf1\x9f\x33\xdc\xd5\xca\xed\xef\xc4\x8c\x47\x7e\x52\xef\x96\x1c\xe3\x4b\xde\x7d\x44\x2f\x18\xed\xea\xdc\x19\xb7\x1c\x0c\x4e\xf6\x94\xc2\xb0\x6a\xf8\xf8\xe5\x74\x40\xac\xa2\x4c\x71\x0d\xd3\x90\xb1\xae\x0a\xae\xbf\xc6\xba\x2a\x79\x5e\xc8\xda\x56\x23\xa5\x3a\x11\x24\xb9\x0e\x6e\x19\xdb\x06\x79\x6d\x6f\x27\x82\x9c\x75\x84\x94\x41\x95\x7b\xe3\x72\xba\x9f\xfc\xbc\x71\x00\x8f\xff\x20\x4f\x2b\x44\xec\x9c\x59\x53\xbd\x7e\x57\x66\x54\x1e\x82\x13\xcf\x52\x03\x68\xb5\xf1\x52\x86\xd9\xe6\xa7\xec\xc0\x8d\x98\xaa\x60\xb2\x16\x46\xa5\x60\xb2\x8a\x7d\xc9\xd8\x5a\x27\x19\x05\x0d\x9f\x55\x50\x4a\xde\x97\x93\x4b\x1c\xa9\xf9\xa7\x58\x22\xf7\x77\x3b\x31\x0e\x43\xbb\x0d\x2d\xc9\x44\xc9\x66\x58\xa3\x79\x90\xcd\xb0\x2e\x2e\xc6\xdb\xc1\xe6\x25\xad\x68\x64\x08\x6c\xb7\x13\x73\x21\xdb\xca\x62\x78\x1e\x6f\x7f\xf6\x73\x48\x9b\x8f\xc0\x8a\x4b\x86\xa1\xb3\x4a\x04\x01\x05\x9d\x8d\x33\x65\xf6\x5d\xe5\x76\xbd\x8d\x5c\xcc\xdd\xa6\xa0\xb3\x12\xd9\x46\x31\x67\x23\x8f\x47\xc5\x9c\xd5\xc2\xbc\x24\xe4\x2c\xbf\x24\xe7\xb1\x3c\x25\x1d\x73\x46\xb8\xe7\x7d\x5b\x57\x3a\x53\x53\x79\xaa\x5b\x1a\x55\x8a\xa4\x33\xdd\xeb\x65\x7f\x64\x68\xf2\x64\x7f\x5b\x91\x6e\xe3\x08\xf5\x27\xd3\x09\xbf\xa4\x60\xf6\x9a\xa1\x39\xd8\x34\x63\xb9\xbc\x47\xe0\x9e\x36\x7b\x76\xb6\x93\xcc\x9e\x15\xef\x63\x43\x6c\x95\x77\xb6\x9d\x14\xab\xe4\x3b\xe5\xac\xe7\xf6\x90\x81\xb4\x11\x69\x7e\xdf\x72\xb2\x21\x18\xcf\xe8\x5b\x4f\x87\x21\xbf\xaa\xca\x87\x12\x58\xde\x45\x73\xc4\x01\x12\xa9\x02\xd5\xea\xcc\x77\xca\x45\x4c\x8a\xdf\x5b\x86\xd5\xc4\xdb\x19\x99\xeb\xc4\x37\xc7\xc8\x5c\x67\xf8\xb3\x8c\xae\xe7\xab\x1e\xbb\x8d\x1e\x91\xfd\x64\x10\xed\xb7\x7b\xed\x66\x18\xf4\x6d\x9b\x37\x7f\xf8\x71\x58\x14\x0f\x10\x85\xb0\x15\xc0\x14\x6e\x19\x64\xcb\xe4\x9a\x95\x3d\xb6\x90\x61\xd6\x18\x5e\x05\xfb\xfb\xed\xf0\xb6\x57\x91\xe6\x20\x35\x42\x0a\xef\x8f\xb3\xf3\xf4\x34\xaa\xe4\x20\x48\x47\xb6\xc0\xbe\xfa\x38\xe5\xee\x3c\x71\x21\x36\xfa\xd7\xd9\x98\x28\x59\x60\x0b\x8e\x32\xb7\x53\x77\x1e\x9c\xe5\x8f\xb7\x65\xc6\x2d\x8d\x5f\x6d\x69\x53\x67\x0b\x99\xc7\xb6\x5a\xbc\xc4\xef\x8f\xb7\xe5\x5b\x53\x49\xce\xd8\x88\x1f\x07\x41\xe7\x97\xb6\x99\x5e\xa6\xcd\x89\x04\xd9\xdd\x1f\xfb\x09\x9d\xa1\x14\x4f\xca\x53\xc1\x89\x3c\x3b\xcf\x36\xe7\xe3\x8c\xb6\x59\x19\x38\x0b\xa9\xc2\x6e\xc7\xc4\x9d\xa9\xa9\xec\x2b\xe5\xa5\x7c\xc5\x64\xbe\x2d\x0f\xb5\x50\x6c\x05\x26\x43\x7e\xaa\x79\xc4\x29\xb6\x6d\xe6\x11\xf9\xf5\xbb\x3d\x0a\x40\x59\x34\xf7\xd8\xff\x36\x21\x1a\xfc\xeb\x9c\x75\xa7\xd9\x9f\xe4\x8a\x50\xbe\xca\xb9\xe7\x65\x0c\x3d\xf1\x30\x32\x50\x58\x25\x2c\xd0\x40\x61\x8d\x50\xb0\xdb\xf6\xce\xdc\x5d\x5f\x98\xcd\x4b\x2a\x5b\xe4\xdb\xa8\xf3\xf6\x30\x72\x33\x1b\x5c\xea\xef\x2f\x29\x12\x0e\x28\x05\x9f\x70\x93\xca\x68\x79\xbe\xaf\xcc\xaf\xdd\xe6\x91\x96\x64\xb4\x8c\xa2\x9e\x00\x3a\xce\xa2\xb2\x7e\xb6\x6c\xbf\xaf\xf3\x90\xc3\x89\xbe\x4e\xfb\xdf\xd2\x88\x7e\x9f\xb4\xd9\xc6\x09\x9b\x1b\x3e\xfc\x75\x08\xeb\x4e\x99\x62\xa8\xb2\x1c\x16\x8f\x5b\xd6\xca\xfe\xc6\xc8\x23\x32\x76\x4e\xfc\xfb\x0d\x13\xf6\x54\xe5\xff\xed\x18\x9f\x81\xeb\x84\xe7\xa4\xda\x9e\x39\x09\xd2\x34\x14\xd8\x43\x9e\x90\x1e\x4f\x85\x52\x2e\xd1\x9d\xaa\x43\x4e\xdc\x13\x6a\xfa\xc3\x0e\xe9\x60\xbc\x05\xb5\x5d\x38\x20\x15\x1b\x54\xd2\xea\xed\xc2\x34\xa4\xec\x7d\x68\x80\x6c\x26\x9d\xa4\x56\x03\x2a\x2c\xda\x62\xdb\x49\x71\xb3\xb9\x7f\xca\xb2\x83\x7b\xd0\x8d\xf1\x13\x1e\xa7\x68\xc0\x46\xfa\x8e\xfb\x67\x33\x12\x32\xc9\x8f\x25\x87\x21\xc8\x4e\x5a\x31\x0d\x1a\x55\xac\xc6\xaa\xa3\x48\xc1\x4d\xbc\xd1\xed\x48\xc1\x49\x48\x83\x21\xc7\x5e\xb9\xc3\x91\x82\x93\x78\x17\x43\x8e\xad\x99\xd9\xb1\xbe\x18\x9f\x1c\xa3\x8c\xbd\xd7\xa6\x8c\xa3\x8d\x88\x47\xe3\x8a\x9d\xd9\xc9\x3f\xa3\xb8\xb1\x91\x15\xe2\xd7\x30\xf7\xde\x0e\xf1\x9b\x24\xb6\xbe\x1d\xe2\x17\x3d\xf7\x1f\xeb\x3a\x42\x1a\xe2\xbb\x42\x29\xe7\x15\xbb\xfc\xcf\xe9\x4c\x98\xb9\x3f\x56\x07\xb1\xe1\xcf\x30\xe6\x67\x3e\xf4\xea\x30\x72\x25\x02\x9d\xe4\x92\x36\x5e\xd9\x22\x7b\xf6\xfd\xe7\xc7\x0c\xee\x4b\xf7\x9f\x00\x26\x36\xf3\x21\x30\xb3\x97\x5d\x08\xcc\xac\x86\x5f\xfe\x81\x5d\x4d\xa3\x5a\xac\xdc\x8e\xb2\xa3\xce\xca\x56\x56\x1c\xe1\xcb\x57\xfe\x6c\xe3\xe3\xc1\x28\xab\xea\xcb\x2c\x64\x47\x7d\xf9\xc1\x1f\x27\x32\xe3\x76\x8a\xc4\x14\x4a\x7d\x80\xa0\xf0\x87\xdc\x99\x81\x4a\x95\x44\x70\xe0\xfd\x67\xc5\x2a\x22\xc6\x9f\x1f\x9a\xed\x2d\x74\xb8\x71\xda\xf1\x2c\x3e\xcd\xac\x25\xa3\x6a\xb3\xee\xf4\xa1\x4e\x01\xf1\x1c\x50\xc5\x18\xc7\xa9\x2a\xef\x2d\x31\xef\x87\x52\x62\x3d\x4d\xc6\x32\x08\x5a\xb3\x9a\x77\x19\x04\x6d\x3c\x27\xee\x1f\xdc\x7a\x19\x04\x6d\x5a\x8e\x78\xa8\x8f\x13\x99\x41\x19\x8d\x80\x46\xe5\xb8\x62\x6f\xf1\x65\x44\xb4\x67\x6c\x1b\xd2\x79\x1b\x3a\x94\xd6\xdb\x59\xce\x1f\xd2\x79\x1b\xf8\x47\xbf\x90\x16\x3f\x25\x8b\xaf\xe5\xbd\x87\x9a\xc2\xfe\x4f\x33\xba\x9e\x47\x5a\xd9\xd2\x9d\x40\x38\xde\x74\x99\x92\x0e\xca\xda\xb2\x87\xf2\xd0\xd2\x9f\xd4\x91\x16\xdb\x96\x01\xd1\xa6\x9d\x61\x1f\x6a\x8b\xe2\x9f\xf4\xce\x71\x9e\x86\x87\x72\x92\x8c\xb7\x55\xdd\x80\x6f\xe1\xd7\xe6\xfe\xb4\xea\x04\x0f\xb4\x2a\x0d\xa4\xa5\x9a\x65\x5c\xb5\xa7\x2a\x2b\x95\xc4\x6a\x50\xe6\x62\x19\x81\x7c\x5a\x9c\x0c\xe1\xa1\x94\xa1\xb3\x31\x00\xa5\x52\xb7\xee\xe0\xa1\x9e\x73\xf2\x0e\x4e\x3b\xcc\xba\xb4\x87\xfa\xb8\xd1\x54\x15\x72\xe6\x99\xc2\x9f\x0b\xd3\x87\xf6\xff\x72\x55\xd9\xa3\x8b\xb3\xea\x2d\x43\xb9\x4d\x73\xe3\x87\xd2\x4a\xd5\x03\x4a\x41\x4b\x33\x35\x15\xb4\x47\x9b\xb2\x4d\xb7\x74\x2f\xdb\xf4\x74\x4e\x8b\xb5\x4e\x6f\x94\x5a\xa0\xbc\x51\x1a\x8d\x2a\xa7\x85\x23\x73\x97\x71\xdd\x9e\xc2\x7c\x39\xa4\xbc\xa0\x0f\x3f\xa5\x7b\x4b\x43\x8a\x07\x79\x3b\xb1\x33\x46\x63\x74\x4e\xc1\x76\x36\x28\xa5\xef\x3d\xa8\xea\x1d\x50\xa9\x29\x1b\xac\x43\x3c\x97\xd1\xdb\x56\x61\x37\x2a\x7b\xea\x5c\x19\xaa\xd7\xb8\xd2\x26\x20\xba\xa9\xa9\xfc\xac\x25\x14\x17\x15\x1d\x4a\x97\x35\x06\xbf\x21\xf3\x40\x65\x89\x15\xb5\xb8\x56\xfe\xc9\x17\x79\xcf\x68\xa4\xcb\xb2\xae\x7e\x19\xf6\x6d\xf5\x91\x0f\x65\x71\x6f\x69\x54\x11\x2f\xcb\xfb\x0f\xd4\x37\xc6\xa6\x6c\xad\x35\x73\x5a\xf4\x28\x3d\xd9\x53\x42\x84\x5b\x9d\xb9\x28\x7a\x94\xe6\x0c\x2b\x68\xb2\xb5\x99\x32\x86\xb6\x20\x1f\xd1\xb5\x8c\x34\x7a\xb9\x70\x43\xda\xaa\x9f\xd1\x08\xf9\x29\x1f\x2a\xfc\xc8\x7e\xa5\xcb\x00\x71\xd5\xba\xcb\x87\xf2\x0a\xcf\x54\xd5\x3b\x18\xee\x57\x58\xe1\x49\x1f\x20\x8e\x14\x28\x5f\x5b\xa9\xfa\x51\x1f\x29\xb3\x74\x9a\x32\x1f\x06\x58\x9c\x2c\xf9\xc4\x4d\xad\xe5\x28\xca\xc2\x36\x2e\x76\xa1\xe2\x50\xcb\xca\xdf\x6c\xf2\x79\x28\x6f\xe3\x95\x0f\x9b\xdd\x23\xa1\x1c\x38\xcd\x48\xf5\x6c\xf4\xab\xe6\xa1\x1c\xb5\x3e\xff\xcd\xa8\x8d\x82\xd7\xcf\x7c\xe8\x23\x9e\x55\x95\xde\x25\xdc\xa0\x98\x1b\x35\x88\x3f\xa1\xdf\x33\x6e\xeb\xc7\x7b\xf6\x86\x44\xce\x0e\xf7\x95\x5f\x41\xab\xf9\xa9\x9b\x9f\x4a\xe1\x73\xdf\x84\xe1\x19\x13\xcf\x61\xfb\x0b\xdc\xbb\xc1\x71\x73\xb8\xe5\xb4\x9b\xef\x32\xee\xdd\xe8\x9c\x3e\x45\x54\x8e\xf0\xe6\xe2\x80\xb7\xc9\x5f\x28\xcf\x7f\x87\xc5\xca\x3d\xa1\x35\x76\xbf\x31\xf1\x36\x1c\x56\x98\x78\x23\x1c\xc6\x98\x78\x93\xab\xb0\x2e\x0f\x74\x41\x99\x89\xec\x14\x0a\xde\xfb\xcc\x87\x1f\xe1\x7f\xa4\x0b\x0d\x0d\x06\x57\x1d\xdf\x3b\x19\x8c\xbc\xe8\x37\x87\x4f\xbe\x09\xa3\xc3\x6d\xf0\x4d\x18\x47\xaa\x6e\xf5\xbf\xa1\x74\xa7\xbc\xcd\x68\x11\x4b\xa8\x8f\x5e\xfb\x69\xd4\xdd\x33\x50\xed\xcc\x23\x83\xd1\xe6\xdb\x9c\x28\xa5\xe6\x6d\x33\x3f\x21\xc9\xe7\x64\xd3\x1a\x74\x6f\x8e\x97\x54\x87\xb0\x29\x47\x77\x1e\x1c\x93\xea\x4d\x53\xd3\xcc\xcf\x1f\xa6\x50\x1e\xfe\x2c\x70\x35\x5e\x1c\xeb\x54\xbd\x6b\x6a\x28\xad\x05\x7c\x11\x87\x87\x4c\x94\x37\x4d\xe5\x7f\x6d\x37\x19\x1c\x77\xf9\x3b\x94\x33\xbf\xef\x87\xeb\x60\x9f\xc8\xdf\xa1\x1d\x47\xaa\x3a\xa5\xe6\x99\x2e\xaf\x67\x83\x33\x52\x6f\xb7\x71\xa6\x13\x6d\xb7\x96\x81\x0b\x9d\x13\x36\x21\x8f\x86\x96\x9b\xd8\x4e\x0b\x8e\xda\x7b\xa8\x21\x7f\xb6\xd4\x54\x52\x1e\xa6\x58\x4e\x0b\xe5\x60\x43\x2b\x6b\x70\xcb\xb2\xc9\x2f\xa1\x1e\x1c\x76\x25\x0d\x2e\xb6\x86\x3d\x94\xa7\x86\xfe\xa4\x4b\xdb\x9c\x20\xf9\x2c\xb4\x35\x53\xe6\xa9\x29\x69\x54\xee\xbc\xad\x41\x79\x6a\xd8\xd2\x06\x04\xec\x2d\x94\xa7\x86\xfd\x26\xa7\x85\xe2\x0c\x9f\x0f\x75\x0b\xa5\xa9\x43\xfd\xf4\xa1\x27\xca\xb9\x7f\x73\xd9\x36\xcb\xc1\xcc\x77\x33\x9b\x18\x29\x94\x76\x76\xb2\x34\x8d\x05\xa7\x43\x29\xa2\x7a\xa3\x0b\x56\x11\x1e\xde\x0c\xf8\xd2\xe9\x51\x42\xf2\x2a\xa9\xaa\x34\x60\x47\x9a\x71\xe4\x11\x55\xe5\x0a\x50\xed\xee\xf5\x50\x6e\x75\x54\x48\x4d\x40\x3f\xa0\x3c\x01\x23\x75\x15\xc4\xd3\x37\x94\x42\xd1\x5e\x4a\xbf\xcc\xe0\x9c\xb5\x77\x46\x6a\x93\xbf\xc1\x8a\x40\x8d\xbf\x41\xe4\xbd\x6e\xf5\xd3\xf1\x1f\x24\xea\x6e\xc9\xf8\x60\x38\x72\x1a\x9d\xb9\xb6\x1d\x6f\xdb\xe1\x38\x4a\x06\x5c\x23\xee\x75\xe9\x53\x67\x0b\xa5\x17\x36\x67\xc5\x51\xb4\xc6\x63\x7e\x28\x05\x1f\x9f\xa1\x14\x36\xbb\x42\x59\xa2\x60\x72\x14\x29\x1a\x11\xa2\xfb\x5d\x3a\xb8\x52\x85\x5e\x38\x7a\x0f\x75\xb9\x90\xb9\x92\x6d\x7e\x65\x05\x7c\xdf\x8c\x95\x66\xc5\x3a\xb8\xf0\xbb\x13\x31\xac\x54\xf5\xcc\x71\x22\xba\x59\x07\x6c\xad\x9b\x75\x64\x95\xcd\x1e\x7a\xca\x64\xf3\xdd\xf4\xef\x23\x7f\xa6\xe6\xa5\x87\x39\xdd\xcb\x51\x70\x21\x0a\x76\x6d\xa4\x1c\x00\xe5\x14\xae\x76\x7e\x5c\xcb\x5e\x14\x07\x6c\x6c\xd8\x53\x65\x30\x55\xc3\xb7\x08\x4b\x3c\xbc\xab\x46\x3e\xf4\xae\xe2\xde\x50\x14\xef\x79\xb6\x14\xea\x17\x3b\x94\xf7\xc6\xe0\xcc\x29\xe3\xf0\xe8\x2c\xb8\x73\x03\x9f\xec\x72\x52\x03\xbf\xa3\x93\x9b\xf0\x86\x1f\x0f\x67\x67\x3d\xd2\xcc\x47\x71\xf9\xf4\xef\x68\x2c\x96\x4a\xa9\x81\xd7\x89\x08\x2b\x0f\x8b\x11\x71\x4b\x1e\x16\x23\xf7\xd6\xb0\x59\x7d\xc2\xd5\x05\xc3\x58\x9c\x80\xf5\xa1\xb6\xb6\x4a\xa8\x4b\x1f\x7a\x8a\x87\x35\xd1\xdc\x54\xf2\x7f\xe8\x03\x39\x51\xfe\x0f\xa3\xcf\x06\xa5\xad\x31\x4b\x0a\xe5\xff\xc0\x9a\xda\xff\xa1\x9d\x69\x46\xfe\x0f\x3c\xe8\x14\xef\x5b\x27\x37\x95\x42\x7a\x47\xe7\x8a\x71\x48\x6f\x38\xae\x22\x7a\x5b\xe9\xa1\xf4\x2c\xda\xa9\x69\xd4\xd1\x0a\xe5\x9f\x08\xa5\xab\x61\xd6\x7c\xa8\xe3\x3f\xd3\xa1\xdc\xcb\x78\x50\x4e\x1b\xfc\x66\xcd\x97\xca\x7c\x80\xb4\x65\x57\x89\x93\x39\x9d\x2c\x22\xcb\xa6\x1c\xbb\xbb\xc1\x1c\xc1\x6b\x64\xa6\xe4\x1c\xb1\x36\xb3\x28\xff\x87\xb3\xc0\x38\x8d\xd0\xd8\x78\xdc\xcb\xe1\x61\x95\x9a\x9a\xee\x22\x7f\x6c\x95\x62\x4f\xa3\xfe\x2b\xa6\x78\xda\x0f\xbf\xa6\xf0\x2b\xdd\x3f\x93\x03\x70\x4f\x28\x65\x8c\x42\xbb\xa0\xb8\xdc\x92\xf7\xa4\xb1\x1d\xe7\x84\x8b\x4e\x3b\x82\x67\x36\xcc\x9c\x27\x67\x63\xa1\xb3\xa8\x50\xd5\x85\x03\x52\xce\xfe\x35\x94\xd2\x4f\x73\x34\x14\xb4\xdb\x0a\xab\xba\x1e\xae\xbe\xe6\x48\x33\x4b\xae\x48\xe9\xc2\x69\x8c\x37\x94\xbc\x61\xf8\xc5\xc5\xaa\x72\xc2\x9c\x49\xb7\xa4\x7b\x73\xdf\xff\x00\xc7\xf5\xd4\x95\x8a\x95\x79\x5c\x7e\x8b\x4e\xb6\x87\x22\x83\xeb\x78\x0b\x6f\x01\x19\xa5\x13\xe7\xf3\xca\x00\x3c\x75\x70\x55\xb9\x55\xd4\x55\xd3\x8c\x64\x5a\x4e\x95\xe3\x84\xe7\x84\xc7\x2e\x3b\x99\x72\xcd\x2f\x16\x7d\x85\x34\xb6\x30\xad\x3a\xf6\x82\x95\xb4\xd3\xc5\x81\xc4\xe9\x24\xb8\x95\xfd\xb8\x2c\xc8\xcd\x95\xaa\x52\x05\x66\xb1\x94\x7a\xe5\xcc\x9c\x4b\x15\x79\xc2\xd4\x1d\x8c\x3c\x27\x6f\x83\xe5\x24\xef\x33\x55\x2d\x91\x84\x9a\xc2\x2e\xca\x87\xfe\x8d\x7c\x27\x0f\x64\xd8\x01\x3e\x17\x51\x30\xd8\xe7\xa2\xb6\x50\xda\x65\x3d\xcd\x78\x97\xb1\x3f\xb7\x37\x12\x97\xb5\x21\x2d\x0d\xf3\xb3\x80\xb4\x9c\x39\x66\x4a\x91\x3b\x6b\x4f\xa1\xbb\x64\xd3\x6d\x87\x26\xb0\x90\xdb\xf1\x06\x5c\x6b\xca\x6d\x5b\xf3\x8e\xd8\x4e\x22\x32\x43\x29\x16\x00\x26\xef\x64\xb6\x95\x0d\xe0\x84\xb5\x61\x5d\x4a\x58\x7b\xce\x05\xb7\x50\xc6\xda\x75\xac\x50\xd3\x85\x1b\x52\x73\xc5\x51\xb6\xd3\x45\xb8\xf3\xb6\x66\xf2\xfd\x50\x1e\x9f\x1c\x88\xed\x85\xe3\x40\x38\x27\xed\x91\xd9\x30\x30\x25\xab\x21\x9f\x8b\x76\x22\xc9\x29\x18\x7a\x1c\x5c\x15\x8a\x77\x5e\x83\xc7\xa0\xb3\xd7\xce\xbc\x69\xe5\x9e\xd1\x8f\x95\x2e\xa4\xa7\xcf\x60\x6e\xe5\x85\xcb\xd2\x88\xab\x67\x65\x04\x3d\x7a\xa0\x33\x94\x73\x46\x29\xfc\xad\xd3\xd7\xce\x1c\x06\xc5\x42\xf7\x03\xce\x2d\xcf\x8d\x36\x91\x7e\xf0\xdc\x58\x35\x85\xc2\x42\xe0\xfa\x95\xe7\x46\xab\xcc\x93\xc1\x2f\xf1\xb1\x5b\x06\xbf\xac\xd9\xe1\xf2\xdc\xe8\xc7\x4e\x99\x07\xc7\x87\xbe\xa9\x17\x8c\x44\x41\xd4\xfd\xd8\xa1\x9c\x33\x34\xd4\x54\x19\x83\x7b\xf6\x49\xb7\x99\xff\xa1\x34\x51\x08\x2a\xf2\xd4\xa8\xab\xa4\x0b\xa5\x89\xe0\xc2\x73\xd8\x34\x91\xc2\xcb\xf8\x9a\x3d\xca\xce\xcb\xcc\x60\x71\xa6\xe5\xc7\xd1\xa3\x42\x95\xaf\x46\x8f\xd6\xf2\x22\x8b\x3f\xd3\xa8\xdc\x8e\x83\xf3\x7e\xb1\xc1\x90\x1b\x15\x36\xdd\x8f\x4d\x8f\xc2\x82\x3c\x91\x22\xe5\xc8\xd1\xa3\x88\x95\x23\x47\x3f\x8f\x74\xa1\x10\xb5\x96\xb1\xc9\x89\x3e\x15\x7f\xaa\xc8\xff\x0a\x56\x7d\x73\x4a\x8c\xe7\x99\xdd\x26\x37\x8e\x73\x23\xfa\xe1\xa9\xb1\xb8\xf0\xc8\xe6\x8b\xf8\x6f\xe8\xcf\xf3\xdf\xd9\x3e\x9e\xaa\x53\x7d\xf0\x83\xb7\xd7\x22\x7d\x6c\xe5\x17\xe1\x27\xcc\x6d\x16\x9c\xe0\x92\xa3\xe6\xce\x5c\x58\x50\x89\x68\x22\x47\x8e\x96\x33\x24\x47\x8e\x7e\x1e\xa1\xac\x15\x85\x4d\xdc\x36\xa0\x2c\x78\x81\xe1\x46\x4f\x76\xa3\x1c\x3b\x7a\x54\xd1\x72\xde\xa8\x73\xa6\xcc\x63\x4d\x33\xde\xe2\x0c\x56\xde\x1b\xfd\x3c\xd2\xe8\x73\x8b\x9c\xdc\x0c\x46\x1f\x8d\x46\x5b\xde\x1b\x35\x9a\x89\x9b\x5d\x8c\xf4\x2d\xf7\x8d\x16\xee\x6b\xf0\xd1\xe8\x6c\xe5\xbe\xd1\x23\x7c\xcb\x7d\xa3\x46\x85\x26\xf7\x8d\x7e\xb6\x34\x3a\xdc\x28\x03\x97\x45\x75\xee\x34\xaa\xdf\x78\xfb\x57\xda\xd9\x95\x9a\x1f\x75\x98\x46\xbf\x6e\x86\x9f\xb2\x16\xe3\x1d\xcd\x9f\xa0\x50\xa9\x2a\x1c\xc5\x70\xb4\xdb\xbb\x1f\x41\xdd\xe9\x84\xc1\xd9\x7e\x48\xfd\xc6\x11\xca\x47\x83\x49\xd5\xeb\xa7\x64\xde\x74\x34\xf2\x6a\x92\xff\xc6\x3e\xce\xd4\x74\xf8\x6a\x5a\xf9\x93\xcb\x04\x7f\xe1\x07\x6f\x9e\xe3\x86\x3b\xcd\x79\x33\xa4\x69\x9e\x69\x86\x34\x3d\x4b\x6a\x9a\x87\xce\x14\x6e\xe9\xa1\xe9\x91\xed\x98\xc1\xdd\x3a\x70\x48\xa3\x1f\x36\x15\xd7\xbd\x52\x04\xb7\xa8\x09\x05\x6a\x5a\x26\x8b\xf3\x71\x16\xf0\x33\x65\x06\x43\x4b\x99\x7c\x2f\x6a\x5a\x19\xea\x62\x40\x79\xa8\xa1\xb4\x8a\xb0\x1b\xf9\x65\xf4\xb3\x64\x30\x5a\x45\x7e\xf8\xe3\x97\xf1\xe2\xd2\x36\x6c\x6a\x19\xe9\x50\x4c\x8c\x63\x8c\x5f\x46\xde\x62\x8a\x8c\xef\x51\x8b\x7f\xd8\x54\xdc\x0d\xc6\x4d\x3d\x7b\xaa\x6a\xfb\xd7\xb4\xa3\xb9\x61\xc1\x3f\xde\x54\x28\x71\x3e\x76\xc3\x81\xdf\x39\x86\x3d\x72\x01\x10\xa7\xac\x8d\xc3\xd4\xa3\xfd\x50\x98\x7a\x0f\x6f\x70\x9a\xe1\xb9\xd9\x45\x4a\x33\xdc\x4f\x38\xc5\xc7\xeb\xbf\xd9\x9b\xc6\x3f\x8d\xe5\xc5\x31\xec\x33\xa2\x98\x62\xd8\xfb\x39\xf2\xa5\x36\x47\x4b\x59\x97\x71\x8f\x9f\xb2\xd0\xb4\xd3\xcc\x74\x33\x21\x05\x3a\x90\x65\xbc\xad\x42\x4f\xa3\x9a\x1b\x4e\xb8\x63\xdf\x67\x5e\xbf\x8a\x7d\xef\x27\x9c\x5a\xe9\x8a\xfb\xd9\x43\x69\x6c\x30\xaa\xaf\x33\xc2\x33\xe1\x5f\xef\x06\x78\x9a\xa3\xdb\xe7\x3e\x53\xe8\x88\xaa\x50\x9e\x1c\xef\x71\x87\xac\x3f\xd4\x3f\x59\xf5\xd7\xeb\xcf\x52\x29\x9e\xbd\x44\xc5\xe3\x78\xf6\xb9\x39\xb8\x5f\x1b\x7b\xd8\x9c\x5f\xeb\xad\xce\x54\xd5\x06\xdc\x70\x1c\x65\x48\xee\x27\x4b\xfe\xf5\x2d\x8a\x28\x66\x38\xd6\x68\x78\x1c\x69\xde\x4a\x28\x2f\x1c\xdb\x5a\xe9\x93\x6b\x9e\x91\x4a\x9f\x5c\x0e\xae\x66\x65\x4f\xee\xe7\x08\xa5\x63\x84\x98\xac\x08\xf5\x56\x38\x8c\xf2\xfd\xe8\x27\x1c\xee\xeb\x0b\x96\xb7\xc8\xd7\x17\xec\x48\xf7\xb7\x36\x43\x06\xaa\x65\xc3\xf2\x21\x4f\x90\x16\x0d\x9f\x3c\x38\xce\xa8\x06\xbf\xbe\xe1\xe0\x45\x5f\x73\x0d\xa4\xf2\xaf\x17\x9f\x1b\x56\x09\x99\xfb\x09\x0b\x91\x8b\x46\x8f\x38\x2f\x17\x8d\x7a\xb0\x86\xf2\xc2\x28\xb1\x49\xc9\x09\x63\xad\x19\x4a\x5a\x78\x6e\xa9\x9f\x6f\x10\xee\x93\x9f\x6f\x10\xd8\x9b\x02\xd0\x57\x98\xfd\xcf\x7a\xc9\xdd\x53\xa8\x61\xaf\x14\x6a\xd8\x6c\xef\x9f\x0f\x34\x8c\xf0\xc7\xf2\xb2\xbf\x7f\x5e\xde\x95\x66\xfe\x5c\xe8\x65\xfa\x79\x7d\x11\x45\x1c\xc8\x3e\x37\x2b\xf3\x73\xc6\xa0\xb4\x03\xbb\x0f\xe5\xe1\xd0\xa5\xd7\x69\xe5\x3b\xad\x13\x37\xa1\x31\x5b\x17\x9b\xe6\x67\x89\x86\x1b\x5c\xde\x1a\x25\x56\x08\xc3\xb2\x46\xf5\xfa\xb3\x3e\x7b\xbf\x55\xb5\x69\x56\x28\xb9\xd0\x72\xda\x7e\x5e\x52\xde\x64\x3f\x63\x99\x23\x86\xfe\x7c\xd8\x91\xad\x7f\x1c\x76\x56\xdf\x4e\x1f\x27\x1c\x54\x4e\x1f\x25\xfa\x0c\xf9\x75\xf4\xc2\xf5\xf6\x67\xa9\x64\xa7\xac\xab\xac\x42\x0d\x37\xba\x21\x85\x49\xfe\x7e\x68\x84\xaa\x05\xe5\xfe\x57\xda\xf9\xc8\xe7\xb2\x43\x09\xc1\x96\x5b\x5a\x7e\x1c\xbd\xc0\x50\xff\xac\xc2\x8e\x85\xfe\xef\xd9\x2a\xbd\x1c\xa9\xea\xad\xc2\x4f\xfe\x79\xab\xf0\x10\xf8\x33\x2c\xf6\x4c\x99\xf6\xf4\x4e\x33\xe6\xda\xc8\x70\x72\x08\xe9\x05\x36\x6d\x87\x90\xdc\x5a\x72\x08\xe9\xe5\x4c\x99\x0e\x43\xbe\x93\x73\xdd\x01\x5f\x54\x60\x7d\x8f\x0b\x86\x93\x3e\x1f\x99\xaa\xdb\x93\xca\x4f\x69\xf9\xc7\x91\x32\xe7\x75\xa5\x15\x1d\x3e\x23\xaf\xae\x2d\x47\x8e\x73\x39\x75\xf6\x43\x7a\x35\x2a\x54\x71\xe1\x80\xac\xfa\x72\x43\x49\xd3\x50\xd2\x4e\x77\xd5\x09\xe9\x69\x4c\xab\xde\xe1\x05\xca\x29\x8a\x52\x53\x07\xee\xdf\x2e\x7a\x4f\x55\xb9\xd5\x8e\x34\xfa\x95\xcc\x12\xea\x27\x01\x36\x03\xf7\x7c\x2f\x53\x76\xd7\x3b\x32\x54\x31\x7b\x83\xa4\x3e\x94\xd7\x94\xd1\xe8\xc0\xdb\x63\xf1\xa1\xbe\x72\xd0\x3b\x4d\x89\xbb\x96\xcc\x94\x92\xac\x3b\x75\xc1\x32\xf2\x6c\x75\x32\x9b\x65\x34\xd9\x85\x09\x72\xcb\xaf\xa2\x97\x4a\x7f\x32\xa4\x3b\x7c\xe1\xa1\x96\xfa\x0b\xa5\xde\x0b\xc3\xbe\xdd\xbb\xa7\xfb\xf4\x8c\x96\x50\xf2\xcd\x62\x2c\xa7\xff\xe8\xa4\x4c\x11\x19\xd8\xe0\x8c\xfa\xda\x7a\x5a\x91\x5e\x37\x4f\x70\xa3\xbe\x76\xbb\x8a\x2d\xa3\xbe\xf6\x52\xf2\xa1\xf5\x55\x29\xd3\xd0\x7c\xed\xee\x53\x0e\x67\x70\x89\x7d\x5e\xde\x26\xac\xe8\xe9\x74\xff\x6c\x1a\xc7\xea\xe3\xe2\xb0\xcf\xcb\xdb\x64\xa6\x9d\xa1\x28\x28\x7e\x43\xcc\xae\x64\xe0\x52\x24\x2d\x4c\x54\xdb\x91\xfc\x7b\xe4\xc3\x8f\x8c\x59\xa1\xb4\xa5\x6b\x9a\xf9\xf9\x43\xfe\x51\x81\x1e\x0e\x01\x5c\x01\x93\x3d\x58\x29\xf9\x43\x9c\x86\x77\x7a\x28\xff\xc8\xe2\xbf\x24\x31\x39\x5c\xef\xa1\x9a\x0b\xe9\x45\x7e\xcd\xad\x31\x58\x31\xd1\x92\xbf\x94\xbe\x02\x71\x7a\x9f\x5e\xe3\xc2\xec\x48\xcf\xb4\x8e\xc5\xf4\xdc\x9e\x73\x37\x6a\x8c\xda\x66\x71\xd2\xb8\xb3\xdd\x5e\xec\x0b\xdc\xd9\xc5\xdb\xde\xb8\xb3\x85\x0b\x66\xcb\x3f\xa1\x1b\x98\xe9\xa1\xbe\xae\xba\x21\x7f\x2a\xf4\x4f\xca\x79\x61\x1f\x6c\xdc\xb2\xbd\x3c\x7c\x28\x51\x17\x55\xef\x76\x92\xe7\xc5\x03\x66\xcb\x79\xa1\xcc\x0c\x4e\xfa\x03\x8c\x84\xbb\x98\x89\x35\xca\x24\x25\x18\x52\x62\xed\x62\xf4\xbc\x4e\x99\x9e\xd3\x8b\x67\xc9\x96\x7d\xbe\xe3\x02\xb2\x8b\xe3\x19\xcc\x7d\xb7\x92\x02\x74\x87\xe1\x2d\x83\xd9\x76\x87\x67\x3f\xd4\xad\x66\x32\x70\x65\x5d\x98\x99\x0d\xb3\x38\xd6\x46\xd6\xfa\xa7\x2a\x43\x95\xe2\xa7\x30\x70\x99\xeb\x37\x4f\xbd\x2d\x73\x7d\x47\x9d\xbd\xab\xb1\xdd\x59\x9b\x6a\x6f\x11\x4b\x73\x86\xcf\xed\xc5\x12\xe3\xae\x06\x50\xe3\x3c\xd8\x3e\xbf\x78\xa3\xee\x6a\x2c\x57\x26\x5c\xa9\x91\x7b\xb1\x27\xc5\xae\xf2\x1d\xee\xcc\x94\x70\x77\x9f\x0f\x19\x9b\x84\x98\xd2\xe8\xd1\x1e\xe1\x33\x1f\x7e\x75\xc1\x33\xb6\xed\x5f\xec\x0c\x47\xc9\xd4\x50\xa6\x18\x4b\xb7\x3b\xf2\x65\x19\x2e\xb7\xbf\xbf\x21\x9f\x8f\x85\xe4\x6d\xbc\xdc\x8e\x70\x6f\xb8\xdc\xee\xec\x50\x0f\xe5\x6c\xe4\xff\x84\xe2\x7a\xaa\x92\x28\x28\x9d\xc8\xcd\x07\x86\xe0\xec\xcc\xdc\x5b\xbb\xfa\xde\x4a\xff\x66\x80\x83\xdf\x50\x70\x55\xd8\x76\x65\x19\x67\x3e\xd4\x32\xd2\x45\xf3\xfe\xe7\xff\x31\x67\xc3\xe1\x1b\xb3\xea\x4b\xdc\x18\xb8\x65\x96\x54\x35\xea\xe4\x86\x72\x3a\xfe\x94\x5d\x72\xd0\xc8\x77\xbf\x67\x34\xac\x46\xf3\x8d\xee\xf7\xcb\x56\xb0\xfc\xd3\xc5\x82\x94\x82\x1a\xd6\xd9\x2e\xfa\xa7\x0f\x83\x0c\x59\x47\xb1\x95\xc8\x79\xe7\x86\x6d\x16\xe9\x76\x3e\x94\xbe\xbe\xa5\x4c\x40\x7c\xb0\x98\xe6\x14\x90\x2f\x25\x16\xc3\xfe\x6b\x3e\x37\x1c\xb8\xe6\x73\xd3\x19\x9a\xc4\x72\x1e\xc5\xdb\xd1\xf2\x1c\x77\x67\x75\x76\x5e\x8d\x65\x88\xd9\x73\x21\x97\x6c\x45\xcb\xef\x03\x5e\xd4\x2d\x18\xe4\x3a\xe8\x16\x0c\x2c\x09\x6d\x19\xc1\xf7\x51\xd3\x8e\x84\xb6\xdc\x31\x32\x82\x77\x07\x72\x3f\x94\xdc\x8a\x60\xc6\xdd\x20\x94\x33\x65\x9a\xef\x7c\xe7\x4b\x0d\xae\xd1\xcd\xc3\x90\x44\x64\x8f\x3e\x57\x79\x0b\x7d\xc3\x76\x28\x6d\xe2\x9e\xaa\x8c\x26\xa4\x42\x59\xcf\x50\x9a\x37\x2e\x03\xc5\xe3\x77\x47\x2f\x2f\x83\xd5\xee\x83\x23\xdd\x75\xc5\xad\x9c\xe9\x2e\xd5\x0e\xb6\x9c\x2d\x73\x75\x2f\x1c\x4d\x59\xab\xa3\x3c\x33\x92\xed\xc2\x5b\x64\xcb\x1e\xbd\xf0\x3a\x30\x92\x6d\x2f\x33\x94\xbb\x80\xfb\xc9\xe6\xdc\x6a\x46\x73\x4b\xa0\xe2\x48\x3b\x20\x7f\xe5\xd8\x76\x2f\xff\x4c\x55\x2d\x3f\xf7\x66\xf7\xf2\x73\xfd\x77\x23\x3c\x1c\xf9\xee\xcf\xcd\xf8\xff\x95\x1d\xfa\xcc\x25\x36\x2c\x98\x73\x16\x14\xab\xff\x54\x5d\x90\xba\x36\xfc\x2e\xdb\x8e\xd5\x3f\x38\x60\xb6\x48\xaf\x2c\x80\x2c\xd2\x0b\xdf\x25\x23\xe2\x9e\x2b\xdb\x71\x28\x5c\xe3\x38\xd2\xaa\x8e\x18\x3c\xdd\xe6\xea\x95\xd5\x91\xb9\x7a\xaf\x9e\xc2\x26\x3f\x66\x9a\x79\x24\x97\x76\x30\x73\xc3\x92\x0b\xdb\x5a\x60\xb5\xfb\xfd\x2b\x2f\x1c\x2c\x65\x58\x38\x29\xb0\xd8\x81\x41\xe4\x84\xf2\xce\x49\x3b\x5e\xe4\x99\x76\xe4\x47\x0d\x17\x93\x49\xba\xee\x0c\x5c\x6a\xe8\xff\x35\x2a\xd4\xdf\xfc\xb0\xb9\x1f\xfb\x7f\xd8\x55\x16\xee\x33\x58\x55\x04\x97\xe1\x55\xcd\x68\xe4\x4a\x64\x68\xd5\xb5\x27\x67\x15\x39\x6a\xfa\x16\x5b\xff\xc4\x20\x5f\x41\x81\x45\xe4\xb2\x6d\x99\x97\xf8\x9e\x1c\xc0\x09\xa5\xec\x50\x0c\x75\x4a\xb7\x82\xd3\x83\x31\x61\x3b\x9e\x14\x86\x84\x3d\xc1\x31\x5a\xc6\x84\x2d\xbb\xa6\xaa\x56\x03\xe9\xc7\x01\xfb\xe1\xc5\xca\x24\x5d\xf1\x17\x32\x5e\xeb\xc2\x58\x05\x08\xeb\x38\x18\x8c\x92\x3c\x1d\x30\x2e\x87\xb9\x4f\x84\x41\x87\xb9\x2f\x8c\xc0\xdb\x61\xee\x07\x5b\x43\x61\xee\x73\x9e\xa9\xea\x66\x68\x54\x76\x66\x7b\xf4\x2f\x83\xb0\xf6\x82\x0c\x2f\xf3\xf0\x3e\x10\x53\x16\x87\x61\x43\x0d\xe5\xa6\x4a\x99\x82\xce\x61\xcc\x32\xfa\x2e\xdc\xb3\xf6\xf2\xbd\x04\x4b\x5b\xe6\x4c\x3b\x94\xc6\xc2\x19\x5e\x5c\x36\x9e\xa6\x65\xe6\x83\xb4\xaf\xb0\xf6\x5e\xf8\x5d\x43\x92\xae\x3a\x42\x6a\x9b\x70\xd7\xc9\xc4\xba\x78\xbf\x1b\x2f\xb4\x35\xa4\x0b\x1b\x3c\x17\x0a\xf1\xbd\x98\x8b\x14\xde\x2e\x0c\xa9\x55\xdb\xa9\x2a\x07\x63\x7e\xdf\x68\x9e\x11\x3d\x94\x44\xf9\xdc\xb0\x02\x99\x2d\xcb\x60\x9d\xb6\x51\x21\x4a\x28\xbd\x51\xb9\x34\x8c\x02\x8a\xea\xce\x28\xa0\x73\xbd\x35\x15\xa5\x58\x52\x53\x43\x6b\xbc\x2d\x85\xec\xb9\xc2\x6d\x8d\xec\xb9\x1a\x22\xab\xa2\xca\x5b\x66\x43\xc6\xd0\x75\xf0\xb8\x53\x8c\xf9\x20\x12\xc0\x00\x9d\x0b\x35\x97\x41\x37\xcf\x2c\x8d\xa2\xca\x27\x1a\xc8\xbd\x2d\xdc\xe0\x1c\xb2\x6d\xfd\x8c\x00\xb5\x1d\x10\xcc\xe5\x2e\xd3\xe4\xb9\x59\x53\x99\x26\x27\x2a\x4f\xa3\x6e\x4e\x14\x80\xa0\x6e\xa2\x63\x36\xea\x66\xc5\xff\xc1\xb0\x9b\x15\x6d\xbc\x71\x37\x49\x28\xb3\xb6\xf2\x3b\xd7\xc6\xfb\x51\xf9\x9d\x1b\xaa\x1c\x43\x72\x96\xc9\x91\x91\x65\xb2\x4e\x64\xc2\xcb\xf1\x13\x23\x35\x65\x97\x47\xd0\xbd\xbc\xa0\x48\x56\x8a\x1a\x9f\x99\x98\xcb\x67\xbb\xd5\x90\x42\x9f\x86\x0b\x5e\x06\x7b\x7f\x29\x37\x03\x75\xb9\x19\x86\xed\x84\x62\x3b\xd4\x54\x19\xdd\x3b\xd4\x01\x0e\x79\xd9\xd1\xdd\xaa\xc9\x2d\x4b\xe0\x44\x6d\xb9\x9d\x40\x79\x35\xb6\x9e\x13\x28\xa3\xfd\xdc\xb2\xf7\xcd\x68\x19\x64\xef\x9b\xef\x40\xed\x05\x0f\x83\x06\x9f\x13\xae\x77\x39\x96\x81\x1b\x52\xc1\xd7\x13\x1d\x8f\xe1\x39\x27\xfe\xa4\xfb\x76\x68\x29\xdb\xc9\xc9\x95\x23\xf3\xdd\x56\x87\x34\xa6\xcd\x91\xd2\x91\x40\x6d\x6c\xab\xfd\x9f\x69\xa8\x97\xb1\x3b\x9f\x76\x36\xa4\x66\x63\xa6\xd5\xcb\x52\x08\x94\xd2\xf2\x96\x0c\x4e\xdb\x72\xa6\xcc\x93\x41\x2b\x72\x3d\x41\x35\x6b\xf0\x4e\x72\xf2\x2c\xf0\x39\x23\x67\xc9\x82\x46\x32\x9f\x87\x52\x7c\x79\x7a\x90\xf3\xfa\x6a\xcc\xb0\xcc\x6b\xad\xbf\x8d\xaa\xfb\x95\x66\xd4\x7d\x7e\xdf\x91\xcc\x19\x9a\x17\x98\x7b\x4d\x51\xc6\xa4\x16\x5a\x00\x69\xce\x92\xef\x24\x9f\xb4\x8c\x46\x1e\x7a\x2d\x73\xa1\xb8\xa6\x70\xba\x9b\x25\xe5\x7f\x6f\xff\x45\xca\xa4\xc5\xe4\x18\xde\xf6\xc9\xcd\xd0\x0c\x8e\x99\x5f\xba\xe9\xd0\x5d\x7c\x7c\xd6\xd8\xd0\x32\x7c\x3d\x85\x1b\xd2\x29\xf1\x3b\x94\x46\x83\x1a\xcd\x99\x9e\x71\xdf\xdb\xb2\x6e\x4d\x34\x7c\xdb\x99\x9e\x4f\x4e\xc2\xc7\xeb\xfb\xb6\xa9\xed\xb6\xf3\x9d\xa6\x26\x83\x51\xee\x74\x3c\x1b\xf6\xc7\x87\x34\x3d\xf8\x90\xf6\x23\x55\xe5\xa0\x09\x4b\xb4\x71\x6b\x85\xef\xc9\xb8\x55\xd7\x5b\xa8\xf7\x77\x49\xab\xba\x21\x88\xa5\x30\xfc\xe6\x8c\x4e\xcf\x59\xa0\x17\x51\x07\xfb\xe3\x90\x77\x16\xce\xb1\xc5\x8b\xe8\x85\x4d\x8e\x68\x4e\x8a\xc0\x39\x4b\x83\xd7\x7d\x9c\x55\x17\x89\xf8\x23\x36\x11\xe5\xe4\xc7\xaf\xd3\xce\xc5\x47\xc6\x68\x98\x9d\x02\x8f\x67\xc9\xe0\x9c\x80\x97\x27\x1f\xc9\x9c\xf3\x8f\xda\x0d\xd1\x06\xca\x9e\x35\x4b\xc6\xed\xbc\xb9\x47\x28\xb7\xc2\x6c\x88\xd5\xa2\x6f\x35\x4e\x66\xcb\x6b\xfc\xeb\x0c\xdd\x30\x57\x9b\xa1\xfe\x57\x53\x79\x94\x99\x45\x07\x16\xaf\x68\x4a\x14\x58\x5c\x31\x3e\x6c\x19\x97\x26\x6e\x80\xfb\xcb\xc2\xb5\x14\x2a\x5f\x0a\x3b\xe5\xcb\xc2\x71\x99\x3a\x78\x38\xcf\xe8\xaf\x55\x35\x38\x17\xef\xaf\xf3\x77\x23\xba\x91\xd5\x18\xa1\xe7\xeb\x29\x2e\xb4\xea\x9c\xdc\xbc\xeb\xbe\x9e\xe1\x92\x9a\xca\x02\xf2\x96\x69\x6e\x10\x5e\x1c\x12\xbc\xf0\x42\xdd\x0e\x09\x8e\x06\x52\x71\xbe\xe7\x86\x6b\x7e\x6f\xf0\xdf\x42\x0e\xe1\xe1\x86\x9a\x2e\xa4\x59\x65\xb3\x22\x26\x61\x93\xd4\x98\x27\xa8\x6c\x48\x33\xaa\x32\x07\x01\x2f\xdc\x39\xf7\xcf\x61\xe0\x4c\xc7\x4f\xe7\x2f\x4a\x16\xe1\x78\xee\x01\x87\x73\xc2\xe3\x28\x0b\x7f\x5e\xc7\x9a\x56\xd4\x61\x49\x4d\xe9\x71\xfa\xfa\x0f\x2a\x0f\x05\xfd\xd6\xbc\x9d\x7e\x2c\xeb\x86\xd2\x8e\xe3\xb1\x18\x94\xcf\x03\x4a\x18\xcf\x19\xb7\xd1\xc6\xd1\x2a\x39\xc5\x71\x94\x8a\x4e\x63\x1c\x6d\x8c\xd3\x18\x67\x37\x2a\x8d\xf1\x8c\xde\xea\x67\x05\xe8\xe0\xa4\xfe\x74\x13\x46\xc6\xff\x39\x95\x39\xbb\xd1\x50\x9d\x6b\x70\x52\x7e\x4e\x4e\x9d\xfe\x95\xca\xfc\x9d\x37\xe3\xcb\xc3\xa9\x64\xe0\x39\xdf\x97\xec\xcf\x69\xf0\x91\x57\x65\xe1\x99\x51\xea\xfd\x39\x79\x1e\x9b\xd1\x81\xbb\x2b\x76\x03\x99\x78\x66\x74\x93\x58\x78\x06\x9b\x4c\x09\x91\xf7\xe0\x00\xfc\xf9\x25\x39\x58\x1d\xc7\xfc\x46\x57\xf9\xe7\x95\x6b\xa9\xaa\x50\x22\x38\xa7\xf3\x21\xe7\x25\xad\x18\xdf\x19\x55\xe9\x9f\x57\x0a\x51\x4b\xe8\xa0\x33\x0f\xe9\x3f\x9f\x1b\xc4\x0b\xe1\x81\x6e\x02\xd2\xc0\x03\x5d\xa3\xa5\xaa\x27\x2e\x94\x86\xc6\xbb\xfe\xcf\x62\xca\x48\x1f\x5a\x39\x3c\x0b\x41\xf5\x5c\x23\x33\xe7\x43\xc6\x36\x92\x89\x67\xc7\xfe\x20\x33\xce\x5c\x9c\x86\x3f\xc3\x3e\x70\xc5\x29\x90\xb7\xe6\xc4\x39\x90\x77\x11\x87\xb0\x15\xc8\xbb\x66\x26\xd5\x3c\x0e\x01\xd2\xc9\x92\x17\x4e\xba\x97\x4c\x3c\xcd\x29\x5d\x1e\xca\x3f\x69\x51\xf0\x92\x8d\x67\x39\xeb\xfc\x43\x79\x00\x03\xca\xbf\xcc\x87\x4a\xf5\x85\x17\xba\xc1\x3b\xf7\xd8\x7c\x67\x75\x1c\x82\xbf\xd1\x3b\xc9\x7c\xb6\x0c\xde\x79\x92\xdd\x68\x19\xbd\xb3\xf2\xe6\x37\x78\xe7\x44\xcb\x65\x7c\xce\xc9\xb3\xcb\x78\x9c\x0b\xd1\xec\x72\x9a\xe5\x45\x50\xc0\xa5\xd0\xda\x89\x0a\xe2\x72\x9a\x65\x9c\x39\x0d\xdd\xb9\x0d\x3c\xb0\x2e\xc7\xc0\xee\xfc\xbf\xa1\xe3\x76\x28\xe5\x79\xcc\xd0\xf4\x92\x44\x73\x71\x1d\xcc\xf8\x4e\x33\x7a\xf6\x9d\x29\xd4\x59\x65\x16\x4f\xe3\x45\xf5\x50\xf6\x3b\x5e\x50\x8e\x89\xe8\x50\x43\xb1\x0c\xa1\x2e\xe5\x16\x2b\x50\xda\x54\xce\x0e\xbd\x0c\x9c\x59\xf1\x90\x37\x70\x66\xc3\xd7\xec\x52\xb4\x6a\x2e\xea\x4b\xc1\xaa\x75\x59\xc4\xb8\x64\x1d\x2a\xd8\xb4\x2e\xac\x43\x44\x2f\x5c\xb2\x0e\x35\xe7\x40\x79\xa8\xcb\x85\x13\xd2\x39\x50\x0f\xa8\x8f\x0b\x19\x8e\x64\xff\x95\x76\x1c\x06\xc6\xbe\x91\xb5\xa8\x13\x4d\x75\x9d\x46\xd9\x1d\x0c\x47\xb7\x11\x3a\xee\xcb\xc6\x22\x5e\x96\x06\xe3\x3c\x4f\xe6\xd4\x01\xb0\x28\x2b\x2f\x6c\x45\xb3\xfc\xdb\x2d\xcf\x48\x9d\xd5\x59\xbe\x97\x91\x3a\xcf\xec\x5b\x67\x84\x26\xe7\xc1\x32\x54\x67\x5b\x33\x5d\xfe\xb9\x90\xbf\xba\x25\x0e\x2e\x46\x27\x43\xd2\xc2\x0f\xf3\x92\x25\x69\x1e\x8b\x2f\x6f\xd9\xe0\xd8\xc6\x0e\x90\x5d\x98\xc3\xaf\xd3\xe1\x45\xe6\x5c\x97\x02\x64\x27\x4a\xa7\xeb\xc4\xd3\x98\xf9\x90\x3c\x82\x5d\xeb\x2a\x56\xfa\x18\x5d\xe4\x21\xe5\x4f\xe7\x6b\xed\x92\x21\x89\xc4\xc7\x0f\x55\x5d\x75\x42\xda\x0d\x18\x42\x19\x08\x38\x1b\xc5\x49\x91\xd9\xd5\xc5\x4f\x8a\x23\x9f\x79\x8d\x5b\xfa\x57\x46\x29\xf6\xa3\xd2\x57\xd7\xce\xfe\x57\x48\x6c\x43\x61\x61\xcc\xcf\xea\x04\xa9\xcb\x40\x9e\x24\x5a\x5e\xc6\xf1\x3c\xd7\x4c\x8f\x97\xc3\xcb\x18\x9b\x38\xe7\xf1\x96\xb9\xff\xc1\x70\x2e\xc5\x96\x84\xd2\xfc\x87\xc7\x28\xce\x73\x62\x63\x33\x38\xe6\x3c\xcc\x71\x01\xbc\x5c\xc4\x5d\x02\x78\xc9\x4b\xf8\x52\x84\x66\xe1\x15\x63\xf8\xcb\xc6\x6d\x74\x55\xa3\x1e\x71\x38\x65\x0e\x9a\xb8\x4b\x1b\x0c\x73\xcf\x33\x6d\x3e\xcb\x86\x70\x7e\x55\xe5\x27\x45\x34\xbd\x64\xe3\x69\x4e\x73\xfc\x50\xfe\x7d\x38\xa5\x90\x32\x1b\xe2\xaf\x91\x32\x1b\xc1\x2c\x97\xe2\x35\x67\x85\x8b\x28\x5c\xb3\x22\x63\x5e\x0a\xc9\x9c\xc6\x2d\x7f\x28\x25\x01\x9c\xf9\xee\xe7\x2e\x52\xe8\x44\x22\xfc\x2f\x8b\xb1\xa1\x04\x2c\xb4\xe9\x42\x9e\x46\xe8\x39\x2e\xc7\x6b\xe2\x92\x6c\xf8\xcd\x89\x11\xe3\x92\x11\x67\x1e\xe9\x41\x3c\xf4\xc8\x2f\xd9\xa6\xba\x38\xb7\xd5\x01\x3a\x35\x55\x9b\xf6\x50\xa8\x25\x79\x23\x94\xae\x7b\x58\x71\xf5\x1a\xb2\xbe\xb6\x0c\xad\x97\xf2\x74\xa7\xe6\x9f\x3b\xf4\xd8\x9a\x4d\x15\x35\x94\x60\xc3\x5b\x28\x3d\xb0\xfc\xa0\xb8\x14\x12\x79\x3a\x5b\xf6\x43\xe9\x40\x2f\x8b\x4d\x97\x8d\x48\xd8\x49\x8d\xe2\x39\xc3\x60\x8d\xe2\x89\x47\xf2\x25\xab\xd1\xc4\xf8\x76\x39\xff\x32\x0e\xba\x97\xd3\x28\x63\x97\x35\xa6\x67\x45\xe1\x6f\x10\xcf\x8a\xba\xc6\x20\x9e\x13\x2f\xdb\x4b\x81\x8d\x3d\x1c\xb4\x99\xd7\xe0\x2e\x7c\x29\xb0\x31\xc6\xb6\x4b\x99\x93\xf7\xe0\x3c\x37\x3f\x84\xd9\x7b\xcd\x92\x38\xae\xc4\x57\xb3\x72\xe3\x60\x32\x2c\x89\xe3\x3c\x7c\xc9\xa4\xb4\xc7\x48\x1f\x72\x49\x86\x2f\x62\x1b\xc2\x95\xd7\xa0\x9e\x13\x37\xf3\x4b\xb9\x92\xeb\xb6\x94\x66\x50\xcf\x1d\x09\x42\xc6\x98\x39\xcb\xbf\x35\x1f\x86\xea\xdc\x83\xb3\xdf\x9d\xba\x1e\x0e\xda\x0d\x16\x05\xcb\x54\x90\xe1\x26\x20\xf6\xea\x46\xa6\x48\x4d\xab\xf4\xb1\xfe\x1b\x9c\x93\x9c\xe7\x0f\x65\x38\xae\x54\xd5\x8d\xba\x76\xc8\x8f\x0c\x83\xfc\xb1\x64\xe8\x95\x5f\xbc\x9d\x26\x86\x9f\xb2\x26\xef\xa0\x0b\x05\xf2\x65\x87\x39\x90\x6f\xe1\x3c\x69\xfc\xcd\x86\x2f\xeb\xe5\x74\xc8\x0b\x07\xc9\x6b\x58\x69\x50\x53\xe8\xdc\xf5\xf9\x50\xb8\x2c\x2b\xad\x3e\xa3\xd9\xa1\x74\xbf\x1b\x8b\xe2\xa1\xe4\x52\xc1\x86\x1b\xb6\x77\x65\xe1\x14\xd6\xb7\x1b\x3b\x75\x38\x1e\x33\x55\x65\x89\x6c\x6c\x15\xd9\x30\x56\x2b\xa9\xa9\xb9\x31\x38\xe4\x43\xca\x6c\x78\x84\x52\xd0\x19\x5b\x55\x99\x8b\x37\x0a\xd8\x4b\x26\x8d\x9d\x1b\x64\x18\x9c\x2c\x73\x73\x5b\x39\xcd\x1f\xda\xbc\x8b\x0d\xdd\x20\x9b\x1b\xc5\xa6\x31\x36\x27\x0e\xfa\x86\xd1\x2c\x28\x4b\x81\xd1\xcc\xfd\x39\x7d\xd5\x6d\x84\xa6\x69\x09\xf6\xa5\x9c\x8b\xae\x40\x09\x9c\xac\xe6\x43\xc5\xb5\xbd\x8d\x2e\x25\x83\xcb\x77\xc2\xec\xb7\x74\x6f\x48\xcd\xa7\x0b\xff\x86\x51\x34\xc3\xb3\xa7\x76\x78\x84\x2d\x05\xd9\x4d\x12\x45\x5c\xd3\x2a\x13\xbc\x00\x2f\x99\x42\x26\x19\x06\xae\x69\x95\x09\xf9\x0f\x2e\x27\x2f\x46\x81\x62\xc4\xcd\xc2\x7b\x1e\xc4\xcd\x45\x5c\xbd\x21\x37\x27\x4a\x12\x23\x6e\x9e\x95\x85\x53\xd0\x5d\x72\xca\x18\x0b\x73\x92\x37\xe1\x52\xb2\xe0\x41\xbe\x83\x4b\x46\x94\x1d\x11\x01\x23\xca\x46\x80\xb1\x11\x65\xc2\xb5\xa7\x39\xc5\xbb\x1c\x52\xaf\x19\xc5\x6a\x19\x1a\xb3\x85\xfb\x0b\x1a\x73\x6d\x06\x2e\x64\xcc\xb9\x56\xca\xaa\xc2\x48\x37\xd4\x23\x23\xe1\xc8\x7f\x39\xac\x0e\xc7\xb7\x6b\xf9\xe5\xb7\x77\x0a\x65\x44\x7d\x9b\xf1\xac\xbe\x3d\x7e\xd4\x63\x5a\xf5\xac\xc2\x8d\x85\xa2\xb9\x70\xb7\xb8\x96\x4c\x5a\x2b\x52\xb3\x22\xf2\xd6\xce\x7f\xe8\x54\x0d\xf6\xca\xf2\xbb\x64\xef\x14\x3e\x2f\x21\xfc\x7c\x2f\x19\x72\x56\x7d\x9b\xf1\xec\xc0\xe4\x97\xf3\x55\xb3\x59\xc8\x73\x7c\x84\xfa\x28\x56\xee\x48\x27\x32\x07\xef\xb4\xfa\x73\x21\xff\xa5\x07\x4e\xcf\xe8\xe4\x44\x80\x33\xf5\xb5\xb4\x21\xf6\x71\x84\xf4\xe8\xf8\x50\x8f\xd1\xf0\x63\x5b\x84\x1a\x72\xb3\x53\x1b\x8f\x11\xaa\xc9\x74\x45\x4d\x6d\x01\x19\xc7\xff\xc9\xac\x15\x66\xb7\x36\xac\x4b\xa6\xa4\xb5\x38\x58\x8e\x96\x23\x03\x08\x50\x9d\x71\x24\x30\x56\xe7\x19\x23\xe3\xb5\xbd\x5d\xf8\x52\x69\x87\xd7\xae\xa9\x2a\x67\xe3\x5c\xc1\x8a\xa5\x1b\x18\xfd\xc0\xee\xdc\x6f\x99\x3b\x61\xbf\xca\xee\xf4\x4a\x20\xb2\x3b\x9d\xf1\x4f\xb8\x94\xbf\x78\xed\x97\x52\x82\x46\xec\xfc\x97\xf3\x17\xe3\xe4\x77\x39\x7f\x71\x65\xdb\x2b\x08\x6f\xed\xb7\x0f\xc5\x9d\xb3\x09\xb7\x53\x8f\xa7\x4c\xb9\xfc\x31\x03\x01\x17\x9a\xa7\xe9\x76\x72\xf1\x4c\x87\xfd\xe1\x58\x72\xf2\x1e\xb3\xeb\x37\x81\x95\x3d\x85\xb7\xd4\x08\x4c\x95\x3c\x0e\x77\x4b\x33\xcf\x23\x62\x23\xc7\xc9\x42\xb5\x36\x7b\x45\xf1\x79\x4f\x33\x7c\x28\x48\x06\x63\xf9\x3e\x94\x02\xf4\x60\x17\x0a\xd0\x9b\x1b\x31\xc3\x49\x91\x0d\x08\xbe\x8c\x56\xfa\x34\xd3\x21\xb5\xe5\x5a\x28\x65\x16\xac\xa1\x3c\xb6\x74\xf8\x27\xca\x8d\x2a\xb4\xee\xbd\x57\x04\x33\xba\xc2\x03\x2e\x2f\x3f\x4b\x21\x94\xd1\x75\xbe\x65\x4b\xdd\x23\xfd\x2b\x0a\xaf\x19\x1d\xea\xa1\x1e\x49\xca\x39\x3f\x97\x11\x48\x17\x5e\x34\x97\xcc\x59\xb5\x59\x51\x79\xd9\x9c\xb5\x9d\x4d\x7e\x01\x41\x9a\xdb\x42\xd1\x73\x6b\x72\x23\x28\x7a\xee\xa9\x9a\x76\x2e\xad\x29\x7d\x48\xa7\x87\x67\xaa\x61\x46\xcf\x9d\xd7\x9f\xa1\x44\xb3\xfd\x14\x2f\xb7\x88\xbb\xba\xc8\x7b\x9c\xf7\xde\xe5\xfc\xe5\x70\x7d\x59\xc9\xd6\x78\xab\x6a\x8a\x7b\xca\xb4\x53\x60\x73\x0e\xa6\xdb\x79\x1a\xca\x84\xb6\x72\x52\x2e\x7b\xa3\xe6\x97\xb5\xe0\xb9\x03\x88\x7c\xcb\x03\xe0\xb2\x28\x09\xb3\xba\x7c\xaa\x91\xdd\x14\xb2\x36\x23\x49\x28\x2a\x6d\x11\xc0\x62\x9c\xd1\x44\x13\x5d\xb7\xa0\x34\x36\xa2\x9b\xf2\x09\x9f\x3b\xc2\xf2\x6d\x6d\x20\xfb\xf6\xb6\xb5\x9c\x3d\x6d\x6b\xd7\x8e\xb8\x2a\x6b\xd7\xda\xbc\xcd\x6d\xed\xda\x11\x89\x65\xee\x5a\x8d\x83\x73\xeb\x6d\xba\x23\xcb\x2a\x2a\x6d\xed\x96\xf1\xfc\x5c\x98\x86\xb4\x03\x59\x65\x87\xa5\xed\xc8\x84\xb2\x86\xbd\x77\xbb\xc2\xd2\x16\x1a\x58\xa3\x99\x2e\x0c\xef\x97\x62\xcd\xd6\xe6\x2e\x91\xf9\x6b\xa1\xd6\xbf\x14\x5d\x96\x00\xaa\xcb\xd1\x65\x9b\x18\x49\x03\x9f\xae\x3c\x9c\x15\x33\xb6\x72\x0b\x2a\x64\xec\xa9\x1a\x52\xc7\x63\x30\x1a\x09\xb3\x9b\xe8\x4a\x63\x9d\x2e\x74\x7e\x97\x82\xc6\xd6\x23\xf7\xff\x93\x5b\x2b\xa2\xec\x15\x43\x9c\xe7\x77\x13\x98\x66\x94\xd4\x45\xca\x20\xa3\xa4\xae\xe8\x0a\x6e\xb3\x87\x4c\x87\x5e\x76\x9b\xb0\x8a\x4b\x16\xb8\x57\x28\xb9\xd9\x3b\xfc\xa4\xde\xe3\x39\xca\xb2\xc7\xbd\xaf\x07\x27\xfa\xdd\x84\xe9\x19\x5e\x75\xe1\xf5\x7c\x29\xf6\xec\x29\x4c\x5d\xb1\x12\xde\xb9\xca\x02\xfc\x14\xa6\x13\x29\xd6\x11\xa0\x6c\xbc\xdb\x78\x7d\x5e\x32\xde\xad\xca\xcd\xf2\xf1\x3d\xc3\x79\x95\xed\x6e\xe1\x22\x7d\x7d\xd8\xaf\x6f\x55\x5d\x8a\x0c\xf6\x63\x0e\xc5\xf6\x90\x61\xef\xa9\x9a\x76\xa6\x5e\x69\x0b\x4a\x9e\x4e\x25\xfd\x6b\x70\xdc\xc2\x1f\x5f\x50\x44\x8a\x19\xa7\x75\x45\xeb\xf8\xf1\xa5\xc3\x7f\xc8\x7a\xf7\x54\xa5\x8f\xed\x45\x0f\xa5\x14\xaa\xf9\xc7\xed\xe3\x03\xab\x93\xf9\x6e\x45\x4a\xff\x98\x61\xcd\x94\xe9\x3d\x91\x5f\xb6\x1c\x12\x71\xe2\x63\x39\x84\xb5\x93\xb9\x6e\x4d\xd8\x97\x70\x5a\x93\x5d\x10\x9c\xd6\x8d\xf7\x83\x71\x5a\x17\x31\x20\x86\x62\x5d\x79\xdc\x7f\x0c\x7f\x91\xa1\x7a\x97\x71\x40\x3e\xde\x3a\x2c\xf2\xc7\x80\x32\x99\x2a\xaf\xea\x19\xca\x13\xc7\xe1\xf9\x1a\x22\x91\x7d\xf5\xb5\x10\xb0\x52\x26\x6f\x0f\x6e\xb6\xaf\xe7\x0d\x96\xfc\x25\x61\x23\x57\xab\xac\x67\xab\xa1\xcd\x90\xf1\xec\x95\x6e\x15\xe1\xb5\x48\x7d\x63\x2c\xd1\xe7\xc3\xb4\xaa\x9f\x82\x23\xc8\x5e\x56\x70\x83\xbc\xbe\xfe\x7d\x18\x9d\xc2\xa8\x6a\x6e\x56\x59\xcf\x56\x34\x62\x32\x9e\xbd\xaa\x43\x19\xcf\xe2\xde\x62\x44\xd0\x85\xfb\xd2\xa5\xc0\xa9\x15\x3d\x8f\x12\xdf\x26\x4c\xf1\x52\x70\x54\xd2\x6b\x5c\x0a\x8e\xda\xe4\x7a\xb9\x14\x1c\x35\x27\x5c\x5e\xd6\xa9\x85\xeb\x3a\xc8\x9d\x1b\xe3\x91\xa1\x3b\x17\xa6\x64\x43\x77\xae\x28\xa4\x15\x0e\xb5\x36\xba\x2b\x87\x43\x6d\xac\x45\x97\xed\x5a\x1b\xa9\xdc\xe1\x50\x60\x7d\xad\x4b\xe1\x50\x6d\xa5\x55\x59\x80\xc3\xc9\x65\xf4\x3a\xf3\xd4\xf9\x39\x29\x1d\x1b\x8c\x5c\xb6\xe9\x42\xf1\xe4\x04\x2f\x18\x01\xb4\x12\x98\x6d\x04\xd0\x8a\x95\xcb\x08\xa0\x6d\xed\x50\xf7\xff\xfd\xbf\x1a\x05\xcd\xcf\x0c\x2f\xea\x83\x9f\x13\x9b\x8f\x34\x2a\x8f\x21\x6e\x03\x99\xce\xda\x01\xa7\xfc\x39\x99\x01\x77\x8c\x13\xe2\x02\x34\xf6\x90\x45\xfe\xf8\x8c\x5b\xf9\xfd\x71\x16\xbe\x14\x62\xd5\x72\xc9\x2b\xc4\xaa\x3d\xa2\xe2\x3f\x39\xb5\xf3\xea\x1e\xb0\x66\xe7\xd5\xed\xec\xef\x58\xe7\xf8\x29\x33\x4a\x2c\x70\x97\xcc\x73\xb5\xbf\x1f\x3a\xd5\x77\x28\xc5\xcd\x8d\x8c\x46\x68\x99\xf0\x50\x59\xee\x0a\x39\x39\x8c\x6b\xda\xf2\xb2\x94\x1d\xaf\x46\x6e\xfe\xb3\x6e\x14\x7e\xf2\xe7\xb7\xf4\x91\x9a\x8e\x0b\x84\x9f\xc8\x8c\xd7\x72\x55\xcb\x8c\x57\x49\xbc\x66\x58\xd3\x96\xa3\x27\x2b\x5e\x5b\x2f\xa5\x84\x9c\x0c\xdb\x89\x7b\x49\x41\x71\xc9\xc2\xd7\x16\xef\x31\x05\x78\xb5\x85\x06\xf0\xcf\x57\x3a\xf6\x47\xc3\xa1\x36\x1c\x05\x2e\xc5\x7b\xd5\xc8\xa6\x0a\xf7\x6a\x9b\x07\x98\xc2\xbd\x6a\xe5\xb1\x28\x34\xd4\x13\xcf\xd9\xeb\xcf\xfe\x2d\x3b\xad\x7c\xf4\x5d\x5a\xd1\x49\xe0\x78\x39\xf6\xab\xc1\xf8\x8d\x9b\xba\x46\x28\xb9\x6d\x70\x7f\xc8\xa4\xd8\x70\x22\x30\xa6\x6a\x23\x5c\xf7\xfa\x73\x76\x8e\x4c\x9a\x12\xfc\xe7\x1d\xfd\x27\xb6\x8b\x9b\x82\xf1\x56\xcf\x8d\x25\xf4\x92\xb9\xb1\xe4\x38\xcb\xda\x58\x49\xe3\x71\xc9\xda\xd8\xea\xdb\xc5\x33\x87\x1b\x5d\x85\x8c\x8d\x75\x65\xe9\xe5\x5d\xb3\xcf\x50\x9a\xc2\x15\x4a\xf1\xb1\x6f\xcd\xaa\x9a\xfc\xa0\x92\xff\xb7\xac\xcb\x2d\x94\x02\x8e\xa8\x4c\x96\x6d\xa3\xf0\xf8\xb3\x07\x7b\x36\x90\x23\x3f\x32\x85\x7a\x40\xec\x6c\x3c\xed\xf4\xbc\x0a\x9d\x96\xb8\xe7\xff\x94\x96\x78\x9f\xa1\xb4\xd1\x39\x76\xb2\x74\x96\xbc\xcb\x65\xe9\x6c\x86\xc1\x5d\x46\x85\x6d\x84\x11\xdf\x0a\x7b\xab\xa4\x18\xba\x15\xf6\xd6\x8c\x95\xf1\x50\x0f\x43\x62\x87\xde\x32\x89\x36\x42\x5e\x6f\x59\x44\x0b\xce\x0b\xf7\x61\x6c\x5f\x1f\x25\x23\xcd\x36\x82\x0e\xef\x63\x29\x65\x8b\xc7\x72\x1f\x52\x68\x00\xf6\xf7\x90\x97\xf6\x41\x3a\x54\x10\x40\x4d\x87\xfa\xc1\x92\x46\xbf\x72\x9e\x08\xf5\x93\xb3\x56\x28\xfd\xa0\xf7\xdd\x2d\x13\x6c\x45\x74\xbc\x65\x65\xad\xbc\x96\x6f\xe7\x2b\xc6\xe7\xe6\x76\xbe\x62\x6e\xdf\x5b\xf9\x8a\x1b\xfa\x93\xfb\x90\xeb\x25\x89\x38\x6e\x99\x5c\x1b\x6a\x8f\xfb\x00\xbf\x32\x6d\x7e\x55\xc6\x58\xac\xbc\xc0\x04\x6e\x64\xdb\xca\xc5\x61\x60\xdb\x46\x78\xcc\x7d\x48\x79\x81\xc7\xd9\x7d\x08\x5c\x74\xe7\xe7\xb5\xed\x49\x59\x61\xd0\xdb\xc6\x6b\xfc\x56\xc8\x5d\xe1\x90\xdf\x4a\x89\x5c\x38\x2e\xb7\x02\xf0\xca\xca\xea\xca\x52\x64\x4c\xb6\x75\x1f\xe2\xe2\xa4\x84\xbd\x65\xf0\xad\x70\xff\x5b\x79\x8d\xeb\x59\xfe\xed\xf0\x71\x1f\x56\x82\x79\x6b\x1b\x2d\xf7\x04\xf6\x6f\x19\x2e\xb7\xe0\xcc\x7b\xcb\x8e\x7b\xa2\xba\xb9\x4f\xc3\x27\x31\xf9\xa7\x14\x5d\x38\x1d\xdf\x0a\xeb\x23\x07\xfe\x32\x58\x6e\xc5\x4e\x78\x9f\xf2\xda\x43\xab\x73\x2b\xcb\x30\xa9\xda\x1f\x4a\xf9\xc3\x1a\x6d\x3a\x1d\x3c\x73\x28\x7b\x6b\x39\x8e\x94\xf9\x15\x75\x42\xc9\xe5\x39\x23\x53\xbc\x5b\x37\x17\xbd\x65\xa6\x9c\x3d\xdf\xe9\xee\x41\x9a\xba\x15\xb5\x76\x66\xc3\xda\xd8\xd8\xcd\x0c\x6f\x1b\x14\x0d\x87\xbb\x80\xbc\x45\xa9\x76\x2b\x86\x6d\x92\x54\xf7\xb6\x79\x71\x93\xe1\xf8\x76\x8e\xdd\x49\x17\x0a\x4c\x4b\xa2\x6e\x83\xdc\x4e\x3c\xda\x80\xb5\x9d\x35\x65\x3f\xa9\x9b\x4e\x28\x09\x1e\x95\x0d\xac\x6c\xb8\x13\x99\xfc\x56\x98\xda\x9c\x23\x65\xd2\x6f\x58\x9c\xb8\x8b\x1e\x50\x75\xa6\xa6\x9f\xd0\xfc\xc5\xe5\xb7\xef\x01\xe5\xf4\x64\xa9\x29\x95\xde\xe2\x27\x24\xe6\xae\x83\xc1\x48\xce\x23\x1f\xc8\x5d\x0c\x32\xb5\x68\xd3\xf2\x03\x29\xc7\x8c\x8e\xbb\x9d\x88\x7e\x19\x1d\x77\xc2\x7e\x6f\x05\xc9\x4d\x34\x9c\x77\xb1\x62\xae\x66\x6c\x76\x4b\xe8\xa9\xaa\xbf\x60\xd5\x8a\x55\xb3\x19\xa9\x5f\x5a\x18\xdf\x6e\x05\xd4\x6d\x84\xd7\x5b\x01\x75\x93\x1b\xe6\x96\xc9\x34\xde\x5d\xb7\xe2\xe9\x36\x39\xe7\x8c\xce\xfb\x34\x13\x52\xd9\xf1\xd8\xb3\xd5\xd0\xac\x47\xa8\x53\x1f\x0e\x28\xbd\xa6\xfd\xb4\xbc\x95\xfe\x76\xe1\xcf\x74\x2b\xd6\x6e\xa1\x16\x34\x8c\xef\xce\xa9\x70\xf6\xdb\x8d\xfe\xdd\x30\xbe\x0b\x59\xd2\x30\xbe\x0b\x11\x0d\x18\xdf\x5d\x7d\x03\x18\xc6\x77\xad\x8c\x46\x7e\x28\x5c\xef\xb7\x0c\xb1\x0b\x15\xff\x2d\x43\xec\x9c\x83\xef\x2c\x13\x57\x26\x4e\x86\xd8\x8d\xbb\xf2\x5d\x0d\x5c\xb6\xf3\xa1\x37\x71\x67\x00\x7e\xf9\xe7\xaf\x2c\x18\x90\xb7\xcb\xa8\xbe\xab\xb1\xe1\x2a\x3b\xb5\xd3\x90\x92\xee\xd5\x14\xca\x36\xc3\xcb\xf2\xae\xd6\x19\xbe\x94\x0c\x3e\x9c\x22\x99\x69\x13\x96\x7a\x57\xeb\x08\xc8\xf8\x75\x57\x43\x85\xb6\x50\x53\x23\xe7\xaf\xb4\x8d\x49\x73\x74\x2b\xe5\xee\xae\x1c\xfe\xea\x6d\x5c\x18\xb7\xf4\x89\x2b\xcb\xa1\x07\x0a\x92\xae\x51\x7c\x17\x19\x68\x0c\xe2\xbb\x8d\xf7\xfb\x50\x1f\x1d\x30\x7a\x37\xf6\x78\xa7\x07\xbd\xeb\xc8\xd9\x0e\xc0\xef\x36\xba\xd1\x32\x4c\xef\xae\x3b\x94\x1e\xdd\x16\x9f\xef\xa6\x05\x5f\xff\x21\xa7\xa9\x31\x7c\x9f\x56\x27\xe4\xa5\x24\x87\x1d\x4a\xef\xb3\x23\x7d\x7c\x5c\x75\x41\x6a\xac\x30\x8a\x66\x05\x12\x61\x1c\xb7\x32\xe9\xae\xc9\xa4\xca\x6c\xbc\x2b\x87\xb3\x61\x7e\xa3\x26\xb0\x86\xf4\xaf\xe7\x13\xd9\x89\xee\xa6\xbd\x81\x3a\xf7\x56\x74\x61\xc3\xb7\xf9\x6e\x4e\x26\x81\xac\xe2\xe8\xc2\xf7\xfc\x39\xba\x70\x21\x03\x38\xba\x10\xe7\xf9\x5b\xc1\x85\x0d\xb3\xd9\xdd\x40\x4e\xe3\x9f\x84\x04\xb2\xd3\xc8\x50\x9a\x6a\xfe\xde\xc0\x69\x3d\x15\x25\x8b\x65\x64\x8e\xbc\x29\xa9\x79\x3d\x77\xe9\xca\xc8\x9e\x87\x15\xd1\xb3\x77\x73\x7a\xbf\xb7\x3b\x07\x81\xf2\x47\x92\x35\xc7\x3b\x30\x3b\x6f\xd2\xa6\x62\xb2\x7b\xbe\xbb\x6d\xdd\xa3\x07\xdd\xc8\x23\xe3\xb4\x59\x6a\xa4\xa6\xf0\x22\xb2\x0e\xba\x90\x31\x3c\xde\x4e\xe1\x3b\xb9\x11\x15\x11\x79\x8e\xb7\xe6\xe5\x33\x02\x75\xab\x95\xf4\xf7\xd1\x04\x86\xfa\xaa\x2c\xfd\x3d\xe2\x16\xc9\x9e\x8c\x2d\x5c\x0e\xd8\xb7\x4c\xe2\xa3\x71\x98\x64\x11\x2f\x68\x94\x0c\x2d\x5c\x06\xe7\x5c\xc1\x92\x2d\x3c\xb1\x1b\x5f\x8d\xde\x3b\x46\xc8\x06\x75\x29\x4e\xe0\x84\x32\xd0\xf1\x01\x25\xc8\x8b\x9a\x1e\x34\xce\xb7\x87\x9f\x12\x44\xa6\xcd\x3f\x79\x5c\xd0\xa6\xde\x46\x38\xf8\xdc\x8a\xa3\xec\x38\x18\xde\x8a\xa3\x2c\x28\x65\x6e\x85\x51\x8e\x06\x23\x91\xe5\xbe\xe0\xfc\x7e\x3b\x8c\xf2\x65\xd0\x0a\xa3\x6c\xa4\xb2\xbd\x15\x46\x39\xde\xee\x25\x41\x8e\x33\x94\x50\xf8\x56\xa8\x67\xb2\x71\x28\x34\x1c\x72\xcb\xad\x2e\x8b\x7f\xab\x2b\x65\xe6\x0f\x9c\x32\x99\xfc\x5b\xe3\x7a\x54\x5e\xe1\x5a\x11\xc5\x14\xa9\xd9\x50\x3c\xdc\x8e\xd4\xc4\x67\xe9\x96\x73\xc0\x59\xd2\x28\xbc\x92\x0b\x41\xce\x01\x35\xec\x58\x29\x88\xe7\xff\xba\x30\x97\x0f\x65\x66\xc1\x8e\x55\x18\xe7\x24\x7b\xd7\xed\xcc\xc1\x20\x25\x18\x56\x79\x66\x3f\x75\x83\x2a\xbc\x94\xd0\x4f\x60\x32\x82\x5c\x3e\xb1\xb1\x1a\x72\xb9\xe2\xb3\x04\xaa\xf2\x06\x0c\xc3\xa8\xca\x27\x2e\x9c\xb7\x02\x35\x67\x43\x36\x1a\x06\xc6\x41\x4c\x54\xb8\x65\x23\xc5\xe4\x2d\x2f\x82\x4a\x54\xc6\xad\x10\xca\x49\xd0\xe4\xad\x10\xca\xd9\x60\x5c\x43\xe2\xe5\x4e\x0f\x06\x18\x2f\xa1\x84\x59\x87\xd4\xa6\x34\xbe\x95\x90\x85\x7b\x18\x7d\xba\xfe\x3b\x8d\x29\x80\xc7\xef\x2f\x19\x7f\x1e\x2e\xa3\x34\xbe\x8d\xb4\x99\x06\x3c\x2e\x18\x90\xee\x21\x1f\xe5\x96\x5f\x92\x84\x93\xd3\x3b\x2c\xe1\xb4\x9e\x66\x2e\x55\xed\x50\xb7\x0b\xd3\xe3\x47\x85\x69\xf5\xeb\xc2\x34\x2b\xfc\xab\x9a\x66\xff\x54\xd5\x73\xea\xb4\xbe\xf5\xa5\x34\x6f\xcc\x94\x3c\x0c\x9e\x66\x42\x0a\x37\x9a\x53\x63\x3c\xe4\x95\xa2\x8f\x9e\x95\x13\xca\xdd\x23\x7f\x4c\x6b\x30\xc8\xdf\x63\xe8\xe4\x82\x5e\xf5\xb6\x53\x01\xa9\xc2\xef\x69\xfc\xcd\x91\xb2\x8f\x3f\x4c\xa1\xa0\x07\xcf\x50\x42\xa3\xe6\xec\x03\x88\xcc\xad\x2a\x0f\x03\x20\x93\x1e\x4a\x3f\x35\x53\x26\x67\x08\xd6\xc6\x91\x98\xbb\x71\xab\x4f\xbb\x5e\x22\xd4\xd9\xdf\x20\x0c\xd3\x39\x7e\x49\x52\x60\xc8\xe3\x82\x53\xb2\xa1\x8a\xeb\xc8\x5f\xd8\x9c\x88\x37\xa5\xa1\x8a\xcb\x99\x59\xd4\xc9\xd8\xe4\x38\x37\x54\xf1\x7c\x7f\x51\xcc\xbc\xcf\x7c\xa8\xfe\x11\x23\x94\x2b\xf8\xf9\x30\x5d\xea\x9c\x32\x8d\x0a\xe2\x9c\xe1\xd8\xcb\x2f\x2f\x9a\x59\x7e\x90\xd3\xbf\x3d\x0c\x76\x43\x70\x90\x87\xc1\x49\x06\xe2\x7b\x39\xc9\x21\x62\xa4\x7d\x08\x70\x6e\xbc\x97\xcf\xd4\x0c\xe5\xee\x53\x53\xca\x09\x26\x55\xd6\xfd\x99\x39\x55\xbc\x67\x1d\xb0\xec\xe5\xa5\x81\x2d\x3b\xdd\x2e\x21\x70\xf7\x72\x8a\x65\xf6\xc9\x32\x97\xc2\xdd\xc3\x18\xc7\x93\x00\x2d\x43\x1c\x3f\x85\x21\xb5\x19\x90\x77\x9c\x6e\x17\xcc\xa4\x5b\xe9\x76\x9f\xaa\x14\xfa\xa4\xb2\x71\xed\x25\x90\xf7\xc6\xf2\x69\xcc\x0f\x7b\x69\x58\xa8\xe5\xe3\xc7\x0e\x5b\x9e\x7d\x78\xaf\x0c\xff\x33\xeb\xbd\x6d\x73\xc9\x13\x79\x3b\xb5\x50\x0d\x65\xb3\xca\x84\x5a\xcf\xb9\x81\xbf\x39\x85\x6e\x5b\x29\x53\x87\x3b\x8d\xde\x5a\x99\x06\xf5\x11\x83\xa1\x7b\x49\xf4\x33\xfd\xc9\x81\x2f\x5c\x43\x26\xf9\x4d\x6a\xc2\x5b\x26\xf9\xf3\x60\xb7\xc9\x24\x3f\xc3\x42\x0c\x37\x1c\x01\xc4\x81\xa1\x84\x99\x19\x6d\xf8\xdc\xbd\x87\xd4\x04\x23\xfb\xc9\xea\x3e\x1b\xb7\xd9\xf6\x4b\x90\xf4\xf2\xb7\xcc\xee\x27\xf9\xed\x8d\x45\xfc\x14\xf2\x8b\x7a\x0a\x86\x6d\x6c\x3f\x05\xff\x57\x57\xec\x86\xfb\x4c\xf1\xa6\x1b\xb3\xc2\xbd\xcd\xfd\xc8\xa9\x6f\x18\xe3\xf9\x6c\xe9\x7f\x32\x6a\xe3\x18\x57\x8e\xcd\xe5\xab\x88\x04\xbf\xb7\x43\x4e\xf3\x6c\xb8\x7c\xa6\xb8\x17\x2f\xbf\xdb\x48\xf1\x7e\xcb\x82\x7f\xe2\x14\x7f\x63\xc1\x27\x2a\xc8\x08\xc8\x7b\xf2\xe0\x90\x05\x7f\xae\x92\x32\xa5\x1b\xae\xa1\x3e\xfe\xf0\x84\x94\x49\x64\x85\xf2\xac\x73\x8e\x0d\x80\x4c\x8c\xde\xad\x3c\xba\x93\xec\x32\xb7\xd2\xe8\xee\x68\x57\x94\x46\x77\x47\x7f\x24\x2f\x81\x4d\xae\x0d\x43\x25\x4f\x22\x96\x6e\x59\xfe\x37\xb6\x1b\xc3\x1f\x3f\x1d\xf2\xcb\xf6\xe9\x3a\xd2\xa8\x8f\xdc\x4c\x5d\x79\xc2\x20\x03\xcb\x11\x60\x63\xbb\x33\xac\xf1\x5c\x2d\x94\xfd\xad\x18\x8d\xa2\xdd\x27\xf2\xaa\x81\x8c\xeb\x48\xd9\xc7\xc9\xec\xa0\xfe\x74\x19\xd3\xbd\x37\x52\x66\x58\x58\x04\xf8\x16\xdc\x0a\x5e\x5d\xad\x86\xd2\x7c\x33\x32\x9b\xd6\x71\x76\xbc\x65\x5a\x4f\x0a\x34\xa3\xf5\x2e\xf2\xe3\x19\xad\x77\x44\x0c\xbc\xc1\xf4\x0f\xa5\x8d\x0b\xc0\x89\x41\x78\xdf\x77\xa9\xcc\xe5\x1b\x65\xbe\x51\x70\x57\xce\x9f\x8c\xde\x1b\x3b\xae\x41\x69\x37\x9e\x9f\xf7\x6d\x2d\x09\xfb\x1d\x43\x72\x5a\x11\xd2\x14\x76\x8d\xdb\x81\x9d\x99\xa6\xdb\xef\x52\x6e\x1b\x99\x91\x37\x3e\xd0\x37\x66\xe4\xc8\xe0\xb7\x41\xbc\x47\xa8\x3f\x17\xba\x47\x19\x87\x57\xf4\xa1\xb2\x0d\x9f\x7b\xc0\x0b\x3f\xd6\x5a\x30\xdf\x18\x87\x49\xc5\x7e\xcb\x38\xbc\x2b\x67\xe1\xe3\xdd\x9f\xcb\xf0\xe3\x74\x5e\x3b\xed\x78\xe8\x74\x69\x80\x75\xb6\x3b\x08\xb2\xe1\xf8\xb2\x15\x4f\xfc\x6e\x0c\x21\xbb\x5a\x49\xd9\x2d\x05\x0b\xc3\xd9\xfa\xe7\x99\x9a\x42\x46\x87\x1b\x3a\xb0\x12\x3f\xb8\x5b\x26\xde\x1d\x45\x84\xc3\x2c\x23\x96\x7e\xa4\x33\x20\x61\xc5\xfd\x71\x0a\xba\xcc\x8d\x3c\x8f\x2b\x77\x98\xf2\x84\xae\xa8\x01\x1d\x66\x89\x9b\xd1\x6d\x9b\x2e\x1e\xda\xb7\x6c\xba\x8b\x6c\x51\xc6\x73\xdd\x18\x8b\xc0\x73\x4d\xec\xde\xfd\x95\x96\x08\xb8\x99\xfb\xeb\x78\x24\x18\x93\xb2\x86\xbe\x6f\x7d\x2c\xc3\x33\xdf\xc9\x23\x1e\x76\x6f\x3b\x71\xb4\xca\x5f\x6f\x4c\x0e\xf0\x97\x1c\x01\x74\xef\x97\x37\x7e\xfd\x86\x56\xdd\xf8\xfc\x03\xad\x5a\x61\x84\x5f\x7b\x6e\x80\x36\x73\x7f\xd9\xc4\x07\x54\x77\x61\xea\x0e\x21\x2a\x30\x00\xa9\xb5\x81\x45\x31\x46\xeb\x89\x73\x04\x18\xad\xcf\x23\xf3\x9f\x6c\xfa\x6b\xcd\x2e\xc1\x3b\xb7\xcc\xcf\x23\xfb\x4d\xe6\xe7\x36\xde\xfe\x9f\xe7\x62\x36\xaa\x02\x3b\x0b\x81\x6d\xc6\x7a\xad\x25\x13\x67\x49\x80\xa3\x21\xd3\x74\x03\xa4\xc3\xf8\xad\xe3\x9d\xf0\x67\xbd\x47\x7d\xcb\xf4\xd2\x18\xa1\x3e\x4f\x19\xd2\xc5\xd7\x10\xa0\x30\x45\x43\xbb\xe2\x54\x67\x68\xd7\x82\x45\x0c\x64\xd7\x1d\x3d\x88\xa2\x3a\x0b\xb6\xd9\x5b\x51\x9d\xa3\x22\x79\x28\xaa\xf3\xc4\x6d\xc4\x38\xaf\x05\x30\x13\xe3\xbc\x8e\x3c\x25\x15\xf1\x79\x12\x7f\x65\x98\xd7\x92\x83\xf0\x73\x44\x3d\x13\xa3\x68\xd0\x91\x97\xba\xa3\x41\x37\x21\x4e\xf7\x4f\x22\x7a\x66\xed\x27\x09\x1d\x8f\xaf\x5b\xe6\xf6\xa7\x2a\xa3\xb1\xcf\x59\x7a\x54\xfa\xc9\x08\x29\x3f\xc7\x78\xd4\x34\x2a\x44\xf5\x95\x32\x6d\x8c\x96\x46\x35\xc1\x3b\x94\xc1\x7b\xd3\xc3\xa5\xb2\xf4\x70\x2b\x8a\x2c\x35\x9d\x8d\xac\x42\x89\xd9\xe5\xa1\x25\xa3\xfd\x19\xfd\xa4\x8d\xf6\x47\xba\x90\xd3\x71\x9e\x0b\x42\x8e\x9d\x91\x98\x7e\x76\xfc\xc8\x7d\xf9\x63\xef\x71\x30\x65\x6f\x3f\xb1\xef\xdf\xd8\xdb\xff\xf7\xa9\x94\x89\x35\x55\x7f\xd2\x5e\xa7\xea\x9f\x28\x86\xa3\xcd\x17\x23\x99\xec\xed\x35\xda\x63\x99\xdb\x57\x58\xb8\x73\x98\xe2\x44\x05\xfe\x2c\xc1\x29\x46\x9c\x2d\xb9\xa0\x8d\x38\x9b\x27\xbf\x8d\xdf\xf1\x7a\x06\x71\x36\x7e\xce\x20\xce\xe2\xd8\x7f\xff\xc9\x2a\x18\xdd\xc1\x9f\x19\x53\xb4\x15\xd8\xc6\xe9\xd2\xb6\xf1\x63\xa4\xaa\x2e\x02\xb2\x62\xdf\xc4\xb8\xce\xf4\x21\x3d\xd5\x99\x0f\xe5\x7d\x00\x63\x20\x6d\x69\x14\x8d\x32\x6b\xb7\xdc\x68\xb2\x6a\x17\x22\x45\x0d\x5c\xfb\x54\xe5\x47\xa4\xd7\xc1\xe3\xd4\xc0\xb5\x27\x7e\x84\x06\xae\xed\x78\x2e\x1a\xb8\xf6\xc4\xaf\xf9\xfe\xf3\xae\x5a\x69\xd4\xab\xfa\x36\x23\xc3\x32\x93\x6c\x0b\x38\x19\x56\x6f\x59\xc0\x2b\x30\x2c\xb7\x2c\xe0\xa5\xbf\x35\x9f\xdf\x28\xf9\x61\xbf\x6d\xb8\xb3\xff\xe0\x9a\xf9\x0d\xe5\x63\x22\x06\xc0\xe0\xb8\x1d\x8f\x47\x83\xe3\xf6\xa8\x24\xfe\xd8\x80\x6f\xd5\xa5\xc2\xf4\xb1\x45\x31\x36\x6d\xce\xf6\x7e\x28\x95\x65\x26\x8a\xbd\xf9\x56\xb5\x79\x95\xb9\x51\xe6\xa6\xfd\x8e\xcd\xab\x91\x76\x1c\xfe\x07\x7f\x95\x11\xbc\xef\xfe\x6f\x44\xc4\x5b\x16\xf2\xbd\x32\xff\xca\xb7\x0b\x78\xc7\x2d\x2b\xf8\x79\xc0\x7f\x64\x05\x2f\xff\xa3\xbe\x52\xb2\x3d\xbf\xb8\x0d\xc0\x5b\x1d\xfe\xb9\x0d\xc0\x5b\x8d\xeb\xb8\x0d\xc0\x5b\x9d\x09\x64\x1b\x7f\xb7\x8e\xb7\x4c\x33\xac\x43\xbd\x8d\xbf\xdb\xed\xc3\xb8\x8d\xbf\x5b\x1c\x2b\xf3\x50\xba\x7a\x5a\xbe\x53\x0e\x1e\x2d\xf0\x36\xfc\x6e\xb7\x67\xe8\x06\x7e\x77\xdb\x2d\x69\x1b\x7f\xb7\xef\xb7\xaa\x13\x02\x8d\xb4\x2a\xe5\x51\xfa\xd0\x96\x36\x70\xef\x36\x38\x6f\xb7\x5f\xe2\x36\x36\xef\xe9\xa7\xfc\x06\x9b\x77\xcf\x97\xd4\x0b\x71\xf3\x8b\x7a\xcd\x39\xbf\xc4\x36\x36\x6f\xb7\x73\xdf\x06\x9b\xd7\x8e\xb2\xdb\xd8\xbc\x4f\x33\xe9\x51\x52\x42\x4d\xa3\x92\x90\x67\xfa\x77\x82\x8b\x50\xfe\xc7\x99\x3e\x84\x31\x5c\xf2\xe1\x4f\x3b\x3c\x94\x61\x0f\xf8\x7f\xa9\x2a\x6d\x11\xd9\x06\xf9\xed\xb6\xca\x6f\x63\xfc\x9e\x23\x83\x91\x59\xc7\xd9\x0e\x1e\xca\x7f\x41\x7f\x97\xe7\x34\xad\xc8\xc3\xe4\x08\xf5\xf7\x94\xa5\x77\xbb\xf0\x16\x86\xed\x0c\xdd\x46\xd5\xd9\x86\xdf\x6d\xce\x36\xb2\x0d\xbf\x5b\x1c\x5e\xbf\x81\xdf\x3d\x32\x18\x0b\xc5\xf6\x18\xd8\x86\xdf\x6d\x25\xf3\x0d\xdb\x64\x15\x31\x7e\x1b\x01\xe7\x21\x9f\xe7\x6c\x67\xfd\x85\xcd\x5b\x3b\xd3\x78\xc2\x36\x59\xf1\xd3\xbb\x71\x86\x9a\x82\x4b\xe9\x50\x8a\x5a\x5f\x13\xca\xf3\xbf\x43\xea\xad\x7d\x0c\xa8\x9f\xe4\xd7\x05\xf5\x27\x37\x29\x6a\x2a\xdf\xa6\x5d\x0f\x36\xc8\xbd\xc6\x4d\xdf\x06\xee\x9d\x8e\xd5\xda\x06\xee\x5d\x3d\x7f\xb1\xcd\xb5\xd3\xa8\xee\xe2\x93\xe5\x57\xa0\x74\xb7\x61\xeb\xa1\x74\x1a\x66\x6a\x7e\x14\x38\x92\x0e\xed\x1a\x74\xa4\x47\x05\x06\xcc\xf4\xf1\xe7\x42\x5a\x95\x05\x70\xa6\x1d\x47\x4d\xfb\x51\xf6\x90\x45\x9d\xf0\x57\xd6\xba\x9e\x2c\x80\xe3\x3f\x9c\xf0\xf2\x21\xbb\xb0\xeb\xd2\x8e\xc7\xca\xac\x12\x53\x90\x0f\x25\x8a\x65\x1d\x65\xa3\x69\xa9\x49\xba\x01\xc6\x66\x35\x84\xc5\x88\x6d\x74\xe0\x6e\x11\x63\x1b\x1c\xb8\x39\x15\xc0\x36\x38\xf0\x53\x95\xd1\xd8\x22\x9d\x1e\x9d\xe0\x23\xcb\x61\x7d\xed\xca\x92\xcb\x96\x38\xf3\x57\xd6\x58\xf8\x99\xf0\x90\x4a\xf4\x55\x33\x00\x1d\x88\xc5\xb4\xda\x24\xbd\x38\x3b\x0a\x94\x3e\x1d\x83\xb4\x8d\x24\xdc\xec\x25\xfc\x50\xa7\x8c\xa7\xff\xe4\xd4\x4f\x55\x4d\xf9\xca\x87\x62\xf1\xac\x6b\xc1\x5e\x7d\x42\x4d\x31\xa0\x50\x9a\xf1\x95\xee\xfd\x8f\xf0\x8a\x82\x9b\x66\x28\x6d\x1d\x8e\x67\x71\xa4\x30\x87\xa3\xc8\xb0\x58\x58\xff\x22\x2f\xb6\xf3\x2d\x2b\x6e\x94\xd1\x78\x5b\x77\x46\x6a\xeb\xf5\xe2\x02\x28\x32\xe4\x58\x63\xb8\x8d\x56\xfc\x14\x0e\x48\xf9\xd4\xbc\x85\xcb\x85\x21\xe5\x0b\xc4\x6e\x35\x5a\xf1\x5e\xdc\x40\xc5\xce\x40\x23\xd4\xc7\x85\x1b\x52\xde\x40\xf0\x2b\xb9\x5d\xb4\xcd\xe1\x29\x76\x06\x82\xed\x28\x00\xbc\x18\x22\xf0\xa1\xa4\x6d\x63\x1d\x8b\x13\x29\x72\x21\x38\x1a\x7c\xaf\x9a\xaa\x72\x8c\x82\x77\x14\x6b\x37\x6d\x78\xdf\xc6\x12\x6e\xe5\x2d\x74\x48\x30\x65\x76\x6d\xe3\x98\xc9\x0d\xa3\x9e\x59\x64\xfb\xb4\xdb\xa3\x78\x1b\x4c\xb8\x85\x79\xc8\x0d\xa3\x6d\xee\x07\xb9\x61\x54\xbb\x08\x3c\x94\x7c\xdb\x38\x3b\xc5\x6c\x77\xc1\x67\x9c\xd6\x38\x67\x57\x6e\x18\x6d\x64\xca\x05\x58\x15\x56\x22\x2f\x8c\xd2\x77\x9a\x91\x83\xde\x4a\x2b\xe6\x16\xcd\xa3\x71\x1c\xfb\x36\x0e\xd3\x36\xd2\x70\xab\x9c\x4f\xa7\x2e\xce\x16\x74\x1c\x7b\x4e\x2b\xee\x14\x8b\x91\x57\xfb\xa9\xad\xb4\x2a\x40\x0b\xa6\x4a\x81\xec\xa5\xbd\x65\x72\x30\x9b\x94\xe9\xee\xce\xe9\x90\x6f\x45\xeb\x9c\xf9\xca\xf6\xec\x21\x35\x8d\xec\xf2\xea\x2d\x97\x2e\xbc\x8d\xe0\xba\xd5\x7e\x95\xdc\x3a\xb8\x4f\xe4\x9f\xec\x53\xb6\x90\x3a\xe4\x3e\xb1\xde\x0f\xfd\x52\x5f\xdc\x97\x72\x9f\x28\x95\x5b\x47\xee\x13\x6d\x73\x23\xc8\x27\xa2\x6d\xb8\x95\x7c\x22\x5a\x7d\xbf\x53\x92\x09\x76\xa3\x7c\x22\xda\xe6\xcc\x55\xcb\x8a\x6b\xa4\xd0\xb9\x22\xf8\xc5\x8b\xc1\xf1\x57\x72\x1c\x76\xc0\xe2\x36\x9e\xf0\x59\x32\xe1\x8a\x95\xb2\xc8\xb9\x8d\x18\x7c\xb6\x33\x94\x04\xd0\x4a\x8f\x5e\x7f\xf8\x18\x3e\x12\x8b\x65\x74\x60\x7b\x67\xaa\x9a\x2f\xd6\xc5\x8a\x37\xaf\x3f\x67\xac\xd9\x2a\xb5\x56\x48\x39\x75\x33\x38\x39\x49\x2c\x6b\xbf\xb6\xb1\x7f\xd7\x4a\x99\xa5\xae\xc5\x7e\x6c\x8e\x4c\x48\x97\x8e\x4c\x58\x48\x13\xf6\x7c\x88\xa4\x61\x7c\xdf\x83\xd9\xb1\x77\xc3\x4e\x4d\x2f\x47\x1a\x95\xcb\xc2\xe6\x62\x97\x27\xc2\x5c\x23\x94\xf4\x36\xf5\x9f\x41\x2d\x4f\x55\x2d\xc0\x66\x07\x36\x16\xc0\xcb\x21\x0f\x03\xd2\xf5\x6e\xe3\x02\xb7\x88\x0b\xcd\xf7\x5c\x3f\xa1\xaa\x9b\x61\x70\xb7\xff\x38\xcd\x74\x17\xf2\x1f\x8e\x71\xd9\xf9\x52\xf0\x6a\x07\xab\xa3\xab\x2c\x5b\xce\x09\x92\x0f\xee\x07\x25\x48\xee\x07\xb7\xbe\x13\x24\xef\x0d\xe7\x54\x82\xe4\x95\x35\x57\x82\xe4\x56\xe0\x0e\xdd\xf6\x8d\x33\x94\xad\xb9\xa1\xa4\xe1\x81\x71\x75\x27\xe7\x80\x73\xc8\xe8\x3f\x1b\x5c\xd5\x48\xbf\x7b\x23\xf5\x76\xc7\x2f\xa7\x43\x1d\xce\x83\xdb\x41\xc6\xfb\x73\xb0\x71\x6d\xa0\xaf\x23\x94\x90\xc6\xd3\x85\x3c\xeb\x1a\xaf\x0c\xd9\xe0\x67\x2b\x29\x53\x4c\x76\xe6\xc2\xb6\x45\xae\x43\xa3\x00\x67\xc3\x3b\x59\x72\xe3\x56\x53\x7c\x7e\x69\x19\x99\xd9\xff\x6e\x29\xb4\x15\xae\x43\x7d\x5d\x18\x52\xd8\xba\x33\x94\xac\x00\x5c\x87\xdd\xb6\x17\x04\xe4\x6e\x6f\x93\xfc\xc5\xed\x71\xf3\x87\xec\x05\xe4\xc3\x6e\xd3\x4b\xd6\x49\x26\xca\x72\xa4\x6c\xc8\xdd\x24\x65\x53\x99\x33\x18\xa9\x10\x93\x3a\x0f\xa9\x6e\x13\x59\x26\x5f\xfa\xae\xc5\x36\x1d\x36\x9f\x20\xa9\x38\x03\xc0\xde\x30\x8a\x61\xf3\x49\xab\x50\x7e\xb7\xf7\x01\xa9\x3b\x65\xe5\xcb\xcb\x85\x13\xf2\x96\x01\xe7\x80\x92\xe5\x87\x19\x1f\xca\x2a\xd8\x78\xac\x0c\x6f\x14\x64\x2c\x1c\x04\x2a\xfd\x6f\x5f\xdb\x74\xc8\x69\x67\xe0\x82\x41\x9a\x33\xad\xc8\xc9\xe3\x08\x25\x8f\x38\xe6\x5b\x79\x05\x66\xe3\x0e\x57\x5e\x01\xf2\x0d\x3d\xd4\x47\xf8\xc0\x8c\xd3\xd3\x9d\xff\xb5\x9d\x91\x49\xc4\xb0\xcf\x56\x98\x8e\xed\x82\x83\x29\x3b\xc0\x1a\x23\x65\xba\x89\x72\x4d\xc8\x76\xbf\x27\xdb\xd4\xd9\x01\x76\x4e\xb0\x8c\xf7\x7b\x96\x50\x9e\xfe\x9d\xba\x53\x76\xd7\x05\xe5\xe9\x67\x6f\x4e\x1f\xd3\x95\x2f\x2f\x3d\x0e\x53\xf5\x96\x22\x3c\x03\xf8\x08\xd0\x28\x8d\x0a\x76\x71\x64\xe4\x3f\xa1\x7e\xa7\x15\x03\x69\xd2\x8a\x3d\x02\xc2\xd1\xed\x11\x50\x90\x2f\x94\x62\x79\xb7\xfc\xf2\x66\xe0\x1d\x52\x29\x18\x10\xa2\x84\x09\x3c\x73\x87\x08\x13\x18\x37\x83\x87\x92\x2d\xe9\x48\xa3\xe6\xbd\x94\xc9\x08\xbd\x10\x61\xe4\x1f\xb0\x5b\xc6\x7d\xb9\x87\x7f\x2a\xa9\xb7\xf1\x82\xcb\x61\xff\xd0\x6d\xc0\xe0\xb9\x61\x4c\xb2\xfa\xe3\xbb\xf0\x50\x43\x55\xdf\x42\x77\xc2\x87\xb7\xdb\x39\x99\x1d\x99\x7e\xa2\x2b\x30\x7c\x70\xe5\x46\x51\x42\x82\xdd\xf8\x63\x25\x24\xc0\x79\x61\x1b\xf5\x77\x37\x44\x41\x25\x1d\xd8\x0d\xa1\xd1\x58\xbe\x76\xcf\x7d\x28\x85\x54\x1f\x29\xd3\x83\x13\x49\x50\x2e\x00\xe5\x38\x98\x2a\xf9\x00\xec\x3c\xa3\x94\xf3\x79\x37\x8e\x86\x3d\x02\xf2\xe0\x73\x1a\x81\x8a\xb4\x21\x8f\x80\x75\xc2\x43\x6c\xf5\xdf\x48\x30\xcb\xa8\x5f\x07\x7b\x5c\x11\xfe\xbb\xcd\x54\x55\xe6\x0e\xc4\xeb\xe5\xd5\x98\xa9\x29\x24\xeb\xcc\xc5\xe5\x91\x22\x97\xc9\xce\xbf\xc3\x60\x97\xec\x37\x11\xf6\x6c\xe6\xcf\x0e\x5b\x9e\xfd\x95\x9a\x9a\x28\x18\xfa\xf2\xe4\x73\x9d\x3a\x8f\x74\x5b\xf9\xee\x2b\x8a\x49\x94\xdd\x67\xf6\x50\x4a\xf1\xc1\xe1\xdb\x76\x1c\x66\x0f\xef\xe5\x1f\xac\x50\xea\x8f\x0d\x2d\x9b\xff\x6e\x3b\x35\xd5\x03\x6c\x49\xc1\xfd\x80\x3a\x3f\x94\x5a\x41\x24\xd9\xdb\x1b\x6a\xa6\x70\x2a\xce\x8e\x2e\x14\xe6\x57\x61\xd9\x8e\xe6\xaf\xfc\x92\xa2\xf9\x77\x43\xec\x51\xfc\x3e\xa0\xd2\xdb\xa8\xb9\xf8\xad\x6c\xc3\xd6\x96\x13\x8e\x2d\xa0\xda\x15\x25\xc5\xb6\x36\xef\x64\x0b\xd9\x3a\xdf\x8f\x7c\x28\xfb\x18\x07\x4a\x16\x77\x3c\x35\xf6\x92\xc5\x7d\x4d\x98\xb2\xb0\x69\x77\x18\x88\xe2\xe7\x9f\x46\x53\x55\x2a\x0c\x76\xb0\x8c\xe1\xb3\xf3\x2a\x94\xbd\x7b\x0d\xf8\xb0\x61\x63\x8f\x93\x03\x64\x83\x77\x87\x11\x5f\x02\xf1\xef\x67\x3e\x74\xa6\x51\xf8\xa2\xc3\xe2\x6b\x4d\xa1\xff\x2a\xe3\x91\x71\xbc\xf3\x82\x97\x71\xfc\x29\x4c\x9f\xd2\x8c\x70\xa2\x14\x16\xbf\x3b\xd3\xa1\xc8\xf7\xdd\xb9\xa3\x2f\x6f\xf7\x93\xbb\xf6\x22\x15\x3c\x3f\x79\x79\x74\x07\x14\x79\x50\x43\x2e\xb5\xd3\xa0\xb6\xaa\x86\xf2\x94\x33\x1a\x19\x96\x7b\xfe\x4a\x29\x6d\xc2\xa5\x85\x23\xfb\x34\x9a\x42\x4f\x24\x1f\x3e\x22\xc3\xee\x68\xdf\x2e\x63\x13\xbf\x65\xcb\x1f\xa6\x50\xb2\x35\xdb\x51\x16\xf8\x72\x9c\xc8\x68\x86\x79\xed\x30\x5f\x05\xd4\xef\x68\x0d\x65\x9e\x7f\xaa\x86\x7c\xd6\x2e\xcf\x59\xc5\xd7\x3f\x85\x1d\x52\x53\x47\x97\x37\x3b\x02\xa1\x45\x89\xa8\xd7\x80\xfb\x2b\x0f\xf5\x53\xf8\x1f\xb4\x1f\x0a\xcd\x9f\x93\xc1\x2a\x34\x7f\xf6\x9e\xf1\x68\xb0\x67\x5a\xd5\x76\x85\xa7\xcb\x0b\x60\xee\x1a\xea\xab\xc1\x85\x52\xc0\xd2\x39\x42\xea\xc3\x74\xe1\x2d\xc0\x56\x96\x17\xc0\x8c\x82\x43\xa1\xef\xbb\xd7\xd4\xd4\x0e\x80\x37\xdd\xec\x00\xee\x8d\xdb\x3b\x80\xe3\xa2\xf4\xd2\xe5\x38\x67\xbe\xd4\x31\x87\x23\x38\xd6\xbd\xf5\xb4\x23\x78\xe8\x23\x3d\x6a\x6c\x6c\x73\x25\x9b\xde\x11\x53\x6f\xef\x00\x2e\x78\x85\xba\xef\xce\xb6\xbe\x0d\xa0\x77\xc2\x7f\xed\xa2\x70\x66\xa8\x76\x88\x47\xfb\xfe\x61\x91\xe1\xb8\x0a\x4a\xdf\x1d\x16\xef\xa4\xd1\x1d\xf1\xc7\x11\xe2\xb9\xb6\x3f\xb6\x36\x46\x8f\x6b\x0f\x81\x08\x98\x72\x02\xd8\x1d\x99\xfd\xe3\xfb\x9e\x6d\xa5\x90\xf0\x9d\x55\xfc\xf8\xb0\x96\x34\xaa\xf3\xc0\xa6\xfa\x78\x69\xd8\xd6\x1f\xa7\xb0\x80\xcb\x39\x81\xf3\x11\x01\x4f\x19\x9c\x57\x3b\x52\x68\xac\x45\x1a\xf5\xda\x14\xec\x14\x0e\x10\x8f\x92\xc2\x01\xe2\x03\x66\xf1\xf1\xf4\xb7\x50\xca\x28\x91\xd1\xdc\x8e\x1c\xa1\x95\xdb\x09\xaf\xe8\x42\xd3\xbf\x78\xdb\x7d\x3c\xfd\xd1\xa2\xcb\x0b\x61\xf7\x12\xca\xe7\x38\x8d\xfe\x39\x7a\xce\xa3\x11\x22\xe9\xee\x9c\x9b\xaf\xa5\x48\x96\xff\xeb\x13\x57\xd8\x8d\x5f\x9f\x38\x74\x78\x76\x3c\x68\x0c\x4e\x69\xa2\xf1\xe5\x7a\x28\xf1\xf5\x1d\xea\xa3\x66\x6a\x3e\x74\x58\x05\xfd\xcb\x0f\xa1\x23\x0c\x38\x24\x7d\x1d\xa1\x6e\xd5\xa4\xfb\xcb\x35\x37\x94\xd6\x9b\x9f\xfa\x9a\xe3\xb5\xd4\x54\xbc\x55\x06\xa3\xc8\xd0\xa3\xb0\xa8\xf2\x09\x58\x0d\x2e\xff\xf5\x0e\x47\xb9\xa2\x9c\xcd\xeb\xe0\x86\xff\x7a\x87\xf7\x50\x8a\xf8\x80\x37\x7f\x0d\xaa\xce\x55\xf9\x65\x4e\xb9\xc8\x94\x95\x79\x55\xae\x15\xdb\xef\x8f\xd8\x49\x9c\x96\x39\xfc\xef\xe7\x79\x1b\xa9\x2a\x2d\x69\x4d\x99\xf2\x56\x31\x35\x8e\x49\xcf\x76\xff\xf9\x76\x2a\x1c\x69\x59\xc9\x77\xa4\x66\xe7\x53\x1e\x5c\x15\x32\x68\xef\x83\xb9\xf9\x99\x89\xc0\x53\x0d\xc2\xe9\xbc\x5d\xdb\x20\x9c\xe5\x28\x88\x4d\x3f\xae\x91\x34\xaa\x63\x33\xd2\xa8\x27\x75\xa7\xd0\x27\xbc\x42\x7d\x5d\xb8\x21\x1d\xa9\xc6\x50\x2d\x8c\x55\xee\x9c\x9f\x17\x00\x29\xee\xe7\x3d\xfe\x6f\x8c\x80\xa7\x6a\x73\x3b\xf4\x29\x29\xba\xcf\x50\x9e\x0f\x06\x60\xc1\x82\x05\xf8\xf3\x36\x5e\xa1\x34\x03\x08\x6e\xb2\x4b\xaf\x6c\xf8\x3f\x7b\x49\x54\x66\xc0\xa9\x97\xb3\x1f\x14\xb4\xfd\x14\x6e\x48\xdd\x0d\x23\x85\xe2\xff\x48\xd8\x32\x5a\xef\x0e\x1f\x51\xf0\xf5\x1c\xe9\x51\xef\x94\x18\xea\xfe\x58\x47\xfa\x97\x04\xd6\x67\xca\xe4\x25\x80\xe0\xa8\x2c\xcd\xe5\xa8\x1c\xaa\x3f\xe7\xd7\x61\xe7\xc8\xda\xbc\x3b\xb2\xb8\xac\xcd\x4f\xd5\x7c\xe9\x0d\x58\xa1\x96\x32\x26\x30\x6e\xcf\x22\x6a\xa0\x3f\xbf\x45\xf2\xc4\x94\xd1\x76\xf7\x95\xc2\xe5\x42\xfe\x51\xe2\x30\x36\x4d\x63\x66\x6e\x47\x3c\x6e\x83\x5d\xee\x6e\x8e\x63\x5c\xca\xe5\xdc\xe3\xdb\xb0\x94\xe5\xb0\xc7\xce\x43\x6a\xe4\x85\x0f\x2d\x9f\xf9\x3c\xee\xc3\xac\x62\xa5\x19\x7b\xc1\xd1\xa1\x59\xbc\x5f\xad\x46\xb0\xdc\x7d\xd1\x85\x45\xae\x45\x0f\xbe\x28\x7d\x17\xef\x03\x90\xb6\x65\x4a\x7e\x76\x0e\x99\x7d\x28\x79\xbd\xed\x94\x79\xbf\xe5\x0f\xc5\x2a\x58\x6f\x03\x5a\x6e\xec\x4b\xfb\xb0\xcc\x5b\xdf\x76\x2c\x80\xa5\x1d\x73\xe3\x54\xd5\xd6\xb4\x8c\xbf\x4f\x67\x09\xa2\x51\xa7\x3e\xee\x66\x94\xfb\xf4\x7e\x73\x4c\xc5\x43\x6a\xbf\xf9\x81\x65\xf0\x4b\xe0\x1d\x1f\x8a\x34\x0c\x21\x35\x6f\xe6\xc6\x5b\xe6\xb6\xdd\x98\xa9\xd3\xd2\xc7\xa6\x51\x50\x96\x4b\x48\xed\x86\x95\x0f\x95\x54\xcf\x0c\xc0\x50\x94\xe5\x40\x69\x62\x2c\xca\x8d\x5a\xd6\x70\x93\xcb\x19\x07\xb7\xd1\x26\x9f\xaa\xb4\xe3\x34\x92\x2d\x94\xec\x64\x2c\xe3\xe9\x4d\x85\xa5\xd2\xa8\x91\x1b\xdb\xe4\xc6\x14\x96\x91\x2b\xae\x6e\x65\xe6\x6e\x27\xfe\x48\xa3\xf2\xad\x63\xe5\x8a\x13\x31\xf0\x9d\x0d\x53\xc8\x5b\x86\x97\x1c\xbc\x4c\x8d\x2e\x39\xb0\x5a\x1a\x40\xb2\xf2\x90\xd9\xc5\x1b\xd5\x9e\xf3\x0f\x29\x23\x36\x53\x8c\x25\x8a\xc1\xc8\x12\x35\x56\xba\x90\x21\x6a\x1d\xf9\x4e\x67\xca\x5e\x9f\xdb\xd0\x93\x83\x0b\xcf\xd0\x93\x4f\x21\x03\x90\x36\xd9\x3e\xb7\x0f\x25\x25\xf9\x60\xa8\x36\xbe\xd7\xf4\xf8\x27\x8d\x0a\x65\xe2\x0d\x76\x10\xdd\x06\xa9\x3c\x79\xfc\xee\x62\x94\xed\xc6\x77\xb2\x99\xd6\xb7\x4c\x71\xe7\x2f\x35\x95\x14\x83\xdf\x57\xda\x11\xac\x92\x5b\x91\xc1\xe7\x3a\xfe\x99\x78\xfa\xa9\xaa\x19\x7e\x3f\xd4\x0c\x9f\xe9\xfe\x23\x8a\xbf\x97\x7f\x1e\xd6\xcc\x2d\x5b\x56\xd9\x29\xb3\xbd\x2a\xdf\x29\x43\xb9\x11\xa5\xb6\xb1\x35\xeb\x99\x1e\x6e\x4d\x7e\x61\x2a\xa4\xbb\x3e\x61\x36\xb2\x33\x35\x27\xa1\xdb\x46\xc8\x2c\x3c\xd3\x0c\x90\x39\x70\x8a\x30\x40\x66\xb3\x3f\xe0\x36\x40\x66\x75\x3a\xd7\x87\x52\xec\xa1\x5f\x1e\x5b\x01\xbd\x65\xb0\x4b\x64\x81\x1a\x8e\xca\x7e\xa8\xae\x1d\x34\xa1\xa4\x2d\xb5\x12\x70\xcb\x00\xf5\xac\x75\xba\xf8\x33\xe9\xd1\x28\xed\xf1\xc0\x46\xbf\x95\xf6\x78\x20\x16\x6e\x45\xe2\x3e\x55\x53\xa8\x29\x6d\x74\xa2\xac\xd3\x63\xd2\x89\xa1\x7c\x7d\x9f\x6c\x99\x87\x5a\x63\x4a\x65\x1e\x1a\x61\xa0\x8a\xae\xad\x2b\x3f\x7c\xb1\x4b\x69\xf4\x52\xff\x2f\xa5\x15\x4d\xf7\x5e\xd1\x9e\x46\xa5\x4c\x9b\x29\xfb\x2a\x21\x01\xe3\x76\x22\x99\x1d\x4a\x96\xdd\x41\x4d\x59\x20\xcb\x19\x6a\x3c\xb3\xcf\xca\x54\x79\x5c\xae\xfc\x84\xac\x8a\xe3\x08\xa5\x91\x8d\xb4\x79\x09\x73\x95\x5f\xba\xcd\x31\x33\x34\xc3\xfe\xe5\x27\xbc\xdc\x96\x98\x76\x93\x5f\x91\x1d\x75\x1f\x4a\x7e\x45\x34\x2a\x8b\xd3\xc0\x79\x61\xcb\xe2\x34\x30\x78\x6d\x19\x9c\xce\x6a\xf9\x69\xdb\xe0\xe4\xa0\xe0\x87\x52\x16\x9b\x33\xd4\x2d\xa4\x9c\x09\xa5\xc4\xf5\xac\x92\x62\x69\x2b\xe6\x0e\xc3\x78\xd6\xc1\xc9\x0e\x36\x27\x3d\x78\x5b\xc0\xe7\x6d\x6d\xaa\x30\xb6\x66\x6d\xf4\xfb\x9d\x96\x85\x2b\x50\x31\xb8\xcf\x54\x30\x6c\x0b\x0f\x0d\x5e\xae\xd0\xda\xba\xd8\x89\xcd\xfb\x02\x56\x2e\x3b\x55\xc1\xe5\x68\x2b\xb4\xf6\xac\x35\xcd\x38\x51\x38\xff\xe4\x3c\x50\x6c\x59\x62\x6b\x1b\x67\xa6\x99\x7d\x64\xa8\xde\x4f\x3b\x65\xe2\x02\x6f\x99\xd8\xdc\x99\xa1\xe9\x8c\xbe\xe3\xfe\x53\xf4\x10\xdf\x69\x3f\xcd\x2c\x05\xb9\x87\xe0\x81\xcd\x6c\x20\xe3\x7e\xd8\xc0\x70\xd8\xf5\x36\x52\x68\x3d\x33\x53\xcf\xa6\x19\xce\xaf\xb1\x8d\x14\x7a\xf2\x8e\x34\x52\xe8\xc0\x50\x61\xa8\xd0\xa7\x0b\x37\xe3\x7c\xd0\xbc\xc7\x0d\x15\x5a\xb0\x6f\x1a\x2a\x74\x6c\xee\x95\xbe\x18\x5b\x83\xd4\x9a\xd2\xaa\x4c\x5f\x4f\x61\xbe\xdc\xfa\x72\x42\x29\x09\x0c\xdc\xa5\x23\x03\x8c\x90\x1f\x55\x5d\x50\x32\x7e\xe5\x43\x69\xce\xe7\xbf\x13\xe3\x3d\x55\x75\x41\x20\x73\x29\x00\xf6\xe9\x23\xed\x98\xd9\x70\x50\x14\xc9\x3a\xc2\x95\x15\xc9\x5a\xb2\x71\x65\x28\x1b\x9b\xd5\xe9\xd9\x63\xfc\xa5\xf6\x11\x32\xb0\x21\x40\xcb\x3b\x03\x5a\xe4\x03\x45\xf6\x96\xe1\x6a\x6c\x24\x0b\x19\xae\x0a\xaf\xce\x2d\x8b\x53\x75\x92\x9a\x6d\x40\xd0\x89\x77\x14\x48\x9e\x46\xca\xd9\x7b\xd8\x3c\xc2\x6d\x32\x9c\x9a\x04\x7d\xf8\x56\x0e\xea\x8d\xcd\x61\x2b\x05\xf5\xca\x1f\xcb\x00\xb5\x4f\x4e\x83\x4c\x4c\x13\x13\x97\x71\x3c\x9f\x66\xd2\xc7\xad\xb0\x90\x54\xfd\xe8\xc3\x01\xe5\xcd\xb2\x42\xfe\x54\xd8\xa0\x1c\xfa\xc1\x87\xdb\x53\x85\x9c\x3b\xac\xb2\xac\xa1\x9c\x76\x88\xf3\xe8\xb4\xd7\xf8\xab\x19\x01\x94\x44\x74\x0f\xe5\xd7\x33\x63\xd5\x93\xe0\x60\xcf\x0f\xe7\x43\x41\xd5\xb7\x87\xf5\xec\x6c\x24\x01\x82\xee\x95\x9f\x74\x5c\x04\x5c\x5b\xb1\xad\x13\x5b\x30\x90\x9f\xbc\x3a\x0c\xf9\xf9\x34\x9a\x3e\x6e\x8d\x26\x55\x35\x1d\x30\x80\x21\x01\x11\x17\x83\xad\xb8\x57\xc0\x08\x1e\x4a\x33\x3e\x42\x49\x7b\x08\x73\x18\xd6\x1e\xa2\x74\xdb\x8a\x66\x5d\x61\x47\x0a\x66\xdd\x67\x16\x4e\x5a\xf7\xdc\x28\x8a\x65\xdd\x27\xec\xc0\x89\xb5\xd1\xc0\x6d\xdb\xc3\xb0\x6a\x6d\x99\xbc\xf6\x42\x3c\x9d\xbe\x97\x51\xe6\x6e\x99\xbc\xf6\xc9\xb5\xec\x94\xd8\x07\xca\xa3\x3d\xc1\xf4\x6f\x50\xfa\xfd\x91\x0f\x65\xd6\x83\x01\xcb\x90\xb5\x4f\x96\x6d\x7a\xd9\xd8\xef\xb6\x63\xe1\x64\xb7\x9d\x4a\x1b\x03\x94\x81\x43\x27\x3e\x2c\x06\x0e\x2d\x47\x7f\x0b\xf5\x8b\xdc\x37\xd3\x59\x5e\x76\xa8\x22\xdc\x94\x50\xea\x82\xbb\xcf\xe6\xa8\xc9\xd4\xc8\x1a\xd5\x67\xa6\x46\xce\x47\xb5\xa4\xec\x56\x19\x53\x63\x99\x1f\x9d\xeb\x9e\xe2\xd4\xc7\x4a\xa1\xf0\x1a\x91\x9d\x15\xf5\x7a\x56\xe4\xae\x79\xfb\x82\xa3\xfb\xe7\xe6\xef\x73\x84\x92\x81\x35\xdf\xc9\xa3\x78\x66\x65\x6c\x58\x80\x51\x4f\x3b\x0d\xb3\x4d\xa6\x61\x3d\xb3\x4c\x7a\x72\xbd\xbf\x0b\x2e\x0d\xb3\xa6\xa8\x8c\xc9\xfb\x47\xd1\xb1\x7d\x66\x25\x6e\x4b\x28\xa1\x7e\x2a\xe3\xe7\xad\xd5\x41\x51\xbb\x65\x51\x3b\x23\x78\xc8\xa2\x76\x62\xfb\xdd\xcb\xf6\x56\x24\x75\xc5\xd8\xb6\xda\x43\x0d\x35\xda\xa1\xbc\xbd\xb8\x35\x64\x7c\xeb\x8f\xbc\xf4\x4f\x36\xbd\xec\x99\xbc\xd2\xe3\x4f\x09\xc7\xd3\xea\xdf\xd3\x0c\x52\x82\x4c\x71\x67\x1e\xb5\x86\x5f\x0d\x73\x5d\x0f\x3b\xe9\x79\x9a\x2d\xbf\x14\xd1\x2a\x6d\xd9\xe9\x4a\x83\x49\x2d\xbf\x46\x50\xc6\xee\x65\xb3\x06\x4a\xb6\xed\x2c\xde\x0e\xfc\x79\x28\x79\xbe\xb5\x74\xf9\x73\x55\x46\x27\x87\xcf\x9e\x66\x7d\x31\xa0\x72\xdc\xcb\x5e\x72\xf0\xf7\x65\x27\x19\x38\x91\xe3\x7c\x37\x6c\x52\x46\xbd\x5a\x58\xe3\x65\x77\x16\x58\xf8\x92\xfc\x38\xb2\x00\x72\x60\x3b\xb9\x09\x64\xd3\x6b\x85\x33\xab\xd0\xdd\x16\x3e\xa8\x14\xde\x25\x72\xe7\xe2\x7d\x30\xa1\xe4\x95\x95\x61\xcb\x11\x1d\xcb\xe4\x96\x4d\xaf\x1c\x68\x51\x36\x46\x3d\x8f\x65\xdb\x49\x9d\x36\x37\x49\xb1\xb8\xfb\xb7\xb3\xac\xc1\xb1\xb7\x05\x83\x88\x9a\x8a\x00\x3e\x27\x23\x95\x35\xb0\x9c\xb0\x73\xa5\x05\x2f\x63\xa4\xec\xd9\x46\x11\x12\x1d\x1d\x5c\xde\x46\xe5\xbf\xd8\xd3\xbf\x19\xe8\x08\x29\xef\xe7\x77\xa8\xca\x18\xf6\x36\xf3\x95\x57\x88\xa7\x7b\x3b\x95\x1a\xd7\x80\x72\x82\x37\x7c\x2b\x8c\x54\x5b\x2b\x02\x3a\x39\xc1\x61\x04\x46\xaa\x3d\x50\x7e\x6c\x4b\x9e\x7d\xa6\xd0\x19\x66\x16\x94\x67\x71\xa6\x55\x79\x2f\x71\x47\x6c\xf6\xc9\x0c\x29\xff\x6a\x84\x4d\x99\x23\x5b\x65\x9f\x38\x9d\x78\x38\xf8\xb6\x90\xca\xce\xdc\x4e\x9f\xd6\x53\x73\xc9\x99\x27\x65\xc2\x0f\x3b\xf2\x9d\x64\x2d\x78\xed\xb6\x86\x13\xcd\xa0\xd1\x70\xdb\xce\xf4\x5b\xc1\x01\x1f\xde\x56\x70\xa0\x19\xdb\x8a\x64\x6e\x84\x09\x6c\x45\x32\xcf\x95\x3e\xec\x4c\x39\xf2\xe1\xb3\xc2\xe3\x4c\xcd\xa1\x90\x05\xc6\xa6\x54\x18\x3b\x7f\x21\x83\x4a\xe1\x6e\xd9\x4e\x88\x6a\xd3\xd3\xbe\xcc\x6e\xd8\xd1\x97\xf7\x09\x43\xbb\x60\x37\x88\x48\x0a\x3f\x6e\xe8\x69\xf7\xc5\x6d\x86\x9e\x84\xf0\xe3\xb7\xaa\xe2\xc8\x39\xa5\x97\x75\xf8\x1d\x89\x4d\xe1\xc7\x8d\x60\x87\x7d\x11\x59\x18\x4a\x81\x00\xbc\x47\x15\x7d\xdc\x0a\x07\xd3\x99\xc7\xc3\x0b\x95\x78\x7c\x4d\xf6\xcd\x65\xcd\xc8\x40\x98\xb8\x70\xd1\x4d\x55\x69\xed\xe8\x41\x28\x40\xeb\x6d\xe5\xf2\x77\x29\x54\x8e\xdf\x9e\xee\x95\xd8\x26\x03\x7d\xf6\x42\x0d\x23\x72\xbe\x70\x8c\x74\x86\xdc\x2d\xc7\x38\x43\x2a\x21\x33\x57\xdd\x65\xe7\xd9\xff\xe0\xeb\x61\x94\xdd\x95\x67\xd8\xe5\xa4\x91\x03\xa1\xf8\xe2\x7a\x63\x00\x76\x36\x80\xa5\x08\x82\xf7\xa9\xca\xca\x89\x33\x85\x33\x5f\x36\xf0\x60\xc7\xde\x97\xb7\xc3\x19\xea\x91\x51\xc3\x6d\xb1\xb7\x66\x1f\xc9\xde\xba\x31\xb7\xec\x4b\x7c\x2b\xcf\xde\xcb\x37\xdc\x80\x51\xca\xfc\x5a\x0b\x57\xea\x6d\xd4\x16\x5e\x17\x32\xb0\xb6\x83\x6d\x7c\x3b\xd4\x6b\xa6\x4c\x2b\x07\xdf\xb8\x1d\xe9\x85\x88\x78\xfb\x75\x43\x00\x8f\xa1\x7c\xc7\x6e\x29\xfc\x28\x0e\xaf\x42\x7d\x95\x7e\x22\x83\x91\x9e\xb4\xe5\x3b\xc9\x13\x27\x5d\xc8\xd8\x8a\xd1\x6c\xdf\xf2\xc8\x6c\x68\x09\x9d\xae\x1c\x8b\xb2\xc1\x7b\x17\x16\x7e\x83\xf7\x96\x23\xa2\xf5\x6d\xfb\x52\xfe\x9e\x3c\x55\x5e\xa9\x5b\xb6\xbf\xde\x43\xe9\x84\x87\x6d\x3a\x7b\x39\x91\x37\xfb\x76\x62\x32\xf4\x3a\xb7\x39\x0c\xbb\xd8\x38\xbf\x98\xdb\xb7\xec\xb0\xed\xe0\xae\xbb\x8d\x4b\xc2\x92\xde\x88\xc4\x8c\x5b\x5c\x03\x7f\x87\x2d\x5b\x6b\xc9\x0e\xb7\xad\x15\xcf\x13\xc3\xfc\x96\x63\xf4\x14\xca\x03\x95\xed\x77\xb3\x17\x32\xa7\xf2\xb7\xc8\xc1\xb9\x8d\xb0\x0d\xd7\xbc\xd9\x0b\x70\xdf\x8f\x01\x4d\xd8\x0b\x32\xd2\x4e\xfc\x14\xf6\xc7\x58\x47\x35\x65\xde\xb7\xf0\x3b\x59\x70\x27\xae\x08\x86\xfd\x6d\x38\xe2\x00\xfb\x1b\xed\xbe\xc2\xbf\x0b\x31\x01\x06\xfa\x2d\x39\xb7\x1f\xaf\x7e\xc9\x60\x3c\x53\x94\x49\x68\x59\x30\x66\xa5\x06\x2f\xd1\x92\x2b\xde\xbb\xe6\x25\xf5\xb1\xbc\x8c\x47\xa4\x01\x79\xeb\xfb\xa1\x53\xc7\xb3\x35\x3e\xb6\x19\xc2\xa7\x94\xa8\x7b\x62\x78\xdf\x1f\xf9\x4e\x62\x06\x37\xca\x6e\x39\xc6\x4e\xa1\xd3\x5c\xd1\xbf\x0c\x01\x3b\x35\x1f\x3e\x85\xc7\xeb\xfe\xe8\x79\x32\x5b\xca\xf4\x83\x35\x65\x9e\x7c\xd8\xab\xa3\xc1\x71\x42\xd8\x5f\x0b\x09\x93\x76\xbe\xc6\xb1\x6b\xa1\xc4\x09\x42\xc9\x5b\x31\xcf\x1c\xc3\xec\xe6\xb1\xa2\x5c\xe0\xa5\xa0\xfc\x54\xba\xef\x12\x61\xea\xeb\xec\x0e\x35\x65\x02\xc0\xe3\x74\x7f\xa5\x69\xc6\x7f\x65\x2b\x52\xbc\x1c\xb8\x0b\x1a\x64\xb7\x54\xee\x4c\x45\x8a\x97\xb0\x77\x45\x8a\x97\xb9\x43\x75\xe5\xb9\xa2\x51\xf1\xde\x28\x56\x64\xbe\x3d\x89\x72\xdb\x5f\x69\x72\x4a\x0f\x25\xc6\xc3\x3d\xf4\x35\x93\x0c\x7b\xb5\x89\x96\xd5\x36\x52\xee\xf8\x37\x1a\xe2\x06\x0d\x37\x7c\x4f\x11\xcf\x35\x22\xc2\xcf\x57\xdd\xe4\x40\xfd\x6c\xca\x4b\xcd\x9f\xcb\x42\x0a\x91\x8a\xb7\xc4\xcf\xcf\xf8\x18\x21\x7e\x96\xad\x31\xad\x6d\x05\x40\xcf\xf0\x41\x19\x6c\xeb\x89\x68\xfd\xf3\x2c\xb2\xc0\x32\xd8\xce\xc1\x76\xb3\xc1\x16\x17\x44\xe0\x70\x07\x1b\xf3\xe7\x07\x59\xd4\xad\x3f\x3f\xc8\x98\xf0\x9f\xb5\x2a\xf3\xfd\xf2\x4f\xfd\xf3\x93\x72\xf9\x8d\x94\x40\xde\xee\xc9\x32\xca\xb4\x3a\x07\x0a\x98\x9f\x51\xe7\x60\x45\xb6\x9e\x46\xf5\xfe\xe7\xa7\x33\xaf\x20\xd9\x4b\x37\x3e\xaf\x46\xaa\x2d\xff\x9f\xb1\x77\xc9\xbd\xac\x45\xa2\x7b\xfb\x35\x8a\x1a\xc2\xe1\x0d\x52\xa9\xe6\x02\xe7\xec\x7d\x7b\xb7\xe1\xf9\x37\x2c\xe2\xb7\x56\x5a\x96\x6d\x7d\xd9\x4a\x58\xb9\xff\x1c\x1e\x41\x40\x10\xaf\x8f\xb5\x30\x2f\x06\xa1\x7a\x47\x08\x75\xe9\xac\x3a\xb2\x5e\x1e\x35\x74\x83\x09\x77\xdc\xe5\x97\x9b\x97\x08\x0e\x62\x44\x2f\x3b\x5a\xfe\x59\x0b\x0d\xa9\x14\xb4\x8b\x70\xd1\x16\x10\xc3\x57\xb6\x64\x6d\xa2\x17\xdd\xb6\xfc\x91\xd6\x8b\x02\x63\xb9\x76\x5b\xcd\xee\x5b\x48\x0f\x3e\x06\x5f\xf4\x7e\xf2\x1c\x5a\xa1\x21\xad\xb2\x2a\x26\x1d\x6d\x29\x1e\x46\xa8\x9d\x3a\xc7\xd2\xfe\x60\xe7\xa2\xcb\xf5\x0e\x67\xd5\x49\x4c\x85\x5b\x23\x27\x54\x52\x2d\x1e\xa0\xb2\xbf\xe4\x17\xd9\x71\xca\x3f\xdb\xd9\x0e\xe4\x9f\x9d\x52\xca\xef\x8f\xf2\xcc\xf9\x17\xc3\xcb\xac\xfb\xff\x16\xcd\x0c\x55\x23\xbc\x46\x72\x33\x87\xff\xf4\xb7\x11\xf8\x34\xfb\x53\x26\xb9\xa8\xd9\x50\xd8\x0e\xff\x48\xbc\x4e\x49\x29\x48\x5a\xdb\x31\xfc\x87\xc1\x70\x08\x2e\x79\x6b\xa1\xda\x9b\x1a\xf1\x82\x51\x55\xd5\xee\xaa\xca\xe9\x94\x4c\xb5\x8b\x10\x2a\xb7\x16\xa1\x96\x3c\x44\xa2\xdf\xeb\x75\x7a\x87\x83\xe8\x12\x47\xdf\xe1\x20\x3a\x9b\x9b\x39\x18\x53\xea\xcb\x50\x57\x13\xaa\xfd\xd6\xc2\x22\xa9\x68\xc2\xc9\x54\x3b\xd4\xed\x13\xdb\x68\x7a\x84\x87\x46\xf9\x4f\xd2\xd1\xea\xe1\x8e\x8c\xb3\x53\x62\x1f\x19\x67\x07\xf1\xd0\x6f\x2d\xd2\x2f\xfb\xef\x42\x77\x2d\x45\x0c\xf9\x67\xa7\x9c\x4e\xc9\x38\x3b\x07\xac\x98\x84\xb3\x4b\x06\x01\x24\x9c\xcd\x1f\x91\x26\x09\x67\x87\xf4\x32\x3b\x1c\x29\x67\xd6\x04\x87\x73\xe4\xea\xd3\xb5\x16\x35\x7d\x89\x06\x87\x28\x98\xb7\x1a\xa9\x48\xdc\x1b\xb2\x28\xb9\x37\xf1\x50\xd7\xb5\x4e\x91\xef\x75\x76\x11\x46\x68\x72\x97\xdc\x3a\x49\xf7\x3a\x09\xf7\xbc\xc8\xf6\x9a\x3f\xeb\xe3\xff\x64\xc0\x1a\x14\xf9\x1c\x44\xfc\xb8\x4a\xfe\x99\x44\xe5\x42\x9f\xff\xc8\xa8\xc9\x21\x5b\xd2\x70\x33\x33\x72\x05\x76\xd5\x42\x7a\xd3\x92\x86\x17\x65\x91\x45\xec\x0e\x2f\xca\x4a\x8c\xf0\x5b\xfb\xfe\xf7\xdf\x3d\x79\x84\x27\xbc\xf6\xff\xb4\x12\x19\xf8\xb2\xc7\x1b\x4f\x15\x1a\x61\xf8\x50\x8e\xa4\x1d\x14\x3e\x94\x89\x74\x63\x8b\x5c\xb3\x45\x37\x3b\x72\xcd\x0e\x39\x9f\x92\x6a\xb6\x96\xec\x2f\x43\xca\x13\xe5\x67\xe4\x33\xf1\x81\x70\xa1\x2c\x04\x98\x5e\xe4\xa1\xcd\xd2\x3a\xee\xd0\x54\x0f\xe9\x19\x77\xc6\x45\x2d\xbb\x67\x87\xb9\x6f\xaa\x3e\x54\xbb\xaa\x97\xd7\xa7\xaa\x76\x42\x04\xd3\x6b\xe3\x0e\x3d\x76\xf9\x68\xbc\x79\x69\x0d\xd5\x55\x02\xa6\x6b\x45\x09\x46\x9d\xdc\x39\x14\x03\x52\x37\x28\xd9\xad\xd4\x3d\x3b\xf4\xd8\xb9\x4c\xd7\x22\x47\x85\xe7\x0d\x63\x59\xb2\x41\x2e\xf2\xe2\x56\xbd\x0f\x6c\x69\xb5\x45\xfc\xa1\xb9\x4e\xd5\x13\x80\xe1\xca\x12\xcf\xca\x84\xb1\x4c\x6a\x06\xf6\xfe\xf1\xa7\xf1\x4a\xad\x35\x0d\x5f\xc7\xfb\x87\xae\x5e\xf6\x22\x33\xc2\x9d\x45\xb6\x49\xbd\x0b\xb2\x95\x5b\xe0\x0e\x87\xc6\x25\x87\x1e\x52\xe8\x2e\x39\xcd\x6c\x82\x35\x17\x31\x94\xc2\xb5\x97\xe0\x98\x8b\x34\xb9\x4b\x3e\x3c\x5b\xca\x5d\xe9\x30\x76\xc1\x92\x5b\xfc\x3d\xdc\x0b\x93\xd9\x74\x04\x5d\xce\x1f\x3d\x1e\x91\xfd\xb6\x9b\xbd\x86\x1a\xb8\xc8\xdf\x76\x17\xe2\xea\xfa\x37\x74\x2f\x73\x33\x6f\xa4\xa2\x50\x6f\xc2\xc8\x43\xea\xf2\x8d\x5b\xe0\x47\x1e\x3d\x64\xbf\xb5\x97\xe2\x0e\x4f\xc0\xa6\x6b\xbf\x32\xdc\x4a\x5e\xd8\xa1\xf7\x5d\x49\x33\x55\xb8\x6d\xe8\xc9\x6d\x17\x5e\xf4\xdd\x37\x6e\x1b\x7a\xab\xdb\xe1\x09\x38\x96\xff\x13\xd9\xa6\xe8\x17\xb9\x6d\x2c\xff\x48\x44\x86\x90\x29\x35\x19\x6f\x67\xf3\x94\x1f\x42\x9e\xfb\x0f\x23\x8f\xe1\xc7\x8d\xc6\x4d\x54\x8f\x19\xbb\x12\xa3\x4a\x44\x56\x39\x43\x65\x5a\xbe\x43\x33\x3b\xc6\x9f\x4f\x63\x58\xd9\xb5\x70\xbf\xfe\xf8\x4b\x36\x16\x77\xba\x5d\x09\x03\x96\x5c\xfb\xc5\xec\x30\x8f\x64\xce\xd5\xbb\x3d\x99\x73\x95\x4f\x6a\x91\x38\x77\xca\x6d\x49\x89\x73\xbd\x73\x2a\xdc\x5f\x3c\x26\x14\xb5\x4b\x6f\x95\x3b\x5c\x06\xe7\x47\xcc\x3f\x14\xb3\xb3\xbb\x15\x69\x62\xf4\x7b\x61\x9d\x4d\x44\x91\xa5\xfc\xb7\xb2\x81\x20\xa9\xed\x4a\xd9\xb5\xd0\x92\xe8\x3c\x45\x89\x99\x24\xc9\xef\x88\xee\x3b\x49\xe7\x72\x6b\xa1\x26\x11\xe3\x6a\xa8\x49\xf2\x5f\xf0\xe9\x08\xe8\x9b\xd3\x47\x5b\xb5\xc5\x9d\xa5\x68\x31\x1a\x6a\x32\x4d\x69\x43\x4d\xa6\x7d\x13\xca\xc7\xa9\x78\x1b\xbb\x11\x9d\x5c\x7b\x21\xe2\xf4\x66\xfb\x45\xef\xc6\x0d\xba\xa9\xd1\x88\xd5\x6a\xba\x25\x50\x6f\x92\x67\xcc\x0e\x7f\xbe\xa5\x37\x88\x1d\x6a\xca\x25\xa3\x0c\x52\xec\xe6\xf4\xd1\xf2\x93\x63\x57\x11\x1f\x76\xb8\xf0\x29\x7d\xd6\xad\x45\xa0\xe0\xae\x3f\xdc\x8c\xd1\xb3\xc3\xc5\x44\x97\x86\x08\xa3\x9b\x93\xf9\x2a\x9e\x79\x7a\xcb\xd9\x0d\xbf\x6c\xad\x47\xe8\x37\xb3\x84\xb4\xdd\x88\xa8\x92\xd5\x4c\x04\x45\xfc\x68\x53\x87\x63\x5e\xd1\xeb\xc5\x0e\xc7\xbc\xfb\x13\xfe\xb4\x46\xe7\xfc\x69\x8b\x68\xd2\x6e\xb4\x47\x5a\x20\x75\xfc\xc4\x16\x77\x4f\xe3\x4d\x40\x5e\xfb\xa4\xf1\xcd\x4a\xf1\x7c\xab\xdf\x4b\xd3\xee\x69\x84\x1b\xe8\x3a\x39\x1a\xf6\x32\x1f\x4f\x0e\x47\x25\x97\x66\x52\xfe\x36\x05\xf5\x20\xe3\x6f\x9e\x62\x95\x11\xaa\xb7\xf9\x7a\xd7\xc9\xf6\x9f\xfc\x65\x8f\x3c\xb6\xfe\x32\x7a\xaa\xfb\x5c\x27\x1d\xad\x0e\xce\xd0\xc4\xde\x9f\xf7\xa7\x3b\x3e\xf5\x7f\x9e\x38\x1b\xfc\x87\x5f\x3e\x1d\xaa\x32\x8c\xa6\x9a\x86\x31\x55\x8d\xf8\xac\x3a\x57\xd1\xb6\x2a\x16\x03\x59\x85\x4b\xf5\x97\xf1\x22\xe9\x7b\x69\x28\x5b\xab\x6c\x62\x76\xc4\x0a\x2e\xcb\xad\xec\x30\x37\x10\x83\x0b\x0d\x6a\x93\x9e\x8c\x2c\xc2\xb3\x68\xfa\x43\x2d\x3a\x25\xf9\xee\x1e\x7b\x7a\xf9\xf7\xe2\xb6\x25\xf3\x4f\x32\x0c\xe7\xf4\xf1\x0f\xf2\xac\xec\x01\xc7\x6d\xcb\x57\xc8\xf0\x0c\xcc\xc9\xa4\x19\xae\x81\x43\xfa\xb6\x3d\xb0\xa9\xf7\xff\x05\xd7\x92\xa5\x0d\x49\x7d\xa7\x6f\x31\x43\xdb\x4f\x97\x3f\x94\x96\xd2\x2a\xed\x50\x5a\xce\x0f\x5a\x85\x1d\xfe\x75\x4b\x76\xb3\x1b\xff\x3a\x29\x5c\xc8\x06\x7c\x9b\xf1\xef\x47\x06\xc3\xe5\x1a\x2b\x35\xdd\x6a\x5c\xbd\xa7\xff\x92\x95\x9a\xee\xeb\x1b\x1d\x50\x6d\x33\x48\xb1\xca\xd0\x7e\x4e\x89\xd0\x1b\xed\x67\xd6\x4e\x1d\x4a\x0c\xaa\x3f\xe4\x12\xab\x9d\x12\x4a\xbe\x29\x4b\x00\xd2\xf8\xe6\xe4\x13\x2f\x94\x7c\x43\xda\xc1\x1d\x6a\xbd\xe5\x4d\x15\xae\x71\x4b\x46\xed\x4a\xb1\x2b\xe3\x50\x52\xec\x2e\x3d\x7a\x93\x28\x77\xc9\xe0\x75\xcf\x78\x91\x2c\x22\xc6\x88\x5d\xbb\x7c\xa1\x8f\xd0\xb5\x39\x49\xdb\x4c\xd6\xda\xa5\xd8\x1f\x1b\x9f\xb6\x2c\xf2\xc7\xa7\x2d\xf9\x4a\x3d\xc9\x6f\xd9\xff\x31\x02\xf5\x22\x6b\xed\xca\x3a\x9a\xc3\xc5\x6d\xca\x12\x68\xe3\xe2\x26\x8f\x71\x72\xd8\xce\xbc\xfc\x13\xfc\xa2\xf8\x56\x68\xb9\x96\x19\x77\x68\xb9\x96\xcc\x11\x77\x28\xb9\x56\x2e\xfe\xbf\x88\xcf\xa8\x61\x84\x3e\x6a\x99\x17\xe2\xc7\x26\x9b\x0d\xf2\xd9\xe6\x3f\x47\xea\x62\x1a\x91\xe0\x95\x87\x96\xb4\xf5\xb7\xd6\xf9\x74\xaa\x3a\xe2\x10\xf7\xa7\xa1\x97\xd7\xfc\x87\x42\x6a\x65\xf1\xe2\x50\x32\x4d\xe9\x86\x95\x96\x56\xb6\xf9\xa4\xa5\xcd\x49\xce\xe5\x3b\x14\x49\xca\xf4\x76\x6b\xb1\xfc\x3a\x9b\x42\x59\xb4\xb2\xd8\x3d\xca\xa2\xa4\x38\x25\xe4\xa5\xcd\x0a\x53\x45\x5e\xda\x5a\xdc\x9b\xd0\x62\xca\xab\x8b\xbc\xb4\xf5\xa3\x53\x6c\x11\xfa\x4d\xe4\xbf\xb0\x79\xd4\xf4\x2f\xf6\x3f\x51\x4e\x17\x79\x69\x53\xaa\xfe\xc3\x1a\xca\x41\xff\xdf\x65\x3f\x8a\x42\xb0\x51\x2b\xd5\xe4\x46\x23\xa9\xb7\x6e\x3b\xe1\x8e\xd7\x3f\xc3\xb5\x50\x7f\xea\xd4\x8e\x58\xb9\xc5\xec\x2e\x54\x4e\xfd\x33\xfc\x7f\x98\x4e\xfa\xff\xde\xf8\x3f\x6a\x3b\xbc\x46\x86\x5a\x09\xc7\xbd\xdb\xed\xa2\x6a\x9c\xa1\x9a\xa7\xd0\x5c\x75\x29\x0e\xc8\x7c\x9b\xe5\x88\x4b\xe6\xdb\x34\xb5\x14\xa1\xb8\xea\x32\x70\x26\xf1\xed\x6d\xb4\xaa\x1a\xa3\x98\xae\xc5\x51\x30\xdc\xcc\x37\x52\x39\xf9\xff\xc2\x80\x4c\x9b\x26\x74\x53\x9d\x1c\x22\xb7\x16\x82\x91\x7f\xf0\xd2\x57\x37\x5f\x0a\x65\x54\xf9\x88\xa3\x85\x32\xaa\x9b\x2d\xe1\x0b\x98\xd2\x72\xf5\xca\xa1\x79\xb9\x99\x08\xa6\x26\xa2\x89\xe0\xb7\xb9\x8b\xf7\x85\xbb\x5f\x6d\x1e\x53\x9c\x19\x9f\x3f\xff\xd7\x91\xf6\xf4\x8b\xf7\x92\xde\x3f\x12\xe6\x37\xc1\x32\xc5\x6d\x37\xd1\x03\xb5\x9f\x43\x53\x35\xa4\x18\x26\xd1\xed\xe8\x62\x3d\xa1\x52\x1a\x96\x18\x42\xa5\x34\xf4\xae\xbb\x43\xa3\x94\x2c\x23\x85\x46\x29\xa7\x9c\xdc\xe8\x8e\x4f\x35\x42\xae\x0c\x39\x69\xd9\x78\x76\xd5\x2e\x0d\x1d\xd2\xe8\xda\x33\xa1\x43\x1a\x52\x9b\x90\x21\x77\x58\x10\x3e\xbc\xc1\xea\x72\x8b\x37\x9d\x74\x31\xa4\xa7\xcd\xb6\xe5\x22\x3d\xed\x50\xb0\x0e\xd2\xd3\x2e\xd9\x0b\xee\x08\xb8\x5b\xa4\x0b\xda\x11\x6f\x77\x4a\xd9\xbe\x43\x33\xe4\xb8\x3e\x24\xb2\x75\x08\x20\x12\xd9\xde\x9f\x70\x75\x86\xbd\x9c\xff\x30\x1e\x4b\xc5\x24\x0e\x47\x8d\x19\x71\x28\x83\x86\x6f\x85\xe1\x95\x37\xbc\xf5\x0e\xef\xb3\xfe\x7d\xf8\xb9\x39\x48\x38\xde\x8d\xfe\x17\x5a\x44\x32\xd0\x3a\xca\xcd\x46\x53\x24\x77\x46\x52\xc7\x0e\x99\x92\x92\x39\x36\xa7\x2c\xc1\x0b\x15\x4f\x17\x93\x8e\xc0\xbd\xd5\xe3\xf8\xf2\x76\x28\xba\x09\xd5\x4c\x4e\x59\x3d\x47\x37\xe3\xeb\x64\x68\x63\xd6\x6c\xfe\x43\xb6\xbb\x7e\x12\x75\x8c\xef\x93\xa1\x8e\x19\xbe\x24\xe2\x5d\x27\xeb\xd1\xfd\x65\x1e\xb5\x17\xbf\x08\x9e\x3a\x16\xbe\x3c\x73\x0f\xd7\x2a\x1c\xa5\xa8\x1a\x81\xa1\xdd\x8c\x76\x83\x76\x38\x9a\x9b\x52\xfd\x97\x93\xff\xd4\x90\x91\x59\xbb\x3f\xc5\x0a\x4c\x9d\x8b\x98\x71\x52\x6a\xed\x2f\xf6\xc8\x59\x37\x88\x2f\x8a\x5b\xdd\x68\x42\xad\x53\xfd\x12\x12\x81\x7c\xbb\x6c\xe9\xf6\x37\x2e\xc9\x0a\xba\xb3\x7f\xdc\x19\x7c\xf5\x08\x17\xba\xac\x90\x0d\x5b\x2e\x74\xa2\xdc\xd0\xe4\x0c\x3f\x10\xff\x88\x9e\xa9\xab\xef\x4f\xdb\x61\xaa\xd6\x69\xb4\xa8\x1a\x7b\x55\xcb\xf1\x63\xa9\x9a\x7f\x22\xc8\x41\x37\x98\x9f\x44\x54\xff\x5d\x90\x51\xf6\x0f\xbe\x91\x0e\x8f\x89\xfa\x2d\xf5\x5b\x7d\x63\x8f\x69\x03\x84\x5b\x5e\xf6\x5e\x09\xb7\x3c\x87\xc0\x22\x53\x6c\x4e\xf2\x67\x54\xaa\xd8\xa1\xed\x40\x8e\xd7\xac\x59\x0c\xe5\xcd\x1a\x12\xd9\x22\x74\xee\x1a\x3a\xec\x1e\xcd\x5b\x75\x35\x02\x83\x6b\xa5\xc2\x85\xee\xfe\xe7\x52\x35\x02\x58\xe8\x37\x94\xe5\x55\xf3\x1f\x4a\x98\xac\xe4\x2e\x6b\x87\x16\x66\xf9\xb6\xfb\xe0\x19\x5f\x5c\x0b\xbd\x9a\x36\xc7\x83\xd2\x4b\x64\x1c\x21\x62\x97\x0c\xba\x48\xeb\xea\x80\x89\xe4\x55\x75\x14\x46\xf2\xaa\xae\x21\x21\x05\x1d\x4c\x2a\xd3\x9f\x46\x33\xda\x46\xb8\xbe\x49\x93\x42\x9a\xd1\x25\xdb\x2b\xd2\x8c\x2e\xe9\x6e\x48\x1e\xba\xa4\xfe\x25\x77\x68\x4e\xf5\xe3\xea\x8a\x67\xdf\xa6\x5a\xf4\x46\x3b\x25\xc2\x9c\x3a\x42\x20\x79\x3e\x73\x52\x10\x16\x12\x7d\x2e\x59\x58\x90\xcc\x73\x49\x21\x47\x32\xcf\xfb\xe9\x52\x35\x3a\x2e\xae\xfa\x12\xa6\x5d\x47\x1c\xfe\x64\x32\x2d\x24\x7f\x67\x4e\x7e\x16\xc3\x9f\x4c\x61\x10\x49\xd2\xe9\x48\x87\x3b\xb4\x2e\xd3\xf7\x84\x50\xba\xdc\x3f\x54\x77\xe2\x6d\xd9\xaf\xd0\x04\x08\x95\x95\x1e\x29\x2d\x1d\xc0\x51\x29\x2d\x93\x37\x55\xe8\x59\x1c\xf7\x8f\x1c\x93\x6b\x70\xfc\x92\x63\xd2\xe1\x03\x49\x1c\xe9\x30\x84\x24\x87\x5c\x93\x33\xf5\xe0\x79\xa6\x08\xa9\xb7\x1a\xcc\x89\x5d\x4c\xe6\xc8\x79\xff\xef\x9f\x58\xf5\xc1\xbd\x8c\x6c\x6b\x8b\x2c\x8f\x4b\x9a\x34\xb2\x3c\xe6\xa4\xe0\x1a\xa4\x79\x5c\x32\xd0\x25\x95\xe3\x92\xef\x0f\xa9\x1c\x17\xf9\xf2\x17\xc9\x1b\x97\x5c\x88\x48\xd7\xb8\x14\x22\xf1\xe0\xa5\x26\x8b\xa2\xf3\xe1\xfd\x32\xe9\x17\xb0\x98\xac\xfe\xfd\xf0\xe7\x93\x03\xc6\xf9\x84\x19\x41\x92\x33\x01\xb9\x1c\xd7\xf8\x53\x83\xe4\xa6\x26\x20\x5c\xaf\xa4\xa2\x38\x1f\x0e\x19\x45\xc2\x38\x1f\x6c\x4a\x92\x16\x20\x2c\x6d\xa5\x92\x3b\x1f\xc4\x04\xd9\x3d\x9f\x34\xe9\x81\x6b\x31\x64\x38\x87\xf2\x3e\x4a\x41\x7a\x12\x0b\x00\x39\x1e\x7c\xd8\x94\xf3\xf3\x56\xc3\x42\x99\xcb\x28\x69\x20\xef\x7f\xaa\x1d\x0e\xf6\xe4\x76\x46\xf8\x17\xfa\xd3\xa0\x0e\xc4\xad\x93\x44\xe4\xfe\x3f\x9c\x0b\x3e\xae\xbe\xb1\x75\xd5\xd5\x20\x64\xe9\x0b\x0f\xfe\x6d\xb2\x0c\x25\x49\xe4\xd2\x73\x22\x49\x22\xb3\xc3\x97\x91\x25\x72\x49\xed\x7a\x12\x97\x25\x29\xfa\x4f\x68\x22\xaa\x6e\x87\x27\xb4\x0d\x43\xde\xc7\x27\xc3\x10\x65\x90\x74\x42\xdd\x90\xc5\xf3\x9d\x6d\x12\x9e\x47\x0e\xc9\x21\x7f\x5f\xa5\x90\x4c\x32\x54\x3d\x39\xa2\x84\xca\xe1\xf7\x64\x2c\x29\xe0\x72\x27\xc3\x2c\x65\x7e\x7a\xb2\x66\xb9\xaa\xd9\xb0\x9e\x90\xd3\x04\xf9\x26\xef\x7f\x32\x92\x78\x7e\xcf\x7a\x99\x25\x1b\x64\xb6\xa3\x84\xd2\x41\xca\xff\x8f\x74\x90\xf7\x3f\xf5\xa3\xc8\xaa\xcd\x43\x09\x4a\xcb\x9a\xbd\xac\xd9\xe3\xfc\x22\x3f\x62\xd1\x61\x7e\x4a\x04\xf5\x49\x22\xee\x42\x80\x65\x4d\x5e\xe1\x6e\x81\x58\x47\xae\xc0\x21\xfb\x28\xf2\x01\x4e\x1d\x2d\x87\x67\xec\xae\x7d\x4f\x92\x3f\xbd\xa2\x9f\x42\xca\x49\xcd\x07\x49\xfe\xe4\x29\x7b\x8a\xf2\xf1\x68\xdf\x85\x57\xd2\xea\x62\x26\x11\x4e\x6e\xc9\x5a\xed\x54\x14\xb1\xa2\xd6\x0a\xfb\x96\x23\xe9\x51\xac\x39\xed\x88\x4a\xc0\x55\x35\x1a\xcf\xbf\x53\x07\x0d\xb9\xf2\x72\x92\x45\x20\xc9\xf2\x56\x17\x17\xa8\x90\x6b\xd7\x46\x8b\x6c\x79\xab\x8b\x78\xc3\x4f\x67\xc9\x44\x88\x3c\x77\x73\xb8\xab\xe1\x8b\xa3\x50\xd8\x8b\x44\x77\xb3\x4f\xb5\x1a\x11\x1f\xe4\x2c\x4e\x52\xba\xf5\xe7\x27\x42\x4d\xfa\xf1\xef\x07\xb5\xca\x22\x8f\xf4\x6e\x4b\x7a\xac\xc3\x33\xae\x02\x77\x9c\x78\xc6\x5d\xfe\xbd\x86\x26\x54\x4c\x88\xc7\x58\xbd\xb7\x91\xfd\x6c\x48\x85\x48\x82\xb3\xd5\xb5\x91\x1b\x5a\x61\x04\x9b\x13\x61\xd1\x96\x17\xb8\x21\x70\xeb\xf6\x48\x6a\xb2\x59\xc6\x3f\x9b\x7e\x9c\xc6\x78\xb5\xfc\xf1\xc2\x3a\xf5\xc2\x77\xba\x56\xb1\xa9\x16\xab\x28\x71\xed\xc4\xfb\xe3\x92\xcd\xc8\xe9\x0c\x4a\xd4\x17\x8f\x81\xab\x73\xb0\x91\x38\x2c\xa7\xa1\x55\x8c\x30\x61\x4b\x6e\x52\xa7\xa3\xa6\xe5\x4a\x76\x3a\xa4\xc9\x2b\xd2\xe9\xd1\x37\xbd\x70\x92\x00\x6c\x7e\x34\x37\x1d\x9e\x9b\x5d\x8b\x59\x14\x57\x89\x07\xbf\x25\xdb\x92\x13\xef\x7d\x39\x91\x52\xf6\x56\x63\x31\x44\xd3\x03\x79\x7c\x68\xa5\x06\x01\x5d\x5d\x63\x50\xc5\xb5\xb8\x66\x8b\x1f\xc6\x13\x5f\x4e\xba\x75\x1d\xde\xf8\x4c\xa8\x83\x21\x8a\x73\xe1\x6d\xa0\x77\x84\x33\xd0\xd8\x73\x05\x23\x1d\xd6\x92\xd4\x79\xc2\xf8\x7f\x49\x22\x25\x39\xd6\x52\x64\x8c\x13\x06\xfe\x4b\x42\x27\xe9\xaf\xe6\xf8\xf3\x65\xfc\x9e\x76\x6d\xa4\xa6\x5a\x92\x40\x4f\x84\x97\x5a\x72\xc8\x3c\x53\x3d\x2b\xaa\x9d\xf8\x32\xab\xf6\x25\x0a\x9e\x3f\x8d\xdd\xf6\xa7\x16\xda\x7c\x9d\x71\x61\xc2\x9e\x65\xd9\x70\xc2\x84\xbd\x7b\x27\x4c\xd4\x6b\x43\x3f\x11\xee\x73\xf2\xac\x21\x8b\x55\xf6\x49\x49\x3c\xab\xe4\x93\x2a\xe2\x59\x65\x79\x9e\x9d\x88\x67\x55\x3f\xe2\xe9\x93\x3d\xeb\x13\x6f\x2a\x5d\xff\x52\xed\xe1\x3f\x5d\x7d\xe3\x8d\x43\xed\x20\xd6\xf8\xe4\x0a\x3b\xf9\xbe\xdc\xbb\xf0\x9c\x55\x4c\xda\x83\x9d\xbc\xbc\x79\x48\x71\x75\xff\x50\xb3\x1a\x91\x5e\x87\xb6\x6d\xbc\x1a\x76\xc5\x84\x3d\xf1\x6a\xd8\x15\xbe\xf5\xc4\xab\x61\x57\x14\x58\x32\x5e\x25\x1f\xa3\xf1\x86\xd8\x15\x3d\xf5\x4c\x82\x79\x8a\xd7\xaf\xa9\x9e\x56\x55\x4b\x78\xf7\x4d\xd5\xea\xfd\x43\x5d\x47\xe2\x0d\x31\xe9\x2d\x9c\x8c\x57\x45\x56\xfb\xe7\x8f\xd9\x7a\x53\x35\x7e\x71\xfa\xd3\x58\x38\xed\xe1\xb5\xf4\x8b\xfa\xcb\x15\x73\xc3\xd5\x95\xec\x58\x5d\xc6\x7b\x47\x0f\x8c\xd2\x21\x9d\x78\x60\xec\x0a\x8b\x77\xc2\xe2\x7d\x98\xa6\x17\xfb\x5d\x0a\xa6\xb3\x38\x37\x25\xe7\x9e\x30\x72\xef\x0a\x86\x42\x9a\xad\xfe\xa7\x3f\x5b\x19\x77\x55\x6b\xfc\xa1\xff\xf3\xf2\x46\x29\xea\x48\x9e\x55\xb3\x3f\x8d\x87\x1d\x05\x94\x3b\x7a\x1b\x54\xfc\x5e\x92\x67\x0d\xb3\x6d\x45\xe7\x52\x54\x5e\x92\x67\x2d\x79\xd3\x9e\x78\x0e\x5c\x7a\x65\xfb\x93\x3b\xab\xa8\x76\xf8\x43\xff\xc8\x37\x3c\xcf\xfc\xe9\x2f\x0c\x5a\x34\xc6\xb0\x66\x24\x25\xd8\x22\x75\x56\x96\x9a\xf4\x6c\x5e\x7d\x86\x6b\xf1\x3e\x31\xfe\xd9\x2f\x91\xe4\x54\x43\xe6\x2d\x24\xa7\xca\x12\x73\xcf\xe6\x92\xa7\x21\x46\xc6\xa9\x21\xd3\x17\x12\x4e\x65\xe5\x4b\xbd\xd5\xb8\x27\xe8\xea\x4a\x50\xad\xa2\x89\xe3\x99\x4d\x4e\x2c\x87\xb8\x59\x52\xfe\x90\x55\x6a\x4d\x9d\xd3\x9b\xb8\x8c\x5a\x8c\xcd\x24\xea\xd4\xde\x64\x63\x74\x9b\x31\x6d\x7a\x39\x38\xf1\x3a\x96\x1d\x85\xf9\x60\x71\x6d\xc3\xb3\xe3\xb0\x55\x49\xb5\x15\x2a\xa5\xae\x1a\xf7\x94\xac\x5a\x84\xde\x17\xcb\x09\xe3\xe8\xac\x38\x1d\x27\xde\xce\xba\xac\xe3\x8f\xde\xce\xe4\x51\x75\x0e\x71\x4f\x45\x53\xf1\x3e\x56\xf4\x1c\x7a\xe2\xd1\x2b\x9b\x6e\x8f\xa2\xb4\x17\xd5\x98\x36\x86\x8f\x39\xb4\xef\x0c\x98\x43\x27\x59\x74\x9c\xc3\xdd\x6b\xba\x16\x0f\x19\xa2\x8c\xc3\xd3\xcd\x4a\xae\xc6\x43\x86\xf6\x58\xd8\x4a\x8f\xd9\xfc\x87\xf1\x90\xe1\xa9\x09\x83\xdc\xbe\xd4\x1b\x5e\xc0\x74\xa1\x22\x1f\x96\xc2\x3b\x9d\x83\x5e\x54\x4e\xa1\xe7\x90\x69\x42\xfc\x27\x8c\xa5\xd7\x14\xff\xc7\x58\x3a\xfd\x99\xd4\xf0\x1e\x97\x49\xee\xd1\x4b\xda\xca\xfe\x36\xae\xfc\xcd\x9f\x62\x8e\xee\x5a\x88\x0a\xbc\xb2\x90\xc7\x4a\x49\x39\x16\x79\xac\x72\x92\xed\xc7\xf9\x72\x55\xaf\xae\x7d\xf9\x4f\x7f\x1b\x76\xc6\xd5\xb5\x27\xec\xa2\x96\x6a\x2f\x9f\xb2\xc8\x11\x0b\xab\x0e\xf1\x4a\x12\x62\x99\x55\x47\x3e\xac\xfb\xe9\x54\x35\xa8\xd3\x3f\x09\x23\x93\xb9\xf6\xf9\xa2\xc5\xfc\xf3\x97\x4c\x88\x38\x47\x44\xca\x6a\x52\xd5\x9d\x88\x7f\x55\xe4\x6d\x7c\xbe\x5a\xf4\xea\xff\x8c\x45\x97\xac\xf0\x8d\x00\x40\x7d\xf9\x53\x56\x4b\x5f\xf2\xd0\x2c\x01\xfd\xab\x25\x70\xab\x3c\x66\x4a\x22\xfb\x6a\x09\xba\xff\x32\x5c\x89\x74\x5a\x7d\xd9\x4a\x8a\xbd\x4e\x02\xad\x5b\xa5\xdd\x78\x4d\x1b\x32\x92\x3e\xbf\x49\x30\xcc\x8f\x6a\x91\xda\x4d\xdb\x2c\x9e\xc1\x96\x82\x9c\x9c\x78\x06\x2b\xd2\x41\x9c\x78\x05\xeb\xbe\xb8\x87\x39\xf5\xf0\xe9\xfd\x43\x58\x5a\x7f\x3e\xc5\x0e\xbb\xa8\x16\x34\x20\x5e\xf9\x8b\x4b\xee\xa8\xfe\x89\xa0\x16\xad\x72\x98\x4c\x2b\xbd\xcd\x22\xb9\xd6\x94\x8e\x8b\xe4\x5a\x39\xf9\x0c\x8a\xec\x5a\x8e\xa7\x4e\xfe\xac\x35\x24\xd4\xfc\x78\x93\x6a\xfe\xc3\xc3\x1f\xea\x17\x37\xbf\xaf\xa9\xd1\x25\x57\xbf\xaf\x57\x38\x35\x8a\xd3\xb4\xc6\x14\x6f\x72\x43\x51\xe4\xc8\x3c\x35\x5a\xf9\xdf\x6f\xd5\xad\xfc\x9f\xac\x3a\x82\x5a\x65\x5f\x9c\xb1\xa7\x56\xe0\x1c\x32\x48\x0d\x4b\x9c\x61\x4e\x3d\xb3\x66\x26\x1e\xeb\x66\x11\x1f\xc5\x44\x5a\x81\xf7\xc9\x11\xb5\x14\x10\x83\xcc\x4f\xd9\x97\xe8\x78\xba\x4b\x7a\x90\x22\xf3\x53\x97\xb9\x3c\x99\x9f\x86\xc2\x75\x2b\xb9\x93\x59\x4c\x18\x5a\x57\xc5\xbc\x38\x84\x90\xca\x1f\x31\xdc\xc7\xb1\x8d\xab\xaa\x93\xa4\x5c\xfe\xdf\x30\x98\xff\xf8\x37\xb1\xa2\x48\x92\x9b\x9e\x60\xfa\x19\xc3\x89\x67\xc5\xfc\x67\x45\x62\x7f\xd6\x43\x6e\x96\x15\x95\x78\xe9\x63\xdf\xdc\x4a\x5c\x9d\x6e\x5f\xdf\x5d\xf9\xab\x4f\xf0\xe3\x77\x47\xcc\xe4\x8c\xc8\xff\xee\xc8\x4d\x9c\x3a\x16\x1e\xef\x8e\xe8\xb3\x93\x60\x74\x2f\x3a\xed\xfc\xe1\x3a\xfe\xee\x49\x54\xec\x20\x86\x77\xe3\x00\x9a\xf1\x09\xb9\x55\xc6\x15\xcc\xe2\x25\x77\x2b\x16\xb4\xb7\x12\xae\xb9\x4d\x95\x70\x15\xad\xaa\x2c\x0f\xe1\x55\xa6\xd4\x0f\xb1\x2d\x5e\xae\x98\x78\x91\xbd\x5c\xf1\x08\xbd\xf4\x72\xc3\xc3\x2f\xee\x55\xde\xc0\xd8\xf7\xef\xc1\xab\xe0\x43\x25\xde\x17\x6f\x7b\x55\xd5\x50\xe9\x34\x55\x2a\xff\xe7\x6a\x18\x53\xb6\x7f\xfd\xe7\xfd\xec\x0f\x29\x28\x72\x8e\x64\x7c\x02\x58\xa6\x4b\xfa\x01\x94\xc9\xa4\xde\x8d\x72\x81\x55\xe7\xff\x5a\xc8\x0b\xec\x1e\xf7\x35\x96\xf2\xfd\xec\x48\xb7\xc2\xca\xf3\x2b\x59\x36\x22\x39\x34\x85\xef\x67\xd7\x19\x8e\xc2\xf7\x4f\xd2\xff\xf3\x1a\xf3\x3f\xf6\xff\xff\xff\x3d\xff\xfa\x4f\xfe\xfc\xf7\xdf\xff\x19\x77\xac\xff\xfa\xcf\x37\x12\x4e\xde\x7f\xae\x14\x12\x36\x97\xdf\x78\xa0\xfe\xcf\xf7\x89\x0c\x39\xf7\x06\xfb\x0d\xf3\xff\xfb\xcf\x9d\xf0\x7b\xde\x7c\x23\x07\xd8\xfd\xe7\x8d\x14\x6a\xff\xfa\xcf\x37\x5e\x92\xef\x3f\xf7\xaf\x2e\xbd\x7e\xc3\x2e\xff\xfe\xb3\xc2\xd4\xe7\x5f\xff\xf9\xc5\x6b\xe7\xfd\x27\xf4\x8a\x39\x90\x1e\x08\xea\xe1\x75\x91\x23\xe4\x5e\x20\xee\x6f\xfd\x22\xab\xcd\xfd\xe7\x22\x71\xf6\x65\xd2\x07\x51\x20\xc5\x98\xd0\xaf\xd1\xc8\x4a\x93\x40\x2f\xaf\xa1\x50\xc2\x3c\x31\xd0\x10\xec\x29\x44\xa6\x87\x0f\xe8\x31\xca\x2d\x34\xe8\x35\x13\x8e\x9b\x42\xa4\xfc\xef\x42\xbb\xd1\x15\x2e\x36\xc0\x21\x27\x51\x98\xe1\x21\x16\x68\xdc\xab\x29\x84\xdc\xd0\x84\x76\xa3\x97\x05\xf2\x04\x74\x6b\x8f\xe1\xb0\x68\xa2\xcb\xa1\x47\xa2\xb0\x23\x39\xc2\x45\x89\x9e\x45\x01\x3d\x3a\xe8\xa9\x42\x39\x93\x40\xe3\x3d\x8f\x42\xd0\x53\x16\x3a\x85\x92\x43\x95\x6f\xab\xbf\xe5\x91\x25\xf6\x66\x26\xc2\x08\x85\x78\x88\xa1\x85\xb6\x8c\x86\xbc\xbc\x82\x27\x66\x42\x5c\x50\xb8\xc7\x0d\x76\x91\x99\x80\x11\x14\x2e\x3f\xc5\x04\x3c\x13\x3a\x81\xc2\xbd\xe6\x10\x33\x3f\x13\x36\x80\x42\x7c\x1d\xb7\xe6\xcc\x1d\x9e\x42\xf8\xe6\x60\xae\x96\xc9\x7c\x4b\x21\x86\x48\x7c\xf5\x4c\x5e\x5b\x0a\x1b\xbc\x0a\xff\x09\xc7\x19\x89\x98\x60\xb7\x3a\x8d\xc7\xe6\x44\x92\xc8\xe4\x99\x8d\x82\x82\xcb\xc4\xe1\x77\xab\xfe\x7e\xf3\x7d\x28\x7f\x32\x59\x62\x29\xfc\xc0\xb3\xf0\x57\x78\x48\x4a\x99\x7b\x74\xe6\x56\x4f\xa1\x81\x6b\x5c\xa7\x1b\x87\x15\x78\x1e\x8e\x7f\x17\xf6\xcf\xc3\x7e\xe6\x96\x4f\xe1\x05\x67\xbc\x47\x0b\xc8\xd5\xfe\xe2\x53\xb8\xfa\xc9\xdd\x35\x13\xdd\x23\x93\x5e\x8d\x42\xdc\x7c\x3e\x31\xae\x42\xde\x33\x0a\xf1\x60\x22\x70\x1a\x7c\x4d\xa1\x85\xe4\x62\x14\x48\x97\x2f\xb4\x1a\x25\x20\x96\xd0\x6e\x74\x44\x34\x31\xa1\x3f\xa3\xcf\xa5\x81\xa5\x3e\xec\x24\x38\xc4\x24\x44\xe1\xc2\x3e\xa7\x10\x53\x58\x96\x7e\xf1\xb8\x77\x4c\x15\x61\xa5\x0b\x79\xb2\xa2\x70\xc2\x4f\x98\xb1\x64\x0f\x30\x5e\xa4\xd1\x49\x15\x92\xed\x50\x88\x2c\x5d\x18\x60\x14\xf2\xec\x50\x78\xc0\xf9\xcd\xec\x2e\x46\x30\xaf\x5a\x68\xa5\xb8\x6d\xc2\x4a\x0d\xda\x08\xd3\x62\x0a\x6a\x83\xf1\x54\x48\xba\xcc\x78\x43\xc5\xa2\xe8\x56\xa6\xd1\x7b\x5f\x2d\x4d\xe8\x36\x1a\x87\x4c\x0d\x99\xab\xcc\xbe\xf5\x8b\x1d\xf2\x41\x8f\x57\xe6\x34\x1e\xe9\xcc\xb9\xf4\x95\x19\xea\x4c\x0a\x91\xc0\x09\x87\xc1\x32\x1f\x18\xec\x2d\xd0\x43\xb5\x12\xe1\x24\x29\xe8\xd8\x8c\x76\x96\x89\x84\xa0\x82\x39\xe3\xcc\x58\x56\x32\x1e\xae\x2c\x59\xbe\x92\xb7\x3a\x85\xb3\x29\x78\x20\x2f\xe6\x66\x45\xdc\x2c\x63\xa2\x51\xcc\xcf\x0a\xa1\xd2\x72\xc6\x4a\xbc\x2c\xcf\x2f\x31\xb5\xb2\xac\x27\x8b\x79\x5a\x81\xa7\xe5\x8c\xc6\xb2\x98\xab\x15\x02\xf6\xe4\x4c\xe8\xb2\x42\xc4\x9e\x28\x70\x20\x63\x22\x7a\xab\xaf\x70\xbe\xe7\xb1\xbe\xac\xe1\xef\x87\xf0\xd8\x74\x85\x40\x1d\x14\x7e\xc1\xa3\x83\x9b\x16\x82\x64\x44\x61\xc1\xbb\xe3\x78\x2b\x04\xb6\x88\x42\xb4\x53\x3e\x9d\x7e\x2e\xb7\xc3\x7b\x46\x49\x9a\x9f\x6d\x7c\x0b\xef\xfc\xee\x31\x8e\x2b\x6d\xc1\x38\xac\xe0\x4a\x1b\x05\xe1\xec\x9c\xf5\x33\x4e\xf8\xd8\xa2\xbd\xb0\x1e\xe3\x0f\x38\x49\x43\xca\x7a\x8d\xbf\xc2\xe3\x92\x55\xb6\xd7\x7d\xb3\xee\x05\x9d\x4c\xd9\x5e\x77\x9c\x5a\xb2\x92\x60\x97\xed\x75\xdc\x59\x78\xdc\x70\xcb\xf6\x3a\xca\xb2\xbe\x70\xa1\x2e\xdb\xeb\xb8\xab\x9c\x3c\xfe\x84\xfd\xe3\x8e\xf3\x7f\xbb\xf6\xc4\xd7\x4b\x7f\x46\x73\x98\x0f\x94\xed\xe5\xc7\x46\x3a\x17\xc2\x5d\x16\xcc\xa2\xa3\xc0\xf7\x24\x40\x2a\xdb\x64\xb1\xbb\xf0\x42\xb7\xbc\xfc\x3b\x12\x48\x64\xa5\xd6\x2a\x98\xb4\x52\x88\x34\x4e\x9f\xb8\xaf\x14\x0c\x46\xa3\x10\xed\x54\x0c\xc0\xcb\x36\xb9\xc8\xc0\xb1\x7e\x20\xeb\xed\xe5\x97\xe5\x5d\x25\xed\x5c\xc1\xd6\x8e\x42\x7c\x8f\x63\x4d\xd9\x26\x8b\xbd\x85\x4f\xa6\xdb\x64\xb1\x21\x0b\xb9\xcc\x94\x6d\xb2\xd8\x90\x45\xc5\x35\xaf\x6c\x93\x05\xa6\x1c\xb9\x16\xc8\x1a\xeb\x8d\x28\xe8\xfb\xc9\x7c\x9a\x5c\x36\xe4\x52\x6b\x61\x3e\x4d\x2e\xa8\xcb\x73\xc5\x6f\xa2\x1c\x93\x8b\x34\xb5\x95\xe0\x23\xe5\x98\x5c\xd0\x75\xde\xa3\x73\x81\x6b\x5d\xd0\x56\xe6\x8a\x1d\x75\x39\x26\xa3\x93\x85\x43\xd6\xc7\x64\x84\x82\x2e\x57\xfc\x61\xcb\x29\x62\xce\x07\xf2\xaa\x98\xdc\x97\x63\xf2\x42\xbf\x94\x2b\xaf\xda\xe5\x98\x4e\x4e\x13\x0e\xfb\x38\xa6\x87\x03\x3d\x54\x1e\x24\xca\x31\x3d\x1c\xd6\xb7\xf1\xaa\x56\x8e\xd7\x17\xc9\x24\xb7\x8f\xfa\xef\xf5\xd5\x73\x65\xc3\xd1\xaa\x1c\xaf\xa3\xce\xf2\x46\x2a\xba\xe2\xb3\xbc\xf0\xf8\x93\x1b\xd6\x50\xe5\x78\x1d\xf5\x20\xd1\xd0\x1e\x96\xe3\x75\x54\x76\xe7\xa6\x83\xf1\x78\xbd\x48\xc3\x9b\x1b\x41\xf9\xca\xf1\x7a\x1d\xd6\xab\xa1\x69\xad\x3e\xfb\x2b\xf9\x27\x73\x23\x1c\x6e\x9d\xc9\x38\xda\xf0\xc6\xd3\x68\x25\x67\x63\x14\xf8\x1e\x6b\xfa\xea\x23\xb6\x72\x38\xe6\xc6\xab\x67\xf5\xf1\x58\xc9\xb4\x95\x1b\x66\x06\x75\x56\xe3\xac\x4b\x9b\xf1\xf6\x55\x67\x33\xde\xa4\x8e\x0d\x21\xae\xfa\x8e\x5f\x95\xdd\xa7\xf1\xe4\x58\x67\xf7\xf7\x5d\x78\xdc\xb1\xea\x1c\xc6\x59\xaf\x8e\x5f\x41\x9d\xd3\xf8\x14\xbe\x68\x67\x19\xd7\xf3\x32\x91\xc5\xea\xdc\xc6\x59\xaf\x8e\xd1\x60\x9d\xc7\xf8\x11\x3e\xf9\xdd\xaf\xf1\x2f\x51\x15\x10\xd2\x2b\x41\xd3\x29\xc4\xf7\xf5\xc3\x3c\xfc\xfc\xfd\x4f\x78\x62\xbc\x8f\x71\x62\x61\x77\x6c\x2e\x2a\xd1\xaf\xa3\x10\x8a\x98\x8e\xbd\xdd\xad\x66\xe3\x3c\x8f\x67\xda\x7f\xdd\x0e\x06\x39\xbd\x69\x9e\xc3\xb7\x39\x0a\xfa\x3e\xee\x9a\xd5\xc7\x7c\xd5\x31\xdf\x79\x75\xa9\x3e\xe6\xab\x8e\xed\x8e\x7d\x5e\xf5\xb1\x5d\x75\x6c\x77\x52\x6a\x54\x1f\xdb\x75\x85\xcb\x59\xee\x98\x10\xdd\xea\x10\xce\xf7\xec\xc7\xea\xe3\xbc\xea\x38\xef\x98\x50\x57\x1f\xe7\x55\xc7\x79\x47\xac\xaa\x3e\xce\xab\x8e\xed\xce\x8b\x4c\xf5\xb1\x5d\x75\x6c\x0f\x8e\xe1\xea\x63\xbb\xea\x18\x1e\x38\x33\x55\x1f\xc3\x55\xa1\x8b\x46\x62\x9e\x89\x56\x14\x85\x30\xcf\x1c\x58\x46\x57\x42\x03\x45\x81\x76\xb0\x53\xad\x3e\xb6\xab\x8e\xed\x81\x55\x66\xf5\xb1\x5d\x75\x6c\x8f\x02\x3d\xfb\xd8\xae\xeb\x4b\x1c\x03\x7c\xbe\x6f\xb5\x1a\x8f\x30\x6a\x55\xf3\xff\xe5\x32\x58\x75\xcc\x0f\x2c\xae\xab\x8f\xf9\xba\x7e\x28\x06\x48\x74\x75\xab\x3f\xe3\x7c\xaf\xfe\x9b\xae\x14\x88\x60\x10\x55\xb8\x2e\x5d\x13\xab\xae\x05\x03\xb3\x95\xea\x6b\x41\xd5\xb5\x40\x01\xe3\xab\xaf\x05\x55\xd7\x02\x59\x4a\x54\x5f\x0b\xaa\xae\x05\x03\xbb\x84\xea\x6b\x41\xd5\xb5\x40\xc9\x3a\xab\xaf\x05\x55\xd7\x02\x3d\x87\x56\x5f\x0b\xaa\xce\xf7\x81\xa6\xa4\xfa\x7c\xbf\x85\x50\xae\x2c\xe6\x79\x37\xae\x9b\x55\xef\x5a\x83\x20\x5f\x15\x0f\x24\x0a\x31\x5e\xfc\x34\x2a\xee\x46\x14\x22\x5b\x18\x79\xe4\xaa\xef\x03\xd5\x4e\x46\x58\x65\xde\x6a\x36\x1e\x32\x55\xfa\x64\xe1\xcd\x38\xb1\xbe\x3e\x55\xf8\x10\x1e\x0e\x2a\x13\x45\xdb\xad\x7e\x8d\x47\xac\x1c\x02\x63\xd6\xad\x4b\x7d\xdd\x91\x94\xeb\xe2\xf4\xb3\x8b\x6f\xe8\x7e\x32\x09\x3f\x5b\x7d\x3f\xa9\xba\x6f\xcc\x4f\xe3\x7b\xd3\xb9\xee\x1b\x4a\x5a\x5c\x7d\xdf\xa8\xba\x57\xcc\x04\x9f\xf7\xbd\xa2\xea\x5e\x31\x73\x4b\xff\x7c\xfd\xaa\xbe\x76\x54\x5d\x3b\x26\x09\x86\xab\xaf\x1d\x55\xd7\x8e\x59\x06\xdd\x32\x99\xea\x7a\x31\x49\x41\x56\x7d\xbd\xa8\xba\x5e\x4c\x22\x67\x57\x5f\x2f\xaa\xae\x17\x4a\xbf\x53\x7d\xbd\xa8\xba\x5e\x4c\x8c\x02\xaa\xaf\x17\xf5\x84\xf7\x77\x3c\xe3\x80\x6b\xfa\x74\xbd\x98\xa8\x51\xaa\xaf\x17\xf5\x64\x96\x01\xc3\x83\x5b\x7d\x85\x87\x3e\x22\x23\xcb\x56\xcc\x93\xa2\xa0\x76\x16\xb8\xc9\x57\xd7\x8e\x89\xce\xa4\xfa\xda\x51\x4f\xb8\x6a\xe6\x39\x27\xfd\xac\xbc\x97\xdc\xc2\xa2\xfd\x29\x7c\x0b\xa7\x1d\x6c\x56\xaa\xaf\x29\xf5\x38\xa9\x1d\xe4\xee\x6b\x4a\x3d\xe1\xe2\x95\x97\xc8\x0b\x1b\x8f\x28\x04\x19\x2d\xb1\xbf\x13\x49\xb9\x28\x74\xdc\xcc\xe9\xff\xf4\x78\xe7\x96\xfb\x39\xf3\x36\x79\xb5\xaa\x68\xff\xd3\xe7\xa3\xfe\x9b\x8c\x4e\x38\xe1\xa4\xcf\x07\xb6\x72\x96\xfb\xaf\xf8\x6c\x64\x64\xaa\xc7\xec\x12\xed\xf3\xc5\x8b\xf0\x61\x7c\x82\x0f\xe1\x6e\x87\xdf\xe5\x39\xb0\x1e\x5d\x8b\x2b\x9a\xe1\xf4\x11\xfb\xf6\x75\xea\x16\xa2\xff\x38\x97\x56\x5e\x92\x28\xf0\xbb\x6c\x27\x5e\x86\x28\x8c\xc0\x45\x3f\x5b\xdb\x12\x65\xef\xc5\x59\x97\xed\xf9\xdc\xb8\x4e\x26\xcd\xbf\x9e\x70\x6e\x61\x81\xab\x3f\xc7\xed\x20\xf7\x27\xd8\x1c\x4a\xd4\x28\x84\x5b\xef\x87\x47\xc3\x5b\xdd\xc6\xbf\xe0\xfc\xee\xd9\x6a\x3f\x54\x9a\xe9\xc3\x53\xe7\xad\xfe\x8c\x33\x3f\x9d\xdf\x3d\xa6\xf3\x50\x33\xa6\x4f\xd2\x7e\xf9\x8a\x6d\x9d\x30\xc0\x4f\x4a\xa1\x53\xd1\x1b\x52\xe0\x77\x27\xf4\x16\x69\x6f\x28\x90\x34\x18\xf6\x7d\xbe\x9e\x9f\xaf\xe6\x67\xa9\xfd\xad\xdf\x8d\x07\xcd\x8b\x37\xe1\xfe\x7e\x33\x0f\x4b\xbf\x2b\xb6\xcb\x75\x36\x7d\xb2\xe8\xd6\xfc\xe1\xfc\xa0\x2b\x92\xdb\x54\xf4\x6e\x14\x62\x1d\xf1\x19\xb9\xd5\x61\xfc\x0b\xce\xfc\xfc\x10\x03\x2a\xba\xae\xf4\xe1\x5d\xb4\xa2\xcf\xa2\x70\xc0\xf5\xbb\x9e\xcf\x1f\xfd\x44\xaa\xae\xe7\x77\xdc\xce\xa1\x9d\xf2\x11\xee\xdf\x65\x9e\xf1\xda\xa8\xbe\x76\xdf\x82\xbe\xa7\x9d\xc7\xf3\x19\xf1\x7a\xd2\x07\xd5\xd4\xad\x4e\xe3\xb4\x23\x3a\x79\x74\x2d\x93\x66\xe9\x93\xc5\xaf\x1e\x8f\xeb\xd1\xb8\x1a\xfd\x7f\x8e\x7f\x37\xd2\xe1\x7e\x32\xd7\xd6\xf3\x98\x3e\x1f\xe8\x30\x8b\x4e\xcc\x57\xcf\xcb\x7e\xc9\xa3\x09\xef\xc6\x17\xf8\x10\x7e\x8c\xc7\xba\x93\x8e\xb1\x9e\xd7\xe3\x7a\xa1\x93\x2c\xfa\x79\xcd\x27\x5f\xf6\x7b\x16\x7f\x78\xb7\xdb\xd9\xac\x97\xe8\xe4\xf5\xbe\x8e\xf4\x1f\x49\x59\x5d\x2a\x2f\x94\x14\xe2\x77\x4b\xf0\xc3\x36\x3f\xbc\xef\xdd\x42\x03\x9f\xc2\x87\xf1\xa0\x73\xdc\x07\x1a\x0f\x92\x14\x06\xf8\x12\xfe\x33\x1e\xf3\x43\xb0\xc9\x36\x3f\xf0\xab\x5b\xa8\xe0\x5d\xf8\x2b\x5c\x11\xd0\x82\x1e\x9a\xc5\xa4\x46\x4a\xfe\xf4\x29\xb5\x0a\xaf\xc6\x3b\xf8\x10\xbe\x8d\x1f\x22\xa9\xa9\x9d\xe5\x76\x16\xbf\xdb\x8a\xf0\x6e\x5c\x91\xd7\xa6\x70\xf5\x3f\xa9\x9f\x5d\xdf\x6f\x7f\x0f\x9d\xa3\xfc\x6c\x24\xa5\x8f\x42\x28\x4e\x3e\x04\xa7\x69\x53\xe7\x63\x23\x4d\x7c\xfa\x94\xa9\xfe\xc3\xc7\x1a\x39\xe1\x2f\xce\xf7\xd9\xf3\x1f\x41\x48\x2e\xbe\x84\x77\xe3\xcc\xf3\x2a\xc2\x97\xf1\x2f\x78\x13\xfe\x08\x5f\xac\xe3\x52\x3b\x4b\xf3\xa3\xbc\x12\x55\xeb\x9b\xf7\x1f\x3c\xc6\x45\x9a\x81\x46\x4e\xf2\x28\xc0\x9f\x79\xcd\x6a\x64\x07\xa7\xb0\xc0\xf5\xbb\x1e\x57\x66\x5c\xe8\xe9\x9b\xc5\xd4\x46\xca\xef\xf4\xa9\x5a\xdf\xc2\x39\xd2\x48\xfe\x7d\xf1\x2c\xbc\x1b\x9f\xe0\x55\xf8\x36\xfe\x80\xab\xfd\x25\xba\x2a\xac\x2f\xf7\x9f\x36\x25\x0e\xdd\x02\xfd\xac\xfd\x9f\xaf\x5f\x8d\x04\xdf\x14\x64\x8d\xbd\x84\x8b\x4c\x0b\x64\x41\x0c\xf0\x5b\x5d\xc6\x99\x3e\x91\x51\x31\x59\x93\x21\x41\x01\xf5\x1b\x6f\xd9\x14\x18\x5e\xef\xc2\xbf\xc6\x83\x3d\xf1\xdc\xdd\x66\x04\xb2\xa0\x20\x9c\xf6\xab\xc9\xb7\xb2\xfd\xaa\xc8\x4b\xaf\x77\x8d\x24\xd6\x49\x71\xcc\x1b\x59\xac\x29\x30\x1d\x22\xa3\xba\x35\xde\xca\x32\xf3\xda\xd4\xc8\x2c\x4d\xa1\x83\xeb\x77\xbd\xfc\x95\xe5\x27\xed\xe2\xad\xfe\x8c\x3f\xe0\xf4\xa7\x99\x1c\x09\x6c\xaf\x10\xdc\x8d\xcc\xcd\x14\x68\x27\xeb\x7b\x6f\xbf\xa6\xf4\x27\x99\xdf\x8d\x90\x0e\x14\x62\xfe\xb1\x75\xb8\xd5\x6e\x7c\x80\x43\x8e\x92\x42\x1a\xaf\x1a\x49\x81\x9b\xdb\xec\x26\xbb\x0e\xd9\x35\x91\x4b\x37\xd9\x91\xb8\x58\x31\x90\x1b\xc9\x89\x29\x1c\xf0\x21\x5c\xed\xa3\xec\xfc\x34\xd1\x89\xd4\x76\xb7\x40\xfb\x62\x37\xdd\xe3\xea\x1c\x3f\xe4\xb3\x68\xb3\xbb\xff\x11\x93\x3d\x7d\x30\x1b\xb8\x55\x7f\xcf\xf1\x49\xc6\xa2\x36\xbb\xe7\xbf\xc3\x56\x9a\xe8\xa4\x7b\xbc\x5d\xe3\x1d\xfc\xee\x30\x5b\x09\x03\xe2\x8b\x33\xae\xe1\x6d\x33\x38\x26\x71\x67\xbd\xd5\xc7\x38\xed\x88\x4e\x86\xe9\x27\x52\xeb\x5e\x5c\xed\xec\x66\x9c\x76\x16\xfd\x9c\x66\xd3\x93\xe3\x04\xab\xe2\x5b\x3d\xc6\x83\x6d\x75\xd1\x8f\x1e\xf9\x1b\xf9\x68\x2f\x0e\x3d\x4c\xcf\xe7\x84\x9d\x61\xe6\xdb\x48\x3f\x4b\x21\xfa\xd9\x45\x57\x73\x6b\xbc\x93\x7e\x22\x3d\x37\x72\xd0\x52\x18\xe0\xf4\x7f\x1e\x7f\xcf\x3e\xc5\xde\xba\x91\x50\x96\x02\xbf\x2b\x7a\x5b\x53\xed\x2c\x8e\x9f\x2e\x36\xb4\xe6\x34\xbe\xc0\x97\xf0\xc7\x38\xfd\x14\x1d\x2e\xcf\xff\xe2\xfa\xd2\x45\x87\xcb\xfb\x62\xb1\x2e\xe4\x5b\xba\x55\xcd\x4f\xbc\x9a\xa4\x0f\xaf\x86\x6d\x2e\xaf\x0b\x26\xa9\x9f\x2e\x7a\x5b\xde\xd7\x8b\xe0\x82\x5d\x7c\x69\x1d\xb1\xe3\xc5\x7e\xef\xe2\x4b\xcb\x7c\x29\xcc\x45\x2f\xce\xfc\x6f\xaf\xe3\xd6\x78\x45\x57\xdb\xe3\xda\x1a\x97\x8e\xbd\xbd\xfc\xbd\xfa\x3f\x59\x97\xbd\x8d\x6b\xfe\xe7\x14\xfe\x35\xfe\x8b\x34\xf3\x5d\xb0\x9b\xc7\x64\x85\x47\xea\x5b\x75\x33\x9c\x32\x5d\x64\x78\xdc\xcd\x43\x37\x09\x0b\xd4\x48\xfd\x49\x21\xba\x39\x44\x6e\xc7\x64\x75\xd8\xa6\xf8\xf5\xb7\x79\xb6\xa6\xe7\xc0\x7e\x86\xc8\xe7\x98\x7c\x24\x1d\x0c\x91\xcf\x39\x9a\xfe\xc3\x2d\x91\xe8\x64\x8d\x2c\x9b\x14\x06\xf8\x12\x7e\x8c\x47\xff\x87\xc8\xe1\xeb\x6d\x8a\xb1\xcd\x67\xe8\xb6\xf3\xf5\x29\x2f\x69\x62\x88\xcd\x7c\x97\xbf\x57\xff\x9b\xbe\xf7\xf1\xf5\x45\xea\xc1\x85\xf3\x56\x1f\xe3\xf4\x5f\xcb\xfe\xf5\xb2\x7c\xb9\x55\x0e\x2d\xfb\x77\x0f\xe3\x0b\xbc\x0b\x77\xfb\xdc\x36\xf1\xc2\x6c\xa4\xbc\xa4\x10\xc7\x1a\x1e\x57\xb7\xfa\x35\xce\x78\x07\xdf\xff\xcc\x06\x7e\xdc\x7e\x87\x8e\xaf\xdf\xd2\x36\xfa\x71\x2c\x0c\x91\xc9\xcf\x64\xf2\x83\x9c\x87\xd6\xfd\xe7\xf9\xfc\x71\xec\xe0\x24\xd8\xfc\xc8\x7b\x0b\x09\xbc\x0a\x1f\xc6\x27\xf8\x10\xae\xf9\x79\x98\x4f\xfc\xf9\x1a\xd9\x1b\x29\x0c\x70\x7d\xef\x79\x7e\x98\xe7\xa9\xdb\xef\xe3\xdb\xd4\xc3\xfc\x4c\xd1\xc9\xe3\xeb\xc0\xc3\xb6\x9b\x3a\xd6\x9e\xe3\xfe\xc0\xce\xa7\xd8\xcc\xe3\x79\x93\x94\x31\xc5\x66\x5e\xd3\xf9\xcb\x31\x35\x45\x3f\xaf\xfb\xff\xc2\x3e\xa7\x8e\xaf\xd7\x6c\xe6\x85\xcd\x10\x2f\xad\xf1\x66\x4d\x81\xf6\x75\x9d\x79\x7d\x8c\xbc\x1c\x23\x18\xe0\xb5\x25\x53\xa2\x5b\xa0\x9f\x1c\x47\xeb\x23\xfa\x59\x1f\xe8\x87\x80\x87\x6d\x7d\x44\xff\xeb\x03\xfd\xcf\x31\xfe\xe2\xf6\xb5\x64\x64\x70\x0b\xc1\x8d\xc9\xe1\xda\x96\x2f\xfd\x2b\x71\x9a\x90\x1f\xa9\x91\x4d\x8f\x02\xdd\x85\x5c\xc8\xab\x47\xa1\xfe\xf7\xdf\x8d\x38\xb7\xb7\xf6\x13\xcc\xee\x26\x45\x69\xc3\x28\x28\x0a\x70\x1b\xf2\xff\x34\xf2\xd8\x51\x88\x51\xa3\xd9\x6e\x64\xad\xa3\xf0\x82\xc7\xaa\x61\x30\x44\x41\xdf\xd3\x9d\xbc\x8c\x47\xb4\x82\xcf\x82\x2a\x96\xef\xe4\xd8\x14\x49\xd3\xd4\xc8\x11\x17\x05\x44\xd2\x95\xd5\x8c\xbb\x19\x77\xf6\x86\xb5\x45\x23\x57\x1a\x85\x98\x6b\x14\x38\xb7\xea\xcf\xd5\xfb\xca\x2c\xf8\x26\xbd\xca\x54\xc4\x7f\x7e\xb6\x88\x27\xae\xb8\x49\x37\x09\x08\x24\x31\xa3\xc0\xaf\x76\x60\x1d\x3c\x4b\x17\x62\x9c\x43\x1a\x79\xc5\x28\x7c\xc1\xab\xf0\x57\x38\x3b\x80\x3c\x07\xb7\x5a\x8d\x63\xa4\x26\x8a\xab\x53\xed\x57\x2e\x2e\x98\x0f\xdf\xea\x36\x1e\x94\xbb\x44\x71\xd5\x4b\x5e\xa1\xf4\xc5\x81\xb4\xaa\xe4\x54\xf2\x6c\x5d\x5c\xed\x6b\x07\xac\x0a\x47\x5c\x93\x59\xf0\x45\x99\x0c\x5a\x0d\xcb\xa8\x46\xce\x2c\x0a\x71\xc0\x60\x5d\xd3\x96\x0c\x4c\xda\xd2\xbd\x1a\xf3\x9a\x46\x1e\x2b\x0a\xfa\x5e\xdd\x39\xfe\x3e\x2c\x85\x12\xc1\x73\x1b\xb9\xa5\x28\x4c\xf0\x29\xfc\x18\x7f\x02\x4f\xfa\x5e\x07\xc0\x0a\x9f\xbd\x8b\x57\xe1\x6e\x67\xd1\x3e\x0c\x6b\x35\xdd\x1f\xc8\xef\x94\x14\x46\xed\x56\xb3\xf1\x02\xde\x84\x4f\xe3\x0b\x5c\xed\x78\x19\x23\x8c\x59\x4a\x9f\xa2\xfe\x98\x08\x09\x5a\x26\xb1\x69\x35\xd3\x60\x44\x2f\x4b\x8a\x02\xd6\x96\x1e\xf7\x1b\x59\x9b\xd2\x15\x47\x85\x7f\x8d\x33\xdc\xca\x74\x76\xaf\x6e\xdc\xaf\x2f\xae\x76\xbc\xba\x11\xe4\xeb\xe2\x53\xf8\x36\xce\x34\x88\x3a\xa5\x0c\xb8\x05\x7e\x57\xd4\xd9\x3d\xdc\xae\xe1\x76\x7f\xaf\xe1\xf6\xc3\xb4\x75\xa6\xa7\x4b\xdc\x21\x5d\x51\xab\x22\x4e\xe9\x0e\x1a\x99\x8a\x52\xe2\x31\xb8\x91\x70\x88\x02\xdd\x19\xfe\xfe\x6b\xfc\xde\x7e\x88\x7f\x7e\x6b\xfa\xd5\x41\xa8\xc2\x8f\xf8\xd7\xf0\xe2\x86\x17\xdf\xc5\xd5\xbc\xf7\x5c\x64\xfa\x69\x55\xa4\x3f\x24\x43\x90\xe3\x27\x5d\x7e\x04\x7e\xdc\xcb\xd8\x8a\x09\xdb\xe8\x46\x4a\x1f\x0a\x41\xfa\xda\x11\xc3\x24\x3b\x08\x32\xf7\x59\xcc\xfd\xf4\x0e\xe5\x8a\x9f\x92\xb8\xe6\xf4\x60\x27\x83\xe5\x05\xba\x91\xde\x86\x42\x01\x5f\xc2\x97\xf1\x8d\xd7\x30\x6b\x32\xbd\x56\xe1\x9a\x97\x14\xdd\xeb\x56\x9b\x71\xbc\x8c\xb9\xfa\x93\x75\x86\x02\xbf\x2b\x12\x9f\x3a\x4b\x49\xfe\x72\x71\x26\x7f\xb9\xff\x4b\xfd\xe4\x05\x62\x2d\xcf\xfe\x52\x3f\x45\x83\xcb\xb4\xb6\xe4\xdd\x8c\x28\xb8\x96\x69\x8d\x17\xfa\x94\x44\xfb\xcb\x6c\x3c\xee\xee\x29\x25\xd1\xe0\xf2\xb2\x2c\x96\x25\x89\x13\x2e\xdd\x65\x56\x5c\xc1\x5b\xd3\x70\x97\x49\x2d\xf4\x4b\x29\xf1\x60\xdd\xd6\xf6\x59\x19\x57\xf4\x8b\x77\xe1\xd3\x38\xdd\x41\x42\x24\xa3\x07\x05\xa6\x13\x49\x70\xe9\xe1\xbe\x91\xab\xe3\xe2\x4b\xb8\x86\xb5\x35\xfd\x3a\x8b\x7d\x93\x5f\xe1\x92\x95\x14\x3c\xab\x91\x88\x83\x02\x76\xc5\x3a\x5c\xb7\xa9\x2d\x6c\x38\x93\x02\x2e\xb5\xb5\x4d\x56\x1b\x4e\x88\xbd\xc6\xad\xfe\x8c\xbf\xe0\xcc\xc3\x91\xe4\x4e\x4a\x8b\x94\xb2\x38\xe1\x91\xe4\xae\x04\x16\x8a\x6f\xd4\x48\x4b\x11\x05\x36\x51\x4e\x8c\xf7\x98\x95\x1c\x96\x37\xeb\x18\x3d\x5e\xde\xc3\xf2\x12\x69\xed\x56\xa7\xf1\x05\x4e\x3f\x2d\x12\x90\x1d\xe2\xe2\xea\xa7\x44\x17\xf2\x44\x5c\x2a\x64\x1e\x2c\x2a\x90\x23\xe2\xe2\x5d\xb8\xfb\x1f\x57\xe7\xc4\x03\x77\x5b\x16\x15\xd6\x51\x6c\x47\xae\x7a\xd6\x6f\xdf\x42\x06\x2f\xc2\xf5\xbb\x21\x1b\x5c\x7c\xfe\xcd\x95\xeb\x2b\x81\x6d\x7d\xb1\x30\x25\x20\xd1\xad\x2e\xe3\x2c\x4f\x6b\xc2\x7f\xc6\x1f\x70\xba\xfb\xf5\x6e\xfd\x42\x2e\x44\x9b\x6e\x56\xbb\x37\xf2\x36\x5c\x5c\xdd\xf5\x34\x29\xb8\x8f\x66\xe3\x2b\x79\x9c\xfc\x0c\xf7\x73\x35\xef\xf3\xf4\xab\x59\x12\x55\x5b\xc0\x20\x4d\xc3\xc5\xe9\xe6\xcf\xd4\xf2\xe3\x80\xc9\xa2\xea\x9f\x77\x47\x84\xdf\x49\x0a\x5c\xd4\xc8\xc0\x40\x81\xef\x79\x37\x5b\x16\x48\x48\xbc\x90\x52\x16\xb5\xff\x7c\x6e\xfe\x38\x37\xb3\x78\xe8\xcf\xd4\xfe\x53\xff\x45\xed\x3f\xf7\xff\xa7\xcc\xb6\x62\x96\x3f\xef\x02\xd4\x1e\x49\xcf\xf1\xb6\x32\x68\x58\x19\x24\x85\xfb\x69\xb6\x32\xb8\x85\x58\xe5\xa2\x5d\x60\xc1\x66\x45\x2e\xfa\xa4\x94\x2b\x8d\x34\x08\x51\x58\xfa\x9e\x71\x3d\x5e\x76\xd4\x24\xa9\x88\xda\x1f\x5f\x8b\x50\x93\xa4\x22\x66\x69\x01\x66\x21\xc0\xa4\xa2\xf5\x7a\x7c\xee\x87\x24\x93\x52\xd1\x41\xfe\xf8\xe0\x7f\xd4\x7f\x51\xe9\xeb\xfe\xbf\xea\x3f\xcf\xf4\xcb\x82\x0d\xe9\x07\x2e\x9e\x85\x7f\x8d\xff\xc0\x99\xcf\xd7\xdc\xec\xd5\xb8\x74\x60\xbf\xe6\x66\x2f\x17\x02\x52\x46\xdd\xea\x31\xfe\x05\xa7\xff\xaf\xd7\xf1\x65\x1d\x49\x68\x7e\xab\xcd\x38\xdf\x0f\xb5\xef\xf5\x7d\xd9\xc5\x16\x2d\x5e\xcf\x43\xa4\x16\xb8\xb8\x7e\xd7\xbb\xf8\x65\x17\x17\xd1\x95\x05\x2d\xac\x3f\x2e\x1e\xf3\x4c\x4a\x01\x0a\x95\x6c\xc5\x49\xf8\x34\xbe\xc0\x8b\xf0\x47\x38\x5c\xae\x70\x38\x13\xe0\x9f\x82\xda\x59\xc2\x87\xf1\xd8\x47\x44\x9e\xbe\xd5\x6d\xfc\x0b\x5e\xc1\xb7\xdb\x61\x7e\x24\x15\x10\xde\x9f\x42\xf4\x07\xab\x99\x5b\x3d\xc6\x1f\xf0\x06\x7e\xdc\x8e\x02\x20\x26\xf5\x47\xdc\x0f\x6b\x97\x7b\xd6\x32\x5e\xab\x7f\x76\xe2\x26\xa5\x7b\xf8\x4e\xba\x38\xee\xc4\x3c\x10\xa9\xbe\xed\xb4\x8c\xb3\x7f\xa5\x06\x20\x48\x3f\x85\x1f\xb8\xbf\x7f\x85\x87\x28\x98\x48\xec\xdd\xb6\xd5\x3c\x3b\xc1\xd5\x49\xaa\x77\xab\x3f\xe1\xdc\x7b\xb1\xfe\x6b\xc4\xc4\xa7\xc0\x7c\x22\x18\x13\xd6\x9e\x02\xbf\x0b\xbf\xda\x56\xe7\x10\x33\xfe\xe2\x43\xb8\xe6\x2d\x43\xcf\x58\xa5\x35\x62\xb9\x53\xe0\xfb\xa9\xef\xc5\x6e\x89\xa7\x7e\xef\x1c\x55\xf8\x36\x1e\xbf\xdb\xb4\xbe\x59\xfb\x97\x30\xea\x17\x87\x4e\xf2\x71\xfb\xf0\x9f\xa6\x75\x2c\xba\x1c\x11\x3d\x3d\x25\xbd\xdb\x13\x12\x3d\x0a\xd0\x9b\xde\xed\x77\xd1\xbe\xdb\x85\x7d\xa7\x77\xf8\x6d\x7d\xca\x46\x9f\x92\x1a\xc2\xe9\x2e\xa6\x9f\x88\x5c\x9e\x14\xca\xa6\xed\x22\xfe\x4f\xec\xf1\xa4\x40\x35\x6d\x5b\x4c\xdc\x05\xfe\xd9\xb4\x5e\x45\x0f\x28\x1b\x7d\x4a\x6a\xcd\xed\xf8\x77\xd9\x77\x4d\xeb\x58\xb4\xef\xb0\x8a\xba\x38\xf3\x50\x4d\x6f\x15\xbe\x84\x35\x56\xdb\xd5\xf4\x56\x39\x47\x08\xfa\x73\xab\xd3\x38\xed\x73\xac\x11\x5c\x9c\x42\x01\x5f\xc2\x87\x71\xfa\x39\xfc\xfd\xcf\xf8\x03\xae\xfe\x78\x7d\x2b\xf4\x49\xdc\x99\xb6\xab\xf7\x51\x65\x1f\xe1\xa4\x77\xab\xee\x27\xfc\xa7\x89\x4e\x9a\xfb\xdf\xd4\x7f\xd1\x49\x13\x5f\xdd\x0d\xbe\xaa\x77\x7b\x22\x79\x53\x88\xf6\x71\x2e\xb8\xd5\x63\xfc\x05\xa7\xff\xd6\xcb\x10\x65\xfb\xe2\x4b\x78\x37\x1e\xe3\xc5\xc5\xb1\xd9\x5a\xbc\x11\x23\xfb\xe2\x8c\xb7\x79\xbf\x28\x92\xb5\xde\xed\x6d\x4d\xd6\x14\xb6\x3a\xe9\xdd\x9e\xc0\xd1\x14\xf8\x1e\x39\x74\x5b\x2f\xb3\xd1\xcb\x24\x42\xad\xdc\x6a\x35\xde\xc0\xbb\xf0\x6d\x5c\xed\x2c\xe1\xea\x67\xe7\x3a\xd3\x45\x9f\xd6\xd7\xec\xce\xbe\xd3\xfb\xfc\xee\xba\xfd\xee\xd0\xe3\xf4\xcf\xe7\x6f\x2e\x5f\x04\x95\xa6\xf0\xa3\x35\x56\xb9\xeb\x94\x21\x96\x74\x4a\x5d\xd4\xde\xa5\x95\xc3\x78\xed\xe2\xea\xd5\x71\x3b\x70\x9b\x2e\xee\x64\x79\x74\x0f\x44\x34\xc2\x5d\xde\xea\x30\xbe\xc0\xa7\xf0\xaf\x71\x66\x9b\x53\x8f\xa8\xd1\x14\x3a\x78\x13\xae\xd9\x1e\x9a\xa5\xa1\xdf\xf5\x2c\x0d\xcd\x92\xa8\x74\x78\x96\x06\x22\x5a\x17\x95\x5a\x52\xdd\x43\xe3\xe2\x75\x65\x0f\x8f\x6b\x20\xba\x0d\x51\xdd\x34\x55\x87\xd1\x55\xff\xe8\xd0\xb0\xe4\xb9\x25\x79\x0e\x1d\x56\x53\x97\xa0\x3d\x15\xfa\x5f\x4c\x6e\x9a\x28\x26\x4c\x6b\xe8\xb0\xb2\x44\xba\x27\x77\xdf\xa1\xc3\x6a\xae\x3f\xed\xd0\x1d\x11\xa9\x95\x4e\x5b\x92\xea\x10\x53\x9c\x9e\x06\x9c\x1c\x13\xf9\x76\x6e\xd5\xfd\xe4\x55\x61\x88\x78\xa7\x99\xd9\x44\x24\x92\xd6\x60\xcf\xe3\xdf\x65\x13\x48\x3b\xb0\x2d\xc1\x12\xaa\xf9\xe2\x43\xf8\x30\xce\xef\x22\x79\xee\xe5\x4d\xb3\xb8\x14\x10\x08\xa1\x11\x94\x99\x42\x90\xc3\xe8\xc6\xfd\x3d\x4c\x68\xe8\x70\x5b\xde\xf4\xd8\x9e\x29\x9d\xee\xad\x4e\xe3\xb4\x33\xfc\xfd\x9f\x76\xbe\xe0\x4b\xb8\xc8\x47\x51\x91\x89\x69\x77\xab\x6e\xe7\xd0\x8e\xc8\xc4\x12\x32\x71\x8c\x2f\x4e\x3b\xdb\x64\xbe\xd9\xf4\x43\x97\xa3\xad\x17\x4d\x62\xfd\xa6\x34\xc5\x84\x64\x93\xd6\x08\xd7\x9b\x14\xad\xa7\xed\xed\xfe\x6f\xfa\x4f\x00\xce\x5b\xd5\xef\x62\xab\xa6\x88\x31\x6d\x6f\x1f\xfe\x9b\xcb\xef\xd4\x7a\x6d\x5d\x7e\x89\xb1\x9b\x14\xc3\xa5\x6d\x8b\xb0\xfb\xb0\x2e\x53\xeb\x75\x4c\xb7\x07\xba\x9d\x5a\x17\x8b\xb0\x04\xd2\xbd\x38\xf4\x79\x4c\x9f\x07\xfa\x9c\xda\xd6\x67\xfd\xf9\xfe\x05\xd7\xf7\x92\xc1\xf6\x61\xbd\xa6\x0e\xa5\x23\x2d\xcf\x3e\xd0\xe7\xd4\x76\x3f\x66\x4b\x07\xfa\x9c\x5a\x5f\x8b\xb0\x1b\x6d\x57\x9a\x5a\x47\x8b\xb0\x04\xb5\x4d\x49\xcf\xf6\xfb\x9c\x3f\xed\xd0\x1f\xad\xa3\xb5\x5d\xc4\xb2\x4d\x69\xea\x92\xfb\xf5\x78\x25\x8b\x4e\x5d\x5a\xbf\x66\xd2\x5f\x1e\x2f\x97\x0e\x99\xaf\x2f\xa7\x68\xa9\xd2\xd2\x61\x62\x2d\x15\x81\x63\x53\x5a\xda\x8f\x5f\x1f\x92\x5f\x0e\xc9\xa5\x75\xfc\x7a\xbd\xb0\x9d\x53\x0c\x90\x46\x4c\x58\x0a\x31\xcf\x7a\x41\xc7\xc3\x87\x02\xdf\x6b\x7f\xfd\x7c\x68\xff\xd8\x2f\xa4\xdd\xbd\xd5\x61\x7c\x82\x2f\xe1\x6e\x47\xfd\xd4\xe5\xe2\xe7\xf9\xfc\x41\x57\x04\xdd\xb8\xd5\x63\xfc\x0b\x4e\x3b\x16\xf2\x88\xb0\x9a\xd2\x12\x7b\x7e\x7c\x19\x79\x78\xf2\xd1\x9b\xf8\x7e\xdc\x9f\x47\xf3\x86\x10\x4c\x4c\x54\x0a\xf4\x07\x61\x65\x3f\xbe\x94\x3d\x1c\xda\x7a\xfc\xde\x8f\x0f\xed\x47\xfd\xd1\xbe\xb3\x90\xb7\x25\xe4\x2d\x09\x25\xaf\x2f\x4d\xaf\xe6\x53\xeb\xfb\xba\xff\x6f\xcc\x67\xfe\x88\xcd\xbf\xe6\xcf\x08\x6d\x99\xd0\x48\x6d\xbf\xee\x4f\x18\xb9\xa5\x6c\xfe\xff\x9a\x4f\x86\x74\x75\xf1\xf8\xdd\xf3\x11\x9f\x3c\x21\x5d\x5d\x7c\x81\x2f\xe3\x0b\x9c\xa7\x9a\xf3\xd1\xb1\x76\xc2\x77\xf6\xe2\xfa\x5e\xfc\xe1\x84\x94\x93\xf2\x07\x61\x82\xa8\x9f\x51\x20\x10\xfc\xa7\xea\xfb\xe3\xf6\x0f\xed\xb3\xaf\x09\xef\x49\xa1\x83\xd3\x4e\x12\x7f\x38\xa1\xef\x4a\xca\xaa\x79\xab\xdd\xf8\x00\x5f\xc2\xbf\xc6\x7f\x81\x43\x3f\xc7\xea\x2f\xc2\x6f\x5e\xbc\x08\x77\x3b\x71\x09\xcd\xa4\x81\xb8\xd5\x6d\x5c\xed\xa8\x7d\x1d\xd7\x27\x69\xbc\x43\xfd\xf4\xb8\x10\x7a\xb2\xde\xa7\x09\x9a\x49\x81\xf9\x67\xbf\x9f\xec\x71\x65\xf5\x1f\x25\xc9\xb1\x0d\x1b\x71\x31\x2f\xee\xef\x1f\xe3\x41\x0f\x78\x70\xb6\x93\x3d\xae\xcc\x7a\xe9\xc5\xf9\x64\x3d\xd2\x9c\x48\x59\xd5\x5a\x2b\x7f\x71\xf9\x3a\xf2\x46\x6e\x87\xec\x55\x39\x7d\x18\x9d\x2c\xd2\x6f\x61\x82\x2f\xe1\xee\x15\xab\x8c\xe7\x76\x3b\xd6\xb3\x9d\x30\x81\x4b\x99\xd4\x4a\xed\x58\x84\x22\x36\xe6\xc5\x87\xf0\x66\x7c\x83\x2f\xe1\x5a\xcd\x82\x07\x38\x16\xd4\xb7\x5a\x8c\xd3\x9f\xaa\xf6\xbd\x6a\x45\xfd\xaf\x6a\x7f\xfb\x77\x37\xbf\x8b\xe8\x73\xac\x99\x23\x92\xe6\xc5\xa7\xf0\xc7\x38\xb3\xcd\xcb\xdd\xb1\x28\x46\xac\xcd\x8b\x67\xe1\xc3\x38\xfd\x17\x15\x59\xb4\xc2\x62\x3f\x65\x2c\xa5\x9b\x2d\xf6\x6f\x81\x71\x21\xfa\x1c\x6b\xf8\x4e\x68\xf8\x5a\x43\x91\x77\xaa\x5e\x82\x4e\x88\x5e\xf7\xf3\x26\x7c\x1a\xa7\xfb\x30\xb3\x53\xf5\x5c\x8f\x07\x40\x52\x1e\xf4\x5b\xf5\xf7\x8b\x6e\xf2\xc2\x72\xac\xf8\x23\x4a\x67\x52\x52\x83\x46\x5c\xce\x28\x68\xda\x96\xba\xa9\xcb\xda\xa9\x6c\x82\x2c\x62\xac\xdb\xdf\x33\x3d\x59\xc4\x68\x49\xec\x54\xc8\x41\xef\xd7\x76\x38\xb8\x85\xd8\xf4\x84\xc1\xbb\xd5\x69\x7c\x05\xce\xfb\xf2\x69\x62\x8a\xa7\xb1\x09\xf0\x8f\x6b\xc7\x9a\xbf\xd3\x70\xfe\xc7\xb0\xfa\x56\x97\xf1\x18\x6f\x2e\xfe\x5e\xcb\x82\x24\x96\xf5\xbe\x7c\x9a\x99\x56\x64\x39\x4a\x4a\xdc\xda\x8e\xa2\x7b\xdc\x02\xe3\x42\xc6\x38\xd6\xf0\xe1\x30\x71\x71\xfa\x6f\x55\xde\xe9\x1a\x97\x98\x47\xf7\xb8\x22\x02\x48\xca\x59\xe4\x60\x89\xeb\x20\x71\xe5\x2c\x26\xd1\xdd\x4f\x2c\xe4\x32\xf1\xdd\xdb\xe9\xba\x5c\x1f\x54\x76\x39\x8b\x79\x58\x65\x77\xfa\x11\xce\xb8\xac\x9a\xc3\xcf\x34\xe5\xa2\x6d\x6a\x59\x88\xd8\x99\x17\x9f\xc2\xbb\xf1\x98\x37\x19\x2c\x9f\x61\x26\x34\xd8\x8e\x45\xdb\xd4\xb2\x10\xc1\x33\x53\x2e\x3a\x34\x86\xe9\x67\xb0\x1d\x8b\xb6\xe9\xd0\x65\xf9\x0c\xf2\xe0\xe9\x25\xf4\x0c\x1d\xb6\x27\x84\x9f\x8b\x33\x9f\xc3\xf3\x3c\x18\x17\xd1\x70\xdb\xb1\x1a\xee\xa0\x86\xcb\x7a\x39\x3d\xd3\x4c\x14\xa1\x27\xeb\x85\xf4\x58\xe8\x39\x91\xe3\x26\xe5\xa2\xed\x3b\xcd\x44\x51\xc3\x65\xbd\x90\x1e\x5b\xd4\x11\xed\xf2\xe2\xac\xcb\xf4\x3c\x87\xd4\x92\x32\x7e\xcd\x0d\xff\x95\x28\xc0\x0e\x0b\x2f\x14\xc7\x96\x73\x04\xa2\x4c\x99\x08\xeb\xb7\xea\x7e\xc2\x36\x48\x30\x7a\xab\xc7\x78\xa8\xbd\x74\xd6\x4e\x73\x93\xa9\x65\x44\x84\x3c\xcb\xcb\xb5\x34\x5c\x6d\xeb\xe5\xe1\x2e\x0d\x8b\x87\x0e\x82\x3c\x52\x88\x9f\xd5\x83\xe7\x59\x66\x03\x0b\x36\xa0\x07\xcf\xb3\xcc\xfd\xd7\xd6\xf7\x43\xb8\xdb\x0f\x19\x20\x13\xaa\xbd\x1d\xab\xe1\x70\x8c\x49\x59\x0f\x98\xc7\x6a\x38\x62\xaa\x5c\xbc\x09\xff\x1a\x7f\xc0\x69\x7f\x9b\xcc\x37\xd3\x2f\xbb\x67\x87\x4c\xb9\x05\xfa\xa3\xed\x6b\x0b\x39\x42\xa3\x24\x65\x2e\x68\x44\x38\xa1\xc0\xb8\x44\x3e\xc7\xe4\x8f\xec\x91\xab\xee\x22\x0a\x69\xd2\xe4\x3f\xa3\xd0\x2b\x8d\x88\x83\x14\x1a\xb8\xda\xd1\x43\x16\x0e\x36\x29\xeb\x61\x13\x37\x1b\x0a\x8c\x4b\x64\x62\xd9\x43\xfe\x36\x59\x0f\x9e\xf6\xb7\x69\x04\x05\x4c\xb9\x8a\x1c\x8e\xc9\x9c\x8c\xe8\xb9\x8a\x0d\x58\x1d\x46\x7c\xbf\x8b\xd3\xcf\xaf\xd9\x0f\xb2\x44\xc6\xed\xb2\xe1\x7e\x43\x81\xfe\x70\xd7\x3c\xd6\x6b\x9d\x2f\xfd\xd7\x43\xa8\xfd\x70\x6e\xe1\x01\x67\xbc\x5f\xaf\xcb\x97\x75\x69\xc8\x90\xc7\x32\x06\x0e\x39\x17\x57\x3b\xba\xbb\x13\x30\x2f\x65\x72\xc1\xdf\xea\xcf\xf8\x0b\xce\xf7\x96\x31\xe4\x87\xa3\xe8\x1f\xb7\xba\x8c\x07\x9d\xeb\x41\xf5\xfc\xcc\x3e\x7f\xb0\x4f\x3d\x9c\x12\x98\x2b\x0a\xb0\x1f\x19\x30\x1f\xcb\x1e\x07\xd9\x23\xeb\xe1\x14\xb7\x1c\x0a\xf4\x47\xf4\x60\x45\xd5\xf9\xc1\x7e\xf4\x40\x7a\xac\x90\x72\xe4\x39\x3d\x84\x1e\xcb\x1e\x87\x28\x28\xb9\xf5\xbf\xb1\xb3\xc7\x6b\x87\x02\xd3\xaa\x53\xe3\xf1\xf0\xc2\xc2\x2e\x65\xdf\x0a\x1e\x5f\x6a\x1e\xc8\x48\xef\xa4\xe7\xf1\x32\x3c\x5a\x86\xe9\xef\xc5\x9d\x70\xdf\xc9\x44\x36\x6b\xc7\x22\x0b\x91\xdf\x52\x6e\x22\xa3\xc7\xec\xe6\xd1\xf0\xc4\x3e\x2c\xca\x9c\x37\xb4\xad\x8a\x62\x7e\xab\xc3\x38\xd3\x2a\xf2\x7a\x25\xca\xe3\xdf\x93\x32\x61\xc7\xdb\x79\x3d\xde\x97\xed\xd4\xc5\x6e\x5e\x8f\x57\x22\x4e\x17\xbb\x79\xbd\x9c\x2f\xa7\x21\x81\xbe\xdb\xb1\xbe\x8a\x60\x6b\x17\xcf\xc2\x9b\xf1\x0e\xae\xf6\xcd\x3e\xc8\x9c\x9d\xf5\xde\x7a\x5e\xcf\xcf\x0b\xf7\x26\x7a\xf3\xad\xba\x7d\xe6\xad\x8b\x9d\xbd\x26\x6b\xdc\x89\x32\x81\xb8\x6f\x75\x19\xdf\xe0\xb7\xfd\x8e\x17\x11\x85\xfe\xdf\x7f\x37\x5e\xe2\xba\xbd\x89\x6e\x81\xee\x04\xb5\xdf\xea\x31\xce\x34\xc4\xb3\x6d\x77\x54\xa4\xee\xa8\x48\xc4\xb8\xee\x53\x6a\xac\x4e\x8c\xb3\x8b\x0f\xe1\x8f\x71\xa6\x2d\x24\xf6\x6e\xef\xa3\x2e\xef\xa3\xcc\x73\xee\xad\x7e\x8d\x3f\xe0\x0d\xfc\xf8\x77\x35\x0d\x55\xfd\x67\x1a\x3a\xd1\x91\x52\xc6\xdc\xfa\x56\x7f\xc6\x69\xa7\xf1\xbd\x0c\x17\x3b\xee\x49\x29\x63\x6e\x7d\xab\x8f\x71\xfa\xd9\x99\x87\x04\x99\x74\x79\x2b\x65\x02\xa5\x77\x7b\x2b\xdd\x02\xe3\x1d\x55\xf8\x31\xce\xbc\x8d\x21\xdc\xed\x23\xc1\xf2\x30\x7b\xab\xcd\x38\x64\x32\xe9\x7f\xe2\xae\x7f\x0b\x19\xbc\x0b\x77\xff\x39\xcc\x31\xdb\xee\xf6\x6e\xba\x85\x2b\x71\xf1\xe0\xd9\x1d\xab\xe2\x16\x68\x66\x65\xe1\xcd\x38\xdd\x5f\x4d\xf8\x36\xce\x6e\x59\x4b\xb8\xba\x8f\x36\x4c\xc9\xc5\x6e\x75\x18\x5f\xe0\x0c\x57\x01\xa4\x6e\x21\x7e\x17\x33\xef\x5b\xad\xc6\x1b\xb8\xfa\x89\x60\xdb\xf1\x7e\xba\xb8\xda\x39\xc6\x59\x5e\x42\x2a\x77\x7c\x9a\x28\xbc\xe0\xf4\xbf\x78\xbc\x68\xc9\xf2\xc8\x53\xf8\x30\x4e\x3f\x4b\x11\x2e\x72\x43\x7b\x96\x31\x17\xef\x76\x62\xea\x72\x62\xca\x98\x85\xdf\x6a\x37\x3e\xc0\xe9\x7f\x31\x39\x17\x8d\xab\x32\x6f\x12\xcd\xba\xbc\x8b\xf2\x68\xea\xe7\xf1\xef\xaa\xff\x8d\xf1\x4a\x04\xeb\x53\xb2\xd6\x10\x79\x56\xaf\x8b\x64\x2d\xcc\xbf\xfb\xac\xde\x8e\x55\xfd\x14\xd9\x56\xf7\xb3\x6a\x5d\x44\x9e\xd2\x6e\x75\x79\x23\x65\x62\x94\xf4\x59\xbd\x5e\x55\xeb\x35\x3f\xc2\xa7\x71\xe6\x5f\xe4\x59\xbd\x4d\x25\x6b\x0d\x91\xa7\x64\xad\x2e\x2f\xa5\x4c\x52\x9a\x6e\x2f\xa5\x8e\x5b\xd2\xc5\xf9\xbe\x79\xbd\x1a\x97\x05\x42\xf3\xdd\xea\x2b\x9c\x75\x99\xa2\x9f\xe6\x75\x69\x8c\x77\x8a\x7e\x9a\xc7\x2b\x19\x6c\x8a\x7e\x9a\xb7\x63\x63\x3b\x12\xcc\xbd\x3b\xc6\x4a\x97\x57\x53\x9e\xa2\xab\xe6\xed\xd8\xd8\x8e\x53\x74\xd5\x3c\x5e\xf2\xd1\xe6\x29\xba\x6a\xde\xa6\x68\xcf\x14\x02\xfa\x56\xa7\x71\xc2\xc2\x8a\x4d\x76\x8f\xb7\x23\x7a\x4f\xb1\x3d\x79\x41\xdd\xc2\x02\xf7\xf7\x5f\xe3\xfc\x6e\xa3\x7d\x99\x59\x76\x82\x38\x5e\xbc\x09\x3f\xc6\x19\x6f\xff\x08\xd7\xfe\xed\x9c\x52\x3c\x50\xdf\xaa\xdb\xd1\x78\xfb\x14\xae\xf9\x47\xdf\x95\xa7\xd8\x9e\xf4\x5d\xb7\xd0\xc0\xf5\xbb\x1e\x2f\xfa\xae\x3c\x45\x57\xc3\xe3\x1d\x1a\xef\x6c\xc2\x8b\x71\x7e\x77\x0e\xe1\xa2\xcf\xa1\x75\x5f\x8c\x77\x78\xbc\x03\xe1\x60\x8a\x7e\x86\xd7\x11\x7d\x57\x26\x8f\xfb\xad\x56\xe3\x0d\x5c\xfd\x31\x9f\xc1\xd2\x52\xa1\xd1\x6e\xd5\xfd\xe1\x78\x59\xa2\x93\x39\xb5\xbe\x98\x54\xe6\x25\x7a\x98\x4b\xeb\x82\xe2\x29\x2f\xf1\x93\xe9\xfd\x32\x39\xdd\x57\x59\xff\x7c\xf9\xea\xf8\x34\x51\x88\xe9\x58\x3a\xf5\xa6\xa7\x75\x22\x62\x12\xa2\xa9\xcf\xe5\x53\x0c\xa7\xa7\xbc\x74\xea\xc9\xe9\xa9\xe3\xf4\xd4\xd1\x85\xf6\xb9\xbc\x9b\x16\xb3\xba\xc4\x6d\x96\x67\x75\xb1\x6b\x78\x06\xbf\xd5\x65\x3c\x76\xfd\x12\xb5\x2c\x8f\x7a\x69\xb6\x3b\x54\xba\x3c\xdb\x4b\xb3\x3d\x98\xd5\xe5\xdd\xb1\xd8\x1d\x4b\x5c\x68\xf9\x10\x5b\x47\xdf\xab\x9f\xe6\x96\x0b\x6e\xb9\x44\x45\xeb\x6c\xe3\x71\x2a\x2d\x71\xa7\xed\xd5\x91\xa8\xb7\xc4\x9d\xb6\x4f\xb7\xcd\xe9\xb6\xc4\x9d\xb6\x2f\x35\x5b\xf3\xb0\xd4\x8e\xc7\xb5\xb5\x9a\x8b\xdf\xdd\x5b\x5c\x05\x1f\xa9\xf2\x11\x77\xda\xa6\x22\x44\xc0\x42\x40\xc1\x8e\xcb\x54\x14\xe2\x0e\x57\x70\x9e\xba\xd5\x6c\xbc\x06\x9e\xf4\xbb\xbe\xbc\x90\x34\xb2\x10\x07\xb8\x3b\xe2\xd2\x2d\x24\x70\xfa\x73\xcc\xbd\x11\xe9\xca\x47\xd4\x78\xbc\x0b\x70\x92\x2a\xd8\x86\xdf\xea\x36\x7e\x02\x2f\xfc\xee\x31\x59\x85\x0c\x77\x71\xda\xf9\x7a\x57\x46\x82\xc3\x54\x3e\xba\xac\x7d\x7d\xfa\x84\x3e\xe8\xe2\x55\xb8\xe8\x2a\x62\xaa\x5f\x9c\x7e\x7e\xcd\xa5\x51\x1b\x95\x88\x19\x1c\xd5\x61\x7c\x81\xab\x1d\xcf\xf3\x57\xf3\xac\xcb\xda\xd7\x5c\x97\xd0\x0a\xe5\xa3\xd3\xf0\xeb\xcb\x60\x18\x27\x5e\x5c\xed\x78\x17\x7f\x35\x9f\x3a\x25\xbf\xe7\x18\xff\x06\x2e\x6e\xf6\xf3\x3c\xff\x34\xcf\xe2\x66\x3f\xdf\x16\xc2\x38\xf1\xe2\xf4\xe7\xb7\x44\x6f\x11\xb2\x3c\x95\xcf\x4c\xc2\xbb\x71\xe6\x47\x5c\xee\xe7\x7d\x11\x11\xc7\x53\xf9\xe8\x34\xfc\x99\xbb\xfe\x44\x27\xba\x65\xfd\xdc\x7f\x6c\x12\x4b\xd2\x2d\xeb\xe7\xf5\xfa\x85\x08\x5e\x92\xe8\xed\xe7\x5b\x04\x22\x60\x49\xa2\xb7\xc7\xf4\xff\xb0\x8e\x49\x5c\xee\xf1\x65\xf6\x61\x5d\x08\x2d\x72\xab\xcb\x38\xed\x88\xfb\x3d\xde\xbf\xa8\x99\x4a\x92\x10\xf0\x98\x5d\x45\xec\x85\x8b\xd3\x9f\xd7\xfb\x31\x82\x28\xa7\x92\x44\x3f\xaf\xe7\x13\xd9\xac\xa4\xea\xef\xb7\xf1\x2f\x38\xfd\x79\xdd\xcf\x57\xfd\x14\xfd\xbc\xa6\x9f\x17\xfa\x49\x62\x7b\xaf\x4f\xbd\x97\xf9\xc7\x80\xbb\xcf\xd7\xf3\xff\x2a\xa6\xb1\xe8\x47\x21\x1a\x6e\x81\xdf\xed\xfe\x5e\xeb\xf2\x42\x57\x49\xa7\xe1\xeb\x5b\x28\x36\x83\x25\xc1\xc7\x96\x6c\x03\x6f\xa1\x82\x2f\xe1\xdd\x78\xf0\x87\x04\x9d\xac\x8f\xe8\x67\x85\x9e\xeb\xe2\x43\x78\x33\xce\x7c\x4e\xb5\xc3\x8b\x79\x97\x93\x57\xe1\x65\xbc\x2f\x0b\x4f\x72\xf2\x2a\x89\xd3\x70\x7d\x78\x5a\xb8\x85\x98\x1f\x5e\xc6\x6f\xf5\x11\x1e\xb7\xb5\x42\xb4\xf3\x8e\x2f\x18\x05\xbe\x4f\x6a\x5f\xfb\x65\x7d\x18\x6f\xe6\x96\x85\x13\x18\x05\xda\x81\x2f\xad\x24\xbe\xba\x12\x7c\x00\x4b\xed\x5b\x6d\xc6\x07\xb8\xbe\x17\xbd\xad\x90\x96\x92\xf2\xeb\x77\x07\x85\xbe\x85\x0e\xde\x84\x6f\xe3\xf4\x27\x5e\x6c\x3b\xde\x61\x14\x32\xf8\x10\x5e\x8d\xc7\xfc\xf0\x92\x7e\xab\xd3\xf8\x8a\xc8\x50\x4b\xf0\xd7\xf0\xcb\xe7\x34\x6f\xe1\x69\x65\xd8\x43\xe6\xd8\x5c\xd2\x92\xf5\x95\x35\x5c\xc8\xca\x5e\x65\x5d\x5e\x65\x05\x93\xe8\x6e\xaf\xb2\x5b\xf8\x81\x67\x70\x0f\x17\x21\xa9\x64\x8e\xc1\x95\xc5\x0e\x17\xfa\xae\x92\x45\x56\xd9\xcb\x15\x21\x1f\x1a\xd9\x97\xfb\x92\x05\xe0\x2d\xb0\x8a\xa2\x92\xe2\xd9\x27\xf9\x5b\xc9\x6b\x08\x3f\xc6\xa3\x3b\x45\x54\x52\x4c\x3d\x44\x4e\x28\x58\x38\xdf\xea\xcf\x78\x70\x61\x2c\x99\xfb\x2a\xc7\xed\xc3\x05\x78\xd7\xbf\x55\xf7\x07\xaa\x2a\xdc\xc5\x57\x15\x77\x90\x03\x59\x29\xa2\x92\x2a\xee\xb0\x2a\xdc\xa1\x70\xaa\xd9\xb1\xac\xcb\xb1\xac\x94\xac\x76\x24\xf3\xac\x1a\xb2\x68\x29\x70\xa5\x55\x75\xc7\x5d\x58\xe8\x95\xf2\x57\x77\x2f\xfc\xc7\x28\xd0\x5d\x11\x57\x35\x71\x21\xe2\x14\x9e\xfd\x6f\xf5\x6b\x9c\xe9\xd3\x32\x58\x94\x59\x0d\x66\x40\x14\xda\x5b\xed\xc6\x63\x13\x14\x51\x4b\xf3\xf0\xc2\xa3\xec\xe2\x45\xf8\xcf\x38\xc3\xee\x4c\x87\x45\x9f\x85\xe8\x53\x0a\xcc\xc9\x8e\x64\x7d\x35\x0d\x5b\xcc\xa9\x89\xf9\xad\x06\x93\x20\x0e\xca\xad\x0e\xe3\x1b\x7c\x09\xf7\xef\xc6\xfb\x63\x41\x1d\xd0\xed\x31\xd6\x09\x4b\x78\x71\xbe\xb7\x28\x43\xbc\xf4\x54\x8a\x98\x50\xd7\xdd\x54\x9e\x64\x85\x78\xd5\xb7\x3a\x8d\xc7\xef\x12\xe3\xf9\x56\x7f\xc6\x5f\x70\xfa\xaf\x00\x0d\xb7\x10\xf3\x50\x45\x76\xdd\xcc\x0f\x51\xa6\x54\x91\x5d\xd7\x61\xb5\x50\x3f\x95\x2a\xf2\xea\xba\x3c\xae\xce\x65\xa7\x8a\x09\x29\x40\x43\x27\xac\x62\x2a\xc4\x41\xe9\x6b\x98\x1c\x87\xfa\xc9\xe1\x86\xeb\x17\x85\x04\xbe\x84\x17\xe3\x31\xcf\x95\xa7\x82\x35\xcc\xbc\x09\xdc\x50\x6a\x55\x3b\xdb\xdf\xc7\xcb\x57\xa9\xe2\x36\xc3\x4c\x0e\x53\xbc\x52\x11\xe9\xf0\x15\x8b\xc2\x25\xc8\x8e\x5d\x77\xb7\x6f\xd8\x2d\xf0\xb3\x62\x4e\xc3\xbb\x6f\xb0\xfb\xaa\xc8\x6d\x98\xa7\x0f\x0d\x57\xe4\x36\xbd\x5c\x48\x38\x85\xc8\xed\xb7\x3a\x8c\xd3\x0e\x77\x7a\x3b\x8d\xdd\x42\x06\xef\xc2\xbb\xf1\x09\xae\x76\xcc\xfc\x42\x64\x4a\x85\xbc\xa8\x7d\xc9\x44\xef\x16\x98\x86\xa9\x76\x74\xb7\x5e\x13\x5e\x5f\xc5\xcd\xa6\xc7\x3b\xd9\x8e\x55\xdc\x6c\x9a\x29\x4e\x2d\x2f\x77\xa9\x65\x11\x69\x2d\x96\xb1\x89\x9b\x2d\x93\xdb\x62\x7b\x35\x9d\x6d\xcb\xe3\x5a\x2c\x2f\xea\x83\x5b\x9d\xc6\x17\xf8\x14\x7e\x8c\x47\x3f\xb1\xc7\xee\x8e\x9a\x79\x0b\x05\x5c\xed\x7b\x5c\xc4\x7f\x28\x4d\x64\x68\x19\x69\x61\x72\x57\x88\xa3\x72\xab\xfe\x5d\xd6\x11\x3b\xed\x6e\xa7\xb4\x8e\x1b\xda\xc5\x19\xef\xf6\x76\x24\x3c\x5c\x69\x62\x63\x96\x85\x16\xf1\x22\x4a\xe3\x8e\xb5\xb6\xd9\x0f\x5e\x69\x0a\x76\x7d\xab\x9a\x1f\x64\xa4\xd2\x74\x76\x6e\xb3\x9f\x0d\x99\x37\xb1\xbd\xed\xf9\xd9\x9a\x87\xa6\x76\xcc\x8d\x37\x6c\xa9\x89\xde\xb6\xc9\x1f\x53\xbf\x42\x1c\x95\x6e\x6f\xb5\x5b\x60\xbd\x44\x6f\x8a\x47\xd1\xe5\xc5\x56\xb0\xd3\xbe\x55\xb1\xbd\xad\x79\xe3\xee\xbe\xb6\x4f\x25\xc9\x54\x6d\xaa\xff\x66\x03\x5b\xf3\x36\xe9\xbf\x65\x2d\xdc\xd9\x2e\xbe\x84\xeb\xfb\xa3\xf1\xf2\x42\xba\x8e\x0f\x79\x12\xdd\x97\x2e\xba\x3a\xa6\x87\xd0\xbb\xf5\xca\xd5\x77\x1d\x4f\x03\x16\x80\xa5\x6b\xfb\x1e\x93\x3f\x16\x80\x8a\x29\x7e\xab\x6e\x9e\xb3\xbf\xeb\xf0\xb4\x28\xb7\x24\xca\x75\xdd\x5d\x8e\xb9\x36\xce\x6d\xa5\x8b\xeb\x1d\x4f\xc3\x81\x1b\x76\x1d\xaa\xc7\xd3\x20\xd1\xaf\xeb\x50\xfd\xfa\x70\xc6\x89\xad\x74\x71\xc3\xaf\xb7\x11\xda\xbc\x22\x3d\x80\x9d\xdb\x6e\x81\xdf\x15\x79\x7e\x7d\xc5\x25\xb1\x56\xe9\x22\xcf\xaf\xc9\x04\x2d\x5f\xe9\x22\xcf\xaf\xef\x40\x5f\xcd\x83\xc8\xf0\xeb\xed\xfe\x65\x79\xbb\xd8\x9b\xb4\x79\xb7\xb0\xc0\xd5\xbe\xb7\x85\x44\xbc\x2e\x72\xfb\x9a\xcb\xa3\xe5\x2b\x5d\xa7\xe9\xcf\xe3\x42\xcb\x57\xba\x4e\xd3\x9f\x97\x1d\x2d\x5f\xe9\x22\xc3\xdf\xf2\xf7\x90\x43\x17\xb9\xfd\x4c\x0e\xbf\xa5\xef\xe9\xe7\xcf\x6c\xe0\x07\x7b\xd3\xbb\xfe\xfa\xf9\xb6\xf1\x43\xd4\xd5\xbb\xfe\xfa\x49\x24\x21\xe3\xd1\xc5\xd5\x1f\xb3\x81\x9f\xd6\x6b\xd1\xce\xe3\xab\xf8\x03\xd9\xea\xa1\x7e\x59\xf4\x5b\x12\xfd\xf4\x50\x4f\x0c\x5c\x0a\x2f\x38\xfd\x7f\xbc\x5e\xa8\xfd\xca\xf8\xa8\x1d\xdf\x2a\x1e\xb6\xef\x10\x3b\xb4\x48\xb8\x24\x12\x4a\xd1\x60\xf7\xb2\x2e\xf7\xb2\x32\xf2\x5f\xc4\x97\xe8\xeb\x75\x77\x5f\xb8\xb1\xde\xdf\xd7\xeb\xbb\x2b\x5e\x63\x65\x88\x6b\xbd\xe6\x1e\x64\x33\x2a\x64\x95\xbb\xd5\x6e\x7c\x82\x57\xe1\xdb\xf8\x01\x1f\xc2\x7f\xc6\xf9\x5d\x91\xd1\xeb\x6d\x23\x49\x8f\x60\xa9\x7d\x2b\x18\x5f\x97\x17\x58\x21\xcf\x70\xdf\x4a\x07\x72\x0b\x0d\x7c\x09\x9f\xc6\x69\x67\xfa\xfb\x47\x78\x28\x85\x8b\xde\xcd\xed\xd5\x75\x0b\xf4\x7f\xaa\x1d\x91\xc5\xfe\x20\x91\xea\xdd\xdc\xde\x5b\x1d\xef\xad\x9e\xdd\xcd\xe3\xee\xb0\xeb\x49\xdf\x7e\xab\xdb\xf8\x01\xa7\x19\x6b\xb1\xf0\xbe\x4a\x45\xcf\xe9\xdb\x82\x18\xce\x58\x3d\x77\xc3\x5f\xc1\x6c\x4a\xbd\x8e\x6f\xcb\x55\x5b\x02\x94\x5e\xbb\xb7\xc2\x6f\xdc\x42\xcc\x32\x41\x50\xfa\xce\x3a\x6b\x77\xe6\x0e\x81\x79\x75\xb7\x6f\xd5\x2d\xd0\x7d\xae\xd0\x3b\x4b\x5e\xdc\xa4\x2f\x29\x04\x41\xe9\xf6\xb9\xba\x85\x98\x9d\xa9\x7e\x66\x51\xc9\x46\xcb\x54\xc8\x61\x78\xab\x6e\x87\x4d\x86\xd9\x75\xdf\x59\x44\x2d\x5f\xac\x82\x79\xf5\xad\x76\xe3\x8c\x8b\xcd\xbd\x15\x2a\xaf\xe3\x7c\x95\x0a\x51\x4e\x6e\x55\xab\x8b\xc1\x60\xd1\x2b\xf5\x96\xc1\xe0\x2d\x04\xf5\x90\xfe\xb6\xdb\x17\xeb\x16\x1e\x70\xe6\x41\x11\xfe\x6f\x21\x83\xeb\x77\x75\xa5\xdf\x85\xb3\x13\xb3\xeb\x8e\xcb\x16\x85\x38\xdb\x48\x12\xd9\x71\xd9\xa2\xc0\xef\x26\x7d\xef\x71\xa1\x95\x2a\xa4\x71\xbc\xd5\x9f\xf1\x17\x9c\xfe\x5b\x2b\xb5\x2b\xd4\x4f\xe6\x88\x8e\x0b\x16\x85\x0d\x4e\xff\xab\xc7\x5b\x35\xae\xaa\xef\xc5\x54\x70\xa6\xea\x18\x94\xf5\x6d\xe5\xd3\xc6\xd0\xaf\x2c\x36\xf5\x56\x88\x8f\x4e\x3e\xb7\x8b\x37\xe1\x8f\x71\xba\xd9\xf5\xb3\x5e\x46\x49\x6c\xe4\x15\xee\x76\xc5\xba\x05\x86\x0b\xaf\xdf\xd5\xbb\x02\xc3\xc0\x42\xe4\x92\xee\xc0\xdb\xb7\x90\xc0\xbb\xf0\x62\x7c\x81\x4f\xe1\x5a\x46\x42\x7f\x14\x22\x97\xdc\x6a\x33\xce\x72\xc1\xbb\x77\x33\x73\x20\xd4\x5e\x59\xcb\xdf\xff\x69\x87\xfe\x70\xc5\xdd\xcd\xf3\x13\xb1\x41\x52\xfd\x88\x7c\x2c\xe1\x6d\x24\xbc\xaa\xe7\xe9\xdd\x4c\xe6\x48\x78\x95\xec\xb6\xdd\xae\x5e\x7d\x87\x45\xe1\xc5\xd5\x7f\x93\x09\x21\x44\xaa\x9e\xa7\xed\x02\xd6\x89\x2c\x7e\xf1\x2a\xfc\x67\xfc\x05\x67\x7e\xba\xb7\x7b\x88\x7a\x5d\xef\x04\x5b\x11\xfb\xba\x3c\xc3\xea\x27\x1b\xd7\x32\x12\x42\xa4\xea\x35\x7b\x77\x33\x25\x42\x88\x54\xd2\xf8\xdd\xea\x32\xce\xb0\x44\x6d\x16\x14\x71\x05\xbb\xb8\xda\xf1\x70\xbb\x86\xcb\xeb\xd0\xee\x1e\x6e\x28\xb3\x2e\xbe\x84\x37\xe3\xb4\xd3\xf4\xbb\xe6\x6e\x44\xf8\xab\x1f\x71\x2b\xf9\x78\xdd\xc2\x03\xce\x34\x0c\xef\x16\x7c\xb9\x2a\xb9\xa7\xba\xf3\xa9\xdc\x02\xbf\x2b\xee\x63\xdd\xd6\x1e\x1a\x97\xc8\x70\x48\x2b\x81\x53\xd7\xc5\x59\xae\x61\x72\x18\x1a\xaf\xce\x96\x61\x2e\x10\x86\x8c\x17\x1f\xc2\x35\xcf\xe8\xbc\x2a\xc6\xde\xb7\x5a\x8d\xf3\xbd\xb8\xd5\x34\x99\x87\x68\x98\x6a\x12\xf7\x99\xde\xed\x48\x84\x35\x89\xfb\x4c\x93\x3f\x12\x61\x25\x90\x78\xb7\x33\xd7\x2d\x44\x3f\x31\xc3\xee\xf8\x76\x51\x08\x32\xd1\x72\x59\x50\xc4\xa9\xeb\x7e\x0e\xb5\x4d\x53\x39\x81\x02\x6b\x12\xf3\x99\x3e\x1a\x23\x80\xf7\xc5\xd5\x8e\x97\x77\x42\xcd\x7a\x84\xde\xd3\x4c\x2f\x24\xc6\x8b\xab\x9b\xc7\xed\x30\x0d\x49\x87\xd4\x32\x17\x88\x74\xda\x17\x9f\xc2\x9b\x71\x86\x25\x6e\xb5\xf4\x2a\xb8\x11\x38\x2b\x56\xde\xb7\xfa\x35\xfe\x82\x33\xcd\xcb\xe4\x80\xf2\xad\x26\x91\x89\x95\x6c\x7b\xb1\xec\x7a\x84\xb6\x8f\xd7\x2d\x30\x2e\x91\x89\x92\xf1\xf5\xbd\x20\xf3\x34\xfe\x22\xab\x50\x27\x19\x0f\x85\x19\x7f\x26\xa6\x65\x5d\x1b\xbe\x5d\xa9\x26\x51\xcb\xf2\xa6\x27\xea\x49\x25\x9a\x48\xdf\xd6\xc1\xed\xad\x69\x12\xd3\xb2\xdc\xb9\xd1\xc1\x55\xbd\x45\x6f\xcb\x9d\x3b\x04\xcd\x8b\xab\x1d\xc9\x97\xf8\x88\x5d\x7c\x09\x77\x3b\x50\x91\xde\xa8\xb7\xe5\xce\x1d\xa9\xed\x2e\x5e\x84\xff\x8c\xbf\xe0\xea\x8f\xc9\x28\xec\x37\x53\xd5\x1b\xf5\xb6\xce\x6e\x6f\xc8\x88\xa8\x21\x7d\x2b\x4a\xca\x2d\x64\x70\xf5\xc7\xbb\x06\x17\xb3\x9a\x11\x88\xec\x62\x76\x0b\x1b\xbc\x0b\xff\x1a\xa7\x3f\x85\xe5\xb4\xdc\xb9\xcf\xa4\x7d\x2c\x01\xb6\x02\x27\xf6\x7d\x96\x70\xd6\xe5\xac\x3f\x78\xec\xbe\x2c\x72\xb1\xee\x6f\x1f\xb8\x01\xd9\x74\x6e\x55\xe3\x3a\xea\xbf\x0e\xb1\xe3\xfe\x1f\xf5\x7f\xea\x77\xdd\xff\xa3\xfe\x4f\x7f\xff\x35\x4e\xff\x75\xd7\xf9\xba\xff\x5f\xd6\x3d\x8b\x4e\xbe\x5e\xf7\x2f\x5c\x22\x8b\xab\x7c\xcd\x25\x30\xff\xac\x05\xc1\x64\x7f\x7d\x17\x24\x4a\x4a\x2d\x3a\xac\xbe\xbe\x43\xa0\x43\xac\x7a\x8d\xde\xd6\x21\x6e\xc2\xb3\x2b\xdb\x53\xdf\x5f\x5f\x16\xbe\xcc\x03\xd6\xe4\xb7\x2a\x3a\x41\x57\x58\x4b\xd6\xf7\xc7\xed\xc3\xed\x4b\x31\xee\x7e\xc2\x0e\xcc\x9e\xac\x2b\xdc\x84\x6d\xaf\x45\xeb\x68\x41\x72\x23\x48\x56\xac\xcc\x6f\x75\x1b\x3f\xe0\x55\xf8\xcf\xf8\x0b\xce\xfc\x58\xb7\xb8\x23\xc0\xc9\xc5\x97\x70\xb7\x03\x3b\x28\x48\x30\x78\xae\x51\x88\x79\xd6\xf3\xf1\xb6\x20\xb9\x7f\x1a\xaf\x2e\x41\xd6\x2d\xe2\xcb\x96\x6a\x11\xfb\xf8\x79\x5f\xa3\x43\xac\x7a\x26\xde\x8f\xf7\x75\x48\x9a\x9d\x68\xdc\x7d\x3f\x3e\xb4\x1f\x2d\x17\xcf\x28\xfb\xf1\xf6\x0d\x1d\x63\x2f\x12\x48\x1e\x53\xed\xa3\x55\x14\xf5\x3c\x1e\x15\x29\x87\xdd\xc9\xc7\xbc\xef\xd1\xe2\x2e\x37\xa3\xa3\x3c\xf2\x0e\x5f\x5c\xbf\x6a\xb1\x29\x72\xbd\x5e\xbc\x0b\x6f\xc6\x99\x9c\xa5\x9f\xb5\x00\x13\xb9\x85\x52\xad\xba\x70\x3f\xde\xec\x04\x53\xa9\x55\x44\xf8\xf8\xe8\x0f\xf1\xf6\xe2\x6a\xc7\x9b\x82\x68\x90\x55\x8f\xb2\xfb\xf5\xd1\xf9\x72\x74\x56\xdd\x98\xac\x00\xdd\x04\x53\xa9\x55\x37\xa6\xd7\xc4\x4f\xd0\x94\x5a\x75\x35\x7a\x3d\x0f\x2f\xe3\xad\xba\x88\xbf\x1e\x2f\xc6\xa3\xb5\xea\x6a\xf4\xee\x3f\xdf\xd3\x1f\x5e\x5d\xf6\xeb\x71\xbd\x30\x81\x2a\x26\xf3\xfa\x2c\x7c\x61\xfe\x55\x44\xf8\x9a\xf9\x23\xfe\x56\xa2\xc6\x75\xe7\x22\xb9\x05\xc6\xc5\x15\xe8\x7c\x74\xe6\x9d\x0f\x44\x4e\xb0\xed\x7e\x2c\xfe\x9e\x50\x5c\x76\x62\x61\xdc\xda\xd7\x30\xdd\xec\xc2\xd5\x9d\x43\x70\xca\x5a\xa1\xcd\xf3\x39\x6e\x5e\xdd\x19\xfe\xfe\x31\xfe\x82\xf3\xb3\x72\xd7\xbb\x85\xa0\x36\x62\x76\xdc\xea\x31\xce\xf7\x10\xed\x49\xda\x73\x27\x71\xe6\x54\xa4\x6e\xbc\xf1\x28\xb0\x5c\x5c\xdc\x4f\xd2\xf4\x9f\x04\xb9\x55\xc8\xed\xd8\x88\xf3\x24\xae\x28\x75\xa9\x3f\xdb\xed\x44\x0e\x62\x62\xa1\x76\x9c\xf7\x28\x44\x77\x08\xf1\xdd\x4f\xd2\x53\xb6\xbc\xf8\x2a\x09\xec\x6f\x75\x1b\x8f\x69\xc0\xe2\xbd\x1f\x1b\x6b\xca\x5b\xaf\xea\x69\xfa\x64\xb1\x18\xdc\xf6\x52\xd5\xd3\xf4\xc9\x1e\x2e\x62\x77\xc5\x12\xfe\x56\x9b\x71\x7e\x97\x9b\xd7\xc9\x5e\x2e\xb2\x83\x56\x2c\xe1\xfb\x51\xe8\x92\x2e\xbf\xbb\xda\x38\xea\x8e\x42\x97\xdc\xc2\x00\xa7\x3f\x36\xca\x94\xdf\x5d\xd5\xd3\xf4\x51\x64\xf9\x5b\xe0\x77\xb9\xa0\x9f\xe2\xfe\x17\x96\xab\x71\x11\xc7\x0d\x8f\x02\xfd\xe7\x86\x85\x1b\x1e\x85\x0d\xde\x85\x7f\x8d\xff\xc0\xe9\x7f\xd9\xfe\x5d\x96\x4b\x4f\xd3\xb8\xe1\x51\xe0\xfb\xae\x76\xbc\x2e\x21\x2e\xb7\xa9\x65\xb1\x54\x8c\xbb\x5c\xaa\x6d\xfc\x85\x97\x63\x3f\x0a\x60\x72\x0b\x9d\x3f\x6b\xc2\xa7\x71\x46\x01\x23\xb6\x3b\x5d\x3f\xa8\x3b\x6b\xe3\xba\xef\xfc\x3a\xb7\x40\x3b\x22\xea\xea\x51\x57\x8d\x5a\x44\x6d\xe1\xfb\x54\xee\x8f\x6d\xa9\x1d\x13\x29\xfa\xcf\xda\x44\xbc\x36\xf1\x3c\x95\xd9\xe8\xa2\xde\xea\xd5\xaf\xac\x7e\x47\xea\x3c\xd5\x9b\x18\x29\xbb\x92\x4e\xad\x1f\x4b\xc1\xa7\x41\x5d\x18\xbc\xf7\x63\xa9\xf6\x48\xaa\xed\x98\x60\x1e\x4b\xb5\x47\x52\xad\x5e\xae\x8f\xf5\x96\x72\x9b\xab\x7a\xb9\x3e\xcd\xbb\xa9\xa9\x9f\xa2\x52\xb9\xcd\x75\xb9\xcd\x55\xbd\x5c\xdb\x6d\xee\x16\x3a\xb8\xfa\xe3\x5d\x26\x69\xb7\x8b\x7a\x2d\xed\xca\xcd\xae\xca\x82\xdd\x79\x89\x6e\x21\x81\x17\xe1\xc5\x78\x05\x6f\xc2\xb7\x71\xda\x47\x9e\x38\xdd\xeb\x1b\xe9\xba\x53\xed\xa2\xf6\xee\xf5\x8d\x48\x29\x6d\xc2\xa2\x8f\xa5\xe3\x23\x29\xb8\x6b\x13\x74\x2f\x57\xd7\x34\x70\x02\x9f\xee\x69\xc0\x92\xb3\x76\xf1\x5c\x5b\x72\x9e\x8e\x98\xd4\x45\xec\xdd\xcb\xd8\xd9\xc4\x7a\x18\x3f\xdd\xbc\x58\xd2\x6e\xc7\xb8\xe1\x28\x9e\xfd\x2d\x30\xcd\xdc\x33\xcf\x30\x39\xa3\x46\xad\x32\x78\x3f\xb6\xf0\x3c\x43\xc3\xe5\xfe\x79\x14\xff\xbe\xe3\xce\x77\x71\xb5\xa3\x9b\xc2\x09\x71\x38\xd5\x2e\xb2\x1d\xe6\xc5\xc4\xbf\xaf\xb2\x60\x3f\xc3\x64\x32\x20\xe7\x2e\x72\x1e\x26\xdb\x01\xd9\x0e\x91\xed\xf0\xf2\xa2\x17\xad\xb2\x60\x77\xb6\xcb\x7e\x24\x05\x13\xa2\xa4\x1f\x4b\xc1\x47\x52\x30\x21\x4a\xba\xbd\xf8\xba\xbc\xf8\xea\x40\xbe\x38\xd3\xcc\x69\x72\x6f\xd7\x83\xf9\x51\xb2\xdc\x5b\xf8\x82\x77\xe1\x8f\x71\xfa\x83\x9e\xf0\x4c\x8f\x8b\xd0\x25\x75\x14\xb5\xef\xf5\x9d\xac\x2f\x29\x95\xfb\xb1\x49\xe9\x91\xb8\x3b\x44\xce\x16\x77\x4f\xc4\x30\x49\x75\x70\x25\x70\xba\xab\xae\x74\x57\x55\x2f\xee\xc7\xe2\xee\x59\xbc\xde\xc8\xb2\xfd\xd8\xa6\xf4\x2c\x98\xb1\x5e\xd6\xf1\xf6\xa3\x10\x64\xab\x23\xdb\x26\xa5\xf2\xfa\xab\x43\x3c\xd7\xd2\xae\xbc\xfe\xea\xe0\x26\x78\xd6\x76\x77\xb6\xbe\x57\xf3\x26\x73\xd4\xa8\x55\x06\xec\x67\x79\x1a\x96\x86\xa5\xa3\xdf\x6a\x51\x32\xaf\xa7\x2a\x83\x74\xf2\xac\x53\x60\x3a\x45\x26\x16\x4f\xe5\x0d\x58\x7d\x66\x6f\x9f\x3d\xa8\x3f\xeb\x14\x77\xdb\x1e\x97\xc4\xd0\xa9\xb3\x79\xbb\xff\xa8\x3f\xeb\x14\x99\x58\xfd\x29\xaf\xc2\x2a\x43\x75\x7b\x15\x76\x12\xb1\xa7\x2a\x43\x75\x27\x62\xef\x47\xe2\xe9\xd4\x99\xad\x60\x9d\x5d\x59\xb9\xea\x14\xd7\xdb\xbe\x1a\x49\xdc\x9c\xe2\x7a\xc7\xdb\xf1\xb0\x1d\x89\x5f\xde\xcf\x31\x79\x4a\xac\x94\xe1\xf9\xb1\x3a\xf3\x1c\xd6\xc5\xec\xc7\x7a\xc8\x83\x1e\xb2\xca\x20\xdd\xde\x83\xb7\x40\x3f\x75\x43\x3c\x5e\x97\x03\x79\xca\x50\xfd\x58\x3f\x79\xd0\x4f\xd6\xa9\x9b\xa3\xf5\x93\xe7\xc0\x66\x64\xc0\x7e\x6c\x9a\x8a\x7b\xe1\xc5\xbb\xf0\x61\x7c\x82\x2f\xe1\xdb\x38\xed\xa0\xb0\x39\x16\x37\x49\xff\x75\x71\xb5\x63\xb6\xfa\xd5\x3c\x88\x5d\x7d\x3d\x0f\xc4\xe9\x57\xf2\xdc\x7e\x2c\x6e\x92\x16\xec\xe2\xfa\xde\x77\xa0\x08\x6d\x92\xea\x14\x5b\xfa\x9a\x7d\x12\x16\xb3\x4e\xd1\xdb\xcf\x97\x08\x89\x8f\x64\xc3\xbb\xd5\x6e\x7c\xdc\x6d\xc4\xab\xca\xf9\x79\x19\x7f\x2c\xa3\xec\xda\xcf\x4f\x62\xd9\xf9\xc1\x55\xa5\x01\x38\x3f\x73\xa5\x1f\x5c\x69\x89\x0c\x7f\x3e\x94\x7f\x3c\x3e\x2d\x91\xa1\xa5\xcd\x83\x3a\xb3\xca\x0e\xfe\xfc\x7c\x79\x20\x90\x4a\x5d\x3a\xac\x7f\xe6\x4a\xa8\x2d\xeb\x12\xb7\xfa\x79\x79\x25\x6d\x2e\x1d\xb2\x96\x36\x0f\xe9\x01\xaa\x34\x03\xc7\xd2\xe6\x41\x9d\x59\x97\xb8\xd2\xe3\x65\x7c\x38\x34\x97\xc8\xf0\x31\xf7\x79\xb8\xfc\xac\xbf\x89\xad\xda\x9d\x8b\xac\xcb\x99\xb1\x2e\xdd\x14\x1f\x3d\x1a\x29\x17\x59\x5d\xa2\x3a\xcb\x97\x47\xf2\xa5\x34\x0d\xc7\xf2\xe5\x79\x78\x6c\x90\xa6\xe1\x3c\xde\x1d\x92\x2f\xa5\x69\xb0\xf3\x63\x27\x89\x59\xaa\xd2\x34\xe0\x0b\x49\x81\xd5\xd7\x5d\xf0\xf1\x8d\xf3\xe1\x2e\xb5\x74\x17\x7c\xbc\x3b\xd0\xb2\xd6\x25\x2a\x55\xb0\xce\x2e\xe7\xc7\x2a\x0d\x84\x9d\x1f\xfb\x79\x45\x16\x68\x5c\xec\xfc\x78\x0b\x15\x7c\x08\xef\xc6\x21\x8b\xa5\xf6\xcd\xe5\xc2\x3b\x32\xb5\x8f\x24\x16\xcb\xa9\x07\xc3\xdb\x46\x9c\x98\x6e\xa7\xc8\x2e\xa7\xc8\x26\x0d\x84\x9d\x22\x6f\x41\xed\xe8\x77\xcd\xd5\x43\x2f\x9b\x9a\x0c\xe1\xed\xfc\xd8\xf1\x6a\xbc\xf8\x6d\x67\x38\x95\xf3\x2d\xd4\xc0\xe3\xf0\x1c\xf6\x66\x1c\xca\x8d\xd6\x50\x1d\x0c\x9c\x18\x29\x3c\xe0\x15\x9c\xed\x71\x0b\xb4\x13\x87\xe4\xad\x76\xe3\x23\xf0\xaa\x76\xb8\xb3\x0e\xdc\x17\x2f\xae\xdf\xe5\xce\x7a\x0b\x1d\x5c\xed\xa0\x89\x19\x24\x55\x4b\x0d\x95\xc2\x98\x1f\x2e\x5f\x43\xde\x8c\x8d\xf8\x31\xc3\xde\x8c\xb7\x40\xff\xbb\xbf\xdf\xc6\x99\x9f\x4e\xff\x93\xe7\x81\xf4\x0c\x0d\x95\xc2\xad\x36\xe3\x27\xf0\xa0\xb7\x5b\xfd\x19\x67\x1e\x86\xbe\xf7\x3c\x24\xcd\xc3\xd4\xf7\x9e\x87\xa4\x79\x98\x4d\xf8\x32\xfe\x05\x1f\xc2\x5f\xe1\x9a\x9f\x45\xff\x25\x20\x0f\x79\x39\xb6\xcf\x52\x3b\x9c\x7a\xb7\x00\x3d\x2c\xb5\x73\x34\xcf\x04\xf7\x6c\x18\xc2\x8f\xa9\xfc\x0f\xb7\x70\xc0\x99\x7f\xe5\x6a\x1b\xca\xd5\xd6\x52\x5c\xd6\x86\x73\xb5\x0d\xb9\x39\x36\x22\x99\x8f\xa9\xe0\x9e\xb7\xf0\x03\x1f\xc2\xd5\x7f\xdc\x1c\x1b\x86\xf0\xc3\x6e\x8e\xb7\x40\x3b\x59\xed\xac\x6d\x9c\xfe\x88\x0e\x95\x30\x62\xc8\x9d\xb1\x11\xe1\x7c\x4c\x49\xc8\xb7\x10\xf3\x80\x0e\xe2\x56\xfd\x7d\xec\xeb\x46\xe4\x98\x81\x17\x23\x85\x01\xbe\x84\x1f\xe3\xb1\x8e\xe8\x1a\x06\x5e\x8c\x14\xf8\xbe\x4d\xe1\x5f\xe3\x7c\xdf\xd5\xfe\xf6\xf7\xec\x53\x42\x93\x8f\x59\x8e\xf1\x23\x5c\xdf\x9f\x66\x9c\xfe\xcf\x24\x7c\x1b\xff\x82\xab\x3f\x1e\x57\xd1\xb8\x44\x27\xd5\x74\x5b\xb5\x2e\x73\x09\x3f\xc6\xf9\x7e\xd1\xff\xba\xb4\xbe\x91\x54\x22\x29\x95\xfc\xad\xfa\xfb\x78\x27\x6b\x84\x76\x19\x4e\xae\x76\x0b\x2d\xf0\xa4\xef\xf7\x30\xfe\x80\xeb\xfb\xe3\xef\x0f\xdf\xe7\x26\xdc\xdf\xd3\x7f\x94\x00\xc3\x6e\x8b\xb7\x10\xf4\x96\xc5\x37\x9a\xe9\x8d\xa4\x11\x2d\x6b\x7d\x9b\xe9\xaa\x41\x57\x59\xfc\xa1\xad\x62\x3c\xe8\x27\x8b\x3f\x34\xef\x23\x6c\x7a\x5b\x16\x1f\x68\x7b\x1b\xe7\xfb\xde\x85\xfb\xfb\xa3\xef\xd5\x4f\xd3\x5b\x24\x81\x48\x2d\x8b\x0f\x28\x55\xf4\x2d\x7c\xc1\x87\xf0\xc7\x38\xe3\x15\x7f\xe8\x1e\x6f\x08\xb7\xa9\x65\xad\x7b\x37\x9f\xc1\x6d\xb1\x65\xf1\x87\xee\x75\x24\x6b\x44\x43\xd3\x3f\x66\x37\x7d\x76\xcd\xc3\xaa\xc2\xdd\x4e\x1c\xe7\x2d\x8b\x0f\x74\xef\x2f\x6c\x80\x1b\xc1\xbb\xc7\xec\xe6\xc3\x04\xfd\x6c\x04\xe9\xbe\xd5\x65\x3c\xe6\xa7\x24\xf5\x73\x8b\xef\xa1\x0a\x6e\x45\x7c\xa0\x9b\xdf\x12\xbe\xb3\x15\xed\xf7\x6e\x7a\xc6\x9d\xb1\x11\x82\x66\xcc\xe1\xfd\x38\xd8\x8f\x28\x0d\x6e\x75\x19\xe7\x7b\x9d\x2f\xc3\xeb\x8e\xcd\x70\x2b\x85\xfe\x0f\xf3\xd5\x01\x3f\x29\xa2\x93\xe1\xf1\x0e\xe8\xa1\xe8\x7c\x19\xeb\x67\xfc\x01\x87\x7e\x86\xe7\x01\x5b\xe2\x46\x08\x9a\x5b\x9d\xc6\xbf\xe0\xea\x8f\xe9\x64\xb0\xaf\x8b\xce\x9d\xe1\x7d\x3d\x34\x0f\x3a\x5f\x86\xe7\x61\xc0\x6f\xb1\x39\x1f\x73\x9a\x1e\x30\x1a\x6e\x65\xe4\x7f\xbe\x7e\xdd\xaf\x87\xff\x8c\x6e\x0d\x37\xf7\x18\x0f\xb2\x2b\x62\x1f\xd3\xdb\x9e\x44\x14\x8d\x58\xdd\xc3\xb9\xe6\x86\x72\xc7\xb5\x22\x72\x99\x5e\x66\x52\x39\xb7\xfa\x61\x78\xd3\xc7\x2d\x2a\xe1\x86\x29\xf9\x98\xcb\xc3\x40\x95\xdb\xaa\xae\x17\xcb\xcb\x49\x48\x9b\xc6\xb3\xfc\x70\xee\xb8\x31\xb1\x11\x6e\x55\x6c\x62\x79\x1b\x87\x43\xe5\xc5\xf9\x5d\xa9\x6c\x87\xfc\x22\x1b\x29\x32\x6f\x75\x1b\x0f\x72\xa9\xba\x5e\x2c\xb3\x5d\x42\xda\x34\x62\x63\xdf\xaa\xdb\x51\xff\x75\x3c\x2c\x93\x2f\x3a\x5c\x25\x79\x19\x73\x79\x7b\x93\x3b\xae\x91\x1b\xf3\x56\xdd\xff\xbb\xbd\x3b\x26\xdd\x63\xee\x29\xee\x87\x0a\xb7\x55\x51\xcb\xf6\xee\x26\x62\x4e\xab\x8d\xe9\xdf\xde\xc5\x5b\xd3\xd0\x8b\xf0\x62\x9c\xe1\xf6\x26\x7c\x18\x7f\xc0\x59\xf6\xed\xd3\x07\x19\xb9\x61\x4a\x7e\xab\x6e\x87\xdb\x42\x1d\xfe\x7e\x1a\x67\x59\x74\x4b\xd9\xbe\x2d\x60\x0a\xac\xac\x2d\xb7\xea\xdf\x8d\x77\xdb\x9e\xd4\x8c\x89\x1a\x11\xb9\x55\x5d\x52\x8e\x87\x4b\xde\x8a\x56\x45\x55\xc7\xd4\x70\xa0\xda\xf6\x61\x93\x1d\x0f\x97\xfc\x14\xad\xe9\x32\x72\xbc\x89\x11\x9d\x5b\x13\x13\x3a\x3e\x94\x08\xbc\xd3\xb0\x30\x1f\xf6\xd2\x1c\xf2\xd2\x6c\x4d\xd4\x76\xbc\x29\x11\x91\x5b\xd3\xa5\xe3\xb8\xff\x61\xc2\xdb\x7a\x31\xfc\x18\x7e\xf9\x9c\xe6\xbf\xe6\x59\x28\x64\x5b\x13\xcf\xfa\x9a\x47\xe3\xd4\xd9\x78\xc5\x1f\x76\xea\x1c\x78\x71\x26\xc5\x7f\xba\xd5\x69\x3c\x36\x63\xab\x55\xb8\xbf\xe7\x0c\x6e\x22\xce\xaf\x57\x91\x38\x3d\xad\x89\x38\xe5\xec\x79\x0b\x41\xb4\x4d\x67\xde\xd7\xbc\xe9\x0b\x8f\x6e\x0d\xea\xf9\xfa\x6c\xc6\x12\xb8\x91\xa8\x73\x38\x93\xdd\x50\x26\xbb\xd6\x74\x46\xfe\x4c\xcd\x3f\xa8\xb9\x89\x97\xfd\x7c\x36\xff\xb4\x8c\x3a\x3b\x7f\xde\xd4\x28\x64\x1b\x06\xe6\x63\xfe\xbc\xbc\x3f\x2d\xaf\xa8\xf3\xe7\x79\x08\x99\x38\x35\x0c\xcc\xc7\xfc\x99\x17\xff\xb4\xbc\x13\x72\xfb\x79\xf3\xfe\xd8\xbc\x4d\x77\x9a\xc7\x77\x56\x44\xde\xd6\x75\x86\x3d\x26\x43\x2c\x78\x5b\xd7\x9d\xe6\xb1\x0c\xf3\xb0\x5e\x5d\x64\xf5\x78\xbd\x22\xb8\xe8\xc5\xe9\xff\xe3\x3b\x3d\xaa\xd7\xd6\xc5\xdc\x1e\xef\x46\x12\x4d\x34\x2c\xc9\xc7\x7c\x7c\x47\x7c\xd8\xa5\x5d\x67\xde\xe3\x5d\x8a\x25\x70\xeb\xa2\xab\xc7\xeb\xfb\xb0\x8e\x5d\x77\x5c\xe9\x58\x6f\x81\x7e\x16\xfd\xae\xef\x22\x38\x8d\xb6\xae\x3b\x93\x74\xac\xb7\x10\xf4\xd9\xc5\x0c\x1f\xaf\x2f\xb2\x6e\xeb\x3a\x23\xa5\x63\x1d\xca\xb8\xd7\xba\xce\xc2\xd7\xf4\x8c\x33\x69\x23\x12\xcc\x70\xc6\xbd\x5b\xa0\x9f\xe2\x62\xaf\xb7\xa9\x64\xd7\x2e\x2e\xf6\x7a\x1d\x31\x31\x6e\x5d\xdc\xea\xf5\x36\xc5\x69\xb4\x11\xf1\xe5\x56\x45\x3f\x38\x8d\xb6\xae\xbb\xd4\xeb\x75\x27\xaf\x77\xeb\xdc\x99\x96\x65\xd7\xf5\x41\x66\xc3\xa2\xfb\x56\x87\x71\xfa\x09\xfb\x59\x8a\xc4\x73\x0b\xac\x0b\x77\x20\x3b\x93\xde\x42\xcc\x1b\xa1\xb8\x6f\xf5\x2b\x9c\xf5\x22\xf4\xca\xad\x16\xe3\x15\x7c\x82\x1f\xb7\x13\x3a\xe2\x46\x28\x95\x61\xe7\xd0\x81\x37\xe8\xc5\xd5\x1f\x9e\x70\x6e\x21\xfa\x33\x0a\xed\xcb\x39\xf4\x16\x36\x78\x13\xae\xfe\x48\xb6\x24\x64\xca\xb0\xb3\xe7\x2d\xf0\xbb\xac\xcb\x4a\x92\xa5\x57\x82\xae\x30\xcd\xbe\xd5\x63\x3c\xe6\x9f\xcc\x98\xb7\xfa\x18\x7f\xc1\xd5\x8e\xc7\x85\x13\x68\x1b\xac\xa3\x9d\x40\x6f\x21\xd6\x65\xb0\xdf\xed\xed\x39\xf0\xf6\xec\xd8\x19\xdd\x5a\x35\x1c\x64\x3b\xa6\xf1\xaf\x71\x9a\xe1\x6e\xb2\xb2\x97\x45\x22\x21\x96\xdc\xb7\xfa\x0a\x67\xb8\xf3\xa3\x76\x3c\x5c\x6c\x95\x1b\x0f\xcb\x03\xdf\x4f\x0a\x2b\xba\xa3\xe6\x45\x85\x2b\x33\xda\xf9\xf9\x0b\x3b\xfb\xb1\xb2\x27\x83\x24\xe1\x6d\x26\x0d\x5a\x37\x85\x45\xa8\xd4\xc6\xf3\xf2\xad\x3e\xc6\xf9\x19\xce\x9e\x55\x3c\x49\xf8\x9a\xb6\x09\x33\x58\x16\x48\x97\x04\xd2\x59\x84\x2f\x7f\xcf\x55\x61\xc6\x7b\xdf\xb0\x6f\xea\x20\x99\xe1\xc5\xe9\x8f\x7c\x50\x07\x4e\xa7\xa9\xf1\x8c\x3c\x96\x05\xd2\x25\x81\x94\x67\xe1\x61\x5f\xd3\x5b\xe0\x77\xb9\x72\x2c\x0b\x98\xf2\x35\x6d\xc4\x2f\xb9\xd5\x66\xfc\x80\xd3\xcf\xba\xb4\x0a\x64\xef\x6e\x73\x1a\xff\x19\xa7\x7d\xee\x0a\xab\x9a\x78\xab\x56\x53\x9b\x58\xce\xa4\xb7\x40\x3b\xda\xc4\x72\x1a\x1d\x72\x1a\x6d\x3c\xf3\x8e\xd5\x74\x08\xc8\x69\xb4\x61\xe9\x3d\xec\x34\x3a\xe4\x34\xda\x96\xa8\xb1\xe9\x2e\x82\xf7\xe8\xc5\xf9\xdd\xe6\x79\x26\x4b\x44\x5b\x22\x97\xe6\x79\x46\xf9\xda\x78\xcf\xbd\x55\xad\xaf\x04\xcc\xa5\xf5\x6d\x66\x12\x64\x8f\x68\xbc\xe7\x0e\x3b\x8d\x0e\x65\x1f\x6c\x58\x80\xdf\xaa\xc6\x25\xc1\x13\x0b\xf0\xb1\xa4\x4c\xbd\x85\x98\x37\xde\x73\x87\x9d\x46\x6f\x21\x83\x0f\xe1\xd5\x78\xec\x82\x85\x20\x63\xa7\xd1\x21\xa7\xd1\x86\x69\xf8\x70\x5a\xc2\xa1\xb4\x84\x0d\xd3\xf0\xb1\x14\xff\xe6\x16\x82\x9e\x89\x5c\x32\x56\xf7\xba\x90\xd5\xbb\x2d\x31\x09\x69\x41\x6f\xa1\xfe\xf7\xdf\x43\xef\x8b\xcb\x72\xe1\x42\x09\xda\x96\xc8\xc7\x72\xa1\x7c\x49\x1b\x01\x4d\x86\xd3\x0c\xde\x02\xd3\xc0\x19\x40\x76\x41\x0a\x74\x87\xbb\xc2\x52\x28\xd3\x21\x5f\xd2\xb6\xb8\xc9\xae\x61\xde\x4d\x98\x9b\xb6\xc4\x3c\x86\x99\xc7\xd0\x72\x89\x0c\x87\xa7\x7f\xc0\x0d\x88\xeb\x3d\xec\x1c\x3a\x48\x1c\x98\x3a\x16\xe3\x63\x59\xce\xc3\x4b\xf4\xe2\xfa\x5d\x8f\x0b\x39\xaf\x13\xb8\xe4\x56\x7f\xc6\x1f\x70\xc8\x61\x9a\x3c\x51\x82\xf6\x8f\xc8\xd3\x82\xdc\x42\x90\xeb\x9e\x4f\x0b\x72\x2b\x6c\x82\x2f\x3e\x84\x7f\x8d\xff\x02\xe7\xce\xb1\xa6\x79\x3a\x82\x5c\xff\x88\x0c\xa7\xd9\x18\xc9\xc1\xfb\x47\x64\x38\xbd\x5e\x28\x3b\xfb\x47\x67\x92\x42\x9c\xde\xc2\x06\x67\xbd\x96\xc9\x8d\x3c\x0d\x5d\xef\xbe\x6b\x79\x5c\x91\xb0\x61\x75\x51\xe7\x9a\xdb\x30\xd3\xc3\x15\x65\x59\x1e\x54\x62\xc2\xfe\x11\x17\x93\xb2\x73\x28\x01\x61\xd7\xb3\xef\x5a\xe6\x1a\xa4\x6f\xe8\x1f\x51\xad\x42\x99\x0e\x12\x10\xae\x2e\x22\xb7\xd8\xb7\x96\x46\x25\xa6\xb7\x3c\xaa\xa5\x51\x89\xe9\x6d\x53\x21\x2e\xa0\xfd\xa3\x13\x6f\x9b\x69\x84\x72\x33\x75\xbd\x06\xaf\xed\x4d\x84\x29\x6e\xff\x88\x9a\xb7\x6e\x94\x72\x01\xed\x1f\x31\xc9\x6d\x26\x89\x7c\xd7\xf5\x7a\xbc\x2c\xdf\x29\x61\x61\xff\xe8\x88\xdc\xde\x8c\x21\xd0\x5d\x9c\xe9\xd9\x7a\x0d\x96\x4b\x67\xc7\x20\x7d\xd8\xa5\x73\x90\xa1\x30\x75\xbd\xfa\xda\xa5\xf3\x16\x06\xb8\xfa\xe9\xc3\x6b\x43\x9d\x49\xd4\x79\x3c\x0f\x84\xcf\xe9\x49\x37\x20\x65\x7b\x18\x4a\x58\xd8\xf5\x1a\xbc\x8e\x77\x29\x02\x5e\x4f\xba\x19\x1d\x2f\x23\x91\x55\x7b\xd2\xe1\x78\x4c\xb5\x08\x78\x5d\xaf\xc1\xb8\x6c\x52\x10\xce\xfc\x58\x90\x5b\x47\xfd\xe7\x19\xc0\xbe\x98\x43\xbe\x98\x3d\xe9\x70\xfc\xfa\x26\x85\x69\x6d\xc7\x22\xfd\x56\x9b\xf1\x0e\x3e\x84\x0f\xe3\xf3\xbf\xff\xee\x83\x0b\xb1\x5d\x34\x07\xbe\x97\xa9\x27\x51\xe1\xd7\xcb\x42\x60\xd5\x9e\xc4\x23\x2d\xb0\xc9\x15\xb3\xeb\x91\x78\x7d\x7d\xe5\x20\xb0\x6a\x27\x8c\xf8\x58\x5f\x9f\xc9\xa1\xf3\xbc\xb8\xba\x69\xa6\x81\xcb\x65\x4f\x62\x6e\x3f\x6f\xba\x9f\xba\xaf\x33\xf6\x67\x1e\x1f\x92\xd8\xc5\x99\xb6\x9f\xcf\xb4\x30\x8d\xed\x18\x18\x0c\x27\x06\x1c\x4a\x00\xd8\x93\x78\xde\xcf\xab\x42\x10\x9e\x9e\x45\x25\x3f\xf3\x4e\xe2\xb0\xf6\x2c\xde\xf6\xd3\x5b\xe1\xfa\xc5\x91\xd0\x49\x5f\x79\xab\xea\xfe\x0f\x1e\x99\x45\x3d\x3f\xaf\x16\xb9\x1e\x7a\xce\x7f\x61\x67\x3f\x96\xc5\x3c\x39\x6a\xf6\xac\x6b\xf4\x63\x56\x83\x66\xb3\x67\xb1\x32\x8b\x73\x0b\x71\xae\x67\xdd\xa4\x14\xbb\xe7\x16\x06\xf8\x14\xbe\x8c\x33\x6c\xf1\xa0\xc7\xc3\x0e\xf9\xad\x0f\x2d\x9a\xa5\xb6\xf5\xc4\x01\xdf\x33\x52\xf9\x7a\xcc\x71\xc9\x34\xd1\x33\x6f\x40\xf6\xf7\x1c\xf2\xf7\xec\x59\xb7\xf4\xc7\x1c\x97\x3c\xe9\x3d\xeb\x96\xfe\x7a\xef\xbd\x2c\x72\x16\x6f\x7a\xbd\xc8\x48\x67\x5d\x2f\xd1\xeb\x35\x91\x86\xea\xf1\xe2\x4c\xcf\xbb\xfc\x3d\xab\x9c\x45\x2c\xaf\x2f\x64\x2f\x2c\x14\x73\xf4\xe1\x34\x80\xb7\x40\x3f\x75\xf1\x7a\x25\x75\xe2\xd9\x99\x7a\xd1\x49\xf8\x9a\x87\x62\xe9\xda\x0b\xd2\x93\xd3\xfd\x0d\xf2\xfb\x5d\x7c\x08\xdf\xc6\x63\xb9\x4a\xf2\xf7\x8f\x70\x96\x8b\x20\x28\xc3\x69\xfd\x06\x9e\xa0\xbd\xf3\xd0\xbd\x2d\x9c\xed\xcf\x1d\x47\x97\x2c\x87\x37\x28\x85\xe8\xbd\xde\x9b\xf7\x67\xfb\x57\x37\xbf\xca\x39\xb8\x15\xd0\xe7\x16\x62\xb5\xf4\x0e\xbd\x2d\xcb\x29\xa9\x5f\x27\x34\xca\xad\x36\xe3\x1d\x5c\xbd\xd4\x2c\xe0\x17\xda\x71\x16\x1e\x5b\x59\xdf\x6f\x81\xee\xf0\x04\xb4\x93\x16\x71\x27\x4d\x02\xb4\xb6\x15\x24\xf5\x16\x82\xa8\xf4\x0c\x6d\xf7\xd2\x5b\x18\xb7\x79\x76\xd2\x96\x79\xed\x2d\x30\xf7\xcd\xb8\x46\x85\x79\x6d\xc7\xd4\xfd\x56\x9b\xf1\x20\x7d\x4c\xdd\xc7\x56\xf8\x9f\x41\xce\xbf\x8b\xeb\xfb\xe3\xf6\xe1\xab\x44\x44\x19\x64\xfe\xa3\xc0\xac\xf1\xae\xb8\x2d\xf9\x91\x0b\x30\x75\x02\xa4\xdf\xea\x36\x4e\x3b\x30\xa6\x6d\x2d\x21\x7e\xac\xa9\x93\x12\x72\xd8\x7d\x75\xc8\x7d\xb5\x17\x2d\xba\xf2\x5a\xdc\xc2\x03\xae\xdf\xf5\xea\xe2\x8e\xda\xb1\x3a\xbf\xd5\xc7\xf8\x0b\xae\xef\xbd\x8a\xd8\xd7\x2a\x14\xc8\x70\x6a\xc0\xa1\xd4\x80\xbd\x72\xbb\xda\xb2\xaf\x1d\x72\x53\xed\x35\xfb\xfb\xaf\x71\xda\x17\xb5\xc9\xbe\x76\xe0\xaf\x7a\x71\xb5\xe3\x65\x24\xdf\x45\xaf\xa2\x36\xb9\xaf\x0e\xb9\xa9\xf6\x5a\xd4\x8e\x44\x5a\xb9\xa9\x76\x3d\x6f\xef\x22\x8e\xbb\x09\x30\xd4\x89\x88\x32\xb6\x02\x0c\xdd\xc2\x03\xae\xdf\xf5\xfa\x92\xa1\xbe\xeb\x79\x7b\x5b\x0b\x89\x1f\x6b\xea\x7a\xde\xde\x16\x06\x37\x81\x87\xba\xde\xb1\x9d\x7a\x70\x28\xf5\x60\xd7\x3b\xb6\x53\x0f\x0e\xb9\xbb\x76\xac\xd7\x87\xdd\x5d\x87\xdc\x5d\x3b\x21\x54\x86\xdd\x5d\x6f\xe1\x07\x5e\x85\x8b\x1e\xd0\x4e\x76\xcc\xd7\x6f\xb5\x1a\x67\xde\xb8\x47\xed\xaa\x97\x27\x72\x0d\xa6\x5e\x45\x6f\xb2\xd0\x1d\xf2\x83\xed\xe4\xfb\xbe\xd5\x61\x9c\x71\x89\xde\xaa\xe7\x0d\x4b\x5c\x99\xd9\x0f\xa7\x24\x1c\xf2\x83\xed\x55\xf4\x56\x3d\x6f\x95\xf9\xd1\x43\xf6\x6e\x1e\x6f\xe3\x36\xdc\xc4\xf3\x9a\xe9\x1f\xbf\xd6\xde\xb4\x7f\x9b\xc7\xd5\xb8\x07\xb6\x9c\x84\x4f\xe3\xb4\x2f\xba\x6a\xa6\x93\xf0\x6b\xed\xba\xde\x3a\x53\xe1\x50\xa6\xc2\xae\x07\x6b\xbb\xaf\xde\xc2\x17\x9c\x65\x6f\x26\x07\x0c\x77\x7b\xe3\x32\xbf\xad\xcc\x94\x3b\x6a\x27\x00\xfb\xd8\xdd\xc3\x42\x69\xd9\xf5\x30\xbd\xbb\x97\x11\xa5\x65\xd7\xc3\xb4\x33\x18\x0e\xf9\xa9\x76\x02\xb0\x8f\x6d\xa5\x25\x0e\xa8\x17\x6f\xc2\xfd\x3d\xf7\xa5\xd6\x85\xeb\x1a\x48\x0a\xc2\xd4\xf5\x70\xbc\xfb\xfe\xf3\xfd\x0f\x9c\x65\xe9\x3a\xa2\x94\x43\xb0\x37\xae\xc9\xdb\xca\x46\xe5\x0a\xec\x4d\xcb\xae\x00\x45\xb7\xc0\xf7\xcb\xdf\x8b\x9c\xb1\xac\xed\x64\x90\x1c\x7b\x98\x3b\x0f\xb8\x73\xd7\xb2\x5b\x09\xb9\x07\x37\x0a\x0c\xb9\x6f\x75\x19\x7f\xc0\x99\xe7\xe1\x43\x8a\x58\xab\xbd\x8b\xfd\x0c\x1f\x3a\x03\xb6\x24\x3d\xcb\x1e\x3e\x5c\x06\x57\x04\x0c\xb9\x07\xa9\x03\x29\xbc\xe0\x7c\x3f\x3d\x5e\x94\x8a\xbd\x63\xbc\xb3\xad\x35\x24\x9b\xe0\xc5\xff\xc2\xce\xfe\x7e\xad\xdd\x84\x41\x6e\xd7\x7b\xf3\x9e\x7a\x12\x91\x5b\x6a\xd7\xbb\xf2\x9e\xa6\x5e\x0c\x75\x3b\x76\xdb\x63\x4f\x2f\xb3\x64\x54\x09\x85\xce\x31\x38\x94\x63\xb0\x63\xb7\x3d\xec\xaf\x7a\x0b\x7c\x2f\x32\x52\x7a\x8e\xa1\x1c\x83\x5d\xef\xcd\x7b\x7a\xf9\x89\xfd\xda\x31\xc4\x1e\x7b\xf9\x10\x96\x8c\xda\xc5\x55\x96\xa7\x43\xc2\xa8\xde\x9b\xf7\xf2\x78\x09\xf2\xda\x31\xac\xbe\xd5\x6c\x9c\xf6\x51\xae\xee\xe5\xf1\xae\xad\xef\xd9\x06\x56\x5a\x92\x3c\x30\xf5\x2e\xee\x21\xcb\xdb\x5b\x88\x65\x1b\x3a\xad\x96\x97\x9f\x00\x46\x9d\x08\x22\xc3\x39\x03\x07\x39\x03\xc7\xc7\xc3\xf2\x6e\x25\x65\x60\x1f\xba\x48\x59\x48\xdd\x9b\xdd\x37\x74\x58\x6d\x53\xb5\x84\x51\xec\xa7\x87\x53\x09\xde\x42\x05\x1f\xc2\xdd\x0e\xb2\xf7\x10\xf7\xd8\x5e\x2e\x0c\x6f\xfb\xd0\x61\x65\xa1\x53\x7e\x9e\x7d\xe8\xae\xb3\xbd\x2c\x9b\x8b\xe3\x10\x99\x58\xa9\x88\xc3\xe7\xc5\x9b\xf0\x63\x9c\x71\x21\x85\xd9\xcf\x73\x90\x6b\x30\xf5\x21\xee\x77\x7c\x08\x13\x5f\xa8\x0f\x1d\x3e\xc7\x17\x47\xe2\x0b\x75\x3d\x5b\x6f\x6b\x15\xb7\x84\xce\x81\xa9\xce\x3e\x1e\xd7\x81\x0c\x87\x2e\x3b\xc7\x87\xc6\x81\x0b\x0d\x91\xc9\x31\x17\x3a\x70\x57\x0c\xa5\xc7\x3e\xe6\xae\x47\xe3\x15\x17\x3a\x1e\x2f\xd9\xf0\xbb\xde\xb3\xf7\xf1\x78\xc9\x86\xdf\x87\xb8\xd3\xd7\xe3\x25\x90\x50\x1f\x3a\x94\xbe\xbe\x58\x87\x3e\x72\x64\x75\xff\xeb\x69\xc0\x4e\xb7\x4f\x31\xa7\xaf\xa9\x96\x38\x42\x7d\x8a\x09\x7d\xcd\xb4\x24\xd4\x12\xc9\xe4\x56\xdd\x0e\xd3\x33\xc5\x9c\xbe\x9e\x9e\x2f\x67\xaa\x1e\xbe\xb7\xb5\x8d\x1b\x6d\x63\x27\x16\xe4\xad\x56\xe3\xc1\xcc\xf4\x20\x6e\xf7\xcf\x81\xbf\x67\xea\x53\x77\x20\xb9\x73\xde\x02\xfd\x47\xb6\xdf\x3f\xdf\x65\xd1\x12\xf6\xa9\xbb\xce\xcf\xbb\x8b\x90\xb0\x7d\x8a\x9b\xfc\x7c\x68\xfc\xe0\x1a\x53\xdc\xe4\xe7\x7e\xfe\xd4\x4f\xdd\x89\xad\x55\xdc\x68\x15\x3b\x21\x51\xc6\x56\x48\xd8\x81\x5f\x67\xea\x53\x77\x14\x8b\xa1\xfb\x51\xff\x75\x57\xb6\x18\xba\x49\x53\xdf\xb1\x93\x1e\xf6\xf3\xbc\x05\xfa\x2f\xf2\x79\x7c\x47\x7c\xb4\x2e\xbc\x01\xed\xc7\xdc\x04\xcb\xda\x3e\x45\x3e\x8f\xe7\x01\xcf\xcd\x4e\xa0\xef\xb1\x2d\x87\xe2\xaa\x99\xfa\xc4\x42\x68\x3f\xdb\xfd\xb9\xf4\x3b\x8a\x24\x12\x8b\xa7\x78\x6a\xde\xcf\xd5\xbc\xaf\x3a\x0f\xcc\x87\x88\x2b\xb7\xda\x8c\xb3\x8c\x62\x62\x8f\xcf\x24\x94\x8a\x7d\xa9\xfd\xd7\x77\x05\x22\xd7\xf6\xa5\x2b\xf7\xeb\xe5\xc5\x80\xb6\xeb\xbd\xdd\x89\x10\x6f\x61\x82\xeb\x7b\x1f\x16\x64\x0f\xe9\x2b\xfb\x7b\xf5\x1f\x87\xce\xbe\x74\x16\xca\x50\xf6\x16\xf8\x5d\x9d\x85\xaf\x45\x9e\x08\x6c\x34\x8a\x9b\xf7\xa6\x26\xcc\x51\xd7\x33\xfc\x7e\xbd\xa9\xb1\x9f\xed\x4b\x72\xdf\x6b\xea\x21\xa9\x48\x5f\x92\xfb\x2c\x15\xe3\x08\x7a\x71\xb5\x6f\x9e\xfd\x22\x39\x2d\x6e\xee\x47\xe1\x8f\x6e\x81\xef\xa1\xda\xa3\x24\xf8\xb7\x10\xd4\x43\x1c\xf2\x71\x94\x25\xe4\x16\x1a\xb8\xbe\x17\x73\x3b\x1f\x76\x29\xf6\xd4\xe3\xd8\x7e\xf6\x10\xd0\xb6\xeb\xbd\xdd\xf9\x1d\x6f\x61\x81\x57\xe1\x5f\xe1\x2c\x2f\x11\x5a\x86\x1d\x46\x87\x1c\x46\xfb\xe2\x75\xe0\x28\xeb\xc7\x38\x12\x5c\x89\xc4\x72\xab\x8f\xf0\xa0\xda\x81\x5d\xf3\x20\xed\x22\x85\x27\x70\xa4\xfa\x93\xc4\x4d\xe4\x00\x3a\xf4\x8e\x6d\x07\xd0\x81\xc7\x67\x1a\x1f\x0e\x2f\x1c\x3c\xa3\x10\x12\xcc\x90\x9d\xf2\x49\xc7\xdf\xc7\xd5\x68\x90\xff\x72\x90\xa6\x91\xc2\x1b\x38\xeb\x75\x2c\xa1\x1e\xec\x58\xc7\x07\x2e\x63\x0f\xd0\x71\x90\x44\x87\xec\x91\x49\xc7\x48\xa1\x06\xae\x75\x51\x20\xa5\x5b\x60\xbc\x4d\xdf\x6f\xb7\xbf\xe9\x27\xdc\xe4\x28\x12\xed\x2d\xac\xc0\xfb\xdf\xd8\x79\x9d\x2c\x72\x3c\xe4\xbc\xf7\xd9\x6f\xc7\xd1\x21\xc7\xd1\x21\x73\x65\x3b\x8e\xde\x02\xc3\x83\x09\x9d\x7c\x3c\xbc\x43\x77\xb5\xcc\x59\x4c\xee\x44\x1a\x90\x21\x39\xde\xf9\x1d\x6f\x81\x51\x73\xb4\x39\x8f\xe3\xc0\xb1\x74\x14\x2e\x46\xa7\x78\xf1\x8b\x26\x89\x27\x26\xa7\x71\xbc\x05\x7e\x95\x13\xec\x14\x2f\x3e\x62\xed\x20\x5e\xca\xad\x2e\xe3\x41\x2c\x24\xc1\x1c\xa7\xb8\x97\x11\x56\x29\x0d\xe2\xa2\x8c\xa3\x78\xb7\x03\x8f\xcf\x95\xb5\x66\xd5\xdd\xc1\xf6\x75\x24\x4e\xa4\x63\xdb\xd7\x83\x74\x39\x08\xa3\x32\x8e\x55\x93\x38\x76\x5e\x1c\x5a\xa9\xe2\xac\xa7\xd2\x4d\xd9\x1e\xdb\xcf\x73\x90\x3f\x31\x0d\x82\x79\x0f\xfb\x79\xde\x02\xdd\x17\xcd\x55\x2f\x0a\xfe\x9c\x23\x15\xb5\x73\xfc\xbb\x87\xef\x39\xd9\x4e\xf3\xb0\x48\x60\x3f\x64\xab\xec\xf4\x88\xb7\xf0\x0d\x5c\xbc\xc0\x36\xae\x27\x72\x71\xa4\x91\x44\x0c\x16\x0b\xe5\xff\x39\xf4\xdc\x7c\x2c\x16\xca\xcf\x73\xe8\xb9\xf9\xd8\xf6\x15\x87\xcf\x34\x92\x56\xdd\xb6\xaf\x38\x7c\x5e\x3c\x0b\xdf\xc6\x99\x37\xa4\xec\x63\x15\x24\xf9\x13\xd3\x48\xe2\x11\xdd\x7b\x0c\x55\xe3\xd0\x7b\xf3\xb1\x58\x78\x3a\xeb\x92\xc5\x3b\x94\xd8\xfe\x16\x0e\x78\x15\xae\x7e\x76\xf6\x98\x6c\x92\x4f\x37\xef\x43\x8c\x1c\xd2\xf4\x9f\x2e\x5e\x7f\x50\x59\x0e\x82\x6d\x8f\xd3\xcd\x3b\xd0\x4d\x0e\xd2\x53\x0e\xa7\x53\x1c\x72\xc4\x1c\x7a\x68\x3e\x43\x5a\x03\xf2\x2a\xa6\x41\xb0\xed\x61\x07\xcd\x5b\x58\xe0\x6e\x47\xf4\x80\x18\x39\xb2\xe8\x41\x61\x8a\x6e\x81\x76\x74\x36\xd8\x66\x55\x0e\x9a\x43\x0f\xd0\x67\x78\x5c\x43\xe3\xe2\x42\x7c\x14\xe7\xf6\x16\x98\x9f\xa6\x76\xf4\x9a\x71\x06\x74\x98\xc5\xb3\x86\x2e\xa0\xe4\x5b\xbc\xb8\xda\xf1\xf6\x42\x8c\x1c\xb2\x91\xb6\xe3\xe6\x2d\x30\x3f\x88\xe5\x67\x7a\x5c\xe8\x26\x47\xc6\xee\xc3\x8e\x9b\xb7\xc0\x3c\x73\xd3\x39\xd3\x3c\x11\xf9\x6e\x90\x16\x73\x1c\xcb\x77\x67\xb2\xbf\x64\xdb\xec\xb4\x8c\x43\x69\x19\x47\x16\xfd\x58\xee\x53\x5a\xc6\xa1\x97\xe9\xb3\xcc\xad\x16\xdc\x8a\xc0\x27\xb7\xaa\x76\x30\x32\x1d\x85\xab\xc8\x51\x4e\xf8\x81\x2b\x65\x1a\x45\xfc\x41\x81\x68\x87\x3c\x28\x87\xde\x8e\xcf\x32\xbd\xa1\x6c\x1c\x45\x67\x8f\xe5\xbb\x83\x7c\x37\x8a\xce\x1e\xcb\x71\x87\x64\x1d\xa3\x14\x7d\xef\x7d\x84\x91\xe9\x28\xe2\x03\xcb\xfb\x88\x40\x41\x43\x8f\xc1\xf6\xb8\x1c\x24\x62\xbc\x78\x17\x5e\x8c\x0f\x70\xda\xb1\x35\xe9\xd9\xec\xa3\xa2\x33\xc9\x82\xdc\xd9\xac\x4b\xd1\xfa\x6e\xf3\x3d\xac\x49\x87\x5e\x83\xed\x41\x39\xf0\xa0\xec\xe9\x23\x58\x72\xca\x21\xf5\xfb\xd0\x23\xb1\xd3\x2f\xde\x42\x8e\xcf\xa7\xe0\x63\xf8\x7b\x61\x9e\xbc\xce\x31\x31\x84\xb8\x65\x0d\x21\xce\x8e\x14\xde\x0b\x67\x7d\xed\xa9\x8c\xd8\x3b\xd6\x0f\xda\xb7\x71\x90\x3a\xb1\x9b\x31\x7f\x7d\xb9\x0a\x11\xa9\x27\xed\x4f\x6b\xf5\xf0\x6c\xec\xe4\x58\xb8\xb5\x63\x38\x3a\xa8\x55\xfa\x9a\xcb\x86\xe0\xd4\x13\x52\xac\x93\x25\xde\xc2\xb8\xb0\xd6\xc2\x2a\xbd\xf3\xbd\x9b\xae\x27\x6d\x35\x0b\x45\x27\x4c\x2d\xbb\x39\xf5\xd7\x53\x88\x42\xef\xcf\x79\x6b\x99\x88\x94\x89\x69\x10\x31\xfc\x56\xab\xf1\x76\x45\x3d\x44\x10\xbb\x34\x0e\x25\x50\x1c\xb2\xe6\xb6\x8f\xe2\x90\x8f\xe2\xd0\xb3\x39\x2e\x88\x14\x58\xe8\xa5\x9f\x35\x01\x63\x68\x39\xaa\x56\xfa\xe7\x5b\x07\x22\xd4\xd0\xb3\xb9\x7d\x11\x87\x7c\x11\x47\x15\xe3\xb5\x42\x0f\xa7\xc4\x8b\xd3\x9f\xc7\x1b\x13\x51\x69\xc8\xfa\xdb\x3e\x87\x83\x54\x89\x17\x67\x8e\x1f\x33\xc6\x87\x8d\x59\xb5\x52\x8f\xfb\xff\xc0\x18\xab\xd6\x44\x4e\x85\x43\x4e\x85\x83\xa0\x2c\xc3\xce\x83\xb7\xf0\x80\xff\x45\xe2\xc6\x61\xdf\xc2\x81\x6f\xe1\x1f\xfa\x7e\x24\x20\xe2\x4b\x98\x86\x1e\xc9\xed\x42\x38\x94\x6f\x71\x54\x2d\xb2\x25\x20\x7c\x09\xd3\xd0\xa3\xf7\x79\xbd\x6a\x2f\xc7\x84\x1e\xbd\xcf\xeb\xd9\x20\x74\xcd\x20\xed\xe8\xb0\x0b\xe1\x90\x0b\xe1\xa8\xba\xb2\xbf\xde\xce\x2f\xab\xa9\xc7\x70\xbb\x0a\xde\x02\xbf\xab\x63\xda\xa2\x0e\x09\x13\x2f\xde\x84\x6f\xe3\xac\x9a\xd8\xb2\x45\x9a\x43\x48\x9b\x51\xc5\x7e\x5f\x5f\x57\x5e\x88\x97\xf8\xe0\xd3\xae\x82\xb7\x10\xec\xa5\x05\x15\xcd\x29\x85\xde\x2d\xbc\xe0\x03\x9c\x63\xee\x16\x62\xde\xb0\xea\xbe\xd5\x9f\x71\xbe\x4f\x6a\x07\x2a\x9d\x4a\x70\x38\x5a\x52\x3b\x88\x0a\xb7\x70\x05\x5c\x6e\x73\x13\x07\xc1\x28\x70\x4a\x34\xe3\x48\x34\x53\xf9\x0d\x47\x8b\x5b\xde\xb4\xe7\xdf\x2d\x24\xf0\x25\xbc\x1a\x8f\x53\xb7\x95\x24\x7c\x18\x5f\xe0\x45\xb8\x86\x9b\x58\x46\xac\xc0\xa7\xf3\x18\xde\x42\x4c\x33\xd6\xde\xd3\x1e\x7e\x73\x4a\xd2\xe1\x51\xfd\x56\xfd\x3d\xc4\x8b\x95\xf6\x9c\x8a\x5d\x73\x0b\xb1\x09\x88\xb5\x32\xed\xb1\x37\x95\x98\x70\x60\x8d\x3d\xa7\x62\xd7\xcc\x49\x8c\x9a\xd1\x82\xac\x6e\xb5\x1a\x67\x5c\x43\xdf\x23\xa1\xdc\x02\xfd\x09\xf2\x99\x53\xba\xb2\x29\x4f\xbb\x81\x35\xf6\xad\x4e\xe3\xcc\xc3\xa2\xfd\xe2\xf9\x29\x30\x27\xd2\x8d\xde\xaa\xc6\x5b\xf4\xbb\x22\x9f\xe2\x79\x20\xd7\xfb\xe8\x22\x13\x25\x02\x9c\xf2\xa8\x1b\xfd\xa3\xef\xb7\xdb\xbf\xf4\xdb\xb1\xf1\x9f\x76\x90\x9b\x72\x90\x1b\x5d\x54\x52\xbd\xbc\xa4\x68\x1f\x18\x69\xdf\x6a\x31\x1e\x54\xd5\x45\x26\xd5\xdd\xc7\xa1\x6e\x60\xbc\x3d\xed\x50\x37\x95\x37\x70\x74\x91\x4f\xf5\x34\x87\xd4\xd1\x89\xd4\x33\xa7\x62\xc7\x4c\xf2\x04\xa6\x41\x14\xf0\x5b\xd5\x68\x49\xb9\x3e\x88\xa5\x72\xab\x6e\x86\x55\xe7\xcd\x7c\x92\x15\x90\x42\x03\x57\xfb\xa6\x06\xcc\x20\x07\xaa\xa0\x69\x7f\xba\x5b\xe0\x7b\x51\x4f\x5b\x1a\x16\xe6\x8b\x03\x5b\xec\x5b\x5d\xc6\x63\x36\x5b\x15\x7c\x0c\x33\x9b\x22\x9e\xe6\x45\x41\xd3\x34\x08\xde\x3d\xa7\x02\x9f\xde\x02\x8b\x25\xe2\x69\x26\x1e\xdc\xe6\x06\x4f\xe6\x13\x6f\x39\x0a\xbf\xf8\x59\x16\xa5\x7b\x51\xfa\xd4\xe7\x53\xf8\x31\xce\xec\x88\xa6\xfa\xd2\xcf\x12\xe0\x74\x74\xd1\x94\x92\xf4\xdd\x42\x74\x7f\x7c\xa0\x71\x79\xbb\xdd\x42\x06\x57\xfb\xbb\x1a\x8f\x59\x23\x44\xc9\x9c\xdd\x7b\xb1\x73\x93\x1b\x62\x49\x52\x34\xdd\x42\xd0\xfe\x10\xf1\x0c\xf3\x0c\x14\x4d\x83\x90\x23\x73\x0e\x13\x15\x8a\xa6\x31\x44\x0d\xca\x84\x71\x0b\x03\xbc\x0a\x3f\xc6\x63\xbc\x3c\x99\x4f\x7b\xa9\x4d\x25\xe9\x1b\x43\x3c\x63\xb8\xff\x04\x32\x1d\x84\x16\xb9\x55\xcd\xc3\x50\xff\xb5\xbc\xc3\x54\x15\x91\x4b\xab\x59\xd2\xf0\x6a\x0d\x0d\x4b\xcb\x32\xcd\x62\xe6\x65\x31\xa3\xa8\x97\x92\x03\x6e\xe1\xf7\xdf\x7f\x97\xd2\x8a\xe0\xc7\x30\x93\x2f\x52\x93\xba\x68\xca\x07\x6d\x8c\x01\x8d\x4c\x0f\x6a\xde\x8d\x3e\x30\x91\xb8\xb5\x6a\x98\xb9\x99\xcc\xd9\x74\xdf\x43\xdd\xa3\xcb\xef\x24\xaf\x1f\x85\x1f\x9f\x83\x2f\x6f\x08\x82\x8f\x0e\x5e\xd7\x6f\xb5\x19\x67\xca\x56\x13\xfe\x35\xce\xd4\x8b\xa4\x96\x97\x8a\x20\xa3\x83\xfc\x9a\xb7\x7a\x8c\xc7\xf7\x53\xa4\x23\x0b\xc5\x89\xeb\xda\xc5\xab\xf0\x65\x3c\x66\x81\xf0\x24\xb7\xea\xdf\xe5\x34\x9e\xe2\x6b\xcb\x6b\xb2\x60\xbf\xd8\x8f\x4f\x7b\xa6\x4d\x79\xa6\x8d\x99\x21\x85\xed\xf1\x4a\x68\x98\x3a\xce\xb6\xc7\x2b\xa1\x61\x8a\xf1\x48\xfb\x73\x0b\xb4\x2f\x06\xb6\x7d\x4a\xa3\xfd\x19\xe4\xd7\x9c\x73\x9b\x03\x6c\x8d\xab\xb2\xb5\xb6\xfb\xb9\xd5\xcf\xf6\xf9\xe7\x3b\xd7\x9c\x67\xaa\x39\x94\x3a\x83\x40\xe5\xd3\x2e\x64\xb7\xa0\xe6\xa6\xf0\x63\xfc\xfb\xdf\x7f\xcb\x3d\x7d\xce\x63\x36\x86\x81\xe1\x98\x3a\x1c\x65\x48\x38\x71\x0d\xbb\xf8\x10\xfe\x35\xce\xaa\x89\xbf\x1d\xf3\xb1\x03\x1f\x23\xe8\xce\xb4\x07\xd9\x94\x07\xd9\x98\x3a\x34\x8f\xa9\x0e\x57\xb1\x31\x45\xa4\x0a\x9a\x32\xf1\x0d\xbb\x38\xd4\xf5\x35\xc3\x42\x19\x33\x08\x76\x72\xab\xd5\x78\xbb\xc3\x2a\x43\xf0\x34\x1c\x1b\x72\xae\x2c\x5c\xa7\x05\x21\x3a\xc7\x14\x3f\xfc\x9a\xb8\xbe\x0c\x17\xe3\xf8\x39\x65\x48\x78\x0b\xd1\xcd\xa5\x2b\xd7\xcf\x1b\x9b\x50\x9c\x63\x89\x48\x7f\xe6\x63\xc4\x52\x19\x18\xc1\xdf\xea\x36\xfe\x80\xd3\xfd\x9f\xb7\x36\x96\x84\x63\xe9\x70\xfc\x79\x73\x84\x49\xa1\x9c\xf4\xe7\xfc\xf9\xb0\x8b\x4c\xed\xf2\x95\x9f\xe4\xf0\xa3\x10\xa3\x5a\x22\xd1\x9f\x6f\x6e\x3f\x6e\x6e\x4b\x1c\xe2\xe7\x23\xff\xa7\x51\x55\x46\xf5\x78\x0b\x48\xec\x58\xfa\xd9\xc7\x5c\xf8\x81\x0b\x2f\xb1\x8e\xc7\x34\x85\x3f\xd8\xc0\x64\x7e\xda\x1f\x6c\x4e\x22\x74\x8e\x25\x06\xf7\x78\xb1\xf0\x07\x1b\x4b\x34\xfb\x98\x08\xf1\x07\x1b\x4b\xec\xf3\xf1\x05\x96\x18\x27\x83\x64\x9f\xd3\xfe\x5d\xb7\x40\xff\xc5\x28\x1f\x73\xb8\x70\xf4\x6a\x49\x34\xf8\x78\xb8\x8f\x86\x2b\xfc\xf5\x16\x92\xbc\xb1\x44\x9b\x32\x14\xbc\x05\x16\x45\xb4\xf9\xfa\xc6\xf2\x6a\x11\x27\xc3\x7a\xcd\xe1\x5e\x68\x73\x89\x66\x5f\x0f\xeb\x85\x13\x2c\x71\xd0\xd7\x9c\x40\xf2\xc6\x12\x07\x7d\x7d\x91\x94\xbc\x41\x0e\xd0\xe9\x5c\x81\x13\x3f\xaf\x34\x51\x11\x4c\xbb\x77\xdd\xc2\x00\x57\x3b\xbe\x60\x86\x85\x61\xcb\xda\xea\xaf\x6f\x3e\xd8\x1b\xce\xcf\x1f\xfc\x31\xfe\x82\xc7\xb0\x96\x34\x2b\xb7\xb0\xc0\x27\xb8\xb6\xe2\x22\x32\xc9\xfc\x70\x86\xe3\x04\x46\xe1\x80\x0f\xe1\x8f\xf0\x60\x7c\x13\x8b\xf9\xb9\xa4\x71\x99\xa4\x10\x54\x54\xe2\xb9\x14\xb0\xe4\x16\x68\x06\x71\x60\x7d\x44\xfb\x0b\xf1\x64\x7e\x20\xe6\xa5\x3c\x14\xb7\x50\x03\xaf\xea\x3e\xe6\xa1\x13\x2f\xb2\x8b\xab\x9d\xe3\xf6\x0f\xed\x57\xfd\xee\x71\x37\x35\x0d\x8d\x61\x59\xcc\x59\x88\x33\x13\x45\xc6\xad\x0e\xe3\x13\x7c\x09\xdf\xc2\x17\xfd\xec\x6a\x47\xe7\xc5\x0a\x93\xc4\x8b\x4f\xe1\x1a\x57\x78\xa3\xa5\xf9\x19\x6a\x7f\xbb\xfd\x4d\xfb\x43\xed\xeb\xfc\x52\xaa\xc0\x49\xe0\x93\x69\xe7\xb1\xa9\x54\x81\x13\x93\xf6\x5b\x2d\xc6\xf9\x5d\x58\xde\xca\xee\x7f\x28\x74\x1a\x6f\xb8\xb7\xf6\x0a\x0e\xe9\x67\xa6\x0f\xab\xa5\x08\x9d\xb7\xd0\xc1\xd5\x8c\x8e\x3b\x39\x9b\x4d\x42\xb5\xcf\x95\x3d\xac\xcc\xb0\x08\xd5\x3e\xf1\x3d\xa3\x10\xc4\x9c\x44\x6d\xf9\xb8\xfb\xa1\xa7\x9a\xc4\x31\xb9\x55\xff\x2e\xcb\x88\x45\xfb\x5c\xd2\xb4\xdc\x42\x50\x15\x8f\x53\xb7\xda\x8c\x4f\xf0\x2e\xfc\x31\x1e\xd3\x96\xe0\x79\xab\x88\x27\xe1\x0f\x76\x71\xb5\xa3\x7b\xff\x8a\xc0\x25\x17\x57\x3b\xba\x74\x2d\x2c\x0e\x67\x12\x39\x58\xba\x52\xea\xc2\x49\x8c\xf5\xb9\xca\xf1\xf7\x90\x1b\xa6\xee\xd3\xee\x61\x53\x6e\x60\x53\xcc\x6a\x59\x2c\x22\xc7\x60\x9a\x98\xa8\xdf\x6a\x33\xce\xfc\xc3\x4c\x56\xd5\x49\xb7\x48\xb3\x3e\xd1\x19\xdc\xea\x31\xfe\x03\x6f\xe0\xde\x75\xc4\x25\x99\x59\xeb\x5b\xdd\x7f\x74\x33\x33\x7f\xd4\x4f\xdd\x84\x17\xe9\xd4\x27\xb6\xeb\xb7\xfa\x07\x8f\xf9\xcc\x89\xf6\x9b\x4e\xc0\x85\x1c\x35\x33\x27\xdd\x52\x86\x8a\x49\x72\xc1\x34\x33\xd7\xb4\xd5\x4c\x6f\xc4\x25\x99\xc4\x3d\xb9\xd5\x6d\x9c\xef\xc5\x35\xa4\xb3\x99\x72\x1b\x9b\x59\xeb\xae\xb4\xe9\x13\x3f\xb1\x8b\x4f\xe1\xfe\xdd\x30\x36\x99\x59\xeb\xde\x3c\x2e\xdc\xc6\x66\xae\x7f\x61\xd2\x75\xbf\xf6\xcf\x68\x3a\xc4\x3d\x2c\x97\xad\x90\xcb\xd2\xcc\xe2\x1e\xdd\xcb\x8c\x05\xe0\xc4\xa8\x7d\x3a\xe5\xe0\x94\xf7\xd8\xcc\xe2\x12\x16\xcc\x16\x19\x29\x26\x2f\x97\xb7\xda\x8c\xb3\x3c\x3c\x56\x38\x45\xe1\x54\x8a\xc2\x89\x51\xfb\x5c\x7d\xfb\x77\x61\xba\x59\xe4\x65\xc1\x6c\x61\x01\x38\x33\x67\x9b\x53\x17\x4e\xa5\x2e\x9c\x99\xb3\x0d\x2f\x33\x0a\x2c\x33\x8f\x15\x6b\x78\xfb\x21\x98\x4d\x62\xac\x4f\x32\x16\x52\x88\xe9\xc6\xa8\x7d\x2e\x65\x9e\xb8\x85\x0c\xae\xef\x57\x37\x7e\xc0\x97\x70\x2d\x0f\xb1\x35\x67\x11\x79\x8d\xed\xef\xe1\x8a\x45\x87\xcf\xf0\xb8\x70\x37\x9b\x85\xdb\xfe\x92\xea\x66\xca\xdd\x6c\x4a\x04\x5b\xc3\xeb\x85\x5b\xd9\x2c\x62\x13\xd3\xeb\x35\x59\x2f\x09\x55\x6b\xfa\x30\xc4\x02\x70\x16\x9d\x32\x16\xe5\x48\x4a\x78\x71\xb5\xe3\x75\x9c\xb0\x95\x22\x7a\x98\x66\x2b\x98\xf8\xcd\xd2\x9a\xf0\x63\xfc\x07\x3e\x85\x8b\xdc\x27\xe4\x5e\x44\x27\x53\x57\xa3\x85\x0a\x68\x16\xd1\xc9\xdc\xdb\x38\xf3\xdf\xd5\x7f\x93\x3b\xee\x69\xb3\x88\x4e\xa6\x2e\xb8\x6b\x6a\x1e\x78\x67\x58\x96\xfe\xd6\xd2\x3a\x8a\x0d\x2d\x8f\x0b\x7f\xb3\x59\x90\xf2\xd6\xf2\x3a\xa2\x1a\x9a\xa4\xd6\x9c\xf6\x37\x9b\xf2\x37\x9b\x55\xc7\xc3\x72\xff\x17\xfd\xaf\x5a\xf7\x25\xb9\x63\x21\xe5\xcd\xaa\xe3\x61\xe9\x71\x72\x91\x62\x62\x62\x60\x7e\xab\xee\x0f\xeb\x5b\xc5\x6e\xb6\x4f\x3d\x02\x87\xcc\xaa\xe3\x64\xfb\x18\x40\xd5\x33\x31\x18\xbf\xd5\x6e\xfc\x80\xab\x1d\xd3\xe1\x86\xdd\x13\x0f\x65\xda\x81\x6c\x2a\x87\xe0\xac\x5c\x7d\xd7\xf6\x2d\x85\x60\x99\xb3\xea\x78\xd8\xee\x27\x01\x42\x66\xd5\xba\x6f\xd3\x27\xb6\x7c\x93\xb7\xf0\x69\xc7\xb2\x5b\x88\x7d\x57\x3b\xed\x1f\x09\x1e\xca\x15\x38\x09\x70\x32\xd7\x31\x1d\x1e\xd8\x2b\x6f\xe1\x73\x1d\xaf\xd7\x61\xbd\xaa\xd6\xfd\x98\x9f\x1c\x2e\x71\x55\xfc\x41\x8e\x65\x53\x8e\x65\x93\xc0\x27\x73\x1d\xaf\xe3\x61\x3f\x56\xf1\x8d\xe3\x79\x20\x59\xe0\xac\xa2\x9f\x63\x3a\xc4\xc6\x6f\xd6\xa9\x76\xcc\x67\x42\x60\x94\x46\x7c\xda\x3f\x6d\xca\x3f\x6d\xd6\x65\xfc\x18\xa7\x3b\x3a\xc5\xbe\x3e\x65\x88\xc5\x39\x9b\x4e\xb1\xaf\x4f\x99\x2f\x64\xdb\x74\x8a\x7d\xbd\xec\xa4\x78\x98\x4d\xb7\x97\xaf\xb7\x17\x91\x43\xa6\x9e\xce\xd7\xd7\x6c\x86\x08\x21\x93\x40\x29\xd3\x8e\x68\xb7\xf0\x03\x5f\xc2\xdd\x0e\xe4\xd9\x74\x9b\xfa\x7a\xd9\x89\x1c\x32\xf5\x76\xbe\xbe\x1e\x2f\xa9\x1f\x66\xd3\x5d\xf9\xab\xab\xfb\xfa\x86\xc4\x36\xf5\xa6\xbe\xbe\x66\x57\x44\x1a\x99\x0d\x09\x6f\xfd\xbc\x4d\x71\x68\x9b\x4d\xec\xcd\xf2\xa6\x72\x08\xce\xa6\x53\xef\xe7\xd3\xf6\x07\xf9\xeb\x01\x6b\xfd\x7c\xda\x62\x2b\x38\x9b\xd8\xd5\xcf\xb7\x9d\x1f\xe4\xaf\x37\xf5\xf5\xf3\x6d\xe1\xa7\x79\xd0\xe5\xf7\xe7\xe5\xfd\x69\xbc\x5d\xdf\xfb\xd2\xfd\xd3\xb8\x44\x86\x3f\xb3\x9f\x10\x49\x87\x2f\x11\x16\x44\x71\x5d\xbb\x9f\x1b\xef\xc6\x07\xf8\x10\xbe\x8c\xab\xf9\x25\x5c\xcb\xfe\x68\xb8\x22\x37\x0b\xa2\x8b\xd8\x9d\xb3\xe9\x0e\xfd\xf8\x32\x85\x27\xdb\xd4\xd3\xfc\x7a\x4c\xfd\x04\x20\x99\x4d\xa7\x9d\x05\xd4\xf5\x70\xe9\x20\xb0\xca\xad\xba\x3f\x70\xb1\xae\x53\xf0\xf1\x25\x17\x57\xb6\xd9\x75\x0a\x3e\x96\x55\x08\x40\x32\xb1\x6b\xbf\x55\xf7\x1f\x2e\xd0\x35\x3f\xaf\xb9\x00\xb6\x82\x53\x6f\xf6\x78\xb6\x51\x88\xfe\xeb\x0d\x7e\xbd\x5e\x76\x6c\x08\xa7\xde\xe0\xd7\xeb\x79\x20\xa8\xe6\xec\x22\xc3\xd7\x5c\xe0\x85\x1c\xba\xc8\xea\x35\x39\xbc\x90\x43\xd7\x25\xcb\x92\xeb\x22\x29\xc4\xec\x22\xb7\xd7\xe3\x25\x30\xc9\xc4\x70\xfd\x56\x8b\xf1\x06\xfe\x17\x79\xb2\xef\xd7\xc3\x7f\x16\xbb\x52\x6f\xf7\x38\xd0\x51\x60\xd8\x30\xd7\xad\x38\x27\xb7\x40\x77\x39\x54\xb7\x15\x6f\x5b\x92\x2d\x81\xca\xe7\x56\x9c\x93\x5b\x60\xd8\x5d\xed\x2c\x7f\xaf\x69\x1a\xfa\x5e\xd3\x44\x4e\xc5\x8b\x77\x70\xdd\xb1\xb7\x44\xd5\x0e\xb3\xdc\x8a\xb9\x39\x71\x86\x4b\x93\xb8\x2b\xb7\xea\xf6\x35\xae\xa5\x76\xb4\x3b\xb6\x44\x52\xbd\xd2\xdb\x39\xee\x16\x62\xf9\x09\x24\x7e\xab\xc3\xf8\x02\x6f\xc2\x1f\xe1\x6c\x03\xec\xe3\x6f\xb5\x19\x8f\x6d\x30\x78\xc5\xb2\x17\xdc\xdc\x12\x49\x47\xd2\xf7\x5a\x66\x79\xc1\xcd\x91\xf5\xbb\x1e\x17\x5e\x70\x53\xaf\xf7\xdb\x9a\xb7\x8d\xe6\x6d\x62\xf0\x3e\xb7\x62\x62\x4e\xb2\x33\x5e\x7c\x0a\x5f\xc6\x63\x9e\x47\xfd\x08\x57\x7f\x88\x89\x39\xf5\xaa\xbf\x65\x63\x78\x0b\x0d\x7c\x08\x1f\xc6\x83\xfb\x8d\xa6\x76\x74\x59\x56\xb2\xc6\x39\x44\x27\x59\x87\x18\xee\x70\x69\x0e\x2e\x59\xf6\x82\x9b\x1b\x63\xc1\xa9\x07\x79\x72\x34\x52\x60\xbc\x43\xdf\x8b\x7b\x6f\x8c\x05\xe7\x10\x3d\x64\xaf\x23\xa1\x4c\xa6\x5e\xe4\x9d\xc4\x71\xca\x6b\x6e\x0e\x0e\xcf\x6d\x4d\xa0\xbc\xe6\x26\x81\x5d\x6e\xf5\x18\xff\x81\xd3\x1f\x85\x38\x99\x4a\xfa\x38\xf5\x54\x6f\xaf\xb9\x5b\x60\x9e\x97\xda\x17\xb7\xc7\x7d\xee\xe2\x6a\x7f\xbb\x1d\xcd\x8f\xe8\xad\x78\xdd\xc9\x56\x31\x09\x1c\x33\xed\x4d\x77\x0b\x2f\x38\xeb\x22\xef\xb8\x5b\xe0\xfb\xa4\xef\x4d\x0f\x92\x85\xf5\xb4\xbf\x2d\x0b\x6f\x54\x8d\x93\x88\xe4\xb7\x5a\x8c\x77\xf0\x25\x7c\x1a\x0f\x3a\x9f\xb0\xb9\x6d\x55\x23\xee\x70\x17\x67\x7d\xe5\x05\x37\xe5\x05\x37\x27\x1a\xe9\x6d\x5d\x23\xc9\x20\x2f\xce\x3c\x28\x76\xe7\x2d\xc4\xba\xcc\xaa\xef\x3d\x0f\x78\xc1\x4d\x2c\xea\xe7\x96\xfd\xe2\x54\x36\xc8\x39\x11\x0a\x71\x72\xa3\x10\x74\x35\x45\x6f\x0a\xc5\x72\x0b\x7c\xcf\xa9\x6a\x2f\xb8\x49\x9a\xc7\x34\xa7\xf8\x52\xd3\x9b\xc6\x6e\x9a\x07\x2e\xfb\xbb\x79\x1e\xf0\x82\x9b\x44\x24\xbf\xd5\x61\x3c\xf6\x9d\x1e\xd7\x9d\xc5\x71\xe2\xf7\x76\x71\x7d\xbf\xfd\xbd\xc6\xb5\xfc\xfd\xcf\xf8\x03\xae\xdf\x15\x5b\xdf\x92\x9d\xa7\xe8\xa7\x99\x0f\x34\x8d\x97\xe3\x70\x5b\x38\xde\x84\x62\x99\x8b\x63\x6f\xcb\xde\xf1\x16\xa2\xff\x7a\x5d\x77\x16\xc7\x49\xde\xc6\x8b\x17\xe1\x5f\xe3\xb4\x23\x3a\xe9\xa6\x7f\xec\x20\x27\x21\x66\x6e\xd5\xed\x33\x3f\x4b\x74\xa2\x34\x8e\x73\x77\xd6\x9d\x24\xa3\xb7\x9a\x8d\xf3\x3d\xc7\xde\xee\x9e\x1f\xdc\xe9\xe6\x12\xbf\xea\x9e\x9f\xce\xfc\x10\x62\x66\xee\xee\xf9\x21\xe1\xc5\x5c\xa2\x93\xee\xf9\x91\x90\x4d\x28\xf1\xe9\xf4\x8e\xb7\x40\xfb\xe2\x57\x16\xbe\xc9\xf3\x78\x71\xda\xb7\x90\xbd\x43\xc8\xee\x95\xcb\x97\xbd\xef\x26\x69\x1e\x7b\x15\xf5\x0c\x73\xc9\xa1\x59\x10\xb5\x0d\x53\xc9\x40\x64\x23\xe2\xf8\xad\xbe\xc2\x39\xe4\x97\x4e\xc1\xe1\x59\x18\x70\xc9\x35\xf4\xbd\xa9\x7f\x68\x16\x10\x25\xf6\xf0\x2c\xa0\x43\x9d\x44\xa4\x99\x76\xca\x9b\x72\xbe\x9b\x44\x9e\x99\x76\xbe\x9b\x64\x79\xbc\x38\xc3\x52\xe4\x96\xa9\xe4\x8e\x73\x89\xda\xa6\x57\x11\xb5\xe8\x22\xc2\xcc\xdc\xd3\x5c\x0c\xab\xc9\xf5\xe1\xae\xbf\xa7\x77\x6f\xe4\xf7\xbf\xf8\x14\x7e\x8c\x7f\x03\x4f\xea\x8f\xb9\x3f\x56\x93\xeb\x23\x6e\x35\xcd\xfd\x43\xa1\x7a\xf1\x21\x7c\x18\xa7\x7d\x51\xe1\xf4\x2a\xa2\x60\x5d\x1f\x51\xe1\xf2\x6e\xc7\xbb\x6e\x7d\x74\x6a\x2e\x9f\x82\x6b\xf2\xbd\x4e\x4d\x8b\xd8\xca\xd6\xb8\x3e\xe2\x4a\xcb\xf3\xb0\x34\x0f\xd5\xdf\x7f\x8d\xd3\x0e\xa2\xeb\x5e\x5e\x5f\xbc\xee\xd6\xa7\xfe\x45\xfc\xae\x49\xce\x47\x0a\x74\x17\x55\xf9\x5e\x26\x0b\x8c\x39\x97\xde\xcd\xb7\x22\x83\x4e\x65\x77\x5c\x18\xfa\x4f\x67\x77\xfc\x9f\x8c\x9d\x4b\xce\x27\x2b\x72\xc5\xe7\x5e\x45\xed\xc0\x09\x99\x49\x12\x93\x9a\x78\x6c\xef\x01\xf2\x21\xf5\xa0\xbb\xaf\xae\xfb\xee\xdf\x0a\x7e\xe7\x94\x64\x7b\x52\x83\x52\x91\x47\x7c\xfc\x79\x04\x01\x41\x70\x88\xae\xe8\x8e\xa1\x73\x73\x47\x77\xec\x62\xe5\x85\xce\xcd\x87\xfd\xb2\x8a\xee\x18\x1b\x1e\xca\x31\xac\xec\x61\xeb\x85\xce\xd3\xcd\xd6\xeb\x62\xeb\xc5\x26\x31\x1d\x16\xa3\x65\xf9\x77\xf9\xa4\x86\x0d\xff\x31\xd4\xab\x92\x5e\xbd\x1c\xd3\x89\xe6\x98\x38\xa3\x3c\xbc\xe6\xf1\x02\x68\xf0\xa2\x4c\x77\x10\xc7\x0e\x9b\x2f\x71\x9a\x3b\x3c\xe7\x21\xf1\xc5\x26\xdd\x6a\xc3\x7f\x0c\x75\x8f\xf6\x82\xc3\xdd\x33\xd4\x3d\x58\xbc\x63\xb8\x7b\x86\xba\x27\xa8\xcf\x74\xf7\xf0\xd2\x4c\x6c\x5a\xb3\xed\x07\x1e\xf8\x81\xa3\x68\x8f\x38\xad\x0d\x20\xfd\x85\xce\xe5\x87\xa2\x70\x74\x58\x7e\x25\x4a\x71\x7e\x49\xcb\xba\x76\x9a\x38\xed\xb2\x83\x78\xe0\x20\x0e\xdd\x22\x1b\x73\x38\x3f\xb3\xa6\x68\x0d\x56\xd0\xc7\x2e\x72\x5f\x14\x49\xfb\xed\x35\x8c\xb7\x41\x43\xe7\xf5\x0e\xd6\x98\x89\x07\x5c\xf9\x3d\x8c\x38\x82\xa3\x48\xe7\xde\xde\xb3\x62\xc9\x47\xd1\x1a\x7c\x5b\xa7\xf3\xa4\x4c\x14\x89\xa7\x3d\xbe\xe3\x56\xfd\x25\x9e\xb7\x67\xfd\x32\xdd\x13\x57\x39\xae\xff\xcd\x78\x15\x89\xe1\xed\xf1\xc2\x32\x8f\x22\x31\xb4\x65\x3e\xd6\xdb\x32\x25\x0a\x6e\x1d\x07\x65\xec\xd0\xf6\x4a\xe8\x04\x64\x3c\x5e\xc3\x1e\x8d\x8b\xe4\xe7\xf1\x9e\xf5\x51\xfd\xb5\x06\xdb\x02\x1f\xbc\x1d\x13\x55\x7b\x2f\xbb\x88\xc7\x72\x11\x27\x8e\x9c\xd8\x32\x87\xb6\x97\x78\x08\x3f\x8d\x2f\x39\xa9\x1a\xf7\xc7\x6b\x12\x6f\xcd\x44\x95\xf6\xb3\xef\x58\xc1\x1a\x43\xe7\xfb\x66\xf7\x65\x62\x8d\x63\x95\x3c\xd8\x47\x3c\xf0\x11\x87\xce\xf1\x87\x7d\xc4\x8a\xe2\x18\x55\x5a\xee\xf5\xaa\x04\x8b\x2f\x2a\x1e\x7d\xb3\xf2\x3a\xac\xbc\xa3\x6b\xeb\xfb\x7a\x58\x16\xdd\xee\xe8\xda\xf9\xda\xb5\x0b\x99\xee\xf0\xc6\x45\x0f\x71\x76\xc8\x73\x47\xd7\x5c\xf9\x2c\xfb\xcb\x63\x7b\x84\xba\xf2\xb3\xe8\x2f\xc6\xdc\xe1\x5d\xcb\x67\xc9\x5f\xc6\xee\x41\x04\xf4\x3e\xf5\x18\x66\x26\x6a\xc2\x1c\x40\x4f\x85\xe7\xcf\x44\x5b\x70\x13\xfc\x09\xce\x69\x75\xf0\x68\x5d\x7e\x0d\xc3\x73\xc1\x5d\xf0\x6b\xf8\x4b\x18\xbb\x68\xda\xf5\x39\x97\x61\xa9\x88\x25\xf9\x75\x1a\x5e\x3f\x79\xa8\x26\x1a\x51\x85\x2c\x8c\xca\x6e\x62\xea\xd5\xcc\xae\x90\x85\x21\x57\xc4\xb4\x23\x53\x8c\xb5\x80\xc5\x90\x9f\x8f\x71\xca\xe1\x8c\xc7\xa1\x0c\x33\x71\x2c\x1c\xc5\x3b\xf5\x04\x4b\x26\x90\x0c\x34\xec\xf4\xfd\xce\x89\x95\x19\x95\xa3\x46\x88\x6d\x24\xc8\xdf\x95\x5f\xfb\x8c\x59\x98\x99\x35\x54\x4f\x89\x00\xc1\x0b\x13\x57\x39\xd3\xe5\xd3\xde\x1d\x0d\x68\x26\x5b\x26\x0a\xf8\x25\x7c\x37\x7e\x80\x87\xf0\x66\x7c\xcd\x64\x5e\x74\xef\x8e\x71\xd8\xa1\xba\x25\x4e\xff\xd8\x53\x3a\x2b\x2b\xca\x5e\xf5\xbb\x5a\xa7\x09\x6a\x98\xb8\xf2\xbb\xbd\xeb\x22\x69\x09\x5e\xd2\xe9\x30\xd7\x48\xbc\xe0\xf4\x83\xad\xc0\xb9\xb3\xc0\xed\x1a\x76\x5b\x7b\x93\x07\x2d\x83\xf0\xad\x7d\x2a\x34\x7f\x87\x25\x56\x82\x37\x6d\x3a\x5c\xb1\x95\x40\x23\xf0\x12\x7b\x7e\x9e\xc6\xc9\xaf\x71\xb7\x95\xa6\x60\x83\xb1\x63\xf5\xce\xc3\xfd\xb3\x6e\x80\x26\xae\xfc\x96\x87\x03\x8d\xb6\x63\x85\xcc\x43\x33\x7c\x1e\xac\x34\x7b\x57\x7e\x4b\xf3\xba\xba\xa9\xa7\x59\xfa\xb4\xf1\x33\x97\xf1\xd3\x74\xd0\x3e\x6d\xfb\xcc\xf5\x1e\xa5\x1e\x60\xe9\xa6\x7a\x65\x62\x09\xc9\x1e\xca\xee\x4e\x20\x20\x7d\xec\x2c\xab\xd3\x6e\x40\x38\x5c\x89\xd3\x09\xe7\x74\x39\x08\x9b\xfc\x19\xf3\xf4\x24\x82\xba\x15\xdc\xfc\xef\xb3\x79\x12\xe1\xe7\x0b\xde\x77\xcf\xcf\x66\x3c\xc0\x7f\xe3\xc9\xae\xcc\x2d\x59\x27\x22\x5f\x1c\xdc\xbd\x98\x76\x0f\x12\x9a\xaf\x04\xef\xe6\x74\x87\xe4\xcb\x44\x07\x3f\x85\x0f\xe3\x2f\xb8\xca\xd1\x1e\x79\x72\x9f\x33\xe4\x06\x31\x13\xac\x43\xfd\x4a\xbc\x09\x97\xec\x12\xbd\x20\x0e\x69\x20\xbd\x52\xd9\xc5\x04\x8b\x83\x55\xd7\x4c\xb0\x4c\x50\x3e\xbb\xad\xe9\xfb\x9c\x0a\xc9\x17\x72\x77\x4c\x9b\x2e\x73\x85\x2b\xd0\xcd\xff\xee\x88\x7c\x5d\x11\xf9\x82\x67\xde\xfb\xb4\xd7\x70\x2e\x1b\xe6\xfa\x55\x8a\xf4\xf8\xc4\xa2\x89\x43\x9a\xe9\x72\x6b\x2f\xb5\x56\x9a\xe9\xd2\xb9\x0f\x11\xfb\x12\x57\xf1\x9e\x79\x58\x34\x71\x5c\x2a\x67\xba\x1c\x09\x05\xc7\xcc\xe6\x87\x75\xf8\x61\xd7\x81\x19\x3e\xf5\xca\x48\x17\x3d\x2c\x0e\x09\xba\x7d\x8c\x8a\xeb\x17\xf0\x07\xba\xe3\xfa\x65\x82\x41\xc4\x09\x32\xbb\x15\xcd\xba\x20\x9a\x38\xe5\xdb\x30\x52\xbc\xbf\x38\xa4\xf8\x7c\x5f\x54\x71\xfd\xe2\x94\xec\xda\x30\x9a\xf8\x12\xe3\x94\x82\xf3\x85\x51\xc5\xf5\x0b\xf1\x0a\xa6\x0d\x9d\x29\x43\x47\xce\x8e\xd9\x3d\xe8\x9d\xad\x90\x88\x02\x8e\xeb\x97\x09\x7e\x57\x4b\x60\x77\x3f\x74\xfa\xe1\xd4\x1a\xa8\xe7\x45\x3a\x3c\xb4\x4b\x2e\x22\x87\xfb\xcb\x44\x23\x7b\x08\x57\x37\xf0\xba\x48\x88\x57\x30\xc3\xdd\xb0\x7c\x93\xd7\xa1\x19\xaf\x88\x08\x9d\x28\x80\x99\xfd\x14\xde\x8c\x53\x7b\x36\x18\x44\x05\x5c\x09\x84\xe4\x94\x88\xdb\xee\x99\xb2\x7b\x4e\xa9\x55\xdb\x3d\x22\xb1\x85\x5c\x26\x33\xc6\xaf\x72\x26\x38\x42\x15\x16\x92\x40\xad\xca\x65\x32\x6d\xf7\x4c\xd9\x3d\xa2\x27\xcc\x61\x8d\x32\x90\x12\xd1\x13\xe6\xf0\xe8\x0e\x84\xfc\x94\xd0\x0e\xef\x28\x06\xcb\xe9\x29\x75\xeb\x7b\xa7\x0a\xf7\x17\xf2\x81\xcc\xe1\xfa\x13\xee\x2f\x4e\x49\xa7\x0d\x19\x85\xfb\x0b\xd1\x16\xe6\xb0\xf0\xaf\x58\x07\x25\xe4\x1b\x99\x36\x70\x14\x06\x30\x4e\x49\xad\x3d\x98\x0a\x03\x18\xa2\x2d\x4c\x7b\x30\xe7\x44\x23\xf2\xb6\x4f\x7e\xaa\xfe\x93\x0d\x21\x8f\xc8\xe7\xe7\x69\x7c\x80\x5f\xc2\x6f\xe3\xab\x9e\xf2\x75\x98\x27\x97\x89\x1d\xbc\x09\x77\x39\xac\x00\x22\x16\x4c\xdf\x68\x55\x78\xc0\x68\x52\x79\xd3\xed\xc2\x25\x19\x4d\xcb\xec\xed\xd9\xcb\xeb\x22\xd1\x24\x0f\x36\x58\xe0\xc1\x95\x90\x13\xc2\x61\xfd\x32\xc1\xef\x6a\x7c\x6d\xb0\x10\xd6\x2f\x76\x0d\xe3\xed\xea\x13\xb3\x20\xc4\x37\x80\x3d\x47\x62\x89\x5b\xfb\x95\xdf\x3f\xcb\x70\x89\x58\x30\x6f\x0f\x97\xec\x98\x26\x5d\x65\x3b\x66\xde\x6a\x96\xc4\x41\xd1\x01\x33\x41\x35\xb1\x3f\xa6\x3d\x8f\x8a\x1a\x18\x62\x16\x98\x79\xd7\xc5\xbc\x8b\x26\x71\x78\xac\xe1\x65\xf7\xc8\xc7\x31\x6d\xf7\x4c\x62\x1f\x44\xd3\x02\x6c\x8f\xa4\xa8\x77\xd1\xa4\xc4\x7c\x33\x56\xd4\xbb\xb8\xb4\xd0\xda\x8e\x99\xcb\x8e\x69\xde\x84\xd8\x8c\x81\x61\xa7\xf7\xf6\xf2\x2b\x0c\x8f\x05\x53\xb8\x8d\x95\xa9\xc8\xf2\xea\x83\xd7\x1a\x66\x19\x27\x6d\x97\x5e\xb6\xf7\x0f\xda\x5c\x09\x91\x16\xe6\x6b\xcd\xc0\x03\x22\x71\x49\xdf\xbd\xde\x6b\x10\xfa\xbd\xa8\xe6\xbe\x9d\xaa\x48\x7b\x71\x49\xaf\xbd\x56\x0c\x44\xda\x0b\x5e\xb3\xef\xa6\xc9\x65\xe2\x06\xa7\xf8\x4f\xe7\x43\x13\x27\x5f\x5c\x9c\x03\x99\xf6\xd6\x45\x7b\x8b\x4b\x6b\xf1\xe7\xea\xf3\x5e\x65\x5c\x52\x54\x9f\x7b\x92\xf7\x2a\xe3\xd2\x2a\xfa\xb9\x2b\x79\x99\x23\x44\x66\x98\xbe\x3f\x3a\x3f\xd5\xa7\xb9\x9c\xd7\xf8\x07\x9e\xf5\x0c\xd3\xdb\x42\x91\xf0\x82\x57\xf1\xc3\x91\xea\x02\x1e\x5a\x09\x5e\xbf\x0f\xd8\x68\x24\x28\x7f\x49\x72\x40\x47\x23\x41\xfd\xd7\x5b\x75\xe1\x08\x76\xa1\x08\x76\xc1\x73\x41\xf9\x79\x1a\x6f\x3f\x7f\x9c\xd1\x7e\xe3\x78\x2b\xcc\x72\x0b\xb1\xdc\x02\x9f\x4b\x38\x8e\x5d\x26\xe8\x8d\xa5\xde\xf2\xb3\x1b\x27\x7f\xd0\x6a\x59\x41\x41\x40\x3b\x3d\xdb\x1d\x0e\x57\x97\x09\x65\x0f\x70\xcc\xda\x4c\xac\x41\xe3\xed\xfd\x20\x1a\x1d\x89\x1b\xfc\x12\xfe\x09\xa7\x33\x60\x4d\x44\xaf\xae\x26\xb7\x3c\xb3\x5a\xc2\x6f\xe3\x6b\x1a\xf5\x4a\xe7\x29\x3c\x5c\x74\xae\x67\x06\x8f\x09\xe5\xe7\x61\xfc\x04\xdf\x85\x5f\xc6\x03\x9c\x7a\xea\x1d\x8c\x4c\x2c\x61\x84\xed\x10\x5d\xd7\x33\x33\xb1\x83\x37\xe1\xdd\x38\xe5\x1c\x21\x7c\x1a\xa7\x9c\x93\x7a\xea\x7a\x66\x26\x68\xd7\x79\x0a\x77\x39\xf4\x27\x34\x87\x80\xf3\x46\x82\xfa\xb7\x5d\x78\x18\x27\xbf\x84\x71\xb7\x70\xc9\x08\x82\xcf\x10\x44\x97\x23\xc1\xb8\x5c\x87\x70\x97\xc3\x24\x80\xcf\x10\x66\xcb\x85\xd8\x72\xd1\x25\xa4\x87\x27\x01\xac\xb8\x80\xcf\x90\x9f\x1a\x5f\x42\xaa\x07\x8f\x12\xe5\xa7\xf3\xb3\x3b\xe1\xf5\xfe\xfc\xfc\x95\x9f\xfe\x91\xfc\x88\x16\x17\xfd\x60\x72\x73\x76\x91\x9f\x87\xf1\x06\xae\x7a\x8e\x6e\xfc\x06\x57\x39\xd3\xbf\x8b\x12\xc2\xb5\x92\x9f\xd3\xf8\x07\x4e\xfe\xd3\xed\x3d\x59\x05\x39\xee\x88\xae\xeb\x9f\x21\x1a\x5d\x44\xbd\x84\xbf\xc6\xd7\x06\x5f\xe2\xa9\xe8\x73\x99\xa0\x9a\x7b\x11\xde\x8d\x07\xf8\x29\x7c\x1a\xa7\xfa\xbb\x8a\x77\x37\xf0\x92\x47\xc0\x74\xc8\xcf\x66\x9c\x66\x1d\x2a\x7f\xaa\x3b\x89\x3e\x17\xbc\x26\x14\x5d\x91\xd6\x83\x30\x74\x17\xb7\xc6\xc2\xc1\xe7\x32\xb1\x54\x0d\x0e\x9a\x80\x55\x47\x82\xde\x91\x14\x36\x37\x0b\xc7\x53\xe0\x5a\x09\xd8\x76\x24\x68\x96\xa4\x53\xb7\x38\x03\x9e\x5d\xe2\xfa\xdd\x51\x8d\xef\x59\x9d\xdd\xf0\x61\x98\x62\xae\x22\xfc\x57\x31\xab\x93\xd5\x09\xcd\x32\xde\x90\x71\x1c\x31\xe1\xd0\x73\x21\x32\x5e\x84\x64\xb6\x79\xcc\x9b\xc6\x5c\x32\x2b\x6b\x2c\x13\xc7\xcf\x1f\x81\xdb\x29\x1c\x31\x2e\x14\x31\x2e\xf0\xcf\x44\xbf\xac\x62\x64\x75\x41\x67\xc8\xcf\xd3\x78\xfb\xf9\xa3\x6e\x9b\x44\xf6\xb2\xca\x5b\xdc\xba\xc4\x55\x8e\xab\xb3\xcc\xa8\xba\x6d\x12\xc1\x6e\x15\xb3\xae\x6a\xd6\x6d\x93\x08\x76\xab\xc2\xf5\xfa\x46\xe2\x4d\xf8\x30\x7e\x83\xab\x1c\x37\x6b\x99\x51\x75\xdb\xa4\xf2\x7a\x34\xe3\x0f\xf8\x29\x5c\xb2\xb6\xfc\x4b\x75\xc3\xdf\x92\x9f\xdd\x38\xf9\x0f\xda\xab\x88\x01\x99\x20\xbf\x54\x58\xf7\x3a\xb5\xec\xa9\xc4\x2f\xe1\xd3\x38\xf5\x54\x3f\xcb\x5c\xca\x04\xfd\xd3\x8a\xf0\x66\x9c\xf6\xb6\x53\xf8\x30\x4e\x39\xed\x12\xae\x71\x59\x76\x54\xdd\x36\xa9\xbc\x70\x3f\x2c\x83\x29\xf1\x5d\x78\x37\x1e\xe0\x2a\x27\x6e\xe3\xb4\xf7\x52\x3d\xdd\x3f\xeb\xca\x67\xdd\x36\x89\x55\x58\x35\x2f\x43\x2a\xf1\x43\xf8\x65\x7c\x82\xab\xfc\xe1\xf2\xb3\x3f\xe3\xe8\x2a\x7e\xb8\xfa\x93\xe1\xd2\x82\x1c\xee\xce\x65\x68\x25\xde\x85\xbb\x98\x9c\xd2\x75\xc3\x11\x12\xd0\xfc\x48\x54\xf0\x53\x78\x33\xfe\x80\x77\xe1\x6a\xd6\xa0\xdb\x70\x84\xe4\xe7\x61\xfc\x04\x0f\xe1\x8f\xf1\x25\xb6\x45\xe2\xa9\x57\x20\x03\x42\x60\xe2\x97\x70\x97\x3f\x29\x7f\x57\x3d\x67\x35\xde\xc0\x55\x8e\x55\xd5\x60\x5a\x14\xa9\x36\xc5\x8a\x0b\x18\x7f\x89\x77\xe1\x8f\x71\xfa\x41\x2b\xec\x0c\x69\x87\x65\x77\x25\xbe\x0b\xdf\x8d\xdf\xe0\xf4\x8f\xec\xab\x20\x98\x5c\xdd\x8a\x74\x95\x5e\x75\x0c\x28\x82\x75\x2b\x57\xf9\x9d\x7d\xd7\x74\xf3\x96\x5f\x28\xff\x4c\x3f\xef\x85\x76\x5d\x01\x4d\x5c\xcd\x70\xb3\xa7\x9a\x2d\xe9\xba\xad\x0d\xd6\x8d\xd0\xc4\x4f\xe1\x97\xf1\xfe\xf3\x87\xac\xf4\x20\x12\x1d\x09\x15\xc3\xa8\xdd\x6e\xf5\xcd\x24\x28\x5a\x7f\x6f\x2b\x83\x3b\x2e\x70\xe7\xbf\x8d\xaf\x5e\xe5\x09\xa6\x70\xe8\xb9\x4c\x9c\xe0\xaa\x8e\xf7\x21\xcb\xed\x94\xb8\xca\xb1\xb0\xdf\x28\x0f\x62\x3f\x45\xbf\xad\xbb\xef\x59\xc0\x77\xe1\x87\x71\xca\x2f\x2a\xdf\xdd\xb6\xcc\xb5\xc4\xe9\xb6\xc7\xeb\xf2\x43\xf7\x40\xb3\xc8\xcf\x6e\x9c\xfa\x48\x1a\x1f\x2b\x89\x07\xa5\x58\xb5\x30\xcb\x2c\xcb\xc4\x05\xae\xfc\xde\xdf\xae\x9b\xa4\x75\xab\xc7\x26\x5c\xed\x5a\x4f\xa6\x24\x8e\x54\x3f\x5e\x98\xd7\xab\x93\x75\xab\x5a\x51\x1f\x2f\x61\xeb\xd5\xc9\xc4\x91\xf6\xc7\x4a\xf4\x61\x71\xa8\x52\x96\x8f\xf7\x2d\xcb\xd2\xab\x5b\x95\x52\x7c\xac\x44\x1f\xf5\x83\x8c\x92\xd7\x2b\xf9\x32\x01\x13\xef\xc2\x4f\xe3\x6b\x96\x55\x2d\xa9\xaf\xfb\x67\xb9\xb5\x12\xdf\x85\x4f\xe3\x8c\xbb\x8c\x95\xd7\xb3\xe9\x45\x1b\x54\x29\xc5\xd7\xfd\xf3\xa2\x14\xab\xcc\x8b\xd7\x4b\xf9\x2b\x39\x09\x95\xe3\xf6\xbe\x2c\x1a\xbb\xe4\xea\xf5\x9a\xfd\xa2\xe5\x08\x3b\x1b\xfd\xf5\xb8\xbf\x68\xb9\x5d\x8b\xe7\xe7\xf6\x7e\x68\xb9\xbd\x54\xe1\x87\xf1\x06\x7e\x0a\xd7\xb8\x7f\x68\x39\xc2\xd1\x86\x43\xd8\x65\xe2\x04\xdf\x85\x87\xf1\x09\x7e\x09\xbf\x8d\xa7\xf2\x3e\xb5\x4d\xfe\xbc\xf6\xaf\xb7\x55\xea\xb6\x4b\xc9\x7d\x9e\x16\x1f\xc3\xbb\x6b\xad\xfd\xbc\x4f\xfb\x98\xed\xf8\x34\xc2\x11\xec\x82\x08\x76\x75\x83\x46\x91\x9f\x87\xf1\x01\xde\x85\xdf\xc6\x29\xa7\x29\xbf\xc4\x19\x2e\x63\xdd\x76\xd6\xc2\xd0\x53\x2b\x41\x28\xbb\xc4\x77\xe1\xaf\x71\xca\xa1\x5d\xa1\xa8\xec\x01\x97\x31\x71\xfd\xae\xc4\x3c\x96\x71\xab\xb3\xc6\x30\xc7\x31\x20\x35\xd6\x8d\x67\x8b\xf2\xf3\x13\xce\x6c\xdf\xbb\x8a\x99\x2e\x46\xa3\xce\x9a\x07\x85\x91\x04\xe5\x20\x3d\xe6\x2c\x66\x62\x07\xef\xc2\x4f\xe3\x4b\x9a\x0f\xd6\xc2\x90\x4b\x2f\x77\xf7\x05\x5c\xf9\xdd\x3d\x85\xe6\x1e\xcb\x09\x1c\x51\xdc\xdc\xc2\x1a\x80\xbb\x21\x3f\x9b\xf1\x01\xae\x72\xb4\x66\x13\x20\xaf\x6e\xbc\x4f\x14\xa1\x8b\xa3\x99\x68\xe0\x97\xf0\x61\x7c\x49\x15\xef\x13\x85\x39\x8e\x41\x48\xbc\xc4\x0f\xe1\xa7\xf1\x15\xe5\x41\xcd\xb5\xf1\x4b\x80\xbc\xc6\xf5\xc4\x30\xc5\x31\x62\x3d\x59\xd9\x64\x72\x9b\xc9\x98\x89\x3b\x61\x2c\xeb\x90\x7b\x2e\x08\x93\xa7\xd7\x7b\x23\xaa\x87\x6a\xdd\x0d\xd5\xe3\xbd\xf9\xd5\x0c\x8f\x84\xab\x72\x4f\xd7\x64\x3d\xdb\xd1\xd5\x2f\xb6\x86\x61\x27\x36\x9e\x16\x08\x87\xac\xcb\x44\x5d\x70\x08\xde\x0d\xd3\x7a\x74\xa3\x23\xd9\x05\x9c\xc5\x26\x13\x3c\x76\xcb\xea\xba\xd6\xd9\xb8\x94\x98\x5f\x87\xe1\x33\xe1\x53\xb9\xb5\x0b\x8b\xe5\x2e\x6c\xdd\x65\x8f\x5f\x85\x7c\x0b\x56\x55\x3c\x70\xcb\x59\xd8\x3a\x5a\x37\x76\x37\x73\xa7\x99\x6c\x0d\x42\x1e\xc2\x4c\xac\x0a\xa2\x5b\xe3\xd0\x1a\x1c\xcb\x18\x6e\x5d\x73\xec\xb0\x30\xae\x5b\x9c\xad\xa3\x59\xe3\x90\x06\x82\x00\xd9\xba\x66\x98\xde\xa0\xcc\xc4\xca\xdd\x95\x5b\xc6\x44\xac\xe7\x62\x1a\xcf\x05\x44\x1c\x52\xab\xb1\x9c\x8d\x7a\xc3\x37\xe0\x36\x92\x58\x8d\x0f\xd5\x7b\xbe\x86\xb3\xec\xd8\x90\x08\xdb\xb8\x84\xc8\x6b\xbc\x15\x90\x5f\xaf\x61\x72\xf3\x93\xa7\xeb\xbd\x62\x16\x34\xee\x38\xe6\x57\x33\x1c\x0b\x56\x21\x1e\xb4\x65\xd1\x36\x99\xdb\x71\x7a\xc2\xad\x77\x64\x5a\xd4\xdf\x78\x04\x35\x88\xa0\x47\xe2\x5e\x7f\xa5\xdf\x70\x27\xac\xfb\x9a\x2d\x76\xc3\xce\xcd\x96\xe2\xd0\x30\xc9\xe5\x19\x04\xd2\x4b\x9c\x4e\x6b\xee\x86\xc6\x96\x82\x18\x12\xf9\x79\x19\xef\xe0\xca\x6f\x31\x6d\xe8\x5a\x6d\xe8\x43\xb7\x31\x03\xce\x62\xdd\x0e\x29\xb7\x66\x65\xd2\x58\x2b\x70\x63\xe5\xa7\xba\xa8\xa1\x24\x4f\xf5\x7f\xb3\x4c\x36\xea\x7f\x4a\x89\xb5\xe9\xfa\xcc\x55\x9f\x53\x23\x70\x59\x99\x5c\xac\x21\xa7\x86\xe0\x72\xbb\x2e\xda\xc5\xb3\x59\xf9\xf9\x18\x5f\x4a\x0c\xb7\x57\x98\xda\x98\x89\x1d\x5c\xe5\xc8\xd8\x87\xda\x98\xb8\xca\x91\x7d\x14\x17\xed\xe5\x1d\xac\x80\xe9\x48\xe2\x00\x3f\x85\x37\xe3\xf4\x83\x94\xa4\x1e\x9d\xc9\x44\xfb\xf9\xe3\xbc\x1a\xdd\xd9\xbb\x8a\x59\xde\x45\xc5\x16\x8d\xb0\xf5\x1b\xcb\x9b\x78\xf2\x16\x7b\x44\xf7\xa0\x2c\x62\xe2\xa9\x33\xd4\xe8\x1e\x93\x75\xb7\x52\x91\x45\xc3\xac\xc3\x4c\xac\xf5\x83\xa7\xb7\xf2\x73\x1a\x5f\xeb\xd0\x29\xed\xd1\xad\x24\x3b\x36\x0d\xf4\xa1\x88\xee\x21\x59\x41\xf1\x12\xa7\xee\x36\x4d\x23\xd4\xc5\x98\xac\x11\xee\xe2\x50\x17\xab\xad\xe1\x49\x14\x88\x14\xb4\xa2\x70\xf4\xbb\xfc\x9f\xf2\x39\xbd\x8b\xd0\xf6\x03\xd6\x61\xe2\x2a\x47\xbb\x4e\x68\x86\x75\xc3\x47\x16\x0e\x73\x97\x89\x1b\xbc\x09\x77\x3d\xd9\x96\xe0\x0b\x0b\x87\xbf\xcb\x04\x43\x28\x51\x1e\xae\xff\xa0\xfe\x4d\x9a\xc4\x36\x22\x2c\xc2\xc4\x19\xf2\xe1\xfe\x1c\xd4\xa7\x61\x6b\xc6\xb0\x7e\x5d\xc6\xdf\x75\x72\xa8\x1a\x7a\x0b\x26\x20\x05\xd6\x0d\x97\x57\x7e\x0e\xe3\x13\x9c\xe6\xda\xe4\x0b\x99\x7c\x84\xb9\x88\xb0\xc9\x17\x93\x05\xa6\x49\x32\xa7\x25\x79\x5d\x12\x4c\xfc\x14\xfe\x18\xa7\x9a\x3b\x33\x6e\x5a\xef\x4c\x24\xb6\x69\x45\xb2\x89\x18\xeb\xf1\x98\xc4\x55\xcf\xe9\xfa\x30\xa3\x1b\xc6\x40\x4c\x6b\x24\xd9\x86\x4d\x6b\xd5\x74\x37\x4c\xb6\x3d\xc4\x53\x0e\x47\xad\x0b\xa2\xd6\x25\x1e\xc2\x87\xf1\x35\x8c\xf0\x7d\x22\x6e\xf7\xc3\x7a\x5d\x26\xf1\x53\xf8\x61\x9c\xdf\xc5\x48\x88\xdb\xfd\x70\x33\xa3\x9b\x76\x8b\xb7\x67\xf4\xad\x61\xd4\xae\xf0\xd6\x89\x50\xdc\x4c\x17\x1e\xf1\xca\xcf\x69\x9c\xfa\x74\xe7\x7f\x8d\xd3\x9f\xda\xfe\xdd\xd6\x6c\x37\xdb\xbf\x16\x45\xb8\xdb\x85\x78\x36\xad\x5b\x8f\xc5\xf0\xc1\xc8\xb9\x24\x6e\x8f\xb7\x49\x0f\x27\x45\x97\x36\x44\x8f\x17\xe2\x27\x94\x5f\xe5\xb8\x1f\x1e\xfa\xe1\xc2\x48\x88\xc7\xfd\xf0\x20\x0f\x97\x34\xa4\x8d\x3d\xe2\xdf\x25\x4e\xff\x3f\x56\x1b\x0f\x9a\x0d\xde\x50\x7e\x36\xe3\xd4\x47\x9a\xf3\xf1\xe2\xfd\x60\xfc\x5c\x92\x67\x1b\x7b\xf1\xb0\x2d\xbc\x76\xe3\x8f\xf1\xd5\x6f\x78\xc4\xc2\x34\xc2\x4c\xf0\xbb\xda\x2e\xbe\xde\x8f\xbc\x58\x09\x97\xac\x8a\xd7\xd3\x74\xd1\x05\x2f\x4f\xa3\xd7\x3a\xf2\x45\xcb\x5c\x32\x2a\x6c\xd3\x11\xe8\xae\x6e\x97\x76\x41\xaf\x17\xeb\x97\xdd\xf1\x25\xf1\xb1\xad\x17\xb2\xf5\x2e\x89\xcf\xeb\xad\xd7\xcb\xae\xf9\x92\x16\x7b\x3d\x2d\x5e\xa6\xc5\xa5\x2d\xcf\x6b\xc5\xff\x32\xec\x72\x88\x99\x2d\x18\xb0\x05\x13\xa7\x59\xb6\x01\x43\x36\xe0\x25\xf1\xb1\x0d\x18\x1f\x0b\x9d\x5c\x58\xf1\x79\x01\xff\x58\xc0\x2f\x89\xd5\xe7\x05\xf0\x0b\x95\xa3\xf2\x2d\x26\x1f\xe2\xe0\x0d\xf5\xe7\x0d\xb5\x6c\x43\xef\xa8\x3f\x4f\x97\x8f\x7e\xf0\x96\xfa\xf3\xb0\xaf\xf0\xe6\xad\x4a\x4a\x3e\xcf\x8a\x0f\x69\x90\x0b\xcb\x6c\xc0\x4c\xbc\xe0\x4b\x0a\x1d\x0f\x2f\x60\xf1\x85\x26\xe9\xd0\x45\xcc\x4c\xac\x49\x4a\x1c\xe8\xfc\x0c\xe3\xd4\x92\xe3\xdc\xa1\x57\x35\x83\xc8\x78\x89\xff\xc6\x5b\xa8\x41\xf8\x3c\x12\x4b\x07\xf5\x53\x3f\xa3\x41\x1e\x1b\x73\x9e\xb0\xd2\xe1\x38\x7a\x41\x1c\xbd\xc4\x03\x5c\x9b\x34\xe2\xe5\xd5\x4d\x5b\x6c\xc7\xcb\xcb\xc4\x00\x57\xab\xa7\xcb\x61\xf0\xe5\xc8\x1a\x36\x05\x47\x61\x90\x09\x43\x1d\xe6\x0a\x06\x81\xf4\x12\xef\xc2\x3f\xe1\x0c\x32\x51\x34\xc2\x5c\xc1\x20\x90\x5e\xe2\x97\xf0\xdb\xf8\x9a\xf3\xdc\xc0\xcd\x4f\x97\xc3\x81\x87\xb6\xda\x43\xb7\x3b\x33\x71\x80\x37\xe1\xdd\x38\xed\x42\xb8\x46\xd1\xd2\x3c\x0a\x6b\x46\x60\xb2\x0e\xdb\x76\x63\xd9\x76\x57\xd1\x68\xda\x88\x83\xfa\xa7\x97\xe1\x63\xd8\xdd\x39\x56\x0c\xf4\x8b\xc7\x5c\x02\x1e\x20\x89\xc5\x46\xc7\x44\x32\x1f\x30\x13\x2d\x61\x0d\x61\x95\xd5\x3e\x2a\xbb\x1c\x6d\xe5\x4d\x13\x0c\x82\xe5\x05\x31\xee\x62\x28\xa4\x40\x10\x34\x2f\xb3\xab\x74\xc9\x2d\x2c\xc1\xba\xc5\xaf\xfc\x8f\xf1\x0f\x7c\x4d\xa3\xb1\x7b\x04\x77\x56\x35\x02\x74\xe4\x67\x18\xa7\x3a\xec\xe3\xc7\xee\x11\xdc\x39\xc2\x91\x2f\xcc\xb1\xf5\x82\xd8\x7a\x8a\xf1\x15\x26\x09\x06\x24\xc1\xba\x71\x8b\x38\x3f\x5d\x3c\x0f\x5c\x6a\xbc\x77\x8f\xf7\xce\x78\x87\x7a\xd8\x8e\x57\xc8\x82\x89\x2b\xbf\x26\x35\x11\xf7\x42\xa7\xe3\x0e\xac\x17\x04\xd6\xab\x5b\x68\x3a\xe8\xf2\x69\x40\x11\x4c\x9c\x91\xb2\x7f\x95\xc8\x78\x75\xe3\x29\xb0\x70\x40\xbc\x80\x13\x98\x78\x17\xfe\x1a\xa7\x33\x25\xf6\x87\xb5\xc0\xa1\xd6\x5e\x2a\xc7\xad\x3d\xd8\x31\x86\xa6\xc3\xe1\xe6\x1e\x6a\x6e\xdf\x84\xab\x93\x0f\xb4\x03\x24\xa6\x30\x75\x30\x88\x98\x97\xb8\xca\xb7\xec\x1c\x92\x9d\x50\x39\xc3\xe5\xa0\xdc\x78\x0b\x2c\x3f\x5d\x4f\xa6\x7f\x68\x3a\x1c\x32\xc6\xc6\x72\xcc\xd6\xb2\x69\x3a\xd8\x1f\x0b\x87\x30\xf1\x4b\x78\x33\x7e\x2d\x5c\x32\xab\xeb\xb3\x41\x84\xbd\xe0\x55\xa5\xfc\x92\x0c\xae\x68\xee\x99\x9d\x61\xb1\x3f\x96\x40\x7a\x89\x2b\xbf\xbb\x61\x19\xa8\xb5\xc8\x07\x67\x46\x61\x10\x40\xef\xd4\x86\x6b\xd8\x94\x1c\xe7\x3a\xad\x2d\x3c\x05\x16\x8e\x93\x17\xc4\xc9\x4b\x9c\x62\x44\xec\xcb\x44\xc9\x62\xd8\x57\x0d\xbb\x57\xe1\xf5\x9d\x4d\x63\xd5\x3c\xf7\x97\x7f\x34\x4b\xa1\x92\x36\x24\xe1\xf1\xd5\xb2\x69\x3e\x37\x8f\xc9\x7a\x14\x27\xf1\x2a\x5c\x8d\x5a\x8e\xd3\xc4\x19\x93\x66\xd9\x5c\x7e\xd1\xc4\xf9\xdd\xcb\xb5\xc7\x30\x2c\x72\xa8\x39\xba\x5d\xc0\xb4\xab\x65\xe3\x6c\x62\xd8\xd0\x83\x39\x57\xcb\x26\x95\x79\x59\x8f\x5c\xfc\x2e\xc1\xa7\x63\x28\x94\x7a\x10\xb6\x2e\x71\x7a\xc7\x0e\x50\x98\x73\xb5\x14\x29\x98\xee\x31\xc7\xd1\x59\xa0\xe6\xc4\xe8\xee\xcd\x65\xf4\x25\xae\xfc\xda\xce\x11\x7f\xae\x16\x79\x98\xe0\xd5\xad\xc4\x52\xc9\x05\x6a\x4e\x0c\x3b\x34\xc7\xf2\x60\xd6\x22\xcf\xd0\xe8\x5e\x9a\x16\xd1\xad\x96\x82\xd7\x7b\x84\x2c\xd2\xb1\x1c\x97\xc1\xcb\x4c\xf9\xd5\x0c\x07\xd9\x9b\xf0\x69\x9c\xea\xab\x3b\xc3\xd5\xc7\x3f\x59\xe4\x29\x72\x14\xb9\x80\x08\x97\x78\x08\xbf\x8d\xd3\x6d\x6c\x93\x86\x9e\xa4\xc9\x44\x01\x3f\x84\xbb\x3e\x83\x72\xa4\xf1\xc2\xfa\x7a\x11\xd9\xda\xc6\x79\x94\x79\x69\x99\x28\x09\x4b\x31\x0c\xcf\xa0\xc5\x43\xab\xa5\x68\x42\x0f\x1d\x03\x11\x35\xae\x41\x0f\x8b\x61\xef\xe1\x18\x1a\x13\xfc\x4d\xa6\x9f\x05\xf4\xb3\xb6\x49\x5d\x0c\xcf\xb7\x75\xc9\xb3\x6d\x5a\x54\x87\xb5\xce\x7a\x5b\xb4\x6d\xfe\x4d\x0b\xf8\xba\xca\x59\x8b\x9c\x53\xc3\x2e\x45\x38\x69\x89\xeb\x47\xbd\x02\xe1\x52\x2c\x72\x36\x8d\xe9\x01\x9c\x08\x1a\xf1\x41\x02\x6a\x19\x89\x01\xde\x85\x4f\xe3\x77\xee\xa3\x8f\x53\xf0\x63\x98\xea\x54\x15\x6f\xdd\x3b\x43\xf8\xef\xdc\xd8\x22\xda\x1c\x09\x5a\x21\xb1\x9d\xd6\x3d\x13\xb1\xb5\xbc\xd9\xca\x24\x8c\x5c\x2d\x55\x1b\x3d\x5b\x93\x63\xaa\xd5\x5a\x8a\x6e\x0f\xf0\x8d\x4a\x95\xcb\x69\xe8\xed\x99\x4c\xf0\xbb\x12\x73\xbb\x14\x09\x28\x97\xb8\xca\xb1\xdc\x62\x65\x16\xb9\x9c\x86\xad\xcc\x71\x23\xb7\x72\x39\x8d\xdb\x43\x7f\xab\x3b\x2e\xfd\xae\xe5\xf6\x46\x6e\xab\xe4\xf9\xf6\x0a\x8b\xeb\xb0\xc8\xb5\x34\x6c\x35\x42\x51\xab\xa5\x4a\xcd\xdc\x1e\xe5\x5b\xed\xd5\xd2\xa2\x1b\x9a\x99\x58\xf5\x97\x6b\x69\x3c\x96\x5c\x5c\x81\x85\x68\x20\x31\xec\x0a\x1c\xb8\x02\xcb\xce\xf6\x7e\x3c\xae\xff\x83\xd4\xed\x45\xe5\xb8\xff\xd7\xcd\xcd\x5a\xf6\xdd\xb8\xcb\x59\x4b\x5d\xd9\x35\x5e\x8f\x17\x0b\xac\xba\xb2\x6b\x8b\xf7\xba\xff\xd7\x75\xcd\x5a\x76\xa9\xf3\xd7\xab\xc2\x4b\x7f\xee\xda\x31\xbf\xae\xcf\x0a\x82\x90\x78\x17\xae\xb9\xf4\x32\xdf\xe5\xfb\x19\xaf\xd5\xff\xab\xdf\xd5\xd2\xfe\x59\xdd\xe2\x32\x2b\xbb\xfa\xed\xb3\xb4\x7f\xf4\x0f\x31\x94\xf3\xf3\x32\xbe\xfa\xff\x28\xc6\xa5\xe6\xd7\xc5\xcc\x5a\xbc\x5f\xb4\x6f\x8c\x80\x6b\x89\x1f\xc2\x87\xf1\xdc\x41\x5d\x52\x4b\x9f\x3c\xc6\x44\x58\xcb\xec\xc2\xad\x9d\x3f\xba\xf9\xe0\x70\x67\x7c\xee\xe6\x75\x7d\x33\xf1\x55\xfc\xb4\x2b\x6d\x6e\xec\x10\x0e\xa6\xc5\x54\xb8\xf1\x4c\x90\x1f\xcf\xf9\xb4\x79\x35\x71\xa5\x15\x79\x21\x4c\x74\x0b\xa8\x6d\x89\x5f\xe0\xda\x63\xcf\x65\x19\xd5\x72\x70\x76\x37\xed\x1a\x9b\x1b\xab\x32\x2f\x53\x85\x29\x70\x41\x84\xb5\xc4\x55\xfe\xf0\xef\xb2\x3a\x42\xca\x08\xe2\xac\x91\x58\xe2\xc0\x0b\x54\x31\x6d\xf8\x10\x79\x2d\xf1\x4b\x78\x33\xce\xef\x72\x46\x67\xba\x5b\xc0\x63\x4b\x5c\xe5\x48\x3b\xcd\x82\xf8\xe8\xb8\x19\xd6\x1a\x89\x06\x1e\xc2\xbb\x71\xf2\xa3\x2c\xa7\x7d\x60\xd0\xd4\x6a\xd1\xf1\xf1\x54\x48\xf0\x20\xf2\x5a\x2d\x3a\x0e\x36\x1d\x2d\xa0\xa3\x25\xde\x84\x9f\xc6\xfb\xcf\x1f\x8a\x66\x90\x5f\x61\x78\x90\xbd\x83\x4b\xfb\xcc\xf5\x9e\xa7\x82\x19\xc4\xac\x1e\xad\xc5\x56\xbb\x20\x11\xe4\x57\x33\xbc\xe6\xc4\x79\x18\x1f\xc6\xe7\xca\x7e\x0a\x56\x9b\x96\x93\xec\x3a\x35\x24\xb6\x9f\x88\xd9\x76\xc9\xd2\x30\xa1\x2d\x20\xb4\x5d\x27\xc7\x13\x53\x2f\x7f\x66\xe2\x4a\x18\x35\xe5\xc8\x6b\xa1\x08\x6b\xd0\x07\xf2\xcb\x3f\xc9\xec\x3c\xd9\xb4\x4d\x5b\x49\x84\x60\x4b\xfc\x10\x7e\x18\xcf\xd2\x79\x89\x29\xbf\xba\x61\x1a\x2a\x69\xdd\x2d\x05\xcb\x78\x52\x4c\x85\xfc\x2a\x86\x55\x7a\x08\xdf\x8d\x67\x37\xb6\xa2\x1f\xd5\xd4\x87\x8a\xa7\x90\x0a\xe1\xb0\x6e\x41\x58\xb7\x5a\x4e\x34\xd4\xb4\x4d\x35\x97\x4d\x75\x35\x14\xc2\xdc\x2d\x61\x3b\x0a\xdf\x43\x6d\x53\x6b\xee\xec\x73\x89\xfa\x1c\x73\xf7\x8c\x5a\x2e\xbc\xc4\xf5\xb3\x9e\x51\x3b\xfb\x5c\xcb\xc0\xee\xf1\xd8\x27\x8d\xd2\x0c\xdc\xa7\x6b\xaf\x2e\x66\x43\x65\x02\x60\x26\xd6\xc2\x07\x33\x24\x3f\x55\xfe\xc1\xc6\xec\x64\xfb\x31\x0f\x0b\x13\x36\x55\xe1\xb5\xab\x98\x87\xdb\x75\xa0\x11\x60\x7a\xe4\xe7\x61\xfc\x04\x77\xfe\x30\xfe\x82\xab\x3e\xd2\x74\xf3\x60\x81\xe3\x55\xab\xfc\xbc\x8d\x93\x9f\xe3\xea\x69\x1b\x69\x9e\xeb\x58\xb4\xe8\xb8\x7a\x9e\x9e\x69\x32\x7a\x1a\x0b\xcd\x3c\x3d\x47\x64\xf4\x34\x89\x94\x7d\x74\xc4\x8f\xab\x45\xd6\xcd\x54\x8c\x87\x20\x4e\x5c\xe2\xca\xef\x7e\x3e\x55\x7f\x4d\xb6\xd3\x82\xbf\x1c\x72\x89\xab\x9e\xd3\xf5\xa1\xff\x9b\xa6\x95\x6f\xa1\x42\x2a\xac\x05\xca\x45\x38\x3c\x5c\xc0\x0e\x4c\x9c\x76\x35\xd7\x1f\x87\x5b\xb9\x24\xcc\x8a\x1a\x1e\x53\x76\xd2\x55\x7e\xc7\x9b\x38\x6d\x46\xcd\x86\x78\xe9\x14\x97\xe0\x70\x24\x5e\x70\x9a\xe1\x6b\xa7\xb3\xb1\x10\x11\xbb\x21\x1c\x3d\x2e\x13\x03\xfc\x10\xfe\x18\x5f\xcd\xbe\x34\x0c\x97\x15\xde\x45\xf3\x08\x77\x9c\x9f\x87\xf1\xd5\x1d\x97\xe6\xe4\xe5\xe6\x5d\x6a\x9e\xa6\x8d\xde\x2f\x09\x58\x7d\xb5\xc8\x33\x66\x56\x5f\x26\xd6\x30\xe8\x38\x75\x5e\xd3\xe5\xa3\xb0\xe5\x1b\x9b\xbe\x8f\x0a\xad\x2f\x71\xba\xb5\x7b\x78\xfa\x3a\x51\x2b\x62\x0a\x98\xbe\x17\xb3\x33\x3d\xba\x16\x10\xdf\x2f\x9d\x1d\x5d\xdb\x8b\xf2\x7b\x01\xe9\x78\x6d\x35\x8b\x6d\x5d\xcd\xe5\x33\x6b\xba\xc4\x6b\xd2\x5d\x40\xba\xab\xa5\x6b\x54\x7c\x5b\x14\x72\x5d\xd3\xb9\xc5\xb4\xd1\x35\x97\xd1\xd5\x42\x6d\xb2\xcd\x35\x97\xcd\xd5\x42\x4d\xf2\x95\xd0\x29\x93\x4b\x47\xac\xe6\xca\x65\x62\x65\x0f\x95\xa2\x1d\x15\x14\xba\x5a\x44\x1e\x98\xb6\xac\x66\xd0\x22\xc9\xa7\x6f\x72\x4e\xbc\x6e\xa5\x6b\x3e\xea\xe5\x90\x20\xdc\x5b\x2d\xba\xd0\xe0\xb0\x6e\x41\x58\xb7\xc4\x9b\xf0\xdd\x78\x03\xef\xc2\x2f\xe3\xb9\x52\x7a\x1a\x0d\xaf\x94\x83\x95\x52\x37\x20\xe6\xd0\x89\xe2\x1c\x6c\x00\x74\x05\x62\xda\x44\x9b\x03\x39\xeb\xec\xf7\xe7\x90\xdd\x39\x07\x1b\x03\x51\x0d\xe0\xdf\x91\xa0\xd3\xb4\xe1\x19\x96\xbf\xc1\xfc\x11\xa5\x60\x0e\xcf\x1f\x59\x69\xa2\x14\x98\x70\x17\x30\xec\x6a\x11\xa5\x60\x0e\x77\xcf\x40\x2e\x75\xe5\x01\xfe\x1d\x09\xda\xa5\x41\xb4\x55\x37\xd7\xcb\x21\x97\xb5\xcf\x74\x6f\xe2\x34\x2c\x3a\xb8\x9d\xd3\xd3\x6d\x76\xaa\x29\x6d\x6e\x67\x22\xf1\xe9\x12\xa7\x59\xd3\x32\x32\xd9\xfe\xea\x80\xd6\xbc\xbd\x4c\x5c\xe0\x87\xf0\x30\x3e\xc0\x2f\xe1\xd3\xf8\x5a\x04\xb5\x8d\x9b\x5e\xec\x26\xbd\x19\x58\x19\xd3\xbe\x44\x02\xe0\x25\xae\x66\xb9\xd7\xf0\x25\x16\x11\x19\xe6\xb4\xd6\x99\x58\x19\x3a\x75\x9d\xd3\xf3\x67\x99\x81\xed\x92\xac\xd9\xf8\x23\xf4\x5d\x66\xa7\x3a\xb7\x37\x02\x32\xe6\x42\xbb\xb2\xdb\x33\xe2\x66\x4d\x10\xd1\x60\xfa\x1e\x28\x3c\xbd\xc4\xbb\xf0\xc7\x38\xd5\xd7\xfe\xc3\xf7\x3d\xe7\xad\x6a\x4a\xa9\xd9\x68\x9b\xf7\x1a\x44\x79\xf4\xcc\xc2\xcb\x04\x9d\x7f\x19\x3f\x8d\x07\xf8\x21\xfc\x36\xce\xcf\x6a\x69\xb7\x2d\x37\xf1\xe8\x15\xeb\x85\xc7\xcd\x7a\x58\x02\xad\x18\xf4\x2a\x49\xc0\xce\x4b\x5c\xe5\x78\x09\x7f\x58\xc2\x43\x3a\xf0\xb1\xec\x3f\x2c\x8d\xa1\xcd\xb5\xaf\x7b\x42\xeb\x4b\x9c\xee\x79\xbc\x04\x62\x13\x56\x71\x04\xa6\x6d\xc2\xb9\x9e\x21\x49\x9c\xfa\xbc\xd6\x76\x8b\xd0\x57\xeb\xa6\x8d\x98\xaf\x75\xce\xe5\xe9\xbb\x74\xa5\x62\xbe\xb6\x61\x16\xd1\x2f\xb3\x33\x8a\x76\x00\x12\x5f\x2f\xf1\x2e\xbc\x19\xef\x0b\xd7\xde\xfd\x75\x37\xac\x18\xe3\x89\xeb\x67\x6d\xf3\xe0\xe9\xab\xa2\x20\x4c\xdf\xde\x84\xf3\x57\x2b\xd1\x87\x47\x97\x0d\x36\x3a\xce\x9b\xd8\xd6\xce\x61\x38\xc4\xda\xe8\x05\x9c\x13\xbb\xd1\xab\xf1\x2a\x7c\x75\xf3\xe8\xbb\x71\x76\x6e\x51\xd7\xe9\xf9\x30\x3b\x69\xc0\xe2\xa9\xc1\xad\xce\x61\x16\xcf\xe8\xa7\xf0\xce\xef\x36\xe3\x2c\xc5\xa2\xf5\x8f\x7e\x19\x67\xe9\x8b\xb3\xf0\xbb\xdd\x78\x17\x7e\xf1\xbb\x61\x9c\x7b\x12\xc1\xce\x6a\x38\xd6\xce\xd0\xdd\xf5\xb8\x36\x7e\x77\x1a\x9f\xc2\x1b\xbf\x7b\x1b\xe7\xc8\x22\xb8\x28\x37\xfa\x63\xfc\x11\x1e\xfc\xee\x6b\x1c\x13\x5e\xfc\x9b\xe1\xdb\xb0\x83\xeb\xa4\xbb\x28\x23\xc3\xd7\x49\x07\xb1\x1f\xf6\x6d\x5b\x3b\xdb\xe1\x7b\x94\x83\x58\x0b\xfb\x56\xd6\x52\x31\x7c\x0f\x71\x70\xc3\x70\xdf\x38\x10\x1b\x21\x63\x6b\x44\x25\x7f\x5d\xc7\xea\x23\x3c\x2e\xb1\xe7\x0a\xb5\x6f\xf5\xfa\x3f\x27\x5c\xf5\xfa\x7f\x1b\xae\x37\x44\x47\x7d\x63\x49\x23\x26\xda\xeb\xb7\x6b\x5f\xdc\xd2\xdc\x30\x79\x43\xb1\x0a\x5f\x9e\x56\x2d\x22\x8d\xbc\x43\x17\x5c\x5f\xb9\x05\xeb\xb6\xdc\x32\xaf\xdd\x82\xaf\xdc\x70\x95\x03\xc6\x6f\x68\xb3\x92\x09\xf2\xaf\x9e\xfe\x46\xc7\xd0\xc9\x04\xf9\x97\xde\xcb\xcf\x4f\xf8\xb2\x51\x2a\x67\xee\xf9\xe9\xfc\x2a\xff\x50\x39\xd4\xf3\xe3\x11\xb6\xc4\x73\x04\xbe\xe9\xf2\xd9\x15\x21\x3f\xf9\x71\x19\xed\x6e\xeb\x37\x15\xc8\x2a\x13\xc7\xcf\x1f\xdc\xa5\xc9\x8f\xd3\x68\x96\xd0\x8d\xba\x84\xb9\x4a\x50\xb9\x2c\x95\x1f\x7b\x29\x6e\xfb\x7c\xde\x4a\x7d\x6c\xa5\x08\xbf\x97\x1f\x8f\xd1\x37\xf3\x52\x82\xb6\x57\x1f\xa1\x73\xb1\x84\xbe\xa9\xa7\xdb\x3e\x36\x4e\x65\x23\x04\xca\xc7\xf6\x89\xc4\xb5\xf0\xdd\xb8\xf3\x2f\x96\xde\xc6\x93\x6e\xdf\xd4\x2b\xe8\x9f\xde\x10\x10\x65\xe8\x73\x9c\xd6\x8f\x38\xad\xb5\x55\xa1\x6a\x39\xb3\xa3\x51\x43\xcd\x8d\x0f\x5d\xcd\x63\x33\x9f\xc9\xc0\x9f\xc8\xc0\xad\xff\x6f\x39\xcc\x8f\xbf\x8f\x3f\xfe\xed\x3f\xfe\x73\xfc\xf1\x5f\xe3\xef\xef\x8f\xfb\xaf\x3f\xff\x7c\xff\xf1\xaf\xe7\x6f\xf7\xbf\x7e\xfc\x7b\xa2\x3f\x9e\xf7\xfb\xdb\x3f\xde\x3f\xdf\xff\xfe\xe7\x5f\x7f\xde\xef\x8f\x3f\xfe\xf9\x47\xfe\xd5\xfa\xf7\x3f\x01\x00\x00\xff\xff\x4b\x56\x88\x06\x41\x98\x03\x00"); -func _efeb ()([]byte ,error ){return _c (_gca ,"Adobe-CNS1-4")};var _bcbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xcf\x8e\x9b\x30\x10\xc6\xef\x7e\x8a\x39\x6e\x0f\x5b\x6c\xc0\xf9\x23\x45\x48\x15\x51\x55\x0e\x9b\x56\x65\xb3\xad\x54\xf5\x40\xec\x71\x6a\xa9\x31\x96\x81\x43\xde\xbe\x9a\x81\x50\xed\x01\xcd\xcc\x6f\xf0\x37\x1f\x63\xb2\xba\x39\x36\xc1\x8f\x90\x7d\x4b\xbd\x69\x71\x04\xe7\x83\x4d\x38\xf4\x53\x32\x08\x17\xbc\xfa\x20\x84\xca\xc1\x7a\x33\x3e\x4a\x0e\xe6\xd6\x45\x21\xb2\x73\xf0\xf5\xa9\x7d\x3e\xbf\x7e\x56\x9b\xe7\x2f\x30\x0d\xb8\x34\xea\xe6\xd8\xde\x87\x11\x6f\x4d\x70\x3d\x14\xb3\x80\x9d\xe2\x22\x02\x90\x7d\xc7\xab\x1f\xc6\x74\x87\xa7\x4f\xb6\xbf\xe0\x07\xb0\xe8\x88\x7f\x4d\x16\x93\x0f\x57\x78\xaa\x4f\xad\x5a\x71\x3b\xc5\xf8\x17\x6f\x18\x46\xd8\x32\xc3\x60\x39\x8a\xac\x7e\xe9\xe2\xa9\xbb\x21\xbc\xb7\xf3\xc6\x6d\xee\xbe\x61\x1a\x7c\x1f\x40\x7d\x94\x72\xff\x1f\xbf\xde\x23\x82\x5a\x54\x7e\x9e\x9b\x23\xfc\x52\xa0\x24\xe4\x5a\xef\xf3\xdf\x0b\xff\xf1\xd2\xdb\xf5\xad\xcd\xec\xdf\x78\x6b\xfe\x74\x49\x1c\x72\xa9\x8a\x0a\x54\x2e\x39\x2d\x29\xcd\x29\xcd\x75\x05\x4a\xee\xc5\xc1\x61\xe9\x2a\x50\xc5\xb6\xd4\xe2\xe0\x9c\xbe\x50\x51\x72\x6a\x29\xd5\xf4\x1d\x0f\x39\xb1\x5d\xe5\x53\x17\xae\x28\x0e\x85\x94\xbb\x0a\x28\xec\x2b\x50\x5a\x32\xe9\x66\x42\x52\xe5\x86\x89\x99\x09\x29\xea\x92\x09\xce\x84\x66\xeb\x1d\x11\x25\x99\x28\x45\xa7\x72\x26\xe5\x4c\xc8\x6a\xb1\x23\x4b\x3c\xcb\x39\x9e\x55\xc8\xc5\xd9\xec\x84\x0b\xba\xda\x75\xd9\x66\x4a\x09\xc3\xc8\x17\xcb\xdb\xa4\x0d\xf9\x80\xeb\xdf\x13\xfb\x48\xa7\xf8\xf9\x17\x00\x00\xff\xff\x60\x3a\x39\x2b\x69\x02\x00\x00"); -var _dbdea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\xe7\x37\xcf\x4f\x71\x86\xed\x41\xbb\x16\x17\xdf\x40\xe1\x02\x96\xd4\x05\x0b\x8d\xb6\x0d\x4b\xb2\x0d\x18\x1e\x90\xfb\x21\x27\x60\x65\x16\xb2\x4a\x03\x7d\x7b\x83\xff\xff\x2f\x76\x0a\x86\x81\xa3\x3b\xb9\x3b\x0e\xd7\x22\xb9\xc8\x60\x30\xde\xf1\x87\xbf\xfd\xfb\xbf\xfb\xfb\x5f\x7e\xfe\xeb\xd7\x1f\xfe\x97\xdf\x7e\x7d\xfc\xc3\xeb\xaf\x5f\xef\x9f\x7f\x79\xfe\xf6\xfa\xcb\xaf\xff\xfa\xdb\xe3\xf5\xb5\x5f\xff\xfc\xf3\x2f\x3f\xfd\x94\xee\xaf\xe7\xcf\x8f\xbf\x06\xa8\xff\x1e\xff\xb2\xfe\xfc\xd3\x4f\xe7\xfd\x7f\xf8\xb7\xbf\xfc\xf5\xf5\x2f\x7f\xff\xcb\xfb\xd7\xaf\xec\xe7\x9e\xff\xfa\x67\x9e\xfd\xfa\xfa\xc3\xff\xfa\xfa\xe7\x9f\xff\xf2\xd7\xdf\xfe\xed\xeb\x3f\xfd\x0f\xcf\x5f\xf7\xeb\xbf\xfb\x7a\xbe\xde\xe7\xef\xff\xf3\x6f\xcf\xd7\x6f\x3f\xff\xf2\xcf\x5f\xff\xe9\xbf\xfe\xfa\xdb\x6b\xa5\x4f\xc3\x3f\xfc\xeb\x9f\xff\xfc\xff\xbc\xfe\xe5\xf5\xcb\x5f\xbf\x92\xfe\xf6\xfa\xe5\xa9\xff\x7f\xfa\xc3\xdf\xfe\xb7\xf5\xe7\xff\x69\xfd\xcb\xeb\xeb\x0f\xff\xf4\xcb\xcf\xff\xf5\x1f\xfe\xf3\x3f\xfd\xe3\x9f\xc6\x7f\xfe\x1f\xd5\xa8\xb6\xff\xed\xf5\xdb\x5f\x7e\xfe\xf5\x97\xaf\x94\xfe\xfb\xeb\x1a\xbf\xff\xfd\x1f\xff\xed\xcf\x2f\x3a\xfb\xe9\x0f\xff\xc7\x3f\xfd\xfd\xdf\x7d\xfd\x9f\xe9\x2b\x5d\x5f\x77\x2d\xa9\xfc\x5f\xfc\xfd\x7f\xff\x6f\xbf\x3e\x5f\x5f\x97\xa1\xe2\x0f\x78\xfc\xfa\x7c\xfd\xe5\xcf\xeb\xf1\xfa\x6d\xfd\xf2\xcf\xaf\x9f\xbe\xbe\xfe\x78\x5d\x3f\xbe\xfc\xef\x8f\xfd\x4f\x3f\xce\x5f\xfe\xf6\x1a\xfc\xed\x8f\x7f\xf7\xa7\xbf\xf1\xdf\xfe\xcb\x35\xf8\xeb\x1f\xff\xcb\x9f\xfe\x26\xfe\xfa\x27\xfd\xf5\xfc\xfd\x8f\x7f\xea\x7f\xc3\xdf\x5f\xbf\x3c\xff\x3f\xa3\xfc\x94\x3c\xf8\x2f\xbf\xfe\xf5\xf9\x7a\xfb\x6f\x1a\xf7\x8f\xe9\xfd\xe3\x2b\x9d\x37\xfe\x7d\xd3\x4f\xe9\xba\x98\xed\xcf\xcf\xc7\xff\xbd\x7e\xfb\xe9\x8f\x8f\x7b\x5d\xe7\xc9\xf3\x23\xfd\xf8\xba\xaf\xa1\x9f\xe5\xc7\xd7\x9d\x8a\x7e\xf6\x1f\x5f\xa9\x56\xfd\x1c\x3f\xbe\xd2\xd5\xf5\x73\xfe\xf8\x9a\x7e\x74\xfd\xf8\x6a\xcd\x3f\xf7\x8f\xaf\xd4\xdb\xf9\xb9\x4f\xa7\x59\x7f\xdd\xe9\xfc\xbc\xf4\xb3\xfc\xf8\x4a\x73\xea\x67\xfb\xf1\x75\x17\x8d\xb0\xcf\x08\x97\x7f\x8e\x33\x05\xf7\x30\x7f\x7c\x8d\x72\xeb\xe7\x19\xa2\x6b\x0a\x5b\x43\x68\x0a\xfb\xf1\xe3\xab\x57\xcd\x7c\x3f\x7f\x7c\xf5\xe2\xd1\x5e\xe7\xaf\x7e\xed\x7d\x3a\x3b\xa3\xe5\xd1\xce\x24\x4f\xbf\x79\x5e\xe7\x67\xd7\xcf\x33\x70\x4e\xfa\x39\xce\x10\x59\x3f\x5f\xe7\xa7\x9f\x7d\xff\xf8\xea\xfa\xb6\xbc\xda\xe9\x57\xaf\x9d\x6f\xeb\x55\xfd\x6a\xea\xf9\xd6\xcf\x71\x9e\xd5\x6b\x9a\x43\x3b\x0f\x94\x99\xce\xb3\xa7\x87\xb2\x34\x07\xfd\xf5\xac\x69\x6f\x67\x49\xca\x59\x9d\xde\x92\x7e\xde\x67\x60\xff\x35\x9f\xbf\xde\xfa\xa9\x7e\xb3\x7e\xbe\xcf\x03\xe7\xd9\x7a\x30\xa3\xb7\xa2\x9f\xe9\xfc\xf5\xd6\xcf\xfb\xfc\xb5\xea\xe7\xfc\xf1\xd5\xf9\xab\x96\x6f\xe8\xe7\x3e\x7f\x55\x0f\x53\xa3\xa9\x87\xa9\xd1\xce\xb7\x55\x4d\xb2\xfb\xe7\x99\xa4\xa6\xb3\xce\x52\x8f\x5b\x3b\xb0\x47\x3f\xab\x7a\xba\xd8\x53\xbb\x75\xeb\xe7\x3c\x3f\xf5\xc0\x5c\xe7\x67\xd1\xcf\x7d\x7e\x76\xfd\x7c\x9c\x9f\x97\x7e\x3e\xcf\xcf\xfc\xd3\x1f\x9f\xd7\x99\x7b\xba\xee\xf6\xd3\x1f\x9f\x69\xea\xf7\x59\xd7\xd7\x3d\xae\xb3\x4d\xb3\xf3\xbb\xfd\xf8\x4a\x29\x01\xec\x33\x97\x83\x5a\x82\xde\x82\x78\x70\xdd\x3f\xbe\x46\xbb\x80\xce\x3e\xdd\xa9\x01\x94\x1f\x5f\xa3\x8e\x1b\xa8\xfe\xf8\x9a\xf9\x8e\xb6\x26\xa8\x00\x1d\x14\xab\xd1\x74\xbe\x5c\xcb\xff\xba\x47\x3a\xeb\x3b\xea\xf4\x14\x93\xba\x2c\x15\x40\x4b\x54\x06\xd0\x99\x56\x71\x1f\x3e\x2b\xfe\x5d\x46\xfe\xf1\x95\x4a\x02\x38\x8b\x96\xdc\x41\x39\x9b\x50\xe7\x05\x70\x4e\x47\x75\x67\x45\xe7\x92\x29\x94\xf3\x89\x77\xe3\x31\xed\x56\x89\x96\x33\xef\xe2\x0f\x6c\x67\x77\x53\xbf\x00\xea\x39\x6b\x1d\x40\x5d\x47\xcb\xd9\x4c\x26\xdd\xb4\x9d\x35\x01\x9c\xb9\x15\x7f\x69\x3b\x2b\x39\x46\xe3\xb9\x83\xb2\x63\xb4\x0a\x74\x0b\x2a\x40\x59\x50\xbc\x57\x04\x31\xb2\x96\x68\x0c\x3f\xd9\x87\xfa\x1c\x15\xe8\x79\x20\x36\xab\x8f\xb7\x20\xda\xa6\x9e\x4c\x45\xf4\x0f\xba\xf5\xff\x43\xc9\xf4\xa8\xa6\x56\x19\x42\x8b\x30\xa3\x17\xcd\xac\x06\x24\x4a\xc4\x70\x87\x02\xce\xc4\xda\xf7\xb3\xdc\x33\xcd\x1b\xe8\x16\x94\x80\xb2\xa0\x0c\xd4\x04\x0d\xa0\xfe\xe3\x6b\x0a\xc5\x05\x0d\xb5\x4d\xa0\xa9\x36\xf7\x32\xce\xa7\x27\x90\x7b\x1c\x9c\x4a\x35\x5a\x0e\x7a\xd0\xe1\x38\x44\x6b\x74\x56\x61\x0c\xd1\xe1\x1b\xe0\x50\x62\x56\x72\x1c\x34\x1a\x9d\xbd\x1a\xe7\x88\xa7\x11\x2f\x09\x7d\xd9\xed\x71\x96\xf5\x4e\x9e\xfc\x38\x4b\x75\x27\xfa\xd3\xe2\x74\xce\xc3\x38\x27\x38\x75\x66\x71\x4e\x6b\x1a\xf4\x70\x68\x63\xca\xf1\xd8\x5b\xf3\xe3\x3b\x74\x8d\x80\x4a\x43\x07\xb1\xe7\x80\xe6\xf9\x2a\x3e\xf1\xdc\x17\xb1\xd6\x63\xbd\xce\x24\x68\xd1\xed\xc0\x51\x1e\xe7\x84\xa6\x11\x2d\x07\x67\x13\xef\x1c\x9a\x3b\xf2\x1d\x4d\x67\x7a\xdd\xdf\x3e\xcf\xf2\x8d\xca\x16\xcc\x51\xcf\x21\x9c\xd1\x36\xd4\xe6\xd7\xa6\x70\xaa\x67\xda\x84\x36\xfd\xce\x40\xda\x91\x02\xe0\x95\xb9\x81\x96\xd6\x93\x07\xf5\xc9\x39\x80\x43\xbe\x3e\x2d\xfe\x7e\xfa\xf0\x55\xc6\x02\xac\x51\xb4\x5d\x03\xa8\x0a\xea\x40\xa7\xff\x32\x1a\xd0\x16\xc4\x93\x4b\x33\xe1\x80\xaf\x25\x7a\x76\x65\xa0\xb3\x5a\x60\xc0\x3e\x8b\x3a\xf2\x7d\x01\x1d\x46\xe0\x72\x8f\x0f\xa3\x14\xdf\xf6\xf0\x87\x5e\x00\x9a\x56\xd6\x24\x67\x39\x28\x5a\xd3\x04\x48\x3f\xbe\x6a\xbe\x00\xee\x1f\x5f\xf5\x0e\xe0\x10\xad\xcf\x3b\x8f\xd3\x12\xc0\xf3\xc7\x57\x35\x05\x9b\x65\xbc\x0e\xd0\x01\xde\xe7\x9d\xdb\xc0\xd9\x87\x7a\x07\x70\xc6\xa9\x01\x9c\x71\x2a\xbd\x89\x38\x7a\xa5\x67\x39\x33\xad\xa6\xd6\xb3\x1c\xda\x56\x4d\xad\xa7\xc8\x66\xf5\x11\x9f\xe5\xd0\xb6\x9a\x03\x18\xe7\x9d\xe8\x60\x9e\xc7\xa2\x83\x75\x80\x68\xd9\xe7\x9d\x68\xd1\xf7\x44\x07\xe7\x7b\x0a\xe3\x9c\x8d\xaf\x85\xb9\x2d\xcd\x2d\x5a\x34\x37\xbe\xf4\xec\x4a\x2d\xac\xc1\x21\x08\xb5\x30\xce\xd2\x38\xd1\xa2\x71\xa2\x83\xb3\x3a\x85\x35\xd8\x1a\x87\xde\xb6\xc6\x09\x40\xe3\xd0\xc1\x39\x11\xb5\x30\xeb\xad\x71\xd8\xb9\xad\x71\x02\xd0\x38\x01\x68\x9c\xfa\x2d\x4d\x9d\x62\x2a\xaa\xb1\x64\x8a\x81\xa8\xc5\x80\x2e\x99\x9b\x9d\x6c\x3a\x0c\xbe\x14\x66\xd3\x61\xf0\x9d\x30\xdb\x59\xa0\x9b\x71\xdb\xa1\x99\xdc\xd7\xb3\x1d\x92\x79\xb3\x74\xed\x2c\xd0\x9d\xa3\x83\x73\xfd\xb0\x40\xbe\x70\x7a\x3c\x77\x2e\x9c\xd4\xe8\xe1\x2c\x4a\x6a\xd1\xa2\xb3\x34\x98\x9d\x88\xc6\x1d\xc0\x19\x09\x7c\x6e\x3a\x8f\xdd\xc4\x65\xea\x5a\x4a\x2d\x9a\x0e\x39\x69\x31\xae\x08\x9c\x89\xcb\xd4\x85\x75\xa7\x01\x20\xea\xd9\x01\x74\x32\xcd\x5b\xcc\x7e\xce\x58\xf2\x75\x3d\xbb\xa8\x76\x8b\x96\xf3\x85\x77\xf4\x70\xbe\xf0\x8e\x1e\x44\x57\x46\x40\xe2\x40\x62\xd8\x43\xc2\x5b\x0e\xe8\x10\xe0\x96\x00\xce\xd1\x36\x2f\x30\x75\x19\x8d\xde\x2b\xd0\x5b\x6f\x79\x16\xe3\x10\x99\xc4\x61\xd4\xb5\x92\x38\x8c\xe3\xf4\x77\x83\xc9\xbe\x1f\xd8\xdc\x21\x86\x0d\x44\xd4\x25\x30\xef\x3b\x20\xbd\x44\xdf\xe7\x16\x98\x37\x47\x6b\x78\x5c\x76\x7e\xea\xa2\x03\x7f\xa7\x2e\x3a\x4e\xd0\x34\x4e\x04\x70\xa4\x0d\x08\xc7\x3c\x87\xe6\xe6\x74\x4f\x21\x08\x47\x70\x1a\x41\x26\xc0\x99\x5e\x8d\x96\xc3\x51\x42\x38\xa6\xa6\x50\xa7\x7b\x78\x1c\x92\x30\x1a\x24\xea\x21\xfa\xdd\x20\x65\x8f\xb3\xd9\xa3\x5d\x7e\xf2\xc9\x93\x9a\xed\x7e\x9c\xa9\xb7\xe2\xc5\xdd\x8f\x43\xb3\x5b\x1e\x01\x89\xed\xf2\x45\xba\x1f\x67\x57\x5b\x29\x01\x1d\x66\xbb\xf4\xe8\xe5\xf0\xdb\x5c\x41\xfb\x71\xe8\x5b\xb9\x3b\xbd\x9c\xd3\x53\x8a\x77\x65\x8b\xfc\xd6\x34\xe8\x45\xb4\x4b\xec\xbb\xa0\x73\xa4\xaf\xe8\xf3\x6c\x4c\x83\x97\xd8\x8f\xb3\x33\x79\x7e\xa0\x23\xb0\x94\x0a\x24\x32\xc5\x22\xed\x87\xe8\x54\xb9\x18\xe1\xac\x79\xb9\x6b\x40\xf5\xc7\x57\x01\xe5\xf6\xc3\x6c\xe5\x60\x66\x67\xd9\x3b\xec\xe3\x7e\x2c\xd1\x4e\xaf\xd9\x7e\x88\x8e\xb5\x19\x6d\x4f\xdd\x13\x31\xde\xfb\xc7\x57\xee\x93\xb9\x1c\x52\x56\x3e\xdf\x70\x4e\x74\x6e\xd1\xcb\x39\xd1\xb9\x8c\x78\x72\x9c\x2f\x6a\xd1\x76\x88\x56\xff\x40\xe7\x6b\xc7\xe7\xbd\x23\x67\x8d\x8b\x79\x8a\xa2\x55\xf6\xe8\xa9\xfd\x9b\xac\xc4\xf3\xe0\x5e\x19\x25\xda\xf2\x8f\xaf\x92\x4d\x23\xf7\xf3\xec\x6d\xb9\x7c\x12\xf7\xf3\x1c\x95\x32\x6b\x3c\xd9\xce\x7b\x29\x9e\xec\xc2\x89\x02\x74\xf6\x3d\x19\x39\xf7\xf3\x1c\xe7\x76\x8f\x18\x6f\xfd\xf8\x2a\x9d\x15\x7c\xea\x1e\x3f\x23\x7c\x47\x6c\xf7\xf3\x9c\xf6\x36\x7d\x9f\xed\xe7\x39\x90\x65\xf8\xd8\xed\xe7\xf4\x9d\x4c\x9b\x90\xa9\xf7\x80\x6e\x21\x0c\x53\x13\x32\xd5\xc1\x27\x9d\x2b\xb2\xc3\x85\x6f\xa1\x79\x1b\xa0\xc1\x53\x88\x96\x6e\x3e\xf0\x20\x5a\x9f\x2d\xc6\x5b\x12\xa5\xf9\x24\x5d\x8d\x10\xb9\xfd\x34\x12\x26\x96\x49\x48\x08\x8d\xda\xcf\x43\x1e\x7a\x2f\xf1\xde\x11\x5a\xaf\x58\x98\x83\x92\x79\x5c\xcc\xfa\x5c\x13\x2d\x5d\xf4\x72\x98\xa6\xfc\x19\xcf\xd7\x6a\x8f\xb6\x73\x00\xd3\x60\x84\x83\xae\xad\xc5\x46\x48\x34\x6f\x31\x97\x83\xa0\x65\x4e\xbe\xef\x70\x9b\xbd\x7d\x46\xd8\x67\xcd\x38\x10\xcf\x43\x42\x4a\x20\xe8\xf3\x20\x6f\xe9\x9f\x79\x1e\x8e\xa5\x5f\x31\x9e\x2e\x4b\x0e\xfc\x53\xb7\x72\x8f\xf1\x0e\xf2\xf6\x11\xf3\x94\xe0\xfe\x19\xe1\xdc\xd2\xa5\xd5\x78\xef\xcc\x7a\xc6\x5c\xb6\x50\xab\x45\xdb\x39\xe2\x29\xb3\xba\xfb\xf0\x24\x23\x76\xfa\x5c\xe2\x8d\x9b\x67\x3f\xcf\x81\x28\x35\x50\xf2\x1c\x88\x56\x02\x79\xa5\x20\x28\xbe\x61\xf6\x4b\x47\x20\xb7\x80\xce\x5a\x67\xd3\xfd\xfd\xd2\xa5\x8e\xcc\xb0\x5f\xe7\x40\xb4\x7a\xdd\x40\x67\xad\x67\x8b\x27\xeb\x39\x8e\x26\x99\xfb\x75\x0e\x44\x2d\xe0\xe7\xeb\x1c\x88\xce\xc5\xb2\x5f\x3a\x10\x63\x04\x34\xcf\xa1\x9e\xf1\xe4\x12\x93\x14\x6d\x87\x2c\xc2\x39\xec\xd7\x10\xbe\x7c\xfa\x7c\x4b\xed\xc0\xcc\xa4\xad\x29\x1f\xe8\x60\x48\x33\xa7\xb3\x5f\x87\x29\xcc\xa5\x07\x74\x70\x7e\x82\x3d\xaf\x83\xf3\x39\x08\xe8\xeb\xe0\x7c\xc9\xec\xca\xcb\xc4\x95\xf5\x7c\x1d\x66\xb0\xd7\x14\x4f\x4a\x9b\x95\x99\xcb\xc1\xf9\x36\x66\xb4\x1d\x9c\x1f\xb1\x12\x62\x08\xfb\xa7\xcf\xf3\x0d\x17\x3b\xfd\x3a\x38\x5f\x3f\x5f\x74\x70\xbe\x5f\xf1\x0d\x07\xcb\x5b\x1e\x01\x65\xed\x0a\x23\x88\x0c\xb7\xcc\x17\x1d\xbc\x2e\x29\xf3\x45\xe7\x2a\x6c\x35\x56\xf0\x10\xe5\x82\x86\x61\xbf\x44\x94\xb9\x68\xf7\x6b\xe9\x6c\xde\x01\x3d\xcf\x5a\x73\xde\x5f\xc2\x6b\xb8\xa2\xfd\x3a\x78\x5d\x7a\xac\xa7\xf4\x5a\x3d\xf3\xe4\x16\xbe\x5c\xf4\xb2\x35\xcf\xc1\xd7\x1e\xbc\xee\x3d\x70\xe9\xe0\x75\xaf\x33\xda\x9a\x46\x60\xd6\x62\x4d\x7f\xef\xf3\x60\x79\xbb\xe3\x49\xa9\xa8\x62\x1f\x0e\xce\x97\xd6\xe2\xbd\x7d\xf6\xef\x33\xde\xe3\x40\x66\x2e\xf7\xfb\x60\x72\x8e\x13\xfe\x16\x26\x4f\x4e\xe3\x5b\x98\x3c\xf8\xf6\xb7\x48\x7b\xfd\x40\x67\x75\x91\x22\xf6\x5b\xa4\xfd\x88\xbc\xdf\x12\xe5\xf7\x41\xf3\xd2\x5a\xbc\x28\x22\xf9\xe9\x74\xea\x56\x4d\x40\x87\xbf\xb8\xf8\xa4\xf7\x91\x81\x5a\xaf\x01\xbd\xf4\x11\x0d\x48\x24\x85\x23\xf7\x46\x0c\x0a\x48\x1a\x3d\x48\xd1\xfb\x20\x7d\xcf\xdc\xcd\xef\x83\xf4\xa5\xc6\x5c\x0e\xd2\xe7\x29\x34\xc8\xe3\x92\xf6\x40\xd7\x61\x1e\xd7\x94\x08\x2a\x6a\x73\xa0\xd3\x24\xe6\x30\x8f\xeb\x20\xe4\x90\x22\xf1\x40\x5b\x8c\xe3\x65\x28\x4b\xfb\xa5\x0b\xf6\x00\x8f\x1f\x5f\x33\x67\xf7\x51\x0f\x0d\x4e\x3c\x67\xf6\x50\x18\x90\xc7\x30\x83\x3e\x06\x90\xd9\xeb\x29\x68\x4a\x0b\x5b\x3d\xc3\x25\xad\x5e\x66\x52\xeb\xcc\x7e\x5e\x23\xa0\x97\x54\x6d\xee\x5f\x12\xed\xbc\xa6\xdf\x7b\x89\x03\x9a\x6e\xd2\x8e\xdf\x2d\x80\xb3\xe1\xba\xb1\x0e\x60\x1a\x00\x50\x45\xd4\x00\xa4\x7c\xad\x00\x87\xab\xac\x13\x40\xd7\x78\x01\x98\x3a\xfe\x00\x87\x16\x5c\x1d\xe0\xdc\xe1\x7d\x46\x77\x87\xd0\x26\xa6\x60\x8d\x32\x2d\x53\xf3\x89\x16\x31\x52\x0c\x24\xf5\x5a\xcc\x54\x94\xa5\x32\xaa\x08\x4b\x0b\xe0\x20\x8d\x26\x57\xf6\xf8\x77\x5c\xe8\x81\x84\x17\xda\x9c\x03\x9d\xab\x26\xb7\x80\x84\xa3\x3d\x9e\x3c\x1f\x65\x41\xf6\x40\x53\x12\x77\xb4\x89\x14\x8b\xac\x1c\x68\xeb\xf2\x6c\x40\x87\xa8\xa5\x8b\xd1\xa5\xbc\xbe\xb5\xad\x07\x3a\x87\xfe\x2a\xbc\x27\xb9\xdb\x0a\x9a\x03\xe9\x5a\xd0\xca\x1f\xe8\x70\x70\x43\x07\xf4\x40\x67\xf4\xdf\xdf\x3b\x04\xa8\x0d\x9e\x3c\xc4\xa9\xcd\x1b\x48\x7c\xe0\xb8\x02\x3a\xe7\x6c\xc4\x93\x07\xa9\x4a\x8a\x11\x74\x25\x0e\xd6\x45\x92\x45\xbb\xee\x09\x94\xc5\xcb\x16\xa0\xaa\xb9\x04\x74\xde\x9b\xe5\x06\x7a\x4a\x91\x90\x80\xcc\x4d\x46\x9f\x52\xfd\x27\xde\x3b\xdf\x97\xad\x3c\x3c\x90\xc8\xd8\xc8\x40\xf3\x23\x1b\x1c\x48\x1c\xea\x8c\x27\xcf\x99\x6f\x29\x9e\x3c\x67\x7e\x34\x46\x3f\xcc\x48\xae\x31\x9e\xd8\x8f\x1c\xdf\x60\x72\x7b\x05\x74\x56\xf7\xe2\xdb\xa7\x48\x6a\x4e\x8c\xb0\x35\xc2\xe5\x6f\x58\xe2\x73\x7d\xb9\x1c\xe8\x90\x38\xeb\x50\x0e\xa4\x33\x04\x4e\x48\xb7\x54\x6f\x56\x62\x89\xed\x2c\xcc\x73\x9d\x95\x68\x56\x50\x96\xad\x33\xdb\x2c\x5d\x1d\xe8\xe0\xa0\x25\xf3\x03\x89\xf9\x89\xd1\x0f\x86\xb4\xab\x30\xfa\xc1\x90\xd6\xaf\x0a\x74\x2e\xac\xab\xc6\x7b\x1e\x3d\x7f\x47\x7c\xcf\xa3\xe2\xc4\x3a\xdd\x1c\x8e\xb1\xb4\xd9\x80\x64\xef\x00\xe9\xa5\x12\xcb\xd6\x52\x1f\xa8\xca\x76\x13\xef\x9d\x25\x9c\x85\x4f\x92\x48\x23\x3b\x88\x20\x1b\x45\xa2\x97\x73\xd7\xb4\x16\x90\x48\xf8\x15\xe3\xbd\x8e\xc8\x76\xd3\x8b\x38\xb8\x04\x9a\x2f\x19\xa9\x2c\x06\x96\xbd\xa5\x3f\x8b\x11\xb6\x0e\x6e\x29\x05\xe8\x1c\xa4\x38\x80\xb2\xa7\xe4\xc1\x17\x6d\x09\x0e\x17\xcb\xbb\x87\x50\x84\xb9\x6c\x5d\x27\xa5\x7b\x79\xb7\x16\xbb\x80\x84\x5b\xc7\xf1\x8e\x11\x0e\xba\xf6\x40\xc9\x3d\xc5\x39\xe4\x0a\x24\x4e\x33\x45\x9b\xae\xaf\xc4\x78\x53\x48\x18\x33\x93\x30\x69\x95\x6e\xd9\xfb\x70\x2a\xc5\x86\x83\x03\x9d\x9b\xb5\x80\x68\x5b\xfc\x78\xe1\xb0\x6c\xf1\xc7\x23\x33\x33\x59\xb5\xe6\x1d\x50\x13\xba\xde\x40\x5d\xdf\xc7\x78\x3a\xd4\xa5\xb9\xcf\xc7\x59\xb3\x72\x71\x58\x1e\x32\x67\x35\xd6\x13\x21\x9b\x23\x20\x21\xbb\x5c\x35\xda\xce\x2a\x5d\xcc\xf3\x71\x50\xb9\x5c\x2d\x03\xbd\x25\x48\x7b\x9e\x0f\x5d\xba\x17\x08\x2a\xe1\x7c\x7c\x20\x71\x46\x13\xd2\xf7\x10\x1f\x3f\xa3\x4d\xfb\x5e\x26\x23\x88\xa7\xe9\x39\xda\x96\xf6\x21\x20\x69\xdc\x4a\x03\x3a\xa4\xa1\x64\x43\x4f\x5f\x5c\xe0\x8b\x05\xcd\x04\x99\xb2\xa0\xe9\xfb\xae\x58\xd0\xec\xb5\x44\xdb\x53\x82\x66\x40\x2f\x3d\x79\x03\xbd\x45\x16\x79\x4f\x07\x77\x40\x08\x25\x2f\x36\xdb\x16\x0a\x32\x61\x4b\x1d\x68\x8a\x34\x54\x20\xad\xee\xa7\x97\x73\x54\x53\x0f\xe8\xa1\x4b\xd5\x7b\x24\x59\xab\x57\x76\xd3\x52\xd2\x00\x3f\x25\x25\x95\x39\x02\x12\xaf\x9e\x19\xcf\x27\xe7\x0e\x48\x3c\x77\x7c\xdf\x21\x68\xad\xb0\xef\x92\x68\xea\xcd\xb9\x95\x0c\x53\x3b\x2b\x28\xa9\x25\x97\x1e\x90\xae\x27\x70\x42\x72\x4a\x29\x5c\x79\x92\x4c\x7a\xfe\xbc\xb7\xce\x89\xcb\x13\xe8\x60\x4f\xbd\xa2\xed\x29\x85\xc6\x0d\xe4\xf5\x04\xd2\x0a\x66\x4e\x8e\x65\x8a\xca\x8e\x89\x41\xe9\x57\x89\x27\xcd\xbd\xd2\xa7\x6e\xf4\x1c\x4f\x8a\x86\xf4\x16\xd0\x5b\x12\x37\x4f\x8a\x93\xce\x8d\xaf\x35\x9e\x15\xc6\x3b\x2b\xd1\x2b\x27\x55\x3c\x50\x0e\xe2\x2a\x26\xa8\xc7\x45\x66\x2e\xa8\xb3\x2e\x66\x69\xe2\x74\x98\xa7\x99\xec\x98\x58\xd2\xd6\xb9\x62\xcd\x76\xa6\xfe\xad\x9d\xad\x98\x0b\xcd\x0d\x14\x11\x17\xda\x3b\x37\xcb\x5b\xe2\x55\x65\xab\xdf\x53\x6c\x3d\x37\x8b\x98\x9b\x1a\xb7\xc0\x7b\x7a\x73\x81\x24\x26\x75\x38\x9f\xf7\xf2\x56\xd3\x8b\xc4\x96\xda\x02\x7a\x8b\x84\x31\xba\x74\x49\x83\xdb\xea\x7d\x10\xad\x4c\xae\x84\xb7\x45\x93\x58\x0a\x1d\xd5\x0b\x82\xfd\xd6\x51\x9d\x12\x46\xea\xb8\x24\x46\x78\x03\x0f\x64\xf4\x19\x40\x07\xcd\x7d\xff\x1e\xc8\x44\x39\xa0\x43\x32\xa7\x88\x56\x1d\x97\x94\x32\x43\x88\x56\xcd\x82\x97\xfb\xd3\xd6\x24\xd8\x32\x9e\xc4\x4e\x0b\xd9\x07\x5a\x42\x91\x68\x7b\x1c\xc2\xab\xf5\x3c\x90\x6e\xf8\x18\x4f\x44\xf9\x12\xd9\xa8\xe3\x3a\xab\xd4\xfd\x45\x07\xd2\xb7\x0b\x0d\x0e\xe4\x6b\x86\x11\xce\x05\x98\x3f\xf3\x94\x30\x39\x3e\x6d\x87\x5f\xab\x83\xd1\xe5\xd0\x71\x89\xe9\x3f\x90\x8e\x47\xcc\xec\x5c\x8e\xdd\xa8\x7c\xa0\x83\xd8\x16\x50\xab\xed\xe6\xd5\x0a\x8d\x3a\x92\x2c\x43\x33\x75\xa0\xae\xe3\x3f\x80\xce\x78\xed\x8e\x36\x6b\xce\x2a\x90\xd1\xdc\xf3\x4c\x26\x53\xa3\x01\x2d\x1d\x47\x46\x10\x29\xea\x17\xbd\x9c\x2b\x28\xb7\x8b\xb6\xed\x6f\xbf\x80\xcc\x89\x30\xfa\x39\x56\xcd\x96\xd9\x03\x9d\x83\x5b\x9a\x47\xbf\x87\xd4\x53\xb5\x01\x89\xc7\x4d\x37\x90\x76\x1a\x0c\xb9\xa7\x34\x98\xa9\x00\x0d\x69\x3e\x33\x90\xc4\xf1\xc1\x93\x5a\xb3\xbb\x05\xa4\x35\xeb\x8c\xa7\xcb\xf1\xaa\xb4\x6d\x5f\x09\xd1\x76\xbe\x3d\xc5\x08\xe6\xfa\x72\x3c\x69\x9c\xf0\x78\x59\x82\xed\x75\x07\x74\x30\x4b\x3e\x32\x82\x96\x2e\xf8\x09\x24\xdb\x5b\xe6\x49\x7d\xc3\x00\x27\xb2\x58\x88\x8b\x99\x65\x69\xc3\xaf\x1c\xd0\x12\x27\x79\x03\xbd\xb4\x63\x5e\xa5\xac\xcb\x3f\x95\x0b\xa8\x8b\x37\x2e\x40\xcf\x83\x9f\xac\x44\xde\x52\x09\x65\xc6\x13\xbe\x5c\x37\xef\x41\xe8\xdd\x56\xac\xba\x9a\x0d\x28\x89\x68\x65\x20\x09\x79\xec\x4a\x19\x62\x28\x5a\x01\x9a\xda\x15\x7f\xbb\x4c\x88\x2d\xa7\x04\xe4\x6f\xe7\x49\x31\x92\x95\x73\x54\x84\xf3\xb6\xdd\xd7\x61\x47\x9c\xca\xa9\x92\x75\xad\x14\x4e\x55\x91\x9a\x22\xe5\x68\x7b\x88\x86\x78\x9e\x72\xca\x69\xd7\x98\x40\x56\xb8\x05\x94\xc5\x45\x57\x20\x51\xcc\x7e\x03\x89\xec\x5f\xd1\x8b\x5c\x70\x46\x06\xea\xd2\x28\x7c\xcb\x29\x9f\x47\x65\xf9\x63\x41\xe5\x00\x94\x47\x09\x48\x3c\x52\x8a\x21\x0e\x4a\x16\x0e\x6e\x15\x62\xf7\x1c\x53\x3b\x62\x50\x61\x23\x2a\x7a\xe5\x0e\xf4\x90\xe2\xdc\x07\xa9\x1e\xee\xbb\x5c\xf1\x81\xe6\x01\xe3\xc9\x83\x06\x25\xc5\xe7\x1e\x02\xd3\x5a\x61\x74\x69\x68\xcb\x1d\xef\x89\xf4\xb1\x9d\x75\xfd\x6e\x30\x39\x90\xf4\x3e\x23\xfa\x7c\x8a\x14\x31\xeb\x25\xad\x61\x40\xba\x04\xac\x81\x38\x90\x50\x99\xcd\xad\xba\x47\x2f\x50\xa4\x6e\xf3\xdb\xf1\xa4\x67\xc6\x08\xd2\x33\x59\x2c\xaf\xa3\x0d\x99\x2c\x20\x0d\x4d\x9a\xcf\xc9\xc6\xb7\x73\xac\x7a\x62\xe3\x9b\x78\xb2\xda\xbd\xd6\x32\x8b\x96\x1e\xef\x9d\x63\x55\x3a\x57\x82\x1c\x6e\x9a\x7c\xe4\x0e\x64\x6d\x38\x87\xb3\x49\xfb\xd7\x59\xdd\xb6\x64\x42\x88\xf1\xa4\xab\x8e\xe3\x2f\xd3\x66\x1d\x7c\x51\x33\x82\xde\x01\x9d\x55\x8a\x7d\xe8\x42\xb4\x04\x21\x94\x69\xb2\xcd\xab\x00\x69\x1f\x3e\x6d\x5b\x68\x17\x6d\x67\xbc\x76\x45\x2f\x96\x0b\x3c\x97\x3e\xdd\xd6\x80\xcc\xdd\xd0\x8b\x94\x38\x17\x5f\x2b\x57\x9a\x6a\xcd\x67\x1d\x5d\xfa\xc5\xcf\xe8\xda\xb1\x0a\x09\xeb\x52\x42\x5d\x29\xda\x0e\x51\x4e\x5c\x8e\xfd\x90\x8d\x96\x38\x80\xfd\x1c\xc0\x1e\xa4\xb6\xcb\xf3\xaf\x55\xb7\x49\x5d\x82\x81\xad\xda\x99\xa6\x15\xc8\xa9\xcc\x9e\x35\x41\xc2\xa4\x2e\x69\x41\xa6\xac\x2e\xb9\x72\xf4\xb2\xc4\x57\x76\xa0\x97\xae\x74\x20\xa9\x44\x7a\xcf\x40\x5a\xf9\x3e\x80\xa4\x69\xe5\x1b\x86\xae\xdf\xc2\xba\x0c\xb9\x02\x5c\xd1\x8b\x4e\x40\xfb\x3c\x29\x85\xcc\x15\xd0\x4b\xdc\x29\xb3\xde\xfe\x22\x66\xa6\xab\xab\x73\xe2\xe4\x08\x53\x2d\x3d\x1d\x48\x66\xb3\xf8\x76\xe9\x56\xaf\xf8\x06\xcb\xa6\xf1\xb5\xd2\xad\xc6\x95\x37\xcd\x3b\x5e\x01\x75\x71\xa0\x17\x90\x67\x96\x80\x4c\x43\x3a\x90\x30\x72\x06\xf4\xd4\x39\xf2\x4a\xcc\x69\xac\xa3\x4f\x29\x87\x52\xca\x40\x62\x9f\xc0\x10\xa9\x4b\xca\xe0\x2a\x91\x0f\x4d\x2d\xe0\xc4\x3c\xab\xd4\xca\x60\x2e\xf6\x33\x85\x2e\x4d\x58\x40\x7f\xd1\x94\x0d\xe6\xd3\xa6\x8b\xf3\x9a\xd1\xf6\x14\x0b\xc8\x3c\xc5\x45\xdb\xe7\xae\x8e\xa5\x6f\x9f\xcc\x7a\x49\x85\x66\xe5\xed\x81\xc4\x2c\xde\x09\xe8\xec\x58\xf4\xb2\x86\xec\x5d\x69\x7c\x4f\x94\xad\x2f\xe9\x2c\xe8\xb2\x01\x83\x03\x2f\x2d\x08\x16\xe0\x03\xc9\x5e\xca\xed\xb1\x44\x1a\x0a\xe4\x5b\xbe\x3f\xc5\xa2\x7f\xb5\xef\x4f\xb9\x38\xf0\x4b\xcb\xd4\xe1\x9f\x96\xc8\x46\x6a\xf1\xe4\x16\xa7\xc5\x93\xb2\x97\x76\x8e\x8e\x94\x12\xb9\x81\x06\x5b\x5a\xb3\x09\x31\xd8\xbe\x91\x40\x2d\xa9\x28\x5a\x70\x14\x5b\x4b\xd1\x73\x40\x5a\x8a\xe6\x0d\xdc\x22\x7d\x0d\x54\x96\x52\xa2\xc4\x8d\x2b\xa5\x44\xbb\x21\xfb\x52\x43\xe4\x9a\x18\xef\x70\x4c\x65\x70\x09\xc8\x6d\xb4\xcf\x1e\x4f\x4a\x24\xe3\xfb\xf6\x21\x30\xa5\x72\xa7\x4b\x45\x51\x7a\x8c\x7e\x2e\xa4\x5a\xb8\xb7\xa5\xb0\x68\xb1\xd6\x9b\x35\xa3\x17\x99\xe9\x26\xa8\xb5\x0f\xc2\x94\x02\x67\xb7\x39\x48\x8c\xa0\xa3\xf3\x99\xe7\xd6\x11\x80\xa0\x6d\x71\x61\x63\x06\x24\x63\x2d\xc8\xf4\xd0\x0a\x56\x88\x8f\x7c\x04\xc6\x95\x02\x12\x4a\x72\x1d\x3e\xcc\xf1\x72\x05\xa1\x94\xe0\x82\x78\xa0\x65\xcd\x40\x4d\x86\xdc\x80\x64\xba\x85\xf4\x3d\xc4\x73\x36\xbe\x5d\x96\xff\x16\x87\xec\xb1\xc4\xe7\x41\x40\xe5\x07\x90\x2b\x3b\xfd\x10\xf1\x49\x90\x86\x87\xc5\x51\xe4\x9e\x87\x88\x48\xec\xa6\xec\xeb\x25\x71\xc5\xca\xbe\x9e\x27\x1c\xd3\xd3\x82\x39\xfc\x8c\x54\x1b\x3d\x71\x1c\x65\x5f\x6f\x41\x24\xa5\xda\xa8\xc1\xd1\xdb\x86\x6e\xb3\xd9\x81\x24\x13\x71\x70\x6d\x43\x9f\x57\x3c\xf9\x94\x7e\xdb\xdf\x20\x65\x46\x4d\xe0\x84\x8c\xdf\x6d\x80\x67\x4f\x79\x33\x87\x2c\xf5\xb4\x6c\xca\xf9\x93\xb9\xbb\xa4\x12\x6d\x4b\xc4\xa7\x03\x3d\x3e\x5e\x16\x07\x7a\x89\x60\x33\x9e\xd6\xb3\x21\x01\xca\xe0\x9c\x47\x0d\x48\x6c\x57\x65\x04\x29\x8e\x46\xac\xcb\x96\xfe\x9e\x9d\x7e\xca\xa4\x76\xc7\x78\x47\x46\xc9\xa5\x45\x9b\xce\xca\x8c\xf7\xba\x70\x90\x11\xb6\xb5\xe4\xf1\xe4\x5b\x27\xce\xbd\x48\xed\x51\x07\x58\x20\x93\x68\x0d\xa6\x4f\x4a\x89\xd2\xc0\x3a\x99\x36\xfb\x6c\x03\xe8\x2d\x7e\xd4\x7d\xda\x44\x19\xec\x85\xcc\x90\x39\xce\xdf\x0b\xf3\x3a\xef\xc9\xc7\x63\x42\xa5\x6c\xa6\xab\xec\xa6\xd5\x10\x17\xd8\x6a\xc3\xca\xcd\xe5\xf1\xb6\x0c\x5d\x0a\x90\xd4\x9c\xac\xa0\x6c\x2b\x4d\x8e\xe4\x82\x24\x67\xc1\x7a\x48\xb7\x50\x1b\x18\xf9\xb6\x62\x13\x36\x16\x4d\x43\x8b\xb6\xad\xf7\xfe\x03\x44\x59\xca\x85\x76\xf1\xb9\x6f\x69\x91\x6f\x96\xf0\xad\xe3\x31\x63\xda\xd2\x29\x77\x88\xd6\xdb\x0b\x13\x13\x3d\x84\x37\x77\x0e\xd2\x5b\xf7\xd3\x84\xe7\x7c\x8b\xf0\x06\x2a\xbf\xe5\xe1\x57\xaf\x78\x52\xc7\xff\x03\xbd\x45\xe8\x19\x4f\x3c\x52\x89\x99\x29\x38\x20\xb8\xf6\xf7\x96\xe7\x25\x88\x26\x45\x47\xbb\x21\xe6\x56\x6d\xf0\x0d\x53\x86\xc0\x81\x40\x38\xaf\x61\x44\xeb\x40\x8e\x53\x88\x36\x99\x55\xbc\xbc\xf3\x92\x76\xa8\x59\x82\x98\x97\x6f\x78\xdf\xe2\xd3\x8a\x0e\x7b\x0c\x1c\xe8\x25\x64\x0a\xe8\x2d\x44\x6b\x86\xa6\xbe\xa1\xd2\x8b\x39\xa6\xc4\xcc\x74\xfb\xcf\xca\xe8\xba\xfd\x5b\x66\x74\xa1\x64\x1e\x3c\x29\x94\xb4\x09\xeb\x40\xe6\x21\x98\x8b\xed\xdd\xd1\x8b\x64\x86\x66\x64\x9a\x97\xd6\xe5\xaa\x3c\xb9\x45\x78\x33\x73\x11\x41\xcb\x89\x95\x10\x31\x1f\x31\xba\xc2\x49\xe0\x9f\xe6\x25\x2d\xe4\x65\x49\x60\xca\xef\xbf\x58\xb7\x7f\x20\xc5\x8a\xf8\x12\x98\x49\xdc\xa2\xfd\x66\xeb\x54\x10\x43\x2f\x56\x35\xcc\x24\xb9\x67\xb0\xf2\x69\x59\x7d\xe1\x55\x4a\x96\x58\xbc\xd3\x33\x49\x6d\xc5\x31\x9e\x52\x58\x64\x2e\xa4\x99\x24\x28\x77\xe6\xa9\x40\x83\x6e\x23\xd9\x81\xb4\x2b\xac\xb5\xd4\x17\xcd\x3a\xc9\x03\x29\x64\xc5\x17\xd2\xbc\x25\xf3\x21\x33\xcc\x5b\xc6\x68\x44\xea\x79\xdb\xb3\x88\xfd\xbb\xad\x38\x62\x1f\x14\xf4\xd3\x8a\x49\xed\x54\x88\x4f\x9b\x85\x5e\x24\x9f\x0d\xd6\xec\x76\xd0\x8a\xc9\xdb\xbc\x1d\xb7\xc2\x1e\xdd\xf6\x53\xf1\x25\x37\xb3\xac\x23\x5c\x48\x33\x0f\xc5\xc8\x98\xf4\xcd\x2c\x89\x65\xf0\x5e\x06\x5b\x0b\xd0\x94\x9c\xc5\x7b\x3a\xc5\xb6\x41\x1f\xc8\x6b\xc6\x7b\x76\x5a\xe3\x8b\xa4\x86\xc8\xbd\xc5\x93\xc2\xdd\x18\x41\xbc\xa3\x5d\x3e\x0f\x24\x9f\x27\xb0\x5c\xaa\x86\x5e\x59\x25\xa9\x1a\xea\x0d\x9e\x15\x31\x45\xb0\x10\xf6\x70\x2e\x28\x1e\xec\xd5\x5c\xec\xaa\x58\xed\x47\x5c\xda\x00\x5a\xc2\xf2\x44\x9f\x3e\xe1\xbe\xac\x66\x91\xdc\x3a\xcc\x73\xce\x22\x76\x2d\x5b\x79\x32\xad\x32\x40\x25\x32\xa5\x24\xa8\x71\x36\xab\xfd\xc4\x18\x4f\xe1\x3c\xd9\x36\xab\x03\x1d\xe9\xf7\x66\x66\x15\x6b\x9a\xbf\xb6\x2e\xed\x18\x58\x2e\xe9\xb7\xd9\x00\x5f\xa7\xa4\xdf\x5c\x7d\x09\xcc\xa6\x6b\xa6\xdc\xd1\xd6\xb4\x66\xd1\x76\x2e\xd5\xdc\x0b\x90\x2e\xf1\x1e\x4f\xca\xff\xaa\x7e\xeb\x67\x5c\xa7\xc2\x4f\x7a\x02\x95\x9b\xf5\xa3\x2c\x4c\xd3\xdd\x35\x7c\xb3\xcc\x76\x16\x74\x20\x4c\xcd\x26\x8b\xab\x1d\xfb\xab\x5d\x8a\xfb\x04\x99\xe4\x46\xdc\x72\x62\x6a\x16\xb4\xcc\x15\xcd\x26\xcd\x66\xe2\x00\x36\x50\x39\x7a\x79\xc9\x1c\xe3\xd1\xbb\x78\x39\x6e\x63\xbb\xf4\xd6\xdc\x68\x93\x19\x6e\x72\x58\xba\x34\x94\x97\x6f\xd5\x69\x41\xf9\x6a\x01\x59\x73\xcb\x7b\x72\x6f\xbb\x41\xc2\x8e\xae\xd6\xdb\x22\xa1\xb6\x56\x96\xb7\x8b\x14\x0d\x10\x54\x62\x6c\x2f\x10\x9f\x61\x27\x2b\x8e\xe3\xb0\x37\xc8\x15\x90\x35\x86\x5e\x25\x39\xe6\xd6\x58\xa5\xe1\x50\x33\xdf\xdb\x73\x58\x5b\x9a\x18\x41\xca\x85\x06\x11\x51\xfc\x43\xef\xe6\xa2\xed\x82\x5b\x2e\x0e\x92\x2c\xd8\xe3\x62\xd6\x53\x2e\xe9\x09\x64\x92\xed\xb9\xcf\x80\x24\xfe\x4e\xd6\x65\xd9\xe1\x9d\xeb\x69\x59\x91\x63\xde\x7f\xae\x6d\x17\x8e\x0e\x24\x73\x13\x97\x87\x8d\xa3\x88\xf0\x53\x92\xc7\xb8\x40\xfa\x6d\x5f\x05\x48\xe6\xb6\x53\x3f\x84\x69\xdb\xda\xcc\x5c\x24\x41\xf4\x79\xf3\xde\x32\x87\xe6\x6f\x90\xe9\x32\x77\x50\x79\xcb\xe7\xc0\x71\x1b\x07\x32\xa1\xf7\xac\x1f\xe2\x75\x2a\xd8\xfa\xb0\x4e\x12\xa2\x2c\x6e\x3f\xcf\x1e\x4f\xea\xca\x83\xf4\x3d\x30\xdf\x79\x3c\xf9\x00\x37\xbb\xa2\x1c\xc8\x3a\xc2\x68\xd3\xc1\x05\xeb\xe4\x03\x5c\x12\xc7\xff\xdf\xfb\xf9\xd6\x29\x0f\xdd\x56\xe3\x49\x11\xbb\x38\x39\xf2\xbb\x6d\xb3\x04\x24\xf9\x05\x5c\xc2\x47\xd6\xdc\xe9\x94\x8f\x6c\x8f\xaf\x7d\x22\x0c\x5f\x40\xe2\xc5\x21\xae\xe6\xc5\xef\x14\xbd\xbc\x24\xc9\xf1\x1e\x46\xc7\x0a\x24\x25\x0f\xa7\x43\xee\x9e\xbd\xb0\xba\x4f\xb3\x56\x9d\x27\xc5\x65\x96\x18\x6f\xd9\xf5\x74\x02\xbd\x64\x7a\xf6\xf7\x89\xa7\xce\x2d\xbe\x61\x9b\x25\xa3\x97\x6d\xfb\x84\xd7\xda\x4e\x8e\x71\x5d\xc8\x08\x58\x82\x45\xb2\x0b\x62\xec\xf4\xcb\x11\x90\xec\x8a\xb8\xe1\x96\xd9\x3f\x39\xec\x65\xe4\x90\x69\x87\x3d\x07\xe0\xd5\x29\x8e\xb7\x0e\xb0\xee\x8d\x9c\x3c\x80\x86\x94\x6d\x15\x48\xae\xa7\x57\xb4\xbd\x14\xd8\xe1\xd1\x6d\x07\x43\x0d\x31\x65\x07\xab\x09\x82\x6d\x86\x30\x18\x9f\xb7\x4e\x47\x87\x41\x7b\x1f\x29\xa1\xc3\xc6\xce\xb7\xb0\x35\x08\xaf\xac\x5b\xe5\x82\x86\xbc\xe5\x34\x7a\xf9\x3c\xac\xcb\xb2\x5b\x9d\xdf\x12\xe5\x25\xb3\x58\x71\x4c\xc0\x81\x64\x64\x31\x49\x59\x97\x49\x91\x91\x77\x89\xaf\xcc\xf5\xd3\x26\xc2\x6b\x34\x58\xe2\x2b\x6b\xb7\x70\xba\x64\xd0\xea\x69\xf0\xa4\x75\x84\xd1\x8b\xfc\x7c\xbb\x8d\x25\x4b\x66\xaa\x3a\x6b\x3c\xb9\x84\x68\xd1\x26\x17\xac\x02\x24\x9f\x83\x69\x94\x5c\xd7\x56\x9f\x8d\x59\x9f\x45\x6b\x9f\x99\x49\xd0\xba\x3b\x73\xf1\xa1\xb6\xb0\xb1\xcc\xcb\x8d\x1a\xd0\xe1\x75\x2e\x1f\xea\x25\xc3\x54\xae\xe6\x44\x56\x72\xa8\x52\xb4\x49\xc8\x44\x03\xbb\x92\x84\xcc\xbb\x07\x24\xb4\x33\xaf\xb3\x64\xc2\xea\xa0\xf2\x4a\xba\x8d\x33\x5f\x9b\xc4\xcf\xd8\x63\xed\x40\x36\x0d\x31\x17\x5d\x10\x5c\x33\xcb\x06\xad\x39\x78\xcf\xba\xbe\xc1\x78\x22\x99\x68\x44\x57\xda\x72\xb7\xf2\x41\x5a\xf7\xb0\xd9\x36\xa0\x2a\x0f\xeb\x0c\x24\x2d\x6b\xa7\x4d\x6e\x86\x76\xec\x39\x90\x4d\x58\x15\xe8\x5c\x48\x33\x47\x9b\xfc\x75\x8d\x92\xeb\xb6\x5f\xaa\xb9\xf6\xa5\xc8\xd7\x92\x13\x7d\x2e\xf3\x33\x8c\xa7\x70\x26\x2c\x04\xcb\x21\xde\x36\x0c\x1f\x48\xde\x71\x39\xa0\x97\xf4\xb1\x86\xc4\x2d\xd6\xeb\xbe\x81\xce\x4a\x5c\xbe\xee\x57\x16\xd1\xb2\xe3\xd2\x81\x44\xe8\x59\x25\x19\xbb\xba\x43\x3f\x0e\xa4\x83\xcb\xba\x64\x7b\xc8\x9b\xcf\x5b\x8a\x05\x2f\xb1\xd3\x79\xda\x8e\x12\xbd\x48\xe5\xc3\x3c\x15\x1f\x5e\x50\xb3\xac\xac\xd8\xaf\x31\x18\x61\xed\x4f\xf0\xc5\x81\xe4\x60\xd5\xa3\xed\xad\xef\x63\x74\xe9\xb7\xd1\x7a\x2e\x73\xa0\x0e\x71\x38\x90\x02\xb8\x7a\x40\x62\x0c\x4c\xe8\x57\xc1\x45\xcd\xbd\x28\x2a\xae\x5c\x3e\xfe\xcb\x61\x71\x85\x2f\x52\x5c\x5c\x43\x1f\xbb\x1c\xfe\x16\x2b\xa1\xf8\xb7\x92\x66\x40\x0f\x59\x16\x78\x52\x16\x9e\xce\x7a\x2a\x6a\x9d\x90\x91\x03\xc9\xcc\x08\x9e\xc9\x80\xd6\x4b\x8e\x36\xf9\x8c\x70\x1a\x8b\x4d\x9e\x25\xda\x5e\xf2\x0e\xf2\x17\x89\xff\xad\x9d\xf5\x94\xa9\xad\x15\x73\xed\xcb\xfc\x2f\xfc\xe8\xaa\xf8\x76\x0e\x20\x5d\x4f\xac\x84\x2c\x5f\xc5\x31\xdb\x07\x92\xc3\xa1\x19\x98\x55\x2d\xe9\xcc\x68\xb3\x47\x87\xd7\xac\x4a\x52\x1d\x9c\x9c\xaa\xcb\x0a\x12\xbd\xaa\x03\x72\xa2\x4f\x61\x08\xb2\xfe\xaa\xe7\x84\x77\x54\x37\xab\xea\x4c\xc3\xdf\xaf\x6a\x55\x11\x27\x5c\x36\xb2\x7a\x47\x2f\x32\xbb\x07\xad\xab\x5e\x33\x56\x49\x96\xaf\x96\xdb\xf5\x3d\x51\x96\x59\xac\x55\x88\xb2\xcc\x62\xb5\x80\x30\x32\x8b\xd5\x04\xd9\xa8\x3b\x7f\xe2\x7a\x0e\x74\x50\x24\x81\x84\x32\x7d\x65\x74\xca\xab\x4a\x4d\x3e\x7c\x5b\xad\x66\xa7\x6a\x10\xbb\xe9\x96\x4b\x23\x20\x05\x35\x80\x14\x8d\x78\x27\x6f\x52\x13\xd9\xb8\x20\x29\xcd\x68\x67\xee\x74\xc9\xf4\x55\xe0\xd7\x56\xb3\xc6\x17\x02\x2a\xd3\x57\xcf\x6c\x84\x22\x01\xcb\x8c\xf7\x64\x3f\x47\x7d\xb1\x14\xbb\x57\x10\xbe\x57\x3b\xc7\xa3\xe3\x81\xb0\xda\xf6\xc5\xe2\x05\x55\x54\x5e\xb3\x5b\xdf\x81\xe4\xee\x4d\x2f\x32\x7d\xb5\xc2\x17\xc9\xf4\x55\x9b\x39\xa6\xa5\x70\xf3\x56\x3f\x90\xc5\xf4\x02\xa4\x18\xaa\x1e\x6d\x45\xbc\xdc\x04\x52\x9f\xa0\xa4\x25\x01\x34\x8d\x4b\x92\x40\x0e\x82\x66\x93\x19\xa2\xf8\x52\xe0\x5e\xc6\xcc\xb1\xba\xc5\xed\xc4\x3c\x85\x22\xd7\x07\x92\xdc\x53\xe2\x49\x65\x99\x88\xf1\xa4\x00\x9a\x1c\xa4\x6e\x57\xba\xc2\xcc\x1c\x16\xc2\x85\x6b\x2f\xe2\x9b\x03\x6f\x23\x19\x52\xd0\x92\x79\xab\x22\x52\xaf\x61\x9e\x93\x03\x3f\xe4\xb2\x1c\x97\xaa\xfc\xbf\x0b\x3e\x2a\x6b\x98\x83\x01\xcf\x14\x0a\x5e\x7b\x0e\xa8\x4a\xe4\x0c\x48\xa6\x2f\x66\x2d\x59\xa3\xc7\x05\x31\xc4\xbd\x5d\x1c\xd5\x29\x07\xc0\x0a\x29\x9a\x66\x36\x7a\x40\xba\xac\xb8\xb6\xa7\xa5\x43\xf0\x45\xb1\xd7\x35\xd8\x8b\x89\xe2\xc8\x23\x2c\x9b\x66\xc1\x89\x65\xfd\x2f\x47\x55\xd6\x98\x76\x43\x6e\x64\x63\xa9\x8d\xb9\xd8\x56\x82\x29\x71\x6d\xf8\xca\x0c\x24\x2c\xe0\x12\xdf\xd6\x73\x72\xa8\xb7\x94\x2e\x41\xde\xb6\x2f\x78\x0b\xd1\x6b\x5b\xaf\x1a\xbd\x68\x5d\x12\x17\xbc\xad\x07\x41\x86\xe5\xfc\x38\xae\x12\x6d\x0a\xc1\xe5\x02\x7c\x0c\xcb\xad\x40\xd2\x8f\x56\x08\xbd\x75\xfb\x37\x6c\x89\xb8\xfd\x8a\x8c\xb9\x9e\xe6\x5c\x19\xcf\x5c\x7b\xe1\xe4\x3c\xad\xb2\xab\xbc\x27\xa9\xb2\x83\x2f\x72\x1c\x6c\xe5\xf3\x9e\x08\x36\x27\x40\xe1\x63\x6d\x80\x4b\xd2\xae\xd7\x74\xc7\x7b\xba\x00\x3f\xbd\x3c\x25\x1d\x56\x20\x59\x71\x2c\xf3\x2d\x05\x7e\xe5\x38\xe1\x48\x09\x7c\x91\x1d\x0e\x5b\xf4\xa2\x6b\x06\x3b\xca\x72\x58\x56\x83\x16\x58\xd7\x5e\x59\x25\x49\x09\x35\xdd\xd1\xe6\x94\x2a\x01\xd9\x01\x81\x11\xf0\xe8\xf0\xae\x28\xf8\xa9\xdc\xed\xdb\x20\x91\xf3\x68\x97\x3e\xb6\x00\x0d\xa1\x48\x40\xe7\x46\x1a\xa0\xab\x44\x8f\x5a\x6b\x0c\xf1\x10\x2a\x0f\xa0\xb7\x5c\x72\x78\x4f\xe4\xe6\x82\xf3\x51\x4c\x53\x2f\x2c\x93\xfc\x0f\xfb\x84\x5b\x54\x4c\x53\x43\x97\xb9\x5e\x76\xc0\xbf\xa3\xed\x1c\x16\xb4\x74\xcb\x11\x4e\xe8\x63\x97\x23\x9c\x12\x8b\xed\x08\x27\xc4\xa7\x65\xc1\xa7\x42\x98\x5e\x0e\x1f\x8d\x85\xd1\xf1\xc0\x12\xbd\x64\x30\x68\xa8\xe5\x97\x0d\x06\xce\xec\x71\xa0\x87\x48\x66\xb4\xe9\x36\x86\xd7\x51\xc4\x51\x8b\x83\xf4\xb2\xfe\x70\x32\x33\x2b\x02\x20\x37\xf2\x8c\xac\x68\xe2\x96\x3c\x23\x33\x66\x95\xe5\xa8\xa2\x5e\xe2\x49\x91\x86\x98\xb5\xdc\x8a\x1a\x28\xf9\x1e\x16\xa6\x1a\xd0\xad\xe3\x18\x6d\x16\xec\x32\x90\xb9\xa9\x02\x24\xa4\x67\xad\x1d\x39\x84\x32\x6a\x49\xe8\xcb\x98\x2b\xd6\x5b\x39\x10\x52\xf4\x29\x3d\x60\xac\xb5\x03\x79\x1a\xa8\xec\x40\x11\xec\xee\xcb\x66\x8e\x7e\xc7\x93\xe2\x63\x2d\xe2\xae\xb7\x4c\x9e\xe8\x40\xd7\xdb\x6a\x24\x70\xe2\x6d\xd3\x1e\xeb\x62\x4b\x46\x8e\xf7\x24\x4b\x5d\x10\xb4\x37\x6e\x5a\x7c\xbb\xc8\x22\x66\xb1\xf5\xb6\xb7\x0e\x97\xe3\x5b\xba\x53\x04\xd0\x25\x2b\x47\x0d\x89\xec\x0d\x57\x1b\x23\x88\xf8\xc4\xac\x25\xa6\x07\x5e\xcb\xae\xd1\x10\x9b\x97\x1d\x31\x83\x77\x7c\x3b\xa0\x21\x66\xb6\x7f\x0f\x30\x3e\x90\x88\x96\x31\x6b\x5f\xe6\xf6\x7d\x19\x6f\x59\x32\x2a\xc2\xf7\xbe\xec\x25\x6d\xb2\xb8\x25\x7f\x36\xf4\xcd\xdb\xf2\xe7\x3d\xa3\x4d\x9a\xf7\x1c\x6d\xd2\xa7\xb7\x80\xa4\xcc\x30\xb1\xdb\xb2\x6b\x94\xbb\xc7\x78\xef\x4f\xb0\x73\xdd\x17\x32\x1f\x6d\x3a\x7f\x08\xfb\x5b\xee\x9c\x35\x67\x66\xad\x95\xbf\xfd\xed\xfb\x82\x9d\xe1\x3d\x69\x7c\x1d\x8c\x73\xa0\xf1\x09\xa0\x3e\x90\xa4\xe6\xc6\xac\x25\x09\x38\xdb\xca\x81\xe4\x53\xfc\x81\x74\xfd\x8e\x80\xe4\xa3\x12\xdf\x8e\xa1\xd6\x23\x24\x0b\xfb\x56\x2e\xec\x24\x09\xde\x91\xc1\x07\x3a\xe7\x88\xeb\x70\xdb\x2d\x93\x13\xb7\x91\x7e\x7b\xbc\x67\xbf\xe8\x09\x24\xa9\x72\xd2\xa6\x75\x41\x19\xb5\xe5\xb2\xd9\xd0\x29\xef\x24\xd5\x1b\x66\xbf\x9d\x96\xbd\x59\x1a\xd0\xad\x0b\x3e\x20\xab\x40\x2b\x90\x22\x21\x13\x23\xd8\x7e\x96\x03\x7a\x2b\x9a\xf3\x7b\x43\xdf\x96\x91\x85\x88\xf4\x03\xe9\x1e\xf5\x7d\xb8\x65\xf4\x28\xf8\x3b\x6e\xf9\x73\x36\x87\x0a\xd6\xad\x54\x68\x19\x01\x6d\x4b\x8c\xad\x0e\xc3\x3e\x90\xc8\x77\xbc\xb7\xcc\xd9\xf9\xe3\x95\xeb\xac\x20\xf4\x6d\x8b\xb8\x7d\x32\xde\xb6\x90\xd9\x80\xce\x91\x83\x28\x6f\x19\x4b\xaa\x23\xd9\x0f\xb4\xa4\x77\x64\x3c\xe9\x7f\xb1\xec\x6f\x9b\x4e\x2a\x4b\x28\xe1\xb4\x07\xda\x65\xf1\x5d\xd9\x84\x70\xcb\x04\x52\x3b\x68\x90\x1d\xb2\xc9\xf2\xe6\x6d\xdd\x62\x07\x92\x51\xe7\x0a\xe8\x29\xb1\xcb\xa3\x17\xdb\xeb\xcd\xdf\x6f\x65\x75\x29\x98\x01\xb6\x8d\x1e\xf8\x2a\xec\x62\x4e\xf9\x03\x15\xa9\x0c\x32\x90\x1c\xd6\x4a\x40\x0a\xfb\x60\x9e\x12\x47\x4b\x9d\xbc\x67\xff\xd1\xce\xe8\x36\xf4\xb1\xd6\x76\x62\x1c\xa0\x96\x9c\x18\x73\xb5\x21\x65\x4b\x94\x2b\x19\x04\x95\x8b\x61\x85\xb7\xda\x96\x97\xe2\x20\xd5\x65\x3d\xbc\xa1\x06\xf9\x1e\x40\x5b\xeb\x02\xe4\x70\x18\x73\x61\x1b\x67\x3d\xfa\x6c\x52\xcf\x38\xe4\xf6\x40\xf2\x25\x07\x0b\x9a\x9c\x0a\xaf\x8b\x27\xd9\xcd\x80\x1e\x12\xe8\xe9\x53\x02\x7d\x87\xbc\xc9\xcd\xae\x39\x03\x52\xdd\xdd\xbe\x34\x8c\xd7\xbd\x82\x77\x40\x4f\x09\xdf\x37\x90\x2c\x04\xec\x91\x9d\xee\x1a\xab\xab\xfc\x55\xb5\x82\x75\x5d\x46\x32\x9c\x26\xb7\x24\x8f\x86\xb7\xf3\x56\xfe\xaa\x3c\x7c\xe5\xed\x8e\x4f\xf8\x00\xd2\xca\xb3\xd6\x96\x3c\x2e\xbe\x5d\x8e\x7c\x64\x76\x38\xd0\x2d\xf9\x85\xf7\x74\x02\xe0\xa9\x77\x17\x0e\xc2\x0a\xec\x2e\xed\x65\x8b\xf1\xac\xda\xf8\xf4\xf9\xfa\xe4\x87\xa8\x7b\x38\x58\xdd\x06\x73\xe2\x1e\x2b\xe4\xc6\x6e\x7d\xe8\xa9\xb7\xf3\x5d\xe1\xc5\x4f\xfc\x22\x5e\xfc\x8e\x51\xec\x4e\x21\x50\x1d\x95\xd8\xaf\x14\x90\x7c\x07\x26\xbd\x48\x3e\x8b\x0b\xc2\xf2\x0b\xae\x5f\x7b\xf8\x02\xe4\x74\x0c\x64\x6f\xef\xdf\x90\xe9\xb9\xc6\xe8\x3e\x63\xac\xae\xdc\xf3\x6a\xe6\xb2\x1a\x36\xdb\x36\x66\x26\xa7\x34\xec\x05\x5b\x49\x53\x1a\xf6\x90\x3d\x1d\xcc\xc1\xe9\x98\xf6\x2a\x62\xa7\xe5\xac\x57\xd0\xdf\x6f\x39\xe4\x75\xf4\xcd\x7b\xca\xf7\x0a\xef\x2e\x47\x1e\xf6\xa0\x0c\x72\xb3\x2b\x33\xfa\x5c\x56\xf1\x32\x9e\x4c\x82\xa8\xb4\xf6\xfc\x77\x99\x39\xaa\xa3\x12\x3b\x9e\x43\x7b\x5a\x9b\xd0\x02\xea\x22\xf4\xdf\x1b\xfa\xf6\xd4\x7d\x8f\x7d\x72\x4f\x3b\x85\x0f\x86\x97\x40\x8f\x3f\xa0\x83\x1b\x4b\xdc\x41\x4a\x9c\xd5\x70\xd9\xde\xf2\xd6\xab\x08\xfb\x7b\xd9\x53\x91\x8f\x58\x76\x73\x07\xd1\x1c\x88\x18\x04\x66\x89\x53\xc6\xbc\xb5\x25\x02\xe6\x06\x19\x5e\xd3\xdc\x1b\x23\x40\x4e\x03\x32\xc9\x9c\x40\xe2\xb7\x2d\x28\x3b\x82\x30\xe3\x12\x17\x31\x83\x1c\x96\x85\x4d\x97\xf1\xc4\xf9\x64\x90\x69\x39\xfe\x0d\xa4\x58\x22\x1b\x88\x80\x5b\xce\x7a\x0d\xd1\x78\x5b\xe4\xcc\xdc\xa3\xdb\x56\x71\x78\x08\x3b\xe4\x39\x12\xb0\x12\x41\x58\x40\x9f\x3d\xed\xa6\x45\x2f\xb2\x0c\x3b\xaf\x5e\x75\x94\x60\xa9\x90\xd3\xed\xe0\x8a\x1e\xef\x6d\xdd\xe2\xf1\xa4\x9d\x9a\x18\xc1\xf9\x0c\xe0\x59\xe4\x74\xd7\xd1\xae\x3b\x4a\x30\x07\xa1\xdf\xf2\x5a\x2e\x31\x6b\xa1\x4f\x8a\xf7\xb4\x12\x13\xd2\xa0\x48\xc0\xd6\x53\x3c\xa9\x5d\x01\x95\xe5\x74\xd7\x71\x4d\x74\x5c\x60\xc5\xe8\xe1\xc4\x3c\x25\x46\x57\x5c\x60\x0f\x3e\xc1\xd1\x7e\x9d\x6b\x5b\xf1\x7d\xd5\x61\xee\x07\xca\x9f\x24\x33\xd5\xc9\x77\x1a\x7e\xe6\xfb\x61\x11\xb7\xc6\x93\xc2\xb3\x1e\xbd\x28\x28\xb9\xc6\x7b\x52\xb3\xb0\x47\x32\xca\xb5\x1e\x7d\x4a\x0a\x0a\x7e\xed\x21\xb3\x34\x12\xa0\x93\xe8\x94\xc4\x31\x56\x32\x9c\x1a\x2b\xff\x90\x6e\xbf\xb2\x66\x8a\x27\xcc\x41\x52\x14\x4f\xd8\x63\x5d\x1c\x17\x58\x2c\x5d\x38\xe5\x4c\x8e\xd3\xa1\x3c\x32\x05\x33\x9c\xa3\x04\x4b\x90\x5a\x65\x80\x29\x09\xee\x4d\x22\x7c\xef\x30\x1b\x4f\xcc\xee\x1d\x48\xdf\x07\x9e\x29\x3f\x4b\xc7\x60\xe7\xac\x2b\x75\xf2\xed\x4f\x9d\x87\x3b\xc7\x93\xd2\x0d\x73\x09\x60\xcc\xeb\x01\xd9\xcf\x3c\x20\x9b\x82\xa3\x4f\x79\x46\x71\x72\x24\xd0\xf7\x2b\xe6\x29\x81\xfe\xe2\x4a\x90\x83\x5c\xc1\xa8\xba\x9f\x5b\xf1\x8b\x85\xb9\x38\x31\x6c\x7c\x83\x24\xc0\x04\x71\x75\x4e\x14\xfc\xf6\xc9\x89\xd2\x39\x0f\x08\xfb\x9c\xe9\x97\x19\x1f\xce\xa6\x62\x06\x7b\x5c\xf0\x8e\x19\x6c\x5c\x48\x2f\x13\x5e\x56\x57\x19\x4b\x6a\xe6\x6b\x5f\x0e\x13\x62\xa7\x5f\x0e\x08\x83\x25\x93\xcc\x5e\x72\x8b\xf7\x24\x25\x80\x05\x92\xd9\x6b\xb0\x4f\x2f\x5f\xf0\xb0\x79\x32\x4f\x16\x14\x40\xfb\xa5\xeb\x1e\x4f\x1e\xe7\x05\xe9\x48\x5d\xe4\x05\xb9\xfa\xf7\x86\xbe\xfd\x12\x07\xd3\x4a\x74\x6a\x81\x82\x6e\xec\x50\xcd\xb1\x52\x4a\x8f\x72\x37\x96\x69\x3b\xda\x88\x4f\x12\xef\x38\xd9\x32\x5b\x47\xe3\x40\x48\x88\xee\x84\x0d\x6c\x09\xca\xe5\x82\x9c\x3a\x53\x46\x81\x9f\xb1\x97\xdf\x8d\xc8\x22\x61\xb8\xc5\x56\x3b\x4a\x30\x5f\x01\x1d\xd2\x90\xa3\x17\x99\xf6\x12\x8b\xf6\xb6\x46\xdb\x42\xfb\x7e\x1b\x0d\x24\xb8\xb6\x61\xc1\xce\x4e\xf6\x8d\x38\x3d\x1f\xf1\x46\x9c\x9e\x63\x9d\x9a\x63\xf1\x4a\xd1\x75\x71\x20\x65\x0c\x68\x40\xcb\xce\x7a\x01\x29\xc8\x5b\xbc\xf1\x81\x14\x93\x25\x91\xac\x39\xde\xae\x3a\xa4\xa0\x39\xde\xae\xfd\xde\x8b\x8d\x8e\x13\x48\xde\x9d\xb7\x67\x96\x1c\x38\xde\x33\xd0\xad\x3d\x0a\x48\xab\x7b\xdd\x40\x5a\xf9\xcb\x23\x24\x91\x7d\x1f\xea\x03\x39\x4c\x9e\x3e\xa7\xcd\x7e\x13\x48\xb2\xcd\x88\x27\x95\xbd\x40\x44\xab\x0d\x09\x68\x7d\x66\xda\x64\xf9\xb6\x7f\xc0\x81\x8a\x3c\x9a\x2f\x20\xe9\xef\x4b\xb4\x59\xbf\x16\xbd\x48\xa8\xed\x05\x48\xc1\x15\x6d\x00\x49\x8c\x6d\xd1\x26\x37\xad\xc9\xf7\x2d\x93\x6f\x20\xa5\xa0\xb5\x3f\x6e\x23\x32\x6f\x8e\x0a\x64\x15\x45\xb4\xd9\x8d\x29\xda\x14\x20\x92\xbd\x2e\xb7\xa4\x12\x07\xf1\x1c\x48\x3b\x7d\x15\x20\xf9\x8c\xd4\x80\x7c\x01\x36\x20\x25\xb1\x6a\x5e\x89\xdb\xfe\x01\xf7\x05\x94\xc5\xb2\x30\x82\xc4\xd8\x3b\x7a\x91\x62\xc5\x26\xba\x36\x94\x14\xbb\xd9\x3b\xb7\x39\xf6\xaf\x9a\x1f\x6d\x8e\xfd\x2b\x37\xeb\x72\xe3\x91\xc3\x78\x4e\x15\xd5\xf9\x3e\xd9\x6d\xac\x54\x3a\xd0\x43\x24\x25\x20\xc9\x05\xec\x98\x8d\xa3\x3d\x35\x20\x91\x1b\x66\x6d\x73\xe8\x60\xc7\xb2\x35\xe8\x35\x20\xa9\xec\x2e\xde\xb3\x5b\x26\x78\x9d\x1d\xa5\xcb\x1e\x65\x47\xe9\x4e\x7f\xbb\x13\x63\x67\x76\x25\x4b\x2e\xb0\x82\xe4\x40\x4a\xe7\x55\xa2\x4d\xca\xcb\x2b\xda\x84\x83\x8d\xf1\xa4\x00\x2a\x9f\xf7\x74\xc2\xd9\x31\x67\x22\xad\xb4\x11\xfb\xc7\x3c\x2d\x9b\x0e\x4e\xb1\x64\xd3\x5e\x53\x07\xd2\x37\x4c\xde\xd3\x09\xe8\x1f\xc8\xb1\x7f\x3c\x29\x85\x85\x6d\x09\xcd\x31\x83\xb9\x26\x20\x4b\x48\xcd\x2b\x58\x08\x67\x9a\x40\x0a\x3f\x9f\x01\x39\xb1\x41\x05\x52\x0e\x3b\xd6\x5a\x66\xcd\x5c\xbf\xd7\x29\x9f\x47\xe5\xa4\x4d\x37\x4a\xc4\xd9\x12\x47\xb5\xda\x0c\x77\x25\xa0\xae\x43\x16\x4f\xca\x88\x34\xe3\x49\x71\x53\x35\xda\x14\x61\x97\x03\xd2\xdd\xc5\x31\x76\x22\xf0\x0a\x69\xa8\x8e\x5c\x6b\x01\x29\xc7\x3a\x48\x58\x71\x40\xf2\xb6\x38\x12\x30\x08\x4c\x35\x0f\x78\x33\xfa\xb2\xf7\x31\xbd\x38\xa9\x38\xe4\xb4\x5a\xc8\x6c\x1d\x48\x49\x5d\x58\xa6\xea\x5c\x1b\x20\x4c\xd5\xd1\xb9\xe3\x8b\x9c\x45\xa2\x07\x64\x2e\x9a\x3e\x39\x02\xf4\x29\x2e\x3a\x71\xac\x9a\x3c\x4d\x6f\x56\x42\x46\xce\x76\x5f\xd1\x26\x73\xc5\xbc\x80\xec\xe3\xe0\x11\x9a\x94\x0b\x85\x7d\x68\x36\x92\x31\x42\xb3\xa2\x23\x05\x24\x7f\x63\xe6\x22\x23\xe7\xb8\x20\xd8\x76\x62\x2c\x1c\xea\xb6\x6c\x5f\x9e\x40\x3a\x9c\x90\x4c\xb9\x2d\x66\x3b\xbd\x1f\x48\xc2\x37\x97\x80\x1d\x15\xdb\x07\xd2\x45\x0d\x82\x2a\x35\x6a\x0f\x92\xe9\x28\xc1\x99\x02\x5a\x72\xda\x62\x3c\x23\x61\xf2\x17\xc9\x54\x5a\x94\x86\x5d\x90\x82\xb5\x47\x06\x12\x31\x67\xe5\x6d\x38\xcd\x5c\x02\xdd\x19\x92\x5a\x3c\x69\x25\x01\x7d\x92\xbd\x0c\x48\x33\xb3\xf1\xb7\x39\xda\xaf\x04\xb6\x5a\x11\x30\xb9\x46\x1d\xfb\xd7\x59\x5d\x47\xfb\x5d\x23\xa0\xf3\xed\x81\xad\x36\x6b\x66\x8e\x9c\x63\xff\x0a\x44\xc4\xe9\x90\x6e\x56\x5e\xf1\x7d\xa4\x8d\x6c\x8e\xef\x2b\x23\xc5\x93\xe7\x70\x36\x70\xd0\x09\x90\xe2\x04\x28\xf6\xaf\x65\x70\x77\x4c\x67\xe3\x0d\x48\xa4\x0f\xc2\x3b\x14\xd8\xd5\xd9\x5b\xab\x1a\xec\x33\xd2\x9c\x4e\xbb\xab\x18\x82\xa0\xb7\x1c\xeb\xe8\xc5\x8a\xc6\x98\x0b\xb5\x14\x2a\x90\xf4\xe9\xac\xbc\x22\x01\x5b\xab\xcc\x53\x19\xb7\x2e\x4e\x87\x1c\x38\xcb\x0d\x73\x63\xa3\xea\xb8\x02\xf2\x39\x62\x04\xe9\x86\xad\x0d\x6e\x63\x5a\x99\x08\xe9\x9b\xf6\xc3\xe6\x82\x90\x72\xa1\xda\xa7\xa9\x39\x7b\x76\x1f\x10\x3b\x99\x5f\x6b\x02\x0b\xa6\xed\x59\x23\xde\x73\x2c\x2c\xef\x39\x18\x67\x34\x20\xe5\xe1\x80\xf0\x4e\xbb\x2a\x40\x4e\xa7\xd5\x48\x5c\x9c\x4e\x79\x94\x62\xf4\xed\xf1\x6e\x20\xf9\xa8\xd4\x80\x64\xe1\x01\x43\x96\x63\x76\x99\x8b\x34\x06\xdd\x8e\x8a\xcd\x31\x7c\xb9\x95\x80\x74\x1a\x61\xc9\x14\xa6\x57\xe7\xf7\x39\xe6\x9b\x63\xf8\x6a\x8e\x21\x6c\x94\x83\xc0\x48\xb9\xd0\x55\x3c\x42\x90\x4c\x12\x23\xa0\x2d\xbe\xd2\x28\xe9\xa4\x43\x95\xa5\x58\x32\x0a\x04\xef\xb1\x2c\x02\x72\xab\x2e\x79\x3c\x34\x08\xd3\xf2\xc7\xe7\x80\x14\x72\x0a\xd2\x5b\x49\x90\x58\x7a\x45\xed\x95\x01\x61\xda\x76\x91\x81\x84\xa1\x32\x60\x3b\x65\xa5\x2e\xf3\x03\x39\x24\x73\x00\xc9\x98\x00\x61\xb2\x3a\x61\xc0\x69\x29\xda\x2f\x57\x38\x18\x29\x17\x7a\xca\x01\x29\x65\x4e\x8e\x27\x9d\x90\x88\xb9\x38\x08\x9a\x8d\x70\x24\xe0\x4c\xf1\xa4\x8c\x95\x90\x0d\x47\x02\x06\xd1\x52\x0d\x89\x32\x21\x7d\xdb\xc6\x27\x08\xc5\x96\x26\xae\x83\x30\xdb\xfe\xdb\x37\xef\xd9\x14\x05\x81\xd9\x0e\xbc\x98\x01\x49\x11\x10\x6b\xa6\xab\xa4\x73\x54\xb7\x9d\xe7\x7a\x40\x5e\x09\x8f\xf7\x70\x4e\x02\xbe\xe1\xe1\x60\x80\x32\x81\x6c\xee\x05\x72\xd6\x5f\xae\xed\x87\x2f\x39\x8e\xea\xc3\x33\x83\xd4\x3e\x5c\xe7\x84\x1d\x93\xaf\x6e\x9d\x2d\xda\x1c\xff\xd6\x80\xec\x1a\xe5\x36\xc7\xcd\x5d\x5c\x6b\x12\xfd\x7b\x85\x31\x70\x0a\xd9\x04\x21\x74\x0a\xd9\x09\x1f\xeb\x24\x40\x35\xde\x93\x8c\x72\x81\x91\x8e\x6a\x0b\xd6\x43\x1e\xb8\xb9\x82\x83\x4a\x79\x9a\x27\xe4\x5b\xa2\x78\x4f\x9f\x36\xb9\x93\x71\x01\x2a\x75\x69\x49\xe0\xa7\x45\xf1\x0c\xc9\x54\xfa\x9e\x5a\x21\x53\x18\xcc\x3f\x6d\x53\x6b\x96\x81\xec\xef\xe4\xf1\x2c\x44\xc7\x8e\xbd\xac\x17\xe7\x54\xd9\xf0\x3d\xc1\x4f\xa7\xe1\xf9\xb4\x21\x36\xd3\x8b\x7c\x91\x13\x98\x25\x53\x77\x2f\x90\x3e\x9b\xb3\x3b\x2b\xa8\xc4\x9b\xd9\x3a\xfa\x03\xc9\x58\xc9\x75\x61\x01\x7b\xde\xd1\x8b\x0b\xad\x18\x92\xb1\x39\x3b\xe8\xba\x39\x35\x61\xcb\x77\x40\xca\xc6\xc2\x09\x7f\x3b\x7c\x83\xeb\xc9\xe9\x04\x3b\x6b\xe6\x14\x82\x71\x72\x94\x4d\xa7\x0e\xd6\x45\x11\x6f\x3d\x4e\x2a\x19\x73\xb8\x0e\x15\x64\x96\xdb\x1d\x90\x5c\x21\xa3\x6d\xdb\x63\x85\x11\x48\x26\xc0\x08\xce\x33\x22\x3b\x58\x73\xd0\x57\x75\x08\x51\x23\xcc\x6b\xf8\xfb\xe6\xe5\x24\xc3\x57\x40\xf6\xf5\x0a\x48\xd7\xaf\xbf\x7d\x4a\x86\xae\xae\xbd\xd2\xa6\x8a\xb4\xb4\x19\x6d\x92\x00\xb9\xd2\xa7\x32\xca\x74\xf6\x68\xca\x00\x3a\xae\xeb\x7b\x4e\xd9\xf1\x5a\xdd\x81\x17\x6d\x26\x13\x5e\xf3\x41\x53\x56\xc7\x7e\x47\x9b\x1d\x90\x3e\x90\x0e\x60\xf5\xf0\xc9\x07\xd0\x22\xf5\xbc\x45\x32\xed\x6f\xdc\xe6\x6d\x63\x42\xe9\x40\xba\x04\x7c\x6f\x4f\x79\xcb\xb6\x44\x2f\xb7\x3d\x2a\x8d\x84\x53\xde\xb2\xc5\x99\xd9\x1a\xb1\x55\xd6\xfc\x1d\x48\xc9\xa6\x33\x23\x60\x64\x19\x40\xe6\xb7\x03\x7a\x09\xed\x78\xcf\x9a\xb1\xc6\x7b\x5b\xc9\xad\x27\xa3\xeb\xc8\xdd\xcc\x5a\xde\xb2\xed\xf2\x4d\xed\xd8\xaa\x62\xfd\xda\x81\x94\x60\xa6\x06\x24\x9f\x46\x1f\xb2\x99\x2d\x33\xf8\x9a\x99\xd9\x89\x4c\x67\x40\x32\xce\xf8\x00\xce\xac\xe3\x68\xa7\xb4\x03\x89\x13\xb9\x03\x72\x0c\x3d\x23\x48\xd7\x5e\x63\x2e\xcb\xa6\xd2\x09\x24\xcf\x85\x19\x90\x02\xb2\x2f\x7a\x91\x26\xd5\xaa\xa2\x03\x89\xdb\x9f\x7c\x9f\xfd\x6a\xe3\x49\xc7\x72\xc5\x5c\x24\x92\x0d\xdf\xf0\x44\x76\x95\xe8\xc5\x72\x81\x05\x5e\x57\xbb\x28\x5c\x41\x44\x7d\x15\x90\xde\x95\x23\x06\xe8\x4a\x19\x08\xf6\xaf\x38\x2c\xdf\x47\x67\x16\x2b\x72\x4c\x16\x5d\xe2\xa1\x0f\xf6\xaf\x58\x13\x7e\xc5\x7b\xef\x4f\x72\xf2\x36\x8b\x0e\x60\xf5\xa1\x76\x31\x87\x6c\xe7\xb9\xe6\x6a\x0e\x2d\x73\x20\x8a\x6c\x25\x0e\x78\x6d\x2e\xee\x90\x6d\x1a\x6a\x8e\x16\x2b\x5c\x41\x33\x4a\x45\xf9\x49\x25\x98\xc9\x9d\x75\xa9\x4e\x60\xcb\x09\x50\xf6\x97\x9a\x39\x9c\xf6\x96\x1d\x3d\xda\x74\xe0\xd9\x69\xfb\xc7\x4e\x30\x4b\x71\x65\xcd\x59\x55\x0e\xd4\x75\xe9\x54\x20\x39\x62\xb2\x2b\xd5\x7e\x44\xbe\xd6\x1c\x73\x56\x9d\xec\xe6\x40\x92\x04\xac\x5c\x98\x15\xd9\x86\x5e\x74\xa5\xdb\x8f\xa8\xcd\xaa\x4b\x07\x21\x7a\xca\x95\xb5\x39\x2c\xe9\x40\xf2\x39\xb8\x99\xcb\x76\x4e\xf3\x78\xcf\x17\x4b\xb4\x29\xf0\x82\xb6\xe6\xb8\x4e\xda\x9a\x0d\x8b\xac\x7c\x73\xd0\x97\xf9\x6d\x62\xdc\x50\xdd\xcc\xe6\x4a\x27\x96\x97\x66\x23\x2f\x7b\x06\x92\x71\x8d\x55\xb2\xd3\x6b\x66\x57\xec\xf4\xca\x85\x3b\x9b\xb3\xc4\xb1\x9b\xcd\xd5\x46\x5a\xf4\x29\x23\x35\xe7\x4f\xe5\x34\x2a\xac\xdc\x6c\xeb\xf7\x84\xf5\x07\xd2\x29\x66\x5d\x24\x47\xd6\x14\x33\x13\xb3\x11\x14\xcc\x8e\xb4\xd7\x60\x3c\xa9\xd7\xb8\xc8\x66\x73\x4e\xf3\xc2\x93\xdb\x7e\xf4\xcc\xda\x81\x25\x50\x37\x1b\xb0\xe7\xf5\x3d\xa7\x3c\xb1\x6e\x5f\x5e\x18\x95\xcc\x28\x81\xf4\x8a\xa9\x2b\x41\x4e\x3b\x3e\x8d\x0d\x48\x1a\x3c\x88\x48\xb7\xcb\xb6\x85\xe1\x69\xab\x38\x1a\xa0\xd9\xed\x53\x3c\xe8\x53\x37\xfc\x00\x29\x14\x61\x57\x2e\x10\xbb\x3b\x3d\x11\xe8\x6a\xe1\xf4\x06\x41\xed\x73\x3b\x6b\x3c\xa9\x7c\x1a\x33\xfa\x94\x78\x58\xe2\x3d\x45\x6f\x65\xda\x5c\xbb\x2d\x33\x17\xdf\xaa\xdc\x87\x12\x5c\x5b\x62\x93\x64\xdd\x2e\xf9\x66\x84\x6d\x6d\xa2\xd1\x60\xd8\x09\x07\x32\x35\xc8\x8f\x30\x80\xbc\xf4\x37\x90\xb4\x74\xdc\x95\x12\x5c\x7b\x82\xa4\x38\x4d\x4d\xaf\x01\xbd\x25\x80\x32\x82\x11\x94\xcb\x43\x82\x6b\xb9\x4a\x40\xca\xd3\xc6\xe6\x2a\x82\xb0\x96\x8b\xb9\x1c\xfe\x70\x20\xaa\xba\xea\x47\xb5\xdf\x44\x73\xd9\x8f\x6a\xaf\xe5\x36\xe5\xf1\xdb\x2e\x8e\xff\xb0\x36\xf8\x8a\xb6\x2e\x27\x38\xbe\xc1\xb1\x6a\x5c\x41\xb6\x9f\xd7\xf8\x22\x6b\x7c\xcd\x07\x4d\x09\xbc\xbd\x41\x1a\x86\x73\x27\x70\x55\x5a\xe0\x1d\x31\x9e\x04\xde\x74\x45\xdb\xd2\x3c\xf9\x06\x67\xa5\xb3\xfc\x32\xa7\x0d\x3e\x5c\x1e\x13\xbf\x82\x0a\x34\xc5\x97\x04\x24\x9f\x98\x11\xef\xc9\x5e\xc0\x3c\x9d\xf1\x17\xed\xe5\x54\x42\x9b\x8e\xcc\x30\xa7\x7d\xbb\x2d\xa3\xcc\xe9\x74\x48\xac\xd9\x64\xcd\xfc\x45\x13\xf7\x3c\xda\xb4\x66\x71\x89\xcb\x6b\xb9\x3b\x21\x67\x73\x15\x94\x3e\x52\xbc\x67\x77\x47\x46\xc0\x9f\xba\x03\x49\xb9\x77\x45\x2f\xda\x31\xd8\x84\x69\xcb\x02\xa4\x5d\xb6\xfc\x5a\xe2\x1b\x74\x55\xda\x24\x78\x20\xa5\x19\x62\xe5\xa7\x73\x51\xc4\xcc\x74\x21\x75\x30\x79\x0a\xcb\x27\x2c\x84\xc5\xed\xc9\xc9\x59\x56\x23\xb1\x0f\xcb\x97\x0e\x78\xbd\xec\xd1\xcc\x3c\x9d\x6f\xf8\xe2\x4a\x20\xdf\x30\xe4\xd4\x82\x79\x1e\x01\x49\xa9\x04\x19\x96\xb4\x5d\x07\xc4\x7c\x71\x51\x47\x2f\x0e\x8c\xf7\x3c\x9d\x4d\x27\xc8\x9b\xd3\x06\x27\xe8\xd2\x32\x91\x84\xbe\x38\xc5\xaf\x33\x99\xb4\xb9\x9c\x09\x8e\xfd\x5b\x2e\xee\x30\x19\x4f\x6b\x56\x3f\x4f\x2a\x91\x2e\xf4\x65\xe9\x6a\x8e\x5d\x91\x29\xbf\x64\xd8\xa0\xed\x40\x16\x88\xeb\x76\xa6\xc9\x1a\x90\xf8\x66\x56\xde\xbe\xe4\xf6\xe9\x6f\x73\xe3\x43\x55\x81\xe4\x70\xc8\xd5\x25\xc9\xb8\xa5\x7a\x7f\x4f\x94\x95\x4e\xa7\x57\x10\x74\xdb\xa9\x09\xf2\x26\x97\xf4\x11\x47\x47\xc1\xb0\x2d\xee\xd1\xed\xfb\xb7\x31\x51\x67\x59\xc8\xf4\xa2\x54\x26\x08\xca\x93\xac\xbe\x1c\xc7\x6d\xc7\x97\x11\xbd\x98\xb8\x32\x9e\xf9\xed\x19\xbd\x28\x4e\xfe\xd3\x8b\x35\xb0\xd1\xa6\xbc\x4d\xa0\x88\x8a\xf3\x74\x0c\x68\x84\xe2\xce\x1c\x6d\xe3\x53\x88\xe5\x40\xd2\x57\xde\xd1\xe6\x5c\xb6\x01\x29\x19\x29\x24\xcc\x05\x78\x32\xb3\x96\x0f\x40\xc7\xdc\x34\x1f\xce\xf3\x05\xd1\x92\xd5\xbf\xf4\x2b\xde\x33\x6f\xec\xef\x93\xd5\xbf\x60\x5a\x98\xb2\xfa\x97\x9a\x03\x1a\x9f\xa2\x30\x07\x72\xf0\x41\x07\x92\x45\x99\xa3\xf3\xd0\xa5\x73\x7d\x20\x27\x51\x64\x3c\x47\xd1\x41\x24\xe5\x3b\xd0\x82\x43\x73\x9e\xe2\x11\xef\x39\xb8\x22\xc6\x93\x27\x41\x88\x5d\x0f\x1b\x6a\xe1\xb4\x94\x7d\x38\x97\x11\x90\xd3\xc5\x27\x20\xf9\x0e\x70\x19\x3f\xa9\xce\xe1\x59\x3b\x6c\xa0\x46\x2f\x84\x60\x4f\x20\x71\x53\xcc\xda\x55\x67\x6a\x89\xf7\x94\x59\xa4\x46\x9b\xbc\x7c\x62\x74\x11\xc9\xe0\xc2\xec\x11\x10\x07\xc9\xc9\x75\x3e\xb3\x76\x20\x70\x0a\x28\x49\x83\xce\x93\xce\xa7\x01\xbe\x3c\x51\xa8\x0d\x20\x49\x3a\x31\x33\xab\x28\x20\x30\xca\x3e\x5c\x83\x43\x93\xc2\xa2\x63\x47\x99\xf6\x08\x48\xe0\xee\xcb\x21\x28\x90\x0d\x7b\x04\x04\x21\x7c\xa1\x74\xf1\xe8\xf6\x08\x40\xd9\xe6\x50\xe3\x92\xb9\xa8\xed\xd3\x8f\x86\x79\xda\x23\xa0\xb1\x4a\xf2\xd4\x2f\x1d\xac\x93\x6f\x7e\x8e\x2b\xcf\x39\x85\x1d\x5e\xdf\xe6\xcb\xa5\x96\xb8\x12\x5c\xc7\xa3\x82\xbb\xae\xdc\x31\xf9\xa2\x97\x93\x5b\x45\x9f\xdb\x55\x6e\x3c\x4f\xe7\x0d\xbe\x90\x7b\xac\x94\x08\x62\x8e\x27\x3b\x54\xe3\xed\xb0\x6e\xa4\x0b\x0a\x54\xc0\xce\xbc\xcd\x50\x70\x5d\xc8\xaf\xbd\x85\x3a\xe1\xed\x34\xb7\x77\xbc\x27\x09\x17\x06\xc6\xd9\x74\xa6\x2d\x19\xd3\x9e\xe5\x05\x62\x4e\x8e\x1c\xf0\x45\x21\xd1\x25\x71\x72\xde\x9c\x00\x46\xd7\xbe\xa3\xbf\x8f\x70\xe9\x2b\x9e\x14\xa7\x1c\x73\x71\x9d\x12\xb8\xef\xf7\xb6\x5b\x5f\xbc\xa7\xbc\xc8\x26\xd8\x4b\xee\x01\xd5\x69\x59\x0f\xa4\xb4\x62\x26\xca\x4b\x6a\x8f\x8a\x7e\x7b\x59\xed\xe1\xec\xe6\xcd\x91\xcd\xf9\xc8\x9f\xdf\x11\xe5\x25\x9d\x48\x99\x33\x5e\xb4\x2b\x16\x9d\x4a\x58\xbc\x33\x93\xc1\x79\xae\x00\x4d\x89\x02\x4c\xc6\xe9\x2b\xbd\xf1\xeb\xda\x56\xc4\xbb\x17\xbb\x81\x3b\x45\xcf\x81\xc4\xb9\x9a\xd4\xae\xe4\x64\xd2\x46\x8a\x25\xbf\x82\xe2\x7c\xbc\x07\xd2\xad\x6a\xde\x63\xc9\xf1\xbb\x3b\x67\x6b\x5b\xc9\x3e\xb7\x99\x5e\x7c\x53\x17\x46\xd0\xf1\x87\x14\x39\x40\xba\x38\x0d\x65\x5b\xc9\x55\x1f\xac\xd3\x5a\xca\xc7\xdb\x8b\x51\x79\xa9\x72\x6e\x2e\xb4\xdd\x92\x19\x0a\x5f\x24\xab\x7f\xb1\x93\xd8\x81\x84\xf4\xdd\x7d\x5a\x05\x63\x2f\xcd\x03\xc9\x7e\xee\xfb\x7e\xdd\xf2\x37\x6e\x46\x8a\x75\x43\xb0\x1b\x90\x7c\x2f\x2b\x6d\x2e\x48\x95\xe8\xd3\x89\xa1\xee\x80\x14\xbc\xd9\x18\x41\xc4\x1c\xee\x74\x49\x59\x53\xef\x98\xcb\xb2\x23\x18\x4f\x3a\xa7\x44\xcc\xda\xda\x67\x56\xde\x1e\xe2\x95\xd5\xbd\x9d\xb6\xf4\x03\xc9\xea\x0f\xa2\x59\x75\x83\x21\xcc\x61\xcf\xd5\x95\x16\x0e\xe4\x8c\x7c\xf1\xa4\x72\x3c\x80\x92\x52\xdd\xe4\xce\xb7\x4b\x59\x53\xb1\x52\x3b\xec\xb9\x61\xa6\x5a\xaa\x86\xdd\xb0\xe5\x13\x04\x1d\x3b\x9d\x1d\xcb\xd5\xa3\x4d\x0e\xf8\x99\x5e\xec\xd4\xcf\xf1\xc8\x2e\x53\xc4\xd1\x91\x0f\x7a\xb6\x83\xd5\x81\x14\xee\x7e\x33\xde\xb6\x1d\x85\x3e\xb7\x35\xbe\xcc\x5a\x97\xd5\xa0\x17\x67\x03\x4e\xac\x4b\x71\x30\xce\x15\x90\xf5\xfe\x15\xc8\x6a\x32\xaf\x84\xf2\xff\x76\xb8\x29\xc2\x97\x5d\xbb\xb5\x2d\x97\xd6\x1c\xf1\xa4\x24\x55\xbb\x03\x1e\x48\xde\xb2\x8c\x20\xf3\x79\xc5\xbf\x63\x61\x22\xe7\xa4\x3a\x48\xd8\x7e\x4b\x8d\x20\x61\x57\xdf\x68\x0e\x12\xce\x4e\xa1\x7a\x20\xc5\xbb\xb2\x9e\x0e\x19\xbe\xef\x78\x4f\x57\xac\x79\x71\x07\x10\x17\x7b\x96\x1f\xc8\x89\xa1\xe8\x73\x99\xfb\x2e\x40\x92\x51\xee\x78\x4f\xdf\x90\xe9\x73\xb9\x30\x40\xbc\x27\x23\x19\x67\x53\xea\x92\x72\xb1\x2e\xd5\x7e\xd8\x66\xc2\x1c\x15\xdc\x21\x84\xab\x8a\x5d\xbb\xf8\x06\xa5\xb2\x6d\x5c\x95\x4b\xea\x8b\x06\x47\xbf\x9a\x6d\x33\x9c\x62\x2b\x25\xb8\x66\x16\x4a\x09\xb3\x48\x4b\x26\xeb\x76\xf1\xb5\x2a\x11\x5d\x60\x13\x88\xe7\x45\x0f\xb0\xa4\x31\xc8\x2e\x4f\xd5\x1c\xcf\x5b\xa2\xcf\xee\xac\x2a\x60\x56\x77\x42\x63\x9b\x12\x97\xfc\xe8\x7b\x82\x46\x76\x6c\x56\x5e\x17\xfb\xb5\x8f\xf4\xbd\x4e\xd9\xc1\xb7\xb9\xb2\x14\x0a\xa9\xcd\x76\x6d\x3b\x90\x89\x48\x40\xb2\xe9\x5a\xd9\xbe\xec\xae\xee\x14\x80\x07\x52\xea\x14\x8e\x95\x85\xef\xc2\x26\x0d\x8a\x39\x45\x9b\x3c\x93\xe3\x3d\xd7\x25\x33\x1f\xbb\x24\x7c\xf7\x20\x30\x12\xbe\x1b\x6a\xf9\x25\x1b\x72\x71\x2a\x93\x03\x39\xb0\x93\x36\xc7\x5d\x71\x90\xe4\x84\x5e\x06\xc8\xab\x1c\xb1\xb5\x42\xe8\x87\xf3\x0e\x58\x1c\x5d\xc3\x29\x07\xcd\xb3\x2c\x39\xa1\x67\x27\x65\x3f\x90\xfc\x94\x39\x48\x12\x94\x33\x7a\xce\x35\x9d\xd0\x06\xd2\x20\xeb\x6f\x85\x9f\x59\xd3\x24\x85\x2d\x93\x10\x5d\x32\xe3\x4d\x5b\xc5\x99\xb5\xf3\xc0\xe6\x78\x4f\x42\x2d\x8a\xa3\x65\x0b\xef\x7d\x05\x24\xc9\x83\xf5\x94\x58\xd9\x82\x18\x28\x4b\x6b\x0d\x14\x59\x0e\x56\x81\xd8\x59\x74\xbc\x38\x48\xf2\xfb\xee\xd3\xbc\xe3\x92\x78\x98\xe1\x78\x97\x52\xaf\xb6\x0a\xa9\x5d\x0e\x68\xb8\x79\x72\x3b\xf3\x9c\xbf\x61\x3b\x57\x0a\x84\x42\x09\x55\x33\xea\x84\xb5\xbd\xd3\x5c\x02\xf2\xb5\x2e\x68\x98\x97\x7d\xad\x27\x7d\xca\x2f\xba\xc7\x11\xdf\x56\x5f\x70\x09\xd8\xdb\x19\xef\x8b\x25\x6f\xe7\x3c\xb9\xe0\x1f\x36\x92\x99\x47\x5a\x2e\x2e\x9a\xd9\x69\xa7\x12\x2a\xf0\x25\x4a\x0e\x3a\xd0\x1f\xae\x87\x4b\x08\x30\x17\x25\x07\x1d\x41\xf6\x55\x98\xb3\x25\x4e\xc0\xc3\x29\x65\x46\x40\x4a\xbf\x04\xf1\x79\x38\x15\x2a\xb3\x96\x3c\x31\xe2\x3c\x28\x95\x50\xef\x8c\x27\xf3\x64\x2e\xec\xe6\xd3\xd9\xc6\x39\xd4\x4f\x7b\xab\xc3\xa4\x58\x12\x88\x5d\x71\xf2\x20\x8c\x4f\xeb\x69\x23\x12\x2b\xaf\x90\xe1\xd6\xef\x80\x5c\xa8\x2a\x9e\xd4\x55\xd9\x18\x41\xf2\xd9\x80\xf4\xc9\x33\xb9\x25\x58\x2b\x99\x35\x2b\xae\x9e\xcb\x1e\xc6\x41\x52\x9e\xe6\x9b\x59\xf9\xa7\xb9\xc5\x1e\x90\xc2\x97\x21\x6f\x36\x6b\x62\x96\x5e\xd4\x52\x64\xd6\x2f\x07\xb1\x5b\x52\x25\x2a\x18\x7f\x84\xe5\x0a\x89\x95\x0b\xd0\x66\xcd\xf8\x22\x99\x35\x5b\x65\x75\xed\x0d\xec\x9c\x3c\xcd\x11\xb5\x05\xd9\x6d\xbd\xac\xd5\x65\x57\x5e\xfe\xa2\x46\x9b\x33\xdf\x80\x05\x72\xe3\x6d\x19\xec\x51\xf5\xbd\xea\xcc\x88\x07\xd2\x1e\x41\x6d\x14\x43\xdb\x1a\x57\x90\xaa\xef\xf5\x09\xfb\x44\x64\x2c\x7d\x62\xd6\xa4\x17\xa7\x3c\xc2\x0f\x6c\x39\xad\xa7\xbd\xc7\x0f\xa4\x35\xe3\x6c\xbe\x8d\xad\xd7\xb7\x7e\xca\x8d\xb0\xd9\xcc\xc6\x3b\x6c\x36\xc5\x64\x2c\x98\xf3\x49\xf6\x0d\x76\x4e\xe1\x46\xa8\xaa\x13\x04\xb5\x08\x16\xf5\xe6\x12\xe6\x09\x01\xdd\xd4\xf0\x30\xaf\xb3\xc5\xee\x97\x7e\xf3\x9e\x75\xca\x93\xf7\xf6\xef\x65\x56\x0f\xd4\xe5\x16\xc6\x93\xc4\x80\x4d\x20\x69\xe2\x3c\x17\x87\x64\x36\x0e\xc4\xb6\x8f\x2f\x36\xe4\x6d\x5e\xdc\x6e\xf5\x8d\x40\xcb\xcb\xc7\x63\x27\x0b\x92\xe6\x4e\x37\x7e\xbc\x17\xbd\xd8\xf3\x24\xf3\x9e\xf3\xd0\x99\xbb\xd9\xf2\xea\xad\x33\x07\xa4\x3a\x67\x16\x08\x77\xb2\x87\x63\x01\x5a\xae\x9a\x4b\x9f\xe6\xde\xac\x32\xd8\x4e\x5f\x99\x62\x9e\xe2\xe1\xaf\x4c\x1b\x69\x4b\x79\x6f\xbb\x30\x00\x7d\x9a\x8f\xb5\xbe\x79\x27\x87\x76\x14\x7a\x91\x5e\x1c\x45\xc7\x76\xb2\x22\x57\xcb\x6e\xfb\x76\x4e\x61\x23\xef\xbe\x45\x5c\x5d\x83\xe5\x40\x52\x3f\x99\xab\xdd\x92\x0b\x1a\xa6\x8c\xed\xb4\x97\xed\xd3\xa6\x14\x52\x9f\x5e\xe4\x80\x64\xc4\xde\xb7\x13\x9c\xfa\x58\x11\x0f\x8a\xf5\x7e\xdf\xce\x14\x61\xcc\xda\x4e\x87\x74\xe7\x78\xb2\x88\xdf\x8e\x27\xab\xbe\x2f\x20\x29\x5d\xcc\xdd\x6c\x57\x02\x71\x0e\xb7\x03\x59\x5b\x1a\x6d\xf2\x00\xba\x18\x01\x05\x10\x4f\x8a\x47\xc2\xb9\x73\x93\x58\xf3\xa6\xcd\xa9\x5e\x2f\xbe\xc1\x21\xc3\x39\x9e\x94\xb7\xac\x15\x01\x5b\xbe\xc1\x15\xf3\xcf\x96\x6f\x70\xee\xec\xf4\xed\x5c\x29\xb1\x4a\xf2\xcc\x70\x19\xa2\xb6\x9d\x90\x13\x51\x7c\xe7\xe1\xb0\x8f\x68\x33\xc7\x9b\x81\x9c\x04\x28\x9e\x94\x4a\x6b\x46\x9b\x83\x55\xbc\x2b\xd9\xf2\x60\xa5\x17\xd7\x1a\xe1\x34\x4a\xf2\xa8\x4e\xc9\x75\x20\x85\x0c\xc7\xe8\xcb\x9e\x51\xbc\x67\x3f\x0d\x33\x45\x3b\xbb\x78\xea\xa0\x17\xd7\xb0\xe6\x34\x66\xa7\x5e\xed\x01\x59\x47\x3f\x81\x64\x2a\xfd\x8c\x60\x23\x27\xbd\x80\xc9\x01\x09\xcf\x38\x71\x45\xea\x43\xae\xa0\x5d\x84\x3d\xa8\x91\x1c\xfd\x5a\x31\x87\x3a\xc2\xb5\x16\x5f\x09\x8e\x70\xad\x95\x79\xca\xc3\xb8\x60\x70\xdd\x45\xbc\xbf\x23\xf3\xda\x2e\xb2\x52\xa1\x3c\x71\x2c\x6c\x73\x56\xe6\x46\x2c\x2c\x72\xf2\x76\xc2\x25\xd4\x87\xdb\x15\x4b\xe2\x1b\x9c\x46\x34\xce\x58\xa1\xb4\x42\x03\x12\xff\x0b\x16\xc8\xa0\xdc\x90\x97\x76\x71\xf0\xdd\x8c\xf7\x9c\x5f\xf1\x7b\x9d\xf2\x76\xa6\xa6\xc2\x27\x55\x27\x6e\x61\x93\x24\xf8\x34\xfc\xf3\x76\xf5\x11\x60\x41\xab\x6d\x9e\x90\x14\x89\x3a\x2d\x81\xae\xb2\x0c\xf7\xca\x07\x2a\xa0\xb7\x0f\x08\xa1\x32\x27\x95\xc2\x06\xca\x6a\x5c\xe2\x78\x90\x00\x09\xe2\x6a\x3b\x71\xe2\xc0\x87\xa8\xc3\x7b\xdb\xc4\x80\x79\xba\x1a\x6d\x8b\x36\x25\x65\x07\x79\x1b\xe1\x06\x0d\x48\x82\x1d\x1b\xdf\xec\xb8\xc4\xcc\x9a\xcb\xc1\x72\xe0\x9b\x73\x7b\x40\x40\x9b\x43\x34\x5a\xbc\xf7\xd2\x91\x63\x04\xe7\x16\x00\x0d\x9a\x75\x68\x6c\x8b\xc4\xae\x7e\xc7\x5c\x5c\x65\xad\x30\x17\xdd\xf0\x03\xa4\x68\xe2\xf6\xf1\x11\xdd\x9d\x6b\x66\x00\xd9\xd1\x2d\xda\xac\x20\x29\x40\xca\x16\x66\x01\x7b\x77\xa7\xee\x6c\x01\xc9\xc4\xca\xa1\xb6\x8f\x2f\x3c\xcb\xee\x36\x33\xb2\x0f\x4a\x95\x54\x5b\xe6\x49\xe7\xbd\x03\xe9\x9d\x1c\x69\x94\x68\x53\x39\xa1\x16\x6d\xd6\xb9\xfa\x8b\xba\xfd\x42\xd8\xcd\x8e\xc0\x3b\x81\xf4\xde\xe4\x1b\x9c\x31\x6b\xc4\x93\x72\x71\xe2\xe0\x76\xe7\x15\x83\xa0\x39\x0c\xd9\x99\xf5\x0e\xa4\xdd\x6c\xf4\x29\x9c\x88\xf5\xa4\xf2\xc8\x8c\x36\xd7\xc5\x8b\xf7\xe4\xc7\xcb\xb5\xd6\x9d\x7a\x0a\x2c\x20\xd9\xaa\xe5\x2c\x82\x8b\x91\xb3\xf6\x70\x4d\xe9\x2b\x20\xa5\x4c\xbf\xe3\x3d\xa9\x8a\x18\x41\x66\xd4\x5c\x59\x6b\xcb\x75\x37\xe4\xc6\x72\xdd\x0d\x93\xa2\xea\x22\x05\xeb\x08\x21\xca\x83\xeb\x62\x28\xac\x1b\x25\x0f\x01\xcb\x85\x59\x0f\x17\xf0\xca\xd1\x8b\xcc\xd9\x33\x20\xe5\x93\x8b\x2f\x32\xef\xc8\x39\x92\xc1\x35\x3b\xff\x4a\x73\x68\x73\x43\x51\xe5\xd0\xe6\x96\x63\x2e\x92\x12\xc6\x15\xef\x29\x0e\xb1\x45\x9f\x56\x49\x0e\x20\x31\x22\x96\xf2\x28\xdb\x8a\x34\xe3\xb0\xe7\x82\xa3\xe9\x9e\xce\xdf\xc1\x65\x35\x9d\xb1\x83\xb9\x4c\xfb\x5a\x9b\x93\xa4\x34\x6b\x06\x3f\x65\x9a\x2d\x48\xbf\x7b\x8a\xda\x04\xdb\x25\xd3\x6c\xeb\x5c\x9c\x0e\x90\x9e\xd1\x8b\x08\xaf\xcb\x0b\x34\x17\x6a\xed\x70\xfb\x5b\x46\xd5\x16\x17\xa0\x8c\xaa\xbd\x80\x9f\x0a\x97\x6e\x28\x4f\x1c\x2e\x5d\x52\xcc\xc5\x66\x69\x18\x11\x8c\x9c\xd0\x25\x99\x35\x1b\xfe\x47\x8e\x42\x2e\xb8\xcb\x6d\x19\x32\xf3\xbc\xe3\x49\xf1\xcd\xf5\x7b\xef\x0b\x17\x47\x6d\x25\x06\x5c\xce\x80\x34\x80\x94\xf6\x92\x3b\xc1\x16\x50\xe7\xed\x3f\x90\x0c\x30\x1c\x6a\x79\x26\x37\x04\x1f\x87\x2f\xb7\x04\x21\x5c\xf6\xf5\x04\x41\x2d\xfe\x62\x68\xa0\xc8\x69\xba\x02\x72\x69\xa3\x06\x24\xbb\x66\x0a\x48\x41\xa6\x20\xbd\x33\x66\x39\xad\xe7\x81\xe4\xe7\x0a\xd1\x72\x8e\xdf\x09\xe7\xb3\xd1\xf8\x32\xba\x1d\xcf\xb8\x39\xe5\xf1\xdb\x09\xed\xd8\x32\x4f\x36\x62\xea\xf6\x76\x5d\xe1\x18\x5d\x82\x6b\x07\xe9\xed\xe3\x1b\xbc\xa3\x43\x8d\x27\xdf\xf0\x10\x1f\x14\xdb\xf2\x10\x91\x44\x7d\xe1\x50\xe3\x82\xaa\xc8\xa1\xc6\xb9\xb2\xb9\x36\x2c\xce\x0f\x24\xdf\x52\x0e\xa7\x44\xf1\xd2\xa2\x17\x97\xb3\xe5\x12\x78\xe0\x5c\x36\x80\x44\x78\x47\xb4\x3d\xc4\x49\xd2\x8b\x88\x1d\x7e\xd8\xfb\x61\x27\x38\xf8\xca\x87\x0b\x5c\xc1\x89\xa8\x86\x47\x73\xee\x84\xb6\x9f\x76\x0e\xe4\xc2\x7d\xda\x71\x09\xd2\xe0\xac\x5f\x41\x32\x1d\x24\x8c\xb9\x77\x3f\x1d\xaa\xca\x61\x71\x9e\xaf\xf6\x79\xcf\xd6\xf4\x09\xe4\x6a\x2d\xf1\xa4\xfc\x1f\x62\x3c\x47\x17\x5a\x58\xdc\x12\xda\x5b\x6e\xd1\xa6\x23\x0e\x67\x2e\xef\xe3\x86\x42\xcd\x61\xc1\x39\x2e\x63\x67\xef\xaa\xec\xad\x42\x7f\x0b\x71\x88\x5b\x75\x33\x2a\x1e\x16\x2e\x2c\x5a\x42\x42\x72\x29\x51\x4c\x51\x51\x3c\x94\x95\x77\xb9\x50\xe2\x41\x5d\x12\xb4\x8d\x11\x6d\x8e\x2b\xf3\xcc\x5e\x3e\xc6\x8c\xf7\x92\xd5\x01\x37\x2d\x87\xf7\xe6\xc2\x05\xf8\x72\xaa\xf5\x78\xd2\xc5\xa1\x38\x0f\x2f\x9b\x89\x21\x99\x2f\x2e\x32\xe6\xe9\x6c\x25\x56\x5f\x50\x94\xbf\x41\x16\x6d\xda\xbb\xc0\xba\x97\x35\xe8\xac\x84\x4c\x7b\xe5\x86\x2d\xb1\x2f\x72\x5c\xcd\x16\xe1\x11\xda\x5d\x4a\xb4\x60\x6a\x73\xcc\x6e\x71\xc6\x95\x46\xb9\x50\x57\x01\x6c\xfb\x2d\xae\x1d\x63\xac\x2b\x7b\xb6\x90\x4d\xdf\x04\xbf\xfb\x6b\x1d\xa5\x8b\x2b\xab\x6b\x79\xb6\xb8\x74\x94\x96\xaa\xdc\x50\x94\x37\x8c\xdd\x04\x52\x45\x24\x48\xfb\xdb\x58\x0e\xbe\xbc\x4d\x6a\xa3\x6d\x3b\x08\xeb\x02\x72\x90\xcb\xe9\xa5\x0f\x27\x8d\xb2\x2f\xcd\x81\x94\xba\x53\x97\x4e\xa7\xb2\xa7\x8b\xb8\x76\x57\xf6\xac\x4e\xf7\xd4\x47\x24\x86\xea\x40\x3a\xd3\xa2\x8a\xdd\x95\x3d\xbb\xc3\x5a\x0e\xa4\x72\xcb\xba\x3c\x0e\x64\x47\xe1\x6f\x75\xca\xdd\x85\x3e\xbb\xc3\xac\x0f\x24\xc2\x9b\xa2\x53\x65\x5f\xeb\x4c\x4d\x0e\x2c\xae\xc2\xdb\x5d\x04\xb4\xb9\x5a\x44\x77\x11\xd0\xea\x63\xd5\x5d\xf6\xb3\xfb\x88\x77\x87\x1a\x17\xdb\xcf\xbb\x43\x8d\x8b\x63\xe3\xba\x83\x8b\xdb\x15\xef\x39\xdb\x6a\xe6\x73\xed\xa4\x32\xfd\xb9\xc9\x69\x05\x6f\x3f\x29\xc5\x43\xb7\x11\xe9\x40\x22\x37\xed\x06\x72\x16\x82\x02\xa4\xa0\xeb\xdb\xdf\xa0\x90\xe1\xd2\x46\x02\x92\x78\xc1\xf2\x5a\x65\x30\x0b\x4f\x5a\xbf\x76\xf3\x24\x69\xdf\xe9\xd3\x5c\xc3\xf0\x93\xb7\x73\x50\xd3\xe7\x2d\x97\xb8\x7c\x07\x24\x9e\x7a\x02\x61\xfe\x29\x40\x8a\xcc\x8b\x27\x9d\xac\x73\x46\x9b\xcc\x4d\x3a\x8e\x7d\xd8\x08\xe8\x44\xef\xdd\x01\xbd\xd5\x11\x5a\x07\x92\x20\xc9\xac\x49\xfe\x14\xbd\xd8\x63\x9b\xd5\x95\x11\xb0\xf7\x98\xb5\x38\x50\x57\xa5\xee\x2e\xe6\xd9\x46\x7c\xc3\xb6\x4b\x1c\xef\x49\x24\x73\xe2\xc9\x3e\x54\xff\xa2\x14\x9e\x94\x69\x6f\xd8\x1c\xd3\x5d\xcc\xb3\x5d\xe0\x4b\x26\x33\xc5\x00\x92\x76\x1d\xe4\xcd\xf6\x16\xc8\x15\x48\xc2\x7e\xa7\x4f\x19\x24\x5d\x90\xbf\x3b\x14\xb7\xc7\x5c\x9c\x6f\xd8\x7e\xbc\xdd\x85\x37\xfb\xa4\x4f\x95\xda\xac\xf3\x8e\x36\x1f\x55\xda\xa6\x53\x91\x77\x20\x19\x0f\x5b\xb4\xd9\x19\xca\x23\xb8\x0c\xa7\x0d\x7d\x07\x52\xe0\x7f\xb4\x39\xa7\xf7\xbc\x81\x14\xcd\xd8\x0d\x51\x16\xf3\x4a\x40\x0a\x67\x6a\x13\x48\xb9\x1a\x66\x3c\xe9\x08\xd7\x01\x24\xc5\x0a\xb8\xab\xa4\x51\xed\x62\x6f\x2b\xce\x65\xf4\xe9\x9a\xd8\x3d\x03\x3d\x64\xd7\x28\x40\x32\x64\x46\x9f\x22\x68\x3d\x7a\xc1\x91\x8f\xf7\xec\xc8\xd7\xa3\x4d\xfb\x1e\xb3\x96\xeb\x9e\x2d\x4a\xdd\xb5\x2e\xeb\x98\xd1\x26\x2e\x93\x33\xad\x98\xd6\xea\x44\x46\x7d\xb8\x16\x47\xff\x40\x12\xe1\xa1\x28\x4e\xc7\xeb\x3c\x7b\x07\x12\x57\x3b\x3c\x6b\xd5\xa5\xec\x1d\x5c\x52\xdc\x6a\xb3\xba\xa4\x7f\x22\x55\xe9\x73\x3a\x6b\xa2\x47\x6f\x4e\xa8\xca\xac\xe5\x45\xdc\x2e\xb0\xa7\x89\x0c\xcf\xe8\xc5\x15\x4b\x8a\xdf\xeb\x66\x2f\xc0\x9e\xee\x82\xc0\x10\x50\x45\x95\x96\x0c\x2d\x70\x25\x4a\x7b\x69\x1d\xc8\x79\x04\x81\xa4\x96\x6b\x9c\x38\xb9\xff\x56\xfb\x92\x1f\x48\x52\xd0\x9c\x40\x92\xeb\x20\xe6\xdd\x21\xfb\xe9\x5b\xef\x8b\x3e\xec\x1b\xec\x5c\xc4\xdd\x81\xab\xdd\x9a\x9c\x03\xa9\xc6\x14\x77\x89\xfc\x7f\xbb\xc3\x4a\x0f\xe4\x2c\xfe\x40\x4e\x53\x33\x18\x9e\x98\x6f\x7a\xf1\x6d\x0c\x4a\xda\xff\xd7\x5a\xb3\xee\xc0\xd5\xde\xb9\x4b\x5c\xdf\xa3\xf2\x11\xf2\xdc\x2d\xf1\xb9\xce\x52\x95\x21\x37\x0e\x16\x75\x52\x9e\x03\xc9\x02\x3a\x02\x32\xc9\xe4\x3d\x07\x4f\xb3\x65\xae\xfd\x71\x83\x5a\xc3\xae\x51\x20\xef\x20\xec\x72\x02\xc9\xf2\xdd\x02\xd2\xf7\x71\x74\x24\xca\xd5\x5c\xa2\x4d\xe8\x7a\xbb\xcd\x61\xa5\x19\x62\xa7\xcc\xbd\xcd\xf9\x34\x3a\x05\x26\x2b\x64\xd8\x61\xa5\x85\xc3\x32\x89\x5c\x33\x12\xca\x94\xd8\x13\x07\xc2\xc6\x43\xd7\xf2\x3d\x90\x32\x3e\x40\xb4\xa6\x33\xf7\x72\xa7\x4f\xe7\xe8\xc8\xd1\x26\x81\x09\x52\x34\x31\x95\x32\x82\x13\x10\x82\xae\xd3\xfe\x01\xec\xb4\xfd\x6a\x47\x7c\x83\x7d\x15\x58\x09\x85\xa3\xf6\x02\x29\x52\x81\xc9\x6c\x2f\xf0\xee\x00\xd4\x6a\x9d\xe4\x81\x92\x54\x53\xfe\x3e\x49\x64\xc5\x59\x1d\x0e\x24\x12\x56\x13\x90\x7d\x77\x26\xd0\x5b\x3a\x50\xcf\x6c\xb3\x9e\x09\xe8\xd6\x65\xd5\x81\x2c\xdb\x34\x20\x27\x57\xe7\x49\xa7\x37\xbf\x03\x92\x1f\x2f\x7b\xe4\x38\xcb\x06\xf6\x6c\x5c\x95\x26\x90\xf4\x95\xac\xbc\xe4\xa5\xd2\xb8\x46\x37\x6a\x32\x66\x26\x7e\x3b\xae\xbc\xed\x52\x9b\x97\x7b\x79\xc0\x3b\x7a\x66\xce\x4c\x9c\xb8\xba\x70\xa1\x04\xcf\x1e\x16\xcc\xd9\x77\x3b\x54\x8e\x78\xcf\x69\x4b\x59\xdd\x87\x75\xa0\xec\xfb\xc3\xe1\xd2\x57\x01\x92\xb9\x29\x7a\x11\x29\x9a\x10\x2d\xcb\x3d\x37\x3b\xe6\x8a\x84\x17\x57\xf3\x53\xca\xaf\x1b\x12\x8d\x4b\x23\x04\xd4\x95\x05\xaf\x78\xcf\x2b\x18\xef\x2d\x63\x24\x4f\x4a\x1f\x3b\xb9\x3c\x5c\xf7\xef\xe2\x82\x90\x61\xb1\x4f\xce\x8a\x2b\xfd\x95\x11\x6d\x52\x1f\x42\x19\x9e\x04\xe9\x17\x20\x31\x1b\x5c\x87\x96\x51\x3a\x23\xc8\x94\xd8\x0a\x6c\x82\x5d\x13\xe3\x8c\xd9\x35\xf1\x1a\xf1\xa4\x52\xfc\xe6\x0b\xc8\x8c\xa4\x47\xb0\xc4\x92\x20\xb5\x32\x3a\xe6\x09\xb6\x3a\xa5\xf0\xcd\x89\x73\x7a\xa2\x6b\xc6\x7b\xd6\x99\xfb\x8b\x5e\xd6\x53\x73\xc1\x2b\x26\xb2\xa5\x14\x90\x4f\x23\x90\x2c\x43\xe7\x5a\xfb\x96\x28\xbf\x48\x88\xc2\xb4\x8d\x76\xdc\x72\x12\x67\xca\x60\x32\x12\x60\x72\xa9\xd1\xa6\x83\xcb\x26\xbd\xa9\x60\x3b\x80\x6c\x92\x08\x48\x5c\xd1\x8c\xf7\xe4\x78\x06\x91\x54\xd8\x65\x1e\xdc\x87\x6f\xd5\x80\xb0\x6b\xd4\x81\xec\x3b\x1b\x90\xf8\x19\xee\x58\x09\x3e\x6d\x80\xa0\xaa\x25\x58\x1b\x07\x57\x82\x4f\xbd\xb8\xf3\x9c\x8f\xb7\xb0\xd8\x6f\x67\x0b\x4b\x01\xe9\x6b\x3f\xbd\xc8\xce\xcf\x2d\xa7\xc0\xce\x32\x21\xd8\x6f\xa7\x11\xe5\x70\xbe\xed\x84\xce\x25\xf0\xb6\x8f\x0a\xb7\xf8\xdb\x21\xc3\xbe\xba\xa6\x45\x24\xeb\xad\xba\xeb\x05\xe6\xe9\x5e\xe6\xe5\xd0\x1c\x8f\x30\x2d\x30\x59\x79\x72\x20\x5f\x87\xd1\x8b\xe2\x99\x06\xef\x39\x0a\x32\x05\xe4\xd4\x4c\xb7\x21\x57\x45\x68\xbc\xe7\x14\x95\x99\x11\x6c\xd4\xb9\x78\xcf\xfc\xd3\x1d\xef\xa9\x76\xf7\x64\x74\x0c\x92\x09\x48\xfe\x08\x33\x7a\x91\x6f\xf7\x15\xef\x49\xf3\x9e\xe2\x3d\x29\x10\x4a\x8c\xa0\x1c\xdb\x37\xef\xc1\x65\x32\x33\x61\x9d\x4d\x27\x07\x92\xd3\x5d\xac\x99\xf4\xc6\xf6\x3c\x39\x90\x6c\xf9\xf1\xed\x52\x2a\x39\x11\x64\x77\xe0\x6a\x75\xe0\xcc\x81\x1c\x8c\x23\x5c\x9a\x36\xfe\x3a\x3e\xf3\x40\xbe\x90\x26\x90\xb2\x25\x5c\xd1\x26\x53\x9b\x0f\xee\x74\x3e\xde\x9b\xaf\x95\xf1\xb7\x73\xb1\xcc\xe4\xa3\xda\x03\x72\x76\xb9\x80\x64\x28\xfa\x3c\x69\x89\x93\xf1\x2c\x71\x5a\x02\x9c\x54\xa3\x19\xd1\x26\x1e\xd0\xfc\x9a\x63\x68\x8b\x7d\x85\x0e\xe4\x4c\x34\x7c\x91\x54\x37\xd6\x8b\x1f\x48\x15\x59\x46\xbc\xa7\xd0\x2a\x56\x37\x81\xd7\x01\x2d\x45\xe2\x32\xba\xcc\x70\x2e\x7c\xd0\x67\x72\xe6\x47\xbe\x3d\x8c\xbf\x1d\x48\x7b\xc4\xfe\xd9\xc0\x6b\x17\xd1\x03\x49\x12\xe8\xf1\x9e\x94\x51\x66\xb4\xe6\xed\x72\xa8\x85\x27\xed\xf3\xc3\x4a\x38\x4a\x77\x80\x67\x72\x0a\xcd\x8d\x79\x5a\x1e\x74\x2d\xcf\x03\xd9\x05\x60\x00\x59\x1a\x8d\x36\x7b\x15\xd1\x8b\x42\xc5\xad\xf1\x3d\x90\xd9\x35\x9e\x94\xf4\x3b\xa2\x4f\xb1\x17\xf5\x03\x89\x8f\xcd\xcc\x6c\xbb\x5a\x0b\xdf\x6e\xb6\x8b\x73\x64\xb3\xad\xbd\xc9\xfa\xcc\x62\x1d\x91\x70\x23\x82\x97\x1d\xcb\x56\x66\x98\x8b\x76\x94\x6e\xb3\x97\x4f\x77\x94\x6e\x1e\xf7\xf7\x9c\xb2\x43\x78\xbb\x35\x6a\x07\xb2\x4b\x3a\x90\x75\x3e\x10\x11\x5b\x6a\xd1\x9e\x4c\x59\x6a\x3b\xe2\xb6\x03\x7a\x1b\x62\xa5\xcb\x31\x36\x5b\xf6\xfb\xcc\x56\x4a\xb0\xd5\xce\xf7\x04\x8f\xe4\xc0\xdc\x8c\x28\x30\x65\x71\x6d\x13\x22\xa2\x9c\x4e\xed\x02\xd1\x8a\xab\x4b\xb3\x14\x16\x40\xad\x9b\x3a\x90\x0d\x37\xd1\xe6\x54\xa1\xf4\x49\x70\xea\x04\x72\xa6\x34\x9e\x54\xc2\x43\x3b\xbd\x1f\xc8\xc9\x3a\xe3\x49\xd9\xac\x63\x04\x13\x9f\x49\x9f\x4e\xdc\x62\x79\xc2\x05\x1f\x9b\x7d\xa6\x0f\xa4\xd0\x58\x36\xb0\x38\x5f\xb4\xf9\x51\x07\x02\x97\x04\x29\x72\x20\x70\x6b\xd1\xa6\xc0\x19\xbe\x9d\x62\x38\xbe\xa9\xa7\xf3\x22\x77\x0e\x92\x0b\xde\x24\x90\x49\x21\xbc\xad\xb1\x7f\x15\xaf\x86\x0a\x24\x61\x2a\xde\x73\xa8\xea\x88\x27\xe5\xa2\x36\xe3\x49\x95\x83\x1a\xd1\xa7\xf2\x85\x80\xf4\xd5\x3a\x6c\x56\xb0\x3a\x90\x9b\xa3\x5a\x1d\x5e\xe4\xeb\x77\xca\x88\x5b\x11\x0f\x67\x75\x48\x34\x97\x87\xd3\x3d\x95\x3b\x20\x57\xc3\xe0\x3d\xe7\xd5\x2d\xf4\xb9\xcd\x97\x30\x1e\xe9\x32\xa3\x4d\x61\x18\x8c\xa0\xa2\x95\xd9\x21\x28\xdd\x01\xbd\x6d\x80\x9f\x2e\x53\x99\xc0\x41\x65\x81\xee\x2d\xc5\x7b\x32\x4f\xde\x01\x59\xf5\xe6\xf1\x64\xb6\x6d\xd6\x49\x76\x57\xa2\xac\x39\xde\x13\x69\xa8\x60\x8f\x42\x71\xeb\x04\x93\x1b\xf9\x5e\x06\x90\xce\x0a\xdf\xd0\x94\x91\xa4\x72\x01\xca\xa4\xdb\xca\x8c\x27\x65\x54\xe5\x5a\x53\x60\x6e\x9b\x5c\x09\x0d\xdd\x77\xbc\xa7\x82\xfc\x57\x3c\x69\xbf\x7d\xb7\x75\x18\xa6\x0c\x24\x5f\x8c\x1a\x6d\xca\x64\x02\xb9\x71\x46\xea\xc2\xde\x5a\xf8\x1e\xac\x52\xc7\xc7\xbe\x01\x29\x56\x34\x46\xb0\xb4\x16\x7d\x8a\x7d\x6a\x23\x9e\x94\x8f\x2f\xd7\x45\x77\xea\xb0\x9b\xf1\x14\xda\x71\x83\x2f\x4a\x1a\x55\x1a\xab\xe4\xec\xd1\xb9\xc4\x93\x2a\x13\xc0\x55\xe9\xc4\x50\x9d\xb9\x48\xa2\xae\xf3\x0a\x48\x61\xe4\x50\x86\x61\x5f\x0c\x28\x83\xcd\xaf\x17\x44\x52\xe6\xd7\x9e\xb8\xee\x87\x33\x84\x80\xad\xc3\x11\x1a\x29\x20\x7b\x2d\x77\x20\x51\x06\x4e\x87\xe4\xe4\x52\xa1\x28\x8a\x31\x2d\x95\x4b\x4e\x12\x6e\x0d\xd6\x63\x2a\xd8\xbe\x70\x8e\xec\x3a\x9b\x73\x40\xca\x6b\x7d\x7f\xaf\x53\x9e\x12\x6a\x7b\x86\xbf\x70\x58\x69\x1b\x01\x49\xb3\xd2\x19\xd0\xb5\x38\xcc\x8c\xcf\x69\x21\x05\xa2\x6c\xdb\xa5\xf3\x60\x75\x87\x79\xe6\xce\xe7\x2a\x2b\x73\xc9\x2d\x20\xb9\x7a\x43\x36\x16\x02\x68\x07\xd2\x21\x83\xeb\x53\x08\x68\x47\x47\xe8\x30\xcf\x0c\x67\xee\x30\xcf\xdc\xd9\xce\x65\xf7\x20\x10\xcd\x25\x41\x1b\x07\x57\x66\xc6\x7e\x47\x9f\xf6\xb6\x04\x7d\xb6\x73\xb8\x99\x6f\x9e\x1b\x1b\xf2\x00\x92\x32\x03\xc2\xbb\x5d\x6a\x9e\x8d\xdf\x2e\x5b\x05\x19\xde\x4e\x90\x09\x71\x55\xa0\x65\xae\xf0\x4f\x2e\x1e\x1a\x7c\x9e\x53\x10\xdd\x33\xda\xe4\x64\xcf\x76\x3a\x4b\x32\x8a\x9c\xb9\xe1\x1a\x3a\x90\x0f\x35\xef\xd9\x7a\x0f\x11\xd9\xd6\xd8\xb3\xd6\x4e\x5d\xe4\xf0\xf3\xee\xa8\xcb\xd2\xe1\x83\x6c\xc8\x44\xc3\x15\x91\x95\x1c\x32\x8b\xe2\xb1\xd6\xa4\x2e\xa2\xcd\x86\xcc\x02\x9a\xdb\x8b\x18\x1d\xb6\xe3\x25\x7b\x61\x5d\x1e\x96\x9e\x5a\xbc\xb7\x0f\x82\x72\x91\x3d\x5c\xf7\x0f\x52\x64\xd3\x25\xe2\xe8\x7c\x98\xb3\x83\xc3\x7e\x50\xbe\x9e\x27\xb7\xe3\x1e\xe9\x65\x9b\x0f\x62\x2e\x4e\x67\x05\x37\xac\x12\x45\xfd\xe2\xb0\xa8\xcc\x68\x8f\xeb\xd0\x86\xc5\x0e\x61\x92\x37\x70\xad\x90\x3e\xf9\xff\x96\xcc\xe5\xf1\x24\x06\x93\x3e\xa5\xb1\x4f\xec\xd8\xd3\x46\x32\x70\xfe\x69\xe3\x2f\x27\xe7\xe9\xb0\x7c\x46\xb0\xd8\x8c\xd4\x35\x95\xc7\xb7\x74\x0b\xca\xf3\xe5\x80\x0d\xcb\x67\xf3\x65\x0f\x63\x70\xc9\xf5\x6e\x1a\xc4\x55\xe2\x6f\x09\x42\xaf\xc8\xbc\x5c\xb9\xd6\x2c\xe1\x66\xc8\xcd\x0b\x7f\x12\xfa\x74\x28\x17\xbb\x22\x0f\xdc\x3c\x39\x1d\x4a\x88\xdb\x6f\xd6\x1a\xa7\x57\xd8\x99\x37\x25\x87\xbd\xd6\xaa\x07\x53\x3b\x97\xf1\xdb\x09\x5c\xe1\x40\x2d\x7f\xce\xcf\x93\x8a\xbe\x03\x93\x2d\x63\xde\x9f\x27\x95\x2b\x25\x07\x24\xe9\x29\xc6\x73\x18\xb9\xcf\x9f\xab\x85\x56\x97\x95\xe8\xc4\xcd\xd9\x4f\xa3\xaf\x8b\xf1\x12\x90\xd4\x41\xc6\x56\xd7\xf9\xec\xae\x44\x79\x20\xf9\x73\x19\x77\xd7\xe5\xcb\x51\xa6\xee\xee\x5a\x9e\x1d\x4c\x5e\xaa\x66\x52\x60\x21\x5c\xa1\xb3\xa2\x6b\x5f\xb6\x44\x71\x95\x2c\xd9\x9e\x8a\x5d\xf0\x0e\xa4\xd5\x35\xf9\x5e\x4e\x34\x8b\x3c\xef\xfa\x99\xd5\x69\x4b\x3b\x01\x68\xe8\xbe\x97\x64\x8d\xd6\xf3\xb7\x95\x47\xce\xa3\x72\xe2\xb8\xa3\x1b\xdd\x41\x26\x76\xcb\x66\xaa\x6a\x26\x7e\xdd\x4e\x27\xe9\xc5\x76\xac\x5a\x73\x89\xa2\xbe\x6e\x93\x8d\x68\x43\xbc\xa0\x17\xeb\xc2\x12\x6d\x0e\x9e\x66\x99\x9c\xf6\xa7\xcc\x80\x94\x66\xc8\xc8\xbb\xec\xa5\x09\x8f\xe4\x68\xb1\x8e\x61\xca\x25\x33\xb3\xd3\xaa\xf4\x95\xa5\x7d\xc6\x28\xe7\x58\xae\x62\x9f\xe9\xee\x82\x96\x99\x6b\xc6\x05\x2d\x0b\xc2\xf7\xca\x2e\x5f\x3f\x79\x4f\x97\x07\x7a\xc7\x55\x9c\x82\x93\x6f\x20\x5e\x8b\x55\x72\x95\x10\x4c\x82\x2e\x29\x59\x4a\x0d\x48\x96\xe1\x46\x2f\xce\x1a\x65\x72\xba\xc4\x0d\x57\x97\xb1\xe9\x2e\x1b\x59\x6f\x36\xb0\x8a\x17\x70\xda\xfe\x03\x79\x3b\x33\x90\xf8\x27\xfa\xb4\x31\x08\xdd\xdb\x72\x7a\x1b\x64\x1b\xc7\x72\xb5\xc9\x8e\xd9\x89\xd1\x2e\x4e\x07\x92\x43\x97\x6f\xff\x65\xde\x98\x1b\x7e\x39\x69\xaa\xbd\x52\xfa\xa2\xf8\x3a\x2b\xaf\x38\xaf\xea\x64\xe0\x07\x92\xac\x51\x19\x41\xa2\x23\x8a\x15\x47\x76\x35\x87\xde\xf7\x55\xed\x75\x13\x33\xd3\x75\x68\x7f\x8b\xbe\x94\xe0\xb4\x38\xfd\xe8\x81\x64\x8c\x6d\xd1\x66\xcd\x5f\x40\xd2\x30\xfb\x18\x2f\xf3\xb1\xf0\x95\xab\x39\xb5\x3b\xdf\xd7\xd0\x53\xdf\x40\xca\xce\x9b\x19\xc1\x29\x2a\xcd\x23\xad\xe6\xea\x37\xac\x84\xf8\xd8\x8a\x88\xeb\xba\x8d\xed\x06\xaf\x9b\xfd\xbe\x4b\x3c\x29\x47\x30\x73\x4c\xab\xe9\x8b\x32\x73\xe9\x4e\x51\xe9\x6b\xd4\x11\x61\xf5\x66\xd6\xdd\x85\x3e\x59\xb3\xee\xea\xe0\xec\xa6\x1c\x15\x3b\x2a\x11\xaa\x38\xc6\x8e\x75\x0c\xc3\x13\xc8\x6a\x1d\xc6\x9b\xf6\xae\x6e\x40\xca\x3d\xc3\xf7\x51\xa5\x1d\x42\x81\x9d\x08\xe2\x63\x3b\x91\x0b\xb0\x1d\x48\x19\xf9\xc0\x4f\xaa\x31\x82\x13\xe2\x4e\x47\xcc\x7a\xd8\xf5\x72\x46\x9b\x6a\x72\xfa\xea\x5a\x43\x57\x10\x17\xf5\x12\x1f\xdb\xed\xf1\xd0\x97\x32\xb5\x34\x57\x90\xee\x0e\x1d\xeb\x35\x45\x9b\xf0\x1a\x42\xe8\xf4\xa3\x58\x6a\xa8\xdb\x88\x7c\xe6\x40\xb2\x8e\xa6\xdf\x75\x1b\xdb\x88\x36\x94\x66\x5e\x97\xe1\xb2\x55\x9c\x2a\x3b\x00\x22\x39\xae\x21\x99\x3d\x08\xa8\xf9\xdf\x3b\xbe\xc8\xa1\x24\x95\x79\xda\x07\x1d\xb2\xaf\x64\xa4\xb9\x33\x33\x59\x8d\x72\xb7\xbc\xe4\x7a\x8f\xc5\xa9\x21\xba\xeb\x3d\x76\x2c\x4a\xcb\x29\x46\x1b\x54\x63\x3a\x7b\xc8\xfd\xad\x9f\x72\x5f\x73\x5a\x7b\xc9\x8b\x8e\x32\xb3\x30\xec\xb2\x91\x8d\x5b\x7c\x89\x6f\x6e\x0e\xa2\xed\x44\xa0\x71\xe7\xad\xe9\xd0\x51\xd0\xdc\xa9\x53\xe0\x47\x97\x52\xa7\xe4\x09\x79\x73\x6d\x13\x07\x1f\x1c\x48\x4e\x77\x31\xba\xb5\xb3\x25\xfa\x7c\x4b\x11\xef\xf7\x6c\x36\xca\x6c\xb5\xd3\xaa\xb8\x36\xf2\x81\x1c\x7d\xe7\x99\x29\x19\x69\x77\x1c\xdb\x81\x94\x82\x93\x0d\x74\xdd\x93\x01\x52\x2c\xa7\x46\xac\xf1\xa4\x38\x0a\x0e\xcb\xa2\x2a\x1f\x7d\xba\xb2\x76\xcc\xc5\x51\x5f\xdc\x80\x76\xeb\x43\x87\xbd\x36\xf7\xef\x0d\xa4\x5c\x57\x20\xb6\x39\x6c\x57\xc5\x3d\x90\xdc\xd7\xa2\x4d\x71\xf2\x81\x68\xdb\xa5\x78\xe2\x49\x09\xd1\x17\xf3\xdc\x68\xe2\x68\x5b\x36\xce\x54\x20\x65\x36\x48\x01\x55\x71\x53\xbc\x27\x32\x85\x48\xbd\x94\x1c\x34\xd7\x2b\x9e\x7c\x8b\xbb\x01\x72\x2e\x69\x48\xb4\xf3\x93\xcc\x2b\x20\x49\x1e\x1c\x8f\xed\xd0\x74\x50\xf2\x61\xdf\x67\xc8\xa2\xab\x8b\x20\xb4\xaf\x87\x93\xb3\xf4\x80\x94\x4a\x1e\x72\x23\x2e\xba\x17\xc8\x30\x0e\x80\x7c\xed\xc3\xc5\x4a\xd9\x77\x3b\xf9\xf5\x1e\x90\xfc\x81\x38\x56\x0f\x6b\xfa\x21\x8b\x4f\x87\xbc\x58\x01\xb4\x9e\xb6\xa6\x43\xf6\x9f\x0e\x07\xcf\xd1\xa6\xea\xe0\x96\xe4\xd6\xd3\x55\xdd\x18\xfd\xe9\x2b\x01\xd2\xe7\x58\xbc\xc1\xe1\x24\xb7\x07\x84\x49\x66\xb1\x5e\x6a\x3c\x29\x87\xae\x1c\x90\x39\x3b\x46\xd0\xf7\xd9\xc5\xf0\x40\x92\x3f\x39\x55\x4f\x87\x83\xb3\xf2\x2e\xd1\x89\xcc\xb0\xe4\xba\xd7\x2e\xc8\xb7\xcc\x5b\x19\xe7\x2b\xd7\xcf\x6c\x8d\xef\x53\xae\x8d\x16\x9c\x9d\x0c\x5a\x65\xb0\x4a\xca\xae\x51\x30\x3a\xba\x46\x66\xc5\x84\xec\x3a\x98\x1d\xd5\xe2\x52\x3e\x8d\xdc\xf8\xa2\x97\xcd\xa1\x7c\x83\x78\xf8\xd6\xd8\x87\x97\x4b\xca\xb1\x66\x2f\x6a\xcb\x47\x9b\x94\x74\xac\xa0\xac\x54\x2d\x30\x8b\xb8\x39\x98\x29\x72\x6d\xa4\x78\xb2\x69\x84\x68\xb3\x89\xfc\x06\x9a\x5a\x79\xaf\x84\x22\xe5\x2a\x86\xd3\x25\x6b\x53\x45\xaa\x74\xbd\xc7\x92\xa3\x4f\xb1\x87\x4e\x3b\xdb\xa9\x95\xe8\x7a\xe7\x7d\x5f\xa6\x1a\xc6\x82\x7d\x39\x43\xa5\x67\xbd\x9d\xb5\x02\x55\xed\x36\x67\x0e\xf3\xb6\x9d\x98\xc2\x99\x45\x0e\xa4\xbc\xcf\x37\x4f\x3a\xef\xba\x15\x6a\x54\x24\x2c\xe3\x7b\x9d\xb2\xcb\x15\xd6\x44\xa7\xce\x3e\x81\x90\xb2\xe5\x86\xd6\x9c\x7c\xb1\xbb\x08\x61\x73\x52\xca\x4e\x31\x41\x17\x4f\xea\x94\x0f\x4c\xf1\x24\x21\x21\xfe\xc0\xe4\x64\x30\xe6\xde\x1c\x3b\x56\x1d\x4e\x71\x20\xa5\x96\x36\x89\x26\xea\xcb\xa9\xf2\x7b\x44\x76\x4d\x9e\x74\x89\x55\xa3\xcf\xbe\x9d\x62\xf4\xd3\x26\xad\x20\x73\xb9\x2d\xea\x5c\x01\x29\x23\x82\x51\xcb\x91\x5d\x05\x15\x0c\xf5\x02\xe1\xa6\xf6\xed\x24\xe9\x46\x34\x47\x7d\xe5\xca\x06\x62\x06\xb8\xa2\x4d\xbc\x9c\x75\x7d\x8e\xbb\xea\xc3\x97\xce\xce\xd3\xfa\xd1\x80\x1c\x53\xd7\x80\xc4\xcf\x24\xde\x73\xb8\x81\xc5\xdf\xad\xcc\x0d\xc5\x85\x01\xba\x6b\x02\x66\xe7\x00\x3b\x90\xcc\x31\xe6\x9b\xb7\xd3\x65\xa2\x19\xdb\x45\x2a\x18\xa7\x69\x3c\x90\x8a\xe0\xf7\x78\x52\x9a\x5b\x4b\x25\x5b\xf5\x1a\x9a\x53\xe5\x77\x57\x16\x1c\x18\x4b\x76\x71\x82\xf1\x19\xd0\x53\x29\x5e\xfc\xb5\x45\x72\x48\xec\xad\x2a\x0b\xd6\xd8\x23\x47\x5a\xdd\xa0\x9d\xf5\xfe\xa3\x45\x9b\xf9\xfb\x78\x4f\x17\x19\xfb\xe0\x3a\x0f\x2e\x79\xda\x77\xe1\x20\xf1\x9e\xeb\xa3\xd5\x68\xb3\xef\x47\x40\x32\x29\xb1\x0f\xd6\xf4\x3b\xe7\xd8\x81\xa4\x65\x35\x9b\xb0\x95\xe4\xb3\xa0\xff\xdd\x76\x66\x43\x8f\xbb\x43\xd3\x4f\x9f\x4e\x5f\x79\x05\x64\x0d\x25\x7d\x5a\xa3\xcd\xcc\x5c\x02\x02\x47\xc5\x5d\x65\x2e\xec\x1f\xa8\x68\x6f\x33\x90\x0c\x53\xbe\xba\x76\x15\x37\x85\x81\xd7\xb5\x12\x33\x66\xe9\x2d\xa9\x24\x63\xb2\xde\x55\xdf\x9e\xd9\x4d\x6b\xf3\x63\x9e\x4e\xd6\x89\x7a\x66\x3b\x17\x05\xd6\x11\x87\x64\x35\xf8\x3c\x82\xb0\x72\x8c\x2e\xde\xb1\xc4\x7b\x32\x76\xdd\xec\x66\x35\x96\xfb\x9a\xd9\xd2\xed\xb7\xcf\xac\xb7\x13\xb6\x07\x64\x25\x88\x57\x10\x69\xc6\xca\x93\x6d\x69\xa6\x71\xe2\x14\x3e\x95\x1d\x4b\x79\x20\xed\x11\xdf\xd0\x4c\x35\xa0\x21\xae\xe2\xe8\xdc\x1e\x07\x92\xea\xe6\xe2\x3d\x91\x7d\x47\xe6\xf5\x2d\xd9\x26\xd7\x1a\x90\xd4\x72\x31\x9e\xb3\xe7\x81\xf3\x8d\x34\x43\xd1\x26\x07\x5c\xf6\xbd\x21\xbb\x4d\x20\x69\xc2\x4d\xb0\x5d\x0b\xb2\xe1\xeb\xb5\x9b\xbd\xd5\x53\x8c\x27\xd5\x22\xe7\x5d\x3a\xfa\x8e\x3f\xd0\x46\xee\x01\x5f\x9c\x49\xf3\xe6\x6c\xba\x6a\x64\x66\x25\x24\xdb\xf4\xf6\x7d\xe1\xd4\xee\x08\xad\x1a\xc4\xc0\xe5\x26\x2f\xc8\x54\xe7\xbe\xf0\x44\xbb\xb3\x2b\xf3\x49\x8e\xde\x82\x53\xde\x4a\xc1\x59\x67\x8f\x36\x09\xb5\xbe\xad\x76\xc7\x4d\x24\x7a\x79\xe8\x03\xa3\x4d\xee\x3a\x10\x57\x29\xfe\x0b\x9e\x19\xc4\x5d\xa1\xf5\xdc\xc3\xa9\xcf\xd9\x88\xe1\x54\x2d\x90\x86\x61\x93\x20\x9b\x6b\xe7\xb9\xc1\x46\x0c\x7f\x11\x5b\xed\xec\x1a\xdc\xf7\xc4\x64\x25\xc6\x93\x19\xa0\xd5\x11\x90\x8f\x1c\x4f\xe2\x73\x90\x81\xa4\xcc\xe0\xe6\x74\x32\x4b\x9c\x85\xb6\xd3\x57\x8e\x78\x4f\xa6\x3d\xb4\xe4\x8e\x8a\xea\x37\xc7\xc3\xae\x74\x8d\xeb\x70\xda\x00\x7a\x05\x94\xa5\x9b\x9a\x40\xce\x65\xd0\x80\xa4\x38\xb2\x94\xb0\x6d\x4c\x70\x34\xdc\x81\xac\x37\x0e\x48\x22\x67\xe6\xbd\xe9\x4c\xc8\xf4\x69\xcf\x0c\xbe\x68\xba\x8c\xea\x88\x36\xbb\x38\xdd\x40\xbe\x20\x02\x12\xff\x14\x6d\x2e\x74\x64\x55\x8a\x2b\x3c\xd6\x59\xa3\x4d\xa6\x1a\xb0\x60\x0d\x73\x22\x13\x48\x01\xcb\xf4\xa2\x2a\x8e\xad\xb1\x4a\x92\x6d\xda\x15\xef\x09\xb1\x0b\xd7\x9a\x64\x9b\x8e\x4f\xea\x5e\x76\x93\x04\xb3\x1c\x4d\x85\x67\xc6\x7e\xd8\xc1\xd1\x06\x57\x07\xc7\x74\x7c\xc9\xa9\xb5\x87\xde\xd1\x15\xf4\x6a\x5c\x5d\x70\xc3\x77\x40\xd2\xa0\x83\x3d\x4e\xa3\xdf\xc0\x5d\xe7\x94\xf8\xbc\xb7\x9c\x82\xbe\x00\xc9\x3f\xb6\xf2\xa4\xae\x04\xbc\xb9\xb7\xb3\x4f\xe0\x7f\xbf\xed\x24\x86\x11\x77\x47\xc6\xba\x06\xa4\x94\x9f\xcc\xc5\x55\xeb\x50\x4a\x38\x74\xa5\x24\xc8\x86\x73\x4a\xc0\x0d\xbb\x4e\x5d\xae\x90\x0d\x39\x82\x95\xc1\xe5\xf8\x72\x91\x7f\xc8\x9b\x33\xcf\x21\x5d\xb8\xfa\x5c\xc5\xcd\xce\xa1\x2b\x79\x72\xc6\x94\x0e\xbf\x12\x43\xe0\x7a\x73\x2d\xd6\x5a\xce\x5e\x03\x49\x6e\xbf\xec\x46\x08\xe1\x7d\x39\x93\x35\xd7\xb6\xca\xc6\x35\xd7\xe9\xe8\x0e\x4f\x69\xf8\xfc\xb8\x6c\x5c\xed\xb0\x5d\x6f\xec\x36\x13\x48\xd9\xbf\x21\xd1\x6f\x7d\x51\x5c\xb1\xe6\x94\x1b\x67\xc5\x89\x22\x32\xb3\x7e\xdb\x58\x09\x13\xe6\xd0\x95\x06\x4e\x50\x60\xee\x0e\xc8\xca\x59\x7a\x91\x5a\x27\x38\x5e\x05\xab\xb4\x14\xb3\x76\xba\xda\x42\x9b\xbe\x0f\xf3\xf2\x7e\x6f\xcf\xf3\x7c\xc3\x18\x97\xd3\x59\x49\x91\x3a\x1c\xac\x52\x6a\xfa\x36\xf7\xc5\x79\x34\x6b\x93\xa2\x1b\x79\xee\x5e\x01\xc9\x79\x3d\x05\x64\x75\xfe\x04\xd2\xf0\xe2\x0f\xc7\xb8\xcc\x4d\x89\x50\x0c\x47\xb2\x64\x67\x7f\x3a\x90\x7c\x60\xc5\x0b\x0c\xc7\xb5\x34\x7b\x3b\x8f\xa1\xdc\xfc\xc5\xe1\xd9\x63\xc8\x51\xaa\xd9\x25\xfd\x40\xca\x4d\xda\xf9\xa4\xed\x2c\xfe\xf1\xa4\x44\x78\x91\xc5\x31\xc8\x2e\xc7\x5c\x92\xb3\x9f\xce\x09\x24\xcd\x74\x05\xf2\x11\x1f\x3c\x69\xbd\x5c\x8e\x36\x87\x7d\x64\x20\xa1\x72\x61\x04\x3b\x12\x75\x8f\xee\x30\x93\x9b\xaf\x4d\x0e\x6a\x1d\x01\xc9\x61\x6d\x26\x20\x6b\xb1\x18\xc1\x44\xf9\xba\x80\xa4\xe7\x2c\xd1\xa7\x0a\x0f\x35\xf7\x72\x8b\xef\x2a\xac\xb5\x2b\xd3\xd9\x1b\xf8\x40\x4a\x32\x28\x6e\xea\x40\x96\x20\x02\x52\xe6\x86\xda\x81\x5c\x52\x32\xda\x54\x17\x2f\xf9\xfb\x9c\x53\xc2\xd1\x46\xc3\x95\xe9\x7a\x63\x8f\x94\xcd\x2e\x3b\x50\x60\x38\x74\x25\x3b\xeb\xed\x81\x74\x09\xb4\x68\x93\x9e\x33\x5d\x40\xe6\xad\x18\x41\xba\xf6\xc9\x2a\x29\x74\xa5\xb8\x3c\xff\x18\xce\x58\xe7\xc4\x50\xc3\x55\xeb\x5a\x8e\x27\xc5\xf9\x58\x2f\x7e\x20\x15\xfa\x2c\x1e\x21\x2b\x47\xc7\x3d\x07\x90\xb8\x53\xe6\x92\x5d\x71\x86\xb5\xce\x4e\x02\x14\xef\x89\xf8\xf8\xe2\x3c\x90\xb4\xeb\x39\x03\x29\xfa\x8e\xa3\xe3\xdc\x10\x83\x95\xcf\x44\x10\x16\x20\xe9\xd3\xc1\x3a\x07\xb9\xd8\x9b\xfb\x40\x12\x94\x0b\x73\xd9\x0a\x0c\x4a\x1d\x48\x58\xce\x8e\x59\xb6\x99\x7c\xbb\xa5\x99\xfe\x81\x14\x01\x7a\x17\x20\x25\x39\x6a\x1d\x48\x26\x4f\x4e\x40\xb1\x77\x09\xf8\x29\x19\xa5\xb9\xf2\xc8\x70\x70\x4c\x0e\x6c\x95\x54\x92\x1b\xbb\x59\x70\x1f\x65\x3c\x5f\xc6\x57\xb4\x99\x77\xa4\x17\x05\x1b\x55\x76\xac\xb8\x26\x27\x3b\x8d\x3d\x04\xca\x50\x9d\xc3\x82\x3e\x15\x0e\x53\xcd\xce\x8c\x21\x0f\xa0\x5c\xc1\x9e\xea\x6c\x6f\xb7\x7b\xb1\x7d\xc2\xbe\x0a\xc3\x61\x2d\x25\xf5\x80\x5c\xb8\x0d\xc8\x69\x83\x99\x4b\x75\x78\xd1\xc5\x08\x0e\x75\x02\xe7\xc5\xdf\xd7\x0b\x4c\xae\xae\xfb\x97\xe3\x49\x45\xfb\xd1\x4b\x73\x81\x06\x28\x83\x52\x2e\x64\x47\x9c\x0e\x87\xbc\x94\x31\xa3\x4d\x3a\xe5\x6a\x7c\x69\x0e\x3d\xca\x15\x48\x5a\x01\xf6\xc8\xde\x3a\x2e\x36\x30\x06\xd5\xdd\x07\x7d\x8a\xcd\x3b\xb2\xe9\xb7\x44\xb9\x99\xab\x4d\x5e\x50\x1b\x3d\x0a\x64\xca\xa2\x40\xe6\x18\x8b\xf9\x6f\x66\xc6\x0f\xe4\x10\xd7\x01\x24\x77\xf5\x12\x4f\xca\x9c\xd6\xdd\xa7\x4c\x20\x25\xf3\xf1\xdd\x36\x56\xc8\xb0\x72\x35\xd4\x99\xe2\x49\xe9\x94\xbb\x17\xcd\x4e\x38\x05\x34\xb0\x29\xa3\x72\x70\xcd\x99\x77\xb6\xcc\x01\x30\xe6\x63\x87\x43\x5e\x5a\x90\xe1\x6e\xb3\x1f\x47\xa7\x5b\x03\x74\x31\xba\xc2\x61\x1c\xcb\x35\x46\x77\xa6\x59\x96\x17\x77\x9d\x5a\x80\xe4\xd8\xce\x76\x9a\x87\xbf\x62\x3c\x57\x75\xcb\x8c\xe0\xba\xd7\xdc\x95\x32\x8f\xe4\x99\x03\x52\x32\x9f\x4f\x9b\x0e\x2e\x68\x30\x9c\x0d\x2d\xdf\x40\xd2\x34\x82\xe6\x76\x01\x72\x72\xc9\xe1\x5a\x6d\x35\x73\xc8\x86\xdd\x01\x59\x17\x99\x47\x6a\x03\x41\x87\x2f\x96\x3b\x20\x29\x4f\xb8\x3c\xa8\xdc\x06\xa2\x29\x18\xa7\xdb\x63\xf4\x40\x32\x79\x42\xa6\x06\xc6\x4a\xc6\x33\x4e\x4c\xda\xe4\xcc\x36\xaf\x80\x44\x44\xd8\x15\xe7\xe7\x0b\xb2\xe8\xa0\x1a\x17\xe2\x3a\x90\xb4\xa5\x5c\x48\xe6\xfd\x3b\x04\x46\xc1\x31\x3d\x58\x01\xfb\x03\xb9\x98\xe7\x81\xa4\x29\x66\x6f\x95\xcb\x20\x5b\xa7\x7c\x20\x5d\x9c\x31\xc2\xb6\x1e\xb0\x03\x59\x09\x32\x80\x84\x75\x10\x57\xd7\x73\xbf\x59\x79\xd5\x6c\xaf\x03\x92\xb2\xec\xb5\x0c\x99\x5a\xae\x0d\x97\xa2\xcd\x56\x07\x8f\xb0\x9c\x70\x09\x9c\x58\xd2\xa0\xbb\xd8\xd6\x81\x96\x34\xda\x17\x90\xfc\xf6\x99\xcb\xb2\x03\x27\x64\x78\xe1\x74\x57\x81\x94\x1b\x02\xcc\x5a\xf2\x85\x72\x32\xfe\xe1\x80\x9b\x9a\xa2\x17\xc7\x6e\xc2\x6c\x2c\xbb\xa4\x72\x8a\x1d\x8c\x63\xf3\xeb\xa0\x54\xdb\xe0\x8c\x29\x1f\x60\x99\x2d\x20\x9b\x89\xe3\x49\xb3\x4f\xcc\xcc\xa9\x7a\x59\x25\x67\x0e\x74\x36\x8f\xe1\xa2\x6e\xa5\x83\x3d\xcb\x65\x33\x3e\xd0\xc1\xba\x02\x91\xdc\x36\xd4\xf2\x9e\xfc\x96\xea\x04\x93\x95\x02\xa1\x07\x97\xb9\x9d\x35\x86\x8b\x13\x8b\x0b\xb4\x40\x3e\x4d\xd9\x2e\x78\x07\xf2\xa5\x1a\x23\x48\xcd\x12\xef\xb9\xa8\x31\x2b\xb8\x9d\x67\x24\x46\x5f\x2a\x5c\x51\x03\x72\xf6\x4a\xaf\xe7\x76\xb5\x6e\x76\x65\xdb\xec\x17\xe3\x89\xd6\x35\x28\x18\x85\xd4\xee\x04\xa4\x5a\x46\x50\x45\x65\x76\xaf\x71\x35\xcb\x6f\x29\x9f\x33\xfd\x2d\x51\x7e\x38\xdf\x04\xd4\xdc\x4e\x4d\xc1\xe3\x3a\x99\x7b\xe7\x88\x3f\x5c\x8f\x02\xb4\x73\x0c\x91\xb3\x2b\x0f\x57\x67\xab\x17\x1b\xe1\x2c\x0b\x8d\x83\xf4\x30\xe7\xc3\xe6\xba\x68\x7b\x2c\xa8\x84\xcc\x12\x7c\xa5\x33\x30\x24\xc8\xfe\x83\x52\xe5\xee\x53\x0e\x4f\xb5\x41\x7c\x48\x94\x78\x05\x24\xc5\x3f\xe4\x4d\xe5\xdd\x7b\x7c\x91\x4c\x35\xad\x80\xe6\x4f\x7b\xa1\x42\x24\x6d\x9c\x99\xf0\xc6\x4e\x84\x1e\x64\xd8\x82\x64\xbb\x03\x92\x21\x85\xad\x76\xcd\xb5\x46\x2f\x12\x1d\x5b\x70\x5a\x12\x16\xeb\xcd\xf1\x70\x9c\x50\x83\x6c\x28\x32\xa8\x76\x2e\x08\x27\x27\x4c\x6c\xa7\xeb\xaa\x75\x0e\x99\xab\xa5\xa5\x1c\x90\xbc\x36\xf8\xa2\x97\xf3\x5b\xc4\x93\xba\x1c\x3b\xbc\x8e\x4d\x27\x37\x92\x8e\x04\xc2\x1c\x87\xda\xe1\x3e\x35\x47\x9b\x2e\x01\x08\x28\x35\xc6\xb9\x7e\x95\x39\x30\x0f\x56\xd7\x35\xc6\x43\x9a\x91\xdb\x54\x4f\xf0\x6b\x36\x9d\x5c\x1c\x63\xe7\x24\xb8\x58\x25\x67\x21\x18\xf0\x6b\x6f\xe7\x76\xe6\x9a\x51\x4e\x82\xd2\x20\xbc\x6f\xeb\x39\x63\x74\xe5\x0a\x8c\xab\xe4\xed\x20\xef\x8b\x11\x74\xe0\x1d\xfb\x37\x1c\x8c\xd3\xed\xcc\x76\x20\x67\x4b\xe8\x40\x12\xcc\xbd\xb7\x53\x72\x5d\x71\x52\x80\xe1\x5a\x6d\xbd\x7e\x20\x25\x89\x9c\xf4\x29\xc1\xd5\x79\x0e\x06\x35\xd7\xb8\xac\xe6\xb5\x9d\xd0\x31\x20\x69\x75\x0b\xbd\xb8\x6e\x8d\x2f\xce\x99\x1c\x57\xe6\x7d\x20\xe8\xc4\x1a\xca\xe1\xc0\x92\xec\x6c\x76\x63\x26\x67\x6d\xb3\x5c\x30\x9d\x06\xc0\x9e\xc2\x07\x52\x45\xbb\x8b\xf7\x6c\x5a\xcf\xf4\x29\x7d\x3a\x7c\xac\x43\x42\xea\x60\xd6\xc9\x59\x8b\x7d\x36\x29\xd5\x06\xd3\x30\x95\xbb\xaf\x5a\x83\x7e\x20\x05\x48\x7b\x6f\xa7\x42\xfd\x4b\x67\x25\x14\xf6\x51\x73\xb4\x59\xd3\xdf\x80\xec\x6a\x66\x09\x62\x3a\x2c\x7f\xb2\x2b\xb7\x13\xb1\x9a\x25\x9b\xf2\xb6\xea\xc8\x67\x0e\xc3\xe8\x83\x95\xcf\xf6\x58\x31\x0e\x4e\x65\xcf\x2b\xdd\x27\xdc\x05\xd8\xba\x3d\x64\x86\x03\x36\xaa\xa3\x27\x0f\x24\x85\x28\xfb\x20\xbf\xac\x5c\x19\x2f\x3b\xcb\x35\xe3\x65\x7b\x8c\x0d\xfa\x74\xfe\x95\x0b\xc8\xd7\x1a\xab\xe4\x4c\x77\x8e\x50\x1e\x2e\x88\x56\xb9\xfc\x67\xd6\xa5\xc3\x09\x77\x34\x45\xb1\xa6\xff\x40\x4e\xdc\x50\x80\x64\xac\xfc\x40\x62\x0f\xaf\x80\xe4\x84\xfa\x1f\xe0\x94\x27\x85\xb6\x6b\x0c\x28\x91\x9a\xa9\x15\x3b\x5b\xdf\x01\x29\xb5\x0f\xdb\xa2\x30\x8c\x7e\x33\x6d\x99\x5c\x6a\xbd\x99\xa8\x95\xf4\x23\xde\x53\xb2\x94\x98\x9a\xc3\x51\x7d\x1f\x52\x11\x2d\x83\xbc\x76\x04\xb3\x0b\xd0\x81\x74\xcf\x98\xab\x9d\x15\xc2\x5b\x81\x6c\x1e\x01\x92\x16\xd2\xc9\xce\x87\x83\x24\xba\x93\x44\x0e\x2a\x9b\x35\x16\xd4\xb5\xad\xe7\x60\x3c\x1d\x40\xee\x51\x87\x3e\x94\x11\xa3\xbb\x08\x92\xef\xbc\xa9\xe8\xfe\x32\x99\x27\x75\xc7\x2c\x36\x3b\xf8\xa0\x15\xd0\xbc\x39\xcd\x90\x49\xfb\x74\x3c\x7f\x1c\xb9\x66\xaf\xe5\xca\x93\xf6\xb6\x64\x05\x2d\xb1\x38\x27\xed\x81\xe4\xab\x90\x02\x12\x51\xae\x8c\xae\x03\x98\xf9\xbe\xe6\x8c\x1d\x23\x20\x85\xa0\x98\x10\x4e\x52\x75\x33\x9e\xab\x44\xdb\xdf\x62\x38\x88\xa0\xc0\x81\xce\x6e\x91\xb3\xc6\x7b\x92\x4a\x38\x72\x72\xc5\x6a\x4e\xb8\x7f\x20\x69\x6e\x99\x8b\x6c\x10\xcd\x29\x7a\xc6\xec\xb6\x75\xf7\x80\xcc\x97\x30\xba\xc9\xb7\xaf\xf4\x29\x89\xa5\x42\x6a\xa7\xb2\xbd\x35\x48\xb4\x83\x08\x4a\x83\xd8\xd9\x4d\xcb\x89\xa1\x86\x8b\x74\x65\x27\xf3\x19\x53\x39\xbd\xdb\x05\x2e\x29\x48\xbf\x54\xe6\x69\xa9\xa4\xb2\x9b\xc3\x61\xcf\x1c\xce\x61\x97\x46\x5f\xb8\x73\x90\x75\x3a\xda\x24\xf0\x46\x9f\x52\xaf\x21\x95\x4c\xd7\x69\xb6\xbb\xd5\x70\xa0\x40\x1f\xbe\x82\xe6\x54\x58\x77\x83\xdc\x4c\x27\x6a\xe2\xfb\xa4\xdb\xef\xe9\xf3\xa4\x03\x88\x13\x90\x5d\x52\x03\xd2\x05\xf1\x81\x4c\xc2\x3c\xcf\x69\x97\xbf\xe8\x53\xea\x84\x01\x5e\x2f\x8b\xdb\x9c\x80\x65\x45\x0e\x58\x67\x1d\x3d\x52\xd7\x54\xe6\xec\x1c\x84\x77\x2d\x9b\x27\x3b\x90\x1d\xba\xdc\x8b\x3c\x87\xea\x0d\x46\xda\x57\xe8\x86\xa0\x99\xab\x9d\x8c\xe7\xb0\xf5\x20\x6f\xce\x9c\x3d\xe2\xbd\x69\xcf\x64\x8f\x2e\x1f\xfb\xee\x50\xa7\x03\xc9\xde\x73\x03\xb9\xee\x09\x67\x9a\x6a\x42\x25\x20\x67\xbb\x08\x48\x72\xb2\xa5\x3c\x6a\x0b\x5d\xe6\x7f\xe7\x43\x8a\x9c\x09\x0e\x3e\xb4\x9b\x77\x8a\x36\xe5\xbd\x83\x64\x2a\xcb\x75\xae\x7c\x91\xec\x05\xb5\x43\x0b\x9c\x5a\x2b\x30\x44\x29\xb2\x5a\x86\x12\x3d\x2d\xad\x59\x72\x9c\x2e\xc9\xdb\xb8\x12\x9e\xae\x6e\x09\x95\x7a\xba\x64\x17\x38\xff\x34\xcb\x79\xfd\x07\x88\xf2\xcb\xd9\x9f\x2c\x92\x4d\xe7\xba\xca\x1c\xea\x17\xc9\xe6\xbc\xbc\xf0\x72\x2c\x1a\xe1\xd9\x85\xf7\x74\x90\xb2\xf5\x41\x2e\x24\xd3\x33\x13\x95\x42\xbd\xcc\x3b\x20\x09\xe6\x1c\xb9\xb7\x5d\xcd\x20\xf4\xe2\x98\x7a\x06\xed\xc4\x23\x75\xb8\x4c\x17\x68\x69\x85\x25\x7c\xbb\x8c\xa3\x45\xc7\x75\x59\xe7\x6a\x91\x7a\x29\x39\x52\x71\x32\xcb\xb1\xa8\x36\xeb\x43\xbd\x9c\xbf\xd9\xa1\xe2\x63\x5d\xae\xc5\xe1\xbb\x79\x49\x87\xdd\xe0\x9f\xd6\xb5\x9d\x6f\x4d\x5f\xeb\xea\x29\x1d\x3e\x6f\x49\x6b\xdd\xd8\xb2\x25\x1f\x95\x6e\x27\xfb\x03\x29\xd7\xb2\xc9\xfe\x4a\x4e\xb9\xe2\x2b\xcf\x35\x51\x2a\x3c\xee\x4a\xce\x0f\x66\x92\xb9\x12\x19\x2d\x18\x41\x88\x9d\xbd\x9d\xb8\xb2\x3b\xae\x6c\x2c\xf3\x56\x9f\x27\x95\xac\xde\x59\xdb\x0e\x64\x17\x7f\xe6\x82\x17\x31\xdf\x20\x63\xa5\x93\xac\x8c\x25\xbd\x78\xad\x8d\x36\xd9\xb3\x5d\x0e\xf5\x40\xb2\x2f\xb3\x82\x72\x81\x6f\xf0\x8e\xcb\xa1\xb8\xae\x3c\x7d\x20\xf9\xab\xb2\x82\xd6\x61\xdf\xde\x4d\xfb\xbc\xf7\x18\xc1\x9e\x35\x37\x33\x93\x46\xbb\xc2\x3b\xda\xe7\xbd\xbb\x7a\xe0\x81\x9c\x91\x8f\x5e\xc4\x1f\xda\xb2\x3f\x96\xf4\xcd\x19\x8c\xc4\xcb\xbd\xf2\x64\x26\x8f\x59\x40\xca\xe4\xc7\x6e\x12\xf0\x5a\x02\xaa\xe2\x71\x33\x90\x6c\x25\xec\xad\x62\x5a\xab\x7d\x70\x0e\x24\x85\x05\xdf\xe0\xc4\x49\x37\x78\xe6\x02\xb6\x48\x4f\xf6\x8e\xaf\xf6\xa0\x1e\x4b\x79\x83\x6b\x8e\x3e\x65\xfa\x72\xc5\xf8\x03\x59\x49\xe7\xf7\xa4\x37\xae\x17\x7b\x24\x4f\x97\xec\x4c\x70\x83\xfa\x25\xd5\x24\x6c\x89\x27\xab\x36\x72\x1e\x48\x7c\xba\x09\xe1\x22\xe1\xd2\xa0\x4f\xab\xf3\x7c\x8a\xed\x47\xdf\x0b\xbb\xe2\x34\x4a\x8d\xb9\x14\x7b\x27\x74\x7a\xd9\x66\x1a\xbc\x9b\x62\x91\xb2\x9d\x2d\x0f\x24\xf9\xc5\x72\xc8\xaa\x2e\xd7\x60\x1e\x77\x39\x01\x12\x6c\xc9\x32\x73\x83\xbd\x67\xd9\xdb\xa3\x71\x1e\xaa\x2b\x80\xd3\x8b\xbc\xd5\x5b\x02\x97\x9a\x2d\x43\x26\x8b\x4b\xd1\x9a\xf5\x02\xcb\x9b\x5d\xe2\xc0\x48\xc5\x67\x66\x9b\xda\x86\x3d\xd9\x4b\x60\x4f\x73\xbe\x76\xce\x43\x73\x1a\xfd\x04\x24\x95\x9d\xd3\x1a\x1d\xc8\xa1\x40\x03\x48\x16\xa5\x98\x8b\x33\x98\x47\x2f\xdb\x3a\xfa\x68\x33\x3b\xe3\xf7\xa4\x9c\xcd\xc8\x2f\xf6\x2c\xcf\x85\xf5\xec\x24\x66\xf3\xd7\x4a\x21\x5a\x73\xfd\xd6\x25\xee\x3c\x2a\x8d\x9a\x05\xa6\x45\x38\xa3\x6f\x6a\x57\x17\x69\x8e\x8a\x3a\x90\x3c\x02\x2c\xa4\xe0\x3e\xde\x21\x4c\xf6\x86\x40\x3f\xb3\x5c\x2e\xd4\x19\x55\x0f\x24\x93\x0b\x84\x50\x75\x48\xba\xb3\x38\x1d\xc8\xd5\x1b\x18\x5d\x87\x13\xee\x6d\x8d\x69\xfb\x32\x7d\x8a\x4c\xa5\x4f\x9b\xf5\x56\xd1\x8b\x5c\xe2\x20\x6f\xf2\x9b\xc8\xf6\xff\x3d\x90\x53\x75\x33\xba\x8d\x4f\x8d\x3e\xc5\x0d\x17\x8e\xb8\xdd\xce\x31\xa4\xac\xe1\x84\xfb\xa0\x88\x74\xa7\xf9\xf7\x27\xe5\xcf\x19\x73\x31\x2f\xc7\x51\x15\xc7\x54\xed\xc7\x7b\x20\x73\x22\x03\x48\x45\xf0\x39\xc6\x4e\x25\x84\x6e\x6a\x89\x47\xaa\xf6\x7a\x1d\x6b\xba\xc8\xa9\x6f\x63\xfb\x8b\xd7\xc6\x7a\x4e\x11\xde\x0b\x92\x22\x2d\x6b\xed\x29\x9e\x14\x69\xe7\x0a\xb2\xa7\x44\xac\xb5\xb3\xc9\x36\x50\x4b\x7e\x13\xe3\xe2\xc8\x4d\x34\x8d\xd1\xa6\x18\x45\xd0\x75\x42\x60\x02\x92\x71\x26\x46\xb7\xf9\x07\x92\xb2\x64\x26\x1e\x7c\xbb\x8b\x72\x0e\xc8\xf0\x72\xd6\xb6\x1e\x6d\x0a\xf6\x65\xc7\xc4\xcb\xd5\xcc\x78\xf2\x25\xef\xce\xce\x30\xec\x4b\xde\x32\x07\x70\x69\x95\x26\x07\x42\xa5\x36\x6b\x61\xe5\x97\x0d\x92\xac\xd9\x72\x31\xa3\x1c\x6d\x22\xca\x3d\xda\x54\xa3\xba\x45\x9b\x42\x6a\x6b\xf4\x29\x89\x85\xf3\xb0\x1c\x82\x12\x4f\xea\x22\x83\xa3\x5f\x2a\xd8\x99\xd1\x73\x2e\x17\xe5\xbc\x59\xf9\x65\x2b\xfc\xa7\x4d\x76\x86\xce\x17\x6d\x3b\x46\x7a\x5d\x14\x55\xda\x13\xc4\xc7\x05\x3b\x1b\x04\x94\x12\x9d\x1c\xf8\xed\x30\x93\x2b\xda\x9c\x76\x2b\x7a\x51\x12\xda\x4e\x2f\xba\x00\xed\x29\x71\x20\x49\x10\x90\x22\xf3\xb1\x18\x24\xd7\xb6\x32\x0a\x02\xba\x5d\xd6\x9f\x95\xdf\xce\x90\xc7\x37\x48\xe7\xda\xdb\x64\x3c\xd9\x66\x3a\xab\xb4\x97\x63\x37\x07\x90\x9d\xd9\xa2\x4d\x71\xab\x9c\x15\xe9\x6a\xc7\x15\xdf\xa0\x0b\xa2\x73\x01\xaa\x96\x67\x77\xbe\x97\x03\x29\x1b\x37\xe4\x4d\xde\xf1\x75\xde\xf1\xde\x4b\x25\xde\x3c\x17\xf1\xd4\x05\x66\x71\x39\xfe\x34\x4e\x9c\x38\xec\x96\xaf\x68\xb3\x24\x97\x80\xec\x95\xe2\x99\x3d\xe4\xaa\x30\xa2\x17\x49\x02\x71\xe1\x2a\xa1\x54\xad\x25\xa0\x2e\x1a\x12\x4f\xca\xb8\x0d\x26\x8b\x33\x6f\xb0\x9c\xf6\xc6\xcf\xb5\xc6\x08\xb2\x0c\xcd\xfc\x3d\x51\x96\xab\x7e\x4b\x90\xa9\x28\xe6\x49\x37\xcb\x9a\xd4\x68\x73\x02\x67\x96\x42\x1e\x8e\x93\xad\x7e\x60\x06\x30\xa4\x0c\xbc\x1d\x85\xba\x1d\xf7\x9b\xe3\xdf\x86\x4b\xe3\x8c\x0b\xc4\x7e\xba\xa4\x24\x24\xe5\x69\x9d\x2b\x48\xa8\x0c\xbc\x05\x03\xcc\x7a\xc2\xc1\x00\x2d\xeb\x6a\x3b\x90\x12\xee\xa7\x80\xe4\xa2\x06\x51\x76\xce\xaa\xe0\x9b\x9f\x2e\xe9\x0a\x4a\x5a\x6f\xec\x9c\x5c\x23\x9c\xf3\x39\xfe\x2f\x9b\x27\xd9\x5c\xbb\x1c\xa1\x2d\x5d\x2e\x7d\x19\xe4\xf4\x65\xb7\x73\x48\x83\x0a\x61\xd6\x01\x82\x4a\xa7\xdc\x2f\xc8\x14\xce\xf9\xfe\x06\x57\x56\xc9\xfd\x03\xc9\xc2\xeb\xeb\xc9\xd5\x53\xfa\x34\xf2\x6e\xfb\x93\x20\x56\xee\x84\x33\x54\x3c\x29\xef\x04\x1f\x2b\x3c\xcb\xd1\xf8\x52\x4b\xc5\xe1\xee\xc3\xd5\x53\x8a\x8b\x56\x8e\x9d\x1c\x26\xe4\x6b\xc6\x55\x50\xba\xcb\xfb\x1c\x48\xe9\x74\x0a\xe3\x39\x79\xe6\x60\x3c\xa2\x12\xfd\x9e\xf8\xe6\xee\x20\x89\x03\xa9\xb4\xa7\xd5\x5d\xd4\x21\xe1\xe2\xdc\xb7\x0b\xf4\x7a\xcd\xf6\xed\xc4\xaf\x85\x36\x11\x57\xd7\x3f\x3e\x90\xf9\x5f\x7a\x91\x24\xe0\x2c\xc9\xc3\x5e\xe7\x15\xeb\xc1\x76\x2a\x1a\x34\xa9\xfb\xb6\x32\x6a\x06\x24\xfe\x30\xe6\x62\x87\xb5\xcc\xe8\xcb\x7a\x71\xbe\x41\xd2\x5a\x4b\x3c\x89\x47\x33\x6d\xf6\x07\xca\xd1\x26\x27\xb1\x49\x2f\x4a\x95\x84\x82\x6b\x2b\xf9\x69\x89\xb5\xbe\x9d\xd1\xa2\xc5\x7b\xf2\x5e\xfd\xb4\x99\x10\x32\x4f\x61\x5d\x89\x99\x49\x41\x02\xdf\xb5\xa5\x73\xed\x0d\x9c\x90\x5c\x50\x5d\xb6\x6a\xb8\x7e\x49\xa9\xac\xa0\xbd\x52\x4a\x8f\x27\xad\x5c\x88\x36\x6b\x36\x03\x92\x6c\xe3\x6b\xc6\x3e\xf6\x0d\xde\x71\x4b\x03\xdb\xaf\x78\x52\x98\x7c\x7f\xda\x1c\x5f\x3b\x80\x74\xe2\xc0\x3a\x7b\xe3\xe7\xe8\xd3\x92\xf1\xa0\xcd\xf2\x75\xe5\x8b\x74\x55\x06\xf6\x64\x47\x37\x7c\xde\x93\x13\x63\x89\x27\x75\x56\xc0\xd6\xec\xd0\x6d\x76\xc5\x9e\x2e\xe8\xa2\xed\xd3\x5f\x9d\x5b\xfd\x40\x36\xbb\xb3\x12\x24\x16\xf2\x5c\x8a\xcb\x56\x71\xe2\xec\xf7\xe2\x88\xcc\x61\xbf\xfd\xe6\x72\xaf\xc3\x7e\xfb\x0d\x93\xfc\xb6\xa7\x8b\xc3\x76\x86\xbd\xf8\xab\x33\x98\x8f\x5d\x9c\xaf\xdd\xa4\x7d\x17\xc8\xb7\xc7\xab\x4e\x5a\xc1\x5c\xe4\x5d\x52\xef\xef\xb3\xc4\x9d\x47\x5d\xd8\xc5\x13\xb5\xeb\xc9\x98\x01\x29\x53\xd3\x45\xa7\xe2\x1d\x9d\xdc\x63\xb8\x12\x48\xb1\xf7\xf1\x70\x7d\x8f\x7e\xe7\x80\xa4\xa7\x36\x77\xba\x9b\x2b\x57\x58\xd7\xb7\xed\x18\x82\x10\xbd\xad\x49\x75\xbc\xfb\xd8\xf2\xfd\x68\x70\x37\x76\xf5\xae\x38\xfd\xd8\x9d\xbb\x4d\x16\xc6\x15\x36\xb8\x91\xa8\xa9\x11\x1b\xe1\x52\x86\xe8\x08\x5d\x61\x23\xe3\x06\xb3\x49\x9d\x32\x68\x93\xeb\x97\x73\x20\x0c\x7b\x5e\xb7\xc6\x37\xd8\xbf\xa3\x30\x7a\x14\x3d\xa4\x17\x07\x26\x40\xfa\xba\x0d\x84\x90\x0d\x6b\x2f\xe1\x3d\xf6\xd0\xa5\x13\xeb\xa2\x64\xa4\x1d\xc7\x1e\xfb\x4c\x67\x07\xe6\x8e\x4d\x32\xd2\x4a\x2f\xda\x87\xcc\xb1\x72\x8a\xd1\x01\x62\x4f\xdf\xfe\x1c\x0f\xd5\x79\x68\x1d\xc2\x34\x5d\x59\xc5\xdc\xcd\x9e\xce\x11\x7b\xc5\x7b\xf2\xf4\xb6\xc4\xe2\x8a\x10\xbd\x33\xba\x3d\x1e\x6e\x56\x62\xe2\xcf\xc9\x08\x24\x75\x61\x84\x6d\x03\x0c\xef\x39\x5a\x93\x9d\x56\xd4\x65\x73\xba\xcc\x03\x59\x53\x5c\x80\xf4\x7d\xe6\x83\xb6\x2b\x0b\xba\xdc\xce\x70\x31\x85\x82\x2b\x9d\x8b\x29\x54\x6c\xdd\xdb\x69\x3d\xf1\x55\xd8\x4a\xe4\x99\x27\xeb\xb9\x7d\x58\x7c\xfd\xba\x0c\x42\x85\x03\x75\x19\x84\x3c\x47\xbc\x27\x99\xa1\xf2\x9e\x95\x4a\xe0\xe0\x76\x36\x67\xbe\x41\x5c\x5f\x77\x8a\xa5\x41\xa9\x03\x44\xdc\xad\x5a\x82\x19\x45\xc0\x46\x07\xca\xc9\x91\x9e\x33\x0f\xae\x20\x9b\xcf\x2b\x57\x82\x6b\xa8\x57\xc8\xd4\x83\xb4\xac\x0d\xc8\x86\xa2\x80\x64\x28\x02\xcb\x1f\xb8\x96\x0e\x20\x05\xf0\xe7\x80\x54\x87\xa4\xc6\x7b\x2a\x35\x74\xc5\x7b\xca\x80\x72\x45\x9b\x22\x63\x3b\xa3\xcb\xf1\xac\x7c\x20\x29\x4f\x58\xeb\x87\xf3\x29\x8f\x80\x5c\x2b\x66\x02\xc9\x32\x04\x89\x7e\xf8\xa4\x82\xe5\x32\xd0\xd7\xb8\xd6\x1e\x38\xa5\xb1\x12\x22\x99\x68\xf3\xf7\xc3\xbe\xf9\x31\xba\x8b\x66\x71\xc6\x94\x54\xb4\xe3\x27\xb5\x9f\x2e\x49\xc6\x35\x63\xc6\x0e\x57\xb3\xed\xbc\x26\xe9\x03\xd9\xbe\xe4\x11\x9e\x2e\xd5\x06\xb6\x3e\xad\xd1\xb6\x9a\xd3\x05\x13\x4a\xe1\xaa\x7c\x4d\xe3\x59\x03\x92\x57\x3d\x67\xf3\x65\x83\x2b\x2b\xff\x92\xcc\x80\x97\x0f\x1e\xdb\xa8\x36\x36\xe9\x39\x3f\x6d\x72\x78\x60\x95\x5c\x47\x1c\x2b\x00\xa5\x07\x52\xff\x9e\x53\xb6\xe3\x77\x49\x90\xc5\xb7\x53\xf4\x40\x6e\x70\xe7\xae\xd1\xe6\xd8\x6d\x0f\xaf\xb2\xe2\xe5\xca\x01\xc9\x10\xc6\xbd\xa6\x04\x99\x39\x3e\xfe\xed\xcc\xaf\x16\x36\xa8\x1a\x10\x3c\xe0\x1b\x55\x3f\x6d\x16\x0f\x5b\x40\x2e\xed\xc9\x08\x4e\x9e\xc9\xf2\x62\x93\x87\xb7\x7a\xdb\xff\x57\x47\x7c\xda\x65\xbb\x7b\xf4\x49\x7d\x01\x3b\xc8\x1d\x48\x7c\x57\x8e\x27\x4d\x4e\x6f\x20\xd5\xc1\xfd\xf4\x22\x63\x90\x14\x32\x07\x52\x25\x6f\x21\xda\x74\xed\x81\xee\x52\xb0\x07\x92\x49\x50\xdc\xcd\x74\x25\x82\xee\xf4\xe6\xd3\xfe\xdb\xdd\x37\xfc\x74\x5d\x82\x3c\x63\x74\xad\x99\xf5\xc6\xf3\xe3\xdb\x1d\x4f\x3a\x3c\xbb\x01\xe9\x6b\x75\xa7\x4f\xca\x12\x58\xf3\x37\x5d\x7a\xa0\xe6\xcf\x7b\xce\xf1\x70\x01\x39\xd2\x91\xf7\x9c\x31\xe0\xe6\x6b\x9d\xf2\x28\xf1\x0d\xa4\x0d\x67\x3c\x6b\xde\x7b\xbc\xa7\x50\x99\xc4\xf7\x39\x38\x66\xd2\xe6\x28\xc8\xc4\x78\x58\xfd\xe9\x53\x02\xa8\xc3\x3e\x0e\xa4\x74\xae\xf1\x0d\x16\xe8\xab\xdf\x73\x62\xcd\xdc\x12\x90\x94\x35\xa9\x00\x29\x5d\xe6\x9d\x81\xe4\x96\x59\x26\x90\x1c\xd6\x4a\x03\x12\x2f\x7e\x57\x20\x1d\xd5\xe4\xaf\x75\x51\x04\x27\xbe\x9a\x2e\x8a\xd0\x67\x3c\xe9\x22\xff\x17\xe3\x39\x40\x3a\xd1\xa7\xb5\xcf\x57\x40\x32\x68\xb5\x78\x4f\xc6\xed\xf8\x06\x65\xd6\xbb\xd9\x5b\xd7\x6d\xbc\x63\xf4\xe5\x9c\xde\x8c\xee\x74\x48\x39\xda\xa4\x6c\x8b\x6f\x58\xc6\x6b\x56\x42\x8a\x80\x11\xdf\xee\x88\x45\x30\xd2\x9e\xf3\xae\xc1\x32\xed\x2b\xdf\x9c\xb0\xfd\x40\x8a\x69\x4d\xcc\x45\xf2\x60\xfa\x3c\xa9\x20\x10\x70\xc2\x9e\x19\x8e\x4e\x9b\x2e\xe5\x50\x6a\xec\xc3\x36\xcb\x12\xbd\xa8\xe0\x14\x67\xe5\x26\x2c\xa2\x01\xc9\x1f\xe1\xbe\x80\x74\xe5\x5d\x01\xc9\x8e\xc2\xbe\xcb\xff\xbe\x3b\xc8\x65\xe2\x63\xef\x88\xda\x03\x39\x67\xcd\x04\xb2\x6c\x1a\x4f\xea\x6b\x87\x67\xa6\x2c\x3c\xcd\xc9\x4f\x0f\xe4\x6c\x92\x3c\x69\x0f\x12\x70\xf0\xc6\x0e\x36\x80\x54\x2f\x25\x07\x24\x77\xce\xf8\x06\xb3\x87\xec\xa6\xe4\xac\x6a\xd6\x63\xda\xc7\x3e\x3b\xca\x73\x0e\xa7\x03\xb5\x02\x6f\xe2\x71\x6f\xcf\x93\x03\x55\xed\x6d\xb4\x29\xee\x18\x5c\xb2\x05\xe4\x48\x95\xdf\x10\xe5\xf3\xa8\x6a\x5c\xf0\x81\x12\x44\x8a\xdd\xc7\xa7\x1d\xe9\xf3\xe4\xf8\xdb\x94\x91\xd8\x4e\x09\x14\x79\xb0\xf1\x4a\xed\xd3\x5c\x53\x63\xe2\x2c\x6f\x4d\xce\xb4\xb3\x7c\x1d\x6c\x27\xc5\xd7\xfb\x04\x92\xeb\x3c\x07\xd0\x05\x11\x6f\x46\x77\x61\x76\x1b\x1d\x0f\xe4\xbc\x18\x1e\x4f\x09\x32\xcb\x0d\x31\xa8\x84\x4c\xdc\x40\xd6\x77\x4d\x20\x69\xe2\x46\x3c\xe9\x0a\x22\xd1\xa6\x9c\xc9\xa3\x01\x29\xb1\x09\x9b\x5b\x15\x29\x37\xd8\x16\x07\xbc\xc6\x91\x73\x85\x06\xeb\x24\x0f\x24\xb5\xc0\x88\x27\xe5\x29\xcc\x46\x38\x45\xa5\x75\xd8\x07\x72\x4d\xb9\x0c\x24\x17\x99\x64\x48\xa6\x8c\xda\x5a\x40\xb2\x83\x43\x44\x9c\x78\xf2\x66\xe3\x1b\xde\xdc\x1e\x41\xd5\x1b\xaa\x93\x2a\x4d\xbb\xb2\xf7\x1b\xe4\x55\x72\xc9\x56\x20\x0d\x0d\x27\x2a\xfa\x34\xa9\x2d\x17\x90\xaa\x92\x70\x00\x9d\xb0\xc7\xfc\xe8\x81\x24\x2c\x5e\x8c\xae\x24\x4e\xe6\xfa\xa6\x7d\xd0\xeb\xe0\x4a\x70\x00\x6a\xba\xa3\xcd\xbb\x92\x81\x64\x44\x62\x5d\x24\xcd\x94\x96\xe3\x49\x79\xee\x42\x24\xed\x09\x62\x4f\xda\x03\xd9\xfb\x98\x11\x5c\xf5\x21\xf3\xa4\x18\x83\xc4\x75\xd8\x9d\xc5\x85\x43\x26\x2f\xf7\xd6\x39\x64\xf2\x19\xa9\xa9\x44\x9b\x0c\xa7\x90\x30\xc9\x44\x6d\xc4\xac\x97\x49\x18\xb3\x16\x43\x71\xc7\xcc\x08\xe1\x35\x24\xef\xf1\x92\x79\x72\x38\x78\x9a\x2b\x4f\xf5\xdc\x7b\x01\x7b\xf0\x2c\xbf\x27\x90\x05\xe5\x06\xa4\x10\x7a\x4e\xc0\x60\xad\x13\x90\x7d\x46\xe8\xd3\xf5\x96\xd9\x77\xa7\xc5\xa9\xac\xa0\xfc\xbe\x73\x65\x1f\x2c\x13\x75\xce\x83\xb2\xdb\xe4\xc6\x29\x96\x25\xa3\xda\x24\x78\x20\x79\x7b\x04\xe4\x64\x96\x60\xf9\x74\x44\x1f\x18\x32\x97\x8b\x3c\x05\x24\xbf\x02\x88\xb9\x8a\x1b\xb4\x0c\x3b\xb3\xe4\xa8\x78\x73\x3a\x96\xe3\x10\x8b\x57\x62\xc9\x45\xad\xb0\x0f\xf6\x0b\x69\x3d\xda\x6c\xfc\x0d\x48\x8a\x54\x2e\x08\x57\x62\x6f\xd1\xa7\x0b\x5c\x45\x2f\x96\xd6\xb8\xc8\xe4\x6b\x5d\x63\x5d\xac\xe9\x6f\x50\x29\x49\x4f\x2d\xd6\xc5\x7a\xf8\xce\x25\x60\x9f\xe9\x04\x31\x97\x97\x48\x2d\x5c\x2c\xd2\xa0\x77\xd7\xa5\x9c\x2e\x7c\x90\x5b\xb4\x6d\x47\x4f\xfa\x3d\x6b\xad\xe3\xc2\x7d\x98\x25\x1b\x01\x89\xec\x8f\x6f\x39\xe5\xf3\xa8\xbc\x6c\xe7\x05\xa4\x40\x4b\x88\x88\x04\x9f\x72\x43\xf7\xad\x7d\xee\x35\x20\x1d\x08\x3e\x57\x75\xe3\x5a\xeb\x01\x15\xb5\x4d\x20\xc7\xec\x33\x82\xb4\xd6\x03\xbe\xeb\xe1\xd2\x90\x6c\xc4\x43\xc1\x00\x9d\x3b\x1d\x81\x09\x1e\xf7\x49\xf2\xcc\x0e\x24\x2f\x54\x10\x54\x09\x66\xf2\x80\xbc\x3d\x7d\x58\xe0\x6e\x14\x28\x5b\x07\xfc\xe8\xd3\xe5\x18\x19\xdd\x55\xdd\x32\xbc\x87\x02\x5e\x73\x8b\x36\x71\x76\x19\x6e\x51\x69\x1a\xdb\x60\x3b\x1d\xc6\xda\x98\xd9\xcb\x65\x6c\xe0\x1d\x5d\x36\xbd\xb2\x82\xd6\x22\xdf\x90\x30\x57\x60\xeb\x5c\x80\xaa\x59\x90\x2b\x28\xa9\xa4\x8d\x3d\x78\xf8\x97\x25\x08\xe6\xf2\xb2\x5e\x1c\x72\xaa\xfa\x68\x6d\x40\x8a\xde\xce\xa7\x5c\x6e\x20\xf9\x3e\x73\xb1\xbc\x6d\xfa\x02\x7d\x9c\x9c\xa5\xf2\x45\x6f\x69\x44\xe1\x44\xec\xe3\xdb\x1d\x20\x3d\xa7\xa3\x2e\x87\x77\xda\xe9\xf0\x6b\xf1\xb1\x72\x92\xfb\xe6\xa0\xd6\xe9\x84\xf4\xdd\x61\x42\xf3\x93\x82\xde\x4f\x26\xc7\xdb\x99\xd0\xe3\x9d\x6b\x15\xcc\x9c\x8e\x6d\xb4\x1b\xd3\x81\x5c\x61\x4e\xf3\x9c\xba\xba\x1a\x47\x60\x3a\xee\xca\xf9\x26\x0e\x24\xa5\x92\x0f\xd2\xf4\xd5\xe5\x98\xc8\xe9\x9c\xc9\xd9\xa5\x3d\x27\x8e\x8a\xce\x99\x31\xa7\xf3\x31\x58\x53\x3c\xed\xa8\x58\x9c\x6f\xe2\x40\xca\xd4\x6d\x42\x3f\xa5\x5e\xcb\x48\x09\xb3\xe1\xc2\x45\x2f\x4e\xb3\x79\x31\x82\x30\xf9\x77\x48\x36\x79\xd6\x2c\x8a\x12\xd1\x26\x11\xde\x59\x92\xa7\xb3\x24\x57\xab\xf3\xa6\xb3\x1d\x57\x87\x1b\x1c\x48\x01\xee\xc6\x56\xf2\x1b\x37\x56\x42\xae\x89\x19\x72\x3a\x95\x57\xa1\xdb\x23\x60\xda\x51\x31\xdb\x3d\x6f\xce\x6e\x57\x56\xe3\xa0\xf3\x1b\x57\x4b\xa3\x73\x0e\xae\x27\x7f\x11\x19\x86\xcd\xfb\x4f\x87\x10\x15\x76\xcc\xd9\xd7\xec\x10\x3b\xa7\x6a\xf6\x94\xc9\x4a\x60\xdc\xbe\x79\x4f\x6a\x08\xf8\xd1\xa9\xeb\xa2\x3b\xf3\xc6\x74\xf6\xe1\xde\xf8\x22\x29\xdb\xaa\x0b\x92\x1e\xc8\x79\x8a\x1b\x90\x6c\x10\xbe\x1c\xa7\x32\xac\x65\x9b\x5f\x67\x38\x1c\x32\x6b\x3b\x15\xda\xf0\x36\xed\x54\xd8\xe1\xb0\xa7\x6b\xef\x38\xfd\xfe\xb4\x8b\x61\x6d\x31\x17\x2b\x72\xc0\x25\xa7\x5b\x43\xbe\x9e\xd3\xf1\x76\x66\x60\x48\x61\xec\x9a\x3d\x07\x72\x3c\x28\x90\x55\x8b\x83\x79\x6e\xbf\xc7\x5c\x24\x2b\xb6\xe8\x45\x51\x18\xf9\x8a\xf7\x64\x2a\x6d\xe9\x5b\xa2\xec\xdc\xc7\xc5\x36\xcf\x03\x49\x23\xe3\x63\x3c\x6d\x4d\x77\x56\xd1\xe9\x6c\xc7\x25\x96\xd7\x9e\x91\x37\x1b\xaf\xc8\xa7\xda\x4c\x86\xe7\x72\xed\xe7\xcf\x7b\x22\xb5\x26\xa7\x73\xd9\x83\x13\x62\xe0\xac\x6d\x77\x89\xb6\xa1\x68\x2a\x7a\x91\x20\xe2\x24\xdb\x07\x52\x7a\x40\x96\x50\x37\x67\xab\x6c\x84\x2d\xed\x76\x91\x39\x90\xb4\xa5\xa0\xb9\x4b\xba\x66\x88\xc8\x72\x2e\x8a\xc4\xf7\x39\x0b\x2d\xa3\x4b\x5f\xd9\x2a\x87\x65\x63\xc5\xcd\x40\x45\xde\xdc\x05\x48\x6a\x1d\x13\x57\x67\x5e\xee\xce\xa4\x3b\xed\xdd\x99\xed\x32\x76\x20\x7b\x7e\x46\x9b\xb2\xec\xa6\x78\x4f\xdf\xc0\xa1\xb6\x35\xdd\x55\x1f\x0e\x24\xdd\x5b\x02\x72\x6e\x3b\xd6\x73\x9b\xa3\x60\x5d\xb6\x5d\xe9\x38\x9c\xb2\xad\x77\x87\x60\x4f\xe7\x6f\x6e\x08\x53\x73\x3b\xf9\x38\x2b\xbf\x2d\xca\x41\xd0\x36\x5e\x06\x09\x48\xe6\xa6\x58\x17\x29\x95\x12\x68\xbe\x5d\x50\x8b\x63\x25\xfb\x79\x71\x84\xe4\x81\xb4\xba\x35\x9e\x94\x86\x12\x7c\xd9\x0e\xbf\xb1\xc4\x62\x2f\xd4\xda\x38\xf0\x2a\x2f\xdb\x3a\xab\xfb\x10\xbf\x0d\xef\x38\x1f\xbe\x74\x20\x14\x0f\xe7\xc5\x60\x66\xb2\x8a\x97\x06\xa1\x97\x1d\xbc\x5d\x77\x3c\xa9\xd0\x87\x16\x6d\x8a\xc2\x8a\x36\xc9\x60\x36\xfb\xcd\xf9\xd0\xf7\xe5\x18\x4f\xc4\xa7\xde\x01\x49\x3f\x9a\x99\x35\xce\x6c\xde\xbf\xa7\x5d\xf0\x38\x01\x4f\xbb\x8c\xf1\xed\x62\x21\x4a\xe5\xdb\xc9\x27\xf7\x81\xfc\xb5\x15\xc8\xdc\x5b\x03\x92\x0f\x0e\x38\xf8\x74\x7e\x19\x88\xb2\x35\xa2\x1d\x2c\x7f\x3a\x07\x35\x7b\xab\x12\xb2\x0d\x95\x56\x78\xcb\x42\xec\x9e\x2e\x32\x51\x99\xb5\xbd\xc0\xcd\x42\x38\xef\x73\xef\x5c\x56\x2f\x6b\xfa\x59\x09\xe5\x9a\xcb\xae\xdf\x37\xe7\x4b\x21\xc3\x93\xef\x93\x5e\x35\x23\x3d\x4d\x85\x33\xe5\x59\xe3\x49\xab\x91\x3c\xba\xb2\xbd\x75\x14\x1d\xf3\x3d\xec\xea\xe9\xfd\x53\x90\x52\x6f\xe0\x92\xb3\x39\x67\xce\x83\x72\x2d\xb7\x0c\x26\x8b\x85\xa8\x71\x71\xda\x3d\xf6\x86\x4e\xbc\x75\xa5\xdb\xff\x68\x2e\x2b\x2f\x87\x25\xab\x25\xe5\x65\xb7\x02\x76\x3a\x63\x73\xfb\x1d\x92\xc7\xb6\xbf\xcf\x6e\xb5\xdd\x41\x20\x07\xd2\x19\x6b\xd1\xa7\x74\xe6\x77\xb4\x49\x7a\xca\xd1\x8b\x94\x58\x66\x28\xd6\xe5\x1a\x8b\xfe\xa2\x25\x75\x65\x4b\xf1\x9e\x7c\x62\xe6\xfd\x6d\x42\xa2\xf3\xa8\x34\x6a\x77\x74\xe3\x84\x28\x7c\x92\xeb\xaf\x5e\x74\x6a\x47\xfa\xf8\xa4\xed\xd2\xa5\x4c\xc6\x69\xed\x7d\x38\xd7\xe5\x3a\x6e\x8d\xf7\x6c\x7b\x36\x31\xb0\x8f\x6f\x66\xe3\xed\xe3\xdb\x9c\xc2\x7c\xe2\xe3\x3b\x18\x21\x59\x8c\x65\xf4\x64\x8e\x97\xa5\x4f\xce\xa0\xe1\xe3\xb1\x92\x0b\xc1\x5b\x68\x5f\xce\x5a\x01\xef\xbf\x92\xcb\x1e\x95\x80\x4c\x32\xe9\xd3\x5c\x9f\x39\x26\xa7\xab\xee\x48\x02\xcb\x3a\x26\x67\x1f\x3e\x90\xfc\x2b\x7d\x38\xd7\xed\xbc\x5b\x3e\x1e\xcb\xb6\x6e\x27\x4a\x3c\x90\x1c\x7b\x7c\xab\x2e\x65\x59\xa8\x0e\x06\x98\xe1\x03\xcb\x17\xd9\xeb\x95\x63\x65\xaf\xd7\xea\x24\x32\x07\x92\xa6\xdf\x87\x73\x65\x87\x83\x5b\x82\x58\xae\xeb\xe2\xd8\xb1\x49\x86\x68\x67\x24\xf9\x7f\x19\x7b\x93\x64\x8b\x79\x1d\x5b\xaf\x9f\xa3\xb8\x43\x10\x49\x89\x45\x44\xc6\x9d\x0b\x49\x6d\xb9\xe7\x86\xe7\xdf\x70\x10\xdf\x5a\x27\xfd\xc2\xf6\xfb\x6f\xeb\x10\xd8\x3a\x2c\x40\x00\xac\x50\x8c\x19\xef\xd2\x95\xf0\x52\x07\xe2\x8d\x5c\x3d\xc3\x6d\xa7\xfa\x4b\x9e\xa9\xe8\xcb\xcd\x33\x95\x68\x76\x73\xfc\xe5\xaa\x61\xc6\xdb\xf3\x33\xc4\xbc\x24\x24\xbd\x35\x9b\x61\x57\xdb\x30\x35\x1b\xb2\xa4\x6d\xae\x25\x96\x58\x8c\xcb\x0e\x14\xcb\x0c\xfb\xbc\x49\x5c\x38\x62\xc6\x1d\x28\x9e\x51\xd5\x97\x88\xb0\x76\x57\x51\x90\x14\xa4\x5a\xf2\x66\x5c\x46\x95\x21\xfe\x24\x05\xe9\x85\xf2\x99\x0f\xaf\xe2\x12\x88\x87\xab\x0d\x51\x9e\xcb\x28\xa2\xd2\x1d\x28\x0c\xe4\x86\xbf\x0c\xef\x50\x16\x40\x59\xb6\xe2\x1a\x70\x20\x28\xd1\x05\xbd\x71\x2f\xce\x18\xb4\x6f\x56\x5f\x78\xb2\xf6\xd8\x2b\x9e\x80\x2c\x09\x33\x76\xd1\xcf\xb8\xfc\x65\xb8\x05\xb3\x6f\x26\xb6\x73\x23\x78\xc1\x20\xb6\x73\xc3\xfc\xf0\x40\x18\xc8\xf9\xcb\x08\x02\x84\x8a\x26\x62\xf3\x3d\xc4\x4b\x71\xad\x53\x75\x8d\x34\x75\xad\xd3\xfc\x5b\x58\xb2\xb3\xfc\x12\x95\xb9\x58\x36\x1b\xee\xe0\xb7\xff\x2f\xf8\x8c\x0d\x1a\x31\x9a\x9f\xec\x3a\x83\x07\xad\xc2\xda\x22\x9a\x9d\xfa\x12\x17\x2b\x43\xdc\xda\x89\x25\x7d\x1b\x8a\x67\x31\xc9\x74\x44\x50\x6e\x38\x99\x9d\x7d\x5d\xd8\x1b\xb3\xaf\x9c\xf1\xb8\x7d\x13\xac\x7e\x60\x84\xda\xb2\xb8\xbc\xeb\x52\x02\x68\x60\x04\xa7\x39\x8a\xe0\x5d\xed\xd1\x3c\x70\x91\x83\x1f\xf0\x20\xa2\x71\x1b\x52\xae\x61\x92\x5a\x30\xd9\x1c\x04\x2d\x6e\x4d\x92\x33\x22\x5e\x08\x8e\x1e\x63\xea\x92\xe7\xf1\xff\x7d\x71\x99\xc8\x68\xb9\xe4\x21\x22\xdf\x81\xc2\xe4\x36\x1b\x0a\x97\x1e\xb6\x56\x73\x28\xd2\x3a\xb5\x4c\x25\x59\xfb\x47\xeb\x8b\x31\xc3\xc3\xbd\x59\x9d\x2e\xdc\x1b\x58\xe5\x26\x7e\x3b\x59\x4c\xb8\xe2\x98\xd7\x34\x40\xfc\xc8\x87\x9a\x27\xe3\x85\xae\xbb\xb1\xd6\x7b\xf4\xac\x32\xd9\x97\x3c\x52\x29\x9b\x23\x92\x94\x79\x38\x64\xd7\x2c\x55\xb4\x31\x67\x11\x53\x84\x61\x5d\x21\xe4\xe7\x81\x72\x28\xd7\x21\x28\x7c\xf6\x35\xf1\x2f\xfe\x76\x52\xa0\x2f\x8e\xe3\x12\x47\xdc\xac\xb5\xfe\x2a\xce\x6d\x55\x5f\x48\x7b\x3f\x92\x6a\x91\x4d\x05\xb5\x90\x64\x51\x0f\x6f\xf3\xa7\xd4\xe1\x97\xa0\x70\x6a\x95\xd2\x62\x9f\xd0\x25\x56\x3f\x12\xca\xaa\x9f\x9f\x1c\xb2\xa1\x04\x0e\xcb\x59\x82\x14\xd7\x09\xa5\x49\x4d\x7d\x4c\x19\xbf\x2d\x1c\x81\x71\xd6\x1e\x2b\xd6\xdf\x87\x7c\x1b\x83\xc8\xaf\x0f\x26\x78\x07\x22\x8b\xdc\x00\x52\xe6\xe2\x0e\xb4\x48\x7d\x59\x05\xe1\x0e\xc3\x6f\x89\x78\xbc\xec\x9f\x56\x22\x0c\x7b\x11\x14\xcf\x8c\x18\x0e\x8e\x55\x48\xad\xcb\x6c\x12\x62\xf4\x21\xac\xe7\x81\xc2\xf1\x82\xe5\x69\xe1\x32\x41\x50\xd1\x21\xc3\x25\x5d\x46\xad\x42\xbc\x09\x76\x22\x8b\xcc\xd3\x64\x48\x19\x04\xf2\xac\xba\xf7\x5f\x24\xe9\xd2\x5e\x67\x85\xc2\x7e\xb4\xab\x5d\xe1\xde\xd0\xba\xea\x0c\xc5\x5b\x74\xa8\x5d\x0f\xb6\xeb\x43\xbf\x4d\x42\x91\x17\x41\xb1\xe7\x2c\x86\xe2\x08\xaf\xf6\xc2\xbd\xa1\xe2\x53\x37\x16\x2e\x05\x6d\xdc\x82\x62\xa6\xd9\x07\x29\x48\xa4\x6e\xc2\x57\x8b\x58\x06\x3a\x91\xad\x46\x62\x51\xd1\xac\xe1\x06\xa5\x59\x69\x0a\x4f\x94\x05\xc5\x5d\x3b\x5c\xbe\xf0\x5f\xd4\xbe\x72\xe1\x4f\x88\x85\xff\xc0\x3e\xe7\xc6\x77\xf3\x1c\x82\xb0\xe8\x68\x82\xc2\xb5\x4a\x94\xd0\x09\x57\xf3\x3e\x48\x28\xa0\xd1\x12\x95\x43\x37\xe1\xc4\xe0\xbb\x75\xe7\xba\x66\xcc\x34\xde\x7e\x07\x8a\x47\x63\xce\xc9\x2b\xa2\x72\xdc\x7a\x82\x5c\x61\xdb\x7d\x37\xf5\x73\x62\x1c\xc8\x75\xd7\x9a\x44\xba\xd3\xd8\x27\x7c\x56\xd5\xfa\x0a\x13\x58\xf1\x75\x64\xf7\x69\x43\x63\x58\x2c\xa3\x28\xfa\xb5\x88\xfd\xf6\xe8\xb7\x11\x16\xcd\x2c\x87\x6b\x71\xbe\xe6\x64\xb5\x42\x13\xdd\xf8\xcd\x1d\x08\x97\x25\x43\x71\xed\x78\x19\x0a\xd3\x4b\x8d\x68\xc5\x85\x93\x76\xd8\x2b\x32\xf1\xdc\xa4\x56\x18\x2b\xce\x67\xf5\xe2\xc2\x62\x6d\x96\x12\xf4\xcb\xda\x04\x2a\x65\xa9\xc4\x5e\xa6\x10\x42\x6a\xac\x8d\xad\x3c\xfa\x53\xb6\x26\x18\x4a\x8c\xf5\xf2\xba\xc5\x66\x71\xbd\x64\x32\xfc\x0f\x94\x32\x06\x25\x15\x2b\xd4\xb1\x88\x06\x51\x24\xaa\xb8\x17\xea\x9a\x7c\x71\x98\x7a\x34\xdc\x37\x84\xf3\x16\x53\x90\xcf\xf6\x12\x33\x61\x37\x3c\x92\xa0\x58\xe5\xc8\x8d\x31\x56\x1c\x91\xee\x47\x53\xf6\x23\x67\x08\xab\xff\x8a\x00\xdc\xe5\x11\x2b\x63\xa4\xc2\x4e\x6b\xae\xb8\xf5\x4c\x98\xd6\xcc\x15\x7b\xf8\x41\xdc\x81\xb9\xc2\xae\x20\x61\x3b\x70\xa0\x3b\xa0\x26\xe8\x77\xbe\x8c\xd5\x6a\xae\xb0\x01\x48\xd8\x45\xcf\x15\x7e\x7a\x09\x8b\xdf\x03\xad\x80\x9a\xa0\x7d\xfe\xaf\x19\x7a\xe3\x37\x5a\x8f\x5d\x7b\xe2\xce\xfc\x40\xfd\x40\xb1\x4f\x38\x50\xb4\x10\x22\x3e\x57\x5a\xf1\x65\xac\xa3\x13\x8b\xdf\x41\xfa\x9b\x89\xc5\x6f\x4a\x99\x16\xe2\xcd\x7a\xdc\xaa\x33\x22\x14\x24\xde\x89\x0f\x14\xb5\x14\xff\x76\x46\xc4\x6e\x78\x62\x81\x3b\x6e\x51\x22\x2c\x70\x13\x77\x76\x73\x45\x84\xb5\x81\xdb\xce\xc4\xea\x75\xdc\xa2\x44\xbc\x05\x27\x12\x03\x4c\x2c\x5b\x13\x41\xfc\x27\xb6\xac\x89\x20\x47\x07\x8a\x3a\x1f\x5a\x0f\x6f\xb8\x84\x6d\xe9\x24\x7a\xf4\x20\x1e\xd9\x81\x5a\xfc\xc6\xd8\x0b\xf3\x50\x6f\x41\x31\xf6\xae\xd6\x67\x8c\xbd\xaa\x3d\xc6\xd0\xd5\x17\xc6\x50\xd5\xfa\x0a\xba\x74\xb5\x7e\xd4\x7e\x4a\x6e\xef\x50\x77\xe0\x3c\x32\x89\x33\x9d\x92\x66\xec\x66\x44\xad\x0b\x7a\xfe\xfd\xaf\xc1\x03\xda\x24\xb2\x74\x22\x1e\xd9\x81\x7e\xf1\x9b\xff\xef\x3b\xbf\x75\x5a\x88\x93\xc0\xe0\x8a\xe9\x40\x41\xb3\x5e\x04\x05\x95\xfa\x2d\x28\x7a\xad\xf1\xdd\x70\xa4\x46\x14\xb1\xd8\x12\xc9\xf3\xe7\x0a\x2f\xba\x44\x84\x97\x03\xc5\xff\x0d\xea\x8c\xc8\xcb\x03\x0b\xdc\x03\x05\x3d\x47\x15\x74\x78\x9e\xcb\xa1\x03\x45\x9d\x83\x3a\x1f\xf8\x65\x74\x41\x31\xf6\xa1\x5a\xa2\x9f\xc4\x26\x9c\x2c\x4f\x29\x8b\x12\xf1\x80\x3d\x88\x3a\x7d\xa0\x12\xbf\xd1\xb3\x30\x8f\x4d\x24\x3e\x38\x50\x50\x49\xf2\x17\x9e\x79\x29\x8b\x93\xe3\xde\x7f\x3c\x9a\xa3\x1a\xfc\x92\x25\x2b\x35\x7a\x96\xc5\xd7\x71\x47\x9f\x50\x5a\x73\xd5\xa3\x19\x12\x96\x35\x93\x45\x2e\x71\x59\x7a\xa0\xe8\xb5\xa4\x23\x76\xfb\xa3\x8a\x77\xdb\x88\x7e\x96\x4b\x50\xb4\x57\x18\x43\x04\x18\x4e\x78\x37\x1c\x28\xea\x2c\x6a\x61\xf1\xa5\x5a\x60\x0c\x85\x16\xc2\x94\x75\x54\xd1\x2c\x72\xa9\xa4\x2c\xa9\x0a\x67\xb8\xd1\x44\xc1\x78\xe0\x4d\xc4\xb9\x9c\x2b\x32\xab\x24\xc2\x36\xcd\x15\x0f\xb5\x89\xeb\xd8\x03\x1d\x9e\x6f\x92\xe2\x78\xb6\x4d\xf9\xb9\xfe\x49\x29\x4f\xac\x5e\x47\x53\xa5\x71\x14\x48\xf9\x29\x82\xee\xf8\xed\x11\x44\xa5\x55\xd0\x8a\xdf\x86\xa0\xef\x40\x62\x98\xc1\x44\x54\x43\xd1\x51\x89\x6a\x1c\x21\x06\xf7\x87\x07\xaa\xf1\x5b\x16\x74\x26\xbe\xf9\xff\xce\xda\x9c\xb2\x84\x33\x32\x04\xa6\x2c\xf6\x19\x30\x8c\x84\x33\xf2\x97\x8c\x26\x01\x9c\x30\x45\xa7\x96\xf0\x9f\x1a\x5d\x84\x89\x7b\xe3\x94\x25\x48\x0b\x36\x90\x20\xc5\x4a\x3d\xba\x46\xb4\x98\x6a\x09\x4b\xac\xb1\x09\x63\xf9\x89\x2d\x6b\x22\x58\xca\x81\xce\x94\x75\xf5\x2c\xfc\x99\x52\x96\x20\x2d\x26\x49\xa2\x13\xef\xb6\x29\x4b\x74\x16\x2c\x22\x36\xd8\x31\xd5\x45\x02\x11\xef\xb6\x09\x73\xb9\xb9\xe2\xd6\x33\x15\x2d\x3a\x71\xba\x18\x5c\x58\x1c\x28\xc7\x6f\x4d\x50\x39\xbf\x89\x5d\x23\x14\x54\x2a\x52\x29\x61\x23\x3a\x46\x31\x74\x58\x12\x57\xea\xb9\x22\xdc\xd3\x18\x52\xfb\x2f\xad\x6b\x79\x8a\xa8\xbe\xa9\x48\x90\xc2\xa9\x26\x15\x09\x52\xa4\x7e\x4f\x45\x8b\x4e\xc4\xf8\x4d\x44\xdd\x9b\x2c\xb1\x89\x43\xdf\x64\x89\x4d\x45\xbd\x8e\x2c\x72\xa9\x48\x74\x3e\xea\x94\xe8\x44\xa8\xa4\x74\x5d\x8f\x7f\x5c\xf1\x63\x13\xb4\xf9\x51\xdf\x06\x6f\x11\x0a\xfd\x40\x51\xeb\xcd\x98\x3e\x46\xaf\x45\xfd\x0b\xda\x63\x05\xb0\x3a\x4b\x3c\x26\x79\x8b\x30\xb4\x09\xc3\xb0\x85\x19\x63\xc2\x96\x67\x61\xb8\x98\xb0\x21\x59\x3d\xf2\x7c\x27\x4c\x15\x57\x4f\x8c\x37\x96\xab\x03\x1d\x3a\x5d\xe9\xef\xc7\x33\x0c\x3c\x2a\x16\xd6\x7b\xe7\xc7\x26\x30\x5a\xac\x49\xd0\xcb\x8f\x5d\xe0\x2f\x7e\xa4\x03\x11\x6d\x36\x5d\xd8\x83\x1c\xb0\xc5\x8f\x6a\x24\x14\xee\xc5\xca\xb7\xb0\xd9\x4b\xbc\x6e\x2e\xac\xf4\x12\xa1\xf1\x16\x56\x6c\x09\x77\xb6\x85\x6d\x5a\xc2\xb4\xe9\x40\xa7\xc5\x0b\x6b\xa6\x85\x01\x5a\xe2\x91\x7b\x75\x36\x08\x17\xaf\xe3\x0b\x7b\xb4\x44\x0c\x85\x45\xcc\xd7\xf3\xa3\x1a\x61\x06\xba\xea\x89\xa5\xf7\x42\xcf\x2e\x6c\xc9\x0e\xd8\x04\x46\x45\x43\x5d\x08\x3e\xbe\x08\x3b\xb9\xb0\x26\x4b\x1c\x12\x0e\x14\xd5\x0e\xfe\x31\xa2\x13\xa5\x2b\xdf\x74\x28\x5c\xe8\x13\xb1\x9d\x0f\xd4\x03\xe2\x1f\xc3\x91\x25\xf1\xf4\xbc\x08\xbd\x9a\x70\x90\x5e\x04\x3f\x4d\x17\xe2\xb8\x7a\xac\xbf\x89\x1d\xd3\x81\x4e\xe7\x2e\xe4\x71\x11\x0c\xf5\x80\x54\x14\xc7\xb7\x44\x16\xe0\x03\xed\x80\xe8\x40\xf8\xb1\xa7\xab\x08\x0c\xf7\xf4\x84\xfb\xd1\x81\xe2\x1f\x0b\xff\xc8\x72\x79\x97\x7f\x8c\xb0\x7c\x3e\x8d\x36\x6e\x08\xfb\x30\x2c\x11\xe0\x59\xfc\x46\xa5\xb1\x42\x26\x6c\x1e\x0f\xc4\x38\x7a\x16\x98\xe3\xc7\x2a\x88\x51\xf5\x2e\x70\xc5\x8f\x43\xd0\xe6\x47\x83\x87\x99\x6e\x49\x4c\xa5\xe7\x8f\x9a\xa4\x73\x8f\x9a\x84\x38\x12\x83\xb0\xb3\x4a\xb7\xf8\xbe\x41\x64\x31\x7a\x63\xe6\x24\x3f\x11\xbd\x3f\x5d\xff\x03\x1e\x26\xbc\x25\x05\x0d\x1a\x57\x9a\x88\x6c\xbc\xe9\x96\x10\xc4\xd1\x33\xdd\xe2\xfa\x38\x7a\xa6\xeb\xee\x49\x60\x0c\x4a\x42\xc0\xb2\x7c\xdd\x22\x47\x5b\x31\xa8\x4a\x8b\x9d\xc9\x91\x4c\x74\xe4\x0e\xf3\xe2\x85\xcd\x54\xba\x5b\x13\xd4\xf9\x31\x09\x8c\x1e\x34\x1a\xe9\xcc\x4e\x53\xad\xa1\x86\x6e\x89\x44\x67\xae\xd4\xb9\x01\x19\xd5\x9b\x01\x19\x3b\xac\x32\xa8\xa5\x43\xe2\xa1\xff\xa3\xce\x19\xaa\xe6\x96\xe8\x4c\xc8\x38\xa0\xcd\x9c\x21\x48\xd8\xff\x1d\xf0\xac\xe8\xee\x68\x78\x36\x9f\x1f\x9b\xc0\x19\x3f\xde\x82\x42\x96\xc9\xed\xb9\x88\x43\x99\x1e\xc9\x55\x78\x33\xa7\x47\x72\x15\x27\xe5\xf4\x48\x1c\xe2\x75\x34\x3d\xd2\x1e\x2b\xe6\xf8\x91\xba\x58\x08\x52\x95\x3a\x0d\x23\xa7\x84\x0f\xe1\x81\x26\x3f\x76\x81\x2b\x7e\x7c\x04\x6d\x7e\x1c\x02\xdf\xf8\x91\x0e\xc4\x03\x69\x7a\x34\x8e\x78\x20\x4d\x57\x95\x1a\x0c\xef\xe3\x03\xaa\xa2\x60\xc8\x47\xc3\x5a\xc8\x67\x6d\x06\x0f\x9b\xf1\x5a\xb5\xb0\x9e\x4a\x4f\xe9\x82\xe2\x1f\x0b\x1d\x08\xff\x92\x74\x71\xaf\x7e\xc0\x18\xb4\xe4\x2c\x82\xe5\xa4\xab\x49\x78\xc2\x0d\x36\x3d\x7f\x50\xe8\xf7\x26\x1a\x84\xe7\xeb\x01\x9b\xc0\xf3\xaf\x8f\xe4\x25\x62\xe9\x9c\x1f\xbb\xc0\x11\x3f\xfa\xd3\xc9\x8f\xaa\x37\x26\xec\xf9\xfb\xf4\x17\x90\x7f\xfb\xe2\x53\xc9\xcf\xcb\x84\xfd\x41\xd1\x3d\x2d\x29\x11\x69\x27\x5d\x4d\xfa\xfe\xc7\x6c\x4a\x28\x7e\xcc\x66\xbb\x04\x45\x35\xa2\xdd\x0f\xc2\xb6\x5b\x50\xfc\x9f\x6a\xf9\xa0\x9d\x44\xe2\x63\x85\xeb\xc5\x3f\x46\x57\x25\x05\x5f\x2c\x37\x17\x4e\xbc\xab\x7f\xb4\x28\xa1\xf8\x10\xc3\x2e\xcd\x17\x29\x66\x13\x91\x63\x0e\xd4\xf9\x51\x15\x85\x18\x72\xc1\x70\xa0\xc9\x8f\xae\x28\x88\xa5\xd9\x63\xab\x70\x61\x09\x7b\xc0\x60\x2e\x29\xc2\x08\x0c\x94\x1e\x09\x5b\xdc\x68\x26\x9e\xc3\x0e\x14\xe3\x1a\xff\x68\xae\xb1\x7a\x04\xd7\x4f\x0f\x52\x3a\xd8\x56\x60\xbc\xb1\xb0\xa5\x4a\xf8\xfc\x1e\x88\x2f\x1f\x20\x9a\x67\xed\x1b\x17\x73\xce\x7d\xee\xc2\xd0\x2a\x61\x67\xb9\x46\x64\x9d\x4d\x58\x02\xae\xc1\x65\x01\x56\x1f\x07\xea\x01\xd1\x44\x42\x2d\x60\x4a\xbd\x88\x7c\x98\x88\x4b\x78\xa0\x9b\x1f\x87\xc0\x27\x7e\xf4\xa7\x3b\x20\x7e\x63\x1b\x51\xd5\x9b\x30\x63\x4f\x18\xc7\xad\x11\x0e\xc2\x89\xe7\x88\x35\x72\x54\xca\x63\xcf\x81\xf8\xf2\x16\x14\x75\x22\xe9\x23\x0c\xc9\x93\x34\xd6\x08\xa7\xdc\x94\x08\x48\x7b\xc0\x16\x3f\x36\x41\x9d\x1f\x55\x6b\xa8\x7e\xae\x8d\x16\x01\x0e\x13\x96\x2d\x8b\x90\x86\xa9\xe6\x4b\x50\xb4\x8f\x12\x18\x91\x40\x36\x61\x97\x71\xa0\x68\x3f\x53\x27\x7b\x06\x5e\x0b\x0e\xf4\x70\xe1\xd3\x04\xd6\xf8\x51\x4d\x84\xc8\x25\xfc\xca\x0e\x78\x18\xb9\xaa\xe3\x65\x71\x55\x84\x78\x8c\x88\xf4\x9e\xaa\x3a\x1e\x91\x77\x12\x97\xae\x8b\x58\x85\x89\x0b\xf5\x35\xe2\xaa\x38\xe9\xd2\x67\x8d\x9b\x39\xbe\xbb\xa0\xf8\x14\xcd\x32\x22\xed\x52\x4a\x49\xff\xc9\xd9\x5c\xea\x74\x70\x36\x97\xfe\x1c\x91\x4d\x29\xa5\xc4\x2a\x8d\x09\x5b\xaa\x1a\x16\x6b\x36\x26\x65\x8b\xc8\x7b\x49\xa7\xe5\x35\x22\xe6\xcc\x01\xf9\xb5\x41\x65\x96\xb7\xc1\x51\x1a\x5b\x91\x45\x0c\xbd\x94\xf0\x52\x59\x64\xdb\x4f\x38\xe1\xad\xc1\x1a\x2e\xfd\x39\x38\xcd\x12\x1b\xeb\x40\xf1\xe5\x60\x7a\x3a\x0c\x28\xc9\xe9\xfc\x9f\x24\x87\xf5\xb4\x4a\x72\x06\xd3\x2a\xc9\x19\x0c\x4a\x92\x33\x18\x14\xbb\xc6\x11\xe1\x3f\x52\x93\xa8\xb0\x10\xf2\x1a\xb7\x30\x3c\x4a\x4d\xa2\x12\xd7\xb2\x89\x18\xaf\x0b\x93\x9a\x84\xd3\xdf\x22\xd1\x79\x6a\x92\x1b\x0e\x74\x4d\x82\x12\xce\x89\xa9\x49\x18\x22\xd6\x42\x6a\x62\xf8\xcd\x0d\x9c\x74\xe5\x88\x1b\xd5\xd4\x34\xc3\xf1\xd2\x93\x9a\x38\x35\xec\x51\x52\x13\xa7\x46\xb6\x97\xd4\xc4\xa9\x2f\x83\x60\x6f\x39\x5e\x06\x21\x4e\x65\xe5\xc0\x76\x6b\x8d\x97\x49\xb3\x30\x44\xb4\xdd\x44\x68\xb7\x85\xd1\x49\xfa\x93\x8d\x30\x71\x4d\x04\x6d\x58\x83\x13\x5e\x13\x6b\x72\xc2\x6b\x28\xee\xf1\x63\x7e\xf1\x6f\x5b\x83\x43\x5d\xd3\x6c\xff\xe8\x1c\x47\xac\xf1\xd3\xbd\x9b\xf8\xed\x07\xa9\x04\x45\x26\xc1\x84\x25\xcd\x81\x3a\x57\x74\x5d\xe0\x88\x1f\xa9\xe7\x83\xfe\x9c\xa3\x06\x87\x3a\x8c\xb2\x17\xd1\xd6\xd2\x1f\x3d\xc2\xba\x24\x61\x9c\xb0\xb0\xf6\x48\xad\xfd\xe3\x25\xc8\xc2\x14\x24\x11\x9e\xfe\x40\xd1\x73\x72\x3e\x1d\x30\xe6\xaa\xa9\x56\x2e\xdf\xb8\x30\x39\xe0\x1b\x3f\x3e\x40\x4c\x01\xe3\x20\x5d\x78\xc2\x04\x69\x11\xc5\x2d\x25\xac\xcd\x16\x81\xdb\x12\x71\x48\x0e\x14\xc3\x42\x50\x66\xb8\x6c\x25\x1c\xf0\x16\xa1\xda\xd2\xff\x7c\x1a\x37\x52\x58\x55\xae\x99\xa0\x39\x72\x33\xd1\xe3\x3c\x16\x1d\x28\xa8\xc3\x75\xf8\xc2\x3c\x23\xb5\xa1\x6a\xd0\x4e\x64\x1e\x3e\x60\x34\x39\xf4\x29\x93\x35\xfc\x5b\x8c\x83\x73\x12\xd1\xd3\x12\x66\x48\x0b\x2b\x8f\x44\x6c\x87\x35\x39\xe1\x61\x86\xb4\x88\x89\x96\x70\xbb\x39\x10\x5f\x32\xfc\x82\xe2\xea\x22\x4e\x04\x3f\xf8\xeb\xa9\xae\x88\x3b\x4a\x85\x2c\xe1\x7f\x3d\xe5\x8e\x98\x68\xc9\x8b\x4c\xe0\x89\xb0\x41\x8b\x68\x6a\x89\x20\x3b\x8b\x18\x69\x09\x9b\xf2\x03\x05\x35\xc6\x65\xf0\x8b\x1f\xe9\x1c\x3a\x3f\x8d\xcb\x60\x8a\x1f\xd5\xd7\x98\x47\x1e\x46\xd7\x44\xad\x13\x2e\xf2\x40\x93\x1b\x56\xd5\x1a\x72\x8d\x11\xef\xc2\x7c\xe4\xfc\xa8\x5a\xe3\xb4\xd1\xf5\x29\xb7\xc6\x5d\xbf\xb1\x02\xe0\xfd\xb6\xb0\xee\x48\x38\x84\x2c\x32\x85\x27\x9e\x2a\x17\xf1\xce\x12\x96\xc1\x0b\x0b\x8e\x44\xc0\xd6\x03\xc5\xa0\x90\xf2\xe9\x9b\x5a\x4d\x6a\xbc\x2b\x26\x0c\xc4\x17\xe9\xc0\x13\x26\x23\x8b\x94\xdf\x49\xdb\x33\x02\xa5\xa5\x7c\x25\x83\x31\xa8\xa2\x16\xb9\x88\xbb\x44\x8e\x88\x11\x9b\x78\xd7\x5c\xf3\x61\x92\xd9\x72\x4d\x0e\xa6\xda\x63\x11\x38\x2d\xe5\x4b\x8d\x84\xbb\x51\xc2\x82\xfb\x40\xdc\x1c\x17\x81\x10\xf9\xd1\x7f\xc2\x48\x9c\x36\x49\xca\x9d\xf2\x25\xee\x88\x94\x14\x09\x9b\xa7\x45\xd4\xb3\xf3\x63\x12\x18\x63\x66\x41\x9c\x9c\x45\x79\x87\x3c\x50\xdc\xd4\xf1\xe4\xbc\x66\x24\x96\x3b\x60\x15\x18\x83\x66\x17\x3c\x75\xf1\x7b\x49\x22\x1a\xfc\xc1\x49\x71\x86\x25\x75\xca\x49\x42\xd0\x10\x89\xa6\x7a\x60\x9e\xa6\x7f\x0c\x25\x90\x93\x38\x8b\x13\x67\x97\xd8\x47\x5a\xb8\xd4\x25\xf6\x9c\x14\xbb\x7a\x37\xe0\x01\xc9\x79\x24\x5f\x4b\x39\xa9\x8d\xb8\xc3\x4d\x5d\x62\xaf\x7b\x5a\xde\x15\x0e\x18\x03\x91\xd8\x0f\xdf\x98\xd3\x01\x0e\xa0\x96\x09\x0e\xa0\x16\x82\xf0\xb0\x49\x39\x6b\x58\x11\xa0\x20\x69\x1b\x3a\xc3\x14\x39\x0d\xc9\xd6\x64\x6a\xb3\x98\x39\x22\x14\xa4\x21\xf6\xe1\x3e\x76\x88\x5f\x38\x72\xe6\xac\xc9\xe4\x58\x69\xf1\x61\x1d\xce\xf9\x9f\x13\x01\x2e\x02\x6a\xfd\xc9\xd6\xe4\xc6\x3b\x57\x57\xbb\xe2\x47\xf5\x80\x9b\x56\x1e\x53\x0f\xf8\xc6\x8f\x74\x88\x4b\xe0\x21\xe9\x5a\x31\x23\x43\xd2\xc5\x15\xed\x90\xc8\x84\x21\x6c\x22\x91\xc7\x22\x3c\x54\x22\x1d\xc1\x81\xa2\x4e\x89\x53\x3c\xad\xa6\x5c\x24\x32\x91\x91\x39\x0d\x31\x3e\x77\xbb\xb9\x48\x64\xc2\x68\x36\x0d\x31\xfe\x66\x42\xd8\xcf\x4d\xce\x98\xc3\xd5\x4c\xda\xd7\xff\xc5\x26\x0d\x63\x91\x85\x01\x4a\xca\xba\x6e\x24\xec\x53\xc2\x23\x69\xcd\xcd\xe3\x47\x11\x33\x6f\xe6\xee\x56\x77\xfc\x36\xc1\xb0\x5e\xa6\xb2\x88\x61\x5f\xa6\xf2\xf1\x8f\x9d\x1f\xbb\xc0\xe8\x82\xa4\xf4\x85\x04\x9a\xd8\x57\x24\x10\x17\x86\x89\x4a\x1a\x92\x52\x8e\xc7\x3a\x8b\xcc\x78\xed\x4d\x3a\x7c\xcc\x17\x69\xd2\x65\xdf\x7c\xe3\xa0\x32\x34\xae\x78\xee\x4d\x43\x12\xcc\x7d\x33\x41\xd2\x0f\xc4\x6f\xf4\x86\x73\xeb\x10\x3f\x44\x6e\xb8\x34\xc4\x00\x9c\x5b\x71\x86\x3d\x10\xff\x47\x7b\x3f\xd8\x9c\x9d\xf0\xfc\x05\xe5\x86\x08\xc7\x3d\x35\x71\x75\x17\x99\x92\xd3\xd0\xa6\x81\x3d\xcc\x10\x15\x39\xc3\x12\x55\xe5\x40\x31\x06\xed\x20\x38\x16\x0e\x11\x98\x3d\x0b\x8e\xf8\x6b\x5d\x6a\x61\x08\x4a\xbc\xc6\x54\x81\xc1\xf1\xe8\xbd\x75\xe9\x39\x06\x5d\xbb\x2e\xe8\x8d\xf7\xc3\x01\xa3\xda\xae\xff\x84\xe5\x08\x6a\x73\xc0\x20\x38\x8a\x66\x5d\xc8\x39\x09\x63\x16\x89\x95\xf3\x75\xa9\x15\x1e\x3e\x88\xe5\x7d\xc0\x11\x3f\x26\x41\x6f\x40\xea\xc1\xa1\x5c\x26\xdc\xe5\x81\x7a\x40\x74\x20\xdc\xdc\x53\x26\xb1\xe4\xc2\x30\x27\x63\x3a\xb2\x56\xf8\xab\x7b\xb5\x59\x71\x6b\xed\xe5\x65\xc5\x01\x33\x5f\xec\x62\x17\x7b\x8f\xac\x63\xd3\x8a\x6b\xeb\x8c\xd7\xc1\x5a\x59\x6f\x49\x48\x04\x59\x91\x33\x41\x11\x17\x59\x91\xcf\x8f\xf4\x3c\xce\xa6\x19\x5b\xf1\x45\x7a\xe3\x94\x75\x6e\xe2\xf5\x3a\x5f\xaa\x27\x36\x23\xf9\xd2\x3f\x46\xbc\xfb\x7c\x89\xe8\x05\xa2\x6b\xe3\xca\x83\x75\xc6\x2b\xf0\x40\xd1\x75\xb6\xc3\x84\x5b\xca\x58\x1b\xaf\x55\x90\xc8\x96\xd4\x06\xc4\x7a\x54\xeb\x8a\x4f\x35\x1f\xbc\x20\x67\x9d\x07\x08\x72\x94\x31\xfc\x5c\x04\x39\x3a\x3f\x66\x81\x41\x57\xa4\x8c\x17\xe5\x7c\x69\x54\x11\x2b\x3f\xe3\x37\xb7\xd6\x0d\x01\x10\x2b\xb2\x05\x67\x6c\x2a\xd6\x7a\x18\x3f\x62\xb5\x62\x87\x91\x2f\x44\x87\xd7\xdf\x7c\x21\x3a\x44\x47\xca\x57\xfd\xe7\x0b\x6c\x92\xf2\x66\xc2\xd7\xae\x55\x21\x2a\xf2\xb1\xc2\x83\x38\x65\x62\x97\x2d\xb2\xe4\x7a\x7d\x5f\x95\xe7\x43\x6d\x3f\x56\x85\xc6\xac\xef\x2b\xa2\xc9\xa7\xac\x0d\x07\x19\x75\x33\xf9\x00\x16\x2f\xc0\x99\x08\xb6\x6b\xc5\x96\x22\x5f\x92\x88\x0a\xc5\x25\x02\x8d\xa9\x62\xad\xe5\x95\x37\x13\xf1\x6d\x91\x0e\x36\x5f\x2c\xae\xab\x51\x0b\x67\x51\x12\xc0\xe6\x8b\xb3\x28\x06\x51\x99\xf4\x90\x6b\x75\xa8\xc8\x76\x62\x45\x38\x54\xef\x1f\x56\xe7\xe1\x51\x8b\xc7\x8a\x5c\x52\x19\x73\xda\x45\x34\xa3\x9c\x24\x63\x71\x4c\xce\x49\x32\x16\xb6\x53\x29\x4b\x1f\x93\x10\x36\x27\x89\x5c\x9c\x85\x33\x86\x6a\x07\xda\x01\x0d\x41\x3c\x4b\xaa\xab\x11\xb7\x3d\x27\xb1\x1f\xaf\xb0\xc5\x32\x1f\x76\x9d\xde\xa3\x2c\xb6\x08\xc5\x32\x1f\x47\xec\xac\xbb\x89\x15\x47\xec\x8c\x41\xca\x22\x2b\x6b\x2a\xf8\x27\x2e\xd2\xb2\xe6\x24\xc6\x1d\x7a\xa8\x64\xe3\xbc\xc2\x63\x37\x27\x49\xe0\x0c\x7e\xc0\x8f\xfa\x40\x3f\x5e\x3f\x19\xd7\xa4\x11\xd6\x3d\x8c\xa6\x72\xd2\x8c\xaf\x19\xd5\xb0\x96\xf1\x14\x9b\xb1\xc6\x5d\x8b\xf5\xba\x24\x51\x39\x62\x3d\x66\x6c\xfc\xd6\x0a\x6b\xce\x54\x92\x14\xdb\x4b\x07\x24\x0f\x2f\x94\x94\x3c\x44\x58\xf4\xac\x37\x36\x12\x92\xe6\x24\x79\x08\x1f\xcc\x9c\x24\x0f\x11\x43\x26\x63\x6b\xb2\xd6\xc7\x44\x8a\xe5\x3f\xfe\x8f\xe5\x82\xa7\xca\x9c\xa4\x0f\x3f\xe6\x51\xe2\xc0\xf5\x63\x29\xc5\x60\xf4\x3b\x56\x8f\x4d\x68\x91\x4c\x8c\x9e\x4d\x70\x0f\xed\x03\x37\xaf\x81\x19\xb3\x94\x4d\xc8\x8e\x8c\x59\xca\x26\x2c\x47\xc6\x10\x65\xf7\x4c\x67\xfa\x2d\x28\xfe\xaf\x53\x67\x84\x91\x48\xe5\x89\xf9\xdf\xc4\x91\xc8\xa9\x77\x41\x3c\x87\x26\xfd\xe7\x8c\x01\x77\xd5\x1a\x07\xce\xc2\x4d\xfb\xee\x91\x0b\x3e\xc9\xc8\xea\x80\x67\x90\x6c\x27\x77\x8f\x43\x5d\xc6\xcf\x66\x93\x76\x31\x93\xe9\x7f\xf7\x38\xd4\x65\xf2\x38\x6f\xd2\x2e\xa6\x42\x9c\xbc\x4d\x10\x88\x4c\x3c\xeb\x03\xc5\x3f\x26\xfd\x63\x6c\xaf\x0b\x1e\xf8\x07\x6c\xf1\xe3\x10\xa4\xb7\x5b\xd5\xb3\x8e\x5c\xe3\xbe\xb3\x7b\x58\xf4\xe4\xac\x9e\xc7\xd9\x4c\xdb\xd9\x4d\xce\xc4\xcc\x6d\xd8\xe6\x9d\x30\x13\x68\x62\x13\x3e\x22\xe3\x9e\xbf\x7b\xc4\xb7\x4e\xf2\x82\x3f\x20\x0f\xb9\x97\xbe\x3d\xbd\xcb\xd8\x75\x1f\x88\x87\xdc\x4b\xdf\xc6\xbc\x62\xea\xb1\x3b\x2a\x18\x53\x8f\x4d\x3c\x89\x24\xd7\xfe\xcd\xb3\x61\xce\x8f\xa1\xf8\xc7\x47\xff\x18\x8b\xb9\x52\x93\x6f\x52\x1e\x66\x32\x94\x1c\x28\x86\x55\xff\xf1\x46\x64\x13\x1a\x22\x63\xb4\xb1\x7b\x65\xb2\x6a\x16\xf4\xf1\xca\x2c\x10\x82\x88\xe6\xa1\xae\x73\x16\x91\x2b\x36\x00\xb5\xf9\xc7\xa0\x40\xed\x82\x20\x4f\x77\x3d\xc1\x1f\x4d\x4d\x22\x04\xf8\x3b\x1c\x30\xc5\x8f\xfa\x34\xd8\x2e\x37\xff\x16\x14\x70\x1b\x0c\x59\x42\x10\x31\xb1\x73\x96\x10\x34\xe6\x55\x42\xd0\x98\xd7\x7e\x09\x8a\x5a\x3a\xcd\x37\x86\xa1\xae\x85\xa5\x4f\xce\x12\x90\xb0\xf4\xc9\x58\xd6\x6f\xd2\x10\x66\x8c\x9a\x77\x6f\x68\xb9\x76\x1b\x3c\xc2\x43\x60\xf6\xdd\x59\x12\xb0\x29\x39\x50\x54\x33\x6e\x41\x3f\x9e\xd5\xbb\xc0\x20\xc6\xa0\x9a\x8e\x49\x02\x91\x02\x36\xb1\x1d\x32\x0f\xd7\x9b\xcc\x80\x99\x68\x74\x9b\x7c\x7f\xa9\x34\xf5\x27\x3c\x04\x72\x91\x60\x71\x93\x5a\x9a\x84\x39\x22\x5a\xe7\x72\xf9\x53\x7a\x20\x61\x8e\x34\xe1\x19\xe3\x91\xdd\x3b\x26\x28\xcd\x23\x89\xeb\xc4\xc2\xbd\xd3\xe6\x8d\x33\x63\x4c\xb2\x3b\xeb\x10\x99\x8c\x76\x0f\xf3\x9f\x5c\x24\xaf\xb1\x9a\xe4\x22\x79\x8d\x37\xce\x8c\xa1\xc9\x26\xc0\x43\x26\x5e\xeb\xee\x61\xe2\x93\x8b\x24\x72\xd0\x82\x24\x60\xa0\x59\xfa\x63\x30\xba\x2a\x21\x9c\xa8\xfd\x2e\x89\x88\xe0\x79\x99\xc0\x88\xbb\xcf\x41\xad\x43\x50\xf4\xa6\x5c\x82\x82\x56\x25\x09\xc2\x94\x41\x9a\x36\xac\x88\x33\x16\x2b\xbb\xb3\x24\x95\xa2\xdf\x50\x3b\x5d\x13\x1b\x8e\xab\xb9\x48\xce\x27\x6a\xa7\x6b\x9e\x23\x1e\x44\x2e\x92\x4f\x96\xaf\x22\x39\x5f\xcc\x00\x27\xbc\x03\xc6\xb0\x1e\xea\xe1\x1e\x5a\xd1\x30\x36\x79\xec\x32\x36\x2b\x9b\x47\xcd\x5c\x44\x8f\x85\x6a\xe1\x84\x77\xc0\x09\x08\x09\x62\x59\xcc\xb8\xa1\x6d\x62\x42\x64\x82\x66\x6e\x1e\x35\x73\x91\x2c\x87\xcf\x41\x2e\x92\xc8\x38\x7b\xe5\xa2\x75\xe8\x65\x7a\x44\x9d\x37\x0e\xee\xf7\x75\xfb\xc7\x1c\x3f\x52\x4d\x5c\x21\xe7\x22\xc9\xfa\xc1\x1d\x92\xac\x38\xb4\xe5\x22\x29\xff\xe8\x9a\x96\x25\xd6\xc8\x22\x4e\x8e\x65\x30\xc9\x0b\xf6\x80\xd1\x84\xf8\xf1\x83\x93\x35\x01\x61\xeb\x93\x31\x1e\xd9\xe3\xa2\x41\x44\x89\x67\xb8\x4c\x04\xba\x3d\xc2\x80\x37\x13\x50\x6c\x93\x7e\x2c\x13\x73\x63\x8f\x70\xd0\xcb\xd8\x71\x6f\x5e\xda\x32\x16\xd1\x7b\x84\xe5\x4f\xc6\xe6\x64\x8f\x48\x67\x91\xb1\x2b\xd9\xbc\x97\x65\x52\x5d\xec\x11\x86\xb8\x99\x08\x38\x9b\xd7\xb3\x8c\x91\xc9\x26\x1d\x58\xbe\x59\x4b\x49\x00\x96\x49\xba\xb5\x79\xe8\xca\x77\xfa\xc7\x00\x4a\x9b\x9c\x5f\x99\x68\x19\x7b\x84\xf5\x6b\x26\x6f\xca\x26\xb3\x56\xbe\x91\x22\x5e\x9d\x32\xf9\xaf\x0f\x14\x56\x04\x58\x78\x1c\x70\xc6\x8f\x45\xd0\x17\x10\x7d\x0b\xa7\xb5\x4c\xa2\xee\x3d\x58\x02\x49\xb1\xbd\x49\xc2\x95\x49\x33\x7d\xa0\xf8\x12\x91\x22\x27\x56\xc6\xfa\x65\x8f\x1b\x8a\x16\xd5\x19\x6c\x79\x63\xd3\x72\xc0\x15\x3f\xaa\x09\xdb\xb4\x24\x81\x6f\xfc\x48\x8b\x8f\x0c\x55\x90\x8c\xf1\xc4\xf6\x55\x6e\x42\x07\xfc\x00\xe9\x10\x67\x14\x0c\x50\x36\xc9\xaf\x32\x06\x28\x7b\x84\x93\x44\x52\x4a\xee\x4d\x50\x89\x8c\x59\xc9\x26\xdf\x55\xc6\xac\x64\x93\xef\x2a\x63\x47\x72\xa0\x1f\xa6\x32\x97\xc0\x20\x16\x82\x32\xb0\x43\xbd\x89\x88\xb4\xc9\x86\x95\xff\xda\x88\x0d\x03\x01\x1a\x0e\x44\xd7\xc7\x23\x30\xc8\xd5\xd4\x81\x50\x0e\x98\x9c\x6c\x1e\xe5\x32\x36\x26\x9b\x24\x57\x49\xb1\x52\x0f\xf8\x01\x52\x6d\x83\x40\x8f\x66\x88\xa5\xed\x46\x03\x91\xf5\xea\xfc\x38\x04\xfe\xe2\xc7\x47\x10\x15\x69\xfe\x58\x06\x6f\x49\x0b\xc7\xa4\x5b\xd2\xc2\xb5\xe7\xcd\x8d\xc3\x01\xcf\x52\xf7\x48\x40\xb0\x86\xbd\xb9\x71\xd8\xe4\xc1\xca\xf8\x58\x1f\x88\x46\x50\x5e\x83\x33\x15\xc6\x24\x07\xba\x03\x52\x93\xf1\x34\x75\x3f\x9a\xdb\x30\x8f\xcd\xda\x60\x0e\x4e\x4a\xa6\x41\x78\x99\x24\xc5\x8d\xd8\xa3\xc7\x4c\x7b\x94\x5d\x4d\x8a\xd7\x3b\x4d\x8a\x2f\xc3\x55\x2e\xdd\xbc\xd4\x1f\xb0\xc5\x8f\x4d\x10\xe6\x4c\xc3\xdf\x8e\xf8\xb1\x0b\xa2\x4d\x91\x36\xe2\x5f\x64\x0c\x46\x36\x51\x2d\x74\x41\xb3\x79\xa9\xcc\xa6\xd6\x88\x23\xaf\x52\x32\xee\xc1\x42\x68\x82\x84\xad\x6b\x26\xdd\xf5\x81\xbe\x80\xf4\x8f\x32\x7d\x2a\x06\x53\xfc\x78\x0b\xe2\x1f\xe9\x39\x47\xac\x47\xbc\x1e\x41\x20\xd2\x5d\x55\x6b\x44\x81\xc8\x84\xbf\xdb\x64\xcb\x3a\x3f\x16\x81\x6f\xfc\xa8\x4f\x63\xda\xc9\x35\xb3\x09\xe7\x90\xb5\xc5\x1e\x91\x0e\x21\xdd\xda\x0b\x8e\x19\x97\x47\xd8\x8e\x1c\xa8\xf3\xa3\x6a\x0d\x0e\xc6\x94\x64\x8f\xc9\x3c\xeb\xb7\x85\x61\x5a\x95\x40\x85\x47\x4d\x7e\xd8\xa8\x11\xd1\xe1\xfc\x98\x04\x06\x33\x75\x7d\x0a\x13\x74\xd5\x13\x0c\x4b\x70\xb0\x3d\x38\x0f\x3e\xfe\x3f\x26\x5d\xb3\x1c\xa9\x5f\xf3\x23\xbe\xdf\xcc\x8e\x18\x7d\xc3\x66\x62\xf4\x8d\x90\x36\xcd\x4e\x44\xf4\xcf\x55\x8c\xce\x85\xed\xdd\x1e\x83\x23\x7e\xfc\xc7\x10\x4b\x7b\x44\x38\xa4\x4c\xda\xd6\x03\xf5\x80\x98\x3a\xac\x7a\xef\x26\x8d\x12\x66\xbd\x19\xa3\x8b\x03\xdd\xfc\xa8\x26\x8f\x88\x64\x73\xd2\x86\x97\x9b\xe8\x1a\x57\xbf\xb9\x6a\xf9\x09\x33\xdf\x5c\xb5\xc4\x70\xe6\xc5\xec\xe2\x40\x33\xa0\x26\x68\x61\xd1\xd6\x05\xfe\x00\x87\xc0\xc3\x92\x3c\x1f\xef\x81\xb9\xf0\xad\xbd\x21\x51\x12\x72\x95\xe0\xc5\x8b\x75\xae\xd2\x27\x2f\xa3\x64\x8b\x35\xc2\x7e\x29\x63\x2f\xb1\xc9\x0d\x96\x89\xac\x76\xa0\x0f\x43\x39\xaa\xf9\xc5\x2d\xd8\xdd\xa5\xe0\xe2\x1d\x3a\xe3\xc5\xb5\x89\x7e\x90\x94\x0e\x7b\x0f\x4e\xe8\x98\x48\x1c\xe8\xc1\xaa\xee\x12\x38\x00\x93\xc0\x18\xb5\xf8\xfe\x87\x4a\xeb\x12\x7d\x0e\xf7\x55\x62\x10\x37\xc3\x19\x0f\xb0\x03\x05\x45\xba\x14\xd3\x2f\x96\xcb\x2a\xa9\x08\x2b\xe5\x5c\x35\x7b\x18\x3f\xdd\xbd\xde\x02\xa3\xef\x9a\xbd\x4f\x7d\x97\x74\x71\x67\x60\x89\x09\xfb\xa6\x4c\x58\xdf\x03\xbd\x01\xe9\x4b\xd8\x47\xda\xee\x83\xb0\x5a\x2b\x22\x97\x99\xae\x25\xf7\xbc\x98\x67\xf6\x5f\x04\x48\xc8\x3a\x74\xcd\x4b\x96\x84\xec\x48\x88\x97\x90\x75\xe8\x22\x0a\xc2\xf9\x71\x08\x0c\x2e\xe4\xdc\x33\x2f\x59\x1d\xc2\x04\xf3\x62\x9e\x87\x1a\xa1\x73\x43\x8d\xc4\xbe\x56\x61\xdd\x0e\x18\xb4\x42\xf2\x88\x83\x90\xe4\x65\xbb\x49\x7d\x96\x31\xe1\xd8\x84\x45\xc8\x98\x70\x1c\x28\x86\x85\x90\xf2\x82\x9e\x71\xa3\xd8\x84\x37\xc8\x98\x70\xec\x19\xce\x50\x19\x33\x8d\xcd\x73\x76\xc6\x4c\xe3\x40\x0c\xd9\xff\x18\xdb\x1e\xb2\xa4\x6d\xb2\x88\xa5\x87\x5b\xec\x03\x9e\x21\x93\xb0\xf5\x40\x58\x3d\x22\xb2\x93\xed\x5b\x13\x75\xc2\xf8\x29\x37\x91\x23\x3c\xa7\xd2\x43\x9e\xe9\x03\x7e\xf1\x23\xd4\xc9\x18\x78\x71\x37\x7d\xc0\x14\x3f\xaa\x91\x98\x49\x32\x30\x6c\x9e\xc2\x33\x26\x1e\x07\xe2\xb7\x26\x68\x07\xc4\xb0\xc2\x3f\x2a\x29\x41\xd8\x01\x8f\xe0\x63\xd3\x71\xa0\xce\x8f\x06\x47\xfc\x48\x8b\xe1\x3d\x95\x31\xf1\xd8\x33\x02\x69\xe6\x56\x68\x91\x7b\x91\xa6\xc9\xb9\xb1\xdb\x4b\xa2\x47\x38\x30\x65\xfc\x43\x36\xa1\x0c\xce\x8f\x45\x60\x8c\xea\x56\x3d\xc1\xc9\x3a\x16\x4f\xb6\x85\x84\xd2\xdc\xf3\x66\xb2\x90\x57\x62\x0b\x64\xe9\xd3\xc9\x5d\x07\x31\x25\xf6\x7c\x64\xf5\xc9\x41\x7c\x86\x13\x51\xc6\x8a\x64\xf3\x30\x9d\x31\x1b\xd9\x93\x9b\x0f\xcc\x28\x0f\x44\xa5\x6a\x22\xf8\x08\x93\x92\x3d\x2b\x64\xac\xff\xac\xb2\x27\x57\x1d\x18\x98\x1c\x28\xac\x67\x71\x0e\x3a\xe0\x8a\x1f\x9b\xa0\xcd\x8f\x49\x60\x70\x07\xdb\xc7\xc9\x3d\x84\xb4\xfb\x8c\x30\x95\xe9\xc9\x9a\xb9\x08\xf6\x95\xb1\x37\xd9\x04\x1f\x38\x3f\x56\x81\x31\x64\xe4\x7c\x62\x40\xfd\xe4\x3f\x30\x6c\x03\x75\xa3\x31\xb9\xb5\x20\x8f\xf5\xd6\x9b\xf5\x93\x25\xdb\xb1\x7b\xcb\x4d\x94\x6c\x58\x09\xe7\xbf\x6f\xa3\x7f\x92\xf4\x08\x48\x99\x75\xa3\x30\x1b\x66\xa6\x59\x92\xde\xa0\xa5\x84\x99\x1b\x8e\x26\xe9\x0d\x47\xa7\xf4\x90\x1f\x70\x4f\xae\xb2\xb1\x07\xd9\x24\xec\xca\xd8\x83\xec\xd9\x63\x6f\xd0\x25\xbe\xe1\x40\x94\xbb\xc4\x77\xe8\xff\xba\xa0\x1f\x26\xba\x54\xc3\x0d\x34\xe1\x50\xf6\x0c\x8f\xe1\x4c\x90\x93\x3d\xb9\x55\xc6\x70\x63\x93\x1b\x2a\x63\xb8\xb1\x67\x78\x02\xe5\x2e\x71\x5d\x7c\x29\xf9\x5c\xb0\xf9\xdd\x0d\x7e\xf1\x23\x4d\xc8\xbc\xf9\x56\xfb\x61\xdf\x9c\xbb\x44\x59\xe6\xcd\xb7\x88\x1c\x81\x07\x72\x97\xf4\x72\xd8\xc7\x56\xe3\x40\x87\x70\x5a\x96\x66\xd8\x95\x65\xad\x4a\x93\xdd\x48\x97\x7c\x6e\xa8\xc1\x8e\x8f\x64\x43\x19\xc3\x8d\xcd\x7b\x71\xee\x92\xdd\x58\xdf\xd3\xf3\xa8\xe3\x11\x6b\x40\x2f\x27\x07\x8a\x06\x6f\xfd\x46\xa5\x6c\x4e\x67\x58\x28\xe7\x2e\x49\x0e\xbb\xb2\xdc\x25\xba\x61\xe4\x95\xbb\xc4\x33\xec\xb8\x32\xb1\x93\xf6\xe4\x52\x9b\xf0\x7d\x1b\xdf\xff\xac\x5b\x99\xf9\x05\xdb\xe8\x1a\x66\xca\x6e\xb6\x15\x83\x31\xdf\xec\x5b\x79\x9f\xcc\xd8\x70\x1c\x88\x6a\x3a\x10\x74\x62\x65\xe5\xc9\x31\x29\x9e\xd7\xc6\xe5\x36\x13\x28\xfd\x40\x61\xcb\xad\x8d\xc8\xe2\x00\x4f\x48\xa6\x03\x4d\x7e\x34\xa8\x6f\xa9\x88\x03\x3d\x66\x1a\x1b\x8f\xdc\x4c\x1a\x85\xbd\xf0\xc0\x51\x64\x84\xbd\xb8\x49\x27\x83\xea\x81\xa2\xb3\xc8\xd1\xc2\x72\xf6\xd1\x8c\xaf\xc8\x28\x9e\xb1\xef\x38\x10\xb6\xcb\x59\x8d\xc0\xb9\x5d\x10\x9d\xed\x6a\x32\x94\x70\xd7\x28\xb9\x19\xc0\xbe\x63\x93\x6a\x27\xeb\xb2\x89\x24\x39\xe9\x71\x07\xb8\x36\xc0\xa0\x63\x93\xa7\x26\x63\xd0\xb1\x17\x7e\x33\x0f\x21\x4f\x36\x49\x65\xf2\x60\xa5\x93\x23\xee\xf3\x3f\xe0\x88\x1f\xe9\x39\x17\xf2\x03\x79\x5c\x61\x65\x95\x49\xab\xb6\xf1\xbd\xcd\xc4\x66\xd9\x78\xd4\x66\xac\x44\xf6\x0a\x5b\xa9\x8c\x95\xc8\x96\xd7\xac\x82\x82\x1c\x30\xc5\x8f\x59\x10\xff\xa8\xdf\x68\x50\x14\xc7\xfb\xe6\xe1\x01\x7d\x13\x58\x21\x9f\x5d\xc9\x3f\x29\x6c\xb9\xca\x3e\xa3\xb9\xda\xc3\xe6\xda\xb2\xe8\x0d\x14\xdb\x93\x4d\x48\x86\x8c\x3d\xc9\xd6\x8b\xe8\x60\x15\x5e\x77\x1c\xfa\xc8\xab\xba\x17\x37\xee\x18\x97\x6c\x42\x32\xe4\xa1\x19\x7f\x54\x67\x13\xf4\xc3\x04\xdb\xe0\x51\x24\x78\xe7\x6d\x39\xbd\x2a\x00\xd5\x01\x83\x1c\x68\x80\xc5\xfd\x3b\xb6\x26\x7b\x85\x75\x94\x9e\x0b\xf7\x0a\xe7\x9b\x8c\xc5\xc8\xd6\x9b\x27\x16\x23\x7b\x55\xec\x93\x2f\x71\x47\x0d\x19\xd4\x9d\xe1\x92\x95\x2f\xef\x95\x9b\xa0\x10\x19\x23\x91\xad\xf7\x51\xa2\xdc\x6c\x3c\x64\x33\x51\x60\x36\xa9\x5f\x32\x01\x31\xf6\x6a\x4c\x0e\xca\x82\x14\x2e\x59\x97\x8b\xab\x41\x37\x0d\xb8\xa9\xce\x2e\x68\x62\xe6\xad\x4f\xe3\xb0\x4c\x24\xb2\x2d\x87\x59\x45\x18\x3a\x60\xcc\x14\xaa\x84\xf7\xd2\x8c\xa1\xc9\x81\xa2\x45\xe9\x0e\xae\x04\xcc\x54\xac\x31\xe4\x4c\x3d\x50\x8c\x50\x7a\xa5\x33\x37\x2c\xfb\x8b\xfb\x01\x4c\x49\xf6\x8a\x38\x96\xa9\x66\xb1\x71\xdc\x6f\x67\xac\x47\xb6\x5c\x6d\x6b\x16\x57\x47\xda\x98\x8c\x31\xc9\x5e\x03\xfa\x4b\xcb\xc4\x9b\x67\xaa\x59\xdd\x19\x71\xc2\x31\xe3\xe2\xc3\x5a\xb3\x7a\x17\x09\x17\xb3\x79\x73\x30\xe3\xd2\x39\x9c\xe4\x31\x04\xd9\x0b\xfb\x2a\xa5\xba\xdd\x64\x80\xc9\x64\x56\x39\x10\x96\xed\xec\x10\xd6\x44\x72\x59\x81\xd6\x84\x1e\xd2\x40\x2c\x81\x43\x2a\x07\x4f\xa1\x8a\x1f\xeb\x96\x6f\x6c\x2d\x92\x8e\x85\x78\xfa\x47\xa8\x25\xe5\x89\x0f\x8d\x22\x48\xef\x15\xa6\x50\xe5\x92\x42\x88\xc5\xab\x5c\xa2\x24\x5e\x33\x0a\x0e\xb7\x15\x66\xe2\x92\xd0\x6f\x6c\xc0\x8b\xba\x47\x5e\x16\x82\x66\x6e\x32\xb1\x14\x62\x0b\x6e\x22\x52\x94\x4b\xfa\x21\xce\xce\xe5\x92\x7e\xd8\x88\xd9\x2d\x6d\x15\xf6\x4d\xe5\x92\x24\x87\xad\x51\xd1\x5e\x7b\xbd\x54\x2a\x69\xc5\x13\xa7\xde\x62\xb3\xf0\xc4\x29\x84\x44\x3d\x10\x96\xf6\xe2\xba\xf0\xc4\x29\x97\x84\x97\x2c\x74\x97\x24\xf2\xa5\x45\xd6\x64\x5c\x64\xf5\x7a\x7d\xa0\x18\x94\xa4\x95\x18\xc1\x97\xa4\xf5\x17\x91\x78\x2f\x16\x68\x12\xa0\x14\xc2\xd5\x6c\x5e\x96\xcb\x25\xd1\xfd\x20\xb1\x64\x95\x20\x3b\xba\x6d\x5f\x04\xd9\xb9\x24\x8f\x1f\x9c\xac\x8b\x95\x15\xb1\xf9\x8a\x95\x0c\xe6\xd3\xf5\x11\x43\x7e\x11\xdb\x98\x6c\xb9\x07\x8a\xbe\xc5\xd2\xfe\x92\x59\xa4\x5c\x21\x9e\x2f\x0e\xb3\x05\x0b\x95\x57\xb9\x3d\xb0\x50\x39\x50\xb4\x1f\xf2\xf8\xf6\x58\xa1\x0b\xa9\x6f\x5e\xf2\x62\x94\xeb\x9f\x0d\xfa\x5e\x5e\xb6\x0b\x06\x2a\x6f\x4f\xb0\x3c\xc9\x8b\x5e\x32\x63\x14\x6c\x52\x5e\x39\xde\x56\xa2\x88\xbe\x78\xde\x96\xab\xea\xd3\x88\x83\x7e\x55\xfd\x16\x31\x56\x30\x5f\x79\x79\x21\x2f\x98\xaf\xbc\xbc\x89\x17\x5c\x3b\xde\x9e\x20\x78\xbb\x04\xc5\xff\x35\x86\x2f\xaf\x97\xda\x87\xc0\x18\x7f\xa3\x89\x0c\xfd\x5b\x13\x14\xc3\x08\x39\x7e\x3b\xce\x2c\x95\xe3\xd4\x01\x63\x18\x5d\xb5\xe2\xcb\xd1\x8a\xfe\x73\xc5\x30\x3a\x63\x2c\x50\xbc\xd3\xf1\x82\x18\x35\x91\xb5\xd0\xf3\x61\x28\x3e\x1d\x55\x50\x48\x43\x53\xef\xe2\xce\xbf\x60\x40\xf2\xf6\xc8\x7c\x56\xd2\x05\xa9\xe2\xe4\x55\x88\x66\x72\x20\xbe\x6c\x82\xc2\xb5\x06\xc7\xab\x03\xce\xf8\x91\x61\xe1\x77\x52\xd9\x22\xbe\x3d\xac\x82\x0a\xd1\x4d\x0e\x14\xb5\xa6\x26\xe8\x87\x0f\xc8\x23\xf0\x3b\x3f\x66\x6a\xc5\xee\xb8\x76\x4d\x48\x44\x8c\x28\x58\x8c\x1c\x28\xfa\x93\xb3\xa0\x1d\x10\x3d\x8f\x23\x5c\x21\xda\xc9\xdb\xe3\xaa\xbe\x10\x0c\xe8\x40\xfc\x1f\x75\x86\x15\x50\x21\x53\xe0\x8b\x73\x6a\xc1\xec\xe4\xed\x78\xb6\xd4\xa1\xd9\x89\xe0\x71\xb2\x17\x79\xc9\x3a\x70\x7e\x6c\x02\x9f\xf8\x51\x2d\x42\x8e\xa2\x16\xc3\xdc\xb4\xb2\x78\x1e\x30\x3a\xa7\x5a\x49\xc4\x9c\x54\x4d\xdc\xa1\x17\xc2\xad\xbc\xbd\x31\x01\x65\x08\x8a\xdf\x44\xf1\x1e\x2c\x4f\x32\xbd\x57\xce\xa9\x8a\x28\x7c\xc0\x11\x3f\xd2\x20\xa1\xff\x93\x64\x25\x2e\xb7\x4b\xd2\xdc\x74\x9a\xb8\x9b\xa0\x1f\xbe\x2d\x43\x60\xcc\x86\x44\x1e\x23\x63\x45\xdc\x3e\x60\xcc\x86\x34\xc0\x80\xaa\xd2\x00\xb1\xea\x95\x24\x0d\x40\xa0\xfe\x24\x0d\x30\x99\x8d\xa7\x09\xe2\xff\x18\x70\x04\x11\x2e\x58\xd6\xbc\xbc\xb1\x96\x24\xa9\x0e\x0f\x9d\x92\x24\xc6\x93\x3a\x25\xc6\xa4\x2b\x4b\x62\xa2\xb0\x13\x2e\x49\x5c\x33\x21\x77\x1d\x82\x62\x48\x12\x63\x12\x9b\x25\x89\x71\xac\x69\xa9\x11\xf0\xe5\x80\x39\x7e\xcc\x82\x66\xfc\x28\xb9\x89\x00\xc0\x05\x43\x9b\xb7\x13\xaa\x09\x43\x9b\x03\xc5\x98\x24\xf1\x8b\x51\x48\xe2\x17\xf4\xee\x45\x50\x7c\xd9\xa9\x33\x12\xcc\xa6\x86\xb7\xfc\x01\x83\xdf\x7a\x13\x84\x37\x4f\x1a\x02\x83\x52\xdd\x9f\x7e\xb8\x01\xd1\x81\xcd\x84\x8f\x2c\x28\x9a\x1c\x45\x50\x78\xf3\x64\xf1\x78\xdc\x5e\x17\x12\xe7\xbd\x44\xf2\x4f\x4a\xf7\xf9\xf6\x1d\xb9\x8d\xb1\xc9\x39\xd0\x0e\xe8\x1f\x6f\x42\xde\x1e\x21\x29\x0a\x41\xdf\x0e\x34\x71\x4b\x02\x64\x01\xcc\xc9\xd0\x1d\xd0\x23\x28\x3a\x40\x62\x91\xb7\x13\x79\x29\x4b\xaa\x09\x5c\x9b\x25\xd5\x78\x10\xb5\x22\x46\x26\x22\x5d\xf6\x3f\xe2\x5c\x53\x6e\x83\x6f\xfc\x08\xb5\xe2\xaa\xb6\x64\xc9\x7c\x1c\x59\x8b\xe9\x11\xa1\x27\x0a\xf7\x32\x2f\xce\xa6\xc5\xe4\x88\xfb\xd6\x92\x25\xaa\xc4\xc9\xcf\x12\xd5\x78\x70\x4e\x8d\x17\xe7\x03\x96\xf8\x91\x26\x3e\xc8\x21\x71\xfc\x68\x5e\xe2\x88\x93\x52\x23\x7f\xed\x01\xbf\xf8\x31\x5a\x1c\x18\xfc\x36\xde\x87\x0f\x18\x4d\x32\x28\x5e\xae\x0b\xf1\x9b\xdf\x11\xae\x46\x85\x38\x5f\xef\x48\xd0\x18\xc9\x25\xa8\x7e\x21\xe2\xe0\x3b\x12\x44\x45\x54\x07\xab\x1c\x06\x42\x2f\xae\x9e\x45\x33\x35\x12\x64\x63\x55\x19\x38\x0c\x35\x2c\xbf\x0e\x18\x3d\x7d\xe8\x69\x82\x6e\x8f\x9a\x67\x14\x68\x0a\x9e\xb5\x0b\xd6\x42\x07\x0a\x29\x23\xfa\xdb\x01\x73\xfc\x98\x05\xc5\xa4\x92\xa0\xe2\x80\x31\xa9\xc8\xf5\xc8\xb8\x6c\xf1\x2e\x77\xc0\xe8\x5d\x55\x3d\xc1\xe5\x58\x16\xbd\x23\x52\xc5\x16\x4c\x89\xde\x11\x57\xa1\x25\xa3\x02\xf0\xee\x2c\xdc\xa7\x1d\x28\xfe\x0f\x15\x30\x0a\xb4\x41\xe6\x47\x78\x01\x15\x0c\x89\xde\x11\xa6\x65\x25\xa3\x00\x46\x41\x1a\x50\x00\x78\x73\x16\x36\xd9\x2f\x0f\xe9\x85\x7b\xb7\x03\xc5\x20\x9a\xfa\x82\xbb\x54\xd5\x08\xc3\xeb\xa7\x60\x73\xf4\x8e\x9b\x89\xea\x97\xa0\xa8\x86\xed\x00\x8f\xec\x05\x9b\xa3\x77\x44\x1e\xd2\xd4\xea\x63\xb0\xc5\x8f\xf4\xe6\x81\xe0\x28\x87\xf1\xa8\xd2\x21\xe8\x87\xdf\x5b\x12\x18\x43\x44\x55\xc8\x43\x54\x91\x31\x0f\x18\xfc\x86\xe6\x18\x0f\xb4\x61\x1f\x31\x88\x35\x88\x09\xd2\x81\x42\x53\x0c\xb5\x88\x68\x72\xdb\x7d\xc0\x43\x80\xe2\x16\xe5\xf7\x96\x0d\xbe\xf1\xa3\x5a\x0c\xca\x11\xc9\xee\x40\x3b\x20\x5a\xc4\x43\xa8\x35\x16\x40\xde\xd1\x4b\x91\x68\x84\xcd\x57\x29\xe2\xcd\x38\x91\x16\xec\x88\xde\xd1\xf4\x65\x13\x84\xfb\xdc\xe5\x1f\x73\xfc\xd8\x05\x45\xcf\xbb\x6a\x8d\x2b\xd3\x52\xd4\x55\xdc\x7c\x5a\x77\x23\x21\x71\x18\x1d\xbd\x83\x5c\xa5\x58\x19\xbd\x38\xb3\x96\x22\x1e\xc7\xaf\xa7\x75\xcd\x79\x8b\x6d\x1e\x56\x46\x07\xea\xfc\xa8\x5a\x63\x9b\x87\xd1\xd1\x3b\xe2\x68\x2b\x5b\xcf\x03\x45\x1b\x6c\x32\x46\x64\xed\x49\xad\x8b\x05\xc2\xd0\xab\x14\x51\x27\xa2\x4c\x94\x72\xff\xa3\x23\xfa\xf9\x34\xda\xb8\x55\x0d\xf3\x71\xab\x45\x66\x40\xea\x88\x9c\x3e\x52\xaa\x83\x50\xb0\x45\xfa\x07\xbf\xa2\x86\x21\xd3\x4b\x96\x86\x52\xa4\x72\xf0\x2b\x6a\xb8\x19\xbd\x4a\xd3\x50\xd4\xf1\x11\x5c\x56\xa4\x81\xc2\x04\xac\x14\xa9\x15\x36\x12\x58\x23\xbd\x63\xc4\x09\x8c\xf0\xbd\xaf\x1c\x78\xdb\xd0\x2c\x87\x79\x71\x29\xd2\x40\x61\x11\x56\x8a\xd4\x4a\xa4\xfc\x29\xa4\x42\x3a\x10\x7e\x90\x68\x67\x72\x23\x14\x52\x08\xbf\x63\xc2\x2c\xd2\x23\xe4\x38\x28\xd2\x23\x93\x19\x97\x1e\x99\x2c\x96\xe3\x31\x78\x24\xa9\x48\xad\xc8\x9f\x78\x54\x83\x31\x46\x69\x19\x42\xd5\x16\x69\x19\x36\x2f\x45\x5a\x26\x5c\x9e\x4a\x91\x96\x99\x70\x83\xb4\x0c\x6e\x4c\x6d\x48\x23\x84\x1b\x53\x29\x52\x3a\x0b\xe6\x90\x26\x21\x11\x6b\x91\x26\x59\x90\x58\xff\xc7\x6e\xa5\x48\x93\xac\x50\x1d\xd8\x58\x1d\x48\x1e\x9b\x06\xa3\x7d\x36\x28\x63\xc1\x54\xd2\x32\x0b\xbe\xe9\x6a\x9e\x31\xb1\x5b\xe1\x31\xbd\x14\x69\xa0\x15\x9b\xe3\x22\x0d\xb4\xe1\x22\xa9\x1c\x6e\x07\x8a\x74\xcc\xa6\xa3\x62\x22\xce\xf8\x45\x3a\x86\x33\x7e\x91\x8e\xc1\xa5\xa9\x5f\xd5\x60\x24\x89\x95\x8e\xc1\xbb\xba\x5f\x9a\xa9\x1d\x3c\x7d\x4b\xc7\x70\x01\x70\x4b\xc7\x10\x7f\xf7\x96\x36\x88\x47\xef\x42\x44\xa0\x03\xb5\x80\xba\x20\x48\xc3\x12\x3f\xc2\xbd\xa9\x60\xc8\xf5\x8e\xf0\x60\x2a\x5e\xa8\x5f\x7c\xf5\xae\xa1\x1f\x63\x73\xd0\x93\x1b\x21\x5b\x4c\xf2\x8f\xf2\x4a\x55\x9b\xa1\xc8\x6e\xa9\x4e\xae\x15\x6e\x29\xa0\xb0\xb1\x2b\xb7\x34\x4e\xd8\xd8\x15\x2c\xb2\x5e\x9c\xb6\x0b\x16\x59\xaf\xbc\xb4\x7b\x62\xc7\x33\x7e\xb1\x71\xc0\x40\xeb\x40\x51\x8d\x54\x4c\xb8\x42\x95\x9b\x1d\x0f\x2f\xde\xa9\xeb\x40\x30\x22\x5b\x6b\xb9\xa5\x71\x70\xe8\xee\x49\x22\xff\x0b\x71\x20\xfe\xe3\xc7\x5b\xa0\xb2\xd6\x1f\x28\xc2\xd4\xc6\xa2\x77\xa0\xfc\x97\x32\xf8\x53\x34\x74\x32\x94\x7f\x78\xba\x36\x12\x95\x1c\x28\x62\x48\xc7\x54\x1d\x28\x52\x67\xfd\x41\xed\x2f\x0e\xe7\x81\xfa\xff\x02\x8d\x08\x25\xec\xf6\xe6\x5f\xe2\xb5\x03\xad\x88\x7c\x7d\x0b\xda\xe7\xb7\x47\xff\xa7\x4c\x4f\x6a\x3d\x22\x8b\x62\xf0\x77\xa0\x88\x44\x7d\xa9\xd7\x11\xee\x19\x02\x1f\x28\xc2\xcd\x26\x5a\x88\x05\x57\xc1\x67\x3f\xc5\x54\x27\x3e\xe2\x81\x22\xd8\x6d\xe5\xff\x88\x9b\x8e\x15\xd2\x81\x22\x35\x5f\xfa\xc7\xfb\x8f\xf3\xe9\x8a\x21\xf9\x1f\xf7\xff\xa3\xdb\x11\x05\xf8\xe6\x9c\x78\xa0\xd3\x51\x76\xff\x07\x3a\x1d\xe5\xe2\xf4\xc3\x93\xf7\xe6\x4c\x73\x20\x82\xe2\x1b\xca\xff\xfe\x57\xf5\x00\xe3\xf5\xf4\xe1\x78\x77\x20\x92\xda\xfa\xcb\x27\x52\xfd\x77\x41\x35\xb2\x27\xab\x75\x62\x25\x5f\x86\x7a\x24\xf2\x71\xeb\xe3\xb4\xd7\xdd\xc2\x8c\xbc\x1e\xfe\x2d\x32\x40\x77\x91\x70\x92\xf3\xc3\xed\x45\xcc\xdc\xfe\x08\x8a\xe4\xbb\x97\x7b\xf6\x45\xf8\x57\x51\x42\x19\x40\x54\xe7\x4a\x7f\x99\x80\x0f\x14\x21\x65\x9b\xbf\x8c\xa8\xdf\x62\x50\xb2\xac\x77\xb1\x48\x84\x98\x54\x4e\xbf\x03\x45\x86\xbf\x9b\xbe\x90\x5a\x8a\x94\x97\x07\x8a\x50\xf0\xcf\x10\x14\x0c\x73\xdf\x82\x22\x75\xec\xdd\x04\xd5\xbf\x54\x4f\x07\x7a\xff\x72\x22\x1f\x28\x66\x4c\x63\xa8\x84\x97\xaf\x49\x50\x04\x40\x17\x25\xe2\x72\x5f\x79\xa4\x3f\xc2\xe7\xdf\x58\x0b\x1e\xe8\xd0\xe5\xaf\xbd\x98\x5b\xd3\xa5\xc2\xca\xa2\x6e\x25\x63\x8c\x5b\x27\xf1\x5a\xad\x82\x9e\xf8\xf2\x11\x14\x2d\x0c\xf5\x25\x02\xae\x9b\x97\x08\xb4\xdf\xfe\xea\x0c\x2a\x0d\xfd\x16\xc1\xe6\x6f\x09\x52\x25\x8a\xf3\xa5\x16\x16\x71\xb0\xfd\x65\xf0\x6e\x57\x3f\x83\xf2\xd8\xf3\x7d\x38\x6f\xff\x71\x79\x23\x77\x9d\x7a\xdd\x48\x51\xdc\xbb\xa0\xfa\x97\x76\xea\x40\x11\x7d\xbd\x35\x41\x3d\x5a\xf0\x6f\x21\x9c\xe2\x56\xf2\x3c\x9a\x23\x1b\x21\x81\x7b\x15\x14\x7d\xf9\x6b\x21\xe4\xc8\x5f\x46\x00\x7b\x4b\x4e\x6c\x0c\x95\x4f\xe9\x23\xcc\xff\x4d\x2c\x9b\x03\xfd\x02\x52\x9d\xc4\x97\x96\xe4\xc4\x13\xfc\x33\xa4\x28\x1a\xb3\xd2\xd5\xeb\x98\x15\x12\x25\x1c\x28\x92\x36\x64\xff\x16\xd9\x72\xb2\xc6\x40\x1e\x77\x69\x86\x48\x24\x70\x93\x45\xfe\xc3\xa3\xfc\xae\x6e\x21\x72\xfb\x17\xc9\x74\xbc\xb0\x54\xec\x3e\x3f\x5e\xea\x9f\x56\xfc\x5b\xc4\x15\x6f\x86\xd0\x28\x86\xbe\xf3\x7f\xa2\x44\xbc\xe9\xd7\xfa\x07\x1d\xde\xcd\xa2\x6e\x0f\xb5\x6f\xbd\x14\x4e\x6e\x77\x16\x7f\xc6\xce\xf6\xce\xe2\xba\xae\x2c\x8c\x97\xa0\x1a\x91\xe7\xb3\xa0\xf6\x97\xcb\xfc\xc3\x29\xbe\xb5\xcb\x75\x8e\xbf\x84\x5f\x1f\x16\x05\xa5\xde\xee\x0b\x09\xfe\xa0\x60\x9f\xff\x93\x39\xf6\x40\xdf\x5f\xf6\xa8\x6f\x6d\x22\x31\x44\x73\xeb\x25\x12\xc4\xff\x7a\xcb\x71\xff\xbf\x14\xf2\xe2\xc4\x0f\xf5\x16\xe7\xfd\xd8\xa6\x1e\x00\xab\x54\x01\x35\x6e\x02\xfe\x7f\x35\xfc\xff\x35\xff\xcf\xff\xe3\xf7\x5f\xff\x9d\xaf\x7f\xff\xeb\xbf\xdb\x69\xfa\xbf\xfe\x7b\x87\xcb\xe9\xf9\x53\xfe\xfd\xaf\x08\x90\xb0\x23\x18\xff\x7f\xef\x78\x12\x08\x4b\xe2\x1d\x79\x01\xcf\x9f\x11\x69\xe9\x0e\x66\xf1\x4d\xe8\xab\xb3\xd5\xde\x61\x31\x7f\xfe\xa4\xd0\xc9\x81\x29\x60\x22\x31\x45\xfe\xaf\xff\x7e\xe3\x75\xfd\xfc\x79\x22\xde\xe1\x15\xa8\x1a\xa8\x05\xaa\x1d\xd4\x12\x2a\x82\x71\x1d\xad\xf2\xc6\x1d\xc3\xf9\x43\x28\xb1\x43\xca\xdc\xc3\x0a\x8c\x02\x41\xa3\x84\xed\xc6\x46\xec\xa0\x5b\xd8\x6d\x6c\x04\xb5\xae\x60\x8f\x50\x50\x08\xcb\xe8\x47\xd8\xc7\x58\x02\xef\x81\x0d\x3a\x45\x21\x3c\x4e\xd4\xda\x51\x30\x14\xe6\xbf\xff\xd5\x31\x6f\xcc\x24\x78\xa6\xb0\xfe\xfd\xaf\x9e\xf5\x75\x64\x15\xa4\xf0\x3b\xe8\x87\x81\xc4\x35\x05\x85\xfb\x4c\x42\x0b\xec\xe3\xe1\xc5\x2d\x36\x46\x49\x07\x58\xc6\x46\xee\x91\x02\xd6\x03\x21\x1d\x6f\xe8\xf3\x8c\xcf\x15\x85\x50\x44\x60\xe3\x30\x4b\x81\x3b\x48\x61\x8b\xb1\x84\xd9\x09\x6c\xe8\x41\x0a\xcf\xbf\xff\xd5\x49\x08\x9c\x7b\x37\x85\xfa\xa1\x50\xc7\xf0\xec\x40\xcd\x68\x62\x17\x08\xbb\x8c\x25\x42\x48\x60\xe3\xa2\x96\x42\x38\x66\xdd\xc2\x56\x63\xdb\xa9\x38\x1b\xfd\x33\xfa\x3b\x68\x4d\xd4\xf0\xf8\x06\xcc\xdb\x93\xd0\xae\xe4\x1c\x7e\x3b\xa1\x0a\x0f\x34\x8d\x5e\x41\x65\x2a\x09\xdb\x64\x0a\x29\xd0\x43\xe8\x6c\x74\x04\x84\xe9\xc2\x56\x63\x23\x66\x08\xe4\x88\xab\x64\x0a\xf4\x9a\x09\x8c\x33\x13\x85\x7d\xd0\xa2\x7f\xd8\xf4\x50\xf8\xa2\x41\xbe\x8e\x08\x84\x14\xa2\x7b\x50\x8f\x3b\x33\x0a\x67\xbe\x63\xdb\x97\xb9\x10\x8b\x42\x8c\x1c\xef\xa7\x03\xdd\x46\x9f\xaa\xe9\x07\x77\x62\x14\xf2\xbf\xff\x45\x80\x94\x03\x14\x63\xdb\xbf\xff\x35\x70\x24\xcf\xf8\x7e\x44\xe1\x48\x24\x01\x74\x32\x91\xd0\x28\x9c\x8a\x39\x6c\x65\xc2\x9c\x51\x08\xf4\x10\x7a\x18\x1d\x39\x54\x2e\xba\x11\x69\x83\x28\x44\x7e\x7c\xba\x11\xdb\x60\x0a\xe4\x9f\x17\xb6\x1a\x1b\xa9\xa0\x8b\xb0\xc3\xd8\x48\x80\xf2\x08\xfb\x1a\x1b\xb9\x14\xd5\xda\x72\xbd\x2b\xea\x55\x6b\xeb\x31\xf6\x6c\x24\x9b\x5a\x5b\xae\x37\x16\xad\xa6\xd6\x96\xeb\x25\xbf\x12\xad\x3d\x1e\xf2\x13\x8a\x8e\xc9\x1b\x8f\x89\x19\x3b\x70\x56\xfc\x4c\x64\x33\x0a\xe1\xbe\x44\xbd\xcd\xd4\x89\xdb\x21\x2e\x83\x33\x76\xf7\x14\xc2\xa5\x2e\x0b\x3b\x8c\x9d\x61\xcf\x1f\xd8\xd7\xb3\x11\xa6\xc9\xbd\xaa\xc3\xbf\x0e\x07\x8d\xdf\x91\xe5\xce\x2d\x4b\xe1\xf9\x94\x42\x04\xde\x4b\xc2\x76\x61\x07\xb1\xd1\xc1\x8e\xdb\xd8\x08\x36\xd7\x85\xad\xc6\x8e\xc3\x56\x21\xee\x07\xfa\x19\xfd\xfd\xfb\x5f\x83\xdb\xa9\xd2\x13\xda\xac\x90\xbb\x1e\x8b\xac\xd2\xb3\x7b\x91\x4f\xe7\x46\xa8\xe5\xd2\xf3\xd4\xb7\xc1\x57\x04\x2d\x29\xbd\xf8\xdb\xf0\xa2\xc5\xbc\xa1\x74\xcd\xe8\x29\x44\x5e\x78\xfa\xf6\xf8\xdb\x38\x44\x70\xb3\x71\x80\x47\xd8\x58\xa0\x2e\x3a\x5c\xfd\x2d\x9b\xe0\xd8\xc5\x14\x7c\x21\xa3\x10\x69\x10\x55\x83\xe6\xa3\xa0\x2d\x88\x31\x57\xfa\x84\xc4\xa7\x10\xfd\x15\x31\x7f\xae\xe2\x47\xc6\xc7\x26\x6c\x37\x76\xc4\x8e\x51\xd8\x69\x6c\xa4\xdf\xaa\xc2\xbe\xc6\x7e\x91\xe7\x1a\xec\x70\xbd\x91\xe6\xaa\x18\xfb\x18\x1b\x49\x26\xd4\xda\x18\xc2\x86\x20\x0d\x61\x63\xe5\x8e\x42\xe4\x87\x29\xc2\x36\x63\xfb\xe9\xd9\x23\xec\x5f\x0d\x91\x01\xd2\x58\xf7\xec\xe8\x9c\xaa\xe9\xfc\x2d\xf7\x2c\xb2\xad\x24\xb5\xb6\x3c\xb6\xd8\xb7\x15\x46\xfc\x99\x3a\xb1\x37\x38\x5b\x26\xf6\x27\xec\x46\xfe\xbf\x36\x28\xbf\x67\x15\x34\xdc\x83\xe5\xd6\xc3\x93\xf2\x83\x35\x0a\x85\xf7\xb4\x10\x0d\x3f\xeb\x63\xd1\x3f\x85\x58\xff\x42\x11\x55\xfc\xa5\x29\x44\x4e\x98\xe0\xd0\x8a\xdb\x32\x85\xd0\x4f\x71\x00\xa9\x23\x8c\xb3\x29\x44\x8e\x9a\xd8\x66\xd4\xd1\x50\xe3\xa7\x70\xb6\xde\xb8\x61\xd6\x31\x10\xf9\x8a\x73\x4d\xc3\xb4\xac\x92\x33\x92\x42\x70\x5e\x1c\x05\xea\xf8\x21\xb2\xa7\x10\xf7\x3c\x71\xad\x51\x39\x15\x53\xc8\xd1\xc1\x11\xe8\x0f\x81\x3b\x85\x7e\xf6\x4e\x31\x99\xad\x57\xf4\x54\xe3\xcd\xb7\x63\x2d\xd1\xfa\xa6\xee\x53\x88\x6c\xea\x71\x49\xd2\xc8\xca\x4a\x21\x92\x47\xc5\xdc\xb7\x99\x99\xa3\x53\x88\x5c\x3f\xc1\xd9\x6d\x46\xda\x05\x0a\x71\x84\x89\xf7\xb4\x36\x27\x3c\xd1\x88\x96\x54\xd1\x1e\x6d\xdd\x30\xf1\x29\xac\x48\xfa\x79\x08\xdb\x79\x7d\xa7\x10\xbb\xc0\xd0\x78\x7d\xc6\x6e\x87\x42\xd0\x24\x36\x38\x9d\x0c\x77\x14\x9e\x48\x5f\x7b\xea\x1e\x23\x22\x09\x50\xc8\x91\x19\xa5\x05\xba\x1a\x1d\x31\x3a\x9a\xb2\x27\xe1\xe7\x43\x81\x74\x8b\xd7\x7f\x91\x8c\xb4\x83\x5e\x67\x00\x35\x3b\x4d\x19\x6b\xef\x29\xc4\x11\x4b\xa1\xe4\xa5\x22\xa7\xe2\xdc\x5c\x4a\x61\x71\xb1\x07\x38\x85\xa3\xb3\x1c\x16\x3e\x92\x3e\x52\xa8\x81\x7e\x84\x6e\x46\x13\xee\x75\x08\xbd\x8c\x0e\x95\xa1\xf0\xf1\x6c\x85\xa3\x10\xf1\x7a\x15\xde\xff\x42\x8a\x4f\x21\xf6\xa9\x4a\x59\x21\x55\x7b\x0a\xe8\x49\x7d\x0d\xfb\x9c\x42\x74\x50\xf9\x11\xb4\x81\x3d\x85\x15\xe8\x2e\xf4\x36\x9a\xba\x8d\xfe\x84\x0e\xd7\x59\x42\x71\xcc\xa5\xfd\xee\x29\xb4\x48\x26\x23\x9a\x20\x24\xa7\x30\x08\xf8\x29\xf4\x34\x3a\x9a\x54\x1e\x85\x0b\x1e\x9c\x18\xb9\x8e\xa2\xbc\x28\x5a\x22\x4e\x61\x06\xba\x09\xad\x51\x46\x64\xc1\x51\x94\x46\x21\x8d\xc7\xe8\xe8\x89\x72\x26\x24\x93\x2a\x32\x77\x8f\xa2\x4c\x23\x11\xb5\x27\x0a\x33\x9a\x54\xa2\x94\xb4\x44\x6f\xe2\x0b\x7a\xe6\x93\x47\x19\x1b\xa9\xc1\x4a\x31\xb1\x7a\xa5\x10\xb9\x5e\x94\x9c\x20\xad\x66\x34\xe9\x6f\x1e\xa1\x97\xd1\x5f\x7c\x4d\x07\xb3\xb9\x8a\x67\xc8\xa4\xfc\x03\xda\x78\x9d\x42\xc4\x61\x54\x8a\x84\x6c\xf6\x89\x40\x43\xe3\xce\x46\x0f\xa3\xe3\xe0\x58\x5c\xf7\x6b\x74\x34\xa9\xe1\xe4\x21\xc2\xb2\xca\xde\xea\x60\x36\x05\x23\x48\xfe\xb8\xdd\x93\xb1\x8d\x0e\x86\x50\xf2\x82\x70\x11\x89\x42\x18\xea\xa7\xbf\x34\x3b\xd9\xe8\x16\xb9\x78\xaa\xd0\xdd\xe8\x08\x40\x28\x1e\xcc\xd3\x1d\x8c\x5c\x44\xb7\x38\x36\x9b\xd9\x08\xd0\x98\x94\xe3\x22\x2f\xf7\x3b\x98\xed\x76\x25\x66\x36\xa2\xeb\x72\x43\x78\xa0\x65\x74\xf4\x5b\x29\x18\xf2\xfa\x19\x1d\x34\x11\xba\x58\x8a\x23\xb4\xe3\xb8\xff\xb2\xff\x3c\x46\x47\x93\x7f\x89\x7f\x86\xd1\x41\x2a\xe7\xf5\x31\xbd\xe3\x0d\x77\xdc\x4e\xf0\x33\xba\xd1\xd1\x64\x53\x93\x53\x33\x4f\xf8\xc6\x24\x69\x28\xa6\x60\x09\x71\xe5\xbc\x32\x49\x00\x47\x21\x98\xad\xbb\x92\x66\x34\x41\x49\x1f\xa1\xdd\x13\x08\x2b\xb6\x2f\x26\x2c\xd1\x7d\xb1\x41\x39\x90\xeb\x56\xd0\x4f\xd5\x6d\x46\x8e\x07\xe3\xc1\xa5\xdb\x24\xde\x13\x85\x20\x6c\x53\x93\x26\x6c\x81\xb0\x4a\x29\x72\x5b\x8a\x6f\x08\xab\x6c\x22\xb7\x19\x39\xd6\x86\xf1\x28\x91\x48\xdc\x85\x53\x78\x89\xf7\x09\x7a\x88\x26\xf1\xac\x3c\x1e\x09\xe0\x6d\xe1\x0e\x13\xeb\xf1\x28\x79\xd5\x6d\xe1\x8e\x33\xc4\x78\x94\x6f\xe7\xb6\x1e\x0c\xd3\xe9\xf1\x28\x11\x55\x1c\x13\x28\x44\x25\x4a\xf9\x71\x5b\x0f\xde\xe8\xc1\xee\x4a\x34\xca\x3b\x54\xc1\xa3\xdc\x3a\x37\xab\xd4\x29\x3c\x44\xe6\x14\xba\x1a\x1d\xfd\x96\x5a\xd7\x51\x62\x92\x49\x6f\x3c\xca\x63\x72\x5b\x0f\xc6\xde\x75\x3c\x12\xa9\xc7\x1a\x22\xce\x0f\xe3\xb9\x9f\x7f\xde\x1a\x9d\x8f\x6f\xff\x17\x3d\xba\x85\x9e\x46\x47\x1b\x12\x96\xc7\x2a\x21\xee\x13\xc6\xa3\x74\x57\x8f\x55\xc2\x03\xdd\x95\xea\xe6\x31\xdd\xe3\x46\x61\x70\xf2\x9a\x18\x93\x53\x88\x61\x29\xdd\xcd\x63\x4a\x12\x7b\x33\x5f\xfe\xfa\x67\x74\xf4\x44\x53\xfd\x58\xc8\xe3\x76\x7c\x3c\x4a\x37\x15\xb7\xe3\x14\x08\xcb\x59\x85\x6e\x46\xcf\xf8\x5a\xa3\xb4\xec\x3f\xc1\xa2\x59\xab\x55\x35\x2f\x92\x57\x22\x4b\x05\x57\xeb\xda\x70\x9a\x1f\xcf\xf0\xd7\xdd\xe8\x11\x5f\x57\xa1\xa7\xd1\x31\x4a\xa5\xd5\xa9\x96\xfd\x0a\x61\x95\x43\xa7\x9a\xb0\xe1\x6e\x35\xaa\x32\x25\x55\x2b\xd5\x70\xb4\x4a\x39\x1b\x2d\x9a\xc4\x85\xf8\xa8\x5a\x51\xaa\x65\xbf\x72\xd4\x51\xa6\x9b\x6a\xc5\x17\xd7\xd2\xa3\x6a\x8b\xd1\xcc\x2f\x44\x13\xcd\xca\x76\xd3\xac\xe1\x5a\xb0\x51\x95\xae\x6d\xd6\x70\x71\x47\x3d\xea\xed\x4a\x86\xd1\x51\xb7\x76\x07\xcd\x1b\x12\x8c\x16\x72\x36\xfa\x36\x3a\x46\x29\xed\xd9\x2c\x88\x71\xcb\x3c\xaa\xf4\x61\xb3\x20\x36\x46\xa9\x85\xbd\x79\x94\x61\x8e\x30\x6a\x83\x26\xcd\xa3\x24\x6f\x46\xd6\xda\xd6\xbc\x97\x88\x9d\xf7\xa8\xda\x48\x35\xcb\x50\x5c\x11\x8f\x2a\x9d\xd5\x4d\x93\x0e\x4d\x9c\x78\xca\x34\xe9\x0c\x5e\xfb\xab\xee\x99\xef\xcc\xbc\x96\xbc\xee\x9d\x47\x0f\x21\x69\xda\x76\x75\x0b\x49\xdc\xe1\x8e\xa6\xdc\x46\xdd\x7b\x89\x4e\x94\x50\x11\xb6\x7b\x2f\x11\x36\xfb\xa3\x69\x38\xdd\x2a\x38\x9c\xfb\x47\xd3\xba\xd9\xcd\xdf\xb8\xf5\x67\x4d\x43\x37\x7f\x87\x41\xe4\x68\x52\x20\xc3\xa3\x54\xc0\x55\x09\xf7\xf0\x14\x0f\x62\xf3\x39\x99\x95\x55\xf0\xe8\x91\x8c\x4b\x99\x87\x86\x55\xf0\x50\x88\x46\x86\x33\xcc\xc8\x83\xc1\xbb\xee\xe1\x4a\x62\xe6\x9b\xf2\x90\x0d\xf3\xf7\x18\x0a\x81\x28\xb4\xd6\x9f\x41\xae\x35\xad\x56\xc3\x4b\x5e\xdc\xf7\x8d\xe6\xdc\x5b\xb3\x1a\xdd\x02\xad\x7e\x7b\x2f\x41\xfc\xb6\xac\x45\x6c\x58\x8f\x87\x13\xc3\x20\x35\xe4\xc4\x6b\x81\x42\x90\xca\xf9\xb9\xac\x66\xe2\xfa\x6f\xb4\xbf\x44\x5d\xae\x1b\x66\xd3\x4a\x38\x4c\xef\x81\x3e\xd1\x92\x37\xbc\xe4\x0d\xa6\x41\x69\xf3\xa6\xa7\x21\x6e\x05\x47\xd3\x0a\x3e\xad\x91\xc3\xbe\x23\xe5\xbf\xfc\x5f\xd5\xe8\xe8\xb7\xd2\x7b\x4d\xeb\x93\xb8\x20\x1c\x4d\x8c\x3c\xbd\xf8\x4e\xc2\x0a\xab\xee\x65\xcd\x16\x91\x08\x46\x17\x43\x2c\xcf\x7c\x58\x87\x8e\xae\x15\x65\x79\x8a\x17\x61\xf6\x74\x92\x89\xab\xc6\x28\x20\xdc\x5a\xf2\x96\x17\xdf\x30\xcc\x18\x5d\x59\xd3\x96\x77\x35\x61\x92\x91\xb2\x3a\xa8\x1b\xca\x49\x46\xd0\xd1\xa5\x0a\x96\x55\x41\x24\x3b\x19\x5d\x1b\xa9\x35\x87\xd1\x47\x7f\x77\xcd\xe5\xf2\xda\xb0\x42\x48\xba\x56\x92\x65\x21\x89\x88\x41\xa3\x8b\x82\xcb\xcb\xe9\x0a\x52\x75\xd3\xc4\xaa\x60\x91\x53\x4d\x6b\xc3\xf6\xec\xec\x38\x98\x75\x6d\x8d\xb6\xa5\x81\x2c\x2a\x45\x8a\x7a\x5b\x0f\x46\x8c\x85\xd1\x87\x2b\xf9\x19\x1d\x75\x6b\x57\xb3\x2d\x24\x61\xfd\x31\x86\x2b\xf1\x0a\x18\x76\x1f\xa9\x5c\xaa\xc4\xa3\xdc\xc1\x9a\x43\x19\xfd\xb6\x47\x19\x51\xf7\xc7\xd0\x16\x63\x7b\xe6\xf7\xa2\x12\x48\xf5\x7a\xe6\x23\x1b\x73\xc2\xfc\x6c\x12\x20\x90\xc2\x21\xd5\x90\x0a\x7b\xad\xd9\x88\x85\x5b\xb4\x63\x7a\xbd\xa6\x45\xa4\x84\x31\x94\x5e\xef\xf5\x70\xde\x98\xcb\xa1\x99\x7f\x2d\xdc\x24\x8a\x29\xda\x5f\xbd\x5e\xbc\xc2\x9c\x64\x0c\x49\xf1\xeb\x5d\xc1\xcb\x1d\xbe\x96\xba\xd7\xc2\x1d\xce\x28\x63\x68\x11\x78\xad\xd6\xe3\xd6\x72\x0c\xb1\xe6\xcf\xa3\xfc\x05\x7f\x0f\xa5\x88\xfc\x99\xbf\x7f\x8c\x72\xfc\x47\x5b\xa3\x9f\xe7\xf4\xc7\x68\x35\x79\x3f\xaf\x6d\x3f\x52\x86\x29\xdd\xe2\xcf\xec\x4f\x32\x99\xeb\x52\xda\xc7\xdf\xa8\xc6\x2f\xf0\xae\x46\x6c\x47\x30\xde\xeb\xd2\x2e\xe3\x67\xd5\xf2\x23\x41\x9d\x4e\x74\x3f\x0f\xf8\xb7\xa8\x46\xe9\xe0\x7e\xeb\xaf\x9a\x0f\x3c\xaa\xe8\x33\x25\x3e\xd2\x8a\x5d\x4e\x18\x67\xfe\x25\x1d\x41\xd1\xba\xf2\x59\x8d\x90\xc3\xa6\x68\xe1\xfb\x2c\xea\xc4\xfa\xbd\x2e\xad\x09\x9f\xd7\xb2\x4f\x83\x52\x6e\xd3\xcf\x83\xfa\xc8\x55\x74\x49\xbb\x7e\xd6\xc5\x1f\xb1\x34\xa5\x60\x3e\xeb\xe2\x8f\xb4\x3e\x97\x52\x8f\x7e\x5e\x13\x3f\x92\xa9\x89\xcf\x3e\xaf\x89\xe1\xfd\x93\xae\x4b\x87\x9b\xcf\x92\xf0\x89\x94\xd2\x8d\x9f\x05\xfe\x13\x6d\x94\x08\x47\x37\x34\xa7\x40\xf5\x46\x67\xa3\xa9\x5e\xa9\xa7\x74\x45\x73\x0a\x0c\x56\x09\xdb\x2e\x68\x76\x0a\x51\x7d\x52\xc2\xa9\x0b\x71\x58\xbc\x29\x1e\xbc\xbe\x1f\xae\x07\xa2\x29\x4e\xa9\x9f\x13\x97\x9e\x13\xcb\xe3\x6a\x7e\x42\x43\xcb\xa4\xac\x50\x17\xba\x70\x75\xbd\x69\x26\x25\x9e\x4b\x1e\x55\xa2\xfb\x0a\x09\xda\x13\x22\x7e\x0a\x84\x71\xf4\xe7\xd5\x68\xaa\x57\xb3\x89\x29\x5f\x9d\x04\x0d\x57\x72\x1e\x40\xde\xf4\x4e\x81\xe0\x87\x45\xe8\x69\xf4\x26\x67\xdf\x23\xbc\x7a\x9f\xe0\xd7\xa4\x54\x65\x69\x6d\xe3\x49\xe3\xa7\xda\xd7\xdf\xe7\x0c\x4a\xe9\xeb\xf4\x9a\x79\x0a\x85\x67\xde\x4b\xf8\xc7\x78\x32\xf5\x91\x80\xa1\xe7\xbe\x8d\x8f\xea\x9b\xd0\x43\x53\x9b\xb9\x20\xcb\xca\xd4\x95\x59\x9c\x4e\x81\xf8\x82\x4d\xe8\xd7\x68\x65\x10\x1c\xc2\x8b\x36\x0a\x26\xaa\x4c\x4f\x79\x16\xa3\xa9\x3d\x1b\xef\xda\xe1\x7a\xa5\x77\xca\xbc\x61\x9e\xc2\x47\x2c\x3e\xd0\xcb\xb5\xc4\xd9\x10\xcb\xc2\xd5\xf5\x5a\xb6\x70\xb2\x3a\x95\xab\x2f\x6b\x18\x0f\x05\x8a\x1a\x5d\xee\x3b\x94\xcc\xca\xca\x57\xcc\x1e\x45\x94\x24\x2c\x31\x0e\x59\x14\x68\xb6\x0b\xdd\x8c\x8e\xb8\x22\xa2\x7b\xe9\xd3\x68\x6a\x57\x1a\x2a\xbd\xd2\x9d\x02\x21\xf3\x8a\xd0\xd9\x68\x1a\x95\xa8\x15\x8b\x42\xd1\x7c\x88\x57\xcb\x18\xc6\x53\xbd\x12\x54\x96\x29\x36\x20\x25\xf2\x95\x95\x7f\xb2\x4c\x11\xa7\x68\xb0\x4a\x95\x76\x7b\xb0\x37\xcc\x9d\x95\xe6\x4a\x77\xf8\x8b\x3b\xfc\xc4\x0d\xdd\x81\x96\xd1\x11\x30\x4a\x49\xde\x6e\x0b\xf8\xad\xc1\x0e\x7d\xee\x51\xdd\x31\x2a\xae\xe8\x0e\x74\x1b\xdd\x48\xab\x58\x84\x77\xa3\x04\xe9\x51\xae\xb7\x7b\xb8\xd1\x10\xfb\x5b\xb9\x26\x6f\x0b\xce\x4d\x6a\xab\xe2\xbc\x8e\x66\x32\xa2\xb1\xde\xe2\xb1\xdb\x14\xb8\xe1\xbd\xe2\x4c\x8f\xd6\x12\x37\xe9\xef\x8a\xd2\xcf\xe9\x81\x73\xf5\x1b\x1d\x5a\xdc\xec\x72\xe7\x09\x4d\xa6\xe4\x96\xf7\x6a\x46\x47\xdf\xb3\xbf\x9e\x46\x7f\xa4\x85\xe4\xf3\xc7\x74\x8f\x07\xcd\x74\x8b\x27\x1f\x6b\xd6\x07\xde\x23\xde\xe4\x01\x1f\xe3\xe9\xbc\x33\x48\xf6\x61\x3c\xd5\x8b\x57\x1f\x73\x19\x49\x3f\x6e\xe5\x5d\x7b\x3c\x1f\x0f\x5c\x56\x94\x33\xf2\xf1\x84\x3c\x04\x4b\xfa\xab\xa5\x1a\x4d\xab\xca\x1b\xf9\x98\xf9\x1e\xf4\xb3\xd7\x85\xc7\xda\x80\x10\x7c\x97\x33\xaa\x3e\x66\xca\x07\xc9\xb4\xe2\x7e\x56\x37\x3e\x68\x26\x11\x79\x4c\xb3\x07\x81\xb5\xb2\x79\x2c\xb0\x8f\x68\xa9\x0c\x8b\xba\x6e\x38\x05\xaa\x57\x06\xc5\x6a\x1e\xe6\xbe\xe1\x56\xee\xd7\xda\xc5\x37\x55\x39\x3e\xc5\xf2\xd5\xc4\xa9\x4a\x4b\x99\x84\x7e\x8c\xa6\x76\x42\x68\xf7\x6a\x22\x54\x11\x41\x8b\x5d\x35\x11\x2a\x7c\x66\x85\x50\xcd\x67\xc4\xea\xbb\x8e\xec\xfc\xe3\xde\x6a\xf5\x66\x46\x21\xa6\xdf\xe5\xdc\xa1\xcd\x22\x47\xc4\xbe\xcb\x39\x3d\x9b\xd7\x54\x32\x57\x5f\x4e\xe7\xd9\x3c\x0c\x82\xc4\x5c\xb7\x92\x11\x36\xaf\xa9\x0d\xe1\x92\xbe\x68\xd3\xcd\x6a\x14\x7f\xf8\x6e\x3c\x49\x37\x8b\xd0\xd3\x68\x6a\x77\xbe\x4d\x0b\x11\x21\xff\xae\x5b\x79\x04\xdb\x72\x2f\xe3\x18\x7e\xdd\x5a\x7e\x9a\x57\xb7\x26\x22\x69\x2a\xbb\xa9\xd0\x91\x8b\x5b\x2b\x44\xb7\x4e\x0e\xf3\xb2\xe4\xea\xbb\x97\xec\x0e\x47\x38\x6f\x66\xb7\xb8\x10\x99\xe6\xe2\x06\xf6\x80\xcb\xf8\x50\x6b\xcd\xad\xaa\xf7\x5d\xb4\xd4\x4a\xd3\x2d\x2e\x64\x6c\xb9\x95\xf2\xb0\x7b\x85\xef\xb0\xff\xa3\xe4\xb1\xdd\xec\x4f\xd4\xdc\xeb\x91\xa2\xd2\x15\xc5\x29\x04\xd1\x1e\xed\x4f\xba\xf9\xbc\x43\x84\x47\x53\x3e\x4c\x84\x01\x27\x3e\x12\xd3\x61\x4e\x1c\x4c\xed\xa3\xb4\xc2\xc3\x9c\x38\xd4\x1f\xe9\xfc\xe1\xfe\x0c\xe6\xf6\x51\xe6\xd4\xe1\xb9\xe5\x1e\xc0\x34\x1e\x9e\xdb\xa1\xee\x2b\xdf\xe3\xb0\x22\x1c\x28\x42\xad\xce\xc3\xcb\xf0\xd0\xa8\xfe\x32\x98\xba\x37\x1a\x95\xc4\x6e\x7a\x54\x98\xfc\x5c\xca\x90\xd8\xa7\xa7\x96\xd3\xfd\xfd\xf7\x79\x35\x9a\x14\xac\x12\xbb\xe9\xf5\x76\x76\x19\xb0\xe9\x7b\x6b\xc2\x89\x26\x74\xed\x16\xf6\xc9\xd4\x56\x27\x36\xb5\x98\x4c\x68\xac\x24\x88\x44\x0a\xa6\x10\x61\x14\x87\x3f\x5f\x46\xd3\xaa\x16\xc4\x69\xf1\x99\x44\xad\xd5\x7a\x38\xa7\x6b\x9f\x04\xeb\xca\x42\x37\xa3\x07\xb5\xa8\x51\x4b\xcf\x44\x7a\x94\xaf\x10\xf7\x57\x0a\x74\x5e\xb9\x86\xa7\x19\x6a\xca\x88\x4f\x8b\xd0\x32\x89\x17\xe2\xa0\xf4\x6d\x7d\x59\x41\x2e\x22\x50\x5d\xfe\x7c\x1a\x4d\x42\x58\x29\xce\x65\x71\x58\x22\xb1\x54\xcb\xf2\x86\x77\x89\x66\xda\x8b\x2c\xd3\x8c\x0b\x8d\x27\x19\x2d\x19\x5f\x93\xd4\xb0\x52\x2d\x6b\xde\xc6\x57\xa2\x7c\x09\x3d\x8c\x26\x59\xac\xb2\xfe\x2e\x6f\x0e\x17\x51\x7f\x44\x9b\xb5\x3c\x56\x12\x4a\x2b\xa7\x61\x5f\xde\x34\xc6\x9d\x47\xb2\xac\x2d\x2f\xdb\x71\xd5\x91\x88\x7b\x7a\xa0\x6d\x74\xec\x6b\xab\x92\x02\x6f\x53\x32\x92\x09\x24\x65\x66\xc1\xaf\x97\x02\x13\x22\x8d\xb0\xbd\x6c\x6f\x11\x5e\x2b\xd9\xb6\x1e\xda\xa2\xa4\xb2\x03\x6f\x33\x2b\x49\x81\x9e\xdb\xe8\x62\x74\xf4\x5d\xeb\xe4\xf6\xf2\xbc\x91\xfb\xaa\x53\xdb\xb6\xdc\x6f\xb1\x81\x56\xac\xd7\x9d\x7f\xe1\xf9\xa6\x0d\xf2\x6b\x75\xf6\x12\xe8\x48\x2b\xc9\x6b\xb5\xf2\x0e\x65\x9d\xbd\x84\x5f\xc6\x47\x70\x9d\x3f\xf4\xcf\xe8\x98\x8f\xbf\x64\xb7\x6e\x94\x1c\xbd\x4d\xcc\xf1\x7a\xb6\xb9\xc5\x50\x82\x19\x82\x4c\x53\x20\x67\xae\x98\xe3\xf5\xb4\x12\x69\xfa\xf9\x43\x67\xa3\xa9\x5d\xeb\xd1\x6b\x49\x78\xd9\x71\x34\x1d\xb6\x5e\x9f\x05\x08\x2f\x79\x35\x71\xc7\xcf\xa4\xf9\x31\xaf\xd2\x94\x3f\xef\x2c\xe2\x5e\x24\x3d\x62\xbd\x9f\x75\xd0\x0f\x01\x69\xcd\xf8\xd7\x78\x6a\x57\x0e\xdb\x9f\xd7\xe4\x9f\x08\x2f\xcd\xfa\xb3\xb2\xf9\x0d\x7d\xaf\xde\x98\x66\x3f\x62\xb6\x89\xf9\x7e\x33\x1b\xcd\xa0\xa4\x55\x7e\x96\x90\x1f\x8b\x6f\x57\xca\xe6\x9f\xd5\x87\x6e\x3c\x94\x33\xcf\x96\x41\xa7\x10\xdd\x51\x66\xb9\xfe\x59\xe3\x7e\x8c\x56\xa3\xfa\x3c\x5a\x92\x36\x5e\xca\x20\xd7\x3f\x33\xb1\x12\xf6\x77\xe5\x38\xff\xbc\x98\x92\xab\xff\xd1\x2e\xed\x33\x11\x74\x43\xa2\x6c\x2f\xfd\x33\xf7\x7d\x30\xb7\x56\xfc\xcf\xec\xf4\x41\x9b\xae\xad\xea\xe7\xc5\xeb\x83\x9f\x94\x40\xae\x7f\x56\xad\xba\x50\xe9\xf7\xf8\x4f\xb6\x57\x9f\x69\xf7\xb1\x5a\x75\xb1\xed\xe7\xd5\x4a\x37\x22\x9d\xbc\x1d\xc3\x37\x22\x43\x57\x19\x5d\x09\x3d\x7d\x95\x31\x64\x58\xa2\xbc\x6d\x43\x96\x25\xa7\x40\xfd\xca\x46\x7a\x49\x46\xc7\xc5\xf0\x86\xf2\x92\xca\xb6\xe4\x14\x30\x50\x51\x32\xdf\x4b\x6b\xf3\xb8\x48\x08\xed\x6a\x24\x2e\x03\xf3\xe8\x4b\x09\xd9\xc6\x25\xfe\x1f\xba\xfa\x18\x4a\x03\xea\xab\x8f\x21\x9b\xee\xa1\x84\xa0\x69\x18\x1f\x8a\xa7\x2a\x2f\x6a\xd2\x2a\x39\x48\x3a\x79\x0d\x65\xfa\x94\x6d\xc8\x29\xd0\x4b\x25\xa7\x4d\x1e\x6d\xd2\xa8\x1e\xd5\x33\x5d\xfd\xa4\xfa\x47\xe8\x6a\x74\x10\x47\x59\xbe\xf0\x4a\x8f\x82\x7a\x8f\xdc\x0d\xdf\x71\x60\x3c\x9b\xae\x81\x1c\x0d\x59\x6b\x2c\xcc\x68\xd3\x35\x94\x38\x36\x8b\x87\x46\xdc\x3b\xa4\x74\xfd\x65\x26\x7e\x8c\x6f\xe0\xbb\xf0\xae\x27\xfa\x93\x2e\xe5\x60\xcd\xee\x0f\x19\x2d\x13\x51\x3d\x0f\x38\x8d\xff\xc8\x4a\x0c\xbe\xb8\x9f\xdc\x20\x24\xa5\x92\x1a\x32\x7e\x38\x05\xda\x25\x59\xd7\x28\xee\x3f\x77\x05\x49\x19\xa4\x46\x31\x53\x91\xd7\x32\x29\x25\xd4\x28\x52\xfc\xa3\x0c\xfa\xa9\x54\xa9\x45\x7b\xf9\x41\xe6\xcb\xaa\x6e\x16\x93\x81\xbb\x82\x44\xa0\x9c\x35\x7c\x57\x30\xc2\x42\xe2\xe0\x1f\xe1\x8b\xf1\xc4\xbd\x52\xed\xda\xa5\x8c\x22\xea\x28\x5b\x70\x31\x0f\x86\x8d\x44\xaa\x62\xa9\x22\xd5\x3c\xc8\x75\x75\x34\xbf\xf0\x1e\xac\x88\xc6\xdd\xd0\xf0\x4d\xc4\xe0\xae\x20\xe9\x0e\x72\xf8\xb2\x60\xdc\x64\x69\x56\x26\xda\xdb\x34\xe0\x0e\x41\x76\x55\x07\x1c\xc6\x4f\xb2\x28\x5f\xc2\x2f\xe3\x37\x31\xa7\x84\xd6\xd4\xde\xb0\x48\x12\x8b\xdc\xd3\xad\x92\x8a\x58\x33\x78\x9b\x06\x37\x71\xbe\x6e\x7f\xed\xca\x63\x2f\x92\x94\x10\x89\x80\xf7\x14\x82\xef\x35\xaf\xb7\x49\xc3\xd5\x82\x2c\x9a\x96\xed\xa4\x4f\x81\x31\x89\xf2\xb7\x49\xc6\x25\x82\x8c\x97\x96\xad\xa2\x17\x56\xd1\x09\x27\xa0\x65\xb3\xe8\x53\x88\xbe\xa3\xd2\xc6\x23\x3d\x8e\xb5\xf4\xa9\xa5\x0b\xbf\x8c\x8f\xf9\x53\x8a\xde\x47\xc7\x64\x02\x08\xa4\x94\xc4\xac\x8f\x99\x92\x3b\x04\x99\x1e\x1d\xf0\x31\x7e\x81\x57\xf5\x66\xca\x07\xa6\x94\x8c\x3f\xba\x21\x1c\x0f\x2a\xa1\xaa\x93\x5a\xe3\xc6\xa3\xa1\x2a\x45\x70\xf5\x50\x2b\x3c\x9c\x94\x53\xba\x5a\xb3\x54\x55\xf3\x08\x9d\x8d\x8e\x4e\x66\x49\x78\xb5\xe4\x73\x38\x97\x9d\xc0\x01\xa7\xf1\x11\xc9\x87\xcb\xd6\x51\xcd\xda\x95\x79\xcd\x92\xa8\xea\x79\xad\xcc\xab\x16\x87\xaa\x3d\xe6\xa8\x24\x34\x57\x5a\xf0\xaa\x13\x91\x82\xf6\x27\x5d\x4c\x8e\xba\x96\xf1\x41\x99\xa6\x21\xe9\x0c\xac\xa0\xfe\x7a\xa0\x5f\xa3\x59\xab\x34\xb4\x0a\x41\x4b\x0e\xf8\x18\xbf\xc0\x0f\xe1\xb7\xf1\x51\xbd\xe4\xac\xe9\xda\x5a\x61\x12\x88\xf5\xbc\x88\x92\x40\x01\xca\x28\x8d\x73\xb3\x3c\x71\xb2\x4f\xba\x68\x1c\x3e\xd9\x8f\xa6\x5e\xb2\x49\x19\x3e\xa9\x8f\x0e\xdb\x64\xa7\xf4\xf6\x0a\xd3\xd5\x6c\x17\x3a\x1b\x5d\x30\xcb\x6b\xc2\x3f\xc6\x37\xf0\x43\x78\x75\x27\x62\x1a\x24\x3d\xcf\x1d\xb0\x1a\x1f\xdd\x2c\x9a\xa9\xee\x6e\x72\xf6\xd6\x2b\xd1\x01\x5d\x3f\xdd\xd7\xc5\xd9\xf0\x19\x7b\x0c\x54\xb4\xae\xb6\xc6\xb0\x8a\x1e\x30\x54\x11\x5f\x0e\x33\x14\x67\xe9\xa4\xbb\x27\xbb\x10\xac\x31\x54\xbf\xf8\xd5\xa7\xdd\x31\x91\x12\x5d\xac\x12\x55\x9f\x42\x4c\x16\x97\xcb\x44\x20\xa0\x10\xd5\xe8\x66\x8e\x68\x03\x14\x0a\x78\x55\xe3\xee\x4c\x99\x05\x4a\x41\x4d\x2b\xa8\x49\x6c\x8e\xcb\x68\x51\x67\xca\x2e\x50\xa3\x9d\x56\x50\x1c\x24\x93\x2e\x8b\x86\x0f\x92\x63\x31\x5b\x77\xad\xff\xc1\x26\x6b\x2c\x4f\x26\x47\xb5\x74\x8b\x18\x4b\xe7\xd8\xb1\x98\x1c\x9d\x10\xc7\xf2\xe4\x90\xc8\x26\x3d\xc9\xdf\x0f\xe3\x3f\xf0\x8c\xda\xa7\xb2\xc1\xa9\xac\x5d\x46\x67\xa3\x83\x57\x1e\x25\x4a\xdf\x56\x84\x9b\x39\x7b\x24\x8f\xdb\x7b\x2c\x52\xab\x36\xb1\xd6\xb6\x6e\x20\xa9\x6a\x7a\xb4\x7c\x6e\x13\x8f\xf0\x83\xe9\x91\xee\xd9\x53\x02\xb6\xc9\x5c\x9e\x84\xf6\x60\xb7\x06\xa5\xd4\xfb\x7b\xb9\xd5\x45\xab\x46\x6f\xa3\x19\xab\x96\x4f\x1f\xe2\x06\xcf\xd3\xde\x5e\x8f\xd7\x5a\x80\x8c\xad\xde\x47\x13\xc4\x80\x02\xbd\x17\xed\x5f\x9d\x55\x06\x87\xc1\x44\x66\x8c\x35\x7c\x18\x54\x84\x03\xe2\x90\x1f\xa8\x1a\x4d\x77\x94\x63\xff\x35\x23\x72\xbc\x4b\xba\x47\x21\xc8\x01\x85\x06\x5e\xd5\x5b\x2e\x5e\x58\xa1\x8a\xc8\x3e\xdf\x0d\xce\x77\x04\x35\x5f\xf6\xb9\x39\x85\x85\x49\x67\x12\x7e\x1b\xff\x12\x4e\x4a\xe8\x9f\xd1\xd4\xae\x05\xf4\x67\xd5\xf9\x83\x68\x55\x33\xfe\x33\xd1\x38\xc8\xa5\xaa\x7a\x7e\x56\x9d\x3f\x92\x9d\x4b\xd3\xfe\xac\x3a\x7f\x04\x66\xd1\x02\xfa\xd3\xf1\x5c\xa9\x06\xfe\x36\x0b\x3f\xd3\x8c\x9c\x03\x4d\xb2\xf8\xd3\x35\x21\xa1\x17\xce\xe7\x45\xf8\xd7\x78\x3a\xaf\x85\xf5\x67\x12\xff\x44\x4a\x09\xe9\xcf\xec\xfa\x83\x5d\xff\xd0\xcb\xe8\xe8\xbb\x36\x05\xbf\x29\xd2\xfc\x90\xb5\x2a\x05\xf6\xd3\x2d\xde\xf8\xc5\x9a\xa5\xe3\xb9\x3d\x27\x16\x9e\x13\xe9\x6f\x7d\xfe\x59\x04\x7f\xa2\x30\x27\xe5\xe1\x33\xe5\xe0\x15\xfd\x6f\x49\xfc\x74\x97\x34\x3e\x84\xa7\x8a\x5d\x3f\xaf\xac\x9f\x7a\xd9\x85\xfe\x19\x1d\xd5\x37\x69\x84\xcf\xc2\xc3\x83\xf6\x9f\x50\x7d\xd6\x14\x1c\xdf\x52\xd3\x3a\xff\x99\x3f\x3e\xf8\x43\x29\x82\x7d\x7a\x9b\xbc\x67\xeb\x56\x60\xfa\x3d\x7b\x5e\x74\xbe\x29\x35\xb4\x7c\x0b\x96\xb2\x24\x34\xa5\x08\xbe\x34\xa6\xc9\x33\x77\x6a\xca\x0f\xed\x67\xee\xc9\xd9\x30\x35\xe5\x86\xf6\xd9\x70\x72\x36\x34\x3b\x4d\xf9\xcc\x9e\xc2\x20\x60\x92\xd0\x3f\xa1\x11\xa9\xa6\x44\xcd\x97\xb6\xa4\x33\x1c\x0d\x92\x2e\x1d\xe6\xa5\x95\x6f\x72\x62\x4c\x18\x92\x1d\x70\x18\x4f\x2f\x95\xa6\xf9\x9a\xee\xa5\x48\xf9\xa8\x9e\xe5\xea\x61\x04\xa5\x57\xbf\x96\x69\x80\x7a\x52\x3e\x67\x79\x1e\x9c\x02\x63\x55\xa2\x65\xf9\x18\x9c\x02\xb5\x2b\x59\x72\x92\xa4\xcd\x44\x52\xfa\xa6\xd4\xc8\x49\xea\x66\x26\x84\xa1\x29\x17\x7a\xd2\x7a\x38\xc3\xb1\x20\x11\xef\xfb\x40\x3f\xa3\x69\x76\xa8\xd9\xe9\x66\x45\x33\x65\x71\x4f\xd3\xcd\x8a\x08\x43\xf5\x4c\x57\x0f\xfb\x0d\xf5\x46\xeb\xde\x4c\x70\xbd\x6e\x4c\x48\x19\x41\x21\xaa\x21\xdc\xfc\x01\x5f\xe3\x3f\xf0\x70\x48\x36\x9f\xc9\x7d\x80\x30\xf3\x07\x54\xf7\x75\xf0\xd4\x95\xc9\xf4\xc1\x73\xf2\xd0\x9d\xba\x72\x61\xcb\x40\xff\x14\x62\x58\x5d\x29\xab\xb3\xd8\x7e\x66\xf5\xb3\xfa\x7b\xd7\xa3\xfe\x88\xa5\xfc\xa4\x3d\x0b\xf9\xf0\xb1\xbf\x98\x45\x0b\xe1\x2c\x30\x72\x57\xd6\xfc\x62\x46\xd6\x79\xd4\x29\xe9\x7d\x1e\x9d\x3c\x52\xff\x25\xa7\xf7\x23\xf5\x8c\x03\xe8\xc1\x33\x2c\x59\xde\x9f\x42\xc3\x88\xdb\xf8\x6e\xfc\x20\xdc\x8c\xd0\xd3\xe8\xc5\xe7\x43\x78\x77\x07\xea\x38\xeb\x7c\x31\x75\x74\xc2\x1c\xae\x67\xb9\xfa\x45\xf5\x5d\xe8\x9f\xd1\x54\xc3\xd2\x36\x7d\xf0\x24\x6a\x4d\xfa\xcb\x1a\x7f\x9b\x65\x75\xc2\x1c\x2c\x1a\xd3\x27\xcc\x79\xc3\x83\xba\xfc\x98\xb7\x79\xf0\x86\x49\x08\x49\x7d\xc0\x6d\xfc\x1b\x9e\xd8\x46\xff\x8c\xa6\x1a\x49\xd6\x63\x09\x7a\xd4\x9d\xfe\x1f\x78\xee\x9d\xaf\x1f\xff\x1b\xad\x6b\xce\x1e\xcf\x25\x61\xe1\x92\x32\x00\x4f\x3f\x05\xcf\x47\xa3\x53\xbe\xf5\xc7\x4a\x29\x1e\x79\x53\x57\xb6\xfb\x47\x8b\x16\x51\x6a\x52\xbe\x34\x95\x7e\xf2\x25\x0a\x4d\x72\xfa\x6f\xbb\xd8\x2d\xa2\xc5\x1c\x7c\x17\xde\xd5\x33\xf5\x52\x85\xb2\x5d\x5f\x04\x6d\x49\x59\x59\x82\x89\xda\x42\x21\xe2\x2d\x29\xdb\xfd\xa3\xd5\x69\xf2\xa0\x9c\x2f\x4d\xe5\x63\xfe\xe7\xe5\xd8\xd9\xbf\xa7\x5f\x8e\x89\xf4\x72\xf0\xf4\xc6\xa7\x4a\x22\xb9\xa4\x7c\x49\x93\x57\xdd\x84\xce\x48\x7c\x9a\x74\xf7\x38\xab\xf6\x52\x33\x4c\xd6\x13\x21\x03\x0e\xb4\x8c\xde\xd4\x62\xfc\x6b\xfc\x2f\x3e\x1f\x42\x7f\x42\x4f\x3a\xa9\x84\xfe\x3e\x6c\xce\x1a\x3a\xa9\x4b\x8f\x57\x93\x86\x33\x68\xd6\xb5\xcb\xac\xe6\xfe\x2a\x92\x49\xd3\x56\xeb\x86\x2a\x1a\x48\xd3\x56\xb3\x21\xa7\xcd\x2e\xee\x6c\x5e\xfb\xc2\x5c\x3d\xe5\x4b\x6c\xd8\xf4\x36\xa4\xec\x24\xd6\x48\xcd\x6b\x1f\x87\xcd\xac\x5b\x1a\x42\xa9\x44\x21\xb6\x46\x5d\x0b\x6e\xd3\xd6\x68\x72\xaa\x74\x52\xed\xd9\xcc\x65\x0d\x2e\xd3\xca\xda\xcc\x4d\x11\x53\x25\x75\x0d\xa9\xe9\xae\x80\x70\x2a\xc9\x99\xb2\x89\xa7\x42\x21\xa6\x49\x23\x6d\x5e\x11\x79\xbb\x76\x2a\xed\xd9\xac\x65\x39\xca\xe6\x74\xf9\x7b\xb7\x0a\x25\x89\xe2\x75\xc0\xdb\x78\xaa\x57\xab\x5e\x11\x89\x67\xdf\xb5\x50\xca\x61\x75\x11\x3d\x25\xe5\x24\x6d\xe4\x03\x31\x91\x53\x12\x56\xb3\x6b\x76\xd3\x9d\x27\x6a\x67\xd4\x9e\x7e\xa2\x26\x5b\x4a\xca\xba\x1b\x9a\x5d\x9b\xc9\xd9\x61\xf9\x24\x26\xeb\x56\x76\x1d\x65\xa7\xf9\xe8\x5e\x9f\x79\x5b\x76\xde\xe9\xe9\xb7\xe5\xd9\xd5\x4b\xd1\x4c\x7e\xb5\xa7\x40\xf5\xbc\x54\xcd\x61\x36\x18\xb0\xc1\xf0\xe7\xaf\xd1\x31\x51\x5a\x6e\x87\x59\x9b\xf4\x76\x4a\x30\x7d\x40\xd7\x4e\xd8\x34\xcd\xdf\xf0\x98\x78\xd0\x56\x92\xe9\x03\x0e\xe3\xe9\xbc\xd6\x19\x3f\x68\x4f\x0e\xe1\x39\xb9\x37\xde\x19\x11\xd5\xc2\xcb\xcc\xd0\x65\xdd\xe4\x3d\x7b\x48\x35\xf9\x3d\x7b\x0e\x04\x2a\x8b\x3d\x14\xd7\xe2\x14\x52\x7c\xae\xce\x78\x4f\xc0\xf3\xb7\xd2\x52\x1f\xf0\x31\xbe\x81\x1f\xc2\xbb\xf3\x50\x58\x16\x74\xd3\x27\xff\x39\xf1\x95\x91\xa9\xdc\x9c\xa6\x3c\xef\xdc\xe3\xef\xf3\x6e\x74\xd0\x20\x4b\xc5\x4d\x53\x7e\xc2\xdc\xf8\xd8\x1e\xd0\xdf\x33\xd8\x64\xf4\x32\x7a\x07\x5a\x8d\xce\xbf\x5a\xe8\xa4\xb4\xc1\x5c\xee\x8c\x06\x25\xb1\x9f\xe6\xb2\x08\x57\xf8\xb7\x74\x4e\xaf\x61\x53\x63\xd5\xfe\xc4\xf7\x04\x73\xa1\x57\xb3\x74\xd6\xf2\x22\xc5\x43\xb4\xf2\x39\x1f\x50\x34\xe3\x05\x39\xe3\x0f\x70\xc0\x6e\x3c\xcd\x0e\xa1\x35\x83\x3c\xda\x2a\xbf\xf2\x01\x5f\xe3\xa3\x3b\xba\x04\x9a\xdb\x4b\x2a\xcf\xb3\xb9\x88\x66\x7e\x9e\x9d\x1b\xc5\xad\xcb\xa1\xb9\xbd\x36\x6e\xba\x53\x6e\xe3\x87\xf1\x0b\x7c\x15\xfe\x35\x9e\x76\xa5\xe9\xb7\x17\xc1\xb8\x59\x48\xca\xcf\x7b\x40\xa9\xe2\x0d\x4b\x15\x0c\x36\xe6\xb6\xc2\x21\x89\x1f\xe1\xc4\x0f\xe4\x66\x43\xe1\xe4\x22\xb5\xb8\xad\x71\x76\x3c\x52\xeb\x71\x66\xfa\x86\x60\xbe\x1a\xad\x44\xfc\xf5\xa2\xf6\xc2\x68\x1c\x0c\xe7\x6b\x8d\xfe\x8a\x08\x9c\xd0\xe6\x6b\x59\x26\xbd\x9f\x77\x33\xaf\xf7\x80\xdc\x1b\x28\x75\xef\x01\x1f\xe3\xa1\x99\x36\xf2\x7e\x45\x9e\x2f\xba\xbb\x68\x27\xef\xf7\xdf\xf9\xa2\x8c\x65\x4e\x39\x5f\x73\x26\x47\xf8\x7c\x4b\x19\xfb\x85\x76\xfe\x60\x9d\x5b\x7a\xf1\x67\xd6\xe1\x08\xaf\x5c\xb3\x07\x7c\x8d\xa7\x1e\xed\x34\xfc\x16\x3b\x7f\xe8\x90\xbb\xfc\x27\xef\x84\xf3\xe7\x83\x04\x87\x70\x65\x90\x3d\xa0\x9b\x67\x18\xb7\xa6\xd2\x6f\xaf\x93\xe3\x76\xbe\x75\x3e\xfa\x59\x6b\xfc\x70\xbb\xbb\xa5\x97\x7f\x16\xb0\x9f\x86\xad\x49\xfb\xcc\xba\xbc\xd5\xe6\x5b\x5b\xf4\xcf\xac\xfb\x89\x1c\xd2\xb4\x7e\x94\x9d\x9f\x86\xad\x6d\xa0\x5f\x5f\xe7\x87\x66\xbe\xb5\x0d\xf4\xeb\xeb\xc4\x22\x3c\xcb\xb0\x65\x7e\xee\xcf\x87\xc0\x4b\x20\x3f\x2f\x2b\x9c\xb7\xf3\xa3\xed\xa1\x9f\x4b\x27\xc1\xae\xb3\x4c\x96\x70\xe1\xa7\xd0\xc0\x37\xe1\xbb\xf1\x51\x3d\xa3\xb2\xd7\xfe\x29\xbc\x81\x2e\xa0\x25\x8f\x0b\x3b\xf1\xfc\x70\x22\x5e\x8a\x9b\x72\x0a\x11\xf9\x88\xe5\xc3\xde\xfc\xa7\x30\xf9\x5c\x8d\x0e\xd7\x1e\x62\x4a\x68\x86\xb5\x14\x8e\x6a\xe1\xce\x7f\x3e\x1f\xc2\xbb\x76\x56\x95\xa1\xda\xb5\x7c\xe0\xd8\x9f\x32\xa1\xec\x16\xa9\xa8\x28\x7c\xe0\xf5\xfd\x72\xf5\x91\xe0\x47\x1b\x67\x3b\xfa\x9f\x02\xad\xf2\x2e\xb2\xfc\x72\x4b\x00\x80\xa4\x24\xac\x6b\x29\xe4\xd5\x52\xe2\x2a\xa5\x63\x5d\xcb\x2f\xba\x78\xf7\xe7\x8b\xd5\x69\x25\x13\x3e\x0e\xde\x99\x08\x89\x07\xaa\x46\x77\x7c\xd1\x8a\xf0\xd3\x78\xe6\x95\xcb\x05\x12\x61\x51\x78\x4f\x35\xc9\x9f\xff\x8c\xa6\x33\x6c\x8d\x96\x82\x48\x9c\x02\xb4\x61\x6f\xb4\x7c\x6c\xc7\x55\x3f\x29\x07\xeb\xb2\xaf\xfe\xc2\x3b\x3f\xe5\xca\xc5\xcb\xca\x52\x55\x2b\xd3\x7b\x16\x33\x5c\xf7\x29\x34\x9c\xe0\x2e\xe1\x87\xf1\x13\xbc\xab\x5f\xc6\xef\x53\x4d\xf6\xe7\x9f\xd0\xb0\x93\x9e\x14\x57\x36\x3b\x85\xe3\xbe\x0f\x15\x2b\x9b\x9d\xc2\xf4\x3d\x5f\xee\xa3\xb9\x29\xa3\xf4\xf5\x16\x48\x7a\x2e\x0a\x31\x21\x1c\x35\xec\xc7\x7f\x0a\x34\x2a\xa6\xf4\x5b\xf4\xca\x61\xf5\xa4\xb4\xa5\x0b\x77\x7f\x0a\xfd\x54\xc3\xc9\x64\xf9\xa6\x00\x97\xfe\x94\x89\x0c\xb3\x70\xec\xa7\x10\xad\x16\xf5\x5d\xeb\xf9\x8a\x1b\x83\x7c\x79\xa4\xcb\x84\x44\x8c\xeb\xa3\x46\x75\x46\xc0\xc5\x3f\x93\x98\x66\xd9\xc5\x7f\xe1\xe2\x9f\xb2\x5e\xd9\x96\xdf\xb9\xf1\xf1\x3f\xf8\x26\xfc\x63\x7c\xb0\x01\x9e\xa7\x07\x14\xe1\xe3\x22\x21\xeb\xf9\x7b\xd9\xf6\x1d\x2f\xff\xf3\xf9\x10\xbe\x1a\xcf\x74\x73\x34\x59\xb6\x7d\x5f\x3c\x7f\x67\x42\x13\x1e\xf0\x15\x1e\x91\xaa\x5d\xdd\xd1\xb2\x8a\x37\x7e\xbe\x44\x61\x3f\x44\xe3\x8d\x9f\x72\xe3\x5a\x01\x2f\x7c\x0a\x1f\x78\xaa\xf7\x3d\x01\x8e\xf7\x07\xdf\x84\xbf\x8d\x0f\x1a\x3f\xfe\x7c\x1a\x4d\x35\x62\xa7\xdb\x32\xc2\x3b\x77\x96\x15\xd6\xba\xb5\x80\x2e\x5e\xa2\x95\x9d\xf3\x80\x7f\x78\xba\x29\xc6\xb1\x7d\x3a\xce\xed\x29\x37\xb5\xeb\xfb\x83\x85\xa9\x78\xd6\x4d\xdb\x7a\xac\x72\xc3\x66\x3c\xcb\x08\xc0\xfe\xeb\xa7\x40\xf5\x12\x59\xdf\x1b\xe0\xd7\x7e\xf0\x74\xc7\xcf\xbf\x78\xb0\x27\x65\x90\x3c\xa0\xab\x1f\x54\xdf\x84\x76\xf5\x1a\x95\x24\xff\xf1\xa8\x74\x3f\x40\x3c\xe0\x03\x6a\x52\x74\x52\x97\x2d\xd3\xf2\x49\x1d\x97\xf3\x4c\x5e\x9e\x85\xdf\x39\x85\xa8\xbe\x4b\xda\xaa\x39\x90\x90\xf2\x4a\xb3\xb8\x70\x48\xa7\x10\xb2\x8c\xf5\xce\xf2\x09\x1e\x5f\xf3\xa4\xcc\x8b\x6b\x29\x68\xdf\xc2\xeb\x3c\x5f\x52\x73\xd5\x8c\x19\xc1\x5a\xcf\xe7\x43\xf8\x61\x7c\xd4\xde\x5d\x8b\x48\xc9\x63\x74\xee\xe2\x7b\x3f\x46\x2f\x9d\xec\x71\x04\x5d\xcb\x27\xfb\x55\x59\x02\x7a\xd5\x60\xcd\xb0\x55\xb4\x61\x57\x6d\xff\xf4\xb5\x30\xf9\xce\xc4\x4a\x5a\x76\x22\x3f\x85\x60\x4c\x2d\x8f\xcd\xbd\xd7\x99\x9c\x98\xed\x07\x1c\xc6\x2f\xf0\x4d\x78\x75\xbf\xb1\x8b\x95\xa9\xd2\xb2\xcd\xf7\xc2\xb6\x5b\x99\xfc\xd6\xb2\x6d\xf7\xd2\x71\x7a\xfc\x05\x3f\xfe\xdf\xed\xb0\x56\xf3\xc2\xd7\x18\x35\x79\xf9\x16\x5e\xea\x14\x68\x86\x4d\x3d\x8e\xe7\x14\x62\x47\x33\xa4\x21\x6d\xfb\xbd\x3a\x0c\x3d\x8a\xbf\xdf\xc6\x87\x6e\xe3\x26\xd8\x3e\xe8\xa7\x40\xf5\xec\xf5\x57\x37\x9f\xf3\x30\xad\xc4\x78\xcb\xce\xe9\xa7\x40\xf5\xda\x8b\xf4\xe1\xea\x23\xc7\xa0\xee\x16\x56\xf7\x6a\xa0\xf3\x36\x39\xec\x96\x3d\xcb\x4f\x81\xea\x25\x46\xc3\xca\x24\x7c\xcc\x7d\x15\x81\xa3\x39\x05\x88\xc3\x2e\x7a\xf9\x59\x7a\x0d\x0d\x96\xfb\x95\xe5\x83\x38\xce\xe5\x49\x69\xdc\x0e\xe8\xea\x83\x25\x92\x54\x9e\x0f\xdc\x38\x9d\xfb\xea\xc2\x4e\xe7\x0b\x37\xf3\x54\x2e\x09\xe9\xf0\xa0\x88\x9a\x27\x7f\x3b\x7b\x9d\x9f\x42\xe1\x73\x75\xde\x7c\xce\x1b\xb9\x12\xc5\x2d\xfc\xca\x29\x50\xbd\x18\xc8\x07\x71\x7c\xca\x33\x41\x83\x0e\x54\x8c\x8e\xbe\x8b\x0f\x6c\x6f\xbe\x22\xd2\xe4\xa9\x45\xb5\x2f\xd7\x1e\x6b\x99\x6c\x69\xec\x62\xbe\x70\x31\x4f\xc5\xab\xfc\x34\x3b\x61\x86\xae\x84\x71\x0b\xdf\x72\x0a\x0b\x7c\x17\x7e\x1b\x1f\xd5\x4b\x63\x4c\x13\x3e\xcc\xcd\x73\x12\xf3\xd9\xdc\x7c\x61\x56\xae\x74\x70\x6b\xd9\xac\x7c\xcd\xd0\x9a\xba\xd4\x59\xd3\x5a\x73\x8a\x62\x62\xbe\x69\xed\x38\xd5\x79\xde\x6e\x96\xcf\xdb\x78\x9c\xa7\x72\x69\x05\x5d\xd6\x5f\x64\xa9\x4d\xe2\xed\xe5\xde\xf0\x8c\xaf\x3c\x62\x07\x7c\x8c\xaf\xe0\x9b\xf0\xcd\xf8\x1e\xd5\x14\xa1\x87\xd1\xb4\x2a\x91\x5a\x3a\xf6\xae\x85\xf3\x9f\x99\x78\xe9\xba\x6e\xad\x08\xcc\x48\x82\xaa\x03\x55\xa3\x17\x9f\x77\xe1\xa5\x77\x38\xcd\x17\x73\xa5\x9f\xf5\xf1\x30\x4f\xc5\x34\xde\x5e\xe0\xc2\xba\x3a\x27\xed\x8c\xb6\x17\x38\x0e\xf3\xc5\x44\xd8\x26\x3d\x29\xfb\x93\x04\x73\x7b\x5b\xb7\x91\x63\xed\xee\xb7\x77\xb0\x5b\x9d\x11\xde\x87\x6d\xdc\xc6\x73\xd2\xa6\xff\x75\x1f\xed\x44\x2e\x79\xf5\x2b\x3d\x5e\xe4\xa9\x24\xc9\xab\x5f\xe9\xf1\x17\x4f\x4a\xd7\xb4\xd6\xeb\x09\x7c\x99\x40\x1d\x06\x5e\x4f\x60\xbc\xd6\xa7\xa2\x2b\xac\xe5\x57\x7a\x9c\xbd\x93\xf2\x33\xad\xe5\xc3\xf3\xc2\x00\x59\xd9\x87\x0e\xa8\xee\xfc\x90\x40\xdd\xdf\xac\x9f\x55\xf8\x4f\xf5\xe8\xa8\xe4\x57\x5e\xd2\x11\xa6\x22\x97\xbb\x65\x13\xe1\xf5\x21\x24\xf2\xad\x5b\x9f\x85\xe4\x43\x48\xaa\x3f\xff\x19\xfd\xf1\x39\xd4\xf1\x21\x55\x4e\xd4\x4a\xcb\xb2\xec\x44\xbd\xe4\x44\x5d\x74\xaf\x63\x27\xea\x53\xc0\x17\x5b\x4b\xc0\x67\x45\x84\xf1\xae\xf2\xa9\x6c\xbb\x33\xef\x1e\xe1\xd2\x92\x32\x82\x1c\xf0\x35\xfe\xc3\xe9\x1a\x7c\xf2\xf7\x3c\x5a\x2a\xbd\xc2\xee\x32\x8b\x3d\x85\x86\xd7\xb5\xbe\x47\x20\x4e\x21\xea\xbf\xc9\x92\xdc\x15\x1c\xed\x14\xa8\x9f\x94\x92\x5d\xaf\x96\xa7\x40\x3d\x24\x06\xed\x89\xbb\xbc\x53\x08\xd6\xec\xaa\x86\x05\x77\xcb\xf5\xb7\xe0\x7c\xb5\x1d\xe4\xf3\x14\xc0\x93\x6b\xb3\xe7\x61\x3c\xcc\x43\xbe\x50\xbb\xf8\x6e\x62\x82\xa6\xf2\x90\x2c\xb8\x2b\x5c\xd9\x96\xeb\x6f\x79\x2e\x55\xef\x51\x71\xd0\x29\x44\x79\xdf\x5d\x07\x9d\x4d\x38\xd1\x8c\x45\xde\x81\xaa\xd1\x41\x04\x82\x48\x6d\xf2\x22\x52\x08\x5e\x20\x49\x73\x57\x68\xb2\xdd\xe3\x04\x93\x09\x5f\x7c\xa0\x64\x74\xe8\x10\xdc\x3b\xb6\x7d\x7f\x37\xde\xbe\x19\x39\xd9\xb8\xfc\x52\xa0\xd1\x6c\xbc\x1b\x65\x11\x20\x7f\xa9\x5d\x7c\x4f\x21\xc2\xbe\x8a\x02\x8a\x59\xb6\x71\xf5\x4d\x05\x6f\x90\x03\x56\xe3\xa1\x0c\x69\x3f\x7b\xe9\xdd\xf8\x11\xd5\xdc\x42\x4f\xa3\xe9\x0c\x99\x40\xbb\x9e\x55\xb7\x5c\x82\x0b\x97\x21\xbb\xeb\x59\x75\xcb\xc7\xb7\xe0\xf6\x71\x40\x57\x3f\xa8\x5e\x9d\x47\x43\x9d\xc2\x19\x53\x4e\xd7\x3f\x6f\xaf\xce\xc7\x3f\xfd\x17\x8b\xf3\x73\xab\x36\x6e\x39\x4e\xe1\x89\xda\x34\x34\xcf\x22\x4f\xb7\x05\xff\x8c\x03\x0e\xe3\x19\x9b\x58\x56\x6f\xb4\xbb\x73\xf6\x2a\x04\x1a\x3e\xa0\xab\x5f\x54\xaf\x21\x2f\x93\x08\x56\x7e\x48\x9f\xdb\x15\xdc\xec\x14\xa8\x86\x44\xa5\x5d\x6f\xb1\x5b\x6e\xca\x85\x08\xc0\x1b\xef\x64\x0a\xd4\x23\x51\xb9\x4d\xd2\x1b\x05\x49\xb8\xd6\x03\x56\xe3\xe9\x3e\x59\xec\xfb\x3d\xc4\x27\x77\x64\x73\x26\xcd\xde\x81\x5c\x0d\x2b\x19\x66\xf7\xdb\x2e\xc6\xa7\x70\x9f\xcf\x8b\x6a\x31\xd1\xc2\x4c\x38\x67\xb1\xc9\x6d\x71\xe6\x04\x57\x70\x4d\x3b\xe0\x5f\xa3\x31\x91\x62\x93\xdb\x12\x11\x46\xc3\x39\x8b\x4b\x64\x34\xbc\xe5\x77\x5c\x30\xa2\xdf\x64\xed\xa4\x10\x5c\x72\xab\x2f\xa6\x30\xaf\xd1\xa5\x26\x35\x6a\x5d\xc7\xb1\xb1\x60\x80\xb5\xfb\x63\xca\x73\x6c\x2c\x55\x62\xfb\x98\xc7\x39\x36\x12\x75\xe9\x40\xcb\xe8\xe8\x3b\x09\x9f\xbb\x8c\x86\xb7\x1c\x8c\x4b\x25\x81\xb6\x1d\x8c\x37\x0e\xc6\x39\x4b\x31\x3e\x9e\x0e\x0e\x93\x05\xbb\xac\x6d\x07\xe3\x2d\x07\xe3\x52\x45\xe0\xc7\x8a\x94\xd3\x64\xa9\x52\xec\x8f\x99\xf8\x81\x89\x1f\xa3\x9b\xd1\xd1\x77\xf1\xea\x63\x3d\xfa\xb0\xea\x71\x73\xb3\xfb\x63\x9d\xc3\x23\x74\xa9\x12\x91\x67\x3d\xc6\xd3\xcb\x47\xbd\x59\xee\xa5\x48\xa9\x66\xab\xb5\x4b\x45\x8d\x54\x72\x4c\xf7\x6a\x35\x52\xd1\x0b\x78\xb2\x1d\x70\x1b\xff\x3b\xdd\x94\x5a\xaf\xe6\xe1\x2a\x5a\x36\xe3\x9b\xf1\x54\x23\x59\xa8\xe6\xe1\x8a\x5e\xa8\xd0\x52\xa6\xd0\x9b\x44\xa8\xa9\x70\x5b\x72\x40\xf7\x06\x09\xaf\x12\x91\x6a\x6e\x25\x3d\x78\x6e\xfe\x7c\x1a\x4d\xab\xdd\xd5\xbf\xc6\x43\x04\x49\x54\x35\x31\xe3\xdd\xf9\xe0\x55\xcf\xfa\x19\x1f\xdf\x37\xad\x26\xcd\x44\xc3\xba\x59\x89\x7e\x76\x6f\x96\x7c\xde\xa7\x4b\x13\xbf\x36\x4b\x3e\x0f\xd1\xa5\x89\x5f\x9b\x95\x2c\x87\xe1\x82\x45\xd8\xb6\xff\xf3\x29\xc4\xde\xb6\x65\x7d\x6f\x6a\xc6\x93\x74\xce\xe4\xcd\xee\xcd\x1c\xd8\x58\xf4\x9a\x96\xfe\x66\x8d\xd0\xe0\xc0\x26\x0e\x54\xac\xb5\x2d\x7f\xe9\xd2\x8a\xbf\x77\x3d\x90\xa7\x49\xb7\xb7\xe5\xe1\x22\xe4\x5d\xbd\xb4\xba\x6c\x48\x6d\xbb\x8d\xdf\xc6\xc7\xdc\x8a\xc8\xcd\xc4\x6c\x22\xa6\x38\xbc\x5b\x98\xbb\x88\xf9\x74\xe1\x1f\xe3\xa9\x5e\x9c\xd9\xcd\x81\x9c\x8d\x95\x11\xbc\x77\xef\x14\x30\xc2\x2e\x18\x73\x1d\xb0\x1b\x1f\x2c\x32\x86\xd0\xd3\x68\x6a\x6f\xea\x8d\xa5\xb6\xb3\x4d\x6b\x4d\xbd\x19\x52\x74\x71\x48\xce\x64\x08\xdc\x76\x97\xde\x24\x36\x48\xa5\x49\xa7\x77\x33\x66\x0f\xc6\x2c\x5a\x6d\xbb\x19\x2d\x02\xc1\x65\x0c\xc5\xb7\x9d\xab\xb7\x9c\xa8\x4b\xd3\xc6\x62\x98\xcf\x38\x49\x97\xae\x5d\xce\x30\x3f\x0d\x56\x92\x9e\x20\xcd\xf0\x26\x6a\x10\x37\x5e\xeb\xe3\x30\x69\x38\x60\x97\x2e\x36\x1b\x66\x33\x9e\xb4\x0b\x96\x5f\xdb\x3e\xda\x5b\xbe\xd8\xa5\x4b\x31\x0e\x0f\x76\x20\x9d\x5d\x5b\x8e\x61\xe9\x1c\x88\x5b\x17\x9f\x0d\xaf\x19\x24\x8f\x67\xe7\xbc\x9d\xaa\x61\x77\x1d\xa5\xbb\xd8\x6c\x98\x38\x3c\x5e\x97\x2e\x55\x37\x4c\x1d\x9c\xb4\x4b\x97\x5a\x1f\xe6\x33\x0e\xcd\x45\xbd\x9c\xde\x18\x4d\x11\x4d\x9a\x6e\x7a\x71\x20\xe9\x7c\x91\x90\x4c\x6f\x80\xa6\x68\x49\xca\x7d\x5c\xb0\x29\x50\x8d\x14\xe0\x34\x71\x70\xae\x2e\x5d\x9a\x6e\x7a\xcf\x82\x95\x7b\xe9\x62\xa8\x69\x75\x3f\x15\xe1\x5f\x9f\x9b\x66\x3a\x35\x77\x6d\x78\xa7\x65\x70\x8a\x96\xd2\x80\xd3\xb4\x9c\xd0\xb2\xb8\x76\xb7\x2a\x9a\xf5\xf6\x9f\x6c\xb0\xa6\x45\x37\xbc\xb0\x33\x81\xa1\x0e\x64\x5a\xc0\x87\x5d\xb2\xb5\xcc\x87\x0b\x61\x19\xda\x83\x2e\x6b\xf1\x08\xf0\x96\x8b\x26\x6c\x99\x14\x3a\x6b\x0f\xad\x94\xcb\xfc\xa3\xb3\xf6\xd0\x4a\xb9\xbc\x43\x09\xaf\xea\x5c\x34\xbf\xcb\x6a\x0a\x67\xea\x32\x44\x3a\x39\x53\x9f\x02\xad\x32\x91\xcb\x7b\x8e\xa5\x48\x3b\xda\x5c\x2c\xef\x39\xc2\x22\x3f\x17\x9d\x67\xd6\x72\x2d\x87\x8d\x72\x79\xd4\xa8\xb7\x1c\x3a\xc8\x0f\xd5\xbe\xad\xa5\x74\x90\x1f\xda\x15\x6c\x73\x15\x07\xf9\x22\xe5\xb5\xcd\x55\x1b\xe5\x35\x1e\x57\xb3\x8d\x8f\xbe\x57\xd7\x22\x8a\xc5\x6b\xfe\xf9\x1c\x8a\xc9\x99\x7a\xe3\x4c\x9d\x89\x99\xbd\xed\x4c\x7d\x0a\x74\x46\x67\xc3\x6d\xde\xdc\x9a\x27\xf1\xec\xb6\x52\xdb\xf0\xe6\xd0\x72\xbb\xcd\x9b\x1b\xde\xac\xea\xa4\x79\x13\x9f\x83\x32\xc4\xca\xdb\x4a\x6d\xa3\xd4\xfe\x6a\xf1\x58\x45\x32\xa9\xcc\xd7\x5c\x13\x8f\xf9\xe9\xbe\xb4\x95\x7c\xbd\xb5\xc0\xdc\xfe\xbe\xb4\x39\x7c\x5d\xfd\x4b\xf5\x2d\x0b\x3d\x8d\x5e\x04\x21\x1a\xc2\xbf\xc6\x7f\x81\xd7\x7c\xbf\x3e\x75\xe1\x4e\x7d\x5f\x62\xa7\xd7\x7c\xf0\xc2\x07\xda\x89\xbc\xe6\x79\xac\xf6\xef\x4b\x13\xfb\x5a\xbb\xbc\x68\x97\xa6\x56\xbd\x8a\x71\x6b\x71\x5f\x0f\xbd\xfc\x79\xb0\x58\xed\xdf\x97\xb4\xce\xcf\xab\x18\xa6\x00\xf7\x25\x06\xf9\x59\x85\x63\x0a\x70\x5f\x5a\xdd\x7e\xde\x12\xfc\x54\xbf\xa6\xf6\x33\xff\x7d\x31\xe5\x77\xd2\x16\xe2\xf3\xf2\x16\x69\x0d\x72\xe9\x46\x4f\xa3\xa3\xfa\x24\x09\xff\xcc\x09\xdc\x42\xdc\x49\xba\xf7\xf3\xf2\xf6\xb1\xbc\x69\x89\xff\x2c\x99\x38\x2a\xdf\xdc\xa6\x1d\xd0\xad\x32\x55\x5a\xe2\x3f\x4f\x55\x58\xcc\x9f\xcf\x5d\x8d\x88\x86\x45\xfc\x9d\xb4\x29\xfd\xac\x86\x3e\xd4\x90\xb6\x5d\xdf\xaa\x46\xd3\xaa\x84\xe7\xf3\x1e\x96\xab\x12\x25\xba\xdb\xf6\x73\x3e\x05\xbe\x87\xed\xc7\x25\x1a\xcb\xff\xf9\x26\x5b\xfa\xb6\xff\xf3\x1e\x3c\xa2\xdf\x29\x5e\xf4\x0f\xf8\x18\x1f\x44\x23\x2c\xd9\x01\x5f\xe3\x3f\xf0\x0d\xfc\x72\x3d\x0c\x8b\x48\xc3\xdb\x0e\xcd\xa7\x40\x3d\xac\xc3\xe3\x12\x4b\x8d\xb8\xc3\xc9\x84\xd3\x3a\xd0\xcf\x68\xaa\x67\x19\xb6\xff\xf3\x29\x34\xf0\x59\x78\x0d\x0b\xfb\xf1\x9b\xfc\x30\x9b\x6c\xd9\x14\x9e\xa8\xbe\x0a\x5d\x8d\xa6\x1a\xa8\x39\xd2\xfc\xab\x86\x5e\x8a\x9a\xc9\xa3\x4d\x1a\x55\x55\xb3\xcb\xd5\xc7\x64\xdd\x1a\x6c\x5a\xae\x3e\xa2\xe3\xdc\xda\xca\x0f\xe5\xb7\xda\xf2\x8b\xbe\x31\x9f\xda\xf6\x8b\xde\x83\x1b\x9d\x9b\x48\xa8\x07\x7c\x8c\xa7\x3b\x1c\x5f\x87\xa2\xb6\xed\x81\xf9\xf8\xad\xad\xd4\x90\xf9\xf8\x29\xc4\xf7\xdc\xa7\x1d\xf0\xef\xfb\x0f\x3c\xdf\xfb\x1a\x85\xc4\xd9\x07\x4f\xfd\x32\xe4\x3e\x05\xbe\x57\x7f\xca\xf2\xf7\xb1\xe9\x25\x55\xdb\xb6\xa7\xf0\x29\x44\xf7\x49\x35\x70\xc0\xc7\x78\xba\xc9\x0d\x13\xe9\xb6\x29\x84\xc0\x11\xc0\x69\xdb\x83\xf8\x14\xa2\x7a\x76\xf8\xe3\xd6\xe6\x65\xdc\xa8\x05\x89\xc4\x50\xd0\xb2\x53\x88\x5e\xde\xa2\x82\xef\x0e\xe4\x88\x7c\xdf\x62\xcd\xdb\xd4\xe4\xee\xe0\xf6\x6c\xdd\xa6\x26\x81\xc5\xee\x3b\xe9\x7b\x09\x34\x09\x94\xf2\x2d\x62\xde\x26\x0e\xb7\x01\x37\x91\xc2\xb6\x13\x2a\x6d\xf9\x10\xdf\xb7\x58\xf0\xb6\x44\xe0\x14\x7c\x63\xe0\x74\x40\x57\xbf\xa8\x5e\xa3\x35\xe7\x73\xbe\x57\x56\xcb\x6d\x5f\xe1\x8d\x77\x70\x52\x0e\xcb\x3d\x14\xd6\x7c\xe3\x2c\x9c\x71\x24\xdc\x76\x16\x3e\x05\x5a\x45\xed\x0c\x5f\x07\xe0\x44\x9c\x6f\x16\x88\xf1\x68\x0d\xc6\x6b\x38\xff\x4f\xe5\x9f\xd0\xb1\x06\xdf\xc4\xd4\xda\x43\x49\xd6\x36\x4e\xc3\xf9\xbe\xff\x93\x1d\xd6\x78\x74\x54\x1b\x3c\x31\xeb\x76\x75\xe8\x89\x79\xe3\x69\x7c\x1a\xa9\xc2\xbf\xc6\x47\x9f\xd8\xa4\x0c\x25\x6d\xdb\x38\x1e\xe7\x9b\x4d\x8a\x1d\x8f\x4f\x01\xfa\x54\xd5\x6e\x05\xf6\x68\x76\x25\xba\x8f\x45\xfd\xd1\x74\x55\xd5\x63\x1e\x7f\xe0\x71\x69\x00\x85\x5b\x3f\x85\x18\x71\x15\x21\x2c\xe9\x18\xac\x2b\xd3\xe7\x26\x2f\x3a\x85\x50\x6b\x55\xf4\xf4\xe4\x3e\x9a\x5c\x56\xd0\x51\xad\x00\xaa\x26\x57\xda\x57\xcf\xe0\x5b\x99\xd5\xef\x5b\x92\x55\x3d\x8b\xdc\x44\xdc\xb7\x24\xcb\x37\x11\x23\x4c\xd7\xf3\x2d\xbd\xa3\xc8\x68\xa7\x10\xbb\x0e\xb2\xa4\x1d\xb0\x19\x7f\xce\xce\xb7\xd6\x02\x3d\x83\x9f\x02\xb5\x0f\xd5\xee\x09\xc1\x87\x5b\xc9\x43\x37\xae\xdb\x14\x42\x8d\x10\x16\x69\xdb\x29\x7b\xe3\x57\x9d\x94\xcc\xf1\x80\xb7\xf1\x41\x4b\x13\xc1\xb4\xe4\xd9\xfc\x7e\xb2\x3f\xf7\x60\x11\x14\xd3\xc6\x5a\x24\x6e\x24\x32\x91\xc6\xf6\xf0\x3d\x84\xbc\xac\x6f\xdd\x24\x8f\x66\x39\x69\x30\x3e\xb7\x25\x4e\x2b\xb6\x95\x56\xcc\x43\x6d\xa6\x18\xb7\x10\xf7\x23\xe1\xf7\x2d\x84\xbc\xac\x95\x50\x78\xdb\xcb\xfa\x14\x3e\xf0\xaa\xc7\xcc\x1a\xf7\x0e\xf9\xd1\xea\xd9\xbc\xfe\x60\xc9\x7e\x63\x10\xb7\x49\x4a\x4f\xe1\x17\x9f\xab\xef\x56\x21\x4d\x84\x64\x83\x45\xd6\x7a\x0a\x2d\x3e\x1f\x42\x77\xa3\xa9\x5d\x02\xe5\x4b\x08\x5c\xbe\x33\xa9\x91\xb7\x3d\xbe\x4f\x21\xfa\xc8\x2e\x6a\x74\xab\xdd\xce\x56\xf5\x91\x40\xf9\x0e\x82\x5c\xf7\xf9\x91\xb6\xec\x5e\x81\xb9\x9a\x50\x16\xd8\x03\xbe\xc6\x43\x19\x6d\x44\xba\xb5\x74\x17\x25\xc5\xab\xbe\x9b\xc0\x53\x3c\x3f\x59\xd5\xe8\xd2\x9c\x24\xfa\xf9\xd1\xda\xe0\xab\x89\xd1\x91\x7a\xdd\x2b\xe3\x5d\x4e\xe1\x89\xcf\x8d\xae\x46\xd3\xa8\xe4\xa9\x5b\x19\x74\xcd\x87\xe4\xa9\x7b\x3e\x3a\xf3\x21\x95\xee\x2b\x8b\x11\x57\x16\xe9\x7e\x86\xf1\xc5\xf8\x68\x55\xcb\x6c\x37\xdd\xb9\xca\xb8\xc9\x90\xb0\xed\xab\x7e\x0a\x41\x78\xf6\x9d\x63\x98\xf0\x43\x1c\x2c\x31\x1b\x26\x3c\x37\x1f\x37\x41\x5e\xb6\x5d\xdb\x4f\xe1\x03\x4f\xb3\xbe\xf9\x20\x7d\x7f\x7e\x6e\xa3\x8b\xd1\xd1\xc9\xbb\x0a\x5d\x8d\x0e\x12\xe8\x5e\x79\xc8\x86\xe0\x14\xde\xf8\x5c\x9d\xd1\x79\x76\x70\x1f\xa2\x84\xb9\x7b\xf8\x3e\x64\x70\xef\x71\x57\x09\xf1\xf0\xea\x18\x37\x1d\xe9\xd6\x8d\xf0\x18\xde\x3b\x60\x85\x7f\xeb\x46\x78\x0c\xf3\x70\x98\xe3\xcb\x48\xf3\x40\xd3\x68\xaa\x37\xcd\xbc\xc3\xc1\x2a\xe0\xd6\x95\xf0\x98\x56\xac\x53\x34\x93\xa0\xf9\xe2\x63\x70\xf1\xa1\xd7\x8e\x31\x75\xe6\x1c\x44\x95\xbb\x75\x23\x3c\xa6\xae\xbf\xc7\x84\x66\xe2\xed\x69\x9a\x71\x1f\x72\x57\x89\x88\xef\x43\x14\x24\xe0\xae\x5a\x73\xa6\xb9\x95\xfb\x90\xbb\x6a\xcd\xf1\x7d\x08\xee\xff\x19\xcf\xf2\x4d\x0c\x00\x0a\x0c\x4a\xfa\x79\x7a\x89\x8a\x38\x72\x99\x7c\x8c\xdb\x4e\xff\xa7\x40\xed\x5d\xbd\xf1\x36\x6c\x8a\xc4\x5d\xbd\x31\x89\xe3\x8a\x23\x3f\x7f\xb5\x2f\xa3\x69\x95\xe3\x93\x63\x07\x9c\x02\xad\x36\xa1\xab\xd1\x8c\x55\x6b\xcb\xf2\x52\x14\x51\xe7\xf2\x23\xad\xbd\x4c\xe1\x25\x66\xe5\x45\x6f\x2c\xab\x03\x4c\x1a\xee\x26\x4d\xb9\xac\x70\xb9\x66\xb9\x9b\x0e\x08\xbe\x66\x19\x5c\xb3\x3c\xee\xa4\xd9\x92\x6b\x96\xbb\x69\xc9\x59\xd6\xc3\x0b\x3d\x2c\xed\xbf\xbc\x69\x58\xe8\x03\x5d\x4e\x3b\x0f\xda\x26\x0f\x5a\xc6\xb7\xfe\x40\xd3\x68\x3a\x23\xa6\x5f\x66\x6e\xe2\x23\xdc\x4d\x4c\xbf\xac\x27\x88\x83\x70\x37\x29\x33\x5f\xbf\x10\x10\x21\x13\x31\xf1\x40\xae\x7e\x29\x8a\xe5\x7f\xf2\x32\x38\x96\x37\x15\x5c\xcf\xdc\x4d\x6b\xd2\xf6\x84\xe1\x35\x71\x37\xed\x30\xb7\x57\xc2\x70\x9f\xc8\x8f\x96\xbc\xed\x89\xe4\x36\xe7\x6e\xda\x49\x6e\xab\x17\xae\x6d\xee\xa6\x2d\xe3\xb6\x62\xdf\x9a\x31\xe9\x97\x6d\x59\xe1\x7e\x46\x8f\x65\x63\x7b\x97\xb7\x35\x33\xda\xce\x6d\xcf\x4c\x38\x5b\x64\x2b\xaf\xed\x99\xe1\x7a\xe6\x6e\x92\xd0\xed\xed\xdc\xd6\x8c\x69\x23\xb6\xad\xc1\xb7\xa6\x40\x3b\xae\x6d\x59\x89\xf0\x0d\x99\x70\x90\xdb\x41\x1b\x4e\x81\x41\x35\x7f\xbe\x8d\x3f\x6c\x55\x75\x4a\xdd\x26\xf1\x16\x89\x75\x20\x7a\xad\x5e\x5e\x91\x58\x22\xf7\x5a\x55\x93\x55\xe0\x6e\xda\x9c\xbc\x16\x8a\x88\xde\x90\xad\x34\x5f\x33\xff\x1b\xfb\x30\x82\x24\x1c\x68\x18\x4d\x27\x87\xf1\xaf\xf1\xf4\x46\x07\xa2\xd7\xba\x57\x97\x48\x4d\xc7\xc5\xd7\xb4\x89\x6b\xa3\x74\xf7\xcb\xdf\xbb\x37\x28\x8c\xae\xd3\xf1\xeb\xfd\x59\x44\xe1\xcb\x55\xfc\xf4\x7a\xb7\xa1\x4b\x24\xdc\x7e\x0f\xe8\xea\xa1\x65\x4f\xae\xe6\xaf\xfa\x5f\x54\x03\xda\xb7\x42\xe3\x17\x76\x7f\xb7\x6e\xd8\x87\x62\xf5\x6d\x82\x3a\xe4\x2a\xf6\xfb\xf5\x66\xf4\xd1\x52\x56\xec\x3f\xbd\x5f\x2a\xc2\xc3\xdd\xb5\xcd\xfb\x79\xd1\x0b\x3f\x11\x59\x69\xef\xf1\xf3\x7e\x0e\x03\x9a\xbb\xeb\xd0\xf6\xb3\x06\xff\x41\x79\x1d\x49\x7e\xde\x6d\x10\xca\xe1\xc6\x9e\x74\x8f\x9f\x99\xf5\x07\xb3\x6a\x79\x50\xba\xd0\x53\xa8\x81\xd6\x48\xa7\xbb\x8e\xba\xe8\x45\x8d\x9a\xee\xe1\x64\x92\xbd\x6a\x28\xc2\xc3\x29\xd0\x28\x17\x4b\xe3\x67\x2d\xf2\xd3\x34\x69\x0d\xfb\x59\xaf\xff\x44\x77\x1d\xf1\x7e\xa6\xfb\x0f\x1e\x96\x24\x7c\xa6\x7b\x5c\x9b\xc9\xd6\xfb\x40\xd9\x68\x66\x55\x9d\xff\xbc\x42\x86\x47\x4a\xae\xda\x9e\x29\x1e\xc4\x29\xd0\xa8\x96\xb6\xcf\x2c\xac\xbb\x38\x3d\x0d\x8c\xcf\x3c\xfc\x71\xb8\xd3\xd3\xc0\xf8\xac\xa8\x09\x03\x78\x77\x2d\x27\x9f\xe5\x5b\xb7\x6b\x5d\x92\xf3\x99\x87\x3f\xd1\x52\x3b\xb4\xcf\xaa\x57\xf7\x5f\x1d\x55\xed\x48\x11\x9b\x48\x11\x32\x49\xdf\x8e\x14\x71\x0a\xd1\x2c\x4e\x82\x07\x7c\x8c\x8f\x66\x07\xeb\xc6\x94\x43\xcb\x56\x48\x88\x1b\x17\xf5\x3d\x95\x87\x72\x13\x1b\x42\x16\xec\x07\x72\x35\x23\x18\x81\x65\x86\xb8\x11\x14\xa2\xf3\x98\xc6\x1e\x70\x1b\x1f\x33\xe5\xbe\x8b\x36\x13\x3f\x97\x7b\x60\xcd\x30\x15\x5b\x70\x2b\xb0\xc4\x3d\xb2\x3a\x3f\xdd\x2a\xb4\xd1\x1b\xc2\x54\x70\xc1\x4d\xc8\x88\x4c\x32\xa7\x3d\xe5\xb9\xb2\x09\x0d\x91\x6e\x2c\x66\xf7\x94\x87\xca\x29\x50\xcd\xad\x66\xb5\xb7\x52\xa8\x88\x7b\xb0\x05\x74\xa8\x88\x53\xa0\x1e\x4e\x25\x33\x89\x73\x66\x5c\xca\x65\xad\xe4\x53\x2e\x2a\xa7\x40\xf5\x8f\xab\xd9\xc6\xbf\xf1\xb9\x6b\x11\x11\x08\x5d\x78\x93\x3d\xe5\x80\x1a\x6c\x42\x4a\xc8\x93\xb2\xa7\x32\x55\x9e\x42\x8a\x6a\x1e\xa1\xb3\xd1\x54\x83\xae\x9c\x4a\x55\xb9\x15\x29\xe2\x1e\xac\x82\x53\x49\x29\xb7\x22\x42\x3c\xba\xa0\x77\x44\x88\x53\x88\xea\x93\xd1\x8f\xd1\x2d\xd0\x45\xe8\x6e\xf4\xa4\x96\x26\xfc\x32\x3e\xc6\x8a\xa6\x74\x58\x89\x3d\xb9\xff\x7b\x2e\xd7\xee\xb1\x12\x17\xf1\xb9\xfc\xbd\x16\x47\x85\xa1\x78\xae\x6c\xbc\x66\x90\xfb\xbf\xe7\x42\x6d\x4d\x5b\x51\x4d\xac\xa8\xc8\x0f\x7f\x20\x37\xab\xb1\x72\xbb\xe3\x68\x13\xa7\x40\x77\x58\xaa\x67\xf1\x60\x31\xa3\x7a\x08\x5b\x78\xc0\x61\x3c\xcd\xa2\xd0\x1c\x86\x62\x2b\xdc\xc4\x83\xcb\xc2\x01\x6f\xe3\x9f\xe8\xce\x10\x7a\x1a\x4d\x77\xb8\x1d\x9d\x4a\x0b\x79\x0a\x41\xfa\xa2\x5a\x4c\x04\x0c\xa2\x1e\x8c\xfb\x0f\xe8\x5e\x46\xb0\xc7\xe7\xea\xea\x8d\x96\xaf\x59\x44\x9c\xf1\x1f\xc4\xbe\x3a\x5f\x6f\xff\x5b\xd0\xae\x68\xcc\xa6\x1d\x06\x50\x4f\x12\xdb\xda\x00\x4a\xc1\x28\x1e\x52\xa5\x1c\xf0\x36\xfe\x68\x06\x99\x11\x4c\x65\x7d\x3c\x85\xc5\xe7\x4d\xf8\x6d\x7c\xb4\xca\x52\x30\x95\x8f\x61\x2b\xa4\xc5\x93\xa4\x8e\x14\xd2\x62\x4f\xee\x24\x1f\xe2\x17\x1e\x50\x33\x40\xa0\xc2\x27\xb1\xa8\xce\xdb\xdc\x7f\xab\xf7\x12\x75\x5f\x32\x4e\x9c\x46\x1e\xbd\x32\xcc\xc7\xea\x2e\xbc\x47\x32\x31\x89\xb6\x63\x50\x9c\x02\xd5\xa3\xdc\xe7\x63\xbe\x7d\xd4\xcd\xf6\x08\x3f\x8c\xa7\x7a\x4d\x99\xaf\xf4\x88\x3a\x21\x4f\x98\x03\xdd\x46\x33\xaa\xae\x5e\x7a\x54\x5c\xdd\x3d\x32\x22\x9c\xb6\xff\x51\x10\x0a\x25\x80\xde\xd3\xf6\x3f\x8a\x2a\xf1\xe8\x0d\xc3\x51\x25\xb6\xa2\x4a\x3c\x7a\xc3\x70\x54\x89\x53\x88\xee\xeb\x0d\x63\xfa\xd6\x8d\x38\x12\x59\x5b\xcf\x59\xad\xd8\xb8\x8c\x7b\x88\x55\xb8\x1d\x3e\x62\x13\x30\x22\x3d\x7a\xc3\x98\xb6\x0b\x9a\x24\x24\x78\xf0\x0c\x3f\xa0\xab\x1f\x54\xff\x08\x2d\x4e\xab\xea\xa5\x84\xda\x17\x5d\xb3\xa1\x91\x58\xa0\x1d\x0f\xe2\x14\x82\x08\x98\x04\x1f\xf0\x31\xbe\x82\xef\xc2\x37\xe3\xcf\x0e\xa8\x35\xd7\xbe\x8c\xa6\x55\x0e\x99\xd3\xf7\x65\x93\xfb\xb2\xa6\x99\xf5\xbd\xd8\x0c\xeb\x9c\xac\xfd\xf1\xb4\x71\x0e\xf1\x22\x4e\x2d\xc6\x0f\xe3\xcf\xa6\x4e\xdb\xe6\xd9\xbc\x1e\x86\xcb\x8a\x5c\x96\x36\xc1\x24\x28\xd0\x97\xae\xbe\x58\xd2\x1b\x01\xc7\x73\x57\x67\x74\x7a\x53\x9c\x88\x27\x6b\x19\xf6\xed\x1a\x01\x23\x32\xd1\x9a\x0f\xf4\x09\xcd\xca\x31\xd4\x19\xaf\x1c\xf8\xb3\x3c\x79\xa8\x37\xcb\xb5\xc7\xe1\xad\x69\x55\x55\xfa\xc5\x4d\x1c\x89\xf3\xb9\x6a\x37\x93\x61\xe2\xf3\x14\x31\x9f\x4d\x7c\x14\x3f\xe2\x21\x87\xca\x01\xbb\xf1\x54\xdf\x84\x5e\x46\x47\xdf\xb9\x13\x72\x66\xee\x3d\xf1\x72\x79\x0a\x77\x7a\xb3\x7b\x3e\xb8\x5d\x7b\xc8\xf8\x7e\x40\x11\x3e\x8c\x71\xd2\x53\xc4\x93\x5d\x27\x5b\x85\x95\x78\x64\x4b\x31\x7d\x45\x35\xf1\x4f\x79\xf4\x96\x3f\x87\xf5\x53\x04\x92\x90\x97\xd7\x26\x9a\x04\x05\xaa\xc1\xe0\x68\x0e\xb3\xfc\x50\x37\xc5\x65\xb6\xb6\x51\xa0\x88\xa7\x88\x9d\x7c\xe9\x44\xc4\x88\xdc\xb9\xd8\x9c\xca\x96\xb8\x27\x7e\x2b\x32\xf1\x99\xc3\x2b\x01\xfe\x29\x0f\x2e\xed\x7b\x0e\x2f\x87\x61\x15\x73\xf0\xaa\xc6\xba\x9b\xcb\xa2\xe7\x56\xf5\xd3\x83\xc5\x85\xe4\xb9\x55\xff\xb4\xe8\x70\xcd\xf3\xdc\xdc\x90\x4e\x5f\xf3\xcc\xc9\x94\x93\xda\xe3\x80\xdb\xf8\xe8\xbd\xf4\xc1\x74\xb3\x53\xcd\x4a\x62\x97\x39\x61\xa9\x59\x89\xda\x72\xb3\xdc\xac\x3c\xba\x9e\x9f\xbe\x59\x99\xdc\xac\x74\x9e\x40\xe7\xf2\xaa\xba\xd4\x4b\xed\x49\x97\xd5\x4a\xb8\x7b\x64\x82\x85\x6f\xc7\x60\x38\x05\x7a\x23\x69\xb0\x41\xca\xe4\x8e\xe3\xb9\xa5\x5c\x7d\xc7\x31\x89\xf5\xf8\x3c\x9a\xf2\x65\xe5\xca\xed\xc3\xf3\x70\x85\x32\x7d\xfb\x30\xb9\x4e\x78\x74\x91\x3b\x7d\x9d\x30\x09\x9d\xff\xe8\x66\x7d\x6e\xb3\x08\xd7\x09\xcf\xc3\x61\x69\x6e\xb3\x08\x76\x1d\xcf\x73\xfb\x7b\xd7\xa3\x70\xf5\x5c\x3f\x4c\xdf\x27\x10\xbc\x21\x77\x31\xb2\xef\x13\xe6\x56\x37\xb5\xd7\x79\xad\x2e\x5f\x75\x53\x3a\xe7\xb5\x18\xc6\x09\x5e\x1e\x82\xdb\xc1\x16\x4e\x61\xf1\x79\x17\xfe\x35\x9e\xea\xa5\x44\x7c\xb2\x57\x54\x85\x47\x57\x3d\xf3\xf5\xa4\xbc\x4c\xca\x6d\xb4\xab\x67\xc3\xa7\xcb\x93\xf9\x5a\x03\x12\xa5\xf1\xa9\x52\x16\xaf\x35\x20\x47\xf2\xa7\x8a\x93\x6d\xd7\x31\xb1\xeb\x20\xd0\xd1\x81\x5c\x3d\x44\xa8\x3a\x40\xf8\x48\x3e\x89\x68\xf8\xe8\x12\x76\x2a\xa2\xe1\x9e\x3f\x55\xcf\x61\x6f\xfe\x7c\x52\xf8\xa9\x1e\x09\x96\x8f\x98\x13\xff\x8f\xa7\xfe\x67\x5b\xac\xcf\x53\xcc\x59\xf0\xf1\xb6\xd8\x67\xc1\xf9\xa1\xdf\x9b\x58\xc5\x26\x15\x93\x33\xdf\x23\x1b\xce\xe5\x33\x1f\x61\x08\xd2\x23\x6b\xca\x75\x49\x60\x88\x4a\x90\x89\x9c\x74\xa0\x9f\xd1\x54\xc3\x8a\xb8\x6c\x0a\xa1\x68\x05\x8f\xac\x26\x97\x0f\x77\xc4\x21\x38\xf8\x22\xbc\xab\x47\x59\x71\xae\x59\x3e\xc5\x11\x9f\x20\x3d\x5a\xe4\x96\x4f\x71\xeb\x3a\x2c\x29\xe7\xd0\x4d\xf0\x02\x0a\x0c\xb6\xab\x76\x5d\x22\xac\x88\x07\x98\x7b\x35\x7a\x1a\x4d\x67\x58\xe3\x96\xed\x2f\x14\x7e\xe0\xd1\x9d\xd1\xba\xc4\x11\xc4\x21\xc8\x04\x9c\x3b\xd0\x32\xfa\x77\xd0\xa8\x1e\x07\x25\xd8\x84\x21\x48\x4f\x87\x0f\x97\x32\xec\x6d\x45\x25\xc0\x51\x75\x3b\x2a\xc1\x29\x34\x3e\xbf\x85\x1f\xc6\x2f\xf0\x55\xf8\x57\xf8\xa1\xea\xe9\x8d\x82\x09\x9e\x02\xd5\x1b\xdd\x8c\x8e\xbe\x77\x75\x52\xc2\xb2\xf0\xca\x79\x08\xde\xb7\x97\xbd\x72\x16\xb6\x20\x8f\x4c\x35\x97\x8d\x3b\x16\x27\xc7\x47\x77\x40\x2b\x99\x64\x89\x03\x43\x2f\x1a\xd5\xf2\xa8\x60\x33\xe9\x00\x07\x3d\xd8\x0b\x3f\x9b\x87\xb8\x60\x07\xec\xc6\x47\x37\x51\x01\x44\x1d\xa0\x00\x11\xc4\x36\x36\xe2\x50\xfc\x81\xc7\xc4\xcc\xee\xbe\x0e\x77\x84\xad\xda\x4b\x39\xf6\x36\x21\x04\x32\x89\x57\x0f\xb4\x8c\x0e\xee\xe3\x1c\xbb\xb2\x2e\x93\x88\x20\x90\x1e\xdd\x97\xac\xac\xbb\x3d\x05\x14\xe8\x43\x7d\xf7\x58\xb1\x28\x79\x3a\x9b\x9d\x65\x8b\x12\x05\x1a\x78\xfe\x5a\x5d\xee\xbc\x68\xc3\x36\x65\xf9\xe8\xa8\x88\x02\xcf\x10\xe3\x14\x33\x4e\x9c\x21\x33\x11\x9e\x0e\x34\x8d\xfe\xf8\x9c\x5e\xda\xa3\x66\xe9\xe4\x88\x6b\xf2\x01\x25\x82\x3a\xf3\x0d\x56\xe2\xe5\x33\xdf\xc2\xab\xe5\x21\x2d\xc2\x76\xd6\xff\x4d\x9e\xff\x83\x57\x37\x3d\xe5\x3a\xbd\xe9\x0a\x64\xd9\xd4\x84\x6c\xfc\xe9\x19\xd2\x20\xca\xa6\x77\x0a\x87\xf6\x83\x63\xbe\x43\x04\xec\xa5\xd3\xdb\x40\x3f\x2e\x5b\xa6\x28\x74\xc0\x23\x5b\x44\x87\x0e\xd8\x4b\xc7\x37\xdd\x5d\xac\xdb\x9c\x13\xe7\xb8\x3c\x92\xd1\x9a\xc3\x5b\xa3\x6d\xea\x8d\x47\x8b\xc1\xca\x43\xe4\xc1\x03\x0e\xe3\xe9\x0e\xfb\x61\x47\x1a\xd8\x2b\x4c\x4e\x0e\x1e\x8e\xb2\x8b\x89\x22\x10\x54\xdd\x75\x38\xbf\xfe\x5e\x78\x6f\xd4\x4b\xb3\x62\x83\x8c\xc5\xf1\xad\x5e\xd2\xbb\x8f\x39\x16\xd3\x8b\x7a\x89\xca\x36\xbd\x20\xfd\x7d\xaa\x97\xa8\xac\xfc\xf7\x9b\xfc\xf7\x59\xd7\x58\xe4\xb7\xa7\xd0\xf8\x7c\x08\x3f\x8c\xa7\x59\xe9\x6f\x1f\xd3\x08\x0a\x90\xea\x25\xea\x57\x6b\x1d\xfc\x2e\xea\x25\xfd\x5d\xad\x5d\x22\x23\x9c\xfc\xca\xb7\x83\x01\x9c\x02\xd5\x48\xbd\xd8\x0a\x82\x44\xf5\x07\x5f\x84\x17\x15\xaa\x46\x2b\xc9\xaa\xd3\xd5\x4f\xaa\xef\x42\x4f\xa3\xe9\xfd\x50\xef\xcd\x82\x1c\xeb\x2a\x41\xee\xb6\x83\x01\x6c\xb2\xd2\xa7\x9a\x58\x0c\x9d\x96\xfe\x14\xa2\x3b\x3a\xe2\x2f\xfb\x4b\x90\x97\xfe\xe0\x21\x7e\x33\xaf\xe1\xd0\x50\x93\x44\xc2\x0e\x0d\x8b\xc3\x51\xc5\x6f\xf6\x80\xae\x87\x7e\x26\xb1\xbe\x6d\x0f\xe4\xd6\x5f\x65\x60\xe8\x2c\xf4\x1b\xff\xfe\xac\x4b\xc1\x65\x8f\x06\x79\xfb\xd7\xa4\x45\xd5\x46\x06\xab\x6b\x58\x9a\x14\x5b\x13\x90\x70\xfe\xe0\x6f\xe1\x87\xf1\x74\x93\xfb\xe1\x65\x73\x02\xb9\xf5\x57\xf9\x56\xda\xad\xff\x14\x3a\x78\x7d\x6f\xed\x4b\x4e\xb7\x9a\xb4\x1e\xca\xaf\xff\x14\xce\x36\x71\x3c\xea\xa6\xb6\x89\x0b\x7b\x82\xaa\x2b\x84\xd5\xcd\xca\x5d\xd4\x94\xde\xb4\xe1\x00\xa9\xee\x53\xcd\x5c\x03\x39\xd7\xfd\x26\xd7\x7d\xb6\x62\xe8\x56\xb3\x1c\xb3\x6a\xe6\x84\xe1\x68\x02\x9b\xec\xf1\xa9\x92\x57\xf5\x80\xdd\xf8\x20\x32\x67\xf9\x35\x3c\x28\x8e\x4d\x35\xdf\xff\x41\x9a\xe7\xbd\x86\x39\x37\x1e\xef\xcf\xbf\x35\xe1\x3f\xe1\xa1\x85\xf6\x06\x3e\x56\xc9\xed\xbf\xe6\xdb\x78\x77\x2a\x16\xa2\xc1\x59\x6e\xd9\x85\x01\x3f\xff\x54\x65\x53\xb9\x86\x57\x1c\xdc\xfe\xad\xc4\x86\x49\xc1\xc3\x7f\x95\xd7\xd4\x1a\x96\x76\x5e\xf8\x2b\x29\xf1\xf7\xf2\x0b\xbf\xfc\xfe\xab\xee\x2f\x9c\x5b\x7e\xcb\xef\xbf\xea\xa2\xc2\xc9\xe5\x37\x01\x00\xf2\x10\x9f\xd8\xb5\x01\x47\xff\xf3\x39\xbd\x54\x9a\xb9\x2d\xbf\xff\xc1\xe1\xc9\x7e\xff\xa7\x40\xed\x52\x02\xd3\xec\x36\x35\x61\x52\xb5\x3e\x12\x2e\xe2\xfd\x57\xf9\x05\xad\x69\x76\x9b\x90\xf8\x0f\x5d\x8c\x8e\x4e\x6a\xcb\x60\x47\x88\x85\xc3\x43\xcd\x5a\xd4\xed\xf0\xb0\x70\x78\x20\x00\xd6\x81\x44\x79\x0e\x96\x55\x8e\x38\x6b\x79\x35\x5b\x30\x73\x11\x57\x2d\x6b\xaa\xa5\x56\xab\xd0\xd5\xe8\x46\xa2\x96\x47\xf8\x61\xfc\x04\xdf\x84\x5f\xc6\xef\xa8\x66\x08\xad\x89\xe2\xa0\x58\x8b\x14\xc6\x32\x1f\xc4\x89\xb1\x5c\xd2\x77\x4a\xe0\xb6\x49\x5a\x5f\x2e\xed\x0c\xfc\x16\xae\xe0\x01\x55\x76\xf8\x4e\x56\x7f\x0a\x29\x3e\xaf\x42\x67\xa3\x69\x54\x9b\xac\x6d\xf5\xc2\x29\xb4\xea\x82\xc1\x59\xec\x37\xe9\xea\x0f\x9e\x09\xd9\x66\x83\x38\x8e\x16\x5d\xc4\x2f\x3b\x17\x10\x5d\x20\xd5\x22\xed\x62\x27\x82\xc5\x21\xb4\x16\xcd\xc8\xf6\x8a\xb8\x45\x79\x91\xd8\xaf\xd7\xa4\xc3\x3f\xf8\x21\xfc\x36\xfe\x8d\x66\x55\xbd\x6e\xa6\x56\x3c\x5e\x97\x2b\xe9\x6b\x2f\x94\x64\x22\xa8\x32\x70\x5d\xdb\xa2\xc3\x19\xb7\xde\xda\xa6\xd8\xe9\x60\x11\xf2\xaf\xde\x5a\x3a\x5e\x2f\x88\x11\xfb\x4f\x91\x34\xb6\x83\x10\x9c\x02\xd5\xdf\xfe\x7c\x18\xbf\xc0\x67\xe1\x45\x04\x0e\xa7\xf5\xe6\x7d\xd2\x79\xee\x37\x79\xee\xcb\xa5\x85\xc9\xbe\x0b\x0b\x1f\x85\x7a\x73\xdb\xbb\x5e\xab\xcc\x97\xc1\x72\xd8\x5b\xaf\x07\xcb\x23\x75\x95\x5d\xe7\x52\x86\xb8\x53\xa0\x97\x52\xb1\x7e\x8d\x56\x08\x85\x2a\xbb\x4e\x27\xcc\x3f\x85\x48\x8a\x74\x4b\x6d\xfd\x7c\x76\xc1\xe9\xa0\xde\xd2\x4f\x76\x3a\x58\xf1\xe6\x9b\xea\xad\x4d\xd6\xcf\x5a\x91\x40\x82\x55\xc6\x8e\xeb\x67\x29\xe1\xf5\xb6\x92\x8c\x71\x3b\x14\xc3\x56\x28\x86\x2a\xf3\x3a\x87\x62\x38\x85\x18\x97\x6c\xcb\xd6\x67\x8e\x25\x6f\x5a\x95\x11\xd9\xfa\xac\x41\x22\x81\x9a\x22\x8a\x6c\x87\x4a\x38\x05\xaa\xd1\x71\xd2\x67\x67\xe5\xa7\xaf\x32\x59\x5a\x7e\x47\x55\x22\xfa\x2a\x73\x3c\x27\xa2\xdf\x24\xa2\x2f\x64\xb0\x3a\x50\x35\x3a\xa8\xf3\x48\x7e\x3e\x6b\xe3\x4f\xa3\x8a\x4d\xd3\x4b\x9e\x79\x0a\x74\x27\xf4\xe8\xeb\xcc\xf2\x6f\x8f\x87\xd3\x83\x6f\xe0\xd1\xaf\xa7\x40\x37\x43\x20\x0e\x38\x84\x0f\xaf\x89\x8a\xb3\xf4\x01\x7f\xc2\xc3\x0d\x64\xce\x3c\xe0\x6d\x7c\xf0\x5a\x6c\x5e\x0e\x54\x8d\x8e\xea\xb1\x3a\x3b\xa0\xab\x67\x58\x98\x38\xbc\x0e\x24\xf1\x2a\x90\x44\xc5\x66\xe1\x75\x20\x89\x57\x19\xe7\x2b\xc6\x09\xaf\x33\xce\xbf\x64\x9c\x2f\x3c\x7c\x1d\x68\x1a\x4d\x35\x37\xbd\x54\x78\xbd\x97\x14\xf3\xa9\xe2\x88\xfc\x76\xbd\x69\xbe\x8a\x47\x51\xb1\x2b\x78\x1d\x8f\xe2\x55\xdc\x89\x5a\x1f\xa8\xa6\x13\xee\x29\xd0\xfd\xaa\xef\x51\x23\xa7\x10\x6a\x24\x96\xc8\x03\xfd\x8c\xa6\x9a\xa6\xee\x2c\x57\x23\x62\x36\x55\xbf\xdc\x1d\x51\xa7\x6b\x58\xcb\xd5\xaf\xa8\x3e\x24\xe8\x75\x46\xfb\x57\x61\x2d\x6a\xd5\xdc\xe6\xae\xb9\x25\x62\x5e\xad\x83\x6a\xf2\xbc\x8d\x0f\xa2\xa9\x37\x8a\x3b\xf1\x2a\xb7\x7c\xe5\x95\xf2\xed\x7a\xd4\x7c\x15\x8f\xa2\x92\xdc\xe1\xed\x4a\xea\xf6\x12\x52\xe2\xe0\x99\x93\x6c\x56\xc8\xb0\x42\x33\x7a\x1a\xfd\x91\xdb\x09\xe2\x14\x4f\x6d\x61\x41\xe9\x45\xe8\x6c\x34\xb5\xdf\xff\x41\x14\xf7\xb7\x17\xf3\x39\x4f\xa4\xb5\xdd\x55\xf8\x6e\x7c\xac\x72\xdd\xe8\x69\x34\x9d\xba\xe9\xac\x92\xcc\xbf\x84\x96\x28\x44\xfe\x7a\xc9\x2d\x4f\x21\x86\x26\x82\x2a\xce\xde\x4b\x64\x89\x54\x9b\xb8\x5f\xe9\xe4\x5e\x02\x4d\x94\x6b\x68\x68\xe3\x67\x34\x8d\x56\xe6\xb1\x98\xab\x38\x5c\xd7\x26\xae\xd2\xe1\xfa\x55\xc8\x88\x4a\x1a\x8d\x03\xba\x7a\xb8\x6d\x18\xfd\x09\x8d\x26\x91\x44\xcb\x49\xe4\x14\xa0\x8c\xa6\xbd\x58\x14\x8b\xe6\x45\x9a\xe4\xf6\xbc\x90\xa9\xbe\x36\xd1\xe0\xee\xea\x3d\x6e\x16\xb5\x5f\xfa\x7e\xf9\xfb\x68\x96\x77\xd7\xd7\x51\x17\x5e\x65\x81\xaf\x5c\xee\xbc\xfd\x36\x8f\xe3\x95\x51\xc9\x66\xf9\x12\x6d\x81\x02\xd5\xdf\x54\xff\xb8\x3b\x11\x67\xa1\xa4\x6b\x08\x5d\x8c\x3e\x33\x42\x3c\xae\x03\x55\xa3\x17\xb5\x34\xe1\xb7\xf1\x6f\x7c\x7e\x0b\xfd\x33\x9a\x46\x1f\x66\xea\xb1\xbe\xe0\x7d\xb5\x72\x73\xf9\xf6\xc7\xfa\x42\x07\xf4\xfe\x74\xe1\x5d\xfd\xa0\x7a\xa1\xa7\x68\x80\x0b\x44\xed\x9a\xc0\xc7\x92\xa5\xf3\x39\x37\x53\x07\x94\x64\xf1\x5e\x5a\x71\xdb\x7d\x9d\xbf\xfd\x55\xbc\x84\xda\x07\xa3\xad\xa6\x0d\xde\x0b\x95\x4b\xa2\x03\x3e\xc6\xd3\xee\xe8\xc2\xab\x5d\xfc\x08\xea\xd0\x14\x2a\x17\xdc\x29\x04\x8d\x73\x13\x3a\x1b\x1d\xd5\x0f\x29\x86\x6a\xbe\x24\x00\x42\x1d\x52\x0c\xd5\xc3\xd2\x89\x7b\x48\x31\x54\x73\x48\x85\x43\xb4\x16\x54\xaf\x11\xe1\x5e\x90\xea\x90\x62\xa8\x1e\xad\x0e\xe8\xe3\x86\x3a\xcd\x4b\x1c\x2e\x00\x75\x48\xc4\x9b\x95\x35\x46\xfa\x95\x63\xd4\x01\x1f\xe3\xf9\x7e\xe8\xfb\xf5\xf7\x3d\xf5\x4b\x50\xba\xa9\x19\x81\xf0\x52\x63\x8b\xfb\x92\xf2\x9c\xc2\x17\x78\x31\x4f\x37\x93\x60\xbb\xde\x88\x92\x7a\xc0\x6d\x7c\x30\xc3\xad\xcf\xbd\x18\x70\x62\x6d\x97\x58\xb3\x7b\x31\x20\xd1\x5a\xbb\xa4\x8a\xba\xbb\x4f\x20\xfa\x86\x73\xe7\x01\x5d\xfd\xa2\x7a\xa8\x36\xac\x37\x31\x52\x6f\xf8\x70\xbe\x76\xcf\x7f\x95\xe3\xbc\x5d\xe2\x41\x9d\x49\xdf\x4e\xcc\xb9\x66\xcd\x38\x3c\xb9\x1c\xf7\x9a\x95\xd7\x34\x75\x26\x72\x28\x89\x98\x6e\x96\x53\x60\x4b\x22\xc2\x34\x0b\x62\xff\xdd\x88\x45\xf7\xe2\xef\x4e\xe1\x03\xaf\x7a\xac\x78\xe3\x18\x58\xb8\xec\x78\x9d\x6d\xfc\x14\xee\xf8\xbc\xa8\x1a\x6b\x5e\x0c\xbd\x5b\x2a\xae\xe6\x35\x9e\xea\xa5\x45\xa6\x55\x2c\x06\xe0\xcd\x93\x32\x3d\x5a\x0e\x7c\x2d\x69\x52\xa6\x25\x71\x3a\x15\x99\xbe\xb7\x56\xc3\xa4\xbb\x25\x29\x00\x99\x74\x9f\xc2\x59\x66\x92\x88\x3c\xbd\xf6\xf1\x50\xd9\x52\x75\x35\x7f\xd5\xff\xc0\x43\xfc\x65\xad\xb6\x44\x35\xb1\xf2\xf2\x2a\x16\xf1\xde\x4b\x92\xbe\x58\xd6\x6a\xd8\x6e\xb7\x24\xd5\xbe\xac\xa6\x78\x91\x6c\x49\x6b\xeb\xb2\xa4\x2c\x51\x4d\x73\xbe\x4c\xb5\x25\xea\x74\x35\xeb\x0d\x43\x9c\x57\x4b\x6a\x46\x57\xa3\x21\xb2\x04\x6b\x59\xce\x17\x72\xae\x05\x65\x99\x66\x9c\x4b\x5b\xbe\xfc\xb9\x7b\x09\x2d\x09\xd3\xf4\xf6\x65\xf9\xe4\x04\xda\xb2\x74\xfb\x36\x07\x72\x02\x4d\xfd\x11\xba\x1a\x1d\x83\xca\xe2\xc0\x6d\xe2\x84\x3f\x7b\xf1\x98\xb6\xa5\x96\xe7\xce\x96\xa5\xec\x36\x6f\x1d\xaf\xdc\xd5\x5b\x96\x96\xda\x56\xed\x1b\xd5\x3e\xd4\xea\xd0\x62\xbb\x51\x99\x5a\x83\xb7\x55\x66\x78\xb3\x9f\x5a\x8c\x77\x27\x27\x63\xbd\xd5\xc9\xd9\x8d\x3f\x13\x9b\xa5\x90\xe5\xc5\x7e\x0a\x74\xe6\xce\xc2\xbf\xc6\x43\x1a\xb1\xf1\xb6\x0e\xd9\x22\xa5\xd8\x78\x9b\x2d\xe3\x84\x5a\xb2\x36\xf3\xdb\x6b\x6d\x18\x5b\x97\x7c\xfd\x07\x5e\x84\xe7\xe3\x9f\xff\x8b\xc6\xa5\x02\x5e\xcf\x0b\xb6\xd8\x2d\x6b\xb3\xfc\x7a\x8f\x1e\x46\xd9\x05\x63\x9e\xd7\x1e\xf7\xaf\x7c\xdc\x5b\x96\xa2\x7a\xad\xd7\x5e\x3a\x95\xb2\xd0\x3f\xa3\xa3\xd5\x92\x68\xf5\xe7\xd5\x00\x1f\xf7\x86\xa1\xc5\x6b\x1f\xf7\x57\xbe\xec\xad\x88\x1d\x7e\x66\x87\x38\x5f\x96\x9c\xaa\xd0\x9a\xc7\x30\x5b\x2e\x59\x2b\xf7\xcf\x7a\xe7\x87\x04\x95\x6c\x7c\x37\x3e\x08\x9a\x93\xd0\xd3\x68\x1a\x2d\xb7\xf0\xaf\xf1\x74\x5e\xc7\x9a\x9f\xd5\x11\x67\xd9\x56\x74\xac\xf9\x99\x1d\x7e\xb0\x83\x94\xe3\xcf\x4b\x07\x86\xc8\xad\x48\xe7\xff\x2c\x41\x3c\x13\xb7\x22\x2d\xf5\xb3\x04\x61\xa0\xdc\x8a\x66\xe4\x67\xb5\xf3\x13\x2d\x75\x6c\xfa\x3c\x83\x9f\x68\x59\x8b\xf0\xb7\xf1\x31\x83\x52\xbe\x9f\x67\x10\xcb\xe5\x56\xa4\xed\x3e\x6b\xa9\xb0\x5c\x2e\x59\x44\xf8\xbc\x7e\x12\xb4\xb0\x15\x29\xb5\xcf\x92\xf8\x89\xc6\xd2\x5e\x9f\xb5\x54\x9c\xbc\x53\x2b\x5d\xcd\x5a\x1b\x61\x89\xdc\x8a\x76\x41\x9f\xd7\xdb\x30\x49\x2e\x16\xad\xcf\x44\xe3\xc0\xdd\x8a\x96\xf9\xcf\xb2\x82\xff\x7f\xbb\x25\x73\x9f\x89\xc9\x89\xbb\xdd\xda\xc8\x7e\xe6\xcb\x0f\xbe\x44\xe4\x86\x0c\x9a\x5f\xf9\xf9\x37\xee\x7c\x5e\xfb\xf9\xbf\x23\x5e\xa7\x0f\x7e\x80\xd7\xe6\x5f\x8e\xf5\x0d\x7f\xe1\x77\xc8\x98\xf7\x14\xe8\x0e\xba\x7d\x28\xef\xdb\x3b\xfe\x6f\xc6\xae\x1e\xc9\x72\x9b\x07\xe6\xdf\x29\xde\x0d\xbe\x27\x91\x12\x80\x64\x13\xc7\xf6\x1d\x44\x51\xac\xda\x60\x77\xa7\xc6\xbb\xf7\x77\x01\xdd\x1d\xd8\x4e\x1c\x4c\x15\xd1\xa5\x21\xf9\x48\x10\xfc\x6d\x00\x2e\x11\x0d\xc7\x23\x29\x4e\xe1\xc8\x27\x98\xcf\xa5\x7c\x60\xc3\x71\x3c\x32\x83\x81\xdc\x32\x71\x03\x3f\x80\xd3\x58\x07\xde\xe1\xda\x81\x55\x0d\x98\xf3\x48\x54\x27\x42\x75\xc4\xa0\xcf\x44\x55\x07\x6e\x05\x53\x54\x75\x30\x93\x81\xf5\x39\x63\xe7\x4c\xc6\x88\xe3\x06\x22\x60\x8a\x2e\xbc\xb2\x87\xa6\x05\x1f\xe2\x4e\x12\xf1\x0d\x87\x2f\x53\x44\xfc\x19\x75\x09\xbb\x19\xa8\x7a\x29\xb2\x3a\xd8\x54\x1a\x38\x92\x53\xc4\xfa\x4c\xa0\x9a\xd0\x9d\xe0\x8b\xd8\xc9\x40\xe1\x76\x60\xa5\xac\x40\xe1\x99\x40\xb9\xb0\xe3\xd1\x54\x2e\x76\x76\x86\xf7\x20\x33\x9a\x5a\xbf\xf6\x72\x89\xf3\xfb\x4b\xe5\x62\x40\xe3\x3d\x48\x8a\x21\x1c\xf9\x6c\xfa\x5e\xf9\x40\x39\xc1\xd6\x9b\xc1\xfb\xd1\x49\xe6\xbe\xc1\x0d\xdc\x54\xec\xef\x4c\x5c\x85\x37\x7d\xff\x08\x47\x3e\x38\x4f\x11\xa3\x3f\x13\x0d\xf8\x41\xfc\x10\x8e\xfc\xa9\x85\x5d\x5a\x8b\x0b\x55\x03\xdb\x63\x8a\xea\x3f\x49\xe9\x37\x1e\xa8\x28\xb6\xf8\x04\xb7\xbf\xe1\x74\x3e\x25\xf6\x2e\x7c\xe7\xd9\x79\x10\xe7\x18\x8a\x8e\x31\x84\x75\x87\x28\xf7\x93\x94\x7b\xc3\x73\x96\x19\x87\xc6\xc4\xc1\xda\x63\xa4\xc7\xa1\xda\x1f\xac\x25\x7b\x51\xbb\x3b\x04\xe2\x6e\x88\x6a\x33\x83\xaf\x64\x27\xf8\xef\x9b\x81\xc2\x96\xa2\x0b\x2f\x1d\x54\x2e\x34\xe2\x8c\xc3\x6d\xc6\x3e\x3c\xd4\xe7\xb8\x7d\x35\xb8\xbb\x9f\x71\x68\xc4\x1d\x98\xeb\x8d\x23\xe8\xe0\x5c\x4f\xe2\xbb\x81\xac\x96\xa2\x8a\x85\x71\xe7\xc0\x65\x04\xb7\x09\xa6\xfb\x66\xc6\x91\xc5\x08\x6e\x13\xc4\xf7\xd6\x54\xf9\xa1\xdc\xa1\x21\x08\xf8\x9a\x62\x08\x47\xed\xa9\x21\xda\x3b\x92\xf9\x6e\x46\x0d\xd1\xde\x91\xcc\x77\x43\x6c\xcd\x14\xbb\x70\x14\x6b\x84\x4d\x70\x14\x1c\x84\x2f\xc1\xc8\x1d\xeb\xed\x38\x35\xae\x4e\xb6\x4d\x67\x36\x6a\x9b\x93\xb5\xc1\xd4\x21\xf2\x78\x26\xf0\xab\xb0\xeb\x08\x93\xb9\x30\x14\xcb\x26\x36\x15\x8b\x3b\x59\xe3\x59\x44\x98\xd4\x15\x77\xb2\xe6\x6c\x34\x46\x53\x9b\x64\x8f\x9b\xf3\x57\x99\x34\xa1\xf6\x90\x74\xa7\x9b\x12\xbb\x04\xbe\xea\xcc\x55\x2c\x67\xa0\xa8\x07\xb0\xad\x71\x70\x9a\x7e\x14\x6e\x7c\xcd\x39\x98\x4d\x83\x1f\x37\xbe\xe6\xfb\xfe\x1f\xd6\x59\x0a\x10\x3e\x49\x3a\x37\xc4\x3d\x4c\x51\xa5\x43\x21\x68\x51\x4d\x96\x19\xdb\x59\x73\x9a\x4e\x6d\x67\xc1\x2e\xa7\x8b\xdf\x29\x76\x79\x26\x90\x3b\x2d\xaa\x6b\x6c\xe1\x3e\xd8\x9c\x16\xc0\x65\x19\xb8\xfb\x75\x5a\x00\x86\x25\x9f\xe0\x93\xb7\xd6\x04\x37\xc1\x55\x49\xac\x7f\x83\x41\xd8\x26\xe8\xe4\x9b\xf1\xa0\x45\x34\xf2\x4c\x20\x77\xec\xfb\xc2\x35\xb6\x9c\x3d\x70\xb2\x36\x9a\xcd\x1c\xb3\x99\x9f\x2c\x56\x83\x08\x41\xde\x8c\x27\x2a\xe1\x9a\xcd\x2a\xc8\x5b\x6b\x9c\xbc\x5d\x6d\xc6\xbd\xb5\xbb\x3e\x57\x75\xd8\x96\xd8\x63\x80\x27\x8e\x44\x07\xee\xc4\x4f\xe1\x28\x36\x76\xe2\x2e\x1c\xc5\x06\x61\xd6\xb2\x18\xe2\xf9\x39\xc6\x5c\xc8\x50\xe1\x95\xae\x39\x4d\x43\xc8\xca\x06\x1a\x13\xcb\x3b\x31\xc6\x33\x51\xa5\xf2\x18\x27\xe8\x2a\x6f\x92\x49\x6e\x41\xed\xd7\x56\x3f\xca\x37\x5e\xe2\x2c\x56\x93\x28\x7c\xdf\x59\x70\x72\x0a\x2d\x0d\xca\x09\x5e\xe3\x2a\x51\x8c\xf1\x4c\x54\x2d\x83\xea\x4f\x97\x78\x93\x14\x70\x0b\xea\xab\x4e\x0c\x02\x71\xdb\x2c\x68\x61\x2e\x35\x1a\x1c\xc3\x5b\x50\x03\x2f\x59\xf1\x72\x0c\xdf\xda\xa9\x6c\x1e\xc1\xc8\xbe\x33\x1b\x99\x18\xdc\x10\x1b\xa2\x89\xce\xb8\x34\x75\x5f\x58\x80\x05\xce\xfa\xe3\xe2\xd6\x2c\xe0\xe4\xce\xc0\x6b\x4a\x31\x84\xa3\x3a\x34\x49\x3a\x02\x20\x09\xdc\xc2\x58\x4d\x4d\xd1\xb5\xe7\x4f\xbc\x11\x57\xf5\xd9\x0c\x5c\x7a\x0c\x35\x03\x5e\x19\x5b\x70\xf2\x1b\x32\xb4\x03\x86\x16\x77\x00\xa2\x75\x67\x02\xd5\xe4\x64\x36\x34\x0e\x07\x5b\x2d\x94\x3d\xab\x39\xa0\x53\x08\x58\x90\xe2\x2e\x1c\xc5\x52\xa7\x74\x36\x10\x70\x55\xef\x6f\x2a\xcf\xd0\xec\x87\x67\xc9\xfe\xc6\xf2\x37\x86\x46\x22\xce\x06\x1c\x37\xb3\x29\x2a\x9f\x6a\x4e\x7f\x73\xfd\x3b\xd4\x9c\x38\x1c\x70\x50\xa7\xa6\x28\xd9\x99\xe8\x85\x53\x7b\x86\xe6\x33\x84\xa4\xf3\x37\xcd\xda\x50\x73\x96\x13\xbc\xd6\xd4\x0c\x5a\x32\xe0\x70\xc0\xdf\x9c\xce\x6e\x8d\x50\xdc\x43\xfb\x9b\xf6\xe8\x96\x59\xab\x0b\xe6\xc4\xa1\x25\xb7\x9a\x07\xaf\x9b\x1d\x9e\xd6\x52\x74\xe1\x35\x72\xd9\x9a\xb7\x5a\x07\xa7\x03\xce\x7b\xae\xb8\x35\xb4\x6e\xb6\xda\xc1\xec\xd5\x6a\x37\x5b\x87\xca\xa6\xfd\x3e\x68\xd3\x8d\x7b\x12\x04\xc2\xaf\xc4\x40\xed\xa9\x6b\xb7\x4c\xfe\x5d\x26\xbf\x73\x40\xdf\x6a\x33\x6c\xf7\xfd\xcd\xbd\xc1\xad\x35\xc0\xcd\xb6\x34\xd6\x46\x66\xed\x66\xa3\xe1\x64\x46\x21\xf1\x27\x59\xd4\xfe\xc6\xa5\xa1\x58\xd4\x99\x80\x8e\xd0\xdc\x4d\x4d\xbb\x78\x6c\xed\x6f\xae\xcb\xa6\xe6\x82\x7a\x75\xdd\x3a\x55\x64\xaa\x8d\x71\xfd\xed\xbc\xa8\x50\x48\xfc\x09\x9e\x75\xd3\xce\x69\xaa\x8d\xc1\xae\xf6\x8d\x6b\xee\xa9\xb5\x75\xd1\xac\x5b\xa7\x95\x9a\x9a\x75\xcb\x55\x5f\x7e\xce\x4a\xca\xaa\xc1\x45\x9f\xf3\x6a\x20\xa6\xc6\x33\xae\xbf\x7d\x53\xb1\x52\x4c\xdc\x73\xfb\x46\x85\x9d\x32\x6b\x38\xa7\xf0\x8d\x8b\x03\x9d\x53\x20\x82\x7e\xeb\xb4\x76\x3a\xa7\x60\x04\x7d\xdf\x70\x28\x0e\xb2\x35\x12\x06\x3c\x88\xbb\xf0\x6a\x04\x2e\xe3\x1e\x35\x31\x8e\x2f\x9c\x07\x9b\xf1\x68\x98\x23\x2a\x9f\x6f\x9c\x58\x1f\x59\x41\x1c\x54\xf8\x46\x63\xaa\x83\x0a\x84\xd0\x6f\x1d\x5b\xf7\x78\xb4\xb2\x41\x10\x3f\xdf\x6a\x66\x5a\x17\xd7\xf9\xeb\xaa\x75\x7e\xc7\x56\x3c\xa5\x43\xb0\x25\x5c\x26\x2d\x25\x17\x3c\x0b\x3e\x09\x3f\x84\xb3\xc7\xe8\x2e\x2c\xa5\x26\xb8\x7f\x79\x75\xb8\x82\x4b\x49\x79\x67\x3f\x75\x70\x41\x52\xba\x05\x67\xde\xd8\x3e\xaf\x8b\xb7\x4c\x99\xd8\xbe\xbc\xfa\x51\x9d\x97\xd2\x2e\xd8\x0a\xfe\xc7\x49\x56\xdf\xfe\xb5\xc0\xca\x6f\x55\xfd\x5c\x06\xd0\x51\xd1\xba\x78\x03\xb5\xc0\xcd\xeb\x47\xf5\xc8\x52\x58\xe9\x85\xb0\xd2\x1d\x3e\xe9\x53\xea\x82\x8f\x84\x6b\xe1\x9b\xd2\x29\xd8\x0b\xd6\xd7\x43\xf0\x93\xf0\x79\x12\x5e\x84\x73\x04\x75\x38\x14\x59\xa2\xf7\x2d\xf0\xf9\xe8\x57\x26\x25\xe5\x9d\x7d\xda\x4f\xb6\x18\x59\x76\x0b\x31\x9d\x3b\x14\x32\x25\x17\x7c\x15\xac\xaf\x55\x93\x51\xed\xcb\x9f\x73\xea\xe7\xd4\xb2\xbf\x77\xea\x05\x97\xfd\x0b\x11\x9a\x3b\x7c\x7e\x2d\x45\x62\x5e\x57\xc5\x79\xa2\x0b\xaf\x94\x76\xc1\xd5\xd3\xa7\x13\x3e\x05\x57\x05\xf9\x2b\x4f\x8c\xf7\x4c\x94\x02\x98\x32\xb9\x05\x57\x05\x4d\x99\xa8\xc8\x52\x2e\x38\xa3\x4a\x49\x79\xa7\x15\xe8\xf0\x2e\xb5\x10\x21\x1a\x89\xca\x24\xa0\x2e\x7c\xfb\x99\x89\xac\x20\x02\x38\xa4\xa4\x4c\x46\x75\xda\x9b\x45\x0e\x55\x30\x87\x7c\x07\x73\x65\x89\xff\xb7\xc0\xff\xa3\x93\xa7\x25\xfe\xdf\x02\xff\x8f\x5e\x9b\x96\xe2\x3e\x2f\x10\xfb\xfa\xc1\x7a\x93\xce\xb7\x10\xe8\x99\x8e\x8c\x52\xea\x82\xcf\x82\x0f\xc2\x26\xb8\x34\x36\xd0\x3b\xf4\xa9\x9d\x89\x3d\x15\x62\x67\x26\x97\xbe\xbe\x4a\x4f\xda\x4e\x78\x08\xce\x9f\x83\x98\xc1\x29\x71\xd4\x96\x67\x6d\x3a\xf6\x59\x97\xa9\xa9\x6a\xb7\xd1\xcf\xde\x09\x2b\xef\x51\x79\xd7\x3a\x7e\x0d\x4e\xbf\x6b\xd4\xcc\xb3\xd7\x35\x47\x0a\x53\xe8\xaa\xa3\xb3\x42\x39\xeb\x2c\xbc\x5f\xc2\x36\x66\xe9\x99\xcd\xc2\x33\x9b\xad\xb7\xbf\x0f\xe4\x14\xbe\x5d\x1f\xff\xfb\xed\xf7\xeb\xe3\x8f\xeb\xdb\xf3\xba\x7f\x7d\x7e\x3e\xdf\x7f\xce\xaf\xf7\xcf\xd7\xff\x13\x7d\xcd\x67\x7d\xfd\xfe\x7c\x3e\x7f\xfe\xf8\xf5\x79\x3f\xaf\x8f\x1f\x1f\xf9\x5f\xf5\xf7\x57\x00\x00\x00\xff\xff\x27\xed\x3a\x18\xe9\x30\x02\x00"); -var _gggg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\xbb\xb8\x6f\xe6\xf9\xa3\xd1\x08\x44\xa0\xe4\x72\x21\x5c\x6e\x5b\x92\xd2\xae\x1d\x69\x1c\x0c\x8d\x6c\x14\x7b\x91\x6f\x5f\xce\x73\xec\x14\xba\x08\x8e\x4f\xa4\x47\xe2\x77\x32\x33\x77\x0f\x8f\xdf\x1e\xd7\xc3\x39\xdd\xfd\xbe\x1d\xe7\xe7\x76\x4e\xfb\xc3\xba\x6c\xed\xfd\x78\xd9\xe6\x96\x5e\xda\xeb\x61\xed\x3a\xd1\xb4\x1c\xe6\xf3\xed\x6b\x7c\xcc\x6f\xbb\x53\xd7\xe1\xfe\xe7\x8f\xf7\x73\x7b\x7b\x5c\xf7\xc7\x64\xbc\x6e\xb9\x9c\xae\xd7\xa6\x74\xf7\xd4\x5e\x0f\xef\xe7\xed\x23\x7d\xf9\x65\x39\xbe\xb4\xff\xa5\xa5\xed\x91\xff\xb6\x2d\x6d\x3b\xac\xaf\xe9\xcb\x8f\xa7\xcf\xf0\xf9\x72\x3a\xfd\xdd\xde\xda\x7a\x4e\x43\x64\x6d\x5d\xe2\xb3\xbb\x7b\xf8\xb9\x3b\xfd\xba\x7b\x6b\xe9\x2e\xe6\x7c\xfd\xf1\xf4\x95\x97\xc4\x5f\xfe\x6c\xdb\xfb\xe1\xb8\x26\xf9\x7f\xce\xfa\x6f\xfc\xc7\xc7\xa9\x25\xb9\x4e\xf8\xeb\xe7\x71\x69\x29\xdf\xe6\x3d\x7e\x7b\x38\x5e\xd6\x73\x92\x5a\xfb\xca\x50\xf8\xda\xf3\x71\x69\xef\xa7\xdd\xdc\xb6\xdd\xfa\xda\xba\x94\xa6\x9c\x73\xbe\x4f\x93\x8f\xdf\xbf\xdf\xe3\x9d\xfe\x73\x45\x37\xf8\xf5\xce\xc3\xc2\xe4\x76\x47\xce\xfb\xfd\x7d\xca\xdd\x94\x85\xdf\x05\xdf\xb5\x2f\xdd\x94\x95\x89\x22\xe9\x45\xbb\x29\x1b\x13\x43\x32\x94\xda\x4d\xd9\x99\x38\x12\xc9\xea\xdd\x94\x7b\x46\x7d\x44\x5a\x31\xbb\x30\x2a\x11\xf5\x86\xe1\x03\xa3\x21\xa2\x61\xc4\xf4\xca\xa8\xc6\x1b\x64\xc7\xf8\x91\xd1\x18\x91\x65\x8c\xdf\x31\xda\x5d\xdf\x13\xe3\x5f\x18\xbd\x44\x54\x05\xe3\x67\x46\x33\x22\xcb\x03\xc6\x2f\x8c\x96\x88\x4c\x31\xbe\x31\x6a\x11\xf5\x15\xe3\xf7\x8c\xf6\x11\x55\xcf\xdd\x24\x94\x92\x90\xf2\x3c\x96\x6e\x12\x62\x49\x60\xb9\xf5\xda\x4d\x42\x2d\x09\x2d\x2f\xb9\x76\x93\x90\x4b\x82\xcb\x6b\xf1\x6e\x12\x7a\x89\x5f\x4d\x31\x9e\x5e\x12\x5e\xbd\x0d\x18\x4f\x2f\x09\xaf\xbe\x18\xc6\xd3\x4b\xc2\xab\xaf\x15\xe3\xe9\x25\xe1\x55\xc4\x31\x9e\x5e\x12\x5e\xc5\x33\xc6\xd3\x4b\xc2\xab\x14\x14\x2b\xf4\x92\xf0\x2a\x23\x9a\x15\x7a\x49\x78\x0d\x82\x6a\x85\x5e\x12\x5e\x83\xa3\x5a\xa1\x97\xb4\x6b\xff\x18\x4f\x2f\x09\xaf\x61\x44\xb5\x4a\x2f\x0d\xaf\x2a\xa8\x56\xe9\xa5\xe1\x55\x1d\xd5\x2a\xbd\x34\xbc\xea\x80\x6a\x95\x5e\x1a\x5e\x75\x44\xb5\x4a\x2f\x0d\xaf\x51\x51\xad\xd2\x4b\xc3\x6b\x74\x54\xab\xf4\xd2\xf0\x1a\x07\x54\xab\xf4\xd2\xf0\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5f\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\x77\xcc\x06\xb4\xab\x24\xd3\x20\x43\xfb\x78\x04\xcd\x74\x66\xa6\xe8\x57\x89\xa6\x0b\xb3\x1e\x05\x2b\xd5\xb4\x31\x1b\xd0\xb0\x92\x4d\xf7\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\xd6\xa3\x64\xa3\x9c\xe9\x6d\x81\xe5\x6e\x32\xd2\x59\xd0\x89\x65\xd4\x6c\xb4\x33\xae\x4d\x33\xf4\x6c\xc4\x33\x2e\x4e\xeb\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\x7a\x46\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\xbc\x47\xd9\x46\x3f\xa3\x9f\x57\xb4\x6d\xf4\x33\xfa\xf5\x82\xba\x8d\x7e\x36\xdf\x76\x05\x3c\x83\x7e\x46\xbf\xbe\xa0\x70\xa3\x9f\xd1\xaf\xaf\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xfd\xba\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xb6\x95\xe1\x19\xf4\x73\xfa\x55\x41\xe7\x4e\x3f\xa7\x5f\x75\x74\xee\xe3\x75\xdf\xde\x8d\xc8\x4a\xad\xb1\x7b\xdf\x76\x69\xfc\x8e\x73\xec\xf3\x6c\x99\x2f\xdb\xd6\xd6\x73\x9c\x62\x71\x80\xe0\x5c\x38\xac\xed\xf3\x44\x3c\x1d\x4f\xb8\x2b\x7e\xfe\x09\x00\x00\xff\xff\xbe\xfb\x35\x16\x3d\x07\x00\x00"); -var _cfdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x4c\x14\x85\xf7\xf3\x2b\x66\x99\x77\x91\xd7\xf7\xce\xb7\x40\x18\x4a\x42\xc0\x94\xb4\xa5\xe9\x17\x94\x2e\x64\x69\x64\x04\xb5\x24\x64\x79\x91\x7f\x5f\xee\x1c\xc5\x85\x1a\x8c\xec\x47\x33\x3a\xd2\x73\x34\xb3\x7b\x38\x3c\x1e\xc6\x61\xd5\xbb\x4f\xcb\xd4\xbe\xe4\x55\xf7\xc3\xd8\x2d\xf9\x32\x5d\x97\x36\xeb\x63\x3e\x0d\xa3\x52\x6c\x74\x37\xb4\xeb\xdb\xdf\x72\x68\xcf\xcd\xac\x94\xcc\x7f\x79\xbd\xac\xf9\x7c\x18\xfb\x49\x5b\x8c\xeb\xae\xf3\x36\x56\xeb\xdd\xe7\x7c\x1a\x2e\xeb\xf2\xaa\xef\xde\x75\xd3\x31\xff\xa7\xbb\xdc\x0b\xff\xb8\x74\x79\x19\xc6\x93\xbe\x7b\x3f\x2d\xb9\xe1\xdb\x89\x97\xeb\x3c\xff\xce\xe7\x3c\xae\x9a\x0a\xcb\x63\x57\x8e\x6a\xf7\xf0\xdc\xcc\x1f\x9a\x73\xd6\xbb\x72\xad\x7b\xcc\xbc\xc7\xb0\x72\xf6\x5b\x5e\x2e\xc3\x34\xea\xea\x7f\xa2\xf0\x17\x7f\x79\x9d\xb3\xe6\xed\x2a\x3f\xbe\x1e\x1e\xf5\x4f\xd6\x4c\xda\x78\x47\xe9\xd7\xc6\xbf\x3f\x4f\x5d\xde\x32\xcb\x93\x3d\x4c\xd7\x71\xd5\x95\xb5\x16\x8c\xf1\x54\xed\xd4\xe5\xcb\xdc\xb4\x79\x69\xc6\x53\x56\x5a\xd7\x44\x44\x7b\x5d\x1b\xf7\xf4\xb4\x97\xdb\xfd\x67\x84\xb2\x71\x9b\x39\x74\x20\x6f\x33\x88\xfa\x7e\xaf\xe5\x43\xaa\x26\x06\x63\x30\xe3\x83\xaa\xc9\x80\x19\x30\xcf\x46\xd5\x64\xc1\x2c\x58\x0c\x49\xd5\xe4\xc0\x5c\x61\x4c\xc6\xa9\x9a\x3c\x98\x07\x33\x49\x32\x02\x58\x00\xf3\x56\x32\x22\x58\x04\x8b\x95\x64\x24\xb0\x54\x98\x21\x27\x19\x15\x58\x05\x66\x49\x32\x1a\xb0\x06\xcc\x07\xc9\x38\x82\x1d\xc1\x12\x4b\x46\x0b\xd6\x16\x66\x29\x4a\x46\x07\xd6\x81\x59\x23\x19\x19\x2c\x83\xf9\x24\x19\x3d\x58\x0f\x96\x1c\xa9\x9a\xe1\x8f\xe1\xcf\x51\x15\x54\xcd\xf0\xc7\xf0\xe7\xac\x37\xaa\x66\xf8\x63\xf8\x73\x81\x92\xaa\x19\xfe\x18\xfe\x5c\x0a\x4e\xd5\x0c\x7f\x0c\x7f\x9e\x8d\x64\xc0\x1f\xc3\x9f\xb7\x51\x32\xe0\x8f\xe1\xcf\x07\x2b\x19\xf0\xc7\xf0\xe7\x53\x92\x0c\xf8\x63\xf8\x0b\xec\x24\x03\xfe\x18\xfe\x82\x23\xc9\x80\x3f\x86\xbf\x10\xa4\x73\x86\x3f\x86\xbf\x50\x49\xe7\x0c\x7f\x0c\x7f\x91\xa5\x73\x86\x3f\x86\xbf\xe8\xa4\x73\x86\x3f\x86\xbf\x18\xa4\x73\x86\x3f\x86\xbf\x58\x49\xe7\x66\x7b\x63\xe1\x2f\xb1\x74\x6e\xe0\xcf\xc0\x5f\x72\xd2\xb9\x81\x3f\x03\x7f\x29\x4a\xe7\x06\xfe\x0c\xfc\xa5\x4a\x3a\x37\x6e\x5b\x01\xd1\xed\xb5\xae\x0c\x87\xb2\x0e\xde\xde\x77\xf9\x2d\x1b\xc6\x6d\x01\xb7\xd7\x65\xc9\xe3\x5a\xb6\x8b\xb2\x42\x65\x85\x0d\x63\xbe\x6d\x3d\xf3\x34\xcb\xac\xf2\xfd\x13\x00\x00\xff\xff\x1d\x46\xc4\xed\xa6\x04\x00\x00"); -func _cgda ()([]byte ,error ){return _c (_efbf ,"UniGB-UCS2-V")};func _abeb ()([]byte ,error ){return _c (_cebc ,"UniKS-UTF8-V")};func _aabcga ()([]byte ,error ){return _c (_aaff ,"UniGB-UTF16-H")};func _ccfg ()([]byte ,error ){return _c (_acbe ,"HKscs-B5-V")}; -func _gdaa ()(*asset ,error ){_bbaee ,_bcgg :=_fgfa ();if _bcgg !=nil {return nil ,_bcgg ;};_fddg :=bindataFileInfo {_dae :"KSCpc-EUC-V",_fb :715,_ae :_be .FileMode (436),_g :_a .Unix (1580493255,0)};_gfbc :=&asset {_dd :_bbaee ,_ef :_fddg };return _gfbc ,nil ; -};var _daega =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x4f\x8b\x24\xb9\x11\xc5\xef\xfd\x29\xf2\xb8\x3e\xac\x3b\xf5\x2f\xa5\x80\x65\xc0\xcc\x60\xdc\x0b\x6b\x2f\x9e\x9d\xb5\xc1\xf8\x20\x65\xaa\x86\x02\x77\x75\x51\xdd\x7d\x98\x6f\x6f\x22\xe2\xbd\x5a\x16\xfb\x30\xd4\xcb\xdf\xa8\x42\x11\x4f\x21\xa5\xba\x1e\x3f\x3e\x7d\x7a\xba\x9c\xdf\x96\xc7\x9f\x6f\x2f\xfb\xe7\xf9\xb6\x9c\xce\x97\xe3\x36\x5f\x5f\xde\x6f\xfb\x5c\xc6\xfc\x7a\xbe\x3c\x3c\x84\xb8\x1c\xe7\xfd\x8d\x8f\xf6\xb1\x3f\xf7\xeb\xc3\xc3\xe3\x97\xcb\xf9\xc7\xa7\xcf\xdf\x7f\xf9\xe5\xcf\xed\xfb\xbf\x2c\xef\xaf\x13\xfc\xe3\xd3\xa7\xcf\xdf\x5e\xdf\xe6\xf3\xd3\xe5\xf4\xb2\x24\xff\xfe\xf1\x7e\x45\x8c\x65\x79\xfc\xfb\xfc\x7a\x7e\x7d\xbb\x7d\x5b\xbe\xfb\xd3\xf1\x32\xe6\x1f\x96\x63\x9e\x94\xff\xed\x76\xcc\xdb\xf9\xf2\x75\xf9\xee\xc7\x7e\xed\x97\x70\xff\x8f\xcf\xef\xd7\xeb\x7f\xe6\xf3\xbc\xbc\x2d\xd9\xd8\xbc\x1c\xf6\xf9\xf0\xf8\xf1\xa7\x7e\xfd\x6b\x7f\x9e\x0b\xf2\xf9\xf9\xf6\xe2\x29\xfd\x6a\x03\xec\xff\x7f\x9d\xb7\xd7\xf3\xcb\x65\x09\x7f\x5c\xd7\xf2\x1b\xfe\xe5\xdb\x75\x2e\x01\x71\xfe\xf9\xe5\xe9\xd3\xf2\xaf\xb0\x84\x75\x89\xa5\xa4\xed\xdf\xe0\xff\xf8\xe9\xe5\xb8\x8f\x0a\xeb\xea\x55\xec\xe7\xe3\xd6\x2f\x5f\xe7\xc3\x0f\x7b\x1c\xeb\x87\x05\x1f\x2d\x6e\xf2\xf0\xc3\x8c\x6d\x15\x85\x14\xb5\x49\x02\x2e\xc4\xc5\x70\x04\xde\x88\x37\xc3\x05\xb8\x11\xcb\x87\x25\xc4\x50\x19\x65\x27\x3f\x3e\x2c\x55\xca\xe6\xb8\x33\x78\xf7\xe0\x0d\x98\xc1\xbb\x07\xaf\x8e\x47\x04\x56\xd1\x22\x63\x8f\x44\x9c\x14\x37\xc7\x1b\xeb\x31\x51\x53\x03\x0d\xa4\x41\xe9\x06\x1a\x49\xa3\x52\x01\x4d\xa4\x49\x69\x05\x2d\xa4\x45\x4b\x8c\x21\x1b\xaf\x2d\x3b\x37\xd1\x52\x08\xc0\x85\xb8\x18\x5e\x81\x37\xe2\xcd\xb0\xdb\x5a\x59\xb9\x89\xb6\xde\x71\x25\xae\x86\x31\x65\x6f\xc4\xcd\x30\xa6\xec\x42\x2c\x86\xdd\x90\x46\xb3\x1b\xcc\xf6\x25\x6b\x03\x4b\x63\xa2\x36\xf1\xd8\xa3\x9f\x1c\x9b\xe0\x1a\x48\x6e\xee\xaa\xe4\xa6\xfe\xe5\x16\x80\x23\xb1\x5a\x95\xab\x00\x67\xe2\x62\xa3\x0b\xf0\x46\x5c\x0d\x27\xe0\x46\x2c\x86\x19\xa4\x13\x0f\xc3\xcc\x64\x27\xd6\xbc\xb3\x30\xf6\x41\x7c\x18\xe6\xe8\x49\x3c\x0d\x6f\xc0\x27\xe2\x93\xe1\xe6\x58\x58\xa5\xf5\x4e\x59\x91\x20\x9a\xc7\x45\x2d\x2b\xa6\x14\x16\x6f\xdd\x53\xd6\x0c\x9c\x88\x93\x61\x4c\x29\xf4\x44\x45\xcd\x02\x07\xd1\x56\x2e\x6a\x16\x4e\x49\xab\x6c\x9f\x65\xdf\x7e\x92\xa5\x12\x9b\x83\xc2\x29\xe9\xa0\x8a\x9a\x05\x0e\x8a\x10\x8b\x65\xc2\x29\x69\xac\x8a\x5a\xd6\x15\x78\x10\x0f\xc3\x9c\x92\x7e\xab\xa8\x25\x32\x41\xfa\x6d\x3b\xbb\x44\xf8\x2d\xf4\x5b\x45\x2d\x91\x56\xd1\x6f\x15\xb5\x44\xe4\xdd\xe9\x77\x37\xbf\x23\xac\xea\xf4\xbb\x9b\xdf\x11\xe5\x74\xfa\xdd\xcd\xef\x88\x45\xeb\xf4\xbb\xab\xb1\x25\xa1\x9c\x4e\x63\xad\xed\x4b\x42\x26\x9d\xc6\xda\x19\x53\x12\xca\xe9\x34\x56\x45\x2d\x09\xc5\x77\x1a\xab\xa2\x96\xc4\xbc\x69\x6c\x37\x63\x13\x8a\xef\x34\xb6\x9b\xb1\x89\xe5\xd0\xd8\x6e\xc6\x26\xe6\x4d\x63\xbb\x19\x1b\x98\x20\x8d\xb5\x0d\x58\x02\x62\x0f\x5a\x35\xcc\xaa\x80\xd8\x83\x56\x0d\x6b\xb6\x88\xe2\x07\x9b\x6d\x98\x27\x2b\x83\xd0\x93\x61\x55\xae\x30\x76\xb0\xca\x61\x55\xae\x48\x70\xb0\xca\x61\x79\x07\x78\x32\x98\xe0\xb0\x04\xb3\x3b\x58\x78\x42\x98\xa8\x25\x07\xe0\x40\x6c\x6b\x99\x57\xe0\x48\x6c\x6b\x99\x23\x70\x22\xb6\x72\x72\x05\xce\xc4\x56\x4e\x16\xe0\x42\x6c\x4b\x9c\x37\xe0\x8d\xd8\x96\x38\x37\xe0\x4a\x6c\xc5\x17\xe6\xdd\x88\xad\xf8\xc2\x4c\x84\xd8\xd6\xb2\x78\xde\x8d\xbb\xc1\x44\x8b\x31\x00\x1f\xc4\x87\xe2\x20\xc0\x93\x78\xda\xe8\x08\x7c\x22\x3e\x19\xf6\xd8\x3b\x3d\x31\xa1\x2f\x51\x4f\x7c\x72\x3b\x98\x68\xd1\x56\x2d\xb5\xd5\x9d\x55\xa1\x16\x36\x3b\x1f\xf5\xa9\x01\xdb\x61\x25\x2b\xb0\x9f\x4a\x10\x2d\xd6\x15\x38\x13\x17\x1b\x1d\x80\x77\xe2\xdf\x5e\x0e\xc9\xdf\xe2\x77\x81\xd7\xb9\x3e\x9d\x88\x4f\x86\x7d\xca\xc0\x04\x4d\x54\x09\x0d\x38\x11\x27\xc3\x02\x5c\x88\x2d\x93\xb8\x02\x57\xe2\x6a\x38\x00\x0b\xb1\x18\x8e\x8e\x3b\x63\x77\x8b\x1d\x93\xde\xbf\xee\x57\xa0\xff\x77\x2b\x9a\x49\xaf\x0e\xfe\xad\xe8\x19\xc5\x0c\x5c\x88\x3d\xa3\x02\x5c\x89\x3d\xa3\x0d\x78\x12\x4f\xc3\x6e\x42\xf4\x53\x15\xa2\xc5\x1a\x81\x77\x62\xeb\xa3\xea\x65\xc5\x0e\xcb\x4c\x54\x89\x0d\x98\x09\xa2\x2c\x01\x66\x82\x76\xc4\x49\x5a\x81\x99\xa0\x9d\x65\x92\x18\x5b\x88\xcd\xb2\xe4\x99\x24\x16\x9f\xbc\x78\x3b\x10\x53\x4b\x9c\x32\xf9\x94\x29\x03\x17\x62\x9f\xb2\x00\x57\x62\x9f\x72\x03\x9e\xc4\xe6\x49\x72\x4f\xd2\x60\x90\xb1\x19\x6e\xc0\x3b\xb1\x37\x9d\xe7\xbd\xfb\xc1\x02\xd1\x52\x59\x81\x03\xb1\xee\x96\x20\xa5\x81\x27\x72\x6d\xf4\x94\x88\x33\x71\xb6\xe1\x1b\xc3\x14\x72\xbb\xa7\xa1\xfc\xdd\xcf\x10\x08\x1d\xce\x64\x2a\x79\x75\x5e\xc0\x1b\x79\x73\xce\x38\x42\x2e\xce\x99\x4e\x27\xef\xce\x37\xf0\x41\x3e\x8c\x57\xa6\xb9\x93\xef\xce\x23\xf8\x41\xee\x3b\x92\xc3\x61\xfc\xae\xbb\x5d\x87\x23\x1d\x6e\x77\x13\x55\x32\xaa\x12\x9a\x20\x66\x42\x46\x14\xa1\x09\x62\x97\xd5\x44\x4c\x0f\xc4\x3d\x68\xe4\xf4\x40\x45\x4b\x49\x80\x69\x81\xb8\x05\x0d\xa9\x0b\x2d\xd0\xc3\x44\x79\x06\xbf\xe7\x3e\x6d\xbd\x99\x3a\x0e\x99\x5d\xb7\x86\x0e\x87\x93\x7e\x2b\x80\x68\x09\x7b\x63\x67\xff\x9a\x68\x29\x73\x34\x0d\xe8\xde\x06\x6c\x32\xf6\xb5\x09\xe5\x98\xb5\xd3\x02\xbb\x2e\x48\xe1\x70\x5a\xe0\xfd\x9e\xd1\x05\x9d\x0e\x74\x2f\x55\xb0\xaa\x9d\xa5\xaa\x68\xa9\x10\x73\xb1\xed\x62\x20\xac\xb4\x73\x4d\xbb\x1b\x23\x2c\x89\xc6\xe8\x15\x20\xc4\x75\x85\x91\x83\x3b\x41\x45\x4b\xdc\x08\x83\xc6\x8c\xe8\xc3\x91\xe4\xa0\x33\xc3\x37\x08\x6c\x1f\x74\x66\x14\x1f\xce\x30\x74\xc0\x37\x6b\xae\xc0\x74\x40\x45\x88\xfe\xb7\x89\x3e\xd2\x02\x15\xca\x51\xeb\x60\x17\xa8\x68\x29\xa3\xd6\x41\x67\x54\xe8\x70\x86\xa7\x35\x2a\x5a\xca\xb0\x80\x47\x84\x09\x1d\x8e\xd6\x1b\xb4\x4c\x85\x72\x26\x7f\xb7\xec\x64\x1c\x6f\x95\x83\x67\x8a\x09\xe5\x11\x3c\x90\x07\x8f\x23\xe0\x91\xdc\x9a\x0c\x26\x1c\x3c\x6b\x0e\x3b\x25\xe2\x1a\x13\x78\x25\xaf\xb6\x22\x1c\xde\x88\xdd\x9b\x48\x2e\xe4\x76\x32\x67\x26\xd9\x89\xbb\xb5\x47\x06\x1e\xc4\xee\x01\x5e\x12\x07\x8f\x82\xc3\x8f\x82\xcc\x5c\x26\xb1\x6d\xa7\xc4\x39\xb1\x9d\x0e\x71\x07\xb0\xb9\x0f\xa1\x03\x7e\x7d\xc0\xbe\x39\x84\x06\x88\x37\x13\xba\xe6\xe0\xb5\xc2\x84\x72\x8e\xcf\xe4\xd9\x79\x01\x2f\xe4\xee\x18\x0e\x89\x83\x67\x8a\x89\x96\x32\xc2\xb3\x0d\x4c\x84\xb8\xde\xf9\x4e\xee\x1e\xb0\x58\xf6\xc1\x81\x3e\xc8\x58\x57\xf6\x81\x09\xe5\x01\x9c\x2e\xa8\x68\xc9\xde\xfc\xa7\x81\xd3\x5c\x85\xd8\x9b\x48\x80\x77\x62\x7b\x69\xdb\x59\xae\x4f\x93\xd8\x6e\x79\x15\x41\xfc\x7c\x83\x08\x31\xd8\xdd\x4a\x1f\x0f\x72\x5b\x27\xeb\xf8\xd3\x40\xc7\x43\x54\xb1\xbf\x3d\xf5\x89\xa3\x87\x8d\x5e\x11\xdc\x13\x87\xa8\x4d\x56\xc3\x87\x20\x88\x89\x2a\xb6\xe5\xf5\x69\x27\xf6\x37\xeb\x06\x7c\x10\x7b\x6c\xe2\x49\x3c\x71\xf9\xfb\xfd\x25\xea\x7f\xae\x50\xa7\x71\xf2\xe3\x16\xa2\xb6\x26\xbf\xfb\x8e\xea\xe7\x7e\x7d\xb8\xff\x04\xb6\xbf\xdf\x6e\xf3\xf2\x66\x3f\xb8\xd9\x2f\x5c\xcb\x31\x4f\xe7\xcb\xbc\xff\xa8\x77\x7d\xb9\xea\xb7\xec\xdf\x7f\x03\x00\x00\xff\xff\x74\x27\x17\x14\x00\x14\x00\x00"); -func _bbc ()(*asset ,error ){_becb ,_fafc :=_dfbd ();if _fafc !=nil {return nil ,_fafc ;};_cbfe :=bindataFileInfo {_dae :"Adobe-KR-8",_fb :2133,_ae :_be .FileMode (436),_g :_a .Unix (1580491451,0)};_dba :=&asset {_dd :_becb ,_ef :_cbfe };return _dba ,nil ; -};func _dbgf ()(*asset ,error ){_beed ,_ecdbe :=_ageb ();if _ecdbe !=nil {return nil ,_ecdbe ;};_bgeea :=bindataFileInfo {_dae :"UniKS-UCS2-V",_fb :737,_ae :_be .FileMode (436),_g :_a .Unix (1580493030,0)};_gdde :=&asset {_dd :_beed ,_ef :_bgeea };return _gdde ,nil ; -};func _db ()([]byte ,error ){return _c (_gg ,"78-H")};func _cfb ()([]byte ,error ){return _c (_gffga ,"Roman")};func _fgga ()([]byte ,error ){return _c (_gda ,"H")};func _acce ()(*asset ,error ){_fceb ,_ggcd :=_ffegc ();if _ggcd !=nil {return nil ,_ggcd ; -};_gfece :=bindataFileInfo {_dae :"UniJIS2004-UTF8-H",_fb :214224,_ae :_be .FileMode (436),_g :_a .Unix (1580492828,0)};_beddd :=&asset {_dd :_fceb ,_ef :_gfece };return _beddd ,nil ;};func _fede ()([]byte ,error ){return _c (_cba ,"Adobe-CNS1-7")};func _gbeg ()(*asset ,error ){_fbge ,_fecb :=_ccgc (); -if _fecb !=nil {return nil ,_fecb ;};_gcge :=bindataFileInfo {_dae :"UniCNS-UTF16-V",_fb :617,_ae :_be .FileMode (436),_g :_a .Unix (1580492702,0)};_bdaa :=&asset {_dd :_fbge ,_ef :_gcge };return _bdaa ,nil ;};func _egfb ()([]byte ,error ){return _c (_afgcf ,"UniKS-UTF16-H")}; -func _feegb ()(*asset ,error ){_bdfee ,_bedd :=_dgca ();if _bedd !=nil {return nil ,_bedd ;};_ffbg :=bindataFileInfo {_dae :"KSC-EUC-H",_fb :9483,_ae :_be .FileMode (436),_g :_a .Unix (1580492494,0)};_gbgg :=&asset {_dd :_bdfee ,_ef :_ffbg };return _gbgg ,nil ; -};var _dfbdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xfa\x8f\xff\xfc\x5f\x7e\x9f\xfa\x7f\xfc\x1f\xf9\x99\x5f\xff\xb7\xe7\x2f\x7f\xfd\xe3\x9f\x7e\xf9\x4a\xff\xed\x91\xfb\xdf\xff\xfc\x5f\xfe\xfd\xcf\xcf\x57\x8a\x5e\xfe\x8f\x7f\xfe\xc3\xef\xbe\xfe\xcf\xf4\x95\x8e\xaf\xdc\x7a\x4a\xff\x57\xfc\xfd\x7f\xff\xcf\x7f\xba\x9f\xaf\xc3\xb7\xe2\x0a\xae\x3f\xdd\xcf\x5f\xff\xfc\xb9\x9e\xbf\x7c\x7e\xf9\x97\xe7\x37\x5f\x5f\xbf\x3d\x8e\xe3\xf8\xf1\xb5\xff\xfd\xf6\x77\xe3\xf7\xbf\xff\xb1\xff\xf6\xbb\x79\x1c\xbf\xfb\xc7\xfd\xf7\xdf\xfe\xee\xbf\xff\xfd\xef\x7f\xf7\xfb\xf8\xfb\xff\xf0\xf7\x6f\x7f\xcf\xdf\x9e\x5f\xee\xff\x4f\x8f\xbf\x49\x0e\xf4\xcb\x9f\xfe\x76\x3f\xaf\x7f\x8b\x31\x7e\x7b\x1c\xe9\xfd\xf1\x95\x76\xab\xff\xfa\xe7\xdf\xa4\xe3\x88\xd9\xfd\xf1\xbe\xfe\xef\xcf\x5f\x76\x83\x76\xfd\xf8\x5a\x63\x3f\x8d\xfd\xb4\x78\xba\x7f\x7c\xad\xca\xd3\xf3\xe3\x2b\x1d\xc7\x7e\xfc\x1c\xbb\xcb\xfd\x50\xf7\xdf\x68\xf2\x69\x3f\xbe\xba\x7f\xec\x3f\xbe\x56\xe1\x69\xfc\xf8\x1a\xd9\x26\xf3\xc7\x57\xaf\x7e\xb9\x7e\x7c\xa5\x96\x79\xfc\xfc\xf8\x4a\xd5\x0f\xce\xdd\x15\x63\x7e\xae\xfd\x81\x3d\xdc\xfb\xd1\x6e\xf7\xf8\x8d\xa9\x7c\xf6\x92\x32\xdf\x9e\xc7\x8f\xaf\xe1\x0c\xce\xf4\xe3\xab\x3b\xd7\xb3\xee\xd1\x1a\x8f\x6d\x37\xf3\xdb\xfe\xe3\x6b\x8c\xc9\xe3\xf8\xf1\x95\x92\xcd\xe6\x8f\xaf\x54\x6c\xb6\x67\xd6\x99\xce\xc9\xcc\xfc\xeb\x9e\x59\x66\x3a\x27\x03\xf7\xfd\x78\xf5\xdd\x8c\x7e\xef\xb1\x07\x66\xb4\x7b\x77\x56\x59\xdb\xbd\xbf\x6d\x74\xf6\xec\x6f\x9d\xce\xcb\xb7\xf4\xf0\xf2\xed\x9e\x4e\xda\x5b\xb5\x4a\xef\x3c\x27\x9e\x13\xcf\x79\xf7\x31\x9a\x3f\x14\x5e\xfa\xe2\xa5\xf2\x52\x06\x2f\xac\x71\x30\x42\x3a\xba\x6d\xec\x78\xf0\x32\xec\x6d\xf2\x32\x0b\x2f\xcb\x17\x7b\xfb\xfc\xf8\xca\x47\x29\xfe\x72\xf2\xc2\x0e\xa5\xe3\xb2\x37\x3f\xbb\xed\xcd\x5f\x1e\xa7\x63\xd7\xaf\xbf\x6c\x80\xa5\x74\xd0\x41\xe6\xb3\x94\xfc\x85\xb9\xa5\xcc\xda\xe8\x2c\x15\x9e\x6d\xd1\x1d\xdf\x97\xe1\xf8\x4c\x26\x39\x67\x36\x25\x25\xe7\x3c\xfc\xe5\xb3\xdb\x2f\xfb\x3d\x37\x96\x82\x06\x29\x39\xe3\x69\x5f\xce\x78\xd9\xfc\x71\x14\x9b\xbc\x8e\xc2\x4b\x76\xc6\x42\x33\x27\x7f\x01\xe8\x39\xfb\x8b\x2f\x02\x7d\xda\x46\xa0\x2f\xd6\x9f\x5d\x00\x58\x92\x32\x40\x9f\xc9\x36\x93\xa9\x31\x81\xbc\xf6\x73\x02\x2e\x99\xe9\x77\x47\x3c\x79\xf6\xef\x31\x49\x60\x94\x63\x92\x7c\x55\x62\x92\x6c\x6c\xd9\x60\xad\x8c\x50\x9c\x62\x66\xc1\xa5\xf8\xe2\x47\x31\x5f\x3f\x8b\xf9\x32\x4a\x71\xbe\x1c\xbd\x54\x02\xe0\xb6\x99\x76\xc0\xf8\x45\x80\xc7\xf8\x1f\xa1\x6f\x1b\x91\xa4\xda\xdb\xc5\x8b\x9b\x54\x04\xb9\x0b\x28\x22\x49\xb5\x03\x57\x93\x01\x5f\x8d\xd5\xd0\xa6\xb2\x1a\x20\x59\x37\xca\xfb\x7d\x0d\x84\x67\x8c\xea\x5a\x06\x6b\xa9\xcd\xd1\x0b\xd4\x30\x28\xd8\xff\x1f\x4d\x4b\xd5\x85\x8a\xa5\xd5\xd3\xd0\xd9\xa5\x2a\x66\x0d\x87\x5a\xce\xc6\xcf\x3c\x0d\xd9\xa1\x40\x2d\xf7\xbf\x6e\xb2\x58\x04\x40\xbd\xd9\x33\xd6\xd2\x0e\xfb\x65\x07\x5a\x20\x3c\xd0\x6c\xac\x86\xf1\xda\x5e\x4d\x05\x2a\xcd\xb5\x88\x7b\xcd\x7d\xe9\x7e\x1f\xfb\x62\x4f\xee\x8b\xeb\x6f\x71\x10\x6c\x13\x07\xc1\xde\xdc\x17\xf7\xb2\x9d\xbe\xd8\x5b\x1c\x05\x96\xd8\xe2\x28\x38\x99\xd8\x17\xd6\xdb\x3c\xbc\xd0\xaa\xd4\xf7\xbe\x88\xc7\x7d\x1f\x84\x4c\xe3\x2e\x21\x12\x5d\xbb\xfb\x32\x69\xdc\x5d\x8b\x88\xd0\x5d\x4b\xf3\x97\x38\x13\xb6\x71\x2d\xc5\xcf\x3c\x13\x2c\xa5\x7b\x26\xfc\xc8\x33\xc1\xdc\xbb\x67\xc2\x89\xc4\x3a\xfc\x21\xd6\x01\x88\xfa\x43\x4f\x3e\xbf\xf4\xc4\x4e\x8d\xd8\x11\x5f\xdc\x91\xc9\xfa\x86\xa7\x45\x5a\x39\x3c\x2d\x8e\x32\xaa\xc7\xc0\xcf\xc4\x30\xb7\x74\xb8\x12\x97\x35\x62\x57\xec\x60\x9f\x16\x4f\xde\x70\x4f\xdc\xec\xe1\x9e\x48\x43\x47\xec\x89\x9f\x05\x41\xf5\xe5\xde\xcd\xed\x69\x9f\x7b\x4f\xdd\xda\xc0\x16\x3a\x0b\x50\x4f\x51\xf1\xca\xbe\x30\x8d\x0b\xfc\x13\x0a\x97\x50\xf0\xa3\x97\xbf\x03\xaa\xfb\x00\x22\x2c\xe8\x4e\x7c\x43\xdb\x3b\xf3\x77\x66\x7a\x17\xfe\xee\x73\xe5\xef\x8c\x7c\xc7\x11\x63\x46\xb7\x3c\x45\xfe\x70\x0b\x00\x89\xcf\x2d\x5a\x4a\xb9\x6f\x4f\x91\xc8\x77\x0b\x02\xa9\xed\x1d\xe4\x82\x6d\xbe\x05\x81\x67\xea\x75\x1c\xe1\xf1\x22\x6d\xb0\xc0\xbc\xa9\xd2\xaa\x34\xcf\x1e\xb0\x09\xf6\xe4\xc6\x4a\xd2\xe4\x59\x90\xd0\x55\x6e\x01\x2c\xbf\x62\x2d\x20\x72\xf6\x88\x4d\xb0\x3d\x37\xd6\x32\x0f\xbf\x92\x54\xc7\x67\xd3\x97\xc5\x0b\x78\x99\xed\xf8\xc3\xb3\x7f\x97\x1e\xd8\xfa\x72\xf4\x83\x97\xc7\x17\x07\x79\x1d\x84\x26\xdd\xd9\xb3\xcf\xb9\x27\x99\x03\x23\x7a\x78\xa6\x8b\xf4\xf0\x4c\xe8\x7b\xee\xce\x32\xd9\x81\xb3\x04\x81\x72\x8f\x59\x0e\x5e\x00\xf2\x9c\xed\x3b\x42\x98\xe3\x0c\x2d\x7b\xbf\x9d\x9e\x2f\xd2\x82\xe5\x50\x4e\x9c\x9d\xce\x9e\xa2\x99\x18\x37\x4e\x11\x0c\x37\x0f\xe1\x0e\x6a\xe5\x21\xdc\x0f\xdb\xb8\x24\x78\x4e\xde\xa7\x68\x55\xd8\x6a\x1e\xae\x68\xfa\xe2\x22\x38\xd1\xd9\x93\x33\x0f\x3b\x73\x45\xd5\xce\x4e\x7f\xb1\x4d\x4c\xda\xd9\xc4\xa4\xf9\x65\x3a\x4f\x64\x99\x3c\x03\xc0\xcc\x73\x3a\xcf\xc3\x17\x50\x1d\x4a\x95\xa7\xd3\xe4\xe8\xe6\xe9\x6c\x38\x1c\x79\x3a\x1b\x38\x68\x9e\xce\xa6\xf8\x99\xe7\x18\xe9\x2d\xcf\x8b\xa5\xf9\x95\x33\x73\x9d\x53\x3c\x48\x0e\x23\x38\x91\x3f\xf2\x72\x9a\x9c\xd3\xbc\x9c\xa6\xb3\x59\x1c\x48\xf1\x73\x39\x33\xf1\x7b\x89\x13\x90\xc7\xbc\x62\xe7\xed\xcc\x69\x2e\xdb\x88\x88\xcb\xce\x9c\x4d\xf2\x97\x98\x00\xe0\xfc\xc4\x98\x74\xf0\x89\xa3\x03\xd0\x4e\xa7\x06\x39\xc9\xa7\xbf\xb8\xd3\xa7\xb8\xe7\xa2\xb7\x28\x2c\x06\x9d\x7b\xf9\xfc\xed\xb2\x53\x77\x02\xa9\x58\xd0\x5d\x32\x5b\x08\x48\xbe\x9c\x7a\xb5\xc5\xfa\x29\xbe\xe7\x6b\xc3\x57\x54\xbe\xce\x1f\x5f\x10\xd5\x7c\xb9\x1a\x88\x45\x96\x86\x89\x0e\x77\xcc\x9f\xfe\x7f\x52\x1e\x5f\x42\x9a\x05\x00\x50\x1e\x31\xf8\x0e\xd2\xcb\xb8\x9b\xee\xb8\xa8\x5b\x1e\xd2\xfc\xc6\x0d\x83\xb7\x95\x2d\x89\x33\x8b\xb2\xc5\xed\xe5\x53\xfd\x39\xdf\xb2\x25\xed\x0c\x51\x28\xc7\xaf\xa3\x94\x2d\x31\xa7\xe2\xb7\x7b\xee\xc5\xae\xee\xbf\xaf\xb9\x28\x20\x4f\x98\x4b\x49\x62\x15\xec\xbb\x28\xaf\x4e\x24\x94\xa2\x84\x39\x61\x81\x45\x09\x73\x36\x5f\xc6\x4f\x35\xa5\x64\x34\x16\xba\xcd\x62\x81\x33\xce\xd1\xad\xbf\xd8\x2d\x82\x7b\xc9\x8e\x0e\x3b\x2c\xc5\xbd\x46\x0a\x2f\x5b\x78\x84\xc9\x15\x85\xc5\x89\xaa\x50\x0a\xda\x0d\x03\x97\x18\x82\x99\x17\x7b\x1d\xbe\xb8\x40\x9b\x07\x5d\x83\xaf\x96\x09\xc3\xac\x6c\x6c\x99\x48\x87\x92\xcc\x32\x1f\x5f\x80\xdb\x7c\x7d\xa1\xcd\x42\x20\xf4\x10\x94\xcf\xc7\x5f\x7c\x39\x7d\x61\x9c\x33\x3e\xa3\x0d\x1c\xb1\xe7\x9c\xbf\x23\x7f\xe5\xb2\x43\x50\xbf\x5c\x76\x08\x3d\x2d\x97\x33\x72\x9b\x36\xb6\xa5\x7c\x70\x5e\x0b\xe8\x96\x8f\xe5\x2f\xcd\x17\xda\x80\x56\xf9\x00\x3d\xea\x56\xd8\xd2\xc1\x16\x54\x84\xbf\x83\x23\xf2\xc2\x34\x73\xda\x38\x99\x1e\xce\x4b\xd9\x87\x24\x3d\x27\x5c\x6e\xf3\x86\xf4\x0e\xd0\x7b\x1f\xe9\xf4\x0e\x19\x9b\x7f\x87\x22\xec\x25\xa7\x77\x40\xb7\x36\xc8\xf2\xb1\x35\xc2\xbc\xc1\x92\x8f\x8d\xa0\xdd\xbf\x6e\x8d\xab\x6f\x39\x31\x1f\xe8\x5b\x95\xa7\x0d\x9c\x78\x2c\x7f\x7f\xac\xb1\xb3\xf9\x48\x5b\x65\xef\xf4\xb5\x15\xb0\xbe\xd1\x23\x1f\x5b\xe3\x5a\xfe\xbe\x3c\xe3\xf9\x00\x61\xf7\x24\xf3\x01\xba\x1e\xfe\xbe\xf7\x3f\x3b\xea\xc3\x5a\xf7\x63\x66\xd8\xc5\x23\x03\xf8\xc8\x00\x34\xdb\xf8\x87\x0e\x99\x8f\xad\x45\x20\x3b\xe4\x03\xcc\xca\x29\xd1\x47\x79\xe2\x98\xe5\xa3\x88\xba\x95\x5e\xaa\xfb\x3d\x69\x8c\x46\x70\xd0\xb8\x2e\x1b\xf3\x77\xf6\xa0\xe7\x49\x4f\x9b\x75\x8f\xe9\x7a\xb6\x04\x3c\x20\x54\xf9\x00\xee\x65\xf8\xcc\x10\xcb\x45\x7d\xd8\xa8\x46\xb7\x90\x89\x8e\x32\x95\x0f\xc8\x44\x3a\x36\xb2\x66\x14\xf6\x94\x66\xf3\xa5\xfc\xf8\x1a\x9b\x15\x66\x35\xf1\xc4\xa9\xcb\xa8\xd8\xb3\x1c\x7e\xf3\xe1\xb9\xf2\xfc\x8a\x3d\x7b\xb6\xa8\xc1\xf3\xc8\x7c\xb4\x77\x61\x74\x7b\xda\x5a\xe8\x3c\x1c\x00\x25\x94\x59\xa0\x68\xae\x12\x7f\x86\xc2\xb6\xe4\xcb\x06\xe5\x3e\xbc\xf9\xa7\x0a\xc9\x76\xaa\xf6\xe5\x63\x32\xa3\x0d\xef\x59\x36\x3b\xcd\x28\x2d\x0b\xcd\x38\xa3\xb3\x2c\x18\x70\x46\x65\x59\x30\xa9\xfc\x53\x37\xc9\x34\xd8\x60\x9a\x65\x73\xf9\x9c\x36\x93\x5c\x48\xd4\x19\x71\x15\x61\x2e\x23\xae\xa2\xf9\xe5\x04\x1b\xcb\xf9\x60\x46\x9b\x2d\xcc\x72\xf0\xc3\x75\xfa\x03\x7d\x42\xea\x73\x76\x34\x0f\x5f\x76\x1a\x5b\x46\x45\x7e\xce\x88\xa5\xd0\xea\x9c\x9e\xdd\xd1\x91\x7c\x1e\x3c\xf3\xc9\x33\x79\x06\xbc\xcf\xe2\x99\x81\xb7\x74\x39\x0b\xdf\xe4\xbd\x67\xc8\xdd\x39\x1f\x74\xbe\x78\xdc\x53\x06\x9e\x99\xcd\xcb\x69\xfa\x49\x28\x8e\x83\x97\xb1\x37\xe6\xe0\x71\xfe\xf8\x42\x6f\xca\x59\x13\x4a\xdd\xf4\x36\xe7\xc3\x23\xb2\xfc\x65\x6f\x46\x75\x54\x95\x5e\x50\x3f\xef\xc3\x39\x3a\x9b\x9d\xf7\xf1\xec\x9b\x2f\xe7\xcc\xf1\xcc\x29\xcd\x6f\xc8\x58\xce\x58\x40\x12\x73\xda\x67\x12\x75\x30\xe7\x7d\x10\x87\x33\xdd\x07\x71\x1c\xf6\xfa\x32\x18\xab\xcc\xac\x9d\x89\x6e\x96\x81\x7e\x98\xf3\x66\x18\xe8\xe6\x39\xe7\xfb\xc7\xd7\x4c\x8b\xee\x36\xfe\x8c\x9e\x01\xc3\xe6\x0a\xe3\xf0\xb1\xed\x3f\xd3\x90\xc3\xca\x3e\xe5\xc2\xd8\xf4\x5c\x5d\x06\x74\x22\x57\x50\xa7\xb1\xcd\x59\x5d\xbb\x71\xc2\x90\xd9\x51\xea\x33\x92\x71\xe7\x70\x22\x17\x63\x4c\xca\x59\x65\xb3\x71\x70\x94\x80\x72\x9a\x7c\xb4\x82\xa4\x32\xdc\x1a\xbe\xb0\x40\x64\xa3\x9c\x26\xc3\xad\xc7\x03\xcd\x67\x18\x2b\x73\x9a\xf4\xf6\xd9\x6b\x68\x7c\x74\x02\x9e\xc2\x64\x2f\x91\x15\xa8\x14\x6c\x66\x1b\xd4\xfb\x25\x81\x29\xfc\x3d\x4c\x51\x9c\xc3\xb2\xc0\x62\x54\xfb\x5c\x96\xb4\x8b\x1d\x28\x48\x5c\x3f\x5f\x62\xf0\xcd\x5c\x72\x41\xfc\xca\x98\x33\x73\x41\xfc\xfa\xf5\xb3\xf6\x5f\xbf\xb8\x48\x30\x15\x46\xf8\xeb\x2f\x9b\x55\xa5\x9e\xc7\x1e\xb4\xe6\xe2\xcb\x06\x64\x7d\x36\x79\x41\x11\xcd\xf5\x7d\x51\x1f\x41\x82\xb6\x4f\xf9\xcc\x0c\xd9\xb6\x86\x32\x33\x67\xaa\x6d\x70\xcf\xcc\x18\xad\xd3\x98\x03\xd6\xb6\xfc\x3f\xf3\x16\x53\x72\x1b\xb4\x85\xf2\xb6\x7d\xe0\x67\xae\x7c\x3f\xf9\x9e\xa5\xb7\x2d\x13\xcf\x0c\xaa\xb7\xcd\xe8\x67\xe6\x6c\xb4\x2d\x12\xcf\x5c\xe9\x67\x32\x6e\xb1\x1f\xfa\x87\xff\xb4\x0d\x9c\x01\x7e\xb6\x0d\x1a\x21\xdb\x36\x60\xe6\x01\x51\x6b\xae\x3e\x9a\x7e\x24\x1c\x5b\xb8\xca\xed\x94\xc8\x43\x8d\xdb\x09\x05\x62\xdc\x13\x0a\xc4\xb0\xa7\x70\x5c\x7e\x22\xb1\xf0\x87\x6b\x7f\xc3\xf4\x37\x2b\x1e\x85\xd9\x5f\x6e\xd5\x62\x89\x17\xd4\x17\x82\xd5\x36\xf1\x92\x04\xb6\x0b\x83\x76\xe7\x11\x80\xd8\xa1\xc2\x45\x81\xfa\xb6\x4d\xdf\x46\xa6\x77\xa8\xdb\xd1\x0e\xfb\xdf\xa7\x8a\xa3\xdf\xb6\x8e\x3e\xd8\xac\xf6\x54\xe0\xcd\xca\x9f\xc6\x33\x23\x61\x32\xce\xb1\x41\xcf\xfe\x7e\x30\x99\x37\x80\xc0\x1c\x5e\xa9\x27\xd0\xec\x9b\x7a\x0d\xb8\x71\x3f\x98\x71\xe2\xf1\x81\x8d\xec\xcf\x7b\x62\x1f\xc0\xeb\x9e\xd8\x07\x3f\xaf\xd8\xd0\xf9\x64\x33\xd8\xc1\xc1\xeb\x9d\xdd\x87\x8c\x76\xb0\xe5\x80\xee\xf4\xee\xfe\xd0\x4b\x2f\x7c\x53\x78\xae\xfc\x9d\xb9\x74\x56\x92\xbe\x13\xcb\x72\xdf\x6a\xee\xcc\xd0\xed\xde\xdd\x22\xe6\xb1\x51\x12\x9b\x71\xee\xfd\x64\xa7\xa1\x36\xbd\x7b\xd2\xe2\x65\x6f\xde\xb0\x2d\x27\x23\x2d\x67\x05\xb8\x98\x54\x9c\x3f\x58\x6d\x0f\x6c\x6a\xfe\x22\x20\xa1\xfc\x7d\xa3\xc1\x16\xe7\x58\xe0\xf9\x48\xc9\x79\x09\x6e\x05\xb6\x8c\xc3\x33\x0b\xc1\x1f\x29\xce\xdf\xc1\x8b\x5d\x83\xfb\x03\x91\x25\x63\xcc\xc9\xa3\xca\xd4\xc0\xed\xd1\x62\x57\xf9\x65\x78\x4e\x59\xfc\xf8\x70\x1e\xd9\x84\x71\xbe\xce\x66\x37\x59\xb8\x1c\x7a\xe6\x34\x2f\xd4\xa8\x9c\x41\xd8\x93\x31\xd3\x01\x2a\x9c\xe8\x0a\xd9\xc3\x7a\x66\x87\x81\xb2\x9f\xa8\x08\xd9\x23\x7d\x76\x67\x93\x7c\x49\xbe\xd0\x1b\x44\x37\xbb\xdf\xe7\x6a\xbf\xce\xe6\xfc\x49\x66\x77\x93\x87\xd5\xb4\xc6\x26\x3d\x13\x8b\xa6\x02\xce\x33\x1b\x72\x65\xf3\x97\x81\x3d\x37\x7e\x59\x7c\x16\xbf\x9c\xfc\xc2\x04\x9e\x4d\x18\x6a\xe6\x94\x3d\x68\xca\x55\x66\xfa\x6c\x5d\xa0\xf6\xea\x73\xfe\xf1\x55\xe4\x17\xcf\x96\x2f\xaa\x02\xc6\xb3\x05\x8c\xea\xa9\x78\x54\x93\x0b\xcc\xf7\x59\x7a\x5b\x20\x02\x0f\xb3\x2f\xb3\xd9\x1c\x8f\x4b\xeb\x7e\xb6\x7e\x7c\xb5\xa3\xd9\xfe\xdc\xcf\xd3\xe7\xbd\xfd\x03\x8d\x39\x3f\x9b\x98\x97\x0e\xd9\x7b\x36\x2e\x15\xf1\xea\xf9\xb0\x74\x94\xdb\xfc\xe0\x05\x6b\xd8\xdc\xf2\x03\xf5\xae\x09\x54\x7a\x3e\x0c\xa8\x9c\xf4\xe0\xf7\x2a\x12\xbc\x07\x5c\x2c\x0b\xe2\xf4\x80\x8b\x75\x2d\x7f\xd9\x28\xbe\x92\xd3\xc7\xff\x55\x97\x80\xc4\x03\x56\x16\x87\xf6\x81\x00\xb6\x83\x93\xf0\xa0\xb1\xff\xec\xe0\x64\x6e\xf2\xc5\x07\xf5\xbd\x1e\x83\xb9\xe1\xdf\xaa\x47\x7c\xa6\xa6\x0a\x92\xa0\x92\xa4\x12\x10\x47\xa3\x5f\xd0\xd3\x47\x9b\xa3\xba\xc3\x73\x15\x80\x09\xca\x3f\x9b\x67\xe6\x0e\x92\x3e\x3a\xc3\x3a\x72\xf9\x83\x4e\x5f\x94\xb9\x1f\x75\x79\xec\x8b\xf9\xb9\xf4\xe6\x4d\x3b\x43\xea\xce\x6e\xec\x56\xb5\xca\x21\x68\x6e\x86\xf4\x64\x3e\x5a\x1e\x7f\x7e\x35\x9c\xa5\xbf\xcc\x3d\x7e\xa7\x2f\x04\xf5\x32\x5d\x0b\x82\x7a\x51\x63\x78\xf0\xc2\x15\x4c\x06\xf9\xd9\xc4\x36\x75\xd7\xb2\x25\xc6\x52\xdc\x99\x87\x9d\x81\x66\x3f\xcf\x49\xb7\x00\xe2\xc1\x3c\x5b\xfd\xfb\xc6\x84\x85\xbc\xf5\xbc\xa8\x21\xb0\xa8\xf7\x50\x63\x3c\x78\xde\x87\x58\x36\xf0\x6e\x5a\x51\xd1\x10\xf3\xbb\x65\xcc\xba\x09\xca\x37\xe4\xf0\xc5\xd2\x80\x1b\x2e\xbf\x9b\x9e\xd7\x04\xef\x78\x37\x41\x2f\x79\xd8\xd9\xd8\x7f\x4f\x0e\xb8\x61\xd0\x38\x03\xef\x96\x46\x6b\x46\xc4\x7a\xb7\x30\x5a\x32\x62\xd2\xbb\x65\xd1\x52\x96\xfd\x5c\xfb\x9b\xe4\xf7\xf7\x7e\x86\xaf\xbd\x07\x07\x31\xc6\x7d\xf7\x33\x8b\x7e\xb7\x5e\x59\x15\x8b\xde\x2d\xbb\x96\xd4\xfd\xfb\x3e\x93\x8b\xe3\xf6\x6e\x3a\x58\x33\x6c\xf3\xdd\x0a\x4c\x55\xbf\x78\x71\xe3\x15\xe7\xbc\x45\xa7\x32\x9c\xdb\x16\x61\x6b\x81\x82\xbc\x9b\x84\xd5\x92\xed\xe7\xe4\xd9\x6f\xae\xfd\x7d\xf5\x9b\xbd\xb7\x0b\x2d\xf2\xdd\x1c\xac\xd6\xe6\xf3\xde\x90\x04\x55\x79\xf1\xdf\x65\xc4\xd4\x77\xcb\x45\x65\x82\xf0\x6f\xde\x38\x8a\xc9\x31\xbf\x9b\x42\x66\xb5\xe8\x17\x77\x5d\xc0\x6a\x6b\x51\xb5\x73\xa8\xde\x0c\x4e\x81\xf9\xef\xa6\x9b\xb9\x36\xfb\xfc\xfc\x4a\x8f\xde\xad\x68\xd5\x2e\x4c\xf2\x86\xa7\x67\xe0\xdd\x12\x74\x4e\xc3\xb1\xf6\x3c\x87\x6b\xc4\xf6\xb2\xdc\x23\x4c\x2f\x0b\x1e\xf9\xe2\xc1\xc3\x7c\x95\xdf\xe2\x29\xf3\x9b\xbf\xd3\xb8\xb7\x40\xe3\xe0\x2a\xef\x16\xbf\xab\x12\xf2\x5b\x3a\xcf\xac\xa5\x0c\x9e\xed\x67\xd3\x9b\xce\xc9\x79\xb1\xdb\xd4\x26\x70\xcb\x5e\x00\x9e\xdf\xfc\x6e\x25\xb0\xe2\xc4\xcc\x2f\x9e\xbb\xe6\x22\xb7\x24\x5f\x17\x74\xe7\xc5\x6f\xb7\xa2\xed\x66\x47\x78\xc3\xf2\x8b\xd7\x2e\x8b\xf9\x35\x41\x40\x19\x78\xcb\x0d\xa5\x89\x64\x5b\x0d\x28\x4a\xc6\x2f\x3a\x3a\xae\xa9\xfc\x6e\x8d\xa0\x68\x6f\x78\x6b\x87\xe0\xda\x76\x80\xac\xcc\x61\x2b\x0a\x2d\x15\xfb\xd9\x0b\xc0\xee\x94\xdf\xba\x11\x1a\x43\x74\x7e\xeb\xa6\x96\xb3\xd9\xff\x9e\x7f\x76\x9e\xf5\xfe\xf1\xd5\x70\x58\xe4\xb7\x3e\xfb\xb9\xfb\xfd\xcb\x33\x63\x6d\x71\xb8\x54\x78\xe1\xbb\x95\xde\x32\x45\xd6\x86\x86\x0d\x05\x78\x5b\xd9\xdf\x8b\x40\x0d\x22\x77\xf8\x77\x38\x9c\xf3\xd9\x8c\xbc\x1c\x50\x89\xb7\xed\xf9\x37\x37\xa9\xed\xf9\x77\x11\xb1\x2d\x9e\xfd\x66\xcf\xbf\xbb\xf1\xb8\xe8\x8a\x7b\x81\x07\xa1\x4b\x31\x70\xd0\xcd\x69\xff\xc0\x3f\xfa\x79\x41\x14\x60\x22\xff\x86\x00\xbe\x5a\xdc\xfc\x46\x95\x09\xd1\xf8\xdd\x42\x59\xee\xcd\xef\xeb\x5e\x23\x04\xff\xdd\x42\x59\xc1\x84\x98\xdf\x2d\x77\x95\x2a\x52\xe2\x5d\xa8\x92\xc8\xb7\xef\x05\x04\xa2\xf4\xb5\x29\x87\x80\xdb\x02\x59\xa9\x02\x7d\x4b\x64\x39\x8d\x6f\xa5\xbb\x77\x4b\x6b\x65\x7a\x0c\xb6\xb0\x56\x46\x8c\xf8\xec\xbf\x17\xff\xbe\xb1\xab\xc3\xf6\x31\x86\x6d\xa5\x90\x67\xec\x58\x0b\xd9\x12\x6b\x58\x2a\xe2\x3b\xde\x06\xe5\x8c\x77\xec\xe5\x2d\x67\x85\xc7\x6e\x09\xca\xb1\x97\x17\xa0\xc7\x5f\x17\x74\x4e\xb7\x03\xec\xfc\x1d\xeb\xc7\x57\x0f\x7a\x36\xf6\xea\xd6\x61\x5b\x25\x3e\xbf\xdf\xe7\xfb\x10\x65\xf5\xd5\xc5\xf3\xf3\xe3\xab\x67\xb8\xf2\xbb\xc5\xb8\x2c\x83\x7a\xe7\xd6\x67\xa3\xed\x4c\xa0\x35\xdf\xcf\x8d\x5e\x4d\x1a\xb6\xa5\xa6\x9c\x1d\x77\x56\x9c\xad\xb6\x45\x82\x43\xa1\x79\xb1\x9f\xf6\x65\x3f\x7b\xfe\x2a\x1d\xef\xdc\xf4\x29\x50\x70\xe2\x6c\x8b\xfe\xb7\x02\x12\x28\xb8\x25\xac\x5e\xa4\x67\x5b\x23\xeb\xb1\xcd\x5b\x23\xcb\xcb\x23\x87\x8f\x62\x7a\x74\x35\xc2\xfa\xfd\xd2\xac\xc5\xf7\x2b\xfd\xf8\xea\xdd\xf9\xe0\x91\x0c\x3a\x8a\x4b\xb2\x4a\x63\x30\xf2\x68\x38\x7b\x17\xf0\xf7\x28\x6e\x11\xac\xa4\xe5\xdf\xc7\x8f\xaf\xae\x31\xe4\xdd\x02\x58\x1f\xa2\x2f\x0e\x8c\x2a\xcd\x5b\x7b\xfe\x8a\x0f\xef\x96\xc5\xf2\x8c\x3e\xf7\xf1\xc6\x21\x97\xdf\x75\xc3\xeb\xd8\xbb\x2d\xa3\xe5\xe2\xfe\x6e\x11\x2d\x37\xf9\xcc\x16\xd1\xf2\x92\x4c\xe8\xec\x48\xa2\xf2\x56\x2a\xcb\xb4\xf1\x96\xdd\x4a\x30\xb8\x2d\xba\x95\x2a\xd3\xd9\x4a\x78\x59\x1e\x03\xa4\x38\x8d\x45\xef\x67\xfc\x2a\x9b\xbc\x5b\xa0\x2b\xd3\x0d\xde\xf2\x5c\x69\xd2\x92\x2d\xce\x8d\x24\xb2\x6e\x69\x6e\x24\x69\xe4\x47\x0d\xcd\xb6\x5b\x25\xee\x4a\x04\x5b\x94\x2b\x55\x24\xf8\xbc\xd0\x21\xfa\xc1\x0f\x53\x45\xb2\x2d\xe1\x8d\x24\x42\xa3\xe1\x26\x64\xcf\x17\xf9\xae\xc8\x20\xce\x0a\xa2\x33\x9f\x73\xcf\xbf\x45\x5b\xce\xb7\xf4\x6f\x8b\x80\xb9\xb9\xde\x13\x04\x72\x53\x4f\xbd\xb5\x3e\xef\x03\x10\x82\xc7\x89\x75\x5c\x84\x3e\x23\xb2\x83\xe7\x1b\x3d\xd8\x67\x94\x59\x64\xe4\x17\x71\x51\xa9\xea\xd5\x20\x2f\x6f\xd9\xd2\x62\x39\x64\xa6\x5b\x58\x1c\x35\xbe\xd1\x87\xc2\x9c\xd1\xad\x6b\xf6\xfb\x0d\x67\xc5\xe3\x17\x45\xa7\x28\x92\xbd\xf8\x8b\xba\x18\xa4\xaa\x2d\xf6\xa1\x69\x57\xb9\xf2\x96\x33\x47\x95\xf8\x6f\x31\xb3\x84\xe4\x84\xc9\x64\x49\x18\xb7\xc4\x99\xb5\x93\xbd\x37\x8c\x40\xac\xb9\x0b\xa2\x5d\xff\x86\x9e\x15\x2d\xee\x7b\xec\x72\x6c\x49\x6d\x96\x8d\xa5\x05\x43\x3b\x7e\xee\x82\xa1\x1d\x76\x57\x30\x94\xf7\xee\x5f\xb1\x91\xc5\xc7\x5a\xca\x87\xdf\x60\x83\xda\x0a\x50\x39\xb6\x0c\x33\x61\xa7\x05\x13\xf9\x56\xc6\x7c\xc1\xe6\xb9\x15\x8a\x82\xc1\x7c\xeb\xbf\x9d\x97\x4b\xa5\xb7\xf2\x72\xdb\x2f\x7d\x85\x0d\x6a\x13\x87\x62\xb4\x9e\xd4\xaa\x1c\x2f\xd4\x81\x7e\x5f\x26\xc8\x3c\x30\x19\x75\x4c\x25\x25\xef\xc1\x67\xda\xc4\xa7\xe4\x2d\x8c\x4c\x78\x79\xc1\x14\x38\x89\xd2\x29\xd8\x02\x27\xc1\x6b\x25\x33\x3f\x42\x76\x0a\x4e\xfb\x89\x20\x56\xf2\x16\x46\x26\xc1\x70\x25\x6f\x61\x64\xf4\x7c\xf0\xfc\xd9\x7f\x6f\xf6\x73\xf2\xcd\xe2\xf9\xe2\xd9\xb6\x98\x23\x8b\x7f\x7f\xf8\x7b\xe7\xf9\xe5\x99\x7e\x2a\xf3\x6c\x3e\xab\x3e\x33\xff\x2d\x8b\x4c\xc2\xed\x0a\x26\xc9\x89\xbb\xa3\xe4\xf0\x17\x2c\x5e\x1a\x16\x8d\xc5\x24\xa0\x7a\x47\x1d\xbe\xec\x1f\x52\xf7\x99\x9e\x00\x51\x5e\xf4\xd4\x59\xcd\x02\x12\x8d\x19\xa1\x7a\x1e\x55\xd0\x2d\x40\xd1\x7d\x1e\xfe\x60\x0b\x60\xc1\xe6\xe2\xb9\x9d\xc8\x1a\x25\x6f\xc2\x97\x8e\x3a\x59\x28\x36\xc5\xa3\x4e\xbf\xba\x6c\x0e\x38\x36\xed\x9b\x25\xf9\x15\xe0\x88\x99\xbf\xce\x9c\x1f\xb0\x28\x1e\xd5\x5f\x50\x50\x8f\xba\x98\xfb\xa6\x54\x13\x83\x62\xc9\x1f\xa1\xcf\x6e\x7d\x80\x7e\xb3\x35\xd0\xef\xcc\x0a\x4a\x45\x04\x66\xc9\x1f\x86\xeb\xb6\x05\xfa\x1c\x00\x3c\xc6\x93\x30\xce\x92\x5f\x24\x44\x71\x17\x0f\xea\x3c\xaa\xcf\x38\x37\x40\x01\xbd\xa8\x09\xef\x64\xc1\x8f\x3a\xa1\xcd\xa5\x10\xb0\x98\xe6\x96\x9c\x8b\xc6\xd7\x34\xc1\xdc\x42\xc0\x62\xc2\x4f\x5a\x0a\xd6\xf6\x34\xb7\x9c\x58\x74\xbe\xa6\x39\xed\xf9\xf4\xc5\x9e\x2f\x5f\x1c\xff\xc6\xce\xbf\x27\x5c\x12\x5e\x04\x3f\x4a\x8d\x79\x31\x48\xe2\x78\x81\x6a\x25\x39\xfa\xf2\x23\x7c\x0a\xe0\x5a\xd1\xee\x8e\x4e\x5b\x4a\xd2\xa6\x46\xeb\x8c\x35\x0c\x04\x2b\xd9\xd5\xb2\x28\x1c\xb9\x69\x1d\x2c\x0a\xe3\x4c\x5a\x9c\xf3\xb2\x75\x8f\xd1\x1c\x62\xeb\x1e\xa3\xb1\x49\x78\x6f\xe7\x01\x40\x0b\xce\x9c\xe6\x68\x5b\xaf\x48\x69\x25\x16\x51\x40\x5b\xce\x0b\xae\xdb\xa4\x90\xbe\x49\xf7\xc6\x90\xcc\x70\xc5\x11\xe8\xa9\xb0\x22\xa4\xfa\x52\x50\x0f\xd2\x2a\xdf\x49\x6e\x05\xa7\xef\x3c\x38\x73\x85\xb8\xbf\xb4\x0a\xeb\xe2\xc0\x1e\xd5\x71\x2e\x27\xe0\x57\x4e\xb3\xb0\x3d\xc4\xf3\xa5\x05\x4d\x2c\x9c\xc7\xa3\xfa\x8c\x8d\x8f\x33\x5b\xaa\xb3\x11\x5e\x5b\xd8\x1f\x6d\xfa\xd1\x87\xf9\xb3\xc8\xca\x0e\xba\x9b\x5b\xa8\x9f\x68\x88\xa5\xec\xf3\x3b\xda\xa2\x6d\x13\x10\xf6\x4a\x10\x50\x5a\x20\x7b\x69\xee\x82\x5b\xd5\x18\x1b\xfa\x52\x90\x2e\x13\x4e\xf7\x52\x06\x5e\x31\x0e\x64\xd9\x12\xdf\xe8\xf1\x0c\xd9\xce\xc0\x71\xe8\x13\xf1\xfb\x97\x45\xd0\x11\xa1\x1f\x09\x1f\x78\xc1\x85\x3d\x0f\x57\xbd\x44\x2b\x00\xb5\x18\x39\xfb\x0d\x58\x25\xcc\x96\x88\xdb\x6d\xc0\xe1\x12\x3f\x3f\x74\x04\xb9\xc4\x6b\x30\xba\x88\xa4\x6d\xdc\x59\x7c\x20\x48\xd3\xbf\x43\x77\x84\xd2\xe9\x24\x68\x7b\x82\x2e\x19\x48\x9e\xb6\xf5\x1b\x9d\x8e\xb4\x85\x65\x2b\x50\x97\x02\x9f\x46\x70\x2e\xe5\x82\x66\x41\x80\xf0\x98\xcf\xc3\xcd\xbd\xa0\x14\x1e\xbd\x0b\x10\x25\x26\x74\x63\x00\x2e\xb4\xbd\x3d\x9f\x00\xbe\x1e\x4a\xef\xa0\x73\x35\x56\xb9\x30\xef\xca\xd1\x1f\xb8\x0f\x4a\x35\xc2\x61\xa5\x83\x97\xcb\x5f\x3a\x2f\x0f\x51\xd5\x89\x17\xe2\x9f\xaa\x28\x58\x89\x7f\x1a\x79\x4b\xd6\xa5\xce\x90\xee\xe9\x0d\x91\x75\x60\x97\x28\x95\x20\xf0\x4e\xec\x63\xa9\x18\xbe\x06\x8e\xcc\x52\x11\x5e\x66\x81\xaa\x54\x42\x56\x06\xf6\x8b\x52\x0d\x1d\x41\x36\x29\x2d\x69\x46\x62\xa7\x1a\xca\xb1\x26\x98\xd2\x08\x86\x1c\x44\x6c\x96\x86\x19\x7a\x10\x00\x57\x9a\x32\x24\xd1\xce\xa5\x61\x09\x1c\xd8\x86\x4a\xdb\x12\xd0\x7e\xd9\xe3\x34\x40\x35\x0a\x1b\xdf\x6e\x5c\xb7\x47\xe7\x97\x17\xe5\x99\x10\xe7\x82\x79\x7f\x6b\xd2\x7b\x71\x1d\x27\xfe\x4a\x5b\xb6\x2a\xbd\xd2\x01\x81\x13\xa5\x13\x56\x34\xea\x96\x14\x4b\xc7\x12\x3a\x2a\xe3\x74\xe4\xed\x81\xc8\x53\x3a\xc6\xb7\x21\x77\x19\x58\xd8\x47\xe3\x80\x0f\x2c\xec\xa3\x6d\x9d\xa4\x8c\xd1\x7c\xd9\x73\x1b\x53\x23\x1b\xc7\x6c\x00\xb7\xd1\x7c\x79\x30\x3f\x12\x23\x5f\xc6\xc3\x4a\x1b\x02\xce\x70\x09\x8d\xe9\x8c\xf7\xf6\x65\xf7\x36\xb1\x9b\x8d\xb6\xd5\xec\x32\xb1\x91\xc4\x31\x9f\x45\xd9\x1b\x9e\x38\xab\x9f\x41\x22\x67\x73\x6e\xcc\x7a\x76\x67\x00\x21\x9d\x1f\x62\xb6\x11\x96\xcb\xc4\x68\xba\xb0\x22\x94\xf9\x7e\x7e\x35\x00\x97\x05\x7d\xd7\x01\x5b\x16\xf6\xf3\xd1\xf3\x77\x5e\xd7\xb2\x08\x8a\x1b\x1d\x4a\xb5\x3e\x84\x89\x12\xf7\x50\x16\xf2\xf4\xe1\xca\x3f\xed\xf2\x65\x83\xfb\x23\x2a\x8c\xc4\x2f\xe8\xac\x03\x83\x50\xf9\x4c\x22\x1e\x15\x8c\x3e\x97\xbd\x41\x33\x3e\xc6\xa5\x10\xda\x53\x3e\x58\x3e\x07\x6e\xad\xf2\xc1\xf2\x39\x70\x44\x96\xcf\xc3\xc4\x31\x0b\x95\xcf\x5b\x44\xd3\x0d\x93\xf3\x70\x50\x16\xab\x7f\x60\xe0\xf5\x2d\x27\x61\x1b\x03\xd7\x67\x39\x09\xd1\x68\xd8\xc2\xca\x49\x2c\xe0\x20\xac\xae\x9c\xc3\x71\x10\xfe\x4e\xac\xf8\x83\xe0\xd3\x72\x72\xb8\x34\x80\x96\x73\xda\x06\x62\x72\x62\xfe\x1e\xc4\xc8\x95\x13\xa7\x5b\xf7\x10\x9f\xd8\x8b\xfb\x82\x3c\x9c\x97\x6d\x38\x1b\xe7\xcb\xb6\x7a\x9e\xce\x97\x28\x5c\x25\xc2\x8b\xe0\x88\xbe\x90\x75\x2e\x1c\x19\x03\xc5\xb3\x5c\xf4\x36\x16\x40\xbc\x30\x12\x0f\x99\xdf\x4d\xcc\xcb\xc0\x7d\x53\x6e\x04\xec\xb1\xfa\x1e\xe7\x2e\xe2\x05\x70\xbb\x2b\x34\x1c\xf1\xe5\x26\xf2\x72\x2c\x50\xe9\x46\x0a\x9b\x07\x02\xfa\x8d\x1f\x30\x28\xf4\x7d\x85\x31\x7e\x43\xea\xde\x04\x2e\x4d\x34\x9a\xf2\x70\x1e\x83\xdb\x3f\xc5\x49\x33\xe6\x63\x64\xbb\x12\xfe\xd3\xed\x0d\x19\xeb\x21\xa8\x73\x62\x4f\x28\x0f\x74\x6c\xa2\x67\x15\x5d\x29\xf3\x80\x56\x3c\x06\x1d\x12\x3d\x55\x70\x73\xa4\x79\x70\x6c\x1f\x63\x6a\x09\xa5\x2a\xd8\x9d\xd2\x14\xf7\xb4\x90\xf4\x05\x1d\xc3\x14\x92\x26\x61\x68\x05\xfb\x47\x0a\x59\x1a\xbd\x33\x85\xf8\x87\x82\x99\xaa\xb2\x9d\x4a\xd6\x4c\x2c\xe1\xbd\x6d\xc3\xb1\x7d\xef\x80\x41\xfd\xcd\x6f\xeb\x51\xfc\x6c\x0b\x99\xf5\x20\x60\x76\xa2\xe7\xd7\xc3\x50\x65\x22\xe5\x6b\xdc\x55\xa9\x7b\xd0\x6a\x50\xcc\xc4\xb4\x51\x0d\xbb\x9f\xf8\xa6\x6a\xaa\x2f\x2f\x9b\x8a\x54\xc3\xca\xf5\x49\xd7\x74\xb2\x6c\x08\x7b\x4d\xa7\x9f\x8d\xbc\x5f\xf0\x8c\xce\xbc\x65\xc7\x9a\x9e\xc7\x17\x7a\x7b\xed\x60\xc3\xa0\x12\xb2\x91\x26\xf4\xbf\xe6\xc3\xcf\x36\x5a\x57\x83\x6e\x2b\x5e\xbc\x9a\x63\xd6\x5b\xca\xab\x46\x2f\x4e\xd4\xe3\x9a\x6f\x5f\x2a\x9f\xe1\x60\x98\xc4\x86\xd7\x02\x3f\x9b\x58\x17\x2b\xa2\x5a\x9a\xd0\xf2\x5a\x88\x80\x98\x65\x0b\xac\xb5\x38\x37\x42\x90\x6b\x01\xe1\x27\xf1\xc4\xb5\x22\xd7\x4e\xb6\xb1\x56\x6f\xd8\xc4\x2f\x10\xa8\x49\xdc\x57\xad\x9c\xd9\x49\x78\x5c\xad\x9c\xd9\x49\x2c\x6d\xad\xde\x25\x40\x5f\xab\x15\x7b\xe2\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xce\xf3\xd7\xb0\x9d\x6a\x48\xc8\x50\x36\x7b\xb6\x1c\x9c\x8b\xe3\x6d\x6d\x2f\x37\x01\x70\xb9\x1e\x5a\x2b\x92\x07\xbc\x37\x81\xaf\x04\xa7\x56\x02\x42\x6a\x4a\xfe\x7d\xe0\x94\xb6\xf1\xb4\x81\xad\xb1\xe5\x77\x1b\x9c\xc6\xb6\xf0\x7c\xd3\x98\x29\x5d\x6c\xae\x58\xb5\x95\xd6\xd2\xc4\x62\x62\x85\x6b\x91\xa0\x6f\x99\x25\x27\x49\x04\xf7\xd6\x02\xac\x5b\x84\xcb\x5c\xc0\xa8\xc4\x8e\x54\x62\x53\x2b\xa1\x23\xa5\x65\x3b\x5a\xb8\xda\x98\x90\xaa\x38\xd1\x92\xf5\xe1\xca\x5a\x8a\x9d\xde\xf2\x5f\x17\x48\x37\x33\xca\x7e\xf3\xf2\xcc\x27\x4f\xcc\x88\x1f\x1e\x23\x41\x58\xce\xd6\x8e\x77\x47\x6c\xc4\x53\x88\x48\x60\x7a\xcf\x06\xd8\xe1\x9e\x20\xe4\xa4\xce\x08\x8f\x27\x34\x3e\x3a\x9d\x13\x13\x7f\x80\x4c\xb6\x5b\xc2\x5c\xaa\xcf\x81\x0f\x34\x57\xb7\x42\x0a\x79\x5e\x29\x55\xe3\xab\x37\x43\xc4\x99\x20\xb2\xf2\x4a\xa2\xdc\xdb\xfc\x8a\x75\xbc\x5d\x71\x8b\x67\x81\x56\xbf\xa5\x73\xef\xa6\xa0\x19\x69\xe9\x79\x2f\xd6\x6e\x67\x1e\x54\x91\xf3\x7d\x9c\x25\x70\x7f\xa5\x1d\xa0\x2a\x41\x34\xb3\xc0\xb5\x08\xa2\x49\xf8\xf3\x2a\x41\x34\xbb\xc5\xe4\x05\x13\x67\xfc\x10\x20\x5a\xbc\x2c\x66\xe9\x0f\x18\x9e\xc0\x29\x22\x5f\xf6\x10\x76\x1b\x0c\xdd\xaf\xb0\x10\xc0\xdc\xdf\x9f\xf7\xd8\x79\x06\xc3\x10\xec\x89\x7d\x29\x04\x75\x55\x62\x5f\x52\x07\x2f\x88\x7d\xc9\x89\x2b\x22\xf5\x4d\xcd\x21\xe8\x35\x69\xcd\x6a\x36\x97\x98\x2c\xdb\x04\x05\x65\x90\x64\xe8\x17\x0b\xdf\x22\x7e\xc5\xc3\x50\x09\x74\x29\xd8\x74\x2a\x41\x26\xbb\x01\xeb\xc8\xb2\x21\x4e\x19\xe1\x24\x85\x3b\xc1\x95\x70\x92\x8a\xbd\xa1\x1a\x4e\xb2\x70\xa5\x54\x62\x48\xf6\xe0\x7e\x85\x8f\x13\x12\xf7\x06\x5b\x76\x70\xd9\x32\x47\x88\x28\x92\x3d\x77\x66\xc8\x1d\xf0\xe6\xe0\x58\x82\x8b\xe0\x29\x1f\xce\x96\x7f\x0f\xe0\xfa\x42\x18\x86\xb0\xc5\x10\x8c\x3d\xac\x1a\x46\x32\x08\x69\xad\xc6\x8e\x24\x65\x05\x02\x46\xf6\x0b\x4d\x60\xdf\x07\xe8\x47\x64\x48\x5e\x20\x0c\x91\x21\x35\x20\x02\xc3\xee\xca\xc6\x86\x86\xd4\x02\x7d\x21\xee\x23\xa1\xb8\x56\xe2\x3e\xca\x31\x6c\x81\x57\x02\x3c\x24\xee\x23\x7b\x04\x23\xee\xc3\x5d\x6a\x31\x0d\x1a\x37\xce\xa6\xa0\x6d\x4a\x11\x90\xb9\x88\xfc\xa8\xf6\xc4\x55\x06\x88\x10\x1a\x78\x25\x52\xaf\x12\xf9\xb1\x97\x6a\x4f\x0b\x21\xd1\x1f\xe0\x67\x08\x1a\x84\x7e\x54\xee\xc7\xd5\x57\x8e\x5e\x1d\xcd\x73\xed\x60\x9b\xbe\xb4\xee\x60\xd8\x15\x86\x1d\xf5\x20\x30\xf4\x14\x2c\x1d\xba\xf5\x6a\xcc\x20\x62\xae\x12\xb5\x51\x15\xe7\x89\xda\xd8\xed\x81\x47\x37\xd6\x04\xa6\x41\x08\x46\x4e\x4a\x1d\xc4\x60\x54\x65\x5d\x62\x30\xaa\x22\x3b\x31\x18\xfb\x23\x9a\x63\xc3\x52\x1d\xc6\xc0\x50\x9a\x9b\x37\x20\xf5\x88\xae\xc4\x54\xec\x06\xbe\x28\xbf\x64\xbb\x65\xe5\xc5\xd6\x1c\x45\x44\x13\xa3\x27\xb4\x20\x10\x31\xb1\x5b\xb3\xf4\xa9\xd8\xec\x6e\x60\x1e\x69\xc8\x19\xc4\x4c\xa4\x85\xdf\xaf\x1a\x34\x31\xb2\xd0\x9a\xcc\x04\xbd\x8a\x48\x89\x8a\xdd\xa6\x1a\x29\x91\x14\x29\x08\x95\x08\x0d\x9d\x50\x89\xca\x4d\x91\x4a\xa8\xc4\xfe\x88\x35\x4d\x03\xff\xbe\xf3\x08\x57\x02\x29\x76\x2b\x67\x06\x18\xd1\x43\x88\xa4\xd8\x3f\xb0\x0d\x5b\x2a\xa9\xea\x37\x84\x52\x4c\xa2\x8b\x2a\xa1\x14\xfb\x23\x5f\xf0\x28\xbb\x55\xcb\x95\xb0\x76\xfc\x88\x55\x61\x98\x00\x8a\xaa\x5e\x4c\x00\xc5\x6e\x6d\xb7\x2c\x4b\x44\xc1\xad\xd0\xa5\x8d\xcb\xc3\xe1\xb3\x74\x44\x32\x46\xd8\x44\x4a\x9e\x7e\x5d\xc4\x92\x34\x14\xe4\xe2\x59\xfe\x9c\xe0\x22\x2b\x42\x16\x19\x36\x46\x16\x69\x70\x15\xc2\x17\xd2\x92\x84\x9d\xb1\x69\x34\xde\xda\x6c\x6e\x12\x24\xe2\x11\x96\x64\xf9\x54\xa9\xb3\xf5\xe9\x22\xdc\x03\xd4\xfe\x4a\x26\x8b\xfa\x9e\x08\xdc\x3e\xab\x96\x0a\xe5\x8b\x53\x0a\xff\x25\xac\x20\xc5\xaa\xaf\x40\x05\x3f\xea\x76\xcb\x80\xd7\xf4\x05\x30\x13\xb7\xaf\xed\xc6\x60\x82\x22\x3d\xbb\xe4\xb3\x4e\xf1\x12\x19\x3c\xfd\x17\xce\x57\x8f\x8d\xe2\x88\x87\xe0\x92\x83\xc9\x77\x6e\x8e\x8d\xd0\xb9\xd9\x6e\x17\x7e\x07\x44\x18\xfb\xd6\xd8\x24\x52\xdc\x88\x4b\xd2\x49\xae\xd4\x4f\x09\xdd\xcd\x16\x4b\x7c\x6f\x68\x87\xa8\x7e\x73\x82\x64\x02\xb7\xf3\xf3\x68\x6d\xd9\xa4\x74\x89\x87\x02\x89\x9b\xb7\x05\x92\xd1\xdd\x98\x07\x01\xce\xc6\xca\x23\x4a\x30\xef\x96\x47\xca\x88\x06\xf2\x2f\x61\xf3\x10\x62\xe3\xd0\x0f\xbd\x0a\xd9\x57\xc4\x46\x06\x79\x11\x2f\xca\x70\xe2\xaf\x4b\x45\x5a\x7d\x5f\x34\x32\xcf\xc2\x16\x2f\x4a\x5d\x36\x07\xb3\xbb\x0d\x26\xc1\xd5\x4c\x4a\x33\x7d\x7c\x1f\xab\x03\xe3\x43\x82\x90\x7e\xbe\x80\x5f\xf4\x7a\xb9\x8e\xb6\x85\xa4\xe6\xad\xc8\x03\xc5\xb5\x11\x9a\xb1\xf1\xab\xf0\x82\xf6\xd1\xfc\xc1\xb1\x27\xcf\xc3\x31\x2a\x2f\xa8\x1f\x5b\x5a\x6b\x07\x06\x01\x85\xfa\x76\x1c\xb2\x61\x7f\x50\x80\x68\xb6\xd8\x30\x87\x18\xb6\x03\x01\xa2\x13\x33\xd7\x8e\x2d\x41\x34\x14\xf9\xc6\xad\xcc\x3d\x75\x06\x4f\x20\xc5\x46\xaf\x46\xc0\x48\x89\x49\x25\x45\xe8\xcd\xb2\x1a\x97\x33\x2b\x81\x05\x8d\x2b\x99\x69\x75\x7b\x8a\xd9\xfa\x83\x9c\x70\x32\x11\x25\x8b\x6e\x6b\xb1\xc5\xbf\xcb\x9e\x37\x6f\x6a\xde\xd9\x1c\xd9\x05\xa6\xdb\xbe\x9c\x09\x2e\xd5\x69\xbf\xf0\xcb\xf4\x9d\x79\xaf\x1d\xd9\xa5\xd0\x1b\xfe\xef\xe2\x5c\x88\xbc\x25\xc9\x53\x3b\x88\xbc\x5d\x0d\x28\x66\xf7\x00\xb8\x67\xa5\x4b\x60\x95\xa5\x6c\x85\xc9\x67\xd0\x3e\x1a\xc0\xc2\xe2\x23\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x81\x37\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\xd2\xc1\xcc\xab\xf7\xf9\xfc\xbb\x98\x57\x1c\x2e\xb0\xcd\xe1\x14\xa3\x86\xbf\x40\x17\x13\x13\x6c\x50\x1d\xff\xde\x02\x91\xe8\xb7\x01\x72\x37\x1c\xbb\x03\xe6\xee\x76\xb4\x00\xb9\x2d\xa4\xbd\xae\x55\x31\x65\x30\xde\x16\x4d\xca\x11\xad\x5f\x27\xc2\x47\x5d\x78\x16\xd6\x44\xcc\xe9\x8a\xad\xe9\x31\x3a\xed\xbb\x16\x5b\x66\xd2\xd5\xb0\x8b\x2f\xe2\x71\x01\xec\x5d\xf9\xa0\xd8\x84\xed\x1c\xf6\x25\x86\x16\x40\x3a\xdc\x03\x5a\x84\x3c\x52\x01\xd7\xf0\x52\xac\x1f\x11\xe7\x9d\x99\x30\xb2\xc9\x21\x4c\x86\x3e\x34\xc6\x0e\x5b\xa2\x5b\x3e\xdc\x03\x9f\xb9\xe5\x2b\x40\xa7\x00\xa5\xd3\x10\x47\x2a\xf8\xa2\x15\x63\xfa\x2c\x73\xa9\x74\x3b\x95\xfb\x9c\xf9\x74\x0b\x2b\x4b\x9a\xd0\x65\xb1\x67\x06\xeb\xb5\x63\x19\x87\x50\x0c\x41\x41\x52\xa2\x8d\xbe\xb1\x0e\xe5\x81\xc5\x5a\x97\xbc\x6d\xfa\x12\x10\x65\xf2\x0b\xde\x26\xd8\xb7\x40\x50\xaa\x24\x66\xb1\x9d\xd1\xe0\x74\x08\x7f\xb8\x6c\xcd\x4c\x42\x22\xe8\x7c\xf6\x71\x3f\xa5\x25\x9f\xd8\x4f\xa6\xf5\x51\x2f\x76\xf5\x1f\x2d\x51\x3e\xdf\xc8\xb9\x8c\x7e\xaa\x6a\xba\xde\x13\x23\x41\x3c\x73\x40\xa4\x31\x27\x04\x6e\xb2\xc0\x53\x5d\x84\xb1\x89\x51\xac\x4e\x2a\x44\x02\xe9\xf7\x29\x2e\x48\xd4\x74\x54\x1c\xac\xe3\x12\x6e\x1e\x10\x6d\x12\x1e\xb5\x4b\xcd\xd6\xe3\x7c\x29\x19\x3b\x78\xb8\xdd\x6d\xa1\xbe\x13\x4d\x84\x49\xfd\x9e\xf4\x11\x5a\x98\x63\x06\x9e\x4a\x77\x88\xd8\x42\x02\xd4\xdb\x81\x6d\xa2\x0f\xfb\xc6\xd2\xdd\x17\xe0\xba\x95\xf7\x3c\x4b\xb7\x53\x5b\xcc\xf3\x6e\x5c\x90\xb0\x05\xe7\x55\x8c\xbf\x31\xdb\xc6\x37\x5e\x37\x3e\xfc\x81\x88\x65\xb1\x5c\x8b\x84\x27\xe1\x56\xac\x13\xd1\x1e\xb7\x44\x82\x19\x6c\xdf\xbd\x7e\xd8\x13\xfb\x7d\xaa\x3f\x30\xc5\x07\x3c\x77\x4d\x3a\x37\x8a\x07\xe0\x21\x0c\x59\xe6\xf9\x68\xd7\x97\x40\x3f\xea\x62\xd5\xbe\x50\x64\x5c\xed\xc3\xb4\x62\x70\x51\xbe\xf2\x82\x81\xa2\x91\x00\xa1\x1d\xaf\x7a\xab\xc4\xc2\x8b\x35\xc3\xed\x7a\x45\x41\x01\xf1\x7a\x1a\xe8\xf8\x75\x8e\xec\xe3\xeb\x59\x74\xb7\x5f\xf8\xc6\xb2\x2b\x8f\xa2\x73\xc4\x3c\xd1\x85\xdc\x1b\x38\xbf\x9b\x7b\x8f\xbf\x6f\x31\xb1\xe9\xb3\xec\x64\xc4\x6b\xe6\xd7\x23\x9e\xaa\x99\x51\xaf\x93\x7e\xaa\x99\x51\x6f\x21\x0c\x35\x33\xea\x55\x94\xdd\x96\x34\x43\x2c\x7f\x90\x8d\x40\x08\x52\xc8\x01\x1c\x71\x52\xe0\x65\xf9\x4b\x82\xdd\x73\x45\xbe\x25\xbc\x01\x78\x37\x1a\x79\x00\x2a\x97\x19\x5b\x0a\xef\x8a\xdd\x26\x65\xc3\xc2\xb3\xc7\xc4\x75\xc0\xfa\xf3\xd6\xbb\x5a\x0a\xd6\xcf\x71\x27\xe7\xdd\x7e\x61\xee\x70\x78\x7c\x9d\x8d\xfc\x02\x95\x6b\x85\x2d\x65\xf1\x92\xcd\x25\x31\x5d\x21\xb3\x41\x33\xff\x5c\x92\xc1\x90\x72\x6e\xbf\xb0\xd8\x42\x40\x75\xf2\x07\x4f\x1c\x5c\x8c\x9c\x73\xfb\x2b\xda\x97\x88\xbb\xf1\x97\xc1\x88\xfe\x20\x06\xc1\xb2\xc9\x32\xb7\x9b\xb0\xc4\xe2\x4a\x1c\xe4\xe4\x99\x85\xe0\x06\xc0\xa5\xd8\x4c\x17\xc7\xf5\x9d\x96\x34\x24\xc8\x39\xcc\x18\x47\x86\x87\x66\xc2\x38\x32\x30\x35\xf3\xc5\x15\x67\x5e\xb9\xba\x21\xd0\x71\x09\x74\x8e\x01\x8e\xe9\x3c\xdc\x80\xaa\x54\xc5\xea\x2a\x9a\xd5\xf2\xd9\xc4\x21\x0e\xec\x5d\x2a\xfb\x41\x37\x72\x8f\x30\x41\xc8\x54\xf1\x6f\xef\xc9\xd1\x00\x1b\x44\x76\x5b\x5a\xa6\x31\x83\x35\xa1\x0f\xd3\x21\x35\x5c\xe5\x4a\x66\x33\xfb\x42\xc7\x67\xd7\x48\x06\xb7\x5f\xfc\x45\x8d\x66\xda\xfe\xc3\xc5\x2c\x9f\x2f\x6f\x4d\xf0\x1c\x67\x8e\x7e\xbb\x46\xc1\xc5\x4c\xba\xa3\xb3\xa4\xee\xc1\xfa\xce\xc4\xd7\xc8\xed\xe6\x9d\xb2\x66\x6a\xb7\x24\x3b\x24\xb5\x5b\x22\x7e\x7a\xbf\x00\x45\x88\x01\x29\xdc\xbc\x79\xd6\x4c\xe1\xb6\x38\xe5\x64\x70\xab\x87\x88\xdb\xb9\x79\xe6\x01\x1c\x92\x4a\xbe\x31\x62\xa6\xb8\x1d\x43\x89\x1e\x81\x24\x85\xed\x81\xd1\x48\xcc\x46\xc6\xac\x96\x0c\x5d\x41\x0e\x23\x2d\x5b\x41\x7d\x6b\xe6\x65\xfb\x79\xca\x86\xde\x7a\x77\x73\xe8\xe3\x65\x1e\x43\x45\x1e\xce\x94\x90\x02\x88\xbe\x6e\x69\xe6\x9f\x57\xe6\x5a\x9a\x31\x29\xba\x0a\x3b\x84\x67\x63\x02\x9c\x66\x0b\x73\x20\xf9\x11\x97\xf2\xb2\xbd\x42\x91\x10\x97\x12\xd7\x60\x47\xf1\xc0\x4e\x30\x29\xdb\x00\x7e\x17\x7f\x8f\x39\x39\x02\xd7\xf2\x32\xcf\x8b\x6b\x26\x30\xb2\x84\x6d\x01\x07\x74\x23\x13\x47\xe1\x86\x41\x23\x15\x47\xc5\xe3\xdc\xd2\xd2\xdb\x64\x5b\x03\xd1\x3c\x60\x98\x10\x82\xb6\x18\x63\x6c\x63\xec\x01\xcd\x83\x87\x3d\xa0\xa2\x09\xb6\x84\x33\x23\x17\x9f\x03\x1a\xb6\x00\x6f\x11\xb4\x13\x17\x29\x94\x94\xd3\xa7\xf3\x77\xc0\xc7\xe5\x09\x22\xcb\x5a\xda\x52\x44\x91\xe7\x24\xe2\xb5\x46\xf1\x6c\xe3\xcd\xc0\x37\xd9\x12\x92\x03\x8e\xdd\x46\x40\x48\x56\x78\x4f\x27\xb4\xd2\x6d\xc7\xb2\x30\x9d\xd1\x96\x22\xea\xe1\xe1\x39\x83\xc2\xd8\xf8\xe3\x0b\x53\x3a\xe5\xf6\xcd\xae\xb8\x05\x89\xe0\x91\x4e\x94\x21\xa1\x71\x7a\x72\x51\x6c\x48\xbc\xb7\x5f\x68\x7e\xa9\xc4\x7b\x76\xbd\x04\xeb\x61\xbf\x98\x95\xd4\x15\xfb\x43\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x58\x6a\xba\xb4\xce\x89\xf0\xd7\x09\x59\x62\xee\x5b\x1e\x29\xcb\xd9\x7a\x99\xa1\xfb\x77\x65\x71\x69\x9d\x2e\xf4\xa0\x2d\x77\xcc\x90\x31\x74\x81\x28\x0e\x91\xba\x4f\x1b\x78\x33\x59\xdf\x8a\x63\x8b\x3d\x21\x7b\x52\x6f\x32\x37\xb8\xd8\x5b\x47\x16\x83\x1b\x8e\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x25\xda\xd2\x16\x33\xca\x10\x05\x1f\x39\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x08\x13\x4b\x02\xfe\x08\x11\x1b\x70\x6f\x55\x52\xf6\xe0\x46\x90\x96\x23\x56\x64\x19\xe8\x23\x47\x43\x3c\x4c\xaf\xd3\xe0\x23\x24\x09\x52\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x0d\xbb\xed\x7b\x82\xf7\xb6\x9f\x97\x5f\x5b\x7a\x0d\x6b\x63\x92\xaf\x4a\x8c\x4c\x0d\x1b\x46\x16\x01\x5e\x9c\xb7\xae\xea\xd5\xb4\x04\x4c\x5e\x8c\x05\x42\x1d\x0b\x06\xfe\xaf\x46\x42\x1a\x6f\xd4\x36\xd2\xd0\xe4\xc6\x37\xf9\xe0\x2c\x71\xe0\xcc\x49\xb3\xa4\x01\xe4\xa4\x29\xb8\xe1\x1a\xf1\x4d\x19\x37\x61\xcb\x26\xf6\x05\x77\xcc\x43\x43\x40\x43\x23\x0d\x4d\xc5\x9d\xd5\xb2\x57\x7c\x81\x1a\x69\x68\x12\x57\xac\x5a\x36\x3c\x01\x47\x5a\x33\x11\x4d\x25\xdf\x6c\xcb\x4a\x27\x28\x23\x99\x80\x79\x9c\x21\x2d\xeb\xe6\xc0\xd1\xd5\x32\xc1\x0a\x44\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xee\x08\x7f\xe0\x4a\x68\xf2\xef\xdd\x95\x56\x5e\x90\x15\x9a\xcf\x81\xb5\x8d\x97\x85\x8f\x9a\x89\x60\x1a\xc0\xea\xdd\x72\x38\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\x5c\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfc\xc2\x1f\xd8\x5e\x48\x39\x57\x58\x12\x69\xd3\x1a\x57\x58\x6a\x8e\xbf\xeb\x08\xb1\xad\x32\x81\xcf\x6a\xed\xa0\x46\xd6\xab\x01\x01\xe2\xee\x49\x15\xb1\x73\x18\x09\xe0\x41\xb9\x62\xf9\xcb\x3e\x47\xa2\x04\x86\xd0\x1a\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xbe\xcf\x0a\x0b\x30\x55\x73\x5c\x0e\xfc\x69\x8d\x1c\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\x66\xe8\x64\x0c\xe3\x6c\x25\x1a\x99\xac\x59\xea\xd0\xe4\xb8\xac\x59\x8c\x6d\x52\x48\xce\x84\x29\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x46\xf5\xa1\x94\x12\x79\x97\xb5\x62\x91\xed\xb2\x14\xbb\x0a\x1b\x81\xe0\xc1\x7f\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x42\xbc\x30\xec\x7a\xed\xf8\x81\x2b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xa6\x15\xf6\x19\x34\x40\xda\x25\x5d\x65\xcd\xee\x30\x37\x48\x95\x20\xb2\xd2\x04\xce\x96\x46\xe6\xc9\x8a\x61\xb3\xe5\x01\xfc\xfd\x68\xaa\x83\x0a\xda\x19\x07\x89\x6e\x4d\x8d\x01\x71\x35\xd5\xe4\xc0\x53\xd6\xf2\x8c\xcd\xf7\xc5\x68\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\xdc\x5a\xaa\x1a\x8b\x0c\x6f\xac\xa5\x7f\x17\xa9\xd2\xb8\xd3\x54\x35\x11\xe6\x90\x11\x20\xa5\x5c\x51\xca\x49\xf9\x89\x2b\x4a\x5e\xfc\x6f\xdc\x50\x9a\xc5\x43\xb0\x74\x02\x30\x7b\x84\x07\xd5\x0f\xae\x21\x55\x2e\x1d\xb4\x6c\x9c\x30\x37\x53\x1b\x89\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x1c\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x77\xf0\x61\xfa\x5c\x5c\x2a\x1a\x02\xb2\x19\x01\xe1\xda\x5e\x4a\x6a\x2e\x97\xe4\x80\x49\xed\x21\x9f\x84\x26\x79\x20\xb0\x3b\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x41\x1f\xb8\x9d\x88\x61\x92\x60\xcd\x0e\xaa\x18\xf9\x8c\xeb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x65\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1c\x85\xd0\x93\xf5\x4a\x28\xf6\x93\x1f\xd3\xc0\x8b\x66\x7a\xcc\x8a\x57\xb7\x91\x1e\xb3\x10\xa3\xde\xcc\x8f\x39\x4a\xbc\xe8\xc0\x73\xf7\x09\x92\x90\x65\x67\x8c\x0f\x49\x5d\x24\x1b\x19\x71\xd8\xf1\x6d\x92\x01\x8f\x1c\x29\xd5\x92\x7c\xc5\x90\x09\x15\x8d\x8c\xf5\x21\x16\x7b\xab\xec\x4a\xea\x09\x9a\xc8\x52\x5e\xf3\x6d\x3a\xf7\x7b\x71\x99\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x80\xe9\xe6\x29\x46\x48\x2f\x23\x0c\xd0\x91\xb1\x56\x74\xc9\x11\xc6\x0a\x4d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd2\x12\x9e\xa7\x1f\x31\xd7\x47\x3f\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x85\x5d\xe2\xa4\x81\x42\xcd\x3c\xeb\xe3\xf0\x30\xbe\x26\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd5\xa9\x0f\xe7\xa5\x81\x42\x02\xf8\x12\xd1\x45\xb7\x5e\xac\x23\x93\x4a\x2b\xc4\x3f\x12\x7f\xdf\x08\x47\x2e\x19\xf5\x91\x0b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x8e\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3b\x97\x53\xe6\xdc\x17\xf3\x83\x2c\x87\x78\xc9\xeb\xc1\xdf\xcd\x09\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x73\x46\x0c\x81\xc0\xa0\x19\x89\x1b\x76\x85\x64\x53\xad\x28\x2f\xa8\x1d\x15\xcd\x19\xcd\x1f\x48\x0b\x12\xbd\x9e\x7e\xc4\xb2\x71\x64\xf4\x19\x13\x81\x2b\xba\x6e\xe2\x21\x93\x6a\x50\x21\x20\x72\x6d\x12\xf2\x0d\xd1\x2b\xe4\x0d\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\x49\x56\xde\xb8\xc8\xb7\x87\xf1\x85\x94\x08\xe0\xb1\x97\xf4\x96\x84\x87\x6c\xab\x06\x20\xb6\xa2\x07\x82\x8c\x9d\x8d\xdb\x7b\x06\xf4\x35\x6f\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x1b\x7b\xc6\xb9\x35\xee\xe4\x95\x8a\xbc\xef\x9d\x3c\x32\x12\x36\xae\xe4\x85\x38\xc1\x95\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x39\x5b\x1a\xd7\xf6\xd2\xd0\x83\x44\x60\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe1\x0b\x73\x45\x94\x21\x53\x6f\xf3\x6e\xdf\x72\xcb\xab\x09\x5f\x98\x12\x79\x3c\x6a\xb4\xd5\x4e\xd5\x1d\x59\xa5\x0c\xac\xe7\xd2\x9f\xa1\x41\x8d\x8b\x7e\x45\x9b\x15\x17\xfd\x32\x79\x23\x5a\x31\x58\x03\x41\xc6\x6b\x7e\x5d\x1c\x26\x1b\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb3\x83\x98\xdc\x56\x30\x99\xe0\x04\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa2\x9a\x56\x10\x76\x94\x37\x0a\x8e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\xf8\x3d\x96\x06\xab\x12\x97\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x00\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x75\x6e\x77\x62\x44\x86\x5a\x9e\xa3\xd4\x00\xcf\x19\x34\xa5\xd7\xa1\x8b\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xa2\x8c\x3d\xea\xc3\xdb\xf6\xac\xd4\x60\xcf\x9f\x03\xc8\x7e\x84\x0d\x21\x1c\x44\xc4\x34\xae\x46\xa6\x42\x12\xfc\x56\x46\x24\x8b\xb1\x2f\xaf\xc2\xb0\x06\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2d\x09\xf2\x76\x31\x3d\x98\x94\xdb\xf4\xc0\x49\x7d\xbc\x70\xe5\xba\x0a\x4d\x03\x38\x65\x71\xdc\xad\xac\x0a\x12\xdc\xa7\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x52\xcf\x12\xbb\x88\x82\xe8\xd3\xfd\x43\x56\x99\xce\xf0\x03\xf2\x7b\x10\xb8\x43\x96\x54\xe0\x4b\x08\x2b\xc2\xe4\x03\xc6\x7b\xea\x3f\x8e\xcd\x78\x1f\xe2\xa4\x24\x19\x64\xf7\x52\x21\x36\x69\xe3\x92\x0d\x16\x93\x7b\x11\x7a\xdd\x0a\xa6\x0e\xfd\x38\xe5\xc3\x0e\xc3\x9a\x8b\x41\x14\xb2\x32\x6e\x70\x56\x6d\xcf\xde\xda\xd4\xe6\x5f\xbc\xb4\x21\xe5\x3d\x63\x7e\xb4\xd6\x93\xf2\x7d\x3c\x72\x2b\x67\xff\x99\x64\xa9\x95\x33\x90\xd2\x17\x69\xb1\xa4\xf0\x8c\xf9\xb3\xe0\x53\xde\xe4\x0f\x8a\x45\xae\x92\x8b\x52\x43\x4f\x52\x31\x67\x98\xcc\xb4\x68\x2f\x19\x3e\x43\xda\xa4\x66\xd7\xfc\x99\xd6\xa9\x95\xcb\xf4\x25\x0c\xa1\x21\x04\x4d\x93\x9b\xa6\x65\x22\xfb\x72\xd3\x34\x0f\x0f\x07\x76\x90\xea\xfe\x93\xb2\x59\xe3\x7a\x09\xd9\x07\x13\x3c\x57\x50\xb3\x31\x01\x26\x6c\x1e\xba\x1c\x0a\x91\xa0\xb1\x6b\x04\x5b\xe8\x7d\x2b\xb7\x02\x26\x23\xdf\xfa\x23\x5d\xe9\x96\x6a\x4a\x15\x93\xb6\x20\x33\xd5\x58\xcb\x2d\x82\x56\x5b\x43\xe8\x6d\x4d\xf8\xe7\x92\xd1\x17\x44\x19\x95\xed\x82\x24\x33\xdc\xfe\xa7\xfc\xcc\x65\xd5\xca\x13\x77\x38\x79\xf6\x9e\xa5\x7f\x57\x19\x1a\xfe\xa0\x34\x2c\x0f\x7f\x60\x06\x6e\xf9\x43\xb4\xbc\xe0\x40\x90\x59\x1e\x3f\xc2\x45\xbb\x38\x82\x4c\x53\x85\x0c\x16\x94\x58\x34\x8e\x99\x40\x6d\x1c\x33\xba\x07\xb8\xa3\x94\xb9\x46\xdf\xca\x6b\xed\x0f\x9f\xf1\xb4\x4a\xe2\xb0\xa5\x04\x9f\x8d\xfb\xa9\xee\xc3\x6b\x24\xe4\xf0\x17\xd6\x10\x3d\x21\x6d\x78\xaa\x5e\xca\x65\xc8\xbe\x5f\x98\x3c\xd8\x47\x0a\xed\xf0\x49\x56\x63\x3e\x35\x7f\x54\x7d\x32\x4c\xb5\xe2\x92\x71\x39\xdc\xa0\xca\x5c\xe0\x6f\x95\xc4\x00\x5c\x02\x6a\x95\xc4\x67\x84\x14\xb7\x7a\x44\xea\x46\x9e\x09\x1e\x3f\x1c\x00\x63\x3d\x93\xab\xc4\x6e\x10\x90\xde\x2a\xc1\x9f\xcb\x49\x10\xfc\xa9\x9f\xbb\x2a\xe4\x80\x85\x35\x99\xdf\x04\xaa\x5e\x93\xc2\x56\xf6\x17\xa5\x49\x8c\x2d\x15\x17\x8c\x82\x7a\x4d\x40\x1e\x08\xd7\x64\x06\x3f\x18\x4f\x4d\x5e\x7a\x65\x6d\x99\xdc\x82\x88\x0c\x35\x4b\x87\x38\x0e\x35\x07\x8c\x99\x2d\x17\x3a\x94\xa8\x6b\x04\x4f\x0c\x9b\xab\xb0\x81\x95\x95\xe8\x89\x9f\xcf\x9e\xe4\x6c\x13\x6e\x34\x77\xfb\x05\x07\xaa\xad\x3d\x42\xa0\x6b\x35\x8e\x54\xa1\xac\xe2\xd9\x29\xca\x19\x95\x70\xd1\x98\x49\x24\x1a\xb3\xc5\x82\x0a\x02\xb7\x2d\x8b\x14\xcd\x58\x15\x8f\x8d\xbe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x4d\xa2\x2a\x89\xb8\x3c\x6f\x77\x40\x8e\x6a\x8d\x2b\xd6\x8c\x50\x95\xb4\xbf\xb7\xdf\x55\x1c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\x85\x93\xc2\x55\x8a\x56\xf5\xf4\xc4\x38\xe6\x96\xb1\xc1\x25\x18\x6c\x60\x0c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x48\x2a\x01\x45\xac\x31\xc6\xad\xb7\xda\xa4\x19\xd0\xb4\xda\xa0\x19\x7e\xd5\x15\xb1\x1c\x31\x8c\x23\x58\x7f\x6a\x58\x44\x60\xed\xb5\xc7\xe4\x19\x12\x07\x4b\xec\x42\x57\xa6\x71\x7b\x3a\xfa\x84\xe7\xa9\x07\xcf\xf1\x45\xc3\x89\x98\x49\x78\x67\x71\xc2\xd8\x47\x48\x75\xde\x2a\xf7\x3d\xa4\x40\x75\x68\x22\x1d\xbe\xc0\xfb\xa2\x31\x18\xe0\x70\xca\x0f\x02\x54\xc9\xc0\x99\x8f\x88\xb3\xe6\xd9\x93\xc6\x22\x94\x0b\xa6\x28\x3e\x9d\x05\x03\x18\x66\xa1\x51\xa9\x86\x94\xe0\x01\xd9\x52\x02\xb6\x8b\xfd\x2c\x8b\x43\xe0\xa8\xd3\x79\xd8\xc2\xeb\x12\x87\x3f\x04\x40\x58\x1e\x91\x9e\x92\xf0\xca\x45\x12\x23\x36\x2a\xee\x16\xa3\x5b\x6a\x5c\x24\x81\x21\x57\x2e\x92\x14\xcf\xdd\x74\x9b\xf8\x3b\xd9\x48\x55\xce\xb9\x45\xb9\x47\x60\x4d\x58\x5a\xb4\x96\xd6\x15\xc1\x05\x7e\xe5\xf6\x79\x0e\xb0\x93\xc8\xb9\xaa\x51\x97\xda\x9e\xea\x47\x06\x2a\x2e\x84\x9b\x05\xb3\x44\xc5\xcd\xa2\x74\x55\xf1\xac\x48\x57\xab\x82\x88\x83\x47\x7a\x01\xb7\xef\x33\x44\x57\x16\xfe\x81\x4f\x48\xd4\x48\xfd\x42\xa9\x9f\x56\x43\x2c\xc9\x36\x67\xcf\x84\xc2\x87\x93\x1a\x93\x0a\x88\xd8\xc2\x7c\x06\xee\xf2\x96\x51\xaa\xa6\x8f\x7a\x06\x95\xa0\xc9\x09\xc5\x96\x58\x9a\x7c\x54\xa2\x1b\x02\x86\xc8\x76\x32\x29\x77\x26\x6e\xa3\x60\xbc\xa8\xa7\x32\xa6\x50\x44\xd8\x58\xfa\x8b\x48\xd4\xf0\xf3\xd4\x9d\xa6\x37\x62\x3f\x4e\xf6\x49\x9a\x71\xea\xe4\x84\xe5\x57\x24\x92\x64\xe3\x2d\x90\x14\x12\xd5\xb6\x4a\x78\x88\x1c\xb5\x7a\x65\x25\x90\xf5\x12\xc3\x6c\x10\x7b\x66\x0b\xb0\x5b\x34\xbc\x04\x27\x43\x23\xb5\x24\x91\xf8\x92\xe2\x47\xeb\x00\x1b\xab\x30\xe9\x94\x02\x7b\xbd\x6d\xce\x0f\x8f\xda\xa0\x7d\x29\x24\x88\x17\x0f\x33\x74\x6c\x2c\x16\x55\xd2\xfc\x60\x68\x91\xff\x3d\x6e\x5f\xf9\x56\xca\xab\x8f\x27\xde\x83\x2a\xe7\x17\xd6\x72\x7e\xf7\xf6\x31\xad\xa0\xc7\xcb\x7b\x22\x81\xe3\x2f\xe1\x89\xe2\x4c\xf8\x4e\x3c\x6b\x61\xcc\x10\xb3\xe4\xdf\x02\xfe\x95\x5a\x16\x9b\x3b\xa0\xcf\x92\x3e\xd1\x8c\x88\x4d\x92\x80\xb5\x66\x4d\x15\xa8\x55\xd3\xc7\xa1\x6a\xd6\xcc\xbb\x0f\x24\x1a\x86\x0a\x72\x4c\x34\xaf\x22\x2f\xd5\xb4\x06\xcb\x1f\x62\x53\x3b\xd4\x6c\xa7\x7d\x71\x6e\x39\xcf\x4d\x26\xce\x26\x36\x9c\x19\x1e\xc8\x96\x62\xbc\xc6\x0b\xd9\x87\x38\x38\x2d\x7b\x8a\x8a\x2f\x01\xee\xc1\x8b\x04\x15\x6f\x41\x93\x77\x62\xf8\x69\x5c\xc7\x20\x19\x65\x6b\x04\x48\x54\x18\x6f\x2b\x4a\x31\x20\x69\x53\xbd\x5f\xfe\xa0\x9c\x84\xc9\xab\x11\x85\xb8\x02\x0c\xea\xfa\x68\xb1\x0d\x67\x83\xd8\xd4\x8a\x0a\xea\xf0\x87\xd8\x5a\x7f\x51\x1c\x1f\xbe\x6c\x50\x93\x71\xa5\x35\x39\xa9\x10\xa9\xb1\xb5\xbe\x10\x28\x87\x19\xa8\xa9\xc7\x63\x37\x68\xdc\xba\x20\x95\x5a\x6b\xde\x93\x14\xe1\x5b\x95\xa2\x0e\x5b\x2b\x21\xbb\x72\xe2\x1f\x62\x1d\x35\x26\x02\x78\xaa\xb7\x10\x01\x3b\x85\xbb\x3a\x91\xdb\xad\x35\x89\x06\x12\x56\x23\x5c\x91\x02\x52\xad\xe9\x95\x50\x2d\x6a\xcd\x7e\x33\xcf\xa0\x12\xaa\x1a\xd9\xeb\x47\x17\x49\xe2\x2a\x84\x1f\x75\xeb\x35\xa2\x23\x91\x8e\xe5\xe7\x3e\x79\x2d\x42\x1a\xd7\xba\xa0\x46\x04\x69\x30\x2c\xdd\xb3\x8d\x1c\x8f\x4a\xf7\x6d\xe8\x89\x1e\xfe\x40\xb2\x59\x18\x4b\xf3\x9a\x82\xb6\xde\x06\xf7\xd2\x5c\xdd\xa8\x36\xd5\x8d\x49\x6b\xe1\x02\x70\xd3\x37\x2b\xab\x9a\x3a\x1a\x79\x1e\x87\x0b\x9f\x18\xbb\x93\xdf\x0c\xbe\x61\x82\x53\x1b\x30\x9a\x2c\xe9\xf6\xd3\x72\xe6\x5c\x88\xd4\xc0\x4a\xba\xfd\x72\x1c\x4e\x43\xbc\x77\x33\xa7\x0a\x24\xc2\x53\x33\x09\x8c\x94\xb3\x79\x0d\x52\xcd\xae\x79\xe3\x40\xb3\x71\x0b\x9d\x1a\x49\xac\x79\xf9\x51\x5b\x6f\xe3\x9a\x81\xc6\x84\xc6\xe5\x47\xcd\xfc\x0d\x9d\xda\x40\x82\xb6\xa2\x28\x1f\xcf\x50\x3f\xd7\xbd\x04\x1b\x00\x59\xb2\x0c\xbe\xff\xc4\xd0\x74\xfa\x89\xa1\x99\x07\xcc\x6b\x8a\xa0\xf0\x2e\xf9\x55\xdb\xbc\xab\xca\x38\xa9\x04\x90\xc7\xf8\xd6\xa4\x67\x95\x00\x3d\xf2\x8d\xec\x8b\x86\xf4\xb4\x4f\x98\x00\x1c\xc5\x39\xf2\xec\x3d\x7b\x41\x7d\x06\xac\x58\x88\xf5\x03\xe0\xaf\xed\x94\x58\x4a\x3f\x2e\x65\x00\x4f\xa7\xe1\x86\xfa\xa6\x1b\xfc\x84\x62\x86\x8d\x24\x3f\x35\xf6\xf9\x0a\xe4\xf3\x07\x36\xdd\x01\x2f\x09\xd9\xf4\xc5\x83\xee\xb1\xbd\x3c\xe8\x62\x9c\x85\x1f\x0c\x66\x6a\x61\xd3\x77\x0f\xef\x40\x39\xda\xdc\x31\x17\x5f\x98\x0b\xca\x09\x39\x86\x6a\x50\xde\x5b\x16\x5b\xed\x0b\xe4\x4f\x36\x10\xf9\xc5\x80\xd0\x73\x3d\xea\xe8\xb9\x54\x56\x6c\xed\x71\x40\x17\xcf\x6d\x46\xcd\xbf\x54\x32\xa8\x3a\x7c\xdb\x13\xcb\xf2\x45\xe6\x20\x19\x7f\x64\x8d\x92\xa9\x30\xad\x23\x33\xb5\x57\x18\x49\x4a\xb9\x78\x58\xb3\x3f\x48\xf9\xdd\x08\x42\xfc\x48\x8d\xd2\x1a\x8c\x86\x04\x4d\xad\xe1\x57\xaf\x12\x9d\xd7\xc3\x0a\x75\xe8\xc1\x5c\x10\x61\x28\x8c\x90\x17\x52\x4b\x3f\x24\x73\xf1\x55\x1c\xbe\xce\x0b\x7e\x7c\x00\xd4\xbd\x0e\x40\x1a\x91\xd6\xbd\x36\xa8\xb8\x6f\xbe\x89\x21\xfd\x24\x21\x53\xd5\x45\xd4\x89\xde\x53\x04\xea\x49\x9b\x28\x03\x12\xb7\x2f\x3f\xe9\x5a\xbb\xb5\xc7\x77\x32\x5f\x93\x00\xa4\x75\xf2\x27\x34\x21\xd7\x43\xad\x83\xc6\xf6\x6c\xfa\x78\x26\x92\x03\xa4\x7e\xc5\xee\xd8\x6f\x89\x49\xf1\x15\xfc\xc8\x78\x9b\xbe\xf9\x51\x25\xe3\x4f\xeb\xde\x0e\xd4\xe6\xdf\x49\x31\xad\x8b\xad\xeb\x13\x57\x9f\xe8\xa8\x7b\x35\x5a\xab\x6c\x42\x04\x3a\x7c\x8a\x14\x25\xad\x17\x2d\x6e\xdd\xe6\xde\x3b\x4a\x36\xd7\x12\xbd\x9c\x96\xa8\x15\x23\x9a\xe9\x9f\x63\xd9\x6b\x4c\x98\xcf\xaa\x07\x0b\x7a\x4f\x29\x8a\x30\xb4\x74\xd8\x53\xd2\x9d\xd0\x83\x3f\xc5\x57\xcb\xce\xfc\xe5\xf4\x85\x39\x93\x1a\x7a\x44\x7b\x37\xae\xfb\x83\xa8\x62\xf3\x98\x0b\x70\x21\x9a\x9e\x32\x8f\xad\x6f\xf6\x34\x8c\x00\xec\x4d\x62\x15\x2f\xe6\xea\x67\x25\x4d\xf1\x58\xb0\x18\x61\x17\xcb\xea\x42\x95\xaf\xd4\xe5\xe4\x36\xdd\xea\x8d\xc3\x16\x31\x77\x90\x00\x57\xb7\xde\x04\x4a\x5e\x54\x92\xa4\x34\x2a\x5e\x54\x72\x97\xb4\x6e\xaa\xa6\xbd\xd8\x6f\xa8\x20\x25\x30\x52\x50\xf0\x4e\x96\xe4\x06\x8d\xe9\xf8\xb8\x93\x3e\x88\x6e\x49\x46\x29\x6c\x27\x66\x4e\xd2\xd7\xc9\x87\x1c\x33\x96\xdb\xc1\x58\xfa\x34\x08\xcb\x6e\x67\x60\x8b\x5f\x81\x2d\x70\xd7\x6e\xf5\x07\xd8\x4a\x37\x3c\x3e\x00\x2c\x27\x83\x13\x75\x35\x32\x5d\x1b\x1d\xbf\xf6\xf8\x39\x20\xf8\xec\x44\xf0\x4a\x6b\xf3\xe9\x68\x58\xc1\xa9\xc9\x66\x36\x7a\xf3\x07\x6b\x75\x8b\x77\x2b\x60\x64\x73\xe9\xa6\x0b\xd4\x47\xad\x0a\x49\x61\x90\x1a\x73\x24\x39\xb0\x9e\xb8\x8e\x86\xa5\x20\xd4\x3f\x52\xa4\xee\xcb\x70\xbe\x6c\xc4\x27\x56\xe5\x2f\xcb\x41\x58\xd6\x27\x96\xc5\x24\x65\x33\xa2\xa0\xc9\x96\xe4\x6c\xdd\x7b\x72\x32\xc9\x7e\xea\x42\x88\x5f\x5c\x30\xcd\x4f\x61\xca\x88\x5e\x9a\x53\xef\xec\x28\x46\x15\x1a\x4a\xb5\x92\x9c\x74\xc7\xf4\x8b\x55\x09\x15\xbc\xd3\x15\xda\xda\x51\x80\x48\x7b\xde\x3a\x06\x59\x32\x79\xb7\x7e\x45\x52\x39\x86\x40\xcf\xa9\x12\xca\x4b\xd4\x4c\xf6\x44\x31\x96\x61\x6b\xd7\x27\xb0\xcc\x8e\xa5\x36\xdb\xaf\x00\x3c\x53\xbf\x4c\xd4\x0f\x7c\xae\x80\x3b\x3f\xdc\x87\xed\x99\xd6\xed\x14\x59\xd3\xed\xb4\xe8\x0a\xb7\x73\x95\xba\xa1\x3e\x69\x63\xeb\xb7\xd4\xc6\x99\xdc\xd8\x3b\x44\x0d\xee\xea\x1b\x33\xd0\xf5\x41\xeb\x3d\xea\xf0\xb4\xe0\xc2\xdd\xc2\x10\xd2\xdc\xdb\x04\x78\x82\xed\xb1\x4a\x0c\x73\xd2\x0b\xad\x8e\xd3\xe1\x6f\x4b\x6c\x78\x34\x3f\x26\x5f\x44\x00\xc1\xf0\xc8\x51\x87\xed\x25\x35\x28\x9b\x1d\x7d\xab\x4a\x4f\xb1\xae\x1e\xc2\x2a\x18\x9f\xc4\x1c\x9f\xb2\xa1\xd0\x9d\x54\x68\x06\xb7\x76\x59\x9d\xa4\xf5\x35\x0a\x84\xa9\xbf\x14\xab\x71\xf7\x5f\xce\x0a\x94\x69\x1c\x6c\x3e\x34\x6e\x1c\x5c\xc5\x2a\x3e\x83\x52\x1c\xd3\x61\xf4\xba\x6a\xc9\xc0\xf5\x5b\x41\xef\x71\x38\x98\x7f\x8f\xf3\x34\x78\x81\x16\x75\x9f\xdd\xef\x61\x0b\xb8\x2f\xeb\x19\x91\x88\x69\x6f\xd8\x48\x49\xf8\xfb\x02\x11\x87\xf4\x50\x30\xa7\xd6\xf8\xc8\xb3\x8c\xe0\x31\x64\x98\x00\x60\x10\xe1\x5e\xd9\xe1\xc1\xe5\x78\x52\x19\xb6\x91\x02\xac\xeb\x3b\xd2\x37\xfe\x5e\x17\xa2\x8d\x2c\xb6\x81\x3d\x03\x07\x6f\x59\x9c\x88\x61\x48\x9a\xbe\xa9\x91\x8d\xd6\x71\xca\xd9\xd9\x00\x2e\x14\x42\xaf\xf3\x8c\xac\x92\x02\x20\xcc\xa0\x23\x2e\x8c\xfc\xb1\x2b\x5b\x08\xa2\xe9\x88\x24\x84\x4a\x8e\xa1\xe0\x33\x7d\x91\x3c\x3b\x2f\x5c\xc4\x46\xfb\x0c\x22\xde\xf5\xf1\x52\x46\x68\xf7\xcb\xe8\x68\x74\x24\xfa\x6d\xa3\xc6\xdc\x79\x0e\x65\x8d\x67\x8a\x0c\x4c\xbf\xbf\x1c\x01\xe0\x55\x8f\xa6\xc3\xc9\xfe\x86\x2d\x40\x1f\x27\xeb\x15\x79\x18\xf1\x50\x53\x13\xf2\x2d\x46\x63\xad\x4d\x73\x92\xcf\x9e\x6b\xe4\xd0\xd1\x39\xca\xf1\x1c\x2d\xe8\x0a\xb3\xe6\xe1\xae\x53\x16\x2a\xf0\xaa\x2b\x8a\xf9\x77\x69\x2b\x2c\x79\x74\x8f\x16\xb2\xdf\xc0\x57\x5a\x05\x5a\xd7\xb6\xef\xdf\x3d\x72\xae\x35\xfc\xa6\x68\x16\xc3\x8b\xed\x25\x3a\xf6\x94\x0b\x05\x3c\xa7\x21\x23\x0e\xaf\x92\xe9\xdd\x1e\x04\x7b\x75\x6f\xef\x0c\xef\xb0\x7b\x2b\x71\x0c\x8d\x00\x48\xbb\x83\xe0\xf1\xa1\xf0\x39\x86\xa1\x08\x1c\xc9\x61\xf4\xb8\x9e\x20\xea\x3a\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x02\xd0\x11\x10\xc6\x54\x54\x47\xd6\x1f\xc4\x7e\xd5\xe9\x47\xae\x98\xb5\x10\x25\x2e\x63\x18\x33\x36\x94\x6e\x09\xee\xae\xce\x6a\xc9\x93\x91\xc7\xc6\x92\xbd\x23\x2e\x8c\xe5\x61\x47\x96\x1c\x2b\x96\x65\x7b\x53\x86\xba\xfa\x15\x3d\x33\xa4\x06\x4a\x9d\x4c\x43\x26\xe9\x1c\x3f\xb1\x12\xc6\xf4\xaa\x98\x67\xc4\x52\x48\x8e\x88\xad\x92\xa4\xd3\x6d\x04\xc3\x44\xa2\x19\xc1\x30\x85\xc3\xc7\xa9\x54\x3f\x43\x26\x40\xcf\x18\x1f\x2d\xa5\x76\xe5\x79\xb1\x2f\x3c\xa2\x24\xa8\x6b\xe3\x74\xed\x74\x4b\x90\x77\xa8\x03\x43\xe7\xa4\xfe\x83\x21\x27\x94\xf0\xc8\xf1\x10\xd4\x07\x89\x69\xc8\x7b\xd7\xc6\x56\xc4\x66\x9c\x0a\x92\xdd\x06\x05\xc0\x05\x39\x04\x8e\x6a\x98\x92\xdc\xb8\xcc\xba\x05\x08\x2f\xed\xd9\x22\xb3\xba\x16\x9c\x65\xdc\x8a\x45\xae\xe8\x76\x38\xba\x35\x87\xa7\x82\xf3\xd8\x5c\xaa\xc8\xb5\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x20\x38\xe0\x52\xc6\xfe\x8d\xcd\xa4\x4a\xfb\x36\x5b\x69\x1b\x8f\x3b\x85\xd8\x31\x88\x9d\x6a\xe2\x9c\xe5\x8f\x8c\x26\x8a\xcc\x75\x8a\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xcc\x32\x4a\x79\xa4\x76\xcd\xcd\x1d\xc5\xc7\xa7\x1d\x6a\xbc\x6e\xb5\xab\x79\x29\x21\xe2\x54\x5e\xcb\x13\xdb\xd8\xa3\xe4\x18\xde\xf7\x76\xc5\xe6\x88\x55\xe2\x1b\x5a\x0f\x4b\xbc\x48\x33\x39\x63\x64\x8f\x2d\x83\xed\x9a\xc6\x3f\x01\xca\x49\x18\xb5\xd9\x0b\xda\x3c\x2c\x3e\x13\x2f\xe6\xd6\xf3\x2b\xae\x8d\xc0\x35\xa7\x99\x64\x74\xa8\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x11\x02\x5a\xc6\x34\x4a\x4a\x8f\xde\x0c\x95\x10\xe4\x9a\x9b\xab\x65\xaf\x6f\x4e\xca\x1c\x19\x93\x3d\x8d\x61\x52\xa3\x9c\xf8\x03\xa9\xce\xd8\xa6\xb9\x4a\x15\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x77\xb5\xc8\xb9\xd5\x26\xe1\xd3\xa4\xf2\x6a\xd3\x90\x69\x95\xd3\x99\x45\xaf\xea\x2f\x1a\x6a\xfc\x41\xf4\x42\x60\x20\xd3\xee\x90\xbb\x4d\xab\x0c\x40\x76\x66\x21\x63\x95\xdf\x10\x9a\x14\xfa\xc7\xe4\x3e\x97\x76\xf4\x59\xac\x20\xc3\xc2\x8b\x2c\x50\x28\x18\x0f\xed\x64\x71\xf5\x19\x7c\x37\x83\x85\x09\x91\x0a\x02\xc3\x60\x66\x25\x36\xd3\x15\x55\x7b\x72\xdd\xd5\xe4\x38\x0c\x57\x05\xba\x0d\x3c\x87\x4e\x30\xd4\xb9\x65\x73\xd9\x90\x4d\x9a\x0c\x1f\xe9\x76\x6e\x2e\x96\x87\x33\xe4\xc2\x95\xd1\x8b\x73\xeb\x73\xc5\x8b\x73\xb3\x49\x30\x11\x99\x27\xb1\x43\x22\xe2\x6c\x5c\x21\xea\xf6\x4a\xe4\x95\xb3\x25\x74\xc8\x48\xd2\xa9\x63\x2f\xfe\x1e\xd3\x60\xb6\x14\x33\x1d\x4e\x96\xcb\x56\xe4\x2e\x69\xb3\xc7\x09\xa4\xb5\x41\x41\x4a\xe8\xd3\xac\x6c\x7a\x5a\x66\xf7\x22\x01\x73\xe2\x12\x15\x99\x1e\xda\x0c\x46\x27\x4a\xe2\xc9\xa3\xa4\x6a\x9b\xc3\x31\x68\x80\x86\xa7\xb6\x37\x47\xf4\xca\xe0\x03\x8c\x4c\xfe\x20\xcd\x2f\xfe\x40\x38\xc5\xf2\x87\x58\x06\x33\x9c\x81\x84\xac\x69\x5a\x15\x0e\x52\x32\xbd\x09\xe5\x79\xe0\x6a\xb4\x46\xc1\x39\xd5\x85\x9c\xae\x29\x55\x74\xf3\x4d\x53\x06\xab\x5e\xcc\x65\xa6\x00\xbe\x5a\x9e\x52\x24\xff\xb9\x54\xf4\xbb\xbf\x10\x1b\x9f\x6c\x31\x1d\xfd\x5b\xd5\x77\x2e\x2e\xaf\x43\x7e\x66\x28\x83\xce\x80\xc2\x09\xca\x02\x13\xc3\xa4\x94\x7c\x7e\x62\x4c\xa0\xf7\xb1\x52\x19\x0d\x3e\x41\x0d\x98\x99\x77\xa0\x95\xe5\xa7\x79\x51\x3c\x14\x28\x79\x94\xd9\x6a\xd3\x3b\xd0\xca\xec\xd3\xd0\x1d\xc4\x8d\xb9\x99\x56\x69\x1e\x35\x3c\x61\x4d\x10\x9d\xee\x89\xdf\x7c\x78\x06\xd8\xa7\x03\x30\x0d\xee\x2b\x2d\xc3\x21\x27\xea\xde\x21\x19\xc3\xc5\xd5\x9d\xab\x21\x37\x7a\x44\xa6\x3e\x2e\xd5\x82\x69\x34\xb2\xce\xc4\x89\x51\xb2\x21\x5b\xcd\x8b\x4b\x38\xd2\x0b\x53\xa4\xe8\x56\x98\x16\xf0\x13\x93\x09\xc1\x89\x49\x85\x86\x27\xa0\x30\x49\x86\xc1\x62\x1a\x73\x2c\x63\x98\x68\x75\xcd\x75\xdf\xc6\x4b\x38\x20\x2a\x5e\x73\x03\xee\x08\xe6\x00\x52\x5c\x58\x8a\x2d\xbb\x63\x37\x00\x3a\x8a\x60\x43\xe6\x99\xb7\x60\x63\x26\x37\x60\x43\x62\x99\x86\xed\xd4\x68\x7d\xf1\x83\x93\x92\xee\x75\x5f\xd8\xa5\x64\xaf\x6c\x3e\x02\xde\x7c\x74\x50\x38\xa9\xe0\x9c\x42\x57\x43\xa7\x2a\xd1\xc4\xb8\x49\x49\xc9\x36\x1f\x61\x48\x57\x5e\x7e\x96\x8f\xcd\xe7\xfc\x59\x85\xae\x4d\x62\x6f\x62\xc3\x49\xa5\xe2\x0d\x8a\xf9\x38\x36\x93\x45\x23\xec\x1e\xce\xd7\x2b\xad\xcc\x09\xff\x5b\x90\xa4\x97\xe2\x43\xee\x24\x0a\x61\x93\xca\xe2\x7d\x93\xfb\x2e\x4a\x0d\x36\xd0\x74\x1d\x04\x8f\xb3\x5f\xeb\xf0\x9b\xc5\x33\x51\xda\x40\x72\x1d\x1e\x7e\xd8\xea\x3a\xdc\x54\xd6\xbc\xd0\xe3\xe4\x40\x8b\x38\x5f\xd2\xf6\xb6\x95\x3c\xa3\xa8\x68\x6b\x73\x39\x0b\xec\xb5\x95\x22\xff\x2d\xcf\xf8\xaf\x92\x7f\x5f\x04\x62\x75\x9e\x3f\x64\xe1\x63\x4a\x98\x3a\x29\x54\xd5\x16\x45\xfe\x48\x7a\xd3\x96\x49\x49\xb4\x6e\x2e\xe3\x77\x0d\xbf\x5d\x39\xf6\x84\x99\x67\x6a\x81\xa2\x7f\x2e\x94\xb6\x25\x95\x5c\x39\xd0\xc9\xaf\xd8\xa0\x6a\xf3\xf1\xb3\x02\x60\x5b\x6a\x70\x25\x9a\x2f\xe8\x2a\xa3\x67\x67\xc8\xcc\xc9\x31\x22\x06\x2d\x74\x36\x6d\x39\x2b\x54\x36\x58\xf5\x32\xaa\x57\xa7\xee\x2a\x86\x4a\xd1\x1a\x33\x6b\x8b\x8f\x94\x45\xe2\x07\x34\x49\x4c\x04\x0b\x03\x6a\x13\x20\x56\xe9\x4b\x6e\x58\x89\xbd\x60\x49\x05\x8c\xad\xdf\xca\x7b\x2b\x98\x2c\x4a\xd2\xaa\x0e\x0a\xf9\x5f\x5c\x81\x56\x41\x5b\x35\x6a\x01\x30\x35\xb4\xc6\x16\x2d\xb0\xfb\x35\xff\x0e\xf6\x34\x1b\x33\x7e\x3c\x53\x39\xc9\x3d\xc0\x4a\xda\xe0\x6d\x0b\x3d\x51\xbd\x69\x85\x9e\x08\xca\xaf\x46\xe8\x26\x07\x74\xc1\x6e\x87\x90\x26\x2f\x89\x1e\xdd\x25\xb7\x85\xe4\x2c\x72\xa0\x52\x87\xb0\x2d\x72\xa0\x2e\x4d\x94\x8b\xb4\x24\xad\xd9\xa9\x38\x6c\x03\x62\xf2\x38\x84\x4b\x36\xac\x43\x64\x59\x2d\x4f\x4d\x79\x75\xe7\xca\x34\x0c\xdb\x55\x3e\x5a\x32\x65\x98\xd1\xea\xce\xd5\x06\x64\x7a\x43\x4c\x58\x1d\xe2\xd3\xfc\x5e\x9f\xbc\xdf\x70\x0c\x9b\xcf\x86\xde\xd9\x8f\x52\xde\xf4\x05\x42\x04\x53\x5b\x5d\x19\x5a\xfc\xa2\xf6\x5d\x13\x21\x7b\xec\x1c\xf3\x1b\x01\x3f\x7e\x21\x82\x57\x39\x74\x61\xbe\xf5\xde\xf0\x22\x6f\x49\x83\x09\xad\x11\x70\xb2\x75\x0c\xce\x18\x43\x61\xc9\xad\xc0\xa7\xe9\x65\xd2\x35\x21\xcd\xb0\xa7\x35\x11\x9b\x1d\x6e\xb3\xf3\x22\x09\x5d\xc6\xe6\x0a\xfd\xc9\x7d\xcc\xe5\xf7\x5a\xf7\x25\x21\xc1\xda\xd1\xc2\x16\x17\x91\x9a\x14\xc4\x00\x5e\x5d\x16\x6b\x05\xf5\x67\x86\x5c\x45\xea\x92\x87\x50\x53\xed\x98\x62\x71\x71\x44\x55\x59\xb5\x0a\xaf\xe5\x2d\x13\x3f\xa2\xea\x26\xc4\x78\x2d\xc6\xc3\x10\xb0\x96\xdb\xed\xde\x73\xdb\xc8\x8b\x60\x94\x69\x98\x6a\xb8\xeb\xa3\x5c\x0e\x38\x42\x2d\x45\xda\x59\x70\x7b\x2f\x51\x2e\x6f\x24\x4b\xef\x3e\x92\xa3\x65\x0b\x85\x74\xf7\xf5\x13\xb4\x89\x65\x78\xdd\x48\x6f\xcb\x22\xe5\x49\x83\x01\xaf\x33\x68\x13\xe0\x39\x63\x44\xda\x9f\x06\x74\xb0\xa6\x93\x00\xa5\x78\x36\xdb\xa8\xad\x63\xfb\x7c\x79\x28\x43\xca\xb4\x74\x3c\x2a\x1d\x2f\x8b\x2b\x4c\x8f\x43\x30\xf9\xe5\x4b\x67\x26\x3e\xab\x8d\x09\x5d\xa2\x57\xbc\x0f\xb0\xae\x60\x9b\x4c\xf1\x92\x73\x31\xc3\xe0\xf2\x62\x12\x8c\x3d\xf9\x51\x5c\x38\xa6\xf5\xad\x8a\xe0\xb4\x48\x6b\xe2\x85\x9e\x05\x5f\xf7\x52\xfc\x92\x19\x77\xff\xee\x19\x90\x6c\x84\x8e\x2b\xf6\x78\xad\x38\xce\x1c\x81\xb0\xb9\x7e\x57\xa0\xa8\x2d\xd4\x57\x05\x38\x93\xa3\x0f\xcd\x0e\xeb\xf1\x84\x30\x7b\xae\x13\x0f\x77\xf1\x21\xa0\x57\x8c\xc3\x23\x59\x96\xd0\x7a\x9c\x4c\xfc\xe2\x89\x44\xc2\x5e\x6f\xd4\x41\xe6\x17\x6f\x14\xeb\xeb\x59\x5e\xf7\xd1\xd7\xb3\x70\x5c\x6a\x8e\x5b\xde\x0d\xd6\x1d\xb5\x74\x5c\x6a\xeb\x5e\x16\x6e\x47\x4a\x5e\x38\x28\xbd\x26\xf0\x39\x0e\x5b\x64\x5e\x28\x4b\x04\xfd\xff\x10\xfa\xaa\xbd\xf1\x13\xa1\xaf\xcd\x1f\xa0\x3f\xc3\x1f\x64\xe5\x10\xb2\x4f\xb0\xf2\xe5\xcb\x63\xbf\x7b\xc0\x0f\xc9\xc7\xc8\xa9\xda\x3e\xe6\x2f\xd5\xd7\xf2\x49\x81\x44\x93\x97\x80\x63\xe7\x05\x41\x78\xfa\x15\x44\x78\xf8\xd1\x69\x48\x68\xe2\x85\x1d\x1e\x36\x88\x01\x1d\x04\x31\xc7\x85\x60\x84\x95\x61\x7c\xc2\xd2\x0a\x45\xfe\xe4\x80\xa2\x2f\x70\x06\x10\xe7\x13\xaa\x2c\xfb\xf3\x91\x6b\xeb\x2b\x21\xc1\x7d\xe9\xd9\x16\xde\x90\xe5\x28\x7e\x72\xac\xdd\x17\x50\x0a\xf9\xe6\x53\x02\xbe\x8b\x17\x22\xa2\x9d\x0a\x16\x55\x3d\x71\x1f\xd5\x51\xb0\xf9\x43\xd8\xa8\x86\xc1\x4f\xd5\x93\x05\xed\xfd\x54\x27\xc2\x76\x7e\xb8\xd4\x22\x07\xfd\x54\x33\x79\xb2\xb7\x1f\x35\x50\x3d\x27\x1f\xc3\x40\xd5\x6d\x3e\x8d\xf0\x52\xc8\xd9\x47\x96\xa5\x5f\xe2\x23\x33\x12\xd4\x3d\x00\xc4\xb4\xba\xee\x99\xe5\x0b\x97\xbf\x9d\x57\xd7\x60\x99\xfd\x81\xdd\x99\x76\xc5\x86\x4c\x3f\xf2\xc8\xc1\x2c\x3e\x61\xe2\xb4\xb9\xd7\x3a\xb4\x0a\x7d\xe4\x1c\xda\x74\x3f\x43\xa9\xde\xdd\xdd\xba\x60\x31\xaf\xdd\x67\xaa\xb9\x42\xac\x3e\x66\xaf\xd0\x1c\xf2\x59\xb1\x60\x60\x44\x06\x0a\x4d\x23\x1f\x63\x4d\x34\xe7\x7d\x54\xec\x34\xb0\x7d\xb4\x45\x6a\x79\xfb\x2c\xa7\xcf\xf0\xcb\x43\x0a\x84\x97\xc5\x7e\x3c\x18\x2b\xe6\xc5\x0b\xd6\xc7\xa1\x3d\xe4\xf3\x71\x8b\x90\x90\x3f\x1f\x8f\x03\x1a\xca\x47\x65\x4c\xcd\xfb\x63\x64\x87\x5e\xa1\x8f\x41\x8a\x8a\xf6\x9f\xd3\xd8\x7b\xf1\xeb\x8c\x23\x6b\x07\x01\x26\x16\x20\x81\xd6\xc5\x4f\x69\x85\x2a\x13\xff\x90\x41\xa2\x2d\xff\x8e\xcc\x34\x6d\x60\x78\xb7\x88\xc7\xf5\x08\x4d\x30\x1f\x9c\x71\x54\x34\x6a\x94\xff\xd9\x60\x65\x5d\x5e\x0f\x55\x9a\xfe\xa8\x91\x6d\x75\xf5\x1b\x52\xf8\x91\xaa\x8b\xc8\x17\xf2\xf5\xf4\xf9\xb2\x50\x05\xcf\xaf\xbd\xb1\x2e\x72\x55\x76\x29\x03\x06\x4a\x1d\x4e\x1f\xb5\xad\xe5\xdf\x5d\x3b\x54\xf9\x73\xbb\x15\x10\xc2\x8f\x79\xae\x75\x1b\x7d\xd0\x98\x96\x94\x41\x53\xa3\x9b\x17\x17\x1a\x3c\x2b\x8f\x63\x30\x36\xd9\x1e\x9a\x24\xca\x80\x46\x6f\x58\x7d\x24\xc3\xaa\xc2\x1f\x0d\x8d\xda\x14\x3e\x6f\xf4\xc5\x67\x46\x89\x78\x7b\xea\x83\x27\x2c\xa9\xd5\x9c\x47\xcc\x6b\xf0\x92\xfc\xa5\xf3\x62\x45\xaa\xe4\x0b\x59\xb4\x90\x8f\x4f\xac\x7a\x1a\xe4\x4f\x4a\xa3\x1b\xc5\x7e\xe2\x90\xea\xa0\xf7\x29\x51\x54\x03\x3e\x93\xea\x1e\xdc\xe5\x84\x12\xae\x12\xbf\xdc\xbe\xf0\x4b\x0e\xc6\x41\x67\x78\x9a\x5a\xfc\x20\x3d\xe8\xfe\x40\x51\x71\xe8\xf0\x99\x31\x5a\x74\x9f\x3d\xb7\xc8\x53\xa7\x36\x3a\xe8\xfb\x89\x72\x41\x3d\x87\x76\x16\x0b\x6b\xd9\x6d\x71\xbe\x7e\x24\x06\x67\x5b\x3f\xfc\xc0\xc2\xab\xbb\xce\xd0\x55\x59\x18\xdc\x38\x49\x60\x48\x81\xb9\x76\x12\x13\x68\xa2\xac\xb3\x06\xc6\xfb\x43\xa0\x00\xcd\xcd\x64\xe4\x57\x5b\x05\xa8\x1d\x3c\x39\x9b\x07\xd3\xb1\x8d\x9a\x80\x37\x9c\x88\xfd\x94\x89\x6b\x27\x09\x94\x35\xe3\x9e\x94\x41\x30\x5e\xe9\x24\x08\x70\x56\xdb\x92\x4f\xda\x0d\x6b\xca\xaf\xcc\x22\xc8\x66\xb6\x81\x75\x73\xf9\xc8\x6b\x78\x82\xa6\x47\x62\x1e\x9e\x1d\x18\xb8\x1a\x87\xd1\xfd\x46\x94\xe0\x34\x9f\x08\xf4\x54\x2e\x68\x27\x42\xfc\xac\xfe\x3d\x46\x63\xcd\xba\x92\x34\x9d\x9c\xd8\xde\x4c\x19\x78\x12\x45\xaf\x16\x7f\x92\x59\x40\xed\xfb\x1c\x0e\xcd\x54\x09\xb4\x30\xfb\x7c\x3b\x91\xe1\xbb\x90\x1c\xe0\x80\xd3\x08\x9b\xdc\x70\x04\xc3\xd5\x50\xf6\x4f\x42\x30\xba\x43\x4f\xa9\x1a\x06\x8b\x93\x80\xc3\x12\x40\x23\xe0\xb0\xc7\x0f\xa2\x47\xb6\x39\xe2\x2f\x67\xfc\x34\x77\xa1\x72\xb1\x05\xbe\xbc\xe3\x70\x5a\x5a\x3a\x9e\xc9\x4a\x09\xd7\x3a\xa7\x72\xe2\xf0\x87\x13\x3d\x90\xf5\xe1\x90\x8a\x43\x65\xbe\xe4\xe1\xd0\x42\x0d\x4e\x71\x1a\x96\x08\x7d\x38\x55\x00\x26\x66\xe5\x53\xaf\x95\xf6\xed\x73\x61\x57\xf6\x54\x59\xb3\xae\xe5\xef\x72\x2f\xb7\x13\xf3\xa0\xbe\x85\x73\x79\x39\xdd\x67\xae\x46\x79\xc2\x17\xd6\xda\x18\x9f\x7b\xb2\x22\xdb\x8a\xd2\xb9\x3c\x93\xa7\x11\xed\xe0\xc4\xfd\xa5\x27\xf1\x84\xcd\x74\xa4\x88\xf3\xe3\xfd\x57\xbe\xa1\x00\x9c\x1e\xde\x93\x54\x47\x53\x48\x71\x33\xb0\x0b\x72\x23\x0f\xb5\x56\x9d\x6a\x13\x9a\x51\x4f\xb4\x09\x03\x57\x4e\xcb\x38\x68\x60\x3c\x55\x26\x3c\x86\x11\x45\xcf\x47\xa7\x4a\x3c\x50\xe3\xa2\x9f\x16\x63\x2b\xad\x95\x78\x56\x6d\x12\x8f\xb0\x2f\x9a\x3f\xe0\x3c\x4d\x44\xee\x00\xca\x4b\xe2\xf6\xa9\xcc\x52\x6d\x4e\xe6\x57\xd8\xd9\x69\x82\x03\x34\xcf\x53\x7d\x43\xeb\x16\xa5\x81\x72\xd0\x95\x4b\x54\x03\x4c\xb0\x30\x2d\x5d\x27\xc9\x0e\x0c\x35\x3d\x2f\x6a\x5a\xc0\x63\x4f\x42\x1e\xbb\xd0\x20\x03\x52\xf7\x08\x93\xe8\x48\x4b\x1c\xf5\xe1\x72\xdc\xef\x3a\xcd\xad\xa8\xb4\x73\x06\xf3\xc2\xb8\x73\xca\xbc\xfc\x01\x2d\x44\xfe\x7c\xde\x96\xd8\xf3\x9b\xca\x10\xec\xae\x65\xf4\x62\x8c\x3b\xe0\xc4\x04\xc9\xad\xa8\x97\xe3\xb4\xd8\xa3\x87\x15\xbb\xa1\x86\x8f\x13\xb3\xa1\x77\xcb\x4e\x53\x2b\x22\x99\x9d\xde\xf6\xf3\xe2\xe8\xf9\xc8\xdc\x7d\x86\x46\x0b\x3e\x8c\x86\xdd\x91\x31\x1a\x7a\x91\xed\x84\x1f\x1a\x9c\x71\x3e\x5c\x57\x46\xd2\xa5\xaa\x52\x33\x48\xed\xc4\x09\xd7\xa2\x4f\xd8\x14\xb6\xfa\xf3\xb1\x20\xb7\x94\xee\xb1\x24\x88\x3f\x04\x90\x58\xc2\x2b\x90\xe8\xd5\xd0\x7e\xcd\x86\x94\xda\xab\xaa\x6a\x67\x28\x31\xd5\x17\xd2\x54\xc8\x8c\x5e\xe7\x67\x4f\x13\xdd\x8e\x35\x90\xb1\x20\xc7\xf7\x96\xa0\x71\x41\xf8\xe9\xcc\xf7\x7a\x5a\x0b\x98\x11\x2e\xb2\x14\x68\x29\xb9\xb8\xd6\xe7\x0d\xb7\x0b\xd5\x66\x34\xe6\x77\x1d\x1c\xa7\xe5\x33\x50\x82\x9c\x5d\x38\xe9\x8c\x53\xba\xac\xfd\xcb\xe6\x5e\x87\xc6\xba\xcc\xf3\x89\x95\xd5\x4e\xc5\xe8\x66\xe3\x9b\x8e\x6c\xfc\xe0\x1f\x4c\x3c\x93\x01\x91\xd3\x77\x11\xa8\xa2\xea\x74\xc5\xbd\x3e\x60\x7c\x11\xa8\xe2\xc1\xbf\x2c\xd8\x44\xba\xeb\x76\x51\xa5\x69\x1c\xb6\x50\xd3\x43\xa4\xbb\x90\x0b\x8a\xa4\xed\xc2\xde\xa9\x8a\x73\x91\x5f\xd9\x93\x7f\x85\x59\x93\x53\x4d\x9d\xac\xda\x6b\xfb\x8e\xca\x5d\x19\x84\xc2\xa2\x78\x85\xf6\x34\x7c\xc1\x4e\xc3\x79\xa4\x4e\xe2\x9e\x0c\xb3\x24\x93\xb2\x69\x98\x2f\x03\x55\xb4\x0d\x5f\xde\x68\x90\xc6\x5f\xde\x68\x30\x0e\xe4\x32\x6a\xc5\x18\x8f\x4b\x55\x2a\x9e\x25\xe6\xee\x42\x51\xc2\x82\x9a\x5e\x58\x3d\x95\xf4\x2f\x2f\x3b\x04\x58\x4d\xb3\x1c\x70\xf5\x82\x83\xa1\x20\x57\x31\xe3\x05\x93\xe4\x52\x83\x86\xd2\xab\x58\xd9\xc7\x67\x0e\xdf\xf4\xd9\x22\xf9\x0e\x41\xc6\x02\x08\xd9\x55\x23\x97\x21\xcf\x72\x5f\xa0\x60\xb1\x27\xb8\xd0\x45\x62\x02\xfd\x99\x17\xc9\x08\xa8\x7b\xd0\x2e\x62\x64\xbc\x82\x70\x11\x2e\x6a\xd4\xc9\xc5\x0d\x06\x2f\x88\x5e\x58\x3e\xb5\x82\x5e\x44\xc8\x74\x17\x83\xe5\x53\xd2\x7d\x59\x02\x0a\xfd\xef\x6a\xe0\x8b\x30\x6a\xb0\x32\xd1\x25\x0c\x99\x0e\xd0\xa4\xbe\xa2\x45\x3b\x7f\x7c\x59\x58\xb3\x5d\x2d\x60\xcf\xd0\x08\x38\xaa\x03\x97\x96\x4c\x2d\xf0\x57\xe7\x2e\x0b\xb4\xfb\xe2\xc2\x83\xce\xfa\x6b\xeb\x8e\xa3\x23\xb3\x5f\xa1\x3b\xa2\x09\x5c\xc4\xdd\x0c\xf7\x8a\x5c\x4b\x2b\x3a\x52\x84\x9d\xbe\x5c\xcc\x9c\xdd\xd1\xb9\xa8\xe2\x7b\x75\x41\x60\x6b\x40\xef\x56\x0d\x05\x73\x0f\x96\x31\x34\x62\x10\x57\x03\x49\x36\xdf\x2e\x1c\x8d\x1d\x1d\xf2\x42\xd5\xec\x53\x80\x87\xaa\x29\x41\x08\x71\x47\x10\x0e\x89\xbf\xed\xa7\x47\xcb\x0e\x0c\x20\x6d\x22\xda\x54\x2b\x81\x04\x5d\xdc\xe3\xeb\x90\xcb\x6b\x1a\x8d\xe1\x12\xa9\xe7\x1e\x54\x81\xc4\x48\x1d\xed\xf0\x5a\xa2\xa9\x2d\x88\x2c\xed\xdd\x8f\x62\x74\xbf\x8a\xae\x18\xdd\x2b\x7a\xd2\xe1\xcb\xca\x08\x9e\xdf\xd0\x41\x45\x86\x8f\x92\x8d\x34\xc9\x64\x46\x9e\xb8\x8f\xca\x83\xe8\xf3\x31\x35\x26\x73\xc7\xb5\xa8\x95\xea\xfa\x08\x22\x61\xfa\xd1\xce\x09\xb0\xb1\x48\x0e\xa7\x68\x8e\x44\xad\xd1\xd7\xd6\x6c\xb3\x69\xc9\xae\x33\x16\xc5\x57\xca\x0d\xae\xc3\x84\x89\x2a\xb9\x57\x28\xb9\x6e\xe8\xe9\x5e\xf9\x0c\x67\x46\xd7\xb8\x4e\xab\xb1\xd9\x5a\xdb\x24\x93\x3d\x9d\x93\x43\x0b\x74\xff\x0e\x92\x20\xaf\x5e\x38\x16\x3b\x0a\xc5\x25\xb7\xf7\x1c\x7a\xc1\x41\x8b\xf5\x75\x49\x73\xe6\xb7\xe6\xbd\xcb\x14\xca\x53\x1a\x1c\xc6\x46\x44\x8c\xeb\x0e\xe4\x60\xf1\xf8\x01\xfb\xf0\xab\xc0\x5f\xa6\x40\xb0\x8c\xd7\x9e\x2d\x2f\x68\xee\x8e\xeb\x09\x41\x9c\x16\x04\x71\xea\x37\xb9\x1e\x7b\x02\x58\x0f\x42\xb9\x27\x84\xdb\x73\xdd\x63\xf4\x48\x0c\x05\xc4\x43\x16\x23\x77\x76\xb3\xdb\x12\x84\xc1\xfc\x82\x1a\xa4\xaf\x97\x80\x37\xb1\x72\x73\xd5\x62\x9e\xf8\x0b\xef\x5d\xf7\xe4\xbc\xd4\xba\xc3\x70\x75\xbd\x8e\xb6\xd7\x76\x1f\x2a\x91\xd0\x82\xdb\x42\xd9\xee\xcd\x6d\xea\xbf\xe4\x57\xec\x0d\x6b\xb8\x0f\x75\x86\xea\x0f\xe1\x14\xd9\xcf\x5e\x55\xa0\x8e\x47\xa3\x58\x6e\xed\x08\x7b\x77\xd8\x02\xd9\xfe\x9b\x3b\x0c\x7d\xda\x82\xed\x84\x64\xde\xe1\xe3\x6b\x3c\xb3\xb5\xec\xc4\x8d\xbf\xcf\xe4\xb9\x37\xd1\x2e\x66\xb9\xbe\xb1\x16\x52\x4c\xa4\xdd\xc9\xe9\x31\xa3\x24\x0a\x77\x5f\xa0\xab\x48\xb5\x77\x8e\xe9\x31\x25\xf9\x1d\x16\x8c\xdb\xbc\xc4\xaa\xa9\x77\xb8\xf8\xa2\x89\xd1\x4b\x76\x9c\x89\xe3\xaa\x7e\xa5\x07\xcb\xbf\x6b\xa6\xe2\x04\x50\x09\x78\xbf\xb0\xbc\x62\x39\x38\xc4\xb4\xbb\x04\x8a\x32\x64\x09\x2c\x02\x54\x7a\xd6\xd4\xc8\x6e\x72\xfe\x2b\x9e\xde\x55\x4a\x2b\x10\x6b\xcc\x85\x9e\xcd\x28\xac\xb7\xf3\x0e\x8b\x21\x27\xe1\xf6\xf2\x9c\x46\xef\x9b\xd0\x16\x33\xd6\xdc\x5c\xa4\x93\x84\xdf\xb2\x1e\xcc\x23\xf7\x66\x37\x65\xb9\xff\x4d\x49\x7c\xf8\x03\x20\xc2\x9e\x72\xeb\x68\xab\x7e\x24\xe7\x1d\xfe\x20\xf3\x29\xb6\x60\x08\x70\xf2\x8e\xba\xd9\x02\xb5\x07\x02\x30\x77\x6f\xa0\xcb\x3f\x6e\xee\x96\xab\xca\xde\x56\x59\x6f\xc2\x41\x9e\xb1\xfc\x01\x2f\x1c\x82\xf9\x8d\x33\xeb\x10\x24\xc1\x26\x9c\x89\x4a\x31\x08\x7e\xcb\x26\xb0\xb2\xdc\xa6\x8d\x31\xd4\xf0\xf6\x82\x9d\x01\x7b\x77\x5c\xaa\x83\xe6\xdf\x24\x91\xf1\xf8\xde\x46\x4d\x1a\x84\x78\x73\x3d\xdc\x18\x94\x9b\x8b\x74\xde\xf4\xba\x83\x63\x0c\x3f\x92\xed\x8a\xb1\xdc\x9e\x33\x4f\xf5\x2d\xf7\x70\xad\x5c\xf0\x36\xeb\xcf\xbd\x24\x36\xa2\x6f\x98\x30\x05\xdc\x12\x01\x45\x72\x3d\x58\x81\x8d\x4b\x32\x1f\x9d\xc9\x60\x3d\x17\xa6\xde\x0f\x3c\xc5\x6f\xb5\x45\xe0\x6f\xa8\xdf\xbd\x02\x18\xac\xe0\xa3\xd4\x25\x7e\x7c\x04\x86\xcf\xda\x0e\x61\x28\xf7\x47\xbc\x43\x10\xba\x3f\x31\x2a\x0b\xe2\x72\xb7\x42\xeb\x4d\xac\x8a\xd9\xb7\x6e\xef\xbd\x69\x2b\xbe\x4f\x2b\x82\xfb\x95\xb9\x65\x34\x6e\xdf\xa7\x90\x65\x10\x22\x54\x0e\xac\x29\x37\x8c\x60\x24\x5b\xbb\x30\xa6\x7b\x05\xc8\x68\x70\xa9\x6f\x49\x85\x50\xfc\x06\x72\xf8\x7d\xe9\x4c\x6c\xbe\x60\x49\x90\x3a\x91\xd6\x8e\xe2\xba\xed\xbe\xa4\xb7\x6e\xc5\x8d\x5e\x2a\x4a\x78\x03\x4e\x9d\xf3\xbe\x01\x89\x93\x22\xc2\x84\x9a\xeb\xed\xc6\xb2\x39\xb0\xea\xdc\x86\x5e\x2a\x12\xdc\xb7\x41\xa3\x9e\x9f\x5b\x53\xb4\x9b\x4a\x4a\x5c\x93\xf8\xdd\x68\x81\x01\xaa\xdb\x7c\x33\x2c\x29\xcc\x9f\x1e\x51\xcc\x9f\xda\xfa\x6f\xe2\x45\xac\xcc\xd6\x6e\x2e\x0e\x98\x4a\xfe\x7e\x02\x9c\x74\x85\x61\x74\x89\x29\x8f\x57\x9d\x59\x92\x11\x98\x6e\xc6\x63\x81\x17\x7b\x95\x38\x89\x0a\x8f\xf3\xf3\x99\x40\x20\x47\x88\x1c\xfa\x74\xf4\x0a\x0e\x9f\x49\xea\xe0\x8c\x36\x5f\x2a\x5a\x08\x6e\x12\xd4\x19\x3d\x79\xbf\x0e\xec\xdf\x03\x32\xcc\xf4\x0d\x02\xe2\x57\xea\xc7\xf6\x44\x2d\x58\x67\xf1\x7a\x03\xca\xd1\xcc\xe5\x01\x5c\x9f\xb0\xc6\x42\x26\xa8\xd0\x9b\x8d\xd0\xa4\x40\x6f\x31\x70\xe5\x21\x9f\xad\x7e\x93\xc7\x82\x3c\x1e\x1b\x2a\xf1\xd6\x91\x6d\x00\x76\x70\xd0\x28\xc4\xbb\x3f\xa2\x05\x8c\x6c\x64\x9f\xe3\xd4\x4e\x5e\xcc\xf0\x4e\x0b\x2e\xdd\x45\xe4\x26\x15\x74\xeb\x40\x38\x7f\xe0\x52\x46\x25\x3c\xc9\xe1\x98\x78\xb2\xe4\xe6\xe2\x59\x09\x1c\xe4\x78\xbc\x4b\x20\xda\x3c\x24\x82\xd3\x42\xfc\x98\x9f\xd6\x70\x66\x4a\xe8\x66\x95\x4d\x8b\xe6\x2a\x5b\x59\x34\x37\xe2\x41\x1f\x12\xae\x98\x13\xf5\x41\xa9\xd2\x00\x6f\x01\xdd\x65\x04\xf3\x53\x48\x1f\x7b\xf8\x43\xf3\x07\x5a\x5b\x9d\x8f\xdd\x7b\x8a\x35\x46\xec\x49\x9b\x89\x10\xc4\xda\xab\x8e\x44\x75\xdc\x3a\x50\x43\xa8\x8e\x5b\x07\xfa\x18\xc5\x71\x8b\x6c\x97\xe2\xb8\xd5\xbc\x8a\x8f\x01\x99\x3a\x02\x9e\xb0\x02\x83\xef\x4f\x45\x22\x75\x5f\x60\x55\x46\x49\x3f\x24\xa2\x1d\xb0\x2a\x4a\xde\x16\x6f\x24\x50\xf2\x76\xf7\xf4\xad\x9a\x4b\x41\xdc\xaa\x5f\x9c\x82\xb8\x29\x42\x64\x9f\xa6\x95\xbd\xfa\xa2\x8e\xef\x36\x37\x2f\x77\x35\x47\x7d\x69\xcf\x57\x9b\xc3\x15\x43\x21\x2c\x83\x4b\x15\xee\x46\x19\xdc\xd2\x6c\xdc\x9d\x31\xab\xea\xb1\x81\x7e\xa4\x92\x0c\x4f\x7b\x46\xec\x39\x60\x24\x85\x6c\xc0\x7d\xd8\x95\xcf\x9c\x2c\x71\xc1\x22\x33\x46\x13\x3f\xa4\x55\xd3\x10\x69\x0d\x5d\x2d\xe3\x0f\x46\x5f\x6f\x83\x3f\xdc\x29\x58\x87\x7f\x27\x20\x6a\xda\x96\xca\x2a\xcd\x6f\xa8\x50\x19\x7f\x67\x9d\x62\xc8\xd4\x08\x85\xac\xf1\x4c\x2b\x62\xfb\x0c\x9b\x84\x3c\x3e\x5c\xd9\xd3\x83\xf9\x6c\x2e\x59\x34\xe7\x51\x66\x37\xeb\x99\xa4\xcc\xee\xee\xc8\x17\xa8\xae\xce\xc1\x67\x62\x2f\x11\x7c\x58\x69\xa9\x82\xdb\xa8\x9b\x5b\x54\x1c\x29\x9b\x5b\x92\xe7\x50\xe6\x77\xd8\xd8\x0c\x6c\xd3\xc6\x5a\xfa\x78\xe6\x5a\x81\x35\x02\xa8\x8e\xbb\x47\x63\x41\x58\x56\x23\x91\xb5\xf5\x71\x87\xde\x19\x0b\xe4\x5a\xec\xe5\x21\x82\xe3\x70\x1b\x3f\x81\x2a\xc0\x06\x45\x2a\x02\x86\x9f\x8f\x09\xa1\x01\xa0\xd6\xd8\x38\xae\xd6\xd4\x85\xe0\x3d\x28\x52\x29\x30\x2d\x82\x36\x20\xf3\x0f\x0a\x93\xc6\x3e\x0a\xe9\x66\xad\xb1\x8f\x96\x56\xa9\xd1\x49\x05\xe3\xe9\x37\xcb\x21\x98\xfa\xa9\x10\x09\x33\xa6\x46\x6e\x51\x0e\xa3\x2c\xee\xfe\x8a\xf1\xb8\x6f\x37\x44\x34\x78\xe3\x21\xfa\x5f\x70\xd9\xe6\x33\x74\xd7\x70\x9a\xc7\xaa\x74\x86\xf9\x3e\x57\x6c\x93\xcd\xc5\x0a\x16\x7e\x0b\x5d\x20\x62\xc8\x86\x7e\xc7\x47\x35\x4a\x2f\xde\x73\x87\x9f\x99\x67\x38\xa5\xbb\x7f\xc7\x3a\x18\xe3\x8e\x01\xed\x0b\xce\xec\x9a\xee\x18\xdc\x01\x49\xbf\xec\x47\x24\x38\x51\xc1\xa7\x06\x6e\xa5\xfc\x7a\xa3\x06\x6e\x1d\xa8\xd1\x94\xc0\xad\xea\xc1\x8f\x29\x5c\x35\xe1\x52\xea\x36\x47\xee\xf2\xe7\x41\xbe\x10\xc3\x30\x67\x9a\x85\x8a\x8a\xb6\xd5\xc2\x5d\x14\xb1\xad\x26\x2d\x7a\x5e\x0e\x34\x36\x03\x4b\xd8\x6a\xc5\x7f\x0c\xa0\xf4\x10\xbe\x40\xbc\xfb\x6c\xa4\xb2\x53\xb2\xa2\xfe\xf0\x07\x2b\x11\x3b\x00\xb7\x34\x9c\x9d\x16\x4f\x9d\x69\x94\xb2\xad\xa3\xdb\x58\xd3\xd4\x7e\x7e\xad\x27\x33\xbf\xcf\x4e\x45\x99\xdb\xa2\x49\x9c\x32\xb7\xbb\x55\xe3\x85\x45\x21\x0d\xbd\x5c\xdd\x3b\xa0\x70\x2f\xf6\xd0\x48\xc0\xfb\x72\x8f\x2f\x82\xb9\x5f\xfd\x9b\x7a\xf0\x2c\x86\xab\xd9\x9d\x62\xb8\xc5\x13\xf4\xca\x52\x51\x7f\xa8\x85\x5b\xa9\x60\xdb\x28\x85\x5b\x0d\x3c\xb2\x14\x6e\x84\x72\x53\x0b\x37\x7b\xb7\xd3\x5a\xb8\xde\xef\x78\x65\xbb\x68\x4b\xaf\xe1\x23\xce\x3b\x71\x31\xe1\xf0\x7b\xc2\x78\x90\x8b\xa8\x8a\x5b\xbd\x3d\x4a\x51\xdc\xa2\x5a\xf0\x26\xa9\x23\x03\x47\xf2\x57\x50\xf3\xe5\xb6\x04\x45\xb2\xdb\xeb\x05\x09\xbd\x96\x2f\x37\xfb\x0e\x01\x9d\x13\xe2\x20\x7f\xcf\x81\xd8\x74\x95\xb5\xc5\x34\x5f\x24\x28\x82\x89\x64\xf3\xda\x68\x5f\x6f\x4e\x40\x10\xde\xc8\xfa\xc2\x04\xb3\xf4\x04\xe1\xe6\x25\x91\x9a\xf1\x67\x2f\x25\xe6\xcc\x12\xf1\x6a\x14\xd5\x21\x4d\x3d\xde\xaa\x9d\xed\x35\xd6\x24\x26\xa2\x81\x14\x01\x83\x12\xbc\x53\xd3\x34\x25\x78\xcb\xe1\x8a\x30\x8f\x46\x58\x72\x94\xe0\x85\x36\x50\x81\xb7\x8e\xe1\x33\xe1\xd8\x72\xdd\x28\xbb\x2b\x17\xa2\xec\x6e\x51\x07\xb1\xec\x6e\x37\x71\x22\x75\x77\xf3\xaa\x76\xab\xdb\xc2\x25\x61\x3a\x8d\xe0\xf3\x17\xdb\xa9\x71\xc9\x6f\x0d\x48\xd1\xa4\x92\xed\xdf\x2d\xf3\x82\xa1\x0e\x5e\x8a\xf0\x56\x9d\x2c\x2f\xfa\xac\x06\xfd\x17\x15\xd6\xb8\x5c\xcb\xf1\x2e\xc3\x97\x5f\x85\x04\x11\xa7\xc5\xd8\x40\xa4\x39\x36\xcb\xd8\x3a\x6c\x31\xf1\xbf\x75\x77\xbb\x1e\xb5\x37\x04\x01\x04\x36\x6a\xea\x56\xad\xb8\xaf\x39\x5b\x03\x0a\x28\xb7\xa3\x3b\x06\xdb\x84\x89\xe1\xb5\x58\x5d\xac\x95\xfb\x89\xc6\xb2\xbc\xa4\x5d\xf3\x5e\xc1\x6b\xdd\x3a\x5d\xd3\xd6\xd1\x8d\x08\xf5\xd7\x50\xd0\xb5\xec\x0b\x49\x75\xfa\x15\xe6\x86\xe6\xb3\xf9\xa0\x98\x2d\xf7\x13\x95\x78\x5f\x6e\x6d\x1c\x02\xad\xc3\xfa\x84\x3f\xa5\x6f\x8c\xaa\x7a\x8d\xfe\x0c\x78\x20\x69\x68\xff\xa4\xec\x6e\x24\x95\x7b\x11\x3a\x86\x25\x12\x28\xc1\x5b\x2d\xac\xf2\x92\x7f\xcd\x2c\x86\xaf\xd7\x3c\xf4\xf6\x52\x83\xb7\x58\x13\x87\x12\xbc\xfb\x07\x5b\x80\x2d\xd5\x8f\x02\x5b\x00\xe0\xf0\x90\x79\xec\x15\x30\x60\x6a\x2f\x02\x86\xf1\x6f\x16\xe7\xd5\x35\xf3\xaa\x92\x23\x60\x51\x9a\xb7\x8e\x39\xbe\x25\x78\xb8\xa4\xa7\x67\x43\x8f\xb4\xb4\x45\xd5\x1d\x61\xd3\xaa\xbd\x16\x3c\x7a\xcd\x0b\x1b\x8b\x22\x73\x80\x75\xa4\xa8\xda\x5b\x96\xf0\x37\x21\x3e\x6c\xcc\xa2\xbd\xc9\x5b\x01\xd4\xe2\xdd\x6b\xa2\x35\x21\x4a\x7a\xfa\xac\xc5\x6b\x19\x25\x6a\xf1\x16\xca\xec\x36\x6b\xf1\x1a\x1b\xfe\x1a\xac\xa4\xf7\x96\xfa\xbb\xc5\x8c\x97\x96\xdf\x35\xfd\x37\xe5\x77\xab\x85\x4e\x5e\xaf\x50\x06\x9c\x57\xcc\x83\xd5\x91\x0d\x47\x9d\xe8\x55\xee\x11\x41\xb0\x25\x7b\xb3\xfc\xfd\xc4\x1e\xd3\xfa\x13\x38\xe8\x57\x92\x79\x97\xf4\x71\x70\xba\xfd\x2c\x44\x77\xff\x8e\x24\x77\xd8\xda\x83\x81\xdc\xff\x7e\xf4\x2c\x48\x9e\x3f\x60\xde\xf2\x07\x1d\x2b\x3e\xbf\x0e\x41\xb7\x5c\x53\x31\x20\xe0\x3d\xa1\xe7\x6e\x3e\xd2\x50\xf1\x52\x06\xf5\x7b\xa7\xbe\xa6\xf7\x8c\x13\x4a\x57\x38\x9b\x93\x20\xc7\x3c\x60\xa2\xee\x17\x71\xc8\xf0\x14\xab\xf7\x6a\x36\xb7\x7a\x6f\xdc\xaa\xa0\x7c\x6f\xd1\x50\xf2\x5e\x41\x73\x7c\x11\xb9\x51\x2e\x5e\xf3\x12\xe8\xcd\x8d\x92\xbd\xda\xa8\x5e\x8d\x08\xd3\x67\xaa\xf4\xb9\xc7\x08\x37\xe6\x67\xb6\xcc\xae\xf7\xfc\x29\xa1\x1b\x79\x08\xa8\xa0\x5b\x8d\x24\x79\x6f\x3c\x76\x88\x05\x54\xd0\xcd\xca\xd1\x54\xd0\x4d\x71\x73\xe3\xf5\x6e\x88\x71\x1b\x2f\x6e\x5e\x53\x82\xbe\x4f\x4c\x96\xb5\x3e\x31\x59\x7f\x51\xaf\xf0\x54\x3f\xca\x18\x40\xcd\xcc\xf3\xad\xf8\xc3\x6d\x13\xe0\x83\xd8\x33\x85\x15\x62\x8f\x51\xd9\xaf\xa1\xa8\xba\x4f\x5f\x13\xb4\x19\x76\x60\xa5\x5d\x9d\xc3\xaf\xc9\xda\x74\xfd\x51\x6a\xb7\x9a\x7c\xf1\xb5\x32\x9e\xf7\x42\xde\x2d\xed\xd4\x19\x2d\xc4\x62\x27\x6f\x96\x01\x09\x12\x59\x06\x48\x9d\xd4\x0f\x33\x08\x90\xae\xaf\x47\xb1\x5c\x5c\x54\xfd\x08\xf3\x73\xf7\x65\xe3\x3d\x37\x03\x3a\x35\x71\x2b\x9e\xca\x4e\x4d\xdc\x4a\xae\x8c\xfe\xb3\x0c\x2e\xdd\x9a\x3c\x9e\x9b\x21\x9d\x32\xb8\xbb\x27\x5f\x1a\x2d\x18\x2f\x19\x03\xd9\x78\xf6\x6c\x6c\xb8\xf5\xa8\x89\x4b\x0d\xd7\x4e\x4d\xdc\xca\xb5\xfb\x4e\x4d\xdc\xfd\x95\xcd\x59\x6c\xb2\x05\x32\x50\xb2\x2b\x9c\x7f\x9b\xfe\x75\xab\xe0\xa6\x56\xe9\x09\x9d\x9f\xbc\x06\xdd\xaa\xb7\xa4\x60\xea\x54\xbd\xdd\x40\xff\x2e\x48\xa5\x1f\xe6\x6f\x45\xce\xeb\x14\xc2\x4d\x18\xa7\x3b\x85\x70\x2b\x37\x01\x3b\x85\x70\x73\x77\xed\x48\x20\x84\xe5\x77\xeb\xe0\x4e\xe7\x85\xf3\x96\x88\xe3\x4e\x1d\xdc\xca\x3d\xde\x7e\x78\xbb\x13\x8f\x5c\x3f\x08\x7c\xc5\xd6\xd7\x0f\x92\xcd\x4f\x17\x48\x1e\x57\xaf\x08\xf5\xc3\xa2\x7c\x5c\x7f\xed\x07\xe5\xf6\xa8\xa6\xdd\x0f\x0b\xf4\xb7\xca\xa6\x21\x1c\x70\x2f\xaa\x53\xee\xb6\xce\xe2\x73\xe1\xd9\x06\xac\x21\xd3\x6b\x18\xbe\xbb\x8d\x3d\x06\x95\xc1\x4d\xb1\x5a\xdc\xe7\xea\x78\x2c\x0f\x23\x38\xa5\x31\xba\xf5\x6e\x07\x31\x1b\xfd\x20\xff\xfb\xf4\x19\xa9\x01\x3b\x5c\x3f\xb4\x82\xe3\x35\xee\x07\xc1\x66\x4b\x40\x19\x6b\xc6\x4d\xc3\x4e\xed\xdb\x5c\xc5\x0b\x84\x86\x19\xcf\x0e\xcd\x70\x5e\x1f\x69\x4c\xb6\x89\x9e\x7c\xd3\x45\x4f\xa0\xdc\xe3\xc4\xd3\x29\x32\x03\x51\xda\x9d\x5a\xb7\x95\x50\xda\x7e\x60\x47\x98\xae\x61\x4b\x0c\x79\x39\x89\xee\x31\xf1\x30\x70\x7b\x84\x8c\xa3\xfd\xf0\x6e\xa7\x33\xea\xce\x88\x59\x90\xf3\x67\x8a\xda\x98\xd8\x89\xfd\xea\x87\x39\x7f\x0e\x96\x89\xc4\xc0\x0d\x8c\x7e\x98\xcd\x60\xd0\xcf\x08\xb8\x30\xf2\xe0\xa2\xb3\xe7\x05\x21\xe1\x67\x03\xa5\xd6\xc6\x8c\x86\x54\xdf\x83\xcb\xad\x90\xe9\x11\x99\xd2\x96\xc6\xfe\xc2\xdb\x67\x7c\xc4\x42\x3d\x16\x13\xb7\x56\xa3\x5b\x03\xca\x08\x97\xe9\x14\xc3\xdd\x2f\x60\x0a\xc9\x58\x49\x78\xd1\x0f\x73\xb1\x8a\xf9\x54\xdd\xc7\xb8\xdf\x8f\x49\xdc\xe3\x64\xa5\x5c\x23\x99\xe2\x68\x18\x21\xdc\x20\x73\xae\x36\xc7\x23\xe7\xea\x14\x05\x34\xcf\x37\xbb\xd5\x3c\x7f\x30\x9c\xc9\x58\xbb\x5b\xb4\x62\x52\xac\x8f\x68\xe3\xe9\x51\x5b\x4e\x84\xc9\x46\x86\xf8\xee\x18\xea\x41\xf1\x95\xc1\xe4\xb4\xde\x1c\xbc\x04\x85\x0b\xcb\x85\xdb\x8d\x07\xb8\x79\x8c\x82\x83\x0b\x2a\xeb\xdc\xb4\x68\x82\x5e\x3a\x18\xe3\xc3\xd6\x44\xb7\x2a\x70\x1e\x2a\x58\x7b\x91\x42\x62\xd1\x48\xee\xcc\xa9\xf8\xec\x74\x8d\x6d\xee\x1e\xc9\x33\x23\xd8\xd1\x2d\xd9\x11\xa6\xe8\x42\x2e\xa1\xe9\x66\x50\xf4\x66\x0a\x03\x4b\xe6\x89\x15\x5e\x4e\x69\x92\x5a\x22\xc7\xa6\x18\x62\x26\xd6\x12\x3f\x70\x37\x66\x7c\x77\xf9\xb6\x53\xae\xb7\x4e\x77\xea\x54\xac\x14\x8d\xbd\x9f\xda\x24\xd0\x97\xc7\x35\x5e\xb8\xaf\x2c\x77\xe0\xe6\xca\x74\x3f\xa9\x8f\x93\x05\xd0\x15\x00\xa2\x5f\xbd\xc8\x41\xa6\xb8\x6c\xca\x75\xf8\x4e\x79\xdd\x3a\xc5\xc4\x3b\x58\x08\x5d\xdd\xe2\x2b\x98\x75\xbb\x46\x9f\x35\x76\x78\x18\xc9\x27\x74\xb8\xde\x3b\x86\x60\x3c\xac\x20\xb8\xb6\xfb\x71\x07\x9a\x38\x9e\xa2\x82\xcf\x64\x6a\xf0\x38\x3e\xf2\x6d\x1a\x60\x04\x99\x9e\xcc\x27\x60\x40\x83\xf0\x10\xb0\xec\xb0\x82\x74\x26\xf5\x80\x18\x52\x1d\xc5\x89\xe1\xdf\x03\x9c\xb4\x36\x55\xbb\xc7\x43\xd1\x60\xd0\xd3\x8b\x93\x52\x6c\x7b\x1d\x81\x69\x60\x1d\x09\xec\x7e\xe3\x70\xd0\xab\x26\xff\x20\xa9\x2f\xb7\x36\xa5\x90\xb8\xa8\x03\x7e\x0a\x09\xb2\x41\x93\x35\xb4\x78\x51\xd7\x83\x95\x50\x4b\xb7\xca\x00\x12\xf1\xd7\xd8\x9d\x7a\x32\xa1\x3b\xf7\xc3\x3a\x45\x76\xab\xf0\xa3\xae\x6e\x95\xcb\x27\xcd\xff\x78\x25\x3b\x65\x75\x8b\x14\x82\xaa\xba\xc5\x73\x92\x0e\x65\xa8\x18\xc2\x89\x40\x55\xd3\x21\xf8\xf9\x4a\x6f\x37\x41\x6e\x3d\x25\xec\x04\x8e\xa1\x24\x01\x70\x92\xd5\xf5\xb9\x15\xdd\x53\x8a\xc1\x59\x46\x12\x29\xaa\x9f\xa1\xe4\x3a\x75\xe2\xbd\x53\xf1\x59\x51\xa9\xf9\xe2\xce\x54\x07\x79\xa1\x04\xcc\x2a\xe3\xb3\x82\x42\x58\x6f\x17\x95\xa7\xa7\x1c\x10\x61\x1d\x94\xba\x9b\x60\x4e\x22\x74\x6b\x42\x20\x52\x44\x6b\x75\x7f\xd0\x5f\x16\xcd\x61\x0f\xa0\x4e\x2a\x0c\xe1\x06\x58\xa0\xb7\xd9\x9c\xbc\x7e\x93\xdd\x4f\x86\x64\x35\xc7\x88\x90\x2c\xb7\xa0\x20\xcb\x73\x10\xa3\x0c\x6f\x13\x88\x51\x60\xa6\xfa\x0b\x03\x0e\xd6\x41\x7a\x87\x39\xfd\x3b\x42\x9e\xcb\x28\x70\x51\x50\xd5\xfa\xbc\x83\x08\xba\x9e\x14\x1e\x26\x33\xac\x4e\xca\xbf\xc7\xa4\x6c\xa1\x61\x94\x03\x47\x55\xde\x3a\xdd\x0d\x24\x89\x2c\x9c\x6b\x4c\x90\x79\x28\x48\x38\x59\x7c\x14\x9e\x80\x64\xe2\xf6\x69\xaf\x52\x23\xbf\x27\x77\x0b\x94\x89\x8a\xbb\x95\x32\xc1\x9d\x22\xbb\x25\xf6\x0e\xeb\x01\x81\xd2\x3d\x35\xbd\xd3\xfd\xbb\xfb\xb7\x3d\x29\x3f\x2c\x7a\x36\x09\x20\xe1\x7a\x9d\x32\xbb\x65\x38\x64\x97\x41\xb0\xa6\x1e\xe4\x8f\x79\x11\xa1\x3e\x97\x3f\x90\x08\x35\xf9\x77\x0e\x66\xb6\x23\xce\xdf\x62\x7d\x5d\xb4\x77\xf7\xb9\x4c\xba\xc4\x8a\xee\x34\xd8\x18\x84\x03\xe9\x06\x55\x75\x2b\x85\x72\x7a\xf2\x8e\x69\x13\x2b\xb0\x26\x50\xbc\xbd\x53\x61\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x62\x93\x7c\x66\x5b\x26\x33\x0a\x8b\x83\x68\xa0\x0f\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\xc6\x42\x7a\x78\xb9\x89\x1a\x74\x00\x6b\x00\x86\xb9\x4e\xc1\xdc\xba\x90\x66\x93\xe9\x02\xd1\xef\x7a\x32\x6b\xbb\x32\x87\x55\x72\x15\xea\x29\x8c\x5b\x0f\xb8\xa2\x85\x71\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\x75\xdc\x77\xd1\x6b\x11\x0f\x2c\x71\x41\xb9\xa7\xd4\x4a\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x3f\x77\x7f\x46\xfb\x8f\xe9\x17\x69\x1f\x4e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\x38\x32\x9a\x5f\x6d\x12\xa4\xc2\x94\x3e\xaa\x58\x6e\x3e\xd1\x61\x0b\xee\x4e\x05\xdd\xba\x0e\x5b\x6b\x9b\x16\x20\x38\xf9\x29\xae\xda\x13\x7e\xfd\x38\x4a\x06\x8c\x23\x55\x47\x75\xdc\xe2\xd1\x3d\x35\x85\xbb\x7f\xf8\xf8\x97\xe0\x3c\xcd\x71\x25\xa2\xc2\xce\x31\xc7\x74\x0a\xe2\xa6\x1a\xa7\x89\x60\x70\x32\xfe\x77\xea\xde\x56\xee\x43\xf7\x44\x7e\x89\xc3\xb1\xf1\x75\x50\xec\xa4\x5b\x02\x37\xf0\xe0\x72\x34\x46\xe6\xee\x12\x7e\xe5\x4e\x05\xdc\xba\x50\xb6\xa8\x80\x5b\x97\xa7\x22\x8a\xdb\xd1\xcf\x1d\xb0\x64\xe0\x5b\x5b\x87\xb4\xef\x0e\x70\xf8\xa2\x28\xe9\xf9\xbc\x63\x97\x58\x9e\xe9\x1e\x9a\xe7\xfd\xd1\xf7\x2a\x8d\xc4\x45\xb1\x10\xe7\x92\x1e\xfb\x22\xa5\x21\x74\x7b\xb9\x33\xd6\x66\x69\x92\x91\x27\x00\x0a\xd4\xcd\xa0\xd4\x3c\x42\x06\x66\x77\x51\x9a\xd4\x0e\x87\x5b\x0e\x4f\x5e\x02\x34\x78\xb2\xf3\x7a\x1d\xc4\x8f\x38\x0f\xd1\x80\x6a\xa4\xee\x19\xec\x79\x49\x4f\x5e\x80\x85\x4e\x45\xad\xd9\xba\x24\x1b\x38\x29\xc8\x76\xdb\x13\x2a\xfc\x42\xe6\xa3\xee\x6c\x25\xf5\x5a\xcf\x5e\x94\xc2\x6f\xd5\x2d\x42\x9b\xfa\xb7\x85\xd3\x3a\x25\x6a\xf7\x72\xed\x43\x5d\x07\x92\x94\xf5\x39\x54\xfb\x63\x62\x1c\xc7\x8c\x9f\x81\x68\xa6\x4e\x2d\xda\x2c\x44\x73\x22\x09\x86\xdf\x53\x69\x85\xdc\x05\xdd\xba\xb4\xdc\x52\xed\x94\xa5\x9d\x44\x32\x76\xab\xd2\xae\xe2\xdf\x9b\xbb\x69\x47\x5c\xc3\x6d\x7e\xf4\x41\x64\xb3\x23\xd0\xaa\xf8\xf7\xcb\x05\xda\xfa\xfe\xf1\xd5\x07\x20\xcf\x09\x50\x15\x9f\x49\x66\x88\xc4\x91\x75\xfa\x63\xbb\xea\x19\x16\xbe\x8a\x3f\xe8\xb2\x81\xb2\xe5\xac\x0d\x06\xa1\x92\x3a\xb6\x59\x85\x8d\x32\xb6\xbb\x39\xfd\x66\xcd\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xce\x77\xb0\x8d\x3a\xb6\x95\x18\xde\x9e\xad\xd1\x42\xe4\x62\xcf\x24\x68\x8a\x89\xc0\xdb\xcb\x10\x20\xde\x04\xcb\xfe\xa0\x0e\x2e\x68\x29\xd2\x32\xe3\x07\x69\x18\xec\x39\x13\x41\x50\xf0\x36\xf6\x4c\xc4\x75\xf7\x19\xcb\x40\x75\x22\x18\x06\x28\xdf\xd2\xb3\x99\x08\xb9\x2f\xd6\xb3\x41\x71\x2a\x44\x59\x7f\x02\x8e\x9b\x9e\x8d\x90\x53\x09\xb2\xe2\xed\x88\x26\xf3\xc7\x57\x0f\x28\x90\x7b\x82\xfc\x1a\x3d\xc3\xd0\x09\x47\xef\xd9\x4c\x86\x6a\x28\x56\xc2\x4d\xd1\x2b\x90\x42\xc8\xc8\xde\xba\xc5\x4b\xd1\x73\x53\x71\x47\xaa\xc9\xde\x49\xeb\xce\xca\xa2\x71\xe2\x48\x73\x86\xd0\x21\xaa\xe7\x16\x25\x27\x8a\xe7\xee\xe6\xac\xd0\x5b\x69\x9c\x71\xeb\xe5\xf6\x29\x5a\x35\xd0\x4a\x2c\x31\x2c\x01\x23\x7d\xb7\x46\x2e\x26\xe9\x4e\x59\xdc\x8a\x1f\xa6\x5b\x15\x77\x74\x81\x80\x09\x61\xb9\x58\xd3\xd4\x77\x17\xd8\x21\x94\xe8\x0b\x59\xd5\xbf\x3b\x91\xc8\x1b\x61\xb7\x86\x28\x43\x5a\xa9\x72\x9b\x92\x13\xb1\x6a\x3e\x51\xcd\x3d\x0f\x8d\x65\x8c\x31\x04\xae\x1f\x29\x58\x4e\x3f\xd2\x86\x2a\xac\x48\x85\xbf\xe0\x86\xd9\x88\x6c\x9c\x02\x3d\x93\x0a\x7f\x35\x9f\x09\x09\x70\xb6\x38\x08\xba\x98\x84\x53\x00\xb3\x7c\xa7\xfc\x6d\x5d\x62\xba\x01\x08\x0e\x40\xca\x60\x2f\x05\x75\xaa\xdc\x56\xd2\x71\x76\xaa\xdc\x16\x35\x8f\xbc\x0c\x6b\x70\xa9\x9b\x8b\x17\xe9\x9f\x25\x6a\xb5\xaf\x64\xaf\x8c\xb9\x15\x72\x74\x0f\xb2\x09\x24\xa6\xdf\x70\x77\x45\x0c\x5e\x4a\xf5\x8e\x8c\xe2\xbf\x04\x1f\x81\x09\xf5\x38\xbe\x25\x79\x0b\x39\x03\x9a\x1e\x05\x6b\x11\xcd\xf3\x47\xca\x3f\x7d\xe1\x02\xb3\x1b\xbe\x19\x74\x3b\xa4\x6c\xa7\xe9\xd5\xf8\xfb\x29\x95\x85\xd1\x51\x8c\xb6\x1c\xae\xd5\xdc\x10\x6e\x92\x97\xb5\xe2\xec\x13\x80\xbd\x04\xe1\xa9\xdd\x9a\xb9\x93\xf1\x70\xb9\x91\xdc\x2a\x5e\x92\x81\x30\xac\x8b\x06\xe8\xd7\x0b\xb5\x25\xcb\x9e\x05\x02\x51\xda\x4b\x08\xca\x9e\x51\x09\xb2\xec\x79\xd8\x16\x2a\x35\x6c\x0b\x72\x20\x0b\x50\x7c\xd6\xea\x7f\x3d\x1b\x88\xc0\xbd\xc3\x4e\x25\xda\xba\xc4\xd8\x9f\x85\x68\x79\x86\x68\x88\x34\xe6\x84\xf2\xac\xdd\x56\x71\xa4\xd3\xdb\xed\x65\x12\xc1\xdb\x85\xb0\x25\x69\x65\x7c\x96\xa4\x5d\x9e\x22\xeb\xd9\xbb\xc1\x04\xf2\x11\x09\xd5\xf3\x1d\x18\xee\xcb\x09\xfe\x39\x25\xd7\xc0\x36\xdc\xac\xc1\xe3\x61\x16\xa8\xe1\xb3\x77\x63\x7d\x8e\x5d\x60\x64\xb2\x46\x54\xb9\xd6\xc3\x35\x15\x99\x0a\x49\x7e\x57\x34\x66\xfd\x12\x66\xf4\xf2\xe5\xf7\x9a\xec\xbb\xfc\x17\x93\xbd\x5a\x1e\x85\x63\xf7\x54\x99\x12\x71\x79\x4b\x22\xad\xf9\xde\x75\x46\x09\x35\x96\x10\x46\x7a\x61\x1f\x31\x09\x2e\x88\x5b\x58\xc5\xf3\x24\xbb\x07\x01\xa8\x15\x9b\xc9\xb8\xdf\xa9\x15\x5b\x09\x3f\xec\xd6\x8a\x1d\xc4\xf2\xf7\x72\x48\x0d\x21\xb9\x16\x88\xc5\x7d\xdf\xad\x0f\x4b\x60\x62\x2f\x5e\xc3\xea\x3e\x6b\x58\xef\x36\x90\x83\x21\x82\x14\xb9\x3e\xcb\xa3\x88\x6c\x32\x17\x49\x2f\xa1\x98\x83\x4e\x94\x8e\x2d\x54\x67\xee\x51\x39\x96\x3b\x81\xbd\x84\x66\xce\x11\x2e\x11\xbe\xd7\xfd\x05\x39\x75\xd8\x17\x16\x9a\xc4\x0e\x58\xf0\x55\x96\x52\xb2\x68\xed\xf3\x44\x63\x67\xe5\x79\x39\x06\xdd\x86\x6e\x0d\xe6\x14\xd8\xef\xb1\xfc\x41\xaa\x57\xfc\xe1\x45\x65\x64\x85\x45\x36\x02\xcd\x88\x12\xad\x44\x68\xf6\x12\xfa\x34\xba\x53\x31\x9d\x93\xd6\x11\x8a\xb4\x16\x4a\xd9\x74\x6a\xb1\x16\x6e\x3d\x77\x4a\xb1\x56\x8f\x2d\x95\x58\xf3\xf0\x39\xd4\x66\x17\x58\xe5\x0a\x2e\xa4\xc6\x18\x34\x47\x0d\xd6\x5e\x5d\xac\x12\xaf\xe5\xd0\x82\xaa\x8b\xac\x35\xbd\x98\x94\xc2\x89\xa0\x07\x13\xb4\xd4\x4b\xd5\x58\xf1\x6d\x22\xe5\x5e\xaa\xb8\xcc\x6c\xb8\xfa\x84\x27\xac\x5b\x85\x35\x75\xd7\xd2\x0c\x9a\x42\xbd\x2c\xc1\x52\x8b\x9f\xa1\x58\xc7\x33\x41\x38\xf1\x3c\xfd\xc8\x16\x92\x65\x0e\x4c\x54\x62\xd5\xca\x47\x25\xd6\x8c\xbb\xbf\x5b\x57\xb5\x6a\xea\xa1\xae\x6a\xb6\xc2\x47\xa7\xb0\x6a\x91\xb9\x17\xac\xec\x24\x47\xec\xd6\x58\x5d\xee\x29\xda\xf3\x8a\xbf\xeb\x66\x10\xde\x3d\x36\x9b\x15\x72\xd9\x9b\x3b\xd6\xdd\xba\xaa\x8b\x8c\x3d\x9d\xc2\xaa\x49\xfb\x8c\xc5\x54\xcd\x52\xd2\xa9\xa6\xba\xbf\xf2\x17\x28\xab\x1b\x34\x28\xfa\xd0\x6d\x1d\xab\x65\x74\xd2\xea\x67\x4f\xe5\x66\xbc\x85\x1c\x67\xbd\x44\x2e\x61\x8f\xcc\xf0\xc8\x88\x5c\xa1\x27\x23\x7f\x14\xae\x81\x4b\xee\x28\xad\xba\x7f\xa0\xdf\xa9\xa5\x8f\xbe\x66\x4c\x91\xbe\xcc\xc4\xaf\xe1\xa7\x78\xc3\xbb\xda\x5c\xf8\xf8\x51\x1c\x06\x80\x45\x62\x27\x95\x60\x8a\xb1\x56\x79\x69\x21\x29\xff\x72\x9b\x97\x96\x68\xf1\xd4\x8c\x1f\xc2\xd0\x54\x8e\x12\xe1\x62\x84\xbc\x66\x38\x2b\xb6\x6a\x95\x29\x56\x97\x77\xb6\xc1\x96\x45\x4d\x2b\xcd\x6b\x79\x2b\xdc\xd6\xae\x12\x8e\xb0\xc7\x7b\x16\x96\x33\x61\x49\xd8\xe3\x17\xf2\x5c\x94\x6f\x45\x02\x2c\xd8\xe6\x97\xa7\x82\xa4\x50\xcb\x43\x61\x80\xa1\xd6\x1e\xaa\xba\xe6\xee\x9c\xcc\x01\xa9\x1a\x52\x2c\xa6\xe6\x81\xe6\xd2\x96\xea\x51\x94\x78\x8d\x06\xd4\xa3\x69\x8e\x26\x82\xf9\x3d\x5b\x19\x23\x8b\x5f\xd0\xed\xa2\x26\x8e\xa8\x54\x74\xad\x4b\x91\x31\xcc\x2f\x37\x98\x1c\x23\x43\x60\x9c\x92\x76\x47\xdb\xba\x77\x23\xaa\xb2\x53\x76\xb5\x1d\xce\xc8\x0b\xda\x1a\xda\xa8\xb4\x9a\x35\x1c\x97\x2d\x01\xb4\x43\x8a\x78\xb9\x11\x48\xa4\x65\x4b\x00\xed\x10\xed\xf4\xac\x6b\xac\xa2\x1e\x6b\x23\x68\xba\x97\x60\xe9\x48\x22\x14\x58\x2d\x84\xfa\xf5\xb2\x59\x7a\x39\xdc\xdf\x5b\x29\x5b\x5e\xb2\x79\x7a\x23\x58\xb9\x97\x5b\x6a\x8e\x10\x44\xe1\xd5\xa2\x5f\x96\x02\xab\x45\x33\x56\xf1\xc2\x35\xfc\xb0\xdc\xb2\x34\x79\xcc\x23\x93\x10\x9a\xf0\xe2\xe4\xe1\xd9\x3a\x79\xe3\x86\x72\xb7\x5e\x6a\x8f\x43\xf9\x38\x73\x1b\x80\xcb\xfa\xe9\xa8\x79\x9a\x4a\x60\xfc\x63\x10\xed\xb7\xe6\xbc\x62\x89\xf7\x2e\xaa\xbf\xb1\x16\x16\xf9\x7a\x13\xdf\x67\x5c\x0a\xa2\xe7\x2b\x4c\x7d\x1e\xa8\xb0\x12\x82\xd7\x05\xef\x99\xd5\x83\x8f\x92\xcf\x72\x89\xe9\x8b\x58\x0f\x2a\x51\x9b\x34\xeb\x92\xa2\x1e\x69\x3b\xb0\xbd\x51\x8f\x74\xb7\xc8\xbc\x64\x17\xd9\x78\x01\x2c\xc9\x1f\xea\x8f\xaf\x41\x1c\x7b\xaf\xc9\x49\x2d\x9e\x07\xdf\x74\x9e\xad\xcc\x7d\xf8\x02\xab\x9e\x3e\xcb\x18\xa0\x09\xd4\x23\xdd\x5f\x0d\x5e\xb4\xf6\x70\x62\x2d\x48\xba\xc8\xba\xd4\x6b\x96\x11\x72\x18\xa9\x4e\xda\xe4\xe8\x14\x24\x6d\x47\xb2\xb9\x67\x7c\xf9\x12\x1b\xc4\xbc\xc8\x7a\xc2\xf5\x89\x5e\x37\xe7\x2d\x24\x0e\xeb\x55\x37\x36\x57\x86\x7a\x35\xa8\x4e\x93\x59\x2d\xe0\x35\x87\xbc\x1a\x14\x5f\xe3\xc5\xc1\xe9\x0a\xdb\xb5\x8e\xde\xaa\x7e\x5b\x85\x7b\x89\xdb\xcc\x3c\xeb\xd6\x13\x70\xe8\xb1\x5c\x3a\xeb\xd5\x80\x77\x6d\x69\x14\xfb\x6c\x87\x5d\x59\xec\x93\x7b\xbe\x9d\x62\x9f\x43\x59\xbd\xea\x89\xae\xae\xbc\x89\x31\x58\xa5\x6a\x93\x18\x4f\x5f\xc8\x28\x7c\xf8\xac\x79\x1d\x9a\x5b\x2d\x29\xa3\x6e\x57\x43\x97\x6c\xbe\xdc\xba\x1f\x58\x62\x8b\x19\xd3\x41\xd7\xee\x0f\x84\xba\x54\x00\x41\xa5\xf6\x18\x9f\x99\x75\x37\x9e\x51\x3a\xda\x45\xf6\x23\x79\x8c\x1b\xdf\xc1\x33\x34\x8d\xaa\x02\xc9\xa5\xaa\x6e\x1d\xd0\x45\x92\xaa\x4e\xed\xcf\x76\x64\x7f\xc0\x3f\xc3\x21\xab\x23\x8c\x87\x8c\x47\xbc\x99\xd2\x13\x45\x41\x93\x49\x92\x7a\x1d\xb1\x10\x9a\x10\x9e\xae\x7b\x27\xea\x7a\xaa\x19\x55\xd8\xd5\x20\x04\xb2\x53\xd8\xb3\x1d\xd9\x1f\x02\xf4\x2c\x44\xfd\xb0\x8a\xce\x96\x3a\x1b\x42\xd5\x0b\xbe\xc3\xaf\x38\x17\x10\x18\x6a\x73\xb6\xc3\x73\x41\x46\x90\x12\xdf\xbb\xd5\x08\xb4\x75\x11\x12\xd0\x6d\x6c\xca\x00\xe6\x61\x86\x41\x83\x2a\xaa\x4c\x46\x5d\xbd\x5a\xd1\x4c\xdd\x99\x32\x9d\x25\x09\xab\x8f\xe3\x31\xc1\xe0\x2c\xe8\x1f\x54\xe6\xdc\x2f\x8c\xfe\x81\x6e\x21\x33\x53\x8d\xb3\x68\x3c\xae\x86\x6d\x55\x77\x8d\x68\x75\xf2\x4c\x74\xaa\x71\x6e\xc5\x71\x3f\x9f\x16\xa4\xe7\x1b\xfc\xbf\xc3\x73\x60\x10\xbb\xa6\x9a\xa8\xb3\x29\x92\x6e\xde\xd2\x8e\xf2\x5d\x60\x72\xa7\xea\x66\x3b\xb2\x3d\xcb\xc1\x10\x65\xac\xa8\x29\x65\xa3\xa2\x66\x3b\x90\xc1\x6a\xe4\xb0\x82\x3b\xd7\x8b\xa5\x17\x3f\x02\xfb\x90\xfa\xa2\x70\xa6\x0a\x5d\x35\xc1\x30\xf7\x5c\x3a\x95\x33\xf3\x10\x15\x2f\x3c\xaa\x28\x08\x35\xae\x00\xbb\x9b\x77\xc0\x9d\xa5\xc8\x6c\xe0\xb1\x55\xa5\xd1\x6e\x55\x1a\xd5\x03\xea\x1d\xb8\x64\x73\x70\x09\xc1\xb2\x6e\x2e\xd4\x0e\x71\xf4\x21\x02\xc9\xad\x95\xbf\x48\x7a\xbd\xb2\x35\xa4\x1a\x8f\xd2\xe7\xb2\x85\xdb\xc9\xfa\x1e\xd7\xc7\x70\x28\x87\x8a\x8f\xd5\x12\x30\xd5\xb3\xf2\x70\xba\xe0\xd0\xf5\x15\x73\xfd\x6a\xab\x87\xed\x40\x70\xa2\xe2\x66\x3b\x3c\x11\x2f\x24\xce\x4d\x7b\x3d\x1d\x02\x44\x36\x03\xb7\xae\xaf\x82\x9d\xac\xe5\x65\x45\xf0\xa8\xfa\x7a\xea\xdc\xa5\xad\x1e\x36\xe5\x0c\x2b\x71\x1a\xa1\x40\x21\xce\xbd\xbc\xfd\x51\x3b\x90\x27\x60\x3f\x2d\xac\xc1\x58\x11\x2c\xd1\x69\x3e\xb0\x4e\x8d\xce\x76\x40\xd5\xa8\xb1\xb9\x9b\xf3\x12\xba\x1b\xf2\x66\x4b\x01\x37\x5f\xb4\xa3\x2d\x3f\x63\x07\x20\xaa\xcd\x2c\x5a\x5a\xe4\x9b\x59\xb4\x48\xcb\xdd\x5b\x02\xf7\x9a\xcf\x4c\x3e\xba\x7a\xec\x77\xf0\x22\x1d\xe4\x38\xb7\xcd\x9b\x86\xe1\x48\x2d\xb3\x83\x90\xc1\x96\x81\x22\x54\xb4\x99\x1d\x43\xf5\xbe\x65\xe9\x15\xc2\x06\x35\x3e\xdb\xe1\xd8\x99\x03\x02\xdd\x6c\x59\xd3\x8d\xad\x2d\x57\x9d\x7d\x21\x28\xde\x49\x95\x00\x16\x2d\xd4\x0f\xb9\x77\xd7\x9b\xcc\x88\x83\xda\x0a\x48\x02\x89\xa1\xc2\x67\xa3\x82\x49\x6f\x6a\x8a\xb0\xe1\x66\xfa\x7c\x75\x3d\xca\x7d\x26\x35\x09\x6a\x7a\x96\x1e\x8d\x5f\x0c\xe5\xcc\xd5\x2c\xbf\xaa\x4d\xad\x06\xd0\x17\x2f\x56\x9f\xa0\x75\x0d\x24\x61\x8c\xea\xd8\x00\xed\x67\xd1\x6b\x7f\x00\xce\x9c\xac\x56\x3d\x7f\x76\x8b\xdc\x27\x94\xc3\xbc\x8a\xf8\x61\x19\x4f\x19\x4c\x0b\x5d\x10\xd1\xa0\x35\x27\x02\xed\x69\x0d\x84\xe1\x60\xb6\x26\x3c\x80\x1a\xaa\x20\x37\x42\x3b\x75\x3f\x1b\x25\x91\x7a\x53\x13\xe4\xb8\x52\xf6\xb3\x91\xe4\xbc\x53\xf6\xb3\x51\x3f\xa6\xb7\x26\x1b\x80\x9d\x5a\x03\x74\x91\x9e\xac\x37\xc2\xb3\x9a\x0b\x92\x03\xba\xc1\xc4\x6d\xe7\x6f\x93\x28\xf7\xd6\x03\x56\xf6\x76\xba\x10\xe0\x80\xca\x68\x20\x5c\x23\x4a\xbb\xbb\xc9\x83\x33\x2b\xac\x36\xa7\xcc\x8a\xe1\x6d\x60\x99\x74\x63\x07\xf7\x1d\x38\xe3\x6d\xb0\x58\x74\xd8\x66\x02\xc6\xe1\x36\x85\xa5\x15\xf6\x6f\x3d\xd1\xaa\xeb\xa8\xcd\x00\x28\x63\xcf\x20\x43\x40\x82\x9b\x5c\x9e\x72\x0a\x87\x56\x2d\x85\xd4\x0d\xcd\x52\xd9\x36\x63\x10\x66\x35\x0d\x42\xb7\x5b\x6b\x3b\xd2\x60\x33\xd3\xc2\x3d\x8a\x4e\xd9\xd0\x22\xbb\x8f\xaa\xa1\x64\x5a\xeb\x6d\x29\x69\x65\xbf\xe2\xba\x97\x78\x68\x68\x15\xf7\xfb\x3b\x85\x42\x8b\xf6\xae\xb6\x38\x4c\x9e\x38\x7c\xa6\xd4\x0d\xe8\x2d\xc2\xac\x44\xdc\x05\x69\xb4\xc1\x27\x30\xcc\x17\x4d\xda\xb4\x0e\x26\x8b\x1e\x64\xd9\xd0\x81\x40\xdf\x54\xdf\x10\x18\x5b\x30\x59\x04\x38\xca\x89\x16\x63\x1d\xa9\x06\xda\x0e\x0f\xd6\x07\xc9\x4a\x98\xa1\x9a\x69\x66\x6f\xc1\x56\x97\xbd\x7a\xc0\x99\xc6\x69\xe2\x52\x9f\x3d\xdf\x52\x81\xb0\xe0\x42\x7d\xdb\xa9\x94\x04\x43\x69\xe6\xd9\x50\xca\x6a\x27\x47\x1f\x06\xd6\x70\xb8\x8e\x21\xb6\x62\xe8\x55\x88\x68\xda\x73\x0f\xfb\x35\x0e\x95\xd9\x9e\x51\x25\xdf\x8f\xa4\xb8\xee\xc6\x05\xe3\xf0\x2c\xea\x88\xed\x02\xf7\x82\xfe\x89\xf8\x2a\x80\x9e\x4b\x42\xab\xb5\xdc\x36\xf5\x3f\xe1\x7f\xa9\x0a\x14\x7b\x5a\x0e\xe1\x57\x28\xa2\x52\x94\x0b\x5a\xe8\x99\xbb\x62\x52\x76\x4b\x34\x22\x76\x9c\x76\x7b\x18\xe3\x85\x93\x21\x3e\xdf\xa2\xb0\xd0\x31\xb7\x7f\x77\x0b\x60\xd0\x72\xd5\x76\x8b\x47\xb2\x9a\x1b\xb9\x48\x4c\xb8\xd9\x3f\xf1\xcb\x44\xc1\x84\xf1\x77\xcb\x90\xca\xff\xa8\x42\x9a\x8a\x42\x6b\x7b\x48\x41\xe6\x74\x61\xd6\xfa\x1c\x1b\x17\xac\xe5\xa4\x8d\xb0\xaa\xec\xf2\xf0\xd5\x0e\x47\x23\x14\x3b\x68\x32\x4c\x3c\x89\x6a\xf0\x6d\x13\x42\xf6\x26\xdf\x76\xde\x6f\x80\x9f\x11\x5e\x21\xe8\x70\xdc\x28\x2b\xb2\xc8\x97\x45\xc8\x07\x31\xdf\x0e\x2e\xaa\xf6\x7e\x20\xc4\x43\x12\x3a\x77\xc0\x34\x53\xf4\x83\x8d\x8c\xe7\x00\x60\xe5\x85\x1b\xe3\xf0\x5a\xea\x97\x66\x7d\x10\x96\x2f\x1d\x5c\x67\xed\x94\x2f\x9d\x75\x7c\x2b\xe9\x51\xdb\xb4\x1d\xcb\xe1\xb5\xfb\x0c\x9e\x25\x48\x50\x9a\x4e\xf6\x2c\xee\x7a\xf4\xce\x95\xb0\x03\xcb\x54\xe7\xea\x97\xb2\x36\xd5\x4f\x73\x8f\xbf\xa3\x18\x73\x2c\xa9\x84\x9a\x4d\xbd\xd2\xbb\xbc\xdd\x4e\x4d\xf7\xaf\xa0\xdf\x49\x1c\x7c\x28\x92\xf7\x24\x97\x63\x21\xd9\xdc\x97\xcc\x29\x2b\xe7\x23\x71\xf6\x70\xbe\x82\xdd\xdd\x24\x21\x6a\x00\x3d\x73\xd1\x6a\xd8\xa4\x91\x58\x85\x01\x73\xcc\xc4\x7e\x07\x37\x94\x99\x55\x64\x17\xb6\xdb\xe5\x47\xbe\x48\x3d\x8b\x5d\x19\x7e\x35\x1d\xe3\x72\xd3\x1d\xfd\x06\x6e\x80\x27\xcb\x3d\x1d\x83\x75\xb8\x21\x45\x49\x76\xfa\x92\x7e\x7c\x4d\xa3\xba\x28\xc4\xba\x7f\xf0\x85\x13\x0b\xe1\xa7\xde\x6a\x0e\x8b\x76\x2f\x31\x2d\x66\x52\xf4\x41\x72\xfa\x29\xb8\x3a\x48\x54\xd3\xad\xb7\xba\x62\x8c\x4d\x58\xa9\x83\xdf\xbb\x41\xdd\x32\x56\x0a\xac\xb6\xe4\xcc\xd1\x79\xa9\xbd\xdb\x3b\xae\x5b\xad\x7b\x7d\x8b\x13\x2d\x81\xeb\xbd\x4a\xce\xa0\xa5\x51\x84\x55\x3d\xa3\x57\x03\xee\x39\x37\x14\x61\x6d\xc9\x6d\xd6\x22\xad\xe8\x4c\x41\xd6\xac\xc7\xbb\xd7\x00\x9b\x83\x28\xd0\x55\xfb\x62\xba\xd0\xb0\xde\x62\x9f\x99\xae\xd2\x85\xb8\xd4\x88\x54\x13\xdf\x34\x21\x2b\xbf\x76\x4b\xd2\x09\x84\xa6\x62\xe1\xfe\x23\x45\x28\xdc\x53\xa9\xb5\xa9\x7b\xf7\xe6\x70\xf4\xe4\x1d\x31\x32\x46\xf4\x6e\xc0\xb7\x7e\xf8\xbe\x25\x8a\xa6\x39\xb1\x9b\x58\x4b\x3b\x14\xa5\x5d\x9b\xfc\xbd\x5b\xd0\x6e\xf8\x77\xc4\x5d\xb7\x0c\x5d\x5b\x32\xd9\x4d\x9e\x32\x44\xe9\xae\x55\x33\xbe\xc2\xa5\xeb\x52\x71\xe9\x1a\x0a\xde\xb7\x94\xd1\x92\x10\x1c\x84\x3e\xb8\xdd\x21\x65\x30\xb2\x75\x5c\x95\xc1\xa9\xe3\x9a\x55\x5d\xbb\xe5\xeb\x48\x62\xd1\xa9\xe3\x9a\x75\x96\x75\x3d\xbd\xff\x2f\x61\xe7\x71\x36\xbd\xae\xa3\xc1\x54\x6e\x08\x2d\x5a\x70\x73\x72\x91\xcd\x3f\x84\x79\x58\x85\x7f\xb6\xdf\x4e\xea\x16\x3d\x09\x47\x00\x2f\x61\xbe\x63\xcc\xdb\xaf\x18\xea\x4c\xaa\x6e\x91\xcf\x7f\xe8\x6e\x88\x8d\x0d\x9f\x1c\x66\x1e\x85\x83\x8d\xad\xc2\xf7\xc3\x05\x08\x26\xc4\x06\xd1\xe0\x89\x38\x1a\x40\xbf\xf6\xc3\xa9\x0d\x76\x48\x56\xaa\x0c\x00\xed\x1e\xc1\xc2\x38\x8c\x65\x6b\xa8\x22\x03\xa7\x6f\x75\xa8\xb1\x64\xbe\xdd\x17\x88\x7a\x7e\x04\xaa\xc6\xf0\x77\x9b\xfb\x2b\x10\x6d\x00\x1d\x1b\x4d\xe2\xb1\xd8\x23\x70\xdc\x61\xd6\x15\xa5\x3e\xf0\x61\xa3\x79\xe0\x4f\x9d\x76\x7c\x46\x29\xd2\xd1\x00\x80\xd8\xa6\x8d\x21\x81\x5f\xa5\xd9\xba\x63\x11\xee\x3c\x00\x81\xad\xca\xed\x82\xc0\x4e\x62\xa2\xc7\x10\x1f\xc8\x13\x9b\x6a\xbb\x7b\x01\xf3\xb0\xd2\xc5\x48\x81\xc2\x19\xbd\x18\xa2\xed\x5d\xcc\x28\x42\xdc\xb8\x24\x4f\x52\x72\xf4\x77\xc2\xf1\x07\xe0\xb0\x9d\x6c\x74\x63\x6c\x19\x22\x9a\xb4\xe6\x96\x5d\x7b\xfc\x90\x27\x0e\xb8\xe1\x40\x6c\x38\xdc\x86\x04\xab\x57\xef\x1e\x86\xde\xd8\x76\x1c\xb9\xc1\x74\xbe\x03\xa4\xd8\x7e\x38\x69\x06\xa8\x2b\x24\x0d\x8d\xc8\x8a\x42\x89\x01\x4b\x8e\xa6\x31\x9e\xe6\x3f\x54\xbc\x65\x82\x7e\xf8\x15\x77\xb8\xaa\xc7\xc0\xbb\xf6\x23\xbf\xc9\xf1\x31\x26\x90\xf3\xfe\x3d\x63\x1d\x91\xf1\x3c\xb9\x7c\xac\xe5\xcb\x11\xca\x67\x5a\x40\x02\x11\xb7\x75\xe8\x0d\x39\x30\x1c\x7b\x3d\x38\x8c\x3d\x57\xfc\x19\xde\xf4\xea\xcf\x31\xcc\xfa\xa5\x04\x03\x88\x6b\x3f\x64\x1d\x1a\x8a\xf3\xf7\x0a\xab\xa2\x3d\xaf\x74\xd1\x6e\xc7\x56\xe0\xfb\x21\x21\xd8\x3a\x7b\x3f\x64\xe4\xa4\xd5\x54\x77\x01\xe7\xb5\x24\x87\xfd\x88\x93\x90\xaa\x6e\xb1\x21\xf4\x12\x1d\xb8\x78\xd5\xac\x07\x83\x89\x84\x1b\xad\x3e\x0f\x06\x99\x37\xf5\x4e\x99\xa2\x0a\x40\xe8\xe7\x2f\x37\xdd\xe2\xa5\xfe\xf7\xbf\x06\xd8\xec\x98\x40\xe2\x35\x5d\x3c\xa6\x0e\xd8\x64\xe0\x18\x20\xc3\x1e\x7a\x4a\x4f\x1d\xb0\x87\x1f\x5d\x08\xae\x36\xf1\x10\x82\x18\x3c\xc3\xf9\xc2\x67\xc8\x2b\x9c\x4f\xf8\xd7\x39\xad\xe8\x30\x39\x1d\xe7\x68\x1e\x99\x6b\x8a\x67\x7c\x20\xb2\x84\x8b\x35\x78\x9e\x44\xbf\xd3\xb2\x5e\xd9\xd3\xa6\x0f\xba\xb1\x7c\x76\xcf\x55\x5f\xc8\xed\x70\x58\x13\x7b\xbf\xda\x02\x4e\xd9\x16\xd0\xa5\x4b\x09\x2c\x61\x60\x95\xae\x66\x51\xcd\x69\x7e\x86\x8d\xd3\xce\x16\x70\x24\x1c\x05\xf8\x40\x52\x51\xc0\x5e\xab\x5a\xdc\xfc\x77\x73\xcc\x33\x4d\xb3\xd9\x67\x86\x81\xd3\x8d\x9a\x33\x40\xff\x2a\xb0\x38\x87\x1f\x65\xcb\x94\xc6\x7a\x70\xe4\x33\x7b\x06\x92\x3f\xb1\x1e\x68\xbd\x9e\x55\x2c\xc5\x3f\x2f\x71\xa7\x61\xe1\x6c\xcc\x59\x73\x27\x5b\x03\xcb\xe4\x58\x15\x0b\x50\x5f\x67\x53\x98\x66\x4b\x4d\x7d\xb4\x95\xba\x66\xb3\x5f\x8c\x24\xa3\xbd\xd8\xe4\xb3\x25\x3d\xf0\x2b\x34\x50\xc8\x4f\x82\xd0\xea\xe9\x92\x20\xb4\xfa\xfe\x00\x42\x5b\x97\x33\x04\x80\xdf\xe1\xef\x1a\x1a\x38\xb7\x80\xd0\x96\xb0\x57\x58\xd5\xf5\x7a\x99\x69\x66\x40\x84\x9a\x3d\x67\xce\xaf\x06\x36\x2e\xbf\xe2\x70\xc3\x26\x66\x17\xda\xc5\x6f\xb2\x1b\xf4\x49\xb1\xc0\xc5\xec\x06\x57\xf1\xfb\xe0\x98\xc3\xf6\x40\xb6\x2d\x3a\xf4\x83\x6c\x5b\x8d\xad\x9a\x26\xd5\xcc\xdf\xf1\x07\x42\x27\x00\xa6\xb6\x03\xd7\x33\xe6\xc8\xcd\xe9\x0b\x66\x41\xac\x31\xa0\xd4\x1e\x55\x03\x0e\x28\xb5\x95\x44\x4b\x63\xca\xfb\xa1\xb3\x60\xd4\x56\xd0\x40\xc6\xd4\xda\x00\x4f\x98\x53\xf5\x80\x09\x9b\x4e\x86\x07\x9a\x1b\x69\x6f\x37\xa7\x29\xc7\xb5\x55\x00\x70\x5b\x49\xfc\x3a\x44\xb1\x35\xff\xf8\x00\xc5\xb6\x03\x96\x3c\x04\xb1\xd5\xf8\x0a\x86\x6d\xd5\xc4\x3e\x23\x99\x05\xa5\x33\x35\x9b\xa3\x10\x0e\x5e\xf1\x70\x06\xa4\xce\x03\x6a\xa2\x19\xab\x92\xf5\x7b\x8a\xe3\xe2\x99\xa6\xc3\xa6\x2d\x9b\x3b\xd3\x3f\x92\x57\xd0\x04\xa1\xdb\x5a\x17\xe7\x32\x66\xda\x1d\x98\x32\x01\xc2\xe1\xcc\xd4\xe2\xcb\x7f\x4c\x40\x44\x5d\x46\x72\x2b\x67\x82\x87\x5b\x25\xcc\x73\x25\x23\xa0\x79\xf1\x28\xa6\x13\xc7\x05\x41\x92\x87\x95\x8c\xc7\xba\xd0\xd4\x9d\x2b\x62\xbc\x41\x25\x1f\xa2\xe4\x6a\x63\x00\x25\xb7\x2b\x90\x00\x92\x5b\x72\x9e\x4f\x8d\x04\xee\xb4\x93\x83\x24\x39\x39\x9d\x1d\xfa\x24\xb6\x90\xdb\xd7\x68\x2f\xad\x3a\xf3\xca\x81\x53\xd5\xa5\xce\x09\xc7\x05\x0c\xb7\x1f\x6e\xe6\x0b\xde\xed\x39\xba\x3c\x16\x6e\xff\xcc\x14\xee\x47\x10\x14\xc9\x94\xe2\xc4\xb0\x56\xfa\xe1\x3c\x5f\xe0\x6c\xb9\xd7\xd2\x0c\x21\x39\x30\x37\x38\xac\x77\x72\xf5\x6c\xa8\xd6\x34\xb8\x6b\x7a\xc0\x04\x1f\x24\xe7\xc3\x98\x37\xa2\xcc\xcf\xd2\x12\x13\xf7\x11\x76\x88\x23\x3f\x52\x7b\x75\x06\xef\x5c\x0b\x2b\x26\xa5\xc2\xf4\x99\xb3\x3a\xff\x0c\xb9\x05\x99\xb7\xaa\x61\x4d\x2e\xac\xb5\x2b\x4c\x2e\xac\xbb\x07\xfc\xc9\xdd\xc3\xd8\xb9\xb0\x56\xe2\x05\xc9\xb7\xe8\xc6\x2d\x60\x6f\x4b\x5a\xf6\x04\x77\xf6\x7e\xb4\xfc\x83\xf1\x7a\xab\x3d\x7c\x56\xc6\x46\x19\x99\x66\xcf\xf1\x8e\x10\x8c\xdf\xae\xbf\x22\x10\xbf\x3d\x79\xb0\x3e\xe8\xc9\x4f\x5e\x74\x0e\xb7\xf4\xcb\x6a\x7a\x84\xde\xdc\xc5\xf4\x96\x5b\x07\x63\x3b\xa6\x12\x8c\x3c\xf8\xe5\x3c\x39\xec\xd7\x16\xe8\x13\x17\x10\x87\xfd\x4b\x43\x86\x84\xe0\x03\xbb\x03\x81\x70\xea\x9f\xa6\xe8\x3d\x49\x1b\x97\x84\xf7\x33\x3b\xb7\xbf\x67\xce\x43\x9e\xed\x92\xfb\xe2\xf3\xae\x45\x6a\xf6\xe5\xe4\x30\xd4\x2d\xcf\x4c\x6d\x44\x60\xfe\x96\x5f\x56\xc5\x75\x89\x51\x18\xc0\xfc\xd6\x3c\x7d\xa2\xfc\x72\x78\x03\xc1\xa5\x69\x43\x16\xe5\xd7\x6b\x0a\x50\x7e\x6b\xa1\x56\x41\x7e\x4b\xb7\x40\x47\x1f\xde\x13\x1e\x3a\x9b\x91\x93\x64\xc4\xe1\x0a\x53\x58\xc9\x43\xf9\x29\xb0\x50\xe8\xaa\x10\x22\x7d\x2c\x7f\x77\x4b\x22\x9c\x87\xd9\x69\x14\xe7\x81\xef\xdd\x3d\x3f\x78\x61\x9e\xc3\x7a\xb5\xd1\x31\x9f\x21\x02\x08\xf4\x28\xbc\x3e\x87\xd2\x84\x0e\xe1\x2a\x00\x61\xe2\xb8\x66\x4f\x0a\x4b\x19\x3e\xe3\x5b\xc7\x4c\x05\xd7\x12\x47\x58\x5a\x7e\x5a\x6c\x42\x46\xe6\x68\x8b\xc2\x2f\xdb\x13\xfc\xde\x7e\xd8\xf7\xea\x69\xc4\x32\x2a\x96\xaf\x22\x47\xd4\xcc\xf5\xc7\xf3\xc2\xae\x43\xb5\xd5\x2d\x6c\xe3\x35\x73\x34\xf3\x8c\x80\x93\x85\x55\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xe5\x0a\x90\xdf\xc3\x38\xc8\x68\xba\xbf\xd0\xa7\x46\xbe\x97\xe9\x33\x06\x9b\xe5\xb3\xba\x8e\x2b\xa0\xb4\x11\x16\xc6\x8f\x6f\xf8\xbb\x82\xe0\xb2\x05\x8d\x0d\x90\xb6\x84\x08\x26\xd7\xc6\x00\x22\xb8\x93\x53\x66\x44\x73\x95\xe8\x9f\xe1\xe4\x50\xf7\xd0\xd6\xe0\xf7\x1d\x65\xcc\xa6\xbb\xb1\x5a\x8c\xda\x7c\x34\x30\x70\xb0\x82\x77\x03\x74\xb6\xbb\xe7\x97\xb5\x6a\x90\xe8\x16\x71\x25\x99\x59\xaf\xf6\xf5\x3a\x8c\x9e\x99\x1e\x78\x7e\xd8\xf3\x3e\x33\x81\x0e\x75\x40\xd0\x9d\x7d\x9c\xdb\xf6\x36\xf8\x83\xe2\x45\xde\x57\xb8\xc5\x46\xae\x0d\x4d\x4e\x99\x05\x4a\x4a\x6c\x59\xa1\x17\xcc\x34\xa0\x04\x1f\x82\x13\x8c\x98\x6a\x7a\x3e\x43\x5e\x5c\xd9\xb4\x25\x38\xf1\xdc\x59\x08\x5b\x30\xc2\x4c\xde\x24\xc0\x1a\x82\x09\x4f\x92\x7d\x0c\xc0\x84\x3b\xd8\x30\x03\x30\xe1\xae\xc5\x1d\xf8\xe0\xaa\x5f\x66\xe0\xbc\x36\xc3\x33\xa4\x29\xc1\xee\xea\xbc\xa6\xd3\x20\xb8\xc2\xb5\xba\x43\x63\x78\x54\xfc\xc3\xd9\x86\xa4\x81\x2b\xdc\xc1\x52\x1b\xb1\xc5\x88\x69\xb4\x7f\x84\x6d\xf3\x8d\x86\x05\x1d\x16\xc0\x1e\x3e\x14\x06\xc1\x1e\xee\x87\x6b\x28\xf0\x08\x79\x3c\x46\xe8\x46\xee\x84\x72\x97\x71\xe4\x73\x0e\xd5\x17\xf6\x98\x87\x7c\xd9\x1c\x85\xb7\x40\xd0\xc1\x81\x1d\xa1\xc3\x80\x52\x6f\x20\x11\x78\xbd\x16\xe6\x0c\x37\x7e\x2b\xce\x5c\x0d\x8b\x00\x97\xd4\xfc\x83\x7e\x78\x00\x01\x2b\x5c\xf9\x7b\xae\x0c\x3d\x3f\xed\x87\x4d\x28\x49\x21\x11\xc4\x69\xc2\x2c\x4a\x2b\x50\x60\xf5\x02\xa6\xb8\x78\xf1\x12\x29\x4e\xa0\x14\x84\xe2\x84\x24\xc5\x2c\xb0\xa6\xd1\x88\x2d\x4f\xf4\xe2\xdc\x20\x4e\xe4\x28\x10\x1b\x8a\x0b\x79\x9d\x3c\x5b\xd1\x65\x61\x3a\x9b\xd1\xe3\xf4\x55\xe9\xc0\x70\xbd\x10\x3a\xc4\x35\xba\xbb\x7f\xd0\x36\xd2\x41\xb1\x4f\x20\xf3\x1b\xae\x1a\x37\x3e\x2c\xce\xf8\x4d\x73\xd2\x74\xd3\xe4\x39\xfb\x22\xf6\x1b\xb3\x08\x64\x71\x2f\x59\x29\x06\x10\x17\x5b\xdf\x74\x9d\x48\xe3\xc9\x35\xa2\xc4\x96\x0c\xaa\xde\x5f\xa1\x27\x1b\xb9\xce\x06\x88\xc5\xdd\xcb\x19\x00\x8b\xbb\xe2\x1f\x80\xc5\x47\x4b\x12\xb1\x45\x86\x4e\xb2\xa0\x01\x60\x71\x37\xbc\x2f\x8c\x34\x37\xb4\x13\xc4\xe2\xb2\xb2\xf4\xc7\xdc\x50\x18\xa3\x45\x91\xee\x6c\xb9\xa0\x7b\xd1\x1c\x78\x26\x14\x69\x27\xdc\xdf\xab\x8b\x78\xd5\xbb\xaa\x05\x24\x85\x48\x18\x20\x11\xef\xe3\x42\x3f\x5e\x27\xa4\xf8\xcf\x63\x19\x2b\x30\x26\xd6\xe7\x8f\x46\x78\x46\x1a\xd0\xfd\x2f\xbe\x94\x24\x69\x3d\xb9\x3e\x12\x4a\xc8\xf5\xbd\x19\x05\x9b\xb8\x97\x62\x11\x94\xd3\xac\x2a\x37\x82\x1f\xc9\xbf\xdc\xc2\x82\x77\x91\x7e\x6c\x0b\x02\x5b\x86\x86\x44\xaf\x1f\x43\xff\xfd\xa9\xdb\x2e\x1d\xd8\x35\x9a\xae\x1f\xcb\x43\x67\x16\x86\x0d\xd9\xf2\xfa\x65\x97\x3b\x2f\xd9\x65\x5f\x5c\x9f\x83\x67\xcf\xd3\xb4\x03\xa7\x47\xd3\xba\xd0\xf7\xe1\xcb\x00\x27\x77\x60\xa9\x06\xb8\xc9\xc5\xe8\x9a\xc5\x1d\x89\xae\x23\x40\x28\x77\x30\x36\x07\x10\xca\xbb\xd6\xc9\x8b\xd6\x65\xbf\x3a\x0a\xbd\xa5\xd6\xb4\x8b\x40\x91\x56\x5e\x99\x40\x27\xd7\xe1\xe9\xef\x56\xa6\x62\xed\x57\xec\xfd\x6a\x71\x58\x4c\xd8\x86\x90\x6f\x3c\x17\xa6\x11\x92\x02\x6e\x72\xd7\x9f\x09\xdc\xe4\x5e\xaa\xcf\xee\x63\xea\xc7\x7d\x4f\xa7\x7f\x90\x92\x7b\x81\x6b\x00\x8e\xdc\x0b\xcc\x01\xdc\xe3\x0e\x5e\xd7\x10\xf6\xf8\x50\x84\x06\xeb\x78\xf7\x94\x96\xb1\x6c\x94\xea\x57\x52\x36\x84\xfe\x85\x65\x83\xac\xfc\x63\xd5\x14\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe1\x4e\x33\x37\x88\xc8\xbd\xe4\x33\xd4\x0c\xb5\x69\x21\x4e\x0c\xa3\x7b\x57\x5a\x29\x5c\x6f\x23\xc9\x4d\x1e\x03\x9e\xf1\xfe\x8c\x8a\x9b\xde\x98\x3e\x4b\x26\xe1\xb9\x80\x15\x57\xa3\xd3\x00\x2b\xee\xa5\xf9\xbb\xb0\xb1\xf4\xb0\xab\x0b\x70\x26\x40\x28\xee\x25\x9f\x75\x04\x66\x3a\x7b\x1e\x3b\xda\xee\x6c\x16\x67\x81\xab\x08\x43\x30\x40\x2b\xee\x46\xb4\x83\x4f\x5c\x0b\xa4\x14\x7c\xe2\x0e\xba\xce\x00\x9e\xb8\x16\xa8\xfb\x1a\xb9\x3d\xa8\x88\x58\xb1\x61\x04\xb0\x60\xc5\xcb\x6c\x0f\x4b\xb7\xf8\xdc\xa8\x83\x50\xe6\x65\x11\x49\x8f\x8b\x89\x71\xa2\xd8\xdb\x2d\x35\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x77\x56\x2c\x4d\x6f\xdd\xb4\xa4\x9f\xd1\x27\x74\xa5\x60\x61\x77\xc9\x86\x5b\x1d\x92\x42\x86\xeb\x8d\x90\xa1\x49\x71\x21\x57\x94\x6a\x61\xb7\x97\x65\x99\x4b\xcf\x91\x6e\x11\x66\xd3\x49\x44\x63\x45\x70\x10\x8d\x9b\xee\x47\x02\x1a\xeb\xa2\xbe\x94\x36\x20\x28\x80\x1b\x77\x2f\xb4\x00\x37\x16\xba\x6e\xac\x10\xf3\xc1\xdd\x65\x3e\x78\x38\xcb\x32\x61\x9c\x12\x3b\xc0\xc5\x47\x71\x37\x2f\x6a\x1a\x3e\x2b\xab\x78\x5e\x96\xf9\x38\x29\x8d\x53\x61\x81\xde\xae\x94\x1d\xac\x96\x38\x72\xf2\xe7\x0e\x60\x8b\x4b\x6e\xad\xc5\x86\x70\xb1\x15\x11\xd0\xee\x56\x8a\x08\x7f\xa6\xd0\x1b\xe0\x18\xef\xd5\x67\x65\x4e\xf9\x8e\xe3\x3d\x99\x5d\x98\xe4\x32\x20\xcd\x08\xbd\x65\x1a\x5c\xc3\xef\x80\x35\x3e\x44\xaa\x19\xc0\x1a\xf7\xe2\x58\xb4\x3c\x18\x24\xb5\x4c\x0c\xaf\x18\xb5\x2e\xa6\x02\x39\x1a\x84\xe3\xee\x1d\xc0\xc2\xd8\x00\xe2\xdb\x00\xe0\xf8\x10\x18\x67\xac\x2b\x53\x96\xd0\xc7\x2b\x17\x94\x7e\xe1\x81\x58\x90\x84\x12\xe2\xd8\x64\x3f\x40\x1c\xf7\xe2\x24\x5d\x90\x4f\xe9\xc8\x9d\x1d\x61\x1d\x6e\x57\x97\x02\x38\x3a\xe4\xf1\x48\xab\x42\xf8\xd1\xfc\xef\x7f\xd3\x1b\xd8\xa5\x77\xbb\x8a\xcc\x52\x58\x70\x7c\xb7\x0e\x56\x16\x20\xff\x90\x5b\x43\x47\xc4\xfc\xde\x2e\x31\x85\xdc\x5d\x0c\x83\xd1\x01\x44\xee\x45\x8a\x6c\x1a\x7a\xf3\x23\x01\x82\xdc\xd5\x43\x17\xb6\x02\x8d\xa3\xeb\x11\xf0\xd9\x02\x90\x01\x77\x2e\x46\x80\x22\xf7\xdb\x7a\x7f\x90\x03\x79\xac\x57\xa6\x66\x97\xde\x3c\xe1\xbe\xb0\xc6\x1e\x70\xa1\xc2\x1c\xe8\x2b\x91\x3b\xfc\xc3\x1b\x50\xc9\xdf\xcb\x8c\xbb\x14\x2f\x6d\xbb\xd7\xbf\x4c\x3e\x48\x71\x7c\x0f\x4d\xd3\xb4\xbe\x6c\x9c\xe9\xff\x14\x00\x3d\xe2\x9f\x5b\x4f\x16\xf2\xe5\x89\xf2\x85\x03\x2c\xf1\xfd\x48\x7b\xe9\x96\xf4\x9a\x62\x59\x2f\x3a\x89\x99\x85\x40\x3f\xee\xe0\xe5\x8f\x44\x3f\x56\xe5\x13\xfd\x58\x38\xa2\x71\xfe\xe8\x16\x0c\xf9\x34\x2e\x5d\x9d\xef\xc4\x13\x91\x74\xbb\xe3\xc4\x83\x41\x8f\xfc\x13\x46\xed\x98\x4e\x19\xf5\xf2\xf9\xb3\x56\xda\x3b\x5c\x32\x28\xf1\x29\x13\x66\xc1\x01\x42\xee\xc5\x16\x0e\xf6\x36\x1c\xf5\x34\xc4\x5c\xcf\x63\x00\x92\x8b\xd7\xe4\xe7\xc1\x15\xef\xb2\x56\xb7\x39\xe3\x06\x20\xb9\x93\x2b\x77\x9c\x42\x9e\x98\x82\x09\x80\xe4\x0e\x90\xdf\x00\x1f\xb9\xe8\xf9\x71\xe6\x85\x84\xd5\x16\x9c\x6c\x11\x3d\x4e\xb8\xb6\xae\x41\xa7\x5c\xdb\x79\x32\xab\xad\x7a\xe8\x69\xc6\x5a\x7d\x04\x81\x47\x3e\xf4\xc4\x05\x1e\xf9\x00\x5c\x75\x9c\x82\x7d\x41\xd0\xce\xe2\xd6\xe6\x1b\xb2\xc7\x90\x6f\x7b\x9c\x55\xdd\x8b\x3d\x7f\x92\x31\x46\x2f\x8e\x53\xae\x8d\xd0\x7d\xa6\x63\x02\x42\xf4\xc9\x85\x84\x7e\x1b\x27\x26\x04\x3d\x7a\x4f\x2e\x27\xbc\x0d\x3a\xe1\xe6\xc3\x8c\x10\x27\x26\x04\x33\x1e\x9c\x98\x10\x80\x6f\xfa\x83\xea\x9d\x78\xea\x4f\x73\x57\x9d\x78\x27\x14\xe7\xaa\xb9\x36\x9c\x6a\x60\x9b\xa3\xdb\x99\xc6\x49\xe1\x84\x83\xda\xdc\x8d\xb3\x3a\xb5\x1d\xc8\xd1\xcf\x66\x24\x02\x54\xe4\x24\x74\x4e\x03\xd1\xa9\x6f\x82\xb7\x5f\xa7\xe1\xe3\x26\x27\x39\x31\x06\x74\x63\x06\xce\xbc\x79\x80\xe6\x9e\xc6\x8c\xeb\x78\x77\x92\xb6\x56\xb1\xfc\x44\x54\x20\x39\xfc\x38\xd3\x18\x90\x25\xbc\x92\x62\x5e\x48\x58\xaf\xba\x03\x18\x74\xd7\x5b\xee\x34\x32\xdc\xe8\x19\xf0\x9f\x7b\x75\xad\xcc\x2e\xa7\xdb\x09\xf8\xcf\x7b\x4d\x7c\xb9\x98\x06\x86\x3b\xf3\x98\x33\x0f\xd3\xcd\x4e\x07\x71\x2a\xe8\x6e\x2c\x79\xb1\x85\x93\xff\xba\xd9\x37\x6b\x0d\xd2\x7a\x8f\xd3\x74\x71\xb0\xab\x33\x48\x8a\xe9\x09\x0a\x59\x97\x33\x1d\x0a\x2a\x76\x0a\xa7\x00\x00\xf0\xc7\x69\x26\x57\x03\x4d\x13\x3b\x5a\x7b\xe9\x89\xf2\x0e\xda\xff\x38\x43\x4b\x33\x1f\x6d\x85\xbd\x57\xdb\x5e\x52\x05\x1b\x5f\xca\x3f\x28\x74\xe7\x56\xd2\xbb\x99\xd2\x4e\x5d\xf9\x55\xf1\x81\x8e\xee\xfa\x26\x9d\xa7\x55\xd1\xa9\xd3\xd3\xef\x2a\x25\x33\x3d\xfc\x67\x13\x12\xdd\xec\xcf\x33\x7b\xe8\x1f\x37\x6d\x58\x95\xa6\x0d\x3a\x92\x1c\xd3\x5e\xa1\x36\x57\x6b\x12\x76\x2b\x9c\x5c\x2c\xec\xd5\xde\xc2\xfe\xf4\x08\x3b\x0d\xee\x32\xb1\xca\x29\x67\x83\x50\x82\x0d\xdd\x41\x37\x1e\xe7\x6d\xad\x54\x64\xe2\x78\x53\xb4\x9c\x5e\xb3\x6b\x84\x00\xcc\x79\xff\xc3\xc0\x37\x47\xea\xe4\x9c\x1e\x27\xd9\xd0\x64\x6d\xa7\x5e\x78\x26\x89\x00\xda\xb9\x57\x4f\x61\x1a\xac\xe9\x87\x61\x58\xba\x71\x9d\xa6\x50\x31\xc5\xc0\x09\xaf\x02\xfa\x73\x9c\x5b\x61\xed\x46\xea\x9f\xc9\xb7\x18\xde\xdb\x78\xa6\x4f\xaf\x02\x01\xec\xe9\xdc\xac\xaa\x1a\x8b\x0d\xe2\x73\xf7\x1e\xea\xcc\x4b\x76\x29\x3c\xf9\xcc\x0e\x8d\x0d\x27\x97\xe3\xbf\x43\x72\xfa\x59\x84\x1e\xe2\x48\x67\x5a\x88\xd3\x3c\x64\x5a\x18\xce\x2f\x7b\xbb\xbf\xba\xcc\x37\xa6\xca\x79\xfd\x54\x4c\xa6\x2f\x0d\x44\x25\x9f\x3b\x75\x4d\x9e\x97\x25\x06\x2f\xf0\x94\xac\xca\xad\x00\x73\xbc\x60\x17\xe0\xe3\x0d\x10\xa2\xbb\x16\xb3\x44\x88\xd6\x8b\x4b\x50\xe8\xa1\x72\x2f\x28\xb4\x72\xee\x75\x48\xef\xe0\x0b\xd7\xc1\x24\xd6\x3f\xf3\xac\x5c\xb8\xc0\xc9\x3f\x40\x95\x2e\x25\x9f\x61\xd4\x90\xdb\x4b\x60\x2c\xbd\xc7\x2f\x92\x99\xbb\x81\x2e\x7d\xdb\x34\xa9\x5c\x26\x19\xd1\x2c\x02\xdc\xf4\xee\xa5\xe5\xa5\xaf\xd0\x6b\x30\xa6\xab\x6c\xfe\x4a\xdd\xcd\xa9\xa8\xc3\xf2\xbe\x70\xf2\x20\x58\x97\x5c\x00\x3d\xf3\x42\x8f\x33\x18\xf4\xd2\x53\xad\x58\x93\x52\xe8\xf4\x23\xa1\xfa\x0b\xcf\x44\xe5\x39\xa7\x19\x91\xc5\xae\x01\x94\xba\x1b\xba\x77\x99\x3e\x44\x3f\xb7\xab\xd9\x34\xdd\xc0\xef\x4c\xa6\x73\x99\x8e\x1c\x34\x86\x21\x5a\xb5\x19\x47\x2f\x53\x86\x98\x4d\xe9\x42\xef\xcb\x1d\xd0\xa1\x0c\xf6\x43\x4f\x33\xc3\x33\x2f\xed\xbf\x2e\x2e\xfa\x20\xd0\x20\xe3\x4a\x22\xef\x6e\xe8\x46\xb1\x22\x3d\x5c\x52\xf9\x66\xb5\x6c\x52\x14\x20\xb0\xab\x4b\x86\xa2\x81\x57\xdd\x81\x06\x19\xd7\xd0\xfe\x84\x30\x77\xa1\xf9\x01\xe3\x31\x2e\x00\xb9\x54\x91\x01\xb5\x2e\xaa\x58\x80\x5a\x17\x5d\xe8\x2f\x33\x93\x9b\x71\x02\x54\xeb\x6a\xde\xa8\x0b\xb6\x30\xbc\x93\x06\xd5\xba\x6a\x52\xbc\x48\x34\xaa\xe3\xa6\x08\xd7\xe9\xd0\x7e\xa5\xde\xb7\x6c\xef\xf5\x1f\x3f\xc3\x11\xda\x21\x09\x83\xa2\xd9\xe4\x42\xf3\xab\xea\x65\x00\x5e\x17\xfd\xc0\x2e\x72\x88\x19\xf5\x74\xa9\xf9\xe9\x91\x74\x01\x8a\x52\x8d\x55\xbe\x92\xc7\x2c\x2b\x06\x2d\xc7\xfe\xea\x5e\xa6\x7e\x2e\xb0\xb5\x40\x73\x03\x60\xeb\x5e\xdd\xf8\xf2\x95\x6e\x89\x6e\xb7\x68\x31\x80\x1b\x76\x7b\xe3\x05\xaf\x2b\x1e\xf8\xd5\x05\x0c\xce\x21\x7c\xf5\x91\x2d\xc0\x7a\x9c\x37\x54\x39\x6f\x76\xc1\x9f\x2e\xba\xec\x8b\x30\x7d\xe8\x13\x00\xc4\x74\xd7\xb5\x4d\x28\xe9\xa9\x84\x7f\x2d\xa8\x23\xe2\x09\xd8\xd0\x3d\x37\x9e\xc1\x5e\x6a\xb3\xd7\xa9\x90\xee\xac\xeb\x89\xae\x4e\x09\x3a\xf4\xfe\x87\x9e\x9c\xca\x1e\xb0\x69\xe0\xa1\xbb\x19\x38\x41\x87\xde\x87\x83\x9a\x51\xca\xcc\xba\x78\xa1\x94\x99\x4a\xf3\x92\x0f\xc1\x5a\x85\x8d\x96\xf5\x08\x1b\x6d\xa6\x15\xa0\xa2\xbb\xa9\x3b\x12\x11\x3a\xbf\x37\x70\x88\xed\x8c\x0b\x99\x37\xa8\x57\xb2\x2a\x17\xef\x92\x88\x85\x25\x30\x5d\x3a\xbc\xad\xaa\x35\x90\x3b\x06\x20\xd0\x99\x16\x0b\x10\xe8\xae\xf1\xf6\xba\x39\x18\x7f\x27\xd4\x03\x15\x7a\xab\x17\x34\x49\xaa\x11\x8d\x63\xa0\x42\x57\x9d\x75\x00\x85\x3e\x44\xf9\x19\x00\x41\x57\x6d\x54\x00\x41\x77\xdd\xa6\x00\x82\xae\x39\xa8\x47\x01\xd1\xdf\xf3\xa0\x30\x0b\x68\x6b\xda\xb3\x2f\x32\x87\x4c\xad\xf2\x80\x42\x57\x73\xa9\x5e\xb2\x3d\xf8\xaf\x78\xcf\x82\x17\x8e\xeb\x35\xda\x04\x69\x0f\xa4\xe6\x6e\x56\x3b\x90\x9a\xbb\xa9\xef\x2e\x73\x77\x9a\xca\x0e\xa4\xe6\xae\xd3\x9a\xe0\xcc\x02\x24\x0e\xc0\x99\xbb\xe9\xe4\x2e\x61\xb9\xf4\x77\xbd\x84\xe2\xd2\xc7\x15\x80\xe5\xdd\xf7\x5d\x04\x54\xe5\x5d\xb1\x2f\x3a\x19\x40\x9f\x80\x52\xde\x9f\x4d\x5e\xd8\xbb\xd3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x8c\x5b\xe3\xd0\x81\x9a\xbc\xff\x09\x5e\x20\x06\x6c\xde\xfb\x48\xd2\x45\x11\xb2\x78\x68\x0f\xbe\x05\x93\x54\x5d\x07\x1e\x39\x33\xa0\xdd\xde\x9f\xaa\x27\xdf\x87\x53\xe4\x47\x5e\x7c\x41\xc0\x01\x37\xee\xe6\xb4\x02\xdb\xb8\x9b\x50\x2c\xb1\x89\x75\xc5\x4c\x3c\xe2\x80\xba\xde\xe9\x4e\xc5\x16\xb8\xb9\xdb\xd4\x29\xfb\x4e\xc6\x05\x2f\x10\x82\x78\xaa\xbe\xdf\xd5\x2b\x35\x9f\xc9\xb4\x8d\x98\x2f\x34\xf1\xaf\xe6\x47\x52\x48\x28\x75\x82\x10\x73\x8e\x00\x21\x0e\x10\x58\x06\x20\xc4\xf5\x67\x13\x0d\x1f\x2f\xc7\xa4\x65\xb2\xfb\xac\x8a\xc1\x46\xb9\x5b\xd6\x4a\x4d\x3a\x43\x99\x04\x0f\xbc\xe1\xda\x20\x5d\x77\xcb\x29\xe1\x05\x6f\x28\xed\x1c\x77\x06\x19\x87\x2f\xb9\xd2\xd4\x45\xa4\x95\x19\xbc\x6e\xcc\x94\x24\xa9\x1f\xc2\x0f\x0b\xca\x39\x6e\x3d\xa3\xdd\x27\xe8\x21\x53\x83\x01\xf0\xc3\xd1\xed\x08\x97\x92\xda\x24\x40\x22\xee\x26\x0c\x03\x89\xb8\x98\x7e\x00\x20\xe2\x62\x26\x9f\x5b\x5d\xc5\x95\x19\xde\x9e\x57\x3f\x62\xbf\x41\xfd\x6f\x4c\x8e\x66\x73\xba\x93\xf7\xc0\xd2\x04\x1c\x9e\xca\x1a\x80\x0c\x47\xf7\x19\x76\x93\x1f\xc1\x6d\xd4\x6e\x6f\xfc\x9e\x4c\x6f\x72\x4f\x15\x01\xe8\xfa\x9d\xbe\x4e\xb6\x67\xc6\x0d\x6d\x0d\x40\x11\xef\x89\xf2\x33\xe2\xc2\x21\xf9\x77\x7a\x41\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x45\xd1\x4c\x34\x77\x38\x56\x26\x70\x33\xa4\x6a\xc6\xc3\xdb\x18\xad\x7f\x2f\x6e\xbc\xe5\x0b\x04\xc7\x59\x16\xd2\x38\xfa\x9f\x19\x94\xc1\x3b\xae\x46\xd6\xde\x28\x4e\x53\xe5\x19\xb8\xe3\xaa\x7d\xf8\x96\x79\xb9\xfc\xea\x4a\xb0\x22\x10\x8e\xbb\xc9\x58\xee\xa5\x2d\xc7\xdf\xb3\x93\x16\xc8\x4e\xfa\x8f\x49\x21\x7d\x76\x09\xdd\x88\x3a\x48\x99\x25\xf0\xc6\x41\x4a\xef\xb3\x7b\xb9\x9e\x7e\xc4\x61\x46\x06\xba\xc5\xc0\x30\x17\xc0\xad\x2f\xb5\x16\x11\x70\x93\xab\xbe\xe6\xb7\x99\x39\xdc\x4a\xe2\x75\x79\x21\x0e\xf0\x71\xd5\xc5\xe5\xce\x08\x68\x27\xfe\xcc\x6d\xe2\xcb\x5e\x1d\xf3\x3f\xde\x97\x52\x89\xc5\x61\x89\xa6\x0b\x4c\x48\xe4\x5c\x68\x3c\xab\xcd\x0c\x7f\x67\xa8\x96\xfd\x05\xbd\xcb\xd4\x28\xf7\x65\x92\x61\x3f\x3a\xa9\xc9\xdf\x91\x4f\xe0\xf9\x20\x1f\x17\x45\xd8\xfb\x62\xfe\xdd\x30\x97\x5d\xf2\x9b\x4d\x9b\xb5\x28\xdd\x37\xf2\x8c\x07\xeb\x96\x4c\x17\xff\x80\xb8\x39\x4f\x84\x4b\x9b\xb4\xfc\x46\xc7\x1b\x66\x2d\x01\x37\xb9\x18\xe1\x70\xe3\x05\x25\x13\xbd\x31\x58\xea\x8e\x75\xdf\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xde\x84\x07\xdf\x5e\x6f\x6a\x3f\x11\x4b\x79\xe9\xdc\x75\xcb\x2a\x25\xd2\x8f\x5a\x44\xbe\x90\xbb\x07\x01\xe3\xce\xfb\x4d\x07\xcb\xfd\xa6\x28\x04\x80\x2f\x77\x6f\x94\xef\xcd\x37\xa3\x7b\x08\x88\xd9\xf2\x9a\xe0\x46\xa7\x9c\x4a\xa4\x20\x34\x77\x73\x73\xdc\xc2\x68\x9a\xd9\x00\x84\xe6\x6a\x54\xfc\x4d\x48\xb6\x3a\xde\x8d\x2d\x54\x8b\xd4\xfd\x1a\x56\x49\x97\xde\x3c\x4d\xf4\x95\x60\x2e\xd3\x14\xdd\xa2\x65\x2a\x65\x01\xe3\xdc\x4d\x0f\x01\x8c\xf3\xfe\xc3\x26\x5e\xdb\xf6\xab\x8f\x4e\x51\x95\x59\xb5\xe5\x66\x84\x79\xe9\xfc\x7e\x7f\xb9\xa1\x18\xaa\xae\xde\x76\xea\x53\xd9\x97\x3c\x7d\xaa\x7e\x50\xc0\x07\x20\xb0\x29\x97\x16\xca\xb9\x9b\x20\xe2\xf9\xa1\x28\x73\xa6\x45\x72\x3e\xb4\x2e\x3d\x66\xd4\x32\x90\x09\x5c\xe7\xaa\x1c\xf8\x60\xcd\x34\x14\xe2\xf9\x65\xdf\x2d\xee\x9a\x23\xfc\x3d\xde\x2f\x1a\xbd\x04\xb0\x73\x37\x0b\xc0\x63\x84\xb6\x1e\xdc\x00\x38\x17\xc3\x46\x00\x6d\xee\xb2\x36\x40\x9b\xf7\x47\xfe\x01\xc2\x8e\x7d\x3f\x4c\x85\xe0\xef\xcc\x15\x5b\x5a\x38\xe6\xa9\x7c\xf1\x00\xad\xf5\x6b\xfe\x21\xfd\x45\xc2\x04\x8e\xf9\x28\x7f\x1b\xf9\x9e\x02\x03\xfe\x59\x03\x1b\xc8\x26\x4b\x8e\xd7\x66\x3e\x79\x0c\x5f\x91\x04\x73\x18\xdd\xf7\x6c\xb5\xb5\xa8\x22\x3c\x5b\x2c\xe8\xa6\x4f\x10\xe8\x79\x1a\x2d\xf2\x54\x0e\x1b\xe4\xed\xc1\xa8\x99\x2b\x82\x06\xab\xb3\xab\x60\xd0\x43\x0d\xf1\xf1\x2a\x72\x5a\xc0\x9d\x9c\xcd\xb1\x93\x5d\x43\x04\x04\x0d\x09\x00\x46\xef\xd2\x74\xbd\xe1\xf1\xc2\x26\x7d\x48\x87\x69\x30\xf5\xc3\x75\xa5\x21\x47\x8f\xd7\x8a\x06\x7a\x3d\xda\x0d\x4d\x55\x0a\x7e\x73\xf7\x06\xeb\xe9\xec\xe4\xe2\xef\x32\x6f\x3b\xd8\x8d\xea\x65\xa8\x3d\x67\xca\x97\xdc\x19\x8c\xc9\xa4\xd4\xd9\xab\xa1\x51\x10\x5e\xf9\xe0\x6d\x64\xc0\x05\xe8\xcf\xdd\xa8\xfa\xc7\x84\x5b\xda\x43\x1f\x02\x9b\xbc\x9c\x7d\x46\x6e\x58\xba\x05\xf8\x95\x99\x88\x1e\x35\xcc\x6e\x7b\x70\x02\x87\x61\x8c\x53\xb3\x22\x79\x3c\x65\x67\xf6\x89\x8f\x40\xd0\x94\xcd\x3d\x28\x8b\x9e\xda\x07\x56\x6e\xe6\xcf\x67\x3a\x1f\x34\x30\xe5\x0f\x30\xef\x47\x55\x51\x42\xfb\xe0\x84\x6c\xd0\x2c\x98\xd0\xd1\x5d\x56\x5c\x86\x34\x2d\x3c\x21\x02\x07\xec\xe1\x31\x48\xda\x14\xa4\x60\x42\xd7\x9c\xb4\x90\x62\x20\xcd\x3e\x44\x29\x19\x0c\xfd\xac\xf4\x1a\xa3\x87\x66\x1c\xd1\x56\x08\x5a\x74\x37\x93\xc1\x93\x86\x4a\xf8\x38\x60\xd1\xdd\xf0\xe9\x67\x29\x15\x58\x20\x67\xd3\x3f\xc2\x7a\xe9\x3b\xf9\xa7\xcd\xa7\x04\x86\x74\xd5\x3d\xec\x21\x5b\xa5\x17\xf6\xcf\xa9\x9b\x02\xaa\xea\xa3\xd1\xd2\x8c\xa2\x40\x3e\x47\x6e\x0b\x35\x4a\x13\x95\x3e\x82\x3d\x39\x0e\x1c\x7f\xbc\x8e\x4c\xc4\x67\xfd\x8c\x9e\xcb\x39\x64\xae\x84\x87\xd0\xee\xf8\x60\xcd\x6c\x4e\xd5\xa5\x60\x85\xa8\x01\x16\x74\x35\xab\xe0\x63\xca\x90\xc8\x7a\xb5\x1b\xc3\xc6\x9e\x9b\x64\x5d\x8e\x3c\x19\x22\x1c\xf7\x31\x5d\x65\x9e\x08\x39\x22\x02\xfe\x83\xf6\xa8\x33\x28\x50\xd2\xdd\x18\xb5\x47\x87\x61\x6d\xd0\xcf\x2d\xd9\x94\x5c\xdc\x50\x2e\xc9\x26\x81\xcb\x46\x73\x00\x25\xbd\x4b\xf8\xc2\x3e\x94\x38\xc2\x29\xff\x11\x1b\x38\xa5\xa2\x0d\xb0\xd2\xdd\xb8\x82\xe7\xb1\x4f\xf4\xe3\x49\xef\x27\x3a\x88\xea\xa8\xa1\xf9\x91\x1d\x3a\xcf\x8f\xb7\x70\x7f\xe2\xde\x8e\xe7\x49\xa6\x61\x9b\x9a\x02\x1c\x30\x46\x57\x23\xa6\x9e\x47\xc2\x27\x7d\x7b\x95\x7b\xd0\x32\x45\xa0\xce\xa3\x2d\xbe\x84\xfc\x0b\xd4\xe9\xae\xeb\xe6\x23\xbe\x84\x09\x34\x41\x9d\xee\xcd\x5d\xc3\x35\xa2\x61\x27\x22\x4d\x8b\x7e\x3d\x1e\x79\xa7\x64\x13\x67\xa2\x92\xbf\x3b\xa7\xfe\x4e\x07\x5d\x04\x93\x5c\x9b\xc1\xee\xc9\x34\x27\xcb\x17\xc2\x27\x64\x51\xa0\x53\x18\x4a\x01\x36\x75\x51\x7a\x78\x92\x8d\x22\x8b\x01\x4e\x5d\x4d\xb1\xf7\x7c\xea\x6e\x1e\x55\xb3\x60\x4a\x8d\x3f\xee\xd8\x65\x89\x5c\x40\x1a\xc5\xfe\x60\x2d\x36\x74\x00\xcc\xea\x6a\x2c\xdb\xf3\x71\x22\x38\x9a\xef\x2f\xe7\x6f\xf2\x92\x4d\x07\x2f\xa4\x14\x60\xd4\xaf\x08\x9b\x2c\xed\xfb\x83\xa5\x1d\x96\xc6\xb6\x44\x57\x5f\x4c\xc5\x06\xbd\x03\x59\x5d\x54\x59\x5f\x3c\x7a\xb4\x4b\xbd\x87\xa7\x89\xb2\x42\x56\x19\x94\xf2\xca\x7d\x11\xde\x00\xa3\x2e\x52\x8e\xd7\x84\x28\x50\x55\xc0\xa8\xbb\x97\x0c\xef\x91\x5b\xd8\x5a\xe1\xc4\x70\x6b\x80\xa9\x33\x79\xc8\xcb\xf5\xa1\x31\x42\x6f\x49\xc2\xc8\x38\xd1\xae\xf5\x4c\x79\xd1\xae\xbd\x3c\x02\xc8\xfa\x38\xaa\xbf\x43\xe8\x39\x62\x6f\x81\x78\x3a\x84\x22\xc1\xb4\x1e\x78\x33\x24\xf9\xdd\x9a\x79\x11\xfe\x09\xac\xeb\xae\x2b\x33\x58\xd7\x5d\xe7\x33\xa1\xae\xcd\x37\x27\xbc\xf5\x94\x23\xbe\x70\xe6\xaa\x39\xfd\x4d\x1d\xdd\xc9\x90\x1d\x43\x40\xde\xcd\x8e\x43\xbe\xf9\x56\x66\x1b\xea\xfc\xa6\x8a\xee\xf2\x54\x17\x97\xfe\x55\xdb\xa6\x89\x26\xa8\x3d\x47\x15\x10\xec\xee\xf5\x30\x20\xd8\xc7\x90\x84\xbf\x66\x4c\xd1\x2f\xf0\x6d\x46\x7a\x51\x15\x2e\xc4\xfa\x44\x00\x76\xdd\x5b\xfe\xee\x61\xf4\x0f\x73\x4d\x6b\x77\x7c\xd3\x8a\xec\x26\xc0\x5a\xac\xc4\xf9\xea\x2c\x6c\x9a\x22\xe0\xad\x8b\x31\xea\xa0\x5b\x17\xb9\xe0\xab\x26\x5e\x7c\x96\x8a\x42\xf4\x13\xe8\x5a\xce\x00\xd0\x75\xd7\xd1\x0a\x70\xeb\xfd\x15\xb3\x2e\x92\xa5\x49\x7c\x5f\x5c\x87\x95\xc1\x80\xb7\xde\x5f\xd1\xdf\xe1\xfa\xd1\xc3\xe1\x5c\xf9\x3b\xc6\x3c\x7b\xce\x55\xa1\x5e\x67\x00\x5d\xef\xd9\xa1\x56\x72\x80\xe9\x4b\x92\xc0\xd5\x5e\x80\xbf\xe2\x3c\xb4\xf5\xa7\xcf\x1e\x58\xd6\xcd\xe4\x0e\x60\x59\x17\x1d\x1a\xc0\xb2\xae\xfa\x90\xbf\xa8\xda\x5e\x8e\xbf\x30\xeb\xa5\x37\xcd\x0b\x7f\x56\xbd\x7d\x23\x67\xc8\x17\x26\xc5\x67\xd3\x83\xb9\xe3\x56\xce\x09\xdb\x04\xcb\xae\x92\xc5\xbb\xdc\x63\x16\xd0\x3c\x85\xa6\x2c\x4e\xb5\x39\xa6\x5f\x82\x7c\xcc\x38\xf8\x2e\x5b\xa0\xdf\xe6\x2a\xf1\xc2\x07\x00\xeb\x43\xa7\x6a\x20\xab\xbb\xe6\x1e\x50\xaa\x8f\x69\xee\x64\x90\xa9\xbb\x97\x50\x02\x53\x57\xef\xdf\x5e\x4c\xbc\x49\x65\x2e\x05\x5a\x18\xd6\x8b\x59\x57\x53\xde\x6b\xba\x11\xaf\x36\xde\x64\xd5\x1e\x0f\x91\x9c\x5c\x1c\x0c\xbb\x49\x98\xb6\x0e\x5b\x35\xcb\xbf\x97\x47\x05\xa5\xf4\xc5\xef\x66\xe9\x6a\x02\x4c\x75\x57\xbc\x7d\x2f\x79\x22\xcf\xb7\xe3\x43\x47\x7c\xef\xec\x15\x7d\xbf\xed\x15\x6d\xe8\xc9\x6b\x02\xe9\x17\x9d\x56\x03\xe5\x4b\xba\x11\xbd\x13\xde\x5b\x2a\x8a\x28\xf2\xea\x91\xe3\xa5\x00\x88\xd7\x5d\x89\xec\x4d\x16\x5e\x2c\xae\xce\xcd\xf4\xc8\xc2\x97\xa5\x5d\xf0\x65\x47\x14\x76\x8b\x5d\x94\xf9\xb8\x2f\x4c\x4b\x69\x4f\xd0\x6f\xf3\xa4\xe1\x81\x9b\x52\x3e\x58\xd6\x25\x3b\x02\x3e\x84\xbc\xf1\xdd\xbc\xf1\x48\xdd\x1c\x38\xea\x3d\x40\xff\xb1\x27\xb4\xa7\xca\xe8\xac\xe3\x3d\x23\xab\x03\x82\xba\x1e\x3f\x7f\xdf\xab\xa1\x67\x05\xb0\xd3\x5d\x89\x5b\xd8\xe9\x69\x76\x64\xa1\xa6\xa7\xa9\xa3\xc5\x97\x6e\x46\x93\x82\x2f\xdd\x15\x70\xc1\x97\xee\xde\xe2\x83\x1a\x9d\xe9\x96\x40\x8d\xae\x9e\x8c\x2f\xd9\x18\x7d\x12\x29\xba\xe4\x47\x39\xe7\xc1\x0b\x02\x7b\xf7\x23\x05\xdf\xe9\x8b\xca\xcd\xf4\xab\x9c\x68\x1b\xfc\x90\xeb\xf9\x0a\xcb\xef\x30\xe3\x3e\x30\xd0\x5d\x13\x0d\x30\xd0\xdd\x4d\x05\x0c\xf4\xe1\x6d\x36\x30\xd0\x45\xe7\x9e\x4f\xc7\x56\x2d\x3f\x62\x3f\x4f\x25\xc6\xef\xc8\xd5\xa7\xbf\x87\x57\x34\xd6\xb5\x39\x5b\x15\xd3\x43\x90\x67\xb0\x34\x07\x18\xcf\xed\x07\xdf\xfd\x4c\x41\x69\x82\xea\x84\x75\xd6\x0b\x04\xf8\xe6\xfd\x62\xf1\x6c\xc4\x7f\xb0\x35\x39\x28\x62\x78\xf5\x2c\xfc\x8c\xe1\x95\x76\x00\xec\xbc\x4b\x50\x9c\x14\x1e\x4b\x6f\x08\x90\x9d\xbb\x0c\xe3\xab\xae\xff\x9f\x97\x1a\x9f\xc6\x6a\xc3\xe1\x3f\x13\x48\x9b\x81\xfe\x4b\xe6\xc7\x59\x07\xf8\xb9\x18\xaf\xf8\xd5\x9c\x0b\xe6\x2f\xf5\xcf\xf0\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\xc2\x32\xc2\xd7\x4c\x51\xfe\x69\x55\xd6\x0f\xf6\x33\x75\x25\x9b\xee\xd3\xbd\xc5\x5c\xd4\x9f\xa9\x2b\xbd\xa5\x10\x88\x59\xdb\xd2\x97\xec\x2b\x7c\xd9\xbb\x59\x53\x0f\x98\xcc\x7b\x47\xf8\x47\x4e\x31\xd3\xca\x2d\xa8\xb7\x2d\x9f\xa9\x9c\x0f\x1b\xcc\x29\xf6\x25\x4f\x31\xfd\xed\xce\x37\x53\x92\x1a\x2b\x84\x06\xe8\xe6\xdd\x88\x2f\x0a\x35\xe8\x52\xe0\x35\x17\xed\x11\x20\x34\x77\xf5\xaa\x6f\xb8\xbd\xa0\xd6\x9f\x31\xb8\x5e\x71\x80\xbf\xdc\x7b\x96\xc0\x6b\xdb\x6e\x91\x03\x53\xef\x05\xa0\x98\xab\xd9\xdb\x3e\xbc\x59\xc5\xdc\x03\x65\xb9\xe7\x76\x9a\x27\xcf\x4c\x02\x31\xb4\x9a\xae\xc5\x55\x6e\x26\x05\x10\x57\x79\xa8\x7a\x81\xa5\xdc\xf5\x95\x00\x4b\xb9\xe7\x66\x82\xd9\x69\x25\x06\x4b\x79\x77\x95\x6e\x10\x5c\x6b\xe4\xd0\x17\x0c\xce\x7d\x49\x8a\x8d\xf5\xaf\x26\xe5\x60\x3f\xd2\x5a\x81\xf2\x2b\x30\xf2\x50\xa3\xfb\x22\x7b\x65\x23\xec\x1d\x84\xa2\x6f\xe5\x3c\xf3\x15\x5e\xaf\xea\xcb\x20\x23\xef\x12\xb4\xb8\xb2\x5b\xb4\x22\xcc\xa2\x97\x70\xdf\xca\xad\xeb\x3f\xde\x3d\xf8\x47\x90\x06\xd7\x7d\xb5\xdc\x18\x6e\x45\x41\x93\x72\xaa\xcd\xad\x69\xea\x64\xe0\x91\x77\x97\xa9\x8c\x40\x5a\x05\xfc\xef\x84\xbc\xc0\x1d\x80\x47\xee\xaa\x10\x9f\x60\x4a\xa6\xca\xfb\x4c\x01\x26\x94\x10\x90\xc8\x5d\x51\x0a\xb0\xe3\xdd\xa0\xd5\x66\x83\x8c\x4b\x03\xb2\x97\x30\x1f\x08\x0d\x66\x6a\x00\x06\xb9\xab\x3f\x03\x7d\x1c\x7a\x28\x7c\x19\xf9\x82\xb2\x06\x0c\xf2\xb1\xbc\x0d\x02\xfa\xb8\xab\x5f\x7c\xa2\x26\x69\x73\xfa\x04\x41\x34\x69\xf7\x87\x43\xab\x66\xe6\x8f\xf8\xd9\x3c\x6b\xb7\x7b\x80\x15\xbd\xf1\xa5\x76\x37\xe9\xdb\xea\x45\xcd\x87\x32\xac\x28\x2c\x40\xf2\x50\x01\xfe\x6e\xed\x00\xc8\xde\xdf\xe3\xfc\xd0\x04\x6a\xab\x72\xf1\x47\x30\x4a\x0e\xe3\xc9\xf5\xf0\x23\x0e\xaa\xe3\x7e\x3c\x8f\x52\x1f\x6e\x3c\xd5\x00\x04\x42\xd6\x97\x08\x20\xe4\xaa\x07\xde\xa7\x92\x59\xff\x8c\x50\x4b\x5c\x64\xef\x7a\xbe\xb4\xd2\xca\xac\x5e\x34\x76\x77\x0d\x4c\x56\x21\xe4\x43\xbb\xf4\x26\xeb\x43\xbb\x4c\x9e\xf0\xb9\x4b\x90\x5a\x41\x45\xee\x7a\x6a\x00\x84\xdc\x73\x39\x3e\x17\xcd\xdf\xc7\x7f\xff\x9b\x06\x37\x7e\x70\xdf\xbc\x2c\x01\x07\xb9\x1b\xc1\x21\xf4\xf1\xd4\x29\x58\xe8\xe3\xc3\x2b\x9d\x0f\x4e\x8c\x01\x6b\xfe\x30\xea\x06\x17\x61\xf3\xf7\xb3\xed\xe0\xd9\xf6\x0a\xcf\xbb\x3d\x92\x45\x4c\xc0\x92\x83\xc9\x9d\xbf\x1f\x5b\x64\x0f\x74\x82\x9b\xbc\x2b\x3a\x78\x71\x05\x3a\xcf\x9e\x8e\xc3\x3f\x58\x81\xbd\x4c\xf3\x77\xd8\xda\xe4\x19\x0d\xb9\xd0\x82\xd0\x85\xd8\xce\x26\x28\xc8\x1d\xd4\xca\x09\xf0\x71\x27\x8a\x6c\x82\x7b\xdc\x81\x33\x9d\x60\x1d\x77\xc0\x33\xe7\x4f\xdb\x6e\x3e\xd3\xd8\x26\xb2\xf3\x67\xf6\x67\x88\xd2\xfc\xe1\x6a\x14\x98\xf9\x26\xa8\xc5\x85\x10\xfa\x29\x6a\x31\xf2\xd8\x04\xb5\x38\x72\x70\xa8\x85\xc3\x41\x1b\x97\x0a\x9c\xd8\xfc\x11\x3d\xd2\x1b\x63\x80\x6f\x82\x58\x3b\x7f\x5c\xdd\x1e\xdc\x4e\xcd\x5f\xcd\x01\x31\xaf\x26\xc9\x9c\x8e\xa2\xe6\xa4\xd1\x88\x91\xa9\x04\x50\xce\x9f\xec\xb0\x51\xa4\x65\x77\xe9\x62\xcb\x9a\x69\x86\x9c\x15\x81\x51\x6d\x26\x42\xf1\x72\x12\xcd\x87\x09\x09\x9f\x20\x14\x97\x5f\xcd\xcf\x2e\xcb\xd0\xb5\xa6\x0c\x68\x11\x69\x7b\xa7\x33\x9d\xc5\xe9\xfc\x61\xca\xe7\xe9\x22\x74\x0f\x70\x61\xe6\xc9\xff\x8c\x0f\xfa\x04\x42\xb8\x03\x92\x37\x81\x10\xde\x25\xe8\x3e\x96\xd7\x20\x6f\xf7\x14\x2b\x38\x48\x77\x3d\x01\x08\x3e\xaa\xfb\x6a\xe4\xe8\xfd\xea\xf5\x2b\x2b\x53\x8f\x63\xc2\x84\x08\xf6\x77\x53\x43\xa0\x61\xef\xc3\x60\x09\xbf\xc2\xea\x3c\x7c\x26\x55\xe3\xc1\xa0\x4c\x4b\x99\xcf\x12\x06\x47\x68\x8a\xca\x69\xe7\xc3\x9d\x4f\xb5\x91\xd5\x32\x42\x10\x06\x7e\x4e\x03\x3e\x38\xc3\x85\x33\xce\x62\xd1\x1c\xd7\x95\x64\x3d\x9e\xc0\xf7\x16\x33\x97\x4e\xf1\x7b\x1b\x31\xda\xf3\x67\x0e\x07\x2e\x75\xe6\x6f\xb9\x88\x76\x0b\x2e\xb3\x7a\xbe\x70\xbe\xb2\x88\x92\x53\xf1\x8f\xcf\x22\x2c\xe8\xa9\xea\xdf\x7d\xc1\x59\xb6\xfa\x0c\xed\xc9\xdf\xf1\x53\xce\xdf\xd9\x5b\x9d\x99\x46\x5b\xeb\xae\xf9\x95\x67\xe4\x2f\x13\xdf\x14\xab\x37\x7e\x6e\x6f\x59\x4b\x67\xad\xaf\x1c\x32\x73\x64\x10\xc5\x74\x32\xb0\xb4\x92\x79\x72\xfe\x44\xd5\xaf\x4c\x3d\xf1\x14\x98\x82\x27\x00\xbd\x81\x23\xcf\x04\x1f\xb7\x91\xb3\x79\xfe\x6e\x8f\x89\x3b\x1b\x9f\x1b\x2c\xe8\xf3\x87\xc7\x0c\xb6\xe3\x09\x6c\xee\xfe\x88\x3f\x80\xd1\x69\xd3\xb1\x63\xc6\xec\xee\x52\x3d\x42\xa7\xfd\xe0\xf6\xae\xbb\x4f\xe4\x0d\xee\xc5\x37\x67\x94\x8f\x70\xea\x8c\x9f\x07\x4e\xea\xec\x96\xfb\x4c\x79\xe9\xf3\xe9\xb8\x69\xef\xb3\xda\xfd\x07\xe0\xb0\xbb\x57\x85\x17\xee\xc9\xa0\xaf\xc7\x2f\xcf\xd1\xe4\xc5\x6d\xc6\x7e\x38\xd2\x4c\xd7\xfd\x2c\xfc\xa7\xf1\xe2\x40\x7c\xce\xfd\xe0\x57\xf6\xb1\xd8\x24\x7a\x2f\x74\xf5\x48\xd5\x85\x7a\x0f\x4b\xfb\xfb\x09\xf4\xd6\xe0\x99\x6d\x32\x7c\x4e\x1a\xb0\x07\x0b\xd6\xeb\xee\x88\x2f\xba\xc5\x50\x1a\x92\x89\x8a\x3f\x13\xc6\x75\xd9\xdb\xd4\x36\x8a\xff\x58\x17\x53\x7a\x14\x77\xac\xc3\xdd\x54\x53\x2c\xd5\x09\xc2\xeb\xd1\x64\x2e\x00\xb9\x16\x7c\x40\xe7\x51\x25\x67\xd5\x3f\xbc\xa9\xa6\x11\x5c\x53\x0e\xae\xcc\xe6\xa1\xa9\x0b\x21\x79\x82\xa6\xda\xc8\xba\x34\x01\x53\xdd\xf5\xfa\x55\x66\x32\x63\x15\xa0\x79\x58\x63\xa7\x10\xaa\xd8\x13\xe7\xd1\x65\x85\xce\xa8\x19\x81\x97\xc5\xbb\xa2\x23\x1b\x05\xa4\xd5\xfd\x19\x63\xc4\x51\x05\x6c\x9c\x79\x90\x12\x18\x90\x93\x79\x74\x49\x7e\xf5\x85\x1b\xc3\xe5\xb3\x1b\xc5\x3e\x6a\x1e\xab\x96\x96\xe4\x39\xdc\x91\x48\xe8\xf4\x11\x97\x14\x90\x62\x26\x38\xab\x15\x10\xe2\x09\xcc\x6a\x27\x5b\xd5\x3c\x54\x15\xa6\xbf\x93\x45\x33\xac\xc8\xfb\x37\x7b\x6e\x0a\x3f\x3b\x3e\x9c\x04\xba\x81\x93\x24\x0e\xfd\xf3\x98\xb2\x27\xf7\x18\xf4\x72\x3a\xb7\xe1\xec\xc0\x03\x0f\x5c\x16\xbb\xcb\x11\x92\x61\xfb\x1a\x4a\x71\x16\x27\x5b\x1e\x20\xc9\xf3\x88\xf4\x91\xe4\x59\xf5\x05\x62\x74\x60\xe7\xc2\x67\x61\x1e\x29\xa2\x7b\x72\x36\xf5\xac\x68\xf9\xf3\xe0\xb6\xa9\xbb\xe1\x96\x67\xc5\xb5\x24\xf1\x1d\x01\x28\xf3\x58\x39\xb5\x2c\xe6\x92\xcb\xb9\x00\xb8\x6e\x54\x4f\xc1\x99\xe3\xa0\x08\x96\xae\xf8\xd9\x93\x93\xee\xc6\x5f\x92\xdf\x3c\xa4\xab\x90\xac\x23\x05\x6e\xcf\x34\x02\x37\x81\x0e\x53\x98\xd2\x85\xc4\x3d\x8f\x4b\xf7\xdb\x45\xd7\x14\xac\x83\xde\x5c\x0a\xba\x8e\x18\xb7\x0b\x90\x15\xe6\xb1\x65\xe9\x40\x4b\x9b\x87\xf2\x33\xec\xff\x30\x33\xfd\xf2\xb4\xde\xdc\xd5\x58\xd3\x6d\xad\xfe\xae\xda\xe4\x51\xd7\xb5\x7e\x79\xa8\x6e\x9b\xa0\xb7\x24\x92\x59\xf6\x89\xab\xa1\xee\x3c\x3e\xaa\xf5\x6e\x2c\x85\xef\xf0\xa3\xce\x3e\xf6\x23\xf5\x06\x77\x3e\x2e\x14\x20\x79\xcc\xe3\x91\xc1\x23\x5d\x1e\x8f\x4b\xd2\xfc\x47\x22\x65\x47\x36\xb9\x6d\xcd\xdd\x4e\x90\x78\x77\x6f\xbc\xda\x57\x18\x92\x39\x62\xac\x96\x48\x31\x92\xe3\xce\x43\x99\x7a\x59\xd6\x98\x65\xfa\x0a\x6a\x59\x75\xc9\xcd\x58\xa7\x44\x09\x14\x69\x27\x57\xda\x04\x71\x74\x77\x89\x16\xb8\x67\xe9\x9e\x4c\x3c\xf1\xbb\x04\xee\xb3\x05\xbf\x21\x68\x44\x62\x85\xdd\x8a\x08\x97\x09\xe4\xe8\xd1\x00\xd2\x9e\x65\x13\xf0\x8a\x37\xe2\x14\x3b\x34\x40\xc9\x9b\x60\x84\x76\xf2\x95\x4f\x70\x41\x3b\x5e\xa4\xb3\xe8\xc1\x80\x05\x60\x0a\xfa\x39\xb0\x73\xcf\x62\x84\x34\x7a\xe2\x14\xf5\x53\xa8\xfe\x59\x94\x79\x39\x11\x20\x7d\xee\xd6\xfd\xea\xb3\x08\x2d\x1a\x4a\x85\x9a\x3c\x0b\x51\xcf\xb8\x81\x4d\xf0\x39\x2b\xa9\x67\x66\x31\x7a\x8a\xd0\xfa\x59\x48\x0d\x4f\x46\xa3\x59\xb8\xf4\x20\xf9\xf2\x2c\x29\xe9\x22\x92\x01\xd6\xd9\x49\x0b\x3c\x0b\x92\x2e\x8e\x89\x13\xac\xce\x3d\xda\xc6\x0b\xf9\x69\x91\xdc\x01\xee\xac\x4a\xe8\xe2\x76\x36\x9c\x2a\xa7\xc0\x9d\xa1\x1c\x55\x00\x14\xc3\xa1\x78\x02\xdc\x59\xa6\x93\x48\x62\x37\x82\x12\x27\xf0\x9c\xbb\x34\x4d\x98\x75\xe5\xe7\xc4\x99\xe4\x15\x25\x75\x16\x63\xa6\x51\x52\x27\xf8\x9c\x9d\xa4\xa4\x13\x78\xce\x4a\xda\xb0\x09\x3c\x67\xc5\x93\x62\x02\xc9\xd9\xc1\xf3\x9c\x40\x72\x0a\xdf\x30\x8b\x91\xd4\xa8\xa2\x13\xb0\xcd\xaa\xa4\x03\xd6\xe6\xee\x08\x3d\xef\xb9\xcc\xfe\xb3\xe7\x99\x14\x9a\xb3\x40\xee\x71\x5e\x9c\xe2\x6b\x2e\x54\xce\x09\xbe\xa6\x48\x04\x13\x7c\xcd\x5d\x15\x9d\x32\x73\x0a\xdb\x10\xac\xcd\xdd\x38\x33\xd2\x3f\x98\x2e\x1f\x99\x1c\x1e\xdd\x77\x8a\xbc\x59\x9d\xb6\xcd\x1f\xda\xaf\xfb\x91\xcc\xc9\xc5\xe7\xc6\x84\x9b\xea\x09\x08\xe7\x2e\xed\x1f\x8b\xfb\x48\x9f\x65\x8d\xfd\xaf\xc0\x8d\x09\x2a\xe7\xfe\x92\x6e\x02\xbb\x3d\x9c\x22\x2c\x4a\xe4\xce\x9c\x65\xe6\xee\x65\x52\xa7\xc2\x8b\x63\x01\xaf\xb3\xd8\x7d\x6c\x4a\x5c\x75\x4d\x80\x38\xfb\xb0\x97\x53\x29\x01\x89\x11\x24\xce\x42\x12\xd6\x59\x30\x2f\x91\x67\x71\x82\xca\xd9\x49\xf1\x38\x41\xe2\xdc\x9d\x67\xe2\x37\xf3\xe9\xc3\xdd\x87\xbf\xfc\xa1\x08\x57\xd2\x58\x64\x7b\x21\xa3\x75\x18\xcb\xba\x68\x23\x6d\x42\x4e\xe4\x62\xff\xb8\xec\xa6\x4c\xe3\xca\x65\x16\x4d\x3a\xc8\x63\xe5\xb4\x34\x05\x4e\x1b\xf7\x1b\x69\x4c\xf7\x05\xb2\x07\x3b\x2e\x46\x2b\xcf\x7c\xc9\x8e\xd0\x38\x79\x4d\xf0\x6e\x9a\xe5\x92\x45\xd9\xf7\x4b\x46\xc0\xa0\xb8\x41\x19\x52\x86\x4b\x15\x2b\x7c\x31\x4b\xa0\x1f\x2d\x3e\xb2\x26\x69\x17\x2d\x60\xa9\xa9\x78\xfb\xcf\x72\x2b\x2c\x3b\x56\x3d\x17\x5c\x01\x22\xb4\x86\x94\x84\x1b\x90\x1c\x2a\xa6\x9a\xe1\x41\xcb\x1b\x90\xf0\x23\x15\x4d\xa4\x31\x00\x35\x8f\x20\xa1\xc1\x04\x45\xb3\x0f\x3b\x65\x32\xf5\x7c\x76\x14\x74\x4a\x48\x13\xa4\xac\x62\xc6\x74\x65\x15\xb1\x2f\xa7\x8b\x04\xdc\xe5\x0f\x01\xa3\x98\x12\x55\x69\xa3\xbc\xd6\xc4\x3c\x19\x57\xac\xc1\xa2\x90\x01\xbd\xba\x09\x5f\xfc\x4b\xf2\x77\x3c\x60\xdc\x3a\x42\x56\x66\xb5\xc9\x2e\xaa\x2f\x2c\xa5\x23\x82\x5d\xa8\xc2\x15\xb8\xc5\x70\xaf\x7d\xaa\x24\x08\x3a\xe5\x4b\xa7\x2a\x4b\x1b\xd7\x4f\xdb\x1f\xc9\x5c\xdd\xff\x9f\x07\x9b\x12\xd5\xd4\xe8\x5a\x17\x6a\x32\x0c\x84\x00\x40\x28\xfb\xc8\x3f\x2e\xbf\xf2\x0f\x65\x6b\xbf\x3a\xa4\x82\x10\xf3\xc4\x9a\x5c\xf9\xc2\x42\x55\x9f\x1d\x48\xe5\x59\xcf\xff\xe0\x19\x82\x6f\xb5\x18\x4f\x48\xf5\x32\xeb\xa1\x5d\x31\x0b\xef\x1d\xc9\x25\xc4\xac\x25\xbb\xcb\x57\x24\x24\xd7\xe6\x51\xc9\xb6\x41\x7a\xc6\x09\x4c\xe5\x31\xb8\xc6\x9b\xe2\x54\x36\x12\x11\x4c\x80\x2a\x3b\x20\x78\x13\x9c\xca\x82\x3b\xcb\x04\xa6\xb2\x12\xd4\x3a\x6b\x71\xeb\x64\x69\x8e\x46\xf8\xfc\xd1\x41\x3e\x4a\x65\x01\x71\x04\xfc\xca\x3d\x6c\x5f\x5c\x4d\x18\x5a\x25\xef\x38\xd1\xaa\x13\x60\xcb\xfd\x95\x2f\xb2\x1e\x78\x36\xf8\x95\xfb\xe5\x4f\xca\x07\xba\x65\x27\xc7\xcb\x04\xdd\xf2\x28\xf6\x5f\x78\x68\x12\x03\x4c\xd0\x2d\x8b\xa7\xb9\xc2\x8a\xc8\x99\x33\x41\xaa\xdc\x54\x93\x36\xbb\xa6\x3e\xbb\xd9\x5d\x44\xf8\x5a\xed\x9a\x04\x20\x32\x80\x4b\x76\xf2\x85\x4c\xc0\x25\x77\x79\x26\x83\xf8\xa9\xea\xc4\x0c\x9d\x6b\x61\xaa\xd5\xf0\x59\x8d\x63\xc0\x46\x76\xd2\x6b\x4c\x60\x23\xcb\xb1\x6c\x04\xc7\xf5\xe1\xd2\x0d\x25\x64\xd8\x6d\x4d\xeb\x0b\x32\x58\x25\x61\x27\x41\x5a\x53\xdc\xc8\xf8\xb9\x0d\xcc\x90\x01\xd1\x07\x2a\xb2\x8f\x7c\xc6\x26\x98\x05\x68\xbb\xfb\x7d\xb6\xcd\x46\xe3\x7e\x81\x44\x0d\x13\xa4\xc8\x4e\x9e\x87\x29\x52\x64\x23\x49\xc1\xac\xd2\xfc\x65\xa7\x22\xdb\xa6\x0d\x43\x71\x09\xbe\x9f\x22\x42\x72\xf7\x33\x01\x84\xac\xf2\xcb\xaa\x77\x79\xf5\xd9\x13\x1a\xbe\x60\x69\x82\x52\x57\x33\x73\x72\x4d\x38\x01\x7e\xdc\x2f\xfc\x93\x1c\x00\x3e\x21\xf2\x63\x80\x37\x31\x6b\x5a\x6f\x60\xd1\xd5\x2b\x02\xe8\x54\xd5\xdf\x2d\x8f\xc9\x92\xdf\x85\x5f\xb9\xa1\x91\xa9\x41\x6f\xdc\x6b\xc5\x3f\xa7\x06\x31\xcf\x86\x39\x2f\x08\x75\x9e\x40\x33\x1e\xfa\xdb\x4d\xb1\x19\x35\x23\x88\xcd\x78\x2c\xa7\xe2\x94\xdc\x78\x6e\x44\x64\x5c\x0e\xf3\x42\x14\x80\x9d\x55\xcc\x32\x80\xae\x4d\x10\x19\x8f\x46\x3a\xb3\x59\x35\xcb\x90\xaa\x6c\xd6\xcb\x13\xe1\x89\x42\x1b\x11\x05\x6d\x82\xdc\xd8\xc9\x5c\x30\x2b\xf6\xff\xf6\xef\x8f\x67\xaf\xb6\x2b\x7c\xc9\xb0\x3d\x01\xc0\x38\x92\x95\x60\x56\x78\x0a\x81\x5e\x13\xb4\xc6\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\xfc\x62\xdc\x50\xb7\xae\xbb\x7e\xe3\x3e\x75\x7f\xa4\x32\xe3\x0c\x13\x47\xf5\x93\x28\xc9\x6c\x3c\x7d\x58\x85\x1a\x19\x07\x26\x30\x8e\xa1\x81\x2b\x61\x1c\x97\x4b\x62\xf0\x94\xfb\xc6\xec\x97\xe1\x86\x7a\x72\x46\xa9\x0b\x97\xb5\xe1\x38\xb8\x32\xc0\xbd\x67\x0a\xe3\x18\x3f\xb7\xe3\x4b\xf0\xb9\x5b\xfb\xcd\x80\x7a\x7a\xf5\x7a\x48\x18\xf8\x9b\x03\xf7\x0f\x49\x3e\x2a\x49\x7d\xb3\x75\xba\x45\xb6\x0b\x62\x80\x27\x68\x8f\x15\x2f\xe9\x09\xd8\x63\x27\x6a\x64\x56\xac\x50\xc3\x9a\xe0\x5c\x2d\xb0\xed\x0a\xe1\xa8\xc5\x0f\xd8\xc6\xdd\x1e\xcb\xc1\x7d\xfd\x90\x43\x7c\x2e\x39\xda\x4d\x4d\x3e\xf6\xa7\x5b\xdf\xac\x9f\x82\xa2\xab\xe8\xcd\x3e\x81\x64\xb3\x92\x0a\x63\xd9\xfd\x4f\xfe\xcc\x6a\x35\xdd\xd2\xb8\x0b\x9b\xed\x97\x33\x36\x78\xd1\x0d\xbe\xf2\x9c\x23\x08\x5e\x98\xb1\xfc\x63\x90\x1d\xce\x67\x48\x0c\xbb\x19\xac\xc9\xaa\x5d\xa9\xe9\x61\x1e\x08\xf1\xed\x50\x42\x65\x56\x9b\x1e\x6b\x60\x94\xcc\x56\xd2\x5d\x9d\x36\x8a\x01\x1b\x7c\x65\xa4\xb1\xf3\xdd\xe4\x66\x9c\x38\xa0\x1f\x43\x7b\x65\x93\x99\x11\x7e\x3d\xc1\x7e\x0c\xad\xa7\x40\x3f\x86\xa6\xcf\x96\x86\xb0\x69\x69\x0f\xcc\x61\xe3\x6e\xa8\x65\x71\x44\x32\x3b\xaf\x1e\x05\x03\x6b\x95\x00\x1c\xc8\x40\xd3\xc5\xdb\x81\x6f\xfe\x55\xf1\x1c\x9a\x20\x42\x56\x02\x3f\x67\xf3\x1e\x21\x1c\x11\x7e\x64\xa4\x29\x98\xa0\x40\x76\x72\x0b\xcc\xd6\x94\x24\xad\x95\x9b\x74\xd0\x85\x66\xcb\x2b\x05\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\x84\xdb\x22\xd0\x78\x82\x22\xb9\x5f\x58\xcd\xe6\x06\x40\x30\x6a\x7a\x8c\x11\x7f\x3b\x85\x8e\x0c\xb0\x2f\x66\x4b\x63\x19\x3a\x6f\xeb\x4e\x2f\xcd\xf4\xac\x99\x09\xc2\x31\x7c\x38\xc6\xd4\x98\x2c\x8d\x9b\xa6\x9b\x81\xdc\x53\x44\xf2\x4f\x31\x24\x03\x40\x8f\xd9\x50\x98\x54\x0d\xc0\x93\xec\x6a\x58\xc0\x49\x36\xaf\x56\xda\x48\xf2\x4b\x37\xb8\xa8\x18\xf9\xdc\xc8\xae\xe3\xf3\xb0\x4b\x2c\xe0\xb0\x4b\x3e\x33\xbb\xb0\x88\x36\x72\x12\x98\x9e\xa1\x73\x6b\xfe\x23\x5b\x71\x7f\x73\xf9\x4e\xf8\xc7\x6c\xb2\x53\x27\x74\xe6\x4c\xd1\xe0\x54\xaa\x72\x9d\x09\x3b\x96\x20\x08\x4c\x49\x90\xfa\x6c\xaa\x47\xf0\x97\x86\x0d\xae\x85\x1b\x40\xee\x78\xb8\x8d\x0d\xdf\x42\x09\x07\x65\x72\xff\x41\xb5\xc1\x6e\x1d\x7e\x04\x45\x87\x87\x24\xfc\xa4\xd6\x1f\xe1\x27\x9b\x5a\x38\xf0\x93\xe5\xc8\x9d\xb8\x72\x31\x99\x07\x2f\x2a\xc0\x09\x99\x6d\x79\x26\x10\x2e\x1b\x98\xc7\x81\x9f\xd0\x6c\x69\x87\x73\x6f\x19\x42\x45\xba\xdc\x09\x06\x65\x27\x42\x7c\x82\x41\x19\x1a\xe5\xdb\x99\xed\xd3\xca\x99\xe3\xa2\x7d\x35\x2c\xbb\x4f\x7a\xc9\x46\x12\xa7\xd9\xe4\xa1\x87\xe7\xfe\xcc\x3d\xeb\x0b\xb2\x53\x58\x71\x76\x92\x7e\x65\xbc\xb2\x53\x79\x4a\x66\x0f\x5f\x5c\xd4\xfa\x97\xcb\xcb\x14\xaf\xd2\xb8\xc1\xd9\x4c\x98\xa1\x69\x08\xf4\xca\x43\xd1\xb9\x25\xbb\x45\x66\x15\xb1\x32\xc8\x32\x3b\xdb\x95\xcd\xd2\x3b\xe2\x93\xe3\x90\xf6\x08\x94\x25\xbd\xd1\xc7\x9c\xe8\xd2\xd9\x84\xa6\x20\xa2\x74\x82\x39\xb9\xc7\xe0\x0b\xfb\x12\x5e\xd8\x60\x8c\x7a\xa5\xce\x76\xb3\xfb\x60\x73\x60\x4e\x96\x92\xe7\x00\x06\x58\xbc\x49\x04\x67\xb2\x13\xa7\x3b\x1b\xe6\xbc\xf0\x6a\x0c\x68\xc9\xfd\xe2\x57\x12\x58\x04\xcb\x86\x26\x56\xbc\x3b\x6c\xd8\xf3\x48\x8b\x36\x9b\xd7\xec\xe1\x56\x7e\x72\x5e\xf8\x07\xe3\x1e\x01\xad\x53\x6c\xca\xee\xb1\x25\x03\x24\xf1\xac\x53\x6c\xca\xa5\x9e\xda\x74\x58\xb3\xbf\x58\xfd\x86\xcc\x44\x84\xab\x9f\xfb\x82\x2c\xd1\x43\xc6\x42\x9a\xc8\xe2\xfd\x62\x7b\x73\x4e\xad\x8a\xfd\xe6\x99\x7a\x99\xd3\x43\xc2\x8b\x8b\xdb\x90\x20\xa7\xea\x87\x50\x0c\x20\x65\x55\x91\x6e\xaa\x81\x9e\x10\xf9\xa7\x67\xfb\xcb\x35\xa4\x23\x9f\x2a\x5a\xf3\xc5\x45\x70\xa9\x33\xa8\x99\xdd\x0e\x0a\x65\x78\x73\xd3\x81\xc2\x22\xf8\x6c\x02\x48\xd9\x89\x50\x9b\xe2\x51\x12\x3e\x36\xbb\xfe\x6e\x5e\x67\x76\x82\xa5\xc0\x02\x9b\x1d\x7b\x22\x71\x5e\xb3\xff\x5e\x9e\xf9\x06\xd6\xa7\xd6\xd9\x89\x5a\x2e\x5e\x5a\x02\x66\xd9\x09\xae\x9a\xfd\xb0\x05\x7a\x71\xe8\x57\xd6\x2c\xa1\xea\x16\x96\x40\x08\xe5\xcc\x74\xec\x8f\xda\x85\x41\xb2\xac\xc0\x9a\x4c\xd0\x2b\x3b\x81\x59\xb3\x8b\x6f\x85\x20\xd5\x4d\xee\x01\x86\xcb\xec\x66\x8c\x56\x52\x04\xd5\xf2\xa8\x8a\xf9\x5d\x80\x2b\x76\x2e\xb0\x96\xbb\x08\xc3\xc3\xf5\x8d\xec\x39\x13\x8c\xcb\x3e\xf3\x79\x3a\x24\x4b\x98\x8b\x8c\x9e\x03\x70\x55\xc0\xc7\x98\x60\x5f\xee\xaa\xec\x0a\x88\x1a\xd5\x3f\x9c\x41\xa6\xb9\x90\x33\x15\x82\xd4\xeb\x8f\x8b\x48\x9f\x49\x53\x05\x77\x02\xfa\x32\x8f\x49\xdf\x8c\xb9\x48\xa8\x40\xc1\xdc\xad\x31\x6e\xae\xf5\xf1\xda\x98\xc0\x60\x36\x12\x4a\x4d\x60\x30\xf7\x47\xbe\x60\x74\x65\xaf\x08\x83\x59\x1d\x75\xb5\x47\xb6\xe6\x79\x41\xf4\xed\x2d\x67\x90\xd2\xcd\xf3\x6a\x71\xf2\x44\x11\xc0\x34\x3b\xe6\xcd\xe9\xa8\x5b\xce\x0d\x75\x35\xcf\x6e\xb1\xc4\xe2\x2b\x7a\xd8\x4e\x9e\x99\x1a\x0c\x9f\x5a\x3e\xba\x80\x16\xc7\x5f\xe1\x6c\x53\x50\x4d\x62\x92\x26\xa0\x9a\xfb\xb8\x33\x14\xc1\x2e\xdc\xe7\x3d\x7b\x4f\x5f\x3a\xd7\x21\xae\x78\x4a\x05\xd5\x17\x72\x18\xb8\x4c\xdd\xde\xbb\x63\xba\x92\x1d\x6d\x74\x3b\xcc\x54\xe3\x7a\x37\x5d\x7d\x5c\xef\x70\x42\x9e\xa0\x6a\x16\x8d\x25\xa0\x6a\xee\x59\xb4\xd6\xcf\x5a\xa9\x89\x94\x94\xc4\x3f\xcf\x0e\xf4\x45\xf1\x3e\x16\x88\xcd\x8a\x07\xf4\xec\xc3\xd9\x65\xde\xc4\xc1\x40\x8c\x06\x6e\xd3\x7c\x19\x13\x44\xcd\x3e\x9d\xe8\xe1\xdc\xfa\x3b\x39\xfd\xed\x06\xde\xe8\xd3\xe1\xa0\x55\x1b\xb7\x37\x3b\x7e\x7a\x33\x7b\x24\xf3\x63\xf9\x70\x69\x50\xd7\xe9\x6a\xdb\x24\xa0\x98\xa0\x71\xee\x17\x4a\x20\x1e\x68\x47\x06\x9a\xb3\xcf\x7c\xee\x92\x35\x3f\x62\x57\x14\xab\x02\xdd\xc8\xed\x8c\x4e\x3e\x1d\xb3\x17\x7c\xa4\x1b\x98\x82\x76\x06\x2e\x62\xb3\x63\x7c\xd5\xf4\x9f\x98\x9d\xe4\x0b\x98\x1d\x83\xeb\x74\x4d\x49\x50\x52\xbc\x69\x06\x9a\xb3\x4f\xf7\x5a\xb0\x5c\xce\x53\x90\xb7\x6e\x5a\xe0\xb6\x09\x6b\x12\xdb\xc7\xe7\x8f\x67\x2a\x4a\x01\x04\x1a\x0c\x66\xe7\xa1\xdd\xb0\x93\xcd\x7a\xba\x6b\x56\x36\x4d\xe9\xa5\xd9\xd1\xd3\x47\xfc\xf6\x74\xa2\x96\x34\xd8\x8e\x90\xce\x5a\x7b\x40\x3f\x73\x3a\xe9\x2d\xfe\x77\xd3\x15\x13\xc8\x42\x15\x11\x08\xce\x3e\x9d\x10\xc4\x02\xd2\x61\xce\xae\x4d\x16\xf0\xc4\xd9\x89\xcc\xd6\x85\x07\x14\xcd\xda\xdc\x75\x97\xb5\xd2\x41\xed\xb3\x21\xf1\xbb\xac\x95\xa6\x2f\xa5\x28\xf8\x39\x18\x9a\x7d\x66\xad\x0b\x42\x43\x37\x2e\x79\x9a\x53\x4b\xee\x92\x99\x05\x1c\x11\x53\x7b\x21\x8c\x48\x4f\xee\xa4\xb5\xcc\x1a\xce\x77\x53\xd2\x77\xdb\x27\xa6\xe3\xce\x91\xd2\x41\x7c\xda\xbb\x34\xf1\x96\xfd\x7b\x9e\x6f\xef\x8f\x69\x0e\x11\x63\xe6\xef\x3a\xda\x77\xab\xa2\x1f\xf0\x7b\x21\x34\x87\x6a\x35\x10\x9a\xbb\x2a\x5e\x30\xf5\xce\x7c\xae\xfe\x41\xe3\x60\x52\x90\xfa\x72\xf6\xa7\x13\x04\xc5\x90\x1e\xcd\x58\xf9\x87\xd7\x9b\x96\x66\xab\x65\x61\x52\x32\xba\x59\x9e\xec\x94\xa5\xd5\x0b\xf2\x1f\x58\x14\x8c\xb9\xbf\xce\x0e\xcc\x1f\x9c\xcd\xba\xda\x9f\x1a\x2f\x20\x9c\x7d\x5a\xdb\x9b\xcb\xc9\xac\xa8\xbd\x1f\xae\xad\x68\x9b\xdc\x09\x76\x13\x80\x91\xd6\x7f\x76\x62\xb2\xe3\xc8\x22\xd2\x78\xcf\x29\x90\x5b\xfa\xc5\x80\xbd\xb9\xbf\xa2\x08\x51\x63\x5a\xc0\xc5\xde\x6c\x91\x7f\xb0\x0e\x6e\x51\x2e\x27\xf5\x55\x1a\x5e\x42\x92\x30\x60\x0e\xdc\xf7\xf4\x30\x12\x7b\x73\x68\xc4\x18\x3a\xa1\x1c\xf9\x95\x9b\x60\xf8\x59\x8e\xa4\xf3\xa2\xb3\x00\xf4\x10\xc8\xcd\xae\xef\xc7\x48\x25\x9b\xe6\x07\xbe\x7d\x3a\xd0\x00\xb1\xb9\xeb\xb2\x62\xb6\x04\x4b\x07\xac\xe6\xae\x97\xe6\x53\x1e\x81\x80\x08\xb2\x19\x87\x15\x1f\x72\x2b\x2b\x3e\x72\xc0\xd4\x7c\x68\x35\x1d\xfe\x23\xbb\xb1\x6a\xbc\xfa\xf4\x17\x11\x28\xb3\xe8\x34\x01\x50\x66\xd7\x79\x00\xa0\xcc\x23\x0e\x3b\x86\x0b\xbd\xf8\x6a\x13\xa4\xcc\xee\x8d\x03\x48\x99\xfb\x2b\x1a\x49\x49\xa2\xfa\x8f\xea\xad\xbd\xe4\xea\xd3\xdb\xf4\x51\xd5\xd9\x6c\x45\xa3\x33\x00\x25\x53\xb0\xcb\x99\xcf\x2a\x00\x76\xd2\xb4\xd0\x3d\xff\x61\xf6\xd0\xd4\xc1\xb7\xdc\xc5\xa9\xab\x29\xa7\x43\x92\x86\x30\x13\xe0\xd8\x4c\x50\x2d\xab\x22\xbf\xa8\x96\x2d\xec\x3e\x16\xe7\xa2\x2b\xc3\x48\x47\x18\x7b\xa9\x78\x30\xfd\x4a\xfd\x23\x5f\xd4\xae\x6d\x3f\x15\x7a\x77\x02\x72\x40\x76\x52\xf6\x9e\xb3\xc7\x05\xa8\x74\x6c\x74\xa7\x15\x92\x38\xfa\xe0\x5a\xd5\x3f\xa0\x63\xd3\x02\x39\x91\x54\x85\xda\x3e\xb3\x40\x9e\x01\x46\x95\x69\x9f\x51\x0c\xc6\xc8\xf9\xa2\xbc\x5c\x76\xfa\x15\xc5\x51\xd9\xc6\x70\x4d\x5c\x2d\x3d\x04\xc1\x83\x99\x22\x4d\xb6\x70\x22\x51\xb7\xbd\x17\x1b\xa9\x6e\x3b\x2a\x62\xc0\xbc\xb5\x02\x77\x72\xff\xc1\x6c\xc9\x36\xe1\xc0\x43\x56\x09\x4d\x05\x6a\x92\x88\xd7\xfd\x4c\xe4\x65\xb3\x22\x3b\xe5\xef\xdc\xf0\x38\x9f\x93\xa4\x37\x18\x9c\x80\x99\xec\x5e\x7f\x88\x32\x39\xb4\x9c\x8d\xc0\x1e\x69\x8f\xc8\x02\xe6\x6d\x06\x90\x93\x55\xad\x77\x24\x93\xad\xfe\x61\x66\x5a\x7a\x47\xce\x15\xdd\x3d\xc5\xa2\xf4\xee\x61\xa0\xd9\xcf\x6c\x00\xba\x87\xd4\x35\xb4\x6e\x3b\x4a\x42\xb9\x89\x5c\x99\x63\xe5\x3a\xfe\x49\x03\x81\xa6\xec\x5a\xdd\xc7\xc2\xb7\xd0\xe5\x5b\xb8\x2e\x65\xcd\x9a\x41\xb2\x49\xed\x5b\x74\x6b\x29\x85\xc1\xde\x86\x8e\x37\xe0\x02\xcc\x91\x4a\x3e\x46\x11\x30\x27\x43\x3f\xa1\x91\x11\xe0\x36\x78\x4a\x04\xf2\x1f\x66\x57\x1a\x76\x4a\x5e\xdc\x17\x17\x53\xed\x32\x91\xc3\x99\x5c\xae\x73\x5c\x5a\x05\x1c\xf1\x45\x1a\x65\x69\xe3\x95\xd5\xd2\xc6\x95\x18\x8b\xfb\xf9\x56\x38\x84\xab\x0d\x98\xa8\x26\xf3\xa1\x07\x8e\xe3\xb8\xdd\xab\x76\xea\x26\x45\x1b\xb2\x8a\x18\x92\xc5\xed\x79\x7b\xe8\xdc\x6c\xb8\x2f\x16\x0f\x87\xa1\x60\xba\x4b\x0c\xb3\x82\x85\x1d\x81\xa3\x6a\x95\x1f\xc9\x51\xa5\x58\x8f\x1d\xf1\xd9\x53\xe3\x1e\x03\x67\x52\xa3\xfc\x78\x80\x30\xc7\x12\x05\xe6\xe4\x1e\x9f\x7f\x5c\x68\x67\x96\x26\x7f\x97\x07\x13\xf6\xa8\xc5\x1b\x9c\xc9\x9a\xdb\xe7\x95\x0e\xb9\xd3\x81\x6c\xd0\x30\x3d\x5e\x7d\x98\x68\xe1\x45\x80\x97\xf0\x60\xe3\xd6\xfe\x0c\x2e\xe5\xee\x9e\x7f\x4c\xfe\x60\xbd\x5f\x29\xad\xe7\x8a\x48\x6c\xed\xbd\x43\x58\x07\xbd\xf1\x12\xa4\x32\xec\xf8\x66\x9f\x95\x04\x96\x73\x18\x7e\xad\x6f\xdd\xf8\x3c\x4e\x2e\xf2\x07\x75\x42\x8f\x02\xa5\xb2\x26\x05\xfd\xd4\xd4\x60\xde\x42\x53\xe6\xae\xf8\x72\x72\xe8\x22\x3e\x3f\x21\x09\xfb\xb2\x71\x7a\xc2\x65\x2d\x59\x71\x27\xc0\x93\xbb\xc4\xe0\x05\x0c\xd7\xf0\x8f\x46\xe9\xca\x73\xb6\x17\xbc\x30\xf2\x2c\x1d\x3c\x1f\x3c\xe3\x80\x37\x2d\x90\x1b\x7d\xf2\x72\xe9\x1f\xc6\xb3\xfe\x02\x9d\x67\x75\x1a\xce\xcc\x4c\x36\x8a\xc6\x0e\x90\xe4\x9e\x50\x3a\x75\x68\x15\xc2\x8c\x30\x0f\x65\xfa\xb0\x8c\x03\xb4\x88\x92\x31\x67\x40\x28\x49\x67\x17\x28\xc9\x22\x4b\x03\x4a\xb2\xea\x6a\x33\xf3\xd6\x97\x4d\x35\x8b\x83\xf5\x23\x39\x1a\x24\x7a\x72\xb9\xab\xa5\x1b\xc4\xc8\xdd\xb6\x25\xb4\x95\xb1\xf5\x66\x91\xf6\x73\x62\xa7\x79\x99\xc3\x56\xaa\xb4\x88\xdd\x07\x50\xe4\xfe\x87\x66\xaa\x4b\x05\x29\x9f\xa9\x48\xfb\x95\xbc\x8a\x11\xe2\x34\x54\x74\xe7\x00\x0e\x72\x97\x60\x88\x70\x54\x8d\x82\x53\x64\x68\xd2\xdc\xcf\x99\xac\x32\xfe\xbc\xf8\x9d\x66\x60\x9e\x56\xc7\xa2\x16\x9f\x65\xa3\x6c\x67\xc1\x1e\x97\x46\x92\xd9\xb3\x21\x26\xb6\xbb\xeb\x39\xad\x13\x7d\x56\x1b\xf9\x44\x9f\xd5\x88\x3c\x7b\xee\x3b\x5f\x72\x00\xbc\xa0\xab\x0e\x4e\x1f\x30\x8d\x33\xdc\x08\x03\xac\x30\x74\x83\x39\x94\xe6\x5c\x6d\x3c\x42\xd5\x55\xc1\x6f\xac\xea\xfe\x33\x2f\x87\x5d\x16\x2e\x87\x35\xbc\x03\xec\xb8\x19\xbd\x4d\xd8\x29\x9f\x15\xec\x5c\x94\x29\x49\xe8\xbe\x14\xbb\xeb\x0b\x6b\x8f\xf8\x35\xcd\x82\x69\x00\x08\x20\x8c\x7b\xe4\x8c\xc3\x08\x32\x5d\x60\x80\x64\xec\x60\x59\x4c\x20\x19\xbb\xe6\x6c\x21\x19\xa7\x31\x19\x33\xdd\x7a\xe0\x28\x22\x2c\x6a\x9c\x06\x55\xb1\x83\xe9\x30\xc1\x4e\xec\x1a\xa0\xa7\xd9\xc0\x34\x7f\x4e\x2f\x6b\x75\x1f\x00\x2e\x71\x57\xe5\x3f\x9e\x0d\x4c\x47\x73\x59\x17\xe3\xd5\xa1\x9e\x44\xc8\x13\xf4\xc3\xae\xc9\x7a\xaa\x35\x16\x47\x85\xa6\x18\xc5\x3e\x9e\x24\x94\x72\x82\xc5\x34\xd2\x91\x10\xfc\xc3\x3d\xa9\x8c\xfd\xcc\xc4\xe1\x16\x11\x8c\xdf\x46\x1e\xa4\x3a\x7f\xf7\xa4\x0c\x8b\xbb\x9d\xa0\xa1\x60\x26\x76\x4d\xde\x40\x26\x16\x13\xa6\x4e\x50\x12\x6b\xf1\x38\x5e\x8a\x0b\x36\x78\xc1\x14\x10\x1d\x66\xc6\x73\xb9\x0a\x97\x6b\xc5\x64\x73\xb7\xab\x4d\x37\xe1\x10\x75\x4b\x9c\x60\x15\x68\xb8\x06\xf5\x70\x57\xcb\x1f\xe4\x2a\xd1\xbe\x3b\xd3\xe5\x47\x72\x23\xdb\x82\x9f\x09\x47\xb8\x74\x37\x04\x8f\x70\x17\xe7\xab\x27\xbb\xe8\x3f\xd6\x45\xdf\xe5\x55\x5a\x1d\xc0\x1d\xec\x1a\x1d\xc0\x1d\xac\x4a\x81\xc0\x0e\x76\xad\x03\xf3\xcd\x7d\x42\x83\xa8\x72\x39\x3d\x68\x6b\x21\x01\x7e\x73\xa1\x68\xe2\x35\x55\xa8\x1f\x49\x5f\x90\xf5\x80\x1d\xac\x86\x9f\x4c\x03\xb8\x86\xbf\x9f\x96\xb6\xc4\xed\x8b\x8d\x1b\x45\xe1\x33\xdb\x47\x6a\x8c\x76\xa7\x7d\x2a\x01\x09\x43\xda\x20\x2c\x81\xbe\x95\x80\x10\x16\x2f\x82\x66\x5e\xdb\x4a\x34\x3e\x4d\xdb\x88\x14\x60\x0a\xee\x06\x19\x08\xba\x9e\xc2\x37\x70\x81\xc5\x6b\x5b\x60\x01\x8f\x00\x2a\x6a\xc6\x2f\x07\x35\x78\x59\xfe\x73\xf0\x62\x71\x9f\x1f\xff\x28\xbc\xb8\xe3\xe6\x5f\xc9\xfb\x66\x1c\xee\x3a\x68\x60\x90\x83\x4b\x95\x14\xd0\x41\x13\x35\xcc\x20\x2a\xfa\xc0\x18\x06\xb4\xe0\x6e\x87\x7e\x1e\x52\x67\x58\x5e\x14\x36\x33\x94\x1a\x34\xc1\x90\xa1\x27\x9a\x20\xc0\xfb\x33\x52\xa5\xcb\x7f\xc8\x90\x66\x7b\x04\x1d\x68\x75\x0f\x5d\x8d\x90\xc7\x44\x10\x0c\xd2\x79\xcd\xa8\x4e\x3e\x84\x03\xd0\xc0\xea\xa5\x37\x38\x81\x62\x48\xcc\x48\xed\x0c\x19\x33\xea\x74\x85\x68\x03\x26\xa3\x9e\x2c\x06\xa0\xaa\x25\xf0\x7e\x7b\xd3\x51\x55\xaa\x5d\xf0\x28\x00\xfe\x3a\x29\xea\x66\x18\x8d\xe5\xa1\x04\xe0\xaf\x88\x40\x38\xc1\xf1\x2b\xc2\x93\x4d\xb0\xfb\xa2\x67\x71\x53\xbe\x72\x12\x05\xef\x33\xc5\xd9\x8c\x64\x24\x30\x5f\x60\xf6\x76\x27\xe9\x18\x46\x4f\x52\x9a\xce\xe8\xb9\x8e\x8c\x6b\x38\x75\x2e\xc9\xc0\x4b\xcb\xe6\x87\x57\x48\xcb\x3f\xdc\xdd\x87\xff\x10\xaa\x38\xfc\xe3\x46\xb9\xa0\x8f\x22\xee\xfd\x7b\x81\x38\xda\xe0\x24\x97\x5d\x3e\x23\x12\xa0\x95\x03\xa5\x17\x0a\x2a\x80\xe7\x75\x95\xdf\x10\x88\xdf\x40\x29\x00\xf3\xd2\xaf\x16\xf8\xbb\xae\x82\x1d\xb8\xf0\xe8\xe1\x11\x91\xdd\xa3\xd6\xb0\x26\xba\xa7\x13\xa7\x2b\x28\x1b\xc0\x52\x00\x2a\xde\x1e\x35\x5d\xda\x3c\xa1\x36\xb7\x18\x99\x32\x40\x8b\x9a\xa1\x33\x0f\x20\x63\x33\x96\xa0\x9f\x34\xb7\x00\xe4\x86\x33\x86\xb1\x57\x32\xdc\xc0\xa6\xa8\xa2\x0d\x2a\xde\x11\xa4\xb0\x9e\xb1\x34\x46\x78\x0e\x93\x6f\x20\x15\x00\x8c\xb7\xcb\x33\xb3\x58\x18\xd5\x68\x23\xf9\x86\x0b\x7b\xea\x8d\x4c\x5d\xa7\x9b\x04\x5a\x21\x00\x9e\xb7\x76\x71\xda\xba\xcf\x6e\x9e\xfc\x03\x0f\x46\xe3\xe7\x00\xc3\xeb\x6a\xb7\x82\xe1\x4d\xaf\xc7\xe2\xca\x9e\x30\x41\x97\x3b\x49\xf2\x20\x2a\xff\xc8\xcf\xd8\xbc\xb0\x1d\xa0\xee\x0e\x15\x24\xa1\xee\x82\xe4\xb8\x13\xa8\xbb\xae\x4c\x1e\x5e\x52\xea\x2d\x14\x84\x2b\xa8\xbc\xc4\x95\x8b\x40\xb5\xaa\x51\x2e\x2d\xb9\xaf\x14\xaa\x85\xc0\x23\xb1\xd8\x8c\x5b\xb3\x7f\xf8\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xe0\x97\x17\x34\x91\x9a\x13\x4c\x32\xee\x5c\x11\x06\x48\x54\x03\x49\xb5\x26\x28\x78\x5d\x25\x3f\x92\x1d\xb9\xc9\x1e\x67\xe1\xf8\x33\xd6\x43\x88\x3c\x95\x3d\x20\xf2\xf6\xb4\xd0\x9b\x47\x81\x5f\x22\x22\xe3\x72\xf7\xe7\x1d\xa9\x87\xed\x71\x5e\xdc\x2c\x69\x43\x84\xd3\xc6\xeb\xbd\x02\xe2\x96\x10\x78\x8a\x80\x40\xe0\x55\x0d\xe9\x91\x57\x9b\x4e\xcc\xeb\x42\x58\x80\x3b\x17\x18\x2d\xd0\x76\x47\x23\x0d\xc5\x8c\x4f\x1a\xe0\xc4\x7c\x76\xde\xaf\xb2\xbf\xb4\x41\x2a\xe6\x46\xf8\xf1\x14\xcf\xae\xe9\x0f\x03\x84\x5d\x0f\xa9\x0e\x7e\x3d\xa1\xa0\x19\x5f\x8e\x64\xf7\x6b\x99\x0a\xd2\x8b\xce\x95\x2a\x51\xe3\x39\x5b\x09\x5e\x18\x15\x62\xdf\xd2\x52\x38\xb2\x84\xd7\x00\x54\x45\x06\x8e\x00\x98\x6d\x02\x28\xd7\xe5\x29\xe2\xc9\x29\xc4\x01\x14\xd7\xa5\x40\x00\xc5\xed\x26\x16\x2f\xee\xd4\xea\x57\xb7\xbd\xb2\x38\x94\x51\x37\x94\x65\x80\x84\x4e\xe6\x0b\x70\x9a\xa2\xf7\xc8\xd2\x50\xa8\x7b\xb0\x78\x71\x1a\x53\x97\xe6\x40\xdd\x2b\x04\x8c\x23\x73\xc4\x5c\xa4\x8b\x92\x71\x2f\xee\x15\x65\xf5\x0b\x2f\x9f\xa2\xdb\xc5\x2a\xd2\x4f\x98\xe0\x12\x92\x86\x39\x5d\x7a\xb0\x2e\xbf\xd2\xcf\xc7\x5b\x4d\x60\xe5\x76\x79\x5f\x18\x24\x24\x34\xd1\xe3\xf4\xaf\x5a\x15\xef\x62\x38\x2d\x48\x72\xfb\x8f\xc1\x8b\x41\x5c\x74\xb7\xe6\x70\x29\x01\x7c\xad\xc2\xc1\x6a\xe9\xf6\xcd\x73\xf1\x23\xff\x68\x36\xee\x3f\xdd\x7a\x69\x44\xf0\xb9\x5f\xd6\x05\xdf\x2d\x16\xc1\x5a\xec\x2c\x82\x90\xef\x5e\x06\x93\x6e\xcf\x28\x23\x24\xf0\xae\xe8\x32\xb2\x48\xd9\x51\xf4\x12\x59\x7d\x9f\x53\x0f\xd6\x02\x16\xbf\x68\xfc\x02\xba\xae\xcb\xab\x96\x49\xa1\x75\xc3\x07\xbb\xae\xcb\xb5\x17\xde\xb2\xda\x9a\xc1\xb1\xeb\x60\x3d\xcc\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x1c\x67\xd9\x34\x30\x4d\x4d\x70\x0b\x8f\xa1\xf0\xf7\xe1\x4c\xd1\x98\x70\x75\x9c\x16\x40\xe9\x4a\x73\xc5\x87\x3c\xbe\xfa\x07\xf9\x76\x9d\xf3\x91\xfb\xc5\x9a\x2e\xfb\x4d\x9f\x86\x51\xc7\xfc\xe1\x9d\x1e\x98\x71\x13\xfc\xb8\xaa\x0a\x0f\x66\xdc\x9e\x66\x5f\xec\x38\x33\x28\x9e\x80\x8e\x2a\x6b\xe6\x29\xb2\x2e\x77\xb8\x47\x4a\x55\x0a\x42\xb1\xb0\x3d\x1a\xa0\xbe\x84\x20\x68\xfe\x0e\x9a\x01\xe4\x70\x61\x62\x9c\xed\x4f\x15\x18\x74\xb9\x2e\xa1\x5d\xa6\xe3\x58\xf6\x85\x28\x3e\x81\x12\x26\xb8\x73\x07\x29\xfb\x27\xb0\x73\x55\xc2\xb8\x36\x73\xae\x9a\x0c\x81\xa0\x2b\xe6\x9c\x9b\x0b\x57\xdb\x8c\xc5\x06\x83\x2e\xd4\xda\xd7\xca\x03\xc9\xd4\xa1\xbc\xb5\xe5\x10\xf5\x38\x5a\x36\xa8\x2d\xd2\x93\xb7\xb2\x27\xf4\x91\x2b\x3f\x79\xc1\xd2\xca\x08\x5a\xc9\x14\x5c\x4e\x6f\x19\xb1\xe5\x24\xc4\x4b\x1e\xac\xc7\xc8\x3a\x15\x5e\x91\x0d\x96\x4c\x58\x42\x23\xe8\x9c\x61\x15\xe2\xcc\x49\x70\xc1\x99\x2b\x29\xfb\x82\x33\x57\x8d\x90\x03\x66\x6e\xe6\x16\xe5\x62\x50\x72\x0b\xcc\xdc\x6e\xc2\x97\x1c\x13\x73\x72\xe5\xf4\xd2\x45\x41\x0a\x9a\x55\xbd\xcc\xae\x1f\x7d\x28\xff\x74\x8a\xac\x56\x64\xfd\x9c\x4b\xa6\xeb\xd1\xbc\xdd\x65\x48\x95\xcb\x4b\x3f\xa3\x46\x40\x93\xdb\xff\x50\x95\x39\x27\x93\x98\x10\x3f\xa8\x4b\xf5\x32\x79\x95\x19\x18\xc0\x96\x2b\x86\x8d\x80\x1b\x57\x52\x08\x17\x2b\x2e\x5b\x7f\xf4\xec\xa1\x57\x4f\x52\x35\x5f\x3a\xd5\x52\x5a\x27\x23\xa0\x2f\xa7\x80\x72\xcd\x6a\x9f\x6c\xcf\x3f\xa4\xa3\x59\x5c\x3a\xea\xb4\x3f\xde\x18\xf3\x87\x66\x4a\x1d\x4d\x16\x66\xca\x25\xf9\x20\x63\x64\xd1\x9d\x04\xe4\xb9\xbe\xec\xd6\x6b\xe8\xac\xcf\xd2\x5a\xc4\xb6\x85\x63\xae\xd6\x24\x01\xe9\x92\xa2\x72\xb1\xa7\x3f\xa7\x18\x74\x6b\x64\x81\xcb\x4e\xd9\xc4\x4d\x09\x4b\x2b\x9c\xf9\x15\x99\x97\x9b\xa7\xfb\x73\xeb\x23\x50\x2d\xb5\x3d\xb2\x38\x4e\xe0\xe5\x0e\xed\xa2\x4b\xf7\xa1\x03\x32\x0a\x8c\xdc\xa1\xc4\x7f\x1a\x2d\x62\xf4\x0d\xc8\x71\x7b\xb2\x26\x2f\xf8\xcb\x28\x14\x9c\xa4\x5e\x2e\x7a\xe8\x9c\xd8\x1d\x3d\xaa\x27\x3a\x61\x33\x01\xc5\x69\xa2\x0e\x90\x3b\xa7\x08\x73\xca\x2a\x67\xb2\x68\xfa\x75\x72\x99\xe7\xc1\x3b\x61\xd7\xba\xa9\x8a\x36\xd7\x4c\x3f\x01\xaa\x5c\x35\x06\x54\x54\xb9\x00\xab\x72\x82\x2a\x57\x75\xab\x04\x49\xae\x18\xb0\x73\x26\xbb\xee\xbe\x90\x97\x2e\x7c\x46\x84\x33\x77\x05\x48\x72\xdd\xdd\x07\x92\x5c\xf7\x48\x9c\x25\x67\x91\x6a\x4b\x0e\x96\x31\x15\x89\x24\xa7\xe2\xf4\xee\xce\x0c\x15\x40\xc3\x15\x50\x8d\xe6\x59\xdc\xbd\x88\x1a\xa7\xe9\xaf\x46\xf9\xf3\x0a\xe4\x24\x37\x56\xce\x77\x35\x35\x1e\xdd\x01\x31\x28\xbb\x5c\xe5\x3b\x6c\xe7\x53\xd7\x5c\x83\x86\x44\x8e\x5b\xf2\x4c\xa0\xe3\x7a\xae\x03\x46\x4c\x90\x4d\xe6\x69\x28\x8a\x63\x21\xd8\x24\x27\x58\x1d\x94\x8d\x7d\x62\xce\xd4\x7a\x7b\x72\x25\x68\x80\xcb\x49\x16\xc8\x1c\x6d\xcb\xb3\x4e\x5f\x93\x8d\xbb\x6b\x9a\xe6\x40\x5a\x4b\x3d\x15\xa5\xf5\x54\x4f\xd5\x05\x04\x34\xb9\xfe\xaf\xc4\x6d\x71\x8b\xe0\x68\xe3\x82\x72\x3b\x08\xe8\xe5\x3c\x53\x7f\xa5\x23\xf8\xfe\xe8\xe8\x01\x92\xdc\xae\x95\xc2\xdd\x73\x8f\xbc\x77\x76\x67\x8d\x61\x74\xa9\x6d\xb7\xb8\x7a\x3c\x07\xf4\xec\xb9\x86\x34\xd2\x55\xb2\x90\x86\x4e\xc0\x1a\x7e\xd5\x8d\x3d\xf4\x8a\xa1\xe2\x91\x4d\x52\x24\xd9\x34\xea\xdb\x39\x1c\x15\x1d\x4b\xed\x17\x4e\x75\xea\xcc\xeb\x6e\x1c\xd9\x22\x75\x71\x87\x68\x6e\x85\x73\x9a\x35\x8c\xd2\xd3\x4d\xee\x66\x26\xe5\x88\x3e\xbe\x40\xce\xed\xd2\x96\xb0\x3d\x06\xa2\x55\x74\x5a\x80\x33\xe5\xf6\x4b\xe6\xed\x6c\x91\x35\x52\x9f\x21\xb0\xe8\xf6\x12\x52\x53\x88\xa2\x47\x9f\x42\xa2\x6e\x7b\xa4\xd5\xd2\xb3\x11\x5c\xba\x72\x60\x88\x3a\x09\xc6\x9f\x26\x92\x38\x45\x98\x1f\x76\x84\xeb\x42\x93\x26\x9c\xa9\x63\xbb\x84\xe1\xd9\xb1\x91\xa5\x34\x8e\x6c\x74\x26\xc3\x76\x75\x49\x0b\xad\x5b\xf8\x09\xf3\x06\xb3\x7c\x0a\x5f\xb7\x8c\x8a\x3b\x89\xd3\x5f\xee\x25\x6e\x0e\x4d\x74\x20\xac\x9d\xe9\x17\xce\x65\x47\x18\xc6\xca\x59\xa0\x87\x66\xce\x82\x14\x9e\x7a\x04\xe7\x1c\xea\xf8\x9b\x13\x77\x32\xb9\xce\xdb\x99\x00\x59\x3c\xbb\x7d\xa4\x52\x84\x56\xea\xc8\x0f\xac\x5d\x95\x59\x9f\x98\x53\x0d\xd6\x07\xe1\x6e\xd7\xca\x8c\xe0\xb1\xbb\x46\xbe\xd8\x73\xda\xd6\x7b\x17\x58\xdb\x79\xa2\x23\xab\x2b\x88\x77\xb7\x46\xbe\xa8\x29\x4d\x8b\x43\xbe\x60\xbe\x00\xde\x1d\xcd\x75\x22\x9c\xd2\x38\xfc\x13\xb5\x98\x6c\xad\x53\x20\xbc\x96\x33\x82\x9d\x55\x47\xee\xf3\x76\xa6\x18\xd1\xad\x78\x99\x25\x4e\x3e\x62\x78\xa6\x87\x76\x0f\x1b\x7e\xe9\x4d\xe3\x89\x61\xd6\x00\xf3\xf3\x4e\x36\x6a\x09\xfb\xf7\x17\x36\xef\x04\x7a\x2f\xbc\xd7\x38\x37\x83\x6f\x7a\x8b\x02\xc3\xd7\x57\x3e\x3b\x10\x66\x54\xcd\x57\xcf\x26\xa0\xf7\xaa\xd1\x8a\x20\xef\x75\x43\xb4\x00\xdb\x9b\x5e\xfc\x9e\xaf\x2c\x92\x01\xbe\x26\x4f\xa6\x2c\xc0\x08\x5a\xa8\x4e\x72\x3b\x9b\xe4\x07\x10\xbe\xf0\x72\xe4\xf4\x46\x11\x64\x97\x79\xbe\x39\x3b\xb4\x80\xd2\x9c\x44\xf6\x55\x4c\xf4\x59\xf6\x8a\xec\x73\xbe\x76\xc9\xaa\xc8\xc5\xe5\xae\xc0\x35\xc7\xb0\xe1\x33\xb9\xb6\x8b\xf1\x29\xb6\xc9\x69\xbf\xc4\xb5\xe0\x19\xd7\x4f\x29\xeb\xa7\xc8\xc0\x20\x48\x09\x93\x5b\xe2\xcb\x99\xb1\x70\x4a\x09\xb4\x6d\xec\x8c\x31\x9a\x27\x2e\xc3\x46\x0a\x02\xf9\xd7\x0d\x46\x06\xe4\xaf\x5b\xed\xf5\x63\x3e\x86\xcf\xaa\xf1\x9c\xb1\x4b\xef\x1d\x4e\xae\x80\x7f\x46\xc8\x00\xf8\xd7\x8d\x12\xbc\x48\xbf\x65\x5c\xf2\x75\xa8\xb6\xd3\x00\xe1\xa4\x53\xa7\xb9\x0b\xc3\x6e\xf3\x88\x01\xfe\x57\xd5\x6a\xc0\xfb\xeb\x2e\x29\x70\x7f\x7b\x44\x7c\x54\x12\x3f\x89\x67\x05\x7b\x8c\xf5\xd7\xd6\xae\x8b\x89\x17\xae\x62\x3e\x00\x9f\xb3\xe3\x7e\xc4\x36\x1f\x3e\xe7\x42\x5a\x95\x64\x0a\x03\x02\x60\x7f\x7b\xa2\x1a\x2f\xa4\x69\xb6\xef\x25\xa7\x93\x97\xaa\x58\xc8\xde\xbc\x52\xd7\xae\xfe\xc3\xa6\x85\xee\x5f\x55\x6d\x17\xb3\x3a\x90\x80\xdd\xe0\x59\x10\x01\xbb\xb1\xa2\x00\xff\x15\x3d\xa3\x04\xfb\x9b\x7a\x30\x5d\xc9\xac\x31\xab\x5c\x6a\xd4\x80\x10\xcf\x0b\x63\xb0\x12\x23\x08\x7f\x35\xa7\xb7\xe5\x70\x2d\x21\x78\xa4\x05\x48\x84\xc4\x01\xb8\xc4\x6b\x75\x42\x49\x51\x63\xb4\x20\x60\x7f\xdd\x88\xd1\x4b\xc7\x1c\xe9\xc6\xd5\x08\x19\xe7\xc4\x08\xfc\x67\xf0\xe8\x85\x36\x9d\x05\x70\xde\xf1\x6e\x55\x0c\xc0\x76\xb8\x13\x70\xc1\xf5\xa2\xf6\xd2\xab\xa7\xe4\x0b\x66\x76\xa7\x06\x8c\x77\xbd\x10\x12\xde\x4f\xf2\x05\x74\xdf\x11\xa0\xc2\x4c\xb0\xfb\xba\xb1\x35\x57\x7a\xcb\x2e\xbf\x82\x96\x39\x4f\x43\x99\xc8\xe5\x07\xde\xb5\x68\x67\x07\xaf\xaf\x7b\x11\x76\x25\x13\x6e\xfe\xc1\x76\x0b\x9f\xe1\x0d\x5a\xe3\x85\xeb\x6b\x12\x49\xe0\xfa\x76\x8b\x94\x9f\x1e\x14\x06\x32\xed\x16\xf3\x69\x56\x82\x51\xff\x14\xf6\xae\x29\xbd\x77\xc6\xd0\xc3\x75\x35\xbe\x4c\x4d\x60\xaa\x19\x20\xfb\xf6\x00\xe8\x41\xe8\x07\xe5\x1f\xe0\x02\x7a\x44\xc2\xbd\xec\x0e\xe2\x12\x53\x17\x19\x71\xfa\x74\xb3\xbb\x42\x0e\x08\x21\xba\xc8\x85\xa3\xc3\xca\x95\x9c\x18\x5d\xf2\x12\x30\x56\x8a\x7f\x91\xb3\x40\x0f\x99\x8b\x24\x39\xd5\x75\x5f\x24\x29\x46\x36\x11\xf2\xaf\x1c\xd0\xb1\x7f\x98\x7f\x16\xe6\xb0\xe5\x33\xac\x14\x9b\xc1\x85\xb9\x5b\x17\x25\xa1\x00\x43\xe3\xc7\xb5\x5c\x1e\xa6\x74\xd9\x71\x0b\x70\x8b\x91\x05\xe8\xb7\x5b\xfa\x54\x7e\x91\x7a\x9c\x19\x76\xc7\xb3\xf2\x99\x14\x8d\x78\xd6\x3c\x10\x42\x23\x19\x82\x0e\x74\x60\xd1\x4b\xfa\x12\xda\x41\x16\x96\x68\x81\xca\xbc\x97\x89\x76\xdc\x33\x9a\xb7\x75\x28\x04\x22\xb0\x1b\x7a\x04\x44\xe0\x1e\x86\x25\x9c\x10\x49\xe2\xe5\x11\x64\x1c\x97\x3c\x33\x8b\xa8\x7b\x3a\x87\x68\xd7\x12\xf9\x0b\x40\x5b\x5d\x4e\xae\xdb\x06\x11\xc4\xae\x5b\x57\x76\xfa\x6e\x9c\xab\xf9\x7f\x80\x09\x1c\xbf\x7c\xd6\xe4\x4f\x13\xb7\xf2\xb6\x5b\x04\xae\x9e\xc7\xd6\x24\x67\xa6\x61\x12\x58\x50\x3f\x1a\xb0\x03\xbb\x8e\x22\x97\xbc\xdb\x21\xa1\x67\x07\x60\xd5\xf3\x52\xb7\x36\x49\x90\x58\x80\xcd\xac\x31\xd7\x93\x27\xcf\x32\xd9\x08\x03\x49\x7e\x2d\xe9\xdb\x3c\x7a\x78\x7b\x7f\xa9\x5c\xbb\xe6\xa8\xcd\x9a\x67\xaf\xcd\x97\x87\xb7\x60\xd7\xeb\xf8\x68\xef\xf5\xe2\xc4\xe5\xdc\xbc\x78\x78\x8f\x7f\xbd\xd9\x1c\x1d\xd9\x2c\xb7\x99\x1b\xe2\xe2\x92\x34\xc0\x30\x9e\xd7\xa7\x7a\x2b\x55\xfb\xea\x2e\x8e\xe2\x79\x7d\xb4\xe1\xc9\xfa\x26\xcf\x54\xfb\xd9\x9e\xfb\xea\x73\xfb\x48\x59\x92\x9d\x42\x40\xee\xad\x42\x0f\xb5\xa7\x9b\xe8\xd3\xa9\x77\x27\x10\x83\xa5\xe8\x12\x79\xeb\x1c\x0b\x4e\xde\x04\x6f\xb0\xa4\x3b\xd8\xad\x31\x5b\x82\x79\xff\x68\x3f\xbf\xf2\x8a\x02\x02\x74\xff\xb4\xda\x34\xff\x51\xc6\x98\xfe\xc3\x94\x1e\x3e\x23\x21\xaa\xb6\xdc\xe2\xb7\x1b\xe4\x08\xde\xe0\xd0\x73\x01\xbc\xc1\x66\x84\xf1\x7d\x38\x11\x3e\x37\xbe\xa1\xa6\xc3\x89\xf0\x7b\x49\x0c\x1c\x07\x18\xc2\xfd\x32\x78\x79\xff\xfb\xdf\xd4\x4f\x1c\x4c\xc2\xf1\x3b\xfe\xca\x64\x3f\x6f\xf9\xb8\x17\x74\x77\x86\xcc\x32\x13\xc5\xbe\x50\x73\xf1\x1c\x43\xef\xef\xa2\xec\xda\xfd\xca\x9e\xf9\x47\x2e\x11\x3d\xdb\x8c\x7c\x18\xc5\x72\x6f\x3e\x3e\xb4\x9d\x80\x83\xb8\xab\xf2\x0f\x8d\xd6\x9c\xf6\x3b\x59\x37\x1c\x42\x50\xc4\x69\xc6\xaf\x3b\x79\x37\x5c\x45\x20\xc4\x66\x4a\x1a\x80\x10\x87\xa6\x22\x80\x10\x2b\xc0\x0a\xf3\xae\x2c\x43\xb1\x34\xb9\xfa\xab\xbf\x7f\xc0\x70\xd2\xc3\xc6\x56\xe1\x18\xdf\x69\x18\x6f\xbe\x30\x72\x94\xe0\xbb\x79\xbe\xd9\x9b\x77\x73\x73\x40\x83\x44\x45\x0c\x70\xbb\xe7\xbd\x99\xf7\x50\x05\xbb\x53\x6f\x66\x80\x8d\x65\x40\xec\x03\x06\x71\x28\xb3\xdc\x3d\xc7\x4a\x47\x3a\x2b\x5d\x7c\x76\xa6\xe1\x80\x77\xe7\x2c\x38\x07\xa6\x1e\xaa\xee\x81\x1e\x94\x60\x3e\xc4\x47\x54\xac\x05\x1f\xb1\x64\x94\xd5\xdd\x73\xff\xf9\x42\x4f\xdc\x66\xc3\x43\xc2\x60\xc9\x2a\x14\xe6\x6f\xba\xbd\x4d\x96\x6d\xdc\x83\x6e\x79\x7a\x06\x54\x00\x89\x55\x88\xc4\xa6\xbc\x7c\x9b\xdb\xb3\xba\x4d\x06\xb3\x80\xb8\x96\xb0\x88\xff\x5e\x94\x61\xe0\x03\xb7\x57\xcb\xd5\x3d\x33\x73\xfb\x31\x14\x83\x63\x75\x5c\x04\x26\xb1\x7a\xb1\x7a\x4f\x9b\xa7\x5b\x69\x35\xcf\x17\x0e\xa2\x97\x65\xf7\x74\x6b\x85\x15\xab\xab\xb9\x4d\xf0\xd2\xd5\x8f\xeb\xd6\x3a\x6e\xbf\xc2\xbc\xe1\x0c\x31\x58\x75\xb7\x49\xe4\x42\xd3\x5f\x33\x55\x9b\x55\x01\x2c\xc3\xda\xf3\x0f\xdc\x2c\xed\x61\x90\xce\x49\x1a\x12\x29\xb8\xf0\xc7\x62\xae\x61\x74\xe0\x1a\x56\xcd\x62\x89\x65\xf8\xef\x8f\x4e\x2a\x31\x16\x07\xce\xad\xaf\x3b\xe8\x85\x55\xca\x0d\x48\x61\x31\xa2\xe9\x5e\x92\x3c\xd7\x1c\x1d\x5a\x69\xe2\x3e\xbd\xa4\x83\x63\x02\x58\x38\xcc\x49\x06\x60\xe1\xd0\x2b\xf7\x3e\x5d\x58\xbf\x21\xbd\x3a\x2c\xe0\x3e\xe5\x27\x9e\xd3\xd3\x88\x10\xd6\xe5\x64\xbb\x49\x60\x4f\xce\x72\xf3\x1b\x4e\x99\x04\x67\xab\xdf\x43\xdf\x4b\x21\x0d\x8b\x22\x28\x90\x86\x43\xdf\x52\x20\x0d\x87\x59\xc0\x40\x34\x1c\x3a\xc5\x02\x5c\x38\x74\xa4\x04\xb8\x70\x8f\xcd\x9a\xa4\x6f\xc8\x50\xb7\x19\x29\x54\x71\xc0\x2e\x1c\x3a\x46\x82\x5d\x58\x72\xa9\x8d\xa3\xdd\xca\xd2\x5f\x94\xef\x66\x65\x24\xc8\x37\x1d\x93\xa4\xdd\xf2\x58\x0f\xed\xcd\xce\x93\x3a\xde\xb9\x11\xe8\x26\xac\x7b\xe5\x47\x8f\x25\xfc\x83\x8b\x4e\xc7\x9b\xb6\x73\x17\xed\xb1\x0d\x7a\x99\x97\xd1\x6e\x7b\x03\x63\x0e\x64\x40\x30\x0b\xf7\x0a\xfa\xcf\x16\x33\x73\xf4\xc9\xe0\x87\xe5\x59\x11\x0f\x4a\x32\x7b\xa4\x0b\x10\x0c\x8f\x65\xce\x08\x60\x0b\x87\x0e\x90\xa0\x16\xee\xaf\xe8\xd7\x03\x9c\x99\xeb\xa3\x85\x1d\xf1\xe2\x36\x41\xb6\x0c\xef\xb5\xbb\x7c\xef\xc5\xb5\x26\x55\x60\x0b\xab\x12\xe1\x9d\x4a\x38\x02\xd3\xfd\xca\x15\xd1\xea\x00\x24\x1c\x26\x9b\x02\x78\x70\xe8\x4b\x08\xd6\xe0\x50\x22\xb8\x3f\x89\xab\x64\x45\xc6\x8f\x92\x7b\x6b\x2e\x97\x34\x7f\x30\x12\x94\xb8\x3b\xfd\xa4\xac\x48\x7b\xcf\x6e\xe0\x49\xc3\x79\xe3\x99\xc6\x86\xcf\xf2\xf9\xea\x0b\xc9\x25\x99\xd8\x87\x4c\xac\x32\xda\xe7\x67\xc3\x95\x67\x1b\x9b\x3c\x93\x3d\x89\x15\x7e\x7e\xb8\xfc\x1f\xd6\x93\x8b\xca\xcb\x81\xeb\x01\xe3\x7f\x74\x9b\x3a\x90\xe0\x1e\xb3\x35\xe9\x78\x0d\x76\xe1\xd1\xd4\xe6\x9f\xc3\x74\xff\x16\x61\x7b\x0d\x3f\x92\xe8\x2c\x5f\x26\x57\xbb\x7e\x14\x74\xd6\xc2\xde\xba\x32\x6a\xbc\x7e\xb5\xd1\x8b\x75\xa8\xf3\xe4\x73\xb0\xec\xc3\x6e\xb8\xec\x10\x26\x40\x10\x77\x9f\x28\xc1\x95\xb8\x41\x31\x0f\x89\x5e\x0d\x75\x7e\xc8\x94\x61\x04\xd3\x53\xb2\xdf\x74\xa3\x64\xff\x2c\x2d\xa3\x61\xdb\x3c\x9a\xe2\x59\x96\x47\x20\x0a\x1b\xcf\xeb\xf1\xe5\x1f\x10\x08\x68\x1c\x08\x88\x4d\x06\xf4\xa0\xbe\x7b\x77\x23\x18\xe2\x94\x4c\x01\x86\x38\x4c\x0e\xf5\x64\x40\x2e\xad\x55\xe6\xcc\x3e\xa1\xb0\x9b\xcb\xfa\x11\xfc\x38\x7c\x56\x40\x74\x74\x95\xad\xe8\x14\x18\x6a\xab\xf3\xd5\x63\x92\x41\x75\xee\xa7\x89\xbd\xc8\x1c\x98\x63\xf0\xe7\x73\x63\x9e\x2c\xe0\x72\xd1\x8d\xc6\xb6\xc9\xb2\x32\x67\x28\xe4\xd3\x48\x22\xce\x99\x7f\x1a\xd4\x12\x61\xff\xc1\xb8\xae\xe3\xec\x63\x82\xa8\x91\xb5\x3a\x33\xcc\x86\x02\x03\x1e\x10\x8f\x81\xb5\x10\xc2\xc7\xeb\x72\x9d\x55\x9f\x9e\xcb\xc2\x24\x77\xaf\x83\xe2\xcf\x68\xde\x47\x71\x02\x59\xf1\x31\x04\x57\x1f\xd7\x27\x45\x88\xfc\x47\xb9\xa6\xd9\x2c\xfd\x0f\x1b\xd2\xd5\xa2\x59\x24\xf7\x95\x5f\xbd\x6c\x50\x06\x33\x80\x8b\xe4\xe8\x3e\xa4\xe0\xd0\x95\x0f\x8c\xc6\xa1\x9f\xda\xa3\xd9\x5e\x9f\x5a\x71\x19\xcd\x10\x22\x2e\x63\x29\x6e\xfb\x01\x8d\x9b\xfe\x91\x9d\x62\xe6\x07\xf3\xe5\x42\xcf\x5c\x4f\xbe\x9a\x80\x1f\x38\xf3\xd3\xdd\x43\x81\x49\xdb\x4e\x57\x06\xcf\xb2\x6c\x73\xa0\xed\x31\xec\x29\xc9\x91\x86\x68\x11\x08\x9f\xbd\xa8\xcc\x9a\xdc\xe9\x3f\xab\x82\x05\x21\x6e\x3c\x9a\x0a\xcc\xd2\xfb\x44\x2e\x16\x15\x87\x42\x8d\xf4\x25\x14\x6b\xdd\x7e\xa1\x01\x5a\x52\x65\xc8\x8f\x96\x93\xc7\x74\x1e\x00\x81\x4e\x80\x1e\x87\xfe\x62\xc2\x39\x2e\xad\xdc\x4f\xb8\x57\x68\x65\xe9\xfd\x25\x25\x59\xce\x35\xa5\xb5\x0a\xe8\xcb\xfa\x98\xcd\xc3\xfb\xdb\x67\xa5\xe8\xc6\xf3\x3e\x3b\xfa\x45\x03\xd4\x38\x74\xeb\x02\xa8\xb1\x18\x10\xf3\xe8\x11\x97\x27\x24\x25\x10\x89\xcf\x96\x40\x86\xce\x35\xcf\x89\xe3\x8b\xc4\x51\xa1\x43\x82\x71\xd2\x27\xd7\xe6\xd4\xbf\xc4\xe3\x72\x66\x9f\xfc\xca\x75\x86\x6d\x3c\x8a\x1a\x92\x53\x1c\xe2\xf2\xd8\xe2\x0f\xa7\x90\xfa\x28\x76\x48\x00\x4e\xe6\x43\x92\xb4\x45\x90\xa1\x27\xcf\x83\x13\xb5\xda\x13\x70\x91\xd5\xe8\x8f\x27\xfd\xe2\x3c\xce\x17\x81\x24\x36\x7c\x71\xcc\x97\x85\x65\x7d\x30\x2f\x70\x24\x43\xbf\x72\x60\x24\x87\xbe\x46\x09\x23\x99\x9b\xf8\x82\x87\x84\xcf\x00\xa3\x49\xcf\x94\x58\x9c\x19\x2e\x0f\x34\x86\x81\x2e\x59\x65\xc0\x8f\xd0\x1a\xfa\x27\x27\xba\xa4\x22\x12\xc0\x91\x43\xa7\x32\xb1\x22\x0d\x52\x15\x2a\xb2\xb9\x28\x7a\xc8\x69\x57\x03\x1e\xb2\x98\x30\x4c\x78\xc8\x65\x82\x20\xe0\x21\xab\x16\x27\xe0\x21\x0b\x90\xac\x13\x78\xc8\xa1\x25\xff\x31\x51\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\xd3\xfe\xea\x01\x02\x56\x64\x31\xde\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x0c\x1d\x83\x80\x7f\xac\x39\x9e\xf7\xe0\x77\xbe\xf7\x2e\x5f\x87\xda\x87\xf8\xa3\x5a\xad\xf5\x6d\x7c\xe5\x1f\x1e\x9d\xbf\x7d\x99\x9f\x14\x5d\x3c\x7e\xf8\xd9\xe9\xd0\x21\x50\xa4\x89\x78\x1e\x7d\xee\xbc\x7d\x78\x52\x8c\xf1\xf8\x90\x49\x32\x67\x11\x4f\xf0\xad\x87\xf2\x62\x06\x04\x4a\x7c\xf2\x11\x8f\x28\xc2\x8e\x7e\x4d\x20\x42\x36\x65\xfc\xc7\xd8\x5e\xcd\x70\xcf\x97\x0d\xfa\xd5\x45\x89\xfd\x95\xa8\x8e\xc5\xab\x85\x17\x03\x86\x19\x26\x40\x78\xac\x85\xbd\x0a\xc0\xe3\xd0\x3d\x08\x50\xc7\x5d\xed\xe0\x65\xf1\x87\x05\x4e\x9e\x0f\x9e\x69\x81\xd6\xde\x23\xb7\x18\x1f\xe5\xd5\x7e\xf8\x42\xcf\x6d\xfa\xf0\x22\x39\x2c\x92\x3b\xc0\x97\x0b\x5d\xc5\x12\xb7\xbd\x5d\xbc\x48\x1f\x86\x2f\xd8\x38\x97\x75\x41\x1e\x98\xdc\x37\xcd\x0d\x9c\x0e\x60\x1e\x87\xce\x41\xc0\x3c\x0e\x3d\x40\x40\x79\x1c\x7a\x19\x81\xe6\x58\x34\xfb\x81\xe6\x78\x84\x7a\xd2\x5b\xf4\x64\x41\x99\x78\x4d\xfc\xe1\x98\x74\x0e\xaf\x08\x0e\xaf\x22\x88\x6e\xb8\xaf\x8e\x01\xcb\x67\x4d\x0f\xf0\xef\xb7\xda\x11\xaa\x42\xec\xd0\xe1\xe0\x45\xec\x28\x3a\x01\xbf\xc8\x1d\xfa\x73\x88\xf4\xb8\xcc\x15\xf5\x62\x84\xd0\x05\x03\xa4\xc7\xa1\x9f\x07\x48\x8f\x43\x6f\x05\x90\x1e\x87\xce\x27\xaf\xc6\x89\xe5\xf7\xa8\x2e\x50\xfd\x97\x9b\xff\xa2\x63\xf1\x0b\xec\xb2\x59\x01\x01\x7d\x1c\xfa\x88\xbc\x79\xdd\x0f\xaf\x7e\xd3\x3a\x31\x2d\x31\xf8\x8a\xd1\xe5\xed\x83\x43\xc5\x6b\xaf\x69\x53\x00\x1a\xb2\xcc\xac\xf7\x52\x6f\xe1\x19\x67\x39\xa8\x30\x30\x91\xbb\x1f\x7c\xd4\xdd\x91\x0e\xa9\x13\xc9\x6a\xd7\x3b\x60\xd0\xc8\xd3\x6f\xd7\xb5\xcc\x6f\xe8\x07\x7c\x45\x90\xc8\xf4\x12\x04\x0d\x72\xe8\x8a\x01\x18\xe4\x30\xe9\xc5\xdb\x73\xdc\xd4\xba\xe5\x87\x69\x06\x9e\x57\x94\x2c\xcd\xde\x6f\x0a\x0d\x2e\xcc\x70\xac\xfe\xe1\xf4\xd3\x8f\xc1\xf4\x57\xbf\x61\xfa\xab\xb5\x5e\xbb\x56\xb7\xc4\x40\x55\x47\x2a\x79\xd3\x30\xb1\x7c\xc9\x2d\x41\xe9\x7f\xc8\xce\x3c\x2b\x6f\xe5\x4b\xce\xb9\x2f\x9a\xbc\x10\x0e\xde\x69\xe3\x8c\x75\xb2\xde\x4e\xce\xbc\x79\xf6\x1b\xe6\x00\x3e\x06\x88\xe4\xae\x89\x59\x9b\x1c\x12\x67\x50\x9f\xf9\xdc\x15\x91\xd8\xcc\x3c\xb3\x11\xda\x9f\x2e\xcc\x6f\x9c\xff\xfd\x2f\x99\x16\x70\x93\xc3\xcb\xb9\x57\x87\x7a\xed\xff\x6f\xb0\x06\x30\x21\xa0\x27\x6b\x6e\x31\x4c\x16\xde\xa7\xbd\x79\x0b\xb1\xfc\x83\xa3\x81\x10\xf6\xae\x5c\x0e\x5f\x58\x0e\xa7\x34\x5d\xf6\xdc\x23\x06\x5f\x55\xe6\x47\x84\x38\x53\x67\x01\x10\x37\x34\x5a\x7c\x9e\x13\xb6\x1e\x60\x71\x47\x98\xed\x54\xb0\xb8\x00\x8d\x76\x7e\x55\xd1\x27\x5f\x9c\x3a\xc8\xc2\x97\xe7\x86\x1d\xf7\x99\xe5\xce\x68\x85\xcf\x2c\x77\xda\xd1\x41\x92\x1b\xde\x45\x7c\x4d\x46\xee\xef\x5a\x0c\x60\xc0\xe0\xc5\x0d\x2d\xf5\x5f\xa7\x00\xe2\x19\x70\x71\x43\xb3\x39\xa0\x70\xbb\x27\xb4\xd7\x25\x81\xec\x64\x60\xe1\xf6\x3f\xbc\x60\x59\xeb\x9a\xd7\xbf\x21\xc3\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x9d\x7e\x45\x1a\x35\xb6\xf2\x67\xae\xd6\xfc\x46\xd2\x1a\xfe\xf1\x72\x81\x40\xb7\xa6\x69\x6e\xf8\x7d\xba\x6b\xc2\x3f\x64\xec\xf4\x77\x62\x5d\x72\x7a\xf0\x3f\x6d\xce\xf5\x64\x4c\x10\x8f\x6f\xef\xdd\xf4\x16\x03\xcb\x6d\x68\x02\xff\xdc\x71\xd0\xb9\x2f\x48\x91\x03\x89\x06\xca\x6d\x68\xf3\x06\xca\x6d\x68\x1c\x06\xc9\x6d\x68\x8f\xfe\xf6\x26\xac\x7a\x40\x8a\xea\xb6\xcc\x5f\xf9\xb9\x23\xdd\x14\x21\x81\xae\xb6\x40\xbc\x77\xd6\x9a\xab\x4a\x55\xde\x8c\x55\xce\x29\x08\x6f\x7b\x62\x7d\x61\xc1\x38\x2a\xe2\xb8\x85\xd1\xfb\xe2\xb8\x4d\x0d\x4f\x60\xb7\x0d\x0d\xb7\x9f\x49\x5a\x41\xc7\x9c\xe0\xb8\x0d\xa1\x68\xbe\xc5\x79\x70\x83\x9d\xf8\x41\xb8\x27\x4e\x25\xf8\xf0\x85\x09\x71\x1d\x8d\xf1\xf8\x59\x20\xd7\x94\x01\xe2\x5f\x0a\x4a\xe3\xfc\x4c\x41\x57\xfc\x5d\xb6\x5f\xad\xc9\x45\x75\x13\x9e\xb6\xed\x33\xa4\xc0\x75\xc4\x62\xa6\xac\xfb\x01\xb4\x53\x74\x6d\x05\xc4\x6d\x68\xa1\xfc\x14\x45\xdd\x1d\x98\xd2\x24\x17\x40\xb8\x6d\xca\x4d\x07\x71\x5e\x91\x7c\x7e\x18\xc9\xba\x17\x10\xc0\xb9\xed\xaf\x98\x03\x72\xca\x54\xd7\xf8\xf6\x28\xb9\xbb\xbc\xc3\xd2\xbf\x14\xac\xb6\xa1\xd5\xe7\xbb\x71\xfa\x80\xbb\x7f\xf8\x9c\x74\x2f\x2d\x3e\xb3\xc2\x18\xfa\xf8\x3d\x6a\xd7\x74\xf7\x61\xc9\x5c\x25\x85\x4e\xe8\x11\x18\x6e\x7b\xc5\xe8\xe2\x93\x5d\xe4\x2b\xec\x52\xe3\xf7\xa7\xfb\xca\xa7\x24\xe9\xd2\x22\x3c\x86\x97\xe5\xdf\xab\x9d\xf3\xe7\x3f\xcc\x9d\x13\xff\xe6\xb8\x18\x0b\xf7\x58\x1a\x35\x40\x74\x3b\x74\x63\x06\xd1\x6d\x97\xa6\xc4\x27\xd6\x3a\x1d\xe3\x1a\x2b\x9a\x5b\x91\x6b\x2c\xad\x1d\x40\xb4\x0d\xd5\x75\x10\xda\x8e\xae\xb5\xe9\x03\xce\x5b\xfe\x0b\x5c\x5b\xc5\xcb\x30\x00\x65\xab\x04\x64\x04\x98\x6c\x0d\x53\x58\xfc\xf0\x03\x6d\x08\xd3\xf1\xfb\x91\x30\x72\xcb\x29\xf1\xdb\x02\xe1\x40\x55\x0e\x80\xdb\x0a\xb7\x82\x01\x70\xdb\x28\x59\x91\x16\xcb\xe5\x4b\xd8\x57\xbf\x3a\x7d\xb1\xf8\x45\x11\xff\x60\xcf\x64\xdb\x92\xb3\xe5\x47\xae\xed\xe1\x3f\x1e\xce\x46\x91\x2d\x51\x16\x02\x97\x02\x80\xb7\xfd\x15\x2d\x22\x50\xa2\x2c\xc7\xef\x50\x94\x6a\xbe\x34\xbf\xa2\xe2\x43\x5b\x9c\x55\x0d\xbb\xe5\x57\xa0\x3f\xdb\x20\x36\x2d\x02\x24\xe3\x67\x80\x21\x3e\xc5\xf1\x33\x7f\xf9\x58\x14\x47\xa0\x2c\x3f\xe6\xaa\x64\x1b\xfe\x61\x82\x41\x67\x6e\x4b\x8e\x83\x38\xca\xf8\x29\x2c\xb6\x1f\x75\x19\xbd\x5e\x1a\xe5\xab\x28\x87\x3f\x56\x47\x41\x70\x30\x2a\x6f\xa3\x4a\xa7\xbc\x10\xa8\x98\xae\xe3\x47\xae\x56\x48\x76\x00\x00\xb7\xff\xb0\x2e\xf5\xc3\x45\xf3\x35\xb7\x03\x4d\x22\x17\x16\xa7\xcb\x10\xf7\x9f\xfb\x81\x18\x77\x5c\x2f\xe2\x27\x30\x06\xee\xbb\xf1\xc3\x9a\x55\x9c\x15\x13\xc8\xe0\x80\x1b\x09\x19\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\x7c\x40\xb8\xe4\x08\x20\xde\x46\xb1\x83\xdd\xef\xe9\x53\xc7\x6c\xec\x76\xe8\x76\x83\xc6\xf0\x13\xe9\xbf\x7c\x39\x30\x19\xd0\xbf\x61\x03\xcc\xc1\xc8\x1e\xd1\x8b\x91\xeb\xec\x3f\x34\x57\x98\xcf\xe1\xda\xda\x8f\x81\x99\xb0\x52\xed\xe6\x74\x03\x91\x34\x7e\x33\x37\x19\xa5\x31\xf4\x20\x34\xc7\x0f\x43\x0f\xe2\x7a\xfc\x26\x0a\xbd\xb5\x4e\x4f\x7f\xbe\x30\x1b\x85\x7e\x6c\x76\x58\xf0\xbe\x8a\x1f\xe2\x1b\xa2\x6a\xfc\xb8\x57\x8a\xe6\x1e\x41\x66\x43\x3c\x8d\x9f\xc0\xdf\x6e\x04\x44\x36\x28\x6a\xfc\xd2\xe4\xd3\xf9\x28\x38\x9a\x85\x7e\x6f\xa6\x39\xb8\x4b\x0f\x90\xe5\x06\x76\xd2\xf8\x11\xff\x58\x83\xd6\x42\x29\x72\x59\x18\xcc\x8c\x60\x0c\x9b\x6b\xb6\xdf\xf8\x2b\x47\x69\xfc\x84\x14\x0f\x6b\xce\x13\x41\xbf\x30\x05\x21\x9d\x84\x08\x74\x80\x3f\x07\x98\x73\x95\x00\xae\xf8\x69\x08\x6a\x6e\x29\x38\x65\x71\x0f\x63\x09\x42\xae\x8a\x9f\x5c\xb3\xb9\x53\x31\x05\x75\x0f\xe0\x92\x2e\x38\xe9\x86\x43\x3a\xf2\x13\x4d\xde\x91\xcb\x29\x9b\xdb\x8e\x28\x7a\xc0\xed\xe3\x77\x7a\x30\x5d\x3e\x4d\x41\xcd\x8d\x6a\x58\x46\xd0\xc6\xe6\x9b\x35\x47\x44\x54\x46\xff\xb9\x13\x4e\xc8\x42\xf5\x23\x96\xa9\x5a\x18\x27\x6a\x77\x70\x9a\x7f\x28\x0c\x42\xd3\x61\x45\xe2\xd6\x59\xf6\x92\x36\x7a\x14\xae\x8c\x6c\xf2\x2b\x12\x02\x35\x5a\x83\x21\xc2\xa4\xe3\x77\xb3\xc6\x9e\x4f\x9d\x40\x9a\x4d\x90\xec\x1c\xa7\xa7\xf8\x25\xd3\x74\xa8\x5a\x6d\x7e\xd2\x8d\x5b\xec\x19\xbf\xca\x3d\xcf\xea\xdd\xe2\x78\xd3\x91\x5b\x85\x64\x51\xdc\x60\x46\x3c\xa2\xe3\xf7\xa8\x05\xca\x15\x9e\x6c\xde\xcf\xd8\x63\xf6\xf7\x61\x47\x57\x3f\x62\x5d\x6d\xf0\x71\x5d\xe9\x2e\xf6\x99\xe2\x09\xe0\x5a\x08\x7b\x58\xfc\x32\xe6\x5e\x9a\x63\x2e\x35\x37\x2e\x11\x8d\x49\x10\x5e\x37\xb7\x05\x3c\xd2\x1e\x4a\xa2\x22\x16\x89\x4d\xe3\xf7\x4a\xbe\xe4\x29\xdc\x0b\x25\x1b\x30\xc5\xcb\x94\x56\x7c\xd0\x6e\xf7\xd4\x97\x63\xa5\xb7\x9f\x36\x53\x89\x1c\xf9\x5e\xb2\x75\xaf\x8f\x9a\x3b\xcf\x58\x47\xdc\xb4\xe3\x47\xac\xe3\x9a\x32\x41\x3c\x47\xa6\x4b\xfb\xb9\xb4\x83\x4d\x02\x5f\x5e\x53\x1e\xe8\xd5\x52\x73\x23\x7e\x6c\x2b\x37\x80\x78\x1e\x59\xfc\xb5\xc4\x2e\x7e\xe8\x51\xc2\xe9\x10\xf2\x6f\x91\x72\x35\x80\xf9\x3b\xc8\x62\x19\xa0\xfc\x15\xa7\x14\x90\xbf\x86\xfd\x3d\xc0\xf8\xab\x00\x49\x05\x10\x7f\x43\x5e\x7a\xfc\xc0\x98\x0c\x7f\xd7\xd8\x3c\xac\xf4\xb1\x7f\xfc\x73\xe4\xa9\xa1\xaa\x23\x07\xeb\x4b\xf8\xcf\xe4\x85\x0b\x22\xe6\xfa\x38\x58\xf3\xe6\xef\xca\x85\xc3\x12\xaf\x15\xf3\x95\x71\x92\x78\x54\xc7\x81\x19\x46\x6e\x78\x98\xb1\xb5\x59\xaf\x76\x98\xc6\x31\x3f\x8a\xbd\xf7\x99\x6c\xa7\x84\x36\xc5\x91\xac\xb5\x58\x9e\x65\x67\xef\x1f\x35\x97\x9d\xba\x2a\x9e\x8b\x4e\x56\x15\x34\xd8\xe7\x5c\xdc\xf6\x17\xed\x3b\x36\x73\xad\xd2\x9f\x23\x79\xab\x3d\xab\x39\x4c\x5f\x9c\x3f\x97\x6b\x33\xd4\x21\x2b\x3a\xbc\x04\x42\x04\x8d\x23\x41\x3c\x06\x7d\x96\x6d\xc2\x42\x0f\x13\xae\x16\x17\xac\x65\x2b\x7e\xc5\xc4\x72\x4e\x0e\x13\xaa\xe1\x65\x11\xe2\x0c\x92\xa5\x25\xc0\x19\xac\x18\x1b\x03\x98\xc1\x21\xa7\x38\x8c\xf8\xc7\x63\x38\x40\x19\x1c\xb2\xbe\x03\xe3\x8a\x1c\x15\xc0\xc1\x86\x41\x39\x00\x19\xdc\x73\xe7\x1f\x4c\xea\x56\xe0\x42\xf8\xc0\xf9\xb3\xb7\x66\x3c\xfd\xf7\x8f\xe4\xbd\xfa\x0f\x5e\x04\xd5\x3f\x74\xd1\xb0\x27\xc3\x29\xa1\x11\x0d\x21\x64\xaa\x8d\x63\x1a\x83\x42\x83\xd3\xae\xfb\xec\x96\x87\x45\x1e\x13\x6a\xc8\x79\x3d\x66\x4e\x15\xed\x6d\x1d\xb3\x4a\xde\xc1\x19\xac\xdd\x29\x9c\x9a\xa1\x18\x2b\xa1\x10\xe1\xb9\x08\xd8\xbc\x3b\x33\x64\xf3\x2e\x19\x4a\x69\x6e\x4c\x94\x52\x8f\x3a\xb0\x84\xfb\x23\x5a\x08\x37\x4d\xb5\xb8\x14\x61\xb2\xb0\xe8\xa5\x9e\x7b\x70\x09\x47\x1e\x2b\xf5\x52\x52\xdc\xc6\xa1\x63\x26\xfe\xde\x01\x48\xa1\x19\x76\xe3\x58\xee\x58\x98\xdf\x21\x4b\x75\x78\x0b\x02\xe8\x76\xc9\x9b\x16\xc7\x21\x2c\x48\x83\x34\x82\x52\x58\xbb\x07\x7c\x65\x83\x16\xc7\xba\x9c\x1f\x01\xfc\x10\x36\x21\x9d\x81\x11\x82\x5e\x38\x72\x17\x9f\xb9\x5f\x98\x86\xd3\x8e\xd0\x75\x7c\x3a\x72\x7b\x9e\x58\xb9\x97\x05\x38\x9d\xce\xc1\x99\xc3\xe3\x0f\x2e\x48\x72\xa8\x97\x5a\x0c\x8c\x02\xdc\xc2\x32\x25\x1a\x57\x4e\x2e\x9d\xe5\x56\x24\x87\x87\xc6\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x70\x50\xce\x83\x0b\x0f\x7c\xa6\x03\x9c\xc3\x91\xfd\xe6\xc2\x03\xff\x9f\x38\x70\xc2\x28\xd2\x3b\x01\xaa\x5a\xf3\x85\xf5\x46\x0c\x3a\x54\x44\x5b\xf3\xc5\x23\x6a\xb5\xc4\x51\x54\xcf\xdb\x4d\x9f\x82\x3e\xdd\x0c\x3b\xe8\xf7\x3f\xbe\xeb\x1f\x39\xfd\x0c\xef\xa6\x83\x08\x41\xa0\x24\x96\xf2\xaf\x27\x2a\x9f\xc8\x12\xc7\xc3\xa6\x47\x52\x03\x27\xb1\x84\x5d\x87\xed\xae\xa4\xf3\xfa\x62\x36\xf8\xeb\x21\xc2\xd5\xcf\xc3\xf4\xd8\x2d\x8b\xd8\x2d\x4b\x38\x6d\x7e\x23\xf3\x91\x3e\xc8\x6c\xe7\x9f\xbe\x7b\x71\xbc\xde\x8a\x53\x85\xe9\x6f\x9a\xeb\xf6\x7a\x27\xec\xf3\xdc\xed\xa0\x02\x1e\xdc\x7f\xe0\x2a\x1b\x87\x77\x1e\x1e\xa2\x57\x4e\xe3\x6c\x9b\xfd\xa6\xc9\x2a\x5e\xcd\xc2\x96\x90\x2c\xc8\x82\x4c\x3a\xe0\xb1\xcb\x14\xa6\x34\xf7\xb9\x3c\xb6\x4d\xcc\xc4\x9a\xd2\xe6\x74\xea\x70\xf4\x42\x98\xe3\xc5\x15\x40\x2f\x1e\x25\x9f\xa5\xd3\xf2\x93\x8f\x5d\xb3\xfc\x43\x73\x02\xec\x48\x20\xc6\xc5\x75\x53\x14\x98\x6f\xc7\xdf\x2a\xca\xcf\x79\x80\x1e\x17\x2e\x4a\xf0\x06\x0e\x20\x1a\x07\x3e\xbf\x51\x7e\x8a\x04\x93\xe7\xf5\xdf\xff\x3a\xfe\x36\x51\xb8\x33\xc1\x99\x37\x8a\x40\x5c\x68\xea\x51\xd0\x8a\x15\x40\x81\x77\x1c\xf8\xec\x46\x31\xa7\x0e\x1d\x2c\xa9\x13\xb3\x01\xc1\x7d\x1c\x84\xe6\x47\xc1\xc3\x93\x8b\xab\x28\x9b\x73\x0f\xfc\x3a\x02\xd4\xc7\x4a\x14\x55\x14\xf9\xf6\xf0\x59\x82\xdd\xfd\x48\x21\x05\x56\x0f\x1a\x64\xf9\xf7\x6c\x62\x29\x5b\x50\x82\x64\x33\x15\xe0\xd0\xc9\x0a\x1c\xa0\x44\x96\x6a\xb5\x25\xc9\x29\x83\x28\x1e\x79\x58\x20\x88\x91\xa5\xe0\xda\x1f\x05\x7e\xae\x2d\x01\xf8\x48\xf3\x74\x07\xf0\x91\xa3\x3a\x0a\x9c\x3c\x5a\xf1\x9b\xbd\x46\x58\x8c\x02\x90\xc8\xdd\x04\x53\xb0\xb9\xf9\xc0\x0f\x38\x44\x8c\xfc\x37\xcb\x64\x3d\xc0\xaf\x21\x44\x8c\xe4\xae\x26\x8a\x69\x79\xb2\x40\x50\x98\x91\xe2\xe4\x41\x76\x8c\x28\x35\xa7\xc3\x17\x77\x2a\x0c\xac\x34\x67\x9c\xa6\xcd\xa1\x4e\x48\x42\x14\x6f\x4c\x48\x59\x1d\xc5\x1b\x13\x95\x0f\x00\x23\x8f\x8e\xbb\x49\x88\x18\xc9\xf5\x6c\x94\x96\x2b\x40\x2b\x4d\x85\xa3\x59\x99\x64\x82\xe3\x54\x9a\x64\x82\x43\x5f\xd2\x43\x03\xed\xb8\x74\x79\x81\xb5\xe9\xba\xd9\x86\x9f\x31\x30\xb8\x26\xa8\x91\x03\x2f\xe4\x00\x35\x72\xe0\x4d\x1a\x02\x45\x46\x1b\x96\x66\xbb\xc1\xa0\xc0\x86\x1c\xf8\x80\x46\x49\x86\x8f\x54\x0d\x1e\xe4\x50\x48\x4d\x3c\xc8\x36\x7c\x69\xfc\x41\x4d\x43\xfb\x3b\x83\x4a\x4f\x0b\x77\xee\xb0\x4f\x4c\xe3\x50\x72\x47\xb6\x29\x98\x9a\xf1\x46\x89\x32\xc4\x86\xa3\x00\x72\x40\x75\x5f\x60\x69\xee\xce\xce\xd4\xa9\xd1\x91\x12\x2b\x99\x87\xcf\x0c\xe4\x2a\x5e\x25\x9d\x28\x50\x77\x13\x16\x92\x40\xa2\x00\x17\x72\xd4\xf2\x57\x86\x82\x48\xd0\xc8\x06\xe9\x2b\xe1\x80\x61\x7e\x89\x0e\x39\x3d\x55\x91\xa3\xf4\xb3\xe5\x3f\xf4\xd4\x70\xc8\xe6\xc6\x43\x08\x28\x6e\xb6\x60\xba\xdd\xda\xa1\x6a\x0b\x59\x2e\x7a\x58\x90\x58\x3c\xc0\x90\x1c\x15\xf1\x05\x0c\xc9\x5d\x95\x7f\x34\x95\x5e\x9a\x57\x22\x48\x52\xb1\xc2\x17\x3f\x43\x14\x6a\x96\xe7\xf0\xba\x57\xf1\xa4\xa8\xee\xee\xf3\x67\x01\x3e\x3a\xf5\x8c\x72\x4b\x9c\xfa\xb0\xf8\xc7\x9e\xe5\xc3\x2d\x78\xea\x1a\x3b\x2c\xee\x49\x81\x77\x17\x5c\x29\xaa\x84\x03\x9d\xb9\xba\xc0\x64\xa4\x53\x1c\x14\x9b\xb2\xe3\x6e\x10\x60\x53\x16\x65\x35\xb1\x29\x17\x2e\xb3\x01\x36\xe5\x51\x11\xd0\x4a\xca\x0d\x08\x11\x85\xec\x74\xc3\x15\x31\xdf\x41\x9b\x7e\x35\xad\xd7\xaf\x52\x2e\xe2\x99\xee\x42\xe9\xcb\x95\xeb\x41\xd7\x2f\x7b\xeb\x1f\x9e\x85\xe9\x0b\x29\x27\xc2\x6a\xb3\xbb\xbe\xe8\x72\xeb\x2e\xba\xb5\xf6\xd0\xc6\x9d\x47\x9c\x7a\x9f\x1c\x08\x3d\x79\xbc\x5c\xa7\xbf\xb8\x66\x56\xa7\x6a\xb3\xf8\xa6\xe4\x5d\xf0\xcc\x0c\x3b\x95\x8e\x99\x0e\x90\xd4\xab\xdd\x53\x0c\x53\xaf\x0e\x0f\x2f\x88\x92\x74\x0b\xae\x5e\x5d\x0d\x5c\x22\x34\x23\x14\xdc\x20\xaa\x27\xe6\x61\xc1\x5d\x80\x37\x17\x9c\x02\x58\xb2\x95\x6c\xc0\xbc\xdc\x73\x40\xd3\x2f\x64\xd5\x5d\xfc\xe6\x6e\xa3\xb3\xaf\x40\xbc\x7e\x24\x5c\x1d\x2b\xf6\x82\x59\xe1\xd1\x33\x82\x12\xa0\xf0\x28\x6f\xee\x10\x3a\xfb\x82\xcb\x68\xa7\x74\x74\x48\xc2\x94\x5c\x5f\xb6\x81\xa7\x83\x52\x38\x60\x9a\xa3\x3a\x99\x78\x75\x56\x77\x48\x32\x7d\x99\xc0\x27\xed\x93\x84\x7c\xce\x14\x8d\xe3\xd6\x59\x6d\x1b\x07\x88\x2a\x73\xc8\x48\x49\x77\xde\x97\x6b\xbc\xab\xaa\x99\x80\x88\x23\x5b\x01\x57\x21\x85\x60\x00\xac\x59\x49\x6b\x1b\xf5\x67\xa7\x2c\xd0\x98\x7f\x9f\xf5\x67\x58\x3c\xc3\x83\x39\x32\xf5\x67\x97\x2c\xeb\x56\x0b\x5f\xbc\x61\xe4\x59\xa6\x6d\x2f\x4c\x67\x40\x8e\x87\x00\x54\xf3\xe0\xc6\x37\xaa\xee\x0f\x44\xb6\x46\x35\x6d\x81\x74\x57\x24\xcd\x89\x03\x62\x54\x94\x6a\xa2\xc5\x42\xc0\x4c\xed\xe3\x55\xf6\xda\xc7\x5f\xa4\xaf\x1a\x40\x21\xad\xaf\x19\x08\x89\x32\x52\x35\x5f\x4b\xc7\x81\xd0\x1c\xa4\xf0\x88\x9a\xa6\x6c\x24\x13\xf0\x34\x47\x45\x13\x07\x4e\x73\xe0\x3c\x17\x55\x13\xb7\x62\x39\x68\x9a\x03\x1f\xc0\x00\x4d\x73\x54\xce\x59\x05\x0c\x05\xaf\xbf\xa8\x60\xa1\x14\x00\x16\xa3\x82\xdc\x2f\xef\x06\x71\x73\x80\x80\x1a\xb5\x2a\x7c\xa3\x80\xd4\xe4\xd7\x61\x7b\x6e\x32\xf6\x6b\x95\x79\x23\xb4\x55\xf3\xb6\xca\x5d\x84\xdb\xec\x9a\xd1\x81\xdb\x3c\x02\x77\xcf\x00\x6f\x73\xe0\xca\x16\x75\x33\xf2\x39\x9c\xe0\xa6\xf0\x0d\x51\xaa\x24\x29\x22\x5d\x72\xd4\x0c\xd8\xf0\x77\x10\x3d\x6d\xaf\xdb\x36\x53\x68\x3a\x3e\x6d\x74\x60\x75\x8a\x27\x12\xb5\x3b\x3b\x1c\xd4\xda\xed\x07\xbc\xb0\x76\xa9\x4d\xd6\x95\x7b\x9f\xee\x26\xdf\x5f\xfe\x13\xf4\xc4\x56\x70\x29\xf4\x8e\xa6\x6e\xd6\x1d\xe4\x54\x0a\xa0\x3e\x8f\x39\xed\xbb\x29\x58\x2b\x02\x68\xc5\xb2\xad\x9c\x04\x0c\xe7\xa8\x8e\x76\x1a\x7c\x48\x7b\x3a\x23\x80\x2c\x11\xc0\x6d\x1e\x52\x7c\xe0\x36\xc7\xbf\x8f\x72\xc7\xf8\xc7\x47\xdb\xd4\x14\xd9\x1c\x13\x1a\xb9\x06\x74\xc4\xc8\xc7\xac\x2b\x9c\x76\xea\x0a\x89\xab\x2b\xcd\x2d\xb0\xd4\x0e\x4c\xce\x51\x5d\x74\xb4\xed\x3c\x85\xb8\x1f\x74\x8d\x14\x60\x72\x0e\x39\x49\x5d\x0a\x8e\xae\xe6\xf2\x0c\x53\x13\x9e\x05\x64\xcc\x08\xa1\x36\xfb\xcf\x3d\xbd\x96\x9d\xf2\x2b\xdb\x60\xe0\x46\x32\xb6\xe5\x1f\x1e\x16\x58\x49\xd5\x81\xb1\x2d\x5f\x20\x2d\x9e\x69\xb9\x2e\x52\x4b\x45\xdb\xae\x1e\x28\xfc\x17\x71\x1d\x8b\xea\xfd\xae\x6c\xb3\x9e\xb9\xc7\x68\x83\xe8\x88\xea\x9a\x89\xdf\xa9\x49\x05\x00\xcf\x81\xdf\x5c\x80\xdf\x59\xf1\x83\x88\x6a\x72\x3f\x69\xbb\x58\x9e\x45\x32\x5a\x2f\x9d\x67\x69\xf0\x72\x95\xf9\x08\x4d\x9a\xdb\xef\xa8\x22\x80\xc8\x00\xea\xcd\x61\x96\x62\xa1\x18\x0f\x97\xec\x9e\x2c\x2c\x15\x99\x97\x3c\x69\x1f\xca\xf0\x70\x1b\xe3\x2e\x38\x3d\x5a\x37\x8b\x31\x7d\x96\x99\xda\xd9\x47\x27\x64\x29\xed\xa3\x14\xe2\x67\xc4\x30\xe4\x96\x34\x2e\xb1\xbb\x8b\x1f\xef\x19\x68\x03\xed\x17\x3f\x8d\xa8\x0f\x40\x9e\xc5\xe7\xc7\x02\xbe\xe0\x7c\xf2\x67\x76\x82\x00\x8d\x73\x54\x49\xec\x6b\x5f\x60\x65\x80\x6e\xee\xea\x18\xb0\x57\xba\xb2\x73\x80\x36\xeb\x90\x7a\xbd\xda\xed\xdc\xbc\x2f\x04\xd7\x41\xc2\xe3\x72\xae\x35\x4a\xbb\x38\x1f\x4e\x58\x98\x11\x2a\x7e\x7d\x55\x1a\x2a\xbb\xf3\x0c\x6d\x76\x17\x43\xee\x43\xc0\xa2\x7a\x77\xfd\xf2\x34\x32\x25\xe2\x6f\xf6\xfc\x8a\x96\x97\x5f\xdd\x7e\xc5\x3c\x7c\x2c\x33\x23\x6a\x19\xbc\x08\xe3\x6c\x72\xb5\x7c\xd6\x02\x1e\x3c\xeb\x48\xcb\xf4\x02\x97\x39\x14\x8e\x80\xc8\x9c\xe4\x61\x8f\xc6\xed\x2e\x0e\x31\xd1\x36\x8b\xab\xf8\x81\x46\x53\x8f\x85\x18\x37\xb8\x1d\xde\x04\xd1\x7e\x6a\x35\x9c\xa6\x96\xf7\xb9\x6c\x62\xe0\x35\x07\xae\x7f\xd1\x8e\x9c\xf1\xce\xcb\xf4\xc5\x7f\x3c\x99\xb0\xce\x56\x58\x31\x48\x20\x18\x9c\x03\xf7\xbb\x00\x51\xb3\x7a\x36\x40\xd4\x1c\xf8\x41\x04\x20\x9a\xc3\x3b\xcc\x66\xee\x1e\x65\x84\x56\xd3\xe9\x83\xe7\x7d\x34\xbc\xaf\x6a\x2a\x8a\x68\x5d\xe2\x63\x46\xb7\x74\x85\xe8\x2d\x9f\x49\xbc\x0c\x15\x68\x9a\x78\x25\x2f\x20\x5f\x0e\xef\x78\x9b\x26\x5e\x65\x87\x86\x13\xff\x70\x74\x44\xec\x93\xbe\x2f\x5a\x9a\x7e\xa1\x15\x00\x62\xee\x12\x4c\xe1\xd6\x0c\x2b\x61\x89\xd1\x60\x2f\x41\x6e\xac\xad\x9e\xf2\x15\x64\x19\x0c\xcc\xb2\xec\x55\xcf\x1d\x42\xc5\x5d\x60\x0e\xc6\xa4\xfe\xd7\x91\x1e\xc0\xb7\xdc\x6b\xcc\x57\x43\x22\xcd\x76\x69\xb8\xda\x83\xec\x13\xa0\x5d\x0e\xef\xd7\x00\xbb\xac\x87\x53\xe2\xad\xab\x82\x67\x1b\xae\xd9\x61\x09\x15\x07\x1a\x54\x1b\x54\x0c\x02\x06\x73\x78\x23\xde\x8c\xda\x57\xb8\x05\x07\x73\x68\x71\x68\x43\xc7\x70\x0b\x48\x9d\x2c\xf0\xf2\x8d\xbf\x7f\x3c\x33\x09\xba\xd3\xe1\xc5\x1e\x20\x62\x56\x35\x43\x30\x30\xf7\x1f\xb4\x30\xb3\xb7\x54\xc5\xa5\xed\xe1\x36\x9a\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xd7\xb1\xf5\x02\x87\xc4\x0a\x72\x83\xeb\xa5\x6d\x03\xc8\xa3\xbb\x4e\x33\xe7\xd3\x06\x5d\x34\x64\x9b\x04\xd4\xec\x08\x21\x0d\x13\xb3\xbe\x07\x8d\x2b\xdc\xe6\x76\xcb\x04\x3b\x9e\x2c\x82\xfe\x9a\x93\x0b\xd4\x46\x6e\xe2\x25\xc7\x84\xa1\xb4\xa5\x6d\xdc\xf9\x54\x25\x1c\x3e\xbb\xf9\xa0\xb9\x89\xad\xd9\xcb\x5f\x4e\xcc\x01\xd6\x66\x05\x5c\x20\x40\xd7\xac\xdd\x95\x5e\xe6\x78\x81\x20\x82\xae\x39\x9a\x8b\x4b\xe8\x9f\x77\x3a\x22\x65\x46\x87\xee\x8a\x8e\xd9\xd5\x23\x1b\x37\xa6\xfa\x80\x08\x6c\xd9\x09\xdc\x89\x66\x2e\x59\x8d\xc0\xed\xd2\x0b\x93\xaf\xb6\x62\x17\xc3\xbd\xb1\x55\xb9\xd2\x3d\x54\x97\x33\x4f\xad\x97\x22\x9f\xc4\x04\x55\xce\x4b\xc1\x76\xb9\x67\xac\x54\x33\x83\x2b\x6d\x2a\x9d\x5e\x6c\xc2\x61\xf0\xd5\xad\x63\x01\x32\x42\xbb\x1d\x13\xc3\xb8\x95\x17\x90\x36\xda\x8d\xf9\x11\x96\xdd\x08\xc1\x6f\xd6\x74\x7b\x6e\xe9\x14\x1e\x4b\xde\x5e\x37\x6c\xc0\x0d\x0a\x9f\x18\x9a\x8a\x91\x0d\x7b\xb0\xf7\xa8\x60\x68\x0e\xef\x16\x1b\x1e\xf3\x00\xf8\x44\x13\xd2\x8a\xfc\x53\x01\x84\xe6\xd0\x0e\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xc8\x4c\xfd\xcf\xa3\xbd\xb9\xe2\x4c\x87\x81\xf2\xdd\x7e\xbc\x12\x66\x9a\x7b\x0d\x58\xf6\x23\x29\x09\xdc\xbe\x7d\x39\x1d\x74\x44\x10\xa9\x0e\x2b\x6f\x5e\x98\x2a\xee\x83\x6e\x39\xbc\x9d\x03\xd0\xb2\x18\xd6\x14\x89\x62\xd9\x61\x8c\x89\x62\x39\x3d\x07\x5c\x78\x02\xee\x11\xed\x53\x48\x43\x5c\x04\xd1\x72\x78\xed\xd7\xf5\x4d\x0f\x9f\x91\xcb\xb0\x6f\xf5\x5f\xb6\xb1\x78\xf1\x0a\x0c\x16\xd3\x35\x8f\x2a\x98\xf5\x43\xda\xc5\x71\x01\xbb\xb2\x82\xe0\x1b\xc0\x55\x56\xb2\x26\x6e\x9a\x47\x47\xfc\x1d\x32\x4f\x6f\x01\xa5\x3c\xbc\xa6\xee\xaa\x60\x3d\x3f\x72\x01\x39\xe8\x40\x54\x1e\x93\x28\x93\x00\xa3\x72\x34\xe6\x07\x58\xca\x81\x3b\x64\x80\x4a\xb9\x4b\x50\xef\x56\xc7\xa6\x77\xa7\x80\x4f\x56\xef\x2e\x12\x7c\x52\xc1\xb3\x1b\xec\xa6\xd2\x06\xc6\xe4\x6e\xdd\xcf\x9c\x37\xda\x43\x17\x93\x31\x03\x38\xb9\x3b\x42\xe3\x55\xfd\x0f\xc6\xd7\x53\xcd\x62\x4b\xf7\x34\x8b\xb2\xec\x5d\xb3\xa8\xe5\x05\x9d\x54\x9a\xee\x70\x2f\x85\xb9\x5e\xdf\xcd\xd8\x9d\x43\xfd\x5e\x15\xad\xc1\x90\x1c\xde\x7c\xf5\xc6\x68\x9d\xac\xad\x40\xd5\x66\x6f\x9b\xda\x49\xb3\x40\x50\x80\x45\x6b\x86\xd1\x31\x58\x1c\xc4\x35\x63\x02\x1a\x39\xbc\xd4\x10\xff\x71\xda\xbd\xe4\x6f\xb0\xca\xde\x73\x5d\xa9\xa9\xbb\x2b\x61\x2b\xdd\xdb\x4d\xe5\xaa\xbe\x35\xa8\x20\x3d\x75\x74\x3c\x6b\xdb\x9f\x99\x48\xa3\xa7\x3e\xd5\xac\x1b\xa3\x8b\xeb\xd6\xed\xbd\x1d\x58\xd4\xec\xb3\xb2\x84\xdf\xbb\x35\x9c\x5d\x5d\x73\x67\xb7\x2f\xda\x15\x50\xa1\x3a\x91\x69\x39\x43\x43\x03\xa6\xa3\x1f\xc1\xbd\x2b\xab\x3e\xc8\xda\xe3\x0c\x01\xfd\xd8\xdd\x27\x9b\x27\x06\x89\xab\x03\xb4\xc7\xd1\x6c\x61\xe4\x0c\xf1\x87\x0c\x8b\x33\x08\x16\xe3\xee\x14\xb5\x26\x7e\x86\xd5\xea\x73\xa4\x51\xb0\x6b\x16\xd5\xc5\xa6\x63\x16\xd5\x1a\x2d\x62\x63\x68\xc5\xed\xdc\x96\x36\xd8\x4c\x4f\x56\xe6\xe2\x82\x2c\xa5\x8a\xd8\x0d\x33\x03\x3c\x2e\x7a\xc8\x0c\x9c\xd0\xb0\x5f\x16\x67\x42\x6d\x2f\xb2\x8f\xbe\x40\xcb\xb2\xda\xcb\x3f\x6c\xdc\x78\x40\xe4\x58\x90\x1d\xf7\x8c\x32\x71\x38\x90\x6b\x63\x07\xd9\x71\x78\x99\xd4\xb5\x94\x76\x67\x08\xc7\x5d\xef\x69\x3a\x9c\x50\xa3\x69\x37\x23\x3b\xfe\xf9\x01\xe4\x63\xd5\x73\xa4\xe3\x8d\xd4\xf2\x77\xce\x1d\xe4\xae\xab\xd6\xf5\xac\xc9\xe9\xf1\xab\xb4\xa0\x22\xe3\x8b\x05\x39\x09\xbb\x08\xf0\x1f\x87\x97\x65\xdd\x24\x35\xea\x3e\x1d\x35\xcf\xbb\x82\x7e\x4a\x03\x90\xc7\xfb\xe9\xfc\xf8\x11\x69\xa2\x24\x07\xb8\xf4\x76\xf7\x18\xae\x49\x44\x72\x45\xdf\x4a\x5e\x0d\xcf\xe0\x29\x45\x75\x3e\xc1\xb4\x8a\x6c\xfa\xc3\x4b\x9b\x02\xd7\x6f\xef\x24\x84\xda\xae\xa7\xaf\x02\x7f\x37\x8d\x8d\x3a\x54\x4f\x63\x2a\xaa\x35\x48\x92\xfb\x1f\x26\x5d\x16\x2c\x1d\xe4\x4a\xb6\x49\x76\x35\xa0\x2a\x26\x02\x19\xd9\x94\xc2\xba\x39\x6d\xd4\xa6\xba\x49\x62\x73\x53\x73\x7b\xda\xa4\xe7\xa6\xa8\xe9\x2e\xe6\xed\xf5\xee\xf2\x2b\x84\x6a\x78\x46\x4f\xc7\x5f\x77\xf5\x0d\xe1\x75\xd1\x64\xa3\x9e\x59\x7c\x7d\xbd\xd5\xe8\x69\x28\x45\x48\x00\xd0\x71\x34\x89\x1d\xfe\x48\x5e\x5e\xf4\xc7\xc5\xb4\xa6\xb4\x8e\xa2\xaf\x08\xee\x28\xc6\x79\x80\xd3\x58\x0f\xf7\xe1\x6b\x1b\x0c\x56\x8f\xa4\x24\x18\xa9\x14\x4a\x84\x51\x0a\x15\x8f\xfa\xcb\x5c\x75\x3f\xd2\x38\xe2\x0a\xe6\x0d\xa7\xcc\x44\xec\x0e\x1d\x50\xfb\x97\x15\x33\x12\x38\xac\x5e\x2e\xe0\x37\x0e\xef\x32\x80\x6f\x1c\xcd\x03\x41\x2e\xb8\x90\xcb\x98\xf1\x75\x2b\xf3\x7f\x11\x3f\x6e\x3f\xbd\x57\xe8\x5f\x32\x94\xdd\x8c\x08\x90\x62\xc9\x06\xa8\x8f\xc3\xbb\xf1\x01\x57\xc6\x7f\x3e\x80\x79\x2c\xa4\x86\x0a\xc0\x1c\x87\xb7\x25\x60\x39\x0e\x2f\x3e\x06\xb1\x60\x93\x30\xc9\xbd\xf5\xac\x75\xf0\xa2\x80\xc5\x49\x07\xbf\x71\x78\xbf\x32\x8e\xf1\xdf\xff\xba\x06\x95\xb1\xd5\xbe\xee\x75\x94\xb0\x8e\x93\x40\xbf\x18\xa9\x02\xb2\x24\xe3\x70\x22\xac\x56\x02\xb2\x7c\x51\xec\x63\xdd\x47\xc9\xd6\xa9\x18\x4d\xd1\x7b\x85\x51\x32\x17\x27\x9d\xd7\xf3\xc8\x7b\x09\xd0\x1b\x77\x1f\x2d\xe2\x6e\xa4\xe2\x42\x62\x6c\x88\x32\x40\x8e\xc3\x7b\x85\x91\x5c\x75\xf9\x92\x1d\xa6\x91\xd4\x1c\x99\xeb\x61\x22\x76\x55\xc7\x04\x6c\x04\xac\x2c\x46\xda\x2c\x5d\x05\x1c\x71\xbd\x98\x18\x2d\x43\xb5\xa9\x0c\x8f\xa2\x01\xdc\x52\x0c\x33\xcb\x00\xfc\x19\x23\x19\x70\xf7\x1f\x76\x3a\x64\x47\xf4\x45\xf2\x52\xc6\x20\xec\x5b\x8b\x05\x40\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\x24\x81\x2a\xea\x8b\x40\x34\x36\x1d\xc8\x86\x89\x57\xbb\x03\xc6\x02\x39\x89\xb8\x8c\x81\xd5\x71\x64\x55\x58\x07\x55\xad\xc1\x6b\xac\xcb\x39\x25\x67\x7a\x5e\x2b\x0f\xd8\xe4\x74\xab\x70\xf5\xa8\x7b\xca\x20\x2e\x6b\x12\xb1\x18\x63\x68\xa1\x85\x4a\x0e\xd5\x4d\x75\x28\x40\x1d\x87\xd6\x93\x61\xaa\x74\xb5\xca\x81\x13\x12\xb1\x85\x31\xc4\x4b\xd6\xce\x21\xa8\x63\xd7\x9e\x01\x90\xe3\xd0\x1a\x3f\xa6\x2e\x75\x2e\x29\x61\xdb\x45\xad\x7d\xcc\xdc\x11\x54\x36\xf5\x9d\xb5\xb8\x9a\xba\xcd\xc3\x5b\xc9\x70\x17\x43\x68\x2a\xdd\xa1\x41\x57\xdc\xc5\xa9\x38\xa0\x11\xd2\x85\x11\x6e\x09\xc7\xc5\x75\x61\xcd\xaf\xa4\xe6\x76\x2c\x63\x51\x10\x12\x80\x5b\x1c\x2d\x9f\x01\x1c\x81\xb8\x8e\x95\x1d\xa6\x8f\x69\xc5\x44\x9b\x1c\xc4\x5d\x17\x75\x64\x00\x12\x4b\x51\x7f\x1d\xa7\x75\xf1\xd5\x29\x90\x8d\xbf\x5b\x17\x7c\x62\x70\xad\xa7\x41\x73\x68\x48\x54\xc5\x01\x2c\x71\x68\x82\x03\x2b\x71\x34\xcf\xe2\xe5\x29\x73\x52\x2e\xf7\x93\x03\x21\x9e\x44\x5b\x35\xc0\x89\xbb\x2a\x8b\x78\x4e\xec\x95\xae\xb1\x2a\x99\xc2\x28\x16\x55\x9e\x71\x7b\xb7\x06\x4b\x1e\x77\x36\xe3\x4b\x36\x43\x19\xdc\x66\x55\x26\x87\x9e\x3c\x5b\xdf\xfa\x83\x12\x0e\xb5\x3a\xc4\xa4\x71\x9b\x19\x83\x31\xcb\xa8\xa4\x26\xb7\xa1\xd6\xd6\x9c\xa1\xa8\x3c\x13\xe2\x07\x23\x1e\x4f\xf6\x8b\x1e\xeb\x50\xab\x6e\x0a\xc8\xe2\xd0\x46\x3a\xf4\xa7\xed\xee\x4f\xa3\x9f\xc9\x95\x12\xa2\x2c\x2a\x2a\x0e\x39\x98\x4a\x1e\x88\x8b\x43\xf3\x1e\x88\x8b\xfb\x0f\xa6\x92\xbb\x3e\xcd\x56\x40\x2e\x0e\x6d\x94\x09\xb9\xa8\x36\x2b\xcc\x62\x90\xbd\x23\x12\x67\xd1\x83\x62\xce\x72\xd5\xd9\x91\xec\xcc\x25\x7a\x5d\x22\x69\x0c\x61\x2b\x1a\x5f\xc1\x53\x1c\xda\x55\xc7\x66\x67\x55\x33\x92\xd0\x8a\x0a\xcc\xe3\xb5\x23\xac\xce\xe7\xc5\x0d\xc3\x83\x7d\x75\x97\x3d\x83\x56\x1c\x37\x16\xcb\xee\x9e\xc3\x62\x39\x8f\x7c\xf1\x2c\xd8\x73\x6e\xeb\x94\x27\x00\x50\x1c\x1a\xc0\x26\xf7\x73\xde\xce\x4c\x2c\x99\x5e\x9c\x4e\x13\xaf\xa9\x95\x4d\xd1\xad\x0c\x2e\x00\x59\x71\x68\x4e\x9c\xc2\x15\x93\x51\x20\x40\x56\x1c\x1a\xf8\x40\x56\x1c\x1a\x42\x40\x56\x1c\x1a\xb6\x12\x58\x51\x25\x70\x62\xe4\x74\x0a\x44\x56\x34\xaa\x3d\xa6\xde\x3a\x6a\xb6\xd3\x98\x68\xe2\x5a\x63\x92\x9c\xad\x73\x8e\xc0\x5f\x1c\xfd\xe7\xef\x12\xba\xe5\x1f\xba\x19\x74\xff\x61\x0e\x87\xcf\x32\x25\xc7\x01\xeb\xd3\xae\x01\x14\x63\x9d\xf9\x91\xe2\x92\x63\x3a\x94\x72\xe0\x4a\x33\xd9\x20\x47\x3a\xc1\x18\x01\x4d\x89\x59\x72\x93\x30\xa5\xa5\x53\x31\x43\x2c\x12\x14\x87\x85\xf7\x8e\xb6\x1e\xc0\x18\x77\x71\xeb\xca\xf1\xf2\x82\x31\x35\xaf\x4f\x67\xf5\x1c\x20\xc1\x00\xd3\x38\x34\xa7\x4d\xe2\x9a\xb5\x8d\x25\x2e\x23\x89\xf8\x03\x5c\xc6\x23\xef\xac\x26\x11\x2c\xbd\x58\x55\x8e\x8b\x41\xc2\x1f\x35\xba\x4d\xf9\xa3\x37\x4d\xd3\x40\x15\x15\xda\xa9\x39\x56\x35\x7d\xa2\x87\xea\xb9\x38\x9b\xb1\x0f\x7e\xc4\xa6\x76\xad\x34\xba\x6a\x16\x98\xa4\x4e\xd1\x06\x35\x7b\x0e\x8a\x49\xc5\x97\x56\x13\xc1\x24\x38\x59\xf7\xcb\xd9\x19\x13\x36\x97\x84\x6a\xd4\xc8\x3b\xf1\xc5\xd1\x34\x32\x53\x57\x1c\x7e\xc5\x30\xe0\x09\x93\xc4\x69\x9d\x43\x27\x52\x63\xd1\x54\x01\x3c\xe3\xe8\xd5\x8f\xf0\x49\x74\xbb\xe3\x59\xa3\xf5\x06\xe0\xc5\xd1\x21\x4a\x13\x33\x69\xaf\x7f\xca\x80\x73\xb8\x6c\xd6\x9c\x71\x2f\xee\x14\x61\x45\x54\x7b\x27\xfe\xb7\xda\x95\xe6\xc4\x8c\xe1\xa6\x23\xc4\xb3\x7b\xc2\xa6\x06\x1f\xa4\xe9\x04\x6b\x54\x71\x05\x93\xb1\x56\xf7\x09\x46\x50\x23\x62\x66\x28\x3e\x78\x14\x22\xb7\x99\x5f\xc1\x1c\x87\x87\x0f\xf7\x99\xd0\x98\x33\xc3\x0b\x8d\x61\x99\x07\xc0\x17\xfa\x6b\x58\x8a\x02\xe9\x5c\x92\x3f\x9b\x51\x2d\x24\x9b\x6a\x4c\x2d\xa4\xca\xb3\x73\xe5\x61\xa2\x97\xe9\x14\xeb\x09\xc2\xd8\xa9\x7a\x3d\x45\x19\x1e\x9e\x7e\xee\xec\xb4\x4c\xcc\x53\x33\x2c\x02\xa6\x78\x8d\x31\x1c\x0c\x8c\x53\x25\x1a\x24\xc6\xfd\x95\x45\xa8\xd7\xd6\x05\x5f\xd4\x2b\x13\xf0\xc5\xa1\xde\x0c\xf8\xe2\xd1\x15\x9b\x27\x01\x22\xcb\xfd\x8f\xb5\x53\xe5\x73\x72\x67\xd7\xb3\xf0\x6b\xdb\x96\xd6\xa1\x02\x81\x76\xe2\xff\x9a\x7b\x53\xae\x39\x3c\xd5\x30\x4a\xb5\xf9\x09\xfb\x53\xc1\x05\x94\x71\xa8\x42\x4f\xc3\x4b\x5a\x96\xf6\x84\x4e\xff\x91\x39\xa1\x65\xce\xdb\xc1\xd2\xab\xdb\x9e\x48\x20\x1e\x1b\xe7\x23\x5c\x60\x54\xa8\x12\xb9\x51\x63\xc0\xc4\xb3\xb5\x1f\x9e\xd6\x47\xfe\xef\xc4\x99\x6b\x4c\xf9\x70\x26\xd7\xb3\xc3\x2a\x6e\xc3\x3d\xc8\xa5\x9d\xfe\x88\xd3\xec\x1e\xaa\xd1\x53\xb6\xe7\x8d\xe5\xd4\x95\x45\xeb\x49\xa2\x31\x0e\xcf\xb5\x81\x98\x6a\x16\x40\x33\x4e\xdd\x77\x41\x66\xdc\x7f\xf8\xc2\xc2\x21\x66\x4f\x93\x78\x6b\x5b\x98\xdc\xdb\x75\x44\x6e\xd1\x18\x8b\x36\x84\x49\xf8\x48\x97\x4f\x27\x1c\x63\xcb\xf2\x89\xe6\xc9\xb3\x33\x99\xe5\x2f\x62\x79\xe9\x16\xda\x99\x7a\xf1\x14\x28\x4b\x7b\x44\x70\x73\xd7\x15\xba\xc3\x88\x4d\xfd\xfa\x40\x70\x1c\x5a\x0e\x05\x70\xec\xe4\x09\x89\xf8\x71\x5d\xcb\x01\x02\xcc\x71\xd7\x65\xf1\xd3\x13\xe8\x3f\x39\x11\x8b\x17\xb6\x57\xb7\x2e\xba\xc2\xc1\x8e\x9f\xf3\x40\xe9\x54\xef\x98\xad\x90\xad\x71\xfc\x42\x58\x61\x2d\x34\x71\xe4\x32\x50\xad\x91\x99\x4a\x7b\x40\x3c\x0e\xd5\xcc\xc0\x07\x46\x95\x37\x0e\x4d\x34\x90\xb8\x38\xb2\xbf\xf4\xe4\xc8\xd9\xb2\x2e\x09\xce\xb4\xc9\xdb\x8a\xe9\xa4\xd9\x41\x34\x50\xc4\xe6\x7f\x33\x8e\x3f\x8d\x81\xe0\x47\x0e\xd5\x45\xf0\x23\x87\xba\x2a\xf0\x91\xc3\x0b\x7f\x50\x22\x87\xe6\x98\x10\xea\x5f\x07\xdb\x28\xd2\x74\x74\xe3\x28\x9e\x02\xe8\x72\x98\x3f\x5c\x7b\x45\x54\xdb\x60\x62\xaa\x14\x16\xd6\x14\x42\x75\x69\x5f\x89\xea\x64\x30\x4a\xbc\x5d\xd4\x48\x23\xbd\x53\x51\x03\x43\xc6\xe8\x24\xa9\x45\x92\xf2\x3d\x22\x95\x45\xda\x68\x6e\x55\x97\xa5\x31\x28\xbb\xa8\x0b\xab\xd6\x12\xe0\x27\x87\x3a\x68\x88\x64\x3c\xd1\x02\x83\x8c\xa4\x1a\xbf\x43\xff\x96\x01\xab\x88\x96\x73\xcf\xa4\x00\x45\x69\x10\x46\x90\x5a\x5c\x2d\x21\xd4\x3a\x27\xba\x53\xf4\xec\x89\x2f\xf6\x84\xaa\x70\x7d\x51\x97\x8f\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x54\x4d\x2d\xe1\x91\x8c\x15\x56\x17\x32\x56\xbb\xdb\x9d\x1f\x74\xaa\x40\x07\x2d\xd9\x9e\xd4\xc3\x19\x15\xec\x32\x1b\x64\x6b\x3b\x0c\x6e\x42\x3b\xf9\x62\x22\xbc\x09\xd5\x28\x11\xf0\x62\x59\x5e\x0c\xbb\x4e\xb5\xc3\x80\x3d\x6a\x1d\xb9\xb3\x99\xd0\x44\xf1\xb2\x80\xbc\xac\xfa\x95\x8b\xe6\xb3\xd3\x83\x6a\x9a\x80\x98\xe4\x1f\x8e\x98\xc6\xa3\xd3\xc6\x74\xde\xdc\x72\x04\xa3\xaa\xea\x04\x6e\x3a\xaa\x5a\x41\x4c\xcc\xb2\x23\x5a\x80\xb5\xeb\x84\xbe\xb0\x9a\x89\x82\x40\x53\xf5\x31\x40\x34\x47\xb7\x6d\x6c\xbe\x9a\xae\x23\x72\xdc\x7c\x14\xec\x56\xa7\x53\xc6\x8d\xf4\x1d\xe6\x0f\xfb\xf9\x0d\xb6\x27\xe7\x03\xe7\x56\x65\xec\x58\x7e\x4f\x97\x50\x50\x43\xc2\xb4\x38\x41\x28\x3f\xa2\x63\xf6\x24\x20\x8b\x85\x44\xac\x06\x10\x73\x80\xde\x15\x21\xe2\xbf\xd6\x9a\x48\x5e\x0c\xb3\x09\x79\xf1\xf2\x99\x2d\x8c\xc4\x9b\x10\x98\x9a\x84\x80\xbd\xdc\x6d\xf8\x62\x36\x2b\x3a\x45\x4a\x04\x95\x22\x90\x2e\x87\x92\x3b\x40\x97\x43\x71\x39\x70\x34\x25\xdb\x5c\x80\x6c\x39\xd4\x39\x03\x33\xe9\x21\x4d\xba\xa4\x49\xee\x21\xad\xa1\x24\x8b\x0e\x10\x2c\x87\x52\x7f\xdc\xd9\x71\x3a\x08\xb0\xd6\xe1\x7e\xba\x0b\xb7\x71\x74\x03\x8d\x55\xb7\x8a\x10\xc2\xc3\x50\x44\x30\x2b\xf7\x20\xe8\xf8\x2d\xa9\xb1\x27\xc2\x70\xe4\xf0\x6e\x7c\xa8\xe1\xab\xa1\x2e\x3a\xda\x9f\x1e\x7f\xc0\x58\x1e\x9d\xcc\x3e\x21\x8c\x65\x90\xa9\x38\x40\xaa\x1c\x8a\xf1\x20\x55\xd6\x70\x1b\x3e\x72\x8a\xe2\x0b\x57\x8b\x1e\x46\xac\xab\x4a\xde\xf1\x48\x84\xdd\x3d\x64\x01\x55\x70\x8f\x57\x55\xde\x5d\xfc\xe2\x92\x64\x73\xa9\x74\xba\x29\xdf\xa0\x2a\xf6\x49\xfa\x88\xba\xf9\x60\xb8\x4a\x96\x42\x53\xaa\xa0\x83\x4c\x39\xbc\x00\x8a\xcd\x7b\x53\xe2\x8b\x2f\x6b\x65\x9b\x7c\x44\xa8\xd8\x71\xd4\x51\xe5\xf9\xe0\x82\xd2\x8b\x67\xf0\x2a\xcb\x70\x71\x01\xed\x97\x23\x03\x4a\xb9\xa7\x66\xf1\x62\x2f\x3a\xcf\xb4\x0c\x4f\x5b\xc9\x77\x91\xe1\x41\xab\xac\x72\x8b\x85\x0a\xa9\x78\x08\x72\xe5\xd0\x16\xbf\x7e\xea\x1b\x9c\x63\x91\x2b\xed\x2a\x60\x95\x75\x4c\x7f\xaf\x14\xf0\xd9\x0b\x5f\x5a\x3b\x98\x6f\x24\x1c\xd0\x29\x87\x63\x4e\x3c\x4a\xcd\x3b\xe0\x51\x0e\xc5\x57\xe0\x28\x8f\x35\xd9\xf5\x0b\x6b\x67\x3f\x1c\x9d\x41\x1a\xfa\x97\x02\x2f\xb9\xff\x61\xa8\x55\x0a\xc4\x91\x5d\x5e\x36\x92\xeb\x2b\xc0\x97\xdc\xb5\x31\x10\x98\x96\x92\xdf\xaa\x0a\xc3\xdd\x3f\x58\x49\x76\xfb\x42\xcf\x9b\x6e\xe4\x44\xa4\xd4\x5f\x13\x48\xca\xa1\x70\xba\xd4\xf3\x48\xe5\x14\x80\x4d\x1e\xd3\xed\x09\xda\xe4\x50\xd0\x15\x6d\x32\x48\xe7\x1c\xab\x39\x43\x4c\x3b\xec\x6c\x64\x81\xee\x47\xfe\xa1\x71\xcb\xd1\x1b\x84\x61\x4a\x82\x85\x06\x38\x5c\xb5\xcd\xc2\xfe\xbf\x3d\x89\x8f\x23\xf4\xbe\x51\xb3\x17\x70\x91\x87\x46\xb3\x65\xb6\x4b\xcd\x4e\x2b\x99\x50\x7e\x25\xfd\x85\x2e\x2d\x21\x97\x67\x7e\xc6\x72\x41\x5a\x96\x3e\x38\xce\x16\x3a\x20\xd8\x5e\xb1\x52\x07\x84\x2e\x01\x1f\xb9\xfb\x4b\x09\x33\x69\xbb\xf3\xd7\x70\xbc\x4c\xca\x70\x15\x58\x1e\x34\x42\xa5\x90\x84\x8f\x9c\x76\x84\x9b\x44\x05\x97\x35\x3c\xa6\xcb\x6a\x3f\xfe\xa0\xeb\xd3\x63\x6a\xe3\x44\x61\x78\xa7\xbd\x66\xb6\x4d\x1b\x68\x86\x0a\x1e\x6b\x2a\xc3\xa0\x4e\x81\x44\x39\xc0\x56\x09\xc0\x27\x4b\xd1\x4c\x05\xfa\xe4\x5e\x5c\xba\x35\x73\x4a\x18\x87\xae\x33\x1a\x9a\x80\xa2\x1c\x4a\x1b\x20\x51\x16\x12\x23\x07\x48\x94\x87\x28\x9f\x01\x14\x65\x5d\x9e\x42\xa2\x36\xa5\x43\x0b\xfc\x8c\x2d\x1b\xfd\x41\xfb\x96\x69\x12\x5c\x77\xae\x28\xc1\x8c\x88\x95\x0a\x68\x36\xe9\x3c\xfa\x8c\x32\xea\x29\x89\xec\x2f\xd3\xc5\x0d\xa5\x14\x64\x99\x4e\x88\xf4\xcb\x01\x2c\xe5\x90\xfd\x2f\xb3\x72\x4b\x38\x97\xaa\xa8\x52\xc2\xca\x58\x0e\x9f\xe9\x94\x9b\x7c\xd1\x29\x14\xd9\xb5\xc4\x53\xa6\xb3\x5e\x44\x0e\xc9\x80\x17\x91\xda\x91\x40\xa8\x1c\x0a\x12\xeb\xcc\x03\x4a\x77\x4f\xb6\x06\xac\x09\xb4\xca\xba\x1c\x2b\x31\x9c\xb2\xd4\x95\xd7\x8d\x3e\x73\x26\xe0\x58\x40\x52\x0e\x43\xbd\x41\xa4\xdc\x4d\xd3\x02\x09\x84\xbc\x4d\x00\x92\xf2\x50\x87\x5d\x5e\x31\x6a\x63\x5b\x57\x76\x83\x19\xf4\xbe\x51\x23\xdb\xba\x24\x14\x48\x98\x8b\x6b\x45\x59\xcf\xba\x72\x63\x58\x19\xfb\x15\xdd\x0f\x58\xc8\x43\x55\x48\x58\xc8\x7e\xb8\x5f\x8d\x97\x0c\x37\x59\x6a\x95\xce\xe7\x33\x6d\x91\xba\x1e\x85\x47\xb7\x32\x8e\x34\x49\xa6\x4c\x06\xe9\x01\x31\x9d\x8f\xce\x61\x09\xe6\xe8\xfc\x10\xed\x98\xd4\xc4\xe4\xd4\x1a\x1b\x05\x70\x0c\x92\xad\xc6\x32\xc0\x41\x83\x26\x40\x8d\xbb\x2e\x7a\xfc\xc9\x5e\x51\x2c\x96\x1c\xcb\xa1\x70\xe7\x37\xf5\x5e\x05\xce\x71\x90\x7e\x3d\xd6\x97\xad\xf8\xc7\x63\x71\xa6\xe8\xcb\x2d\xb0\xa7\x45\x6c\x47\xf0\x2a\xe3\x84\x51\x55\x8d\x87\x00\x3d\x56\xad\x77\xe0\x3c\x0e\x29\x08\xc8\x8e\xbb\x5b\x7e\x64\x42\x58\xff\x60\x0b\x84\x35\xb1\x05\xd8\x64\x40\x36\x56\x72\x1f\xc5\xa9\x0f\xe7\x61\x01\x62\x11\xdd\xec\x62\x39\x86\x1e\xa0\xe7\x81\xeb\x39\x8c\xe7\x44\x0b\x74\x39\x4f\x61\xfe\xf5\x46\x12\xe4\xb1\x93\xbe\x2e\x4e\xb4\x40\x4f\x1d\x80\x8f\x45\xb7\xc8\xf3\x10\x18\xd8\xe6\x60\x14\xc3\xc2\x6c\x0c\x76\xcf\xa9\xd2\xa7\x79\x19\xbc\xc7\x24\x6a\xa7\xcc\x50\xeb\xed\x59\xb2\x83\x54\x5b\x94\x7c\x38\x9b\xe7\x3f\x03\x28\xcf\xee\xde\xc3\xf2\xf0\xcf\x61\x09\x37\x2f\xec\xef\x2c\xa4\x0d\x41\x54\x06\x21\xb2\x0c\xf8\x44\x82\x42\x6a\x3e\x05\xea\xf1\x30\xe3\xc2\x49\x02\x82\x68\xfe\x6e\xde\x67\x0a\x9b\x8c\x20\x6b\x92\x8f\xe6\x1f\x2a\xee\x74\xa3\x7a\x34\xe9\x46\xe5\x32\x62\x59\x29\x81\x9a\x9c\xad\xd3\x0b\xc4\x5e\xfe\x24\x7c\xa7\x19\xee\xc8\x30\x19\xe2\x40\x16\x0d\xc9\xa7\x2c\x76\xf8\x47\xf5\x0f\x3a\x93\xac\x14\xb1\x1a\xf0\xc7\x91\x7b\xcf\x90\x88\x23\x8b\xb3\x77\xd1\xb4\xc0\x7e\xdc\x47\x92\x01\x37\xf7\x2e\x72\xb2\x80\x8f\x1d\xec\xb9\x00\xe5\x51\x44\xf2\x38\x51\x13\xa3\xfb\x3b\xb4\x85\xcd\x7e\xf6\xec\x09\xdd\x22\x7b\x81\x7c\x06\x58\xc8\xea\xd5\xc8\xa9\x2b\xac\xf6\xc8\xd3\x54\x06\x06\x67\x9c\xa9\x32\xa2\xa6\x9c\xdd\x1d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x73\x19\xcf\x04\x43\x1a\x87\x7f\x92\x77\x6f\x1e\xf6\x04\x6d\x30\x77\xd3\xc8\xd4\x80\x3c\x4b\xdb\x8b\x2f\xe9\x6d\xc5\x73\xf6\xca\x12\xde\x63\x5b\x13\xf6\xe8\xf0\x77\x8e\x1d\x54\xf8\x94\x57\x7b\x56\xe0\xd5\xc6\x4e\x82\x27\x79\xc8\x56\xce\x89\xdb\x85\xbd\x10\xc9\x0a\x92\x78\xc2\xa9\x65\xbb\x67\x5e\x71\x3a\x37\x13\x97\x26\x77\xf1\xb4\x31\x3f\x7a\xed\x1d\x83\x9e\x1e\x72\xb7\xab\x7a\xa1\x06\x6c\x70\x23\x47\xee\x9d\x70\x61\x9c\x27\xdc\x5a\x73\x87\x10\xc9\x91\x7b\x5a\xd8\x48\x7d\x33\x4f\x01\x2f\xec\x21\xd9\x88\x40\x67\x8f\x44\x8d\xd4\xca\x7d\x46\x3a\x57\xf1\xfc\xe0\xcf\x6b\xd3\x9e\x2d\x27\x33\xf9\xac\x87\x0b\x4f\x20\xef\x9f\x45\x96\x2c\x9a\xc2\x84\x96\x4c\x22\x06\xcf\x05\xe6\x2b\x40\x93\xdc\x9d\xb2\x2a\x79\x84\xab\x47\xf6\xa2\x70\xfe\x0d\x04\xd1\x14\x7c\x12\x08\x32\xec\xae\xf6\xe2\xee\xb3\xbd\x72\x3b\xc3\x8d\x93\x1e\xca\x8c\xdd\x76\x5c\xb9\x0e\x57\x98\x84\x45\x60\xd1\xc4\x79\x7a\xc8\xfd\x9e\xd3\xe3\x19\x39\x6d\xd9\xf9\x47\x8d\xad\xe1\x50\x4f\xc3\xc5\x19\x05\x21\x96\x0a\x0e\x62\x54\x46\xce\xc1\x99\x7d\xa2\x83\x40\x66\x2c\xf7\x2c\x0e\xb7\x86\xa0\x80\x58\xb9\x3f\xf2\x25\x27\x84\xd6\x93\x33\xa3\x8c\x01\x59\x59\xb5\xa7\x9d\x62\x66\x68\x53\x3e\x61\xd3\x8a\x9e\x20\x56\x86\x62\x37\x80\x95\xf5\xe7\x41\x22\xd5\xc2\x40\x17\x01\xbc\x72\x17\xa6\x23\xd8\xa0\x49\x28\x19\x20\x56\xee\x3f\xfc\x0a\xd2\xdf\xfd\x23\xfc\x83\x4e\xdd\x49\x50\x98\x4f\x8d\xd0\xda\xb0\xc1\xac\x2c\xe3\x4f\x58\x8e\x10\xd0\x52\x03\x37\x78\x96\x63\x84\x9d\x21\x22\xd5\x4d\xf6\xa4\xca\x41\x9b\x28\xd2\x4b\x77\x0f\x30\x2b\xeb\x72\x2c\x5b\xc6\x68\x7a\xa2\x9e\x4f\xce\x16\x93\xad\x54\x11\x96\x86\xd6\x48\x9d\xd1\x94\x7f\x2e\x02\x01\x2a\x8b\x4c\xe1\x71\x72\x8b\x6b\xf8\x3f\x60\x96\x69\xa4\x07\xcc\x72\xe4\x3a\x13\xb0\x69\xca\xa1\x13\xec\x0c\xd3\xbd\x9d\xa4\xad\x4e\xc6\xf3\x72\x35\x23\x8b\x56\x52\x91\x45\x10\x8b\x32\x64\xe9\xa4\x5f\x58\xa6\xbd\x03\xb2\xb2\x46\xf7\x59\x7a\xc7\x47\x9f\xa7\xdd\xcd\x4d\xe6\x24\x93\xfc\x9d\x9f\x7b\x98\xb9\xf8\x94\xbe\xdc\x60\x9f\xd2\xd7\xe1\x0b\x31\x2b\xf2\x83\xcf\x7e\xd0\x27\xac\xe0\x7a\x46\x9f\x66\x47\x72\x56\x3f\xad\x26\x1e\x0d\x54\xee\xe5\xa9\xd4\xf0\xad\xd9\xfd\x22\x85\xa1\x39\xa9\x2e\x53\x57\x43\x68\x80\xb5\x3c\x40\x31\x09\x60\x2d\xab\x71\xe0\x97\x57\xbe\x6e\x3c\x30\x2e\x77\xff\xac\x69\x32\x97\x96\xd0\xac\xc9\x26\xb8\x4c\x89\xa4\x35\xff\x52\xf8\xc9\xf6\x64\x5e\x61\xc5\x2f\x5e\x83\x85\xe7\xcf\x7a\x29\x81\x24\x64\xfa\x26\xb0\x30\xf7\x1f\xd4\x7b\xb8\x48\x34\x8e\x8c\x63\x56\xa8\xeb\xb0\x23\x7e\x63\x42\xb2\xe0\xf9\xe4\xf7\x83\xe7\x0b\xe3\xa3\x95\xe6\x44\xf9\x11\xb9\x33\xb2\xb0\xc2\x4f\xf7\x25\x09\x37\x4d\x14\xfb\xc4\x24\x14\xd5\x25\x9f\xed\x06\xa3\x23\x63\xa1\xe9\x67\x00\xc5\x1c\xa6\xdd\xb9\xcc\xc3\xc0\x3e\x13\x13\x33\x5c\xfa\xc4\xc4\xf4\x1a\x00\x18\xcc\x61\xba\xa5\xab\x2a\x55\x42\x1c\x2e\x95\x7d\x36\xd1\x65\xb2\x24\x2f\x14\x2e\xf2\x23\x99\x14\x07\xb4\xcb\x61\xbe\x9a\xcb\xd0\x4c\x2f\x3d\xae\x96\x3b\x8a\x36\x5a\x8a\xc7\xfe\x23\x49\x80\xc2\x82\x77\x39\xcc\xb5\x01\xc6\xe5\x30\xad\xcd\xe5\x3d\xae\x29\x2f\x00\xb9\x1c\x33\xab\xfa\x78\x66\x50\x79\xa7\xcb\xe9\x01\xd8\x72\x37\x48\x55\xba\x13\x3b\xeb\x3d\x37\xba\x7f\x30\x6f\xb0\xce\xcb\xf4\xd3\x88\x05\x57\xd7\xb2\x51\x7c\x61\xfd\x20\x85\x57\x77\x42\xfd\x9d\xe0\x0a\x88\xdc\x25\x7c\x96\xe7\xea\xe2\x16\xd8\x7c\x23\x97\xba\xbd\xf7\x2d\x89\x7e\x09\xf7\x11\xf0\x72\x6a\x16\xb9\xb0\x24\xcf\xbf\x83\x3b\x00\xc3\x1c\xe6\x19\x11\x0c\x73\xe9\x04\x0e\x00\xe6\x98\x0e\x31\xa5\x09\x6a\x9e\x26\x39\xf5\x99\xec\x0b\x0e\x0a\x55\xdf\x9c\x4a\x17\x01\x33\x91\x3b\x5a\x28\x4c\x0f\x8d\x41\xa2\xe1\x70\x35\x45\x7b\xeb\x77\xa9\xea\x87\x93\x82\x29\xda\x4c\x23\x57\x0a\x1d\x90\xbc\xcb\x90\x51\x1b\xc1\xfd\xd8\x5c\x1c\x57\xe4\x4a\xd1\x08\x32\x87\xe1\x64\x89\x9b\xe9\xc5\xd3\xa5\x2f\x72\x38\x8f\x5b\x6d\x4f\x9f\xd1\x2b\xef\x90\xdd\xca\xe1\x8c\x58\x3c\xb7\x89\xf5\xb2\x4d\x1c\x6d\x0a\x1a\xc8\xc1\x57\x46\xe2\xf0\x11\x21\xa3\xe6\x69\x00\xc9\x72\xef\x0c\xaa\x5a\x4a\x8f\x18\x36\xae\x95\x02\x2e\x75\x2d\x89\x04\x6b\x00\xa6\x5c\xd1\x04\x09\xa6\xdc\x6e\x64\xf0\xa2\xcd\x01\x5e\x71\x93\xb4\xda\x54\x02\xb7\xb9\xc5\xa4\x57\xb7\xc9\x3a\xbd\xa6\x02\x6f\x6e\x18\x3b\x7f\x7b\x90\x10\x8c\x12\x56\x4e\x22\x03\xac\x5c\x3d\xac\xb6\x79\x3e\x61\x7f\x37\xa2\xba\x81\xf4\x77\xcb\xbd\x55\x78\x51\xb1\xa1\x71\x6f\x7a\xf4\x36\x14\x87\xce\xf0\xe3\xdb\x33\xf5\x7f\x84\xbd\x4b\xae\x3f\xbb\xaf\x5f\xd7\xbf\xa3\x38\x33\x48\x95\xde\x02\x0e\xfe\x9d\xb4\x93\x39\xd4\x4b\x81\x1b\xb6\x2f\x6e\xec\xf9\x07\x5c\x4b\x7b\x1f\xdb\x49\xf0\x6b\x6c\xd4\xfe\xb2\xa4\xd2\x9b\xa4\x28\x8a\x9f\xe2\x97\x96\xe5\x91\x88\x0b\xcf\x5e\x4c\x7c\x3c\xf5\xf1\xc0\xeb\xc1\xc1\x70\x0e\x06\xf7\xd9\x8b\xaa\x9a\xac\x92\x85\xc2\xbd\xd6\x2c\x53\x7c\xea\xee\x20\x4a\xac\x4e\xa7\x6e\xb2\xa8\xa3\x11\xdf\x1e\xad\x6c\x1e\x92\x3d\xba\x18\x6a\x75\x05\x7e\x6e\x5b\x94\x1e\x74\x75\xaf\xc3\x3d\xaa\xe4\x9e\x40\x3d\x4d\x17\xb4\xec\x9b\x69\xf1\xf4\x23\xf7\xd3\x0c\x2d\xf1\xa0\xa0\x7b\x4e\x2d\x12\x9d\xf7\xaf\x44\xa2\x1b\xf2\x3f\x50\xe5\xa2\x55\x54\x11\xef\x08\x6f\x39\x3d\x06\x27\xb3\x51\x9d\xb1\x85\x0b\x88\x30\x37\x81\x81\x1a\x20\xcc\x35\xdd\x37\x1f\xd1\xdc\x3d\x68\x02\x48\xae\x79\x97\xe6\x19\xf6\x15\x3d\xc2\x45\x68\x2f\x5c\x3c\x58\xa9\x3c\xc5\x79\xb6\x2a\x8d\xf2\xf6\x10\xbc\x73\xcf\x1e\x1d\x23\x3c\x59\x01\x2f\xee\x1c\xf2\xfa\x47\x2f\x09\x05\x02\xe8\x71\x4d\xa7\x52\x40\xe2\x9a\x8e\x77\x8f\xa1\x3c\xe5\xdc\x8f\x37\xa1\x65\xdd\x8f\x37\xa1\x3d\x5c\x7a\x58\x09\x7a\xbe\x81\x25\x97\x5d\x85\x42\xc9\x65\x4d\x4a\x60\xc9\x65\xf5\x3a\xa0\xe4\x92\x8c\x0d\x28\xb9\xa4\x96\x04\x94\x5c\x74\x27\x45\x60\xb3\x72\x57\x0d\x64\xdc\x99\xfb\x9f\xc0\x77\xc7\x73\xe9\x8a\x4d\xf7\x5e\xf6\x10\xbd\x65\x98\x4f\x67\x9f\xea\xb4\x9d\xc5\x9d\x35\x5d\xa2\xc4\x9c\xd3\xd5\xe4\x41\x9b\x36\xb4\x15\xf8\x73\x79\xaf\x66\x4e\x88\x3c\xa6\x78\xf0\x71\xd4\x03\xe5\xb9\xb1\xe1\x59\x71\xfc\xe8\x47\x37\xaf\x73\x18\x75\x63\x63\xd1\x0d\x38\x1c\x58\x74\xd9\x63\x62\xa0\xe8\xf2\xb9\xe9\xd6\xc8\xdc\x60\xb9\x38\x9d\x1f\x0d\xa1\x94\xcc\xdd\xb5\x0e\xaf\x7a\x3c\x50\x72\x76\x85\xba\x9d\x8d\x97\x04\xee\x5c\xd9\x03\xf1\x6c\x3e\xe9\x0b\xd7\xc2\x30\x87\x97\x12\x28\x8d\x88\x67\x9a\x28\x9e\xad\x79\x27\x5f\x08\xe7\x43\xe3\x9e\x3d\xd5\xa8\x2b\x0a\xb5\x27\x9a\x1b\xa8\xce\x31\x15\xa8\x4e\xa3\xd2\xc3\x75\x37\x23\xa1\x01\x5a\x77\xce\x61\xaa\x37\x33\xc0\xf4\xb7\x4e\x92\x8a\xe9\xc7\xe8\x67\x0a\x76\xf1\xe8\xea\xe9\x2a\x41\xd5\xd6\xb7\xe6\x01\x7b\xd6\xd3\xd8\x67\xbb\x8b\xf8\x59\x19\xc2\x7e\x41\xd4\x44\xd4\x68\xe0\xe8\xb2\x97\xda\x9e\x4f\x2b\xdd\xfe\xc1\xc2\x30\x03\xf1\x50\xf4\xf1\x79\xd0\xb5\xf5\x10\x02\xb3\x2e\xbb\xf9\x78\x74\xfe\xf7\x2c\xf1\x31\xf0\x99\x03\xbc\x95\x6d\x44\xc2\x83\xb2\x7d\xee\x1c\x76\x08\x8a\xc7\xb3\xb8\x9a\xe1\x1c\xf5\xda\x9d\xfa\xcc\xe3\xb5\x3b\x4f\x38\x41\xb6\x1b\x1e\x18\x3c\x5b\xdb\x96\x5b\x1b\x8d\x74\x0f\xc7\xf2\x48\xb5\xfa\x31\x0f\xe6\xfd\x9f\xa1\x91\x91\x1a\xf7\xc4\xf3\xcb\x67\xeb\xd8\x88\xf2\xf7\x50\x6b\x65\x37\x2f\xbc\xdd\x34\xa4\xc5\xab\xce\xdc\xfd\x9f\x09\xcd\xfa\x7e\x8f\xcd\x12\xfc\xc1\x70\x74\x73\xb3\xc2\xe0\xc9\xe0\xdb\x35\xbd\x05\x5e\xdd\x24\x55\x8e\x00\xbb\x6b\x3a\x1b\xbc\x6a\xcf\x30\xbc\x57\xd3\x61\xf2\x7f\x46\x80\xf9\x02\xb8\x5d\xeb\xb0\xaf\x57\x45\x9a\x4d\xc3\x7b\xee\x3e\xf0\x43\x9e\x30\x54\x73\xef\x21\xa0\x6c\xfc\xc7\xdd\xa5\x6d\x94\x30\x8f\x8c\x5f\xe5\x01\xcb\x1b\x94\xb0\xd6\x87\xf4\x3d\xd9\x7c\xc1\xc5\x4e\xba\xf6\xd5\xaf\x1c\xf0\xe7\xf1\x36\xa7\x3d\x7d\xe3\xa9\xbe\x66\x20\xe0\xc3\x92\xdb\x55\xd0\xc3\x9a\xa7\x9e\x22\x86\x79\x9e\xf9\x12\x48\x5a\xab\x39\x88\x61\xdb\x55\xe6\x45\xab\xf2\x9c\x13\xf8\xaf\xa8\xeb\x1f\xf9\x1d\xd8\x60\xad\xb3\xd0\xde\xb1\xa7\x0f\x45\x1a\xc8\xf2\x84\xbf\x00\x0d\x96\x9d\x18\xef\xd8\x93\x97\xca\xe0\x88\x6e\x1c\x45\xc1\xc0\xea\x09\xff\x7b\xb7\xe0\x40\x8b\xd8\x68\x60\x6a\xa5\xef\xd4\x80\x0b\xdb\x03\xf4\xab\xf5\xe1\x0b\x25\x98\x9d\xba\x55\x20\x56\xe4\xeb\x79\x85\x07\xcb\x20\x77\xed\x68\x0a\x22\x77\x55\x30\x31\xc6\xcb\x31\xbe\xf6\x04\xb0\xba\x22\x3b\xb5\x37\xc0\x85\xfe\xa1\xa0\x72\x85\xf0\x26\xcb\x2d\x3b\x41\x91\x00\x7f\x2b\xc9\xb1\x80\xdc\x8a\x2c\xbe\xe8\xfe\xa0\x48\x19\xb2\xc7\xc0\x62\x6b\x79\x74\x27\xb6\x56\xf2\x88\xf7\xbd\x77\xd8\x7a\xb3\x20\x17\x58\xbb\xef\xb3\x9b\x42\x57\x62\xe9\xf0\x70\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x66\xa2\x63\x8e\x5b\x9d\x67\x26\x20\x6f\x35\x4f\xc9\x5e\xef\x42\x81\x15\x32\x40\xe1\x6a\x9e\x28\xbe\x46\xcf\xf0\xa0\xe1\x15\xf4\xd3\x43\xe9\x77\x1f\x8d\x14\x93\xb1\x6c\xa6\xa9\xb4\xdc\xba\x6c\xc4\xdb\x72\x13\xf2\xca\x58\x5d\x1c\xaf\x35\xa1\x25\xd8\x2d\x94\x95\x2f\x0e\xe7\x5a\x77\xc1\xd8\x4a\xee\xe0\x81\xd5\x6a\x1a\x5e\x41\xd5\x8a\xda\x92\x59\x7f\x73\x0f\xbe\xdf\xcf\x25\x8b\x32\xf0\x0a\xf7\xed\x24\xf8\xf6\xd2\xa2\xe5\x1f\x31\xda\xd1\x12\x5e\xad\x12\x9e\xa1\xbf\x0b\xd1\x96\x7c\x51\xfc\x94\x3f\xc0\x0a\x82\xe5\xbe\x1c\xeb\x6b\x6c\x7d\x3d\x3b\x71\xff\xf2\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x31\x7f\x87\xa2\x26\xf9\x46\x84\x91\xce\xff\x7b\x06\x4e\x7e\x3c\xa6\xca\xfc\x20\xbc\x08\xd3\x1c\xf4\xab\xa6\xad\xe8\x13\xaf\xd3\xf3\x8f\xcf\x33\x0f\x37\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xaf\xaa\x27\x5c\x1a\x98\xaa\x18\x1c\x8a\xf7\xe0\x5e\xc3\xf8\x06\xaa\x72\x0f\xf2\x11\xde\x42\xfd\xfc\xe3\x36\x92\x46\x0e\x40\xa7\x22\xc7\xc9\x0f\x01\x06\x10\x2b\x1f\x4e\xd8\x9a\x2c\x44\x9d\xd2\x6c\x23\xea\xd4\x70\xd3\xf1\xb9\x1b\x71\x3f\x01\xa4\x54\x54\x85\xda\xe3\x46\xa6\x01\x09\xb8\xa8\xac\xc7\x30\xa0\x50\xcd\xfd\x3a\x98\x50\xcd\xbd\xde\xc7\x0e\xdd\x6d\x35\xf0\x50\x4d\xa3\x88\xf0\x50\xf5\xec\x26\x62\xa4\x4e\x0b\x70\x97\x8a\x84\xdf\x60\x51\x6d\x7f\x4a\x2e\x52\xff\xc8\x07\x81\x95\x6a\x8a\xa8\xcf\x78\x4a\x6e\x93\x80\x92\x6a\xea\xdb\x1f\xbe\x63\x6e\x3c\x3f\xf7\x10\x6d\xff\x50\x68\x54\x53\x71\xfa\x8c\x3c\xf8\x38\x9d\x57\xf5\x03\x4a\x2a\x12\xf1\x59\x4f\xe7\xdd\x4c\x7d\xb8\x6b\xbb\xcf\xf9\x38\x9c\x77\x47\x0a\x7c\x54\xe4\x30\x91\xd3\x9c\x7d\xca\xb7\x37\x11\x70\x54\x81\xa2\x86\x5b\x2b\x81\xa2\x2a\x30\x3a\xe3\xeb\xbb\x48\x92\xe1\x0c\xa6\x0e\xf7\x11\xd9\xc2\x1b\xe4\x22\x48\xcd\xd1\xcc\xde\x48\x44\x1d\xdd\xa7\x7b\xbb\xfb\x73\x6f\xae\x85\xe3\xf3\x32\x13\x98\x3c\x03\x6c\xa9\x18\x6c\x0b\x61\x5c\x9c\xa9\xc8\x16\x75\xb5\x0f\x4b\xbf\x3a\xc7\xc7\x8e\x44\x65\xe4\xe3\xce\xaf\x0a\xcf\x67\x44\xc4\xd1\x7c\xc1\xc8\x3b\xb7\x62\x7b\xd2\x54\x32\x3e\x7d\xb8\xe1\xd8\x9f\x71\x90\x07\xa2\x04\x68\xa8\xa6\xdc\xfe\x8c\xdf\x04\x1e\xd0\xf8\x38\x50\x57\xd4\x7f\xd3\x6a\xd0\x07\x73\xb7\xdb\x44\xf2\x55\x04\xc6\x87\x54\x52\x5c\x09\x19\x35\x85\x13\xf9\xe6\x1e\x74\x0b\x79\xfd\xe1\xc7\xd4\x52\xac\x17\x56\x7c\x85\xcf\x67\x88\x64\x65\xf4\x77\xed\x1e\xa5\x2e\xd7\x6e\x2e\x1f\x63\xaf\xa1\xb8\xfb\x42\x78\x25\xfd\x2e\x3f\x0e\xd5\x77\x73\x2f\xe7\x39\x8c\xee\x33\x3c\x22\x50\x48\xe3\x53\xa8\x59\x47\x7c\xd3\xe4\xdd\xdf\x6d\x45\xa4\xbb\xd5\x44\x77\xfa\x6e\xd5\xe5\x9d\x0a\xd7\x31\xcf\x92\xbe\x7b\xc7\xe1\xa5\x26\xb7\x5b\x36\x78\xee\x87\x18\x1b\x6c\x14\xbe\x10\x63\xdd\x33\xce\xef\x91\x6f\x39\x86\x00\x54\xcb\x59\x3f\xfc\xc4\x65\xd8\xdf\x16\x62\x8e\x21\x1b\x85\xcd\x40\x91\x61\x46\x28\xfc\x10\x61\x9b\x65\x62\x77\x57\x1e\x7d\xde\x9f\x3a\x2c\x00\x83\x8f\x85\xbd\x2a\xe1\xa8\x1f\x1f\x5b\x83\x81\x30\xfd\xf6\x41\x3f\xba\xe1\x87\x38\xda\x9c\x50\x3d\x5f\x37\x91\x8f\x38\x4f\x46\x25\xff\x42\x85\xcf\xda\x0b\x3f\xe5\x91\x8c\x50\x41\x33\xe4\xb0\x9f\x5f\xa2\x0d\x9e\xd9\x7b\xa0\xf6\x69\x0b\xd7\x99\xe4\x33\x62\x93\x1e\x27\xdf\xda\x9d\x43\x15\xd7\xee\x04\x4a\xd1\xc5\xdb\xd2\x0d\x3f\x0c\x6c\xd4\xf8\x96\x4e\xd6\x8e\xf9\xb2\x48\x3a\x5a\xe9\x54\xa5\x1b\x3c\xcc\x32\x18\x18\xb6\x22\xcb\xbb\xb8\x6e\xf1\x97\x90\x00\xed\x8f\x00\x6d\x63\xa1\xba\xeb\x34\xbd\x70\x0b\x1f\xfb\x7f\x27\x2c\x4c\x67\x1d\x7b\x8d\x4c\x7e\x70\xe9\x1c\x76\xb0\x50\xe3\xe5\x7e\x0b\x2b\xb8\xcb\x65\x71\x5d\x49\xee\xb3\xd0\xca\xe5\x25\x2b\x84\x5b\xb6\x4f\xd6\x69\x69\xd4\x57\xc8\x69\x5d\x4e\xd6\xa9\xe9\x09\x3d\x7e\xe9\xe2\xed\x11\xdb\x3a\x59\x9e\xcd\x17\xf4\x0f\x6b\x78\x9d\x16\x6d\x1a\xf4\x8e\xd3\xe2\xf4\x79\xdc\x9f\x45\x7c\x32\x73\x57\x52\xca\x31\xa5\x57\x92\x1d\x74\xdf\x30\x75\x9b\x2f\x76\x1f\x50\x86\x6e\x6f\x3a\x9d\x2c\xa3\x46\x15\x5f\x5c\x60\x48\x53\x29\x63\x72\x68\x5b\x59\x49\xd9\xc0\x42\x5d\x06\x48\x3c\x77\x16\x67\x8d\x63\x95\x0c\x8d\x4c\x89\xd9\xbe\xa2\x8c\xbc\xc3\xf5\xd0\x89\x79\xd7\xd1\x54\x2a\x89\xe8\x56\xcb\xe8\x87\xcd\x22\x33\xe7\x91\x4c\x94\x95\xed\x2c\xb3\xcb\xcb\xba\x1f\xb6\xe7\x28\x1c\x03\xfb\xee\xdd\xbc\x38\x62\xa5\x1b\x74\x0d\xd7\xd3\x6c\xe9\x1b\xde\xf6\x0f\x86\xd6\x79\x21\x3c\xb5\x3e\xbd\x1b\xe3\x6e\x67\x67\x6c\x59\x08\x0b\x07\x80\xdd\x0b\x65\xf7\x28\x95\x52\xdc\xdb\xbb\xfa\x8c\x7b\x04\xb0\x14\xf1\x8e\x47\x61\x2f\x8c\xae\xb0\x8a\x95\xf5\xff\x65\x9d\xc8\x50\x95\x76\xce\x98\xaa\xeb\x14\xbc\x6f\xe9\x27\x3e\xec\x2a\xee\x5c\xed\x4e\xf0\x9c\x5f\xcb\x15\xd8\x79\x6d\x37\x03\x21\xae\x55\x44\xe4\x3c\x77\x5f\xcb\x5d\xa0\x3e\x31\x6b\xca\xa8\x29\x82\x10\x10\x9e\x4c\xaf\x2d\x19\x9c\xd4\x6e\x6b\x5c\x10\x5c\x13\xda\x7d\xcb\xf1\x2e\xa0\xce\x63\x23\xb7\x69\x34\x5b\xd7\xae\xac\x3f\xf6\x20\xf3\xdd\x10\x1f\xc5\x30\xf7\x60\xba\x15\x77\x5e\x40\xb7\xb5\x9f\x0c\x20\xb7\x39\xd7\x2f\x8b\xa3\x11\x9e\xe8\xa2\xc4\x2d\x6e\x12\x79\xa8\x0a\xa2\x5b\x36\x6a\xe6\xba\x77\x35\xcc\x40\x37\xd9\x6a\x23\x3b\x78\x46\xbd\xb8\x61\xa4\xe2\xb3\x30\x42\x1d\x3b\x03\xd6\x03\x97\xa2\x51\x01\x3d\x44\x07\xde\x2d\x01\xd4\x37\x36\xba\x9b\xee\x38\xa2\xbb\x0d\x2d\x6c\x8b\x18\x4a\xa2\x14\xad\xa7\x10\x82\x87\xdc\x6c\x8c\xb4\xc6\xac\x47\x8d\xd3\x7a\xb0\x15\x2a\x1e\x65\x2f\xe3\x42\xf4\xfd\x5d\xc5\x74\xfb\xa3\x5b\xcb\x52\xb2\x68\xb3\x13\x2e\x4e\x79\xb5\xde\x5d\x4f\x3e\xee\x4e\xc9\x49\xe2\x35\x5d\xfd\x6d\x96\xde\xcf\x7d\xa7\x82\xab\xa1\xb9\xad\x6d\x8e\xda\xa9\x60\x8f\xec\xb1\x81\x8e\x8b\xf1\xa4\xc7\x38\x97\x55\x64\x01\x0f\x17\xdf\x65\x50\xf6\x2e\xc8\xce\x27\x86\x84\xd6\x25\xa0\xe2\x4e\x23\xa1\x00\x15\x17\x33\xdc\x44\x5c\x35\x77\x6a\x10\x42\x62\xb0\xdf\x04\x36\x2e\x7b\x78\xbf\x34\x28\x9d\xa6\xdf\x3c\xd1\x0c\xcc\x13\xb6\xb1\xc0\xc9\xed\x88\x08\x6b\x1b\x97\xac\x13\xde\x67\x83\x1d\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\x85\x88\xcb\x6e\x69\x17\x6e\x69\x1e\xd9\x2e\xf1\x6c\xb4\x8b\x2d\x30\x6c\x34\x93\xaf\xb5\x67\x4a\xfb\xb7\xbf\x27\xa8\x73\x89\x05\x3c\x41\x9d\x4b\x6c\x8d\xa6\xa8\x73\x15\x5b\xdd\x04\x75\x2e\x83\x65\x37\x41\x9d\x8b\xb5\x62\x6e\x3a\x2a\x76\xaa\x13\xd8\xb9\x13\x36\x3d\x8f\x1d\x5e\xbf\x98\xfb\xa6\x52\x85\xff\xdd\x96\x05\x0f\x9c\xa0\xcb\x35\xe0\x21\x27\xe0\x72\x8d\xc5\x32\xc1\x96\xcb\x49\x3a\x31\xa3\x00\xe8\x9f\x40\xcb\xb5\x31\xc9\x4b\xc8\xa8\x63\xff\xcf\x91\xb2\x85\x29\xdc\xa6\xff\x37\xbe\x9f\xf9\x1f\x9c\xaf\x9d\xde\xb5\xd5\xa8\xea\x89\x44\xa9\xfe\x7f\xd1\x4b\x26\x72\x37\x39\x7c\x81\xef\x58\xcc\xd9\x09\xde\x5c\x03\xa7\x6f\x1e\x38\xb1\xa1\x6f\xcf\x03\x27\x36\x36\x54\x53\x18\xba\x69\x87\xe1\xc2\xc6\xd1\xc5\x3c\x12\xa1\xa5\x8b\xf4\x4e\x1a\xfa\x2e\xb9\xd3\x98\xbe\x50\x62\x55\x7f\x80\x06\x35\xe8\x0b\x11\x8b\x99\xd6\xf3\xc0\xe7\x3b\xdb\x06\x2e\xf0\x72\xc3\x66\x82\x47\xd7\xd8\x11\x4f\xe0\xe8\x1a\xa7\xc9\x53\x38\xba\x81\x79\x71\x1e\xd9\xb8\xc3\xd4\x09\x71\x85\x5f\xe2\x04\x80\x2e\x17\x07\x3d\x3b\x22\x66\x96\xe9\x77\x32\x00\x4c\x4c\xe8\xdc\x79\x70\x1e\xdc\x9c\x32\xde\xea\xe5\x36\xe0\x04\x7e\x2e\x5a\xe4\x0f\x7c\x7a\xac\xab\xae\x68\xd6\x15\x41\x34\x4f\xba\x80\x13\xad\xb1\x4b\xe0\x62\x90\x03\x5a\x14\xe6\xd6\x09\xa1\x84\xdb\xc2\x3c\x70\x50\x23\x12\xd1\x3c\x2a\x13\xf4\x24\x0d\xae\x67\x20\x10\xcd\x03\x29\xb4\x2b\xc1\xb1\x30\x58\x8b\x53\x7c\x3b\xc0\x4e\xe7\x11\x5b\xcc\x5e\xac\x90\xc0\xae\xc3\x71\xc0\xf1\x0c\x55\x7e\x1e\x55\xae\xd5\x19\xf5\x6a\xcf\xfc\x09\x9e\x63\x0a\x8b\x97\x9d\xc8\x9c\x73\x75\x17\x5d\x93\xa3\x39\xab\x75\x4a\xb3\x8e\x0d\x80\x55\xc7\x42\x83\x27\x67\x7c\xf3\x68\x78\x20\x65\x33\x50\x79\x27\x9a\x51\xa9\x4e\xff\x57\xd3\xb6\x25\xc0\xe8\x8d\xfd\x02\xd4\x6b\xa7\x04\x47\xca\x9c\x6d\xce\x43\xff\xf1\x5d\x34\x7b\xd5\x99\x28\xa1\xbb\xc6\x27\xad\xc5\x67\xbc\x38\x48\xec\x55\x67\x92\x4e\x78\x19\xe7\x75\x07\xee\x34\x4b\x77\x93\x35\x7d\x71\x31\x00\xbe\x20\xca\x88\x0b\x8a\xd3\xe5\x99\xa8\x2a\x97\x8f\x8b\x8b\x8b\x03\x65\xe2\x74\x4e\x10\xf5\x1a\x57\x7b\xe6\x31\xac\x1d\x95\x18\xf9\x5f\x7f\x55\xe2\x3c\xcc\x43\x9b\x69\x35\xaf\x2c\xd2\x0e\x73\x97\x6b\x25\xbc\xb8\xbc\x6b\xc1\x81\xdc\x74\xc9\xb2\xe3\x05\xd5\x6c\x1e\x63\x0f\x3d\x1d\x30\x64\x53\x76\xa5\xa0\x40\xcd\x99\x36\xe8\xbf\x4c\x97\xe9\xdc\xd6\x7d\x11\x9b\xe1\x3c\x1c\xd2\x6d\x70\xb5\x74\x61\x68\x4f\xd7\x8b\xb1\xad\x36\xc7\xf4\x72\xf3\x69\x91\x53\x5b\x8b\x6f\xae\x3d\x32\x94\x7f\x29\x13\x3a\x9d\x72\xc9\x97\xf7\x1b\xa6\xbd\xbc\xcb\x20\x56\x6d\xa7\x6a\x1c\x0f\x9b\x88\xe9\xe2\xd8\x5c\x6e\xfd\x68\xf0\x65\x4b\xa8\xa3\x0e\xe3\x5d\x31\xc0\x16\x76\x3a\xd7\xb6\xb9\x76\x52\xc4\xad\xb9\xcb\xde\xbe\xf7\x02\xf7\x0d\x4c\x27\x53\xf7\x5b\x8d\x41\x96\x75\x83\xfe\x24\x3b\x36\xe2\xe3\xe6\xdf\xb7\xd2\xb0\x52\x3c\x5a\xc9\xe9\x0b\x83\x85\x70\x80\x30\x8f\x67\xf7\x1d\x0d\xd9\x86\xd8\x61\x96\x3d\xcb\xf8\xf2\x23\x4a\x09\x55\x79\xf6\x2a\xf0\x85\x60\x8d\x34\x65\xab\x11\xc3\x1f\xf6\x96\x0d\x7e\xdd\xf7\x58\x3e\x7b\xd7\x99\xc9\xfe\x3a\x0d\x06\xed\x7a\x35\xb6\x5b\xe2\x8b\x27\x9d\x0d\xf6\xae\x73\x57\x22\x1a\x97\x4a\xe9\x80\xb2\x41\x44\xa2\x09\x68\x5e\xc3\x9d\x7f\x1e\xdb\xc8\x6a\x43\x40\xe4\xc1\xa1\x66\x1e\xba\xa8\x77\x17\x24\x97\x9b\xcb\x7e\xa1\x09\xdd\x91\x76\xb7\xbb\xa5\x8b\xf8\xb3\x5d\xf6\xa8\xbf\xd7\x16\xd4\xcb\xeb\x60\x54\x71\xed\x31\xe1\x63\xcb\x4e\x35\x07\x0a\x0a\xa2\xe6\xdc\x1b\xd9\xe9\x0f\xea\x5e\xfc\x5f\x25\x95\x79\x2a\xb6\xdd\x0c\xa9\xfd\x07\xee\x77\x6e\x43\x2d\x33\x1a\xb8\xbb\x68\xb3\x3f\xd4\xd6\xe9\xb1\xd3\xa8\x90\x38\x6e\xcd\xf3\xb4\xd8\x93\xff\xdd\x4f\xd0\x03\xe7\xc9\x7d\xb1\x6c\x22\x5d\x8d\x42\x27\x9d\x82\xdf\x55\xb5\x05\xc1\xef\x06\x66\xf8\x79\xb2\x69\x05\x87\x71\x9e\x5e\x4b\xc6\x2d\x6b\x9e\xde\x44\x26\xfa\xfa\xdc\xe8\x77\xd8\xce\xe7\x46\xbf\xc3\x85\x6a\x9e\x69\xb7\x94\x64\x49\x06\x4c\xfe\xa4\x61\xce\x8e\x22\xec\xd4\x79\xf8\xbf\x9c\x82\xf1\x3b\x8d\x00\xc9\xe1\xcc\x04\xf1\xae\xe1\xd5\x3a\x4f\x03\x19\x2b\x7d\xcf\x6c\x83\xfd\xdf\x06\x37\x7f\xc8\xfe\xa7\xd9\x15\xde\xcc\xd0\x73\xdb\x7d\x99\x88\x1b\xef\x0e\xe8\xde\xb9\xf1\xee\xf0\xf9\x99\xe2\xdd\x55\xc0\x05\xe6\xa9\x9b\x78\x73\x08\xcb\xf0\x0d\xbd\x44\x6c\xe3\x64\x05\xb0\xfd\xce\x62\x0e\x70\xe2\x50\xd4\x40\xb5\x13\x56\x60\x9e\x88\xe0\xbc\xd3\xe0\x08\x68\x73\xf7\xbe\xd0\xd1\xe6\x1e\x16\x01\xa0\xe7\x59\x77\xd1\xe4\x46\x38\x63\x63\x9a\xa7\x02\xb9\x48\xa7\x81\xae\x9b\x53\xe9\x8c\x26\x79\x56\x7d\xee\xec\x2c\x2f\x6e\xcd\xfd\xe3\xb6\x15\x24\x6b\xbb\x4f\xa9\x2e\xe2\xb5\x5a\x13\x0c\xbd\xb3\x48\xdf\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xa2\x1f\x4f\x97\x44\x33\xb4\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x92\x13\xae\x08\x26\x5e\x9b\xf0\x7a\x20\xf1\xa2\xea\x7c\x15\x29\x0a\x2c\xe1\x14\x1f\x8f\x18\xf8\x13\x78\xbc\xa4\xe2\x07\x3c\x5e\x64\xa0\xe2\x7d\xb7\xd5\x1f\x6e\xaf\x1c\x7f\x91\x66\x9b\xe3\xaf\x60\xac\xa4\x1a\xf2\x67\xd8\xdd\x46\xc2\x1b\x0e\xb2\x48\x78\xdd\x59\x0a\x26\x4e\x71\x34\x95\x86\xd5\x1c\xbb\x44\x5f\xc0\x06\xad\x23\x1e\x58\x6a\x60\xa7\x88\x38\xc9\x11\xd4\x1a\x6c\xe1\x9e\x38\xaa\x78\x9e\x78\x77\x37\x27\xf2\xdc\xcb\x88\xba\x7b\x71\xca\xb9\x20\x1e\x4e\x77\x34\xf1\x4e\x21\x52\xe7\x14\xfc\xae\x82\x70\x3c\x4f\x63\x62\x75\x7b\xf1\xb2\xb5\x64\x8f\x1d\xbc\x77\xb3\xe6\x79\xed\xf6\x51\x13\x23\x1c\x03\xa9\x3c\x4f\xac\xbc\x53\x56\x71\xd9\x26\x6a\x78\x11\x46\xc2\xda\x2a\x09\xe5\x33\xf7\x66\xae\x64\x08\x49\xd8\x95\xef\x42\xe4\x55\xb0\x92\xe7\x69\xe0\xac\xf1\x47\x3c\xf2\x09\x80\x5e\x9b\x8d\xa6\x28\x25\x1b\x5d\xa7\x94\x1c\xf6\x8a\x81\x94\xb3\x2f\xa8\xb0\x5c\x03\x63\xf0\x9c\x76\xf6\x2d\xd7\x72\xdc\x94\xa5\xd3\x2e\x32\x0c\x57\x77\xe0\xd8\xd4\xcf\x69\xeb\xf5\x22\x51\x19\x06\x2a\x2f\x17\xa7\x20\xc6\xe1\xd3\xc6\xe0\xbf\x0d\xec\xc7\x14\x36\x0f\x20\xb7\x09\x52\x5e\x23\xa8\xd1\x3c\xc5\x78\x77\x19\x81\x56\x4b\xcc\xc9\x09\x68\x5e\x1e\x2e\x74\xef\x36\xcb\x62\x09\x2c\xa2\xc6\x7f\xee\xbd\x3c\x69\x38\xda\x9c\x72\x95\x17\x96\xaa\x88\x79\x07\x5c\x94\xe6\x18\x62\xa4\x3b\x04\xb1\x93\xf7\x6a\xfe\x3c\x15\xcd\xce\x11\x44\x73\x91\x9f\xe1\x3e\x52\x1d\x26\x05\xb3\x02\x84\xd3\xcf\xe9\x8a\xc5\x39\x9b\x10\x77\x13\xd4\xbc\x7c\x58\x09\x9c\x44\xba\x1d\xc1\x79\xa7\x4a\xd0\xc6\xc0\x1b\xf6\x9c\xbe\x20\xdd\x3e\x35\x06\x73\xb2\xbf\x96\x27\xba\x76\xd8\x52\x14\xb1\xad\x38\xbd\x15\xd6\xfd\xc0\x92\x57\x21\x73\x01\xbb\x6b\xb3\xfb\xb1\xd7\x54\xb4\x83\x23\xcf\x89\xd6\xb6\xf1\xed\xdc\x10\x27\xef\x35\x8f\xfd\x03\x0f\x84\x62\x2a\x4b\x64\x2f\x00\x8e\x5d\x64\xa9\xfc\xa0\xdf\x18\x30\xb1\xeb\x12\x1e\x2b\x13\xf0\xba\x0c\xc6\xe8\x04\xbc\xee\x24\xd2\xce\x04\xaf\xce\x5b\xe5\x33\xb1\xd1\x9e\x74\x44\xc2\x9f\x03\xc0\x97\x99\xd8\x5c\x4f\x54\xab\x74\x6e\x63\xba\x89\xd8\x11\xa1\x6b\x24\x0e\x45\xa7\x1b\xc7\x64\x68\x2a\x00\xb9\x27\xc0\x72\xc2\x1f\x4f\x00\xe4\xda\x44\x5b\x05\x27\x2e\x12\x25\x7e\xe0\x04\x45\x4f\x6d\x3c\x38\x66\x17\x78\x70\x91\x28\xf3\x83\xdb\x31\x36\x22\xdb\x52\x33\x3c\xd0\x29\x4d\x37\x4c\x8e\x99\x67\xc2\x0d\xd3\xb9\x09\x4e\xdc\x68\x56\xc3\x1b\xca\x9c\x6a\xce\x54\x76\x3d\x28\x8f\x73\xd3\x73\xbf\xa0\xdd\xcc\xf8\xe4\x0d\x65\xf7\x3a\xa9\xec\xfe\xa7\x22\x9c\xa8\x72\xf3\x60\x26\x77\xb6\xc3\x2f\x5d\x96\x41\x0d\x09\xa8\x4c\x1c\x88\x99\x74\x80\x76\x0b\x05\xae\xdc\xc0\xac\x3a\x37\xac\x1c\x80\xe3\x33\x71\x4e\xca\x4d\xb2\x09\xc4\x9c\x57\xa5\x67\x32\xce\xa3\x06\x07\x10\xe6\xda\x44\x69\x4e\x7a\x64\x76\xbb\xcd\xd0\xc8\xf0\x71\x11\xe6\x26\x72\x31\x19\xff\xf1\x30\x03\xa3\x87\xc2\x2e\xa8\x5c\x05\xd3\x7c\xa6\xe6\xbc\x73\xf4\x1a\x66\xcb\xf9\xa7\x28\x2d\x53\xc4\x39\x70\xe2\x66\x12\x70\x60\x38\xb4\xec\x68\xb9\x08\x36\x93\x1b\x5a\x38\x39\xe8\x73\x91\x88\x4a\x7a\xe3\x8a\xa3\xe0\x09\xcc\x5c\x02\x66\x77\x26\xef\x2e\x77\x67\x2b\xde\xcd\xd3\xdd\x7c\xf2\xa0\x94\x93\xc0\xb9\xb1\xe5\x38\x67\x9b\xc0\xc9\xe5\x6e\x2b\x8d\x9b\x3c\x6c\x19\x77\x94\xbb\xc5\xe3\xab\x9c\x1d\x2b\xdc\x6e\xf6\x7a\x8a\x6d\xe3\x20\xb4\xca\x14\x3a\x6e\x70\x94\x3b\x81\x8e\x8b\x22\xcc\xf1\xfa\x86\x3a\x1a\xe2\x4a\xc3\x02\x78\x71\x89\xb3\xfa\x99\xbc\xee\x84\xa7\xe9\x04\x2f\xae\x4d\xb4\xb4\x34\x9d\x5a\x54\x0a\xbf\xe5\x89\xc6\x97\x84\x06\xd0\xb4\x04\x72\x5c\x76\x5b\x90\x74\xf0\x1c\x4e\x6b\x70\x65\xd5\x2a\x12\xd1\x91\x27\x1c\x31\x61\x1a\x9f\x3b\x83\xed\x76\xc2\xea\xd7\xd3\xe5\x1e\x5e\x6b\x42\x1e\x26\x23\x72\x74\x97\xd1\xe5\x15\x6a\x27\x26\x61\x25\xf7\x6c\xe2\xd4\x73\x4e\xa7\xb2\xe0\x6f\x1c\xf3\x4e\xc0\xdf\xce\xbc\xe7\xaf\x17\x88\xbb\x4b\x0c\xab\x36\x80\x17\x33\x69\xd5\xee\x2e\x50\xe2\x15\x03\x4b\x36\x93\x67\xa0\x7d\x67\x77\x5d\x38\x69\x1f\xf5\x0a\x67\x90\x51\xff\x93\x0d\x7e\x64\x34\x4e\x9b\x2d\xe9\x5c\xbb\x1a\xad\x39\x4e\x9e\xc9\x73\x50\xe5\x4f\x62\x0f\x39\x35\x24\xa4\x67\x97\xe3\x0f\xf6\x01\x9c\xef\xcd\x84\xd3\xce\x44\x4d\x01\x33\xce\xdb\xc8\x13\x98\xb8\xac\x25\x00\x98\x38\x2f\xfa\x4e\xa0\xe1\x06\x96\xe4\x99\x14\x6b\x48\xfc\xf4\xee\xf6\xfa\x21\x96\xa2\xf3\xe9\x75\x85\x3b\x8a\x9f\x25\x90\xe8\x53\xdd\x41\x61\x49\x5a\xa8\x09\x43\x37\x85\x7a\x2b\xae\x0b\xd1\x6e\x86\x6b\xe1\xb3\x40\x13\x59\xa0\xa5\x7f\x76\xb0\x9f\xe2\x08\x61\x97\xa7\x3c\xb0\x26\x6c\x33\xc1\x0d\x9e\xc9\x43\xd5\x6e\x5b\xf5\xe5\xc1\xa0\x3e\x53\x6c\x33\x33\x57\x9c\x27\xb0\x6f\x69\x4f\x53\xd1\xdd\x34\x92\x25\x3c\x1b\x9b\x4c\x28\xc4\xdf\x70\xfb\x00\xd2\x5b\x3f\x10\xee\x20\xbd\x79\xfb\x78\x26\x9d\x1f\xad\xd3\xe2\x90\x19\xf3\x5f\x3e\x76\xc9\x95\x1f\xf8\x19\x76\xff\x07\xcf\x8d\xd8\xb4\x13\x10\xb7\x84\x6f\xca\xcc\xc7\x6e\x76\xe3\x87\x1b\x9f\x6c\xaa\x45\xd9\xa4\x62\xa7\xc9\x09\xe5\xcc\x5e\x83\xe6\x98\x7f\x66\x63\x39\x6a\x8e\xca\x5e\x77\xe6\x90\x63\x66\xa4\x1c\xfe\x4c\x33\x9f\x88\xaf\xe3\x4f\x78\xe4\x33\x9f\xb6\xd7\xaf\xed\xbe\xee\xfc\x78\x69\x4b\xe1\x7f\xf8\x7d\xf7\xcb\x7b\x36\xf0\x82\x3d\x28\x11\x03\x27\x28\x72\x83\xab\xba\x13\x10\xb9\x7e\xa0\xe2\x82\x21\xd7\x0f\xb4\xd7\xec\x4d\x68\x4d\xea\x39\x39\x11\xfd\x9f\x6d\x72\x36\xb3\x82\x2a\x9b\x1b\x93\x83\xfd\x90\x64\x27\x30\x84\x2c\xcc\x41\xdf\xe5\xb1\x01\x3c\xfd\xd4\x83\xdd\xda\x1c\x1f\x65\xd3\x3d\x1c\xa1\x6a\x10\x02\x4a\xae\x1c\xe6\xcd\x7b\x69\x52\x41\xcf\x53\xbb\x23\x95\x2b\xb9\x4d\x25\x13\x67\x35\x6f\x30\x39\xad\xc7\x80\xc6\xf5\xe3\xf0\xc5\x1d\xff\xa3\x03\x83\xff\xd6\x0f\xc7\x7f\xcb\x5e\xd8\x4f\x2e\xf2\x6a\x32\xef\x8b\x12\x4e\x06\x84\x6f\x2e\x4e\x80\x02\xc4\xa1\xf3\xca\xf3\x4d\x38\x51\x16\xc0\x40\xeb\xae\x08\x70\x03\x9f\x88\x99\x0d\xbf\xcc\x2d\xd7\x09\xea\x5b\x06\x3c\x6a\x02\xfa\x16\x59\xe8\x86\x10\xc5\xfd\x40\xf1\x02\xf3\xcd\x3b\xd4\x33\xd7\xcd\x6d\xcc\xa1\x1a\x00\x53\xcc\xd5\x58\xb5\xe6\x78\xc8\x6d\x4d\x5c\x81\x4e\x91\x90\xc5\xfd\x70\xf2\xb5\xdd\x3d\xe4\xd8\x32\x12\x4d\x31\x37\x2d\x00\x8e\x73\x93\x73\xdb\x2c\xfc\x97\xb4\xbf\xe4\xe6\xa2\x80\xbd\xe5\xc6\x10\x9e\x16\xa2\x6e\x6b\x85\x3b\x9c\xc8\xef\x76\xfb\xc1\xc1\xed\x6e\x78\x60\xc9\xb9\xef\x01\x65\x78\xf0\x65\xd2\x54\x9c\x8d\xcb\x4c\x70\xb0\x99\x0d\x29\xa2\x3a\x0d\x00\x5d\x3f\x4e\xb3\xcb\x76\xd1\x37\x72\xd7\xdb\x9b\x3a\x76\xa5\x0b\x32\x0f\x00\xba\xf8\x41\x2a\xc3\x59\xe1\x21\x31\xf3\xde\xa7\xba\xbe\x77\xb4\x0f\x36\x6f\x79\xb8\x29\xe0\x63\x63\x97\x42\x23\x87\x32\xd0\xa1\xdb\xb2\x18\x05\x25\x4f\x66\xd4\xe9\x0b\xc7\x14\x0d\x0e\xdc\xb9\x74\xf8\x2d\xae\x1e\x0f\x47\x68\xef\x5a\x91\xd8\x59\xf9\xeb\xe2\xd1\x80\x9b\x5c\x24\x3a\x27\xe1\x31\x31\xf3\xb5\x7b\x92\xaa\x5c\x7b\x93\x4e\x89\x17\x1e\xe3\x76\xe4\xde\xc3\x0e\x5f\x18\x4c\x8d\xfe\xda\xa2\x79\xfa\xad\x69\x29\xbe\x51\xd7\x41\xce\x67\x60\x05\x0e\xa7\xc1\xed\xcc\xa1\x5e\x37\x6c\x0b\x95\x26\xdf\xce\x15\xb9\xde\xde\x5d\x5a\xc8\xa3\x01\x05\x9d\x26\x3f\xb0\x17\xd9\xe1\xc3\x76\xc3\x21\x15\x23\x60\xb4\x3f\x39\xf7\xcd\x1c\x72\xb6\xab\xb8\x01\x3f\x17\xb5\xa4\xc7\x9e\x5d\x03\xfa\xf5\xd9\xf5\xa7\xfd\xb8\x1f\x4d\xb5\xfd\xbc\x45\x33\xb2\x0b\x04\xba\xae\x96\x03\x00\x5d\x3e\x1d\x0a\xb0\xd8\xd3\x70\x6d\xbf\x96\xc8\x77\xdd\x41\xe2\xbe\x34\xb3\x46\xdc\x21\x3b\x88\xad\x62\xd7\x52\x9c\xdd\x2a\x3a\x3f\x5f\x8d\x75\xf2\x28\x81\xe5\xec\xb1\x4f\x06\xe0\x10\x7f\x4c\x16\xe7\xe7\x07\x23\x43\xdf\xc8\x9f\x8c\x4c\xee\xfa\xed\x4e\xa2\x8c\xcf\x5a\xd1\xc5\x9e\xed\xe2\x39\x33\xb3\xe7\xb9\x43\x8e\xa5\x97\x92\xd6\x2f\x60\xe3\xbc\xd5\x3d\x45\x8d\x9b\x9a\x90\xf3\xda\x5d\xc7\x87\xd7\x8e\x72\x63\xb2\xbd\xb8\xa3\x87\xc0\x8d\x4b\x02\x4d\xce\x72\xec\x55\xd4\xf9\xc1\xb0\xd2\xc1\x80\xc8\x45\x83\x4f\x7e\x74\x5e\x54\xfe\x1f\x66\x37\x95\xd2\xa1\xf9\x61\xa5\x14\x8c\xb1\x9c\x8c\x09\x15\x03\x15\xae\x1f\xcc\xa3\x72\xda\x45\x89\xff\xab\x9f\xe2\xbb\x48\x52\x02\xe0\x4c\x00\xe2\xb2\xf6\xd7\xa2\xb0\x64\x99\x17\x8e\x53\x85\x49\x98\x25\x64\x5f\xf7\xac\xb4\x24\x64\x00\xd6\xd7\x62\x50\xe3\xb9\x5f\xec\x1c\xb4\x2f\x23\x2d\xd1\x3f\x8a\xa1\x1b\x71\xb0\x99\x25\xbb\xe6\xf6\x0f\xad\x80\xf0\xe1\xa2\x38\x62\xd1\x94\x0c\x17\xb7\xab\x36\x9a\x29\x9d\xa0\x30\x62\x5d\x97\xbc\xbb\x9d\xb6\x1a\xcb\x43\x1b\x4e\xc9\xf6\x0e\x9c\xb7\x14\xeb\x4e\x79\x65\xcf\x52\xca\x50\x80\xb1\xca\xc0\xa1\xf3\x4a\xf5\xdc\x68\x73\x43\xba\xde\x68\x96\xe1\xf1\xa7\x16\xf1\x22\x38\x29\x4c\xb8\x54\xd4\x81\xe2\xff\x46\x2d\xa1\xdb\x44\x23\x4d\xb0\xed\xe2\x7d\x3c\x8f\x01\x4b\xa5\x1d\x68\xbb\x80\xcd\x75\xfc\x01\x66\x31\xc0\x86\xec\xad\x54\x44\x83\x33\xa9\xda\xb9\x08\xa0\xa2\x30\xb2\x0c\xa3\x5e\x69\x1c\x01\x78\xae\xe3\xff\x3d\x4b\xdb\x1d\x4d\x3b\x9a\x33\xe9\xf4\x87\x9d\x48\x27\x34\x39\xa5\xed\xd0\xaf\x16\xe7\xa2\x59\x0c\x75\x85\xf7\xf1\x2c\x3a\xd9\xe2\x36\x34\x81\x8f\xeb\x87\xbd\xdb\x35\xba\x20\x0b\x4b\x77\x81\xc2\x5c\x41\x8c\xeb\x87\x6d\xef\x4c\x6a\x0b\x51\xfc\xa0\x86\x03\xff\xd6\x8f\x9d\x9e\xd6\x56\x4b\x40\x53\x44\x44\x80\x0a\xd7\x0f\x84\x4a\x31\x7c\x06\xde\xd1\xb3\x78\x97\x75\x9c\x7f\x8a\xd9\x37\x81\xfc\xc9\x72\xc0\xda\xb5\x5d\xd0\xf5\x75\x5b\x79\x61\xfa\xb5\xef\x06\xf3\x63\x78\x6b\xad\xf3\x3f\xbd\x8a\xfc\xa8\xd4\x00\x3f\xef\x59\x7f\x2a\xc0\x77\xc5\xf2\xc1\xab\x6b\x82\xe5\x23\x1a\xfc\x04\xcb\x27\x66\x4d\xe2\x07\x00\x98\xcc\x65\xb0\x7c\x84\x67\x9f\x60\xf9\x9c\x04\xef\x9f\x75\x78\x1c\xd7\x2d\x03\x6c\x5c\x86\xba\x0a\x6f\x60\xcd\x27\xaa\xf8\xf0\x7f\x6c\x25\xf4\x62\x55\x86\xb2\x6b\xa8\x93\x45\xd4\xa4\x6f\xa6\x4a\x09\x17\x03\xd8\xfc\xdf\x3d\x1d\x93\x57\x58\x1e\x2e\xaa\xcf\x7a\xe9\x14\x49\x7b\xb0\xef\xca\x49\x40\xe8\xd9\x7a\x7f\xd5\x3f\x2b\xed\x0c\x36\xda\x0c\xf0\x5a\x78\x55\xdd\x62\xb2\x5a\xdc\xed\x3e\xc3\xe2\x8c\x5e\x6f\xf7\x5f\xcc\x05\xb8\x7e\xdd\xb8\xe6\x4c\x98\xca\xde\x36\x99\xe8\xde\x0c\x83\x42\x6e\xcf\x9e\xec\x72\x45\x6b\x37\x87\x97\xca\xd8\xa7\xd6\x9b\xe5\xd5\xfd\x9f\xb9\x07\xa3\xad\xb7\x8c\xda\x61\xbd\x99\x7c\xac\x95\x6a\x48\x68\x0f\x88\xaa\xe2\xd7\x6e\x7b\x14\x2d\xac\x54\x31\x7a\x3c\x1f\xaa\x9e\x86\xe2\xcd\x36\xab\xa7\xa1\x9e\xa5\x00\xd8\x23\xfc\xf1\xdc\x78\x3d\xb8\x74\xce\xfa\x58\x13\xaa\xfe\xd8\x72\x1a\xb8\x83\x69\x20\x72\xea\xeb\x12\x86\x8b\xd6\x97\x91\xdd\x2f\x58\x5b\x7e\xe9\x65\x94\x77\x9a\x01\x33\xa7\xe8\x2d\x78\x91\x77\x20\xfc\x44\x63\xcd\x4d\xd9\xc3\x17\xf2\x4d\x64\x67\x7d\x37\xaa\x98\x3f\xe4\x38\x48\xf1\x6a\x14\x4a\x8f\x68\xc0\xfb\x11\x3d\x72\xd6\x8f\xb5\x81\x9a\x06\xf4\xcf\x39\x3d\xae\xa9\xca\x64\x27\xe8\x96\xc9\x70\x0c\xb0\x7f\xce\xe2\xe2\x68\xc4\xe1\x27\xbe\xc8\x6c\xe7\x1e\x90\xc4\x0f\x17\x23\x7a\x4f\x53\xfc\xa0\xe6\x35\x01\xe3\x5c\x99\xc2\xd1\x4c\xcf\x7b\x5a\x62\xce\x61\x57\x6c\xec\x9e\x74\xf4\x69\x49\xa5\xc3\xec\xde\xf3\xf0\x30\xa5\x85\x60\xca\x1e\x7a\x34\xf7\x3c\x1a\x79\x84\xa3\x99\x9e\xc5\x34\xc2\x47\xb9\x03\xde\x00\x34\xba\x69\x00\x40\x13\xa9\x7c\x13\xb3\x06\x17\xea\x09\x00\x4d\x52\xc3\x15\x7f\xa6\x26\x26\x0a\xf8\x33\x22\xe2\xcd\x86\x51\x93\x3b\xb5\xb3\x15\xe6\x28\xf6\xa2\x56\x18\x1d\x94\x78\x50\x69\x92\xd2\xbc\x15\x78\x22\x96\x2a\x51\x69\xe6\xf9\x27\xcf\xe6\xd9\x0c\xc2\xa8\xf5\x08\x94\x9a\xa8\x2f\x7d\x5a\xe5\x83\x70\x07\x10\x68\x32\x97\xb7\x66\x73\x0b\x34\x4d\xc4\xcc\x44\x27\x6c\x4a\x23\x34\x47\xf0\x67\xc4\x3f\x9a\x6d\x1b\x26\xad\x30\x17\x3b\xb4\xad\x83\x45\xe3\x35\xcf\x29\x14\x0d\x80\x17\xb3\x61\x87\x24\xb6\xc5\x6c\x2d\x26\xaf\x27\xb6\x8d\x03\xbe\x6c\xed\x62\xbb\x24\x14\xd2\x6c\x5b\x10\xc1\x73\x1b\x7e\x32\x1a\x05\x5b\x88\x9b\xee\x41\x45\xeb\x9c\x23\x14\xe9\xbb\x9d\x94\xd0\x71\xe3\x41\x93\x07\xab\x26\x7b\xd8\xdb\x14\x49\xec\x29\x5a\x27\xce\xa9\xb3\x90\xb3\x3e\x9d\x55\x04\xaa\x99\x9e\x46\xb5\xae\x68\xce\x7e\x15\x80\xa3\xc3\xaf\xee\xfa\x99\x4a\xe6\xe1\xd8\x0f\x27\x1b\x2c\xa6\x8d\x7d\x4d\x96\x0e\x1f\x6e\xca\x5d\x04\x3a\xce\xb8\x17\x6e\xe2\x9b\xc2\x70\x1a\x81\x19\xa7\x43\x84\x18\x71\xe3\x21\x1a\xce\xf4\x60\x0a\x34\x9c\x84\xeb\xed\x6c\x9c\x14\xaa\x6f\x80\x8c\xd3\x4f\x1b\x8b\x48\x01\x4b\x73\x36\x42\x35\x70\x37\x6f\x02\x98\x13\x55\xa7\xb6\x84\x5b\x2c\x56\x36\xb6\x5f\xc2\x31\xcd\x66\xe4\xa7\xe9\x0c\x8e\xed\x97\x18\x46\x13\xf0\x1c\x41\xa6\x66\x9b\x1b\xed\x97\xff\xdd\x5d\x3b\x85\xf0\x12\x26\xfe\xd7\x6c\x1c\x2c\x12\xe5\x70\xb6\x89\xfd\xc5\xd5\x6a\x40\x28\xed\x7d\xed\x72\x84\xe9\x99\x0b\x1f\x3d\x47\xf8\xda\xbd\xc4\x57\x2f\xe3\x73\xc1\x5e\x36\x0a\x8f\x16\xb8\x76\x59\x41\xbe\xab\xbb\x0d\x1c\xb0\x6d\x29\x84\xd0\x6b\xd7\x45\x22\xff\x57\x87\xb5\x97\x2f\x4c\x5f\xce\x16\x36\x6e\x6e\x6f\x36\x3a\x8f\x2e\x2e\x2d\x84\x90\x40\x0c\x13\xa4\x9e\x7e\xda\x9b\x77\x8f\xda\x3a\x37\x6f\xa7\x91\x33\xfb\x36\xdc\x92\x99\x71\xeb\xb3\x68\x44\xd0\xd0\xeb\x12\xcc\x1e\x2f\xd7\x4c\x21\x7b\x08\xca\x30\x01\xe9\xc9\xea\x64\x80\xf4\x9c\xd9\xea\x71\x11\x1d\x38\xc7\x09\x0c\xcf\xe9\x9e\x07\x18\x1e\x43\xce\xce\xe6\x15\x49\x2d\x6b\x60\xf2\x74\x1c\x60\x67\xd3\x33\xc7\x1e\x43\xfc\x9c\xae\xd9\xe7\xe3\x7f\x0a\x7b\x09\x33\x60\x7f\x1b\xf5\x98\xf8\xe0\x13\x48\x1e\x03\xd8\xcd\xc6\x21\x22\x31\x5a\x66\x33\x58\xa4\x9a\x3a\xe8\x3c\x05\x60\xf4\x09\x3a\x4f\xbc\xa0\x7e\x5c\x3c\x6f\x8e\x2f\x92\xe8\xdc\xff\xef\xce\xf0\x53\x1e\x3b\xdb\xba\x2d\x89\xca\x1f\xad\x7d\x8d\x7b\x2c\x4a\x29\x70\x7c\x72\x42\x21\x68\xc8\x9c\x94\xa4\x3b\x11\xec\x5c\xae\x9f\xeb\x28\xd1\xbe\x7d\x5a\xc1\xff\xaa\x4b\xc8\xb5\xb6\x88\xbd\x20\xd7\x36\x3e\x25\x17\x57\x66\xc3\xe1\xc7\xdd\x4b\x5b\xc4\xb7\xb2\x29\xb8\x01\x6b\xd8\x06\xc6\xc7\x20\x79\xb3\xad\x3d\x1c\xbe\x08\x9e\xcb\xfd\xd3\x09\x40\x8f\xb8\xd0\xb3\xeb\xed\x6b\xc5\xfb\xb1\xf9\x84\xa9\x98\x77\xc9\xff\xdd\xcf\xd1\xf1\x20\xf4\x18\xac\x6e\x82\xd0\x63\x20\x8c\x09\x40\x8f\x81\xb9\x26\x00\x3d\xf1\xd9\xc2\x0f\xae\x6b\xa0\x1f\x01\xca\x63\x28\xcd\x09\x28\x8f\x51\x79\x26\x98\x3c\xc6\x67\x99\xa0\xf0\x18\x4a\x67\x82\xbc\x63\x6c\xa1\x29\xf0\xce\xd0\x9f\xa0\x9f\xd4\x02\x25\x11\xe0\x1d\x63\x84\xcc\x7e\xee\x56\x53\x0d\x5d\x79\x3d\xc9\x06\x85\x67\xef\x69\xfa\xa9\x22\x52\xfc\x94\xfe\xa4\xfc\x6f\xa4\x49\x79\x6d\x4f\x74\x01\xdb\xe6\x9e\x70\xb6\x46\x09\x12\x76\x67\x7a\xbe\xdc\x13\xab\xdb\x9e\xcd\x2c\x62\x64\x47\xdf\xb2\x9f\x49\xd5\x35\x91\x5a\x5c\xe6\xf8\x60\x4a\x6f\xba\x80\xd2\xee\xd0\x03\x8c\xbb\x38\x01\xdd\xf1\x7e\xe9\x04\x66\xc7\x40\x48\xb3\x23\xe0\x87\x87\xfc\x1d\x01\x7f\x3a\x90\xc5\xaf\x4a\xa7\xde\x7e\xa8\xd0\x4f\xc5\xcc\xdd\xcc\x66\x60\xb8\x8a\x19\x28\x0d\x1d\xb4\x97\x1d\x23\xc1\xdc\xf0\xcd\x69\x86\xad\xaf\x51\xa7\x02\xeb\x42\xbc\x74\xcf\x26\x99\xd6\xbd\xea\xff\x21\xbd\xaa\x7d\xfb\xa3\xb1\x53\xe5\x4b\x75\xd7\xc3\x17\x6e\x16\x51\x4d\x80\xe2\xd1\x31\x7f\xf6\xaa\x16\xd9\xfd\x71\x9b\xc5\x1f\x2c\xe4\xe2\xff\x80\x5b\x21\x2e\xc0\xe8\xe9\xa7\xb3\x34\x14\x85\x5e\x9c\x44\x1c\x60\x6a\x2d\xea\x62\xd6\x11\x9e\x6c\xf6\x66\x47\xd1\x22\x95\x03\x87\x68\xbb\x05\xb1\x6a\x01\xf2\xd9\x1e\xed\x9d\x5b\xa2\x04\x02\x99\x80\xfa\x44\x95\xfc\x12\xec\xce\x46\xe0\x23\xe4\x0a\x06\xed\x27\x8a\xa3\x88\xce\xc4\x46\x60\xf6\xbe\xeb\x41\x79\xe8\x10\x9a\x1f\xfb\x3e\xe0\xec\xa6\x62\x60\xd0\x1f\x7b\x67\xa2\x55\xbf\x74\xdb\x69\xf4\x20\x7b\x5c\xc2\x63\xcc\xde\xd5\x12\x5d\xcf\x5b\x3d\x70\x15\x1a\x25\x72\x98\x6c\x58\x13\x0a\x1c\xde\x22\xfa\xa3\x53\x73\x1f\x70\x62\xcb\x1c\xf4\x16\xba\x4a\x17\x33\x76\xec\xaf\xd9\x11\xf4\x16\x27\xa4\x7a\x25\x01\xee\x13\xb3\x87\x1c\x73\x4f\x7b\x52\x19\xde\x51\x13\x6f\x9f\x1a\x8b\x4c\xa5\xe2\xe1\x04\x98\x7b\x36\x98\x85\x16\xa3\x91\x88\x0d\x34\xf4\x8a\xee\x73\xb7\x98\xaa\x5c\x06\xce\xa2\x2b\xdc\x6b\x26\xd7\xef\x05\x53\x71\x96\x5d\x34\xc4\x3a\xb2\x8f\x74\x97\x25\x4c\x50\xb7\x22\x97\xa6\x18\x07\xf1\xd2\x13\xdd\x17\x7b\x49\x50\xa9\x7b\x4f\x64\xde\xdc\xbb\xee\xfe\xd0\xae\xe3\x92\x37\x5c\x81\xfa\xfa\x46\x07\x52\x69\xe8\x7a\xf3\x68\x3a\x16\x11\xa8\xeb\xc1\xde\x1f\x2b\xcc\xc7\x1e\x2b\x4c\x76\x4f\x38\x87\x35\xc6\xf2\xaa\x21\x53\x44\xa0\xae\xe3\xf3\x46\x04\xd2\xfc\xd8\x95\xcb\xce\x6c\x0c\xaf\xc3\xa3\xd3\xfe\xec\x99\xe3\x87\xd5\x32\xed\x22\xef\xe7\x68\x47\xed\x62\x17\x28\x6e\xfa\xab\x2d\x80\x7a\xbd\x72\x67\xe5\xc2\xbb\x2b\x46\x8f\x6d\x49\xad\x64\x30\x44\x4c\x62\x3f\xd8\x5f\x37\xa9\xf2\x17\xc5\xb3\xf3\x7e\x6f\x14\x6d\xf1\x16\xcf\x6c\x01\xfb\xde\x1b\x3a\x90\xdf\xae\x0c\xc9\x84\x11\x1a\xf6\xcc\x87\x9c\x71\x19\x80\x7f\x97\x1c\x24\xe1\x0a\x74\x79\xe8\x6b\x67\xe7\xcd\x82\x99\x3a\xd9\x08\x05\x9d\xb3\x74\x35\xc1\xe1\x0b\x96\x80\xa3\xba\x18\x08\x27\xc5\x96\xb5\x56\x1e\x0b\xad\x4e\x2d\x5d\xf0\x56\x04\x35\xe8\x40\x99\xa8\x13\x73\x18\xfa\x19\xf6\xb4\x81\x82\xe8\xde\xa1\xc7\xed\xdc\x2f\x64\xa0\x85\xff\x1b\xbe\x7b\x66\x96\x3d\xa1\x85\x0f\xcc\xb6\x84\x4a\x99\x62\x06\xd5\x34\xfc\x14\xfd\x39\xfc\x92\xea\x4e\xb6\x1e\xbb\x3f\xfd\x16\x82\x97\x51\x07\x34\x28\x6b\x58\x00\x33\xe8\x24\x9e\xd7\x04\x33\x28\xcb\x4b\x81\x0c\xca\x2a\xfd\x63\x0b\xe4\xec\x0f\xd7\x34\xcb\x6d\x70\xe9\x86\xb0\x39\x13\xc8\xa0\xac\x1b\xcb\x46\x0c\xd2\x8a\x0a\x62\xd0\xa9\x22\x3d\x3c\x2d\xd5\x8b\x7e\x9c\xbb\x82\xd1\xcd\x23\x6d\xe8\xf9\xca\x0f\xf8\x16\x93\x07\xec\x9f\x48\x45\xd5\x15\xd5\xf6\x48\xf2\x60\x2a\x9b\x5d\x76\xba\xb3\x68\x7f\xb4\x2e\xc9\xd8\x5b\x7e\x17\xdf\xa8\x3f\x9f\xf0\x8e\x6d\x83\xb6\x8f\xb6\x0d\x1a\x6e\x03\x96\x50\xf7\xcc\x6d\x60\x69\x76\xf3\xb0\xd1\x83\x34\x66\x8e\xcc\x7e\xc1\xdc\x99\xf5\xca\x4c\x04\x49\xe8\x2c\x5a\x9a\x40\x0f\xca\x44\x7c\x9e\xa0\x07\x65\x57\xe8\xc8\xcc\xe9\x61\x09\x76\x11\xec\x01\x8c\xa0\x24\xd0\xcb\x1c\x0a\x7c\xa7\xc0\x16\xf8\x4c\xe4\xb1\x05\xbb\x43\x8d\x0d\x40\x6e\x2c\x46\x90\x57\x5f\x06\xfb\x7e\x65\xfc\x86\x05\xf2\x8a\xd8\x30\x26\x9c\x03\x57\xed\x60\x2a\x55\x35\x8b\xed\x1f\x1c\x81\x4e\x73\xb3\xe5\x77\x40\xab\x8b\x7e\x27\x0a\x39\xa6\xc3\x07\x40\x40\x59\x15\x10\xbc\x9f\xe2\xd1\xef\x68\x58\xc8\xa7\xff\x3b\xb1\x50\x67\x86\x92\x19\x0d\x6b\x34\x1b\x64\x0f\x2a\x80\x9d\x0c\x86\x6f\x48\x8e\x45\x87\x77\x5a\x74\x67\x96\xc0\x6e\x40\xa2\xc9\x44\x72\x9c\xc3\x1d\x9a\xe9\x75\x81\xd1\xee\x3e\x2e\xd7\x0d\x5a\x12\xa8\x34\x69\x6f\x7e\xc7\x45\x47\xb1\xeb\x1c\x5e\xa2\xd0\xaa\x09\x46\x4d\xf7\x76\xc4\xc6\xa8\xd1\xc9\x67\xb8\x79\xb3\x4d\x46\xf0\xd5\xb8\x37\x6e\x8d\x23\xfb\x5b\x2e\xe1\x9d\xdf\xa3\x05\xf3\x3c\x5e\xba\x2f\xfe\x88\x56\xe9\xef\x3f\x1e\x5b\x45\xd3\xb7\x37\x8c\x03\x8b\xa8\xd0\x41\x7e\x3c\xbb\x44\x53\xed\x12\xfd\x61\x83\xab\xdf\x72\x1d\xba\x5c\x5e\xc3\x9e\xd1\x75\x00\x75\xef\x6f\xb1\x45\xaa\x36\xf7\x33\xd4\x99\xb5\xda\xfc\x18\x35\x68\x70\x80\xa6\x07\xc5\x10\xef\x4d\xd3\xd9\x30\x82\x7f\xb6\xf2\x9f\xdb\x69\x97\xc4\xb7\x2f\x28\xd0\x2d\xb1\x75\xea\x9e\x15\x0d\x51\xe1\x34\xa4\x8d\xd8\x3a\x75\x0d\x2b\x23\xf8\x7c\xd9\x3c\x20\xf8\x7c\xcd\x2e\xfb\x8f\xab\x45\xf2\x3b\x37\x4e\xa8\x8e\x63\xed\x8a\xd0\xd7\xb0\x76\x95\xb6\xb1\x76\x3d\x4c\xb5\x71\x5c\xf9\x1f\x79\xef\xda\xe2\x02\x25\xf1\xb4\xe7\xdc\x07\x6c\x14\x3d\x0f\x87\xc3\x17\x5c\xbf\x38\xa5\x2b\x07\x59\x8d\xd3\x3b\xfd\x5a\x8a\xe6\x61\xeb\x2a\xff\xe3\x6c\xce\x59\x0d\xf8\x33\xa7\xfc\x15\xc8\x99\xa4\x0a\x30\x8d\x59\x2b\x1b\x05\x7f\xa6\x6b\x79\x05\x7f\xe6\xcc\x9b\x5e\xa0\x53\xc0\xe9\x4c\xd8\xb9\x07\x2f\x06\xff\xcb\xb5\x98\x94\xa0\xd1\xf4\xf4\x47\x04\xb6\x39\xe1\xbc\x7a\xd0\xcf\x6d\x15\x65\x92\x4d\x38\xaf\x3e\xd7\x33\xed\x4e\x34\x55\x30\x03\x02\xe2\xcd\xa9\x37\x68\x95\xae\xee\x6a\x8d\x83\x09\x77\x00\x99\xe7\xc4\xbf\xc4\x71\x9a\xc2\x94\xea\x47\x3c\xf5\x23\xd1\x0e\xba\x81\x6d\xf4\x42\x02\xb3\x26\xde\xf0\x83\x1b\xf4\x35\x33\x31\xe6\xde\x28\xa1\xe8\x00\x47\xd3\x75\xcf\x05\x75\xa6\x6b\xd3\x03\x74\x26\x12\x99\xdd\xb1\x9a\x66\x77\x8b\xb7\x7f\x30\x56\x8e\x28\x8c\x53\xe1\x0e\x32\x4d\xd7\x07\x14\x64\x9a\x28\x9c\x96\x14\xd5\x3a\xb8\xe5\xac\x74\x31\x2a\xc0\xdc\x46\x51\xb8\xd1\xac\xd6\x84\x51\x14\xae\xdb\xcf\x56\xef\xd0\x4e\x5f\xec\x16\x9a\x63\x77\x1d\x25\x12\x08\xa7\x66\xa7\x50\x55\x2e\xed\x37\xcb\x37\x7c\xa0\xc9\x9c\x60\xc4\x42\x99\x64\x36\xab\x93\xe8\xe9\xc7\xfe\x7f\x7f\x98\x1c\x5e\xa9\xf7\xea\xd7\x0c\xf5\xda\x68\xa5\x73\x6e\xcb\x19\xec\x68\x5e\xae\x24\xe4\x32\x60\x26\x5d\x93\x07\x58\x26\xf1\x82\x6f\xe1\x92\x5f\xb2\xff\x87\x2c\x23\x9a\xd8\x04\xa8\x24\x3e\x45\x0e\x0e\x60\xaa\xf7\x14\x41\x2d\x49\x49\x5b\x16\xb0\x25\x49\xaf\x71\x60\x4b\xb2\x26\xb5\x69\xcc\x30\x6d\x59\xe0\x91\x74\xbd\xbe\xe6\x36\x72\x75\x53\x2d\x7f\x90\x3d\x14\xea\x0c\x8e\xf7\x9c\xcf\xae\xbb\x3f\x62\x76\xa9\x75\x4f\xd8\xa7\x66\x8b\xc9\x01\x8c\x9e\x65\x13\x86\xa9\x2f\xd7\x44\xb7\xae\xd9\xe5\x8a\x6e\xbc\xa7\xc9\xcb\x12\x61\xcf\x2e\x14\x8a\xae\x59\x53\x6f\x05\xaf\x13\xcd\xad\x26\x0f\x73\x63\x61\x73\x5e\xe3\xc6\xa0\x53\xd3\x34\xdc\x97\x5a\xea\x14\x6d\xda\xbb\x2f\xf3\x65\xfa\xc9\x81\x0c\xb0\xa2\x05\x6c\xe2\xdf\xa0\x9b\xd7\x7c\x9d\x7e\xc3\x02\x17\x2f\xc8\xfd\x6d\x26\x42\x21\x1c\xa6\xe8\x54\x30\x85\xf7\xd2\x66\x36\x97\x33\x06\x96\x0c\xde\x49\xd7\xeb\x04\xbc\x93\x78\x61\x2a\x6a\x02\x8f\x9c\x06\x09\xd7\x03\x1a\xec\x93\x54\xa8\x2e\x70\x27\x5d\xdf\x92\x4b\x53\x53\xc6\xd6\x01\xdc\xc9\xb9\xc5\xe4\x25\x1a\xb4\x76\x89\xeb\x60\x2a\xb1\x89\x17\xfb\xa4\xa8\x48\x5d\x46\x03\x57\x98\x5e\x46\x03\xd7\x84\x00\x14\x4a\x34\xcb\x37\x1f\x62\xc7\x6f\xd1\x76\xa4\x2c\x50\x28\x91\x68\xf0\x43\xee\x30\xfc\x91\x30\x0c\xfd\x91\x07\x0a\x94\xe2\xea\x03\x0e\x25\x5a\x93\xf8\x01\x83\x28\x7e\x6d\x57\x73\xf2\xe3\xb3\x9a\x64\x49\xf6\x2b\x8c\xef\x92\x87\x6a\x3d\xb8\xb6\xe7\x3c\xab\x01\x80\x93\xf8\x32\x2d\xd0\x7d\x4f\x1b\xca\x45\x40\x14\x3d\x47\xae\x64\xf7\x93\x23\x54\xcf\xac\x2c\xb9\x36\xe3\x64\x4e\x5d\x86\x16\xd3\x59\xfa\x52\x11\xd5\x45\xf9\xca\xbb\xfa\xbe\x09\xad\x54\xcb\xe2\xa5\xb7\x7d\xde\xa9\xe0\xc8\x98\x0c\x00\x22\xe9\x1e\xdd\x83\x43\x92\x0e\x9d\x2b\x2f\x99\x2b\x12\x0b\x50\x92\xee\x91\xfc\x55\x9c\xe9\xd3\x17\x8c\x2a\xa2\xf6\x92\xd1\xba\xfb\xbf\xf0\x79\xa8\x79\xff\x70\x54\x93\xc9\x9c\x54\xd3\x12\x99\xde\x88\x4e\x00\x4a\x0c\x68\x3c\xc5\x24\x39\x34\xda\x03\x4a\xd2\x09\x4a\x3d\xc5\x21\x49\x7a\x0f\x5f\x72\x5a\x84\xfe\x25\x74\x25\xe8\x60\x13\x20\x92\xae\xda\xbd\x71\x48\xe4\xcd\x17\xc6\x27\x82\xc8\x4d\x30\x49\x7a\x62\x97\x7b\x19\xc1\x78\xee\x17\x4c\x2f\x38\x07\x68\x23\xdd\x23\xcf\x0b\xb3\x92\x87\x70\xa0\x8d\x74\x8f\x19\xc1\x14\xe9\x1e\x82\x5d\xb8\x45\xec\x99\x8d\xee\xea\x89\x0c\x28\x13\xc9\x73\x7a\x80\x25\xa2\x30\x32\x18\x59\xd1\x8d\x37\xc8\x12\x5d\x5e\x78\xa9\x96\xba\xf1\x06\x59\x22\x1a\xc1\x0f\xce\x14\x34\xa3\x5f\x9b\xad\xda\x39\xf7\xee\x1c\xdf\xa8\x19\xba\x30\x6e\xf9\x35\x25\x6a\xc3\xd8\xa3\x7c\xef\xa1\xa1\xab\xe4\xb8\xcd\xff\x11\x0a\xee\x58\x2f\x62\x55\x69\x48\xbf\x7e\x2c\x18\x7c\xf7\xd9\xeb\x9d\x2c\x8f\x77\x01\x69\x89\xc7\xdc\x7a\x76\x6e\x40\x09\xb7\xa9\x97\xf0\x89\xea\xb8\x40\x40\x74\xcd\xe8\x42\x40\x4c\x1d\x51\x2f\x99\x2e\x12\xfc\x32\x62\xed\xe1\xcc\x30\xb0\xa2\x6e\xb3\xe0\x41\x9c\x5b\x15\xbe\x34\x4e\xb8\x6d\xbd\x70\xd4\xd6\x9d\xe9\xc2\x4f\xbb\xef\x1c\xb6\x37\x5b\xc8\xc3\x0b\x12\x7d\xbb\x74\x7f\xd8\x91\xf6\xd7\xb7\x4b\xa4\x8b\x3f\x74\x6f\x24\xcc\xb5\xb9\x2b\xcc\xf9\xfa\x76\xaf\xd2\x2d\x38\x67\x67\x19\x97\x6a\x2d\x3c\xff\xd2\x51\xdb\x7d\x8e\x48\x10\x80\x35\x4e\x90\x20\x7a\x82\xb3\x5f\x1f\x7d\x22\x7d\xd1\x0d\xb0\x6c\xc0\x1f\xba\x16\x16\xb0\x1f\xe2\x43\xd4\x63\x31\xdb\x61\xdf\x97\x61\xb0\xb2\x13\x59\xf3\xc5\xfc\x63\xf0\xaa\x79\xc9\xf5\x61\xf4\x97\x57\x98\xdc\x29\x6d\x38\x08\x77\x4a\xb7\x7e\xdc\x6e\x88\xc0\x83\x88\x25\x5a\xf8\x91\x1c\x08\x93\x65\xeb\xe0\x1b\x3a\x0c\xee\x7e\x1b\x45\x44\x15\xff\x26\xfa\xd5\xe1\x40\x8a\x02\x71\xd8\xfb\xb7\x7c\x5f\x9f\xe2\x5b\xfe\xae\xbb\xf0\x7d\x3a\x13\x90\x35\xa0\x3a\xc4\x0f\xca\x54\x13\x86\xf1\x03\xeb\x10\x1f\x33\x3f\x0b\x72\xf8\xbf\x83\x8f\x10\x12\xd8\x61\xea\xc2\x2a\xb0\xc3\xe1\xf6\x0c\x30\x87\xae\x35\xe1\x36\x3c\x64\x66\x79\xde\x89\x45\x0f\xe7\xba\xd5\x89\xbd\xd4\x0a\x82\x43\x7c\x8b\x16\x27\x43\x00\xb3\x40\xc4\x70\xd8\x1b\x82\x3b\x98\x78\xcd\x4c\xd0\x3b\x07\x63\x71\xb3\x74\xc3\xc2\x8f\xdd\x46\x7d\x08\xdc\xd1\xdd\x44\x98\xd2\x9f\x09\x3c\x87\xb3\x59\x86\x5e\x03\x7a\x28\x83\xe7\x70\x7a\x1a\x28\x9e\x83\x8e\x1c\x37\x5c\xdb\x2b\x41\x37\x67\x07\x46\xae\x00\xe6\x21\x7b\xa5\x40\x60\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\xab\x85\x82\xd3\x90\x09\xb1\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\xd5\x0f\x68\x86\x53\x37\xa3\x5b\x55\x57\x77\x07\xf1\x18\xf6\x86\xe7\xd6\x07\xcd\x2d\x1c\x80\x0c\x51\x13\x3e\xdc\x5c\x80\xc8\x12\xd1\x19\xf6\x66\xe8\x6e\xbb\xf6\xd4\x4b\xbb\x81\xfb\x30\x90\x16\x8a\xde\x74\x20\x2a\x0c\x6d\xbe\x77\xdf\x73\xd3\x1f\x76\x8a\xff\x57\x12\x91\xb9\xcb\xaf\x90\x00\x20\x2a\x44\x0e\x4a\x37\x2a\xb0\x47\xee\x80\x25\x44\xe9\x8c\xc8\xa0\xb3\x1d\x42\x4c\xef\x7b\x5f\x06\x40\x42\x64\xa1\x5b\xb8\xb7\x7b\xec\x71\x1b\x8e\x34\x02\xe5\xd6\xda\xee\x09\x32\x38\x0a\xe7\xde\x96\xdd\x46\x96\xf7\xf8\x6e\x83\x27\x78\xf4\x05\x78\xc2\xa9\xe5\x1e\xf0\x04\x63\xc9\x4f\xb1\x13\x0e\xdd\x85\xef\xc9\x70\x39\xc0\x93\x5b\x1f\xdd\x44\xce\x0e\xff\x97\xdf\x21\x78\xee\x69\x3f\x22\x5f\x40\x58\x88\x4f\xf9\xc6\xf1\xb2\x91\x97\xcb\xcf\x55\x7e\xa9\xcf\x64\xdf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x08\xbe\x4c\x90\xcd\x79\xe3\xc3\xa5\xc1\xfa\xd6\x10\xaf\xaf\xef\xcd\xf5\xa4\xdd\xa8\xcb\x80\xe6\x14\x7e\xef\x46\x51\xad\xd8\x5a\x18\x46\x7f\xde\x86\xb4\xd0\x07\xf8\xe6\x58\x5d\xfd\xe7\x36\xe8\xb0\x47\x75\x37\x12\x70\x1e\x69\xfc\x89\x17\xde\x38\x81\xa9\x48\xdc\x21\x1e\x0d\xbe\x3f\x6f\x2d\xfc\x6e\x3d\x6f\x2c\xfc\x53\x77\xc0\x1b\x59\x79\xec\x09\x8a\xac\x54\xd1\xba\x3d\x82\xf7\x00\xfb\xc6\x6c\x93\x93\xff\xef\xfe\x62\x52\x3c\xce\x62\x4b\xd4\xf3\xcb\x49\x8c\xe3\x57\xde\x9f\xdd\x7d\x6f\x76\x96\x23\x4a\xd0\xad\x19\xdf\xcd\xee\x8d\x7f\xd7\x9e\xdd\x2f\xf7\x69\x1c\xc6\x77\x97\xc7\x54\x7b\xed\x0a\x6b\x85\x40\xd4\x4e\x73\x8b\x90\xa4\x8b\xde\x8d\x07\x75\x51\x36\xdf\x78\x6b\xed\x35\xc0\x06\x23\xa3\x97\xdc\x1f\x93\xc8\x81\xfb\x2c\x9b\x9a\x23\x33\xb7\xf9\xe0\xfe\x76\xe1\x94\xc1\x29\xba\xa7\xd7\xf7\x27\x20\x91\xb5\x22\x56\x46\x75\x13\x7b\x7f\x76\xef\xfe\xb1\xfc\x41\xfe\x45\xf7\x9a\x05\xe9\xb8\x3b\x11\x3b\xff\xee\xe9\x25\xf7\x70\x36\xe2\x98\xed\x69\xea\xbd\x76\x4d\xa8\xfb\x52\x1a\xc9\x3c\xbc\xdd\xeb\xd6\xfe\xd6\x31\x3b\x3b\xef\xf4\xc5\xd6\xfe\x74\x2f\x47\x9a\x41\x7c\x42\x1c\x0e\x2f\x11\x3f\xc4\x89\x3c\x3c\x0d\x7f\x38\x63\xf7\x24\xfe\x41\xfe\x79\xe6\xf0\x70\x94\x9e\x99\xff\x0f\x86\x22\x6b\xf2\x1c\x8c\x73\x31\xef\xee\x06\x33\x3c\x24\x1a\xfc\x4f\xf8\x90\x6e\x22\xd9\x10\x1b\xda\x27\x24\x64\x91\xe5\x3f\x06\x40\x76\xf7\xfe\x60\x4e\xca\xc8\xf1\x87\x03\x77\x5b\xf4\x60\x4e\xb2\xa3\x9f\xb3\xf2\xbf\x1f\x72\x45\x5b\x74\xc8\xca\x6e\x58\x88\x07\x2b\xfe\xa1\xd7\xfb\x73\x3a\x49\x6c\xdd\xde\x08\x61\x14\x78\xb0\x25\x65\xb6\x4b\x4f\x72\x51\xb2\x45\x7c\x0c\xab\xac\x39\xe8\x49\x76\x0e\x35\x41\xa0\xe6\x62\x6e\x05\x6a\xf7\x85\x03\x65\x57\x19\x30\xd2\xfd\xfe\x93\xd4\xb3\xac\x58\x72\xa0\x6c\x22\xc6\x7e\xc0\x28\xe7\x83\xcd\x29\xef\xd2\xf1\x7e\x85\xb3\x3f\x58\xf3\x33\xb2\xf5\xf1\x24\x5f\x47\xe7\x47\x71\xcc\x46\xe6\xd9\xe2\x18\xce\xf6\xec\x1d\x95\x83\xe3\xfd\x65\x0f\xfc\x05\x8f\x29\x88\x35\xb0\x63\xba\xec\xef\xc9\x06\xbb\xf2\x53\xb2\xeb\x6e\x81\x54\x8a\xad\xd6\xa3\x47\xdf\x9e\x23\x7a\x94\x6b\x3c\x78\xb0\xfa\x1f\x32\x43\x51\x65\xa6\x6e\xd6\xa0\xca\xf4\x8c\x40\x06\x55\xa6\xe7\x6a\x0e\x7c\xdb\x1d\x1d\x63\x37\x6b\x62\x78\x2a\xae\x89\x56\xbd\x2a\xf8\xfe\xec\xff\x22\x4c\xcc\xd4\xaf\xfc\xa9\x0a\x2c\x56\x3b\x38\x31\x45\x9d\xfe\xf1\x2a\x94\x2e\xd8\x20\xc3\xf4\x0c\xcf\x7e\x0c\xb9\xa5\xce\xf2\x18\xd5\xd9\x2b\xe2\xc0\xc4\xc4\x0f\x7a\xaf\xee\x8a\xfa\x31\x57\x38\x1b\xb6\x87\xe3\xfe\x6c\xf1\x4d\x25\x13\xa6\xf2\xb4\xdd\x04\xdf\x6c\x0e\xe3\x1b\x7b\x83\xba\x6c\x9d\x00\x1e\xf8\x18\xca\x79\xcf\xb0\xee\x9c\x44\x90\x3e\x86\x6c\xf6\x78\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\x83\x15\x6b\x8d\x0d\xe0\xa1\xc7\xf3\xe3\x49\xbd\xe7\x4f\xcf\x47\x6c\x7f\x78\xcf\xa3\x9b\xaa\x5e\xcb\xcf\x67\xbd\x68\x16\xe1\x05\xb5\x9f\x3c\xec\x09\x00\x37\x9a\x00\x56\x74\xc0\xc5\xe7\x23\x73\x43\xbb\x00\x89\x22\x3e\x44\x66\x42\xaf\x7b\x69\x07\x54\x8a\x4c\xc4\xfc\xf9\x2c\x9c\x11\x5d\x26\x5e\x3a\xd1\xbe\xf3\x6c\x7e\xc6\xec\x7c\xb7\x89\x86\x69\x0b\xc4\x44\x27\x6e\xf5\x7c\x65\x4e\xf4\x01\x68\x13\x59\x0b\xe8\x2b\xa3\x42\x31\x79\x65\x54\x4d\xba\x63\x8b\x44\x15\x55\x42\x21\xf4\x6a\xc6\xd6\x41\xfa\x95\xef\xc0\x9c\x5e\xf9\x0b\x6c\x55\x90\x08\x95\xc8\xd7\x83\x41\x4d\x4b\x2f\x0a\xb7\xb1\x42\x5e\x6e\x42\xea\x91\xf6\x26\xab\x47\xb5\x31\x35\x03\x2f\x3b\x5f\x7c\x73\x0c\x95\xf7\x6a\x76\xde\xe9\x1f\x6a\xe4\x77\x64\x91\x6c\x3c\xde\xac\xee\x80\xfc\x7a\xb3\x1d\x0b\x3b\x79\x05\x44\xd7\x78\xf3\x66\xfd\xca\xcd\x62\x05\x31\xb8\xbc\x59\x2d\x28\x9b\x8a\x65\xdc\x4d\x65\xcd\x69\x05\x77\x44\x32\xac\xf7\x2d\xbb\xc7\x29\xb0\xc8\xfe\x90\xef\xaf\x8a\xb8\x1d\x55\x54\x0d\xa7\x3f\x68\xac\xb5\xf2\x2a\xa4\xcb\xfb\xc5\xa3\x47\x0b\xe7\x5b\x9c\x83\x70\x8a\x17\x0b\xb4\xf7\xdc\x5f\x95\x72\xa6\xe3\x5b\xdd\x8c\xd9\x0f\x44\xc3\xcb\xce\x03\x56\xa3\x77\x94\xdf\xbd\xe4\x60\x14\x6f\xa3\x7f\x58\xbf\x6f\x2c\xb9\xdc\x37\xdd\xae\x62\x91\xbe\x7b\xf9\x55\xdf\xd0\x8c\xfd\x62\x37\x83\x32\x84\xef\x90\x4b\xbd\x82\x39\xb9\x32\xc0\xf2\x10\x51\x66\x82\xe5\x91\xbd\xaa\xf5\x36\xfa\xd0\x11\xe8\x8a\x54\x9a\x81\x67\x6e\x76\x86\x74\x25\xba\xcd\xc0\x63\x46\xf3\xea\xdb\xdd\x38\xa2\x03\xbc\x5d\xd3\x79\x35\xfb\xe7\x0f\xca\xf3\xce\xc7\x9c\x7f\xbc\xe6\x21\x68\xc7\xd4\x03\xfc\x1d\x1b\xa3\x84\xb1\xe6\x3e\x46\xde\x2f\xec\x55\xe9\x2a\xeb\x2e\x04\x11\x3c\xe4\x5e\xaf\x81\xe6\x34\xc1\xbc\x5e\x59\x84\x19\x03\xe0\x91\xb2\xe6\xad\x77\xba\xa3\x81\x7f\xbf\x3a\xc7\x1c\xec\x57\xdf\x69\x43\xc9\xe2\x15\x8b\xc3\x6e\xba\xe8\x7d\x36\xa2\xef\x45\x55\x30\x6f\xbd\x3b\x1c\xdc\xe1\x0f\x98\x8c\x5f\xf2\x92\x84\x67\x1a\xef\x65\xf8\xc0\xc3\x1f\xf4\x3e\x5c\xe6\xdd\x06\x7b\xf8\x28\xc0\x1e\x3d\x3b\xa8\xd8\xe8\x8f\x9d\x48\xc6\x69\xad\x6e\xe6\xe6\xf4\x85\x55\xb7\x56\x77\x54\xdd\x5b\xba\xc0\x7a\xf4\x6c\x2f\xdc\xbb\x22\x16\xa1\x40\xb0\xee\xde\x98\xd0\xaf\x1d\x8c\x8f\x48\xc6\x9b\x87\xb9\xed\x20\x3c\x89\xef\x52\xc6\xb3\x27\xa4\x2f\xec\x12\xbe\x8b\xa6\x5d\xec\xdd\xad\x69\xc3\xc2\xdf\x67\x57\x91\x46\xed\xb0\xe9\x87\xd9\x17\x59\x68\xd4\x9b\xf9\x9f\x44\xa2\x9a\xcb\xc2\xc1\xee\xe8\x46\x6a\x01\xba\xa3\x17\x7b\xfa\xdd\xc0\x9a\xbe\xb0\x77\xd9\x9b\xbc\x86\x05\x90\xbb\xbf\xdb\xc4\x64\x43\x3e\x67\xb4\xbd\xf2\xa9\x71\xa0\xd5\xbe\x9f\xb5\x37\xd5\x3e\x3f\x32\x95\x76\x0d\x94\xb5\x77\xab\xcb\xc8\x8a\x17\xb7\x98\x72\x98\x6a\x97\xef\x0b\x9b\x45\xed\x0d\x4b\xeb\xfe\xfc\x5d\x78\x2e\xca\x54\xb8\xff\x7f\xa8\x6c\x0b\xec\x51\x37\xbf\xe7\x94\xa0\xb0\x3f\x7f\x91\x28\x1e\xd6\xbd\x18\x96\xf4\x3e\x04\xe4\xa3\x17\x9b\xbb\x76\xd9\xd1\x8e\xcf\x93\x54\x5d\xeb\xbf\x63\x37\x64\xf2\xe3\xf2\xcd\xc1\x8f\xd7\x1f\x89\x1f\xfb\x03\xd1\xc4\xcf\x8b\xfb\x8a\x21\x00\x3c\xe2\xcd\xe0\x07\x16\x3d\x76\x98\x9f\x76\x1c\x7d\xd4\x3f\xaf\x7f\x28\x59\xbf\x50\x4e\x7b\xb1\x32\x5c\x24\x2b\x7e\xb7\x6b\x11\x26\x37\x9e\x78\x06\xc3\x04\x92\x21\xfa\xc1\x17\xb7\x9f\x35\x47\xc8\x68\xef\x80\x7f\xdd\xf6\x9a\x68\x87\x51\x8d\xff\xc7\xbe\x4e\xc1\x0b\x1c\xf1\x74\xeb\xf9\x44\x48\xd4\x51\x1c\xb0\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x36\xbd\xc0\x04\xc0\x5e\xe8\x05\xfe\x0d\xf4\x42\x51\x4d\x01\x6e\xa1\x17\x18\xcd\xe7\x91\xdf\xb1\x7f\xe8\x34\x6e\xe6\xe1\x0b\x7f\xec\x56\x58\x04\x35\x4f\x7f\xd4\x00\xbf\xbd\xcf\x47\xdc\x7d\x13\x4b\x8a\xdd\x7b\xed\xc9\x41\x77\x5d\xd6\xc6\xff\x43\x0f\xc9\xf0\xf3\xcf\x70\x5d\x6a\x15\x20\x34\x74\xc0\xe0\x26\x00\x0d\xdd\x78\x55\x80\x32\x44\x22\x3a\xe5\xb2\x62\xf4\xc9\x66\x4e\xac\xfc\x0d\xca\xa0\xc4\xfa\xb6\x01\x00\x65\x07\x28\x86\x24\xb2\xef\xfc\xd8\xf4\x7b\x4f\x14\x58\x86\xee\xdd\xe4\x0f\xee\x54\x92\xff\xb3\x78\x8a\xff\x13\x9a\xd6\x89\x49\xf8\xed\x6e\xd9\xc1\x9c\x4a\xdf\x05\x38\x2d\x4f\x7f\xe0\x82\xd0\x2d\x0c\x40\x38\x64\xcc\xf7\xe8\x50\x66\x5f\x3f\x04\xb3\xd8\xff\xef\xd1\xa1\xdd\xcf\x1e\x11\xca\xe6\x8a\xf4\x0e\xf1\x02\x42\x43\xd7\x9d\x41\x84\x86\x86\x7c\x00\x95\x41\x44\xb2\x09\x28\x43\x52\x1b\x07\x94\xa1\x97\xec\xff\xca\x10\x6b\x1e\x5b\xfa\xda\x8a\x2f\x00\xf8\x76\x4a\xef\xdd\x3d\x75\x7a\x2d\x8c\x2a\x71\xac\xe8\x55\x9a\xef\x65\x99\x64\x0b\x5b\xb6\x9a\x5a\x04\xbf\xea\x85\xed\xe0\xf7\xb9\x2b\x61\xc9\x7f\x5c\xcb\x2a\xf6\xd3\xde\xdc\xa3\xa4\x01\xf5\xd0\xcb\x4e\xa4\xfc\x6d\x66\x87\x0f\xd9\xb8\xb5\xc7\xd1\x1f\x44\x3d\x56\x7e\x7f\xcb\x4d\x34\x9b\xa2\x0f\x73\x77\xd9\xff\xdb\xd6\xec\x0f\xbb\x13\x36\x08\xec\x43\x2f\xb0\xe4\x6f\xed\xca\x47\xaa\xb5\xb9\x0f\x2b\x5e\x6c\x86\xe9\x95\x84\xb5\x0d\xcf\xc5\x37\x1f\x71\xca\x12\xff\xbb\xb9\xa7\x17\xd7\xe9\xce\x01\xc5\x72\x9d\xbb\x96\xbe\x51\xb7\x43\x5d\x05\x93\xe1\xf4\x3a\x36\x98\x0c\x91\x9f\x52\x50\x7c\x0b\xd3\x64\x6d\xde\x95\x7d\x61\x87\xa1\x01\x82\xc3\x10\x3f\x4c\xa6\x40\xda\x1f\x53\xb1\x29\xfe\x58\xbe\x89\x4e\x5e\x78\xce\x79\x68\xbd\xd8\x72\x17\x74\x9c\x95\x76\xef\x99\xc8\x7d\x1b\x0a\x28\xf8\x09\xbd\x30\x85\x00\x49\x88\x12\xc9\x92\xad\x31\xca\xda\xca\xbb\x62\x24\xcb\xbb\x62\x54\x59\xd0\x03\x6f\x7d\x00\x7a\x90\xcb\x4e\x45\x90\x3f\x67\xc5\xca\x7b\xc5\x50\x3e\x4a\x32\xc0\x6d\x13\x38\x84\x48\x45\x29\x7b\xe3\x0b\x2f\x05\xdd\x20\x7e\x90\x05\xaf\x8d\xe9\x1d\x12\xf0\x0d\x52\xde\x63\x51\x60\x1c\xd5\x2c\xf7\xbf\xfe\xaa\xfa\x2a\x08\x63\x60\x74\x8a\xa5\x87\x9b\xcd\xe2\xc0\xd0\x48\xab\x4b\x04\xd4\x13\xe5\x1b\x44\x83\x5e\xea\x1f\x7d\xa2\x37\xda\x81\x97\x4a\x56\x75\xf8\x1c\xd7\xba\x7b\x89\x42\xdd\x04\x7b\xef\x61\x55\xc5\x87\x43\xee\x5e\xd7\x2b\x1b\xab\xca\xd3\x1c\xcb\x86\xe4\xf5\x45\x43\xd3\x40\x3b\x58\x4d\xb6\x39\xfc\x31\xcd\x4e\x91\x9c\x29\x16\x07\x9c\x3b\x6d\xa5\x49\xdf\x65\xf8\x62\x97\x41\xa3\x9b\x33\xd9\x79\x61\x54\x68\x2f\x5b\xac\x6e\xf7\xa3\xde\x2f\x34\xec\xc2\x0a\x5d\x5d\x86\xea\x84\xe9\x8e\x0b\x1c\x75\xb1\x39\x2e\x2e\x04\x2e\xbc\x95\xe6\xa7\x9c\xae\xd5\x17\x1b\x19\x9b\xef\x02\x30\xa4\x8d\x7a\x0d\x07\xdf\x29\x36\x5d\x54\xf0\xa3\x35\x15\x26\xec\x5f\x96\xa2\xcd\x35\xb5\x45\x9b\xf3\xd5\x68\xcb\xba\x81\x80\x10\xd1\xb5\x81\x81\x10\x51\x3d\xf8\x14\x20\xe2\xd8\x39\xb8\x98\x5c\x5c\x52\x97\x0b\xd7\x79\xa8\xb3\xb8\x7b\xa1\x25\x06\x9e\x66\x0a\xf0\x22\x22\x3f\xc9\xf0\xee\xdb\xb7\x3a\x96\x41\x1a\x65\xd1\xcb\xdb\xbe\x0a\x2a\xf0\x19\xe2\x0d\xd5\x7f\xcc\x83\xb2\x2d\xc4\x42\xd1\xf2\xba\xf0\xbc\x3b\xf0\xc9\xbf\x3a\xba\x73\xe5\x1a\xca\x75\x6b\x91\xe1\x92\xc8\x3b\xf2\xf3\xbe\xd8\x13\xb9\xd3\xca\x6f\x15\xa8\x83\x3d\xbc\x04\x56\xe8\xc9\xdc\x79\x47\x7e\x5f\xfa\xe3\x4c\x38\x62\xbc\xa3\x1c\xaf\xd6\xc3\xcc\x5d\x3c\x09\xdc\xf2\xd3\x4f\x64\x13\x2e\x2a\x17\x1a\x81\x84\xcb\xdd\x62\x70\xf3\x4d\xf0\xf4\xa2\xfc\x66\xc1\x0f\xb2\x70\x1a\x21\x61\xed\xee\xea\x9b\xf0\x56\x6d\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x3d\x70\xfd\xf9\x86\x00\x2f\x1e\x79\x4a\x30\x08\x00\xae\xaf\x12\x86\x84\xf1\x9b\x65\xd9\x96\x69\x29\xe7\xfb\x18\x58\x81\x53\x3b\x08\x22\x63\x76\x1c\x20\x25\x70\xa1\xb6\xe0\x10\x2b\xe1\xd6\xa0\x34\x8e\x1f\x82\x47\xc8\xf9\xf8\x49\x01\x86\xdc\x59\x70\x6a\x95\xa0\xe5\x81\x7b\x8c\x12\x3e\xcd\xa1\x23\x6f\x02\xbc\xe7\xec\x38\x8d\x48\xd0\xa2\xcf\x92\x7b\x47\x49\xef\xa3\xfa\x8b\x29\x5f\x02\x2c\xd5\xd3\x00\x09\xec\x9e\x34\x9f\x43\xd8\xe6\x15\xfc\x85\x25\xb0\xbb\xd5\xc4\x2d\xc1\x1b\x1e\xe7\xf1\xf3\xd1\x57\x38\x6c\x0c\xe2\x10\x40\x42\x3b\x33\x01\xd1\x24\x78\x19\x1c\x3b\x30\x04\x41\x7e\xb4\x49\x4b\x10\x30\x98\x68\x23\x12\xf0\x23\xc8\x9c\x92\xbf\xa3\xe4\x17\xab\xc5\xa9\x55\x4b\xc2\x1e\xfd\x79\xfc\x10\x8c\xb7\x82\x54\x83\x60\x3d\xdc\x3b\x6f\x82\xc5\x8e\x9f\x2c\x22\x89\x69\xe5\x80\x00\x7a\xcc\xe9\x2e\xff\x1d\xa5\xbc\x62\x06\xaa\xc2\x4b\x40\xde\x64\x9c\x47\x25\xc0\xb4\x55\xe6\x25\x78\xff\xa6\xfc\x11\xb1\x7d\xa7\xbe\xcd\xde\x7f\x08\x42\x35\xb2\xdc\x25\x7c\xfb\x7b\xe3\x87\xc0\xd9\x80\x0a\x19\x04\xa4\xf6\x29\x22\x9f\x04\xcc\xc7\x6a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xa2\x5b\x77\xe2\xe7\x6f\xc2\x67\x18\xb6\x73\x13\x36\x86\x24\x7c\x10\xc2\x27\x06\x43\xd9\xdd\x59\xdf\x4f\x8c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xfa\x50\x10\xec\xbd\xf6\x02\x7a\x7c\x8a\x2f\x07\xc1\xed\x75\xaf\xa9\x6e\xc2\xc7\x51\xfa\xd8\xbf\xfb\xfb\xe8\x23\x5e\x37\xb3\xe9\xef\xeb\x61\x77\xdd\xec\xa8\xff\x4c\x15\x60\x72\x24\x60\x50\xea\x40\x50\x4b\x60\x2f\xd6\xb9\xfb\x29\x61\x9a\xa2\xfe\x43\x78\x24\xa4\x1f\xc2\x65\xf8\xd9\x7a\xfe\x10\x98\xa1\xbd\xd6\xdf\x7a\x7c\x3b\x18\xe4\x4f\x8a\xcf\x78\x31\xb5\xa5\x5f\x82\xfd\xf3\x5b\xb1\x0d\x70\x55\xfb\x2f\xa1\xdb\xb8\xf1\x93\x65\x89\x29\x56\xe5\xc6\x65\xbc\xaf\xf3\xa5\x6e\x66\x33\xde\x4f\x84\xad\x1f\x46\x31\x7e\x3e\xda\xfe\x21\xe0\x77\xde\xdb\x66\x36\xf3\xfd\xbc\x50\x59\x36\xaf\x8d\xfd\x3a\x35\x6d\x7b\x09\x5f\xaf\xe6\xf4\xde\x76\x8f\x5d\xaf\x30\xda\xbd\xed\x69\x7f\xbd\x1a\x96\x7a\xab\x3f\x29\xd8\xf6\x9c\x9d\x48\x86\x10\xd4\xac\x7a\xdb\xd3\xe3\x7a\x85\x44\xea\x6d\x73\xb0\xfb\xf5\x50\xc7\x2d\x94\x04\xbc\xd5\x3a\x11\xdd\x21\xec\x35\xcd\x91\x2b\x84\x4f\x4f\x83\x53\x61\x54\xee\x17\x9c\x9c\x74\x70\xc1\xf3\x1d\xe5\x79\x5f\x43\x6b\xf4\x3d\x1d\x9e\x9f\x19\xc5\x81\xc4\x26\x38\x0c\x9b\x2f\x3c\x2f\x48\xa2\x91\x22\x6f\x02\x2a\xca\xd9\xfb\x1e\xca\xe7\x45\x9e\x9e\xe5\x2c\x3f\xa5\x2c\x83\x5d\xe0\x93\xb9\x09\x3b\x4b\xf9\x25\x58\x6c\xfb\xfd\xe8\xbb\xaf\xc7\xff\xf3\x8d\x4b\x42\xfa\x25\x2c\x09\xbf\xdf\x70\xe9\x13\x49\x4f\x82\x80\xce\x6c\xc6\xdf\x51\xde\x1f\x61\xd4\xc7\x3f\x84\x5b\x42\xf9\x21\x54\xbb\x70\xf7\xfa\xfb\xee\x33\x8c\xbe\x9b\xff\xbe\x8f\xa5\x8c\xf3\x27\xcb\xab\xbf\xda\xd8\x2c\xed\x7d\xdf\x69\x8a\x2d\x26\xde\x9f\x2e\x9c\xc7\x4f\x8a\x0f\x4f\xbf\x3e\x4a\xfe\x25\x4c\x09\xe7\x2f\xc1\x53\xb3\xf9\x9b\x42\xf6\x31\xca\x4f\xd5\x41\xa0\x3b\xfb\x68\x3f\x29\xc0\x85\x3b\x3b\x17\x13\x25\x20\x58\xc5\xf7\x91\x80\x75\x58\x78\x99\x4d\xd8\x97\x1f\x7f\x6a\xba\x76\x34\xe6\xfe\x53\x53\xb0\x91\x42\x35\xfa\x2d\xd6\x5b\x55\x63\xf7\xfa\xf7\x33\x0b\xc7\x9e\xb8\xdf\xfb\x88\x8a\x3a\xf6\x22\xfc\x5e\x41\x27\xfb\xd8\x2a\xc0\x7a\x1f\x2e\x47\xf6\xb9\xe7\xe9\x7a\x1f\xf4\xb4\x92\x76\x6b\xd7\x2b\x14\x77\xc6\xbf\x16\x02\x7a\xd7\xd9\xe7\x66\x6c\x6b\x8b\xde\x91\xe7\x6f\x8a\x62\x8a\xdd\x41\xeb\x7d\x9d\x52\xb3\xfc\x66\x51\x37\x99\xe5\x37\x8b\xec\x62\x96\x9f\x62\x17\xf6\xe8\x3e\x1d\xfd\x7a\x38\x3f\xd2\x71\x3a\x71\x83\xa0\x21\x18\x73\x31\x04\xd1\xc0\xc7\x71\xfc\xc9\x85\xd5\xd4\x06\x49\x3d\x9c\x2b\x41\xa0\xa1\x03\x93\x19\x04\xb7\xe4\x65\xeb\x5c\xf5\x78\xd5\x6e\xc7\x21\x07\x0f\x02\x91\xd9\xb6\xd8\xa8\xa1\xfb\xe0\x1a\x7c\x28\x9c\x82\x40\xcc\x84\x71\xa8\x51\xd4\xd3\x41\x3c\x0d\xc4\xfd\x8e\x9a\x76\x2b\x06\xd1\x6e\x20\x88\x2d\x3b\x4e\xfb\xbb\xa6\x77\x19\xe8\xf8\x3c\x7f\x52\x2c\x03\x43\x9d\x6a\x47\x35\xbf\x9e\x44\x8f\xcd\x5b\x6a\x7e\x01\x21\x3f\xf3\x54\xf5\xab\xf9\xfd\x8e\xbd\x73\x1d\xbf\x04\x1a\x7b\xfe\x43\x10\x62\xe1\x94\xe7\x07\xc1\x8b\xbd\xa7\x13\x32\x08\x86\x1a\x3c\x77\xd5\xf3\xbb\xb6\xfd\x41\x41\x52\xcb\x5e\xd3\x83\xcb\x5c\x12\xbc\x22\x75\xee\x41\x2c\xef\xcb\x39\xf7\x38\x9d\x90\x41\x20\x44\xc4\x38\x55\x86\x82\x20\x3e\xda\x39\x7f\xb3\x18\xeb\xf5\x54\x14\xd7\xf2\x7e\x22\x56\x9c\xf3\xe7\x1b\x9f\x2e\xb2\xa7\x93\xba\xd6\x97\xe3\xec\x73\x6c\x0d\x3c\x08\x86\x77\x3a\x5c\xf5\x41\xd0\xb5\x3c\x9d\x3f\x59\x9c\xc3\x06\xe6\x94\x80\x8b\xce\x48\xe9\x87\x80\xf1\xf2\x2c\x5b\x69\xaf\xf5\x47\x03\xff\x99\x2f\xf5\x5d\xb6\x05\x07\x68\x09\xa2\xdb\xa5\x3d\x1d\xda\xfb\xe0\x41\xd5\x76\x0f\xb6\xcd\x8d\xfa\xde\xa1\x40\x70\xfb\xa3\x6a\x1c\x04\x1d\xe5\xd3\x9e\xf5\x6d\x6b\x59\x79\xa6\x9f\x14\x9f\x97\x8a\xd2\x9e\x40\x6d\xab\x5d\x83\xbb\xdd\x12\xbc\xe0\xc9\x25\x6b\x08\xcb\xc8\xc5\x7b\x8d\xd7\xbe\x79\xef\xc0\xf7\x4d\x02\xdc\x68\xe4\xe3\x27\xc5\xd6\x22\x8e\xfc\x43\xf8\xec\xe3\xbc\x5b\xdf\xdf\xcf\x69\xba\x75\xf6\x20\x08\x38\x9c\x53\xfa\x25\x54\x09\xc7\x0f\xe1\xd9\x29\xfa\x0f\xc1\x3b\xb2\x59\xd6\x12\x84\x6f\x13\x7e\x3e\xba\x8c\x4c\x90\xf3\xcf\x37\x80\x50\x0c\xc2\x4f\x29\xcb\x1e\xcb\xf9\x37\x0b\xea\xcd\xc8\xf9\xa7\xa6\x1b\x19\x2e\xcb\x8d\xea\x78\x1f\x51\xd9\xb2\xdc\x28\x08\x18\x9d\x46\x96\xd5\x06\xc1\xeb\x23\xb9\xfe\x66\x21\x6c\xf0\xc0\xb4\x0b\xe1\x63\x66\xe7\xa6\x02\x1e\x84\xe6\xce\xd1\xfd\x58\x10\xba\xdf\x18\xbf\x59\x0c\x5f\x96\x55\x1a\xea\x78\xc1\x9f\x4c\x47\x76\x8b\x5b\xe7\x8b\x9b\x4c\x70\xd6\xb1\x09\x5f\x17\x30\x50\xb1\x11\x04\x37\x9b\x9c\x0d\x40\x70\x87\x32\xca\xee\xa0\xeb\x7d\x8c\xf1\x51\x76\xe3\xae\xf7\xf1\x16\x59\x51\x87\xac\xd7\xcb\x61\xe8\x99\xdb\x3f\x04\x19\x4c\xa9\x3f\xdf\xf0\x98\xad\x10\x03\x42\xc2\xfe\xe8\xee\xa0\xeb\x67\x51\x96\xdd\x41\xd7\xfb\xd5\xed\xb8\x34\x7f\x08\x62\x4a\x15\x85\x64\x10\xf4\xb8\xc6\x38\x23\x41\x79\x76\xec\x14\xa1\x55\x4d\x15\xf7\xf1\x43\x30\x0c\x6b\x75\x73\x15\x04\x2d\x19\xe9\x1f\x82\x15\xab\x9b\xab\x87\xde\x85\x2c\x3a\xf6\x30\xdc\x3f\xb3\xb0\xa6\x9f\x8f\x6a\x58\x19\x5b\x0d\x0f\x02\x9e\x4e\xa3\xaa\x32\xd6\xe7\xc5\x85\xe0\x34\xae\x0f\x84\xd7\x8b\xc4\x04\x8b\x91\x20\x26\x4d\x55\x14\xd7\x1f\x15\x69\xb4\xf3\xfc\x25\xdc\x12\x8e\x1f\x82\xe2\xa6\x6d\x16\xf4\xbe\x38\x26\x9d\xa3\xa5\x3f\xb9\x1f\x9b\x9a\x28\xbf\xa3\x6d\xd6\x11\x0a\x27\xcd\x68\x7b\x9a\x07\xa1\x4a\xf8\x29\x40\xbc\x75\x11\x27\x24\xe8\x78\x79\xfe\x56\x81\xd3\x93\x48\x51\x37\x61\x29\x26\x5a\xfd\xc9\xb2\xd7\x5f\xdb\x03\x1f\x1a\x68\x92\xe0\x08\x7c\xef\x2b\xf0\x4a\x53\x39\x0c\x02\x6e\xf6\xc7\xb9\x59\xc7\xb7\x8b\x35\xda\x23\x84\x65\xa4\x9f\xe6\xd6\x00\x82\xa0\x44\xc7\xf9\x43\xf0\xde\x66\xdf\x0c\x6a\xbd\x4f\xd6\x6b\x78\xf3\x92\xd0\x5b\x84\x3e\x72\xaf\x50\xd7\xcb\x19\x78\x3a\x08\x21\x28\xe1\x12\xdf\x69\xaf\x9d\xf5\x7e\xe7\x26\xfc\x64\xd9\x7b\xf7\xe1\x72\x6b\x3f\xd6\x9f\xd1\x65\x50\x41\xd8\xf0\xd4\xb6\xa5\x1d\xaf\x88\xe5\x7d\xeb\xd7\x41\x30\xe4\x54\xb7\x0b\x83\xe0\x5d\xcb\x5e\x7e\xbe\x21\x02\xa8\x01\x3a\xde\xd1\xce\x1f\xf6\xd3\xd5\x16\x83\xa0\xd8\xec\x6e\x51\xda\xf9\xbe\x86\x35\xde\x1a\x78\x3b\xb7\x14\x18\x5b\x59\x0e\xc2\xb2\xa6\xc3\x2c\xe9\x7d\xbd\xd4\x37\x94\x24\x10\x8c\xbb\xe8\x8c\x0c\xc2\x8e\x95\x7c\xfe\x66\x19\xdd\xeb\xd7\xf9\x97\xb0\x81\x09\xca\x26\xec\x55\xbe\x95\xe5\x20\xfc\x84\xcf\xfe\x4d\x21\x08\xe2\x50\x06\x06\x61\x87\x51\x2e\x3f\xa5\x7c\x3b\x80\xbf\x9c\x22\x08\x4a\xfc\xe1\x0c\x0a\x82\x6b\x78\xab\xd3\x41\x50\xa2\x8d\xf6\xd3\x96\x0d\xe3\xba\x35\xdf\x20\x7c\x3b\x56\xa6\x1f\xcd\xf2\x81\xde\x54\xe2\x5b\x68\x44\x8c\xf5\x50\x97\x0b\xc2\xae\x97\xaa\x49\x10\x76\x44\xd9\xf1\xf3\x89\xef\xdc\xdd\xd1\x7e\x09\x16\x32\x7e\x09\xc6\xad\x19\x2a\x2f\x41\xd8\x30\x09\xf3\xe7\xa3\x9f\x88\x66\x63\xfe\x7e\x94\x70\x09\xad\xff\x24\x58\x3b\x4e\xab\xba\x4b\x10\xd6\x0e\xe8\x64\x8a\xf2\x7e\x4e\xdb\xb9\x87\xa9\xbc\x40\xac\x07\xc1\x2e\xae\xef\x23\x0e\xdf\xd4\xac\xd2\x82\x39\x78\xfd\x65\x8f\xca\x8f\xee\x92\x87\x8a\x48\x10\xf6\xe5\xb6\xfa\x43\xf0\x64\x65\xcc\xdd\xc5\xf5\x5d\xd5\x14\x72\xe7\xd6\xde\x47\x7d\x79\x2b\xe4\xad\xbd\xdf\xf6\x0f\x73\x91\xb6\xfe\xbe\x68\x11\xb9\xef\x9a\xf6\xf7\x7d\xf5\x7f\x4a\x6d\x13\x64\x49\x93\x93\x1d\x09\x7a\x0a\x65\xd9\x75\x10\x8a\x2e\x07\x72\xb1\x20\x8c\xed\xf4\xfa\xf3\x51\xcf\x0d\xe7\x51\x7e\xbf\xb1\x4b\xd9\xcb\x27\x94\x06\xbf\x51\x7f\x2a\x26\xcc\xee\x3c\xfa\x2f\xe1\xed\xff\x23\x21\x04\xbe\xa5\xa8\x44\x05\x41\xac\xd1\xad\xed\x05\x61\x6c\xdf\x9e\xf2\x43\x58\xdb\xf5\x24\x6f\xc2\x3b\xb7\x13\xc6\xcf\x37\xbe\x5b\xfd\x58\x4e\xd8\xc6\xbb\xc6\x3e\x7b\xb7\xd7\xe7\xbb\x1d\x24\xcf\xbd\x26\x67\xec\x1c\x3d\x7c\xc8\x9b\xf0\xe3\x15\xa0\x46\x14\x04\x4e\xbd\x8e\x2c\x17\x0b\xc2\xbd\x53\xf8\xd1\xeb\xc5\x21\x22\xb6\xfc\x66\x79\xb7\x3d\xc3\xa8\x4d\x12\x14\xf8\x63\x8f\x6d\x10\xe4\x95\xee\xac\x21\x78\x38\x33\xff\x49\xa1\x11\x77\xcf\xd3\xd8\xaf\x0a\xe8\x55\x7e\x09\x04\x3f\x3f\xce\xf3\x4f\xe7\xe5\x3b\xb5\x66\xd2\xbd\x1e\x83\xa0\xe6\x9b\x7e\x6b\x3d\x34\x98\xec\x25\x1c\x84\x69\x10\xcb\xf2\x4b\x70\x47\xb8\x67\x75\x10\x0c\x61\x95\x7e\x53\x4c\x45\xcf\xe6\x68\xb1\xcb\xb4\x94\xfe\xdb\xae\x8b\xa3\x9f\xf3\x9f\xbe\xc1\xae\x57\xce\xfe\xfb\x0d\xc2\x77\x1f\xe7\xfc\x87\xb0\xd4\x39\x7e\x2b\xe6\x91\x73\x3a\x7e\x53\xa0\xc6\xe6\x56\x7f\x53\x78\x86\xbb\x0f\x0d\xda\xf7\xe2\x9d\x9c\x8e\x1f\xde\xf2\xa9\x71\xa6\x23\xb5\xdf\x14\xcc\xc8\xb2\x95\xf6\x5e\x5f\x3c\xe1\x4e\xb1\xa6\xde\xd1\x43\x9f\xd4\xd0\x2e\xcb\xef\xf3\xd5\x97\x2c\x6f\xbe\xd9\xe7\xfb\x7d\x7e\xc3\xf5\xd7\xa3\xd8\x7d\x86\x34\x7e\x09\x2b\x36\xb0\x9a\x25\xe2\xf7\xe9\x51\x85\xf6\x23\x08\x83\x04\xfd\xf7\xf7\xa5\x15\xf9\x37\xc7\xd6\x7b\xc7\x3f\x84\xa1\x45\xfc\x37\x4b\x7a\xfe\x07\xbb\x7b\x10\x30\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\x3c\x8e\x95\x1b\x05\xa1\x7a\x40\x52\x7e\xeb\xc5\xe6\x22\xef\xcd\x3f\x04\xc7\x2d\xfd\xa6\x40\x57\xcc\x23\xff\x7e\x83\xc3\xb8\xfe\x4f\xcd\x43\x0d\xe9\x3d\xff\xfe\xf6\x26\xf8\x56\x3f\x21\xd8\xd6\xf4\x5b\xc6\xb5\xab\xf5\x9b\x05\xb7\x0c\x61\xc3\x25\xdc\xd6\xb3\xfd\x36\xfe\x76\x31\xa6\xdf\xb6\xe2\x2d\xb5\x2d\xde\xfc\xbe\xff\x07\x03\x1d\x04\x9c\x67\xe6\x6f\x5f\x7c\xfb\x80\xe5\xb7\x61\xdb\xfb\xa9\xfd\x93\x82\x7a\xb6\xfe\x5b\x06\xfe\x4d\xed\x9f\x04\x5c\x4c\xce\x5b\x47\xeb\xdf\xb6\x94\xe4\x6d\x04\x84\xe0\x41\xd8\x71\xfe\x12\x18\x92\xf9\xdb\x7b\xef\x1e\xf8\xdf\x8a\xbf\x49\xdb\xc7\xfc\xfd\x2d\x53\xf9\x1d\x66\xad\xd9\x42\x4b\x6f\x82\xea\xd5\xef\x08\xe0\xd6\x18\x33\xf8\xa7\xed\x38\xfa\x45\x4b\x7e\x09\x58\x2b\xcb\xf1\x4f\x45\x5f\x8f\x2e\xdb\x6f\x35\xbc\x77\x71\xb4\xdf\x62\x77\xa4\xa2\x20\xac\x81\x13\x72\x2d\xc1\xa5\xd6\x40\x0a\xd6\x12\xba\xc9\x22\xf2\xc4\x99\x81\x07\x59\x93\x4d\x53\xc6\x75\x70\x11\x19\xe2\x2c\x70\xfa\x45\xc8\x86\x74\xb0\x11\x5e\x33\x19\x2b\xe0\xa8\xf1\x03\xe1\x9f\xb1\x7a\x2d\x63\x0d\x64\x2e\xbb\xac\xc9\x46\x2f\xb3\x9d\x5c\x93\xa8\xa3\x05\xd6\xba\x08\x36\xd0\x51\xc1\xd6\x64\x76\x15\x38\xea\x9a\x1c\x00\x16\x3c\xed\x16\xf7\xf2\x3b\x61\xd5\x17\x37\xeb\x4f\x11\x03\x17\x57\xdd\x4f\x30\xa8\xfe\x5e\x13\x47\x68\xa6\xde\xf2\x1e\x79\xe6\x32\xd8\xe2\xea\xf7\xc0\xc3\x6c\x71\xf5\x7b\xe0\x1a\xb5\xb8\xfa\xdd\x81\x3e\x5a\xd7\xcf\xa9\x1d\x89\xce\x14\x89\x86\x89\x72\xfc\x4f\xa5\xae\xd8\x51\x8c\x12\x5a\xf9\xba\x64\x0c\xdc\x50\x5b\xdc\xfa\x1e\x95\x7e\xbc\x82\x71\xb9\x13\x5a\xd7\x79\xc7\xff\x21\x11\xd7\x75\x3e\xfc\x6f\xfa\x37\xfe\xdf\x85\x7d\xfc\xff\x27\x9f\x82\x75\x9d\xc4\xd6\xb3\x19\x89\xc8\xdb\x29\xf1\x3f\x21\xfe\xb2\x74\x91\x59\x9b\x3f\x84\x48\xa5\xf4\x04\x6a\x43\xa6\xad\x42\x97\xc6\xa2\x5d\xdc\x1d\x1f\xcd\xda\x26\xf0\x88\xac\x61\xf2\x6a\xab\x05\xbc\x78\x13\xc5\x50\x70\xa7\xfc\xcc\x9c\xec\x2f\x2f\x95\xe7\x6c\x69\x28\x6e\x19\x7f\xd1\x75\xc9\xd1\xd8\xda\xaf\x8b\xc3\x92\x8c\xbd\x61\x71\xdd\xfc\xcc\xb8\x6c\x2c\xae\x9b\x77\xc4\xc2\xe2\xb6\x79\x7c\x8c\x2a\x62\x84\x36\x28\xc4\xba\xd8\x4b\x66\x0e\xfa\xd7\x85\xf1\x39\x67\x6b\xc9\x55\x89\x8c\x13\xe3\xba\xbc\xdf\x48\x6c\xdc\x75\x79\xb8\xc7\x2d\xa3\xc5\x7d\xf5\xf8\x61\x99\xcb\x3c\x7c\xba\xd8\x1c\xd6\x06\xd7\xd7\xe3\xd3\x7c\xad\xd8\x9c\x4c\xa1\xc5\xe6\x54\x5a\xad\xdc\xc1\xcf\x65\x5d\x7b\x4d\x27\x0a\xc5\x05\x1b\x50\xcd\x75\xb9\xb6\x31\xc3\xac\xab\xd8\x9c\x62\x2a\x5d\x63\x26\xb5\xc1\x35\xa5\xef\x54\xb6\xa6\x5b\x19\xa7\xb6\x73\xaa\xd8\x9a\x62\x91\xb6\x26\xfb\xc3\xd6\x4c\xea\x5c\x6d\x4d\xe5\x03\xea\x34\xd9\xce\x55\x5c\x60\x47\x5a\x57\xb5\x35\x0e\x7a\xb5\x35\x85\xee\xa8\x7b\x70\xfc\xe1\x7a\xae\xd4\xa0\xda\x1c\xe7\xbe\xa6\x8c\x3d\x54\xd5\xd1\xe9\xfe\x70\x74\xaa\x1f\x50\x02\xed\x3c\x46\xff\xb5\xd5\x75\x8f\x01\xfd\x21\x28\x3a\xe7\xd2\xeb\x6a\xd6\xda\x45\xd9\x76\xad\x7d\x63\xad\xe1\x4f\x97\x07\xd3\x9c\xff\x2e\xee\xd2\xc7\xd7\x18\x2a\xee\x77\x56\x3c\x7c\xd7\xd5\xac\x75\x32\x99\x83\xd0\x4d\x66\xad\x9d\x2c\x38\xc8\x70\x8c\xb2\xb8\x74\x7f\x7a\xc9\x70\x5d\xf2\xe3\xe4\x8c\x40\xa0\x66\x04\xd1\xe2\x2a\xf3\xb4\x6f\xd8\x36\x6b\x91\x5c\x78\x96\x7a\x9c\xb0\x3e\x2e\x0b\xb1\x79\x5e\x9c\x20\x76\x36\x46\x6b\x1d\xe7\xbf\xfe\xc2\x51\x6f\xe1\x65\x36\x70\x21\x5e\x38\x99\xb1\x19\x5f\x6b\x07\x59\xe5\x5f\xa3\x2b\xf2\xaf\x91\xe5\xf8\xb7\x93\xcf\xc4\x44\xa9\x1a\xfc\x0b\xe4\x9b\xf9\x9e\x7f\xfd\xe5\x7a\x5f\x07\xd8\xea\x99\x7f\xbf\xa0\xfa\x89\xf5\xaf\xbf\x40\x31\x5b\x9c\xce\x60\x6c\x58\x58\xcb\x88\xd4\xb5\x38\x7d\x74\x32\xe3\x3f\xc6\xde\x71\xe1\x3d\x86\xa6\xb2\xf0\xe4\x22\x02\xd2\xc2\x91\x4b\x8e\x82\x1b\x17\xa2\x77\xe1\xc4\x05\xe4\xe4\xe2\xbc\x07\xab\xc9\x5a\xb1\xe6\x5a\xf9\x9f\x3d\xe9\xe7\xff\xca\xed\x56\x8d\x8f\x33\xbe\xa8\xda\x9c\x46\x2e\xdc\xa2\x80\x42\x59\x38\x45\x21\xd2\xd7\xe2\x46\x21\x13\x7d\x7d\x39\x3e\x4e\xe9\xb1\x49\x1e\x98\xb8\xd7\xc2\xe3\xf0\x34\x05\xe1\xe9\xff\xff\x8f\x44\xfe\xe3\xfa\x2f\xff\xd7\xf7\x6f\x7f\x1f\x47\xb4\xf4\xef\xe3\xe0\x00\x35\x7e\x47\xd9\x7f\x1f\x47\x27\xbc\x75\x10\xae\x13\x02\x11\x6f\x0e\x92\x84\xb6\x13\x0f\x3c\x73\x3a\x94\x47\x8a\xd1\x47\x82\xf2\xf8\x59\x42\xca\x44\x8f\x1d\x80\x9a\xff\x7d\x1c\x7a\x92\x1c\x41\x79\xa7\x14\xad\x3e\x41\xf9\xcc\x65\x2c\x81\x0c\xc5\x5c\xcb\x40\x76\x41\x59\xe6\xe2\x8e\x61\xcc\xa3\xe3\x8c\xbd\x73\x3c\xa6\x41\xda\xa2\x7c\x60\x1b\xe3\x41\x1d\xd9\xee\x1f\xc9\xaf\x83\x35\x77\xea\x1c\x77\x00\x29\x17\x0f\xf2\x12\x87\xf5\xc8\x07\x2d\x06\x82\x0d\xb7\xb1\x03\xd0\xb5\x78\xb0\xb6\xa2\xee\x20\xa4\xc5\xc3\x7c\xb1\xda\x0e\x70\xce\xe2\xf1\x49\x4b\xd0\x16\x34\x2f\xc8\x63\xca\x38\x80\xf9\x8a\xc7\x6d\x3a\x4a\x08\xad\x34\x1e\x3b\x6a\xac\x34\xcb\x20\xea\xf8\x81\x3f\xc5\x91\xa7\x75\xc3\x2e\x8f\xf7\xfa\x01\xb4\x52\x3c\xa2\x2a\x87\xa9\xae\x47\x12\x5b\x16\x9c\x59\x8f\x7c\x9b\x13\x1b\x0a\x3e\x9a\x07\x80\x47\xf1\x20\x67\xa5\x6e\x8f\x39\x01\x22\x3a\x70\x45\x3d\x40\xd3\x89\xc7\x23\xad\x43\xfb\xa4\x59\x42\x70\x88\x03\x70\x9c\x78\x54\x3e\x37\x21\xd1\x71\xe0\xcd\x9c\x68\x6f\x07\x78\x33\x7f\x1f\x05\x96\x4e\x5c\xfb\x03\x50\x97\x78\x58\x40\x08\xda\x03\x44\x96\x78\x58\x40\x70\xf1\xf3\x8b\x95\x16\x8f\x65\x74\xc6\xf9\x6f\x7f\x27\xe7\x6f\x3a\x70\xf1\x0c\xee\x9c\x8e\x10\xd1\xf1\x00\x4e\x62\x40\x99\x52\x2e\x1c\xc3\x82\x12\x72\x2b\x1e\x40\xf7\xb1\xdb\x4a\x47\x2f\xd0\xfa\x0c\x9e\x27\x69\xf8\xf1\x01\x29\x24\x73\x02\xd7\x3b\x1e\x85\x54\x15\x52\x93\x74\xfd\xeb\xaf\x09\xbe\x56\x02\xa5\x3b\x1e\x1f\xa9\xce\x20\x35\xbe\x05\xce\xb6\x1e\x14\x09\x9c\xed\x78\x84\xfe\xc4\xad\x93\x74\x76\x53\x45\x25\x06\xb7\x47\x12\x90\xd8\xf1\x20\x55\xcc\xda\x04\x02\x75\x3c\xbc\x4b\x05\xc5\x3a\xe0\x07\x98\xd8\x93\x26\x90\xa6\xe3\x31\xa5\xf1\xb1\x87\x46\x82\x90\x3c\xb8\x87\x9f\x52\x28\x50\xf1\x50\xa4\x84\x66\x93\x52\xea\xd2\xf0\x54\x96\x72\x4b\x71\x9b\x12\x94\xc6\xa7\x92\x16\x81\xbc\x69\x4d\x1a\x11\xff\x4f\x28\x97\x94\x3b\xf2\xe5\xa0\x74\xc6\x27\xb1\x51\x4b\xec\xdc\x12\xc0\xa6\xf1\xc0\x6d\xb4\x1e\x7c\x6b\x98\x8e\x90\x01\xa1\x13\xa4\x34\x2c\x11\x53\x73\xc5\xb1\x27\xa5\x61\x4e\xae\x1d\x15\xbe\x3f\x2c\x91\x73\xcb\x5a\x62\x69\xa6\xf4\x4a\x63\xd7\x55\x3b\x5d\x9d\x0f\xda\xcd\xda\x8e\x74\xd1\xb1\xe0\x02\xc6\xe3\x0a\x06\x1c\xdf\xcf\xf3\x85\x82\xb3\x7f\x22\x4a\x74\x72\xc5\x25\x60\xcc\x4e\x71\x00\x13\xd0\x65\xf1\x88\x81\x3b\xfd\xd8\x75\x4b\x7a\x21\x91\xf3\x66\xe0\x58\x8b\x67\xc3\x15\x2e\xe5\xe0\x9a\x7f\x27\x81\xc0\x1a\x66\xd8\x54\x9c\x2c\x85\xf0\x8d\xc0\xd0\xa4\xe2\xf4\x2c\x03\x99\xc8\x94\x2a\x30\x88\x54\xa6\x1e\x91\xf1\xb1\x02\x7f\x48\x65\xea\x0e\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\x39\x63\x4c\xe5\xa6\xd7\x0a\x16\xc3\x03\x6d\x23\x95\xd7\x32\x61\x85\xc2\xc6\xa4\xf2\xd1\x84\xc2\xe6\xea\xe0\x78\x25\x95\x55\xa5\xc1\xec\xb9\x90\x95\xea\x41\xde\x4a\x7c\xb8\x12\x62\x31\xd5\x46\xc7\xd5\x16\x8a\x3f\xf6\xa2\x54\x3b\x95\xab\xd1\xaa\x41\xb4\xa0\x54\x87\x24\x40\x67\xb9\x4a\x91\xc0\xd5\x89\x47\x25\x63\x14\x59\xad\x9a\x20\x2d\x8d\x08\x65\x09\x38\x94\x78\xf0\x31\xba\xa8\x59\x8b\x76\x40\xa2\xb2\x0d\x06\x94\x1a\x46\xdd\x86\x83\x67\x02\x09\x25\x1e\x2f\xcb\x2e\xca\x6c\x8d\x9e\x6c\xe8\x4b\x89\xeb\x46\xa9\x39\x4f\xc1\x9f\x88\xb1\x8a\x42\xbb\xf3\xb4\x77\x1a\x35\x82\xdd\x10\x9f\x2f\x1e\x48\x3a\xcc\x43\x69\x2e\xa6\x1b\x51\xc2\x82\x16\x8d\xbf\x9d\x6e\x37\x3a\x4d\xfa\x85\x50\x57\x0e\xff\x7f\x89\xe6\x44\x78\x8f\x78\x54\x51\x1a\xa2\xee\xb7\x8b\x82\x38\x1a\xb1\xa6\xa3\xa2\x1c\xb1\xc5\xe3\xd5\xf2\x11\xe9\x3e\xa4\x76\xfa\xdc\x60\x82\xb2\x90\x3e\x27\xda\xf7\x78\x76\x18\xea\x4f\xc2\x1b\x3f\x1e\xf5\x5f\x7f\x15\x02\x9f\x24\xbc\xe5\xe3\x91\xfe\xf5\x57\xa9\xb1\x9d\x49\xeb\x5e\x90\x0c\x70\x14\x3c\x3b\xad\xd7\x54\x6f\xfa\x71\x3a\x4f\x1c\xc1\xc6\xa3\xfe\xb8\x1f\xe7\x83\x11\xc9\x47\x48\x10\xb6\x68\xf9\xa0\x1b\xf2\x11\xdd\x80\x33\x56\x3e\x42\xaa\xfe\x9d\x0f\xd0\xb7\x07\xb9\xa8\x54\x3e\xc0\xdd\x0e\x9e\x9e\x0f\x86\x31\x1f\x0e\x23\x55\xcf\xc7\xb9\xf3\x4d\xf9\xc8\x0c\x5a\x30\xfd\x78\xd0\x65\xb8\xef\xe6\x23\x36\x3c\x7f\xe7\x63\xb2\xc5\xe5\xfb\xd3\xef\x03\xda\x04\xe4\x48\x3e\x82\x49\xc6\x83\x20\x2c\x6c\xa8\xf2\x31\x6f\x69\xa1\x98\x15\x2a\x0f\x33\xc8\x47\x30\x03\x5c\xcb\xb2\xda\x51\x46\x3f\xc1\x35\x26\x1f\xab\x4b\xb9\xe0\xb0\x24\x5a\x66\x5b\x64\x3b\xff\xed\xef\x2c\x03\xcf\x27\x6e\xa4\x8d\x68\x45\x19\x84\xf5\x78\x4c\xa7\x6a\x83\x76\x49\x33\x5d\xac\xa2\x9c\x90\x78\x19\x58\xf1\xf3\xc0\xf9\x3d\xa7\x74\x49\x8b\xcd\x33\xbb\x8f\x9c\x32\x35\x4b\x5c\xd9\x6f\x27\x24\xe4\x6c\x06\x04\x7b\x70\x9b\x23\xa7\x90\xb9\xf1\x80\x11\xe0\x22\x9d\x41\x89\x8e\x07\x05\x10\xef\x3d\xcb\x54\x73\xc2\x8b\xee\x70\x70\x41\x55\x8e\x07\x1a\x45\x19\x54\xe4\x2a\xd2\x06\xa5\x46\xbb\xd2\x6d\x45\xee\x5d\x04\x35\x79\xcd\x0a\x0f\x39\xb8\x7c\x96\x55\xbb\xb2\x6a\xd7\x89\x4a\x95\x33\x6a\x46\xce\xf8\x45\x9f\x84\xd6\xcc\xe0\xcc\xc6\x83\xf8\xea\x84\x4a\xcc\xaa\x59\x19\xe0\xd8\xa0\x91\x37\x0d\x69\x13\x5a\xf0\xbd\x0c\x8a\xeb\xdf\x39\xb3\xbf\x3f\x39\x4b\xc9\x00\xb5\xc6\x83\x08\x18\xc4\x1b\xcb\x39\x9b\xae\x98\x8e\xb1\xc8\x25\x4b\x6b\xd2\xa8\x4b\xb9\xa5\x3d\xd0\xe8\xbe\x5c\xac\x4b\x35\x6f\x21\x6f\xad\xd2\xcc\x1b\xdc\x2a\xa3\xeb\xc5\x03\x86\x1e\x5a\x6b\x56\xe3\xcb\x79\x20\x44\x26\x35\x1e\xd6\x24\x3a\xbe\x37\x1b\x06\x3f\xcf\x88\xa4\xde\x0e\x32\xda\xed\xf9\x0a\x9e\xc9\x6d\xb7\x9c\x5f\xe6\x21\x00\x91\xe7\x49\x60\xf0\x5c\x51\xee\x73\x35\xa2\x10\x01\x21\x32\x58\x01\xf1\xd0\xa3\x34\xf4\xc7\x82\xdf\x50\x3c\xaa\xe6\xa2\x16\xb4\x94\xa1\x89\x03\x85\x7d\xbe\x7c\x31\xdf\xfe\x2e\x6c\x01\xcf\x42\x98\xa6\xc2\xc9\x7b\x3c\x4e\x69\x29\x68\xdd\xef\x81\x65\x7e\x72\x9f\xb2\x70\x7d\xee\xef\xc2\x39\x97\x8e\xf6\xe5\x43\x60\x16\x6f\xbd\x61\xa1\x29\x5c\x64\x89\xc7\x43\x4e\x6a\xc2\x21\x42\x3c\x8c\x4c\x12\xea\x62\xe1\x66\x45\x3c\xd8\x7f\xb3\x97\x2e\xeb\x36\x2f\xb8\xda\x27\x82\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xbb\xa7\x82\x34\xaf\xf2\xad\x7a\x1c\x36\x22\x36\x01\x55\xbd\xb2\xc2\x62\xd2\x09\xbf\xa9\x47\x3d\xa1\x01\xfc\x70\xe2\x28\x51\x8f\xe0\xcd\xf1\x28\xd0\x0a\xdf\x9b\xe6\x9d\xfa\xf7\x87\x7a\x50\x8f\x58\xfc\x7f\x57\x38\x48\xa4\x83\x76\x49\xe3\x12\x9f\xc1\x79\xeb\x71\x5f\xd2\xf6\x55\x00\xca\x08\x95\x3d\x1e\x57\x54\x59\xd2\xfb\x40\x7a\x6d\x6d\xb0\xd6\x7a\xb2\xa4\xea\x19\x4b\x4a\x86\x5f\xcf\xe3\x91\xc4\xd9\x18\x6e\x5e\xf5\x3c\xa5\x9d\x66\x0d\x35\xbd\x9e\x68\x80\xf5\xc4\x10\x7a\x12\x71\xbf\x9e\xc9\x74\xc9\x74\xa1\x83\xd4\x33\x53\xe3\x33\x46\xbd\x20\x8f\x2a\x2a\x6e\x3c\xa2\x72\x88\xe1\x7a\x86\x30\x8f\x47\x0b\x52\xa2\x80\xcb\x54\x31\xe6\x85\xbb\x8b\xf5\xbc\xad\x6e\xec\x2f\x0b\xd1\x3c\xeb\xf9\xd2\x99\xe7\xeb\xac\x8b\x99\x53\x93\xad\x4a\x30\x8a\x82\x73\x4e\x95\xdb\xd5\x64\xd4\x02\x76\x93\x35\x31\x77\x6a\x8a\xb9\x53\x50\x37\x6a\x8a\x39\x13\x0f\x2f\x0e\xcd\xe8\xb8\x64\xdd\x80\x9e\x4f\x27\xcc\xb3\x26\x36\x50\x15\x10\xf8\x92\x2c\x15\x95\xa9\x8a\xe5\x7e\xa6\xa3\xfe\x51\x80\xd7\xe4\xc8\x25\x47\x8e\x3b\x8f\x15\xb4\xf0\x78\xcc\xf8\x72\xec\x71\x6b\x3e\x48\x96\x31\xc6\x17\x0c\x3c\x35\xdb\xfd\x30\xaf\x74\xda\x63\x40\x53\xc7\xe3\x91\x16\xb5\x82\x7b\xc4\xc3\x5a\xc5\x5e\xa0\x66\x74\xfc\x9a\x8d\x86\x8d\xb3\x5b\xcd\x2f\x13\x50\xec\xd8\x13\xad\xaa\x16\x87\xb3\xc4\x70\x16\x42\xb7\x54\x50\x42\xe3\x61\x56\x6a\x0c\x54\x65\x3c\x3e\xb2\xd2\x8f\x85\x6d\x73\x2d\x5f\x8c\x27\x7b\xa5\xaa\x0a\x58\xab\x17\x10\x6c\x45\x75\xb2\x55\x8e\xbd\x4e\x70\x76\x6a\x65\xb7\x54\x2b\x51\x52\x30\xa3\xd7\x5a\x2f\x49\xe2\x57\x8d\x28\xa1\xc2\xbe\x2a\x30\x7b\x41\x8b\xc6\x36\xa4\x41\x6d\x1c\x52\x14\xae\xba\xd7\x76\x32\xf0\xcd\x98\x77\xc4\xc8\xac\x0d\x4e\x5d\x81\x7d\x0b\xc5\x80\xbc\xcd\x74\x20\xa5\x9d\xb0\xa5\xda\xba\x34\x4e\xb4\x0b\x77\xc9\x6b\x73\xe4\x1b\x3e\xe8\xa5\xc4\x0e\xbb\x36\x5b\xdb\x88\x64\x78\xa2\x09\x56\x40\x88\xe2\xe1\x9d\x82\x60\x2e\xb5\x3b\x31\x81\x15\x8a\x74\xf1\x3d\x20\x79\xe2\xc1\x69\x35\xee\x7a\x15\x68\x9d\x78\xc0\x0e\xf1\x94\xab\x00\xe3\xc4\x83\xdb\x2a\x98\xee\x6b\xcf\x5d\xda\xf8\xd7\x5f\x85\xbb\x84\xb5\xe7\x57\x12\xcb\x17\x1f\xd5\xda\x0b\xd5\xeb\xfa\xaf\x73\x51\xba\x82\xb0\x12\x0f\x2f\x7b\x84\x50\xab\x7d\x9a\xd7\x7b\xcb\x5c\xd6\xaa\xdd\x79\x01\x96\x45\x29\xc1\x5e\x2b\x30\x0f\xf1\xe0\x08\x0b\x8f\xb2\x3a\x9c\x66\xc3\x69\xc6\xd9\x4e\x1d\xa8\x04\x75\x0c\x2f\x84\x84\x3a\x54\xc7\x80\x1b\x0c\xcf\xc4\xb9\xd8\x58\x07\x6a\x42\x1d\x97\xbd\xc2\xfc\x21\x12\x79\x3c\xbc\xd5\x01\xc7\x19\xeb\x96\xf6\xa2\x77\x46\x6b\x89\x26\x1e\x0f\x5b\xd6\xa2\x65\x84\xff\x8e\x87\x03\x19\x9a\x48\x9d\xce\xe4\xc9\x4c\xc6\xa3\xab\xa2\x8f\xc7\xa3\x99\x2c\xe6\xc0\xec\xd2\xbc\xb4\xc0\xc9\x47\x25\xda\x70\x3c\x82\x59\x71\x9e\x51\xe7\x47\xe5\xe6\xe7\x50\x20\x10\x2e\x3f\x87\x29\xbf\x70\xdd\xa1\x62\x21\x8f\x47\xf5\x96\x7f\xf4\xd3\x25\x4f\xbf\x2e\xaf\x56\x1c\xd1\x27\xc4\x97\x8c\x47\x30\xba\xca\xa4\xbd\x9d\xf0\x84\xf9\x2b\x04\x89\xaf\x77\x67\x6e\xdf\xba\x9b\x72\x2f\xaf\x12\xa1\x2e\x1e\x48\x88\x92\x49\x77\xc1\x3f\x8c\x18\x77\x72\xa7\xa6\xde\xf2\x4d\x42\xbc\x05\x2d\xda\x7a\xdb\xae\xfb\x35\x06\x41\x68\x21\x95\xfb\x55\xf1\x88\xf9\x84\xa1\xb3\x3e\x99\xcf\x11\xa5\xa9\x60\xc4\xac\x84\x09\x8a\xc7\xbe\x73\x42\x32\x04\x78\x7d\x14\xe0\xa8\xfb\xf5\x59\x94\x4a\x04\x9e\x74\x3a\x38\xc4\x4b\xf9\xbb\x1a\x29\xe5\x2c\xa1\xbb\xd7\xb7\x53\x13\xe2\x91\xa4\x93\xdb\x37\x95\x88\x18\xf1\x08\x45\xc7\xca\xe1\xc8\x16\x0f\x74\x0e\x8e\x9f\x2a\x9e\x36\xf1\x08\x5e\xc1\xae\xbd\x7e\x95\x3e\xf9\xaa\x7d\xc2\x8c\xfd\x1a\x33\xe7\xd3\x8e\x5d\x43\x49\xaa\x9f\x5c\xeb\x6b\xde\x58\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xd8\x4d\xaa\x7b\xa2\xca\x75\xf5\xc8\x1a\x8d\xf8\x1e\x1a\x86\x9b\x6a\xc1\xa6\x50\xb9\x52\x1e\x0f\x0d\x93\x4c\x89\x0f\x9b\x42\xc5\x0f\xa5\x60\x97\xad\xf8\xad\xc6\x63\x42\x8a\xfa\x2e\x65\xab\xfe\x99\xa5\xc2\x3b\x96\x8c\x7c\xc9\xc8\x6b\x68\xbf\x75\xc9\x16\xb9\x38\x5b\xf0\xd9\xa8\xcb\x4e\x5f\x76\x7a\x85\x4d\x2c\x0c\x08\x75\x71\x41\xef\xac\x2c\x4e\xdc\xd1\xe3\xb1\x69\x7c\xce\x75\xad\x57\xac\xea\x7f\xc5\x3f\x21\x1e\x00\xe3\x0e\x48\x1f\xcd\xd7\x8f\xaa\x73\xd2\xd6\x0e\x6a\xd2\x8e\xda\x8d\x30\xd8\x83\x36\xa5\x11\x41\x01\xb7\xaf\xa6\x0a\xd2\x50\x41\xd2\x59\x5b\x86\xf6\x49\x5b\xd2\x6a\xd0\x96\x59\x17\x59\x5b\x94\x70\x86\x3c\x88\xc7\x17\xa4\x58\x73\xed\x64\x55\xb7\x13\x6f\xc6\x62\xa1\x67\x1d\xd0\x62\xb1\x14\x22\xf6\xb7\x93\xad\x49\x3b\x87\x4d\x8d\x7d\x53\x3b\xd1\xb7\xda\xa9\xbe\xc5\xcd\xa3\x76\x4e\x3f\xa7\xbe\xc5\xbc\x6e\xe7\x63\x5e\x55\x3f\x10\xaa\xda\x69\x85\xcf\x5d\xe1\x99\xff\x28\xd4\xdb\xf9\x3d\x64\xf9\x0c\xc0\x18\xf3\xb4\x25\xb6\xb0\x2d\x1d\x31\xee\x04\x03\x6e\x68\x22\xf1\x08\xc6\x4a\x94\xd8\x96\x06\xcd\x66\x0f\x95\x0c\x51\xda\x92\x15\x4d\xc4\xaf\xc0\xbd\xa2\xa9\x68\xb4\x44\x5c\xc6\x93\xa1\x6b\x89\x69\xda\xd8\x43\xa5\x13\x44\xbf\x86\xfd\x38\x1e\x5c\x3a\x69\x21\x1e\x5a\x2e\x7c\x8e\xad\x4a\x2c\xd3\xa8\x09\x08\xf9\xf1\xc0\xb5\x89\x60\x33\x2d\x33\x9f\x5b\xf6\x8a\x0f\xe6\x81\x96\x3f\xbf\xf7\xf9\xbd\xd8\x7d\x34\x50\xd9\xe3\x31\xcd\x1b\xfd\x5d\x30\x2b\xb6\x62\x0c\x1e\x2e\x02\xb6\x62\xfd\xca\x5e\x46\x31\xb7\x5a\x79\xf8\x5e\xc1\xae\xd5\xb9\x19\xd9\x0a\x26\xf8\x56\xbe\xf3\x5f\x7f\x55\x62\x54\x34\xec\x4d\xf1\xb8\x84\x40\x8c\xac\xd5\xfe\xac\x87\xb4\xe0\xf1\xad\xa2\x9a\xb4\x1a\x8c\xb8\x72\xa3\xa1\xd5\xfc\x48\x7a\x4d\x16\xad\x00\x41\x3a\x1e\x39\x92\x05\x1b\x6d\xd5\x42\xab\x85\x52\xb7\xba\xfc\x18\x57\x74\x4f\x0e\xbb\x5a\x5d\x9f\x34\xfb\x38\x38\x46\x53\xbb\x68\x68\x17\xe9\xe4\x98\xa8\x35\x44\x41\x6b\xc1\x9b\x2a\x3b\x92\x06\xa8\x6b\x3c\x1e\x61\x3d\xe3\x73\x0d\x36\xda\xb0\x2c\x55\xc2\x9a\x34\xa0\x56\xe3\xf1\x7a\x7d\x8b\xac\xdd\x64\x6c\x66\x1a\x3b\xdc\x06\xb6\x68\x3c\xf0\x1b\xe3\x56\x64\x03\xe9\x33\x1e\x8f\x01\x41\xa3\x15\xed\xa1\xad\xed\x41\x14\x12\xaf\xbb\xf5\xc4\xec\x01\xb1\xaf\x9e\x39\x92\x81\xfa\x16\x8f\x12\xa4\x60\x54\x0d\x1c\xae\x78\xd0\x73\x5c\x35\x6b\x60\xf8\xc4\x83\x3d\x0f\xe8\x98\x6d\xb4\x05\xad\xb3\x66\x7a\x8d\xda\x0d\xc7\x7f\x4c\x2f\x5d\xd1\x58\x30\x64\xe2\x71\x4b\x23\x1d\x1b\x92\x36\xdc\x90\xe0\xc4\xda\x06\x5b\xad\x26\x08\x4a\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x7c\x29\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x82\x4c\xe1\x94\xad\xcd\x97\xd6\x4e\x1c\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x97\x17\xdb\xe5\x6a\xf4\xc0\xbe\xe3\x84\xda\x38\x47\x8e\x87\xe5\x86\xc2\xda\x2e\xac\xc9\xed\x22\xfe\xcc\x09\x68\x5e\xbb\x50\x9b\x1a\xa2\xfd\x2c\x38\x11\xb4\xeb\xf2\x7b\x57\xcc\x32\xcc\xe8\x8d\x78\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7c\xc7\xc3\xe5\xe3\xe7\x5e\xa6\xd4\x65\x2c\x52\xbb\x8f\xa0\xd6\xf1\xb0\xca\x21\x4a\x1b\x61\xa2\xe3\x61\xf5\xe0\x20\xf7\x41\xb7\xdc\xb8\x76\x74\x3c\x5d\x1b\xa1\x79\xe3\x31\xa3\x7a\x70\xbf\x9b\x0d\x72\x43\xcd\x88\x62\xf9\x9c\x3d\x4a\x84\x5e\xc3\xa8\xb5\x7b\x4a\xba\x10\xe0\x23\x91\xd5\xc6\xde\xc4\x02\x38\x81\x6d\x6e\xb7\x03\x4e\x7c\x5a\xe3\x3e\x35\x62\xc7\xc6\x63\x9a\x8c\xca\x71\xc2\xd4\x6e\x62\x9e\x9f\xe0\x0a\x37\xa2\xba\xc6\xc3\x0b\x77\x30\xd0\xfb\xb3\x61\x5e\x7e\xc3\x0b\xb6\x11\x8c\x33\x1e\x85\xa8\x32\x31\x1d\x1f\x27\xb7\xa1\x2e\x8d\x12\xd6\x1e\xd9\x16\x01\x02\xcf\xc2\xa1\x43\x7b\x4d\xf7\x26\x3f\x47\x2b\x5e\x45\xc7\xeb\x7d\x79\x4c\x3a\xed\x2b\x54\x59\xef\xd3\x8e\x5b\x6c\xfb\xd8\x35\x36\x6f\x17\x75\x62\x18\xb7\x8f\x43\x9f\xf6\xe1\x45\xd0\x89\x3e\xdc\x08\xc7\x13\x0f\xb6\x45\x8a\x27\xd5\x84\x86\x9a\x50\x0b\x43\xa1\x96\xd0\xb6\xb7\x6a\x3d\xa0\x7d\x66\xfd\xcc\x0a\xf7\x59\x9c\x1f\xb4\x25\x64\x08\xa8\xf7\x6d\x39\x55\x96\x3d\xc5\xb5\xae\xee\xf9\x6c\x3f\x74\x34\x80\x87\xf4\x83\x4d\x72\x3f\x10\xf6\x05\x57\xb7\x7e\x30\xa5\xba\xc7\xad\xb3\x9e\x91\xee\x8c\x1d\x42\x3c\xf0\xdd\x89\x85\xd6\x4f\x84\x43\x3f\x8d\x9c\x8f\xbb\x6d\x3f\xb1\xf6\x76\xe4\x65\xd2\xd0\xd5\x95\x70\x1d\x09\x97\x34\x74\xf5\x84\x00\xea\x29\xb8\x70\xc5\x34\xd5\x13\xd6\x80\x9e\xca\x01\x29\x0a\x4d\x45\x92\x38\xda\x35\x91\x0c\x73\x58\x4f\x98\xc3\x0a\xc7\x76\x3d\x35\x6a\x92\xbc\x84\x42\xbc\x8c\x9e\xba\x25\xe0\x24\xaa\xd9\xac\x27\x1b\x96\x5c\x2b\x44\x9f\xee\x9e\xec\x76\x4e\x76\x2b\xe8\x84\x3d\x63\xc2\xea\x59\x13\x56\x1f\xe5\x8f\x92\xbd\x7b\xa6\xdb\x3d\xd3\x1d\x44\xb0\xec\x19\x0d\xb4\xe7\xd0\x40\xf5\xef\xeb\x1e\xdf\x76\x8f\x6f\x27\x06\xf2\x9e\x0b\x95\xc7\xf4\x57\xb1\x15\xf7\xec\x40\x65\x55\x61\x6e\xfe\xf5\x6c\x1b\xf3\x6e\x63\x27\x2b\x66\xc0\x9e\x87\x7d\x11\x62\xb7\x63\xda\xfb\xbb\x67\xb6\x11\x05\x58\xb5\x5e\xd8\x48\xf6\xc2\x46\xb2\x8c\xe0\x39\xbd\x60\x7f\x8b\xad\x9c\x34\xd2\x21\x77\x62\xb3\x44\xb9\xb1\xc1\xee\xc5\x32\x8a\x9e\xfe\x23\xc5\x88\x16\x36\x0d\xbd\x08\x8d\x80\x3b\x77\x2f\xb0\xe2\x5e\x16\xfd\x48\x56\x84\x6b\x3c\xbc\x7d\x17\x3a\x78\xaf\x0e\x4b\x15\xa6\x9b\x18\x5a\xbd\x76\xd3\x79\x53\x09\x4b\x58\xaf\x70\xd3\x5e\xa3\xd8\x8a\x7b\x6e\xaf\xe8\x3b\xbd\xa2\x98\x15\xee\x0b\xf4\xea\x7c\xab\x9c\x4b\x0c\x0c\x66\x1d\x48\xfc\xbf\xbb\x60\xf8\xe3\x34\xdd\x32\x6f\x70\xc4\x8a\x76\xdd\x95\xd9\x1d\x99\x5d\x39\xa8\xec\xed\xa4\xad\x1c\xfc\x9c\x05\x56\xdf\xdb\x79\x4b\xf3\xc6\x20\x73\xa6\x61\x46\xef\x80\xdc\xd7\x1e\x7a\x69\x6f\x9c\x13\xf7\x66\xb4\x4b\xa2\x2d\xf5\xc6\x49\x71\xa8\x90\x24\xa3\x04\x4c\x09\x1d\x00\xf6\xca\xe5\xe7\xee\xf9\x51\x07\x57\xbd\x3a\x9f\x91\xde\xf1\x78\xfd\x58\xb4\x00\xe8\xee\x78\x90\x6c\x46\xbf\x35\x98\x6b\x07\x7e\x3b\x25\x62\x04\x75\xf0\xb7\xe3\xc1\xdc\x05\x07\xb2\x03\xb6\x1d\x0f\x9c\x92\x38\x60\xec\xed\xb6\xd4\xdb\xcf\xc5\xe4\x04\x26\x38\x1e\x04\x9b\x74\x15\x61\x67\x88\x47\x28\x2c\xf8\xf4\x76\x2d\x0b\x5d\xd0\x5d\xc4\x70\x07\xed\x36\x1e\x1c\xeb\x81\xc6\xd2\xc1\xad\x8d\x47\xf7\x6b\x64\x65\x8b\xd7\x81\x9b\x3d\x0b\xde\x0b\x5d\x6b\x43\x07\xc9\x35\x25\xee\xde\xf4\x6e\xfb\x85\x41\x9d\xa8\xdb\x5d\xb5\xa3\xa3\x76\x54\x30\xc8\x3b\xf8\x96\xf1\x58\xde\xdd\x8c\x3e\x01\x90\x30\x1e\xf0\x38\xee\xbd\xf7\xc1\x89\x68\x1f\xc6\xbf\x27\x32\x49\x1f\x2e\x7b\x81\xd7\x0a\x0e\x1d\x7d\xe0\x1e\xd2\x87\x17\x63\x30\x9c\x75\xc0\xb8\xe2\x41\xe4\x01\x4e\x25\x3a\x68\x52\xf1\x40\x6c\x00\xab\xdc\xe7\x4d\xde\x49\x7f\x82\x58\xd4\x27\xfe\x10\x7d\x7a\x59\x85\xf3\x91\x7e\xc9\x27\xc0\xbd\xa9\x9c\x2b\x74\x9c\xff\xe2\x41\xb7\x83\xe4\xdc\x2f\xa7\x09\xee\x5d\x95\x63\x85\x0e\x8e\x48\x3c\x2c\x94\x09\x06\xee\x46\x3c\x28\x94\x01\xbb\x3e\x73\x7e\xe4\xac\x51\xdd\xdb\x32\x6f\xcb\x6c\x90\x38\xcb\xe8\x77\xb2\xe7\x46\x94\x79\xcb\x7f\xef\x42\xb4\x73\x74\xbd\x7e\xa3\x4b\xf5\x3b\x74\xa9\x4a\xf4\xe4\x7e\x63\x98\xec\xb7\xb0\x26\x78\xec\xf4\x1b\x95\xb8\xdf\x62\x66\x60\x18\xee\xb7\x9d\x79\x8b\x90\x81\x11\xb8\x3f\x2e\x92\xc7\x45\x82\x13\x6f\xc7\x4f\x3b\x1e\x44\x91\x62\xbb\xd5\x1f\x3b\x78\x87\x33\x46\x5d\xeb\xb8\x45\xc7\xc3\x7b\x96\x30\x8e\x07\x21\xd7\x1f\x84\x5c\xe1\x26\x4a\x27\xca\x6e\x3c\x36\x2d\xbe\xf7\xca\x88\x5e\x19\x11\xa1\x58\xfa\x8b\xa2\xdc\xdf\x61\x7f\x52\x17\xc2\x27\xc4\x83\xa0\xa4\x58\xa4\x3b\xb7\x8b\xe3\x41\xa4\x51\xe2\xad\x77\x82\x28\xc4\x03\x01\xc9\x1e\xa3\x7f\x95\xb6\x7d\xb1\xe3\x6c\xdc\x5c\xeb\x9f\x3c\x8c\x88\x84\xe7\xc0\xe1\xa3\x13\x91\x30\x1e\x33\x92\x15\x48\x93\x52\xbf\x59\x82\x44\x63\x89\x2a\x18\x8f\x07\x52\x81\xf4\x4a\xb2\x1e\xf0\x61\x8e\x36\xe2\xf1\x91\x0c\x12\x9a\x69\xe7\xbe\x46\xe3\x6a\x76\x5f\xf6\xb0\x71\xba\x8a\xab\x73\xb9\x12\x57\xac\x8c\xe6\x80\x11\x5f\x20\x1e\x5e\x86\x1d\xd2\x86\x34\x6a\xcb\x18\x7a\x5a\xd2\x3d\x2d\x19\x04\x95\xed\xab\xfb\x35\x03\x34\x82\x43\xd1\xd7\x43\x1f\x11\xaa\xa9\x01\xc5\xd7\xb5\x18\x74\x2d\x06\x15\x20\x97\xbe\x96\x9f\x33\xb2\x1c\xbb\xc9\xe1\xe9\xec\xe0\x74\xb6\x71\x51\x73\x1c\x1c\xd2\x8d\x43\x4c\x53\x0e\x33\xc7\x81\x99\x77\x1c\x9c\x52\x55\x6e\x44\x8f\xb3\x45\xa9\xe3\x6c\x51\x2a\xc7\x3b\xe3\x44\xa8\x8d\x53\x9b\xd4\x51\xff\x2c\xcd\xc7\x19\xfb\x8e\x78\xa0\xf0\xe2\x50\x38\x4e\xa4\xca\x38\x83\x6f\x34\xbc\xa0\x87\xa7\xae\xe3\xc4\x8a\x95\x30\xa8\x0e\x4f\x5d\xc7\xb9\xf0\x81\x0b\x36\x3d\x3c\x73\x18\x9c\x39\x34\x0e\xc4\x46\x42\x3f\x1d\x09\x93\xc5\x44\xbc\x0d\xbd\x5d\x06\xde\x2e\x0d\x03\xf0\xc0\xa7\x25\x1e\x23\x48\xb1\x73\x1f\x1e\xb0\xc6\x92\xa5\xcc\x49\xb2\x69\x4e\xb1\xe8\x70\x3c\x1f\xe9\xb2\x04\x43\x4d\xe1\xf9\x3f\xd2\xe5\xe7\x94\x03\xd8\x09\x47\x66\xb9\x0c\xdd\xd3\x06\x7a\xe7\xf0\x50\x61\x64\xa1\xc2\xd8\xa2\x8c\x7c\x9a\xee\xa4\x2a\xc1\xcd\x07\xce\x6a\xf1\x58\x26\x23\x2b\x92\x60\x64\x83\xa4\x5b\xe5\xcc\x91\xf9\xc8\x78\xea\x8f\x12\x1a\xc9\xc8\xc8\xed\x91\x91\xdb\x15\xe9\x30\x0a\x07\x62\xa3\x78\x3d\xb4\x52\x6c\x61\x55\x8d\x82\xd7\xec\xa8\x94\x51\x2e\x69\x82\x3c\xb1\xf7\x18\x85\x8d\xc1\x28\xe2\x20\x61\x64\x1b\x05\x03\xcd\xd0\x51\x65\x10\x65\x67\x54\xfc\xd1\x46\x05\x39\x38\xd9\x8e\x6a\xd3\x2a\x4d\x23\x16\xd1\xa8\x58\xd9\x23\x0f\x59\x33\x59\x59\x32\xa3\xa2\x94\x25\x3c\x80\x47\x85\x4f\x8f\xea\xbd\xf5\x1a\xea\xc7\xa8\x37\x5d\x50\x85\x77\xc2\xf3\x6b\x70\x14\x11\x0f\xef\xfc\xc6\x4a\x1d\x0d\x2d\x73\xb4\x43\x7c\xef\xd8\x2f\x8e\x86\x75\x6b\x70\x58\x91\x12\x5e\xfb\xa3\x61\xca\x1a\x4d\x3c\xc3\x62\x3a\x24\xda\x68\x4a\x34\x6c\x2b\xc3\x9d\xff\x40\x77\x68\xb8\x62\x0d\x76\xfc\xf1\xf0\xee\x71\xb0\xf9\xa1\x32\x30\x54\x06\xea\x11\xcb\x7c\x34\x7b\xb4\x45\x8f\xb6\x22\xe9\xb6\x76\xe2\x05\x72\xca\x3e\x3a\x36\x93\xd1\x0d\xb9\x8f\x75\x7f\x60\x19\x88\x87\x57\x78\x59\xac\x1d\xab\xda\xe8\xc6\x76\xc6\x85\x70\x00\x56\x1e\x0f\xe4\x28\xa1\x63\x06\xf0\xe0\xf1\x20\xe8\x9b\x3d\xd0\x39\x2f\x19\x9d\x1b\x69\x03\x20\xe4\xc1\x71\x42\x3c\xf0\xfb\xa0\xf3\x06\xbb\xaf\x31\x8a\x9d\xc2\xf4\x1e\x2e\x83\x41\x38\xa3\xc9\x3d\xb1\x31\x1c\x8c\x61\x28\x39\xae\x2d\x0f\x20\x60\xe3\x11\xfc\xb6\x86\xe4\x1f\x40\xb9\xc6\x43\xf8\xd2\x0e\xcd\x31\x1b\x31\x66\x8d\xa3\xf2\xa1\xb9\x61\x68\x6e\xa8\x04\x25\x1c\x93\x83\xa5\x31\x39\x58\x9a\xb8\x48\x0f\x20\x44\xe3\x61\x07\x30\x05\xa6\x4c\x6d\x72\x29\xa6\xa2\x0c\x8f\x89\xeb\xc5\x00\xd8\xb3\x71\xad\x7b\x00\x28\x19\x0f\x6a\x82\x3d\x7a\x4c\x17\xcb\x8c\xc5\xd2\x70\xdd\x1d\xdc\xeb\x88\xc7\x8b\x8b\x6f\x54\xe4\x72\x3e\x01\x03\x98\x12\x96\xe1\x01\xd8\x5d\x3c\xfc\xda\x19\x59\x2f\xfc\x90\xc6\xd5\x51\xcc\x6a\x92\x76\x49\x63\xc5\xd7\xd0\x41\xc6\x75\xd1\x88\xeb\x0a\x56\x8a\x9f\xf1\xb8\xd8\x2c\x0e\x4c\x0e\x29\x55\x6a\x02\x06\x52\x3c\xb8\x43\x83\x44\x1b\xa0\xe0\xc4\x23\xff\xeb\xaf\xd6\x99\x27\xb7\x4c\xe0\x96\x09\x34\xb8\xe0\x8d\x4a\x3b\x80\xc3\x69\x5c\x90\x1e\x20\x10\xc4\x03\x6d\x10\xd4\xe4\xc1\xc9\x41\x3c\x9a\xb4\xc8\xfa\x20\x5a\xc7\x23\xc0\x0f\x78\x3b\xe3\xc1\x46\x3a\x88\xdc\xd1\x30\xaa\x0f\x2e\x57\xc5\x83\x8a\x20\x0e\x1e\x19\xf4\x03\x83\xc6\xb2\x34\x5e\x7b\xee\x3d\xf0\x19\x0a\x69\x3e\xde\x8f\x54\xc4\x80\x6e\x3d\x44\xe6\xe0\xa2\x65\x3c\x38\x2d\xc4\x36\x34\x74\x76\x18\x9f\x7d\x8e\x59\x76\x7c\x6c\x77\x07\x81\xa7\xda\x60\x00\x09\x9a\x1c\x8f\x0f\x52\x8c\xf3\x87\xa7\xd4\x30\x06\xc4\xb0\x8f\x38\xab\x88\xc7\xf0\x6b\x31\x95\x74\x89\x18\xba\x44\xcc\xc1\x48\x7f\xd5\xcf\x09\xf0\x80\xe5\x7d\x70\x89\x3c\x1e\x59\x1a\xb5\x73\xa2\x73\xfd\x35\x25\x22\x5e\x0d\x9c\xda\xff\x1e\x04\x5f\x4d\x89\x83\x9c\x81\xc7\x7a\x3c\x4e\x69\x51\x65\x95\x86\xe1\x35\xcf\x84\xc3\xd2\x58\x96\xbb\x76\xb9\xb1\x3d\x1a\x04\xdb\x8c\x47\x2c\x26\x20\xb2\x07\xe1\x21\xe3\x61\x47\xb1\x0e\xd7\xcd\x18\x2e\xee\xb6\x55\xa2\xbb\x0c\xa2\x0d\xc6\x03\x87\x49\x82\x45\x1f\xf8\xdd\xcc\x23\xc1\xda\x31\xe8\x4e\xfd\xb2\xe6\x21\x96\x2d\x36\xb4\x79\x60\x18\x98\xf8\x4e\xb4\x79\x1e\x7f\x14\xe9\xf3\xe0\x60\x7b\xea\x54\xde\x05\x3f\x42\x73\x88\x07\x4c\x04\xa7\xf9\x89\xa3\x55\x3c\x10\x1a\x62\x40\x9c\x31\x48\xf1\x10\x8a\x8f\x60\xa2\xda\x43\xe6\x29\x50\x38\xd6\xbe\xc9\x91\x41\x3c\x8a\x80\x09\xf1\xbd\x13\x53\xcf\xc4\x56\x72\x56\xa1\x70\x3c\x4d\x98\x9c\x26\x34\xc1\xa9\xce\xc7\xac\x8f\xd7\xd6\x09\x27\xae\xff\xc2\xc4\x7f\x21\x3e\xd7\x83\x86\x11\x74\x9e\x1f\x17\x97\x08\xb0\x7b\x62\x04\x9f\x27\x46\xf0\x24\x62\x13\x27\x0c\xf1\xf8\x48\x46\x23\xd0\x59\xe7\x19\xbc\xb4\x89\xc2\x93\x98\xbd\x33\x39\x7b\xb9\x42\x31\x13\x87\x29\x13\x05\x25\x68\x03\x5a\x93\x66\x5b\x77\xba\x47\x1a\xb2\x40\x9c\xfe\x94\xfc\x9e\x38\x33\x62\x40\x26\x76\x1a\x33\x81\x0f\x91\x3a\xe1\x56\x13\x56\xf0\x99\xf2\x4e\x17\x8d\xd5\x99\x6c\x26\x61\x22\x3b\x71\x80\x35\xeb\xcc\xd4\xcd\x4b\x6c\x5e\x55\xa2\x89\x4a\x14\xa2\x11\x92\x59\xbb\x31\x00\x08\x58\xad\x2f\xd9\x4c\x97\x4d\x23\x2e\x2c\xbe\x14\xf1\x10\xf4\x94\x78\xb5\x9c\x8a\xfc\x3d\x93\xf6\x03\x6e\x46\xcd\xf4\x98\xee\x11\x0c\xdd\xea\xbd\x96\xf1\x5a\x3d\x62\x9a\x66\x44\xdf\xcc\xc6\x18\x43\x89\x9e\x19\xf5\x6c\x66\xd5\x33\x64\xd0\xd4\xa3\x7e\xe2\xcb\xdb\xc5\xf9\xca\xb7\x59\x6f\x7b\x80\x59\xa6\xeb\xc5\xc4\xf5\x22\x68\xd1\x8c\x8c\x8d\x7a\xe2\x8f\xd5\xc5\x44\x2a\xa8\x08\xb3\xe8\x84\x23\x56\xbf\xae\xf2\xb3\xec\x01\x22\xdc\x6c\x65\x0f\x3d\xeb\xb0\x57\x08\x7a\x5b\x31\xbf\xcf\xca\x9d\x42\x51\x5a\x2a\xdb\x8a\x59\xdd\x56\xb0\x9d\x9f\x15\xff\xcc\x59\x45\x85\x14\x80\xaf\x61\x08\x98\x6d\x03\x55\x13\xea\xb6\x39\xb6\x2d\x76\x91\x86\x4b\x99\xcd\xc5\xda\xb2\xf3\x18\x28\x07\x4d\x23\x73\x9b\x46\x06\x81\x5e\x1b\xd6\x81\xd9\xb4\x0e\x60\xf0\x9d\x0d\xab\xd2\x6c\xc0\x22\x70\xf7\x77\x6a\xa5\x98\x0d\xc0\x30\x23\x4d\x77\x18\xe7\xec\xc2\x1f\x09\xa8\xa6\x67\xc3\xc4\xb3\xa1\x73\x70\x31\xbb\xf3\xa4\x0b\x34\x07\xdf\x9c\x1d\x0f\x83\xd9\x27\x17\x74\x58\xc6\xdd\x32\xbb\xe1\x8d\xc4\x4f\xed\x77\x96\xc6\x15\x23\x62\xec\x12\x56\x36\x1e\xb0\x2f\xa1\x26\xbb\xe3\xd5\x1d\x2f\xc1\x65\x51\x51\xe2\x61\xa9\x44\xf4\x1d\x9c\x1f\xcc\x91\xc5\xc0\x15\x81\x1f\x35\x79\x0e\x0c\x26\x68\x2f\xc1\xda\x21\x19\xb3\x36\x31\x25\x46\x93\x26\x56\x9f\x50\x33\x1e\xab\x4c\x8e\x55\x3a\x41\xb0\xe6\x70\x62\x0f\x63\x8d\x09\xbe\xa8\xaa\x32\x55\x55\x06\xa7\x83\x73\x3a\x4d\xa6\xd3\x44\xf0\x3d\xf4\x91\x78\x98\x17\x66\xc4\xdd\xd6\x78\x08\x2b\x4e\x32\x1b\x31\xb3\x80\x10\xc2\x47\x67\xb3\xe6\x9d\x15\xc8\x66\x47\x62\x8a\x7f\x7b\x0a\xc4\x4d\x17\x4f\x42\x46\x8b\xc1\x31\x51\x06\xe7\x9c\x40\x4a\x12\x60\x78\xca\x27\xe7\x45\xc6\x2c\x86\x35\xf3\x66\x0a\xec\x2f\x88\xe0\xfc\x2c\x73\xc3\x7c\x0a\xd4\x2d\xb3\x9b\x22\x7c\x32\xfa\x73\x59\xe6\x12\xa9\x99\xaf\x61\xa3\x98\x73\xe3\x7a\x8a\xc7\xbe\xcc\xb9\x36\xd8\xb0\xf8\xc0\xd0\xae\x64\x70\x75\xb1\x56\x1d\xfe\xeb\xde\x08\xb8\xa4\xbb\x4d\x77\x7b\xbb\x58\x18\x56\x39\xf6\x45\x10\x79\x5c\x96\xe6\x85\x8d\x6a\x5e\x82\x49\x77\x81\x4c\xe9\xcb\x0b\x64\x37\xbc\x7a\xe6\xb5\x24\x2d\x41\x54\x84\x45\x93\x3b\xdf\x72\x67\xcc\xe6\xf3\x76\xf1\xdf\xc7\x2e\x54\x68\x4c\xf2\xde\xc0\xfa\x70\xe7\x7b\xde\x18\xad\xe6\x0d\x8a\x0f\x71\x76\xa7\x16\x9f\x89\xc5\xa7\x6f\xe4\x4c\xd7\xea\x9d\xbd\xe1\x2f\xdc\x9c\x6b\xf5\xde\xa0\x3d\x44\x9e\xbe\x9d\xac\x77\x01\x95\x47\x34\x52\x97\xef\xed\xf2\xc5\xcc\x34\x6f\x3c\x29\xe6\xdd\x36\xd4\x20\x59\x9b\x59\x9b\x1d\x5c\xc5\x81\x34\x6f\x37\xa0\x86\x10\x7b\x53\xda\x04\x00\xe6\x4c\xff\xb3\x3c\x6f\xf3\xff\x25\xce\x3d\x6b\x9a\x9c\x35\x75\x41\x9e\x6f\xb9\xd6\xfd\x0a\x9e\x27\x78\x1a\xec\xe3\x27\x54\x87\x20\x4e\x85\x16\x3e\x1b\xe7\x67\x63\x7d\xf1\xb5\xa7\x1a\x8e\x43\x80\xb3\x66\xba\x66\xa8\x10\xd1\xa3\x6c\x8e\xe1\x62\xe7\x21\x7a\x13\xbb\xc7\xf9\x1a\x9a\xf4\xd8\x38\x4c\xaf\xb4\x8d\x28\x28\x0e\x12\xbd\xfd\xaa\xc6\x08\xa0\xfd\x56\x69\x1b\x72\x59\x5c\x97\x6a\xde\x4a\x6f\x8b\xdf\x63\x8f\xbd\xbb\xc7\xc4\xeb\x41\xc5\x9e\xef\xdc\xb0\x3b\xa2\xd9\x58\x95\x8d\x4f\xb1\xa1\x56\x98\x45\xef\xc6\x32\x10\xa6\x82\xcb\x56\xf3\xe3\x64\x3a\x0b\x95\xf9\xc9\x07\x3e\x40\xe9\x70\x5d\x9b\xaa\x94\x93\xd8\x4b\xe9\x30\x68\x3e\x11\xfd\xe2\x41\x98\xf0\x8d\xb1\xf1\x49\x32\x0c\x39\xe3\xfe\x3d\xd2\x5e\xf1\x0d\xc4\x3a\x40\x1e\x71\x7e\x95\xb2\x40\x4f\x84\xb6\x89\x07\x17\x70\x8a\x70\x03\x16\x20\xe6\x89\xf1\xdc\x31\x51\xcc\x05\x64\x56\x31\x18\x3a\x1b\xa7\x89\x33\x4c\x3a\x76\x80\x74\xdc\x38\x27\xe1\x71\xa2\x00\x63\xd6\xd3\xc1\x84\x04\x4e\x59\xd8\x03\x4d\x5f\x73\x35\x02\xfb\xc3\xb6\x17\x57\x8f\xe6\x6a\xc6\x5e\x37\x5c\xba\x5f\x9b\x7e\xcd\x90\xf3\x2a\x0b\xeb\x31\x48\x8b\x11\x06\xf2\x63\xa4\xa0\xfd\xaf\x9e\xf5\x87\x81\x3d\x82\x90\xff\x79\xc7\x51\xe1\x31\x8f\xdf\x70\xe4\xf5\x9f\x77\xdc\x1e\x39\x5a\xfe\x7d\xd7\xff\x79\x87\x33\xfd\x09\x66\xd3\x8e\x36\xbb\x78\x17\xff\x3a\x65\xdb\x0e\x2b\x76\xbf\x8b\x2e\xdd\xff\x76\xad\x0d\x3f\x11\x9f\x5e\xcc\xa5\xfb\xdf\x69\x78\xa8\xdf\xc0\x4d\x98\x75\xf7\xbf\x46\x20\xe2\x62\xb7\xb6\xf3\x85\x24\x3a\x6b\x31\x40\x01\x73\x6f\xcd\x69\xd0\x01\x2f\xfb\xc7\xa7\x17\x18\xee\xa3\x7a\x3f\x9b\x5d\xc5\xba\x42\x5e\x0f\x1c\xd5\xd6\xc5\xb0\x2d\x76\xa5\xc6\xee\x5a\x60\x84\xc7\x63\x5f\xe6\x9e\x5c\x1d\x8e\xbe\x5f\x42\x1e\x93\x11\xc0\xe3\x78\x70\x73\x8e\xdb\xdb\x44\x11\x8f\x47\x2c\x77\x8e\x50\x17\xe1\x97\xe2\x31\xbc\x88\x41\xb2\x6c\x32\xae\x32\x0c\x2e\xfe\x7e\xa8\x9f\x0b\x07\x31\xcf\x90\x97\x3b\xaf\xc5\xce\xab\x13\xe9\x75\x11\xd4\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x26\x3f\xd0\xf4\x8b\x68\x44\xf1\xf8\x48\xe5\xb7\x16\x24\x60\xdf\x27\x17\x97\xd9\xbd\xc5\xa3\x90\x91\x6f\x15\x2b\x81\xe3\x65\x6a\xdc\xd9\x26\x4a\x6c\x3c\xac\x85\xd7\x91\xe9\x57\x10\x35\x1a\xf7\xb2\xd9\xb9\xc5\x83\x6b\xd4\xde\x3d\xbe\xa4\x60\x38\xe4\x62\x2f\x3a\xd2\x5a\xbb\xee\x5c\x29\x96\x52\x63\x7c\xbc\x41\xcd\x32\x58\x58\x80\x4f\x8f\x1d\x16\x6b\xe2\xef\x45\x84\x72\x2f\xec\x13\x09\x31\x1e\x68\x1b\xff\x8b\x8b\x53\xfc\xf8\xcf\xd7\xbf\xff\xdb\xff\xfe\x7f\x5c\xff\xfe\x7f\x5e\xff\xf9\xfb\xeb\xf9\xef\xff\xf1\x1f\xdf\x7f\xf9\x6f\xef\x7f\x7a\xfe\xdb\x5f\xff\x5b\x50\xff\x7a\xbf\xf5\x9f\xfe\xcb\xf7\x1f\xdf\xff\xfd\x5f\xff\xfb\x7f\x3c\xdf\x5f\xff\xfe\x5f\xff\x3d\x72\xf1\xf7\xff\x04\x00\x00\xff\xff\x2d\x58\x41\x22\x3d\xd6\x02\x00"); -func _afdb ()([]byte ,error ){return _c (_edae ,"WP-Symbol")};var _bcb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x49\xab\x65\x47\x72\xc7\xf7\xf5\x29\xee\xb2\xbd\x68\xeb\xe4\x18\x19\x50\x3c\x68\x24\x0b\xab\x4d\xdb\xa6\xe5\x09\x8c\x17\x67\x88\x23\x0a\x5c\xaf\x8a\xaa\xd2\x42\xdf\xde\xc4\xef\x7f\x25\xd9\xc2\xa0\x85\x08\xd5\xff\xe5\x10\x19\x19\x73\x9e\xfb\xd5\xd7\xdf\x7d\xf3\xdd\xeb\xbb\x2f\x8f\xaf\xfe\xf9\xd3\x87\xf3\xfb\xf8\xf2\xb8\xdf\xbd\x5e\x9f\xe2\xf3\x87\x1f\x3f\x9d\xf1\x38\xe2\x87\x77\xaf\x6f\xde\x94\xfa\xb8\xde\x9d\x5f\x7e\xfe\x27\xe4\x7c\xbf\x7f\x7c\xf3\x26\xe7\x7f\xff\xd3\xe7\x2f\xf1\xfe\xbb\xd7\xfb\xc3\xa3\x69\xdc\xf5\xe3\xc7\xe7\xd8\xc7\xe3\xab\xbf\xc6\x0f\xef\x3e\x7f\xf9\xf4\xd3\xe3\x0f\x7f\xba\x3e\x1c\xf1\x37\x8f\x2b\xee\xc4\xff\xe9\xd3\x15\x9f\xde\xbd\xfe\xf0\xf8\xc3\x9f\xf7\x8f\xfb\x6b\xf9\xe5\x0f\xdf\xff\xf8\xf1\xe3\x7f\xc7\xfb\x78\xfd\xf2\xa8\x60\xf1\x7a\x41\xdf\x7c\xf5\xf5\x5f\xf6\x8f\xff\xb8\xbf\x8f\xc7\x57\xb6\xde\x7f\xfe\xe3\x5f\xff\xe1\xfb\x3f\xff\xf1\xef\xf9\x1b\x7f\xfa\xb7\xf8\xf4\xf9\xdd\x87\xd7\x47\x29\x7f\xbb\x6d\xf3\x57\xfc\x5f\x7e\xfa\x18\x8f\xf2\x5c\xe3\x3f\xfe\xf5\xbb\x6f\x1e\xff\x59\x1e\x65\x7b\xd4\xd1\x7b\xf9\xaf\x27\xfe\xef\x7f\xf9\x70\xc5\x63\xd3\xbf\xba\xf8\x3f\x3f\x5c\xf1\xf9\xe3\x7e\xc6\xa7\xfd\xf5\x87\x78\xf3\x78\xbc\xdd\xb6\x97\xc7\xe3\xf1\x76\x6d\x2f\xf9\xaf\x55\xfa\xf6\xf2\x78\xeb\xdf\x7e\xfb\x35\xff\xfe\x93\xfe\xfa\xcd\xb7\xfc\xeb\xef\x36\xfe\xfa\xed\xd7\xf9\xd7\x78\xbd\x7e\xb3\xda\x9b\xa2\x4d\x5e\x3f\x7c\xb9\xe2\x16\xc6\xfa\x6f\xcb\xfd\xf2\xa8\xad\xe4\x9c\xff\xfd\xc7\x37\x65\xdb\x9e\x7c\xbd\xbb\x9e\xe3\x6b\x8e\xb7\x4b\xe3\xdf\x5a\xe4\xbf\xe2\xe5\x31\xf3\x5f\x4f\xee\x56\x11\xd2\x12\x59\x42\xf6\xf3\xe5\x31\x7d\x26\x72\x2c\x90\xe3\x7e\x79\x58\x67\xd6\x29\xe4\x8c\x44\x3c\x91\x6b\x07\x89\xf5\xf2\xb0\xc1\xac\x5b\xeb\xdc\xf6\xf2\x30\x63\xd6\x7d\x0a\x39\x13\xc9\x59\xb5\xdf\x89\xd4\x91\xb3\xd6\x96\xc8\x64\x56\x35\x7f\x79\x98\x83\xac\x02\xe2\xfb\xcb\x63\x95\x5c\xb9\xba\x66\xdd\xe5\xe5\xb1\x7a\x7d\xf3\x76\x35\x9d\xa2\xe5\x29\xbc\x8e\x44\x74\x8a\xe6\xf3\xe5\xe1\x6b\x25\xa2\x59\xed\x98\x2f\x8f\xb2\x95\x64\xa8\x1d\x82\x2e\xa0\x96\xf3\xba\x56\xea\xc9\x46\xd9\x46\x32\xd9\x4d\x50\x2e\x5e\x36\xcf\xfd\xba\x56\xef\x5e\x5e\x1e\xa5\x6c\x96\x90\x96\x87\x58\xe7\x74\x7d\xd7\xa8\x24\xd6\x57\x01\x2a\x82\x0a\x82\x13\x54\x05\x55\x20\x98\xd8\x9b\xa0\x96\xc2\xdc\x1a\x50\x17\xd4\x19\xa5\xe5\x87\xa0\xc1\x28\x98\xd8\xa7\xa0\x99\x50\xd5\x44\x13\x94\xd7\x30\x8a\x96\x5f\x82\xb8\xab\x26\x26\x5c\x90\x03\x69\xf9\x5d\xd0\x0e\xf7\x1b\xd0\x21\xe8\x00\x42\x12\xfb\x29\xe8\x84\xaf\x0e\x74\x09\xba\x80\x16\x50\x08\x0a\x58\x9d\x40\x92\x57\x12\x1b\x1b\x6b\x1d\x92\x57\x12\x1b\x85\xb5\x0e\xc9\x2b\x89\x8d\x06\x13\x87\xe4\x95\xc4\x46\xd5\x44\xc9\xeb\x40\x5e\x8d\x1d\x0f\xc9\x2b\x89\x8d\xa1\xb5\x24\xaf\x03\x79\xa1\x00\xfd\x90\xbc\x0e\xc9\x0b\xbe\x0e\xc9\xeb\x90\xbc\x90\x84\xf4\x1f\x62\xa3\x69\x2d\xc9\xeb\x40\x5e\x5d\x4c\x48\x5e\x49\x6c\x6c\x62\x42\xf2\x4a\x62\xa3\x72\x43\x87\xe4\x95\xc4\x46\xd1\x8e\x92\x57\x12\x1b\xd2\xc2\x43\xf2\x3a\x90\x57\x4f\xc8\xa4\x98\x36\x18\x35\x80\x06\x22\xb4\x89\xbc\x16\xd0\x2c\x82\xd2\x34\x36\x24\x61\xb3\x0a\x42\x5e\x4b\x50\x13\xd4\x72\x54\xdf\x80\xba\x20\xe4\xe5\x82\x86\xa0\xc1\xa8\x0a\x34\x05\x21\x1c\x17\xb4\x04\x2d\x46\x75\x20\x17\x84\x24\x5c\x7c\x1d\x82\x0e\x46\x35\xa0\x53\x10\x07\x72\xf1\x15\x82\x82\x51\x06\xa4\x33\x5a\x5e\xda\xdc\xf2\xd2\xcc\x34\x2a\xc9\x6a\x28\xb9\xc9\x1e\x6d\x35\x46\xb1\xd6\xd2\x81\x92\xac\x4d\xf2\x5a\x3a\xd0\x4a\x95\x9b\x85\x89\xae\x89\x49\x6c\x72\x1e\x97\x04\x93\xd8\x64\x3f\x97\x00\x93\xd8\x74\x10\xc9\xcf\x9d\x59\x9c\xd9\x77\x41\x79\xe6\x09\x03\xae\x23\x7b\xde\xb4\x9c\xed\x92\x8f\x80\x94\x82\x9f\x5a\xf2\x11\x10\x93\x03\x5e\xf2\x11\x2b\x8d\xb8\x14\xb4\x66\xc9\x88\x21\xab\xce\x09\xb4\x04\xb1\x16\x4a\xb9\x64\x3f\x10\x73\x78\x5f\xb2\x1f\x88\x35\xec\x67\xc9\x7e\x56\x6a\x73\x29\x5d\x13\x5d\x10\xe7\x79\xae\xc5\x79\x56\x1c\x39\x6a\xa4\x64\x56\x9c\x82\x74\x20\xb8\x0f\x54\x77\xa5\xab\x2f\x15\x47\xb5\x6e\xed\x78\x23\xbf\x06\xab\xb7\x76\xbc\x9d\x51\x0b\x48\xcb\xdf\x88\xab\x71\xc6\xfb\x10\x74\xe6\xa8\x92\x90\x4b\xe7\xbd\x2f\x20\x07\x72\x41\x62\x75\x01\xb1\x96\x8f\x96\xa3\x2a\xa3\x46\x17\xd4\x19\x25\x68\x08\xb2\x1c\x85\xce\xfb\x58\x82\xd2\xae\xe7\x13\xd2\xf2\xe3\x60\x54\x07\x3a\x05\x71\xec\x5e\x09\xd3\x3f\x07\xd7\xff\x2f\xde\x2e\x1f\x48\xc5\x89\x21\xb5\xc3\xa3\xec\x12\x62\x13\xfd\x77\xd9\xa5\x13\x56\xea\x00\x92\x1a\xfb\xda\x13\xc2\xbf\xfa\x3a\x04\x1d\x4c\x84\xa1\x25\x86\xd2\xef\x97\x8a\xcb\x75\xf9\x7d\x88\x4d\xfc\x85\x4b\x65\x20\xd6\x50\x5b\x97\xca\x40\x6c\xf6\x09\xa4\xf3\x5e\xd7\xcb\xa3\xc8\x96\xfc\x0a\x41\xc1\x28\xee\xe1\x42\x6f\x3d\x43\x79\x69\x06\x74\x6b\xad\x5b\x6b\x71\xc6\x5b\x6b\xe5\x9d\x96\x8e\x32\xb8\xee\x14\x62\x93\x44\xc1\x95\x04\x40\x4a\x27\x14\xec\xba\x66\x48\xe9\x04\xb2\xbd\x17\x41\xc8\x6b\x6c\x40\xc8\x6b\x9f\x1a\x95\x6b\xed\x92\x2a\x64\x76\x67\xe2\x7c\x8e\x4a\x56\x3b\xc9\xca\x2e\x0f\x05\x19\x1b\x67\xdc\xe5\xa1\x76\x64\xdf\xe1\x7e\x97\xec\xf7\xf4\x17\xa5\x1b\x3b\xca\x5f\x40\x6c\x0e\xd6\x5a\x53\x10\x67\x34\xb8\xd7\x0d\xed\xba\x21\x2c\x65\xd7\x0d\xed\xe9\x31\x8a\xe2\xe4\x2e\x97\x01\xb1\xc9\x6d\xef\xde\x05\xe5\x3d\x76\x5c\xee\xee\x5a\x3e\xc9\x70\xcc\x62\x77\x13\xe4\x8c\xd2\xc4\x5d\x10\xc6\x43\x6c\xdb\xe5\x6c\xf6\x4c\x68\xca\x53\x12\xa7\x0e\x74\xe2\x59\x70\x80\xfb\x29\x79\x25\x19\xcf\x1d\x4f\xc9\xeb\xcc\x03\x0d\xcc\x75\x3f\xb5\xd6\xa9\x03\x09\xd2\x81\xce\x5c\x7e\xa0\x39\xfb\xa5\xe5\x93\xcc\x49\x58\xd9\x2f\x2d\x1f\x79\xec\x21\x79\x85\x8e\x1d\x3a\x36\x7c\x85\x8e\x8d\x02\x0c\x04\x7d\x48\x01\x8e\x34\xea\xa2\x80\x71\xc8\xa8\x21\x36\xc7\x02\x82\xaf\x63\xe4\xa5\x4d\x34\xe7\x50\x04\x84\xd8\x24\x5b\x3b\x94\x40\x1e\x5c\xed\xc4\x7b\x1e\xba\xda\x03\xb7\xfb\x5c\x4b\x6e\xf7\x90\xdb\x9d\x30\x21\xb7\x7b\xa4\xc1\x94\x49\x6a\x76\xc8\x60\x0e\x19\xcc\x14\x84\xe6\x1c\x67\x63\x14\x3b\x9e\x5d\x10\xa9\x99\x75\xa0\x21\x28\xcf\x68\x62\xe2\xbc\x04\x5d\xac\x55\x81\xb0\xb4\x23\x52\xf6\x86\xec\x8f\xd0\x19\x03\xd9\xcf\x06\x84\xec\x8f\x74\xa8\xc5\xf0\xfd\x87\x1c\x2a\xc4\xe6\x64\xc7\xbb\x09\x4a\x57\x69\xc6\x44\xd9\x23\xc4\xe6\x44\xaa\x72\xbb\x90\xa2\x84\xfb\x90\x89\x1e\x32\xd1\xe7\xf2\xcf\x1d\xe1\x1e\xf5\x3d\x75\x43\x67\xda\x60\xb1\xd5\x80\x9a\x20\xae\x76\x1a\x10\x92\x38\xd3\xd5\x16\x5b\x40\x63\x0a\xc2\x33\x11\x18\xcf\x81\x46\x9f\x99\x7d\x94\xc5\x3d\x9e\xca\x3e\x20\x36\x71\x56\xa7\xb2\x8f\x33\xb3\x84\xb2\xea\x06\x74\x09\x42\x84\x26\x08\x11\x9e\x99\xa2\x97\x85\xef\x3f\xad\x08\xc2\x75\x50\x78\x9c\x56\x05\xb1\x23\x41\xf6\x34\xed\x68\xec\x68\x9c\xd1\xb4\x63\x96\x1e\x65\x71\x1d\xa7\xed\x82\x52\x0b\xcb\xd2\x5a\x87\xa0\xd4\x2f\x55\x1f\xa7\xf4\xeb\x5c\x2c\x8f\x75\x9c\xca\x3e\x20\x36\xb9\x8e\x53\xde\xe4\x74\x58\xc5\x3a\x4e\xe5\x1a\xa7\x72\x0d\x34\xe7\x54\xb2\x71\x7a\xde\xe3\x9a\x82\x5c\x10\xf7\x68\x03\x48\x7c\x79\xba\xed\x25\xee\x5d\x92\x70\xdc\x36\x9e\xe9\x54\xba\x71\x66\xf0\x2f\x0b\xb7\x7d\x2a\xf8\x43\x6c\x3e\x21\xdd\xe3\xc1\x81\x5c\xd0\x73\x22\x66\x65\x5c\x9a\xbc\xc9\x89\x4e\x78\x49\xd9\x5f\xd2\x89\x0b\xab\x75\x04\x7d\xc9\x6a\x2f\x59\x2d\x45\xd0\x25\xab\xbd\xd0\x09\x47\x99\x2e\xe9\xc4\x25\x9d\x40\x0b\x2f\xe9\xc4\x85\x73\x77\x62\xda\x25\xe7\x7e\x29\x64\x22\xfb\x4b\xce\xfd\xca\xeb\xa8\xdb\x36\x7e\x3f\x14\x5f\xba\x2d\xc8\x58\xb8\xdd\xcb\x4e\x41\x91\x8b\x90\x97\x5d\xba\xc0\x2b\xdd\x76\xdd\xc8\x7f\xae\x75\x09\x42\xd7\xc4\xf6\x42\xc2\x57\xba\xf0\xba\x11\x34\x2e\xb9\x70\x88\x4d\xcc\xe2\xf2\x21\x68\xe5\x28\xdc\xee\xa5\x0b\xbc\x74\x81\x8b\xe5\x75\x81\x57\x7a\xcf\xba\xe1\x7f\x2e\x79\x4f\x88\x4d\xb2\xf9\xeb\xd2\x79\xd3\x63\xd6\x42\xb1\x70\x85\x96\x0f\x62\xd2\x12\x24\x71\xa6\x83\xa8\x05\xbd\xbd\xe4\x20\x2e\x39\x08\x0c\xf1\x92\x83\xb8\xf2\x02\x6b\x21\x14\x87\x2e\x30\xfa\x48\x68\x08\x9a\x82\x74\x35\x0b\xc8\x04\xe5\x81\x0a\x0e\x22\x94\x84\x85\x92\xb0\xa5\x89\xbb\xa0\x9d\x51\x82\x0e\x41\x78\x16\xa2\x4d\x74\x64\x1f\x79\xdb\xb5\xa0\x32\xa1\x24\x2c\x94\x84\xb9\x20\x2d\xcf\x0d\x15\xe4\x15\xba\xa1\x48\xbf\x5a\x2b\x45\x5f\x9c\x62\xf5\x84\x55\x02\x63\x9c\x62\x35\xc9\x54\xf0\x0f\x75\x2a\xe2\x4a\x11\x2a\x59\x8a\x6b\x08\x42\x84\x4f\x48\x6b\x5d\xc9\x7d\x23\x43\x8d\x4b\xdc\x5f\xa4\x7d\xc4\xa4\xb8\xd0\x89\x40\x84\x8d\x52\xfa\x96\x08\xef\x94\x44\x6d\x24\x4b\xb7\x24\x71\xcb\x06\x5c\x10\x6b\xdd\x99\x8e\xd6\x46\x00\xba\x95\x8e\x42\x6c\xba\x20\x98\xb8\x39\xb6\x32\xb6\x5b\xc7\xbe\x33\xb7\xa8\x1d\xab\xbb\x95\x5b\xdc\x52\x4c\xd7\x28\x14\xf3\x4e\x37\x52\x3b\xe5\xc8\x2d\x37\x72\x93\x6e\x18\x65\xd3\x2d\x5d\xbd\xf7\x9a\xa3\x28\x05\x6e\xf5\x19\x20\x66\x64\x6c\xb7\xfa\x0c\x77\xd6\x10\xb5\xe3\xcb\x6e\xd5\x10\x10\xb3\x8d\xe5\xe5\x46\xee\xac\x62\x6b\x47\x7d\x6f\x55\xb1\x10\xb3\x0d\xe1\xa8\x8a\xbd\x2f\x76\xc4\x4b\xdd\x97\x76\xbc\xb4\x23\xcb\x5f\xda\xf1\x62\x2d\xae\xe3\x96\xa0\x21\x66\x24\x84\xb7\xb2\xd2\x3b\xf2\x8c\x43\x4c\x84\x98\x48\x62\xc6\xa5\xdd\x4a\x37\x6e\x6e\x68\x64\x8e\xe8\x6a\xb0\xf9\x86\xfa\x52\x5d\xfb\x86\xfa\x8a\x98\x3d\x47\xed\x40\x96\x8a\x49\xc1\xed\x9b\x2d\x41\x8b\xfe\xd5\x06\xa4\x89\xdc\x10\xe5\xaf\x6f\x4b\xcb\x27\x31\x2b\x05\xa8\x08\x62\x47\x67\xf9\xa5\x89\x8b\x1d\x8b\x26\x6a\xc7\xf4\xd1\x95\x92\xd5\xb7\x5d\x6b\xed\x5a\xab\x01\x69\xad\x83\x51\x8d\xe5\x4f\x8d\x3a\x35\xaa\x03\x69\x54\x9e\xbe\x92\x35\xf8\x46\x96\x25\x62\x56\x38\x10\xae\xc3\xb7\x48\xee\xa7\xf8\x8a\x1b\xe8\xd6\x5a\x33\xa1\x5b\x6b\xdd\xf3\xe5\x51\x9f\x07\xca\xbc\x3f\x89\x24\x01\xab\xb7\x0e\x84\xa0\x2d\x2b\x33\x7f\xf6\x39\x0b\xde\xc4\x32\xcd\xf6\x82\x37\x11\x31\xcb\x18\xee\x05\x6f\x22\x32\xc9\x66\xbc\x74\x04\x5d\x70\x0a\xc6\x19\xcb\x78\x42\xec\x58\x05\xb1\x63\x99\x69\xa2\x96\xde\xd7\x0b\x4d\x05\x11\xb3\x74\x0a\x5e\x68\x2a\x78\xc9\x14\xa1\x5a\x26\x25\x5e\x48\x11\x44\xec\xc9\x17\x4d\x05\x2f\x34\x45\xcd\xe0\xcb\x34\xca\x34\x2a\xa5\xaa\x46\xa8\x17\xee\xd1\x16\xac\xea\x1e\x8b\xee\x31\x0b\x78\x2f\xba\xc7\x72\xc0\x97\x33\xea\x10\x5f\x87\xf8\x12\x24\xbe\x32\xcd\xae\xa4\x08\x5e\x4e\x8d\x3a\x35\x0a\x56\x4f\x8d\xba\xd2\x9b\xac\xc9\x81\x2e\x2d\x9f\xc4\xac\x72\xec\x4b\x13\x23\x4d\x94\xb0\xee\x25\x8a\x20\x4c\xb4\x72\x1d\x58\x87\x97\xcc\x1e\xeb\x5a\x1c\x88\x6a\x5d\xc4\xac\x71\xec\xd0\xb1\x33\x50\xd4\x25\xee\x09\x14\x5e\x6e\x34\x47\xd7\x71\x0f\x41\xc9\xbd\x6f\x88\xf0\x16\x13\xa4\x8d\xd6\xda\xef\x86\x62\x57\xf7\x57\xa4\x92\x41\x78\x95\xca\x54\x54\xc6\xd1\xb5\x2a\x95\xa9\x52\x99\x0c\xc5\x5e\xa5\x32\x90\xea\xa8\x5f\x95\xca\x54\x59\x30\x46\x5d\x65\xc1\x35\x5d\x6d\xf5\xaa\xb5\x4e\x41\x3a\xaf\x01\x71\xde\x3a\x34\x8a\x89\x43\xa3\xa8\xef\xad\x39\x10\x82\xaa\xd8\xb9\x77\x58\x95\x32\xd4\x95\x86\xe8\x06\x5f\x2e\x88\xde\x91\x69\x14\x09\x9d\xd7\x74\xb5\xd5\x1d\x26\xc8\x07\x44\x8c\xee\xb9\x57\xd7\x19\x1d\x26\x10\x7a\x75\x31\x41\xb3\xc8\x32\xab\xf4\xea\x62\x22\x15\xab\x6d\x08\xbd\x4a\xb1\xaa\x14\xab\x0b\xd2\xc4\x0c\x8c\x6d\x93\xbc\x4e\x2d\x4f\x60\xb4\x2e\x48\x22\x4c\xd2\x36\xdc\x5b\x3d\x25\xc2\x13\x13\x7b\x42\x2e\x88\x1d\x3b\xf2\x92\x92\x56\x29\x29\x7a\x5b\xcf\xe7\x8e\x67\x8e\x1a\x1c\xfb\x14\xab\xd4\x36\xf6\x9c\x28\x41\x67\x36\xd3\xb6\xc1\x81\xc8\x66\x44\x56\xc5\x36\x2b\xe1\xc0\xeb\xb5\x18\x25\x48\x4c\x24\xe9\xa3\x71\x46\xd9\x40\xbd\xd9\x31\x73\x62\x57\xc3\x5f\xa4\x6d\xf8\xb2\x46\xcb\x40\xc4\xe4\x20\x1a\x2d\x03\x6f\xa9\x5f\xad\x64\x14\xf4\x26\xfd\x6a\xd2\xaf\xae\x89\x26\xe8\x64\xd4\x04\xba\x04\x71\x20\xce\xd8\xa4\x39\x2d\x63\x78\x2b\x38\xe7\x46\x0c\x17\x31\x1b\x2c\x3f\xb4\x7c\x2a\x50\x2b\x55\xd0\x73\x22\x9e\x05\x49\x34\xca\x56\x6f\x73\xe6\x28\x0c\xb1\x4d\x31\x41\x67\xd5\x06\xcb\xd3\xb7\xf0\x36\x9d\x51\xb0\x3a\x77\x41\x78\x83\x81\x24\xe4\x04\x5b\xba\xb4\x56\xd0\x9c\x66\x12\x0e\x15\x90\x65\x0a\xea\xcd\x24\x09\x43\x12\x3a\xb6\x89\xd5\x24\x63\x3d\x47\x89\x89\xd4\xfb\x56\xb4\xbc\xf4\xbe\x65\x6d\xd3\x0a\x2e\xa9\x51\xdb\x88\x98\x71\x69\x6d\x49\x12\x8b\x63\x4f\x41\x3a\x76\x92\x51\x37\xce\xb8\x74\xec\xcc\x4d\x5a\xc1\x71\x35\xda\x22\x22\xa3\x4b\x12\xae\xe5\x3d\x75\xb5\x2c\x76\x74\x49\xc2\xd1\xd5\xc1\xd5\x92\x53\x7b\x4b\x53\x68\x65\xb1\x96\x4c\x01\x62\x36\x38\xe3\xa1\x7b\xcc\xf0\xd9\x2a\xbe\xbf\x29\x7c\x36\x85\xcf\xc9\x8e\x0a\x9f\x0d\x5d\xad\x78\xe2\x26\x5d\x6d\xca\x53\x26\xf7\x78\x89\x2f\x74\xb5\x62\x0a\x4d\xba\xda\xe4\x9c\x89\xbb\x4d\xce\xb9\x65\xba\xd2\xaa\xee\xf1\xd2\xb1\x93\x98\x4d\x04\x1d\x62\x22\x03\x76\xab\x3a\x90\x02\x76\x23\xb1\x57\x60\x6c\xa1\x1b\x8a\x94\x44\x95\xde\x87\x24\xc1\x33\x1b\x7d\x66\x6f\x21\x26\x6e\xd6\x92\xec\x6f\xad\x95\x64\x2e\x87\x09\xb9\xf0\x86\x0d\xd5\xac\xcc\x5c\x4f\x5d\xde\x3b\xcb\x23\xc2\x2e\xbf\x0a\x31\x7a\xdd\xde\x95\x2c\xf5\xc1\x28\x9c\x55\x57\x74\xee\x8a\xce\x84\xcf\xae\xe8\xdc\xd1\xaf\x46\x82\xd3\xa5\x5f\x10\xe3\x01\xd0\xbb\xf4\x8b\x97\xb4\xd6\xd0\x55\xbd\xa4\x79\x5f\x69\x0a\x0d\x4b\xeb\x4b\xa3\x16\xa6\x60\x1a\xa5\x1d\x93\xcc\x81\x27\xef\x0a\xc5\x5d\xa1\x38\x2b\x6c\xef\x0a\xc5\x3d\x33\xe4\xd6\xa6\xd6\xba\x04\x61\xc8\xb8\xed\x2e\xc5\xe4\x09\xae\x35\xa4\xaa\x27\x38\x11\xb3\xac\xb0\x5d\x4f\x70\xce\x53\x57\x6b\x4b\xd0\x29\x08\xfd\x32\x24\xb1\x6b\xf9\x24\xad\xb9\x46\x3d\x97\xc7\xdc\x51\x72\x3d\x75\x79\x47\xbf\x9a\x03\x49\xbf\x20\x66\x59\x61\x7b\x97\x2f\xec\xa9\x26\xad\xe3\xf8\xba\xd4\x04\x62\xa6\x4b\x53\xa4\xef\x19\xb0\x5b\xc7\xd5\x76\x05\x6c\x88\xd9\xda\x7e\x3f\x14\x77\xe9\x47\x47\x19\x3a\xba\x36\xa4\x0c\x90\xd6\x11\xc1\x90\x43\x1d\x1d\x1e\xb3\x00\xf7\x41\xcf\xc7\x47\xfa\xc5\xd6\x61\x7b\xc8\x2f\x42\x8c\xce\x90\x0f\x5e\x75\x45\x46\x81\xed\x31\xb4\xfc\x60\x79\x02\xe3\x18\x5a\x7e\xe0\xa5\x48\x50\xc6\xa8\x82\x1a\xa3\x58\x8b\x4e\xbe\x88\x19\xf7\x30\xe4\x76\x47\x3a\xd4\xd6\xd1\xc8\x21\x87\x0a\x31\xa5\x6a\x63\x6a\xc7\x4c\x08\x1b\xaf\xa3\x3e\xe8\x1f\x89\x18\xed\x29\x1f\x4a\x0e\x07\xde\x73\xe0\xaf\x87\xbc\x27\xc4\x6c\x71\x46\x13\xab\xe8\xed\x20\x39\x1c\xd2\xdb\x91\x6e\xa4\xf1\xe4\xe8\x43\x6e\x04\x62\xb6\x38\xf6\xa9\x03\x11\x51\xe7\xc6\x44\x45\xd4\xa1\x88\x9a\x55\xb1\x0f\x45\xd4\x71\xa5\x89\x4d\x32\xfa\x71\x2d\x41\x98\x98\xe4\x25\x67\x33\x32\x31\x6f\x34\x36\x7d\x28\x31\x1f\x7a\x62\xa7\x1e\x19\xb7\x26\x72\xb5\xf4\x3a\x7d\xea\x6a\x21\x4d\xd5\xc1\xd4\xd5\x4e\xc5\x4a\x17\x54\x05\xc1\x04\x5e\x6a\xca\x1b\x4c\x79\x83\xac\xcc\x7c\xca\x1b\x4c\x62\x12\x6d\x33\x9f\x8a\x49\x53\x31\x09\x1b\x98\x8a\x49\x13\x79\x51\xe5\xf9\x94\xbc\x66\x9a\x6b\x53\x4e\x3c\x65\xae\x10\x93\xca\xcd\xa5\x89\x19\x28\x9a\x32\xb6\xa9\x2c\x6b\x2a\xcb\xe2\xb6\xa7\xb2\xac\x49\x84\x50\x1a\x34\x15\x21\x20\xe6\x6b\x03\x12\xab\x49\x7a\x79\x8e\xd2\x8e\x5c\x87\x42\xf1\xd4\x75\xcc\xe7\x75\xb0\xa3\xae\x63\x5e\x29\xe8\xb5\x31\xea\x32\x41\x12\x34\x52\xd5\x0d\xcd\x2c\x5b\xdb\xe2\xd2\x26\x65\xab\x88\x19\x49\xc9\xa4\x6c\xf5\x89\x51\xd3\xc5\xf4\x29\xa3\x86\xd8\xda\x04\xe9\x40\x5c\xed\x22\x4c\x4d\x5d\x2d\x64\xf6\x21\x48\x3b\xde\xfa\x58\xa2\x00\xe9\x8c\x49\xda\xc2\x1b\xcc\x5b\x67\xe4\x65\xed\xc9\xbd\x72\x75\x48\x5b\x04\xff\xa9\x64\x1c\x62\x8b\xe4\x52\x0f\xcc\x6e\x98\x28\xfd\x49\x37\x99\x28\xc4\x16\xea\x6b\x32\x51\x9e\x68\xdb\x22\x42\xe8\x89\x56\xc4\x56\x56\xfe\x6e\xb2\x21\xcb\xac\xa3\x2d\x24\x61\xd6\x04\x35\x46\x4d\xa0\x2e\x28\x23\xaa\xca\x0a\x53\x85\x0d\x31\xde\x57\xdc\xe8\xc1\x3a\xcf\xbd\xcd\xa9\xd6\xf5\xdc\xeb\xb6\x98\x88\xec\x4d\xe1\x00\x62\x0b\x73\x37\xe9\x97\x9d\x8c\xc2\x6a\x4d\x19\x2e\xc4\x16\x45\xb7\x9d\x1a\x95\x82\x6e\x7c\x29\xe2\x26\x41\xdb\xad\x51\xec\x78\x3f\x47\x9d\x2f\x8f\xbe\xb5\xe4\x6b\x49\x5e\x10\x5b\x14\x2f\x4b\x66\xb5\xd2\xf1\x75\xde\xd5\x7d\xc9\xf1\x41\x6c\x11\x18\x97\xa4\xba\xd2\xa5\xf5\x6d\xb0\x96\x5c\x1a\x64\x6e\x70\xbf\x94\x49\xae\x8c\xbb\x7d\x23\x03\x59\x8a\xbb\x4b\x5f\xcb\x90\x82\x2e\xc5\xdd\x95\x82\xee\x4a\x8d\xf5\xc8\xec\x2b\xc3\x49\xdf\x70\x30\x4b\xa9\x0b\xa4\x29\x51\x5d\x97\x76\xe4\x40\xbc\x02\xbb\x5e\x5b\x9d\xb7\xcf\x4e\xdb\xcd\xf5\xf6\x29\x62\x52\x72\x3d\x6e\xba\xcf\xf1\xf2\xe8\x15\x26\x9c\xaf\x02\x44\x6c\xd1\x6b\x70\xa5\xb3\x9e\x7e\xa2\x2b\xf1\x72\xf9\x09\x88\xf1\x21\x8f\xbb\xfc\x04\xa4\x2b\xf1\x72\x15\xf0\x10\x5b\x45\x90\x76\x4c\x05\xe8\xbc\xef\xba\x1e\x4a\x9d\x47\xc4\x5e\xd1\x7b\x3d\x22\xfa\x9e\x71\xa8\x37\x3c\xd3\xae\x38\x04\xb1\x45\xe1\xb8\xeb\x3a\xf6\x14\x61\x6f\x4b\x90\x0b\xe2\xb6\x69\x65\xec\x03\x56\x77\xcb\xe5\x1b\xe6\xbe\xdb\x25\x28\x6d\x7b\x11\x28\x76\xb5\x0c\x20\xbd\x53\x7a\xe9\x11\xd1\x79\x1e\xec\xbd\xfd\x7e\x83\xda\xf5\x7a\x28\x62\x8b\x1e\x86\x5e\x0f\x9d\x57\xba\xae\x10\xaf\x57\x3a\x11\x93\x83\xd8\x4f\xec\x69\x4f\xd7\xd1\xf9\x7e\xc6\x77\x95\xfc\x90\xb6\xe1\xe8\xf5\xfe\xe6\x3c\xb6\x75\x3e\x5d\x71\x3d\xb6\xf9\xc1\x35\x0f\xb2\xa4\x43\xd7\x7c\xe8\x9a\xb1\x94\x43\xd7\xcc\x33\x5a\x1f\x04\x33\x3d\xa3\xf9\xb1\x52\xd7\x26\x4c\x1c\xab\x09\xc2\xa8\x29\xa7\x0f\x55\x07\x3c\xb6\x75\x85\x29\x3d\xb6\x89\xd8\xc2\xf7\xeb\xb1\xcd\x79\x62\xea\xbc\x31\xba\x9e\x98\x9c\x87\x95\xae\xfa\x4d\x0f\x2b\x7e\xe6\xe0\x2e\x13\x3b\x95\xaa\x41\x6c\xd1\x0f\x39\x95\xaa\xf1\x34\xd1\xd5\x5b\xd1\xd3\x84\xd3\xe3\xef\x8e\xb9\xaa\xc7\x2f\x62\xbc\x14\xf9\xa5\x46\xdd\x95\xb2\x1f\x1b\x9e\xf8\x92\xec\x21\xb6\x9a\x20\x24\x71\x65\xb4\x19\x1b\x16\x7c\x29\xda\x40\x8a\x6e\x48\x3d\x7e\xbf\x8e\xc9\x23\x73\x8a\xf0\xe2\x4b\x22\x11\x5b\x34\x52\xae\x43\x13\xd3\xe7\x0c\x1e\x07\xfc\x52\x00\x82\xd8\x6a\x2c\xaf\x00\x44\xab\x7e\x6c\x04\x46\xb5\xea\x3d\x66\xd6\x49\x85\xe5\x83\x37\x33\x11\xe3\x51\xcb\x83\x37\x33\x0f\x5e\xba\x0b\x3e\x23\x78\xe9\x16\xb1\xd5\x34\x11\xed\x0e\x0a\x3f\x1a\xfa\x1e\x4a\xcc\x21\x8d\x87\x61\x0f\xb5\x3f\x69\xc2\x8f\x42\x44\x55\x13\xde\x23\xb5\x7b\xa8\xe6\x0a\xa9\x6f\x48\x7d\x69\xc4\x84\x44\x08\x19\x05\xdf\x1f\x12\x61\xa8\x3c\xc4\xab\x87\xb2\xf0\xa0\xf0\xab\x04\xb3\x50\xe1\x07\x31\xde\xdf\x3c\xd4\x3c\xa1\xe3\x3e\xf8\x72\xc4\xd5\x71\x77\xba\xe4\x43\x95\x86\xba\xe4\x7e\x23\xfb\x86\xbc\x6e\xc9\x1e\xd2\x78\xb8\xf3\x5b\xb2\xbf\xcf\x8b\x52\x13\x48\x4d\x0a\x88\x2d\xd2\x8d\xfb\xc4\x67\xdc\x99\x5f\x8f\x4e\x09\x7c\x2b\xbf\x86\x14\x75\x90\x6f\x25\xd0\xf4\x99\x07\xe9\x2c\x2a\x4e\x94\x4f\xfd\x0e\x75\x9d\x83\x4e\xf1\x18\xa9\x5a\xa1\x4e\x71\x6c\xa9\xad\x63\xa4\x75\xc6\x46\xb3\x5d\xc4\x56\x56\xf8\xb1\xf1\x51\x5f\x6c\x99\x56\x8c\xa9\x89\xa4\x15\x22\xb6\xba\xa0\x00\x4a\x96\x06\xcf\xea\xb1\xdd\x5a\xeb\xd6\x2b\xb4\x20\xad\x05\x97\xbc\xb3\x85\x9a\xb4\x51\x32\x8d\x1b\xbc\xef\x44\xa1\x71\x26\x62\xab\x17\xa0\x43\x50\x72\x4f\xa7\x38\x0a\xbe\x34\x8a\xe2\x58\x96\x6e\x51\x88\x63\x41\xcb\x74\xd0\xf1\x0f\xb5\x4c\xa3\xec\xa9\x80\x04\x9a\x28\x3c\x98\x8b\xd8\xca\x40\x13\x65\xd7\x8e\x59\xea\x0e\xb2\xcf\x28\x94\xba\x22\x75\x6b\xb0\x9a\x65\xef\x93\x8c\x35\x98\x48\xf5\x2b\xd2\xca\xd0\x44\x2d\x1f\x27\xa3\x26\xd0\x25\x48\xf2\x82\x2f\xda\x9c\x41\xef\x71\xac\x34\x8c\x50\xef\x31\x2a\xb6\xb2\x52\x27\xa3\x62\x2b\x22\x86\x23\x89\x8a\xad\x44\xcd\xf8\x3a\xe8\x3d\x46\x25\x91\x11\x31\x72\xae\xa8\x24\x32\x51\x33\x5e\x0c\xaf\x1a\x75\x09\xba\xf8\x20\xa3\x02\x85\xa0\xe0\xe3\x0e\x46\x49\x5e\xf5\xd0\xf7\x1e\x29\xe8\x8a\xe6\x8a\xd8\xea\x8c\x42\x73\xa3\xa6\xc7\x1f\x9e\x19\x76\xd4\x53\x3b\x9e\xe4\x10\xe9\xc4\x83\x16\xe0\xdb\xa8\x19\x10\xe6\xb6\x31\x91\x80\x20\x62\x24\x7e\x51\x43\xdc\xc7\x91\xa3\xc4\x04\x1f\x18\x88\xd8\x1a\xac\x25\x11\xd2\x71\x9b\x3c\x75\x86\x3a\x6e\xd1\x32\x1f\x99\x64\x1a\xd1\xc8\x47\x44\x8c\x8c\x31\x1a\xc1\x54\x64\x6e\x19\x36\xa2\x11\x4c\x45\x6c\x65\xd2\x1d\x6d\xa0\x5f\x2d\x5d\xd7\xdc\x9c\x89\xb8\x2e\x11\xe3\xa1\x36\x68\x8f\xbd\x0d\xba\x51\xb3\x6c\x4c\x94\xbc\x5a\x4a\x62\xf2\x69\x5c\x34\x49\x02\x62\x52\x93\x26\x49\xd0\xeb\x98\xc5\xe7\xef\x46\xe1\x50\x2b\x24\x68\x4c\xcc\x0a\x8f\x6a\x4c\x44\xcf\xd0\x36\x79\xec\x8b\x4e\x68\x13\x31\x3a\x66\xd1\x69\x7c\x85\x1a\x13\x2d\xf3\xfb\x50\x63\x42\xc4\xa4\x91\x6a\x4c\x04\x9f\x0b\xcf\x56\x99\xc8\x03\x9d\x88\x2d\x2c\xb8\xd3\x0b\x0b\xbe\x75\x9d\x2d\x5d\x75\xe8\x5b\x57\x11\x5b\x59\xcd\x85\xbe\x75\x0d\x3e\x46\x9d\x6d\xb2\xfc\xa1\x1d\x0f\xed\xe8\x40\xda\xf1\x66\x2d\x4b\x71\xd2\x32\x78\x12\x5b\xa8\x8c\x3a\x07\x41\x1f\x60\xd2\x7d\x0b\xf5\x01\x44\x66\xef\x82\x8a\xa0\xc2\x13\x6a\x03\xaa\x82\x98\x88\x37\xa0\x27\xf0\x24\x4d\x56\xa7\xd6\x40\x8c\x8c\x24\x13\x5f\x1a\x83\xfc\x5e\xa4\x3c\x97\x27\xbf\x0f\x8a\xeb\xc9\xe7\xc2\xa1\xe2\x3a\x46\xc6\xfd\xc9\xf7\xcf\x31\x76\xed\x98\xa4\xf1\x84\x1a\x83\xb8\x1f\x23\xbd\xe7\xa4\x04\x8f\x21\xef\x09\x31\x1e\x50\x62\xf0\x69\x5c\x8c\x14\xc8\x1c\xb8\xb7\x41\x1b\x5d\xc4\x16\x9e\x78\xd0\x3b\x8c\x91\x36\x30\xe5\x9c\x87\x6c\x60\xc8\x8d\xa0\xf0\x43\x6e\x84\xe2\x7a\xf2\x01\x69\xa8\xb8\x8e\x39\xf8\x0c\x0a\xd3\x9f\xf2\x8b\x53\x55\x53\x56\xd2\x31\xa9\x9a\x62\x5a\x5a\x1d\x5f\xde\xc5\xe4\x33\x04\x91\x32\xb0\xba\x29\x9f\x41\xd9\x3c\x79\x56\x0f\x95\xcd\x31\x53\xcd\x26\xaf\xe3\x31\xf9\x04\x4d\xc4\x16\x0a\x30\xe9\x98\xc5\x74\x8d\x82\x09\xd7\x28\xd7\x28\x03\xd2\xa8\x4c\x3e\x26\x0f\x87\xa1\xea\x57\xa4\xf2\x22\x14\xaa\x7e\x63\xa6\x27\x9e\xa6\x89\xf2\xc4\x10\x5b\x93\xe5\xe5\x89\x27\xfa\x45\xd1\x1f\x53\xfa\x35\x9f\xfa\x05\xf7\xd2\x2f\xaa\xcc\x49\xcd\x17\xaa\x32\x83\x8f\x7f\x27\x55\x40\xf0\x05\xf0\x93\xd8\xb2\x0d\x08\x41\x53\xf3\x4d\xdd\xa3\x6a\xbe\xb0\xcc\x34\xe6\x32\x07\x3a\x05\xe1\xb8\xac\x00\x69\xad\x24\x73\xb9\x26\x6a\xad\x45\x90\x37\x41\x04\x33\x4b\xd5\x98\xcb\x53\x12\xc6\xe7\x92\x22\xb6\x30\x18\xe3\xeb\xaf\x30\x34\xc7\x0b\x3b\x4a\x73\x4c\x9a\x63\x4c\x94\xe6\x58\xd6\x56\x53\x2e\xdc\xa8\xad\x44\x6c\x65\x3e\x12\xc6\x07\x06\x41\xfd\x38\x1d\x9d\x50\xfd\x18\x8b\x17\xc7\x2d\x8b\xeb\x58\x3a\xe3\x22\xcd\xdf\x90\xfd\x22\xcd\x17\xb1\x65\x0b\xa8\x0b\xca\x89\xa5\xb1\x16\x59\x8b\x88\x49\x38\xeb\xd2\x5a\xc9\x97\x15\xc2\x94\x6a\x3e\x11\x5b\xe4\x03\x4b\x7c\xe9\x6b\x5d\x45\x54\x7d\xad\x2b\x52\x94\x0f\x2c\xdd\x23\xc4\xd6\x12\x24\x26\x68\x20\x94\x95\x13\x55\x3f\x06\x75\x9a\x15\x64\xaf\x3a\x2d\x9c\xdf\x10\x54\x3c\xa6\xf3\x1b\x02\x11\x5b\x8b\x51\x34\x56\xc3\xf1\x5f\x95\x74\xc3\xe5\xbf\x20\xb6\xb4\xbc\x64\xef\xa9\xbe\xd6\x50\x5f\x3f\x9f\x10\x1f\x29\x77\x46\x49\x7d\x21\xc6\xb3\x67\x38\xaf\x53\xe1\xb7\xbe\x81\x66\x47\x9d\x11\x52\x5a\x56\x73\xe1\x3a\x23\x25\xa5\x35\xb4\x50\x25\x65\xec\x34\x36\x1a\xf2\xda\x4d\x10\xcd\xc1\xb5\x06\x50\x11\xc4\x6f\x61\xb2\xb0\x08\x95\x81\xb1\xf3\x9a\xd7\xe1\x6b\xe7\x35\x4f\xc4\xd6\x9a\x40\x28\xe6\xae\x1f\x7e\xa0\x72\xbb\x5c\xda\x9e\x2e\x6d\x55\xb8\x57\x29\x13\x97\xbe\x76\xc7\xb9\xab\x94\x89\x2b\x23\xc1\xea\x59\x33\xc6\xc5\xcf\x1d\x44\x8a\xe3\xa3\x2f\x7e\xee\x10\x54\x11\x8b\xcf\x12\x43\x55\x44\x90\xd3\x2f\x3e\xe3\x0c\xe5\xf4\x11\xe9\xf8\xd6\xdc\x72\xf9\xe0\xa3\x80\x88\x9b\x2f\xfa\xb9\xc7\xa0\xcf\x24\xa2\xb4\x2e\x68\x88\x04\x99\xf9\xda\x32\xf9\xbb\x25\xae\x7b\xcf\xdc\x52\xf3\xee\x9d\xdc\xf2\xde\x07\x3f\xcc\xb0\xdf\xd6\xc3\xed\xb7\x81\xf8\xde\x69\xf7\x8a\xb0\xd1\xbd\xd3\x1a\xb9\xf7\xcc\x3b\x7e\xde\x88\xbc\x43\xc4\x66\x26\x65\xb7\x8a\x78\x11\x9b\x65\x03\x7a\xee\xbd\xff\xfc\x03\x80\x7b\x27\xef\x10\xe1\xf1\xe4\xde\xa9\x7c\xef\xfd\x57\xe9\xde\xba\xbc\x9b\x6f\x5d\x57\x4b\xe7\x70\xeb\x5b\x57\x11\x49\xf7\xd6\xb7\xae\xf7\xfe\xab\x74\x6f\x15\xd6\xf7\x21\xe9\xc2\x96\x4a\xe6\x9b\x32\x77\x8d\x34\x9c\x5b\x65\xee\x7d\x66\x8a\xbd\x6c\xfb\xbf\xc9\x49\xfe\xff\xfb\xfd\xe3\x9b\x5f\x7e\xc4\x76\xfe\xf8\xe9\x53\xbc\x7e\xe1\x27\x73\xfc\x4e\xed\x71\xc5\xfd\xee\x35\x7e\xf9\xf9\xdd\xc7\x0f\x1f\x73\x16\xff\xfd\x4f\x00\x00\x00\xff\xff\x1e\x5b\x0f\x99\xaa\x37\x00\x00"); -func _bebc ()([]byte ,error ){return _c (_cef ,"Adobe-Japan1-0")};func _ffd ()([]byte ,error ){return _c (_fbc ,"Adobe-CNS1-0")};func _cceb ()([]byte ,error ){return _c (_aabcg ,"UniCNS-UTF32-V")};func _bed ()(*asset ,error ){_gfd ,_acc :=_cag ();if _acc !=nil {return nil ,_acc ; -};_fad :=bindataFileInfo {_dae :"Adobe-Japan1-2",_fb :1136,_ae :_be .FileMode (436),_g :_a .Unix (1580491314,0)};_cgfd :=&asset {_dd :_gfd ,_ef :_fad };return _cgfd ,nil ;};func _cdc ()([]byte ,error ){return _c (_gaff ,"GBT-EUC-H")};var _cebc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x8b\xdb\x30\x10\x85\xef\xfa\x15\x73\xdc\x1e\xb6\xb6\xe2\xd8\x91\x20\x2c\x94\x84\x52\xb3\x6c\x5b\x9a\xcd\xb6\x50\x7a\x90\xa5\x71\x2a\x68\x64\x23\xdb\x87\xfc\xfb\xa2\xd1\xc4\xed\x21\x48\xdf\x93\x46\x79\xcf\x33\xc5\xa1\x3d\xb6\xc1\xcf\x50\x7c\x8d\x83\x3d\xe1\x0c\xbd\x0f\x2e\xe2\x34\x2c\xd1\x22\x74\x78\xf1\x41\x08\xb9\x01\xe7\xed\x7c\x47\x5a\xec\xd5\x8c\x42\x14\xe7\xe0\x9f\x4f\x8f\xe7\xd7\x8f\xea\xf1\x13\x2c\x13\xb2\x7c\x68\x8f\xa7\xdb\x34\xe3\xb5\x0d\xfd\x00\x55\x2e\x77\xcb\xc8\x4f\x00\x14\xdf\xf0\xe2\xa7\x39\xde\xe0\xe1\x83\x1b\x3a\x7c\x07\x0e\xfb\xa4\x7f\x89\x0e\xa3\x0f\x17\x78\x78\x1e\x22\x1a\xb9\x1e\x9c\x96\x71\xfc\x83\x57\x0c\x33\x48\xd2\x30\x38\x5a\x45\x71\x78\x31\xe3\x67\x73\x45\xf8\xdf\xce\x1b\x1d\xd2\xd9\x1b\xc6\xc9\x0f\x01\xa4\x7c\x5f\x96\xf5\x3f\xfd\xf5\x36\x22\x3f\x26\x8a\x1f\xe7\xf6\x08\x3f\x25\xc8\x12\x36\xf5\x56\xd6\xbf\x58\xff\xfe\x32\xb8\xf5\x96\x94\x39\x81\xf5\xce\xfe\x36\x51\xec\x71\xa3\x4a\xdd\x3c\x81\x2a\x1b\x99\xc9\xd4\x89\x6a\x25\xf6\x58\xa9\x52\x57\x89\x76\xb5\xd8\x63\xdf\x59\x25\x89\x1a\x26\x4b\xa4\x99\x30\x91\x2a\x33\x75\x1d\xd1\x8e\xc9\x11\x29\xa6\x9e\x28\xd7\x39\x4d\x75\xcd\x86\xa8\x37\xf4\x7f\xba\x4a\x5f\xe7\x6e\x52\xec\x56\xd3\xd1\x84\x0b\xb2\xeb\xea\x09\xf2\x66\x4b\x86\x75\x36\x9c\x2c\xe6\xcd\x86\xe4\x86\x65\xc5\xb2\xa6\x08\x4d\xcd\xf1\xb6\x77\x99\x52\x37\x15\x67\xa1\xdb\x69\xa3\x29\x22\xc7\xd0\x86\x65\x9d\x13\x48\x4e\xd0\x65\xd9\x69\x8a\xa9\x4b\x36\x9f\xcd\x12\xa4\xa9\x5a\xbb\x6c\x97\x18\x31\xcc\x34\x53\xd4\xc7\xd4\x1b\x1f\x70\x1d\xdb\x71\x18\x53\x15\xfd\xfe\x06\x00\x00\xff\xff\x62\x85\x62\x69\xe2\x02\x00\x00"); -var _ffba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xd6\xfe\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\xf4\x1f\xff\xf9\xbf\xfd\x29\xc5\xff\xf8\x3f\xe1\x67\xfc\xfa\xbf\xdf\xbf\xfd\xfd\x97\xbf\xfe\xfa\x15\xfe\xfb\x2d\x56\x3f\xfe\x6f\xff\xf6\xb7\xfb\x2b\xac\x5e\xfe\xcf\x7f\xfe\xf3\x7f\xfe\xfa\xbf\xc2\x57\xd8\xbe\x62\x29\x69\xfc\xdf\xeb\xf9\xff\xf1\x5f\xff\x7a\xdd\x5f\x1b\x5b\x81\x33\x38\xff\x7a\xdd\x7f\xff\xdb\x7e\xde\xbf\xed\xbf\xfe\xcb\xfd\x87\xaf\xaf\xff\x61\x5b\xff\xbe\xe7\x7f\xc3\xf6\xa7\x3f\xfd\xe9\x4f\xdf\x13\xc4\x7f\xf7\xe6\xa7\x83\x5f\xff\xfa\x8f\xeb\x7e\xf8\xec\xf7\xdf\xce\x7f\xe1\xf9\xfe\x0a\xf3\xeb\xf7\x6b\x7f\x08\xdb\xb6\x46\xff\xe5\x3a\xff\x9f\xfd\xb7\xcf\x87\xe5\xfc\xfe\x1a\xed\xd3\x6a\xb3\x35\xd4\xba\xbe\xbf\x46\x56\xeb\xfe\xfe\x0a\xdb\xf6\x69\xee\xdb\x1c\xe6\xd3\xc8\xf3\x37\x75\xb3\x97\xef\xaf\xea\x1f\xeb\xf7\xd7\x48\x6a\xb5\xef\xaf\x16\xdd\x4d\xff\xfe\xaa\xd9\x5f\x8e\xef\xaf\x50\xa2\x9a\xfb\xf7\x57\xc8\x7e\xf9\x98\xc3\x08\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\xfb\xfe\x6a\x86\xf8\x08\xdf\x5f\xd5\x73\x3d\xf2\x84\xaa\xa8\x59\x66\x57\xfe\xb6\x7e\x7f\xb5\xd6\xd5\x6c\xdf\x5f\x21\xb8\xab\xfe\xfd\x15\x92\xbb\x9a\x33\xaa\x9a\xc2\x81\x19\xf9\xd7\x39\xa3\xa8\x29\x1c\x00\xb2\x7e\x9a\x67\x9d\x5d\x69\xdc\xab\x4d\x20\x05\xd5\x35\x07\xca\xc2\xd5\x35\xbf\x2d\x1a\xe8\x9e\xdf\x7a\x0a\x0f\xbe\x55\xcf\x0f\xbe\xfd\x4c\x21\x4c\xf2\x19\xa9\x56\xb5\x03\xda\x41\xed\x38\xfb\x6e\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x59\x13\x04\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\x20\x8a\x09\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x8b\x12\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x08\x23\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\xa3\x48\x36\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\x51\x75\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x7b\x0a\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\x65\xc2\x29\xb5\x4e\x94\xff\xbf\x33\x26\x64\x22\xca\x3b\x2e\x73\xe7\x57\x51\x48\xe6\x6e\x68\x06\x61\x10\x62\x7f\xc2\x9d\x1f\x0d\x02\xb6\x83\xe9\x32\xcf\xa3\x2b\x19\x91\xf9\x02\xcd\x08\x07\x65\xe3\x98\x5a\xf1\xb2\x36\xb5\x56\xab\x00\x0b\x82\xa9\x4c\x2c\x64\x61\xb9\x10\x07\xde\x3b\x85\xf4\x50\xfd\xfd\xa2\x07\x8f\x40\x7a\x30\x1e\xcb\xda\xf4\xee\x63\x6d\x7a\x8f\x42\x7a\x30\x4d\x95\x83\x0f\x3c\xca\xda\xf6\x42\x55\x59\xdb\xde\x80\x2f\x7a\x10\xee\x0a\x19\x9c\xce\x86\x50\x27\x3d\x78\x7f\xd6\xb9\xe9\xa3\x3a\xac\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x8e\xe2\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x84\x2c\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x84\xae\x36\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xe5\x27\x07\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc1\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x27\xed\x25\xf6\x13\xe8\xf1\x17\x9c\x89\xf1\xd5\x49\x9f\xc1\x60\x70\xd9\x24\x1b\xc7\xc1\xa9\x89\x87\xc5\xc1\xa9\x19\xf2\x01\x26\xe5\x7d\x36\x38\x13\xef\xdd\x41\x7a\xd5\x91\x15\xc7\xa2\x46\x0f\xc2\xa9\x0d\xf7\xc1\x8d\x34\x3c\x08\x21\x0f\x7e\x63\x01\xaa\x65\xdb\x17\x5c\xea\x74\x5f\x2c\x43\x8b\x72\x70\x2a\x62\xcf\xf1\xe0\x1b\xa6\xc0\x83\xfb\xc6\x08\x9c\x6a\xa7\xa9\xfe\x98\xe8\xd4\x6f\x27\x07\x34\x15\x40\x0b\xf5\xf2\x9c\x14\xde\xc4\x8c\xe3\xc9\x69\x67\xf7\x30\xde\xaa\x76\x3c\xe7\x7a\x7a\x8b\x9e\xc7\xf7\x97\x0e\xbf\x78\x12\x23\x62\xba\x91\x67\x87\xc9\xf6\x5a\xf3\xd7\xf8\x1f\xce\xee\x07\x4b\x4b\x14\x52\xc1\xd9\xbd\x43\xaf\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x49\xd6\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x9e\x48\x11\xd6\x0a\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xac\x1c\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\xc6\x18\x7f\x72\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\xe8\xbc\x4b\x27\xa1\x36\x89\xcc\xdd\x12\xe2\x26\xbe\x96\xb0\x5d\xe2\x36\xfc\x46\xe1\x03\xf5\x81\xed\x10\x37\x91\x70\xde\xe6\x27\x9b\x96\x3c\x43\x31\xda\xc4\x1e\x1e\x08\x5b\x31\x7c\xf6\x57\xb8\xc1\x2f\xd2\x87\x41\x84\xfb\x80\x14\xf4\x39\xfb\xc3\xd3\xb0\x85\x3f\x6c\x30\x3c\x8d\x42\x8f\x7f\x07\x67\xfd\xa0\x2d\x3c\x0d\x67\xc6\x67\x29\xe2\xb6\x4d\xb1\xfb\x83\xe6\xb8\xcd\x0d\x57\xfd\x6b\x98\xbb\xf1\xa3\x53\xc5\x0d\xb6\x99\xac\xd6\x44\xf8\xab\x99\x7e\xdf\xcc\x2f\x4a\x8b\x5b\x28\xb3\x27\x8d\x13\xea\x6c\x56\x35\xbb\x79\x64\xdc\xc2\x30\x8f\x8c\x1b\x36\xe2\x67\x82\x71\xc3\x36\xdc\xfc\xee\xa4\xcf\x68\x08\x6f\xe0\xef\xd3\x8c\x00\x71\xa8\x09\x20\xdc\x04\x10\xea\x6a\xee\x25\xd9\xae\xe2\x96\x8e\xef\x2f\xc9\xb4\x71\xc3\xce\x88\x21\xa8\xef\x74\xbf\xd8\x4f\xdc\x12\xb7\x66\x56\xef\x99\xf4\xd8\xd5\x21\x34\xfb\x4d\x1d\xe6\xc1\x0e\xf5\x3b\x68\xa1\xc6\xae\x11\xa6\xa8\xd8\xba\xf1\x32\xb5\xcf\xa6\xc3\x22\x6e\x58\xfb\xd4\xdc\x06\x08\xc3\xc8\xd9\x41\x3c\x45\x43\x82\xfd\x56\x19\x5e\xe2\x06\xf6\x1b\xb6\xcf\x46\x8c\x30\x4e\x86\xd0\x8b\x1f\xa4\xef\xaf\xf6\x11\xa7\x22\x2d\x8d\x41\x1c\x29\xc2\x6c\xd8\xd3\xe6\xf7\x77\xb4\xb3\xda\x0f\x77\xc0\x67\x96\x30\xdf\xf5\x2d\xea\x83\x49\x09\xad\x7a\x84\x18\xe6\xef\x06\x00\x46\x31\x41\x0c\x83\xd7\x48\xaf\x9f\x71\x42\x96\xe0\x07\x73\xd9\x3e\x0c\x2f\x7e\xcc\x57\x22\x35\x9a\x96\xe2\xd6\x35\x83\xb9\xce\x3d\x7d\x44\xb5\x08\xe3\xc5\x90\x65\x2f\xc2\x76\x31\x24\xec\x45\x98\x2e\x86\x84\x99\xf8\xb1\x4d\x44\x75\x30\x97\xa1\xa7\x8f\xc4\x19\xc3\x14\xba\x86\x34\xdd\x08\x95\x50\x8a\x4e\x84\x4a\x28\x0b\x53\x0c\x10\x7d\x62\xdc\x34\x83\x29\x12\xf4\xb4\xe9\x85\xf3\xe0\x0b\x1a\x0f\xc7\x7a\x8c\x86\x88\x8c\x2a\x1a\xe4\xa9\x03\x4a\xa7\x8d\x50\xf9\x74\x06\xc7\x70\xcf\x01\xb6\xe0\x76\x43\x5b\xaf\xdf\x1d\x6d\x2d\xe9\x3d\xd0\x16\x80\x53\x53\xeb\x49\xef\xc7\x49\x43\xd2\x8f\x63\xdc\x30\xf8\x50\x73\x4e\x57\xeb\x17\x41\x50\x31\x74\xbf\xbe\x0c\x58\x4d\x0f\xda\x24\x90\x4d\xcd\xfe\xfd\x25\x7b\x4b\x8c\x34\x5b\xe7\xcf\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\x68\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4c\x18\x23\xd8\x5a\x0c\xa1\xff\xe0\x58\x89\x11\x96\xe5\x20\xd8\x27\xef\x92\x09\x2a\xc6\xc9\xac\x9a\x67\x36\x99\x55\xdb\x3c\xd2\x03\x40\x84\xa9\x08\x3c\x6a\x62\x53\x5c\x90\x6d\x2a\xc6\x29\x2c\xc8\x0e\x19\x63\xbc\xbe\xbf\x7a\x18\x1a\x6a\xd2\x7d\xab\x51\x68\x9d\x92\x40\xdb\xdc\x2c\xf3\x67\x75\x06\xe6\x26\x7a\x89\x09\x70\x6a\xe4\x4c\x14\x88\x07\xc7\x0c\x92\x2f\x22\xc1\x48\x9b\x62\x11\xe7\x81\xae\x2d\xa3\x66\x84\x86\x5a\xc5\xc8\xa0\x9f\xca\x29\x10\x23\x8d\x60\x45\x4c\x84\xd2\x7e\x0c\x5d\x1f\x8c\x75\x2c\x0a\xa4\xd1\xf8\x40\xc8\x82\x3e\x10\x43\x17\x48\xe3\x26\x33\xd4\x27\x70\xa2\xc5\xd0\x35\xca\x3e\x71\x50\xf4\xc1\x01\xf4\x27\x4d\xf2\xe4\x46\x14\xc6\x13\x7c\x28\x73\x89\x3f\x0f\x02\x28\x5b\xbf\x2f\x37\x83\x78\x55\x1a\xd8\xa9\x32\x73\xc6\x34\x78\x86\x88\x02\x12\x34\x90\xf7\x83\x05\xe4\x47\xe8\x88\x09\x2a\x49\x94\xab\x2d\x26\xa8\x24\xbf\xfb\xa4\xfc\xfb\x07\x44\x96\x76\x20\x84\xa9\xdf\xbd\x31\x45\x9b\x50\xe3\xc7\xff\x11\x73\x4c\x7c\xf0\x59\xb0\x7c\x4f\x36\x2e\x43\x59\xcc\xcf\x03\x33\x96\x88\xb5\x4c\x2e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x4b\xdc\xa3\x60\x28\x15\x1d\x8a\xe9\x94\xa9\xdb\xf7\xf8\x11\xb7\x63\x69\xe8\x4f\xa7\x67\x99\x4c\xb3\xc7\xac\xef\x3b\xbe\x17\x2a\xcb\xd4\x53\x7b\xd4\xb6\x2e\x53\xe8\xec\x51\x7c\xa1\x4c\x35\xb5\xc7\xac\xfe\x3b\xe0\x4b\xee\x1f\xe3\x4b\x3e\x29\x13\xf1\x4d\x7b\xaf\x4c\xb4\x7b\x25\xcb\x44\x7a\xdf\x74\xc8\x14\x62\xf4\xd5\xdd\x4e\xa6\xfc\x51\x30\x62\x39\x78\x98\xeb\x64\x2d\x07\xb8\xbe\xe0\x3b\xc0\xf5\x05\xde\xc1\x35\x1b\x7e\x9d\x4c\xd8\x2f\x9c\xf3\x7d\x4d\x7f\x8a\x81\x2d\x69\xf6\x27\xc9\x66\x08\x5d\x27\x4e\x51\x1d\x1a\x65\x1e\x22\x3e\xa2\xca\x09\xc7\x70\x55\x13\xc8\xf6\x60\x14\x8e\x93\x4e\xd1\x32\xcf\x9c\x16\x35\x3a\x4e\x9c\xad\x6c\x1e\x7f\x72\x1b\xb1\xd0\x72\xce\xad\x24\xe2\x29\x77\xc6\x5a\x0b\x9b\x77\x41\x5b\xd0\xc0\x7d\x1a\x5f\xc4\x72\xcf\xef\x9b\x80\x7f\x16\x72\x05\xef\xc3\x13\x4f\xab\x57\xe7\x29\xd2\x24\x05\xd6\x0d\xb3\x0d\x6a\xde\x10\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xfc\xd5\x7a\x7d\x0a\x72\x4d\xcc\xa9\x56\x50\xaa\x8e\xbf\x0a\x4a\xdf\xc4\xf3\x6b\x25\xad\xa8\xf7\x9a\xf0\x7e\x52\x3b\xe3\x77\xc1\x5e\x81\x8d\xf0\x13\xb5\x25\xd6\x5a\xf1\x72\x56\x9b\x64\x22\x58\xe7\x36\x93\xef\x34\xd6\x7a\x80\x0a\xc5\xd9\x6b\x25\x07\x7a\x3d\x98\x84\xd4\xdc\x1f\x38\x43\x18\x86\x1e\x4b\x21\xe0\x17\x7f\x92\x38\x57\xd7\x4e\x28\x7e\x83\x8b\xa5\x13\xbe\x4e\x52\x9d\x2a\x90\x10\x74\xdc\x3c\xa1\xf5\x60\x49\x34\xa2\xee\xb6\x91\xc7\xe9\x50\x6f\x61\xf1\xa7\x4d\x0f\x38\xac\xf6\x7b\x83\xf8\x1d\x65\x78\x8f\x2d\x53\x08\xd2\x1e\x6e\x65\x51\x99\xde\x68\xe4\x69\x42\x66\xdb\xc1\xb3\xb4\xf0\xed\x78\x08\xf9\xa7\x8b\x81\x90\x81\x1a\xc5\x05\x07\xcc\x31\x31\x6a\x23\x1e\x80\x2b\x6c\x22\xd5\x03\x36\x81\x68\xc6\x76\x44\x82\xa1\x93\xfb\x80\x19\x20\x9a\x15\x1e\x95\x90\x07\x3f\x08\x7c\xa0\x51\x70\x60\x46\xd3\xe0\x31\xca\xef\x20\x3f\x3e\xc7\xe3\xa7\x8b\x1b\xd8\x28\x45\x84\x72\x77\x78\xdc\x2c\xb8\xdf\xbd\x40\x5f\x2b\x7e\xa3\xc1\x6f\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x04\x66\x0b\x67\xf7\xd4\xf3\x73\xcd\x6e\xc7\xef\xaf\x64\x39\xe1\x9e\xb2\x70\xb6\x30\x7c\x4f\x61\x38\x9b\x13\xdc\x34\x03\x26\x09\x77\xf7\x60\xe4\x85\x18\xe9\x8d\x99\xa7\x5e\xdc\x25\xa2\x2f\x4a\xf5\x27\xe3\xfb\xab\x6c\xc5\x7d\x1e\xb3\xdd\xdd\x9e\xe4\xd9\x64\x15\x8c\xf7\x3c\xa4\x53\xd5\x51\x74\xcf\x3d\x90\xbc\x27\xee\x1d\xa8\x94\x91\x2e\xde\x88\xd0\x29\xf2\xd1\xc4\x1b\x27\x72\x0e\xda\x02\xf7\x0e\xa0\xac\x13\xdc\x88\xc5\x49\x3e\x80\x6e\xec\xab\x34\x74\x20\xdc\xd8\x57\x79\x0c\xbf\x31\xb7\xf2\x08\x9e\x3a\x62\x72\xf2\xf0\x82\x21\x2a\x27\x0d\x31\xb6\x1b\x87\x52\xd9\xb4\xfb\x6f\x58\x2f\xdf\x9d\x1e\x98\x8b\xe5\xaa\x1b\xe6\xcc\xbc\x35\xcd\x05\x31\x36\x79\x7b\x7d\x42\xcb\x9a\x08\x1a\x26\x8a\x90\x5e\xab\x0c\x2b\xe7\xd0\xd9\x77\xd3\xe7\x65\x5b\xc1\x7d\x26\x2c\x9a\xb6\xf7\x3d\x65\xaf\x58\xb5\xf1\x6e\x06\xe7\x54\xe9\xd2\x37\xec\x9c\xc9\xba\xf1\x4d\xdb\xa6\xfc\x5a\xf1\x3e\x19\xa1\xd4\x3d\x08\xb4\xe3\x68\x62\xbb\xc2\xf7\x57\xda\x8c\xf2\x0b\x60\x99\x73\xdd\xf4\x7c\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\xce\xaa\x31\xa0\x60\xa7\x6e\x5c\x40\xc1\x4e\xb6\x0a\xdc\x88\x1c\x4a\x32\xb1\xc6\x7b\x1e\x8e\xa1\x1a\x17\x53\xdb\x4a\xc9\x94\x71\x83\x32\x74\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xee\xc7\xec\xdf\x27\xb5\x0e\xe9\x1c\xf7\x03\x33\x84\x44\x97\x67\xa3\x15\x6b\x53\x7b\x32\x3d\x1f\xf5\xcf\xe4\xbd\x59\x16\xab\xf8\x4c\x7d\x2d\x4f\x66\xfd\x83\xe3\xe9\x81\x85\x56\x21\x43\xf1\x99\xe7\x72\x0e\x92\x13\x9e\x79\x30\xa7\xd8\xdc\x79\x9b\xbf\x07\x03\x33\xf1\x59\xb4\xdf\x9f\xa9\xdd\xe5\x28\xb5\xe2\x99\xca\x5d\x8a\x52\x03\x9e\xa9\xdb\xa5\x34\xdc\xff\x39\xdf\x0f\xfe\xfe\x9a\x6d\xc9\x3d\xcf\x06\x06\xf5\x82\xef\x99\x6d\x21\xef\x09\x1b\xda\x1a\x6f\xea\x86\x29\x54\xff\x3e\xf9\xd5\x10\xfb\x79\xe6\xb9\x94\xa3\xc4\xae\x27\xd4\xef\xaf\x6c\x5b\xc2\x83\x50\xa4\xe4\xf9\x4e\x15\x21\x35\xcf\x67\xaa\x8b\x39\x89\x2b\x3f\xf3\xf8\xc8\x29\xba\xff\x03\x6d\xbf\x7f\xce\xef\xb3\xdf\x9f\xf4\x36\x64\xd1\x7a\xa6\x64\x93\x73\x71\x7b\x12\x43\x10\xc7\x7e\x10\x83\x14\xa5\x06\x3e\x53\xee\x4f\x5d\x9b\xfb\x89\x73\xdf\xc9\xf5\x15\x9f\x79\x7a\x45\x5b\x0b\x1f\x84\x1b\xbd\xd6\x23\xce\xf5\xab\x62\x30\x4f\xc4\x7e\xd0\x4e\x7f\xe6\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x6a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xd8\xc3\x87\xe9\x05\xe6\xf0\x21\xd9\xea\x41\x24\x92\xdc\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xe7\xcd\x93\x70\xde\x48\xaa\x78\xa6\x9a\x9c\xad\xa9\x3e\xa9\xa2\x2d\x7c\xa4\x86\xb6\xfb\x9f\x7c\xbd\x8a\x83\x3c\xb0\xaf\xe7\xe2\x05\x4d\x13\x01\x8a\xba\x8b\x4f\x3a\xd0\xf6\x07\xe7\xdc\x00\x46\xd8\xd4\xc4\xf3\x10\x8f\x7f\x10\x7f\x34\x5e\xfd\x4d\x11\x45\x91\x3a\xf1\x41\xf4\x51\xf4\x6e\xcf\x01\x87\x9d\x00\x9c\xb2\x6c\x2a\xde\x30\x53\xb5\x4f\xd6\x50\x1f\xd8\x28\x15\x12\x13\x9f\xa9\xe9\x27\xdb\x6d\x9f\x5c\x71\x58\xba\xbf\x86\x0d\x29\x78\x73\xff\xfe\x2a\x21\xb9\xff\x89\x00\xf9\x17\xe2\x93\xe7\x06\x96\x03\x37\x3e\x79\x9e\x6a\xbd\x78\xfc\x39\xff\xe8\xf9\xe5\xeb\xfb\xab\x28\x18\x21\x3e\xf9\x9e\xed\xea\xef\x1f\xb4\x05\xcf\x54\x4b\x53\x96\x2c\xf5\x94\xb9\x81\xbb\x37\x64\x81\x35\x51\xdc\xf4\x29\x69\x7e\xef\x0d\x50\x70\xf0\x6c\xfe\x1d\x52\x91\xe1\x9f\x42\x64\xda\xc4\x7d\x9f\x32\xe7\x5f\x4c\x30\x65\xce\xbf\x7a\x83\x95\x81\xb6\xdf\x9f\xf3\xaf\x26\x50\x84\x1c\x25\xd3\x03\xbc\xff\xd5\xdc\x18\x01\x47\xbd\x7b\x7c\xac\xff\xab\xff\x07\x04\x2e\x7c\x53\x76\xd4\x01\xf5\xd0\x5b\xe3\xf7\x69\x6a\x91\x9a\xfa\x4c\xe5\x24\xd6\xe2\xef\xf3\xc4\x97\x0e\xf7\x67\x2a\x27\x49\x2e\xac\xf8\x4c\xfd\x23\x65\x6f\x38\x44\x09\x64\x1f\x67\x4f\x9d\x08\x78\x11\x78\x1d\x93\x43\x7b\x81\xa6\x82\x92\xb2\x17\x7c\x6a\x28\x31\xb4\x1f\x69\x3f\xcf\xd4\x5e\x52\xf7\xf6\x9f\xca\x4b\x6a\x2f\x68\xee\xf9\x7b\xf2\xef\x73\x77\x54\x89\x9f\x70\x96\xc4\xe8\xd5\x44\xf8\x40\x1e\xd2\xcd\xe0\x2d\x09\xc9\xfb\x1b\xd1\x03\x96\x89\x9f\x36\xd1\x33\x0c\x3d\x22\x90\x86\x97\xab\x4d\xf4\xbc\x96\x1b\xf1\x47\xaf\xf3\x87\xa1\x04\x12\x25\x9f\x36\xbe\xbf\xea\xeb\x7c\x69\x13\x3b\x63\x73\x7f\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\x63\x8f\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x60\x36\xf7\x07\xed\x46\x46\x8e\x07\xbe\xc0\x3a\xdc\xff\x9c\xbf\x0d\x0d\x4f\x9f\xe7\xc3\x6b\x3b\x75\x04\x0a\xbd\xc6\xdf\xe7\xf8\xde\x4e\x53\xc3\xa8\xc9\xe7\x4b\x3f\x11\xc1\x6e\xf8\xe6\xfc\x87\xd9\x11\x62\x11\xba\xd9\x1d\x1d\x8d\xfe\x7e\xd0\xbd\xa1\xef\x47\xf8\xfe\xaa\xd5\xf0\x23\x5a\xeb\x75\xfe\x21\x5c\x2b\x9b\x9f\xc3\x38\x6f\x07\xcb\x33\xb0\xfe\x66\x57\x53\x1d\x49\x61\xf8\xf7\xf6\xfd\x55\x6d\x7c\x7e\xa6\x32\x52\x9b\xb7\x27\x82\x16\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x70\x51\x7c\xc6\x05\x79\x49\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xc0\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\x36\xfe\x3f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\x90\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xbf\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x23\xe5\xdc\x9e\x0c\xe0\x25\x40\x1f\xf0\x4a\x7b\x03\x1f\x2b\x42\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x49\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xc6\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x3e\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\x34\x08\x98\xae\x87\x0f\xb0\xa9\xd5\x45\xfb\x54\x9e\x0b\x02\x80\x29\xfe\x4a\x50\x87\xea\x0f\xce\x97\x44\xef\xf7\x07\xb6\xb4\x4d\x6d\xa6\xa7\xcf\xee\x4b\x70\x78\x2b\x86\x31\xc1\xe1\x2d\x51\x29\xc1\x31\x5d\xab\x7f\x85\x0f\xe5\xf5\x31\x3d\xd3\xcd\xef\xc3\xdf\xf0\x31\x96\xa4\x6d\xca\xe6\x5d\xa2\x5a\x82\x3b\x3a\xc4\x18\xfc\x00\x7e\xba\x8f\x11\x21\xc1\x41\x1d\x62\xf8\xec\xf6\x44\x17\x75\x95\x15\x38\x6d\x08\xde\x88\xa1\x69\x8c\xe5\x6f\xf8\x30\xdc\xc4\xcc\x22\x9f\x18\x69\x7b\xc0\x71\x35\xe6\x83\x49\x09\x66\xb8\x01\xaa\xcc\xd4\x29\x4e\x20\x7b\xf8\x30\xfc\x14\xa7\x40\xdd\x25\x4f\x26\xb8\x9d\xba\xa2\xdf\x13\xfc\x4e\x5d\xc9\x30\x29\x62\x4e\x0a\x87\x4f\x08\xea\xec\x52\x50\x52\x9c\x02\x75\x57\xe2\x4d\x8a\x53\xa0\x6e\xf5\xe3\x89\x4a\x71\xca\xd3\x5d\xde\x91\x14\xe1\xcc\x55\x24\x79\x82\x63\xab\x2b\x07\x28\xc1\xb3\xd5\x95\xe6\x93\xe2\x94\xa7\xbb\xdc\x2d\x29\x4e\x79\xba\x2b\x0b\x2a\xc5\x8c\xf9\x15\xb7\x69\x22\xd4\xfc\xa7\x3c\xdd\x95\xfa\x93\xe0\x2a\xeb\x0a\x7b\x48\x71\xf9\xfc\x87\x1e\x14\x58\x8b\x87\x00\xc6\x89\xb4\xe5\xe6\x07\xf3\x85\x50\xdd\xc6\x08\x5a\x82\x38\x30\x42\x15\x46\x06\x30\x5c\x34\x03\x98\xc8\xb6\xec\x25\x1a\x40\x71\x75\xbb\xf1\x05\xf7\x00\x1c\x8b\xf0\x10\x49\xd7\x25\x23\xa7\x38\x0f\xa5\xb0\xe5\x2e\xa4\xc1\xaf\xb5\xe5\xee\x2f\x4e\x76\x29\x34\xcf\x73\xa9\xa7\xe0\x2f\x80\xe6\xd7\xac\x1f\xce\x5a\x2f\xc0\xab\xb5\x65\xbf\x01\xa3\xda\x96\x87\xe6\x3d\x4f\x8a\x2e\xa7\x56\x8a\x3b\x57\x5e\x94\xb3\x63\xe5\x8b\x7b\xc4\xca\x57\xcd\x02\x27\x85\x32\xd8\x52\xdc\x01\x52\x75\x7f\x58\x79\x6d\x7e\x44\xfa\x75\xa5\xc7\xa5\xf8\x40\xd3\xf2\xfe\x44\xa4\x5a\xdf\xb2\xdb\x08\x6c\x10\xa9\x32\x5a\x2d\x28\x9a\x2b\x21\x5e\xad\xeb\xac\x4d\x09\x49\x5a\xa1\x7f\xb4\xdb\x44\x07\x63\xe8\xda\x9d\x09\x49\x5a\x41\x31\x68\x29\xc1\xdb\x1d\xfa\x47\xdf\x4a\x0c\x7a\x0b\xbd\x7b\xd4\x83\x0f\x3c\xea\xc9\x07\x86\xf3\x82\x3f\xfe\x33\xd1\x14\x10\x0d\xe0\x0f\x42\xc1\x3c\x04\x44\x00\xdb\xd1\x96\x49\x81\x50\x0e\x7f\x80\xf8\x00\xed\x99\x44\x1f\xb8\x6c\x73\x29\x05\xfa\x5f\xd4\x63\x84\x87\x44\x9b\x24\x45\x62\x4e\x88\x41\x60\x5d\x18\x9b\x10\x03\x23\x7a\x18\xe2\x95\x29\x56\xcc\x41\x20\xc4\x86\xb6\x40\x88\x3b\x46\x14\x56\x10\x14\x52\x0c\x51\xbc\xd0\x61\x10\x12\x12\xb6\xa5\xf8\x06\xc2\xe8\x82\x15\xed\x79\x24\x4f\x8a\x8e\x02\x29\x11\x02\x8d\x90\x80\x15\x69\xea\x29\xc1\x14\x10\x46\xfa\x89\x66\x93\x10\x88\xd7\x37\xf1\xa1\x84\x5c\xa5\x30\x92\x70\x02\xc6\xb6\x65\x8f\x7f\x12\x40\x7f\xc1\x29\x25\x91\x06\xf2\x8e\xc2\xd0\x79\x95\xc0\xab\xb6\xec\x36\x7c\x47\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xfe\x60\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\x00\xfc\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\xd0\xd8\x82\x82\x30\x53\x6a\x88\xde\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x31\x1c\xb5\x4e\x8d\x71\x11\xfe\xfe\x01\x12\x34\x00\xc2\x9b\x83\xe2\x1d\x13\x42\x13\xfb\x66\x2c\x0e\x6e\x07\x2d\xc4\x00\x84\xd1\xef\x63\x37\x78\x5d\x06\x37\x64\x75\x07\x60\x34\xde\x6f\x3b\x06\xd0\x91\x06\x8f\x7f\xab\x26\x7e\xfa\x9e\x0d\xf1\x8e\x03\xa0\xfb\x77\xf0\x77\xaf\xc2\x41\x80\xd5\xdf\x01\xd2\x8e\x5a\xb5\x83\xfd\xf9\x7d\x06\x64\xa9\x3f\x88\x88\x56\x7a\x53\x82\x4c\x28\xa5\x36\xa5\x13\xe7\x85\x98\x3d\x22\x27\xfb\x66\xc2\x3b\xc1\x79\xcd\x92\x4e\x2c\x41\xd0\x04\x2e\x38\x40\x93\xfa\xbb\xc8\xc3\xb4\xe8\x79\xa3\x16\xae\xed\x9a\x99\xdf\x9a\x34\xe7\x0c\xd6\xd9\xe4\xfe\x4f\x99\x91\xb6\xe3\x63\x49\x4e\x19\xa1\xb3\x2d\x6a\x47\xe5\x78\x23\x83\x37\xe8\x01\xf2\x19\xb2\xb7\x54\x46\x3e\x43\x8b\x1f\xed\x37\xe5\xbe\xb4\x75\x8d\x02\xf5\xb0\xc9\xde\x9b\x32\x92\x95\xab\xf2\xc1\x52\x86\x33\xa4\x29\xf8\x2b\x65\x08\xe0\x3d\x89\x63\x67\x84\x74\x37\xd9\x88\x53\x66\xc8\xb4\x64\xea\x54\x02\x5d\x04\xa2\x98\x02\xa3\x9f\xcd\xe4\xa9\x20\x49\xac\x29\xfb\x2d\x15\xb8\x6d\x9b\x12\x6e\x52\xa1\x1e\xa6\xac\xd9\x54\xe0\x71\x6a\xb2\xf3\xa7\x32\x25\xfb\xf9\xe0\x03\x47\xc1\x32\xb4\x24\xc2\x2c\x17\x42\xe7\xb6\xaa\x37\x1e\x18\x07\x95\x26\x9b\xe0\x76\x0f\x2d\x7f\xa4\xf3\x54\x11\xf4\x39\xc2\x47\x9f\x48\x35\xa3\x53\x05\xf6\xa6\x8a\xd0\xff\x96\x3f\x1a\x56\xaa\xf0\xe0\xb5\x2c\x38\x2a\x74\xe2\x26\x11\x3e\x55\x38\x6e\x9a\xa5\x8b\x06\xaf\x76\x2b\x62\x8e\x0d\x5e\xed\x56\x3e\x76\x89\xd4\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x87\xa7\x76\x03\x63\x45\x02\x7b\xe3\xf4\x8b\x40\x6f\xcf\xc5\x07\x9f\x51\x3a\x7c\x2b\xad\x7c\xcc\x89\xa9\xc3\x3e\xfd\x62\x91\x3d\x51\x3f\x96\x2c\xd5\x33\x3f\xd1\xd1\xd5\x0b\xe7\xa2\xd9\xf6\x4a\x48\x75\xd8\xf5\x1d\x79\xc3\x52\x5a\x53\x87\xe3\x6f\xc8\xea\x9a\xfa\xb3\xff\xce\x09\x9a\x06\xce\x6c\x07\xb9\xa5\x01\x3f\x75\xab\xf1\x27\x51\x6d\x69\x20\x11\xa7\x55\x9d\x0c\x63\x47\x2a\x9e\xe2\x6e\xd3\x80\x5e\xbb\x19\x7b\x7b\x39\xf9\xe0\xb3\xac\x3b\x49\xb4\x05\xbd\x01\xdb\x5a\x93\x31\x3f\xed\x1d\x19\x5f\x16\xf6\xf7\x93\xa3\x88\xf7\xee\x8c\xd1\x56\x08\x7d\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x24\x6e\xb7\x0f\x7e\x8f\x8d\x80\x09\x59\xf4\xe1\x37\x45\xde\xa5\x03\x21\xc7\x4d\xa1\x62\xe9\x40\x58\x71\x91\x5f\x24\x1d\xc8\x65\x6a\x4a\xef\x49\x47\x23\x1c\x52\x8c\x0e\x78\xd3\x9b\x12\xff\xd2\x01\xe6\x62\x47\x5d\x3a\x3a\xfb\x10\x63\x3e\xe0\x46\x6e\xca\xcd\x49\x07\x82\x84\xaa\x99\xdc\x01\xbf\x69\x1d\x62\xad\xc7\xc9\x3e\xc4\x07\x8e\x07\xe4\x65\x5e\x72\x3c\xc8\xaa\xb4\xc6\x74\x22\x40\xb7\x0e\xc9\xea\x27\x02\x14\x9a\x8c\x60\xe9\xc4\x28\x6d\x68\xa1\x4e\x38\x4a\x9b\x85\xa3\x0b\x71\xe1\x4d\x21\x1e\xe9\x82\xb2\xdb\xc6\xc7\xec\x9b\xae\x44\x9a\xd5\xba\x5c\x19\xe7\xb0\xc4\xed\x0b\x19\x6a\x6d\x88\xec\x2f\x68\x1d\x7d\x93\x02\x7d\x21\xc6\xe9\x75\xb2\x5e\xe7\x72\x80\x7f\x56\xe1\x9a\x07\x4b\xe8\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xb3\xb5\xad\x95\xdf\x95\xa3\x48\x8f\xb8\x91\x18\xd7\x65\x73\x4d\x37\xce\x8d\x2e\x9b\x4c\x62\x28\x45\xdf\xc4\x6b\x6f\x26\x55\x29\x23\x22\x21\x8c\x21\xf4\x4d\x2c\xed\x66\x3e\xa4\x52\x24\x12\xfc\x08\xa1\x7b\xff\xd0\x12\x5d\x87\xce\x0d\x98\x9a\x43\x57\x0a\x4b\x82\x6d\x39\xbc\x74\x59\xd8\xbe\xc2\x4b\x25\x82\x71\x2b\x64\xeb\x38\x34\xc6\xf4\xa0\xe9\x3f\x17\xfb\x10\x4b\x7b\xae\x85\xd3\xf5\x49\xde\x12\x3f\xf9\x28\x66\x79\x43\x82\x63\x97\x8d\x33\x6f\x4c\x69\x55\x76\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa0\xf1\x2e\x33\x71\x66\x0a\x7a\x57\x0c\x4c\x0e\xf9\xc1\x83\x0f\x37\xce\x4c\x83\x76\xfc\x60\x0e\x07\x50\xa8\xc3\x39\x87\x83\x9f\x7c\x42\x16\x33\xc2\x98\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x42\x8b\x43\xd7\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\x33\x71\x32\x2b\x12\x29\xc7\x35\xdb\x8f\xb6\x93\x99\xb1\xd5\x65\xd2\xcb\xf1\xe2\x83\xac\x4f\x10\x14\xd0\x95\xb7\x9c\x13\xe4\x9b\x2e\x2f\x56\x86\x7a\x12\xba\xce\xe2\x9c\x10\x71\xdb\xd3\x47\xf1\xcb\x89\x73\x51\x6a\x6a\x4e\xd8\xd8\x5d\x79\xa5\x39\x43\x57\xec\x22\xa9\x9c\x59\x9d\xe3\xf5\x06\x0e\x81\xae\x5c\x90\x9c\xc1\xd7\xba\xd2\x70\x72\x06\x5f\xeb\xca\x85\xcc\x99\x79\xf9\xb2\xf7\xe4\x0c\x7f\x55\xdb\x3e\xe6\x88\x9c\x91\x2d\xd9\xf3\xeb\xc1\xce\x07\x1f\x82\xc9\x38\xf1\x7b\xae\xea\x14\x36\xd5\xae\xf3\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xc4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\x20\x7f\xab\x97\xb8\xfd\xe0\xfc\xca\x05\xfa\x63\x56\x7c\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\xc9\x82\x4d\x89\x26\xb9\x1c\x04\x41\x40\x16\x40\x3d\x82\x3f\xb9\x41\xe6\x72\xee\xe5\xc2\xb3\x47\xd6\xec\x5c\xc1\x6b\x7b\xd5\x0a\xd4\x40\x7f\xb5\xf6\x4e\x85\xd2\xd6\xe5\x11\xcf\x95\x89\xba\xca\xbf\xcc\x75\xe7\x1b\x1f\x8e\x9e\xeb\xaa\xbd\xf3\x39\xe1\x72\xdd\x39\x8a\xb6\x4a\x03\x25\xf4\xfa\x91\x31\x72\x63\x6d\x12\xc5\x49\xe4\x06\x32\xef\xed\x13\x61\x96\x1b\x2b\xda\x28\x00\x38\x53\xd6\xe9\x0a\xea\xcc\x3d\x60\xe1\x95\x20\x93\x3b\x2b\xa0\x28\x13\x3e\x77\xfa\x92\x65\xfc\xcb\x3d\x63\x9d\x15\xbe\x90\x3b\xc4\xe7\x2e\x07\x5e\x1e\x30\xcf\x37\xd9\x48\xf2\xb8\x41\xb3\xb2\x25\xe4\x01\xd1\xa6\x8f\x8f\xc8\x99\x77\x98\x59\xba\x8c\x05\x79\x47\x3c\x5d\xd7\x29\x99\x77\xc8\xe4\x5d\x9a\x71\x3e\xa0\x9a\x27\x55\x51\xc9\x07\x2c\xa9\x5d\x81\x7e\xf9\x68\x6b\x6d\x3f\x9d\x1e\x50\x8a\xba\xc2\xb1\xf2\x71\x12\x0e\x71\x8a\xe3\x5a\x6f\x7c\xe6\x72\xdc\xd4\x1e\x3e\x8a\x58\x3e\x29\x84\xc9\xb8\x99\xcf\x88\xd5\x57\xf4\x66\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x52\xce\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\xa8\x9d\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xcd\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xaf\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\xc9\x3a\x09\xee\x50\xd0\x41\x54\x1b\x8e\xcc\xe4\x76\x43\xa0\x8e\x07\x40\xa0\x87\xb6\xe9\x1d\xe0\xc7\x1a\xee\xef\x06\x4a\xfc\x3e\x22\x21\xa3\xe8\xf8\x8e\x13\xe9\xc3\x38\x8a\xf4\x1c\x6b\xc0\xd8\xdf\x61\x59\xf9\x06\x55\x37\x05\x98\xe7\x1b\xa1\x34\x9b\x58\xe4\x8d\x33\x24\x47\xad\xfb\x0d\x0d\xd8\x41\x87\xf9\x8e\x74\x96\x0a\xcb\xd0\x88\x9b\xa2\xa8\xf3\x3d\x85\xb4\xbc\x79\x12\x30\x82\xa9\x68\x4b\xbe\xd3\x14\xd0\xc3\x66\x42\x40\x38\x8c\x62\xc5\xf2\x9d\xa8\x85\x7b\xa1\x40\xd0\x72\x8f\xe5\x7b\x4a\x13\x71\x78\x61\x51\x81\x47\xd6\x9b\x7c\x27\xf8\xb7\x87\x7f\x7f\x56\xf0\xd9\x6a\x67\x06\xa7\x09\x22\x84\xaf\x48\x97\xce\x37\x58\x4e\x56\xfa\x59\xbe\x91\xa9\x52\xb3\x90\x92\xb9\x07\x93\x1f\x74\xaa\x7d\x1a\x32\x23\xa4\xcc\xc4\x9a\x27\x2d\x2a\x6a\x38\xdf\x99\xac\x41\x53\xca\x88\x0e\xf5\x94\x91\xc5\xd7\x62\x0e\x3f\x39\x99\xee\x52\xbe\xbf\x6a\xf6\x9a\x14\x62\x54\xa3\xa1\xac\x4d\x11\x5f\xbe\xa7\xf4\x95\x83\xf7\x2a\x8a\xda\x24\x13\x3a\x6a\xda\x38\xac\x37\xdf\xd0\xc3\x82\x39\xc8\x5d\x96\xd2\xaa\x36\xe6\x53\xfc\x3b\x3c\xa6\x51\x10\xd4\x88\x90\x2c\xb7\x13\x3b\x54\x07\x53\x1e\x9e\x0f\xb4\x28\x95\xa4\x9a\xb5\x08\x0d\xb4\x2e\x46\x78\x37\x38\x95\xbb\x60\x44\x3d\x85\x21\xaf\x51\xbe\x59\x1c\xc1\x93\x40\xa4\x76\x96\x5f\x3b\xdf\x28\x96\x50\xcd\xd2\x7a\x04\x5a\xb4\x08\xfd\x77\x71\x87\xf9\xee\x15\xbb\xcd\xbf\xc3\x0d\x2d\x2e\x8a\xd0\xe6\xd8\x4c\xf9\x53\x82\xcf\xc1\x64\xd4\x0f\x04\x59\xba\x7d\xbe\xe3\x18\xf3\x0d\xdd\x2d\xbf\x08\x11\x91\xd0\xc1\x6d\x08\x41\xd1\xfc\x02\x96\xa4\x61\x32\x64\x60\x81\xb7\xe2\xa0\xc5\x5b\x03\x32\xce\x59\xbe\xc8\x8c\x38\xe7\x18\x36\xd3\xdd\x98\x94\xf1\x6e\x0f\xb4\x85\x74\x84\x12\x6c\x3a\x59\x6f\xf8\x6c\x82\x4e\xeb\x9b\x02\x8f\x42\x87\xf2\x3d\x05\x0d\x87\xdc\xe6\x7b\x07\x8e\x4d\xf8\x50\x4f\x7d\x66\xde\x3b\x41\xf6\xf7\x15\xb1\x8a\x9a\x02\x2c\x50\xb5\x6b\x0d\xf7\xb9\xb1\xb6\x26\x00\xe1\xba\x1f\xcd\xe3\x3d\x9c\xa1\x1e\x4c\xe1\x20\x07\xef\x85\x29\x47\x66\x4b\x57\xf7\x54\x8f\xb3\xa2\x8a\xf3\x8a\x54\x7e\x6d\xe5\x63\x7f\x47\x97\xe6\xfb\x38\x7e\x17\xf2\x9e\x19\xca\xdc\xac\x97\xdc\x53\xe7\x8c\xc9\x30\x9d\x53\x8d\x2d\x46\xea\x49\x9c\xa8\x47\xaa\xca\xaf\x75\x9e\x07\x78\x56\x42\x60\x46\x20\x73\x0e\xc1\xbf\x37\x04\x0c\xba\xc3\xce\x0e\xdc\x23\xfc\xe5\xd5\x1d\x1c\x8c\xe9\x56\xfb\x42\x87\x9a\xc2\x09\xc2\xf3\xce\x38\xe7\x76\x2e\xde\xad\xc8\x0d\xcd\xc9\x87\xf5\x94\xb5\x63\x30\xcb\x45\xfd\x9f\xd7\x32\x4e\x75\x26\xaa\x50\x42\x46\x0c\x74\x56\x2e\x60\x46\x08\x74\x2a\xd1\x03\x0c\x84\x00\x69\x02\x34\x2b\x2a\x53\x2c\xdf\x28\xfd\x13\x5e\x94\x38\xf5\xa3\xea\x45\xb8\x30\x83\xe8\xf7\x1f\xb4\xf5\xfa\xbd\x66\xa0\x17\x6e\x46\x30\x0b\x25\x77\xe4\x00\x22\x84\x3b\x21\xaa\x55\x53\xba\xe7\xa2\x6c\xa6\x0b\x08\xee\xa1\x0a\x82\x9b\x1c\xed\xf5\xc1\xc1\x39\x68\xd2\x37\xb0\x1e\x3d\x24\xc2\xbc\xb3\xdb\x8b\x76\xd5\x25\xed\x30\x92\x9e\xef\x87\xa7\x44\xd1\x17\x4f\xc4\xe1\xac\x49\x41\x57\x1d\xc1\xdb\xe7\x29\xfc\x42\x78\x78\x2a\xd5\x0d\xb5\xb9\x30\xf9\x47\xe7\xce\x33\x4f\xb9\x28\x8d\xe0\x7e\x4e\xe0\xd0\x9d\x93\xa1\x79\xb3\x3d\x37\x67\xa4\x75\x7e\xc8\x93\xb5\xfd\x10\x58\xde\x93\x24\x1a\x04\x96\x07\xc5\x1e\x65\x04\x96\xcf\x1e\xba\x1e\xc0\xa5\xf6\x7a\x61\xa1\x7d\xe8\xc1\xc0\x8c\xfc\x02\x1c\x05\xda\x0b\x88\xfe\x9e\x20\x78\xc8\x25\x48\xfa\x0b\x58\x46\x25\x58\x3e\x9f\x7a\x94\x6a\x63\x77\x48\x11\x47\xfc\x77\x52\xe2\x46\x46\xfc\x77\xa8\xa2\x5d\xc4\x7f\xc7\xa0\x12\x10\xf9\x09\x85\x20\x68\xc4\x40\xcf\x44\x71\x97\x64\xd4\xc3\x7d\xac\xd3\x4e\x40\x04\xa6\x7a\x08\x91\x53\x2d\xcf\xf2\xf8\x67\x04\x79\x27\xd9\xd4\x33\x82\xa6\x67\x07\xc2\x43\xa4\x48\x22\xae\x83\xb0\xe8\xa4\x5a\x78\x19\x61\xd1\x59\xb6\xd8\xcc\xb0\xe8\xa1\x30\x89\x8c\x38\xe8\x09\xa4\xbf\x40\x9c\x97\x8e\x9b\x67\x89\x7e\x06\x92\xa2\x9f\xd8\x08\x22\xa1\xe7\xbc\x35\x2b\xd4\x63\x2c\x06\x12\x1e\xce\x64\xd4\xa7\x1d\x7c\xc6\xbf\xaf\xc5\xf4\x03\x84\x02\x7b\x2d\xe1\xe0\x94\xcf\x23\x33\x14\xba\x29\x8d\x30\x33\xf6\x39\x58\x7e\x45\xb0\xf3\x7c\xa0\x2e\x20\x2e\x6e\xda\x42\x88\x66\x8e\x43\x44\x8e\x68\xe6\xfc\xc2\x34\x84\xc3\x6a\xfd\x94\xe1\xcc\x39\x89\x7f\x23\x3e\x39\xc8\xa0\x96\x11\x9f\x9c\xb6\xe6\x1e\x10\x35\xa0\x7d\x85\xf8\xe4\x68\xd6\xb4\xe2\x93\x4d\x2d\x65\x81\xac\x0e\x0b\x78\x97\x97\xb2\x50\xc2\xd5\x91\xb3\x22\x94\xb3\x47\x40\xb9\x00\x31\x7c\x58\x16\xb3\xb2\x84\x32\x22\x94\x27\xda\x3c\xc2\x80\x72\xe5\x17\x20\xfb\x48\x20\x46\x88\x72\x56\x4d\xa2\xfc\x50\xa2\xcc\x86\x88\xbc\xd0\x00\x4d\xfe\x5d\xaa\x01\x82\xcd\xb5\x79\x80\xba\x18\xb8\x46\x58\x22\xa5\xce\x8c\x87\xc6\x60\x65\xe2\x64\x44\x11\x67\xab\xe3\x88\x22\x9e\x7d\x0a\xcf\x95\x71\xd3\x12\x16\x10\x0a\x1c\x83\x25\x65\xc4\x02\x67\xeb\x98\x88\x05\xce\x56\xb5\x11\x0b\x3c\x3f\x50\x97\xf0\x4f\xd8\x8c\x07\x03\x6c\x2a\x26\xa6\x86\xa3\x5c\x2a\x22\x62\x79\x67\x07\x7e\x40\x59\x3c\x7a\x48\x60\x32\xb9\x47\xb0\x2b\x89\xd6\x8c\xd6\xb5\x65\x15\xd1\xb9\xb3\x47\xa1\xb2\x53\x8d\x35\x35\xc0\xf4\x5c\x24\x17\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\x36\x19\x44\xe4\x66\xd9\xd0\x33\x23\x72\x83\x45\x5f\x84\xe4\xbe\x2c\x91\x08\xc9\xcd\xaa\xfe\x90\x11\x92\x3b\x3f\x10\x5e\x3a\x13\x92\x7e\x12\x71\x97\x11\xb0\x3b\xbf\xf6\x0c\xb0\x4c\xb2\x3d\x20\x62\x77\xbe\xa0\xa5\x9f\x92\x74\xb6\xbd\x03\x21\xbb\x5d\x11\xfc\x19\x21\xbb\xf3\x03\x3f\x40\x14\x9f\x49\x65\x10\x03\xc2\x21\xe2\xa1\xb2\x95\x50\x04\xe9\x66\xdb\xf5\x10\xa4\x3b\x7b\xf4\x90\x40\x89\x09\x1a\x2e\xfe\xea\x73\x6b\x90\x29\xb8\x4d\xfe\xec\x63\x04\x61\xb9\x21\x98\x7b\x32\x0c\xcf\xc7\x0a\x8c\x7c\xc9\xbc\x6f\x3f\xb0\xa7\x84\x15\xc8\xce\xcd\x1d\x42\x76\x2e\x92\x26\x10\xf6\x1a\x86\x8f\x90\x63\x11\x8e\x3a\x3c\x0a\xb8\xb3\x40\x44\xdc\xea\xf0\xd1\x7a\xd0\x68\xe4\x1e\x0f\x22\xc1\xeb\x0e\xf3\x67\x56\x55\xdf\xfc\x1c\x50\x84\xdd\xa6\xc9\xcc\x2b\x7b\x82\x93\x49\xae\x43\xa8\x69\x78\x61\xf1\x5c\xa4\xea\x0f\x2a\x87\x14\x50\x67\xe7\x03\x2d\x2d\xf2\xd6\x6d\x47\x67\x70\x69\xf2\x99\x72\x52\x6e\xf3\xb4\x4e\x12\xab\xb9\xe7\x89\x40\x35\xb3\x0d\x8a\xcf\xde\xf4\x27\xa5\x1c\xcb\x20\x17\xd8\x86\x31\x7f\x81\x1c\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\x80\x2f\xa8\x04\x3e\xc7\x50\x4e\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x13\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x7c\x60\x8a\xbf\x29\x0f\x77\x89\x5d\x5c\xdd\x41\x47\x92\xae\x26\x41\x17\xf8\xeb\xfb\x85\x25\xed\xf2\x25\xe1\xfa\x9c\x7b\xb0\xf4\xde\x22\x0f\xca\xf8\x7c\x94\x80\xc2\x4a\x59\x9b\x0c\x6c\x05\xe1\xc1\x73\x8f\x24\x3d\x80\xd5\xa1\xf8\x05\xc2\xd8\xd5\x6e\x84\x21\xeb\x01\xcc\x0e\x1f\xcd\xa5\x6c\x30\x94\x5a\x29\x2f\xdb\x46\x51\xcf\x2f\x50\xc0\x2d\xee\x61\xae\xb5\x0e\xa9\xb2\x41\xc0\xad\xca\xbf\x29\xdb\x94\x70\x8b\x0c\x99\x05\x15\xbd\xe6\xb4\x05\x64\x00\x01\x7f\xb6\x48\x41\x90\x73\x7a\x4d\x22\x50\xa5\xfd\x88\x34\x05\x85\xbd\xb2\x02\x4e\x0b\x4a\x79\x85\x51\x3d\xc2\x9a\xa5\x5f\xa0\x14\xd5\x05\x34\x25\xe0\xea\x1e\x49\xe1\xfe\x9d\xa2\xe0\x47\x66\x29\xac\xf9\xd5\xa2\x11\x15\x2e\x8e\x61\xa8\x11\x7a\xd6\x3d\x26\xe4\xae\xf0\x13\xf7\x50\xd9\x22\x51\xa0\xde\x11\x9f\x98\x0c\x2f\xb2\x24\x75\x71\x42\xd9\x90\x25\x39\x8a\x56\x29\x72\xdd\xb5\xce\x91\x9a\x99\xd6\x20\xf2\x84\x49\x9a\x70\xc4\x16\x7f\x75\x00\xf1\xe6\xf5\x01\x11\xe2\x01\x0f\xa4\x9d\xfa\x77\x6a\x08\x06\x70\x8a\x60\x9b\x97\x88\xb1\x4e\xc9\xab\x9e\xd6\x06\x14\x88\x94\xe7\x83\x41\xfa\x04\xa6\xa8\xcd\xc4\x3d\xf7\xb0\xd6\x44\x18\x46\x64\x74\x32\xa1\xc1\x73\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xe6\x9a\xea\xf6\x02\x41\x43\x64\x48\xae\x5d\xb3\xa6\x34\xde\x44\x05\x19\x58\x6b\x9a\x75\x66\xad\x25\xff\xce\xdd\x93\x0c\xd2\xda\x2d\x06\x89\x2a\x43\xf3\x1b\x38\xb3\x82\x26\x55\xc0\xdd\xfd\x7b\x59\xc4\xaf\x31\x0b\x96\xda\x84\x08\x7b\xad\xdc\xc3\x65\x2b\x6b\xa9\xdd\x03\xcf\x4d\xe3\x8d\xe2\x75\x13\x4c\x53\x9c\x4e\xdb\xab\xc7\x87\x40\xeb\x83\xca\xb5\x4b\xc2\x0b\x72\xf8\xc6\x8b\x3c\xea\x82\x52\x7d\x56\x7a\x22\x05\x75\xa5\xf5\x30\xf9\x01\xf7\x68\xd2\x72\x57\xca\xaa\xc9\x5d\x80\xc4\x9a\xc7\xe0\x8e\x4b\x5a\xbe\xc6\xf5\x57\x0f\x4b\x7e\xce\x5a\x8e\xc6\xc2\x6d\xfe\x00\xb9\xc5\x51\x13\x85\x3c\xbd\x19\xd7\x8d\xb1\x3c\x82\x71\xf9\xad\x4c\x92\x8d\xeb\xef\x36\xaa\xd9\x79\xf1\x3a\x17\x4f\x03\x2e\xf1\x39\x8b\xc6\x69\x15\xee\x6e\x53\xc0\xc8\x1a\xb2\x53\x37\xf2\xac\x3b\x49\x2a\x0b\x2d\x1d\x67\xab\xa9\xbe\x2f\xd1\xce\x83\x52\x60\xf0\x6a\x2d\x01\xd6\x2c\x9a\xfe\xf0\x22\x3c\x50\x3e\x1d\xc2\xdb\xa0\x1c\xd4\xfd\x60\xad\x9e\x26\x3e\x20\x07\x79\xb9\xa7\x80\x9a\xb2\x59\xf8\x00\x89\xbd\x3a\x38\x08\x82\x5f\x38\xd9\xa3\xa0\x5e\x12\x6a\xd5\x27\x3b\x69\xcc\x3c\x7a\x5f\x34\xa6\x69\xec\xb4\xeb\x19\x9b\x3b\x3d\x0d\x6e\x5f\xd0\x2b\x05\xe5\x41\x93\x97\x71\x77\xc0\x78\xfa\x6a\x83\x41\x98\x87\x1f\x38\x68\xba\x10\x75\xd0\x06\x21\x18\x91\x5b\x95\x3d\x89\x25\xa2\xfa\x3c\x3e\x48\xb3\x3e\x58\x18\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xf6\x5c\xb3\xa0\x93\x56\x38\xb3\xc1\x93\x9a\xa9\x81\x5c\x61\x94\xee\x81\x76\x90\x57\x17\xc4\x75\xfe\xd9\x51\x84\x74\xa7\xf8\x82\x90\x1c\xcb\xd4\x81\x7c\x27\x25\x50\x97\x0d\xf6\xdc\xda\x3c\x1e\x3c\xc4\x75\x68\x19\x2e\xea\x43\xe6\x27\x17\xa7\x30\x34\xa7\xab\xa0\x28\x81\x7b\x00\x4f\xf3\xce\xbe\xe0\x8a\x7c\xbd\xcf\x92\x7b\x9b\x5f\x40\xd6\xaa\x77\x32\x2d\xb8\xde\xf9\x17\xd5\x1d\x6f\x92\x9b\xa4\xe0\x03\x6d\x89\x9c\xa6\xbf\x1b\xb4\xe0\x31\xef\xcc\x17\x34\xad\x1b\x7b\xd9\x78\x61\xc0\x42\xf2\x66\xbf\x91\x7a\x6a\xe1\xeb\xa6\x6f\xdd\x87\xec\x4d\x5b\x4e\xf6\x18\x30\x64\x18\x73\x37\xa6\xf1\x02\x92\x5b\x3b\xeb\x01\x8c\xba\x45\xc5\x58\xcb\xf6\xd0\xae\x66\xc6\xcb\xe2\x1b\xcd\xe4\xf2\x70\x1b\x19\xb9\x0f\x77\xbf\x06\x7d\x38\x2f\xd1\xd3\x43\x1e\x65\x0a\x7c\x20\x2b\x0c\x0f\x41\x16\xe5\x79\xc1\xb4\x5b\xbd\x3a\xcf\xda\xdb\x9f\x2e\x59\xe3\xb3\x7e\xd4\xaa\xc2\x78\xad\xaa\x9b\x7f\x0a\xef\x17\x52\xae\x43\xe1\x6d\x42\x55\xd7\x3f\x14\xde\x26\x34\x24\xe0\x17\xde\x26\x94\x65\x9c\x2b\x81\xa6\xdb\xe1\x17\x28\x3e\x88\x91\x86\x25\x87\x8a\x2d\xe2\x9a\x9f\x68\xf9\x22\x40\xcc\x54\x19\xcc\x12\xe0\xa1\x57\xd4\x42\x41\xdd\xd0\xac\x42\x55\x25\xac\xe8\x0a\x0f\x19\xa8\x47\x25\xb5\xc9\x1e\x8c\x07\x88\x9d\xf1\x63\xaf\x29\x61\x89\x9d\x62\x93\xb8\xd3\x67\x3e\xd0\xbc\x21\x55\x2a\xf6\xab\xa0\x56\x69\x56\x39\xa8\x12\x22\xf7\x9a\x88\x0e\x97\xeb\x24\x55\x53\x2d\xbc\x3b\x27\x58\xc0\xc0\x55\x39\xf3\x81\x10\x97\x90\x80\x1b\xfc\x02\x39\x90\xa4\x1c\xdc\x95\x33\xbf\x50\x9f\x69\xc5\xa0\xfb\x8d\x06\xa8\xfc\x02\x29\x5f\xe2\x21\x6e\xc6\x99\x5d\x08\x55\x89\x98\x30\x10\x07\xda\x42\x04\xdc\xf2\x0a\x9f\x2a\xbc\xd2\x46\x65\x40\x4a\xa0\xa1\xd5\xd2\x02\x6f\xb5\x51\xa5\xda\xc2\x4b\x6d\x74\x63\x41\xe1\x9d\x36\xc9\xb3\xce\x28\xab\xe0\xc5\x86\x9b\xbe\x6a\xfb\x23\x60\x30\x36\x2f\x7e\xa6\x06\x21\x2c\x65\x58\x64\x86\xdb\x2c\xe6\x6c\x00\x59\x17\xc6\xfd\xc3\x7e\x62\x5a\x81\xd9\xd6\x42\x1a\xe2\x11\xe7\x84\xd4\x01\xec\xb6\xd1\xa4\x51\x22\x3a\x14\x40\x85\x2b\x2f\xe1\x03\x57\xd8\x64\x95\xec\x2a\xac\x12\x5b\x15\x73\x54\x70\x61\xcd\x7c\xe0\x37\x68\xdd\xe8\xee\x73\x47\xf1\x19\xb7\x4f\x56\x2b\x50\x7b\xf1\x23\x8d\x59\xe9\x64\x1a\x82\xba\x12\x4a\xa1\xa5\x92\xd9\xfc\xc4\x45\x54\x70\xcf\x8c\x6b\xed\x14\x5e\x33\x13\x2c\x3e\xe1\x9a\x99\x80\xdc\xda\xcf\x03\xac\x92\x18\x2a\xae\x91\x71\x75\x9e\xc2\x6b\x64\x86\xb8\x23\x6e\x91\xc9\x9b\x37\x64\x45\x75\x1e\x33\xa6\xc6\xa3\x4c\xef\x33\x62\x3c\x99\x0c\x1a\x35\x70\x09\xcf\x61\xd9\x68\x05\x11\x2e\x84\xd1\x2d\x17\x25\x30\x2c\x5b\x3a\x08\xae\x83\x49\x32\x07\x15\xde\x07\xf3\xe6\x3a\x8d\x91\x99\xa6\xac\xc6\x58\x3a\xc1\xdc\x68\xc0\x94\x94\x12\x20\x85\x2a\x6b\xb7\x84\x1e\xdf\x25\x89\x4a\xe8\x6b\x12\x1a\x62\xd9\x6c\xcd\x13\x3a\x10\x5f\xdc\x03\xef\x04\xf0\x07\x28\x8a\x14\x3d\x22\x4e\x00\xa9\x03\x01\x65\xd9\x5a\x32\x63\xeb\xa0\xfe\xe8\x0e\x20\x17\xbd\x7e\x5f\x73\x30\x04\x28\x8b\x14\xd5\x1e\x28\x1b\x21\x21\x27\xc0\x06\xab\xe0\xc0\x82\x8a\xc6\x49\x59\xf8\x05\x25\x8d\xb3\x22\x01\x4b\x18\x8c\x62\x71\x7f\x4c\x46\x31\xc3\x81\x89\xf5\xc5\xbb\x99\x3f\xea\x0e\x61\x1f\x2d\x66\x48\xb0\x8f\x66\x59\x9c\x4a\x40\x70\x42\x4c\x6e\x2f\x2c\xbb\x07\xec\x47\x29\xc0\x01\x85\x0b\xac\xad\x86\xbd\xe2\x77\x2d\x13\x0a\x15\x28\xa3\xa4\x84\x29\xdd\x26\xcb\x1f\x01\x39\x17\x2d\x99\x27\x22\x3a\x41\xf1\x59\x25\x40\x9a\x55\x10\x5d\x41\x00\x73\xb4\xc2\x1d\x0e\x9c\x67\x26\x4d\x58\x60\xbb\x67\x30\xa5\xdb\xbc\x99\x81\x1c\x8b\x8b\xbb\xc3\x9d\x0f\x34\x85\x83\x92\x66\xf1\x10\xa8\x7e\x25\x01\x39\x1c\x30\x92\x18\xcb\x07\xb9\x9c\x0c\x1d\xb8\x8c\x68\x3e\x50\x97\x27\x8d\x97\xe6\x73\x2c\xcc\x66\x46\x79\x62\x16\x3e\x11\x61\xb3\xcd\x5e\xd8\x73\x41\xed\x0f\x40\xbc\x12\xd3\xc2\x49\x4f\x8e\x37\xf9\x79\xe0\x28\xd0\xbc\xa7\xfc\x9c\x86\x67\xc9\x82\x00\xd5\xbf\x53\x5f\xf6\xd9\xc3\x10\xc9\x17\xef\xbe\xd6\xac\x04\x03\x43\x1c\x2c\xe6\xe3\x8a\x23\xfb\x91\x0b\x2f\x34\x1a\x2f\x56\x07\x9b\x6b\x34\x67\xbb\x50\x6d\xd6\x88\xbb\x18\x3c\x23\x20\x99\x3a\xf5\xe2\x54\x17\xa1\x34\x9b\xb8\xb7\x77\xe5\xb1\x12\xa6\x48\x9c\x9a\xb7\xd4\x4d\xc9\xd1\x5b\xe0\x5e\x40\x6b\x5a\x37\x50\x6d\x46\x03\x81\x77\xf8\x50\xbe\x89\x69\x77\x80\xda\x69\x3e\x4e\x6e\xb8\xfc\x7d\x46\x43\xfc\x8d\x16\xc8\x6e\x4a\x3f\x52\xa7\xc2\x43\x90\xf5\x01\xa4\x5d\x5d\x3d\x50\xc2\xb3\xf0\x2c\x7a\x7b\xd6\x26\xf4\x03\x3a\x2f\xcb\xcf\x0e\xa0\xa7\xbc\x8b\xb1\x95\xf0\x30\xfd\x45\x13\x7a\x68\xc4\xb0\xe0\x03\x1b\x70\x34\x71\x3e\x08\x8e\x33\x46\x1e\xba\x07\x84\xe3\x07\xc6\x53\xaf\x32\x2c\xc0\x8a\xbd\x29\x28\x64\xee\xea\x6f\x05\xa5\xcb\x63\xd1\xfb\x71\x03\x4f\x11\x13\x62\x2d\xf3\x61\x3e\x8a\x5a\xe6\x49\xe1\x42\x05\xf9\x06\x51\x21\x50\x25\xf2\x12\x4e\xd1\x3a\x6b\x97\x2b\x50\xb6\xa0\x74\x79\x56\xe8\x4c\x89\x2c\x5f\xa7\x15\x41\xe9\xf2\xa0\xf2\x30\x25\x32\xcc\x55\xc1\x3d\x85\xc5\xcb\xb3\xee\x6a\x2c\x91\x52\xb5\x8c\x0f\x11\xc9\xde\x0a\x78\x28\x91\xe1\x0b\x0a\xae\x29\x11\x81\xaf\xca\x0e\x2d\x31\x50\x4a\x19\x7e\xe1\x02\x19\x0a\xe6\x48\x2a\xd0\xa9\x1f\x23\x43\x09\xfc\x02\x4a\x8a\x05\xff\x5e\x89\xb5\xac\x07\x90\x5f\x8b\xdb\x6b\x37\x16\x3d\x18\x88\x27\x14\xd0\x30\x97\xca\x5b\x5c\xe2\x0a\x90\x30\x9e\x23\xf1\xa6\x76\xc2\xc2\x1a\x44\x94\x81\x8b\xc6\x52\x5a\x0b\x29\x98\x13\xc3\x81\xfd\x02\x48\x4f\x47\x34\xca\x54\x04\x5d\xcb\x52\x50\xa6\x22\xc7\xd7\xef\x0c\x76\x70\x7f\x94\x4f\xdd\xa6\xa5\x52\xa4\x1c\x19\xa9\x20\x66\x8f\x3a\x12\xd9\x9b\x37\x2e\xe3\xa9\xe4\x92\x98\xe1\x45\x8a\x6e\xaf\x62\xad\x02\x81\xd6\xd1\xec\x17\xe6\xba\x35\x23\x31\xe3\xcc\x97\x8e\x1e\x29\xc0\x4a\x58\xe3\x5d\x68\x4d\xf1\x3e\x05\x77\xa1\xa5\xea\x65\xfb\x08\xb4\x42\xc2\x12\x68\x87\xdf\xe0\x89\x65\xda\x29\xbc\x05\x4e\x30\x30\xf7\xd1\x8c\x38\xe2\xc6\x0b\xdb\x04\x71\x17\x5a\x8e\xde\x91\x85\x27\x98\x78\x02\xaf\x42\x1b\xaf\xa5\xad\x4b\x52\xd0\xbc\x98\x59\x24\x63\x19\x32\x7c\xa2\xbd\x15\xb8\x19\x2d\x25\x0f\xb1\x6c\xa7\x46\x3d\x62\x11\xe2\xab\x03\x50\x5f\x35\x08\x6b\x12\x7e\x40\x05\xdc\x6b\x55\x19\x75\xa4\x17\x50\x96\xac\x78\xd6\x0d\xe2\x95\x67\xdd\x78\x65\xa8\xdb\x20\x57\x69\x99\xb8\xd2\x2c\x47\x53\x1f\xaa\x92\x59\xca\x8d\x94\x7a\x15\x70\x51\x70\x1b\x59\x96\xb3\xad\xc4\x86\xb5\xf7\x07\x9d\x76\x31\x2f\x65\x5f\x8c\x45\x43\xb2\x7c\xb0\x0e\x44\x5e\x3d\xd6\x14\xbd\x53\x62\x5f\x04\xea\x07\xcc\x3e\x72\x97\x1d\x30\x08\x09\x1d\x9b\xda\x7b\xb0\x2f\x62\xf1\x07\x6b\x8f\xf8\x0d\xce\x42\xd4\x44\xa9\x54\xa2\x06\x2a\xa7\x64\x1b\xfb\x99\xba\x95\x53\xfd\x49\x64\x76\x41\x5d\x95\x6c\x97\x53\x5c\x32\xab\x8e\x3b\x94\x45\x89\xc1\xba\x02\xca\xa2\xb8\x38\x68\x41\x55\x94\x9e\xbc\xe9\x07\x9d\xf2\x9a\x31\x84\x5a\x9b\x1b\x50\xf2\x24\x2b\x31\xbf\x44\xe6\x7f\xaa\xfa\x59\xc1\x85\x05\x73\x44\x3f\xa8\xdf\x5f\x5d\x77\xfb\x96\xb8\x37\xbe\xa0\x29\xef\xa8\xbf\x29\xa1\x13\x45\x53\x92\x0d\xa2\x91\xb7\x2a\x49\x42\x64\x11\x94\x62\x94\xe1\x92\xa5\x60\xcb\x40\x3c\x90\x22\x60\x26\x00\x1b\xed\x8b\x91\x51\xaa\x95\x98\x13\x0f\x2a\xea\x5a\x93\x03\xaa\x88\x8f\x50\x9a\x68\x6d\x4a\x88\xc7\x4a\xd3\xff\xb4\xcf\x0d\x53\x74\x1b\x8b\xec\x23\x16\x05\xac\x9a\x49\xfb\xe4\x76\xf6\x71\x73\xc2\xcd\x20\x41\x3e\x32\xaa\xc0\xaa\x3b\xee\x58\x73\x10\x70\xe1\x15\x6b\x59\xd1\x73\x05\x57\xac\x25\xe5\x4e\x17\xde\xb1\xd6\xd2\xeb\x01\x83\x8f\x4c\x99\x08\xca\xb5\x78\x18\x61\xb4\x0d\xb6\x3f\x44\x46\xe1\x6e\x1e\xf4\x62\xa1\x52\xb3\x21\x5c\xd9\x12\x2c\x5b\x30\x4c\xd7\x06\x85\x08\xab\xed\x0b\x71\x17\x8d\x74\x3e\xca\x11\xa8\x1b\x7d\x6a\xf2\x2e\x37\xcf\xfb\x1a\x28\x9e\xe8\xdf\x0f\x60\xda\x03\x9c\x1c\x51\xa8\xbe\x70\xd2\x67\x4f\x02\xcc\xd8\xa7\xec\x05\x67\x9a\x89\x89\x22\xae\xcf\xb4\x95\xaa\x64\x08\x61\xf5\xad\x66\xff\x30\xfa\xda\x74\x1e\x6f\x6e\x00\x0d\x40\x11\x38\x9a\x51\xde\x50\xda\xba\x3b\x68\x2c\x2c\xad\x76\xe7\x07\x9a\xe3\xcd\xd8\x4b\xef\xc9\x9b\x9b\xd8\xf4\x73\xaf\x59\x0b\x88\x87\x86\x4a\x1f\x08\x34\xf2\xda\x12\x19\x19\xbb\x60\x46\xf5\xb0\x28\xb0\xa0\x78\xd6\xd2\x09\x4c\x0a\xb6\x3e\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe4\xea\x89\xe1\x46\x84\xda\x3c\x0f\x1a\x79\x7d\x28\x3d\xc8\xe2\xd0\x90\x2c\x56\xa4\xea\xd8\x25\x21\xe7\x4b\xb9\xe6\x05\x29\xa9\x29\xca\x7c\x85\x62\x46\x73\x92\x41\x0f\x20\xb5\x65\xbf\x00\xd4\xeb\xe0\x45\xed\xa2\xa9\xf1\xf8\x03\xf0\x77\x61\x05\x75\x88\x62\x88\xe2\x9f\x89\xb5\x99\x87\x41\x78\x50\x3b\x59\xbf\xb3\x16\xb3\xa6\x98\xc2\xc2\x7b\xd4\x83\xc4\x1e\x35\x24\x4c\xc4\x2f\x10\x20\xcc\xda\x25\x80\xca\x45\x49\x17\x3b\x94\x44\x59\xd6\x96\x94\x44\x13\x71\xf1\x0b\x28\xc7\xfc\x1a\xf1\xe0\x07\x42\x23\x02\x13\x6a\x7f\x01\x0d\xa9\xca\x78\x44\x1e\x58\xb0\xa9\x24\x21\x11\x6c\x4c\x16\xfd\x83\x43\x28\xa1\x5e\xb3\x8f\xd9\x14\x69\x11\x6b\x6a\x27\x00\x28\x78\xa6\xac\xdd\x75\xd1\x73\x41\xe1\xa4\x39\xbc\x1f\xa0\xfc\xaa\xf6\x28\x0b\x21\x0d\x33\x78\xdc\x30\xe8\x04\xaa\x92\x18\x39\xa0\x1b\xe2\x0a\x2a\x25\x39\xc1\xa8\xb0\x52\xd2\x88\xaf\x07\x84\x49\x48\x4c\x14\x1c\x65\x5a\x41\x65\x24\xe7\xca\x14\xd4\x3e\x4a\x59\xfa\x3a\x6b\x1f\xe9\xc6\xa7\x82\xd2\x47\x2f\x51\x17\xa5\x8f\x26\x48\xc2\x4a\x5a\x93\xf0\x90\x54\x5d\xab\x1f\xcc\xed\xf0\x5a\xb7\xbc\x01\x04\x0d\x99\xc3\xbb\x4e\x77\x41\xa9\xa4\xd0\x1c\x81\x82\x84\xec\xd8\x4c\x5a\x19\xa4\x16\xfc\x3b\x0b\x7f\x6b\x8e\x10\xc7\x75\xb3\x66\x61\x6d\xa5\x61\x52\xcc\x2c\xfc\xad\x29\xa0\x2e\x72\x7e\xf5\x47\x5f\x44\x35\x84\x34\xee\x68\x87\xa3\xf8\x92\xc3\xef\x0b\x8a\x2d\x25\xfb\x26\x50\x6c\x29\xaa\x16\x6e\x49\x0c\x24\x96\x30\xce\x52\x4b\xd5\xfb\x13\x95\x8c\x2d\x13\x26\x48\xef\x43\x8a\x5f\x62\x20\x83\x72\x2a\x4b\x82\x79\x5a\xc1\x77\x25\x15\x6e\x8e\xe4\x07\xe7\xbb\xd8\x79\x49\x10\xde\x2d\x17\x27\x04\x36\x34\xef\xae\x25\xaa\x4b\x0c\x4d\x10\xd5\x6b\x37\xd6\x11\xd7\x30\xec\x98\x48\xab\x38\x83\x60\xaa\x64\x9c\x06\xb2\xfe\xae\xc0\x7a\x49\x95\x68\xf4\x34\xeb\xa2\x1d\x41\x59\x09\xa5\x87\x40\xc9\x44\x53\x42\x5b\xb7\x40\xaa\xbd\xae\xb6\x57\x3b\x62\x0b\x6a\xc4\xc6\xb0\x47\x61\x05\x36\xeb\x6a\xca\x80\xc9\x7a\x78\x7f\x35\x64\x9a\x9a\x4d\x36\x56\xd4\x14\xd6\x98\x2c\xf7\x06\x80\xe2\x88\xf1\x8e\x30\x63\x45\x88\x17\x94\xc0\x0a\x49\x97\xa0\x97\xd4\x56\x11\x71\x8f\xc1\xb2\x18\xc2\x01\x6c\xd6\xc9\x8c\xb5\x93\xd3\x9a\x98\x3a\xca\x44\x4b\x1f\x4e\xbc\x1a\xc4\x27\x31\xaf\xfc\x0c\xb6\x3d\x26\x94\x2d\xcc\x5e\x39\x26\xbc\x59\x24\x42\x5d\xad\x6c\x61\x17\x75\xb4\xd2\x30\xbd\x0e\xce\xdb\x5b\x06\x05\x42\x86\x77\x08\xa2\x6e\x6b\x37\x3d\x41\xde\xee\x9e\xd5\x8e\x4d\x6f\x26\x80\x3a\x3a\xc1\xc6\xcb\xb4\x04\x6e\xe3\x7a\xc7\x2e\x37\xf7\xdc\x09\xa3\x60\xda\x91\xe3\x60\x76\x8c\x5b\x3c\x6c\xd4\xe3\xc5\x5b\xc3\x22\x54\xe2\x25\x1e\x4a\xeb\x2d\x09\x66\x64\xc7\x7a\xa4\x1d\xd4\x27\x31\x30\x31\x90\xd7\x22\x0f\xaa\x7b\x65\xfb\x66\x59\xcd\xcb\xbe\xf8\xc4\xe2\x0a\x3e\x35\x8f\x35\x27\xf5\xc8\x28\x8a\x9f\xe5\xa7\x96\x74\xd4\xf7\x05\x04\x25\x1d\x6b\x83\xf9\x01\xcf\x50\x1f\x51\xc7\x9a\xb3\x90\x76\x50\x56\xf1\x0b\x14\xf9\x8d\x25\x14\x76\x69\x8e\x46\x49\xbc\x2f\xc4\x42\x59\xa2\x5d\xba\xb9\x8d\x23\xc6\x27\xca\xd9\xdf\xd7\x22\x94\x74\xb2\xac\xb4\x40\xa0\x91\x59\x56\x2f\x54\x2c\x4b\x5d\xba\x26\x2a\x96\xc5\x66\xa6\x00\x1b\x73\x36\x6d\xe2\x2a\x58\x3b\xaf\xd3\x92\xe7\xe5\xee\x46\x49\xb3\xe8\x58\x51\x5e\x04\xdb\x1c\x2a\x90\x90\x45\xf7\xa2\x1c\x04\xfd\x3a\x4a\x28\x5d\x54\xd4\x04\xe1\xc5\x78\x2c\x63\x6d\x4a\xe7\x29\x9b\xfa\xa7\x30\xde\x6d\x55\x4b\x17\x37\x5c\x76\x8f\x38\xc8\xdd\x23\xd2\xe6\x86\x85\xcc\x04\x71\xdc\xc6\xc4\x04\x69\xbc\x99\x34\xef\xf4\xbe\x5b\xa2\xa4\x7b\xd5\xf6\x52\x9b\x35\xb6\xfc\x3b\x0d\x25\xcd\x2f\x50\x1b\xb5\xcc\x78\xe3\xe0\x37\x29\xde\xc8\x06\x37\x9a\x21\x8c\x0f\xb3\x25\xa4\xdd\x55\xd3\x32\x64\xf3\x6c\xac\xc3\x62\xfd\x42\x22\x02\x36\x5e\xdb\x17\x01\x1b\x76\xdf\xa3\x66\x4a\x54\x69\xcc\x92\xa6\x24\x1f\x6d\x30\x48\x30\x60\xbf\x64\x5e\xd8\xaf\x5f\xb2\xdb\xaa\x7f\x66\x3a\x78\x98\xfd\xd5\xfc\x06\x70\xf0\x1a\x01\x52\xb1\x39\xcc\xd3\x31\x82\xdb\x10\x30\xb5\x9b\x70\x3d\xf0\x2b\x2e\x2b\x33\x67\xce\x26\xe6\xcc\x58\x0d\x4d\x31\x23\x54\xc3\x28\x41\x15\x98\xa8\xe2\x9d\x25\xa3\x60\xa8\x0a\x8e\x94\x8c\x0b\x54\x94\x4e\x5a\xf2\xb6\xae\xde\x52\x1b\x89\xcd\x9b\x01\x80\xa3\x5c\x13\xca\x88\x2f\x56\x22\x75\xc9\x48\xa0\x1b\x06\x18\x09\x74\x8e\x55\xcc\x14\xda\xb5\xb3\x72\x60\xfd\x69\x9d\xd8\x39\x50\xd1\x88\x7e\x83\x1a\x99\x8c\xde\x19\x61\x19\x56\xae\x73\xc0\xaa\x6b\x55\x73\xe0\x2d\x47\x12\x44\x72\x60\xd1\x35\xe1\x28\xe2\xbe\x26\x89\xb4\x39\x92\xef\x8b\x1d\xe4\xb8\xd6\x55\xb3\x44\x31\x06\x6b\xba\x79\x05\xf0\x36\x77\x49\x63\x90\x76\x5b\x46\x04\xef\xbb\x4d\x2e\x18\xdd\x05\xaa\xfc\x55\x8f\x09\x5a\xcd\xee\x91\x2c\x45\xdb\x31\x33\x47\xcf\xca\x49\x46\x24\x48\xb2\x5c\x9c\x91\x82\xf7\x82\x7a\x5d\x3e\xe2\x1e\x06\x4e\x27\xad\xcd\x94\xa3\x93\xdd\x17\x19\x51\x1d\x8e\xd9\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x31\xc8\x94\xa2\x8d\x26\x56\x67\xd0\x51\x90\xf3\x2a\x53\x28\x08\x32\x35\xe1\x9f\xf9\x7f\x32\x82\x42\xaa\x69\x3f\x93\x9f\x78\x61\xa7\x50\x9d\x54\xda\xa0\x64\x46\x85\xbc\xc6\x67\xad\x71\x77\x70\x12\xa5\xee\x80\x39\x00\xaf\x1e\xb8\x2a\x06\x78\xad\x8a\x5e\x80\x94\xfd\x5a\x25\x58\xc5\x9d\x6f\x5d\x72\x21\x1f\xd6\xd9\x92\x0b\xf8\xb0\xbf\xa8\x54\x2d\x0c\xd5\x32\x40\xcb\x52\x9f\x97\xc5\x59\x22\x65\xae\x6b\xe2\x02\x0b\x81\x16\xaf\x95\xaf\x94\xcd\x4d\x1a\x15\xf6\x02\xf3\x95\xba\xe4\x0e\x3f\xa0\x91\xda\xbb\x0c\xe9\x70\xc9\x13\x85\x0d\x5a\x57\x47\x97\x8c\x9a\x0d\xe6\xf6\xb9\xd1\x95\xd7\xfc\x00\xb2\xd2\xab\x43\x50\xa7\x41\xa2\x5c\xeb\xc5\xa3\x94\xea\x59\xb7\x95\xbb\xab\x36\x39\x8f\x90\x40\x19\xb5\x7b\x1b\x77\x42\x2c\x00\x18\xee\x6b\xe7\x40\x5e\x52\xab\x19\xc3\x94\x5a\x61\xff\xfd\xb4\x29\x0a\x49\x30\xce\x9d\x30\xbb\x07\x96\x2c\xd8\xfc\xc2\x42\xb4\xd0\x84\xec\x38\x1f\xcb\x19\x85\x22\x1c\x51\x9c\x11\x7a\xe1\xe8\xee\xbc\x0a\x45\x48\xe0\xcb\x28\x14\x91\xcc\x8b\x3a\xc9\x45\xbf\xe3\xc6\x3c\x1b\x23\x51\x4d\x6b\x42\x20\xbc\xc0\xca\x6d\x0f\x5f\x1e\x2b\x20\xd5\x5f\x90\x9c\xbc\xef\x61\x97\xb6\x74\x93\x99\x8d\x66\x7f\x42\xde\x29\x90\x99\x66\x57\xb8\x85\xcc\xba\x19\xe1\x16\xd6\x28\x32\xa2\x2b\x7c\x0e\x66\x0a\xce\x06\x72\x95\x23\x35\x39\xed\x8d\x5b\x51\x88\xdc\x21\x1b\xf8\x60\x41\xb9\xef\x1c\x0c\xc2\x62\xa8\xee\x12\xf4\x63\xcc\xee\xe0\x66\xaf\x49\x2c\x4c\xbb\x07\xd6\x48\x35\x05\x4e\xd9\x3a\xdb\xb4\x9c\x8f\xc5\x71\xd5\xc5\x81\xd3\xd7\x87\x19\x2f\xc7\xf3\x61\xb9\x84\x61\x6f\x9a\x03\x93\x30\x75\xac\x0a\x14\x32\x04\xe7\x83\xba\x9a\x57\x0b\xc2\xf1\x70\xdc\x09\x0a\xc8\xbe\x39\xd2\xc1\x12\xfe\xa2\x87\x03\xf4\x62\x1e\x7c\x30\x08\x4c\xa2\x67\x86\x34\x1d\xdc\xe1\x14\xa6\x93\x2e\x7e\x2c\x19\x21\xce\x96\xd2\x32\x4b\x56\xbc\x36\xe2\xc9\x5d\xe2\x0e\x16\xfd\xb8\x07\xec\x64\x6f\xab\x93\x4b\x27\x10\x21\x7d\x07\x6f\xd4\x93\x27\xfa\xab\xc7\xb5\x34\xc2\x02\x2f\x75\xb0\x92\x9d\x2f\x76\xa9\x17\x6e\x5a\xa1\x3c\x06\x85\x57\xd3\xf0\x8d\x59\x19\x46\x58\x7e\xb3\x8f\xd7\x1b\xc6\x6e\xcb\x4d\x37\xc9\x29\xfd\x48\x0b\xca\x37\xb9\xa5\x99\x19\x25\x4f\xaf\x2b\x25\x4f\xd3\xda\xcd\x6b\x99\xcc\x6a\x58\xef\xe1\xb5\x8f\x1f\xa4\x59\x99\xbe\x57\xac\x84\x79\xcf\x32\x0a\x7b\x47\x50\x56\xf4\x42\x3f\x3c\xcd\x92\xbb\x24\x50\x6e\xf3\x28\xf2\x16\x41\x46\x9b\x2e\xf7\x28\x05\xc2\xa3\x43\x90\x0a\xe3\x17\x6c\xe2\x29\xbc\x8b\x5d\x58\x2d\x30\xf2\xaa\x66\x6e\x61\x59\xbe\x61\x93\x4f\x81\xb8\xd9\xbc\x03\xca\x46\x4b\x5c\xf7\x18\xe0\x6f\xe2\x7f\x85\x02\xa3\x88\xa9\x20\x40\xc1\xcc\xaa\x84\x05\x53\xd1\x03\x54\xcd\x17\xe3\x28\x91\x9c\x24\xf9\xc1\x5a\xda\xa6\x07\x3c\xfc\xe4\xcd\x2f\x94\xbd\x64\xa0\x2f\x28\x97\xa0\x4b\xc8\x4a\x41\x50\x6e\x96\x30\x57\x12\xa5\x70\x6d\xba\x42\x13\xe7\xf0\x0b\xd4\x03\xe4\xea\x28\xc8\xa6\x1a\x2f\xd4\xd2\xe6\x29\x6b\x5b\x41\x80\x80\x77\x40\x49\x34\x9e\x35\xbf\xb0\x48\xce\x6f\x50\x6d\x6e\x7e\x30\x97\x57\x55\xb3\x4b\xa1\x34\x66\x4c\xe7\x45\x72\x7e\x80\x04\x1c\x99\xec\x0b\x6d\x98\xb2\xab\x16\x54\x43\xd0\x55\x2c\xa5\xb0\x56\x96\x37\x76\xc9\x3c\xfd\x9a\x7b\xa4\x96\x6a\x4c\x22\xce\xf6\x85\x87\xbc\x80\x16\xea\x33\xab\x4b\x69\xb9\xcb\xc6\x13\x56\x83\x16\x32\x61\x69\x14\x05\x29\x58\x5d\x0c\xb0\x30\xaa\xc0\x26\x93\x52\x38\x66\x54\x1b\xdb\x40\x66\x1f\xdc\x4c\xde\xaa\x89\x7a\x95\x1f\xf0\x07\x35\xd0\x75\xa1\x2f\x2a\x96\xd7\xf4\xc2\x72\x04\x3e\x6b\x4a\xe5\xf2\x4a\x54\x2e\x10\x66\x1c\xf6\x56\x70\x4f\x97\xb5\xf3\xd2\x18\x2d\xd8\xfc\x02\x2e\x6a\x94\x60\x51\x98\xfa\x6f\xbf\x66\x81\x74\x63\xd7\x6e\xe9\x81\x88\xd2\xf2\x2f\x97\xbc\x89\x72\x8a\x3b\xd9\x26\xe4\x82\xbb\xba\x9a\x11\xd9\xe1\x2c\x0e\x7e\xbf\xe1\x7d\x4d\xaa\xd3\xef\x29\x8b\x1b\xae\x60\x0f\xc3\xb3\x46\x51\x2c\x3b\x08\x71\x05\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\x34\x5e\x49\x41\x28\x2c\xfe\xed\xd3\xad\xb0\x0c\x96\xad\x47\x85\xd9\xfb\x76\x9d\x96\x65\x27\x94\x16\x52\x58\xf8\xca\x7e\xcd\x82\x74\x7d\x1b\x5c\x0b\x0a\x5f\xd9\xed\x5e\x60\x27\x74\xf0\x69\x41\xf2\x53\x31\x11\xc3\x6e\x98\x8d\xc7\xc1\xa5\x11\xa2\x07\xc5\x04\x7d\xbf\x2f\x10\x35\xe0\xbe\x40\x14\xcc\x10\x6e\xba\x37\x1e\x64\x1b\xcb\x32\x65\xca\x36\xd9\x02\x18\x6e\x93\x8f\xad\xfd\xc8\x25\xc4\x9b\xe6\x1d\x81\x59\x70\x23\x96\x43\xe3\xcb\xbe\xcc\xa0\x1e\x9d\xf3\x51\x9b\x35\x36\xbd\xac\xc7\x5a\x03\x21\x80\x77\xd1\x4b\x56\x2b\x07\x0f\x33\xf3\xe4\x93\x32\xa8\xb9\x17\xd3\xa4\x1c\x3b\x58\x20\x43\xe4\xe0\x17\x0a\xda\x1a\xe2\x5c\x1b\xc8\x2f\x80\x18\x0d\xd4\xc9\x83\xa4\xfb\x01\x19\xa4\xd9\xdb\x49\x06\xe9\x1d\x03\x21\xa2\x3a\xc9\xa0\x2c\x9f\xba\x69\xe9\x5a\x5b\x46\x7d\x5c\x0b\x6e\x3f\x00\xdc\x32\x46\xa0\x26\x7e\x7e\x9d\x98\x17\xc5\xb5\xec\x31\xb0\xd1\x83\x3b\xe0\x46\x37\x75\x2e\xbb\x9c\x59\x24\xec\x72\x59\xf2\x58\xb9\x09\x94\x91\x89\x6a\x55\x76\x73\xe2\xf6\xfc\xec\x00\xbb\x72\x2f\xd4\xf8\x01\x05\x01\x1f\xcb\x37\xc5\x29\x1f\x0d\xcb\x65\x2d\x9d\xa0\x3c\xc4\xbf\x8f\x3c\x14\x8f\xca\xd1\x2f\xf0\x64\x37\x11\x20\xed\x48\x25\xad\x4b\x81\xb0\xa1\x4b\x0b\x4a\x41\xec\x64\x36\x63\x7f\xc8\xd0\xc4\x65\xeb\x12\x2e\x24\x7e\xe3\x92\xfe\x38\x24\x6d\xd7\x8d\xc7\xcd\xeb\x8b\xc5\x90\xaa\x1e\x20\x9e\x53\xc8\xaf\x4c\x97\x57\xf9\xe6\x52\x59\xee\xc9\xea\x3a\xeb\xeb\x36\x9f\x71\xb8\xa0\x20\x3b\xbc\xa4\x22\x8b\xc8\x22\x7d\x0d\xf4\xdb\x09\x28\xe4\xae\x5b\x96\xa8\xf4\x10\xdb\xef\x5d\x71\x43\xaf\x8a\x2c\x97\x8a\x9a\xae\xc5\xab\x53\x97\xa9\x48\x67\x62\x8d\xbc\xea\x5b\x40\xc7\xb5\x7c\xfe\x02\x14\xe2\x31\xd3\x9a\x84\xbe\x80\x7c\xe2\xd8\xf4\x3a\xe5\x93\xac\x6a\xf4\xa5\xb2\x9a\x93\x7d\xef\x15\xd7\xda\x3a\x0c\xa8\x32\xbe\xd1\xf6\x82\x0a\x53\x52\x7e\xf5\x48\x83\x97\x98\x68\x85\xfc\xa2\xd2\xd1\xa5\x26\x7a\x63\xaa\xbb\x64\x0d\x94\xe0\x2e\xe9\xa5\x1d\x9e\x06\xb7\xc6\x0b\x2a\xde\x0e\x2f\xd6\x55\xf3\x9a\xa8\x3e\xc9\x64\x34\x3a\xcb\x2b\xfc\xb2\x66\x1b\x15\x22\x4b\xb0\xcb\xbf\x2e\x99\xe5\xf5\xc5\xe0\x20\x7e\xe3\xe0\x03\xcd\x15\x57\xce\xb6\x57\x9f\x24\xa2\xea\x17\x48\xda\xee\x72\xc1\x2d\x7c\x23\x6b\x3c\x4b\xe5\xaa\x53\x64\x69\xce\x4e\xaa\x85\x07\xc4\xeb\x01\xef\x72\x17\x26\x0a\x55\x53\xa3\x9b\x99\x3c\x2f\xd4\x54\xae\xa0\xbe\xa0\x8d\xc8\x12\x47\x45\x55\x7a\xd5\x36\x2c\xb5\xae\x79\x8b\x50\x11\xa6\x68\xcf\x7f\xad\x20\xdc\xe4\xdf\xc1\xc9\x24\xb1\x56\x5e\x69\x30\x11\xf7\x83\x53\xa9\xd6\x85\x13\x01\x88\x9b\x52\x8b\xf8\x77\x45\x4c\x62\x70\xdc\x40\x45\xba\x77\xf1\x29\x58\x91\x8b\xe3\x63\xa8\xe2\x2e\xd4\xd7\x0c\x29\x11\x49\x98\xa8\x9d\x09\x15\x1e\xb2\x2f\xaa\xf6\x17\xa0\x6a\x49\x69\x15\x21\x88\x76\xca\x57\xa6\x7b\xbf\x16\x92\x12\x8e\xa4\x91\x4a\x6b\x8e\x43\x15\x2a\x62\x10\xdb\x1b\x28\xec\x55\x03\x8d\xa8\x41\xdb\xe3\x2b\xac\x31\x2f\x49\x10\xb7\x9b\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\x46\x14\xe3\x08\x6d\xb6\xaa\x3b\x31\xa3\x69\xe0\x12\x4f\x47\x0b\x55\x58\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\x8a\x19\xde\x46\xbc\x7c\xc0\x52\x4f\x65\x0d\x22\x0b\x56\xf5\xa0\x7b\xff\xf5\x06\x91\xa7\x2e\x0f\xae\x9f\xa0\x62\x51\x22\xdb\xbe\x2a\x8c\x25\x59\xe7\x5c\x3d\x6e\xe6\xd8\x08\x99\x27\x30\x63\x6c\x23\x7a\x30\xeb\x1c\xac\x30\x86\xe8\xba\xe8\x52\xe1\x58\xd4\xed\xc4\xa5\x9e\xeb\x82\x1b\x81\x00\x5b\x47\xf6\x21\x76\x72\x9b\x05\x8f\xb0\x23\x62\xd9\x3d\x12\x4f\x5e\x0c\xde\x5a\x61\x6b\x5b\x3d\xd7\x82\x6b\xda\x27\x2f\x71\x17\xee\xcf\xb5\xde\x7a\xe1\xda\xd8\xa7\xa6\x71\x71\x5a\xc2\xcb\xc5\x69\x68\x08\x84\x02\x66\x9f\x30\x30\xaf\xd8\xe7\x52\x2f\x72\x73\x43\x7d\xc1\x7e\x6c\x32\x46\xcd\x4e\xc7\x95\x56\xc6\x06\x3a\xfa\xa4\x42\xee\x79\x49\x78\xf5\xa2\x57\xc6\x6d\x5e\xe2\xe3\xa5\x81\x3f\xd2\xee\xfc\xca\xe8\x40\xdb\x3b\x2a\xe4\xa0\x61\xaa\xbd\xe9\xea\x0a\x7e\x40\x22\x35\x6a\x6f\x4a\x67\xcd\x7d\x92\x95\xcb\xd8\x55\x61\xa7\xc9\x3e\xf7\xe0\x11\xdc\xbc\x16\x4b\x50\xf2\xe1\x8c\xd8\x3e\xa7\xce\x56\x5c\x9f\xe2\x04\xc3\x4a\xb1\xc8\xc7\xe0\xc3\xa8\x65\x4d\x7b\x8a\x49\x71\x33\x85\x3e\xe0\x17\x3a\x09\xda\x06\x02\xd5\x59\xd3\x36\x94\x9a\x49\x6e\x63\x4b\x88\xa5\x35\x66\x5e\xdb\x14\xd1\x10\x66\x97\xb5\x95\xdb\x46\x80\xfc\xfb\xe2\x2f\x4d\x0f\xc0\xf7\xab\xdb\xa4\xc7\xe6\x1e\x20\xd9\x09\x27\x6d\x5d\x5a\xf0\x21\x9e\x16\x02\xd7\xde\x0f\x70\x28\x8b\xd5\xb7\x00\xea\x7b\x7d\x40\x1e\x28\x21\xb9\x51\xe8\x12\x52\x1b\x32\xb5\xb3\xa8\xaf\xa1\x00\xa6\xae\x88\x2a\x2d\xac\x65\x1c\x3f\x39\x8a\x70\xb9\x41\x72\x10\x5f\x8b\xdc\x2d\xa2\xf6\x86\x20\xba\x34\xc4\x05\x1a\x53\x56\x1c\xef\xd2\x22\xa3\xdb\x3d\xc5\x48\x88\xb5\x0c\x30\x3a\xb9\x2c\x48\x8b\x34\x4a\x08\xa9\xac\xd6\x6e\x5a\x6d\x71\xe7\x10\xee\x81\x68\xef\x86\x0a\x17\x2c\x04\xc3\x40\x21\xbe\xfb\x01\x8f\x58\xcf\x03\xa1\x79\x8e\x98\x6f\xc8\xda\x76\x1c\x5d\x4b\x0f\xc7\x14\x94\xb0\x10\xe9\xd2\xcd\xd2\xf2\x9a\xb7\xda\xcb\xe0\xa3\x36\x2e\xab\xef\xfe\xfe\x24\x04\x5a\x98\x4c\xd6\x65\x90\x28\x2a\x35\xf7\x00\x72\xf7\x24\x59\xfe\x52\x02\x5e\xa3\xb5\xc7\x2b\x5d\x16\x44\xc2\x5b\xa1\x1b\xc0\x6d\xf2\x42\xe9\x74\xad\x82\xf5\xbd\xda\xab\x07\x0d\x01\xf7\xda\x66\x6a\xac\x05\x3d\xfa\x77\xaa\x21\xfe\x9d\x67\xa1\xc4\xbd\x56\xc9\x66\xa4\x1b\x35\xc4\x94\x65\x2f\x4c\xa5\x4f\xdd\xbf\x93\x0d\x19\x6f\x2b\xc6\x4c\x16\x83\xc6\xe2\x94\xe9\x35\x28\xb9\xa3\x31\x8b\x28\xb3\x97\x3e\xd5\x58\x5e\xc7\x11\x89\x0d\x49\x1d\xd5\x95\x40\x1a\xeb\x4f\xba\xca\x54\x6b\x34\x84\x4a\xb3\x6c\x48\x66\x6e\x56\xe2\x5a\x63\xf8\xaa\xd8\x55\x63\x36\xb3\xa3\x46\x5a\xe3\x02\xea\x85\xbe\xc0\x10\xa0\xb8\x31\xbe\x4a\x50\x6d\x9d\x2a\xb5\xf4\xf4\x86\x3c\x8f\xdc\xfd\x01\xb1\x27\x5c\x20\x5b\xd9\x42\x40\xeb\x8b\xc8\x34\x24\x92\x89\xb3\x67\x31\x28\xf7\x49\x17\x69\x83\xa2\xa5\x44\xd7\x36\xc8\x24\xa5\x83\xb5\xb1\x50\xe3\x3e\x79\x2d\x9d\xb1\x39\xd6\xa8\x02\x8b\x4e\x31\x07\xab\x34\x0a\x59\x9e\xd7\xbe\x30\x21\xb8\x58\x32\xc7\x3c\x62\x67\xba\x89\x3f\x00\x2b\x97\x1e\xd8\x96\xd0\x25\x89\xbc\x2d\xa1\xcb\xb8\xdd\x09\x76\xf6\x27\x90\x4f\x65\x4b\x68\x3b\x3d\x79\x1e\x82\x3c\xc3\x63\x20\x5a\x4c\x17\xeb\x94\x76\x10\x97\x1a\x12\x49\xc5\x2f\xb5\xbe\x31\x38\xcb\x3e\xfd\x46\x09\xca\xcc\x9d\x12\x92\x14\xea\x86\x82\xe6\xba\xcb\xa7\xb4\xb3\x4d\x90\xcc\x11\x70\x59\xe4\x8b\x93\x22\xf4\xaa\x19\xf1\x34\xe3\x58\xb3\x69\x27\x6f\xce\xd0\x52\x9d\xf4\xfb\x7a\xc3\xd2\x46\x23\xc9\xa2\x5d\x14\xfb\x8d\x95\x8b\x20\x69\x48\xde\x09\x67\xe5\xb5\x4d\xe9\x25\x59\x4a\x6c\xd7\x9a\xb4\x26\x09\xe1\xa5\x59\x59\x6a\x90\x5e\x9c\x8b\xd4\xa6\xf0\x92\xca\x8f\x6e\xcf\x2b\xed\x26\xa5\x48\x34\x6e\xc8\x73\x28\xde\x33\x90\x6c\xaa\xa3\xf5\xd7\xed\x3b\x56\x39\xdb\x4d\x8a\xf6\x42\xde\x8b\x34\xb4\x0e\x37\x05\x30\xb3\x14\x56\x1c\xb7\xf6\x83\xeb\x0b\x63\x31\x75\x21\x36\xc9\xfe\x84\xf6\x90\xfc\x8c\x85\x29\xdb\xa4\x17\xd8\x90\x6d\x9c\xcd\xda\x1e\xb2\x13\xc3\xc0\x1a\x8b\xc6\x1a\xef\x47\xb4\x36\xd4\xe8\x91\x4a\xaf\x07\x3c\xd3\xc4\x6f\x70\x83\x62\x6a\x22\x97\xce\xbc\x04\x2d\x55\x47\x0a\xae\x2b\xa3\x96\x0e\x1f\x56\xcb\xaf\x07\xbc\x53\xc8\x5f\xa0\x04\x84\x24\xae\xce\x2a\xe3\x0e\x9e\xe8\x1b\x45\xf8\xe4\x37\xb8\xcb\xba\xda\x28\xbe\x2a\x0b\x42\x67\x26\x83\x23\x90\xfa\x32\x3b\x69\x53\xf4\x29\xf1\x44\x97\xf8\xea\x61\xa0\x07\xb7\xa9\x14\x48\xd3\xe9\x88\x69\x2a\x9b\x3b\x20\x01\x1a\xc8\x40\x76\x24\x4d\xa5\x47\x1e\x10\x22\xea\x8e\x5a\x34\xba\x33\xa3\x74\xa4\xdd\xea\x9a\x8e\xd2\x99\x66\x6b\x63\x59\x8f\xdc\x16\xd9\x6f\xd0\x50\xee\x17\xb8\x2d\x24\xbc\xe2\x36\xcb\x66\x29\xa8\xf3\x86\x7a\xb1\xf6\x9e\x70\x63\x84\xdf\x47\x6a\xc0\xcb\xc6\xd0\x51\xbb\xc6\xbe\xe8\x9e\x0a\xa2\xc5\x84\xc8\x44\xb1\xc9\x98\x65\xde\xac\x27\x89\x10\x25\x27\xf8\xf4\x25\xe2\x18\xd3\x19\x1b\x53\x02\x46\xcf\xc8\x57\x33\x56\x32\x47\x30\x1e\x33\x8b\xaf\x0b\xa4\xcc\xc5\x76\x07\xe4\x4f\x9e\xd4\x32\x0f\x0d\x77\x49\x91\xc4\x5d\x14\x0a\x9c\xd2\x22\xfb\x94\x72\x62\xf3\xac\x50\x3c\xc6\x99\x58\xbd\x64\xf8\x40\xd5\x63\xe1\x81\x26\xb5\xb5\x23\x36\xdf\x1b\xab\x17\x94\x2d\xa9\x1e\x11\x19\x14\x9e\x25\x42\xf3\x9d\x95\xd7\x19\x94\xf4\xfa\x7d\x81\xac\x59\x4e\x29\xaa\x35\x4f\x12\x85\x63\x54\x57\xba\xf4\xba\x38\x94\x7a\x64\xa0\xbd\x35\xe9\xce\x5b\x60\x1c\x5d\xd1\x2b\x93\xef\x35\x07\x14\x83\x51\x95\xda\xd2\x97\x50\xe4\x6d\x86\x08\xa4\xb2\xb9\x4d\x18\xd4\x01\x2c\x48\xb6\x28\xf5\xb6\x46\x14\x90\x0d\xbb\x2c\xf8\x05\x9e\xe9\xc9\x2f\x20\x8c\x77\xf8\x85\x85\x06\xcd\xaa\xaf\x4d\x25\xbc\xc0\xeb\x36\x9c\x94\xd4\x59\xbd\xc5\xbc\x00\x25\x05\xed\x5c\xea\x9d\x76\x12\x4f\x93\xe5\xb1\x1d\xa6\xd4\x79\xcd\xa7\x4d\x08\x7d\xb0\xba\xa8\xbe\x18\xe4\x68\xd2\xde\xfb\xa0\x91\xb3\xfa\x0d\xe4\x7a\x07\xf7\xd0\x09\xe5\x8f\x4c\x75\x7d\xa0\xe0\xa4\xd8\x7c\x5f\x06\x27\x43\x88\xcb\xfa\x2d\x8b\x76\x38\xc0\x7c\x22\xf7\x7d\xc1\xa3\x95\x41\xad\x94\x26\x03\x46\xdf\x17\x47\xd5\x0c\x58\x2b\xd0\x7a\x77\x67\x3d\x6b\x33\x02\x18\x8f\x8a\x14\xb0\xce\x5a\x81\xd6\xab\x3b\xc3\xdc\x25\x0e\xf7\x29\xc8\xa4\x62\xd6\x83\xc8\x9b\x62\xb4\x1f\xa4\x05\xbf\xbf\xa3\xad\x85\x3d\x08\x80\x40\x46\xed\x94\xe1\x54\xaf\x0e\x53\xd2\xe6\x63\x04\x61\x34\xd5\x73\x64\x48\xba\x23\x1d\x3a\xe3\x68\xac\xda\x77\x66\xa2\x3a\x48\xaa\xc3\x09\x56\xa4\x47\xf4\x13\x05\x3b\xcc\x7f\x59\xde\xda\x2e\xff\x7e\x92\x37\xb9\x7d\x82\x7d\xba\xcd\x95\xf3\x42\xc0\x05\xf6\x32\xf2\x76\xe6\x99\x5a\x08\xe8\xb0\x14\x15\xe3\xf1\x62\x3c\xae\x81\x82\xe9\xa8\x78\xf1\xaf\x15\x60\xac\x95\x40\xf1\x94\x17\xf9\x5c\x8b\x1a\xb4\xd8\x30\x36\x15\xc9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x49\xbb\x33\xd4\x3d\xbf\x7a\x3c\xf1\x82\x27\xc1\x73\xa8\xfa\x01\xa8\x25\x78\x44\x10\xa8\x14\x9f\x7e\x33\xa8\xc0\x93\x58\x12\x98\x57\x93\x4e\x37\x9b\x49\x3a\x9c\x6c\x25\xf9\x05\xae\x95\x86\x60\xb1\x40\xcb\x3a\xfd\xa6\x45\x4c\x88\x44\x6c\xfa\x8b\x20\x51\x12\xdb\x95\x0b\xfa\x4d\x18\x35\x49\x58\x9e\xaa\x99\xd7\xc3\x92\x6a\x9a\x03\xe2\x83\x5e\x47\xc0\x94\xd6\xd2\x66\xea\x82\xe1\xa9\xf8\x64\x44\x74\x90\xa5\xbb\xb1\x81\x7b\x6a\x0b\x8e\x0d\x49\xcc\xa2\x9d\xb1\xf1\xfd\xa1\x36\xb2\x7f\xb5\x6a\x63\x23\xf3\x94\xa8\x36\x36\x12\x9b\x70\x38\x60\x17\xb2\x44\x32\x90\xaf\xa9\x2b\x35\xcb\x08\xe4\x63\x32\xf3\x8c\x29\x15\xa5\x2e\xfb\xc4\x08\xeb\x8e\x49\xb5\x11\x23\x13\xfc\xfb\x40\x52\x45\x55\x7b\xc7\x4d\x44\x9a\x02\x5c\x6f\x25\xbb\xff\x13\x49\x49\x6e\x93\x6e\xb4\x06\x83\xb9\x97\x4e\x97\x1c\x71\xd1\x85\x66\x1d\x23\x72\xa2\x35\x24\x0c\x41\xc3\xa7\xd8\x88\x6b\x3b\xf8\x0b\x10\x4a\x76\x97\xe0\xcd\xd2\x56\x07\x2d\x43\xe9\xd5\xe5\xc0\x39\x28\x28\x23\x67\xa5\x59\xa3\xd6\xb3\xa9\x7f\xc0\x0e\x64\x3b\xfb\x58\x66\x20\x89\x86\x83\x19\x9a\x0e\x96\x1b\x89\x69\x0d\xea\x11\xee\xc1\xf2\xfa\x80\x32\xf4\xeb\x05\x58\xb3\x64\x36\x1d\x70\xf6\x15\x23\x1a\x62\x99\x6f\xb1\x2a\x23\x2d\x5a\x10\x5a\x12\x76\x64\xfe\x91\x3e\x34\x96\xd0\x26\x03\xca\xc8\x04\x48\x47\xfb\x40\xb9\x40\x1b\x79\x46\x5e\x77\xc4\x6b\x0a\xb0\x54\x95\x57\x0f\xf0\x1d\x15\xff\x0e\x6a\x2f\xee\x10\xf0\xbd\xda\x0f\x76\xa7\x56\x11\x1e\xbc\x22\xf9\x67\xc0\x2e\x65\xdb\xca\x58\x76\x29\x6d\xef\x51\x90\xce\x26\x26\x36\x20\xc2\x35\xaf\x2a\xea\x44\x3b\x52\x6e\x50\x82\x13\x6b\x1f\xb8\xc7\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\xfc\x1f\x31\xa8\x41\x11\xcf\xc1\x0e\xa3\xd0\xa4\x24\x6b\xdf\xa8\x9c\xa3\x40\x66\xba\xa5\xe5\xff\x41\xa1\x4f\x82\xc9\xa8\x9c\xa3\x3b\xc0\x4d\x33\x12\x5b\x47\x05\xa3\x2f\xfe\x9e\x31\x97\x7e\x1f\x2c\xaa\xb8\xcd\xf4\x1e\xf7\x4f\x2d\xa8\xfb\x01\x18\xbf\x04\x9f\x51\xa9\xd3\x7a\x6f\x54\x5c\x73\xe1\xcd\x55\x17\x25\x69\x4e\x6d\xad\x93\xde\x40\xf6\xa5\x75\xbb\x01\xb7\xa4\x6b\xe5\x0d\xd4\x94\x2e\x12\x4c\x46\x5b\xeb\xe0\x1e\x17\x90\x82\xa1\x51\x21\x30\x29\x20\xb6\xcb\x05\xca\x46\xc7\x11\x2b\xd1\x65\x74\xa8\xb0\x06\x69\x8a\x90\xc9\xc7\xdd\x60\x2e\xa5\x57\xbe\xa3\x4e\xd7\xf0\xf7\xf4\xac\x9b\x35\x2f\x91\x52\x56\x9c\x81\x42\x28\xc5\x9c\x99\xc9\x97\x0e\x39\x18\x63\x9d\xf2\x9a\x15\x4a\xa1\x54\xb3\xda\x65\x42\xf3\xa0\x03\xd5\xe8\x0c\x34\x4d\x6a\xf6\x84\x8e\xc1\xea\x11\xfe\x60\x32\x63\xdd\x4a\x5c\xc6\x00\x4c\x32\x8a\x8e\x41\x72\x34\x7d\xa2\xda\x89\x8b\xe0\x8c\x1d\xa9\xeb\x3a\x81\xc7\x4e\x1d\x5a\x68\x5e\xe6\x32\x49\xef\x03\x52\xa7\x8b\x69\x0d\x56\xe8\xf3\xf9\xb3\x93\xfd\x0f\xf7\x40\xa5\xda\xf4\xb6\xaf\xf3\x40\x68\x60\xb9\x13\x47\x5a\x0c\x94\xa8\x2e\x12\xf2\xc6\xb1\xce\x03\xa1\xfe\x58\x50\xa9\xcf\x83\x81\xc6\xc2\xcb\x81\x04\x81\x57\x9b\xb7\xdf\xb9\xc7\x45\x4e\x7e\x30\x17\xcf\x0a\xea\x60\xb0\x95\x35\xd4\xc1\x4b\xff\xbb\x59\xc1\x12\x34\x87\x1f\x54\x40\xed\x36\x2d\x3b\x5e\x4d\x44\x68\x3b\x5f\x7e\x9c\x4b\x04\xd3\xb4\x4e\x4a\x37\x9a\xd5\x92\x34\xbd\x0b\x20\x58\x06\x7f\xb0\x8a\xee\xa9\xc7\x8b\xaa\xbf\xa7\x81\x32\xd4\x2e\x0e\x32\x20\x57\xba\xe8\xe5\xa0\xd0\x57\xfd\x3b\xf7\xbe\x59\xf2\xb2\xc9\x99\xea\x59\x52\xef\xc5\x8f\x90\x90\x18\x73\xfc\xd1\x21\x04\x13\x9b\x95\x1a\x5e\x34\xdd\x6c\x9e\x1d\x37\x39\x83\x66\x8c\xf2\x79\xcd\xd4\x74\x23\x21\xd3\x3b\x06\x51\x58\x69\x78\x15\x6e\x02\xfc\x7a\x83\xdc\x4a\x1a\xef\xa0\xb7\xd1\xbe\xe1\xc1\x0a\x7a\x8e\x03\x19\x2c\x1d\xe2\x38\x90\x81\xc0\x2d\xbb\x6c\x06\x6b\xe0\x39\xbc\x65\x30\x70\xcb\xbe\xe1\x01\x2b\x9d\x53\x90\x07\x02\xb3\x9c\x42\xbf\x6f\x1b\x7b\x88\x7a\x10\xb0\x32\x59\xed\x84\x80\x6b\x7f\x40\x11\xa8\xf8\x05\xf0\xf9\xe6\x17\x28\x3a\xea\x20\xd9\x97\xe8\x38\xfc\xe0\xe6\x98\x1f\xa0\x76\x5c\x42\xa2\xbb\x02\xcb\xce\x7b\xf6\x1c\x67\xb1\x87\x45\xf4\x5d\x0f\xd6\x7a\x55\x3d\x80\x12\xda\xfd\x05\x0e\xd0\xe6\x0f\x0e\xa6\xcf\x05\x3d\x00\xc5\x35\x77\xb0\x80\x32\x10\x10\xd9\x8d\x08\x38\x12\x2d\x24\xec\xcb\x4b\xa8\x13\x75\x8f\x6b\xb5\xfc\x00\x52\x80\x88\x7c\x5f\x26\x37\xd1\xc8\x4e\xe9\xd0\x31\x11\xb8\xbc\x3c\xd5\xe8\x1e\x58\xb5\x4d\x2c\x6a\x8f\x0b\x97\x7e\x80\x6d\x20\x39\x7d\x4f\x6b\x3d\x87\x1e\x20\x6b\xd6\x60\xc3\x0b\xe8\x48\xa1\x9d\x26\x32\xed\xd4\x1d\x69\x77\x76\x34\xed\x99\x51\x33\x3a\x33\xf7\x4c\xa0\x45\x62\x3b\x8a\x59\x58\x1a\xdb\x33\x6f\x88\x13\xcd\xed\xb4\x88\x39\x4a\x62\x67\xda\x9c\x6d\x1c\x7b\x41\xaa\x9e\x8e\x93\x9d\xe2\x8c\xe3\x09\x76\x0a\x27\x5e\xde\xba\x90\xaf\x69\x54\x86\x6a\x0c\x3f\x40\xf1\x45\xcf\xa3\xd2\x61\x16\xfd\x02\x28\xa4\x7b\x08\x10\x44\xf7\x07\x64\x41\x12\x0e\xf6\xe5\x72\x73\x97\x2c\xbd\x60\x4b\xfe\x4e\x69\xc1\xfe\xca\xbd\x51\x23\x37\xd5\xb5\x07\x64\x2a\xd4\x74\x5a\xd6\x74\x40\xec\xac\xde\x6b\x73\xf3\x3e\x16\xf2\x84\x7f\x54\xdb\xb5\xf9\x79\x67\xcc\xb4\xdd\x40\x3b\x0d\x46\x76\xba\xec\xf4\x7f\xd9\x2b\xb3\x0f\x4e\x5d\x60\x0e\x32\x33\xad\x28\xdc\x61\xcd\x16\xeb\x7d\xac\x79\xe8\x01\xbc\x5d\xcd\xf6\xe6\x7d\x27\x99\x48\x43\xdd\x77\xb2\x01\x59\x27\x76\x1a\x75\x6c\x55\xdc\x19\x79\xec\x28\x92\x9d\x09\x56\x56\xcb\xf7\x83\x39\xe6\xde\x1f\xc7\x62\x6f\xee\x74\x2d\x81\x26\xcf\x03\xd6\x21\x9e\xb8\xfe\x3f\x5b\x68\xdc\x51\x15\xb7\x0c\xff\x0e\xdd\xa0\xbb\x03\xa6\x0f\x7b\x03\xa1\x1c\x81\xcd\xe0\x3b\x82\x86\x8a\x4e\x8a\xfd\x5c\x4b\x28\xdc\xb0\xc4\x98\x35\xdb\x9d\x96\x9d\x1c\x7f\x14\xe1\xbd\xf3\x74\xf6\x06\x3d\xa1\xe7\x76\xb7\x51\x82\xda\x7b\x85\xd5\x08\x6c\x1c\xdb\x71\x47\x59\x35\x77\x85\x43\xcc\x41\x2b\x3b\x2d\x34\xc3\xbf\x13\x87\x3a\x49\xf7\x8b\xcb\xaf\x83\x69\xe7\x9d\xbb\x0e\x33\xd9\x61\x51\x19\xe6\xae\x74\x69\x99\x80\x56\x71\x00\xf3\x88\x9b\x30\x08\x46\x54\xa7\x2d\x3e\x12\x98\x90\xe5\xea\x30\x3b\x8f\x4f\x9b\xf0\x76\x3a\xb4\x6c\x6b\xdd\x9f\x35\x86\x3e\x61\x54\xb3\xab\xbd\xec\x88\xbe\x09\xb6\x6a\x1c\xdb\x9a\x47\xd3\x83\xc0\x37\xaa\x1e\x74\x76\xea\x07\xb8\xed\x42\xba\xe9\x01\x6f\x90\x1d\xde\xc7\x06\xf2\x12\xdb\x39\x10\xdc\x52\xb5\x7d\x0f\x1e\x54\xb6\xda\x1d\x81\xa6\x24\x49\x16\x07\x4e\xa6\x91\x5e\x6f\x5c\x7c\xa0\x37\xe2\x12\x14\x34\x08\x22\x56\xca\xeb\x05\xf2\xd3\xea\x17\x76\x40\x91\xd5\x86\xd1\xb7\xba\x4d\xde\x26\x9d\xe1\xa0\x2f\x47\x67\xf6\x01\xa3\x41\x15\x03\x38\x52\xe6\x34\x34\x64\xe2\x3c\xfd\x01\x77\x66\x74\x8f\x37\x5e\x10\x22\x33\xa9\x52\x20\x66\xea\x9f\xa2\xe3\x03\x17\x44\x55\xed\xf5\x03\xf9\x49\xbe\xc8\xe2\xc8\x6b\x67\xfb\x85\x45\xa6\xea\x92\x55\xfa\xfd\xc5\x54\xe3\x73\x15\x5d\x1f\x85\x4c\xcb\x30\x32\x32\x57\x32\xc0\x01\xb5\xbd\x8a\xee\x0f\x5c\xa6\x6a\xf7\xe4\x81\xeb\xf8\x9d\x2f\x70\x20\x19\xa9\x67\xf7\x87\x3b\x6b\x4d\x3c\x85\xba\xa1\x20\x5e\xc7\x5a\x74\x07\xc8\x87\x32\x92\x58\xf2\xc8\x68\xaf\xab\x38\xbc\xda\x04\x50\xeb\xc8\x38\xe0\xea\xf7\x49\xbe\xe2\x7e\x07\x94\x70\xdd\x94\x5f\x0e\x28\xdd\x3d\xfb\xf7\x05\x91\x70\xc8\x50\x14\x9b\xa9\x0f\xf8\x65\x7c\xcd\xd2\x81\xcc\x70\x5b\x2e\x0f\x54\x23\xb5\x65\xf1\x68\x04\x51\x53\x44\xa0\xaf\x6f\x0c\x2f\x07\x74\xee\xea\x55\x6b\xa0\x55\x83\xbc\xfc\x36\xcd\x10\x30\xa5\x45\xc6\xce\x03\xa1\xc0\xd5\x20\x76\x9e\x2c\x32\xf8\x1e\x48\x8e\x4a\xaf\x85\x41\x72\x54\x7d\xbd\x40\x72\x8e\xee\x12\xea\xa6\x78\xe4\xc1\xbb\xa1\xac\x8f\x1e\x08\x1e\x76\xed\x80\xa3\x23\x07\xff\xd5\xc6\x6d\x64\x92\x68\x8e\x4e\x9d\xaa\xf9\x85\x03\x36\x27\xe1\x09\x81\x2e\x2f\x46\xc3\x7b\x53\x9b\x41\xe4\xca\x48\x32\x38\x98\x4e\x25\x9e\x7b\x50\x89\xef\x72\xaf\x1e\x8c\x8c\xb1\x4f\xf8\x18\xf0\xaf\x9a\xd3\x0c\x5e\xf2\x16\x7f\x72\x37\x6b\x39\xe0\x66\xb2\xff\xff\x18\x2c\x20\xe9\x36\xca\xb7\x98\x33\x0e\x78\x1d\x5f\xf0\xa1\x6e\x9b\x37\x0b\x84\x8a\xd7\xba\x0f\xdc\xa5\x25\x0d\xff\x40\xc8\x8d\xa3\xa4\x0e\x88\x18\x55\x92\xed\xb1\xb3\x06\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xa4\x7f\xf7\x0a\xa0\x5a\x53\xf5\x12\x33\x53\xca\x9e\x88\x83\x16\x02\xbb\xfb\x0e\x58\x08\x1c\x9c\x7d\xec\x3c\x59\x65\x45\x3f\x68\x20\x30\x8b\x5a\x19\xe1\xfa\xe0\xa0\xe1\x52\x2b\x82\x62\x4b\xf6\x92\x1e\x48\xad\x4a\xaf\x36\xcd\x2a\xa6\x7d\xf8\xb1\x5c\x6b\xf4\x38\x78\x39\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x1f\x4a\xdc\x39\x58\x40\x55\x16\xb0\x83\xf6\x04\x7b\x32\x0e\x78\xb2\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\x67\xe3\x40\x41\x55\xa7\xec\x1d\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x9d\x57\x96\xdc\x8f\x25\xe0\xc8\xe8\x7e\x50\xc0\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x04\x0c\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\x29\xee\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x25\x97\x9f\x9c\x3a\x67\xc4\x46\x90\xb7\xea\x5c\x56\x96\xe6\x07\xb0\x97\x8b\x5f\x9d\x91\x27\xb5\xf6\xe2\x89\xdb\x55\x7d\x5d\xeb\xc9\x60\x6c\xfb\x42\x4f\x56\x08\xf0\xd9\x7d\xb2\x42\x80\xe3\x96\x4f\x46\x67\x3b\x0e\xf9\xa4\xd9\xe5\xd5\xe6\xe1\xec\x95\x4f\xd4\x2c\x74\xfa\x9d\xf0\xc2\x59\x4b\x3f\x59\x44\xe0\xb5\x74\xbc\x82\xf5\xb5\x76\x2c\x1a\xe0\xd0\xe5\x33\xb1\xea\xaf\x26\x86\x22\x01\x76\xe4\x9d\x09\xc5\xba\x8c\x19\x94\x08\xb0\x56\x7f\x4e\x09\x3c\x59\xd1\x38\x59\x05\x55\x87\xc9\x99\xd7\x7d\x51\x6a\x53\xb2\x13\x66\x33\xef\xac\xd2\x1c\x51\xe4\xd4\xf1\x5d\x27\x8a\x9a\xea\xce\xfd\x72\x22\x5e\xdc\xa9\xfb\x27\x52\xed\x1c\x49\x7d\xa2\x1a\x80\x8b\x8b\x9d\xf0\xca\xd9\x4b\x77\x22\x5a\xbc\x1a\x21\xf0\xca\xf9\x38\x3e\xe1\x95\xd3\xa5\xff\xe5\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\xf1\xfd\xd5\xec\x17\x39\xcb\x5a\x77\x81\x08\x81\xdd\xaa\xfd\x49\xaf\x9a\xbd\xdc\x67\x45\xfd\x0a\x9d\xc7\x27\x8a\x09\x38\x50\xf3\xac\xf1\xfb\xab\x55\xe9\xda\xe7\xb2\x5b\x49\xbb\x3f\x11\x9f\xde\x4c\x37\xb8\x7f\x60\xbc\x06\xa0\xba\xd8\xfd\xe0\xc4\xac\x45\x25\x0c\xa4\xb2\xc1\xee\xac\x44\xab\x7b\xc4\xb2\x9b\x6c\x1a\x15\x69\x33\x19\xc6\x96\x9b\xfa\x51\xba\x49\x17\x84\x97\x13\x81\x55\x55\x36\xac\x13\x66\xaf\xda\xbd\xd0\xcb\xec\x65\xc6\xba\x44\x78\x2f\x55\xe3\x21\xef\x3e\x3b\xd9\x8c\x3b\x65\x32\x5e\xf1\x86\xe9\xb4\x4a\x88\xdd\x9f\xa8\xa5\x54\x75\xa4\x9d\x9d\x91\xc1\x46\xd5\x40\xee\xad\xb9\x2b\x2e\x04\xa8\xb2\x48\x9d\x83\x5b\xd0\x3d\x20\x5b\xaf\x56\x7f\xb0\xa0\xf4\x17\x6b\x08\x41\xc9\xd2\x48\x3e\x47\x4f\xde\xd4\x6f\x5e\xb7\xec\x62\x26\xda\x9d\x52\xba\xcf\x00\x16\xed\x37\x37\xda\x69\x20\x30\xd9\xef\xbc\x46\x4d\xf3\x46\x38\x95\x3d\x11\xe7\x4e\xf4\x7b\xfd\x76\xfa\xde\xb4\xc0\xf0\x84\x35\x4f\x8b\x77\x55\xd9\x53\x7b\x1e\x01\xe7\xa4\x3e\x38\x16\x62\xf4\x05\xe5\x5a\xe3\x81\x97\x57\xd9\x30\x77\x2e\xc3\x9c\x89\xec\x20\xcd\xb8\x0d\x29\x50\xf6\x85\x13\x86\xbb\xf2\xea\x91\x7e\x31\x4d\xf2\xe0\x1c\x0c\x22\x17\xdb\xbf\x83\xa8\xa5\x13\x9e\x08\xa6\xaa\x32\x1e\x9c\x94\x3a\xcd\xab\x58\x40\xc0\x9e\xdd\xf3\x24\x8f\xef\x3f\x72\x0f\x9d\xbc\x56\xb5\xfb\xdc\x5c\x0e\x2d\x89\xc1\xe7\xb5\x08\x58\x48\x44\x5c\x53\x6d\xfe\x62\xed\x4b\x81\x88\xa0\x71\x97\x04\x3c\x79\x0b\xaa\x24\xae\xf3\x5e\x8a\xb2\x7a\x40\x82\x9b\xe3\x24\xce\x9b\x23\x68\x11\x6e\x28\xce\xe6\x0c\xa8\x4a\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\xe0\xe8\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\xe9\x58\xbb\x56\x9c\x52\x51\x1b\xa4\x26\x4a\xb8\x10\xb7\xe4\xcb\x2a\x2f\x44\x7b\xfb\x06\xde\x0b\x9e\xa8\x3a\x3c\x1e\xa7\xa4\x19\x04\x6e\xcf\xea\x07\x38\x07\xa5\x45\x5e\x71\x4d\x49\x53\xa0\x8c\x24\x8b\xf0\xc5\x7b\x47\x6d\x4a\xbb\x56\x98\xd2\xab\x0b\x66\x14\x78\xd0\x88\x3c\x8d\xec\x2f\x18\x31\xe3\xdf\xe9\x86\xd0\x8e\xbf\x12\xc5\x7b\xed\xf0\x0b\x16\xc1\xe1\x54\xa0\x2b\xad\x2d\x27\xb0\xd2\xda\x01\x5a\x0a\x46\xfe\xd8\xb2\x73\xe1\x8e\x78\xab\x7e\x57\xe6\xe9\xe8\xc5\xca\x0b\x6e\x8d\xca\x9b\x41\x1d\x05\x76\x2d\x6f\x94\x76\xfe\xc5\xa2\x44\x76\x14\x5f\x08\xe9\x76\xa5\xf3\x0b\x45\x8a\x7c\x24\x5f\x14\x43\x64\x8a\xbe\xa6\xd8\x91\x86\x69\xb4\x50\x63\x6e\x7e\x01\xe8\x97\x2d\xfb\x62\x30\x50\xf6\x07\x94\xec\x9a\x5f\xa0\x20\x92\xdc\x03\x40\xd0\x3e\xbb\x2a\x91\xeb\x05\xac\x8b\x48\x35\x6f\x56\x89\xb4\xdc\x70\xa1\xe6\xa3\xcd\x6e\x57\xe5\x71\x69\xdc\x52\x4e\x18\x7e\x01\x11\x43\x52\xa2\x2f\x04\xcf\x6c\x46\xf5\x12\x0b\x0c\x35\x0d\x7b\xda\xcc\x17\xc5\x02\x59\xba\x2f\x96\x11\x77\x8a\xd4\xc5\x22\x46\x4e\x16\xba\x56\xd1\x22\x9d\xe9\x17\x0a\x8b\x9b\xe5\x5d\xcc\x16\x73\x12\xd5\x85\x12\x8d\x8e\xaf\xbe\x50\xa4\xc8\xd5\x6d\xae\x25\x25\x34\x7f\x40\x91\xce\xbb\x11\x55\x89\x7c\x5f\xee\x45\xa9\xc1\x78\x43\x41\x45\x57\xa5\xbf\x06\x19\xbb\xb7\xe7\x72\xa7\x79\x71\x06\x37\x93\x37\x34\xa3\x65\x5e\xbb\x6b\xf0\x08\x7f\x0d\x42\xa1\xcd\x3c\x81\x57\xb0\xbf\xf6\x1f\xe2\x63\xa6\xea\xf9\x83\xd3\xe8\x1a\x0b\xb1\x9a\xf5\x4e\x6d\xc3\x34\xbc\x13\xb1\x6e\xd3\x27\x25\x21\xe2\xda\xb9\x6f\x24\xdc\x5f\xfb\x82\x48\x88\x40\x01\x45\x2b\x82\x17\x62\xb2\x7d\x5b\xc6\xc5\xba\x41\xf6\x8f\x5e\x70\xdf\x15\x3b\xcc\x2f\xd6\x1a\xb7\x23\xf8\x3a\xb8\x7a\x02\x02\x51\xd8\x9b\xac\xd7\x17\x0e\xf9\x16\xdc\x23\x91\xa2\x69\x9e\x6b\x29\xd4\xc1\x49\x3b\x8d\xb9\x3d\x8c\x4b\x4d\xfa\xf1\x75\x32\x58\xaa\xf8\x01\xac\xac\x3e\x0d\x70\x35\x4f\x93\x4e\x75\x9d\x3c\x23\xbd\xfc\x17\xec\x65\x26\x59\x56\x11\xb2\xfd\xeb\xba\x80\x6a\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x7e\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\x46\x9a\x89\x01\xb2\x8a\xa5\x9f\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x65\x4a\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x07\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\xe6\xdf\x9b\xdc\x6f\x5c\x4a\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x87\xf7\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xac\xbd\x71\x81\x63\x93\x18\x73\xc3\x3a\xe2\xec\xfe\xbb\x50\xf4\x1e\x3f\x32\xcb\xdd\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\xf4\x62\x67\x3f\xa0\x6d\xd3\xa4\x57\x58\xc8\xa6\x18\xa2\x07\x7d\xea\x8b\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\x0e\x2b\x67\x28\x8c\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\xd5\x8a\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\xf5\x2c\x76\x82\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x55\x18\x6f\xe4\xe0\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\x28\x9b\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xae\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\xac\xe3\xae\x11\x07\x62\xe1\xcd\xa3\x28\x2c\x6d\xee\x90\x37\xbb\x74\x77\x48\x8f\x91\xda\x48\xc5\xf7\x3d\xf3\xf7\x1e\x09\x91\x90\x02\xcf\xe0\xeb\x62\xdd\x7b\x87\xb9\xc2\x51\x1b\xf7\x0e\x45\x56\x9a\xf0\x8d\xe8\xe2\xcd\xa4\xb5\x2f\xf2\x16\xde\x61\x74\x79\x25\x86\xde\x3b\x2f\x99\xd5\x42\xd1\xbb\xf8\x62\x6b\x3b\x18\xa3\x0e\xa0\x1b\x46\x97\xf0\xda\x31\x2b\x98\x58\xc7\xf8\x0d\xa3\x8a\x9d\x46\xf7\x01\xef\x82\x59\x2d\xbd\x85\xe6\xfe\x47\x07\xed\xf8\xfd\x41\x10\x34\xed\x83\x0a\x98\x84\xbe\x1b\xb7\x25\x5a\x0f\xb9\x51\x87\xb1\x39\x54\xe8\x46\x7d\xa3\xe6\x0d\x03\xf9\x6a\xf3\xb6\x3f\x21\xc1\x15\xb7\x71\x66\x3a\xd4\xfc\x46\x8e\x5a\x70\xda\xe6\x7d\x2e\x72\x71\x97\xa4\x60\x21\xf2\xe2\x6a\x0a\xd3\x0c\x25\x76\xbc\xd5\x4d\xd3\x8b\xa3\x91\xee\x6b\xc5\xfe\xa9\x0d\x89\xcb\x14\x7a\x2d\x3c\x08\x86\x6b\x01\xe5\x31\x20\x05\x1a\x2f\xd7\x02\xd2\x40\xe1\x8a\x56\x7f\x80\x02\xd4\x36\x70\xde\x37\xce\x59\x59\x4e\x6e\xb8\xef\x9a\xcc\x82\x37\xe2\xa1\x6c\xc3\xbb\x79\x75\xa1\x5d\x94\x37\xf2\xc7\x5e\x77\x3d\xdf\x37\x64\x61\xef\x12\xb8\xd7\x7c\xdb\xc3\xfd\x70\x44\x75\x00\xef\x9a\x0b\xf2\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x40\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x5c\xf5\x14\x90\xee\xdf\x9b\x5f\x80\x35\xdf\x5b\xe4\x41\x15\x05\xcf\x88\xde\x38\x07\xfc\xdc\x28\x09\xd9\xaa\x3b\xa4\xfb\xe1\xd3\x7e\x36\xda\xd8\x7e\x76\x1b\xc4\x03\xdf\x9d\xdd\xca\xcf\x46\x4f\x97\xb6\xf0\xb3\x01\x21\x92\xf4\x1f\x94\x4e\xda\x74\xda\x3c\xf0\xd5\xbd\x2e\xc0\x7c\x50\x4b\xe9\x95\x30\xfc\x30\xf6\xcb\x11\x48\x0f\x22\x9b\xed\xda\x7e\x70\x7b\x8a\xb9\xc8\x43\xf1\x4c\x26\x91\x07\xb1\x60\xdb\xf0\xef\x93\xcc\x1c\xec\xff\xb0\x1a\xb6\x43\xd8\x1e\xb8\xf3\x5c\x0b\xec\x41\x35\x6c\xd7\x64\x78\x28\xce\xc9\xa2\xf2\x30\x0c\xda\x73\x0e\x48\xf2\xdf\xfc\x3d\x42\xe0\x25\xf7\x3f\x08\x46\x73\x35\xb2\x07\x37\x20\x5a\xc5\x7f\x02\x4f\x2f\x01\xb8\x2e\x40\xd4\x56\x7b\x50\xa9\x60\x14\x0f\x70\x13\x45\x86\xe8\x01\x59\x69\x46\x31\x40\x7d\xd2\xef\x71\x6d\x5e\x0d\x11\x69\x0f\x2f\x7e\x40\x66\xed\x65\xc0\x05\xe1\xf6\x37\x3e\xac\x5c\x20\xc6\xfa\xac\x8a\xdf\x9a\x54\x24\xaf\x96\xa0\xfe\xe0\x32\x16\xe7\xa6\x3c\x11\xbb\xbd\x79\x00\xee\xf6\xe0\x11\xc0\x92\x64\x6c\x79\x18\x43\xfd\x02\x9a\xce\x3c\x09\xc1\x4f\x42\xb2\x8a\xf8\xc7\x93\xe8\xc9\xd6\xac\xe1\xca\x7b\xa5\xa8\x3e\x48\xb1\xb3\x7e\xfe\x20\xc5\xae\x35\xb7\x91\xea\x6b\x69\xee\x41\x3d\xcd\x57\x86\xf2\x03\x67\x9f\x6d\x0e\x4f\xa2\x21\x54\x0c\xe3\x41\x3d\xf0\x91\x3d\x24\x43\x10\x8c\x16\xb8\xfb\x5e\x49\xd2\x0f\xfc\x7d\xce\x51\x7d\xf2\x5a\x09\x75\x91\x71\x3b\xbc\xc9\x87\x05\xa2\x1c\x50\xf7\x64\x4e\x43\x40\xc1\xf6\x66\x87\xfa\x03\x53\x9b\xf3\x29\x9f\xbc\x0e\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\xcc\x13\xcc\x97\xc5\x3f\xbc\xc6\xd0\x51\x3f\xcf\x12\x4c\xa5\xc0\x3c\x05\xd4\xd0\xdd\x26\xe7\x35\x66\x61\x8c\x6b\xd5\x30\x80\x5c\x64\x8e\x7d\x2a\xa9\xc1\x78\x43\xcd\x29\xc7\x70\x3f\xb8\xd2\xc5\xf9\xf8\x0f\x7c\x7c\xcd\x61\x84\x0f\xa2\xf8\x5e\x59\xd5\x0f\x53\xe9\xc6\xf0\x18\xd0\x04\xbb\xbf\x80\x79\xb6\xb8\xcd\x3b\x15\x34\x4b\xd4\x9c\xb2\xa6\xf9\xa0\xba\xc2\xe6\x85\xa9\x10\x99\xbc\xf6\x15\x73\x32\xda\x98\x39\xf7\xc2\x33\x24\x63\xfb\xe7\x9e\xc6\xdb\xc1\x04\x20\x04\xe5\xe6\x6b\xfb\x1f\x58\x07\x9b\xe9\x11\xf7\xbb\xf8\xa6\xa8\x87\xe5\x19\x1c\x61\xf7\x34\x84\x32\x49\x7d\x7e\xda\xce\x17\xdc\x03\x28\x3c\xfb\x83\x45\xe1\x5a\xa8\x46\xe6\x63\xf6\x49\x61\x58\x02\xd0\x03\x61\xd8\xf9\x34\x0f\xaa\x55\x39\x5c\xe3\xa1\xf9\x51\x0a\xc6\xd3\x39\x87\xf6\xa3\x03\x08\x21\x83\xdd\x3c\x81\x11\x83\xe6\xdd\x34\x55\x4a\x61\x7b\x50\xf8\xaa\x0d\x03\x33\x48\x04\x9a\x1f\xaa\x8d\x36\x9f\x16\xb0\x5c\x0e\xaf\x39\x2f\x3c\x97\x98\xf3\x20\x40\x30\x38\x73\xfe\x81\x03\xb4\x39\x1a\xf4\x41\xaa\x80\xa3\x96\x1e\x38\x40\x9b\x94\xd4\x07\x99\x03\x21\xbb\x9d\x70\xed\xa9\x3a\x64\xe2\x80\x23\xe4\x1e\x88\xea\xbe\x01\xed\x19\x9c\x93\x3f\xc0\xde\x1a\x1e\xf0\xe4\x1c\xfd\x60\xc1\x2c\x2c\xa1\xba\xba\x6d\x26\x0f\x65\x79\x13\x32\xfc\xa9\xae\xfa\xf8\xec\x8b\xee\xd4\xe3\xbe\xf6\x92\xbf\xe0\x31\x6e\xb4\xec\x04\x52\x43\xee\x03\xaa\xb6\x7f\x87\x86\xb3\xb9\x47\x32\x04\xe9\xee\xcf\xce\x28\x00\x1f\xb3\x3b\x76\xcf\xf0\x0b\x0c\xac\x70\xfb\x21\x08\x1a\x12\xe5\x29\x1c\x2c\xfa\x1c\x38\xa7\x4d\x98\x90\xf4\x93\x8b\x26\x3c\x07\xf7\xbb\x56\xe6\x58\x5c\x4c\x43\x20\x10\x30\x78\xa9\x61\x3a\xf5\xc5\xc3\x0f\x44\x7d\x87\x63\x3f\x30\x9d\xda\x0d\xfd\x9c\x44\x9b\xcc\x03\x0f\xc2\xf8\x6c\x90\x7e\xce\xc5\xdb\xfd\x80\x1b\x58\x06\x84\x87\xb5\x4e\x1d\x35\xf7\x40\xf8\x6f\xf6\x41\x3c\x34\xb6\x76\xb7\x2f\x04\xa5\xa9\x07\x08\xea\xbe\xcf\xf5\x81\x0f\xd5\x35\x40\x1f\xe4\x1d\xa4\x57\xfb\xc2\xfb\x02\xe9\x42\xa4\x91\x44\xd4\x07\x52\xb9\x75\xdb\x07\x1e\xd5\x57\x95\x85\x87\x75\x1e\x1c\x5b\xfc\x20\xac\xce\xd7\xcf\x3d\xf7\x9a\xa4\xf0\x76\xaf\x49\xfa\x0d\xda\x10\xcc\x09\x6f\xca\xc1\x5a\x19\xde\x18\x5e\x92\x5f\xb8\xd8\x85\x70\x0f\x51\xbe\x7b\x2d\x20\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\x5e\x06\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\x43\x9a\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xae\x11\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\x22\xb7\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xfa\x93\xa0\xec\xba\xf1\xae\x42\xe9\x41\x75\x43\xea\x87\x1c\xb7\x75\x43\xa9\x52\x55\x6a\xaa\x1b\x0a\x52\x54\xe3\x10\xd2\xb2\xd2\xd1\xeb\x16\x89\x00\xc1\x8f\xe0\x38\x65\x9c\xd6\x2d\x72\xfe\x5a\x14\x56\x05\x53\xf4\x50\xdd\x90\x80\x28\xbf\x51\xdd\x70\x41\x78\x37\x82\x70\x6f\xa1\x4b\x91\xd4\x0d\xc6\xd6\xaa\x92\x6c\x75\x9b\xc2\x6f\xee\x51\x20\x66\x0a\x5c\x59\x84\x03\x41\x55\xf5\x5c\xea\x86\x8b\x06\x7b\x72\x3b\xa1\xed\x0e\x80\x83\xa8\x11\x97\xd3\xb8\xba\x43\x6e\xfb\x2c\x20\x79\x75\x60\x32\xed\x65\xc2\x24\x34\xc1\x89\xbc\x25\xad\x2a\x73\x4f\x14\x53\x5c\x37\xdc\xc7\xdd\xdd\x86\x24\x2b\x9f\x4d\xdd\xe8\x45\x56\xf4\x5e\xdd\x90\x8c\x32\xbc\x10\xcc\x45\x51\xa5\xa8\xba\xc1\x8d\x9c\x4d\xbb\x10\x64\xfb\xab\x4d\x10\x05\x12\x4b\x42\x14\x4d\xb2\x70\xbb\xe9\xfd\xca\xed\xa6\x95\xad\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x7a\xc7\x77\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x6c\x68\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x0d\x44\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\xda\x4f\x8a\xc7\xd5\x0d\x1e\xfa\x6e\x4a\x39\xa8\x92\x79\x8b\xb2\x2e\x5a\xf1\x01\x7b\x92\xad\xbd\x1e\xa0\x8e\x9f\xa5\x00\x54\xab\xe8\xa6\xad\x13\x3a\x87\x91\x7e\x2e\xa4\x6b\x4c\x46\xf2\xbd\x8e\x07\x14\x35\x53\xa9\xcb\xba\xc1\x23\xdf\xbd\xa3\xae\x25\x36\x68\x88\x8b\x7b\x50\x3b\xe2\x22\x8e\xdc\xa6\x01\xd9\x8c\x0a\xf5\xf0\x37\xe3\xec\x5a\x20\x08\x26\x58\x98\x15\x8e\x58\xb7\x6b\x91\xb3\x61\xa2\xe8\xea\x36\x2a\xca\x9a\x55\xdd\x94\x11\xd5\x01\x0c\xcc\xdd\x9c\xeb\x5e\x78\x55\x07\xcb\x83\x2f\x34\x2e\x0b\x73\xd5\x24\x6e\x10\xaf\xb9\x3b\x45\xdd\xe6\xdf\xd7\xd2\xa9\x47\x5e\x8f\x6d\xb6\x40\x31\xb5\x69\x84\x07\xc1\x5a\xde\x2d\x0f\x21\x10\xc8\xb0\x40\xbf\x76\xf0\xb3\x98\x82\x46\xa4\x0b\xfe\x75\x04\x3e\xa8\xf0\xe5\x13\x0c\xe1\x84\xaf\x75\xa2\xd0\x6a\xd1\x89\x05\x66\xcb\xeb\x01\xed\x49\x12\x25\x02\xea\xe9\xfb\xa0\x0f\xc8\xef\x95\x2f\xa1\x06\x5e\xa8\xad\x5a\x39\x35\xc0\x6a\xec\x75\x0a\x1b\xa8\xb1\xfa\x03\xee\xa7\xe6\x07\x70\xba\x88\xdb\x06\x14\x56\x33\x8f\x08\x1b\xf5\x85\x17\x08\x04\x5a\xa7\x60\xd8\xb8\xf4\xfa\x82\x11\x8b\x4a\x94\xa9\x21\xc0\x86\x6a\x18\x28\xe5\x0a\xf1\x21\x30\x51\x40\x98\x0e\x61\x01\x29\x34\x04\x12\x70\xf6\x27\x30\xcc\x79\xda\xc8\x39\x0e\xc9\x6d\xaa\x03\xc5\x0f\x48\x1d\xd9\x40\x3c\xe0\xa6\x9a\x45\x44\x9c\x8c\xb8\x6d\xa0\x58\x2b\xf2\x0b\x71\x61\x5a\x78\x88\xa0\x47\x51\x7c\x40\x9a\x46\x17\xb3\x0d\x2b\x2b\xa3\xfa\x05\xc6\xf2\xbc\xba\x84\x38\x20\x92\x0f\x09\x20\x78\xf1\x13\xcf\x31\x77\x89\x7b\x8f\xba\x28\x34\x30\xe5\xa2\x18\x86\x95\x72\xe1\xe5\x4f\xd0\xc3\xc5\xac\x42\xa2\x41\xdc\x8b\x05\x43\x6d\xab\xd9\x6f\x00\xa8\x26\x3c\xa0\x44\x6d\xef\xfe\x1d\x4a\x90\xd1\x90\x20\x95\x69\x1b\x06\x5e\xd3\xa8\x0c\x9d\x1a\x28\xdc\x76\xcd\x2a\x73\x12\xfe\x7d\x4d\xc2\x3d\xd0\x89\x27\x66\x14\x32\x31\xed\x1e\x70\xeb\xbc\xd7\x36\xaf\x49\x09\x66\x0a\xbb\x9e\x24\x62\x0d\xbc\xf3\x03\x2f\xce\xee\x1e\x91\xa7\x80\xbf\x47\xcd\x6e\x9d\x0a\x01\x89\x19\x7d\xa8\x3f\x84\x1e\xbc\x68\x09\x16\x56\x25\xdb\xd6\x50\x18\x49\x58\x7f\x52\x3f\xae\x06\xca\xb5\x43\xa3\xf1\xb2\x24\xa5\x0c\xd5\x50\x51\xc5\xcf\xe0\x54\x0a\x02\xc2\x47\x5d\x47\x92\xe0\x47\x56\x75\x1f\x7e\x01\x17\xf8\x05\xff\x0e\xc6\x15\x3d\x00\xf8\xd2\x10\x7e\x2a\xb7\xb8\x29\x13\x85\xca\x86\x29\xb7\x12\x64\x11\x05\x04\x55\xf3\xe2\x80\x9c\xea\x3e\xb4\xc6\xac\x63\x56\x4c\xb9\xb0\xb6\xf6\xae\x29\x35\x10\xc5\xf0\xef\x9c\x81\x3b\xac\x98\x81\xdb\x20\x89\xae\x19\x2c\xeb\xac\xc9\x94\x71\x09\xc9\x6b\xde\x16\x47\xf0\x10\xe4\xb5\xe6\x84\x0d\x93\x0c\x6e\x33\xef\xcb\x8c\x0e\x95\xcf\x5e\xbc\x14\x16\x52\x39\x72\x6a\x80\x01\x74\x48\x73\x0c\xbc\x6e\x49\xf6\xa3\x1a\x78\x5b\xb6\x65\xe3\x00\xd1\xd5\xca\x78\x40\x30\xe7\x26\x69\x2a\xc0\xe0\x39\x36\xff\x9e\xd1\xf6\xef\x15\x6d\x4d\x92\x81\x9b\xd5\x5b\x63\x20\xef\xd3\xcc\x1b\x06\xce\x3e\x44\x09\x83\x20\xfb\xf7\xb5\xf2\x42\xf4\x58\x58\xf2\x90\xd4\x20\x24\xc1\x85\x9d\xda\x6d\x57\x9f\x3b\xaf\xca\x52\x9f\x2b\x58\xc1\x98\xdf\x21\x11\x49\xca\x0c\x2b\x38\xa1\xf8\x8b\xc9\xee\x6d\x58\x09\x3b\x4d\x33\x26\x50\x64\x88\x0c\x49\x95\x01\xb1\x9e\x63\x73\x8f\xf4\xdd\x1a\xd1\x08\xfe\x1c\xb2\xfe\x04\xc4\x7a\xbe\x58\x0a\x13\x99\xa5\xed\x86\x55\x97\xc5\x6c\xee\xa0\x3b\xd9\xf4\x84\xd8\xcf\xe1\xa5\x3b\x78\xf7\x84\x37\x21\x44\x49\x99\xc7\x6b\x38\xe9\x39\xf4\x36\x46\x62\xb2\x6e\x88\xaf\x01\x82\xa3\xea\x09\xd6\x80\x7a\xba\x9b\x61\x44\x2c\xc3\x08\x6e\x0f\xb4\x85\xd6\x93\x10\x09\x42\xd4\x59\x51\xbc\x5f\x0d\x27\x91\x24\x00\x11\x3a\x3a\xcc\x15\x58\x5c\xd7\xc4\x75\xad\x75\x13\x80\x17\xed\xc8\x3e\x8f\xae\x85\x66\x3f\xa0\x2a\x66\x5e\x76\x2d\x6a\x11\x9a\x58\xba\xb6\x98\x57\xde\x8c\x65\xf3\x19\x86\x50\x83\x21\x35\x27\x30\x72\x33\x99\x9b\x23\x55\x78\x98\x3a\x6e\x4a\x0b\x66\xcf\xf7\x5a\x3c\xad\x36\x6f\x17\x28\x66\x27\x4c\xfe\xad\xde\xba\x28\x4f\xbb\x99\x24\x21\xfb\x0d\x2f\xde\x92\xfd\x3c\x8f\x87\x40\xf8\x03\xf0\x82\x57\x07\x1d\x04\xe6\x0e\xb0\x38\xe6\xd9\x0f\x16\x43\xf6\x98\x80\xcc\x92\x61\x96\x8c\x60\x03\xdd\x26\x59\x03\xcc\x97\x43\x7a\x51\x84\x60\xa8\x6b\x5e\x6a\x64\xe1\x17\xc5\xca\xd4\xc8\x9b\x05\xea\xf6\x93\x1a\x3d\x35\x6e\x3c\x42\x9a\xfb\xa3\xed\x43\x47\x40\x64\xac\x40\x76\xff\x98\x80\x58\x55\x44\x6c\x80\xb2\x0c\x6a\x44\x1e\x8b\x57\x2d\x06\x14\x08\xf6\xf7\x01\x89\x66\xdd\x6d\x1a\x6b\xb2\xda\x48\x42\x90\x4c\x18\x91\xd5\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x52\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x38\x4a\x92\x71\x64\x20\xa8\x7c\x14\x35\x42\x64\x1c\xc9\x2f\x30\xa4\x43\x27\x4c\x8c\xb4\x83\x4b\x31\x8b\x91\xc9\xca\xfe\xa2\xb1\x4b\x8d\x19\x69\xbe\x7f\x7d\x01\x3a\x4a\x6e\x1f\xfc\xc2\x5d\x10\x6a\x2d\x24\xcc\x99\x55\xbb\x25\x26\x10\x4e\x76\x9b\xe1\x49\x3a\x9a\x23\x2e\x35\x78\x01\x0d\x99\x32\x35\x23\x9a\x95\x71\xa2\x5f\xa0\xad\xd1\x4b\x99\x0e\xe8\xf0\x7e\x81\x67\x88\x44\xc0\x88\x68\xd3\xa4\x28\xab\x1a\x91\xc9\x5b\xdd\x86\xc5\x34\x1b\x68\x18\x4c\x87\xcc\x0e\x91\x37\x3d\xa9\x96\x4e\x8d\x4c\xb4\xb1\xb1\x24\xd2\xf7\xaf\xc0\x8e\x1a\x99\x79\x63\xe3\x48\x9c\x52\x65\x6c\xaf\x2e\xfa\xf7\x57\x7d\x61\x16\x35\x77\x55\x97\xb8\x46\x08\x91\x4a\xa1\xae\x91\xb7\x47\xd9\x32\x11\x79\x39\xf8\x6b\x44\xac\x84\x04\xe1\xc8\xaa\x71\x8a\x36\xa8\xb1\xd0\x60\x29\xe9\x3c\xb2\x9e\x4f\xf5\x2c\xa6\xe0\x19\x6d\x9e\x88\x85\xb3\x12\xcf\x8f\x90\x44\xad\x21\xc4\xb2\x66\x29\x4c\xb1\xa2\x8f\x78\x63\x2c\x4c\xb6\xf4\xb6\x28\xd8\x16\xa6\x6a\x86\xb9\xca\x31\x5e\x63\xe1\x34\x34\x44\x25\x01\x09\x4f\xcc\xf5\xa9\x46\x2c\xcc\xac\xc3\x88\xe3\x75\xe3\xd5\x88\xaa\x38\xc8\x64\x0b\x88\x34\x83\x56\x03\xbd\xea\xe2\x7a\x48\xa6\xad\xea\x28\x8c\xf0\xe6\x07\x03\xdd\xb8\xb1\x24\xe7\xc4\x46\xc7\x89\x60\x68\x5c\x4c\x7f\x40\xe5\xac\xfb\x03\xfa\xfe\xbc\x16\xb8\xf2\x7c\x48\x92\x8a\xcc\xf8\x95\xb3\xbe\x46\x5c\x79\x3e\x8a\xdb\x08\x1b\xf5\x2c\xe1\xbc\xaf\xde\x05\x70\xd6\xcb\x1d\x5e\x23\x0c\xab\xc3\x3b\x9b\x81\xac\x06\x00\xd7\x7f\xba\x10\x49\x8d\xb8\x69\x4a\xd7\xbc\xd5\x88\xc2\xba\xb6\x36\xc4\xc1\xd0\x59\xa3\x6d\x4a\x8f\xc9\x67\x52\xa4\xf4\x68\xea\x62\x39\x1d\x93\x02\xa5\x49\x33\x40\x16\xc9\xed\x7e\x1f\xf5\x2b\xbc\x4b\x07\xb5\x72\x43\x08\x23\xe8\xf0\x32\x21\xd0\x35\x6f\xdb\x8f\x8e\xa0\x01\x59\x58\x67\x74\x64\x5e\xb1\xd4\xe7\xb8\xf3\x54\xef\x7e\x80\x22\x7f\x26\xc4\x29\x04\x96\xcd\x27\xcc\xc1\xeb\x5b\xf4\xfb\xc1\x13\x51\x02\x51\x3c\x18\xd8\x2b\xf0\x59\xeb\xd6\x44\xc2\xe2\x34\x2f\xde\x89\xa4\xde\xe1\x25\x3a\xe8\xdf\xd5\x7c\x71\xdb\xd4\x30\x51\xa1\xb2\xde\x30\x2b\x5d\x4e\x6b\x93\x29\x6c\x87\x43\x66\x8b\x48\x11\xd0\x08\x45\x16\xf0\xf0\x0a\x51\x04\x94\x7a\x1f\x29\x02\x36\xf7\x87\xd3\xa1\xb9\x3f\x10\xb1\x64\xd2\x08\x07\x76\x7a\xf5\x7f\x73\x86\x9a\x01\x82\x59\x87\x77\xe2\x92\x09\xf5\x01\x4c\x93\xc3\x44\xce\xfb\x16\xcc\x7f\x50\x16\xd7\xfa\x45\xbc\x48\x72\x02\x78\xc9\x94\x5e\x55\x94\xae\xa9\x16\x94\x22\x8a\xf9\x0d\x73\x13\x64\x17\x0d\x13\x1d\x92\x8b\x94\xb9\x50\xe3\xb5\x76\xb2\x1f\x1c\xd8\x47\x9e\x02\x71\x20\x32\xb8\x80\x03\xb3\x06\xde\xae\xd0\xdc\x66\x1d\x37\xb7\x17\x15\x08\x42\x54\xc6\xcd\x96\x6c\x6e\x94\xa9\xb0\x60\x81\x4b\x39\xc7\xab\x43\xe0\xd4\x07\x2c\xec\x90\xc3\xdf\xd3\x5d\x5e\x2d\xdb\xc1\x5d\x6e\x4b\x52\x7c\x28\x9c\x49\x29\x8b\xc8\x0d\x1a\x3e\x70\xe9\x3e\x37\xce\x50\x45\x77\xf3\x71\xb9\x9c\xe3\x5e\xf7\x15\xdb\x6a\xa4\xa0\xd2\x4c\x32\x6f\xa1\xb8\x29\x42\x4d\x10\x2f\x75\x03\x7b\x4d\x1b\x29\x7b\xa8\xbd\x18\xb0\x1f\xf0\xa4\xd2\x71\x99\x36\xc6\x46\xb8\x47\x90\xb2\xe4\xcb\xc4\x52\x33\xd5\x6d\x3a\xae\xab\x3b\xa0\xa4\x23\x91\x39\x51\x02\x15\x9a\xd2\x46\xed\x5a\xbb\x23\x2d\x43\xa4\xb6\x43\x0a\xc8\x25\xd0\x7e\x4d\x74\xc8\xab\x96\x53\x4d\xcb\x12\x29\x96\x97\x56\x3a\x51\xf5\x1b\xd0\x03\x9b\xc7\x80\xe5\x3c\x68\xf5\x13\xf3\x85\x24\x56\xa4\xc8\x2d\xec\x76\x87\xa5\x52\x98\x8c\x83\x30\x68\xc8\x65\x37\x14\xc5\x27\x88\x78\xdb\xf0\x0b\x3c\x89\x92\x5f\x78\x60\xae\x12\xa6\x12\xc5\x08\xf1\xe1\x94\xb8\xeb\xb4\xc9\xd2\xb2\x13\xca\xde\x92\x78\x25\x82\x2d\xd1\x29\xa1\xf8\x59\x77\x9f\x73\xd7\xa8\x72\x60\x4d\x30\x03\x9a\xd5\x25\x44\x67\x36\xb7\x97\x19\xd0\x88\xca\x94\x02\x8c\x88\xbc\x60\x50\x97\x30\xe3\xd9\xbf\x9b\x32\x37\x9e\x51\x95\x69\xd3\x91\x5d\x2b\xb1\x30\xaf\x81\x86\x1d\x4f\x09\x05\x35\x65\x1a\x7d\x7f\x74\xd1\x6a\x4d\x99\xfb\x54\x10\xa3\x5c\x8b\xa2\x71\x6a\xe2\xa5\x09\xd5\x38\x28\x4c\x78\x90\x99\x2b\x2d\xf1\x2c\xf9\x13\x18\x0a\x5f\x6d\x04\xad\xbf\xda\x9d\x1f\xb8\x07\x1e\xa9\x62\x16\x89\xd1\x9d\xf6\x16\x25\xc8\x67\x0a\xff\xac\xa9\x52\x0f\x6a\x7e\x40\x66\x20\x06\x97\x6a\xc3\x39\x28\x2c\xc1\x8b\xad\x8b\xaa\x6a\x42\x49\xc5\x61\xfa\x82\x35\x70\xbc\x7e\x67\x68\x80\xd7\xb6\x2e\x02\x14\xa6\x50\x74\x51\xf5\x0b\x6b\x6a\xd4\x29\x64\x06\x48\x8d\xe6\x16\x81\xd4\x78\x10\x9a\x42\x1b\x95\xfc\xe1\x37\x70\x12\x9a\x38\x5a\x03\x57\x77\x8f\x0b\x73\x82\x12\xd7\xab\x47\x73\xac\x29\xd0\x25\xdd\x8d\x52\xd3\xba\x1b\xd4\xec\xa2\x91\x5d\x78\x53\x2c\x7b\x9f\x64\xe5\x84\xb2\x8c\x3e\x7a\x52\xa7\xa9\xc2\x98\xe9\xf4\x18\x69\x8c\xbe\xa6\xa5\x31\x78\x43\xbb\x0d\xf4\x89\x55\x16\xb3\xbb\x24\xee\xfd\xc1\xda\xfc\x5a\x0c\x5c\x8e\x60\x03\x5e\xea\xdc\x77\xfe\x1d\x44\x6b\x12\x1c\xf4\xd0\x7a\xdf\xb1\xba\xb2\xd7\x8a\xd7\x71\xf9\x00\x4d\xcc\xfe\xb6\xbb\x26\x51\x0c\xd4\x69\x93\x06\xcb\x22\x69\x96\x4b\xec\xf3\x36\x1b\xdc\xa8\x9e\x15\x2a\x25\x66\x33\xe2\xe5\xfb\xf6\xde\x1f\x84\x5a\x68\x81\xef\x7b\x48\xcf\x49\xbc\x8c\x54\x9a\x52\x82\x2f\x7c\x98\x13\xe0\xb2\x85\x61\x46\xc0\x04\x29\x5b\xe4\x13\x5c\xe1\xd5\x73\xe0\x1d\x5f\x36\x3f\x24\x44\x59\x0e\x33\x40\x14\xa9\xb1\xf9\x24\xc1\x04\x19\x5f\x1d\xcc\x39\x2a\xc3\xa6\x26\x5a\x20\x5f\xdf\x83\xbc\x5e\x10\x72\x8f\xe8\x0c\x4e\xb4\x38\x4a\x1d\x48\x0c\xa1\xf4\x89\x0a\x47\xf8\x30\xf1\xa1\xee\x73\x33\x92\x0f\x1e\xd9\x86\xe8\xb8\xa7\xb8\x2b\xdb\x6f\x3a\x37\xb4\x35\x03\x16\x46\xb4\x23\x26\x21\x84\xd2\x0e\xd4\x34\xa5\xd1\xb2\xf9\xa4\x3a\x49\x08\xd2\xf4\xd2\x94\x46\xcb\xe6\x2d\xc4\x08\x4a\x3b\x26\xd2\x14\x3f\x8b\x92\x6f\x6b\x5a\xe2\xa4\x24\xe8\x74\x32\xed\x48\xed\x29\x4e\xa6\xcd\xb4\x77\x51\x03\xb6\x1c\x31\xe5\xc9\xa2\x44\xd6\x9a\x2e\x9e\xd0\x12\xf2\xd3\x85\xf8\x00\x89\xe0\x69\x8a\x7f\xc9\xae\x8b\xc4\xc2\x86\x92\xa5\xd2\x45\xd1\xc7\x72\xc6\x4d\xa1\xc0\x2b\x07\x79\x2f\x98\x91\xdc\x09\x20\x08\x6d\x37\xc3\xbb\xbc\x87\x6f\xce\xda\x1d\x60\xcf\x3a\xce\x28\x21\x60\x32\xbd\x76\xf9\xcd\xa4\xc7\x1f\xb9\x83\xd2\xc3\xd3\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe5\x74\x1b\xee\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xa9\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1a\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x48\xd4\x76\xb8\x4b\xde\x1e\xf4\xf0\x41\x62\x0e\x64\x43\x3a\xa6\x32\xcc\x7b\xc3\x9a\x44\x0e\x40\x73\xf0\x0b\xf9\xfb\xab\x29\x0f\xbb\xe6\xc0\x49\x0c\xb5\x1b\xde\xaf\x6a\x77\x76\xe8\x07\x10\x07\xbb\xdb\x3c\xfc\xc5\x5b\x33\xca\xce\x0c\x5d\x4e\x50\xf3\xca\xe5\x11\x67\xcb\x08\x46\x1c\xba\x9d\xa0\xe6\x48\xc1\x49\x8c\x2a\x47\x62\xca\x5f\x74\xb4\xdd\x25\x79\xe3\xf0\x83\x45\x1c\x9a\x07\x2a\x57\xab\x94\x41\xcd\x53\x9a\x4b\xba\x38\xa4\x66\x86\x1f\xaa\x4c\x49\xcd\x4c\xde\xb1\xfb\x24\x27\xec\x5b\x31\xc7\xcc\x64\xef\xfc\x7a\x40\x20\x35\x04\x7c\xbc\x0e\xac\xcb\xb4\xc7\x65\xaf\x77\x5a\xd5\xff\xd4\x66\x68\x92\x17\x07\xf6\x36\x15\xe8\xa9\x99\xc9\xdb\xf6\xaf\xe4\x0c\x66\xe4\x21\x32\x0d\xec\xb2\x8e\xe4\x82\x1b\x39\xc5\x19\x32\xa3\x05\xb3\x31\x59\x48\xe5\xf2\x36\xe4\xc2\xc3\xb4\xfb\x01\x6e\x09\xdd\xdc\xa6\xeb\x5a\x67\x65\x2e\x8c\x62\x11\xcf\xcc\xcb\x96\x55\xfc\xe0\x62\xd8\x80\x50\x55\xd6\x4c\xd5\x69\xa5\x0f\x5e\xd8\xaf\xe4\xa2\x12\xae\x73\x5d\x70\x6a\x26\x95\x84\x29\x28\x2a\xac\x08\xd1\x1f\x50\xce\x30\x61\x56\xec\x15\x59\x15\x32\x8d\x57\x2a\x12\x53\x73\x23\x19\xca\x13\x94\x1b\x16\x34\xfa\x05\xc4\x6c\x88\xe1\xe4\xb6\x9c\x53\x82\x09\xb9\x28\xd6\x10\x72\x5b\x98\xf1\x0b\x0b\x11\xea\x02\x69\xd5\x0e\x03\xc9\x9d\x87\x41\xf1\x83\xc6\x2f\xb4\x60\x1d\xa4\x1f\xfd\xc2\x5a\x72\x21\x82\xf6\xa8\xec\x2d\x3b\x02\xbb\x10\xb2\x59\xc0\xae\xf9\x0b\xf0\x04\x31\xef\x3c\x45\x93\xb2\x99\x27\xa0\x22\x73\x7a\x7d\x4f\x32\x94\xd2\x98\x07\x42\x46\xab\x3b\x64\xb9\x51\xc1\xcc\x5b\x9b\x1c\xdc\x9b\x29\x68\xd8\x36\x99\x77\x2e\xaf\x0e\x98\x0c\x6f\x66\xf0\x5a\xec\x84\x49\x93\x5a\x92\x85\xec\x0d\x79\xe7\x29\x29\x91\x2d\xef\x38\x2f\xa4\xb7\x66\xd8\xad\xec\x40\xcd\x4c\xcf\xc8\xa6\x20\x64\x5a\xab\xb6\x6e\xcd\x3b\x8f\x55\xc1\x88\xaa\xcd\xcd\x2c\x05\x31\x77\xcd\xfb\x9f\x89\xd8\x36\x9f\xe7\x83\xe5\x7b\x04\xc1\x94\x2d\xca\x96\x7e\x92\xa8\x5a\xf3\x01\xb3\x5a\xf4\x68\x94\x6c\x24\x8a\x67\x5c\x25\xea\xd3\x25\x9f\x38\xc3\xa5\x7f\xe4\x75\x9f\x84\xa4\xbf\x7c\x02\x85\xc9\x1f\x60\x07\x49\x2b\xca\x27\x55\xe2\xea\x1e\x76\x1e\xa8\xc2\x00\x6a\x2c\x37\x6f\xa9\x13\xd1\x68\x52\xf4\xf3\x2a\x77\x67\xca\xba\xd6\x3a\x0b\x05\x14\x34\x24\xaf\x65\x1a\xaa\x3c\x24\x0d\x55\xd6\xe3\xf3\xb5\xe8\xdf\x5d\x82\xfe\xa5\x98\xe5\x29\x89\x94\xcd\x7b\xee\x46\xf4\xbf\x49\x8d\x72\x85\x8f\x4c\x96\xa8\x69\xe6\xc2\x37\x35\xb9\xe1\x1e\x48\x5a\xc2\xd3\x4d\x3c\x09\x24\x18\xa2\xac\x76\xe5\x9b\x7c\xdd\x7c\xe2\x06\xa7\x91\x04\x98\x1f\xee\x48\x7f\xf1\x04\xf4\x28\xac\x3c\xc0\x8a\xb9\xc0\x83\xa3\xc6\x84\xf3\x90\x2b\x18\xd1\x14\x35\x24\x11\xe6\x87\x0a\x8f\x45\x8b\x07\x58\x91\xec\x92\x1f\x72\x22\x53\xcb\x73\xcd\x17\x7c\xba\xc1\x12\xe5\x28\xd7\xfc\x70\xcb\xea\x2c\x2a\x1b\xe4\x5c\x89\x22\x65\x79\x3e\x65\x65\x2d\xbc\xd0\x49\xa5\x46\x6a\xd9\x40\x6f\x3a\x59\xca\xb6\xba\xd4\x83\x65\x07\x92\xde\x56\xc2\x5a\x1b\x3f\xa0\x5f\x65\xf8\x13\xac\xbe\x0e\xc0\xc2\x5b\x30\xec\xf9\x2e\xbc\x05\x43\xd7\x0e\xd7\x12\xb0\x8f\x8a\xdb\x98\xf8\x6b\x88\x9b\x63\x36\x3d\xe0\xd9\x24\xf6\x57\xa6\xbc\xd2\x9c\x16\x50\x22\x28\x4a\x47\x53\x89\x58\x2d\x9d\x76\x85\x95\x84\x6d\xda\x2c\x91\xe7\x84\x84\xe1\x12\xb1\x3a\x86\x31\x82\x31\xe8\x6c\x2b\x91\x26\x75\xf7\x78\x13\x24\x3f\x40\xc2\xb7\x27\x91\xd6\x62\xa8\x07\xda\xa2\x54\xf7\xa8\x16\x0a\x27\x62\x66\x25\x81\xa8\xc5\xc2\x4b\x02\x62\x45\xf4\x85\x96\x29\x89\x79\x85\x57\xa8\xdb\x8e\x54\x90\x59\x6c\x4b\x41\x41\x95\xe0\xfa\xea\xf0\x81\xe3\x59\x73\xe4\xed\x9c\x36\xb1\x94\xbc\x16\x7b\xe8\x01\x04\x2a\xed\x92\x92\x17\x51\x0b\x86\x4c\x18\xb5\x30\xcc\xb6\x70\x40\x55\xc9\x58\x5b\x71\x9b\x92\xc9\x9f\x3c\x24\xf4\x22\xaf\xec\x72\x0d\x4a\x5c\x2e\x70\x0d\x5a\xc8\x28\xcb\xf6\x24\x51\xb5\x14\x02\x2d\x1e\x5f\x0a\x88\x5c\x0c\xac\x14\xe2\x59\x2b\x03\xd3\x93\x2a\x8d\xd5\x52\x38\x07\xb7\x21\xb9\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x09\xaf\xfa\x77\x1e\xf7\x12\xcf\x4a\x5d\xcc\x45\x30\x23\xfd\xa2\x18\x29\x94\x9c\x4c\x7c\xc8\x11\x8e\x3f\xba\x64\xb5\x96\xba\xd6\xc0\xbd\x1f\x44\x80\x70\x0a\x33\x95\x93\x6a\x0a\x32\x80\xab\x09\xaf\x81\xb7\x79\x0d\xa6\x94\x15\xad\x1e\x97\x06\x6f\x98\x09\xad\xa1\xb6\x80\x78\x63\x69\x40\x98\xec\x6c\x85\x97\x65\x35\x93\xc9\xf2\x10\x4a\xfc\x2c\x9d\xda\xad\x44\xf9\xd2\xd7\xa2\x09\xc6\xbe\x58\xbe\xb0\x8a\xea\x35\xe6\x8e\xa5\xf3\xfe\x04\xe1\x0c\xb9\x13\x3e\x19\x4b\x5f\x40\x68\x16\x9d\x89\xd2\x1e\x12\xb2\x83\x3b\x98\x42\x59\x52\x3d\x83\x5a\xe0\x23\xb4\xa8\x59\x06\xe5\x72\x89\x75\x65\x50\xbb\x88\xfe\x02\xe5\x6e\xbc\x9f\x98\x1a\xa1\xfa\x9f\xb5\xe0\x2a\x4d\xfb\x37\xca\x00\x53\x31\x17\x42\x8c\x99\xee\xa0\xaf\x65\xa5\x4a\x78\x43\x0e\x1c\x5b\xee\x60\x5f\xbb\xc3\x0f\xe8\xfe\x55\x8f\x4b\x68\x93\x6d\xa4\xec\xbc\xab\x59\x43\xd0\x1c\x24\x25\xab\x2c\xa1\x4d\x0a\x4d\xd9\xb9\xd8\xee\x80\x30\xbb\x0d\x4d\xc2\xeb\x02\xf3\x8e\x5d\xd8\x65\x89\x68\xc3\x23\x92\x31\x0a\xe4\x83\x97\xed\xb9\x4d\xbe\x68\x4e\xba\xbc\x93\x3a\x39\xcb\x41\x2d\x40\x02\x45\x61\x8d\x62\x6b\x16\xe5\x00\xeb\x94\x90\x53\x10\xb4\xd6\x9a\x77\x20\x1c\x9a\x16\x6e\x0b\xfd\x95\x9b\xc7\x64\xae\x9f\x66\x79\x90\xbd\xfb\x84\xe1\xdd\x61\xcd\xd4\x70\x42\x60\x30\x9f\x62\x50\x5b\xf5\x62\x9e\x38\x93\xbc\xc9\x69\x64\x32\xdf\x42\x9a\xae\x3d\x92\x85\x36\x26\xaf\xfd\x49\xb5\x3e\x79\x84\x41\x10\xfc\x05\x0c\x63\xe6\xd6\x27\xce\x28\xf3\xa1\x73\x4d\xc2\x43\x22\xab\x4a\x36\xf6\x72\x91\x51\xbd\x1e\x80\x33\x78\xdf\x5e\xdc\xa6\xc6\x3c\xef\x84\xaf\x5e\x7e\x08\x83\x96\xd4\xca\xc5\x3d\x60\x91\xe3\x82\xcc\x6f\x8a\xbd\x40\x4f\xde\x23\xbc\xec\x53\xa9\xed\xb5\x20\x0c\xce\x72\x53\x99\xd2\x62\x48\x56\x0a\xcb\x8d\x6b\x4a\x3c\x4d\x08\x87\x8e\xb7\x2a\x28\x60\x68\xc9\xac\x20\x3d\x22\x1a\x4d\x88\x81\x6b\x86\x08\x69\xbe\xaf\x73\x15\xc2\x63\xf0\x96\x81\xac\xe8\x8b\xbf\x6a\xa1\xac\xe8\x39\x3f\x6b\xe9\x05\xc1\xc3\x95\x32\x48\xa8\xb8\x93\x2c\x66\x3d\x40\x82\x65\x28\xb8\x25\x9b\x0a\xa6\xd5\xba\x41\xf9\x16\x8b\xad\xa8\x89\x63\x33\x6f\xdd\x40\x5c\xaf\xf6\x5a\xa8\xac\x07\xa8\xea\x28\x39\xae\x6e\xf4\x1a\x54\xb5\xb9\x43\x92\x5f\x18\x18\xf1\x47\x9a\x50\xdd\x20\x2d\x0d\x83\x47\xdb\x7c\x53\x9b\x07\x80\xb8\x79\xc5\x6d\x17\xaa\xcf\x50\x2b\xca\xe3\x6c\xf2\x38\x54\x94\xbf\xb1\xfe\x5b\x03\x8e\xa4\xd7\xef\x30\xec\x89\x6d\x55\xdc\x6d\xe1\x12\xdb\xb5\x52\xa6\xf4\x80\xbc\x22\xde\x4a\x7a\xc5\x25\xa0\x9b\x55\xe6\x1a\x28\x0d\x09\x01\x91\xf7\xa4\x69\x0e\x91\x3a\xba\xb4\xb7\xba\x82\xd8\xb4\x83\x2b\x8b\x33\x5b\x8b\xaf\x11\xc5\x63\x9a\xbb\x28\xff\x1f\x63\x57\x72\x36\x3d\xab\x2b\x53\x39\x21\xb4\x99\x04\x9b\x3f\x17\x8f\xf9\x87\x70\x1f\x57\xe9\xab\xf2\xdd\xbd\x4b\x77\xdb\x20\x40\x88\x42\x23\x92\x66\x8b\xa8\x92\x54\xbb\xcf\x40\xe6\x3e\x8d\x22\xab\x86\xba\xcb\xc5\x0f\xfc\x03\x4f\xb9\xea\x2e\x18\x4a\x31\x4d\xc3\x49\x66\x34\x95\x17\xd6\x46\x53\x5f\x88\xc0\x4c\x03\xe6\xc1\x8c\x50\x79\x63\x9c\xfe\x61\xfb\xef\x7f\xd3\xd1\x1b\xa3\x32\xcf\xcf\xf4\x0f\x90\x6c\x3a\xdc\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xf7\x4a\xd2\x73\xbc\xd0\x35\x94\xf0\x7c\x0c\x94\x36\x5d\x1f\x1a\xde\x83\x70\x93\xe8\x1b\x0c\x24\x36\x48\x1b\xed\xdd\x93\x9b\x47\x0d\x3d\x5d\xd1\xad\x64\xc0\x2d\xce\xd6\xa1\xf1\x42\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xe7\xde\x68\x5c\x2b\xe9\x12\x46\x63\x80\xb9\xe4\xc6\x78\xb1\x6e\xdf\xcc\x82\xb4\xd2\xfa\x1a\x3b\xa0\x1b\xb4\xc7\xe2\x68\xb9\x34\x26\x82\x17\x9d\xe6\x3e\x30\x4c\x9d\x21\xa3\x27\x0f\x6a\x98\x44\xbf\xde\x07\x1d\x51\x2d\xde\x37\x34\xa3\xfa\x8e\x38\x3a\xb6\xb5\x27\xb6\x53\x81\x60\x1e\x05\xba\xf5\xe5\x7c\x00\xdd\x5a\xb7\x38\x3a\x49\x52\x0f\xcc\x99\xa3\xac\xb8\x63\x30\xd8\xd8\x7e\x97\xe3\x45\xbb\xdd\x26\xab\xc1\xc2\x18\xb6\x2b\x8c\xc1\xb9\x17\xff\x0c\x6e\x6e\xff\x8f\x2b\xa6\xd9\x07\x7a\x44\x1f\x63\x83\x09\xb1\xc3\x5b\x77\xd0\xca\xf6\xf9\x02\x6e\x73\x9e\x36\xb8\xcd\x39\x1c\x79\xbc\x88\xb8\x6f\x5e\xa9\x80\x8b\xad\xd9\x31\x11\xb1\x28\x8c\xce\x41\xbb\x01\x24\xf0\xd3\xe1\x3d\x82\x1c\xbe\xf9\x0b\x94\xc4\xd7\xdd\x6b\xd0\xab\x4e\xa9\xec\xc6\x88\x93\x5f\x68\xda\x22\x4f\x6b\x37\xf1\xf0\x0d\x0d\x13\x7e\x74\xa1\xdc\x73\x63\xb0\x3a\x9e\x50\xce\x98\x15\xc3\xd2\x30\x26\x26\xda\x44\x41\x73\xa9\xec\x27\x63\x40\x71\xb9\x79\x29\x27\x38\xfa\xd3\x21\xf1\xa8\xce\xe2\x31\xc1\x1c\x9e\x86\x45\x8a\xa4\x82\x18\x08\x38\xb6\xde\x65\x2c\x82\xbb\xee\x1f\x70\x58\x7f\x3e\x08\x38\xbb\xf8\x7f\x92\xf4\x97\xc4\x3d\x63\x2c\x32\xb7\xe8\x5f\xe0\x65\xa1\xb8\xc1\xec\xda\xbe\x19\x8d\x1d\xc7\xaa\x85\xe5\x4e\x67\x77\x3f\x43\x61\x62\xc7\xd4\x81\x4a\x73\xd6\xc3\x0e\x66\x94\xf1\xb9\xcb\xf0\x0a\xa5\x07\x1c\x03\x09\x64\x7c\xc7\x1e\x0c\x0b\x56\x3e\xc1\x31\x0e\xc4\x5a\x5a\xb2\xa5\x8a\xd2\xbc\x0a\x73\xa8\xd1\xef\x48\xb0\xeb\x55\x3b\x30\x45\xa6\xe9\xc0\xaa\xe9\x62\x33\x0e\x1e\x09\x3e\x9d\xa1\xb7\x54\x5a\xce\x31\x60\x2f\x55\x35\x9d\x31\x5e\x6c\x3b\x9b\xe5\xf9\x49\x58\x68\xb1\x04\xac\xbb\x09\x41\x0d\x40\xd9\xcd\xdb\x09\xc9\x26\xab\xfd\x05\x06\x23\x7d\x3d\x68\x60\x59\x97\xdf\x1c\xe3\x24\xcd\x7e\xe6\x6e\xf0\xa0\x68\x40\x35\xc4\x1f\x67\x56\xc3\xd6\x27\x57\xe3\x1b\xea\xf4\xc5\xa6\x7d\xf3\x17\xf0\x8f\xb3\x8a\x6f\x40\x2d\xb9\x7d\xde\xcf\x79\xd2\xbc\x5c\xc8\xd8\xfa\x79\x86\xf6\xd9\x20\xe4\x4a\x76\x12\x7f\xdd\x10\x23\x9f\x67\x50\x20\xb4\x3c\x98\x3a\xdb\xd1\x5f\x03\x06\x53\xbb\x3c\x0d\xe6\x8a\x34\xa4\x1f\xf4\xa8\xb3\xcf\xf1\x60\xa5\x0f\x23\xf0\xf1\xa0\x4f\x43\x06\x1a\x49\x3f\xff\x57\xc0\x18\xd1\x44\x97\x39\x69\xe3\xc6\xd3\xf1\xbd\x06\xf9\x04\x9e\x45\x22\x4a\xb3\x59\x77\x31\x1e\xa2\x65\xb7\x87\x1c\x05\x3e\x05\x5f\x28\x3b\x1d\x71\x37\x10\xce\x51\x3f\xed\x43\x41\xed\x83\x18\x5a\xcd\x8f\x40\x40\x25\x37\x7b\x61\x07\xab\xd6\xeb\x20\x8f\x5f\x6e\xa0\xa5\x1f\xea\x7f\xff\x6b\x9b\xb4\x17\xf1\xeb\x9c\x32\x7f\x41\xf8\x51\xfd\x06\x22\x50\x24\x8b\x83\x81\xbd\xc3\x1f\x1c\xb8\x1c\x9a\x84\x0b\x69\xa5\xa6\x9e\x81\x98\xa6\x9f\x71\x24\x0a\x31\xc5\x46\x21\xe7\x0e\x36\x16\xd9\x91\x5c\x89\x2d\x6b\x3c\xe8\x19\xfe\xb6\x9f\x16\xc8\x38\x43\xcf\x81\x0c\x97\xa2\x90\x51\xbf\x61\x12\x37\x90\xbc\xfc\xcc\xfd\x53\xfd\x03\x72\xd4\x6e\xee\x01\x7b\xbe\x9a\x02\x04\xfd\xba\x01\x86\x70\xf8\x06\x12\x25\x91\x86\xc6\x50\xa8\xfe\x68\xfe\x04\xb6\x37\x0f\xf2\xc5\xa6\xf5\x33\x0b\x2f\x34\xad\x3e\xf1\xa2\x30\xad\xb5\xbf\x4f\xe7\x29\x3d\x83\x44\x6d\xf0\xc8\xd4\x8c\x22\xb9\xe6\xac\x6a\x4c\x2f\xee\xac\xc6\x5b\x91\xe6\x5f\x09\xdf\x80\x86\x75\xfb\x3c\x83\xd7\x75\xac\x07\x34\xac\xb6\xf6\x06\x60\x69\x9f\x7f\x72\x92\x0b\xa6\x69\xd4\x46\x8b\x9a\x3b\xd5\xad\x81\x4d\x3c\x5f\x84\xa8\x52\xb3\x45\xe3\xc5\x56\x5b\x21\x18\xff\xeb\x1b\x47\x34\xd2\xaf\x19\xc8\x6c\x37\xda\xcc\xd1\x52\xae\xfa\x0b\x68\xc5\x24\xea\x23\x21\xe7\xe6\x26\x78\x60\x0d\x37\x81\x58\x4f\xcf\x7a\x43\x0c\xbb\xff\xa7\x42\x56\x32\x2e\x90\xed\x66\x7a\x14\xb0\x56\xdb\xf3\x3b\x52\x1d\xab\xeb\x42\xf4\x5c\x15\x7f\x31\x60\xd7\xf0\x17\x10\x8a\x82\x04\xd1\x91\xb6\xe2\xf3\x7e\x92\xac\x31\x10\xa2\x9a\xb1\x3a\x93\xc5\xe8\xff\x01\x11\x29\x98\x14\xb0\x5c\x3b\xc0\x3d\x10\x45\xec\x5c\x31\xc1\xc2\x6c\x9f\xff\xe1\x6f\xaf\xfb\x7d\x0c\x1c\x1c\xdd\xef\xe7\x66\xf3\x0f\x30\x37\x49\x2b\x1e\x03\x51\x3d\x56\xac\x07\x0a\xb5\xa9\x20\xc1\x08\xe2\x4f\x9d\x8f\x11\x1b\x5c\x1f\xfc\x0c\x3d\x8c\x30\x40\x04\xaf\xfb\x5a\x94\xe0\x24\x5b\x08\xc2\x6b\xd0\x5e\x5f\xc1\xd2\xcc\xd6\xf9\x06\x74\xb8\x2a\x8c\x38\x82\x76\x70\xd5\xec\x1d\x11\x00\x09\x32\xa1\x04\x12\xe6\xd8\x90\x18\x2f\x1a\xad\x36\x61\xc7\x4c\x90\xa0\x16\xb3\x24\x8c\x67\x61\xf2\x80\x16\xee\x8f\x89\xa3\xc7\x42\x8c\x09\xca\xdd\x05\xe1\xa7\xa5\xde\x3c\xf0\x2c\x12\x27\x49\x74\x7b\xb9\xe3\xfc\x42\x62\x04\x91\x80\xb4\x89\xb6\x66\xc5\x62\x0e\x42\xef\xa8\xc4\xa7\xba\x50\x45\x96\x5e\x5e\x7e\x83\xc9\xf5\xd5\x07\x33\x29\xfa\xce\x16\xd0\x02\xfb\x80\x8d\x95\x87\xbe\xc8\x5c\xbc\x1b\x78\x71\x60\xbc\xff\x88\xda\x95\x40\xc4\x7d\x40\x3b\xe9\xb5\x40\xae\xc5\x22\x84\x17\x48\xad\x68\x9d\x6c\xec\x90\x2c\x02\xd1\x01\x27\xc1\xcf\xda\xee\x54\xa0\x7a\xc7\xec\x10\x2c\x16\xd5\x3b\x67\x5e\x63\x40\xda\x43\xc7\x68\x06\xb3\xdd\x58\xfb\x1e\x47\x4e\xa4\xba\x38\xa8\x03\x13\xa2\x8b\x03\x77\x11\x6f\xda\x03\x98\xd1\x72\xe5\xa0\x58\xf0\xb6\xcf\x0a\xca\xfe\x00\xc2\xda\xc7\x03\x61\xef\x70\x8f\xa0\xd9\x6b\xfb\xc2\xde\xd9\xbc\x67\x52\x85\x6b\xf1\xca\x7a\xc9\x82\x77\x01\xb7\x40\xa7\xa7\x09\x26\xb8\x09\x0b\x9e\x93\xee\x28\xba\x2b\xc7\x09\x68\xfe\x73\x8b\x14\xd8\xde\x03\xd0\xe1\x6e\x9f\x0f\xa8\x65\xf3\x4a\x9d\xc9\x0b\xee\x14\xe9\x5e\xc3\xcf\x90\x6d\xf1\xa7\x94\x71\x01\xa7\x42\x6b\x66\x02\x4e\x85\xd6\xbd\x06\x9c\x0a\xbb\x05\xe3\x95\xdc\xae\x39\x84\x53\xa1\x6f\x98\x01\x4c\xed\x70\xe1\x80\x76\xb7\x7d\xce\x93\x6b\xc2\x57\xd3\x1f\x2c\xbe\xa0\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\x5c\xda\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x1a\x25\xbc\x05\x9c\x93\x21\x88\xc2\x8d\xef\x6e\xc8\x15\x4f\xe3\x4d\x0a\x34\x06\x38\x0f\x6c\x1e\x53\x2a\x84\x2d\x4c\x9f\x0d\xda\x2a\x35\xc0\x38\x16\x5f\x8b\x03\x25\x6e\x3e\x87\xe6\xc3\xea\xc3\xfe\x3f\xeb\x4e\xe9\x99\x43\x30\xef\x3e\xf4\xb9\xf0\x89\xf2\xe4\xc4\x6b\xda\x5e\x5c\x1e\xd6\xed\xc7\xc3\x58\x09\x77\x01\x17\x09\x67\x48\x88\x07\x2a\x59\x4b\x25\xb8\x17\xf8\x1e\x3a\x01\xbc\x9b\xed\xa8\xf3\x87\xcb\xb2\x06\x35\x51\xf3\xa6\xa8\xc7\x09\x1d\x74\xe9\x6e\xa0\x43\xa7\xf7\x6f\xa1\x27\x83\x50\x94\x33\x7a\xcc\x8d\xdc\xa7\x06\x89\x92\x7d\x57\x98\xd0\xf2\xda\xe5\x75\x22\xe9\xa3\xb2\xde\x8e\xb9\x71\x7b\xe9\x32\x3d\x99\xe5\xdc\xd7\xf1\x89\x0a\x7c\xc3\x99\x29\x26\x71\xf0\x74\x9f\xb4\xeb\x68\xed\x26\xd4\xbe\xf6\x3e\x9e\x74\x8d\x94\x34\x9f\x0c\x4c\xf6\x85\x7e\xb2\xc8\x4d\x33\xd5\x05\xec\x35\xfd\x8c\xf8\x1d\xad\xc4\x84\x6b\xc1\x36\xdd\x22\x31\x5a\x31\x09\x04\x3c\x9e\xb9\xc2\x8b\xa7\xb6\xdd\xac\xd8\x02\x1e\x77\xa5\xa4\x92\x15\x6f\x22\x74\xd9\xd0\x78\xd6\xac\x91\xa4\xe7\x05\xfd\xbb\xba\xac\xdc\xa6\x26\xb2\x66\x9d\x57\x3d\x03\xac\x7f\x1a\xa4\xea\x72\xf9\x87\xa4\x51\x4d\x36\x60\x1c\x29\x67\x26\xe2\x60\x9c\x07\x6b\x36\xba\x81\x6b\x0c\x0d\xf9\xbf\xc3\xcf\x50\xa6\x2f\x3f\x53\x0f\xe2\xd5\x27\x3a\x9e\x6e\x10\xf1\x44\xc3\xff\xf3\xd2\xb4\x4c\x01\x15\xb4\x3a\x62\x26\x53\x3d\x2a\x67\xf1\x98\xf0\x56\x50\x0e\xf2\x31\x1b\xb9\x45\x63\x62\xea\x47\x9d\xdc\x93\xfa\x59\x7f\xdf\xa1\xdc\x31\x89\x9d\xf9\x69\x34\x8b\xcc\x69\x2e\xe0\x38\x7b\x8e\x49\x83\xec\xdc\xe7\xcb\x3d\x52\xa1\xdb\xdd\x04\xb9\x4b\x2b\x49\x57\x4f\x47\x4d\xcd\x9e\x59\x6b\xf5\x7c\x61\x9f\xfb\x19\x0b\xe5\x69\x1b\x38\xa8\xbd\xf2\x08\x92\x79\xd9\xf5\x0f\x27\xd0\x4c\xdf\x03\x6f\x8f\x91\x7c\x21\x72\x82\xc0\x40\x0a\x8a\xf9\x62\xd7\x5e\xa4\x36\x9f\xc1\xfb\xbb\xae\xeb\x33\xa8\x4d\xf2\x33\xc4\xb7\x39\x2d\x75\xad\x5e\x68\xf8\x1f\xb8\x64\xfe\x98\xac\x5a\xac\x02\x15\x63\x22\xe4\x25\x94\x54\x79\xcc\x17\xdd\xf6\x22\x85\xf1\x0c\x88\x78\x2f\x1c\x6a\xed\x38\x56\x6d\x22\xe0\x25\xa6\xe5\x08\x55\xad\x1e\x26\x03\x5e\x1c\xe0\x34\x27\x12\xfb\x7a\xc7\xcd\x41\x31\xe1\x17\xb8\xb2\x3a\x56\xe6\xbc\x40\x93\x98\xe3\x85\xb7\xe1\xac\xa0\x73\x92\x46\xbd\x4f\xe5\xab\x9d\x5f\x27\xb0\xab\x2f\x4e\x73\xe1\x60\x34\x2f\xad\xc1\x0f\x44\x02\xc3\x9a\xbd\x78\xf0\x4f\xd8\x3e\xcf\x39\x6d\xfe\x01\xfb\xc3\xc2\x71\x91\x24\x35\xf8\x02\xd3\x5e\x64\x3c\x98\x74\x2a\xf5\x6d\x73\x02\x99\xda\xfd\x67\xb2\x86\xb2\xf3\xd5\xcc\x3d\xb9\xc1\x4d\x8c\xff\xfe\xf7\x49\xed\x38\x19\xae\x62\xc1\xb4\x4f\xdc\x5f\xfd\x7f\x72\x87\x46\xbd\x93\x66\x93\xc0\x5b\x83\x90\xe9\xdc\x59\xe8\x42\x2d\x12\xec\xca\xe2\x31\x51\xde\xc7\x4e\x18\x33\xa1\xae\x2e\xfa\x93\x50\xd7\xe2\x9a\xd5\x12\x9d\x7a\x78\xbe\x58\xb7\x17\xcf\x3b\xa0\xee\x67\x16\x00\x65\x8b\x99\xeb\xd8\xf1\xec\x0e\x0e\x36\xa8\x41\x66\x66\x47\x8d\x91\x48\xd5\xe9\x93\x26\x3c\x4d\xed\xa4\x37\xcf\xce\x17\x44\x23\x90\x6a\xf1\x18\x5e\xa4\x3a\x9d\x2e\x6d\x9e\xf0\xdd\xf6\x4a\x9f\x20\xc9\x67\x35\xcb\x03\x79\xe5\x4f\xb2\x8a\x2e\x9c\xf3\x04\x37\x7f\x3a\x84\x92\xd9\xcc\xc8\x78\x6a\x07\xe7\xcd\x2b\x79\x45\x2d\xbc\x68\xb5\x3a\xfa\x63\x32\x02\x46\x35\x53\xc6\xbc\x20\x49\xdc\xe5\x85\x69\xd6\x25\x65\x5e\xbc\x04\x5b\xdc\xbe\x70\xb6\x2b\xe9\xfd\x98\x70\x5c\x75\xfa\xa5\xc9\xec\x90\x4e\x0f\x36\x91\x1d\x72\x7d\x5a\x7c\x30\xef\x6a\x10\x0a\xe0\x62\xf9\xfe\x62\xd5\x6e\x27\xc0\x09\x4f\xd7\xe2\x33\x0e\x48\xd4\xae\x08\xf3\xa6\xfe\xa6\xba\x01\x1e\x51\x42\xc3\xf3\xa6\xf3\xa4\xe1\xc6\xcd\x89\x2e\x7e\xe3\x62\x1b\x6e\x94\x39\xdb\xfc\xfc\x80\x08\x3d\x03\x9d\x3a\x34\x69\x3e\x79\x13\x13\x95\x89\x3e\x85\xb0\x27\xd1\xa7\x3d\xca\xe6\x03\x86\x2d\x6e\x02\x8a\xb3\x4f\x17\xc9\xb0\xfe\x80\x18\xc7\xdb\xf4\xa1\x7d\x5e\x20\x7b\x21\x8d\x8f\xfd\x42\xd6\x0f\x53\xf9\xfb\x93\x2e\x6e\x31\xe8\xda\x06\xbe\xf5\x03\x6b\x88\xe0\x05\x25\xb1\x61\xdf\xfa\xe5\x10\xbb\x7e\xc8\x21\xfa\x07\xf2\xc6\xa6\x67\xca\x95\x30\x81\x3b\x45\x97\xfb\x80\xbe\x53\xb8\x6f\xfd\x4e\xb4\xe0\x0f\x18\x1d\xef\xe7\x17\x80\xdb\x0d\x7a\x41\xad\x5c\x64\x16\x5d\x1b\x55\xb2\xe2\xb6\xb5\xd1\xd2\xea\x2f\xb6\x82\x51\xaa\xc7\xd4\x3b\xeb\x04\x58\xe9\x26\xa1\x73\x6c\x6d\x94\x9e\xdd\x9d\x50\x61\xe8\x2f\xb0\xcf\xab\x9b\x04\xbc\x98\xa6\x01\xbe\x85\xa6\xa9\x60\x99\x24\xae\x57\x01\x49\x5a\xf8\x05\xcf\xdc\x52\xfd\xcc\x3d\xaa\xfe\x11\x46\xe4\x60\xf8\x85\x30\xa2\x22\xb4\xb0\x0a\xe9\xd1\x32\x54\xec\x38\x89\xff\x45\x37\x5b\x5f\x69\x57\xa5\x3d\x4d\x20\x6f\x41\x4b\x5c\xaa\xbf\xe0\x09\xa3\x4b\xfb\x82\x96\x58\xd5\xdb\xc7\xaa\x09\xe8\xfd\x05\xb8\xdd\xb3\xca\x0a\x3e\x36\x0f\xaf\x0a\x59\xf7\x79\xc6\x89\x22\xf5\xca\x02\xd4\x1d\xce\x5e\xb7\x52\xd3\x6b\x7e\x64\xa6\x47\x27\x19\x5f\x00\xaf\xc3\xf9\xe8\x56\x63\xa4\x9a\x9f\x79\x8c\x09\xc7\x2d\xd4\xcf\x71\x56\x9f\xd5\xb1\x05\x9a\xff\x47\x55\x13\x8f\xaa\xf3\x6e\x2f\x39\xb0\x3a\x87\xe9\x67\x06\x7a\x6a\xe9\x7a\x8a\x22\xd1\xd8\xc1\xe0\x9e\x59\xb8\x12\x38\x35\xc2\x82\x9e\xd6\xd9\x29\xd7\x60\x0d\x2c\xfd\x3f\xc0\x3b\x82\x48\x0b\x7a\xd9\xa2\x93\x7b\x8d\x64\x67\x75\x80\xfc\x39\xc3\xd9\xee\xd6\xa0\xe8\xf2\xa0\x19\xf2\xfd\xd9\x84\x03\x69\xff\x96\x9b\xa0\x88\x37\x83\x41\xb9\x5b\x3c\xca\x17\xd1\xf6\xd2\xfc\x3f\xe5\xad\x39\x90\x39\x7a\x8a\x5b\xc4\x28\xbd\x29\x91\xba\xdc\xb1\x75\x2b\x01\xb0\x87\x89\x4a\x94\xd5\xd3\x42\x40\x6c\x7e\x04\x20\xb6\xf9\x6a\x01\xff\x96\xea\x06\xb9\x45\xdc\x1e\xd6\xcd\x72\x85\xee\xb8\xce\xe6\xbe\x12\x0e\x4f\xf7\x80\x4a\x07\x3a\x53\x16\x03\xc0\x87\x9f\x39\x24\x35\x30\xb1\x50\xdd\xcf\x18\x92\xc4\xff\x02\xb6\x6d\x46\x9e\x8b\xb5\xbb\x85\x2e\x16\x0b\xdc\xf8\x96\xbd\x5e\x6c\xbb\x15\xef\xda\x85\x1e\x86\x9f\x89\xb7\x2d\x37\x16\x6b\xbe\xa9\x45\x04\x44\x15\x9d\x93\x2b\xb1\xad\xbb\x44\xbe\x47\xd5\xb2\x1c\x0b\x11\x52\x9f\xed\xb1\xc0\xbc\x66\x46\x42\x57\x69\x91\x56\x42\xd7\x3f\x95\x10\x1a\x0b\xb0\x75\x38\xad\xe2\xda\x89\x3d\x3c\x67\x3b\x56\x51\x00\x6b\x31\x89\x8f\xb3\x24\x2d\x96\x9d\x74\xda\xa3\xb5\x73\x55\xcc\x9a\x3b\xf7\x93\x86\x48\x2d\xad\x13\xbc\x2c\x16\xf2\xf6\x95\x61\x1d\x98\x56\xdd\x67\xd7\x01\xe9\xec\x85\x87\x52\xb6\x84\x1b\xa0\x4c\xf8\xbc\x90\xa9\xa5\x35\xae\x23\x99\x4b\xe3\x40\x04\x55\x11\xc2\x5f\x47\xee\x17\x7f\x01\xaa\x3d\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x54\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\x00\xc8\x43\xb8\x53\x32\xfa\x07\xf0\x9f\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\xdb\xc8\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x6d\x46\x77\x83\xe5\x3e\xa1\x8f\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\x08\xf8\xed\xcc\x27\x69\xbd\xd2\x8e\xa8\x2a\x95\xbf\x1c\x3b\xbc\x63\x1d\x95\xbe\x03\x18\x7a\x5e\x76\x02\xc3\xe5\xe7\x87\x3d\x8a\xa6\x8d\xec\xa3\x93\x74\x27\xd0\x13\x43\xee\x08\x19\x2f\xa6\x60\xc3\x3e\x16\x4a\xdb\x99\x12\xd2\x11\xa8\x3b\xf2\x88\xdb\xfd\x71\xdf\xe0\x52\xb7\xdc\x23\xb7\xb5\xe6\x71\xdf\xb0\xd8\xe1\x16\x2f\xbe\xe0\x2e\xc1\x91\x3a\x53\x76\xb8\xd3\xda\x63\x79\x4f\x87\x02\x77\x59\x10\x1c\x29\xb8\xbc\x03\x29\xda\x05\x7f\x27\x52\xf4\x3a\xb0\x7a\xa4\x75\x63\x3b\xab\x41\x3a\x9e\x69\x47\x10\x97\xa3\x29\xf7\x42\x2f\x6b\x7f\x40\x9c\xa6\x49\x28\xdc\xc6\x7a\x1f\x59\xc6\x55\x4b\x78\xec\x95\x3a\x1c\xed\xf3\x1d\x59\xc5\xed\x75\xbc\x13\x29\xea\x52\xbc\xa7\xa3\xab\x2e\xb5\x3b\x1c\x0a\xec\x63\xbc\x43\xcd\xea\x68\xcd\x1d\x0e\x06\xf6\x24\xd9\x81\x24\x87\x33\xdd\xee\x50\xb3\x3a\xdb\xea\x0e\x35\x6b\x1b\xa3\xfc\xe5\x14\xda\x11\xad\x1e\xae\x21\xb1\xc3\xcb\xb5\x78\x0d\x1a\xf9\x42\x92\x70\x7f\x71\xe7\xec\x26\xb8\x41\x4a\x48\x32\xee\x8d\x03\xf2\xfb\x84\x4f\x66\xd5\xc6\xa8\x7e\x49\xe7\x1d\xa9\x89\xac\xd4\xdf\xe9\xe3\x6a\xef\x9b\x9d\xa9\x1d\x9d\x3c\x7a\x87\x52\xb4\x3b\xc6\x7e\x4f\x8f\x01\x9d\x95\x3b\x73\x39\x3a\xd8\x67\x47\x29\x48\x5f\x9b\x77\x40\x57\x15\xf3\x1e\x7b\x2a\x45\x3f\x2d\xd0\xdd\x45\xf3\x8c\x82\xe4\x56\x7f\xec\x83\xcc\x28\x22\x99\xa9\xd1\xd9\x35\xf6\x17\x58\xf6\x6a\x5e\x61\x45\x1c\xbb\x55\xef\x83\x37\x77\x6f\xa9\x17\x48\xce\xee\xa9\x8b\x14\x8f\x9a\xdb\xe0\xa6\xd6\xa0\xe0\x84\xda\xbd\x21\x88\xf3\xdc\x60\xe2\x3a\x6f\xea\x17\xa6\x4d\x95\x32\x1e\x3b\x4b\xda\x08\xc2\xec\x13\x45\xd4\x2c\x45\x26\x21\x8d\x57\x77\x12\x60\x7b\x10\x70\x18\xad\x3f\xbf\x40\x2b\x93\x69\x9e\xbc\xd8\xeb\x58\xd9\xa1\xb4\xac\x42\xbb\xfb\xa4\xd5\x55\x1f\xac\x1f\xfe\x17\x8d\x8b\xd2\xd5\x44\x2e\x62\x7a\x29\x8a\xf6\xf5\xb2\xa0\x2b\xaf\xec\x0c\x6d\xb7\x9a\x73\x07\x72\x73\xac\xc0\xbe\xb3\x0b\x0d\x62\xa7\xf4\x34\xb7\x24\x38\xdb\xfc\xc6\x2b\xa0\x1d\x56\xbe\xef\x39\x2a\xbf\x70\x82\x06\x77\x41\x75\xb1\x88\x4e\xe4\xe5\x51\x40\x05\x58\xdd\xc3\xd1\x48\xb4\x16\x13\xd6\xeb\xea\x51\x02\x36\x39\x22\x64\x67\x52\x1b\x27\xcd\xde\x89\x82\x74\x90\xed\x88\x25\xaf\xd2\x26\xec\x27\x7b\x54\x07\x2c\xf8\xed\xb4\xdc\x3b\x5d\x2a\xad\xbc\xdd\x2f\x02\x2d\x8b\xe8\x17\xa5\x74\xd5\xbe\x1d\x3b\xaa\xab\x18\x06\xed\x8c\xfe\x71\x02\xdc\xfd\xe2\xbc\xf9\x85\xd4\xfe\xeb\x99\x5a\x9e\xf0\x0b\x1c\x95\x25\x28\x70\x4c\x95\x42\x6d\xbf\x1e\x3c\x8b\xa4\xc4\x35\x9a\xa6\xbb\xe1\x59\x63\xb8\x09\x50\x05\x5b\xf6\x17\xc6\x54\xe7\x3c\xdc\x6f\x92\xe8\xff\x93\x24\xcd\x1b\x6a\xa1\x6c\x56\xce\xee\x70\x78\xfc\x6d\x3e\xfa\x1e\x36\xa1\x51\x21\x58\xc7\xe9\x6e\x77\xd6\x2a\xb1\x36\x76\x7f\x72\x94\xff\xbe\x38\x58\x8b\xc4\xea\xaf\xe3\x47\xa5\x44\xf8\x87\xf6\xdf\xff\xaa\x73\x46\x1f\x80\x10\xf6\x75\x3b\xa8\x6d\xb2\x42\xf7\x20\xa6\xf8\x74\x41\x96\x15\xb8\x3a\x00\x11\xaa\xee\xb5\x07\x5c\x0a\x6d\x45\x39\x68\x3b\x75\xd4\xc6\xb1\xf1\xec\x29\xfe\xe2\x1d\x86\xef\x95\xc7\xc6\xb3\x47\x18\xe0\xd8\xb0\x58\xf5\x4f\x79\xb4\x0f\x84\xd3\x18\x2f\x1c\x85\x79\x13\xfd\x0c\x30\xa8\xa3\xf1\x28\x3c\x7c\x75\x9a\x1f\x28\x06\x6d\x86\x3f\x18\x1b\x63\x15\xf6\xc1\x84\xcf\x56\x39\x1f\x85\x26\xee\xe2\x36\x79\x1e\xea\xbc\x3d\x6a\x41\x1e\x58\x11\x91\xba\x20\x4f\x6b\x1d\x6c\xd3\x3f\x40\x1a\xe9\xa0\x38\x78\xc2\x4b\xdf\x75\x40\x37\xe4\xa4\x62\x07\x23\x5b\x8a\x7b\xe0\xad\x2e\xfc\x01\x98\x45\x77\xeb\x03\x27\x7c\xf7\xba\x65\xc6\x19\x71\xf8\xd1\xb0\xd1\x75\x95\x38\x98\xbe\xd9\xb1\x32\x47\x23\x89\x22\x19\x71\x29\x06\x1d\x07\x4b\x37\xcf\xe9\x17\xe8\x5e\xa4\x59\x61\xba\x66\x57\x19\x38\xa0\x5b\xfa\x70\x67\x87\x84\x35\xcd\x8c\x42\x71\x0a\xaf\x83\x76\x4e\x33\x1b\x74\x4f\x55\x92\xe4\xc8\x03\xdc\xdc\xda\x99\x49\x4d\x88\xf6\xe0\x09\xde\xdc\x25\x36\x9d\x94\x22\x47\x4f\x1a\x4d\x03\x98\x51\x3a\xb7\x63\xd0\x9e\xa0\x0b\xce\x01\xed\x52\xd5\x65\xe3\x18\x88\x08\x32\xcd\x08\xc2\xb6\x5a\xe6\x78\x8f\xfc\xe2\x30\xf1\x83\x95\x9c\x9d\x65\xf7\x40\x94\xb6\x6b\x33\x1c\x80\x00\xc3\x7e\x83\x07\xe2\x54\x6c\xba\x3a\x50\x04\xcf\x41\x6e\xc7\x20\xc3\x9a\x39\x52\xb7\xb4\x4c\xd3\xcd\x37\xfc\x09\x82\x67\x3d\x2d\x41\xe9\x25\xf9\x76\x40\xbb\x54\xad\xdb\x39\x02\xb7\x13\x09\xa7\x03\xf5\x44\x9c\xa5\xe5\xa0\x76\xc9\xd1\x01\x47\x04\x9d\xf7\xc5\x0e\x89\x33\x96\x3b\x3d\x30\x73\xfa\x82\x61\x27\xd6\x45\x1e\xd4\x07\x39\x26\xff\x80\x75\xb4\x7a\xb3\x13\x57\x74\xb7\xd0\x39\x0c\x51\x35\x07\x5c\x79\x45\x03\xa2\xbb\x1d\x02\x74\x40\xa1\x54\x8b\x9f\x19\x87\x61\x0a\x00\x43\xbc\x36\x50\x0f\xd9\x83\xee\x80\xd7\x9e\x43\xd8\x8f\x15\x24\xc0\x3f\x60\x5f\x4b\xb7\x72\x2c\xca\xd7\xe5\x1f\x70\x72\x09\x5a\x1f\x3b\x87\x24\x8a\x98\xec\xc6\x5a\xb7\x63\xe7\x85\xda\xab\xcd\xc8\x69\xeb\xb4\x8e\x9d\xce\x29\x5e\xed\x9d\x58\x59\x90\xf0\xd8\xc1\xe4\x82\xca\xc7\x41\xa7\x4b\x0b\x49\x28\x78\x5c\x25\xeb\x80\x82\xc7\x25\xd9\x0e\xe2\x12\xc1\xb5\x03\xa6\x49\xc3\x90\xe3\x60\xa1\x47\xbf\x0f\x59\xe2\x4d\x90\x89\x9f\xfd\x3d\x93\x96\x68\xdb\x22\xb4\xc4\x1e\x68\x47\xc2\x18\x33\xd3\xc1\x43\x64\xba\x05\x98\xd0\x3c\x4d\xe7\xef\xbf\xff\xb5\x2e\xc8\x79\xc0\x52\xe9\xec\x06\x07\x0c\x95\x36\x4c\x1e\x27\x04\xc3\xdf\x0a\x0a\x1d\xb0\x4a\x36\x3b\x56\x1d\x48\xfb\x6c\x03\xc9\x71\xc2\x09\xca\x5b\x16\x9a\x9d\xea\x04\xc3\x07\x8c\x90\xb6\x3f\x1c\x17\x27\x54\xe4\xbe\x18\xa9\x7e\x26\xe4\xe2\x85\xca\xff\xa7\x90\xd0\x8c\x42\xf3\x63\xdb\xef\x81\xac\xcd\x61\x0b\xf8\x71\xa1\x66\x80\x20\xd0\x41\x88\x24\x5c\x77\x30\x2b\xb3\x93\x2b\x1c\x37\xb3\x49\xe8\x36\x74\x40\x51\xe3\x6a\x3d\x07\xfc\xdb\x5c\xde\xe7\x60\x7d\x38\x97\xe7\x39\x6e\x76\xa1\x59\x78\xb2\x0b\x2d\xeb\x83\x51\x1b\xbe\x3c\xbc\xfd\xf8\xdc\x7c\x98\xf7\xc3\x87\xd2\x43\x15\x99\x76\xf8\x89\x08\xe6\xb0\x0d\xe4\x64\xa1\x0d\x55\xc6\x1f\xe7\x8f\x30\x5d\x7b\xf2\x84\x09\xce\xf5\x50\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xde\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\xc8\x8c\x6c\xdb\xe7\xb9\xf1\xac\xd3\xf1\x7a\x6e\x8c\x78\x57\x8b\xf4\x39\xb3\xae\xef\xdc\x38\xfd\xfe\x80\x0e\x37\x3a\x90\x4f\x68\x3a\x5c\x67\xe2\x44\xb6\x1a\x17\x18\x39\x0b\xd3\x60\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\x43\x21\xc4\xa6\x27\xfc\xbd\x1c\xf4\x7b\x26\xb0\xd1\x99\x7f\x22\xcf\x71\x58\x65\x79\x56\xba\xf9\xf8\x19\xd5\x83\x75\x4d\x3f\x91\x5d\xe6\x57\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xbd\x4c\x93\x2c\x39\x5f\xe4\x32\xbb\x6e\xfe\x67\x63\x8a\x4b\x35\xd0\x10\xcf\xe1\x79\xa1\x55\xac\xfb\x99\xaa\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\xe0\x05\x17\xfa\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\xe8\x05\xeb\x8e\xcf\x4c\xb6\x37\xfd\x43\x72\xa1\xfa\x40\xf6\x18\x57\xe8\x38\x61\x26\x53\xe1\xf1\x71\x76\x5e\x89\x75\x66\x9f\x8c\xa8\x35\x5f\x43\xf7\x10\x56\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x4e\xd7\x6e\x3b\x61\x26\x73\xd1\x90\x13\x0e\x5a\x4e\x67\x7a\x22\xe2\xd6\x99\xe6\x4f\xea\x2a\xcc\x1d\x83\x5e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe2\x72\x35\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xa0\x0e\x6b\xe2\x4e\xc4\x27\x38\x1d\xf5\x19\xbc\xd4\xeb\xbc\x3e\x33\x1e\xc1\x34\x31\x6b\xb1\xf5\xb2\x67\xe4\xe6\xf6\x27\xc8\xd5\xa8\x23\xfd\xcc\x88\x85\x4f\x27\x17\x36\xa2\x89\xc2\x3c\x7a\x61\x60\xb5\x72\x06\xf3\x73\x72\xde\xb4\x50\x2f\x48\xa9\xae\x3a\x75\x32\x27\xcd\xf7\x07\x6e\xa2\xe5\x1f\x20\xdc\xbd\xb2\x93\x28\xa2\xff\xa9\xc2\xea\x39\xe1\x3b\x5d\xdd\xff\x62\x7f\x5a\x17\x64\xac\xb1\x3d\xf4\x24\xa8\x31\x6b\x52\x97\x22\x48\x72\x2e\x0c\xc8\xe4\x2d\xea\xd7\xfd\x7f\x0e\xc8\x0d\xe4\x80\xfc\x06\x8b\x7d\xf9\x99\xac\xe4\x0d\xc5\x60\x06\x57\x57\x3a\x11\xcc\xe0\xc8\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\xff\x16\xa4\x39\x19\x93\x6b\x4d\xf3\xb9\x43\xe0\x9a\x48\x66\x38\x36\xfb\xa3\xf2\x6e\xb3\x43\xe3\xb9\x33\xae\x4c\x24\x65\xd6\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x3d\xaf\xf3\x20\x8a\x76\x93\x80\x51\x2e\xb9\x74\x1e\x14\xfa\x66\x3e\x44\xe9\xba\x82\xf7\x99\x29\x69\x3c\xce\x63\xa2\xfc\x8c\x86\x79\xb0\x78\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\x64\xd0\xb0\x50\x38\xb0\xf6\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x8b\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xea\x41\x17\x7a\x3e\xa1\x3f\x1a\xce\x2c\x7d\x22\x54\xc1\x99\x04\x4e\x44\x2a\x18\x88\x9d\x30\x9a\x39\xbc\xe2\x3c\x79\x43\xf3\x90\xce\x5c\x69\x75\x99\x2e\x5f\xc2\x76\x27\x5d\xbe\xac\xaf\x3e\x2f\x8a\x67\xb3\x17\xe1\x96\x0f\xdb\x8b\x5a\x82\xcf\x0f\xc8\x2b\x2f\x00\x7c\xa6\xcf\x97\x27\x0e\x3e\x5f\xae\x7a\x7f\x22\x1f\x8d\xbd\xfb\xce\x17\x7f\xcd\xee\x4d\x8f\xfc\x34\x36\xdf\x9f\xd0\x69\x85\x6f\x79\x27\x4c\x73\xce\x71\x7c\xde\x2c\x4d\xee\x1e\x6e\x54\x5b\x11\x66\x3e\x91\xfe\xd0\xfa\xa3\x13\xb6\x3a\x5b\x19\xce\x9b\xe9\xb6\x34\x84\x3b\xa5\x8a\xc6\x88\x04\x36\x4e\xc7\x7f\xde\x14\x1c\x06\x31\x50\x7a\x39\xed\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x15\x82\x8d\x7a\x90\xe2\xc6\x01\xdd\xe7\x93\x1b\x42\xd3\xc6\x30\x63\x0f\xe2\xa1\xc2\xd3\x47\xc2\x43\xf5\x92\x4e\xa5\xeb\xf7\x23\x51\x43\x3f\x6c\xd4\xfb\x57\xfd\x00\x65\x9f\xe4\xe1\xc5\x40\x5e\x5b\x0a\x2e\x56\xc2\x70\xc2\x95\x0b\x96\x35\xdf\x97\x2e\x58\xd6\x9c\x7e\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x3e\x55\xce\xb0\x72\x41\x8f\xe6\x8c\xa1\x17\x33\x22\x3a\x5a\xf8\x82\x29\xcd\xa9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xda\xda\x66\x15\xf9\x85\x58\xdd\xcf\xb8\x37\xa6\x62\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\xd1\xc2\xcd\x2f\xf0\xec\xd4\x2d\xed\x82\x21\xac\xfc\xcd\x48\x74\x15\x00\xbb\x9f\x5b\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x42\x69\xc3\x19\x97\xae\x5a\x50\x33\x45\x53\xf4\xc2\xd3\xee\x34\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xc3\xda\x87\x13\xa0\x65\x73\xb0\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x15\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe3\x5b\x9b\xee\x42\xd9\x34\x27\x26\xbc\xe0\xb2\xe5\xb4\x27\x17\xdd\xa7\x9c\xe4\xe6\xa2\x4d\xca\x65\xf5\x2e\xa8\xb4\xec\x25\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\x8c\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\x2c\x90\xfb\x19\xc5\xa0\x91\x49\x38\xeb\x82\x77\xbf\x93\x20\x5c\xc8\xbd\xe2\x4c\x9a\x17\x8b\x66\xd8\x5e\x77\x21\xf9\x8a\x9d\xdd\xae\x91\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc5\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\xe8\xc6\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\xae\x36\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\x81\xa8\x4e\xee\x76\xbd\x38\x6e\x76\xb3\x1b\x5c\xf3\xad\x82\xbd\x80\xd4\xaa\xd5\x4b\x17\x93\x0d\xba\x44\xde\x05\xe8\xf6\x59\x98\x49\x09\xac\x5b\xe3\x85\xcc\x29\x4e\x26\x78\xad\x8c\x1c\xd1\xa8\x98\x01\xda\x36\xa8\x6b\x71\xe5\x34\x8a\x34\x94\x09\x3f\x5e\xd0\x71\x39\x1d\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x0d\x5c\xd7\x18\xb8\x5e\xf0\x56\x1d\x1a\x72\xa1\x6a\x99\x9d\x35\xaf\x9d\x2e\xaf\x52\xa3\x5d\x34\x9c\xb9\xc2\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x51\xbd\x0b\x96\xb3\xcf\x3c\xc0\x99\xde\x6e\x58\x17\x7d\xe7\xed\xdf\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb2\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\x9c\xe5\x5d\xa1\xe9\x62\xda\xe6\xf9\xe9\x93\x76\x53\x41\x9d\xeb\x44\x11\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\xe5\xcb\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\x07\xd3\x5d\x48\xec\xec\xdc\x3e\x17\x03\x43\x6d\x9b\xbd\x4e\x1e\x6d\x16\xc3\x27\x4e\x0d\x1f\x6d\x48\xee\xe7\xec\x0b\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xb0\x03\x6d\x19\xaa\x5f\x48\xf6\xe7\xb8\xfc\xeb\xe2\x18\x44\xf3\x95\x51\x0a\x1a\x14\x54\x57\x36\xbc\x5e\x84\x52\x5e\xdb\x8b\x1e\x43\xab\xff\xe9\x1c\xba\x12\x20\x98\x1e\xaa\x43\x3d\x69\x30\x16\x3a\xe3\xcb\x75\xf1\x20\xf2\x39\x73\x13\xc7\x4b\xd3\x75\x21\x56\xf4\x23\x0e\x6f\x6e\xaa\xf0\x17\x10\x7f\xe6\xae\x9b\x8a\xe8\xf0\x17\x5c\x38\x8d\x09\x6e\x52\x4e\x29\x71\x01\x7b\x35\x27\x7a\xba\x88\xbd\x7c\xb4\xc1\x61\xbf\x7c\xfe\xe7\xba\xf9\x7f\x0c\xca\x0b\xcf\x02\xbc\xae\xc6\x73\x65\x6a\xea\xe5\x1f\x90\xbe\xc0\x90\xe5\x81\x8d\xd4\x22\x1d\x55\x31\x8c\x68\xaf\x84\x62\xba\x8b\x5c\x0f\x4b\x63\x6a\x0c\x0f\x75\x41\x16\x67\xac\x92\xe6\xd3\xf4\x81\xef\xa4\x61\x14\x9c\xae\x9c\x89\xf2\x82\x85\xd4\x61\xf6\x17\x9c\xb0\x9c\x0f\xe8\x7a\x20\x05\x24\xba\xee\x5f\xae\x53\xe8\x87\x24\x71\xea\x07\xa4\x25\xd5\x2c\xde\x3f\x9e\xae\x4b\xcf\x80\x3c\x9b\x5b\x84\x7d\x40\x43\xbc\x61\x1e\x75\x22\xcb\x1b\x25\xd2\xac\x52\xbb\xe1\x19\x6f\x7b\xc3\xbd\x51\xaa\xa8\xbd\x8d\x67\x8c\x09\x20\xaa\xd3\x65\xe6\x06\xaa\xb3\x34\xbe\x99\xd4\x5a\xa7\xe0\x8d\x1c\xd6\x76\x08\xb8\xb7\xdc\x9e\xee\x11\x28\x4f\xa8\xf0\x2e\x2c\xb6\xa7\x19\x80\x7b\x94\x73\x91\xdc\x25\x0f\x2d\xcd\x19\xb4\x86\xf6\xbe\xbe\xa1\x35\xb4\x03\xca\x8d\xfc\x2c\x5b\xf5\xff\x38\xc8\x25\x72\xee\x82\x43\xce\x53\x50\x78\xa8\xb9\x7d\xe0\x40\x1d\xab\x77\x39\x91\x55\xc3\xed\x63\x84\x92\x37\x77\x21\x23\x7b\x40\x54\x5b\x69\x86\x98\xef\xda\x88\xea\x06\x0a\xac\x36\x51\xdf\xa9\x93\xf4\x24\x13\xf6\x49\x30\xdf\x2f\xec\x9b\xc6\x60\x77\xc5\x2a\xeb\x94\xbd\x53\x25\x69\x36\xa9\x64\x3c\x8d\xa9\x92\x46\x91\x00\x95\xe3\x07\x16\xde\x30\xae\xda\x35\xef\x6e\x3c\x64\xb5\x5d\x6f\x66\xc0\x76\xdc\xd2\xdd\x98\xe5\x46\x5d\x20\x64\xd4\x3e\xb8\x37\x42\x46\xdb\xe7\x7f\x0a\x2d\xbf\xc0\x5a\xb7\xb6\x75\xdd\x69\x4d\x35\xb3\xc2\x5a\xea\xdb\xdb\xcd\xa0\x50\xa7\xe4\xbf\x3b\xf1\x89\xfa\x40\x69\x34\x23\xa8\x9b\x1a\xc7\xe2\x67\x9e\x78\x3a\xd8\x6f\x20\xcb\x61\x24\x70\xc3\x9a\xea\xa0\x89\x7b\x24\x4d\x5a\x6d\xf8\xe2\x87\x0b\x6e\xde\x08\x13\xf5\x1d\xe4\x1e\xbc\x94\x48\x71\x7a\x0f\xf2\x93\x46\x35\xb8\x16\xfe\x1f\x86\x20\x8f\x1a\xee\x50\x8e\x4c\xb9\x83\x3e\x13\xba\x83\xde\xa8\xfd\x61\xff\xe8\x3b\x68\x5a\x97\x2e\xe0\x0e\x6a\xff\xd7\x9f\x62\x86\x6e\x54\xad\x75\x62\xda\x1b\xe9\xf6\xec\x20\x7b\xcf\x17\x04\x38\x9e\xf9\x86\xfa\xd0\x0e\x8e\x37\x40\xe1\xb2\x87\xf9\x0d\x0c\x68\x75\xdc\x3d\x73\xd6\xfd\x03\x26\xd9\xcf\x2c\x0b\xe2\x1d\xb3\x72\x8e\xc5\xce\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\x8d\xdf\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\xc6\xcc\x7c\xd2\x76\x0a\xb9\x77\xc0\x31\x8b\x35\xd4\xf8\xb0\x4a\xfe\xde\xc9\x8a\x96\x73\x70\xa5\xb2\x63\xcb\x0d\x44\x58\xed\x23\x74\xc3\x84\xf9\x91\xe4\x07\x2f\x8f\x02\x32\x37\x4c\x96\x36\x03\xdd\x4c\xff\x6c\x77\x85\x3b\x21\xa1\xc5\xc2\x81\xca\x57\x66\x0c\x18\x2d\x3f\x87\xc1\xb1\xa3\x50\x89\x7b\xa0\x98\x90\xb2\xec\x86\x8f\xfa\xb2\xfb\xf4\x7d\x50\x7a\x8b\x93\x0e\x62\x29\x3d\x9f\x9c\x27\xe9\xa5\xee\x33\x47\xa1\x71\x9f\x1c\x85\x68\x60\x44\xa6\x0b\xd6\xde\xd0\xbf\xd9\x40\x76\x23\xfd\xb3\xbd\x5b\xef\x93\x27\x9e\xa0\xf3\x4d\x2f\x76\x1b\xea\x6f\xe4\xcc\xf3\xad\xe4\x4e\xc8\x58\xdc\x24\x75\x8a\x9a\x7a\x42\xc6\xe5\x16\xc9\x90\xcb\x44\xf3\x82\x59\x3c\x2c\x82\x11\xf3\x30\xcb\x92\x99\x6a\xe8\xe3\x3e\x92\x07\x11\x93\x9f\x9b\xfa\x7d\xa1\x1c\x96\x89\xbe\x50\xcb\xd8\x2c\xfb\xe2\xab\xed\xa3\x87\xbc\x6f\x5e\x21\x3e\x6f\x90\x6a\xd1\x44\x55\x95\x57\x1b\x5e\xe5\x86\x47\xf7\x83\xb2\x34\x3f\xff\xff\x72\x83\xbd\x7a\xef\x07\x9b\xc6\x14\x31\x39\xb3\xab\xa5\xde\x4f\x52\x20\x92\xe0\xcf\xd5\x9c\xa9\xec\x7e\x20\xba\x3c\x6f\x0f\xcf\xf2\x7f\x13\xfb\xfc\x98\xfa\xa8\xea\xb9\xa0\xd8\xdb\x4f\xcf\x84\x3b\x1a\xc3\x83\xf0\xc3\xf2\xf9\x20\xd7\x7a\xea\x07\x5c\xb2\xbb\x3f\xe0\x85\x33\xfc\x03\x15\x1e\xe1\x2f\x72\x71\x4d\xd4\x83\x7b\xb9\xbe\x80\xa5\x73\xb8\x0a\xfb\xb3\x41\xe9\xad\x7d\xf6\xc0\xa9\xdc\x9b\xe2\x41\xe9\x0f\x7b\x20\x3e\x1b\x34\x20\x9a\xc8\x87\xc1\x85\xd6\xd4\x3f\x4c\xc7\xe1\x9b\xd6\xb3\x25\x87\x6a\x9c\x1b\xdd\x36\xdc\xc7\x8b\x82\x6a\xd5\x5a\x3c\x40\x3d\x5d\xb8\xec\x29\x70\x49\x14\xae\x7b\x58\x86\xcc\xc5\x72\x1f\xa0\x9c\x65\x0f\xe6\xa7\xa4\x58\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xbc\x74\x8e\x86\x7a\x98\x97\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x22\x79\xd9\xf3\xf6\xa9\x98\xca\xe5\x67\xf2\xe8\x9f\x9c\x14\x1e\x1a\x73\x9d\xea\xf2\x61\x91\x5a\x57\x0f\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\xce\x41\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\xb1\x13\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\xaa\x53\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x18\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x80\x23\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x01\x9e\x17\xd8\x7f\x56\xae\xad\xbe\x40\xd4\xa1\xf5\x7e\xcf\xe2\xd2\x5a\xfc\xac\x1c\x86\xa8\x58\x54\xfc\x58\x20\xad\xdc\x9a\x7e\x83\xfe\x02\x7e\x61\xa2\xe4\xa4\xf7\xc5\x22\x13\x7b\x6b\xa1\xea\xc7\xfa\x2c\x2f\x6b\xb3\xb9\xa4\xea\xb3\xa7\xe8\x56\x27\x48\xf8\xe6\x0b\xfa\xb3\x43\x74\x0b\x09\x3c\x70\x4e\xb3\x8a\xe0\xd9\x29\x51\x2c\xbb\x59\xf6\x63\x6d\xfe\x02\x2c\x62\x11\x07\xc5\xdd\xfa\x6c\xad\x3d\x89\xd2\xdc\xd0\x88\x6a\x67\x8c\xe7\xc0\x0d\xd6\x93\x07\xdf\x33\xeb\x02\x9f\xa3\xbf\x2b\x6a\x26\xcb\x2c\x18\x52\x00\x3d\x07\x79\xc0\x44\x21\x2f\x86\xf5\x08\xcf\xc1\x25\xef\x7e\x81\xb7\x6c\x21\xbb\x07\xc1\x84\x36\xbb\x3e\xc8\xf1\xf6\x91\x41\x27\xf9\x54\x5c\x76\x22\x16\xd7\x3b\x81\xb1\x85\x76\xde\x78\xa0\xc8\xf3\x15\xf4\x39\xe9\xcf\x25\xfd\xcd\x73\x52\x27\xaa\x7b\xf1\x73\x71\xee\x45\x02\xd4\x6a\xbe\x93\x3e\x48\x3a\xf1\x99\x86\x2b\xf9\xc1\x1f\x40\xa8\x79\x1e\x2f\xca\x2c\x4b\x7b\x78\x84\xf9\x26\xff\x40\x0d\x66\xbf\xfd\x07\x06\x48\x47\xfd\x3c\x54\x7a\xd5\x3f\x65\xf4\x79\x60\x6c\xdc\xec\x0b\xf2\xa4\xb5\xd1\xe0\xe5\x86\x66\xd2\x1c\x0e\xc0\x66\xb0\xfc\x40\xc3\x65\x8f\x99\x07\x1a\xae\xcf\x99\xff\x90\x9b\x75\x13\x7c\x60\x6c\xb4\xf7\xf0\xf3\x90\x71\x34\xde\x87\x8c\xe3\xff\xc7\x7f\xff\x0b\x27\xaf\x7a\x80\xe8\x3e\x8e\x11\x0f\xf4\x53\xce\xb4\xf0\xb0\xbc\x86\x03\x3e\x1f\x66\x9f\xb0\xab\xc7\x03\x84\x27\x23\x45\xfc\x60\xac\x9c\x72\xc2\x89\xdf\x8f\x34\x4e\x3d\x93\xa6\xa2\xe7\x97\x26\x25\xbf\x8d\xdf\x0f\xda\x96\x7f\x8b\x18\xbf\x1f\x58\xf9\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\x7f\x6c\x12\xbf\x8d\x14\x85\x9e\xa1\xe5\x2b\xa2\x00\x76\xca\x4d\x76\x94\xf8\xa1\x50\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xb4\x5b\x7e\x9e\x41\xd0\xbf\x83\x31\x7e\xac\x2a\xab\x43\x20\x7e\x70\xf1\x9f\x32\x15\xc5\x0f\xf5\x2f\x94\x2a\x33\x7e\xc8\xa5\xa6\xfb\x48\xfc\x0a\x64\xbe\x27\x09\x2a\xa8\xe1\x49\x64\x1e\xb4\xb5\xa9\x4b\x64\x83\xe8\x4d\x73\x00\xdc\xd5\x9b\xe6\x08\x6e\x71\x9b\x3c\x60\xe2\x57\x73\x52\xb4\x8e\x2c\xaa\x16\x9e\x85\x9a\x0b\x23\x22\x98\x09\x4d\x09\xb4\xe2\x47\x28\xd5\xd4\x44\xcb\x61\x6a\x58\x2d\x7b\x15\x19\xc8\xdb\x3b\x65\x68\x89\x5f\xe3\x26\xf3\x62\xb1\x6e\x9a\x8e\xe4\xf8\xb5\x74\xbf\xf3\x27\x07\xdb\xd0\x50\x1a\xef\x49\x6e\x82\x67\x76\x17\xe1\x1d\x0c\xd2\xf5\x02\xcb\xc8\x86\x19\xa0\x53\xd8\x15\xad\x38\xea\xca\x2a\x4e\x3a\x7e\x30\x1e\xf6\xae\xff\x47\xb6\xa0\xa1\xc3\x7a\x38\x55\x9b\x38\x7e\x48\xaf\x30\x55\x92\x37\x7e\x48\x10\x56\xbd\x2f\x46\xce\xa6\xbf\xb8\xf9\x85\x3b\xa1\x5e\x48\x0b\x02\xfb\x60\xf3\xff\x4c\x75\x2b\xad\xe1\x2b\x08\xd8\x82\xbf\x80\x25\x76\xf8\x19\x65\xb6\x36\x4d\x0c\xcb\x93\x7d\x9e\x29\x60\x3d\x53\x2c\x57\x16\x1e\xf8\xe4\x6e\x57\x97\x33\xbb\xd4\x4c\xa1\x7a\xfd\xcf\x53\x0b\x7f\xf5\x61\x26\x62\xbe\x83\x25\x92\xe0\xba\xa5\xca\xa7\xf1\x5b\x64\x99\xe2\x17\x68\x97\xed\xfe\x81\x27\x76\xf1\x27\x64\x2a\x0f\x03\x48\x63\xf5\xcf\x0f\x90\x39\x9f\x26\x78\x4b\x28\x7e\xe1\x61\x13\x62\xb2\x9d\xea\xcf\xee\x1f\x10\xc4\x58\xfd\x0c\x59\xff\xf9\x1f\xf1\xaa\x9f\xff\xb1\x37\xba\x56\x17\xda\x9f\x6e\x9e\x3c\x52\x46\xfc\xc5\x44\x14\x3f\xe8\x8a\xe6\xcf\xdb\x97\x90\xa2\x8b\xff\x8e\x9c\x36\xcd\x3b\x13\x18\x84\x27\x16\xd6\x41\x55\x1b\x8b\x1f\xfc\xb2\x94\xa2\x3f\x7e\xc8\x67\x20\x93\x67\xfc\x0e\xa6\xb3\x57\x83\xe7\x44\xf8\x84\x06\x74\x52\x3c\x78\xe7\xc2\x1f\x5d\xd6\xe8\xf8\xc1\x83\x5c\x36\xd3\xf8\x5d\x1c\x83\x37\xd9\x35\x49\xa2\xdf\xc0\x32\x79\xd7\x31\x8a\x2e\x4c\x33\x3c\x8e\xba\xf9\x99\xe7\xbf\xf7\xd4\x9d\xab\xa6\x0f\x10\xf4\x36\x7f\x16\x40\x3c\x61\xbd\x65\x1e\x96\x43\xf3\xf3\xce\x79\x14\x4d\x0f\xbb\xfc\xf7\xc2\xf6\xa3\x8c\x13\x7f\x6e\xf4\xd5\xd1\x79\xb8\xfd\x52\x96\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd2\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\xd0\xd3\xe9\x0c\xdc\x52\x65\xa1\x3e\x37\xb6\xe8\xff\xf7\xf7\x8c\xfc\x77\xb9\x8b\x0d\x55\xa3\xfa\xf0\x73\xca\xd0\x7f\x13\xb7\x15\x3a\x77\x7d\x7e\xa0\x7b\xb8\x5a\xc4\x91\x26\xf5\x66\x6c\xac\xc7\xb4\x3c\xca\xd4\x26\x14\xbf\xc1\x3e\xb4\x7c\x5b\xe1\x2e\xf4\xd4\xbd\xa7\x5a\x28\x48\x21\xb6\x4a\x71\xe4\x2f\x10\xa5\xa6\xd8\xb9\xd8\x2a\x8f\x93\xea\x17\xe8\x4d\x28\x22\xe0\x7a\xbd\xc9\x85\x27\x36\x9a\x35\x74\x49\x8d\xad\x41\x80\x49\xc2\x6d\x8d\xa8\x74\xf8\x8b\xac\x7c\x22\x0e\xc0\xf9\x23\xab\x62\x6c\x08\x1a\x93\xbd\x2a\xb6\x4e\x08\xe5\xd5\x63\x25\xcf\xe5\x26\x3b\xaf\x5b\x62\xec\xad\x27\x97\x69\xae\xe0\x8c\xdd\x87\x9f\x81\xc6\x43\x33\xd3\x79\x9c\x57\xff\x00\x4f\xa8\xe5\x67\x32\xb6\xc7\x45\xd3\x48\x75\x8b\x3c\x7e\x3c\x75\x8c\x23\x53\xee\xc8\xd8\xe0\x6e\xdd\x43\x44\xbe\x87\x60\xad\x3a\x1b\xb6\x41\x1a\x35\x4c\x5e\xff\xc3\xff\xa3\xf2\xda\x74\x07\xf4\x13\xf2\xa8\x59\xde\xc8\x83\x1e\x9c\x58\x91\x8c\xa0\x30\x05\xb7\xc7\x16\x84\x2c\xde\x27\x38\xcf\xc2\x6b\x39\x39\xf3\xc2\x4d\x1b\xc2\xaf\xba\xd9\x61\xf2\x08\xf5\x18\x27\x6f\x35\x6e\x12\x95\x81\x7a\x88\xe8\x99\x31\x61\x7a\xa6\x0a\x43\x82\x7f\x83\x6d\x43\xfe\xaf\xb1\xe5\x55\xda\x12\xe4\x3d\xe1\xaa\x34\x9c\xb1\xc1\x7b\xa5\x7b\xe3\x2c\xca\x0b\xf3\x17\x8a\xfb\x28\xc1\x44\x6c\x2b\x97\x52\x0c\xb6\x88\x88\xbc\xf8\x70\x2d\xae\xde\xfd\x7b\xce\x83\x9a\x80\x75\x63\xfe\x4c\xf5\x8e\x61\xce\xbf\xdc\x8c\x62\xe3\xd9\xa7\xa3\x62\xcb\x0b\xb0\x65\x20\x2e\xc0\x4a\x22\x10\x1b\x7c\x5b\x96\x6e\xc0\xb1\x1d\x0c\x93\x5c\x1a\x02\x2f\xb8\x53\x14\x1f\xbc\x4c\x7a\xd6\xe0\xf6\xab\xca\xff\xb1\xbd\xf7\xd9\x29\x4d\x4f\x6c\xbc\xbf\x0a\x7a\x6e\xac\x30\xbe\x2c\xd1\x4e\xf8\x6c\xb8\x87\x93\x3d\xfa\x7f\xaa\x55\x2c\x22\x19\x36\xbe\x2c\x5c\x4e\x92\xa0\x51\x22\xc9\xf8\xf2\x18\xe0\x46\xd2\xbd\x4e\x17\xd5\x99\xde\x10\xbc\x10\x4f\x7f\xd0\xb1\x47\xfd\x01\xf5\x00\xde\xe5\x70\xd9\xed\x42\x80\xdb\x45\x50\xa9\xdb\xd9\x76\x91\x15\x9a\xdf\xe0\xc1\x60\xa2\xdf\x23\xb2\x35\xef\x6a\x24\x6a\xec\xe6\xdf\x9b\xba\x6c\x4d\x0b\x73\x86\xbb\x4b\x64\xcb\x51\x11\xca\xd8\x78\xc7\x5d\x6e\x8f\xb9\xfc\x34\xc6\xf7\xce\xdb\xaa\x59\x91\x55\x77\x7c\x1b\xdb\x50\x76\x47\xf5\x56\x62\x7b\x28\xb2\xbd\x92\xf0\xb1\xe8\x96\x5c\x88\x3a\xef\x3e\x68\x1e\x52\xe0\xf7\x91\xfc\xc1\x87\x04\x6c\x12\xca\x70\x11\xe5\x47\x39\xa6\x2d\x5c\xde\x03\xb9\x2a\x9a\x2a\xca\x8f\xf8\x51\x93\x58\x7e\x38\xf3\x97\x5e\xd8\x30\x67\x5a\xe8\x42\x4f\x58\x69\x42\xa3\x6c\x29\x46\xfc\x06\x15\x38\xc2\x3a\x65\xcb\x85\xf2\x1b\x18\x95\xa4\x40\xd9\xa8\xb3\x0b\x7f\xf1\xb0\x09\x51\xc5\x34\x30\x52\xf3\x45\x41\x86\x40\x85\x7d\x44\x41\xd9\x19\xa5\x29\x8f\xc2\xac\x2f\x4a\xa1\x19\x05\xa5\xbb\x95\xb5\x3f\x0a\x1c\x19\x54\xa8\x35\x4a\xde\x2a\x75\x25\x29\xb8\x55\xaa\x9c\x67\x14\xdc\x2a\x15\x5c\x15\x05\x8e\x0c\x53\x0a\x97\x28\xc8\x13\xa3\x5c\x0c\x51\x2a\x22\x85\xc5\x8d\x85\xd9\xb7\x15\x54\x16\xa5\x26\x47\xfb\x0b\x64\xf7\xab\xee\x12\x22\xdd\x8b\x85\xe2\x32\x4a\x30\x15\xa5\x11\x12\xe8\x24\x2c\xcc\xa6\xfd\xf3\xe2\xb0\xe0\xa1\x94\x67\x51\x98\x73\x50\xca\xb3\x28\xc8\x9f\xad\xa2\x79\x51\xde\x5b\x6a\x55\xc9\x90\x28\x0d\x91\x8a\x92\x5e\xe5\x45\x00\x7d\xfc\xfc\x0c\x7b\xb7\x47\xc9\x8c\x84\x52\x8d\x45\xe9\xac\xae\xa6\xc5\xef\x94\x0c\x3a\xd9\x4a\x4f\x16\xf4\x1b\xef\xda\xaa\xfc\x5a\x14\x1c\xe7\x0a\xc6\x8a\x02\x03\xc0\x92\xea\x2b\x0a\x7c\x68\x87\xd9\xa7\x13\x3b\xeb\xa8\x2b\xcc\x7e\xad\x6d\x55\x7a\x12\xa9\x99\xee\x0f\x00\x9d\x3e\x60\xf1\x6e\xe9\xeb\xa2\xc0\x00\x50\xbd\x34\x2f\x1e\x68\xbf\xee\x0f\x08\x5a\xcc\xa0\xf0\x8c\x90\x37\x61\x94\xc1\x7b\x59\xf1\x0b\x0b\xfe\x58\x7e\x26\xb4\xea\x7f\x49\xac\x10\x25\x88\xe5\x74\xa7\x2a\x81\x7c\xae\x9e\x76\x58\x03\x54\x6b\x2d\x4a\xe4\xae\xd4\xc2\x05\x81\xb7\xe7\xe0\x45\x14\xb5\x78\xc8\xb0\x07\xc8\xad\x26\x0a\x22\xab\x86\x47\x14\x44\xac\xba\x65\x15\x64\x9a\x51\xa1\xc1\x28\x30\x0f\xa8\xfe\x55\x14\x98\x07\x54\xa2\x2b\xca\xa4\x78\x94\x7c\x2e\x2f\x00\xe9\xc3\x3b\x08\xf1\xdf\x9b\xaf\x34\x25\x95\xfb\xa6\x69\x12\xb8\x79\x1a\x16\xfb\x10\x0d\xa9\xbb\xf7\x42\x2d\xf0\xbb\xd9\x91\x65\x57\xe4\x6e\x11\x85\x6a\x76\xdd\x47\xca\xce\x16\xd5\xc0\x4e\x22\xfd\x3e\x65\x78\xf7\x0f\x38\x86\x04\xf5\x0a\x33\xf8\xc5\xe7\x87\x24\x5a\x44\x22\xf7\xb4\xa2\x0d\xa2\x1c\x84\x2c\x1e\xf7\xc1\x03\x5f\x13\x03\x6f\x89\x61\x09\x7b\x50\x25\x33\xfd\x03\xab\x2b\xf9\x83\x85\x0f\xdc\x03\xcf\x0d\x51\x00\x8d\x79\x55\xe4\x7b\x94\x93\x17\x56\xcf\x1b\xbd\x5f\xbd\xfa\xc8\x3c\x33\x2c\xa1\xe1\xd9\xf0\x99\x36\xa8\xcc\x87\x05\x4f\x7a\x36\x4c\x7f\x40\x65\x97\x6e\x23\xe5\xe4\xf1\xad\x0b\x4e\x01\xe6\x18\x1e\x04\x0b\x55\x7f\x9e\x39\x0b\x1a\x04\xa2\xac\x7d\x59\x29\xac\x42\x6d\x8c\x5d\x50\x0b\x30\xcc\x2c\x17\xaa\x63\x08\x00\x17\x96\xf6\x33\x22\x2e\x37\x7b\xd0\x3a\x30\x9f\x9e\x15\xbe\x05\x55\xa4\xab\x37\xd5\x0d\x5f\xe9\xcf\xff\xf0\x00\x37\xcb\x3f\x14\x13\xee\x21\x21\x42\xf5\x0f\x60\x2f\xcf\x0a\x20\x82\x55\x42\x05\x08\x61\x78\xcf\x3c\x54\x45\x08\xb4\x97\x27\x83\x22\xdc\x22\xf3\x7c\x8a\xc6\x07\x05\x0d\xbd\xef\x1f\x0a\x43\xb5\x50\x59\x66\xda\x1a\xd8\x9a\x20\x41\x80\xb4\xc2\xd1\x72\x7c\x5e\x38\xf8\x85\x5f\xe0\x7d\xd7\x5f\x6c\x3c\x99\x74\x40\xd7\xc4\x11\x9f\x1f\xc0\x30\xd5\xcf\x9c\x88\xaa\x67\x46\xc4\x4f\x3d\xe3\x40\x77\x97\x50\x54\x2b\xcd\x77\xd4\x8d\xb6\xab\x4f\x83\xef\x2e\x93\xd3\x40\xd4\x92\xc3\xd4\x17\x28\xdc\x6c\x3d\x72\x45\x96\x62\x95\xd3\x8a\x5a\x78\x3f\x0a\xff\xc0\x13\x5d\x38\xba\xa2\xe8\xc7\x68\xee\x02\x99\xc3\x97\xff\x3f\x60\x93\x59\x7a\x26\xcb\x7f\x5a\x84\x68\x98\x7e\x7e\x30\x28\x7d\x90\x4a\x00\xc1\xe8\x8a\xa0\x9b\xcd\xe8\xab\x56\x72\x98\x80\x4f\x45\x5d\x66\x65\x49\x8b\x5a\x89\x00\x86\x7f\x20\x0c\x11\x46\xac\x48\x4e\x33\x7f\xf1\xa7\x93\xa8\x42\x11\xae\x9c\xde\x51\x2b\x63\x12\x35\xe6\xc6\xf3\x5e\x57\x87\x0a\xc5\xb8\xa5\x5f\x05\x24\x51\x3e\xf6\xa8\x8d\x36\x0f\xcf\x62\xa7\xa9\xc8\x43\xea\x64\x26\xe1\x9e\xda\xa9\x16\x95\x10\xaf\x1d\xcc\x23\xf9\x56\x3b\x4f\x5f\xaf\x25\xf2\xbe\x54\x4f\xf4\x60\xe0\xa3\xc0\x59\x65\x6a\x37\x1b\x46\x2a\xe2\xa9\x95\x86\x38\xea\xe0\xe1\x64\x22\x10\x60\x3d\xcc\x3e\x83\x37\x53\xc1\xb7\x9a\x5a\x6f\xdd\x3f\x2a\x0a\xc0\x29\xf9\x4c\xd4\xa0\xd0\x35\x8b\x32\x6b\xb0\x0e\xf5\x1a\xe0\xc8\xcf\x33\xec\x4b\x9f\x06\x40\x63\xf7\xf7\x49\xa3\x36\x09\x7c\x00\x94\x4c\x36\x6a\x00\xcd\x49\x16\xd4\x20\x89\xba\xe2\x54\x9e\xe9\xcb\x83\x98\x49\xa3\x68\x60\xfa\x38\x25\xdb\x8c\xca\x63\x5d\x5a\xef\x8a\x02\x6f\xc6\x5a\x95\x11\xcf\xd5\xcf\x94\x60\xd3\x3f\xc0\x5a\xa0\x13\xb7\xb2\xc2\x9b\xdc\x9e\xa2\xae\x24\x4a\x6f\xe4\x29\x2f\x5c\x50\x17\xc1\xb9\x84\x60\x4d\x4d\xba\x20\x60\xa5\xc9\x5e\x67\x43\x65\x9c\xcc\x47\x3c\x2c\xe2\xa3\xe9\x2f\xb8\x59\x75\xc7\xad\x3b\x13\x7a\x9b\x03\x76\x1a\x42\x2c\x0f\x98\xff\x57\xe9\x00\xa3\x22\xdf\xaf\xe3\x79\xa2\x22\x3f\x8c\x55\xac\x75\xe7\x5d\xc9\xd3\xbb\x53\x9c\x5b\x66\xec\x14\xad\x9e\xae\x03\x50\x54\x90\xa7\x42\x3d\x3e\x74\x94\x57\xd4\x58\x6b\x2a\x7b\x12\x95\xea\x71\x95\x31\x89\x7a\x50\x02\x58\xaa\x40\x03\x51\x95\x6d\x2f\xea\x41\x3e\xf1\x0b\x27\x9b\xf0\x0b\xd7\xcb\x89\xe6\xbc\x83\xe0\xd0\xbb\xfe\x04\xaf\x77\x3f\x23\x65\x91\x0e\xeb\x7a\xe6\xdc\x69\x9c\x27\xf7\xb4\x97\xf0\x24\x73\x6b\xb6\x4f\xf8\x85\x7b\x33\x9c\x0c\xb9\xf4\xfb\xdc\x7f\xe6\xe5\x54\x6a\x78\x45\x91\x07\xe6\xe7\x03\x80\x80\xc3\x92\x09\x5a\xfc\xa6\x6c\xa5\x51\x2f\x04\x5d\x98\x04\x16\xa3\x58\x66\x09\x26\x7e\x31\xaf\xb3\x32\xda\xf4\x66\xb8\x72\xf5\xd4\x07\xc2\x5b\x86\xe7\x01\x66\x7c\xb9\xc7\x47\xbd\xb9\xdf\xbc\xbd\x6e\x24\x88\xf4\x16\xbe\x33\x71\xa6\x46\x71\x53\x48\x68\x22\xef\x9c\x48\xbf\xc0\xe3\x5c\x6a\x88\x7a\x27\x95\x1a\x06\xb2\xfe\x2a\xb7\x5d\xd4\x17\xc6\x54\x45\xd4\x46\xbd\x49\xb4\x88\x84\x65\x61\xb8\x07\xa0\x9a\x36\x65\xb7\xac\x34\xde\x7b\x66\x9f\xdc\x6d\x62\x07\xf8\x67\x0e\xa3\x81\x87\x2c\x29\x4d\x47\x4d\x9c\xf3\xa7\xb0\xa2\xa8\x0f\x2f\x53\xe6\x26\x7a\x73\x2a\xa1\x4e\x54\xa4\x04\x5e\x1e\xf2\x43\xec\x27\x6e\x69\x0c\x57\x91\xff\x4d\xb4\x5f\xae\xc4\xd0\x0f\x0c\xe1\xae\x7a\xce\x51\x4f\xfd\x80\x95\xf8\xbc\x30\x50\xa5\xc6\xcf\x10\xdf\xda\xa9\x0d\x25\x89\x6d\x13\x68\x8c\x74\x9e\xba\x6c\xb7\x8d\xb7\x3e\xad\x5c\x63\x44\xcb\x4f\x62\xad\x95\x0c\xa7\x16\x0d\x85\x89\x14\xf4\x05\x33\xec\x79\x6d\x1b\x51\x8e\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xd8\xf9\xee\x1e\x79\xa3\x0a\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\x1d\xf1\xc0\xa9\x6b\x11\xa8\x69\x15\x49\x3a\x24\x46\x1b\x43\x89\x3d\x91\x2f\xa6\xa9\xf2\xca\x8f\x06\xd5\x8b\x12\x85\x45\xa3\x7d\x7f\x7a\x56\x10\x43\xa2\x94\xa7\xd1\xe0\x08\xa9\x7c\xa4\xd1\x1a\x6f\x60\xee\x11\x9e\x91\x43\xf0\xa0\xa5\xb9\x5f\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x55\x0d\x6d\xab\xd6\xc8\xa4\x02\xfb\x8d\x51\x22\xca\x15\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x2c\x91\x7e\xae\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x01\xc9\xc3\x73\x95\xda\x14\xb7\x88\xd0\x35\x33\x2d\xea\x3b\x28\x9b\x67\x34\x14\xe2\x9d\x9b\x4e\x8f\x06\x65\x8a\xaf\xf9\xad\x73\x2e\xf5\xff\x40\x4d\x17\x89\xc0\x36\xf2\xd8\x14\xc9\x70\x30\x18\x9f\xe7\x86\x4c\xee\x7e\x1e\x1c\x82\x18\x6a\x70\x08\x7e\xc6\x6a\x0a\x0e\xb4\x91\x13\xab\xa9\x1f\x0c\x2a\xfc\xbc\x41\x48\xe1\xbd\x0c\xe7\x4a\xa5\x6b\x88\x46\x68\xe6\xc5\x8b\x5c\x09\x11\x15\xbc\x3d\x98\x07\x91\x72\xcf\x42\xb5\x21\x50\x45\x49\x25\xa3\x51\x7d\x22\x7c\xd1\x60\x9f\x69\xd3\x4c\x4a\x64\xb5\x79\xab\x32\x35\x8d\x14\x8c\x6d\x4e\xbe\xa0\x2e\x27\x76\xe2\xf0\x07\x38\xa5\x85\x1d\xda\x4c\x99\x26\xa2\x17\xfb\x14\xf6\x6a\x2b\x05\x8a\x88\x58\xc9\x60\x9a\x5b\x3a\x18\x6c\x12\xe5\x6d\x51\x1e\xe8\x62\xd6\xd6\xe2\x1b\xee\x85\x18\xc6\x7b\x83\xe9\x5f\x54\x96\x32\xda\xe2\x5c\x98\x0c\x58\x70\xcd\x73\x7b\xd2\x29\x2a\xf6\x9c\x1b\xd1\x49\xad\x8c\x87\x8e\x12\x62\x4d\x45\x0f\xa2\x11\x8b\x6d\x96\x9d\x7b\xee\x47\xff\x80\x3b\xc2\x74\xa7\x39\x30\x8d\x23\x73\xf7\x79\xc9\x76\x1e\x8b\x9b\x7f\x20\xa3\xd5\xbf\xb8\x78\x47\x43\xcd\x31\xe7\x74\x8a\xc6\x04\xc2\x56\xdf\x37\x28\x7e\x7c\x65\x6d\x09\xdd\x74\xff\x6b\x44\x6a\xaa\xc0\x18\xed\x48\x92\x34\x0a\xe4\xe6\x9b\x9b\xe5\x3b\x02\x9d\x8b\xe5\x39\xe3\x9c\x95\xa9\x2c\xda\xc9\x71\xeb\x6e\xd4\xce\x1c\xb7\x7f\xc0\xfe\x12\x6e\x6a\x00\x52\x8e\xf2\x8b\x76\x62\xf7\x08\x06\xb5\xeb\xc7\x17\xf4\x05\x80\x52\xb1\x77\x54\x83\x39\x48\xb9\xe5\xa2\xc1\xfc\x33\xed\x8e\xd3\x2e\x32\xfb\xe6\x2f\x78\x18\xea\x42\xd6\xa0\xbd\x29\xf6\x85\x6a\xb0\xff\xa8\x84\x4a\x34\xba\x4c\x4e\x6f\xd1\x2b\xe7\x5b\x6f\xc0\x20\xa4\x04\x6a\xd1\x6e\x86\x6c\x68\xe0\xa8\xdc\xa5\xfc\x69\xd1\x6e\x6a\x6b\x74\xaf\x6c\x0c\x64\xf1\x38\x61\x31\x1a\x06\x11\xf0\xa3\x2c\x3f\xf3\x2d\xaa\xce\x0e\x83\x0a\x94\xfa\x2a\xf6\x9d\x6a\x77\xae\x9f\xbb\xc0\x5e\xb1\x5c\xb9\xb1\x7e\x9b\x0f\x4b\x84\xc2\x0c\x1f\xa6\xa9\x52\xd2\x45\xb4\x3d\x30\x44\x58\x7c\x52\xc5\x64\xa9\x40\xec\x65\x59\xf8\x24\x4f\x89\xe8\x87\xea\x9d\xe6\x1f\xc8\x00\x66\xc3\x4c\xf4\xa7\x1d\xdd\x7f\xd0\x58\x4a\x9e\xf6\x1f\x66\x52\x22\xa1\xa3\x34\x97\x32\xf8\x44\x07\x54\x52\xfa\x9c\xe8\x8c\x8d\xb1\x3b\x57\x47\x52\x97\xd0\xd2\x74\xd8\xa9\x94\xcb\x26\xfa\xef\xc6\xb3\xde\x07\x54\xb2\xd6\xab\x23\x83\x5f\xb1\xb3\x56\x47\xa0\x8b\x92\xc2\x44\xdf\x48\x81\x28\xde\x18\x53\xd2\xdc\x02\xd5\x3f\xd3\x2d\xe0\x32\x27\x79\xd1\x61\xe7\xb2\x0d\xb4\x6f\xa8\xcf\xa7\x53\xa8\x6f\x24\xd1\xcf\x0f\x54\xf6\x22\x99\xc9\x92\x37\x01\x84\xce\x2a\xb4\xbe\x55\xf5\xc2\x3c\xaf\xcb\x3f\x30\x4c\x4e\x44\x03\xdd\xcd\x4d\x90\xa2\x23\x54\x46\x99\xd9\xa3\xa3\xd2\x56\x7c\x9e\x83\xd3\xe2\x16\x58\x93\x44\xa3\x7e\xd1\xde\xfb\x82\x46\x55\xf2\x6e\x60\xb2\x0f\x24\xbc\xf5\x0b\x5c\x29\x2d\x6d\x41\xcd\x3f\x09\xff\x5e\x7f\x70\xbe\xf2\x33\x4a\x42\x08\xb1\x74\xa8\xb4\x2c\x2a\xfa\x0b\xfe\x8a\x0f\x87\x5e\x93\x35\x34\x8f\x70\xe7\x94\x27\x71\xf4\x3a\xff\xfb\x5f\x53\x81\x86\xe8\x35\x87\xe0\x1f\x60\x2c\x14\x7f\x77\xe4\x91\xa9\x9e\xc5\xca\x11\x98\x22\xca\x0d\x5d\x35\x7b\xcb\x95\x52\x8b\x8d\xf2\xcd\x4d\xa2\xe6\x82\x12\xaa\x44\x87\x99\x2d\x3c\x8b\x2d\xe7\x5d\x7d\x34\xca\xbb\xe2\x16\x16\xbe\xd0\xa8\xda\x8e\x67\x4d\x3b\x0c\x71\xd6\x24\xf7\xc6\x2c\xa7\x7f\x49\xff\x13\x1d\xf1\xca\xca\x85\x12\xbd\xa5\xa8\xd4\x14\x20\x60\xd9\xa6\xf0\xde\x73\xc4\xa2\xb7\xc3\xcd\xc1\x9c\x98\xc8\xb4\xfa\x07\xe4\x44\x35\x9b\x74\x8e\xd8\xdc\xdd\x79\xdb\x11\x0d\x9d\x03\xd4\xb2\x22\xac\x27\xcc\x99\x08\xeb\x51\xd0\x69\x74\x84\xf5\x58\x09\xdd\x3b\x15\xbe\xde\x4f\x48\x94\x53\xec\x74\xd7\x51\x7a\x4c\xb9\x01\xa3\x8f\x8d\x2f\xe8\x0b\xd4\x1e\x53\x64\x6c\xf4\xc1\x55\xd4\x9a\x8c\x0e\x55\x96\x48\x04\x32\x35\x28\xec\x23\xf0\xbe\x26\x69\x70\x0d\xfd\x3f\xea\xbc\x9b\x64\x44\x47\x87\xa7\x04\x1a\x42\xe7\x4c\x8a\x8e\x98\xa0\xf8\x8c\x80\x40\x49\x6c\x04\xb7\x58\xeb\x3c\x3a\x35\x88\x4a\xac\x1b\x3d\x72\x59\xd4\x02\x60\xaa\x6d\xa7\x1d\x76\xc2\xf8\x3c\x77\x1e\x2f\xfe\x00\x9c\x5b\xdc\x45\xc0\x3d\x58\x24\x42\xe7\x18\x9e\x43\x3a\x26\x29\x4d\x69\x74\xa6\x70\x54\x48\x48\x74\x18\x0e\x6d\x7a\xef\x74\xb4\x55\x4e\xd1\xe8\x30\x14\x86\x79\x0d\x89\xa2\x8b\x3d\xfe\xfa\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\x61\xa2\xd6\x4e\xb8\x81\x93\x24\xb8\x07\xb8\xa9\x79\x21\x81\x94\x55\x5a\x3b\x7a\x02\x65\x9d\xa1\x1d\x99\x7a\x6c\x8b\xea\xa8\xaa\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\xf3\x96\xa5\x12\x72\x24\x86\x17\x62\xf1\x0c\x35\xd1\x28\xab\x6b\xbd\x68\xdf\x73\xe9\x34\x4a\xc4\xf7\x84\xb9\x67\xe7\x41\xdf\xfd\x03\x8e\x30\x4f\x34\xe0\xa9\xca\xa3\x45\xa7\x5d\x71\x13\xf4\xeb\xc8\x78\x68\xb7\xf7\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\xce\x38\x7d\x20\x1d\xec\x51\x24\x1e\xbc\x2d\x08\x4b\x76\x78\xde\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\xe2\x1f\x2f\x25\x72\x49\xc7\xa7\x01\xce\x8a\x96\xf2\x00\x88\xb6\xac\x3e\xf3\x8c\xd4\xca\x20\xb8\x27\x7c\x1c\x9d\x1c\x83\xa6\xf9\xcc\x59\xd3\xa0\x10\x83\xdd\x7d\x5e\x9d\x84\xa2\x96\x85\x27\x7d\xf7\x44\x12\xe0\x70\x7c\xfe\x67\x20\x79\x77\x17\xa0\x59\xb8\xb3\x9f\x74\xf6\x34\x32\x80\x62\x71\x6e\xde\x23\x30\x65\xc6\xe7\xb9\xf2\x05\x11\xf9\xe2\xe5\xa2\x72\x68\xd1\xaf\x8e\x64\x2d\x9a\x96\x8b\xe6\x8a\xcf\x0b\x74\xf9\x72\x8b\xd8\x32\x9f\x06\x51\x32\xcb\x0c\x7e\xe5\x20\xdc\x22\xef\xf9\x9f\x37\x00\x5f\x04\x02\xfb\xcd\x99\x17\x10\xed\x40\xcf\xab\xfd\x49\x43\xd7\x01\xad\xc3\xad\xdf\xc9\x5a\x9a\x65\x6a\x29\x37\xf3\x1a\x6c\xad\x8a\x95\x8f\xce\xa2\x1e\x2a\xf5\x1e\x1d\xf9\x0d\xe7\xf6\x69\x82\xe7\xb6\x65\xd9\xf3\xe2\x7d\xfb\x85\xf7\x87\xe2\xd2\x0c\x8f\xac\x39\xb6\x18\xf7\x87\xc2\xec\xf3\x02\xd6\xde\x5b\x0e\x0e\x59\x8e\x11\x18\x74\xb8\x52\x52\xd1\x18\x08\x19\xb2\x07\xff\xf8\x51\xfb\xa1\x9b\xcf\xa0\x53\xf5\xf6\xf9\x82\x0c\x3a\xfc\x49\xce\x44\xd7\x0f\x74\x1e\xd5\x39\x35\xe0\x33\x6d\xff\xe4\x91\x8a\x43\x91\x39\x10\x57\x64\x67\xf2\xf1\xe3\x6a\x0f\x77\x0a\x96\x15\xfb\x8c\x1f\x39\x54\xbb\x64\x24\x7e\x96\x50\x1e\x5b\xd2\xed\x1f\x88\x60\xdc\xe9\x96\x93\xa7\x5e\x37\x5a\xf6\x86\xdf\x20\xec\x70\xb7\x88\x26\xb2\x8f\xf3\x28\xc4\x55\xd5\x3f\x40\xee\xea\x00\x1c\x85\xd7\x7c\x0f\x04\xa1\xe0\xd5\xe1\x44\xa3\xe0\x4c\x16\x0f\x8c\x42\x32\x4d\x44\x22\xdc\xea\x37\xa8\x86\xf3\xc8\xe0\x0a\x66\xef\xc8\x51\xa9\xfb\x31\x15\x34\xba\x6e\x52\x5f\x8f\x4a\x32\xfd\xcc\x8b\xbc\x07\xc6\xf2\xb2\xfd\xf3\x06\x56\x48\x1a\xc9\x51\x79\x64\xb9\x8f\xc6\x3b\xb5\xc4\xff\x68\x64\x5e\x9d\xc4\xa3\x61\xff\x49\x4e\x0d\x5a\x5e\xa7\x87\x0e\xcb\x6b\xb1\x2b\xec\x48\x07\x70\x8f\x8c\x30\x35\xfc\x05\xf5\x0d\x9f\x1f\xa8\x2d\x34\x9d\xa9\xc4\x34\xb7\x02\x87\x7e\x06\x46\x68\xf9\x59\x21\x38\x84\xf9\x0c\x19\x9d\x4b\xa8\x63\x6a\xf4\x01\x17\x34\xbf\x80\x33\x24\xdc\x40\x2e\x98\xba\x80\x8a\x32\x3e\x0d\xe4\xbe\xd7\xcc\x64\xc9\x58\x5d\xf4\xc7\xc8\xf5\x50\x9b\x44\x6e\xe1\x2f\xd0\xa4\x54\x3f\x63\x90\x27\xcc\x35\x8c\x58\xda\xc2\x3f\x50\xaf\xe2\x05\x83\x0a\xd1\x3e\x39\x23\x55\x88\x9e\x19\xe4\xba\xb1\x47\xcc\x08\x8a\x40\xaf\x06\xa1\x97\xd0\xdd\x20\xd4\xd2\xd9\x37\x02\xc9\x78\x97\x7b\x44\x06\xae\xe6\x0e\x38\x08\xff\x0f\xcf\x0f\xaf\x5d\x20\x71\xba\x8c\x07\x63\x92\x62\x7d\x3f\xe9\xab\x2f\xfd\xc7\x98\xb0\x7f\x79\x04\xa8\xf0\x61\x6f\x84\x31\x99\x85\x43\x1d\x24\x70\xab\x7e\x81\x95\x1c\x35\x22\xe4\xce\x76\x48\xdc\x98\x1c\xa1\x1b\xc0\xae\xf8\x10\x80\x33\x48\xb7\x8e\x41\x4b\xb0\x67\x0c\xe9\x12\x95\x9d\x22\xc6\x4a\xde\xfa\xd3\x99\x34\xe0\x1b\x66\x4b\xf6\x58\x88\x7b\x32\x1b\x2d\x84\x0d\x7c\x7a\xa3\x5a\xf9\x43\x0e\xed\x18\x22\x7f\xf1\x06\x22\xf8\x33\xe8\x8c\xae\xda\xf1\x31\x52\xb1\x29\x45\xf3\xd8\x61\x7e\x09\x7f\x41\x67\x70\x13\xb5\x53\x88\x7e\xde\xc0\x2a\xfa\xfc\xd8\x29\xba\xcd\xbb\x07\x96\xd5\x6c\x82\x7a\xaf\xaa\x57\x18\xe3\xa0\x66\xd4\xb3\x76\xa0\x94\xaa\xcf\xac\x23\xbb\x14\x0d\x07\x14\xcb\xde\x70\x27\x2f\x52\x42\x3c\x03\x20\xcc\x26\xe7\x41\x0f\x75\xcf\xc3\xc9\xfd\xe7\x41\x9c\x28\xfd\x22\x7c\x3d\x4e\x16\x22\x10\x6b\x9e\x14\x44\xde\x2c\x08\xc1\x2a\x16\x0a\x4c\x7b\x63\x77\xdc\xc1\xaa\x1f\xd3\x44\x03\x95\xd9\xea\x3d\x12\x95\xf9\xa4\xb8\x48\xb4\x9f\x29\x35\xbc\x3f\xae\x81\x17\x44\xc3\x0b\xba\xea\x26\xab\xc2\xb8\x88\xf9\x3d\x2f\x50\x51\xda\xdd\x62\x5c\xa8\xc1\x61\xc1\x05\x48\x65\xeb\xf0\xb8\xe0\x86\x6a\x76\xbf\x29\xf3\xbd\xa3\x5f\xcc\xd5\x6d\xa8\x1d\x37\x63\x09\x44\xc1\x8d\x4b\xb7\x05\x3c\x6c\xc1\xb6\xc3\x8e\x3b\x97\xda\x2f\x04\x5e\x10\x3f\xde\x3c\x1d\x2d\x63\x90\xd9\xd0\x36\xcd\x71\x53\x17\xe8\x89\xbf\x73\x9e\x35\xe8\x17\x86\x55\x15\x2d\x8b\xc1\x54\x86\x8e\xd7\x19\x0f\xc5\x8a\x19\xf0\xc1\x89\x20\x7d\xcb\x40\x32\x9f\xcf\x49\xf7\x50\xe3\x23\xb0\x38\xe0\x14\xf7\xe1\xe0\x27\x27\x5e\xc3\x82\xdf\xfc\xf4\x11\xf2\x24\x91\xa2\x1a\x4e\x6f\xaa\x36\x19\xf1\x4b\x22\x87\x7e\xd8\x00\xfa\xfd\x42\x43\x8b\x55\xcf\x49\xd3\xd4\x0f\x98\xc9\x4f\x8b\x13\xcf\x9b\x9e\x11\xe0\x13\x6e\x20\x37\x76\xe8\x87\x83\x71\x21\x7a\xa6\x1f\x69\xd7\x33\xf5\x1b\x92\x1d\x91\x90\x4c\x1a\xca\xd8\x08\x14\x25\xc0\x63\xa3\x26\x5f\x6a\xd6\xd8\x78\x17\x9f\x6e\x83\x13\xe5\x26\x78\x2b\xd5\xde\x0f\x28\x2d\xbd\x9a\x01\xa5\xa5\xa1\x4f\x20\x77\x8f\x5d\xd0\x23\xbd\xea\xb4\x29\xa2\x70\xe2\xfc\x01\x91\x8f\x8e\xda\x80\xd3\x9c\xad\xc3\x51\x78\xf1\x98\x6e\x81\x76\x13\x6d\xa3\x28\x3c\xdf\x25\xe1\x82\x35\x5b\xa7\xa9\xa8\x94\xfb\xda\x49\x51\x69\x43\x14\x87\x44\x25\xcb\xe8\x78\x8e\x54\x0a\xfa\x0b\xe2\x18\xcd\x14\x9c\xf1\x8b\x5d\x8d\xa3\x72\x3d\xcc\x22\x40\x68\x36\x30\x45\xe3\xfa\x08\xb7\x47\xc2\xad\xf9\x27\xc7\xba\x60\x55\xd6\x70\xf3\x60\xb0\xe2\x67\x42\x31\x6d\xd5\x68\x39\x2d\xea\xaf\x27\x01\x5a\xbc\xce\xdd\x2d\x89\x16\xd0\xb9\xd9\xbe\x1c\xd0\xb9\xd9\x70\x1a\x3d\xf7\x8d\x7f\xc8\x41\xeb\x07\xe8\xd0\x86\x24\x52\x8c\xf2\xdf\xff\x62\x9a\x49\x47\x85\x57\xb9\x16\x73\xf0\x76\x63\x0e\x44\xe4\x9c\x75\x68\x31\x58\x04\x4c\x24\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x85\x26\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x13\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x2b\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xb8\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x4a\x00\x21\xd2\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\x34\x3f\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\xba\x07\xc5\x0b\x5a\xaa\xd3\x49\x04\x93\xd3\x0c\xff\xbf\xb3\x45\xb7\x70\xf2\x07\x13\xc9\x8c\x05\x7e\x06\xdb\xfb\x24\x85\xe6\xc8\xb6\x87\x78\xa8\xd6\xb1\xac\x65\x99\x7b\xc7\x93\x05\xf2\x2f\xdb\x61\x24\xd2\x05\xce\xc2\xf8\xa1\x29\x58\x90\x37\x60\x55\x9d\x45\xd0\x2a\xa0\x4b\xf2\xc5\x78\xa2\x80\xac\x5d\xe0\x26\x4a\xa3\xcd\xb2\xf9\x85\x9c\x98\xa1\x1f\x16\xdf\xd8\xf4\x03\x9b\xf4\xf3\xc5\x17\x8a\x7e\xe0\xce\x89\xbf\x14\x2f\x8a\xb9\x71\xd7\xe8\x4c\x9a\xa8\x93\x61\xf5\xd8\x44\xe8\xbd\x37\xee\x44\xb6\xc0\x4d\x06\x90\xb9\x25\x81\x1a\xd3\xc6\x53\x55\xb0\x68\x16\x6c\x54\x9d\xb2\xb3\xc0\x90\x1c\x7e\xa6\xa8\xd6\xf9\x31\x53\x45\xf4\x79\x03\x95\x54\x4c\x13\x82\xf3\x6d\xcd\x9e\x74\xe3\xd7\x5d\x64\xd2\x09\x5f\xa5\x38\x62\x56\x2e\xb6\x04\xf1\x44\xc1\x58\x3b\x27\xce\x8a\xe0\x6f\x89\xf6\x99\xda\x1d\xdd\xd1\x66\x0d\x72\x87\x68\x00\xb8\xb0\x8e\x6f\xd6\x87\x89\x5d\xfe\x3d\x43\x55\x13\xbe\x08\xcf\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x73\x28\x09\x35\x3b\x9d\x07\x65\x8f\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x14\xe4\x84\x11\x4e\xa5\xf6\x62\xf6\xe4\x27\xcd\xcd\xe0\xf2\x98\x25\x06\xa2\x2c\x4c\xe6\xa0\xfb\xc9\xf2\x0b\xdc\xbd\x9b\xdf\x40\xaa\xa9\xe1\x17\x4e\x28\x0d\x34\x2e\xa8\x62\xe2\xfb\x03\x0e\x2d\x13\x15\xa8\xbd\xf3\x79\x06\x24\x95\xd6\x71\x06\x3c\x18\x3d\x51\xd0\x9b\x58\x59\x37\x91\x1a\x66\x39\x91\xcb\x9c\x94\xb3\x5a\x6f\xe4\xb1\xb3\xc2\x70\xc2\xe5\xdd\x9e\xc7\x73\xe6\x90\xd4\xe3\x64\x0f\x1a\x12\x03\xdb\xcc\x51\x3c\xea\xa5\x39\x9d\x93\x8a\x04\x0f\xe1\x3d\xfb\x6b\xf3\x36\x41\xd6\xe0\x52\xfd\x4c\xa1\x2a\x38\x3b\x61\xa0\xb2\xe9\x67\xae\x40\xe2\x63\x51\xc4\xbc\x31\x06\x72\x13\xf6\x2a\x2b\x0f\xe7\xa2\xe8\x28\xfe\x81\xca\x5b\xcb\xa7\xc4\x0a\x42\xa8\x73\x4f\x21\xa9\x95\x84\x05\xcb\x5a\xb7\x99\x58\xc1\x0c\xb7\x33\xfa\x54\x7d\xec\x64\x6a\xc9\xdd\xf9\x62\x85\x62\x4f\xa3\xb9\x93\x4a\x3f\x93\xe9\x3f\x2f\x20\x02\xcb\xb9\x88\x26\x92\xd1\x58\x0b\x37\x8f\x3c\xaf\x34\x13\x47\x52\xad\xc9\x3f\xb8\x0b\x2c\x66\x11\xc1\xbf\xc6\xe7\x13\x6c\x4e\xc1\x8f\x09\xaf\x2c\x2b\x50\x26\x9d\xb2\x54\x70\x32\x26\xac\x5c\xbe\x33\x4f\x3a\x69\xd9\x03\x7f\x22\xe4\xdf\xca\x8b\x79\x24\x03\xa8\x4b\xaa\x5c\xcc\x72\xa8\x3d\xe1\x0b\xee\x44\xfc\x9d\x0a\x89\xc4\x3c\x69\x7e\x9f\xfe\x20\xf7\x9d\x88\x3e\xf3\xe4\xf7\x1b\x98\x5b\x0b\x56\x24\xb9\xb1\xa3\xc6\x4c\x0d\x8b\x40\xd6\x3c\x93\x23\x34\x51\xc8\x12\xa0\x82\x17\x31\x51\x6b\xde\x0a\xce\x99\xf0\xc4\x1b\xe5\xe2\xcc\x6e\x7f\xca\xc5\x30\xe1\x44\x66\x25\xd2\xbc\x78\x40\xea\x6a\x30\x2f\x5e\xd2\x2d\x98\x09\x66\xbc\xd3\xd3\x87\xcc\xc2\xe7\xe2\x3c\x9b\xa9\xd3\x2e\x25\xd4\x36\x6f\xda\xfc\x75\xbd\x98\x54\xa1\x58\xa0\xa1\x18\xbd\x8d\xd1\x33\x5d\xbc\x3c\xd1\x37\x17\xdf\x0d\xc0\xd7\x42\xa0\x6d\x3e\x38\xe2\x94\x52\x37\xe6\x43\x19\xea\x89\x7e\x38\x70\x7f\x91\xe3\x14\x0d\x28\xcd\xda\x94\x6e\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x1f\x7e\xfa\xa2\x36\x9f\x9c\x89\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\x3c\xb1\x88\x37\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\xef\xa4\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\xf4\xb6\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x41\xb3\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\xc4\xc8\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x53\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\xc3\x34\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x56\xb4\x3f\xa9\xec\xd6\x24\xbd\x9a\x44\xa6\x2b\x5e\xa6\x17\x19\x93\x5c\x98\x3f\x16\x80\x9f\x4a\xb5\xc7\x9a\x48\xfa\x6c\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\x42\x1f\x3f\x79\x0c\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x29\xa2\x47\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xab\x92\xcf\xf9\x45\x2b\x56\x91\x2a\x63\xd1\xd9\xde\x2d\xc0\xd7\xde\x87\xe8\x22\xae\xb3\x97\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xaa\x33\x0c\xad\x03\xb9\xca\xbd\xe5\xe0\xdc\xe4\x23\x72\x1d\x04\xa3\xcd\x3f\xe4\xbc\x68\xae\x8f\x5c\x4e\x0d\x8b\x85\xee\x9b\xbb\xb8\xb1\x9a\xfe\xe0\x81\xf2\x53\x83\x40\x05\x09\x55\x90\x8b\x45\x10\x67\xd1\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x4c\x0f\xeb\xe4\xb6\x94\x4e\x68\xb1\x86\xd8\x47\x48\x23\xb7\x93\xc3\x6f\x17\x0b\x44\x38\x03\xec\x82\xa5\xcc\xa9\x1e\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xaf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xcc\x5f\xa4\x33\x5a\x2c\x77\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x43\x4f\x2f\xd0\x34\x66\x67\xe9\x05\xd3\xd8\xb2\x48\x46\xd5\xaf\x62\x57\xe8\x75\x73\xbd\xdd\x02\x53\xb8\xf9\x99\xe7\xa3\xae\x2f\x0b\x81\x93\xb6\x00\x2c\x00\xbd\xcf\xe9\x07\x87\x24\xc7\xb9\x2d\xa8\x9d\xd6\xf8\x34\x70\x70\x10\x26\xe1\x44\x0b\x6e\x91\x97\x13\x7f\x81\x0a\xac\xcd\x12\xf1\xe1\x76\xd7\xc5\x61\x51\x8b\xa4\x2a\x5b\xb1\x00\xec\x6c\xaf\x5b\x74\xcd\xdf\x74\xdc\xed\x80\x6d\xbe\xb1\xef\xcc\xee\xe0\xcc\x1c\x3b\x1c\x90\x9a\xd3\xe3\xee\xd0\x33\x55\x03\xd4\x1d\x25\x58\x8b\x3d\xd9\x77\xd8\xb6\x2c\xd6\x76\xe8\x9d\x9a\x13\xea\xee\x4c\x6c\x5c\x74\x43\xde\x51\xa3\xd5\x38\x7b\x4f\x28\xa8\x71\xec\x70\x40\xb2\x50\xda\x01\x0d\x1d\x02\xb8\xb3\x44\xab\xd3\xe9\xee\x5b\x43\x09\x26\x3f\x53\xce\xe9\xd2\xb5\x6f\xa8\x6d\x1f\x6e\x01\xc9\x18\xb4\x39\xf7\x84\x86\xdd\x3f\xa0\x6e\xce\xf4\x33\xae\x33\xce\xcf\xbb\xc3\x3b\xc9\x3b\x69\x2f\x3c\x4b\x34\x86\x92\xab\xa5\x2e\x4b\x4e\x9c\xe6\xa5\xf0\x00\x93\x44\xd8\xe9\x6b\xe4\xec\xbb\x3b\x8c\x5d\xb5\xfa\x99\xbb\x53\x90\x78\x67\xd9\x89\x51\xfe\xe4\xd2\xb0\xa3\x26\xc5\x67\x6d\x2b\x4b\xfb\x88\xe4\x0a\x9e\xf6\x10\x2b\x71\x87\xb6\xea\xce\xd0\x49\x27\x20\xd9\x6b\x72\xb9\x98\x01\x9e\x4b\x9f\xb5\x87\xe1\xac\x0e\x77\x41\xc5\x81\xff\x87\xe0\xf6\x42\x52\x17\xa6\x8d\xbb\xc3\x8c\x66\x0b\xe4\x0e\xb7\x26\x27\xb0\xd8\x51\xad\xeb\x33\x63\x2d\x65\xa4\xc6\x98\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xff\x79\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x54\xfd\xb2\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x38\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\x1e\x51\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\x4e\xd0\xb9\x1f\xd9\xa3\x66\x1a\x51\x96\x6b\x7c\x7e\xe0\xa8\x45\x23\xa3\x2e\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\xa6\xf8\xd3\x41\x74\xc1\x8e\xa3\xfb\xe5\xfe\x82\xca\xe6\xe8\xba\x1d\x35\xc5\xd6\xe7\x99\x13\xa0\x55\xa3\xa6\xce\x91\x05\xfb\x85\xd3\xda\xcb\x8e\xfc\xd8\x4e\x33\xb3\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\x9a\xa0\x9b\x05\x53\xd5\xde\x0b\xff\xaa\xad\x0e\x3b\x6a\xc0\x3a\xc1\xfc\x7e\x23\x59\xc3\xf4\xff\x3c\x29\xa5\x1e\xdd\xef\x9c\x71\x51\x00\xc5\xdf\xe7\x60\xbc\x79\xad\xf2\x33\xa1\x9a\xb0\xfc\x7e\x73\x08\xee\x02\x35\x33\xcc\xb9\x70\x5f\x77\x3a\xbc\x3d\xd1\xa1\x99\xe0\xe1\x15\xc6\xc8\xed\xa1\xbf\x97\x7a\x78\x10\x1a\xe7\x93\xf0\x21\x84\xd5\x24\x20\x05\xf8\x87\x6d\x9f\x9c\x75\x37\x98\x88\x55\x34\x32\x8f\x86\xf3\x74\xed\x08\x05\x75\xf6\xa6\xe3\xc5\x9b\xdd\x09\xf8\x0e\x38\x52\xb9\xcb\xe3\x87\x79\x1e\x7e\xa6\xea\x52\x32\xe7\xa0\xb7\xbb\xa4\xdc\x81\xe4\x63\xce\x92\x71\xc0\xb7\xdd\x99\x9b\x0e\x94\xc8\x70\x3e\xbe\x63\xa3\x9a\x52\x04\x20\x15\x59\x38\xf0\xe6\x80\xd1\xb2\x59\xe4\x1c\x48\x35\x66\xcd\xc6\x01\x1f\x28\xb3\xda\xb1\x11\x93\x69\x6b\x1c\x4c\x10\x2e\x65\xfb\x41\x9b\xa4\x63\x27\x8e\xf2\x9e\xab\x4e\xfc\x7a\x14\xe6\x06\xf5\x73\x0e\xda\x1f\x60\x3b\x0f\x3f\x27\x73\xb9\x0b\x1e\x0f\x52\xae\x1e\x85\x17\x64\x49\x88\x83\xa5\x5b\x3d\xee\x92\x4b\xa7\x1f\x2a\xaf\x50\xda\x73\x47\xea\x10\xab\xdf\xc0\xa6\xd4\xd9\x7e\x54\x6a\xe7\x64\xa2\x3e\x50\xc2\xdf\x49\xdc\x8e\xca\xc5\x74\x03\x48\x40\xa5\x4d\x74\xd4\xbc\x11\xb9\x4b\x82\x43\xa9\xb2\x0f\x6a\x08\x8b\xf6\xd9\x01\xc3\xa7\x6f\x59\x07\xc0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf6\xb9\x01\x24\xfb\xd7\xc6\x3f\xe0\xb1\xee\x48\x98\x03\x29\xcc\x9d\xc5\xe9\x40\x6c\xa4\xb3\x8d\x1d\x74\x60\xb7\x2c\x3e\x1a\xd2\x35\x4a\x72\x1c\x1d\xdb\x52\x37\x91\x03\xda\xc1\x4f\x03\x70\x78\xb7\x2f\xda\xc1\x0c\xa8\x9b\x39\x16\xa1\x92\x76\x78\x3b\xe8\x11\x5f\x3e\x3f\xc0\x84\xed\x69\xef\x20\x51\xdb\xfa\x60\xba\x72\x1f\x1f\xc7\xa0\x20\x90\xba\xf0\x18\x9c\x45\x4d\x42\x46\x2e\x2e\x7f\x81\xf3\xc4\xeb\x30\x88\xfb\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x04\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0b\xd8\xea\x7d\xd0\xed\xca\x87\xd8\x11\x2c\xd0\xec\x7d\x12\x14\x16\x9a\x88\xe0\x30\xb4\x76\xcc\x6a\x3a\xea\x9f\x2e\x43\x47\xf0\x1c\xf7\x4a\x40\xbf\xe8\x90\xd2\x83\x29\x4d\x9d\x6e\xfc\x98\xc9\xf0\xa2\x70\x32\x36\xc1\x2f\x04\x2e\x3b\x7e\xe6\x3e\x35\xc7\xc3\x89\xcb\x2e\xe2\xc7\xc4\xd2\x99\x1b\x27\x11\x93\x84\xfe\x81\x1c\xea\x76\xc6\x3e\x12\xe5\x49\x8f\x75\x2c\xee\xd2\xe6\x1f\x20\x61\xbd\x94\x48\xb2\x5e\xcd\x8f\x0b\x45\x46\x85\xa7\x0f\x14\x11\x29\x9b\xce\x91\x83\xb9\xcf\x3c\x6a\xa2\xba\xcf\x33\x20\x99\x74\xa8\x07\x4c\xc3\x0e\x0b\x38\x98\x83\xdd\xca\xe4\x63\x91\x35\xb4\x6c\x8b\x83\x76\x03\xf0\x44\xf8\x34\x80\x31\x7b\xcb\xee\xc4\xdf\x96\xc8\x7b\xa6\x35\xd2\x33\xef\x29\x3e\x55\x90\x37\xed\x23\x04\x76\xea\x17\x2c\x50\x91\x36\xcd\x91\xb4\x07\x3c\xc4\x9a\xe1\xcd\x71\x64\x9f\x6a\x92\x89\xdc\xcd\xdf\x34\x03\x3b\xe0\xe9\x80\x1f\xbd\xd3\x9c\x1c\x07\xb7\xed\x72\x0b\x9c\x68\x1f\x55\x07\x45\x93\xe6\xe1\x20\xe6\xfa\x34\x41\x3d\x98\xd7\x0a\x1a\x43\x1f\xe0\xc7\x89\xfb\xbc\x67\xfa\x24\x51\xba\x88\x1c\x27\xc3\xae\x35\x6e\xe6\x55\x73\x3e\xfa\xe3\x45\x92\xe3\xf7\x79\xa6\xc9\x5d\x24\x9c\xbc\x0b\x9b\xa5\x81\x24\x3f\xe2\x8d\xc5\x4f\x5c\x8a\xe0\x38\xc9\xe2\xfe\x00\xab\xbf\x4c\x02\x39\x5a\xd3\x02\xfd\xe1\xac\x52\x42\x1c\xd4\x17\x3a\x81\xfd\x71\x51\xa6\xfb\xfc\xbc\x52\x1a\xb9\x8d\x24\x42\x13\x91\xf8\xd0\x47\xd1\x8b\x07\x87\x3d\x36\x0f\x2a\x0c\xcd\x93\x50\xff\xd9\xd4\x78\xbc\xf8\x6f\xd8\x03\xe7\xb8\x39\x4f\xa2\xe9\xa6\x83\x84\x59\xec\xc5\x7b\xc3\xfe\x9b\xc7\x9d\x24\x89\xe8\x17\xce\x35\xe7\xb3\x3d\xe0\x44\x36\xab\x34\x1d\xc7\x43\x55\x9c\x4f\x96\xa7\xbe\x4d\x4a\x09\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x4b\xed\x84\x67\x12\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xe5\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x0e\xb8\x93\x86\x5f\x1f\x68\xe7\x0f\x74\x7e\xbe\xa0\x6b\x81\x04\xfd\xf9\xa3\x26\xbd\xf9\x0d\x62\xe1\xf0\x1b\x58\xbe\xcd\xcf\xb8\x51\x59\x75\x71\xfe\xb8\x81\x75\x28\x9e\x2f\xce\x1b\xf6\x7e\x3d\x5f\x9c\xd7\x9c\x49\xef\xdc\x38\xb9\x7e\x6e\x78\x5f\x3d\x6c\x9c\x5c\x7f\x4f\x51\x2e\xe4\x71\x6e\x64\x31\x9d\x3e\xe7\x8b\x0b\xc3\xb1\xc9\xe7\x8b\x0b\xc7\x6f\xfb\x4b\xe5\xf1\x38\x89\x19\xed\x44\x74\x66\xea\x36\xcd\x6a\x21\xbd\xea\xad\x50\xe6\xe9\x0c\x3f\x0b\xef\x84\xdd\x5f\x70\x04\x7e\x21\xd9\x43\x23\x78\x41\xe3\x70\x96\x8a\xf3\xc5\x8c\xc3\xfa\xe9\xb3\xe4\x2a\xf8\x05\x1a\x74\x25\x25\xcf\x84\x88\x42\x01\x67\xa5\xe7\x9a\xae\xbe\x67\x62\x44\x21\x89\xb3\x26\x99\x9a\xe8\x0a\x32\xa5\x6d\x39\x2b\xac\x03\xc3\x7d\x60\xe9\x8b\x5b\x44\x8d\xf6\xea\xff\x5f\xfc\xf5\x19\x55\x03\x4b\x4b\xe4\x9d\x69\x54\x6e\xfe\x01\x33\x29\xe5\xdd\xd9\x28\x13\xb5\xcf\xce\x46\x06\x96\xac\x3f\x69\x23\xae\x9b\x7f\x38\xd1\x84\x86\x9d\xfa\x3f\x4d\x54\xc3\xd2\xeb\x5a\x74\x76\xd2\xa4\xff\x7b\xce\x9b\x88\xee\xe0\xbe\xe2\x67\xae\xae\xd0\xd2\xd9\xb1\xf7\x3d\xaf\x4c\x93\x5f\xcd\x9f\x7d\xa2\x05\xcd\x73\xa7\x8c\xec\xa6\x81\x88\x4d\xc7\xcd\xd9\x73\x0f\xf9\x07\x50\xed\x2d\x32\x28\x1c\x34\x71\xc8\x7a\x3f\x5d\xd3\xe0\xa4\x37\x9f\xa1\xc2\x39\x30\x0c\x4b\x8f\x01\x29\xaa\xdb\xe0\x39\x28\xc9\xbb\x9b\x5c\x6c\x52\x54\x0e\xcc\xac\xae\x2d\xe7\xe0\x35\xe5\xf3\x03\xf1\xb7\xce\xfa\x93\xee\x7d\xd5\x7c\x1e\xb9\x95\x34\x15\x4c\xce\xe6\xc0\xab\xf3\x05\x96\xd5\x8e\x68\x67\x90\x4c\x0d\x23\x2d\xcf\x9f\x1f\x20\xa0\xec\xb4\x73\x06\xb7\xc6\x74\xa7\xd4\xf9\x98\xad\x11\x4d\xe9\xf8\x8c\x93\x96\x65\x8f\x63\xb2\x36\xb2\xa6\x6a\x82\x2b\xcd\xd6\x33\x99\x50\xe3\x64\x35\x5c\x67\x72\x3d\x27\x4a\x06\x7c\x5e\x40\x78\x99\x47\x35\x51\xe6\xc0\x72\x79\x26\xe0\xd6\x0b\x0b\xeb\x2b\x50\x74\x2e\x44\x0c\x0b\x6d\x9c\x19\x41\xf0\x79\xa1\xa3\x5c\x88\x18\x04\x48\xd1\xf1\xd9\xe7\x02\xa0\x31\x05\x28\x2e\xe7\x0c\x2b\xe7\xe2\xf1\x63\x9e\x84\x3e\xd0\x68\xf7\xdc\xe9\x54\x24\xd4\x75\xee\x90\xe2\x96\x82\x7b\xc1\xb3\x7a\xdc\xc9\x70\x7e\x1f\x25\xaa\x75\xcc\x9f\x3b\xb1\x84\x65\xda\xce\xec\x0d\xe2\x8d\x1d\xdb\xc6\x07\xe2\x0e\x19\xd8\xfc\x3e\xa4\x8f\x85\xfa\x7e\xe3\x7f\x4d\xc9\xc1\x5b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xd9\x77\x00\x37\x08\xca\x9c\x07\x0d\x2a\xde\x22\x07\xcf\x19\xdd\x19\x4e\x66\xdb\xb5\xca\xe3\x3c\x40\xa3\x4f\x4f\x24\xc5\xf8\xb0\x22\x73\xbc\xad\xf1\x27\xaf\xee\xf3\x04\x57\xf8\x20\x3d\x31\x00\x1f\x2b\x27\xf1\x9a\x85\xdb\x89\xdd\xe3\x93\xeb\x4c\x46\xd5\x90\x00\x11\xd7\xe7\x83\x8b\x2d\xf8\x05\x38\x7e\x79\xce\xd2\x06\x6d\xc6\xb9\x48\x83\x46\x94\x8e\x81\xde\xe2\x4c\x88\xb1\xe9\x9e\x74\x5e\xd4\xb0\x7b\xe1\x5e\x54\x59\x3f\xb3\x98\xa0\x72\xb8\x4d\x70\x82\x85\x44\x82\x4c\x21\xdf\xf3\xe2\xca\x78\xde\x2f\xc8\x2a\x6f\xc8\x8b\x57\x5e\x1f\x5d\xd7\x8d\x1d\x6a\x1a\x60\x58\x10\xf4\x3d\x59\xa4\xd7\xc0\xe8\xe6\x30\xf5\x3d\x9d\x0b\x6d\xfe\x3b\x11\xea\xe0\x9b\xd3\x99\x4a\x46\x5d\x08\xce\x9b\x48\x4a\x9a\xa2\xf3\x86\x4c\xf7\x5a\x3c\xec\x42\x5d\x3e\xd8\x40\x1e\xd3\xc3\xc3\xd0\x22\x9b\xa0\x53\x0a\xb9\x93\x26\x67\x1f\xaf\x0f\x40\x84\x94\x42\x67\xc6\x31\xb8\x03\xea\xe3\xff\x11\x70\xa5\x01\xba\xe9\x19\x04\x0d\x3f\x13\x5f\x56\xff\x80\x22\x61\x5a\xc8\x0b\x55\x05\x0d\xdc\xae\x1f\x09\xac\x7a\x26\x41\xa1\x67\x54\x0a\x10\xf7\x5d\x3f\x84\xbd\x6f\x6e\x3f\x99\x4d\x3f\x6c\x70\x53\xd5\x9c\x5e\x0c\x73\xd8\x74\xa3\xb9\x58\xbd\xc0\x81\xbb\xd7\x46\xf5\xbd\x40\xf2\xb5\xb1\xfc\xbb\x9b\xc0\x16\x19\xfe\x80\xc2\x7d\xf9\x87\x80\xeb\x9c\x3f\x98\x18\xa4\x1b\xa4\xd7\x9a\x66\x11\x91\x9b\xb6\x87\x5f\xd0\x51\x3a\x58\xec\xda\xc0\x9a\xc3\x24\x93\x35\x75\x18\x5c\x1b\x0f\x7f\xc9\xf6\x0b\x6e\x8d\x4e\x8c\x71\xa1\xa8\xa1\xd3\x00\x5e\xc8\x1c\xec\x6c\x2a\x57\xc9\x31\x8b\xe4\x92\x63\x72\x8b\x04\x1c\x62\xf7\x8b\xe6\x6e\xb1\xc6\xf5\xe2\xcb\xfa\x21\x32\xdd\x1c\x97\x5f\x80\xb0\xd5\x79\x73\xbd\xf8\xb3\x19\x90\x5c\x50\x59\xda\xa7\xe3\xaa\xbc\xbd\xe8\x78\xb8\x2a\x98\xcb\xeb\x92\xc9\xe3\x44\x51\xc5\xba\x78\x0c\x50\x50\xba\x7e\xee\x05\x9f\x48\x67\xe0\xbf\x2a\x2f\x54\x9e\xa5\x8a\xed\xe5\x69\x65\x2a\x38\x07\x51\x5c\x2c\xca\x64\x7d\xe2\x85\x30\xd0\xaa\x3d\x7e\xb1\x26\xd3\xcf\xcf\x0d\xeb\xe0\x06\xc8\x3a\x22\xb9\x81\xdd\x3f\xed\x11\x08\xea\x04\xbb\x1a\x0a\x26\x4b\x76\x5e\x0d\x27\x9a\x2e\xec\x17\x8c\xd7\x0e\x66\xbc\x58\x60\x61\x7c\x7a\xe4\xac\x6b\x96\x09\x66\xe5\x65\x7b\x31\xf9\x9b\x0e\xa8\x8b\xee\x8f\x0e\x0a\xbc\x7a\xb2\x86\x16\xb6\xd3\x85\x64\xfe\x29\x1b\xdd\x45\xa8\xab\x7b\xd5\xc5\x54\x71\x8e\x29\xbc\x12\xda\x7e\xde\x20\x3e\x6f\x26\x09\x63\x9e\x26\x80\x6e\xbe\xcd\x4d\xe4\x7e\xf0\x17\x37\x36\x9c\x26\xe1\xc5\xba\xd5\x66\xea\x0b\x69\x8a\x1d\x46\x74\x0d\x1c\xe3\xd3\xcf\x2c\x5b\xf1\xf3\x0f\x34\x53\x6b\xda\x47\x8e\x42\xeb\x34\x70\xde\x84\x5f\xc8\x41\x68\xa5\x07\xd6\xc1\xcc\x17\xc9\x5b\xfa\x22\x50\x5c\xdf\x2b\x1d\xe4\x76\x35\x10\xa0\xd1\xcb\x90\xc9\xdc\xc4\x3a\x31\xa0\x4d\xd2\x34\x06\x45\xbb\x65\x33\x35\xa4\xd3\xcf\x74\xd4\xfa\xf4\xc0\x1d\xfd\x73\x17\x80\x22\x82\xc5\x17\x55\xa8\xae\x8c\x79\xcd\x64\x16\x75\x3a\x09\xce\x2d\xbf\x27\xaf\x90\xde\x42\x93\x06\x59\x1f\x11\x4c\x1b\x62\xed\xf4\xc5\x54\xc8\xb5\xbb\x0d\x80\x2a\x13\x3e\x93\xc7\x45\xe7\x24\x4f\x8b\x8a\xc5\x28\x0f\x4b\xe8\xc5\xf5\x55\x8b\xd4\x92\x3a\x66\xf0\x62\x26\x64\xfb\xc5\x5d\x2b\xaf\x32\x7a\x7e\x65\x87\x63\x67\xaf\x45\x9e\xd4\xdc\xc1\x8d\xd2\x49\x31\x2e\x46\xd4\x7c\x24\x43\xa2\x65\x0b\xf9\x17\x2d\x0f\x3b\x9e\x5f\x3b\x9c\xbe\x7d\x70\x11\x1c\x5b\x00\xef\x18\x83\xf9\x63\xa7\xaf\xb4\x45\xc5\x9e\x63\xf0\x17\xe4\x41\xc1\x85\x8b\x70\xd8\x47\x1f\x02\x6a\x3e\xe2\x0d\xf1\x34\xbe\x00\x5e\x84\xc7\x16\xa0\x3b\xe6\xd9\x47\xc0\x0b\x97\x87\x3d\xe1\x2f\x04\xde\x5a\xcb\x72\x21\xe5\x9c\x33\x35\x5c\x19\x5b\x63\xf1\x77\x20\x19\x84\x09\x3c\x20\x1e\x97\x1b\x24\x64\x12\xc0\xb9\x0e\x18\x6a\x7d\x9a\x1f\x13\x14\xb8\x07\x2a\xa3\xbc\x51\x0f\xe0\x87\xe9\xe7\x97\xc7\x6d\xef\xb9\x88\xb6\x3d\xeb\x30\xee\xdb\x10\x72\xc1\xcb\xd3\x20\xef\x3a\xb9\x6d\x05\xb1\x2e\xd6\xce\xf2\x15\xe0\x3a\xa1\x01\x31\x89\xc0\xcb\x4e\x86\x76\xc1\x36\xdf\xcc\x18\x8c\xb4\xb1\xad\xe5\x3a\x89\x2b\x45\x32\x4b\x63\x39\x81\xfd\x75\x41\x9a\x79\x96\x10\x69\xd3\xa4\x6e\xb8\x5e\xb4\x3c\x6c\x4d\xbf\x58\xb8\xc2\xcb\x7e\x91\x51\x7c\xee\x5d\x9c\x45\x91\xcc\x72\x9c\xf6\x5c\xbe\x50\x8e\xd3\x79\x20\x2f\x62\xe5\x0f\x89\x17\x1a\xd0\x1c\xbc\x50\x79\xd8\xe9\xfe\x7a\xa1\x71\xfd\xcc\xc9\xbd\xe1\x7f\x7d\x4f\x7f\x4e\x07\x3c\x5e\xc8\x7d\x52\xab\x7b\xbc\x1b\xbe\xf0\x0b\x14\x23\x7f\x8b\x6d\xbd\x12\x7a\x5b\x2c\x21\x8e\xc7\x0e\xc7\x17\xa2\x8c\x9d\xf0\xfd\x62\x5c\x8f\x3d\x06\xae\x84\xe2\x16\x21\xa8\x06\xf6\x59\x25\x44\x1d\x97\x22\xc5\xc5\xc5\xc8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\x71\x06\xd7\x03\xef\x74\x63\x38\xe6\xa7\xb3\xa9\xe6\x7a\x92\x28\x7f\x71\xa0\x85\x7f\x5f\xdc\x28\x6b\x51\xec\x02\x70\x43\x01\xec\x6c\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\xef\x2b\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\xba\x76\x4e\xff\x80\x51\x9b\xc4\x8d\x0e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xbb\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\xd5\xb3\x92\x0a\x77\x01\x3f\x4a\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x00\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x73\x5b\x8a\x82\x9b\x89\x94\x3d\x2f\x0c\x4c\xae\x02\xb3\x37\xe1\xb2\xc3\x25\x6f\x3a\x8b\x2e\x3f\x53\x5d\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa0\x7a\x03\x1e\x17\x07\x75\xde\xc0\xc7\xf6\x37\xbe\x2b\xdd\xd4\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdc\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\xbc\x41\x8b\x83\x48\xef\x86\x48\x57\x53\x04\x65\xae\xfd\x9b\xef\x74\xff\x14\x36\xbc\x53\xbb\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0c\x78\xda\x10\x31\xd4\xac\x7b\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\xe0\x1b\x9d\xa2\x37\x8a\x9e\x16\xc7\x77\xde\x9d\xbb\xcc\xd3\xd2\x91\x39\xcd\xc3\xee\x0d\xa5\x83\x35\xec\xce\x30\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x5f\x7c\x1b\xce\xfa\x7e\x0f\x1a\xdf\x05\x16\xee\x04\xb4\x66\x8e\xc1\x79\xf3\x0b\x5c\x7a\xd1\x3c\xb0\xf4\xd5\xef\x63\xe9\xab\x7b\x3c\xde\x1e\xcd\xbe\x03\xea\x49\x21\xea\x3b\x15\xbb\xcb\x3f\x24\xfb\xaa\x45\x00\x60\x17\x68\xbe\x83\xf7\x8c\xcf\x0f\xb9\xd6\xfe\x81\x26\x0f\x01\xd6\x3b\x48\xa4\xe6\x2d\xc0\x8f\x9e\xf8\x38\xf1\xec\xf7\x31\xaf\xc2\x3b\x77\xf0\xda\xec\x2d\x15\x10\x14\x5e\x29\xc6\x82\x7f\x38\x78\xe2\xde\x6c\xf9\x08\x3d\xef\xd6\xfe\x14\xd2\x7a\xcf\xfd\xbf\xff\x7d\xc0\xcc\x3d\x41\x9e\x90\xc1\xcd\x40\x71\xdb\xe2\xef\x89\x75\x17\x18\xb9\x11\x30\xf4\xd9\x1e\x50\xf9\xda\xc7\xe7\x4e\xef\x81\xe5\x17\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xac\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\xa6\xaa\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x2e\x33\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xf1\xa6\x36\xe2\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\xb2\xc0\x9b\x64\x87\xcf\xad\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x74\x9d\x7b\xe0\xac\xed\x63\xee\x81\xb1\xa4\xdb\x71\xe0\x39\x79\x78\xeb\x72\xf4\x20\xc7\x78\x35\xff\x9d\x14\x2d\xde\x21\xf4\x99\x71\xdc\xde\x73\x62\xe9\x96\x9b\x84\xb3\xb2\xd0\xe5\x03\x5f\xea\x6e\xe7\x83\x87\x19\xc1\x9d\xe2\xea\xb9\xa8\x35\xd4\x30\x2f\xb0\x8f\xb9\x85\x17\x38\x9d\x03\xcf\x45\xcf\x4a\x9d\x14\xcf\x95\xc3\xd2\x17\xb0\x3d\x8c\xdf\x9f\xdc\xb5\x1f\xde\xbe\xcc\x6a\xb8\x6c\x4d\x3b\x3d\x3e\x37\xed\x6e\x3f\xbf\x81\x75\xf1\x42\xdf\x39\x27\x9a\x03\xf8\xcb\x58\x39\xfc\xe0\xba\xe4\xd0\xd6\x07\x49\x9a\xba\x95\xbd\x0f\xfc\x65\x5c\xad\xe7\x81\xbb\xcc\x6c\xde\x52\x70\x97\xb1\xf6\xf8\x79\x6f\x43\xc3\x6a\xc9\x07\x85\x6c\xba\x2d\x07\xcf\x83\xdc\x55\x82\x69\xcf\xc3\x65\xc9\x1e\xe7\xef\xbd\x1c\x55\x25\x49\x98\xbf\xf7\x6e\xd4\x64\x0a\x99\x3f\xc4\xce\x35\x5d\x6a\xe7\xef\x87\xa2\x5f\xff\xf0\xf5\xfc\xbd\x97\xa7\x21\x95\xdf\xfc\xc1\x74\x21\x4f\xa7\xf9\x83\xe9\xa2\x7c\x3a\xa0\xe5\x6c\xf9\x87\xc9\x31\xfa\x8b\x9d\x3f\xb8\xc9\x03\x4d\xf8\x05\xf0\xf7\x87\x46\x1e\x29\xcb\x1f\x90\xd7\x36\xbf\x41\xe1\xd5\xd4\xc4\x7b\x23\x2b\x4a\xa2\x32\x7f\x1b\x65\xd7\x26\xaa\x70\x21\x93\xd2\x6f\xfe\x36\x5e\x1b\x9a\x7f\x68\xfc\x42\x9d\x6e\xb4\xd9\xb8\x8b\xc1\x61\xf8\x8b\x80\xde\x47\x44\xc1\x7e\xa1\x64\x58\xf3\xc7\xc4\x50\x8a\x21\x9d\x3f\xd6\x73\x1e\x4b\x4d\xe2\x42\x56\x7e\x5a\x8b\x92\x34\xf8\x05\x16\x67\xf2\xea\xbc\x37\xae\xa1\xfc\x59\xf3\xc7\x0b\x56\xfb\xa9\x0f\x66\x9a\x2c\x4d\x6d\x22\xd8\x6e\xb6\x9f\x38\x84\x17\xa6\xa1\x99\xa1\xb7\x4b\xe9\x6a\xb3\xd2\x0c\xd9\x34\x10\xd4\x22\xd4\xf1\x3b\x7f\x35\xc5\xbc\xfb\xa0\x3e\x6a\x89\xcc\x9a\x6c\x2b\xb2\x70\x87\x2a\x5e\x0e\xa6\xa6\xfc\x99\x6f\x91\x9b\x52\xee\xbf\xf3\x57\x39\x8e\xee\x1f\x1e\xb4\xa0\x67\x26\x13\x57\xb0\xe4\xfc\xb5\xdc\xdf\x22\xbb\xe5\xc0\x44\x37\x6e\x51\xc5\xb3\xfb\xde\x91\x46\xf1\x8a\x77\xf0\x88\x27\x1b\x3e\xcb\x72\x5e\x98\xbf\xce\xc9\xd7\xa0\x3a\xbf\xd7\x18\x3a\x4c\xa7\x66\xdb\x4e\x92\x45\x10\x7c\x9c\xfb\xef\xf3\xc3\x06\x75\xaa\xc6\x34\x48\x80\xe6\x75\xe4\x08\x44\xf1\x48\x1e\xf4\x1b\x20\xa9\x68\xed\x06\x79\xce\x34\x0f\x98\x9f\xaa\xba\x7c\x91\xd1\xd0\x35\x6f\xfe\x22\x37\x8a\x5a\x84\x42\x5e\x97\xd7\xf9\x83\x42\x5e\xd7\xeb\xf9\x0b\x28\x33\xdd\x63\x50\x8a\x7e\x7e\xc0\x2c\x17\xd1\xfc\x42\xa9\xa2\x68\x8a\xf9\xc3\x75\x46\xd7\xc0\xf9\x83\x9f\xca\x6c\xe6\x69\xdc\x5f\x74\xed\x9b\xbf\x80\xf3\x94\x19\x16\xd7\x17\x9d\x7e\xf3\x97\xea\xf9\xae\x0f\x26\x44\x58\xd1\x98\x5f\xf0\x35\xe4\x27\x39\x7f\x93\x14\x6a\xc8\xc8\x75\x55\xa7\x28\x9a\xbc\x81\x2d\x37\xb8\xfe\xfb\x5f\x2d\x53\x73\xf0\xa2\xaf\xf6\x1b\x7f\xa9\x99\x37\x7f\x2f\x32\xab\xc2\xaa\xf3\x37\x53\x0a\x88\x7e\xa8\xed\x85\xa8\xe7\x0f\x6a\xfb\xb6\xd4\x1b\x3c\x54\x94\xa4\x66\xfe\xa8\xb4\x6f\xde\x0a\x40\x59\xc5\xfb\x13\x5a\x7b\xdd\x23\xe6\x8f\xa8\xab\x79\xf7\x41\x6d\xdf\x2d\x98\x16\xe5\xab\x17\x99\x69\xaf\x3c\x83\x3b\x34\x97\x9e\x41\xa2\xac\xe6\xad\x83\x0c\x99\xad\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\xe9\x12\xa6\x68\x78\x71\x57\xfd\xcc\x0a\xb2\x25\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x82\x70\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\x66\x5d\xf1\x17\x48\x56\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\x3a\x2e\x37\x93\x80\x82\xd0\x0a\x48\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\x71\x13\xdc\x50\x14\xe8\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x41\x95\x22\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x44\xf6\x90\xf9\xcb\xfc\x9a\x96\xed\xac\xc3\xe2\x0d\x89\x8c\x55\x1f\xc1\x7a\x73\x03\xbb\x01\x8a\x41\x0b\x2d\x64\x21\x58\x2a\xbe\x37\x7f\x37\x8f\x0f\x63\x0a\xf8\x94\x7c\x8e\x7b\xa6\xf4\x0e\xcb\xde\x07\x67\xb1\xf7\xc4\x93\xf3\xa6\x51\x3e\xb4\xf1\xf9\xc0\x41\x8e\xef\x0f\x95\x74\x43\x69\xde\x45\xcc\x69\xa5\x30\xe0\xf9\x43\x4e\xab\x15\x06\x4f\xf0\x7e\x0e\xb3\xdc\x43\x96\x1b\x62\x6a\xe0\xbf\x15\xc6\x4e\x74\x55\x69\xde\x58\x0f\xb6\x85\x99\xf4\xa1\xab\x88\x9b\xbc\xd9\xc2\xbf\x26\x37\x7a\x47\x4b\x3a\x6c\x70\x5e\x59\x2a\x23\x38\x37\x24\x4f\x50\x15\xb3\xb9\xc1\x37\xda\xcb\xb7\xfd\x90\x77\x2f\xfc\x3f\xb2\x85\xfd\xd3\x0a\xcf\x0d\xda\x74\x63\xb3\xed\xc5\x7f\x45\x8a\x8f\xb9\xfd\x68\x80\x1d\xee\xf0\xe2\x98\xf4\xc6\x96\xd2\x43\x5d\x6c\x39\x71\xfe\x61\xf2\x8d\xd0\x0f\x70\x2e\xd1\xfa\x6e\x1b\x78\xb2\xf9\x7f\xde\xa1\x86\x5b\xb8\xd9\xa9\xbe\x60\x8e\x2c\x45\xe5\xce\x0d\xea\x70\x23\xa9\x8d\x95\x09\x9b\xfb\xa4\x3e\xbc\x49\x4c\x6e\x85\x23\xf7\x33\xaa\xf2\x29\xfd\xca\xdc\x12\xae\x15\xb7\x09\xb6\xd4\x7e\xdf\x6a\xb2\xa5\xfa\xa8\x88\xc4\xf2\x62\xa0\x8e\x74\xfd\x3c\x27\xd3\xb5\xbf\x9c\x45\xdb\x0b\xd4\xaa\xe5\xfc\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x38\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\x0b\xb2\xc8\xcb\x77\x6e\xd0\x56\x2b\x03\xf7\xdc\x90\xdd\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\x59\x40\x15\x15\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x6e\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x9f\x42\x68\x6e\x23\x65\x9a\x48\x60\x65\xbe\xef\x1b\x3c\xb6\xab\xdf\x80\xa7\x69\xf5\x0b\x74\x1b\x36\xd5\x83\x53\x2d\x22\xa8\x5c\x56\x55\xc7\xb9\x05\xf3\x4c\x88\xa8\xe0\xb0\xfd\xcc\xad\x2d\x68\xb5\x05\x4e\x28\xc9\xb4\x2d\x72\x29\x44\x53\x4c\x30\x88\x5f\x80\xbf\xae\x97\x2a\x68\x56\xd0\xbc\x21\xed\xc0\xb4\x2c\x98\x80\x97\xde\x65\x93\xf0\xd2\xec\x03\x45\xd9\x67\x93\x41\x51\x66\x11\xb9\x4d\x5e\x81\x3c\x2b\x93\x0c\x5e\xdd\x24\xa5\x6a\x88\xe1\xa0\x2b\xb3\xcc\xdc\x26\x8e\x27\x8b\x17\xea\xca\x54\x2a\x72\x6e\x0c\x58\x53\x8c\xf1\xdc\x26\xa1\x83\xe6\x75\x71\x17\x0a\x30\x6d\x84\x68\x9e\xa6\x85\x03\xc9\x2c\x9e\x9e\x16\x9e\x87\x45\x30\xa1\x23\x6b\x7b\x31\x5a\xed\x16\x8a\x2b\x89\x72\x93\xb0\xb4\x7e\x3e\xb8\x80\xfa\x4c\x02\xe5\xb8\x00\xd4\xb6\x73\xaa\xf5\xc1\x9e\x3c\xae\xa9\xdd\x49\xb4\x86\x0d\xbf\xe3\xcf\xb6\xdb\x61\x1d\x5e\x6e\x00\xd2\xcb\xf3\xba\xe7\x34\xe9\x05\x38\x42\x7c\xa6\xed\xa0\x36\x43\xc0\x60\x3b\x90\x9c\xc1\x42\xf8\xc8\xc5\xd4\x20\xe1\xf9\xf0\x99\x26\x68\xbe\xbe\x3d\x60\xe9\x3c\xe8\x83\x2a\x21\x9d\x6e\x1b\x1c\x19\x14\x6b\x3b\xb7\x03\x5b\xc4\x63\x86\x23\x83\xfc\xea\xe7\x06\xc7\xe0\xe2\xb3\x07\x7a\xb0\xd9\x9a\x7f\x00\x3f\x0a\xda\x6f\x54\x8c\xb5\xe6\x1f\x28\xce\xdc\x25\xf2\x18\x54\xcb\xa2\x13\x63\x98\x1a\xc3\x89\x69\x9c\x1a\xf3\x3f\x4c\xe7\x17\x72\xe9\x35\x4d\x27\x06\x25\x80\xbf\x9d\x9c\xf8\x0f\xd5\x54\x84\x09\xeb\x6e\x17\x36\xba\x6e\x2c\x1b\x8a\x53\x4f\x0f\x1b\x90\x6e\x7d\xce\x70\xc6\xa7\x35\x61\xb6\xed\xe2\x1d\xde\xc2\xe5\xe2\x30\xdc\x04\x87\xe1\x16\xb8\x34\x7e\x9f\x40\xc4\x32\x97\x20\x2e\xfe\x14\x3b\x34\xb7\x9b\x5e\x8d\x6a\x8e\x29\xd4\x9b\x79\xe7\xa6\xff\x9d\x9f\xe3\xed\x5f\x6a\xa6\x0d\xbe\x0d\x0a\x5d\x9c\x1b\x7d\x19\x2c\x48\x6e\xa2\x0c\xaf\x2c\x33\xa8\x37\x43\x82\x9b\x26\x50\xb7\x40\xf1\x6a\x18\xc2\xa4\xa5\x16\x45\x59\x5a\x4f\x24\x3d\x64\x0d\xd3\x88\x5c\x05\x2b\x7c\xbe\xa6\xe3\xb1\x67\x11\xde\x0e\x5d\x51\x1a\x73\x43\xb8\x5b\xf9\x3c\xf3\xbc\x35\x86\x78\xc0\xe1\xcb\x2f\x50\xcd\x2a\x58\x52\x58\xf7\x45\x6e\x2b\xb3\x00\xd0\x75\xc5\x4c\xcc\xf2\xe3\xdc\xea\x3c\x2d\x70\x88\x50\x94\xe7\x2c\x3f\xce\xad\x9b\x24\x2c\x0d\x3d\xaf\xff\xfe\xd7\xe5\x97\x3e\x0b\xfc\x23\x14\x90\x39\xcb\x8f\x1c\xad\xbb\x5a\x81\x46\xcf\x97\xb9\x82\x50\x38\xc5\x5b\xce\xc2\x9c\xed\x1a\x54\x49\x7d\x9e\x36\x51\xd9\x7e\xf8\x40\x63\x42\x24\x9c\x1c\x63\x66\x79\x11\xe2\x90\xef\xf1\x2c\xd0\xc5\x29\x0b\xcc\x2c\xc4\x87\xc3\xcf\x3c\x7c\xbb\x3f\x20\xb0\x16\xc4\x2c\x08\x8d\xfb\x3e\xb3\x60\x83\x29\xe0\xcd\x4b\x1b\xa0\x6c\xd0\xf6\x74\x93\xf4\x8e\xa1\xba\xcb\x92\x47\x9f\x26\xa1\x50\x5c\x0a\x3a\x95\x42\xee\x58\xfe\x64\x61\x54\x7e\x01\xae\xbc\xc5\xff\x1f\xf8\x5f\x5d\xc2\x19\xb9\x15\xbf\xff\xf2\x8a\xb4\xfc\xb3\x20\x55\x56\xb7\xf6\xa7\xbc\xe8\x71\x28\xbe\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x3f\xd9\x59\xa0\xfa\x93\xff\xc6\x2c\x4c\x0b\xff\x69\x60\xa2\x41\xcd\x1a\x9c\x91\x95\x39\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x05\x72\x4a\xe3\x4a\x8b\x44\xd6\xa1\x56\x58\xff\x2c\xf4\x8e\x50\xa9\xdc\x59\xe8\x1d\x61\x65\x43\x69\x59\xc2\x5e\xf3\xd4\x98\xbc\x5c\xf3\xd2\x72\xf5\x45\x45\xa3\x72\xa1\xb9\x13\x8a\x5c\x89\x97\xd2\x28\x72\x25\x30\x4b\x7a\x0c\x4b\xbb\x57\x3a\xcf\x7c\xf7\xc2\xf0\xb6\x36\xfc\x09\x26\x47\xe8\xab\x74\x2e\xaf\x26\x1b\xfa\x43\x45\xe8\xcd\xc2\x74\x58\x6d\xb8\x45\x6c\x1b\x01\x97\x02\xd0\xa9\xf8\xb9\x59\x12\x74\xea\x96\x5b\xa0\x40\xf4\xe5\xaf\x0c\x9e\x66\xc3\x3f\x34\xbc\xa0\x1e\x06\xed\xdc\x9a\x98\xf4\xf8\xf5\xce\x1c\x1c\x83\x96\x6b\xf0\xa6\x2d\xac\x5e\x60\x7a\x95\xa7\xf5\x2c\x03\xb9\x8b\x24\x13\x0b\x30\x69\x35\x0f\xc3\xf2\xda\x3d\xf3\xc1\x80\x2d\xcf\x1a\x72\x65\x7d\x84\x13\xab\x31\x5b\x71\x53\xd2\x81\x57\xea\xb9\x12\x94\x99\xc3\x9f\x60\x1f\x94\xbf\x64\x3c\x9d\x85\xee\xbe\x4d\x47\x51\x99\x9c\x34\x01\xa5\xc2\xb2\x36\x61\xe9\x32\x73\x96\xfc\xc9\xe2\x1b\x1a\x15\x53\x5f\x35\x6f\x1c\x80\xd0\xe2\x8d\x32\xb1\xb4\xde\xba\x93\x2a\x38\x1d\xa7\x85\xde\xbd\x2a\xa6\x3c\x0b\xbc\x1c\xaa\xa0\x77\x59\x49\xa6\x5f\x68\x54\xd2\x89\x4c\xa2\xd2\x8f\xd8\x5d\x93\x3f\xf8\x13\xc0\xfb\xe6\x36\x21\xe4\xbc\xf7\xe0\xbd\x5b\xbd\x7b\xf7\x1f\x1b\xd0\x07\x3b\xa3\x17\xcc\xb2\x3b\xfd\xb5\xfd\xc2\xbb\x9a\x9b\xb7\xd1\xce\x30\xc5\xe1\x26\x29\x21\x84\x11\x0b\xdc\x77\xab\x05\x31\xf4\x7e\xd5\x0c\x87\xca\x39\xbe\x36\x95\x3d\x67\xce\x24\xa0\xbe\x97\x97\x8f\x69\x11\x14\xc6\x38\x0b\xd2\xe3\x57\x5d\x52\x4a\xe2\x58\x01\xdb\x82\x4a\x3a\xc3\x1c\xc1\xbc\xaa\x2d\xfc\x45\xb0\x4f\x7f\x91\x78\x5f\xcf\x18\xa6\x4e\xf1\x72\x24\x3f\x68\xd8\x07\x47\xe9\x17\xb8\xf7\xc3\x3f\x20\xad\xee\x74\x97\x39\x4c\xff\xc0\xd0\x48\x73\xfd\x49\x4d\xbc\x68\x38\x53\x2c\xaa\xcf\x2b\x27\x42\x54\x5f\x74\x9c\xd4\x38\x11\xb2\x56\xbd\x14\x2f\xac\x6c\xbe\x15\x17\x44\xac\x4d\x0f\x22\x03\xd6\x3c\x51\x28\x27\xd8\x2d\xf1\x00\x22\xab\xa7\x09\x1e\xb6\xe5\x73\x5e\x00\x45\x56\x73\x03\x5c\x6e\xad\x62\x2d\x70\xb1\xad\x96\x16\x17\x18\xd2\x8b\x7f\x27\x43\xaa\x01\x58\x7d\x8d\xce\xcb\x9d\x6b\x2b\x12\x6f\x1c\x81\xde\xa9\x77\xee\x1a\x0d\x12\x49\x54\x3f\x87\x28\x94\x8d\x61\x0e\x7f\x81\x68\x59\x16\x47\xcc\xa2\xd5\xa6\xbb\x4c\x8e\xd6\x20\x5f\x28\x5a\xad\x17\x2e\x74\xa2\xfd\x1c\x04\x89\x3c\x0d\x15\xe0\x45\xeb\x5b\x72\x79\x48\xb4\xe6\x11\x11\x70\xd5\x1c\x9d\xc0\xd3\x07\xfd\xc3\xb3\xc8\x62\xf9\xe1\x4a\x88\x48\x84\xc0\x55\xd3\x08\x27\xdb\x6a\x20\x90\x59\xb2\xbc\x8b\x9e\xe4\xbf\x7f\x5d\xd4\x4c\xa6\x2f\x11\x57\x7f\xdb\x7f\xff\x9b\x2a\xbb\x34\xeb\x8f\x35\x11\x9b\x9e\x39\x08\x37\xd0\xb0\xf6\x7e\xa6\x8f\xec\xd2\x33\x30\x9e\x44\x47\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x7a\x54\xe9\x99\x20\xd1\x14\x33\x5d\xaa\x72\xd3\xce\x8a\x4c\xfa\xf2\xac\x9b\x95\x2e\xb6\xca\xb0\x36\x2b\xd3\xa1\xfa\xbc\xac\x85\x7e\xf0\x12\xba\x15\x4a\x42\x65\xcf\x99\x15\x2e\xb1\xb6\x33\x57\x42\xb6\x3e\xfe\x72\x14\x55\x26\x2f\xf0\xf9\x5d\x33\xe1\x95\x14\x0f\x95\xe6\x5d\x9f\xc7\x15\x0a\x44\xa5\x42\x9e\x35\xcd\xbd\x42\xd2\x15\xfe\xb3\x55\x1a\xc6\x0a\xff\x59\x05\xe4\xcc\x4a\x73\xb0\xaf\xcc\xb5\x82\xb7\x9a\x9f\x3b\x9e\xd5\x63\x85\x11\x23\xfc\x7f\xb0\x01\xf7\xf8\x9e\x32\xc6\x88\x15\xfe\xb5\x55\x7a\xf3\x5a\x79\x21\x96\xa2\xa1\x26\x26\x9c\xa6\x89\x1b\x44\x7b\xb0\x12\x24\xea\x02\x53\x59\x97\xd0\xa8\xa2\x36\xde\x79\x3c\xac\x46\x91\xbd\xfc\x06\x86\x21\xf0\x5d\x5f\xd0\x18\xc3\x0b\xd9\x78\x21\xd6\x21\x50\x91\x74\x5f\xa5\x52\x67\xcd\x84\x0a\xfe\xff\xdd\xb4\x56\x52\xd6\x4e\x1a\xb5\x54\x2c\x45\x64\x5b\x4e\x85\x12\xd2\xca\xd7\xda\x39\xf3\x12\x66\xb5\x93\x66\x61\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x73\x2e\xbf\x31\x41\xb5\xa9\x40\xf8\x93\xfd\x35\xea\x0b\x11\xa7\x6a\x0b\xcc\x0a\x88\x18\xe1\x71\xb3\xb4\x60\xd5\x65\xae\xc2\x02\xec\x3b\x40\x45\xe6\x81\xea\x99\x0b\x26\x90\x12\x4d\x74\x60\x0d\xc9\x9a\x0a\x0b\xaf\x4f\xf4\x0a\x87\xd5\xef\x07\xc9\xe5\x7e\xe1\x01\x8d\xea\x61\x26\x49\x5a\xbc\x99\xeb\x2f\xa2\x99\xe5\xea\xd3\xc7\xe4\x72\xab\x8f\xc9\xc3\xd0\x5c\x08\x8f\x3b\x9f\x3c\x15\xe1\x57\xd5\x4c\x09\x2d\xe2\x47\x3a\xc1\x6d\xb5\x5b\xc1\x5b\xe1\xb6\x6a\x14\x51\x17\x2f\x5b\xe6\xb0\x45\x79\xa7\x1e\xe0\x85\xaa\xac\xc2\xb3\x2e\xda\x30\xbc\x77\xd7\xe2\x20\xfc\x05\x69\xd0\x44\x32\x4b\x55\x5b\x7e\x81\x02\x43\x30\xa2\x32\x20\xab\x2d\xff\x00\xb1\x6d\x19\x48\x44\x27\xb4\x5d\xa1\x45\xac\x16\x30\x88\xc7\x52\x08\xc9\xac\xf4\x9f\x33\xfc\xaa\x7b\xee\x13\xd1\x80\x6c\x04\xd5\xfc\xb3\x53\xc5\xa1\x1b\x5e\xdd\x39\x0a\xf1\xcf\xce\x48\x07\x91\xc4\x82\x47\x3e\xb3\xeb\xce\xed\xef\xad\x76\x30\xb0\x51\x44\x1d\xe4\x40\x7d\x00\xad\xa0\x3c\x17\x67\x3d\x28\x25\x75\xc8\xd7\x13\x42\xd0\x27\x05\x94\x7a\xc3\xec\x73\x06\x18\x4e\x1d\xb0\x56\xf3\xe7\x2c\x82\x12\x6f\x78\xab\x22\x9c\x29\x2c\x6e\x4e\x30\x43\xf8\x99\xe0\xcc\x83\xbc\x18\x80\xea\xd3\xf1\x22\x72\xf6\x27\xc8\x0f\xf0\xd9\x66\xcc\x31\xd5\xbd\x53\x2f\xfa\x05\x88\x06\x68\xec\xe4\x3f\x3c\xeb\x8b\x9d\x9c\xfc\x7d\x56\x84\xf6\xcf\xee\x6d\x84\xda\xcc\xdb\x9f\xb2\x9d\xce\x7a\x83\x31\x7c\x14\xde\xa4\x57\x30\xa7\x42\x41\x37\x8d\x37\x2b\xdd\xe5\x0c\x1f\xeb\xbd\x90\xe5\x46\x8c\x70\xd3\xce\xe3\x4d\x79\xe3\x70\xf4\x24\x01\x07\x7d\xd6\x95\x46\x5a\x33\xc6\x83\x40\x0a\xa9\x56\x2b\x62\x8b\xaa\xcf\x3a\xc2\x22\xcb\x91\x17\x16\xcd\x61\x04\x82\xe4\x53\xd6\x29\xd6\x27\x25\x95\xa6\x18\xea\xb9\xd9\x3f\x5f\x80\xc2\xe5\x2f\x4e\x7e\xa1\x39\x7d\xc0\x7a\x9a\x95\x96\xc9\xa8\x04\xbc\x1a\x51\xcf\xe7\x99\x56\xe3\xa9\x67\x06\x38\x6a\x19\xdb\x8f\x44\x0e\x3d\xef\xff\xfd\x2f\x54\xdf\x7a\x36\x78\xcf\xc9\x29\x7c\xb6\x17\x06\x55\xc5\xcd\xcd\x46\x5d\x9b\x0e\xd3\x06\x54\x24\x6f\xd3\xd9\x7e\xd4\x6c\x48\xaa\xb4\xf4\x95\xd3\x06\x6d\x1b\x05\xbe\x7a\xdc\x72\xa5\xbb\x7e\x08\xfe\xe0\x37\x28\xb9\x04\xbd\x5a\x01\xf7\xe8\x58\x6a\x08\x35\x52\x98\xcf\x6c\x65\x21\xc1\x9f\xff\x87\x8c\x90\x60\x6b\x2f\x12\x1a\xf6\xe5\x6a\xcc\x21\x6f\xbc\xda\x6a\x3a\x27\xeb\xf9\x15\x09\xf6\x89\x69\x54\x4c\x49\x5b\xd3\x6a\xae\xac\x5a\xac\x38\x84\x96\x9f\x51\x90\x55\x92\xb4\xd1\x8c\x69\xf1\xdd\x60\xc6\xb4\x1f\x5d\xa3\x19\xd3\x78\xb6\x21\x88\x7d\x78\x96\x90\xb5\x53\xe5\x8c\x66\x4b\x33\xa7\x64\x6f\x6b\x29\xe7\xb4\x54\xed\x46\x42\x63\xcd\x22\x20\xc6\x54\xdd\x8a\xd9\xa8\x73\x32\x8c\x6f\x9d\x97\x11\xd1\xd0\x93\xa3\xd5\x29\x1c\xf8\x7d\x0f\x68\xd4\x31\x75\x21\xda\xd6\x29\xa9\xcc\x4f\x83\x87\xad\x58\xbc\x21\xac\xbc\x4b\x9e\x37\x28\x99\xec\xfb\xd3\x50\x1f\x79\xf3\x54\xd3\x6b\xcd\x97\xb8\x36\xc8\x3f\x9b\x5b\xa0\x52\x40\x44\x51\xeb\x64\x68\xdf\x10\x97\x63\xaf\xc6\xc6\xcc\x9d\xbe\x48\xb6\x71\xe0\x05\xd3\xc8\xc0\x64\x37\xc0\x13\xc1\x0d\xdc\x78\xdf\xff\x3f\x78\xd6\xc4\x32\x4c\x47\xd1\xd7\xb3\x21\x4e\xdd\x5a\xa8\x16\xf4\xfe\x90\xec\x68\x91\xa3\x54\x17\x70\x84\xdb\xbc\x05\x82\x88\x43\x47\x69\x7b\x71\xd2\x90\xff\xf1\x7b\xd7\xe7\xb4\x88\xa3\xe0\x19\x67\x47\xb8\x16\xb0\x19\x9a\x5f\x22\xd7\xce\x44\x91\x81\x84\xd5\x1b\xcc\xad\xb3\x0b\x38\x37\x98\x5b\xed\xb3\xda\xe0\x1a\xd7\xbc\x6d\x32\xa9\xbb\xa5\x0d\x12\x32\x35\x2f\xe6\x42\xbd\x17\x6f\xd4\x45\xe4\x25\x40\xd1\x16\x6d\xcc\x5e\x3b\xaa\xa1\x86\x9f\xb9\x91\x74\x56\x36\x46\xa1\xf7\xf2\x97\xa0\xd6\xf7\x0c\x86\x97\xad\x26\x01\x76\xd2\x6e\xee\x5b\xcc\xe9\xad\x83\xaa\x01\xe1\x34\x33\x1b\xd2\x31\xd9\xcf\xa3\x31\xbd\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xcf\x32\xfb\x2b\xb7\x3d\x25\xa6\x9a\x60\x7d\x45\x1b\x3a\xdb\xc1\x48\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x14\x29\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x1d\x9c\xda\x41\xfe\x76\x87\x54\xc3\x9a\xfb\x98\xae\xbd\x17\x93\xc0\x69\xd0\x17\x27\x9d\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xb9\x4b\xd0\xb0\x21\xed\x66\x73\x0f\x27\xe5\x9b\x06\x81\x88\x01\x7b\x19\x36\xd8\x39\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xee\x69\xbf\xb3\xf6\x62\xa4\x61\xff\xa9\x86\x08\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\x92\xe3\xa3\x67\xbb\x93\x13\x35\xcd\x4c\x80\xd9\x4d\xf3\xcd\xc3\x55\x24\xdd\x4c\xe4\xe7\x0f\x28\xa1\x85\x34\xdb\x93\xd3\x2c\xa2\x1f\x6e\x49\x41\xc7\x46\xc7\x32\x5f\xd9\x1b\x50\x8b\xbd\x88\xda\x43\x69\x68\x81\xfb\x24\x55\xa2\xfb\xa1\xbd\xcd\xfb\x1e\x4e\x60\xad\xba\x49\x5e\x56\x74\xc5\x6a\x0f\xb8\x41\x33\xd7\x19\x43\x3d\xfd\x8c\xbb\x89\x6c\x19\xfd\x97\x34\x2c\xfd\x40\x17\x1c\xc1\x8c\x4e\x13\x9e\x2f\x27\x7d\xe3\xb9\x21\x51\xd1\x37\x64\xe3\x11\x93\xf7\x17\x56\x54\x55\xaf\x7a\xcf\x20\x10\xed\xff\x71\x84\x6b\x94\x1d\x26\x3a\xbb\x11\x76\xaa\x6f\xfa\xe7\x03\x32\x94\x04\x64\xdf\x28\x0b\x96\x49\xc0\xb0\x35\xf7\xbd\x90\xe7\x87\x9e\xb9\x16\xe2\x88\x5e\xea\x7f\xff\x0b\xfb\x99\x75\x64\x39\xb7\xff\x41\x67\x39\x1c\x5f\xe2\x3a\x13\x06\x59\x01\xd4\x4b\x52\xe9\x4f\xb8\x36\xa2\x09\x3a\x1d\x03\xc0\x5e\x78\x00\x0b\xd7\xf7\x4a\x1d\x93\xc0\x52\x4f\x15\x8d\xb6\x6e\x4f\xb3\x9d\xd8\xb2\xd3\x6c\xe7\x36\x2b\x71\x82\xf6\x72\x07\xba\xf1\x05\xa7\xd7\xfb\x05\x95\x5e\x2b\xc6\x1e\xfa\xba\xdb\xa1\x71\xb1\xd7\x4d\x6f\x98\x39\x2f\x46\xab\xa8\x8b\xaa\x0e\x1a\x35\x13\xcd\x0d\x4c\x34\x20\x06\x6a\x4c\x53\xa4\x89\x43\x80\xb2\xcd\x69\x1d\x3e\x5f\x76\x50\xe8\xc8\x59\x1e\x1e\x52\x62\x21\xc1\xad\xde\x93\xdf\xd4\x43\xe7\x4e\x13\xac\xe8\xf4\xfa\xf2\x7d\xa2\xf7\x0a\xb1\x2c\xa2\x11\xfd\xd8\xfe\x54\x19\x6f\xf6\xd4\xbd\x34\xf7\x07\x65\xb7\x79\xa7\x73\xc4\x26\x70\xa1\x37\x3f\x13\xe3\xfa\x7b\xb2\xaf\x57\x91\xa1\x94\xd1\x4d\x2f\x75\xae\x52\xb5\x74\x64\xf0\xf9\xcc\xfa\xa0\xf1\xcc\xb3\x38\x26\xfc\xd6\xc4\x8d\x03\x99\xe3\x3d\xeb\x03\x90\xc2\xfc\xfc\xe2\xa8\xa9\x82\xb9\xb3\x03\x37\x35\x53\x30\x72\xd6\xf5\x02\x41\x8c\x64\x53\x0f\x22\x7f\x5d\xff\x3b\x2b\xd7\xd8\xf8\xda\xe9\xdf\x6f\x23\x53\xa7\xb9\xce\xee\xe7\x1d\xe6\x3a\x5b\x67\x3b\x2d\x72\xb6\x4a\x76\x78\x95\x35\x41\x8c\x9e\x30\xc7\xcc\x36\x91\x2f\xdc\xf3\xc4\xf4\x3b\x21\xc5\x59\x9f\x3c\xf4\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6b\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x81\xcc\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x2c\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\xba\xa3\xf7\x3d\xa5\x93\x26\x06\x6e\x65\x76\xdc\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\xef\x13\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\xf9\xa1\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x03\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x65\x1c\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x11\xc4\xa9\x88\xf2\x01\x0a\x45\x94\xaf\x00\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xeb\xfa\x4b\xbe\xb9\xd9\xe1\x15\x66\xdb\x7f\x7f\x12\x44\xfc\xeb\x7e\xfc\xa8\x6f\xd4\xc4\x0f\xe4\xac\xb4\x5f\xe3\x00\xe2\x53\x3c\xf8\x7b\x2a\x22\x87\x5f\xd5\x33\xf9\xd5\x0d\x42\x94\x68\x13\x0e\xe4\xc0\x09\xa5\xc5\x7a\xb7\x0f\x7b\x1c\xfa\x81\x17\x0a\x49\xc8\x01\xbd\x92\xfd\x2a\xc6\x36\xfe\xfb\x5f\xb7\xf2\x7a\x6c\xf1\x3e\xeb\x6a\x37\x36\xba\xa1\xe9\x86\x31\x52\xcd\x24\x56\x18\x1b\x27\xd5\x5d\x52\x28\x2f\xff\xc0\x6b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x33\x65\xdb\xff\x28\x59\xcb\x4d\x03\xa7\x97\xbf\xfd\x09\x46\xa1\x82\x3b\xdc\x04\x77\x95\x3a\x2d\x28\xd8\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xb5\x55\x5a\xdf\xc1\x42\xd7\x56\x57\x0d\xda\xcc\xba\xf8\x69\xa4\xcd\xcc\x1c\x80\x80\x49\x3b\x14\x8c\x96\x29\x10\xd5\x09\x3c\xf7\xc7\xd4\xf5\x69\x30\xeb\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\xd5\x21\x9b\x03\x69\x16\xad\xf1\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x24\xa4\xb0\x7e\x6a\xc0\xf1\xde\xc1\x23\x83\x45\x05\xbb\x27\x0f\x16\xaf\x50\xd6\xad\x39\x60\xe1\x1a\x9f\x2e\x60\x6d\xb2\xaa\x70\x74\x84\x48\x7b\xfd\x50\x77\xfa\xe3\xda\x37\x00\xb3\xc2\xac\x0d\x37\x2b\xbb\x5e\x0f\xe4\x99\x09\x65\xa0\x9a\x63\xd0\xda\xa8\x13\x6c\x50\xe5\x65\x3d\xcb\x40\x46\x0b\x6b\xaa\x07\x4b\x4d\x5b\xa3\x35\xe0\xfc\xaf\x7c\x50\x73\x0c\xde\xaf\x3c\x11\x83\xe8\xc1\x54\xc0\x91\xca\xd6\xee\x11\x0c\xd3\x31\x9b\x21\x35\x62\xb1\x86\x72\x44\x72\xae\x3a\x09\xc6\x31\xba\x49\x6a\x24\x4d\x26\xb0\x9a\xaa\xf4\xcc\x01\xa8\xe6\x6a\x5b\x73\xcc\x6c\x52\x9d\x4e\xc8\x5a\xcb\xd6\x31\xc9\xba\x9e\x1b\xb8\x42\xd5\xcf\x17\x3c\x9d\x3d\x90\xcc\x33\x21\xd0\x3a\x60\x38\x6b\x9f\xe7\x8e\x74\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x49\x93\x16\x6b\x20\x8f\x61\xb1\x7e\x6f\xec\x30\xe4\x5b\xb7\x36\x76\xf6\xa1\x2f\x76\x20\xc8\xe2\xff\xd9\x87\x30\xc1\x80\x5b\x92\x0d\x6b\x83\x46\x2a\xab\x3b\x06\xd2\x40\xd8\x3c\x33\xe0\x2d\xdf\x2c\xab\x0e\x4a\x1e\x4f\xf6\xc1\xbd\xe0\x89\x40\x5e\x08\xdb\x72\xc7\x11\xec\xc2\x4d\x50\x4e\x78\x14\x0c\x51\xb4\xb2\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xf9\x11\xe4\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x30\x46\x2b\xb3\x06\x3d\xe0\xdb\xf6\xa7\x70\xd7\x41\x2d\x91\xe0\xff\x38\x99\x25\x58\xf3\x46\xd0\x62\x09\x7d\x32\x55\xa1\x7b\xcb\x34\x67\x7a\x46\x8a\x25\x81\xbb\x71\x25\xfd\x1a\x21\x03\x1c\xad\x2b\x1b\x17\xe9\xf7\x33\xd5\xcf\xde\x6b\xcc\x0c\xa8\x1c\xd7\x73\x30\x6d\x76\x75\x93\x64\x1f\x73\x03\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\x6d\x6c\x10\xe5\x58\xdb\x36\x98\x8d\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xa4\xa7\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xd5\xa9\xdf\x47\x4a\x18\x5d\x58\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x80\x73\x6c\xaa\x8a\x1f\x17\x5f\x0c\x1a\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x97\xd4\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\xba\xf8\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\x7e\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x87\x41\xc0\x8c\xd7\xeb\x9f\xee\x48\x31\xc8\x3a\xee\x2d\x73\x5d\x98\xa3\x51\x64\xe5\xa3\xa2\x0b\xc4\x47\xda\x1e\x10\x01\xf5\xaf\x37\x0d\xd2\x80\x75\x4b\x9b\xa0\x22\x5e\xb7\xd9\xa0\x89\xce\x0a\xb5\x08\x04\xa4\x99\x9f\x61\x90\x73\x36\x8c\x98\x84\xb3\xde\xfa\x33\xb7\x88\xbf\x00\xa0\x1a\x16\x48\x70\x25\x9f\x56\xac\xc7\xa4\x53\xc2\x70\x1b\xaf\xa0\xb7\x9f\x6e\x30\xe5\x84\x2f\x77\xb1\x78\x1c\x99\x0c\xaa\x9e\x54\x15\x70\x06\xad\x76\xbe\x2f\xc6\x4a\x81\xa2\x91\x65\x40\xa2\x25\x08\x0c\x6f\x56\x15\xc6\xce\x4d\x61\xc9\x09\xdf\x22\x6b\x70\x63\xa7\xe9\x50\x97\xb3\x60\x92\x88\xe1\xc9\x00\xe8\xb2\x22\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x04\x27\x02\xa5\x4b\xac\xf7\x0b\x54\xb8\xeb\xbe\xb6\x06\x92\x3a\x2c\xef\x75\x58\xde\xac\x00\x0b\xf8\x16\xf5\x4f\x83\x37\x69\x74\x8b\x74\xde\xd5\x85\x31\x10\x73\xf8\xd9\x67\x44\x5c\xc3\x52\x10\x00\xcb\xda\xcb\x00\x64\xb2\x12\x2e\x90\x5b\xd9\x6a\xc0\x60\x9a\x88\xf6\x69\x91\x12\x2c\xfc\x06\x01\x8b\x34\x5c\x71\x72\xe2\x34\x8a\x93\x54\x5b\xd0\x5e\x24\x52\x1f\xc0\xf5\xdb\x4a\x97\xb8\x72\xfd\xb5\x78\x88\x20\xec\x9b\x25\xda\x45\xec\xe9\xc5\x61\xad\x11\xdf\xa3\x22\x51\x92\x07\x4a\xe5\xcf\xf0\x7e\x82\x93\x91\x63\xa8\x82\x19\x92\xad\x0a\x0c\xc2\x24\x7b\x6a\x05\xdd\xb5\xad\xa1\x0e\x9a\xec\x86\xe5\x20\x93\x72\x59\x6b\x10\x2f\x0c\x0a\x87\x5b\x06\xb4\x3d\xdd\xb7\xed\x20\xee\xd1\xb5\x37\x58\x94\xd8\x7a\xd7\x80\x9f\x51\xd7\x35\x38\xa8\x1e\xb2\x5e\x35\x90\xfa\xa1\x1b\x0f\x06\x03\xff\xda\xa7\x4d\x46\xb1\x68\x3a\x99\xe5\xb8\x7d\xda\x3c\x90\x87\x4e\xc3\x80\x86\xc7\xba\xbc\x78\x28\xcd\x34\x57\x13\x9e\x46\xdd\x17\xe1\xc9\x4c\x5e\x8e\x27\x9a\x08\xf3\xb3\x25\x6a\xfe\x72\x09\xa7\x7e\x80\xdb\x9b\x04\xc9\xfc\x71\x49\xbb\x9b\xdc\x29\x9d\xfc\x46\x4e\xee\xd2\x0f\xd8\x1e\xdd\x7d\x80\x6c\x09\xc4\xf9\xe3\xdc\xaa\xc5\x54\x1b\x69\x35\x26\xa1\x8f\x44\xd3\xdc\xc8\x02\x1a\xf8\xdc\x92\x05\xd4\x25\x33\x75\xf9\x16\x34\x61\x38\xb4\xaa\x6b\xc2\xef\xdb\xaa\xb9\xb9\x51\x4d\xae\x63\x66\x6e\x39\x4e\x51\xbd\xe5\x6a\xb8\x0f\x0a\xf6\x30\x59\x27\x3b\xd5\xc0\x98\x7d\xd9\x0a\xdd\xf9\xe2\xa5\x98\xdb\x9f\x8c\x49\xb3\x70\xd4\x22\xa0\x70\xfb\x69\x9a\xe0\x56\x6e\x47\xcf\x89\xba\x78\x56\x81\xcf\xc2\xb3\x5a\x87\xf7\x2c\x3c\x9b\xa5\xcf\x9b\x85\x3b\x5e\x67\xe9\x64\xad\x64\xeb\x76\x67\x25\x0d\x9a\xe8\xca\xd3\x50\x10\x65\x56\xca\x80\xe1\x1f\x38\xb1\x9a\x25\x78\x76\x5b\x33\x36\x33\xda\x4f\x2a\xa6\x49\x20\xe5\x89\xa7\xd6\x4a\xa5\xb6\xe7\x4c\xa5\x94\x68\x68\xdc\x7a\x66\x87\x86\x89\xf1\xb0\x18\x1e\x68\x0d\xf4\x6c\x10\xa6\x5e\xa8\x46\xd3\x8f\x34\x4c\x13\x95\xf1\x6c\x24\x9e\xf4\xe3\x1e\x82\x05\xb3\xe5\x5a\x6b\xb2\x5f\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\xca\x17\x3e\x27\x3d\xc3\xac\xc0\x9d\xc0\x77\x86\x47\x73\x70\xd8\xea\x72\x30\x41\x92\x7a\x1c\xb9\x73\xb5\x78\x2f\xde\xab\xbe\x26\x4f\xe6\xc8\x50\x85\xd2\x39\x07\x19\xc8\xcf\x9c\x7a\xa9\xc9\x26\x0d\x94\xaa\x1f\x3a\x67\x30\x47\xa4\x68\x08\xae\x8d\xb7\x0e\x12\x9c\x59\xdd\x31\xe1\xce\x6e\xb5\xcc\x44\x4e\x8c\x65\xa2\x69\xe1\xb4\xae\x7d\x32\xfe\xd0\xaa\xfc\x89\x84\x65\xd6\xe3\x4c\xd8\x33\xbb\x69\x84\x3d\xd3\x66\xdd\x39\x73\x1e\xf5\xc1\xc4\x4e\xf4\xd2\x11\x24\xea\x56\x3c\x59\x2b\xe4\xe7\xf7\x61\x3b\xf0\x3c\x23\x98\xd0\x77\xde\xb9\xf8\xbd\x86\x00\x85\xd9\xf4\x41\xb0\x20\x4d\xa4\x10\x99\xd4\x9f\x7d\x84\xf2\x02\x73\xe9\x8a\x3b\x17\x47\xa4\x29\x58\x3c\x8c\xcc\xe0\x89\xf5\x04\x38\x26\xb1\xde\xf2\x33\xb6\xa9\x6e\x97\x73\xe7\x01\x69\xfe\x45\x1c\x60\x57\xfa\xfa\x39\x77\x56\x90\xd0\x20\x90\x76\xd5\x0a\x93\x09\xfd\x9a\x6f\xd9\x13\x45\xec\x7c\x5d\x9d\x08\xda\x53\x35\x9c\x39\x0f\xae\xb3\xdf\x0f\xe8\x3a\xfd\x3f\xcf\x00\xf3\x3f\x2d\x74\x2a\x3c\x3b\x27\x5c\xaa\x7c\x6b\x9f\x67\x0e\x5a\x83\x7a\x91\x5e\xd9\xbc\x1f\xce\x02\x6f\x21\x91\x0c\x4d\x9a\x5d\x79\x27\x22\xf4\x9a\x53\x48\xcd\x33\x27\x41\x83\x3e\x29\xd6\x4d\xf5\x49\xb7\x08\x4f\xd3\x89\x78\x5b\xe1\xb4\x49\xfd\xd8\x68\x7f\x8a\x38\x9a\x17\x14\xf4\xca\x2c\x3f\x27\x7d\xac\x54\x79\x74\x4e\x68\xd3\x7c\xdd\x9e\x2f\x30\xac\xd3\xdb\xe9\x22\x22\x28\xfe\x01\x2e\x53\x16\x54\xb0\x00\xfa\x26\x3c\x2f\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\x49\xa9\xf8\xf2\x06\xbb\x27\xba\x10\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x4a\xc8\xf9\x70\x90\x7e\xbf\x03\x18\x69\xd6\x9f\xec\x51\xec\xfc\x20\xfb\x84\x07\x0d\xd5\x98\xef\xde\x13\x0e\x59\x76\x00\x9c\x0f\x8a\xad\x9a\xd9\x1e\xd4\x0c\x10\xda\x5b\xbf\x5c\xb5\xa5\x1f\x48\x71\xd7\x33\x28\x14\xe6\x59\x89\xe5\x74\xd7\x5e\x3f\x78\xa3\x68\x5d\x16\xd4\x56\xbe\x4a\xad\x1f\x28\xda\xfc\x3f\xf5\x09\x92\x7b\x0b\xc8\xcc\x43\x5c\x1b\x55\x6f\xfe\xbf\xa2\x01\x3f\xd3\x99\x4e\x14\x6d\x58\x67\x21\xf5\xf5\x02\xa4\xe1\x39\x5c\xcc\xaf\x65\x95\xfb\x82\x72\xc8\xd7\xc3\x55\x68\x6d\xd2\x0e\x5f\xb0\xbc\xf5\xcd\xb3\xc4\x84\x09\x8e\xcf\x5b\x88\x76\xeb\xca\x14\x3e\x57\xa5\xb4\x97\x68\x5b\x74\xa6\x52\xed\x8e\xb9\x2a\x8f\x5e\xc9\xb6\x05\x50\xe3\x9b\xd1\xaa\xbc\x84\x76\xbf\x00\xee\xd2\xae\x5e\xd0\x1f\x85\x37\xe9\xa2\x71\xce\xf1\x6b\x0b\xb0\xc7\x17\xbe\x45\xfd\x91\x4a\x1d\xcc\xd5\x88\x82\x8b\x7f\xd8\x30\x17\x6a\xa1\x11\x8b\xe9\xfe\xb0\x1a\x67\x5f\xcb\x0d\xd8\x33\x3e\x0d\x74\x7e\xe0\x17\x68\xc0\xf0\x6c\x32\x09\x82\xd3\x99\x2e\x68\x98\x86\x39\xe8\x85\x39\xff\x8f\x26\x0a\x79\xcf\x14\xfd\xa9\x6c\xe2\x58\x40\x2d\x36\x9a\x2c\x56\x3d\xb3\xe9\x60\x25\x28\xf9\x7c\xc1\xb3\x53\xe7\xc0\xea\xd4\x5d\x7c\x3e\x01\xdb\x48\x6c\x2f\xfa\xa7\x7b\x35\xa0\x63\x1a\x52\xc1\xac\xd4\x31\xe9\x1c\x58\x23\xa7\x4e\x2d\xb0\xe2\xaf\x77\xfb\x1a\x9c\x3b\x4d\xf6\x20\x07\x88\x45\xa0\x75\x32\x72\x5e\x83\x00\xd1\x44\xc3\x4b\xca\xe0\x7b\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\x34\x51\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\x60\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x15\x45\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x65\xff\x9a\x03\x42\xe9\x4f\xfa\xba\xc5\x34\xac\xe6\x47\xb8\x64\x0d\xa1\x96\x95\x8a\xb0\x0f\x39\x5c\x27\x3f\x43\x31\x66\xe9\x30\x73\x7c\x5a\x06\x78\x64\x59\x2a\x2f\xa6\xbc\x57\x49\xd6\xb9\x16\xe9\xf7\x73\xe3\x3e\xd5\x0c\x51\x2d\x66\xc4\xba\x32\xc7\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd1\xb6\x50\x69\xc2\xd7\xfe\x45\x87\xab\x61\x31\x4a\x87\x2b\xeb\xfe\x17\xfc\xd7\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xc1\x55\xcf\x1b\xf2\x7a\x19\x9a\xad\x74\xa7\xf2\x33\xe4\x80\x50\xcc\x82\x4e\xcd\xa9\x14\xd7\xc1\x59\xd2\xc5\x71\x21\xc1\xbd\xad\xfc\x0b\x86\x4c\xeb\xd8\x16\xdd\xa7\x6c\x73\x59\x47\x92\xac\x95\xa2\x3f\x95\x8d\x2e\xeb\xa0\xd0\xd5\x2d\x6d\xc1\x5d\xca\x30\x64\x1d\xc9\xbc\xee\x04\x7b\x50\xba\xa5\x05\x24\x63\xf5\xc8\xba\x78\xd7\xf0\x1e\x64\x4e\xac\xe9\x0d\x92\x1a\x2d\xaf\xdd\x15\xa4\x4a\x7d\x5c\xbc\x74\x79\x9b\xc2\xa1\xfc\x73\x34\xb0\x80\x97\x05\x03\x53\xca\x3b\x08\x64\xdd\x03\x3a\x77\x11\x81\x2c\x56\x1f\x29\xcd\x62\xb8\x36\x68\xad\x9b\xca\xdd\xe1\x37\xc8\xc4\x3e\xb8\x1f\xea\x7d\xbc\x4b\x1f\x42\x36\x29\x0f\x16\xd1\x8c\xa7\x02\xbe\x4a\xe1\xc8\xc0\xf5\x80\x29\xbb\x3f\x48\x2a\xfc\xc2\xc5\x26\x35\xfd\x4f\xb2\xe9\xbf\xe9\xde\x99\x75\xea\xe7\x67\xe4\xd4\xb0\x41\x6a\x87\xe5\xce\x96\x9e\x1d\x96\x3b\x4b\xe5\xfd\xc7\xc3\xbd\xfa\x03\x16\x44\xf4\x0b\x60\xd3\xf9\x7f\x8c\xbd\x49\xce\x36\xbd\xb2\x1c\x36\xf7\x2a\xbe\x1d\xb8\xd8\x93\x93\x7f\xe2\xb1\xbd\x87\xea\x68\x68\xa0\xab\x8b\x63\x69\xff\x46\x45\x90\x11\xcf\x11\x24\xe0\x1b\xbc\xc0\xfb\x14\xab\xd8\x24\x93\x99\xc9\x6c\x3d\x02\xd0\x54\x07\xe5\x3c\x5e\xb8\x85\xf9\x7b\x5e\x57\xdd\x01\x72\x48\xf9\x70\x9f\x74\x50\x72\xa4\xdc\x19\x10\x0a\x2d\x01\xe4\x84\xa6\xc9\x28\x76\x42\xd1\xd4\xed\xfd\x7f\x86\xb5\xbd\x9a\x13\x34\x4d\xa6\x48\x27\x4a\xe2\x3a\xe4\xeb\x84\xe6\xc9\x72\xe5\x89\xac\xa4\x3e\x49\x27\x65\x26\x61\xfd\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x94\xe8\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x38\x11\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x4a\xfc\x2b\x46\x74\xb2\x32\x8f\x2a\x86\xf5\x93\xb9\xe6\x6d\x3c\x3d\x29\xae\x55\xbf\x90\xf8\x82\x26\xbc\xc4\x31\x5d\x6f\xcf\xcc\x15\x69\x46\x4c\x37\x10\x7e\xba\xc4\x99\x94\x76\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\xac\xb5\x0c\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x20\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\xec\x90\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x08\x2d\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\xc1\x68\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xf7\xee\xdf\x17\x47\xf0\x07\x2b\x20\x42\xbf\x1f\xc4\x60\x7a\x8a\xa4\x33\xde\xb8\x25\xbf\x99\xd0\xc0\xa3\xde\xbe\x80\x27\xa3\x15\x6d\x02\x39\x3f\x01\x2f\xfe\x30\x11\xc8\x73\x43\xb2\xcf\x39\xd6\x22\x3c\x04\x65\x02\x63\x13\xb2\xf1\x77\xef\x3d\x93\x36\xd8\xec\x79\x22\x69\x43\xf5\x32\x69\x27\x2d\xfe\xcd\x55\xf8\xd8\x42\xe2\xfb\xe1\x53\x14\xf8\x7c\x84\xe0\xaa\x56\x8d\x7d\x48\xbe\x3f\x8a\x7f\x93\x38\xfa\x7b\x50\x12\xd3\x89\x93\x33\xf4\xde\x43\xd5\x96\xba\xc1\x76\x32\x5d\xa3\xa0\x80\x14\x5b\x16\x6a\xcf\x73\x11\x44\x0f\xb1\xd6\xa0\x45\x7d\x32\x62\x1c\x3e\x93\x08\x88\x74\x5a\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x04\x28\xa5\xce\x79\xc1\x69\xdb\x5b\x75\x11\x5d\xbc\x57\x10\x09\x7d\x8d\x3b\xaf\xf7\x83\x43\xf4\x07\x13\xc6\x7b\xbd\x8f\x54\xaf\x55\xfa\x87\xf3\x5e\x73\xd2\xa4\x61\x97\x55\x91\xb0\x7e\xde\x24\x77\xd9\x5f\x80\xbd\x17\xbf\xd0\xf9\x82\x16\x71\x2f\xa2\xad\xbd\xa3\x61\xd6\xb6\xde\x13\xee\x6e\x9f\x04\xf0\x37\x8c\x08\x59\x26\x6c\x08\x3e\x11\x30\x59\xbb\x27\x8c\x4c\x67\x3e\x20\xcf\x52\x2b\x68\x3e\x50\x06\x0e\xbb\x22\x9f\x9f\x94\x9c\x86\x61\xf0\xc9\xc0\xd9\x51\x7d\xe7\xb3\x76\x41\x1b\x4b\x89\xb7\xbb\x47\xd0\x73\x73\x56\x68\xfb\x0e\x6f\x3c\x92\x4e\x0c\x55\x43\xee\x27\x3c\xe3\x9c\x0a\xf4\x7c\x90\xdb\xc5\xb2\x02\x4c\xc0\x3f\xb8\x87\x04\x5e\x4e\x91\x7f\xbe\xd8\x35\xcb\x91\x28\x91\xfb\x23\x7c\xbc\x70\xd1\xb0\x18\x48\x09\xdb\xa2\x00\x72\x4c\x54\x8b\x91\x48\x03\x3b\x5c\xb6\xe7\x84\x57\x5c\x2f\xfe\x4d\xfe\xa3\x0f\x26\x29\xa5\x0f\x30\x2a\x05\xb8\xe0\xd1\x39\x79\x3e\x05\xe3\xc9\x9b\x87\x0f\xc7\xe4\xcd\x23\xf8\x01\xf2\x52\x98\xf7\x4f\xce\x59\x6b\x80\xf5\xd8\x91\xb3\x27\xab\x00\x78\x17\x27\x35\xd3\x26\x09\x50\x27\x0e\x53\x2d\x1a\x8b\x6d\xd2\xbe\x50\x16\xca\x35\x1f\x2e\x96\xcc\x15\x31\xbf\x0e\x16\xc7\x38\xf4\x9b\x31\x17\x4d\xbf\x29\xcf\x74\x7f\xc0\xf3\x1b\x3c\x42\xc3\xbe\xb9\x07\x9a\xd9\x84\xac\x17\xd3\xfe\xdb\x8a\x7e\x51\xa0\xff\x99\x13\x05\x9c\xee\x41\x5f\x44\x33\x45\xfd\x9e\x1c\x53\x3d\x40\xc2\x77\x69\x83\x2b\x10\xdd\x25\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x45\x02\x6c\xf4\xbf\x50\x13\xc0\x09\xd6\x2f\x88\xc7\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\x72\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xb5\xfd\x5d\xf2\x85\x0b\x82\xae\xf3\x3a\x5f\x75\x51\x77\xad\xb8\x72\x3e\x02\xd1\x92\x74\x35\x5a\x63\x11\x3e\xff\x46\xf6\x57\x03\x04\x6a\x4e\xd7\x13\xb8\x90\x34\xa3\xff\x9c\x58\xc4\x30\x98\xe5\x5e\x4c\x2e\xd6\x0d\x32\x9a\x67\xed\xb9\x74\x51\xcd\xd9\x0d\x64\x98\x67\x9d\xd9\xf9\x5a\xc2\xb1\x58\xd0\xc5\x74\x63\x9e\x04\xc2\x4d\x9d\xb3\xf8\xea\x0b\x53\x34\x09\xc8\xc6\x4e\xa9\x73\x31\xfb\x98\x9d\x58\x2e\xc6\x9f\x76\xef\x53\x3f\xff\xf9\xf3\x13\x67\x77\x2d\x1f\x3e\x1f\xd3\x4e\x48\xbb\xcb\x85\xce\x1e\x13\xe8\x6c\xc8\x2d\x61\x58\x77\xd0\x6b\x65\xea\xd0\x07\x48\x37\xe6\xfc\xb1\xd7\xa0\x07\x8b\x44\x91\x6b\xf0\xe6\x25\x05\xf1\x35\xd6\x85\x52\x63\x0c\x12\x5c\xed\xff\x8d\x5c\x7f\x36\x7b\xdd\x89\xa7\x54\xd7\xbb\x9b\x81\x4b\x96\x0f\x6e\x14\xca\x75\xca\xd1\x9b\xf5\x44\xcc\x27\x6e\x16\x7a\xb3\x2b\xcc\x0d\xdf\x5a\xe7\xc2\xbc\x49\x4c\x24\xf4\xdf\xbc\x5a\x9b\x88\xdf\x1f\xed\x48\xc1\x43\x66\xd2\x2f\x89\x4d\x37\xae\xd6\x4e\x8e\x79\xe7\x75\x26\xa2\x1e\x50\xc1\xa1\x49\xd2\x23\xc4\x91\x51\x37\x89\x8d\x4e\xd5\x4d\xda\x92\x3d\xc2\xe4\x9c\xf4\x01\x92\x01\x3a\xb1\xd4\x4d\x0f\x11\x3b\xdb\xdc\x08\x84\x1a\x5d\x48\x77\x2f\xe2\x52\xfc\x49\x41\x17\x9a\x24\x53\xfd\x99\x59\xdd\x65\x01\x5f\xb3\x2a\x3c\x0a\xcd\x9f\x7c\xeb\x72\x75\x99\x9b\xd6\x17\x3b\xec\xdc\x0c\x85\xb2\xd5\xf0\x86\x35\xc5\x16\x81\x1b\x77\x6b\xa7\x13\xba\x79\x75\xb6\x67\xcb\x5d\x19\x92\x92\xfc\xc6\xe0\x34\xb5\x5f\xc8\xdd\xe3\x54\xb9\x37\x2e\xd3\xf6\x23\xbc\x49\x63\xc4\x6d\xee\xba\x30\x44\x08\x80\xd4\x3b\x45\xe5\x9b\xfb\x0d\x2f\x5c\x67\x5f\xb9\x59\xa4\xc4\x80\x69\xc0\x39\x51\xd1\xbb\xad\xed\xf4\x03\x0c\x29\xa2\x72\x37\xe2\xa0\xae\x5c\x77\xe7\xb2\x35\x85\xce\xbd\x10\xa4\x91\x2c\xd0\xc9\x0e\x6e\x58\x22\xec\xe1\x71\xaf\xab\xad\x2e\x33\x37\x8a\xc0\xfd\x60\x3d\x1d\x70\xed\x51\x71\x23\x7b\x60\x37\x1f\xbf\xe9\x91\x6b\xc6\x7f\x23\x18\xdc\xc1\x79\x37\x2c\x0b\x0e\xec\xb9\x59\x16\xce\x5c\xf8\x66\xb6\x40\xb3\xe1\x9b\xd9\x02\xed\xa8\x72\x83\x02\x38\x72\xe6\xfe\x08\x40\x32\x95\xba\x71\xfe\x93\x4d\x03\xf7\xc9\x3a\x3b\x82\x0b\xc2\xaa\xcc\x5c\xee\x93\x29\x2e\xd5\xc1\xb9\x90\x5a\x53\x80\x6d\xc2\x9a\xc2\x1b\xb9\x77\x52\x2b\x7f\xc3\x8d\xee\x93\x61\xbc\xda\xc6\x93\x50\xd7\x2e\xb0\x64\x9c\x4f\x10\xaf\xb5\xde\x04\xe4\xf5\x71\xb8\xc2\x0d\x8f\x12\xbb\x4d\xdf\xb8\xd5\xba\xa4\xc4\xfd\x5d\x6a\xd3\x0f\xf5\x83\x47\x89\xdd\x0c\x6e\xc4\x6b\xd9\xab\xfa\xbe\x60\xfb\xf1\x62\x11\x13\xde\x9b\xfb\xe3\xf9\x94\x48\x7c\x23\xed\xcf\xe8\xe2\x34\xf7\x05\x9f\x17\x71\xf3\xfb\xbb\xe2\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x74\x9a\x21\x72\xfc\x34\xf1\x88\x9b\x0e\x29\x3e\x19\xdf\x15\x38\xb9\x3e\xc0\xfd\xdd\x80\xf3\x0f\x02\xdc\x8b\x8f\xf9\x05\x9e\xff\xee\x1e\x18\xcc\xaf\x19\xa1\x1a\x8a\x55\xbb\xf7\xba\x11\x47\xbf\x70\xc2\x17\x49\x40\xba\xd7\x51\xd1\x1a\x71\xc9\xb5\x87\xd7\x8d\x6a\x28\x4e\xbe\x7e\xdf\x64\x7c\x5e\x24\xd2\x04\xb9\x5a\xca\xfd\x50\x8e\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x10\x66\x51\xf0\x66\x75\x14\x0b\x93\x37\x02\xc2\x4a\x30\x85\xc0\x35\xd8\x7e\xe7\xf7\x77\x0d\x8e\xf6\x6c\xbb\x97\xab\xb3\x87\x24\x61\xfd\x79\x01\x15\xab\x74\xad\xbd\x5f\x54\x28\xf7\xe9\x7d\x69\xd5\xf9\x79\x00\x82\xe0\x0e\x90\xb7\xda\xbe\xf2\x37\xee\xc1\xf6\xbe\xbf\x71\x0f\xb6\xa2\xe1\x66\x10\xbc\xfd\xa5\x6e\x16\x48\x31\xf2\xad\x8b\xb0\xd8\xff\x8d\x8b\x70\xf8\xe9\x81\x80\x96\x80\x7c\x4f\xa4\x49\xf0\xf9\x63\x6a\x23\xcb\xe4\x37\x53\x1b\xd9\xeb\xeb\x9e\xc8\x83\x65\xfc\x5d\x37\x61\x73\x5e\x56\xc4\xfb\x41\x87\x49\x57\xb4\xe2\x41\xe8\x8c\xe9\xdf\x40\x0f\x33\x3d\xe6\xa5\xb6\x1f\xd7\xbd\xee\xbe\x12\x21\x9f\x83\xb7\x42\x69\x32\x1f\x56\xbc\x73\x2a\xdf\x87\x77\xd7\xe6\xdf\x38\xb8\xa2\x8b\xcf\xb1\x48\xab\x1f\x00\x1d\x9a\x7b\x04\xe5\x11\x5f\x7d\xe0\x15\x6d\x8f\xd2\x87\x21\x61\x16\xfc\x1f\xb8\x45\xdb\x49\xf5\xe1\x4d\x56\x0c\xe8\xa1\x69\x2a\xfa\x37\x76\x5f\x38\xfe\xe0\x62\xdb\xc4\x3e\x1e\x5e\x6c\xa5\x10\x78\xc2\x82\xab\x07\xa0\x37\x40\x71\x8f\x6b\xfb\x35\x47\xc4\x30\x5b\xf3\xf3\x2c\xb5\xb9\xa4\xde\x87\xbc\x5f\xe4\xf1\x41\x8c\x73\xeb\x6e\x5f\x87\xc6\x2f\x20\x01\x98\xb6\xf2\x61\x8c\x73\xd0\x15\xed\xa9\x3c\xea\x82\x3b\xbd\x3b\xad\xba\x7f\xe0\xcc\x69\x75\xda\x83\xeb\x84\x3d\xc3\x9e\x46\xb0\x68\x0d\x28\x4e\x6b\x4b\xf4\xd3\xa8\x68\xf1\xef\x06\x0a\xee\xdf\x0b\x57\xfe\x8a\xff\x3c\x9d\xa3\x6b\x36\x7d\xa1\xbb\xa6\xc3\xe2\x65\x41\xf4\xfb\x41\xd9\x7f\x23\xef\xd3\xd7\xa1\xd4\x84\x11\x1c\xed\xfa\x55\x0f\x83\xa3\x83\x78\xd2\xb3\x04\x05\x49\xb7\xcf\x58\xd8\xac\x35\x0c\x1a\x25\xc5\x86\x1e\x38\x6f\xb6\xee\x17\x28\xdd\x78\xe3\x96\x58\x2f\x6a\xf5\xd0\xe7\xc0\x4e\x7e\xcf\x09\x7f\x65\x9d\xca\x87\xe5\x5c\x83\xc8\xfa\x03\xf7\x4d\xeb\x5a\x9f\x93\x22\x96\x04\xde\x87\x49\x7d\x1d\x53\xf7\x20\x89\x5e\xb3\x69\xfc\xb9\x48\xa6\x25\xe0\x3e\xd0\x11\x9b\x53\x3c\x57\x61\x17\x7e\xa1\xf1\x81\xa6\x45\x86\x6a\xb7\xbb\x07\x5e\x03\x76\x37\x7a\xa8\x33\xb6\x1b\xdd\x73\xad\x52\xe3\xee\x02\x32\x80\x68\xdc\x73\x2f\x50\x68\xcb\xa0\x35\xb6\x53\xda\x73\xaf\x59\x69\xcb\xee\x05\x1b\x8d\x71\xaf\x69\x6a\xcb\xee\xce\xd3\xef\x41\x58\xab\xca\x78\x88\x70\x1d\xfb\x47\x3c\x37\x04\x54\x23\x16\xf3\xb4\x84\xea\x07\xa0\x1f\xa6\x71\xcc\x26\x6c\xa7\x80\xe7\x61\x16\x46\xc9\x93\xcf\x72\x7f\xc8\xfe\x04\x24\x63\xf8\x0b\x5a\x24\x4d\x32\x1e\x52\x3d\xf1\xcd\x87\x4c\xd0\x04\xe1\xe1\xac\x05\x09\xe8\x7e\x2d\x6f\x3d\x08\x82\xb6\x05\xf3\xf9\x78\x5c\xb4\xd6\xf2\x01\x4b\xb3\xf1\xf0\x79\xd7\xf1\x51\x87\x8c\x81\xb6\xd3\xe2\xf3\x92\xac\x49\x20\x7d\x50\x7c\x61\x18\x51\xdf\x45\x62\x04\xc9\x17\xf5\xaf\x25\xb1\x3e\xd4\xe6\xda\x2f\xf2\x99\x10\x81\xa2\x5f\xc8\x1c\xc2\x0f\x0a\xe4\x0f\xcd\x01\xae\x9d\x36\x16\x3e\xf4\x95\xb0\x0e\xe3\x99\x5c\xf6\x86\xe3\xbb\xf8\x8f\x18\xeb\x7b\x50\xdc\x88\x7e\x03\x31\x68\x42\xa9\xf7\x58\xa7\x69\xe8\xc1\xcd\x2f\x92\x1e\x20\x95\xb3\x8e\xf4\x0b\xfe\x61\x3d\xff\x1b\x02\x97\xa9\x21\xe8\xcb\x60\x05\xc3\x1b\xd6\x24\xfc\x09\xa6\x2d\x84\x79\x23\x7d\x2b\xc5\x69\x5f\x38\x12\x34\x3b\x58\xbc\x74\xd8\xb4\x81\xf9\x65\xaa\x14\xeb\x1c\x5e\xa4\xf5\xf5\x3d\xfa\x45\x26\x14\x2b\x8d\xdf\x44\xd0\x48\x64\x7f\x57\x71\x7a\x89\x14\x2f\x82\x79\xad\xf2\x7d\x91\xe7\xd7\xaa\xf4\x37\x71\x19\x42\xfc\x97\x1a\x08\xeb\x0b\xde\xb4\xd4\x1c\x5a\x39\x42\x4a\x6c\x00\x78\x33\x2a\x9a\x0b\x8d\xdf\xdc\xd0\xae\x0e\xa0\x3e\xb0\x3e\xe9\x85\x26\xd2\x6a\xc2\x17\x65\xe4\xad\x74\x7e\x59\x5c\x2a\x34\x7f\x00\x8c\x09\x9e\x00\xb5\x68\x92\x2e\x5f\x56\x9f\xaa\x3f\x43\x90\x42\x97\xbf\xe2\x4b\x6f\x21\x54\xb5\x51\xac\x23\x60\x15\xca\x0b\x55\x82\xef\xbf\x2f\x62\x47\xac\x00\x7b\xa9\x17\xa8\x3f\x0f\x28\x1c\x14\x7f\x01\x4f\x40\xf1\xfa\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\x86\xa4\x17\xa6\x95\x2e\x2f\x42\x7f\xad\xef\x78\xe1\x84\x69\x0d\xd9\x5b\x79\x51\x28\xfe\x80\x47\x59\xba\x89\x77\x29\x06\xc4\xf9\x5e\xc6\x7e\x58\x0d\xf3\x36\xa2\xac\x14\x20\x6f\x5b\xd3\xd2\x27\x08\xfe\xf0\x7d\xe6\x45\x16\x5f\x67\x6f\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5d\xd4\x47\x3a\x73\xe2\x4b\xfd\xa3\xb5\xc4\x2f\x93\xaa\x04\xd9\x3e\x5f\xa8\x1f\x9a\x3d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\xb0\xb4\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x77\x9d\x05\xf7\x97\xd5\xa7\x7a\xf5\x0b\xc0\x48\x9f\x89\x7e\xe1\xb7\xa6\xc8\xf8\x60\x71\xde\x97\xf5\x4e\xbb\x44\x88\x77\x70\x46\x5a\x35\x6b\x1b\x04\x09\xbc\x2f\x1c\x25\x2d\x5e\xbe\x83\x53\x16\x5c\xc7\x82\xa3\x3f\x20\x0f\x94\x80\xf0\x42\x4a\xb1\x18\xf3\x0e\xde\x85\xbd\x15\x63\x21\xa5\x27\xf1\xf0\x81\x07\xa1\x54\xed\x75\xc0\x72\x6e\x21\xe4\x65\x49\x54\xcb\x7f\xef\xb9\x76\x4f\xf3\x3e\x17\xe8\x34\x08\x74\x0a\x16\x8d\xde\x4f\xb0\x89\x8e\x3f\x7b\xe1\x2c\xf9\x03\xba\x93\x67\x59\x0c\xe7\x65\x39\xaa\xa0\xcb\xc4\x4b\xc1\xc7\xeb\x42\xdc\x8a\xf9\xf0\x7b\x71\xd2\x6e\xa7\xba\x4b\x77\x83\xf7\xe2\x75\xf5\xe7\x0b\x84\x8d\xd8\x1f\xe5\xbd\x56\xed\x4b\xcd\xfa\xa2\xea\x47\x7c\xf2\x85\x98\xd3\x75\xf1\x7f\x3f\x31\xa7\xd9\xe7\xeb\xbd\xc9\x2f\x8c\x53\x37\x70\x4e\x5c\xf0\x45\x8c\xb2\x19\xef\xbb\x84\x1c\xe3\x14\x2e\xfe\x3f\x4c\x0e\x32\x8e\x2b\x3d\xbd\x10\x71\x7e\x58\x1a\x6c\xdb\x96\x4f\x5e\xe6\x7d\x39\x3c\x01\x28\xe5\x3d\xa1\x87\x17\x64\x89\xca\x2f\xae\xf9\x5d\x82\xd9\xbb\x1c\x3e\x75\x87\x7a\x21\x9e\xfc\x70\x27\xde\xd1\xed\xde\xfc\xa2\x1e\x82\x2b\x34\xbf\xdf\x95\x3b\xd9\x06\xf5\x52\x3e\x31\x73\xa2\xb0\xd1\xcd\x11\x5f\x8e\x20\x18\xd0\x57\xd3\x8e\x3e\x2f\x6d\xc9\x76\x88\x7e\x59\xd1\xc0\x1e\xd4\xef\x5c\x80\xd7\xb2\xe6\x02\xac\x66\xc1\x50\x62\xcf\x92\x25\x44\x83\xd4\x4a\xef\x64\x90\xae\x71\x72\x72\x5a\xda\x5c\x4a\x2c\xc5\xed\x2c\x12\xe2\x39\x00\x39\xa4\x7a\x98\xcc\x1d\x67\xf5\xe6\x64\xc9\xf8\x9a\x8f\xbf\x61\x47\x13\xd7\x6b\x07\xd7\x4e\x84\x21\xf7\x9f\xdf\x3c\x84\x22\xec\xf3\x58\xb4\x61\xe8\x01\x12\x40\x8a\xa4\x4e\x5c\xb7\xcd\x8d\x26\x2c\xc7\x26\x15\x13\xe9\x52\x4c\xe5\x27\x6e\xcb\xa6\xd1\xf3\x13\x7e\x92\x61\x3c\x03\x67\xa4\xf5\x85\xca\xf5\x25\x3d\xa0\x09\x41\xf7\xed\xc9\x10\x62\xbb\xfd\xcc\x00\xf2\x55\xfd\x02\x60\x2e\x7a\x37\x03\xa7\xe8\xf7\x21\x1b\x07\x4f\x89\x71\x5c\x3f\x43\x42\xfc\xd2\x89\x9c\x91\x92\x90\x8e\xec\x8c\x24\xa9\xcd\x6f\xe0\x48\x56\xbf\xb0\xe0\xaa\x39\x30\x5c\xc6\x4e\xd4\x93\x55\x17\xb2\x5f\x38\x3f\xe1\x58\xd7\xbe\xc9\xdc\xc5\xd6\x63\xcf\x48\x39\x40\xc4\x6c\xb2\x20\x55\xf8\xe9\x82\x18\x6e\x5c\x89\x2c\x83\xaa\x59\x25\xee\x85\xe6\x90\x56\x7a\x78\x6d\x56\x5a\xeb\xf2\x17\xbc\x50\xe9\x1e\x31\x59\x61\xaa\x7a\x5a\x09\x3e\x58\x42\xe8\x99\xb8\x19\xee\x92\xbc\xa4\x79\x50\xee\x8e\x26\x09\x83\xf5\xcf\x6e\xa6\x09\xd7\x34\x81\x96\x61\xc9\x8e\x3a\x99\x8c\x4b\xae\x3f\x0f\x80\x72\xc6\xe1\x4c\x9d\x92\xa8\xcf\x44\x01\xaa\xfc\xd3\x25\x70\x4e\x07\x7f\xc2\x21\xf4\x07\xb2\x79\xed\x9e\x16\x41\x31\xd3\xbb\xc9\xb8\x65\x9b\xe1\x27\xc5\x4a\xe3\x43\x86\xfe\x4e\x72\xeb\xcc\x5c\xa4\x7f\x4f\xae\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x70\x07\xf1\xa2\xc9\x38\xe5\xee\xad\x40\xce\x98\x1f\xc0\xd2\xdf\xd3\x56\x89\x59\x38\x29\x81\x01\x82\xa3\x35\xce\x93\xde\x9b\xd2\xd8\x4c\x6a\x99\xec\x17\x3e\x07\x19\xae\xa6\x80\x94\xb5\xf6\x1a\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\x69\x48\x7e\xf6\x12\xee\x73\x5d\xa2\xeb\x3c\x29\x1d\x9b\xdc\x9d\x6b\x91\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\x99\xf2\x79\x76\xfc\xd6\x9c\x61\x58\xf8\xed\xe0\x83\xfc\xcf\xd9\x3e\x39\x25\x01\x81\xde\x72\xba\xd4\x4c\x64\x2d\xb1\x23\xda\xbc\x22\x82\x48\x34\xde\xb5\xa6\xec\x0e\xb0\x0d\x86\x22\xb3\xcf\xda\x87\x70\x22\xab\x89\x05\xfa\x09\xc3\xc2\xf1\xd3\x01\xb4\xaa\x26\x57\xac\x98\x64\xc7\xc8\x89\x44\x72\x43\x77\x8a\xb9\xf4\x22\xa6\xa9\xcc\x6a\x62\xeb\xcb\x44\xfd\x80\x18\xfd\x3b\x23\xdd\xbb\x7a\x84\xe2\xc4\x1a\xf1\x79\xf3\xe6\xe6\x39\x43\x4d\x92\xed\x76\x38\x99\xcf\xb6\xfd\x8c\x49\x91\xb0\xfe\x95\x1b\xf7\xa4\x44\x61\xfb\xce\x64\x12\x14\xd3\xae\x67\xad\x49\x03\x52\x8b\x62\x64\x66\x6a\x39\xfb\xa1\x4f\x46\xc7\xb6\x9f\x2f\xc0\x59\x74\x8b\x99\xcb\xb4\xf0\xf3\x05\x58\x97\x74\x86\xf3\xe5\x15\xc5\xb8\x00\xff\x36\x8b\x31\xf3\x25\xdd\x37\x3e\x2f\xad\x88\x37\x1b\xf9\x6f\x6d\x19\x98\x2f\x93\x28\xb9\x47\x9a\x64\x4d\xf6\x91\xfe\xf6\x07\x7d\x91\xfe\xb6\x4b\xe7\x35\x5f\x16\xe4\xd2\xa2\x68\x08\x08\xfe\x7e\xf1\x2a\x77\x00\x7c\x96\x9a\x6d\x42\xa9\xe2\xac\xab\x73\x19\x06\xbc\x06\x44\xa4\x74\x69\x8e\xe6\x5c\x60\xf2\x17\xeb\xc8\x69\x88\x4f\x0c\x4a\x56\xbb\x4d\x84\xac\xd8\x05\x6e\x4e\xb2\x2a\xf3\x95\x4f\xa8\x49\x36\x33\xcf\xb9\x30\x7a\x0d\x31\x0e\x94\x3c\x10\xb1\x1b\xc7\x01\xef\xf8\xdd\xe3\x38\x0e\xde\x71\xba\x1f\xa4\x0f\x6c\x87\x3f\xa0\x66\xa8\xbb\x47\x6c\xc4\xd6\xa0\x8d\x03\x7a\x1d\xb1\xdb\x71\xac\x32\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x36\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\x9a\x0b\xa3\xa9\x1d\xc9\x54\xfa\x50\x7f\x28\xb9\x70\xfc\xfc\x86\x5b\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x1b\x1c\x4c\xfd\x3d\xe9\x4c\xd5\x12\x03\x24\x8a\xe2\xdf\x27\x76\xc1\x1f\x50\x93\xd5\xfd\x02\x62\x47\xf6\x99\x1c\x07\xa2\x84\xc7\xe1\xdf\x13\xe6\x41\x01\x1d\x01\x2f\x52\xbe\x8c\x03\x89\x53\x86\x37\x05\xe1\x2e\x72\x3f\x18\x47\x44\xc9\xda\xec\xf6\x86\xf7\xb5\x47\x91\x5a\x85\xe1\x17\x28\xd1\x14\x3f\x78\x81\x27\x82\x71\xa4\x2e\xa6\x6b\x4d\x88\x31\x4e\x86\x01\x12\xd0\x29\x13\xc7\x38\xa0\xa2\x92\x36\x6f\x1c\x89\x40\x75\x3b\xb5\x64\x55\x50\x4f\xac\x19\xaa\x35\x40\x9c\x51\x6c\xd5\x38\x12\x5c\xfa\x8c\x98\x89\x58\xe1\x0e\xc9\xd8\x9b\x3a\xc8\xb0\x88\x16\x2d\x01\xfe\x77\xd5\xa8\xce\xec\x74\xca\xd4\x34\x8e\x4c\x1a\x33\xfc\x00\x7e\xf1\x5e\x23\xc3\x55\xbc\x46\x08\x27\x23\x08\xac\xf0\xa0\xe9\x3f\x33\x40\xf2\x11\x23\x5a\xa6\x20\xe9\x35\x40\x58\x91\x0b\xec\x38\x10\xcc\xa2\x6c\xfa\xe3\x28\x38\x7c\x41\xef\x23\x34\x65\x04\xbd\x0f\xc9\xe4\x67\xc2\x70\xc5\x1b\xc1\xdf\x83\x5e\x04\xc1\xb0\x8c\x7f\xfe\xb4\xec\x05\x14\x22\xa6\xf1\x00\x81\x29\xba\x86\x8f\xa3\x90\x7b\x34\x61\x66\x21\xd4\xc7\x5f\xf0\x9e\x71\x20\x68\x25\xf9\xa0\xc2\xaf\xa6\x99\x18\x55\x72\x16\x9f\x5c\x06\xad\x78\x3d\x9f\x5c\x94\x7e\x70\x80\xc6\x37\xf9\x28\x8d\xa3\xc2\xeb\x3f\xb9\x03\x2c\xd8\x07\x85\x95\x1f\x82\x7f\xf3\xf6\x6b\x08\xd4\x07\x46\x4e\xbf\xf0\xe2\xc2\x2e\x08\xc2\xb5\x4f\xbe\x5e\xe3\x60\x0c\xf3\xcf\x14\xa1\x4b\x1b\x51\x33\x68\xa4\x8f\x43\x10\x43\xcc\x72\x36\x92\x40\x97\x36\xa2\xdb\x91\x72\xdc\x67\xb7\x75\xfc\x76\x3b\x95\x33\xc3\x2f\x9c\xd8\x74\xbf\x80\xcc\xce\x26\x2e\xf0\xf4\x1b\x51\x4b\x44\xf2\xbd\x6c\x62\x03\xc7\x3e\xd5\x78\x1b\x07\x14\x6f\x4a\x11\x32\x8e\xce\x15\x69\xc2\x3d\xfd\xf3\xa7\x28\x37\xed\x38\x68\xdf\x2b\xee\x8f\x6c\xcc\x9b\x42\xcd\x9c\x27\xcc\x64\x7e\x3f\x33\x86\xe3\xd0\x30\x79\x83\xa6\x6e\x44\xa1\x79\x5f\x68\x29\xa0\x76\xb2\x08\x6f\x5b\x27\x5f\xf3\x49\xe9\xd8\xa7\xa4\x6d\x61\x50\x4c\xf3\x0b\x23\xe0\x6c\xaa\xcb\x65\x30\xf4\x2c\x07\x2d\x3f\xa6\x17\xac\x2b\xf1\xc3\xd9\x98\xfc\x2f\x78\x5a\x83\x3a\x6e\xbf\x71\x2e\xec\xd0\x3c\x4f\xca\x00\x4d\xc0\x3e\xc9\x5f\x7f\xde\xc0\x11\x37\xef\x60\xe1\x88\xfa\xf3\x45\x85\x5b\x9e\x3f\x00\x8a\x1b\x3f\x4e\xaa\x98\x04\xbc\x93\x90\xd0\xba\x18\xb8\xdc\xcc\xf2\xa1\x6a\x1b\x3e\x33\xcb\x04\x39\x34\x85\x8b\x26\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x71\x4f\x5a\xf7\x45\x29\xd6\xec\xe2\x13\xc5\xd3\x61\x96\xca\x4a\x5d\x3f\x3c\xf9\xa2\x34\x55\x34\x4d\x48\xd2\xc1\x2f\x30\x21\xb3\x8c\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa0\xd8\xdd\xc5\x3a\x29\x1a\x15\xda\xb7\xc3\x98\x7d\xaf\xd3\xef\x17\x50\xc8\xaa\x0a\x14\x4b\xd4\xed\x7e\xc0\xdd\x30\xf0\x1e\xea\x44\x3c\x4f\xe8\xd7\x46\x52\x97\x0f\x51\xb5\x0b\x36\x0f\x8d\xd9\x9e\xd5\x83\x08\x1d\x03\x8f\xf9\x00\x9b\x25\x2a\xd6\x7e\xb0\x34\x00\xe1\x58\x99\xf5\xc7\x01\xa7\x17\x85\xb6\x8f\x63\x19\x08\x0d\x88\x17\x09\xa5\x8a\xe6\xc8\x70\xea\x66\xa2\x85\xe4\x7f\xf9\xe7\x05\x9a\xa5\x8d\x85\xd4\xd0\xfd\x48\x18\x93\x96\x0c\xb3\x2e\xc6\x77\xfc\x08\x86\x93\x29\x71\xb4\xac\xb9\x70\x42\x83\x4c\x6e\xa0\x7b\x80\x80\x2d\x91\x23\x2c\x85\xdb\xf0\x03\xac\x3b\xfb\x37\x2f\x80\x3a\x7f\x01\xf1\x18\xe3\x93\x14\xff\x82\x1b\x85\x65\x70\xd4\x69\x0d\x07\xe5\xb8\xee\x07\xbc\x55\x6b\x27\x02\xab\x79\x29\x18\x63\x84\xc0\x29\x05\xfd\xa6\xae\x40\x90\x0c\x01\x39\x73\x92\x3f\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x83\x82\x3a\x6e\x45\xe6\x08\x4c\xcb\xa7\xf0\x8a\x11\x98\x85\x4f\xd5\xac\x47\x60\x7d\x07\xd9\xa0\x47\x88\x6b\xde\x1a\x35\x2e\x48\xe9\x93\x48\xc6\xa9\x3e\x23\x0d\x38\x06\x3e\xca\x39\x84\xc3\xbf\x49\x71\x85\x43\x81\x15\xbb\xe4\xa4\x31\x02\xcc\x9a\x8a\x22\x1c\x81\xc5\x49\x2d\xd1\x85\x44\xe0\xf9\x37\x81\x57\xfd\x80\xec\x7d\xb8\x4b\x0a\x89\x3a\x6d\x61\xd9\x35\x75\x98\x02\x94\x5c\x25\x1e\x1e\x95\x67\x7c\xb8\xd3\x87\x6f\x68\x97\x19\xa6\x5c\x8d\x46\xb9\xf3\x0d\xed\x00\x6a\x96\x46\x4f\x14\xb6\xcd\x91\xdd\xc3\x05\xd9\x57\xb3\x42\xaa\x3c\x95\xa3\x1f\x01\x62\x5d\xfa\x79\x1f\x81\x49\x06\xdd\xd2\x41\x19\x13\x91\x53\x46\x85\x63\x47\x28\x6b\x8a\xea\x11\x82\x9f\xec\x04\x23\x50\xd0\xcb\x6e\x07\xa0\x4c\x33\x02\x25\x3f\xdd\xc2\x42\x61\x4c\x8f\x37\x83\x49\x69\xc6\xcf\x83\x8b\x50\xd0\x27\x75\xed\x9f\x96\x09\x71\xad\x78\xd6\x30\x66\x8e\xec\xf6\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x2a\x9c\x0e\x93\x80\xca\x34\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0a\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x22\xa4\xb1\x43\xc2\x4f\x80\xf4\xa5\x7a\xe6\x23\x40\xfa\xf2\xc5\x28\xb4\x05\x37\x2d\xba\x2d\xb8\xf9\x01\xd5\x31\xc6\xd1\x4e\x2d\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\xd0\x7c\xfa\x3a\xea\xea\x18\xc3\x28\x41\x15\xf7\xb0\x66\xe5\x17\xc0\x96\xbc\x2e\x44\x52\xf8\xe6\x11\x90\x0c\xb9\x44\x63\x14\xad\x9f\x9e\x24\x3d\xac\x7c\x81\x0b\x88\x22\xae\x3e\xac\x63\x91\x14\xad\x9b\x49\x5f\x8c\xb3\x83\x26\x1b\x63\x18\x3c\xaf\x55\xe9\x6d\x84\xb1\xe6\xa0\x07\xac\x4f\xd1\xbc\x5b\x27\x21\xa7\x2e\xcf\x0c\xff\x51\xf5\x78\x2e\x38\x69\xd6\xac\x62\x1a\x83\x10\x02\x96\xcc\x61\xf2\x7b\x12\x2e\x5a\xd5\x89\xb4\xb8\x5e\x25\xa5\x27\xd3\xf3\x6b\x31\x42\x75\xf0\x49\x4f\xcd\x72\x65\x80\xf4\x54\xa2\xe4\xfb\xc0\x82\x16\xfd\xf8\x9b\x02\xe3\x23\x5c\xe0\xe5\x55\x20\xa0\x64\x55\xb5\x2d\x94\xac\xba\xa1\xcc\x22\xaa\xc9\x2f\x60\x81\xa6\xc2\x30\x7a\x8e\xe1\x8d\xbd\xc8\x2d\x8c\x3b\x94\xc5\x86\xc1\xce\x72\x19\xcd\xc8\x03\x25\xe6\x18\x86\x22\x3d\xa0\x7d\xf1\x0c\x77\x85\x13\xba\x66\x05\x43\x68\x30\x10\x10\x13\x9c\x74\x11\x0d\xa8\x77\x31\xaa\xdb\xb1\x0d\xd5\x23\xe2\x0e\x63\x52\x72\x23\x82\xb0\x7b\x3c\xd4\x2e\x33\x81\x64\xbe\x3f\xb3\x44\x24\x72\xf6\x4d\x3d\x2c\x1d\xa6\xde\x87\x9b\xd7\x30\xc5\x7e\xc0\xfe\x2c\x5a\x3c\x1d\xdc\x4e\x20\x61\x5a\xe7\xe6\x6d\x7f\x4e\xf0\x4b\xff\xc6\x02\x8c\xcb\x10\xfb\xb2\x79\x0a\x5c\x9f\x8b\xd1\x84\x42\x9f\x05\x07\x78\x85\x0d\x53\x36\x04\xfc\xaa\x3c\xcf\x08\x2f\x74\x56\x9e\x30\x1c\x9b\x9b\x01\x0c\x1f\x30\x0b\xf5\x01\x2e\x5f\xbd\x7b\x87\xe8\xb7\xdc\xbc\x87\xac\xc9\x1a\xbd\x27\x93\xde\x72\xde\x94\x49\xd1\x44\xea\x82\xc0\x8c\x38\xcd\x9d\x4e\xf2\x08\xc9\x70\x01\x46\xd5\xd1\x3c\xc8\xc3\x2f\x04\x07\xb8\x81\x0d\xdd\x5e\x22\x33\xe6\x58\x99\x17\x99\xf3\xaf\xff\x3c\x80\xb7\x6a\xf6\x17\x9c\x95\xee\xf4\x11\x7e\xc8\xc3\x6a\x97\x78\x60\x6f\x84\x3c\xf1\xb8\x39\x89\xa6\x07\x88\xe4\x2f\xfe\x80\xd5\x54\xf6\x66\xc4\x00\x97\x6e\x31\xcb\x08\x05\xe2\x10\x70\x23\xfc\x8c\x47\x73\x3b\x0e\xa9\xae\x11\x31\x2c\xe3\xb4\x3f\x80\x96\x44\xb2\x70\x84\xd3\xd8\xb0\xb2\x2a\xb2\x04\x44\x94\x5e\x21\x7e\xf2\x57\x3b\xc4\x09\x63\x24\x60\xb5\xa6\x94\xf8\x41\xd4\x03\x04\x29\x68\x27\x62\x62\x9e\x09\x81\x31\xad\x11\x92\x1e\x20\x5b\x86\x81\x90\x08\x35\x77\x70\xa3\x5d\x33\x62\x48\x9a\x5c\xfe\x46\x44\x48\x9a\xcf\x5c\xcc\x80\x9a\xa7\xcc\x6c\x7d\xf2\xf0\x1a\x31\xaf\x39\x6b\x4e\xf0\x31\x0b\x3f\x2f\x00\x8e\x3a\xe5\x91\xd9\xfa\xac\xfb\x88\x79\xed\xbd\x26\x0d\x2f\x34\x45\xee\x8f\x48\x0d\x5c\xf7\x08\x27\xe7\xa0\x55\xa1\xa0\xaa\xf2\xd8\x8e\xc8\x00\x59\xab\x5b\x62\xc6\xc1\x2c\x1e\x72\x72\x48\x0d\x01\xbf\x32\x65\xd5\x19\xb1\x04\x7c\xa0\x21\x59\x9b\xcb\xca\xd9\x08\xeb\xe0\xd0\xc5\x35\x32\x42\xad\x79\x6b\x58\x12\x55\xbc\x39\x22\x1e\x76\x48\xae\x8a\xac\xdd\x75\xb8\x03\x60\x93\x2e\xd7\xb1\xf2\x24\xeb\x5e\x1b\x2b\xcf\x90\xb1\xa9\xc2\x74\x36\xfe\x26\x0b\xf7\x88\xf0\x41\x1b\xba\x05\x45\x16\xaa\xef\x46\x35\x68\xdd\x94\x00\x67\x44\x2a\xdd\xc4\x95\x23\xa2\xdf\x7a\x37\xaa\x31\x73\x8c\x5c\xef\x46\x6c\x4c\x91\xac\x5d\x60\x1e\xbf\xe6\x13\x88\x88\xd7\x61\xcd\x65\xa4\x43\x99\xbc\x9a\x46\xa4\x98\x25\xff\x9f\x11\xdb\x8b\xa8\x1f\xbf\x30\x39\x0b\x75\x81\x3c\x7d\xcd\xd3\x44\xbc\x6a\x32\xae\xc0\x2d\xfd\x87\xae\xf4\x8e\x54\x9e\xea\x90\x99\xf6\xe4\x26\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\x25\x26\xac\x70\x8d\x03\x1a\x4f\xdd\xf5\x23\x53\xb1\x28\x6a\x6f\x44\xb8\x90\x0d\xdd\x56\xe2\xe0\x91\xd0\x22\x10\xbf\x3a\x74\x23\x8a\x2c\x1b\x6f\xd3\x40\x44\x26\x16\x5f\xed\x23\x03\xe0\xba\x8f\xed\x80\x31\xc2\xab\x40\x35\xd4\x21\x4e\x15\x61\x5a\x1e\x3f\x1d\x10\x8e\x3e\x84\xf4\x8b\x6f\xa6\xc8\x4c\xb5\x22\x19\x2a\x32\x8b\x71\x33\x29\x39\x99\x82\xd0\x87\x0c\x65\xc2\x7e\x4e\x00\xbc\xc1\xc6\xf0\x31\xbd\x48\x3b\xa4\xe3\x88\x90\xa2\xd2\xcf\xb9\x64\xb2\xbc\x66\x72\x03\xeb\xef\x90\xd8\x1d\x69\xfd\x6d\x26\x60\xa8\x3d\x3a\x74\x57\x88\xf4\x0f\x6b\x3f\x5d\x92\x16\xf8\x20\xde\x94\x79\x8d\xf9\xac\x06\x1f\x0d\xbc\x9b\x84\xdc\xa8\xbe\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x2b\x21\x4e\x1f\x29\xfe\x48\xea\x8c\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x5a\x2f\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\xe6\xc8\x7f\xc3\x90\x52\x20\xcc\xdc\xfb\xda\xd7\xa6\x07\x0f\x60\x90\xf5\x1b\x3c\xbc\x79\xb4\x85\xad\x7a\x01\xfa\x30\x55\x54\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x44\x01\x15\x05\xf0\x0f\xdd\x0a\x13\xb3\x05\xda\x44\x9d\x22\x0f\x94\x7f\x43\xcd\x97\xdc\x21\x05\x97\xe4\x1e\xa1\x92\x35\x4c\x23\xc9\xb4\x88\x6a\x62\x09\xfd\xf6\x33\x27\x28\x99\x82\x87\xb8\x61\xd3\x75\x0f\x2f\xe6\x28\x90\xc3\xe5\xcc\x4a\xfb\x94\x10\xe5\xea\xfe\xd2\x22\x5d\x5a\x14\x7d\xd0\x9a\x31\x25\x15\xf4\xe8\x2f\xc8\x94\x45\xfd\x12\x5d\xd0\x6c\x31\x4d\x89\x3b\xe5\x17\xae\xef\xb7\xee\x9e\xe9\x13\xf8\xda\x61\xdc\x5c\xf2\x9c\xc8\x7c\xca\xe4\xb9\xea\x70\x25\x25\x30\xb2\x42\xa0\x4b\xd9\xc8\xf9\x09\x74\x29\xfa\x3c\xd0\xdf\x4b\x54\x3f\xb1\x20\xbe\x2d\x96\xa9\x2c\xec\xd5\xb2\x58\x8e\x55\x19\xd6\x46\x2a\x08\x7d\x28\x7e\x81\xd2\x89\x0f\xe1\x27\xe2\xb5\x43\x17\x8e\x54\x40\xa9\x9a\x3b\x58\x14\xdd\x3d\x50\x0c\x15\xb3\x4a\x85\xf5\x1d\xdd\xc3\x8d\x1e\x3d\x6b\x52\x26\xa3\xf4\x27\xe3\xb5\xc3\x07\xa8\x2e\xd0\xab\x87\x25\x63\xe9\x66\x95\x2a\x35\xa1\xc6\xc1\x4a\x2e\x6c\xd0\x20\x96\xc0\xfa\xef\x54\x49\x08\xc4\x66\x52\x05\x4a\x05\x4f\x82\x77\x48\x2f\xb4\x81\xea\x7b\xcc\x46\xd8\x1a\xe9\x1a\x95\x1f\x62\xa9\xa9\x2d\x24\x13\x8a\x20\xb6\xc0\xe6\xd1\xc4\x7a\xad\x2a\x02\x32\x12\x53\x38\xfb\x6a\x9b\x1a\x61\xe5\x2e\xc9\x2e\x25\x0f\xa7\xc6\xa8\x62\xad\xab\x51\xba\x90\x8c\x94\x3a\xf5\x19\x3e\xff\x2c\x25\x21\x6f\xdc\x91\x96\xfe\xcc\x34\x71\x65\x51\x96\x22\x28\x75\x5e\xf0\x35\x48\x5f\xb3\x10\xb0\x3a\xe5\x26\xa3\xd1\x92\xf5\x24\x58\xa7\x81\xd3\x10\xfc\x02\xf1\x4c\xb7\x99\x84\x34\xca\x87\xc7\x40\xda\xbd\x6e\x2c\x59\x1a\x35\x49\x87\x89\xb2\x9d\x89\x08\x0d\x92\xd1\x44\x82\xc1\x01\xf2\xd0\x1d\xe9\x5c\x3b\xa6\x69\x9f\x4b\x19\xa9\x59\x9d\x88\x56\xf6\x86\x2d\x1d\x5b\xf7\x0b\x2c\xca\xa2\xfd\x58\xe2\xdf\xf0\x18\x83\xb3\xf0\x1b\x94\xdd\x25\x63\x26\x94\xa2\x3f\x8c\xaa\x17\xb1\x5d\xeb\xb8\xc0\x2e\x24\x9a\xa7\x8b\xb8\x6d\x0e\xb4\xb4\x5c\x9e\xc4\x4d\x65\xb5\x64\xf3\x74\x83\x84\x9b\x45\xdd\x50\x2b\x18\xcd\x58\x47\xbe\xd7\xbf\x09\x2e\x1a\xe9\x93\xd9\x9a\x2f\x30\xe9\xe6\xe9\x93\x70\x99\xee\x35\x43\xed\xdd\xbd\xd6\x2c\x38\xc2\xd5\x7f\xf8\x86\x9e\x96\xd8\x27\x79\x26\x3d\x80\x82\xc9\x2d\x42\xfa\x83\xb7\xff\x81\x48\xd5\x4d\x0b\x1f\xce\x4a\x63\x52\x6b\xa5\xf0\x81\x91\x68\x8c\xec\x26\xa7\xcf\x83\x2f\x34\x6d\xaa\xa5\x7c\xd6\x1e\x1a\x75\xcc\x13\x60\x8b\xb4\x66\x23\xbd\x24\x9e\x46\xb9\x17\x48\xed\xb3\xf6\x82\x89\x48\x1e\x4e\x2f\x99\x88\x39\xe1\xbb\x00\xaf\x39\xbc\x5c\x85\xb6\x92\x7e\x73\xf2\x22\x1f\x89\x7e\x72\xdd\x5c\x82\xd1\x01\xb6\x76\xa4\x4f\x0a\x73\xd6\xc4\x91\x26\x55\x44\xe6\x33\x73\x6d\x8f\x06\x9d\x2b\x4b\xba\x3f\x59\xc4\x70\x43\x3f\xc3\x33\x2e\xda\x62\x92\x8f\x45\x45\x9a\x1e\x00\xc5\xb4\xa1\xf9\xa0\x3d\x4b\x7d\xe6\xa3\xe1\x85\xa2\xdf\x9d\x5d\xfa\x0b\x4a\x01\xd5\x83\x52\x72\x11\xb3\xca\x01\x38\xa1\x85\xe4\xc0\x31\x35\xa9\x40\xf0\x47\xfd\x2e\x1c\x42\x63\x42\x12\x53\x22\xf5\x91\xe1\xab\x66\xdb\x61\xa6\xb0\x25\xd2\x98\xe1\x7a\xe6\x92\xfc\x23\x7f\xb2\x52\xb3\x2f\x59\x8e\xe0\xf1\xb2\x1c\x66\x16\x2b\x1d\x3f\x2f\xac\x1e\x04\xa7\x04\x69\x4b\x32\x72\x66\x89\x2d\x39\x9e\x8f\x9c\x48\x83\x7e\x1e\xd0\x92\x24\xfe\x99\x29\x9a\x88\x60\xe4\x04\x8e\xec\xad\x48\x2c\xd2\x2b\xc0\x52\x30\x11\x1d\xcc\x69\x6d\xb7\xe0\xc6\x5c\xc8\xd6\xab\xe7\x44\xc8\x8b\x5b\xe6\xcc\x75\x6b\x4e\x79\x9d\x3e\xcd\x81\xc2\x8d\x28\x4e\xce\x90\x09\xa5\xcd\xca\x99\x48\xe9\x76\x46\xa8\x78\x0e\x74\x07\xb3\x35\x39\x43\x54\x51\xbe\xc2\x91\x0b\xc4\xd2\xec\xdf\xcc\x20\xad\xad\x29\x14\xbb\xc5\x7e\x33\x73\x1f\xd9\x9d\x29\x17\xc0\x41\x37\xcb\x5c\xb0\x79\xd9\xbf\x6f\x7e\xe0\x29\x40\x04\xf0\x29\x28\xdc\x4c\x09\x22\x99\x82\x89\xe7\xc0\xca\x13\x56\x3c\xe7\xca\x49\x6b\x6b\xea\xda\x5c\xc1\xa1\xf2\x14\x04\x3f\xe0\x66\x09\xb0\x95\x5c\xcc\x70\x60\xcc\xa3\x9c\xf8\x47\x66\xa9\x09\x45\x9b\x8e\xcc\x20\x48\xb9\xe4\x8f\xdc\x30\x4d\xef\x66\xa3\xb2\x5b\xf2\x53\x6e\x24\x64\x62\x84\xb9\x01\xc5\x0c\xcb\x86\xc3\xeb\x49\x50\x0c\xd1\x15\x39\x37\x90\xd2\x9f\xef\x01\xb9\xe2\x19\xe0\x56\x25\x71\x20\x77\xe0\x93\x04\x8a\xcc\xd4\xc2\x8a\xa0\x1d\x99\xf9\xd3\x7a\xf8\x9b\x9a\x45\xa3\x7c\xd3\x4b\xe6\x48\xa5\x51\xdf\xab\xad\x2e\xcb\x72\x29\x46\x5e\xda\x02\x9a\x1e\x74\x66\xf6\x69\xfa\x8d\x9d\x93\xac\x50\x30\x43\xc5\x10\x8f\xb2\x27\xa8\x31\x3b\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xa7\x44\x37\xa1\xe6\x39\x4c\xb8\x54\xea\x37\xcb\xe6\x7b\xd5\x03\xd7\xe3\xee\xdf\xd0\x41\x6b\x97\x0a\x65\x30\x69\x00\xca\x00\x21\xa9\x6e\x5f\x0c\x50\x33\x38\x81\x48\xd5\xbf\xa9\x23\xd2\xa1\x2c\xf4\xe8\x12\x5e\x94\x93\x81\x5f\x82\x09\x6c\x96\xa6\xd0\xe5\x2c\x28\x71\xee\xdf\x95\x1b\xe7\x0e\x08\x44\x77\x00\xfe\x28\x1e\x51\x96\x78\x55\x3c\xa5\x8b\x3a\x04\x4f\x89\x15\xc7\xbd\xf5\x27\x70\x55\x5c\xbd\xa0\x0a\x7f\xb2\x0a\xba\x40\xff\x16\xfd\xc1\xb5\x08\xb0\x26\x71\xd1\x8f\xc5\x5b\x4d\x11\xad\xb9\x07\x26\xd6\x91\xee\xac\x5c\x20\x35\xcd\xbf\x71\x7e\xc4\x1c\xcb\x45\x86\x6b\x74\xbb\x70\x80\x44\x27\x0a\x4b\xca\xda\xa1\xa4\x50\xa4\xf3\xd6\xdc\x14\x2d\x44\xcd\x0a\x64\x3a\xfb\x93\x14\x7a\x88\x29\xea\x65\x14\x7a\x88\xd9\x6f\xa2\xdc\xc0\xbf\xe6\x1e\x18\xa5\x2c\x81\xa8\xdc\x9c\xb5\x96\x7d\x13\x92\x02\xd4\x4a\x36\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x53\x5c\x42\x9d\xe4\xa3\xf2\x50\x96\xf1\x29\x7b\x30\xc7\xee\x17\xc8\xdb\x24\x83\x95\x87\xa7\xc8\x70\x78\x48\xd5\x25\x39\x16\x56\x1b\xb3\xab\x46\x79\x41\xad\xfc\xc5\x0b\xda\xa0\xab\x4a\x79\xa9\x02\x12\x87\x2e\x94\xfb\x7c\xf0\x96\xdc\x27\x0a\x5c\x10\x90\x91\x4d\x1c\x2a\x6a\xaf\x2b\xaf\xf3\xa8\x61\x21\x44\xd4\x03\x12\x2c\xc9\xf0\x95\xa2\x88\xae\x3f\x35\x46\xbe\xe0\x07\x6b\x56\xea\x22\xe2\xec\xc8\x66\x55\xa1\x65\xb1\xa3\x7c\x8d\x14\x90\xdd\x25\x73\x31\xd8\x71\xa2\x7e\xc2\x4a\xb2\x13\x43\xa5\x0e\xc4\x0a\xf8\x9a\x48\xe3\x44\x62\x2a\xca\x30\x58\x63\x57\x59\xee\xd3\x2e\xc3\x35\xd1\x00\x5f\xfc\xc6\x87\xe9\x0a\xb9\x1d\x15\x95\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xc3\x9a\x72\xbe\x8d\x9a\x71\xf6\xa4\xe3\xaf\x19\x18\xa2\x4b\x77\x85\x15\xcc\x52\x64\xcd\xe0\x55\xb2\x42\xd4\x02\x74\x08\x7f\x13\xe9\x3a\x2a\x0b\x62\x59\xdb\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x90\x66\x54\xaa\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\xce\x57\x00\x5a\x06\x30\x2f\x10\x89\x17\x6c\xa7\xae\xc8\x10\xab\x34\x60\xa3\x56\x2a\xa3\x35\x00\x6c\x5e\xca\xe5\x3b\x6a\xfd\x0e\xa5\xbd\xdf\x2a\x1c\x93\x92\x57\x54\x6f\xb4\x7b\x3c\xa2\xaa\x78\x65\x85\x9f\xb8\x8d\x4b\xf5\x13\x37\x9a\x1d\x0c\x6a\x83\x7d\x3f\xbb\x7d\xc1\x4c\x33\x68\x70\x7d\xd7\xad\xbb\xa2\x08\xbb\x9d\xe9\x2a\xc5\x13\xe9\x0a\x6a\x43\x2d\x3e\x9f\x26\xf8\x29\xd9\x09\xbb\x32\xfd\xa3\x3d\x5b\x6a\xa3\xe8\x97\x3c\xe2\x03\x67\x7b\x8f\xb8\xd6\xe4\x2f\x48\x90\x8d\x97\x9d\x87\x45\x24\xbc\xf6\x95\xae\x4d\x1b\xdd\xa9\x74\xf4\xa1\xa7\xf3\xb8\xf5\x77\x15\xbe\x4f\x56\x31\x55\x14\xcb\x1a\x46\x15\x88\x10\x56\x2e\x54\xa6\x79\xb0\xc3\x4b\x85\x55\x4e\xa1\x91\xa3\xc2\xf3\xc9\x32\x71\xed\x28\xe8\x66\xc0\x41\xa4\xc8\x92\x82\x2a\x52\xc8\x2a\x17\xd2\xa8\x83\x02\xad\xee\x1a\x15\xe5\xaf\xb2\x17\x39\x0a\x3a\xd4\x0a\x58\x2d\x61\xf8\x74\x8e\x86\x17\x84\x0b\xa3\xe3\xb7\x96\x44\x13\x9d\xb7\x6a\x50\x5b\x68\xf4\x47\xf4\xa7\x6a\x7b\x8c\x0a\xc7\x29\x55\x92\x1a\x75\x40\xff\x6d\xaa\xc6\x62\x0a\xb6\x17\xd5\x93\xd8\x27\xa8\x9f\x88\x07\x32\xf6\x9d\x6b\x17\x34\xe2\xc9\xda\x1a\x22\xdf\x95\x5a\x1f\x5b\x67\xea\xc9\x45\x69\x4c\xba\xa1\x8b\x2b\xd5\x25\x95\x48\x50\xaa\xe7\x89\x0f\xfc\x9b\xf7\x44\xef\xec\x09\x53\x87\x31\x1c\x4a\x20\xab\x3b\xea\x72\xa4\xf2\x29\xff\x84\x92\xa6\xea\xc0\xa3\x5e\x38\xa4\xde\xb9\xab\x7d\xab\xf4\x99\xbb\x78\x04\x7c\x8a\x2f\x96\x1d\x70\x87\x08\x29\xf2\x14\x21\x92\x74\x47\x9e\x55\xc4\x7b\x56\xf3\x17\x6a\x99\x9a\xdb\x33\x7c\x9e\x05\x46\x58\x03\x93\x97\x84\x44\x91\x49\x72\x57\xbd\xe9\xa4\x21\x28\x7f\xf2\x88\xcb\x32\x8e\xca\x94\x58\xb6\xb4\xd4\x4f\x1e\x69\x0a\x42\x1c\x95\x1e\xec\xde\x15\x88\x23\xc1\x74\xee\x7e\xf1\x5b\x13\x7a\x90\x9a\xd4\xfb\xcc\x4a\xa7\xaa\x87\x3c\x2a\xa4\x91\xe0\x6d\x84\xa3\x94\x72\x6f\x8f\xca\xe2\x5f\xbe\x59\xd7\x4f\x1c\xc9\x49\xfa\x82\xfa\x2c\x20\x6b\x4d\x48\x0a\x59\x8d\x7b\x90\x4e\xc2\xcf\xef\x05\x64\x0f\x41\x37\x40\x43\x69\x49\x27\xf9\xaf\xac\x45\x15\xf9\x2a\x2c\xb9\x54\x78\x4e\x45\x09\xa6\x15\x72\x47\x8c\x6e\x27\xa2\x7a\x13\x91\x12\xd2\xce\xb8\xf5\x5d\x9e\x06\xfa\xcd\x2b\x81\x64\x9f\x3a\x91\xff\xd5\xdc\x97\xb5\xc8\x94\x9c\x62\x54\x38\xcb\x5b\x7b\x51\x27\xea\x4b\x18\x04\x08\xeb\xb4\x01\xb8\x4e\xa0\x81\xe4\xb5\x3a\x17\x1a\xf8\x85\x8f\x5f\x2a\xaf\xd9\x68\xb0\x0a\x26\xdd\x41\x1a\xa3\x36\xbd\xe8\x76\x2c\xba\xeb\x2f\x70\x76\xa2\x7f\x53\x4f\xa4\x8d\x6e\x07\x0e\x53\xf4\x6f\x04\x3d\x4a\xd0\x6d\x07\x88\x98\x8e\x42\x3b\x16\x18\xb3\x1e\x20\x8d\x82\xe4\xff\x76\xb0\x90\xa6\x7f\x03\x35\xb5\x0f\x0d\x56\x47\xe5\xdd\x1e\x2d\x04\xfc\x3e\xf4\x3b\xe1\x7d\x4d\x80\xb9\xbb\xec\x6f\xda\x02\x66\xac\x8b\x55\x83\x8d\xd1\xb2\x5d\x0b\x0b\x8a\x9a\x32\xc3\x30\xed\x75\xd8\x60\x58\xb4\x6e\xa3\x05\x0a\xce\xd9\x43\x30\x1e\x4f\xbf\x59\x45\xcc\x3c\xb2\x45\x80\x55\x2a\xc0\x16\x11\xb0\x2b\xe1\xbe\x45\x0a\x87\xd5\x1f\x80\x2a\x7a\x27\x13\x88\x9e\xe4\x86\xb6\xe4\x4f\x1d\x86\x46\x33\x9e\xa7\x94\x60\xda\x1f\x6e\xaf\x0c\x99\x13\x1c\x3f\x79\xd4\xf5\xb0\x46\x4b\x04\x8b\xa0\x90\x60\x81\x16\xf6\x36\x08\x97\xdd\xce\x9e\x0d\xc2\x65\x30\x72\x65\x8e\xe8\x76\xac\xd9\x03\x64\xec\x43\x76\x87\x8d\x1d\xba\x03\xa0\x4e\x76\x07\x98\x91\xee\x75\x2d\xaf\x9c\xac\xee\x11\xfc\x6d\xb8\x83\x75\x7f\xd1\x1a\x32\x58\x87\xc4\x8c\x46\x9f\x2c\x1d\xe1\x56\xe8\xab\xec\xf6\xc2\x1b\xb2\x1f\x54\x68\xd2\x34\x42\x59\x73\xf6\x0b\x54\x52\x49\xa4\x6e\x50\xad\xd9\x85\xa2\x15\xde\xc2\x9a\x1f\x5c\xec\xc2\x0f\x40\xf8\xb2\x7f\xbf\x88\xc3\xd3\x98\xd0\xa4\x05\x9f\xc0\x4f\x88\x6d\xd9\x07\x00\x4e\x5c\xd6\xf6\xb7\x4a\x77\xba\xe6\x0f\xb8\x11\x82\x0a\x85\x56\xa3\xca\x72\xb7\x17\xa5\x6b\x95\x1b\x21\x64\x44\xb6\x31\x25\x5a\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\xff\xde\x94\xaf\xd5\x45\xba\x35\x85\x86\x43\x2c\xe1\xab\xb5\x35\x67\xcd\x09\x72\xae\x4d\x5e\x6d\x39\x7e\x35\x7f\x01\xe4\xd0\xfd\xab\x35\x1c\x98\xe2\x11\x2e\x6e\x8c\x76\x0a\x7a\x39\xa5\x0c\x1e\xad\xf1\x76\x65\x5a\xb8\xc4\x56\x53\x2a\x56\xfd\xea\xfe\xa4\x73\xd6\x9a\x54\x67\xd6\x92\xbf\x0a\x72\x6d\x1d\x1c\xd4\xf3\xe9\xd8\x05\xc9\xd9\xad\xf3\xfe\xfe\xd3\x3b\x81\xaa\x5d\x80\x17\x99\xa3\x01\xda\x58\xb2\x98\x7a\x18\xeb\x88\xeb\x0b\x96\xe3\xb2\xf9\xb2\x0d\x2a\xf9\xfd\x05\x85\x64\x23\xe7\x58\xd8\xea\x2e\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x69\x9f\x2c\x6a\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x80\xf0\xba\xa0\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\xac\x87\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\x78\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x79\x3d\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\x38\xf6\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x27\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\x26\x06\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\xa4\x85\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\x24\xbf\xcd\x1f\x80\xc9\x49\x5c\xe9\xf4\x2e\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\xfe\xce\x83\xae\x2f\x9b\xac\xe1\xbe\x6c\xb2\xa2\xe6\x1d\x72\xa7\x7d\x81\x3a\x2c\xae\x56\x08\xf4\xc4\xfb\x81\xf0\xb9\x27\xdc\xff\xdd\x63\x02\x4d\xd3\x89\xea\x88\xcc\xcc\xb6\x18\xf4\x4f\xce\x4c\xaa\x16\x3b\x3a\xf2\x77\x98\x82\xf5\x84\x33\xdb\x3d\x03\x82\x5d\x64\xb6\x67\x9e\x72\x1d\xb1\x4e\x41\xd3\xe8\xb9\x04\x4d\x1d\xd2\xbe\x04\x49\xa3\x1f\xf4\xa0\xe6\xa4\x1d\x81\x9a\x4e\x77\xd1\xa1\xf7\xb4\x5c\xd9\x59\xa0\xc6\xe9\x71\x3a\xeb\xd1\x18\x79\x0a\x37\x52\x8b\x28\x34\x8b\xfc\x3c\x80\x6b\xd8\x70\x8f\x50\x7d\x1a\xb9\x0a\x09\xe6\xcf\x07\x9f\x7c\x63\xa7\xe4\x0e\xd5\xa8\xaf\x49\xbd\x20\x44\x5d\x5c\xb2\x57\x58\x99\x87\x7f\xf3\x40\x48\x1c\xef\x94\xfa\x74\xa3\xe8\x95\x40\xf1\x4e\x51\xa8\x33\xb2\x32\xc5\x6c\x34\x2e\x34\xf0\x37\x4f\xb1\x01\x9b\x45\xd2\xfb\x09\x5f\x46\x89\x8d\x9d\x9a\x1e\x7f\x4f\xf7\x6f\xdb\xb5\xfb\x49\xba\xa1\x1b\x40\x3f\xc9\xac\x7c\x40\x4e\x6c\x84\x34\x60\x9d\x49\x0b\x6c\x65\xeb\x08\xbb\x73\x06\x82\x7e\x51\x5f\xea\xad\xa3\x32\xc8\x70\x61\x25\x4d\x1b\x87\xfa\x45\x25\xf4\xcf\x18\x24\x77\x3f\x7d\xd2\x05\xc0\x7d\xdc\x4c\xae\x99\xfd\xe0\x83\x8c\x63\xde\xfb\x4d\xc8\x08\x94\xcb\x1b\xdc\x08\x07\xd1\xc0\xc1\xde\xfd\x5e\xb3\xf2\x17\x6b\x56\x7e\x40\xe0\x15\x8f\x41\xfa\x64\x52\xf1\xb0\x3c\x8a\xb6\xe7\xe3\xb0\xf5\x67\x0c\xa8\x4f\x8a\x41\xf7\xb2\x1c\x8a\x57\xb1\xf8\xa9\xc4\xfa\x0e\xa7\x1e\x7b\xeb\xf6\x97\xd7\x5c\x23\x25\x2b\xba\x27\x2f\xfc\xa5\x7a\xd0\xe4\xe0\x5d\xc1\xfd\x02\xf7\x3b\xb0\x72\x77\xc1\xbb\x45\xf1\xb4\x2e\xbc\xe0\xdf\xcf\x3f\x7f\xf2\x0f\x0d\xfd\x78\x78\x49\x26\x99\x2f\xd2\x98\x98\xf7\x50\xc9\xa2\xeb\x56\x9f\x6b\xd2\xda\x5f\xb0\x6c\x5f\x5e\xfa\x5c\x73\xf6\x17\x54\xa6\x69\x8a\x48\x48\x60\xcf\xb7\x8e\xe4\x59\xaa\xfd\x3b\xc6\x72\x00\xd2\x14\xc7\x41\x74\xf0\x0b\x48\x81\x10\xdc\x4e\xf9\x49\x14\x6b\x30\xc7\xa7\xb5\xfc\xe3\x20\x94\x8a\x7e\x23\x00\x5a\xfe\x1b\x03\xb9\xb1\xcc\x0f\x07\x5c\xb3\x2d\x8a\x0e\xd6\x7a\x34\xbb\x1b\x1f\x43\x6d\xb6\x1e\x8e\xc0\xda\xfc\x6e\xcf\x68\xd7\x04\x02\x31\xf6\xa7\xc7\x8e\x17\xba\x7e\x93\x73\xe8\xa0\x8d\x8f\x1b\xb6\x18\xfe\x2a\xb6\x68\x80\x53\x3a\x22\x7c\x2c\x8b\x9d\x0e\xc8\x00\xa7\x74\xbc\xee\x88\x6b\x93\xfc\xc5\x47\x50\x55\xdc\x67\x0c\x46\xce\x15\xb7\xf3\x3e\xe8\x15\x7e\x8c\xb3\x45\xdd\xe4\x07\xfc\xa4\x8d\x27\x23\x11\xfb\x25\xd4\x0e\xfa\x41\xdb\x3e\x37\xd2\x82\x89\x26\x95\x28\x43\xf8\x01\x32\x63\x96\x24\xe4\x1d\x4b\x89\x22\x81\x7d\x40\x89\xe2\x50\xca\x91\x3f\x71\xd1\xf6\xa0\x91\x49\xb6\x9b\xbb\x24\xae\x0c\x77\x49\xd5\xd1\xcf\x03\xe0\x8a\xb1\x0b\xcc\xcd\x02\xe5\x80\x91\xcf\xb1\x72\x03\x09\xd6\x4b\x32\x7a\x66\x5e\x75\xc4\xcd\x46\xc1\x56\x4a\x04\x1d\xcb\x70\x27\xca\x3f\x0a\x67\x2d\x6c\x82\x9a\xa4\x79\xc8\xc2\xdc\x6e\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x92\xaa\x97\x64\x94\x2f\x94\x55\x7e\xde\x98\x7c\x43\x9d\x56\x32\x03\x31\xd1\x01\x3f\xd9\x24\x25\xda\x40\xf5\xe9\xe3\xe7\xf7\x1a\x54\x3d\x30\x5d\xa6\x53\xdc\x8c\xef\xba\xeb\xea\x79\x63\x2c\x0b\x8a\x48\xff\x38\x49\x4d\x24\xf3\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\xa1\xe7\x39\xf9\xf7\x27\xef\xa8\x7a\xc8\x18\x17\xa5\x48\x51\xfa\x01\x27\x8c\xe2\x5c\x53\xe3\xc2\xe1\xb0\xbd\x62\xa0\x16\x88\xa3\x96\xc7\xc7\xf4\x92\x4d\x2c\x83\xb5\x41\x6c\xaf\x18\xf0\xb1\x70\x64\xc7\x58\x06\x8d\xe6\x2f\x26\x1f\xa8\xcb\xef\x72\x9b\x92\x24\xa6\x71\xaf\x75\xfb\xc1\x77\x3a\x7c\x1b\x1e\x60\x71\x56\xfb\x0e\x38\x61\x38\xba\x64\x80\xa1\x39\x56\x63\xe0\xae\x5b\x92\x49\x1a\xee\xa5\x3f\x68\xfd\x80\x44\x48\x3f\x39\x60\xa2\x70\xa8\xc5\xa0\xd7\xab\x53\x97\x8c\x75\x4d\xed\xee\x11\x56\x17\x9f\x5f\xb8\xc5\x3a\xc8\x60\xb0\x84\x87\x6f\x7f\xe3\x39\xd9\xa5\xe7\x80\xa3\x64\x4a\xcf\x24\xd9\xb6\x7a\x0c\xf8\xcd\x3a\x9c\x63\x3c\x3c\x4a\xdd\x93\x9a\x78\x41\x3d\xbe\x8b\x30\x6b\x12\x70\xa0\xb0\x03\xea\x78\x1b\x87\x50\x97\x93\x58\x2e\x96\x3a\x26\x96\x21\x3e\x3e\xe6\x5a\x86\xbf\xc0\xac\xc5\xbf\x06\x0b\x22\x3b\x3a\x76\xa0\x08\x54\xd6\x32\xcf\x03\xa0\x96\xe2\xf5\xa4\xd9\x20\x49\x77\x7c\x1e\x74\x5e\xd1\x39\x39\x0f\xd0\x46\xeb\x72\xcf\x03\xc7\x40\x4a\xcb\xf3\x60\xba\xd2\xea\x07\xe4\xf3\xdd\x5d\x5c\xec\xc2\xa3\x52\xcf\xf3\x33\xc8\x0b\xf1\xc3\x63\x00\x96\x92\xdc\xce\x40\x85\x80\x0e\xe7\xc9\x80\x24\x8b\x59\xe7\xc7\xf5\xe0\x83\xf8\x17\x3c\xe9\x0c\x4b\x50\xd0\xef\x4a\x28\x44\x3d\x00\xa1\xcd\xee\x7d\x2d\x69\xe8\xc1\xcb\x25\xa9\x8b\xc8\xbd\x13\x13\x3a\xc9\xe7\xac\x49\x3d\x57\x04\xb8\x4e\xff\x09\x57\x95\x62\xa7\xad\x93\x21\x43\xd6\x51\x9f\x48\x5c\x6d\xaf\xe7\x33\x72\xbb\xd5\xc3\x77\x85\x4b\x96\x1d\xce\xc5\xd8\x74\x0e\x4e\x96\x11\x71\x50\xed\xc9\x4b\x9d\xc3\x53\xcf\xb4\x96\xee\x37\xbe\x5b\x9e\x2d\x57\x27\xa3\xc8\xd3\xcf\x17\xe0\xa6\x52\x9d\x9e\x19\x2c\x44\x52\xdd\x89\x14\xd1\x87\x83\xc9\x4e\x32\x42\x49\x30\x67\x86\xcc\x24\x75\xe9\x99\x79\x9a\x87\x5f\x00\x86\x49\x6c\x3b\xc9\x18\xad\xfd\x3c\xe1\x47\x5b\xd2\xcf\x03\x62\x58\xf4\x27\x3c\x08\xc3\xb3\xc2\xf1\x95\xd8\x75\x66\x92\x7f\x4d\xa2\xac\x59\xab\x07\x78\xde\xaa\xf8\xed\x38\x0b\xcf\x81\x38\xdf\x49\xce\x28\x61\xf3\x2c\x84\xa4\x18\xfc\x59\x08\x49\x4d\x92\x39\xa2\xcd\x5b\x4f\x18\x10\x54\xcc\x66\x9c\x70\xcd\x8d\xd2\xc6\x9d\xac\x4a\x3a\x7e\x5e\xc0\xb1\x10\x25\x3e\xe1\x68\x6b\x37\xb0\x13\xe6\x00\x3b\x09\x9d\x15\x53\x94\x8a\xf7\xac\x40\x6b\xdd\x1b\x4e\xb8\xdd\xfe\x9c\x5c\xdc\x0b\xed\x99\x71\x22\xae\xc3\xbe\x99\xe7\x49\xaa\xa9\x1b\xfc\xc9\xea\x56\x56\x28\x9e\x70\x33\x34\x7f\x3a\x79\xcd\xb3\x42\xf1\x3c\xc9\x7e\x44\x15\x4f\xd8\xfc\x6d\x8e\x3e\x17\x0b\x34\xe0\xaf\x05\x78\xbf\xc1\x1b\x94\x89\xc1\x45\xbe\xab\x59\x51\x07\xfc\x83\x81\xd7\x42\x0f\x6d\x05\xb9\x64\xf5\x6f\x30\x7f\x6b\xd2\x4e\xd4\x85\xb0\x41\xfa\xdc\x1a\x60\x8d\x79\x2f\x3a\xa9\x2e\x6e\xe6\x67\x12\x24\xe8\x9a\xe8\xc8\xb7\x13\x09\x51\xa2\x55\x67\x27\x62\x7c\x7f\xee\x92\xe7\x8d\xed\x95\x04\x79\xc2\xb3\x70\x38\xc0\xef\x24\xa3\x94\xc4\x78\xb2\xc2\xe3\x61\x2c\x66\x71\x2b\x87\x31\x9e\xa8\xe8\xf8\x73\xfd\x3c\xa9\xd0\xb5\x3a\xed\x44\xe0\xaf\xc3\x0b\x4e\xc4\xfd\xb6\x9f\x1e\x08\xbb\xe4\x49\xdc\x78\x41\x1f\xbc\x6b\x96\x7e\xc0\x0d\xf3\x7e\xbc\x6b\x56\xda\xd2\x17\x77\x62\x49\x18\xe7\xe2\x84\x62\xae\xe7\xbb\x76\x50\xe0\x46\xa0\x6f\x32\xc3\xe0\xd5\x51\xfc\xfc\x64\xe0\xaf\x75\x1e\x27\x72\x37\x67\x49\x08\xe7\x0b\xaa\x25\x6e\x7d\xbe\x80\xb5\xdb\x27\x40\x2b\xd6\x7b\x4e\x1c\x25\x5d\xb9\xcf\x49\xc2\x29\x4d\xd3\x39\x71\xba\xc5\x8a\x4f\x96\xa3\x48\x3e\xac\x54\xff\x8e\xbf\x2a\x16\x31\x4e\x72\x72\x31\xee\x93\x69\x54\xac\x41\x39\x59\xce\xd1\x1a\x94\x8b\x71\xc1\x56\x90\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\xce\xd1\x6f\x60\x23\xc4\xa9\x2f\x66\x6a\xf6\x95\xfc\x42\x05\x8a\xc3\x08\x75\x81\x97\x1f\xde\xed\x8b\xbc\xdc\x31\xa3\x17\x79\xb5\x43\x40\xaf\x40\x2c\x95\x8c\x71\x05\x1e\x0d\xb1\xdb\x8b\x37\x4e\x31\xf3\x2b\xac\x51\xdd\x27\x08\x55\xf7\x6f\x22\xa5\x84\x90\x8b\x55\x1c\x1d\x22\x78\xc1\x90\x7f\x58\xb5\x73\x05\x6c\xb8\xf8\xf3\xc5\xb2\x5e\x49\xa4\xeb\x8a\x20\x96\xe2\x18\x17\xef\xa1\x4e\xa0\x76\x41\x41\x3b\x1c\x1c\x79\x45\x96\xe4\x14\x51\xb8\x98\x43\xd9\x0c\xf9\xfa\x18\x72\x49\x3a\x6c\x57\xfa\x08\xb6\x95\x28\x17\xd8\xf1\xf1\x03\x2b\xfa\x96\x5a\x3b\x74\xa1\x62\x83\x63\x0a\xae\xc4\x72\x31\x9a\x03\x3d\x49\x1d\x99\x7a\xe1\x1e\x6a\x8f\xa6\x0b\x39\x8f\xed\x5c\x7c\x81\xfb\x3a\xb5\xc8\x05\x5b\xbe\x33\xf4\x5e\x1f\xf3\x4d\x0e\xb9\xbf\x72\xe7\x14\xfd\x60\x81\xc1\x23\xf0\xec\x15\x77\x39\xd1\xa5\x20\xf9\xf1\xd6\xe6\xdb\xdc\x85\x68\x5b\x95\x60\x1b\x57\x59\x50\x50\x07\x1f\xa7\x6c\xbe\x16\x5d\x60\x94\x76\xe9\xbf\x78\xa5\xb4\xfb\xec\x55\x16\x29\xd5\x10\x8c\x49\xb1\x2a\xe8\x82\xe9\x7c\x1c\x12\x63\xae\x4a\xa2\x24\x19\xe2\xaa\x8b\x54\x6a\xd4\xba\x56\xae\x75\x50\x8f\x6a\xdd\x0d\xaa\xfe\x67\x47\xe7\xa0\xaa\x7f\xb7\x3d\xf3\x6a\xeb\xbc\xf9\x01\x81\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xaa\xfe\x5f\x0f\x9a\x25\x2b\x75\xda\x9d\x12\x45\xfa\xbf\x59\x0a\x23\x3a\x36\xd8\x28\x05\x53\xf6\x8f\x3e\x07\x45\xf9\xbf\x2e\x04\x6e\xe4\x9a\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\xb4\x60\xdb\x73\x0f\x75\xfc\xc3\x8f\x5a\xe7\x62\xa5\x6f\xbb\x1b\xad\xc2\xfd\x76\xb5\x41\xe1\xfe\x60\x2b\x39\x0a\xf7\xbb\xae\xf7\x60\xdd\xfe\xc3\x21\xa0\xd7\x00\xda\x18\xf1\x06\x32\x33\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\xa5\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x32\x79\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\x18\xdb\xb8\x10\x9b\x61\x43\xee\x45\x23\xb7\x63\x36\x2f\xa4\x46\xf9\x01\xcc\xc9\x42\xcf\x9a\xe4\xb5\x00\xa3\x65\x5c\xe1\x83\x9c\x27\xcd\xf4\xbd\x8e\xe9\xbc\xe0\x26\x69\x99\xfe\x62\xc1\x50\xbb\x14\x5d\x90\x98\xc6\x11\xfb\xdf\xf0\xa6\x0b\x81\x1e\x16\x6c\xaf\x4f\x9c\x72\x81\xf5\x71\xd1\xa2\x6e\xd5\xd7\x05\x8b\xfa\x70\x68\xd2\x05\xf9\xea\xf8\x39\x6c\x90\xaf\x7c\xa9\xb8\xe8\x56\x69\xa7\xc2\x0b\x6a\xf3\x14\xfd\x7b\xed\x83\x90\xf6\xe6\xe9\xf4\xac\x18\xd9\xe1\xc3\x89\xc0\x8e\xf4\x33\xe4\xda\x6b\x77\x09\x32\x25\x81\xfe\xa2\xb9\xdc\x0a\xb9\x0b\x71\x1b\x3f\xa7\xf7\x41\x5e\x0d\xa3\xd3\xb3\xe6\xa4\x63\xf2\x10\xac\x5e\x05\x84\x27\xeb\xc8\xaf\x87\xd4\xda\xab\x40\xb4\x6d\xb6\xcc\x77\x21\xea\xe2\xe7\xbc\x43\x69\x90\x24\x3f\x5f\x2f\x90\xde\xc8\xf3\x72\x8e\x5a\x35\x64\xad\x1f\x75\xea\xf5\xae\x49\x6a\x0e\xf0\x86\xb4\x67\xe1\x05\xb5\xfc\x70\x28\xc0\x85\x5c\xc1\xc5\xca\xb5\xeb\xe5\x76\xfe\x3c\x98\x7c\xa0\x3e\x27\xb6\xd3\x5d\x40\x9a\xfa\xd9\x2c\xd8\xd6\x7f\x76\x77\x92\x1a\xfb\x54\x21\xc0\xd7\x1e\x67\xd7\x5c\xb3\xd6\xba\x27\x25\x13\x13\x63\x66\xa6\xb3\x2a\xf3\x62\x80\x6f\xf2\xb9\x61\x3c\xaf\xed\x07\xd7\x24\x16\x0a\xa9\xee\x4f\x84\xea\x4e\x90\x77\xa3\xbe\xd7\x61\x0f\xc6\x1b\x3e\x93\xf6\xb2\xbc\x21\x2f\xd9\x27\xe0\x86\x4b\x64\xd2\x59\xbf\xa1\xcc\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\xa4\x65\x6e\xfe\x80\xe4\x5e\xca\xb6\xfb\x93\xae\xb2\xd9\xf9\xcd\x02\xa7\xd6\x52\xde\x50\xff\x27\xc9\x8d\x37\x9c\x28\x0d\x95\x1b\xea\x7f\x6f\xee\x1d\x0a\x7e\x7b\x00\x52\x40\x4f\xf1\x93\xb5\x9a\x53\xd9\xde\xb0\x96\x1f\x8e\xd6\xbe\x03\x91\xda\x50\x5a\xca\x11\x29\x46\x6f\xd8\x00\x92\xd4\x29\x77\x24\xc1\x92\x1a\xea\x66\x49\x55\xab\xec\xef\x48\xc0\x6b\xd6\x10\xce\x52\x76\x8f\x14\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xf4\xcb\x7a\xce\x3b\xf2\x4e\xe1\x85\x44\x22\x8c\x41\x05\x03\x7b\x09\x7e\xe1\xc5\xa0\x9e\x14\x22\x0f\xc5\xad\x6f\x58\xd0\x93\x64\xb5\x9b\x9e\x9b\x0e\x7c\xbd\x29\xee\x49\x91\x71\x2f\x71\x4f\xdc\xe5\x5e\xda\x17\x23\x08\x73\xf8\xd9\xd9\xf3\xa6\x51\x5d\xa2\xcf\x8d\xb0\x66\xb3\xa3\x3b\xb1\xc0\x84\x87\x20\xdb\x6d\x9e\x14\x16\x21\xf5\xcc\xcd\x48\xa2\x1f\x9c\x66\x54\xb3\x95\xa9\x37\xac\xee\x87\x19\xd4\x9d\x29\x2a\x79\xa1\x30\xc3\x27\x09\x7c\x77\x6e\xf8\xed\x1e\x10\x8b\x6d\x0c\x61\x5d\x57\xab\x5f\xef\x82\x90\x2a\x2f\xbb\x50\x50\xfa\x3b\x7f\xef\x9b\x46\x0a\xc7\x34\xdf\x85\x02\x8c\xa8\xe4\x5d\x10\x07\x70\xb8\x7f\x12\xe6\xe2\x17\x00\x46\xf1\xdc\x9b\x65\x30\x2c\x67\xdf\xac\xfc\xea\x74\x8c\x77\x21\x96\x4b\x3b\x73\x97\xb5\x28\x0f\x42\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x69\x56\x5e\xd0\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\xe6\xbd\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\xa8\xef\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x38\x27\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x14\xcc\xa4\x55\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\xa9\x35\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\x9a\x5e\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x2a\x73\x0c\x5b\x54\xf2\x49\xc6\x57\x50\x2c\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x9a\xf7\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\x77\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\x63\xfc\x55\x1a\x86\xa7\x93\x1b\x49\x7b\xf5\x30\x75\xbb\xad\x5b\x0f\x72\x22\xa4\x9f\x17\xb8\x73\x6e\xe7\x65\xda\x07\xbf\x53\x72\x15\xe7\x78\x58\xec\xc6\x2a\xef\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\x31\x6d\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x21\x7b\xad\x49\x7b\x0a\x64\xfc\x5e\x37\xb3\x12\x38\xf6\xfa\xb9\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\xc0\x1d\x31\xa6\xe6\x70\xaf\x83\xe5\x17\x08\x6a\x8d\x89\xdb\x6f\xf6\x6e\xae\xdb\xaf\x58\xf2\x73\xaf\x65\x09\x30\xab\xcc\xf4\xe1\x2e\x27\xba\x10\x60\x9e\x84\xdf\xfa\xe0\xa1\xe8\x29\x96\xfc\x7c\xb7\xd9\xe6\xac\xdb\xcf\x83\x4a\x61\xde\xdd\x87\x14\xcb\x93\x7c\xb8\x9b\xd2\x43\x3c\x4c\x11\x6a\xae\xfd\x2c\xd3\x80\x01\xf1\xf2\xb4\x1a\xda\x2f\x25\x62\xdd\x1c\x9f\x97\x2b\xf7\x17\xcb\xdf\xc4\x5f\x50\x37\xac\x0b\xcb\xb3\xae\xab\x92\x0d\x1e\xb8\x82\xe7\xc3\x5f\xac\x79\xfa\x05\x82\x46\x2b\x67\xd9\x46\xeb\x1f\x9f\x89\x88\x2b\x13\x6b\xe4\x00\x3d\x7c\x01\x7e\xe8\x0b\xfe\xc3\xcb\x61\xa9\xcf\xd2\x3f\x3e\x90\x26\xec\x50\xf4\xc0\x18\xe0\x08\xa9\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x69\xe6\x70\xf1\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\xa4\xd3\x22\xc9\x8b\x82\xcf\xc9\xaa\xa5\x37\xc0\xfa\x23\xed\xd6\x4b\xbd\xba\x63\xa7\x5f\xa6\x68\xb0\xa4\xf6\x7e\x97\xbd\x96\x3d\x71\x24\xd1\xc9\x1e\xb3\xd1\xea\xa9\x1e\x11\xdd\xe3\x62\x68\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xb2\xa0\x73\x2d\xbe\x8d\xb0\xf3\x07\xab\xec\xdf\xfe\xdd\x57\xea\x02\xbd\x80\xe0\x1e\xbb\xc1\xbf\x08\x38\x1f\x0e\x4c\x7e\xa1\xef\x4c\x56\x4f\xbd\x1d\xdb\x69\xb0\x40\x15\x99\x45\x4c\xdf\x81\x03\x2d\x5e\xfc\x0e\x44\x57\x4b\x14\x44\xd9\xff\x96\x45\xd0\x5f\xba\x2b\x1d\x3f\x0f\x18\xa8\xec\x0e\x3b\x5f\xf0\x83\x05\x05\x4f\x01\xab\x8e\x7f\x75\x43\x7a\x97\x5e\x53\x22\xd1\x3b\xa0\xa9\xf6\x36\x9e\x0b\x81\xb5\x0d\x27\x67\xec\xdf\x9f\xbc\x9c\xc4\x97\x5f\x96\xd5\xb0\xb4\xfb\x82\x1b\xe4\xe8\xdf\xa0\xab\x3a\xa7\xef\x49\x36\xeb\x6d\x39\xb9\x00\xc1\x78\x31\x03\x51\xcd\xf7\x64\x38\x84\x64\x85\x77\x29\x3e\x25\xb4\xbf\xf0\x86\x4a\xbe\x99\xbe\x50\x74\x3a\xaf\xd8\xfb\xb1\x83\xe6\x9c\x7c\x2f\xb8\x41\x8e\xfe\x0d\xe2\x91\xfd\x1b\xe5\x1a\x7d\xc8\x50\x1e\xb8\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\xa2\xda\x3c\xa1\x89\x62\xbf\x82\xf3\xcd\x20\x12\xef\xeb\x8d\x64\xbd\x3f\xbf\x17\x66\x08\x8e\xf7\xc2\x04\xcd\x11\x69\x04\x7f\xd2\x77\xbf\x48\x48\x63\x37\xd8\x17\x81\x40\x55\xb2\xc0\xfb\x50\x3d\xac\x0e\x50\xd2\xcc\xb7\xe5\x17\x6a\xcd\x9c\xfc\x9b\xb2\x83\x57\xfd\xf4\x7f\xfe\x94\x9a\xfd\xc2\x80\x53\xab\x7f\x53\xab\xa9\x35\x3c\x9c\x90\x96\x00\x57\x29\xa7\xd6\x78\x1f\x90\x88\xe4\x09\x4d\x42\x51\x33\xfe\xf8\x44\xcb\x52\x39\xbd\x2f\x35\x10\x22\x97\x2f\x52\xcb\x64\xef\xc3\x52\x6a\xea\xa2\xf2\x22\x83\x60\xfe\xf9\x80\x32\x5d\x75\x97\xa0\xf9\x06\xd2\x5c\xb8\xe5\x07\xa8\x66\x6a\x39\xf1\x9d\x54\x06\x4a\x51\xf2\xc2\x24\x9c\x7f\x7e\x13\x6e\xc9\x0f\xb8\x75\x62\x4d\x2f\xa2\xba\xb3\x58\xea\x3b\xd7\xc2\xf7\x17\x73\x51\x79\x51\xcb\xc9\xa8\x6d\x87\xef\xcf\x65\x80\xcd\x7e\xe3\x45\x9d\x92\xa8\xdf\x54\x6a\x6a\xb7\x66\xa0\x46\x40\x97\xb2\x19\xd6\xca\xfc\x06\xef\x3b\xba\x06\x4e\xf8\x43\x39\xad\xe1\x0c\x0b\xfe\x9a\x05\x2e\x9a\x59\x68\x3d\x17\xdf\x48\x7e\x81\x1b\xa2\x1b\xd2\x0c\xbc\x09\x34\x7f\x42\x01\xe5\x67\x10\x0a\xe6\xd9\x0f\x26\xdf\xd8\x9b\x3a\x11\x75\x63\x47\xc2\x09\x35\x62\x96\x9c\x3e\xe3\xda\x21\x7f\x40\x3d\x90\x2e\x72\xa8\xdb\xdf\xb2\x50\x1f\x45\xf9\xbf\x59\xa9\x8b\xc4\x95\xea\xc2\x82\x1a\xfb\xe1\xe7\x44\xa3\xa6\xfe\xf7\x40\x4b\x65\x51\x7d\x67\x64\x40\x51\xfd\x94\x7f\xbe\x40\x91\x23\x63\xef\x4c\x8b\x6a\x68\x9e\xb8\xa0\xe6\xe2\x2e\xb9\x72\x21\xe3\x5c\x4a\x3a\xf1\x3c\x54\xcd\xff\x1e\xa8\x0b\x78\x0f\x0f\xe7\x7d\x40\xdd\xfc\x98\x7e\xf0\x20\x83\x20\x17\x77\x71\xfd\xf3\xa7\xd8\xbf\x95\x65\xf1\x9d\x75\x77\x32\x12\xc6\xa0\x81\x03\x94\x2b\x04\xce\x42\xd4\xd4\xa5\x18\x55\xf2\x5b\x2e\x7f\x15\x23\xbb\x2a\xe8\x3b\x09\xc4\x2c\x44\x21\xe3\x58\x59\x90\xd7\x84\xa8\xb4\x73\xfe\x80\x59\x28\x2a\x18\x0d\xa9\x93\x73\xda\x84\x59\xc8\x53\x8c\x53\x15\x92\x9c\x5f\xa8\x90\x82\x25\xa1\xce\x4a\xb6\xd6\xfd\x60\xb0\x4b\x4d\x0b\x3e\x52\xd9\x48\x88\xbc\x3f\xb9\xba\x7d\xcd\xc1\x2f\xac\x39\x08\x70\x95\x27\xd4\x78\xcb\x0a\xb2\x4e\x6c\x30\x1b\xb7\x5b\x57\xf1\x89\x5b\x6e\x16\xf5\x9a\x8d\x8c\xcf\x88\xdd\x88\x0f\xe2\x7c\x13\x4a\xbd\xec\x43\x8f\xe4\x40\xb9\x7a\x08\x1e\xbf\xe2\x17\x1e\x3e\xd0\x98\x1d\xc9\x7f\xbc\xb0\x4e\xa4\xf4\xd1\x18\x24\x2c\xa2\xfb\x73\x50\x88\x90\xce\x62\x52\xec\x31\x5d\x59\x62\x8f\xcf\x1f\x2b\xac\xda\x3d\x79\x22\x08\xd9\xf6\x8e\xf9\x49\x39\xc5\xce\x5f\xf3\x13\x64\x3e\xd8\xa9\x07\x24\xe3\xcb\x26\x2b\x27\x89\x9b\xcf\x12\x83\x92\xad\x17\x99\x27\x61\xe7\x83\x70\xf2\xce\xe1\x4f\x10\x49\xf4\x93\x61\x61\xb2\x60\x96\x59\xec\x64\xa6\x3a\x0b\x2f\x13\x16\xce\x62\x9f\x33\x54\xf9\x0f\xd9\xd7\x6b\x96\xf5\xcf\xb6\x16\x4e\x44\xf1\x1c\x8a\x31\x3f\x1b\xee\xae\x45\xa9\x24\xce\x8b\x5a\x70\x25\x72\x98\x1d\x8a\xd7\x92\x37\x3a\xcf\x8e\x40\xf6\x92\xf7\x4c\x27\xa2\x47\x42\x52\xda\xf9\x39\x20\x9f\x27\x5d\xeb\x27\xa2\x37\xbe\x89\xe5\xfd\x20\xd2\xe1\x6b\xcb\x82\x73\x44\xfa\xce\xef\xab\xe1\x1c\xb0\x4a\x24\xdd\xf4\x27\xfd\xf1\x93\x0c\xbc\x73\x00\x83\x93\x4c\x23\x73\x20\xcb\x53\x96\x12\x64\xc2\x21\xbf\x29\xab\xe8\x1c\x08\x3f\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x9d\x37\xa5\x63\x9d\xf0\x12\x0f\xae\x26\x37\xe1\x92\x1d\x92\x14\x12\x73\x40\x49\xac\x7a\x20\x93\xbe\xcb\x49\x4e\x1f\x13\x6e\xc5\x5d\xb7\xac\x09\xb7\xe2\x2e\xb1\x7d\xc2\xad\xb8\xa9\xac\xc9\xa4\x57\x71\x96\x93\xd0\x84\x57\x71\xcf\xdd\x1f\xa4\xef\xb7\x16\x71\x7e\x8c\xb2\xe7\xad\x6d\x98\x67\x60\x00\xee\xe1\x17\xea\x3f\x7f\x7a\xd1\x7e\x9d\x1f\x9f\xec\x4a\x1f\x34\xcf\x8f\x09\xf6\xb2\x8f\xd4\x3c\xbf\xfb\x56\x2f\xdd\xdf\x3f\xdf\xef\x9f\x09\xbd\xf8\xed\x01\x91\x06\xc3\x2b\x8c\x48\x7e\xb9\x49\xe6\x84\xd3\x71\xaf\xc9\xed\x2c\xa0\x5a\xfd\x80\xd5\x4a\x35\x81\x88\x24\xd9\x49\x20\x61\x95\xd0\x7d\xdd\x9b\x70\x49\xee\xd5\x0b\x88\x28\x13\xe2\x09\x47\x7a\x07\x7a\x02\x0f\x84\xd1\xbd\xcb\x70\x59\x0e\x49\x84\x6b\xd2\x67\x39\x25\xcf\x08\x1a\xe1\x24\x35\xd2\x84\x13\xf3\xf7\xc0\x7d\x40\x86\x96\xd5\x74\xc2\xab\x39\x24\x71\xc7\x09\xaf\xe6\x56\xcb\xdf\x54\x85\x9d\xf0\x78\xfe\x66\xa0\x35\xc3\xe5\xd9\x81\x1b\xf3\x84\x0c\x90\x44\xe8\xe6\x09\x19\x20\x25\x2f\x1b\x66\xb8\x24\x25\xc4\x3c\xe9\xa7\xa5\xdc\x6a\xf3\x4c\x3c\x98\xd1\xa3\xbc\x7c\xe0\x49\x4f\xf6\xa1\x61\x33\x61\x55\x05\x89\x4c\x58\x19\x1f\x33\x61\x95\x34\xb1\x4c\x58\x15\x81\x37\x13\x56\x4d\xc0\xcb\x84\x55\xd4\xc4\xa0\xba\x56\xa1\xc9\x09\x6f\xeb\xaf\x4f\x77\x41\x70\x64\x7f\x41\x91\x68\x68\xe6\x10\x35\xda\xcf\x17\x84\x46\xf3\xc4\x79\x74\x7d\x0e\x32\xa1\x91\x3d\x2d\x42\x23\xf9\x01\xa1\x31\xb4\xd6\x42\x68\x14\x75\x5a\x08\x8d\xe2\x37\x08\x8d\xa8\x3e\x0a\xa1\x61\x6c\x2d\x84\x46\x16\x88\xcb\xc2\x1c\x3f\x20\xed\x2b\x9a\x69\x21\x38\x7c\xe4\xe8\xc6\xfd\x83\x2e\x85\xd8\xd1\xfc\x80\xd8\x51\xdc\x29\xac\xfa\xe1\xa7\x0f\x66\xa0\x33\x04\xcb\xda\x7b\xc1\x98\x85\xf3\xe5\x32\x31\xcf\xca\xd5\x9a\x58\xd5\xb5\x5a\xbf\xc1\xd5\x8a\x17\xc0\x1d\x3c\xf8\x12\x3f\xe1\x0f\xfe\x8d\x22\x74\x81\xcf\x5b\x91\x66\x72\x9e\x95\xab\x8d\xfe\x84\x9b\xdf\xfc\x09\x57\x6b\xc4\x86\x80\xa4\x22\xcf\x13\x4e\xe4\xc1\x0e\x50\xf3\x44\x74\x71\x8e\xc6\x5a\x88\x4c\x49\xc9\x7a\x26\x5c\x59\x87\x61\xfe\xa2\x1a\x9f\x7c\xc2\x27\xb4\x52\x4d\xb1\x5b\xf3\x85\xe1\x5d\xa2\xec\x7c\x13\x58\x87\xa8\xe4\x3c\xc2\x3f\x7f\x74\x21\x9e\xb8\x65\x75\xa9\x46\x27\x2e\x59\xd2\x71\xcd\xb9\x12\x63\xe9\x27\xb3\xb9\xe8\x27\xb3\x3a\xe8\x67\x43\x5f\xfe\x18\x91\xcf\x5d\x3f\x51\x5a\xcb\x7d\xdd\xff\xfc\x31\x31\x9d\x07\xea\xf2\x27\xfd\xfc\x24\xf0\xe4\xae\xe7\x3f\x7f\x54\xd1\x69\xce\xc0\xaa\x5c\xfa\x89\x6f\xf5\x72\x60\xed\x17\xfd\xfc\xbe\xdd\x37\x8e\x89\x9b\x93\xea\x6c\x4f\xdc\x50\x14\xd5\x3a\x71\x41\x31\x49\xc7\xf5\x44\x96\xd3\x89\xcb\x89\x4a\x29\x4e\xdc\x4d\x54\xe2\x6f\xce\x8f\x26\x49\x49\x3c\x67\xf9\x7a\x16\x82\xcd\x82\x9e\x35\xc9\x0f\xef\x95\x93\x7f\x42\x3a\x57\xfe\xa4\x39\xe1\xda\xa4\xd3\x3b\xdf\xf4\xf5\xac\x69\xbc\x19\x80\xf6\xdb\xd8\x16\xbf\x8d\x1c\xb9\x04\x56\x98\xa8\x1c\xde\x77\x66\xd9\x30\x23\x2e\xd6\xc7\xb6\xe6\x86\xc9\xe2\x88\x61\xdf\x04\xc2\x44\xfa\x9b\x10\x77\x28\x54\x3c\x0e\x98\x63\xd3\xce\xfa\x18\x8f\x03\x79\x26\x15\xd1\xf5\x3d\x80\x0c\xb3\x75\x72\xf1\x60\x29\xff\xb6\xad\xca\xdf\x03\xfa\x5a\xe6\xbf\x08\x43\x8a\x07\xeb\xf2\xe7\xed\x44\x19\x0f\x14\x50\xff\x24\xd3\xb6\x1e\xa0\x86\x73\x3c\x76\x76\xe2\x78\xa0\x1c\x6e\x48\x5d\x6f\xc4\x40\x53\x65\xd9\x7d\xa0\x68\x50\x90\xa7\x7b\x3c\x58\xa1\xa5\xed\xac\x0a\xf1\x48\x9d\x0f\xba\x3e\x99\x5c\xe8\xd8\xa3\xac\x3c\xf5\xdb\x79\x3a\x1e\xe5\x58\x6f\xec\x4f\x0a\x78\x55\xde\x79\x15\xe2\x81\x7c\xd2\x1f\x88\x36\x28\x0a\x23\x0f\x92\x80\x55\xb7\x70\xb5\x01\x5e\x69\x5c\xde\x69\x34\xe3\x51\x5f\x7a\x16\xf5\x0d\x70\x24\xf9\x0a\x6d\xc7\x65\xc5\xa3\xd1\xe9\x6f\xdf\x9c\xe2\xc1\x8c\x26\xf2\xf2\x8b\x47\x07\x67\x96\xe3\x60\x3c\x3a\x0c\x40\xf2\x90\x8b\xc7\xa0\x95\x7d\xa7\xa5\x88\xc7\x80\x41\x50\xde\x69\xf1\x18\x4c\xfe\x14\xb4\x2f\x08\x1e\x0d\xf2\x67\x8b\xc7\xa2\xac\xbb\x5e\x5b\x3c\x4e\xe6\x7c\xde\x54\x31\x1e\xf0\x3f\x0f\x72\x0d\x8b\xc7\x85\x6c\x4a\x69\x17\x93\x88\x07\x9c\x32\x43\xda\x81\x14\xf1\x80\x51\x39\xc8\x49\x22\x1e\xcf\xda\xfd\xb1\xfb\x78\x58\x8a\x63\x73\xab\x78\xbc\x98\x87\x4c\x8b\xdf\x03\x0e\xab\x6d\x78\x99\x4a\x6a\xb3\xe2\x78\xcc\x42\x98\x6e\x74\x08\x2c\xbf\x2a\x8d\x7d\x0c\x91\x92\xca\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xda\x17\x5d\x8e\x81\xc5\xa7\xa4\x37\x8c\x01\xb5\xa4\x82\x14\x8b\x31\xa4\x9b\x0f\xf2\x1e\x85\x65\x02\x5a\x5e\x76\x99\xef\xc1\xcb\xe2\x6c\x7b\xa6\x65\x4d\xac\xed\x37\x6a\xe6\x83\x0d\xb1\x80\x1c\xa3\x9f\xe4\xb6\x47\x41\x5e\xc4\xd0\xf2\xd8\x9f\x20\x3d\xde\xf7\x60\x03\xa8\xe3\x7a\x58\x77\xfe\xe3\x18\x18\x43\xdb\x4a\xdc\x8b\x43\x00\x61\xeb\xfa\x7d\x33\x6b\x48\xd9\xc4\x26\x3c\x0c\x1d\x28\x9b\x1c\x85\x85\x0d\x25\xef\x4f\x68\x9e\x6f\x25\x6f\x70\x3c\xb0\xac\xb4\x9d\xa9\x33\x86\x67\xf0\x8d\xe2\x07\x37\x1f\xec\x99\xd3\xc6\xdb\x76\x9a\xe8\x18\x1e\x20\x61\xdb\xc1\xf4\x31\xd0\x64\xd7\x76\x6a\x8f\x18\x5e\x56\xe6\x28\x02\xe9\x9b\x08\x1f\x4d\x0c\xac\x28\xb4\xd2\xf4\xa0\x71\x71\x9b\x04\x85\x09\xd7\xcc\x56\x16\x35\x8e\x31\x10\x5f\xf6\x3d\x26\x46\xd4\xcf\x0d\x43\xb4\x20\x26\x76\x5a\xfd\x00\x19\x44\x5a\xdd\xf4\x24\x56\xa6\x9f\xdc\xfa\xd8\x18\x2b\x9c\x4a\x5b\xdd\xa7\x34\x22\x91\x4a\x68\xbb\xaa\x6f\x8c\x4c\x4b\xd2\x76\xd2\xfb\x18\x07\xcc\xe8\x6d\x17\xb2\x8c\x91\xa1\x64\x6d\xb3\xb0\x18\xaf\xcc\xe0\xe6\x8d\x1e\x91\x1e\xe2\x6d\x17\xf9\x88\x91\xee\x8f\x32\x42\xc4\x08\xdf\xc5\xef\xc1\xda\x86\xb8\x8e\xed\x76\xd8\x8e\xf1\x65\x4c\xc6\xd6\x5b\xc5\x38\x91\x70\xf4\xd8\xa9\x2f\x63\x62\xd1\xef\xb6\x0b\x8d\xc6\x14\x88\x51\xdb\x65\xee\x7b\xc0\x6d\xd8\x47\x3f\x85\xc9\x34\xca\x1b\x1e\x29\xc1\x13\xac\xed\x50\x8e\x98\x58\x7f\x28\xef\xbc\x8d\x31\x25\xa6\xae\xdf\x91\xd6\xdf\x83\xf5\xc9\x5f\x58\x99\xbe\xb7\x39\xa7\xaa\x11\x9f\x95\xc9\xd9\x03\x9c\x7c\x10\xf5\x60\xf2\xc1\x5e\x57\x22\x5d\xd8\x45\xef\x62\x4a\x93\x9a\x95\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xa2\x29\xad\xed\x2d\x49\x99\x6e\x74\x4d\xb0\xc9\x1c\x65\x17\x1c\x89\xa9\x30\xf4\x72\xdb\x34\x62\x42\x55\x88\xd0\x76\x22\xf9\x98\x0a\xe1\xbb\xa3\xb3\x63\x62\x96\xf7\xd6\x05\xdf\x8a\x5b\x61\xdb\x79\xa4\xbe\x07\x74\x28\x1d\x7a\x83\xb4\xa5\x6b\xd3\x1a\x82\xa5\x5a\x17\xc4\x90\x7f\x34\xb4\x9d\xcb\x30\xa6\x06\xc6\x5a\x87\x66\xca\x9c\x8f\x75\xc7\x11\x7f\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x13\x1e\x34\x2c\x13\x8d\x75\x41\xbd\x13\x45\x77\x96\xa3\x98\x90\x8a\xe9\x7b\xb0\xfb\x38\x07\x57\xbb\x45\x80\x74\x43\xf5\xd4\x76\x62\x92\x98\x6e\xa8\xc0\x72\xd4\x6a\x6f\xec\x5c\xda\x21\xf3\x31\x3d\xa8\xf4\xdd\x76\x74\xe8\xf7\x00\x31\xf3\x5b\xb1\x14\xd3\x93\xf9\x86\x00\xf4\x10\xa5\x76\xce\x9e\x98\x1e\xca\x26\x43\x07\xe1\x21\x2d\x19\xda\x86\x09\xf7\x9d\xb6\x9d\x11\x63\x3e\x32\x0f\xd3\xc6\xea\x7c\xd0\x17\x66\x7b\xcf\xc4\x1c\xa0\x28\xea\xdb\x1c\x1a\x73\x60\xc9\xd6\x1d\x01\x13\x73\xc0\x5a\xfa\x36\x8c\xc7\x8c\xc2\xa1\xdf\x25\x66\xcd\x34\x27\xe8\x08\xfb\xf6\x93\x8e\x99\xb5\xbb\xc4\x36\x72\x65\x7d\xc7\xad\xb3\x8d\x99\x19\xb6\xfb\xd6\x65\xc6\xcc\x14\x74\x2a\xf9\x1e\x73\x67\x9a\xc7\x5d\xdf\x22\x66\x5e\x93\xfb\xb6\x85\xc7\x7c\xb1\xd4\xf4\x36\x3e\xc4\x7c\xb1\xec\xcd\xb6\x03\xc4\x4c\xff\xed\x2e\xda\x92\x1f\x24\x50\x4b\xdb\x49\x2b\xe6\xf7\x58\x36\x8f\xae\x07\x58\x6c\xf0\x03\x08\xcb\x7d\xe7\x86\x8c\xf9\x65\x5a\xd0\xb0\x71\x2e\xbf\x2c\x8e\x17\x34\xf5\xb9\xac\x65\x9b\x91\x94\x83\x75\xb8\x77\x7a\xb0\x58\x0e\x26\xce\xda\x39\xd3\x62\x09\xf0\x02\xef\x3b\xff\x57\x2c\x01\x09\xc4\xfb\x4e\xd5\x18\x4b\xb8\xb9\xfc\xa1\x4f\x58\x31\x76\xa7\x4d\x8c\x05\x65\xd6\xbf\x07\xbb\x8f\xc8\xc0\xef\x9d\xbf\x20\x16\x16\xa7\xea\x12\xb2\x4b\x66\x41\x99\x7d\xb3\x88\x25\x33\x39\xc4\x76\xba\x8d\xa5\x1c\xeb\x8d\xfd\x09\xea\xb1\x84\xbe\x7d\x2f\x62\x61\x1e\xfc\x2c\xb9\xbc\x34\x0a\xd9\xc2\x97\xd2\xb8\x96\x9d\x42\x20\x96\x06\xb1\xa2\xef\xe0\xfd\x58\x98\x53\x6b\xd7\x81\x8d\x65\x50\x98\xd9\x37\x94\xef\x01\x15\xc6\x5b\xfa\x2d\x2b\xed\xc5\xbe\x17\xc7\x82\x60\xde\x90\x76\x4c\x7a\x2c\x27\xd3\x36\xed\x6c\xac\xdf\x03\x7e\xb2\x74\x13\xb1\x9c\x4c\x7b\xb8\xd3\xb1\xc6\xc2\xe0\xa1\xae\x63\x5c\x6e\x90\xd7\xbe\x23\x04\x63\xb9\x41\x70\xfa\x56\x18\xc7\xb2\xa4\x88\x6d\xf8\x8c\xe5\x25\x8c\x93\x56\xff\x12\x4d\x25\x96\x97\x17\xc2\x4b\x4f\x9a\xe9\xcb\x12\xe3\x5b\xd1\x10\xcb\x7b\xaf\x37\xf6\xd4\x5f\x66\x9a\xdc\xda\x9c\x58\xde\x77\x3d\xd8\x9d\x4e\xe6\x62\xde\xce\xf0\xb1\xe0\xfa\xf9\x3d\x88\x7f\xc1\xbe\xca\x24\x38\xb7\xbe\x24\x96\x09\xd9\xa7\x6f\xbd\x62\x2c\x93\x25\xe2\xb6\x96\x2a\xd6\xe3\xe0\x00\x9b\x1a\xd5\x03\x76\xcf\xbe\xf5\x6d\xb1\x1e\xcc\x54\xb3\x5d\xf7\x62\x3d\x50\x81\xb8\x6f\x4f\x8b\x58\x23\xd0\x3e\xed\xf4\xcb\xb1\xc6\xca\x6b\xe5\xbe\x8f\xd5\xd8\xd8\x47\xd7\x27\xac\xb2\xb4\xbd\x1e\x63\x4d\x79\xd5\x0c\xde\x7d\xb0\x32\x5d\xdf\x2a\xb9\x58\x51\xba\x21\xf4\xed\x25\x13\x6b\xe5\x65\x73\xbb\x0b\xc5\x8a\x54\xd7\xa1\xef\xcc\x8b\xb1\x76\xa6\x65\xcf\x5a\xdc\x4a\xd8\xb5\xed\xd7\xb1\x0e\x6a\xdc\xaa\x1f\x90\xfa\xe4\xb2\xfb\x80\xda\x3f\xe4\x9d\x0e\x3b\xd6\xb1\x3a\x15\x80\x4e\x9e\xd8\x2c\x00\x2d\x7d\xda\x2e\x97\x14\xeb\x89\x3a\x9b\x7d\xa7\x49\x8e\x75\x05\xfc\x6f\x9b\x5b\xac\x27\xf9\xd9\xa1\x37\x18\xdb\xd1\xf2\xc6\xea\x7a\xb3\x0a\xe9\x2e\x7a\x17\xeb\x4d\x43\x52\xf4\x03\x4e\x6c\x47\x7b\xc4\xfa\x92\x17\x1d\xda\x86\x85\xa2\x65\x5f\x59\x2a\xed\x5d\x5d\x32\x7a\x9d\x08\x4a\xea\xbb\x5c\x5b\x6c\xc7\x64\xfd\xbf\x7d\x54\x5a\x60\xbe\xcc\xad\xf0\x8f\x2d\x24\x56\x7e\xd8\xac\xb8\x51\x44\xea\xbb\xd6\xf2\xf7\xe0\xe2\x83\x63\x3f\x20\x2f\xaa\x9b\x3e\x35\x54\x04\x0c\xbd\xee\xb3\xf3\x5d\x80\xf8\x60\x77\x5a\x99\x34\xb3\x6e\x4c\x6e\x15\x9e\x5f\x7d\x2b\x9b\x62\x63\x95\x9b\x5e\xb7\x2c\xd8\x58\x96\x43\x85\x06\x62\xab\xa8\x9b\xd5\xb7\x1b\x48\x6c\x8d\x6c\x62\xeb\x82\x62\x5b\xb9\xd0\x77\x85\xf6\xd8\x90\x74\xfb\x7b\xb0\x80\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x5f\xf4\x09\xba\x1b\x40\x67\xe7\x4c\xb7\x30\xd7\x2e\xd6\x7c\xd8\x8a\xaf\xef\x01\x86\xdd\xf9\xbf\x62\x63\x28\xa0\x6c\x0c\xb1\xdd\x89\x71\xd8\x82\xc7\x0d\x29\x5e\x81\xb8\xb1\xc1\x4b\x38\x1e\xbb\xb0\x59\x6c\x0f\x52\x19\xcb\xd1\x2d\xb6\x37\xac\x07\xfb\x93\xc9\xeb\xf9\x56\x32\xc6\x4e\xed\x4f\xdf\x19\x41\x62\x3f\x50\x81\xb4\xb7\xbd\x96\x8f\xec\x02\x84\x1b\xa6\x3d\xb2\x18\xca\xae\xf5\x1f\x7b\x64\x86\xba\xb6\x6f\x24\x1d\x15\x40\x83\x52\x80\xc7\x9e\x49\x61\x76\xad\xf8\xd8\x59\xe1\xaf\xb7\x7d\x45\xe9\x85\x45\x7d\x25\x64\xf7\xfa\x10\x1e\x1b\x84\x1d\xc5\x03\xbe\x07\xfb\x93\x95\x6a\x6c\xa7\xb9\xff\x1e\xb0\x32\xdc\x46\xba\x3e\x56\xa5\xe0\xa0\x4f\x7a\x63\x32\xcf\xa4\x07\xac\xa4\xb5\x71\xac\xaf\x83\x2c\x79\xb8\x9f\xbb\xa0\xb5\xde\xc8\x2c\xdf\xb1\x79\x60\x3f\x57\xb1\x60\x2d\xff\x64\x1d\x94\x9d\x87\x3b\xf6\x93\x1c\x7f\xa7\xca\x8e\xfd\xe4\x31\x95\xc4\xdc\x17\x47\xeb\x5b\x36\xe9\x0c\x1d\xed\x12\x6e\x3b\xa3\x13\xbb\xe4\xe1\x8e\xa3\xde\xb6\x76\x34\xf6\x87\x7b\xbd\x73\x4f\xc6\xfe\xac\x79\x6d\xd1\xa4\x3f\xab\x36\xe8\xa6\xc0\xfd\x0d\x0b\x1c\x55\x0f\x38\x48\xd7\x03\x66\xe1\xdf\x4a\xe8\xd8\xdf\xce\xb5\x6d\xc6\xda\xdf\x97\x9d\x0e\x75\x8a\x84\xc1\xbb\xd2\x7b\xec\x73\x55\xc5\x1c\xed\x2f\xd8\x57\x5f\xc4\x67\xa7\xb0\x8a\x23\x12\xa7\x77\xb2\x9f\x38\xe2\xb5\xf2\xfa\x2f\xf8\x8f\x3c\xf8\xc6\xd6\xb9\x8c\x72\x33\x1b\xcb\xde\xb2\x55\xe0\x27\xed\x52\xd9\x91\x95\x2e\x42\xdf\x15\x7f\x22\x6b\x2c\x84\xbe\xa3\xc7\xe3\x68\x85\x6f\x6c\xea\xcc\x8c\x97\xa1\x4b\x20\x1f\xe7\x0a\x49\xda\x27\x78\x3c\xb4\x0f\x35\xcd\xf4\x79\x18\x0a\x13\x77\x1f\xf4\x54\x1d\xdb\xc1\x28\x8e\x97\x41\x1e\x69\x93\xeb\xf1\x66\x7a\x40\x6f\x12\x37\xde\xbe\xe2\x58\x77\xa7\x74\xb5\x1b\xdb\xc3\x24\xd2\x6f\x2d\x8c\xed\x88\x11\xc7\xbb\xd2\x8c\x6c\x75\xc8\x98\x37\x23\x5d\x9b\x1e\x3c\xed\xdf\x1e\x9c\x47\xe0\x28\x5b\xc2\x3a\x8f\x48\x6f\xf0\x8d\x6d\xe7\xd1\x57\x18\x45\xde\x0f\xe6\xf2\xbc\x5f\xf0\x38\xc3\x58\xfe\xe2\xbb\x8f\x78\x51\x78\xde\x64\xf2\x64\xa9\xe9\x21\x0d\xe4\x99\x19\x17\xb8\x4b\xe3\xc4\xb3\x40\x8e\x1b\xbb\x6c\x4b\x3c\xeb\x72\x25\xdb\xe2\xd2\x59\xe1\x70\x75\xec\x48\xf5\x78\xd6\x6b\xbd\xb1\x3b\x1d\x2f\x5d\x14\x36\x79\xba\x50\xc7\x21\xa8\x78\x45\xbc\x1a\x19\xfe\xce\x20\xfe\x3d\x20\x21\xdd\x37\xeb\xab\x2d\x9f\x9c\xe1\x37\xa8\xc4\xdd\x02\xf8\xd5\x10\x24\x72\xec\xbc\x67\xf1\x42\xc2\xff\x4f\xae\xcd\x7a\x40\x4d\xe8\x3e\x8f\x17\x12\xfa\xc7\x43\x6b\xb9\x5a\xa7\xc2\x64\x1f\xe1\x0b\x29\xf5\x43\xde\x55\x1b\xbf\x07\xbc\xf4\x6d\xc4\xbd\x5a\x67\xe1\x8e\xa8\x37\x06\x59\xcf\xa6\x68\x17\xb2\xcd\xc7\x63\x57\x96\xfc\x1e\xc0\x51\x27\x78\xf9\x17\xed\x76\x4d\x7d\xa0\xe8\xf3\xb1\x13\xe3\x7e\x0f\x26\xc5\x0a\x4d\x8c\xce\x96\x3b\x23\xe8\xf7\xa0\xb3\xd0\xa2\xde\xa0\xe7\xa1\x8c\x06\x17\x72\x6a\xc7\x43\xb4\xe5\x62\x42\xeb\x63\xe7\x79\xfa\x1e\x9c\x8c\x12\x5f\x50\x7f\x0a\xad\xba\x7d\x8b\x59\x6f\x6c\xd4\xa5\x6f\x92\xff\x16\x9a\xe9\x44\x37\x5f\xd4\xb8\x09\x79\xc7\x35\xc4\xc9\xec\xe1\x45\xba\xe3\xc9\xcc\xdd\xd2\x91\xcc\x4e\x67\x86\x6d\x54\xf9\x1e\x74\xbc\xd0\xf4\xfb\xa4\xa2\x58\x5f\x2c\xd1\xb6\xfb\x41\xa7\xd2\x5b\x9f\xc4\xfb\xdf\x54\xeb\xb3\xd3\xb8\xbf\x6d\x55\xdf\x03\x52\xa0\x7d\xd0\x27\x72\x3e\x7f\xd3\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xee\x51\xcd\x33\xff\xc4\x90\xd6\x92\x7e\x33\x9f\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\xf0\x9c\xb6\x3b\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x31\x19\xd2\x78\x4f\xe4\xf5\xfd\x51\xd0\x4d\x24\xf6\x6d\xdb\x50\x1a\x27\xf3\xf6\x66\xd9\x72\x66\x5f\xf1\x13\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x48\x11\x98\x24\xa3\xcd\x41\xaf\x19\x29\x01\xe7\x58\x86\xb0\x8d\xd3\x73\x1c\x74\xff\x11\xf4\xc6\xda\x78\x4d\x9c\x19\x61\x7b\xfa\x77\x57\xc0\xf1\xbf\x60\x5b\x13\xf9\x60\xbf\xde\xf7\x04\xc7\x72\x48\xd8\x02\xce\x1c\x74\x40\x90\x4e\x6c\x0e\x1a\x90\x75\x2e\xe7\x80\x51\x23\xe9\xee\xbc\x7c\x85\xf2\xe1\x35\x3c\xf4\x1b\xab\x9a\x21\x13\x2d\xec\xc8\xa1\x38\xc7\x4a\xe7\x5f\xff\xf7\xee\x8b\xff\x3a\xff\xe3\xff\x7d\xf1\xfa\xf7\xc5\xf1\xcf\x9f\xf5\x2f\xd4\xca\xfb\x79\x79\xf4\xbc\xa1\xec\xdc\x6e\xf8\x2e\xc9\xfb\xdf\x0f\xc2\x87\x3e\xf9\xf0\x62\xff\x0b\x8f\xaf\xa6\x96\xdb\x2d\xcc\x88\xb8\x5b\x6e\x0f\x8f\xf4\x9b\xdb\x7a\x7b\x1c\x9f\x34\xbc\xfe\xa5\xc9\xed\xd8\x2d\xcf\x70\x0b\x65\xe8\xdd\xf2\xba\x37\xe6\xe6\x4a\x6a\x71\x6f\x93\x09\xea\x77\xcb\x74\x6f\xc8\xa3\xb0\xed\xe7\x47\xf8\x04\x91\xfd\xef\x60\xb2\xf4\x3d\xef\x58\xb5\xd6\xc8\x68\x42\xb9\x8d\x1f\xd1\xb3\x88\xc0\x6b\x3b\xa7\x7e\x04\xcc\x6d\xe8\x53\x75\x78\x8e\x74\x08\xb2\xe9\x60\xd1\x5a\xb5\x54\xb7\x80\xf2\x6c\x58\xa4\xa0\x39\x26\x7a\x26\x2b\xdb\xff\x91\xc2\xe3\xb6\x97\x6d\x51\x6d\x53\x6d\x4c\x18\xd5\xb5\xc3\x29\x9d\x6a\x83\xfb\x4f\x51\xae\xfc\x23\x7d\xf4\x64\xff\xbb\x2a\x0f\xb9\xcd\x73\x41\xe5\xc2\x43\x51\x13\x47\x1a\x5e\x1b\xb4\x2c\x8a\x5a\x3a\xd2\x87\x45\xfb\xdf\x6f\x09\x87\xbf\x3a\x6f\x37\x81\x21\xc9\x19\xff\x48\x97\x7b\x84\xa4\x2c\x3f\xf0\x23\xdd\xee\x11\xf1\x64\xf2\xf5\x3c\x60\x2a\xd8\xff\x82\x3d\xc9\x75\xfe\x80\xae\x61\xff\x7b\xb3\xad\xa9\xed\x75\x1b\x67\xb2\xbd\x3a\x0e\x5c\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xe7\x3d\x28\x94\xe6\x40\x9d\xf7\xf5\x2f\xcc\xc1\xaa\xf9\x79\xa0\x38\xfa\xfe\x97\x13\xd9\x5e\x64\x07\xaa\x98\xef\x7f\x39\x91\xed\x05\x14\xde\xb4\xdb\xc2\xcb\x9a\xef\x8a\xf8\x88\x3e\xe7\xf1\x80\xbb\xf9\xf6\xea\x89\x47\x8a\x6a\x81\xbf\xc9\xf6\x54\x8c\x47\x1a\x6e\x39\xe1\x66\xb0\x5b\x72\x53\x0b\xbc\xa8\xaa\xea\x20\xc5\xa3\x65\xb5\xb5\xf1\xcf\x9f\x91\xdc\xd4\x3d\x89\x8e\xa6\xed\x79\x16\x43\xd9\x7b\x16\x43\xc9\xf8\xaa\xa8\xa9\xba\xe9\xfc\xe7\xcf\x68\xdd\x4d\x97\x9b\x5e\x7c\x15\x76\x53\xd5\x58\x01\xe9\x21\x8b\x3b\xac\xa7\x9b\xae\x7f\xfe\x74\x45\x72\xc6\xd0\xfc\xd5\x37\xf9\xae\x08\xcc\x18\x9a\xbf\x6a\xf8\x6a\x9f\xea\x08\xc1\x77\xff\xcb\x18\x6c\xb5\x78\xee\xf0\x11\x8e\xca\xa9\x1e\xc3\xe8\x6e\x1b\x6c\xd3\x60\xb7\x80\x18\x3e\xba\xd8\x95\xf7\x2a\xc6\xb8\x49\x48\x8c\x91\x6e\x4e\xdb\xa5\x30\xc6\xd8\xdc\x86\xc8\x11\xb7\x5c\x6e\x21\xf3\xdd\x2d\x55\x43\x45\x8a\xb4\xe9\xa7\xad\xba\x0d\x55\x59\x83\x5a\x4e\xb7\x5c\x5f\x7f\x69\xb7\x34\xe1\x53\x84\x78\x12\xe5\x1c\x1f\x63\x73\x7f\xcc\xce\x50\x0e\x8d\xd5\xfd\x1d\x52\x7d\x6d\x1f\xba\x18\xbb\x67\x08\xc5\x4b\x91\x63\x75\x84\x0a\x71\xff\x0b\xd7\x70\xcd\xa3\x7b\x86\xd0\xea\x97\xbc\x49\x63\x8c\x8f\xdb\x20\x9b\x94\x26\x14\x48\x87\xe0\x0b\xba\xfb\x7d\xb7\x37\x3a\x45\x9d\x88\x14\xcf\x7f\xfe\x28\x42\x2b\xa6\xf1\xa8\x05\x41\x6a\x51\x55\xe0\xa2\x29\x5c\x4c\x70\xa4\x89\x2a\x23\x16\xd3\xd9\xdc\xf6\x21\x5c\xf0\x60\xe7\xe5\xa6\x07\x4d\xea\xf1\x12\xc2\x81\x0e\x86\xaa\x1c\xbf\x31\x5d\xaf\xda\x60\x18\xad\xca\x61\x1b\xb3\x0f\x45\x46\x29\x0c\x95\x97\x8f\xd9\xc7\x36\x77\xf8\x82\xe9\x28\x65\x11\xf6\x88\x9b\x76\x57\xe6\xd4\x98\x45\xd7\x63\x1e\x0c\xc7\xda\xdc\x38\xe6\x71\xab\xed\xfa\x70\x58\x81\x51\x31\x5f\xda\xb5\x8c\xab\xfa\x21\xef\xbe\x98\x1f\xcf\x11\x2c\xd2\xe5\xdf\x63\x7e\x05\x92\x0c\x39\xe7\x50\x56\x9b\x98\x67\x71\x1b\x84\x0c\x05\x89\xc7\x72\xa8\xcf\x82\xdc\xf2\x79\xbb\x85\xc5\x52\xb5\x71\xa5\xbe\xdf\xb1\xde\x44\x3f\x96\xa6\xc5\x95\x0f\x5a\x5d\x19\x69\x63\xe9\x6e\xfa\xa0\xd3\x15\x92\x18\x61\x71\xdd\xff\x16\x74\xb8\xa7\x58\xbc\x34\x16\x53\xaf\xca\x36\x1e\x51\x86\x7c\xff\x8b\xc1\xb4\x35\xd5\xb3\xaf\x07\x9a\xb4\xe8\x2a\x06\x13\x2b\x54\x39\x55\x89\xba\x23\xaa\x90\xef\x7f\x1f\x90\xb9\x3d\xc7\x5a\xb5\xa3\x15\x17\xaa\xa8\xd0\xe5\x58\x7d\x7e\x51\x37\xf9\xc3\xad\x3d\xc9\xe6\xf3\xdb\x1a\x80\xb5\x13\x16\x44\xd4\x1a\xd8\xff\x42\x92\x53\x72\xd6\x38\xa6\x8e\x1b\x32\x7b\x7f\x6d\x1b\xc8\x97\x8f\xdb\x05\x1f\xc4\xaf\x89\x92\x2b\xe5\xd4\xff\x9d\xe8\x1a\x91\xfa\x70\xff\x5b\x58\x15\x78\xaf\xfd\x32\x31\x41\xde\xc0\x8f\xb6\xee\x05\xbe\x5d\x70\x79\x91\x90\x20\xa9\xc0\x77\x7c\x25\xdd\xc6\x97\x8e\xfc\xaa\xe2\x1b\x5f\x1f\xac\xf7\xa6\xd1\x61\xbb\x2d\x46\x44\x96\xed\x7f\xcb\x3f\x7f\xb2\x12\x4f\x46\x44\x77\xed\x7f\xe3\x3f\x7f\x72\xd9\xfe\xdd\x71\x5e\x53\x4d\x4c\xcc\xbb\x65\x80\x38\x1f\x7f\xf5\xc4\xdf\x80\xa7\x08\xfb\xce\xfe\xb7\xfc\x86\x99\xa4\x43\x98\x92\x8e\x4f\x9a\x91\xff\x7b\x3a\x04\xe6\x74\x7c\x60\xde\xae\x21\xdf\xcf\xae\x96\x10\x7e\x68\x5a\x3a\xb4\xa8\x74\x7c\x8b\xaa\x5b\x66\x48\x87\xd0\x2e\xd1\x52\x54\x05\x8a\x74\x84\x9f\xfe\x06\xe9\xff\xd8\x6d\x29\xa9\x0d\x48\x12\x15\x08\x9c\x8e\x1c\xd4\x36\x10\x8e\xa0\x79\x0c\xcf\xe3\xe3\xa7\x4d\xa5\xbe\xd3\x31\x86\x9b\x90\x4c\x53\x8e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\xdb\x71\xe6\x48\xbe\xdd\x24\xdc\x13\x94\x01\x3a\x1d\xb3\xb9\xe5\x04\x47\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x30\x48\x01\x7e\x72\x55\x99\x77\x53\x98\x6e\xc3\xf5\xa2\x2a\xaf\x7f\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x92\xe4\x52\x84\x66\xfa\x50\x50\x57\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x7d\x57\x0d\x6a\x92\xbc\x99\xe2\x27\x50\x75\x45\x61\xa6\x58\x6e\x37\x81\x50\x2b\xc7\x7e\x8a\xdd\x13\x81\xda\xea\x50\xbd\xcd\x64\xe6\x9b\x22\x7c\x91\x0e\x23\x29\xf4\xb9\xfb\x5f\x48\xee\xb9\x6b\x01\x67\x76\x5b\xc7\x2c\x37\xbc\xe2\xe5\x05\x5c\x6b\x2a\x5a\xc1\xe3\x2e\x41\xfb\x0f\x05\xee\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x87\xd3\xa0\xf2\x2c\x29\x85\xd3\x6d\xa8\x63\xa9\xf2\x15\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa8\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x30\x12\x94\xb1\x3e\x25\x11\xd0\x94\x70\x36\x82\xf2\x91\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\xb4\x86\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xaf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x95\x77\xaf\xe0\x43\x88\x56\x0d\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x34\x90\xd2\xa3\xf3\x98\xa0\x8a\x0c\x2a\x9a\x98\x8a\x94\x17\xa9\x30\x83\xae\x92\xe1\x25\xd4\xa2\xdd\xff\xd2\xaf\x70\xdf\x37\xe9\x41\xb2\xff\x2d\xd4\x48\xd5\xdd\x16\x93\xda\xe0\x65\x34\x94\xf5\x22\xbf\x71\xaa\x0d\xdb\x9a\x95\x0a\x39\xc3\xfc\xba\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\xf6\x89\xde\x41\xb9\x39\x32\x52\x1d\xac\x7f\xbf\x03\x23\xf7\xec\xef\xf7\xe5\x26\x86\xe3\x2c\xe2\x90\xa7\x36\x3c\x4f\xd8\xd2\x83\xf2\x9a\x64\x84\x4e\xee\x7f\x99\x75\x72\x5f\x2b\x33\xa2\x26\xf7\xbf\xf0\x08\x52\xfc\x45\x9e\x97\xfb\xbc\x90\xd2\x55\x82\x5c\x9e\xd2\xdf\xe4\x79\x07\xb6\x95\xdd\xf6\x6a\x75\x70\x72\xcf\x92\x7a\x8b\xf9\x54\x39\x0e\x02\x65\x2b\x3b\x8a\xef\xa3\x05\xec\x22\x06\xf1\x8f\x72\x94\xa0\x36\x14\x42\x0e\x2a\x50\x5d\x8e\x9e\xd4\xf6\x5d\x18\x62\x50\x5d\xe6\x72\x0c\xf7\x39\xe8\x58\xbe\xc5\xec\x72\x8c\xa9\xb6\x93\x4b\xc8\x6a\x3b\xdd\x86\xa4\x0d\x2e\xba\x55\x8e\xeb\x74\xdb\xf2\x4d\xd7\x5c\xee\xa1\xb6\xfb\xfc\x96\xee\xa6\xe7\x56\xd3\x43\x68\x6e\x56\x5c\x82\x48\x55\x09\x1f\xa9\xb2\x80\x51\xc2\x71\xbb\x09\xc6\x9c\xed\xb4\x74\x94\x10\xdc\x16\xd8\xe5\x56\x33\x94\xa0\x1b\x61\x09\x08\x90\x0c\xaa\xe6\x5a\x42\xf4\x77\x91\xdf\x6d\x99\xbf\x84\xa4\x95\x87\x0f\x83\xb3\xe4\xa7\x82\xeb\xf4\xfe\xf7\x5b\x9c\xc4\xd1\x12\x46\x51\xd3\xc7\xa9\xa5\x96\x3f\xe8\x04\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x2c\x22\x2b\xb1\x54\x31\xb7\x2b\x91\x99\xd8\xa4\x25\x2c\x51\x67\x84\x5e\x55\x59\x62\x7d\x81\xb9\x61\xff\xcb\x80\xe9\x1d\x2c\x5a\xa2\xd7\x16\x51\xa5\x38\x88\xb9\x96\x28\x45\x55\x89\x27\x8a\xbd\x79\x96\xba\xea\x94\x88\xa2\xbe\x21\x1e\xe5\xaf\x04\xdc\x12\x8d\x61\x91\x18\xa6\xfc\x1a\x25\x4e\xcf\xf4\x93\x1e\xe4\xaf\x78\x94\x74\xe8\xb3\x04\x95\x77\x56\x60\x54\x49\x46\x07\x30\xa7\x18\xbc\x43\x49\x2a\x82\x92\x90\x01\x3e\x28\x29\x4f\x01\xa5\xdf\xff\x72\x15\x5b\xc7\x51\x92\x74\x15\x25\xb1\x4a\xa0\xf2\x3c\x16\x38\xde\xee\x7f\x71\x98\x75\x1b\x2a\xd9\xe8\x97\x3f\xf4\xcb\x4a\x17\x5a\xb2\x78\x61\xa1\xde\x6c\xe8\x2e\x57\xb2\x2e\x6c\x05\x5e\xf0\x31\x78\xff\xb2\xd4\xab\x25\xbf\x1f\xfe\x49\xf7\x54\x7c\x05\x2c\x85\x91\x01\x86\x4a\xf1\xe1\x2a\x30\x5a\x85\xb8\x03\xe7\x4a\x91\xf6\xa9\x14\x64\xdf\x54\xf8\x70\x81\xb3\xed\xfe\x17\xc9\xb0\x15\x0b\x56\x8a\xd8\x53\x29\x0f\x01\xb6\x25\x8b\x52\x25\x75\x94\x0a\x13\x44\x56\x4a\xad\x82\x68\x92\xfd\x2f\x10\x57\xb5\x5d\x4a\x15\xa7\x2f\x15\xb9\x4c\x83\xee\x0b\xa5\x56\x7f\x57\x01\x68\xb1\x99\x52\x9b\xdb\x60\xb2\xce\xca\x43\x55\xaa\x31\xb7\xc2\x13\x3d\xe7\xad\x99\x2d\xd5\xd0\xac\xa8\x64\x11\x74\x13\x2c\x75\x0a\x2c\x75\x32\xd2\x60\x33\x85\xd2\x7c\x30\x1b\x32\x0f\x07\x29\x89\x4b\x93\x54\x55\x1a\x02\x23\x86\x4a\xac\x97\x16\xb5\xeb\x2d\x82\x1d\x2a\x67\x64\x69\xba\x39\x94\x06\x47\xfd\xac\x70\xe7\xd2\x52\x73\x5b\xff\xe7\x4f\x56\xce\x8a\xd2\xd2\xe3\x26\x90\x4d\x95\xca\x28\x2d\x6b\x79\x34\x10\x3b\x31\x52\x41\x75\xf7\xfd\x2f\xa3\x44\xb6\x30\x56\xda\x70\x9f\xcc\x47\xa4\x80\xfa\xd2\x8c\xef\xa8\x41\x9d\xf3\x66\xbf\xa5\x4d\x0f\x07\x13\x44\x56\x71\xe0\xd2\x7d\xbc\x3a\x8f\x97\x72\xa8\x95\x2e\x51\xba\xf4\xce\x70\x94\x7d\x5d\x29\xbd\x8b\x4a\x77\x1a\xdf\x95\x7c\xa3\x74\x89\xd9\xa5\x9f\xdc\x05\x9d\x13\x54\x94\xdc\xff\x32\xd6\x44\x1c\xa3\xcf\xcb\x6d\x0f\xee\xab\x1b\x9a\x43\x97\xc8\x32\x56\xf0\xc8\x8e\x65\x2c\x28\xcf\xb8\xff\x25\x02\x6e\x89\xbf\x0c\x9f\xf4\x81\x93\xbe\x5d\xcd\x8e\x02\x5d\xc1\xfe\xb7\xf2\xb3\x8d\xd3\xa3\xb9\x8d\xa1\x17\x8a\x58\x2f\x43\x46\xa0\x82\x9a\x67\x59\xb1\xe7\x65\xbc\x5a\xdc\x78\x89\x2a\x12\x3c\x4e\x0f\x87\x58\xea\x5c\x84\x0e\x88\x28\xde\xff\x16\x66\x35\xdb\xfb\x73\x5a\x46\x38\x4f\x06\x92\xec\xd0\xd2\x72\xea\xae\x56\x50\xec\x24\x17\x1d\xe6\xcb\x04\x02\xa5\x1d\xb2\x0a\x91\x96\xab\x89\x06\x5c\x74\xba\x55\xee\x87\x72\xe9\xd6\x58\x50\x2b\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xa1\x3f\x28\xe1\x51\xb9\xcc\x47\xe1\xfd\xfa\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\x67\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\xf8\x3b\x2b\xe0\xb2\xdc\x49\xc3\x21\x63\x73\x56\x00\x65\x41\x0a\xdf\xfd\xef\x8a\xd8\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\xd9\x6e\x63\x30\x12\x21\xb7\xe7\xfa\x17\x59\x3d\x43\xde\x3a\x87\xf2\x34\xad\x00\xb9\x30\x63\x50\x15\x9c\x82\xec\x88\xfb\xdf\xef\xe2\xe1\xc5\xbd\x52\x62\x14\x3a\xdf\x64\xa5\x35\x28\xaf\x6c\x30\x05\xae\xe1\x59\x5a\xe0\xf2\x16\xed\xc1\x5b\xb8\x07\x3a\xc9\x6f\xd5\x09\x79\x69\xc2\x2d\xfb\x32\x53\x5e\x73\xa7\xb7\x32\x7e\x48\xe8\xf0\x1a\x9f\xdf\x0f\x9f\xb3\xec\x04\xc5\xba\xa5\x82\x54\x5b\x5f\x97\x1b\x28\xef\x2d\x80\xc1\x99\x38\x4b\xc7\x5d\xde\xc7\x8b\x63\x89\x24\x45\xc8\x97\x57\x3a\xee\x02\x07\xa1\xac\x90\x54\x7a\x1c\xef\x7f\x07\x9a\xf6\xba\xa7\x65\x49\x44\xe6\x86\x5c\x44\xf3\xa7\x05\x84\x49\x01\xa1\xec\x5b\x76\x99\x66\x93\x48\x78\x93\x9b\x36\x67\x1a\x19\x26\x91\xa1\x88\xac\x4f\x29\xb2\xcb\x44\xa4\x65\x28\x22\x8a\xf3\x71\xdb\xb3\xda\x34\x9c\xe9\x2c\xdd\x9d\xad\xce\x28\xf3\xe9\x6e\x1b\xc8\xc2\xaa\xa6\x57\x60\x9e\x2f\x43\xa4\xf6\x54\xea\xa1\x15\xd4\xa3\x34\x56\xae\x68\xbb\x6d\xb8\x0d\x19\xee\xb6\x33\xe0\x51\x2d\xea\x57\x88\xfa\x31\x94\x6d\x0a\xa9\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\xe7\xda\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\xf0\x85\xcd\x9e\x24\x82\x6a\xf7\xbf\x1f\x49\x54\x65\xdb\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\xe3\xd9\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x86\xa6\xe9\x85\x87\xb5\xf0\x91\xfe\x4a\xe8\xad\xe1\xbd\xf5\xe9\xcb\x02\x22\xfb\xbc\xd6\x28\x55\x65\x8d\xc7\x87\xb7\x2a\x6c\x56\xa3\x6e\x8d\x35\x7e\xa2\x42\x56\x85\xa9\x1a\xbb\xc0\x09\x5d\x54\x74\x99\xa1\x1a\xbd\xc0\x88\x5c\x87\xdb\xe9\xe7\xa8\x16\xdc\x6b\x44\x9d\x91\x20\x14\xab\x51\xc7\xb5\x42\x17\x15\x43\xdd\xd2\x48\x85\xcd\x7c\xff\x8b\x28\xa8\xba\xc5\x91\x9a\xb2\x86\x83\xda\xe6\x23\x8b\x7b\x05\xe9\x54\x9f\x30\x76\x87\xa1\x64\xae\x35\xe9\x9c\xd7\x15\x8b\x26\xb5\x74\x4d\xaf\xc7\x7b\x39\xde\xd6\xba\xd4\xa4\x5b\x42\x65\x30\xf4\x50\x4a\x84\x9a\x65\x7e\xac\x99\x39\x74\x95\x49\xb2\x66\xaf\x2f\x2f\x72\xb4\xcf\x50\xcd\xb7\xc6\xcb\xb0\x2f\x35\xd5\x4c\xab\x59\xae\x0f\x35\xbf\xe1\x9f\x3f\x45\x39\x0e\x2b\x6c\x39\xfb\x5f\x9c\x93\xba\xc9\x7e\x2d\xde\xd7\x72\xb0\x6d\xcb\x0e\xb5\xe8\x2a\x50\xcb\xc7\xbc\x8b\x32\xd5\xd7\x92\x6e\x37\x3d\xfc\x6c\x43\xa5\xc8\x00\x50\xcb\x87\xe0\xe5\xd8\xec\xb5\x16\x4f\xb2\x70\x92\x5a\x5b\x99\x1e\x0c\x31\xeb\x41\xc9\x1c\x6a\x99\xaf\xdb\xb8\xe7\x9b\xb2\x57\x4b\xed\x15\x52\x7b\x0c\x4a\x61\x50\xab\x44\x8e\x5a\x3f\x7e\x53\xa4\x91\xa9\x55\xe6\xeb\x5a\x11\xe2\x91\x77\x5c\xe8\x51\xab\xd8\x6b\x85\xb5\xa6\x28\xad\x67\xad\xf5\x76\xd3\xc3\xe0\x48\x75\xd9\xfc\x19\x94\x3c\x55\x1a\xcd\x5a\xbb\x87\xa3\x23\xa6\x72\x17\xd6\x3a\x4e\xb5\x8d\x9b\x85\x7d\x36\x54\xea\x2d\x58\xd6\x1b\xa2\x9d\x6a\x3b\xd6\x16\x75\x4a\xda\x77\xb7\x2c\x61\x5b\x37\x6a\x93\x7d\xa6\x22\xb6\xaf\x48\x77\x52\x9b\x1c\x82\x6a\xa3\x4a\x49\x35\x13\x6a\x4f\xda\x9e\x0e\x67\xfe\x5c\xb7\x6e\xa8\xf6\x3a\xd5\xd6\x40\x73\xda\xf6\xb5\xa8\xdd\xf8\x4c\xa7\xb6\xd6\x05\x4c\xd4\xf1\xdf\xff\x5e\x6c\xd3\x77\x52\xc8\x30\x52\x24\x86\xa6\x33\xd9\xa5\xc2\xaa\x2c\x14\xdf\x7a\x54\xdb\xf4\x3c\x27\xe7\x29\x64\x1f\x72\x23\xa8\x63\xcd\x53\xf4\x76\x34\xad\x61\x20\xa3\x6b\x56\x16\x8a\x3a\x1e\x41\x73\xc0\x43\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\xb5\x6e\xea\x69\xea\xc7\xac\x42\xad\xeb\xbb\x53\x92\x4c\x65\x66\x99\xac\x14\x19\xf5\x94\xf5\xbc\x9e\xc8\x15\x1b\xba\xf0\xf6\xd4\x35\xa7\x42\xfc\x0d\x59\xd9\x91\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x4f\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\xca\x94\xa1\x8b\x74\xa0\x8c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x27\x6b\x15\x79\xfb\x4e\x89\x93\xf5\x64\xa0\x74\xdf\x22\x63\xbd\xe4\x37\x55\x61\x5b\x8c\xa1\x8b\xf2\x5f\x87\xb6\xe1\x42\x06\x87\xb6\xfd\xe6\x8f\x7a\x49\x0d\x54\x51\xa8\xcc\xc5\x12\xea\x25\x45\x69\x85\x08\xff\x4d\x53\xc3\x79\x67\x51\xbd\xcc\x69\xf2\xeb\x35\xdc\x74\x42\xb0\xed\x51\x5d\x1a\x98\x17\x72\xba\x85\x2e\xb6\x76\x19\x71\x51\x6f\xcb\x79\xad\xeb\x75\x79\x92\x48\xff\x1a\xb6\xdb\xec\x51\x2f\x79\x40\xd5\x0b\xf5\x3b\x43\x4f\x9a\xa5\x1c\xeb\x2a\x4b\x4b\x35\x15\xee\xae\xd7\x6b\x80\x31\xfa\x56\x95\xa4\x2b\x0a\xee\xec\x7f\x33\xb2\xc3\xee\x63\x79\x9b\x08\xb0\x3c\x8d\x33\xb8\xd7\xdb\xec\x09\xc5\x2f\x42\x96\x13\x49\x7d\xfc\xdd\x13\x39\x9c\xa0\xf2\x58\x64\x79\x98\xd8\x43\x26\x8f\xfa\x66\x2d\x9d\xee\xf2\x6d\x08\x2c\xaf\xb4\x7b\xf5\x85\xc9\xa3\xa9\xa6\x5c\x7d\xe5\x64\x54\x5f\x64\x4c\x6a\xaa\xfc\x56\x91\xc6\x77\xff\x0b\xb5\x92\xc5\x27\x8b\xd9\x15\x62\x76\xc9\x42\x15\x4b\xd9\x75\xb9\xe1\x97\x43\x6d\xaf\xbb\x7c\xd9\xa5\xb8\xc9\x94\xdf\x47\x9d\x2c\xaf\xde\xb4\xbc\xe9\xa3\x30\xb9\x43\xaa\x44\xd0\xec\x97\xd9\x0e\x26\x5b\x12\xed\x6f\x87\x94\xa5\xed\x80\x50\x9c\xb7\x23\xf0\xf7\xa0\xb8\x0d\x0e\x90\x65\x3b\x3a\xb6\x90\xf7\x36\xb4\x90\x91\xc7\x6d\x13\xb2\x16\x24\x94\xb4\xc0\x0a\xb7\x4a\x74\xda\x82\xac\xd7\x0d\xb2\x60\xb4\xe1\xa9\x59\x52\x6b\x90\xd4\xa2\x0d\x4f\x2d\x4a\x40\x6a\xf1\xe3\xe0\x45\xa6\xa0\x16\xa5\x75\x6e\x31\x1f\x68\xda\x93\x8c\xd9\x4d\x30\x57\x8d\x12\xf5\x99\xcc\x55\x2d\xc2\x5c\x95\xe5\xde\xd6\x62\xd5\x0a\x22\xa3\xfa\x94\x2b\xb2\x21\xbd\xc7\xfe\x17\x4c\x4f\x66\xae\x16\x0d\xb0\x48\x9a\xa3\xea\x85\xcd\x1e\x9e\x0d\x1e\x9e\xa5\x6e\xb4\x6d\x49\x26\xa4\x96\x68\x42\x6a\x3d\xff\x95\xe4\xdb\xec\xcb\xd9\xe8\xcb\xd9\x55\x99\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\xf2\xbe\xfe\x7e\x9f\x6e\x22\x06\x26\xcd\x26\x6b\xf1\x30\xf7\x15\xd9\xc0\x5b\x32\x22\x25\x5e\xb5\x55\x46\xaf\x25\xc3\x2c\x2d\x98\x35\x75\x29\xf3\x5f\x4b\x9d\xb0\xde\xe2\x66\x4b\xc3\xdf\x41\x4d\x92\x9b\x10\x37\x4b\xf1\xd7\x32\x14\x7f\xb9\x6f\x9e\xd1\xb2\xec\x67\x2d\x93\xe5\x2b\x29\x73\xcb\x92\x83\x5a\x46\x91\xa0\xa0\x42\xd3\x2d\x7b\x2e\x99\x71\x5d\x7d\x6b\xac\x5b\x96\x32\xa4\x65\x96\x5e\x56\x11\x89\x96\xc5\xba\x5b\x9e\xd8\x3f\x75\x59\xa4\x30\x6c\x25\x31\x06\x7b\xeb\x04\x5a\x31\xba\x14\xa0\x4b\x54\x5e\xf3\x56\x9a\xbf\x63\x88\xaa\x2c\x53\xad\x88\xcb\xb6\xf2\x4d\xb3\x34\x61\x6e\xd1\xfd\xa3\x15\x5c\xb0\xf2\x8e\x2a\x3b\x5a\xf1\xf9\x2a\xf0\x37\xe9\x32\x68\xb5\xf2\xb8\xed\x5d\x6d\xfa\x6e\xba\xcf\x8f\x23\x16\xdd\xee\x9b\x65\xd8\x06\x19\xb6\xc8\x41\x90\x91\x94\xfb\xdf\xca\xda\x5c\x45\x6d\x97\xdb\x18\x87\xae\xb3\x50\xe5\x8e\xf0\xdd\xa5\xbf\x2e\xf7\x3d\xb6\x55\xf9\x8f\xb6\xca\xea\x37\xca\x42\xdd\xaa\x3c\x48\xbf\x2b\x25\x3e\xd3\x4c\xa4\xca\x6e\xb5\xa2\xc7\x6d\xaf\x6f\xf6\x5b\x6a\xb5\x9e\x68\xda\xe7\xbc\xca\xab\xa7\x55\x96\xe8\x54\xc2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x96\xb4\x2a\xe6\xdb\x2a\x98\x6f\x54\x7e\xe3\x56\x65\x7d\x6e\xcc\x71\x90\x7b\x55\x97\xa7\xe7\x0f\xfa\x6d\xc7\xbd\x56\x2f\xcf\xf2\xe2\x70\xfb\xb0\x36\x69\xa3\x5a\x43\x18\x4a\x34\x35\x6a\x72\xec\x6c\x90\xaa\xcb\x8e\x48\x39\x9a\x35\xdc\x0d\x1a\xee\x22\x31\xb4\xb5\x2c\xc4\x6b\xc8\x35\x58\x55\x89\xbf\x35\xa9\x34\x5a\x83\x4a\x23\x2a\x5b\x6c\x6b\x52\xb5\xb5\x86\xd8\xee\x2c\x2f\xef\x66\xed\x77\x6b\x0d\xc5\x47\x0f\xed\x77\x33\x9c\x1b\xbc\xa7\x86\xae\xfd\xcd\x62\x7d\x83\x58\x5f\xba\x18\x49\x7b\x84\x79\x0d\x21\x0b\x5d\xc5\x98\x5b\x8f\x5a\x42\x47\xc4\x7d\xde\xd9\x5f\x8e\xd6\xe5\xb1\xd8\x3a\x6b\xdf\xaa\xb4\x50\xeb\x26\xc3\x2b\x80\x44\x8e\xf6\xad\xcb\xad\xbf\x75\x86\x8d\xca\xd0\xd5\x86\x8c\x60\x0d\x49\x63\xc3\x90\x97\x49\x1b\xba\x92\xb5\xc1\x2b\xd9\xd8\x8a\xb8\x36\x2e\xf5\x39\xb0\xaf\x63\xb3\xfa\x36\xe4\x57\xde\x06\x43\x3d\xe5\x27\xd3\x4e\xd3\xf5\xf3\xa3\xeb\x45\xfe\x20\xed\xd4\xe5\xb6\x41\x33\x1d\x63\xd8\xa6\x84\x76\xfa\x18\x20\x25\x62\x91\x3b\x48\x3b\x65\x91\x6f\xa8\xf8\x1e\xb2\xea\x9e\xb7\x53\x8a\xde\x76\x3e\x98\xa4\x10\xec\x7c\xdd\xe3\x8b\x1e\xb7\x21\xa1\x5d\x9e\xe3\xc5\x39\x56\x35\xc9\x67\xa5\x5d\x91\x3b\xb7\xb5\xf0\xed\x32\xbf\xbe\x32\xaa\x8c\xea\x8e\xd7\x2e\xdd\x81\xda\xf5\xdd\x81\x8a\x2a\xf1\xb5\x4b\x86\xcd\x76\xb1\x84\xbd\x22\x42\xda\xa5\x2b\x78\xbb\x58\x9b\x5c\x86\xee\x76\x79\x53\x2f\x56\x21\x97\x31\xbb\xdd\x26\x36\x37\x89\x4d\xd0\x78\xb7\x1c\x9c\x1a\x2b\xf2\x0d\xa9\xb1\xda\xed\x0d\x5f\xa5\xf0\x74\x1d\x6b\xb7\x54\x40\xed\x66\xac\xbe\x0c\xb0\xed\x96\x90\xd6\x6e\x08\x69\x59\x85\x87\xdb\x23\x85\x7a\x43\x71\xb4\xaf\x6d\x8f\xf7\x98\xc1\x3c\x64\x30\xaa\xed\xd8\x1e\x5d\xd0\xdb\xd3\xb9\xaf\x5a\xc3\x23\x91\xbe\xa1\x8a\x4e\xb4\x47\x63\x7b\x6e\xf7\x79\xa3\xa2\x92\xea\xa4\xb6\x47\x66\xa7\xf6\x30\xf2\x45\xba\x95\xf6\x16\xc1\xec\x2d\xe7\x3f\x7f\xea\x8e\x5f\x3f\xda\x6b\x9e\x85\x2a\x22\xa1\xcb\x21\xbf\xbd\x72\xf3\x69\x08\x06\xae\x3b\xd2\xf2\x68\x28\x18\xb2\xff\xcd\x5f\x93\x80\xf9\xca\x1d\xaf\xbd\x70\xc7\x53\x65\xe0\xf6\xea\xaa\xd9\xe0\xf6\x12\xa3\x2c\xcf\x0d\x6e\x2c\xfb\xdf\x17\x9f\xa9\x49\x37\xdb\x36\xbf\x9b\x6d\x0d\xda\x81\xe9\x1d\x67\x7e\xf7\x6c\xaa\x38\x4d\xf9\xe6\x47\x5d\xaa\x11\x6c\x4a\x65\xd1\xe6\xca\x0e\xd2\xdd\xd6\xdd\x86\x55\x0b\xf7\xec\x3d\xd3\xe8\x3d\xd3\x55\xe8\xab\xcd\xe6\xd1\x58\xc0\x45\xf5\xbe\xdb\xbc\xb5\x37\x48\xab\x5d\x83\x48\xa9\x35\xd5\x8d\x9a\xea\x72\x68\xbb\xe7\xf4\x70\xac\xbc\x20\x6d\x60\xb7\xf7\x65\x87\xf7\x65\x55\xed\xf0\x7e\xc8\x69\xad\x23\x1a\x24\x46\x39\x15\xf6\x43\xe6\xea\x7e\xc0\x9b\xaa\x28\xb7\x7c\x0f\x75\xcf\xb2\x87\xfa\xcd\x52\x6e\x43\x3d\x48\x38\xeb\x81\x36\xa0\xa3\xfc\x9d\xb4\xdb\xc3\xf3\xe8\x53\x44\x71\x0d\x25\x23\xed\x41\xd2\x4d\x0f\x1f\x8d\xaf\xca\x5c\xdd\xed\x35\xd9\x03\xac\x47\x51\x06\xdd\x6e\xaf\xc9\x1e\x26\x62\xd6\x36\x9b\xef\xf6\x15\xe9\xf0\x15\xa9\x72\xec\xea\x51\xf7\xda\x1e\xa1\x52\x1f\x12\xcf\xba\xa3\x1c\x3a\xa2\x1c\xaa\x0c\xd9\x4c\x8a\xb0\xff\xed\x5f\xd3\xd6\x00\x77\x3b\x46\x7e\xa4\x12\x73\x1c\xfa\x6c\xb8\xc7\x01\xd2\xa7\x84\xe5\x3d\x9e\x9e\x09\x13\x6e\xaa\xda\x65\x8f\xa7\x87\xa3\xbc\x21\x7b\x61\x4f\x22\x37\x9d\xe1\x61\x5d\xf7\xd3\x6e\x67\x90\x0e\x67\x90\x18\xa5\xaa\xe9\x29\xf8\xbb\x80\x25\x6c\xe9\xa0\x23\x60\x6c\xff\x3b\xf9\x99\xba\x94\xc4\xd1\x13\x0b\xa0\x7a\xe9\x49\xae\xba\x3d\x21\x98\xb1\xe7\x7d\x03\xe8\x49\xf2\x6c\x4f\x90\x67\x8b\xa4\x91\x9e\xe5\xd8\xd5\x33\x93\x6d\x14\x4d\x33\x8b\x4a\xf5\x8c\xf4\x66\xbd\x68\x2e\xf9\x74\x1b\xca\xb6\x45\xe9\x5c\x7a\x96\xa2\xa3\x67\xe4\xd7\x8c\x32\x8e\xf5\x2c\x03\x45\x67\x00\x42\xdf\x39\x0d\x8f\x5e\x14\x07\xd6\xcb\x91\xf8\xdd\x9e\x67\x31\xc8\x0a\x40\xa6\xd4\xf9\xbd\xc8\x7b\xe1\xeb\x0b\x5d\x26\x75\x29\x92\xd3\x0b\x2e\x5b\x51\x99\x99\x7b\x11\x9f\xef\x85\xd9\x84\xca\x16\xf3\x7b\xb9\x04\x6a\xdc\x06\x62\x54\xc4\x54\x2f\x32\x73\xf5\xc2\x4c\x4f\x3b\xdb\xe1\xd1\xab\x6e\xa1\xbd\xe2\x16\xda\x54\x4e\xab\x57\x59\x97\x3a\x1c\x51\x62\x54\xe6\xf9\x5e\x65\x42\xea\xb5\xa0\x6e\x68\xf6\x77\x92\xc4\x7a\xa5\x24\x26\x5b\x42\xb7\x66\xb9\x43\x0e\xaf\x0a\x49\xea\x55\xde\x9d\xbd\x0e\x26\x8d\xd9\xe2\x43\xb7\x10\xdd\x29\x44\x97\x63\x93\xdb\x5e\xbd\xb3\xf5\xdb\xd9\x9a\xdd\x74\x79\x75\x17\x44\x04\x79\xfb\xf6\x26\x9b\x40\x6f\x2c\x19\x2c\x2f\x8b\xde\x14\xe9\xd4\x1b\x73\xe0\x48\xbd\xd0\x9b\xac\x60\xbd\xb1\xce\xa1\x42\x0d\x7b\x1b\x9a\x66\x43\xfa\xb8\xd1\xb6\xda\xa8\xb7\xd3\xe3\xc1\x7f\xa6\x18\xd2\x4d\xfe\x33\xbd\x21\x25\x41\xaf\x51\x7d\xca\xfc\xd7\xdb\x84\x3f\xbe\x36\xaf\x4b\xbb\xd5\x7b\xe6\x26\x88\x0c\x74\x93\x8f\x8e\x24\x98\xa3\xe9\xa8\x77\x23\x4b\x67\x19\x07\xd5\x72\xe9\x5d\xd2\x43\xef\xf7\xc7\x97\xcb\x96\x94\x7b\x97\x3d\xa7\x77\x64\xe6\x8a\x8a\x77\xea\xdd\x38\xd6\x3f\x1c\xab\x72\xcd\xed\x56\x7f\x77\xaa\xbf\x8b\x0a\x9a\xf4\x21\x07\xa7\xce\x18\xeb\xa1\x34\xda\x7d\xe8\x9e\xd9\x47\x20\xa0\x85\xd2\xc3\xcc\x8b\xa1\xd8\x45\x97\xef\x3e\xe4\xda\xde\x47\xfc\x48\x71\xd5\xe2\x86\x24\x8b\x3e\x60\xbb\x88\xb2\xc7\xf7\x61\xa2\x33\x3e\xa2\x53\x95\x89\xb9\x0f\x29\xfe\x3b\xb2\x39\xd5\x2a\xf2\x70\xfa\xfc\x9c\x07\x30\x4c\x96\xee\x7e\xca\x0a\xde\x51\x14\xe0\x6b\xdb\x5d\x9e\x8a\x8f\xe9\x67\xc3\x85\xab\x44\xb7\x9d\x6e\x03\x25\x2e\x5b\xd6\xef\xe7\x29\xa0\x9c\xe7\xc7\x62\x95\x7a\xba\x9f\x52\xea\x75\xa8\xc1\x63\x2c\x5a\xc1\x25\x87\xb0\x7e\x21\x73\x42\x91\x24\xd6\x2f\x69\x16\xfa\xf5\x09\x65\xb5\xe9\x1c\x5c\x26\xd2\x17\x89\x74\x15\x37\xbc\x74\x55\xee\xd7\x87\x6b\x75\xa7\x01\x3a\xfa\x2d\xe1\xa8\x23\x75\x5a\x8c\x45\x44\xec\x96\x6b\x43\x47\x19\xe6\xaf\x6d\x77\x79\x4b\x94\xec\x77\x27\x50\xb6\x99\xae\xdf\xb2\xcd\xf6\xbb\xa3\x6e\xcf\xbe\x3f\xf4\x5b\xe1\xe4\xfd\xbe\xb0\x00\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\x8b\x4d\x7f\xbc\x73\xcf\x81\x98\x95\x2d\xed\xf6\xe7\xd5\x57\xa8\xad\x58\xdb\x16\x09\xfb\x23\x23\x42\x7f\x58\x81\x59\xb6\x95\x6e\xa7\xf0\xfe\x12\x17\x64\x3e\xee\xaf\xd4\x9c\xfd\xfd\x04\xfd\xda\x85\x78\xaf\xa2\xaf\x3b\x4a\x09\xd6\x9d\x2c\xe2\xe8\xaf\x22\x82\xfa\xcb\x5c\x81\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\x2b\x79\xa7\x2b\xf9\xe8\xc2\xd8\xb7\x78\x38\x16\xf0\x96\x67\x43\x7f\x65\x0b\xed\x2f\x4b\xc0\x56\x1d\xab\xd7\x84\x01\x79\x65\x62\xdc\x79\x66\x8f\x3e\x65\x22\xe9\x28\xbe\x15\xa3\x1c\x83\xfa\x94\xda\xa7\x23\xc0\xe9\x6b\xdb\x4b\xb7\xf0\xdd\x21\x7c\xc7\xa8\x00\x9b\x3e\x3d\xcf\xb9\xe6\xb9\xd5\x4c\x7d\x56\x7f\xf7\x21\x58\xed\xc2\x93\x79\x7a\xb8\x93\x1b\x24\xba\x37\x2f\xe1\xde\x44\x26\x8a\xb2\x73\x31\x1e\x7d\xea\xc6\xd8\x91\xac\xb7\xba\x60\xe3\xa1\x38\x8d\x71\x44\x88\x0e\x32\x48\x0f\xc7\x29\x8d\x23\x11\x2a\x2a\xfe\x73\x48\x11\x3d\xe0\x83\x5e\x47\x38\xfe\x4a\xe4\x1d\x87\x1c\x65\x07\x93\x1d\x34\x5d\x81\xc6\xf1\x78\x36\x0f\x88\xbe\xf2\xcb\x8f\x43\x5a\xbb\x81\x14\x05\xa1\xbb\xfe\x37\x92\x4d\xee\x7f\x61\xfe\x92\x6a\x6e\x58\xaf\x3f\xa0\xd7\x0f\x5d\xd6\xbd\x11\x74\x51\x1b\x01\x09\x64\xa2\xcc\x32\x23\xc8\x14\x32\xa0\xff\x0f\x45\x81\x75\xc3\x5e\x1f\x03\x5e\x1f\x55\x8a\x82\x11\x6e\x77\x79\x33\x99\x95\x4a\x91\xda\x8f\x7b\xc0\x8f\xfb\x1b\x6e\xd7\x2d\x0a\x32\xb2\x0e\xe4\xc1\xec\xc2\xa4\x11\xe4\x34\x30\x02\x9c\x06\x62\x53\x89\xc2\xf0\x7a\x96\xdf\x65\xa9\xbb\x52\x60\xd0\x9d\x77\x84\x8f\xcf\xd6\xa1\xba\x4a\x51\xa7\x79\x44\x9e\x66\x95\x44\x18\x51\xce\x35\x03\x97\x82\xaf\xad\xab\xad\xba\x8d\xb0\xfc\xf9\xee\x76\x1b\x64\x8e\xa6\x72\x60\x31\x7a\x3c\x54\x71\x8b\xb2\x9d\x8f\x28\xcd\xca\x88\xa8\x1f\x1e\x9b\xca\x73\x45\x79\x0d\x8c\x98\xd6\x77\x1b\x98\x0e\xca\x1a\xb1\x70\x3c\xd5\xc0\xb3\xb9\x63\x20\xdd\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\xcc\x64\x2a\x46\xe9\x98\xac\x11\x4f\x82\x4c\x75\xc8\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa8\x45\xb1\xde\x11\xa9\xbf\x56\xd5\x98\x11\x6f\x7f\x07\x27\x92\xe2\x02\xb0\xf1\xf1\x5c\x1e\x2e\x4f\x35\xae\x92\x44\xb8\x91\x98\x0c\x59\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x99\x24\x06\x62\xa9\xdb\xa1\x32\x77\xe9\x72\x97\x17\x21\xad\xd3\x65\xd7\xf6\x01\xd7\xf6\xaf\x6d\x83\x25\xc9\x56\x3f\x10\x8b\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x83\x35\x86\x36\xc1\x29\x21\x46\x5e\x88\xa4\x72\x68\x45\xba\xd5\x51\x3a\x77\x41\x05\xdc\x8a\xdc\x1b\x46\x41\x0d\x2a\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x71\xa4\xa3\x20\x09\xf6\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x19\xa5\x47\x35\x6e\xd6\x38\x91\x15\x62\xcf\xb2\x9a\x38\xd6\xc4\x73\xae\x12\xe0\x56\xf9\x8f\xa5\xf2\xef\x2a\x36\x56\xa5\x8d\x1e\x95\xda\x68\x19\xac\x47\x95\xb5\x66\x20\x9d\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\xd4\xca\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\xe7\xf7\x80\xe7\x77\x93\x63\xca\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\x8f\xea\xd1\x06\x8a\x8d\x88\x9c\x36\xcf\xb1\x31\xb9\xec\xd0\x8e\xb7\x2b\xb9\x0d\x65\x57\x54\x6f\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf7\xdc\xa6\x67\x39\x39\x4b\x55\xc1\xeb\xf2\xf7\x18\x4c\x34\xd5\x65\x1c\x1f\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x93\x2d\x0a\xd5\x7b\x75\x1b\x32\xda\x8c\xa1\x52\x73\x76\xbb\x19\x70\xbb\x69\x41\xc5\xd4\xbb\x09\x40\x67\xe6\x68\x45\x11\x0e\x5f\x11\x06\xaf\x08\x5d\xde\x75\x63\xf8\x18\x0c\x1e\x03\x99\x57\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x2a\x26\x8a\x21\x0c\x03\x65\x24\x16\x22\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x46\xba\xee\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\xed\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\xea\x15\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x2a\x86\xc4\xa1\x52\xcf\xc3\xcc\x0e\x7e\x40\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x72\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x51\xbe\x31\xa6\x7b\x9c\xac\xc2\xaf\x42\xe2\xa7\x0c\x32\xe3\x8c\x2c\x38\x2b\x66\x77\x1a\x9d\x4f\xa2\xb3\xb4\x3f\xe3\xbc\xfc\xdd\xc5\x44\x55\xaa\xe7\xea\x7b\xcc\x38\x51\xa8\x57\x21\x36\xe3\x94\x6d\x68\x9c\xcf\x44\x93\x46\x53\x56\x84\x81\x1c\xd0\x4d\xd1\x22\xe3\x9c\x6e\x42\x1d\xf3\xe8\x42\xaf\x97\xb9\xfc\x45\x2e\x2f\xf7\x83\x71\x99\x38\x5f\xc7\x9a\xa4\xbe\xb3\x34\x75\x45\x0c\xa7\x4a\xe7\x97\x8c\x46\xe3\xfa\xc4\xc5\x16\x55\x38\xdf\x16\x92\x01\x0b\x49\x53\x66\x98\x71\x99\x56\x5e\x89\x79\xe9\xc4\xe2\x2f\xd3\xca\x8b\xb4\x52\xa6\x9a\x71\xf9\x10\x5f\xdf\x21\x6e\x49\x65\xc3\x2f\x93\xd1\x8b\x64\x54\x66\x9c\x71\xc9\x33\x7d\x5c\xf0\x4c\x1f\x87\x38\xc1\x55\xdd\x65\xe5\x86\x8b\xfd\x5f\xcd\x7d\x36\x66\x86\x54\x75\xd2\x6b\xb8\xed\xc3\x79\x94\xad\xf9\x37\x79\xb7\x8e\xff\xa5\xb8\x6b\x9f\xa7\x01\x9f\xa7\xa6\xe8\xa1\x71\x99\x2b\x5d\xc8\x6e\xe0\xc2\xd1\xb7\x74\x00\xe3\x5e\x39\x29\x85\xcf\x77\x16\xc4\xee\xcc\x36\x11\xee\xdb\x62\xf9\x5d\x98\x87\x52\x38\x7b\x57\x7f\x57\x99\x2b\x53\xc4\xe6\x36\x58\xee\xca\x2c\x99\x22\x36\x8f\xb4\x7d\xe3\x61\x21\x0f\x79\x91\x8e\xc7\x84\xe8\x61\x4d\x8f\x28\x61\xf1\xf1\xae\x3f\xbc\x3e\x0c\x71\xc8\xa7\xb8\xad\xb0\x6d\xa8\xcf\xe2\x3e\x0b\x76\x5d\xec\xff\xf1\x0e\x3d\x6b\x87\xba\x8a\xf2\xeb\xaa\x3f\x9e\xc1\x93\xb0\x6f\xb6\xe3\x31\x99\x7a\x56\x2d\x76\x1d\xc9\x47\x6e\x4d\xe3\x59\xb5\xb2\x5d\x96\x5d\x49\xad\xc6\x0b\x8f\xd6\x74\xb8\x4e\xb6\xe9\xf3\x1b\x90\x4d\x45\x94\xc3\x57\xcd\xf1\x76\xa6\xe3\x77\x79\x6c\x29\x09\x07\x52\x70\xb4\xfc\x53\x97\xfe\x75\x13\xcb\xb3\x0a\x6f\xdf\xdb\x6d\x0f\xeb\x69\xef\x05\xbc\xf2\x15\x1f\xf0\xb5\x8a\xe9\x70\x65\x78\x29\xd8\xc6\x3b\x91\x18\x48\x14\xe0\x9d\x9e\xc8\x44\x49\x6f\xd7\xd5\x95\x2a\x7d\xcc\x03\x09\x94\x5c\x58\x56\x0a\xa8\x81\x40\x88\x78\xfc\x14\x9d\x55\xb8\xe9\x40\xb2\xdb\x6f\x22\x2a\x98\x2a\x25\xcd\x98\x88\xda\x4b\x2e\xbd\x6d\x53\xd4\x98\x15\x45\xa0\xc5\xfe\xa7\x52\x2f\x8d\x59\x59\xf3\xd6\xe5\x68\x3d\xda\xe0\x68\x2e\x1d\x6c\xa1\x7b\xde\xcc\xbe\xaa\x72\x73\xb6\xa5\xaf\xd4\x92\x25\xbb\xd0\xa9\x70\x68\x8e\xc1\x82\xa5\xae\xc5\xb9\x4f\xe4\x44\xb9\x9f\x5e\x5c\xff\x50\x5a\x80\x79\x7e\xb2\x58\x57\x80\xd3\x3c\x05\xae\x09\x8d\x59\xaf\x3f\x55\x02\x2f\x35\x95\x55\x40\x71\xb7\x5d\x32\xd4\xcc\x8b\xd9\x1a\xa2\x5a\x92\x5b\x90\x21\x4c\x15\x13\x5f\xb9\x5f\x4f\x20\x6b\x93\xeb\xde\x7c\x75\x84\xe7\x8b\x23\x5c\x77\x9e\xfd\x63\xbe\xc9\x9f\x21\x25\x46\x57\x81\xbb\x57\xd7\xaf\x89\x20\x21\xfb\x48\x4e\x6b\x68\x26\x34\x34\x6d\xa8\x96\xdb\x2b\x8a\x3e\xdf\x8f\xa2\xb7\xb1\x05\x90\xf9\xca\xe9\x6d\xbe\x9f\x00\xd2\x46\xf0\x57\x8f\x9b\x5e\x7c\xe5\xb1\xa6\x9a\xf2\x81\x26\x2d\x2c\x7b\xf2\x1f\x5a\x35\x97\xd7\x7d\xb3\x27\x8f\xc0\xc6\x58\x55\x3b\xf1\xcd\x9e\x7d\xe6\xec\x5d\xb6\x4f\xfb\x8c\xea\xec\x55\xb5\x11\xa7\x88\xc1\x9c\x2c\x59\xe8\xfa\x7c\xa7\x5b\x60\x20\x53\x9d\x3b\xc9\xe6\x73\x2e\x58\xec\x16\xcf\x1c\x95\xaf\xbb\x2b\x16\xea\x38\x4c\x58\x66\x83\xdd\x21\xe6\xac\xfe\xea\x63\x2c\x2e\xf4\x39\x5f\xcf\xee\x85\x74\xaa\xea\x79\x7b\xde\x61\x06\xa6\x4a\x39\x8e\x5d\x27\x2f\x24\xb7\xc1\x87\xf4\xd8\x9b\x15\x66\x28\x6e\x43\x7a\xa4\xa3\x26\xb5\x35\xb7\x21\xeb\x49\xd8\xe3\xc5\x78\x6d\x1e\x14\xe3\x45\x1e\xb4\xd5\x46\xb1\xce\x4d\x8f\xbe\x7f\x1b\xcd\x35\x3b\xb3\x77\xd9\xbe\x04\xdf\xbf\x83\x59\xd0\x95\x9f\x7c\xfb\x4a\x7c\xff\x32\xd1\x76\xfa\x9f\x4c\xac\xdf\x8f\xff\x7a\xfe\xe7\xff\xf1\x7f\xfd\xdf\xe7\x7f\xfe\x3f\xe7\x7f\x7d\xff\xdc\xff\xe3\x5f\xff\x7a\xff\xe3\xbf\x3f\xff\xe5\xfe\xef\x7f\xfe\xcf\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xdf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x7f\x00\x00\x00\xff\xff\x0e\xf7\x18\x67\xc1\xb5\x03\x00"); -var _bbbbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x51\x8b\xdc\x20\x10\xc7\xdf\xfd\x14\xf3\x78\x7d\x69\xa2\x59\xdd\x14\x24\x50\x6e\x39\x9a\xc2\xf5\x4a\xb7\xd7\x16\x4a\x1f\xdc\x38\x09\x42\xa3\x62\xcc\xc3\x7e\xfb\x32\x26\xbb\x85\x7b\x88\xe6\xff\x9f\xdf\xe8\x38\x53\x3d\xf6\xa7\xde\xbb\x0c\xd5\xd7\x14\x86\x33\x66\x18\x9d\xb7\x09\x97\xb0\xa6\x01\xe1\x82\x93\xf3\x8c\x71\x01\xd6\x0d\xf9\x26\xcb\x36\xcc\x26\x32\x46\xf9\xe7\xeb\x92\x71\xee\xfd\x18\xa0\xd9\x38\xbb\xc6\x9d\x05\xa8\xbe\xe1\xe4\x96\x9c\xae\xf0\xf0\xd1\x86\x0b\xbe\x03\x8b\x23\xf9\x2f\xc9\x62\x72\x7e\x82\x87\xcf\x26\x1a\xcf\xef\x81\xf3\x1a\xe3\x5f\x9c\xd1\x67\xa8\x8b\x87\xde\x96\x9d\x55\x8f\xcf\x26\x7e\x31\x33\x42\xf5\xc9\x25\x33\x19\x6f\x4a\xa0\xf8\x3f\x30\x2d\x2e\x78\xe0\xf5\xfb\xba\x56\xff\xfd\xef\xd7\x88\xc0\xf7\x03\x5e\xfb\xd3\xcb\x38\x2e\x98\xa1\x55\x62\x63\x7e\xbd\xf6\x27\xf8\xcd\x81\xd7\x20\x64\x73\xf8\xf0\x67\x47\x7f\x3e\x07\x8b\x7b\x05\x8c\x6f\xef\x19\x82\xc5\x25\x9a\x01\x93\xf1\x13\x32\x00\x5d\xd7\x1d\xe8\xa7\xa7\x8e\x8a\x7c\x13\x65\xed\x9e\xe4\xec\x66\x68\x41\x30\x2d\x92\x4b\xa6\x05\x27\x25\x3b\x68\xc4\x91\x69\xa1\x48\x8d\x14\x53\x4c\x37\x44\xd2\xd2\x1c\x04\xd3\x0d\x91\xd2\x76\x20\x85\x62\x5a\x22\xa9\xb1\x83\xa6\x6d\x99\x56\x44\x2a\xd1\x81\x3c\x72\xa6\x15\x9d\x72\x44\x52\x87\x52\xd2\xed\x6e\xfa\xa7\x89\xdd\x3b\x38\xac\x29\xa1\xcf\x65\x5e\xa5\x4f\xf4\x50\xe7\xf1\x3e\xfb\x18\x22\x65\x95\xef\x5f\x00\x00\x00\xff\xff\x35\x0d\x74\x28\x27\x02\x00\x00"); -func _cbg ()([]byte ,error ){return _c (_cga ,"78-RKSJ-V")};func _fdd ()([]byte ,error ){return _c (_gbcg ,"Adobe-GB1-2")};func _gfec ()([]byte ,error ){return _c (_febcg ,"Adobe-KR-6")};var _babg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\xff\xfe\x9f\xff\xcb\x9f\x52\xfc\xf7\xff\x0b\xde\xc1\x2b\xff\xe7\xfd\xdb\xdf\x7f\xf9\xeb\xaf\x5f\xe1\x7f\xdc\x62\xf1\xe3\xff\xf2\x6f\x7f\xbb\xbf\xc2\xea\xea\xbf\xfe\xf3\x9f\xff\xe3\xd7\xff\x1d\xbe\xc2\xf6\x15\x4b\x0d\xf9\xff\x59\xcf\xff\xaf\xff\xfc\xd7\xeb\xfe\xda\xd8\x0a\x9c\xc6\xf9\xd7\xeb\xfe\xfb\xdf\xf6\xf3\xfe\x6d\xff\xf5\x5f\xee\x3f\x7c\x7d\xfd\x4f\xdb\xfa\xf7\x3d\xff\x1b\xb6\x3f\xfd\xe9\x4f\x7f\xfa\x9e\x70\xfe\x37\x6f\x7e\x3a\xf8\xf5\xaf\xff\xb8\xee\x87\xcf\x7e\xff\xed\xfc\x17\x9e\xef\xaf\x30\xbf\x7e\xbf\xf6\x87\xb0\x6d\x6b\xf4\x5f\xae\xf3\xff\xdd\x7f\xfb\x7c\x58\xce\xef\xaf\xd1\x3e\xad\x36\x5b\x43\xad\xeb\xfb\x6b\x64\xb5\xee\xef\xaf\xb0\x6d\x9f\xe6\xbe\xcd\x61\x3e\x8d\x3c\x7f\x53\x37\x7b\xf9\xfe\xaa\xfe\xb1\x7e\x7f\x8d\xa4\x56\x9b\xaf\x56\x35\xfb\xf7\x57\x48\x51\xcd\xf1\xfd\x15\x8a\x9b\xfb\xf7\x57\xc8\x1e\xf3\x98\xdf\x0a\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\x42\x1c\x05\xf1\x51\xe6\xcb\xfe\xb5\x7e\x7f\x85\xd0\xd5\x9c\x30\x07\xbf\x0c\x98\xd5\xf3\x31\x61\xae\x02\xf2\x00\xcc\xfe\x75\xc2\x1c\x05\xe4\x01\x30\x34\xfd\x73\x0e\x94\x34\xee\x35\x7b\xce\x9a\xfe\x35\x5f\x2e\xea\xf9\x9e\x2f\xe7\xf2\x69\x3e\x78\xf9\x03\x64\x98\x24\x30\x52\xad\x6a\x07\xb4\x83\xda\x71\x76\xd6\x8a\x5f\x48\x78\x50\x87\x1e\x64\x3c\x48\x4d\x0f\x80\x95\xa6\x21\xc3\x56\xd9\x87\x07\x6d\x78\xd0\x3c\x4a\xc7\x83\x9e\xf4\x60\xf0\x81\x47\xd9\xbf\xbf\xe2\x96\x92\xdf\x38\xf0\x40\xab\x1e\xb6\x93\xa3\xf8\x93\x8b\xa3\xf8\x8d\x9b\xa0\x7b\xd8\x87\x6f\x7c\xd0\x1e\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x96\x3e\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\x94\x36\x4a\x08\x9c\x69\xf7\x18\x9c\xe9\x70\x97\x37\xa1\x70\x17\x0f\xa1\xd0\x83\xc8\x99\x7a\xd5\x62\xe0\x1b\x5a\xe8\x18\xf9\x86\x1f\x70\xa1\xbb\xfb\xe0\x42\x0f\xe1\x33\x72\xf2\xa2\xdb\x10\xb1\xd0\x3d\xb8\x8f\x8e\xa9\x08\xd0\x38\x66\x3b\x08\xdf\x11\x53\xaf\x86\xea\x40\xdb\xbf\xaf\x89\x09\xff\x71\x4d\x4c\x5f\xa4\x35\x31\x11\x5b\x9a\x4b\x98\x05\x41\xe2\xb4\xa2\x90\x97\x12\x1f\xf8\x83\x35\x4f\x7f\xb2\xe6\x29\x28\x12\xe7\x29\x16\x13\xd2\x5a\x64\xf7\xd1\xd9\xa9\xe0\x4c\x5c\xe4\x17\x9c\x3b\x57\xdd\x7d\x90\xa0\xb3\x47\x39\xf1\xc0\x84\x92\xb8\xcc\x9e\x7c\x22\x41\x67\x77\x4a\x6c\x44\x2d\x51\x5e\xd8\x50\x1f\x19\xd8\xd0\x8a\xe5\xb9\xbd\xfd\x7d\x5e\x9b\x5b\x30\x64\xe2\xa2\x09\x17\xb9\x10\x4a\x2d\x71\x26\x2e\xbc\xa9\x32\x37\x77\xf5\x1b\x24\xf8\xe6\x51\x06\x81\xc2\x79\xf3\x39\x59\xfe\x7b\x67\x4d\xc8\xdc\xf9\xd1\x20\x60\x3b\x98\x2e\xf3\x3c\x7e\x92\x11\x99\x2f\xd0\x8c\x70\x50\x36\x02\xa4\x15\x2f\x6b\x53\x6b\xb5\x0a\xb0\x20\x80\xcb\xc4\x42\x16\x96\x0b\x71\xe0\xbd\x53\x48\x0f\xd5\xdf\x2f\x7a\xf0\x08\xa4\x07\xe3\xb1\xac\x4d\xef\x3e\xd6\xa6\xf7\x28\xa4\x07\xd3\x54\x39\xf8\xc0\xa3\xac\x6d\x2f\x3c\x96\xb5\xed\x0d\xf8\xa2\x07\xad\x45\x21\x83\xd3\x61\x10\xea\xa4\x07\xef\xcf\x3a\x37\xbd\xce\xb3\x50\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x67\x58\x23\x97\x30\x14\x2d\x73\xcb\xfb\x13\xee\x0c\x93\x59\x23\x26\x8c\x9a\xb6\xa8\xc2\x9d\x4e\x2e\x61\x4e\xd4\x48\x13\x26\xc4\x46\x9a\xf0\x19\xd7\x16\x4d\xf8\x93\x75\xe8\xf9\xc1\x35\xbb\xf4\x08\x93\x5f\x9a\x0b\x8d\xb9\xc0\xc6\xfc\xc0\xf2\x76\x6f\xad\x33\xf2\x81\x40\x3e\xb1\x97\x8c\xd9\x93\x98\xf5\x07\x0f\x7e\xd7\x52\x5c\x1b\x30\x2d\xa4\x5c\x01\xef\xab\xbf\x2b\xe2\x77\xcd\xf0\x4a\xf8\xdd\xed\x8c\xdf\x05\xe1\xb5\xd8\x8d\x66\x70\x51\x96\xb0\x1c\x70\x11\xa9\x66\xf0\x17\xb7\x9a\x4f\xe0\x8b\xec\xc6\x1b\xe9\x22\x5a\x7d\x3a\x5e\x8b\xf5\x8a\x04\x2f\xa2\xd5\x3c\xe6\x21\x1c\xc6\xf3\x03\x29\x57\x88\x8a\xf3\x04\x18\x59\x5d\x46\x32\x9d\x2e\xaa\x8f\x05\x98\x90\x74\x18\x0b\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xee\x94\x6b\x38\xdc\xe9\x45\x48\xfd\x80\xec\x72\x78\x14\xce\x25\xa5\x9f\x1c\x4c\x91\x5c\xa4\x07\xc1\xb4\xb8\x88\x04\xb7\xd8\xb8\xc6\xda\x0e\xb1\x71\x8d\x45\xef\xb1\x11\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x85\x09\x43\xbe\x30\xa1\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x37\x84\x9e\x7e\x02\x3d\xfe\x82\x33\x31\xbe\x3a\xe9\x33\x18\x0c\xae\xa9\x64\xe3\x38\x38\x35\xf1\xb0\x38\x38\x35\x43\x3e\xc0\xa4\xbc\xcf\x06\x67\xe2\xbd\x3b\x48\xaf\x3a\xb2\xe2\x58\xd4\xe8\x41\x38\xb5\xe1\x3e\xb8\x91\x86\x07\x21\xe4\xc1\x6f\x2c\x40\xb5\x6c\xfb\x82\x4b\x9d\xee\x8b\x65\x68\x51\x0e\x4e\x45\xec\x39\x1e\x7c\xc3\x14\x78\x70\xdf\x18\x81\x53\xb1\xf4\x96\x38\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xd0\x33\xbd\x3c\x27\x25\x3b\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xba\x1c\xcf\xfd\xad\x2e\xc7\xf3\xf8\xfe\xd2\xe1\x17\x4f\x62\x44\x4c\x37\xf2\xec\x30\xd9\x5e\x6b\xfe\x1a\xff\xc3\xd9\xfd\x60\x69\x89\x42\x2a\x38\x7b\x72\x0f\xeb\xb8\x14\x7c\x93\xaf\x1b\x39\x17\xe5\x86\xe2\xf7\x49\x3c\x92\x7f\xd2\xd4\x8e\x05\x71\x9a\xaa\xef\x70\x2b\xbf\xe7\x9a\xa6\xd6\x1b\xc5\x58\xd3\xf6\x3b\x48\xd2\xd4\x56\x43\xf2\xb7\x73\xee\xc9\xc3\x5c\xbf\xc7\x63\xa2\x62\xda\x25\x5c\xa4\xc0\x9d\x21\x71\x31\x51\x07\xec\x12\xbb\x13\xb5\xb3\x2e\xb1\x29\x51\x3b\xeb\xc5\x0f\xda\xdb\x00\x91\x22\xec\x11\x1a\x32\x92\x62\x3d\xdb\xb8\x86\xf4\x1b\x1c\x52\x0a\x76\x8a\x84\x52\x62\x54\x4a\xa4\x47\x69\xc7\x69\x2a\x5b\x12\x88\x12\x15\xab\x2e\xb5\x3f\x25\xd8\x31\x04\x60\x5a\x20\x68\xd6\x89\x23\x36\x3f\x20\xa2\xdc\xe5\x3a\x5b\x24\xa7\xa5\x0e\xa1\x2b\x8b\xe8\x52\x87\x16\xe5\x23\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\xa0\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x92\x54\x8d\x3a\xcd\xd3\xc9\x3e\xb4\x9b\xd3\xc9\x3e\x74\xa4\xa5\x93\x80\x99\x0a\xe6\x86\x08\x71\x1b\xdb\x4f\x8e\xa3\x84\xed\x12\xb7\xe1\xcf\x0b\x1f\x68\x00\x6c\x87\xb8\x89\x84\xf3\x16\x60\x55\x53\x1b\x8a\xd1\x26\xf6\xf0\x40\xd8\x8a\xe1\xb3\xbf\xc2\x0d\x7e\x91\x3e\x0c\x22\xdc\x07\xa4\xa0\xcf\xd9\x1f\x9e\x86\x2d\xfc\x61\x83\xe1\x69\x14\x7a\xfc\x3b\x38\xeb\x07\x6d\xe1\x69\x38\x33\x3e\x4b\x11\xb7\x6d\x8a\xdd\x1f\x34\xc7\x6d\x6e\xb8\xea\x5f\xc3\xc4\x47\x56\x2b\xfc\xae\x15\x7f\xd7\x9a\xe7\xec\xab\x99\x5f\x74\x16\xb7\x50\xbe\xbf\x6a\xd5\x28\xa1\xce\x66\x55\xb3\x9b\x43\xc6\x2d\x0c\x73\xc8\xb8\x61\x1b\x7e\xa6\x17\x37\x6c\xc2\xcd\xef\x4e\xea\xfc\xac\x78\xdc\xc2\x0d\xec\x7d\x9a\x71\x42\xf8\x41\x45\xdc\x22\x80\x70\x13\x40\xa8\xab\xb9\x93\x64\xb9\x8a\x5b\x3a\xbe\xbf\x24\xd1\xc6\x0d\xfb\x22\x86\xa0\xbe\xd3\xfd\x62\x3e\x71\x4b\xdc\x98\x59\xbd\x67\x52\x63\x57\x87\xd0\xeb\x37\x75\x98\x07\x3b\xd4\xef\xa0\x84\x1a\xbb\x46\x98\x82\x62\xeb\xc6\xcb\xd4\x3d\x9b\x8e\x8a\xb8\x61\xe5\x53\x73\x1b\x20\x0c\x23\x67\x07\xe9\x14\x0d\x09\xe6\x5b\x65\x76\x89\x1b\x98\x6f\xd8\x3e\xdb\x30\xc2\x34\x19\x42\x2f\x7e\x90\xbe\xbf\xda\x47\x98\x8a\xb4\x33\x06\xf1\xa3\x08\xa3\x61\x4f\x9b\xdf\xdf\xd1\xce\x6a\x03\xa6\x22\xba\x80\xf1\xae\x6f\x51\x1f\x4c\x4a\x68\xd5\x23\xc4\x30\x7f\x37\x00\x30\x89\x09\x62\x98\xbb\x46\x7a\xfd\xdc\xd8\xbf\x1f\xcc\x65\xfb\xb0\xbb\xf8\x31\x5e\x89\xd4\x96\x61\xa9\x7c\x24\xe3\x08\x1b\x50\x4f\x1f\x41\x2d\xc2\x74\x31\x64\xd7\x8b\xb0\x5c\x0c\x89\x7a\x11\x86\x8b\x21\x51\x26\x7e\x2c\x13\x51\x1d\xcc\x65\xe8\x69\xd3\x00\x53\xe4\x1a\xd2\x73\x23\x14\x42\xa9\x39\x11\x0a\xa1\xec\x4b\x31\x50\xf0\x29\xa2\xb3\x30\x05\x82\x9e\x36\xbd\x70\x82\xa3\x44\x03\x8c\x43\x3d\x46\x43\x44\x1e\x16\x0d\xf2\x05\x11\x25\x8b\x14\xa1\xf2\xcd\x07\x82\xf1\x9e\x83\x6c\x46\xca\xdd\xd0\xd6\x07\x77\x47\x5b\xab\x78\x0f\xb4\x05\xe4\xd4\xd5\x7a\xd2\xfb\x11\x74\x54\xf2\xc7\x5c\x1a\x23\x6d\xda\xf9\x23\x69\xc5\x48\x9b\x76\xfe\xe8\x0e\x31\xd2\x84\x9d\x45\xce\x71\x5b\x56\x2e\x3f\x68\xec\xc3\x9d\x42\x38\xc9\xd5\x0f\x06\xfb\xa8\x7a\xb0\x73\x4b\x6c\x7a\x70\xf0\x13\x0f\x4b\xf3\x9d\xd8\x40\xa4\xf9\x79\x7c\x44\xe6\x18\xc1\xe6\x8a\x9b\x89\x0b\xa4\xb9\xc2\x96\x1c\x04\x25\xc5\x86\xfc\xd1\x70\x62\xa4\xa5\xb8\xbc\x3a\xa4\xbf\xa3\x8c\x1f\x9c\x31\x31\x06\x32\x16\xb1\x85\x18\x89\xdb\xe1\x07\x6b\xd6\x7e\x40\x10\x9a\x66\x1d\x2f\xce\x49\x30\x47\x4a\x5d\x22\xca\x48\x39\x21\x57\x3f\xe0\x3e\xf1\x27\x60\x80\x46\x64\x5a\xb3\xd2\x03\xda\x31\x8b\xc8\x30\xe6\xd5\x83\x30\x43\xa3\x64\x11\x7f\x5a\xfa\x78\x16\xaf\x5f\x7a\x6c\x2e\x7e\x10\xf8\x86\x96\x8b\xe6\xb2\x22\x86\xb3\xd4\x80\xf1\x7a\x70\xf3\x81\xfa\x80\xff\xab\x0c\xc3\xb1\x93\xd2\x86\xa6\x76\x2c\x14\xeb\xc1\x09\x39\x33\x7e\xc4\xe0\x98\x40\x7a\x73\xa9\x3f\x0f\x26\x51\xc8\xbb\x12\xd3\x72\x30\x88\x4f\xa5\x81\x5d\x2a\x03\x67\x4c\x83\xe7\x87\xa8\x39\x41\xf7\x78\x3f\x00\x9c\x51\x66\xf3\x98\xa0\x8c\x44\x93\x5e\x82\x32\xf2\xbb\x4f\xca\x7f\xfb\x80\xd2\x83\x58\x3e\xc4\xa8\xdf\xbd\x31\x25\x9e\x50\xe3\xc7\xf3\x11\x73\x4c\x7c\xf0\x99\x7c\xbe\x27\x0b\x97\x89\x2c\xe6\xe7\x81\x01\x4b\x0c\xad\x4c\x0e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x8b\xd6\xa3\x60\x28\x15\x1d\x16\x7d\x3f\x55\xfe\x1e\x3f\x82\x76\x2c\x0d\xfd\xe9\xe4\x2c\x93\x61\xf6\x98\xf5\x7d\xc7\xf7\x42\x65\x99\x1a\x6a\x8f\x59\xe3\x4d\x71\xb3\xc7\x2c\x78\xa6\x82\xda\x63\x56\xff\x1d\xf0\x25\xf7\x8f\xf1\x25\x9b\x94\x89\xf8\x16\xf5\xf3\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x07\x4c\x21\x46\x5f\xdd\xed\x64\xc8\x1f\xd5\x22\x96\x83\x07\xb9\x4e\xd5\x72\x80\xe3\x0b\xbe\x03\x1c\x5f\xe0\x1d\x5c\xb3\xe1\xd7\xc9\x7c\xfd\xc2\x39\xdf\xd7\xf4\xa7\x00\xd8\x92\x66\x7f\x92\x6c\xc4\x15\xcb\x89\x13\x54\x07\x46\x99\x07\x88\x8f\xa7\x32\x35\xca\x26\xb9\xa5\x9c\x40\xb6\x07\xa3\xcc\x9c\xc4\x4c\xca\x3c\x6f\x5a\xd4\xe8\x38\x6d\x36\xf3\x85\x32\x09\xaa\xe9\x3c\x2f\xe7\x33\x9b\x02\xe6\xce\x58\x6b\x61\xf3\x2e\x68\x0b\x1a\x78\x4a\xe3\x8b\x58\xee\xf9\x7d\x13\xf0\xcf\x42\xae\xe0\x7d\x78\xda\x69\xf5\xea\x3c\x37\x9a\x24\xc0\xba\x61\xb6\x41\xcd\x1b\xe2\xc4\xe7\xf3\x1a\x40\x0b\xda\xc7\x35\x80\x16\xfc\x79\x9e\xb4\x20\xde\x51\xa7\x10\xd7\xc4\x5b\x6a\x05\xa5\xea\xd8\xab\xa0\xf4\x4d\xbc\xbf\x56\xd2\x8a\x7a\xaf\x09\xef\x27\xb5\x33\x7e\x17\xec\x15\xd8\xd0\x51\x52\x6b\x45\x3b\xab\x4d\x4a\x10\x38\x73\x27\xc9\x31\x1a\x6b\x3d\x40\x68\xe2\xc1\xb5\x92\xc9\xbc\x1e\x4c\x5a\x69\xee\x0f\x9b\x3f\x8c\x1f\x9d\x3c\xb5\x62\x29\x04\xfc\xe2\x4f\x62\x9b\x75\xed\x84\xe2\x37\xb8\x58\x92\xce\xea\x24\xd5\xa9\xfc\x08\x41\xc7\x4d\x75\x48\x0f\x96\x34\x23\xea\x6e\x1b\x79\x9c\x8e\xf0\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\x88\xde\x51\x26\xf7\xd8\x32\x05\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x4c\xb7\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x38\x23\x6a\x14\x17\x1c\x30\xc4\xc4\xa8\x8d\x78\x00\xae\xb0\x89\x54\x0f\x58\x03\xa2\x19\xdb\x11\x09\xc6\xc7\xfc\x12\x0f\x9c\xdc\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x82\x03\x30\x9a\x06\x8f\x51\x7e\x07\xf9\x31\x1a\x15\xc8\x4f\x17\x37\xb0\x51\x8a\xa8\xe8\xee\xf0\xb5\x59\x68\xbf\x7b\x81\xae\x56\xfc\x46\x83\xc7\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\x61\x03\xcc\x16\xc5\xee\xa9\xe1\xe7\x9a\xdd\x8e\xdf\x5f\x49\x6e\xcf\x78\x4f\x39\x38\x5b\x10\xbe\xa7\x20\x9c\xcd\x09\x6e\x1a\x00\x93\xc4\x9e\x7b\x30\xc8\x42\x8c\xf4\xc6\xcc\x53\x2f\xee\x12\x71\x17\xa5\xfa\x93\xf1\xfd\x55\xb6\xe2\x3e\x8f\xd9\xee\x6e\x4f\xf2\x6c\xb2\x07\xc6\x7b\x1e\xd2\xa9\xea\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x3c\x17\x6f\xc4\xd7\x14\x79\x67\xe2\x8d\x13\x39\x07\x6d\x81\x1b\x71\x34\xd9\xfa\xc0\x8d\x48\x9a\xe4\x03\xe8\xc6\xbe\x4a\x43\x07\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x9f\x8f\xe0\xa9\x23\xa2\x26\x5b\x0a\xba\x11\x53\x93\x86\x18\xdb\x8d\x43\xa9\x6c\x62\x0d\x37\xec\x96\xef\x4e\x0f\xcc\x25\x18\x1b\x30\x64\xe6\xad\x69\x2e\x88\x9f\xc9\xdb\xeb\x13\xda\xd4\x44\xd0\x30\x4e\x84\xf4\x5a\x65\xd8\x37\x87\xce\xbe\x9b\xde\x2e\xdb\x09\xee\x33\x61\xd1\xb4\xbd\xef\x29\x7b\xc5\xaa\x8d\x77\x33\xf0\xa6\x4a\x38\xbb\x61\xe1\x4c\xd6\x8b\x6f\x5a\x35\xe5\xd1\x8a\xf7\xc9\xf8\xa2\xee\x41\x20\xe0\x45\x13\xdb\x15\xbe\xbf\xd2\x66\x94\x53\x43\x32\xe7\xba\xe9\xf3\x7a\x7f\xd1\x38\x33\xbf\xd1\x27\x9c\xd2\x3d\x6e\x28\xd7\xa9\x1b\x17\x50\xae\x93\x2d\x02\x37\x82\x84\x92\x8c\xab\xf1\x9e\x87\x63\xa8\xc6\xc5\xd4\xb2\x52\x32\x65\xdc\xa0\x0c\x9d\xbd\xf7\x7d\x60\x48\x21\xf7\x86\xe3\x31\xfb\xf7\x49\xad\x43\xba\xcd\xfd\xc0\x04\x21\xd1\xe5\xd9\x68\xdc\xda\xd4\x9e\x4c\xcf\x47\xfd\x33\x79\x6f\x96\xad\x2a\x3e\x53\x47\xcb\x66\xd6\x0f\xcc\xaf\x8a\x07\x8a\xcf\x3c\x7a\x73\x90\x28\xf0\xcc\xb3\x37\xc5\xe6\xef\xdb\xfc\x3d\x78\xbc\x89\xb2\xa2\x2d\xfd\x4c\x75\x2d\x47\xe9\x03\xcf\xd4\xd6\x52\xec\xf5\x27\xa7\xd3\x33\x35\xb9\x94\x86\x07\x3f\x67\x67\xc1\x9d\x5f\xb3\x1d\x0d\x3c\x18\xd4\x0b\xf8\x67\xb6\x85\xbc\x27\x6c\x68\x0b\x98\xa9\x07\xa6\x50\xfd\xfb\xe4\x57\x43\xec\xe7\x99\xe7\x52\x8e\x12\xbb\x9e\x50\xbf\xbf\xb2\xed\x08\x0f\x82\x90\x92\x91\x31\x55\x84\xd4\x3c\xd9\xa9\x36\xe6\x24\xae\xfc\xcc\xe3\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x35\xeb\x99\x92\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\xf4\x51\x94\x65\xe6\x99\x72\x7f\xea\xda\xdc\x4f\x9c\xfb\x4e\x4e\xaf\xf8\xcc\xd3\x2b\xda\x4e\xf8\x20\xd0\xe8\xb5\x58\x71\x2e\x6e\x15\x83\x79\x22\xf6\x83\x76\xfa\x33\xcf\xb6\x98\x8b\xc7\xdb\x7f\xc7\xff\x9f\x78\xa0\xed\xfe\xe6\xfa\x79\xdf\x3f\x53\x67\x8d\xa1\x19\x9e\x39\xbf\x66\x7c\xc1\x12\x3e\x4c\x4c\x30\x84\x0f\xc9\x56\x0f\x62\x90\xe4\xb8\x88\x4f\x22\xe7\xf1\xfb\xbf\x3f\x6f\x9e\x84\xf3\x46\x52\xc5\x33\x15\xe0\xac\xc0\xb5\xf8\xa4\x8a\xb6\xf0\x91\x1a\xda\xee\x7f\xf2\xf5\x2a\x0e\xf2\xc0\xb2\x9e\x8b\x17\x34\x4d\x04\x28\xde\x2e\x3e\xe9\x40\xdb\x1f\x9c\x73\x77\x18\x61\x53\xc3\xce\x43\x3c\xfe\x41\xe4\xd1\x78\xf5\x37\x45\x14\xc5\xe8\xc4\x07\x71\x47\xd1\xbb\x3d\x07\x1c\x76\x02\x70\xca\xb2\xa9\x78\xc3\x4c\x85\x3d\x59\x43\x7d\x60\x9f\x54\x30\x4c\x7c\xa6\xfe\x9e\x6c\xb3\x7d\x72\xc5\x61\xe9\xfe\x1a\x76\xab\xe0\x9d\xea\x7d\x51\x84\x68\x7c\x60\xe0\x94\x67\x21\x3e\x79\xee\x6e\xb9\x6e\xe3\x93\xe7\xa9\xd6\x8b\xc7\x9f\xf3\x8f\x9e\x5f\xbe\xbe\xbf\x8a\xc2\x10\xe2\x93\xef\xd9\xae\xfe\xfe\x41\x5b\xf0\x4c\xb5\x34\x65\xc9\x52\x4f\x99\x1b\xb8\x7b\x43\x16\x58\x12\xc5\x4d\x9f\x92\xe6\xf7\xde\x00\x05\x07\xcf\xe6\xdf\x21\x15\x19\xfe\x29\x44\xa6\x4d\xdc\xf7\x29\x73\xfe\xc5\x04\x53\xe6\xfc\xab\x37\x58\x19\x68\xfb\xfd\x39\xff\x6a\x02\x45\xb0\x51\x32\x3d\xc0\xef\x5f\xcd\x8d\x11\x6a\x64\x13\xcd\x83\x30\x80\xf1\xea\xff\x01\x81\x0b\xdf\x94\x1d\x75\x40\x3d\xb4\x9d\xf8\x7d\x9a\x4e\xa4\xa6\x3e\x53\x39\x89\xb5\xf8\xfb\x3c\xf1\xa5\xc3\xfd\x99\xca\x49\x92\xf3\x2a\x3e\x53\x39\x49\xd9\x1b\x0e\xf1\x01\xd9\xc7\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\xa9\xbd\xa4\xec\x05\x9f\xea\x4b\x0c\xcd\x00\x9c\x20\x10\x21\x6c\x2a\x2f\xa9\xbd\x06\xbc\xe7\xef\xc9\xbf\xcf\x0d\x50\x25\x61\xc2\x13\x12\xa3\x17\x0c\xb1\x01\x79\x48\xfd\x82\x2b\x24\xa4\xfa\x93\x50\x83\x08\x3f\x49\xb0\x4c\xfc\xb4\x89\x9e\x61\xe8\x11\x7b\x34\xbc\x5c\x6d\xa2\xe7\xb5\xdc\x88\x3c\x7a\x9d\x3f\x0c\x22\x90\x28\xf9\xb4\xf1\xfd\x55\x5f\xe7\x4b\x9b\xd8\xb1\xd9\xf1\x69\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\xa3\x8e\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x30\x36\xf7\x07\xed\x46\x46\x8e\x07\x5e\xc0\x6a\x61\x61\xea\x10\xd1\x86\x86\xa7\xcf\xf3\xe1\xb5\x9d\x3a\x42\x84\x5e\xe3\xef\x73\x7c\x6f\xa7\xa9\x61\xd4\xe4\xf3\xa5\x9f\xdf\x5f\xf5\x45\x7e\x7d\xce\x7f\x98\x1d\x21\x0a\xa1\x9b\xdd\xd1\xc5\xe8\xef\x07\x5d\x1b\xfa\x7e\x84\xef\xaf\x5a\x0d\x3f\xe2\xb4\x5e\xe7\x1f\x02\xb5\xb2\xf9\x39\x0c\xf3\x76\xae\x3c\x03\xeb\x6f\x76\x35\xd5\x91\x14\x86\x7f\x6f\xdf\x5f\x55\x51\x7b\xf1\x99\xca\x48\x6d\xde\x9e\x08\x57\xc8\x3e\x8f\xc6\x9c\xbf\xc5\xdc\x67\xea\x26\xb1\xbf\xc6\x9b\xec\x51\x61\x45\xf1\x19\x17\x84\x29\xd1\xd3\xd4\x5d\x62\x32\xfd\x4d\xd5\x25\x16\xcb\x1f\x53\x75\x89\xc3\xec\x97\xa1\x0e\xc1\xdb\x75\x8f\x10\x08\xfc\xc2\x3c\x1f\x5e\x02\xd2\x54\x6d\x52\xb6\x40\xb2\x4f\xfe\x30\xbc\xfd\xa1\xe9\x34\x9f\x5f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\xad\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xb9\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x63\xe4\xdc\x9e\x0c\xe0\x25\x5d\x1f\x70\x56\x7b\x03\x1f\x2b\x36\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x3d\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xba\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x32\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\xd4\x0b\x98\xae\x87\x0f\xb0\xa9\xd5\xc5\x66\x00\x2f\x08\x00\xa6\xf8\x2b\x41\x1d\x5a\xfd\x27\xba\xb6\x3f\xc3\xa7\x6d\x6a\x33\x3d\x7d\x36\x58\x82\x3b\x5b\x01\x8a\x09\xfe\x6c\x49\x43\x09\x7e\xe7\x5a\xfd\xeb\x44\x7e\x7d\x7d\x4c\xc7\x73\xfb\x49\xdc\x40\x42\xe6\x4f\xab\x1f\x63\x49\xda\xa6\x6c\xde\x25\xaa\x25\xb8\xa2\x43\x8c\xc1\x0f\xe0\x9f\xfb\x18\x11\x12\x9c\xd3\x21\x2a\x3b\x27\xd1\x3d\x5d\x65\x05\x4e\x1b\xfc\x33\x31\x34\x8d\xb1\xfc\x0d\x1f\x86\x9b\x98\x17\xe4\x13\x23\x6d\x0f\x38\xae\xc6\x7c\x30\x63\x21\x00\x6e\x80\x2a\x33\x75\x8a\x13\xc8\x1e\x3e\x0c\x3f\xc5\x29\x50\x77\xc9\x93\x09\x2e\xa5\xae\xb8\xf7\x04\x8f\x52\x57\x1a\x4c\x8a\x98\x93\x02\xe1\x13\xc2\x39\xbb\x14\x94\x14\xa7\x40\xdd\x95\x63\x93\xe2\x14\xa8\x5b\xfd\x44\x02\xa4\x38\xe5\xe9\x2e\xef\x48\x8a\x70\xe4\x2a\x86\x3c\xc1\x61\xd5\x95\xdf\x93\xe0\xb1\xea\x4a\xe1\x49\x71\xca\xd3\x5d\xee\x96\x14\xa7\x3c\xdd\x95\xc3\x94\x62\xc6\xfc\x8a\xdb\x34\x11\x6a\xfe\x53\x9e\xee\xca\xf2\x49\x70\x80\x75\x85\x3c\xa4\xb8\xfc\xfd\x43\x0f\x0a\xac\xc5\x43\x00\xe3\x44\xda\xe4\xb7\x4b\x88\x8a\xeb\xa1\xba\x8d\x11\xb4\x04\x71\x60\x84\x2a\x8c\x0c\x60\xb8\x68\x06\x30\x91\x6d\xd9\x4b\x34\x80\xe2\xea\x76\xe3\x0b\xee\x01\x38\x16\xe1\x21\x86\xae\x4b\x46\x4e\x71\x1e\x4a\x61\xcb\x5d\x48\x83\x5f\x6b\xcb\xdd\x5f\x9c\xec\x52\x68\x9e\xe7\x52\x4f\xc1\x5f\x00\xcd\xaf\x59\x3f\x9c\xb5\x5e\x80\x57\x6b\xcb\x7e\x03\x46\xb5\x2d\x0f\xcd\x7b\x9e\x14\x5d\x4e\xad\x14\x77\xae\xbc\x28\x67\xc7\xca\x17\xf7\x88\x95\xaf\x9a\x05\x4e\x0a\xe5\x9f\xa5\xb8\x03\xa4\xea\xfe\xb0\xf2\xe2\x0c\x88\xf1\xeb\x4a\x6e\x4b\xf1\x81\xa6\xe5\xfd\x89\x18\xb5\xbe\x65\xb7\x11\xd4\x20\x52\x65\x9c\x5a\x50\x1c\x57\x42\xa4\x5a\xd7\x59\x9b\xd2\xc6\xb4\xb5\x8f\x76\x9b\xe8\x60\x0c\xf2\xf2\xa6\x04\xdf\x76\x50\xf4\x59\x4a\xf0\x6d\x87\xfe\xd1\xb7\x12\xc3\xdd\x82\xbc\x96\x89\x01\x6f\x41\x81\xad\x89\x21\x6f\x41\x71\xab\x09\x41\x6f\xad\x88\x3e\x52\xc8\xf0\x62\xea\x83\x50\x30\x0f\x01\x11\xc0\x76\xb4\x65\x52\x20\x94\xc3\x1f\x20\x2e\x40\x7b\x26\xd1\x17\x2e\xdb\x5c\x4a\x81\xfe\x17\xf5\x18\xe1\x21\xd1\x26\x49\x91\x98\x13\x62\x10\x52\x17\xe4\xac\x4d\x0c\xa9\x0b\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x02\x42\x8a\x21\x82\x2f\x3c\x8c\x20\x24\x24\x6c\x4b\xf1\x0d\x04\xd0\x05\x2b\xda\xf3\x48\x9e\x14\x1d\x05\x52\x22\x04\x1a\x21\x01\x2b\xd2\xd4\x53\x82\x29\x20\x8c\xe4\x37\x10\x2e\x21\x56\x93\x90\x88\x14\x46\xd2\xb4\xc1\xbb\xb6\xec\x21\x4e\xc2\xe0\x2f\x08\x75\xd2\xea\x23\xa9\x28\x0c\x9d\x57\x09\xec\x68\xcb\xe5\x27\x07\x50\xca\x70\x2c\x89\xb7\xa5\x4c\x88\xbd\x0e\x53\x79\x6f\xa5\xbb\xf7\x1d\x73\x16\x92\x32\x28\xc9\x94\x35\x95\xf3\x2e\x6b\x55\x4a\x93\xd7\xb5\x32\xd4\x5f\x21\x52\x3d\x22\x42\xef\xc3\xd0\xa6\x4e\x85\x2b\x6f\x52\x29\x80\x51\xfc\x3b\x41\x9d\x0b\x0a\xbf\x4c\xa9\x21\x72\x47\xcc\x2a\x4d\x0d\xa9\xd5\x57\x1b\x67\x74\xd4\x2a\x4c\x0d\xa9\x55\xaf\x2b\x02\x75\x36\x43\x80\xc0\xe6\xa0\x48\xc7\x84\xa0\xc4\xbe\x19\xc5\x83\xdb\x41\xab\x34\x00\x61\xf4\xfb\xd8\x0d\x5e\xb4\xc1\x0d\x59\xdd\x01\x18\x8d\xf7\xdb\x8e\x01\x74\xa4\xc1\xe3\xdf\xaa\x89\x9f\xbe\x67\x43\xbc\xe3\x00\xe8\xfe\x1d\xfc\xdd\xab\x70\x10\x60\xf5\x77\x80\xb4\xa3\x56\xed\x60\x7f\x7e\x9f\xc1\x58\xea\x0f\x22\xa2\x95\xde\x94\x20\x13\x4a\xa9\x4d\xe9\xc4\x79\x21\x66\x8f\x80\xca\xbe\x99\x2a\x4f\x70\x5e\xb3\xa4\x13\x4b\x10\x34\x81\x0b\x0e\xd0\xa4\xfe\x2e\xf2\x30\x2d\x7a\xde\xa8\xa2\x6b\xbb\x66\x86\x05\x25\xcd\x39\x83\x75\x36\xb9\xff\x53\x66\x8c\xed\xf8\x98\x99\x53\x46\xd0\x6c\x8b\xda\x6e\x19\xd1\x2e\x39\x06\x3d\x40\x26\x43\xf6\x7e\xcb\xc8\x64\x68\xf1\xa3\xfd\xa6\xdc\x97\xb6\xae\x51\xa0\x1e\x36\xd9\x7b\x53\x46\x22\x72\x55\x26\x58\xca\x70\x86\x34\x05\x7e\xa5\x0c\x01\xbc\x27\x71\xec\x8c\x60\xee\x26\x1b\x71\xca\x0c\x96\x96\x4c\x9d\x4a\xa0\x8b\x40\x14\x53\x60\xf4\xb3\x0d\x3d\x15\xa4\x87\x35\xe5\xbd\xa5\x02\x9f\x6e\x53\xaa\x4d\x2a\xd4\xc3\x94\x2f\x9b\x0a\x3c\x4e\x4d\x76\xfe\x54\xa6\x64\x3f\x1f\x7c\xe0\x28\x58\x86\x96\x44\x98\xe5\x42\xd8\xdc\x56\xf5\xc6\x03\xe3\xa0\x12\x64\x13\xdc\xee\xa1\xe5\x8f\x74\x9e\x2a\x02\x3e\x47\xf8\xe8\x13\xa9\x66\x74\xaa\x90\xde\x54\x11\xf4\xdf\xf2\x47\xc3\x4a\x15\x1e\xbc\xa6\x90\xaf\x54\xa1\x13\x37\x89\xf0\xa9\xc2\x71\xd3\x2c\x5d\x34\xb8\xbc\x5b\x11\xe7\x6c\x70\x79\xb7\x22\x5e\xdb\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x7e\xa7\x76\x03\x63\xa5\xe9\x0d\x4e\xbf\x08\xf4\xf6\x5c\x7c\xf0\x19\xa5\xc3\xb7\xd2\xca\xc7\x9c\x98\x3a\xec\xd3\x2f\x16\xd9\x13\xf5\x63\xc9\x52\x3d\xf3\x13\x1d\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\x87\x5d\xdf\x91\x31\x2c\xa5\x35\x75\x38\xfe\x86\xac\xae\xa9\x3f\xfb\xef\x9c\xa0\x69\xe0\xcc\x6e\x55\x34\x36\xe0\xa7\x6e\x55\x5c\x60\x20\x05\xa7\x55\x31\xff\xb1\x23\xcf\x4e\x61\xb5\x69\x40\x75\xdd\x8c\xa0\xbd\x9c\x7c\xf0\x59\xb9\x9d\x54\xd8\x82\xde\x80\xf9\xac\xc9\x5e\x9f\xf6\x8e\x74\xae\x29\xcf\xff\xe0\x80\xda\x4f\x82\x20\xde\xbb\x33\x74\x5b\xc1\xf3\x69\x87\x87\xae\x29\xac\x26\xed\xf0\xd0\x35\x05\x65\xa5\xfd\xc6\x44\x65\xd2\x4f\xfb\xc3\x98\x43\x31\xec\x63\x23\xd4\x42\x16\x7d\xf8\x4d\xa9\xf7\xe9\x40\xb8\x71\x53\x0e\x71\x3a\x22\x63\xd6\x44\x80\x07\x52\x9c\x9a\x12\x7b\xd2\xd1\x08\x87\x14\xa3\x03\xde\xf4\xa6\x94\xbf\x74\x80\xb9\xd8\x51\x97\x8e\xce\x3e\xb4\x24\x07\xdc\xc8\x4d\x59\x39\xe9\x40\x90\x50\x35\x93\x3b\xe0\x37\xad\x43\xac\xf5\x38\xd9\x87\xf8\xc0\xf1\x80\xbc\xcc\x4b\x8e\x07\xf9\x94\xd6\x98\x4e\x04\xe7\xd6\x21\x59\xfd\x44\x80\x42\x93\x11\x2c\x9d\x18\xa5\x0d\xad\xe2\x09\x47\x69\xb3\x70\x74\x21\x5c\xb2\x29\xc4\x23\x5d\xd0\x84\xdb\xf8\x98\x7d\xd3\x95\x48\xb3\x5a\x97\x2b\xe3\x1c\x96\xb8\x7d\x21\x37\xad\x0d\x91\xfd\x05\xad\xa3\x6f\xd2\xae\x2f\xc4\x38\xbd\x4e\xd6\xeb\x5c\x0e\xf0\xcf\x2a\x5c\x88\x68\xed\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xf3\xb4\x83\x36\xf9\x5d\x39\x8a\xf4\x88\x1b\x29\x71\x5d\x36\xd7\x74\xe3\xdc\xe8\xb2\xc9\x24\x86\x52\xf4\x4d\xbc\xf6\x66\x3a\x95\x72\x21\x12\xc2\x18\x42\xdf\xc4\xd2\x6e\x66\x42\x2a\x39\x22\xc1\x8f\x10\xba\x37\x17\xcd\xd4\x75\xe8\xdc\x80\xa9\x39\x74\x25\xaf\x24\xd8\x96\xc3\x4b\x97\x85\xed\x2b\xbc\x54\x22\x18\xb7\x42\xb6\x8e\x43\x63\x4c\x0f\x9a\xfe\x73\xb1\x0f\xb1\xb4\xe7\x5a\x38\x5d\x9f\xe4\x2d\xf1\x93\x8f\x62\x96\x37\xa4\x36\x76\xd9\x38\xf3\xc6\x64\x56\xe5\x85\xe7\x55\xa9\x22\x7f\x00\xcb\x0c\x18\xef\x32\x13\x67\x66\xa6\x77\xc5\xc0\xe4\x90\x1f\x3c\xf8\x70\xe3\xcc\x04\x68\xc7\x0f\xe6\x80\x0a\x20\x5d\x87\x73\x0e\x07\x3f\xf9\x78\x0e\x32\xc2\x97\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x83\x89\xbb\xce\xf3\x1c\x37\x7e\xf2\xd9\xb6\x99\x29\x93\x59\x91\x48\x39\xae\xd9\x7e\xb4\x9d\xcc\x5c\xad\x2e\x93\x5e\x8e\x17\x1f\x64\x7d\x82\xa0\x80\xae\x8c\xe5\x9c\x20\xdf\x74\x79\xb1\x32\xd4\x93\xd0\x75\x16\xe7\x84\x38\xda\x9e\x3e\x8a\x5f\x4e\x9c\x8b\x92\x52\x73\xc2\xc6\xee\xca\x28\xcd\x19\xba\x62\x17\x49\xe5\xcc\xba\x1c\xaf\x37\x70\x08\x74\x65\x81\xe4\x0c\xbe\xd6\x95\x80\x93\x33\xf8\x5a\x57\x16\x64\xce\xcc\xc8\x97\xbd\x27\x67\xf8\xab\xda\xf6\x31\x47\xe4\x8c\x3c\xc9\x9e\x5f\x0f\x76\x3e\xf8\x10\x4c\xc6\x89\xdf\x73\x55\xa7\xb0\xa9\x76\x9d\xe7\x39\x1f\x9c\xdc\x10\xe8\xdc\xc8\x0a\x14\xcf\x85\x93\x2b\x1f\xa6\x9d\x0b\x32\xb7\x7a\xf9\x48\xcd\xb9\x40\x45\xcc\x0a\x81\xca\x85\x28\x2c\x5a\xa8\xd2\xd6\x9e\xfb\xcc\xa5\x20\x13\xb0\x29\x8f\x24\x97\x83\xa3\x08\x8e\x02\xc0\x46\xf0\x27\x37\x28\xb9\x86\xfe\x83\xf3\x2b\x17\x9e\x3d\xb2\x66\xe7\x0a\x5e\xdb\xab\x56\xa0\x06\xfa\xab\xb5\x77\x2a\x34\xba\x2e\x8f\x78\xae\x4c\xd1\x55\xe6\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xe5\x9c\xcf\x09\x97\xeb\xce\x51\xb4\x55\x1a\x28\xa1\xd7\x8f\x8c\x91\x1b\xab\x92\x28\x4e\x22\x37\x90\x79\x6f\x9f\x08\xb3\xdc\x58\xbc\x46\x01\xc0\x99\xb2\x4e\x57\x50\x67\xee\x01\x0b\xaf\xe4\x98\xdc\x59\xfb\x44\x39\xf0\xb9\xd3\x97\x2c\xe3\x5f\xee\x19\xeb\xac\xf0\x85\xdc\x21\x3e\x77\x79\xf7\xf2\x80\x79\xbe\xc9\x46\x92\xc7\x0d\x9a\x95\x2d\x21\x0f\x88\x36\x5d\x51\xec\x79\x87\x99\xa5\xcb\x58\x90\x77\xc4\xd3\x75\x9d\x92\x79\x87\x4c\xde\xa5\x36\xe7\x03\xaa\x79\x52\xfd\x94\x7c\xc0\x92\xda\x15\xe8\x97\x8f\xb6\x16\xfe\xd3\xe9\x01\xa5\xa8\x2b\x1c\x2b\x1f\x27\xe1\x10\xa7\x38\xae\xf5\xc6\x67\x2e\xc7\x4d\xed\xe1\xa3\x88\xe5\x93\x42\x98\x8c\x9b\xf9\x44\x10\xff\x50\x68\x67\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x92\xcd\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\x90\x9e\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xca\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xe9\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\x51\x6a\x4a\xbe\x43\x41\x07\x51\x6d\x38\x32\x93\xdb\x0d\x81\x3a\x1e\x00\x81\x1e\xda\xa6\x77\x80\x1f\x6b\xb8\xbf\x1b\x28\xf1\xfb\x88\x84\x8c\xa2\xe3\x3b\x4e\xa4\x0f\xe3\x28\xd2\x73\xac\x01\x63\x7f\x87\x65\xe5\x1b\x54\xdd\x14\x60\x9e\x6f\x84\xd2\x6c\x62\x91\x37\xce\x90\x1c\xb5\xee\x37\x34\x60\x07\x1d\xe6\x3b\xd2\x59\x2a\x2c\x43\x23\x6e\x8a\xa2\xce\xf7\x14\xd2\xf2\xe6\x49\xc0\x08\xa6\x72\x2d\xf9\x4e\x53\x7a\x0f\x9b\x09\x01\xe1\x30\x8a\x15\xcb\x77\xa2\x16\xee\x85\x02\x41\xcb\x3d\x96\xef\x29\x4d\xc4\xe1\x85\x45\xed\x1d\x59\x6f\xf2\x9d\xe0\xdf\x1e\xfe\xfd\x79\x07\x9f\xe5\x3b\x33\x38\x4d\x10\x21\x7c\x45\xba\x74\xbe\xc1\x72\xb2\x52\xcf\xf2\x8d\xfc\x93\x9a\x85\x94\xcc\x3d\x98\xfc\xa0\x53\xed\xd3\x90\x19\x21\x65\x26\xd6\x3c\x69\x51\x51\xc3\xf9\xce\x64\x0d\x9a\x52\x46\x74\xa8\xa7\x8c\x0c\xbe\xa6\xc8\xe4\x7c\x97\xf2\xfd\x55\xb3\xd1\x5e\x88\x34\x75\x88\x9a\x35\x4a\x25\xca\xf7\x14\xb0\x72\xf0\x76\x44\xc5\x9a\x64\x5a\x46\xc1\x1a\x47\xee\xe6\x1b\x7a\x58\x98\x4c\xe2\x07\x87\xd2\x5d\x96\xd2\xaa\x36\xe6\x53\x34\xff\x02\x8f\x69\x14\x78\x35\x22\x24\xcb\xed\xc4\xd1\xd4\xc1\x94\x87\xe7\x03\x2d\x4a\x25\xa9\x66\x2d\x42\x03\xad\x8b\x11\xde\x0d\x4e\xe5\xae\x09\xa0\x92\xc2\x90\xd7\x28\xdf\x2c\x8b\xe0\x19\x22\x52\x3b\xcb\xaf\x9d\x6f\x94\x49\xa8\x66\x69\x3d\x02\x67\xc2\x79\xff\x5d\x50\x62\xbe\x7b\xc5\x6e\xf3\xef\x70\x43\x8b\x8b\x22\xb4\x39\x36\x53\xfe\x94\xe0\x73\x30\x19\xf5\x03\x41\x96\x6e\x9f\xef\x20\xc7\x7c\x43\x77\xcb\x2f\x42\x44\x24\x74\x70\x1b\x42\x50\x34\xbf\x80\x25\x69\x98\x0c\x19\x58\xe0\xad\x38\x68\xf1\xd6\x80\x8c\x73\x96\xa3\x32\x23\xce\x39\x86\xcd\x74\x37\x26\xd9\xbc\xdb\x03\x6d\x21\x1d\xa1\x04\x9b\x4e\xd6\x1b\x3e\x9b\xa0\xd3\xfa\xa6\x34\xa4\xd0\xa1\x7c\x4f\x41\xc3\x21\xb7\xf9\xde\x81\x63\x13\x3e\xd4\x53\x9f\x99\xf7\x4e\x90\xfd\x7d\x45\xac\xa2\xa6\x00\x0b\x54\xed\x5a\xc3\x7d\x6e\xac\xad\x09\x40\xb8\xee\x47\xf3\x78\x0f\x67\xa8\x07\x53\x38\xc8\xc1\x1b\x65\xca\x91\xd9\xd2\xd5\x3d\xd5\xe3\xac\xa8\xe2\xbc\x22\x95\x5f\x5b\xf9\xd8\xdf\xa1\xa7\xf9\x3e\x8e\xdf\x85\xbc\x67\x86\x32\x37\xeb\x25\xf7\xd4\x39\x63\x32\x4c\xe7\x54\x63\x8b\x91\x7a\x12\x27\xea\x91\xaa\xf2\x6b\x9d\xe7\x01\x9e\x95\x18\x98\x11\xc8\x9c\x55\xab\x30\xdf\xb0\x06\xd6\xe2\x0e\x3b\x3b\x70\x8f\xf0\x97\x57\x77\x70\x30\xa6\x5b\xed\x0b\x1d\x6a\x0a\x27\x08\xcf\x3b\xe3\x9c\xdb\xb9\x78\xb7\x22\x2f\x34\x27\x1f\xd6\x53\xd6\x8e\xc1\x2c\x17\x95\x7f\x5e\xcb\x38\xd5\x99\xa8\x12\x09\x19\x31\xd0\x59\xb9\xd8\x19\x21\xd0\xa9\x44\x0f\x30\x10\x02\xa4\x09\xd0\xac\xa8\x4c\xb1\x7c\xa3\xe8\x4f\x78\x51\xe2\xd4\x8f\xaa\x17\xe1\xc2\x0c\xa2\xdf\x7f\xd0\xd6\xeb\xf7\x9a\x81\x5e\xb8\x19\xc1\x2c\x94\xdc\x91\x03\x88\x10\xee\x84\xa8\x56\x4d\xe9\x9e\x8b\xb2\x99\x2e\x20\xd5\x87\x2a\x08\x6e\x72\xb4\xd7\x07\x07\xe7\xa0\x49\xdf\xc0\x7a\xf4\x90\x08\xf3\xce\x6e\x2f\xda\x55\x97\xb4\xc3\x48\x7a\xbe\x1f\x9e\x12\x45\x5f\x3c\x11\x87\xb3\x26\x05\x5d\x75\x04\x6f\x9f\xa7\xf0\x0b\xe1\xe1\xa9\xd4\x45\xd4\xe6\xc2\xf8\x83\x79\x90\x45\x09\xfd\xf7\x73\x02\x4d\xfe\x9e\x3c\xcb\xfb\xe9\xb9\x09\xb4\x96\xf2\x21\xdb\xd5\x0e\x43\xec\x78\x4f\x12\x5a\x10\x3b\x1e\x4a\xfb\x89\xbb\x29\x23\xb0\x7c\x76\xdf\xf5\x00\x2e\x35\x31\x51\x46\x86\x07\x65\x62\x64\x86\x86\x9b\x45\x3d\x74\x76\x6a\x2f\x20\xfa\x7b\xc2\x67\x78\x96\x20\xe9\x2f\x60\x19\x95\x60\xf9\x7c\x2a\x51\xaa\x8d\xdd\x21\x45\x1c\xf1\xdf\x49\x89\x1b\x19\xf1\xdf\xa1\x8a\x76\x11\xff\x1d\xc3\x26\xa4\x3e\xa1\x10\x04\x8d\x18\xe8\x99\x28\xee\x92\x8c\x7a\xb8\x8f\x75\xda\x09\x88\xc0\x54\x0f\x61\x79\xaa\xe5\x59\x1e\xff\x8c\x20\xef\x24\x9b\x7a\x46\xd0\xf4\xec\x40\x78\x88\x14\x49\xc4\x75\x10\x16\x9d\x54\x05\x2f\x23\x2c\x3a\xcb\x50\x9b\x19\x16\x3d\x14\x26\x91\x11\x07\x3d\x81\xf4\x17\x88\xf3\xd2\x71\xf3\x2c\xd1\xcf\x40\x52\xf4\x13\x1b\x41\x24\xf4\x9c\xb7\x66\x85\x4a\x8c\xc5\x40\xc2\xfd\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x50\x60\xaf\x25\xbc\x9f\xf2\x79\x64\x86\x42\x37\xa5\x11\x66\xc6\x3e\x07\xcb\xaf\x08\x76\x9e\x0f\xd4\x05\xc4\xc5\x4d\x5b\x08\xd1\xcc\x71\x68\x07\x20\x9a\x39\xbf\x30\x0d\xe1\xb0\x5a\x3f\x65\x38\x73\x4e\xe2\xdf\x88\x4f\x0e\x32\xa8\x65\xc4\x27\xa7\xad\xb9\x07\x44\x0d\x68\xd3\x21\x3e\x39\x9a\x35\xad\xf8\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\x94\x70\x75\xe4\xac\x08\xe5\xec\x11\x50\x2a\x40\x0c\x1f\x96\xc5\xac\x2c\xa1\x8c\x08\xe5\x89\x36\x8f\x30\xa0\x5c\xf9\x05\xc8\x3e\x12\x88\x11\xa2\x9c\x55\x8d\x28\x3f\x14\x37\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\x60\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x48\xa9\x33\xe3\xa1\x31\x58\x99\x38\x19\x51\xc4\xd9\xea\x38\xa2\x88\x67\x9f\xc2\x73\x65\xdc\xb4\x84\x05\xc4\x09\xc7\x60\x31\x1a\x81\xc2\xd9\x3a\x26\x02\x85\xb3\x55\x6d\x04\x0a\xcf\x0f\xd4\x25\x9c\x17\x36\xe3\xc1\x00\x9b\x8a\x89\xa9\xe1\x28\x97\x8a\x88\x58\xde\xd9\x81\x1f\x50\x50\x8f\x1e\x12\x98\x4c\xee\x11\xec\x4a\xa2\x35\xa3\x75\x6d\x59\x45\x74\xee\xec\x51\xa8\xec\x54\x63\x4d\x0d\x30\x3d\x2b\xdd\x3e\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\xda\x09\x22\x72\xb3\x6c\xe8\x99\x11\xb9\xc1\xa2\x2f\x42\x72\x5f\x96\x48\x84\xe4\x66\x55\x7d\xc8\x08\xc9\x9d\x1f\x08\x2f\x9d\x09\x49\x86\x69\xad\x84\x1f\x60\x25\x64\x5e\x40\x50\xee\x7c\x41\xab\x3b\x85\xe5\x6c\x93\x06\xa2\x72\xbb\x82\xf4\x33\xa2\x72\xe7\x07\x7e\x80\x28\xbe\xfe\x93\xba\xa6\x19\x31\xba\xf9\x45\xbf\x88\x87\xca\x56\x42\x11\xa4\x9b\x6d\xf4\x43\x90\xee\x1c\xce\xf0\x00\x25\x26\x68\xb8\xf8\xab\xcf\xad\x41\xa6\xe0\x36\xf9\xb3\x8f\x11\x84\xe5\x86\x60\xee\xc9\x30\x3c\x1f\x2b\x30\xf2\x25\xf3\xbe\xfd\xc0\x9e\x12\xca\x20\x3b\x37\x77\x08\xd9\xb9\x48\x9a\x40\xd8\x6b\x18\x3e\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x71\xab\xc3\x47\xeb\x41\xa3\x91\x7b\x3c\x88\x04\xaf\x3b\x6c\xa3\x59\xf5\x7c\xf3\x73\x40\x11\x76\x9b\x26\x33\x2f\xfb\x09\x4e\x26\xb9\x0e\xa1\xa6\xe1\x85\xc5\x73\x91\xaa\x3f\xa8\x1c\x52\x40\x9d\x9d\x0f\xb4\xee\xc8\x5b\xb7\x1d\x9d\xc1\xa5\xc9\x67\xca\x49\xb9\xcd\xd3\x3a\x49\xac\xe6\x9e\x27\x02\xd5\xcc\x36\x28\x3e\x9b\x78\x4f\x8a\x40\x96\x41\x2e\xb0\x0d\x63\xfe\x02\xad\x1a\x91\xd7\xc2\xb4\x60\xbc\xe8\x30\x30\x75\x5f\x50\x09\x7c\x8e\xa1\x90\x66\xf7\xa1\x73\x81\xfc\x7c\x70\x5e\xe0\xc7\xde\xd2\x17\xb8\x88\x0f\xfb\x8b\x73\x32\x9b\x99\xf2\x74\xaa\x66\xc8\x14\xa0\x4d\x4c\x53\x80\x6e\xd5\xc4\x71\x43\xa9\x71\x87\x94\x9f\x2d\x81\x3f\x53\x7e\x4e\xed\xd5\x01\x65\x1c\xe3\xfd\x46\xd8\xb9\x41\xbc\x31\xa2\x57\xf2\xe1\x0e\x97\xbc\xfc\x40\xfc\x4d\xcd\x93\x7e\x88\x36\x69\x83\xcf\x03\xcb\x8e\x99\xc4\x14\x7f\x93\xaa\x84\xe4\xe7\xc1\x2e\xae\xee\xa0\x23\x49\x57\x93\xa0\x0b\xfc\xf5\xfd\xc2\x92\x76\xf9\x12\x7f\x7d\xce\x3d\x58\x7a\x6f\x91\x07\x25\x7c\x3e\x4a\x40\x61\x8d\xac\x4d\x06\xb6\x82\xd8\xe1\xb9\x47\x92\x1e\xc0\xea\x50\xfc\x02\x61\xec\x6a\x37\xc2\x90\xf5\x00\x66\x87\x8f\xe6\x52\x36\x18\x4a\xad\x94\x97\x6d\xa3\xa8\xe7\x17\x28\xe0\x16\xf7\x30\xd7\x5a\x87\x54\xd9\x20\xe0\x56\xe5\xdf\x94\x6d\x4a\xb8\x45\x86\xcc\xb2\x6a\x79\xa9\x40\x76\x41\x39\xaf\x2c\xa1\xba\x20\x02\x3a\xbd\x26\x11\xa8\xd2\x7e\x44\x9a\x82\xa2\x5e\x59\x01\xa7\x05\x65\xbc\xc2\xa8\x1e\x61\xcd\xd2\x2f\x50\x8a\xea\x02\x9a\x12\x70\x75\x8f\xa4\x70\xff\x4e\x51\xf0\x23\xb3\x14\xd6\xfb\x6a\xd1\x88\x0a\x17\xc7\x30\xd4\x08\x3d\xeb\x1e\x13\x72\x57\x50\x0f\x91\xb3\x54\x07\x08\x41\x4c\x06\x09\x89\x90\x35\xab\x3f\x24\x42\x8e\xa2\x85\x88\x5c\x5a\x2d\x65\xa4\xf2\x25\x34\x47\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\xcd\xab\x37\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x0c\xfd\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x5a\xd3\xac\x33\x6b\x2e\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x54\x19\x9a\xdf\xc0\x99\x15\x34\xa9\x02\xee\xee\xdf\xcb\x22\x7e\x8d\x59\x40\x07\x26\x44\x18\x73\xe5\x1e\x2e\x5b\x59\x74\xe0\x1e\x78\x6e\x1a\x6f\x14\xaf\x9b\x60\x9a\xe2\x74\xda\x5e\x3d\x3e\x04\x5a\x1f\x54\xae\x5d\x12\x5e\x90\xc3\x37\x5e\xe4\x51\x17\x94\xea\xb3\xd2\x4d\x29\xa8\x2b\xad\x87\xc9\x0f\xb8\x47\x93\x96\xbb\x52\x56\x4d\xee\x02\x24\xd6\x3c\x06\x77\x5c\xd2\xf2\x35\xae\xbf\x7a\x58\xf2\x73\xd6\x72\x34\x16\x6d\xf3\x07\xc8\x2d\x8e\x9a\x28\xe4\xe9\xcd\xb8\x6e\x8c\xe5\x11\x8c\xcb\x6f\x65\x92\x6c\x5c\x7f\xb7\x51\xc9\xce\x8b\xd7\xb9\x78\x1a\x70\x89\xcf\x59\x34\x4e\xab\x70\x77\x9b\x02\x46\xd6\x90\x9d\xba\x91\x67\xdd\x49\x52\x59\x68\xe9\x38\x5b\x4d\xf5\x7d\x89\x76\x1e\x94\x02\x83\x57\x6b\x49\xb7\x66\xd1\xf4\x87\x17\xe1\x81\xc2\xeb\x10\xde\x06\xe5\xa0\xee\x07\x6b\xf5\x34\xf1\x01\x39\xc8\xcb\x3d\x05\xd4\x94\xcd\xc2\x07\x48\xec\xd5\xc1\x41\x10\xfc\xc2\xc9\x1e\x05\xf5\x92\x50\xab\x3e\xd9\x49\x63\xe6\xd1\xfb\xa2\x31\x4d\x63\xa7\x5d\xcf\xd8\xdc\xe9\x86\x70\xfb\x82\x5e\x29\x28\x0f\x9a\xbc\x8c\xbb\x03\xc6\xd3\x57\x1b\x0c\xc2\x3c\xfc\xc0\x41\xd3\x85\xa8\x83\x36\x08\xc1\x88\xdc\xaa\xec\x49\x2c\x11\xd5\xe7\xf1\x41\x9a\xf5\xc1\xc2\x40\x83\x4d\x78\x38\xb9\x36\x66\x10\xb4\xe7\x9a\x05\x9d\xb4\xc2\x99\x0d\x9e\xd4\x4c\x0d\xe4\x0a\xa3\x74\x0f\xb4\x83\xbc\xba\x20\xae\xbd\x2f\x90\xd1\x14\x5f\x40\x90\x29\x99\x00\x90\xd2\xa4\x1c\xe9\xb2\xc1\x64\x5b\x9b\xbb\x84\x13\xb8\x0e\x61\xfa\xa2\x3e\x64\x96\x71\x11\xca\xf1\x93\x30\xbb\xb2\x5d\x05\x45\x09\xdc\x3d\x78\x9a\x77\xf6\x05\x57\xe4\x10\x0e\x58\xfd\x57\xc6\xa1\xb2\x5d\xc8\x5a\xf5\x4e\xa6\x05\xd7\x3b\xff\xa2\xba\xe3\x4d\x72\x93\x14\x7c\xa0\x2d\x91\xd3\xf4\x77\x83\x16\x3c\xe6\x9d\xf9\x82\xe6\x7c\x63\x2f\x1b\x69\x0c\x58\x48\xde\xec\x37\x52\x4f\x2d\x7c\xdd\xf4\xad\xfb\x90\xbd\x69\xcb\xc9\x1e\x03\x86\x0c\xa3\xf5\xc6\x34\x5e\x40\x72\x6b\x67\x3d\x78\x58\xa9\x6e\xd3\xbc\x1e\xda\xd5\xcc\x78\x59\x7c\xa3\x99\x5c\x1e\x6e\x23\x23\xf7\xe1\xee\xd7\xa0\x0f\xe7\x25\x7a\x7a\xc8\xa3\x4c\x81\x0f\x64\x85\xe1\x21\xc8\xa2\x3c\x2f\xd8\x7d\xab\x57\xe7\x59\x7b\xfb\xd3\x25\xeb\x7b\xd6\x8f\x5a\x55\x18\xaf\x55\x75\xe7\x4f\xe1\xcd\x42\xca\x75\x28\xbc\x47\xa8\xea\xe2\x87\xc2\x7b\x84\x86\x04\xfc\xc2\x7b\x84\xb2\x8c\x73\x25\xd0\x74\x3b\xfc\x02\xc5\x07\x31\xd2\xb0\xe4\x50\xb1\x45\x5c\xf0\x13\x2d\x5f\x04\x88\x99\x51\xec\x24\xc0\x43\xaf\xa8\x85\x82\x9a\xa1\x39\x48\x1a\x0f\x2b\xba\xc2\x43\x06\xea\x51\x49\x6d\xb2\x07\xe3\x01\x62\x67\xfc\xd8\x6b\x4a\x58\x62\xa7\xd8\x24\x6e\xf3\x99\x0f\x34\x6f\x48\x95\x8a\xfd\x2a\xa8\x53\x9a\x55\x0e\xaa\x84\xc8\x8d\x28\xa2\xc3\xb5\x3a\x49\x95\x54\x0b\x6f\xcd\x09\x16\x30\x70\x49\xce\x7c\x20\xc4\x25\x24\xe0\x06\xbf\x40\x0e\x24\x29\x07\xb7\xe4\xcc\x2f\xd4\x67\x5a\x31\xe8\x7e\xa3\x01\x2a\xbf\x40\xca\x97\x78\x88\x3b\x71\x66\x17\x42\x55\x22\x26\x0c\xc4\x81\xb6\x10\x01\xb7\xbc\x62\xab\x0a\x2f\xb3\x51\x19\x90\x12\x68\x68\xb5\xb4\xc0\xfb\x6c\x54\xa5\xb6\xf0\x3a\x1b\xdd\x55\x50\x78\x9b\x4d\xf2\xac\x33\xca\x2a\x78\xb1\xe1\xa6\xaf\xda\xfe\x08\x18\x8c\xcd\x8b\x9f\xa9\x41\x08\x4b\x19\x16\x99\xe1\x36\x6b\x3c\x1b\x40\xd6\x85\x71\xff\xb0\x9f\x98\x56\x60\xb6\xb5\x90\x86\x78\xc4\x39\x21\x75\x00\xbb\x6d\x34\x69\x94\x88\x0e\x05\x50\xe1\xca\x4b\xf8\xc0\xe5\x35\x59\x25\xbb\x0a\x2b\xc4\x56\xc5\x1c\x15\x5c\x55\x33\x1f\xf8\x0d\x5a\x37\xba\xfb\xdc\x51\x7c\xc6\xed\x93\xa5\x0c\xd4\x5e\xfc\x48\x63\x56\x3a\x99\x86\xa0\xae\x84\x52\x68\xa9\x64\x36\x42\x3b\xaa\x3b\xf8\x30\xe3\x1d\x32\xc1\x12\x12\xee\x90\x09\x4e\x9f\x2d\xb8\x43\x26\x2a\xa1\xbd\xe0\x8e\x18\x17\xe0\x29\xbc\x23\x66\x54\x8f\x00\xcd\xa4\xfe\xc4\x43\x54\x70\x7d\x4c\x8e\x66\x4c\x8d\xe7\x9c\x3a\x63\x38\x79\x32\x19\x34\x6a\xe0\x12\x9e\xc3\xb2\xd1\x0a\x5c\x5c\x05\xa3\xfb\x2d\x4a\x60\x58\xb6\x74\x10\x5c\x04\x93\x64\x0e\x2a\xbc\x09\xe6\xcd\x75\x1a\x23\x33\x4d\x59\x8d\xb1\x74\xda\x5c\x8d\xd6\x4d\x49\x29\x01\x52\xa8\xb2\x76\x4b\xe8\xf1\x5d\x92\xa8\x84\xbe\x26\xa1\x21\x96\xcd\xd6\x3c\xa1\x63\x55\x8a\x7b\xe0\x6d\x00\xfe\x00\x15\x93\xa2\x47\xc4\x09\x20\x75\x20\xa0\x2c\x5b\x4b\x66\x6c\x1d\xd4\x1f\xdd\x01\xe4\xa2\xd7\xef\x6b\x0e\x86\x00\x65\x91\xa2\xda\x03\x65\x23\x24\xe4\x04\x18\x68\x15\x1c\x58\x50\xcd\x38\x29\x0b\xbf\xa0\x9c\x71\x56\x24\x60\x09\x83\x21\x2e\xee\x8f\xc9\x28\x66\x38\x30\xb1\xbe\x78\x37\xf3\x47\xdd\x21\xcb\xb7\x9a\x21\xc1\x3e\x9a\x65\x71\x2a\x01\xc1\x09\x31\xb9\xbd\xb0\xec\x1e\xb0\x1f\xa5\x00\x07\x14\x2e\xb0\xb6\x1a\xf6\x8a\xdf\xb5\x4c\x28\x54\xa0\x8c\x92\x12\xa6\x74\x9b\x2c\x7f\x04\xe4\x5c\xb4\x64\x9e\x88\xe8\x04\xc5\x67\x95\x00\x69\x56\x41\x74\x05\x01\xcc\xd1\x0a\x77\x38\x70\x9e\x99\x34\x61\x81\xed\x9e\xc1\x94\x6e\xf3\x66\x06\x72\x2c\x2e\xee\x0e\x77\x3e\xd0\x14\x0e\x4a\x9a\xc5\x43\xa0\xfa\x95\x04\xe4\x70\xc0\x48\x62\x2c\x1f\xe4\x72\xb2\x82\xe0\x1a\xa2\xf9\x40\x5d\x9e\x34\x5e\x9a\xcf\xb1\x30\x9b\x19\xe5\x89\x59\xf8\x44\x84\xcd\x36\x7b\x61\xcf\x05\xb5\x3f\x00\xf1\x4a\x4c\x0b\x27\x3d\x39\xde\xe4\xe7\x81\xa3\x40\xf3\x9e\xf2\x73\x1a\x9e\x25\x0b\x02\x54\xff\x4e\x7d\xd9\x67\x0f\x43\x24\x5f\xbc\xfb\x5a\xb3\x12\x0c\x0c\x71\xb0\x98\x8f\xcb\x8d\xec\x47\x2e\xbc\xca\x68\xbc\xf8\x20\x6c\xae\xd1\x6c\xef\x42\xb5\x59\x23\xee\x62\xf0\x8c\x80\x64\xea\xd4\x8b\x53\x5d\x84\xd2\x6c\xe2\xde\xde\x95\xc7\x4a\x98\x22\x71\x6a\xde\x52\x37\x25\x47\x6f\x81\x7b\x01\xad\x69\xdd\x40\xb5\x19\x0d\x04\xde\xe1\x43\xf9\x26\xa6\xdd\x01\x0a\xab\xf9\x38\xb9\x11\x0f\xe0\x33\x1a\xe2\x6f\xb4\x40\x76\x53\xfa\x91\x3a\x15\x1e\x82\xac\x0f\x20\xed\xea\xd2\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\xd0\x79\x29\x85\x0c\x25\xc3\x5d\x6f\xad\x84\x87\x19\x2e\x82\xf9\xa1\x9d\xc2\xb2\x0d\xcc\xbc\xd1\xf4\xf7\x20\x38\xce\x93\x7e\xe8\x01\xf0\x00\xb0\x8f\xfe\xc8\x33\x54\x02\x2c\xc0\x8a\xbd\x29\x28\x60\xee\xea\x6f\x05\xe5\xca\x63\x11\x55\xc4\x0d\x3c\x45\x4c\x88\xd5\xcb\x87\xf9\x28\xaa\x97\x27\x85\x0b\x15\xe4\x1b\x44\x85\x40\x95\x55\xbb\x5c\xb4\xbe\x2a\x95\x6f\x06\x00\x64\x57\x3c\x20\x00\xd4\x8a\xb0\x4c\xb9\xca\xc3\x14\x56\x29\x6f\x36\x7b\xb2\x4e\x79\xd6\x2d\x8d\x25\x52\xaa\x96\xf1\x21\x22\xd9\x5b\x01\x0f\x25\x32\x7c\x41\xc1\x35\x25\x22\xf0\x55\xd9\xa1\x25\x06\x4a\x29\xc3\x2f\x5c\x20\x43\xc1\x1c\x49\x05\x12\x09\x62\x64\x28\x81\x5f\x40\x49\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\xf2\x6b\x71\x7b\xed\xc6\xa2\x07\x03\xf1\x84\x02\x1a\xe6\x52\x79\x8b\x4b\x5c\x01\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x32\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x38\xb0\x5f\x00\x5d\xea\x88\x46\x99\x8a\xa0\x0b\x59\x0a\xca\x54\xe4\xf8\xfa\x9d\xc1\x0e\xee\x8f\xf2\xa9\xdb\xb4\x54\x8a\xce\x23\x23\x15\xc4\xec\x51\x47\x22\x7b\xf3\xc6\x65\x3c\x95\x5c\x12\x33\xbc\x48\xd1\xed\x55\xac\x55\x20\xd0\x3a\x9a\xfd\xc2\x5c\xb7\x66\x24\x66\x9c\xf9\xd2\xd1\x23\x05\x58\x49\x72\xbc\x05\xad\x29\x18\xa8\xe0\x16\xb4\x54\xbd\x6c\x1f\x81\x56\x48\x58\x02\xed\xf0\x1b\x3c\xb1\x4c\x3b\x85\xf7\xbf\x09\x06\xe6\x3e\x9a\x11\x47\xdc\x76\x61\x9b\x20\x6e\x41\xcb\xd1\x3b\xb2\xf0\x04\x13\xc3\x60\xf1\xf8\xf1\x5a\xda\xba\x24\x05\xcd\x8b\x99\x45\x32\x96\x21\xc3\x27\xda\x5b\x81\x3b\xd1\x52\xf2\x10\xcb\x76\x6a\xd4\x23\x16\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\x54\xc0\xbd\x56\x95\x51\x47\x7a\x01\x35\xcb\x8a\x67\xdd\x20\x5e\x79\xd6\x8d\x97\x85\xba\x0d\x72\x95\x96\x89\xcb\xcc\x72\x34\xf5\xa1\x2a\x99\xa5\xdc\x48\xa9\x57\x01\x17\x05\xf7\x90\x65\x39\xdb\x4a\x6c\x58\x7b\x7f\xd0\x69\x17\xf3\x52\xf6\xc5\x58\x34\x24\xcb\x07\xeb\x40\xe4\xa5\x63\x4d\xd1\x3b\x25\xf6\x45\xa0\x7e\xc0\xec\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\x94\x4a\x25\x6a\xa0\x72\x4a\xb6\xb1\x9f\xa9\x5b\x59\x37\xa6\x16\x94\x4e\xc9\xf6\x2a\xc5\x25\x96\xea\x44\x43\xe5\x93\x18\xac\x0e\xa0\xf2\x89\xeb\x7f\x16\x14\x3e\xe9\xc9\xfb\x7a\xd0\xef\xae\x49\x41\x6e\x4d\xb9\xfd\xe4\xf8\x41\xc9\x93\xac\xc4\xfc\x12\x99\xff\xa9\xea\x67\x05\x77\x16\x4c\x70\xfc\xa0\x7e\x7f\x75\xdd\xea\x5b\xe2\xde\xf8\x82\xa6\xbc\xa3\xfe\xa6\x84\x4e\x14\x4d\x49\x36\x88\x46\xde\xa7\x24\x09\x91\x45\x50\x8a\x51\x86\xeb\x95\x82\x2d\x03\xf1\x40\x8a\x80\x99\x00\x6c\xb4\x2f\x46\x46\xa9\x56\x62\x4e\x3c\xa8\xa8\x6b\x4d\x0e\xa8\x22\x3e\x42\x69\xa2\xb5\x29\x21\x1e\x2b\x4d\xff\xd3\x3e\x37\x4c\xd1\x6d\x2c\xb2\x8f\x58\x14\xb0\x6a\x26\xed\x93\xdb\xd9\xc7\xcd\x09\x37\x83\x04\xf9\xc8\xa8\x02\xab\xee\xb8\x5d\xcd\x41\xc0\x85\x97\xab\x65\x45\xcf\x15\x5c\xae\x96\x94\x3b\x5d\x78\xbb\x5a\x4b\xaf\x07\x0c\x3e\x32\x65\x22\x28\xd7\xe2\x61\x84\x45\x37\xd8\xfe\x10\x19\x85\xbb\x79\xd0\x8b\x85\x4a\xcd\x86\x2e\x14\x22\xb3\x6c\xc1\x30\x5d\x1b\x14\x22\xac\xb6\x2f\xc4\x5d\x34\xd2\xf9\x28\x47\xa0\x6e\xf4\xa9\xc9\x5b\xdc\x3c\xef\x6b\xa0\xb2\xa2\x7f\x3f\x80\x69\x0f\x70\x72\x44\xa1\xfa\xc2\x49\x9f\x3d\x09\x30\x63\x9f\xb2\x17\x9c\x69\x26\x26\x8a\xb8\x3e\xd3\x56\xaa\x92\x21\x84\xd5\xb7\x9a\xfd\xc3\xe8\x6b\xd3\x79\xbc\xb9\x01\x34\x00\x45\xe0\x68\x46\x79\x43\x69\xeb\xee\xa0\xb1\xb0\xb4\xda\x9d\x1f\x68\x8e\x37\x63\x2f\xbd\x61\x6f\xee\x70\xd3\xcf\xbd\x66\x2d\x20\x1e\x1a\x2a\x7d\x20\xd0\xc8\x6b\x4b\x64\x64\xec\x82\x19\xd5\xc3\xa2\xc0\x82\xe2\x59\x4b\x27\x30\x29\xf5\xfa\x8c\x7a\x16\x49\x0a\xaa\x87\x0c\xdb\xac\x80\x62\xad\x27\x86\x1b\x11\x6a\xf3\x3c\x68\xe4\xf5\xa1\xf4\x20\x8b\x43\x43\xb2\x58\x91\xaa\x63\x97\x84\x9c\x2f\xe5\x9a\x17\xa4\xa4\xa6\x28\xf3\x15\x8a\x19\xcd\x49\x06\x3d\x80\xd4\x96\xfd\x02\x50\xaf\x83\x17\xb5\x8b\xa6\xc6\xe3\x0f\xc0\xdf\x85\x15\xd4\x21\x8a\x21\x8a\xb9\x26\xd6\x66\x1e\x06\xe1\x41\xed\x64\xfd\xce\x5a\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\x30\x11\xbf\x40\x80\x30\x6b\x97\x00\x2a\x17\x25\x5d\xec\x50\x12\x65\x59\x5b\x52\x12\x4d\xc4\xc5\x2f\xa0\x1c\xf3\x6b\xc4\x83\x1f\x08\x8d\x08\x4c\xa8\xfd\x05\x34\xa4\x2a\xe3\x11\x79\x60\xc1\xa6\x92\x84\x44\xb0\x61\x16\x9d\x50\x92\xd9\x27\x69\x8a\x34\x7a\x35\xb5\x13\x60\xf0\xfb\x19\x2b\x29\xc4\x47\x6e\x8a\xe8\x07\xa8\xb0\xaa\x6d\xc8\x5a\x47\x63\xf2\xf0\x1f\x1c\x42\xb8\x5b\xd0\x09\x54\x25\x31\x72\x40\x77\xc3\x15\x54\x4a\x72\xf6\x51\x61\xa5\xa4\x11\x5f\x0f\x08\xb0\x90\x98\x28\x38\xca\xb4\x82\xca\x48\xce\x95\x29\x28\x8c\x94\xb2\xf4\x75\x16\x46\xd2\x3d\xfd\x05\x75\x91\x5e\xa2\x2e\xea\x22\x4d\x90\x84\xb2\xb4\x66\xe8\x21\xa9\xba\x56\x3f\x98\xdb\xe1\xb5\x6e\x79\x03\x08\x1a\x32\x87\x77\x9d\xee\x82\x3a\x4a\xa1\x39\x02\x05\x09\xd9\xb1\x99\xb4\x32\x48\x2d\xf8\x77\x16\xfe\xd6\x1c\x21\x8e\xeb\x4e\xcd\xc2\xda\x4a\xc3\xa4\x98\x59\xf8\x5b\x53\x40\x5d\xe4\xfc\xea\x8f\xbe\x88\x6a\x08\x69\xdc\xd1\x0e\x47\xf1\x25\xc7\xe6\x17\x14\x5b\x4a\xf6\x4d\xa0\xd8\x52\x54\xa1\xdc\x92\x18\x48\x2c\x61\x9c\xa5\x96\xaa\xf7\x27\x2a\x19\x5b\x26\x4c\x90\xde\x87\x14\xbf\xc4\x40\x06\xe5\x54\x96\x04\xf3\xb4\x82\xef\x4a\x2a\xdc\x1c\xc9\x0f\xce\x77\xb1\xf3\x92\x20\xbc\x5b\x2e\x4e\x08\x6c\x68\xde\x5d\x4b\x54\x97\x18\x9a\x20\xaa\xd7\x6e\xac\x23\xae\x61\xd8\x31\x91\x56\x71\x06\xc1\x54\xc9\x38\x0d\x64\xfd\x5d\x81\xf5\x92\x2a\xd1\xe8\x69\xd6\x45\x3b\x82\xb2\x12\x4a\x0f\x81\x92\x89\xa6\x84\xb6\x2e\x87\x54\x7b\x5d\x6a\xaf\x76\xc4\xfe\xd4\x88\x8d\x61\x8f\xc2\x0a\x6c\xd6\xd5\x94\x01\x93\xf5\xf0\xfe\x6a\xc8\x34\x35\x9b\x6c\xac\xa8\x29\xac\x31\x59\xee\x0d\x00\xc5\x11\xe3\x1d\x61\xc6\x8a\x10\x2f\x28\x81\x15\x92\xae\x3f\x2f\xa9\xad\x22\xe2\x1e\x83\x65\x31\x84\x03\xd8\xac\x93\x19\x6b\x27\xa7\x35\x31\x75\x94\x89\x96\x3e\x9c\x78\x35\x88\x4f\x62\x5e\xf6\x19\x6c\x7b\x4c\x28\x5b\x98\xbd\x72\x4c\x78\xb3\x48\x84\xba\x5a\xd9\xc2\x2e\xea\x68\xa5\x61\x7a\x1d\x9c\xb7\xb7\x0c\x0a\x84\x0c\xef\x10\x44\xdd\xd6\x6e\x7a\x82\x30\xde\x3d\xab\x1d\x9b\xde\x4c\x00\x75\x74\x82\x8d\x97\x69\x09\xdc\xc6\xf5\x8e\x5d\x6e\xd6\xba\x13\x46\xc1\xb4\x23\xc7\xc1\xbc\x1a\xb7\x78\xd8\xa8\xc7\x8b\xb7\x86\x45\xa8\xc4\x4b\x3c\x94\xd6\x5b\x12\xcc\xc8\x8e\xf5\x48\x3b\xa8\x4f\x62\x60\x62\x20\xaf\x45\x1e\x54\xf7\xca\xf6\xcd\xb2\x9a\x97\x7d\xf1\x89\xc5\x15\x7c\x6a\x1e\x6b\x4e\xea\x91\x51\x14\xb6\xc0\xa6\xa3\xbe\xef\x18\x28\xe9\x58\x7b\xc8\x0f\x78\x4c\xfa\x88\x3a\xd6\xb4\x84\x97\x83\xe2\x88\x5f\xa0\x54\x6f\x44\xa0\x76\x4b\x4b\xe9\x27\x77\x0e\x95\xc4\xfb\x42\x2c\x94\x25\xda\xa5\x9b\xdb\x38\x62\x7c\xa2\x9c\xfd\x7d\x2d\x42\x49\x27\xcb\x4a\x0b\x3e\x1a\x99\x65\xf5\x42\xc5\xb2\xd4\xa5\x6b\xa2\x62\x59\x6c\x66\x0a\xb0\x31\x67\xd3\x26\x6e\x88\xb5\xf3\x3a\x2d\x79\x5e\xee\x6e\x94\x34\x8b\x8e\x15\xe5\x15\xb0\xcd\xa1\x02\x09\x59\x74\x2f\xca\x41\xd0\xaf\xa3\x84\xd2\x45\x45\x4d\x10\x5e\x8c\xc7\x32\x4a\xa7\x74\x9e\xb2\xa9\x7f\x0a\xe3\xdd\x56\xb5\x74\x71\xc3\x65\xf7\x88\x83\xdc\x3d\x22\x6d\x6e\x58\xc8\x4c\x10\xc7\x6d\x4c\x4c\x90\xc6\x9b\x49\xf3\x4e\xef\xbb\x25\x4a\xba\x57\x6d\x2f\xb5\x59\x63\xcb\xbf\xd3\x50\xd2\xfc\x02\xb5\x51\xcb\x8c\x37\x0e\x7e\x93\xe2\x8d\x6c\x70\xa3\x19\xc2\xf8\x30\x5b\x42\xda\x5d\x35\x2d\x43\x36\xcf\xc6\x3a\x2c\xd6\x2f\x24\x22\x60\xe3\xb5\x7d\x11\xb0\x61\xf7\x3d\x6a\xa6\x44\x95\xc6\x2c\x69\x4a\xf2\xd1\x06\x83\x04\x03\xf6\x4b\xe6\x85\xfd\xfa\x25\xbb\xad\xfa\x67\xa6\x83\x87\xd9\x5f\xcd\x6f\x00\x07\xaf\x11\x20\x15\x9b\xc3\x3c\x1d\x23\xb8\x0d\x01\x53\x5b\x0d\x17\x03\xbf\xe2\xb2\x32\x73\xe6\x6c\x62\xce\x8c\xd5\xd0\x14\x33\x42\x35\x8c\x12\x54\x81\x89\x2a\xde\x59\x32\x0a\x86\xaa\xe0\x48\xc9\xb8\x5d\x45\xe9\xa4\x25\x6f\xeb\xea\x2d\xb5\x91\xd8\xbc\x19\x00\x38\xca\x35\xa1\x8c\xf8\x62\x25\x52\x97\x8c\x04\xba\x61\x80\x91\x40\xe7\x58\xc5\x4c\xa1\x5d\x3b\x2b\x07\xd6\x9f\xd6\x89\x9d\x03\x15\x8d\xe8\x37\xa8\x91\xc9\xe8\x9d\x11\x96\x61\xe5\x3a\x07\xac\xba\x56\x35\x07\xde\x72\x24\x41\x24\x07\x16\x5d\x13\x8e\x22\xee\x6b\x92\x48\x9b\x23\xf9\xbe\xd8\x41\x8e\x6b\x5d\x35\x4b\x14\x63\xb0\xa6\x9b\x57\x74\x6f\x73\x97\xb4\x14\x69\xb7\x65\x44\xf0\xbe\xdb\x64\x91\xd1\x5d\xa0\xca\x5f\xf5\x98\xa0\xd5\xec\x1e\xc9\x52\xb4\x1d\x33\x73\xf4\xac\x9c\x64\x44\x82\x24\xcb\xc5\x19\x29\x78\x2f\xa8\xd7\xe5\x23\xee\x61\xe0\x74\xd2\xda\x4c\x39\x3a\xd9\x7d\x91\x11\xd5\xe1\x98\x9d\x9c\x88\x58\xf7\x8f\xb5\xce\xee\x0f\xdb\xc9\x16\x83\x4c\x29\xda\x68\x62\x75\x06\x9d\x13\x39\xaf\x32\x85\x82\x20\x53\x13\x96\xfd\x29\x23\xee\xa3\x9a\xbc\x33\x59\x86\xd7\x6e\xca\xcd\x49\xf5\x4f\x4a\x66\xe0\xc7\x6b\x08\x96\x13\x77\x07\x27\xb1\xe6\x0e\x18\xe6\xff\xa3\xe2\x08\x25\x67\xae\x8a\x01\x5e\xab\xa2\xf1\x21\x65\xbf\x56\x09\x56\x71\xe7\x5b\x97\x5c\xc8\x87\x75\xb6\xe4\x02\x3e\xec\x2f\x2a\x55\x0b\x83\xbc\x0c\xd0\xb2\xd4\xe7\x65\x71\x96\x48\x99\xeb\xc2\x8a\xc0\x42\x14\xc6\x6b\xe5\x2b\x65\x73\x93\x46\x85\xbd\xc0\x7c\xa5\x2e\xb9\xc3\x0f\x68\xa4\xf6\x2e\x43\x3a\x5c\xf2\x44\x61\x83\xb6\xa7\x2e\xa3\x66\x83\xb9\x7d\x6e\x74\xe5\x35\x3f\x80\xac\xf4\xea\x10\xd4\x69\x90\x28\xd7\x7a\x65\x29\xa5\x7a\xd6\x6d\xe5\xee\xaa\x4d\xce\x23\x24\x50\x46\xed\xde\xc6\x9d\x10\x0b\x00\x86\xfb\xda\x39\x90\x97\xd4\x6a\xc6\x30\xa5\xd6\x97\xfd\x37\xd3\x46\x6d\xd3\x7d\xee\x84\xd9\x3d\xb0\x64\xc1\xe6\x17\x16\xa2\x85\x26\x64\xc7\xf9\x58\xce\x28\x14\xe1\x88\xe2\x8c\xd0\x0b\x47\x77\xe7\x55\x28\x42\x02\x5f\x46\xa1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\x37\xe6\xd9\x18\x89\x6a\x5a\x13\x02\xe1\x05\x56\x6e\x7b\xf8\xf2\x58\x01\xa9\xfe\x82\xe4\xe4\x7d\x0f\xa3\xb5\xa5\x9b\xcc\x6c\x34\xfb\x13\xf2\x4e\x69\xcd\x34\xbb\xc2\x2d\x64\xd6\xcd\x08\xb7\xb0\x46\x91\x11\x5d\xe1\x73\x30\x53\x70\x36\x90\xab\x1c\xa9\xc9\x69\x6f\xdc\xa7\x42\xe4\x0e\xd9\xc0\x07\x0b\xca\x7d\xe7\x60\x10\x16\x43\x75\x97\xa0\x1f\x63\x76\x07\x37\x7b\x4d\x62\x61\xda\x3d\xb0\x46\xaa\x29\x70\xca\xd6\xd9\xa6\xe5\x7c\x2c\x8e\xab\x2e\x0e\x9c\xbe\x3e\xcc\x78\x39\x9e\x0f\xcb\x25\x29\x7b\xd3\x1c\x98\x84\xa9\x63\x55\xa0\x90\x21\x38\x1f\xd4\xd5\xbc\x5a\x90\x9c\x87\xe3\x4e\x50\x40\x36\x27\x33\xbc\x83\x25\xfc\x45\x0f\x07\xe8\xc5\x3c\xf8\x60\x10\x98\x44\xcf\x0c\x51\x3b\xb8\xc3\x29\x4c\x27\x5d\xfc\x58\x32\x42\x9c\x2d\xa5\x65\x96\xac\x78\x6d\xc4\x93\xbb\xc4\x1d\x2c\xfa\x71\x0f\xd8\xc9\xde\x56\x27\x97\x4e\x20\x42\xfa\x0e\xde\xa8\x27\x4f\xf4\x57\x8f\x6b\x69\x84\x05\x5e\xea\x60\x25\x3b\x5f\xec\x52\x2f\xdc\xb4\x42\x79\x0c\x0a\xaf\xa6\xe1\x1b\xb3\x32\x8c\xb0\xfc\x66\x1f\xaf\x37\x8c\xdd\x96\x9b\x6e\x92\x53\x72\x07\x64\x88\xe6\x57\x14\x2e\xbd\x74\x14\x2e\x4d\x4e\x37\x6f\x5e\x32\x37\x61\x49\x87\xd7\x56\x7d\x90\x49\x65\x12\x5e\xe1\x10\x3f\xba\x7a\xa8\xe4\x65\x14\xf6\x8e\xa0\xac\xe8\x85\x7e\x78\xd4\x25\x8f\x47\x88\xdd\xe6\x51\xe4\x2d\x82\x8c\x36\x5d\xee\x51\x0a\x84\x47\x87\x20\x15\xc6\x2f\xd8\xc4\x53\x78\xfb\xba\xb0\x5a\x60\xe4\x55\xcd\xdc\xc2\xb2\x7c\xc3\x26\x9f\x02\x71\xb3\x79\x07\x94\x8d\x96\xb8\xee\x31\xc0\xdf\xc4\xff\x0a\x05\x46\x11\x53\x41\x80\x82\x99\x55\x09\x0b\xa6\xa2\x07\xa8\x9a\x2f\xc6\x51\x22\x39\x49\xf2\x83\xb5\xb4\x4d\x0f\x78\xf8\xc9\x9b\x5f\x28\x7b\xc9\x40\x5f\x50\x2e\x41\x97\x90\x95\x82\xa0\xdc\x2c\x61\xae\x24\x4a\xe1\xda\x74\x85\x26\xce\xe1\x17\xa8\x07\xc8\xd5\x51\x90\x4d\x35\x5e\xa8\xa5\xcd\x53\xd6\xb6\x82\x00\x01\xef\x80\x92\x68\x3c\x6b\x7e\x61\xd1\xa3\xdf\xa0\x4e\xdd\xfc\x60\x2e\xaf\xaa\x66\x97\x42\x69\xcc\x98\xce\x8b\x1e\xfd\x00\x09\x38\x32\xd9\x17\xda\x30\x65\x57\x2d\xa8\x86\xa0\xab\x58\x4a\x61\xad\x2c\x6f\xec\x92\x79\xfa\x35\xf7\x48\x2d\xd5\x98\x44\x9c\xed\x0b\x0f\x79\x01\x2d\xd4\x67\x56\x97\xd2\x72\x97\x8d\x27\xac\x06\x2d\x64\xc2\xd2\x28\x0a\x52\xb0\xba\x18\x60\x61\x54\x81\x4d\x26\xa5\x70\xcc\xa8\x36\xb6\x81\xcc\x3e\xb8\x99\xbc\x55\x13\xf5\x2a\x3f\xe0\x0f\x6a\xa0\xeb\x42\x5f\x54\x2c\xaf\xe9\x85\xe5\x08\x7c\xd6\x94\xca\xe5\x95\xa8\x5c\x20\xcc\x38\xec\xad\xe0\x9e\x2e\x6b\xe7\xa5\x31\x5a\xb0\xf9\x05\x5c\xd4\x28\xc1\xa2\x30\xf5\xdf\x7e\xcd\x02\xe9\xc6\xae\xdd\xd2\x03\x11\xa5\xe5\x5f\x2e\x79\x13\xe5\x14\x77\xb2\x4d\xc8\x05\x77\x75\x35\x23\xb2\xc3\x59\x1c\xfc\x7e\xc3\xfb\x9a\x54\xa7\xdf\x53\x16\x37\x5c\xc1\x1e\x86\x67\x8d\xa2\x58\x76\x10\xe2\x0a\xf6\xb4\x6d\x06\x99\x7b\xdd\x04\xd6\x69\xbc\x92\x82\x50\x58\xfc\xdb\xa7\x5b\x61\x19\x2c\x9b\x96\x0a\x53\xfb\xed\x3a\x2d\xcb\x4e\x28\x2d\xa4\xb0\xf0\x95\xfd\x9a\x05\xe9\xfa\x36\xb8\x16\x14\xbe\xb2\x4f\xbe\xc0\x4e\xe8\xe0\xd3\x82\xe4\xa7\x62\x22\x86\xdd\x30\x1b\x8f\x83\x4b\x23\x44\x0f\x8a\x09\xfa\x7e\x5f\x20\x6a\xc0\x7d\x81\x28\x98\x21\xdc\x74\x6f\x3c\xc8\x36\x96\x65\xca\x94\x6d\xb2\x05\x30\xdc\x26\x1f\x75\xa1\x70\xe1\x65\xf2\x0e\xb2\x2c\xb8\xf4\xca\xd1\xef\x65\x5f\x96\x4e\x0f\x40\x90\xd5\x66\x19\x4d\xaf\xdc\xb1\xd0\xac\x39\xf2\xba\xf9\xf2\x23\x97\x50\x39\x78\xd2\x99\x27\x9f\x94\x41\xcd\xbd\x98\x26\xe5\xd8\xc1\x02\x19\x22\x07\xbf\x50\xd0\xd6\xf8\xe7\xda\x40\x7e\x01\xc4\x68\x88\x4f\x1e\x24\xdd\x0f\xc8\x20\xcd\xde\x4e\x32\x48\xef\x18\x08\x11\xd5\x49\x06\x65\xf9\xd4\x4d\x4b\xd7\xda\x32\xea\xe3\x5a\x70\xfb\x01\xe0\x96\x31\x02\x35\xf1\xf3\xeb\xc4\xbc\x28\xae\x65\x8f\x81\x8d\x1e\xdc\x01\x37\xba\xa9\x73\xd9\xe5\xcc\x22\x61\x97\xcb\x92\xc7\xca\x4d\xa0\x8c\x4c\x54\xab\xb2\x9b\x13\xb7\xe7\x67\x07\xd8\x95\x7b\xa1\xc6\x0f\x28\x08\xf8\x58\xbe\x29\x4e\xf9\x68\x58\x2e\x6b\xe9\x04\xe5\x21\xfe\x7d\xe4\xa1\x78\x54\x8e\x7e\x81\x27\xbb\x04\xf6\x82\xb4\x23\x95\xb4\x2e\x05\xc2\x86\x2e\x2d\x28\x05\xb1\x93\xd9\x8c\xfd\x21\x43\x13\x97\xad\x4b\xb8\x90\xf8\x8d\x4b\xfa\xe3\x90\xb4\x5d\x37\x1e\x37\xaf\x2f\x16\x43\xaa\x7a\x80\x60\x4f\x21\xbf\x32\x5d\x5e\xe5\x9b\x4b\x65\xb9\x27\xab\xeb\xac\xaf\xdb\x7c\xc6\xe1\x82\x82\xec\xf0\x92\x8a\x2c\x22\x8b\xf4\x35\xd0\x6f\x27\xa0\x90\xbb\x6e\x59\xa2\xd2\x43\x6c\xbf\x77\xc5\x0d\xbd\x2a\xb2\x5c\x2a\x6a\xba\x16\xaf\x4e\x5d\xa6\x22\x9d\x89\x35\xf2\xaa\x6f\x01\x1d\xd7\xf2\xf9\x0b\x50\x88\xc7\x4c\x6b\x12\xfa\x02\xf2\x89\x63\xd3\xeb\x94\x4f\xb2\xaa\xd1\x97\xca\x6a\x4e\xf6\xbd\x57\x5c\x6b\xeb\x30\xa0\xca\xf8\x46\xdb\x0b\x2a\x4c\x49\xf9\xd5\x23\x0d\x5e\x62\xa2\x15\xf2\x8b\x4a\x47\x97\x9a\xe8\x8d\xa9\xee\x92\x35\x50\x82\xbb\xa4\x97\x76\x78\x1a\xdc\x1a\x2f\xa8\x78\x3b\xbc\xf8\x5a\xcd\x6b\xa2\xfa\x24\x93\xd1\xe8\x2c\xaf\xf0\xcb\x9a\x6d\x54\x88\x2c\xc1\x2e\xff\xba\x64\x96\xd7\x17\x83\x83\xf8\x8d\x83\x0f\x34\x57\x5c\x39\xdb\x5e\x7d\x92\x88\xaa\x5f\x20\x69\xbb\xcb\x05\xb7\xf0\x8d\xac\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x3b\xa9\x16\x1e\x10\xaf\x07\xbc\xcb\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf2\xbc\x50\x53\xb9\x82\xfa\x82\x36\x22\x4b\x1c\x15\x55\xe9\x55\xdb\xb0\xd4\xba\xe6\x2d\x42\x45\x98\xa2\xc3\x02\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x4a\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x65\xa8\x45\x2c\xba\x22\xec\x30\x38\x34\xa0\x22\xa3\xbb\xf8\xa0\xab\x48\xb7\xf1\x31\x54\x71\xdd\xe9\x6b\x12\x14\x7a\xf2\x8f\xa2\xb5\x6b\x67\x42\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x08\xa2\x9d\xf2\x95\xe9\xde\xaf\x85\xa4\x84\x23\x69\xa4\xd2\x9a\xe3\x50\x85\x8a\x18\xc4\xf6\x86\x18\x7b\xd5\x33\x42\x48\xa1\xed\xf1\x15\xd6\x98\x97\x24\x88\xdb\x4d\x5a\x2d\x7e\x01\x22\xb4\xc5\xb6\x3a\x16\xde\xdd\x25\xcf\x35\x63\x91\x41\x86\x36\x5b\xd5\x9d\x68\xd3\x34\x70\x89\xa7\xa3\x85\x2a\xac\x31\x16\xec\xeb\x4e\xee\x5f\xfd\xa0\x71\x9e\x5a\xfc\x7d\x61\xc6\x6f\x0c\x02\x21\xd4\xec\x0b\x35\x9a\x18\x65\x10\x6f\x23\x5e\x3e\x60\xa9\xa7\xb2\x06\x91\x05\xab\x7a\xd0\xbd\xff\x7a\x83\xc8\x53\x97\x07\xd7\x4f\x50\xb1\x28\x91\x6d\x5f\x15\xc6\x92\xac\x73\xae\x1e\x37\x73\x6c\x84\xcc\x13\x98\x31\xb6\x11\x3d\x98\x75\x0e\x56\x18\x43\x74\x5d\x74\xa9\x70\x2c\xea\x76\xe2\x52\xcf\x75\xc1\x8d\x40\x80\xad\x23\xfb\x10\x3b\xb9\xcd\x82\x47\xd8\x11\xb1\xec\x1e\x89\x27\x2f\x06\x6f\xad\xb0\xb5\xad\x9e\x6b\xc1\x35\xed\x93\x97\xb8\x0b\xf7\xe7\x5a\x6f\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\xe1\xe5\xe2\x34\x34\x04\x42\x01\xb3\x4f\x18\x98\x57\xec\x73\xa9\x17\xb9\xb9\xa1\xbe\x60\x3f\x36\x19\xa3\x66\xa7\x83\x96\x2a\x63\x03\x1d\x7d\x52\x21\xf7\xbc\x24\xbc\x7a\xd1\x2b\xe3\x36\x2f\xf1\xf1\xd2\xc0\x1f\x69\x77\x7e\x65\x74\xa0\xed\x1d\x15\x72\xd0\x30\xd5\xde\x74\x75\x05\x3f\x20\x91\x1a\xb5\x37\xa5\xb3\xe6\x3e\xc9\xca\x25\x59\x57\x18\x71\xb2\xcf\x3d\x78\x04\x37\xaf\xc5\x12\x94\x7c\x38\x23\xb6\xcf\xa9\xb3\x15\xd7\xa7\x38\xc1\xb0\x52\x2c\xf2\x31\xf8\x30\x6a\x59\xd3\x9e\x62\x52\xdc\x4c\xa1\x0f\xf8\x85\x4e\x82\xb6\x81\x40\x75\xd6\xb4\x0d\x75\x68\x92\xdb\xd8\x12\x62\x69\x8d\x99\xd7\x36\x45\x34\x84\xd9\x65\x6d\xe5\xb6\x11\x20\xff\xbe\xf8\x4b\xd3\x03\xf0\xfd\xea\x36\xe9\xb1\xb9\x07\x48\x76\xc2\x49\x5b\x97\x16\x7c\x88\xa7\x85\xc0\xb5\xf7\x03\x1c\xca\x3a\x07\x5a\x00\xf5\xbd\x3e\x20\x0f\x94\x90\xdc\x28\x74\x09\xa9\x0d\x99\xda\x59\xd4\xd7\x50\x00\x53\x57\x44\x95\x16\xd6\x32\xba\xc7\x07\x61\xcc\x02\x39\x72\x43\x88\xa0\x1b\x82\xe8\xd2\xd0\x46\x6f\xcc\x4a\x71\x48\x4b\x8b\x0c\x60\xf7\x2c\x22\x81\x12\xa6\x61\x57\x0a\x3f\xba\x4a\xaf\xb4\x48\xa3\x84\x90\xca\x6a\xed\xa6\xd5\x16\x77\x8e\xef\xee\x89\xf6\x6e\x90\x71\xc1\x42\x30\x80\x14\xe2\xbb\x1f\xf0\xfc\xf5\x24\x11\x9a\xe7\x88\xf9\x86\xac\x6d\xc7\xd1\xb5\xf4\x70\x4c\xd1\x02\x2c\x44\xd9\x68\xcc\x0b\x29\x6a\x2f\x83\x8f\xda\xb8\xac\xbe\xfb\xfb\x93\x10\x68\x61\x32\x59\x97\x41\xa2\xa8\xd4\xdc\x03\xc8\xdd\x93\x64\xf9\x4b\x09\x78\x8d\xd6\x1e\xaf\x74\x59\x10\x09\x6f\x85\x6e\x00\xb7\xc9\x0b\xa5\xd3\xb5\x0a\xd6\xf7\x6a\xaf\x1e\x34\x04\xdc\x6b\x9b\xa9\xb1\x16\xf4\xe8\xdf\xa9\x86\xf8\x77\x9e\x85\x12\xf7\x5a\x25\x9b\x91\x6e\xd4\x10\x53\x96\xbd\x30\x95\x3e\x75\xff\x4e\x36\x64\xbc\xad\x18\x33\x59\x0c\x1a\x8b\x53\xa6\xd7\xa0\xe4\x8e\xc6\x2c\xa2\xcc\x5e\xfa\x54\x63\x79\x1d\x47\x24\x36\x24\x75\x54\x97\x09\x69\xac\x3f\x99\x24\xe5\xb7\x46\x43\xa8\x34\xcb\x86\x64\xe6\x66\x25\xae\x35\x86\xaf\x8a\x5d\x35\x66\x33\x3b\x6a\xa4\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x1b\xe3\xab\x04\xd5\xd6\xa9\x52\x4b\x4f\x6f\xc8\xf3\xc8\xdd\x1f\x10\x7b\xc2\x05\xb2\x95\x2d\x04\xb4\xbe\x88\x4c\x43\x22\x99\x38\x7b\x16\x83\x72\x9f\x74\x91\x36\x28\x77\x4a\x74\x6d\x83\x4c\x52\x3a\x58\x1b\x0b\x35\xee\x93\xd7\xd2\x19\x9b\x63\x8d\x2a\xb0\xe8\x14\x73\xb0\x4a\xa3\x90\xe5\x79\xed\x0b\x13\x82\x8b\x25\x73\xcc\x40\x76\xa6\x9b\xf8\x03\xb0\x72\xe9\x81\x6d\x09\x5d\x92\xc8\xdb\x12\xba\x8c\xdb\x9d\x60\x67\x7f\x02\xf9\x54\xb6\x84\xb6\xd3\x93\xe7\x21\xc8\x33\x3c\x06\xa2\xc5\x74\xb1\x4e\x69\x07\x71\xa9\x21\x91\x54\xfc\x52\xeb\x1b\x23\xb7\xec\xd3\x6f\x94\xa0\xcc\xdc\x29\x21\x49\xa1\x6e\x28\x68\xae\xbb\x7c\x4a\x3b\xdb\x04\xc9\x1c\x01\x97\x45\xbe\xd8\x2c\x42\xaf\x9a\x11\x4f\x33\x8e\x35\x9b\x76\xf2\xe6\x0c\x2d\xd5\x49\xbf\xaf\x37\x2c\x6d\x34\x92\x2c\xda\x45\xb1\xdf\x58\xb9\x08\x92\x86\xe4\x9d\x70\x56\x5e\xdb\x94\x5e\x92\xa5\xc4\x76\xad\x49\x6b\x92\x10\x5e\x9a\x95\xa5\x06\xe9\xc5\xb9\x48\x6d\x0a\x2f\xa9\x98\x47\xdc\x24\x06\x49\xbf\x0d\xa9\x0c\xc5\xdb\x02\xc2\x4b\x75\x40\xfe\xba\x60\x27\xbf\xba\x20\xd1\x7a\xad\xee\xb5\xfa\x42\xf5\x4d\x19\x2b\xfe\x28\x88\xae\xb1\xe2\xb8\xb5\x1f\x5c\x5f\x18\x8b\xa9\x0b\xb1\x49\xf6\x27\xb4\x87\xe4\x67\x2c\x4c\xd9\x26\xbd\xe6\x04\xd9\xc6\xd9\xac\xed\x21\x3b\x31\x80\xac\xb1\x68\xac\xf1\x7e\x44\x6b\x43\x8d\x1e\xa9\xf4\x7a\xc0\x33\x4d\xfc\x06\x37\x28\xa6\x26\x72\xe9\xcc\x4b\xd0\x52\x75\xa4\xe0\xba\x32\x6a\xe9\xf0\x61\xb5\xfc\x7a\xc0\x3b\x85\xfc\x05\x4a\x40\x48\xe2\xea\xac\x32\xee\xe0\x89\xbe\x51\x84\x4f\x7e\x83\xbb\xac\xab\x8d\xe2\xab\x52\x84\x3b\x33\x19\x1c\x81\xd4\x97\xd9\x49\x9b\xa2\x4f\x89\x27\xba\xc4\x57\x0f\x03\x3d\xb8\x4d\xa5\x40\x9a\x4e\x47\x4c\x53\xd9\xdc\x01\x09\xd0\x40\x06\xb2\x23\x69\x2a\x3d\xf2\x80\x10\x51\x77\xd4\xa2\xd1\x9d\x19\xa5\x23\xed\x56\xd7\x74\x94\xce\x34\x5b\x1b\xcb\x7a\xe4\xb6\xc8\x7e\x83\x86\x72\xbf\xc0\x6d\x21\xe1\x15\xb7\x59\x36\x8b\x48\x9d\x37\xd4\x8b\xb5\xf7\x84\x1b\x23\xfc\x3e\x52\x03\x5e\x36\x86\x8e\xda\x35\xf6\x45\xf7\x54\x10\x2d\x26\x44\x26\x8a\x4d\xc6\x2c\xf3\x66\x3d\x49\x84\x28\x39\xc1\xa7\x2f\x11\xc7\x98\xce\xd8\x98\x12\x30\x7a\x46\xbe\x9a\xb1\x92\x39\x82\xf1\x98\x59\x7c\x5d\x20\x65\x2e\xb6\x3b\x20\x7f\xf2\xa4\x96\x79\x68\xb8\x4b\x8a\x24\xee\xa2\x50\x1a\x95\x16\xd9\xa7\x94\x13\x9b\x67\x85\xe2\x31\xce\xc4\xea\x25\xc3\x07\xaa\x1e\x0b\x0f\x34\xa9\xad\x1d\xb1\xf9\xde\x58\xbd\xa0\x6c\x49\xf5\x88\xc8\xa0\xf0\x2c\x11\x9a\xef\xac\xbc\xce\xa0\xa4\xd7\xef\x0b\x64\xcd\x72\x4a\x51\xad\x79\x92\x28\x1c\xa3\xba\xd2\xa5\xd7\xc5\xbe\xd4\x23\x03\xed\xad\x49\x77\xde\x02\xe3\xe8\x8a\x5e\x99\x99\xaf\x39\xa0\x52\x8c\xaa\xd4\x96\xbe\x84\x22\x6f\x33\x44\x20\x95\xcd\x6d\xc2\xa0\x0e\x60\x5e\xb2\xb9\xa9\xb7\x35\xa2\x80\x6c\xd8\x65\xc1\x2f\xf0\x4c\x4f\x7e\x01\x61\xbc\xc3\x2f\x2c\x34\x68\x56\x7d\x6d\x2a\xe1\x05\x5e\xb7\xe1\xa4\xa4\xce\xea\x2d\xe6\x05\x28\x29\x68\xe7\x52\xef\xb4\x93\x78\x9a\x2c\x8f\xed\x30\xa5\xce\x6b\x3e\x6d\x42\xe8\x83\xa5\x47\xf5\xc5\x20\x47\x93\xf6\xde\x07\x8d\x9c\xd5\x6f\x20\xd7\x3b\xb8\x87\x4e\x28\x05\xd5\x40\x4d\x49\x71\xf2\xbe\x6c\x4a\x06\x02\xf7\xf1\x5b\xdc\xec\xf0\x71\xf9\xd0\xed\xfb\x1a\x52\xc8\x47\x39\x94\x26\x1b\x45\xdf\x17\xd3\xfc\xc9\x45\x78\xa5\xb3\x56\xa0\xf5\xee\xce\x7a\xd6\x66\x04\x30\x1e\x15\x69\x67\x9d\xb5\x02\xad\x57\x77\x86\xb9\x4b\x1c\xee\x53\x90\x49\xc5\xac\x07\x91\x37\xc5\x68\x3f\x48\x0b\x7e\x7f\x47\x5b\x0b\x7b\x10\x00\xcd\x07\xb5\x53\x86\x53\xbd\x3a\x4c\x49\x9b\x8f\x11\x84\xd1\x54\x23\x80\x21\xe9\x8e\x74\xe8\x8c\xa3\xb1\x6a\xdf\x99\x89\xea\x20\xa9\x0e\x27\x58\x91\x1e\xd1\x4f\x14\xec\x30\xff\x65\x79\x6b\xbb\xfc\xfb\x49\xde\xe4\xf6\x09\xf6\xe9\x36\x97\xd5\xab\x04\x17\xd8\xcb\xc8\xdb\x99\x67\x6a\x21\xa0\xc3\x52\x54\x8c\xc7\x8b\xf1\xb8\x06\x0a\xa6\xa3\x62\xca\xb8\x56\x80\xb1\x56\x02\xc5\x53\x5e\xb4\x75\x2d\x52\x11\xb9\xc2\xd8\x54\x24\xbf\xf7\x8b\x4b\x23\xa8\x2f\x2c\x8d\x24\xed\xce\x50\xf7\xfc\xea\xf1\xc4\x0b\x9e\x04\xcf\xa1\xea\x07\xa0\x96\xe0\x11\x41\xbd\x52\x7c\xfa\xcd\xa0\x02\x4f\x62\x89\x67\x5e\x4d\x3a\xdd\x6c\x26\xe9\x70\xb2\x95\xe4\x17\xb8\x56\x1a\x82\xc5\x02\x2d\xeb\xf4\x9b\x16\x31\x21\x12\xb1\xe9\x2f\x82\x44\x49\x6c\x57\x2e\xe8\x37\x61\xd4\x24\x61\x79\xaa\x66\x5e\x0f\x4b\xaa\x69\x0e\x08\x1e\x7a\x1d\x01\x53\x5a\x4b\x9b\xa9\x0b\x86\xa7\xe2\x93\x11\xd1\x41\x96\xee\xc6\x06\xee\xa9\xa3\x75\x6c\x48\x62\x16\xed\x8c\x8d\xef\x0f\xb5\x91\xfd\xab\x55\x1b\x1b\x99\xa7\x44\xb5\xb1\x91\xd8\x84\xc3\x01\xbb\x90\x25\x92\x81\x7c\x4d\xdd\xb7\x59\x46\x20\x1f\x93\x99\x67\x4c\xa9\x28\x75\xd9\x27\x46\x58\x77\x4c\xaa\x8d\x18\x99\xe0\xdf\x07\x92\x2a\xaa\xda\x3b\x6e\x22\xd2\x14\xe0\x7a\x2b\xd9\xfd\x9f\x48\x4a\x72\x9b\x74\xa3\x35\x18\xcc\xbd\x74\x2e\xe5\x88\x8b\x2e\x34\xeb\x18\x91\x13\xad\x21\x61\x25\x1a\x3e\xc5\x46\x5c\xdb\xc1\x5f\x80\x50\xb2\xbb\x04\x6f\x96\xb6\x3a\x68\x19\x4a\xaf\x2e\x07\xce\x41\x41\x19\x39\x2b\xcd\x1a\xb5\x9e\x4d\xfd\x03\x76\x20\xdb\xd9\xc7\x32\x03\x49\x34\x1c\xcc\xd0\x74\xb0\xdc\x48\x4c\x6b\x50\x8f\x70\x0f\x96\xd7\x07\x94\xa1\x5f\x2f\xc0\xd4\x25\xb3\xe9\x80\xb3\xaf\x18\xd1\x10\xcb\x7c\x8b\x55\x19\x69\xd1\x82\xd0\x92\xb0\x23\x3d\x89\x25\x97\xc9\x46\x32\x32\xc7\xd4\xe9\x3d\x50\x11\xd0\x76\x9c\x91\xd7\x35\xf0\x82\x12\xc6\xa8\xf2\xea\x01\xbe\xa3\xe2\xdf\x41\xd0\xe5\x47\x25\x4e\x07\xec\x52\xba\x1f\xa1\x0c\xc4\x75\x3b\x92\x7d\xc0\x83\x57\x24\xff\x0c\xd8\xa5\x6c\x5b\x19\xcb\x2e\xa5\xed\x3d\x0a\xd2\xd9\xc4\xc4\x06\x44\xb8\xe6\x55\x45\x9d\x68\x47\xca\x0d\x4a\x70\x62\xed\x03\x97\xfc\x95\xe2\x01\x06\x09\xcd\x10\x61\x7f\x16\x0f\xc8\xfd\xe9\x0e\x90\xff\x23\x06\x35\x28\xe2\x39\xd8\x61\x14\x9a\x94\x64\xed\x1b\x95\x73\x14\xc8\x4c\xb7\xb4\xfc\x3f\x28\xf4\x49\x30\x19\x95\x73\x74\x07\xb8\x69\x46\x62\xeb\xa8\x60\xf4\xc5\xdf\x33\xe6\xd2\xef\x83\x45\x15\xb7\x99\xde\xe3\xfe\xa9\x05\x75\x3f\x00\xe3\x97\xe0\x33\x2a\x15\x5e\x93\x55\xc5\x35\x17\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x64\x5f\x5a\xb7\x1b\xf0\x59\xba\x56\xde\x40\x4d\xe9\x22\xc1\x64\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x15\x02\x93\x02\x62\xbb\x5c\xa0\x6c\x74\x1c\xb1\x12\x5d\x46\x87\x0a\x6b\x90\xa6\x08\x99\x7c\xdc\x0d\xe6\x52\x7a\xe5\x3b\xea\x74\x0d\x7f\x4f\xcf\xba\x59\xf3\x12\x29\x65\xc5\x19\x28\x84\x52\xcc\x99\x99\x7c\xe9\x90\x83\x31\xd6\x29\xaf\x59\xa1\x14\x4a\x35\xab\x5d\x26\x34\x0f\x3a\x50\x8d\xce\x40\xd3\xa4\x66\x4f\xe8\x18\xac\x1e\xe1\x0f\x26\x33\xd6\xad\xc4\x65\x0c\xc0\x24\xa3\xe8\x18\x24\x47\xd3\x27\xaa\x9d\xb8\x08\xce\xd8\x91\xd7\xae\x13\x78\xec\xd4\xa1\x85\xe6\x65\x2e\x93\xf4\x3e\x20\x92\xba\x98\xd6\x60\x85\x3e\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xaa\x4d\x6f\xfb\x3a\x0f\x84\x06\x96\x3b\x71\xa4\xc5\x40\x89\xea\x22\x21\x6f\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x68\x2c\xbc\x1c\x48\x10\x78\xb5\x79\xfb\x9d\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xa0\x0e\x06\x5b\x59\x43\x1d\xbc\xf4\xbf\x9b\x15\x2c\x41\x73\xf8\x41\x05\xd4\x6e\xd3\xb2\xe3\xd5\x44\x84\xb6\xf3\xe5\xc7\xb9\x44\x30\x4d\xeb\xa4\x74\xa3\x59\x2d\x49\xd3\xbb\x00\x82\x65\xf0\x07\xab\xe8\x9e\x7a\xbc\xa8\xfa\x7b\x1a\xa8\x51\xed\xe2\x20\x03\x72\xa5\x8b\x5e\x0e\x0a\x7d\xd5\xbf\x73\xef\x9b\x25\x2f\x9b\x9c\xa9\x9e\x25\xf5\x5e\xfc\x08\x09\x89\x8e\x25\x1c\x30\xb1\x59\xa9\xe1\x5d\xd2\xcd\x16\xd8\x71\x73\xf3\x6b\x52\xa8\x90\xd7\x4c\x30\x37\x72\x2e\xbd\x29\x10\x68\x95\x86\x11\x7d\x13\xa6\xf1\xa3\x80\x85\xc1\x4b\x01\x1d\x9b\x32\xe8\x6d\xb4\x6f\x78\xb0\x82\x9e\xe3\x40\x06\x4b\x87\x38\x0e\x64\x20\x70\xcb\x2e\x9b\xc1\x02\x79\x8e\xd2\x18\x0c\xdc\xb2\x6f\x78\xc0\x4a\xe7\x14\xe4\x81\xc0\x2c\xa7\xd0\xef\xdb\xc6\x1e\xa2\x1e\x04\xac\x4c\x56\x3b\x21\xe0\xda\x1f\x50\x04\x2a\x7e\x01\x7c\xbe\xf9\x05\x8a\x8e\x3a\x48\xf6\x25\x3a\x0e\x3f\xb8\x39\xe6\x07\xa8\x1d\x97\x90\x14\xf1\xd0\x9d\xf7\xec\x39\xce\x62\x0f\x8b\xe8\xbb\x1e\xac\xc5\xac\x7a\x00\x0d\xb5\xfb\x0b\x1c\xa0\xcd\x1f\x1c\x4c\x9f\x0b\x7a\x00\x8a\x6b\xee\x60\x01\x65\x20\x20\xb2\x1b\x11\xf0\x32\x5a\x48\xd8\x97\x0b\x51\x27\xea\x1e\xd7\x6a\xf9\x01\xa4\x00\x11\xf9\xbe\x4c\x6e\x22\xa0\x9d\xd2\xa1\x63\x22\x70\x79\x79\xaa\xd1\x3d\xb0\x6a\x9b\x58\xd4\x1e\x17\x2e\xfd\x00\xdb\x40\x72\xfa\x9e\xd6\x7a\x0e\x3d\x40\xd6\xac\xc1\x86\x17\xd0\x91\x42\x3b\x4d\x64\xda\xa9\x3b\x72\xf2\xec\x68\xda\x33\xa3\x66\x74\x66\xee\x99\x40\x8b\xc4\x76\x14\xb3\xb0\xa8\xb6\x67\xde\x10\x27\x9a\xdb\x69\x11\x73\x94\xc4\xce\xb4\x39\xdb\x38\xf6\x82\x3c\x3e\x1d\x27\x3b\xc5\x19\xc7\x13\xec\x14\x4e\xbc\xbc\x75\x21\x5f\xd3\xa8\x0c\xd5\x18\x7e\x80\xe2\x8b\x9e\x47\xa5\xc3\x2c\xfa\x05\x50\x48\xf7\x10\x20\x88\xee\x0f\xc8\x82\x24\x1c\xec\xcb\xe5\xe6\x2e\x59\x7a\xc1\x66\xfe\x9d\xd2\x82\xfd\x95\x7b\xa3\x46\x6e\xaa\x6b\x0f\xc8\x54\xa8\xe9\xb4\xac\xe9\x80\xd8\x59\xbd\xd7\xe6\xe6\x7d\x2c\xe4\x09\xff\xa8\xb6\x6b\xf3\xf3\xce\x98\x69\xbb\x81\x76\x1a\x8c\xec\x74\xd9\xe9\xff\xb2\x57\x66\x1f\x9c\xba\xc0\x1c\xe4\x74\x5a\x51\xb8\xc3\x9a\x2d\xd6\xfb\x58\xf3\xd0\x03\x78\xbb\x9a\xed\xcd\xfb\x4e\x32\x91\x86\xba\xef\x64\x03\xb2\x4e\xec\x34\xea\xd8\xaa\xb8\x33\x2c\xd9\x51\x24\x3b\x13\xac\xac\x96\xef\x07\x73\xcc\xbd\x3f\x8e\xc5\xde\xdc\xe9\x5a\x02\x4d\x9e\x07\xac\x43\x3c\x71\xfd\x7f\xb6\xd0\xb8\xa3\x2a\x6e\x19\xfe\x1d\xba\x41\x77\x07\x4c\x1f\xf6\x06\x42\x39\x02\x9b\xc1\x77\x04\x0d\x15\x1d\x23\xfb\xb9\x96\x50\xb8\x61\x89\x31\x6b\xb6\x3b\x2d\x3b\xb6\xb7\xed\x3c\x80\xbd\x07\x4f\xa8\xb2\xdd\x6d\x54\x99\xf6\x76\x60\xc1\x01\xdb\xbf\x76\x5c\x43\x56\xcd\x40\xe1\xf3\x72\x5c\xca\x4e\x23\xcc\xf8\x51\xaa\xd1\xce\x2b\x7a\x6d\x90\xde\x2f\x2e\xbf\x0e\xa6\x9d\x77\xee\x3a\xcc\x64\x87\x45\x65\x98\xbb\xd2\xdf\x65\x02\x5a\xc5\x01\xcc\x23\x6e\x02\xa8\x09\xa0\x3a\x6d\xf1\x91\xc0\x84\x2c\x57\x87\xd9\x79\xb6\xda\x84\xb7\xd3\xa1\x65\x5b\xeb\xfe\xac\x31\xf4\x09\xa3\x9a\x5d\xed\x65\x47\xf4\x4d\xb0\x55\xe3\xd8\xd6\x3c\x9a\x1e\x04\xbe\x51\xf5\xa0\xb3\x53\x3f\xc0\x6d\x17\x52\x5c\x0f\x78\x83\xec\xf0\x3e\x36\x90\x97\xd8\xce\x81\xe0\x96\xaa\xed\x7b\xf0\xa0\xb2\xd5\xee\x08\x34\x25\x49\xec\x38\x70\x32\x8d\xf4\x7a\xe3\xe2\x03\xbd\x11\x97\xa0\xa0\x41\x10\xce\x52\x5e\x2f\x90\x9f\x56\xbf\xb0\x03\x8a\xac\x36\x2c\xc2\xd5\x6d\xf2\x36\xe9\x0c\x07\x7d\x39\x3a\xb3\x0f\x18\x0d\xaa\x18\xc0\x91\x32\xa7\xa1\x21\x13\xe7\xe9\x0f\xb8\x33\xa3\x7b\xbc\xf1\x82\x10\x99\x49\xb2\x02\x31\x53\xff\x14\x91\x1f\xb8\x20\xaa\x6a\xaf\x1f\xc8\x4f\xf2\x45\x16\x47\x5e\x3b\xdb\x2f\x2c\x32\x55\x97\xac\xd2\xef\x2f\xa6\x1a\x9f\xab\xe8\xfa\x28\x64\x5a\x86\x91\x91\xb9\x92\x01\x0e\xa8\xed\x55\x74\x7f\xe0\x32\x55\xbb\x27\x0f\xdc\xd5\xef\x7c\x81\x03\xc9\x48\x3d\xbb\x3f\xdc\x59\x6b\xe2\x29\xd4\x0d\x05\xf1\x3a\xd6\xa2\x3b\x40\x3e\x94\x91\xc4\x92\x47\x46\x7b\x5d\xc5\xe1\xd5\x26\x80\x5a\x47\xc6\x01\x57\xbf\x4f\xf2\x15\xf7\x3b\xa0\x84\xeb\xa6\xfc\x72\x40\xe9\xee\xd9\xbf\x2f\x88\x84\x43\x86\xa2\xd8\x4c\x7d\xc0\x2f\xe3\x6b\x96\x0e\x64\x86\xdb\x72\x79\xa0\x1a\xa9\x2d\x8b\x47\x23\x88\x9a\x22\xa2\x80\x7d\x63\x78\x39\xa0\x73\x57\xaf\x5a\x03\xad\x1a\xe4\xe5\xb7\x69\x86\x80\xf9\x2e\x32\x76\x1e\x88\x13\xae\x06\xb1\xf3\x64\x11\x7f\x3d\x90\x1c\x95\x5e\x0b\x83\xe4\xa8\xfa\x7a\x81\xe4\x1c\xdd\x25\xd4\x4d\x31\xd0\x83\x77\x43\x59\x1f\x3d\x10\x3c\xec\xc2\x02\x47\x47\x0e\xfe\xab\x8d\xdb\xc8\x24\xd1\x1c\x9d\x3a\x55\xf3\x0b\x07\x6c\x4e\xc2\x13\x02\x5d\x5e\x8c\x86\xf7\xa6\x36\x83\xc8\x95\x91\x64\x70\x30\x9d\x4a\x3c\xf7\xa0\x12\xdf\xe5\x5e\x3d\x18\x19\x63\x9f\xf0\x31\xe0\x5f\x35\xa7\x19\xbc\xe4\xcd\xdc\x0e\x9e\x24\xbb\xf8\x8f\xc1\x1a\x91\x6e\xa3\x42\x8b\x99\xdf\x80\x63\xf1\x05\x02\x4a\xb3\x79\x3f\x40\x6e\x78\x2d\xed\xc0\x75\x59\xe5\x47\xc7\xd0\x81\x90\x1b\x47\x49\x1d\x10\x31\xaa\x24\xdb\x63\x67\x0d\x36\x21\x68\xcf\x78\x5f\x2b\x84\x92\xfe\xdd\x2b\x80\x6a\x4d\xd5\x4b\xcc\x34\x2a\x7b\x22\x0e\x5a\x08\xec\xee\x3b\x60\x21\x70\x70\xf6\xb1\xf3\xd8\x95\x15\xfd\xa0\x81\xc0\x2c\x6a\x65\x84\xeb\x83\x83\x56\x4d\xad\x08\x8a\x2d\xd9\x4b\x7a\x20\xef\x2a\xbd\xda\x34\xab\x98\xf6\xe1\xc7\x72\xad\xd1\xe3\xe0\xe5\xcc\x06\x80\xfa\x80\xf7\xef\x41\x59\x3b\xbb\x4b\xdc\x7c\x28\x71\xe7\x60\x01\x55\x59\xc0\x0e\xda\x13\xec\xc9\x38\xe0\xc9\x7a\xf1\xed\x93\x5b\x45\xcb\x00\xf1\xc6\x9e\x8d\x03\x05\x55\xad\x66\x1f\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x85\x58\x96\xdc\x8f\x25\xfd\xc8\xe8\x7e\x50\xfa\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x44\x13\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\xf9\xef\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x45\xdb\xf7\x8c\xa0\x75\x39\xa4\xce\x65\x48\x69\x7e\x00\x93\xb8\x58\xd2\x19\x79\x18\x6b\xbb\x9d\xb8\x40\xd5\xd7\xb5\x9e\x8c\xb7\xb6\xbb\xf3\x64\x11\x80\x79\x3c\xff\xe0\xe4\x39\x59\x21\xc0\x71\xcb\x27\xa3\xb3\x1d\x87\x7c\xd2\xec\xf2\x6a\xf3\x70\xf6\xca\x27\x6a\x16\x3a\x1a\x4f\x78\xe1\xac\xa5\x9f\x2c\x22\xf0\x5a\x3a\x5e\xc1\xfa\x5a\x3b\x16\x0d\x70\xe8\xf2\x99\x58\xf5\x57\xb3\x46\x91\x00\x3b\xf2\xce\x84\x62\x5d\x46\x1b\x4a\x04\x58\xab\x3f\xa7\x04\x9e\xac\x68\x9c\xac\x82\xaa\xc3\xe4\xcc\xeb\xbe\x28\xb5\x29\xd9\x09\xed\x99\x77\x56\x69\x8e\x28\x72\xea\xf8\xae\x13\x45\x4d\x75\xe7\x7e\x39\x11\x2f\xee\xd4\xfd\x13\xa9\x76\x8e\xa4\x3e\x51\x0d\xc0\xc5\xc5\x4e\x78\xe5\x5c\x96\xef\x44\xb4\x78\x35\x42\xe0\x95\xf3\x71\x7c\xc2\x2b\xa7\x4b\xff\xcb\x59\x40\xdb\x5e\x83\x02\x71\xc7\xa4\xbd\x9c\x6a\x06\xa0\xf0\xf4\x34\xe9\x96\xe3\xfb\xab\xd9\x2f\x72\x96\xb5\xee\x02\x11\x02\xbb\x55\xfb\x93\x5e\x35\x7b\xb9\xcf\x8a\xfa\x15\x3a\x8f\x4f\x14\x13\x70\x14\xe7\x59\xe3\xf7\x57\xab\xb2\x29\x9f\xcb\x6e\x25\xd5\xff\x44\x7c\x7a\x33\xdd\xe0\xfe\x81\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\x90\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x5b\x6e\xea\x47\xe9\x26\x5d\x10\x5e\x4e\x04\x56\x55\xd9\xb0\x4e\x98\xbd\x6a\xf7\x42\x2f\xb3\x97\x19\xeb\x12\xe1\xbd\x54\x8d\x87\xbc\xfb\xec\x64\x33\xee\x94\xc9\x78\xf6\x21\x9f\x9d\x56\x09\xb1\xfb\x13\xb5\x94\xaa\x8e\xb4\xb3\x33\x32\xd8\xa8\x1a\xc8\xbd\x35\x77\xc5\x85\x00\x55\x16\xa9\x73\x70\x0b\xba\x07\x64\xeb\xd5\xea\x0f\x16\x94\xfe\x62\x0d\x21\x28\x59\x1a\xc9\xe7\xe8\xc9\x9b\xfa\xcd\xeb\x96\x5d\xcc\x44\xbb\x53\x4a\xf7\x19\xc0\xa2\xfd\x66\x55\x3b\x0d\x04\x26\xfb\x9d\x77\xac\x69\xde\x88\xb5\xb2\x9b\xe2\xdc\x89\x7e\xaf\xdf\x4e\xdf\x9b\x16\x18\x9e\xb0\xe6\x69\xf1\xae\x2a\x7b\x6a\xcf\x23\xe0\x9c\xd4\x07\xc7\x42\x8c\xbe\xa0\x5c\x6b\x3c\xf0\xf2\x2a\x1b\xe6\xce\x65\x98\x33\x91\x1d\xa4\x19\xb7\x21\x05\xca\xbe\x70\xc2\x70\x57\x5e\x3d\xd2\x2f\xa6\x49\x1e\x9c\x83\x41\xe4\x62\xfb\x77\x10\xb5\x74\xc2\x13\xc1\x54\x55\xc6\x83\x93\x52\xa7\x79\x15\x0b\x08\xd8\xb3\x7b\x9e\xe4\xf1\xe6\x56\xbc\x56\xb5\xfb\x68\x5c\x3e\x2b\x49\xba\xe7\xb5\x68\x54\x78\x42\xe8\x52\x6d\xfe\x62\x6d\x3d\x41\x81\xb8\x70\x57\xfd\x3b\x79\xd1\xe9\xf6\xa3\x20\x85\xf3\x5e\x8a\xb2\xba\x47\x82\x9b\x83\x28\xce\x9b\xc3\x6b\x11\x6e\x28\xce\xe6\x0c\x28\x59\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\x20\xf0\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\x89\x50\xae\x15\xa7\x54\xd4\x06\xa9\x89\x4c\x2e\xc4\x2d\xf9\xb2\xca\x0b\xd1\xde\xbe\x9e\xf7\x82\x27\xaa\x0e\x8f\xc7\x29\x69\x06\x81\xdb\xb3\xfa\x01\xce\x41\x69\x91\x57\x5c\x53\xd2\x14\x28\x40\xc9\x5c\x7c\xf1\xde\x51\x9b\xd2\xae\x15\xa6\xf4\xea\x82\xe9\x06\x1e\x34\x22\x4f\x23\xfb\x0b\x86\xd3\xf8\x77\xba\x21\xb4\xe3\xaf\x44\xf1\x5e\x3b\xfc\x82\x45\x70\x38\x15\xe8\x4a\x6b\xcb\x09\xac\xb4\xb6\x87\x96\x82\x61\x41\xb6\xec\x5c\xb8\x23\xde\xaa\xdf\x95\x79\x3a\x7a\xb1\xf2\x82\x5b\xa3\xf2\x66\x50\x47\x81\x5d\xcb\x1b\xa5\x9d\x7f\xb1\x28\x91\x1d\xc5\x17\x42\xba\x5d\xe9\xfc\x42\x91\x22\x1f\xc9\x17\xc5\x10\x99\xa2\xaf\x29\x76\xa4\x61\x1a\x2d\xd4\x98\x9b\x5f\x00\xfa\x65\xcb\xbe\x18\x0c\x94\xfd\x01\x25\xbb\xe6\x17\x28\x88\x24\xf7\x00\x10\xb4\xcf\xae\x4a\xe4\x7a\x01\xeb\x22\x52\xcd\x9b\x55\x22\x2d\x37\x5c\xa8\xf9\x68\xb3\xdb\x55\x79\x5c\x1a\xb7\x94\x13\x86\x5f\x40\xc4\x90\xa4\xf0\x0b\xc1\x33\x9b\x51\xbd\xc4\x02\x43\x4d\xc3\x9e\x36\xf3\x45\xb1\x40\x96\xee\x8b\x65\xc4\x9d\x22\x75\xb1\x88\x91\x59\xec\xb5\x8a\x16\xe9\x4c\xbf\x50\x58\xdc\x25\xdf\x2f\x66\x8b\x39\x89\xea\x42\x89\x46\xc7\x57\x5f\x28\x52\xe4\xd2\x37\xd7\x92\x12\x9a\x3f\xa0\x48\xe7\xdd\x88\xaa\x44\xbe\x2f\xf7\xa2\xd4\x60\xbc\xa1\xa0\xa2\xab\xd2\x5f\x83\x5c\xdf\xdb\x73\xb9\xd3\xbc\x38\x83\x9b\xc9\x1b\x9a\xd1\x32\xaf\xdd\x35\x78\x84\xbf\x06\xa1\xd0\x66\x9e\xc0\x2b\xd8\x5f\xfb\x0f\xf1\x31\x56\x3d\xaf\xb1\x70\xa7\x89\xed\x54\x28\x4c\xa6\x3b\x71\xe7\x36\xdd\x4e\x92\x13\xae\x9d\x5b\x43\xf2\xfb\xb5\xaf\x41\x35\x57\xd4\x48\x9c\xba\xde\x0f\x8e\xa3\x0b\x31\xd9\xbe\x2d\xe3\x62\x51\x21\xfb\x47\x2f\xb8\xef\x8a\x1d\xe6\x17\x6b\x8d\xdb\x11\x7c\x1d\x5c\x3d\x41\x88\x28\xec\x4d\xd6\xeb\x0b\x87\x7c\x0b\xee\x91\x48\x11\x0e\xce\xb5\x14\xea\xe0\xa4\x9d\xc6\xdc\x1e\xc6\xa5\x26\xfd\xf8\x3a\x19\x2c\x55\xfc\x00\x56\x56\x9f\x06\xb8\x9a\xa7\x49\xa7\xba\x4e\x9e\x91\x5e\xfe\x0b\xf6\x32\x93\x2c\xab\x08\xd9\xfe\x75\x5d\x58\x07\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x9b\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\xba\x9a\x89\x01\xb2\x8a\x45\xa3\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x05\x4e\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x24\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\x26\xe7\x9b\xdc\x6f\xdc\x58\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x6f\xf8\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x91\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\xc5\x2b\xbb\xbc\x9f\xda\xe3\x77\x86\x96\x67\xda\x80\x18\xe3\xcc\xda\x1b\x17\x38\x36\x89\x31\x37\xac\x23\xce\xee\xbf\x0b\x45\x6f\x77\x58\x08\x82\x90\x54\x16\x69\x08\x84\x42\x47\x75\xf6\x03\x9a\x2f\x4d\x5d\x85\xb5\x6a\x8a\x07\x7d\xd0\xa7\xbe\x98\x82\x4e\x4a\xfd\x47\x69\x43\x37\x62\x7e\x9a\xc4\xc7\xbb\x62\xfb\x78\xb4\xca\x19\x6a\x02\x75\x11\x92\x3f\xa0\x15\x50\x32\xcf\xdd\x16\x2d\x6a\x99\x70\xb5\xe2\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x78\x00\x49\xfd\xb8\x71\x3d\x8b\x3d\x64\x37\x02\x88\xed\x61\xbe\xe1\xdc\x74\x15\xc6\x1b\x39\xf8\x63\xf3\xef\x48\x5a\xe8\xee\xef\x82\x13\xcb\xef\xdf\xd8\xf1\xfe\x1d\x08\x35\x25\x77\x3a\x16\x24\x0f\xdf\x53\xe6\x4a\xdb\xe6\x36\x44\x2c\x1d\x5f\x37\xca\x26\x39\x9a\xeb\x9e\x12\x56\xb2\x3b\xe8\xee\xb4\xee\x0a\xc9\x7d\x2d\xba\x1f\xe0\xc4\x74\xd0\xd3\xdd\x61\x93\xf6\x32\xc1\xeb\xb8\xe9\x68\xb8\x07\x8b\xbc\x6b\xc4\x81\x58\x78\xf3\x28\x0a\x4b\x9b\x3b\xe4\xcd\x2e\xdd\x1d\xd2\x63\xa4\x36\x52\xf1\x7d\x09\xfd\xbd\x47\x42\x24\xa4\xc0\x33\xf8\xba\x58\xf7\xde\x61\xae\x70\xd4\xc6\xbd\x43\x91\x95\x26\x7c\x23\xba\x78\x33\x69\xed\x8b\xf6\x85\x77\x18\x5d\x5e\x89\xa1\xf7\xce\x4b\x66\xb5\x50\xf4\x2e\xbe\xd8\xda\x0e\xc6\xa8\x03\xe8\x86\xd1\x25\xbc\xb6\xd3\x0a\x26\xd6\x31\x7e\xc3\xa8\x62\xa7\xd1\x7d\xc0\xbb\x60\x56\x4b\x6f\xa1\xb9\xff\xd1\x41\x3b\x7e\x7f\x10\x04\x4d\xfb\xa0\x02\x26\x89\xf0\xc6\x6d\x89\xd6\x43\x6e\xd4\x61\x6c\x8e\x23\xba\x51\xdf\xa8\x79\xc3\x40\xbe\xda\xcc\x13\x4e\x48\x70\xc5\x6d\x9c\x99\x0e\x35\xbf\x91\xa3\x16\x9c\xb6\x79\x9f\x8b\x5c\xdc\x25\x29\x58\x88\xbc\xb8\x9a\xc2\x34\x43\x89\x1d\x6f\x75\xd3\x2e\xe3\x68\xa4\xfb\x5a\xb1\x7f\x6a\x43\xe2\x32\x85\x5e\x0b\x0f\x82\xe1\x5a\x40\x79\x0c\x48\x81\xc6\xcb\xb5\x80\x34\x50\xb8\xa2\xd5\x1f\xa0\x00\xb5\x0d\x9c\xf7\x8d\x73\x56\x96\x93\x1b\xee\xbb\x26\xb3\xe0\x8d\x78\x28\xdb\xf0\x6e\x5e\x5d\x68\x17\xe5\x8d\xfc\xb1\xd7\x5d\xcf\xf7\x0d\x59\xd8\xbb\x04\xee\x35\xdf\xf6\x70\x3f\x1c\x51\x1d\xc0\xbb\xe6\x82\xfc\xf7\x03\x66\x28\x7b\xea\x8d\x60\x28\x7b\xd3\x6f\x26\x90\x99\x51\x3d\x58\xe9\xea\x36\x33\x57\x3d\x05\xa4\xfb\xf7\xe6\x17\x60\xcd\xf7\x16\x79\x50\x45\xc1\x33\xa2\x37\xce\x01\x3f\x37\x4a\x42\xb6\xea\x0e\xe9\x7e\xf8\xb4\x9f\x8d\x06\x38\x21\xf1\x81\x7b\xce\x9e\xe3\x67\xa3\x33\x4b\xbb\xf4\xd9\x30\xe7\xea\x0f\x70\xfb\xa8\x4e\x9b\x07\xee\xb8\xd7\x1d\x97\x0f\xca\x25\xbd\x72\x82\x1f\x86\x77\xd5\xed\x47\x37\xb2\x3e\x88\x6c\xb6\x6b\xfb\xc1\xed\x29\xe6\x22\x0f\xc5\x33\x99\x44\x1e\xc4\x82\x6d\xc3\xbf\x4f\x32\x73\xb0\xff\xc3\x6a\xd8\x0e\x61\x7b\xe0\xce\x73\x2d\xb0\x07\xd5\xb0\x5d\x93\xe1\xa1\x38\x27\x8b\xca\xc3\x30\x68\x23\x24\x20\xc9\x7f\xf3\xf7\x08\x81\x97\xdc\xff\x20\x18\xcd\xd5\xc8\x1e\xdc\x80\x68\x15\xff\x09\x3c\xbd\x04\xe0\xba\x00\x51\x5b\xed\x41\xa5\x82\x51\x3c\xc0\x4d\xfc\x19\xa2\x07\x64\xa5\x19\xc5\x00\xf5\x49\xbf\xc7\xb5\x79\x35\x44\xa4\x3d\xbc\xf8\x01\x99\xb5\xd7\x08\x17\x84\xdb\xdf\xf8\xb0\x72\x81\x18\xeb\xb3\x2a\x7e\x6b\x52\x91\xbc\x5a\x82\xfa\x83\xcb\x58\x9c\x9b\xf2\x44\xec\xf6\xe6\x01\xb8\xdb\x83\x47\x00\x4b\x92\xb1\xe5\x61\x0c\xf5\x0b\x68\x3a\xf3\x24\x04\x3f\x09\xc9\x2a\xe2\x1f\x4f\xa2\x27\x5b\xb3\x86\x2b\xef\x95\xa2\xfa\x20\xc5\xce\xca\xfb\x83\x14\x3b\x97\xfc\x7d\x70\xe7\xe1\x4b\x9a\x7b\x50\x4f\xf3\x95\xa1\xfc\xc0\xd9\x67\x9b\xc3\x93\x68\x08\x15\xc3\x78\x50\x0f\x7c\x64\x0f\xc9\x10\x04\xa3\x05\xee\xbe\x57\x92\xf4\x03\x7f\x9f\x73\x54\x9f\xbc\x56\x42\x5d\x64\xdc\x0e\x6f\xf2\x61\x81\x28\x07\xd4\x3d\x99\xd3\x10\x50\xb0\xbd\xd9\xaa\xf1\xc0\xd4\xe6\x7c\xca\x27\xaf\x03\xc9\x2f\x80\x47\x98\xe0\xcb\x82\x51\x98\x2e\x84\x51\x68\x28\xf3\x04\xf3\x65\xf1\x0f\xaf\x31\x74\xd4\xcf\xb3\xa4\x56\x29\x30\x4f\x01\x35\x74\xb7\xc9\x79\x8d\x59\x18\xe3\x5a\x35\x0c\x20\x17\x99\x63\x9f\x4a\x6a\x30\xde\x50\x73\xca\x31\xdc\x0f\xae\x74\x71\x3e\xfe\x03\x1f\x5f\x73\x18\xe1\x83\x28\xbe\x57\x56\xf5\xc3\x54\xba\x31\x3c\x06\x34\xc1\xee\x2f\x60\x9e\x2d\x6e\xf3\x4e\x05\xcd\x12\x35\xa7\xac\x69\x3e\xa8\xae\xb0\x79\x61\x2a\x44\x26\xaf\x7d\xc5\x9c\x8c\x36\x66\xce\xbd\xf0\x0c\xc9\xd8\xfe\xb9\xa7\xf1\x76\x30\x01\x08\x41\xb9\xf9\xda\xfe\x07\xd6\xc1\x66\x7a\xc4\xfd\x2e\xbe\x29\xea\x61\x79\x06\x47\xd8\x3d\x0d\xa1\x4c\x52\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x18\x96\x00\xf4\x40\x18\x76\x3e\xcd\x83\x6a\x55\x0e\xd7\x78\x68\x7e\x94\x11\xe3\xe9\x9c\x83\xb0\x84\xa8\xc0\xee\x6d\xcf\xa0\x40\xb3\x67\x5a\x23\xa5\x93\x3d\xa8\x6d\xd5\x86\xc7\x1b\x5c\x67\x4d\x01\x05\x45\x9b\x0f\x04\x18\x27\x47\xf9\x51\xbe\xd0\xc3\x0b\xcf\x25\xe6\x3c\x08\x10\x0c\x8e\xde\x7b\xe0\x00\x6d\x8e\x06\x7d\x90\x2a\xe0\xa8\xa5\x07\x0e\xd0\x26\x25\xf5\x41\xe6\x40\xc8\x6e\x27\x5c\x7b\xaa\x0e\x99\x38\xe0\x08\xb9\x07\xa2\xba\x6f\x40\x7b\x06\x27\xec\x0f\xb0\xb7\x86\x07\x3c\x89\x00\x3f\x58\x30\x0b\x85\xa8\xae\x6e\x9b\xc9\x43\x59\xde\x84\x0c\x7f\xaa\xab\x3e\x3e\xfb\xa2\x3b\xf5\xb8\xaf\xbd\xe4\x2f\x78\xc6\x1b\x2d\x3b\x81\xd4\x90\xfb\x80\xaa\xed\xdf\xa1\xe1\x6c\xee\x91\x0c\x41\xba\xfb\xb3\x33\x0a\xc0\xc7\xec\x8e\xdd\x33\xfc\x02\x03\x2b\xdc\x7e\x08\x82\x86\x44\x79\x0a\x07\x8b\x3e\x07\xce\x69\x13\x26\x24\xfd\xe4\xa2\x09\xcf\xc1\xfd\xae\x95\x39\x16\x17\xd3\x10\x08\x04\x0c\x5e\x6a\x98\x4e\x7d\xf1\xf0\x03\x51\xdf\xe1\xd8\x0f\x4c\xa7\x76\x43\x3f\x27\xd1\x26\xf3\xc0\x83\x30\x3e\x1b\xa4\x9f\x73\xf1\x76\x3f\xe0\x06\x96\x01\xe1\x61\xad\x53\x47\xcd\x3d\x10\xfe\x9b\x7d\x10\x0f\x8d\xad\xde\x4f\xb8\x47\xd1\xc1\x10\x0f\x04\x75\xdf\xe7\xfa\xc0\xc1\xea\x1a\xa0\x0f\xf2\x0e\xd2\xab\x7d\xe1\x7d\x81\x74\x21\xd2\x48\x22\xea\x03\xa9\xdc\xba\xed\x03\x77\xeb\xab\xca\xc2\xc3\x3a\x0f\x8e\x2d\x7e\x10\x56\xe7\xeb\xe7\x9e\x7b\x4d\x52\x78\xbb\xd7\x24\xfd\x06\x6d\x08\xe6\x84\x37\xe5\x60\xad\x0c\x6f\x0c\x2f\xc9\x2f\x5c\xec\x42\xb8\x87\x28\xff\x92\x73\x21\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\xde\x14\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\xe3\x9d\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xee\x18\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\xc2\xba\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x1d\xa1\xf4\xa0\xba\x21\xbb\x43\xbe\xd9\xba\xa1\x54\xa9\x8a\x31\xd5\x0d\x35\x27\xaa\xd1\x04\x81\x58\x19\xe7\x75\x8b\x9c\xa3\x40\x44\x70\x5c\xde\xb6\x1f\x9c\x42\x75\x8b\x9c\xbf\x16\x85\x55\xc1\x14\x3d\x54\x37\x24\x20\x2a\x80\xb0\x6e\xb8\x20\xbc\x1b\x41\xb8\xb7\xd0\xa5\x48\xea\x06\x63\x6b\x55\x49\xb6\xba\x4d\xe1\x37\xf7\x28\xf8\x33\x05\xae\x2c\xc2\x81\xa0\xaa\x7a\x2e\x75\xc3\x45\x83\x3d\xb9\x9d\xd0\x76\x07\x40\x50\xd4\x88\xcb\x69\x5c\xdd\x21\xb7\x7d\x16\x90\xbc\x57\x30\x99\xf6\x32\x61\x12\x0e\xe1\x44\xde\x92\x56\x95\xb9\x27\x8a\x29\xae\x1b\xee\xe3\xee\x6e\x43\x92\x95\xcf\xa6\x6e\xf4\x22\x2b\x7a\xaf\x6e\x48\x46\x19\x5e\x25\xe6\xa2\xa8\x52\x54\xdd\xe0\x46\xce\xa6\x5d\x08\xb2\xfd\xd5\x26\x88\x02\x89\x25\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xf6\xab\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x9a\x1d\x74\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x3c\x6a\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\xad\x47\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\x9a\xdb\x20\x17\x13\xc3\x41\xad\xcb\xbb\x90\xa5\xcf\x8a\xcf\xd0\x93\x9c\xeb\xf5\x00\xa5\xfa\x7c\xd0\xa3\x20\x45\x37\xf9\x9c\x50\x2b\xf2\x4f\x8c\x70\x75\x3b\x17\xd2\x05\x10\x23\xf9\x5e\xc7\x03\x8a\x9a\xa9\xd4\x65\xdd\xe0\x91\xef\xde\x51\xd7\x12\x1b\x34\xfe\xc5\x3d\xa8\x1d\x71\x11\x47\x6e\xd3\x80\x6c\x46\x85\x7a\xf8\x9b\x71\x76\x2d\x10\x04\x13\x2c\xcc\xd5\x48\xbc\x16\x39\x1b\x26\x8a\xae\x6e\xa3\xa2\xac\x59\xd5\x4d\x19\x51\x1d\xc0\xc0\xdc\xcd\xb9\xee\x85\x74\x75\xb0\x3c\xf8\xc2\xf1\xb2\x30\x57\x4d\xe2\x06\xf1\x9a\xbb\x53\xd4\x6d\xfe\x7d\xad\xab\x7a\xe4\xf5\xd8\x66\x0b\x14\x53\x9b\x46\x78\x10\xac\xe5\xdd\xf2\x10\x02\x81\x0c\x0b\xf4\x6b\x07\x3f\x8b\x29\x68\x44\xba\xe0\x5f\x47\xe0\x83\x0a\x5f\x3e\xc1\x10\x4e\xf8\x5a\x27\x0a\xad\x16\x9d\x58\x60\xb6\xbc\x1e\xd0\x9e\x24\x51\x22\xa0\x9e\xbe\x0f\xfa\x80\xfc\x5e\xf9\x12\x6a\xe0\x85\xda\xaa\x95\x53\x03\x4c\xca\x5e\xa7\xb0\x81\x54\xab\x3f\xe0\x7e\x6a\x7e\x00\xa7\x8b\xb8\x6d\x40\x61\x35\xf3\x88\xb0\x51\x5f\x78\x81\x40\xa0\x75\x0a\x86\x8d\x4b\xaf\x2f\x18\xb1\xa8\x44\x99\x1a\x02\x6c\xa8\x86\x81\x52\xae\x10\x1f\x02\x13\x05\x84\xe9\x10\x16\x90\x42\x43\x20\x01\x67\x7f\x02\xc3\x9c\xa7\x8d\x9c\xe3\x90\xdc\xa6\x3a\x50\xfc\x80\xd4\x91\x0d\xc4\x03\x6e\xaa\x59\x44\xc4\xc9\x88\xdb\x06\x8a\xb5\x22\xbf\x10\x17\xa6\x85\x87\x08\x7a\x14\xc5\x07\xe4\x70\x74\x31\xdb\xb0\x52\x36\xaa\x5f\x60\x2c\xcf\xab\x4b\x88\x03\x22\xf9\x90\x00\x82\x17\x3f\xf1\x1c\x73\x97\xb8\xf7\xa8\x8b\x42\x03\x53\x2e\x8a\x61\x58\x29\x17\x5e\xfe\x04\x3d\x5c\x9c\x2c\x24\x1a\xc4\xbd\x58\x30\xd4\xb6\x9a\xfd\x06\x80\x6a\xc2\x03\x4a\xd4\xf6\xee\xdf\xa1\x04\x19\x0d\x09\x52\x99\xb6\x61\xe0\x35\x8d\xca\xd0\xa9\x81\xc2\x6d\xd7\xac\x32\x27\xe1\xdf\xd7\x24\xdc\x03\x9d\x78\x62\x46\x21\x13\xd3\xee\x01\xb7\xce\x7b\x6d\xf3\x9a\x94\x60\xa6\xb0\xeb\x49\x22\xd6\xc0\x3b\x3f\xf0\x56\xed\xee\x11\x79\x44\xf8\x7b\xd4\xec\xd6\x91\x11\x90\x98\xd1\x87\xfa\x43\xe8\xc1\x8b\x96\x60\x61\x55\xb2\x6d\x0d\x85\x91\x84\x5e\x69\x8a\xae\x43\x1d\xf2\x3e\x24\xa5\x0c\xd5\x50\x51\xa8\xcf\x23\x56\x9e\xf5\x9a\x72\x5d\x47\x92\x40\x44\xe2\x74\x1f\x7e\x01\x77\xf4\x85\x9f\xd4\xd2\xae\x01\x81\x05\x2a\x12\x50\x03\xe5\xd4\x21\xfc\x54\x6e\x71\x53\x26\x0a\x95\x0d\xcf\xa7\x72\x3e\x22\x0a\x08\xaa\xe6\xc5\x01\x39\xd5\x7d\x68\x8d\x59\xc7\xac\x98\x72\x61\x6d\xed\x5d\xf3\x6d\x20\x8a\xe1\xdf\x39\x3d\x77\x58\x31\x3d\xb7\x41\x12\x5d\x33\x58\xd6\x59\x93\x29\xe3\x12\x92\xd7\xbc\x2d\x8e\xe0\x21\xc8\x6b\xcd\x09\x1b\x26\x19\xdc\x66\xde\x97\x19\x1d\x2a\x9f\xbd\x78\x29\xcc\xa7\x72\xe4\xd4\x00\xeb\xe8\x90\xe6\x18\x78\xdd\x92\xec\x47\x35\xf0\xb6\x6c\xcb\xc6\x01\xa2\xab\x95\xf1\x80\x60\xce\x4d\xd2\x54\x80\xc1\x73\x6c\xfe\x3d\xa3\xed\xdf\x2b\xda\x9a\x24\x03\x37\xab\xb7\xc6\x40\xde\xa7\x99\x37\x0c\x9c\x7d\x88\x8c\x06\x41\xf6\xef\x6b\xe5\x85\xe8\xb1\xb0\xe4\x21\xa9\x41\x48\x82\x0b\x3b\xb5\xdb\xae\x3e\x77\xde\xa3\xa5\x3e\x57\xb0\x82\x31\xbf\x43\x5c\x92\x94\x19\x56\x70\x42\xf1\x17\x93\xdd\xdb\xb0\x12\x76\x9a\x66\x4c\xa0\xc8\x10\x19\x92\x2a\x03\x02\x41\xc7\xe6\x1e\xe9\xbb\x35\xa2\x11\xfc\x39\x64\xfd\x09\x88\xf5\x7c\xb1\x14\x26\x32\x4b\xdb\x0d\xab\x2e\x8b\xd9\xdc\x41\x77\xb2\xe9\x09\xb1\x9f\xc3\x4b\x77\xf0\xee\x09\xef\x50\xc8\x99\xb2\x9d\xd7\x70\xd2\x73\xe8\x3d\x8e\xc4\x64\xdd\x10\x5f\x03\xa4\x4a\xd5\x13\xac\x01\xf5\x74\x37\xc3\x88\x58\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\x28\xc2\xa2\x78\xbf\x1a\x4e\x22\x49\x00\x22\x74\x54\x11\x1f\x35\xb0\xb8\xae\x89\xeb\x5a\xeb\x26\x00\x2f\xda\x91\x7d\x1e\x5d\x0b\xcd\x7e\x40\x55\xcc\x8c\xee\x5a\xd4\x22\x34\xb1\x74\x6d\x31\xaf\xbc\x19\xcb\xe6\x33\x0c\xa1\x06\x43\x6a\x4e\x60\xe4\x66\x32\x37\x47\xaa\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\x5e\x3d\x50\xcc\x4e\x98\xfc\x5b\xbd\x75\x51\x9e\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\xec\x31\x01\x99\x25\xc3\x2c\x19\xc1\x06\xba\x4d\xb2\x06\x98\x2f\x87\xf4\xa2\x08\xc1\x50\xd7\xbc\xd4\xc8\xc2\x2f\x8a\x95\xa9\x91\x37\x0b\x28\x14\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x86\x03\x64\x77\x01\x18\x93\x7b\x00\x8c\xc9\xbf\x23\x6c\x57\x0b\x13\x03\x6a\x00\xe7\x9f\x64\x07\xd5\x18\x90\x68\x26\x86\x1d\x19\xd9\x29\x4e\x14\x03\x92\x10\x24\x13\x46\x64\xb5\x8c\xe4\xdf\x0b\x29\xcb\xa3\xa3\x94\x5c\xf1\x07\x3b\x54\x18\x0f\x80\xed\x90\xfc\xfb\x49\x04\xb9\xc7\xeb\xfb\xab\x36\x2d\x71\x0c\x58\x82\xe4\x36\x2e\x8e\x92\x64\x1c\x19\x08\x2a\x1f\x45\x8d\x10\x19\x47\xf2\x0b\x8c\xf7\xd0\x09\x13\x23\xed\xe0\x52\xcc\x62\x64\xb2\xb2\xbf\x68\xec\x52\x63\x46\x9a\xef\x5f\x5f\x80\x8e\x92\xdb\x07\xbf\x70\x17\x84\x5a\xab\x0c\x73\x66\xd5\x6e\x89\x09\x84\x93\xdd\x66\x78\x92\x8e\xe6\x88\x4b\x0d\x5e\x40\x43\xa6\x4c\xcd\x88\x66\x65\x9c\xe8\x17\x68\x6b\xf4\x52\xa6\x03\x3a\xbc\x5f\xe0\x19\x22\x11\x30\x22\xda\x34\x29\xca\xaa\x46\x64\xf2\x56\xb7\x61\x31\xcd\x06\x1a\x06\xd3\x21\xb3\x43\xe4\x4d\x4f\xaa\xa5\x53\x23\x13\x6d\x6c\x2c\x89\xf4\xfd\x2b\xb0\xa3\x46\x66\xde\xd8\x38\x12\xa7\x54\x19\xdb\xab\x8b\xfe\xfd\x55\x5f\x98\x45\x41\x5e\xd5\x25\xae\x11\x42\xa4\x52\xa8\x6b\xe4\xed\x51\xb6\x4c\x44\x5e\x0e\xfe\x1a\x11\x2b\x21\x41\x38\xb2\x6a\x9c\xa2\x0d\x6a\x2c\x34\x58\x4a\x3a\x8f\xac\xe7\x53\x3d\x8b\x29\x78\x46\xdb\x2e\x62\xe1\xac\xc4\xf3\x23\x24\x51\x6b\x08\xb1\xac\x59\x0a\x53\xac\xe8\x23\xde\x18\x0b\x93\x2d\xbd\x2d\x0a\xb6\x85\xa9\x9a\x31\xb0\x72\x8c\xd7\x58\x38\x0d\x0d\x51\x49\x40\xc2\x13\x73\x7d\xaa\x11\x0b\x33\xeb\x30\xe2\x78\xdd\x78\x35\xa2\x2a\x0e\x32\xd9\x02\x22\xcd\xa0\xd5\x40\xaf\xba\xb8\x1e\x92\x69\xab\x3a\x0a\x23\xbc\xf9\xc1\x40\x37\x6e\x2c\xc9\x39\xb1\xd1\x71\x22\x18\x1a\x17\xd3\x1f\x50\x39\xeb\xfe\x80\xbe\x3f\xaf\x05\xae\x3c\x1f\x92\xa4\x22\x33\x7e\xe5\xac\xaf\x11\x57\x9e\x8f\xe2\x36\xc2\x46\x3d\x4b\x38\xef\xab\x77\x01\x9c\xf5\xa3\xb8\x0d\x34\x79\x67\x33\x90\xd5\x00\xe0\xfa\x4f\x17\x22\xa9\x11\x37\x4d\xe9\x0e\xb8\x1a\x51\x58\xd7\xd6\x86\x38\x18\x3a\x6b\xb4\x4d\xe9\x31\xf9\x4c\x8a\x94\x1e\x4d\x5d\x2c\xa7\x63\x52\xa0\x34\x69\x06\xc8\x22\xb9\xdd\xef\xa3\x7e\x85\x77\xe9\xa0\x56\x6e\x08\x61\x04\x1d\x5e\x26\x04\xba\xaa\xda\x67\x8d\x03\xe2\xae\x8e\xe1\xc8\xd4\x61\x69\xc8\x71\xe7\xc1\xdd\xfd\x00\x75\xfc\x4c\x6b\x53\xce\x2b\x9b\x4f\xa8\x83\x37\xb4\xe8\xf7\x83\x87\x5e\xf8\x91\x25\x2e\x1e\x0c\xec\x15\xf8\xac\x75\x6b\x22\x61\x71\x9a\x17\xef\x44\x52\xef\xf0\x12\x1d\xf4\xef\x6a\xbe\xb8\x6d\x6a\x98\xa8\x50\x59\x6f\x98\x95\x2e\xa7\xb5\xc9\x14\x86\xc5\x21\xb3\x45\xa4\x08\x68\x84\x22\x0b\x78\x78\x85\x28\x02\x4a\xbd\x8f\x14\x01\x9b\xfb\xc3\xe9\xd0\xdc\x1f\x88\x58\x32\x69\x84\x03\x3b\xbd\xfa\xbf\x39\x43\xcd\x00\xc1\xac\xc3\x3b\x71\xc9\x84\xfa\x00\xa6\xc9\x61\x22\xe7\x7d\x0b\xe6\x3f\x28\x8b\x6b\xfd\x22\x5e\x24\x39\x01\xbc\x64\x4a\x2f\x39\x4a\xd7\x54\x0b\x4a\x11\x95\xfe\x86\xb9\x09\xb2\x8b\x86\x89\x0e\xc9\x45\xca\x5c\xa8\xf1\x5a\x3b\xd9\x0f\x0e\xec\x23\x4f\x81\x38\x10\x8d\x5c\xc0\x81\x59\x03\x6f\x57\x68\x6e\xb3\x8e\x9b\xdb\x8b\x0a\x04\x21\xca\xe6\x66\x8b\x3d\x37\xca\x54\x58\xb0\xc0\xa5\x9c\xe3\xd5\x21\x70\xea\x03\x16\x76\xc8\xe1\xef\xe9\x2e\xaf\x96\xed\xe0\x2e\xb7\x25\x29\x3e\x94\xdc\xa4\x94\x45\xe4\x06\x0d\x1f\xb8\x74\x9f\x1b\x67\xa8\xa2\xbb\xf9\xb8\x5c\xce\x71\xaf\xfb\x8a\x6d\x35\x52\x50\x69\x26\x99\xb7\x50\xdc\x14\xa1\x26\x88\x97\xba\x81\xbd\xa6\x8d\x94\x3d\xd4\x5e\x0c\xd8\x0f\x78\x52\xe9\xb8\x4c\x1b\x63\x23\xdc\x23\x48\x59\xc2\x67\x62\xa9\x99\xea\x36\x1d\xd7\xd5\x1d\x50\xd2\x91\xc8\x9c\x28\x9e\x0a\x4d\x69\xa3\x76\xad\xdd\x91\x96\x21\x52\xdb\x21\x05\xe4\x12\x68\xbf\x26\x3a\xe4\x55\xcb\xa9\xa6\x65\x89\x14\xcb\x4b\x2b\x9d\xa8\xfa\x0d\xe8\x81\xcd\x63\xc0\x72\x1e\xb4\xfa\x89\xf9\x42\x12\x2b\x52\xe4\x16\x76\xbb\xc3\x52\x29\x4c\xc6\x41\x18\x34\xe4\xb2\x1b\x8a\xe2\x13\x44\xbc\x6d\xf8\x05\x9e\x44\xc9\x2f\x3c\x30\x57\x09\x53\x89\x62\x84\xf8\x70\x4a\xdc\x75\xda\x64\x69\xd9\x09\x65\x6f\x49\xbc\x12\xc1\x96\xe8\x94\x50\x19\xad\xbb\xcf\xb9\x6b\x54\x39\xb0\x26\x98\x01\xcd\xea\x12\xa2\x33\x9b\xdb\xcb\x0c\x68\x44\x65\x4a\x01\x46\x44\x5e\x30\xa8\x4b\x98\xf1\xec\xdf\x4d\x99\x1b\xcf\xa8\xca\xb4\xe9\xc8\xe8\x95\x58\x98\xd7\x40\xc3\x8e\xa7\x84\x82\x9a\x32\x8d\xbe\x26\xd3\xcc\xad\x28\xa0\x50\x91\x45\x01\x37\x35\xf1\x5e\x84\xea\x69\x16\xe6\x34\xc8\x92\x95\x96\x04\x96\xfc\x09\x6c\x81\xaf\x36\xe2\xd2\xd3\x4f\x4a\xc4\xd5\x04\xe9\x2c\xd8\x17\x95\x0a\x8f\x54\x31\x8b\xc4\xe8\x4e\x7b\x8b\x12\xe4\x33\x85\x7f\xd6\x54\xa9\x07\x35\x3f\x20\x33\x10\x83\x4b\xb5\xe1\x90\x14\x12\xe0\xc5\xd6\x45\x55\x35\xa1\xa4\xe2\x30\x7d\xc1\x1a\x38\x5e\xbf\x33\x34\xc0\x6b\x5b\x17\x01\x0a\x8d\x28\xba\xa8\xfa\x85\x35\x35\xea\x14\x32\x03\xa4\x46\x73\x8b\x40\x6a\x3c\x08\x4d\xa1\x8d\x4a\xfe\xf0\x1b\x38\x09\x4d\x1c\xad\x81\xab\xbb\xc7\x85\x39\x41\x89\xbb\xd7\xa3\x39\xd6\x14\xe8\x92\xee\x46\xa9\x69\xdd\x0d\x6a\x76\xd1\xc8\x2e\xbc\x29\x96\xbd\x4f\xb2\x72\x42\x59\x46\x1f\x3d\xa9\xd3\x54\x61\xcc\x74\x7a\x8c\x34\x46\x5f\xd3\xd2\x18\xbc\xa1\xdd\x06\xfa\xc4\x2a\x8b\xd9\x5d\x12\xf7\xfe\x60\x6d\x7e\x2d\x06\x2e\x47\xb0\x01\x2f\x75\xee\x3b\xff\x0e\x8a\x36\x7d\x0e\x7a\x68\xbd\xef\x58\x5d\xd9\x6b\xc5\xeb\xb8\x7c\x80\x26\x66\x7f\xdb\x5d\x93\x28\x06\xea\xb4\x49\x83\x65\x91\x34\xcb\x25\xf6\x79\x9b\x0d\x6e\x54\xcf\x0a\x65\x14\xb3\x19\xf1\xf2\x7d\x7b\xef\x0f\x42\x2d\xb4\xc0\xf7\x3d\xa4\xe7\x24\x5e\x46\x2a\x4d\x29\xc1\x17\x3e\xcc\x09\x70\xd9\xc2\x30\x23\x60\x82\x94\x2d\xf2\x09\xae\xf0\xea\x39\xf0\x02\x30\xdb\x36\x12\xa2\x2c\x87\x19\x20\x8a\xd4\xd8\x7c\x92\x60\x82\x8c\xaf\x0e\xe6\x1c\x95\x61\x53\x13\x2d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\x74\x06\x27\x5a\x1c\xa5\x0e\x24\x86\x50\xfa\x44\x85\x23\x7c\x98\xf8\x50\xf7\xb9\x19\xc9\x07\x8f\x6c\x43\x74\xdc\x53\x16\x96\x70\x9d\xce\x0d\x6d\xcd\x80\x85\x11\xed\x88\x49\x08\xa1\xb4\x03\x35\x4d\x69\xb4\x6c\x3e\xa9\x4e\x12\x82\x34\xbd\x34\xa5\xd1\xb2\x79\x0b\x31\x82\xd2\x5e\x8b\x34\xc5\xcf\xa2\xe4\xdb\x9a\x96\x38\x29\x09\x3a\x9d\x4c\x3b\x52\x7b\x8a\x93\x69\x33\xed\x5d\xd4\x80\xcd\xa0\xa7\x3c\x59\x94\xc8\x5a\xd3\xc5\x13\x5a\x1a\x40\xba\x10\x1f\x20\x11\x3c\x4d\xf1\x2f\xd9\x75\x91\x58\xd8\x50\xb2\x54\xba\x28\xfa\x58\xce\xb8\x29\x14\x78\xe5\x20\xef\x05\x33\x92\x3b\x01\x04\xa1\xed\x66\x78\x97\xf7\xf0\xcd\x59\xbb\x03\xec\x59\xc7\x19\x25\x04\x4c\xa6\xd7\x2e\xbf\x99\xf4\xa8\x21\x1e\x1e\xd0\xde\xb5\xcf\x9a\xa6\xf0\xf0\xb0\xf0\xa6\xdb\xf0\xf0\x7b\x47\x3d\x5c\x1a\xb7\x1b\xac\x69\xe6\x97\x0f\xf1\xf2\x93\xc8\xec\x9a\x37\xf4\x26\xab\x42\xe6\x15\xa2\x76\xd7\x64\xc6\x46\xda\xaf\x90\x91\xa8\xed\x70\x97\xbc\x3d\xe8\xe1\x33\xc3\x1c\xc8\x86\x74\x4c\x65\x98\xf7\x86\x35\x89\x1c\x80\xe6\xe0\x17\xf2\xf7\x57\x53\x1e\x76\xcd\x81\x33\x1c\x6a\x37\xbc\x5f\xd5\xee\xec\xd0\x0f\x20\x0e\x76\xb7\x79\xf8\x8b\xb7\x66\x94\x9d\x19\xba\x9c\xa0\xe6\x95\xcb\x23\xce\x96\x11\xa9\x38\x74\x3b\x41\xcd\x91\x82\x93\x18\x55\x8e\xc4\x94\xbf\xe8\x68\xbb\x4b\xf2\xc6\xe1\x07\x8b\x38\x34\x0f\x54\xae\x56\x29\x83\x9a\xa7\x34\x97\x74\x71\x48\xcd\x0c\x3f\x54\x99\x92\x9a\x99\xbc\x63\xf7\x49\x4e\xd8\xb7\x62\x8e\x99\xc9\xde\xf9\xf5\x80\x40\x6a\x08\xf8\x78\x1d\x58\x97\x69\x8f\xcb\x5e\xef\xb4\xaa\xff\xa9\xcd\xd0\x24\x2f\x0e\xec\x6d\x2a\xd0\x53\x33\x93\xb7\xed\x5f\xc9\x19\xcc\xc8\x43\x64\x1a\xd8\x65\x1d\xc9\x05\x37\x72\x8a\x33\x64\x46\x0b\x66\x63\xb2\x70\x0b\xc8\xdb\x90\x0b\x0f\xd3\xee\x07\xb8\x25\x74\x73\x9b\xae\x6b\x9d\x95\xb9\x30\x8a\x45\x3c\x33\x2f\x5b\x56\xf1\x83\x8b\x61\x03\x42\x55\x59\x33\x55\xa7\x95\x3e\x78\x61\xbf\x92\x8b\x4a\xb8\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\xb0\x22\x44\x7f\x40\x39\xc3\x84\x59\xb1\x57\x64\x55\xc8\x34\x5e\xa9\x48\x4c\xcd\x8d\x64\x28\x4f\x50\x6e\x58\xd0\xe8\x17\x10\xb3\x21\x86\x93\xdb\x72\x4e\x09\x26\xe4\xa2\x58\x43\xc8\x6d\x61\xc6\x2f\x2c\x44\xa8\x0b\xa4\x55\x3b\x0c\x24\x77\x1e\x06\xc5\x0f\x1a\xbf\xd0\x82\x75\x90\x7e\xf4\x0b\x6b\xc9\x85\x08\xda\xa3\xb2\xb7\xec\x08\xec\x42\xc8\x66\x01\xbb\xe6\x2f\xc0\x13\xc4\xbc\xf3\x14\x4d\xca\x66\x9e\x80\x72\xcd\xe9\xf5\x3d\xc9\x50\x4a\x63\x1e\x08\x19\xad\xee\x90\xe5\x46\x05\x33\x6f\x6d\x72\x70\x6f\xa6\xa0\x61\xdb\x64\xde\xb9\xbc\x3a\x60\x32\xbc\x99\xc1\x6b\xb1\x13\x26\x4d\x6a\x49\x16\xb2\x37\xe4\x9d\xa7\xa4\x44\xb6\xbc\xe3\xbc\x90\xde\x9a\x61\xd4\xb2\x03\x35\x33\x3d\x23\x9b\x82\x90\x69\xad\xda\xba\x35\xef\x3c\x56\x05\x23\xaa\x36\x37\xb3\x14\xc4\xdc\x35\xef\x7f\x26\x62\xdb\x7c\x9e\x0f\x96\xef\x11\x04\x53\xb6\x28\x9b\xb4\x8e\x7c\xc0\xac\x16\xdd\x21\x85\x17\x49\xdb\x19\xb7\x85\xfa\x74\xc9\x27\x8e\x69\xa9\x18\x79\x5d\x19\x21\x01\x2f\x9f\xc0\x52\xf2\x07\xd8\x24\x3f\xd3\x8a\xf2\x49\x95\xb8\xba\xfb\x9d\x07\xaa\x30\x80\x1a\xcb\xcd\x5b\xea\x44\x34\x9a\x14\xfd\xbc\x6a\xe1\x99\xb2\xae\xb5\xce\x42\x01\x05\x0d\xc9\x6b\x99\x86\x2a\x0f\x49\x43\x95\xf5\xf8\x7c\x2d\xfa\x77\x97\xa0\x7f\x29\x66\x79\x4a\x22\x65\xf3\x9e\xbb\x11\xfd\x6f\x52\xa3\x5c\xe1\x23\x93\x25\x6a\x9a\xb9\xf0\x4d\x4d\x6e\xb8\x07\x92\x96\x90\x78\x13\x89\x02\x09\x86\x28\xab\x5d\xf9\x26\x5f\x37\x9f\xb8\xc1\x69\x24\x01\xe6\x87\x3b\xd2\x5f\x3c\x01\x3d\x0a\x2b\x0f\xb0\x62\x2e\xf0\xe0\xa8\x31\xe1\x3c\xe4\x0a\x46\x34\xe5\x10\x49\x84\xf9\xa1\xc2\x23\xe9\x2a\x3f\xc0\x8a\x04\x9b\xfc\x90\x13\x99\x94\x9e\x6b\xbe\xe0\xd3\x0d\x96\x28\x47\xb9\xe6\x87\x5b\x56\x67\x51\xd9\x20\xe7\x4a\x14\x29\xcb\xf3\x29\x2b\x6b\xe1\x85\x4e\x2a\x35\x52\xcb\x06\x62\xd4\xc9\x52\xb6\xd5\xa5\x1e\x2c\x3b\x90\xf4\xb6\x12\xd6\xda\xf8\x01\xfd\x2a\xc3\x9f\x60\xf5\x75\x00\x16\xde\x82\x61\xcf\x77\xe1\x2d\x18\xba\x23\xa5\x96\x80\x4d\x56\xdc\xc6\xc4\x5f\x43\xdc\x1c\xb3\xe9\x01\xcf\x26\xb1\xbf\x32\xe5\x95\xe6\xb4\x80\x12\x41\x51\x3a\x9a\x4a\xc4\x6a\xe9\xb4\x2b\x2c\x33\x6c\xd3\x66\x89\x3c\x27\x24\x0c\x97\x88\xd5\x31\x8c\x11\x8c\x41\x67\x5b\x89\xb4\xb7\xbb\xc7\x9b\x20\xf9\x01\x12\xbe\x3d\x89\xb4\x16\x43\x3d\xd0\x16\xa5\xba\x47\xb5\x50\x38\x11\x33\x2b\x09\x44\x2d\x16\x5e\x12\x10\x2b\xa2\x2f\xb4\x4c\x49\xcc\x2b\xbc\x42\xdd\x76\xa4\x82\xcc\x62\x5b\x0a\x0a\xaa\x04\xd7\x57\x87\x0f\xbc\xd2\x9a\x23\xaf\xee\xb4\x89\xa5\xe4\xb5\xd8\x43\x0f\x20\x50\x69\x97\x94\xbc\x88\x5a\x30\x64\xc2\xa8\x85\x61\xb6\x85\x03\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\xa1\x17\x79\x65\x97\x6b\x50\xe2\x72\x81\x6b\xd0\x42\x46\x59\x86\x29\x89\xaa\xa5\x10\x68\xf1\xf8\x52\x40\xe4\x62\x60\xa5\x10\xcf\x5a\x19\xd8\xa5\x54\x69\xac\x96\xc2\x39\xb8\x0d\xc9\x55\xec\xad\x14\x4c\xa1\xb9\x7f\x48\x78\xd5\xbf\xf3\xb8\x97\x78\x56\xea\x62\x2e\x82\x19\xe9\x17\xc5\x48\xa1\xe4\x64\xe2\x43\x8e\xb0\x2e\x1f\xa9\xa5\x2e\x34\xbb\x83\x83\x73\x14\xda\x60\x89\x72\xde\x4c\x41\x92\x6f\x35\x6d\x35\xb0\x2f\xa3\x79\x0a\x52\xd1\x1a\x70\x69\x70\x78\x6d\xf5\x27\xa7\x50\x69\xa8\x2d\x20\xde\x58\x1a\x10\x26\x3b\x5b\xe1\x65\x59\xcd\x64\xb2\x3c\x84\x12\x3f\x4b\xa7\x76\x2b\x51\xbe\xf4\xb5\x68\x9a\x40\x5f\x2c\x5f\x58\x45\xf5\x1a\x73\xc7\xd2\x79\x7f\x82\x70\x86\xdc\x09\x9f\x8c\xa5\x2f\x20\x34\xc5\xce\x44\x69\x0f\x09\xd9\xc1\x1d\x4c\xa1\x2c\xa9\x9e\x41\x2d\xf0\x11\x5a\xd4\x2c\x83\x72\xb9\xc4\xba\x32\xa8\x5d\x44\x7f\x81\x72\x37\xde\x4f\x4c\x8d\x50\xfd\xcf\x5a\x70\x95\xa6\xfd\x1b\x65\x80\xa9\x98\x0b\x21\xc6\x4c\x77\xd0\xd7\xb2\x52\x25\xbc\x21\x07\x8e\x2d\x77\xb0\xaf\xdd\xe1\x07\x74\xff\xaa\xc7\x25\xb4\x49\xc1\x2e\x3b\xef\x6a\xd6\x10\x34\x07\x49\xc9\x2a\x4b\x68\x93\x42\x53\x76\x2e\xb6\x3b\x20\xcc\x6e\x43\x93\xf0\xba\xc0\xbc\x63\x17\x76\x59\x22\xda\xf0\x88\x64\x8c\x02\xf9\xe0\x65\x7b\x6e\x93\x2f\x9a\x93\x2e\xd7\xa5\x4e\xce\x72\x50\x0b\x90\x40\x51\x58\xa3\xd8\x9a\x45\x39\xc0\x3a\x25\xe4\x14\x04\xad\xb5\xe6\x1d\x08\x87\xa6\x85\xdb\x42\x7f\xe5\xe6\x31\x99\xeb\xa7\x59\x1e\x64\xef\x3e\x61\x78\x77\x58\x33\x35\x9c\x10\x18\xcc\xa7\x18\xd4\x56\xbd\x98\x27\xce\x24\x6f\x72\x1a\x99\xcc\xb7\x90\xa6\x6b\x8f\x64\xa1\x8d\xc9\x6b\x7f\x52\xad\x4f\x1e\x61\x10\x04\x7f\x01\xc3\x98\xb9\xf5\x89\x33\xca\x7c\xe8\x5c\x93\xf0\x90\xc8\xaa\x92\xb4\x5b\x2e\x32\xaa\xd7\x03\xb0\x0d\xef\xdb\x8b\xdb\xd4\x98\xe7\x9d\xf0\xd5\xcb\x0f\x61\xd0\x92\x5a\xb9\xb8\x07\x2c\x72\x5c\x90\xf9\x4d\xb1\x17\xe8\xc9\x7b\x84\x97\x7d\x2a\xb5\xbd\x16\x84\xc1\x59\x6e\x2a\x53\x5a\x0c\xc9\x4a\x61\xb9\x71\x4d\x89\xa7\x09\xe1\xd0\xc1\x58\x05\x05\x0c\x2d\x99\x15\xa4\x47\x44\xa3\x09\x31\x70\xcd\x10\x21\xcd\xf7\x75\xae\x42\x78\x0c\xde\x32\x90\x15\x7d\xf1\x57\x2d\x94\x15\x3d\xe7\x67\x2d\xbd\x20\x78\xb8\x52\x06\x09\x15\x77\x92\xc5\xac\x07\x48\xb0\x0c\x05\xb7\x64\x53\x35\xb5\x5a\x37\x28\xdf\x62\xb1\x15\x05\x73\x6c\xe6\xad\x1b\x88\xeb\xd5\x5e\x0b\x95\xf5\x00\x55\x1d\x25\xc7\xd5\x8d\x5e\x83\xaa\x36\x77\x48\xf2\x0b\x03\x23\xba\x03\x08\x44\xc3\x10\xd0\xfc\xde\xd4\x26\x8f\x17\xc3\xae\xb8\xd0\x42\x25\x18\x6a\x45\x05\x9c\xcd\x1d\xa2\xc2\x8d\x55\xdc\x1a\x70\x24\xb5\xfc\x93\x23\xa8\x06\x58\xfd\xc4\xb6\x2a\xee\xb6\x08\xd6\xda\x2b\x65\x4a\x43\xc3\x2b\xe2\xad\xa4\x57\x5c\x02\xba\x59\x65\xae\x81\xd2\x90\x10\x10\x79\x4f\x9a\x26\x18\xa9\xa3\x4b\xb5\xab\x2b\x88\x4d\x3b\xb8\xb2\x38\xb3\xb5\xf8\x1a\x51\x3c\xa6\xb9\x8b\x82\xa2\xd9\x02\x2a\x2e\xa8\x3d\x66\x43\xe5\x3e\xcd\x62\xdd\x1a\xea\x21\x07\x3f\xf0\x03\x9e\x72\xc9\x43\x30\x95\xa2\x1b\x86\x93\xc4\x68\x28\x2f\x2c\x9c\xd6\x25\x52\x02\x33\x0c\xc0\x83\x09\x21\xfd\xff\x8c\x7d\xc9\xd9\xf4\x2c\xcf\x6c\x2a\x5f\x08\x6d\x26\xc1\xe6\xcd\xc5\x63\xfe\x21\x9c\xcb\x55\x7a\xaa\x7c\x56\xff\xbd\x74\xb7\x0d\x02\x84\x28\x34\xf2\xc6\x38\xfd\xc3\xf6\xdf\xff\xa6\xa3\x37\x46\x65\x9e\x9f\xe9\x1f\x20\xd9\x74\xb8\x8f\x1a\xa4\xda\x3f\xe4\x30\x44\x75\xa5\xef\x95\xa4\xe7\x78\xa1\x6b\x28\xe1\xf9\x18\x28\x6d\xba\x3e\x34\xbc\x07\xe1\x26\xd1\x37\x18\x48\x6c\x90\x36\xda\xbb\x27\x37\x8f\x1a\x7a\xba\xa2\x5b\xc9\x80\x5b\x9c\xad\x43\xe3\x85\xba\x7d\xd3\x9e\x1e\x8d\x47\x8a\xce\xbd\xd1\xb8\x56\xd2\x25\x8c\xc6\x00\x73\xc9\x8d\xf1\x62\xdd\xbe\x99\x05\x69\xa5\xf5\x35\x76\x40\x37\x68\x8f\xc5\xd1\x72\x69\x4c\x04\x2f\x3a\xcd\x7d\x60\x98\x3a\x43\x46\x4f\x1e\xd4\x30\x89\x7e\xbd\x0f\x3a\xa2\x5a\xbc\xa9\x68\x46\xf5\x1d\x71\x74\x6c\x6b\x4f\x6c\xa7\x02\xc1\x3c\x0a\x74\xeb\xcb\xf9\x00\xba\xb5\x6e\x71\x74\x92\xa4\x1e\x98\x33\x47\x59\x71\xc7\x60\xb0\xb1\xfd\x2e\xc7\x8b\x76\xbb\x4d\x56\x83\x85\x31\x6c\x57\x18\x83\x73\x2f\xfe\x19\xdc\xdc\xfe\x1f\x57\x4c\xb3\x0f\xf4\x88\x3e\xc6\x06\x13\x62\x87\xb7\xee\xa0\x95\xed\xf3\x05\xdc\xe6\x3c\x6d\x70\x9b\x73\x38\xf2\x78\xe1\x72\xdf\xbc\x52\x01\x17\x5b\xb3\x63\xc2\x65\x51\x18\x9d\x83\x76\x03\x48\xe0\xa7\xc3\x7b\x04\x39\x7c\xf3\x17\x28\x89\xaf\xbb\xd7\xa0\x57\x9d\x52\xd9\x8d\x11\x27\xbf\xd0\xb4\x45\x9e\xd6\x6e\xe2\xe1\x1b\x1a\x26\xfc\xe8\x42\xb9\xe7\xc6\x60\x75\x3c\xa1\x9c\x31\x2b\x86\xa5\x61\x4c\x4c\xb4\x89\x82\xe6\x52\xd9\x4f\xc6\x80\xe2\x72\xf3\x52\x4e\x70\xf4\xa7\x43\xe2\x51\x9d\xc5\x63\x82\x39\x3c\x0d\x8b\x14\x49\x05\x31\x10\x70\x6c\xbd\xcb\x58\x04\x77\xdd\x3f\xe0\xb0\xfe\x7c\x10\x70\x76\xf1\xff\x24\x49\x43\x5a\xe4\x5f\x91\xb8\xc0\xae\x02\x6a\x83\xd9\xb5\x7d\x33\x1a\x3b\x4e\x4e\xcb\xc3\x9d\xfe\xec\x7e\x86\x4e\xc4\xbe\xa7\x03\xc5\xe4\x7e\x7f\xaa\x27\x34\x06\x33\xca\xf8\xdc\x65\x78\x85\xd2\x03\x8e\x81\x04\x32\xbe\x63\x0f\x86\x05\x2b\x9f\xe0\x18\x07\x62\x2d\x2d\xd9\x52\x45\x69\x5e\x85\x39\xd4\xe8\x77\x24\xd8\xf5\xaa\x1d\x98\xa2\xe2\x67\xac\x9a\x2e\x36\xe3\xe0\x91\xe0\xa3\x1b\x4a\x4d\xa5\xe5\x1c\x03\xf6\x52\x55\xd3\x19\xe3\xc5\xb6\xb3\x59\x9e\x9f\x84\x85\x16\x4b\xc0\xba\x9b\x10\xd4\x00\x94\xdd\xbc\x9d\x90\x6c\xb2\xda\x5f\x60\x30\x0c\xd8\x83\x06\x96\x75\xf9\xcd\x31\x4e\xd2\xec\x67\xee\x06\x0f\x8a\x06\x54\x43\xfc\x71\x66\x35\x6c\x7d\x72\x35\xbe\xa1\x4e\x5f\x6c\xda\x37\x7f\x01\xff\x38\xab\xf8\x06\xd4\x92\xdb\xe7\xfd\x9c\x27\xcd\xcb\x85\x8c\xad\x9f\x67\x68\x9f\x8d\x60\xae\xe4\x35\x31\xdf\x0d\x31\xf2\x79\x06\x05\x42\xcb\x83\xa9\xb3\x1d\xfd\x35\x60\x30\xb5\xcb\xd3\x60\xae\x48\x43\xfa\x41\x8f\x3a\xfb\x1c\x0f\x56\xfa\x30\x02\x1f\x0f\xfa\x34\x64\xa0\x05\xf5\xf3\x7f\x05\x8c\x11\x4d\x74\x99\x93\x36\x6e\x3c\x1d\xdf\x6b\x90\x4f\xe0\x59\x24\xa2\x34\x9b\x75\x17\xe3\x21\x5a\x76\x7b\xc8\x51\xe0\x53\xf0\x85\xb2\xd3\xe1\x78\x03\xe1\x1c\xf5\xd3\x3e\x14\xd4\x3e\x88\xa1\xd5\xfc\x08\x04\x54\x72\xb3\x17\x76\xb0\x6a\xbd\x0e\xf2\xf8\xe5\x06\x5a\xfa\xa1\xfe\xf7\xbf\xe6\xa8\xf6\xf8\x75\x4e\x99\xbf\x20\xfc\xa8\x7e\x03\x11\x28\x92\xc5\xc1\xc0\xde\xe1\x0f\x0e\x5c\x0e\x4d\xc2\x85\xb4\x52\x53\xcf\x40\x4c\xd3\xcf\x38\x12\x85\x98\x62\xa3\x90\x73\x07\x1b\x8b\xec\x48\xe8\xc4\x96\x35\x1e\xf4\x0c\x7f\xdb\x4f\x0b\x64\x9c\xa1\xe7\x40\xfa\x4b\x51\xc8\xa8\xdf\x30\x89\x1b\x48\x5e\x7e\xe6\xfe\xa9\xfe\x01\x39\x6a\x37\xf7\x80\x3d\x5f\x4d\x01\x82\x7e\xdd\x00\x43\x38\x7c\x03\x89\x92\x48\x43\x63\x28\x54\x7f\x34\x7f\x02\xdb\x9b\x07\xf9\x62\xd3\xfa\x99\x85\x17\x9a\x56\x9f\x78\x51\x98\xd6\xda\xdf\xa7\xf3\x94\x9e\x41\xa2\x36\x78\x64\x6a\x46\x91\x5c\x73\x56\x35\xa6\x17\x77\x56\xe3\xad\x48\xf3\xaf\x84\x6f\x40\xc3\xba\x7d\x9e\xc1\xeb\x3a\xd6\x03\x1a\x56\x5b\x7b\x03\xb0\xd4\xf1\x7b\xc1\x4c\x8c\xda\x4b\x51\x73\x33\xfa\x03\x70\x82\xa7\x84\x28\x54\x6a\xb6\x68\xbc\xbb\x8a\xdb\x83\x21\xbe\xbe\x54\x44\x23\x89\x7f\x72\xd3\x8e\xcc\x76\xa3\xcd\x1c\x2d\xe5\xaa\x9b\x83\x56\x4c\xa2\x3e\x12\x72\xea\x3c\x8d\xc6\x03\x6b\xb8\x09\xc4\x7a\x7a\xd6\x1b\x62\xd8\xfd\x3f\x15\xb2\x92\x71\x81\x6c\x37\xd3\x43\x84\xb5\xda\x9e\xdf\x91\xea\x58\x5d\x17\xa2\xe7\xaa\xf8\x8b\x01\xbb\x86\xbf\x80\x50\x14\x24\x88\x8e\xb4\x15\x9f\xf7\x93\x64\x8d\x81\x10\xd5\x8c\xd5\x99\x2c\x46\xff\x0f\x88\x48\xc1\xa4\x80\xe5\xda\x01\xee\x81\x10\x63\xe7\x8a\x09\x16\x66\xfb\xfc\x0f\x67\x7c\xdd\xef\x63\xe0\xe0\xe8\x7e\x3f\x37\x9b\x7f\x80\xb9\x49\x5a\xf1\x18\x88\xea\xb1\x62\x3d\x50\xa8\x4d\x05\x09\x46\x10\x7f\xea\x7c\x8c\xd8\xe0\xfa\xe0\x67\xe8\x61\x84\x01\x22\x78\xdd\xd7\xa2\x04\x27\xd9\x42\x10\x5e\x83\xf6\xfa\x0a\x96\x66\xb6\x42\x38\xa0\xc3\x55\x51\xe3\x11\xb4\x83\xab\xa0\xef\x88\x00\x48\x90\x09\x25\x90\x30\xc7\x86\xc4\x78\xd1\x68\xb5\x09\x3b\x66\x82\x04\xb5\x98\x25\x61\x3c\x0b\x93\x07\xb4\x70\x7f\x4c\x1c\x3d\x16\x62\x4c\x50\xee\x2e\x08\x3f\x2d\xf5\xe6\x81\x67\x91\x38\x49\xa2\xdb\xcb\xed\xe8\x17\x12\x23\x88\x04\xa4\x4d\xb4\x35\x2b\x16\x73\x10\x5a\x10\x27\x3e\xd5\x85\x2a\xb2\xf4\xf2\xf2\x1b\x4c\xae\xaf\x3e\x98\x49\xd1\x77\xb6\x80\x16\xd8\x07\x6c\xac\x3c\xf4\x45\xe6\xe2\xdd\xc0\x8b\x03\xe3\xfd\x47\xd4\xae\x04\x22\xee\x03\xda\x49\xaf\x05\x72\x2d\x16\x21\xbc\x40\x6a\x45\xeb\x64\x63\x87\xd8\x11\x88\x0e\x38\x09\x7e\xd6\x76\xa7\x02\xd5\x3b\x66\x87\xd4\xb1\xa8\xde\x39\xf3\x1a\x03\xd2\x1e\x3a\x46\x33\x98\xed\xc6\xda\xf7\x38\x72\x22\xd5\xc5\x41\x1d\x98\x10\x5d\x1c\xb8\x8b\x78\xd3\x1e\xc0\x8c\x96\x2b\x07\xc5\x82\xb7\x7d\x56\x50\xf6\x07\x10\xd6\x3e\x1e\x08\x7b\x87\x7b\x04\xcd\x5e\xdb\x17\xf6\xce\xe6\x3d\x93\x2a\x5c\xcb\x5e\xd6\x4b\x16\xbc\x0b\xb8\x05\x3a\x77\x4d\x30\xfb\x4d\x58\xf0\x9c\x74\x47\xd1\x5d\x39\x4e\x40\xf3\x9f\x5b\xa4\x34\xf7\x1e\x80\x0e\x77\xfb\x7c\x40\x2d\x9b\x57\xea\x4c\x5e\x70\xa7\x48\xf7\x1a\x7e\x86\x6c\xfb\x3c\x43\x72\x58\x9a\xc2\x6f\xd0\xea\xd5\x80\xdf\x60\xb7\xec\xbb\x92\xa1\x35\x4d\xf0\x1b\xf4\x25\x32\x00\x9b\x1d\x11\x1c\x50\xe0\xa2\x80\xfa\x5f\x4e\xa0\x6b\xc2\x57\xd3\xad\x2d\x7e\xad\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\xdc\xe8\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x9a\x02\x78\x0b\x38\x27\x43\x10\x85\x1b\xdf\xdd\x90\x2b\x9e\xe3\x9b\x14\x68\x0c\x70\x1e\xd8\x3c\xa6\x54\x08\x5b\x98\x3e\x1b\xb4\x55\x6a\x80\x71\x2c\xbe\x16\x07\x4a\xdc\x7c\x0e\xcd\x87\xd5\x87\xfd\x7f\xd6\x9d\xd2\x33\x87\x60\xde\x7d\xe8\x73\xe1\x13\xe5\xc9\x89\xd7\xb4\xbd\xb8\x3c\xac\xdb\x8f\x87\xb1\x12\xee\x02\x2e\x12\xce\x90\x10\x0f\xf4\xb5\x96\x4a\x70\x2f\xf0\x3d\x74\x02\x78\x37\xdb\x51\xe7\x0f\x37\x69\x0d\x6a\xa2\xe6\x4d\x51\x8f\x13\x3a\xe8\xd2\xdd\x40\x87\x4e\xef\xdf\x42\x4f\x06\xa1\x28\x67\xf4\x98\x1b\x59\x53\x0d\x12\x25\xfb\xae\x30\xa1\xe5\xb5\xcb\xeb\x44\xd2\x47\x65\xbd\x1d\x73\xe3\xf6\xd2\x65\x7a\x32\xcb\xb9\xaf\xe3\x13\x15\xf8\x86\x33\x53\x4c\xe2\xe0\xe9\x3e\x69\xd7\xd1\xda\x4d\xa8\x7d\xed\x7d\x3c\xe9\x1a\x29\x69\x3e\x19\x98\xec\x0b\xfd\x64\x91\x9b\x66\xaa\x0b\xd8\x6b\xfa\x19\xf1\x3b\x5a\x89\x09\xd7\x82\x6d\xba\x45\x62\xb4\x62\x12\x08\x78\x3c\x73\x85\x17\x4f\x6d\xbb\x59\xb1\x05\x3c\xee\x4a\x49\x25\xe4\x3a\x11\xba\x6c\x68\x3c\x6b\xd6\x48\xd2\xf3\x82\x72\x5e\x5d\x56\x6e\x53\x13\x59\xb3\xce\xab\x9e\x01\xd6\x3f\x0d\x52\x75\xb9\xfc\x43\xd2\xa8\x26\x1b\x30\x8e\x34\x37\x13\x71\x30\xce\x83\x35\x1b\xdd\xc0\x35\x86\x86\xfc\xdf\xe1\x67\x28\xd3\x97\x9f\xa9\x07\xf1\xea\x13\x3a\x4f\x37\x88\x78\xa2\xe1\xff\x79\x69\x5a\xa6\x80\x0a\x5a\x1d\x31\x93\xa9\x1e\x95\xb3\x78\x4c\x78\x2b\x28\x07\xf9\x98\x8d\xdc\xa2\x31\x31\xf5\xa3\x4e\xee\x49\xfd\xac\xbf\xef\x50\xee\x98\xc4\xce\xe4\x35\x9a\x45\xe6\x34\x17\x70\x9c\x3d\xc7\xa4\x41\x76\xee\xf3\xe5\x1e\xa9\xd0\xed\x6e\x82\xdc\xa5\x95\xa4\xab\xa7\xa3\xa6\x66\xcf\xac\xb5\x7a\xbe\xb0\xcf\xfd\x8c\x85\xf2\xb4\x0d\x1c\xd4\x5e\x79\x04\xc9\x7c\xd8\x35\x7d\x0f\xbc\x03\x46\x2e\xbd\x7a\x0c\x9e\xfd\xd2\x41\xcc\x17\x9e\xf6\x22\xcd\xf8\x0c\x5e\xd1\x75\x23\x9f\x41\x85\x91\x9f\x21\xa1\xff\xe6\xa3\x3d\x53\xd7\xea\x85\x86\xff\x81\x4b\xe6\x8f\xc9\xaa\xc5\x2a\x50\x31\x26\x42\x5e\x42\x49\x95\xc7\x7c\xd1\x6d\x2f\x52\x18\xcf\x80\x88\xf7\xc2\xa1\xd6\x8e\x63\xd5\x26\x02\x5e\x62\x5a\x8e\x50\xd5\xea\x39\x60\xc0\x8b\xa3\x9f\xe6\x44\x62\x5f\xef\xb8\x39\x28\x26\xfc\x02\x57\x56\xc7\xca\x9c\x17\x68\x12\x73\xbc\xf0\x36\x9c\x15\x74\x4e\xd2\xa8\xf7\xa9\x7c\xb5\xf3\xeb\x04\x76\xf5\xc5\x69\x2e\x1c\x8c\xe6\xa5\x35\xf8\x81\x48\x60\x58\xb3\x57\x16\xfe\x09\xdb\xe7\x39\xa7\xcd\x3f\x60\x7f\x58\x38\x2e\x92\xa4\x06\x5f\x60\xda\x8b\x8c\x07\x93\x4e\xa5\xbe\x6d\x4e\x20\x53\xbb\xff\x4c\xd6\x50\x76\xbe\x9a\xb9\x27\xab\xb8\x89\xf1\xdf\xff\x3e\xa9\x1d\x27\xc3\x55\x2c\x98\xf6\x89\xfb\xab\xff\x4f\xee\xd0\xa8\x77\xd2\x6c\x12\x78\x6b\x10\x32\x9d\x3b\x0b\x5d\xa8\x45\x82\x5d\x59\x3c\x26\xca\xfb\xd8\x09\x63\x26\xd4\x95\x16\x60\x12\xea\x5a\x5c\xb3\x5a\xa2\x53\x0f\xcf\x17\xeb\xf6\xe2\x79\x07\xd4\xfd\xcc\x02\xa0\x6c\x31\x73\x1d\x3b\x9e\xdd\xc1\xc1\x06\x35\xc8\xcc\xec\xa8\x31\x12\xa9\x3a\x7d\xd2\x84\x1b\xaa\x9d\xf4\xe6\xd9\xf9\x82\x68\x04\x52\x2d\x1e\xc3\x8b\x54\xa7\xd3\xa5\xcd\x13\xbe\xdb\x5e\xe9\x13\x24\xf9\xac\x66\x79\x20\xaf\xfc\x49\x56\xd1\x85\x73\x9e\xe0\xe6\x4f\x87\x50\x32\x9b\x19\x19\x4f\xed\xe0\xbc\x79\x25\xaf\xa8\x85\x17\xca\x56\x87\x86\x4c\x46\xc0\xa8\x66\xca\x98\x17\xc4\x8c\xbb\xbc\x30\xcd\xba\xa4\xcc\x8b\x97\x60\x8b\xdb\x17\xeb\x76\x25\xbd\x1f\x13\x8e\xab\x4e\xbf\x34\x99\x1d\xd2\xf9\x97\x27\xb2\x43\xae\x4f\x8b\x0f\xe6\x5d\x0d\x42\x01\x5c\x2c\xdf\x5f\xac\xda\xed\x04\x38\xe1\xe9\x5a\x7c\xc6\x01\x89\xda\x15\x61\xde\xd4\xdf\x54\x37\xc0\x23\x4a\x68\x78\xde\x74\x9e\x34\xdc\xb8\x39\xd1\xc5\x6f\x5c\x6c\xc3\x8d\x32\x67\x9b\x9f\x1f\x10\xa1\x67\xa0\x53\x87\x26\xcd\x27\x6f\x62\xa2\x32\xd1\xa7\x10\xf6\x24\xfa\xb4\xbb\xd9\x7c\xc0\xb0\xc5\x4d\x40\x71\xf6\xe9\x22\x19\xd6\x1f\x10\xe3\x78\x9b\x3e\xb4\xcf\x0b\x64\x2f\xa4\xf1\xb1\x5f\xc8\xfa\x61\x2a\xb5\x0b\x17\xe3\xaa\x6d\xc3\x5b\x3f\xac\xbe\x68\x5a\xd0\x03\x1b\xd9\xad\x5f\x8e\xa2\xeb\x87\x1c\x85\x7f\xe0\xf2\x6f\x7a\xa6\xe8\x88\x3f\x79\xc5\x2d\x84\x65\x0f\xa7\x20\x5b\x50\x23\x3b\x1e\x75\xfd\x4e\x34\xef\x11\x31\x3a\xde\xcf\x2f\x00\xb7\x1b\xf4\x82\x5a\xb9\xc8\x2c\xba\x36\xaa\x64\xc5\x6d\x6b\xa3\xa5\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xef\xac\x13\x60\xa5\x9b\x84\xce\xb1\xb5\x51\x7a\x76\x77\x42\x85\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf0\x62\x9a\x06\x38\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x3c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x18\x91\x83\xe1\x17\xc2\x88\x8a\xa0\xc4\x2a\xa4\x47\x6b\x54\xb1\xe3\x24\xfe\x17\xdd\x6c\x7d\xdf\x5d\x95\xf6\x34\x81\xbc\x05\x2d\x71\xa9\xfe\x82\x27\x8c\x2e\xed\x0b\x5a\x62\x95\x76\x1f\xab\x26\xa0\xf7\x17\xe0\x76\xcf\x2a\x2b\xf8\xd8\x3c\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xd4\x2b\x0b\x50\x77\x38\x7b\xdd\x4a\x35\xb0\x99\x95\x99\x1e\x9d\x64\x7c\x01\xbc\x0e\xe7\xa3\x5b\x8d\x61\x6c\x7e\xe6\x31\x26\x1c\xb7\x50\x3f\xc7\x59\x7d\x56\xc7\xfe\x68\xfe\x1f\x25\x4f\x3c\xaa\xce\x8b\xbf\xe4\xc0\xea\x1c\xa6\x9f\x19\xe8\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4a\xe0\xd4\x08\x0b\x7a\x5a\x67\xa7\x5c\x83\x35\xb0\xf4\xff\x00\xef\x08\x22\x2d\xe8\x65\x8b\x4e\xee\x35\x92\x9d\xd5\x01\xf2\xe7\x0c\x67\xbb\x5b\x83\xa2\xcb\x83\x66\xc8\xf7\x67\x13\x0e\xa4\xfd\x5b\x6e\x82\x22\xde\x0c\x06\xe5\x6e\xf1\x28\x5f\xb8\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\xe6\xe8\x29\x6e\x11\xa3\xf4\xa6\x44\xea\x72\xc7\xd6\xad\x44\xc7\x1e\x26\x2a\x51\x56\x4f\x0b\xd1\xb2\xf9\x11\x68\xd9\xe6\xab\x05\x70\x5c\xaa\x1b\xe4\x16\x71\x7b\x58\x37\xcb\x15\xba\xe3\x3a\x9b\xfb\x4a\x38\x3c\xdd\x03\x2a\x1d\xe8\x4c\x59\x0c\x00\x1f\x7e\xe6\x90\xd4\xc0\xc4\x42\x75\x3f\x63\x48\x12\xff\x0b\xd8\xb6\x19\x79\x2e\xd6\xee\x16\xba\x58\x2c\x70\xe3\x5b\xf6\x7a\xb1\xed\x56\xbc\x6b\x17\x7a\x18\x7e\x26\xde\xb6\xdc\x58\x2c\x08\xa7\x16\x11\x10\x55\x74\x4e\xae\xc4\xb6\xee\x12\xf9\x1e\x55\xcb\x72\x2c\x44\x48\x7d\xb6\xc7\x02\xf3\x9a\x19\x09\x5d\xa5\x45\x5a\x09\x5d\x2d\xf9\x80\x4c\x87\x33\x27\xae\x9d\xf0\xc2\xd3\xb2\x63\xa1\x86\xbf\xa0\x20\x19\xee\x83\x3b\x68\xf8\x0b\x4e\xbc\xb9\x6f\xe7\x96\xf9\x93\x33\xc2\xa2\x96\xd6\x09\x5e\x16\x0b\x79\xfb\xca\xb0\x0e\x4c\xab\xee\xb3\xeb\x80\x74\xf6\xc2\x43\x29\x5b\xc2\x0d\x50\x26\x7c\x5e\xc8\xd4\xd2\x1a\xf4\x91\xcc\xa5\x41\x22\x82\xaa\x08\xe1\xaf\x23\xf7\x8b\xbf\xc0\x90\x3c\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x8e\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\xe8\xc8\x43\xb8\x53\x32\xfa\x07\x30\xa7\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\x7b\xcc\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x3d\x48\x77\x83\xe5\x3e\xa1\xac\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\xe8\xb2\xb5\x33\x9f\xa4\xf5\x4a\x3b\xa2\xaa\x54\xfe\x72\xec\x70\x9d\x75\xc8\xfa\x0e\x60\xe8\x79\xd9\x09\x0c\x97\x9f\x1f\xf6\x28\x9a\x36\xb2\x8f\x4e\xd2\x9d\x40\x4f\x0c\xb9\x23\x64\xbc\x98\x82\x0d\xfb\x58\xb2\x6a\x67\x4a\x48\x47\xa0\xee\xc8\x23\x6e\xf7\xc7\x7d\x83\x4b\xdd\x72\x8f\xdc\xd6\x9a\xc7\x7d\xc3\x62\x87\x5b\xbc\xf8\x82\xbb\x04\x47\xea\x4c\xd9\xe1\x4e\x6b\x8f\xe5\x3d\x1d\x0a\xdc\x65\x41\xe4\xa4\xe0\xf2\x0e\xa4\x68\x17\xfc\x9d\x48\xd1\xeb\xc0\xea\x91\xd6\x8d\xed\xac\x06\xe9\x78\xa6\x1d\x41\x5c\x0e\xb5\xdc\x0b\xbd\xac\xfd\x01\x71\x9a\x26\xa1\x70\x1b\xeb\x7d\x64\x19\x57\x2d\xe1\xb1\x57\xea\x70\xb4\xcf\x77\x64\x15\xb7\xd7\xf1\x4e\xa4\xa8\x4b\xf1\x9e\x8e\xae\xba\xd4\xee\x70\x28\xb0\x8f\xf1\x0e\x35\xab\xa3\x35\x77\x38\x18\xd8\x93\x64\x07\x92\x1c\xce\x74\xbb\x43\xcd\xea\x6c\xab\x3b\xd4\xac\xcd\xbe\x29\x3b\x02\xd2\xc3\x65\x22\x76\x38\xb2\x16\x4f\x73\xe3\xd2\x4b\xd8\xed\x2f\xb4\x9c\xdd\x34\x35\x08\x02\x09\xbf\xbd\x91\x66\xbf\x4f\x84\xd4\xff\x52\xc9\x7b\xec\x8d\x51\xfd\x92\xce\x3b\x52\x13\x59\xa9\xbf\xd3\xc7\xd5\xde\x37\x3b\x53\x3b\x3a\x79\xf4\x0e\xa5\x68\x77\x8c\xfd\x9e\x1e\x03\x3a\x48\x77\xe6\x72\x74\xb0\xcf\x8e\x52\x90\xbe\x36\xef\x80\xae\x2a\xe6\x3d\xf6\x54\x8a\x7e\x5a\xa0\xbb\x8b\xe6\x19\xd5\xca\xad\xfe\xd8\x07\x99\x51\x44\x32\x53\xa3\xb3\x6b\xec\x2f\xb0\xec\xd5\xbc\xc2\x8a\x38\x76\xab\xde\x07\x6f\xee\xde\x52\x2f\x90\x9c\xdd\xf3\x1a\x29\x1e\x35\xf1\xc1\x4d\xad\x41\xc1\x09\xb5\x7b\x43\x10\xe7\xb9\xc1\xc4\x75\xde\xd4\x2f\x4c\x9b\x2a\x65\x3c\x76\x96\xb4\x11\x84\xd9\x27\x8a\xa8\x59\x8a\x4c\x42\x1a\x2f\xfd\x24\xc0\xf6\x20\xe0\x30\x5a\x7f\x7e\x81\x56\x26\xd3\x3c\x79\xb1\xd7\xb1\xb2\x43\x69\x59\x85\x76\xf7\x49\xab\xab\x3e\x58\x3f\xfc\x2f\x1a\x17\xa5\xab\x89\x5c\xc4\xf4\x52\x14\xed\xeb\xe5\x4f\x57\x5e\xd9\x19\xda\x6e\x35\xe7\x0e\xe4\xe6\x40\x82\x7d\x67\x17\x1a\xc4\x4e\xe9\x69\x6e\x49\xe4\xb6\xf9\x8d\x57\x40\x3b\xac\x7c\xdf\x73\x54\x7e\xe1\x04\x0d\xee\x82\xea\x62\x11\x9d\xc8\xcb\xa3\x80\x0a\xb0\xba\x87\xa3\x91\x68\x2d\x26\xac\xd7\xd5\xa3\x04\x6c\x72\x44\xc8\xce\xa4\x36\x4e\x9a\xbd\x13\x05\xe9\x20\xdb\x11\x68\x5e\xa5\x4d\xd8\x4f\xf6\xa8\x0e\x58\xf0\xdb\x69\xb9\x77\xba\x54\x5a\x79\xbb\x5f\x04\x5a\x16\xd1\x2f\x4a\xe9\xaa\x7d\x3b\x76\x54\x57\x31\x0c\xda\x19\xfd\xe3\x04\xb8\xfb\xc5\x79\xf3\x0b\x69\x1a\xd0\x33\xb5\x3c\xe1\x17\x38\x2a\x4b\x50\xe0\x98\x2a\x85\xda\x7e\x3d\x78\x16\x49\x89\x6b\x34\x4d\x77\xc3\xb3\xc6\x70\x13\xa0\x0a\xb6\xec\x2f\x8c\xa9\xce\x79\xb8\xdf\x24\xd1\xff\x27\x49\x9a\x37\xd4\x42\xd9\xac\x9c\xdd\xe1\xf0\xf8\xdb\x7c\xf4\x3d\x6c\x42\xa3\x42\xb0\x8e\xd3\xdd\xee\xac\x55\x62\x6d\xec\xfe\xe4\x28\xff\x7d\x71\xb0\x16\x89\xd5\x5f\xc7\x8f\x4a\x89\xf0\x0f\xed\xbf\xff\x55\x27\x94\x3e\x00\x21\xec\xeb\x76\x50\x15\x65\x85\xee\x41\x4c\xf1\xe9\x82\x2c\x2b\x70\x75\x00\x22\x54\xdd\x6b\x0f\xb8\x14\xda\xc4\x72\xd0\x76\xea\xa8\x8d\x63\xe3\xd9\x53\xfc\xc5\x3b\x0c\xdf\x2b\x8f\x8d\x67\x8f\x30\xc0\xb1\x61\xb1\x4c\x34\x22\x66\x0c\x09\x8e\xc2\xd4\x88\x7e\x06\xde\xd3\xe9\x77\x14\x9e\xaf\x3a\xb0\x0f\xd4\x7b\x36\x4f\x1f\x0c\x7f\xb1\x96\xfa\x60\x4e\xe7\xb9\xfd\xe9\x2c\x3a\x0a\x4d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x3c\xb0\xa2\x30\x75\x41\x9e\xd6\x3a\xd8\xa1\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xbe\xeb\x80\x6e\xc8\x49\xc5\x0e\x46\xb6\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\x8c\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x7d\xb3\x63\x65\x8e\x46\x12\x45\x32\xe2\x52\x0c\x3a\x0e\x96\x6e\x9e\xd3\x2f\xd0\xbd\x48\xb3\xc2\x74\xcd\xae\x32\x70\x40\xb7\xf4\xe1\xce\x0e\x09\x6b\x9a\x19\x85\xe2\x14\x5e\x07\xed\x9c\x66\x36\xe8\x9e\xaa\x24\xc9\x91\x07\xb8\xb9\xb5\x33\x93\x9a\x10\xed\xc1\x13\xbc\xb9\x4b\x6c\x3a\x29\x45\x8e\x9e\x34\x9a\x06\x30\xa3\x74\x6e\xc7\xa0\x3d\x41\x17\x9c\x03\xda\xa5\xaa\xcb\xc6\x31\x10\x11\x64\x9a\x11\x84\x6d\xb5\xcc\xf1\x1e\xf9\xc5\x61\xe2\x07\x2b\x39\x3b\x05\xef\x81\x28\x6d\xd7\x66\x38\x00\x01\x86\xfd\x06\x0f\xc4\xa9\xd8\x74\x75\xa0\x08\x9e\x23\xe0\x8e\x41\x6e\x36\x73\xa4\x6e\x69\x99\xa6\x9b\x6f\xf8\x13\x04\xcf\x7a\x5a\x82\xd2\x4b\xf2\xed\x80\x76\xa9\x5a\xb7\x73\x04\x6e\x27\x12\x4e\x07\xea\x89\x38\x4b\xcb\x41\xed\x92\xa3\x03\x8e\x08\x3a\xef\x8b\x1d\x12\x67\x2c\x77\x7a\x60\xe6\xf4\x05\xc3\x4e\xac\x8b\x3c\xa8\x0f\x72\x4c\xfe\x01\xeb\x68\xb5\x24\x20\xae\xe8\x6e\xa1\x73\x18\xa2\x6a\x0e\xb8\xf2\x8a\x06\x44\x77\x3b\x04\xe8\x80\x42\xa9\x16\x3f\x33\x0e\xc3\x14\x00\x86\x78\x6d\xa0\x1e\xb2\x07\xdd\x01\xaf\x3d\x87\xb0\x1f\x2b\x48\x80\x7f\xc0\xbe\x96\x7e\xe9\x58\x94\xaf\xcb\x3f\xe0\xe4\x12\xee\x3e\x76\x0e\x49\x14\x31\xd9\x8d\xb5\x6e\xc7\xce\x0b\xb5\x57\x9b\x91\xd3\xd6\x69\x1d\x3b\x9d\x53\xbc\xda\x3b\xb1\xb2\x20\xe1\xb1\x83\xc9\x05\x95\x8f\x83\x4e\x97\x96\xa0\x50\xf0\xb8\x4a\xd6\x01\x05\x8f\xeb\xb5\x1d\xc4\x25\x82\x6b\x07\x4c\x93\x86\x21\xc7\xc1\x42\x8f\x7e\x1f\xb2\xc4\x9b\x20\x13\x3f\xfb\x7b\x26\x2d\xd1\xb6\x45\x68\x89\xdd\xd3\x8e\x84\x31\x66\xa6\x83\x87\xc8\x74\x0b\x30\xa1\x79\x9a\xce\xdf\x7f\xff\x6b\x5d\x90\xf3\x80\xa5\xd2\xa9\x0f\x0e\x18\x2a\x6d\x98\x3c\x4e\x08\x06\x41\xb5\x03\x86\xc7\x66\xdf\xa9\x03\x99\x9d\x6d\x03\x39\x4e\xf8\x39\x79\x57\x42\x79\x53\x9d\x43\xf8\x80\x9d\xd1\x26\x86\xe3\xe2\x9c\x89\xa2\x17\x06\xd5\x77\xcc\x7f\x39\x83\x2e\xde\xb6\xfc\x71\x0a\x09\xcd\x28\x34\x3f\xb6\xfd\x1e\xc8\xda\x1c\xb6\x80\x1f\x17\x6a\x06\x08\x02\x1d\x84\x48\xc2\x75\x07\xb3\x32\x3b\xb9\xc2\x71\x33\x9b\x84\x6e\x43\x07\x14\x35\xae\xd6\x73\xc0\xbf\xcd\xe5\x7d\x0e\xd6\x87\x73\x79\x9e\xe3\x66\x17\x9a\xa2\x27\xbb\xd0\xb2\x3e\x98\x12\xc3\x97\x87\xb7\x1f\x9f\x9b\x0f\xf3\x7e\xf8\x50\x7a\xa8\x22\xd3\x0e\x3f\x11\xc1\x1c\xb6\x81\x9c\xac\xc2\xa1\xca\xf8\xe3\xfc\x11\xa6\x6b\x4f\x9e\xb0\xcf\xb9\x1e\xca\xf9\xcb\x4e\x8a\x7e\xc8\xb9\xf3\x17\xcc\xfb\x23\x41\x74\xfe\x72\xa8\x53\x3f\x40\xa0\x6a\x53\x9e\x5b\x1e\x1b\x6a\x02\x99\x91\x6d\xfb\x3c\x37\x9e\x75\x3a\x5e\xcf\x8d\x11\xef\x6a\x91\x3e\x67\xd6\xf5\x9d\x1b\xa7\xdf\x1f\xd0\xe1\x46\x07\xf2\x09\x4d\x87\xeb\x4c\x9c\xc8\x56\xe3\xea\x23\x67\x61\x1a\x2c\xed\x99\xb3\xf0\x58\xd0\x69\x78\x66\x28\x84\x78\xf8\x84\xbf\x97\x83\x7e\xcf\x04\x36\x3a\xf3\x4f\xe4\x39\x0e\xab\x2c\xcf\x4a\x37\x1f\x3f\xa3\xb4\xb0\xae\xe9\x27\xb2\xcb\xfc\xea\xe7\x03\x9e\x5e\x3a\x71\x4f\xa4\x97\x69\x92\x25\xe7\x8b\x5c\x66\xd7\xcd\xff\x6c\x4c\x71\xa9\x06\x1a\xe2\x39\x3c\x2f\xb4\x8a\x75\x3f\x53\x95\x20\xc6\x3e\x5b\xf6\xa8\x1e\x18\xbc\xe0\x42\x3f\x67\x23\x09\x9a\x86\x96\x53\xad\x1f\x10\xbd\x60\xdd\xf1\x99\xc9\xf6\xa6\x7f\x48\x2e\x54\x1f\xc8\x1e\xe3\x0a\x1d\x27\xcc\x64\x2a\x3c\x3e\xce\xce\x2b\xb1\xce\xec\x93\x11\xb5\xe6\x6b\xe8\x1e\xc2\x8a\xd4\xb3\x9f\x98\x17\x7f\x80\xda\xe9\xda\x6d\x27\xcc\x64\x2e\x1a\x72\xc2\x41\xcb\xe9\x4c\x4f\x44\xdc\x3a\xd3\xfc\x49\x5d\x85\xb9\x63\xd0\x2b\xb2\xfa\x03\xec\x1b\x9d\xf0\x27\x4c\x5c\xae\x86\x70\x26\x0e\x11\xf4\x39\x47\xce\xab\x06\x3d\xb8\x94\x7a\x06\xec\xf8\x7c\x00\xd4\x61\x4d\xdc\x89\xf8\x04\xa7\xa3\x3e\x83\x97\x7a\x9d\xd7\x67\xc6\x23\x98\x26\x66\x2d\xb6\x5e\xf6\x8c\xdc\xdc\xfe\x04\xb9\x1a\x75\xa4\x9f\x19\xb1\xf0\xe9\xe4\xc2\x46\x34\x51\x98\x47\x2f\x0c\xac\x56\xce\x60\x7e\x4e\xce\x9b\x16\xea\x05\x29\xd5\x55\xa7\x4e\xe6\xa4\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\xf7\xe8\xea\x2e\x16\x9b\xd4\xd4\x23\x29\x8d\x4d\x9e\x27\x71\x8b\xb9\x8f\xea\x12\xa1\x8e\x73\x81\x66\x53\xb0\xa8\x42\xff\x93\x7d\xe8\x5c\x39\x20\xb7\x9e\x03\x72\xf3\x2c\xf6\xe5\x67\xb2\x92\x37\x14\x83\x19\x5c\x5d\xe9\x44\x30\x83\x23\x53\xce\x45\xde\xf2\x07\x10\x7e\xc2\xf5\xe7\xe2\xfd\x5b\x90\xe6\x64\xc0\xae\x35\xcd\xe7\x0e\x81\x6b\x22\x99\xe1\xd8\xec\x8f\xca\xbb\xcd\x0e\x8d\xe7\xce\xb8\x32\x91\x94\x59\x03\xbd\xd0\x7b\xb2\xb3\x7f\x78\x39\xc3\xf5\xbc\xce\x83\x28\xda\x4d\x02\x46\xb9\xe4\xd2\x79\x50\xe8\x9b\xf9\x10\xa5\xeb\x0a\xde\x67\xa6\xa4\xf1\x38\x8f\x89\xf2\x33\x1a\xe6\xc1\xe2\xa1\xfe\x60\x47\x0f\xfe\x1f\x98\x5a\x78\xf3\x3c\x90\x5e\xc3\x42\xe1\x00\x63\x98\xb9\x0f\x0e\xc1\xef\xbf\xe7\xab\x2d\x02\xe7\x09\x4c\x6e\x21\x73\xf2\xb8\x2d\x7e\x01\x87\x8c\xd7\x01\x79\x09\x5d\xe8\xf9\x84\xfe\x68\x38\xb3\xf4\x89\x50\x05\x67\x12\x38\x11\xa9\x60\x20\x76\xc2\x68\xe6\xf0\x8a\xf3\xe4\x0d\xcd\x43\x3a\x73\xa5\xd5\x65\xba\x7c\x09\xdb\x9d\x74\xf9\xb2\x32\xfb\xbc\x28\x9e\xcd\x5e\xc4\x62\x3e\x6c\x2f\xaa\x10\x3e\x3f\x20\xe9\xbc\x00\xf0\x99\x3e\x5f\x9e\x38\xf8\x7c\xb9\xf2\xca\x89\x7c\x34\xf6\xee\x3b\x5f\xfc\x35\xbb\x37\x3d\xf2\xd3\xd8\x7c\x7f\x42\xa7\x15\xbe\xe5\x9d\x30\xcd\x39\xc7\xf1\x79\xb3\x34\xb9\x7b\xb8\x51\x8a\x45\x98\xf9\x44\xfa\x43\xeb\x8f\x4e\xd8\xea\x6c\x65\x38\x6f\xe6\xe2\xd2\x10\xee\x94\x2a\x1a\x23\x12\xd8\x38\x57\xff\x79\x53\xaa\x18\xc4\x40\xe9\xe5\xb4\xb7\xe7\xcd\x0d\x50\x4c\xc2\x4d\x1a\xfd\xc5\x83\x41\xa8\x0b\x56\x08\x36\xea\x41\x8a\x1b\x07\x74\x9f\x4f\x6e\x08\x4d\x1b\xc3\x8c\x3d\x88\x87\x0a\x4f\x1f\x09\x0f\xd5\x4b\x3a\x95\xae\xdf\x8f\x44\x0d\xfd\xb0\x51\xef\x5f\xf5\x03\x94\x7d\x12\x96\x17\x03\x79\x6d\x29\xb8\x58\x09\xc3\x09\x57\x2e\x58\xd6\x7c\x5f\xba\x60\x59\x73\xfa\x81\xeb\x97\xe3\x76\x93\xe4\x49\x5d\x90\x2e\xfa\x54\x39\xc3\xca\x05\x3d\x9a\x33\x86\x5e\xcc\x88\xe8\x68\xe1\x0b\xa6\x34\xa7\x82\xb8\x36\x30\x94\xe4\xd7\x85\x6a\x6b\x9b\x55\xe4\x17\x62\x75\x3f\xe3\xde\x98\x8a\xd5\xff\x63\x2d\xb4\x75\xaf\x42\xb1\x2d\x1c\x7c\x15\x44\x0b\x37\xbf\xc0\xb3\x53\xb7\xb4\x0b\x86\xb0\xe2\x41\x15\x60\xb7\x9f\x3f\x00\x4f\xbb\xc7\x92\xd3\xe2\x1e\x1e\x42\x08\x7d\x81\x5a\x68\xc3\x49\x95\xae\x5a\x50\x16\x45\xb3\xf0\x22\xd0\xde\xfe\x56\x65\xf5\xaa\x1c\x91\x0e\xfb\xab\x42\xf8\xe8\x98\xb9\x60\x58\xfb\x70\x02\xb4\x6c\x0e\x36\xbc\x2a\xef\xd2\xd5\x2f\x00\x0c\x84\x1b\xe0\x2e\xfd\xd0\x8b\x5d\x6a\x5e\x02\x58\xb5\x82\xf5\xaa\xbc\x9f\xe8\x5a\x78\x35\x78\x7c\x6b\xd3\x5d\x28\x9b\xe6\xc4\x84\x17\x5c\xb6\x9c\xf6\xe4\xa2\xfb\x94\x93\xdc\x5c\xb4\x49\xb9\xac\xde\x05\x95\x96\xbd\x64\xae\x8e\x5d\x5a\xfc\x3f\x81\xa2\x07\xd5\x99\xb1\x6e\xe9\x39\x97\xc9\x3f\x24\xf7\x6a\x5e\x58\x3d\xf7\x33\x8a\x41\x23\x93\x70\xd6\x05\xef\x7e\x27\x41\xb8\x90\x7b\xc5\x99\x34\x2f\x16\xcd\xb0\xbd\xee\x42\xf2\x15\x3b\xbb\x5d\x23\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8b\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\xd0\x8d\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x6d\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x02\x51\x9d\xdc\xed\x7a\x71\xdc\xec\x66\x37\xb8\xe6\x5b\x05\x7b\x01\xc6\x55\xab\x97\x2e\x26\x1b\x74\x89\xbc\x0b\xb8\xee\xb3\x30\x93\x12\x58\xb7\xc6\x0b\x99\x53\x9c\x4c\xf0\x5a\x19\x39\xa2\x51\x31\x03\xb4\x6d\x50\xd7\xe2\xca\x69\x14\x69\x28\x13\xb8\xbc\xa0\xe3\x72\x3a\xc2\x6b\x11\x9d\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x1a\xb8\xae\x31\x70\xbd\xe0\xad\x3a\x34\xe4\x42\xd5\x32\x3b\x6b\x5e\x3b\x5d\x5e\xa5\x46\xbb\x68\x38\x73\x85\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xa2\x7a\x17\x2c\x67\x9f\x79\x80\x33\xbd\xdd\xb0\x2e\xfa\xce\xdb\xbf\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x65\xad\x79\x29\x0e\x5e\x24\x84\x99\x2f\x38\xcb\xbb\x42\xd3\xc5\x9c\xce\xf3\xd3\x27\xed\xa6\x82\x3a\xd7\x89\x22\x1c\x9e\xc9\x04\x53\x42\x73\x17\xcb\x97\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\xb4\x56\x0e\xa6\xbb\x90\xf5\xd9\xb9\x7d\x2e\x06\x86\xda\x36\x7b\x9d\x3c\xda\x2c\xa3\x4f\x9c\x1a\x3e\xda\x90\xdc\xcf\xd9\x17\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\xd4\x07\xda\x32\x54\xbf\x90\xec\xcf\x71\xf9\xd7\xc5\x31\x88\xe6\x2b\xa3\x14\x34\x28\xa8\xae\x6c\x78\xbd\x08\xa5\xbc\xb6\x17\x3d\x86\x96\x3f\x48\x0c\xe0\x2e\xa9\xf1\xf4\xbc\xc0\x1e\xe8\xa4\x2e\xd7\xc5\x83\xc8\xe7\xcc\x4d\xa8\x2e\x65\xd6\x85\x70\xd0\x8f\xc4\xbb\xb9\x6f\xe2\x4f\xf1\xab\x17\x62\x45\x1d\xd6\x76\xdd\x54\x44\x87\x9b\xe3\xc2\x69\x4c\x70\x93\x72\x4a\x89\x0b\xd8\xab\x39\xd1\xd3\x45\xec\xe5\xa3\x0d\x0e\xfb\xe5\xf3\x3f\xd7\xcd\xff\x63\xc4\x5e\x78\x16\xe0\x75\x35\x9e\x2b\x53\x53\x7b\x16\x11\x5d\xea\xda\x98\xd7\x03\x1b\xa9\x45\x3a\x4a\x66\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x96\xc6\xd4\x18\x1e\xea\x82\x2c\xce\x58\x25\xcd\xa7\xe9\x03\xdf\x49\xc3\x28\x38\x5d\x39\x13\xe5\x05\x0b\xa9\xc3\xec\x2f\x38\x61\x39\x1f\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xc4\xd0\x0f\x49\xe2\xd4\x0f\x48\x4b\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x01\x79\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3c\xea\x44\x96\x37\x4a\xa4\x59\xa5\x76\xc3\x33\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xa9\xb5\x4e\xc1\x1b\x39\xac\xed\x10\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x6c\x4f\x33\x00\xf7\x28\xe7\x22\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7d\x7d\x43\x6b\x68\x07\x94\x1b\xf9\x59\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\x00\x89\x3a\x56\xef\x72\x22\xab\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xdf\xb5\x11\xd5\x0d\x14\x58\x6d\xa2\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5c\xb5\x6b\xde\xdd\x78\xc8\x6a\xbb\xde\xcc\x80\xed\xb8\xa5\xbb\x31\xcb\x8d\xba\x40\xc8\xa8\x7d\x70\x6f\x84\x8c\xb6\xcf\xff\x94\x68\x7e\x81\xb5\x6e\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x41\xa1\x4e\xc9\x7f\x77\xe2\x13\xf5\x81\xd2\x68\x46\x50\x37\x35\x8e\xc5\xcf\x3c\xf1\x74\xb0\xdf\x40\x96\xc3\x48\xe0\x86\x35\xd5\x41\x13\xf7\x48\x9a\xb4\xda\xf0\xc5\x0f\x17\xdc\xbc\x11\x26\xea\x3b\xc8\x3d\x78\x29\x91\xe2\xf4\x1e\xe4\x27\x8d\x6a\x70\x2d\xfc\x3f\x0c\x41\x1e\x35\xdc\xa1\x1c\x99\x72\x07\x7d\x26\x74\x07\xbd\x51\xfb\xc3\xce\xd3\x77\xd0\xb4\x2e\x5d\xc0\x1d\xd4\xfe\xeb\xee\x7f\xa3\x30\xad\x73\xcf\xde\xc8\xa8\x67\x1f\xd8\x7b\xbe\xe7\xbc\x43\x96\x6f\x68\x08\xed\xc3\x78\x03\xf7\x2d\x3b\x91\xdf\x80\x79\x56\xc7\xdd\x33\x27\xf6\x4f\x49\x4c\x6f\x04\x70\x5a\xad\x7f\xb3\x2c\x88\x77\xcc\xca\x39\x16\xfd\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\xcd\xee\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\x26\x84\xf9\xa4\xed\x14\x72\xef\x80\x63\x16\x6b\xa8\xf1\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4a\x65\xc7\x96\x1b\x88\xb0\xda\x47\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\xfe\xd9\xee\x0a\x77\x42\x42\x8b\x85\x03\x95\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x63\x47\xa1\x12\xf7\x40\x31\x21\x65\xd9\x0d\x1f\xf5\x65\xf7\xe9\xfb\xa0\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x88\x4c\x17\xac\xbd\xa1\x7f\xb3\x81\xec\x46\xfa\x67\x7b\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x5e\xec\x36\xd4\xdf\xc8\x99\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\xc1\x59\x96\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x98\xfc\xdc\xd4\xef\x0b\xe5\xb0\x4c\xf4\x85\x42\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\xf0\x2a\x37\x3c\xba\x1f\x94\xa5\xf9\xf9\xff\x97\x1b\xec\xd5\x7b\x3f\xd8\x34\xa6\x88\xc9\x99\x5d\x2d\xf5\x7e\x92\x02\x91\x04\x7f\xae\xe6\x4c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x9b\xd8\xe7\xc7\xd4\x47\x55\xcf\x05\xc5\xde\x7e\x7a\x26\xdc\xd1\x18\x1e\xc4\x26\x96\xcf\x07\xb9\xd6\x53\x3f\xe0\x92\xdd\xfd\x01\x2f\x9c\xe1\x1f\xa8\xf0\x08\x7f\x91\x8b\x6b\xa2\x1e\xdc\xcb\xf5\x05\x2c\x9d\xc3\x55\xd8\x9f\x0d\x4a\x6f\xed\xb3\x07\x4e\xe5\xde\x14\x0f\x4a\x7f\xd8\x03\xf1\xd9\xa0\x01\xd1\x44\x3e\x0c\x2e\xb4\xa6\xfe\x61\x3a\x0e\xdf\xb4\x9e\x2d\x39\x54\xe3\xdc\xe8\xb6\xe1\x3e\x5e\x14\x54\xab\xd6\xe2\x01\xea\xe9\xc2\x65\x4f\x81\x4b\xa2\x70\xdd\xc3\x32\x64\x2e\x96\xfb\x00\xe5\x2c\xbb\x37\x3f\x25\x65\xb6\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa5\x73\x34\xd4\xc3\xbc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x14\xc9\xcb\x9e\xb7\x4f\xc5\x54\x2e\x3f\x93\x47\xb5\x38\xb4\xd7\x3a\x9b\xe5\xc3\x3a\xb4\x2e\x10\xfe\x24\x16\x92\x18\x7c\x5e\x2c\x54\x9c\x66\xea\xa9\x39\x75\x9a\xfe\x54\x79\x4d\xff\x70\x63\xfd\xfe\xe4\xa7\xf0\x54\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x52\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x20\x27\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x81\x0d\x21\xb0\xff\xac\x5c\x5b\x7d\x81\xa8\x43\xeb\xfd\x9e\xc5\xa5\xb5\xf8\x59\x39\x0c\x51\xb1\xa8\xf8\xb1\x40\x5a\xb9\x6f\xfd\x06\xfd\x05\xfc\xc2\x44\x3d\x4a\xef\x8b\x45\x26\xf6\xd6\x42\xd5\x8f\xf5\x59\x5e\xd6\x66\x73\x49\xd5\x67\x4f\xd1\xad\x4e\x90\xf0\xcd\x17\xf4\x67\x87\xe8\x16\x12\x78\xe0\x9c\x66\x15\xc1\xb3\x53\xdc\x58\x76\xb3\xec\xc7\xda\xfc\x05\x58\xc4\x22\x0e\x8a\xbb\xf5\xd9\x5a\x7b\x12\xa5\xb9\xa1\x11\xd5\xce\x18\xcf\x81\x1b\xac\x27\x0f\xbe\x67\xd6\x05\x3e\x47\x7f\x57\xd4\x4c\x96\x59\x30\xa4\x1d\x7a\x0e\xf2\x80\x89\x42\x5e\x0c\xeb\x11\x9e\x83\x4b\xde\xfd\x02\x6f\xd9\x42\x76\x0f\x82\x09\x6d\x76\x7d\x90\xe3\xed\x23\x83\x4e\xf2\xa9\xb8\xec\x44\x2c\xae\x77\x02\x63\x0b\xed\xbc\xf1\x40\x91\xe7\x2b\xe8\x73\xd2\x9f\x4b\xfa\x9b\xe7\xa4\x4e\x54\xf7\xe2\xe7\xe2\xdc\x8b\x04\xa8\xd5\x7c\x27\x7d\x90\x74\xe2\x33\x0d\x57\xf2\x83\x3f\x80\x50\xf3\x3c\x5e\x94\x59\x3e\x0a\xe0\x11\xe6\x9b\xfc\x03\x1d\x99\xfd\xf6\x1f\x18\x20\x1d\x12\xf4\x50\xe9\xe5\x1e\x61\x4f\xdc\xec\xee\xf1\xa4\x41\xd1\xf8\xe4\x86\xf2\xd1\x4c\x0c\x4c\x66\x3c\xfc\x40\x89\x65\xa7\x98\x07\x4a\xac\xcf\xb1\xfe\x90\x61\xfb\x9f\x94\x72\x0f\x8c\x8d\xf6\x1e\x7e\x1e\x32\x8e\xe8\x7d\xc8\x38\xfe\x7f\xfc\xf7\xbf\x70\xf2\xaa\x07\x88\xee\xe3\x35\xf1\x40\x3f\xe5\x4c\x0b\x0f\xcb\x6b\x38\xe0\xf3\x61\xf6\x09\xbb\x7a\x3c\x40\x78\x32\x52\xc4\x0f\xc6\xca\x29\x27\x9c\xf8\xfd\x48\xe3\xd4\x33\x69\x2a\x7a\x7e\x69\x52\xf2\xdb\xf8\xfd\xa0\x6d\xf9\xb7\x88\xf1\xfb\x81\x95\xff\xcd\x68\xfc\x00\xe8\xa6\x6c\x74\xf1\xfb\x71\xd5\xbb\x9e\x29\x15\x36\xbf\x80\x55\xff\xc7\x26\xf1\xdb\x48\x51\xe8\x19\x5a\xbe\x22\x0a\x60\xa7\xdc\x64\x47\x89\x1f\x0a\xb5\xf5\xe6\x67\xcc\x52\xd3\x10\xe0\xb7\xd6\x9b\x3a\x84\x4a\xab\x37\x91\x4c\xbb\xe5\xe7\x19\x04\xfd\x3b\x18\xe3\xc7\xaa\xb2\x3a\x04\xe2\x07\xff\xff\x29\x53\x51\xfc\x50\xff\x42\xa9\x32\xe3\x87\x5c\x6a\xba\x8f\xc4\xaf\x40\xe6\x7b\x92\xa0\x82\x1a\x9e\x44\xe6\x41\x5b\x9b\xba\x44\x36\x88\xde\x34\x07\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xa2\x6a\xe1\x59\xa8\xb9\x30\x22\x82\x99\xd0\x94\x40\x2b\x7e\xc4\x59\x4d\x4d\xb4\x1c\xa6\x86\xd5\xb2\x57\x91\x81\xbc\xbd\x53\x86\x96\xf8\x35\xee\x40\x2f\x16\xeb\xa6\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x8c\x6c\x98\x01\x3a\x85\x5d\xd1\x8a\xa3\xae\xac\xe2\xa4\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\xb5\x89\xe3\x87\xf4\x0a\x53\x25\x79\xe3\x87\xec\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x54\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x0b\x58\x62\x87\x9f\x51\x66\x6b\xd3\xc4\xb0\x3c\xd9\xe7\x99\x02\xd6\x33\xc5\x72\x65\xe1\x81\x4f\xee\x76\x75\x39\xb3\x4b\xcd\x14\xaa\xd7\xff\x3c\xb5\xf0\x57\x1f\x66\x22\xe6\x3b\x58\x22\x09\x7e\x5d\xaa\x7c\x1a\xbf\x45\x96\x29\x7e\x81\x76\xd9\xee\x1f\x78\x62\x17\x7f\x42\xa6\xf2\x30\x80\x34\x56\xff\xfc\x00\x99\xf3\x69\x82\x57\x88\xe2\x17\x1e\x36\x21\x26\xdb\xa9\xfe\xec\xfe\x01\x41\x8c\xd5\xcf\x38\x08\x3e\xff\x23\x5e\xf5\xf3\x3f\xf6\x46\xd7\xea\x42\xfb\xd3\xcd\x93\x47\xca\x08\x4d\x14\xd4\x41\xf3\xe7\x1d\x4a\xd4\xd0\xc5\x62\x47\xce\x8c\xbf\xa0\xa2\xc4\x73\x07\x03\xa0\x0a\x8a\xc5\x0f\xae\x57\xca\xc2\x1f\x3f\xa4\x2c\xd8\xe6\x5f\x92\xcb\xc5\xef\x60\x3a\x7b\xf5\x76\x4e\x84\x4f\x68\x40\x27\xc5\x83\x77\x2e\xfc\xd1\x65\x8d\x8e\x1f\xdc\xcb\x65\x33\x8d\xdf\xc5\x01\x7a\x93\x5d\x93\xf4\xfb\x0d\x2c\x93\x77\x1d\xa3\xe8\xc2\x03\x82\xc7\x51\x37\x3f\xf3\xfc\xf7\x9e\xba\x73\xd5\xf4\x01\x82\xde\xe6\xcf\x02\x88\x27\xac\xb7\xcc\xc3\x72\x68\x7e\xde\x39\xc9\xa2\xe9\x61\x97\xff\x5e\xd8\x7e\x94\x71\xe2\xcf\x8d\xbe\x3a\x3a\x0f\xb7\x5f\xca\x92\xd0\x0f\xdc\x22\xe2\xd7\x2d\x4d\x3a\xdd\x9f\x4c\xbe\xd1\xf4\x03\x27\xc2\xcf\xc9\xaf\xfe\x82\xe3\x2a\x26\x0b\x7a\x3a\x9d\x81\x5b\xaa\x2c\xd4\xe7\xc6\x16\xfd\xff\xfe\x9e\x91\xff\x2e\x77\xb1\xa1\x6a\x54\x1f\x7e\x4e\x19\xfa\x6f\xe2\xb6\x42\xe7\xae\xcf\x0f\x74\x0f\x57\x8b\x38\xd2\xa4\xde\x8c\x8d\xf5\x98\x96\x47\x99\xda\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x54\x0b\x45\x30\xc4\x56\x29\x8e\xfc\x05\xa2\xd4\x14\x58\x17\x5b\xe5\x71\x52\xfd\x02\xbd\x09\x45\x04\x5c\xaf\x37\xf9\xf7\xc4\x46\xb3\x86\x2e\xa9\xb1\x35\x08\x30\x49\xb8\xad\x11\x95\x0e\x7f\x91\x95\x4f\xc4\x01\x38\x7f\x64\x55\x8c\x0d\x41\x63\xb2\x57\xc5\xd6\x09\xa1\xbc\x7a\xac\xe4\xb9\xdc\x64\xe7\x75\x4b\x8c\xbd\xf5\xe4\x32\xcd\x15\x9c\xb1\xfb\xf0\x33\xd0\x78\x68\x66\x3a\x8f\xf3\xea\x1f\xe0\x09\xb5\xfc\x4c\xc6\xf6\xb8\x68\x1a\xa9\x6e\x91\xc7\x8f\xa7\x8e\x71\x64\xca\x1d\x19\x1b\xdc\xad\x7b\x88\xc8\xf7\x10\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xeb\x7f\xf8\x7f\x54\x5e\x9b\xee\x80\x7e\x42\x1e\x35\xcb\x1b\x79\xd0\x83\x13\x2b\x92\x11\x14\xa6\xe0\xf6\xd8\x82\x90\xc5\xfb\x04\xe7\x59\x78\x2d\x27\x67\x5e\xb8\x69\x43\xf8\x55\x37\x3b\x4c\x1e\xa1\x1e\xe3\xe4\xad\xc6\x4d\xa2\x32\x50\x0f\x11\x3d\x33\x26\x4c\xcf\x54\x61\x48\xf0\x6f\xb0\x6d\xc8\xff\x35\xb6\xbc\x4a\x5b\x82\xbc\x27\x5c\x95\x86\x33\x36\x78\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\xe5\x1f\x25\x98\x88\x6d\xe5\x52\x8a\xc1\x16\x11\x91\x17\x1f\xae\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\xb0\x6e\xcc\x9f\xa9\xde\x31\x4c\xaf\x0d\x8f\xb7\xa9\xa9\xce\x3b\xae\xc5\x1c\xee\xb8\xca\x13\x10\x1b\xdc\x57\x96\x2e\xb9\xb1\x1d\x8c\x84\x5c\xa2\x92\x77\xd8\x29\xa2\x0e\xde\x17\xc7\x5f\x5c\xb8\x63\x83\xdb\xaf\x2a\xff\xc7\xf6\xde\x67\xa7\x34\x3d\xb1\xf1\xfe\x2a\xe8\xb9\xb1\xfc\xf8\xb2\x44\x3b\xe1\xb3\xe1\xee\x4f\x92\xe3\xff\xa9\x56\xb1\x88\x64\xd8\xf8\xb2\x70\x39\x49\x82\xa6\x00\x19\xc8\x97\x07\x08\x37\x92\xee\x75\xba\xa8\xeb\xf4\x86\xe0\x85\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x07\xf0\x2e\x87\xcb\x6e\x17\x02\xdc\x2e\x82\x4a\xdd\xce\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x51\x63\x37\xff\xde\xd4\x65\x6b\x5a\x98\x33\xdc\x5d\x22\x5b\x8e\x8a\x50\xc6\xc6\x0b\xf0\x72\x7b\xcc\xe5\xa7\x31\xbe\x17\xe2\x56\xcd\x8a\xac\xba\xe3\xdb\xd8\x86\xb2\x3b\xaa\xb7\x12\xdb\x43\x91\xed\x95\x84\x8f\x45\xb7\xe4\x42\xd4\x79\xf7\x41\xf3\x90\x02\xbf\x8f\xe4\x0f\x3e\x24\x60\x93\x50\x86\x8b\x28\x3f\xca\x31\x6d\xe1\xf2\x1e\xc8\x55\xd1\x54\x51\x7e\xc4\x8f\x9a\xc4\xf2\xc3\x99\xbf\xf4\xc2\x86\x39\xd3\x42\x17\x7a\xc2\x4a\x13\x1a\x65\x4b\x31\xe2\x37\xa8\xc0\x11\xd6\x29\x5b\x2e\x94\xdf\xc0\xa8\x24\x05\xca\x46\x9d\x5d\xf8\x8b\x87\x4d\x88\x2a\xa6\x81\x91\x9a\x2f\x0a\x32\x04\x2a\xec\x23\x0a\xca\xce\x28\x4d\x79\x14\x66\x7d\x51\x0a\xcd\x28\x28\xdd\xad\xac\xfd\x51\xe0\xc8\xa0\x42\xad\x51\xf2\x56\xa9\x2b\x49\xc1\xad\x52\xe5\x3c\xa3\xe0\x56\xa9\xe0\xaa\x28\x70\x64\x98\x52\xb8\x44\x41\x9e\x18\xe5\x62\x88\x52\x11\x29\x2c\x6e\x2c\xcc\xbe\xad\xa0\xb2\x28\x35\x39\xda\x5f\x20\xbb\x5f\x75\x97\x10\xe9\x5e\x2c\x54\x9e\x51\x82\xa9\x28\x8d\x90\x40\x27\x61\x61\x36\xed\x9f\x17\x87\x05\x0f\xa5\x3c\x8b\xc2\x9c\x83\x52\x9e\x45\x41\xfe\x6c\x15\xcd\x8b\xf2\xde\x52\xab\x4a\x86\x44\x69\x88\x54\x94\x68\x2b\x2f\x02\xe8\xe3\xe7\x67\x18\xc3\x3d\x4a\x66\x24\x94\x6a\x2c\x4a\x67\xe9\x35\x2d\x7e\xa7\x64\xd0\xc9\x56\x7a\xb2\xa0\xdf\x78\xd7\x56\xb5\xd9\xa2\xe0\x38\x57\x30\x56\x14\x18\x00\x96\x54\x5f\x51\xe0\x43\x3b\xcc\x3e\x9d\xd8\x59\x47\x5d\x61\xf6\x6b\x6d\xab\xd2\x93\x48\xcd\x74\x7f\x00\xe8\xf4\x01\x8b\x77\x4b\x5f\x17\x05\x06\x80\xea\xa5\x79\xf1\x40\xfb\x75\x7f\x40\xd0\x62\x06\x85\x67\x84\xbc\x09\xa3\x0c\xde\xcb\x8a\x5f\x58\xf0\xc7\xf2\x33\xa1\x95\x6e\x34\x25\x08\xd7\x74\x6d\x2a\x81\x94\xad\x9e\x59\x28\xfc\x55\x4e\x2d\x4a\xe4\xc6\xd3\xda\x04\xb1\xb5\x87\xf9\x82\x86\x5a\x3c\x2a\xa8\xfc\x67\xfc\xc5\x7f\x3b\x0a\x22\xab\x86\x47\x14\x44\xac\x26\x18\x99\x66\x54\x68\x30\x0a\xcc\x03\xaa\x7f\x15\x05\xe6\x01\x95\xe8\x8a\x32\x29\x1e\x25\x9f\xcb\x0b\x40\xfa\xf0\x0e\x42\xfc\xf7\xe6\x2b\x4d\x49\xe5\xbe\xf0\x42\x99\x04\x6e\x9e\xa3\xc5\x3e\x44\x43\xea\xee\xbd\x50\x0b\xfc\x6e\x76\x64\xd9\x15\xb9\x5b\x44\xa1\x9a\x5d\xf7\x91\xb2\xb3\x45\x35\xb0\x93\x48\xbf\x4f\x19\xde\xfd\x03\x8e\x21\xc1\x89\xc2\xf4\x7e\xf1\xf9\x21\x89\x16\x91\xc8\x3d\xad\x68\x83\x28\x07\x21\x8b\xc7\x7d\xf0\xc0\xd7\xc4\xc0\x5b\x62\x58\xc2\x1e\x54\xc9\x4c\xff\xc0\xea\x4a\xfe\x60\xe1\x03\xf7\xc0\x73\x43\x14\x40\x63\x5e\x15\xf9\x1e\xe5\xe4\x85\xd5\xf3\x46\xef\x57\xaf\x3e\x32\xcf\x0c\x4b\x68\x78\x36\x7c\xa6\x0d\x2a\xf3\x61\xc1\x93\x9e\x0d\xd3\x1f\x50\xd9\xa5\xdb\x48\x39\x79\x7c\xeb\x82\x53\x80\x39\x86\x07\xc1\x42\xd5\x9f\x67\xce\x82\x06\x81\x28\x6b\x5f\x56\x0a\xab\x50\x1b\x63\x17\xd4\x02\x0c\x33\xcb\x85\xea\x18\x02\xc0\x85\xa5\xfd\x8c\x88\xcb\xcd\x1e\xb4\x0e\xcc\xa7\x67\x85\x6f\x41\x15\xe9\xea\x1d\x77\xc3\x57\xfa\xf3\x3f\x3c\xc0\xcd\xf2\x0f\xc5\x84\x7b\x48\x88\x50\xfd\x03\xd8\xcb\xb3\x02\x88\x60\x95\x50\x01\x42\x18\xde\x33\x0f\x55\x11\x02\xed\xe5\xc9\xa0\x08\xb7\xc8\x3c\x9f\xa2\xf1\x41\x41\x43\x0b\x85\x87\xc2\x50\x2d\x54\x96\x99\xb6\x06\xb6\x26\x48\x10\x8c\xaf\x70\xb4\x1c\x9f\x17\x0e\x7e\xe1\x17\x78\xdf\xf5\x17\x1b\x4f\x26\x1d\xd0\x35\x71\xc4\xe7\x07\x30\x4c\xf5\x33\x27\xa2\xea\x99\x11\xf1\x53\xcf\x38\xd0\xdd\x25\x14\xd5\x4a\xf3\x1d\x75\xa3\xed\xea\xd3\xe0\xbb\xcb\xe4\x34\x10\xb5\xe4\x30\xf5\x05\x0a\x37\x5b\x8f\x5c\x91\xa5\x58\xe5\xb4\xa2\x16\xde\x8f\xc2\x3f\xf0\x44\x17\x8e\xae\x28\xfa\x31\x9a\xbb\x40\xe6\xf0\xe5\xff\x0f\xd8\x64\x96\x9e\xc9\xf2\x9f\x16\x21\x1a\xa6\x9f\x1f\x0c\x4a\x1f\xa4\x12\x40\x30\xba\x22\x22\x67\x33\xfa\xaa\x95\x1c\x26\xe0\x53\x51\x97\x59\x59\xd2\xa2\x56\x22\x80\xe1\x1f\x08\x43\x84\x11\x2b\x92\xd3\xcc\x9f\x80\x4a\x85\xae\x5b\x69\xbb\xa3\x56\x86\x1d\x6a\x58\x8d\x47\xba\x6e\x07\x15\xba\x6f\x0b\xb8\x0a\xd4\xa1\x94\xeb\x51\x1b\xcd\x1a\x9e\xa8\x4e\x53\x51\x94\xbf\x9c\x44\xb5\x93\x99\x84\x7b\x6a\xa7\x5a\x54\x42\xbc\x76\x30\x8f\xe4\x5b\xed\x3c\x7d\xbd\x96\xc8\xfb\x52\x3d\xd1\x83\x81\x8f\x1e\x33\x53\xbb\xd9\x30\x52\x11\x4f\xad\x34\xc4\x51\x07\x0f\x27\x13\x81\x00\xeb\x61\xf6\x19\xbc\x99\x0a\xbe\xd5\xd4\x7a\xeb\xfe\x51\x51\x00\x4e\xc9\x67\xa2\x06\x85\xae\x59\x94\x59\x83\x75\xe2\xd7\x00\x47\x7e\x9e\x61\x5f\xfa\x34\x00\x1a\xbb\xbf\x4f\x1a\xb5\x49\xe0\x03\xa0\x4c\xb3\x51\x03\x68\x4e\xb2\xa0\x06\x49\xd4\x15\xa7\xf2\x4c\x5f\x1e\xc4\x4c\x1a\x45\x03\xd3\xc7\x29\xd9\x66\x54\x1e\xeb\xd2\x7a\x57\x14\x78\x33\xd6\xaa\x0c\x87\xae\x7e\xa6\x04\x9b\xfe\x01\xd6\x02\x9d\xb8\x95\x15\xde\xe4\xf6\x14\x75\x25\x51\x7a\x23\x4f\x79\xe1\x82\xba\x08\xce\x25\x04\x6b\x6a\xd2\x05\x01\x2b\x4d\xf6\x3a\x1b\x2a\xe3\x64\x3e\xe2\x61\x11\x3c\x4d\x7f\xc1\xcd\xaa\x3b\x6e\xdd\x99\xd0\xdb\x1c\xb0\xd3\x10\x62\x79\xc0\xe4\xc0\x4a\x07\x18\x15\xc9\x80\x1d\xcf\x13\x15\xf9\x61\xac\x62\xad\x3b\xef\x4a\x9e\xde\x9d\xe2\xdc\x32\x63\xa7\x68\xf5\x74\x1d\x80\xa2\x82\x3c\x15\xba\xf3\xa1\xa3\xbc\xa2\xc6\x5a\x53\xd9\x93\xa8\xd4\x9d\xab\x8c\x49\xd4\x83\x12\xc0\x52\x05\xea\x89\xaa\x6c\x7b\x51\x0f\xf2\x89\x5f\x38\xd9\x84\x5f\xb8\x5e\x4e\x34\xe7\x1d\x04\x87\x16\x09\x27\x78\xbd\xfb\x19\x29\x8b\x74\x58\xd7\x33\xe7\x4e\xe3\x3c\xb9\xa7\xbd\x84\x27\x99\x5b\xb3\x7d\xc2\x2f\xdc\x9b\xe1\x64\xc8\xa5\xdf\xe7\xfe\x33\x2f\xa7\x52\xc3\x2b\x8a\x24\x31\x3f\x1f\x00\x04\x1c\x16\x5b\xd0\xe2\x37\x65\x2b\x8d\x7a\x21\xe8\xc2\x24\xb0\x18\xc5\x32\x4b\x30\xf1\x8b\x79\x9d\x95\xd1\xa6\x37\xc3\x95\xab\xa7\x3e\x10\xfb\x32\x3c\x0f\x30\xe3\xcb\x3d\x3e\xea\xcd\xfd\xe6\xed\x75\x23\x41\xa4\xb7\xf0\x9d\x89\x33\x35\x8a\x9b\x42\x42\x13\x79\xe7\x44\xfa\x05\x1e\xe7\x52\x43\xd4\x3b\xa9\xd4\x30\x90\xf5\x57\xb9\xed\xa2\xbe\x30\xa6\x2a\xa2\x36\xea\x4d\xa2\x45\x24\x2c\x0b\xc3\x3d\x00\xd5\xb4\x29\xbb\x65\xa5\xf1\xde\x33\xfb\xe4\x6e\x13\x3b\xc0\x3f\x73\x18\x0d\x3c\x64\x49\x69\x3a\x6a\xe2\x1c\xa9\x36\xea\xc3\xfb\x92\x19\x86\x0e\x9b\xca\x99\x13\x15\x59\x7f\x97\x47\xf5\x10\xde\x89\x21\x1a\x23\x52\xe4\x62\x13\xed\x97\x93\x3d\xf4\x03\xa3\xb4\xff\xe2\xc1\x10\xed\x97\xa3\x9e\xfa\x01\x2b\x21\xb0\xd7\xa0\x7c\xb1\xb6\xa7\xd1\x3d\x40\x3b\xb5\xa1\x24\xb1\x6d\x02\x8d\x91\xce\x53\x97\xed\xb6\xf1\x4a\xa8\x95\x6b\x8c\x68\xf9\x49\xac\xb5\x92\xe1\xd4\xa2\xa1\x30\x91\x82\xbe\x60\xfa\x3d\xaf\x6d\x23\xca\x91\x04\x6a\x85\x2c\x1c\x7a\x9e\xfc\x40\x54\x17\xee\x3b\x11\x55\x10\x3b\xdf\xdd\x23\x6f\x54\xe1\x16\x29\x2c\x36\x13\xc9\x4d\xb0\xdc\x24\xae\x23\x1e\x38\x75\x2d\x02\x35\xad\x22\x49\x87\xc4\x68\x63\x28\xb1\x27\xf2\xc5\x34\x55\x2e\xfb\xd1\xa0\x7a\x51\xa2\xb0\x68\xb4\xef\x4f\xcf\x0a\x62\x48\x94\xf2\x34\x1a\x1c\x21\x95\x8f\x34\x5a\xe3\x0d\xcc\x3d\xc2\x33\x72\x08\x1e\xb4\x34\xf7\x4b\x2c\xb7\x96\xf3\xea\x1f\x12\x51\x88\x97\x1a\xc5\x6e\x71\x27\xac\xaa\xa1\x6d\xd5\x1a\x39\x58\x60\xbf\x31\x4a\x44\xb9\xe2\xa2\x11\xf9\x6c\x92\xe5\x2d\x8d\x25\xd2\xcf\xb5\xce\xe5\x14\x19\x3d\x7b\xd5\xe4\x23\x20\x79\x78\xae\x52\x9b\xe2\x16\x11\xba\x66\xa6\x45\x7d\x07\x65\xf3\x8c\x86\x42\xbc\x73\xd3\xe9\xd1\xa0\x4c\xf1\x35\xbf\x75\xce\xa5\xfe\x1f\xa8\xe9\x22\x11\xd8\x46\x1e\x9b\x22\x19\x0e\x06\xe3\xf3\xdc\x90\xc9\xdd\xcf\x83\x43\x10\x43\x0d\x0e\xc1\xcf\x58\x4d\xc1\x81\x36\x72\x62\x35\xf5\x83\x11\x87\x9f\x37\x08\x29\xbc\xd1\xe1\x5c\xa9\x74\x0d\xd1\x08\xcd\xbc\x78\x91\x2b\x21\xa2\x82\xb7\x07\xf3\x20\x52\xee\x59\xa8\x36\x04\xaa\x28\xa9\x64\x34\xaa\x4f\x84\x2f\x1a\xec\x33\x6d\x9a\x49\x89\xac\x36\x6f\x55\xa6\xa6\x91\x82\xb1\xcd\xc9\x17\xd4\xe5\xc4\x4e\x1c\xfe\x00\xa7\xb4\xb0\x43\x9b\x29\xf0\x44\xf4\x62\x9f\xc2\x5e\x6d\xa5\x40\x11\x11\x2b\x19\x4c\x73\x4b\x07\x83\x4d\xa2\xbc\x2d\xca\x03\x5d\xcc\xda\x5a\x7c\xc3\xbd\x10\xc3\x78\x6f\x30\xfd\x8b\xca\x52\x46\x5b\x9c\x0b\x93\x01\x0b\xae\x79\x6e\x4f\x3a\x45\xc5\x9e\x73\x23\x3a\xa9\x95\xf1\xd0\x51\x42\xac\xa9\xe8\x41\x34\x62\xb1\xcd\xb2\x73\xcf\xfd\xe8\x1f\x70\x47\x98\xee\x34\x07\xa6\x71\x64\xee\x3e\x2f\xd9\xce\x63\x71\xf3\x0f\x64\xb4\x6a\xb2\xa0\xa1\xb5\xc7\x58\x63\x8e\x60\x6b\xe8\x1b\x74\x3b\xbe\x95\xb6\x44\x67\xba\xe2\x35\x82\x31\x15\x59\x8c\x76\x64\xaf\x22\x14\xe9\xf7\xe6\xb6\xfd\xe9\xb2\xd4\x10\xe8\x5c\x2c\xcf\x19\xe7\xac\x4c\x65\xd1\x4e\x8e\x5b\x77\xa3\x76\xe6\xb8\xfd\x03\xf6\x97\x70\x53\x03\x90\x72\x94\x5f\xb4\x13\xbb\x47\x30\xa8\x5d\x3f\xbe\xa0\x2f\x00\x94\x8a\xbd\xa3\x1a\xcc\x41\xca\x2d\x17\x0d\xe6\x9f\x69\x77\x9c\x76\x91\xd9\x37\x7f\xc1\xc3\x50\x17\xb2\x06\xed\x4d\xb1\x2f\x54\x83\xfd\x47\x25\x54\xa2\xd1\x65\x72\x7a\x8b\x5e\xb9\x18\x7a\x03\x06\x21\x25\x50\x8b\x76\x33\x64\x43\x03\x47\xe5\x2e\xe5\x4f\x8b\x76\x53\x5b\xa3\x7b\x65\x63\x20\x8b\xc7\x09\x8b\xd1\x30\xc2\x80\x93\x65\xf9\x99\x6f\x51\x75\x76\x18\x71\xa0\xd4\x57\xb1\xef\x54\xbb\x73\x71\xdd\x05\xf6\x8a\xe5\xca\x8d\xf5\xdb\x7c\x58\x22\x14\x66\xf8\x30\x4d\x95\x92\x2e\xa2\xed\x81\x21\xc2\xe2\x93\x2a\x26\x4b\x05\x62\x2f\xcb\xc2\x27\x19\x4e\x44\x3f\x54\xef\x34\xff\x40\x06\x30\x8f\x66\xa2\x3f\xed\xe8\xfe\x83\xc6\x52\xf2\xb4\xff\x30\x93\x12\x09\x1d\x75\xbb\x94\xc1\x27\x3a\xa0\x92\xd2\xe7\x44\x67\x6c\x8c\xdd\xb9\x3a\x92\xba\x84\x96\xa6\xc3\x4e\xa5\x5c\x36\xd1\x7f\x37\x9e\xf5\x3e\xa0\x92\xb5\x5e\x1d\x19\xfc\x8a\x9d\xb5\x3a\x02\x5d\x94\x14\x26\xfa\x46\x0a\x44\xf1\xc6\x98\x92\xe6\x16\xa8\xfe\x99\x6e\x01\x97\x39\xc9\x8b\x0e\x3b\x97\x6d\xa0\x7d\x43\x7d\x3e\x9d\x42\x7d\x23\x89\x7e\x7e\xa0\xcf\x17\xc9\xcc\xa4\xbc\x09\x20\x74\x56\xa1\xf5\xad\xaa\x17\xe6\x79\x5d\xfe\x81\x61\x72\x22\x1a\xe8\x6e\x6e\x82\x14\x1d\xa1\x32\xca\xcc\x1e\x1d\x95\xb6\xe2\xf3\x1c\x9c\x16\xb7\xc0\x9a\x24\x1a\xf5\x8b\xf6\xde\x17\x34\xaa\x92\x77\x03\x93\x7d\x20\xe1\xad\x5f\xe0\x4a\x69\x69\x0b\x6a\xfe\x49\xf8\xf7\xfa\x83\x67\x96\x9f\x51\x12\x42\x88\xa5\x43\xa5\x65\x51\xd1\x5f\xf0\x57\x7c\x38\xf4\x9a\xac\xa1\x79\x84\x3b\xa7\x0d\x27\xbd\xce\xff\xfe\xd7\x54\xa0\x21\x7a\xcd\x21\xf8\x07\x18\x0b\xc5\xdf\x1d\x79\x64\xaa\x67\xb1\x72\x04\xa6\x88\x72\x43\x57\xcd\xde\x72\xa5\xd4\x62\xa3\x7c\x73\x93\x28\xc8\xa0\x84\x2a\xd1\x61\x66\x0b\xcf\x62\xcb\x79\x57\x1f\x8d\xf2\xae\xb8\x85\x85\x2f\x34\xaa\xb6\xe3\x59\xd3\x0e\x43\x9c\x35\xc9\xbd\x31\x05\xaa\xff\xc7\x06\xd9\x4c\x73\x4a\x43\x8d\x12\x31\xc9\xb6\x76\xf7\x9e\x83\x12\x49\x1d\x6e\x0e\x66\xb6\x04\x9f\xd5\x3f\x20\x27\x6a\xf9\xd3\x39\xd4\x3b\x47\x6c\xee\xee\xbc\xed\x88\xc0\xce\x01\x6a\x59\x11\xd6\x13\xe6\x4c\x84\xf5\x28\xe8\x34\x3a\xc2\x7a\xac\x84\xee\x9d\x0a\x5f\xef\x27\x24\xca\x29\x76\xba\xeb\x28\x3d\xa6\xdc\x80\xd1\xc7\xc6\x17\xf4\x05\x6a\x8f\x29\x32\x36\xfa\xe0\x2a\x6a\x4d\x46\x87\x2a\x4b\x24\x02\x99\x1a\x14\xf6\x11\x78\x5f\x33\x38\xb8\x86\xfe\x1f\x75\xde\x4d\x32\xa2\xa3\xc3\x53\x02\x0d\x61\x6f\x9f\x06\xb0\x88\x9f\x11\x10\x28\x89\x8d\xe0\x16\x6b\x9d\x47\xa7\x06\x51\x89\x75\xa3\x47\xae\x99\x5a\x00\x4c\xb5\xed\xb4\xc3\x88\x18\x9f\xe7\xce\xe3\xc5\x1f\x80\x73\x8b\xbb\x08\xb8\x07\x8b\x44\xe8\x1c\xc3\x73\x48\xc7\x24\xa5\x29\x8d\xce\x14\x8e\x0a\x09\x89\x0e\xc3\xa1\x4d\xef\x9d\x8e\xb6\xca\x29\x1a\x1d\x86\xc2\x30\x23\x22\x51\x74\xb1\xc7\x5f\x9f\x98\x57\xef\x95\x09\xd6\xf1\x3a\x4c\xd4\xda\x09\x37\x70\x92\x04\xf7\x00\x37\x35\x2f\x24\x90\xb2\x4a\x6b\x47\x4f\xa0\xac\x33\xb4\x23\x53\x8f\x6d\x51\x1d\x55\x75\xc3\x5b\x61\x25\x89\x6a\x71\xd1\xbc\x65\xa9\x84\x1c\x89\xe1\x85\x58\x3c\x43\x4d\x34\xca\xea\x5a\x2f\xda\xf7\x5c\x3a\x8d\x12\xf1\x3d\x61\xee\xd9\x79\xd0\x77\xff\x80\x23\xcc\x13\x0d\x78\xaa\xf2\x68\xd1\x69\x57\xdc\x04\xfd\x3a\x32\x1e\xda\xed\xbd\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\xb4\x33\x4e\x1f\x48\x07\x7b\x14\x89\x07\x6f\x0b\xc2\x92\x1d\x6e\xb9\xf1\xe9\x71\x41\x98\x8b\xe4\x83\xf8\xc7\x4b\x89\x5c\xd2\xf1\x69\x80\xb3\xa2\xa5\x3c\x80\xb0\x2d\xab\xcf\x3c\x23\xb5\x32\x08\xee\x09\x1f\x47\x27\xc7\xa0\x69\x3e\x73\xd6\x34\x28\xc4\x60\x77\x9f\x57\x27\xa1\xa8\x05\xe5\x49\xdf\x3d\x91\x04\x38\x1c\x9f\xff\x19\x48\xde\xdd\x05\x68\x16\xee\xec\x27\x9d\x3d\x8d\x0c\xa0\x58\x9c\x9b\xf7\x08\x4c\x99\xf1\x79\xae\x7c\x41\x44\xbe\x78\xb9\xa8\x1c\x5a\xf4\xab\x23\x59\x8b\xa6\xe5\xa2\xb9\xe2\xf3\x02\x5d\xbe\xdc\x22\xb6\xcc\xa7\x41\x94\xcc\x32\x83\x5f\x39\x08\xb7\xc8\x7b\xfe\xe7\x0d\xc0\x17\x81\xc0\x7e\x73\xe6\x05\x44\x3b\xd0\xf3\xf2\x20\x80\x9e\xc3\x0d\xdc\xc9\x3d\x9a\x48\x2a\x22\x37\xb3\x13\xcc\xa9\x0a\x87\x8f\xce\xba\x1d\xaa\xe6\x1e\x1d\x29\x0c\xe7\xf6\x69\x82\x47\xf3\xf8\x93\x5f\x77\x7f\x5e\xbc\x6f\xa7\xf1\xfe\x50\x5c\x9a\xe1\x91\x35\xc7\x16\xe3\xfe\x50\x98\x7d\x5e\xc0\xda\x7b\xcb\xc1\x21\xcb\x31\x02\x83\x0e\x57\x4a\x2a\x1a\x03\x21\x43\xf6\xe0\x1f\x3f\x6a\x3f\x74\xf3\x19\x74\xaa\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x69\xea\xfa\x81\xce\xa3\x3a\xa7\x06\x7c\xa6\xed\x9f\x3c\x52\x71\x28\x32\x07\xe2\x8a\xec\x4c\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\xc4\xcf\x12\xca\x63\x4b\xba\xfd\x03\x11\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xb3\xdf\xf0\x1b\xc4\x24\xee\x16\xd1\x44\xf6\x71\x1e\x85\xb8\xaa\xfa\x07\xc8\x5d\x1d\x80\xa3\xf0\x9a\xef\x81\x20\x14\xbc\x3a\x9c\x68\x14\x9c\xc9\x3a\xcf\x46\x21\x99\x26\x22\x11\x6e\xf5\x1b\x54\xc3\x79\x64\x70\x05\xb3\x77\xe4\xa8\xd4\xfd\x98\x0a\x1a\x5d\x37\xa9\xaf\x47\x25\x99\x7e\xe6\x2d\xdf\x03\x63\x79\xd9\xfe\x79\x03\x2b\x24\x8d\xe4\xa8\x3c\xb2\xdc\x47\xe3\x9d\x5a\xe2\x7f\x34\x32\xaf\x4e\xe2\xd1\xb0\xff\x24\xa7\x06\xcd\xb2\xd3\x43\x87\x59\xb6\xd8\x15\x76\xa4\x03\xb8\x47\x46\x98\x1a\xfe\x82\xca\x88\xcf\x0f\xd4\x16\x9a\xce\x54\x62\x9a\x5b\x81\x43\x3f\x03\x23\xee\xfc\xac\x10\x1c\xc2\x7c\x86\x8c\xce\x25\xd4\x31\x35\xfa\x80\x0b\x9a\x5f\xc0\x19\x12\x6e\x20\x17\x4c\x5d\x40\x45\x19\x9f\x06\x52\x28\x68\x66\xb2\x64\xac\x2e\xfa\x63\xe4\x7a\xa8\x4d\x22\xb7\xf0\x17\x68\x52\xaa\x9f\x31\xc8\x13\xe6\x1a\x46\x2c\x6d\xe1\x1f\xa8\x57\xf1\x82\x41\x85\x68\x9f\x9c\x91\x2a\x44\xcf\x0c\x72\xdd\xd8\x23\x66\x04\xe5\xa3\x57\x83\xd0\x4b\xe8\x6e\x10\x6a\xe9\xec\x1b\x81\x64\xbc\xcb\x3d\x22\x03\x57\x73\x07\x1c\x84\xff\x87\xe7\x87\xd7\x2e\x90\x38\x5d\xc6\x83\x31\x49\xb1\xbe\x9f\xf4\xd5\x97\xfe\x63\x4c\xd8\xbf\x3c\x02\x54\xf8\xb0\x37\xc2\x98\xcc\xc2\xa1\x0e\x12\xb8\x55\xbf\xc0\x4a\x8e\x1a\x11\x72\x67\x3b\x24\x6e\x4c\x8e\xd0\x0d\x60\x57\x7c\x08\xc0\x19\xa4\x2b\xc9\xa0\x25\xd8\x33\x86\x74\x89\xca\x4e\x11\x63\x25\x6f\x69\x0a\xe0\xfe\x65\x63\xf5\x58\x08\x6d\x32\xa7\x2c\x44\x06\x7c\x1a\xa4\xe6\xf8\xd3\x23\x4d\x15\xa2\x70\xf1\x92\x21\x84\x33\xe8\x6f\xbe\x45\xfc\xe5\x44\x1a\xa9\xd8\x94\xa2\x79\xec\x30\xbf\x84\x9b\xa3\xa7\xb8\x29\xde\x29\x44\x3f\x6f\x60\x15\x7d\x7e\xec\x14\xdd\xe6\xdd\x03\xcb\x6a\x36\x41\xbd\x57\xd5\x2b\x8c\x71\x50\x33\xea\x59\x3b\x50\x4a\xd5\x67\xd6\x91\x5d\x8a\x86\x03\x8a\x65\x6f\xb8\x93\x17\x29\x21\x9e\x01\x10\x66\x93\xf3\xa0\x87\xba\x27\xe9\xe4\xfe\xf3\x20\x4e\x94\x7e\x11\xbe\x1e\x27\x0b\x11\x88\x35\x4f\x0a\x22\x6f\x16\x84\x60\x15\x0b\x05\xa6\xbd\xb1\x3b\xee\x60\x49\x90\x69\xa2\x81\xca\x6c\xf5\x1e\x89\xca\x7c\x52\x5c\x24\xda\xcf\x94\x1a\xde\x1f\xd7\xc0\x0b\xa2\xe1\x05\x5d\x75\x93\x55\x61\x5c\xc4\xfc\x9e\x17\xa8\x28\xed\x6e\x31\x2e\xd4\xe0\xb0\xe0\x02\xa4\xb2\x75\x78\x5c\x70\x43\x35\xbb\xdf\x94\xf9\xde\xd1\x2f\xe6\xea\x36\xd4\x8e\x9b\x81\x06\xa2\xe0\xc6\x8d\xdc\x02\x1e\xb6\x60\xdb\x61\xc7\x9d\x4b\xed\x17\x02\x2f\x88\xdf\x6f\x9e\x8e\x96\x31\xc8\x6c\x68\x9b\xe6\xb8\xa9\x0b\xf4\xc4\xdf\x39\xcf\x1a\xf4\x8b\xd1\xaa\x8a\x96\xc5\x60\x2a\x43\xc7\xeb\x8c\x87\x62\xc5\x0c\xf8\xe0\x44\x90\xbe\x65\x20\x99\xcf\xe7\xa4\x7b\xa8\xf1\x11\x92\x1c\x70\x8a\xfb\x70\xf0\x93\x13\xaf\x61\xc1\x6f\x7e\xfa\x08\x79\x92\x48\x51\x0d\xa7\x37\x6b\x4b\xe2\x97\x44\x0e\xfd\xb0\x01\xf4\xfb\x85\x86\x16\xab\x9e\x93\xa6\xa9\x1f\x30\x93\x9f\x16\x27\x9e\x37\x3d\x23\xc0\x27\xdc\x40\x6e\xec\xd0\x0f\x07\x83\x46\xf4\x4c\x3f\xd2\xae\x67\xea\x37\x64\x17\x8b\x84\x64\xd2\x50\xc6\x46\xa0\x28\x01\x1e\x1b\x35\xf9\x52\xb3\xc6\xc6\xbb\xf8\x74\x1b\x9c\x28\x37\xc1\x5b\xa9\xf6\x7e\x40\x69\xe9\xd5\x0c\x28\x2d\x0d\x7d\x02\xb9\x7b\xec\x82\x1e\xe9\x55\xa7\x4d\x11\x85\x13\xe7\x0f\x88\x7c\x74\xd4\x06\x9c\xe6\x6c\x1d\x8e\xc2\x8b\xc7\x74\x0b\x34\xaa\x68\x1b\x45\xe1\xf9\x2e\x09\x17\xac\xd9\x3a\x4d\x45\xa5\xdc\xd7\x4e\x8a\x4a\x1b\xa2\x38\x24\x2a\x59\x46\xc7\x73\xa4\x52\xd0\x5f\x10\xc7\x68\xa6\xe0\x8c\x5f\xec\x6a\x1c\x95\xeb\x61\x16\x01\x42\xb3\x81\x29\x1a\xd7\x47\xb8\x3d\x12\x6e\xe9\x40\x0f\x56\x65\x0d\xb7\x00\x1e\x2a\x7e\x26\xda\xd2\x6e\x8c\x96\x23\x57\x93\x3d\xfb\xd0\xfa\x74\x6e\x60\x09\xad\x80\x5a\x6d\x96\x3f\xb9\x30\x04\x74\x6e\x36\x9c\x46\xcf\x7d\xe3\x1f\x72\xd0\xfa\x01\x3a\xb4\x21\x89\x14\xa3\xfc\xf7\xbf\x98\x66\xd2\x51\xe1\x72\xae\xc5\x1c\xbc\xdd\x98\x03\x11\x39\x67\x1d\x5a\x0c\x16\x01\xd3\x1c\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x05\x35\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x87\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x9f\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xf2\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x8a\x07\xc1\xd5\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\xd4\x42\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\x16\x9b\x2f\x68\xa9\x4e\x27\x11\xcc\x5c\x33\xfc\xff\xce\x16\xdd\xc2\xc9\x1f\x4c\x24\x33\x16\xf8\x19\x6c\xef\x93\x14\x6a\x25\xdb\x1e\xe2\xa1\x5a\xc7\x82\x98\x65\xee\x1d\x4f\x16\xc8\xbf\x6c\x87\x91\x48\x17\x38\x4b\xea\x87\xa6\x60\x41\xde\x80\x55\x75\x16\x41\xab\x80\x2e\xc9\x17\xe3\x89\x02\xb2\x76\x81\x9b\x28\x8d\x36\xcb\xe6\x17\x72\x62\x86\x7e\x58\x7c\x63\xd3\x0f\x6c\xd2\xcf\x17\x5f\x28\xfa\x81\x3b\x47\x28\x79\x6e\xdc\x18\x3a\x93\x26\x4a\x61\x58\x03\x36\x11\x5d\xef\xbd\x39\x91\x10\x70\x93\x8d\x63\x6e\x49\x83\xc8\xde\x78\x70\x0a\xf9\xcc\x82\xbd\xd8\xff\x92\x2e\x35\x66\x81\x21\x59\x27\xfb\x64\x46\xe4\xa9\xf3\x63\xa6\x8a\xe8\xf3\x06\x2a\xa9\x98\x60\x04\xe7\xdb\x9a\x3d\xe9\xc6\xaf\xbb\xc8\xa4\x13\xbe\x4a\x71\xc4\xac\x5c\x6c\x09\xe2\x89\x82\xb1\x76\x4e\x9c\x15\xc1\xdf\x12\xed\x33\xb5\x3b\xba\xa3\xcd\x1a\xe4\x0e\xd1\x00\x70\x61\x1d\xdf\xac\x0f\x13\xbb\xfc\x7b\x86\xaa\x26\x7c\x11\x9e\xa9\xaa\x11\x5e\x99\x0d\xc7\x64\xf7\x0b\x41\xaa\xfd\x42\xf2\x97\xdf\x20\x94\xd3\x51\x3c\x1b\xae\xae\x9f\x26\x59\x03\x51\x12\x6a\x76\x3a\x0f\xca\x1e\x35\x13\x5d\x08\xcc\x4d\xe0\x81\xe5\x28\xc8\x09\x23\x9c\x4a\xed\xc5\xec\xc9\x4f\x9a\x9b\xc1\xe5\x31\xbf\x0c\x44\x59\x98\xcc\x41\xf7\x93\xe5\x17\xb8\x7b\x37\xbf\x81\x3c\x54\xc3\x2f\x9c\x50\x1a\x68\x5c\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\x7b\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x30\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\x35\xcc\x72\x22\x97\x39\x29\x67\xb5\xde\xc8\x63\x67\x85\xe1\x84\xcb\xbb\x3d\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x06\xb6\x99\xa3\x78\xd4\x4b\x73\x3a\x27\xb5\x0c\x1e\xc2\x7b\xf6\x57\xe5\xdd\x8e\x89\xac\xc1\xa5\xfa\x99\x42\x55\x70\x76\xc2\x40\x65\xd3\xcf\x5c\x81\xac\xc8\xa2\x88\x79\x63\x0c\xe4\x26\xec\x55\x56\x1e\xce\x45\xd1\x51\xfc\x03\x95\xb7\x96\x4f\x89\x15\x04\x5f\xe7\x9e\x42\x52\x2b\x09\x0b\x96\xb5\x6e\x33\xb1\x82\x19\x6e\x67\xf4\xa9\xfa\xd8\xc9\xd4\x92\xbb\xf3\xc5\x0a\xc5\x9e\x46\x73\x27\x95\x7e\x26\xd3\x7f\x5e\x40\x04\x96\x73\x11\x4d\x24\xa3\xb1\x16\x6e\x1e\x79\x5e\x69\x26\x8e\xa4\x5a\x93\x7f\x70\x17\x58\xcc\x22\xbc\x7f\x8d\xcf\x27\xd8\x9c\x82\x1f\x13\x2e\x5b\x56\xa0\x4c\x7a\x6c\xa9\xe0\x64\x4c\x58\xb9\x7c\x67\x9e\x74\xd2\xb2\x07\xfe\x44\xc8\xbf\x95\x17\xf3\x48\x06\x50\x97\x54\xb9\x98\xe5\x50\x7b\xc2\x17\xdc\x89\xf8\x3b\x15\x12\x89\x79\xd2\xfc\x3e\xfd\x41\xee\x3b\x11\x7d\xe6\xc9\xef\x37\x30\xb7\x16\xac\x48\x72\x63\x47\x8d\x99\x1a\x16\x81\xac\x79\x26\x47\x68\xa2\x90\x25\x40\x05\x2f\x62\xa2\xd6\xbc\x15\x9c\x33\xe1\x89\x37\xca\xc5\x99\xf5\x6a\xc1\x4f\xcc\x7a\xa2\x79\xf1\x0c\x14\xfa\x9f\x17\xef\xe1\x96\xbd\xc4\x2b\xde\xcc\xe9\x26\x66\xf9\x72\x71\x2a\xcd\xb7\x69\x97\x5a\x7f\xd2\xd8\xcd\x9b\x36\x7f\x5d\x2f\x26\x55\x28\x16\x68\x28\x46\x6f\x63\xf4\x4c\x17\x2f\x4f\xf4\xcd\xc5\x77\x03\x70\xc4\x10\x68\x9b\x0f\x8e\x38\xa5\xd4\x8d\xf9\x50\x86\x7a\xa2\x1f\xce\x8a\xbf\xc8\x49\x10\x0d\x28\xcd\xda\x94\x8b\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x59\x7e\xfa\xa2\x36\x9f\x9c\xa6\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\xb0\xb1\x08\x46\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\x29\xa5\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\xa1\xaa\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\x68\xb7\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\xa8\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x29\xb4\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\x64\xcc\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x8d\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\x63\x38\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x9a\x27\x66\x24\x5e\x26\x09\x49\x91\x5c\x7b\x3f\x16\xb0\x9d\xaa\xb1\xc7\x9a\xc8\xeb\x6c\x56\x78\xb1\x5d\xb5\x09\x6a\x2d\x32\xd7\xf6\x27\x8d\xdd\x42\xe8\xe3\x27\x8f\xe1\x5a\xc0\xd7\x16\x99\x2b\x85\x95\x96\x05\x4a\xa0\xb6\x3c\x45\xf4\xe8\x5f\xa6\x98\x46\x31\x4b\xa3\x95\x43\xd2\xa0\xe1\xaa\xe4\x73\x7e\xd1\x8a\x55\xa4\xca\x58\x74\xb6\x77\x0b\xf0\xb5\x9f\x3e\x4b\x88\xeb\xec\xe5\xbc\x76\xde\x1a\x85\x4f\x17\x81\x9d\x05\xf9\x4e\xee\x2a\x7e\xe1\x45\x48\x3e\x24\xd7\xce\x4d\xeb\x2d\xf7\x02\xbb\xea\x0c\x43\xeb\x40\xae\x72\x6f\x39\x38\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x5a\xfb\x23\xd7\x5a\xc3\x62\xa1\xfb\xe6\x2e\x6e\x2c\xb5\x3f\x78\xa0\xfc\xd4\x20\x50\x41\x42\x15\xe4\x62\x11\xc4\x59\x74\x9d\xdc\x21\xba\x91\x2d\x3a\x2b\x39\xd3\xc3\x3a\xb9\x2d\xcd\x8f\xac\x21\xf6\x11\xd2\xc8\xed\xe4\xf0\xdb\xc5\x02\x11\xce\x00\xbb\x60\x29\x73\xaa\x87\x75\xe6\xc4\x69\x62\xa0\x45\xfa\x50\x79\xd1\x2b\x5e\xa3\xb8\xf2\x64\xf1\x0f\x1d\x5d\xaa\x45\x3a\xf3\x17\xe9\x8c\x16\xcb\xdd\xbb\xcb\x2b\x69\xf2\x0b\x3c\xef\x3e\x4d\xf2\xbc\xf3\x72\x5f\xf4\xd0\xd3\x0b\x34\x8d\xd9\x59\x7a\xc1\x34\xb6\x2c\x92\x51\x12\xac\xd8\x15\x7a\xdd\x5c\x6f\xb7\xc0\x14\x6e\x7e\xe6\xf9\xa8\xeb\xcb\x42\xe0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x5b\xc9\x71\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x02\x6b\xb3\x44\x7c\x28\x0b\x74\x71\x58\xd4\x22\xa9\xca\x56\x2c\x00\x3b\xdb\xeb\x16\x5d\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\xb3\x3b\x38\x33\xc7\x0e\x07\xa4\xe6\xf4\xb8\x3b\xf4\x4c\xd5\x00\x75\x47\x09\xd6\x62\x4f\xf6\x1d\xb6\x2d\xcb\xbc\x1d\x7a\xa7\xe6\x84\xba\x3b\x13\x1b\x17\xdd\x90\x77\xd4\x68\x35\x08\xdf\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x00\xee\x2c\xd1\xea\x74\xba\xfb\xd6\x50\x82\xc9\xcf\x94\x73\xba\x74\xed\x1b\x6a\xdb\x87\x5b\x40\x32\x06\x6d\xce\x3d\xa1\x61\xf7\x0f\xa8\x9b\x33\xfd\x8c\xeb\x8c\xf3\xf3\xee\xf0\x4e\xf2\x4e\xda\x0b\xcf\x12\x8d\xa1\xe4\x6a\xa9\xcb\x92\x13\xa7\x79\x29\x3c\xc0\x24\x11\x76\xfa\x1a\x39\xfb\xee\x0e\x63\x57\xad\x7e\xe6\xee\x14\x24\xde\x59\x76\xc2\xae\xa8\x3b\xca\x4e\x7c\x96\xaf\xb2\x7a\x8f\xa8\xaa\x60\x5b\x8f\xa2\x12\x5a\x74\x37\xc0\xd5\x13\x17\xee\x35\x19\x59\xeb\x0d\xe7\xa4\x77\x79\xff\x70\x22\xed\x30\x9c\xd5\xe1\xfe\xa9\x38\xd0\x1c\x20\x9b\xc4\x67\x21\xa9\x0b\xd3\xc6\xdd\x61\x46\xb3\x05\x72\x87\x5b\x93\x13\x58\xec\xa8\xd6\xf5\x99\xb1\x96\x32\x52\x13\x90\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xe7\x7a\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\xcb\xa6\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\xe0\xcd\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x94\x04\xb3\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x72\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\xee\x52\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\xce\xde\xb9\x1f\xd9\xa3\x66\x1a\x21\x98\x6b\x7c\x7e\xe0\xa8\x45\x23\x43\x32\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\x26\x75\x79\xc1\x54\xa3\x2b\xe4\xfe\xe2\xc6\xe6\x00\xba\x1d\x65\xc3\xd6\xe7\x99\x63\xd4\xc2\x50\x53\xe7\xe0\x81\xfd\xc2\x81\xec\x95\x45\x0a\xec\xd5\xff\x14\x6f\xb4\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\xa2\xf6\x66\xc1\x54\x75\xf6\xc2\xbf\x6a\xab\xc3\x8e\x1a\xb0\x4e\x30\xbf\xdf\x48\xd6\x30\xfd\x3f\x8f\x51\xa9\x47\xf7\x3b\x67\x5c\x6b\x0a\xc5\xdf\x07\x14\xdd\xbc\x56\xf9\x99\x50\x4d\x58\x7e\xbf\x39\x3e\x77\x81\x82\x1a\xe6\x5c\xb8\xaf\x3b\x1d\xde\x9e\xe8\xd0\x4c\xf0\xf0\x0a\x63\xe4\xf6\xd0\xdf\x4b\x3d\x3c\x08\x8d\xf3\x49\xf8\x10\xc2\x6a\x12\x90\x02\xfc\xc3\xb6\x4f\x2e\x89\x1b\x4c\xc4\x2a\x1a\x99\x64\xc3\x79\xba\x76\x84\x82\x3a\xb5\xd3\xf1\xe2\xcd\xee\x04\x7c\x07\x1c\xa9\xdc\xe5\xf1\xc3\x3c\x0f\x3f\x53\x75\x29\x99\x73\xd0\xdb\x5d\x52\xee\x40\xf2\x31\x67\xc9\x38\xe0\xdb\xee\xcc\x4d\x07\x4a\x64\x38\x1f\xdf\xb1\x51\x4d\x29\x02\x90\x8a\x2c\x1c\x78\x73\xc0\xa2\xd9\x2c\x72\x0e\xa4\x1a\xb3\x66\xe3\x80\x0f\x94\xf9\xf0\xd8\x88\xc9\xb4\x35\x0e\x26\x08\x97\xb2\xfd\xa0\x4d\xd2\xb1\x13\x47\x79\xcf\x55\x27\x7e\x3d\x0a\x73\x83\xfa\x39\x07\xed\x0f\xb0\x9d\x87\x9f\x93\xb9\xdc\x05\x8f\x07\x29\x57\x8f\xc2\x0b\xb2\x24\xc4\xc1\xd2\xad\x1e\x77\xc9\xa5\xd3\x0f\x95\x57\x28\x6d\xc8\x23\x75\x88\xd5\x6f\x60\xc7\xea\x6c\x3f\x2a\xb5\x73\x32\x51\x1f\x28\xe1\xef\x24\x6e\x47\xe5\x62\xba\x01\x24\xa0\xd2\x26\x3a\x6a\xde\x88\xdc\x25\xc1\xa1\x54\xd9\x07\x35\x84\x45\xfb\xec\x80\xe1\xd3\xb7\xac\x03\x60\xee\xb3\x9c\x2d\xa7\xce\x2d\x4c\x58\xfb\xdc\x00\x2a\x01\x68\xe3\x1f\xf0\x58\x77\x24\xcc\x81\x14\xe6\xce\xe2\x74\x20\x70\x52\x35\x1b\xe3\xa0\x03\xbb\x65\xf1\xd1\x90\xae\x51\x92\xe3\xe8\xd8\x96\xba\x89\x1c\xd0\x0e\x7e\x1a\x80\xc3\xbb\x7d\xd1\x0e\x66\x40\xdd\xcc\xb1\x88\xa3\xb4\xc3\xdb\x41\x8f\xf8\xf2\xf9\x01\x26\x6c\x4f\x7b\x07\x89\xda\xd6\x07\xd3\x95\xfb\xf8\x38\x06\x05\x81\xd4\x85\xc7\xe0\x2c\x6a\x12\x32\x72\x71\xf9\x0b\x9c\x27\x5e\x87\xc1\x4b\x81\x59\x74\xec\x5c\x7b\x77\x8a\x79\x9b\x7e\x81\x40\xaf\xf9\x05\x6c\x9b\xe9\x67\x60\x01\x5b\xbd\x0f\xba\x5d\xf9\x10\x3b\x82\x05\x9a\xbd\x4f\x82\xc2\x42\x13\x11\x1c\x86\xd6\x8e\x29\x4f\x1d\x7c\x7c\x04\x8f\x6a\x4f\x36\x54\x88\x8e\x1a\x3d\x98\xb5\xd4\x19\xc5\x8f\x99\x3c\x2d\x22\x26\xc3\x0f\xfc\x42\xe0\x3e\xe3\x67\x6e\xc5\xfe\xa7\xdc\xdd\x07\x9c\xb8\xec\x3f\x7e\x4c\x2c\x9d\xb9\x71\x12\x31\x49\xe8\x1f\xc8\xa1\x6e\x67\xec\x23\x51\x9e\xf4\x58\xc7\xe2\x2e\x6d\xfe\x01\x12\xd6\x4b\x89\x24\xeb\xd5\xfc\xb8\x50\x64\x54\x78\xfa\x40\x11\x91\xb2\xe9\x1c\x39\x98\xfb\xcc\x53\x42\x54\xf7\x79\x06\x24\x93\x0e\xf5\x80\x69\xd8\x61\x01\x07\x73\xb0\x5b\x99\x7c\x2c\xb2\x86\x96\x6d\x71\xd0\x6e\x00\x9e\x08\x9f\x06\x30\x66\x6f\xd9\x9d\xf8\xdb\x12\x79\xcf\xb4\x46\x7a\xe6\x3d\xc5\xa7\x0a\xf2\xa6\x7d\x84\xc0\x4e\xfd\x82\x05\x2a\xd2\xa6\x39\x92\xf6\x80\x87\x58\x33\xbc\x39\x8e\xec\x53\x4d\x32\xcb\xbb\xf9\x9b\x66\x60\x07\x3c\x1d\xf0\xa3\x77\x9a\x93\xe3\xe0\xb6\x5d\x6e\x81\x13\xed\xa3\xea\xa0\x68\xd2\x3c\x1c\xc4\x5c\x9f\x26\xa8\x07\xf3\x5a\x41\x63\xe8\x03\xfc\x38\x71\xd9\xf7\x4c\x9f\x24\x4a\x17\x91\xe3\x64\x4c\xb6\xc6\xcd\xbc\x6a\x4e\x56\x7f\xbc\x48\x72\xfc\x3e\xcf\x34\xb9\x8b\x84\x93\x77\x61\xf3\x3b\x90\xe4\x47\xbc\xb1\xf8\x89\x4b\x11\x1c\x27\x59\xdc\x1f\x60\xf5\x97\x49\x20\x47\x6b\x5a\xa0\x3f\x9c\x55\x1a\x8a\x83\xfa\x42\x27\xb0\x3f\x2e\xca\x74\x9f\x9f\x57\x4a\x23\xb7\x91\x44\x68\x22\x12\x3c\xfa\x28\x7a\xc1\xe2\xb0\xc7\xe6\x41\x85\xa1\x79\x12\xea\x3f\x9b\x1a\x8f\x17\xff\x0d\x7b\xe0\x1c\x37\xe7\x49\x34\xdd\x74\x90\x30\x8b\xbd\x78\x6f\xd8\x7f\xf3\xb8\x93\x24\x11\xfd\xc2\xb9\xe6\x7c\xb6\x07\x9c\xc8\x66\x95\xa6\xe3\x78\xa8\x8a\xf3\xc9\xf2\xd4\xb7\x49\x29\xc1\x8e\x07\x34\x58\x14\x3d\x81\x67\x75\xf9\x90\x26\xef\x8b\x87\x6c\x6f\xa9\x9d\xf0\x4c\x42\xf9\xfc\xfd\x40\xf5\xd4\xf3\x46\xa1\xbc\xe9\x07\x72\x54\xf8\x87\x4a\xb2\x97\x7e\xa0\xc4\xd4\x01\x77\xd2\xf0\xeb\x03\xed\xfc\x81\xce\xcf\x17\x74\x2d\x90\xa0\x3f\x7f\xd4\xa4\x37\xbf\x41\x2c\x1c\x7e\x03\xcb\xb7\xf9\x19\x37\x2a\xab\x2e\xce\x1f\x37\xb0\x0e\xc5\xf3\xc5\x79\xc3\xde\xaf\xe7\x8b\xf3\x9a\x33\xe9\x9d\x1b\x27\xd7\xcf\x0d\xef\xab\x87\x8d\x93\xeb\xef\x29\xe7\x85\x3c\xce\x8d\x2c\xa6\xd3\xe7\x7c\x71\x61\x38\x36\xf9\x7c\x71\xe1\xb0\x5e\xfc\x24\x2c\xb4\x9f\xd0\x99\xd9\xd9\x34\x71\x85\x24\xa9\xc1\x42\xb1\xa6\x63\xfa\x2c\xbc\xf6\x75\x7f\x41\x22\xfd\x42\x72\xc0\x9f\x0e\xa3\xf3\x05\x8d\xc3\x59\x2a\xce\x17\x33\x0e\xeb\xa7\xcf\x92\xab\xe0\x17\x68\xd0\x95\x94\x3c\x13\x22\x0a\x05\x9c\x95\x9e\x6b\xba\xfa\x9e\x89\x11\x85\x24\xce\x9a\x63\xd0\x44\x57\x8c\x41\xda\x96\xb3\xc2\x3a\x30\xdc\x07\x96\xbe\xb8\x45\x14\x70\xaf\xfe\xff\xc5\x5f\x43\xe7\xdf\xd9\xc0\xd2\x12\x79\x67\x1a\x95\x9b\x7f\xc0\x34\x4b\x79\x77\x36\xca\x44\xed\xb3\xb3\x91\x81\x25\xeb\x4f\xda\x88\xeb\xe6\x1f\x4e\x34\xa1\x61\xa7\xfe\x4f\x13\xd5\xb0\xf4\xba\x16\x9d\x9d\x34\xe9\xff\x9e\xf3\x26\xa2\x3b\xb8\xaf\xf8\x99\x4b\x2f\xb4\x74\x76\xec\x7d\xcf\x2b\xd3\xe4\x57\xf3\x67\x9f\x68\x41\xf3\xdc\x29\x23\xbb\x69\x20\x62\xd3\x71\x73\xf6\xdc\x43\xfe\x01\x54\x7b\x8b\x0c\x0a\x07\x4d\x1c\xb2\xde\x4f\xd7\x34\x38\xe9\xcd\x67\xa8\x70\x0e\x0c\xc3\xd2\x63\x40\x8a\xea\x36\x78\x0e\x4a\xf2\xee\x26\x17\x9b\x14\x95\x03\x33\xab\x6b\xcb\x39\x78\x4d\xf9\xfc\x40\xfc\xad\xb3\xfe\xa4\x7b\x5f\xf5\x26\x88\xdc\x67\x9a\x0a\x26\x67\x73\xe0\xd5\xf9\x02\xcb\x6a\x47\xb4\x33\x48\xa6\x86\x91\x96\xe7\xcf\x0f\x10\x50\x76\xda\x39\x83\x5b\x63\xba\x53\xea\x7c\xcc\xd6\x88\xa6\x74\xf0\xc6\x49\xcb\xb2\xc7\x31\x59\x1b\x59\x53\x35\xc1\x95\x66\xeb\x99\x4c\xa8\x71\xb2\x1a\xae\x33\xb9\x9e\x13\x25\x03\x3e\x2f\x20\xbc\xcc\xa3\x9a\x28\x73\x60\xb9\x3c\x13\x70\xeb\x85\x85\xf5\x15\x28\x3a\x17\x22\x86\x85\x36\xce\x8c\x20\xf8\xbc\xd0\x51\x2e\x44\x0c\x02\xa4\xe8\xf8\xec\x73\x01\xd0\x98\x02\x14\x97\x73\x86\x95\x73\xf1\xf8\x31\x4f\x42\x1f\x68\xb4\x7b\xee\x74\x2a\x12\xea\x3a\x77\x48\x71\x8b\xc8\xbd\xe0\x59\x3d\xee\x64\x38\xbf\x8f\x12\xd5\x3a\xe6\xcf\x9d\x58\xc2\x32\x6d\x67\xf6\x06\xf1\xc6\x8e\x6d\xe3\x03\x71\x87\x0c\x6c\x7e\x1f\xd2\xc7\x42\x7d\xbf\xf1\xbf\xa6\xe4\xe0\xad\xd9\x0d\x1e\xa4\x58\x43\x3a\x48\xb1\x56\xed\xc0\x3a\xfb\xec\x3b\x80\x1b\x04\x65\xce\x83\xd6\x16\x6f\x91\x83\xe7\x8c\xee\x0c\x27\xb3\xed\x5a\xe5\x71\x1e\xa0\xd1\xa7\x27\x92\x62\x7c\x58\x91\x39\xde\xac\x54\x39\x4f\x2c\xbc\xcf\xca\x13\x34\xfa\x58\x39\x09\xc9\x2c\xbf\x4e\x6c\x10\x9f\x5c\x67\xf2\xa2\xa8\x06\x0a\x5c\x9f\x0f\x2e\xb6\xf0\x27\x1b\xd1\x79\xc2\xf1\xcb\x73\x96\x36\x68\x33\xce\x45\x02\x35\xa2\x74\x0c\xf4\x16\x67\x42\x8c\x4d\xf7\xa4\xf3\xa2\x86\xdd\x0b\xf7\xa2\xca\xfa\x99\xc5\x04\x95\xc3\x6d\x82\x13\x2c\x24\x12\x64\x0a\xf9\x9e\x17\x57\xc6\xf3\x7e\x41\x56\x79\x43\x5e\xbc\xf2\xfa\xe8\xba\x6e\xec\x50\xd3\x00\xc3\x82\xa0\xef\xc9\x22\xbd\x06\x46\x37\x87\xa9\xef\xe9\x5c\x68\xf3\xdf\x89\x50\x07\xdf\x9c\xce\x54\x32\xea\x42\x70\xde\x44\x52\xd2\x14\x9d\x37\x64\xba\x17\xea\x61\x17\xea\xf2\xc1\x06\xf2\x98\x1e\x1e\x86\x16\xd9\x04\x9d\xe6\x1d\x9a\x9c\x7d\xbc\x3e\x00\x11\x52\x0a\x9d\x19\xc7\xe0\x0e\xa8\x8f\xff\x47\xc0\x95\x06\xe8\xa6\x67\x10\x34\xfc\x4c\x7c\x59\xfd\x03\x8a\x84\x69\x21\x2f\x54\x15\x34\x70\xbb\x7e\x24\xb0\xea\x99\x04\x85\x9e\x51\x29\x40\xac\x79\xfd\x10\xf6\xbe\xb9\xfd\x64\x36\xfd\xb0\xc1\x4d\x55\x73\x7a\x31\x06\x62\xd3\x8d\xe6\x62\xf5\x02\x07\xee\x5e\x1b\xd5\xf7\x02\xc9\xd7\xc6\xf2\xef\x6e\x02\xfb\x67\xf8\x03\x0a\xf7\xe5\x1f\x02\xae\x73\xfe\x60\x62\x90\x6e\x90\x5e\x6b\x9a\x45\x44\x6e\xda\x1e\x7e\x41\x47\xe9\x60\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfc\x25\xdb\x2f\xb8\x35\x3a\x31\xc6\x85\xa2\x86\x4e\x03\x78\x21\x73\xb0\x53\xad\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x70\x88\xdd\x2f\x9a\xbb\xc5\x1a\xd7\x8b\x2f\xeb\x87\xc8\x74\x73\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\xe2\xcf\x66\x40\x72\x41\x65\x69\x9f\x8e\xab\xf2\xf6\xa2\xe3\xe1\xaa\x60\x2e\xaf\x4b\x26\x8f\x13\x45\x15\xeb\xe2\x31\x40\x41\xe9\xfa\xb9\x17\x7c\x22\x9d\x81\xff\xaa\xbc\x50\x79\x96\x2a\xb6\x97\xa7\x95\xa9\xe0\x1c\x44\x71\xb1\x28\x93\xf5\x89\x17\xc2\x40\xab\xf6\xf8\xc5\x9a\x4c\x3f\x3f\x37\xac\x83\x1b\x20\xeb\x88\xe4\x06\x76\xff\xb4\x47\x20\xa8\x13\xec\x6a\x28\x98\x2c\xd9\x79\x35\x9c\x68\xba\xb0\x5f\x30\x5e\x3b\x98\xf1\x62\xf5\x85\xf1\xe9\x91\xb3\xae\x59\x26\x98\x95\x97\xed\xc5\xcc\x70\x3a\xa0\x2e\xba\x3f\x3a\x28\xf0\xea\xc9\x1a\x5a\xd8\x4e\x17\x12\x01\xea\x8b\x68\x56\x57\xa7\x8b\xd9\xe0\x1c\x36\x78\x25\x7a\xfd\xbc\x41\x08\xde\xdc\x2b\x86\x35\xdd\x07\x3d\x79\x9b\x9b\x48\x96\xff\x93\x1f\xf7\x05\x87\x49\xdf\xa5\xaf\x17\xeb\x56\x9b\xa9\x2f\xa4\x29\x76\x18\xd1\x35\x70\x8c\x7b\x44\x34\x95\x3b\xce\xf1\x62\x09\x09\x4f\xfb\xc8\x21\x6a\x9d\x06\xce\x9b\xf0\x0b\x39\x42\xad\xf4\xc0\x3a\x98\xf9\x22\x79\x4b\x5f\x04\x8a\xeb\x7b\xa5\x83\xdc\xae\x06\x02\x34\x7a\x19\x32\x99\x9b\x58\x27\x06\xb4\x49\x9a\xe3\xa0\x68\xb7\x6c\xa6\xfa\x74\xfa\x99\x8e\x5a\x9f\x1e\xb8\xa3\x7f\xee\x02\x50\x44\xb0\xf8\xa2\x7e\xd5\x95\x31\xaf\x99\xcc\xa2\x4e\x27\xc1\xb9\xe5\xf7\xe4\x15\xd2\x5b\x68\xd2\x20\xeb\x23\x82\x69\x43\xac\x9d\xbe\x98\x0a\xb9\x76\xb7\x01\x50\x65\xc2\x67\xf2\xb8\xe8\x9c\xe4\x69\x51\xb1\x18\xe5\x61\x09\xbd\xb8\xbe\x6a\x91\x5a\x52\xc7\x0c\x5e\xcc\x84\x6c\xbf\xb8\x6b\xe5\x55\x46\xcf\xaf\xec\x70\xec\xec\xb5\xc8\xb0\x9a\x3b\xb8\x51\x3a\x29\xc6\xc5\x88\x9a\x8f\x64\x48\xb4\x6c\x21\xff\xa2\xe5\x61\xc7\xf3\x6b\x87\xd3\xb7\x0f\x2e\x82\x63\x0b\xe0\x1d\x63\x30\x7f\xec\xf4\x95\xb6\xa8\xd8\x73\x0c\xfe\x82\x3c\x28\xb8\x70\x11\x0e\xfb\xe8\x43\x40\xcd\x47\xbc\x21\x9e\xc6\x17\xc0\x8b\xf0\xd8\x02\x74\xc7\x3c\xfb\x08\x78\xe1\xf2\xb0\x27\xfc\x85\xc0\x5b\x6b\x59\x2e\xa4\x9c\x73\xa6\x86\x2b\x63\x6b\x2c\xfe\x0e\x24\x83\x30\x81\x07\xc4\xe3\x72\x83\x84\x4c\x02\x38\xd7\x01\x43\xad\x4f\xf3\x63\x82\x02\xf7\x40\x65\x94\x37\xea\x01\xfc\x30\xfd\xfc\xf2\xb8\xed\x3d\x17\xd1\xb6\x67\x1d\xc6\x7d\x1b\x42\x2e\x78\x79\x1a\xe4\x5d\x27\xb7\xad\x20\xd6\xc5\xda\x59\xbe\x02\x5c\x27\x34\x20\x26\x11\x60\xda\x99\xd2\x2e\xd8\xe6\x9b\x19\x83\x91\x36\xb6\xb5\x5c\x27\x71\xa5\x48\x66\x69\x2c\x27\xb0\xbf\x2e\x48\x33\xcf\x12\x22\x6d\x9a\xd4\x0d\xd7\x8b\x96\x87\x4d\xed\x17\x0b\x57\x78\xd9\x2f\x32\x8a\xcf\xbd\x8b\xb3\x28\x92\x59\x8e\xd3\x6e\xcd\x17\xca\x71\x3a\x0f\xe4\x45\xac\xfc\x21\xf1\x42\x03\x9a\x83\x17\x2a\x0f\x3b\xdd\x5f\x2f\x34\xae\x9f\x39\xb9\x37\xfc\xaf\xef\xe9\xcf\xe9\x80\xc7\x0b\xb9\x4f\x6a\x75\x8f\x77\xc3\x17\x7e\x81\x62\xc4\x60\x20\xd1\xb5\x25\x0f\x42\x75\xec\x53\x7c\x21\x90\xd8\x39\xdd\x2f\x86\xee\xd8\x29\xe0\x4a\xb4\x6d\x29\x81\x82\x5f\x9f\x85\x40\x60\x71\x29\xdb\xdf\xce\x20\x46\xfe\x58\x28\x3d\xc4\x0e\x16\x63\x00\xef\x8e\x33\xb8\x1e\x78\xa7\x1b\xc3\x31\x3f\x9d\x4d\x35\xd7\x93\x14\xfb\x8b\x03\x2d\xfc\xfb\xe2\x46\xcd\x8b\x62\x17\x80\x1b\x0a\x60\x67\xcb\xbd\x81\xbe\x8b\xf6\xdf\xfd\x03\xa7\x68\x83\xde\x3f\x7a\x5f\x89\xe8\xfb\xb7\xf0\x82\x1b\xd8\xf1\xbc\xe9\x19\x14\x88\xa2\x7b\xcb\xed\xa1\x0f\xd2\xb5\x73\xfa\x07\x8c\xda\x24\x6e\x74\xe8\x9b\x6e\x22\xb9\xd3\x3f\x1c\xd0\x53\xb8\x85\x93\xa3\x5c\xfa\x81\xb2\x76\xf8\x07\xd8\xdd\x96\xfb\x80\xa8\xd5\x4a\xdf\xa9\xbb\x95\x54\xb8\x0b\xf8\x51\x82\xeb\x2e\x24\xd2\xff\x57\x3c\x17\x3d\x0f\x04\x68\xf8\x99\x34\x6b\x8b\xde\x85\x9e\xdb\x52\x14\xdc\x4c\xa4\xec\x79\x61\x60\x72\x15\xff\xde\x84\xcb\x0e\x97\xbc\xe9\x2c\xba\xfc\x4c\x75\xad\xb0\xe2\x5d\x49\xb4\xba\x00\x3c\xb6\x83\xea\x0d\x78\x5c\x1c\xd4\x79\x03\x1f\xdb\xdf\xf8\xae\x74\x53\x0b\xb7\x10\x78\x41\xf3\x54\xb1\xfa\xc5\x3d\x62\xf5\x75\x6f\xb9\x2b\x56\x5f\x9b\xf4\xa6\x72\x77\xf9\x7b\xa8\x2e\x74\xb2\xdf\xf0\x06\x2d\x0e\x22\xbd\x1b\x22\x5d\x4d\x11\x94\xb9\xf6\x6f\xbe\xd3\xfd\x53\xc0\xf1\x4e\xed\x6e\xb8\x85\x81\x2f\x34\x4b\xe9\x31\xe0\x69\x43\xc4\x50\xb3\xee\xf5\x6e\x94\x65\x7e\x3e\xa8\xdc\xd0\x33\x82\x6f\x74\x8a\xde\x28\x7a\x5a\x1c\xdf\x79\x77\xee\x32\x4f\x4b\x47\xe6\x34\x0f\xbb\x37\x94\x0e\xd6\xb0\x3b\xc3\x4c\xfc\x3e\x68\x16\xb6\xb8\x3b\x91\x9a\x87\xdd\x21\x4e\x05\xea\xef\x0e\x71\x6a\x12\x7b\xce\xa3\x7a\x7c\xf1\x6d\x38\xeb\xfb\x3d\x68\x7c\x17\x58\xb8\x13\xd0\x9a\x39\x06\xe7\xcd\x2f\x70\xe9\x45\xf3\xc0\xd2\x57\xbf\x8f\xa5\xaf\xee\xf1\x78\x7b\x34\xfb\x0e\xa8\x27\x85\xa8\xef\x54\xec\x2e\xff\x90\xec\xab\x16\x01\x80\x5d\xa0\xf9\x0e\xde\x33\x3e\x3f\xe4\x5a\xfb\x07\xda\x43\x04\x58\xef\x20\x91\x9a\xb7\x00\x3f\x7a\xe2\xe3\xc4\xb3\xdf\xc7\xbc\x0a\xef\xdc\xc1\x6b\xb3\xb7\x54\x40\x50\x78\xa5\x18\x0b\xfe\xe1\xe0\x89\x7b\xb3\xe5\x23\xf4\xbc\x76\xc4\xbb\xe7\xfe\xdf\xff\x3e\x78\xe5\x9e\xa0\x40\x87\xff\xcd\x58\x70\x9b\xdb\xef\x89\xa5\x15\xde\xb8\x11\x30\xf4\xd9\x01\xd0\xea\xda\x8d\xe7\x4e\x07\x81\xf5\x27\x9b\xd0\xbd\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xe6\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\x8e\xab\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x16\x34\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xc1\xa8\x20\xf7\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\x82\xc2\x9b\x64\x87\x43\xae\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x24\x7f\x1f\x38\x6b\xfb\x98\x7b\x60\x2c\xe9\x76\x1c\x78\x4e\x1e\xde\xba\x1c\x3d\xc8\x31\x5e\xcd\x7f\x27\x45\x8b\x77\x08\x7d\x66\x1c\xb7\xf7\x9c\x58\xba\xe5\x26\xe1\xc9\x2c\x74\xf9\xc0\x97\xba\xdb\xf9\xe0\x61\x46\x70\xa7\xb8\x7a\x2e\x6a\x0d\x35\xcc\x0b\xec\x63\x6e\xe1\x05\x4e\x87\xc4\x73\xd1\xb3\x52\xc7\xc8\x73\xe5\xb0\xf4\x05\x6c\x0f\x4e\x6b\xf1\xf0\x82\x65\x6e\xc2\x7d\x6a\xda\xaf\xf1\xb9\x69\x5a\xfb\xf9\x0d\x4c\xbd\xd7\xf2\xce\x61\x6b\x98\x70\x89\xb1\xfe\xf7\xc1\x75\xa9\x8f\x3f\xd5\x17\x7f\x90\xa4\xa9\x5b\xd9\xfb\xc0\x5f\xc6\xd5\x7a\x1e\xb8\xcb\xcc\xe6\x2d\x05\x77\x19\x6b\x8f\x9f\xf7\x36\x34\xac\x96\x7c\x50\xc8\xa6\xdb\x72\xf0\x3c\xc8\x5d\x25\x98\xf6\x3c\x5c\x96\xec\x71\xfe\xde\xcb\x51\x55\x92\x84\xf9\x7b\xef\x46\x4d\xa6\x90\xf9\x43\xec\x5c\xd3\xa5\x76\xfe\x7e\x28\xfa\xf5\x0f\x5f\xcf\xdf\x7b\x79\x1a\x52\xf9\xcd\x1f\x4c\x17\xf2\x74\x9a\x3f\x98\x2e\xca\xa7\x03\x9a\xd5\x96\x7f\x98\x1c\xa3\xbf\xd8\xf9\x83\x9b\x3c\xd0\x84\x5f\x00\x7f\x7f\x68\xe4\x91\xb2\xfc\x01\x79\x6d\xf3\x1b\x14\x5e\x4d\x4d\xbc\x37\xb2\xa2\x24\x2a\xf3\xb7\x51\x76\x6d\xa2\x0a\x17\x32\x29\xfd\xe6\x6f\xe3\xb5\xa1\xf9\x87\xc6\x2f\xd4\xe9\x46\x9b\x8d\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x86\x35\x7f\xcc\x1a\xa5\x18\xd2\xf9\x63\x3d\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x71\x26\xaf\xce\x7b\xe3\x1a\xca\x9f\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xa6\xc9\xd2\xd4\x26\x82\xed\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x7a\xbb\x94\xae\x36\x2b\xcd\x90\x4d\x03\x41\x2d\x42\x1d\xbf\xf3\x57\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x6a\xca\x9f\xf9\x16\xb9\x29\xe5\xfe\x3b\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x32\x71\x05\x4b\xce\x5f\xcb\xcd\x2f\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb3\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xc7\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\x45\xec\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x8a\xa6\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\xf8\xa9\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x0b\x38\x4f\x99\x61\x71\x7d\xd1\xe9\x37\x7f\xa9\x9e\xef\xfa\x60\x42\x84\x15\x8d\xf9\x05\x5f\x43\x7e\x92\xf3\x37\x49\xa1\x86\x8c\x5c\x57\x75\x8a\xa2\xc9\x1b\xd8\x72\x83\xeb\xbf\xff\xd5\x32\x35\x07\x2f\xfa\x6a\xb2\x6f\xcd\xdf\x0b\xbe\xaa\xe0\xe8\xfc\xcd\xdc\xe8\x22\x11\x9a\x79\x81\xe6\xf9\x83\x66\xbe\x2d\x35\x08\x27\x14\xe5\xa1\x99\x3f\xea\xe5\x9b\xb9\x1d\x40\xea\x45\xcc\xff\xf7\x31\x34\x7f\xd0\xda\xeb\x1e\x31\x7f\x44\x5d\xcd\xbb\x0f\x6a\xfb\x6e\xc1\xb4\x28\x5f\xbd\xc8\x4c\x7b\xe5\x19\xdc\xa1\xb9\xf4\x0c\x12\x65\x35\x6f\x1d\x64\xc8\x6c\xdd\x1f\x50\x70\x99\x8d\xa8\xb6\x6f\xde\x7c\x4c\x97\x30\x45\xc3\x8b\xbb\xea\x67\xca\x90\x2d\xa1\xff\xcc\xa9\x3b\xc4\x6b\xf5\x07\x60\x93\xea\x06\x11\x84\xeb\xdd\x99\x6a\x7a\x35\x78\xc0\x1a\xe6\x0e\x00\xcb\x36\xb7\x77\xf0\xdc\xf2\xf6\x3f\x32\xeb\x8a\xbf\x40\xb2\xfa\x26\x8a\x00\xa2\x04\x04\xe7\xef\x04\xdf\x59\x86\xd1\x71\xb9\x99\x04\x14\x84\x56\x40\xc2\xfc\x25\xe8\xf2\xb4\x51\x8b\xfe\xb3\x2c\x06\xea\xaa\x9f\x2f\x72\x7f\x8b\xd5\xe0\x86\xa2\x40\xf7\xf9\x3b\xa9\x80\x58\x6a\x92\x09\xaa\x14\x41\x3b\x7f\x17\xb5\x4d\x46\x00\x57\x92\xe9\x4f\xb0\x3f\x3c\xce\x0b\x3b\xb6\xfa\x03\x30\xa3\x89\xba\xc8\x6f\x1a\x26\xf4\xe4\xc5\x3b\x1e\x2e\x25\xc3\xdb\x25\xf3\x6b\x5a\xb6\xb3\x0e\x8b\x37\x24\xd2\x59\x7d\x04\xeb\xcd\x0d\xec\x06\x28\x06\x2d\xb4\x90\x85\x60\xa9\xf8\xde\xfc\xdd\x3c\x3e\x8c\x29\xe0\x53\xf2\x39\xee\x99\xd2\x3b\x2c\x7b\x1f\x9c\xc5\xde\x13\x4f\xce\x9b\x46\xf9\xd0\xc6\xe7\x03\x07\x39\xbe\x3f\x54\xd2\x0d\xa5\x79\x17\x31\xa7\x95\xc2\x80\xe7\x0f\x39\xad\x56\x18\x3c\xc1\xfb\x39\xcc\x72\x0f\x59\x6e\x88\xa9\x81\xff\x56\x18\x3b\xd1\x55\xa5\x79\x63\x3d\xd8\x16\x66\xd2\x87\xae\x22\x6e\xf2\x66\x0b\xff\x9a\xdc\xe8\x1d\x2d\xe9\xb0\xc1\x79\x65\xa9\x8c\xe0\xdc\x90\x3c\x41\x55\xcc\xe6\x06\xdf\x68\x2f\xdf\xf6\x43\xde\xbd\xf0\xff\xc8\x16\xf6\x4f\x2b\x3c\x37\x68\xd3\x8d\xcd\xb6\x17\xff\x15\x29\x3e\xe6\xf6\xa3\x01\x76\xb8\xc3\x8b\x63\xd2\x1b\x5b\x4a\x0f\x75\xb1\xe5\xc4\xf9\x87\xc9\x37\x42\x3f\xc0\xb9\x44\xeb\xbb\x6d\xe0\xc9\xe6\xff\x79\x87\x1a\x6e\xe1\x66\xa7\xfa\x82\x39\xb2\x14\x95\x3b\x37\xa8\xc3\x8d\xa4\x36\x56\x26\x6c\xee\x93\xfa\xf0\x26\x31\xb9\x15\x8e\xdc\xcf\xa8\xca\xa7\xf4\x2b\x73\x4b\xb8\x56\xdc\x26\xd8\x52\xfb\x7d\xab\xc9\x96\xea\xa3\x22\x12\xcb\x8b\x81\x3a\xd2\xf5\xf3\x9c\x4c\xa7\xd9\x7e\xb1\x58\xb5\x28\xdf\x12\x8a\x99\xc8\x9a\x33\xe1\x1f\x38\xfd\xe6\x88\x17\x7b\x0d\xa3\x8e\x8d\xfe\x20\xba\xa9\xcd\xad\x51\xc1\xf6\xa7\x5b\xd1\xdc\x08\xbb\x04\xc3\x36\x16\x0e\x2c\x66\x98\x96\x24\x6a\x56\xe0\xfe\x61\xec\xb7\xb1\x20\x8b\xbc\x7c\xe7\x06\x6d\xb5\x32\x70\xcf\x0d\xd9\xad\x64\xf5\x9a\x5b\xc7\x66\x16\x22\xd8\x98\x05\x54\x51\xa1\x73\xeb\x58\x5b\xc1\xa4\x0d\xca\x6c\x23\xb3\xad\x77\xe4\x96\x14\x45\x3d\x19\xd0\x2f\x60\xe1\xfe\x29\x84\xe6\x36\x52\xa6\x89\x04\x56\xe6\xfb\xbe\xc1\x33\xbd\xfa\x0d\x78\x9a\x56\xbf\x40\xb7\x61\x53\x3d\xb8\x0e\x22\x82\xca\x65\x55\x75\x9c\x5b\x30\xcf\x84\x88\x0a\x0e\xdb\xcf\xdc\xda\x82\x56\x5b\xe0\x84\x92\x4c\xdb\x22\x97\x42\x34\xc5\x04\xf7\xf8\x05\xf8\xeb\x7a\xa9\x82\x66\x05\xcd\x1b\xd2\x0e\x4c\xcb\x82\x09\x78\xe9\x5d\x36\x09\x2f\xcd\x5b\x50\x94\x7d\x36\x19\x14\x65\x16\x91\xdb\xe4\x15\xc8\xb3\x32\xc9\xe0\xd5\x4d\x52\xaa\x86\xb8\x11\xba\x32\xcb\xcc\x6d\xe2\x78\xb2\x78\xa1\xae\x4c\x75\x24\xe7\xc6\x80\x35\xc5\x18\xcf\x6d\x12\x3a\x68\x5e\x17\x77\xa1\x00\xd3\x46\xfc\xe6\x69\x5a\x38\x90\x86\x3f\x48\x9a\x44\xe4\x22\x98\xd0\x91\xb5\xbd\x00\xae\x76\x0b\xc5\x95\x44\xb9\x49\x98\x61\x3f\x1f\x5c\x80\x84\x26\x81\x72\x5c\x00\x6a\xdb\x39\xd5\xfa\x60\x4f\x1e\xd7\xd4\xee\x24\x5a\xc3\x86\xdf\xf1\x67\xdb\xed\x30\x1d\x2f\x37\x00\xe9\xe5\x79\xdd\x73\x9a\xf4\x02\x1c\x21\x3e\xd3\x76\x50\x9b\x21\x60\xb0\x1d\x48\xce\x60\x21\x7c\xe4\x62\x6a\x90\xf0\x7c\xf8\x4c\x13\x34\x5f\xdf\x1e\xb0\x74\x1e\xf4\x41\x95\x90\x4e\xb7\x0d\x8e\x0c\x8a\xb5\x9d\xdb\x81\x2d\xe2\x31\xc3\x91\x41\x7e\xf5\x73\x83\xd7\x70\xf1\xd9\x03\x3d\xd8\x6c\xcd\x3f\x80\x1f\x05\xed\x37\x2a\xc6\x5a\xf3\x0f\x94\x75\xee\x12\x79\x0c\xaa\x65\xd1\x89\x31\x4c\x8d\xe1\xc4\x34\x4e\x8d\xf9\x1f\xa6\xf3\x0b\xb9\xf4\x9a\xa6\x13\x83\x12\xfa\xdf\x4e\x4e\xfc\x87\x6a\x2a\xc2\x84\x75\xb7\x0b\x1b\x5d\x37\x96\x0d\xc5\xa9\xa7\x87\x0d\x48\xb7\x3e\x67\x38\xe3\xd3\x9a\x30\xdb\x76\xf1\x0e\x6f\xe1\x72\x71\x18\x6e\x82\xc3\x70\x0b\x5c\x1a\xbf\x4f\x20\x62\x99\x4b\x10\x17\xde\x45\x37\x1d\x17\xfd\xcc\xf3\xd3\xec\x71\xd3\xc5\xce\xcf\xf1\x76\x21\x4d\xd2\x06\xdf\x06\x45\x27\xce\x8d\xbe\x0c\x96\x15\x37\x81\xc4\xfc\x4b\xe5\xbc\xb9\x31\x83\x7a\x33\x24\xb8\x69\x02\x75\xf3\x14\xaf\x86\x21\x4c\x5a\x6a\x51\x94\xa5\xf5\x44\xef\x43\xd6\xf0\x00\x90\xab\x60\x85\x0f\xdf\x74\x3c\xf6\x2c\xc2\xdb\xa1\x2b\x4a\x63\x6e\x08\x77\x2b\x9f\x67\x1e\xc6\xc6\x10\x0f\x38\x7c\xf9\x05\xaa\x59\x05\x4b\x0a\xeb\xbe\xc8\x6d\x65\x16\x00\xba\xae\x98\x89\x59\x7e\x9c\x78\x9d\xa7\x05\x0e\x11\x8a\xf2\x9c\xe5\xc7\x89\x77\x93\x84\xa5\xa1\xe7\xf5\xdf\xff\xba\xfc\xd2\x67\x81\x7f\x84\x02\x32\x67\xf9\x91\xa3\x75\x57\x2b\xd0\xe8\xf9\x32\x57\x10\x0a\xa7\x78\xcb\x59\x98\xb3\x5d\x83\x2a\xa9\xcf\xd3\x26\x2a\xdb\x0f\x1f\x68\x4c\x88\x84\x93\x63\xcc\x2c\x2f\x42\x1c\xf2\x3d\x9e\x05\xba\x38\x65\x81\x99\x85\xf8\x70\xf8\x99\x87\x6f\xf7\x07\x04\xd6\x82\x98\x05\xa1\x71\xdf\x67\x16\x6c\x30\x05\xbc\x79\x69\x03\x94\x0d\xda\x9e\x6e\x92\xde\x31\x54\x77\x59\xf2\xe8\xd3\x24\x14\x8a\x4b\xe1\xaa\x52\xc8\x1d\xcb\x9f\x2c\x8c\xca\x2f\xc0\x95\xb7\xf8\xff\x03\xff\xab\x4b\x38\x23\x1b\xfb\x15\xf8\x1e\x4b\xcb\x3f\x0b\xf2\x68\x75\x6b\x7f\xca\x8b\x1e\x87\xe2\x3b\x67\xa9\x29\xa0\xfd\xc5\xcb\xd2\xf2\x93\x9d\x05\xaa\x3f\xf9\x6f\xcc\xc2\xb4\xf0\x9f\x06\x26\x1a\xd4\xac\xc1\x19\x59\x99\x83\x67\xa9\x39\xcd\xfe\x81\xbb\x50\x20\xa7\x34\xae\xb4\x48\x64\x1d\x6a\x85\xf5\xcf\x42\xef\x08\x95\xca\x9d\x85\xde\x11\x56\x36\x94\x96\x25\xec\x35\x4f\x8d\xc9\xcb\x35\x2f\x2d\x57\x5f\x54\x34\x2a\x17\x9a\x3b\xa1\xc8\x95\xec\x29\x8d\x22\x57\x02\xb3\xa4\xc7\xb0\xb4\x7b\xa5\xf3\xcc\x77\x2f\x0c\x6f\x6b\xc3\x9f\x60\x72\x84\xbe\x4a\xe7\xf2\x6a\xb2\xa1\x3f\x54\x84\xde\x2c\x4c\x87\xd5\x86\x5b\xc4\xb6\x11\x70\x29\x00\x9d\x8a\x9f\x9b\x25\x41\xa7\x6e\xb9\x05\x0a\x44\x5f\xfe\xca\xe0\x69\x36\xfc\x43\xc3\x0b\xea\x61\xd0\xce\xad\x89\x49\x8f\x5f\xef\xcc\xc1\x31\x68\xb9\x06\x6f\xda\xc2\xea\x05\xa6\x57\x79\x5a\xcf\x32\x90\xbb\x48\x32\xb1\x00\x93\x56\xf3\x30\x2c\xaf\xdd\x33\x1f\x0c\xd8\xf2\xac\x21\x57\xd6\x47\x38\xb1\x1a\xb3\x15\x37\x25\x1d\x78\xa5\x9e\x2b\x41\x99\x39\xfc\x09\xf6\x81\xc5\x11\x3d\x7a\x9b\x8e\xa2\x32\x39\x2f\xc2\x42\x85\x95\x6b\xc2\x02\x64\xe6\x44\xf8\x93\xc5\x37\x44\x38\xb3\x5b\x35\xef\x0d\xe0\xcc\xf2\x1b\x7f\x39\x8d\xca\xc4\xd2\x7a\xeb\x4e\xaa\xe0\x74\x9c\x16\x7a\xf7\xaa\x98\xf2\x2c\xf0\x72\xa8\x82\xde\x65\xe5\x18\xfc\x42\xa3\x92\x4e\x63\x20\x2a\xfd\x88\xdd\x35\xf9\x83\x3f\x01\xbc\x6f\x6e\x13\x42\xce\x7b\x0f\xde\xbb\xd5\xbb\x77\xff\xb1\x01\x7d\xb0\x33\x7a\xc1\x2c\xbb\xd3\x5f\xdb\x2f\xbc\xab\xb9\x79\x1b\xed\x0c\x53\x1c\x6e\x92\x12\x42\x18\xb1\xc0\x7d\xb7\x5a\x10\x43\xef\x57\xcd\x70\xa8\x9c\xe3\x6b\x53\xd9\x73\xe6\x4c\x02\xea\x7b\x79\x6d\x99\x16\x41\x61\x8c\xb3\x20\x3d\x7e\xd5\x25\xa5\x24\x8e\x15\xb0\x2d\xa8\xa4\x33\xcc\x2e\xcc\xab\xda\xc2\x5f\x04\xfb\xf4\x17\x89\xf7\xf5\x8c\x61\xea\x14\x2f\x47\x32\x8b\x86\x7d\x70\x94\x7e\x81\x7b\x3f\xfc\x03\x72\xee\x4e\x77\x99\xc3\xf4\x0f\x0c\x8d\x34\xd7\x9f\xd4\xc4\x8b\x86\x33\xc5\xa2\xfa\xbc\x72\x22\x44\xf5\x45\xc7\x49\x8d\x13\x21\x6b\xd5\x4b\xf1\xc2\xca\xe6\x5b\x71\x41\xc4\xda\xf4\x20\x32\x60\xcd\x13\x85\x72\x82\xdd\x12\x0f\x20\xb2\x7a\x9a\xe0\x61\x5b\x3e\xe7\x05\x50\x64\x35\x37\xc0\xe5\xd6\x2a\xd6\x02\x17\xdb\x6a\x69\x71\x81\x21\xbd\xf8\x77\x32\xa4\x1a\x80\x49\xd8\xe8\xbc\xdc\xb9\xb6\x22\xf1\xc6\x11\xe8\x6d\x7c\xe7\xae\xd1\x20\x91\x44\xf5\x73\x88\x42\xd9\x18\xe6\xf0\x17\xa5\x96\x65\x71\xc4\x2c\x5a\x6d\xba\xcb\xe4\x68\x0d\xf2\xc5\xa9\xd5\x7a\xe1\x42\x0f\xdb\xcf\x41\x90\xc8\xd3\x50\x01\x5e\xb4\xbe\x25\x97\x87\x44\x6b\x1e\x11\x01\x57\xcd\xd1\x09\x3c\x7d\xd0\x3f\x3c\x8b\x2c\x96\x1f\xae\x84\x88\x44\x08\x5c\x35\x8d\x70\xb2\xad\x06\x02\x99\x25\xcb\xbb\xe8\x49\xfe\xfb\xd7\x45\xcd\x64\xfa\x92\x7f\xf5\xb7\xfd\xf7\xbf\xa9\xb2\x4b\xb3\xfe\x58\x13\xb1\xe9\x99\x83\x70\x03\x0d\x6b\xef\x67\xfa\xc8\x2e\x3d\x03\xe3\x49\x74\xd4\x1f\x87\xe0\xf6\xb8\x65\xa6\x7f\xa0\x47\x95\x9e\x09\x12\x4d\x31\xd3\xa5\x2a\x37\xed\xac\xc8\xa4\x2f\xcf\xba\x59\xe9\x62\xab\x0c\x6b\xb3\x32\x1d\xaa\xcf\xcb\x5a\xe8\x07\x2f\xa1\x5b\xa1\x24\x54\x6a\x9d\x59\xe1\x12\x6b\x3b\x73\x25\x64\x13\xdc\xa9\xcc\x4f\xe0\x23\xba\x66\x4e\x2b\xe9\x16\x2a\x2d\xb8\x3e\x72\x2b\x74\x84\xca\x76\x3c\x6b\x5a\x74\x05\x96\x2b\x5c\x64\xab\x94\x88\x15\x2e\xb2\xb5\xfd\x49\x3b\x57\x69\x0e\xf6\x95\xb9\x56\xf0\x56\xf3\x73\xc7\xb3\xc8\xa9\x30\x62\x84\xff\x0f\x36\x60\x72\xde\x53\xc6\x18\xb1\xc2\xbf\xb6\x4a\x6f\x5e\x2b\x2f\xc4\x52\x34\xd4\xc4\x84\x82\xd6\x95\x85\x0a\xbd\x07\x2b\x41\xa2\x2e\x30\x95\x75\x09\x8d\x2a\x6a\xe3\x9d\xa7\xf9\x0b\x8a\xec\xe5\x37\x30\x0c\x81\xef\xfa\x82\xc6\x18\x5e\xc8\xc6\x0b\xb1\x0e\x81\x8a\xa4\xfb\x2a\x95\x3a\x6b\x26\x54\xf0\xff\xef\xa6\xb5\x92\xb2\x76\xd2\xa8\x75\x64\x29\x22\xdb\x72\x2a\x94\x90\xd6\xcc\xd6\xce\x99\x97\x30\xab\x9d\x34\x0b\x3b\xd5\x4e\x89\xfe\xe9\x23\xf7\xb9\x86\x99\x98\x73\xf9\x8d\x09\xaa\x4d\x05\xc2\x9f\xec\xaf\x51\x5f\x88\x38\x55\x5b\x60\x56\x40\xc4\x08\x8f\x9b\xa5\x05\x8d\x9e\x2a\x2c\xc0\xbe\x03\x54\x64\x1e\xa8\x9e\xb9\x60\x76\x29\xd1\x44\x07\xd6\x90\xac\xa9\xb0\xf0\xfa\x44\xaf\x70\x58\xfd\x7e\x90\x5b\xc0\x2f\x3c\xa0\x51\x3d\xcc\x24\x49\x8b\x37\x73\xfd\x45\x34\x53\x60\x7d\xfa\x98\x5c\x6e\xf5\x31\x79\x18\x9a\x0b\xe1\x71\xe7\x93\xa7\x22\xfc\xaa\x9a\x29\xa1\x45\xfc\x48\x27\xf8\xb4\x76\x2b\x78\x2b\x7c\x5a\x8d\x22\xea\xe2\x65\xcb\x1c\xb6\x28\xef\xd4\x03\xbc\x50\x95\x55\x78\xd6\x45\x1b\x86\x37\xf6\x5a\x1c\x84\xbf\x20\x0d\x9a\x48\x66\xa9\x6a\xcb\x2f\x50\x9a\x08\x46\x54\x06\x64\xb5\xe5\x1f\x20\xb6\x2d\x03\x89\xe8\x84\xb6\x2b\xb4\x88\xd5\xd2\x07\xf1\x58\x8a\x2f\x99\x95\xfe\x73\x86\x5f\x75\xcf\x7d\x22\x1a\x90\x8d\xa0\x9a\x7f\x76\xaa\x38\x2c\xf2\x76\x8e\x42\xfc\xb3\x33\xd2\x41\x24\xb1\xe0\x91\xcf\xec\xba\x73\xfb\x7b\xab\x1d\x0c\x6c\x14\x51\x07\x39\x50\x1f\x40\x2b\x28\xcf\xc5\x59\x0f\x8a\x50\x1d\xf2\xf5\x84\x84\xf4\x49\x01\xa5\xde\x30\xfb\x9c\x01\x86\x53\x07\xac\xd5\xfc\x39\x8b\xa0\xc4\x1b\xde\xaa\x08\x67\x0a\x8b\x9b\x13\xcc\x10\x7e\x26\x38\xf3\x20\x2f\x06\xa0\xfa\x74\xbc\x88\x9c\xfd\x09\xf2\x03\x7c\xb6\x19\x73\x4c\x75\xef\xd4\x8b\x4e\x03\xa2\x01\x1a\x3b\xf9\x0f\xcf\xfa\x62\x27\x27\x7f\x9f\x15\xa1\xfd\xb3\x7b\x1b\xa1\x36\xf3\x66\xc9\x7e\x63\xed\x7d\xda\xdd\x24\x49\x48\xa6\x42\x41\x37\x0d\x29\x2b\xdd\xe5\x8c\x10\xeb\xbd\x90\xc8\x46\x6b\x7d\xd3\x94\xe3\x7d\x77\xe3\xfc\x8b\xbf\xe4\x54\x98\x15\x38\xe8\xb3\xae\x34\xd2\x9a\x31\x1e\x04\x52\x48\xb5\x5a\x11\x5b\x54\x7d\x10\x12\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\x24\x9f\xb2\xc2\xb1\x3e\x29\xa9\x34\xc5\x50\xcf\xcd\xfe\xf9\x02\xe4\x2f\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\x94\xb5\x4c\x46\x25\xe0\xd5\x88\x7a\x3e\xcf\xb4\x1a\x4f\x3d\x33\xc0\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xef\x7f\xa1\xfa\xd6\xb3\xc1\x7b\x4e\x4e\xe1\xb3\xbd\x30\xa8\x2a\x6e\x6e\x36\xea\xda\x74\x98\x36\xa0\x22\x79\x9b\xce\xf6\xa3\x66\x43\x52\xa5\xa5\xaf\x9c\x36\x68\xdb\x28\xf0\xd5\xe3\x96\x6c\xd0\xf5\x43\xf0\x07\xbf\x41\xc9\x25\xe8\xd5\x0a\x58\x4b\xc7\x52\x43\xa8\x91\xc2\x7c\x66\x2b\x0b\x09\xfe\xfc\x3f\x64\x84\x04\x5b\x7b\x61\xd2\xb0\x2f\x57\x63\x0e\x79\xe3\xd5\x56\xd3\x39\x59\xcf\xaf\x48\xb0\xc3\x4c\xa3\x62\x4a\xda\x9a\x56\x73\x65\xd5\x62\xc5\x21\xb4\xfc\x8c\x82\xac\x92\xa4\x8d\x36\x4e\x8b\xef\x06\x33\xa6\xfd\xe8\x1a\xcd\x98\xc6\xb3\x0d\x41\xec\xc3\xb3\x84\xac\x9d\x2a\x67\x34\x5b\x9a\x39\x25\x7b\x5b\x4b\x39\xa7\xa5\x6a\x37\x12\x1a\x6b\x16\x01\x31\xa6\xea\x56\xcc\x46\x9d\x93\x61\x7c\xeb\xbc\x8c\x88\x86\x9e\x1c\xad\x4e\xe1\xc0\xef\x7b\x40\xa3\x8e\xa9\x0b\xd1\xb6\x4e\x49\x65\x7e\x1a\x3c\x6c\xc5\xe2\x0d\x61\xe5\x5d\xf2\xbc\x41\xc9\x64\xdf\x9f\x86\xfa\xc8\x9b\xa7\x9a\x5e\x6b\xbe\xc4\xb5\x41\xfe\xd9\xdc\x02\x95\x02\x22\x8a\x5a\x27\x43\xfb\x86\xb8\x1c\x7b\x35\x36\x66\xee\xf4\x45\xb2\x8d\x03\x2f\x98\x46\x06\x26\xbb\x01\x9e\x08\x6e\xe0\xc6\xfb\xfe\xff\xc1\xb3\x26\x96\x61\x3a\x8a\xbe\x9e\x0d\x71\xea\xd6\x42\xb5\xa0\xf7\x87\x64\x47\x8b\x1c\xa5\xba\x80\x23\xdc\xe6\x2d\x10\x44\x1c\x3a\x4a\xdb\x8b\x93\x86\x9c\x93\xdf\xbb\x3e\xa7\x45\x1c\x05\xcf\x38\x3b\xc2\xb5\x80\xcd\xd0\xfc\x12\xb9\x76\x26\x8a\x0c\x24\x89\xde\x60\x6e\x9d\x5d\xc0\xb9\xc1\xdc\x6a\x9f\xd5\x06\xd7\xb8\xe6\x6d\x93\x49\xdd\x2d\x6d\x90\x90\xa9\x79\x31\x17\xea\xbd\x78\xa3\x2e\x22\x2f\x01\x8a\xb6\x68\x63\xf6\xda\x51\x0d\x35\xfc\xcc\x8d\xa4\xb3\xb2\x31\x0a\xbd\x17\xb7\xb9\xe0\x48\xab\x71\xc2\x14\xda\xcd\x60\x8b\x69\xbb\x75\x50\x35\x80\x98\x66\x7e\x42\xc6\x25\xbb\x72\x34\x66\x50\xea\x3a\x0a\xdb\x4e\xa8\x35\xfe\x52\xb0\x75\x36\x78\x96\xd9\x5f\xb9\xed\x29\x31\xd5\x3e\xeb\x2b\xda\xd0\xd9\x0e\x46\xa2\xe9\x8b\xa3\x41\x14\x88\xc0\x63\xa2\x48\x81\x26\xed\xe0\x4a\x6b\x8e\x0e\x5e\x89\x2c\xa4\xa1\x1e\xb2\x83\x53\x3b\xc8\xdf\xee\x90\x6a\x58\x73\x1f\xd3\xb5\xf7\x62\x12\x38\x47\xfa\xe2\xa4\xf3\xa9\xf0\x6a\x3b\x39\x69\x9a\xa3\x93\xf8\x55\x88\xb8\x9d\x30\x77\x09\x1a\x36\xa4\xdd\x6c\xee\xe1\xa4\x7c\xd3\x20\x10\x31\x60\x2f\xc3\x06\x3b\x67\xd3\xe9\xdd\x4e\xe2\x3c\x8b\x37\xd8\x3d\xed\x77\xd6\x5e\x8c\x34\xec\x3f\xd5\x10\x01\x1e\xc3\xff\x57\x8e\x51\x14\x5e\xa4\x48\x0d\x5e\x9c\x56\xff\x0f\x8a\x74\x4b\x6c\x2f\x42\x72\xf0\xf4\x6c\x77\x72\xa2\xa6\x99\x09\x30\xbb\x69\xbe\x79\xb8\x8a\xa4\x9b\x89\xfc\xfc\x01\x25\xb4\x90\x66\x7b\x72\x9a\x45\xf4\xc3\x2d\x29\xe8\xd8\xe8\x58\xe6\xfb\x7c\x03\x6a\xb1\x17\x51\x7b\x28\x0d\x2d\x70\x9f\xa4\x4a\x74\x3f\xb4\xb7\x79\xdf\xc3\x09\xac\x55\x37\xc9\xcb\x8a\xae\x58\xed\x01\x37\x68\xe6\x3a\x63\xa8\xa7\x9f\x71\x37\x91\x2d\xa3\xff\x92\x86\xa5\x1f\xe8\x82\x23\x98\xd1\x69\xc2\xf3\xe5\xa4\x6f\x3c\x37\x24\x2a\xfa\x86\x6c\x3c\x62\xf2\xfe\xc2\x8a\xaa\xea\x55\xef\x19\x04\xa2\xfd\x3f\x8e\x70\x8d\xb2\xc3\x44\x67\x37\xc2\x4e\xf5\x4d\xff\x7c\x40\x86\x92\x80\xec\x1b\x05\xc5\x32\x09\x18\xb6\xe6\xbe\x17\xf2\xfc\xd0\x33\xd7\x42\x1c\xd1\x4b\xfd\xef\x7f\x61\x3f\xb3\x8e\x2c\xe7\xf6\x3f\xe8\x2c\x87\xe3\x4b\x5c\x67\xc2\x20\x2b\x80\x7a\x49\x2a\xfd\x09\xd7\x46\x34\x41\xe1\x63\x00\xd8\x0b\x0f\x60\xe1\xfa\x5e\xa9\x63\x12\x58\xea\xa9\xa2\xd1\xd6\xed\x69\xb6\x13\x5b\x76\x9a\xed\xdc\x66\x25\x4e\xd0\x5e\xee\x40\x37\xbe\xe0\xf4\x7a\xbf\xa0\xd2\x6b\xc5\xd8\x43\x5f\x77\x3b\x34\x2e\xf6\xba\xe9\x0d\x33\xe7\xc5\x68\x15\x75\x51\xd5\x41\xa3\x66\xa2\xb9\x81\x89\x06\xc4\x40\x8d\x69\x8a\x34\x71\x08\x50\xb6\x39\xad\xc3\xe7\xcb\x0e\x0a\x1d\x39\xcb\xc3\x43\x4a\x2c\x24\xb8\xd5\x7b\xf2\x9b\x7a\xe8\xdc\x69\x82\x15\x9d\x5e\x5f\xbe\x4f\xf4\x5e\x21\x96\x45\x34\xa2\x1f\xed\xc2\xd0\x53\xbd\xd2\xdc\x24\xf4\xd9\x66\x8f\xce\x41\x99\x86\x85\x06\xfd\x4c\x18\xeb\xef\xc9\xa1\x5e\x28\x46\x4b\x46\xff\xfd\xe5\x20\xea\x9d\x3a\x57\xa9\x5a\x3a\x32\xf8\x7c\x66\x7d\xd0\x78\xe6\x59\x1c\x13\x7e\x6b\xe2\xc6\x81\xcc\xf1\x9e\xf5\x01\x48\x61\x7e\x7e\x71\xd4\x54\xc1\xdc\xd9\x81\x9b\x9a\x74\x56\x7d\xe4\xac\xeb\x05\x82\x18\xc9\xa6\x1e\x44\xfe\xba\xfe\x77\x56\xae\xb1\xf1\xb5\xd3\xbf\xdf\x46\xa6\x4e\x73\x9d\xdd\xcf\x3b\xcc\x75\xb6\xce\x76\x9a\xeb\x6c\x95\xec\xf0\x2a\x6b\x82\x18\x3d\x61\x8e\x99\x6d\x22\x5f\xb8\xe7\x89\xe9\x77\x42\x8a\xb3\x3e\x89\x08\xbc\xb2\x93\xe3\x70\x93\x58\x59\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\x26\x73\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x51\xce\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x49\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\x52\x64\xf4\x3d\xa5\x93\x26\x06\x6e\x65\xf6\xea\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\x6f\x22\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\x33\xa2\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x3d\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x05\x20\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x91\xd2\xa9\xa5\xf2\x01\x0a\x2d\x95\xef\x07\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xad\xc4\xec\x70\xfc\xb2\x79\xbf\x3f\x89\x13\xfe\xf5\x30\x7e\x54\x29\x6a\x6e\x07\xd2\x52\xda\x75\x71\x00\xd4\x29\xe4\xfb\x3d\xf8\x90\xa6\xaf\xea\x99\x2c\xf9\x27\x3b\xd1\x80\xda\xc9\xde\x0e\x03\x39\x70\x42\x69\xb1\xde\xed\x43\x72\x86\x7e\xe0\x85\x42\x12\x72\x40\xaf\x64\xa7\x8b\xb1\x8d\xff\xfe\xd7\xad\xbc\x1e\x5b\xbc\xcf\xba\xf7\x8d\x8d\x6e\x68\xba\x61\x8c\x54\x33\x89\x15\xc6\xc6\x49\x75\x97\x14\xca\xcb\x3f\xf0\x5a\x24\x7e\x1c\x25\xa9\x54\xa7\xd0\x4c\xd9\xf6\x3f\x4a\xd6\x72\xd3\x34\xd3\xcb\xdf\xfe\x04\xa3\x50\xc1\x1d\x6e\x82\xbb\x4a\x9d\x16\x14\xec\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xda\x2a\x2d\xfe\x60\xa1\x6b\xab\xab\x06\x6d\x66\x5d\xfc\x34\xd2\x66\x66\xf6\x40\xc0\xa4\x1d\x0a\x46\xcb\x14\x88\xea\x04\x6e\xfd\x63\xea\xfa\x34\x98\x75\x3c\xb4\x2f\x46\x82\xba\xee\x37\xb0\x9b\x25\xda\x07\x40\x9a\xea\x90\xcd\x81\x34\x8b\x56\x07\x8f\x9e\x2c\xa0\x0f\x3a\x8f\x38\xaf\x18\x12\x52\x58\x3f\x35\xe0\x78\xef\xe0\x91\xc1\xa2\x82\xdd\x93\x07\x8b\x57\x28\xeb\xd6\x1c\xb0\x70\x8d\x4f\x17\xb0\x36\x59\x55\x38\x3a\x42\xa4\xbd\x7e\xa8\x3b\xfd\x71\xed\x1b\x80\x59\x61\xd6\x86\x9b\x95\x5d\xaf\x07\xf2\xcc\x84\x32\x50\xcd\x31\x68\x6d\xd4\x09\x36\xa8\xf2\xb2\x9e\x65\x20\xa3\x85\x35\xd5\x83\xa5\xa6\xad\xd1\x1a\x70\xfe\x57\x3e\xa8\x39\x06\xef\x57\x9e\x88\x41\xf4\x60\x2a\xe0\x48\x65\x6b\xf7\x08\x86\xe9\x98\xcd\x90\x1a\xb1\x58\x43\x39\x22\x39\x57\x9d\x04\xe3\x18\xdd\x24\x35\x92\x26\x13\x58\x4d\x55\x7a\xe6\x00\x54\x73\xb5\xad\x39\x66\x36\xa9\x4e\x27\x64\xad\x65\xeb\x98\x64\x5d\xcf\x0d\xfc\xa4\xea\xe7\x0b\x9e\xce\x1e\x48\xe6\x99\x10\x68\x1d\x30\x9c\xb5\xcf\x73\x47\x3a\x1a\x8d\x6b\xe5\x40\x35\xae\xb4\xa4\x49\x8b\x35\x90\xc7\xb0\x58\xbf\x37\x76\x18\xf2\xad\x5b\x1b\x3b\xfb\xd0\x17\x3b\x10\x64\xf1\xff\xec\x43\x98\x60\xc0\x2d\xc9\x86\xb5\x41\x23\x95\xd5\x1d\x03\x69\x20\x6c\x9e\x19\xf0\x96\x6f\x96\x55\x07\x25\x8f\x27\xfb\xe0\x5e\xf0\x44\x20\x2f\x84\x6d\xb9\xe3\x08\x76\xe1\x26\x28\x27\x3c\x0a\x86\x28\x5a\x13\x36\x8e\x87\x3f\x68\xae\x4e\xfa\xfc\x08\xf2\x8d\x33\xc9\xf0\x0f\x49\x86\xda\x40\x18\xa3\x95\x59\x83\x1e\xf0\xd6\xd3\x0c\x2a\x82\x84\xf0\xc7\xc9\x44\xc0\xfe\x1f\x47\x9f\x85\xf0\xc9\x6c\x84\x6e\x30\x33\x99\xe9\x19\x59\x94\x84\xdf\xc6\x95\x24\xfe\x25\x03\xdd\x1c\x0c\x70\xb4\xae\x6c\x5c\xa4\xdf\xcf\x54\x3f\x7b\xaf\x31\x33\xa0\x72\x5c\xcf\xc1\xb4\xd9\xba\x56\x0d\xa2\x1a\x2b\x8e\x06\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\xe1\x6c\x10\xe5\x58\xdb\x36\x98\xaa\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xe4\xae\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xbd\xaa\xdf\x47\x4a\x18\xdd\x66\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x00\x82\x6c\xaa\x8a\x1f\x17\x5f\xdc\x1b\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x7f\xd5\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\x8a\xfa\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\xf2\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x27\x45\xc0\x8c\x67\x5d\x7a\x0c\x72\x87\x1b\xcc\x74\x16\x66\x5a\xd4\x51\xf9\xa8\xe8\x02\x21\x90\x56\xf9\x47\x40\xc3\xeb\x7d\x81\x4c\x5f\xdd\x02\x25\xa8\x6b\x1f\x7f\x0a\x32\x0a\x9a\xe8\xac\x50\x8b\x40\x40\x9a\xf9\x19\x06\x39\x67\xc3\x88\x49\x38\xeb\xad\x3f\x73\x8b\xf8\x0b\x00\xaa\x61\x81\x04\x3f\xf3\x69\xc5\x7a\x4c\x3a\x25\x0c\xb7\xf1\x0a\x7a\xfb\xe9\x06\xf3\x51\xf8\xe6\x17\x8b\xc7\x91\xc9\xa0\xea\x49\x25\x03\x67\xd0\x6a\xe7\xcb\x64\xac\x14\x28\x1a\x59\x06\x24\x5a\x82\xc0\x2a\x67\x55\x61\xec\xdc\x14\x96\x9c\xf0\x2d\xb2\x06\x37\x76\x9a\x0e\x75\x39\x0b\x26\x89\x18\x9e\x0c\x80\x2e\x2b\x02\x63\xcf\x3e\xdd\x04\xfa\x34\x95\x07\x39\x4e\x58\x23\x50\xba\xc4\x7a\xbf\x40\x85\xbb\xee\x6b\x6b\x20\xa9\xc3\xf2\x5e\x87\xe5\xcd\x0a\xb0\x80\x6f\x51\xff\x34\x78\x93\x46\xb7\x48\xe7\x5d\x5d\x18\x03\x31\x87\x9f\x7d\x46\xc4\x35\x2c\x05\x01\xb0\xac\xbd\x0c\xe0\x29\x2b\xe1\x02\xb9\x95\xad\x06\x0c\xa6\x89\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb0\x48\xc3\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\x5c\xbf\xad\x74\x89\x2b\xd7\x5f\x8b\x87\x08\xc2\xbe\x59\xa2\x5d\xc4\x9e\x5e\x1c\xd6\x1a\xf1\x3d\x2a\x12\x25\x79\xa0\x54\xfe\x0c\x6f\x36\x78\x20\x39\x86\x2a\x98\x21\xd9\xaa\xc0\x20\x4c\xb2\xa7\x56\xd0\x5d\xdb\x1a\xea\xa0\xc9\x6e\x58\x0e\x32\x63\x97\xb5\x06\xf1\xc2\xa0\x70\xb8\x65\x40\xdb\xd3\x7d\xdb\x0e\xe2\x1e\x5d\x7b\x83\x45\x89\xad\x77\x0d\xf8\x19\x75\x5d\x83\x83\xea\x21\xeb\x55\x03\xa9\x1f\xba\xf1\x60\x30\xf0\xaf\x7d\xda\x64\x14\x8b\xa6\x93\x59\x8e\xdb\xa7\xcd\x03\x79\xe8\x34\x0c\xa8\x7f\xac\xcb\x8b\x87\xa2\x4e\x73\x35\xe1\x69\xd4\x7d\x11\x9e\xcc\xe4\xe5\x78\xa2\x89\x30\x3f\x5b\xa2\xe6\x2f\x97\x70\xea\x07\xb8\xbd\x49\x90\xcc\x1f\x97\xb4\xbb\xc9\x9d\xd2\xc9\x6f\xe4\xe4\x2e\xfd\x80\xed\xd1\xdd\x07\xc8\x96\x7a\x6f\xfe\x38\xb7\x6a\x31\xd5\x46\x5a\x8d\x49\xe8\x23\xd1\x34\x37\xb2\x80\x06\x3e\xb7\x64\x01\x75\xc9\x4c\x5d\xbe\x05\x4d\x18\x0e\xad\x07\x9b\xf0\xfb\xb6\x6a\x6e\x6e\x54\x93\xeb\x98\x99\x5b\x8e\x53\x54\x6f\xb9\x1a\xee\x83\x52\x3f\x4c\xd6\xc9\x4e\x35\x30\x66\x5f\xb6\x42\x77\xbe\x78\x29\xa6\xc4\xf4\x2c\x1c\x98\xfa\x28\xdc\x61\x9a\x09\x78\x8e\xdb\x97\x73\xa2\x2e\x9e\xb5\xdc\xb3\xf0\x38\xd6\xf9\x3c\x0b\x8f\x5f\xe9\xf3\x66\xe1\xa6\xae\x7f\x3a\x9a\x26\x6b\x25\x5b\xb7\x3b\x2b\x09\xd4\x44\x57\x1e\x95\x3a\x5d\x67\xa5\x0c\x18\xfe\x81\x13\xab\x59\x82\x67\xb7\x35\x63\x33\xa3\xfd\xa4\x62\x9a\x04\x52\x9e\x78\x6a\xad\x54\x6a\x7b\xce\x54\x4a\x89\x86\xc6\xad\x67\x76\x68\x98\x35\x8f\x99\xe1\x81\xd6\x40\xcf\x06\x61\xea\x85\x6a\x34\xfd\x48\xc3\x34\x51\x19\xcf\x46\xe2\x49\x3f\x6e\x15\xdc\x9d\xb3\xe5\x5a\x6b\x25\x5e\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\x9b\x39\x9a\x9e\x61\x56\xe0\x4e\xe0\x3b\x63\xa7\x39\x38\x6c\x75\x39\x98\x20\x49\x3d\x8e\xdc\xb9\x5a\xbc\x17\xef\x55\x5f\x93\x27\x73\x64\xa8\x42\xe9\x9c\x83\x0c\xe4\x67\x4e\xbd\xd4\x64\x93\x06\x4a\xd5\x0f\x9d\x33\x98\x23\x52\x34\x04\xd7\xc6\xfb\x0a\x09\xce\xac\xee\x98\x70\x67\xb7\x5a\x66\x22\x27\xc6\x32\xd1\xb4\x70\x5a\x11\x3f\x19\x7f\x68\x55\xfe\x44\xc2\x32\xeb\x71\x26\xec\x99\xdd\x34\xc2\x9e\x19\x3a\xb2\xe6\xcc\x79\xd4\x07\x13\x3b\xd1\x4b\x47\x90\xa8\x5b\xf1\x64\xad\x90\x9f\xdf\x87\xed\xc0\xf3\x8c\x60\x42\xdf\x79\xe7\xe2\xf7\x1a\x02\x14\x66\xd3\x07\xc1\x82\xa8\x91\x42\x64\x52\x7f\xf6\x11\xca\x0b\xcc\xa5\x2b\xee\x5c\x1c\x91\xa6\x60\xf1\x30\x32\x83\x27\xd6\x13\xe0\x98\xc4\x7a\xcb\xcf\xd8\xa6\xba\x5d\xce\x9d\x07\xa4\xf9\x17\x71\x80\x5d\xe9\xeb\xe7\xdc\x59\x41\x42\x83\x40\xda\x55\x2b\x4c\x26\xf4\x6b\xbe\x65\x4f\x14\xb1\xf3\x75\x75\x22\x68\x4f\xd5\x70\xe6\x3c\xb8\xce\x7e\x3f\xa0\xeb\xf4\xff\x3c\x03\xcc\xff\xb4\xd0\xa9\xf0\xec\x9c\x70\xa9\xf2\xad\x7d\x9e\x39\x68\x0d\xea\x45\x7a\x65\xf3\x7e\x38\x0b\xbc\x85\x44\x32\x34\x69\x76\xe5\x9d\x88\xd0\x6b\x4e\x21\x35\xcf\x9c\x04\x0d\xfa\xa4\xcc\x37\xd5\x27\xdd\x22\x3c\x4d\x27\xe2\x6d\x85\xd3\x26\x95\x67\xe3\xf3\x03\x74\xf0\x4a\x1e\x3f\x27\xdd\xa8\x54\x5c\x74\x4e\x28\xcc\x7c\xa3\x9e\x2f\xf6\xab\xd3\x3b\xe6\xe2\xa1\x5f\xfc\x03\xbc\xa2\x2c\x8b\x60\xe4\x7b\x2f\xbb\x7f\x39\x87\x2e\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\xbd\xa9\xf8\xf2\x06\xbb\x27\xfa\x17\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x1a\xca\xf9\x70\x06\xfc\x7e\x07\x30\xd2\xac\x3f\xd9\xa3\xd8\xf9\x41\x6a\x0a\xcf\x08\x54\x63\xbe\x7b\x4f\x38\x64\xd9\x01\x70\x3e\x28\xb6\x6a\x66\x7b\x50\x33\x40\x68\x6f\xfd\x72\xd5\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\xd3\x5d\x7b\xfd\xe0\xaa\xa2\x45\x5b\x50\x5b\xf9\x2a\xb5\x7e\xa0\x68\xf3\xff\xd4\x27\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbd\xf9\xff\x8a\x06\xfc\x4c\x67\x3a\x51\xb4\x81\x09\x84\xd4\xd7\x0b\x90\x86\xe7\x70\x31\xbf\x96\x55\xee\x0b\xca\x21\x5f\x0f\x57\xa1\xb5\x49\x3b\x7c\xc1\xf2\xd6\x37\xcf\x12\x13\x26\x38\x3e\x6f\x21\x14\xae\x2b\x53\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x99\x4a\xb5\x3b\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\x6f\x46\xab\xf2\x12\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x7f\x14\xde\xa4\x8b\xc6\x39\xc7\xaf\x2d\xc0\x1e\x5f\xf8\x16\xf5\x47\x2a\x75\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\xfb\xc3\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x01\xc3\xb3\xc9\x24\x08\x4e\x67\xba\xa0\x61\x1a\xe6\xa0\x17\xe6\xfc\x7f\x34\x51\xc8\x7b\xa6\xe8\x4f\x65\x13\xc7\x02\x6a\xb1\xd1\x64\xb1\x24\x9a\x4d\x07\x2b\x41\xc9\xe7\x0b\x9e\x9d\x3a\x07\x56\xa7\xee\xe2\xf3\x09\xd8\x46\x62\x7b\xd1\x3f\xdd\xab\x01\x1d\xd3\x90\x7e\x66\xa5\x8e\x49\xe7\xc0\x1a\x39\x75\x6a\x81\x15\x7f\xbd\xdb\xd7\xe0\xdc\x69\xb2\x07\x39\x40\x2c\x02\xad\xd3\xa8\xee\x92\x00\xd1\x44\xc3\x4b\xca\xc8\x7c\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\xd4\x54\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\xd4\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x55\x4c\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x0f\x86\x35\x07\x84\x92\xe6\x81\x99\x56\xcd\x72\xf0\xba\x1a\x02\x26\x2b\x75\x5d\x9f\x1e\xb9\x14\x7e\x86\xee\xcb\x02\x60\xe6\x10\xdc\xc3\x83\x52\x9d\x7f\x4a\xc2\xb0\x98\xf2\x5e\x25\x59\xe7\x5a\xa4\xdf\xcf\x8d\xfb\x54\x33\x44\xb5\x98\x11\xeb\xca\x1c\x0b\x7e\xc6\x08\xbd\x91\x17\x46\x28\x45\xdb\x42\xa5\x09\x5f\xfb\x17\x1d\xae\x86\xc5\x28\x1d\xae\xac\xfb\x5f\x70\x6e\x37\xc0\x5d\x7b\x0a\x30\xcd\xc1\x0e\xf6\x15\x4c\x59\x3b\x0a\xae\x7a\x52\x91\xd7\xcb\xd0\x6c\xa5\x3b\x95\x9f\x21\x07\x84\x62\x16\x74\x6a\x4e\xa5\xb8\x0e\xce\x92\x2e\x8e\x0b\x09\xee\x8d\x30\x16\x0c\x99\xd6\xb1\x2d\xba\x4f\xd9\xe6\xb2\x8e\x24\x59\xcb\x48\x7f\x2a\x1b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xbb\x94\x31\xca\x3a\x92\x79\xdd\x09\xf6\xa0\x74\x4b\x0b\x30\xc7\xea\x91\x75\xf1\xae\xe1\x3d\xc8\x9c\x58\xd3\x1b\x24\x35\x5a\x5e\xbb\x2b\x48\x95\xfa\xb8\x78\xe9\xf2\x36\x85\x43\xf9\xe7\x68\x60\x01\x2f\x0b\x06\xe6\x9b\x77\x10\xc8\xba\x07\x74\xee\x22\x02\x29\xae\x3e\x52\x9a\xc5\x70\x6d\xd0\x5a\x37\x95\xbb\xc3\x6f\x90\xc3\x7d\x70\x3f\xd4\xfb\x78\x97\x3e\xc4\x73\xd2\x2c\x2c\xa2\x19\x4f\x05\x7c\x95\xc2\x91\x81\xeb\x01\x53\x76\x7f\x90\x54\xf8\x85\x8b\x4d\x6a\xfa\x9f\x64\xd3\x7f\xd3\xbd\x33\xeb\xd4\xcf\xcf\xc8\xa9\x61\x83\xd4\x0e\xcb\x9d\x2d\x3d\x3b\x2c\x77\x96\xca\xfb\x8f\x87\x7b\xf5\x07\x2c\x88\xe8\x17\xc0\xa6\xd3\x3d\x80\x4d\xb5\x51\xf6\xdf\x0d\xb7\x30\x7f\xcf\xeb\xaa\x1b\x40\x0e\x29\x6f\xee\x9d\x0e\x4a\x8e\x94\xdb\x37\x84\x42\x0b\x80\xec\xd0\x34\x99\xc5\x76\x28\x9a\xa6\xbd\xff\xf7\x2d\x97\x57\x34\x41\xd3\x64\x71\xb5\xa3\x24\xae\x43\xbe\x76\x68\x9e\x8c\x2b\x77\x64\x25\xf5\x4e\xda\x89\x99\xc4\xf5\xff\x8f\xb1\x37\xc9\xd9\xa6\x57\x96\xc3\xe6\x5e\xc5\xb7\x03\x17\x7b\x72\xf2\x4f\x3c\xb6\xf7\x50\x1d\x0d\x0d\x74\x75\x71\x2c\xed\xdf\xa8\x08\x32\xe2\x39\x80\x24\x7c\x83\x17\x78\x9f\x62\x15\x9b\x64\x32\x33\x99\xed\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x14\xf7\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x78\x18\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x6c\x67\x3c\x59\x7c\x47\x45\xc1\xfa\xc9\x74\xf2\xb6\x8f\x9e\x94\xc8\xaa\x5f\x48\x7c\x41\x73\x5a\x12\x97\x6e\xb0\x67\xe6\xa4\x35\x28\x33\x0a\x7c\xd7\xc1\xbf\xe0\x45\x27\xfc\xe5\x9d\x73\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\x92\xb4\x46\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x94\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\x8c\x94\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x88\x3b\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\x41\x77\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xab\xa0\x72\x3f\xe9\x41\x6f\x6b\xf0\xd9\x57\xb4\x84\x7e\x3f\x88\xc1\xf4\x14\x49\x67\xbc\x71\x4b\x7e\x33\xa1\x81\x47\xbd\x7d\x01\x4f\x46\x2b\xda\x04\x72\x7e\x02\x5e\xfc\x61\x22\x90\xe7\x86\x64\x9f\x73\xac\x45\x78\x08\xca\x04\xc6\x26\xa4\xea\xef\xde\x7b\x26\x6d\xb0\xd9\xf3\x44\xd2\x86\xea\x65\xd2\x4e\x5a\xfc\x9b\xab\xf0\xb1\x85\xc4\xf7\xc3\xa7\x28\xf0\xf9\x08\xc1\x55\xad\x1a\xfb\x90\x7c\x7f\x14\xff\x26\x71\xf4\xf7\xa0\x24\xa6\x13\x27\x67\xe8\xbd\x87\xaa\x2d\x75\x83\xed\x64\xba\x46\x41\x01\x29\xb6\x2c\xd4\x9e\xe7\xa2\x96\x1e\x62\xad\x41\x8b\xfa\x64\xc4\x38\x7c\x26\x11\x10\xe9\xb4\x12\xe7\x45\x6c\xca\x7e\xb0\x00\xad\x59\x2e\x09\x50\x4a\x9d\xf3\x82\xd3\xb6\xb7\xea\x22\xba\x78\xaf\x20\x12\xfa\x1a\x77\x5e\xef\x07\x87\xe8\x0f\x26\x2c\xfb\x7a\x1f\xa9\x5e\xab\xf4\x0f\xe7\xbd\xe6\xa4\x49\xc3\x2e\xab\x22\x61\xfd\xbc\x49\xee\xb2\xbf\x00\x7b\x2f\x7e\xa1\xf3\x05\x2d\xe2\x5e\x44\x5b\x7b\x47\xc3\xac\x6d\xbd\x27\x7c\xe1\x7e\x24\x00\x24\x92\xb0\xad\xf7\x44\x4c\x64\xed\x9e\x13\x92\x99\xf9\x0c\x3c\x4b\x73\xa0\x21\xa1\xef\x1b\xf6\x36\x3e\x3f\x41\x38\x0d\x2f\xf3\x13\x73\xf3\xd1\xfe\x2a\xe2\xe8\x7c\xd6\x2e\x68\x63\x29\xf1\x76\x0f\x07\x7a\x6e\xce\x0a\x55\xe0\xe1\x8d\x47\xd2\x89\xa1\x6a\xc8\xfd\x84\x67\x9c\x53\x81\x9e\x0f\x72\xbb\x58\x56\x80\x09\xf8\x07\xf7\x90\xc0\xcb\x29\xf2\xcf\x17\xbb\x66\x39\x12\x25\x72\x7f\x84\x8f\x17\xfe\x1b\x16\x03\x29\x61\x5b\x14\x40\x02\x8a\x6a\x31\x12\x69\x60\x87\xcb\xf6\x9c\xf0\x8a\xeb\xc5\xbf\xc9\x7f\xf4\xc1\x24\xa5\xf4\x01\x46\xa5\x00\x17\x3c\x3a\x27\xcf\xa7\x36\x60\xf2\xe6\xe1\xc3\x31\x79\xf3\x08\x7e\x80\xbc\x14\x96\x35\x26\xe7\xac\x35\xc0\x7a\xec\xc8\xd9\x93\x55\x00\xbc\xc5\x93\x9a\x69\x93\x04\xa8\x13\x87\xa9\x16\x8d\xc5\x36\x69\x5f\x28\x0b\xe5\x9a\x0f\x17\x4b\xe6\x8a\x98\x5f\x07\x8b\x63\x1c\xfa\xcd\x98\x8b\xa6\xdf\x14\x76\xba\x3f\xe0\xf9\x0d\x1e\xa1\x61\xdf\xdc\x03\xcd\x6c\xc2\xe4\x8b\x69\xff\x6d\x45\xbf\x28\xd0\xff\xcc\x89\x02\x4e\xf7\xa0\x2f\xa2\x99\xa2\x7e\x4f\x8e\xa9\x1e\x20\xe1\xbb\xb4\xc1\x15\x78\x16\x24\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x15\x04\x6c\xf4\xbf\x50\x30\xc0\x09\xd6\x2f\xc8\xce\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\xe6\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xd5\x29\xaa\x2f\xc8\xb2\x4e\xdd\x7c\xd5\x45\xc0\xb5\xa8\xca\x21\x05\x85\x25\xcc\xaa\xc3\xc6\x22\x7c\xfe\x8d\x04\xaf\x5e\x33\x34\x99\x2d\xfe\x4d\x29\xd7\x7e\x21\x69\x46\xff\x39\xb1\x88\x61\x30\xcb\xbd\x98\x5c\xac\x1b\x64\x34\xcf\xda\x73\xe9\xa2\x9a\xb3\x1b\xc8\x30\xcf\x3a\xb3\xf3\xb5\x84\x63\x83\x80\xe9\xc6\xc4\xc3\x2e\x84\x9b\x3a\x67\xf1\xd5\x17\xa6\x68\x12\x90\x8d\x9d\x52\xe7\x62\xf6\x31\x3b\xb1\x5c\x8c\x3f\xed\xde\xa7\x7e\xfe\xf3\xe7\x27\xce\xee\x5a\x3e\x7c\x3e\xa6\x9d\xdb\xe0\x2e\x17\x3a\x7b\x4c\xa0\xb3\xc1\xba\x84\x61\x5d\x50\xaf\x95\xa9\x43\x1f\x20\xdd\x98\xf3\xc7\x5e\x83\x1e\x2c\x12\x45\xae\xc1\x9b\x97\x14\xc4\xd7\x58\x17\x4a\x8d\x31\x48\x70\x85\x1c\x37\x72\xfd\xd9\xec\x75\x27\x9e\x52\x5d\xef\x6e\x06\x2e\x59\x3e\xb8\x51\x28\xd7\x29\x47\x6f\x16\x1b\x31\x9f\xb8\x59\xe8\xcd\x7e\x32\x37\x7c\x6b\x9d\x0b\xf3\x26\x31\x91\xd0\x7f\xf3\xde\x6d\x22\x7e\x7f\xb4\x23\x05\x0f\x99\x49\xbf\x24\x53\xdd\xb8\x5a\x3b\x39\xe6\x9d\xd7\x99\x88\x7a\x40\x05\x87\x26\x49\x8f\x10\x47\x46\xdd\x24\x36\x3a\x55\x37\x69\x4b\xf6\x08\x93\x73\xd2\x07\x48\x06\xe8\xc4\x52\x37\x3d\x44\xec\x6c\x73\x23\x10\x6a\x74\x21\xdd\xbd\x88\x4b\xf1\x27\x05\x5d\x68\x92\x4c\xf5\x67\x66\x75\x97\x05\x7c\xcd\xaa\xf0\x28\x34\x7f\xf2\xad\xcb\xd5\x65\x6e\x5a\x5f\xec\xb0\x73\x33\x14\xca\x56\xc3\x1b\xd6\x14\x5b\x04\x6e\xdc\xad\x9d\x4e\xe8\xe6\xd5\xd9\x9e\x2d\x77\x65\x48\x4a\xf2\x1b\x83\xd3\xd4\x7e\x21\x77\x8f\x53\xe5\xde\xb8\x4c\xdb\x8f\xf0\x26\x01\x12\xb7\xb9\xeb\xc2\x10\x21\x00\x52\xef\x14\x95\x6f\xee\x37\x5c\x74\x9d\x7d\xe5\x66\x91\x12\x03\xa6\x01\xe7\x44\x45\xef\xb6\xb6\xd3\x0f\x30\xa4\x88\xca\xdd\x88\x83\xba\x72\xdd\x9d\xcb\xd6\x14\x3a\xf7\x42\x90\x46\xb2\x40\x27\x3b\xb8\x61\xa6\xb0\x87\xc7\xbd\xae\xb6\xba\xcc\xdc\xa8\x10\xf7\x83\xf5\x74\xc0\xb5\x47\xc5\x8d\xec\x81\xdd\x7c\xfc\xa6\x47\xae\x19\xff\x8d\x60\x70\x07\xe7\xdd\xb0\x2c\x38\xb0\xe7\x66\xcd\x38\x73\xe1\x9b\xd9\x02\xcd\x86\x6f\x66\x0b\xb4\xa3\xca\x0d\x0a\xe0\xc8\x99\xfb\x23\x00\xc9\x54\xea\xc6\xf9\x4f\x36\x0d\xdc\x27\xeb\xec\x08\x2e\x08\xab\x32\x73\xb9\x4f\xa6\xb8\x54\x07\xe7\x42\x6a\x4d\x01\xb6\x09\x6b\x0a\x6f\x24\xe6\x71\xf6\x80\xfb\x64\xa4\xae\x76\xea\x24\x60\x05\x68\x56\x85\xf3\x21\xe1\xcd\xd5\x70\x46\xea\x1e\x47\x24\xdc\x70\x1a\xb1\x67\xf4\x8d\x8b\xeb\x18\x7f\x15\xf2\x7a\x7f\x97\xda\xf4\x43\xfd\xe0\x51\x62\x37\x83\x1b\xf1\x5a\xf6\xaa\xbe\x2f\xd8\x7e\xbc\x58\xc4\x84\x77\xdd\x9a\x6f\x46\x6b\xd9\x05\xe5\x46\xda\x9f\xd1\xc5\x69\xee\x0b\x3e\x2f\xe2\xe6\xf7\x77\xc5\x4d\xe1\xa7\x9d\xcb\x73\x8f\x13\x68\xa5\xf7\x6f\x1a\xe8\x34\x43\xe4\xf8\x69\xe2\x11\x37\x1d\x52\x7c\x32\xbe\x2b\x70\x72\x7d\x80\xfb\xbb\x01\xe7\x1f\x04\xb8\x17\x1f\xf3\x0b\x3c\xff\xdd\x3d\x30\x98\x5f\x33\x42\x35\x14\xab\x76\xef\x75\x23\x8e\x7e\xe1\x84\x2f\x92\x80\x74\xaf\xa3\xa2\x35\xe2\x06\x6c\x0f\xaf\x1b\xd5\x50\x9c\x99\xfd\xbe\xc9\xf8\xbc\x48\xa4\x09\x72\xb5\x94\xfb\xa1\x1c\xe7\x2f\x9e\x04\xa4\x13\x12\x30\x20\xcc\xa2\xe0\xcd\xea\x28\x16\x26\x6f\x04\x84\x95\x60\x0a\x81\x6b\xb0\xfd\xce\xef\xef\x1a\x1c\xed\xd9\x76\x2f\x57\x67\x0f\x49\xc2\xfa\xf3\x02\x2a\x56\xe9\x5a\x7b\xbf\xa8\x50\xee\xd3\xfb\xd2\xaa\xf3\xf3\x00\x04\xc1\x1d\x20\x6f\xb5\x7d\xe5\x6f\xdc\x83\xed\x7d\x7f\xe3\x1e\x6c\x45\xc3\xcd\x20\x78\xfb\x4b\xdd\xac\x9e\x62\xe4\x5b\x17\x61\xb1\xff\x1b\x17\xe1\xf0\xd3\x03\x01\x2d\x01\xf9\x9e\x48\x93\xe0\xc3\xc9\xd4\x46\x96\xc9\x6f\xa6\x36\xb2\xd7\xd7\x3d\x91\x07\xcb\xf8\xbb\x6e\xc2\xe6\xbc\xac\x88\xf7\x83\x0e\x93\xae\x68\xc5\x83\xd0\x19\xd3\xbf\x81\x1e\x66\x7a\xcc\x4b\x6d\x3f\xae\x7b\xdd\x7d\x25\x42\x3e\x07\x6f\x85\xd2\x64\x3e\xac\x78\xe7\x54\xbe\x0f\xef\xae\xcd\xbf\x71\x70\x45\x17\x9f\x63\x91\x56\x3f\x00\x3a\x34\xf7\x08\xb2\x24\xbe\xfa\xc0\x2b\xda\x1e\xa5\x0f\x43\xc2\x2c\xf8\x3f\x70\x8b\xb6\x93\xea\xc3\x9b\xac\x18\xd0\x43\xd3\x54\xf4\x6f\xec\xbe\x70\xfc\xc1\xc5\xb6\x89\x7d\x3c\xbc\xd8\x4a\x21\xf0\x84\x05\x57\x0f\x40\x6f\x80\xe2\x1e\xd7\xf6\x6b\x8e\x88\x61\xb6\xe6\xe7\x59\x6a\x73\x49\xbd\x0f\x79\xbf\xee\xeb\x0f\x62\x9c\x5b\x77\xfb\x3a\x34\x7e\x01\x09\xc0\xb4\x95\x0f\x63\x9c\x83\xae\x68\x4f\xe5\x51\x17\xdc\xe9\xdd\x69\xd5\xfd\x03\x67\x4e\xab\xd3\x1e\xdc\x35\xec\x19\xf6\x34\x82\x45\x6b\x40\x71\x5a\x5b\xa2\x9f\x46\x45\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xa0\x01\xfb\xc2\x68\x8d\xc8\xfa\x64\x41\x24\xfa\x41\x65\x7f\xe3\xe7\xd3\xd7\xb9\xd3\x9c\x10\xff\xec\x12\x55\x0f\xe3\x9f\x43\x8d\x7f\xc3\x83\x9e\x25\x28\x48\xba\x7d\xc6\xc2\x66\xad\x61\xd0\x28\x29\x36\xf4\xc0\x79\xb3\x75\xbf\x40\xe9\xc6\x1b\xb7\xc4\x7a\x51\xab\x87\x3e\x07\xf6\x00\x7c\x4e\xf8\x2b\xeb\x54\x3e\x2c\xe7\x1a\x44\xd6\x1f\xb8\x6f\x5a\xd7\xfa\x9c\x14\xb1\x24\xf0\x3e\x4c\xea\xeb\x98\xba\x07\x49\xf4\x9a\x4d\xe3\xcf\x45\x32\x2d\x01\xf7\x81\x8e\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x34\x2d\x32\x54\xbb\xdd\x3d\xf0\x1a\xb0\xbb\xd1\x43\x9d\xb1\xdd\xe8\x9e\x6b\x95\x1a\x77\x17\x10\x10\x44\xe3\x9e\x7b\x81\x42\xfb\x09\xad\xb1\x9d\xd2\x9e\x7b\xcd\x4a\xfb\x79\x2f\xd8\x68\x8c\x7b\x4d\x53\x5b\x76\x77\x9e\x7e\x0f\xc2\x42\x56\xc6\x43\x84\xeb\xd8\x3f\xe2\xb9\x21\xa0\x1a\xeb\x98\xa7\x25\x54\x3f\x00\xfd\x30\x8d\x63\x36\x61\x3b\x05\x3c\x0f\xb3\x30\x4a\x9e\x7c\x96\xfb\x43\xf6\x27\x20\x19\x46\x7d\x56\x04\xb3\x41\xfe\x79\x48\xf5\xc4\x37\x1f\x32\x41\x13\x84\x87\xb3\x16\x24\xa0\xfb\xb5\x30\xf6\x20\x08\xda\x16\xcc\xe7\xe3\x71\xd1\x5a\xcb\x07\x2c\xcd\xc6\xc3\xe7\x5d\x67\x4b\x1d\x32\x06\xda\x4e\x8b\xcf\x4b\xb2\x26\x81\xf4\x41\xf1\x85\x61\x44\x7d\x17\x89\x11\x24\x5f\xd4\xbf\x96\xc4\xfa\x50\x9b\x6b\xbf\xc8\x67\x42\x04\x8a\x7e\x21\x73\x08\x3f\x28\x90\x3f\x34\x07\xb8\x76\xda\x58\xf8\xd0\x57\xc2\x35\x11\x9f\xc9\x65\x6f\x38\xbe\x8b\xff\x88\xb1\xbe\x07\xc5\x8d\xe8\x37\x10\x83\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x52\x39\xeb\x48\xbf\xe0\x1f\x36\x02\xbc\x21\x70\x99\x1a\x82\xbe\x0c\x56\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xb7\x52\x9c\xf6\x85\x23\x41\xb3\x83\xc5\x4b\x87\x4d\x1b\x98\x5f\xa6\x4a\xb1\xce\xe1\x45\x5a\x5f\xdf\xa3\x5f\x64\x42\xb1\xd2\xf8\x4d\x04\x8d\xe4\xf9\x77\x15\xa7\x97\x48\xf1\x22\x98\xd7\x2a\xdf\x17\x79\x7e\xad\x4a\x7f\x13\x97\x21\xc4\x7f\xa9\x81\xb0\xbe\xe0\x4d\x4b\xcd\xa1\x95\x23\xa4\xc4\x06\x80\x37\xa3\xa2\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xea\x03\xeb\x93\x5e\x68\x22\xad\x26\x7c\x51\x46\xde\x4a\xe7\x97\xc5\xa5\x42\xf3\x07\xc0\x98\xe0\x09\x50\xc5\x26\xe9\xf2\x65\xf5\xa9\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\xda\x0b\x96\x0a\xb0\x96\xe4\x85\xb6\xc0\x57\xdc\x17\xe1\x21\xd6\x71\xbd\xbc\xfa\xd7\x9f\x07\xe4\xff\xc5\x5f\xc0\xd9\xaf\xff\x55\x8a\xd4\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\xe6\x43\x2f\x4c\x2b\x5d\x5e\x84\xfe\x5a\xdf\xf1\xc2\x09\xd3\x1a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x74\x13\xef\x52\x0c\x88\xf3\xbd\x8c\xfd\xb0\x1a\xe6\x6d\x44\x59\x29\x40\xde\xb6\xa6\xa5\x4f\x10\xfc\xe1\xfb\xcc\x8b\x2c\xbe\xce\xde\xf8\x36\x52\xc9\xea\x2e\x2b\x3e\xd0\xba\xa8\x8f\x74\xe6\xc4\x97\xfa\x47\x6b\x89\x5f\x26\x55\x09\xb2\x7d\xbe\x50\x3f\x34\x7b\xe4\xbc\x50\x3f\x98\xd1\xbd\x10\x3a\x7c\x5f\x79\x61\x69\xb7\x4c\xfc\x42\xfb\x60\xa1\xf9\x45\xee\x3a\x0b\xee\x2f\x4b\x53\xf5\xea\x17\x80\x91\x3e\x13\xfd\xc2\x6f\x4d\x91\xf1\xc1\xe2\xbc\x2f\xeb\x9d\x76\x89\x10\xef\xe0\x8c\xb4\x6a\xd6\x36\x08\x12\x78\x5f\x38\x4a\x5a\xbc\x7c\x07\xa7\x2c\xb8\x8e\x05\x47\x7f\x40\x1e\x28\x01\xe1\x85\x94\x62\x31\xe6\x1d\xbc\x0b\x7b\x2b\xc6\xc2\x58\x4f\xe2\xe1\x03\x0f\x42\xa9\xda\xeb\x80\xe5\xdc\x42\xc8\xcb\x92\xa8\x96\xff\xde\x73\xed\x9e\xe6\x7d\x2e\xd0\x69\x10\x28\x1c\x2c\x1a\xbd\x9f\x60\x13\x1d\x7f\xf6\xc2\x59\xf2\x07\x74\x27\xcf\xb2\x18\xce\xcb\x72\x54\x41\x97\x89\x97\x82\x8f\xd7\x85\xb8\x15\xf3\xe1\xf7\xe2\xa4\xdd\x4e\x75\x97\xee\x06\xef\xc5\xeb\xea\xcf\x17\x08\x1b\xb1\x3f\xca\x7b\xad\xc2\x98\x9a\xf5\x45\xd5\x8f\xf8\xe4\x0b\x31\xa7\xeb\xe2\xff\x7e\x62\x4e\xb3\xcf\xd7\x7b\x93\x5f\x18\xa7\x6e\xe0\x9c\xb8\xe0\x8b\x18\x65\x33\xde\x77\x09\x39\xc6\x29\x5c\xfc\x7f\x98\x1c\x64\x1c\x57\x7a\x7a\x21\xe2\xfc\xb0\x34\x18\xbe\x2d\x9f\xbc\x4c\x0a\x73\x78\x02\x50\xca\x7b\x42\x0f\x2f\xc8\x92\xa3\x5f\x5c\xf3\xbb\x04\xb3\x77\x39\x7c\xea\x0e\xf5\x42\x3c\xf9\xe1\x4e\xbc\xa3\xdb\xbd\xf9\x45\x3d\x04\x57\x68\x7e\xbf\x2b\x77\xb2\x0d\xea\xa5\x7c\x62\xe6\x44\x61\xa3\x9b\x23\xbe\x1c\x41\x30\xa0\xaf\xa6\x1d\x7d\x5e\xda\x92\xed\x10\xfd\xb2\xa2\x81\x3d\xa8\xdf\xb9\x00\xaf\x65\xcd\x05\x58\xcd\x82\xa1\xc4\x9e\x25\x4b\x88\x06\xa9\x95\xde\xc9\x20\x5d\xe3\xe4\xe4\xb4\xb4\xb9\x94\x58\x8a\xdb\x59\x24\xc4\x73\x00\x72\x88\xd9\x4c\x26\x96\xb3\x7a\x73\xb2\x64\xbc\xbd\x98\x27\x6e\xd0\x8e\x9f\x9d\x88\x34\xee\x3f\xbf\x79\xce\x44\xbb\xe7\xb1\x8e\xff\xd0\x03\xe4\x78\x14\xd5\x9c\xb8\x51\x9b\x1b\x4d\x18\x87\x3f\x6a\xf0\x17\xdc\x68\x22\x5d\x8a\xa9\xfc\xc4\x6d\xd9\x34\x7a\x7e\xc2\x4f\x32\x8c\x67\xe0\x74\xb5\xbe\x50\xb9\xbe\xa4\x07\x34\x21\xe8\xbe\x3d\x19\x42\x6c\xb7\x9f\x19\x40\xbe\xaa\x5f\x00\xcc\x45\xef\x66\xe0\xfc\xfd\x3e\x64\xe3\xe0\x29\x31\x8e\xeb\x67\x48\x88\x5f\x3a\x91\x33\x52\x12\xd2\x91\x9d\x91\x24\xb5\xf9\x0d\x1c\xc9\xea\x17\x16\xd0\x35\x07\x86\xcb\xd8\x89\x7a\xb2\xea\x42\xf6\x0b\xe7\x27\x1c\xeb\xda\x37\x99\xbb\xd8\x7a\xec\x19\x29\x24\x88\x98\x4d\x56\xab\x0a\x3f\x5d\x10\xc3\x8d\x2b\x91\x65\x50\x35\xab\xc4\xbd\xd0\x1c\xd2\x4a\x0f\xaf\xcd\x4a\x6b\x5d\xfe\x82\x17\x2a\xdd\x23\x26\x2b\x4c\x55\x4f\x2b\xc1\x07\x4b\x08\x3d\x13\x37\xc3\x5d\x92\x97\x34\x0f\xca\xdd\xd1\x24\x61\xb0\xfe\xd9\xcd\x34\xe1\x9a\x26\xd0\x32\x2c\xd9\x51\x27\x93\x71\xc9\xf5\xe7\x01\x50\xce\x08\x9e\xa9\x53\x12\xf5\x99\x28\x40\x95\x7f\xba\x04\xce\xe9\xe0\x4f\x78\x8b\xfe\x40\x36\xaf\xdd\xd3\x22\x28\x66\x7a\x37\x19\xb7\x6c\x33\xfc\xa4\x58\x69\x7c\xc8\xd0\xdf\x49\x6e\x9d\x99\x8b\xf4\xef\xc9\x35\xa8\x83\x42\xe9\xc8\x58\x5e\x18\xee\x20\x5e\x34\x19\xa7\xdc\xbd\x15\xc8\x19\xf3\x03\x58\xfa\x7b\xda\x2a\x31\x0b\x27\x25\x30\x40\xaa\xb4\xc6\x79\xd2\x7b\x53\x1a\x9b\x49\x2d\x93\xfd\xc2\xe7\x20\xc3\xd5\x14\x90\xb2\xd6\x5e\x83\x73\x49\x01\x3e\xbc\x54\x6f\x54\x7f\x80\x83\x64\xc0\xc3\x7d\xae\x4b\x4d\x35\x4f\x8a\xce\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xa6\x7c\x9e\x1d\xbf\x35\x67\x58\x1d\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xb7\x9c\x2e\x35\x13\x59\x4b\xec\x88\x36\xaf\x88\x20\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\xec\xb3\xf6\x21\x9c\xc8\x6a\x62\x69\x7f\xc2\xb0\x70\xfc\x74\x00\xad\xaa\xc9\x15\x2b\x26\xd9\x31\x72\x22\x91\xdc\xd0\x85\x63\x2e\xbd\x88\x69\x2a\xb3\x9a\xd8\x34\x33\x51\x3f\x20\x46\xff\xce\x48\xf7\xae\x1e\xa1\x38\xb1\x46\x7c\xde\xbc\xb9\x79\xce\x50\x93\x64\xbb\x1d\x4e\xe6\xb3\x6d\x3f\x63\x52\x24\x34\x55\xa5\xd0\xd0\x7e\x1e\x40\x24\x34\x79\x7a\xd6\xb4\xd5\x27\x15\x25\xc6\x57\x66\x8f\xb3\xab\xf9\x64\x74\x6c\xfb\xf9\x02\xcc\x23\xfe\x95\xba\x6e\x2e\xd3\xc2\x4f\x77\xe0\x6b\x52\x28\xce\x97\x57\x14\xe3\x02\xfc\xdb\x2c\xc6\xcc\x97\x74\xdf\xf8\xbc\xb4\x22\xde\x6c\xe4\xbf\xb5\x65\x60\xbe\x4c\xa2\xe4\x1e\x69\x92\x35\xd9\x47\xfa\xdb\x1f\xf4\x45\xfa\xdb\x2e\x9d\xd7\x7c\x59\x90\x4b\x2b\xa6\x21\x20\xf8\xfb\xc5\xab\xdc\x01\xf0\x59\x6a\xb6\x09\xa5\x8a\xb3\xae\xce\x65\x18\xf0\x1a\x10\x91\xd2\xa5\x39\x9a\x73\x81\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb2\x62\x17\xb8\x39\xc9\xaa\xcc\x57\x3e\xa1\x26\xd9\xcc\x3c\xe7\xc2\xe8\x35\xc4\x38\x50\xf2\x40\xc4\x6e\x1c\x07\xbc\xe3\x77\x8f\xe3\x38\x78\xc7\xe9\x7e\x90\x3e\xb0\x1d\xfe\x80\x9a\xa1\xee\x1e\xb1\x11\x5b\x83\x36\x0e\xe8\x75\xc4\x6e\xc7\xb1\xca\xa8\x67\xf7\x78\x61\x11\x59\xbf\xa9\xd6\xd9\x7c\x69\x1c\xb0\x1b\x8c\x2d\x04\x8f\x03\xd9\x54\x44\x28\xc6\x01\xb5\x4f\x74\x3b\x6a\x2e\x8c\xa6\x76\x24\x53\xe9\x43\xfd\xa1\xe4\xc2\xf1\xf3\x1b\x6e\x7d\x9e\x10\x05\xa1\xe1\xdf\x15\xe3\x27\xfd\x6e\xf0\x3e\xf5\xf7\xa4\x33\x55\x4b\x0c\x90\x28\x8a\x7f\x9f\xd8\x05\x7f\x40\x4d\x56\xf7\x0b\x88\x1d\xd9\x07\x76\x1c\x88\x12\x1e\x87\x7f\x4f\x98\x07\x05\x74\x04\xbc\x48\xf9\x32\x0e\x64\x55\x19\xde\x14\x84\xbb\xc8\xfd\x60\x1c\x11\x25\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x08\xc6\x91\xba\x98\xae\x35\x21\xc6\x38\x19\x06\x48\x40\xa7\x4c\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x3d\xb1\x66\xa8\xd6\x00\x71\x46\xb1\x55\xe3\x48\x70\xe9\x33\x62\x26\x62\x85\x3b\x24\x63\x6f\xea\x20\xc3\x22\x5a\xb4\x04\xf8\xdf\x55\xa3\x3a\xb3\xd3\x29\x53\xd3\x38\x32\x69\xcc\xf0\x03\xf8\xc5\x7b\x8d\x8c\x65\xf1\x1a\x21\x9c\x8c\x20\xb0\xc2\x83\xa6\xff\xcc\x00\xc9\x47\x8c\x68\x99\x82\xa4\xd7\x00\x61\x45\x2e\xb0\xe3\x40\x30\x8b\xb2\xe9\x8f\xa3\xe0\xf0\x05\xbd\x8f\xd0\x94\x11\xf4\x3e\x24\x93\x9f\x09\xc3\x15\x6f\x04\x7f\x0f\x7a\x11\x04\xc3\x32\xfe\xf9\xd3\xb2\x17\x50\x88\x98\xc6\x03\x04\xa6\xe8\x1a\x3e\x8e\x42\xd6\xd2\x84\x99\x85\x50\xd7\x8c\x10\x97\x92\x7c\x16\xe1\x3a\xd3\x4c\x6f\x2a\x39\x8b\x0f\x27\xe3\x52\x3c\xe5\x4f\xf4\x49\x3f\xdb\x4c\xfb\x9a\xdc\x90\xc6\x51\xe1\xd8\x9f\xfe\x46\x23\x37\x0e\xa4\xce\x1b\x3e\x28\xac\xfc\x10\xfc\x9b\xb7\x5f\x43\xa0\x3e\x30\x72\xfa\x85\x17\x17\x76\x41\x10\x7e\x7f\xf2\xf5\x1a\x07\x63\x98\x7f\xe6\x0f\x5d\xda\x88\x5a\x5f\x23\x7d\x1c\x82\x18\x62\x96\xb3\x91\x04\xba\xb4\x11\xdd\x8e\x7c\xe4\x3e\xbb\xad\xe3\xb7\xdb\xa9\x9c\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x76\x36\x71\x81\xa7\xdf\x88\x5a\x22\x92\xef\x65\x13\x1b\x38\xf6\xa9\xc6\xdb\x38\xa0\x78\x53\x8a\x90\x71\x74\xae\x48\x13\xee\xe9\x9f\x3f\x45\x89\x6b\xc7\x41\xe3\x5f\x71\x7f\x64\x63\xde\x31\x6a\xe6\x3c\x61\x26\xf3\xfb\x99\x31\x1c\x87\x86\xc9\x1b\x34\x75\x23\x0a\xa9\xfa\x42\x4b\x01\xb5\x93\x45\x78\xdb\x3a\xf9\x9a\x4f\x4a\xc7\x3e\x25\x6d\x0b\x83\x62\x9a\x5f\x18\x01\x67\x53\x5d\x2e\x83\xa1\x67\x39\x68\xf9\x31\xbd\x60\x5d\x89\x1f\xce\xc6\xe4\x7f\xc1\xd3\x1a\xd4\x71\xfb\x8d\x73\x61\x87\xe6\x79\x52\x06\x68\x02\xf6\x49\xfe\xfa\xf3\x06\x8e\xb8\x79\x07\x0b\x47\xd4\x9f\x2f\x2a\xdc\xf2\xfc\x01\x50\xdc\xf8\x71\x52\xc5\x24\xe0\x9d\x84\x84\xd6\xc5\xc0\xe5\x66\x96\x0f\x55\xdb\x48\x5a\xc5\x32\x41\x0e\x4d\xe1\xa2\x89\xc3\x3b\x7c\x2d\xc2\xe8\x37\x40\xdc\x93\xd6\x7d\x51\x8a\x35\xbb\xf8\x44\xf1\x74\x98\xa5\xb2\x52\xd7\x0f\x4f\xbe\x28\x4d\x15\x4d\x13\x92\x74\xf0\x0b\x4c\xc8\x2c\xe3\xfe\x38\xee\xb5\x3f\x02\xc4\x32\x28\x76\x77\xb1\x4e\x8a\x46\x85\xf6\xed\x30\x66\xdf\xeb\xf4\xfb\x05\x14\xb2\xaa\x02\xc5\x92\x83\xbb\x1f\x70\x37\x0c\xbc\x87\x3a\x11\xcf\x13\xfa\xb5\x91\xd4\xe5\x43\x54\xed\x82\xcd\x43\x4b\xb7\x67\xf5\x20\x42\xc7\xc0\x63\x3e\xc0\x66\x89\x8a\xb5\x1f\x2c\x0d\x40\x38\x56\x66\xfd\x71\xc0\xe9\x45\xa1\xed\xe3\x58\x06\x42\x03\xe2\x45\x42\xa9\xa2\x39\x32\x9c\xba\x99\x68\x21\xf9\x5f\xfe\x79\x81\x66\x69\x63\x21\x35\x74\x3f\x12\xc6\xa4\x25\xc3\xac\x8b\xf1\x1d\x3f\x82\xe1\x64\xbe\x1c\x2d\x6b\x2e\x9c\xd0\x20\x93\x1b\xe8\x1e\x20\x60\x4b\xe4\x08\x4b\xe1\x36\xfc\x00\xeb\xce\xfe\xcd\x0b\xa0\xce\x5f\x40\x3c\xc6\xb0\xa4\x18\x96\x4d\x51\x07\x32\x1c\x14\xd5\xba\x1f\xf0\xe2\x2c\x60\x07\x16\xec\x52\xbc\xc5\x08\x81\xa3\xaa\xcf\x40\x75\x80\x80\x15\x02\xd2\xe2\xa4\xbf\xc9\xcb\x3d\x42\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x33\x02\x75\xdc\x8a\xcc\x11\x98\x96\x4f\xe1\x15\x23\x30\x0b\x9f\xaa\x59\x8f\xc0\xfa\x0e\xb2\x41\x8f\x10\xd7\xa2\x34\x6a\x5c\x90\xd2\x27\x91\x5c\x55\x7d\x46\x1a\x70\x0c\x7c\x94\x73\x08\x87\x7f\x93\xe2\x0a\x87\x02\x2b\x76\x05\xf1\x95\x00\xb3\xa6\xa2\x08\x47\x60\x71\x52\x4b\x74\x21\x11\xb2\xfe\x4d\xc8\x56\x3f\x20\xef\x1f\xee\x92\x42\xa2\x4e\x5b\x58\x76\x4d\x1d\xa6\x00\x25\x57\x89\x87\x47\xe5\x19\x1f\xee\xf4\xe1\x1b\x42\x01\xc6\x30\x57\xa3\x51\xee\x7c\x43\x3b\x80\x9a\xa5\xd1\x13\x85\x6d\x73\x64\xf7\x70\x41\xf6\xd5\xac\x90\x2a\x4f\xb5\xea\x47\x80\x58\x97\x7e\xde\x47\x60\x92\x41\xb7\x74\x50\x46\x53\xe4\x94\x51\xe1\xd8\x11\xca\x9a\xa2\x7a\x84\xe0\x27\x3b\xc1\x08\x14\xf4\xb2\xdb\x01\x28\xd3\x8c\x40\xc9\x4f\xb7\xb0\x50\x18\xd3\xe3\xcd\x60\x52\x9a\xf1\xf3\xe0\x22\x14\xf4\x49\x5d\xfb\xa7\x65\x42\x96\x2b\x9e\x35\x8c\x99\x23\xbb\x7d\x91\x04\x6d\x4e\x05\x9b\xc8\xfe\xdd\x38\xa6\xd6\x89\x0a\xa7\xc3\x24\xa0\x32\x0d\xad\x3f\x00\x60\xab\x7f\xf3\xf4\x1a\xd1\x29\x7d\x89\x53\x05\xb8\x42\x0d\xf1\xf0\x00\x69\xac\x77\x8f\x08\x69\xec\x90\xf0\x13\x20\x7d\xa9\x9e\xf9\x08\x90\xbe\x7c\x31\x0a\x6d\xc1\x4d\x8b\x6e\x0b\x6e\x7e\x40\x75\x8c\x71\xb4\x53\x4b\x6a\x1c\xa5\x40\x55\xf4\x45\x27\x7f\x15\xdb\x09\x94\xa0\xba\x11\xb0\xe3\x20\x34\x9f\xbe\x8e\xba\x3a\xc6\x30\x4a\x50\xc5\x3d\xac\x59\xf9\x05\xb0\x25\xaf\x0b\x91\x14\xbe\x79\x04\x24\x43\x2e\xd1\x18\x45\xeb\xa7\x27\x49\x0f\x2b\x5f\xe0\x02\xa2\x88\xab\x0f\xeb\x58\x24\x45\xeb\x66\xd2\x17\xe3\xec\xa0\xc9\xc6\x18\x06\xcf\x6b\x95\x81\x1b\x61\xac\x39\xe8\x01\xeb\x53\x34\xef\xd6\x49\xc8\xa9\xcb\x33\xc3\x7f\x54\x3d\x9e\x0b\x4e\x9a\x35\x4b\x9c\xc6\x20\x84\x80\x25\x73\x98\xfc\x9e\x84\x8b\x56\x75\x22\x2d\xae\x57\x49\xe9\xc9\xc4\xfe\x5a\x8c\x50\x1d\x7c\xd2\x53\xb3\x5c\x19\x20\x3d\x95\x28\xf9\x3e\xb0\xa0\x45\x77\x97\x17\xd8\x75\xd5\x2a\x29\x3c\x55\x41\x9e\xc2\x53\x37\x20\x59\x27\x35\xf9\x05\xac\xc1\x84\x16\x76\xcd\x31\xbc\x77\x17\x19\x42\xf8\x9b\x7c\x3f\x23\x50\x16\x1b\x06\x3b\xcb\x65\x34\x23\x0f\x94\x98\x63\x18\x8a\xf4\x80\xf6\xc5\x33\xdc\x15\x1e\xea\x9a\x32\x0c\xa1\xc1\x40\x40\x4c\x70\xd2\x45\x34\xa0\x18\xc6\xa8\x6e\xc7\x36\x54\x8f\x88\x3b\x8c\x49\xc9\x8d\x08\xc2\xee\xf1\x50\xbb\xcc\x04\x92\xf9\xfe\xcc\x12\x91\xc8\xd9\x37\xf5\xb0\x14\x9c\x7a\x1f\x6e\x5e\xc3\x14\xfb\x01\xfb\xb3\x68\xf1\x74\x70\x3b\x81\x84\x69\x9d\x9b\xb7\xfd\x39\xc1\x2f\xfd\x1b\x0b\x30\x2e\x43\xec\xcb\xe6\x29\x70\x7d\x2e\x46\x13\x0a\x7d\x96\x2a\xe0\x15\x36\x4c\xd9\x10\xf0\xab\xf2\x3c\x23\xbc\xd0\x59\x79\xc2\x70\x6c\x6e\x06\x30\x7c\xc0\x2c\xd4\x07\xb8\x7c\xf5\xee\x1d\xa2\xdf\x72\xf3\x1e\xb2\x26\x6b\xf4\x9e\x4c\x7a\xcb\x79\x53\x26\x45\x13\xa9\x0b\x02\x33\xe2\x34\x77\x3a\xc9\x23\x24\xc3\x05\x18\x55\x47\xf3\x20\x0f\xbf\x10\x1c\xe0\x06\x36\x74\x7b\x89\xcc\x98\x63\x65\x5e\x64\xce\xbf\xfe\xf3\x00\xde\xaa\xd9\x5f\x70\x56\xba\xd3\x47\xf8\x21\x0f\xab\x5d\xe2\x81\xbd\x11\xf2\xc4\xe3\xe6\x24\x9a\x1e\x20\x92\xbf\xf8\x03\x96\x5a\xd9\x9b\x11\x03\x5c\xba\xc5\x2c\x23\x14\x88\x43\xc0\x8d\xf0\x33\x1e\xcd\xed\x38\xc1\xba\x46\xc4\xb0\x8c\xd3\xfe\x00\x5a\x12\xc9\xc2\x11\x4e\x63\xc3\xca\xaa\xc8\x12\x10\x51\x7a\x85\xf8\xc9\x5f\xed\x10\x27\x8c\x91\x80\xd5\x9a\x52\xe2\x07\x51\x0f\x10\xa4\xa0\x9d\x88\x89\x79\x26\x04\xc6\xb4\x46\x48\x7a\x80\x6c\x19\x06\x42\x22\xd4\xdc\xc1\x8d\x76\xcd\x88\x21\x69\x72\xf9\x1b\x11\x21\x69\x3e\x73\x31\x03\x6a\x9e\x32\xb3\xf5\xc9\xc3\x6b\xc4\xbc\xe6\xac\x39\xc1\xc7\x2c\xfc\xbc\x00\x38\xea\x94\x47\x66\xeb\xb3\xee\x23\xe6\xb5\xf7\x9a\x34\xbc\xd0\x14\xd6\x3f\x22\x35\x70\xdd\x23\x9c\x9c\x83\x56\x85\x82\xaa\xca\x63\x3b\x22\x03\x64\xad\x6e\x89\x19\x07\xb3\x78\xc8\xc9\x21\x35\x04\x9c\xce\x94\x55\x67\xc4\x12\xf0\x81\x86\x64\x6d\x2e\x2b\x67\x23\xac\x83\x43\x17\xd7\xc8\x08\xb5\xe6\xad\x61\xbd\x54\xf1\xe6\x88\x78\xd8\x21\xb9\x2a\xb2\x76\xd7\xe1\x0e\x80\x4d\xba\x5c\xc7\xca\x93\xac\x7b\x6d\xac\x3c\x43\xc6\xa6\x0a\xd3\x99\x64\xe0\x08\x37\xb3\xa1\x5b\x50\x64\x2d\xfa\x6e\x6c\x82\xd6\x4d\x39\x6e\x46\xa4\xd2\x4d\x8c\x37\x22\xc0\xad\x77\x63\x13\x93\xc3\xc8\xf5\x6e\xc4\xc6\x2c\xc8\x7f\x13\x53\x34\x22\xf3\xf8\x35\x9f\x40\x44\xbc\x0e\x6b\x2e\x23\x1d\xca\xe4\xd5\x34\x22\xc5\x2c\xf9\xff\x8c\xd8\x5e\x44\xfd\xf8\x85\xc9\x29\xaa\x0b\xe4\xe9\x6b\x5e\x03\xe2\x55\x93\x71\x05\x3e\xeb\x3f\x74\xa5\x77\xa4\xf2\x54\x87\x4c\xc3\x27\x37\xb9\x11\xfb\xc9\x29\xb8\x87\x87\x6f\x08\xbb\x58\x62\xc2\x0a\xd7\x38\xa0\x0e\xd5\x5d\x3f\x32\x15\x8b\xa2\xf6\x46\x84\x0b\xd9\xf0\x4e\x0d\x1e\x09\x2d\x02\xf1\xab\x43\x37\xa2\xc8\xb2\xf1\x36\x0d\x44\x64\x62\xf1\xd5\x3e\x32\x00\xae\xfb\xd8\x0e\x18\x23\xbc\x0a\x54\x43\x1d\xe2\x54\x11\xa6\xe5\xf1\xd3\x01\xe1\xe8\x43\x48\xbf\xf8\x66\x8a\xcc\x54\x2b\x92\xa1\x22\xb3\x18\x37\x93\x92\x93\xf9\x09\x7d\xc8\x50\x26\xec\xe7\x04\xc0\x1b\x6c\x58\x8d\x1c\x2f\xd2\x0e\xe9\x38\x22\xa4\xa8\xf4\x73\x2e\x99\x2c\xaf\x99\xdc\xc0\xfa\x3b\x24\x76\x47\x5a\x7f\x9b\x09\x18\x6a\x8f\x0e\xdd\x15\x22\xfd\xc3\xda\x4f\x97\xa4\x05\x3e\x88\x37\x65\x5e\x1f\x0b\x56\x83\x8f\x06\xde\x4d\x42\xee\x73\xb0\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x65\x21\x4e\x1f\x29\xfe\x48\x24\x8d\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\x13\x8c\x97\x34\xc8\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x2a\x31\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\x46\xfc\x25\x05\x82\xc5\x1d\xac\xad\x6b\x7a\xf0\x60\x99\xfe\x00\x6c\xba\xb9\xc3\x85\x90\x7a\x01\x2a\x2f\x15\x4d\x1a\x29\x82\x4d\xff\x55\x59\xd7\x91\x62\xc4\x74\x04\x54\x14\xc0\x3f\x74\x85\x4b\xcc\x16\x68\x13\x75\x8a\x3c\x50\xfe\x0d\x35\x9f\x0e\x7d\x62\xd2\x66\x25\x4f\x1b\x29\x42\x25\x6b\x98\x46\x92\x69\x11\xd5\xc4\x12\xfa\xb6\x87\xa6\x08\x25\x53\xf0\x10\x37\x6c\xba\xee\xe1\xc5\x1c\x05\x72\xb8\x9c\x59\x69\x9f\x12\xa2\x5c\xdd\x5f\x5a\xa4\x4b\x8b\xa2\x0f\x5a\x33\xa6\xa4\x82\x1e\xfd\x05\x99\xb2\xa8\x5f\xa2\x0b\x9a\x2d\xa6\x29\x71\x1b\xfd\xc2\xf5\xfd\xd6\xc5\x34\x7d\x02\x5f\x3b\x8c\x9b\x4b\x9e\x13\x99\x4f\x99\x3c\x57\x1d\xae\xa4\x04\x46\x56\x08\x74\x29\x1b\x39\x3f\x81\x2e\x45\x9f\x07\xfa\x7b\x89\xea\x27\x16\xc4\xb7\xc5\x32\x95\x85\xbd\x5a\x16\xcb\xb1\x2a\xc3\xda\x48\x05\xa1\x0f\xc5\x2f\x50\x3a\xf1\x21\xfc\x44\xbc\x76\xe8\xc2\x91\x0a\x28\x55\x73\x07\x8b\xa2\xbb\x07\x8a\xa1\x62\x56\xa9\xb0\xf8\xa3\x7b\xb8\xd1\xa3\x67\x4d\xca\x64\x7c\xff\x64\xbc\x76\xf8\x00\xd5\x05\x7a\xf5\xb0\x04\x30\xdd\xac\x52\xa5\x26\xd4\x38\x58\xc9\x85\x0d\x1a\xc4\x12\x58\x39\x9e\x2a\x09\x81\xd8\x4c\xaa\x40\xa9\xe0\x49\xf0\x0e\xe9\x85\x36\x50\x7d\x8f\xd9\x08\x5b\x23\x5d\xa3\xf2\x43\x2c\x35\xb5\x85\x64\x42\x11\xc4\x16\xd8\x3c\x9a\x58\xaf\x55\x45\x40\x46\x62\x0a\x67\x5f\x6d\x53\x23\xac\xdc\x25\xd9\xa5\xe4\xe1\xd4\x18\x55\xac\x75\x35\x4a\x17\x92\x91\x52\xa7\x3e\xc3\xc4\x81\xa5\x24\xe4\xaa\x3b\xd2\xd2\x9f\x99\x26\xae\x14\xcb\x52\x04\xa5\xce\x0b\xbe\x06\xe9\x6b\x16\x02\x56\xa7\xdc\x64\x34\x5a\xb2\x9e\xa4\xee\x34\x70\x1a\x82\x5f\x20\x9e\xe9\x36\x93\x90\x46\xf9\xf0\x18\x48\xbb\xd7\x8d\x25\x4b\xa3\x26\xe9\x30\x51\xb6\x33\x11\xa1\x41\x32\x9a\x48\x30\x38\x40\x1e\xba\x23\x9d\x6b\xc7\x34\xed\x73\x29\x23\x35\xab\x13\xd1\xca\xde\xb0\xa5\x63\xeb\x7e\x81\x45\x59\xb4\x1f\x4b\xfc\x1b\x1e\x63\x70\x16\x7e\x83\xb2\xbb\x64\xcc\x84\x52\xf4\x87\x51\xf5\x22\xb6\x6b\x1d\x17\xd8\x85\x44\xf3\x74\x11\xb7\xcd\x81\x96\x0a\xcc\x93\xb8\xa9\xac\x96\x6c\x9e\x6e\x90\x70\xb3\xa8\x1b\x6a\x05\xa3\x19\xeb\xc8\x77\x13\x92\x4f\x2c\x6b\x87\xcf\xf0\xcd\x03\x26\xf9\x31\xdd\x6b\x12\xfe\x62\x2d\x4b\xa0\x82\x37\xff\xf0\x25\x3c\x2d\xc9\x4e\x22\x4b\x7a\xb0\xd0\xd8\xff\x8a\x2b\x21\xa4\x3f\x78\xfb\x1f\x88\x54\xdd\xb4\xf0\xe1\x94\x35\x21\x6a\xad\x14\x3e\x30\x12\x8d\x91\xdd\xe4\xf4\x79\xf0\x85\xd6\x44\xb5\x94\xcf\xda\x43\xa3\x8e\x79\x02\x6c\x91\xd6\x6c\xa4\x97\xc4\xd3\x28\xf7\x02\xa9\x7d\xd6\x5e\x30\x11\xc9\xc3\xe9\x25\x13\x31\x27\x7c\x17\xe0\x35\x87\x97\xab\xd0\x56\xd2\x6f\x4e\x5e\xe4\x23\xd1\x4f\xae\x9b\x4b\x30\x3a\xc0\xd6\x8e\xf4\x49\x61\xce\x9a\x38\xd2\xa4\x8a\xc8\x7c\x66\xae\xbd\xd3\xa0\x73\xa5\x50\xf7\x27\x8b\x18\xee\xcd\xcc\xf0\x8c\x8b\xb6\x98\xe4\x63\x51\x91\xa6\x07\x40\x31\xed\x76\x3e\x68\xcf\x52\x9f\xf9\x68\x78\xa1\xe8\x77\x67\x97\xfe\x82\x52\x40\xf5\xa0\x14\x6b\xc4\xac\x72\x00\xc2\x68\x21\x39\x70\x4c\x4d\x2a\x10\xfc\x51\xbf\x0b\x87\xd0\x98\x90\xc4\x94\x48\x7d\x64\xf8\xaa\xd9\x76\x98\x29\x89\x89\x34\x66\xb8\x9e\xb9\x24\xff\xc8\x9f\x20\xd5\xec\x4b\x96\x23\x78\xbc\x2c\x87\x99\xc5\x4a\xc7\xcf\x0b\xab\x07\xc1\x29\x41\x14\x93\x8c\x9c\x59\x62\x4b\x8e\xe7\x23\x27\xd2\xa0\x9f\x07\xb4\x24\x89\x7f\x66\x8a\x26\x22\x18\x39\x81\x23\x7b\x2b\x12\x8b\xf4\x0a\xb0\x14\x4c\x44\x07\x73\x5a\xdb\x2d\xb8\x31\x17\xb2\x95\xee\x39\x11\xf2\xe2\x96\x39\x73\xdd\x9a\x53\x5e\xa7\x4f\x73\xa0\x70\x23\x8a\x93\x33\x64\x42\x69\xb3\x72\x26\x52\xba\x9d\x11\x2a\x9e\x03\xdd\xc1\x6c\x6a\xce\x10\x55\x94\xaf\x70\xe4\x02\xb1\x34\xfb\x37\x33\x48\x6b\x6b\x0a\xc5\x6e\xb1\xdf\xcc\xdc\x47\x76\x67\xca\x05\x70\xd0\xcd\x32\x17\x6c\x5e\xf6\xef\x9b\x1f\x78\x0a\x10\x01\x7c\x0a\x0a\x37\x53\x82\x48\xa6\x60\xe2\x39\xb0\xf2\x84\x15\xcf\xb9\x72\xd2\xda\x9a\xba\x36\x57\x70\xa8\x3c\x05\xc1\x0f\xb8\x59\x02\x6c\x25\x17\x33\x1c\x18\xf3\x28\x27\xfe\x91\x59\x6a\x42\xd1\xa6\x23\x33\x08\x52\x2e\xf9\x23\x37\x4c\xd3\xbb\xd9\xa8\xec\x96\xfc\x94\x1b\x09\x99\x18\x61\x6e\x40\x31\xc3\xb2\xe1\xf0\x7a\x12\x14\x43\x74\x45\xce\x0d\xa4\xf4\xe7\x7b\x40\xae\x78\x06\xb8\x55\x49\x1c\xc8\x1d\xf8\x24\x81\x22\x33\xb5\xb0\x22\x68\x47\x66\xfe\x34\x85\xdc\x8e\xf2\xcd\x20\x99\x23\x95\x46\x95\xae\x76\xb3\x2c\xe3\xa4\x78\x75\x69\x0b\x2e\x7a\xd0\x99\xbc\xa7\xe9\x37\x36\x47\xe2\x40\xc1\x24\x5a\xfa\x2b\xc3\x51\xd9\x13\xd4\x84\x3a\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xe7\x4b\x37\x21\xed\x7c\x81\x94\x65\xf6\x53\x58\x36\xdf\x20\x19\xb8\x1e\x77\xff\x86\x0e\x5a\xbb\x54\x28\x83\x49\x03\x50\x06\x08\x49\x75\xfb\x62\x80\x9a\xc1\x09\x44\xaa\xfe\x4d\x1d\x91\x0e\x65\xa1\x47\x97\xf0\xa2\x9c\x8c\x0a\x13\x4c\x60\xb3\x34\x85\x2e\x67\x41\x89\x73\xff\xae\xdc\x55\x77\x40\x20\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\xe2\x29\x5d\xd4\x21\x78\x4a\xac\x38\x6e\xbc\x38\x81\xab\xe2\xea\x05\x55\xf8\x93\x55\xd0\x05\xfa\xb7\xe8\x0f\xae\x45\x80\x35\x89\x8b\x7e\x2c\xde\x6a\x8a\x68\xcd\x3d\x30\xb1\x8e\x74\x67\xe5\x02\xa9\x69\xfe\x8d\xf3\x23\xe6\x58\x2e\x32\x5c\xe3\xe2\x85\x03\x24\x3a\x51\x58\x52\xd6\x0e\x25\x85\x22\x9d\xb7\xe6\xa6\x68\x21\x6a\x56\x20\xd3\xd9\x9f\xa4\xd0\x43\x4c\x51\x2f\xa3\xd0\x43\xcc\x7e\x13\xe5\x06\xfe\x35\xf7\xc0\x28\x65\x09\x44\xe5\xe6\xac\xb5\xec\x9b\x90\x14\xa0\x56\x26\x62\x89\x1e\xe5\x21\xb9\x13\xb7\x2b\x0f\x30\xee\xe7\x05\xd0\x19\x8f\xf0\x00\x03\x7f\xde\xef\x60\xd0\x9a\xe2\x12\xea\x24\x1f\x95\x87\xb2\x8c\x4f\xd9\x83\x39\x76\xbf\x40\xde\x26\x19\xac\x3c\x3c\x45\x86\xc3\x43\xaa\x2e\xc9\xb1\xb0\xda\x98\x5d\x35\xca\x0b\x6a\xe5\x2f\x5e\x10\x0e\x5d\x55\xca\x4b\x15\x90\x38\x74\xa1\xdc\xe7\x83\xb7\xe4\x3e\x51\xe0\x82\x80\x8c\x6c\xe2\x50\x51\x7b\x5d\x49\x9f\x47\x0d\x0b\x21\xa2\x1e\x90\x9a\x49\x86\xaf\x14\x45\x74\xfd\xa9\x31\xf2\x05\x3f\x58\xb3\x52\x17\x11\x67\x47\x36\xab\x0a\x2d\x8b\x1d\xe5\x6b\xa4\x80\xec\x2e\x99\x8b\xc1\x8e\x13\xf5\x13\x56\x92\x9d\x18\x2a\x75\x20\x56\xc0\xd7\x44\x1a\x27\x12\x53\x51\x86\xc1\x1a\xbb\xca\x72\x9f\x76\x19\xae\x89\x06\xf8\xe2\x37\x3e\x4c\x57\xc8\xed\xa8\x28\xc3\xe0\x9b\x64\xcd\xbc\xdc\x08\xb1\x6b\xc6\x6e\xb8\x47\x18\xd6\x94\x10\x6e\xd4\x8c\xb3\x27\x1d\x7f\xcd\xc0\x10\x5d\xba\x2b\xac\x60\x96\x22\x6b\x06\xaf\x92\x15\xa2\x16\xa0\x83\xc4\x88\xca\x9a\x57\x56\xe8\xd7\xb2\x00\xad\xad\x29\xe4\x4d\x22\xa4\xf5\x93\x34\x92\x72\xce\x8c\x4a\x8d\xc7\xf0\x07\x38\x48\xba\x3b\x55\x0a\x1e\xe3\xaf\xbc\xea\x6a\xe1\x7c\x05\xa0\x65\x00\xf3\x02\x91\x78\xc1\x76\xea\x8a\x0c\xb1\x4a\x03\x36\x6a\xa5\x32\x5a\xa3\xc3\x20\xa6\x5c\xbe\xa3\xd6\xef\x50\xda\xfb\xad\xc2\x31\x29\x79\xb9\xf5\x46\xbb\xc7\x23\xaa\x4a\x4e\xaf\xf0\x13\xb7\x71\xa9\x7e\xe2\x46\xb3\x83\x41\x6d\xb0\xef\x67\xb7\x2f\x80\x6a\x06\x0d\x7e\xf1\xba\x75\x57\x54\x68\xb7\x33\x5d\xa5\x78\x22\x5d\x41\x6d\xa8\xc5\xe7\xd3\x04\x3f\x25\x3b\x61\x57\xa6\x7f\xb4\x67\x4b\x6d\x14\xfd\x92\x47\x7c\xe0\x89\xef\x11\xd7\x9a\xfc\x05\x09\xb2\xf1\xb2\xf3\xb0\x88\x84\xd7\xbe\xd2\xb5\x09\x0b\x3a\x95\x8e\x3e\xf4\x74\x1e\xb7\xfe\xae\xc2\xf7\xc9\x2a\xa6\x8a\x62\x59\xc3\x78\x04\x11\xc2\xca\x85\xca\x34\x0f\xf6\x86\xa9\xb0\xca\x29\x34\x72\x54\x78\x3e\x59\x26\xae\x1d\x05\xdd\x0c\x38\x88\x14\x59\x22\x52\x45\x0a\x59\xe5\x42\x1a\x75\x50\xa0\xd5\x5d\xa3\xa2\xfc\x55\xf6\x22\x47\x41\x87\x5a\x01\xab\x25\x0c\x9f\xce\xd1\xf0\x82\x70\x61\x74\xfc\xd6\x92\x68\xa2\xf3\x56\x0d\x6a\x0b\x7d\x36\x10\xfd\xa9\xda\x1e\xa3\xc2\x71\x4a\x95\xa4\x46\x1d\x50\x8e\x9b\xaa\xb1\x98\x82\xed\x45\xf5\x24\xf6\x09\xea\x27\xe2\x81\x8c\x7d\xe7\xda\x05\x8d\x78\xb2\xb6\x86\xc8\x77\xa5\xd6\xc7\xd6\x99\x7a\x72\x51\x1a\x93\x6e\xe8\xe2\x4a\x75\x49\x25\x12\x94\xea\x79\xe2\x03\xff\xe6\x3d\xd1\x3b\x7b\xc2\xd4\x61\x0c\x87\x12\xc8\xea\x8e\xba\x1c\xa9\x7c\xca\x3f\xa1\xa4\xa9\x3a\xf0\xa8\x17\x0e\xa9\x77\xee\x6a\xdf\x2a\x7d\xe6\x2e\x1e\x01\x9f\xe2\x8b\x65\x07\xdc\x21\x42\x8a\x3c\x45\x88\x24\xdd\xfe\xc4\x15\xf1\x9e\xd5\xfc\x85\x5a\xa6\xe6\xf6\x0c\x9f\x67\x81\x11\xd6\xc0\xe4\x25\x21\x51\x64\x92\xdc\x55\x6f\x3a\x69\x08\xca\x9f\x3c\xe2\xb2\x8c\xa3\x32\x25\x96\x2d\x2d\xf5\x93\x47\x9a\x82\x10\x47\xa5\x07\xbb\x77\x05\xe2\x48\x30\x9d\xbb\x5f\xfc\xd6\x84\x1e\xa4\x26\xf5\x3e\xb3\x0c\xaa\xea\x21\x8f\x0a\x69\x24\x78\x1b\xe1\x28\xa5\xdc\xdb\xa3\xb2\xf8\x97\x6f\xd6\xf5\x13\x47\x72\x92\xbe\xa0\x3e\x0b\xc8\x5a\x13\x92\x42\x56\xe3\x1e\xa4\x93\xf0\xf3\x7b\x01\xd9\x43\xd0\x0d\xd0\x50\x5a\xd2\x89\x04\xbf\x8a\x94\x14\x16\x4e\x2a\x9c\xa3\xa2\x64\xcf\x0a\xd1\x22\x46\xb7\x13\x17\xbd\x4f\xc8\xfa\x68\x7f\xdb\xfa\x2e\x67\x02\xfd\xa6\xd4\xdf\xff\xea\x1e\x54\x27\xf2\xbf\x9a\xfb\xb2\x16\x99\x92\x53\x8c\x0a\x67\x79\x6b\x2f\xea\x44\xf1\x09\x83\x00\x61\x9d\x36\x00\xd7\x09\x34\x90\xbc\x56\xe7\x42\x03\xbf\xf0\x31\x53\xe5\x35\x1b\x0d\x56\xc1\xa4\x3b\x48\x63\xd4\xa6\x21\xd2\x8e\x45\x77\xfd\x05\xce\x4e\xf4\x6f\xea\x89\xb4\xd1\xed\xc0\x61\x8a\xfe\x8d\xa0\x47\x09\xba\xed\x00\x11\xd3\x51\x68\xc7\x82\x71\xd6\x03\xa4\x51\x90\xfc\xdf\x0e\x16\xd2\xf4\x6f\xa0\xa6\x36\xa9\xc1\xea\xa8\xbc\xdb\xa3\x85\x80\xdf\x87\x7e\x27\xbc\xaf\x09\x30\x77\x97\xfd\x4d\x5b\xc0\x8c\x75\xb1\x6a\xb0\x31\x5a\xb6\x6b\x61\x41\x51\x53\x66\x18\xa6\xbd\x0e\x1b\xac\x8e\xd6\x6d\xb4\x40\xc1\x39\x7b\x08\xc6\xe3\xe9\x37\xab\x88\x99\x47\xb6\x08\xb0\x4a\x05\xd8\x22\x02\x76\x25\xdc\xb7\x48\xe1\xb0\xfa\x03\x50\x45\xef\x64\x02\xd1\x93\xdc\xd0\x96\xfc\xa9\xc3\xd0\x68\xc6\xf3\x94\x12\x4c\xfb\xc3\xed\x95\xf1\x74\x82\xe3\x27\x8f\xba\x1e\xd6\x68\x89\x60\x11\x14\x12\x2c\xd0\xc2\xde\x06\xe1\xb2\xdb\xd9\xb3\x41\xb8\x0c\x46\xae\xcc\x11\xdd\x8e\x35\x7b\x80\x8c\x7d\xc8\xee\xb0\xb1\x43\x77\x00\xd4\xc9\xee\x00\x33\xd2\xf1\x6e\x79\xe5\x64\x75\x8f\xe0\x6f\xc3\x1d\xac\xfb\x8b\xd6\x90\xc1\x3a\x24\x66\x34\xfa\x64\xe9\x7c\xb7\x42\x5f\x65\xb7\x17\xde\x90\xfd\xa0\x42\x93\xa6\x11\xca\x9a\xb3\x5f\xa0\x92\x4a\x22\x75\x83\x6a\xcd\x2e\x14\xad\xf0\x16\xd6\xfc\xe0\x62\x17\x7e\x00\xc2\x97\xfd\xfb\x45\x1c\x9e\xc6\x84\x26\x2d\xf8\x04\x7e\x42\x6c\xcb\x3e\x00\x70\xe2\xb2\xb6\xbf\x55\xba\xd3\x35\x7f\xc0\x8d\x10\x54\x28\xb4\x1a\x55\x96\xbb\xbd\xc8\x60\xab\xdc\x08\x21\x23\xb2\x8d\x29\xd1\xf2\x68\x95\xb4\x3c\x78\x04\xb0\x1f\x03\x01\xfe\xf7\xa6\x7c\xad\x2e\xd2\xad\x29\x34\x1c\x62\x09\x5f\xad\xad\x39\x6b\x4e\x90\x73\x6d\xf2\x6a\xcb\xf1\xab\xf9\x0b\x20\x87\xee\x5f\xad\xe1\xc0\x14\x8f\x70\x71\x63\xb4\x53\xd0\xcb\x29\x65\xf0\x68\x8d\xb7\x2b\xd3\xc2\x25\xb6\x9a\x52\xb1\xea\x57\xf7\x27\x9d\xb3\xd6\xa4\x3a\xb3\x96\x08\x4e\x1d\x4c\xd2\x43\x76\x00\x5a\xa2\x74\xeb\xbc\xa2\xff\x74\x40\xb8\xb9\x83\x07\x8a\x09\x75\x30\x96\xb8\xa5\x1e\xc6\x3a\xc5\x7f\xe5\xae\xd0\x58\x8e\xcb\xe6\xcb\x36\xa8\xe4\x77\x77\x14\x92\x8d\x9c\x63\x61\xab\x66\x34\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x35\x9d\xac\x78\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x50\xf2\xa2\xa1\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\x4c\x8b\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\xb2\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x49\x3f\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\xa0\x09\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x61\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\xf6\x07\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\x24\x94\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\xa4\xcd\xcd\x1f\x80\xc9\x49\x5c\xe9\x74\x3d\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\x74\x0f\xeb\xcb\xec\x6a\xd0\x2e\xb3\xab\x08\x76\x87\x68\x69\x77\x9f\x0e\xa3\xaa\xef\xfc\x3d\xf1\x0a\x20\x94\xed\x09\x57\x7c\xf7\x98\x40\xb6\x7a\xf8\x1b\x9e\xd4\x11\x99\x99\x6d\x31\xe8\x9f\x9c\x99\x54\x4a\x76\x74\xe4\xef\x30\x05\xeb\x09\x67\xb6\x7b\x7a\x04\xbb\xc8\x6c\xcf\x3c\xe5\x3a\x62\x9d\x82\xa6\xd1\x73\x09\x9a\x3a\xa4\x7d\x09\x92\x46\x3f\xe8\x41\xcd\x66\x3b\x02\x35\x9d\xee\xa2\x43\xef\x69\xb9\xb2\xb3\x40\x8d\xd3\xe3\x74\xd6\xa3\x31\xf2\x14\x6e\xa4\x16\x51\x68\x16\xf9\x79\x00\xd7\xb0\xe1\x1e\xa1\x17\x35\x72\x15\x12\xcc\x9f\x0f\x3e\xf9\xc6\x4e\xc9\x1d\x7a\x53\x5f\x93\x7a\x41\x88\xba\xb8\x64\xaf\xb0\x32\x0f\xff\xe6\x81\x90\x38\xde\x29\xf5\xe9\x46\xd1\x2b\x81\x22\xda\xd7\x29\xd4\x19\x59\x99\x62\x36\x1a\x51\x1a\xf8\x9b\xa7\xd8\x80\xcd\x22\xe9\xfd\x84\x2f\xa3\xc4\xc6\x4e\x4d\x8f\xbf\xa7\xfb\xb7\xed\xda\xfd\x24\xdd\xd0\x0d\xa0\x9f\x64\x56\x3e\x20\x27\x36\x42\x1a\xb0\xce\xa4\x05\xb6\xb2\x75\x84\xdd\x39\x03\x41\xbf\xa8\x2f\xf5\xd6\x51\x19\x64\xb8\xb0\x92\xa6\x8d\x43\xfd\xa2\x86\xfa\x67\x0c\x92\xbb\x9f\x3e\xe9\x02\xe0\x3e\x6e\x26\xd7\xcc\x7e\xf0\x41\xc6\x31\xef\xfd\x26\x64\x04\xca\xe5\x0d\x6e\x84\x83\x68\xe0\x60\xef\x7e\xaf\x59\xf9\x8b\x35\x2b\x3f\x20\xf0\x8a\xc7\x20\x7d\x32\xa9\x78\x58\x1e\x45\xdb\xf3\x71\xd8\xfa\x33\x06\xd4\x27\xc5\xa0\x7b\x59\x0e\xc5\xab\x58\xfc\x54\x62\x7d\x87\x53\x8f\xbd\x75\xfb\xcb\x6b\xae\x91\x92\x15\xdd\x93\x17\xfe\x52\x3d\x68\x5a\xf1\xae\xe0\x7e\x81\xfb\x1d\x58\xb9\xbb\xe0\xdd\xa2\x78\x5a\x17\x5e\xf0\xef\xe7\x9f\x3f\xf9\x87\x86\x7e\x3c\xbc\x24\x93\xcc\x17\x69\x4c\xcc\x7b\xa8\x64\xd1\x75\xab\xcf\x35\x69\xed\x2f\x58\xb6\x2f\x2f\x7d\xae\x39\xfb\x0b\x2a\xd3\x34\x45\x24\x24\xb0\xe7\x5b\x47\xf2\x2c\xd5\xfe\x1d\x63\x39\x00\x69\x8a\xe3\x20\x3a\xf8\x05\xa4\x40\x08\x6e\xa7\xfc\x24\x8a\x35\x98\x00\xd4\x5a\xfe\x71\x10\x4a\x45\xbf\x11\x00\x2d\xc3\xcb\x40\x6e\x2c\xf3\xc3\x01\xd7\x6c\x8b\xa2\x83\xb5\x1e\xcd\xee\xc6\xc7\x50\x9b\xad\x87\x23\xb0\x36\xbf\xdb\x33\xda\x35\x81\x40\x8c\xfd\xe9\xb1\xe3\x85\xae\xdf\x64\x2b\x3a\x68\xe3\xe3\x86\x2d\xea\x76\x3f\xc0\x0c\x1d\xf4\x3d\x96\x51\x4e\x67\x60\x80\x19\x3a\x24\x77\xc4\xb5\x0f\xfe\xe2\xa3\x99\xaa\xdf\x33\x06\x83\xe3\x8a\xdb\x79\xe5\x1b\x7f\x53\xbc\x75\x8c\x8f\x71\xb6\xa8\x9b\xfc\x80\x9f\xb4\xf1\x64\x24\x62\xbf\x84\xda\x41\x3f\x68\xdb\xe7\x46\x5a\x30\xd1\x8c\x13\x65\x08\x3f\x40\x66\xcc\x92\x84\xbc\x63\x29\x51\x24\xb0\x0f\x28\x51\x1c\x4a\x39\xf2\x27\x2e\xda\x1e\x34\x32\xc9\x76\x73\x97\xc4\x95\xe1\x2e\xa9\x3a\xfa\x79\x00\x5c\x31\x76\x81\xb9\x59\xa0\x1c\x30\xf2\x39\x56\x6e\x20\xc1\x7a\x49\x46\xcf\xcc\xab\x8e\xb8\xd9\x28\xd8\x4a\x89\xa0\x63\x59\xf5\x44\xf9\x47\xe1\xac\x85\x4d\x50\x93\x34\x0f\x59\x98\xdb\x6d\xf8\x85\x05\x29\xf7\xb0\xf6\x4e\xb3\x42\xc6\xf5\x92\x8c\xf2\x85\x82\xcc\xcf\x1b\x93\x6f\xa8\xd3\x4a\x66\x20\x26\x3a\xe0\x27\x9b\xa4\x44\x1b\xa8\x3e\x7d\xfc\xfc\x5e\x83\xaa\x07\xa6\xcb\x74\x8a\x9b\xf1\x5d\x77\x5d\x3d\x6f\x8c\x65\x41\x11\xe9\x1f\x27\xa9\x89\x64\xbe\x71\x12\x14\x82\xfe\xb9\x36\x50\x63\x20\xf4\x3c\x27\xff\xfe\xe4\x1d\x55\x0f\x19\xe3\xa2\x14\x29\x4a\x3f\xe0\x84\x51\x9c\x6b\x6a\x5c\x38\x39\xb6\x57\x0c\xd4\x02\x71\xd4\xf2\xf8\x98\x5e\xb2\x89\x65\xb0\x36\x88\xed\x15\x03\x3e\x16\x8e\xec\x18\xcb\xa0\xd1\xfc\xc5\xe4\x03\x75\xf9\x5d\x6e\x53\x92\xc4\x34\xee\xb5\x6e\x3f\xf8\x4e\x87\x6f\xc3\x03\x2c\xce\x6a\xdf\x01\x27\x0c\x47\x97\x0c\x30\x34\x07\x72\x0c\xdc\x75\x4b\x32\x49\xc3\xbd\xf4\x07\xad\x1f\xd0\x0f\xe9\x27\x07\x4c\x14\x0e\xb5\x18\xf4\x7a\x75\xea\x92\xb1\xae\xa9\xdd\x3d\xc2\xea\xe2\xf3\x0b\xb7\x58\x07\x19\x0c\x96\xf0\xf0\xed\x6f\x3c\x27\xbb\xf4\x1c\x70\x94\x4c\xe9\x99\x24\xdb\x56\x8f\x01\xbf\x59\x87\x73\x8c\x87\x47\xa9\x7b\x52\x13\x2f\xa8\xc7\x77\x11\x66\x4d\x02\x0e\x14\x76\x40\x1d\x6f\xe3\x10\xea\x72\x12\xcb\xc5\x52\xc7\xc4\x32\xc4\xc7\xc7\x5c\xcb\xf0\x17\x98\xb5\xf8\xd7\x60\x41\x64\x47\xc7\x0e\x14\x81\xca\x5a\xe6\x79\x00\xd4\x52\xbc\x9e\x34\x1b\x24\xe9\x8e\xcf\x83\xce\x2b\x3a\x27\xe7\x01\xda\x68\x5d\xee\x79\xe0\x18\x48\x69\x79\x1e\x4c\x57\x5a\xfd\x80\x7c\xbe\xbb\x8b\x8b\x5d\x78\x54\xea\x79\x7e\x06\x79\x21\x7e\x78\x0c\xc0\x52\x92\xdb\x19\xa8\x10\xd0\xe1\x3c\x19\x90\x64\x31\xeb\xfc\xb8\xde\x8f\x0f\xe2\x19\x96\x2c\xa0\xdf\x95\x0b\x8d\x7a\x00\x5a\x9a\xdd\xc1\x9a\xf5\xd0\x83\x97\xb3\x56\x17\x91\xdb\x23\x4e\x7a\x92\xcf\x8d\xbf\x4b\xba\x70\xae\x08\x70\x9d\xfe\x13\xae\x2a\xc5\x4e\x5b\x27\x43\x86\xac\xa3\x3e\x91\xb8\xda\x5e\xcf\x67\xe4\x76\xab\x87\xef\x7e\x97\x2c\x3b\x9c\x8b\xb1\xe9\x1c\x9c\x2c\x23\xe2\xa0\xda\x93\x37\x3e\x87\xa7\x9e\x69\xc1\xc5\x6f\x7c\x57\x40\x5b\xae\x4e\x46\x91\xa7\x9f\x2f\xc0\x4d\xa5\x3a\x3d\x33\x58\x88\xa4\xba\x13\x29\xa2\x0f\x07\x93\x9d\x64\x84\x92\x60\xce\x0c\x99\x49\xba\xd4\x33\xf3\x34\x0f\xbf\x00\x0c\x93\xd8\x76\x92\x31\x3a\x56\xf4\x84\x1f\x6d\x49\x3f\x0f\x88\x61\xd1\x9f\xf0\x20\x0c\xcf\x0a\xc7\x57\x62\xd7\x99\x49\xfe\x35\x89\xb2\x66\xad\x1e\xe0\x79\xab\xe2\xb7\xe3\x2c\x3c\x07\xe2\x7c\x27\x39\xa3\x84\xcd\xb3\x10\x92\x62\xf0\x67\x21\x24\x35\x49\xe6\x88\x36\x6f\x3d\x61\x40\x50\x31\x9b\x71\xc2\x35\x37\x4a\x1b\x77\xb2\x2a\xe9\xf8\x79\x01\xc7\x42\x94\xf8\x84\xa3\xad\xdd\xc0\x4e\x98\x03\xec\x24\x74\x56\x4c\x51\x2a\xde\xb3\x02\xe7\x75\x6f\x38\xe1\x76\xfb\x73\x72\x71\x2f\xb4\x67\xc6\x89\xb8\x0e\xfb\x66\x9e\x27\xa9\xa6\x6e\xf0\x27\xab\x5b\x59\xa1\x78\xc2\xcd\xd0\xfc\xe9\xe4\x35\xcf\x0a\xc5\xf3\x24\xfb\x11\x55\x3c\x61\xf3\xb7\x39\xfa\x5c\x2c\xd0\x80\xbf\x16\xe0\xfd\x06\x6f\x50\x26\x06\x17\xf9\xae\x66\x45\x1d\xf0\x0f\x06\x5e\x0b\x3d\xb4\x15\xe4\x92\xd5\xbf\xc1\xfc\xad\x49\x3b\x51\x17\xc2\x06\xe9\x73\x6b\x80\x35\xe6\xbd\xe8\xa4\xba\xb8\x99\x9f\x49\x90\xa0\x6b\xa2\x23\xdf\x4e\x24\x44\x89\x56\x9d\x9d\x88\xf1\xfd\xb9\x4b\x9e\x37\xb6\x57\x12\xe4\x09\xcf\xc2\xe1\x00\xbf\x93\x8c\x52\x12\xe3\xc9\x0a\x8f\x0e\xaa\x3c\x59\xdc\xca\x61\x8c\x27\x2a\x3a\xfe\x5c\x3f\x4f\x2a\x74\xad\x4e\x3b\x11\xf8\xeb\xf0\x82\x13\x71\xbf\xed\xa7\x07\xc2\x2e\x79\x12\x37\x5e\xd0\x07\xef\x9a\xa5\x1f\x70\xc3\xbc\x1f\xef\x9a\x95\xb6\xf4\xc5\x9d\x58\x12\xc6\xb9\x38\xa1\x98\xeb\xf9\xae\x1d\x14\xb8\x11\xe8\x9b\xcc\x30\x78\x75\x14\x3f\x3f\x19\xf8\x6b\x9d\xc7\x89\xdc\xcd\x59\x12\xc2\xf9\x82\x6a\x89\x5b\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xf5\x9e\x13\x47\x49\x57\xee\x73\x92\x70\x4a\xd3\x74\x4e\x9c\x6e\xb1\xe2\x93\xe5\x28\x92\x0f\x2b\xd5\xbf\x56\xcb\x9c\x64\xd6\xe2\xcd\x27\x33\xa5\x58\x49\x72\xb2\x62\xa3\x95\x24\x17\x43\x7f\xad\x03\xb9\x8e\x45\xa5\xb2\x1e\x44\xee\xaf\x3f\x49\x9c\xc6\x5f\x25\x4b\xbd\x60\xf2\xb7\xf2\xf6\x62\xa6\x66\x5f\xc9\x2f\x94\xa7\x38\x8c\x50\x17\x78\xf9\xe1\xdd\xbe\xc8\xcb\x1d\x33\x7a\x91\x57\x3b\x04\xf4\x0a\xc4\x52\xc9\x18\x57\xe0\xd1\x10\x2f\xbe\x78\xe3\x14\x33\xbf\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\x08\xb9\x58\xc5\xd1\x21\x82\x17\x0c\xf9\x87\x55\x3b\x57\xc0\x86\x8b\x79\x5f\x2c\xeb\x95\x44\xba\xae\x08\x62\x29\x8e\x71\xf1\x92\xea\x04\x6a\x17\x14\xb4\xc3\xc1\x91\x57\x64\x49\x4e\x11\x85\x8b\x39\x94\xcd\x90\xaf\x8f\x21\x97\xa4\xc3\x76\xa5\x8f\x60\x5b\x89\x72\x81\x1d\x1f\x3f\xb0\xa2\x6f\xa9\xb5\x43\x17\x2a\x36\x38\xa6\xe0\x4a\x2c\x17\xa3\x39\xd0\x93\xd4\x91\xa9\x17\xee\xa1\xf6\x68\xba\x90\xf3\xd8\xce\xc5\x17\xb8\xaf\x53\x8b\x5c\xb0\xe5\x3b\x7d\xef\xf5\x31\xdf\xe4\x90\xfb\x2b\x77\x4e\xd1\x0f\x16\x18\x3c\x02\xcf\x5e\x71\x97\x13\x5d\x0a\x92\x1f\x6f\x6d\xbe\xcd\x5d\x88\xb6\x55\x09\xb6\x71\x95\x05\x05\x75\xf0\x71\xca\xe6\x6b\xd1\x05\x46\x69\x97\xfe\x8b\x57\x4a\xbb\xcf\x5e\x65\x91\x52\x0d\xc1\x98\x14\xab\x82\x2e\x98\xce\xc7\x21\x31\xe6\xaa\x24\x4a\x92\x21\xae\xba\x48\xa5\x46\xad\x6b\xe5\x5a\x07\xf5\xa8\xd6\xdd\x5c\x95\x45\xf5\xf4\x42\x8b\x20\x8d\x1a\xa3\xad\xc3\xe8\x07\x04\xb6\x7f\x17\x7c\xa0\x0e\x1b\x79\x84\x38\x3c\xaa\xfa\x7f\x3d\x68\x96\xac\xd4\x69\x77\x4a\x14\xe9\xff\x66\x29\x8c\xe8\xd8\x60\xa3\x14\x4c\xd9\x3f\xfa\x1c\x14\xe5\xff\xba\x10\xb8\x91\x6b\xee\xf8\xc1\xa1\x4e\x2c\x94\x20\x71\xd1\xbc\x6d\xcf\x3d\xd4\xf1\x0f\x3f\x3a\x9f\x8b\x95\xbe\xed\x6e\xb4\x0a\xf7\xdb\xd5\x06\x85\xfb\x83\x4d\xe8\x28\xdc\xef\xba\xde\x83\x75\xfb\x0f\x87\x80\x5e\x03\x68\x63\xc4\x1b\xc8\xcc\xd0\xfc\x01\x31\xd9\xbf\xc9\x77\x24\x7c\x5c\x83\xfb\x25\xd9\x02\x95\xfe\xbf\x21\xfc\x06\xf1\xc6\xc0\x3a\x49\x9a\x24\xe1\x5c\x27\x65\xf2\xe4\x37\x80\x9b\x9e\xe5\xb9\x40\xa3\x69\x7c\x42\x52\x52\x31\xb6\x71\x21\x36\xc3\x86\xdc\x8b\x46\x6e\xc7\x6c\x5e\x48\x8d\xf2\x03\x98\x93\x85\x9e\x35\xc9\x6b\x01\x46\xcb\xb8\xc2\x07\x39\x4f\x9a\xe9\x7b\x1d\xd3\x79\xc1\x4d\xd2\x32\xfd\xc5\x82\xa1\x76\x29\xba\x20\x31\x0d\xa7\x84\xb9\x10\xcb\x61\xd9\xf5\xfa\x24\x26\xd7\x50\x1f\x17\x8d\xe6\xd6\x6e\x5d\x30\x9a\x0f\x87\x26\x5d\x10\xa1\x8e\x9f\xf3\x04\x11\xca\xf7\x86\x8b\x9e\x93\x29\xfd\x95\x31\xe9\x82\xda\x3c\x49\xa0\xbf\xee\xb5\x0f\x42\xda\x9b\xa7\xd3\x53\x66\x64\x87\x0f\x27\x02\x3b\xd2\xcf\x7c\xd6\x5e\xbb\x4b\x90\x29\x09\xf4\x17\xcd\xe5\x56\xc8\x5d\x88\xdb\xf8\x39\xbd\x0f\xf2\x6a\x18\x9d\x9e\x35\x27\x1d\x93\x87\x60\x95\x88\x77\x41\x78\xb2\x8e\xfc\x7a\x48\xad\xbd\x0a\x44\xdb\x66\xcb\x7c\x17\xa2\x2e\x7e\xce\x3b\x94\x06\x49\xf2\xf3\xf5\x02\xe9\x8d\x3c\x2f\xe7\xa8\x55\x43\xd6\xfa\xd1\xb5\x5e\xef\x9a\xa4\xe6\x00\x57\x49\x7b\x16\x5e\x50\xcb\x0f\x87\x02\x5c\xc8\x15\x5c\xac\x5c\xbb\x5e\xee\xf5\xcf\x83\xc9\x07\xea\x73\x62\xaf\xdd\x05\xa4\xa9\x9f\xcd\x82\x6d\xdd\x2e\xa3\xd7\x24\x35\xf6\xa9\x42\x80\xaf\x3d\xce\xae\xb9\x66\xad\x75\x4f\x4a\x26\x26\xc6\xcc\x4c\x67\x55\xe6\xc5\x00\xdf\xe4\x73\xc3\x78\x5e\xdb\x0f\xae\x49\x14\x15\x52\xdd\x9f\x7c\xd5\x9d\x20\xef\x46\x7d\xaf\xc3\x1e\x8c\x37\x7c\x26\xed\x65\x79\x43\x5e\xb2\x4f\xc0\x0d\x97\xc8\xa4\xb3\x7e\x43\x99\xef\x59\xdf\x07\x70\x30\xbb\xbf\x05\x5a\x77\x70\xe3\x83\xae\xdf\x48\xcb\xdc\xfc\x01\xc9\xbd\x94\x6d\xf7\x27\x5d\x65\xb3\xf3\x9b\x05\x4e\xad\xa5\xbc\xa1\xfe\x4f\x12\x2a\x6f\x38\x51\x1a\x2a\x37\xd4\xff\xde\xdc\x3b\x14\xfc\xf6\x00\xa4\x80\x9e\xe2\x27\x6b\x35\xa7\xb2\xbd\x61\x2d\x3f\x1c\xad\x7d\x07\x22\xb5\xa1\xb4\x34\x27\x52\x8c\xde\x30\x10\x24\xe9\x5a\xee\x48\x82\x25\x35\xd4\xcd\x92\xaa\x56\xd9\xdf\x91\x80\xd7\xac\x21\x9c\xa5\xec\x1e\x29\x9c\x35\xbf\x40\x84\xf1\x56\xb0\xe8\x97\xf5\x9c\x77\xe4\x9d\xc2\x0b\x89\x44\x18\x83\x0a\x06\xf6\x12\xfc\xc2\x8b\x41\x3d\x29\x44\x1e\x8a\x5b\xdf\x30\xaf\x27\xc9\x6a\x37\x3d\x37\x1d\xf8\x7a\x53\xdc\x93\x22\xe3\x5e\xe2\x9e\xb8\xcb\xbd\xb4\x2f\x46\x10\xe6\xf0\xb3\xb3\xe7\x4d\xa3\xba\x44\x9f\x1b\x61\xcd\x66\x47\x77\x62\x81\x09\x0f\x41\xb6\xdb\x3c\x29\x2c\x42\xea\x99\x9b\x91\x44\x3f\x38\xcd\xa8\x66\x2b\x53\x6f\x58\xdd\x0f\x33\xa8\x3b\x53\x54\xf2\x42\x61\x86\x4f\x12\xf8\xee\xdc\xf0\xdb\x3d\x20\x16\xdb\x18\xc2\xba\xae\x56\xbf\xde\x05\x21\x55\x5e\x76\xa1\xa0\x64\x50\xd3\x0e\xe1\xb0\xe5\xbb\x50\x46\x11\x21\xbc\x0b\x5c\xfd\x0f\x77\x41\xda\x5b\xfc\x02\x20\x55\xdc\x25\xe5\x56\x31\x88\x9b\x95\x5f\x8f\xf2\x57\x46\xa5\xbb\x10\xcb\xa5\x9d\xb9\xcb\x5a\x94\x67\x40\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x35\x54\xde\xde\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\x16\xb5\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\x28\xfe\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x08\x29\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x94\xda\xa4\x72\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\x1d\x36\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\xda\x65\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x6a\x7a\x0c\x5b\x54\xf2\x49\xc6\x57\x90\x33\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x82\xf8\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\xb1\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\xd6\x51\x3f\x9d\xdc\x48\x0a\xaa\x87\xd9\xd9\x6d\xc0\x7a\x90\xf6\x20\xfd\xbc\xc0\xcd\x71\x3b\xef\xcb\x3e\xdb\x9d\xc2\xa9\x98\xc3\xc3\x7a\x36\x63\xfc\x55\x62\xa0\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\xb1\x26\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x74\x78\xcf\xb5\x26\xed\x29\x90\xf1\x7b\xdd\xcc\x4a\xe0\xd8\xeb\xe7\x3e\xf8\x89\xde\xb8\x71\x76\x8d\x1d\x77\xc4\x98\x9a\xc3\xbd\x0e\x96\x5f\x20\xa8\x35\x26\x6e\xbf\xd9\xbb\xb9\x6e\xbf\x62\xc9\xcf\xbd\x96\x25\xc0\xac\x32\xd3\x87\xbb\x9c\xe8\x42\x80\x79\x12\x7e\xeb\x83\x87\xa2\xa7\x58\xf2\xf3\xdd\x66\x9b\xb3\x6e\x3f\x0f\x2a\x85\x79\x77\x1f\x52\x2c\x4f\xf2\xe1\x6e\x4a\x0f\xf1\x30\x45\xa8\xb9\xf6\xb3\x4c\x03\x06\xc4\xcb\xd3\x6a\x68\xbf\x94\x88\x75\x73\x7c\x5e\xae\xdc\x5f\x2c\x7f\x13\x7f\x41\xdd\xb0\x2e\x2c\xcf\xba\xae\x4a\x36\x78\xe0\x0a\x9e\x0f\x7f\xb1\xe6\xe9\x17\x08\x1a\xad\x9c\x65\x1b\xad\x7f\x7c\x26\x22\xae\x4c\xac\x91\x03\xf4\xf0\x05\xf8\xa1\x2f\xf8\x0f\x2f\x87\xa5\x3e\x4b\xff\xf8\x40\x9a\xb0\x43\xd1\x03\x63\x80\x23\xa4\x9e\x89\x39\x1a\x74\x73\xcd\x71\xc3\xe1\xa5\xa7\x99\xc3\xc5\xdf\x63\x01\x62\xe8\xc1\xc9\x37\x0e\x3d\x78\xf8\x20\xea\xc1\xea\x74\x83\xea\x65\x92\x4e\x8b\x24\x2f\x0a\x3e\x27\xab\x96\xde\x00\xeb\x8f\xb4\x5b\x2f\xf5\xea\x8e\x9d\x7e\x99\xa2\xc1\x92\xda\xfb\x5d\xf6\x5a\xf6\xc4\x91\x44\x27\x7b\xcc\x46\xab\xa7\x7a\x44\x74\x8f\x8b\xa1\xbd\x6d\x71\x08\xbf\x70\x71\x48\xf7\xf0\xc9\x82\xce\xb5\xf8\x36\xc2\xce\x1f\xac\xb2\x7f\xfb\x77\x5f\xa9\x0b\xf4\x02\x82\x7b\xec\x06\xff\x22\xe0\x7c\x38\x30\xf9\x85\xbe\x33\x59\x77\xf5\x76\x6c\xa7\xc1\x02\x55\x64\x16\x31\x7d\x07\x0e\xb4\x78\xf1\x3b\x10\x5d\x2d\x51\x10\x65\xff\x5b\x16\xb5\x7f\xe9\xae\x74\xfc\x3c\x60\xa0\xb2\x3b\xec\x7c\xc1\x0f\x16\x14\x3c\x05\xac\x5a\x34\xe6\x5d\xaa\x4b\x49\x3d\xef\x80\x32\xda\x3b\x75\x2e\x1c\x15\xa4\x4f\x4e\xca\xbf\x3f\x91\x38\x89\xf5\xbe\xac\x9c\x61\x81\xf6\x05\xc1\xcf\xf1\xaf\xdc\x1b\x5e\xb8\x00\xbb\x1e\xc4\x7b\x92\xcd\x7a\x5b\x4e\x2e\x40\x30\x5e\xcc\xc0\x2b\x3a\x19\x0e\x21\x59\xe1\x5d\x8a\x4f\x09\xed\x2f\xbc\xa1\x92\x6f\xa6\x2f\x14\x9d\xce\x2b\xf6\x7e\xec\xa0\x39\x61\xdf\x0b\x6e\x90\xa3\x7f\x83\x78\x64\xff\x46\xb9\x46\x1f\x32\x94\x07\x6e\x9e\xe3\xc7\x0c\x72\xfb\x99\x00\x8f\x58\xf0\x03\xb8\xa8\x36\x4f\x68\xa2\xd8\xaf\x36\xe1\x66\x10\x89\xf7\xf5\x46\xb2\xde\x9f\xdf\x0b\x33\x04\xf4\x7b\x61\x82\xe6\x88\x1c\x83\x3f\xe9\xbb\x5f\x24\xa4\xb1\x1b\xec\x8b\x40\xa0\x2a\x59\xe0\x7d\xa8\x1e\x56\x07\x28\x69\xe6\xab\xf4\x0b\xb5\x66\x4e\xfe\x4d\xd9\xc1\xab\x7e\xfa\x3f\x7f\x4a\xcd\x7e\x61\xc0\xa9\xd5\xbf\xa9\xd5\xd4\x1a\x1e\x4e\x48\x4b\x80\xab\x94\x53\x6b\xbc\x0f\x48\x44\xf2\x84\x26\xa1\xa8\x19\x7f\x7c\xa2\x65\xa9\x9c\xde\x97\x1a\x08\x91\xcb\x17\xa9\x65\xb2\xf7\x61\x29\x35\x75\x51\x79\x91\x41\x30\xff\x7c\x40\x99\xae\xba\x4b\xd0\x7c\x03\x69\x2e\xdc\xf2\x03\x54\x33\xb5\x9c\xf8\x4e\x2a\x03\xa5\x28\x79\x61\x12\xce\x3f\xbf\x09\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x51\xdd\x59\x2c\xf5\x9d\x6b\xe1\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\xd4\xb6\xc3\xf7\xe7\x32\xc0\x66\xbf\xf1\xa2\x4e\x49\xd4\x6f\x2a\x35\xb5\x5b\x33\x50\x23\xa0\x4b\xd9\x0c\x6b\x65\x7e\x83\xf7\x1d\x5d\x03\x27\x9c\xa5\x9c\xd6\x70\x86\x05\x7f\xcd\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x69\x06\xde\x04\x9a\x3f\xa1\x80\xf2\x33\x08\x05\xf3\xec\x07\x93\x6f\xec\x4d\x9d\x88\xba\xb1\x23\xe1\x84\x1a\x31\x4b\x4e\x9f\x71\xed\x90\x3f\xa0\x92\x48\x17\x39\xd4\xed\x6f\x59\xa8\x8f\xa2\xfc\xdf\xac\xd4\x45\xe2\x4a\x75\x61\x41\x8d\xfd\xf0\x73\xa2\x51\x53\xff\x7b\xa0\xa5\xb2\xa8\xbe\x33\x32\xa0\xa8\x7e\xca\x3f\x5f\xa0\xc8\x91\xb1\x77\xa6\x45\x35\x34\x4f\x5c\x50\x73\x71\x97\x5c\xb9\x90\x71\x2e\x25\x9d\x78\x1e\xaa\xe6\x7f\x0f\xd4\x05\xbc\x87\x87\xf3\x3e\xa0\x6e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xdf\xca\xb2\xf8\xce\xba\x3b\x19\x09\x63\xd0\xc0\x01\xca\x15\x02\x67\x21\x6a\xea\x52\x8c\x2a\xf9\xcd\x69\xce\x56\x91\x7c\xe7\x79\x98\x85\x58\x62\x34\x2a\x0b\xb8\xfe\xa4\xf3\x13\x2d\xbc\x50\x1a\x30\xa6\x51\xed\xe6\xcc\x08\xb3\x90\x6d\xe4\xbf\x4a\x13\x34\x2b\x24\x39\x7f\x5d\x21\x05\x4b\x42\x9d\x95\x3c\xaf\xfb\xc1\xe0\x78\x9a\x33\x7c\xa4\xb2\x91\x10\x79\x7f\x72\x75\xfb\x9a\xa0\x5f\x58\x13\x14\xe0\x2a\x4f\xa8\xf1\x96\x15\x64\x9d\xd8\x60\x36\x6e\xb7\xae\xe2\x13\xb7\xdc\x2c\xea\x35\x1b\x19\x9f\x11\xbb\x11\x1f\xc4\xf9\x26\x94\x7a\xd9\x87\x1e\xc9\x81\x72\xf5\x10\x3c\x7e\xc5\x2f\x3c\x7c\xa0\x31\x3b\x92\xff\x78\x61\x9d\x48\xe9\xa3\x31\x48\x58\x44\xf7\xe7\xa0\x84\x21\x9d\xc5\xa4\xd8\x63\xba\xb2\xc4\x1e\x9f\x3f\x56\x58\xb5\x7b\xf2\x44\x10\xb2\xed\x1d\xf3\x93\x72\x8a\x9d\xbf\xe6\x27\xe5\x7c\xb0\x53\x0f\x48\xc6\x97\x4d\x56\x4e\x12\x37\x9f\x25\x06\x25\x5b\x2f\x32\x4f\xc2\xce\x07\xe1\xe4\x9d\xc3\x9f\x20\x92\xe8\x27\xc3\xc2\x64\x35\x2d\xb3\xd8\xc9\x4c\x75\x16\x5e\x26\xcc\x9f\xc5\x3e\x67\xa8\xf2\x1f\xb2\xaf\xd7\x2c\xeb\x9f\x6d\x2d\x9c\x88\xe2\x39\x14\x63\x7e\x36\xdc\x5d\x8b\x52\x49\x9c\x17\xb5\xe0\x4a\xe4\x30\x3b\x14\xaf\x25\x6f\x12\x39\x3b\x02\xd9\x4b\xde\x33\x9d\x88\x1e\x09\x49\x69\xe7\xe7\x80\x7c\x9e\x74\xad\x9f\x88\xde\xf8\x26\x96\xf7\x83\x48\x87\xaf\x2d\x28\xce\x11\xe9\x3b\xbf\xaf\x86\x73\xc0\x2a\x91\x74\xd3\x9f\xf4\xc7\x4f\xb2\xfe\xce\x01\x0c\x4e\xd2\xd7\xcf\x81\x2c\x4f\x59\x1a\x92\x09\x87\xfc\xa6\xac\xa2\x73\x20\xfc\x3c\xeb\x2a\x38\x07\xf6\x29\xeb\x06\x3b\xe1\x77\xde\x94\x8e\x75\xc2\x4b\x3c\xb8\x9a\xdc\x84\x4b\x76\x70\x4d\x9b\x39\xa0\x24\x56\x3d\x90\x49\xdf\xe5\x24\xa7\x8f\x09\xb7\xe2\xae\x5b\xd6\x84\x5b\x71\x97\xd8\x3e\xe1\x56\xdc\x54\xd6\x64\xd2\xab\x38\xcb\x49\x68\xc2\xab\xb8\xe7\xee\x0f\xd2\xf7\x5b\x8b\x38\x3f\x46\xd9\xf3\xd6\x36\xcc\x33\x30\x00\xf7\xf0\x0b\xf5\x9f\x3f\xbd\x68\xbf\xce\x8f\x4f\x76\xa5\x0f\x9a\xe7\xc7\x04\x7b\xd9\x47\x6a\x9e\xdf\x7d\xab\x97\xee\xef\x9f\xef\xf7\xcf\x84\x5e\xfc\xf6\x80\x48\x83\xe1\x15\x46\x24\xbf\xdc\xf4\x74\xc2\xe9\xb8\xd7\xe4\x76\x16\x50\xad\x7e\xc0\x52\xa6\x9a\x40\x44\x92\xec\x24\x90\xb0\x4a\xe8\xbe\xee\x4d\xb8\x24\xf7\xea\x05\x44\x94\x09\xf1\x84\x23\xbd\x03\x3d\x81\x07\xc2\xe8\xde\x65\xb8\x2c\x87\x24\xc2\x35\xe9\xb3\x9c\x92\x67\x04\x8d\x70\x92\x1a\x69\xc2\x89\xf9\x7b\xe0\x3e\x20\x43\xcb\x6a\x3a\xe1\xd5\x1c\x92\xb8\xe3\x84\x57\x73\x53\x25\xab\x09\xa7\xe6\x6f\x10\x2d\x0b\x5e\xcd\x8e\xcd\x98\x27\xd8\x7c\x12\x2d\x9b\x27\xd8\x7c\x4a\x5e\x19\x2c\x6d\x49\x7a\x86\x79\xd2\x15\x4b\xe9\xd3\xe6\x99\x78\xf6\xfe\xea\xc2\x34\xe1\x47\xfd\xbd\xed\x49\x4f\x0e\xa0\x39\x65\xc2\xaa\x0a\x12\x99\xb0\x32\x3e\x66\xc2\x2a\x69\xd6\x99\xb0\x2a\x02\x6f\x26\xac\x9a\x80\x97\x09\xab\xa8\x59\x43\x75\xad\x42\x93\x13\xde\xd6\x5f\x9f\xee\x82\xb0\xca\xfe\x82\x22\xd1\xd0\xcc\x21\x6a\xb4\x9f\x2f\x08\xaa\xe6\x89\xf3\xe8\xfa\x1c\x64\x82\x2a\x7b\x5a\x84\x46\xf2\x03\x42\x63\x68\xad\x85\xd0\x28\xea\xb4\x10\x1a\xde\xe5\x42\x68\x44\xf5\x51\x08\x0d\x63\x6b\x21\x34\xb2\x40\x5c\x16\xe6\xf8\x01\x69\x5f\xd1\x4c\x0b\xc1\xe1\x23\x47\x37\xee\x1f\x5c\x2a\x44\x9d\xe6\x07\x44\x9d\xe2\x4e\x61\xd5\x0f\x3f\x7d\x30\x03\x9d\x21\x58\xd6\xde\x0b\xc6\xac\xaa\x2f\x97\x89\x79\x56\xae\xd6\xc4\xaa\xae\xd5\xfa\x0d\xae\x56\xbc\x00\xee\xe0\xc1\x37\xfc\x09\x7f\xf0\x6f\x14\xa1\x0b\x7c\xde\x8a\x34\x93\xf3\xac\x5c\x6d\xf4\x27\xdc\xfc\xe6\x4f\xb8\x5a\x63\x3d\x04\x24\x15\x79\x9e\x70\x22\x0f\x76\x80\x9a\x27\xa2\x8b\x73\x34\xd6\x42\x64\x4a\x4a\xd6\x33\xe1\xe7\x3a\x0c\xf3\x17\xd5\xf8\xe4\x13\x3e\xa1\x95\x6a\x8a\xdd\x9a\x2f\x0c\xef\x12\x65\xe7\x9b\xc0\x3a\x44\x25\xe7\x11\xfe\xf9\xa3\x0b\xf1\xc4\x2d\xab\x4b\x35\x3a\x71\xc9\x92\x8e\x6b\xce\x95\x18\x4b\x3f\x99\xea\x45\x3f\x99\xd5\x41\x3f\x1b\xfa\xf2\xc7\x88\x7c\xee\xfa\x89\xd2\x5a\xee\xeb\xfe\xe7\x8f\x89\xe9\x3c\x50\x97\x3f\xe9\xe7\x27\x81\x27\x77\x3d\xff\xf9\xa3\x8a\x4e\x73\x06\x56\xe5\xd2\x4f\x7c\xab\x97\x03\x6b\xbf\xe8\xe7\xf7\xed\xbe\x71\x4c\xdc\x9c\x54\x67\x7b\xe2\x86\xa2\xa8\xd6\x89\x0b\x8a\x49\x3a\xae\x27\xb2\x9c\x4e\x5c\x4e\x54\x4a\x71\xe2\x6e\xa2\x12\x7f\x73\x7e\x34\x49\x4a\xe2\x39\xcb\xd7\xb3\x10\x6c\x16\xf4\xac\x49\x7e\x78\xaf\x9c\xfc\x13\xa2\xbb\xf2\x27\xcd\x09\xd7\x26\x9d\xde\xf9\xa6\xaf\x67\x4d\xe3\xcd\x00\xb4\xdf\xc6\xb6\xf8\x6d\xe4\xc8\x25\xb0\xc2\x44\xe5\xf0\xbe\x33\xcb\x86\x19\x71\xb1\x3e\xb6\x35\x37\x4c\x16\x47\x0c\xfb\x26\x10\x26\xd2\xdf\x84\xb8\x43\xa1\xe2\x71\xc0\x1c\x9b\x76\xd6\xc7\x78\x1c\xc8\x33\xa9\x88\xae\xef\x01\x64\x98\xad\x93\x8b\x07\x4b\xf9\xb7\x6d\x55\xfe\x1e\xd0\xd7\x32\xeb\x13\x44\xb1\xe7\xed\x27\x19\x0f\xd4\x48\xff\x84\xcf\xb6\x1e\xa0\x4c\x73\x3c\x76\x02\xe2\x78\xa0\xe2\x6d\x48\x5d\x6f\xc4\x40\x6b\x64\xd9\x7d\xa0\x2e\x50\x90\x33\x7b\x3c\x58\x84\xa5\xc5\xf1\x17\xae\x75\xf1\x48\x9d\x6f\x77\xf5\x37\xb9\xd0\xb1\xa7\xb0\xf2\xd4\x6f\xe7\xe9\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xe7\x55\x88\x07\xf2\x49\x7f\x20\xda\xa0\x28\x8c\x3c\x48\x02\x56\xdd\xc2\xd5\x06\x78\xa5\x71\x79\xa7\xd1\x8c\x47\x7d\xe9\x59\xd4\x37\xf4\x90\xe4\x2b\xb4\x1d\xb4\x15\x8f\x46\xa7\xbf\x7d\x73\x8a\x07\x33\x9a\xc8\xcb\x2f\x1e\x1d\x6c\x5b\x8e\x83\xf1\xe8\x30\x00\xc9\x43\x2e\x1e\x83\x56\xf6\x9d\x96\x22\x1e\x03\x06\x41\x79\xa7\xc5\x63\x30\xf9\x53\xd0\xa6\x21\x78\x34\xc8\x9f\x2d\x1e\x8b\xb2\xee\x7a\x6d\xf1\x38\x99\xf3\x79\x53\xc5\x78\xc0\xff\x3c\xc8\x35\x2c\x1e\x17\xb2\x29\xa5\x5d\x4c\x22\x1e\x70\xca\x0c\x69\x07\x52\xc4\x03\x46\xe5\x20\x27\x89\x78\x3c\x0b\x35\xc6\xee\xe3\x61\x29\x8e\xcd\xad\xe2\xf1\x62\x1e\xb2\x3b\x7e\x0f\x38\xac\xb6\xe1\x65\x9e\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xf8\x6a\x0c\x2c\xbf\x2a\x8d\x7d\x0c\x91\x62\xcc\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xba\x93\xdf\xc7\xc0\xe2\x53\xd2\x1b\xc6\x80\x5a\x52\x41\x8a\xc5\x18\xd2\xcd\x07\x79\x8f\xc2\x32\x01\x2d\x2f\xbb\xcc\xf7\xe0\x65\x71\xb6\x3d\xd3\xb2\x26\xd6\xf6\x1b\x35\xf3\xc1\x86\x58\x40\x8e\xd1\x4f\xac\xdb\xa3\x20\x2f\x62\x68\x79\xec\x4f\x90\x1e\xef\x7b\xb0\x01\xd4\x71\x3d\xac\x3b\x39\x72\x0c\x8c\xa1\x6d\x25\xee\xc5\x21\xba\xb0\x75\xfd\xbe\x99\x35\xa4\x6c\x62\x13\x1e\x86\x0e\x94\x4d\x8e\xc2\xc2\x86\x92\xf7\x27\x34\xcf\xb7\x92\x37\x38\x1e\x58\x56\xda\xce\xd4\x19\xc3\x33\xf8\x46\xf1\x83\x9b\x0f\xf6\xcc\x69\xe3\x6d\x3b\x4d\x74\x0c\x0f\x90\xb0\xed\x48\xfb\x18\x68\xb2\x6b\x3b\xb5\x47\x0c\x2f\x2b\x73\x14\x81\xf4\x4d\x84\x8f\x26\x06\x56\x14\x5a\x69\x7a\xd0\xb8\xb8\x4d\x9f\xc2\x84\x6b\x66\x2b\x8b\x1a\xc7\x18\x88\x2f\xfb\x1e\x13\x23\xea\xe7\x86\x21\x5a\x10\x13\x3b\xad\x7e\x80\x0c\x22\xad\x6e\x7a\x12\x2b\xd3\x4f\x6e\x7d\x6c\x8c\x15\x4e\xa5\xad\xee\x53\x1a\x91\x48\x25\xb4\x5d\xd5\x37\x46\xa6\x25\x69\x3b\xe9\x7d\x8c\x03\x66\xf4\xb6\x0b\x59\xc6\xc8\x50\xb2\xb6\x59\x58\x8c\x57\x66\x70\xf3\x46\x8f\x48\x0f\xf1\xb6\x8b\x7c\xc4\x48\xf7\x47\x19\x21\x62\x84\xef\xe2\xf7\x60\x6d\x43\x5c\xc7\x76\x3b\x6c\xc7\xf8\x32\x26\x63\x2b\xb5\x62\x9c\xc8\x46\x7a\xec\xd4\x97\x31\xb1\x22\x78\xdb\x85\x46\x63\x0a\xc4\xa8\xed\x32\xf7\x3d\xe0\x36\xec\xa3\x9f\xc2\x64\x1a\xe5\x0d\x8f\x94\xe0\x09\xd6\x76\x28\x47\x4c\x2c\x4e\x94\x77\xde\xc6\x98\x12\x53\xd7\xef\x48\xeb\xef\xc1\xfa\x24\xeb\x01\x87\xad\xea\xf4\x59\xc9\x9a\xdd\xc7\xc9\x07\x51\x0f\x26\x1f\xa8\x0f\x1e\xfd\x5d\xd7\x2e\xa6\x34\xa9\x3c\x89\xfb\x93\xc5\x6f\x5a\x8f\x7f\xc1\xbf\x52\xc6\xed\xa2\xed\xba\x5b\x31\xb1\x68\x4a\x6b\x7b\x4b\x52\xa6\x1b\x5d\x13\x6c\x32\xa7\xb0\x0b\x8e\xc4\x54\x18\x7a\xb9\x6d\x1a\x31\xa1\x2a\x44\x68\x3b\x91\x7c\x4c\x85\xf0\xdd\xd1\xd9\x31\x31\xcb\x7b\xeb\x82\x6f\xc5\x95\xb1\xed\x3c\x52\xdf\x03\x3a\x94\x0e\xbd\x41\xda\xd2\xb5\x69\x0d\xc1\x52\xad\x0b\x9c\xc8\x3f\x1a\xda\xce\x65\x18\x53\x03\x63\xad\x43\x33\x65\xce\xc7\xba\x33\x32\x7e\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x93\x2c\x34\x2c\x13\x8d\x75\x6d\x49\x27\x8a\xee\x2c\x47\x31\x21\x15\xd3\xf7\x60\xf7\x71\x0e\xae\x76\x8b\x00\xe9\x86\xea\xa9\xed\xc4\x24\x31\xdd\x50\x81\xe5\xa8\xd5\xde\xd8\xd6\xb4\x43\xe6\x63\x7a\x50\xe9\xbb\xed\xe8\xd0\xef\x01\x62\xe6\xb7\x62\x29\xa6\x27\xf3\x0d\x01\xe8\x21\xbe\xed\x9c\x3d\x31\x3d\x94\x4d\x86\x0e\xc2\x43\x5a\x32\xb4\x0d\x13\xee\x3b\x6d\x3b\x23\xc6\x7c\x64\x1e\xa6\x8d\xd5\xf9\xa0\x2f\xcc\x0e\x18\x8d\x39\x40\x51\xd4\xb7\xad\x34\xe6\xc0\x92\xad\x3b\x02\x26\xe6\x80\xb5\xf4\x6d\x18\x8f\x19\x85\x43\xbf\x4b\xcc\x9a\x69\x4e\xd0\x11\xf6\xed\x27\x1d\x33\x0b\x7b\x89\x6d\xe4\xca\xfa\x8e\x5b\x67\x1b\x33\x33\x6c\xf7\xad\xcb\x8c\x99\x29\xe8\x54\xf2\x3d\xe6\xce\x1c\x90\xbb\xbe\x45\xcc\xbc\x26\xf7\x6d\x0b\x8f\xf9\x62\xa9\xe9\x6d\x7c\x88\xf9\x62\xd9\x9b\x6d\x07\x88\x99\xfe\xdb\x5d\xb4\x25\x3f\x48\xa0\x96\xb6\x93\x56\xcc\xef\xb1\x6c\x1e\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0d\x19\xf3\xcb\xb4\xa0\x61\xe3\x5c\x7e\x59\x1c\x2f\x68\xea\x73\x59\xcb\x36\x23\x29\x07\xeb\x70\xef\xb2\x18\xb1\x1c\x4c\x9c\xb5\x73\xa6\xc5\x12\xe0\x05\xde\x77\xfe\xaf\x58\x02\x12\x88\xf7\x9d\xaa\x31\x96\x70\x73\xf9\x43\x9f\xb0\x62\xec\x4e\x9b\x18\x0b\xca\xac\x7f\x0f\x76\x1f\x91\x81\xdf\x3b\x7f\x41\x2c\x2c\x4e\xd5\x25\x81\x97\xcc\x82\x32\xfb\x66\x11\x4b\x66\x72\x88\xed\x74\x1b\x4b\x39\xd6\x1b\xfb\x13\xd4\x63\x09\x7d\xfb\x5e\xc4\xc2\x3c\xf8\x59\x42\x7b\x69\x94\xc0\x85\x2f\xa5\x71\x2d\x3b\xbf\x40\x2c\x0d\x62\x45\xdf\xc1\xfb\xb1\x30\xa7\xd6\xae\x03\x1b\xcb\xa0\x30\xb3\x6f\x28\xdf\x03\x2a\x8c\xb7\xf4\x5b\x56\xda\x8b\x7d\x2f\x8e\x05\xc1\xbc\x21\xed\x98\xf4\x58\x4e\xa6\x6d\xda\xd9\x58\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf6\x70\xa7\x63\x8d\x85\xc1\x43\x5d\xc7\xb8\xdc\x20\xaf\x7d\x47\x08\xc6\x72\x83\xe0\xf4\xad\x30\x8e\x65\x49\x11\xdb\xf0\x19\xcb\x4b\x18\x27\xad\xfe\x25\x9a\x4a\x2c\x2f\x2f\x84\x97\x9e\x34\xd3\x97\xf5\xc7\xb7\xa2\x21\x96\xf7\x5e\x6f\xec\xa9\xbf\xcc\x34\xb9\xb5\x39\xb1\xbc\xef\x7a\xb0\x3b\x9d\xcc\xc5\xbc\x9d\xe1\x63\xc1\xf5\xf3\x7b\xb0\x47\x99\x84\xd8\x56\x89\xc4\x32\x21\xde\xf4\xad\x3a\x8c\x65\xb2\x0a\xdc\x56\x44\xc5\x7a\x1c\xec\x63\x13\x9c\x7a\xc0\xb4\xd9\xb7\x4a\x2d\xd6\x83\xc9\x68\xb6\xeb\x5e\xac\x07\x8a\x0c\xf7\x54\xcb\x5f\xb0\xaf\x1a\x81\xf6\x69\xa7\x5f\x8e\x35\x56\x5e\x2b\xf7\x7d\xac\xc6\xc6\x01\xf6\xc1\xa8\x91\x55\x96\xb6\xd7\x63\xac\x29\xaf\x9a\xc1\xbb\x0f\x56\xa6\xeb\x5b\x25\x17\x2b\x4a\x37\x84\xbe\xbd\x64\x62\xad\xbc\x89\x6e\x77\xa1\x58\x91\xea\x3a\xf4\x9d\x79\x31\xd6\xce\xb4\xec\x59\x2b\x5f\x09\xbb\xb6\xfd\x3a\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\x50\xfb\x87\xbc\xd3\x61\xc7\x3a\x56\xa7\x82\xde\xc9\x13\x9b\x05\xbd\xa5\x4f\xdb\x76\xc4\x58\x4f\xd4\xd9\xec\x3b\x4d\x72\xac\x2b\xe0\x7f\xdb\xdc\x62\x3d\xc9\xcf\x0e\xbd\xc1\xd8\x8e\x96\x37\x56\xd7\x9b\x55\x48\x77\xd1\xbb\x58\x6f\x1a\x92\xa2\x1f\x70\x62\x3b\xda\x23\xd6\x97\xbc\xe8\xd0\x36\x2c\x14\x2d\xfb\xca\x52\x69\xef\xea\x92\xd1\xeb\x44\x50\x52\xdf\xe5\xda\x62\x3b\x26\xeb\xff\xed\xa3\xd2\x02\xf3\x65\x6e\x85\x7f\x6c\x21\xb1\xf2\xc3\x66\xc5\x8d\xf2\x53\xdf\xb5\x96\xbf\x07\x17\x1f\x1c\xfb\x01\x79\x51\xdd\xf4\xa9\xa1\x22\x60\xe8\x75\x9f\x9d\xef\x02\xc4\x07\xbb\xd3\xca\xa4\x99\x75\xa3\x79\xab\xf0\xfc\xea\x5b\xd9\x14\x1b\xab\xdc\xf4\xba\x65\xc1\xc6\xb2\x1c\x2a\x34\x10\x5b\x45\xdd\xac\xbe\xdd\x40\x62\x6b\x64\x13\x5b\x17\x14\xdb\xca\x85\xbe\x2b\xb4\xc7\x86\xa4\xdb\xdf\x83\x05\xe4\x36\x3a\x87\xdd\xc2\x61\x43\xfe\xa2\x4f\xd0\xdd\x00\x3a\x3b\x67\xba\x85\xb9\x76\xb1\xe6\xc3\x56\x7c\x7d\x0f\x30\xec\x4e\x0e\x16\x1b\x43\x01\x65\x63\x88\xed\x4e\x8c\xc3\x16\x3c\x6e\x48\xf1\x0a\xc4\x8d\x0d\x5e\xc2\xf1\xd8\x55\xcf\x62\x7b\x90\xca\x58\x8e\x6e\xb1\xbd\x61\x3d\xd8\x9f\x4c\x5e\xcf\xb7\x92\x31\x76\x6a\x7f\xfa\xce\x08\x12\xfb\x81\x0a\xa4\xbd\xed\xb5\x7c\x64\x17\x20\xdc\x30\xed\x91\xc5\x50\x76\xad\xff\xd8\x23\x33\xd4\xb5\x7d\x23\xe9\x28\x0f\x1a\x94\x02\x3c\xf6\x4c\xf2\xb3\x6b\xc5\xc7\xce\x0a\x7f\xbd\xed\x2b\x4a\x2f\x2c\xea\x2b\x09\xbc\xd7\x87\xf0\xd8\x20\xec\x28\x1e\xf0\x3d\xd8\x9f\xac\x54\x63\x3b\xcd\xfd\xf7\x80\x65\xe3\x36\xd2\xf5\xb1\x2a\x05\x07\x7d\xd2\x1b\x93\x79\x26\x3d\x60\x25\xad\x8d\x63\x7d\x1d\x64\xc9\xc3\xfd\xdc\x05\xad\xf5\x46\x66\xf9\x8e\xcd\x03\xfb\xb9\x8a\x05\x6b\xf9\x27\xeb\xa0\xec\x3c\xdc\xb1\x9f\xe4\xf8\x3b\x8f\x76\xec\x27\x8f\xa9\x24\xe6\xbe\x38\x5a\xdf\xb2\x49\x67\x5c\x69\x97\x70\xdb\x19\x9d\xd8\x25\x0f\x77\x1c\xf5\xb6\xb5\xa3\xb1\x3f\xdc\xeb\x9d\x7b\x32\xf6\x67\xcd\x6b\x8b\x26\xfd\x59\xb5\x41\x37\x05\xee\x6f\x58\xe0\xa8\x7a\xc0\x41\xba\x1e\x30\x0b\xff\x56\x42\xc7\xfe\x76\xae\x6d\x33\xd6\xfe\xbe\xec\x74\xa8\x53\x24\x0c\xde\x95\xde\x63\x9f\xab\x2a\xe6\x96\x5d\xfa\xa2\x2f\x3b\x4b\x55\x1c\x91\x68\xbb\xf3\xf9\xc4\x11\xaf\x95\xba\x7f\x81\x78\xe4\xc1\x37\xb6\x5a\x65\x94\x9b\x09\x57\xf6\xae\xac\x1a\x3e\x69\x57\xc3\x8e\x2c\x66\x11\xfa\x28\x7f\x91\x79\x3c\xb2\xc6\x42\xe8\x3b\x7a\x3c\x8e\x56\xf8\xf9\xa6\xce\xcc\x78\x19\xba\x04\xf2\x71\xae\x90\xa4\x7d\x82\xc7\x43\xfb\x50\xd3\x32\x9e\x87\xa1\x30\x71\xf7\x41\x4f\xd5\xb1\x1d\x8c\xe2\x78\x19\xe4\x91\x36\xb9\x1e\x6f\xa6\x07\xf4\x26\x71\xe3\xed\x2b\x8e\x75\x77\x4a\x57\xbb\xb1\xdd\x4f\x22\xfd\xd6\xc2\xd8\x8e\x18\x71\xbc\x2b\xcd\xc8\x56\x87\x8c\x79\x33\xd2\xb5\xe9\xc1\xd3\xfe\xed\xc1\x79\x04\x8e\xb2\x25\xac\xf3\x88\xf4\x06\xdf\xd8\x76\x1e\x7d\x85\x51\xe4\xfd\x60\x2e\xcf\xfb\x05\x8f\x33\x8c\xe5\x2f\xbe\xfb\x88\x17\x85\xe7\x4d\x26\x4f\x96\x9a\x1e\xd2\x40\x9e\x99\x71\x81\xbb\x34\x4e\x3c\x0b\xe4\xb8\xb1\xcb\xb6\xc4\xb3\x2e\x57\xb2\x2d\x2e\x9d\x15\x0e\x57\xc7\x8e\x54\x8f\x67\xbd\xd6\x1b\xbb\xd3\xf1\xd2\x45\x61\x93\xa7\x0b\x75\x1c\x82\x8a\x57\xc4\xab\x91\xe1\xef\x0c\xe2\xdf\x03\x12\xd2\x7d\xb3\xbe\xda\x72\xd8\x19\x7e\x83\x4a\xdc\x8d\xc4\x57\x43\x90\xc8\xb1\xf3\x9e\xc5\x0b\x09\xff\x3f\xb9\x36\xeb\x01\x35\xa1\xfb\x3c\x5e\x48\xe8\x1f\x0f\xad\xe5\x6a\x9d\x0a\x93\x7d\x84\x2f\xe4\xdb\x0f\x79\x57\x6d\xfc\x1e\xf0\xd2\xb7\xb1\xfa\x6a\x9d\x85\x3b\xa2\xde\x18\x64\x3d\x9b\xa2\x5d\xc8\x36\x1f\x8f\x5d\x59\xf2\x7b\x00\x47\x9d\xe0\xe5\x5f\xb4\xdb\x35\xf5\x81\x8a\xd0\xc7\x4e\x8c\xfb\x3d\x98\x14\x2b\x34\x31\x3a\x5b\xee\x8c\xa0\xdf\x83\xce\x42\x8b\x7a\x83\x9e\x87\x32\x1a\x5c\xc8\xa9\x1d\x0f\xd1\x96\x8b\x09\xad\x8f\x9d\xe7\xe9\x7b\x70\x32\x4a\x7c\x41\xfd\x29\xb4\xea\xf6\x2d\x66\xbd\xb1\x51\x97\xbe\x49\xfe\x5b\x68\xa6\x13\xdd\x7c\x51\x00\x27\xe4\x1d\xd7\x10\x27\xb3\x87\x17\xe9\x8e\x27\x33\x77\x4b\x47\x32\x3b\x9d\x19\xb6\x51\xe5\x7b\xd0\xf1\x42\xd3\xef\x93\x8a\x62\x7d\xb1\x44\xdb\xee\x07\x9d\x4a\x6f\x7d\x12\xef\x7f\x53\xad\xcf\x4e\xe3\xfe\xb6\x55\x7d\x0f\x48\x9e\xf6\x41\x9f\xc8\xf9\xfc\x4d\x23\xee\x07\x34\xf3\x4a\xef\x32\x3b\x2d\xa1\xba\xdf\xcf\x5e\xb9\x6f\x51\x6f\x40\x1c\x4c\x3d\xa9\x0f\xb8\x47\x35\xcf\xfc\x13\x43\x5a\x4b\xfa\xcd\x7c\x92\x92\x30\x67\x1f\x5c\x6b\xd4\x18\xe7\x9a\x96\x3e\x81\xc3\x73\xda\xee\x28\x71\xf6\x8b\xf3\xac\x5a\xfc\xc5\xf3\x16\xb5\x56\xc4\x64\x48\xe3\x3d\x91\xd7\xf7\x47\x41\x37\x91\xd8\xb7\x6d\x43\x69\x9c\xcc\xdb\x9b\x77\x86\xec\xef\xc1\xda\x23\xbf\x81\x79\x6e\x73\xde\xf7\x00\xcc\xcf\x2f\x20\x45\x60\x92\x8c\x36\x07\xbd\x66\xa4\x04\x9c\x63\x19\xc2\x36\x4e\xcf\x71\xd0\xfd\x47\xd0\x1b\x6b\xe3\x35\x71\x66\x84\x95\xe9\x6c\x22\x23\xec\xd7\x85\x1e\x2c\xaf\x83\x2d\xc5\xcc\x41\x2f\x03\x29\xbe\xe6\xa0\x95\x58\x87\x6f\x0e\x58\x2e\x92\x2e\xc8\xcb\x21\x28\x1f\x9e\xe8\x43\xe7\xb0\xfa\xef\xfe\x16\xf1\x7f\xc2\xb6\xe6\x60\xa2\x85\x1d\x39\x14\xe7\x58\xe9\xfc\xeb\xff\x9a\xeb\xfd\xeb\xfc\x8f\xff\xf7\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\x50\x2b\xef\xe7\xe5\xd1\xf3\x86\xb2\x73\xbb\xe1\xbb\x24\xef\x7f\x3f\x08\x1f\xfa\xe4\x72\x57\x17\xeb\x2f\xa8\xe5\x76\x0b\x33\x22\xee\x96\xdb\xdf\x20\xfd\xe6\xb6\xde\x1e\xc7\x27\x0d\xaf\x7f\x69\xdb\x38\x76\xcb\x33\xdc\x42\x19\x7a\xb7\xbc\xee\x8d\xb9\xb9\x92\x5a\xdc\xdb\x64\xb1\x80\xdd\x32\xdd\x1b\xf2\x28\x6c\xfb\xf9\x11\x3e\x29\x65\xff\x3b\x98\x2c\x7d\xcf\x3b\x7e\x47\x73\xff\x8b\xb5\xca\x6d\xfc\x88\x9e\x45\x04\x5e\xdb\x39\xf5\x23\x60\x6e\x43\x9f\xaa\xc3\x73\xa4\x43\x90\x4d\x07\x8b\xd6\xaa\xa5\xba\x05\x94\x67\xc3\x22\x05\xcd\x31\xd1\x33\x59\xd9\xfe\x8f\x14\x1e\xb7\xbd\x6c\x8b\x6a\x9b\x6a\x63\xc2\xa8\xae\x1d\x4e\xe9\x54\x1b\x7c\x83\x8a\x12\xe9\x1f\xe9\xa3\x27\xfb\xdf\x55\x79\xc8\x6d\x9e\x0b\x2a\x17\x1e\x8a\x9a\x38\xd2\xf0\xda\xa0\x65\x51\xd4\xd2\x91\x3e\x2c\xda\xff\x7e\x4b\x38\xfc\xd5\x79\xbb\x09\x0c\x49\xce\xf8\x47\xba\xdc\x23\x24\x65\xf9\x81\x1f\xe9\x76\x8f\x88\x27\x93\xaf\xe7\x01\x53\xc1\xfe\x17\xec\x49\xae\xf3\x07\x74\x0d\xfb\xdf\x9b\x6d\x4d\x6d\xaf\xdb\x38\x93\xed\xd5\x71\xe0\xda\xba\xff\x2d\x18\x6e\xa8\x49\x1b\x87\x3a\xef\x41\xa1\x34\x07\xea\xbc\xaf\x7f\x61\x0e\x56\xcd\xcf\x03\xc5\xd1\xf7\xbf\x9c\xc8\xf6\x22\x3b\x50\xc5\x7c\xff\xcb\x89\x6c\x2f\xa0\xf0\xa6\xdd\x16\x5e\xd6\x7c\x57\xc4\x47\xf4\x39\x8f\x07\xdc\xcd\xb7\x57\x4f\x3c\x52\x54\xcb\xc7\xb4\x86\xa2\x14\xe3\x91\x86\x9b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x42\x48\xf1\x68\x59\x6d\x6d\x7c\x1d\xba\xa9\x7b\x16\x1d\x4d\xdb\x2f\x2d\x86\xb2\x37\x2d\x86\x92\xf1\x55\x51\x53\x75\xd3\xf9\xcf\x9f\xd1\xba\x9b\x2e\x37\xbd\xf8\x2a\xec\xa6\xaa\xb1\x02\xf2\x43\x16\x77\x58\x4f\x37\x5d\xff\xfc\xe9\x0a\xe5\x8c\xa1\xf9\xab\x6f\xf2\x5d\x21\x98\x31\x34\x7f\xd5\xf0\xd5\x3e\xd6\x11\x92\xef\xfe\x97\x41\xd8\x6a\xf1\xdc\xe1\x24\x1c\x95\x54\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x01\x31\x7c\x84\xb1\x2b\xf1\x55\x8c\x71\xd3\x90\x18\x23\xfd\x9c\xb6\x4f\x61\x8c\xb1\xb9\xad\xb3\xcd\xdf\x5d\x6e\x83\x23\x70\xd9\xfe\x51\x31\x56\x0d\x17\x29\xd7\xca\x3b\x2f\xc6\x5a\xdd\x06\x47\x77\x39\xdf\xc7\x68\x48\x46\xd6\xb6\x97\x13\x69\x8c\x4d\x88\x15\x99\x30\x6c\x78\xbc\xe6\x3e\x99\xa6\xa1\x1c\x1a\xaf\xfb\x3b\xb8\xdf\x16\xb9\x7b\xc7\xd8\x3d\x4f\xe8\x60\x8a\x7c\xac\x23\xb4\x89\xfb\x5f\xce\x73\x9f\xb6\x18\xbb\xe7\xd9\x39\xcf\x4d\x27\x63\x1c\x86\xe7\xe0\x77\x5d\xdf\x3d\xfe\x0e\x42\x4c\x69\x42\x95\x74\xe8\x3b\x10\xe8\xaf\xcf\x3d\xcf\x14\x75\x72\x52\x3c\xff\xf9\xa3\x50\xae\x98\xc6\xa3\x16\x84\xba\x45\x95\x8b\x8b\x26\x85\x31\xc1\xe3\x26\xaa\xde\x58\x4c\x67\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\x32\x05\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xd9\x6d\xcc\x3e\x3c\x19\x35\x33\x54\x87\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xee\xeb\x5d\x29\x56\x63\x16\x03\x88\x79\x30\x6e\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x45\x50\xc5\x7c\x69\x4f\x33\x2e\xfc\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\xd7\x89\x8f\xf9\x15\x48\x32\x04\xa2\x43\xe9\x6f\x62\x9e\xc5\x6d\x90\x46\x14\x4d\x1e\xcb\xa1\x3e\x0b\x92\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\xa5\xae\x8d\xa5\xbb\xe9\x83\x4e\x57\x60\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x75\xbd\x2a\x2d\x79\x44\xbd\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\x65\xf4\x8e\x28\x57\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x62\x9c\x63\xf5\xf9\x46\x81\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\x8a\x12\xec\x7f\x21\xf2\x29\x8b\x6b\x1c\x53\xc7\x0d\x29\xc0\xbf\xb6\x1d\x0f\x43\xa9\xf5\x7f\x25\xc8\xc6\xcb\xa7\xf1\x82\x2f\xa3\xf2\x19\x45\xe4\x48\xdc\xff\x16\x96\x0f\xde\x6b\xbf\x4c\x6c\x90\x60\xf0\xa3\xc1\x7b\x81\x6f\x17\x5c\x5e\xa4\x35\x48\x2a\x13\x1e\x5f\x89\xc1\xf1\xa5\xc7\xbf\xca\xfd\xc6\xd7\x07\xeb\xbd\x69\x9d\x10\x51\x44\x08\xda\xfe\xb7\xfc\xf3\x27\x2b\x43\x65\x44\x18\xd8\xfe\x37\xfe\xf3\x27\x97\xed\x08\x1e\xe7\x35\xd5\xc4\x0c\xbe\x5b\x58\x88\xf3\xf1\x57\x4f\xfc\x8d\x8c\x8a\xb0\x12\xed\x7f\xcb\x6f\x3c\x4a\x3a\x84\x29\xe9\xf8\xc4\x1e\x39\xca\xa7\x43\x70\x4c\xc7\x07\xc7\xed\x43\xf2\xfd\xec\x6a\x09\xe1\x87\xa6\xa5\x43\x8b\x4a\xc7\xb7\xa8\xba\x85\x8b\x74\x08\xed\x12\xed\x4d\x55\xa0\x48\x47\xf8\xe9\x0f\xb8\xa5\xda\x40\x09\x92\xc8\xfe\x17\x5b\xa6\x88\xe1\x74\xe4\xa0\xb6\x81\xb8\x05\xcd\x63\x78\x1e\x1f\xdf\x6d\xaa\x09\x9e\x8e\x31\xdc\x84\xac\x9b\xca\x3d\x97\x8e\x71\xb9\xed\xfe\xe7\x4f\xcd\x02\x86\x88\x75\x3a\x3e\x62\xbd\x3d\x6c\x8e\xe4\x6b\x50\x3a\x66\xfd\xe7\x8f\x52\x45\x27\xdc\x2f\xf6\xbf\x27\x38\xb7\x3e\x9a\xee\x6e\xa2\xbb\xb5\xf7\xc9\x02\x44\x0a\x70\xa8\xab\x4a\xd1\x9b\xc2\x74\x1b\xee\x21\x55\x05\x00\x52\xd0\x81\x49\x61\xf2\xbb\x4d\x95\x52\x94\xc8\x97\x22\x54\xd8\x87\xa2\xbf\x52\x8c\xa7\xdb\xe6\x47\x72\xf7\xb1\x4e\x31\x69\x65\x11\x79\xbe\x6a\x50\x93\x04\xd3\x14\x3f\xc1\xab\x2b\x5c\x33\xc5\x72\xbb\x09\x84\x5a\xc9\xf8\x53\xec\x9e\x08\xf4\x5b\x87\x0a\x73\x26\x33\xe6\x14\xe1\xb4\x74\x18\x49\xa1\x15\xde\xff\x42\xc4\x17\x63\x4e\xf1\xcc\x6e\xeb\x98\xe5\x86\x57\xbc\xbc\x80\x6b\x4d\x45\x2b\x78\xdc\x25\x68\xff\xa1\x08\xff\xe4\xfb\x57\xe2\xfd\x2b\xe8\x2e\x95\x92\xe4\xff\x94\xe0\xb6\x1a\x54\xe4\x25\xa5\x70\xba\x0d\xd5\x30\x55\xe7\x22\xf9\x9e\x95\x12\x74\x07\x41\x95\x17\x52\x8a\xdd\x6d\x03\x6d\x9b\xef\xa5\x14\x3d\x1e\x22\x4b\x82\x52\xdb\xa7\x24\x02\x9a\x12\xce\x46\x50\xe2\xf2\x94\x92\xbf\xcb\xfc\x4e\xb8\x92\x72\x72\x5b\x65\x9b\xd6\x90\x2f\xb7\xdd\x68\xd3\xf6\xa5\xec\x35\x14\xf6\x99\xd5\x67\x29\x6e\x63\x9f\x9b\x1b\x25\x5c\x10\xf7\xbf\x10\x14\xf6\xf5\x39\xf9\xaa\x98\x52\x87\x30\x33\xb4\xf2\xee\x15\x7c\x08\xd1\xaa\x01\x26\x39\x21\x41\x74\x6a\xf5\x50\x87\x46\x87\x74\x7e\xbc\x54\x29\x09\x52\x7a\x74\x1e\x13\x74\x96\x41\xd5\x15\x53\x91\x96\x23\x15\xa6\xda\x55\xd6\xbc\x84\xa2\xb5\xfb\x5f\x3a\x20\xee\x8b\x29\x5d\x4d\xf6\xbf\x85\xaa\xab\xba\xdb\x62\x52\x1b\xdc\x91\x86\xd2\x63\xe4\x37\x4e\xb5\x61\x5b\xb3\x72\x26\x67\xd8\x69\xf7\xbf\x81\x6d\x71\xb7\x35\x8f\xd7\x3e\xf1\x3c\x28\x89\x47\x46\xc2\x84\xf5\xef\x77\x60\xe4\xc7\xfd\xfd\xbe\xdc\xc4\xa0\x9e\x45\x1c\xf2\xd4\x86\xe7\x09\xa3\x7b\x50\x02\x94\x8c\x18\xcb\xfd\x2f\xd3\x53\xee\xfb\x67\x46\x78\xe5\xfe\x17\xae\x43\x0a\xd4\xc8\xf3\x72\x9f\x17\x72\xbf\x4a\x90\xcb\x53\x8a\x9e\x3c\xef\xc0\xb6\xb2\xdb\x5e\xad\x0e\xde\xf0\x59\x52\x6f\x31\x9f\x2a\xc7\x41\xa0\x6c\xad\x48\xf1\xc5\xb5\x80\x5d\xc4\x20\xfe\x51\x8e\x12\xd4\x86\x8a\xc9\x41\x95\xac\xcb\xd1\x93\xda\xbe\xeb\x44\x0c\x2a\xe0\x5c\x8e\xe1\x3e\x07\xdd\xd3\xb7\x98\x5d\x8e\x31\xd5\x76\x72\x09\x59\x6d\xa7\xdb\x90\xdd\xc1\xd5\xb9\xca\x71\x9d\x6e\x5b\x1e\xee\x9a\xcb\x3d\xd4\x76\x9f\xdf\xd2\xdd\xf4\xdc\x6a\x7a\x08\xcd\xcd\x8a\x4b\x10\xa9\x2a\xe1\x23\x55\x16\x30\x4a\x38\x6e\x37\xc1\xea\xb3\xbd\x9b\x8e\x12\x82\xdb\x02\xbb\xdc\x37\xa4\x12\x74\x73\x2c\x01\x91\x94\x41\x65\x5f\x4b\x88\xfe\x2e\xf2\xbb\x2d\xf3\x97\x90\xb4\xf2\xf0\x61\x70\x96\xfc\x54\x70\xed\xde\xff\x7e\x8b\x93\x38\x5a\x82\xee\x5c\x05\x37\x64\xe9\xef\x0f\x7a\x4b\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xcb\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x1a\x5a\x8c\x9f\xc8\x4a\x4f\x55\xcc\xed\x4a\x64\xca\x36\xa9\x13\x4b\xd4\x19\xa1\xfb\x55\x96\x58\x5f\x60\x97\xd8\xff\x32\xb2\x7a\x47\x95\x16\xdf\x27\x0b\xee\x93\x31\x88\xb9\x96\x28\x8d\x56\x89\x27\xaa\xc2\xb5\xf1\x57\xf2\x6d\x89\xba\x09\x95\x88\xe2\xc0\x41\xe9\xd8\x4b\x34\x86\x45\x62\x98\x12\x71\x94\x38\x3d\xd3\x4f\x7a\x90\x63\xe3\x51\xd2\xa1\xcf\x12\x74\xe3\x59\x11\x54\x25\x19\x1d\xc0\x9c\x62\xf0\x0e\x25\x29\x12\x4a\x42\xaa\xf8\xa0\xec\x3d\x05\x94\x7e\xff\xcb\x69\x6e\x5d\x48\x49\xd2\x69\x94\xc4\x72\x82\x4a\x08\x59\xe0\xa1\xbb\xff\xc5\x61\xd6\x6d\xa8\x64\xa3\x5f\xfe\xd0\x2f\x2b\xaf\x68\xc9\xe2\x85\x85\x0a\xb6\xa1\xbb\x5c\xc9\xba\xb0\x15\xb8\xcb\xc7\xe0\xfd\xcb\xd2\xc3\x96\xfc\x7e\xf8\x27\x1d\x55\xf1\x15\xb0\x14\x86\x10\x18\x2a\xc5\x87\xab\xc0\xba\x15\xe2\x8e\xb0\x2b\x45\x5a\xaa\x52\x90\xc3\x53\x71\xc6\x05\x5e\xb9\xfb\x5f\x64\xcd\x56\xd0\x58\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xb9\xb7\x0a\xc2\x4e\xf6\xbf\x40\x5c\x15\x81\x29\x55\x9c\xbe\x54\x24\x3d\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\x61\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\xe4\x45\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x51\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\xaa\xc5\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xe4\x92\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\xe2\xa2\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xc9\x2d\x4a\x4b\x8f\x9b\x40\x36\x55\x53\xa3\xb4\xac\xe5\xd1\x92\xec\x0c\x4a\x05\x65\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xab\x91\x22\xef\x4b\x33\xbe\xa3\x58\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x55\x84\x4b\xf7\xf1\xea\x3c\x5e\x4a\xb6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x96\x8e\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7a\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\x0e\x5d\x22\xcb\x58\x51\x26\x5b\x85\x57\x50\xc7\x71\xff\x4b\x04\xdc\x12\x7f\x19\x3e\xe9\x03\x27\x7d\xfb\xa4\x1d\x05\xba\x82\xfd\x6f\xe5\x67\x1b\xa7\x47\x73\x1b\x63\x34\x14\xda\x5e\x86\xac\x45\x05\xc5\xd1\xb2\x82\xd4\xcb\x78\xb5\xb8\xf1\x12\x55\x24\x78\x9c\x1e\x0e\x41\xd7\xb9\x08\x1d\x10\x7a\xbc\xff\x2d\x4c\x7f\xb6\xf7\xe7\xb4\x8c\x70\x9e\x8c\x38\xd9\x3a\xcf\x72\xea\xae\x56\x50\x32\x25\x17\x1d\xe6\xcb\x04\x02\x35\x20\xb2\x2a\x96\x96\xab\x89\x06\x5c\xf4\xce\x55\x92\x88\x72\xe9\xd6\x58\x50\x54\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xca\x3f\x28\x33\x52\xb9\xcc\x47\xe1\x26\xfb\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\xb9\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\x21\x3c\x2b\x32\xb3\xdc\x49\xc3\x21\xb5\x73\x56\xa4\x65\x41\xae\xdf\xfd\xef\x0a\xed\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\x69\x71\x63\x30\x12\x21\x09\xe8\xfa\x17\xe9\x3f\x43\xde\x3a\x87\xf2\x34\xad\x00\x49\x33\x63\x90\x0e\xbc\x20\x8d\xe2\xfe\xf7\xbb\x78\x78\x71\xaf\x94\x18\x85\x5e\x3a\x59\xf9\x0f\xca\x2b\x63\x4d\x81\x0f\x79\x96\x16\xb8\xbc\x45\x7b\xf0\x16\xee\x81\x4e\xf2\x5b\x75\x42\x5e\x9a\x81\xcb\xbe\xcc\x94\xd7\xdc\xe9\xad\x0c\x34\x12\x3a\xbc\xc6\xe7\xf7\xc3\xe7\x2c\x7b\x42\xb1\x6e\xa9\x20\x27\xd7\xd7\xe5\x06\xca\x7b\x0b\x60\xf0\x3a\xce\x3b\x66\xe6\x28\xef\xe3\xc5\xb1\x96\x92\x42\xe9\xcb\x2b\x1d\x77\x81\x27\x51\x56\xec\x2a\x5d\x93\xf7\xbf\x03\x4d\x7b\xdd\xd3\xb2\x24\x42\x78\x43\x2e\xa2\xf9\xd3\x02\xc2\xa4\x80\x50\xf6\x2d\xbb\x4c\xb3\x49\xa4\xcd\xc9\x4d\x9b\x33\x8d\x0c\x93\xc8\x50\x44\xd6\xa7\x14\xd9\x65\x22\x24\x33\x14\x11\xc5\xf9\xb8\xed\x59\x6d\x1a\xce\x74\x96\x4e\xd3\x56\x67\x94\xf9\x74\xb7\x0d\xa4\x6b\x55\xd3\x2b\x30\xcf\x97\xb1\x54\x7b\x2a\xf5\xd0\x0a\xea\x51\x1a\x4b\x5c\xb4\xdd\x36\xdc\x86\x54\x78\xdb\x6b\xf0\xa8\x16\xf5\x2b\x44\xfd\x18\xca\x8e\x89\xae\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\x2f\xdc\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\x70\x9a\xcd\x9e\x24\x42\x73\xf7\xbf\x1f\x49\x54\x09\xdc\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\x03\xdf\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x14\xd0\xfb\xbf\x17\x7a\x6b\x30\x5c\xc2\x82\xcb\xd0\x74\xde\x5b\x6d\x2f\x2b\x8d\xec\xf3\x5a\xa3\x54\x95\x35\x1e\x1f\xde\xaa\x02\x5a\x8d\xba\x35\xd6\xf8\x89\x0a\x59\x75\xaa\x6a\xec\x02\x27\x74\x51\xd1\xf5\x88\x6a\xf4\x02\x23\x92\x22\x6e\xef\xa0\xa3\x5a\x32\xaf\x11\x05\x49\x82\x50\xac\x46\x1d\xd7\x0a\x5d\x54\x0c\x75\x4b\x23\x15\xc6\xf5\xfd\x2f\xc2\xa5\xea\x16\x47\x6a\xca\x1a\x0e\x6a\x9b\x8f\x2c\xee\x15\xa4\x53\x7d\xc2\x2a\x1e\x86\xb2\xbe\xd6\xa4\x73\x5e\x57\x44\x9b\xd4\xd2\x35\xbd\x1e\xef\xe5\x78\x5b\xeb\x52\x93\x6e\x09\x95\x51\xd3\x43\xb9\x13\x6a\x96\x99\xb2\x66\x26\xdb\x55\xca\xc9\x9a\xbd\xbe\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\xbe\xd4\x54\x5c\xad\x66\xf9\x48\xd4\xfc\x86\x7f\xfe\x14\x25\x43\xac\xb0\xe5\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\xa2\xab\x40\x2d\x1f\xf3\x2e\x4a\x69\x5f\x4b\xba\xdd\xf4\xf0\xb3\x0d\x95\x22\x03\x40\x2d\x1f\x82\x97\x63\xb3\xd7\x5a\x3c\xc9\xc2\x49\x6a\x6d\x65\x7a\x30\x44\xbe\x07\x65\x7d\xa8\x65\xbe\x6e\xe3\x9e\x6f\xca\x5e\x2d\xb5\x57\x48\xed\x31\x28\xd7\x41\xad\x12\x39\x6a\xfd\xf8\x4d\x91\x46\xa6\x56\x99\xb9\x6b\x45\x2c\x48\xde\x01\xa4\x47\xad\x62\xaf\x15\xd6\x9a\xa2\xfc\x9f\xb5\xd6\xdb\x4d\x0f\xa3\x28\xd5\x65\xf3\x67\x50\xf2\x54\x69\x34\x6b\xed\x1e\x8e\x1e\x9b\x4a\x72\x58\xeb\x38\xd5\x36\x6e\x56\x00\xda\x50\xa9\xb7\x60\x59\x6f\x88\x76\x2a\x02\x59\x5b\xd4\x29\x69\xdf\xdd\xb2\x84\x6d\xdd\xa8\x4d\xf6\x99\x8a\x20\xc0\x22\xdd\x49\x6d\xf2\x1c\xaa\x8d\x2a\x25\x15\x57\xa8\x3d\x69\x7b\x3a\xbc\xfe\x73\xdd\xba\xa1\xda\xeb\x54\x5b\x03\xcd\x69\xdb\x29\xa3\x76\xe3\x33\xbd\xdf\x5a\x17\x30\x51\xf0\x7f\xff\x7b\xb1\x4d\xdf\x49\x21\xc3\x90\x92\x18\x9a\xce\x64\x97\x0a\xab\xb2\xa2\x7c\xeb\x51\x6d\xd3\xf3\x9c\x9c\xa7\x90\x7d\xc8\xdd\xa0\x8e\x35\x4f\xd1\xdb\xd1\xb4\x86\x81\xd4\xaf\x59\xe9\x2a\xea\x78\x04\xcd\x01\xef\xa8\x5c\x37\x67\xae\x43\xbc\xab\x0e\xf2\x2e\x15\xc5\xa9\xa7\xa9\x1f\xd3\x0f\xb5\xae\xef\x4e\x49\x32\x95\x29\x68\xb2\x72\x69\xd4\x53\xb6\xf5\x7a\x22\xa9\x6c\xe8\xc2\xdb\x53\xd7\x9c\x0a\xf1\x37\x64\xa5\x51\xaa\xe7\xe9\xf1\xce\xef\x74\xc9\x8d\xa1\x9e\x97\x87\x23\x47\xef\x22\x39\xa7\xc9\x0a\x4b\x58\x86\x2e\xd2\x81\x7a\x93\xfb\x5f\x92\x23\x0f\xf7\xe8\x08\x9d\x2c\x6a\xe4\xed\x3b\x25\x4e\xd6\x93\x11\xd5\x7d\x8b\x8c\xf5\x92\x83\x55\x85\xf1\x30\x86\x2e\xca\x7f\x1d\xda\x86\x0b\xa9\x1e\xda\x76\xb0\x3f\xea\x25\x35\x50\x45\x45\x33\x57\x55\xa8\x97\x14\xa5\x15\x22\xfc\x37\x4d\x0d\xe7\x9d\x45\x99\x33\xe7\xd3\xaf\xd7\x70\xd3\x09\xc1\xb6\x47\x75\x69\x60\x5e\x48\xfe\x16\xba\xd8\xda\x65\xc4\x45\x61\x2e\x27\xc0\xae\xd7\xe5\x49\x22\x4f\x6c\xd8\xfe\xb5\x47\xbd\xe4\x2a\x55\x2f\x14\xfa\x0c\x3d\x69\x96\xf2\xc0\xab\xac\x41\xd5\x54\xe1\xbb\x5e\xaf\x01\xc6\x30\x5d\xf9\x76\x54\x54\xe6\xd9\xff\x66\xa4\x91\xdd\xc7\xf2\x36\x11\x60\x1d\x1b\xa7\x7a\xaf\xb7\xd9\x13\xaa\x64\x84\xac\xba\xf9\xf5\xf1\x77\x4f\xe4\x70\x82\xca\x63\x91\xe5\x61\x06\x10\x99\x3c\xea\x9b\xb5\x74\xfa\xd5\xb7\x21\xb0\xbc\xd2\xee\xd5\x17\x26\x8f\xa6\xe2\x73\xf5\x95\x33\x52\x7d\x91\x5a\xa9\xa9\x44\x5c\x45\xbe\xdf\xfd\x2f\xd4\x4a\x16\x9f\x2c\x66\x57\x88\xd9\x25\x0b\x55\x2c\x65\xd7\xe5\xaf\x5f\x0e\xb5\xbd\xee\xf2\x65\x97\xe2\x26\x53\x7e\x1f\x75\xb2\x0e\x7b\xd3\xf2\xa6\x8f\xc2\xe4\x0e\xa9\x64\x41\xb3\x03\x67\x3b\x98\x95\x49\xb4\xbf\x1d\x52\x96\xb6\x03\x42\x71\xde\x1e\xc3\xdf\x83\xe2\x36\xe4\xe2\x2c\xdb\x23\xb2\x85\xbc\xb7\xa1\x85\x8c\x84\x6f\x9b\x90\xb5\x20\xa1\xa4\x05\x96\xc2\x55\x46\xd4\x16\x64\xbd\x6e\x90\x05\xa3\x0d\x4f\xcd\x92\x5a\x83\xa4\x16\x6d\x78\x6a\x51\x02\x52\x8b\x1f\x07\x2f\x32\x05\xb5\x28\xad\x73\x8b\xf9\x40\xd3\x9e\x64\xcc\x6e\x82\xb9\x6a\x94\xa8\xcf\x64\xae\x6a\x11\xe6\xaa\x2c\x3f\xb8\x16\xab\x56\x10\x19\xfe\xa7\xa4\x92\x0d\x79\x40\xf6\xbf\x60\x7a\x32\x73\xb5\x68\x80\x45\xd2\x1c\x95\x39\x6c\x76\x05\x6d\x70\x05\x2d\x35\xf6\xbf\x92\x7c\x5b\x92\x85\xa9\x25\x5a\x98\x76\x1c\xd4\xd1\xec\xf4\xd9\xe8\xf4\xd9\x55\xc2\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\x72\xd3\xfe\x7e\x9f\x6e\x22\x06\x6e\x16\xdc\x52\xd6\xe2\x61\xee\x2b\xb2\x81\xb7\x64\x44\x4a\xbc\x6a\xab\xde\x5e\x4b\x86\x59\x5a\x30\x6b\xea\x52\xe6\xbf\x96\x3a\x61\xbd\xc5\xcd\x96\x86\xbf\x83\x9a\x24\x37\x21\x6e\x96\xe2\xaf\x65\x28\xfe\x72\xdf\x3c\xa3\x65\xd9\xcf\x5a\x26\xcb\x57\xf6\xe6\x96\x25\x07\xb5\x8c\x6a\x42\x41\x15\xa9\x5b\xf6\x5c\x32\x03\xc0\xfa\xd6\x58\xb7\x2c\x65\x48\xcb\xac\xd1\xac\x6a\x13\x2d\x8b\x75\xb7\x3c\xb1\x7f\xea\xb2\x48\x61\xd8\x4a\x62\xb0\xf6\xd6\x09\xb4\x62\x74\x29\x40\x97\xa8\x04\xe8\xad\x34\x7f\xc7\x58\x56\x59\xa6\x5a\x11\x97\x6d\xe5\x9b\x66\x69\xc2\xdc\xa2\xfb\x47\x2b\xb8\x60\xe5\x1d\x7e\x76\xb4\xe2\xf3\x55\xe0\x6f\xd2\x65\xd0\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x47\x2c\xba\xdd\x37\xcb\xb0\x0d\x32\x6c\x69\x3b\x81\x15\x43\x2e\xf7\xbf\x95\x45\xbc\x8a\xda\x2e\xb7\x31\x60\x5d\x67\xa1\xca\x1d\xe1\xbb\x4b\x7f\x5d\xee\x7b\x6c\xab\xf2\x33\x6d\x95\x65\x72\x94\xae\xba\x55\x79\x9a\x7e\x57\x4a\x7c\xa6\x99\x48\x95\xdd\x6a\x45\x8f\xdb\x5e\xdf\xec\xb7\xd4\x6a\x3d\xd1\xb4\xcf\x79\x95\x57\x4f\xab\xac\xe5\xa9\xcc\xcc\xad\x0e\x4f\x64\xe0\xb3\x7d\xdd\x6c\x55\xcc\xb7\x55\x30\xdf\xa8\x44\xc8\xad\xca\xfa\xdc\x98\x0c\x21\xf7\xaa\x2e\x4f\xcf\x1f\xf4\xdb\x8e\x7b\xad\x5e\x9e\xe5\xc5\xe1\xf6\x61\x6d\xd2\x46\xb5\x86\x78\x95\x68\x6a\xd4\xe4\x00\xda\x20\x55\x97\x1d\xba\x72\x34\x6b\xb8\x1b\x34\xdc\x45\x62\x68\x6b\x59\x88\xd7\x90\x94\xb0\xaa\x64\x7f\x6b\x52\x69\xb4\x06\x95\x46\x54\x5a\xd9\xd6\xa4\x6a\x6b\x0d\x11\xe2\x59\xee\xe0\xcd\xda\xef\xd6\x1a\xaa\x94\x1e\xda\xef\x66\x38\x37\x78\x4f\x8d\xb2\x73\x1e\x36\x8b\xf5\x0d\x62\x7d\xe9\x62\x24\xed\x11\xe6\x35\xc4\x36\x74\x55\x6d\x6e\x3d\x6a\x09\x1d\xa1\xf9\x79\xa7\x89\x39\x5a\x97\xc7\x62\xeb\x2c\x92\xab\x1a\x44\xad\x9b\x0c\xaf\x48\x13\x79\xe4\xb7\x2e\xff\xff\xd6\x19\x5f\x2a\x43\x57\x1b\x32\x82\x35\x64\x97\x0d\x43\x5e\x26\x6d\xe8\x4a\xd6\x06\xaf\x64\x63\x2b\xe2\xda\xb8\xd4\xe7\xc0\xbe\x8e\xcd\xea\xdb\x90\x03\x7a\x1b\x8c\x09\x95\x9f\x4c\x3b\x4d\xd7\xcf\x8f\xae\x17\xf9\x83\xb4\x53\x97\xdb\x06\xcd\x74\x8c\x61\x9b\x12\xda\xe9\x63\x80\xdc\x89\x45\xee\x20\xed\x94\x45\xbe\xa1\x34\x7c\xc8\x2a\x90\xde\x4e\x29\x7a\xdb\xf9\x60\x92\x42\xb0\xf3\x75\x8f\x2f\x7a\xdc\x86\x84\x76\x79\x8e\x17\xe7\x58\xd5\x24\x9f\x95\x76\x45\xee\xdc\xd6\xc2\xb7\xcb\xfc\xfa\xca\x28\x47\xaa\x3b\x5e\xbb\x74\x07\x6a\xd7\x77\x07\x2a\x2a\xd9\xd7\x2e\x19\x36\xdb\xc5\x5a\xf7\x0a\x1d\x69\x97\xae\xe0\xed\x62\x11\x73\x19\xba\xdb\xe5\x4d\xbd\x58\xae\x5c\xc6\xec\x76\x9b\xd8\xdc\x24\x36\x41\xe3\xdd\x72\x70\x6a\x2c\xdd\x37\xa4\xc6\x6a\xb7\x37\x7c\xd5\xcc\xd3\x75\xac\xdd\x52\x01\xb5\x9b\x41\xfd\x32\xc0\xb6\x5b\x42\x5a\xbb\x21\xa4\x65\x55\x28\x6e\x8f\x14\xea\x0d\x55\xd4\xbe\xb6\x3d\xde\x63\x06\xf3\x90\xc1\xa8\x08\x64\x7b\x74\x41\x6f\x4f\xe7\xbe\x6a\x0d\x8f\x44\xfa\x86\x72\x3b\xd1\x1e\x8d\xed\xb9\xdd\xe7\x8d\xba\x4c\x2a\xa8\xda\x1e\x99\x9d\xda\x03\xb3\xd3\x90\x6e\xa5\xbd\x45\x30\x7b\xcb\xf9\xcf\x9f\xba\x03\xdd\x8f\xf6\x9a\x67\xa1\xdc\x48\xe8\x72\xdc\x6f\xaf\xdc\x7c\x1a\xa2\x86\xeb\x0e\xc9\x3c\x1a\x2a\x8b\xec\x7f\xf3\xd7\x24\x60\xbe\x72\xc7\x6b\x2f\xdc\xf1\x54\x42\xb8\xbd\xba\x6a\x36\xb8\xbd\xc4\x28\xcb\x73\x83\x1b\xcb\xfe\xf7\xc5\x67\x6a\xd2\xcd\xb6\xcd\xef\x66\x5b\x83\x76\x60\x7a\xc7\x99\x08\x3e\x9b\x2a\x4e\x53\xbe\xf9\x51\x97\x6a\x04\x9b\x52\x59\xb4\xb9\xd2\x88\x74\xb7\x75\xb7\x61\xd5\xc2\x3d\x7b\xcf\x34\x7a\xcf\x74\x55\x04\x6b\xb3\x79\x34\x56\x7a\x51\x61\xf0\x36\x6f\xed\x0d\xf2\x6f\xd7\x20\x52\x6a\x4d\x75\xa3\xa6\xba\x1c\xda\xee\x39\x3d\x1c\x4b\x34\x48\x1b\xd8\xed\x7d\xd9\xe1\x7d\x59\x55\x64\xbc\x1f\x72\x5a\xeb\x08\x1b\x89\x51\x4e\x85\xfd\x90\xb9\xba\x1f\xf0\xa6\x2a\x4a\x42\xdf\x43\xdd\xb3\xec\xa1\x7e\xb3\x8c\xf5\xf8\x2b\x69\xb7\x07\xc9\x6e\x3d\xd0\x44\xa4\xac\xf2\x3d\x3c\x8f\xda\x10\xee\x35\x94\xb5\xb4\x07\x49\x37\x3d\x7c\x34\xbe\x2a\xc5\x75\xb7\xd7\x64\x0f\xb0\x1e\x45\x19\x74\xbb\xbd\x26\x7b\x98\x08\x6e\xdb\x6c\xbe\xdb\x57\xa4\xc3\x57\xa4\xca\xb1\xab\x47\xdd\x6b\x7b\x84\x4a\x7d\x48\x3c\xeb\x8e\x83\xe8\x88\x83\xa8\x32\x64\x33\x7b\xc2\xfe\xb7\x7f\x4d\x5b\x03\xdc\xed\x18\xf9\x91\x4a\xcc\x71\xe8\xb3\xe1\x1e\x07\x48\x9f\x32\x9b\xf7\x78\x7a\x26\xcc\xcc\xa9\xb2\x98\x3d\x9e\x1e\x8e\xf2\x86\xec\x85\x3d\x89\xdc\x74\xc6\x91\x75\xdd\x4f\xbb\x9d\x41\x3a\x9c\x41\x62\x94\xaa\xa6\xa7\xe0\xef\x02\x96\xb0\xa5\x83\x8e\xc8\xb2\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\xac\x94\xea\xa5\x27\xb9\xea\xf6\x84\x80\xc8\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x63\x57\xcf\xcc\xca\x51\x34\xcd\x2c\x2a\xd5\x33\xf2\xa0\xf5\xa2\xb9\xe4\xd3\x6d\xa8\xef\x16\xa5\x73\xe9\x59\x8a\x8e\x9e\x91\x88\x33\xca\x38\xd6\xb3\x2c\x10\x9d\x01\x08\x7d\x27\x3f\x3c\x7a\x51\xc0\x58\x2f\x47\xe2\x77\x7b\x9e\xc5\x20\x2b\x00\x99\x72\xec\xf7\x22\xef\x85\xaf\x2f\x74\x99\xd4\xa5\x48\x4e\x2f\xb8\x6c\x45\xa5\x70\xee\x45\x7c\xbe\x17\xa6\x1d\x2a\x5b\xcc\xef\xe5\x12\xa8\x71\x1b\x88\x51\x91\x55\xbd\xc8\xcc\xd5\x0b\x53\x42\xed\xb4\x88\x47\xaf\xba\x66\xf6\x8a\x6b\x66\x53\xdd\xad\x5e\x65\x5d\xea\x70\x44\x89\x51\x29\xea\x7b\x95\x09\xa9\xd7\x82\x02\xa3\xd9\xdf\x49\x12\xeb\x95\x92\x98\x6c\x09\xdd\x9a\xe5\x0e\x39\xbc\x2a\x74\xa9\x57\x79\x77\xf6\x3a\x98\x5d\x66\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd5\x5d\x10\x11\xe4\xed\xdb\x9b\x6c\x02\xbd\xb1\xb6\xb0\xbc\x2c\x7a\x53\x34\x54\x6f\x4c\x96\x23\xf5\x42\x6f\xb2\x82\xf5\xc6\x6a\x89\x8a\x49\xec\x6d\x68\x9a\x0d\x79\xe6\xc6\xce\x38\x78\xf4\x76\x7a\x3c\xf8\xcf\x14\x43\xba\xc9\x7f\xa6\x37\xe4\x2e\xe8\x35\xaa\x4f\x99\xff\x7a\x9b\xf0\xc7\xd7\xe6\x75\x69\xb7\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\x2d\x73\x34\x1d\xf5\x6e\x64\xe9\xac\xf7\xa0\xa2\x2f\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xe7\xf4\x8e\x14\x5e\x51\xf1\x4e\xbd\x1b\xc7\xfa\x87\x63\x55\xae\xb9\xdd\xea\xef\x4e\xf5\x77\x51\x59\x94\x3e\xe4\xe0\xd4\x19\x8c\x3d\x94\x6f\xbb\x0f\xdd\x33\xfb\x08\x04\xb4\x50\x7a\x98\x79\x31\x66\xbb\xe8\xf2\xdd\x87\x5c\xdb\xfb\x88\x1f\x29\xae\x5a\xdc\x90\x64\xd1\x07\x6c\x17\x51\xf6\xf8\x3e\x4c\x74\xc6\x47\x74\xaa\x52\x36\xf7\x21\xc5\x7f\x47\xda\xa7\x5a\x45\x1e\x4e\x9f\x9f\xf3\x00\x86\xc9\xd2\xdd\x4f\x59\xc1\x3b\xaa\x07\x7c\x6d\xbb\xcb\x53\xf1\x31\xfd\x6c\xb8\x70\x95\xe8\xb6\xd3\x6d\xa0\xc4\x65\xcb\xfa\xfd\x3c\x05\x94\xf3\xfc\x58\xac\x72\x54\xf7\x53\x4a\xbd\x0e\x35\x78\x8c\x45\x2b\xb8\xe4\x10\xd6\x2f\xa4\x58\x28\x92\xc4\xfa\x25\xcd\x42\xbf\x3e\xa1\xac\x36\x9d\x83\xcb\x44\xfa\x22\x91\xae\xe2\x86\x97\xae\xca\xfd\xfa\x70\xad\xee\x7c\x41\x47\xbf\x25\x1c\x75\xe4\x58\x8b\xb1\x88\x88\xdd\x72\x6d\xe8\xa8\xd7\xfc\xb5\xed\x2e\x6f\x89\x92\xfd\xee\x04\xca\x36\xd3\xf5\x5b\xb6\xd9\x7e\x77\x14\xf8\xd9\xf7\x87\x7e\x5f\x5a\xc0\x7d\x61\x01\xfb\x0e\xda\x6f\x33\xfa\x1b\x8c\x5e\x16\x9b\xfe\x78\xe7\x9e\x03\x31\x2b\x5b\xda\xed\xcf\xab\xaf\x50\x84\xb1\xb6\x2d\x12\xf6\x47\x46\x84\xfe\xb0\x54\xb3\x6c\x2b\xdd\x4e\xe1\xfd\x25\x2e\xc8\x7c\xdc\x5f\xa9\x39\xfb\xfb\x09\xfa\xb5\x0b\xf1\x5e\x85\x69\x77\xd4\x1c\xac\x3b\xab\xc4\xd1\x5f\x45\x04\xf5\x97\x49\x05\xbd\x37\xaf\x6e\xfa\xfd\x4d\x9d\xa3\xed\xa3\x63\x57\xf2\x4e\x57\xf2\xd1\x85\xb1\x6f\xf1\x70\xac\xf4\x2d\xcf\x86\xfe\xca\x16\xda\x5f\xd6\x8a\xad\x3a\x56\xaf\x09\x03\x12\xd0\xc4\xb8\x13\xd2\x1e\x7d\xca\x44\xd2\x51\xa5\x2b\x46\x39\x06\xf5\x29\xb5\x4f\x47\x80\xd3\xd7\xb6\x97\x6e\xe1\xbb\x43\xf8\x8e\x51\x01\x36\x7d\x7a\x9e\x73\xcd\x73\xab\x99\xfa\xac\xfe\xee\x43\xb0\xda\x85\x27\xf3\xf4\x70\x27\x37\x48\x74\x6f\x5e\xc2\xbd\x89\x94\x15\x65\x27\x6d\x3c\xfa\xd4\x8d\xb1\x23\xab\x6f\x75\x65\xc7\x43\x71\x1a\xe3\x88\x10\x1d\x64\x90\x1e\x8e\x53\x1a\x47\x22\x54\xda\xdf\xf9\x36\x8c\x43\x7a\xea\x01\x17\xf5\x3a\x54\x7d\xef\x90\xa3\xec\x60\x56\x84\xa6\x2b\xd0\x38\x1e\xcf\xe6\x01\xd1\x57\x22\xfa\x71\x48\x6b\x37\x90\xcb\x20\x74\x17\x0a\x47\x56\xca\xfd\x2f\xcc\x5f\x52\xcd\x0d\xeb\xf5\x07\xf4\xfa\xa1\xcb\xba\x37\x82\x2e\x6a\x23\x20\xd3\x4c\x94\x59\x66\x04\x99\x42\x06\xf4\xff\xa1\x28\xb0\x6e\xd8\xeb\x63\xc0\xeb\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\x66\xbd\x52\xcd\x52\xfb\x71\x0f\xf8\x71\x7f\xc3\xed\x02\x47\x41\x46\xd6\x81\x84\x99\x5d\x98\x34\x82\x9c\x06\x46\x80\xd3\x40\x6c\x82\x66\x78\x3d\xcb\xef\xb2\xd4\x5d\x52\x30\xe8\xce\x3b\xc2\xc7\x67\xeb\x50\x01\xa6\xa8\xd3\x3c\x22\x4f\xb3\x6a\x27\x8c\x28\xe7\x9a\x81\x4b\xc1\xd7\xd6\xd5\x56\xdd\x46\x58\xfe\x7c\x77\xbb\x0d\x32\x47\x53\x51\xb1\x18\x3d\x1e\xca\xbd\x45\xd9\xce\x47\x94\x66\x65\x44\x14\x1a\x8f\x4d\x75\xbc\xa2\xbc\x06\x46\x4c\xeb\xbb\x0d\x4c\x07\x65\x8d\x58\x38\x9e\x8a\xe5\xd9\xdc\x31\x90\x97\xf1\x6b\xd3\x1a\x74\x65\x19\xb8\xb2\x7c\xe2\x9e\x9a\xdc\x65\x63\x0a\x33\x55\xad\x74\x4c\xd6\x88\x27\x41\xa6\x22\x78\x51\x9a\xa8\x11\xa1\x89\x1a\x43\x05\xd7\xa2\x58\xef\x88\xd4\x5f\xab\xf6\xcc\x88\xb7\xbf\x83\x13\x49\x71\xa5\xd8\xf8\x78\x2e\x0f\x97\xa7\x62\x58\x49\x22\xdc\x48\xcc\x9a\xac\xcb\xfb\x48\xba\x76\x8d\xc4\x6b\x97\x64\xa3\xe1\x94\x13\x03\xb1\xd4\xed\x50\x3d\xbc\x74\xb9\xcb\x8b\x90\xd6\xe9\xb2\x6b\xfb\x80\x6b\xfb\xd7\xb6\xc1\x92\x64\xab\x1f\x88\x45\x6a\x87\x36\x3d\x4b\xc4\x1e\x99\xc1\x1a\x43\x9b\xe0\xdc\x11\x23\x2f\x44\x52\xdd\xb4\x22\xdd\xea\x28\x9d\xbb\xa0\x4a\x6f\x45\xee\x0d\xa3\xa0\x58\x95\xee\x86\xa3\x48\x7d\x32\x0a\xd5\x27\x52\x0f\x8f\xa2\x38\xd2\x51\x90\x2d\x7b\x0c\x6d\x5e\x95\xc2\x79\x54\xe2\xa6\x8c\xd2\xa3\x1a\x37\x6b\x9c\xdf\x70\x2a\x15\x56\x4d\x1c\x6b\xe2\x39\x57\x21\x71\xab\xfc\xc7\x52\xf9\x77\x55\x25\xab\xd2\x46\x8f\x4a\x6d\xb4\x0c\xd6\xa3\xca\x5a\x33\x90\xf7\xab\x05\x91\x0e\x6b\xd3\x47\xbd\x06\x8a\x6a\xec\xaf\x9a\x18\xe9\x68\x91\x8b\x13\x36\xd8\xf3\x7b\xc0\xf3\xbb\xc9\x31\x65\x34\x9f\x83\xd6\xc0\x63\xc5\x47\x47\x93\x47\xf5\x68\x03\x55\x49\x44\x4e\x9b\xe7\xd8\x98\x85\x76\x68\xc7\xdb\x95\xdc\x86\xfa\x2c\x2a\x4c\xd7\xc4\x9e\x46\x23\x7b\x92\xfe\x74\x34\xe3\x57\x23\x7e\x75\xd5\x85\x6e\xd3\xb3\x9c\x9c\xa5\xca\xe5\x75\xf9\x7b\x0c\x66\xa4\xea\x32\x8e\x8f\xae\xeb\xf9\xe8\x30\x08\xe8\xf6\x30\x7a\xf1\x67\x2c\xde\x16\x85\xea\xbd\xba\x0d\xa9\x6f\xc6\x50\x4d\x3a\xbb\xdd\x0c\xb8\xdd\xb4\xa0\xaa\xeb\xdd\x04\xa0\x33\xc5\xb4\xa2\x08\x87\xaf\x08\x83\x57\x84\x2e\xef\xba\x31\x7c\x0c\x06\x8f\x81\xcc\xab\x63\xc8\x54\x38\x06\xcd\x4d\x66\x32\x43\x62\xd5\x18\xa8\x29\x13\xc5\x10\x86\x81\x32\x12\x2b\x96\x8b\xa5\x8d\xe4\x2e\xd3\xea\xb2\xab\xcd\x5d\x26\x76\xb9\x57\x30\xa4\x96\x18\x03\xf5\x25\x5d\xa0\x7e\xe8\x52\x38\xc6\x77\x34\x95\x1f\xef\x18\xc3\xfc\x73\x9c\xe8\x50\x55\x8f\x6d\x42\x18\x30\x21\x7c\x73\xd4\x3c\x5e\xcf\x11\xa5\x45\xe2\x50\x4d\xe8\x61\x66\x07\x3f\xa0\x16\x85\xcd\x63\x7a\x8e\x13\x73\x54\xdd\xd9\x21\x5d\xfa\x18\xd4\xa5\xab\x7a\xdf\x18\xd3\x3d\x4e\xd6\xf2\x57\xc5\xf1\x53\x06\x99\x71\x46\x56\xa6\x15\xb3\x3b\x8d\xce\x27\xd1\x59\xda\x9f\x71\x5e\xfe\xee\x62\xb2\x2b\x15\x7e\xf5\x3d\x66\x9c\xa8\xe8\xab\x10\x9b\x71\xca\x36\x34\xce\x67\xa2\x49\xa3\x29\x2b\xc2\x40\xb2\xe8\xa6\x68\x91\x71\x4e\x37\xa1\xe0\x79\x74\x45\xd8\xcb\x5c\xfe\x22\x97\x97\xfb\xc1\xb8\x4c\x9c\xaf\x63\x4d\x52\xdf\x59\x9a\xba\x22\x86\x53\x49\xf4\x4b\x46\xa3\x71\x7d\xe2\x62\x8b\xaa\xb0\x6f\x0b\xc9\x80\x85\xa4\x29\x83\xcc\xb8\x4c\x2b\xaf\xc4\x04\x76\x62\xf1\x97\x69\xe5\x45\x5a\x29\x53\xcd\xb8\x7c\x88\xaf\xef\x10\xb7\xa4\xfa\xe2\x97\xc9\xe8\x45\x32\x2a\x33\xce\xb8\xe4\x99\x3e\x2e\x78\xa6\x8f\x43\x9c\xe0\xaa\xee\xb2\x72\xc3\xc5\xfe\xaf\xe6\x3e\x1b\x53\x48\xc6\xf8\xef\xf2\x6e\xfb\x9f\x8b\xbb\xd7\xf0\x97\xdf\x89\x50\xf5\x9b\xef\xb7\xa8\x06\x7c\x9e\x9a\xa2\x87\xc6\x65\xae\x74\x21\xbb\x81\x2b\x4c\xdf\xd2\x01\x8c\x7b\x25\xaf\x14\x3e\xdf\x59\x10\xbb\x33\xdb\x44\xb8\x6f\xcb\xdd\x77\x61\xc2\x4a\xe1\xec\x5d\xfd\x5d\x65\x52\x4d\x11\x9b\xdb\x60\xb9\x2b\xd3\x69\x8a\xd8\x3c\xd2\xf6\x8d\x87\x15\x3f\xe4\x45\x3a\x1e\x13\xa2\x87\xc5\x3f\xa2\x84\xc5\xc7\xbb\xfe\xf0\xfa\x30\xc4\x21\x9f\xe2\xb6\xc2\xb6\xa1\x3e\x8b\xfb\x2c\xd8\x75\xb1\xff\xc7\x3b\xf4\xac\x1d\xea\xaa\xde\xaf\xab\xfe\x78\x06\x4f\xc2\xbe\xd9\x8e\xc7\x64\xea\x59\x45\xdb\x75\x24\x1f\xb9\x35\x8d\x67\x15\xd5\x76\xfd\x76\x65\xbf\x1a\x2f\x3c\x5a\xd3\xe1\x82\xda\xa6\xcf\x6f\x40\x36\x15\x51\x0e\x5f\x35\xc7\xdb\x99\xb7\xdf\x75\xb4\xa5\x24\x1c\x48\xc1\xd1\xf2\x4f\x01\xfb\xd7\x4d\xac\xe3\x2a\xbc\x7d\x6f\xb7\x3d\x2c\xbc\xbd\x17\xf0\xca\x57\x7c\xc0\xd7\x2a\xa6\xc3\xf5\xe5\xa5\x60\x1b\xef\x44\x71\x59\x51\x80\x77\x7a\x22\x13\xb5\xbf\x5d\xd4\x59\xaa\xf4\x31\x0f\xd4\xe8\x76\x05\x5a\x29\xa0\x06\x02\x21\xe2\xf1\x53\x9d\x56\xe1\xa6\x03\x59\x71\xbf\x89\xa8\xb2\xaa\x94\x34\x63\x22\x6a\x2f\xb9\x46\xb7\x4d\x51\x63\x56\x54\x8b\x16\xfb\x9f\x4a\xcf\x34\x66\x65\x71\x5c\xd7\xad\xf5\x68\x83\xa3\xb9\x00\xb1\x85\xee\x79\x33\x4d\xab\xea\xd2\xd9\x96\xbe\x72\x50\x96\xec\x8a\xa8\xc2\xa1\x39\x06\x2b\x9b\xba\x68\xe7\x3e\x91\x13\x75\x81\x7a\x71\xa1\x44\x69\x01\xe6\xf9\xc9\x62\x5d\x01\x4e\xf3\x14\xb8\x26\x34\x66\xbd\xfe\x94\x13\xbc\xd4\x54\x56\xa5\xc5\xdd\x76\xc9\x50\x33\x2f\x66\x6b\x88\x6a\x49\x6e\x41\x26\x31\x95\x56\x7c\xe5\x7e\x3d\x81\xac\x4d\xae\x7b\xf3\xd5\x11\x9e\x2f\x8e\x70\xdd\x09\xf9\x8f\xf9\x26\x7f\x86\x94\x18\x5d\x95\xf0\x5e\x5d\xbf\x26\x82\x84\xec\x23\x39\xad\xa1\x99\xd0\xd0\xb4\xa1\xa2\x6f\xaf\x28\xfa\x7c\x3f\x8a\xde\xc6\x16\x40\xe6\x2b\xa7\xb7\xf9\x7e\x02\x48\x1b\xc1\x5f\x3d\x6e\x7a\xf1\x95\xc7\x9a\x6a\xca\x07\x9a\xb4\xb0\xec\xc9\x7f\x68\xd5\x5c\x87\xf7\xcd\x9e\x3c\x02\x1b\x63\x55\x91\xc5\x37\x7b\xf6\x99\xb3\x77\x7d\x3f\xed\x33\xca\xb8\x57\x15\x51\x9c\x22\x06\x73\xb2\xb6\xa1\x0b\xf9\x9d\x6e\x81\x81\x4c\x05\xf1\x24\x9b\xcf\xb9\x60\xb1\x5b\x3c\x73\xd4\xcf\xee\x2e\x6d\xa8\xe3\x30\x61\x99\x0d\x76\x87\x98\xb3\xfa\xab\x8f\xb1\xb8\x22\xe8\x7c\x3d\xbb\x17\xd2\xa9\xca\xec\xed\x79\x87\x19\x98\x2a\xe5\x38\x76\x41\xbd\x90\xdc\x06\x1f\xd2\x63\x6f\x56\x98\xa1\xb8\x0d\xe9\x91\x8e\x9a\xd4\xd6\xdc\x86\xac\x27\x61\x8f\x17\xe3\xb5\x79\x50\x8c\x17\x79\xd0\x76\x99\x8e\x75\x6e\x7a\xf4\xfd\xdb\x68\xae\xd9\x29\xc0\xcb\xf6\x25\xf8\xfe\x1d\x4c\x97\xae\x44\xe6\xdb\x57\xe2\xfb\x97\x19\xb9\x53\xfe\x77\xd6\xfc\xfd\xf8\xaf\xe7\x7f\xfe\x1f\xff\xd7\xff\x7d\xfe\xe7\xff\x73\xfe\xd7\xf7\xcf\xfd\x3f\xfe\xf5\xaf\xf7\x3f\xfe\xfb\xf3\x5f\xee\xff\xfe\xe7\xff\xfc\x9e\xfe\x79\xde\xf9\x5f\xfe\xe3\xfd\xd7\xfb\xff\xfd\xb7\xff\xf1\xaf\xfb\xfd\xf3\x9f\xff\xed\x3f\xbf\xaf\xf0\xf7\xff\x07\x00\x00\xff\xff\xa7\x3d\x70\xec\xad\xb5\x03\x00"); -func _edeb ()(*asset ,error ){_fcff ,_efdd :=_eebd ();if _efdd !=nil {return nil ,_efdd ;};_dbce :=bindataFileInfo {_dae :"UniJIS-UTF8-V",_fb :3954,_ae :_be .FileMode (436),_g :_a .Unix (1580492964,0)};_ccca :=&asset {_dd :_fcff ,_ef :_dbce };return _ccca ,nil ; -};func _fgaba ()(*asset ,error ){_cefee ,_gdeb :=_dad ();if _gdeb !=nil {return nil ,_gdeb ;};_egbag :=bindataFileInfo {_dae :"UniJISPro-UTF8-V",_fb :5120,_ae :_be .FileMode (436),_g :_a .Unix (1580492871,0)};_afgf :=&asset {_dd :_cefee ,_ef :_egbag }; -return _afgf ,nil ;};func _gfga ()([]byte ,error ){return _c (_abde ,"UniGB-UTF8-V")};func _cbgb ()(*asset ,error ){_agef ,_ggcb :=_dfgc ();if _ggcb !=nil {return nil ,_ggcb ;};_gbge :=bindataFileInfo {_dae :"UniGB-UTF32-V",_fb :839,_ae :_be .FileMode (436),_g :_a .Unix (1580492778,0)}; -_aagae :=&asset {_dd :_agef ,_ef :_gbge };return _aagae ,nil ;};func _ffdef ()(*asset ,error ){_egfa ,_facg :=_gfga ();if _facg !=nil {return nil ,_facg ;};_cfbgc :=bindataFileInfo {_dae :"UniGB-UTF8-V",_fb :780,_ae :_be .FileMode (436),_g :_a .Unix (1580492788,0)}; -_ggabb :=&asset {_dd :_egfa ,_ef :_cfbgc };return _ggabb ,nil ;};func _edb ()(*asset ,error ){_fedec ,_deb :=_bgea ();if _deb !=nil {return nil ,_deb ;};_afg :=bindataFileInfo {_dae :"Adobe-CNS1-UCS2",_fb :264249,_ae :_be .FileMode (436),_g :_a .Unix (1580490554,0)}; -_efad :=&asset {_dd :_fedec ,_ef :_afg };return _efad ,nil ;};var _dbgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xca\xc7\x51\xff\xe3\x3f\xff\x97\xdf\xa7\xfe\x1f\xff\x47\x3e\xe1\x8b\xff\xed\xf9\xcb\x5f\xff\xf8\xa7\x5f\xbe\xd2\x7f\x7b\xe4\xf4\xf7\x3f\xff\x97\x7f\xff\xf3\xf3\x95\xa2\xa7\xff\xe3\x9f\xff\xf0\xbb\xaf\xff\x33\x7d\xa5\xe3\x2b\xb7\x9e\xd6\xff\x15\x7f\xff\xdf\xff\xf3\x9f\xee\xe7\xeb\xf0\xad\xb8\x8a\xeb\x4f\xf7\xf3\xd7\x3f\x7f\xae\xe7\x2f\x9f\x5f\xfe\xe5\xf9\xcd\xd7\xd7\x6f\x8f\xe3\x38\x7e\x7c\xed\x7f\xbf\xfd\xdd\xf8\xfd\xef\x7f\xec\xbf\xfd\x6e\x1e\xc7\xef\xfe\x71\xff\xfd\xb7\xbf\xfb\xef\x7f\xff\xfb\xdf\xfd\x3e\xfe\xfe\x3f\xfc\xfd\xdb\xdf\xf3\xb7\xe7\x97\xfb\xff\xd3\xe3\x6f\x92\x03\xfd\xf2\xa7\xbf\xdd\xcf\xeb\xdf\x62\x8c\xdf\x1e\x47\x7a\x7f\x7c\xa5\xdd\xea\xbf\xfe\xf9\x37\xe9\x38\x62\x76\x7f\xbc\xaf\xff\xfb\xf3\x97\xdd\xa0\x5d\x3f\xbe\xd6\xd8\x4f\x63\x3f\x2d\x9e\xee\x1f\x5f\xab\xf2\xf4\xfc\xf8\x4a\xc7\xb1\x1f\x3f\xc7\xee\x72\x3f\xd4\xfd\x37\x9a\x7c\xda\x8f\xaf\xee\x1f\xfb\x8f\xaf\x55\x78\x1a\x3f\xbe\x46\xb6\xc9\xfc\xf1\xd5\xab\x5f\xae\x1f\x5f\xa9\x65\x1e\x3f\x3f\xbe\x52\xf5\x83\x73\x77\xc5\x98\x9f\x6b\x7f\x60\x0f\xf7\x7e\xb4\xdb\x3d\x7e\x63\x2a\x9f\xbd\xa4\xcc\xb7\xe7\xf1\xe3\x6b\x38\x83\x33\xfd\xf8\xea\xce\xf5\xac\x7b\xb4\xc6\x63\xdb\xcd\xfc\xb6\xff\xf8\x1a\x63\xf2\x38\x7e\x7c\xa5\x64\xb3\xf9\xe3\x2b\x15\x9b\xed\x99\x75\xa6\x73\x32\x33\xff\xba\x67\x96\x99\xce\xc9\xc0\x7d\x3f\x5e\x7d\x37\xa3\xdf\x7b\xec\x81\x19\xed\xde\x9d\x55\xd6\x76\xef\x6f\x1b\x9d\x3d\xfb\x5b\xa7\xf3\xf2\x2d\x3d\xbc\x7c\xbb\xa7\x93\xf6\x56\xad\xd2\x3b\xcf\x89\xe7\xc4\x73\xde\x7d\x8c\xe6\x0f\x85\x97\xbe\x78\xa9\xbc\x94\xc1\x0b\x6b\x1c\x8c\x90\x8e\x6e\x1b\x3b\x1e\xbc\x0c\x7b\x9b\xbc\xcc\xc2\xcb\xf2\xc5\xde\x3e\x3f\xbe\xf2\x51\x8a\xbf\x9c\xbc\xb0\x43\xe9\xb8\xec\xcd\xcf\x6e\x7b\xf3\x97\xc7\xe9\xd8\xf5\xeb\x2f\x1b\x60\x29\x1d\x74\x90\xf9\x2c\x25\x7f\x61\x6e\x29\xb3\x36\x3a\x4b\x85\x67\x5b\x74\xc7\xf7\x65\x38\x3e\x93\x49\xce\x99\x4d\x49\xc9\x39\x0f\x7f\xf9\xec\xf6\xcb\x7e\xcf\x8d\xa5\xa0\x41\x4a\xce\x78\xda\x97\x33\x5e\x36\x7f\x1c\xc5\x26\xaf\xa3\xf0\x92\x9d\xb1\xd0\xcc\xc9\x5f\x00\x7a\xce\xfe\xe2\x8b\x40\x9f\xb6\x11\xe8\x8b\xf5\x67\x17\x00\x96\xa4\x0c\xd0\x67\xb2\xcd\x64\x6a\x4c\x20\xaf\xfd\x9c\x80\x4b\x66\xfa\xdd\x11\x4f\x9e\xfd\x7b\x4c\x12\x18\xe5\x98\x24\x5f\x95\x98\x24\x1b\x5b\x36\x58\x2b\x23\x14\xa7\x98\x59\x70\x29\xbe\xf8\x51\xcc\xd7\xcf\x62\xbe\x8c\x52\x9c\x2f\x47\x2f\x95\x00\xb8\x6d\xa6\x1d\x30\x7e\x11\xe0\x31\xfe\x47\xe8\xdb\x46\x24\xa9\xf6\x76\xf1\xe2\x26\x15\x41\xee\x02\x8a\x48\x52\xed\xc0\xd5\x64\xc0\x57\x63\x35\xb4\xa9\xac\x06\x48\xd6\x8d\xf2\x7e\x5f\x03\xe1\x19\xa3\xba\x96\xc1\x5a\x6a\x73\xf4\x02\x35\x0c\x0a\xf6\xff\x47\xd3\x52\x75\xa1\x62\x69\xf5\x34\x74\x76\xa9\x8a\x59\xc3\xa1\x96\xb3\xf1\x33\x4f\x43\x76\x28\x50\xcb\xfd\xaf\x9b\x2c\x16\x01\x50\x6f\xf6\x8c\xb5\xb4\xc3\x7e\xd9\x81\x16\x08\x0f\x34\x1b\xab\x61\xbc\xb6\x57\x53\x81\x4a\x73\x2d\xe2\x5e\x73\x5f\xba\xdf\xc7\xbe\xd8\x93\xfb\xe2\xfa\x5b\x1c\x04\xdb\xc4\x41\xb0\x37\xf7\xc5\xbd\x6c\xa7\x2f\xf6\x16\x47\x81\x25\xb6\x38\x0a\x4e\x26\xf6\x85\xf5\x36\x0f\x2f\xb4\x2a\xf5\xbd\x2f\xe2\x71\xdf\x07\x21\xd3\xb8\x4b\x88\x44\xd7\xee\xbe\x4c\x1a\x77\xd7\x22\x22\x74\xd7\xd2\xfc\x25\xce\x84\x6d\x5c\x4b\xf1\x33\xcf\x04\x4b\xe9\x9e\x09\x3f\xf2\x4c\x30\xf7\xee\x99\x70\x22\xb1\x0e\x7f\x88\x75\x00\xa2\xfe\xd0\x93\xcf\x2f\x3d\xb1\x53\x23\x76\xc4\x17\x77\x64\xb2\xbe\xe1\x69\x91\x56\x0e\x4f\x8b\xa3\x8c\xea\x31\xf0\x33\x31\xcc\x2d\x1d\xae\xc4\x65\x8d\xd8\x15\x3b\xd8\xa7\xc5\x93\x37\xdc\x13\x37\x7b\xb8\x27\xd2\xd0\x11\x7b\xe2\x67\x41\x50\x7d\xb9\x77\x73\x7b\xda\xe7\xde\x53\xb7\x36\xb0\x85\xce\x02\xd4\x53\x54\xbc\xb2\x2f\x4c\xe3\x02\xff\x84\xc2\x25\x14\xfc\xe8\xe5\xef\x80\xea\x3e\x80\x08\x0b\xba\x13\xdf\xd0\xf6\xce\xfc\x9d\x99\xde\x85\xbf\xfb\x5c\xf9\x3b\x23\xdf\x71\xc4\x98\xd1\x2d\x4f\x91\x3f\xdc\x02\x40\xe2\x73\x8b\x96\x52\xee\xdb\x53\x24\xf2\xdd\x82\x40\x6a\x7b\x07\xb9\x60\x9b\x6f\x41\xe0\x99\x7a\x1d\x47\x78\xbc\x48\x1b\x2c\x30\x6f\xaa\xb4\x2a\xcd\xb3\x07\x6c\x82\x3d\xb9\xb1\x92\x34\x79\x16\x24\x74\x95\x5b\x00\xcb\xaf\x58\x0b\x88\x9c\x3d\x62\x13\x6c\xcf\x8d\xb5\xcc\xc3\xaf\x24\xd5\xf1\xd9\xf4\x65\xf1\x02\x5e\x66\x3b\xfe\xf0\xec\xdf\xa5\x07\xb6\xbe\x1c\xfd\xe0\xe5\xf1\xc5\x41\x5e\x07\xa1\x49\x77\xf6\xec\x73\xee\x49\xe6\xc0\x88\x1e\x9e\xe9\x22\x3d\x3c\x13\xfa\x9e\xbb\xb3\x4c\x76\xe0\x2c\x41\xa0\xdc\x63\x96\x83\x17\x80\x3c\x67\xfb\x8e\x10\xe6\x38\x43\xcb\xde\x6f\xa7\xe7\x8b\xb4\x60\x39\x94\x13\x67\xa7\xb3\xa7\x68\x26\xc6\x8d\x53\x04\xc3\xcd\x43\xb8\x83\x5a\x79\x08\xf7\xc3\x36\x2e\x09\x9e\x93\xf7\x29\x5a\x15\xb6\x9a\x87\x2b\x9a\xbe\xb8\x08\x4e\x74\xf6\xe4\xcc\xc3\xce\x5c\x51\xb5\xb3\xd3\x5f\x6c\x13\x93\x76\x36\x31\x69\x7e\x99\xce\x13\x59\x26\xcf\x00\x30\xf3\x9c\xce\xf3\xf0\x05\x54\x87\x52\xe5\xe9\x34\x39\xba\x79\x3a\x1b\x0e\x47\x9e\xce\x06\x0e\x9a\xa7\xb3\x29\x7e\xe6\x39\x46\x7a\xcb\xf3\x62\x69\x7e\xe5\xcc\x5c\xe7\x14\x0f\x92\xc3\x08\x4e\xe4\x8f\xbc\x9c\x26\xe7\x34\x2f\xa7\xe9\x6c\x16\x07\x52\xfc\x5c\xce\x4c\xfc\x5e\xe2\x04\xe4\x31\xaf\xd8\x79\x3b\x73\x9a\xcb\x36\x22\xe2\xb2\x33\x67\x93\xfc\x25\x26\x00\x38\x3f\x31\x26\x1d\x7c\xe2\xe8\x00\xb4\xd3\xa9\x41\x4e\xf2\xe9\x2f\xee\xf4\x29\xee\xb9\xe8\x2d\x0a\x8b\x41\xe7\x5e\x3e\x7f\xbb\xec\xd4\x9d\x40\x2a\x16\x74\x97\xcc\x16\x02\x92\x2f\xa7\x5e\x6d\xb1\x7e\x8a\xef\xf9\xda\xf0\x15\x95\xaf\xf3\xc7\x17\x44\x35\x5f\xae\x06\x62\x91\xa5\x61\xa2\xc3\x1d\xf3\xa7\xff\x9f\x94\xc7\x97\x90\x66\x01\x00\x94\x47\x0c\xbe\x83\xf4\x32\xee\xa6\x3b\x2e\xea\x96\x87\x34\xbf\x71\xc3\xe0\x6d\x65\x4b\xe2\xcc\xa2\x6c\x71\x7b\xf9\x54\x7f\xce\xb7\x6c\x49\x3b\x43\x14\xca\xf1\xeb\x28\x65\x4b\xcc\xa9\xf8\xed\x9e\x7b\xb1\xab\xfb\xef\x6b\x2e\x0a\xc8\x13\xe6\x52\x92\x58\x05\xfb\x2e\xca\xab\x13\x09\xa5\x28\x61\x4e\x58\x60\x51\xc2\x9c\xcd\x97\xf1\x53\x4d\x29\x19\x8d\x85\x6e\xb3\x58\xe0\x8c\x73\x74\xeb\x2f\x76\x8b\xe0\x5e\xb2\xa3\xc3\x0e\x4b\x71\xaf\x91\xc2\xcb\x16\x1e\x61\x72\x45\x61\x71\xa2\x2a\x94\x82\x76\xc3\xc0\x25\x86\x60\xe6\xc5\x5e\x87\x2f\x2e\xd0\xe6\x41\xd7\xe0\xab\x65\xc2\x30\x2b\x1b\x5b\x26\xd2\xa1\x24\xb3\xcc\xc7\x17\xe0\x36\x5f\x5f\x68\xb3\x10\x08\x3d\x04\xe5\xf3\xf1\x17\x5f\x4e\x5f\x18\xe7\x8c\xcf\x68\x03\x47\xec\x39\xe7\xef\xc8\x5f\xb9\xec\x10\xd4\x2f\x97\x1d\x42\x4f\xcb\xe5\x8c\xdc\xa6\x8d\x6d\x29\x1f\x9c\xd7\x02\xba\xe5\x63\xf9\x4b\xf3\x85\x36\xa0\x55\x3e\x40\x8f\xba\x15\xb6\x74\xb0\x05\x15\xe1\xef\xe0\x88\xbc\x30\xcd\x9c\x36\x4e\xa6\x87\xf3\x52\xf6\x21\x49\xcf\x09\x97\xdb\xbc\x21\xbd\x03\xf4\xde\x47\x3a\xbd\x43\xc6\xe6\xdf\xa1\x08\x7b\xc9\xe9\x1d\xd0\xad\x0d\xb2\x7c\x6c\x8d\x30\x6f\xb0\xe4\x63\x23\x68\xf7\xaf\x5b\xe3\xea\x5b\x4e\xcc\x07\xfa\x56\xe5\x69\x03\x27\x1e\xcb\xdf\x1f\x6b\xec\x6c\x3e\xd2\x56\xd9\x3b\x7d\x6d\x05\xac\x6f\xf4\xc8\xc7\xd6\xb8\x96\xbf\x2f\xcf\x78\x3e\x40\xd8\x3d\xc9\x7c\x80\xae\x87\xbf\xef\xfd\xcf\x8e\xfa\xb0\xd6\xfd\x98\x19\x76\xf1\xc8\x00\x3e\x32\x00\xcd\x36\xfe\xa1\x43\xe6\x63\x6b\x11\xc8\x0e\xf9\x00\xb3\x72\x4a\xf4\x51\x9e\x38\x66\xf9\x28\xa2\x6e\xa5\x97\xea\x7e\x4f\x1a\xa3\x11\x1c\x34\xae\xcb\xc6\xfc\x9d\x3d\xe8\x79\xd2\xd3\x66\xdd\x63\xba\x9e\x2d\x01\x0f\x08\x55\x3e\x80\x7b\x19\x3e\x33\xc4\x72\x51\x1f\x36\xaa\xd1\x2d\x64\xa2\xa3\x4c\xe5\x03\x32\x91\x8e\x8d\xac\x19\x85\x3d\xa5\xd9\x7c\x29\x3f\xbe\xc6\x66\x85\x59\x4d\x3c\x71\xea\x32\x2a\xf6\x2c\x87\xdf\x7c\x78\xae\x3c\xbf\x62\xcf\x9e\x2d\x6a\xf0\x3c\x32\x1f\xed\x5d\x18\xdd\x9e\xb6\x16\x3a\x0f\x07\x40\x09\x65\x16\x28\x9a\xab\xc4\x9f\xa1\xb0\x2d\xf9\xb2\x41\xb9\x0f\x6f\xfe\xa9\x42\xb2\x9d\xaa\x7d\xf9\x98\xcc\x68\xc3\x7b\x96\xcd\x4e\x33\x4a\xcb\x42\x33\xce\xe8\x2c\x0b\x06\x9c\x51\x59\x16\x4c\x2a\xff\xd4\x4d\x32\x0d\x36\x98\x66\xd9\x5c\x3e\xa7\xcd\x24\x17\x12\x75\x46\x5c\x45\x98\xcb\x88\xab\x68\x7e\x39\xc1\xc6\x72\x3e\x98\xd1\x66\x0b\xb3\x1c\xfc\x70\x9d\xfe\x40\x9f\x90\xfa\x9c\x1d\xcd\xc3\x97\x9d\xc6\x96\x51\x91\x9f\x33\x62\x29\xb4\x3a\xa7\x67\x77\x74\x24\x9f\x07\xcf\x7c\xf2\x4c\x9e\x01\xef\xb3\x78\x66\xe0\x2d\x5d\xce\xc2\x37\x79\xef\x19\x72\x77\xce\x07\x9d\x2f\x1e\xf7\x94\x81\x67\x66\xf3\x72\x9a\x7e\x12\x8a\xe3\xe0\x65\xec\x8d\x39\x78\x9c\x3f\xbe\xd0\x9b\x72\xd6\x84\x52\x37\xbd\xcd\xf9\xf0\x88\x2c\x7f\xd9\x9b\x51\x1d\x55\xa5\x17\xd4\xcf\xfb\x70\x8e\xce\x66\xe7\x7d\x3c\xfb\xe6\xcb\x39\x73\x3c\x73\x4a\xf3\x1b\x32\x96\x33\x16\x90\xc4\x9c\xf6\x99\x44\x1d\xcc\x79\x1f\xc4\xe1\x4c\xf7\x41\x1c\x87\xbd\xbe\x0c\xc6\x2a\x33\x6b\x67\xa2\x9b\x65\xa0\x1f\xe6\xbc\x19\x06\xba\x79\xce\xf9\xfe\xf1\x35\xd3\xa2\xbb\x8d\x3f\xa3\x67\xc0\xb0\xb9\xc2\x38\x7c\x6c\xfb\xcf\x34\xe4\xb0\xb2\x4f\xb9\x30\x36\x3d\x57\x97\x01\x9d\xc8\x15\xd4\x69\x6c\x73\x56\xd7\x6e\x9c\x30\x64\x76\x94\xfa\x8c\x64\xdc\x39\x9c\xc8\xc5\x18\x93\x72\x56\xd9\x6c\x1c\x1c\x25\xa0\x9c\x26\x1f\xad\x20\xa9\x0c\xb7\x86\x2f\x2c\x10\xd9\x28\xa7\xc9\x70\xeb\xf1\x40\xf3\x19\xc6\xca\x9c\x26\xbd\x7d\xf6\x1a\x1a\x1f\x9d\x80\xa7\x30\xd9\x4b\x64\x05\x2a\x05\x9b\xd9\x06\xf5\x7e\x49\x60\x0a\x7f\x0f\x53\x14\xe7\xb0\x2c\xb0\x18\xd5\x3e\x97\x25\xed\x62\x07\x0a\x12\xd7\xcf\x97\x18\x7c\x33\x97\x5c\x10\xbf\x32\xe6\xcc\x5c\x10\xbf\x7e\xfd\xac\xfd\xd7\x2f\x2e\x12\x4c\x85\x11\xfe\xfa\xcb\x66\x55\xa9\xe7\xb1\x07\xad\xb9\xf8\xb2\x01\x59\x9f\x4d\x5e\x50\x44\x73\x7d\x5f\xd4\x47\x90\xa0\xed\x53\x3e\x33\x43\xb6\xad\xa1\xcc\xcc\x99\x6a\x1b\xdc\x33\x33\x46\xeb\x34\xe6\x80\xb5\x2d\xff\xcf\xbc\xc5\x94\xdc\x06\x6d\xa1\xbc\x6d\x1f\xf8\x99\x2b\xdf\x4f\xbe\x67\xe9\x6d\xcb\xc4\x33\x83\xea\x6d\x33\xfa\x99\x39\x1b\x6d\x8b\xc4\x33\x57\xfa\x99\x8c\x5b\xec\x87\xfe\xe1\x3f\x6d\x03\x67\x80\x9f\x6d\x83\x46\xc8\xb6\x0d\x98\x79\x40\xd4\x9a\xab\x8f\xa6\x1f\x09\xc7\x16\xae\x72\x3b\x25\xf2\x50\xe3\x76\x42\x81\x18\xf7\x84\x02\x31\xec\x29\x1c\x97\x9f\x48\x2c\xfc\xe1\xda\xdf\x30\xfd\xcd\x8a\x47\x61\xf6\x97\x5b\xb5\x58\xe2\x05\xf5\x85\x60\xb5\x4d\xbc\x24\x81\xed\xc2\xa0\xdd\x79\x04\x20\x76\xa8\x70\x51\xa0\xbe\x6d\xd3\xb7\x91\xe9\x1d\xea\x76\xb4\xc3\xfe\xf7\xa9\xe2\xe8\xb7\xad\xa3\x0f\x36\xab\x3d\x15\x78\xb3\xf2\xa7\xf1\xcc\x48\x98\x8c\x73\x6c\xd0\xb3\xbf\x1f\x4c\xe6\x0d\x20\x30\x87\x57\xea\x09\x34\xfb\xa6\x5e\x03\x6e\xdc\x0f\x66\x9c\x78\x7c\x60\x23\xfb\xf3\x9e\xd8\x07\xf0\xba\x27\xf6\xc1\xcf\x2b\x36\x74\x3e\xd9\x0c\x76\x70\xf0\x7a\x67\xf7\x21\xa3\x1d\x6c\x39\xa0\x3b\xbd\xbb\x3f\xf4\xd2\x0b\xdf\x14\x9e\x2b\x7f\x67\x2e\x9d\x95\xa4\xef\xc4\xb2\xdc\xb7\x9a\x3b\x33\x74\xbb\x77\xb7\x88\x79\x6c\x94\xc4\x66\x9c\x7b\x3f\xd9\x69\xa8\x4d\xef\x9e\xb4\x78\xd9\x9b\x37\x6c\xcb\xc9\x48\xcb\x59\x01\x2e\x26\x15\xe7\x0f\x56\xdb\x03\x9b\x9a\xbf\x08\x48\x28\x7f\xdf\x68\xb0\xc5\x39\x16\x78\x3e\x52\x72\x5e\x82\x5b\x81\x2d\xe3\xf0\xcc\x42\xf0\x47\x8a\xf3\x77\xf0\x62\xd7\xe0\xfe\x40\x64\xc9\x18\x73\xf2\xa8\x32\x35\x70\x7b\xb4\xd8\x55\x7e\x19\x9e\x53\x16\x3f\x3e\x9c\x47\x36\x61\x9c\xaf\xb3\xd9\x4d\x16\x2e\x87\x9e\x39\xcd\x0b\x35\x2a\x67\x10\xf6\x64\xcc\x74\x80\x0a\x27\xba\x42\xf6\xb0\x9e\xd9\x61\xa0\xec\x27\x2a\x42\xf6\x48\x9f\xdd\xd9\x24\x5f\x92\x2f\xf4\x06\xd1\xcd\xee\xf7\xb9\xda\xaf\xb3\x39\x7f\x92\xd9\xdd\xe4\x61\x35\xad\xb1\x49\xcf\xc4\xa2\xa9\x80\xf3\xcc\x86\x5c\xd9\xfc\x65\x60\xcf\x8d\x5f\x16\x9f\xc5\x2f\x27\xbf\x30\x81\x67\x13\x86\x9a\x39\x65\x0f\x9a\x72\x95\x99\x3e\x5b\x17\xa8\xbd\xfa\x9c\x7f\x7c\x15\xf9\xc5\xb3\xe5\x8b\xaa\x80\xf1\x6c\x01\xa3\x7a\x2a\x1e\xd5\xe4\x02\xf3\x7d\x96\xde\x16\x88\xc0\xc3\xec\xcb\x6c\x36\xc7\xe3\xd2\xba\x9f\xad\x1f\x5f\xed\x68\xb6\x3f\xf7\xf3\xf4\x79\x6f\xff\x40\x63\xce\xcf\x26\xe6\xa5\x43\xf6\x9e\x8d\x4b\x45\xbc\x7a\x3e\x2c\x1d\xe5\x36\x3f\x78\xc1\x1a\x36\xb7\xfc\x40\xbd\x6b\x02\x95\x9e\x0f\x03\x2a\x27\x3d\xf8\xbd\x8a\x04\xef\x01\x17\xcb\x82\x38\x3d\xe0\x62\x5d\xcb\x5f\x36\x8a\xaf\xe4\xf4\xf1\x7f\xd5\x25\x20\xf1\x80\x95\xc5\xa1\x7d\x20\x80\xed\xe0\x24\x3c\x68\xec\x3f\x3b\x38\x99\x9b\x7c\xf1\x41\x7d\xaf\xc7\x60\x6e\xf8\xb7\xea\x11\x9f\xa9\xa9\x82\x24\xa8\x24\xa9\x04\xc4\xd1\xe8\x17\xf4\xf4\xd1\xe6\xa8\xee\xf0\x5c\x05\x60\x82\xf2\xcf\xe6\x99\xb9\x83\xa4\x8f\xce\xb0\x8e\x5c\xfe\xa0\xd3\x17\x65\xee\x47\x5d\x1e\xfb\x62\x7e\x2e\xbd\x79\xd3\xce\x90\xba\xb3\x1b\xbb\x55\xad\x72\x08\x9a\x9b\x21\x3d\x99\x8f\x96\xc7\x9f\x5f\x0d\x67\xe9\x2f\x73\x8f\xdf\xe9\x0b\x41\xbd\x4c\xd7\x82\xa0\x5e\xd4\x18\x1e\xbc\x70\x05\x93\x41\x7e\x36\xb1\x4d\xdd\xb5\x6c\x89\xb1\x14\x77\xe6\x61\x67\xa0\xd9\xcf\x73\xd2\x2d\x80\x78\x30\xcf\x56\xff\xbe\x31\x61\x21\x6f\x3d\x2f\x6a\x08\x2c\xea\x3d\xd4\x18\x0f\x9e\xf7\x21\x96\x0d\xbc\x9b\x56\x54\x34\xc4\xfc\x6e\x19\xb3\x6e\x82\xf2\x0d\x39\x7c\xb1\x34\xe0\x86\xcb\xef\xa6\xe7\x35\xc1\x3b\xde\x4d\xd0\x4b\x1e\x76\x36\xf6\xdf\x93\x03\x6e\x18\x34\xce\xc0\xbb\xa5\xd1\x9a\x11\xb1\xde\x2d\x8c\x96\x8c\x98\xf4\x6e\x59\xb4\x94\x65\x3f\xd7\xfe\x26\xf9\xfd\xbd\x9f\xe1\x6b\xef\xc1\x41\x8c\x71\xdf\xfd\xcc\xa2\xdf\xad\x57\x56\xc5\xa2\x77\xcb\xae\x25\x75\xff\xbe\xcf\xe4\xe2\xb8\xbd\x9b\x0e\xd6\x0c\xdb\x7c\xb7\x02\x53\xd5\x2f\x5e\xdc\x78\xc5\x39\x6f\xd1\xa9\x0c\xe7\xb6\x45\xd8\x5a\xa0\x20\xef\x26\x61\xb5\x64\xfb\x39\x79\xf6\x9b\x6b\x7f\x5f\xfd\x66\xef\xed\x42\x8b\x7c\x37\x07\xab\xb5\xf9\xbc\x37\x24\x41\x55\x5e\xfc\x77\x19\x31\xf5\xdd\x72\x51\x99\x20\xfc\x9b\x37\x8e\x62\x72\xcc\xef\xa6\x90\x59\x2d\xfa\xc5\x5d\x17\xb0\xda\x5a\x54\xed\x1c\xaa\x37\x83\x53\x60\xfe\xbb\xe9\x66\xae\xcd\x3e\x3f\xbf\xd2\xa3\x77\x2b\x5a\xb5\x0b\x93\xbc\xe1\xe9\x19\x78\xb7\x04\x9d\xd3\x70\xac\x3d\xcf\xe1\x1a\xb1\xbd\x2c\xf7\x08\xd3\xcb\x82\x47\xbe\x78\xf0\x30\x5f\xe5\xb7\x78\xca\xfc\xe6\xef\x34\xee\x2d\xd0\x38\xb8\xca\xbb\xc5\xef\xaa\x84\xfc\x96\xce\x33\x6b\x29\x83\x67\xfb\xd9\xf4\xa6\x73\x72\x5e\xec\x36\xb5\x09\xdc\xb2\x17\x80\xe7\x37\xbf\x5b\x09\xac\x38\x31\xf3\x8b\xe7\xae\xb9\xc8\x2d\xc9\xd7\x05\xdd\x79\xf1\xdb\xad\x68\xbb\xd9\x11\xde\xb0\xfc\xe2\xb5\xcb\x62\x7e\x4d\x10\x50\x06\xde\x72\x43\x69\x22\xd9\x56\x03\x8a\x92\xf1\x8b\x8e\x8e\x6b\x2a\xbf\x5b\x23\x28\xda\x1b\xde\xda\x21\xb8\xb6\x1d\x20\x2b\x73\xd8\x8a\x42\x4b\xc5\x7e\xf6\x02\xb0\x3b\xe5\xb7\x6e\x84\xc6\x10\x9d\xdf\xba\xa9\xe5\x6c\xf6\xbf\xe7\x9f\x9d\x67\xbd\x7f\x7c\x35\x1c\x16\xf9\xad\xcf\x7e\xee\x7e\xff\xf2\xcc\x58\x5b\x1c\x2e\x15\x5e\xf8\x6e\xa5\xb7\x4c\x91\xb5\xa1\x61\x43\x01\xde\x56\xf6\xf7\x22\x50\x83\xc8\x1d\xfe\x1d\x0e\xe7\x7c\x36\x23\x2f\x07\x54\xe2\x6d\x7b\xfe\xcd\x4d\x6a\x7b\xfe\x5d\x44\x6c\x8b\x67\xbf\xd9\xf3\xef\x6e\x7c\xdb\x02\xa2\x94\xe4\xc5\x83\xd0\xa5\x18\x38\xe8\xe6\xb4\x7f\xe0\x1f\xfd\xbc\x20\x0a\x30\x91\x7f\x43\x00\x5f\x2d\x6e\x7e\xa3\xca\x84\x68\xfc\x6e\xa1\x2c\xf7\xe6\xf7\x75\xaf\x11\x82\xff\x6e\xa1\xac\x60\x42\xcc\xef\x96\xbb\x4a\x15\x29\xf1\x2e\x54\x49\xe4\xdb\xf7\x02\x02\x51\xfa\xda\x94\x43\xc0\x6d\x81\xac\x54\x81\xbe\x25\xb2\x9c\xc6\xb7\xd2\xdd\xbb\xa5\xb5\x32\x3d\x06\x5b\x58\x2b\x23\x46\x7c\xf6\xdf\x8b\x7f\xdf\xd8\xd5\x61\xfb\x18\xc3\xb6\x52\xc8\x33\x76\xac\x85\x6c\x89\x35\x2c\x15\xf1\x1d\x6f\x83\x72\xc6\x3b\xf6\xf2\x96\xb3\xc2\x63\xb7\x04\xe5\xd8\xcb\x0b\xd0\xe3\xaf\x0b\x3a\xa7\xdb\x01\x76\xfe\x8e\xf5\xe3\xab\x07\x3d\x1b\x7b\x75\xeb\xb0\xad\x12\x9f\xdf\xef\xf3\x7d\x88\xb2\xfa\xea\xe2\xf9\xf9\xf1\xd5\x33\x5c\xf9\xdd\x62\x5c\x96\x41\xbd\x73\xeb\xb3\xd1\x76\x26\xd0\x9a\xef\xe7\x46\xaf\x26\x0d\xdb\x52\x53\xce\x8e\x3b\x2b\xce\x56\xdb\x22\xc1\xa1\xd0\xbc\xd8\x4f\xfb\xb2\x9f\x3d\x7f\x95\x8e\x77\x6e\xfa\x14\x28\x38\x71\xb6\x45\xff\x5b\x01\x09\x14\xdc\x12\x56\x2f\xd2\xb3\xad\x91\xf5\xd8\xe6\xad\x91\xe5\xe5\x91\xc3\x47\x31\x3d\xba\x1a\x61\xfd\x7e\x69\xd6\xe2\xfb\x95\x7e\x7c\xf5\xee\x7c\xf0\x48\x06\x1d\xc5\x25\x59\xa5\x31\x18\x79\x34\x9c\xbd\x0b\xf8\x7b\x14\xb7\x08\x56\xd2\xf2\xef\xe3\xc7\x57\xd7\x18\xf2\x6e\x01\xac\x0f\xd1\x17\x07\x46\x95\xe6\xad\x3d\x7f\xc5\x87\x77\xcb\x62\x79\x46\x9f\xfb\x78\xe3\x90\xcb\xef\xba\xe1\x75\xec\xdd\x96\xd1\x72\x71\x7f\xb7\x88\x96\x9b\x7c\x66\x8b\x68\x79\x49\x26\x74\x76\x24\x51\x79\x2b\x95\x65\xda\x78\xcb\x6e\x25\x18\xdc\x16\xdd\x4a\x95\xe9\x6c\x25\xbc\x2c\x8f\x01\x52\x9c\xc6\xa2\xf7\x33\x7e\x95\x4d\xde\x2d\xd0\x95\xe9\x06\x6f\x79\xae\x34\x69\xc9\x16\xe7\x46\x12\x59\xb7\x34\x37\x92\x34\xf2\xa3\x86\x66\xdb\xad\x12\x77\x25\x82\x2d\xca\x95\x2a\x12\x7c\x5e\xe8\x10\xfd\xe0\x87\xa9\x22\xd9\x96\xf0\x46\x12\xa1\xd1\x70\x13\xb2\xe7\x8b\x7c\x57\x64\x10\x67\x05\xd1\x99\xcf\xb9\xe7\xdf\xa2\x2d\xe7\x5b\xfa\xb7\x45\xc0\xdc\x5c\xef\x09\x02\xb9\xa9\xa7\xde\x5a\x9f\xf7\x01\x08\xc1\xe3\xc4\x3a\x2e\x42\x9f\x11\xd9\xc1\xf3\x8d\x1e\xec\x33\xca\x2c\x32\xf2\x8b\xb8\xa8\x54\xf5\x6a\x90\x97\xb7\x6c\x69\xb1\x1c\x32\xd3\x2d\x2c\x8e\x1a\xdf\xe8\x43\x61\xce\xe8\xd6\x35\xfb\xfd\x86\xb3\xe2\xf1\x8b\xa2\x53\x14\xc9\x5e\xfc\x45\x5d\x0c\x52\xd5\x16\xfb\xd0\xb4\xab\x5c\x79\xcb\x99\xa3\x4a\xfc\xb7\x98\x59\x42\x72\xc2\x64\xb2\x24\x8c\x5b\xe2\xcc\xda\xc9\xde\x1b\x46\x20\xd6\xdc\x05\xd1\xae\x7f\x43\xcf\x8a\x16\xf7\x3d\x76\x39\xb6\xa4\x36\xcb\xc6\xd2\x82\xa1\x1d\x3f\x77\xc1\xd0\x0e\xbb\x2b\x18\xca\x7b\xf7\xaf\xd8\xc8\xe2\x63\x2d\xe5\xc3\x6f\xb0\x41\x6d\x05\xa8\x1c\x5b\x86\x99\xb0\xd3\x82\x89\x7c\x2b\x63\xbe\x60\xf3\xdc\x0a\x45\xc1\x60\xbe\xf5\xdf\xce\xcb\xa5\xd2\x5b\x79\xb9\xed\x97\xbe\xc2\x06\xb5\x89\x43\x31\x5a\x4f\x6a\x55\x8e\x17\xea\x40\xbf\x2f\x13\x64\x1e\x98\x8c\x3a\xa6\x92\x92\xf7\xe0\x33\x6d\xe2\x53\xf2\x16\x46\x26\xbc\xbc\x60\x0a\x9c\x44\xe9\x14\x6c\x81\x93\xe0\xb5\x92\x99\x1f\x21\x3b\x05\xa7\xfd\x44\x10\x2b\x79\x0b\x23\x93\x60\xb8\x92\xb7\x30\x32\x7a\x3e\x78\xfe\xec\xbf\x37\xfb\x39\xf9\x66\xf1\x7c\xf1\x6c\x5b\xcc\x91\xc5\xbf\x3f\xfc\xbd\xf3\xfc\xf2\x4c\x3f\x95\x79\x36\x9f\x55\x9f\x99\xff\x96\x45\x26\xe1\x76\x05\x93\xe4\xc4\xdd\x51\x72\xf8\x0b\x16\x2f\x0d\x8b\xc6\x62\x12\x50\xbd\xa3\x0e\x5f\xf6\x0f\xa9\xfb\x4c\x4f\x80\x28\x2f\x7a\xea\xac\x66\x01\x89\xc6\x8c\x50\x3d\x8f\x2a\xe8\x16\xa0\xe8\x3e\x0f\x7f\xb0\x05\xb0\x60\x73\xf1\xdc\x4e\x64\x8d\x92\x37\xe1\x4b\x47\x9d\x2c\x14\x9b\xe2\x51\xa7\x5f\x5d\x36\x07\x1c\x9b\xf6\xcd\x92\xfc\x0a\x70\xc4\xcc\x5f\x67\xce\x0f\x58\x14\x8f\xea\x2f\x28\xa8\x47\x5d\xcc\x7d\x53\xaa\x89\x41\xb1\xe4\x8f\xd0\x67\xb7\x3e\x40\xbf\xd9\x1a\xe8\x77\x66\x05\xa5\x22\x02\xb3\xe4\x0f\xc3\x75\xdb\x02\x7d\x0e\x00\x1e\xe3\x49\x18\x67\xc9\x2f\x12\xa2\xb8\x8b\x07\x75\x1e\xd5\x67\x9c\x1b\xa0\x80\x5e\xd4\x84\x77\xb2\xe0\x47\x9d\xd0\xe6\x52\x08\x58\x4c\x73\x4b\xce\x45\xe3\x6b\x9a\x60\x6e\x21\x60\x31\xe1\x27\x2d\x05\x6b\x7b\x9a\x5b\x4e\x2c\x3a\x5f\xd3\x9c\xf6\x7c\xfa\x62\xcf\x97\x2f\x8e\x7f\x63\xe7\xdf\x13\x2e\x09\x2f\x82\x1f\xa5\xc6\xbc\x18\x24\x71\xbc\x40\xb5\x92\x1c\x7d\xf9\x11\x3e\x05\x70\xad\x68\x77\x47\xa7\x2d\x25\x69\x53\xa3\x75\xc6\x1a\x06\x82\x95\xec\x6a\x59\x14\x8e\xdc\xb4\x0e\x16\x85\x71\x26\x2d\xce\x79\xd9\xba\xc7\x68\x0e\xb1\x75\x8f\xd1\xd8\x24\xbc\xb7\xf3\x00\xa0\x05\x67\x4e\x73\xb4\xad\x57\xa4\xb4\x12\x8b\x28\xa0\x2d\xe7\x05\xd7\x6d\x52\x48\xdf\xa4\x7b\x63\x48\x66\xb8\xe2\x08\xf4\x54\x58\x11\x52\x7d\x29\xa8\x07\x69\x95\xef\x24\xb7\x82\xd3\x77\x1e\x9c\xb9\x42\xdc\x5f\x5a\x85\x75\x71\x60\x8f\xea\x38\x97\x13\xf0\x2b\xa7\x59\xd8\x1e\xe2\xf9\xd2\x82\x26\x16\xce\xe3\x51\x7d\xc6\xc6\xc7\x99\x2d\xd5\xd9\x08\xaf\x2d\xec\x8f\x36\xfd\xe8\xc3\xfc\x59\x64\x65\x07\xdd\xcd\x2d\xd4\x4f\x34\xc4\x52\xf6\xf9\x1d\x6d\xd1\xb6\x09\x08\x7b\x25\x08\x28\x2d\x90\xbd\x34\x77\xc1\xad\x6a\x8c\x0d\x7d\x29\x48\x97\x09\xa7\x7b\x29\x03\xaf\x18\x07\xb2\x6c\x89\x6f\xf4\x78\x86\x6c\x67\xe0\x38\xf4\x89\xf8\xfd\xcb\x22\xe8\x88\xd0\x8f\x84\x0f\xbc\xe0\xc2\x9e\x87\xab\x5e\xa2\x15\x80\x5a\x8c\x9c\xfd\x06\xac\x12\x66\x4b\xc4\xed\x36\xe0\x70\x89\x9f\x1f\x3a\x82\x5c\xe2\x35\x18\x5d\x44\xd2\x36\xee\x2c\x3e\x10\xa4\xe9\xdf\xa1\x3b\x42\xe9\x74\x12\xb4\x3d\x41\x97\x0c\x24\x4f\xdb\xfa\x8d\x4e\x47\xda\xc2\xb2\x15\xa8\x4b\x81\x4f\x23\x38\x97\x72\x41\xb3\x20\x40\x78\xcc\xe7\xe1\xe6\x5e\x50\x0a\x8f\xde\x05\x88\x12\x13\xba\x31\x00\x17\xda\xde\x9e\x4f\x00\x5f\x0f\xa5\x77\xd0\xb9\x1a\xab\x5c\x98\x77\xe5\xe8\x0f\xdc\x07\xa5\x1a\xe1\xb0\xd2\xc1\xcb\xe5\x2f\x9d\x97\x87\xa8\xea\xc4\x0b\xf1\x4f\x55\x14\xac\xc4\x3f\x8d\xbc\x25\xeb\x52\x67\x48\xf7\xf4\x86\xc8\x3a\xb0\x4b\x94\x4a\x10\x78\x27\xf6\xb1\x54\x0c\x5f\x03\x47\x66\xa9\x08\x2f\xb3\x40\x55\x2a\x21\x2b\x03\xfb\x45\xa9\x86\x8e\x20\x9b\x94\x96\x34\x23\xb1\x53\x0d\xe5\x58\x13\x4c\x69\x04\x43\x0e\x22\x36\x4b\xc3\x0c\x3d\x08\x80\x2b\x4d\x19\x92\x68\xe7\xd2\xb0\x04\x0e\x6c\x43\xa5\x6d\x09\x68\xbf\xec\x71\x1a\xa0\x1a\x85\x8d\x6f\x37\xae\xdb\xa3\xf3\xcb\x8b\xf2\x4c\x88\x73\xc1\xbc\xbf\x35\xe9\xbd\xb8\x8e\x13\x7f\xa5\x2d\x5b\x95\x5e\xe9\x80\xc0\x89\xd2\x09\x2b\x1a\x75\x4b\x8a\xa5\x63\x09\x1d\x95\x71\x3a\xf2\xf6\x40\xe4\x29\x1d\xe3\xdb\x90\xbb\x0c\x2c\xec\xa3\x71\xc0\x07\x16\xf6\xd1\xb6\x4e\x52\xc6\x68\xbe\xec\xb9\x8d\xa9\x91\x8d\x63\x36\x80\xdb\x68\xbe\x3c\x98\x1f\x89\x91\x2f\xe3\x61\xa5\x0d\x01\x67\xb8\x84\xc6\x74\xc6\x7b\xfb\xb2\x7b\x9b\xd8\xcd\x46\xdb\x6a\x76\x99\xd8\x48\xe2\x98\xcf\xa2\xec\x0d\x4f\x9c\xd5\xcf\x20\x91\xb3\x39\x37\x66\x3d\xbb\x33\x80\x90\xce\x0f\x31\xdb\x08\xcb\x65\x62\x34\x5d\x58\x11\xca\x7c\x3f\xbf\x1a\x80\xcb\x82\xbe\xeb\x80\x2d\x0b\xfb\xf9\xe8\xf9\x3b\xaf\x6b\x59\x04\xc5\x8d\x0e\xa5\x5a\x1f\xc2\x44\x89\x7b\x28\x0b\x79\xfa\x70\xe5\x9f\x76\xf9\xb2\xc1\xfd\x11\x15\x46\xe2\x17\x74\xd6\x81\x41\xa8\x7c\x26\x11\x8f\x0a\x46\x9f\xcb\xde\xa0\x19\x1f\xe3\x52\x08\xed\x29\x1f\x2c\x9f\x03\xb7\x56\xf9\x60\xf9\x1c\x38\x22\xcb\xe7\x61\xe2\x98\x85\xca\xe7\x2d\xa2\xe9\x86\xc9\x79\x38\x28\x8b\xd5\x3f\x30\xf0\xfa\x96\x93\xb0\x8d\x81\xeb\xb3\x9c\x84\x68\x34\x6c\x61\xe5\x24\x16\x70\x10\x56\x57\xce\xe1\x38\x08\x7f\x27\x56\xfc\x41\xf0\x69\x39\x39\x5c\x1a\x40\xcb\x39\x6d\x03\x31\x39\x31\x7f\x0f\x62\xe4\xca\x89\xd3\xad\x7b\x88\x4f\xec\xc5\x7d\x41\x1e\xce\xcb\x36\x9c\x8d\xf3\x65\x5b\x3d\x4f\xe7\x4b\x14\xae\x12\xe1\x45\x70\x44\x5f\xc8\x3a\x17\x8e\x8c\x81\xe2\x59\x2e\x7a\x1b\x0b\x20\x5e\x18\x89\x87\xcc\xef\x26\xe6\x65\xe0\xbe\x29\x37\x02\xf6\x58\x7d\x8f\x73\x17\xf1\x02\xb8\xdd\x15\x1a\x8e\xf8\x72\x13\x79\x39\x16\xa8\x74\x23\x85\xcd\x03\x01\xfd\xc6\x0f\x18\x14\xfa\xbe\xc2\x18\xbf\x21\x75\x6f\x02\x97\x26\x1a\x4d\x79\x38\x8f\xc1\xed\x9f\xe2\xa4\x19\xf3\x31\xb2\x5d\x09\xff\xe9\xf6\x86\x8c\xf5\x10\xd4\x39\xb1\x27\x94\x07\x3a\x36\xd1\xb3\x8a\xae\x94\x79\x40\x2b\x1e\x83\x0e\x89\x9e\x2a\xb8\x39\xd2\x3c\x38\xb6\x8f\x31\xb5\x84\x52\x15\xec\x4e\x69\x8a\x7b\x5a\x48\xfa\x82\x8e\x61\x0a\x49\x93\x30\xb4\x82\xfd\x23\x85\x2c\x8d\xde\x99\x42\xfc\x43\xc1\x4c\x55\xd9\x4e\x25\x6b\x26\x96\xf0\xde\xb6\xe1\xd8\xbe\x77\xc0\xa0\xfe\xe6\xb7\xf5\x28\x7e\xb6\x85\xcc\x7a\x10\x30\x3b\xd1\xf3\xeb\x61\xa8\x32\x91\xf2\x35\xee\xaa\xd4\x3d\x68\x35\x28\x66\x62\xda\xa8\x86\xdd\x4f\x7c\x53\x35\xd5\x97\x97\x4d\x45\xaa\x61\xe5\xfa\xa4\x6b\x3a\x59\x36\x84\xbd\xa6\xd3\xcf\x46\xde\x2f\x78\x46\x67\xde\xb2\x63\x4d\xcf\xe3\x0b\xbd\xbd\x76\xb0\x61\x50\x09\xd9\x48\x13\xfa\x5f\xf3\xe1\x67\x1b\xad\xab\x41\xb7\x15\x2f\x5e\xcd\x31\xeb\x2d\xe5\x55\xa3\x17\x27\xea\x71\xcd\xb7\x2f\x95\xcf\x70\x30\x4c\x62\xc3\x6b\x81\x9f\x4d\xac\x8b\x15\x51\x2d\x4d\x68\x79\x2d\x44\x40\xcc\xb2\x05\xd6\x5a\x9c\x1b\x21\xc8\xb5\x80\xf0\x93\x78\xe2\x5a\x91\x6b\x27\xdb\x58\xab\x37\x6c\xe2\x17\x08\xd4\x24\xee\xab\x56\xce\xec\x24\x3c\xae\x56\xce\xec\x24\x96\xb6\x56\xef\x12\xa0\xaf\xd5\x4a\xc8\xff\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xb8\xdc\x6c\xd8\x4e\x35\x24\x64\x28\x9b\x3d\x5b\x0e\xce\xc5\xf1\xb6\xb6\x97\x9b\x00\xb8\x5c\x0f\xad\x15\xc9\x03\xde\x9b\xc0\x57\x82\x53\x2b\x01\x21\x35\x25\xff\x3e\x70\x4a\xdb\x78\xda\xc0\xd6\xd8\xf2\xbb\x0d\x4e\x63\x5b\x78\xbe\x69\xcc\x94\x2e\x36\x57\xac\xda\x4a\x6b\x69\x62\x31\xb1\xc2\xb5\x48\xd0\xb7\xcc\x92\x93\x24\x82\x7b\x6b\x01\xd6\x2d\xc2\x65\x2e\x60\x54\x62\x47\x2a\xb1\xa9\x95\xd0\x91\xd2\xb2\x1d\x2d\x5c\x6d\x4c\x48\x55\x9c\x68\xc9\xfa\x70\x65\x2d\xc5\x4e\x6f\xf9\xaf\x0b\xa4\x9b\x19\x65\xbf\x79\x79\xe6\x93\x27\x66\xc4\x0f\x8f\x91\x20\x2c\x67\x6b\xc7\xbb\x23\x36\xe2\x29\x44\x24\x30\xbd\x67\x03\xec\x70\x4f\x10\x72\x52\x67\x84\xc7\x13\x1a\x1f\x9d\xce\x89\x89\x3f\x40\x26\xdb\x2d\x61\x2e\xd5\xe7\xc0\x07\x9a\xab\x5b\x21\x85\x3c\xaf\x94\xaa\xf1\xd5\x9b\x21\xe2\x4c\x10\x59\x79\x25\x51\xee\x6d\x7e\xc5\x3a\xde\xae\xb8\xc5\xb3\x40\xab\xdf\xd2\xb9\x77\x53\xd0\x8c\xb4\xf4\xbc\x17\x6b\xb7\x33\x0f\xaa\xc8\xf9\x3e\xce\x12\xb8\xbf\xd2\x0e\x50\x95\x20\x9a\x59\xe0\x5a\x04\xd1\x24\xfc\x79\x95\x20\x9a\xdd\x62\xf2\x82\x89\x33\x7e\x08\x10\x2d\x5e\x16\xb3\xf4\x07\x0c\x4f\xe0\x14\x91\x2f\x7b\x08\xbb\x0d\x86\xee\x57\x58\x08\x60\xee\xef\xcf\x7b\xec\x3c\x83\x61\x08\xf6\xc4\xbe\x14\x82\xba\x2a\xb1\x2f\xa9\x83\x17\xc4\xbe\xe4\xc4\x15\x91\xfa\xa6\xe6\x10\xf4\x9a\xb4\x66\x35\x9b\x4b\x4c\x96\x6d\x82\x82\x32\x48\x32\xf4\x8b\x85\x6f\x11\xbf\xe2\x61\xa8\x04\xba\x14\x6c\x3a\x95\x20\x93\xdd\x80\x75\x64\xd9\x10\xa7\x8c\x70\x92\xc2\x9d\xe0\x4a\x38\x49\xc5\xde\x50\x0d\x27\x59\xb8\x52\x2a\x31\x24\x7b\x70\xbf\xc2\xc7\x09\x89\x7b\x83\x2d\x3b\xb8\x6c\x99\x23\x44\x14\xc9\x9e\x3b\x33\xe4\x0e\x78\x73\x70\x2c\xc1\x45\xf0\x94\x0f\x67\xcb\xbf\x07\x70\x7d\x21\x0c\x43\xd8\x62\x08\xc6\x1e\x56\x0d\x23\x19\x84\xb4\x56\x63\x47\x92\xb2\x02\x01\x23\xfb\x85\x26\xb0\xef\x03\xf4\x23\x32\x24\x2f\x10\x86\xc8\x90\x1a\x10\x81\x61\x77\x65\x63\x43\x43\x6a\x81\xbe\x10\xf7\x91\x50\x5c\x2b\x71\x1f\xe5\x18\xb6\xc0\x2b\x01\x1e\x12\xf7\x91\x3d\x82\x11\xf7\xe1\x2e\xb5\x98\x06\x8d\x1b\x67\x53\xd0\x36\xa5\x08\xc8\x5c\x44\x7e\x54\x7b\xe2\x2a\x03\x44\x08\x0d\xbc\x12\xa9\x57\x89\xfc\xd8\x4b\xb5\xa7\x85\x90\xe8\x0f\xf0\x33\x04\x0d\x42\x3f\x2a\xf7\xe3\xea\x2b\x47\xaf\x8e\xe6\xb9\x76\xb0\x4d\x5f\x5a\x77\x30\xec\x0a\xc3\x8e\x7a\x10\x18\x7a\x0a\x96\x0e\xdd\x7a\x35\x66\x10\x31\x57\x89\xda\xa8\x8a\xf3\x44\x6d\xec\xf6\xc0\xa3\x1b\x6b\x02\xd3\x20\x04\x23\x27\xa5\x0e\x62\x30\xaa\xb2\x2e\x31\x18\x55\x91\x9d\x18\x8c\xfd\x11\xcd\xb1\x61\xa9\x0e\x63\x60\x28\xcd\xcd\x1b\x90\x7a\x44\x57\x62\x2a\x76\x03\x5f\x94\x5f\xb2\xdd\xb2\xf2\x62\x6b\x8e\x22\xa2\x89\xd1\x13\x5a\x10\x88\x98\xd8\xad\x59\xfa\x54\x6c\x76\x37\x30\x8f\x34\xe4\x0c\x62\x26\xd2\xc2\xef\x57\x0d\x9a\x18\x59\x68\x4d\x66\x82\x5e\x45\xa4\x44\xc5\x6e\x53\x8d\x94\x48\x8a\x14\x84\x4a\x84\x86\x4e\xa8\x44\xe5\xa6\x48\x25\x54\x62\x7f\xc4\x9a\xa6\x81\x7f\xdf\x79\x84\x2b\x81\x14\xbb\x95\x33\x03\x8c\xe8\x21\x44\x52\xec\x1f\xd8\x86\x2d\x95\x54\xf5\x1b\x42\x29\x26\xd1\x45\x95\x50\x8a\xfd\x91\x2f\x78\x94\xdd\xaa\xe5\x4a\x58\x3b\x7e\xc4\xaa\x30\x4c\x00\x45\x55\x2f\x26\x80\x62\xb7\xb6\x5b\x96\x25\xa2\xe0\x56\xe8\xd2\xc6\xe5\xe1\xf0\x59\x3a\x22\x19\x23\x6c\x22\x25\x4f\xbf\x2e\x62\x49\x1a\x0a\x72\xf1\x2c\x7f\x4e\x70\x91\x15\x21\x8b\x0c\x1b\x23\x8b\x34\xb8\x0a\xe1\x0b\x69\x49\xc2\xce\xd8\x34\x1a\x6f\x6d\x36\x37\x09\x12\xf1\x08\x4b\xb2\x7c\xaa\xd4\xd9\xfa\x74\x11\xee\x01\x6a\x7f\x25\x93\x45\x7d\x4f\x04\x6e\x9f\x55\x4b\x85\xf2\xc5\x29\x85\xff\x12\x56\x90\x62\xd5\x57\xa0\x82\x1f\x75\xbb\x65\xc0\x6b\xfa\x02\x98\x89\xdb\xd7\x76\x63\x30\x41\x91\x9e\x5d\xf2\x59\xa7\x78\x89\x0c\x9e\xfe\x0b\xe7\xab\xc7\x46\x71\xc4\x43\x70\xc9\xc1\xe4\x3b\x37\xc7\x46\xe8\xdc\x6c\xb7\x0b\xbf\x03\x22\x8c\x7d\x6b\x6c\x12\x29\x6e\xc4\x25\xe9\x24\x57\xea\xa7\x84\xee\x66\x8b\x25\xbe\x37\xb4\x43\x54\xbf\x39\x41\x32\x81\xdb\xf9\x79\xb4\xb6\x6c\x52\xba\xc4\x43\x81\xc4\xcd\xdb\x02\xc9\xe8\x6e\xcc\x83\x00\x67\x63\xe5\x11\x25\x98\x77\xcb\x23\x65\x44\x03\xf9\x97\xb0\x79\x08\xb1\x71\xe8\x87\x5e\x85\xec\x2b\x62\x23\x83\xbc\x88\x17\x65\x38\xf1\xd7\xa5\x22\xad\xbe\x2f\x1a\x99\x67\x61\x8b\x17\xa5\x2e\x9b\x83\xd9\xdd\x06\x93\xe0\x6a\x26\xa5\x99\x3e\xbe\x8f\xd5\x81\xf1\x21\x41\x48\x3f\x5f\xc0\x2f\x7a\xbd\x5c\x47\xdb\x42\x52\xf3\x56\xe4\x81\xe2\xda\x08\xcd\xd8\xf8\x55\x78\x41\xfb\x68\xfe\xe0\xd8\x93\xe7\xe1\x18\x95\x17\xd4\x8f\x2d\xad\xb5\x03\x83\x80\x42\x7d\x3b\x0e\xd9\xb0\x3f\x28\x40\x34\x5b\x6c\x98\x43\x0c\xdb\x81\x00\xd1\x89\x99\x6b\xc7\x96\x20\x1a\x8a\x7c\xe3\x56\xe6\x9e\x3a\x83\x27\x90\x62\xa3\x57\x23\x60\xa4\xc4\xa4\x92\x22\xf4\x66\x59\x8d\xcb\x99\x95\xc0\x82\xc6\x95\xcc\xb4\xba\x3d\xc5\x6c\xfd\x41\x4e\x38\x99\x88\x92\x45\xb7\xb5\xd8\xe2\xdf\x65\xcf\x9b\x37\x35\xef\x6c\x8e\xec\x02\xd3\x6d\x5f\xce\x04\x97\xea\xb4\x5f\xf8\x65\xfa\xce\xbc\xd7\x8e\xec\x52\xe8\x0d\xff\x77\x71\x2e\x44\xde\x92\xe4\xa9\x1d\x44\xde\xae\x06\x14\xb3\x7b\x00\xdc\xf1\x7e\xf7\xe1\xf7\x52\xb6\xc2\xe4\x33\x68\x1f\x0d\x60\x61\x1d\x80\x66\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x8e\x36\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\x52\x41\x50\xbd\xcf\xe7\xdf\xc5\xbc\xe2\x70\x81\x6d\x0e\xa7\x18\x35\xfc\x05\xba\x98\x98\x60\x83\xea\xf8\xf7\x16\x88\x44\xbf\x0d\x90\xbb\xe1\xd8\x1d\x30\x77\xb7\xa3\x05\xc8\x6d\x21\xed\x75\xad\x8a\x29\x83\xf1\xb6\x68\x52\x8e\x68\xfd\x3a\x11\x3e\xea\xc2\xb3\xb0\x26\x62\x4e\x57\x6c\x4d\x8f\xd1\x69\xdf\xb5\xd8\x32\x93\xae\x86\x5d\x7c\x11\x8f\x0b\x60\xef\xca\x07\xc5\x26\x6c\xe7\xb0\x2f\x31\xb4\x00\xd2\xe1\x1e\xd0\x22\xe4\x91\x0a\xb8\x86\x97\x62\xfd\x88\x38\xef\xcc\x84\x91\x4d\x0e\x61\x32\xf4\xa1\x31\x76\xd8\x12\xdd\xf2\xe1\x1e\xf8\xcc\x2d\x5f\x01\x3a\x05\x28\x9d\x86\x38\x52\xc1\x17\xad\x18\xd3\x67\x99\x4b\xa5\xdb\xa9\xdc\xe7\xcc\xa7\x5b\x58\x59\xd2\x84\x2e\x8b\x3d\x33\x58\xaf\x1d\xcb\x38\x84\x62\x08\x0a\x92\x12\x6d\xf4\x8d\x75\x28\x0f\x2c\xd6\xba\xe4\x6d\xd3\x97\x80\x28\x93\x5f\xf0\x36\xc1\xbe\x05\x82\x52\x25\x31\x8b\xed\x8c\x06\xa7\x43\xf8\xc3\x65\x6b\x66\x12\x12\x41\xe7\xb3\x8f\xfb\x29\x2d\xf9\xc4\x7e\x32\xad\x8f\x7a\xb1\xab\xff\x68\x89\xf2\xf9\x46\xce\x65\xf4\x53\x55\xd3\xf5\x9e\x18\x09\xe2\x99\x03\x22\x8d\x39\x21\x70\x93\x05\x9e\xea\x22\x8c\x4d\x8c\x62\x75\x52\x21\x12\x48\xbf\x4f\x71\x41\xa2\xa6\xa3\xe2\x60\x1d\x97\x70\xf3\x80\x68\x93\xf0\xa8\x5d\x6a\xb6\x1e\xe7\x4b\xc9\xd8\xc1\x2f\x2e\xb0\xc6\x0f\xea\x3b\xd1\x44\x98\xd4\xef\x49\x1f\xa1\x85\x39\x66\xe0\xa9\x74\x87\x88\x2d\x24\x40\xbd\x1d\xd8\x26\xfa\xb0\x6f\x2c\xdd\x7d\x01\xae\x5b\x79\xcf\xb3\x74\x3b\xb5\xc5\x74\xee\xc6\x05\x09\x5b\x70\x5e\xc5\xf8\x1b\xb3\x6d\x7c\xe3\x75\xe3\xc3\x1f\x88\x58\x16\xcb\xb5\x48\x78\x12\x6e\xc5\x3a\x11\xed\x71\x4b\x24\x98\xc1\xf6\xdd\xeb\x87\x3d\xb1\xdf\xa7\xfa\x03\x53\x7c\xc0\x73\xd7\xa4\x73\xa3\x78\x00\x1e\xc2\x90\x65\x9e\x8f\x76\x7d\x09\xf4\xa3\x2e\x56\xed\x0b\x45\xc6\xd5\x3e\x4c\x2b\x06\x17\xe5\x2b\x2f\x18\x28\x1a\x09\x10\xda\xf1\xaa\xb7\x4a\x2c\xbc\x58\x33\xdc\xae\x57\x14\x14\x10\xaf\xa7\x81\x8e\x5f\xe7\xc8\xce\xbf\x9e\x45\x37\xf5\x85\x6f\x2c\xbb\xf2\x28\x3a\x47\xcc\x13\x5d\xc8\xbd\x81\xf3\xbb\xb9\xf7\xf8\xfb\x16\x13\x9b\x3e\xcb\x4e\x46\xbc\x66\x7e\x3d\xe2\xa9\x9a\x19\xf5\x3a\xe9\xa7\x9a\x19\xf5\x16\xc2\x50\x33\xa3\x5e\x45\xd9\x6d\x49\x33\xc4\xf2\x07\xd9\x08\x84\x20\x85\x1c\xc0\x11\x27\x05\x5e\x96\xbf\x24\xd8\x3d\x57\xe4\x5b\xc2\x1b\x80\x77\xa3\x91\x07\xa0\x72\x99\xb1\xa5\xf0\xae\xd8\x6d\x52\x36\x2c\x3c\x7b\x4c\x5c\x07\xac\x3f\x6f\xbd\xab\xa5\x60\xfd\x1c\x77\x72\xde\xed\x17\xe6\x0e\x87\xc7\xd7\xd9\xc8\x2f\x50\xb9\x56\xd8\x52\x16\x2f\xd9\x5c\x12\xd3\x15\x32\x1b\x34\xf3\xcf\x25\x19\x0c\x29\xe7\xf6\x0b\x8b\x2d\x99\x2b\xa9\xb4\x28\x9e\x38\xb8\x18\x39\xe7\xf6\x57\xb4\x2f\x11\x77\xe3\x2f\x83\x11\xfd\x41\x0c\x82\x65\x93\x65\x6e\x37\x61\x89\xc5\x95\x38\xc8\xc9\x33\x0b\xc1\x0d\x80\x4b\xb1\x99\x2e\x8e\xeb\x3b\x2d\x69\x48\x90\x73\x98\x31\x8e\x0c\x0f\xcd\x84\x71\x64\x60\x6a\xe6\x8b\x2b\xce\xbc\x72\x75\x43\xa0\xe3\x12\xe8\x1c\x03\x1c\xd3\x79\xb8\x01\x55\xa9\x8a\x65\x57\x34\xab\xe5\xb3\x89\x43\x1c\xd8\xbb\x54\xf6\x83\x6e\xe4\x1e\x55\x6f\xe9\x55\x07\x0e\x00\xd2\x02\x23\x44\x76\x5f\x5a\xa6\x35\xa3\x35\xc1\x0f\xd7\x21\x37\x5c\xe5\x4e\x66\x33\xfd\x42\xc7\x69\xd7\xc8\x06\xb7\x5f\xfc\x45\x95\x66\xda\xfe\xc3\xcd\x2c\x9f\x2f\xaf\x4d\xf0\x1c\x87\x8e\x7e\xbb\x56\x41\x77\xac\x3b\x3a\x6b\xea\x9e\xac\xef\x6c\x7c\x8d\xe4\x6e\x5e\x2a\x6b\xe6\x76\x4b\xf2\x43\x72\xbb\x25\x02\xa8\xf7\x0b\x60\x84\x1a\x90\xc3\xcd\xab\x67\xcd\x1c\x6e\x8b\x63\x4e\x0a\xb7\x7a\x88\xb9\x9d\xab\x67\x9e\xc0\x21\xad\xe4\x1b\x43\x66\x8a\xfb\x31\x14\xe9\x91\x48\x52\x18\x1f\x18\x8d\xcc\x6c\xa4\xcc\x6a\xc9\xd8\x15\x04\x31\xf2\xb2\x15\xf4\xb7\x66\x62\xb6\x9f\xc7\x6c\xe8\xae\x77\x3b\x87\x4e\x5e\xe6\x31\xd4\xe4\x61\x4d\x09\x31\x80\xf0\xeb\x96\x66\xfe\x79\x67\xae\xa5\x19\x93\xa2\xab\x30\x44\x78\x38\x26\xc0\x69\xb6\x30\x09\x92\x1f\x71\x2b\x2f\xdb\x2b\x24\x09\x79\x29\x71\x0f\x76\x14\x4f\xec\x04\x95\xb2\x0d\x60\x78\xf1\xf7\x98\x93\x23\x70\x2f\x2f\xf3\xbc\xb8\x67\x82\xe4\x94\x30\x2e\xe0\x81\x6e\xa4\xe2\x28\x5c\x31\x68\xe4\xe2\xa8\xb8\x9c\x5b\x5a\xba\x9b\x6c\x6b\x24\x9a\x27\x0c\x1b\x42\x10\x17\x83\x8c\x6d\x8c\x41\xa0\x79\xf2\x30\x08\x54\x54\xc1\x96\xf0\x66\xe4\xe2\x73\x40\xc3\x16\xf5\xc7\xd7\x98\xee\x23\x37\x29\x14\x95\xd3\xa7\x33\x0d\xc0\xc7\xed\x09\x42\xcb\x5a\xda\x62\x44\x91\xe9\x24\x02\xb6\x46\xf1\x70\xe3\xce\xc0\x39\xd9\x12\xa2\x03\x9e\xdd\x46\x44\x48\x56\x7a\x4f\x27\xc4\xd2\x6d\xc7\xb4\x30\x9d\xd1\x16\x23\xea\xe1\xe1\x39\x83\xc4\xd8\xf8\xe3\x0b\x53\x3a\x65\xf7\xcd\xae\xb8\x06\x89\xe4\x91\x4e\xb4\x21\xa1\x71\x7a\x72\xd1\x6c\xc8\xbc\xb7\x5f\x68\x7e\xa9\xc5\x7b\x76\xbd\x05\x2b\x39\xbf\x98\x95\xe4\x15\x03\x44\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x78\x6a\xba\x34\xcf\x89\xf0\xd7\x09\x5d\x62\xee\x5b\x20\x29\xcb\xd9\x7a\x9b\xa1\xfb\x77\x85\x71\x89\x9d\x3e\xf4\xa0\x2d\x77\xcc\x90\x31\xf4\x81\x28\x0f\x91\xbb\x4f\x23\x78\x33\x5b\xdf\x8a\x63\x8b\x41\x21\x7b\x52\x6f\x52\x37\xb8\xd8\x5b\x4f\x16\x83\x1b\x8f\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x26\xda\xd2\x96\x33\xca\x10\x05\x1f\x59\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x48\x13\x4b\x0a\xfe\x08\x11\x1b\x70\x71\x55\x52\xf6\xe0\x47\x90\x98\x23\x57\x64\x39\xe8\x23\x4b\x43\x3e\x4c\xaf\xd3\xe0\x23\x44\x09\x72\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x2d\xbb\xed\x7b\x82\xf7\xb6\x9f\xb7\x5f\x5b\x7a\x8d\x6b\x63\x92\xaf\x5a\x8c\x5c\x0d\x23\x46\x16\x01\x5e\xbc\xb7\xae\xea\xd5\xb6\x04\x4c\x5e\xac\x05\x42\x1d\x13\x06\x0e\xb0\x46\x46\x1a\xaf\xd4\x36\xf2\xd0\xe4\xc6\x37\xf9\x80\x07\x70\xe0\x4c\x4a\xb3\xa4\x01\x24\xa5\x29\xf8\xe1\x1a\x01\x4e\x19\x3f\x61\xcb\x66\xf6\x05\x77\x4c\x44\x43\x44\x43\x23\x0f\x4d\xc5\x9f\xd5\xb2\x77\x7c\x81\x1a\x79\x68\x12\x77\xac\x5a\x36\x3e\x01\x4f\x5a\x33\x13\x4d\x25\xe1\x6c\xcb\x8a\x27\x68\x23\x99\x88\x79\xbc\x21\x2d\xeb\xe7\xc0\xd3\xd5\x32\xd1\x0a\x84\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xfe\x08\x7f\xe0\x4e\x68\xf2\xef\xdd\x95\x56\x5e\x10\x16\x9a\xcf\x81\xb5\x8d\x97\x85\x93\x9a\x89\x60\x1b\xc0\xec\xdd\x72\x78\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\xdc\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfe\xc2\x1f\xd8\x5e\x48\x39\x77\x58\x12\x79\xd3\x1a\x77\x58\x6a\x8e\xbf\xeb\x09\xb1\xad\x42\x81\xcf\xaa\xed\xa0\x46\xd6\xad\x01\x01\xe2\xf2\x49\x15\xb1\x73\x58\x09\xe0\x41\xb9\x62\xfa\xcb\x3e\x47\xa6\x04\x86\xd0\x1c\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xc0\xcf\x0a\x0b\x30\x55\x93\x5c\x0e\x1c\x6a\x8d\x24\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\xa6\xe8\x64\x0c\x03\x6d\x25\x1a\x99\xb4\x59\x2a\xd1\x24\xb9\xac\x59\x8c\x6d\x52\x48\xce\x84\x39\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x86\xf5\xa1\x95\x12\x7a\x97\x35\x63\x91\xee\xb2\x14\xbb\x0a\x23\x81\xe0\xc1\x81\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x52\xbc\x30\xec\xba\xed\xf8\x81\x3b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xe6\x15\xf6\x19\x34\x40\xdc\x25\x5f\x65\xcd\xee\x30\x57\x48\x95\x20\xb2\xd2\x04\xde\x96\x46\xea\xc9\x8a\x65\xb3\xe5\x01\xfc\xfd\x68\xaa\x84\x0a\xda\x19\x07\x89\x6e\xcd\x8d\x01\x71\x35\xd7\xe4\xc0\x55\xd6\xf2\x8c\xcd\xf7\xc5\x70\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\x5c\x5b\xaa\x5a\x8b\x8c\x6f\xac\xa5\x7f\x17\xaa\xd2\xb8\xd4\x54\xb5\x11\xe6\x90\x11\x20\xa5\xdc\x51\xca\x49\xf9\x89\x3b\x4a\xde\xfc\x6f\x5c\x51\x9a\xc5\x43\xb0\xf4\x02\x30\x7b\x84\x07\xf5\x0f\xee\x21\x55\x6e\x1d\xb4\x6c\xa0\x30\x57\x53\x1b\x99\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x24\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x97\xf0\x61\xfa\xdc\x5c\x2a\x5a\x02\xb2\x29\x01\xe1\xda\xde\x4a\x6a\x2e\x97\xec\x80\x49\xf5\x21\x9f\xc4\x26\x79\x20\x30\x3c\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x49\x1f\xb8\x9d\x88\x61\x92\x60\xed\x0e\xea\x18\xf9\x8c\xfb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x6d\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1e\x85\xd0\x93\x75\x4b\x28\xf6\x93\x20\xd3\xc8\x8b\x66\x7e\xcc\x8a\x5b\xb7\x91\x1f\xb3\x10\xa4\xde\x4c\x90\x39\x4a\xbc\xe8\xc1\x73\xf7\x89\x92\x90\x65\x67\xac\x0f\x49\x65\x24\x1b\x1a\x71\xd8\xf1\x6d\x96\x01\x8f\x1c\x39\xd5\x92\x7c\xc5\x98\x09\x15\x8d\x8c\xf9\x21\x16\x7b\xab\xed\x4a\xea\x89\x9a\xc8\x52\x5e\x13\x6e\x3a\xf7\x7b\x71\x9b\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x82\xe9\xe6\x29\x46\x48\x2f\x23\x0e\xd0\x91\x31\x57\x74\xc9\x11\xd6\x0a\x6d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd6\x12\x9e\xa7\x1f\x31\xd7\x47\x47\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x8d\x5d\xe2\xa4\x85\x42\xd5\x3c\xeb\xe4\xf0\x30\xbe\x66\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd6\xa9\x0f\xe7\xa5\x85\x42\x02\xf8\x12\xd2\x45\xb7\xde\xac\x23\x95\x4a\x2b\x04\x40\x12\x80\xdf\x88\x47\x2e\x19\xf5\x91\x1b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x92\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3c\x97\x53\xe6\xdc\x17\x13\x84\x2c\x87\x78\x49\xec\xc1\xdf\x4d\x0a\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x7b\x46\x0c\x81\xc0\xa0\x1d\x89\x2b\x76\x85\x6c\x53\xad\x28\x2f\xa8\x1d\x15\xed\x19\xcd\x1f\xc8\x0b\x12\xbd\x9e\x7e\xc4\xb2\xf1\x64\xf4\x19\x13\x81\x2b\xba\x6e\x02\x22\x93\x6a\x50\x21\x22\x72\x6d\x12\xf2\x0d\xd1\x2b\x24\x0e\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\xc9\x56\xde\xb8\xc9\xb7\x87\xf1\x85\x9c\x08\xe0\xb1\xb7\xf4\x96\x84\x87\x74\xab\x46\x20\xb6\xa2\x0b\x82\x94\x9d\x8d\xeb\x7b\x46\xf4\x35\xaf\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x2b\x7b\x06\xba\x35\x2e\xe5\x95\x8a\xbc\xef\xa5\x3c\x52\x12\x36\xee\xe4\x85\x38\xc1\x9d\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x49\x5b\x1a\xf7\xf6\xd2\xd0\x85\x44\x64\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe3\x0b\x73\x45\x94\x21\x55\x6f\xf3\x72\xdf\x72\xcb\xab\x19\x5f\x98\x12\x89\x3c\x6a\xb4\xd5\x50\xd5\x1d\x59\xa5\x0c\xac\xe7\xd6\x9f\xb1\x41\x8d\x9b\x7e\x45\xa3\x15\x37\xfd\x32\x89\x23\x5a\x31\x5a\x03\x41\xc6\x7b\x7e\x5d\x1c\x26\x1d\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb7\x83\xa0\xdc\x56\x30\x99\xe0\x05\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa6\x9a\x56\x10\x76\x94\x37\x0a\x9e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\x38\x3e\x96\x16\xab\x12\xb7\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x01\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x7d\x6e\x77\x62\x44\x8a\x5a\x9e\xa3\xd6\x00\xcf\x19\x34\xa5\xd7\xa1\x8f\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xc2\x8c\x3d\xea\xc3\xeb\xf6\xac\xd4\x68\xcf\x9f\x03\xc8\x7e\x84\x0d\x31\x1c\x84\xc4\x34\xee\x46\xa6\x42\x16\xfc\x56\x46\x64\x8b\xb1\x2f\xee\xb4\xa3\xd8\x17\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2f\x09\xf2\x76\x31\x3f\x98\x94\xdb\xfc\xc0\x49\x7d\xbc\x70\xe7\xba\x0a\x4d\x23\x38\x65\x71\x5c\xae\xac\x0a\x12\x5c\xa8\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x56\xcf\x12\xbb\x08\x83\xe8\xd3\xfd\x43\x56\x99\x12\xb6\x0f\xc8\xef\x41\xe0\x12\x59\x52\x81\x2f\x21\xac\x08\x93\x0f\x18\xef\xa9\xff\x38\x36\xe3\x7d\x08\x94\x92\x64\x20\xaa\x1c\x8a\x63\xa6\x6d\x5c\xf2\xc1\x62\x7a\xaf\x12\xbf\x70\x4f\x7f\x3a\x06\x5b\x0c\x6f\x2e\x86\x51\xc8\xcb\xb8\xc3\x59\xb5\x3e\x7b\x6f\x53\xab\x7f\xf1\xda\x86\xa4\xf7\x8c\x09\xd2\x5a\x5f\xca\xf7\x11\xc9\xad\x9c\xfd\x67\x9a\xa5\x56\xce\xc0\x4a\x5f\x24\xc6\xd2\xc2\x33\xe6\xcf\x8a\x4f\x99\x93\x3f\x28\x17\x89\x4e\x5c\x95\x1a\xfa\x92\x8a\x59\xc3\xe4\xa6\x45\x83\xc9\xf0\x19\xda\x26\x39\xbb\xe6\xcf\xc4\x4e\xad\x5c\x02\x0c\x79\xab\x68\x0a\x41\xd7\xe4\xb2\x69\x99\x48\xbf\x5c\x36\xcd\xc3\xe3\x81\x25\xa4\x8a\x01\x64\x6d\xd6\xbe\x5e\x42\xfa\xc1\x0a\xcf\x2d\xd4\x6c\x58\x80\x39\x9b\x87\x5e\x87\x42\x30\x68\xec\x1b\xf1\x16\x3a\xe0\xca\xad\x88\xc9\xc8\xb7\x2e\x49\x97\x7a\x93\xa7\x47\x72\xbb\x45\x99\xa9\xce\x5a\x6e\x51\xb4\xda\xfa\xf5\x2e\x28\x93\x22\x04\x74\xc9\xeb\x0b\xd2\x8c\xfa\x76\x41\x98\x19\x22\xc0\x53\x7e\xe6\xb3\x6a\xe5\x89\x7b\x9c\x3c\x7b\xd7\xd2\xbf\xab\x0f\x0d\x7f\x50\x20\x96\x8d\x3f\xf0\x03\x37\xfd\x21\x62\x3e\x86\xfe\xf0\x0c\x9c\x08\x19\xed\x62\x09\x62\x4d\x15\x34\x18\x51\x62\xd5\x38\x67\x02\xbb\x71\xce\xe8\x22\xe0\x9e\x52\xe6\x2a\x7d\x2b\xaf\xf5\x3f\x7c\xc6\xdb\x2a\x95\xc3\x9c\x12\xac\x36\xee\xa8\xba\x11\xaf\xd1\x90\xc3\x5f\x58\x43\xf4\x84\xc0\xe1\xc1\x7a\x29\x99\x21\x07\x7f\xe1\xf3\xe0\x1f\x69\xb4\xc3\x2f\x59\x8d\xfb\xd4\x02\x52\xf5\xcb\x30\xd5\x8a\x5b\xc6\xe5\x70\x8b\x2a\x73\x89\xbf\x55\x92\x03\x70\x11\xa8\x55\x92\x9f\x11\x56\xdc\xea\x11\xe9\x1b\x79\x26\x80\xfc\x70\x00\x0c\xf6\x4c\xae\x12\xbf\x41\x50\x7a\xab\x04\x80\x2e\x27\x41\x00\xa8\xbe\xee\xaa\x9c\x03\x1a\xd6\x64\x8e\x13\x08\x7b\x4d\xca\x5b\xd9\x5f\x14\x28\xb1\xb7\x54\xdc\x30\xca\xea\x35\x01\x79\x20\x5c\x93\xfe\x01\x78\x4f\x4d\x5e\x7c\x65\x6d\x99\xfc\x82\x48\x0d\x35\x4b\x8a\x38\x0f\x35\x07\x8c\x99\x2d\x97\x3a\x14\xaa\x6b\x04\x50\x0c\x9b\xab\xb3\x81\x96\x95\x08\x8a\x9f\xcf\x9e\xe5\x6c\x13\x6e\x35\x77\xfb\x05\x07\xaa\xad\x3d\x43\xa0\x6b\x35\x96\x54\xb9\xac\xe2\xdd\x29\x8a\x1a\x95\x90\xd1\x98\x49\x24\x1b\xb3\xc5\x82\x10\x02\xb7\x2d\x8e\x14\x2d\x59\x15\xaf\x8d\xfe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x65\xa2\x2a\x8c\xb8\x3c\x6f\x78\x40\x90\x6a\x8d\x6b\xd6\x8c\x50\x15\xb6\xbf\x37\xe1\x55\x9c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\xe5\x93\xc2\x75\x8a\x56\xf5\xf6\xc4\x38\xe6\x97\xb1\xc1\x25\x18\x6c\x60\x1c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x08\x2b\x01\x45\x0c\x32\xc6\xae\xb7\xda\x24\x1a\x10\xb5\xda\x90\x0f\xfd\xaa\x2b\x65\x39\x62\xd8\x47\x30\x00\xd5\x30\x8a\xc0\xdd\x6b\x8f\xc9\x33\x24\x3e\x96\xd8\x85\xae\x58\xe3\xf6\x74\x54\x0a\xcf\x53\x0f\xae\xe3\x8b\xb6\x13\x31\x93\x10\xcf\xe2\x84\x31\x91\x90\xee\xbc\x55\xee\x7c\x48\x81\xea\xd0\x4a\x3a\x7c\x81\xfd\x45\x63\x30\xc0\xe1\x14\x21\x04\xa8\xc2\x81\x33\x1f\x11\x6b\xcd\xb3\x27\x8d\x45\x70\x5f\xa4\x4f\x51\x7c\x3a\x0b\x06\x30\xd4\x42\xbb\x52\x0d\x41\xc1\x03\xb2\x05\x05\xcc\x17\xfb\x59\x26\x87\xcc\x51\xa7\xf3\xb0\x85\x57\x26\x0e\x7f\x08\x80\xb0\x3c\xa2\x3d\xa9\xb8\xd5\x2a\x97\x49\x8c\xda\xa8\x78\x5c\x8c\x70\xa9\x71\x99\x04\x96\x5c\xb9\x4c\x52\x3c\x77\xd3\x6d\xe2\xef\x64\x24\x55\x3f\xe7\x26\xe5\x1e\x81\x35\x61\x6c\xd1\x60\x5a\x0d\xd3\x88\xd6\x11\xa6\xe1\x39\xc0\x54\x22\xeb\xaa\x46\x5e\x6a\x7e\xaa\x1f\x59\xa8\xb8\x10\x9e\x16\x2c\x13\x15\x4f\x8b\x02\x56\xfd\x00\x05\xe8\x6a\x55\x16\x71\xf0\x48\x31\xe0\xf6\x7d\x86\xe8\xca\xc2\x3f\xf0\x09\x89\x1a\xe9\x5f\x28\xf7\xd3\x6a\x08\x26\xd9\xe6\xec\x99\x50\x20\xac\xe3\x30\x8e\xa5\x7e\x02\x24\x36\x31\xa9\x81\xdb\xbc\xc5\x94\xaa\xf9\xa3\x9e\x41\x26\x58\xc8\x09\xc9\x96\x5a\x9a\x81\x54\xaa\x1b\x32\x86\xd8\x76\x32\x2b\xb7\x26\xae\xa4\x60\xc0\xa8\xa7\x72\xa6\x60\x44\xde\x58\xfa\x8c\xc8\xd6\xf0\xf3\xd8\x9d\xe6\x38\x62\x43\x4e\x36\x4a\xa2\x71\xea\xe8\x84\xe9\x57\x84\x92\x64\xe3\x2d\x93\x14\xb2\xd5\xb6\x4a\x8c\x88\x2c\xb5\x7a\x6f\x25\xb0\xf5\x12\xc5\x6c\x10\x9b\x66\x0b\xd0\x5b\x3c\xbc\x84\x27\x43\x23\xb8\x24\xb1\xf8\x92\xe4\x47\xeb\x00\x1b\xab\x30\xf3\x94\x42\x7b\xbd\x6d\xce\x0f\x8f\x1a\xa1\x7d\x29\x25\x88\x18\x0f\x33\x74\xec\xcd\xe7\xc7\x90\xc7\x3c\x18\x5b\x64\x80\x8f\xfb\x57\xbe\x15\xf4\xea\xe3\x91\xf7\xa4\xca\xfa\x85\xb5\xac\xdf\xbd\x7d\xcc\x2d\xe8\xf9\xf2\xb2\x48\x20\xf9\x4b\x8c\xa2\x48\x13\xfe\x13\x0f\x5b\x18\x34\x44\x2d\x19\xb8\x80\x7f\x25\x97\xc5\xe6\x0e\xe8\xb3\xb4\x4f\x3c\x23\x6c\x93\x4c\x60\xad\x59\x58\x05\x72\xd5\xf4\x73\xa8\x9e\x35\x93\xef\x03\x89\x86\xb1\x82\x44\x13\xcd\xfb\xc8\x4b\x55\xad\xc1\xf3\x87\xd8\xd4\x0e\xb5\xdb\x69\x5f\x1c\x5c\x0e\x74\x93\x8b\xb3\x89\x0d\x87\x86\x27\xb2\xa5\x18\xaf\xf1\x42\x0a\x22\x4e\x4e\xcb\x1e\xa3\xe2\x4b\x80\x7b\xf0\x22\x45\xc5\x63\xd0\x64\x9e\x18\x7f\x1a\x77\x32\xc8\x48\xd9\x1a\x51\x12\x15\xce\xdb\x8a\x62\x0c\x48\xda\x54\xf1\x97\x3f\x28\x28\x61\xf6\x6a\x84\x22\xae\x00\x83\xfa\x3e\x9a\x6c\xc3\xe1\x20\x36\xb5\xa2\x92\x3a\xfc\x21\xb6\xd6\x5f\x94\xc8\x87\x2f\x1b\xd4\xa4\x5d\x69\x4d\x56\x2a\x44\x6a\x6c\xad\x2f\x44\xcb\x61\x0a\x6a\xea\xf2\xd8\x0e\x1a\x57\x2f\xc8\xa7\xd6\x9a\x97\x25\x45\xf8\x56\x25\xa9\xc3\xd6\xca\xc8\xae\x9c\x20\x88\x58\x47\x8d\x89\x00\x9e\xea\x55\x44\xc0\x4e\xf5\xae\x4e\xf8\x76\x6b\x4d\xa2\x81\x88\xd5\x88\x59\xa4\x8a\x54\x6b\x7a\x26\xd4\x8c\x5a\xb3\xdf\xcc\x33\xa8\x84\xba\x46\x0a\xfb\xd1\x45\x92\xb8\x0f\xe1\x47\xdd\xa2\x8d\xa8\x49\xe4\x64\xf9\xb9\x4f\xde\x8d\x90\xc8\xb5\x2e\xa8\x91\x41\x1a\x1c\x4b\x17\x6d\x23\xd1\xa3\xf2\x7d\x1b\x7a\xa3\x87\x3f\x90\x71\x16\xce\xd2\xbc\xab\xa0\xbd\xb7\xc1\xbe\x34\x59\x37\x4a\x4e\x75\x03\xd3\x5a\xb8\x01\xdc\xf4\xcd\xcb\xaa\xe6\x8e\x46\xb2\xc7\xe1\xc2\x27\x06\xef\xe4\x37\x83\x6f\x98\xe0\xd4\x0e\x8c\x36\x4b\xce\xfd\xb4\x9c\x39\xb7\x22\x35\xb2\x92\x73\xbf\x1c\x87\xd3\x10\xef\xdd\xcc\xa9\x0e\x89\xf4\xd4\xcc\x04\x23\xe5\x6c\xde\x85\x54\xb9\x6b\x5e\x3b\xd0\x74\xdc\x42\xaf\x46\x14\x6b\xde\x80\xd4\xde\xdb\xb8\x6b\xa0\x41\xa1\x71\x03\x52\x53\x7f\x43\xaf\x36\x98\xa0\xad\xa8\xcc\xc7\x33\xd4\xcf\x75\x2f\xc1\x06\x40\x96\x2c\x83\xef\x3f\x31\x34\x9d\x7e\x62\x68\xe6\x01\xf7\x9a\x22\x28\xcc\x4b\x86\xd5\x36\xf3\xaa\x72\x4e\xca\x01\xe4\x31\xbe\x35\xeb\x59\x2a\x40\xaf\x7c\x23\x05\xa3\x71\x3d\xed\x13\x66\x00\x47\x71\x8e\x3c\x9f\xc6\xca\x33\x93\x33\x60\xc5\x42\x2c\x22\xd0\xfc\x41\x62\x29\xfd\xb8\x14\x02\x3c\x9d\xc6\x1c\xea\x9f\x6e\xf0\x13\x2a\x1a\x36\x32\xfd\xd4\xd8\xe7\x2b\x90\xcf\x1f\xd8\x74\xf7\xf6\x92\x90\x4d\x5f\x3c\xe8\x1e\xdb\xcb\x83\x2e\xc6\x59\xfd\xc1\x88\xa6\x16\x76\x7d\xf7\xf0\x0e\x94\xa3\xcd\x1d\x73\xf1\x85\xb9\xa0\x9d\x90\x68\xa8\x06\xe5\xbd\x65\xb1\xd5\xbe\x40\xfe\x64\x03\x91\x5f\x0c\x08\x4d\xd7\xa3\xce\xd5\x02\xca\x2b\xb6\xf6\x38\xa0\x8b\xe7\x4a\xa3\x26\x60\xca\x19\x54\x9d\xbe\xed\x89\x65\xf9\x22\x73\x90\x8c\x3f\xb2\x46\xc9\x54\x98\xd7\x11\x9a\xda\x2b\x8c\x24\xa5\xdc\x3e\xac\xd9\x1f\xa4\xfc\x6e\x04\x71\x7e\xe4\x47\x69\x0d\x46\x43\x96\xa6\xd6\xf0\xad\x57\x89\xce\xeb\x61\x85\x3a\xf4\x60\x2e\x88\x30\x54\x47\xc8\x0b\xa9\xa5\x1f\x92\xb9\xf8\x2a\x0e\x5f\xe7\x05\x5f\x3e\x00\xea\xde\x09\x20\x97\x48\xeb\xde\x1d\x54\xde\x37\xe9\xc4\x90\x7e\x92\x95\xa9\xea\x26\xea\x84\xf0\x29\x02\xf5\xa4\x5d\x94\x01\x09\xde\x97\x9f\x74\x2d\xde\xda\xe4\x3b\xe9\xaf\xc9\x02\xd2\x3a\x49\x14\x9a\x90\xeb\xa1\xd7\x41\x63\x7b\x36\x87\x3c\x13\xc9\x01\x52\xbf\x62\x77\xec\xb7\xc4\xa4\xf8\x0a\x7e\x64\xcc\x4d\x27\x68\x6f\x3a\x41\xaf\x08\x6a\xf7\xef\xe4\x99\xd6\xcd\xd6\xf5\x8b\xab\x50\x74\xf4\xbd\x1a\xad\xd5\x36\x21\x02\x1d\x3e\x45\x9e\x92\xd6\x8b\x56\xb7\x6e\x73\x2f\x1f\x25\x9b\x6b\x8d\x5e\x4e\x4b\xd4\x8a\x11\x4d\xf7\xcf\xb1\xec\x35\x26\xcc\x67\xd5\x83\x05\xbd\xb7\x1e\x05\xa9\x3f\x5b\x87\x3d\x25\x5d\x0a\x3d\xf8\x53\x7c\xb5\xec\xcc\x5f\x4e\x5f\x6c\x73\x51\x6b\xca\x1f\xdc\xb8\xee\x0f\xa2\x8a\xcd\x63\x2e\x6c\x16\x21\xf5\xd4\x7a\x6c\x7d\xb3\xa7\x61\x18\x60\x6f\x12\xab\x78\x31\x61\x3f\x2b\x69\x8a\xc7\x82\xc5\x28\xbb\x58\x56\x17\xaa\x7c\xa5\x32\x27\xb7\xe9\x96\x70\x1c\xb6\x88\xb9\x83\x04\xb8\xbb\xf5\x28\x50\xf7\xa2\x92\x29\xa5\x51\xf6\xa2\x92\xc0\xa4\x75\xf3\x35\xed\xc5\x7e\x43\x05\xa9\x83\x91\x82\x82\x77\x52\x25\x37\x68\x4c\xc7\xcf\x9d\xf4\x43\x74\xeb\x32\x4a\x61\x3b\x71\x73\x92\xbe\x4e\x52\xe4\x98\xb1\xdc\x0e\xc6\xd2\xa7\x81\x58\x76\x3b\x03\x5b\xfc\x0a\x6c\x81\xbb\x76\x4b\x40\xc0\x56\xba\x31\xf2\x01\x60\x39\x99\x5b\xaa\x4a\xa6\x7b\xa3\xe3\xdb\x1e\x3f\x07\x04\x9f\x9d\x08\x9e\x69\x8d\x3e\x1d\x15\x2b\x38\x35\x29\xcd\x46\x6f\xfe\x60\xc1\x6e\xf1\x6e\x05\x8c\x6c\x2e\xdd\x74\x81\xfa\xa9\xd5\x21\xa9\x0e\x52\x63\x8e\x64\x08\xd6\x1b\xd7\x51\xb1\x14\x84\xfa\x47\x8a\xd4\x7d\x19\xce\x97\x8d\xf8\xc4\xaa\xfc\x65\x39\x08\xcb\xfa\xc4\xb2\x98\xa4\x6c\x06\xaa\xdf\xcd\xb8\x24\x67\xeb\x5e\x96\x93\x49\xf6\x53\x37\x42\xfc\xe2\x82\x69\x7e\x0a\x53\x46\xf4\xe6\x9c\x8a\x67\x47\x31\xaa\xd0\x50\x4a\x96\xe4\xa4\x4b\xa6\xa3\x00\x79\x7f\xbe\x75\x5c\xd4\x15\xe2\xda\xd1\x80\x48\x7e\xde\x3a\x46\x59\xf2\x79\xb7\x7e\x45\x6a\x39\xc6\x40\xd1\xa9\x52\xca\x4b\xdc\x84\x65\xf4\x8b\x92\x2c\xc3\xd6\x2e\x50\x68\x99\x23\x4b\x7d\xb6\x5f\x01\x79\xe6\x7e\x99\xae\xdf\x89\x04\xe0\xf9\xe1\x3e\x6c\xcf\xb4\x6e\xa7\xc8\xa2\x6e\xa7\x45\x57\xf8\x9e\xab\xe4\x0d\xfd\x49\x2b\x5b\xbf\x25\x37\xce\xe4\xc6\xe2\x21\x6e\x70\x63\xdf\xc0\x81\xae\x23\x5a\x17\x52\x87\xa9\x05\x1b\xee\x96\x87\x90\xe8\xde\xa6\xc1\x13\x6e\x8f\xb5\x62\x98\x93\xae\x68\x95\x9c\x0e\x83\x5b\xa2\xc3\xa3\x01\x52\xe0\x9a\xea\x2e\x8e\xce\x23\x4b\x1d\xb6\x97\xd6\xa0\x6d\x76\x14\xae\x2a\x41\xc5\xbe\x7a\x08\xab\xe0\x7c\x52\x73\x1c\xcb\x06\x44\x77\x12\xa2\x19\xe1\xda\xe5\x75\xd2\xd6\xd7\x50\x10\xa6\xfe\x52\xb2\xc6\xed\x7f\x39\x2c\x90\xa6\x71\x80\xd3\x10\xb9\x71\x70\x21\xab\xf8\x0c\x4e\x71\x4e\x87\x31\xec\xea\x25\x03\xff\x6f\x05\xbf\xc7\xe1\x60\xfe\x3d\x0e\xd4\xe0\x05\x62\xd4\x7d\x76\xbf\x87\x2d\x60\xbf\xac\x67\x44\x3a\xa6\xbd\x61\x23\x25\xe1\xef\x0b\xb5\x65\xa0\x3d\x94\xcd\xa9\x35\x3e\xf2\x30\x23\x79\x0c\x39\x26\x00\x18\xc4\xb9\x57\x76\x78\x70\x45\x9e\x84\x86\x6d\xa4\x00\xeb\xfa\x8e\xf6\x8d\xbf\x57\x87\x68\x23\x8b\x6d\x60\xcf\xc0\xcb\x5b\x16\x27\x62\x18\x97\xa6\x83\x6a\x64\x43\x76\x9c\x72\x76\x36\x80\x0b\x8d\xd0\x4b\x3d\x23\xab\xa5\x00\x08\xf3\xe8\x88\x0b\x23\x7f\xec\xca\x16\x82\x68\x3a\x22\x69\xa1\x92\x63\x28\xf9\x4c\x5f\xa4\xcf\xce\x0b\x3f\xb1\x21\x3f\x83\xb8\x77\x1d\xbd\x14\x13\xda\xfd\x32\x3a\x2a\x1d\xe9\x7e\xdb\xa8\x31\x77\x9e\x43\x5b\xe3\x99\x52\x03\xd3\xef\x2f\x47\x00\x78\xd5\xa3\xe9\x70\xf2\xbf\x61\x0b\xd0\xc7\xc9\x7a\x51\x1e\x4e\x3c\x54\xd5\x84\x7c\x8b\xd1\x58\x6b\xd3\xa0\xe4\xb3\xe7\x1a\x41\x74\x74\x8e\x72\x3c\x47\x0b\xba\xc2\xb0\x79\xb8\xeb\x14\x87\x0a\xbc\xea\xca\x62\xfe\x5d\xe2\x0a\x4f\x1e\xdd\xa3\x85\xf0\x37\x70\x98\x56\x81\xd6\xb5\xee\xfb\x77\x8f\x9c\x6b\x0d\xe7\x29\xaa\xc5\xf0\x7a\x7b\x89\x8e\x3d\xe5\x42\x01\xf7\x69\x08\x89\xc3\x0b\x65\xba\xb8\x07\x11\x5f\xdd\x3b\x3c\xc3\x9b\xec\xde\x4d\x1c\x43\x2b\x00\xe2\xee\x20\x82\x7c\x28\x7d\x8e\x61\x3c\x02\x47\x72\x18\x42\xee\xd5\x43\xaa\x3b\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x05\xd0\x91\x10\xc6\x54\x56\x47\xd8\x1f\x04\x80\xd5\xe9\x47\xae\x98\xb5\x10\x2a\x2e\x67\x18\x33\x36\x94\x6e\x89\xf0\xae\xce\x6a\xc9\x94\x11\xc8\xc6\x92\xbf\x23\x2f\x8c\xe5\x61\x47\x98\x1c\x2b\x96\x65\x7b\x13\x87\xba\xfa\x15\x3d\x33\xa4\x26\x4a\xdd\x4c\x43\x2e\xe9\x1c\x3f\xb1\x12\xc6\xf4\xc2\x98\x67\xc4\x82\x48\x8e\x88\xb5\x92\xd4\xd3\x6d\x04\xc7\x44\xa4\x19\xc1\x31\x85\xc3\xc7\xa9\x54\x3f\x43\x28\x40\xd1\x18\x1f\x6d\xa5\x76\xe5\x79\xb1\x2f\xbc\xa2\xa4\xa9\x6b\xe3\x74\xed\x74\x4b\xa4\x77\xe8\x03\x43\x07\xa5\x1e\x84\x71\x39\x75\x5a\xc8\xf1\x90\xd4\x07\xe9\x69\xc8\x7e\xd7\xc6\xd6\xc4\x66\x9c\x0a\x52\xde\x06\x05\xc0\x0b\x39\x04\x8e\x7a\x98\xa2\xdc\xb8\xcc\xbd\x05\x08\x2f\x2d\xda\x22\xb3\xca\x16\x9c\x65\xdc\xca\x45\xae\xe8\x76\x38\xba\x35\x93\xa7\x92\xf3\xd8\x5c\xaa\xc8\xb6\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x24\x38\xe0\x52\x06\x00\x8e\xcd\xa4\x4a\xfb\x36\x67\x69\x1b\x8f\x3b\x85\xdc\x31\x08\xa0\x6a\xe2\x9c\x45\x90\x0c\x29\x8a\xfc\x75\xca\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xfc\x32\x8a\x79\x24\x78\xcd\xcd\x1d\xc5\xcb\xa7\x21\x6a\xbc\x6e\xb5\xab\x79\x29\x24\xe2\x54\x5e\x8b\x14\xdb\xd8\xa3\xe4\x18\xde\xfa\x76\xc5\x66\x8a\x55\xe4\x1b\x9a\x0f\x4b\xbc\x48\x33\x39\x63\xe4\x90\x2d\x83\xed\x9a\x06\x41\x01\xca\x49\x2c\xb5\x39\x0c\xda\x3c\x2c\x41\x13\x2f\x66\xd8\xf3\x2b\xee\x8e\xc0\x35\xa7\xf9\x64\x74\xa9\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x1d\x02\x6a\xc6\x34\x54\x4a\x9f\xde\x0c\x9d\x10\xe4\x9a\x9b\xab\x65\x2f\x71\x4e\x8a\x1d\x19\x98\x3d\x0d\x64\x52\xa5\x9c\x78\x04\xa9\xd1\xd8\xa6\x19\x4b\x95\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x37\xb6\xc8\xbc\xd5\x26\x31\xd4\x24\xf4\x6a\xd3\xb8\x69\xb5\xd3\x99\x45\xaf\xea\x2f\x5a\x6a\xfc\x41\xf4\x42\x60\x20\xdf\xee\x90\xbb\x4d\x6b\x0d\x40\x76\x66\x21\x6f\x95\xdf\x10\x9f\x14\x0a\xc8\xe4\x56\x97\x86\xf4\x49\x1d\x50\xea\xb1\xb6\x59\x64\x81\x42\xc1\xa0\x68\x27\x8b\xb3\xcf\x08\xbc\x19\x2c\x4c\x88\x54\x10\x18\x06\x33\x2b\x01\x9a\xae\xa8\xda\x93\xeb\xae\xa6\xc8\x61\xb8\x2a\xd0\x6d\xe0\x39\x74\x82\xa1\xcf\x2d\x9b\xcb\x86\x6c\xd2\x64\xf8\x4e\x71\x73\xb1\x3c\x9c\x21\xb7\xae\x0c\x61\x9c\x5b\xa1\x2b\x5e\x9f\x9b\x4d\x82\x89\x26\x31\x09\x20\x12\x11\x67\xe3\x1e\x51\xb7\x57\xc2\xaf\x9c\x2d\xf1\x43\x86\x93\x4e\x5d\x7b\xf1\xf7\x98\x06\xb3\xa5\xa4\xe9\x70\xb2\xdc\xb8\x22\x83\x49\x9b\x3d\x4e\x20\xad\x8d\x0c\x52\x42\x9f\xe6\x66\xd3\xd5\x32\xbb\xb7\x09\x98\x13\x37\xa9\xc8\xf7\xd0\x66\x30\x3a\x51\x12\x5f\x1e\x85\x55\xdb\x1c\x8e\x41\x03\x54\x3c\xd5\xbd\x39\xa2\x57\x06\x1f\x60\x64\xf2\x07\x69\x7e\xf1\x07\x22\x2a\x96\x3f\xc4\x32\x98\xe1\x0c\x24\x64\x4d\xd3\xda\x70\x90\x92\xe9\x75\x28\xcf\x03\x17\xa4\xb5\x0a\xce\xa9\x32\xe4\x74\x4d\xac\xa2\xa3\x6f\x9a\x38\x58\xf5\x62\x2e\xf3\x05\xf0\xd5\xf2\x94\x22\xf9\xcf\xa5\xa6\xdf\xfd\x85\x00\xf9\x64\x8b\xe9\xe8\xdf\xea\xbe\x73\x71\x85\x1d\xf2\x33\x43\x1b\x74\x06\x94\x4f\x50\x16\x98\x58\x26\xa5\xe4\xf3\x13\x63\x02\xbd\x8f\xf5\xca\x68\xf0\x09\x6a\xc0\xcc\xbc\x09\xad\x2c\x3f\xcd\x8e\xe2\xa1\x40\xcb\xa3\xd8\x56\x9b\xde\x84\x56\x66\x9f\x86\xef\x20\x6e\xcc\xcd\xb4\x4a\xf3\xa8\xe1\x0a\x6b\x82\xe8\x74\x4f\xfc\xe6\xc3\x33\xc0\x3e\x1d\x80\x69\x70\x69\x69\x19\x13\x39\xd1\xf7\x0e\xc9\x18\x3e\xae\xee\x5c\x0d\xbb\xd1\x25\x32\x75\x72\xa9\x16\x4c\x43\x92\x75\x27\x4e\xac\x92\x0d\xd9\x6a\x5e\xdc\xc4\x91\x5e\x98\x28\x45\xbf\xc2\xb4\x8c\x9f\x98\x4c\x14\x4e\x4c\x2a\x34\x3c\x01\x85\x4d\x32\x2c\x16\xd3\xc0\x63\x19\xc3\x44\xab\x6b\xae\xfb\x36\x62\xc2\x01\x51\xf1\x9a\x1b\x70\x47\x38\x07\x90\xe2\xd6\x52\x6c\xd9\x1d\xbb\x01\xd0\x51\x04\x1b\x32\xcf\xbc\x05\x1b\x33\xb9\x01\x1b\x12\xcb\x34\x72\xa7\x46\xeb\x8b\x1f\x9c\x94\x74\xaf\xfb\xc2\x2e\x25\x7b\x65\xf3\x11\xf0\xe6\xa3\x87\xc2\x49\x05\xe7\x14\xba\x5a\x3a\x55\x89\x26\xd6\x4d\x0a\x4b\xb6\xf9\x08\x43\xba\xf2\x0a\xb4\x7c\x6c\x3e\xe7\xcf\x5a\x74\x6d\x12\x7d\x13\x1b\x4e\x42\x15\xaf\x51\xcc\xc7\xb1\x99\x2c\x1a\x61\xf7\x70\xbe\x5e\x6c\x65\x4e\x38\xe0\x82\x24\xbd\x94\x20\x72\x27\x51\x08\x9b\x54\x16\xf7\x9b\xdc\x77\x51\x70\xb0\x81\xa6\x2b\x92\xc5\x77\x5f\x84\x25\x9a\xd5\x3a\x88\x2d\x67\x27\xd7\x61\xeb\xc5\x33\x41\xdc\xc0\x78\x1d\x92\x05\x18\xee\x3a\xdc\x6e\xa0\xb1\xd0\xf0\xe4\x4d\x8b\x30\x60\xd2\xfa\xb6\x95\x3c\xbd\x0e\xb1\xf9\x9f\x05\xf8\xda\x4a\x91\x1f\x97\x67\x5c\x5b\xc9\xbf\x2f\xa2\xb4\x3a\xcf\x1f\xb2\xf4\x31\x25\xac\xa0\x14\xb2\x6a\x8b\x22\x80\x24\xc5\x69\xcb\xa4\x25\x1a\x3e\x97\xe1\xbd\x46\xe7\xae\x1c\xbb\xc5\xcc\x33\xb5\x42\xd1\x4c\x17\xea\xdc\x92\x7e\xae\x1c\x88\xe6\x57\x6c\x5d\xb5\xf9\xf8\x59\x21\xb0\x2d\x75\xbb\x12\xcd\x17\x14\x97\xd1\xb3\x33\x64\xe6\xe4\x20\x11\xb7\x16\xda\x9c\x66\x9e\x15\xca\x1c\x4c\x7c\x19\xf4\xab\xbf\x77\x15\xc3\xa8\x68\x5d\xd8\xa4\xf8\x48\x29\x25\x7e\x40\xc7\xc4\x78\xb0\xb0\xad\x36\x01\x62\x15\xbf\x94\xbe\xab\x1d\xd9\x56\x89\x8d\x62\xbd\x05\x44\x77\xc6\xc1\x7e\x51\x9f\x56\x75\x50\x18\xc3\xe2\x8a\xb4\xaa\xdb\xaa\x51\x2b\x80\xa9\xa1\x4f\xb6\x68\x81\x49\xb0\xf9\x77\xb0\xa7\xd9\x98\x21\xe2\x99\xca\x4a\xee\x01\x06\xd4\x06\xd7\x5b\x68\x90\x6a\x54\x2b\x34\x48\x0e\xc3\x6a\x44\x76\x72\x74\x17\x8c\x58\x1b\xed\x22\x6f\x89\xce\xde\x25\x1f\x86\x18\x2d\x72\xa4\x52\xa7\xb0\x2d\x72\xa4\x2e\xad\x97\x8b\xb4\x25\xad\xd9\xa9\x38\x6c\x03\x02\xf6\x38\x9e\x4b\x06\xad\xaf\x64\x59\x4d\x4f\x1d\x7a\x75\xe7\xca\x34\x8c\xea\x55\x72\x5a\xb2\x6b\xd8\xd4\xea\xce\xd5\x06\x64\x82\x43\x80\x58\x1d\xb2\xd4\xfc\x7e\x62\xe2\xf7\x1b\x0e\x68\xf3\xd9\xb0\x3c\xfb\x51\xfe\x9b\xbe\x40\xa2\x60\x77\xab\x2b\x5d\xbb\x5b\xd4\xc6\x6b\x22\x64\x8f\x9d\x63\x7e\x23\xe0\xc7\x2f\x04\xf8\x2a\xa1\x2e\x2c\xbb\x5e\x2b\x5e\xe4\x35\x69\xb0\xa7\x35\x02\x4e\xb6\x8e\xc1\x19\x63\x28\x46\xb9\x15\xb8\x3b\xbd\x6b\xba\x26\x44\x1b\xc6\xb5\x26\x02\xb5\xc3\x6d\x46\x5f\x24\xae\xcb\xd0\x5d\xa1\x3f\xb9\xae\xb9\xfc\x5e\xc3\xbf\x24\x24\x98\x3e\xfa\xd9\xe2\x9e\x52\x93\x82\x18\xdf\xab\x37\x63\xad\xe0\x0b\xcc\x90\x9b\x4a\x5d\xf2\x10\x0a\xac\x1d\x53\x4c\x2e\x8e\xa8\xca\xac\x06\xe3\xb5\xbc\x84\xe2\x47\x54\xe5\x84\x4c\xaf\xc5\x78\x98\x08\xd6\x72\xbb\xdd\x7b\x2e\x23\x79\x4f\x8c\x32\x0e\x53\xdd\x77\x7d\x94\xd8\x01\x47\x28\xac\xc8\x41\x0b\x39\xc0\x3b\x96\xcb\x0b\xcb\xd2\xbb\x8f\xe4\x68\xd9\x42\xf1\xdd\x7d\xfd\x04\x6d\x62\x19\xde\x46\xd2\x11\xb3\x48\x89\xd2\x60\xcd\xeb\x0c\xda\x04\x78\xce\x18\x91\xf6\xa7\xb1\x1e\xac\xe9\x24\x78\x29\x9e\xcd\x46\x6a\xeb\xd8\x3e\x5f\x1e\xca\x94\x32\x2d\x7d\x92\xca\xcd\xcb\xe2\x0b\xd3\xe3\x10\xec\x7f\xf9\xd2\x99\x89\xcf\xea\x69\x42\x97\xc0\x16\xaf\x0b\xac\x2b\x18\x2a\x53\xbc\xe4\x69\xcc\x30\xf8\xbf\x98\x04\xcb\x4f\x7e\x14\xf7\x91\x69\x7d\xab\x3c\x38\x2d\xd2\x9e\x78\xdf\x67\xc1\xf1\xbd\x33\xbf\x64\xd3\xdd\xbf\x7b\x06\x24\x1b\xa1\xfd\xce\x6f\xcd\x7c\xcb\x2b\xc9\x71\x20\x89\xa0\xd5\xc7\xbd\x50\x6c\x15\xed\x4c\x9e\x3e\x34\x48\xac\xc7\x13\xc2\xec\xb9\x6d\x3c\xdc\xc5\xcd\xb6\x8b\x16\x88\x85\xb3\xb2\x2c\xa1\xf5\x38\x99\xf8\xc5\x13\x89\xec\xbd\xde\xa8\x93\xcc\x2f\x5e\x38\xd6\x0d\xb4\xbc\x0d\xa4\x1b\x68\xe1\xd3\xd4\x50\xb7\xbc\x3a\xac\xa7\x6a\xe9\xd3\xd4\x0a\xbe\x2c\xec\x8e\xfc\xbc\xf0\x5d\x7a\x8b\xe0\x73\x1c\xb6\xc8\xbc\x50\xb6\x08\x12\xff\x21\x2c\x56\x4b\xe4\x27\xc2\x62\x9b\x3f\x40\x7f\x86\x3f\xc8\xca\x21\x64\x9f\x60\xe5\xcb\x97\xc7\x7e\xf7\x80\x1f\x92\x93\x91\x73\xb5\x7d\xcc\x6f\xaa\x1b\xe6\x93\x02\x89\x26\x2f\x01\xc7\xce\x0b\x22\xf2\xf4\x2b\x88\xf0\xf0\xa3\xd3\x70\xd1\xc4\x0b\x3b\x3c\x6c\x10\x03\x3a\x08\x02\x90\x0b\xc1\x3c\x2b\xc3\xf8\x84\x0d\x16\x8a\xfc\xc9\x01\x45\x5f\xe0\x0c\x20\xce\x27\x94\x5c\xf6\xe7\x23\xd7\xd6\x8d\x42\x02\xfc\x61\xc2\x8c\x8f\x16\x59\xdd\x1a\x9f\x1c\x6b\xf7\x05\xac\x41\xbe\xf9\x94\x80\xef\xe2\x85\x68\x69\xa7\x82\xad\x55\x27\xdd\x47\x45\x15\x6c\xfe\x10\x52\xaa\xc9\xf0\x53\x75\x72\x41\x7b\x3f\xd5\x89\xb0\x9d\x1f\xee\xbc\xc8\x41\x3f\xd5\x4c\x9f\xec\xed\x47\xdd\x54\x9f\xca\xc7\x10\x51\xb5\x9e\x4f\x23\xf4\x14\x72\xf6\x91\x65\xe9\xb1\xf8\xc8\x8c\x04\x75\x0f\x00\x31\xad\xae\x98\xb7\x7c\xe1\x6e\xb8\xf3\xea\x9a\x32\xb3\x3f\xb0\x3b\xd3\xae\xd8\x90\xe9\x47\x1e\x39\x98\xc5\x27\x8c\x9f\x36\xf7\xd6\x87\xf6\xa2\x8f\x9c\x43\x6b\xef\x67\x28\xef\xbb\xbb\x5b\x4b\x2c\xe6\xbd\xfb\x4c\x75\x5a\x88\xd5\xc7\xe4\x16\x1a\x4a\x3e\x2b\x16\x0c\x8c\x48\x50\xa1\xd1\xe4\x63\x18\x8a\x86\xbe\x8f\x2a\x9f\xa6\xb7\x8f\x56\x4a\x6d\x72\x9f\xe5\xf4\x19\x7e\x79\x48\x81\xf0\xb2\x18\x90\x07\x63\xc5\xbc\x78\xc1\x2e\x39\xb4\x94\x7c\x3e\x6e\x11\xb2\xf3\xe7\xe3\x71\x40\x77\xf9\xa8\xa6\xa9\x93\x7f\x0c\xfa\xd0\x5f\xf4\x31\x7e\x51\xa1\xff\x73\x1a\x97\x2f\x7e\x9d\x71\x64\xed\x20\xc0\xc4\x02\x24\xd0\x7a\xff\x29\xbd\x50\x65\xe2\x1f\x12\x4c\x34\x51\x92\xa0\x45\xca\x1c\xb5\x8f\xd1\x24\x5e\xd4\xff\x70\x79\x42\xe3\xcc\x07\x37\x1d\x15\x8f\x1a\xe5\x81\x36\x58\xbf\xab\xd8\xd6\x3e\x5e\x2d\x55\xd4\xfe\xa8\xc8\xa9\xe5\x7e\xa4\xea\x22\xf2\x85\x7c\x3d\x7d\xbe\x2c\x64\xc1\xf3\x6b\x03\xd6\x45\x2e\xcb\x2e\x65\xc0\x74\xa9\x2b\xea\xa3\x1e\xb6\xfc\xbb\x6b\x87\xf0\x7e\x6e\xb7\x02\x42\xf8\x31\x0f\xb6\x0e\xa5\x0f\xba\x94\x77\x28\x3e\x1a\x21\xdd\xbc\xb8\xec\xe0\x59\x79\x1c\x83\xb1\x49\x06\xd1\x24\x51\xc6\x3a\x7a\x01\xeb\x23\x19\x56\x49\xfe\x68\x82\xd4\xda\xf0\x79\xa3\x2f\x3e\x33\x80\xc4\xcb\x55\x1f\x7c\x64\x49\xad\xe6\x3c\x62\x5e\x83\x97\xe4\x2f\x9d\x17\x2b\x56\x25\x5f\xc8\xb2\x85\x7c\x7c\x62\xef\xd3\x54\x7f\x52\x3a\xdd\x08\xf7\x13\x57\x55\x07\xbd\x4f\x89\xa2\xba\xf1\x99\x54\x04\xe1\x2e\x27\x94\x70\x95\xf8\xe5\xf6\x85\x5f\x72\x30\x0e\x3a\xc3\x07\xd5\xe2\x07\xe9\x41\xf7\x07\x8a\x8e\x43\x87\xcf\x8c\x39\xa3\xfb\xec\xb9\x45\x9e\x3a\xb5\xde\x41\xdf\x4f\x94\x0b\xea\x3d\xb4\xb3\x58\x78\xcb\x6e\x8b\xf3\xf5\x23\x31\x38\xdb\xfa\xe1\x07\x16\x5e\xdd\x75\x86\xae\xca\xc2\xe0\xc6\x49\x82\x43\x0a\xd0\xb5\x93\x70\x41\x13\x69\x9d\x35\x30\xde\x1f\x02\x05\x68\x6e\xa2\x23\xbf\xda\x2a\x40\xed\xe0\xc9\xd9\x3c\x98\x8e\x6d\x40\x05\xbc\xe1\x44\xec\xa7\x8c\x5c\x3b\x49\xb0\xac\x81\xf7\xa4\x4c\x82\xa1\x4c\x27\xf1\x81\xb3\xda\x96\x7c\xd3\x6e\x58\x53\x7e\x65\x16\x41\x36\xb3\x0d\xac\xab\xcb\x47\xde\xd2\x13\x34\x3d\xf2\xf6\xf0\xec\xc0\xc0\xd5\x10\x8d\xee\x37\xa2\x04\xa7\xf9\x44\xa0\xa7\xb2\x41\x3b\x11\xe2\x67\xf5\xef\x31\x1a\x6b\xd6\xc9\xa4\x51\xe5\xc4\x2a\x67\x4a\xc1\x93\x08\x7b\xf5\xfb\x93\xc4\x03\x6a\xdf\xe7\x70\x68\xa6\x4a\x0c\x86\xd9\xe9\xdb\x89\x0c\xdf\x85\xe4\x00\x07\x9c\x46\x58\xeb\x86\x23\x18\xc9\x86\x19\xe0\x24\x3a\xa3\x3b\xf4\x94\xaa\x71\xf4\x4f\x62\x11\x4b\x00\x8d\x58\xc4\x1e\x3f\x88\x1e\xd9\xe6\x88\xbf\x9c\xf1\xd3\xdc\x86\xca\xc5\x16\x00\xf3\xfe\xc3\x69\xe9\xe9\x78\x26\x6b\x25\x5c\xeb\x9c\xca\x89\xc3\x1f\x4e\xf4\x40\xd6\x87\xab\x2a\x0e\x95\xf9\x94\x87\x43\x0b\x35\x38\xc5\x69\xc4\x22\xf4\xe1\x54\x01\x98\x18\x9c\x4f\xfd\x59\xb5\x7c\x7b\xc5\xe3\x5c\x94\x35\xf7\xc8\x59\xf0\x4e\x93\xd0\x89\xe1\x50\xaf\xc3\xb9\xbc\xbb\xee\x33\xd7\xa6\x3c\xe1\x0b\x3b\x6e\x8c\xcf\x35\x5a\x91\x6d\x45\x69\x5d\x9e\xc9\xe3\x88\x76\x70\xe2\x18\xd3\xc7\x78\xc2\x66\x3a\x52\xc4\xf9\xf1\x7a\x2c\xdf\x50\x20\x4e\xdf\xef\x49\x26\xa4\x29\xa4\xb8\x38\xd8\x05\xb9\x41\x89\xda\xb1\x4e\xb5\x09\x0d\xac\x27\xda\x84\x31\x2d\xa7\x65\x1e\x34\x3d\x9e\x2a\x13\x1e\xc3\x08\xb0\xe7\xa3\x53\x25\x1e\xa8\x71\x0d\x50\x5b\xb2\x95\xd8\x4a\x3c\xab\x36\x89\x47\x58\x1e\x4d\x2f\x70\x9e\x26\x2a\x77\x00\xe5\x25\x71\xfb\x54\x66\xa9\x36\x27\x33\x2c\xec\xec\x34\xff\x01\x9a\xe7\xa9\xbe\xa1\xdd\x8b\xd2\x41\x39\xe8\xca\x25\xaa\x01\x26\x58\x98\x36\xb0\x93\x5c\x08\x4a\xe8\xe7\x45\xcd\x0b\x78\xec\x49\x34\x64\x17\x1a\x24\x48\xea\x1e\x61\xf2\x20\x69\xa3\xa3\x7e\x5c\x8e\xbb\x5f\xa7\xb9\x17\x95\x76\xce\x60\x5e\x18\x77\x4e\x99\x97\x3f\xa0\x85\xc8\x9f\xcf\xdb\x12\x7c\x7e\x53\x19\x82\xdd\xb5\xcc\x5e\x8c\x71\x07\x9c\x98\x20\xb9\x17\xf5\x7f\x9c\x16\x83\xf4\xb0\x62\x51\xd4\xf0\x71\x62\x50\xf4\xde\xd9\x69\xea\x45\x24\xb3\xd3\x9b\x80\xde\x2b\x3d\x1f\x99\xbb\xcf\xd0\x68\xc1\x87\x39\xb1\x3b\x32\xe6\x44\x2f\xb9\x9d\xf0\x43\xc3\x36\xce\x87\xdb\xcc\x48\xba\x54\x5d\x6a\xc6\xaf\x9d\xb8\xe7\x5a\xf4\x09\x9b\xc2\x8a\x7f\x3e\x16\xec\x96\xd2\x3d\x96\x0c\xf1\x87\x00\x12\x4b\x78\x05\x12\xbd\x1a\xf5\xaf\x41\x91\x52\x7c\x55\x55\xed\x0c\x25\xa6\xfa\x42\x16\x0b\x99\xd1\xeb\xfc\xec\x69\xa2\xdb\xb1\x06\x12\x1a\xe4\xf8\xde\x12\x35\x2e\x08\x0f\x9e\xf9\x60\x4f\x6b\x05\x33\xc2\x45\x12\x03\x2d\x25\x17\x57\xfe\xbc\xfd\x76\xa1\xda\x8c\xc6\xfc\xae\x83\xe3\xb4\x7c\x06\x4a\x90\xb3\x0b\xb3\xa6\x11\x4c\x97\xb5\x81\xd9\xdc\xeb\xd0\x58\x97\x79\x3e\xb1\xbf\xda\xa9\x18\xdd\x6c\x7c\xd3\x91\x8d\x1f\x3c\x87\x89\x67\x32\x24\x72\xfa\x2e\x42\x58\x54\x9d\xae\xb8\xf3\x07\x8c\x2f\x42\x58\x3c\xf8\x97\x05\x9d\x48\x87\xdd\x2e\xaa\x38\x8d\xc3\x16\x6a\x7a\x88\x74\x17\x72\x41\x91\xb4\x5d\xd8\x3b\x55\x71\x2e\xf2\x2f\xef\x93\xff\x0d\x95\xbb\xc2\xe6\xc9\x91\xa7\xc8\x56\xed\xe0\xfb\x95\x41\x28\x2c\x8a\x57\x68\x4f\xc3\x17\xec\x34\x9c\x47\xea\x28\xee\xc9\x30\x4b\x32\x2d\x9b\xa6\xf9\x32\x84\x45\xab\xf1\xe5\x65\x07\x69\xfc\xe5\x65\x07\x23\x44\x2e\xe3\x59\x8c\xfe\xb8\x54\xa5\xe2\x59\x62\xee\x2e\x14\x25\x2c\xa8\xe9\x85\xd5\x53\x49\xff\xf2\x1e\x44\x80\xd5\x34\xcc\x01\x57\xef\x3e\x18\x24\x72\x15\x13\x62\x30\x49\xee\x3b\x68\x28\xbd\x8a\x95\x7f\x7c\xe6\xf0\x4d\x9f\x2d\xa2\xef\x10\x24\x34\x80\x90\x5d\x35\x52\x1d\xf2\x2c\xf7\x05\x0a\x16\x83\x82\x0b\x5d\xe4\x2d\xd0\xd3\x79\x91\xab\x80\xba\x08\xed\x22\x7a\xc6\xdb\x09\x17\x91\xa4\xc6\xa3\x5c\x5c\x6e\xf0\xf2\xe8\x85\xe5\x53\x2b\xe8\x45\xec\x4c\x77\x31\x58\x3e\x25\xdd\x17\xf5\x89\x3b\x42\xf0\xd5\xc0\x17\x61\xd4\xe0\x56\xa2\x4b\x18\x32\x1d\xa0\x49\x7d\x45\x8b\x76\x12\xa8\xeb\x73\xc0\x9e\xa1\x11\x70\x66\xb1\xb9\x12\x87\xa7\xa1\x1f\xf8\x1a\x19\x9b\xbb\x10\xba\xf1\xaf\x4e\x00\x2d\x32\xfb\x15\xba\x23\x9a\xc0\x45\x44\xce\x70\xaf\x48\xc5\xb4\xa2\x23\x45\xd8\xe9\xcb\xc5\xcc\xd9\x1d\xdd\x8e\x2a\xbe\x57\x17\x04\xb6\x06\xf4\x6e\xd5\x50\x30\xf7\x60\x19\x5d\x23\x06\x71\x6d\x90\x64\xf4\xed\xc2\x05\x69\x86\x80\x0b\x55\xb3\x4f\x01\x1e\xaa\xa6\x04\x21\xc4\x9d\xe9\x67\x12\x7f\xdb\x4f\x8f\x96\x1d\x18\x5b\xaa\xa9\xfb\x9a\x6a\x25\x90\xa0\x8b\x3b\x7e\xa6\xfb\xbd\xa6\x71\x1a\x2e\x91\x7a\xef\x41\x15\xc8\x9b\xd4\xd1\x0e\xaf\x25\x9a\xda\x82\xa0\x53\x6f\x04\x5c\x2b\x46\xf7\xab\xe8\x8a\xd1\xbd\xbe\x27\x1d\xbe\xac\x9c\xe0\x11\x0d\x1d\xd4\x0d\xf9\x28\xd9\x48\x93\xcc\x75\xe4\x89\xfb\xa8\x3c\x88\x3e\x1f\x33\x67\x32\x77\x9c\x8e\x5a\xa9\xae\x8f\x20\x12\xa6\x1f\xed\x9c\x00\x1b\x8b\xe4\x70\x8a\xa6\x50\xd4\x1a\x7d\x6d\xcd\x36\x9b\xb5\xec\x3a\x63\x51\x7c\xa5\xdc\xe0\x3a\xcc\xa7\xa8\x92\x7b\x85\x92\xeb\x86\x9e\xee\x95\xcf\x70\x66\x74\x8d\xeb\xb4\x5a\x9b\xad\xb5\x4d\x32\xd9\xd3\x39\x39\xb4\x40\xf7\xef\x20\x09\xf2\xea\x85\xcb\xb1\xa3\x50\x5c\x72\xfb\xef\xaf\x71\x5c\x5e\x8c\xd0\x9c\x7d\x5d\x12\x24\x8f\xa9\x29\x96\xa7\x34\x38\x8c\x8d\x88\x18\xd7\x1d\xc8\xc1\xe2\xf1\x10\x9a\x6d\xfe\xba\x03\x7f\x99\x02\x61\x34\x5e\x89\xb6\xfc\xa0\xa9\x3d\xae\x27\x04\x71\x5a\x10\xde\xa9\xdf\xe4\x7a\xec\x09\x60\x3d\x08\xe5\x9e\x10\x2e\xd6\x75\x8f\xd1\x23\x31\x14\x10\x0f\x49\x8e\xdc\xd9\xcd\x6e\x4b\x10\x06\xd3\x0f\x6a\x90\xbe\x5e\x42\xe1\xc4\xca\xcd\x55\x8b\x79\xe4\x2f\xfc\x7a\xdd\x93\xf3\x52\x0b\x0f\xc3\xd5\xf5\x3a\xda\x5e\xdb\x7d\xa8\x44\x42\x0b\x6e\x0b\x69\xbb\x37\xb7\x99\x01\x93\x5f\xb1\x37\xac\xe1\x3e\xd4\x19\xaa\x3f\x84\x53\x64\x3f\x7b\x8b\x81\x3a\x1f\x8d\x62\xba\xb5\x23\xec\xdd\x61\x0b\x64\xfb\x6f\xae\x37\xf4\x69\x0b\xb6\x93\xbd\xb8\xc3\xc7\xd7\x78\x66\x6b\xd9\x89\x1b\x7f\x9f\xc9\x75\x6f\xe2\x60\xcc\x82\x7d\x63\x2d\xa4\xd8\x48\xbb\x93\xd3\x63\x46\x49\x14\xee\xbe\x40\x57\x91\x6a\xef\x1c\xd3\x63\x4a\xf2\x3b\x2c\x18\xb7\x79\x8b\x55\x53\xef\x70\xf1\x45\x13\xe3\x9a\xec\x38\x13\xe1\x55\xfd\x4a\x0f\x96\x7f\xd7\x4c\xc5\x09\xa0\x52\xf0\x7e\x61\x79\xc5\x72\x71\x88\x69\x77\x09\x2c\x64\xc8\x12\x58\x04\xa8\xf4\xac\xa9\x91\xdd\xd4\x04\x50\x3c\xbd\xab\x94\x56\x20\xd6\x98\x0b\x3d\x9b\x71\x58\x6f\xe7\x1d\x16\x43\x38\xd2\xed\xbd\x3a\x43\xda\x6e\x82\x5e\x4c\x68\x73\x73\xc7\x4e\x12\x7e\xcb\x7a\x30\x8f\xdc\x9b\xdd\x94\xe5\xfe\x37\x25\xf1\xe1\x0f\x80\x08\x7b\xca\xad\xa3\xad\xfa\x91\x9c\x77\xf8\x83\xcc\xa7\xd8\x82\x21\xc0\xc9\x3b\xea\x6a\x0b\xd4\x1e\x08\xc0\xdc\xbd\x9d\x2e\xff\xb8\xb9\x77\xae\x2a\x7b\x5b\x85\xbd\x09\x07\x79\xc6\xf2\x07\xbc\x70\x08\x2a\x37\xce\xac\x43\x90\x04\x9b\x70\x26\x2a\xc5\x20\xf8\x2d\x9b\xc0\xca\x72\x9b\x55\xc6\x20\xc4\xdb\xbb\x77\x9e\xfe\x3b\xee\xdb\x41\xf3\x6f\x72\xcc\x78\x7c\x6f\xe3\x29\x0d\x4f\xbc\xb9\x3a\x6e\x74\xca\xcd\x1d\x3b\x2f\x81\xdd\xc1\x31\x86\x1f\xc9\x76\xc5\x58\x2e\xd6\x99\xc7\xfa\x96\x7b\xb8\x56\x2e\x7f\x9b\x14\xe8\x5e\x12\x1b\xd1\x37\x4c\x98\x02\x6e\x89\x80\x22\xb9\x1e\xac\xc0\xc6\x25\x99\x8f\xce\x64\xb0\xeb\x5b\x93\xde\x6d\xde\xfe\x40\x62\x9c\x5a\xca\xc7\xf7\x0a\x60\xb0\x82\x8f\x52\x97\xf8\xf1\x11\x18\x3e\x6b\x3b\x84\xa1\xdc\x1f\xf1\x0e\x41\xe8\xfe\x44\xc7\x2c\x68\x73\x91\xaa\xd0\x7a\x13\xc5\x62\x72\xae\xdb\xfa\xb3\xda\x8a\xef\xd3\x8a\xe1\x7e\x65\xe6\x19\x8d\xdb\xf7\x29\x64\x19\x84\xd8\x95\x03\x6b\xca\x0d\x23\x18\xc9\xd6\xce\x9d\xe9\x5e\x01\x32\x1a\x5c\xea\x5b\x52\x21\x14\xbf\x81\x1c\x7e\x5f\x3a\x13\x9b\x2f\x58\x12\xa4\x4e\x64\xbd\xa3\xf8\x6e\xbb\x2f\xe9\xad\x5b\x71\xa3\x97\x8a\x12\x5e\x8e\x53\xe7\xbc\x6f\x40\xe2\xa4\x88\x3d\xa1\x26\x7b\xbb\xb1\x6c\x0e\xac\x3a\xb7\x41\x99\x8a\x04\xf7\x6d\x38\xa9\xe7\xe7\xd6\x14\xed\xa6\x92\x31\xd7\x1c\x7f\x37\x5a\x60\x80\xea\x36\x19\x0d\x4b\x0a\xf3\xa7\x47\x14\xf3\xa7\xb6\xfe\x9b\x48\x12\x2b\xb7\xb5\x9b\x2b\x05\xa6\x9a\xbf\x9f\x00\x27\x5d\x61\x18\x5d\x62\xca\xe3\x2d\x68\x96\x64\x6c\xa6\x9b\xf1\x58\x00\xc6\x5e\x25\x4e\xa2\xc2\xe3\xfc\x7c\x26\x44\xc8\x11\x22\xc7\x3e\x1d\xbd\x82\xc3\x67\x12\x3e\x38\xa3\xcd\x97\x8a\x16\x82\x9b\xfc\x75\xc6\x55\xde\xef\xa0\x60\x8b\xcf\x01\x19\x66\xfa\x06\x01\xf1\x17\xf5\x63\x7b\xa2\x56\xac\xb3\x78\xbd\x1c\xe5\x68\xe6\xf9\x00\xae\x4f\x58\x63\x21\x13\x54\xf0\xcd\xc6\x6e\x52\xc0\xb7\x18\xd2\xf2\x90\xee\x56\xbf\xc9\x63\xc1\x1e\x6d\xff\x54\xea\xad\x23\xdb\x00\xec\xe0\xa0\x51\xa8\x77\x7f\x44\x0b\x18\xd9\xc8\x3e\xc7\xa9\x9d\xbc\x98\x01\x9e\x16\xdc\xc7\x8b\x98\x4e\x2a\xec\xd6\x81\x70\xfe\xc0\xa5\x8c\x4a\x78\x92\xc3\x31\xf1\x64\x49\xce\xc5\xb3\x12\x38\xc8\xf1\x78\xcb\x40\xb4\x79\xc8\x13\xa7\x85\xf8\x31\x7d\xad\x81\xce\x94\xd8\xcd\x2a\x9b\x16\xd5\x55\xb6\xb2\xa8\x6e\x44\x8a\x3e\x24\x63\x31\x65\xea\x83\x52\xa5\x01\xde\x02\xbb\xcb\xd8\xe6\xa7\x90\x5d\xf6\xf0\x87\xe6\x0f\xb4\xb6\x7a\x1f\xbb\xf7\x14\x6b\x90\xd8\x93\x36\x13\x21\x88\xb5\x57\x1d\x89\xea\xb9\x75\xa0\x86\x50\x3d\xb7\x0e\xf4\x31\x8a\xe7\x16\xd9\x2e\xc5\x73\xab\x69\x17\x1f\x43\x35\x75\x04\x3c\x61\x05\x06\xdf\x9f\x8a\x44\xea\xbe\xc0\xaa\x8c\x9f\x7e\xc8\x53\x3b\xbe\xf7\x62\x50\x2f\xb7\x78\x91\x81\x7a\xb9\x7b\x18\x7a\x6e\x8e\xcf\xca\x5b\xec\x19\xe3\x37\xad\xec\xd5\x17\x75\x7c\xb7\xb9\x79\xef\x0b\x3d\x8d\xd2\xb8\x75\x88\x56\x9b\xc3\x15\x43\x21\x2c\x93\x4b\x95\xee\x46\x99\xdc\xd2\x6c\xdc\x9d\x31\x63\xf7\xd8\x40\x3f\x52\x49\x86\xa7\x3d\x23\xf6\x1c\x30\x92\x61\x36\xe0\x3e\xec\xca\x67\x4e\x96\xb8\x60\x11\x1a\xe3\x8c\x1f\xb2\xae\x69\x88\xb4\xc6\xae\x96\xf1\x07\xa3\xaf\x17\xc5\x1f\x6e\x1b\xac\xc3\xbf\x13\x10\x35\x6d\x4b\xe5\x95\xe6\x37\x54\xb0\x8c\xbf\xb3\x4e\x31\x64\x6a\x84\x42\xd6\x78\xa6\x15\xb3\x7d\x86\x4d\x42\x1e\x1f\x6e\xf3\xe9\xc1\x7c\x36\x97\x2c\x9a\xf3\x28\xc3\x9b\xf5\x4c\x52\x86\x77\x77\xe4\x0b\x54\x57\xe7\xe0\x33\xb1\x97\x08\x3e\x0c\xb1\x54\xc9\x6d\xd4\xd5\x1d\xd6\x2a\xa0\xac\x6e\x49\x9e\x43\x99\xdf\x61\x63\x13\xb4\x4d\x1b\x6b\xe9\xe3\x99\x0b\x07\x96\x10\xa0\x7a\xee\x1e\x8d\x05\x61\x59\x8d\x3c\xd7\xd6\xcf\x1d\x7a\x67\x2c\xa0\x6b\x31\x98\x87\x08\x8e\xc3\x6d\xfc\x04\xaa\x00\x1b\x14\xa9\x08\x25\x7e\x3e\xe6\x8b\x06\x80\x5a\x63\xe3\xb8\x5a\x73\x17\xe6\xf6\xa0\x48\xa5\xc0\xb4\x08\xda\x80\xcc\x3f\x28\x4c\x1a\xfb\x28\xb4\x9b\xb5\xc6\x3e\x5a\x5a\xa5\x46\x27\x15\x8e\xa7\xdf\x2c\x87\x60\xea\xa7\x42\x24\xcc\x98\x1a\xba\x45\x39\x8c\xb2\xb9\xfb\x2b\xc6\xe3\x26\xde\x10\xd1\xe0\x8d\x87\xe8\x7f\xc1\x65\x9b\xcf\xd0\x5d\xc3\x69\x1e\xab\xd6\x19\x00\xfc\x5c\xb1\x4d\x36\x17\x2b\x58\xf8\x2d\x74\x81\x88\x21\x1b\xfa\x1d\x1f\xd5\x28\xbd\x78\xcf\x1d\x7e\x66\x9e\xe1\x94\xee\xfe\x1d\xeb\x60\x8c\x3b\x06\xb4\x2f\x38\xb3\x6b\xba\x63\x70\x07\x7c\x37\x2e\x88\x9e\xe4\x3e\x51\xc1\xa7\x46\x6e\xd5\x64\x41\x8d\xdc\x6a\x4c\x39\x25\x72\xab\x7a\xf0\x63\x86\x57\x4d\xb8\x94\xc2\xcd\x91\xda\xfc\x79\x90\x2f\xc4\x5b\xcc\x99\x66\xa8\xa2\xe2\x6d\xb5\xb0\x17\x45\x6e\xab\x09\x8d\x9e\x97\x03\x8d\xcd\xc0\x12\xb7\x5a\xf1\x1f\x43\x2b\x3d\x84\x2f\x10\xef\x3e\x1b\xc3\xec\x94\xac\xb8\x3f\xfc\x01\xab\x90\x66\x24\x6a\xdd\x16\xa3\x7d\xac\x75\x3b\xf4\xa6\x51\xeb\xb6\x8e\xfe\xad\x8e\x4b\x1d\xdc\x62\xf8\xfd\x6b\x35\x1a\x4a\x93\x36\xea\xe0\x16\x6d\xe2\xd4\xc1\xdd\x3f\x34\x5e\x58\x55\xf7\x23\xd2\x1a\x43\xe2\x5e\xe3\x3c\x75\xc9\xbe\x5c\xf1\x8b\x38\xef\x57\x07\xa7\x2e\x3c\xab\xe5\x6a\x77\xa7\x5a\x6e\xf1\x08\xbd\xf2\x54\xf4\x1f\x8a\xe5\x56\x4a\xdc\x36\x6a\xe5\x56\x23\x8f\xac\x95\x1b\x51\xde\x14\xcb\xcd\x5e\xfb\xb4\x58\xae\x57\x3f\x5e\xf9\x2e\xea\xd2\x6b\xfc\x88\xf3\x4e\xdc\x59\x38\xfc\x9e\x50\x1d\x04\x23\xca\xe6\x56\x2f\x96\x52\x35\xb7\xa8\x17\xbc\x49\xf2\xc8\xc0\x91\x1c\x16\xdc\x7c\xb9\x48\x41\x15\xed\xf6\x7a\x77\x42\xb7\xe5\xcb\xa5\xbf\x43\x58\xe6\x84\x3c\xc8\xdf\x73\x60\x36\x5d\x65\x8d\x31\xcd\x17\x29\x8a\x60\x22\x19\xbd\x46\xda\xd7\x4b\x15\x50\x84\x37\x32\xc2\x30\xc1\x2c\x41\x41\xba\x79\xc9\xb2\x66\x00\xda\x4b\x0d\x3a\x6b\x08\xbe\x5a\x45\xf5\x48\x53\xb0\xb7\x6a\x68\x7b\x0d\x36\x89\x89\x68\x21\x45\xc2\xa0\x46\xef\xd4\x36\x4d\x8d\xde\x72\xb8\x22\xec\xa3\x11\xb1\x1c\x35\x7a\x21\x0e\x94\xe8\xad\x63\xf8\x4c\xa4\xb6\x6c\x37\xea\xf2\xca\x86\xa8\xcb\x5b\x54\x42\xac\xcb\xdb\x4d\xab\x48\x61\xde\xbc\xaa\xdd\xea\xb7\x70\x49\xd8\x4e\x23\x2e\xfd\xc5\x78\x6a\xc8\xf2\x5b\x03\x52\x34\xa9\x54\x03\x70\xcb\xbc\x7b\xa8\x87\x97\x2a\xbd\x55\x2f\xcb\x8b\x42\xab\xc6\xf2\xa2\xc3\x1a\x98\x6b\xbd\xde\x65\x64\xf3\xab\x94\x20\xe2\xb4\x18\x1b\x88\x34\xc7\x66\x19\x5b\x89\x2d\x16\x06\xb0\x30\x6f\xd7\xa5\xf6\x86\x24\x80\xc4\x46\xd1\xdd\xaa\x19\xf7\x35\xa7\x6b\x40\x01\xed\x76\x74\xc7\x60\x9b\xb0\x31\xbc\x56\xb3\x8b\xb5\x72\x75\xd1\x60\x96\x97\x9c\x6c\x5e\x39\x78\x2d\x6c\xa7\x6f\xda\x42\xbb\x11\xbc\xfe\x1a\x0b\xba\x96\x7d\x21\xaa\x4e\xbf\xc2\xde\xd0\x7c\x36\x57\x14\xb3\xe5\xea\xa2\x22\xef\xcb\x85\x8e\x43\xa0\x75\x78\x9f\xf0\xa7\x34\x8e\x61\x55\xaf\xe1\x9f\x01\x0f\x44\x0d\x0d\xa0\xd4\xe5\x8d\x8c\x73\x2f\x52\xc7\xb0\x84\x02\x35\x7a\xab\x85\x57\x5e\x92\xb3\x49\x76\x5f\x6f\x80\xe8\xee\xa5\x48\x6f\xb1\x66\x0e\x35\x7a\xf7\x0f\xb6\x00\x5b\xaa\x1f\x05\xb6\x00\xc0\xe1\x21\xf3\xd8\x2b\x61\xc0\xd5\x5e\x24\x0c\x03\xe0\xac\xde\xdb\xbf\xaf\xa1\xf6\xaa\xb0\x23\x7e\x51\xd8\xb7\x9a\x1d\xce\xc2\xbe\xd3\xb3\xa1\x4b\x5a\xda\xa2\xee\x8e\xb4\x69\x59\x5f\xe3\xbb\x5e\xf3\xc6\xc6\xa2\xc8\x2a\x60\xa1\x29\xca\xfa\x96\x25\xfc\x4d\x98\x0f\x1f\xb3\xaa\x6f\xd2\x3b\x4c\xb1\xde\xbd\x26\x5a\x13\xa3\xa4\xab\xcf\x62\xbd\x8a\x2e\x14\xeb\x2d\xd4\xe1\x6d\x16\xeb\x35\x38\xfc\x35\x5a\x49\xf7\x2d\x05\x7a\x8b\xe9\x30\xa9\xcf\x9b\x8a\xfe\x14\x0a\xf4\x56\x2b\xa1\xbc\x5e\xaf\x0c\x40\xaf\x98\x88\x5f\x71\x02\x50\x1b\x5e\x25\x1f\x31\x04\x6b\xb2\xb7\xce\xdf\x4f\x6c\x32\xad\x3f\x81\x84\x7e\x25\x9d\x77\x4d\x1f\xa1\x43\xb7\x9f\x85\xf0\xee\xdf\x91\xe5\x0e\x5b\x7b\x32\x90\xfc\xdf\x8f\xbe\x05\xe9\xf3\x07\xd4\x5b\xfe\xa0\x6b\xc5\xe7\xd7\x21\xe8\x96\x2b\x2c\x86\x04\xbc\x27\x04\xdd\xdd\x47\x1e\x2a\x5e\xd8\xa0\xc2\xef\xd4\xdb\xf4\x9e\x71\x44\xe9\x0a\x77\x73\x12\xe6\x18\x08\xcc\xe4\xfd\x6e\x81\x68\xe8\x4e\xb0\xbe\xaf\x86\x73\xeb\xfb\xc6\x8d\x0b\x0a\xfc\x16\xad\x21\xef\x15\x44\xc7\x17\xb1\x1b\x4b\xd8\x6b\xce\x02\xfd\xb9\x51\xd4\x57\x2b\xd5\xab\x19\x41\x5c\xb3\x8e\x9f\x9b\x8c\x78\x63\x02\x67\x0b\xf1\x9a\x03\x80\x22\xbb\x91\xa3\x80\x1a\xbb\xd5\x58\x92\xf7\xc6\x67\x87\x60\x40\x8d\xdd\xac\x24\x4d\x8d\xdd\x14\xb7\x3a\x5e\xef\x8d\x18\xb9\xf1\xe2\xe8\x35\x61\xe8\xfb\xc4\x64\x81\xe0\x13\x93\xf5\x17\x35\x0b\x8f\x35\xd9\x04\x8c\x26\x7d\x4d\x4d\xdf\x8a\x3f\xdc\x36\x01\x3e\x08\x3e\x21\x2f\x20\xf8\x18\x97\xfd\x1a\x8c\xaa\x03\xf5\x35\x7b\x9b\x81\x07\xd6\xe2\xd5\x3d\xfc\x9a\xc9\x2d\x90\x15\xd9\xc7\xd4\x8c\xaf\xb5\xf3\xbc\x19\xf2\x6e\x79\xa7\xce\x68\x21\x16\x3b\x79\x33\x10\x48\x91\xc8\x40\x40\x5e\xa5\x7e\x98\x5d\x80\x5c\x7e\x3d\xca\xe9\xe2\xa4\xea\x47\x18\xa0\xbb\x2f\x1b\xef\xb9\x1b\xd0\xa9\x9a\x5b\xf1\x55\x76\xaa\xe6\x56\x12\x69\xf4\x9f\x85\x72\xe9\xd6\xec\xf2\xdc\x0d\xe9\x14\xca\xdd\x3d\xf9\xd2\x68\xc1\x78\xc9\x28\xc8\xc6\xb3\x67\x63\xc3\xad\x47\xd5\x5c\xaa\xbc\x76\xaa\xe6\x56\xae\xe4\x77\xaa\xe6\xee\xaf\x6c\xce\x62\x93\x2d\x10\x82\x92\x5d\xe1\xfe\xdb\x04\xb0\x5b\x27\x37\xb5\x4a\x4f\x68\xfd\xb3\x7f\x17\xa9\xdc\x2d\x9a\x4b\xf2\xa6\x4e\xd1\xdc\xbd\x23\x0c\x63\x76\x57\x04\xbd\x4e\xa9\xdc\x84\x79\xba\x53\x2a\xb7\x72\x4b\xb0\x53\x2a\x37\x77\xd7\x8e\x08\x42\x60\x7e\xb7\x52\xee\x74\x5e\xb8\x6f\x89\x39\xee\x54\xca\xad\xdc\xf1\xed\x87\x37\x3f\xf1\xc9\xf5\x83\xd0\x57\xac\x7d\xfd\x20\x1b\xfd\x74\x81\x64\x79\xf5\xfa\x50\x3f\x2c\xdb\xc7\xd5\xd8\x7e\x50\x90\x8f\xa4\x41\xfd\xb0\x84\x7f\xab\x6c\x1a\xd2\x01\x77\xa6\x3a\x05\x71\xeb\x2c\x3e\x17\x9e\x6d\xc0\x1a\x32\xbd\x86\xe9\xbb\xdb\xd8\x63\x50\x19\xdc\x04\xac\xc5\x7d\xae\x8e\xc7\xf2\x30\x83\x53\x3b\xa3\x5b\x11\x77\x10\xb5\xd1\x0f\x12\xc4\x4f\x9f\x11\x1b\xb0\xc4\xf5\x43\x3b\x38\x7e\xe3\x7e\x10\x6e\xb6\x04\x94\xd1\x66\xdc\x42\xec\x54\xc7\xcd\x55\xbc\x40\x6a\x98\xf1\xec\xd0\x0c\xe7\x05\x92\xc6\x64\x9b\xe8\xc9\x37\x5d\xf4\x04\xca\x3d\x4e\x3c\x9d\x76\x6b\x50\x77\x5f\x84\x81\x5f\x71\xfa\x5d\xc4\x96\x19\xf2\x72\x16\xdd\x73\xe2\x69\xe0\x02\x09\x09\x49\xfb\xe1\xc5\x4f\xa7\xd4\x9d\x12\xd3\x20\x23\xd0\x14\xb7\xb1\xb2\x13\xfe\xd5\x0f\x33\x02\x1d\xac\x13\x99\x81\x4b\x18\xfd\x30\xd5\xc1\xa0\x9f\x11\x80\x61\xe4\xc1\x2d\x68\x0f\x0c\x62\xc2\xcf\x06\xca\xad\x8d\x19\x0d\xc9\xbe\x27\x97\x8b\x21\xd3\x33\x32\x25\x2e\x8d\x0d\x86\x81\xcf\xf8\x88\x85\x7a\x2e\x26\x9e\xad\x46\xb7\xc6\x94\x11\x31\xd3\xa9\x97\xbb\x5f\x40\x15\x72\xb5\x92\x0d\xa3\x1f\xa6\x6a\x15\xf5\x29\xcc\x8f\x7d\xbf\x1f\x93\xd0\xc7\xc9\x4a\xb9\x49\x32\x45\xd2\xb0\x43\xb8\x43\xa6\x64\x6d\x8e\x47\x4a\xd6\x29\x0e\x68\xa1\x6f\x76\xab\x85\xfe\x60\x38\x73\xb5\x76\xb7\x68\xc5\xa4\x58\x1f\x01\xc7\xd3\xb3\xb6\x9c\x08\x93\x8d\x1c\xf2\xdd\x31\x62\x74\xa6\x62\x52\xa1\x4a\xeb\xcd\xc2\x4b\x90\xb8\x30\x5e\xb8\xdd\x38\x81\x9b\xe7\x28\x58\xb8\xa0\xb2\x12\x4e\x8b\x26\xa8\xa6\x83\x31\x3e\x6c\x4d\x74\xab\x0a\xe7\xa9\x82\xb7\x17\x49\x24\x46\x8d\xe4\xce\x9c\x0a\xd0\x4e\xd7\xf0\xe6\xee\x99\x3c\x33\xa2\x1d\xdd\x92\x3a\x61\x8a\x2e\x64\x1a\x9a\x6e\x06\x65\x71\xa6\x30\xb0\xa8\x9e\x58\xe1\xfd\x94\x26\xad\x25\x78\x6c\xb6\xef\xa4\xbc\x7e\x98\xc4\xb5\x44\x2b\xee\xce\x0c\x9f\xd9\x43\x77\xea\x54\xb0\x14\x8d\xbd\xbc\xda\xa4\xd0\x97\xe7\x35\x5e\xb8\xcc\x2c\x7b\xe0\xf2\xca\x74\x3f\xa9\xa0\x93\x05\xd0\x15\x00\xa2\x5f\x7d\xc5\x41\xa7\xb8\x89\xca\x5d\xf9\x4e\x05\xde\x3a\xc5\xc4\x3b\x78\x08\x5d\xdd\xe2\x2b\xdb\x79\xbb\x46\x9f\xb5\x77\x78\x18\x49\x36\x74\xb8\xa4\x3b\x86\x60\x3c\x0c\x21\xdd\xf5\xdd\x81\x26\x8e\xa7\xac\xe0\x33\x69\x1c\x3c\x8e\x8f\x8c\x9b\x06\xd8\x41\xa6\x27\xf3\x09\x18\xd0\x20\x9c\x04\x2c\x3b\x0c\x21\x9d\x49\x3d\x20\x86\x64\x47\x79\x62\xf8\xf7\x00\x27\xad\xcd\xe4\xee\xf1\x50\x36\x18\xf4\xf4\xe2\xa7\x14\xdb\x5e\x47\x60\x1a\x18\x48\x02\xbb\xdf\x38\x1c\xf4\xaa\xd5\x3f\x68\xea\xcb\xc5\x4d\x49\x24\x5e\xea\x80\x9f\x52\x82\xc4\xcf\x4c\x0e\x2d\x5e\xd4\xf6\xe0\x25\x94\xdb\xad\x72\x80\x44\x08\x36\xa6\xa7\x9e\xcc\xf7\xce\x15\xb1\x4e\x1d\xde\x2a\xfc\x28\xbd\x5b\x65\xf3\x49\x0f\x00\x8e\xc9\x4e\xe5\xdd\x81\x54\xd2\x29\xbc\x5b\x3c\x27\xe9\x50\x88\x8a\x21\x9c\xc8\xf0\x2b\xc1\xcf\x57\x3a\xbc\x89\x73\xeb\x29\x61\x29\x70\x0c\x45\x09\x80\x93\x2c\xc0\xcf\x95\xe9\x9e\x52\x0c\xce\x32\x92\x48\x51\xfd\x0c\x35\xd7\xa9\x13\xf2\x9d\x8a\xcf\xca\x4a\xcd\x17\x77\xa6\x3a\xc8\x0b\x25\x60\x56\x19\xb7\x15\x14\xc2\x92\xbc\x28\x3d\x3d\xe5\x80\x08\xeb\xa0\x18\xde\x04\x73\x12\xd1\x5b\x13\x02\x91\x22\x60\xab\xfb\x83\x2e\xb3\x68\x0e\x7b\x00\x75\x52\x61\x08\x37\xc0\x1a\xbe\xcd\xe6\x64\xfd\x9b\xec\x7e\x32\x2a\xab\x39\x46\x44\x65\xb9\x05\x05\x61\x9e\x83\x18\x95\x7a\x9b\x40\x8c\x12\x34\xd5\x5f\x18\x70\xb0\x0e\x72\x3f\xcc\xe9\xdf\x91\xf2\x5c\x46\x81\x8d\x82\xaa\x96\xf0\x1d\x04\xd1\xf5\xa4\xf4\x30\x99\x61\x75\x52\xfe\x3d\x26\x65\x0b\x6d\xa3\x1c\x38\x0a\xf7\xd6\xe9\x6e\x20\x4a\x64\xe1\x5c\x63\x82\xcc\x43\x49\xc2\xc9\xe2\xa6\xf0\x04\x24\xf3\xba\x4f\x7b\x95\x1a\xf9\x3d\x89\x5d\xa0\x4c\xd4\xe4\xad\x54\x12\xee\x94\xe1\x2d\xfd\xdb\xda\x1a\x3d\x61\x5c\x20\x90\xba\xa7\xa6\xf7\xda\xed\x50\x80\x58\xf4\x6c\x8a\x40\x22\xf6\x3a\x85\x78\xcb\x70\xc8\x2e\x83\x60\x4d\x3d\xc8\x1f\xf3\x22\x48\x7d\x2e\x7f\x20\x4d\x6a\xf2\xef\x1c\xcc\x6c\x47\x9c\xbf\xc5\xfa\xba\x68\xef\xee\x73\x9f\x74\x39\x8d\xee\x34\xd8\x18\x84\x03\xe9\x06\x75\x77\x2b\xa5\x74\x7a\xf2\x9a\x69\x13\x2b\xb0\x27\x50\xdf\xbd\x53\x83\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x73\x93\x7c\x66\x5b\x26\x33\x0a\x9b\x83\x68\xa0\x1b\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\x46\x3c\x7a\x78\xb9\x8c\x1a\x74\x00\x7b\x00\xa6\xb9\x4e\x49\xdd\xba\x10\x67\x93\xc9\x04\x51\xf0\x7a\x32\xa9\xbb\x32\x87\x75\x74\x95\xea\x29\x9d\x5b\x0f\xb8\xa2\xa5\x73\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\xf5\xdd\x77\xd1\x6b\x11\x12\x2c\x71\x41\xbb\xa7\x16\x4b\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x61\x77\x7f\x46\xfb\x8f\xc9\x19\x69\x1f\x7e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\xf8\x32\x9a\x5f\x6d\x12\xa4\xc6\x94\x3e\xea\x58\x6e\x3e\x01\x62\x0b\xee\x4e\x8d\xdd\xba\x24\x92\x06\x88\x75\x01\x82\x9f\x9f\xf2\xab\x3d\xe1\xda\x8f\xa3\x64\xcc\x38\x62\x75\xd4\xcf\x2d\x1e\xdd\x53\x6b\xb8\xfb\x87\x9b\x7f\x09\xce\xd3\x04\x58\x22\x2a\xec\x1c\x83\x4c\xa7\x64\x6e\xaa\x71\x9a\x88\x07\xa7\x20\x40\xa7\x32\x6e\xe5\x4a\x74\x4f\x24\x9f\x38\x1c\x1b\x77\x07\xb5\x50\xba\x45\x72\x03\x0f\x2e\x47\x63\x64\xae\x2f\xe1\x5a\xee\xd4\xc8\xad\x0b\x85\x8a\x1a\xb9\x75\x79\x2a\xa2\xfc\x1d\xfd\xdc\x01\x4b\x06\xbe\x35\x76\x48\xfb\xee\x00\x87\x2f\x0a\x73\x9e\xcf\x3b\x76\x89\xe5\x99\x0b\xa2\x79\xa4\x1f\xdd\xaf\xd2\x48\xbc\x14\x0b\x71\x2e\xe9\xb4\x2f\x52\x1a\xa2\xb7\x97\x3b\x63\xe9\x96\x26\x19\x79\x02\xa0\x40\xdd\xf4\x4a\xcd\x23\x64\x6c\x76\x17\xa5\xc9\xfb\x70\xb8\xe5\xf0\xe4\x25\x40\x83\x27\x3b\xaf\xd7\x41\xfc\x88\xf3\x10\x0d\xa8\x57\xea\x9e\xc1\x9e\x97\xf4\xe4\x05\x58\x28\x55\x54\xa3\xad\x4b\xb2\x81\x9b\x82\x5c\xb8\x3d\xa1\xc3\x2f\x64\x3e\x2a\xd3\xd6\x95\xbf\x55\x6b\xb3\x17\xa9\xf0\x6b\x75\x6b\xd8\x26\xdc\x57\x9d\x22\xb6\x7b\xb9\x8b\x17\x75\x1d\x48\x52\xd6\xeb\x50\x6d\xc2\xc4\x8a\x2d\x98\x58\xf1\xef\x84\x54\x00\xd1\x9c\xc8\x90\xe1\xf7\x14\x62\x21\x7d\x41\xb7\x72\x2d\x17\x55\x3b\x85\x6b\x27\xc1\x8c\xdd\xba\xb5\xab\xf8\xf7\xe6\x6e\xda\x11\x37\x71\x9b\x1f\x7d\x10\xd9\xec\x08\xb4\x2a\xfe\xfd\x72\x0d\xb6\xbe\x7f\x7c\xf5\x01\xc8\x73\x02\x54\xc5\x67\x32\x1d\x22\x71\x64\xfd\xfe\xdc\xae\xea\x19\x16\xbe\x8a\x3f\xe8\xb4\x81\xb2\xe5\xac\x11\x06\xa1\x92\x4a\xb7\x59\x85\x8d\x42\xb7\xbb\x39\xfd\x66\xed\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xcf\x77\xb0\x8d\x4a\xb7\x95\x30\xde\x9e\x2d\xe1\x42\xf0\x62\xcf\x64\x6f\x8a\x89\xc0\xdb\xcb\x10\x20\x5e\x06\xcb\xfe\xa0\x12\x2e\x68\xa9\xe1\x32\xe3\x07\x69\x18\xec\x39\x13\x44\x50\x70\x38\xf6\x4c\xd0\x75\xf7\x19\xd3\x40\x75\x22\x9b\xb9\x0f\x8a\x84\xf6\x6c\x9a\x42\xae\x8c\xf5\x6c\x5c\x9c\x0a\x51\xd6\xa3\x80\xeb\xa6\x67\x83\xe4\x54\x82\xac\x89\x3b\xa2\xc9\xfc\xf1\xd5\x03\x0a\xa4\x9f\x20\xc5\x46\xcf\x30\x74\x22\xd2\x7b\x36\xcd\xa1\x1a\x8a\xb5\x72\x53\xf4\x0a\xa4\x10\x32\xb2\x17\x6f\xf1\x53\xf4\xdc\xd4\xdc\x91\x6a\xb2\xd7\xd2\xba\xb3\xb2\xac\x9c\x38\xd2\x9c\x21\x74\x88\xfa\xba\x45\xc9\x89\xf2\xba\xbb\x39\x20\xf1\x62\x1a\x67\xdc\x8a\xba\x7d\x8a\x56\x0d\xb4\x12\x4b\x8c\x4c\xc0\x4c\xdf\xad\xa2\x8b\x51\xba\x53\x38\xb7\xe2\x89\xe9\xd6\xcd\x1d\x5d\x20\x60\x42\x58\x2e\xd6\x24\xf6\xdd\x05\x76\x08\x25\xfa\x42\x56\xf5\xef\x4e\x24\x52\x47\xd8\xad\x51\xca\x90\x56\xea\xe0\xa6\xe4\x44\xac\xab\x4f\x60\x73\xcf\x43\x6b\x19\x63\x0c\x81\xeb\x47\x0a\x96\xd3\x8f\x34\xa2\x0a\x2b\x12\xe5\x2f\xb8\x61\x36\x28\x1b\xb7\x40\xcf\x24\xca\x5f\xcd\x67\xa2\x02\x9c\x2d\x2e\x82\x2e\x26\x61\xf9\xc7\x30\xdf\x29\x90\x5b\x97\x98\x6e\x0c\x82\x03\x90\x50\xd8\x7b\x41\x9d\x3a\xb8\x95\x5c\x9d\x9d\x3a\xb8\x45\xcd\x23\x2f\x23\x1b\x5c\xea\xe6\xe2\x45\xfa\x67\x11\x5b\xed\x2b\xd9\x8b\x61\x6e\x85\x1c\xdd\x83\x6c\x0e\x89\xe9\x37\x5c\x5f\x11\x83\x97\x52\x7d\x6f\xdf\x12\x3d\xac\x02\x4b\xd8\x12\xb8\xa0\xd5\x2d\x63\x14\x50\x2c\x8a\x92\xb6\x88\xe6\xf9\x23\xe5\x9f\xbe\x70\x87\xd9\x0d\xdf\x0c\xba\x1d\x52\xb6\xd3\xdc\x6b\xfc\xfd\x94\x90\xc2\xe8\x28\x57\x5b\x0e\xd7\x6a\x7a\x08\x37\xc9\xfb\x5a\x71\xf6\x89\xc1\x5e\x82\xf0\xd4\x70\xcd\xf4\x48\x87\xb8\xdc\x48\x2e\x16\x2f\xc9\x40\x58\xd6\x45\x03\xf4\xeb\x85\xda\x92\x65\xcf\x82\x9f\x40\xed\x25\x04\x65\xcf\xa8\x04\x59\xf6\x3c\x6c\x0b\x95\x1a\xb6\x05\x39\x90\x05\x28\x4f\x6b\x7d\xc0\x9e\x8d\x45\xe0\xea\x61\xa7\x56\x6d\x5d\x62\xec\xcf\x52\xb5\x3c\x43\x3a\x45\x1a\x13\x46\x79\xd6\x6e\xeb\x3c\xd2\xe9\xed\xf6\x32\x89\xe0\xed\x42\xd8\xa2\xb5\x32\x3e\x8b\xd6\x2e\x4f\x91\x15\xef\xdd\x60\x62\xf9\x08\x86\xea\xf9\x0e\x0c\xf7\xe5\x04\xff\x9c\x92\x6b\x60\x1b\x6e\xd6\xe0\xf1\x30\x45\xd4\xf0\xd9\xeb\xb1\x3e\xc7\x2e\x30\x32\x89\x23\xaa\x5c\xeb\xe1\xa6\x8a\x4c\x85\x0c\xc0\x2b\x1a\xb3\x7e\x09\x33\x7a\xf9\xf2\x7b\x6d\xf6\x5d\xfe\x8b\xcd\x5e\x2d\x8f\xd2\xb2\x7b\xaa\x4c\x89\xd0\xbc\x25\x91\xd6\x7e\xef\x3a\xa3\xc2\x1a\x4b\x08\x2b\xbd\xb0\x8f\xa8\x04\x17\xc4\x45\xac\xe2\x79\x92\xdd\x83\x00\x54\x93\xcd\xe4\xe3\xef\x54\x93\xad\x44\x20\x76\xab\xc9\x0e\xc2\xf9\x7b\x39\xa4\x86\x90\x5c\x4b\xc8\xe2\xc0\xef\x56\x90\x25\x36\xb1\x17\x6f\x62\x75\x9f\xb5\xac\x77\x1b\xc8\xc1\x10\x41\x8a\x5c\x9f\xe5\x51\x66\x36\x99\x8e\xa4\x97\x50\xcc\x41\x27\x8a\xcb\x16\xea\x37\xf7\xa8\x2d\xcb\xb5\xc0\x5e\x42\x33\xe7\x08\x97\x88\xe0\xeb\xfe\x82\x9c\x3a\xec\x0b\x0b\x4d\x62\x07\x2c\x09\x2b\x4b\x29\x59\xb4\xf6\x79\xa2\xb1\xb3\xf2\xbc\x1c\x83\x6e\x43\xb7\x06\x73\x0a\xec\xf7\x58\xfe\x20\xd5\x2b\xfe\xf0\xa2\x32\xb2\xc2\x22\x1b\x81\x2c\x44\x11\x57\x82\x34\x7b\x09\x7d\x1a\x86\x58\xcc\xe8\xa4\x75\x84\x32\xae\xf9\x20\x14\xa5\x53\xae\x75\x0c\xe7\x85\xde\xec\xb9\xa5\x58\x6b\x1e\x3e\x87\xde\xec\x0a\xab\x6c\xc1\x16\x35\x06\xc9\xbc\x2c\xcc\xc0\x74\x6b\x21\x79\x4d\x87\xd6\x5c\x5d\x64\xae\xe9\xc5\xc4\x14\xdf\x3b\x2f\xac\xc7\x4a\x54\x53\x2f\x55\x53\x86\x08\x52\x45\x66\x66\xc3\xf5\x27\x7c\x61\xdd\x42\xad\x89\x3b\x8c\x9d\x4a\xad\x7b\x4c\x16\x10\x3c\xb5\xf8\x19\x9a\x75\x3c\x8f\xbd\xfa\xea\xf3\xf4\x23\x5b\x48\x97\x39\x31\x51\xac\x55\x33\x1f\xc5\x5a\x33\x1e\xff\x6e\xe9\xd5\xaa\xad\x87\xd2\xab\xd9\x02\x20\x9d\xda\xab\x45\xee\x5e\x30\xb3\x93\x3a\xb1\x5b\x86\x75\xb9\xa9\xa8\xcf\x2b\xfe\xae\xa3\x41\x78\xf7\xd8\x6d\x56\xc8\x85\x6f\xee\x59\x77\x4b\xaf\x2e\xb2\xf6\x74\x6a\xaf\x0e\x89\x83\xf5\x56\xcd\x54\xd2\x29\xb8\xba\xbf\xf2\x17\x48\xab\x1b\x34\xa8\x09\xd1\x6d\x1d\xab\x65\x74\xb2\xee\x67\x8f\xe5\xe6\xbc\x85\x3c\x67\xbd\x44\xa6\x61\xcf\xcc\xf0\xcc\x88\x5d\xa1\x28\x23\x80\x14\xae\x82\x4b\xef\xa8\xbe\xba\x7f\xa0\xdf\xa9\xa9\x8f\xbe\x66\x4c\x91\xbe\x4c\xd4\xaf\xe5\xa7\x78\xcb\xbb\xda\x5c\xf8\xf8\x51\x9c\x06\x80\x45\x72\x27\xb5\x60\xea\xb5\x56\x99\x69\x21\x67\xff\x72\x9b\x97\xa6\x68\xf1\xd4\xac\x1f\xc2\xd0\x44\x8f\x52\xe1\x62\x94\xbc\x76\x38\x8b\xba\x6a\x96\x29\x16\xa0\x77\xb6\xc1\x97\xc5\x3e\x8b\xd1\x6b\x7a\x2b\xdc\xd8\xae\x52\x0e\x33\x80\x68\x2b\xa2\xc2\x6b\x5d\x42\x1d\x83\xfc\x42\xa0\x8b\x0a\xaf\x88\x80\x05\xe3\xfc\xf2\x54\x90\x18\x6a\x79\x28\x0c\x32\xd4\x54\x47\xe1\xd7\xdc\x9d\x93\x19\x22\xd5\x43\x8a\xc5\xd6\x3c\xd1\x5c\xdc\x52\x05\xa2\x0a\xac\xd5\x5b\x7a\xb1\x5c\x4d\x73\x34\x11\xcc\xef\xd9\xca\x18\x59\xfc\x12\xed\x55\xc5\x91\x95\x8a\xce\x75\x49\x32\x96\xf9\xe5\x06\x93\x67\x64\x08\x8c\x53\xda\xee\x68\x5b\xf9\x6e\x44\x56\x76\x0a\xb3\xb6\xc3\x19\x79\x49\x5b\x4b\x1b\xb5\x58\x47\x10\xde\x2d\x02\xb4\x43\x92\x78\xb9\x11\xd5\x1f\x3a\x3f\x30\x25\x7d\xeb\x5a\xab\xa8\xd8\xda\x08\x9c\xee\x25\x78\x3a\xa2\x08\x15\x58\x0b\xe1\x7e\xbd\x6c\x9e\x5e\x0e\xf7\xf7\x56\xcc\x96\x56\x6c\xa6\xde\x08\x58\xee\xe5\x96\x9c\x23\x05\x51\x99\xb5\xe8\x99\xa5\x02\x6b\xd1\x8e\x55\xbc\x74\x0d\x43\x2c\xb7\x3c\x4d\x26\xf3\xc8\x25\x84\x26\xcc\x38\x79\x78\xb6\x52\xde\xb8\xa5\xdc\xad\xa7\xda\xb5\x9a\x52\x2a\xb5\x1d\x87\x0d\xc0\xe5\x7a\x7c\x17\x8d\xdc\x29\x98\x9a\x4a\x1c\x87\xc7\x28\x5b\xc6\xb1\x0a\x7c\x17\xd5\xdf\x58\x0b\x8b\x7c\xbd\x8d\xef\x33\x3e\x05\xd1\xf3\x15\xa6\x3e\x0f\x74\x58\x09\xc1\xeb\x82\xf7\xcc\xea\xc1\x47\xc9\x67\xd9\xc4\xf4\x45\xac\x07\x95\xa8\x5d\x9a\xf5\x49\x51\xaf\xb4\x1d\x18\xdf\xa8\x57\xba\x5b\x64\x5e\xb2\x8b\x6c\xbc\x00\x96\xe4\x0f\x95\x8a\x28\x95\x67\x27\xb5\x78\x1e\x7c\xd3\x79\xb6\x78\xf7\xe1\x0b\xbc\x7a\xfa\x2c\xed\x87\x26\x50\xaf\x74\x7f\x35\x78\xd1\xdc\xc3\x89\xb5\x60\xe9\x22\xf3\x52\xaf\x59\x4e\xc8\x61\xa4\x7a\x69\x93\xa5\x53\xb0\xb4\x1d\xc9\xe6\x9e\xf1\xe5\x4b\x6c\x10\xf3\x22\xf3\x09\x57\x28\x7a\xdd\xac\xb7\x90\x3c\xac\x57\x1d\xd9\x5c\x1b\xea\xd5\xb8\x3a\x6d\x66\xb5\x80\xd7\x1c\xf2\x6a\x60\x7c\x8d\x17\x07\xa7\x2b\x8c\xd7\xba\x7a\xab\x0a\x6e\x15\xee\x25\x6e\x34\xf3\xac\x5f\x4f\xc0\xa1\xc8\x72\xf1\xac\x57\x83\xde\x35\xa6\x51\x0c\xb4\x1d\x76\x65\x31\x50\xee\xfa\x76\x8a\x81\x0e\x85\xf5\xaa\x2f\xba\xba\xf2\x26\xc6\x60\x96\xaa\x4d\x62\x3c\x7d\x21\xdf\xf0\xe1\xb3\xf6\x75\x68\x6e\xb5\xe2\x8c\xca\x5d\x0d\x65\xb2\xf9\x72\xeb\x7f\x60\x89\x2d\x66\x4c\x07\x5d\xc3\x3f\x10\xea\x52\x01\x24\x95\xda\x63\x7c\x66\xd6\xdd\x78\x46\xe9\xa8\x17\xd9\x8f\xe4\x31\x6e\xbc\x97\xb7\x64\x4b\x55\x15\x92\x9b\x55\xdd\x42\xa1\x8b\x4c\x55\x9d\xe2\xa0\xed\xc8\xfe\x40\xf4\x33\x34\xa8\x8e\x30\x1f\x32\xe0\xa0\x90\x88\x90\x18\xb1\x2c\x7f\x88\x95\xd0\x84\x18\x75\x5d\xc0\x51\xf8\x53\xdd\xa8\xc2\xaf\x2c\x8d\xd8\xa9\xfc\xd9\x8e\xec\x0f\x01\x7b\x56\xa2\x86\x58\xc5\x67\x4b\xa1\x0d\xc1\xea\x2d\xdf\xe1\x57\x1c\x0c\x28\x0c\xc5\x3b\xdb\xe1\xc1\x20\x2d\x48\x89\xef\xdd\x6b\x44\xda\xba\x88\x0a\xe8\x36\x36\x6f\x00\xf3\x30\xcd\xa0\x71\x15\x55\x2e\xa3\xb6\x5e\xad\x78\xa6\xf6\x4c\x1d\xcf\x92\x84\xd5\xc7\xf1\x98\x60\xb0\x16\x34\x10\x4a\x77\xee\x17\x46\xff\x40\xb8\x90\x9a\x29\xd7\x59\x34\x1f\x57\x23\xb7\xaa\xdb\x46\xc8\x3a\xc9\x26\x3a\xd5\x3a\xb7\xea\xb8\x9f\xa9\x6a\x36\x84\x01\x1e\xe0\xe1\x41\x30\x92\xbd\xe6\x6f\xbd\xb8\x51\xa4\x53\x14\xde\x9c\xa7\x1d\xc8\x64\x54\xe5\x6c\x07\x92\x72\x35\xe3\x3e\xb9\x17\xbb\x15\x37\x25\x6d\x54\xdc\x6c\x07\x42\x58\x8d\x44\x56\xb0\xe7\x7a\xb1\xf4\xe2\x47\xa0\x1f\x22\x60\x14\xd6\x54\xa5\xab\xe6\x1f\xe6\xb2\x4b\xa7\xb2\x66\x1e\xe2\xe2\x85\x4f\x15\x15\xa1\xc6\x3d\x60\x77\xf3\x0e\xb8\x33\x5b\xb9\x0d\x4c\xb6\xaa\x36\xda\xad\x6a\xa3\x9a\x40\xbd\x03\x97\x6c\x0e\x2e\x21\x59\xd6\xcd\x86\xda\x81\x8c\x4f\x59\xce\x41\x3c\x7a\xaf\x32\x18\x69\xaf\xf7\xb6\x86\x64\xe3\x51\xfc\x5c\xb6\x70\x3b\x59\xdf\xe3\xfa\x18\x0e\xf5\x50\xf9\xb1\x5a\x21\xa6\x7a\x56\x1e\xc8\x38\x2c\xba\xbe\x62\xae\x5f\x6d\x05\xb1\x1d\x48\x4e\x54\xe4\x6c\x87\x27\xe2\x85\xc6\xb9\x2f\xaf\xa7\x43\x80\xc8\x67\x60\xd7\xf5\x55\xb2\x93\xb7\xbc\xac\xc8\x55\xbc\x9e\x3a\x77\x69\x2b\x88\x4d\x41\xc3\x4a\x9d\xc6\x28\x50\xa8\x73\x2f\x6f\x7f\xd4\x0e\x04\x0a\xf8\x4f\x0b\x93\x2f\x76\x04\x4b\x78\x9a\x14\xac\x53\xc3\xb3\x1d\x90\x35\x6a\x70\xee\xe6\xbc\x84\xf6\x86\xdc\xd1\x52\xc0\xcd\x17\x2d\x69\xcb\xcf\xd8\x01\xa8\x6a\x33\x95\x96\x36\xf9\x66\x2a\x2d\xf2\x99\xf5\x96\xc0\xbd\xe6\x33\x93\x8f\xae\x1e\xfb\x1d\xbc\x48\x08\x39\xce\x2d\x53\xf7\x0c\x5c\x68\x99\x1d\x84\x0e\xb6\x0c\x14\x21\xa3\xcd\x14\x19\xca\xf0\x2d\x4b\xaf\x90\x36\xa8\x01\xda\x0e\xc7\xce\x9c\x01\x08\x67\xcb\x1a\x6f\x6c\x6d\x3d\xeb\xec\x0b\x81\xf1\x4e\xaa\x04\xb0\x68\xa1\x86\xc8\xe5\xbb\xde\xe4\x46\x1c\xd4\x56\x40\x12\x48\x0c\x15\x40\x1b\x05\x4e\x7a\x53\x57\x84\x0f\x37\xb3\xeb\xab\xec\x51\x0e\x34\xa9\x4a\x50\xf3\xb3\xf4\x68\xfc\x62\x2a\x67\xae\xa6\xfa\x55\x6f\x6a\x35\x80\xbe\x78\xb1\x38\x05\xad\x6b\x20\x09\x63\x54\xc7\x06\x68\x3f\xab\x62\xfb\x03\x70\xe6\x64\xb5\xea\xf9\xb3\x5b\x04\x3f\xa1\x1c\x06\x56\xe4\x0f\xcb\x7c\xca\x61\x5a\x28\x83\xc8\x06\xad\x39\x11\xac\x56\xad\x81\x30\x1c\xcc\xd6\x84\x07\x50\x23\xf5\x2f\xd7\x42\x3b\x75\x41\x1b\x15\x93\x7a\x53\x15\xe4\xb8\x52\x16\xb4\x91\x03\xbd\x53\x16\xb4\x51\x5e\xa6\xb7\x26\x1b\x80\x9f\x5a\x23\x74\x91\xa3\xac\x37\xc2\xba\x5b\xee\xdf\x51\xbd\x26\x7f\x74\xf7\x09\xec\x26\x05\x59\x6f\x3d\x60\x65\x6f\xa7\x0b\x01\x0e\xe8\x8c\xc6\xc2\x35\x22\xb5\xbb\x9b\x3c\x38\xb3\xc2\x6a\x73\xca\xac\x1c\xde\x06\xb6\x49\x37\x76\x70\xe7\x81\x33\xde\x06\x8b\x45\x89\x6d\x66\x61\x1c\x6e\x53\xd8\x5a\xe1\xff\xd6\x1b\xad\x3a\x8f\xda\x0c\x80\x32\xf6\x0c\x32\x04\x24\xb8\xce\xe5\x29\xa7\xb0\x68\xd5\x56\x48\x5d\xd1\x2c\x95\x6d\x33\x06\x61\x56\xd3\x40\x74\xbb\xb5\xf6\x23\x0d\x36\x33\x2d\xdc\xa5\xe8\x94\x15\x2d\xb2\xfb\xa8\x2a\x4a\xba\xb5\xde\x96\xa2\x56\xf6\x2b\xee\x7c\x89\x87\x06\x57\x71\xc9\xbf\x53\x48\xb4\x68\xf1\x6a\x8b\xc3\xe4\x89\xc3\x6b\x4a\x59\x81\xde\x22\xd0\x4a\xc4\x5d\x90\x46\x1b\x7c\x02\xc3\x7c\xd1\xa8\x4d\xeb\x60\xb2\x08\xe7\x96\x15\x1d\x08\xed\x4d\xfd\x0d\x89\xb1\x05\x93\x45\x82\x6b\x5e\x12\xcb\xf1\xe2\x44\x6c\x8d\x6c\x25\xd0\x50\xce\xb4\xb4\xb7\xe0\xab\xcb\x6e\x3d\xe1\xcc\xe3\x34\x7d\xa9\xcf\x1e\x70\xc9\x40\x18\x71\x21\xbf\xed\x54\x4c\x82\xa3\x34\xb3\x6d\x28\x67\xb5\x93\xb3\x0f\x07\x6b\xf8\x5c\xc7\x10\x5d\xb1\xf5\x2a\x45\x34\x4d\xba\x87\xfd\x1a\x8b\xca\x6c\xcf\xa8\xa3\xef\x47\x92\x5c\xb7\xe3\x82\x73\x78\x18\xf5\xc5\x76\xa1\x7b\x41\x00\x45\x6e\x55\x40\x0f\x26\xe1\xd5\x1a\x6f\x9b\x1a\xa0\x1b\x70\xa9\x0c\x14\x7b\x5a\x0e\xe1\x57\xa8\xa2\x92\x94\x0b\x62\xe8\xa1\xbb\x62\x52\x76\x4b\x40\x22\x52\x43\xbb\x3d\x8d\xf1\xc2\xd1\x10\xa1\x6f\x71\x58\xe8\x98\xfb\xbf\xbb\x05\x70\x68\xd9\x6a\xbb\x45\x24\x79\xcd\x8d\x60\x24\x2a\xdc\xec\x9f\x08\x66\x46\x60\x62\xf9\xbb\x75\x4a\x65\x80\x94\x29\x4d\x45\xa9\xb5\x3d\x24\x22\x73\xba\x70\x6b\xdd\x8e\x8d\x6b\xd6\xb2\xd2\x46\x64\x55\x76\x79\xb8\x6b\x87\xa3\x11\x8e\x1d\x44\x19\x2e\x9e\xc4\x35\x18\xb7\x69\x21\x7b\x93\x71\x3b\xef\x37\xc0\xcf\x08\xaf\x10\x74\x38\xee\x95\x15\x79\xe4\xcb\x22\x64\x84\x58\x70\x07\xd7\x55\x7b\x3f\x10\xe3\xa1\x09\x9d\x8b\x60\x1a\x2a\xfa\xc1\x46\xc6\x73\x00\xb0\xf2\xc2\xbd\x71\x98\x2d\x05\x4e\x73\xed\xdf\xd2\x3c\x8b\x9f\x0e\x6e\xbc\x76\x8a\x9f\x4e\x12\x45\x74\x8a\x9f\xb6\x63\x39\xbc\x96\x9f\xc1\xb3\x14\x09\x52\xd3\xc9\xa1\xc5\x9d\x8e\xde\xb9\x17\x76\xd8\x98\xfb\x5f\x0a\xdb\x94\x47\xcd\x3d\xfe\x8e\x6a\xcc\xb9\xa4\x54\x6a\x36\x01\x4b\xef\x32\x77\x3b\x35\xe9\xbf\x92\x7e\x27\x7d\xf0\xa1\x4c\xde\x93\x6c\x8e\xb9\x66\x33\x60\x32\xa7\xac\xa0\x8f\xc8\xd9\xc3\xff\x0a\x76\x77\x53\x85\xa8\x02\xf4\xcc\x6d\xab\x61\x93\x46\x7a\x15\x06\xcc\x31\x13\xfb\x1d\x5c\x45\x66\x56\x91\x63\xd8\x6e\x97\x1f\xf9\x22\xf9\x2c\x76\x65\x04\xd6\x74\x8c\xcb\x4d\x77\xf4\x1b\xb8\x01\x9e\x2c\xfb\x74\x0c\xd6\x21\xcc\x8b\xa2\xec\xf4\x25\xfd\xf8\x9a\x06\x76\x51\xa9\x75\xff\xe0\x0b\x27\x16\xca\x4f\x41\xd6\x1c\x46\xed\x5e\x62\x5a\xcc\xa4\xe8\x86\xe4\xf4\x53\x91\x75\x90\xae\xa6\x5b\x90\x75\xc5\x18\x9b\xb2\x52\x28\xbf\x77\x03\xbb\xe5\xac\x54\x60\x6d\xc9\x99\xa3\xf5\x52\x9c\xb7\x77\xbc\xb7\xda\xf7\xfa\x96\x27\x5a\x02\xd7\x7b\x95\x9c\xc1\xae\xa3\x4a\xab\x8a\x46\xaf\x06\xdd\x73\x6e\xa8\xd2\xda\x92\xdb\xac\x4d\x5a\xd9\x99\x8a\xad\x59\xa7\x77\xaf\x01\x36\x07\x51\xa2\xab\xf6\xc5\x74\xa1\x61\xbd\xc5\x3e\x33\x5d\xc5\x0b\x71\xa9\x11\xac\x26\xbe\x69\x44\x56\x80\xed\x96\xac\x13\x08\x4d\xcd\xc2\xfd\x47\x8c\x48\x6e\x39\x62\x84\xda\x77\x6f\x0e\x47\x4f\x5e\x14\x53\x65\xed\x06\x7d\xeb\x8a\xef\x5b\xa4\x68\x1a\x14\xbb\xe9\xb5\xb4\x44\x51\xfb\xb5\xc9\xe0\xbb\x05\xef\x86\x7f\xef\xdc\x74\xb1\x01\x1e\x57\x0f\xb9\x29\x54\x86\x28\xdd\xb5\x6b\xba\xb1\x7a\x75\x5d\x2a\x5e\x5d\xa3\xc1\xfb\x16\x33\x5a\x12\x82\x83\xe8\x07\xb7\x3b\xc4\x0c\x46\xb6\xd0\xab\x42\x38\x85\x5e\xf3\xff\x4b\xd8\x99\x9c\x4d\xcf\xf2\x68\x34\x95\x3f\x84\x32\x93\x60\xf3\xe5\xe2\x31\xff\x10\xfa\xe2\x1c\xbd\xbd\x7d\x76\x76\x95\x99\x41\x13\x92\x6e\x75\xd7\x21\xbc\x9d\xaa\x21\x40\xaf\xc5\xfb\xb2\xe1\x65\x2f\xc1\xbe\x63\xc4\xed\x57\x0c\x35\x92\xaa\x5b\xe4\xf3\x1f\xba\xcb\x15\x6f\x6a\x48\xc3\xfc\xa3\x70\xb0\xb1\x75\xf8\x7e\xb8\x00\x93\x09\xb1\x41\x54\x78\xa2\x8e\x06\xd8\xb0\xfd\x70\x6a\x27\x3b\x24\x2b\x55\x08\x80\x76\x8f\xc9\xc2\x38\x8c\x65\x6b\x4e\x21\x7e\xdf\x2a\x51\x63\xc9\x7c\xbb\x2f\x10\xf5\xbf\xfd\x94\x07\xb7\xc1\xea\xcb\x63\xd9\x17\xfa\xbe\xdc\x30\xf4\x6b\xb1\x47\xe0\xb8\xc3\xdc\x2b\x8a\x7d\x00\xc8\xce\xe6\x81\x3f\xf5\xdb\xf1\x19\xad\x48\x5f\x03\x10\x64\x9b\x46\x86\x44\x86\x95\x66\xeb\x91\x45\xd0\xf3\x00\x25\xb6\x2a\xb8\x8b\x12\x6b\x32\xb7\x31\xc4\x0f\xf2\xc4\xa6\xde\xee\x5e\xc0\x40\xac\x74\x31\x2e\xd7\x19\x51\x71\x5c\x8c\xc2\xf6\x2e\x66\x14\x29\x6e\x5c\x92\x27\x29\x39\x0a\x3c\x41\xf9\x03\xf4\xd8\x7e\x64\xe1\x8f\xe6\x58\xa6\x5b\x76\xed\xf1\x43\x9e\x38\xe0\x86\x03\xb1\xe1\x70\x1b\x12\xb2\x5e\xbd\x7d\x18\x3a\x64\xdb\x71\xe4\x06\x93\xfa\x0e\x90\x64\xfb\xe1\xa4\x19\xa6\xae\x90\x34\x34\x23\x2b\x0a\x25\x46\x2c\x99\x9a\xc6\x78\x9a\xff\x50\xf1\x96\x09\xfa\xe1\x57\x5c\xe3\xaa\x1f\x03\xff\xda\x8f\xfc\x26\xc7\xc7\x98\x40\xd6\xfb\xf7\x8c\x79\x44\xc6\xf3\xe4\xf2\xb1\x96\x2f\x47\x28\x9f\x69\x01\x09\x44\x5c\xd7\xa1\x43\xe4\xc0\x74\xec\x0d\xe1\x30\x02\x5d\xf1\x67\x78\xd9\xab\x4b\xc7\x30\xf7\x97\x12\x0c\x20\xaf\xfd\x90\x75\x68\x2a\xce\xdf\x2b\xac\x8a\xf6\xbc\xd5\x45\xbd\x1d\x5b\x83\xef\x87\x84\x60\x2b\xed\xfd\x90\x91\x93\x5c\x53\xe5\x05\x1c\xd8\x92\x1c\xf6\x23\x54\x42\xaa\xba\xc5\x86\xa9\xa3\xe8\xc0\xcb\xab\x66\x3d\x58\x4c\x24\xdc\xa8\xf5\x79\x30\xc8\xbf\xa9\x83\x4a\x88\x2d\x00\xa1\x8f\x5f\x6e\xba\xc5\x4b\xfd\xef\x7f\x4d\x7f\xfd\x00\x4b\xa8\xe9\xe5\x11\xfa\x60\x93\x87\x63\x80\x1c\x7b\xe8\x2c\x1d\xfa\x60\x0f\x3f\xba\x10\x5c\x6d\xe2\x21\x0c\x71\xf2\x0c\xe7\x9b\x3e\x43\x5e\xe1\x7c\xc2\xc3\x46\x58\xd1\x61\x8a\x3a\xce\x51\x1c\x99\x71\x8a\x67\xdc\x20\xb2\x84\x8b\x35\x78\x0e\x42\xe0\x69\x59\xc7\xec\xb0\xe9\x83\x6e\x2c\x9f\xdd\x73\xd5\x17\x32\x3c\x1c\xd6\xc4\xde\xaf\xb6\x80\x5f\xb6\x05\xf4\xea\x52\x02\x4b\x98\x58\xa5\xab\x28\xea\x39\xcd\xcf\x30\x72\xda\xd9\x02\x9a\x84\xa3\x00\x25\x48\x2a\x0a\x18\x6c\xf5\x6c\xc6\xbf\xcb\x63\x9e\x69\x9a\xcd\x1e\x19\x0b\x4e\x37\x6a\xce\x00\xfd\xab\x80\xe3\x1c\x7e\x94\x2d\x53\x1a\xf3\xc1\x91\xcf\xec\x99\xf6\xa7\x90\x17\xd8\x16\x34\x6e\x47\x15\x88\x91\xf5\x36\x36\x9c\x8d\x19\x35\x77\xb2\x1f\xb1\x4c\x8e\x55\xb1\x00\xfd\x35\x9a\xc2\x34\x5b\x2a\x74\xd3\x56\xea\x8a\x66\xbf\x18\x49\x46\x7c\xb1\xc9\xa3\x25\x3d\xf0\x2b\x54\x50\xc8\x4f\x82\xd4\xea\xec\x92\x20\xb5\xba\xff\x00\x52\x5b\x97\x33\x04\xc0\xdf\xe1\xef\x5a\x1a\x38\xb7\x80\xd4\x96\x69\xaf\xc0\x6b\xf7\x76\x22\xd2\xce\x80\x08\x15\x3d\x67\xce\xaf\x86\xaa\x1f\x83\xea\x9c\x6e\x98\x49\x74\x11\x5e\xfc\x28\xfb\x41\xa7\x94\x0b\x5c\xcd\x6e\x80\x15\xbf\x0f\xce\x39\x7c\x0f\xe8\xdb\xa2\x53\x3f\xd0\xb7\xd5\xf8\xaa\x30\xb7\x66\xfe\x8e\x4f\x10\x4a\x01\x38\xb6\x1d\xd4\x9e\x11\x23\x77\xa7\x2f\x18\x06\xb1\xc7\x00\x63\x7b\x54\x4d\x38\xc0\xd8\x56\xf2\x2d\x8d\x90\xf9\x43\x68\x01\xb1\xad\x80\x82\x8c\xd0\xde\x00\x53\x88\x50\x3f\x60\x36\xc2\xd9\xf0\x44\x73\x29\xed\x05\x67\x98\x79\x5c\x6b\x05\x08\xb8\x95\xfc\xaf\x43\x98\x5b\xd3\x90\x0f\x60\x6e\x3b\x68\xca\x43\x94\x5b\xcd\xaf\x80\xdc\x56\x8d\xec\x31\x93\x5b\x50\x3a\x33\xb4\x39\x0a\x01\xe3\x95\x0f\x63\x42\xeb\x3c\xa1\xe6\x9b\xb1\x2a\x79\xbf\xc7\x78\x5e\x3c\xd3\xf4\xb4\x69\xcb\xe6\xd6\xf4\x8f\x64\x16\x34\x41\x00\xb7\xf6\xc5\x58\x06\x4e\xbb\x05\x53\x28\x40\x3a\x8c\xcc\x30\xbe\xfc\xc7\x54\x43\xd4\x65\x3c\xb7\x82\x26\x80\xb9\x55\xca\x1c\x2b\x39\x01\xcd\x0b\x4b\x11\x4e\x1c\x57\x04\x49\x1f\x56\x72\x1e\xeb\x42\x55\x77\xae\x08\xf4\x06\xb6\x7c\x08\xa3\xab\x91\x01\x18\xdd\xae\xd0\x01\x8a\x6e\xc9\x79\x3e\xb5\x12\xb8\xd3\x4e\x4e\x92\xf4\xe4\x74\x76\xe8\x93\x10\x43\x9e\x1d\x23\xbe\xb4\xeb\xc4\x95\x03\xa7\xaa\x4b\xa5\x13\x96\x0b\x5a\x6e\x3f\xdc\xcc\x17\xcc\xdb\x83\x74\x79\x2e\xdc\xfe\x99\x30\xdc\x8f\xa0\x28\xd2\x29\xe5\x89\x61\xad\xf4\xc3\x79\xbe\x80\xdb\x72\xaf\xa5\x1d\x42\x7a\x60\x8a\x70\x78\x6f\x70\xfb\x6c\xb8\x56\x18\xe0\x15\x1e\x30\xd1\x09\xc9\xfc\x30\xe2\x46\x96\xf9\x59\x5a\x6a\xe2\x3e\xc2\x10\x71\xe4\x47\x6a\xa8\xce\xe0\x9d\x6b\xf1\x37\xcd\xbb\xc9\xba\x10\xf6\x80\x83\x9c\xcf\x1c\x27\xe9\x03\x77\xd6\x1a\x16\x82\x3b\xeb\xee\x01\x7f\x72\xf7\x30\x76\xee\xac\x15\x79\x81\xfa\x2d\xba\x72\x8b\xe8\xdb\x92\x98\x3d\x93\x6b\x7b\x3f\x5a\xfe\xc1\x78\xbd\xd8\x1e\x3e\x2b\x64\xa3\x8d\x84\x49\x74\xbc\x26\x04\x04\xb8\xeb\xb3\x08\x06\x70\x4f\x26\xac\x1f\x7a\x32\x94\x17\xa5\xc3\x2d\xfd\xb2\x9a\x1e\xa1\x37\x77\x31\xbd\xe5\xde\xc1\xf8\x8e\x50\x84\x91\x09\xbf\x9c\x27\x87\xfd\xda\x02\x7d\xe2\x0a\xe2\xb0\x7f\x69\xc9\x90\x10\x7c\x40\x78\x20\x11\x86\x3e\x6a\xca\xde\x41\xf6\xb8\xa4\xbc\x9f\x49\xba\xfd\x3d\x53\x1f\xf2\x6c\x97\xdc\x17\x9f\xb7\x2d\x52\xb3\x2f\x27\x87\xa1\x6e\x81\x26\x34\x12\x01\x0a\x5c\x7e\x59\x15\x17\x26\x46\x62\x80\x03\x5c\xf3\xf4\x09\x03\xcc\xe1\x9d\x48\x2e\x4d\x2b\xb2\x30\xc0\x5e\x54\x00\x03\x5c\x0b\xb5\x8a\x02\x5c\xba\x05\x3a\x0a\xf1\x9e\xf0\xa9\xc3\x19\x99\x49\xc6\x3c\x5c\x61\x0a\x2b\x7a\x28\x40\x4d\x4c\x14\x7a\x2b\x4c\x01\x3f\x96\xbf\xbb\x25\x91\xce\xa7\x39\x6a\x94\xe7\xc1\xf7\xdd\x3d\x3f\x78\x61\x9e\xa7\xf5\x6a\xa4\x63\x3e\xa7\x40\x20\xd0\xa3\xe9\x0d\x3a\x94\x66\xea\x14\xae\x06\x30\xcd\x1f\xd7\xec\x49\x61\x29\xa7\xcf\xf8\xd7\x31\x53\x93\x8b\x89\x63\x5a\x5a\x86\x5a\x6c\x42\x46\xe6\x68\x8b\xd2\x2f\xdb\x13\x80\xdf\x7e\xd8\xf7\xea\x69\x44\x1a\x10\xec\x57\x99\x63\xd6\x4c\xf9\xc7\xf3\xc2\xb0\x43\xb5\xd5\x2d\x6c\xe3\x35\x53\x35\xf3\x8c\x84\x93\x85\xd5\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xed\x0a\x14\xe0\xc3\x58\xc8\xd9\xf4\x80\xa1\x4f\x8d\xac\x2f\xe1\x33\x16\x9b\xe5\xb3\xe6\x06\x57\x40\x71\x63\x5a\x18\x5f\xbe\xe1\xef\x4a\x82\xcb\x16\xb4\x36\x40\xda\x12\x43\x98\x84\x1b\x03\x0c\xe1\x4e\x66\x99\x31\x9b\xab\x44\xff\x8c\x29\x87\xba\x4f\x8d\x0d\x7e\xdf\xd1\xc6\x6c\xba\x1b\xaf\xc5\xa8\xcd\x4a\x03\x03\x07\x4c\x78\x37\x40\x67\xbb\x7b\x7e\x59\xab\x16\x89\x6e\x11\x57\x92\x99\xf5\x76\x5f\xcf\xc3\xd9\x33\xdd\x03\xcf\x0f\x7b\xde\x67\x26\x70\xfe\x19\x86\x36\x07\xd4\xde\xa5\xc1\xf9\x2d\xf7\x48\xde\x58\xb8\xc5\x46\xae\x0d\x4d\x86\xcc\x02\x2d\x65\x6e\x59\xa1\x17\xec\x34\xc0\x08\x1f\x62\x14\x8c\x19\xaa\x7a\x3e\x43\x5e\x5c\xd9\x34\x26\x38\xf1\xdc\x5a\x88\x5e\x30\xa6\x09\xbd\x03\x3e\x22\xda\x70\x90\xf1\x63\x80\x36\xdc\x81\x88\x19\xa0\x0d\x77\x4d\xee\xe0\x0b\x57\x7d\x33\x27\xfe\x6b\x31\x3d\x43\xda\x12\xec\xae\xfe\x6b\xfa\x0d\x02\x3c\x5c\xab\x3b\x74\x0e\x8f\x8a\x7f\x38\xdb\x90\x34\x80\x87\x3b\x90\x6a\x63\x6e\x31\x22\x0c\xf9\x9f\xd3\xb6\xf9\x46\xcb\x82\x2e\x0b\x80\x13\x1f\x0a\x83\x80\x13\xf7\xc3\x35\x14\x62\x84\x64\x1e\x43\x6c\xe2\x1f\xd8\x4a\x63\x72\x9d\x71\x38\xbb\x2b\xc7\xea\x0b\x9b\xcc\x53\xbe\x6c\x8f\xd2\x5b\x22\xe8\x20\xc5\x8e\xa9\xcf\x80\x72\xef\x44\x24\xf0\x86\x6d\x9a\x3b\xdc\x20\xae\x79\xe6\x72\x58\x04\xd8\xa4\xe6\x1f\xb8\xa3\x79\x02\x01\x2d\x5c\xf9\x7b\x2e\x0d\x5d\x3f\xed\x87\x4d\x28\x4a\x21\x12\xcc\xd3\xbc\x59\x94\x56\xa2\xc0\xee\x05\x90\x71\xf1\xee\x65\xa6\x3c\x81\x5a\x30\x95\x27\xa4\x29\x66\x83\x35\x99\xc6\xdc\x02\x45\x2f\x4e\x0e\xf2\x44\x8e\x02\xb9\xa1\xb8\x92\xd7\xc9\xb3\x15\x5d\x16\xa6\xb3\x19\x25\x4e\x5f\x15\x0f\x8c\xd9\x9b\x42\x88\xb8\x48\x77\xf7\x0f\xda\x46\x3c\x28\xf6\x09\xec\x7e\x63\x56\xe7\x8d\x1f\x8b\x33\x7e\xd3\x9c\x44\xdd\x74\x79\xce\xbe\x98\xfe\x06\x2e\x02\x6a\xdc\x4b\x56\x8a\x09\xc4\xd5\xd6\x41\x5d\x47\xd2\xf9\xe4\x1a\x51\x62\x8b\x06\x55\x0f\xb0\xa9\x37\x1b\x29\xcf\x06\x98\xc6\xdd\xeb\x19\x20\x8d\xbb\xf2\x1f\x90\xc6\x47\x4b\x1a\xb1\x65\x86\x4e\xce\xa0\x01\xa4\x71\x37\xc6\x6f\x1a\x6e\x6e\x7c\x27\x98\xc6\x65\x65\xe9\x8f\xb9\xa1\x30\x66\x8b\x22\xe1\xd9\x82\x41\xf7\xae\x79\xe2\x9c\x50\x24\x9e\xb0\x7f\x2f\x2f\xe6\xab\xe6\x55\x2d\x20\x2d\x44\xc4\x00\xab\x78\x9f\x17\xfa\xf1\x3a\x21\xc5\x7f\x1e\xcb\x58\x81\x81\xb1\x3e\x7f\x34\xc2\x33\xe2\x80\x2e\x80\xf3\x4b\x51\x92\xd6\x93\xed\x23\xa2\x4c\xd9\xbe\x97\xa3\xa0\x17\xf7\x52\x2c\x82\x06\x9a\x55\xe5\x46\xf0\x23\x19\x98\x5b\x58\x10\xaf\x88\xbf\x90\x80\xb6\x98\xb0\x25\x6c\x08\xf8\xfa\x31\x2f\x6c\xe3\xa5\x17\xbb\x66\xd3\xf5\x63\x79\xe8\x8c\x30\xc9\xf2\xe5\x44\x49\x26\x75\xd9\x58\xbf\xec\xb2\x2f\xae\xcf\xc1\xb3\xe7\x29\x6c\xe3\xf4\x68\x5a\x17\x1a\x3f\x8c\x19\x00\xe5\x0e\x3c\xd5\x00\x3f\xb9\x18\x62\xb3\xb8\x25\xd1\x7b\x04\x28\xe5\x0e\xd6\xe6\x00\x4a\x79\xd7\x1a\xbc\x68\x5f\xf6\xab\xa3\xd0\x5b\x6a\x4d\xcb\x08\x24\x69\xe5\xa5\x09\x84\x72\x1d\x9e\xfe\x6e\x65\xaa\xd6\x7e\xc5\xde\xaf\x16\x87\xc7\x4c\xdb\x10\xfa\x8d\xe7\xc2\x4c\x41\x52\xc0\x4f\xee\xba\x34\x81\x9f\xdc\x4b\xf5\xd9\x7d\x4c\xfd\xb8\xf0\xe9\xf9\x0f\x62\x72\x2f\xb0\x0d\x40\x92\x7b\x81\x3b\x80\x7f\xdc\xbd\x34\x17\xfe\xf8\x50\x86\x06\xf3\x78\xf7\x94\x96\xb1\x6d\x94\xea\x57\x52\x36\xa4\xfe\x85\x6d\x83\xec\xfc\x63\xd5\x94\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe8\x4e\x43\x37\xe0\xc7\xbd\xe4\x33\xd4\x0c\xbd\x69\x21\x4f\x0c\x43\x7c\x57\xda\x29\x5c\x6f\xc3\xc9\x4d\x21\x03\xae\xf1\xfe\x8c\x8a\x9b\x1e\x99\x3e\x4b\x26\x91\x2f\x00\x2d\xae\x86\xa8\x01\x5a\xdc\x4b\xf3\x77\xe1\x63\xe9\x61\x57\x19\xe0\x4c\x80\x54\xdc\x4b\x3e\xeb\x0c\xcc\x74\xf6\x3c\x76\xb4\xdd\xd9\x2c\xce\x02\x97\x11\xc6\x61\x80\x5a\xdc\x0d\x6b\x07\xa7\xb8\x16\x48\x29\x38\xc5\x1d\x94\x9d\x01\x4c\x71\x48\x90\xd6\xc8\xed\xe1\x4b\x73\x40\x34\x3d\x3c\x9a\x76\x5c\xd7\xf8\xdc\xa8\x83\x78\xe6\x65\x11\x49\x8f\x8b\x89\x75\xa2\xd8\xdb\x2d\x36\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x7c\x56\x2c\x4d\x6f\xdd\xb4\xdc\x52\xd4\x6c\x2f\x45\x0b\xfb\x4b\x5a\xdc\xea\x98\x14\x33\x5c\x70\xc4\x0c\xad\x8a\x0b\xc9\xa2\x40\x26\x81\x33\xee\xa0\xb1\x0c\xe0\x8c\x7b\xf1\x20\xe9\x1a\x61\x4e\x9d\x84\x36\x56\x08\x07\xda\xb8\xe9\x82\x24\xb2\xb1\x7e\xea\x4b\x79\x03\x8a\x02\xca\x71\xf7\x4e\x0b\x94\x63\x31\xec\xc6\x9a\x82\x3f\xb8\xbd\xe6\x89\x92\x40\x73\x26\x8e\x8b\x7c\x79\xc9\xd0\x42\x9f\x16\x35\x0d\x9f\x95\x56\x3c\x30\x5b\x62\x48\xb6\x06\x98\x71\x2f\xe1\xb3\xbb\x0e\x8e\xb5\x88\x26\x27\x91\xee\x00\xbf\xb8\xe4\xde\x5a\xec\x88\xf8\x53\xd0\x5b\x0a\x10\x28\x7f\x2b\x05\x08\xcf\x37\x72\xc2\x30\xc0\x7b\x9d\x32\x1e\xc7\x7b\x32\xbb\xc3\xaf\x3c\x5a\x98\x21\x96\xf9\x70\x0d\xc2\x03\xdf\xf8\x10\xb2\x66\x80\x6f\xdc\x81\x18\x1c\x09\x6f\x6c\xa8\xd4\x32\x43\xbc\x82\xd4\xba\x98\x0a\x24\x69\xa0\x8e\xbb\xd7\x00\x0b\x73\x03\xd0\x6f\x03\xa4\xe3\x43\x84\x9c\xb1\xae\x4c\x5c\x42\x1f\xaf\x5c\x50\xfa\x85\xa3\x61\x41\x14\x4a\xac\x63\x53\xfe\x80\x75\xdc\x8b\x93\x74\x41\x3f\x25\x24\x77\x76\x84\x75\xb8\x5d\x5d\x0a\xe0\xeb\x50\x90\x7e\x56\xda\x15\xa6\x1f\xc5\x7f\xff\x0b\x2f\x61\x97\x2e\xee\xaa\x32\x4b\x69\xc1\xf1\xdd\x3a\x59\x59\xe0\xc6\x09\x90\x9e\xeb\x8c\x98\xdf\xdb\x25\xa6\x90\xeb\x8b\x61\x48\x3a\xc8\xc8\xbd\x48\x92\xcd\x47\x6f\x96\x24\xd0\x90\xbb\x9a\xe8\xc2\x5a\xa0\x7d\x74\x3d\x22\x3f\x5b\x00\x3a\xe0\xce\xc5\x0c\x50\x50\xd2\xd7\xd6\xfc\x27\xc9\x90\xc7\x7a\xe5\x6a\x76\xe9\xcd\x23\xee\x0b\x6b\xec\x09\x17\x33\xcc\x81\xbe\x52\x39\x77\xe5\xeb\x25\xa8\xf4\xef\x65\xc6\x5d\x8a\x97\xb6\xdd\xeb\x5f\xe6\x20\xa4\x38\xfe\x87\x26\x6b\x5a\x5f\x36\xce\xf4\x7f\x4a\x80\x1e\xf1\xcf\xad\x27\x0f\xf9\xf2\x44\xf9\xc2\x01\x96\xfa\x7e\xa4\xbf\x74\x4b\x7a\x53\xb1\xac\x17\xad\x64\x4a\x21\x3e\x96\x18\x16\x97\x30\xc8\x2a\x7d\xc2\x20\x8b\x4b\x34\xce\x1f\xdd\x82\x23\x9f\x06\xa0\xab\xf5\x9d\x78\x23\x92\x59\x77\x9c\x38\x31\xe8\xed\x73\x6e\x4e\x9d\xc6\x97\x53\x4e\xcd\x02\x9c\x78\x2c\x0a\x6a\x34\x40\x44\xde\x1d\x39\x78\xa1\x09\x16\x1c\x44\xe4\x5e\x6c\xe1\x60\x6f\x73\xe4\x4e\x03\xcd\xf5\x3e\x06\x29\xb9\x78\x53\x7e\x1e\xdc\xf2\x2e\x6b\x75\x9b\x33\x6e\x90\x92\x3b\x39\x73\xc7\x29\xf6\x89\x89\x98\x40\x4a\xee\x20\xfa\x0d\x80\x92\x8b\xce\x1f\x67\xde\x49\x58\x6d\xc1\xd1\x16\xd9\xe3\x84\x6d\xeb\x1d\x74\xca\xb6\x9d\x27\xb3\xdb\xaa\x89\x9e\x66\xae\xd5\x4f\x10\x9c\xe4\x43\x6f\x5c\x70\x92\x0f\x50\x56\xc7\x29\xea\x17\x04\xed\x2c\x6e\x6d\xbe\x21\x87\x0c\x89\xb7\xc7\x59\xd5\xbe\xd8\xf3\x27\x79\x63\x74\xe4\x38\x65\xdb\x48\xdd\x67\xfa\x26\x20\x45\x9f\x5c\x3b\xe8\xba\x71\x62\x44\xd0\xab\xf7\xe4\x0a\xc2\x0b\xa1\x13\x76\x3e\xd6\xf1\x67\xf4\xed\x69\x98\x5c\xb5\xd4\x6b\x5f\xec\xd8\xe7\x24\xd2\x01\x1c\x14\x8a\x73\xd5\x5c\x1b\x4e\x35\xf8\xcd\xb3\xdb\x99\xc6\x49\xe1\x84\x03\xdf\xdc\x0d\xb6\x3a\xb5\x1e\xc8\xd2\xcf\x66\x38\x02\x54\xe4\x24\x7e\x4e\x13\xd1\xa9\x7b\x82\x17\x60\xa7\x41\xe4\xa6\x28\x39\x31\x07\x74\x03\x07\xce\xbc\x7c\x80\xe6\x9e\x46\x8e\xeb\x7c\x77\x92\xbe\x56\xb9\xfc\x44\x56\x20\x4b\xfc\x38\xd3\x1c\x90\x25\xbc\x95\x62\x79\xc8\x5c\xaf\xbe\x03\x2a\x74\xd7\x63\xee\x34\x3e\xdc\x10\x1a\x80\xa0\x7b\x75\xad\xcc\x31\xa7\xe7\x09\x40\xd0\x7b\x4d\x7c\xb9\x98\x06\x86\x1b\x79\xcc\x99\x87\x70\xb3\xd3\x41\xfc\x0a\xba\x1b\x4b\x5e\x6c\xe1\xe4\xbf\x6e\xf6\xcd\x5a\x27\x49\xc0\xc7\x69\xd2\x38\x38\xd2\x39\xc9\x8d\xe9\x09\x9a\x72\x27\x67\x7a\x2a\xa9\xd8\x29\xfc\x02\x40\xc2\x1f\xa7\x19\x5d\x0d\x37\x4d\x10\x69\x2d\xa6\x27\xea\x3b\xb0\xff\xe3\x9c\xda\x9a\xf9\x68\xab\xec\xbd\xda\xf6\x92\x2a\xd8\xf8\x52\x00\x42\xa3\x3b\xb7\x9a\xde\xcd\x97\x76\xea\xce\xaf\x92\x0f\x86\x74\xd7\x3d\xe9\x3c\xad\x8a\x4e\x9d\x9e\x7e\x57\x29\x99\xe9\xe1\x3f\x9b\x90\xe8\x6a\x7f\x9e\xd9\x43\xff\xb8\x69\xc3\xaa\x34\x6e\xd0\x91\xe4\x98\xf6\x0a\xbd\xb9\x5a\x93\xf8\x5b\xd3\xc9\xc5\xc6\x5e\xed\x2d\xec\x4f\xa7\xb0\xd3\x08\x2f\xd3\xab\x9c\x72\x36\x08\x25\x20\xd1\x1d\x98\xe3\x71\xde\xd6\x4a\x45\x66\x90\x37\x51\xcb\xe9\x4d\xbb\x56\x08\x50\x9d\xf7\x3f\x0c\x7c\x73\xa4\x4e\xee\xe9\x71\x92\x13\x4d\xe7\xf3\x53\x47\x3c\x53\x45\x80\xf1\xdc\xc1\x33\x1b\xe7\x83\x13\x11\x8c\x40\xb8\x67\x61\xb5\xc6\x69\x22\x15\x13\x0d\x9c\xf0\x2a\x30\x40\xc7\xb9\x35\xd6\x6e\xbc\xfe\x99\x7c\x8b\xe1\xbd\x8d\x67\xfa\xf4\x2a\x10\xc0\x9e\xce\xcd\xaa\xaa\x11\xd9\x40\x3f\x77\x6f\xa2\xce\xbc\x67\x97\xc2\x93\xd5\xec\xd0\xda\x70\x72\x3f\xfe\x3b\x24\xa7\x9f\x45\x98\x29\x7c\xe9\x4c\x0e\x71\x9a\x8d\x4c\x59\xec\xfc\xb2\xb7\xfb\xab\xcb\xac\x63\xea\x9c\xd7\x4f\xcd\x24\x7c\x69\x40\x2b\xf9\xdc\xa9\x2b\x78\x5e\x96\x18\xbc\xc0\x53\xb2\x2a\xb7\x02\xcc\xf1\x82\x5d\x00\x94\x37\x80\x8a\xee\xda\xcc\x12\x2a\x5a\x47\x2e\xd1\xa1\x87\xda\xbd\xe8\xd0\x5b\xce\xfd\x83\xf6\x5d\x87\xf4\x0e\xa6\x71\x1d\xcc\xb0\xbd\xc4\x0b\x4e\xfe\x01\xbc\x74\x29\xf9\x0c\xa3\x86\xdc\x5e\x22\x64\xe9\x41\x7e\x91\xd4\xdc\x0d\x74\xe9\xde\xa6\x4d\xe5\x32\xd5\x88\x76\x11\x70\xa7\x77\x2f\x2d\x2f\x7d\x85\x5e\x03\x36\x5d\x65\xf3\x57\x2a\x6f\x4e\x45\x1d\x96\xf7\x85\x93\x07\xc1\xba\xe4\x02\x28\x9a\x17\x8a\x9c\x11\xa1\x97\xce\x6a\xc5\x9a\x94\x42\xc3\x8f\xc4\xec\x2f\x3c\x13\x7d\xe7\x9c\x66\x58\x16\xbb\x06\x74\xea\x6e\x88\xde\x65\x12\x11\x5d\xdd\xae\x66\xd3\x74\x03\xd7\x33\x99\xce\x65\x5a\x72\x60\x19\x86\xb0\xd5\x26\x1e\xbd\x4c\x1c\x62\x4e\xa5\x0b\xda\x5e\x4d\x53\x04\x9e\x75\xaf\x76\x44\x6f\x33\x83\x34\x2f\x4d\xc0\xae\x2e\x1a\x21\x20\x21\xe3\x4a\x2a\xef\x76\xe8\xc6\xb2\x22\x3e\x5c\x92\x79\x04\xa2\xab\xb3\x4b\x9b\x4d\x64\xe3\xb6\xc1\xc2\xa2\xcd\x5e\x43\x0b\x14\xd2\xdc\x85\xee\x07\xa0\xc7\xb8\xc8\x37\xaa\x92\x0c\xbc\x75\x51\xc7\x02\xde\xba\xe8\x47\x7f\x99\xa2\xdc\xc4\x13\xe0\x5b\x57\xd3\x47\x5d\xf0\x85\xe1\xb5\x34\xf8\xd6\x55\xa3\xe2\x45\xbe\x51\x9d\x37\xc5\xba\x4e\xaf\xf6\x2b\x35\xbf\x65\x7b\xaf\xff\xf8\x19\xce\xd0\x0e\x49\x40\x14\x0d\x27\x17\xaa\x5f\x55\x31\x03\xfa\xba\xe8\x0b\x76\x91\x4a\xcc\xd0\xa7\x4b\xd5\x4f\xaf\xa4\x0b\x78\x94\x6a\xc4\xf2\x95\x4c\x66\x59\x31\xb8\x39\xf6\x57\x17\x33\x35\x74\x21\xae\x85\x9c\x1b\x40\x5c\xf7\xea\xce\x97\xb1\x74\x4b\x74\xbb\x45\x8b\x13\xe0\x61\xf7\x37\xae\xf0\x06\x2a\x82\x64\x5d\x40\xe3\x1c\x02\x59\x1f\xd9\x02\xbc\xc7\x79\x43\x97\xf3\x72\x17\xb0\xe9\xa2\xdf\xbe\x58\xd3\x87\x6e\x01\x80\x4d\x77\xdd\xdb\x04\x95\x0e\x45\xfc\x6b\x41\x1e\x91\x4f\x40\x89\xee\xb9\xf3\x8c\xf8\x52\x9d\xbd\x4e\xa5\x74\x67\x5d\x6f\x74\x95\x4a\x70\xa2\xf7\x3f\xf4\xe4\x54\xf8\x80\x4f\x03\x14\xdd\xcd\xb5\x09\x4e\xf4\x3e\x1d\xd4\x8c\x56\x66\xf2\xc5\x0b\xad\xcc\x8c\x9a\x97\x8c\x08\xde\x2a\x80\xb4\xbc\x47\x00\x69\x13\xae\x00\x1a\xdd\xcd\xe0\x91\xd8\xd0\xf9\xbd\xd1\x43\x6c\x67\xdc\xc8\xbc\x44\xbd\x92\x57\xb9\x78\x97\x84\x6a\x5a\x02\xe3\xa5\xc3\xdb\xba\x5a\x03\xc3\x63\x00\x07\x4d\x76\xac\xbf\xc8\x1e\x76\x5e\x6d\xbb\xd7\xcd\xa9\x81\xe9\x82\x0f\xbd\xf5\x0b\x5f\xc0\x3a\xf2\x00\xde\xdc\x15\xba\xa5\x51\xcb\xc4\xfb\x19\x40\x42\x57\xad\x54\x40\x42\x77\x5d\xa7\x80\x84\xae\x39\xa8\x47\x09\xd1\xdf\xf3\xa0\x30\x0b\xa8\x6b\x5a\xb4\x2f\x12\x88\x84\x76\x79\xe0\xa1\xab\x29\x55\x2f\xf9\x1e\x0c\x58\xe4\x67\x61\x0c\xc7\xf5\x1a\x55\x82\xb8\x07\x66\x73\x37\xb9\x1d\x98\xcd\xdd\x0c\x78\x97\x29\x3c\xcd\x68\x07\x66\x73\xd7\x71\x4d\x98\x66\xa1\x12\x07\x30\xcd\xdd\xac\x72\xd7\xa7\x88\x27\xf1\x15\x94\x4b\x3f\x57\xa0\x96\x77\xdf\x77\x11\xf0\x95\x77\xc5\xbe\xe8\x67\x00\x7d\x02\x54\x79\x7f\x16\xbc\xb0\x77\xc3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x0c\x5e\xe3\xd0\x81\x9f\xbc\xff\x99\xbc\x40\x0c\xd8\xbc\xf7\x91\xa4\x8b\x22\x24\xf3\xd0\x22\x7c\x0b\x2b\xa9\xbe\x0e\x50\x72\x26\x42\xbb\xbd\x42\x55\x51\xbe\x0f\xa7\xc8\x8f\xbc\xfb\x82\x82\x03\x73\xdc\x4d\x6d\x05\xca\x71\x37\xaf\x58\xa2\x14\xeb\x8e\x99\xc8\xc4\x13\xea\x7a\xa7\x4b\x15\x5b\xe0\xe6\x7a\x53\xc7\xec\x3b\x39\x17\xcc\x40\x30\xe2\x50\x7f\xbf\xab\x17\x67\x3e\x93\x71\x1b\x39\x5f\x90\xe2\x5f\xcd\x8f\xa4\x90\x50\xea\x84\x23\xe6\x1c\x01\x47\x3c\x81\x62\x19\xc0\x11\xd7\x9f\x4d\x34\xfc\xbc\x1c\x93\xb6\xc9\xee\xb3\x3a\x06\x1b\xe5\x6e\x59\x2b\x35\xe9\x10\x65\x2e\x3c\x90\x87\x6b\x83\x74\xdd\x2d\xa7\x84\x17\x3c\xa2\x34\x74\xdc\x19\x6a\x3c\x7d\xc9\x95\xa6\x2e\xc2\xad\x4c\xe4\x75\x63\xa8\x24\x59\xfd\x10\x88\x58\x78\xce\x71\xeb\x1d\xed\x3e\x41\x11\x09\x2d\x06\x00\x11\xcf\x6e\x47\xb8\x97\xd4\x28\x01\x26\x71\x37\x6f\x18\x98\xc4\xc5\x24\x04\x40\x12\x17\x13\xfa\xdc\x2a\x2b\xae\xcc\xf0\x02\xbd\xfa\x11\xfb\x0d\xea\x7f\x63\x74\x34\xa9\xd3\x9d\xbc\x07\x96\x26\xf4\x70\x28\x6c\x00\x37\x3c\xbb\xcf\xb0\x9b\xfc\x88\x1c\x1c\x06\x79\xde\xb8\x3e\x99\xe4\xe4\x0e\x35\x01\xe8\xfa\x9d\xee\x4e\xb6\x67\xde\x0d\x8d\x0d\x80\x12\xef\x89\xf2\x33\xa2\xc3\x21\xf9\x77\x3a\x42\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x49\xd1\x84\x34\xf7\x74\xac\x74\x64\x33\xa4\x6a\xe2\xc3\xdb\x40\xad\x7f\x2f\x6e\xbc\xf5\xe7\xad\xc6\x3d\xa1\x46\x2e\x81\xc8\xc7\x5a\x25\x40\x3e\xae\x86\xd7\xde\x68\x4e\xa1\xb8\x02\xf0\x71\xd5\x42\x7c\xcb\xbc\x5c\x7e\x95\x25\x58\x11\x58\xc7\xdd\x94\x2c\xf7\xd2\x98\xe3\xef\xd9\x49\x0b\x64\x27\xfd\xc7\xdc\x90\x3e\xbb\x84\x6e\x44\x7d\xa4\x16\x92\xf7\x8d\x8f\x94\x0e\x68\xf7\x72\x3d\xfd\x88\xc3\x8c\x0c\x74\x8b\x85\x61\x46\x80\x5b\x7f\x6a\x4d\x22\x20\x28\x57\xfd\xcd\x6f\xf3\x73\xb8\x95\x44\xee\xf2\x4e\x1c\x08\xe4\xaa\x97\xcb\x9d\x61\xd0\x4e\xfc\x99\xdb\xc4\x97\xbd\x3a\xa6\x81\xbc\x2f\xa5\x12\x8b\xc3\x12\xcd\x1a\x98\xe0\xc8\xb9\xd0\x78\x57\x9b\x21\xfe\xce\x70\x2d\xfb\x0b\x8e\x97\x09\x52\xee\xcb\x5c\xc3\x7e\x74\x52\x93\xbf\x23\x9f\xc0\xf3\xc1\x40\x2e\xca\xb0\xf7\xc5\xfc\xbb\x61\x2e\xbb\xe4\x37\x9b\x36\x6b\x52\xba\x6f\xe4\x19\x0f\xd6\x2d\x99\x2e\xfe\x01\x71\x73\x9e\x88\x99\x36\x77\xf9\x8d\x92\x37\xcc\x5d\x02\x48\x72\x31\xca\xe1\xc6\xd7\x49\x3e\x79\xdf\x24\x4e\x70\xab\xdc\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xe0\xc4\x68\x73\x7b\xc1\xa9\x01\x45\x54\xe5\xa5\x7f\xd7\x2d\xab\x94\x48\x3f\xaa\x11\xf9\x42\x06\x1f\x04\x8c\x3b\x6f\x38\x1d\x2c\x37\x9c\xe6\x45\x03\x86\xb9\x7b\xa7\x7c\x6f\xbe\x39\xbb\x87\x80\xb8\x2d\x13\x48\xdc\x28\x95\xa1\x44\x0a\x56\x73\x6f\xf0\xd6\x5b\x40\x4d\xf3\x1b\x80\xd5\x5c\x0d\x8d\xbf\x5f\xb2\xca\xc8\xdd\x30\x86\x6a\x92\xba\x5f\x63\x2b\xe9\xd2\x9b\x07\x86\xbe\x12\xd0\x65\xb2\xa2\x5b\xdc\x4c\xa5\x2c\x00\x9d\xbb\x49\x22\x00\x74\xde\x7f\xd8\xc4\x6b\xdb\x7e\xf5\xd1\x29\xaa\x32\xb9\xb6\xdc\x8c\x50\x2f\x1d\xe0\xef\x2f\x37\x14\x43\xd5\xdd\xdb\x4e\x7d\x6a\xfb\xf2\x90\x4f\xdd\x0f\x0a\xf8\x00\xfa\x15\x72\x69\x41\x9d\xbb\x69\x22\x9e\x1f\x9a\x32\x67\x5a\x4c\xe7\x43\xf3\xd2\x63\x62\x2d\x83\x99\x40\x78\xae\xca\x81\x0f\xe6\x4c\xc3\x21\x9e\x5f\xf6\xdd\xe2\xae\x39\xc2\xdf\xe3\x0d\xa3\x11\x4c\x40\x3c\x77\xf3\x36\x3e\x86\x69\xeb\xc5\x0d\x94\x73\x31\x74\x04\xf8\xe6\x2e\x6b\x03\xbe\x79\x7f\xe4\x1f\x40\xed\xd8\xf7\xc3\x7c\x08\xfe\xce\x5c\xb1\xa5\x05\x66\x0e\xe5\x8b\x07\x8c\xad\xdf\xdf\xb9\x94\x9f\xd4\x49\x11\x3f\x41\x6d\x3e\x8a\xbd\x2f\x30\xe0\x9f\x55\xb3\x81\x6c\xb2\xe4\x78\x6d\xe6\x93\xc7\xf0\x15\xb9\x30\x87\x11\x7e\xcf\xd6\x5b\x8b\x2a\xc2\xb3\xc5\x82\x6e\x0e\x05\x21\x9f\xc3\xcc\x86\x4f\xe5\xb0\x41\xde\x1e\xac\x9a\xb9\x22\xa8\xb0\xfa\xbb\x0a\x0b\x3d\x34\x12\x3c\x5e\x46\x86\x05\xdc\xc9\xd9\x1c\x3b\xd9\x35\x44\x40\xd0\x92\x00\x74\xf4\x2e\x4d\xd7\x1b\x4e\x2f\x6c\xd2\x87\xac\x98\x46\x54\x3f\x5c\x58\x1a\x76\xf4\x78\xb1\x68\xb0\xd7\xa3\xe1\xd0\x8c\xa5\x20\x39\x77\xaf\xb0\x9e\xce\x4e\x2e\xfe\x2e\xf3\xb6\x83\xdd\xd0\x5e\x86\xda\x73\xa6\x7c\xc9\x9d\xc1\x98\xcc\x4d\x9d\xbd\x1a\x5a\x05\xe1\x95\x0f\x3e\x45\x06\x5d\x80\x03\xdd\x0d\xad\x7f\x4c\xbb\xa5\x41\xf4\x19\x80\x17\x34\xff\xc8\x0d\x4b\xb7\x40\xc1\x32\x1f\xd1\xa3\x86\xd9\x6d\x0f\x4e\xe0\x30\x8c\x73\x6a\x56\x24\x8f\xa7\x6c\x64\x9f\xf8\x08\x2c\x4d\xd9\xdc\x83\xb2\xe8\xa9\x7d\x60\xe5\x26\x00\x7d\xc2\xf9\xa0\x81\x90\x3f\xc0\xbc\x1f\x55\x45\x09\xed\x83\x1f\xb2\x81\xb3\xa0\x43\xcf\xee\xb2\xe2\x35\xa4\x6d\xe1\x99\x02\x71\xc0\x1e\x1e\x23\xa5\xcd\x44\x0a\x3a\x74\xcd\x49\x9b\x52\x0c\xa4\xd9\x87\x48\x25\x23\xa2\x9f\x95\x8e\x63\xf4\xd0\xb4\x23\x1a\x0b\xc1\x8d\xee\xa6\x33\x78\xd2\x52\x09\x1f\x07\x36\xba\x1b\x43\xfd\x2c\x19\xbf\x05\x72\x36\xfd\x63\x5a\x2f\x7d\x27\x0d\xb5\x59\x95\x00\x8c\xae\x3a\xc3\x3d\xe4\xa5\xf4\xca\xfe\x39\x75\x54\x40\x55\x7d\xb4\x5a\x9a\x58\x14\xf0\xe7\x99\xdb\x42\x8d\xd2\x7c\xa5\x8f\xa0\x4f\x8e\x03\xd7\x1f\x6f\x9f\x13\xfb\x59\x4f\xa3\xe7\x72\x0e\x99\x2b\x51\x22\x34\x3c\x3e\x98\x33\x9b\x53\x75\x29\x58\x21\x6a\x80\x0a\x5d\x4d\x2e\xf8\x98\x37\x64\x66\xbd\x1a\x8e\x61\x63\xcf\x4d\xca\x2e\x47\x9e\x0c\x11\x8e\xfb\x98\xb5\x32\x4f\x84\x1c\x11\x01\xff\x41\x41\xd4\x1f\x14\x50\xe9\x6e\x9c\xda\xa3\xcf\xb0\x46\xe8\xe7\x96\x6c\x4a\x2e\x6e\x28\x97\x64\x93\xe0\x65\x23\x3a\x00\x95\xde\x25\x7c\x61\x1f\x4a\x1c\xe1\x94\xff\x88\x0d\x9c\x52\xd1\x06\x80\xe9\x6e\x6c\xc1\xf3\xd8\x27\xfa\xf1\xa4\xff\x13\x1d\x44\x75\x3c\xe2\x4f\x0b\xdf\x23\xaf\x74\x11\x1e\xef\xe8\x96\x35\x24\xd3\xb0\x4d\x4d\x01\x0e\x18\xab\xab\x51\x53\xcf\x23\xe1\x93\xbe\xbd\xca\x3d\x68\x99\x62\x51\xe7\xd1\x16\x66\x42\xfe\x05\xfe\x74\xd7\x7b\xf3\x11\x66\xc2\x3c\x9a\xe0\x4f\xf7\xe6\xae\xe1\x1e\xd1\xd0\x13\x31\xa7\xc5\xc1\x1e\x8f\xbc\x53\xb2\xf9\x62\x24\xce\x02\xce\xa9\xbf\xd3\x41\x17\xc1\x5c\xd7\xe6\xb1\x7b\x32\xd7\x89\x03\xc4\xd1\xd8\x94\xbc\xa0\x54\x4f\xa3\x29\x40\xa9\x2e\x4a\x0f\x4f\xb2\x51\x64\x31\x60\xaa\xab\x89\xf6\x9e\x4f\xdd\xcd\xa3\x6a\x32\x4c\xa9\xf1\xc7\x25\xbb\x2c\x91\x1b\x48\x23\xd9\x1f\xcc\xc5\x46\x0f\x80\x5e\x5d\x8d\x67\x7b\x3e\x4e\x04\x47\xf3\xfd\xe5\xfc\x05\x2f\xd9\xf4\xe4\x85\xbc\x02\x8c\xfa\x15\x6a\x93\x3d\xfd\xfe\xe0\x5a\x87\xa5\xb1\x2d\xd1\xd5\x17\x5b\xb1\x81\xef\x80\x57\x17\x55\xd6\x17\x9f\x1e\xed\x52\xef\xe1\x69\xa2\xac\xd0\x55\xc6\xa5\xbc\x72\x5f\x84\x37\x60\xa9\x8b\x94\xe3\x35\x2b\x0a\x54\x15\x58\xea\xee\x2d\xc3\x7b\xe4\x16\xb6\x56\x38\x31\xdc\x1a\x88\xea\xcc\x20\xf2\x72\x7f\x68\x28\xd0\x5b\x92\x30\x32\x4e\xb4\x6b\x7d\x53\x5e\xb4\x6b\x6f\x8f\x80\xb4\x3e\x8e\xea\xef\x10\x7a\x8e\xd8\x5b\x20\x9e\x0e\xa1\x48\x30\xad\x07\xde\x0c\x49\x7e\xb7\x66\x5e\x84\x81\x02\xf5\xba\xeb\xcd\x0c\xea\x75\xd7\xfd\x4c\xd0\x6b\xb3\xce\x09\x74\x1d\x72\xc4\x17\xce\x5c\xb5\xa7\xbf\xa9\xa3\x3b\x19\xb2\x63\x08\xc8\xbb\xd9\xf1\x94\x6f\xbe\x95\xd9\x86\x3a\xbf\xa9\xa2\xbb\x3c\xd5\xc5\xa5\x7f\xd5\xb6\x69\xa2\x09\x6f\xcf\x51\x05\x0e\xbb\x7b\xe7\x0d\x1c\xf6\x31\x24\xe1\xaf\x69\x53\xf4\x0c\x7c\x9b\xd1\x5e\x54\x85\x17\xb1\x4e\x11\xc0\x5e\xf7\x96\xbf\x7b\x18\xfd\xc3\x94\xd3\xda\x1d\xdf\xb4\x22\xbb\x09\xb0\x16\x2b\x71\xbe\xfa\x0b\xab\xc6\x02\x74\x5d\x8c\x53\x07\xe7\xba\xc8\x05\x5f\x35\xf1\xe2\xb3\x54\x14\xa2\x9f\x90\xd7\x72\x06\x20\xaf\xbb\xae\x56\xc0\x5c\xef\xaf\x98\x75\x21\x2d\xcd\xe5\xfb\xe2\x20\xac\x98\x05\xd0\xf5\xfe\x8a\xfe\x0e\xd7\x8f\x1e\x0e\xe7\xca\xdf\x31\xe6\xd9\x73\xee\x0a\xf5\x3b\x03\xf2\x7a\xcf\x0e\xb5\x92\x08\xac\x8d\x3f\x53\xec\x25\xbe\xb5\xd7\xe3\xaf\x58\x10\x1a\x5d\x40\xb5\x6e\x26\x78\x00\xd5\xba\xe8\xd1\x00\xaa\x75\xd5\x8d\xfc\x45\xd5\xf6\x76\xfc\x85\x59\x2f\xdd\x69\x5e\xf8\xb3\xea\xed\x3b\x73\x86\x7c\x61\x52\x7c\x36\x47\x98\x3b\x6e\xe5\x9c\xd0\x34\x96\x5d\x25\x8b\x77\xb9\xc7\x2c\xa0\x79\x0a\x4d\x59\xc4\x6a\x53\x4d\xbf\xc4\xf9\x98\x77\xf0\x5d\xb6\x40\xbf\x4d\x58\xe2\x8d\x0f\x50\xd6\x09\x50\x04\x78\x75\xd7\xdc\x03\x5e\xf5\x11\xa6\x50\x06\xa3\xba\x7b\x0b\x25\x44\x75\xf5\x02\xee\xc5\xc4\x9b\x54\xe6\x52\xa0\x85\x61\xbd\x98\x75\x35\xe5\xbd\xa6\x1c\xf1\x6e\xe3\x4d\x56\xed\xf1\x10\xd0\xc9\xc5\xc1\xb0\x9b\x84\xe9\x22\x19\x9b\x74\xe6\xf2\xa8\x2c\x5f\x6e\xa7\xd3\xd2\x52\x17\x16\xe9\x92\x27\xf2\x7c\x3b\x3e\x74\xc4\xf7\xce\x5e\xd1\xf7\xdb\x5e\xd1\x86\xbe\xbc\xe6\x91\x7e\xd1\x69\x35\x50\xbe\xa4\x1c\xd1\x3d\xe1\xbd\xa5\xa2\x88\x22\xaf\x2e\x39\x5e\x0a\x80\x7d\xdd\x95\xc8\xde\x64\xe1\xc5\xe2\xea\xdc\x4c\x8f\x2c\xdc\x9d\x93\xda\xee\xb2\x23\x0a\xbb\xc5\x2e\xca\x7c\xdc\x17\x26\xa7\xb4\x27\xe8\xb7\x79\xd2\xf0\xc1\x4d\x29\x1f\x54\xeb\x92\x1d\x01\x26\x42\xde\xf8\x6e\xde\x78\xa4\x6e\x0e\x30\xf5\x1e\xa0\xff\xd8\x13\xda\x53\x65\x74\xd6\x71\x9f\x91\xd5\x01\x46\x5d\x8f\x9f\xbf\xef\xd5\xd0\xb5\x02\x00\xea\xae\xc4\x2d\x00\x75\xe6\xea\x14\x74\x3a\xcc\x20\x2d\xd0\x74\x33\xa2\x14\xa0\xe9\xae\x80\x0b\x96\x74\xf7\x1a\x1f\xf8\xe8\xcc\xb9\x04\x7c\x74\xf5\x64\x7c\xc9\xc6\xe8\x93\x90\xd1\x25\x3f\xca\x39\x9f\xbc\x20\xb0\x77\x3f\x52\xf0\x0d\x5f\x54\x6e\xc2\xaf\x72\xa2\x6d\xf0\x43\xae\xe7\x2b\x2c\xbf\xc3\xc4\xfb\xe0\x41\x77\x4d\x34\xe0\x41\x77\x37\x15\x78\xd0\x87\xd7\xd9\xe0\x41\x17\xbd\x7b\x3e\x5d\x5b\xb5\xfc\x08\x02\x1d\x4a\x8c\xdf\x91\xab\x4f\x7f\x0f\xaf\x68\xac\x6b\x73\xb6\x2a\xb4\x87\x68\xcf\x60\x6a\x0e\xc0\x9e\x43\xd4\xc5\xcf\x44\x94\xe6\xa9\x4e\x7c\x67\xdd\x40\xc0\x71\xde\x2f\x16\xcf\x46\xfc\x07\x5b\x93\x83\x22\x8e\x57\xd7\xc2\xcf\x38\x5e\x69\x07\x08\xcf\xbb\x04\xc5\x49\xe3\xb1\xfa\xef\xcf\xc0\x34\xf0\x9f\xbb\xdc\xe4\xab\x6e\x0e\x66\x55\x63\xb5\x21\xf1\x9f\x79\xa4\xcd\x35\xff\x25\xf3\xe3\xac\x83\x00\x5d\x0c\x59\xfc\x6a\xce\x05\xf3\x97\xfa\xe7\xf4\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\x42\x83\xf0\x35\x33\x95\x7f\x5a\x95\xf5\x84\xfd\x4c\x60\xc9\xa6\xfb\xf4\x6f\x31\x23\xf5\x67\x02\x4b\x6f\x29\x44\x64\xd6\xb6\xf4\x25\xfb\x9a\xbe\xec\xdd\xac\xa9\x07\x70\xe6\xbd\x23\xfc\x23\xa7\x98\x69\xe5\x16\xd4\xdb\x96\xcf\x84\xce\x87\x0d\xe6\x14\xfb\x92\xa7\x98\xfe\x76\xe7\x9b\x29\x49\x8d\x15\x42\x03\x86\xf3\x6e\xc4\x17\x85\x1a\x74\x29\x80\x9b\x8b\xf6\x08\xa0\x9a\xbb\x7a\xd5\x37\xdc\x5e\x50\xeb\xcf\x30\x5c\xaf\x38\x00\x62\xee\x3d\x4b\xe0\xb7\x6d\xb7\x36\xfb\xeb\xba\x2f\x80\xc9\x5c\x4d\xe1\xf6\xe1\xce\x2a\xf4\x1e\x70\xcb\x3d\xb7\x53\x9c\x3c\x33\x09\x84\xd1\x6a\xba\x16\x60\xb9\x99\x18\x40\x80\xe5\xa1\xea\x05\xa8\x72\xd7\x59\x02\x50\xe5\xae\x6f\x0d\xb8\xc9\x5d\x43\x30\xb8\xc9\xbb\xab\x74\x83\xf8\x5a\x83\x87\xbe\xc9\xe0\xdc\x97\xa4\xd9\x58\xff\x6a\x52\x0e\xf6\x23\xad\x15\x28\xbf\x22\x24\x0f\x35\xba\x6f\x66\xaf\x6c\x84\xbd\x83\x50\xf4\xad\x9c\x67\xbe\xc2\xed\x55\x7d\x19\x88\xe4\x5d\x82\x16\x57\x76\x8b\x56\x44\x5b\xf4\x12\xee\x5b\xb9\x75\xfd\xc7\xbb\x07\xff\x00\x31\x59\xee\xfc\x2d\x37\x86\x5b\x51\xec\xa4\x9c\x6a\x13\x6c\x9a\x40\x19\x98\xe4\xdd\x65\x2a\x23\x96\x56\x01\xff\x3b\x21\x2f\x70\x07\x60\x92\xbb\x2a\xc4\x27\xa6\x92\xf9\xf2\x3e\xf3\x80\x89\x28\x04\x34\x72\x57\x94\x02\xf4\x78\x37\x68\xb5\xd9\x20\xe3\xd2\x80\xec\x25\xcc\x07\x50\x83\xd9\x1a\x80\x43\xee\xea\xcf\x40\x20\x4f\x5d\x14\xbe\x8c\x7d\x41\x59\x03\x0e\xf9\x58\xde\x06\x01\x81\xdc\xd5\x2f\x3e\xc1\x93\xb4\x39\x7d\x62\x21\x9a\xba\xfb\xc3\xa3\x55\x33\xf3\x47\x08\x6d\x9e\xb5\xdb\x3d\xc0\x8a\xde\x38\x53\xbb\x9b\x74\x6e\xf5\xa2\xe6\x43\x19\x56\x14\x16\x28\x79\xa8\x00\x7f\xb7\x76\x00\x64\xef\xef\x71\x7e\x68\x02\xb5\x55\xb9\xf8\x23\x1c\x25\x87\xf1\xe4\x7a\xf8\x11\x07\xd5\x71\x3f\x9e\x47\xa9\x0f\x37\x9e\x6a\x00\x02\x22\xff\xda\x9f\xd7\x1a\xa0\x25\x57\xfd\xf3\x3e\x35\x50\x9b\x14\xcf\xd0\xbb\x9e\x2f\xad\xb4\x32\xab\x17\x8d\xdd\x5d\x03\x93\x55\x08\xf9\xd0\x2e\xbd\xc9\xfa\xd0\x2e\x93\x27\x7c\xee\x12\xa4\x56\xd0\x91\xbb\x9e\x1a\x00\x22\xf7\x5c\x8e\xcf\x45\xf3\xf7\xf1\xdf\xff\xc2\xf8\xc6\x0f\xee\x9b\x97\x25\xe0\x21\x77\x63\x38\x84\x40\x0e\xbd\x82\x85\x40\x3e\xbc\xd2\xf9\xe0\xc4\x18\xb0\xe2\x87\x51\x77\x72\x11\x16\xbf\x9f\x6d\x4f\x9e\x6d\xaf\xf0\x3c\xf0\xde\xf7\x1b\xb4\xa8\x3d\xb9\xf1\xfb\xb1\x45\xf6\x40\x03\xfc\xe4\x5d\xd1\xc1\x8b\x2b\xd0\x79\xf6\x74\x1c\xfe\xc1\x0a\xec\x65\x8a\xdf\x61\x6b\xc1\x73\xc7\xd5\xd5\xe7\xb0\xaf\x94\x26\xd3\x26\xe0\x95\x01\x00\x72\x27\x8e\x2c\xc0\x3f\xee\x60\x2c\x07\x98\xc7\x1d\x0c\xcd\xf8\x6d\x95\x32\x62\xf8\x3b\x8d\x6d\x22\x1b\x3f\x73\x40\x43\x94\xe2\x87\xaf\xd1\xc4\xcc\x17\xa0\x17\x47\x58\x13\xe1\xac\xc8\x63\x01\x7a\xf1\xcc\xc1\xa1\x16\x0e\x07\x6d\x68\x2a\xa8\x62\xf1\x23\x7e\xa4\x37\xfa\x0d\x6b\x04\xb8\x36\x7e\x5c\xdd\x1e\xdc\x4e\xc5\xaf\xe6\x80\x98\x57\x33\x65\x86\xa3\xa8\x39\x69\x34\x62\x70\x2a\x31\x94\xf1\x93\x1d\x36\x8a\xb4\xec\x2e\x93\xd0\xb2\x66\x9a\x21\x6f\xc5\xc4\xa8\x16\x89\x54\xcc\x8d\x4c\x24\x52\x31\x24\x3c\x40\x2a\x2e\xbf\x9a\x9f\x5d\x96\xa1\x6b\x4d\x19\xd0\x22\xd2\xf6\x4e\x67\x3a\x8b\xd3\xf9\xc3\xc4\xcf\xe1\x22\x74\x0f\x70\x61\xbe\x36\xe3\x34\xf7\x44\x80\x24\xdc\xc1\xca\x0b\x90\x84\x77\x09\xba\x8f\xe5\x75\x92\xbd\x3b\x84\x0c\x9e\x24\xbd\x0e\x70\x82\x8f\xea\xbe\x1a\x39\x7a\xbf\x7a\xfd\xca\xca\xd4\xe3\x98\x30\x91\x82\xfd\xdd\xec\x10\x68\xd8\xfb\x30\x58\xc2\xaf\xa6\xd1\x8e\x54\xbc\x79\x99\x59\xbd\xe3\x67\x72\xca\x83\x11\x86\x94\xc1\x21\x9a\xa8\x32\xec\xfd\x74\xeb\x53\xef\xcc\x7a\x99\x47\x80\x06\x7e\xce\x03\x4e\x38\xc3\x95\x33\xd2\x62\xd1\x36\xf7\x95\xe4\x3e\x0e\x60\x7c\x8b\xf9\x4b\x43\x1c\xdf\x46\x9c\x76\xfc\xcc\xe3\xc0\xad\x4e\xfc\x96\xab\x68\xb7\x60\x33\xab\xe7\x0b\x07\x2c\x8b\x28\x3a\x15\xff\xf8\x2c\xc2\xa8\x4e\x75\xff\xee\x0b\xee\xb2\xd5\x67\x88\x4f\xfe\x4e\x8a\xc8\xfc\x9d\xcd\xd5\xff\xb2\xf1\xc5\x0f\x5d\xae\xbb\x23\xae\x3c\x41\x8c\x1e\xc5\x6e\xfe\xdc\xdf\xf2\x96\xce\x62\x5f\x39\x64\xbf\x52\x55\x72\x32\x30\xb5\x92\x7e\x32\x7e\xc2\xeb\x57\xa6\x9e\x88\x0a\x6c\xc1\x01\x16\xef\xc4\x93\x27\xc0\xc9\x6d\x64\x6e\x8e\xdf\xed\x39\x71\x6b\xe3\x57\xd3\x3d\xe2\xb8\xcc\x60\x3c\x0e\xe0\x73\xf7\x47\xfc\x01\x9c\x4e\x0b\xc7\x8e\xa9\x12\x10\xac\xf8\xe9\x13\x1a\xf6\x83\xeb\x3b\x2c\x79\xf1\x93\x39\xb8\x19\xdf\x9c\x51\x3e\xc2\xad\x73\xfe\x3c\x71\x92\x67\xf7\xdc\x67\xde\x4b\x9f\x4f\xc7\x4d\x7b\x9f\xd5\xee\x3f\x00\x89\xdd\xbd\x2a\xbc\x70\x51\x06\x81\x3d\x7e\x79\x90\x82\x17\xb7\x19\xfb\xe1\x48\x3b\x5d\xf7\xb3\xe9\x3f\x8d\x17\x07\xe2\x73\xee\x07\xbf\xb2\x8f\xc5\x26\x51\x7c\x21\xac\x47\xea\x2e\xd4\x7b\x58\xda\xdf\x4f\x20\xb8\x06\xcf\x6c\x93\xe1\x73\x12\x81\x3d\x58\x30\x5f\x77\x47\x7c\xd1\x2f\x86\xd2\xe4\x1f\x44\xc7\x8f\x84\x73\x5d\xf6\x36\xd5\x8d\xe2\x3f\xd6\xc5\x94\x1e\xc5\x1d\xeb\x70\x37\xd9\x14\x53\x35\x40\x7a\x3d\x9a\xdc\x05\x40\xd7\x22\x31\x3e\xaa\xf4\xac\xfa\x87\x57\xd5\x34\x82\x6f\xca\xc1\x9d\x59\x1c\xda\xba\x90\x92\x03\x54\xd5\x00\xf3\x3c\x00\x55\xdd\xf5\xfa\x55\xa6\x33\x63\x15\x20\x7a\x98\x63\x03\x28\x55\x13\x1d\xc7\xd1\xe5\x85\xce\xa8\x79\x81\x97\xc5\xb5\x82\x71\x43\x15\x20\xae\xee\xcf\x18\x23\x9e\x2a\x60\xe4\xc4\x41\x62\x60\xb0\x4e\xe2\xe8\xd2\xfc\xea\x0b\xb7\x82\xcb\x67\x37\x0a\xd4\xe5\xd0\x3e\x56\x2d\x2d\xcd\x73\xb8\x23\x11\xd1\x69\x10\x9f\x14\x00\x63\x02\xbc\xd5\x0a\x18\x71\x00\xb7\xda\x49\x59\x15\x87\xba\x42\xf8\x3b\xa9\x34\xa7\x15\x79\x01\x37\x2c\x4c\x84\x87\x1d\x1f\x4e\x02\xdd\xc0\x4b\x12\x97\xfe\x38\x42\xfe\xe4\x1e\xdb\xf4\x52\x7b\x48\x1c\xd3\xd9\x71\x0e\xf0\x59\xec\x2e\xc7\x94\x0e\xdb\xd7\xa9\x18\x67\x71\x52\xe6\x01\x96\x1c\xc7\x4c\x27\x49\x9e\xd5\x5f\x20\x46\x07\x86\x2e\x9c\x16\xe2\x48\x19\xdd\x93\xb3\xa9\x67\x45\xcd\x8f\x83\xeb\xa6\xee\x86\x5b\x9e\x15\xd7\x92\xec\x77\x84\xa0\xc4\xb1\x72\x6a\xd9\x62\x4b\x36\xe7\x02\xe0\xbb\x51\x3d\x05\x67\x8e\xe3\xaf\xf8\x8d\x38\xce\xe2\x97\x74\xed\x64\x2c\x4e\xaa\x74\x15\x92\x75\xa4\xc4\xed\x99\x46\xe2\x26\xd4\x21\x84\x2b\x5d\x88\xdc\x71\x5c\xfa\xdf\x2e\xba\xa6\x64\x3d\xe9\xcd\xa5\xa4\xeb\x88\xf1\xbb\x00\x60\x21\x8e\x2d\x4c\x4f\xd4\xb4\x38\x14\xa0\xe1\xff\x87\xf9\xe9\x97\xa7\xf5\xe6\xb2\xc6\x9a\x6e\x6b\xf5\x77\xf5\x26\x8f\xba\xce\xf5\xcb\x43\x75\xdb\x04\xbd\x25\x99\xcc\xb2\x4f\xdc\x0d\x75\xe7\xf1\x51\xaf\x77\x63\x29\x7d\x4f\x3f\xea\xec\x63\x3f\x52\x71\x70\xe7\xe3\x43\x01\xa0\x47\x1c\x8f\x1c\x1e\xf1\xf2\x78\x5c\x92\xe6\x3f\x12\x29\x3b\xb2\xc9\x6d\x6b\xee\x76\xe2\xc4\xbb\x7b\xe3\xd5\xc0\xc2\x90\xcc\x13\x63\xb5\xc4\x8a\x91\x21\x37\x0e\x85\xea\x65\x59\xc3\x96\xe9\x2b\xe8\x65\xd5\x25\x37\x6d\x1d\x2a\x56\x00\x49\xda\x49\x98\x16\x20\x8f\xee\x2e\xd1\x02\x17\x2d\xdd\x93\x89\x2f\x7e\x97\xc0\x7d\xb6\xe0\x37\x84\x8d\x48\xac\x30\x5c\x11\xe3\x12\x40\x8f\x1e\x0d\x40\xed\x28\x9b\x80\x57\xdc\x11\x43\x0c\xd1\x09\x5a\x5e\x80\x15\xda\xc9\x5a\x1e\xe0\x83\x76\xb2\x72\x47\xd1\x85\x01\x13\x40\x08\xfe\x39\x30\x74\x47\x31\x48\x1a\x45\x31\x44\xff\x14\xb2\x3f\x8a\x42\x2f\x27\x02\xc4\xcf\xdd\xba\x5f\x7d\x16\xa1\x45\x83\xa9\xd0\x93\xa3\x10\xf8\x8c\x1f\x58\x80\xd3\x59\x49\x3f\x13\xc5\xf8\x29\xa2\xeb\xa3\x90\x20\x9e\xac\x46\x51\xb8\xf5\x20\x03\x73\x94\x14\x75\x91\xc9\x00\xed\xec\xe4\x06\x8e\x82\xa8\x8b\x67\x62\x80\xd9\xb9\x47\xdb\x78\x21\x49\x2d\x32\x02\x00\x9e\x55\x11\x5d\xfc\xce\x86\x57\x65\x08\xe0\x39\x95\xa3\x4a\x02\x8b\x2d\x8b\x13\x61\xe7\x2c\x92\xde\x8d\xb8\xc4\x00\xa7\x73\x17\xe7\x23\x53\xaf\xfc\x9c\x39\x53\xbd\xa2\xa6\x46\x31\x6e\x1a\x35\x35\x00\xea\xec\xa4\x26\x0d\x70\x3a\x2b\xb9\xc3\x02\x9c\xce\x8a\x2f\x45\x80\xcd\xd9\x01\xf6\x0c\xb0\x39\x23\xe7\xd3\x68\x6a\x94\xd1\x00\x75\xb3\x2a\xea\x00\xba\xb9\x3b\x42\xd7\x7b\xae\xb3\xff\xec\x89\x26\x91\x66\x94\x4d\xef\xc3\x33\x2d\xd0\xe6\x42\xe9\x0c\x80\x36\x05\x24\x08\x80\x36\x77\x55\x74\xca\xf4\x29\x4e\x42\xcf\xc6\x99\xe9\xfe\xc1\x75\xf9\xc8\x1c\xf1\x68\xbf\x21\x04\x67\x85\x08\x96\xcd\x20\xda\xaf\xfb\x91\xdc\xc9\xd5\xe7\xce\x84\xbb\xea\x00\x8d\x73\x97\x9e\x7f\xd1\xbd\x02\x9b\xe8\xd9\xa6\x8c\x13\x11\x0e\x78\xce\xfd\x42\x37\xc1\xdf\x1e\x4e\x11\x36\x25\x32\x68\x46\x89\xdc\xbe\x4c\x6a\x28\xbd\x38\x16\x80\x3b\x8b\xdd\xc7\xaa\xc4\x65\x57\x80\xc8\xd9\x87\xbd\x0c\xc5\x04\xdb\x23\x30\x8b\x54\xac\x51\x30\x30\x91\x6d\x31\x80\xe7\xec\x24\x7a\x0c\x20\x39\x77\xff\x98\xf8\xcd\x7d\xfa\x70\xfb\xe1\x31\x7f\x28\xc3\x95\x34\x17\xd9\xde\x94\xd3\x3a\x8c\x65\x5d\xb4\x91\x56\x21\x27\x72\xb1\x7f\x5c\x76\xf3\xa6\x71\xe9\x12\x45\xa3\x0e\x02\x59\x39\x2d\x4d\x81\xd3\xc6\xfd\x46\x22\xd3\x7d\x81\xee\xc1\x3a\x8a\x01\xcb\x91\x2f\xd9\x11\x1a\x27\xb7\x09\xfe\x4d\x51\x2e\x79\x94\x7d\xbf\xe4\x04\x0c\x8a\x3b\x94\x21\x69\xb8\x54\xb2\xa6\x2f\xf8\xf8\x17\x3f\x5a\x7c\x64\x4d\x12\x2f\x5a\xc0\x56\x53\xf1\xf7\x8f\x72\x2b\x2d\x3b\x56\x7d\x17\x5c\x01\x82\xb4\x86\xa4\x84\x3b\x90\x1c\x2a\xc6\x9a\xe1\x41\xcb\x3b\x90\xe9\x47\xaa\x9a\x88\x63\x20\x6b\x1e\x93\xa4\x06\x01\x9c\x66\x1f\x76\xca\x94\xea\xf9\xec\x28\xe8\x94\xc8\x26\x88\x59\xc5\xbc\xe9\x0a\x2b\x82\x60\x86\x8b\x04\xee\xe5\x0f\x09\xa3\x98\x18\x55\x71\x03\xb0\xcb\x0e\xd8\x62\x00\x76\xb9\xb5\x3e\x5f\x6c\x82\x09\x34\xe6\x58\x5b\x46\x21\x41\x7a\x75\x77\xbe\xb8\x9e\xe4\xef\x38\xc7\xb8\xa7\x04\xb5\xcc\xf6\x92\x91\x54\x5f\x58\x63\x87\x0a\x23\x51\xb9\x2b\xf0\x91\xe1\x26\xfc\x54\x56\x10\x81\xca\x97\xfe\x56\x96\x36\xe6\x9f\xb6\x3f\x72\xbd\x7a\x30\x3e\x4f\x3c\x25\xaa\x99\xd3\x35\x3c\xd4\x64\x25\x90\x12\x60\x2a\xfb\xc8\x3f\x2e\xbf\xf2\x0f\xa5\x6e\xbf\x3a\x24\x8f\x90\xf9\x44\xa3\x5c\xf9\xc2\x0a\x56\x9f\x1d\x48\xe5\xd9\xa0\x80\xc9\x33\xac\xc0\x6a\xb1\xab\xe0\x25\x11\xf5\xd0\xe4\x98\x85\xf7\x56\xe5\x7e\x22\x6a\xc9\xee\xf2\x15\xf9\xca\x35\x87\x54\x52\x71\x90\xbc\x31\x00\xb2\x3c\x06\x37\x7c\x21\x92\x65\x23\x49\x41\x00\x65\xd9\x41\xc9\x0b\x90\x2c\x0b\x9e\x2e\x01\x90\x65\x25\xe0\x35\x6a\x71\x4f\x65\x69\xce\xcc\xf4\xf9\xa3\x83\x7c\x94\x6a\x04\x82\x0a\x08\x97\x7b\xd8\xbe\xb8\x9a\xf1\xd7\x1d\x6f\x54\x72\x96\x13\xe6\x1a\xe0\x62\xee\x2a\x7c\x11\xf8\xcd\xea\xd8\xfb\x44\x1e\x45\x4d\x56\x86\x0c\x00\x2c\xe6\x7e\x61\x52\x31\xe0\x90\x19\x26\xc0\xc5\x3c\x8a\x03\x13\x59\x9a\x6c\x02\x01\x2e\x66\xf1\xfc\x57\x98\x17\x99\x76\x02\x18\xcb\x4d\x67\xa9\xb6\x6b\x1e\x84\x55\x83\x57\xb9\xdb\xe0\xb3\xae\x15\x01\xb2\x04\x2c\x65\x27\xcb\x48\x00\x4b\xb9\xcb\x33\x4b\xc4\x5c\x55\x67\x6c\xe8\x90\x6b\x17\x8d\xb9\xd5\xa0\x06\xe0\x64\x27\x29\x47\x00\x38\x59\x8e\x65\x23\x38\xbb\x0f\xd7\x74\x28\x54\xc3\xa0\x6b\x5a\x6c\x10\xdb\x2a\x79\x3e\x09\xec\x0a\x11\x27\xe7\xcf\xfd\x61\x5a\x0d\xd8\x04\x20\x93\x7d\xe4\x33\x76\xc4\x2c\x40\xdb\xdd\xef\xb3\x6d\x76\x20\x77\x12\x64\x77\x08\x30\x26\x3b\xc9\x21\x42\x8c\xc9\x46\x66\x83\xa8\x72\x89\x65\xa7\x66\xb6\x4d\x1b\xc6\xef\x12\xb1\x1f\x62\x49\x72\x5f\x14\x40\x49\x56\x39\x6c\xd5\x23\xbd\xfa\xec\xd1\x9d\xbe\x60\x9d\x82\xb6\x57\x13\x7a\x72\xb5\x18\x40\x46\xee\x17\xfe\x49\x9e\x01\x67\x11\x33\x72\x82\x53\x11\x35\x0d\x3e\x30\xf5\xea\xb5\x02\x94\xad\xea\x23\x97\xe7\x67\xc9\x21\xa7\x5f\xb9\xd3\x11\xc3\xc1\x7d\xdc\x6b\xc5\x3f\xa7\x46\x34\x0f\x8d\x89\x32\x88\x8f\x0e\x40\x1d\x0f\x7d\xf4\x42\x54\x47\x2d\x0f\xa2\x3a\x1e\xcb\xa9\x38\xa5\x43\x1e\x28\xb1\x1c\x97\xc3\xbc\x10\x1e\x60\x80\x15\x4b\x0e\x70\x6d\x01\x96\xe3\xd1\xc8\x82\x16\x55\x4b\x0e\x19\xce\xa2\x5e\x6e\x7a\x8f\x1a\x0a\x8c\xf0\x69\x01\xe6\x63\x27\xdd\x41\x54\xee\x0c\xda\xbf\x3f\x9e\xbd\xda\xae\xf0\x25\x8b\xf7\x04\x00\x00\x49\x2a\x83\xa8\x70\x21\x82\xc3\x02\x9c\xc7\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\x7c\x69\xdc\x50\xb7\xee\xbe\x7e\xe3\x3e\x75\x7f\xa4\xfe\xe3\x0c\x13\x7b\xf5\x93\x5a\xc9\x9e\x3c\x7d\x18\x92\x1a\x69\x0a\x02\x00\xc8\xa9\xd9\x2b\x01\x20\x97\x4b\x62\xc0\x95\xfb\xc6\xa4\x99\xd3\x0d\xf5\xe4\x8c\x52\x17\x6e\x6e\xc3\x71\x70\xcd\x80\x4b\x50\x08\x00\x39\x7f\x6e\xc7\x97\x88\x75\xb7\xf6\x9b\x51\xf8\xf4\xea\xf5\x90\x30\xf0\x37\x07\xee\x1f\xf2\x02\xb4\x98\xfa\x66\xeb\x74\x8b\x14\x19\x04\x0e\x07\x50\x90\x15\xcf\xea\x00\x09\xb2\x93\x48\x21\x2a\x86\xab\x31\xff\x0a\x61\x0b\x81\x21\xdb\xc4\x58\x2c\x32\xa4\x16\x44\xd0\x20\x77\x67\x58\x2b\x1c\x00\x86\x7c\xe5\x73\x3f\xa0\x2d\xd5\xe4\x7e\xa8\x48\xf5\x53\x7a\x74\x15\xf5\x06\x20\xf8\x2c\x2a\xf9\x33\x96\xdd\xff\xe4\xe8\xac\x56\xd3\x95\x8d\xfb\xb3\x68\xbf\x9c\xb1\xc1\x8b\xae\xf3\x95\xe7\xec\xe4\xe4\x85\x19\xcb\x3f\x06\x39\xe5\x7c\x86\xc4\xb0\x9b\x41\xa9\xac\x9a\xa2\x9a\x5e\xe9\x5c\xb6\x47\x3b\x94\x69\x99\xd5\xa6\x97\x1b\xd8\x26\xd1\x4a\xba\xb8\xd3\x46\x31\xc8\x83\xaf\x0c\x4f\x76\xbe\x9b\x6c\x8e\x13\x07\x68\xe4\xd4\xc4\xd9\xe4\x72\xc4\x6c\x07\xa8\x91\x93\xbc\x64\x01\x68\xe4\xd4\x5a\xda\xd2\x76\x16\x96\xf6\xc0\x1c\x36\xee\x86\x5a\x16\x47\x88\xb3\xf3\xaa\x5e\xb0\xa2\x56\x09\xda\x81\x0c\x34\xdd\xc2\x1d\xf8\xe6\x5d\x15\x6f\xa3\x00\x4b\xb2\x12\x2c\x1a\xcd\xbb\x87\xe9\x88\xf0\x3d\x23\xb7\x41\x80\x1f\xd9\x49\x48\x10\xad\x29\x7b\x5a\x2b\xb7\xef\xc0\x12\x45\xcb\x6b\x08\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\xc4\xe9\x22\x3a\x39\xc0\x9f\xdc\x2f\xac\x66\x73\x03\x20\x31\x35\xbd\xcc\x88\xd9\x0d\x41\x27\x27\x98\x19\xd1\xd2\xbe\x86\x9a\xdc\xba\xd3\x4b\x33\x3d\x6b\x66\x82\x70\x26\x1f\x8e\x31\x75\x2c\x4b\x5f\x78\xe0\x5b\x2d\xc2\x4c\xf8\xfd\x63\x13\xf4\x04\x15\x4b\x65\x02\x24\xca\xae\x4e\x06\x10\x65\xf3\x3a\xa6\x8d\x24\xbf\x74\x83\xcb\x8d\x91\xcf\x8d\x94\x3c\x3e\x0f\xbb\xc4\x02\x0e\xbb\xe4\x33\xb3\x0b\x8b\x68\x23\x27\x81\xe9\x19\x3a\xc4\xe6\x3f\xb2\x15\xf7\x37\x17\xf6\x84\x8c\x44\x93\x9d\x3a\xa1\x91\x33\x45\x83\xa1\xb8\xe5\x3a\x13\xaa\x2c\x41\x10\xd1\x92\xc8\xf6\x68\x2a\x54\xf0\x97\x86\xd9\xae\x4d\x37\x80\xdc\xf1\x70\x1b\x1b\xf2\x85\xde\x0e\x3c\xe5\xfe\x83\x6a\x27\xbb\x75\xf8\x11\x14\x1d\x1e\x92\xb8\x95\x1a\x8c\xc4\xad\x6c\x84\x02\x07\xb8\x95\xfb\x1f\x1a\x59\xb9\x98\xcc\x83\x77\x1b\xe0\x8b\x44\x5b\x9e\x09\xa4\xce\x06\x5a\xf2\xc4\xb7\x28\x5a\x9a\xee\xdc\x5b\x86\x5d\x91\x65\x37\x00\xaf\xec\x44\x95\x07\xe0\x95\x53\x3b\x7e\x3b\xb3\x7d\x5a\x39\x73\x5c\xb4\xaf\x4e\x66\xf7\x49\x4a\xd9\xc8\xfc\x14\x4d\x1e\x7a\xfc\xfe\xbc\xf7\x00\xe6\x72\x2f\x12\xdd\x51\xaf\x9b\xb6\x9a\x23\xa0\xd3\x19\x00\xed\x3c\x9f\xd2\xe0\xc3\x17\x57\xbc\xda\x1f\x0c\x19\x5e\xb1\x36\xb3\x6c\x68\x4d\x02\xf6\xf2\x50\xa6\x6e\xc9\x6e\x11\x66\x45\xb3\x9c\x24\xa7\x8d\x76\x65\xcd\x74\x80\x98\xe6\x79\x48\x7b\x04\xd8\x92\xde\xe8\x97\x4e\x44\x6a\x34\x21\x2d\x88\x42\x0d\xc0\x2a\x77\x37\x7d\x61\x5f\xc2\x0b\x1b\x8c\x51\x4f\xd6\x68\x37\xbb\x0f\x36\x07\x58\x65\x29\x79\x0e\x60\x80\xc5\xdb\x47\x00\x2a\x3b\xb1\xbd\xd1\xb0\x00\x4e\x6f\xd3\xc0\xa4\xdc\x2f\x7e\x25\x81\x45\xb0\x6c\xe8\x6e\xc5\xfb\xc6\x86\x09\x90\x5c\x6a\xd1\xbc\x9a\x9f\x6e\xe5\x27\xe7\x85\x7f\xd4\xea\x60\x34\x80\x5a\xd6\xee\xb1\x25\x6f\x24\x31\xb0\x21\xa8\xe5\x52\xb3\x6d\x3a\xb9\xd9\x5f\x0c\x85\x43\x66\x22\x32\xd6\xcf\x7d\x41\x72\xe9\x21\x63\x21\xb9\x64\xf1\x4e\xb2\xbd\x39\xa7\x56\xc5\x7e\xf3\x4c\xbd\xcc\xe9\x21\xe1\xc5\x2d\x6e\x48\x90\x53\x27\x44\x28\x06\xc9\xb2\xaa\x7a\x37\xf5\x43\x4f\x88\x2c\xd2\xb3\xfd\xe5\x1a\xd2\x91\x4f\xdd\xad\xf9\xe2\x22\xb8\xd4\x19\x08\xcd\x6e\x07\xbe\x72\x7a\xd9\xd3\x81\xd0\x22\x60\x2d\x40\xb2\xec\x44\xb5\x85\x40\x96\x84\x9c\x45\xd7\x47\xce\x2b\xd0\x4e\x80\x15\x18\x62\xd1\x31\x41\x12\x1b\x16\xfd\xf7\xf2\xcc\x37\x87\x0a\x33\x9b\xa1\x13\xea\x5c\xbc\xe8\x04\x06\xb3\x13\x91\x15\x1d\x8f\xb7\x1f\x99\xd8\x42\x14\xcc\xa5\xd8\xde\x0f\xb5\xba\x69\x11\xc4\xd0\xea\x57\x7b\x76\x35\x26\x03\x82\x59\x01\x44\x09\x80\x2f\x3b\xe1\x5c\xd1\x45\xc6\x42\x94\xea\xe6\x04\x01\xfd\x25\xba\xa9\xa6\x95\x15\x01\xc4\x3c\xaa\x82\x7e\x17\x1a\xcb\xee\xc2\x83\x27\x40\x2d\xd1\x71\x98\x23\xe9\x4e\x08\x8f\xf9\x2b\x76\x8a\xfb\xfc\xe2\xcd\x6a\x17\x02\xc3\x39\x04\x1b\xab\x00\xad\x11\xe0\x66\xee\xba\xec\x0b\x60\x1c\xd5\x3f\x9c\x44\x66\xba\x90\x6c\x15\x9a\xd4\xeb\x8f\xeb\x4b\x9f\x49\x6f\x05\x83\x02\x36\x33\x4f\x4a\xdf\xbc\xb9\x48\xab\x40\xd0\xdc\xad\x31\x70\xbc\x01\x34\xa8\x01\xa1\xd9\x48\x44\x15\x40\x68\xee\x8f\x7c\xc1\x54\xcb\x76\x11\x42\xb3\x3a\xec\x6a\x8f\x6c\xcd\x23\x83\xf4\xdb\x5b\x4e\x21\xa5\x9b\x47\xd6\xe2\xe4\x97\x22\xee\x29\x3a\x36\xd1\xf8\x33\x75\x55\x00\xb6\xb9\x6b\xa0\xa1\xe6\xd9\x2e\x56\xb7\xa8\x82\xee\xb7\x93\x67\xe6\x0d\x53\xaa\x26\x93\x2e\x50\x46\xfe\xce\xe6\x3b\xec\x64\x9e\x78\x86\x22\x4e\x86\x5b\xbd\x67\xef\x69\xae\x73\x89\xe2\x92\xa7\x60\x50\x7d\x21\xf5\x81\xcb\xd4\xed\xa0\x5b\xa6\x2b\xdc\xd1\x46\xb7\x4f\x4c\x35\x1e\x7b\xe1\xea\xe3\xb1\x87\xef\x72\x80\xc8\x59\x34\xa4\x80\xc8\xb9\x67\xd1\x5a\x3f\x6b\xa5\x26\x72\x59\x12\x36\x1d\x1d\xd0\x8c\xe2\x2d\x2e\xf0\x9c\x15\xc7\xe9\xe8\xc3\xd9\x65\x6a\x44\xd0\x40\x58\x06\x8d\xd3\x34\x1b\x01\x1a\x67\x0f\xe7\x72\x38\x7d\xfe\x4e\xc2\x7f\xbb\x81\x13\x7b\x38\x1c\x14\x6b\xc3\xfd\xa2\xe3\xde\x17\xd9\x23\xf9\x1f\xfb\x0b\x4f\x08\xd5\x9d\xae\xc2\x4d\xde\x8a\x00\xc9\x73\xbf\x50\x02\x09\x41\xe3\x33\xb0\x9e\x3d\xf2\xb9\x4b\xd9\xfc\x88\x5d\x51\xac\x0a\x60\x24\xb7\x33\x6a\x79\x38\x66\xaf\x05\xc9\x52\x10\x02\x7e\x4e\x3c\xcb\xa2\x63\xb1\xf5\xc2\x20\xf1\x3e\x49\x33\x10\x1d\x2b\x6d\xb8\xa6\xe4\x35\x29\xde\x4f\x03\xeb\xd9\xc3\xed\x34\x59\x2e\xe7\x69\xcb\x1a\xd5\x5b\x65\x10\x3e\x77\x13\xd6\x24\x2c\x90\xcf\x1f\xcf\x54\x94\x32\x08\x64\x18\xbc\xcf\x43\x63\x63\x27\x0f\x76\xb8\x6b\x56\x36\x4d\xe9\xa5\xad\xd2\xd3\x47\xd8\x77\x38\x51\x4b\x32\x6c\x47\xc8\x83\xad\x49\xa0\x9f\x39\x9d\xf4\x16\xb7\xbd\x70\xc5\x84\xc0\x50\x4b\x04\xbe\xb3\x87\x13\x02\xf3\x27\x8d\x66\x74\x0d\xb9\xe0\x2e\x46\x27\xa0\x5b\xcf\x1f\x00\x38\x6b\x73\xd7\x5d\xd6\x4a\x07\x35\xea\x4e\xa9\xdf\x65\xad\x34\x7d\x29\x48\xc1\xd2\x81\xdf\xec\x91\xb5\x2e\x08\x0d\xdd\xb8\x64\x6b\x4e\x2d\xd1\xdd\x3f\xf2\xd2\x07\x58\x9c\x1d\xff\xb8\x00\x8b\xb3\x24\xd9\xbf\x93\xda\xf2\x11\x4e\x7b\x21\xed\xbb\xed\x14\xf3\x71\xe7\x50\xe9\x21\xbe\xf0\x5d\xa2\x78\x2b\x02\x78\xa0\x6f\xaf\x9d\xe9\x20\x62\x46\xe4\xef\x3a\xe8\x77\xab\xa2\x1f\xf0\x7c\xe1\x37\x87\xaa\x35\xf0\x9b\xbb\x2a\x5e\x30\x10\x47\x3e\x57\xff\xa0\x71\xe0\x2c\xc8\x99\x19\xfd\x81\x31\xb9\x5d\x1e\x4d\x59\xf9\x87\xb7\xa2\x96\x66\xaf\xfd\x89\xbe\x11\x40\x73\x56\xef\x72\xfa\x93\x3d\xb6\x6a\x15\x87\xfc\x07\x0e\x06\xe7\xee\xaf\x53\x87\x74\x00\x80\x67\x5d\xf6\x18\x31\x25\x2c\xf0\xe6\x7a\x32\x2b\x6a\xf0\x87\x8b\x2b\x52\xe7\xb2\x84\x04\x13\x99\xb5\x13\xcb\x3d\x8f\x2c\x22\x91\xf7\xa0\x02\xd7\xa5\x3b\x0d\xb8\x9d\xfb\x2b\x8a\x10\x6d\xa6\xdd\x5c\xdc\xce\x36\xf3\x0f\xd6\xc1\x3d\xca\x9d\xa6\x2e\x4e\xc3\xbb\x4b\x12\x0d\xc4\xc0\xed\x4f\xc7\x24\x71\x3b\x87\x86\x8c\xa1\xef\xca\x91\x5f\xb9\x09\x86\x9f\xe5\x48\x3a\x2f\xfa\x18\x40\x10\x41\xe4\xec\xba\x8c\x8c\x54\xb4\x69\x7e\xe0\x13\xa8\xdf\x0d\xf0\x9c\xbb\x2e\x2b\x66\x4b\xb0\x74\x40\x72\xee\x7a\x69\x3e\x45\x12\x28\x88\x00\x9d\xf3\xb0\xe2\x43\x8e\x64\xc5\x47\x0e\x98\x9a\x0f\x2d\xa7\xc3\x7f\xe4\x37\x56\x8d\x37\xa0\x6e\x26\x82\x6c\x16\x7d\x2d\x00\xd9\xec\xfa\x1c\x00\xb2\x79\xcc\xc3\x8e\xe1\x7a\x2f\x36\x5b\x80\xb2\xd9\xbd\xa7\x00\x65\x73\x7f\x45\x23\x29\x4a\x54\xff\x51\xc5\xb5\x97\xdc\x98\x7a\x09\x3f\xaa\x7a\x9b\xad\x68\x91\x06\xdb\x24\x04\xca\x8c\x7c\x56\x09\xb0\x93\x26\x94\xee\xf9\x0f\xb3\x87\xb6\x0e\x36\xe6\x2e\x4e\x5d\x4d\x59\x1d\x9a\x34\x44\xa8\x00\x02\x27\x40\xc4\xac\x8a\xfd\x22\x62\xb6\x69\xf7\xb1\x3a\x17\x10\xca\x62\xa4\xff\x8c\xbd\x54\x3e\x08\xbf\x52\x07\xc9\x17\x35\x6c\xdb\x4f\xa5\xde\x9d\x00\xaf\xcf\x4e\xca\xdf\x73\xf6\xb8\x36\x95\x90\x8d\xee\xb4\x42\x13\x47\x1f\x5c\xc6\xfa\x07\x84\x2c\x2c\x90\x13\x49\x55\xa8\xee\x91\x05\xf2\x0c\x30\xaa\x4c\x18\x8d\x72\x30\x46\xce\x17\xe5\x65\xb3\xe1\x57\x14\x47\x33\x1b\xc3\x35\x71\xb5\xf4\x2c\x04\x4a\x26\x44\xa9\x6c\xd3\x89\x44\xe5\xf6\x36\x6d\xa4\xca\xed\xa8\x88\x1d\xf3\xae\x0b\xcc\xca\xfd\x07\xb3\x25\xdf\x84\x05\x0f\x79\x25\x34\x15\x98\x4a\x83\x61\x03\x98\xca\x2a\xf1\x02\xa5\xb2\x93\xbe\x24\x46\x70\xfd\xe3\x7c\x06\xc9\x72\x30\x3a\x01\x51\xd9\xbd\x1b\x11\xa1\x72\x68\x3d\x1b\x13\x9b\xa4\x3d\x22\x7b\x98\x57\x1d\xc0\x55\x56\x35\xdf\x91\x5c\xb6\xfa\x87\x29\x6d\xe9\x1d\xe9\x58\x7e\x7f\x86\x7a\x84\x20\x97\x5e\x4e\x0c\x54\xff\xc8\xd6\xa1\x7b\xc8\x64\x43\xf3\xb7\x53\x40\x7c\x38\xe1\x30\x31\x56\x2e\x32\xe3\xe3\xf6\x54\xcb\xfb\x58\xb8\x24\xba\x7c\x0b\x8f\xa7\x2c\xac\x29\x24\x6b\xd5\xc6\x45\xcb\x4b\x31\x0c\xfe\x36\xf4\xd7\x01\x51\x20\x46\x2a\xfa\x18\x46\xc0\xab\x9c\xba\x17\x8d\x8c\x1c\xb7\xc1\x53\x22\x90\xff\x30\xbb\xd2\xb0\x53\xf2\xe2\xbe\xb8\x98\x6a\x97\x89\xe4\xcf\x24\x81\x8d\x71\xa9\xfc\x3b\xa8\x8b\xfc\xcb\xd2\xc6\x2b\xab\xa5\x8d\x2b\xf1\x19\xf7\xf3\xad\x74\x08\x57\x1b\x30\x51\xcd\xe6\x43\xc7\x1d\xc7\x71\xbb\x57\xed\xd4\x4d\x6a\x37\x84\x15\xf1\x27\x8b\xdb\xf3\xf6\xd0\xb9\xd9\xf0\x7a\x2c\x1e\x0e\x43\xc8\xf4\xb2\x18\x66\x13\x9b\x76\x04\x8e\xaa\x65\x7e\x24\x47\x95\x62\x3d\x76\xc4\x67\x4f\x8d\x7b\x0c\x8c\x4a\x0d\xf3\xe3\x01\xff\x1c\x6b\x14\x78\x95\x7b\x7c\xfe\x71\xa1\x9f\x59\x9a\xbc\x5f\x1e\x4c\x38\xa0\x56\x6f\x30\x2a\x6b\xee\x90\x57\x3a\xe4\x4e\x07\xec\x41\xe3\xf4\x78\x75\x7d\xa2\x85\x17\x09\x5e\xc2\x83\x9d\x5b\x33\x33\x98\x96\xbb\x7b\xfe\x11\xfc\xc1\x7a\xbf\x52\x5a\xcf\x15\x11\xdc\xda\x7c\x87\x80\x10\x3a\xf1\x25\xc0\xe5\xb4\xe3\x9b\x7d\x56\x32\x5f\xc6\x30\x6c\x5b\x97\xbc\xf1\x79\x9c\x5c\xe4\x0f\xea\x84\x22\x05\xc2\x65\x4d\x0a\xfa\xa9\xaa\xc1\xbc\x85\xb5\xcc\x5d\xf1\xe5\xe4\xd0\x45\x5c\x85\xf4\x33\x1c\x5f\x36\x4e\x4f\xb8\xc9\x55\xf3\x01\xb4\x72\x97\x18\xbc\x80\xff\x3a\xfd\xa3\x51\xba\xf2\x9c\xed\x4d\x5e\x18\x79\x96\x9e\x3c\x1f\x3c\xe3\xb7\x17\x16\xc8\x8d\x1e\xbc\x5c\xba\x95\xf1\xac\x97\x41\xe7\x59\xa5\x86\x33\x13\xc9\x46\xd1\xd9\x01\xa1\xdc\x13\x4a\xa7\x0e\x2d\x43\x98\x12\xe2\x50\xa8\x9f\x96\x71\x80\x16\x51\x34\xe6\x0c\x08\x43\xe9\xec\x02\x43\x59\x64\x69\xc0\x50\x56\x1d\x74\x22\xaf\x84\xd9\x54\x51\x1c\xac\x1f\xc9\xd1\x20\xd1\xc1\xcd\xaf\xd6\x6e\xd0\x26\x77\xdb\x96\xd0\x5e\xc6\xd6\x8b\x22\xed\xe7\xc4\x86\x09\x9d\xa7\xad\x54\xc9\x0d\xbb\x0f\x90\xc9\xfd\x0f\xcd\x54\x97\x0a\x52\x1e\xa9\x49\xff\x69\xf3\x8b\x2a\x23\x63\xf8\xf8\x21\x15\x3d\x44\xc0\x99\xdc\xd5\x31\x7e\xd8\xad\x86\xc1\x10\x72\x1a\x0c\xb5\x88\xe4\xa3\x70\x83\x30\x75\x73\x58\x82\x45\x2d\x3e\xcb\x46\xd9\xce\x02\x45\x2e\xcd\x24\xd1\xb3\x2e\x26\xb6\xbb\xeb\x39\xad\x81\x42\xab\x9d\x3c\x50\x68\x35\x24\x47\xcf\x7d\xe7\x4b\xf6\x91\x17\x94\xd5\xc1\xe9\x03\xe1\x31\xa6\x1b\x61\x00\x33\x86\x72\x10\x43\x69\xce\xd5\xc6\x91\x54\x65\x15\xe8\xc7\xaa\x7e\x1f\x79\x41\xec\xb2\x70\x41\xac\xf1\x1d\x4c\xc8\xcd\xe8\x6d\xc2\x4e\xf9\xac\x60\xe7\xa2\x84\x24\xa1\xfb\x52\xec\xae\x2f\xac\x3d\xe2\x57\x98\x3d\xd3\xc0\x11\xf0\x1b\xf7\xc8\x19\x87\x91\x67\x3a\xce\x80\xe6\xd8\x41\xc1\x08\xd0\x1c\xbb\x26\x6d\xd1\x1c\xc3\x58\x8e\x48\x67\x20\x38\x8a\xe0\x8c\x1a\xa8\x01\x64\xec\xa0\x41\x04\xb0\x8b\x5d\x23\x74\x98\x45\x4c\x13\x68\x78\x61\xab\x6f\x01\x48\x8b\xbb\x2a\xff\xf1\x6c\x60\x3b\x8a\x65\x5d\x8c\x57\x3f\x7c\x32\x28\x07\xc0\x89\x5d\xb3\x75\xa8\x36\x16\x47\x85\xaa\x38\x8b\x7d\x3c\x09\x75\xb1\x8b\xa2\x21\xe9\x7f\x08\x74\xe2\x9e\x54\xc6\x7e\x66\xc6\x71\x8b\x08\xe4\x6f\x91\x07\xa9\xce\xdf\x3d\x29\xc3\xe2\x6e\x27\x68\x28\x70\x8b\x5d\xb3\x37\x68\x8b\xc5\x44\xab\x01\xc0\x62\x2d\x1e\xc7\x4b\x71\xc1\x06\x2f\x98\x02\xa2\x43\x64\x1c\x98\xab\x70\xb9\x56\x4c\x36\xf7\xbb\xda\x75\x13\x49\x51\x6f\xc6\x00\xe4\x40\xe3\x35\x80\x89\xbb\x5a\xfe\x20\xc7\x89\x36\xde\x48\x47\x21\xc9\x8d\x6c\x0b\x7e\x26\x92\xe1\xd2\x4b\x11\x28\xc3\x5d\x9c\xaf\x9e\xec\xa2\xff\x58\x17\x7d\x97\x57\x69\x76\x00\xb2\xb0\x6b\x75\x00\xb2\xb0\x2a\x05\x82\x58\xd8\x35\x0f\xc4\x9b\xfb\x84\x06\xd1\xd6\x72\x7a\xd0\xd6\xa6\x04\xf8\xcd\x85\xa2\x89\xd7\x14\xa3\x7e\x24\x7d\xf1\x74\xbf\xa0\x8f\x22\xa4\x87\x81\x5f\xc3\xdf\x4f\x4b\x5b\xe2\xf6\xc5\xc6\x0d\xbe\xf0\x99\xed\x23\x35\x46\xbb\xd3\x40\x95\x58\x86\x53\xda\x20\x9e\x81\x2e\x99\xe0\x17\x16\x2f\x83\x22\x6f\x67\x25\x1a\x9f\xe6\x6d\x44\x0a\xe0\x08\x77\x83\x0c\x04\x5d\x4f\xe1\x1b\xa4\xc1\xf2\x5b\xf5\x2f\x0a\x08\xdc\xe0\x31\x41\xa0\x8a\xf9\xcb\x11\x0f\x5e\x96\xff\x1c\xbc\x58\xb7\xcf\x8f\x7f\x14\x5e\xdc\x8e\x88\x25\xf3\x70\xd7\x41\x03\x27\xb9\xbb\x54\x49\xc1\x2b\x34\xc1\x43\x4c\x6c\xcb\xe0\x98\x07\xa8\x84\xbb\xaa\xca\x8b\x04\x18\x96\x37\x0b\x9b\x19\x62\x0c\x10\xe1\x94\xa1\x27\x10\x21\xa0\xfd\x31\x53\xa5\xcb\x7f\xc8\xac\x66\x7b\x18\x84\xb5\xbc\x4f\xfd\x90\x90\xc7\x04\x1f\x9c\xa4\x01\x8b\x59\x9d\x7c\x4e\x25\x78\x83\xd5\xbb\x6d\x20\x06\x05\x9f\x88\x99\xda\x19\x32\xe6\xc4\x0d\x68\xe9\x0f\x3b\x61\x32\xea\xc9\xc2\x07\xaa\x5a\x82\x0c\xb8\x37\x1d\x55\xa5\xda\x05\x8f\x02\x1b\xb0\x93\xda\x2e\xa6\x51\x5c\x1e\x4a\xb0\x01\x8b\xe0\x85\x01\x04\x60\x11\xd8\x2c\x80\xfd\x9b\x3d\x8b\x9b\x2a\x96\x93\x28\xee\x9f\xa9\xd1\x62\x26\x23\x81\xf9\x82\xd0\xb7\x3b\x49\xc7\xb0\x7a\x92\x0a\x35\x66\xcf\xa5\x62\x5c\xc3\xa9\x73\x49\x06\x2e\x5c\x36\x3f\xbc\x46\x5a\xfe\xe1\xee\x3e\xfc\x87\x10\xc7\xe1\x1f\xd8\x99\xd8\xe8\x09\xd6\xf7\xef\x05\xe2\x68\x83\x41\x0e\xbc\x7c\x46\x24\x40\x2b\x07\x85\x6f\x2a\xa8\x80\xbb\xd7\x55\x7e\xa7\x20\xfe\xc6\x57\x81\xb5\x97\xde\xb8\x20\xe7\x75\x15\xec\x89\x1b\x8f\x5e\x1e\x73\x66\xf7\xa8\x75\x5a\x13\xdd\xd3\xf5\xd3\x15\x94\x0d\x60\x29\x00\x50\x6f\x8f\x9a\x2e\x6d\x9e\x50\x9b\x5b\x8c\x0c\x1b\xe0\x4c\xc5\xd4\xa1\x07\x78\xb2\x98\x4b\xbc\x50\x9a\x5b\x80\x79\xc3\x19\xa7\x21\x5b\x32\xdc\x89\x51\x51\x45\x1b\x3c\xbd\x63\x92\xfa\x3a\xe6\xd2\x18\xb1\x6c\x4f\xbe\x81\x54\x00\xa4\xde\x2e\xcf\xcc\x62\x62\x54\xa3\x9d\xc9\x37\x5c\xd8\x53\x1f\x66\xea\x3a\xdd\x24\xd0\x0a\xa1\xf3\xbc\xb9\x9b\xa7\xad\xfb\xec\xe6\xc9\x3f\x70\x6f\x34\xee\x0e\x18\xbd\xae\x76\x2b\x8c\x5e\x78\x45\x36\xaf\xec\x09\x13\x74\xb9\x93\xa4\x00\x22\xfa\x8f\xfc\x8c\xcd\x0b\xdb\x01\x24\xef\x50\x41\x12\x24\x6f\x92\x54\x37\x00\xc9\xeb\xca\xe4\xd3\x8b\x4a\x3d\x86\x26\x51\x0e\x2a\x2f\xf3\xca\x45\xa0\x5a\xd5\x28\x97\x96\x9c\x59\x0a\xd5\x82\xe7\x91\x90\x2c\xe6\xad\xdd\x7f\xfa\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xbc\xd8\x1c\x7f\x4a\x80\x33\xd5\x2a\x38\xe8\xbc\x73\xb9\x18\x3d\x91\x12\x64\xea\x0a\xc0\xf5\xba\x16\x80\x99\xbc\xca\x1d\xf8\x38\x45\x4e\x31\x17\xa5\x2a\x7b\x80\xeb\xed\x69\xa1\x37\x8f\x02\xbf\x44\x44\xc6\xe5\xee\xcf\x7b\x52\x0f\xdb\xe3\xbc\xb8\x59\xd2\x86\x08\xa7\x9d\xaf\x17\x0b\x88\x5b\x82\xe7\x29\x02\x02\x9e\x57\xb5\xa4\xcf\xbc\xde\x74\x62\x5e\x17\xc2\x02\x5c\xba\xc0\x68\x01\xc5\x3b\x1a\xe9\x2b\x62\x7e\xd2\x00\xc7\xfe\xd9\x79\xbf\xca\xfe\xd2\x06\x29\x9c\x1b\x61\xcb\x21\x12\x5e\xd3\x27\x06\xf0\xbb\x3e\xa5\x3a\xf8\xf6\x4c\x05\xcd\xf9\xe5\x48\x76\xbf\x96\x29\x24\xbd\xec\x5c\xa9\x12\x35\x9e\xb3\x95\xc9\x0b\xa3\x42\xec\x5b\x5a\x0a\x47\x96\xf0\x1e\x80\xaa\xc8\xdc\x31\x81\x74\x0b\xa0\xe8\xba\x3c\x45\x24\x3a\x85\x38\x20\xe6\xba\x14\x08\x88\xb9\xdd\xc4\xe2\xc5\x9d\x5a\xfd\xea\xb6\x57\x16\x87\x32\xea\x8a\xb2\x8c\xab\xd0\x35\x7d\x81\x6a\x53\xf4\x20\x59\x1a\x0a\xf5\x1d\x16\x69\x4e\x63\xea\xd2\x1c\xa8\x8b\x85\x50\x73\x64\x9c\x88\x45\x9a\x29\x19\xf7\xe2\x62\x51\x56\xbf\xf0\xf4\x29\xba\x5e\xac\x22\xfd\x84\x09\x2e\xb1\x6c\x98\xd3\xa5\x7b\xeb\xf2\x2b\x7d\x7d\xbc\xd6\x04\x90\x6e\x97\xf7\x85\x41\x42\x42\x13\x77\x4e\x1f\xab\x55\x71\x3d\x86\xd3\x82\x41\xb7\xff\x18\xbc\x18\xfb\x45\x77\x6b\x0e\x97\x12\x20\xdf\xca\xff\x57\x3b\x00\xd5\xa0\x27\x84\x5f\x2c\x3d\xe6\x97\x3c\x4d\x5f\x8f\x25\x7a\x0d\x69\x29\x22\x61\xeb\x7e\x59\x57\xec\xf2\x9c\xec\xc5\x6d\xa2\x92\x0d\x70\x76\xc5\xbd\x0c\x9a\xdd\x9e\x51\x46\x48\xbc\x5e\xd1\x6d\x64\x91\xea\xa3\xe8\x29\xb2\xfa\x3e\x8a\x1e\xac\x05\xa4\x7e\xd1\xf8\x05\xe8\x5d\x97\x57\x2d\x93\x49\xeb\xbc\x0f\xea\x5d\x97\x6b\x2f\x3c\x66\xb5\x35\x83\x80\xd7\x01\x89\x88\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x9c\x67\xe9\x39\x4c\x53\x13\xdc\xc2\x6b\x68\xfa\xfb\x70\xa6\x68\x8c\xbb\x41\x5d\x7d\x81\xb3\x2b\xcd\x15\x1f\xf2\xf8\xea\x1f\xe4\xe9\x75\xce\x47\xee\x17\x6b\xba\xec\x37\x7d\x1a\x06\x2b\xf3\x87\x97\x7a\x80\xcd\x05\xc0\x73\x55\x15\x1e\xb0\xb9\x3d\xcd\xbe\xd8\x71\x66\x50\x1c\x02\xfd\x51\x56\xe4\x29\xfa\x93\x06\x02\x3f\x57\x84\x45\x8e\xa5\x9e\x05\x15\x59\x18\x26\x8d\x7a\x5f\xe2\x1a\x34\x7f\x07\x22\x01\x72\xb8\xb0\x3f\x7a\xb9\x03\x2c\x5d\x97\x96\x2e\xd3\x78\x2c\xfb\x42\xf0\x9f\x00\x0b\x01\x60\xdd\x41\xaa\xff\x00\xaf\xae\x4a\x18\xd7\x66\xce\x55\x93\x21\xd8\x75\xc5\x5c\x75\xb1\x70\xb7\xcd\x10\x6e\xc0\xeb\xa6\x8a\xf9\x5a\x79\x20\x99\x3a\x94\xb7\xb6\x1c\x85\x5e\x47\xcb\x06\xb5\x45\x7a\xf2\x56\xf6\x84\x3e\x72\xe7\x27\xb9\x5f\x5a\x19\x81\xf3\x0b\x51\xe9\xf4\x98\x11\x94\x4e\x42\xbc\xe4\xc1\x7a\x8d\xac\x53\xe1\x15\xd9\x60\xc9\x84\x25\x34\xa2\xd5\x19\x8c\x21\x40\x9d\x04\x17\x80\xba\x92\xb2\x2f\x00\x75\x61\x2c\x1d\xf8\x74\x91\x5b\x94\x9b\x41\xc9\x2d\xf8\x74\xbb\x09\x5f\x72\x4c\xcc\xc9\x95\xd3\x4b\x17\x05\x37\x40\x49\x02\x86\xee\x00\x54\x21\x80\xa1\xab\xc0\xa1\x06\x30\x74\x85\x6c\xa1\xb1\x64\xba\x98\x14\xd6\xed\x2e\x43\xaa\x5c\x5e\xfa\x19\x6b\x02\x0c\xdd\xfe\x87\xaa\xcc\x55\x99\xc4\x84\xb0\x43\xdd\xaa\x97\x49\xaf\xcc\xdc\x00\x28\x5d\x31\xd8\x04\xc0\xb9\x92\x42\xb8\x20\x73\xd9\xfa\xa3\x77\x0f\xbd\x7a\x92\xaa\xf9\xd2\xa9\x96\xd2\x3a\x1a\x01\x9a\x19\x22\xd1\x35\xab\x7d\xb2\x3d\xff\x90\x8e\x66\x71\xe9\xa8\xd3\xfe\x78\x65\xcc\x1f\x9a\x29\x75\x35\x59\x98\x29\x97\xe4\x83\x4c\x93\x45\x87\x12\x20\xeb\xfa\xb2\x5b\x9b\xfb\x86\x57\x14\xa0\xd7\xed\x8f\x98\x20\x9c\x73\x35\x18\x89\x64\x97\x14\x95\x8b\x3d\x7d\x3a\x05\xaf\x5b\x23\x0b\x5c\x76\xca\x26\x6e\x4a\x58\x5a\xe1\xcc\xaf\xc8\xd8\xdc\x3c\xdd\x9f\x5b\x1f\x81\x6a\xa9\xed\x91\xfd\x31\xc0\xa5\x3b\xb4\x8b\x2e\x5d\x88\x0e\xc8\x28\xf8\x73\x87\x12\xff\x69\x28\x89\x31\x3b\x40\xce\xed\xc9\x0a\x5e\xf0\x98\x51\x28\x38\x49\xd9\x5c\xf4\xd1\x39\xb1\x3b\x7a\x54\x4f\xd4\xbe\x66\xe2\x8a\xd3\x04\x1f\x60\x7e\x06\xd0\x74\x55\x59\xe5\x4c\x16\x4d\xbf\x4e\x2e\xf3\x3c\x78\x27\xec\x5a\x57\x55\x61\xea\x9a\x69\x2b\x80\xa3\xab\x6e\x77\xe1\xe8\x26\x20\x97\x01\x1c\x5d\x78\xd5\x02\x04\x5d\x31\xcc\xe7\x4c\x76\xdd\x7d\x21\x9f\xdd\xf4\x19\x29\xcd\x9c\x17\x40\xd0\x75\x77\x1f\x10\x74\xdd\x23\x71\x96\x9c\xc5\x3f\x7d\x9f\xcf\x92\x33\xc1\x80\x8b\x14\x94\x23\x73\x7a\xb1\x67\xda\x0b\x00\xe7\x0a\x58\x49\x71\x16\xb7\x36\x72\xc8\x69\x4e\x2d\x9d\x10\x4e\xd2\x66\xe5\x7c\x73\xfd\x07\x82\x76\x80\x38\xd7\xb3\xcb\x55\xbe\xd3\x2d\xe0\x74\xb3\x0d\x84\x9c\x5b\x06\x49\x81\x39\xd7\x73\x1d\xb0\x53\x82\x88\x12\xa7\x11\x27\x76\x97\x80\x93\x9c\x60\x75\x50\x36\xf6\x89\xc5\x52\xeb\xed\xc9\x95\xa0\x01\x2e\x27\xd9\x23\x73\x40\x2d\xcf\x3a\x7d\x4d\x36\xee\xae\x69\x9a\x03\x69\x2d\xf5\x54\x94\xd6\x53\x3d\x55\x1f\x10\x60\xe8\xfa\xbf\x12\xb7\xc5\x2d\x82\xa7\x4d\x58\x2f\x59\x32\xd0\x4d\xce\xd4\x5f\xe9\x08\xce\x3f\x7a\x7a\x00\x41\xb7\x6b\xa5\x70\xf7\xdc\x23\xef\x9d\xdd\x59\x63\x18\x5d\x6a\xdb\x2d\xae\x1e\xcf\xf1\x3e\x7b\x2e\x13\x8d\x74\x95\x2c\xa4\xa1\x13\x90\x87\x5f\x75\x63\x0f\xdd\x62\xa8\x78\x64\x93\x14\x49\x36\x8d\xfa\x76\x0e\x47\x45\xc7\x52\xfb\x85\x53\x9d\x3a\xf4\xba\x1b\x47\xb6\x48\x5d\xdc\x21\x9a\x92\xe1\x0c\xb3\x8d\x51\x3a\xdc\xe4\x6e\x66\x52\x95\xe8\xe7\x0b\x56\xdd\x2e\x6d\x09\xdb\x63\x20\x5a\x45\xc3\x02\x9c\x29\x77\x58\xf2\x67\x67\x6b\xf3\x67\x53\xae\x05\x20\x76\x7b\x09\xa9\x69\x0a\xbf\x47\x9f\xa6\x44\xdd\xf6\x48\xc7\xa5\x77\x23\x80\x76\xe5\xc0\x10\x75\x12\xc3\x1f\xe6\x9f\x38\x05\xa7\x1f\x76\x84\x1b\x41\x73\x2d\x9c\xa9\x63\xbb\x84\xd3\xe3\x61\x23\x4b\x69\x1c\xd9\xe8\x4c\x86\xed\xea\x92\x4e\x5a\xd7\xf0\x13\xe6\x0d\xda\x79\x88\x7b\xb7\x0c\x99\x3b\x09\xef\x37\xbd\xc2\xc9\xcd\xa1\xf9\x11\xc4\xc3\x33\x6b\xc3\xb9\xec\x08\xc3\x58\x39\x0b\xf4\xd0\x8c\x5b\x90\xc2\x53\xaf\xe0\x9c\x43\x9d\x7f\x73\xe2\x4e\x26\xd7\x79\x3b\x13\x59\x8b\x67\xb7\x8f\x54\x8a\x80\x4c\x9d\xf9\xc1\xc3\xab\x32\xeb\x13\x73\xaa\x31\xfe\x40\xe3\xed\x5a\x99\x11\xbc\x76\xd7\xc8\x17\x7b\x4e\xdb\x7a\xf0\x9a\x82\xe6\x44\x47\x56\x57\x10\x28\x6f\x8d\x7c\x51\x53\x0a\x8b\x43\xbe\x60\xbe\x20\xe5\x1d\xcd\x75\x22\x08\xd3\xf0\xfd\x13\xb5\x98\x2c\xaf\x21\x82\x5e\xcb\x19\xc1\xce\xaa\x33\xf7\x79\x9b\xfe\x06\xc1\xf3\xbc\x95\x2f\xdb\xef\x4f\xe2\x87\xce\xac\x0b\xcb\x69\xd2\x69\x77\xb8\x21\x9d\xde\x43\x9e\x98\x6d\x8d\x5a\x3f\xef\x64\xb2\x96\xb0\xf7\x4c\xe3\x83\x91\xce\xf6\x37\x87\x6f\x3a\x8c\x02\xe0\xd7\x57\x3e\x3b\x12\xa6\x54\xd5\x57\xdf\x26\x40\xfb\xaa\xb1\x8c\x60\xf6\x75\xe3\xb4\x80\xe9\x0b\x6f\x7e\xcf\x57\x1e\x49\x63\xaf\x59\x97\x29\x0b\xa2\x82\x26\xaa\x93\xa4\xd0\x66\x07\x02\xbe\x6f\x7a\x3b\x72\x7a\xa5\x08\x24\x4c\x9c\x6f\xce\x0e\x2d\xa0\x35\x27\x95\x7d\x95\x13\x7d\x96\xbf\x22\xfc\x9c\xaf\x5d\xb2\x2a\x92\x78\xb9\x2d\xf0\xcd\x31\xda\xf8\x4c\xb6\xed\x6a\x7c\xca\x6d\xb2\xda\x2f\x01\x31\x78\xc6\xf9\x53\xd2\xfa\x29\x33\x30\x08\x52\xc9\xe4\x9e\xf8\x72\x66\x2c\x9c\x62\x02\x6d\x1b\x40\x63\x04\xe7\x89\xdf\xb0\xe1\x82\x80\x05\x76\x63\x98\x81\x07\xec\x56\x7b\xfd\x98\x8f\xe1\xb3\x7a\x3c\x87\xec\xfa\xb9\x5d\x20\x4e\x62\x05\x1a\x27\x03\x56\x60\x97\xbc\x5c\x24\xee\x32\x9e\xf9\x3a\x54\xdc\x69\x81\x68\xd3\xd0\x6f\xee\xc2\xb4\xdb\x3c\x64\xe0\x06\x56\xf5\x1a\xd0\x00\xbb\x6b\x0a\x18\xe0\x1e\x12\x1f\x95\x44\x5e\xe2\x59\xd1\x9e\x2d\x74\x6d\xfd\xba\x98\xb1\xe1\x2a\x26\x12\xf0\x39\x7b\xee\x47\x90\x84\xe1\x73\xae\xa4\x55\x49\xa8\x30\x21\x80\x13\xb8\x67\xaa\xf1\x42\x82\x67\xfb\x5e\x72\x3e\x79\xa9\x0a\x86\x6c\xce\x2b\xb5\xed\xea\x3f\xec\x5a\x28\xff\x55\xd5\x77\x31\xac\x83\x26\xd8\x8d\xad\x05\x4c\xb0\x1b\x2d\x0a\x66\x60\xd1\x37\x4a\x9c\xc0\xd0\x87\xe9\x4a\x76\x8d\x61\xe5\xd2\x57\x07\xfc\xe2\xb8\x30\x07\x2b\x33\x02\x0e\x58\x73\x7a\x5b\x0e\xd7\x12\xe2\x4e\x5a\x80\x0c\x4a\x9c\x80\x4b\xa8\x57\x27\x94\xdc\x36\xc6\x0c\x82\x13\xd8\x8d\x1b\x15\x26\xb0\x49\x39\xae\x46\xa8\x39\x47\x46\xc8\x40\x43\x48\x2f\xf4\xe9\x2c\x80\xfb\x8e\xb7\xab\xa2\x07\xb6\xc3\x9d\x80\x17\xae\x57\xb5\x97\x7e\x3d\x25\x5f\x30\xb4\x3b\x35\xe0\xc3\xeb\x87\x90\xc0\x80\x12\x30\x40\xff\x8e\x09\x9e\x4c\x80\xfa\xd7\x8d\xb0\xb9\xd2\x61\x76\xf9\x15\xd4\xcc\x79\x1a\x4a\x45\x2e\x3f\xc8\xb0\x45\x4b\x3b\x48\x7f\xdd\xab\xb0\x2b\xd9\x70\xf3\x0f\xb6\xdb\xfc\xf3\xc6\x03\x44\xc0\x23\x34\xd6\x8b\x02\xd8\xa4\xa1\xa0\x00\xee\xee\x50\x79\x78\x8c\x18\x65\xa4\x3b\x3c\xb3\x6d\xae\x03\xbd\xc5\xaf\x90\xe4\x3b\x65\xa8\xe2\xba\x1b\x5f\xe6\x34\x90\x1e\x83\xf6\xb7\x47\x40\x2b\x53\x57\x28\xff\x00\x52\xd0\x33\x32\xdd\xcc\x6e\x21\xee\x31\xf5\x92\x11\xe2\x4f\x4f\xbb\x6b\xca\x04\x21\x45\x17\x59\x74\xf4\x59\xb9\x92\x19\xa3\x7b\x5f\x82\xcd\x4a\xd6\x2f\x92\x1d\xe8\x24\x73\x91\x5e\xa7\xba\xf0\x8b\xfc\xc6\x52\x00\x52\x93\x95\x03\x4a\xf6\x0f\x2e\xd0\xc2\x9c\xb6\x7c\x86\x9b\x62\x19\xb8\xb0\x78\xeb\xa5\x24\x8a\xe0\xd4\xfe\x71\x2d\xd7\x87\x69\x5b\x76\xdc\x02\x5c\x64\x64\x01\xfa\xed\x9e\x3e\x15\x61\x24\x1f\x67\x46\xdf\xf1\xac\x88\x26\x4d\x23\xac\x35\x4f\x84\xa8\x4a\x86\xa8\x83\x3a\x18\xb9\xf5\x45\x85\x90\x4f\x25\xd0\xa0\x62\xef\x65\x8a\x1e\x37\x8d\x16\x6e\x7d\x0a\x41\x17\xec\x46\x20\x81\x2e\xb8\x87\x61\x09\x27\x44\x9a\x78\x91\xf1\xce\x83\x7a\xc9\x18\xb3\x88\xea\xa7\x73\x88\x82\x2d\x99\xbf\x00\xc3\xd5\xeb\xe4\xba\x6d\x10\x59\xec\xba\x75\x67\xa7\xef\x86\xbb\x9a\x39\x08\x10\xc1\xf1\xcb\xe7\x60\x50\x34\x71\x2b\x72\xbb\x45\xe0\xeb\x79\x6e\x4d\x8f\x66\x02\x27\x61\x07\x75\xa5\x01\x76\xb0\xeb\x2b\x72\xc9\xa0\x1d\x12\xaa\xf6\x04\xe8\x3a\x2e\xd5\x6b\xd3\x0b\x09\x23\xd8\xe4\xe3\xd7\x93\x47\xcf\x32\xd9\x08\x03\x49\x8e\xed\x29\x78\x98\x78\x5b\x51\xbf\x76\xcd\xf1\xf6\xd1\x42\x7b\x6d\xce\x3c\xbc\x08\xbb\x5e\xc7\x47\x7b\xaf\x77\x27\x2e\xe7\xe6\xc6\xc3\xab\xfc\xeb\xcd\xe6\xac\xf5\xc1\xc8\x44\x4d\xdc\x93\x4e\xf0\x8f\xe3\xfa\xd4\x70\x25\x6b\x5f\xdd\xc5\xd1\x3d\xaf\x8f\x36\x3c\x59\x5f\xf0\x4c\xb5\x9f\xed\xb9\xaf\x3e\xb7\x8f\xa4\x25\x19\x2a\x14\xe4\xde\x5a\xf4\x50\x81\xba\x09\x42\x0d\x1d\x3c\x41\x27\x2c\x45\xaf\xc8\x5b\xff\x58\x20\xf6\x02\xa8\xc2\x92\x1e\x61\xb7\xf6\x6c\x29\xe6\xfd\xa3\xfd\xfc\xca\x5b\x0a\x88\xcc\xfd\xd3\x70\xd3\xfc\x47\x29\x23\xfc\xe7\xa1\xcb\x3e\x23\x24\xaa\xb9\xdc\x62\xbf\x1b\xeb\x08\x54\xe1\xd0\x79\x01\xa8\xc2\x66\xa0\xf1\x7d\x38\x11\x7f\x8a\x7c\xf7\x66\xd8\xc3\x3b\x71\xe0\x0d\x87\x96\x67\xe1\x0d\x8b\xae\x7c\xc0\x1b\xee\x97\xc1\x0b\xf9\xd2\x58\x2e\xb0\x0e\x87\xf6\x9a\x5b\x46\xee\x1d\xdd\x9d\x91\xb3\xcc\x44\xb1\x2f\x14\x2e\x9e\x63\x08\xfe\x5d\x14\x5f\xbb\x5f\xd9\xb8\x7f\xe4\x12\xd1\xf8\xe6\xe4\xc3\x48\x96\x7b\x33\xf2\xa1\xf9\x04\x08\xc5\x5d\x95\x7f\x68\xb7\xe6\xb4\xdf\xc9\xbb\x61\x11\xe2\x29\x86\xb9\xc2\xee\x64\xde\x1c\x26\x31\x14\x9b\xb9\x6c\xc0\x50\x1c\x5a\x8b\xc0\x50\xac\x60\x32\xc4\x5d\x59\x86\x62\xe9\x57\xc2\x4f\xb7\xb6\x82\x5d\xb3\x8b\x8d\xbd\xc2\x39\xbe\xd3\x38\xde\x7c\x61\xe8\x28\xc2\x77\xf3\x80\xb3\x39\xef\xe6\xee\x80\x08\x89\xa8\x38\x01\xfd\x8e\x7b\xb3\xef\xa1\x1a\x76\xa7\xee\xcc\x08\x1b\x53\x8d\xe4\x07\x84\xe2\x50\x6a\xb9\x7b\x0e\x96\x8e\x74\x56\xb3\xf8\xec\x54\x63\x25\xb9\x3b\x87\xc1\x49\x30\x69\x51\x75\x9d\xfb\xa4\x04\x13\x22\xb6\xa2\x92\x2d\xd8\x8a\x25\x63\xad\xee\x9e\x1b\xd0\x17\x7a\xe2\x3e\x1b\x9e\x12\x06\x4b\x3e\xa2\x69\xea\xa7\xdb\x1b\x65\xf9\xc6\x3d\xe8\x96\xc7\x67\x40\x06\x10\x5a\x85\x57\x6c\x8a\xcc\xb7\x79\x41\xab\xfb\x64\x30\x0b\x08\x6c\x09\xa9\xf8\xef\x45\x29\x06\x46\x70\x7b\xbd\x5c\xdd\x34\x91\xfb\x8f\xa1\x18\x24\xab\xf3\x22\x10\x8b\xd5\xcb\xd5\x3b\x6c\x9e\x6e\xa5\xe5\x3c\x5f\x38\x89\x5e\x98\xdd\xe1\xde\x9a\x56\xac\xbe\xe6\x3e\x09\xf7\x00\x84\xfd\xd6\x0a\x6e\xc7\x66\x31\xf7\x0c\x53\x3c\x59\x77\xd8\x18\xa0\x88\xbb\x2e\x7a\x6c\x9e\x6b\xf3\x2b\x80\x84\x58\x7b\xfe\x81\xb3\xa5\x7d\x9c\xa4\x82\xca\x9a\x52\x3e\xe1\x8f\xc5\x6c\xc3\xeb\x40\x45\xac\x1a\xc7\x12\x09\xf1\xdf\x1f\x9d\x3c\x64\x2c\x0f\xcc\x5b\x8f\x77\xb0\x0f\xab\xc4\x1b\x88\xc3\x62\x60\xd3\xbd\xa4\x7a\xae\x3a\x9a\xb4\x02\xc5\x7d\x7a\x55\x07\xd3\x04\xee\x70\x98\xd0\x0c\xb8\xc3\xa1\x6f\xee\x7d\xba\xb4\x7e\x43\x72\x76\x78\xd0\x7d\xca\x52\x3c\xaa\xa7\x71\x21\xac\xcc\xc9\x86\x93\xc6\x9e\x1c\xe7\xe6\x37\x1c\x34\xc9\xca\x56\xc2\x87\x1e\x98\x02\x22\x16\xc5\x50\x00\x11\x87\x1e\xa6\x00\x22\x0e\x53\x88\x81\x87\x38\x74\x8d\x05\xf6\x70\xfc\xda\x9f\x49\xae\xc0\x44\xdc\x03\xb7\x19\x49\x1c\x32\xd6\x6d\xe2\x0a\x75\x20\x60\x11\x87\xbe\x93\xc0\x22\x96\xdc\x09\x86\xdb\xaa\x4e\xdd\x37\x2b\x23\x4d\xbe\xe9\x98\x54\xed\x96\xcd\x7a\x6c\x6f\xf6\x9e\x04\xf2\xce\x8d\xc0\xc4\xc1\xbd\x57\x7e\xf4\x58\xc2\x3f\xb8\xee\x74\xbc\x69\x41\x77\xd1\x1e\xdb\xa0\x23\x79\xeb\xec\xc6\x37\x3c\xe6\x40\x0c\x04\xf1\x70\xaf\xa0\xff\x6c\x49\x33\x07\x98\x3c\x7e\x58\x9e\x15\xf1\xa8\x24\xbf\x97\xc4\x3d\x4e\x90\xd3\xf0\x70\x22\xdd\xb8\x8f\xa2\xb6\x14\xf2\x01\x0c\xcd\xf5\xd1\xce\x8e\x84\x71\x9b\x5e\x5b\x9e\xf7\xda\x5d\xbe\xf7\xfa\x5a\xdb\x29\xa0\x87\x55\xa1\xf0\x4e\x4d\xdc\xa3\xf5\xca\x18\xd1\xec\x80\x33\x1c\x26\xaa\x02\xb6\x70\xe8\x51\x08\x52\xe1\x50\x28\xb8\x3f\xc9\xab\x84\x45\xde\xef\xd2\x68\x34\x97\x38\x7f\xf0\x12\x14\xb9\x3b\xbd\xa5\xac\x48\xab\xcf\x6e\xe0\x49\xf3\x79\xe3\x99\xc6\x86\xcf\xb2\xfa\xea\x0b\x99\x29\x99\xd8\x87\x34\xae\xfa\x55\x3c\x3f\x1b\xae\x3c\xdb\x58\xf0\x4c\x82\x25\x56\xf8\xf9\xe1\xf8\x7f\x58\x4f\x2e\x2a\x2f\x07\x3e\x06\x8c\xff\xd1\x79\xea\x40\x88\x7b\x4c\xe8\xa4\xfb\x35\xc8\x87\x47\x53\xa5\x7f\x0e\xc1\x02\x2c\xc2\xf6\x1a\x7e\x24\xd1\x59\xbe\x04\x17\xbc\x7e\x84\xaa\x7f\x58\xd8\xbb\x57\x46\x8d\xef\xaf\x96\x7a\x91\x12\x75\xa1\x7c\x0e\x96\x7d\xd8\x0d\x97\x1d\xc2\x04\x84\xe2\xee\x13\x25\xb8\x18\x37\x34\xe6\x21\x4b\xac\x41\xcf\x0f\x39\x33\x8c\x63\x7a\x4a\xf6\x9b\x6e\x94\xec\x9f\xa5\x65\x35\x6c\x9b\x47\x9b\x3b\xcb\xf2\x08\x63\x61\xe3\x79\x49\xbe\xfc\x03\x02\x01\x8d\x03\x3f\xb1\xc9\x82\x1e\x54\x78\x6f\x70\x84\x52\x0c\xc9\x14\x50\x8a\x43\xbf\xb4\x27\xe3\x72\x69\xad\x32\x67\xf6\x09\xa5\xdd\x4c\xd8\x8f\x39\x09\xa7\xcf\xca\x88\x8e\xae\xb2\x15\x9d\x02\x23\x6e\x75\xc1\x7a\x4c\x50\xa8\xf2\xf1\x34\x91\x1b\x99\x03\xf3\x13\xfe\x7c\x6e\xcc\x93\x05\x5c\x2e\xba\xd1\xd8\x36\x59\x56\xf6\x0c\x85\x7c\x1a\x29\xc8\x39\xf3\x4f\x83\x5a\x22\xef\x3f\x98\xd8\x75\x9f\x7d\x4c\x15\x35\xfe\x44\x30\x8a\xa7\x39\x6d\x4c\x95\xf2\x04\x4e\x12\x8f\xc1\xb7\x10\xc2\xc7\x1b\x75\xfd\x59\x9f\x9e\x6b\xc6\x0a\x74\x6f\x8c\x90\x59\x1e\x05\x0a\x24\xc2\xc7\x48\x5c\x3d\x5d\x9f\x14\x22\xf2\x1f\x25\x9b\x66\xcd\xf4\x7f\x5a\x97\x0e\x17\xcd\x22\xb9\xaf\xfc\x0a\x06\x8b\x2c\x04\xac\x63\xd5\xb0\xfe\x90\x8c\x43\x87\x3e\x10\x1e\x87\xde\x6a\x8f\xc6\x7b\x3d\x6b\x45\x75\x34\x57\x88\xa8\x8e\xa5\xb8\xed\x07\x34\x2e\xfc\x23\x3b\xc5\xcc\x0f\xa6\xc4\x85\x8e\x5c\x4f\xbe\x0a\xa0\x13\x9c\xf9\x70\xf7\x50\x20\x68\xdb\x19\xc9\x18\x5a\x96\x2d\x06\x0a\x1f\xc3\x0e\x49\x8e\x34\x44\xa3\xc0\xf4\xd9\xeb\xca\xac\xc9\x9d\xfe\xb3\x2a\xb8\x0c\x02\xc7\xa3\xb5\xc0\x14\xbf\xcf\xcc\xf5\xa0\xe2\xa9\x58\x23\x7d\x99\x4a\xb6\x6e\xbf\xa9\x19\x5a\x52\x65\xe0\x8f\x3a\xe3\x63\x62\x0f\x60\x44\x03\x98\xc8\xa1\xd7\x98\x60\x90\x4b\x5b\xf7\x33\xdd\x0e\xb4\xb2\xf4\x01\x93\x92\x2c\xe7\x9a\xd2\x1a\x06\xf4\x68\x7d\xcc\xeb\xe1\x2d\xee\xb3\x52\x78\xe3\x79\x9f\x1d\xbd\xa3\x81\x79\x1c\x3a\x77\x01\xf3\x58\x0c\x8b\x79\xf4\x8b\xcb\x13\x92\x12\x88\xc4\x67\x4b\x20\x43\x17\x9b\xe7\xc4\xfd\x45\xe2\xa8\xd0\x21\xc1\x38\xe9\x93\x6b\x73\xea\x65\xe2\x71\x39\xb3\x4f\x7e\xe5\x3a\xc3\x36\x1e\x45\x0d\xc9\x29\x6e\x71\x79\x6c\xf1\x8a\x53\x4c\x7d\x14\x3b\x24\x00\x27\xf3\x21\x49\xda\x22\xc8\xd0\x9f\xe7\xc1\x95\x5a\x1d\x09\xb0\xc9\x6a\x0c\xc8\x93\xde\x71\x1e\xe7\x8b\x70\x12\x1b\xbe\x38\xe6\xcb\xc2\xb2\x3e\x98\x17\x28\x94\x53\xef\x72\x40\x28\x87\x1e\x47\x09\x42\x99\x9b\xf8\x82\x87\x4c\x9f\x81\x55\x93\x9e\x29\x94\x38\x33\x5c\x21\x68\x10\x03\x9b\xb2\xca\x80\x1f\x81\x39\xf4\x52\x4e\x6c\x4a\x45\x24\x60\x27\x87\xae\x65\x22\x4d\x1a\xaa\x2a\xd0\x64\x73\x51\x74\x85\xd3\xb6\x06\xb8\x64\x31\x75\x98\xe0\x92\xcb\x54\x41\x80\x4b\x56\x8d\x4e\x80\x4b\x16\x00\x5d\x03\x70\xc9\xa1\x39\xff\x31\x65\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\x73\x06\xeb\x07\x02\x98\x64\x31\xec\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x8c\xe3\xef\x80\x36\x90\x25\x6b\x0e\xf6\x3d\x28\x44\x65\x5e\xf7\xeb\x73\xfb\x10\xa2\x54\xab\x4d\xbe\x8d\xaf\xfc\xc3\x73\x25\xe7\x48\xd1\xc5\xe3\x87\xb7\x9d\x6e\x1d\xc2\x4c\x9a\x92\xe7\xd1\xf3\xce\x2b\x88\x27\xc5\x18\x8f\x0f\xc9\x26\x73\x16\xf1\x07\xdf\xaa\x28\x2f\x26\x42\xa0\xc4\x27\x1f\xf1\x88\x22\xec\xe8\xdd\x04\x9e\x64\x53\xc6\x7f\x8c\xf0\xd5\x12\xf7\x7c\xd9\xa0\x5f\x5d\x94\xd8\x5f\x89\x09\x59\xbc\x5f\x78\xb1\x61\x98\x68\x02\x7c\xc8\x5a\xd8\xab\xc0\x43\x0e\x9d\x84\x80\x84\xdc\xd5\x0e\x5e\x16\x7f\x58\xe0\xe4\xf9\xe0\x99\x16\x68\xed\x3d\x72\x8b\xf1\x51\x5e\xf0\x4f\x5f\xe8\xb9\x4d\x1f\x5e\x27\x4f\x8b\xe4\x0e\xf0\xe5\x42\x57\xb1\xc4\x6d\x6f\x17\x2f\xd2\x87\xe1\x0b\x66\xce\x65\x5d\x90\x07\x26\xf7\x4d\x8b\x03\xa7\x03\x90\xc8\xa1\x8b\x10\x20\x91\x43\x3f\x10\x30\x22\x87\xbe\x46\x60\x41\x16\x2d\x7f\x60\x41\x1e\x53\x3d\xe9\x2d\xfa\xb3\xa0\x4c\xbc\xe6\xff\x70\x4c\xba\x88\x57\x96\xff\x55\x04\xd1\x19\xf7\xd5\x03\x60\xf9\xac\xf5\x01\xfe\xfd\x56\x3b\x42\x55\x88\x1d\xa6\xe4\x78\x11\x3b\x8a\xae\xc0\x2f\x72\x87\x5e\x1d\xe2\x44\x2e\xb3\x46\xbd\xd8\x21\x74\xc4\x00\x27\x72\xe8\xed\x01\x4e\xe4\xd0\x2d\x01\x9c\xc8\xa1\x0b\xca\xab\x7d\x62\xf9\x3d\xda\x09\x54\xff\xe5\xfe\xbf\xe8\x5e\xfc\x02\xda\x6c\x7e\x40\x20\x23\x87\x9e\x22\x6f\x5e\xfa\xc3\xab\xdf\xb4\x4f\x84\x25\x06\x5f\x31\xba\xbc\x81\x70\xa8\xf8\xee\x35\xad\x0a\x00\x4b\x96\xc8\x7a\x2f\xf5\x16\x9e\x71\x99\x83\x0a\x03\x32\xb9\xfb\xc1\x47\xdd\x1d\xe9\x90\x3a\xf1\xac\x76\xbd\x03\x25\x8d\x3c\xfd\x76\x7d\xc8\xfc\x86\x7e\xc0\x57\x84\x98\x4c\x5f\x41\xb0\x24\x87\x3e\x17\x40\x49\x0e\x73\x5f\xbc\x3d\xc7\x4d\xad\x03\xa7\x45\xf7\xbc\x18\x5b\x5a\xbe\xdf\x14\x1a\x5c\x98\xe1\x58\xfd\xc3\xe9\xa7\x1f\x83\xe9\xaf\x7e\xc3\xf4\x57\x6b\x05\x3a\xd6\x2d\x31\x50\xd5\x91\x4a\xde\x34\x4d\x2c\x5f\x72\x4b\x50\xfa\x1f\x2e\x34\xcf\x8a\x54\xf9\x92\x73\xee\x8b\x56\x2f\x84\x83\x37\x6c\x9c\xb1\x06\xeb\xed\xe4\xc4\xcd\xf3\x9f\xda\x2d\x00\x95\xc3\x6b\x4d\xf0\x29\x77\x33\x4c\x69\x70\x82\x9c\x5e\xdd\xea\x73\xcb\xcc\x84\x7d\xe6\x99\x5d\x02\xaf\x79\xe7\xf9\xdf\xff\x92\x69\x01\x56\x39\xbc\xa0\x7b\x75\xab\xf7\x0a\xe0\x9d\xac\x01\x4c\x08\xe0\xca\x9a\x5b\x0c\x93\x85\x77\x6a\x6f\x5e\x44\x2c\xff\xe0\x68\x20\x84\xbd\x2b\x97\xc3\x17\x96\xc3\x29\x4d\xc7\x3d\xf7\x88\x21\x58\x95\xf9\x11\x5f\xce\x24\x5a\xc0\xcb\x0d\x8d\x16\x9f\xe7\x84\xad\x07\xd4\xdc\x31\xcd\x7b\x2a\xd4\xdc\x04\xcb\x36\xbe\xaa\xe8\x93\x2f\xce\x0e\x64\xe1\xcb\x73\xc3\x8e\xfb\xcc\x77\x67\xcc\xc2\x67\xbe\x3b\x8d\xdc\xe0\xd0\x0d\xaf\x23\xbe\x26\x23\xf7\x77\x8d\x02\x30\x60\xd0\xe6\x86\xc6\xfa\xaf\x53\x00\xf1\x0c\xb0\xb9\xa1\xe5\x1c\x48\xb9\xdd\x13\xda\xeb\x92\x40\x76\x32\xa0\x72\xfb\x1f\x5e\xb0\xad\x75\x43\xe4\xbe\x21\x4f\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x0d\xbf\x22\xa1\x1a\x5b\xf9\x33\x6b\x6b\x7e\x23\x69\x9d\xfe\xf1\x72\x87\x40\xb7\xc2\x6c\x37\xfc\x1e\x6e\x8c\xe9\x1f\x32\x76\xfa\x1b\x58\x97\x9c\x1e\xbc\x50\x9b\x73\x1d\x8c\x09\xe2\xf1\xed\xbd\x9b\x3e\x63\x20\xc1\x0d\xad\xe0\x9f\x9b\x0a\x3a\xf7\x4d\x32\xe5\x40\xa2\x01\x82\x1b\x9a\xbd\x01\x82\x1b\xda\x87\xc1\x81\x1b\x5a\x9d\xbf\xbd\x09\xab\x7e\x90\x62\xc2\xad\x31\xfd\x88\x1d\xe9\xa6\x98\x12\xe8\x6a\x0b\x44\x7d\x67\xad\xb9\xaa\x54\xe5\xe5\x58\xe5\x9c\x82\x0f\xb7\x27\xd6\x17\x16\x8c\xd3\x20\x0a\xdc\x34\x86\x5f\x14\xb8\xd0\xf0\x04\xf2\xdb\xd0\x74\xfb\x99\xae\x15\x6c\xcd\x00\x05\x6e\x88\x63\xf3\x2d\xce\x83\x1b\xec\xc4\x19\xc2\x3d\x71\x2a\xc1\x4f\x5f\x98\x10\xd7\xd1\x48\x8f\x9f\x05\x72\x4d\x19\x20\x5e\xa6\x60\x3c\xc6\x67\xbe\xb9\xe2\xef\xb2\xfd\x6a\x4d\x2e\xaa\x9b\xf0\xb4\x6d\x9f\x39\xed\xae\x23\x16\x33\x65\xdd\x0f\x94\x9e\xa2\x83\x2b\x10\x70\x43\x0b\xe5\xa7\x28\xea\xee\xc0\x94\x26\x45\x00\x00\x6e\x53\x6e\x3a\x88\x0b\x8b\xe4\xf3\xc3\x0e\xd6\xbd\x83\x00\x0c\x6e\x7f\xc5\x1c\x90\x59\xa6\xba\xc6\xb7\x47\xc9\xdd\xe5\x35\x96\x5e\xa6\x20\xbd\x0d\xad\x3e\xdf\x8d\xe7\x07\xdc\xfd\xc3\xb7\xa4\x7b\x35\xf1\x99\x1b\xa6\xfd\xfe\xbc\xd0\xf8\x1e\x55\x6f\xc6\xf2\xb0\x9e\x2e\xa1\x12\x29\xc4\x0a\x78\xb8\xbd\x9c\xf4\xff\xc9\xfe\xf3\x15\x46\x2b\xa3\x5f\x3e\x85\x45\x97\x16\xf9\x70\x7a\x61\xfe\xbd\xda\x39\x7f\xfe\xc3\xdc\x39\xf1\x6f\x8e\x8b\xb1\x70\x95\xa5\x51\xe3\x13\x6d\xdc\x93\x42\x58\x60\xd7\x60\x01\xf0\x5b\x68\x7b\xfd\xb8\xc9\x9a\xcd\xad\xc8\x4d\x96\xd6\x0e\x00\xde\x86\x1a\x39\xf8\x6e\x47\xd7\xda\xf4\x01\x06\x2e\xff\x05\xec\xad\xe2\x6b\x38\x81\x74\xab\x84\x65\x4c\x10\xdd\x1a\xa6\xb0\xf9\xc3\x1b\xb4\x21\x4c\xcf\xdf\x8f\xd4\x91\x5b\x4e\x99\xbf\x2d\x10\x0e\x54\xe5\x09\xec\x5b\xe1\x62\x70\x02\xfb\x36\x4a\x56\xa4\xc5\x72\xf9\x32\xed\xab\x5f\x9d\xbe\x58\xfc\xa2\x88\x7f\xb0\x67\xb2\x6d\xc9\xd9\xf2\x23\xd7\xf6\xf0\x1f\x0f\x67\xa3\xc8\x96\x28\x0b\xe1\x4b\x13\x78\xb8\xfd\x15\x2d\x22\x50\xa2\x2c\xcf\xdf\xa1\x28\xd5\x7c\x69\x7e\x45\xc5\xa6\xaa\x3b\xac\x6a\xd8\x2d\xbf\x02\x3b\xda\x06\xb1\x69\x11\x26\x39\x7f\x86\x19\xe2\x59\x3c\x7f\xa6\x38\x1f\x8b\xe2\x08\x94\xe5\xc7\x5c\x95\x6c\xc3\x3f\x4c\x35\xe8\xcc\x6d\xc9\x71\x10\x30\x39\x7f\x0a\x8b\xed\x47\x5d\xc6\xb0\x97\x46\xf9\x2a\x46\xe2\x8f\xd5\x51\x10\x1c\x8c\xca\x0b\xa9\xd2\x29\x2f\x80\x2a\x99\x00\xe6\xcf\x84\xe3\x95\x51\xd5\x24\x3f\xd6\xa5\x7e\xb8\x68\xbe\xe6\x76\xa0\x49\xe4\xc2\xe2\x74\x19\xcb\xfe\x73\x3f\x10\xcc\x8e\xfb\xc5\xfc\x09\xaa\x81\x13\xef\xfc\x61\xcd\x2a\xce\x8a\x69\x64\x70\xc3\x9d\x09\x38\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\xfc\x40\xb8\xe4\x98\x00\xc4\x8d\x62\x07\xbb\xdf\xd3\xa7\x8e\xd9\xd8\xed\xd0\xed\x06\x8d\xe1\x2b\xd2\x7f\xf9\x72\x60\x32\xa0\x7f\xc3\x06\x98\x83\x91\x3d\xa2\x17\x23\xd7\xd9\x7f\x68\xae\x30\x9f\xc3\xb5\xb5\x1f\x03\x33\x61\xa5\xda\xcd\xe9\x06\x22\xe9\xfc\x45\x6e\x32\x4a\x63\xe8\x41\x68\x9e\x3f\x0c\x3d\x88\xeb\xf3\x17\x28\xf4\xd6\x1a\x9e\xfe\x7c\x61\x36\x0a\xfd\xd8\xec\xb0\xe0\x82\x35\x7f\x88\x6f\x88\xaa\xf3\xc7\xcd\xd2\x6c\xee\x11\xc4\x32\xc4\xd3\xf9\x13\x36\xdc\x8d\x80\x54\x06\x45\x9d\xbf\x34\xf9\x74\x3e\x9a\x1c\xcd\x3f\x31\x3b\x26\x98\x75\x83\xbb\xf6\x09\x66\xdd\xc0\x88\x3a\x7f\x84\x48\xd6\x49\x57\xa6\x22\xe6\xb2\x66\xc0\x38\x26\x03\xdc\x2c\xb5\x61\x8c\x9c\x3f\x01\xc9\xa7\x85\xf3\x44\xd0\x2f\x4c\x41\x48\x27\x53\xf8\x3a\xa0\xa3\x27\x80\x75\x95\x30\xae\xf9\xd3\x10\xd4\xdc\x52\x70\xca\xe2\x1e\xc6\x12\x84\x5c\x35\x7f\x72\xcd\xe6\x4e\xc5\x14\xd4\x3d\x80\x4b\xba\xe0\xa4\x1b\x14\x59\xe8\xd3\x89\xb2\xee\xe0\xe4\x94\xcd\x6d\x77\x92\xe8\xb8\xfb\x91\x07\xd3\xe5\xd3\x14\xd4\xdc\xa8\x06\x67\x4c\xda\xd8\x7c\xb3\xe6\x88\x88\xcd\xe8\x3f\x77\xc2\x09\x59\xa8\x7e\xc4\x32\x55\x0b\xe3\x4a\xed\x0e\x4e\xf3\x0f\x85\x81\x77\x3a\xac\x48\xd0\x3b\xcb\x5e\xd2\x46\x8f\xc2\x95\xf1\x4d\x7e\x45\x5a\xa0\x46\x6b\x30\x44\x98\xf4\xfc\xdd\xac\xb1\xe7\x53\x3f\x90\x66\x13\xa4\x3d\xc7\xf1\x69\xfe\x92\x69\x3a\x54\xad\x36\x3f\xe9\x06\x5c\xb3\xe6\x57\xb9\xe7\x59\xbd\x5b\x14\x70\x3a\x72\xab\x90\x2c\x8a\x1b\xb5\x88\x5f\xf4\xfc\x3d\x6a\x81\x72\x85\x27\x9b\xf7\x33\xb6\x91\xfd\x7d\xd8\xd1\xd5\x8f\x58\x57\x1b\x7c\x5c\x57\xba\x8b\x7d\xa6\x78\x02\xb8\x16\x1a\xee\xa8\x8c\xbc\x97\xe6\x98\x34\xcd\xbd\x49\x5c\x63\x12\x84\xd7\xfd\x6b\x01\x8f\xb4\x87\x92\xd8\x88\x45\x8a\xd3\xf9\x7b\x25\x5f\xf2\x14\xee\x85\x92\x0d\x98\xe8\x25\xa4\x15\x1f\xb4\xdb\x3d\xf5\xe5\x58\xe9\xed\xa7\xcd\x54\x22\x47\xd6\x97\x6c\xdd\xeb\xa3\xe6\xce\x33\xe2\x11\x7f\xc8\xf9\x23\xe2\x71\x85\x4c\x10\xe7\x91\x70\x69\x3f\x97\x76\xb0\x49\xe0\xcb\x2b\xe4\x81\x5e\x2d\x35\x37\xe2\xc7\xb6\x72\x03\x08\xf9\x91\xc5\x5f\x4b\xec\xe2\x87\x4e\x25\x9c\x0e\xf1\x02\x17\xb9\x57\x27\x18\x81\x07\xc9\x2c\x27\x10\x81\xc5\x29\x05\x21\xb0\x61\x7f\x9f\x00\x04\x56\x50\xa8\x26\xf8\x80\x43\x5e\x7a\xfc\x00\xa8\x9c\xfe\xae\xb1\x79\x58\xe9\x63\xff\xf8\xe7\xc8\x53\x43\x55\x47\x0e\xd6\x97\xe9\x3f\xc1\x0b\x17\x44\xcc\xf5\x71\xb0\xe6\xcd\xdf\x95\x0b\x87\x25\x5e\x2b\xe6\x2b\xa3\x25\xf1\xab\x9e\x07\x66\x18\xb9\xe1\x61\xe6\xd6\x66\xbd\xda\x61\x1a\xc7\xfc\x28\xf6\xde\x67\x92\x9e\xae\xe3\x2f\x1f\xbe\x79\x24\xdf\x2d\x56\xce\x9e\xe0\x60\x1c\x35\xf7\x04\x0d\x55\x5c\x1b\x9d\xc9\x2a\x1e\xb1\xcf\xb9\xf2\x4c\xd9\x66\xae\x55\xfa\x73\x24\x6f\xb5\x67\x35\x87\xe9\x8b\xf3\xe7\x72\x6d\x86\x3a\x64\x45\x87\x97\x40\x48\x99\xf3\x48\x38\x8f\x41\xb7\x64\x9b\xb0\xd0\xc3\xd4\xaa\xc5\x05\x6b\xd9\x8a\x5f\x31\xb1\x9c\x93\xc3\xb4\x6a\xf8\x59\x4c\x40\x0a\x0b\xb9\x5a\x26\x20\x85\x15\x63\xe3\x04\xa3\x70\xc8\x29\x84\x28\xd4\x6d\x78\x02\x51\x38\x64\x7d\x07\xc6\x15\x39\x2a\x68\x85\x0d\x83\xf2\x04\xa1\x70\x4f\x8f\x7f\x30\x6f\x5b\x81\x9b\x62\x0f\xc6\xcf\xde\x9a\xf8\xf4\xdf\x3f\x92\xf7\xea\x3f\x78\x11\x54\xff\xd0\x49\xc3\x9e\x0c\xa7\x84\x46\x34\x84\x90\xb0\x76\x1e\x61\x24\x0a\x0d\x46\x82\xf5\xd0\xc5\x70\xcf\xc3\x23\x8f\x80\x1c\x72\x60\x8f\xc8\xb9\xa2\xc1\xad\x64\x56\xe9\x3b\x28\x85\xb5\x3b\x87\xa1\x1d\xca\x9a\xbe\xff\xfe\x17\xe1\xa2\x4d\xf8\xbc\x5b\x73\xca\xe7\x5d\x33\xb4\xd2\xdc\x99\x68\xa5\x9e\x75\x40\x0d\xf7\x47\xb4\x30\xdd\x18\xd5\xe2\x92\x84\x60\x65\x51\x4c\x3d\xf8\xa0\x1a\x8e\x3c\x57\x2a\xa6\xa4\xba\x9d\x87\xce\x99\x39\xbe\x29\x0f\x61\x12\x96\xbb\x12\xee\x77\xc8\x53\x1d\xde\x82\x02\xba\x5f\xf2\xaa\xc5\x03\x2e\x42\x48\x83\x36\x82\x71\x58\xbb\x27\x7c\x65\x83\x16\xc7\xbc\x9c\x1f\x81\x01\x31\x6d\x42\x42\x03\x27\x04\xfb\x70\xe4\x36\x3e\x73\xc3\x30\x0d\xa7\x1d\xa1\xeb\x38\x75\xe4\xfe\x3c\x31\x73\x2f\x0b\x70\x3c\x9d\x83\x33\x87\xc7\x1f\xdc\x90\xe4\x50\x2f\xd5\x18\x38\x05\xa8\x87\x25\xa4\x1a\x57\x4e\x2e\x9d\xe5\x5a\x24\x87\x87\xca\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x69\x90\xce\x83\x1b\x0f\x1c\xa7\x27\x28\x89\x23\xfb\xcd\x8d\x07\x2e\x40\xf3\xc0\x0b\xa3\x48\xf0\x44\xb7\x6a\xcd\x17\xd6\x1b\x51\xe7\x50\x13\x6d\xcd\x17\xcf\xa8\xd5\x12\x4e\x51\x3d\x70\x37\x7d\x9a\xf4\xe9\x66\xd8\x93\x7e\xff\x63\xbc\xfe\x91\xd3\xcf\xf0\x6e\x3a\x88\x14\x04\xc6\x62\x29\xff\x7a\xa2\x82\x89\x30\x71\x3c\x1c\x58\xa4\x31\x50\x16\xcb\xb4\xeb\xf0\xdd\x95\x84\x5e\x7f\xcc\xd6\xfe\xba\xd1\x9d\x87\xd8\x59\x3f\x8f\xda\x63\x9f\xad\xcf\x3e\x5b\x9d\x73\xea\x37\xb2\x26\xa9\x87\xac\x38\xdc\x96\xaf\xd7\xe2\x3e\x4b\xa1\x5d\xb7\xd7\x7b\x5f\x9f\x63\x57\x85\x0e\x78\x70\x01\x82\xbb\xec\x3c\xbc\xf4\xf0\x10\xbd\xb2\x1a\x67\xdb\x24\x38\x4d\x5e\xf1\x6a\x17\xb6\x84\x74\x41\x1e\x64\xee\x01\x8f\x5d\x66\x32\xa5\xb9\xcf\xe5\xb1\x6d\x22\x27\x56\x48\x9c\xd3\xab\xc3\x01\x8a\x80\x8e\x23\xd7\x04\xb8\xf1\x28\xf9\x2c\xa1\x96\xa1\x7c\xec\x9a\xe5\x1f\xda\x13\xe0\x47\xc2\x38\x2e\xee\x9b\x66\x81\xfb\x76\x1c\xae\x66\xf9\x39\x0f\x10\xe4\xc2\x4d\x09\x1e\xc1\x13\x80\xc7\x81\xdf\xef\x2c\x3f\x65\x82\xe0\x79\xfd\xf7\xbf\x8e\xc3\xcd\x2c\x5c\x9a\xe0\xd0\x3b\x8b\x60\x5d\xa8\xea\xb3\xa0\x16\x2b\x81\x02\x0e\x39\xf0\xdb\x9d\xc5\xec\x39\x74\xb0\xa4\x52\xcc\x06\x04\x35\x72\x10\xa1\x3f\x0b\x5e\x9e\x5c\x4e\xcd\xb2\x59\xf7\xc0\xb1\x63\x82\x19\x59\x09\xa6\x9a\x45\xc6\x3d\x7c\x96\x62\x77\x3f\x52\x4a\x81\xd7\x83\x25\x59\xfe\x3d\x9b\x5f\xca\x16\x14\x21\xd9\x2f\xe5\x40\x4d\xeb\x36\x07\x86\xaa\xd5\x96\x24\xa7\x0c\xa2\x78\xe4\xe1\x81\xe0\x4d\x96\x82\x7f\xff\x2c\x30\x74\x8d\x09\x80\x4f\x9a\xaf\x7b\x02\x3e\x39\xaa\xa3\xc0\xcb\x43\xfe\x5b\x70\xec\xc0\x64\x34\x81\x98\xdc\x4d\x30\x05\x9b\x63\x0f\x7c\x81\xa7\x78\x93\xff\x66\x99\xe4\x07\xf8\x2e\x4c\xf1\x26\xb9\xac\x99\xc5\xec\x3c\x59\x60\x52\x98\x91\xe2\xe5\x41\x92\x8c\x59\x6a\x4e\x87\x2f\xee\x54\x38\x58\x69\xce\x38\x4d\x9b\x4b\x9d\xb8\x84\x59\xbc\x32\x91\xbf\x14\xaf\x4c\xd4\x3e\x40\x9b\x3c\x3a\xfe\x26\x53\xb8\x49\xee\x67\x67\x69\xb9\x02\xb4\xd2\xd4\x38\x9a\x95\x49\x26\x38\x4e\xa5\x49\x26\x90\xaa\x4b\x7a\x61\xa0\x1e\x97\x2e\x2f\xb0\x36\xbd\x37\xdb\xf0\x33\x6f\x63\xd0\xe7\xc0\x9c\x1c\xb8\x22\x4f\x30\x27\x07\x1e\xa5\x53\x98\xc9\xd9\x86\xc5\xd9\x6f\x70\x28\x90\x25\x07\x7e\xa0\xb3\x24\xcb\x47\xae\x06\x4d\x72\x28\xa6\x26\x9a\x64\x1b\xbe\x34\xfe\xa0\xa6\xa1\x05\x9e\x51\xa5\xaf\x85\x5b\x17\x15\x5c\xe1\xaa\x0c\x65\x77\xa4\x9b\x82\xb1\x19\x97\x93\x59\x86\x00\x72\x14\xd8\x92\xc0\xa8\x6e\x0c\x6c\xcd\xbd\x1d\x7f\x51\x3e\x00\x27\x77\x87\x19\x22\x01\x95\x79\x34\xcd\x53\xae\x5e\x56\xd2\xc7\xc2\x09\x12\x71\x92\x58\xa3\x09\xe4\xe4\xa8\x1e\x48\x1d\x2e\x1a\xb4\xaf\x4c\x07\x0c\xf7\x4b\x6c\xc9\xf0\x58\xcd\x1c\xa5\x9f\x2d\xff\x61\x34\x86\x45\x36\x77\x1e\x52\x40\x71\xb7\x4d\xa6\xdb\xbd\x3d\x55\x6e\x21\xbd\x45\x1f\x0b\x32\x8c\x4f\x10\x28\xcb\x2f\xf7\xc1\xca\xf6\x7d\x69\xea\xbd\xb4\xaf\x4c\x90\xc4\x62\x4d\x5f\xfc\x0c\x61\x08\x72\x5d\x16\xc7\xd7\xdd\x8a\x33\x45\x75\x7f\x9f\x3f\x0b\xf0\xd1\xa9\x73\x94\x7b\xe2\xd4\x8d\xc5\x3f\x06\xc0\xa5\x94\x3e\xf5\x8f\x1d\x16\xf7\xac\xc0\xbd\x0b\xde\x14\x55\xd2\x81\xda\x5c\x5d\x61\x52\xd3\x29\x11\x0a\x6d\xd9\xf1\x38\x98\x40\x5b\x16\xa5\x35\xa1\x2d\x17\x6e\xb3\x13\x68\xcb\xa3\x22\xa2\x95\x94\x1c\x10\x23\x0a\x69\xea\x86\x4b\x62\xe2\x83\x16\x7e\x15\xd6\xeb\x57\x29\x19\xf1\x4c\x77\xa1\xf5\xe5\xca\x05\xa1\xeb\x97\xbd\xf5\x0f\x0f\x43\xf8\x42\xee\x89\x69\xb5\xd9\x5d\x5f\xf4\xba\x75\xa7\xdc\x1a\x7c\x68\xe3\xce\x43\x4e\xbd\x4f\x0e\x84\x9e\x3c\xde\xaf\xd3\x5f\xbc\x33\xab\x53\xb5\x99\x7c\x53\xf8\x2e\x38\x67\x4e\x3b\x95\xbe\x99\x0e\x90\x1c\xac\x1d\xe9\x17\xd4\xcb\x51\x1d\x1e\x8e\x10\x25\x29\x17\xac\xbb\xba\x1a\x78\x45\x68\x49\x28\x78\x42\x54\x29\xca\xc3\x82\xbb\x00\x6f\x2e\x38\x05\x30\x66\x2b\xdb\x80\x8c\xb9\xe7\x80\xa6\x5f\x08\xab\xdb\xf8\xcd\xdd\x46\x67\x5f\x81\x7c\xfd\x48\xec\x3a\x56\xec\x05\xbd\xc2\xe3\x65\x24\x25\x40\xe3\xb3\xbc\xb9\x43\xe8\xec\x0b\x7a\xa3\x9d\xd2\xd7\x21\x29\x53\xf2\x7d\x19\x07\xce\x0e\xca\xe1\x40\x6e\x8e\xea\x64\xe2\xd8\x59\xdd\x21\xc9\xf6\x65\x03\x9f\xd4\x4f\x1a\xf2\x39\x53\x34\x8e\x67\x67\xb5\x6d\x7c\x20\xaa\xec\x21\x23\x26\xdd\x79\x5f\xae\xf1\xae\xaa\x66\x26\x22\xce\x6c\x05\x69\x85\x5c\x82\x13\xf8\xcd\x4a\x7e\xdb\x59\x7f\x76\xca\x02\x8d\xf9\xf7\x59\x97\x86\xc5\x33\x5c\x18\xba\x5d\x7f\x76\xc9\xb2\x6e\xb5\xe9\x8b\x97\x8c\x3c\xcb\xb6\xed\x85\x79\x0d\x48\xf6\x30\x81\xde\x3c\x8e\x3f\x71\xc9\x67\xd5\x3d\x82\xf0\xd7\x59\x4d\x6e\x20\x55\x16\x8c\x33\x70\x50\x9c\x15\xa5\x9b\x80\xb2\x09\xe6\x66\x10\xc3\x38\xab\xdc\x17\x4e\x57\x0d\xa3\x90\xd8\xd7\x8c\x87\x44\x1d\xa9\x5a\xb0\x25\xe4\x00\x6d\x0e\x72\x79\xcc\x9a\xd6\x6c\x64\x13\x50\x37\x47\x45\xdf\x06\x74\x73\xe0\x3f\x37\xab\x56\x6e\x05\x73\x60\x35\x07\x6e\x80\x13\x58\xcd\x51\x39\x67\xa0\x6a\x16\x1c\xff\x26\xa8\x9a\xbb\x80\xb5\x82\xac\xfa\xf3\x0f\xe6\x14\x93\x4d\xad\x8a\xdf\xa8\x20\x35\x39\xf6\xb4\x3d\x37\x19\xfb\xb5\xca\xbe\x11\xdb\xaa\x39\x5a\x65\x2f\x62\x6f\x76\x2d\xe9\x60\x6f\x1e\x13\x8f\xcf\x09\xf8\xe6\xc0\x9b\x6d\xd6\xcd\xca\x63\x38\x87\x4d\x09\x1b\xa2\x54\xc9\x56\x44\xde\xe4\x59\x33\x6a\xc3\xdf\x81\xf7\xb4\xbd\x6e\xdb\x4c\xa1\x79\xf9\x34\xd3\x01\xdc\x29\xb2\xc8\xac\xdd\xd9\xe1\xa0\xd6\x6e\x3f\x60\x86\xb5\x4b\x6d\xb2\xae\xdc\xfb\x74\x37\x39\xff\xf2\x9f\x49\x4f\x6c\x05\xaf\x42\xaf\x69\xea\xe6\xdd\x93\xe4\x4a\x13\xdc\xcf\xc3\x58\xb5\x59\xcd\xc5\x2a\xc7\xab\x18\xb7\x95\x94\xc0\xe4\x1c\xd5\xd1\x86\x21\x88\xb4\xa7\x3f\x02\x18\x13\x13\xec\xcd\x43\x8a\x0f\xf6\xe6\xf8\xf7\x51\xee\x18\xff\xf8\x68\x9b\x9a\x66\x36\xc7\x84\xce\x5c\x03\x3a\x62\xfc\x63\xd6\x35\x9d\x76\xea\x9a\x12\x57\x57\x9a\x8b\x60\xa9\x1d\x00\x9d\xa3\xba\xe8\xe8\xdb\x79\x0a\xf1\x40\xe8\xda\x29\x00\xe8\x1c\x72\x92\xba\x14\x1d\x5d\xcd\xe5\x19\xa6\x26\x9c\x0b\x48\x9d\x31\xc5\xdd\xec\x3f\xf7\xf4\x5a\x76\xca\xaf\x6c\x83\x81\x1b\xcf\xd8\x96\x7f\x78\x58\x60\x25\x55\x1f\xc6\xb6\x7c\x81\xb4\x78\xa6\xe5\xba\x1e\x35\xf4\xed\xea\x81\xc2\x85\x11\xef\xb1\x59\xbd\xe2\x95\x6d\xd6\x33\xf7\x18\x6d\x10\x20\x51\x5d\x33\xc1\x3c\xb5\xaa\x80\xe6\x39\x70\x9d\x9b\x80\x79\x56\x5c\x21\x66\x35\xcb\x9f\xb4\x5d\x60\xcf\x22\x19\xad\x97\xfe\xb3\x34\x78\xb9\xca\x7c\x84\x2e\xcd\x05\xf8\xac\x42\x81\xc8\x00\xea\xcd\x61\x96\x62\xa1\x1a\x0f\x97\xec\x0e\x16\x96\x8a\x4c\x50\x9e\xb4\x0f\x75\x78\xb8\x8d\xf1\x18\x0c\x8f\xd6\xcd\x62\x84\xcf\x32\x53\x3b\xfb\xe8\x6a\x2c\xa5\x7d\x94\x42\xfc\x8c\x30\x86\xbd\x25\xff\x22\x7e\x86\x2e\x76\xb7\xf8\xe3\x3d\x04\x1d\x40\xff\xc5\x8f\x63\xd6\x07\xc8\xcf\xe2\xf3\x63\x01\x5f\x70\x4e\x91\x14\xbd\x2c\x8e\x54\xf4\xb5\x2f\xb0\x32\x10\x38\x77\x09\x06\xec\xad\xae\xec\x1c\xd4\xcd\x3a\xa4\x5e\xaf\xa6\x3b\x37\xef\x0b\x4d\x75\x90\xf0\xb8\x9c\x6b\xed\xd2\x2e\xce\x87\x1f\x16\x86\x84\x8a\x6b\x5f\x95\x86\xca\xee\x3c\x43\x9b\xdd\xcd\x21\xf7\x21\x6c\x51\xcd\xbb\x7e\x79\x1a\x19\xb5\x78\x9b\x3d\xbf\xa2\xe5\xe5\x57\xb7\x5f\x31\xd4\x8f\x65\x66\x44\x2d\x43\x18\x61\x9c\x4d\xae\x96\xcf\x1a\xc1\x27\xcf\xfa\xd2\x32\x83\x60\x67\x0e\x85\x23\xf0\x32\x83\x84\xec\xb3\x71\xc1\x8b\x4f\xcc\x6c\x9b\xc5\x55\x5c\x41\x67\x53\x93\x85\x18\x37\xb8\x1d\x0e\x05\xb3\xfd\xd4\x6b\x38\x4d\x2d\xaf\x74\xd9\xc4\x60\x6d\x0e\xbc\xff\x66\x3b\x72\xc6\x3b\x2f\xe1\x8b\xff\x78\x32\x61\x9d\xad\xb0\x62\x90\x40\x00\x39\x07\x1e\x78\x13\x78\xcd\xea\xd9\x00\x5e\x73\xe0\x0a\x31\x41\xd4\x1c\x5e\x63\x36\xf3\xf4\x28\x23\xb4\x9a\x7e\x1f\x3c\xef\xa3\xe1\x95\x55\x53\x55\x44\xef\x12\x2c\x73\x76\x4b\x57\x88\xde\xf2\x99\x0c\xcc\x50\x81\xa6\x95\x57\xf2\x02\x0c\xe6\xf0\x9a\xb7\x69\xe5\x55\x76\x68\xf8\xf1\x0f\x47\x47\xe0\x3e\x79\xfc\x66\x4b\xeb\x2f\xb4\x02\x74\xcc\x5d\x82\x29\xdc\xba\x61\x25\x38\x71\x36\xd8\xcb\x24\x49\xd6\x56\x50\xf9\x0a\xb2\x0c\x20\x66\x59\xf6\xaa\xe7\x0e\xa1\xe2\xae\xc7\x01\xf5\xaa\x00\x76\x04\x04\xc0\x2e\xf7\x1a\xf3\xd5\x90\x48\xb3\x5d\x1a\xde\xf6\x40\xfc\x4c\xa0\x2f\x87\x57\x6c\x20\x5f\xd6\xc3\x29\xf1\xe2\x55\xc1\xb3\x0d\xd7\xec\xb0\xc4\xde\x3b\x78\xfc\xce\xa6\x3a\xa8\x18\x04\x26\xe6\xf0\x52\xbc\x19\xbc\xaf\x70\x0b\x28\xe6\xd0\xe6\xd0\x86\xbe\xe1\x16\x90\x3a\x59\xe0\xe5\x1b\x7f\xff\x78\x66\x12\xf4\xa8\xc3\x91\x7d\x02\x8f\x59\xd5\xfe\x00\xc4\xdc\x7f\xd0\x42\x64\x6f\xa9\x8a\x7b\xdb\xc3\x6d\x14\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xda\xb1\xf5\x02\x87\xc4\x0a\x72\x89\xeb\xbd\x6d\x03\xd1\xa3\xbb\x4e\x91\xf3\x69\x83\x2e\x1a\x04\x25\xd1\x35\x3b\x42\x48\xc3\xc8\xac\xfb\x41\xe3\x16\xb7\xb9\xdd\x32\xd3\x8e\x27\x8b\xb8\xbf\xf6\x67\x6a\xe6\x09\xda\x66\xc9\x1d\xbe\x64\xa7\x70\x9b\xb6\x34\x9d\x3b\xd9\xea\x8b\xc3\x67\x77\x26\x04\x39\x51\x38\x7b\xb1\xfc\xc2\x19\x82\xc1\x60\x35\xee\xae\xf4\x32\x9d\x0b\x04\x11\xa8\xcd\xd1\x5c\x5c\xa2\xff\xbc\xd6\x11\x19\x73\x76\x48\xab\x68\x98\x5d\x3d\xb2\x71\x69\xaa\x1b\x88\x28\x97\x9d\xd8\x9d\xd9\x4c\x2a\xab\x19\xb8\x5d\x3a\x62\xf2\xd5\x56\xec\xe6\x70\x6f\x6c\x55\xae\x74\x0f\xd5\xe5\xcc\x53\xeb\xa5\xc8\x27\x31\x41\x95\xf3\x5e\xb0\x5d\xee\x19\x2b\xd5\xce\xe0\x4a\x9b\x53\xa7\x17\x9b\x70\x18\x7c\x75\xeb\x5b\x80\x8c\xd0\x6e\xc7\xc4\x30\x6e\xe5\x05\xa4\x8d\x76\x63\x80\x84\x65\x37\x02\xf1\x9b\x35\xdd\x9e\x5b\x3a\x85\xd3\x92\x17\xd8\x0d\x2b\x70\x83\xc2\x27\xa0\xa6\x62\x64\xc3\x22\xec\x55\x2a\x80\x9a\xc3\xeb\xc5\x86\xd3\x3c\x48\x3e\xb3\x89\x6d\x45\x22\xaa\x09\x9e\xe6\xd0\x12\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xfc\x4c\x5d\xd0\x67\x7b\x73\x51\x99\x0e\xc3\xe5\xbb\xfd\x78\x6f\x52\xcc\x53\xd3\x8b\x9b\x81\x54\xe5\x95\x92\xc0\xed\xdb\x97\xd3\x41\x47\x44\x93\xea\xb0\xf2\xe6\x9d\xa9\xe2\x3e\x50\x97\xc3\x0b\x3a\xd0\x2d\x8b\x91\x4d\x33\x21\x2d\x3b\x8c\x31\x21\x2d\xc3\x73\xc0\x9d\x27\x28\x1f\xb3\x7d\x0a\x69\x88\x8b\xc0\x5b\x0e\x6f\xfe\xba\xee\xe9\xd3\x67\xe4\x32\xfa\xdb\x7f\xd9\xc6\xe2\xc5\x5b\x30\x58\x4c\xd7\x40\xaa\x60\xd6\x0f\x69\x17\x27\xa2\xeb\x7b\xae\x13\x10\xd8\x95\x95\xfc\x89\x9b\xe8\xd1\x13\x2a\x26\x40\xce\xbb\x2b\x00\x2a\x0f\xaf\xaa\xbb\x3a\x58\xcf\x8f\x5c\x41\x4e\x3a\x70\x95\x47\x10\x69\x32\xc1\xab\x1c\x8d\x09\x02\xa2\x72\xe0\x12\x39\x41\xa8\xdc\x25\xa8\x77\xab\x5c\xe1\xfd\x29\x40\x94\xd5\xeb\x8b\xc4\xa1\x54\xf2\xec\x06\xbc\xa9\x98\x01\x37\xb9\x5b\xf7\x33\x27\x8e\xf6\x50\xc6\xe4\xcc\x60\x4f\xee\x8e\xd0\x78\x55\xc7\x83\xf3\xf5\xd4\xb3\xd8\xd3\x3d\x2d\xa3\xc8\xf5\x5d\xcb\xa8\xe5\xc5\x9f\x54\x9c\xee\x9b\x7d\x05\xa0\x2d\xb3\xd7\x77\x73\x76\x27\x51\xdf\x57\x65\x6b\xe0\x24\x87\x97\x5f\xbd\x31\x5a\x27\x6b\x6b\x50\xb5\xd9\xdb\xa6\x7a\xd2\x2c\x30\x29\x40\xad\xcd\x50\x3a\x06\x8b\x93\xb8\x96\x4c\x20\x22\x47\x83\xdd\x08\x05\x19\xc7\x9f\x8e\x2d\x3d\xb9\x1f\x8c\xb4\xf7\x5c\x75\x9a\xe9\xee\x59\x98\x4e\xf7\xfa\x53\xa9\xab\x6f\xfd\x6a\xe2\xc7\x37\x3b\xae\xb7\xde\x78\xf4\x54\xa8\x9a\xc5\xb1\xba\xb8\x6e\xdd\xde\xdb\xc6\xa2\xb0\xcf\x0a\x13\x7e\xef\xd6\x70\x76\x75\xcf\x8d\x6e\x73\x1a\x16\xd0\xa1\x3a\xd1\x69\x39\x43\x43\x2b\xa5\xa3\x1f\x93\xbb\x57\x56\x7d\x90\xbd\xc7\x19\x02\x05\xb2\xbb\x4f\x36\x53\x9c\xa4\xb0\x9e\x00\x3f\x8e\x66\x0b\x23\x27\x81\x3f\xe4\x58\x1c\x42\x60\x19\x77\xa7\xa8\x35\x91\x34\xac\x56\xbf\x23\xad\x82\x5d\xdb\xa7\x6e\x36\x1d\xdb\xa7\x06\x69\xc1\x1b\xa7\x76\xdc\xce\x85\x69\x83\x95\xf4\xe4\x65\x2e\x2e\x18\x53\xea\x88\xdd\x50\x33\x60\xe4\x66\x9f\x72\x03\x27\x74\xda\x2f\x8b\x33\xa1\xb6\x37\xb3\x8f\xbe\x40\xcc\xb2\xda\xcb\x3f\x6c\xdc\x98\x40\x04\x59\x40\x1e\xf7\x8c\x32\x71\x38\x91\x6b\x66\x07\xe4\x71\x78\x9f\xd4\x35\x95\x76\x67\x08\xe7\x5d\xaf\x6a\x3a\xdc\x4e\xab\x69\x37\x37\x3b\x3e\xfa\x13\xf4\xc7\xaa\xf7\x48\xc7\x23\xa9\xe5\xef\x9c\x3b\xe8\x5d\x57\xaf\xeb\x59\x93\xd3\xe3\x57\x69\x42\x45\xc8\x17\x16\x32\x08\xbd\x98\x40\x41\x0e\xef\xcb\xba\xb9\x6a\x54\x7e\x3a\x7a\x9e\xd7\x05\xfd\x94\x06\x20\x90\xf7\xd3\xf9\xf1\xa3\xb5\x85\xb5\xe9\x47\x20\xe7\xba\xc7\x70\x4f\x22\x9a\x6b\xf6\xad\xe5\xd5\xe9\x19\x3c\x25\xa9\xce\x27\xe8\x56\x33\x9b\xe6\xf2\x1b\x51\x06\xe0\xc9\x49\xda\xec\xd9\xf5\xf6\x55\xe2\xef\x66\xb3\x51\x4f\xea\x69\x4d\x45\xb7\x06\x54\x72\xff\xc3\xa4\xcb\x83\xa5\x83\xdc\xca\x36\xe9\xae\x16\x54\xe5\x44\xc0\x23\x9b\x62\x58\x37\xb5\x8d\xea\x54\x37\x5d\x6c\x6e\x6a\x2e\x50\x9b\x04\xdd\x4c\x35\xdd\xc5\xbc\xbd\xe1\x5d\x7e\x85\x54\x0d\xd3\xe8\xe9\xfc\xeb\xae\xbe\x21\xbc\x2e\x9a\x7c\xd4\x33\x8b\x4b\xaf\xf7\x1a\x3d\x2d\xa5\xce\x21\xd6\xd1\x26\xb1\xc3\x27\xc9\xeb\x8b\xfe\xb8\x98\xd6\x94\xe6\x51\xc9\xe0\xeb\x66\x77\xb4\x64\xad\x39\xdc\x87\xaf\x6d\x30\x58\xbd\x92\x92\x60\xa4\x56\x28\x11\x46\x2b\x54\x3e\xea\x2f\x73\xd5\xfd\x48\xeb\x88\x2b\x98\x97\x9c\x32\x13\x51\x3c\xca\xef\x6f\xf2\xf7\x65\xab\x0c\xf3\x23\x3d\x2a\x32\x33\x30\x8f\xc3\xdb\x0c\x50\x1e\x47\xf3\xb4\x90\x31\x6e\xca\x82\x4c\x0c\xab\xaa\xdf\xb9\x00\xf5\x62\xa1\x7f\xc9\x50\xf6\xe8\xc5\x82\x14\x56\x76\x82\xff\x38\xbc\x1e\x1f\xb0\x65\x7c\xe8\x27\x80\x8f\x85\x0c\x51\x13\x58\xc7\xe1\x7d\x09\xa8\x8e\xc3\xab\x8f\x41\x3c\x58\x10\x2a\xb9\xb7\x9e\xb5\x0e\x5e\x94\xb0\x38\xe9\x20\x39\x0e\x6f\x58\xc6\x31\xfe\xfb\x5f\xd7\xa2\x32\xb6\xde\xd7\xbd\x90\x12\xe0\x31\x08\xf6\x9b\x23\x75\x40\x96\x64\x1c\x8e\xd5\x6a\x25\x20\xcb\x17\xe5\x3e\xd6\x7d\x94\x6c\x9d\x8a\x51\x15\xbd\x58\x18\x25\xb3\x72\xd2\x79\xbd\x8f\xbc\x98\x00\xc7\x71\xf7\xd1\x22\xee\x46\x2a\x2e\x64\xc1\x86\x28\x03\xe9\x38\xbc\x58\x18\xc9\x55\x97\x2f\xd9\x61\x1a\x49\xd5\x91\xb9\x1e\xa6\x64\x57\x77\x4c\xe8\x46\x60\xcb\xe6\x48\xa3\xa5\xab\x80\x33\xae\x37\x13\xa3\x65\x44\x36\x95\xe1\x55\x34\x00\x5e\x9a\xc3\xfc\x32\x40\x80\xce\x91\x0c\xb8\xfb\x0f\x3b\x1d\xb2\x23\x0e\x23\x19\x2a\xe7\x20\xba\x5b\x93\x05\x90\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\xa4\x4e\x42\x3a\x77\x80\xd6\xd8\xf4\x22\x1b\xe6\x60\xed\x8e\x18\x1b\x64\x90\x95\x7d\x0e\xec\x8e\x23\xeb\xc2\x3e\xa8\x72\x0d\x74\x63\x5d\x4e\x2a\xe9\xd3\xf3\x6a\x79\xc0\x27\xc3\xbd\xc2\xed\xa3\x2e\x2a\x83\xe0\xac\x20\x6c\x71\x8e\xa1\x8d\x16\x32\x39\x54\x38\xd5\xa2\xc0\x77\x1c\xda\x4f\x86\x59\xd3\xd5\x2b\x07\x9e\x48\x04\x18\xce\x21\x76\xb2\x96\x0e\xf1\x1d\xbb\x16\x0d\x30\x1d\x87\xf6\xf8\x11\xfa\xd5\xb9\xa6\xc4\x6e\x17\xf5\xf6\x11\xb9\x25\xa8\x2c\xf4\x91\xb5\xb8\xba\xba\xcd\xc3\x5c\x49\x75\x37\x87\x28\x55\xfa\x44\x03\xb4\xb8\x8b\x53\xf1\x84\x48\x48\x18\xc6\x74\x4f\x38\x2e\x6e\x0c\x6b\x7e\x25\x39\xb7\x63\x19\x90\x82\x94\x00\xb8\xe2\x68\xf9\x0c\xf6\x08\xd4\x75\xac\xec\x30\x7d\x4c\x3b\x26\xfa\xe4\x20\xf8\xba\xa8\x25\x83\x95\x58\x8a\x1a\xec\x38\xad\x8b\xaf\x4e\x31\x6d\xfc\xdd\xba\x60\x14\x83\x8b\x3d\x4d\x9a\x43\x53\xa2\x4a\x0e\xb8\x89\x43\x3b\x1b\xb0\x89\xa3\x79\x18\x2f\x8f\x99\x93\x72\xb9\xa1\x1c\x08\x41\x25\x5a\xab\xc1\x50\xdc\x55\x59\xc4\x83\x62\xaf\xf4\x8f\xdd\x6a\xe6\x1f\x74\x50\xb8\xc5\xa2\x46\x34\x6e\xaf\xde\x60\xd8\xe3\xce\x3e\xf8\x92\x7d\x60\x9c\x38\xd6\xaa\x6b\x0e\x5d\x7d\x54\xc7\x86\x7a\x1d\x72\xd2\xb8\x4d\x8f\xe1\xef\xd0\x54\xc9\xc9\x6d\xbc\xb5\x85\x33\x1e\x95\x67\xe2\xfc\xe0\xc4\xe3\xc9\xa6\xe9\x94\x5e\xb5\x6a\xa7\xe0\x2d\x0e\xad\xa4\x43\xa7\xda\xee\xfe\x34\x04\x9a\x84\x29\x53\xc0\x45\x65\xc5\x21\x0b\x53\xcd\x03\x7c\x71\x68\xe0\x03\x7c\x71\xff\xc1\x54\x72\xdb\xa7\xe1\x0a\xf4\xc5\xa1\x95\x32\xd1\x17\xd5\x67\x45\x5c\x9c\xa4\xf0\x98\x09\xb9\xe8\x41\x31\x7d\xb9\x0a\xed\x48\x7e\xe6\x12\xbd\x2e\x91\x44\x86\xd8\x15\x2d\xac\x40\x2b\x0e\x8d\xa7\x63\xf3\xb3\xaa\x21\x49\x94\x45\x25\xe6\xf1\xda\x11\x16\xe0\x23\x3f\x1e\x5a\x16\x90\x89\xa3\xbb\xec\x19\xb9\xe2\xb8\xb1\x59\x76\xf7\x1c\x36\xcb\x38\xf2\xc5\xb3\x60\xcf\xb9\xaf\x53\xa0\x00\x4b\x71\x68\x02\x0b\x6e\xe8\xbc\x9f\x09\xc3\x58\xbc\xe1\x0f\x33\xb0\xa9\x97\x85\x60\x56\x86\x18\x80\xb2\x38\xb4\x28\x86\xd0\xc5\xe4\x15\x98\xa0\x2c\x0e\x6d\x7c\xa0\x2c\x0e\x6d\x21\xa0\x2c\x0e\x6d\x5b\x09\xb2\xa8\x1a\x18\xd8\x39\x9d\x03\x51\x16\x8d\x6d\x9f\xa1\xcb\x8e\xca\x6d\x18\x19\xdd\xed\x16\x59\xda\x3a\x07\x09\x2c\xc6\xd1\x7f\xfe\x2e\xa5\x5b\xfe\xa1\xab\x41\xf7\x1f\xee\xbf\x86\xcf\xb2\x25\xc7\x01\xf3\xd3\xb4\x01\x2c\x63\x8d\xfc\x48\x81\xc9\x31\x1d\xca\x39\xf0\xa5\x48\x46\xc8\x99\x4e\x60\x46\x00\x54\x66\x94\xdc\x25\xcc\x69\xe9\x54\xcc\x10\x8b\x14\xc5\x61\xe1\xc2\xa3\xb9\x07\x60\xc6\x5d\xdc\xba\x72\xbc\xbc\x60\x4f\xcd\x1b\xd4\xa8\x1e\x04\xec\x12\x40\x36\x0e\x2d\x6a\x41\x74\xb3\xe6\xb1\xc4\x68\x24\x29\xff\x04\xa3\xf1\xc8\x6b\xab\x20\x8e\xa5\x17\xab\xca\x71\x31\x48\x38\xa4\x76\xb7\x90\x43\x7a\xd9\x14\x86\xab\x78\x41\x11\x5a\x64\x55\xd4\x03\x4d\x54\xf7\xc5\x68\x06\x39\xf8\x11\xbb\xda\xb5\xd2\xee\xaa\x61\x20\xc8\x91\xa2\x19\x2a\x7a\x0e\x8a\x49\xc5\xa3\x56\x23\x41\x74\x10\xfc\xdc\x8c\x9d\x31\x61\x76\x49\xd8\x46\xed\xbc\x81\x3f\x8e\xd6\x91\x48\x6d\x71\xf8\x15\xc3\x80\x29\x04\x09\xd4\x7a\x69\x7f\x91\x3f\x21\x1d\x8b\x96\x0c\x70\x1c\x47\xaf\xd6\x80\xd7\xa2\x87\x01\xd7\x1b\xad\x3b\x20\x34\x8e\x0e\xc9\x0a\xcc\xa8\xda\x76\x62\xb8\x6c\x16\xce\xe8\x17\x77\x8a\x10\x23\x2a\xbe\x81\x13\xae\xa6\xa5\x08\x0c\x19\x6e\x3a\x02\x3d\xbb\x27\x2c\xb4\xf9\x20\x4f\x27\x70\xa3\xaa\x2b\xf8\x8c\xb5\xba\x4f\xb0\x83\x1a\x17\x13\x53\xf9\xc1\xa3\x30\x73\x9b\xf9\x15\xdc\x71\x78\xf8\x70\xa1\x99\xc3\x43\x36\xbd\xd3\x18\x96\x79\x00\x7f\xa1\xbf\x06\xa7\x28\x92\xc6\x92\xfe\xd9\x8c\x8a\x21\x69\x55\x67\x68\x07\x55\xa2\x8d\x95\x87\x89\x5e\xa6\x67\xac\x27\x08\x7b\xa7\x0a\x76\x88\x38\x3c\x3c\xfd\x5c\xdb\x69\x7e\x88\x53\x63\x2b\x22\xa6\xd8\x8d\x73\x38\x18\x38\xa7\x6a\x34\xa8\x8c\xfb\x2b\x8b\x50\xaf\xad\x0b\xc4\xa8\x2d\x02\x20\xc6\xa1\xe6\x0c\x10\xe3\xd1\x15\x9c\x83\x30\x91\xe5\xfe\xc7\xe0\xa9\xfa\x19\x5c\xdb\xf5\x2c\xfc\xda\xb6\xa5\xf5\xa9\x40\xa4\x0d\x9c\x60\xf5\x0f\x0e\x39\xe3\xf0\x54\xc3\x0c\xd5\xe7\x03\xfe\xa7\x8a\x0b\x40\xe3\x50\x89\x0e\x83\x4c\x5a\x96\xf6\x84\x86\xff\xc8\x9d\xd0\x33\xe3\x76\xb0\xf4\xea\xb6\x27\x12\x88\xc7\xc6\xf9\x08\x2f\x18\x55\xaa\x44\x71\xd4\x1c\x10\xb8\xb7\xf6\xc3\xd3\xfa\x28\x00\x38\x71\x66\x1c\x53\x40\x8c\x64\x7b\x76\x58\xd5\x6d\xb8\x07\xb9\xb7\xd3\x29\x31\x4c\xe3\xa1\x22\x1d\xf2\x3d\x2f\x2d\x43\x6f\x16\xed\x27\x89\xcc\x38\x3c\xd7\x64\xe5\xe8\xea\x16\xa1\xa9\xd4\xad\x82\xbe\xd6\x95\xe1\x43\xa6\x86\xa0\x1d\xe6\xf3\xd6\xba\x10\x5c\xdd\x75\x84\x6e\x91\x19\x8b\x56\x84\x20\x88\xa4\xcb\xa8\x13\x9a\xb1\x65\xf9\x44\xf6\xe4\xd9\x99\xcc\xf2\x17\x11\xbd\x74\x0b\xfd\x4c\xcd\x38\x04\xcd\xd2\x22\x31\xb9\xbc\xeb\x4a\xdd\x53\x86\xa7\x6f\xdf\x34\xf7\x98\x8e\x77\x02\x36\x76\xd2\x85\xcc\xf9\xe3\xca\x96\x13\x04\x78\xe3\xae\xcc\xf2\xa7\x47\xd0\x7f\x72\x26\x16\x2f\xec\x2f\x78\x03\x48\x8e\x43\x4d\x79\xfe\x9c\x08\x4a\xa7\x86\xc7\x74\x4d\xf9\x1a\xe7\x6f\x8a\x31\xac\x91\x66\x1e\xb9\x0e\x54\x6b\x80\xa6\xf2\x1e\x78\x8f\x43\x4d\x73\xe2\x07\xa3\x62\x3b\x0f\xad\x34\xf1\xa7\xcb\xf3\x3c\x72\x30\x74\xf3\xc8\xb9\xb4\x21\xc9\x51\xd8\x9f\xdb\x56\x19\x81\x19\x44\x34\x60\xcc\xcd\x1d\x03\xf0\xe5\x09\x98\xe4\x50\x63\x04\x4c\x72\xa8\xae\x82\x25\x39\xbc\xf4\x07\x32\x72\x68\x91\x99\xe2\xfe\xeb\x66\x3b\x8b\x44\x1d\x95\x69\x16\x8f\x01\xb4\x77\x9a\x4a\x5c\x93\xc5\xac\xb6\xc1\xc4\x54\x49\x2c\x94\x78\x8a\xdb\xa5\x89\x65\x56\x27\x83\x81\xe0\xf1\xa2\x52\x3a\xd3\x47\x15\x4d\x70\xca\x19\xc3\x02\xd2\x5b\xf8\xcb\x4c\x7d\x91\x36\x9a\x7b\xd5\x65\x69\x0c\xca\x2e\xea\xc8\xaa\xc1\x04\x2c\xca\xa1\x1a\x3a\x45\x2e\x0e\x14\xc1\x49\x6a\x52\xed\xdf\x53\x1f\x17\xb2\x5b\xcf\xd9\x72\x7a\x99\x14\x70\x29\x0d\xc5\x98\x64\x19\x57\x4f\x98\x2a\x9e\x81\xf6\x34\x7b\xf6\xc4\x17\x7b\x42\x55\xb8\xbf\xa8\xce\xcf\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x94\x4d\x8d\xe1\x33\x39\x2b\xec\x6c\xca\x59\xed\x6e\x77\x7e\xd0\xaa\x26\x5a\x68\xc9\xf6\x24\x1f\xce\xa8\xc8\x97\xd9\x20\x5b\xdb\x61\x70\x1b\xda\x0f\x37\x83\xb7\xa1\xda\x25\xe6\x30\x3c\xc5\x3f\xec\x3a\xd5\x0e\xe3\xf6\xa8\x75\xe4\xce\x66\x42\x13\xd2\xcb\x02\x32\xb3\xea\x57\x2e\x9a\xcf\x4e\x0f\xca\x69\xa2\x63\x92\x89\x78\xce\x30\xf2\x9c\x36\xc2\x79\x73\xcb\x11\x93\xaa\x3e\x33\x71\xd5\x51\xd9\x9a\x44\xc6\x2c\x3b\xa2\x11\x58\xd3\xce\xd4\xe7\x55\x63\xd0\x24\xde\x54\x8d\x0c\x44\xcd\xd1\x6d\x1b\xb3\xaf\xd6\xeb\x39\x73\xdc\x7c\x34\xd9\xad\x4e\xa7\x9c\x1b\xf9\x7b\x9a\x46\xec\xe7\x37\x58\x98\x9c\x0f\x3c\x5c\x15\xb2\xe7\xf2\x7b\xba\x84\x8a\x0a\x9a\xf0\x04\x2a\x73\xa8\xfe\x08\x95\xd9\x93\x80\x2c\x16\x12\xb9\x1a\x74\xcc\x01\x94\xd7\x9c\xc2\xff\x6b\xb0\x99\xc9\x8c\xe1\x36\x53\x66\xbc\x7c\x66\x0b\x23\xf2\x26\x1e\xa6\x56\x21\x30\x30\x77\x1b\xbe\x98\xd4\x8a\x4e\x91\x19\x41\xb5\x08\xd8\xcb\xa1\xe8\x0e\xea\xe5\x50\x5e\x9e\x38\x9b\x92\x74\x6e\x02\x73\x39\x54\x2c\x27\x96\xd2\x43\xb2\x73\x49\x76\xdc\x43\x1a\x44\x49\x1b\x3d\x81\xb3\x1c\x8a\xfd\xf3\xce\x8e\xd3\x41\x50\xb6\x0e\xf7\xd3\x5d\xb8\x91\xa3\x1b\xa8\xa5\xf3\xf7\x17\x32\xd1\x9c\x82\x7d\x18\xae\x08\xba\xe5\x1e\x21\xa3\xba\xa5\x43\x76\x53\x48\x8e\x1c\xfb\x8d\x97\x35\x5c\x77\xaa\xaa\x8e\x7c\xc1\x0e\x44\x82\x9f\x29\x6c\xe5\x24\x65\xf1\x04\xb6\x72\x28\xc7\x03\x5b\x59\xa7\xdb\xf0\x91\x53\x14\x5f\xf0\xfb\xf0\x30\x62\x60\x55\xf4\x9e\x8f\x74\xd6\xdd\x43\x32\x50\x25\xf7\xf9\xaa\xaf\xbb\x8b\x5f\xdc\x92\x6c\x2e\xd5\x4e\x37\xe5\x3b\xa9\x8a\x7d\x92\x7e\xa2\x6e\x3e\x38\xae\xa2\xa5\x38\x95\xaa\xe8\xc0\x54\x0e\xaf\x79\xe6\x66\xbe\x29\xf2\xcd\x2f\x6b\x65\x9b\x7c\xc4\xa9\xd8\x71\x14\x52\x05\xfa\xc9\x25\xa5\x97\xcf\x80\x57\x96\xe1\xe2\x82\xe0\x2f\x4b\x06\xa1\x72\x4f\xcd\xe2\xc5\x5e\x74\x9e\x69\x19\x9e\xb6\x92\xef\xa2\x3a\x03\x5d\x59\xe5\x16\x0b\x1d\x52\xf9\x10\x18\xcb\xa1\x39\x7e\xfd\x54\x38\x38\xc7\xc2\x58\xda\x55\x90\x2b\xeb\x08\x7f\xaf\x14\xf0\xd9\x4b\x5f\x5a\x3b\x98\x6f\x44\x1c\xa0\x2a\x87\x63\x4e\x70\x4a\x0d\x3c\x80\x53\x0e\xe5\x57\xb0\x29\x8f\x05\xde\xf8\x5c\x18\x3c\xfb\xe1\xe8\x0c\xd5\xd0\x8d\x14\xac\xc9\xfd\x0f\x43\xad\x52\x20\x8e\xec\xf2\xbe\x91\x94\x5f\x13\xb0\xc9\x5d\x1b\x03\x81\x69\x29\xfa\xad\xaa\x34\xdc\xfd\x83\x95\x64\xb7\x2f\x14\xbd\x70\xaf\x26\x3c\xa5\x3e\x9b\xe0\x53\x0e\xa5\xd3\xa5\xa2\x47\x46\xa7\x09\xf2\xe4\x11\x6e\x4f\xa0\x27\x87\x92\xae\xd0\x93\x93\xbc\xce\x73\x35\x67\x88\x69\x87\x9d\x8d\x2c\xd0\xfd\xc8\x3f\x34\x6f\x39\x7a\x43\x31\xcc\x4c\xb0\x50\x01\x87\xab\xb6\x59\xd8\xff\xb7\x27\xf1\x71\x84\xde\x2a\x6a\xf8\x02\x3b\x32\x8c\x81\x5d\x26\xbd\xd4\xb6\xb4\x92\x09\xe5\x57\xd2\x5f\xe8\xd2\x12\x7f\x39\xf2\x33\x96\x0b\xd2\xb2\xf4\xc3\x71\xb6\x50\x02\x01\xfa\x9a\x2b\xf5\x3c\xe8\x12\x58\x92\xbb\xbf\x94\x30\xa5\xb6\x3b\x7f\x0d\xc7\xcb\xa4\x0c\x57\x81\xe5\x41\xeb\x53\x0a\x49\x2c\x49\xbd\x00\xc0\x92\x1c\x0a\x2e\x6b\x78\x4c\x97\xd5\x7e\xfc\x41\xd7\xc3\x63\x6a\xe3\x84\x62\x78\xad\xbd\x22\xdb\xa6\x0d\x54\x43\x05\x8f\x15\xca\x30\xe8\x53\xc0\x52\x0e\x60\x56\x26\x48\x94\xa5\x68\xa8\x02\x8a\x72\x2f\x2e\xdd\x8a\x9c\x12\xc6\xa1\xfb\x4c\xff\xfd\xe9\xf6\x07\x2e\xe5\x50\x14\x01\x96\xb2\x90\x3c\x79\x02\x4b\x79\x88\x07\x3a\xc1\xa5\xac\xcb\x23\x4a\x60\xa7\x44\x6a\x01\xb3\xa1\xe0\xb4\x4c\x88\xe0\xba\x73\x4b\x09\x7a\xc4\x5c\xa9\x81\x66\xad\xce\xa3\xcf\x68\xa3\x9e\x92\x99\xfd\xb5\xa6\x8f\x54\xc1\xb4\x60\x56\x21\xb2\x30\x4f\x30\x2a\x87\xec\x7f\x99\x9c\x5b\xc2\xb9\xd4\x45\x95\x12\x56\xc6\x73\xf8\x4c\xa7\xdc\xe4\x8b\x4e\xa1\xc9\xae\x25\xb8\x32\x9d\xf5\x2e\x72\x48\x06\xbc\x8b\xd4\x90\x04\x5c\xe5\x50\x90\x58\x67\x1e\x50\xba\x7b\xb2\x35\x60\x4d\x40\x57\xd6\xe5\x58\x89\xe4\x94\xa5\xae\xbc\x71\xf4\x99\x33\x01\xc7\x02\x9f\x72\xe4\x6e\xbf\x1c\x1d\x02\xed\x22\x8f\x90\x8c\x04\x7c\xca\x43\x25\x76\x79\xcb\xa8\x91\x6d\x5d\xd9\x0d\x66\xd0\x2b\x47\xad\x6c\xeb\x92\x50\x20\x61\x2e\x6e\x16\x65\x3d\xeb\xca\x8d\x61\x65\xec\x57\x94\x3f\x30\x22\x0f\x75\x21\x31\x22\xfb\xe1\x7e\x35\x6a\x72\xba\xc9\x52\xad\x74\x3e\x9f\xb0\x45\xea\x7a\x14\x1e\xdd\xca\x38\xd3\x24\x99\x32\xed\xa3\x07\xc4\xac\x3e\x3a\x88\x25\xb2\xa3\xf3\x43\xcc\x63\x52\x13\x73\x54\x1b\xa9\x21\x9a\xe3\x24\xe7\xea\x5c\x06\x39\x68\xd2\x04\xb5\x71\xd7\x45\x8f\x3f\xd9\x2b\x8a\xc5\x92\x63\x39\x14\x6e\xf6\x42\x27\x55\xb0\x1d\x07\x99\x80\xe6\xfa\xb2\x15\xff\x78\x2c\xce\x14\x7d\xb9\x05\xf6\xb4\x08\xf4\x08\x78\xe5\x3c\x61\x54\x55\xeb\x21\xa8\x8f\x55\xf3\x1d\xa0\x8f\x43\x0a\x02\xcc\xe3\xee\x96\x1f\x99\x17\xd6\x3f\x4e\x03\x61\x7e\xbc\xb0\x07\xf2\xf9\xe5\x2a\xd4\x02\xca\xca\x96\x20\x24\xd1\xdd\x2e\xb2\xe3\xd4\x0d\xf4\x3c\xf0\x3f\x87\xf3\x9c\xa8\x81\xae\xe7\x29\xe8\x3f\x69\xf3\xa6\x90\x8f\x1d\x7c\xb8\x79\xa2\x06\x7a\xec\x80\x7f\x2c\xfa\x46\x9e\x87\x30\xc1\x36\x07\xa7\x18\x16\x7e\x84\x61\xb0\xc0\xeb\x54\x31\x56\x02\x14\x25\x6b\xa7\xec\x50\x03\xee\x59\xb2\x87\xd4\x5b\x94\x7d\x38\x9d\xe7\x3f\x1b\x28\xcf\xee\xdf\xc3\xf2\x70\xd0\x61\x09\xb7\x2f\x0c\xf0\x2c\xe4\x0f\x41\x58\x06\x13\xb2\x0c\x38\x45\xc2\x40\x6a\x41\x05\xf9\xf1\x30\xf5\xc2\x49\xb2\x81\xd9\xfc\xdd\x04\xd0\x14\x36\xf1\xc0\xae\xe9\x0f\xd2\x77\xca\x66\xb3\x94\x7a\x3d\x7d\xac\x9e\x5c\xfa\xb8\x79\x69\xe8\xac\x0f\x40\x64\x12\xeb\xd3\x2b\x46\xed\xb7\xa7\xa9\xee\x48\x35\x39\x85\x85\x2c\xda\x92\x4f\x99\xec\xf0\x8f\xea\x1f\xb4\x97\xcc\x14\xc1\x1a\x2c\xc8\x91\xbb\xcf\xc0\x88\x23\x8b\xb3\x7b\xd1\xb5\x80\x82\xdc\x87\x92\x01\x37\x77\x2f\x92\xb2\xf8\x8f\xfd\xb0\x93\x78\xf2\x68\xb0\x3e\x51\x14\x67\xf7\x77\xa8\x0b\xdb\xfd\xec\xd9\x13\xba\xc5\x0d\xa5\x9c\x06\x94\xc8\xea\xf5\xc8\xa9\x43\xac\x26\xc9\xd3\x9c\x06\x86\x68\x9c\xa9\x34\xa2\xa8\x9c\xdd\x2d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x8b\x19\xcf\xc4\x44\x1a\x8f\x7f\x92\x80\x2f\x0e\x7b\x82\x3e\x98\xbb\x69\x64\x8e\x40\x9e\xa5\xee\xc5\x97\x74\xb9\xe2\x39\x7b\x65\x09\x2f\xb3\xad\x09\x93\xf4\xf4\x77\xce\x1d\x74\xf8\x94\x5b\x7b\x58\x06\x80\x2b\xc8\x26\xc0\x4b\x1e\x32\x96\x33\xf0\xbd\xb0\x17\x22\x57\x41\x14\x4f\x78\xb5\x8c\xf7\xcc\x6b\x4e\xe7\x26\xf0\x6b\x72\x17\x87\x8d\xf9\xd1\x6b\xef\x18\x74\x78\xca\xdd\xae\x6a\x86\xda\xb0\x81\x91\x1c\xb9\x77\xa6\x0b\xe3\x3c\xe1\xdc\x9a\x3b\x84\x78\x8e\x3c\x1d\xa2\x48\xea\xa1\x79\x8a\x7c\x61\x0f\xc9\x3c\x44\x22\xf1\x99\x20\x92\xda\xb2\xcf\x99\x1e\x56\x3c\x3f\x78\xf5\xda\xb4\x67\xcb\xc9\x4c\x4e\xeb\xe1\xc2\x1d\xc8\x3b\x68\x81\x26\x8b\x9e\x74\x22\x4d\x26\x15\x83\xeb\x02\xeb\x35\x01\x97\xdc\x9d\xb2\x2a\xb9\x84\xab\x47\x1a\xa3\xe9\xfc\x1b\x0e\xa2\x35\xf8\x24\x1c\x64\xd8\x5d\x4d\xc6\xdd\x67\x7b\xe5\x76\x86\x1f\x27\x41\x94\x1d\xbb\xed\xb8\x76\x1d\xae\x30\x99\x8b\xc0\xa5\x99\xe7\xe9\x39\xf6\x7b\x4e\x8f\x67\xe4\xb4\x65\xe7\xff\x94\x2e\x3b\xd4\xd3\xb0\x71\x46\x41\xa0\xa5\xa2\x83\x90\x95\x33\xe7\xe0\xcc\x3e\xd1\x41\xb0\x33\x96\x7b\x16\xb7\x5b\x03\x51\x00\xb0\xdc\x1f\xf9\x92\x13\x42\xeb\xc9\x9b\x51\xc7\x44\xb0\xac\x8a\xa2\xa7\x00\x19\xda\x95\x4f\x38\xb5\xd2\x27\x08\x96\x53\xc9\x1b\x00\xcb\xfa\xf3\x24\x91\x73\x61\xa0\x8e\x00\x66\xb9\x0b\x53\x13\x76\xe8\x31\xff\x26\x7b\xb7\x07\xbb\x59\x05\x9c\xa1\x5b\xf5\xf4\x0f\xba\x7c\x27\xb9\x61\xb6\xb5\x52\x6b\xe4\x06\xc2\xb2\x24\xd3\x20\x38\x45\x23\x37\x08\x96\x63\x4c\x3b\x43\x60\xaa\xbb\xec\x49\xad\x83\x6a\x51\x97\x97\x4e\x1f\x40\x58\xd6\xe5\x58\xb6\x98\xd1\x74\x48\x3d\x9f\x9c\x2e\x66\x5b\xc1\x62\x5a\x1a\x62\x23\x05\x46\x59\xfe\xb9\x0a\x84\xa2\x2c\x72\x86\xcf\x93\xab\x5c\xf3\x00\x80\x6d\x99\x86\x7a\xb0\x2d\x47\x2e\x34\x71\x9b\x3a\xfc\x9c\xa0\x68\x98\xf8\xed\x24\x47\x75\x72\x9e\x97\xeb\x19\x99\xb4\xc2\x0a\xda\x0e\x08\x96\x43\xb7\x32\x10\x2c\x77\xc3\x16\xe0\x12\xa5\xfb\x2c\xc1\xe3\xa3\xcf\xe3\xee\xee\x26\x87\x92\xe9\xfe\xce\xcf\x4d\xcc\x5c\x7c\x0a\x60\xee\xb0\x4f\x01\xec\xf0\x85\xd0\x15\x19\xc2\x67\x3f\xe8\x13\x96\x70\x1d\xa4\x81\xb6\x8c\x3c\x1a\x9f\x86\x13\xcf\x06\x5a\xf7\xf2\x58\x6a\xfc\xd6\xf4\x7e\x91\xcc\xd0\xec\x54\x97\x49\xac\xa1\x34\xa0\x5c\x1e\xe0\x99\x4c\x50\x2e\xab\x21\xdf\x97\xd7\xbe\x6e\x3c\x20\x2f\x77\xff\xac\x29\x98\x4b\x4b\x68\xd9\x64\x13\x5c\x26\x47\xd2\xa2\x7f\x29\xfe\x64\x7b\x72\xaf\x69\xc5\xd0\xe1\x61\xbd\x9f\xf5\x52\x02\x59\xc8\x44\x4e\x20\x63\xee\x3f\xa8\xf7\x70\x91\x68\x1c\x29\xc7\xfc\x50\xd7\x61\x47\xfc\xc6\xd4\x64\x93\xe7\x93\xdf\x0f\x9e\x2f\xa4\x1c\x2b\xcd\x89\xf2\x23\x92\x68\x64\x61\xa5\x9f\xee\x4b\x52\x6e\x9a\x28\xf6\x89\xce\x16\x95\x22\x9f\xed\x06\xa3\x23\x77\xa1\x79\x68\x80\xc8\x1c\xe6\xdf\x01\x21\x33\x34\x27\x89\x90\x39\x5d\xfa\x44\xc8\xf4\x26\x00\x50\xcc\x61\x6e\xa5\xab\x2a\x58\x42\x1c\x2e\xf5\x7d\x36\xd1\x65\xda\x24\xef\x14\x2e\x32\x25\x99\x1d\x07\xec\xcb\x61\xe2\x9a\xcb\x08\x4d\x2f\x3e\xae\x96\x3b\x8a\x36\x5a\x4a\xc8\xfe\xe3\xa9\x87\xc4\x82\x7e\x39\x4c\xba\x01\xe2\xe5\x30\xbf\xcd\xe5\x5d\xae\xb9\x2f\x80\xbc\x1c\x91\x55\x7d\x3c\x33\xa8\xbc\xd7\xe5\xf4\x00\x73\xb9\x1b\xa4\x2a\xfd\x86\x9d\xf5\x9e\x1b\xdd\x3f\x98\x37\x78\xe7\x65\x22\x6a\xe4\x82\xab\x6b\xdc\x28\xbe\xb0\x7e\x90\xc2\xab\x3b\xa1\xfe\x4e\x8c\x45\xfb\xd3\xc7\xe5\x12\x67\xcb\x43\x77\x71\x4d\x6c\x56\x92\x4b\xdd\xdf\xfb\x98\x04\xca\x84\x37\x89\x8d\x19\x9a\x4d\x2e\x2c\xcd\x26\x48\x01\x1a\x73\x98\x70\x44\x68\xcc\xa5\x2b\x38\x88\x97\x23\x1c\x62\x8a\x13\x14\x0e\xd3\x9d\xfa\x4c\x16\x06\x07\x85\xb6\x6f\x72\xa5\x8b\xb8\x99\x99\x3b\x5a\xe8\x4b\x0f\x8d\xb1\xa2\xd3\xe1\x6a\x8d\xf6\xe6\xef\x52\xdb\x9f\x4e\x0a\xd6\x68\x53\x8e\x5c\x29\x75\xd8\x5b\x14\xfa\x43\x37\xd4\x0b\x2f\x64\xb3\x72\x5c\x33\x97\xca\x3f\x2a\x2e\x50\x0c\xc3\x28\x52\x2f\x9f\x2e\x5d\x92\xa7\x73\xb5\x55\xf7\x74\x1d\xbd\xf2\x22\x79\xf9\xe2\x94\x58\x3c\xf7\x89\xf5\xb2\x4f\x1c\x6e\x8a\x1a\x48\xc2\x57\x06\xdd\xf0\x11\xa1\xa3\x26\x6c\x00\xd7\x72\x6f\x0d\xaa\x5a\xca\x8f\x18\x37\xae\x95\x22\x2e\x75\x2d\xa9\x04\x8b\x00\xc2\x5c\xd1\x0c\x09\xc2\xdc\x6e\xe4\xff\x18\xfb\x93\x24\x7f\x76\x5f\xbf\x12\x9c\xbf\x55\xdc\x1d\x94\x3b\x7b\x9a\x5d\xfb\x4f\x6a\x5c\xb5\x07\xef\x98\xa6\x81\xa4\x67\x2f\xa5\xfd\xa7\xe1\x1c\x46\x5c\x49\xd9\xfc\x72\x10\xe6\xe1\xf8\x92\xce\x1e\x04\x41\x00\x9f\xc6\x8b\x7a\x07\x36\x8b\x87\xf8\xd5\x86\x14\x78\x0c\x33\x26\xc3\x12\x7c\x2e\x79\x55\x05\xf8\x5c\xd3\x87\xfe\x71\x25\x21\x1a\x6d\x8c\x39\xb9\x0c\x18\x73\xf9\xf4\xb3\xc5\x05\xca\xfe\xf7\x20\xac\xeb\x50\xff\x94\x3d\x7f\x12\x2f\x1e\x6d\x28\xdc\xdb\x1e\x8d\x0e\x05\xa5\xd3\x0d\xf9\x71\x51\x15\xbf\xb4\x2c\x8f\x44\x38\x3e\xeb\xa0\xf8\x78\xf3\xe3\xa5\xd7\x83\x9d\xe1\x1c\x4c\xa1\x67\xaf\xaa\x6a\xb2\x4a\x16\x0a\xd7\xbd\x59\xae\xf8\xd4\xdd\x41\x94\x58\x9d\x4f\xdd\x64\x51\x47\xe3\xbb\x3d\x6a\xda\xbc\x28\x7b\x34\x34\x54\xf3\x0a\x16\x5d\xd2\x80\xe9\x41\x5a\xd7\x2d\xee\x51\x28\xf7\x16\xea\x69\x1a\xa2\x65\x7f\x99\x16\x4f\x3f\xe2\xa7\x66\x88\x89\x07\x11\xdd\xcb\x6a\x61\xe9\x74\xb5\x12\x96\x6e\xc8\x00\x81\x98\x8b\x56\x51\x45\x4c\x24\xf4\x76\x02\x63\x2e\x1d\x86\x14\x7d\x3a\x83\x8b\x3c\x23\xde\xdc\x04\x12\x6a\x80\x37\xd7\x34\xe3\x14\x61\x2e\x79\xdb\x04\xaa\x5c\xd3\xa9\xe6\x19\x76\x16\x5d\x82\x47\xb4\x8e\x17\x0f\xaa\x2a\xaf\x72\x9e\x2d\x4d\x23\xbf\x3d\x04\xf2\xdc\xd3\x47\xf3\x08\xaf\x57\xc0\x8e\x3b\x87\xdc\xfe\xd1\x56\xc2\x2d\x01\x24\xb9\xa6\x71\x29\x80\x71\x4d\x13\xbb\xc7\xb0\x9e\xf2\xee\x47\x97\x68\x99\xf7\xa3\x4b\xb4\x37\x4c\x0f\x4b\x41\x03\x38\x70\xe5\xb2\xcb\x50\x58\xb9\xdc\xca\x1f\x65\x3e\x40\xe7\xb2\x92\x1d\x98\x73\x49\xd6\x06\xe6\x5c\x52\x88\x02\x73\x2e\x3a\x9b\xf2\xd1\x6a\x79\xea\x06\x5b\xee\xd4\x15\xe2\xb9\x34\xc9\xa6\x7b\x2f\x7b\x88\xde\x32\xe4\xa7\xd3\x4f\x89\xda\xce\xc2\x79\x4d\xc3\x28\xf1\xe7\x34\x38\x79\x10\xa8\x8d\x72\x05\x16\x5d\xde\xcb\x99\x6b\x22\xef\x2a\x1e\x4c\x1d\xb5\x43\x79\x6e\x14\x79\xd6\x0d\x7b\xfa\xd1\xcd\xeb\x24\x66\x57\xdd\xd0\x73\x03\x16\x07\xf4\x5c\xf6\xae\x18\xe4\xb9\x7c\x6e\xba\x35\x32\x37\xb8\x2e\xce\xe7\x47\x85\x27\x25\xe3\xc4\xd6\x61\x56\x8f\xb7\x4a\xce\xae\x10\xb8\xb3\xa1\x93\xc0\xa0\x2b\x7b\x20\x9e\xcd\x28\xfd\xc1\xc5\x30\xcc\xa1\x73\x02\xa5\x11\xfc\x4c\x2d\xc5\xb3\xc5\xeb\xe4\x0f\x42\xfb\xd0\xb8\x67\x4f\x35\xea\x8a\x48\xed\xb5\xe6\x06\xad\x73\xd8\x04\xad\xf3\xea\xef\xc1\xef\xcd\xa0\x68\x00\xd8\x9d\x73\x98\xea\xcd\x8c\x21\xfd\xad\xad\xa4\x1b\xf5\x63\x20\x34\xb7\x76\xb1\xe9\xea\xe9\x2a\x41\xd8\xd6\xc2\xe6\x01\x8a\xd6\x2b\xd9\x67\x1b\x8d\xf8\x59\x39\xc2\xfe\x81\x08\x8a\x08\xd2\x40\xd3\x65\xbd\xdb\x9e\x4f\x55\xdd\x7e\x61\x61\x98\x81\xc0\x28\x5a\xfa\x3c\x48\xdb\x8a\x7e\xe0\xd7\x65\x4f\x18\x8f\x4e\x00\x5e\x28\x3e\xc6\x40\x73\x80\xb7\xb8\xcd\x9e\xf0\x7c\xf8\x5b\x55\x73\xdb\x21\x88\x1e\xcf\xc2\x45\xc3\x39\xaa\xff\x9d\x12\xcd\xa3\xff\x9d\xd7\x9c\xa0\xdc\x0d\x6f\x0d\x9e\x2d\x6f\xcb\xae\x8d\x4c\xba\x87\x63\x79\xaf\x6a\x29\xcb\xdb\x79\xff\x67\x68\xe4\xa4\x06\x40\xf1\x12\xf3\xd9\x52\x36\x9b\xf9\x7b\x28\xb7\x72\xa0\x17\xea\x6e\x1a\xdb\xe2\x55\x6a\xee\xfe\xcf\x84\x66\x7d\xbf\xc7\x66\x09\xbe\x30\x1c\xdd\xdc\xac\x30\x98\x32\x58\x77\x4d\x93\x81\x57\x63\x49\xc5\x23\x80\xef\x9a\x16\x07\xaf\xf2\x33\x0c\xef\x55\x7d\x98\xfc\x9f\x11\x60\xbe\x00\x74\xd7\x3a\xec\xeb\x55\x94\xe6\xd8\xf0\x9e\xbb\x0f\xfc\x90\xd7\x0c\xd5\xdc\x7b\x08\x28\x1b\x33\x72\xcf\x69\x1b\x31\xcc\x7b\xe3\xd7\x0d\x81\xe5\x0d\x62\x58\xeb\x43\xfa\x9e\x6c\xfe\x80\x87\x27\x5d\xfb\x6a\x5e\x0e\x16\xf4\x78\x9b\xd3\x9e\xbe\xf1\x6a\x5f\x4d\x10\x50\x62\x69\xfc\xd9\xbb\x03\x98\xb1\xe6\xbd\xa8\xd0\x62\xde\x78\xbe\x44\x9c\x56\xaf\x0e\xb4\xd8\x36\xa6\x79\x11\xba\xbc\x09\x05\x27\x2c\x1a\x42\xf1\xc3\x0f\x51\xfa\xd8\xd3\x87\xaf\x1a\xd3\xf2\x84\xbf\x00\x13\x96\x9d\x18\xef\xd8\x93\x97\xf2\xb0\x47\x37\xa4\xa2\xc0\x60\xf5\x84\xff\xbd\x7b\xe3\x40\x8c\xd8\xc8\x60\x8a\x9e\xef\x54\x89\x0b\xdb\x03\x00\xac\xe9\x53\x08\x9e\x57\x64\xf1\x45\x19\x88\x15\xf9\x7a\x69\xe1\xed\x32\x28\x5e\x3b\xac\x82\x28\x5e\x15\x7c\x8c\xf1\x72\x97\xaf\x46\x01\xdc\xae\xc8\x4e\xed\x8d\x74\xa1\x95\x28\x08\x5d\xb1\x7b\x93\xe5\x96\x9d\x20\x49\x80\xc5\x95\xe4\x58\xc0\x6f\x45\x16\x7f\xe8\xbe\x50\xa4\x0c\xd9\xbb\x60\x71\xb6\xbc\xbf\x13\x67\x2b\x79\xcf\xfb\xde\x3b\x84\xbd\x59\xd8\x17\x58\xbb\xef\xb3\x9b\x42\x57\xa2\xeb\xf0\x86\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x7c\xa2\xc3\x8a\x71\x9d\x17\x27\xa0\x70\x35\xaf\xca\x5e\x7d\xa2\xc0\x0d\x19\x20\x72\x35\xaf\x15\x5f\xc3\x68\x78\xdb\xf0\x0a\x00\xea\xcd\xf4\xbb\xef\x47\x8a\xc9\x58\x36\xce\x16\xe3\x46\x7a\x13\xb0\xb1\xb7\x3c\x69\xbc\x32\x56\x17\xc7\x6b\x4d\x68\x09\x9a\x0b\xf7\xca\x17\xbb\x73\x15\xbc\x40\x6a\x25\xcf\xf0\xa0\x68\x35\x75\xaf\x80\x68\x45\x6d\xc9\xac\xd9\xb9\xb7\xdf\xef\xe7\x92\x45\x8a\x7a\x45\xff\x76\x12\x7c\x7b\x69\xd1\xf2\x8f\x78\xed\x08\x02\xaf\x7a\x09\x2f\xd2\xdf\xc5\xd6\x96\xfc\xa1\xf8\x29\x5f\xc0\x0d\x82\xe5\xbe\xdc\xed\xab\x6f\x7d\xbd\x40\xf1\x04\xf3\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x95\x7f\x87\x5b\x4d\xf2\x17\xd1\x46\x3a\xff\xef\x19\x38\x79\x79\x4c\x95\x79\x21\x94\x08\xd3\x1c\x24\xac\xa6\xb6\xe8\x13\xbb\xd3\x3b\x90\xcf\x7b\x0f\x4f\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xb2\xaa\x27\x5c\x1a\xc8\xaa\x18\x1c\x8a\xf7\xf6\x5e\xdd\xf8\x06\xad\xf2\x10\xf2\x11\xe7\x42\x01\xfd\xc3\x2b\x49\x35\x07\x00\x54\x91\xe3\xe4\x45\xb0\x01\xb6\x95\x0f\x53\x6c\x95\x16\x22\x50\xa9\xb8\x11\x81\x6a\x78\xea\xf8\x3c\x8e\x78\xa0\x00\x5e\x2a\xaa\x42\xed\xb1\x25\x53\x85\x04\x74\x54\xd6\x6e\x18\x80\xa8\xe6\x89\x1d\x7c\xa8\xe6\x69\xef\xe3\x8c\x1e\x07\xeb\x3f\x30\x41\x70\xa4\x9a\x3a\x13\x71\xa4\xea\xd9\xfd\x02\xc3\x78\x5a\xba\x87\x58\xb6\xff\x8d\x2a\xd5\x76\x39\xb2\x18\xb6\x70\x20\xa6\x9a\x5b\xd4\x67\x60\x25\xcf\x49\xc0\x4a\x35\xe5\xed\x0f\x03\x32\x8f\x9e\x9f\x87\x88\xb6\x5f\xdc\x34\xaa\xa9\xb8\x65\x66\x3f\xf8\xb8\xa2\x57\xf4\x03\x56\x2a\x12\xf1\x59\xaf\xe8\x3d\x4d\x7d\xd8\x65\x7b\xd0\xf9\xb8\xa1\xf7\x48\x0a\x94\x54\xe4\x30\x91\xd3\x9c\x83\xca\xb7\x4f\x11\x70\x54\x41\xa3\x86\x67\x2b\x41\xa3\x2a\x90\x3a\xe3\xeb\xbb\x48\x92\x61\x11\xa6\x0c\xf7\x11\xe2\x42\x4f\x72\xd1\xa4\xa6\xb7\x78\x1f\xc8\x04\x4a\x98\x9f\x27\x75\xbd\xbc\x3f\x4f\xe7\xea\x38\x3e\x7d\x9a\xc0\xe7\x19\xe0\x4c\xc5\x60\x5b\x08\x5d\xef\x4c\x65\x6f\x51\x56\xfb\x50\xf6\x2b\x73\x7c\x9c\x48\x14\x46\x3e\x7c\x7f\x15\x78\x3e\x63\x23\x8e\xe6\x0f\x0c\xae\x73\x2b\x8e\x27\x4d\x21\xe3\xd3\x92\x1b\x8e\xfd\x19\x12\x79\xb0\x95\x00\x13\xd5\xdc\xb7\x3f\x03\x39\x81\x0d\x34\x3e\x6e\xd5\xdd\xea\xbf\x69\x35\xe8\x83\xb9\xdb\x6d\x22\xf9\x2a\x1b\xc6\xc7\xae\xe4\x76\x25\x7c\xd4\x14\x5a\xe4\x9b\x7b\xd0\x2d\xe4\xf5\xc5\x8f\x29\xa5\x58\x2f\x14\xf9\x6e\x3e\x9f\xd1\x92\xdd\x86\xbf\x6b\xf7\x28\x75\xb9\x76\x73\xf9\x18\x67\x0d\xb7\xbb\x2f\x36\xaf\xa4\xf1\xe5\xc7\xcd\xfa\x6e\xee\xe5\x54\x86\xd1\x7d\xc6\x49\x04\x16\x69\x7c\x6e\x6a\xd6\x11\x03\x35\x79\xf7\x77\x5b\x11\xe9\x9e\x35\x91\x9d\xbe\x5b\x71\x79\xa7\xc2\x44\xcc\xeb\xa4\xef\xde\x21\x79\xa9\xc9\xed\x91\x0d\x9e\xfb\xb1\x8d\x0d\x0e\x0a\xdf\x03\x00\x8d\x1d\xff\xc8\xb7\x1c\x43\xc0\xaa\xe5\xac\x1f\xd6\xe2\x32\xec\x6f\x6f\x62\x8e\x21\x07\x85\xcd\x40\xd9\xc3\x0c\x55\xf8\xb1\x85\x6d\x96\x89\xe6\xdd\xfd\xe8\xd3\x8d\xea\xb0\x00\x34\xde\x16\xf6\x2a\x84\x23\x7e\x7c\x1c\x0d\x06\x9b\xe9\xb7\x6f\xfb\x91\x0d\x3f\xb6\xa3\xcd\x09\x95\xf3\x35\x07\xf9\x88\xe9\x64\x84\xf2\x2f\x44\xf8\xac\xc6\xf0\x73\x3f\x92\x11\xba\xd1\x0c\x39\xec\xe7\x97\x68\x83\x17\xf7\xde\xa9\x7d\x6a\xc3\x35\x1a\xf9\x0c\xdd\xa4\x65\xc9\xb7\x76\xe7\x50\xc5\xb5\x3b\x81\x52\x34\xf4\xb6\x74\x23\x11\x03\x21\x35\xbe\xa5\xa5\xf5\x9f\xc3\x38\x7f\xcb\xfa\x30\x0a\x6e\x5d\xd5\xcf\x19\x62\xcc\x0a\x30\x6a\x30\xb9\xa5\xc3\xae\xe7\xff\x25\x76\x80\xf6\x22\x0b\xd1\x5d\xe3\xe8\x45\xc0\xe2\xb1\xff\x77\xc2\xc2\x74\xd6\xb1\xd7\xc8\xe4\x65\x62\x98\x58\xf8\x9f\xc9\x0b\xf7\x5b\xe8\xc1\x5d\x2e\x0b\xa7\x25\xb9\xcf\x42\x2a\x97\x97\xac\xd8\xdc\xb2\x7d\xb2\x4e\x4b\xa3\x4a\xc2\x4f\x6b\x77\xb2\x4e\x75\x4f\xc8\xf1\x4b\x3b\x6f\x6f\xd9\xd6\xc9\xf2\x6c\xfe\x40\x17\xb0\x86\xd7\x69\xd1\xa6\x41\xee\x38\x2d\x4e\xdb\xc6\xfd\x59\xb6\x4f\x66\xee\x4a\xee\x72\x4c\xe9\x95\x64\x07\xdd\x5f\x98\xba\xcd\x1f\x76\x1f\x50\x86\xb6\x6f\x5a\x9e\x2c\xc3\x47\x15\x7f\xb8\xc0\x93\xa6\x52\xc6\xe6\x50\xb7\xb2\x92\x7b\x03\x0b\x75\x19\x29\xf1\xdc\x59\x9c\x35\x0e\x47\x32\x4a\x32\x25\x66\xfb\x8a\x32\xf2\x0e\xcd\x43\x27\xe6\x5d\x47\x53\x29\x24\x22\x5b\x2d\xc3\x20\x36\x8b\xcc\x5c\x49\x32\x17\x56\xb6\xb3\xcc\x2e\x2f\xeb\x7e\xd8\x9e\xa3\x70\x54\xec\xbb\x77\xf3\xe2\x96\x95\x6e\xd0\x3e\x5c\x73\xb3\xa5\x81\x78\xdb\x2f\x0c\xad\xf3\x42\xa8\x6a\x0d\x7b\x37\xde\xdd\xce\xce\xd8\xb2\x10\x16\x36\x00\xbb\x17\xca\xee\x51\x2a\xe5\x76\x6f\xef\x6a\x38\xee\x25\xc0\x72\x17\x77\x3c\x62\x17\xcf\x5a\xa7\xae\x62\x65\xfd\x7f\x59\x27\x32\x54\x77\x3b\x67\x4c\xd5\x7e\x0a\xde\xb7\x34\x16\x1f\x76\x15\x9e\x57\xbb\x13\xbc\xea\x57\x73\x05\x8e\x5e\xdb\xcd\x60\x13\x57\x2b\x22\x8a\x9e\x07\xac\xe5\x29\x50\xc3\x98\x35\x65\xd4\x14\x41\x28\x08\x2f\xa7\xd7\xde\x19\x9c\xd4\x1e\x6b\x5c\x10\x38\x0b\xed\xbe\xe5\x86\x17\x80\xe7\xb1\x51\xdc\x54\x9a\xad\x6b\x57\xd6\x97\x3d\xc8\x7c\x37\xb6\x8f\x62\xc4\x7b\xf0\xdd\x8a\x27\x2f\x60\xdc\xda\x4f\x06\x50\xdc\x9c\xeb\x97\xc5\xd1\x08\x2f\x75\x11\xe2\x16\xfe\x44\x5e\xab\x82\xee\x96\x0d\x9f\xb9\xee\x5d\x0d\x33\xd0\x4d\xb6\xda\x08\x0f\x5e\x53\x2f\xfc\x8c\x14\x7c\x56\x6c\x10\xc3\x48\xac\x42\xbd\x19\xd3\x69\x19\x1e\xd0\x7b\x74\xa0\xde\xba\x62\xe2\x46\x7a\xf3\x76\x55\xa4\xb7\xa1\x86\x6d\xc5\x61\xa8\xb7\x3f\x42\x54\x8e\xf5\x94\x7f\xfd\xd5\xa7\xa3\xcc\xa9\x49\x55\xcd\x7a\x14\x47\xad\x24\xe7\xa4\xe2\x55\xf7\x32\x78\x44\xdf\x85\xba\x87\xcb\x26\xdc\x59\xfa\x7e\x11\x86\x84\x06\xbc\xbb\x9e\xe4\xf7\xa4\xe4\x24\xd1\x5b\x57\xab\x9a\xa5\x09\x74\xdf\xa9\xe0\x6a\x48\x6e\x6b\xab\xa3\x76\x2a\xd8\x23\x67\x6c\x90\xe2\x62\x3c\xe9\x62\x6e\x66\xdd\xb2\x80\x8a\x8b\xef\xd2\x4b\xfb\x14\x64\xe7\x13\x4b\x42\xed\x12\xb0\x71\x7d\x73\x9f\x4f\x3d\xf4\x7e\xc1\xe3\xdc\xa9\x41\x28\x89\xc1\x79\x13\x08\xb9\xec\xfd\xfd\xfa\x5c\x44\xa6\xdf\x3c\xd1\x0c\xcc\x13\x8e\xb1\x40\xcb\xed\xc8\x08\x6b\x2b\x97\xac\x13\x26\x68\x83\x13\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\xc5\x16\x97\x3d\xd2\x2e\x6c\xd3\x26\x87\x9b\x25\xb6\x8d\x7a\xb1\x05\x9e\x8d\x7a\xf2\xb5\xf6\x4c\x69\xff\xf6\xf7\x04\x81\x2e\xb1\x80\x27\x08\x74\x89\xa3\xd1\x14\x81\xae\xa2\xab\x9b\x20\xd0\x65\x70\xed\x26\x08\x74\xb1\x56\xcc\x4d\x47\xc5\x49\x75\x02\x41\x77\xd2\x51\xf3\xd8\x91\xf6\x8b\xb9\x6f\x2a\x55\xf8\xdf\x63\x59\xf0\xc0\x09\xd2\x5c\x03\x2a\x72\x02\x34\xd7\x58\x2c\x13\x9c\xb9\x9c\xa4\x13\x3c\x0a\xb0\xfe\x09\xcc\x5c\x1b\x93\xbc\x84\x8e\x3a\xf6\xff\x5c\x2a\x5b\x98\x9b\xdb\xf4\xff\xc6\xf7\x33\xff\x13\x8f\xe3\xf4\x9b\xae\xad\x46\x55\x63\x6b\xeb\x3d\x18\xf1\x3c\xce\x8b\x5e\xf2\xa3\x9e\x26\x87\x89\x30\x1f\x6b\x26\xa2\xa6\x87\xff\x2f\xd4\xac\x74\x0c\x76\x6c\x1c\xa8\xa6\x90\x74\xd3\x0e\x4b\x89\x05\x4b\x7f\x25\x62\x4c\x17\xe9\x9d\x34\xf4\x5d\xf2\xa4\x31\xfd\xc1\x1d\xab\xfa\x02\x32\xd4\xa0\xde\xa2\x17\x33\xad\xe7\x81\xe1\x77\xb6\x0d\xb8\xf1\xe2\x66\x33\xc1\xa6\x6b\x9c\x88\x27\xd0\x74\x8d\xfb\xe4\x29\x34\xdd\x40\xbd\x38\x0f\x42\x60\x24\x7b\x86\xed\x0a\xe3\xc4\x09\x18\x5d\x47\x61\x37\xc1\x9f\x6b\xc0\xf0\xcc\xc3\x80\x53\x18\x52\xcd\xa3\xe8\x70\x63\xcf\x70\x25\xdc\x9c\x33\x3a\xf7\xe2\x14\x38\xc1\xa2\x8b\x26\xf9\x82\x5d\x8f\x95\xd5\x1c\xcd\xca\xb2\x13\xcd\x93\x3e\xe0\x4e\x6b\xec\x22\x70\x0f\x72\x44\x8b\xbb\xb9\x33\x91\x5d\x09\xcb\x85\x79\x60\xa4\x46\x48\xa2\x79\x54\x66\xe8\x49\x1a\xcc\xcf\xe6\x49\x1a\xb6\xa1\x5d\x09\x6e\x86\xe7\x1f\x4f\xb9\x53\x24\x3c\x60\x51\xe7\x11\x07\xd0\x5e\xac\xad\x10\xb0\xc3\x51\xaa\x74\x55\xf2\x07\x79\x9a\x93\xa8\xda\x6f\x54\x05\xc3\xb4\xec\x4c\x06\xe3\x18\xdd\xcd\x04\x22\x2f\xfa\x93\x69\xad\x61\x9a\x75\x6c\xa0\xad\x3a\x18\x6a\x3c\xb9\xe5\x9b\x47\xc3\x0a\x29\x9b\x81\xfa\x39\xd3\x0c\x4f\x75\xfa\xbf\xa2\xb6\x95\x05\x53\x6f\xec\x1f\x80\xc0\x76\x4e\x70\xab\xcc\xed\xe6\x3c\xb4\x22\xdf\x45\x73\x58\x9d\x89\x12\xba\x8b\x7c\x52\x59\x2c\xc7\x8b\x83\xc4\x61\x75\xda\x08\xfc\x9a\x88\x1f\x30\x8f\x0e\xf6\x69\x96\xee\x29\x6b\xfa\xc3\xc5\x00\xf8\x03\xd1\x46\x9c\x37\x5c\x30\x4f\xbb\x0f\x1f\xe4\xe2\xea\xe2\x4a\x99\x88\x9d\x13\x78\xbd\x86\x83\xcf\x3c\x86\xb5\xa3\x12\x23\xff\xeb\xaf\x4a\xbc\x87\x79\xa8\x34\xad\xe6\x95\x47\xda\x61\x1e\x73\xad\x84\xfe\xcb\xbb\x16\xdc\xc8\x4d\xd7\x2c\x47\x5e\x20\xce\xe6\x31\xf6\xe8\xd2\x01\x43\x3e\x65\x57\x0a\x10\xd4\x9c\x69\x83\xfe\xcb\x74\x99\x06\x6e\xdd\x1f\xe2\x34\x9c\x87\x43\xba\x35\xae\x96\x2e\x26\x2d\x17\xa9\xf3\x30\xc8\xd5\x66\x99\xfa\x38\x9f\x16\x39\xd5\xa7\xf8\xcb\xb5\x47\x86\xf2\x2f\x37\x85\x4e\xa7\x5c\x32\xe6\xfd\x0b\xd3\xbe\x52\xbe\xd1\xac\xda\x4e\xd5\xb8\x20\x36\x11\xd3\xc5\xb1\xb9\x3c\xfb\xd1\xe0\xcb\x96\x50\x47\xcd\xc6\xbb\xfb\x00\x67\xd8\xe9\x5c\xdb\xfa\xda\x49\x11\xb7\xfa\x2e\x7b\xfb\xde\x0b\xdc\x5f\xe0\x3a\x99\xba\xdf\x4a\x05\xf2\xac\x1b\x24\x28\xf9\xb1\xb1\x1f\x37\x03\xbf\xdd\x0e\x2b\xc5\x23\x96\x9c\xfe\x60\x5c\x10\x6e\x10\xe6\xf1\xec\xbe\xa3\x21\x5b\x13\x2b\x7b\xda\xd7\x5d\x7e\xf9\x11\xb1\x84\xaa\x3c\x7b\x15\xf8\x83\xc8\x8d\x34\x65\xcb\x11\xc3\x17\x7b\xcb\x06\xbf\x1e\x7c\x2c\x9f\xc3\xeb\xcc\x64\x7f\x9d\x06\x83\x76\xbd\x6a\xdb\x2d\xf1\xc5\x98\xce\x06\xeb\xf2\xdc\xdd\x12\x0d\x50\xe5\xf6\x80\xb4\x41\x68\xa2\x09\x82\x5e\xc3\xa8\x7f\x1e\x5b\xcb\x6a\x43\x40\xe7\xc1\xa6\x66\x1e\x1a\xaa\x77\x17\x24\x3e\xce\x65\xff\xa0\x0e\xdd\x91\xf6\xb8\xbb\xb7\x17\xc1\x68\xbb\xec\x51\x93\xaf\xbd\x53\x2f\x9d\xc2\xa8\xe2\xda\x63\xf2\x27\x59\x6f\x8a\xa2\xd7\x65\x5f\x48\x0d\x6e\x44\xe7\x3e\xc9\x4e\x5f\x68\x58\xf1\x7f\x45\x58\x26\xb1\x28\x78\xd3\x3d\xfd\xdc\x9a\x5a\x66\x34\xd8\x77\xd1\x66\x5f\x14\xd7\xe9\xb1\xd3\xf8\x90\xd8\x6e\xcd\xf3\xf4\xcb\xe4\x3f\x3d\x50\xd0\x03\xe7\x89\xd7\x58\x36\x91\xd6\x46\x21\x77\x4e\x91\xf0\xaa\xe2\x82\x48\x78\x03\x3d\xfc\x3c\x39\xb5\x02\xca\x38\x4f\xfd\x8f\xb1\xcc\x9a\xa7\x2e\xc7\xc4\x61\x9f\x1b\x0a\x0f\xe5\xf9\xdc\x50\x78\x58\x51\xcd\x33\xed\xc6\x90\x2c\xc9\x80\xc9\x9f\xd4\xcc\xd9\x17\x89\x4b\xc3\xe2\x0f\x72\x0a\xc6\xef\x34\x14\x24\xb7\x33\x13\x84\xbb\x86\x65\xeb\x3c\x0d\x69\xec\xf6\x7b\x66\x1b\xec\xff\x36\xb8\xf9\x22\xfb\x9f\x66\x77\xf7\x66\x86\x9e\x5b\xf1\xcb\x44\xdc\xe0\x77\xe0\xf8\xce\x0d\x7e\x87\xd9\xcf\x14\xfc\xae\x82\xc4\x3b\x4f\x4d\xc5\x9b\xa3\x54\x86\xbf\xd0\x4b\x44\x39\x4e\x56\x00\xfd\xee\x2c\xe6\x20\x30\xb1\x25\xe2\x44\x0c\xc0\xc0\x3c\xd9\x82\xf3\x4e\x83\x2d\xa0\xcd\xdd\x07\x43\x47\x1b\x6f\x2c\x42\x41\xcf\xb3\xee\xa2\xc9\xcd\xe6\x8c\x92\x69\x9e\x6e\xc8\x45\x3a\x0d\x74\xdd\x9c\x6e\xc0\x88\x92\x67\xd5\xec\xce\xce\xd2\x7d\x6b\xee\x97\xdb\x56\x90\xac\xed\x3e\xa5\xba\x6c\xaf\xd5\x9a\xa0\xe9\x9d\x0e\x4f\xdb\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xe2\x20\x4f\x67\x7d\x33\xc2\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x3b\x27\x5c\x11\x7c\xbc\x36\xe1\xf5\xc0\xe3\x45\xd5\xf9\x6a\x37\x00\x00\xf5\x60\xe7\x24\x1a\xfe\x04\x2a\x2f\x29\xf9\x01\x95\x17\x19\xa8\x78\xdf\x6d\xf5\xc5\x23\x94\xa3\x21\xec\x6c\x73\xfc\xdd\x18\x2b\xa9\x86\xfc\x19\x76\xb7\x51\xf1\x86\x83\x2c\x2a\x1e\x26\x26\xf3\x04\x1e\xa7\x38\x9a\xee\x86\xd5\x1c\xbb\x44\x7f\x80\x0d\x5a\x47\x6c\xb0\x94\xc0\x4e\xc1\x71\x92\x23\xa8\x3a\xd8\xc2\xbd\x72\x54\xf2\x3c\xb1\xf0\x6e\x4e\xe4\xb9\x97\x11\x75\xd7\x7d\xca\xb9\x20\x32\x4e\x77\x34\x31\x4f\x21\x64\xe7\x14\x08\xaf\x02\x77\x3c\x4f\x63\x63\x75\x7b\xf1\xb2\xb5\x64\x8f\x23\xbc\x1e\x5a\xf3\xbc\x76\xfb\xa8\x89\xb1\x8e\xc1\x57\x9e\x27\x6a\xde\x29\xab\xb8\x6c\xd3\x1f\x25\xc0\xf3\x42\xb8\xb3\x29\x6e\x93\x32\xa1\x7b\x73\x5e\xbe\x76\x23\xd0\xb1\xf9\x8b\xa5\x57\x41\x55\x9e\xa7\xd1\xb5\x86\xd9\x6f\xf8\x7e\xa3\x29\xee\x92\x8d\xae\x73\x97\x1c\xf6\x8a\x21\x95\xb3\x3f\x50\x61\xb9\x06\xda\xe0\x39\xed\xec\x5b\xae\xe5\xb8\xb9\x97\x4e\xbb\xc8\x88\x5b\xdd\x81\x23\x44\xf2\x9c\xb6\x5e\x33\x12\x85\x61\x60\xf3\x72\x71\x0a\xa2\x1d\x3e\xad\x2f\x56\xda\x00\x80\x4c\x21\xf4\x00\x75\x9b\xa0\xe6\x35\x62\x1b\xcd\x53\xc0\x77\x97\x11\xd0\xb5\x04\x9f\x9c\x00\xe8\xe5\xe1\x42\xd7\x89\x59\x16\x4b\x7c\x11\x25\xfe\x73\x1f\xe6\x49\xc3\xdd\xe6\x6c\xa6\x81\xa5\xba\x8b\xbc\xb1\x0b\x9e\x32\x71\x23\x8d\x74\x7b\x39\x8e\xf2\x3a\xe8\xcf\xd3\xad\xd9\x39\xf2\x6a\x39\xe1\xc2\xc1\x80\xa4\x3a\x14\xee\xcc\xee\x20\xdc\x7f\x4e\x97\x2c\x06\xda\xc4\xba\x9b\x40\xe8\xe5\xc3\x5a\x60\x26\xd2\xed\x09\x6e\x3c\x95\x82\x36\x20\xde\xb0\xeb\xb4\x06\xe9\x76\xaa\xe1\x98\x93\x1d\xb6\xbc\xd3\xb5\xc7\x96\x7b\x11\x47\x87\x53\xe7\xb0\xee\x07\x96\xcc\x8a\x7d\x15\xe4\xbb\x36\xbb\x1f\x7b\x4d\x45\xef\x70\xe9\x39\x11\xdb\x36\xd8\x9d\x47\xe2\xa4\x7b\xf3\xd8\x2f\x98\x19\x14\x53\x59\x22\x87\x01\x40\xed\x22\x4b\xe5\x85\x8e\x63\xc4\x04\xb2\x4b\xd8\xac\x4c\x90\xec\x32\x88\xa3\x13\x24\xbb\x93\x88\x3b\x13\xf0\x3a\x9d\xcb\x67\xe2\xa8\x8d\xc6\x67\x26\x2c\x3a\xc0\x7e\x99\x89\xe3\xf5\x44\xb6\x4a\xe7\x56\xa7\x9b\x88\x53\x0f\xc2\x46\xe2\x5a\x74\x7a\x74\x4c\x86\xa8\x02\x9e\x7b\x82\x32\x27\x18\xf2\x04\x4d\xae\x4d\xc4\x55\x40\xe3\x22\x51\xe2\x05\x33\x28\x7a\x6a\x83\xc3\x31\xbd\x00\x87\x8b\x44\x99\x17\x5c\x64\x6c\x44\xb6\xa5\x66\x78\xa0\x53\x9a\x96\x98\x5c\x34\xcf\x84\x25\xa6\x93\x13\xd0\xb8\xd1\xac\x86\x8e\xca\x5c\x5d\xce\x54\x76\x3d\x28\x8f\x9b\xd3\x73\xff\x40\xbb\x99\xf2\x49\x47\x65\x0f\x3b\xa9\xec\xfe\xa7\x22\xdc\xa9\xe2\x7d\x30\x93\x47\xdb\xe1\x97\x2e\xcb\xa0\x86\x84\x56\x26\x1c\xc4\x4c\x1a\x41\x7b\x86\x02\x64\x6e\xa0\x58\x9d\x1b\x63\x0e\xf8\xf1\x99\xb8\x29\x9d\xcc\x74\xf0\xe6\xf4\x98\x9e\xc9\x80\x8f\xaa\x1c\x80\x9b\x6b\x13\xa9\x39\x69\x94\xd9\xed\x36\x83\x24\xd7\x3f\x05\xae\x9f\x42\xd1\x4d\x76\xcd\x64\x94\xc8\xc3\xaf\x31\xb4\x88\xf3\xa2\xcf\x55\xe0\xcf\x67\x6a\x4e\x4a\x87\xb6\xa1\xd5\x44\xf2\x10\x7d\x0e\xcc\xb8\x99\xc4\x1e\x18\x0e\x2d\x47\x5a\xbc\xc1\x66\xf2\x44\x0b\x2b\x07\x89\x2e\x12\x99\xdb\x75\x83\xa8\x97\x36\xf8\x2c\xbd\xa5\x0b\x73\x77\xb6\x62\xe1\x3c\xa7\x53\xda\xab\x52\xee\x02\xe7\x86\x92\xe3\xa6\x6d\x82\x1e\x97\xbb\x0d\x31\x82\xf2\xb0\xf2\x78\x23\x77\x8b\xc7\x5c\x39\x3b\x56\x18\xde\xec\xf5\x14\xe7\xc6\x41\x84\x95\x29\x8c\xdc\xe0\x32\x77\x02\x23\x17\x45\x98\xe3\xf5\x17\xea\x68\xa8\x2b\x95\x07\x60\xc7\x25\xd4\xb0\x53\xe8\x38\x11\x56\x27\xd0\x71\x6d\xda\x59\xd3\xa9\x45\xa5\x30\x5d\x9e\x88\x7c\x49\x20\x00\x95\x4b\x80\xc8\x65\xcf\x05\x49\x13\xcf\xe1\xb4\x06\x64\x56\xb1\x22\x11\x27\x79\x22\xe2\x25\x94\xe3\x73\x67\xb0\xdd\x4e\x58\x2d\x7b\xba\xdc\x43\xdf\x26\x4e\x15\xc9\xc0\x1c\xdd\x65\x74\xe9\x49\xed\xc4\x24\xbe\xe4\x9e\x4d\xdc\x7b\x4e\xd5\x1b\x1b\x07\x8e\x8b\xde\x09\x0e\xdc\x99\xf7\xfc\xd5\x8f\xb8\xbb\xc4\xd0\x6b\x83\x7d\x31\x93\x7a\xed\xee\x02\x25\x72\x31\x08\x65\x33\x79\x0b\xda\x77\x76\xd7\x05\xd2\x47\x7a\x14\x2c\x9c\x41\x02\x00\x24\x1b\xfc\xc8\x68\x9c\x36\x7b\xab\x73\xed\xaa\x99\xe6\x42\x79\x26\x6f\x42\xdd\x80\x12\x87\xc8\xa9\x26\x21\x3d\xbb\x1c\x5f\x38\x08\x70\x89\x37\x13\x66\x3b\x13\x39\x05\xf8\x38\x9d\x92\x27\x88\x71\x59\x55\x00\x88\x71\xfa\xfb\x4e\x50\xe2\x06\xba\xe4\x99\xdc\xd7\xd8\xf2\xd3\xbb\xdb\xeb\x87\x58\x8a\xce\xa7\xd7\x15\xee\x28\x7e\x96\x40\xa2\x4f\x79\x07\x89\x25\xa9\xa3\x26\x1c\xdd\x14\xf5\xad\xb8\x2e\x04\xbe\x19\xae\x85\xcf\x02\x4d\x64\x81\x96\xfe\xd9\xc1\x7e\x8a\x4b\x84\x5d\x9e\xfb\x81\x35\xe1\x9c\x09\x88\xf0\x4c\x5e\xab\x76\xdb\xaa\x35\x0f\x2a\xf5\x99\xe2\x9c\x99\xf1\x74\x9e\x20\xc0\xa5\x3d\x4d\x05\x7a\x1b\xce\x6b\x6c\x1b\x9b\x4c\x28\xb6\xbf\x41\x8c\xfa\x09\xe8\x5b\x3f\xd8\xdd\x01\x7d\xd3\x07\x79\x26\xcd\x1f\xad\xd3\xe2\x9a\x19\xfd\x5f\x3e\x76\xc9\x95\x17\x2c\x0d\xbb\xff\x03\xed\x46\x90\xda\x09\x9e\x5b\xf7\x14\x96\x8f\xdd\xec\xc6\x8b\x27\x9f\x6c\xaa\x45\xd9\xc7\x9f\xf8\x5f\xe6\x1c\xca\x05\xe6\xcc\x7a\x4a\x63\x05\x30\xb3\x01\x1f\x55\x56\x65\x3d\xa2\xb9\xe6\x98\x99\x2d\x10\x73\xa7\x99\x51\x24\x1f\xf0\xb6\x7c\xda\x5e\x33\xec\xbe\xee\xbc\xbc\xb4\xc5\x44\xf0\xfb\x6e\xe6\x3d\x1b\xf8\x81\x43\x28\xc1\x01\x27\x98\x71\x03\x7f\xdd\x09\x64\x5c\x3f\x90\x71\x41\x8c\xeb\x07\x22\x66\xd6\x1d\x5a\xa5\x7a\x4e\x4e\x44\xff\xe7\x9c\x9c\xcd\xec\x46\x95\xcd\x8d\xce\xc1\xa6\x26\xd9\x09\x0c\x21\x0b\x78\xd0\x77\x79\xc0\x86\x9f\x7e\xea\x41\x73\x6d\x8e\x8f\xb2\xe9\x01\x2e\x51\xd5\x08\x81\x2a\x57\x0e\xf3\xe6\xbd\x34\xa9\xa0\x37\xaa\xc4\xa7\x9b\xc0\xca\xf5\xe3\x30\x95\x4c\x9c\xd5\xbc\x71\xe5\x54\x1f\x83\x1f\xd7\x8f\xc3\x1f\xe2\x24\x7a\x20\x04\x03\x05\xd7\x0f\xc7\x7f\xef\xbd\xb0\x9f\x5c\xe4\xd5\x64\xde\xbe\x12\x4e\x06\x36\xdf\x0c\xa4\xcb\xcc\x05\xb4\x43\xe7\x95\x37\x9c\x70\xa2\x2c\x5a\x81\x1a\x5c\xc1\xe0\x06\x56\x11\x33\x1b\x88\x19\x57\xd7\x09\x00\x5c\x06\x47\x6a\x82\xff\x16\x59\xe8\x06\x02\x8e\x1c\x08\x5e\xc0\xbf\xe9\x48\x3d\x73\xdd\xdc\xc6\x1c\x8a\x01\x30\xc5\x5c\x0d\x5a\x6b\x8e\x87\xdc\xd6\xc4\x15\xe8\x14\x89\xed\xb6\x1f\xce\xaf\xb6\xbb\x87\x1c\x7b\x8f\x44\x52\xcc\x4d\x15\x80\xe3\xdc\xe4\xdc\x36\x0b\x0b\x26\x15\x30\xb9\xb9\x28\x60\x6f\x19\x57\xe5\xe3\xb4\x10\x65\x5b\x2b\xdc\xe1\x44\x7e\xb7\xdb\x0f\x0e\x6e\xf7\x50\x03\x4b\xce\x7d\x0f\x28\xc3\xb3\x4f\xb6\x3b\x8f\x8c\x1f\x09\x31\x1b\x5a\x44\x79\x1a\x30\xba\x0e\xf0\xc7\xcc\x06\x13\x51\x45\x98\xbb\x06\xdf\x54\xb2\xbb\xbd\xb0\xe9\x01\x46\x17\x2f\xa4\x32\xac\x15\x46\x12\x33\xef\x93\xaa\x0b\x7c\x47\xfd\xe0\x84\x96\x51\xdc\x16\x5b\x3c\x76\x29\xb4\x72\xb8\x09\x3a\x76\x7b\x33\x46\x42\xc9\x93\x29\x75\xfa\x83\x83\x8a\x08\x07\x06\x5d\x3a\xfc\x16\x0e\xc8\xc3\x21\xda\xe7\x56\xb6\x6c\x20\xe8\xba\xdb\xba\x10\x74\x35\xb9\x4a\xb4\x4f\xc2\x68\x62\xe6\x6b\x77\x25\x55\xb9\xf6\x31\x9d\x12\x2f\x8c\xc6\xed\xc9\x7d\x8a\x1d\xfe\x60\x50\x35\xfa\x6b\xef\xcd\xb2\x3a\xb1\xe6\xd4\xd8\x80\x2f\x17\xbf\x50\x24\x08\x03\x87\xf3\xe0\x76\xea\xd0\x90\x1b\xd6\x94\xfe\xcc\x02\x6f\x67\x92\x6c\x6f\x1f\x3e\xad\xc1\xa3\x7e\x05\x89\x27\x3f\x30\x1f\xf9\xe1\xc3\x61\xc4\xf1\x16\x4b\x60\xb8\xbc\x62\xa3\xed\x4a\x6e\x40\xd1\x45\x2d\xe9\xb1\x67\x17\x62\xaa\x5d\x7f\xda\x8f\x05\xd2\x54\xdc\xcf\x7b\x6f\x66\xf3\x02\x8d\xae\x2b\xe6\x00\x46\x97\x4f\x87\x02\x64\xf6\x34\x5c\xdc\xaf\x25\xf2\x5d\xcf\x90\x58\x30\xcd\xac\x1a\x77\xc8\x0f\xe2\xac\xd8\xd5\x15\x67\xcf\x8a\xce\xcf\x57\x75\x9d\x4c\x4a\x90\xb9\xe4\xff\x72\x00\x19\xe4\xc7\x64\x71\x7e\x7e\x70\x32\x04\x8e\xfc\xc9\xc9\x64\xaf\xdf\xee\x07\xca\xf8\xac\x15\xbd\xe8\xf5\x2e\xc6\x33\x33\x7b\xa5\x3b\x64\x59\x1a\x2a\xa9\xff\x02\x42\x4e\xdf\xee\x29\x82\xdc\x54\x89\x9c\xd7\xee\x3a\x3e\xbc\x76\xb4\x1b\x93\xed\xd5\x1d\x3d\x04\x86\x5c\x12\x74\x72\x96\x63\xaf\xa2\xce\x0b\x23\x47\x07\x03\x28\x17\x0d\x3e\x79\xe9\xfc\x50\xf9\x7f\x98\xdd\x54\x6e\x0f\xcd\x0f\xbb\x4d\xc1\x19\xcb\xc9\x98\x50\x31\x10\xe2\xfa\xc1\x54\x29\xa7\x5d\x94\xf8\xbf\xfa\x29\xbe\xcb\x6e\x49\x20\x9c\x09\x58\x5c\x56\x03\x5b\xdc\x2d\x59\xe6\x85\x1b\x55\x41\x11\x66\x89\xcd\xaf\x7b\x5d\x5a\x12\x9b\x00\xfa\xd7\x62\x74\xe3\xb9\x7f\xd8\x39\x68\x5f\x66\xbb\x44\x00\x29\x86\x70\xc4\xc6\x66\x96\xec\x9a\xdb\x2f\xea\x01\x61\xc4\xc5\xfd\x88\x45\x53\x32\x6c\xdc\xae\xda\xc8\xa6\x74\x82\xbb\x11\xeb\xba\xe4\xdd\xed\xb4\xd5\xa0\x1d\x6a\x71\x4a\xb6\x77\x60\xbd\xa5\x58\x77\xca\x2b\x7b\x96\x52\x86\x3b\x18\x0b\x09\x4c\x3a\xfd\xaa\xe7\x46\x9e\x1b\xd2\x35\x48\xb3\x0c\x2f\x40\xd5\x89\x17\x81\x4a\xe1\xc2\xa5\x22\x0f\x14\xff\xcf\x00\xff\x99\x46\x11\x05\xbe\x5d\xf4\xc9\xf3\x22\xb0\x54\xda\x81\xb8\x2b\xf0\x1c\x26\x01\xb3\x18\x66\x43\xf6\x56\x2a\x7b\x83\x33\xa9\xda\xb9\xec\x40\xc5\xdd\x88\x75\x50\x8c\x7e\xa5\x76\x04\x10\xba\x8e\x09\xf8\x2c\x6d\x77\x34\xed\x68\xce\xa4\xd3\x17\x3b\x91\x4e\x68\x72\x4a\xdb\xa1\x69\x2d\xf6\x45\xb3\x18\xf2\x0a\x1b\xe3\x59\xb4\xb3\xc5\x72\x68\x02\x25\xd7\x0f\x7b\xb7\xab\x75\x61\x33\x2c\xdd\x05\x0a\x73\x05\x3d\xae\x1f\xb6\xbd\x33\xa9\x2d\xc4\xed\xa7\xfe\xc9\xb5\x77\x82\x13\xd7\x8f\xfd\x31\xba\xa2\x5a\x3c\x72\x24\xfb\x07\xf0\x71\xfd\x60\xc7\x29\x46\xd8\xc0\x2d\x79\x16\x9d\x5d\x31\xb1\x9e\xa0\xff\x64\x39\x60\xed\x2a\x2f\xe8\xfa\xba\xf5\xbc\x30\xfd\xda\x77\x83\x79\x19\x3a\xae\x75\xfe\xa7\x57\xd9\x3f\x2a\x85\x60\xea\x3d\xeb\x4f\x19\x7c\x57\x58\x1f\x0c\xbb\x26\xb0\x3e\x42\xc3\x4f\x60\x7d\x62\xd6\x24\x5e\x00\xc3\x64\x2e\x03\xeb\x23\x1c\xfb\x04\xd6\xe7\x24\x52\xff\xac\xc3\x0b\xb9\x6e\x19\xe0\xe4\x32\xd4\x55\xa0\x03\x6b\x3e\x91\xc5\x87\xff\xa3\x2c\xa1\xa3\xaa\x7b\x28\xc7\x86\x3a\x59\x44\x4d\xfa\x66\xaa\x94\x70\x31\x80\xcd\xff\x3d\xd4\x31\x79\x45\xe8\xc1\x5b\x7d\xd6\x4b\xbb\x48\xda\x83\x86\x57\x4e\x02\x58\xcf\x16\xfc\xab\x26\x5a\x69\x67\xb0\xd1\x66\x80\xd7\xc2\xab\xea\xde\x26\xab\xc5\xdd\x1e\x34\x2c\xce\x38\xf6\x76\xff\xc5\x70\xc3\xf5\xeb\xc6\x38\x67\xc2\x54\x0e\xb7\xc9\x44\xf7\x66\x18\x14\x72\x7b\xfb\x64\x97\xbb\xb5\x76\x73\xe8\x57\xc6\x41\xb5\xde\x2c\xaf\xee\xff\xcc\x3d\x18\x6d\xbd\x65\xd4\x0e\xeb\xcd\xfc\x62\xad\x54\x63\x43\x7b\x45\x54\xdd\x61\xed\xb6\xc7\xad\x85\x95\x2a\x5c\x8f\x37\x44\xd5\xfb\x50\x0c\xda\x66\xf5\x3e\xd4\xdb\x14\xb0\x7b\x84\x42\x9e\x1b\xba\x07\xab\xce\x59\x1f\x6b\x42\xd5\x1f\x5b\x4e\x03\x77\x44\x0d\xb6\x9c\xfa\xba\x84\xe1\xa2\xf5\x65\x64\xf7\x0f\xac\x2d\xbf\xf4\x32\xca\x3b\xcd\x80\x99\x53\xf4\xde\x78\xd9\xef\x00\xfb\x89\xc6\x9a\x9b\xb2\x87\x3f\xc8\x37\xd9\x3b\xeb\xbb\x01\xc6\x7c\x91\xe3\xb0\x8b\x57\xa3\x51\x7a\x49\x03\xf4\x8f\x48\x92\xb3\x7e\xac\x0d\xc4\x34\x50\x80\xce\xe9\x85\x4d\x75\x4f\x76\x82\xee\x3d\x19\x8e\x01\x0c\xd0\x59\x5c\x1c\x8d\x80\xfc\x04\x19\x99\xed\xdc\x03\x92\x78\x71\x31\x22\xda\x34\xb7\x1f\xc4\xbc\x26\x76\x9c\x2b\x53\x64\x9a\xe9\x8d\x4f\x03\xaf\x1b\xd4\xc3\xd9\x38\x3e\xe1\xa7\x3c\x5b\x52\xe8\x30\xbb\xae\x1e\x5e\xa7\xb4\xd8\x98\xb2\xd7\x1e\xcd\x43\x8f\x5a\x1e\x91\x69\xa6\xb7\x31\x2d\xf6\x99\x7d\x04\xde\x58\x34\x1a\x6a\x80\x45\x13\xa9\xfc\x25\x66\x0d\x56\xd4\x13\x2c\x9a\xa4\x84\x2b\x14\x4d\x4d\x4c\x14\xa0\x68\x00\xc7\xfb\x03\xef\x6b\xa8\x3c\xf1\xb9\x9d\x8d\xfb\x3f\xc2\x3e\xcd\x56\x18\x3a\x0e\xfc\xa0\xd7\x24\xb7\xfa\x56\xe0\x89\xe8\xb1\x44\xaf\xf1\xaa\xa2\x19\x8c\x51\xf5\x11\x80\x35\x51\x5f\xfa\xb4\xca\x07\xe1\x0e\x60\xd1\x64\xfc\xb7\x66\xf3\x0c\x34\x4d\xc4\xcc\x44\x26\x6c\xee\x46\x48\x8e\x20\xd1\x08\x85\x34\xdb\x56\x3e\x5a\x27\x7c\x3b\x54\xae\x83\x4a\xa3\xa7\xe7\x14\x94\x06\xe8\x8b\xd9\x50\x44\x12\xe0\x62\xb6\x16\x93\xf7\x3c\x4c\x73\xe1\x63\x4a\xc1\x71\x5e\x12\x15\x69\xb6\xbd\x11\xc1\x73\x1b\x96\x32\x6a\x05\x5b\x6c\x37\xdd\xab\x8a\xd6\xb9\x48\x28\xd2\x77\x3b\x29\xa1\x63\xc8\x83\x24\x0f\x6a\x4d\xf6\xba\xb7\xb9\x25\x71\xa6\x68\x9d\x78\xa7\xce\x42\x6e\xfb\x34\x57\x11\xb2\x66\x7a\xe5\xd4\xba\x5b\x73\xf6\xab\x60\x1d\x1d\x7e\x75\xd7\xcf\x54\x32\x0f\xc7\x7e\x38\xd9\x60\x31\x6d\x6c\x4f\x59\x3a\x7c\x78\x2a\x77\x11\x68\x3a\xe3\x61\xb8\x89\x75\x0a\xc3\x69\xc4\x60\x9c\x0e\x11\xdb\x88\x07\x0f\x71\x71\xa6\x57\x53\xe0\xe2\x24\xac\x6f\x67\xe3\xae\x50\x79\x03\x8c\x9c\x7e\xda\x58\xb6\x14\x80\x5c\x66\x23\x5c\x03\xee\x79\x13\xe8\x9c\xa8\x3a\xb5\x25\xec\x62\xb1\xb2\x71\xfc\x12\x99\x69\x36\xe3\x3f\x4d\x67\x70\x1c\xbf\x44\x33\x9a\xc0\xe8\x88\x37\x35\xdb\xd4\x6b\xbf\x9b\xc8\xf3\xb5\x73\x08\x4b\x61\xc2\x80\xcd\xc6\xdd\x22\xe1\x0e\x67\x9b\x68\x60\x5c\xae\xc6\x85\x52\xe3\xd7\x2e\x87\x98\xae\xb9\xb0\xd3\x73\x88\xaf\xdd\x4d\x7c\xf5\x32\x4c\x17\xfc\x65\x03\xf2\xa8\x83\x6b\x97\x35\xe4\xbb\x5a\xdc\xc0\x02\xdb\xde\x86\xd8\xf5\xda\x75\x91\xc8\xff\x15\x62\xed\xe6\x0b\xe5\x97\xd3\x85\x93\x9b\xe7\x9b\x0d\xd4\xa3\x95\x4b\x8b\x5d\x48\x48\x86\x09\x68\x4f\x3f\xed\xce\xbb\x47\x6d\x9d\x9c\xb7\xf3\xc8\xa9\x7d\x1b\x57\xc9\xcc\x0f\xfb\x27\x45\xb3\x07\x0d\xad\x34\x40\xe8\xd1\xc1\x66\x0a\xd0\x43\x64\x86\x09\x24\x4f\x56\x28\x03\x92\xe7\xcc\x56\x0f\x67\x74\xd0\x1b\x27\x88\x3c\xa7\x87\x1e\x10\x79\x8c\x3d\x3b\x9b\x6e\x92\xaa\xcf\x80\xe7\xe9\x18\xc1\xce\xa6\x71\x8e\x3d\xc6\xfe\x73\xba\x68\x9f\x8f\xff\x29\xec\x25\x9a\x80\xfd\x6d\xf8\x63\x42\x08\x4e\xd0\x79\x8c\x63\x37\x1b\xf7\x88\x44\x9c\x9a\xcd\xa8\x91\x8a\xea\x00\xf5\x94\x9c\xff\xcc\xeb\xde\xdd\x53\x54\x1e\xcf\xf4\xe6\xe0\xb3\x4f\x9d\xfb\xff\xdd\x53\x96\xe3\xb5\xb4\x4d\xdf\xfb\x14\xdb\x75\xc3\x97\xc5\x6d\x0a\x48\x9f\xbc\x67\x24\x9b\x4e\x4a\xd2\x9d\x08\x76\x2e\x2e\xe8\xda\x4a\xb4\x6f\xdf\x57\xf0\xbf\xf2\x12\x1b\x5b\x5b\x84\x58\x90\xe9\x1b\xa8\x12\xe7\x95\xd9\xb0\xf9\xf1\xf8\xd2\x16\x51\xae\xac\x2d\xa6\xc0\xaa\xb6\x41\xf4\x31\x56\xde\x6c\x6b\x0f\x87\x3f\x04\xd3\xc5\x07\x75\x82\xd5\x23\x48\xf4\xec\x5a\xfc\x5a\xf1\x7e\x6c\x46\x61\x2a\xe6\x5d\xf2\x7f\x0f\x74\x74\x3c\x58\x3d\xc6\xac\x9b\x60\xf5\x18\x0c\x63\x02\xd5\x63\x78\xae\x09\x54\x4f\x7c\xb6\xf0\x82\xcb\x06\x02\x12\xf0\x3c\xc6\xd4\x9c\xc0\xf3\x18\x9b\x67\x82\xce\x63\x90\x96\x09\x1e\x8f\x31\x73\x26\x18\x3c\x46\x18\x9a\x42\xf0\x0c\x4d\x0a\xfa\x49\x2d\x90\x12\x81\xe0\x31\x50\xc8\xec\xe7\x6e\x35\xd5\xd0\x9c\xd7\xcb\x6c\xf0\x78\xf6\xa1\xa6\x9f\x4a\x22\xc5\x4f\x69\x52\xca\xff\x06\x9c\x94\xd9\xf6\x44\x17\x70\x6e\xee\x09\x83\x6b\xa4\x20\x01\x78\xa6\x37\xcc\x3d\xb1\xba\xed\xd9\xcc\x22\x66\xf3\xe8\x7b\xf3\x67\xde\x74\x95\xa4\x16\x97\xb9\x40\x98\xd2\x9b\x56\xa0\xb4\x3b\x04\x01\xc3\x2f\x4e\xe0\x77\xf4\x31\x9d\x00\xee\x18\x0e\x69\x76\x76\xf8\xe1\x3d\x7f\x67\x87\x3f\x1d\xc8\xe2\x57\xa5\x53\x6f\x3f\x54\xe8\xa7\x62\xe6\x6e\x66\x33\x30\x5c\xc5\x0c\x94\xc6\xac\xee\x65\xc7\x49\x30\x37\x7c\x73\x9a\x61\x0b\x6c\xd4\xa9\xc0\xba\xd8\x5f\xba\xb7\x93\x4c\xeb\x5e\x35\x01\x91\x5e\x15\xbf\x7d\x69\xf8\x13\xf2\xa5\xba\xeb\xe1\x0f\x9e\x16\x11\x3f\x00\xe5\xd1\x38\x7f\xf6\xaa\x18\xd9\x7d\xb9\xcd\xe2\x0b\x6b\xb5\xf8\x3f\x38\x57\xec\x17\xa0\xf5\xf4\xd3\x59\x8a\xe1\x6d\x71\x12\x71\x4b\xa9\xba\xa8\x0b\x5f\xa7\xde\xb2\x37\x3b\x8a\x16\x29\x1d\x38\x44\xdb\x32\x88\x55\x0b\x6a\xcf\xb6\x6a\xef\x78\x8a\x12\x0c\x64\x82\xe0\x13\x55\xf2\x4b\xb0\x3b\x1b\x81\x99\x90\x2b\x18\x68\x9f\x28\x8e\x22\xba\x27\x0d\x96\x67\xef\xbb\x22\x14\x88\x14\xa1\x02\xb2\xef\x3b\x4e\x16\x7d\xef\x8c\x0c\x12\x64\xef\xcc\xb4\xea\xa7\x6e\x7b\xed\x4f\x21\x5b\x26\xc0\x3f\x9d\x00\x1a\xb3\x77\x85\x48\x57\xfb\x96\x1e\x5c\xa3\x86\x92\x1c\x26\xe3\xa0\xab\xf9\x65\x0f\x79\xa1\x7b\x38\xea\x03\x56\x5c\xcd\x40\x77\x21\xad\x74\x01\x64\xc7\xce\x60\x4f\xd0\x5d\x5c\x92\x6a\x99\x04\xce\x4f\x4c\x1f\x72\xcc\x3d\xef\x49\x65\x98\x47\x95\xbc\x9d\x7d\xbe\xbb\xc6\xa7\xa2\x87\x33\x60\xee\xe9\x60\x16\x1a\x85\x4c\x22\x4c\xd0\xd0\x32\xba\xcf\xdd\x28\xaa\x72\x19\x3f\x8b\xba\x7b\xda\x4c\x2e\xe0\x0b\xae\xe2\x34\xbb\x68\x88\x75\xe4\x24\xe9\x39\x4b\xc4\xa0\x5d\x91\x4b\x65\x8c\xa3\x78\x19\xe0\xd6\xf1\xbd\xf6\xa2\xa0\x56\xf7\x9e\xca\xe4\xb9\x77\xe5\x7d\x51\xb5\xe3\xa2\x37\x68\x81\x22\xfb\x46\x0a\x52\x6c\xe8\x9a\xf4\xa8\x3d\x16\x1d\xa8\x6b\xc6\xde\x1f\x6b\xcc\xc7\x1e\x6b\x4c\x76\x6f\x39\x87\x55\x46\xf9\xaa\x2e\x53\x74\xa0\xae\xf5\xf3\x46\x07\x52\x03\xd9\xdd\x99\x9d\xdb\xe8\x5e\x87\xd7\xa7\xfd\xd9\xb3\xc3\x0f\x2b\x68\xda\x47\x7a\xe9\xa8\x4a\xed\x22\x15\xb8\xe1\xf4\x57\x75\x00\xf5\x7a\xe5\xcf\xee\x0c\xef\xae\x18\x5d\xb6\xf7\x6a\xf7\x06\x03\xc5\x24\x8e\x84\xfd\xf5\x9c\x2a\x87\x71\x0f\x76\xe2\xef\xb3\xa2\x2d\xde\x7b\x30\xa7\xc0\xbe\x8f\x87\x8e\xe4\xb7\x2b\x43\x32\x21\x85\x86\x3d\x43\x58\x17\x95\x69\x1d\x30\xbc\xe4\x20\x89\x5c\xa0\x65\x43\x5f\x3b\x3b\xbf\x2c\xd8\xa9\xb3\x8d\xa8\xd0\x39\x4b\x57\x16\x1c\xfe\xc0\x1a\x70\x54\x17\x03\xe1\xac\xd8\xbb\xad\x95\x47\x49\xab\x61\x4b\x17\xca\x95\xad\x1a\xa4\xa0\x4c\xec\x89\x39\x8c\x02\x0d\x83\xda\xa0\x41\x74\xef\xd0\xb2\x76\xee\x1f\x64\xa1\x85\xff\x1b\x06\x7c\x66\x96\x41\x21\x88\x0f\x34\xb7\x04\x4c\x99\xc2\x07\xd5\x34\xfc\x14\xfd\x39\xfc\x92\x32\x4d\xb6\x1e\xbb\x3f\xfd\x16\x5b\x2f\xa3\x0e\x7e\x50\x56\xb7\x00\x7c\xd0\x49\x58\xaf\x09\x7c\x50\x96\x9b\x82\x1e\x94\x95\xfb\xc7\xde\x92\xb3\x2f\x2e\x6a\xd6\xdb\x20\x54\x34\xc1\x73\x26\xe8\x41\x59\x53\x96\x8d\x0f\xa4\x22\x15\x7c\xa0\x53\x51\x7a\x78\x63\xaa\x29\xfd\x38\x77\x05\xa3\x9b\x47\xda\x48\xf4\x95\x17\x78\x13\x93\x07\x18\xa0\x48\x35\xff\xc4\x04\x87\x3b\xb9\xdd\x85\x81\xef\x98\xd9\x6f\xcb\x6c\xf7\xf7\xd4\x4f\x5a\xd1\x64\x78\x2e\x0b\xc5\x78\x0a\x51\x73\x6c\x35\xb4\x7d\xb4\xd5\xd0\xb0\x1b\x60\x85\xba\xf7\x6e\x03\x65\xb3\xc7\x87\x0d\x24\xa4\x3e\x73\x64\x4e\x0c\xe6\xce\xac\x57\x66\x22\xa0\x42\x67\x51\xd9\x04\x90\x50\x26\xf4\xf3\x04\x48\x28\xbb\x42\x07\xd0\xf0\x9e\x43\x86\x88\x0c\xb2\x21\xe0\x82\x92\x98\x2f\x73\xb8\xe5\x3b\x05\xf6\x96\xcf\x44\x1e\x7b\x6b\x77\xa8\x39\xe9\xcb\x8e\x85\x0b\xd2\xc5\x65\x70\xba\x77\x97\xdf\x08\x41\x3a\x8a\x0d\x43\xc3\x39\x70\xd5\x3e\xa4\x52\x55\xcd\xd8\x7e\xe1\x1a\x74\x9a\x9b\x53\xbf\x03\x5a\x5d\xf4\x3b\x11\xb7\x67\xce\x20\xb4\x01\x0a\x81\x40\xff\x14\xaf\x7f\x47\x43\x49\x3e\xfd\xdf\x89\x85\x40\x33\xdc\x9b\x91\xb1\x46\xb3\x41\xf6\xa0\x5b\x30\x8b\x7c\x18\xc4\x21\x39\x16\x1d\xde\x69\xd1\x9d\x89\x00\xbb\x01\x94\x26\x13\xb4\x71\x0e\xcf\x68\xa6\xd7\x0c\x46\xd5\xfb\xb8\x5c\x37\xc8\x49\x00\xd4\xa4\x7d\xfe\x1d\xa0\x79\xeb\x92\x31\xf4\xa4\x50\xb1\x09\x5c\x4d\xd7\x45\x62\xc3\xd5\x68\xe8\x33\x3c\xbe\xd9\x26\x43\xf9\xaa\xdf\x1b\xb7\xfa\x91\xfd\x2d\x97\xf0\xce\xef\xed\x82\x79\x1e\x5d\xef\x8b\x2f\xd1\x2a\x8d\xfe\xc7\x63\xab\x68\xfa\xb6\x88\x71\x60\xd9\x2a\xb4\x92\x1f\xcf\x2e\xd1\x54\xbb\x44\x5f\x6c\x70\xf5\x5b\xae\x43\x57\xc4\x6b\xf0\x33\xba\x0e\xd8\xee\xfd\x2d\xce\x41\xd5\xe6\x7e\x06\x3c\xb3\x56\x9b\x1f\x23\x08\x0d\xee\xd0\x34\x94\x18\x62\xbf\xa9\x3d\x1b\x06\xf3\xcf\x56\xfe\xf3\x40\xed\x92\xf8\xb6\x23\x02\xdd\x12\x87\xa7\xee\x75\xd1\x10\x21\x4e\x5d\xda\x88\xc3\x53\x57\xb7\x32\x82\xcf\x17\x79\xfb\x08\x3e\x5f\xb3\x2b\xfb\xc3\xbf\x48\x7e\xe7\xd1\x09\xe1\x71\xac\x5d\x11\xfa\x7a\x21\xdd\xc8\x5f\xd7\xae\x87\xa9\x36\xa8\x2b\xff\xe3\x7e\xe6\xda\xc2\x8d\x92\xc0\xda\x73\xee\x3b\x36\x8a\x9e\x87\xc3\xe1\x0f\xe0\x4f\x4e\xe9\xee\x83\xac\xc6\xa9\x67\xbf\xca\xa2\x79\xd8\xba\xca\xff\x58\x9c\xa3\x46\x03\x8a\xe6\xcc\x1a\x2a\x02\x3f\xd3\x3d\x44\x4c\x83\xd7\xca\x47\xc1\xa2\xe9\xe9\xf8\xe3\xcd\x06\x40\x35\x67\xde\x99\x0a\x99\x28\xfe\x74\x9e\xc0\x3f\x66\x70\xe8\xae\x1d\xfd\xdc\x97\x71\x4c\x59\x60\x6b\x7a\xe2\xc4\x30\x61\xbd\xda\xd1\xcf\xad\x19\x65\x96\x4d\xb8\xab\x96\xd7\x33\xed\x5e\x34\x55\x70\x03\xe2\xe2\xcd\xa9\x49\x68\x95\xae\xf4\x6a\xa5\x88\x67\x0b\x3c\xf3\x9c\x18\x99\x38\x50\x53\xcc\x52\xad\x89\xa7\xc6\x24\xea\x42\x37\xc8\x8d\xa6\x48\xe0\xd7\xc4\x2f\xbc\xe0\x48\x5f\x33\x33\x63\xee\xb3\x12\x92\x0e\xd0\x34\x5d\x1b\x5d\x10\x68\xba\x7a\x3d\x00\x68\x22\x91\xd9\x1d\xac\x69\x76\x4f\x79\xfb\x85\xc1\x42\x5e\x9d\x70\x4e\x77\x77\x50\x6a\xba\x86\xa0\xa0\xd4\x44\xe1\xb4\xa4\x28\xd7\xc1\x2e\x67\xa5\x17\x91\x01\xe6\x56\x8c\xc2\x8e\x66\xb5\x26\x4c\x8e\x60\x9d\x5d\x23\xe9\x59\x75\xa5\x9d\xfe\xb0\x5b\x68\x8e\xdd\x75\x94\x48\x3c\x9c\x9a\x9d\x43\xd5\x8d\x69\xff\xb2\xfc\x85\x0f\x34\xb9\x13\x9c\x58\x58\x93\xcc\x79\x75\xaa\x48\xdb\xff\xef\x0f\x93\x43\xcf\x7a\x1d\xc0\x66\x08\xd8\x46\x2d\x9d\x73\x2b\xcf\xe0\x47\xf3\x72\x29\xb1\x31\x03\x6c\xd2\xd5\x7a\x80\x6b\x12\x3f\xf0\x2d\x0c\xf3\x4b\xf6\xff\xd8\xcc\x08\x2a\x36\x01\x2d\x89\x4f\x91\x83\x4b\x98\xaa\xb7\x22\x08\x26\x29\xa9\xce\x02\xc2\x24\xed\x6e\x09\x6e\x9a\xd5\xaa\x4d\x43\x87\xa9\xce\x02\x9b\xa4\x6b\xfa\x35\xb7\x9e\xab\x9b\x6a\xf9\x42\xf6\x67\xfb\xb0\xfa\xb2\x2b\x4f\xf1\xc1\x40\xb7\xdc\x3d\x61\xa0\xaa\x2e\x26\xb7\x30\xda\x97\x4d\x58\xa6\x16\x5d\x13\xe9\xba\x66\x17\x2c\xd2\xf1\x9e\x27\x2f\x6b\x84\x73\xbb\xb8\x28\x1a\x68\x4d\x4d\x16\xf4\x2a\x9a\x5b\x50\x1e\xe6\x46\xcb\xe6\xc4\xc6\x96\x41\xd3\xa6\x69\xd8\x2f\xe5\xd4\x29\xf8\xb4\x2e\x30\xf3\x65\xfe\xc9\x83\x0c\xb4\xa2\x16\x6c\x62\xe4\xa0\xb1\xd7\x7c\x9d\x7f\xc3\x02\x17\x3f\x90\xfb\xdb\x5c\x84\x42\xb8\x51\xd1\xb2\x60\x8a\xf5\xa5\x6a\x6c\x2e\xa7\x0c\x4c\x19\xf0\x93\xae\xe9\x09\xe0\x27\xf1\x83\xa9\xa8\x09\x5c\x72\x1a\x2e\x5c\x3b\x68\x80\x50\x52\xa1\xba\x60\x9f\x74\x6d\x48\x2e\xd5\x4d\x19\x7d\x07\xd8\x27\xe7\xde\x28\x2f\xb1\xa1\xd5\x4d\x5c\x30\x50\x2f\x22\x05\x42\x29\x8a\x52\x22\xa1\x0c\xb7\xd3\xcb\xb8\xe0\xf3\xfc\xe3\x19\x18\xcc\x94\x68\xb3\xd9\x3e\x76\x25\x0b\xa2\x63\xd8\x84\xc1\x4c\x89\x44\x83\x17\x79\xc7\xf0\x25\xa1\x39\x22\xc7\xb9\xb7\x0f\xfe\x6f\xb6\x26\xf1\x32\xff\xf5\xd7\xd0\x3e\xee\x3a\x77\x35\x27\x2f\x9f\xd5\x24\x4b\xb2\x5f\xe1\x7c\x97\x4c\x54\x0d\xc2\xb5\xed\xe7\x59\x0e\x60\x9d\xc4\x97\xf9\x9a\x46\x7c\xea\x51\x2e\x02\xa3\x68\x3e\x72\x25\xbb\x9f\x1c\x21\x7c\x66\x77\x93\x6b\x73\x4e\xe6\xd4\x65\x88\x31\x4d\xa6\x2f\x45\x51\x0d\x95\xaf\xbc\xab\xef\x2f\xc1\x7d\xd4\x2e\x5e\xda\xdc\xe7\x9d\x0a\x96\x8c\x62\x00\x4c\x92\xee\xfd\xfd\xa5\x43\x38\x91\x58\xe6\x25\x77\x65\x73\x07\x9f\xa4\x7b\x2f\x7f\x15\x67\xfa\xf4\x07\x46\x15\xd1\xe0\x92\xd3\xaa\x00\xb8\x8a\x53\x67\xfa\x5d\x26\x31\x5b\x24\x88\x24\xc6\x2f\x9e\x82\x90\x1c\xaa\xe7\x41\x21\xe9\xc4\xa0\x9e\x02\x8f\x24\x2d\x85\x2f\x19\x2a\x9b\xfb\x25\x5a\x25\x38\xfa\x13\xe4\x91\xae\x78\xbd\x81\x47\x64\xc1\x17\x6a\x26\x42\xc6\x4d\x40\x48\x7a\xe2\x34\x7b\x19\xb0\x78\xee\x1f\x98\x27\xf0\x07\xe0\x45\xba\xb7\x9b\x17\x0a\x24\xef\xdb\x80\x17\xe9\xde\x28\x02\x22\xd2\xbd\xef\xba\xb0\x80\xd8\xf3\x17\x19\xd5\xcb\x17\x60\x25\x92\x57\xf2\x20\x49\x44\x61\x64\x30\x8e\xa2\x07\x6c\xa0\x24\xba\x2c\xef\x52\xfc\xf4\x80\x0d\x94\x44\x34\x82\x17\x6e\x0f\x54\x98\x5f\x9b\x7b\xda\x39\xf7\xee\x1c\x7f\x51\x02\x74\x86\xdf\xb2\x65\x4a\x54\x57\xb1\xc7\xd2\x00\x8b\x9e\x89\x2f\x19\x6b\xf3\x7f\x78\xbf\x27\xd3\x8b\xc8\x54\x6a\xc5\xaf\x1f\x4d\x05\xdf\x7d\xf6\xaa\x26\xcb\xa3\xe3\x1f\x2d\xf1\x46\x5b\x2b\xce\x8d\x11\xe1\x71\xf4\x12\x14\x51\x59\x16\xc8\x87\xae\xc2\x5c\xc8\x87\xb9\x17\x95\xac\x95\x8d\xfa\x32\x3e\xad\x76\xb7\x97\x61\x14\x35\x91\x05\xff\xe1\xdc\x22\xef\xa5\x12\xc2\xe3\xe9\x85\x51\xb6\x96\x4b\x17\x36\xd9\x7d\xe7\xb0\xbd\xd9\x42\x1e\x7e\x20\xd1\xb7\x4b\xf7\xc5\x8e\xb4\xbf\xbe\x5d\x22\x5d\x4c\xac\x10\xf5\x52\xd7\xe6\xa1\xb0\xe0\xeb\xdb\xbd\x4a\xb7\x60\x88\x9d\xe5\x40\x8a\xaf\x70\xf6\x4b\xa3\x6c\xcf\x33\x22\x3f\x80\xcf\x38\x41\x7e\xe8\x09\xfe\x7d\x7d\xf4\x89\xf4\x45\x37\xc0\x98\x01\x7b\xe8\x69\xfc\xd1\xcb\x03\x20\x88\x28\x85\x4a\x2e\x96\x02\x1c\xfc\x32\x22\x56\x76\x96\xab\xc3\xf0\x9c\x75\xc9\xdb\x61\xe7\x97\xee\x4a\x9e\x88\x36\xfc\x83\x27\xa2\x5b\x9b\x6d\x0f\x3e\xe0\x3f\xc4\x12\x2d\xbc\x24\x07\xc2\x64\xd9\x62\xfc\x85\x0e\x83\x87\xdf\xc6\x0c\x51\x94\xbf\x89\x75\x75\x38\x90\xa2\x3e\x1c\xf6\xfe\x2d\x03\xd7\x7e\xf8\x96\x51\x6b\x1a\x7c\x9f\xce\x04\x76\x14\x50\x1c\xe2\x85\x32\x95\x69\xe1\xe0\xc0\x38\xc4\xc7\xcc\xcf\x82\x1c\xfe\xef\xe0\xb3\xd5\x08\xe4\x30\xb5\x56\xbd\x37\x8e\x15\x23\x06\x78\x43\x57\x31\x70\x1b\x0c\x32\xb3\x3c\xef\xc4\xa2\x87\x73\xdd\x8a\xbe\x7a\xb0\x82\xd8\x10\xdf\xa2\xc5\x69\xbb\xad\x51\x17\x23\x7d\xc8\xaa\xef\x60\xd5\x35\x33\x41\xef\x1c\x8c\xc5\x43\xd1\x0d\xa3\x3e\x76\x1b\x35\x17\xf0\xe4\x76\x13\x4f\x4a\xeb\x24\xf0\x1b\xce\x66\x19\x1a\x08\x68\x8d\x0c\x7e\xc3\xe9\xbd\x9f\xf8\x0d\xda\x6c\xdc\xf0\x66\x3d\x7c\x6e\x6e\x09\x0c\x53\x01\xac\x43\xd6\x7d\x40\x20\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\x2b\x6c\x82\xcb\x90\x09\xa8\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\x09\x0f\x28\x86\x53\x8b\xa2\x5b\x89\x56\xcb\x06\x21\x16\xba\x56\x25\xb7\xe6\x66\x1e\xd5\xc0\x58\x88\x9a\xf0\xe1\xe6\x02\x64\xfb\x10\x70\x61\x1f\x6b\xee\xb6\x6b\x4f\xbd\xd4\x0f\x78\xde\x02\x59\xa1\x68\x38\x07\x82\xc2\x50\xb9\x7b\xf7\x3d\x37\x7d\xb1\x53\xfc\xbf\x92\x88\xcc\x5d\x7e\xc5\x0e\x00\x82\x42\xe4\xa0\x74\xc3\xfc\x7a\xbb\x0e\x36\x42\x94\xce\x88\x0c\x3a\xdb\x21\xe4\xda\x7d\x9f\xb0\xc0\x43\x88\x2c\x74\x0b\x4e\xba\xc7\x1e\xb7\xe1\x48\xb3\xa1\xdc\xaa\xd5\xbd\x2b\x06\x36\xe1\xdc\xa7\xaf\xdb\x38\xf2\x5e\xd4\x6d\xac\x04\x2f\xb9\xc0\x4a\x38\x55\xd1\x83\x95\x60\xe4\xf8\x29\x54\xc2\xa1\x65\xf0\x3d\x19\x2e\x07\x78\xe2\xe1\xd1\x4d\xe4\xec\xf0\x7f\xf9\x1d\x1b\xcf\x3d\xed\x47\xf6\x17\x00\x15\xe2\x53\xfe\xe2\x78\xd9\xc8\xcb\xe5\xe7\x2a\xbf\x94\x5a\xb2\xbf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x6c\x7c\x99\x90\x9a\xf3\xd6\x5c\x4b\x36\x77\xab\x72\xd7\xae\xf7\x46\xe5\xbe\x5b\x75\x19\xbf\x9c\xd2\xef\xdd\x2a\xea\x15\x47\x08\xa2\xe6\xff\x81\x19\xde\x46\xb7\xd0\x18\xf8\xe6\x7a\x5d\x19\xe8\x36\x00\xb1\xa7\xed\x9b\xfd\x71\x6a\x7d\x7c\x63\xf0\xa5\x24\x71\x13\x8b\xcb\xa0\x42\xb7\xaa\x7c\x8f\x98\x37\xaa\xfc\xa9\xe9\xdf\xcd\x66\x79\xec\x19\xca\x66\xa9\x3c\x75\x7b\xdb\x9e\xd9\xf9\x6e\xf4\x33\x39\xf9\xff\xee\x30\x66\xc5\xe3\x34\xb6\x44\xad\xbc\x9c\xc5\x18\x79\xe5\xfd\xd9\xdd\xf9\x66\x67\x3d\x22\x05\xdd\xea\xeb\x3d\xd4\xde\xd8\x72\xed\xe9\x8d\xfd\x96\x16\x07\xf7\xbb\xcb\x63\xae\xbd\xb6\xd6\x5a\xb1\x23\xaa\x90\xb9\x85\x44\xd2\x1c\xef\xc6\x5a\xba\xb8\x39\xdf\x58\x66\xed\x45\xc0\x39\x22\x23\x98\xdc\x1f\xb3\xc8\x81\xfb\x2c\x9b\x9a\xb3\x69\x6e\x35\xc1\xfd\xed\xc2\x29\x83\x0b\x73\x2f\xaa\x6f\xf4\x3c\x53\x4b\xa3\x9b\xc8\x18\xd5\xc3\xea\xfd\xd9\xbd\xfb\x65\xf9\x42\xfe\x45\xf7\x9a\x85\xed\x71\x77\x22\x0a\xfd\xdd\xd3\x4b\xf6\xe1\x74\xc4\x08\xdb\x8b\xd3\x7b\xed\x9a\x50\xf7\xe5\x76\x24\xf7\xd0\x95\xd7\x23\xfc\xad\x11\x76\x76\xde\x69\x77\xad\xa2\xe9\x5e\x8e\x34\x83\xf8\xc4\x7e\x38\xf4\x18\x7e\x88\xfc\x78\x78\xf1\xfd\x70\x9d\xee\xa5\xfb\xc3\x06\xe8\xe5\xc2\xc3\xad\x79\x66\x01\x3c\x68\x84\xac\xc9\x73\x30\xce\xc5\xbc\xbb\x1b\xcc\xf0\x90\x68\xf0\x3f\xc1\x42\xba\x89\xe4\x43\x9c\x5b\x9f\xd8\x22\x8b\x3c\xff\x31\xde\xb1\xa7\xf4\x07\xb5\x51\x66\x23\x7f\xb8\x5b\xb7\x45\x0f\x9a\x21\x3b\xfa\x39\x2b\xff\xfb\x21\x97\xb4\x45\xc7\x66\xd9\x0d\x02\xf1\xa0\xae\x3f\xb4\x70\x7f\x4e\x27\x89\xad\xdb\xe7\x1d\x0e\xff\x0f\x3a\xa3\x8c\x6e\xf0\x49\xae\x3b\x4e\x82\x8f\x51\x94\x55\xfb\x3c\xc9\xce\xa1\x26\xec\xa8\xb9\x98\xdb\x1d\xb5\xfb\x83\x03\x65\x57\x19\x1f\xd2\x73\xfd\x93\x14\xb4\xac\x58\x72\xa0\x6c\x22\x8a\x7b\xe0\x27\xe7\x83\x6e\x29\xef\xd2\x17\x7a\x3f\x0a\x41\x6d\x9f\xd9\x5c\x1f\x2f\xed\x35\x6a\x7e\xdc\x8f\x39\xaf\x3c\x7b\x3f\x86\xb5\x3d\xfb\xe0\xe4\xe0\xe8\xac\xec\xdd\xbe\x60\x31\x85\x7d\x0d\xac\x98\x2e\xff\x7b\xb2\xa1\xad\xfc\x94\xfc\xba\x5b\x20\x95\xe2\x44\xf5\x68\xbd\xb7\xe7\x88\xd6\xe3\xea\x08\x1e\xd4\xfb\x87\xcc\x50\x14\x99\xa9\x49\x35\x28\x32\x3d\xb3\x23\x83\x22\xd3\x73\xfd\x23\x03\x04\x61\x66\x9f\x6c\x1e\x43\x35\xab\x66\x78\x3c\x56\x71\xa4\x10\x16\xa6\xee\xfe\x52\x69\xa5\x0d\xf9\x53\xdd\xb1\x92\xc9\x30\x43\x42\xa2\x78\xf4\x7b\x3a\xaa\x3f\xd0\xfc\x6a\x76\xa5\x08\x38\xd8\x63\x10\x67\xfd\xc1\x81\x85\x89\x17\x7a\xaf\xee\xba\xf8\x31\x57\x38\x27\xb6\x87\x9b\xfd\x6c\xf1\x42\xff\xcb\xbe\x9f\xb6\x6b\xe9\x2f\x9b\xc3\xf8\x8b\xbd\x41\x5d\xb6\x50\x00\x0f\x7c\x8c\xdc\xbc\x67\x58\x77\x4e\xb2\x93\x3e\x46\x68\xf6\x1e\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\xc2\x8a\xb5\xc6\x86\xeb\xd0\xba\xf9\xf1\x4e\xde\xbb\xa4\xe7\x23\x94\x3f\xbc\xe7\xd1\x24\x55\x0b\xe5\xe7\xb3\x5e\x34\x8b\x68\x82\xaa\x49\x1e\x0e\x05\x80\x19\x4d\xf0\x29\x3a\x80\xe2\xf3\x91\xb9\x21\x5e\x00\x3c\x11\x1f\x22\x33\x91\xd6\xf5\xc1\x01\x84\x22\x13\x20\x7f\x3e\x0b\xc3\x43\x97\x89\x0e\x26\xaa\x71\x9e\xcd\xcf\x98\x9d\xef\xd6\xc4\x30\x6d\x41\x94\xe8\x84\xa9\x9e\xaf\xcc\x89\x3e\x00\x5c\x22\xab\xe9\x7c\x65\x54\x48\x26\x82\x4b\x14\xcf\x62\x02\x4a\x4c\x8d\xa9\x45\x91\x70\x17\x7a\xd5\x57\x6b\x0d\xfd\xca\x78\xe0\x4e\xaf\x0c\x06\xbe\x2a\x28\x84\x62\xe4\xeb\x15\xa0\x2a\xa4\x17\x91\xdb\xd0\x20\x2f\x7e\x8f\x5a\x9f\xbd\xc9\xfa\x51\x6f\x74\xca\x20\xca\xce\x17\x3b\x1c\x43\xe3\xbd\xea\x97\x77\x7a\xd4\xe9\xc9\xef\xc8\x23\x39\x7a\xbc\x59\xe1\x81\x0d\xec\xcd\xf6\x2c\xfc\xe4\x15\x05\x5d\x25\xcd\x9b\x35\x22\x37\x8b\x15\x44\xb1\xf2\x66\xe5\xa0\x6c\x2a\xd6\x71\x37\x95\x35\xa7\x15\x38\x84\x80\x79\x33\xdf\xb2\xbb\x9c\x02\x8b\xfc\x8f\x0d\xfe\x55\x14\xb7\xa3\x8a\xc2\xe1\xf4\x85\xc6\x5a\x2b\x1d\x1f\x73\x35\x07\xa3\xd1\xfd\x94\x93\x10\x56\xf1\xa2\x6a\xd6\xab\xfd\x55\x2c\x67\x3e\xbe\xd5\xe3\x98\xfd\x40\x7c\xbb\xec\x44\x60\x39\xea\x91\xfc\xee\x35\x07\x33\x78\x59\x73\xba\xa9\xbc\xb1\xe6\x72\xdf\x74\xbb\x8a\x55\xfa\xee\xf5\x57\xfd\x85\x66\xec\x1f\x76\x33\x28\x43\xb8\x0e\xd9\xd4\x2b\x7a\x93\x4b\x03\xec\x0e\x11\x64\x26\xd8\x1d\x59\xbf\xac\xb7\xd1\x87\x8e\x40\x77\x4f\xa5\x22\x98\xe1\x66\x67\x48\x77\x4b\xb7\x19\x18\xc7\xe4\x3f\x5b\x3b\xbf\xdd\x73\x25\x12\xc2\xdb\x55\xa0\x57\xbf\xfd\xf9\x42\x65\x74\xf0\x50\xbd\x22\x48\xc7\xd4\xdc\xfb\x1d\x1b\x93\x84\xb1\xc6\xf9\x22\xef\x1f\xec\x55\xe9\x8a\xeb\x2e\x04\x11\x3b\x64\x5f\xaf\x71\xe5\x54\xc2\xbc\xfa\x27\xb2\x91\x00\xd8\x91\xb2\x0a\xae\x77\x7a\xa6\x81\x47\xbf\xda\xc1\x1c\x88\x6d\xef\xb4\xa1\x64\xd1\x9f\xe2\xb0\x9b\x2e\x7a\x9f\xa3\xe8\x7b\x51\x15\x14\x5c\xef\x8e\xfe\x76\xf8\x02\x97\xf1\x4b\x7a\x44\x78\x79\xf1\x5e\x46\x0b\x3c\x7c\xa1\xf7\x61\x33\xef\xd6\xcc\xc3\x48\x01\xf2\xe8\xd9\x41\x45\x19\x7f\xec\x44\x72\x4e\x6b\x75\x33\x37\xa7\x3f\x58\x75\x6b\x75\x47\xd5\xf5\xc9\x05\xc6\xa3\x67\x7b\xe1\xde\x15\xb1\x08\x77\x04\xeb\xae\x7b\xc4\xe1\x82\x03\x59\xa9\x1b\xa7\xe3\x7d\x98\xdb\x0e\x02\x21\x6d\x65\xa3\xef\xb3\x27\xa4\x3f\xd8\x25\x7c\x17\x51\xbb\xd8\xbb\x5b\xd4\x86\x87\xbf\xcf\xae\x22\x8d\xda\x61\xd2\x0f\xb3\x2f\xb2\xd0\xa8\x37\xf3\x3f\x89\x84\x32\x97\x87\x83\xd5\xd1\x8d\xcb\x02\x54\x47\x2f\xf6\xf4\xeb\xaa\xb4\xf0\xd7\xde\xe5\x98\xf4\x1a\x04\x40\xf6\xfe\x6e\x25\x93\x0d\xf9\x9c\xd1\xf6\xca\xa7\xc8\x81\x58\xfb\x7e\xd6\xde\x54\xdd\x7e\x30\x95\x9a\x0d\xa4\xb5\x77\xcb\xcb\x6c\x16\x2f\x06\x30\xe5\x30\xd5\x2e\xdf\x1f\x6c\x16\xb5\x37\x0c\xad\x27\xf4\x77\x61\xa5\x28\x53\xc1\xdb\xff\x50\xda\x16\xc8\xa3\x1a\x13\xe3\xe5\x36\xa0\x70\x42\x7f\xd9\x52\xbc\x95\x7b\xd1\x1e\x69\x69\x08\xa8\x47\x2f\x36\x77\xed\xb2\xa3\x1d\x9f\x77\xa6\xda\xd1\x7f\xc7\x6e\xc8\xe4\xe5\xf2\x97\x83\x97\xd7\x97\xc4\xcb\xfe\x40\x34\xf1\xd3\x13\xdf\x7d\x08\xc0\x8e\xf8\x65\xf0\x82\x4e\x8f\x33\xe6\xa7\x26\x47\x83\xf4\x4f\x5f\x0f\xb7\xd6\x2f\xa4\xd3\x5e\xac\x0c\x5e\x63\xc5\xef\x76\x75\xc2\xe4\xc6\xe8\xce\xd8\x97\x40\x30\x44\x3f\xf8\xc3\xed\x67\xcd\xf1\x80\x95\xda\xf9\xdf\xf6\x9a\x68\x87\x4d\x8d\xff\xc7\x76\x8f\xe0\x07\xcc\xea\x34\xe0\xf9\x84\x44\xd4\x28\x1c\x70\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x41\xbd\xc0\x04\xc0\x5a\xe8\x05\xfe\x0d\xd4\x42\x51\x4e\x01\x5e\xa1\x17\x18\xcd\xe7\xdd\x5e\x9c\x38\xfe\xc0\x05\xbf\xa9\xf5\xb8\x5f\x1e\xe6\xf2\x65\x37\xd1\xf2\x69\x16\x0b\xee\xdb\x27\x7d\xb6\xbb\x6f\xa2\x4b\xb1\x7b\xaf\x3d\x39\xe8\xae\xcb\xda\xf8\x7f\x08\x22\x19\x7e\xfe\x19\x9d\x4b\xb1\x02\x44\x86\x0e\xf8\xdb\x04\x90\xa1\x1b\x9e\x0a\x10\x86\x48\x44\xa7\x5c\x96\x4d\x9f\x6c\xe6\x64\x45\x04\x61\x70\xc7\xfa\xb6\x06\x00\x69\x07\xe8\x85\x24\x96\xef\xfc\x38\xd8\xeb\x14\x0a\x0c\x43\xd7\x11\xf9\x83\x3b\x95\xe4\xff\x2c\x9e\xe2\xff\x44\xa2\x75\x62\x82\xf9\xd6\x2d\x3b\x98\x53\xe9\xbb\x00\xa7\xe5\xe9\x0b\xc6\x06\xdd\xc2\x00\x80\x63\x1b\xf9\x1e\x4d\xc7\xec\xce\x87\xd0\x15\xfb\xff\x3d\x3a\xb4\xfb\xd9\x9d\x4e\xd9\xf8\x43\xef\x80\x2e\x20\x32\x74\x0d\x17\x44\x64\x68\xec\x0f\xa0\x30\x88\x40\x36\x01\x61\x48\x8a\xe3\x80\x30\xf4\x92\xfd\xdf\x3d\xc4\x9a\xc7\x99\xbe\xb6\xe2\x0f\x60\x7a\x3b\xa5\xf7\xf1\x9e\x3a\xbd\x16\x46\x95\xb8\x3e\xd4\x6f\xe6\x7b\x59\x26\xd9\xc2\x96\xad\xa6\x16\xc1\xaf\x7a\xe1\x3c\xf8\x7d\x1e\x4b\x58\xf2\x1f\x3e\x58\xc5\x7e\xda\xa7\x7b\x84\x34\xa0\x1d\x7a\xd9\x89\xdc\x62\x9b\xd9\xe1\x43\x36\x6e\xed\x71\xf4\x85\x28\xc7\x6e\xd1\xdf\xf2\x14\xcd\xa9\xe8\x43\xe1\x5d\xf6\xff\xb6\x35\xfb\x62\x77\xc2\x06\x81\x79\xe8\x05\x96\xfc\xad\x5d\xf9\x48\xb5\x36\xf7\x61\xc5\x8b\xc5\x30\x75\x3f\x58\x5b\xf5\x5c\xfc\xe5\x23\x2c\x59\xe2\x7f\x4f\xf7\xf4\xe2\x3a\x3d\x3a\x20\x58\xae\x73\xd7\xd2\x5f\x94\xed\x10\x57\xc1\x60\x38\xf5\xbd\x06\x83\x21\xf2\x53\x0a\x82\x6f\x61\x9a\xac\xcd\xbb\xb2\x3f\xd8\x61\x48\x80\xe0\x2e\xc4\x8b\xc9\xdc\x90\xf6\xc7\x94\x5d\x8a\x2f\xcb\x5f\xa2\x93\x17\x36\x72\x5e\x4e\x2f\xce\xdc\x05\x31\x66\xa5\xdd\x7b\x26\xf2\xe0\x86\x00\x0a\x5e\x42\x2f\x4c\x21\x40\x11\xa2\x44\xb2\x64\x6b\x8c\xb0\xb6\xf2\xae\x18\xc9\xf2\xae\x18\x55\x16\xe4\x40\x0f\x0f\x40\x0e\x72\xd9\xa9\x88\xe9\xe7\xac\x58\x79\xaf\x18\xca\x47\x48\x06\xa8\x6d\x02\x7f\x10\xa9\x28\x65\x9f\x7c\xe1\xa5\xa0\x19\xc4\x0b\x59\x30\xcf\x98\xfa\x8b\x80\x67\x90\xf2\x1e\x8b\x02\xe3\xa8\x66\xb9\xff\xf5\x57\xd5\x28\x41\xd8\x82\xde\xff\x68\x13\xb8\x34\x74\xb3\xcd\x1c\x7c\x8d\xba\xba\xc4\x43\x3d\x91\xcc\x81\x37\xe8\x3a\xa6\x6e\x74\x03\x7d\x44\x56\x75\xf8\x1c\xd7\xba\x7b\xc9\x64\xc3\x64\xb4\xac\xba\x7d\x38\xe4\x1e\x76\x75\xcf\x58\x55\x9e\xe6\x58\x36\x76\x5e\x7f\x68\x48\x1a\x48\x07\xab\xc9\x36\x87\x2f\xd3\xec\x14\xc9\xad\x62\x71\xc0\x71\x60\x2b\x4d\xfa\x2e\xc3\x1f\x76\x19\xb4\xab\x39\x93\x9d\x17\x06\x81\xd6\xb1\x62\x75\xbb\x1f\xf1\x7e\x21\x61\x17\x56\xe8\xea\x32\x54\x27\x4c\x77\x5c\xe0\xa8\x8b\xd3\x71\x71\x21\xe0\xdd\x56\x9a\x9f\x72\xba\x56\x7f\xd8\x58\xd8\x7c\x17\x40\x21\xb5\xd4\x6b\x38\xf8\x4e\xb1\xe9\xa2\x82\x1f\xad\xe9\x66\xc2\xf9\x65\xb9\xb5\xb9\xa6\xf6\xd6\xe6\x7c\x35\xb8\xb2\xf6\x1e\x20\x42\x74\x95\x60\x20\x42\x54\xaf\x3e\x05\x84\x38\x76\x0e\xbc\x90\x8b\x4b\xea\x72\xe1\x3a\x0f\xb5\x0b\xf7\x2c\xb4\xc4\xbc\x53\x4f\x01\x3e\x44\xe4\x27\x19\x76\x7c\xdb\x83\x63\x19\x93\x51\x16\xbd\x74\xed\x75\xa3\x02\x8f\x21\x7e\xa1\xfa\x8f\x79\x10\xb6\x45\x4d\x28\x5a\x70\x2f\x6c\xec\x0e\x2c\xec\xaf\x8e\xec\x5c\x71\x39\xb9\x6e\xb5\x2e\x38\x84\xbc\x23\x3f\xef\x8b\x42\x11\x07\x56\xde\x15\xa0\x0e\x0e\xf1\x12\x58\xa1\x27\x73\xe7\x1d\xf9\x7d\xe9\x8f\x33\x61\x70\xf1\x8e\x72\xbc\xaa\x0f\x33\x8e\x77\x12\x70\xe9\xd3\x1e\x64\x13\x2e\x2a\x17\x9b\xbe\x84\xcb\xd3\x62\x70\xf3\x4d\xf0\xfe\xa2\xfc\x66\xc1\xe2\xb1\x70\x1f\x21\x61\xed\xee\xea\x9b\xf0\x56\x95\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x33\x70\xfd\xf9\x86\x80\x2e\x5e\x7a\x4a\xd0\xe3\x1f\x23\x57\x09\x43\xc2\xf8\xcd\xb2\x6c\xcb\xb4\x94\xf3\x7d\x8c\xa2\xc0\xbd\x1d\x04\x95\x15\x1d\x53\x47\x09\x78\xcf\x16\x4c\x5f\x25\xdc\x6a\x94\xc6\xf1\x43\xf0\x12\x39\x1f\x3f\x29\xc0\x8c\x3b\x0b\xe6\xab\x12\xd4\x3c\xe0\xb4\x28\xe1\x53\x1f\x3a\xf2\x26\xc0\x5e\xce\x8e\x71\x88\x04\x55\xfa\x2c\xb9\x77\x94\xf4\x3e\x8a\xbf\xe8\xf2\x25\xc0\x52\xbd\x0e\x90\xc0\xe9\x49\xfd\x39\x84\xad\x5e\xc1\x32\x58\x02\x07\x58\x75\xdc\x12\x38\xaa\x96\xf3\xf8\xf9\xe8\x2b\xfe\x35\x1a\x71\x08\x20\x9f\x9d\x99\xf0\x67\x12\xf4\xfc\x46\x11\x0c\x41\x50\x1f\x95\xd2\x12\x04\x08\x26\xb4\x88\x04\x2c\x09\x32\xf7\xe4\xef\x28\xf9\x45\x6b\x71\xaa\xd6\x92\xb0\x47\x7f\x1e\x3f\x04\x83\xab\xb0\xab\x41\xb0\x1e\x9e\x9d\x37\xc1\x62\xc7\x4f\x16\x91\xc3\xd4\x72\x40\x00\x2d\xe6\xfc\x7f\x71\xca\x7f\x47\x29\xaf\x00\x82\xca\xf7\x12\xd8\x8c\x32\x36\xa4\x12\xe0\xe8\x4a\xfa\x12\xf4\xc3\x29\x7b\x04\x82\x70\x9b\xa2\xff\x10\x84\x66\x64\xb9\x4b\xf8\x76\x96\xf1\x43\xe0\x72\x40\x81\x0c\x02\xbb\xf6\x29\x02\x9f\x04\xf4\xc7\x4a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xc2\x59\x77\xc2\xe5\x6f\xc2\x67\xd0\xb5\x73\x13\x36\x66\x24\x7c\x10\xc2\x27\xe4\x42\xd9\xdd\x59\xdf\x4f\x4c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xda\x50\x10\xec\xa0\xf6\x02\x72\x7c\x8a\x27\x07\xc1\xe3\x75\xaf\xa9\x6e\xc2\xc7\x65\xfa\xd8\xef\xfd\x7d\xb4\x06\xaf\x9b\xd9\xf4\xf7\xf5\xba\xbb\x6e\x76\xd4\x7f\xa6\x0a\xb0\x38\x12\x50\x28\x75\x50\xa5\x25\x70\x16\xeb\xf8\x79\x4a\x98\xa6\xa8\xff\x10\x1e\x09\xe9\x87\x70\x19\x6d\xb6\x9e\x3f\x04\x66\x68\xaf\xf5\xb7\x1e\xdf\x0e\xfd\xf8\x93\xe2\x33\x38\x4c\x6d\xe9\x97\x60\xff\xfc\x56\x6c\x03\x5a\xd5\xfe\x4b\xe8\x36\x6e\xfc\x64\x59\x62\x88\x55\xb9\x71\x19\xef\xeb\x7c\xa9\x9b\xd9\x8c\xf7\x13\x51\xeb\x87\x51\x8c\x9f\x8f\xb6\x7f\x08\x58\x98\xf7\xb6\x99\xcd\x7c\x3f\x9d\x27\xcb\xe6\xb5\x71\x5e\xa7\xa6\x6d\x2f\xe1\xeb\x55\x9f\x2e\x3e\x8d\x84\x4b\xc2\x9e\xd9\xd7\xab\x62\xa9\xb7\xfa\x93\x82\x63\xcf\xd9\x89\x5b\x08\x41\xc9\xaa\xb7\x3d\x3d\xae\x57\x08\x24\x15\x7e\xef\x28\xf7\xeb\xad\x8e\x47\x28\x09\x58\xa5\x75\x02\xb8\x43\xd8\x6b\x1a\xa4\x72\x08\x9f\xb6\x06\xa7\x9b\x51\xb9\x5f\x70\x71\xd2\x81\x33\xe7\x3b\xca\xf3\xbe\xc6\xd1\xe8\x7b\x3a\x3c\x3f\x33\x8a\x28\x9e\x9b\xe0\x30\x6c\xbe\xf0\xbc\x20\x87\x46\x8a\xbc\x09\x88\x28\x67\xef\x7b\x28\x9f\x97\xfd\xf4\x2c\x67\xf9\x29\x65\x19\xd9\x02\xdb\xcb\x4d\xd8\x59\xca\x2f\xc1\x62\xdb\xef\x47\xdf\xed\x0b\xff\xcf\x37\x2e\x09\xe9\x97\xb0\x24\xfc\x7e\xc3\xa5\x4f\xdc\x3c\x09\x02\x38\x73\x18\x7f\x47\x79\x7f\x36\xa3\x3e\xfe\x21\xdc\x12\xca\x0f\xa1\xda\x85\xbb\xd7\xdf\x77\x5f\x62\xf4\xdd\xfc\xf7\x7d\x2c\x65\x9c\x3f\x59\x5e\x2d\xd6\xc6\xe6\x5a\xef\xfb\x4e\x53\xec\x6d\xe2\xfd\xe9\xc2\x79\xfc\xa4\xf8\xb0\xe8\xeb\xa3\xe4\x5f\xc2\x94\x70\xfe\x12\xbc\x36\x9b\xbf\x29\x64\x1f\xa3\xfc\x54\x1d\xc4\xb9\xb3\x8f\xf6\x93\x02\x1c\xb8\xb3\x13\xde\x4c\x02\x1b\xab\x78\x3e\x12\xd0\x0e\x0b\x27\xb3\x09\xdb\xcf\xf1\xa7\xa6\x6b\xc7\x5e\xee\x3f\x35\x05\x0b\x29\x44\xa3\xdf\x62\xf5\x9f\x1a\xbb\xd7\xbf\x9f\x59\x38\xf6\xc4\xfd\xde\x47\x14\xd4\xb1\x17\xe1\xf7\x0a\x32\xd9\xc7\x16\x01\xd6\xfb\xe0\xea\xd8\xe7\x9e\xa7\xeb\x7d\x90\xd3\x4a\xda\xad\x5d\xaf\xd0\xdb\x19\x3b\x5a\x08\xc8\x5d\x67\x9f\x9b\xb1\xad\xbd\xf5\x8e\x3c\x7f\x53\x14\x53\xec\x0e\x5a\xef\xeb\x94\x9a\xe5\x37\x8b\xb2\xc9\x2c\xbf\x59\x64\x17\xb3\xfc\xc9\x60\x8b\xd4\x0b\x7d\x74\x9f\x4e\x8d\x7a\x38\x79\xd2\x71\x3a\xab\x83\xa0\x96\x18\x5d\x32\x04\xa1\xc1\xb5\x42\x95\x60\x48\xd4\xc3\xb9\x12\x04\x1a\x3a\x50\x99\x41\xf0\x48\x5e\xb6\xcc\x55\x8f\x57\xe9\x76\x1c\x72\xf0\x20\x10\x86\x6d\x6f\x1b\x35\x64\x1f\x4c\x80\x0f\x37\xa7\x20\x10\x1f\x61\x1c\x4a\x14\xf5\x74\x10\x4f\xc3\x6e\xbf\xa3\xa6\x5d\xd1\x41\x68\x1b\x08\xc2\xc5\x8e\xd3\xfe\xae\xe9\x5d\x86\x35\x3e\xcf\x9f\x14\xcb\x28\x50\xa7\xd2\x51\xcd\xaf\x57\xd1\x63\xf3\x96\x9a\x5f\x40\xc7\xcf\x3c\x15\xfd\x6a\x7e\xbf\x63\x9f\x5c\xc7\x2f\x81\xc6\x9e\xff\x10\x44\x54\x38\xe5\xf9\x41\xd0\x89\xf7\x74\x42\x06\xc1\xb8\x82\xe7\xae\x7a\x7e\xd7\xd6\x3f\xb8\x91\xd4\xb2\xd7\xf4\xc0\x6d\x4b\x82\xce\x50\xe7\x1e\xa7\xf2\xbe\x5c\x74\x8f\xd3\x09\x19\x04\xc2\x41\x8c\x53\x61\x28\x08\xe2\xa1\x9d\xf3\x37\x8b\x91\x5d\x4f\xb7\xe2\x5a\xde\x4f\x80\x8a\x73\xfe\x7c\xe3\xd3\x48\xf6\x74\x52\xd7\xfa\x72\x9f\x7d\x8e\x2d\x81\x07\xc1\x58\x4e\x87\xab\x3e\x08\x9a\x90\xa7\xf3\x27\x8b\x73\xd8\x30\x9c\x12\x30\xd2\x19\x29\xfd\x10\x50\x5e\x9e\x65\x0b\xed\xb5\xfe\x48\xe0\x3f\xf3\xa5\xbe\xcb\xb6\x10\x73\x4e\x82\x68\x76\x69\x4f\x87\xf6\x3e\xd8\x50\xb5\xdd\x83\x6d\x73\xa3\xbe\x4f\x28\x10\x3c\xfe\x28\x1a\x07\x41\x83\xf8\xb4\x27\x76\xdb\x52\x56\x9e\xe9\x27\xc5\xa7\xfb\x50\xda\x13\xa8\x6d\xb1\x6b\xe0\xc7\x2d\x41\x57\x4e\xfc\xa9\x21\x2c\xe3\x14\xef\x35\x5e\xfb\xe6\xbd\x03\xeb\x37\x09\x70\xa3\x91\x8f\x9f\x14\x5b\x8a\x38\xf2\x0f\xe1\xb3\x8f\xf3\x6e\x7d\x7f\x3f\xa7\xe9\x96\xd9\x83\x20\xc0\x70\x4e\xe9\x97\x50\x25\x1c\x3f\x84\x67\xa7\xe8\x3f\x04\xbd\x61\xb3\xac\x25\x08\xdf\x26\xfc\x7c\x74\x19\x85\x20\xe7\x9f\x6f\x00\x99\x18\x84\x9f\x52\x96\x3d\x96\xf3\x6f\x16\xc4\x9b\x91\xf3\x4f\x4d\x37\x12\x5c\x96\x1b\xd5\xf1\x3e\xa2\xb0\x65\xb9\x51\x10\x50\x3a\x8d\x2c\xab\x0d\x82\x7e\x22\xb9\xfe\x66\x21\x48\xf0\x40\xb5\x0b\xe1\x63\x66\xe7\xe6\x79\x2c\x08\xcd\x93\xa3\xe7\xb1\x20\x74\xbf\x31\x7e\xb3\x18\xab\x2c\x2b\x34\xd4\xf1\x82\x37\x99\x8e\xec\x11\xb7\xce\x17\x3b\x99\xe0\xac\x63\x13\xbe\x2e\x40\xa0\xdb\x46\x10\x3c\x6c\x72\x37\x00\xc1\x13\xca\x28\xbb\x83\xae\xf7\x31\x64\x47\xd9\x8d\xbb\xde\x47\x7f\xb1\xa2\x0c\x59\xaf\x97\xcb\xd0\x33\xb7\x7f\x08\x32\x98\x52\x7f\xbe\xe1\x35\x5b\x21\xde\x83\x84\xfd\xd1\xdd\x41\xd7\xcf\xa2\x2c\xbb\x83\xae\xf7\xab\xdb\x72\x69\xfe\x10\x84\x90\x2a\x6e\x92\x41\xd0\xe6\x1a\xe5\x8c\x04\xf7\xb3\x63\xa7\x08\xa9\x6a\x2a\xb8\x8f\x1f\x82\x41\x57\xab\x87\xab\x20\xa8\xc9\x48\xff\x10\xac\x58\xdd\x5c\x3d\xe4\x2e\xf6\xa2\x63\x0f\xc3\xfd\x33\x0b\x6b\xfa\xf9\xa8\x8a\x95\xb1\xc5\xf0\x20\x60\xea\x34\xaa\x22\x63\x7d\x5e\x6c\x08\x4e\x83\xf8\x40\x78\x75\x19\x26\x30\x8c\x04\x21\x68\x6a\xff\x93\xc3\x05\xa9\x95\x9f\x46\x3b\xcf\x5f\xc2\x2d\xe1\xf8\x21\xb8\x17\xb5\xcd\x9f\xde\x17\xb3\xa5\x73\xb4\xbd\x76\x82\x73\x4c\x09\x65\x13\x36\x5e\x7b\xdb\xd3\x3c\x08\x55\xc2\xcf\x37\xc4\x57\x17\x60\x42\x82\xa6\x97\xe7\x6f\x29\xdc\x9e\x44\x8a\xba\x09\xcb\x6d\xa2\xd5\x9f\x2c\x7b\xfd\xb5\x3d\xf0\x21\x81\x26\x09\x8e\xc0\xf7\xbe\xe2\xac\x34\x85\xc3\x20\x60\x68\x7f\x9c\x9b\x75\x7c\xbb\x58\x43\x3b\x42\x58\x46\xf5\x69\x1e\x0d\x20\x88\x41\x74\x9c\x3f\x04\x3d\x34\xfb\x66\x50\xeb\x7d\xb2\x76\xc3\xbb\x3f\x42\x6e\x11\xe9\xc8\xb3\x42\x5d\x2f\x77\xe0\xe9\x20\x5e\xa0\x84\x4b\xc4\xa6\xbd\x76\xd6\xfb\x9d\x9b\xf0\x93\x65\x9f\xdd\x87\xcb\xad\xfd\x68\x7f\x46\x97\x41\x05\x61\xc3\x51\xdb\x96\x76\xbc\x22\x94\xf7\x2d\x5f\x07\xc1\xf8\x52\xdd\x2e\x0c\x82\x5e\x95\xbd\xfc\x7c\x43\xc4\x4f\x83\x71\xbc\xa3\x9d\x3f\xec\xa7\x2b\x2d\x06\xc1\x6d\xb3\x7b\x44\x69\xe7\xfb\x1a\xc4\x78\x4b\xe0\xed\xdc\xbb\xc0\xd8\xc2\x72\x10\x96\x35\x1d\x66\x49\xef\xab\xf7\xde\x70\x27\x81\x60\x90\x45\x27\x5d\x10\x76\x64\xe4\xf3\x37\xcb\xe8\x3a\x5a\xe7\x5f\xc2\x86\x21\x28\x9b\xb0\x57\xf9\x16\x96\x83\xf0\x13\x2c\xfb\x37\x85\x98\x87\xc3\x3d\x30\x08\x3b\x68\x72\xf9\x29\xe5\xdb\xe1\xfa\xe5\x14\x41\x70\xc7\x1f\xce\xa0\x20\xb8\x86\xb7\x38\x1d\x04\x77\xb4\xd1\x7e\xda\xb2\x61\x5b\xb7\xe4\x1b\x84\x6f\x07\xc6\xf4\xa3\x59\x3e\xd0\x9b\x42\x7c\x0b\x89\x88\xb1\x1e\xca\x72\x41\xd8\xf5\x52\x34\x09\xc2\x0e\x1f\x3b\x7e\x3e\xf1\x9d\xbb\x3b\xda\x2f\xc1\x42\xc6\x2f\xc1\x18\x35\x43\xe1\x25\x08\x1b\x14\x61\xfe\x7c\xf4\x13\xc0\x6c\xcc\xdf\x8f\x12\x18\xa1\xf5\x9f\x04\x6b\x07\x65\x55\x76\x09\xc2\xda\xc1\x9b\x4c\x51\xde\xcf\x69\x3b\xf7\x30\x95\x17\x48\xf5\x20\xd8\xc5\xf5\x7d\x84\xdd\x9b\xaa\x55\x5a\x30\x07\x1d\x60\xf6\xa8\xfc\xc8\x2e\x79\x28\x88\x04\x61\x3b\xb1\xd5\x1f\x82\x37\x2b\x63\xee\x2e\xae\xef\xaa\xa6\x90\x3b\xb7\xf6\x3e\xca\xcb\x5b\xe6\x6e\xed\xfd\xb6\x81\x98\x8b\xb4\xf5\xf7\x45\x8a\xc8\x7d\xd7\xb4\xbf\xef\xab\xfd\x53\x6a\x9b\x20\x4b\x9a\xdc\xec\x48\xd0\x52\x28\xcb\xae\x83\x50\x34\x39\x90\x8b\x05\x61\x6c\xab\xd7\x9f\x8f\x7a\x6f\x38\x8f\xf2\xfb\x8d\x5d\xca\x5e\x3e\x21\x34\xf8\x8d\xfa\x53\x31\x61\x75\xe7\xd1\x7f\x09\x6f\xff\x1f\x09\xb1\xe1\x5b\x8a\x42\x54\x10\xc4\x16\xdd\xd2\x5e\x10\xc6\xb6\xed\x29\x3f\x84\xb5\x4d\x4f\xf2\x26\xbc\x73\x1b\x61\xfc\x7c\xe3\xbb\x95\x8f\xe5\x84\x6d\xbc\x6b\xec\xbb\x77\x7b\x7d\xbe\xdb\x42\xf2\xdc\x6b\x72\xc6\xc9\xd1\xcb\x87\xbc\x09\x3f\x56\x01\x4a\x44\x41\xe0\xd6\xeb\xc8\x72\xb1\x20\xdc\x3b\x85\x1f\xbd\x5e\x0c\x22\xe2\xc8\x6f\x96\x77\xeb\x33\x8c\xd0\x24\xc1\x0d\x7f\xec\xb1\x0d\x82\xbc\xf2\x8f\x70\x78\x3b\xb5\x37\x37\xf3\x9f\xec\x6a\x78\xf7\x24\x8e\xc3\xac\x21\xd0\xcb\x2f\x81\x30\xe8\xc7\xe9\xf9\x17\x82\x6a\xd2\xbd\x1e\x83\xa0\xe4\x9b\x7e\x6b\x3d\x54\x98\xec\x25\x1c\x84\x69\xc4\xca\xdf\x6f\x0c\x0f\x7d\x7b\x56\x07\xc1\x70\x55\xe9\x37\xc5\x74\xeb\xd9\x1c\x2d\x4e\x99\x96\xd2\x7f\xab\x7e\x71\xf5\x73\xfe\xd3\x37\xe8\xf5\xca\xd9\x7f\xbf\x41\xac\xee\xe3\x9c\xff\x10\x96\x32\xc7\x6f\xc5\xbc\x72\x4e\xc7\x6f\x0a\xc4\xd8\xdc\xea\x6f\x0a\xef\x70\xf7\xa5\x41\xfb\x5e\xcc\x93\xd3\xf1\xc3\x5b\x3e\x25\xce\x74\xa4\xf6\x9b\x82\x19\x59\xb6\xd0\xde\xeb\x8b\x25\xdc\x29\xb4\xd4\x3b\x7a\xc8\x93\x2a\xda\x65\xf9\x7d\xbe\xda\x92\xe5\xcd\x37\xfb\x7c\xbf\xcf\x6f\xb8\xfe\x7a\x14\xbb\xef\x90\xc6\x2f\x61\xc5\x01\xd6\x61\x89\xf7\xd3\xab\x0a\xf5\x47\x10\x06\x09\xfa\xef\xfb\xa5\xa2\xf8\x37\xc7\x96\x7b\xc7\x3f\x84\xa1\x46\xfc\x37\x4b\x7a\xfe\x07\xbd\x7b\x10\x50\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\xbc\x8e\x95\x1b\x05\xa1\x7a\x41\x52\x7e\xeb\xc5\xe1\x22\xef\xf3\x3d\x04\xc7\x2d\xfd\xa6\x40\x56\xcc\x23\xff\x7e\x83\xcb\xb8\xfe\x4f\xcd\x89\xdf\xd4\xf3\xef\xbb\x2e\xdf\x5b\xfc\x84\x60\x5b\xd3\x6f\x19\xd7\xae\xd6\x6f\x16\xcc\x32\x72\x57\x3c\x0a\xc2\x6d\x3d\xdb\x6f\xe3\x6f\x17\x63\xfa\x6d\x2b\xd6\x52\x5b\xe3\xcd\xfb\xfd\x3f\x28\xe8\x20\x60\x3c\x33\x7f\xfb\xe2\xdb\x17\x2c\xbf\x0d\xdb\xd6\x4f\xed\x9f\x14\xd4\xb3\xf5\xdf\x32\xb0\x6f\x6a\xff\x24\x58\x3b\x6e\xc2\x4f\xa1\x2a\x43\xf2\x56\x02\x42\xf0\x22\xec\x38\x7f\x09\x0c\xc9\xfc\xed\xbd\x77\x0f\xfc\x6f\xc5\xdf\xa4\xee\x63\xfe\xbe\xcb\x54\x7e\x87\x59\x6d\x76\xce\xb5\xff\x12\x14\xaf\x7e\x47\x00\xb3\xc6\x98\xc1\x3f\x6d\xc7\xd0\x2f\x5a\xf2\x4b\x40\x5b\x59\x8e\x7f\x2a\xfa\x7a\x75\xd9\x7e\xab\xa1\xe3\xc5\xd1\x7e\x8b\xdd\x31\x89\x82\xb0\x06\x56\xc8\xb5\x04\x23\x5a\x83\x5d\xb0\x96\x90\x4d\x16\x31\x26\xce\x0c\x18\xc8\x9a\x1c\x9a\x32\xa6\x83\x8b\x28\x0f\x67\x81\xd3\x2f\x62\x33\xa4\x83\x83\xf0\x9a\xc9\xa0\x00\x47\x8d\x17\x36\xff\x8c\xd6\x6b\x19\x54\x20\xe3\xed\xb2\x26\x07\xbd\xcc\x71\x72\x4d\x42\x8c\x16\x0c\x24\x17\x51\x05\x3a\x22\xd8\x9a\xcc\xae\x02\xd3\x5c\x93\x0b\xc0\x82\xa5\xdd\xc2\xff\xbe\x13\x43\x7d\xe1\x41\x7f\x0a\x10\xb8\x70\x69\x3f\x05\x95\x5a\x13\x4b\x68\xa6\xde\xd2\x5f\x3c\xe3\x0e\xb6\xf0\xe2\x1e\x58\x98\x2d\xbc\xb8\x07\x97\x36\x0b\x2f\xee\x0e\xd0\xd1\xba\x7e\x6e\xed\x48\x74\xa6\x48\x34\x4c\x94\xe3\x7f\x2a\x75\xc5\x89\x62\x94\x90\xca\xd7\x25\x63\xc0\x47\x6d\xe1\xdd\x3d\x2a\xfd\x78\x05\xe3\xe2\x24\xf4\xff\xbc\x73\xac\xeb\xbc\x23\x61\x6c\x97\xeb\x3a\x1f\xfe\xf7\x63\x6f\xfc\xbf\x6b\xf2\xf1\xbf\x25\x12\x47\xcf\x66\x60\xc3\x71\x12\x56\x7a\x5d\x42\xc0\x9c\xfe\x4f\xfc\xed\x94\xf8\x9f\x38\x7f\xd9\x0c\x82\xb0\x36\x5f\x84\x4a\x35\x03\xf0\x0c\x99\x4e\x10\xc2\x34\x56\xf3\xc2\x79\x7c\x34\xc6\xef\x4a\xc0\x12\x59\xbb\xa4\xd7\xab\x05\xbc\x98\x19\xc5\x18\xe1\x54\x7e\x66\xae\xfc\x97\x5e\xe5\x39\x5b\x1a\x12\x5d\xc6\x90\x74\x5d\xb2\x3a\xce\xfc\xeb\xe2\x16\x25\xa3\x88\x58\xf8\x9b\x9f\x19\x5b\x8e\x85\xbf\x79\x67\xbf\x58\xb8\x9b\xc7\xc7\xa8\x22\xda\x69\xc3\x42\xac\x8b\x43\x66\xc6\x02\x60\x5d\x68\xa5\x73\xb6\x96\x38\x51\x64\xac\x1b\xd7\xa5\xeb\x23\x11\x72\xd7\xe5\xc5\x1e\xfe\x47\x0b\x87\xf5\x78\xb1\xcc\x65\x1e\x3e\x5d\x76\x07\xd3\x9c\x62\x73\x9c\x10\xc5\xe6\x64\x0a\x2d\x36\xa7\x9a\xcc\xe6\x74\xda\xb6\x17\x7b\xa2\x50\x6c\xb3\x01\xd7\x5c\x97\x8b\x1e\xfd\xcc\xba\x8a\xcd\x29\xa6\xd2\x66\x66\x52\x1b\x6c\x56\xfa\x4e\x65\x6b\x3a\x3d\x58\x9c\xf3\x4e\xb6\x62\x6b\x8a\x45\xda\x9a\xec\x8b\xad\x99\xd4\xb9\x3a\x38\x95\x0f\x28\xec\x64\x3b\xd7\x7d\x04\x05\xd3\xba\xaa\xad\x71\xd0\xab\xad\x29\x74\x47\xdd\x83\xe3\x8b\x0b\xbd\x52\x83\x6a\x73\x9c\xa2\xea\x38\xf6\x50\x55\x47\xa7\xfb\xe2\xe8\x54\x3f\xe0\xd6\xb4\xf3\x18\x03\xd8\x56\xd7\x3d\x06\xf4\x87\xe0\xe8\x5c\x58\xaf\xab\x59\x6b\x57\x6b\xdb\xb5\xf6\x17\x6b\x0d\xe3\xba\xbc\xb1\xe6\x62\x78\xe1\x66\x1f\x5f\x63\xa8\x70\xfd\xac\x98\xfe\xae\xab\x59\xeb\x64\x32\x07\xa1\x9b\xcc\x5a\x3b\x59\xb0\x9c\xe1\x7e\x65\xe1\x8f\x7f\xea\x7f\xb8\x2e\x19\x75\x72\x46\xb0\xd3\x66\x76\xa8\x85\x97\xf3\xb4\x6f\x38\x4f\xab\xaa\x5c\x98\x9c\x7a\xcf\xb0\x3e\xdc\x88\x38\x55\x2f\xae\x16\x3b\x27\xa6\xb5\x8e\xf3\x5f\x7f\x61\xc1\xb7\x30\x3f\x1b\xd8\x16\x2f\xac\xcf\x38\xa5\xaf\xb5\x23\xad\xf2\xaf\x11\x16\xf9\xd7\xe0\x72\xfc\xdb\xc9\x67\x62\x02\x55\x0d\xfe\x05\xf9\xcd\x7c\xcf\xbf\xfe\x72\xbd\xaf\x03\x8c\xf5\xcc\xbf\x5f\x50\xfd\xc4\xfa\xd7\x5f\x80\x99\x2d\xae\x6d\xd0\x42\x2c\xd4\x68\x04\xeb\x5a\x5c\x4b\x3a\x99\x31\x2c\xe3\x50\xb9\x30\x2b\x0b\x11\xe6\x7f\x62\x7b\xf5\x7f\xe5\x7a\x98\x7f\x11\x20\x69\x61\xfd\x25\xb7\xc1\xf6\x8b\xfd\x7a\x61\xf9\x05\x2a\xe5\xe2\x92\x08\x55\xcb\x5a\xb1\x1e\x51\xc8\xad\x55\xe3\x0b\x0c\x30\x72\x36\xf7\x94\x0b\x83\x29\x10\x51\x16\xe6\x52\x6c\xf6\x6b\xe1\x6c\xc8\x4c\x5f\x5f\x8e\x2f\x50\x44\x1c\x9f\x07\xca\xef\xb5\xb0\x45\x3c\x4d\x41\x94\xfa\xff\xfb\x0b\x97\xff\xb8\xfe\xcb\xff\xf6\xfd\xdb\xdf\xc7\x11\x4d\xfd\xfb\x10\xee\x3f\xde\xa3\xec\xbf\x8f\xa3\x13\xe5\x3a\x08\xd7\x09\x81\xa0\x37\x07\x49\x42\x0e\x8a\x07\x36\x3b\x1d\xca\x23\xc5\x10\x23\x41\x79\xfc\x2c\x41\x65\xa2\x5b\x0e\xd0\xcd\xff\x3e\x0e\x6d\x4c\x8e\xa0\xbc\x53\x8a\xfa\xa0\xa0\x7c\xe6\x32\xce\x40\x86\x62\xae\x65\xbc\xba\xa0\x2c\x73\xe1\x7e\x18\x13\xe9\x38\xe3\x54\x1d\x8f\x69\xa0\xb6\x28\x1f\x84\xc6\x78\x50\x47\x14\x01\x47\xf2\xeb\x60\xce\x9d\x9a\xcd\x1d\x40\xcb\xc5\x83\xbc\x44\x63\x3d\xf2\x41\x8b\x81\x62\xc3\xa0\xec\x00\x7c\x2d\x1e\x2c\xae\xa8\x3b\x60\x68\xf1\x30\x5f\x2c\xb7\x03\xbc\xb3\x78\x7c\xd2\x12\xb4\x05\x4d\xe7\x79\x94\x1c\x07\x70\x5f\xf1\xb8\x4d\x47\x09\x21\xaf\xc6\x63\xc7\x8e\x95\x66\x19\x04\x1f\x3f\xb0\xb4\x38\xf2\xb4\x6e\x68\xec\xb1\x6b\x3f\x40\x58\x8a\x47\x54\xe5\x30\xd5\xf5\x48\xe2\x30\x83\x99\xeb\x91\x6f\x73\xa2\x5d\xc1\x7a\xf3\x00\xda\x28\x1e\xe4\xac\xd4\xed\x31\x27\x78\x44\x07\x46\xaa\x07\xa0\x3a\xf1\x78\xa4\x75\x68\x9f\x34\x4b\x08\x16\x71\x80\x91\x13\x8f\xca\xe7\x26\x24\x3a\x0e\xd8\x99\x13\xb9\xee\x00\x76\xe6\xef\xa3\xc0\xd3\x09\x6f\x7f\x80\xed\x12\x0f\x0b\x88\x9d\xf6\x00\x98\x25\x1e\x16\x10\x6c\xfc\xfc\x62\x39\xc5\x63\x19\xa1\x71\xfe\xdb\xdf\xc9\xf9\x9b\x0e\x8c\x3f\x83\x3d\xa7\x23\xf6\xe8\x78\x80\x2a\x31\xa0\x4c\x29\x17\x26\x63\x41\x89\x8d\x2b\x1e\x40\xf8\x71\x0e\x4b\x47\x2f\xd0\xfa\x0c\xa6\x27\x69\xf8\xf1\x01\x29\xb6\xe6\x04\xc0\x77\x3c\x0a\xa9\x2a\xa4\x26\xe9\xfa\xd7\x5f\x13\x98\xad\x04\x5c\x77\x3c\x3e\x52\x9d\x41\x6a\x7c\x0b\xc0\x6d\x6d\x2b\x12\x80\xdb\xf1\x08\xe1\x09\x7f\x94\x74\x76\x53\x75\xa2\xea\x04\x93\x4b\x60\x63\xc7\x83\x54\x31\x6b\x13\x50\xd4\xf1\xd0\xcb\x0a\x8a\x75\xc0\x42\x30\x71\x5a\x4d\x40\x4e\xc7\x63\x4a\xe3\x63\x0f\x8d\x04\x2a\x79\xe0\xa3\x9f\x52\x48\x50\xf1\x70\x4f\x09\xd1\x26\xa5\xd4\xa5\x61\xc3\x2c\xe5\x96\xe2\x01\x26\x28\x8d\x4f\x25\xd5\x01\x79\xd3\x9a\x34\x02\xff\x9f\x50\x2e\x29\x00\xac\xe7\xa0\x74\xc6\x27\x71\x84\x4b\x9c\xe9\x12\x00\xa7\xf1\xc0\xa0\xb4\x1e\x7c\x6b\x98\x8e\x70\x02\x21\x14\xa4\x34\x2c\x11\x25\x74\xc5\xe4\x27\xa5\x61\x4e\x1c\x92\x0a\xdf\x1f\x96\xc8\x8d\x66\x2d\xb1\x34\x53\x7a\xa5\x71\x1e\xab\x9d\xae\xce\x07\xed\x66\x6d\x47\xba\xe8\x58\xf0\x01\xe3\x71\x05\x03\x8e\xef\xe7\xf9\x42\xc1\x0d\x20\x11\x2b\x3a\xb9\xe2\x12\x68\x66\xa7\x78\x80\x09\x04\xb3\x78\xc4\xc0\x9d\x7e\xec\xba\x25\xbd\x90\xc8\x79\x33\x70\xac\xc5\xb3\x61\x24\x97\x72\x70\xcd\xbf\x93\x78\x60\x0d\x05\x6d\x2a\x4e\x96\x42\x08\x47\xd0\x68\x52\x71\x7a\x96\xc1\xa6\xc8\x94\x2a\x30\x88\x54\xa6\xb6\x92\xf1\xb1\x02\x7f\x48\x65\x6a\x28\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\xb9\x7d\x4c\xe5\xa6\xd7\x0a\xba\xc4\x03\x71\x23\x95\xd7\x32\x61\x85\xa2\xc7\xa4\xf2\xd1\x84\xc2\xb1\xeb\xe0\xe2\x25\x95\x55\xa5\xc1\xec\x71\xd5\x4a\xf5\x20\x6f\x25\x44\x5c\x89\xbd\x2f\xd5\x46\xc7\xd5\x16\x52\x3f\xca\xa2\x54\x3b\x95\xab\xd1\xaa\x41\x24\xa1\x54\x87\x24\xc0\x67\x71\xb2\x48\xc0\xeb\xc4\xa3\x92\x31\x8a\xac\x56\x4d\xac\x96\x46\x8c\xb2\x04\x2a\x4a\x3c\xf8\x18\x5d\xd4\xac\x45\x3b\x20\x51\xd9\x06\x03\x4a\x0d\x75\x6f\xc3\xf4\x33\x01\x88\x12\x8f\x97\x65\x17\x65\xb6\x46\x4f\x36\x04\xa6\x84\x23\x52\x6a\xce\x53\x60\x28\x62\xac\xa2\xd0\xee\x3c\xed\x9d\x46\x8d\x60\x37\x84\xe8\x8b\x07\x3b\x1d\x8a\xa3\x34\x17\xd3\x8d\x38\x61\x41\x8b\xc6\xdf\x4e\xb7\x1b\xa1\x26\x48\xee\xcc\xee\xc3\xff\x57\x5b\x73\x22\xf4\x47\x3c\xaa\x58\x0d\x51\xf7\xdb\x45\x41\x8c\x8d\x58\xd3\x51\x51\x2e\xdf\xe2\xf1\xaa\x13\x89\x74\x1f\xbb\x76\xfa\x3c\x7a\x12\xf9\x20\x7d\x4e\xb4\xef\xf1\x56\x31\xe4\x9f\x84\x9d\x7e\x3c\xea\xbf\xfe\x2a\x04\x45\x49\xd8\xd1\xc7\x23\xfd\xeb\xaf\x52\xe3\x3c\x93\xd6\xbd\x20\x19\xfc\x28\x78\x76\x5a\xaf\xa9\xde\xf4\x63\x8e\x9e\xb8\x9c\x8d\x47\xfd\x31\x4c\xce\x07\x23\x92\x8f\xd8\x41\x38\xa3\xe5\x83\x6e\xc8\x47\x74\x03\x66\x5a\xf9\x88\x5d\xf5\xef\x7c\x80\xc2\x3d\xc8\x45\xa5\xf2\x01\xfe\x76\xf0\xf4\x7c\x30\x8c\xf9\x70\x18\xa9\x7a\x3e\xce\x9d\x6f\xca\x47\x66\xd0\x82\xe9\xc7\x83\x2e\xc3\xb0\x37\x1f\x71\xe2\xf9\x3b\x1f\x93\xc3\x2f\xdf\x9f\x7e\x1f\xec\x26\x90\x47\xf2\x11\x4c\x32\x1e\x04\x68\xe1\x44\x95\x8f\x79\x4b\x0b\xc1\xac\x50\x79\x98\x41\x3e\x82\x19\x60\x74\x96\x95\x8e\x32\xf2\x09\x46\x33\xf9\x58\x5d\xca\x05\x87\x25\xd1\x32\xdb\x22\xdb\xf9\x6f\x7f\x67\x19\x78\x3e\x31\x30\x6d\xc4\x84\xce\x20\xad\xc7\x63\x3a\x55\x1b\xb4\x4b\x9a\xe9\x62\x15\xe5\xc4\x8e\x97\x81\x17\x3f\x0f\xcc\xe2\x73\x4a\x97\xb4\x38\x56\x73\xfc\xc8\x29\x53\xb3\x84\x37\x7f\x3b\x21\xb1\xcf\x66\xf0\xae\x07\x7e\x1e\x39\xc5\x9e\x1b\x0f\x18\x01\xc6\xd3\x19\xb4\xe8\x78\x50\x00\x51\xdf\xb3\x4c\x35\x27\xec\xeb\x0e\x07\x17\x74\xe5\x78\x20\x51\x94\x41\x45\xae\x22\x6d\x50\x6a\xb4\x2b\xdd\x56\xe4\xde\x45\x50\x93\xd7\xac\xf0\x90\x03\xb7\xb4\xac\xd8\x95\x15\xbb\x4e\x44\xaa\x9c\x11\x33\x72\xc6\x62\xfa\x24\xba\x66\x06\x6f\x36\x1e\x04\x59\x27\x5a\x62\x56\xcc\xca\x00\xc8\x06\x8d\xbc\x69\x48\x9b\xd0\x82\xef\x65\xd0\x5c\xff\xce\x99\x03\xfe\xc9\x2d\x4b\x06\xb0\x35\x1e\x04\xc7\x20\x16\x59\xce\xd9\x74\xc5\x74\x8c\x45\x2e\x59\x5a\x93\x46\x5d\xca\x2d\xed\x81\x46\xf7\xe5\x62\x5d\xaa\x79\x0b\x79\x6b\x95\x66\xde\xe0\x56\x19\x59\x2f\x1e\x30\xf4\x90\x5a\xb3\x12\x5f\xce\x83\x4d\x64\x52\xe3\x61\x4d\x06\x91\x1b\x6c\x18\xfc\x3c\xb3\x25\xf5\x76\x90\xd1\x6e\xcf\x57\xf0\x4c\x22\x6f\xe4\xfc\x32\x0f\xc1\x89\x3c\x4f\x82\x83\xe7\x8a\x70\x9f\xab\xd1\x86\x88\x15\x91\x41\x0c\x88\x87\xb6\xa6\x21\x3f\x16\x2c\x8a\xe2\x51\x55\x24\xb5\xa0\xa5\x0c\x4d\x38\x28\x34\xf7\xe5\x8b\xf9\xf6\x77\xe1\x0c\x78\x16\x42\x38\x15\xee\xe4\xe3\x71\x4a\x4b\x41\xeb\x7e\x0f\xf0\xd4\x13\x4f\xcb\x82\x63\xdd\xdf\x85\x1b\x30\x4d\xf0\xcb\xc7\x86\x59\xf4\x87\x43\x45\x53\x70\x71\x89\xc7\x43\x4e\x6a\xc2\xf5\x42\x3c\x0c\x5a\x12\xe2\x62\xc1\xe7\x22\x1e\x1c\xc0\x39\x4c\x97\x75\x9b\x17\x7c\xed\x93\x8d\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xa7\xa7\xc2\x6e\x5e\xe5\x5b\xf5\x38\x6c\x44\x1c\x02\xaa\x72\x65\x85\xc5\xa4\x13\x7e\x53\x8f\x7a\x42\x03\xfe\xe1\xc4\x84\xa2\x1e\xc1\x9b\xe3\x51\xa0\x15\xbe\x37\xcd\x3b\xb5\xfc\x0f\xf1\xa0\x1e\xb1\xf8\xff\xae\x70\x90\x48\x07\xed\x92\x86\x7b\xdf\x09\xae\x42\x3d\xee\x4b\xda\x76\x12\xa0\x8c\x10\xd9\xe3\x71\x45\x95\x25\xbd\x0f\xa4\xd7\xd6\x06\x6b\xad\x27\x4b\xaa\x9e\xb1\xa4\x64\xf8\xf5\x3c\x1e\x49\xdc\x9a\x61\x00\x56\xcf\x53\xda\x69\xd6\x10\xd3\xeb\x89\x04\x58\x4f\x54\xa4\x27\x51\xf7\xeb\x99\x4c\x97\x4c\x17\x32\x48\x3d\x33\x35\x3e\x63\xd4\x0b\xfb\x51\x45\xc4\x8d\x47\x54\x8e\x6d\xb8\x9e\xb1\x99\xc7\xa3\x05\x29\x51\xc0\x65\xaa\x18\xf3\x82\x57\x63\x3d\x6f\xab\x1b\xe7\xcb\x42\x3c\xcf\x7a\xbe\x74\xe6\xf9\x3a\xeb\x62\xe6\xd4\x64\xab\x12\x8c\xa2\x60\xb6\x53\xe5\x76\x35\x19\xcf\x80\xd3\x64\x4d\xcc\x9d\x9a\x62\xee\x14\xc4\x8d\x9a\x62\xce\xc4\x43\x97\xa2\x19\x1d\x97\xac\x1b\x10\xf4\xe9\x84\x79\xd6\xc4\x01\xaa\x02\x06\x5f\x92\xa5\x22\x32\x55\x31\xdd\xcf\x74\xd4\x3f\x6e\xe0\x35\x39\x72\xc9\x91\xc3\x1b\xb2\x82\x1a\x1e\x8f\x19\x5f\x8e\x33\x6e\xcd\x07\xc9\x32\x6a\xfa\x82\x86\xa7\x66\xbb\x1f\xe6\x95\x4e\x7b\x0c\x88\xea\x78\x3c\xd2\xa2\x56\x70\x8f\x78\x58\xab\x38\x0b\xd4\x8c\x8c\x5f\xb3\x11\xb1\x31\x83\xab\xf9\x65\x02\x0a\x21\x7b\x22\x55\xd5\xe2\x70\x96\x18\xce\x42\x54\x97\x0a\x58\x68\x3c\xcc\x4a\x8d\x41\xac\x8c\xc7\x47\x56\xfa\xb1\x70\x6c\xae\xe5\x8b\xf1\xe4\xac\x54\x15\x01\x6b\xd5\xfb\xc0\x56\x54\x27\x5b\xe5\x42\xec\x04\x6d\xa7\x56\x4e\x4b\xb5\x12\x40\x05\x05\x7b\xad\xf5\x92\x24\x8a\xd5\x88\x12\x2a\xec\xab\x82\xb6\x17\xb4\x68\x6c\x63\x37\xa8\x8d\xeb\x8b\x82\x13\x7c\x6d\x27\x03\xdf\x8c\x87\x47\xfc\xcc\xda\xe0\xd4\x15\x80\xb7\x10\x0c\xc8\xdb\x4c\x07\x60\xda\x09\x5b\xaa\xad\x4b\xe3\xae\xbb\xe0\x65\x5e\x9b\x23\xdf\xb0\x4e\x2f\x25\x4e\xd8\xb5\xd9\xda\x46\x94\xc3\x13\x49\xb0\x02\x45\x14\x0f\xbd\x0d\x82\xb9\xd4\xee\xc4\x04\x5c\x28\xd2\xc5\xf7\x00\xe6\x89\x07\xf7\xd8\x18\xf2\x55\x00\x76\xe2\x01\x3b\xc4\x86\xae\x02\x8f\x13\x0f\xfc\x58\x50\xea\xd7\x9e\xbb\xb4\xf1\xaf\xbf\x0a\x5e\x86\xb5\xe7\x57\x12\xcb\x17\xeb\xd5\xda\x0b\xd5\xeb\x5a\xb6\xe3\x42\x5d\x81\x59\x89\x87\x9e\x1e\xb1\xa9\xd5\x3e\xcd\xab\x47\x33\x6e\x5c\xb5\x3b\x2f\xc0\xb3\x28\x25\xd8\x6b\x05\xea\x21\x1e\x5c\x6e\x61\x6b\x56\x87\xd3\x6c\x38\xcd\xb8\xf5\xa9\x03\x91\xa0\x8e\xa1\xab\x48\x88\x43\x75\x0c\xb8\xc1\xf0\xb6\x1c\x97\xc7\x3a\x10\x13\xea\xb8\xec\x15\xe6\x0f\xd1\xc8\xe3\xa1\xbf\x07\x1c\x67\xac\x5b\xda\x8b\xdc\x19\xad\x25\xda\x77\x3c\x1c\xb4\x90\x3a\xea\x74\xd6\x4e\x66\x2d\x76\x5d\x15\xd9\x3b\x1e\xcd\x64\x31\xde\xb3\x4b\xd3\x75\x81\xfb\x8f\x4a\x6c\xe1\x78\x04\x63\xc2\xbe\xab\xce\x8f\x8a\xcc\xcf\x6e\x87\xf9\x5f\x7e\x0e\xbd\x7d\xc1\xe9\xa1\xa2\x0e\x8f\x47\xd5\xd7\x3f\xfa\xe4\x92\x7f\x5f\x97\x0e\x16\x47\xb4\x9f\x50\x92\xf1\x08\xa6\x56\x99\xa0\xb7\x93\x9b\x70\x7f\x85\xa0\xf0\xf5\xee\xcc\xe3\x5b\xa3\x53\xbc\xf3\x2a\x91\xea\xe2\xc1\x6e\x50\x32\xe9\x2e\x78\x85\x91\xe3\x4e\x3c\x6b\xea\x2d\x8f\x24\x98\x5b\xd0\xa2\xad\xb7\xed\xba\x5f\x23\x11\x84\xc4\x51\xf1\xb2\x8a\x47\xcc\x1d\xb4\x9a\xf5\xc9\x7c\x8e\x60\x4d\x05\xad\x64\x25\x5a\x50\x3c\xb6\xe7\x09\xc9\xd8\xac\xeb\xe3\x66\x8d\x68\x5f\x9f\x45\xa9\x04\xe2\x49\x27\x3e\x8f\x95\xa8\x29\x7f\x57\xe2\xa5\xa4\xb3\x84\x9c\x5e\xdf\x4e\x4d\x88\x4a\x92\x4e\x7c\x70\x2a\x71\x31\xe2\x11\x42\x8d\x95\xc3\x9c\x2d\x1e\xc8\x17\x5c\x42\x55\xec\x6d\xe2\x11\x7c\x81\x13\x7a\xfd\x2a\x7d\xf2\x55\xfb\x84\xd9\xf9\x35\x66\xc9\xa7\xd2\xba\x86\x40\x54\x3f\x39\xd4\xd7\xf4\x5b\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xe8\x48\xaa\xe7\x9f\x8a\xd3\x7a\x64\x8d\x46\x7c\x0f\x0d\xc3\x58\xb5\xa0\x3f\xa8\x38\x96\xc7\x43\x25\x24\x53\xe2\x43\x7f\x50\xb1\x46\x29\xe8\x60\x2b\xd6\xab\xf1\x98\x90\xa2\xbe\xcb\x7d\x54\x2b\xcd\x52\xe1\x13\x4b\xa6\xbd\x64\xda\x35\x24\xdd\xba\x64\x81\xb8\xcf\x16\x2c\x37\xea\xb2\xd3\x97\x9d\x5e\x61\x09\x0b\x65\x41\x5d\xb8\xe9\x9d\x95\x85\x88\x51\x7a\x3c\x36\x8d\xcf\xb9\x86\xb5\x8d\x55\xd4\xaf\x58\x29\xc4\x03\x2c\xdc\x01\xe9\xa3\xf9\x5a\x53\x75\xae\xd5\xda\x41\x4d\xda\x51\xbb\x81\x06\x7b\xd0\xa6\x34\x42\x25\x60\xfc\xd5\x14\x37\x1a\xe2\x46\x3a\x6b\xcb\xd0\x3e\x69\x4b\x5a\x0d\xda\x32\xeb\x22\x6b\x8b\x12\xce\xe0\xfd\xf1\xf8\x82\x14\x6b\xae\x9d\xac\xea\x76\x62\xd3\x58\x2c\xf4\xac\x03\x5a\x2c\x96\x42\x0c\xfe\x76\x72\x0c\x69\xe7\xb0\xa9\x71\x46\x6a\x27\xb2\x55\x3b\x95\xad\xf0\x3f\x6a\xe7\xf4\x73\xca\x56\xcc\xeb\x76\x3e\xe6\x55\xcc\x03\x93\xaa\x9d\x56\xf8\xdc\x15\x9e\x7c\xef\x7b\xa0\x7d\x06\x5a\x9c\xf3\x8f\x9b\x7a\x4b\x1c\x57\x5b\x3a\x62\xdc\x09\x0a\xdc\x90\x3a\xe2\x11\x4c\x94\x68\xb1\x2d\x0d\x9a\xcd\x79\x29\x19\xaa\xb4\x25\x2b\x9a\x88\x62\x81\x91\x45\x53\xa8\x68\x89\x08\x8c\x27\x43\xd7\x12\xd3\xb4\x71\x5e\x4a\x27\x30\x7d\x0d\x5d\x71\x3c\x70\x3d\x69\xb1\x15\xb4\x5c\xf8\x1c\xc7\x92\x58\xa6\x51\x13\x40\xf1\xe3\x81\x81\x13\x21\x67\x5a\x66\x3e\xb7\xac\xa3\x0f\xaa\x80\x96\x3f\xbf\xf7\xf9\xbd\x38\x69\x34\x80\xd8\xe3\x31\xcd\x1b\xfd\x53\x50\x21\xb6\x62\x24\x1e\xdc\x01\x5b\xb1\x7e\x65\x2f\xa3\x98\x5b\xad\x3c\x7c\xaf\xa0\xc3\xea\xf8\x47\xb6\x82\xba\xbd\x95\xef\xfc\xd7\x5f\x95\x48\x15\x0d\xdd\x52\x3c\x2e\x41\x0f\x23\x6b\xb5\x3f\xeb\x21\x2d\x78\x7c\xab\x88\x21\xad\x06\x23\xae\xf8\x35\xb4\x9a\x1f\x49\xaf\xc9\xa2\x15\x80\x46\xc7\x23\x47\xb2\x60\xa3\xad\x5a\x68\xb5\x50\xea\x56\x97\x1f\xc3\x51\xf7\xe4\x66\xab\xd5\xf5\x49\xb3\x8f\x83\x63\x34\x25\x89\x86\x24\x91\x4e\xee\x84\x5a\x63\x2b\x68\x2d\x78\x53\xe5\xf4\xd1\xc0\x71\x8d\xc7\x23\x92\x67\x7c\xae\xc1\x46\x1b\x5a\xa4\x4a\x70\x93\x06\xba\x6a\x3c\x5e\x9d\xb8\xc8\xda\x4d\xc6\xc1\xa5\x71\x9a\x6d\xc0\x89\xc6\x03\xeb\x31\x7c\x23\x1b\xd8\x9e\xf1\x80\x67\x70\xeb\xd5\xda\x43\x5b\xdb\xc3\x56\x48\xdc\xee\xd6\x13\xb3\x07\x8c\xbe\x7a\xe6\x48\x06\xce\x5b\x3c\x4a\x90\x82\x51\x35\x70\xb7\xe2\x41\xcf\xe1\x70\xd6\xc0\xec\x89\x07\xe7\x1b\xf0\x30\xdb\x68\x0b\x5a\x67\xcd\xf4\x1a\xb5\x1b\x8e\xff\x98\xba\x5e\xd1\x58\x30\x63\xe2\x71\x4b\x23\x1d\x87\x8f\x36\x3c\x7c\x60\xca\xda\x06\xc7\xaa\x26\xe8\x49\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x2c\x2a\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x8e\x4c\xe1\xda\xac\xcd\x97\xd6\x4e\xcc\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x2e\x8c\xed\x72\x35\x7a\x3b\xdf\x31\x45\x6d\x5c\x1a\xc7\xc3\x72\x43\x38\x6d\x17\x9a\xe3\x76\x11\x85\xe6\x04\x26\xaf\x5d\x88\x48\x8d\xad\xfd\x2c\x58\x0c\xb4\xeb\xf2\x7b\x57\xcc\x32\x54\xe6\x8d\xb8\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7d\xc7\xc3\xe5\xe3\xe7\x5e\xa6\x14\x01\xbb\x23\x5d\x74\x1f\xc1\xad\xe3\x61\x95\x63\x2b\x6d\x84\x8b\x8e\x87\xd5\x83\x83\xdc\x07\xdd\x72\x63\xe0\xd1\xb1\x77\x6d\x84\xe8\x8d\xc7\x8c\xea\xc1\xfd\x6e\x0e\xc3\x0d\x31\x23\x8a\xe5\x73\xf6\x28\x91\x7a\x0d\xa6\xd6\xee\x29\xe9\x62\x03\x1f\x89\xac\x36\xf6\x26\x22\xc0\x09\x52\x73\xbb\x1d\x70\xe2\xd4\x1a\xfd\xa9\x11\x25\x36\x1e\xd3\x64\x54\x8e\xdb\xa4\x76\x13\xfb\xfc\x04\x4a\xb8\x11\xdc\x35\x1e\xba\xdd\x4d\xf2\x7e\x36\x4c\x17\x38\x6c\x61\x1b\x31\x39\xe3\x51\x88\x2d\x13\xd3\xf1\x71\x72\x1b\xf1\xd2\x58\x61\xed\x91\x6d\x11\x27\xf0\x2c\x5c\x30\xb4\xd7\x74\x6f\xf2\x73\xb4\xe2\x75\xeb\x78\xf5\x9a\x47\x7d\xd3\xbe\x42\x95\xb5\x41\xed\x18\xc7\xb6\x8f\x13\x62\xd3\xc7\xa8\x13\xcb\xb8\x7d\x5c\xf0\xb4\x0f\x93\x81\x4e\x14\xe2\x46\x50\x9e\x78\x70\x04\x72\x7b\x52\x4c\x68\x88\x09\xb5\x30\x14\x4a\x09\x6d\xdb\xac\xd6\x03\xda\x67\xd6\xcf\xac\x70\x9f\xc5\x5d\x41\x5b\x22\x84\x00\x74\xdf\x96\x53\x65\xd9\x53\x38\x77\x75\xef\x62\xfb\xa1\x55\x01\x3c\xa4\x1f\x1c\x88\xfb\xc1\x66\x5f\x30\x78\xeb\x07\x53\xaa\x7b\xb5\x3a\xeb\x19\xe9\xce\x38\x0d\xc4\x03\x0b\x9e\x58\x68\xfd\x64\x73\xe8\xa7\x11\xf4\x31\xba\xed\x27\x9a\xdd\xce\x7e\x99\x54\x6a\x75\x77\xb8\xce\x0e\x97\x54\x6a\xf5\xc4\x06\xd4\x53\x70\xe1\x8a\x1a\xaa\x27\x4e\xfe\x3d\xc5\xc9\xbf\xb6\x98\xef\x3d\x15\x49\xa2\x63\xd7\x44\x32\x54\x5f\x3d\xa1\xfa\x2a\x5c\xd1\xf5\xd4\xa8\x49\xd2\x15\x85\xa8\x19\x3d\x75\x4b\xc0\x54\x54\x15\x59\x4f\x36\x2c\xb9\x56\x88\x42\xdd\x33\xba\xa9\x9e\xd5\x4d\x61\x24\xdf\xbd\x8d\xed\xde\xc6\x0e\xc2\x52\x76\x6f\x59\xbb\xb7\xac\xb3\xe6\xf1\xc7\xad\xbd\xe7\x42\xb5\x50\xe0\x55\x34\xbe\x3d\x3b\x04\x59\x21\x17\xcf\xbe\x9e\xad\x7d\xde\xb5\x8f\xd3\x6f\x57\x99\xd7\xf3\xb0\x95\xb1\xa1\x76\x14\x74\x7f\xf7\xcc\x01\xa1\x00\x90\xd6\x0b\xc7\xc1\x5e\x38\x0e\x96\x11\xdc\xa4\x17\xb4\x68\x71\x20\x93\x46\x3a\x76\x94\x5e\x88\xe0\x79\x02\xd9\xd0\x8b\x65\x14\x2d\xf9\x47\x9c\xff\x7b\xe1\x38\xd0\x8b\xe0\x07\x98\x6b\xf7\x02\x93\xed\x25\x98\x4a\x05\xab\xb4\xb3\x6d\xc6\x43\xef\xba\x90\xae\x7b\xb5\xc3\xab\x98\xdb\x84\xc1\xea\xb5\x9b\x4e\x4f\x24\xf4\x59\xbd\xc2\x27\x7b\x8d\x62\x2b\xe6\xb7\xbd\x22\xc9\xf4\x8a\xc8\x55\xf0\x07\xe8\xd5\x99\x54\xb9\x5d\x18\xa8\xbd\x3a\xf8\xf6\x7f\x77\x91\xed\xc7\x69\xba\x65\xde\xe0\x75\x15\xb9\xb9\xbb\x1b\x77\x76\xe3\xca\x75\x63\x6f\x27\x6d\xe5\xfa\xe6\x2c\x30\xf1\xde\xce\x5b\x9a\x1e\x81\xcc\x86\x86\x32\xbc\x83\x58\x5f\x7b\x48\x9c\xbd\x71\xdb\xdb\x9b\xd1\x2c\x89\xa6\xd4\x1b\xf7\xbd\x21\x1c\x92\x8c\x12\x50\x08\x74\xd0\xd4\x2b\xce\xcd\xdd\x5b\xa0\x0e\x48\x7a\x75\xa6\xb2\x2f\xc7\xe3\xf5\x63\xd1\x02\x70\xb8\xe3\x41\xb2\x90\x23\x7b\x83\x6d\x76\xa0\xb4\x53\x22\x06\x50\x07\x4b\x3b\x1e\x4c\x54\x10\x1d\x3b\xc0\xd9\xf1\xc0\xb6\x88\x6b\xc2\xde\x6e\x4b\xbd\xfd\x5c\xcc\x5d\x20\x7f\xe3\x41\x30\x49\xd7\x07\xda\x82\x78\x84\x28\x82\xcd\x6e\x57\x3f\xd0\x05\xd0\x65\x83\xed\x20\xd7\xc6\x83\xcb\x39\x50\x55\x3a\x18\xb4\xf1\xe8\x7e\x8d\xac\x1c\xde\x3a\xd0\xb1\x67\xc1\x06\xa1\xab\x33\xe8\x80\xb2\xa6\x84\x6f\x4d\xef\xb6\x5f\x44\xd3\x89\x20\xdd\x15\x28\x3a\x02\x45\x05\x4f\xbc\x83\x54\x19\x8f\xa5\x6f\x66\xf4\x09\xe8\x81\xf1\x80\x7b\xe1\xd7\xde\x07\xf7\x9a\x7d\x18\xe1\x9e\xc8\x23\x1d\x20\xb5\x78\x38\xfd\x27\xe9\x30\xf2\xe8\x43\xc7\x17\xd4\x5f\x1d\x54\xad\x78\x10\x59\x80\xbb\x85\x0e\x2c\x54\x3c\xd8\x10\x80\x48\xee\xf3\x26\xef\xa4\x3f\x41\x1e\xea\x13\xab\x86\x3e\x75\x46\xe1\x96\xa3\x5f\xf2\x0c\xf0\x6b\x2a\xb7\x03\x1d\x1b\xbe\x78\xd0\xed\xa0\x32\xf7\xcb\x69\x82\x95\x56\xe5\x72\xa0\x83\x14\x12\x0f\x0b\x65\x82\x81\xac\x11\x0f\x0a\x65\xc0\xae\xcf\x9c\x1f\x39\x6b\x54\xf7\xb6\xcc\xdb\x32\x1b\x24\x6e\x24\xfa\x9d\xec\xb9\x11\x65\xde\x72\xd6\x1b\xbb\xbd\x84\x14\xd7\x6f\xa4\xa4\x7e\x87\x94\x54\x09\x8f\xdc\x6f\xd4\x8b\xfd\x16\xb8\x04\xbb\x9b\x7e\x23\xec\xf6\x5b\xe0\x0b\xd4\xbb\xfd\xb6\x33\x6f\x61\x2e\x50\xe5\xf6\xc7\x45\xf2\xb8\x48\x30\xd2\xed\xd8\x61\xc7\x83\x40\x50\x1c\xa4\xfa\x63\x07\xef\x78\xc5\x08\x62\x1d\xb3\xe7\x78\xe8\x47\x09\xe3\x78\xd8\xbe\xfa\xc3\xf6\x55\xf0\x34\xe9\x84\xd1\x8d\xc7\xa6\xc5\xf7\x5e\x19\xd1\x2b\x23\x22\xd4\x4a\x7f\x11\x81\xfb\x3b\xec\x4f\xea\x42\x78\x84\x78\x10\x74\x14\xbd\x72\xc7\x7b\x38\x1e\x44\x12\x25\xa0\x7a\x27\x48\x42\x3c\xd8\xfa\x38\x3d\xf4\xaf\xd2\xb6\x2f\xce\x92\x0d\xcf\xb4\xfe\xc9\xc3\x88\x38\x78\x0e\xcc\x36\x3a\x11\x07\xe3\x31\x23\x59\x81\x34\x29\xf5\x9b\x25\x48\x34\x96\xc0\x80\xf1\x78\x20\x15\x48\xaf\x24\xeb\x01\x1f\xe6\x82\x22\x1e\x1f\xc9\x20\x21\x73\x76\xfc\x31\x1a\xae\xd7\x7d\xd9\xc3\x86\xda\x2a\xae\xce\xe5\x4a\x5c\xb1\x32\x9a\x03\x46\xfc\x80\x78\xe8\xec\x3a\xa4\x0d\x69\xd4\x96\x31\xf4\xce\xa3\x7b\xe7\x31\x08\x1a\xdb\x57\xf7\x6b\x06\x60\x04\x69\xa2\xaf\x87\x3e\x22\x14\x53\x03\x57\xb7\xab\x0b\xe8\xea\x02\x2a\x50\x2d\x7d\x2d\x3f\x67\xe4\x38\xce\x89\xc3\x3b\xd6\xc1\x1d\x6b\xc3\x11\x73\x1c\x5c\xb5\x8d\x43\x74\x52\xae\x24\xc7\x81\xb2\x76\x1c\xdc\x35\x55\x3c\x9e\xc7\xd9\xa2\xd4\x71\xb6\x28\x95\x4b\x9a\x71\xb2\xa9\x8d\x53\x6d\x13\x3e\x3d\xe3\x8c\x23\x43\x3c\x90\x55\x31\xfc\x1b\x27\xdb\xc6\x38\x83\x31\x34\xcc\x98\x87\x97\xa3\xe3\x44\x01\x95\xd2\x48\x7f\xdc\xcd\x87\x77\xa7\xe3\x5c\x58\xb2\x05\x9b\x1e\xde\x1c\x0c\x6e\x0e\x1a\xd7\x5a\x23\x21\x79\x8e\x84\x32\x62\xb2\xbd\x0d\x6d\x56\x06\x36\x2b\x0d\x35\xee\xc0\x32\x25\x1e\x23\x48\x71\x26\x1f\x5e\x93\xc6\x92\xa5\x4a\x93\x64\xd3\x9c\x82\xca\x61\x58\x3e\xd2\x65\x09\x86\x92\xc2\xb2\x7f\xa4\xcb\xcf\xb9\x0f\xa0\x01\x1c\x99\xe5\x32\x34\x32\x1b\x48\x94\xc3\xab\x81\x91\x85\xfc\xe2\xf0\x31\xf2\x69\xba\x93\xaa\x04\x37\x1f\x98\x9c\xc5\x63\x99\x8c\xac\xec\x04\x23\x1b\xe8\xdc\x2a\x67\x2e\xbe\x47\xc6\x12\x7f\x94\x90\x48\x46\x66\xdf\x1e\x99\x7d\xbb\xb2\x3b\x8c\xc2\xb5\xd6\x28\xba\x7f\x56\x8a\x2d\xac\xaa\x51\x30\x7e\x1d\x95\x32\xca\x25\x4d\x18\x27\x4e\x15\xa3\x20\xf2\x8f\x22\xd2\x11\xea\xb3\x51\x50\xbd\x0c\xcd\x4d\x06\x51\x74\x46\xc5\xaa\x6c\x54\x30\x80\x93\xed\xa8\x36\xad\xd2\x34\x62\x0d\x8d\x8a\xae\x3c\xf2\x90\x35\x93\x95\x25\x33\x2a\x42\x59\xc2\x90\x77\x54\xf8\xf4\xa8\xfa\xa5\xd7\x10\x3f\x46\xbd\xe9\x82\x2a\x80\x13\xf6\x5b\x83\x0b\x85\x78\xe8\xd3\x1b\x2b\x75\x34\x44\xca\xd1\x0e\xa1\xba\xe3\x24\x38\x1a\x7a\xab\xc1\x95\x43\x4a\x58\xe5\x8f\x86\x92\x6a\x34\x81\x09\x8b\xe9\xd8\xd1\x46\x73\x47\x43\x6b\x32\x3c\xd3\x0f\x64\x87\x86\x41\xd5\xe0\x2c\x1f\x0f\x7d\x8b\x83\xcd\x0f\x85\x81\xa1\x30\x50\x8f\x58\xe6\xa3\xd9\xa3\x2d\x7a\xb4\x15\x49\xb7\xb5\x13\xf8\x8f\xbb\xf2\xd1\xd1\x86\x8c\x6e\x4c\x7d\x74\xf4\x83\x33\x7f\x3c\x74\xd1\x65\xb1\x76\xf4\x65\xa3\x1b\xbb\x19\x43\xc0\x01\xee\x78\x3c\xd8\x47\x09\x0d\x33\x40\xfa\x8e\x07\x41\xdd\xec\x81\xce\xad\xc7\xe8\x78\x9c\x0d\x20\x8d\x07\x97\x02\xf1\xc0\x7a\x83\xce\x1b\x9c\xab\xc6\x28\x76\x0a\xd3\x7b\xb8\x0c\x06\xe1\x8a\x26\x7e\x60\x63\x38\x18\xc3\x50\x71\xb8\x25\x0f\xc0\x5c\xe3\x11\xfc\xb6\xc6\xce\x3f\x00\x65\x8d\x87\x40\xa4\x1d\x9a\x63\x36\x62\xcc\x1a\x17\xde\x43\x45\xc2\x50\x91\x50\x09\x3a\x38\x26\xd7\x43\x63\x72\x3d\x34\xb1\x74\x1e\xc0\x7d\xc6\xc3\x0e\x60\x0a\x4c\x99\xda\xc4\xe9\xa5\x22\x0c\x8f\x89\x01\xc5\x00\xa1\xb3\xe1\x99\x3d\x40\x86\x8c\x07\x35\x41\xd3\x3c\xa6\x8b\x65\xc6\x62\x69\x18\xe0\x0e\xfc\x36\xe2\xf1\x62\xa8\x1b\x15\xb9\x9c\x4f\xc0\xf9\xa5\x84\xce\x77\x00\x5a\x17\x0f\xbf\x76\x46\xd6\x0b\x6b\xa2\x71\x75\x04\xb3\x9a\xa4\x5d\xd2\x58\xf1\x35\x64\x90\x71\x5d\x34\xe2\xba\x82\x95\x62\x2d\x3c\x2e\x8e\x81\x03\x65\x42\x4a\x95\x9a\x80\x72\x14\x0f\x7c\x64\xd8\xd1\x06\x38\x37\xf1\xc8\xff\xfa\xab\x75\xe6\xc9\x2d\x13\xb8\x65\x02\x0d\x2e\x78\x23\xd2\x0e\x00\x6f\x1a\x0e\xd0\x03\x88\x81\x78\x20\x0d\x82\x7f\x3c\xb8\x13\x88\x47\x93\x16\x59\x1f\xb6\xd6\xf1\x08\xe1\x03\xa2\xce\x78\xd0\x7e\x0e\x22\x73\x34\xd4\xe5\x03\xe7\xa9\x78\x50\x11\xb6\x83\x47\x06\xfd\xc0\xa0\xd1\x19\x8d\xd7\x9e\x7b\x0f\x2c\x7f\x62\x37\x1f\xef\x47\x2a\x62\x3c\x37\xc0\x65\x07\x8e\x94\xf1\xe0\xce\x0f\xad\xcf\xd0\x64\x61\x7c\xf6\x39\x0a\xd7\xf1\x71\x90\x1d\x04\x96\x6a\x83\x01\x24\x28\x72\x3c\x3e\x48\x31\xce\x1f\xf6\x4e\xc3\x18\x0f\xc3\x3e\xe2\x16\x22\x1e\xc3\xaf\xc5\x54\xd2\xb0\x61\x68\xd8\x30\x07\x23\xfd\x55\x3f\x27\x82\x03\x3a\xf5\x81\x93\x78\x3c\xb2\x34\x6a\xe7\x44\xc7\xbd\x35\x25\x22\x5a\x0d\x6c\xd3\xff\x1e\x04\x57\x4d\x89\x2b\x9a\x81\xe1\x79\x3c\x4e\x69\x51\x65\x85\x86\xa1\x1b\x67\xc2\xec\x68\x2c\xcb\x5d\xbb\xdc\x38\x1e\x0d\x82\x69\xc6\x23\x16\x13\x60\xd7\x83\xf0\x8f\xf1\xb0\xa3\x58\x87\xeb\x66\x0c\x17\xbe\x6b\x95\xe8\x2d\x83\x68\x82\xf1\xc0\xec\x91\x60\xd0\x07\xd6\x33\xf3\x48\xb0\x76\x54\xb5\x53\xeb\xaa\x79\x08\x4a\x8b\x76\x6c\x1e\x1c\xf9\x27\x16\x10\x4d\x24\xdf\x83\xfb\xe7\xa9\xed\x77\x17\xbe\x08\xd1\x20\x1e\x70\x09\x6c\xdb\x27\xf6\x50\xf1\x60\x57\x88\x33\xf3\x9f\xf6\xf4\x79\xc6\x20\xc5\x43\xb0\x3d\x82\x85\xaa\xe9\x98\xa7\x90\xdf\xe8\xf1\x26\x97\x01\xf1\x28\x02\x22\x44\x71\x27\x4a\x9c\x89\x16\xe4\xac\x62\xdd\x78\x4f\x30\xb9\x27\x68\xc2\x4f\x9d\x8f\x59\x1f\xdd\xd2\x09\x17\xae\x15\xc2\xc4\x0a\x21\x3e\xd7\x83\x86\x7a\x73\x9e\x1f\xfe\x47\x04\xd0\x3d\x51\x6f\xcf\x13\xf5\x76\x22\x3c\xd8\xe4\x6a\x21\x1e\x1f\xc9\x52\x90\x90\x59\xe7\x19\xbc\xb4\x09\xb3\x93\x98\xbd\x33\x39\x7b\xf1\x84\x98\x89\x6b\x92\x89\x80\x12\xb4\x01\xad\x49\xb3\xad\x3b\xdd\x23\x8d\xbd\x40\xc4\xfd\x94\xfc\x9e\x40\x32\xa2\x3c\x26\x4e\x1a\x33\x81\xff\x90\x3a\xe1\x54\x13\xfa\xed\x99\xf2\x4e\x17\x8d\xd5\x24\x6c\x26\x81\x20\x3b\x71\x7e\x55\xd8\xcc\xd4\xcd\x4b\xec\x5d\x45\xa2\x89\x48\x14\x5b\x23\x24\xb3\x76\x7d\xfc\x09\x48\xad\x45\xd8\x4c\x97\x4d\x23\xee\x2b\x16\x11\xf1\x10\x9f\x94\x90\xb3\xdc\x77\xfc\x3d\x93\xfa\x03\x1c\x9c\x66\x7a\x4c\xf7\x08\x6b\x6e\xf5\x5e\xcb\x78\xad\x1e\x31\x4b\x33\x5b\xdf\xcc\xc6\x10\x43\x88\x9e\x19\xf1\x6c\x66\xc5\x33\xf6\xa0\xa9\x5d\xfc\xc4\x22\xb7\x8b\xe4\x95\x6f\xb3\xde\xf6\x00\x91\xfc\x35\xa0\x98\x18\x50\x04\x2d\x9a\x91\xd1\x3e\x4f\xac\xaa\xba\xa0\x47\x05\x11\x61\x16\x4d\x69\x04\xd6\xd7\xe0\x7d\x96\x3d\x40\x84\x93\xad\x9c\xa1\x67\x1d\xf6\x0a\x41\x6d\x2b\x8a\xf5\x59\xf1\x19\x14\x86\xa5\x72\xac\x98\xd5\x63\x05\xc7\xf9\x59\xb1\xb2\x9c\x55\xdc\x47\x21\xf6\x1a\x8a\x80\xd9\x36\xe2\x34\xa1\x6c\x9b\x63\xdb\xc0\xf7\x31\xf2\x6a\x73\xb1\xb6\xec\x3c\x06\xaa\x41\xd5\xc8\xdc\xaa\x91\x41\x20\xd7\x86\x76\x60\x36\xb5\x03\xa8\x72\x67\x43\xab\x34\x1b\xb0\x07\xf8\xf6\x4e\xb5\x14\xb3\x81\x08\x66\x24\xe9\x0e\xe3\x9c\x5d\x7c\x23\x21\xd3\xb4\x4f\x98\xd8\x27\x74\xae\x24\x66\x77\x9e\x74\xa1\xe4\xe0\x9b\xb3\x63\x27\x30\xfb\xc4\xcf\x86\x65\xdc\x2d\xb3\x1b\xbe\x68\xd2\xc3\xfd\xce\xd2\xf0\x14\x22\x86\x2e\x61\x63\xe3\x01\xfb\x12\x4c\xb2\x3b\x5e\xdd\xf1\x12\x24\x16\x11\x25\x1e\x96\x4a\xc4\xde\xc1\xcd\xc0\x1c\x59\x2c\x5b\xb1\xf4\x11\x93\xe7\x40\x61\x82\xf4\x12\xac\x1d\x92\x31\x69\x13\x53\x62\x34\x69\xa2\xf1\x89\x25\xe3\x85\xc9\xe4\xc2\xa4\x13\xe4\x6a\x0e\x27\xf6\x30\x96\x98\xf0\x8a\x8a\x2a\x53\x51\x65\x70\xef\x37\xa7\xd3\x64\x3a\x4d\x84\xd7\x43\x1e\x89\x87\x79\x61\x46\xf8\xae\xc6\x43\x7c\x70\x92\xd9\x88\x99\x05\x7c\x10\x07\x3a\x9b\x35\xef\xac\x40\x2f\x3b\x12\x53\x1c\xdb\x53\x44\x6d\xba\x78\x12\xf5\x59\x8c\x8d\x89\x30\x38\xe7\x04\x34\x92\x00\xc2\x53\x3e\x39\x2f\x32\x66\xc1\xa8\x99\x37\x53\x88\x7e\x61\x02\xe7\x67\x99\x1b\xc8\x53\xc4\x6d\x99\xdd\x14\xc3\x93\xd1\x9f\xcb\x32\x97\x88\xcb\x7c\x0d\x1d\xc5\x9c\x1b\x9c\x53\x60\xf5\x65\xce\xb5\x41\x83\xc5\xf9\x85\x76\x25\x83\xa7\x8b\xa6\x5a\x28\x15\x2f\xc2\x94\xe4\x1c\x97\x53\xe2\xba\x37\xee\x2d\x79\x6f\xf3\xde\x7a\x14\x0b\xbe\x2a\x17\xbf\x08\x1c\x8f\x31\xd2\xbc\xd0\x5b\xcd\x4b\xa0\xe8\x2e\x7c\x29\xfd\x7b\x01\xe7\x86\xbd\xce\xbc\x96\xa4\x25\x36\x8a\x58\x68\x72\xec\x5b\x8e\x8d\x92\x7c\xde\x32\x84\xfb\xd8\x85\x0a\x88\x49\xde\x1b\x28\x1f\xfc\xbc\xe7\x8d\x22\x6b\xde\x20\xf7\x10\x5b\x77\xaa\x05\x9a\x68\x81\xfa\xc6\xcb\x74\xfd\xde\x59\xaf\x7e\x31\xe6\x5c\xbf\xf7\x06\xea\x21\xda\xf4\xed\x04\xbe\x0b\x48\x3c\x62\x90\xba\xa4\x6f\x97\x34\xaa\xa7\x79\x63\x37\x31\xef\xb6\xf1\x05\xc9\xda\xcc\xda\xec\xf4\x2a\xfa\xa3\x79\xbb\x41\x34\xc4\xd5\x9b\xd2\x26\xa0\x2f\x02\xd9\x71\x77\x34\xb9\x3b\xea\x42\x34\xdf\xf2\xaa\xfb\x15\x13\x2f\xff\xcf\xbb\x79\x6b\xff\xa7\xcd\x9c\xf0\x03\xf1\x30\x3c\x87\xc8\x4d\x85\x16\x3e\x1b\xdb\x67\x03\x7c\x51\xd6\x53\x0d\xc1\x21\xaa\x59\x33\x5d\x33\x3c\x88\x90\x51\x36\xc7\x10\xb1\xf3\x10\xb2\x89\x13\xe5\x7c\x0d\x47\x7a\x6c\xec\xa5\x57\xda\x86\x11\x14\xfb\x88\xde\x7e\x15\x6d\xc4\xbf\x7e\xab\xb4\x0d\xb4\x2c\x96\x4b\x35\x6f\xa5\xb7\xc5\xec\xb1\xc7\xde\xdd\x63\x62\xf4\x20\x76\xcf\x77\x6e\x34\x1d\x11\x6c\xac\xca\x86\x9d\xd8\xf0\x2a\xcc\xa2\x77\xe3\x17\x88\x3e\x81\x1b\xd5\xfc\xb8\x87\xce\x02\x64\x7e\xf2\x86\x0f\x24\x3a\x8c\xd2\xa6\x62\xe6\x24\xde\x52\x3a\x0c\x94\x4f\x14\xbf\x78\x10\x1a\x7c\xe3\x6a\x7c\x92\x0c\x3d\xce\xb8\x7f\x8f\xb4\x57\x4c\x03\xf1\x0d\xd8\xa3\xb8\xad\x4a\x59\x70\x27\xc2\xd9\xc4\x03\xd7\x9a\x22\xc4\x80\x05\x88\x73\x62\x0c\x77\xd4\x16\x73\x81\x93\x55\x0c\x80\xce\x61\x6a\x62\xfa\x92\x8e\x1d\x14\x1d\x03\xcd\x49\x48\x9c\x28\xc0\xc0\xf6\x74\x30\x61\x80\x53\x16\xea\x40\x75\xd8\x5c\x8d\x60\xfe\xb0\xf2\x85\x53\xd1\x5c\xcd\x78\xeb\x86\x48\xf7\x6b\xd3\xaf\x19\x66\x5e\x01\x62\x3d\x06\x66\x31\xaa\x40\x7e\x8c\x0e\xb4\xff\xd5\x66\xfe\x30\x98\x47\x10\xf2\x3f\xbf\x71\x31\x78\xcc\xe3\x37\x04\x79\xfd\xe7\x37\xfc\x42\x8e\x96\x7f\x7f\xeb\xff\xfc\x86\x99\xfc\x09\x4e\xd3\x8e\x30\xbb\xf8\x2d\xfe\x75\xca\xb6\x1d\x4a\xec\x7e\x17\x5d\xba\xff\xed\x6a\x20\x7e\xa2\x3c\xbd\xa8\x50\xf7\xbf\xd3\x90\x50\xbf\xc1\x9a\x50\xf5\xee\x7f\x8d\x3a\x84\xcf\xb6\xfa\xf4\xc5\xee\x74\xd6\x62\x50\x02\xe6\xde\x9a\xd3\x40\x03\xba\xdb\xc7\xa7\x17\xf8\xec\xa3\xea\x7a\xcd\x18\x2d\x8e\xa5\x06\xe7\x5a\xc0\x80\xc7\x63\x3b\x65\x4f\x5c\x80\xa3\xa3\x97\xa8\xc6\xf8\xea\x82\x69\x1c\x0f\x1c\xe0\xf0\xc2\x26\x4c\x78\x3c\x62\xe5\x73\x3b\xba\x88\xaf\x14\x8f\xa1\x3f\x05\xc9\xb2\xc9\xf0\x48\x18\x38\xf0\x7e\xc8\x9f\x0b\xdb\x2f\xaf\x87\x97\x47\xaf\xc5\xd1\xab\x13\xca\x75\x11\xb5\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x66\x3a\x18\xf3\x8b\x70\x43\xf1\xf8\x48\xe5\xb7\x16\x24\xf0\xdb\x27\x0e\xc8\x1c\xdf\xe2\x51\xc8\xc8\xb7\x8a\x95\xc0\x7e\x32\x35\x7c\xaf\x09\x03\x1b\x0f\x6b\xa1\x5b\x31\x9d\x08\x64\x46\xc3\xbf\x9a\xa3\x5b\x3c\x70\x87\xd6\x87\xf8\x92\x82\xe6\x10\xff\x5c\x84\xa4\xb5\x76\xdd\x71\xff\x95\x52\x63\x30\xf4\x84\x66\xce\x2f\x54\xc0\xa7\xf7\x0e\x8b\x05\xf0\xf7\x22\x04\xb9\x8e\xf7\x84\x3a\x8c\x07\xe2\xc6\xff\xc2\x5e\xe3\xe5\x3f\x5f\xff\xfe\x6f\xff\xdf\xff\xdf\xf5\xef\xff\xff\xeb\x3f\x7f\x7f\x3d\xff\xfd\x3f\xfe\xe3\xfb\x2f\xff\xed\xfd\x4f\xcf\x7f\xfb\xeb\xff\x13\xd4\xbf\xde\x6f\xfd\xa7\xff\xf2\xfd\xc7\xf7\xbf\xff\xd7\xff\xfe\x1f\xcf\xf7\xd7\xbf\xff\xd7\x7f\x8f\x5c\xfc\xfd\x1f\x01\x00\x00\xff\xff\x39\x4b\x37\xd8\x86\xd6\x02\x00"); -var _badgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xd1\x6e\x1c\xbb\x0d\x7d\xdf\xaf\x98\xc7\xf4\x21\xb5\x24\x4a\x33\x12\x50\x18\x28\x12\x14\x75\x80\xb4\x45\x9d\xa4\x05\x8a\x3e\xcc\xee\x48\xee\x02\xf5\x7a\xb1\xb6\x1f\xf2\xf7\x17\x3a\x5c\x1d\x3a\xc6\xbd\xc0\x45\xe6\x90\x12\xc9\x43\x89\xa4\xbc\x37\x9f\xee\x3e\xdf\x9d\x8e\x2f\xd3\xcd\x3f\x2e\x4f\x87\xfb\xfa\x32\xb5\xe3\x69\xbb\xd4\xe7\xa7\xd7\xcb\xa1\x4e\xfb\xfa\x70\x3c\xed\x76\x3e\x4c\xdb\xf1\xf0\x32\x20\xfe\x39\x3c\xae\xe7\xdd\xee\xe6\xfb\xe9\xf8\xe5\xee\xfe\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x2a\x3e\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x35\xb0\xbd\x9e\xaf\x46\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\xba\xfc\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x15\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x64\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\x0d\xe8\x07\xd4\xd0\xfe\xa8\x97\xe7\xe3\xd3\x69\xf2\x7f\x74\x2e\x9b\xf8\xdb\xcf\x73\x9d\xfc\xd5\xca\xbf\xbf\xdf\x7d\x9e\xfe\xe3\x27\xef\xa6\x90\x66\xef\xfe\x7b\x95\xff\xeb\xeb\xd3\xc6\x55\xde\x39\xe5\x70\x38\x6e\x87\xff\xad\x97\xdd\x9f\x1c\xfe\xdb\xbb\xdb\x29\x87\xb9\x28\x0e\xce\xbb\xdb\x69\xc9\x45\x88\x13\x70\x20\x9e\x81\xd3\xc0\x41\xf5\x99\x58\xf5\xcb\xc0\x12\xba\xfd\x85\xf6\x44\x3a\xce\x03\xfb\xd2\xfd\x49\x26\xf4\x1d\xce\x84\xa1\xc3\x42\x28\x1d\x0e\xdb\xfe\x10\x6f\xa7\x2c\xde\x13\x27\x60\x47\x3c\x03\x8f\xd8\x7d\xed\xd8\xbd\xc1\x0b\x70\x24\xce\xc0\xb4\x57\x0b\xf0\x88\x55\xca\xfe\x76\xf2\xc1\xc7\x4c\xc1\x01\x82\xd9\x04\x9b\xae\x58\x28\xa8\x10\x24\x47\x41\x7b\xb7\x65\x75\xba\xa5\x50\xe0\x75\xcb\x4c\x41\x78\xbf\x45\x74\x45\xa2\x20\xaa\xc0\x56\xa4\xf7\x5b\x66\x5d\xc1\xc0\xd6\xce\xfd\xed\x82\x0c\x6c\xfa\x02\x6c\x41\xac\xef\x2d\xee\xfb\x82\x25\x10\x1f\x80\x3d\xf1\x06\x3c\x88\x27\x77\xb8\x9d\x96\xc8\x8b\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7f\x09\x17\x33\x39\x21\xf6\xc0\xb4\xe7\x03\x70\x24\x16\x60\xda\xf3\x11\xf6\x3c\x71\x02\x36\x7b\x33\x70\x20\x5e\x80\xcd\x5e\x06\x2e\xc4\x05\xf6\xcd\xde\x0a\x4c\xbe\x7e\x0f\x6c\xf6\x3a\xff\x14\xcc\xdf\x06\x4c\xfe\xbe\x02\x1b\x9f\x06\x4c\xff\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x98\x49\x68\x0f\x85\x99\x84\xfe\xc3\x02\xcc\xf8\x42\x06\x36\x7f\xe0\xc7\x62\x4b\x01\xfc\xc4\xfc\x83\x9f\x98\x3f\xf0\xf3\xf4\x27\x88\xd7\x73\xbd\x44\xe4\x83\xf6\x04\xfe\x1c\xf7\x47\xac\x8f\xcc\x67\x04\xbf\xc8\x7c\x46\xf0\x8b\x8c\x37\xe2\x7c\x59\x69\x29\xc2\x3e\xcb\x28\x45\xf0\x8f\xf4\x1f\xc1\x3f\x9a\x3f\xf0\x4f\xcc\x47\x44\x3c\x69\xd8\x9f\xfb\x79\xe5\x10\x3c\x71\xbf\xcf\xc1\x17\xe2\x0a\xbd\xad\x6f\xc0\x23\xde\xc5\x69\xd5\x2e\xc3\xe1\xd2\xeb\x3a\x07\x77\x35\x20\x0e\x17\x22\x8f\x0b\x26\x0e\x17\xa2\x8c\xb2\x17\x87\x0b\x50\x46\xc5\x8a\x43\x42\x8a\xcf\xc4\x02\x4c\x7b\x20\x5c\x46\x00\xe2\x40\xb0\x0c\x02\xe2\x62\x01\x0e\x03\xcf\xd8\x3f\x2e\xa4\xb8\xac\x98\xf1\x64\xb5\x97\x88\xd5\x1e\xe3\xcb\x15\x78\xe9\xf3\x6c\x0c\x95\x5d\x8e\xbf\x33\x65\xc4\xf5\xce\x99\xc3\x42\xdf\x05\xc9\x5d\x18\x1b\x9a\xe0\x2c\x62\x02\x90\x0d\x24\xbb\x6a\x70\x24\xbb\x22\x38\x21\xd9\x15\xc1\xbd\xd9\x0f\xb2\x42\x87\x07\xec\x17\x92\xad\x8a\x49\xb6\xaa\x3d\x92\xad\x6a\x8f\x64\x2b\xc8\x0a\x0f\xa3\xe9\xe1\x0d\x7f\xa1\xb5\xdb\x29\x88\x4b\x23\x40\x71\x7d\xae\xca\xe8\xfb\x22\xae\xcf\x3d\x19\xe5\x22\xe2\x7a\xcb\xf6\x65\xb6\x05\x18\x5e\x8c\x50\xdc\xac\x0b\x3c\x05\x8b\x0a\x12\x05\x59\x05\xb6\xa5\xa8\xc0\x9c\xac\x2a\x98\x29\xd8\x43\xb0\x98\xd7\x83\x0a\x02\x05\x7a\x0b\xb9\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x16\x30\x31\x5e\x83\xcc\xf4\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x59\x98\xc1\xc1\x16\xe0\x30\x23\x13\xd7\x5b\x59\x16\x56\x9a\xa0\x95\x95\x37\x11\x6c\x6a\x90\x21\x88\xc7\x06\x86\x20\xa8\x6d\xe7\x68\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x6c\xf0\xb6\x20\xab\x80\x31\x48\x01\x4b\xc6\x20\xab\x2e\x30\x13\x7b\x2c\xb0\x98\x0e\xba\x80\x89\x96\x4d\x05\x8c\x32\x7a\x15\x70\x4b\x44\x66\x2d\xaa\xde\x21\xb2\x24\xc3\x1a\x54\x30\x01\xaa\xc8\x0e\x3b\xae\x48\x14\x59\x44\x5c\x16\x0b\x3a\xe2\x28\x59\x25\x92\x50\xc5\x76\x74\x49\xf3\x66\x79\x4a\xa2\x02\x5b\x11\x55\xc0\xcc\x26\xc4\x18\xb9\x63\xc1\x1b\xcc\xbd\x11\x68\x1e\x2c\x88\x45\xf3\x10\x79\xc1\x96\xaa\x02\xde\x87\xa5\xe1\x86\x5d\x4d\xb4\xe6\xd0\x8d\x46\xd9\xb4\xe6\xd0\xda\x17\xea\xbd\xbe\x7d\xc6\xac\x6f\x4d\x5b\xf5\x38\x9b\xd6\x04\x17\x68\xbc\x4d\x5a\x13\xe8\x1d\x0d\x48\x43\xb7\x70\x03\x27\x5d\x9f\x88\xb5\x9b\xcc\xc4\xba\xdf\x70\x7d\x3b\x2a\x5a\x43\xf7\xca\xb9\xfc\xd2\x7a\x65\x61\xeb\xbd\xac\xa7\x87\x7a\x9d\x3b\xd2\x5f\xf8\xe3\xd3\xa3\xcd\x26\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\xdd\x5d\x5c\x38\x5a\x7b\xef\x1a\x9f\x78\x45\x65\x7b\xd5\xcd\xa6\xc2\x03\x8a\x2f\xfd\xd4\xdb\xd5\xf8\x2c\x50\x99\xc1\xd5\x54\x7b\xa8\xec\xd9\x21\x54\x05\x4c\x78\x61\xf0\xbd\x4c\xc7\x27\x1e\x4b\xde\x1e\x17\x9e\x2a\xc1\x3b\x81\x73\x39\x49\x32\x15\x9e\x00\x8e\x61\xf4\x1a\x1c\x9f\x78\xdd\xf0\x4f\x85\x24\xe6\x0b\x87\x99\xa2\x3d\x1c\x6c\x17\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc6\x62\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\x80\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x66\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfe\xc4\x69\xd7\x66\x63\x90\x68\xba\xa4\x3a\x6b\xf1\xb6\x2f\xea\xbe\x60\x6d\x50\x4c\x37\xab\xce\x5a\xe0\xde\x74\xda\x99\x82\x35\x64\xe3\x90\xd4\xa6\xcd\xcd\x94\x4c\xa7\x36\xc7\xe9\xb5\xc6\xbb\xd2\x1a\x2a\x27\x17\xaa\x52\xa3\x6a\xbe\xfe\x21\xe9\xaf\x5d\x41\x9b\x00\xc0\xe3\x7a\xde\xf1\xb7\x86\xc3\xeb\xe5\x52\x4f\x2f\xf8\x65\x03\x3f\x26\x4c\x5b\x6d\xc7\x53\xe5\xcf\x27\xe7\xa7\x73\xdf\x85\xff\x7f\x0b\x00\x00\xff\xff\xd3\x1e\xdc\xc0\x6a\x11\x00\x00"); -var _agf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc0\x0c\x94\x0c\x03\x61\x98\xb6\xcc\x94\x76\xed\xd8\x72\x30\x34\xb6\x71\x9c\xc5\xbc\x7d\xb9\xf7\x38\xa1\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\xf6\x87\xe7\xc3\x38\xac\x76\xf7\x7d\x99\xda\x8f\xbc\xda\x7e\x18\xbb\x25\x5f\xa6\xeb\xd2\x66\x7b\xcc\xa7\x61\x34\x86\xd8\x76\x43\xbb\xde\x86\xfa\x68\xcf\xcd\x6c\x8c\xac\xff\xf8\xbc\xac\xf9\x7c\x18\xfb\xc9\x16\x98\xd7\x5d\xe7\x6d\xae\xb5\xbb\xf7\x7c\x1a\x2e\xeb\xf2\x69\x1f\xbe\x74\xd3\x31\xff\x67\xbb\xdc\x0b\xff\xb6\x74\x79\x19\xc6\x93\x7d\x78\x7d\xbf\xc3\x8f\xeb\x3c\xff\xce\xe7\x3c\xae\x96\x95\xe5\xb1\xd3\xa7\xd9\xed\xdf\x9a\xf9\x6b\x73\xce\x76\xa7\x39\x8f\xaf\xef\x8f\x98\xa2\xbf\xfc\xcc\xcb\x65\x98\x46\x4b\xff\x3b\xf7\x17\xfe\xf1\x39\x67\x4b\x5b\xc2\xaf\xb7\xa9\xcb\xd6\xdd\xf2\x0e\xcf\xfb\xe9\x3a\xae\x96\xc8\x97\xdb\x14\xc2\xb6\xdb\xa9\xcb\x97\xb9\x69\xf3\xd2\x8c\xa7\x6c\xac\xad\x9d\x73\xee\xc9\xd6\xbc\x7f\x79\x79\x92\x3d\xfd\x33\xc3\xf8\x72\x5b\x39\x74\x20\xb7\x15\xce\xf5\xfd\x93\x75\xa6\x76\x84\x31\xc9\x98\xcb\x60\x6a\xc7\x20\x2c\xa4\x24\x36\xb5\x2b\x40\x0a\x21\x55\x88\xa6\x76\x1e\xc4\x0b\x21\xc7\xde\xd4\xae\x04\x2a\x15\x71\x94\xec\x00\x14\x14\x95\x85\x84\x57\x40\x95\xa2\x2a\x49\x7a\x04\x8a\xba\x03\xe7\x25\x3e\x01\x25\x45\x85\x93\xf8\x06\xa8\xd9\xf6\x29\xf1\x47\xa0\xa3\xa2\x48\x12\xdf\x02\xb5\x82\x0a\x57\x49\x7c\x07\xd4\x29\x2a\x58\xe2\x33\x50\x56\x54\x46\x89\xef\x81\x7a\x45\xd1\x3b\x53\x13\x4c\x91\x9a\xf2\x2e\x05\x53\x13\x64\x91\xca\xf2\x45\xc9\xa6\x26\xd8\x22\xb5\xe5\x83\x8b\xa6\x26\xe8\x22\xd5\xe5\x63\xf0\xa6\x26\xf8\x22\xbf\x39\x95\x78\xf8\x22\xf5\x55\x16\x95\xc4\xc3\x17\xa9\xaf\x32\x14\x12\x0f\x5f\xa4\xbe\xca\x18\x25\x1e\xbe\x48\x7d\x05\xf2\x12\x0f\x5f\xa4\xbe\x82\x77\x12\x0f\x5f\xa4\xbe\x42\x90\x62\x09\xbe\x48\x7d\x85\x24\xcd\x12\x7c\x91\xfa\xaa\x48\xaa\x25\xf8\x22\xf5\x55\x79\xa9\x96\xe0\x8b\xf2\xd6\xbf\xc4\xc3\x17\xa9\xaf\x2a\x49\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\x31\x49\xb5\x0c\x5f\xac\xbe\x12\x4b\xb5\x0c\x5f\xac\xbe\x92\x97\x6a\x19\xbe\x58\x7d\xa5\x4a\xaa\x65\xf8\x62\xf5\x95\x92\x54\xcb\xf0\xc5\xf1\xf6\xae\x4a\x3e\x84\x71\x02\xf3\x52\x2e\xc3\x18\x37\x60\x95\xb4\xcb\x50\xc6\xaa\x4c\xda\x97\xbf\x80\x33\x6e\x8f\x8d\x30\x0e\x5e\x4f\xde\xed\x84\xc9\x77\xb9\x83\xee\xf7\x42\x7b\x5d\x96\x3c\xae\x7a\x03\xe9\xe1\x97\x33\x3d\x8c\xf9\x7e\x9b\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x40\xb3\x0e\x9a\xf9\x04\x00\x00"); -func _dfgc ()([]byte ,error ){return _c (_deeb ,"UniGB-UTF32-V")};var _bdbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4d\x6b\x1c\x49\x12\x86\xef\xfd\x2b\xea\xe8\x3d\x78\x95\x9f\x95\x99\x60\x04\x8b\xcd\xb2\x32\x78\x77\x59\xd9\xde\x81\x61\x0e\x95\x95\x55\x9a\x86\x51\xab\x69\x49\x07\xff\xfb\x21\xde\x78\xa3\x8d\xe6\x20\x54\x4f\x44\x56\x7c\x64\x46\x46\x54\xdf\x7c\xbc\xfb\x74\x77\x3a\xbe\x4c\x37\xff\xbd\x3c\xad\xf7\xdb\xcb\xb4\x1f\x4f\xe3\xb2\x3d\x3f\xbd\x5e\xd6\x6d\xea\xdb\xc3\xf1\x74\x38\xf8\x30\x8d\xe3\xfa\x62\x88\x7f\xeb\xe3\x72\x3e\x1c\x6e\xbe\x9d\x8e\x9f\xef\xee\xdf\x7f\xfb\xfa\xcf\xfa\xfe\x5f\xd3\xeb\xf3\x46\xf9\xc7\xbb\x4f\xf7\x3f\x9e\x5f\xb6\xc7\xbb\xd3\xfe\x34\x45\x7d\x7f\xbc\x9e\x69\x63\x9a\x6e\xfe\xb7\x3d\x1c\x9f\x5f\x2e\x3f\xa6\x77\xff\x18\x4f\x7d\xfb\xdb\x34\xb6\x5d\xe4\xff\xb9\x8c\xed\x72\x3c\x3d\x4c\xef\x3e\x2f\xe7\xe5\xe4\xaf\x8a\xfb\xd7\xf3\xf9\x8f\xed\x71\x3b\xbd\x4c\x05\xb2\xed\x34\xf0\xff\x70\xf3\xf1\xcb\x72\xfe\xf7\xf2\xb8\x4d\x6f\xe2\xf9\x0e\x2d\x94\xdf\xb7\xcb\xf3\xf1\xe9\x34\xf9\xf8\x77\xe7\xea\x4f\xf9\xd7\x1f\xe7\x6d\xf2\xb4\xf2\xcb\xb7\xbb\x4f\xd3\xaf\x7e\xf2\x6e\x0a\x39\x25\xf7\x1b\xe5\xff\xff\xf2\x34\xae\xab\xbc\x73\x9a\xc3\x7a\x1c\xeb\xef\xcb\xe5\xf0\x61\x0d\xdd\xdd\x4e\x35\xcc\xed\xf0\x61\x0b\xd5\x35\x77\x3b\x95\xda\x22\x29\x83\x02\x69\x06\x65\xa5\x45\x75\x95\xa4\xba\xa2\xd4\x83\xd8\x2c\xb4\xd2\xa3\x50\x55\x9a\xe1\x21\x56\x82\x17\x98\x09\x41\xa0\x11\xa2\x80\xda\x2b\x35\xdd\x4e\x35\x7a\x4f\xca\x20\x47\x9a\x41\x1a\x63\x91\x38\xaa\xbb\x52\x01\x25\x52\x05\xd1\xca\xd2\x40\x1a\xd5\xd6\xfa\xed\xe4\x83\x4f\x95\xb8\x02\x67\xc3\xa1\xda\x42\xdc\x80\xd9\x11\xf7\x37\x8b\x17\xa7\x8b\x1b\xd1\xeb\xe2\x99\x18\xde\x2e\x8e\xaa\xcd\xc4\xa4\x68\xda\xfc\x76\xf1\xac\x5a\x86\x81\xec\x7e\x2a\x2b\xc8\x74\x0d\x64\x4e\x97\xb7\x76\xba\x28\x4b\x20\xad\x20\x4f\x1a\x20\xa4\xd6\x52\x5d\x6f\xa7\x92\xf4\xc8\x5b\xaa\x03\x54\x48\x1b\x68\x26\xed\xa0\xaa\x84\x43\xce\x2e\x92\x3c\x88\x56\x70\xcc\xd9\x25\x52\x04\xd1\x4a\x4b\xb0\xe2\x49\x19\x64\x56\x66\x50\x20\x15\x90\x59\xa9\xa0\x46\x6a\xb0\x69\x56\x16\x10\x33\x92\x83\x2e\xd9\x99\x15\xc9\x2f\x07\xf3\x30\x40\xcc\x4f\x4e\xb9\xe4\x60\x51\xef\x20\xfa\x5b\x90\x5f\x60\xd4\x0b\xf2\x0b\xf4\xbe\x20\xbf\xc0\x9d\xc0\x35\xc9\x91\x56\x70\x4d\x72\xa4\x3f\x39\xc0\x92\x23\x63\x91\x03\x2c\x39\x9a\x07\xe4\x10\x19\xcb\x82\x1c\xa2\xf9\x43\x0e\xd1\x3c\x20\x07\x4f\x0f\x1d\x91\x79\xae\xec\x09\xd9\xd2\x4a\x87\x07\xa7\xef\xe5\x8a\x95\xc9\x93\x90\x43\x72\x24\xe4\x90\x02\x09\x67\xa4\xd5\xdf\x72\x85\x4d\x2d\xef\x96\x2b\xf2\x4b\x33\x09\xf9\x25\xf3\x80\xfc\x72\x24\xc1\x7b\x56\x9b\x55\x76\xbe\x86\xe0\x49\x52\x75\xc1\x37\xd2\x06\x9d\xad\xdc\x41\x1a\xd9\x5a\xf5\xfe\x14\x75\x81\xdb\x55\x83\x93\x17\x63\x75\x38\xce\x8a\xa2\x10\x92\xe3\x6c\xb8\x78\x42\x3b\xa8\x80\x3c\xd2\x6d\xbe\x92\x22\xa8\x91\x24\xa5\x06\x87\x42\x05\xe4\x49\x0d\x14\x94\x16\xbc\x87\xf2\x89\xd2\xe1\x40\x89\xa4\x56\x32\x49\xad\xcc\xa4\x0d\x54\x64\x0a\x58\x2b\x3e\xd4\xfc\x97\xde\x2c\x2b\xa5\x5c\x6b\x28\x81\x84\x4d\x2b\x1a\x4b\x40\xa3\x99\x63\x34\x44\x4a\xa1\x92\x34\x98\x46\x42\x30\xd1\x91\x10\xcc\xf5\x3d\xa4\x14\xd5\x45\xd4\x24\xa2\xa6\x14\xd5\x4a\x4c\x24\xb5\x92\x49\x6a\x65\x26\x21\xa5\xa8\xdb\x1b\xbb\x1e\x84\x7a\xe8\x7d\xbf\x9d\x42\x74\x59\x83\x59\xa5\xf0\x6a\xcc\x8e\x24\xd3\x21\xc6\x4a\x92\x06\xe8\xdb\x6c\x4a\xb4\x7a\x46\xb3\x4a\x75\x89\xd2\x13\x8b\x62\x26\x56\x45\x5b\xdc\x14\xcd\xf0\xa2\x38\x13\x3b\xb0\x98\x9f\x55\x31\x10\xb5\x72\xa8\x44\x53\x6a\x89\x5e\x1b\x42\x4a\xa6\xc3\xf4\x89\x46\x1a\x51\x35\xac\x50\x32\xed\xa6\x01\x55\xfa\x40\x91\xc7\xcc\x68\xa5\x69\xd4\xc8\xe3\x5a\x17\xec\x49\x62\xe8\x8b\xee\x09\x77\x73\xc5\x50\xf0\xad\xd9\x9b\x33\x62\x35\x25\x0e\x25\x71\x4b\xa4\x6d\xd4\xc8\x1b\xb0\xa2\x6d\xb4\xab\xc7\xa1\x66\xe8\xb2\x7b\x2c\xa5\xcb\x8e\x5b\xe6\x1c\xed\x74\x3d\xa3\x44\x82\xc7\x54\x48\x05\x4b\xbd\x29\xab\x22\x7d\xf6\x86\x4c\xe8\xb3\x2f\xaa\xb4\x57\x3b\x94\x16\xc1\xaa\x4a\x6e\x5e\x1f\x8a\x1a\xd1\xa8\x98\xaa\x8e\x37\x6f\x54\xaf\xda\x46\xc4\xf6\x31\xa4\x21\x85\x51\x63\x36\xd2\x88\x82\x21\xca\x9d\xe7\x37\xa4\x2c\x4a\xcb\x89\x84\x73\x67\xb4\xa3\xe2\x84\x58\xd2\x03\x43\xac\xf1\x4c\x46\xd3\x0d\xe2\x96\x8c\x16\x15\x4d\x9b\x14\x33\x11\xf1\x24\xae\xed\xf8\xd4\x70\x57\xd4\xb4\xcd\x29\xd3\x4e\xcc\xb3\x6f\x8a\x9e\xb8\xa3\x4c\xe4\xd5\xbd\xa3\x6a\x6b\x40\x85\x0b\xa1\x6b\x16\xea\x9a\x8e\x7c\x0c\x41\x41\x64\x86\x8d\xdf\x3b\x36\xbe\x34\x8c\x67\x21\xe8\x1c\x5f\x14\x17\xa5\x36\x07\x1a\x4d\x57\x66\x92\x5e\xeb\x99\xa4\xef\x19\x6d\xd7\xde\xbb\xf7\x1d\x8d\xa3\xd6\xf6\xa6\xc3\xc5\x72\xed\x70\x97\xe5\xf4\xb0\xe9\x17\x87\x4c\x2c\x7d\xf0\xe8\x67\xd9\xbe\x3d\x54\xde\x12\x7a\x75\xaa\x1c\xe7\x72\xd4\xfa\x20\x2e\x52\xe1\xd4\x95\xc6\xa1\x0f\xf8\x68\xa8\xf6\xc9\x32\x9b\x18\xdf\x0b\x95\x93\x57\x6a\x42\x1f\x1a\xc4\x66\x64\x31\x71\x87\xd8\xa6\x6f\xa4\x78\xc1\xe8\x8b\x0c\x50\x6e\x90\x3e\xe0\xdb\xc0\xdb\x94\xf5\x14\x77\x8c\x4d\x0e\xae\xd4\xb3\x89\x31\x15\x1d\x5d\xca\x05\xd1\x07\x0c\x75\xcf\x8f\x81\x6e\xb6\x71\x1c\x39\xd9\x0c\xe5\xea\x8c\xba\xcd\xec\x50\xae\xc2\xa5\x3c\x04\x6c\x7b\xa1\xb8\x52\xac\xb5\xeb\x28\x6e\xc9\xc4\xe8\xe7\xce\x53\x3c\x9b\xb8\xe0\x1c\x82\x0d\xd5\xab\x95\x86\x92\x62\x3f\x0b\x2d\xab\x3c\xa0\x07\x86\x99\x43\xa2\x53\x1c\xb5\x4d\xf0\x4a\x14\x3d\x65\x79\x68\x3a\xb5\x22\xe5\x8b\xc9\x77\xc8\x79\x2d\x56\x4b\x49\x07\xbe\x6f\xd6\x99\xa4\xca\xb5\x7f\x46\x6d\xd9\x6c\x2d\x6d\x31\xb9\xf6\xb5\x4a\x3b\x32\xf6\xb5\xdf\x79\x95\x5b\x53\xad\x26\xd7\xb6\xdc\xac\x49\x9a\xfd\xae\x0d\xc7\xb1\x5d\xf7\x64\xf2\xac\x72\xeb\x94\xd7\xf5\xbb\xb6\x19\x6b\x2c\x51\xe5\x03\x43\x2b\xb8\x60\x4d\xa5\x9b\x5c\xef\x7d\xb0\xfe\xc6\x38\x47\x53\xbf\x1c\x29\xc3\x76\x79\x34\xb5\x83\xdd\x97\xdb\x8e\xf8\xe5\xa1\xe1\xde\x35\xde\xc2\x5d\xc5\xc3\x7e\x85\x78\xde\x40\xbd\x70\x00\xf9\x91\x7b\xfd\xd1\xb9\xbe\x5e\x2e\xdb\xe9\x05\x3f\x71\xf1\xab\x52\x7e\x29\x1e\x4f\xdb\xf5\x67\xf4\xf9\xe9\x2c\x6f\xe1\xef\xcf\x00\x00\x00\xff\xff\xe2\x5c\x6c\xc3\x72\x0f\x00\x00"); -func _egf ()(*asset ,error ){_egg ,_fcf :=_bbe ();if _fcf !=nil {return nil ,_fcf ;};_bea :=bindataFileInfo {_dae :"Add-RKSJ-V",_fb :1493,_ae :_be .FileMode (436),_g :_a .Unix (1580491099,0)};_dgg :=&asset {_dd :_egg ,_ef :_bea };return _dgg ,nil ;};func _ffaf ()(*asset ,error ){_dfg ,_ffgg :=_gdce (); -if _ffgg !=nil {return nil ,_ffgg ;};_bcce :=bindataFileInfo {_dae :"RKSJ-H",_fb :2884,_ae :_be .FileMode (436),_g :_a .Unix (1580492632,0)};_bgeg :=&asset {_dd :_dfg ,_ef :_bcce };return _bgeg ,nil ;};func _badcf ()(*asset ,error ){_cgac ,_fadd :=_fgbb (); -if _fadd !=nil {return nil ,_fadd ;};_cagdd :=bindataFileInfo {_dae :"GBT-V",_fb :777,_ae :_be .FileMode (436),_g :_a .Unix (1580492217,0)};_edbf :=&asset {_dd :_cgac ,_ef :_cagdd };return _edbf ,nil ;};func _cbcc ()(*asset ,error ){_ecdd ,_baab :=_bffg (); -if _baab !=nil {return nil ,_baab ;};_agge :=bindataFileInfo {_dae :"Adobe-KR-UCS2",_fb :201011,_ae :_be .FileMode (436),_g :_a .Unix (1580490603,0)};_age :=&asset {_dd :_ecdd ,_ef :_agge };return _age ,nil ;};func _dbgg ()(*asset ,error ){_fdde ,_ffge :=_egac (); -if _ffge !=nil {return nil ,_ffge ;};_cbbg :=bindataFileInfo {_dae :"KSC-Johab-H",_fb :82000,_ae :_be .FileMode (436),_g :_a .Unix (1580492512,0)};_bcg :=&asset {_dd :_fdde ,_ef :_cbbg };return _bcg ,nil ;};var _eac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xed\x61\x8b\x0d\x85\x18\x69\x15\xa9\x22\x87\x45\xab\xed\x56\x4d\x93\x56\xaa\x7a\x30\x78\x1c\x59\x2a\x06\x19\x73\xc8\xdb\x57\x9e\xa1\x74\x0f\xd1\x84\xcf\x9e\x1f\x63\x3b\x6f\xbb\x53\xe7\x5d\x84\xfc\x6b\x98\x86\x33\x46\xb0\xce\x9b\x80\xcb\xb4\x86\x01\xa1\xc7\x9b\xf3\x59\x26\x0b\x30\x6e\x88\xff\x1e\xa9\x0c\xa3\x9e\xb3\x2c\x7f\x39\xb7\xe3\xf2\x78\x79\x6e\x1f\x9f\x61\x5d\x70\xd3\xb6\x3b\x9d\xef\x4b\xc4\xb1\xf3\x76\x82\x92\xbb\xcd\x3a\x6f\x09\x00\xf9\x37\xbc\xb9\x25\x86\x3b\x3c\x7c\x36\x53\x8f\x1f\xc0\xa0\x4d\xfe\x16\x0c\x06\xe7\x6f\xf0\xf0\x32\x05\xd4\x72\x1f\x38\xaf\xf3\xfc\x07\x47\xf4\x11\x24\x19\x7a\x43\x35\xcb\xdb\x57\x3d\x7f\xd1\x23\xc2\xbb\xd5\x5c\x69\x8c\x86\xae\x18\x16\x37\x79\x90\xe2\xa3\x10\xf5\x7f\xff\x7e\x9f\x71\xcb\xca\xf2\x4b\x77\x7a\xb3\x76\xc1\x08\xb5\x12\x3c\xe7\xe7\xa5\x3b\xc1\x2f\x09\x52\x40\x51\x7d\x92\xe2\xf7\x36\xf5\xc7\xeb\x64\xf6\x46\x59\xf3\x37\x0d\xce\x04\xed\x6f\x98\x3d\x69\xa9\x8b\x23\xa4\x52\x1e\x41\x89\xaa\x26\xaa\x98\x2a\x22\x45\x54\x33\xd5\x47\x50\x65\x21\x88\x1a\xa6\x9e\x66\x35\x44\x86\xc9\x24\xaa\x8b\x44\x3d\xc7\xf7\x4c\x65\x22\xec\x89\x90\x1a\x0f\x55\xf6\xa4\x4b\x2d\x13\x51\x51\xe2\x50\x13\x29\xa6\x86\xe8\x40\x34\x30\x0d\x44\x0d\x11\x32\x61\x22\x95\xd6\x55\xf6\x9a\xa8\xb7\x44\x32\x91\xa1\x37\x52\x51\x42\x51\x96\x31\x4c\xb4\x2e\xa5\x88\x2c\x13\x37\x52\xbc\xe5\x46\x4b\xf1\x8d\x48\xc7\xb8\xef\x5d\xfa\x9f\x2e\xd0\x7e\xa0\xc3\x1a\x02\xfa\x48\xd7\x87\xce\x2c\x6d\xba\xf3\xb8\x5f\xd0\x79\x9a\x53\x17\xfd\xfe\x06\x00\x00\xff\xff\x5d\xc8\xdb\xa1\xcc\x02\x00\x00"); -var _ddee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x37\x3b\x92\xa7\xb5\xaf\x4f\xf1\x2c\x87\xc5\xd0\xe9\xcc\x74\x3a\x42\x3a\x3a\x12\x33\xd3\x33\xb4\xd0\x00\xa2\x19\x40\x42\x2c\xd2\x76\x66\xab\x24\xfa\x54\xa9\xaa\x7a\xd1\xdf\x1e\xf9\xba\xb2\x00\x21\xa4\xa7\x56\x3f\xdd\x71\x3b\xff\x7e\x8f\x08\x87\x23\xc2\x7f\xf7\xef\xff\xe1\x3f\xfc\xc3\x6f\xbf\xff\xcb\x8f\xbf\xfb\x1f\xff\xf4\x87\xf1\x8f\xcf\x5f\x7e\xbc\xbf\xff\x6d\xfe\xe9\xf9\xf3\x1f\xfe\xe5\x4f\xe3\xf9\xd1\x9f\x7f\xfa\xfd\x6f\xbf\xfb\x5d\xd9\x7f\xcc\xdf\x8f\xbf\xfc\xf5\x4f\x60\xfc\xf3\xfd\xc7\xdf\xfd\x6e\x7d\xff\x8f\xff\xfa\xe7\xbf\x3c\xff\xfc\x0f\xbf\xbd\x7f\xf8\x71\x58\x6e\xfe\xcb\x1f\xbf\xb2\x3f\x7e\xfc\xdd\xff\xf4\xfc\xd3\xef\xff\xfc\x97\x3f\xfd\xeb\x8f\x7f\xf3\xdf\xcc\x3f\xf4\xe7\xbf\xfa\x31\x9f\x77\xd1\xff\x87\x3f\xcd\xe7\x4f\xbf\xff\xed\x9f\x7e\xfc\x9b\xff\xf4\xef\xca\xff\x4d\xfd\xc7\x7f\xf9\xe3\x1f\xff\xcf\xe7\x9f\x9f\xdf\xfe\xf2\x63\x87\xf6\xfc\x36\xc1\xdf\xfd\xdd\xbf\xff\xcf\xf7\x1f\xff\xfb\xfb\x9f\x9f\x1f\x7f\xf7\x9f\xfe\xdd\x7f\xf7\xc7\x7f\xfb\xf7\xff\xe5\xdf\xff\xdb\xff\x96\x7f\xf1\x9f\xff\xe5\xf9\xd3\x9f\x7f\xff\x87\xdf\x7e\x94\xff\x7a\xdb\xea\xff\x43\xfe\x9f\xff\xf5\x8f\xcf\x8f\xf2\xfd\xc2\xff\xf6\x5f\xfe\xe1\x3f\xfc\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\x59\xeb\xff\xf1\xd1\xff\xd7\xff\xfc\x87\xf9\xfc\xd8\xfc\x6b\xb7\xe9\xe3\x0f\xf3\xf9\xf3\x1f\xef\xf1\xfc\xe9\xfe\xed\x9f\x9e\xdf\xfd\xf8\xf1\xcb\xb6\xfd\xfa\xe3\xc7\x8f\x5f\x62\xfb\x75\xfd\x15\xe5\xdc\x7e\xfd\xf1\xcb\x7f\xfc\xfb\xff\xf8\xf7\xbf\xae\x46\xfe\x7f\xca\xff\xae\xf8\x33\xbf\xfd\xe1\x2f\xf3\x79\xa5\xf1\x0b\xbf\x94\xf7\xd7\x1f\x65\x7d\xf1\xff\xfe\xd7\xef\xca\xb6\x7d\xf5\xfe\x7e\x7e\xa5\xf7\x55\xba\x3d\xab\xf4\x5f\x6b\x8b\xd2\xe2\xd7\x1f\x65\xdb\xda\xbe\x68\x2d\xa5\xe5\xaf\x3f\x62\x0f\x8a\xb5\x5b\xd2\xfa\x6c\x2b\x7b\x2e\x5a\xf8\x69\x54\x68\xc7\x09\xed\x92\x76\xfd\xfa\x23\xae\xb0\x58\x83\xf4\x0c\x8a\x9d\xdb\xa2\x3d\x53\xda\xfc\xf5\xc7\xaa\x1b\xd2\x03\xe9\xe5\xd7\xf6\x93\x86\xbc\xfe\xda\x82\xd8\xa3\x42\xf2\xd7\x5e\x1a\xb2\xd7\xf5\x6b\xbb\x7d\xd8\xeb\x2e\x6d\xfd\xdc\x5e\x0f\x69\xc7\xaf\x3f\x32\xe2\x84\x74\x42\xba\x0a\xc5\x5a\x5b\xb4\x6b\x97\xb6\xaf\xf6\xd2\xad\xfd\xf2\xcb\x76\x50\x2c\x57\xf7\xf7\xe6\xa7\x0b\x22\x37\x2a\x68\x55\x52\xae\x62\xc7\x47\xbb\xa5\xdd\xab\xbd\x85\x4a\x5b\x97\x44\xef\x8f\x72\x40\x9b\xd2\xe6\xaf\x3f\x5a\x6b\x7e\xf9\x48\x7a\x2c\xb6\xba\xba\x3b\xbe\x40\xcb\x8b\x62\x51\x24\xed\x16\xbb\xa0\xd9\xde\x05\x71\x14\xba\x10\x36\x37\x5e\x8b\xf1\x69\xfa\x6b\x0b\x56\x01\x48\xfe\xda\x7d\x52\xec\x60\x2c\x6f\xbb\xb5\x20\x6a\x52\xc1\xcd\x2c\xec\xa3\x51\xcc\x21\x1f\x21\x2d\x56\x17\x58\x22\xfb\x48\x49\x6b\xd5\xc4\x41\x47\x87\xe3\xf1\x6c\x7c\x69\xa5\x8f\x95\x2e\x88\xdc\x68\xee\xe3\x24\x3c\xf4\xea\xdc\x98\x98\xc7\x5e\x2d\x88\xd3\x29\x7d\xec\xd5\x82\xd6\x58\x20\xfb\x63\x6b\x5d\x5b\xa7\x93\xe0\xda\x02\x32\x2a\x23\xe9\xda\xda\x5f\x66\xfe\x74\xd8\x5e\x2b\x5d\x10\xcd\x4e\xbd\xd6\xb9\x96\x5b\xd9\xce\x5d\x5a\x93\xd6\x7e\xfd\xd1\xc2\x21\x7a\xed\xfb\x82\x48\x5b\xfb\xda\xf7\x97\xbe\x17\x9a\xf6\xda\xf7\x05\xeb\xc7\xe8\xfb\xeb\x62\x58\x10\x67\x63\xd4\xde\x21\xe9\xb1\xd8\x6a\xee\xe1\x7a\x06\x16\x2d\xa0\x15\x69\x6b\xd8\xfc\xb5\xe3\xdc\x25\x9d\x16\x4b\x68\x55\xda\x9a\xbe\xa4\xa3\xc7\x79\x49\x62\xfa\xce\x63\x87\x16\xd2\x56\x17\xca\x5e\x20\xa5\xa4\x6e\x31\x6b\x18\xd2\xc6\xfa\x35\xc6\xe3\x38\x19\xdd\xc3\xbd\x76\x1e\xab\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x26\xad\xad\x85\x1a\xb4\xad\xda\x8e\x3a\x2d\x26\xed\x91\xf6\xb0\x02\xad\xe0\x85\x74\xd9\xd3\x4a\x17\x2e\x7b\xba\x20\x0a\x33\x7f\x5c\xf6\x74\x41\xa4\xed\xb8\xac\xb3\x39\xf3\xac\xa3\xa3\x39\x6e\x0b\x62\xbb\x28\xd6\xec\x41\x73\x8c\x2e\x86\xb2\xd9\xb6\x05\xd1\xec\xbc\x8c\xf1\x70\xcf\x9f\x8d\x31\x72\xcf\x03\x91\x85\xa1\x74\xcf\x03\xab\x98\x35\x38\x94\x0b\xa2\xed\x8c\x87\x6c\x00\x58\xc5\xe8\xbc\x7c\x00\x88\x72\x51\x81\x6c\x00\x88\x2d\x68\x87\x6c\xe0\x90\xf3\x9e\x70\xb2\x43\xce\x0b\x44\xb2\xe5\x0f\x39\xef\x11\xf0\xf6\x33\x18\xb6\xb0\x0b\x0b\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\x3e\x6c\x3f\xc6\x23\x9d\xe5\x9b\x5e\xd5\x8d\xa1\x94\xf7\x00\x2d\x76\x2a\xbd\xed\xd5\x7d\x5b\x8c\x1a\x6e\xdb\xbb\x20\x12\xc6\x7b\xdc\x0e\xf8\x4d\xa5\xd5\x9e\xde\x56\xba\x20\x12\x56\x79\xdc\x5f\xa5\x2f\x24\x2a\xe8\x0e\xf8\x82\x48\x38\xf6\xd1\x1d\xf0\x9e\xfe\x18\x15\x74\x87\x6d\x41\x93\x91\x1d\xdd\x66\x0c\x06\xbc\x3a\xcb\xb2\x45\x20\x76\x37\xa9\x6c\xf1\x50\xd4\xd5\xa3\x21\xe7\xff\x2a\x9f\xff\xff\x44\x76\x1c\x4a\x42\xa0\x45\xd0\x4c\x39\xd3\x21\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\xaf\xb4\x55\xdb\x59\xa5\x2d\x88\xc2\x48\x9f\x95\xee\x9c\x0d\x06\x73\x6d\x6b\x81\x9e\xed\xa3\xc9\x97\x4f\x48\xbb\x24\xa6\xf7\x62\xaf\x9f\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\xbb\x2c\x46\xa5\xad\x49\x6b\x2c\x16\x49\x21\x89\xf6\x5e\x27\xed\x75\x6d\x9f\x51\xa4\x05\x34\x6b\x5d\xd0\xd2\x4f\x15\x71\x67\x30\x97\x17\xcc\xfa\x74\xed\x01\x2d\x9b\xc5\x98\xcb\x33\xfd\xb5\x8b\x1a\xd2\x5f\x5b\x10\xb9\x5d\x90\xfc\xb5\x05\x4d\x41\x75\xba\x68\xcf\x1c\x7e\x49\xef\x73\x4a\x5b\x3a\xca\x06\x37\x39\x5d\xb4\xe7\xed\xb8\x35\x3e\xbd\x1d\xb7\x05\x51\x4e\x49\xd6\xb9\x20\x76\x98\xda\x79\x5b\xe7\x82\x96\xc9\xef\xdf\xd6\xa9\xf4\xbd\x9a\xc5\x1c\x4a\xa4\x6f\x3a\x2f\xee\x00\x20\x36\x67\xd4\x1d\x70\xde\xe1\x97\xcc\xcb\x9d\xd2\xd6\x32\xdb\x9c\xe5\x9b\x65\x76\x8e\xaf\x02\x3e\x1d\x56\x30\xe0\x9a\x3b\x75\x0e\x2b\x98\x70\xf4\xe6\x10\x4d\x9b\x3b\x19\x22\x14\xaf\x73\xda\xdc\xc9\xaf\x35\x36\xcf\x39\xfd\xb5\x05\x71\xb1\x79\xce\xf9\xfd\x1a\x8b\x41\xb6\x79\x4e\xdb\xbb\x20\x2e\xf4\x9d\x73\xba\x18\x66\x58\x8c\xa9\x9a\x76\x61\x41\x9c\xe1\xaf\xd9\x85\x05\x51\xd2\x76\x74\x49\xc3\x2f\x77\x68\x4e\xd5\x82\x38\xd3\x0a\x9c\xaa\x27\x2d\xc6\x88\x3f\xfe\xda\x03\xa3\xf3\xd7\x1e\x7f\xed\x61\x65\xb5\x83\xce\x3f\xdf\xa7\x8b\x4b\xec\x6c\xec\xf3\x71\x65\xbd\x9b\xc5\xa0\xbd\x4e\xfc\x8b\x44\x76\x73\xa8\x53\x9c\x6e\xc9\xc6\x12\xaf\x6e\xc9\x5a\xfd\xb4\xae\x86\x54\xf7\x1f\x10\x09\xa3\xab\x75\x97\x84\x50\x42\xcf\xa8\x8a\x55\xa0\x6c\xad\x59\xec\x94\xa6\x22\xba\x43\xaa\x92\xec\x42\x93\xf6\x48\x7b\x68\x9b\x5f\xd2\x85\x7a\xc1\x74\x54\xd9\xaa\x02\x13\x88\xab\x5e\x90\x98\xab\xea\x2e\x6d\xb1\xc6\xb2\xba\x4b\x6b\x30\xa7\xaa\x37\x55\xd9\x02\x44\x20\xa5\x6b\x84\xa4\xdb\x62\x09\xad\x4b\xeb\xe8\x89\x74\x2b\x60\xcc\xd5\x5d\x1a\x4c\x60\x75\x97\x02\x71\xf9\x6b\xee\xd2\x9a\xd5\x62\x34\x24\x6d\x6f\x72\x1e\xd8\x24\xd9\x8e\x44\x72\x87\x5d\x4d\x1b\xb2\x20\x22\x2d\xc6\xda\xaa\xb7\x95\xa2\x04\x55\xb7\x29\xd0\x5a\xa3\x6d\x6e\xd3\xda\x2d\xe6\x04\x76\x8b\x2d\x68\x81\xda\x59\xbb\xc5\x9c\xe7\x60\xe0\x2e\xe7\xf9\x3a\x59\x70\x49\x0d\xd7\x79\x4b\xbb\x7f\xfd\x91\x1b\x5a\xc5\x75\x32\x20\x97\x93\x9a\xfc\xdc\xe5\xa4\x02\xd1\x50\x17\x2e\x27\xf5\xba\xe8\x56\xd6\xd5\x90\xeb\x0a\x69\xc1\xaf\x05\x24\xba\x75\x39\x5b\x49\x1f\x2e\x67\xeb\x72\xe0\x12\x69\x7b\x39\x70\x40\x5c\x30\xf7\xcb\x81\xbb\xd6\x20\x95\x75\x2e\x83\xe6\xcf\x2d\x58\x52\x1d\x92\x5d\x80\xe5\x95\x0d\x8d\xf2\x92\xe5\x01\x71\xb1\x44\x2e\xc7\xf2\x5a\x52\xae\x94\x0d\xc9\x77\x29\xe6\x80\x38\x61\xe4\xd7\xb0\xf7\x0b\xca\x92\x15\xd0\x86\xb4\x81\xf6\x48\x3b\xc6\x94\x34\x2d\x26\xed\x91\xb6\xf8\x7d\x20\x02\xae\xc1\x92\xbe\xa6\x6d\x43\x93\xbb\xa6\x6d\x5b\x10\x0d\x81\x72\x4d\xdb\x36\xbf\x4a\x1b\x34\x2b\x9d\x54\xba\x59\xcc\x4a\x61\x22\xc1\xc9\xe7\x92\x89\x5c\x8f\x15\xc0\x68\x2f\xcf\x2f\x40\x1c\xdb\xf1\x73\xd9\x7d\x79\xbc\xb9\x9e\xc6\xaf\xb0\x09\xae\xc7\xb9\x5c\x10\x17\x3c\xe6\x7a\x1c\xfc\xc7\x4e\xa3\x4c\x5d\xcf\xd7\x80\x67\x4d\x39\x7b\xf6\x92\x15\x5d\xeb\xac\x52\xca\xc6\xf1\xf4\x7a\x5d\x40\x0b\x72\x43\x2d\xbd\x5e\x17\x10\x4b\xb4\x6c\x74\xa7\xb9\x44\x81\xc5\x42\x20\x15\x49\xfc\x5a\xd9\x2c\x76\x4a\xe3\xd7\xc2\x62\x55\x52\x58\x2c\xa1\xa5\x34\x16\x0b\xcb\xb1\xb9\xde\x81\x52\x0a\xaa\x53\x73\xc1\x03\xb9\xa1\x83\x36\x8f\x15\x40\x6b\x5f\xd3\xa6\xa4\xc7\x2f\xad\xf4\x95\xf6\xd2\x2b\xea\x54\x97\x69\x1c\x2b\x4a\x61\x35\x36\x8f\x15\x40\x6c\x30\xa7\xe6\xb1\xa2\x55\x56\x63\x61\x35\xb6\x6a\xdb\x2a\x7b\x91\x49\x68\xd5\xa6\x2d\x58\x3b\x0e\x92\x4d\x5b\x90\x2e\xbc\x56\x6d\x1a\xfc\xb5\x94\xdd\x62\x8f\x34\xe6\xa5\xf9\xfb\xb6\x76\xc1\x2a\x46\xd3\x2e\x9b\xbb\x20\x5d\x9f\xed\x72\xc0\x61\xc3\xa5\xa0\xd1\x36\xd9\x30\x90\x71\x52\xa9\x6c\xb8\x35\x7b\x00\x37\x69\x9e\x34\x80\xdc\x10\x07\xcd\x93\x46\xc3\xba\x50\x4a\x95\x66\x7b\x17\xa4\x06\x9d\xe6\xa9\x02\x58\xc5\x68\xaf\x6c\x02\x58\x34\x6a\xf5\x5c\x01\xe4\x86\xa0\x6e\x6a\x63\x40\x6e\xf0\xa6\xa6\x36\xd6\xc2\x2e\x38\x6e\x9e\x3e\x80\xdc\x90\xdd\x4d\x09\x01\xac\x62\xfe\x9a\x13\x13\xb0\x30\x54\x9e\xe6\x81\x04\x58\xc5\x98\x66\x4f\x24\xc0\x3a\x9b\x41\xb2\xa7\x61\x4f\x2f\xe6\xcf\x13\x09\xd0\x22\xfd\xd2\x9e\x2e\x48\x99\x75\x53\x2b\x6c\x4b\xb6\xac\x2f\xa1\x29\x5c\x80\xdc\x60\x9b\x4d\x15\xb0\xa5\xcd\xbd\x68\x9b\x82\x04\x88\x0b\xd9\xd2\x64\x91\x2d\x6d\xc7\xf7\xa9\xed\x48\x47\x9c\xce\xab\x29\xb6\xdb\x4a\xd9\x92\x4d\xe1\x02\xe4\x96\x7c\xa9\x0e\xd8\x6e\xd7\xb3\x6b\x5c\xed\x0e\x08\xad\x2d\xed\xb6\x1d\xdd\x5f\x73\x13\x29\x83\x80\x94\xa9\xb5\xee\xaf\x2d\x28\xa5\xc0\xbf\x5b\x77\xe7\x2e\x88\xfd\xa4\x82\xee\x5c\x75\x77\x29\xca\x68\xf3\xe4\x02\xa4\xe7\x8b\xd6\xdd\x0a\xdd\x45\xe3\xf0\x76\xc7\xb2\xb3\x25\xd1\x0b\xdb\x70\x1d\x2d\x88\xcb\x3a\x87\xcb\x68\x41\x29\x3b\x5a\x4a\x1b\xae\xa3\xc1\x3a\x42\x8d\x6d\xc3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe1\x2e\x95\x64\xd3\x86\x0c\x84\x79\x51\x64\x00\x71\x55\x7f\xdf\x39\x18\xb4\x76\xe7\x14\xdb\x94\x0f\x40\xa4\x5c\x60\xda\xda\x69\xd3\xe4\x16\xca\x07\x20\x37\x27\x5e\xfd\x17\xc8\x70\xe3\xaa\xff\x02\xeb\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xdb\xb4\x53\xc5\x4f\xed\x14\x5a\xec\x5f\x7f\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf3\x40\x07\xa4\x8c\xbd\x69\x6a\x02\x5a\xa2\x17\x35\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x16\x2c\xc5\x0a\xd2\x57\x81\xe3\x81\x20\x0c\xf9\x3f\x10\x8d\x35\x19\xf2\x7f\x20\x1a\x1b\x32\x34\x2b\x85\x22\x61\x67\x74\x43\x91\x00\x44\xfd\xbe\xac\x92\xaa\xc5\xa4\x5d\xd2\x2e\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xac\x26\x42\x62\xe6\x63\xd2\x5e\xed\x4a\xe1\x64\x01\xa1\xe2\x15\xce\x55\x70\x30\x29\x4b\xb9\xf9\xa9\xe0\x0e\xcf\x2d\x40\x38\xfa\xe1\xb9\x25\xe6\xe3\xaf\xd0\x9d\xf9\x4a\x63\x53\xa0\x5c\xc5\x63\x0f\x1f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x71\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3c\xa3\x84\x12\x3f\x30\x21\x94\xb3\x58\xec\xfb\xb5\x0b\xb1\x4a\xd3\x5c\x52\xe1\x2a\x38\x39\x66\xa5\xab\x20\x15\xd2\x9a\x0d\x53\x21\x0d\x44\x41\x2d\x4b\x85\x34\x90\x1b\x67\xbb\x54\x48\x03\xa5\x9c\x58\xf2\xf3\x7c\xa4\x21\x09\x37\xbf\x7c\x25\xbd\x16\xa3\x52\x05\x37\x90\x1b\x07\xdb\xf4\x10\x94\x68\xc2\xe5\x84\x57\xa7\x9a\x30\x10\xb5\x59\xac\x4a\x1a\x16\x93\x66\x43\x16\xc4\x55\x24\xd9\x8e\x6a\x4f\x11\x71\xa9\x48\x06\x72\x63\x74\x53\x89\x9c\x97\xbf\xc6\xaa\xcd\xcb\x5f\xbb\x10\x23\xb6\xed\xf2\xd7\x30\x90\x94\x13\xee\x9a\x1a\x48\x80\x38\x99\xbf\xd4\x40\x92\x18\xfa\xca\x89\x30\x48\x0d\x7d\x40\x0b\xb6\x4a\x2a\x91\xd3\x3d\x70\xa2\x7b\xa4\x7b\x20\xc3\x59\x80\xa5\xa7\x32\x0e\x88\xf8\x48\xfe\x9a\x5a\xfa\x09\x7b\x4d\x45\x10\xd0\xd2\x21\x57\x4b\x4f\x2c\x6c\xa5\xda\x38\x45\x10\xd0\xd2\x69\xd6\xc2\x96\x58\xd8\x4a\x85\x49\xa6\xf6\x05\x20\x4e\xd6\x5b\x2a\x81\x80\x55\x8c\xde\x2b\x82\x80\x28\x55\x92\xed\xb8\x1f\x8b\x05\xb4\xaf\x86\x17\x15\x93\xa9\xd7\x9c\x96\xee\xf6\xca\x49\x3c\xdd\xed\x40\x5c\xc8\x91\x74\xb7\x67\xb7\x0b\x87\xc5\xec\x42\xc7\x1a\x8a\x04\x4a\x25\x10\xb0\x86\x65\x91\x94\x40\x40\x6e\x9c\xa6\x53\x09\x94\xe3\xf0\xc7\x68\xee\x70\x6d\x0d\x78\x82\xad\xd5\x1a\x02\xc4\x6e\x6b\xb5\x86\x00\xb9\x6d\x8c\xd0\x70\x38\x86\xc3\xe1\xb2\xf7\xfe\x03\x58\x33\x01\xc9\xe1\xf0\xd0\x52\x5d\xf6\x1e\x5a\x80\xa6\xd5\x37\x15\x4a\xe9\xa1\xa5\x62\x1d\x4a\x0f\x2d\x40\x04\x7a\x57\x2a\x94\x72\x7e\x95\x4a\xb3\xd2\x05\xb1\x39\x55\xda\x4c\x72\xb2\x8c\xd4\xe9\x53\xd9\x02\x44\xdd\x24\xb9\x8c\x3c\x34\x54\x0e\xac\x29\x0b\x01\xe2\x90\x35\x78\x68\x48\xd9\x45\x65\xa1\xde\xb2\x0b\x60\xa9\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xef\x1a\x16\x5b\x3f\x77\xd7\x94\x96\x6b\x2c\xab\xa4\x5b\x92\x46\xd3\x1d\x52\x97\xc4\x26\xba\x10\xac\xb7\x6a\x38\x10\x1b\xb3\x7c\xbb\xe7\x6f\xd5\x70\x37\xfd\xed\xa6\x07\x5a\x62\x34\xb9\xdd\xf3\x37\xf7\x99\xe5\xe2\x84\x70\x6b\xb6\x07\x22\xd0\xcf\x6e\x75\xe9\xdb\x2d\x79\xc1\x7c\x6e\xb7\xe4\xfd\x1c\xd2\x28\xe7\x9d\x13\x10\x4a\xaf\x5b\x3e\x7e\x3b\x48\x8d\x62\xdd\x41\xea\xca\xcc\x86\xc6\xda\x95\x99\x40\x4b\xf4\xb8\xae\xcc\xec\x1e\xa3\x5a\xf3\xd3\x94\xb6\x06\x49\x6b\x53\xf7\x18\xd5\x55\xfe\x35\xd5\xf4\xf6\xd1\x96\x7c\x54\x6f\xe9\x2a\xff\xdd\x3e\x04\x3b\xbc\xdb\x87\x1e\x0c\xa6\xc6\xcd\x2e\x0f\x01\x62\x47\x8c\x75\x35\xe7\x2e\xbf\x08\x98\x6a\x97\x5f\x00\xb9\xc3\x2d\xbb\xfc\xa2\xab\x77\x06\xaa\x73\x57\xef\x04\x72\x87\xd3\x74\xf5\xce\xde\xe9\x96\x8c\xab\x77\xbb\xd5\xe9\x16\x27\xc1\xee\xa6\xef\xee\x70\x95\xcc\xee\x0e\x07\x52\x8b\x4e\x77\x87\xf7\x01\x93\x0a\x56\x52\x77\x57\x02\xb9\x94\xbb\x9f\xca\xee\xee\xa6\xed\x6e\x5a\x8d\x40\xdd\x4d\x0b\xa4\x1a\x5c\x77\xd3\x02\x51\x36\x49\x36\x53\x7d\xc2\x63\x45\x57\x9f\x00\x72\x87\x21\x76\xf5\x89\xae\x55\x41\xfb\x7f\x77\x9b\x01\xa9\xee\xd7\xb5\x2a\x74\x35\x01\x6f\xe4\xba\x2b\x08\xc8\xfd\x23\xd9\xc1\x87\x7d\x9c\x30\xc9\xae\x6d\x12\x88\x06\x0f\xeb\x8f\x15\x3c\xaf\xc5\xa8\xf4\x75\xca\x17\x84\x82\xa4\x6b\x9a\xec\x2e\xd1\x64\x15\x0c\x97\xe8\x70\x89\x26\xcb\x76\xb8\x44\x81\xdc\xd1\xc3\x86\x4b\x74\x78\x10\xd7\xf0\x34\x14\xe8\x40\xd4\x63\x0d\xe5\x50\x9e\x0f\x0f\xe2\x89\xa9\x7d\x78\x10\x07\x42\xab\xf4\xf0\x20\x3e\xdc\xdb\xde\x61\x0f\xf7\x36\x10\x3b\x4a\xf3\x70\x6f\x0f\x57\x72\x72\x66\x1d\xae\xe4\x81\x80\xdc\xd5\x97\x86\x02\x12\x08\xb5\x99\xe1\xe2\x06\xca\xae\x9e\x32\x5c\xdd\x40\x9c\x28\x42\xc3\x73\x21\x10\x47\x95\x64\xaf\x16\xc4\xc9\x26\x1b\xde\x91\x03\xeb\xc7\x68\xae\x97\xe4\x40\x5c\xf0\xba\xa1\xb5\x12\x88\x82\x3e\x3f\x3c\x50\x0e\xe4\xf4\xbe\xa1\x8f\x0d\xe5\x34\xd0\xe2\xfb\xb1\x5b\xd2\x8d\x26\xe7\x97\xf6\x09\xcb\xe4\xbe\x61\x5e\x18\x5a\xd3\x80\xd8\x38\xa0\x0d\x0f\x8f\x40\x04\x9a\xc6\xf0\xf0\x08\xc4\x15\x92\x9c\x3d\x04\xfc\xbe\x61\x36\x18\x0a\xf8\xe1\x15\x1a\x1b\x61\x28\xe0\x81\xe6\x81\x64\x28\xdf\xc7\xda\x7c\xeb\x4b\x96\x8c\x82\x75\x28\x58\x39\x08\x0c\x05\xeb\x98\xb6\x16\x3d\x60\x28\xaa\x80\xd8\x9d\x3c\xcf\x4f\x40\x6b\x1c\xe3\x86\x5b\x08\x28\xbb\x46\xaa\xe1\x1e\x02\x72\xdf\x24\xd9\xda\xe9\x40\xa2\x02\x0e\x85\x1c\x10\x6a\x2d\xc3\x23\xd5\x78\xbf\x62\xf4\xca\x93\x11\xd0\xb2\x4a\xfa\x8a\xad\x85\xb5\x6b\xb7\x9a\x6e\x84\xb9\x74\xb7\xb2\x6b\x6a\x9a\xde\xff\x02\xb9\xc1\x22\xa7\x17\x5d\x40\xd9\x9d\xe5\xe9\x4d\x17\xd0\x02\x35\x79\xb6\x4b\xd2\x6d\xb1\x0b\x5a\x97\x86\x5d\x09\xcb\xf5\x54\x2b\x9c\xcd\x86\x60\xbc\x99\xae\xf0\x89\x81\x64\xd7\x46\x30\x35\x90\x00\x59\xd0\xed\xa6\x06\x92\x19\x7e\xca\x06\x9f\xae\x5d\xa0\x25\x7c\x79\xba\x76\x27\x2c\x7d\x2f\x58\x65\xa7\x2c\x1d\xc8\x0d\x4e\x36\x65\xe9\x13\x5e\xbd\x7b\x36\x9f\xf2\x6a\x20\x95\xb6\x53\x5e\x3d\x1f\xe6\x79\xb7\x0f\xda\x31\x81\x2c\xe8\xc9\x53\x2f\x0d\xa0\xec\xfb\x65\x31\x07\x0e\x91\x19\x6c\xc8\x29\xc3\x9b\x8b\xc9\xad\x62\x34\xe4\x69\xd2\x3c\xed\x32\x6e\x1a\x45\xe7\x6b\x31\x07\xc9\x13\x0c\x90\xc5\xe6\xbe\x5f\x31\x7a\xba\x73\xe0\x9b\xaf\x3d\x5d\x90\x05\x1d\xf0\x71\x9e\x1f\x0e\xa8\xfb\x8e\x1d\xfc\xf1\x80\x0a\x64\x41\xbb\x7b\x3c\xa0\x3e\xf5\x2b\xb6\xba\xf0\x54\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\x8f\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x4b\x5b\xca\x6e\xbb\x24\xb1\x42\x9e\xeb\xfb\xb5\x35\x96\x8f\xe6\x7d\x20\x0a\x63\xf4\x68\xde\x7f\x2e\x7a\x7a\x30\x0b\x8f\x47\x13\x20\x74\x62\x7a\xae\x57\x12\x7b\xf7\x60\xef\x3e\xcd\xde\x2f\x48\xed\xba\x8f\x07\x98\xc7\x35\x78\xa0\x61\x3f\xae\x41\x20\x92\x59\x78\x34\x02\x3e\xc9\x8a\x3e\xd0\x3c\x1f\x99\x14\x10\xd5\xe6\xe6\x90\xe4\xaf\xb1\x7a\x1f\x17\x17\x10\x27\x46\x9e\xe7\xb6\x82\xfb\xb0\xd8\xdf\x70\xd7\xfd\xc8\xd7\x80\x08\x94\xe6\x47\xbe\xf6\x60\x27\xdb\x0f\x98\xf5\x23\x13\x7b\x64\x62\xc8\xb3\x47\x26\xf6\xdc\xdd\x62\x7e\x6a\x3b\x6f\x2c\x06\x87\xc5\xa6\x24\x87\x35\xa4\x39\xac\xb7\x5b\x85\xc5\xe2\x59\xe6\xe9\xc3\x62\x0c\x44\xf7\xd3\x8e\xa9\x0f\xd1\xf2\xa8\xc2\x00\x29\xb3\x7e\x54\x61\x9e\x01\x8b\xf1\xf8\xff\x68\xed\x02\x22\x1c\x55\x4f\x24\xc0\x2a\xc6\xe8\x7b\x24\x01\x5a\xfb\x8a\xb9\x1a\xc7\xb0\x18\xcd\xd5\xe8\x01\xb4\x86\xe6\xfb\x78\xd6\x00\x72\xe3\xa4\xf8\x78\xd6\x78\x26\x6b\xdb\xbb\x95\x47\x06\x0b\xb4\x44\x12\x3e\xda\x39\x80\x50\x4f\x7f\x3c\x6a\x3c\x0f\x23\xa9\xa8\x7d\x54\x3e\x80\xd0\x02\xfb\xe8\x6b\xf5\xc8\x5f\x3d\xea\xbf\xee\xbb\xb7\xc2\x3a\xbc\xf7\x79\xbd\xdd\x04\xe2\xc0\xe8\xfd\x7a\xbb\x09\xb4\x60\x2b\xbe\x9e\xfe\x81\xd4\x9f\xf0\xf5\xf4\x0f\xb4\xc4\xa8\xfe\xba\x39\x81\x96\x9c\x1d\x5f\x37\xe7\x5b\x1d\xa1\xe6\xef\x4f\x69\x4b\x09\xd8\x51\x50\x5e\x8f\x0b\xef\xc5\x5a\x3c\x59\x1e\xef\x65\x9d\x17\x16\x07\x18\xd8\xab\x67\xd1\xeb\x3e\x71\x19\xbf\xee\x93\x17\x9b\xf7\xee\x0e\x78\xb5\x79\x03\xb9\x6f\x92\x6c\x88\x2c\xbd\x32\x6c\xaf\x2c\x1d\x88\xf8\x48\xec\xeb\x37\x4f\x8b\xad\xf5\xf1\xea\x24\x03\x64\xa0\x64\xbd\xde\xda\x01\x65\xf7\x48\xfc\x7a\x6d\x07\x34\x6f\x1e\x5f\xad\xd4\xaf\x1b\xb6\xa2\x55\xbc\x6e\x58\x20\x0e\xf6\xd0\xeb\x86\x05\x56\x31\x6b\x70\x90\xf0\x71\xa8\x61\x05\x0e\x12\x17\x7e\x7b\xe5\xaa\xfb\xf5\xc2\x0f\xc8\x40\x11\x78\x55\x51\x5e\x37\x47\xe5\x00\xf5\xba\x39\x80\x28\xb0\xa1\xd7\xcd\xf1\x72\x10\xdf\x2b\x5c\xed\x75\xd9\x03\xcd\x3b\xd6\xd7\x55\x0f\x94\x5d\xc3\xcf\xeb\xb2\x07\xb2\xb0\xea\x5f\x95\xfa\xd7\x9d\xa0\x81\xf1\x75\x27\x00\x4d\xb5\xf6\x75\x27\xbc\xd3\x59\x40\x62\xbe\x2e\x68\xa0\x05\x2c\xfd\x55\xad\x78\x5d\xbc\x75\xed\xf9\xdc\x58\xbc\xb9\x39\xf7\xd7\xda\x58\xb9\x85\x34\x07\x0e\x13\x77\x6e\x0c\x9c\x90\xf8\xb4\xe6\xc6\xc0\x09\x81\xcf\x65\x6e\xf0\xc3\xdc\x30\x7d\xec\xf8\x2a\xe4\x86\x64\x15\x1a\xde\x83\xb9\x61\xfa\xc8\x4d\xdd\xab\x9d\xb9\x68\xc3\x4a\x31\xab\x1f\x6b\x90\x72\x43\xf7\x12\xb2\x9c\x7c\x89\x55\x3d\x37\x39\x08\xce\x05\xb9\x31\x96\x42\x96\x75\xb4\xcb\x8d\xa1\xcc\x0d\x2b\xc1\xde\x2a\x9f\x4e\x2b\x9d\xdc\xcc\xef\xf4\x80\xe3\x8b\x90\xc5\x66\x4c\xfb\x89\x83\xe5\x8e\xaf\x6a\x6e\xcf\x47\xb3\xef\x34\xed\xb1\xef\x8f\x3d\x48\xda\xf1\xda\x83\x17\x09\x74\x5e\x90\xec\x81\x02\x9e\x9b\xbf\xdc\x10\xf0\x42\x96\x83\x4a\x11\xf0\xb9\x39\x31\xb1\xd8\x67\xea\xa7\xbc\xaa\x93\x96\xd0\x76\x69\x8b\xab\x60\x49\xc9\xb2\x8e\x37\x0b\xe8\x69\xac\x23\x4d\x16\x8c\x9b\x42\xc3\xec\x9d\x05\xe3\xa6\xb0\x8a\xf9\x6b\x53\x9a\x5e\xb9\x07\x24\xba\x55\xf0\xdd\xd8\x83\x41\x2a\x98\x2d\x85\xc4\xdf\x27\x4b\xb5\x1d\x58\x32\x77\x24\x56\x16\x78\x99\xd0\x32\x24\x55\x49\x6b\x62\x4e\x7a\x5a\xe0\x65\x59\xb0\x9a\xec\xb1\x94\xff\x2c\xa8\x10\x42\x96\xb5\x4d\xb3\xa0\x41\x08\x51\x77\x3a\x5a\xed\x94\x2c\x0f\xf7\x88\x2c\xd5\x1e\xc8\xf2\xec\x68\xb5\x07\x97\x3d\x60\x3d\x97\xcb\x1e\x5c\xf6\x80\x2f\x2f\x7b\x70\xed\x16\xa3\xb9\x97\x43\x79\xe1\xd5\xb9\xff\x5c\x70\x67\xb9\xec\xb3\xea\x4a\x1c\x34\xe0\xfa\x1a\xa0\x9f\x9f\x24\x76\x45\x69\x6c\x76\xee\x3b\xb3\x34\x07\xa2\x61\xbb\x76\x54\x71\x21\x4b\xbc\xd0\xcb\x1e\x95\xa9\x6c\x0e\xc4\xe7\x60\xcd\x10\x36\x07\x02\x65\xfb\x08\x3a\xd8\x9c\xdd\xc6\x3a\xae\x92\x1c\x1a\xf7\x75\xd8\x0e\xf7\x75\x09\xa7\xad\x32\xac\x61\x17\x02\xde\xf4\x15\x73\xda\x3c\x61\xc6\xc5\xcf\x85\x3f\xc7\xcd\x63\x1e\x34\x2d\xec\xa8\x67\xc7\xb8\x18\xd6\x74\xa4\x39\x3b\x1e\x3b\xcd\x4d\x47\x3a\x1d\xe9\xc6\xa7\xe9\x48\x73\x1b\x59\x96\x8a\x92\x25\x6d\x87\xac\x3f\x1a\x5b\x20\x1d\x90\xe4\x7c\xed\xb0\xc1\xfa\xb3\xc8\xfa\xa3\xb1\x7e\xd2\x01\x81\xf5\xe3\xf8\x94\x25\x1d\x90\xdb\x65\xc6\x2e\x2e\xb7\xcb\x0c\x87\x31\x6e\x67\xb3\xdc\x8e\xee\x8d\xa2\xea\x02\xbd\xfd\xb1\x05\x6b\xa3\x41\xf2\xc7\x64\x6a\xd8\x67\xb2\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\xf7\xef\x4b\x26\x01\xf7\xb6\x2c\xdd\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xc3\x21\x1a\x0c\x91\x7d\x1f\x0e\x91\xc2\x20\xdd\xea\xc3\x79\x19\x9a\xf2\xe9\xc1\x70\x5e\x06\xac\x29\xdd\xc3\xd3\x1a\x26\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x74\xaa\x38\xd7\x5e\x32\x84\x69\x33\xb0\x0d\xed\x09\x43\x2f\xd3\x76\x4c\xb5\x16\x56\xd1\x74\xc9\xa8\x77\xa5\x0c\x61\xba\xc2\x17\xc4\x37\x92\xd3\x09\x55\x4e\xa5\x53\x35\x9d\x51\x6c\xbc\xa7\x33\x35\x9d\xa9\xa9\x07\x29\xa3\x36\x1d\xef\xe9\x48\x7e\x34\x47\x72\x3a\x92\x0c\xc7\x63\x3f\x3d\xc5\xa5\xbb\xff\xb1\x57\x9c\xe2\x8e\xc6\x10\x3d\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\x8f\x35\x2c\xc8\x6f\x5b\x3d\xce\xa8\x4c\x3e\x5d\x1f\x32\x79\x20\x3e\x3e\x2a\x93\x07\xca\x9e\xce\xd5\x6b\xa5\xaf\x61\x16\x92\xac\x54\x26\x9f\xc8\x29\x03\x39\xd2\x28\x88\x3d\x91\x53\x46\x41\xe4\xde\xd7\x58\x1e\x1b\xf3\xb7\x73\x83\x2d\xc4\x65\xb1\xce\x58\xee\x58\xdf\x0f\xcc\x0b\xb9\x3b\xf5\x40\xe0\x5f\x9d\x3b\x1a\xb1\x50\x0e\x4e\xfa\xb9\xbb\x1a\x80\xc4\x75\x32\x77\x57\xc3\xce\x3c\x1f\x1c\x89\x73\x77\x9e\x81\x8c\x2a\xa9\x4a\x5a\xed\x3d\x38\x76\xe6\xee\x34\x00\x71\x5e\x90\x9c\x06\x20\xf6\xa5\x8e\xa4\x51\x10\xb9\x73\x86\x3d\x0a\x8b\x97\x18\x80\x0f\x02\x37\x82\x34\x12\x20\x0f\xae\xd2\x0e\xf5\x8c\xa3\x4a\xc3\x9f\xb7\x6d\x07\xa4\x22\x69\x50\x0c\x4e\x76\x28\x0c\x80\xd8\x18\x72\x3d\xeb\xf3\xb8\xfc\x35\xb6\xe9\xd1\xfc\xb5\x86\x4f\x10\x73\x8a\xb3\xfc\x02\x46\xbc\x04\xbf\x26\x7f\x06\x1a\x86\xe0\x3c\xe4\xcf\xb8\xaa\x97\xa3\xc0\x07\xf4\x55\x4f\xdc\xc7\x17\x8d\x9f\xc3\x42\x27\xc4\x59\x2c\x66\xdb\xd0\xa8\x8e\x5d\x5a\x7e\x34\x4e\x56\x76\x41\x8d\xea\xc0\x43\xf6\xd8\x77\x46\x84\x93\xa0\x90\xd8\x9f\x52\x1f\x71\xa1\x1c\x3b\x62\x47\x27\x71\x21\x76\x7f\x8d\xc3\x61\x1e\xfd\xb0\xd8\x5a\x70\x07\x96\x6b\x21\x02\x0d\xe2\xe8\x56\xb0\xd6\x53\x39\xb8\x5f\xcf\xa3\x7f\x9f\x7a\xf9\x45\xaf\xb0\x99\x24\xde\xdf\xe5\x20\x0e\x29\x75\xff\x16\x72\x43\x78\x1c\xb2\x3c\x60\x15\x63\xe0\xba\x3d\xed\x28\x1a\x0e\x6f\xb7\xa7\xe8\xbf\xc7\xce\x1a\x3c\x54\xda\x80\xc0\x4b\x23\x8f\x61\xaf\x70\x72\x38\x38\xd4\xe4\xe1\x8a\x06\xe2\x70\x02\x5d\xd0\xc7\x74\x40\xae\xfc\xb9\xe8\x3e\x64\x45\x40\x6e\x95\xb1\x91\x13\x1d\xd3\x1e\xb2\x7d\x0e\x95\x46\xa0\x85\xbd\x51\x69\x04\x1a\xd6\x8d\x3c\x54\x1a\x0f\xdc\xe6\x0e\x4c\xbc\x79\xb8\xe0\x81\x26\x53\x38\xe4\x44\xc7\xe3\x84\xa0\x23\x1d\x8f\x13\x82\xf1\x88\x80\xa1\x3c\x1e\x27\xc4\x7b\x73\xf6\xdd\xf1\x38\x34\x4f\xf8\x25\xcd\x7d\x9c\x90\x07\x23\xe1\x57\xc1\x2d\xc9\x1e\x84\x9f\xda\x03\x8c\xea\x78\xbe\xe7\xf1\xd8\x03\xce\xb5\x98\x12\xf3\x78\xbe\x1e\x4c\xbc\x08\xed\x80\x53\xf4\x38\xf6\x21\xcd\xb1\x5f\x10\xfb\x45\x07\x64\x88\x40\x39\x76\x64\xcb\x21\x47\x04\x42\x75\xf6\x90\x21\x1e\xaf\x7d\x77\xf3\xbc\xf6\x9d\x0b\xb9\xcd\x99\x7c\xed\xfb\x8b\xc1\xd1\xbe\xbf\xf6\x1d\xff\x8f\x63\x4f\x2b\xb5\xa3\x0b\x5a\xd8\xdc\xd7\x7e\xca\x60\xb8\xf5\xc9\x43\x06\x03\x84\xcc\xc4\x80\x81\x3c\xb9\x15\x38\x8e\x4d\xda\x29\x8d\x76\x54\x49\x55\xd2\xb0\xd8\x09\x6d\x4a\x9b\x9c\x50\x24\x3d\x92\x60\x30\x47\x59\x3d\x35\xfc\x40\x68\xed\x92\x54\x24\xa1\x16\xb1\x39\x4f\x55\x68\xa0\x25\xab\xe8\xc4\x40\x20\x04\xf6\x9d\x3c\x55\xaa\x81\xf5\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb6\x98\x35\x74\x69\x9e\x8a\xfc\x72\x48\x1a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\xe7\xe5\x68\x5c\x8e\x37\xd2\xec\x54\x6d\x06\x72\x83\xbb\x9c\x97\x9d\xc2\x4b\xf0\x38\xe0\xde\xe7\x65\xaf\x70\xd6\x3e\xe0\x55\x27\x5e\x82\x79\xa2\x70\x1f\x87\xcd\x55\xe1\x3e\xb5\x0f\x56\x2b\xb5\x1d\x04\x41\x1d\x07\xf2\xdd\xd8\x0e\x21\x30\x2a\x27\x71\x1e\x1f\xac\x62\xfc\x5a\xb3\x6d\x8d\xb6\xa1\xfb\x1a\xee\x21\xac\x62\x34\x44\xf1\x70\xaa\xbe\x87\x5f\xda\xb6\xe6\x24\xa0\xd5\x1a\x02\x22\x24\xde\xbf\x79\x36\x27\x01\x2d\xff\x38\xd0\x13\x4f\xb5\x7c\x20\xb0\xe6\xe4\xa9\x96\x6f\xf0\xc8\x21\x9b\x33\x78\x44\x88\xc6\x46\x20\x90\xe4\x83\xd8\xd9\xca\x86\x93\x08\x51\x5d\x46\x61\x47\xf1\x67\x3f\x8e\xd3\x2f\x6d\x2e\xfe\xec\x18\xb7\xf3\x0c\x5b\x8b\xe1\x06\x83\x7a\x9e\x61\x6b\x31\x8e\x1c\x87\xbf\x76\x5b\xe7\x82\xd6\x38\x9c\x19\x00\x92\x27\xf7\xa6\xc7\x81\x92\x7f\x76\x2b\xed\xd8\xbb\x90\xbd\xa7\xd2\x07\x28\xc7\x61\x0d\x8a\x1f\x20\xaa\x2b\x5c\x6d\xe7\xec\xf6\x1d\xce\x73\xaa\x36\x03\xb1\xa3\x87\x9e\xaa\xcd\x40\x6b\x36\x4d\x8b\xc1\x89\x07\xd5\x71\xa0\xc6\x9c\xc3\xe5\xbc\x20\x89\x2d\xcc\x53\xad\x99\xf8\x8c\x72\xe0\x03\x92\x06\x68\x08\x11\x6e\x21\xf5\xd0\x73\xb2\xbb\x4f\xd7\xae\xaa\x0d\xd0\x22\x29\x26\xa7\x37\x08\xe2\x38\x91\xda\x06\x41\x64\x75\x05\x9e\x88\xed\xea\x0a\x04\x02\xcf\x96\xac\xae\x40\x83\x0f\x8e\x8a\x71\xc4\xe0\x83\xac\x84\xbc\x1e\x95\x8d\x55\x9d\x40\x20\x88\x2e\xca\xea\xc1\xad\x72\xfd\x71\x60\x52\xcb\xaa\xfe\x50\x8d\x31\x83\x15\x57\x2d\x32\x40\x2a\x5f\xea\x6d\x05\x4e\x16\x9e\x16\xa9\x83\xbf\xd0\x02\xbd\xae\x3a\x59\x95\x63\xcf\x51\x2f\xda\xe6\xb1\x07\x08\xad\x1e\x55\x1d\xa0\x2a\xa2\x2b\xfc\xa8\x2a\xa2\x81\xc4\x2a\x9d\x55\x11\x0d\x94\xa3\xda\x7b\x95\x4e\x20\x97\x8e\xf5\x53\xa9\x5d\x3d\xa1\x00\x79\xb0\x89\xab\x27\x94\xaa\xe6\x5a\x6d\x93\x9a\x2b\x10\x57\x95\xc4\x32\xab\xcf\x57\xff\x9a\xb8\xea\xc4\x01\x79\x84\x24\x2b\xe0\xe2\xe6\xb8\x9c\x10\x2e\x6e\x84\x28\x8e\x03\x17\x37\x59\x15\x7a\x17\x7c\xbf\x2a\xf4\xaa\xe1\x31\xd7\x05\xc9\x5f\x7b\x59\x67\xd7\xce\xb0\xbe\xdf\xa7\x81\xb3\x0a\x83\xcf\x3d\x5e\x56\x45\xd7\xe5\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x2e\xb8\xda\x25\xe7\x07\xf2\x2c\x92\x68\xee\x85\x8f\xd6\x61\xef\x2f\x0d\x04\x97\x3e\x5a\x21\x69\x4a\x62\xde\x2e\x04\xb2\x91\x14\xa9\x0f\xfd\xa1\xe1\x4f\x1f\xfa\xc4\x57\xbb\x1c\x9a\x84\x74\xd6\x16\xf2\x60\xe9\x35\x2e\x73\xb2\x5d\xd4\xea\x12\x6d\xd7\x90\x86\x20\xb9\x2a\xa4\x29\x89\xae\x72\xa3\x98\x4d\x06\x0e\xa4\x3c\xbd\xc9\xc0\xf5\xdf\x3e\x02\xf1\xa8\xff\x76\x36\xc2\x3c\x8e\xe0\x84\xd6\x30\x18\x0b\x89\xd5\x37\x9b\x46\x03\x20\x1a\x0a\xb9\x5e\xcd\xa9\x0b\xf3\x81\x13\x4e\xea\xc2\x2c\xb4\x40\x27\xd5\x85\x39\x75\x61\x3e\xb4\x54\xea\xc2\x2c\x04\x57\xda\xa9\x0b\x73\xea\x26\x7c\x10\x51\x9a\xba\x09\x0b\x79\x60\x1e\xd1\x4d\x38\x1b\xd1\x0d\x87\x87\xc7\xa6\x4a\x05\x44\xb3\x1d\x6a\x54\xfa\xc5\x1e\x58\xf7\x53\xbf\x58\xa1\x25\xea\xbd\x7e\xb1\xa9\x77\xeb\x91\xcc\x8c\xde\xad\x89\x8f\x6a\x39\x71\xdd\x4a\x9d\x54\x85\xe4\x62\x2c\xf5\x51\xcd\xc0\x07\xe7\xc4\x15\x31\x03\x1f\x1c\x21\x1a\x4c\x37\xf0\xc1\xc9\xc0\x0f\xe2\xdc\x58\x98\x81\x1f\x84\x10\x1b\x1c\x36\xd4\x6e\x02\x47\xc1\x73\x2b\xd4\xe0\xf9\x09\x48\x45\x7c\xc8\xeb\x80\x72\x6e\x08\xef\x90\xd9\x01\x71\xc2\x76\x42\x69\xab\xb3\xec\xf9\xd5\xe0\x3c\x03\xe5\x54\xff\x0d\xc5\x1c\x90\x5c\xe4\x65\x28\xe6\x02\x77\x89\x53\x2d\x22\x70\x97\x10\x5a\x62\x1c\x0a\x0f\x63\xe1\x61\x6c\xb3\x02\xa6\x3e\x16\x4b\x2c\x27\x71\x45\x19\xf2\x44\x60\x1d\x42\x21\x59\xe7\x9d\x14\x0b\x3e\xd5\x60\x04\x84\x87\xe9\xd0\x60\x14\x1c\xd7\x4f\xee\x75\x33\x14\x60\x40\xe0\x12\x99\xe1\x71\x1d\x88\xe2\x97\x1e\xb2\xf4\x0a\x3e\x8b\x6d\x93\xc1\xea\x15\xac\x1a\xa4\x57\x70\xc6\x3a\x16\xad\x62\x74\xd4\x73\x11\x10\xb8\x22\x67\x0c\x7f\x6d\x30\x1e\x84\xb8\x27\x9e\xc4\x1f\xb4\x86\xde\xa9\x3f\x71\x06\xf6\x80\xb3\x58\x83\xbc\x19\x08\x7c\x29\x33\x64\xcd\x41\x8c\xe4\x59\xe0\x3f\x21\xa7\x05\xa2\xb9\x40\x64\xb4\xf1\x58\x0c\x5d\x31\x34\xae\x00\x71\x38\x6c\xcf\x57\x8c\x3b\x27\x76\x8c\xce\xc1\x42\xaa\x7a\xe9\x1c\x9c\xc1\x81\xe3\xd4\x90\x1f\x6e\x0f\x20\x55\xe4\xc2\x03\x87\x3e\xc4\x67\xb1\xf3\x32\x5a\x7d\x88\x4f\x17\xa5\xe6\x16\x3d\x81\x4f\x4d\x04\x7a\x02\x67\x9e\x36\x97\x99\x4f\x0d\xe8\x40\x6c\xcc\x7c\x7a\x1e\x48\x37\x16\xbe\x0b\x99\x6e\x2c\x20\x88\x3d\xce\x74\x63\x25\x3a\xeb\x59\x30\x59\xe6\xf5\xd1\x60\x48\x8c\x47\xca\x2c\xf1\xb6\x2d\x27\x4e\x1f\xa9\xbb\xad\xd0\x02\xe5\x3c\x65\x79\x89\xfb\xc5\xa9\x89\x20\xd5\x3c\x81\x54\xf1\x4c\x15\xcf\x44\x7d\x3c\xf1\xcc\xca\x54\x7d\x04\x02\x0f\x92\x4c\xd5\x47\x20\xb9\xd2\x4e\xfd\x74\x53\xa7\xdc\x73\x67\x81\xe8\x94\x9b\x19\x56\xca\x6a\x48\xcd\xbf\xc0\xda\x71\x90\xac\x94\xb8\xfa\x93\x98\xee\x4c\x35\x43\x20\x97\x76\xfe\x53\xe1\x8d\xeb\xef\x02\x07\x82\xc9\x4c\x8d\xc8\xf9\xb9\x29\x1d\x90\x1c\x08\xec\xca\xe7\x6e\xaf\xb5\x2b\x03\x41\x4c\x55\xa6\x76\x65\x1d\x85\xcf\x1d\x3d\x5a\x47\xe1\xfc\x1c\x85\xd3\x62\x56\x7a\x5b\x8c\x45\xa5\x1f\xaf\x90\x07\xa7\xc7\xbc\xbf\x62\x6c\x8b\x1d\xbd\x5f\x3f\x5e\x21\x3d\xef\x65\xb7\x1d\x5d\x4e\x47\xd3\xba\xed\x40\x9b\x3a\xf7\x4b\x9a\x6b\x0a\x97\x41\x75\xf7\x54\x9b\x02\x92\x20\x97\x4c\x35\x5f\x20\x35\x96\xa7\x8c\x23\xb1\x9e\x9c\x3b\xba\x46\x6a\x3d\x01\x52\x0d\x5c\x37\x61\x21\xf1\x92\x48\xdd\x84\x85\x72\x7a\x17\xa2\x9f\xb0\x90\x87\x13\xae\x82\x0c\xac\x62\x0c\x87\x77\x6a\x40\x7a\x38\x48\xad\xcf\x78\xfb\xae\x62\x74\x6a\x38\x6a\x83\x51\x43\x49\xc9\xe1\xa8\x0d\x67\xd4\x79\xd1\x06\x09\xe4\xe1\x78\xab\x0e\xea\x01\x7c\xe2\xbf\x92\x7a\x00\x0b\xd1\x9c\x64\x95\x3b\x3c\x7c\x57\x31\xba\xa5\xdd\x37\x8d\x87\x76\x31\x6a\x92\xc9\x69\x4f\x61\xb8\xa9\x56\x0e\xc4\xe9\xaf\xa9\xdc\x25\x7e\x88\xe7\x81\x4a\x9b\x32\x9d\x94\xe9\x9c\x92\x1c\x71\x62\x15\xcf\x03\xe9\x98\x6a\x77\x40\x7a\x90\x4b\x8d\x2d\x89\x7b\xc0\x79\x6c\xd2\xdc\x50\x0b\xf2\xe0\xb4\x9b\x9a\x51\x74\x3b\x3e\x8f\xc2\x34\x6b\xe5\x00\xd2\xf3\x9e\x6e\xc7\xa9\xdb\xf1\xe9\x41\x5c\xb7\xe3\xbc\x09\xa7\x3d\x1d\xdf\x5b\x99\x0c\x04\x31\x0f\x79\x7b\xb7\x77\xe3\x87\x78\xda\xb8\x5b\x8d\xef\x36\xcf\x08\x7a\xd6\xed\xe9\xff\xbe\xec\x3d\x6b\xfc\xf6\x8c\x0d\xe4\xf7\x6b\xb2\x2b\xa0\x9c\x07\x07\xfb\x5b\x7e\x05\xc4\xf6\x15\xf3\xd7\x14\xfa\x07\x5a\xdb\xad\xd0\x07\xa2\xda\x0e\x85\xfe\xcd\x41\xf9\x3c\x60\x88\xb7\xfc\x0a\x08\xb9\xda\xed\x41\x19\x68\x19\x7e\xf9\x55\xe0\x80\xb0\xde\xf4\x4e\xce\x3b\x9c\x19\x4e\x11\xb7\x27\x54\xa0\x35\x2b\x90\x0f\xdd\xe1\xcc\xa0\xc7\xde\x0a\x7d\x20\x8f\x6a\x31\x66\xe6\x96\xab\x1c\x1c\x13\x6e\xb9\x0a\x90\x07\xf7\x6d\xb7\x5c\xe5\x4e\x07\x84\x03\xe4\xad\x46\x09\xe4\x51\xfd\xd2\x76\x24\x93\x75\x62\x93\xbe\xe5\x34\x40\xca\xca\x6e\x6f\xa6\x80\xc4\x09\x33\x6f\x6f\xa6\x6e\x8e\x6d\xe7\xb9\x49\x7b\xa4\xa1\xeb\xb3\xe9\x6f\x8f\x6d\x37\x4e\x92\xa7\x7a\xcb\xed\x21\x1b\x88\xd3\x49\x50\x3d\x05\xa2\x58\x81\xea\xe9\xad\xda\x72\xb2\x04\x6f\xb9\x1b\x10\x87\x15\xa8\xb6\xdc\xea\x01\x64\x08\xca\x5b\x3d\x00\x48\x62\x84\xf3\x76\x9b\xde\x5c\xec\x9c\xa7\xbd\xf2\x62\x07\x88\x28\x92\x1c\x22\xb7\x2e\x59\x67\xf2\x76\xeb\x02\xe9\x19\xfb\x76\xeb\xde\x8f\xbd\x42\xee\xdd\x9e\xb8\x80\xf8\xe6\x45\x0d\x42\xbf\xf4\xf3\x44\x4c\xeb\x97\x2e\xc4\x89\xa6\xaf\x5f\xba\x90\x5f\x47\xdd\xcd\xba\xaa\x9f\xa4\xb5\x49\x5d\xd5\x53\xaf\xf1\xf3\xa4\x06\xbd\xc6\xb3\xcb\x91\x2a\xc7\xf3\x6e\x57\x81\x2c\x1c\x2f\xba\x1c\x49\x97\xe7\xf3\x62\xef\xea\xf2\x2c\x24\x01\x8c\xa9\xcb\x73\xea\x7d\x7c\x92\xd4\x23\xf5\x3e\xce\x41\xda\xa0\xf3\x82\x35\x0e\x0d\x7c\x40\xc8\x06\x87\x06\x3e\xdc\x86\xcb\xd9\xe0\x52\x43\x33\x1d\x10\x2e\xf2\xe1\x7d\x38\x90\xe5\xfb\xb2\x4b\xea\x7e\x29\x6d\x48\x53\xd9\x3d\x21\xd1\xb6\xa1\x5a\xd1\x58\x48\x43\xb5\x02\x88\x75\xc6\xfd\xa9\xe8\x1e\xee\xe2\xd1\x6c\x26\x07\x9c\xa1\x21\x0b\x68\xcd\x0e\xaa\x88\xe8\xd6\x7c\x36\xf4\x74\xdd\x9a\x73\xe0\x48\x74\x7a\xc9\x3a\xd4\x27\x80\xd8\x50\xfe\x86\xe6\xa8\xc1\x19\xed\x6c\xc8\x8d\xe1\x19\x6d\xe8\x73\x02\xf3\x1f\x6e\x95\x41\x2e\x9c\xb3\xb1\x94\x87\x4b\x19\x88\xca\x26\x18\x5e\xd9\x0e\x22\x2d\x4f\xd2\x30\xe4\x50\x58\x01\x41\x8a\x8f\x1c\xea\xc7\x03\xdb\xc5\x19\xc5\x62\xaf\x34\x3c\x4d\x91\xa3\xc3\x7d\x31\x9e\x6a\x31\x68\xae\x34\xa0\x35\x96\xc1\xd0\x4e\x00\x84\x52\x79\x28\x49\x86\x62\x23\x10\x4c\x43\xb1\x01\xb4\xb8\xfc\xd2\x8e\x72\x56\x3c\x03\x25\x74\x78\x56\x1c\x46\xc2\x73\x2a\x1e\x2a\xc3\xf8\xf8\xae\x62\x0c\x88\x66\x6f\x20\xb6\x22\xc9\x0a\x5e\x7f\x8d\x3d\x3b\x34\x27\x00\x41\x32\x81\xd4\x2d\x38\x27\x0e\x26\x27\x79\xc3\x72\xea\x60\x02\x04\x59\x90\x72\xaa\x1f\xcf\xd3\xce\xb3\x55\xa6\x9a\x2f\x10\xfb\x65\xb1\x26\x09\xaf\x96\xef\xcb\x90\xc4\x94\xea\x47\x30\xb5\xa1\x4f\x6d\xe8\x34\x77\x6a\x43\x9f\x1e\x3c\x71\xce\xce\xe9\xc1\x13\x08\x6d\xe8\xd3\x83\xe7\xc4\xb1\xe3\x0c\xf4\xac\xa9\x63\x07\x10\xc4\x4b\xe6\xd4\xb1\x63\xe2\x68\x7a\x06\x52\x63\x2a\xbe\x80\x20\x5e\x2a\x27\x8e\xa6\x42\xec\x1c\x59\xe7\x75\x4b\x72\xd8\xc2\x5f\xb3\x6d\xd8\x96\x03\x8d\x64\xaa\xa7\x4f\x65\x61\x70\x12\x9f\xca\x42\x20\x48\xf0\x91\x53\x59\xa8\x37\xf5\xa9\xa1\x50\x6f\x6a\x21\x88\x77\x4d\xbd\xa9\x53\x6f\xea\x13\x67\xf5\xd4\x9b\x5a\x88\xed\xfb\x72\x48\x62\x28\x09\x81\xcb\xa9\x01\x07\xc8\x8b\x85\x8a\xb7\xf5\x07\xab\x18\x34\xf7\x1f\x4e\xd5\x8b\xc6\xcf\xa9\x89\x4f\xc3\xcd\xd9\xba\xd3\xa3\xf3\x0c\x6b\x28\x16\xb3\x06\xc2\x0a\xc8\x3d\x90\x53\x7d\x7d\x2a\x46\x49\x1f\x95\x53\x31\x0a\x64\x41\xa5\x9c\x8a\xd1\xa9\x72\xae\x0f\xc2\x54\x39\x07\x42\x49\x32\x15\x99\xf3\xf6\xd7\xd0\x79\xa6\xc7\x6e\x20\x0b\xdb\x74\x2a\xf8\x80\xf0\x9c\x35\x15\x7c\x93\x2b\xd0\x53\x1b\xc9\xf4\x0a\x14\x48\xef\x0f\xa7\x57\xa0\x13\xff\xd8\x33\x61\xe0\x53\xde\x00\x64\x09\xeb\xb4\xa3\x37\xf1\x13\x2e\xb7\xdb\x8e\x92\x18\xe5\x24\x6d\x49\x4e\x55\x7d\x20\x70\xcd\xce\xa9\xa6\x0f\x44\x41\x17\x9d\x6a\xfa\x93\xa8\x9f\x33\x4f\x69\xdf\xaf\x21\xe1\x5d\x33\x2a\xec\x93\x1b\xd0\x33\x39\x9f\x4e\x6f\x40\xa7\x1e\x80\xae\x40\x4f\xfa\x53\x4d\x3c\x91\xfa\x53\x4d\x7c\x9a\x78\xd0\x59\x96\xb9\xcd\xe1\xf4\xb9\x89\xb4\x72\x03\xe9\x6d\xcc\x54\x39\x9f\xd3\x5e\x21\x59\xa7\x42\x0e\x48\x2f\x46\xa6\x27\xfd\x49\xe8\xc2\x99\x8e\xb8\x06\x54\xa0\x05\x1a\xda\x54\x11\x98\x8f\xd3\xe7\x12\x54\xed\x06\x42\xbb\x9a\x6e\xf4\x42\x1c\x08\x7d\xdd\xe8\x73\xbe\x7e\xe9\x2c\x6b\x3f\x9d\xda\x4f\xdd\x1d\x1e\xeb\xa7\xea\x34\x51\x87\x39\x55\xa7\xa7\x51\x7c\xb2\x23\xd5\x69\xdd\xe8\xeb\xb7\xc1\xb5\xa1\xe9\x46\x1f\x97\xc5\x5c\x0c\x5c\x24\xd6\xcd\x4d\xe4\x45\x22\x10\xde\x60\x4f\x39\xea\x5c\x5c\x74\x15\xb3\x6d\x0e\xe5\x8b\xdb\xe8\x57\xa9\x43\x89\xd0\xaf\x04\xdb\xa6\x1e\xf8\xf9\x60\x38\xa8\xda\xd0\x1e\x0d\x07\x40\x90\xa2\x20\x75\xca\x4f\x1c\xf1\x4b\xd5\x86\xf6\xc8\x2c\x81\xa8\x5f\xb1\x94\x84\x80\x85\x7d\x3e\x1e\x08\x1e\x5c\x8d\xeb\x56\xea\xcf\x45\xf7\xe3\x45\xe3\x63\x9e\x25\xce\xc4\x8f\x7a\x08\x50\x2a\xb9\x6b\xf2\x51\x11\x79\x74\x45\xe6\x22\xe9\xf1\xa2\xd1\x40\x81\xaa\x47\x85\x81\x02\x42\x78\x7c\x34\x50\x20\x9f\xea\x78\xed\xd2\xa6\x34\x24\xb7\xbd\xf1\xbe\x10\x48\x2f\x97\x1e\xaf\x0b\x1f\x58\x7a\xdd\xd0\x2a\x1e\x59\x3a\x10\x64\x34\xcb\x47\x96\x0e\xac\x62\xfc\x9a\xbe\x7a\x40\xea\xd0\xf4\x78\xab\xf8\x5c\xae\x02\x58\xc2\xe3\x59\x06\xc8\x12\x7e\xe9\x40\x63\xa8\xae\x1b\x07\x97\x47\x43\x35\xd0\x1a\xa6\xc4\x47\x43\x35\x51\x07\xa5\x6e\xa7\x0d\xf9\xda\xfb\x32\x46\x7c\xa9\x37\x09\x91\x06\xab\x18\x35\xc8\xfa\x81\x20\x72\x31\x1f\x4d\x9f\xc0\x2a\xc6\x18\x69\xfb\x04\x52\xd6\xf1\x28\x20\x80\x24\xfb\x57\x3e\x0a\x88\x07\x01\x51\x35\xa4\x3e\x0a\x08\x20\x4b\x93\x64\x0f\xf4\x00\x44\x8c\x3c\xca\x07\xa3\x1f\x2a\x5e\xee\x69\xf4\x43\x3e\xe1\x02\x85\x09\x3f\xda\x7b\x1e\xed\x3d\x8d\xa1\x54\x3f\x03\x56\x31\x7e\x4e\x05\x0d\x48\x0d\x98\x8f\xa7\xb1\x27\x9d\x3f\xc7\x4d\x61\x00\x84\x9a\xea\xa3\x30\x78\xd2\x75\x04\xd3\x79\x34\xdc\x03\x49\x24\x50\x3e\x1e\xb3\x80\x2c\x2e\x54\x8f\x59\xcf\xed\xe8\xc2\x87\x1e\x85\xc1\xe3\x29\x88\x1d\xfb\x28\x0c\x88\x99\x28\x55\xf3\xd0\xa3\x8f\x0c\x10\xa4\xda\x48\xe3\x27\x92\x98\x89\x55\x8c\xe1\xd5\x14\x04\x44\x45\x2f\x7a\x3c\x2c\x19\x2c\x51\xb5\xfb\x1a\x2c\x21\xa4\x5e\x3e\x06\x4b\xe4\xd3\x5d\x95\xf0\xab\x47\x69\x00\x44\xb5\x02\xa5\x01\x10\x3b\x8a\xe8\xa3\xdd\xe7\xe9\x8e\xae\xd3\xac\x79\x18\xc8\xf2\xfd\x98\x9d\x7f\x9d\x2b\x47\x5c\x4e\x07\xc4\x85\xfa\xf4\xe8\x1e\x61\x44\x42\xd5\xaf\xd1\x88\x84\x7c\xc9\x5b\x50\xbd\xb2\x7a\x55\xb3\x80\xa8\x4c\xf3\xab\x96\xf5\xba\xc6\x55\xb0\xdf\xeb\xa3\xbd\xd4\xb0\xc6\xed\x75\x8d\x1b\x1e\x50\x77\x69\x2e\xa4\x97\x9c\x66\x95\x70\xa9\x7c\x9d\x67\x20\x76\x8c\x63\xaf\x8e\x9e\x38\xef\x97\x4a\x66\xc0\xd4\x7b\x5f\xc8\x13\x13\xe9\xab\x6a\xf0\x3a\x81\xc4\xa5\xe7\xeb\x04\x02\x49\x64\x62\xbe\x4e\xe0\xeb\x04\xaa\x77\xbe\xf7\xf7\x29\x26\xbf\xaf\xd8\x2d\xa9\x5b\x8c\x4a\x15\xfa\x40\x92\x02\x22\x5f\x85\xfe\x3b\xbe\x5f\xe3\x53\x25\x2b\x10\x0d\x93\xdf\xab\x64\xd5\x05\xbf\x6a\x6e\xd2\x05\x5f\x48\xb2\xcd\xa5\x2e\xf8\xf9\x22\x0b\xeb\xce\x12\x79\x95\x85\x40\x9c\xfe\x9a\xb2\xf0\xc5\x43\xa7\xea\x34\xff\xea\xa1\x03\x34\x6f\x9e\x5f\xcf\x08\x2f\x07\x82\xaa\x31\xe8\x7d\xbe\x1a\x1e\x2a\xdd\x21\x39\x59\xc8\xc7\xaa\x09\xf1\x55\x3e\x02\x4d\x35\xf9\x75\xd5\xbc\x4a\x34\xaf\x4f\x5e\x25\x1a\x10\x27\xb7\xb6\xaf\x12\xcd\xf0\x80\x8a\x41\xeb\x36\x3c\xe0\xde\xb0\x98\x57\x8c\x83\xf7\xc6\x89\x40\x08\x42\xeb\xef\x0d\x8b\xf9\xbd\x71\x48\xa8\xf8\x6a\xdc\x1b\x52\x4e\xc8\xf3\xf0\xcb\x26\x29\x2c\x16\xd0\x52\x9a\x43\x6e\xb1\x5b\x92\xbd\x5f\xbb\xf2\xde\x58\xbe\x42\x23\x65\xdc\xbd\xb1\x7c\xef\x4d\x31\x86\x61\xe6\xde\xaa\x0d\x21\x9f\x06\xd7\x8b\xf7\x86\x18\xbb\x37\x22\xd4\xea\xb1\xb8\xd4\xbd\x55\x6b\xc0\xbf\x7c\xdb\x25\x75\x48\x0a\xa3\xe3\xe2\xd7\x10\x46\x42\x70\x57\x72\x6f\x08\x23\xa1\xd4\xa3\xd1\xb6\xcb\x01\x41\x18\x91\x48\xf8\xde\x2e\xdb\xd1\xfc\xb5\x56\x16\xad\xf9\x6b\x5a\xcc\xf6\xf2\x53\xd9\x7d\x6f\xcd\xca\x14\x1b\xdc\xde\xdf\x5b\xfb\x7e\x19\x86\x72\x31\x49\xcd\x1e\xba\x41\x49\x08\x73\x1b\xc3\x21\x04\xdc\xf4\xde\xc2\xfa\x65\xd7\x47\x52\x2c\x3f\x1a\x6d\xb2\x58\x5a\x29\x39\x6e\x2b\x77\xca\xf7\x96\x56\x9a\x24\xec\xfb\x48\x56\x2a\x57\x27\xd4\xea\xde\xd2\x29\x4f\x22\x95\x0a\x63\x93\x4e\xb9\x7b\x96\x5c\xc9\xf7\x76\x3b\xe5\xd8\xdf\x71\x90\xbc\xb7\xdb\x09\xe1\x52\xb5\x7e\xab\xa5\x3b\xbf\xb8\x7c\x7c\xcd\x1d\xf6\x0a\x83\x73\x3d\x9d\xf2\xe1\xca\x30\x0c\xcc\x49\x1a\x7e\x39\xad\xf4\x62\x9d\x4d\x2b\x9d\x04\x27\x07\x53\x3e\xad\x74\xfa\x6b\xcd\x62\xfe\xda\x82\xb8\x76\xba\x30\xfd\x35\x37\x23\x01\xe7\xb7\xf1\x1f\x42\x90\x08\xe9\x26\x16\xe4\x97\xdb\x20\x8e\x7a\x2e\x7e\x7d\x17\x0e\x33\x37\x3e\xbf\x74\x60\x97\xb0\xdf\xf8\x8d\x53\x66\xef\x92\xb8\x43\x5b\x9a\xcc\x6d\x92\xef\x9b\x24\xde\xfb\x09\xe5\xb5\xcc\xda\xc1\xb8\x5e\xde\x87\x3f\x84\x6b\x9b\xab\x40\xb7\x9c\xfb\x5c\xcc\x00\x1f\xb3\xbb\x4a\xa9\x4b\x42\x10\x7e\x71\x9b\xc8\xf0\xbe\x96\x68\xa9\x4b\x53\xbb\xaf\x21\x65\xb1\x88\x7a\xae\x32\xcd\x32\x24\xb3\xba\xd6\x21\xe7\x26\x79\xd4\x2f\x77\x5b\x8d\xb8\x8e\xf5\x95\x57\xcf\x37\xf7\xb6\xc9\x4d\xf9\xed\xb5\xed\x1d\x84\x73\x91\x98\xf1\xf6\x06\xf5\x8e\x35\x69\x17\x93\x10\x84\xea\xdc\xb1\xd8\x5f\xdb\x56\x19\xaf\xe4\xee\x5c\x4a\x64\x72\x65\x73\x27\xf6\xaf\x3b\x71\x53\xdb\xc8\xc0\x78\x93\x0d\xe7\x83\x45\x5b\x3f\x66\x6a\x9b\xdb\x0b\xad\x0d\x4b\xf5\xed\x85\xd6\x9d\xe6\x82\xc4\x97\xef\x4e\x57\x25\xd0\xf0\x1f\xbe\x13\x23\xe9\x9d\x6b\xca\xda\x3a\x15\xde\x9a\xdf\xef\x1b\x63\x45\xad\x4b\xc8\xdd\x37\xc6\x0a\x21\x08\x8d\xba\x6f\xd9\xd0\x2d\x1b\x5a\x5a\xe1\x7d\xcb\x86\x34\x8e\x57\x82\x55\x6e\x8d\xe3\x42\x10\x7e\x74\x6b\x1c\x17\x4a\xad\x17\xbf\x86\x5a\x28\x24\x3e\xd1\xf7\xed\xf6\xc6\x5e\xbe\x8a\x49\x6b\xd2\x0c\x09\x4e\x48\x21\x29\x2d\x76\x42\xbb\xa5\x19\x76\x6b\xa5\x5d\x12\xf9\x03\xd2\x3a\x87\xa4\xc7\x2f\x69\xae\xa3\xa6\x39\xbb\x12\xb4\x76\x6b\xce\x16\x5a\xf8\x69\xfa\x6b\x89\x60\xc5\x87\xe6\xd6\x9e\x2d\x64\x29\x16\x73\xd8\x34\xdb\xc1\x2c\xb4\x70\x0b\xeb\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x7d\xdb\x8e\xdb\xa1\x64\x7b\xdc\x2e\xa2\xfb\xf3\xe1\xfc\xdd\x2f\xb7\x06\x5d\x21\xb6\xe3\x82\x54\x24\x39\xb8\x4b\xff\xbd\xbb\x62\x0a\x08\xbc\x9f\x6f\x33\x94\x08\xa5\x5e\x2c\x40\x53\x94\x08\x49\x5a\xf5\xbb\x2b\xb9\xba\x59\xbd\x36\xbf\x6c\x92\x9a\x5f\x16\x68\x21\x8d\x23\x1b\x92\xcb\xdc\x26\x42\x90\xf1\xf9\x36\xb7\x89\x90\xe5\xeb\x40\x97\x34\xfc\xb1\x1d\xda\x94\xe6\xa0\xf9\x63\x0c\x9a\x86\xeb\x4a\x12\xd3\x5b\xc3\xf5\xdd\x1d\xa1\xab\x52\xce\x11\xea\x66\x2d\x58\x1d\xd0\xf8\x7c\x0f\xc5\xf1\x85\x40\x18\x76\x0a\x88\x0b\xae\x32\xec\xd4\x70\xe5\x5e\x6c\xbe\xe1\xca\x1d\xfa\x72\x14\x49\xbb\x24\xa6\x1d\xab\xee\x3d\x5c\x45\x40\x1e\x56\xca\x79\xe3\xd6\xf8\x5b\x51\x9e\x6e\x8d\xbf\xb7\xc9\x2a\x6a\x43\x2f\x30\x59\x85\x10\x64\x0d\xba\x4d\x56\x71\x93\x5f\xa2\x54\x0e\x60\xb7\x09\x26\x84\x70\xa7\x0d\xa5\x10\x10\x04\xae\xdf\x43\x29\x34\x1c\x0f\xbc\xb1\x6f\x0d\x9b\xf7\x54\xcb\x20\xc7\xdb\x3d\x9d\x18\x20\x09\x66\xbf\xa7\x13\x33\xc9\xaf\x53\xf1\xe1\xbc\x27\x87\x54\x21\x8f\xbf\xc1\x32\x7e\x4f\xce\xb0\xb7\x66\xc9\x4a\x32\xad\x5b\xb3\xa4\x90\x38\xed\xde\x9a\x25\x6f\xcd\x92\x35\xe0\x98\x9a\x25\xef\xcf\x2c\x89\xa8\xd1\x2c\x79\x4f\x05\x7e\xd8\x4e\x39\x02\x90\x98\x4c\x6f\x0d\x89\xb7\x76\xbe\x1a\xc8\x3c\xed\x7c\xf7\x24\xb3\x78\x25\x16\xed\x9e\x61\xad\xb8\x82\xe2\xfa\x78\x4f\x3c\x09\xef\xe9\xd1\x0e\x8b\xf4\x4d\x42\x86\x0f\xf2\x80\xbf\x98\x96\xe1\xc6\x42\x58\x2a\x16\xe9\x5b\x13\xa1\x90\x38\x19\xdf\x98\x0b\x7f\xb9\x35\x07\x56\xd2\xd3\xdd\x9a\x03\x85\xe4\xc5\x8e\x5b\x73\xe0\xad\x9d\xaf\x12\x0b\x7e\x6b\x2b\xb9\x3f\x23\x84\xaa\x9a\x46\x08\x21\x09\x7a\xbf\x35\x42\xdc\xd8\x03\x4a\xc5\x9e\x7b\x6b\x10\x10\x5a\x63\xd9\x6a\x0f\xb8\xbf\xc3\x2e\xc9\x6c\x6f\x0f\xbb\x42\xe0\x62\x72\x1b\xea\x7f\x7f\xe7\x5f\x02\x90\x6e\xcf\xbf\x42\x73\x89\x7a\xfe\xbd\x1f\x7b\x9f\x0c\xdc\x63\xef\x81\x20\x7b\xf0\xfd\xd8\xfb\x47\x4d\x89\xac\x33\xf7\xe3\x1a\x05\x1a\xd6\xf2\xfb\x71\x8d\x92\x24\xa0\xd4\x64\x29\x9b\x25\x40\x68\x84\x11\xdd\x1e\xda\x6e\x83\xb5\x6b\xd6\xd5\x2d\x83\xb5\x85\x20\x40\xfc\x36\x58\xfb\x7e\x35\x08\x64\xac\xb6\xbd\xb2\x79\x20\x2f\xba\xf0\xba\x41\x3d\xb4\x5d\x1b\x8c\xd9\x43\xdb\xfd\xb2\x44\x2e\xec\x4e\xf7\xeb\x12\x79\x4d\x3e\x7f\x34\x48\x87\x24\xfd\x7c\xa8\x34\x6c\x07\xae\x1b\x17\xb9\xe1\xef\xd7\x4d\x0b\x24\x29\xea\xef\x17\xd7\x0d\xa1\x91\x9a\xfa\x7e\xd3\x3a\x59\x21\x17\xd6\xa1\xfb\x75\x85\xbc\x46\x09\x32\xf3\x9e\x1d\x6f\xc2\xb7\x57\x31\xba\xa0\x68\x01\xf2\xaa\xfe\xda\x94\x64\xaf\x0e\x8b\x59\x29\x72\x04\xaf\x92\xfb\x75\x74\x0d\xe9\xbe\xb6\x25\xe0\xbb\x27\x19\x61\xd1\x12\x5a\x91\xb6\x33\x6e\x0d\xd2\x21\xe9\xa0\xd8\x5a\xf8\xdd\xd3\x8d\x90\xd7\xe9\x97\x55\x92\x0d\x59\x73\xda\x3d\x8f\x08\x49\xb8\x62\xdf\xaa\x95\x56\x7f\xad\x52\xac\xfa\x6b\x04\xca\xb6\x4a\xdb\xaa\xbf\xc6\xa5\xfe\x45\x34\x4a\xdf\x30\xab\x09\xc1\xf5\x5e\xdf\xb8\xd4\x17\xf2\x5a\x9b\xad\x73\xaa\xf9\x20\xc2\x8e\x72\xb6\x11\xd6\x8f\xd1\x2b\x0e\x37\x42\x5e\xa7\xbf\x3f\x24\x0d\x8b\xf9\xe9\x94\xc6\x95\x42\xb5\x07\x8f\x24\x3b\x5a\xe9\x7c\xb5\xa3\xb8\xf9\x5f\x8d\x5f\xbb\xec\x28\x2c\x8f\x04\xa5\xdd\x93\x92\x10\xcd\xae\x5f\x0e\x2e\x11\xb6\xd5\x81\xbc\x1c\x0d\x62\x01\x2e\x7b\x7e\x39\x1a\x97\x6b\xe1\x62\x0a\x2e\x5b\x8b\x85\x8e\x27\x2a\xfa\x76\xd9\xd8\x66\x07\x2e\xfa\xd9\x3e\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xfa\x96\x8e\x37\xb7\x18\x17\x0e\x7a\x7d\x4b\x07\x9c\x5b\x8c\x70\xd4\xd2\x01\x77\xb5\xa1\x42\xf4\xed\x76\x65\xa1\xf8\xb3\x88\x8c\xe7\xee\x06\x6a\x5f\x65\x6d\xa1\x6e\xa0\xb6\x10\x28\x37\xdd\x40\x6d\xa1\x5c\x64\x55\xee\x06\x6a\x0b\x41\x3e\xe6\x6e\xa0\xb6\xb0\x8a\x35\x68\xaf\x34\xbc\x35\x97\xbe\xdd\x8b\xeb\x0f\x08\x0e\xab\xdd\x70\x6e\x61\x7d\x69\xb1\x5d\x1a\x96\x1b\xe6\x98\xd8\xee\x5f\xba\xf1\xc3\x17\xef\x5f\x75\xe3\x87\xbb\x31\xba\x17\xa1\x27\xdd\x18\x5d\x21\xb9\xe3\xeb\xc6\xe8\xf6\xf2\x8d\x47\xd2\x05\xc7\xe3\x7b\xc5\x6a\x31\xb2\x6e\xec\xa3\x50\x2e\xd2\x49\xf4\xdd\x0d\x09\xe4\x59\x25\xd1\xb6\x1d\xb3\xee\x45\xfe\xb5\xbe\x63\xd6\x15\x92\x53\x60\xdf\x11\xa6\x7d\x27\xcf\xe5\xb5\x9f\x3f\xcf\x76\xda\x77\x17\x10\x10\xe8\x30\x7d\xe7\xbe\xaf\xfb\x14\xd6\x45\x12\xd9\xee\x53\x58\x42\x22\xa7\xba\x4f\x61\x75\xc3\x36\xaf\xdd\x06\x38\x38\x40\x9e\x95\x66\x86\xbd\xc1\x6d\xee\xc2\x5e\xd5\x77\xdc\x55\x84\xe4\xf6\xb7\xef\xdc\xc6\xf5\x1d\xed\xfb\x22\x9f\x54\xdf\xf3\xa3\x99\x41\x97\x2f\xd1\xbe\xfb\xee\xb0\xe2\x1e\xd5\x3d\x4e\xf6\xfd\x4b\x7a\xbb\x48\x46\x50\x76\xde\x4a\x2a\xd7\x9e\x27\xb4\x43\x1a\xb7\x54\xac\xe3\x43\x9e\x66\x68\xe4\x45\xb8\x54\x37\x34\x52\x48\x64\x68\x37\x34\xb2\x1b\xf3\x78\xe1\x32\xd5\x8d\x79\xec\x3c\xb6\x53\x2e\xdc\x5a\x3a\x4f\xee\x7c\x90\x27\x3b\xdb\x87\x77\xba\xa1\x91\x17\x6c\xbe\x1b\x1a\x29\x24\xa9\x4d\xbb\xa1\x91\xc2\x2a\x46\xad\x88\x16\x21\xae\xa4\x5b\x88\x96\x7e\xd8\x7b\x7c\x58\xba\x67\xe0\xee\x83\x30\xc4\x84\x74\xc3\xbb\xfa\x29\xc3\xc5\xa7\xbf\x1b\x44\x25\x44\x5d\x7a\x56\x37\x86\xaa\x1b\x30\x75\xe1\x85\xd3\x0d\x98\x12\x12\x6b\x5d\x37\x60\xaa\x13\xf6\xb4\x8a\x05\xb4\x47\x1a\x3b\x7b\xc9\xda\x6e\xd8\x53\xff\xc2\x9e\x90\x2c\x86\x3d\x09\xe5\xc2\x23\xb5\x9f\xa8\x85\x42\x60\x21\xec\xa7\x3c\x92\x68\xa3\x55\x8c\x4a\x5d\x5c\x40\x10\x2f\xdf\x8d\x36\xea\x67\xb3\x1d\x07\xbf\x26\x5f\x03\x92\x17\xa2\xba\xf1\x41\x9d\xc8\x9f\x72\x11\x11\xdd\x0d\xfd\x11\xf2\xac\x92\x1c\x0f\x97\xe5\xd7\x53\x27\x0b\x48\x5e\xaf\xea\xa7\xcb\x92\x87\x64\x56\x31\xda\x9b\xfe\x5a\xfa\x6b\x0c\x65\xfa\x6b\x4e\x0c\xae\x3f\x5d\x53\x44\xff\x22\x62\x96\x0a\xd8\x0d\x88\x11\xca\xc5\x53\x60\xbd\xba\xdb\x81\x16\xbb\xc5\x76\x49\xb7\xc5\x76\x68\x5d\x1a\x5e\xcc\x4b\x57\xea\x55\x2e\xc9\x4b\x20\xe5\x22\x97\x5d\xaf\x5c\x4d\x09\x41\x5e\xb2\x5e\x95\xa1\x15\xd3\xdf\xc5\x9d\x62\xaf\x8a\x47\x20\x4f\x64\x7e\x55\x3a\x02\x41\x26\xed\x5e\xeb\x57\x81\xf2\xc6\x1f\x63\xa1\xd6\x6f\x4a\xd9\x58\xd5\x29\x05\x12\x97\xf6\x5e\x9d\x52\x43\x7a\x2e\xde\x66\xe9\x86\xf4\xf4\xaa\x76\x53\xe1\xd6\x35\xad\x21\x09\xc2\x44\x72\x13\xcb\xf3\x41\xe2\xc5\xd8\x8d\xe8\xe9\xd5\xd1\xc5\xb9\xa5\x6b\xd6\xe9\xf5\xf3\x6c\x5e\xcd\x35\x34\xa4\x5f\x32\xf5\xca\x24\x5c\x32\x75\x20\x39\xc0\xf7\x4b\xa6\xce\xbb\x1b\xe5\x22\x9d\x4c\xf7\xe1\x0d\x21\x79\xd5\xa5\x1b\x54\xd2\x2f\x9c\x92\xae\xda\xfc\xb5\x94\x86\xc3\xc4\xe6\x97\xb7\x24\xe6\x0a\x9f\xe8\x7e\x39\x94\x40\x9e\x4b\xe7\xee\x97\x43\x09\x34\x59\xd9\xe5\x50\x1a\x7b\x72\x91\xaf\xa6\x1b\x7b\xd2\x7d\x77\xe3\x22\x8f\x69\xd7\x5c\xd5\xaf\xef\x8e\x75\x7d\x6a\x38\x4a\xe7\xf9\x84\x72\xa9\x8c\x35\x85\x21\x10\xf8\xbb\x74\x9f\x52\xe8\x3c\x9f\x50\xae\x0b\xe6\xd3\x94\x7c\x40\x0b\x36\x73\x73\x8c\x9a\x3d\xbd\xae\x0a\x2d\xa5\xc1\xa1\x59\x20\x3e\xa5\xd0\x1b\xaa\xf9\x75\xb1\x2a\x9b\x8a\x0b\x90\x1c\x3c\x7b\x53\x71\x01\x42\x9d\xd0\x97\x0e\x84\x68\xfe\x98\xc2\xab\x61\xe1\xb9\xf0\x0c\xeb\xad\x7d\xb4\x25\xd0\x2a\xac\xa1\x61\xe1\x11\x62\x63\xc9\xf0\x38\xc2\x02\x86\x4d\xbe\x68\x54\x8c\x10\xd7\x46\x3f\x15\x3b\x4d\x35\xbf\x39\x6c\x61\x47\x79\xd5\xe0\x1b\x22\x39\x43\x73\xc0\x1b\x3c\x50\xdb\x5f\x37\xcc\x04\x33\x4a\xd7\xd4\xd7\x43\x79\x42\x0a\xc7\x1e\xca\x13\x20\xae\xcd\x62\xa7\x24\x98\x2c\x9d\x32\x16\x45\x58\x5f\x5a\xec\x92\x46\xf2\x65\xb4\x0a\x13\xa6\xf7\x50\xe3\x69\xc7\xcf\x83\xb7\x7b\xa8\x10\x01\x49\x3a\x84\x1e\xae\x81\x70\xc2\xf1\x1f\xeb\xe1\x84\x03\xc1\xcb\x05\x3d\x9c\xf0\x90\x23\x90\x6e\xac\x87\xb3\x0b\x34\xb2\xb3\xf4\x70\x19\x03\x71\xa2\x47\x86\xcb\x38\xd4\x97\x09\xa6\xe8\xe1\x3a\x8e\x4f\x5f\x96\xf4\xb5\x83\xb5\xb8\x59\xe7\x2b\xe9\xf5\x4b\x7e\x4d\xf9\x00\xc4\x59\x68\x86\xbc\x24\x5c\x17\x1e\x0c\xc2\x75\x01\x04\x46\xc9\x1e\xae\x0b\x43\x66\x2e\x5c\xdb\xba\xb6\xd7\x1e\xdf\x8c\x07\x35\x38\xe3\x40\x14\xa7\xcd\x19\x8f\x6f\xc6\x83\xd1\x77\xc6\x0d\x93\xc0\x04\xd4\x35\xc9\x76\xd3\x99\x5f\x1c\x4e\xbb\xe9\xcc\x85\xe6\xe8\x9a\xce\xbc\xa7\xfc\x30\xa8\x21\xaf\x8f\xb6\xf8\x21\x06\xde\x9e\xf2\x43\x82\x13\xca\x45\x56\x9b\x6e\x74\x82\x10\xbc\x46\xd1\x8d\x4e\xe8\x1a\x73\x2f\xfc\x4b\xba\xc6\xdc\x9e\xf8\x04\x5e\x58\xd9\x7b\xca\x23\x81\x50\x8b\x36\xef\x77\x27\xd7\x77\xb9\xb0\x80\xf5\xbc\xfd\x94\xf3\x75\xda\x05\x7b\xaa\xd3\x35\x59\x08\xba\x46\xdf\x4e\x5a\xe7\x72\x71\x61\xd1\xcd\xeb\x2c\x04\x61\xab\xfd\x76\xb9\xdf\x9e\x09\x89\xf8\xea\xb7\xeb\x1d\x48\xf7\xd8\xed\x7a\xbf\x15\x4a\x1e\x52\x6e\x59\x29\x90\x17\x1b\x5b\x6f\xed\x6e\xe2\xe8\x8b\x1c\x25\xdd\xc4\xd1\x42\x9c\xb0\x21\x13\x47\xf7\xdb\x55\x43\x8e\x92\x7e\xbb\x6a\x80\x24\x7e\xac\xdf\x8e\xf8\x7d\xa5\xc5\x68\xef\xe5\xa7\x0b\x12\x83\x77\xbf\x2f\x46\xfc\x56\xb1\x25\x6b\x58\xd7\xd4\x2c\xc4\x5e\x25\xd9\x05\x67\x01\xa7\xa4\xae\x71\xb8\xdf\xe1\xa7\x97\x34\x3f\x0d\x7b\x2f\xc9\x4f\xc3\xde\x33\xa9\x77\xd8\x7b\xfd\x3c\x99\x3f\xdc\xb9\x3f\x58\xc5\x0a\xb4\x90\x16\xfc\x1a\x5d\x50\x1f\xc1\x83\x7b\x15\xa3\xab\x6a\x8a\x40\xe2\xc9\xda\x6f\x15\x45\xbd\xa9\xaf\x64\xd5\x68\x6b\x16\xe2\x64\x0d\x6a\x6a\x16\x82\xc8\x97\xae\xa9\x59\x28\x17\x17\x0f\x5d\x53\x73\xd7\x7b\x98\x00\xc3\xae\xad\x59\x08\x1c\x48\xba\xb6\xe6\x6e\x4e\xeb\x8b\x50\xbc\xae\xdd\x57\x68\xa4\xbc\xeb\xda\x7d\x7b\x47\xc5\x6c\x38\x25\xf5\xae\x8a\x09\xa4\x1c\xb7\x3b\xf3\x1d\x21\xda\xb0\xac\xf4\x2e\xf7\x01\xb2\xb1\x2a\xbb\xdc\xa7\x9b\x43\xb8\x4a\x9a\x92\x5e\xbf\x5c\xe3\xd1\x5d\x20\x40\x92\x1d\xa9\x77\x17\x48\x27\x12\xa0\x61\x66\xec\x5d\x41\x05\x64\xb3\x69\x0a\x2a\x20\x79\x85\xa1\x77\x05\x15\xb0\xbe\x3c\xa1\xd9\x03\x6c\x96\xfb\xf7\xa5\x3d\x60\x05\x36\x2c\x3c\xbd\xbb\x02\x81\xd8\x1d\x22\x57\x60\xc7\xbd\xb2\x61\xe1\xe9\xdd\xe3\x16\x90\x24\x56\xea\x1d\xff\x83\xae\xd1\xbb\x71\x35\xdb\x35\x7a\x77\x8d\xde\x0d\xef\x99\xae\xd1\xbb\xeb\x73\x8d\xeb\x59\xd7\xea\xdd\x07\x4a\x50\x23\xaf\x45\x1f\xf2\x7b\x20\x35\x08\xe8\x85\x2d\x34\xf7\x95\x5e\xd8\x1d\x8f\xeb\xd2\x88\xe1\xeb\xba\x5c\x0b\x81\x83\x43\xd7\xe5\xba\x0f\x38\x5e\xc3\x01\xb0\x0f\x87\x17\x48\xcc\x93\x7d\xc8\xf1\x80\x55\x8c\x4f\xb5\x7c\x00\xd9\x98\xe5\xa1\x02\x31\x9c\x18\xae\x75\xfa\x70\x62\x80\x48\xd6\xd1\x70\x62\x80\xd2\xb8\x61\xe9\xc3\x99\x01\xb2\xa1\x2a\x0d\x27\x06\x58\xc5\xfc\x34\xa5\x91\x92\xfc\xb4\x6d\xf6\x8a\x63\x72\xe3\x72\xa6\x0f\xcf\xc1\x40\x90\xcf\xa9\x0f\x27\x06\x58\xc5\x6c\xef\x2b\x0d\xf3\x02\x46\x82\xe1\x81\xd1\x0b\x84\x56\xca\xcf\x83\xc0\xba\xf7\x0b\x42\x12\x8e\xd5\xbd\x5f\x10\xd6\xaf\x30\x49\xcd\xf1\x22\x56\x54\x21\x37\x64\x57\x40\x6c\x8e\xaa\xec\x0a\xc8\x1d\xc9\xad\xa7\x7a\x1f\x68\x52\x38\x9c\xf4\xa1\xc4\x04\x42\x8d\x5f\xdf\x75\x21\x2e\x27\xb2\x39\x32\xc8\xa9\x56\x8a\xbf\xef\x84\x9b\x6a\xed\xf0\xcb\x21\x69\x5a\xcc\x61\x70\xb4\x9a\x41\x6c\x90\x5c\xb2\x03\x89\xdc\x8a\x33\xa9\x44\x06\x12\x27\x97\x3e\x94\xc8\x40\x53\x84\x0e\x59\x2b\x90\xee\xf4\x21\x6b\xd5\x85\xbe\xf1\xba\x57\xd7\x85\x5e\x88\x13\xf5\x53\x17\x7a\x61\x15\x93\x66\xdf\xcd\xc5\xe9\x70\xcb\x5a\x81\xd8\x4e\x5b\x6b\xdf\x83\x14\x8d\xae\xf5\xb0\xeb\x18\xfb\xf7\xaf\x94\x5d\x0f\x17\xc5\xee\x8f\xb9\x28\xcc\xcb\x6c\xcb\xd2\xae\x63\xce\x68\x1a\x25\x4c\x03\x2e\xc4\xe5\x97\x9a\x33\x80\xd4\x84\x32\x3c\x12\x01\x49\x4e\xa0\x6e\x08\x80\x10\xa7\xeb\x40\xfe\xee\x95\x4f\x23\x5f\x60\x1f\x72\x03\xdc\xdb\x77\x4d\x5f\xde\x02\x75\xdd\xdb\x1b\x59\x1b\xbb\xee\xed\xfd\x73\x6f\x87\x69\xe8\xde\x2e\x24\xd9\x43\xfa\x54\xb4\x03\xeb\xcb\x03\x5a\x95\xc6\x4a\x43\x2e\xea\x04\xdf\xf1\x78\x5f\xc5\xfc\xb5\x90\x46\xc2\xfd\x6a\x3b\x52\x12\x9b\x10\x29\xeb\xcd\x93\xb0\xbe\xf4\xd7\xba\x34\x4c\x81\x5f\x3b\x86\x24\xf7\xea\xe9\xa7\x53\x9a\x6f\xf6\x59\xe7\x23\xc9\x69\x39\xad\xf4\x95\xf6\x92\xa2\x63\xcd\x9e\xfe\xf3\x7d\x56\xf9\xc8\x29\xad\x49\x63\xb3\x60\xbc\x9b\x8a\x28\xa0\xb4\x62\x4f\x95\x51\x40\xb8\x3f\xa7\xdc\x71\x5e\x2e\x49\xbb\x25\xa7\x02\x52\x2b\xe2\x94\x51\x01\x21\x53\xf2\xd6\xab\x4f\xc5\x05\x69\x9f\xbb\xae\xf7\x42\xe0\x62\xd5\xa7\xe2\x02\x08\xde\x8a\xed\x53\x1b\xf0\xfc\x98\x52\xf3\xd7\xec\xe8\x65\x5e\x70\x7e\x4c\xa6\x34\x3f\xa6\xe4\x2c\xcb\x75\x74\xd0\xd7\x94\xa1\x83\x7e\x9f\xcd\x8e\x22\x2b\xa7\x6c\x01\x88\x8a\xd2\x31\x65\x0b\x40\x90\x65\xa3\xeb\x9f\x2f\x24\x39\xa9\xba\xfe\xf9\x7d\x7e\x5c\x21\x2c\xe6\xbc\xf8\xb2\xb5\xd3\x22\x57\x00\x56\x31\x9a\xe6\x69\x0d\x08\x82\x9e\xbb\xd7\x76\x9d\x3b\xb8\x55\x4c\x9a\x4d\x0b\x9c\x81\x0f\x2a\x75\xd7\x7a\x47\xd7\xf0\xf1\xe9\xde\xd1\x09\x49\x82\xa6\xee\x1d\x5d\xc7\x8b\x7f\x15\x93\x66\xdb\xb8\xbb\xc1\x7d\xa4\x9b\x61\x5d\x58\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\xb8\x30\xc3\x79\xbb\xd7\x67\xba\xb2\x9c\x3e\xcd\xc2\x40\xd4\x43\x92\x13\x4f\xea\xc6\xa6\xee\x30\x65\x02\x40\x10\x3e\xde\xa7\x4c\xc0\xbb\xc2\x46\xb8\x74\x37\x26\xa0\xe3\x6b\xbd\xf3\xa0\x5d\xf7\xfa\xb0\x3f\x1c\x4b\x1b\xcf\x88\xf4\xc7\xbd\x0c\x04\x2e\x3e\xfd\x71\x2f\xeb\x91\xdd\x70\xc6\xed\x7a\x64\x0b\xb9\xa3\xa8\xea\x91\xdd\xf1\xbe\x5e\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x6f\x49\xbc\x49\xd2\x2c\x45\x0f\x9e\x6a\x73\x91\xc5\x8f\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x77\xbd\xb0\x85\x20\x6f\x49\xf7\xfe\x53\x28\x4d\x8b\xa6\x17\xa0\x42\x12\xd7\xdb\x75\xc2\x16\x1a\x4f\x51\x74\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\x34\xae\xe3\xbb\xc9\xda\x85\x58\xca\xca\x4f\xc5\xb5\xa9\xdc\xbb\xce\xdd\x6d\x87\xc1\xeb\xdc\x2d\xc4\xce\x61\x53\xe7\x6e\x21\xb5\x60\xeb\xdc\x2d\x24\x4e\x98\xfd\x51\x3b\x05\x82\x4c\x22\x5d\x77\x6f\x61\xfd\xbe\xc5\x1c\x2b\xae\x77\xb9\xa1\xee\x5e\xef\x0a\xb9\x73\x3e\xd2\xdd\x5b\x08\xb2\x86\xf4\x47\xed\xe9\x51\x07\x22\x7d\x5e\x37\xa3\xbc\x90\x24\xe2\xef\x8f\xdc\x46\x0f\xf0\xb6\xb3\x97\xf4\x00\x17\x12\xbf\xf6\xae\x07\x78\xd7\x03\xbc\xed\x18\x5d\xf5\x00\x17\x42\xe1\xaf\x07\xb8\x90\x44\x6c\x77\xf3\xce\x77\xdc\xb8\xd7\x97\xfc\x9a\x7a\xc9\x63\x1c\x2c\xfc\xec\xf1\x70\x0f\xc4\xe5\x3a\x54\x55\x79\x64\x4a\xf8\x7e\xf5\x47\xa6\x04\x24\x6e\xaa\xfd\x91\x29\xe1\x00\xbe\x8a\xd1\x03\x59\x90\x1e\xe0\xa4\xc9\xef\x7a\x80\x0b\xb1\xb9\x5c\x65\x4a\x40\x7e\xcd\x90\x29\x3d\xe1\x4e\x42\xdc\x3d\xea\x25\x40\xe0\x74\xde\x1f\xf5\x92\xc7\x44\xb1\x29\xc9\xf1\x56\x2f\xd9\xbf\x62\xf6\x33\xc8\x9b\xe8\x42\x57\x2f\xd1\x73\x9c\xdc\x75\x5d\xcf\x71\x61\x7d\x49\x6b\xe5\x70\x40\x34\x3b\x20\x87\xe3\xce\x7d\x15\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\x7a\xe4\x70\x40\xf3\xf6\xf1\x91\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xaf\x2f\x29\x26\x3b\x03\xe2\x70\x45\x6a\xf6\xe6\x52\x7f\x15\x63\x88\xd2\xce\x27\x09\x21\x30\x95\xe9\xd4\x2e\xac\x62\xf4\x54\x46\xa8\x57\x3b\x29\xff\xba\x5e\xed\x42\x92\x2c\xb0\x3f\xde\x2a\x3e\xea\x4c\xea\x17\x8f\x3a\x13\x10\xdf\x62\x96\x5d\x02\xab\x98\x34\xc7\x43\xa5\x29\xec\x95\xe3\x91\xae\xdc\x6a\xdb\xec\x3c\x79\xa0\x48\x14\xd6\xf5\x41\x10\x4a\x53\xfc\x3f\x72\x5a\xbc\xc9\x77\xdb\xa1\x5f\x82\x90\xaa\x1c\xaf\x47\xe0\x57\xcd\x44\x11\xf8\xaa\x99\x00\xa9\x3d\x5b\x97\x73\x21\x89\x77\xed\xba\x9c\x0b\x49\x16\xc0\xfe\xaa\x98\x00\xb9\x23\x13\x5f\x19\xe8\xfb\xf1\x41\x56\xae\x89\xf1\x85\x74\x6c\x4d\x8c\x2f\x24\xef\x5d\x74\x13\xe3\xf7\xd7\x43\xb1\xdb\xe0\x95\xed\x00\x8d\x07\x7e\xfa\x2b\xdb\x79\x3f\xb6\x63\xd3\x64\x3b\x40\xca\xd6\x5e\xd9\xce\x2b\xdb\x41\xa0\xe8\x91\x21\xa4\x97\x70\x7a\x64\xf4\xd7\x73\xf2\x5f\xbf\x0c\x69\x3c\xa4\x7a\xd2\x34\x39\xd1\xfb\xb1\x1d\x0c\xf2\xaf\x6c\xe7\x35\x43\x52\xf5\xd7\x1c\xc7\xcb\x1e\x20\xae\xf5\xc0\x17\x1a\xa9\x84\xfa\x2b\x8f\x01\x56\x31\x7a\xa0\x4a\x03\xe4\x57\x81\xe7\x28\x20\x78\xc9\xad\xbf\x9e\xa3\xde\x8f\x3b\x71\xf3\xf7\xca\x9d\x80\xf0\x20\xfe\xca\x9d\x5e\x0f\x52\xdf\xef\xdb\xa9\x8f\x3b\xa5\xed\xb0\x57\x70\x27\xcd\x76\xaf\xdc\xe9\xf5\xe5\x2e\x14\x09\x1d\x54\x84\x6c\x9c\xad\x74\x50\x11\xe2\x9b\x62\xf9\xd5\xab\x16\x45\x6e\xc6\xfe\xca\xb0\x5e\x19\x96\xab\x4f\x86\xa5\x1b\x4b\x23\xb3\x43\xd7\x8d\x45\x08\x2f\x3b\x74\x63\x11\x42\xa3\x81\x6e\x2c\xfd\x95\xed\x1c\x58\xc6\x7c\x9a\x40\x48\x9c\xca\xfa\x2b\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\x68\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0e\x3b\x2a\x07\x00\x82\xa0\xdd\x6e\x08\x84\x10\xbc\xa2\xd8\x0d\x81\xe8\x3e\x56\xd0\x48\xa7\xd8\xf5\x76\x11\x72\x0d\xc7\x4f\xc5\xb5\x6f\x19\x74\x1d\x5f\x1a\x09\xb1\xba\x6f\x19\x74\xdc\xfa\x77\x9c\xe9\x87\xbe\x30\x42\x70\xdb\x37\x74\x85\x19\xfa\xbd\x34\xd8\xde\xd0\xef\x45\x48\x62\x57\x86\x7e\x2f\x63\xf3\xe8\x42\xc4\xc1\xd8\x50\x81\x84\x38\xc3\x2f\x87\x24\x2f\xb7\xac\x60\x4a\x9a\x18\x4a\x2a\xa4\x47\x12\x7c\x0a\x0f\xad\xa1\x13\x8d\x10\x64\x35\x1e\x3a\xd1\x08\x79\xac\xc3\xfa\xd8\xaa\xad\x25\x27\x3d\x49\x3b\xc6\x86\x86\x25\x24\x09\x3b\x07\x6e\x37\x0b\x9c\xb4\x83\x96\x55\x3b\x60\xf6\xcc\x42\x9f\x60\x23\x43\x87\x99\x46\x86\x8e\xa1\xc3\x8c\x10\x3c\x37\x32\x74\x98\x19\x38\xc7\x94\x76\x38\x6a\xd5\x1e\x60\xed\xc7\x87\x66\xe8\x1c\x23\x24\xdb\x77\xe8\x1c\x23\x24\xab\x6e\x18\x59\x30\x36\x55\x15\xd2\xa4\x8c\x0d\x06\x21\x24\xbb\x6b\x6c\xa8\x2a\x42\x69\x24\x95\x18\xf8\xc5\x7c\x90\xc8\xc4\xa1\x77\x8c\xb0\x8a\xd1\xf9\xcb\xf1\xc6\xaa\x73\x2d\x41\x3c\xb6\xcb\xd6\x6a\x6e\xbb\x24\xd9\x5a\xb9\x0d\x77\xf9\x83\xa0\x85\x0f\x1a\x59\x04\x87\xa1\x0b\xc3\x40\x84\x86\x77\xf9\x30\x10\x41\x88\x76\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\x6d\xee\x88\x4a\xaf\x60\x2d\x42\x5c\x07\xad\x85\xb5\x08\xa5\x1d\x97\x9f\x3a\x1e\xb0\x96\x63\xb3\x4e\xc7\x43\xc5\xe7\xb0\x0b\xcd\xce\xc3\x48\x08\x9d\x1a\xba\x01\x0d\x7d\x7e\x1a\xae\x07\x43\x9f\x9f\xb1\x79\xfc\x20\x4b\xca\xd8\xd2\xa1\xc4\x06\xc1\x7d\xda\xe0\xd1\x8b\x0f\x4a\x3b\x92\xd5\x96\xfe\x5c\xba\x74\x25\x39\x94\xdf\x46\x73\x9a\x6f\x07\x89\x8d\xc6\xb5\xfa\xd0\xe9\x67\xe0\x92\xb3\x8a\xad\x3e\xe8\x93\x23\xb4\x2c\x14\x73\x39\xfb\x9e\x42\x23\xe4\x62\xf8\x9e\x82\xd0\xc8\x6a\x3f\x7c\x4f\x61\xf0\xc4\xc1\x2a\x56\xa1\xbd\xd2\x30\x6d\x33\x59\xc5\xe5\x06\x24\xa9\x27\x87\x2f\x20\x08\xa5\x9d\x3b\x5f\x22\xef\x84\xe4\xde\x7e\xf8\x02\xc2\x28\xb8\x23\xb4\x13\x26\x50\x9c\x53\x20\x9b\xcd\x75\x4e\x79\xaf\xa0\xb4\xaf\xa7\x4e\x20\x10\xcd\x0a\x9c\x3f\x5d\x88\x1a\xae\x12\x43\x17\xa2\x51\xe4\xa3\xb8\x2d\x8c\x92\xd6\x80\x26\x75\xed\x92\xac\xc1\xe1\x25\x3c\x69\xe8\x42\x34\x70\x21\xf2\x35\x97\xa1\x0b\xd1\xd8\xb9\x0c\x6e\xe4\x2b\x18\xbb\x4c\x05\x08\xf2\x9a\x8c\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xec\x08\x6d\x21\xaf\x8b\x62\xd8\x2f\x84\xd2\x70\x14\x19\x7a\x1a\x09\xc9\xfd\xf0\xd0\xd3\x68\xec\xf8\x9d\x35\x9e\xbc\x19\xbb\x0b\x0e\x88\x33\xa8\xa0\xd9\x0e\x7b\xcf\x7b\x31\x43\x1f\xa1\xb1\x73\x95\xd2\x70\x19\x1f\x3b\x32\x49\x08\x1c\xcb\xc7\x1e\xb6\x0d\xcf\x8b\x46\x0a\xd7\xb1\xa3\x82\x0a\xc1\x4b\x8b\x63\x4f\xbf\xd4\xd5\x94\xdd\xb6\xe7\xf7\x65\xa5\x1d\x96\xb2\x57\x89\x33\xfb\x2e\xc9\x4e\x11\x95\xd7\x88\x31\x18\x7b\xda\x2b\x94\x52\x82\x35\x06\x0e\x49\x1f\x04\x29\x84\x86\x6e\x49\xe3\x73\x4b\xb2\x4f\xee\xa1\x5d\x9d\xb4\x5e\xd2\x86\x34\x3c\x37\x2f\xdb\xef\x08\x71\x49\xd7\x2a\x5b\x12\x57\xa6\x0f\x82\xa8\x83\xa1\x43\xd3\xd8\x0d\x6b\x39\xd6\x8f\xe9\xd0\x24\x84\xfc\xee\x50\x58\xe9\xe3\xd4\x88\x61\x18\xfa\x38\x09\x51\x11\x39\xfa\x38\x8d\x43\x93\x2e\x6f\x1d\x8d\x03\x4d\x44\x88\xab\x4a\x1a\x92\x98\xa9\x6b\xe7\x53\x67\xea\x70\xa6\x2e\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\x42\x88\xc8\x38\x1c\x10\x20\x62\xff\x79\x88\xf6\x38\x1c\x2e\x7d\x9b\x1a\xde\x93\x43\xdf\xa6\x61\x7c\x0f\x49\x76\x87\xbe\x4d\xe3\xd4\x48\xc1\xb5\xf7\x38\x31\x52\x08\xc1\x03\x4f\xe3\xc4\x48\x31\xce\x93\x09\x71\x69\x9f\xca\x63\x20\xf1\x46\x1a\x66\xb3\x1e\x7a\x4a\x35\x67\x5c\x4f\x29\x21\xb9\xf6\x1e\x7a\x4a\x0d\x3d\xa5\x1a\xce\x9e\x43\x4f\x29\x21\x48\x96\x38\xf4\x94\x1a\xa6\x96\x6e\x57\xf3\xd7\xba\x34\x4d\x9a\x27\x24\xdb\xe1\xd5\x08\x4f\x38\x8e\x53\xa6\x03\x34\x12\x76\x0e\x13\x44\x8f\x53\xa1\x71\x05\x0d\x51\x68\x9c\x66\x8d\x62\xe9\x99\x5d\x79\x98\x4a\xb9\x71\x0d\x39\x4c\xa5\x2c\x04\x0f\x14\x0c\x53\x29\x0f\x53\x29\x37\xee\x17\x87\xae\x52\x42\x69\x44\xb4\x0d\x73\x29\x0b\xa1\x48\x36\x97\xf2\x38\xf3\x2b\xc6\xc0\xa5\xc5\x12\x37\x92\x2a\xe9\x2b\x06\x2b\x85\xe7\xe8\x29\x25\x84\xf2\x4c\x4f\xa9\x71\xba\xed\xda\x4e\x3b\xdc\x76\x40\x60\x5e\x19\xa7\xdb\xee\xf4\x2c\xd8\xd8\x03\xa7\xfb\x0e\x08\x12\x22\x8f\xd3\x65\x76\xba\xef\xda\xe1\xa7\x0e\x6f\x3a\xcd\x56\xe0\x34\xbb\xb6\x08\xde\x18\xba\x67\x0d\xdc\xb3\x7c\xe4\x67\xe8\x9e\x35\xaa\xea\x1f\xbe\x1a\xa3\xba\x7d\x80\x20\xcc\x7c\x54\xd5\x3f\xa0\xb4\xc6\x2c\x54\x6c\x67\x42\xe2\xc2\x36\x2a\x2e\x1d\x43\x2f\x2e\x5f\xb7\x19\x7a\x71\x09\xd1\x96\x52\x3d\xf4\xe2\x12\x82\xb7\xce\x46\x75\x55\x56\xef\xf0\x70\x98\x19\x55\xcd\xae\xea\x9d\x8a\x16\x57\xd5\xec\xaa\x92\xb0\xb1\x63\xaa\x92\x10\x88\xca\xf4\x55\x25\x61\x75\xb9\xe1\xa4\x33\xaa\xcb\x0d\x88\x06\x1f\xaa\x2e\x37\x20\x64\xf2\x55\xf1\x00\x04\x8f\x34\x8d\xaa\x78\x00\x82\x47\x6b\x46\x55\x3a\xd4\x6f\x65\xc1\xe8\xf4\xf5\x1a\x55\xe6\xdd\xd0\x47\xaa\x8b\x01\x68\x98\x36\x46\x75\x31\xe8\x12\xd6\x48\x3d\x34\x74\x09\x13\xb2\x15\xbf\x74\x3c\xb8\xe0\xf6\x4d\xd5\xa1\x4f\x98\x10\x5b\x48\xb2\xef\xce\x32\x2e\x1b\x43\x37\xb1\x81\x9b\xd8\xae\x9e\xa1\x9b\x98\x50\xbc\xa7\x1e\x97\xbc\x14\x48\x37\xc2\xc5\x35\xc9\xb8\x5c\x0c\x98\x3e\xc7\xe5\x62\xb8\xcc\x91\xdf\x24\x55\x49\x97\xc5\xac\xa1\x49\x43\xb5\x43\xdf\xb9\xb8\x13\x19\x97\x93\x80\x9b\xdf\xb8\x9c\x04\x20\x32\xf9\xd2\x49\xb8\x3c\xd0\xba\xaf\xae\x66\x43\x38\xd0\x6e\x76\xa1\xf9\x65\xfb\xbc\x38\xd6\x58\xea\x3a\x36\xae\xaf\xf7\x6d\xf5\x5e\xd7\xb1\x81\xeb\xd8\xc1\x6d\xe1\xd0\x75\x6c\x34\xef\x2c\x70\xe3\x18\xfa\x67\x09\xc1\x85\xf9\xd0\x3f\x6b\x34\xed\x7e\xbc\x63\x3d\xcc\x47\x2c\x04\xde\xd6\xa3\xa9\x25\x37\x8f\xd1\xbc\xbe\x3a\x9a\x8a\x11\x10\xe4\xdc\x1f\x7a\x76\x8d\xa6\x0c\x22\xd1\xff\x68\x32\x24\x20\xc9\xd9\x34\x9a\x32\x48\xd7\xae\x46\x62\x96\xa1\x6b\xd7\xd0\x41\xab\xe1\x2a\x31\x74\xd0\x1a\x38\x68\x1d\xdc\x40\x0f\x1d\xb4\x84\x12\x1b\x27\x9f\x70\x52\xc3\xf7\xca\x61\x5b\xe1\xa4\x9a\xdf\x37\x48\x6b\x32\xcc\xef\x2b\xe4\xc6\x80\x98\xdf\x77\xe0\x33\x55\x7c\x35\x7e\xe8\x34\x25\x04\x79\x2f\x46\xb8\x01\x83\xb1\x34\x78\x69\x84\x63\x09\x44\x85\x69\x87\x63\x19\x5c\xfa\xfb\xc4\xc3\x08\x4f\x21\x40\x7a\x36\x0c\x87\x37\x9a\xc5\xd0\x14\x43\xfd\x09\x08\x6e\xcc\x87\x6e\x4e\x23\x88\x5d\xfa\xc6\x37\xc2\x1a\x30\x2e\x6e\x08\xe0\xc0\xb8\x38\x22\xed\x02\x63\x19\x72\x68\x20\xc9\x34\x32\xc2\x4d\x09\x14\x9f\xc1\x18\xe1\xae\x04\xa2\xe6\xdf\x20\xbb\x43\x8d\x2b\x88\x11\xd0\xc7\x65\x84\x1c\x1c\x48\xee\x21\x46\xc8\xc0\x83\x63\x45\x10\x85\x30\xc2\xbd\x0d\x04\x3e\xf1\x23\xdc\xda\x7a\x68\xc5\xc6\x59\x5a\x0f\xad\x11\x4e\x39\x5b\x4a\x0f\xad\x91\xdf\x5c\x52\x43\x3a\x97\xe9\x5c\xc2\x9e\x74\xda\x12\x92\xb7\x91\x87\x4e\x5b\xc3\x64\xb4\xbe\xff\x3d\x4c\x46\x2b\x34\xc2\xe5\x86\xc9\x68\x85\xe2\xcb\x86\x23\x5d\xf0\x40\xe2\x98\x31\xd2\x63\x21\x39\x69\x8b\xf1\x49\x23\x5d\xf0\xa9\x9c\xae\x92\x42\x12\xcd\xe5\x1d\x8e\xa1\x6f\xd7\x20\xf1\xeb\xa2\xd1\xde\xb0\x56\x0c\xb4\x5c\xa5\x0c\xb2\xc0\x7e\x90\x2e\x64\x73\xc1\x8e\x84\x73\x06\xb7\x41\x23\xe5\x9c\x40\xba\x1a\x75\x14\x1b\xe9\x50\x12\xac\x30\x74\x01\x1b\xb8\x80\xf9\x54\xc9\xd0\x05\x6c\x10\xe3\x5b\xbe\xc5\x6d\x90\xaf\x90\xc1\xa2\x35\xc8\x77\xe8\xdb\xf5\x9d\x32\xf5\xed\x12\x12\x77\xcf\xa1\x6f\xd7\xd0\xb7\x2b\xc8\xc3\x32\xf4\xed\x12\x02\xdf\x92\xa1\x6f\xd7\xb8\xc9\xdd\x17\xfb\x46\x43\x54\x8d\x80\x24\xe8\x79\xf0\xf4\xff\x2f\x03\x77\xaf\x55\x6c\xf5\x54\x7f\x2f\x21\xb8\x07\x1c\xb7\x07\xb9\xdb\x39\xc5\x37\x77\xdc\xce\xe9\xed\x26\xdb\x25\xd9\x05\x18\x6c\xec\xec\x6c\x83\x92\x85\x74\x7b\x1a\x93\x3c\x0c\x40\xd6\x59\x6a\x18\x80\x2c\xe4\xf6\x91\x42\xd2\x6d\xb1\x0a\xad\x4b\x83\xaf\xed\x56\x60\xaf\xb8\x95\xd8\x36\x2b\xb0\x57\x6e\xf6\xfd\x2b\x66\x73\x9b\x3c\x81\x1f\x73\x81\x00\xab\x18\x9f\xaa\xa1\x01\x49\xc0\xf7\xb8\xd5\xd0\xf0\x1d\x2b\xb1\xc3\x00\x74\x1e\x13\x92\x10\xae\x71\x87\x23\x1e\x56\xca\xf6\xd0\x79\x4c\x68\x84\xae\x8c\xdb\x15\x08\xc4\x85\xc0\xb9\x5d\x81\xb7\xdc\x64\x77\x9a\xe5\x26\x40\x10\x99\x36\x6e\xb9\x89\x21\xd4\xbe\x8d\x3c\x0c\xa1\x16\x12\x0b\xe4\x30\x84\x7a\xe8\x76\xa6\x23\xd7\xd0\xed\x6c\xe0\x76\x76\x90\xe4\x61\xe8\x76\x36\x8c\x67\xf6\x39\xa7\x61\x3c\xb3\x90\x5c\x5f\x0c\xe3\x99\x85\x62\xe0\xce\x30\x9e\x59\x08\xde\x30\x1f\xc6\x33\x0b\x25\x30\xf4\x0f\x03\x9a\x85\x54\x3e\x1a\xcf\x3c\x70\x5c\x2b\xbe\x20\x3b\x0c\x55\x16\x32\xbe\x76\x0c\x49\x0e\xe5\x65\x7b\x1f\x69\x1e\xba\xad\x80\xa1\xec\xf5\xab\x94\x4f\xdd\x1e\x40\xca\xf1\x74\x89\x1b\x38\xb6\x15\xdf\x70\x1c\x7a\xb6\x09\xb1\x05\xed\xd0\xd0\x06\x14\x1f\xd1\x1f\xbd\x7e\x35\x10\x76\x81\xe9\x4a\xff\xb7\xa1\x2f\x9a\xe9\x76\x86\xbe\x68\x42\x92\xec\x6a\xe8\x8b\x36\xfa\xb7\x78\x61\x04\xbd\x7d\x34\xae\xa2\xfd\xd2\xc5\xdb\x5d\xbc\x48\xfd\xee\xe2\xd5\x3d\x2d\x34\x4a\xe9\x9e\x36\xba\x62\xe9\x70\x2c\x15\x4b\x40\x34\x27\x4b\xb1\xd4\x5d\x82\xc4\xcf\x8e\xee\x12\x04\x42\x8d\xaf\xbb\x04\xbb\xeb\x8d\xac\xcd\xa3\xbb\xde\xba\xd2\x8b\x93\x78\x77\xbd\x75\xb9\x20\x99\xe2\x47\x97\x0b\x02\xd1\x50\x0c\xbb\x5c\x10\x28\xc1\x83\x00\xa3\x2b\x64\xba\x8f\xa4\x3b\x59\xea\x8f\x7a\xd8\xc5\xe1\xcc\xb8\x2c\xf1\xb0\x3b\x48\x8e\x31\xf4\xb0\x13\x1a\x66\xfc\x31\xd4\x34\x80\x24\x81\xff\x18\x6a\x1a\x83\x73\x6a\x68\x76\x1d\x9e\x53\x81\xdc\x4e\xbf\xbc\x25\x71\xbf\x55\x25\x75\x49\x64\xf2\x84\xb9\x0d\x57\xdb\x50\xd4\x69\x75\x1d\x2e\x2d\x20\x78\xd1\x6f\x0c\x45\x9d\xd9\x50\xe3\x6f\x49\x47\x3e\x4c\x96\x2a\x24\x99\x22\x86\xc9\x52\xc7\xe0\xf6\x28\x0e\xdb\xe4\x92\x02\x52\xd5\x44\x9f\xbf\x81\x33\x5f\x31\xa3\xdd\xd0\x9b\x4f\x48\xdc\x38\x87\xce\x7c\x43\x5f\xbb\x20\xa3\xcc\xd0\xd7\x6e\x7c\xbe\x76\x61\x31\xa6\xc3\xdc\xaa\x41\xd6\xe4\xa1\x7f\x9a\x90\x9b\x9d\xf6\x60\x8b\xff\x59\x09\xd2\x21\x0f\x43\xee\x85\xe0\x7e\x6a\xe8\x8b\x26\xac\x62\xb4\xd7\x05\x3a\xbe\x95\x87\x66\x66\xc8\xbd\xd0\x02\xee\xaa\x2f\xd7\x18\x2a\x44\x27\x67\x67\x43\xee\xc7\x17\x72\xcf\xd1\xc8\x90\x7b\x61\x15\xa3\x06\x8d\x4c\x40\x6c\x08\xaa\xa1\x91\xc9\x84\xae\xbe\xbc\x30\xf4\xe6\x12\x82\xf4\xfb\x43\x6f\xae\xa1\x37\x97\xa9\xfb\x87\xde\x5c\x03\x6f\xae\x03\x37\x9c\xa1\x37\xd7\x30\xe2\xfd\x33\xeb\xe9\x4d\x33\xf4\x58\x89\x93\x75\xa0\xc7\x8a\x90\x17\x1b\x5b\x8f\x95\x81\x2b\x4a\x89\x33\x2b\xb4\x90\x86\xb5\x8b\x01\x31\x3d\xe5\xd0\xef\x24\x2a\x7d\xd0\xef\x64\xe0\x77\x72\x68\x49\xd1\xef\x64\x98\x65\x2e\x2a\xbb\xc7\x2c\x73\x42\x10\x18\x34\xcc\x32\x37\xcc\x0b\x67\xa8\xeb\x30\x2f\x9c\x10\x9a\x94\xcc\x0b\x37\x0c\x5b\x8f\x0a\x03\xf7\x3e\x5e\x28\x51\x51\xfb\x8d\x5b\x17\xe2\x62\xc8\x1f\x05\x9f\x39\xda\x74\x56\x1a\xde\xb4\x0b\x89\x33\xff\xf0\xa6\x7d\xf8\xb8\x7d\x54\xf4\x1b\xaf\x91\x85\xe0\x9a\x6d\x78\x8b\x3c\x1e\xf9\x04\x09\x3a\xc6\xe3\xd4\x3c\xbe\x26\xc4\x59\xdf\x5b\xe4\xf1\x7c\x83\x84\x7e\xe3\x95\xf1\xe0\xca\xf8\x20\x4d\xe1\xf0\xca\x78\x98\x7f\x2c\xc8\xb3\x31\xbc\x0c\x16\xd2\x93\xa1\x97\xc1\xc3\x6b\xde\x4f\xdc\x7a\xcd\x2b\x44\xc0\x73\xbd\xe6\x1d\x5c\xed\x16\x73\xf2\x8c\x57\xb1\xf1\x1a\x0a\x9d\x7e\x99\x92\xba\xc5\x76\x68\x43\x1a\x86\xc8\xf4\xd7\x58\x83\x5e\xc3\xea\x8b\x38\xbc\x86\x15\xf2\x0a\x49\x16\xc3\x29\xd5\x7c\x19\xc3\xcb\x54\xa1\x11\x65\x31\xbc\x4c\x15\x56\x31\xba\xa5\xc5\x1c\x48\x1e\xd6\x19\xde\xaf\x0e\x2e\x53\x57\x31\x3f\xb5\x0b\x8d\x07\xba\x8b\x24\xbb\xd0\x6c\x1b\xab\xc6\x7b\x52\x21\xaf\x90\xf4\xb5\x8d\x55\xa3\xbd\xd0\x4b\x51\xa1\xf8\xe6\xd1\x78\x5d\x35\x40\x34\x24\x89\xf7\xa4\xc3\x1b\xd0\x20\xde\x7a\x78\x03\x2a\x04\xb1\x1d\xc3\x1b\x50\x21\xc9\x1f\x32\xbc\x01\x1d\x04\xea\x97\xb8\x50\xbb\x4d\xef\x26\x24\xcf\x05\x8d\x57\x86\x01\xe4\xc5\x66\xf3\x9e\x74\xbc\xae\x2d\x1c\x5d\x86\x17\x95\x42\xe0\x7c\x37\x8c\xe3\x17\x56\x31\x7a\xaa\x85\x18\xc8\x0b\x89\xe6\x75\xe6\xe0\x3a\xf3\xc0\xaa\x38\xbd\xce\x9c\xdc\x36\x96\xc0\xaa\x38\xbd\x6e\x14\x5a\xae\x65\x3f\xbd\x6e\x9c\xdc\x23\x96\xa0\xb9\xd3\x8b\x44\xa1\xb5\xb5\xd7\xa6\x17\x89\x73\xfb\x56\xe5\x5a\xa9\xd3\x5b\x43\x21\x48\xeb\x3f\xbd\x35\x9c\xdb\xb7\xdc\x32\xa1\x0d\x69\x03\x8b\x67\x85\x64\x3b\x14\x29\xf8\xfc\x4f\xef\x03\x85\xe4\xa9\xe3\xe9\x7d\xe0\xdc\x64\x2b\xd8\x28\xe7\x06\x5b\x11\xa2\x16\xda\x06\x5b\x99\x86\xc6\xfb\x70\xcf\xf4\xf2\x4f\x70\xaf\x4d\xef\xfe\x84\x55\xcc\x5f\xb3\xf7\x3e\x39\x52\xe8\x15\x27\x82\x69\x04\x7d\x10\x59\x39\xbd\x3a\x13\x82\x60\xa8\x69\x04\xbd\x50\x02\x4b\xe3\xf4\x36\x6d\x7a\xff\x15\x98\x15\xa7\xf7\x5f\x93\xfb\xaf\x23\x97\x8c\x9f\xde\x7f\xcd\xe2\x58\x62\x20\x9b\xde\x62\x09\x89\x49\x75\xfa\x2a\xf8\xf4\x55\x70\x34\x97\x9f\x49\xef\xe9\xa3\xe1\x42\xe0\x25\x38\x7d\x34\x7c\xfa\xf4\x77\x60\x79\x9b\x5e\x7c\x09\xad\x5d\xb4\x89\xe3\x92\x10\x78\x2c\x4c\xef\xbd\xa6\xf7\x5e\xd1\x92\x62\xcd\x66\x7a\x97\xb9\x16\xf2\xf4\xde\x6b\x16\xc7\xcb\x31\xf4\x9d\x6d\x21\x79\x50\x75\x16\xc7\xcb\x7b\xaf\xe0\x75\xf4\xe9\xbd\xd7\x2c\x4a\x43\x6c\x65\xb3\xa4\x9f\x7e\xd2\x90\xe6\xa6\x9f\xa6\x39\x35\x12\x12\x93\xe4\x55\x98\xd1\x8d\xd3\xab\xb0\xc9\x55\xd8\xb9\x2d\xce\x3c\xbd\x0a\x13\x92\xdd\x39\x0d\xa6\x9f\xbb\x87\x08\x97\xe3\xce\x21\x42\x08\x9e\x51\x9e\x3b\x87\x88\xb9\xbb\x7b\x48\x59\x32\x77\x77\xcf\x6e\x80\x1d\x4d\xf3\x5e\x6d\xee\xae\x77\x12\x0b\xce\xdd\xf5\x0e\x34\xb4\xdc\xb9\xbb\xde\xf7\xcb\x4a\xd9\x8b\xbb\xc3\x0b\xe4\x75\x49\xb2\xd2\x2f\xed\x43\x40\xaa\x92\x9a\x5f\x52\x81\xeb\x1d\x48\xa2\x38\xe7\xce\x2d\xf9\x34\xd0\x5f\x2f\xcf\x69\x24\xbf\x10\x35\x2c\x66\x73\x2f\x27\x21\xa5\xbd\xd2\x5e\xce\xf5\x74\xbe\x39\x6c\xca\x69\xbc\x9b\xe6\x8e\x9c\x16\x1a\xa9\x7a\x26\x09\x01\x16\x9c\x16\xa3\x6d\x2e\x90\xdd\x2c\xfa\x3b\x63\xe4\x02\xd9\xbf\x99\x67\x1d\x79\xe7\x37\x09\xf8\x2f\x91\xfe\x1c\xec\x55\xd0\xca\x33\x77\xd8\xeb\xdc\xd5\xd1\x48\xac\x3d\xf7\xb0\x0f\xe8\x68\xf9\x15\xb3\x0b\x9e\x0e\x48\xac\x3d\xb9\x27\xfc\xc0\x93\xc0\xf4\xb6\x70\x72\x35\xb8\x8a\xd1\xfb\xb4\xbd\x3a\xac\x6d\x4c\x56\xda\x5e\xdc\x55\xfe\xba\x1c\xd0\xdb\x84\x24\x7c\x6a\x7a\x37\x38\xbd\xbb\xd3\x50\x3f\xbd\xbb\x13\xf2\xf4\xd7\x5c\x95\xdc\xdd\x9d\xc4\x91\x4c\xef\xee\x26\x97\x72\x25\x48\xd3\x3d\xbd\x95\x13\x92\x47\x0a\xe6\xc1\x99\x75\x1e\xb8\xd2\x07\x41\x6c\xf3\xe0\x34\x2a\x04\x6f\x2f\xce\x83\x43\x84\x50\x82\x44\x3a\xf3\xe0\x14\x21\x24\x3a\xeb\x3c\x38\x45\xcc\xc3\x05\xcd\x55\xd1\x3c\x5c\xd0\x40\x12\xef\x3f\x0f\x17\xb4\x4f\x4d\x07\x2f\xf4\x4e\x9f\x9a\x16\x12\xd5\x76\xfa\xd4\xf4\x3c\x64\x61\xa4\xf3\x9e\x87\x2c\xec\x30\x66\x9a\x29\x3d\x64\x61\x87\x4a\x0a\x56\xe3\x79\x54\xbb\xc0\x3d\x59\xf9\xbe\xb4\x0b\xdc\x93\x05\x49\x7e\xe6\x51\x6d\x6f\xf5\xe4\x99\x90\x86\x24\xbb\x50\x6d\x9b\x5d\xa8\x76\xe1\x80\x64\x17\xaa\x0b\x84\xce\x73\x28\x9e\x47\xfb\xda\x41\x4f\x9b\xed\xe0\x15\xd2\x76\xd0\xdc\x66\x3b\x9a\x43\xc9\x36\xe5\x9e\xf4\x83\x6c\x4e\x42\xb3\x69\x2a\x24\x5f\x0d\xcd\xb6\xf9\x96\xe0\x6e\x31\x9b\xe6\xba\xcf\xa0\x57\xae\x7b\x6e\x4b\x17\x8d\x2e\x84\xe3\x16\x86\x37\xd1\x90\x70\xdc\xf4\x17\x65\xeb\x92\x58\xe2\x83\x96\x27\xe3\x11\xf6\x20\x1c\x36\xc7\xc8\x1d\x73\x98\x90\xc9\x8e\x86\x4d\x0b\x87\x2d\x6d\x87\x6d\x23\xdd\xd8\xf5\x55\xe0\xb0\x69\x7b\x24\x82\x6f\x9a\x5f\x42\x88\xdc\xa9\x20\xed\x01\x97\x7f\xde\x52\xcc\x23\x5d\x0d\xe6\xcb\xac\x16\xdb\x25\xed\x16\xa3\x21\xee\x3f\x20\xd2\x31\x4a\x97\xbd\xc7\xa6\x84\x85\x1c\xee\x3f\x20\x2e\x87\xcd\xed\x77\x78\x5a\xc9\xf4\x53\x7b\xcf\x25\x21\x01\xa3\xf3\x48\xe7\xcf\xbb\xf9\xaf\x4e\xa7\x4f\x4d\x9f\x64\xe9\xd3\xbb\x68\x21\x78\x63\x7c\x7a\xd9\x3c\x79\x76\xbc\x24\xaf\x06\x4e\xdf\x1d\x17\x5a\xba\xec\x15\x3b\xc0\x2a\x46\xdb\xdc\xf3\x40\x70\xb8\x9a\x5e\x53\x4f\xae\xa9\xcf\xfd\xf8\xb9\x8b\xda\xf4\x16\x5b\x58\x3f\x7c\x40\x2b\xd2\xcc\x8c\x1a\x90\x76\x49\xa7\xc5\x4e\x68\x55\x1a\x97\x72\x4b\x89\x9e\x27\xa6\x2d\x61\x15\x93\xd6\xa4\x35\x86\xcb\x0a\x42\x52\xb7\x98\x35\x0c\x69\xa4\x78\x40\x78\x79\x27\x3e\x79\xd5\xb9\x78\x21\x32\x79\xdb\xf9\x03\x0f\x99\xd3\x17\x9e\x27\x6f\x37\x17\xef\xa5\xa6\x8f\x37\x0b\x71\x5d\x16\x3b\x25\x55\x8b\xd1\x36\xd9\x04\x10\xf5\xa0\x82\x6a\x73\xe1\x1c\x5a\x35\xa7\x37\xec\x42\x24\x92\xca\x1b\xf6\xc9\x6d\x7a\xd1\xc6\x3d\xbd\x4e\x17\x82\x94\x6f\xd3\x97\x9a\x27\x49\x46\x8a\xe6\xae\x69\x96\x11\xe1\x63\xc2\x5e\xba\x4f\xde\x56\x2e\xda\x6a\xa7\x8f\x2b\x0b\x91\xf0\xef\x53\xf9\xeb\x7b\xcb\x5e\x21\x4c\xdf\x5b\x16\x22\x3f\x92\x63\x74\xb9\x58\x60\x1d\xa7\x92\x15\x08\xee\x37\x27\xef\x31\x7f\x50\x34\x37\x4f\x9f\x65\x16\x22\x3f\x92\x6d\xc3\xd9\x4c\xfb\xed\xf4\x59\x66\x21\x48\x53\x36\xcd\x93\x22\x04\xc9\xe2\xa6\x79\x52\xa6\x4f\x30\x6b\x92\x9f\x3a\x09\x08\x9f\x68\xf1\x09\xe6\x89\x8f\x40\xd1\xbc\x32\x75\x12\x10\x3e\x75\xe1\x94\xd1\x99\x75\x45\xfb\xed\x34\xeb\x8a\xd0\xc2\x5f\x93\xd1\xe1\x36\x50\x34\x81\x4d\xfd\x06\x84\x4f\x18\x98\x88\x45\xf0\x74\x33\x4d\xc4\x22\x04\x3e\x1e\xf3\x94\x43\xfa\x52\xb3\xa6\xbe\xe9\x4b\xcd\x42\x54\x37\x8c\xfc\x90\x74\x2d\x25\xc9\x2b\x36\xcd\xd7\x22\xc4\x09\xef\x3b\x65\x91\xc0\x2a\xe6\xa7\xf6\x2a\xd0\xd9\x60\xcb\xa7\x2c\x12\xf8\x24\xdc\x29\x8b\x3c\x55\x3d\xd2\xdf\x77\x92\xe5\x90\x76\x53\x0e\xa9\x7b\x44\xf2\x7c\xc2\xd4\x3d\x42\x88\x74\x6c\xe5\x90\x40\x70\xb5\x31\x75\x8f\x10\x9a\x62\x50\xf7\x08\x21\x78\x44\x69\x9e\xaa\x2c\x40\xf1\x95\xfe\x79\xca\x33\x81\x48\x27\x45\x9e\xa9\x2b\x44\xca\xe6\x74\x85\x10\x3e\xe1\xae\x2b\xc4\x3c\xd3\xdd\x8d\x56\x7b\xca\xe6\x80\x4f\x55\x38\xe5\x72\x7a\x4c\xf8\x68\xf7\xd4\x63\x62\xe2\x31\x71\xaa\x62\xe9\x31\x31\x49\x58\xb3\x8a\x49\x3b\xa4\xc1\xf6\x59\x7e\x3a\x51\x08\x11\xe8\xe5\x3a\x51\x08\x41\x72\xb0\xa9\x0f\x85\xe0\x95\xd6\xd4\x87\x62\xd6\xd3\x29\xe6\xe8\x54\x55\x76\xaa\xef\xc1\x31\x51\xba\x55\x4c\xfc\x26\x4a\x92\x4b\x61\x56\x35\x9b\x0a\xcb\x4a\x66\xbd\xca\xb2\x80\x55\x4c\x5a\x91\xa6\x23\x4b\x85\xb4\x4b\x72\xeb\x35\x3a\x25\x1b\x03\x82\xb4\x14\xb3\xaa\xff\xd4\x8f\xb3\x71\x86\x32\xfd\x8e\x10\x78\xd9\x4f\xd3\xef\x4c\xd3\xef\xe4\xc6\x21\xdc\xf4\x3b\x42\xb4\xcb\x4a\xed\xc2\xc7\xd9\xd0\x45\xcc\xbf\x23\xe8\x1d\x31\xcd\xbf\x23\x04\xf1\xb9\xb3\xaa\xff\xe8\x06\x92\xdc\x14\x4c\xdd\x40\x84\xe0\x65\xe6\xa9\x1b\x88\x10\x97\x5f\x7a\x2e\x04\x3e\x35\xcc\xc4\x3d\x42\x54\x34\x00\x7d\x45\x84\xf5\xfb\x16\x73\x38\x70\x16\x91\x23\xea\x2c\x32\xf1\x06\x59\xc5\x18\x5c\x39\x27\x10\x3c\xe2\x3d\xab\x27\x97\x7a\x7d\xfd\x64\xd4\x3c\xbc\x57\x03\x00\x10\x11\xd5\xc3\x4c\xfd\x78\x6e\xf8\xa9\x1d\x85\xe7\x12\x94\x39\xab\x3c\xb7\x7e\xcc\x14\x69\xec\x0b\xe3\x42\x10\x18\x36\x7d\x61\x7c\xd6\xa6\x1c\x85\xb1\x55\x39\x27\xd0\xf2\x6f\xf0\x50\x9b\x55\xc6\x5a\x3f\xc6\x8a\xbe\x51\x65\xac\xf5\xf3\xf8\x64\x54\x65\xac\xf5\x63\xac\x49\x77\x64\xac\x40\x8b\x66\x31\x3b\xfd\x31\x56\x34\x95\x2a\x63\x05\x22\x39\x23\xea\x49\x23\x94\xc4\x97\x6b\xd6\x70\xde\xc2\xe7\x65\x58\x9f\xf2\x5a\xde\x46\x5f\xc5\x98\x11\x39\x2b\x10\xd5\x1d\x20\x67\x05\x56\x31\x3f\xb5\x5b\xe1\x9a\xa5\xb9\x32\x5b\x60\x15\xa3\xa7\x72\x5b\x20\xf0\x8a\x9d\x35\xec\xa9\x0c\xb8\x6c\xd2\x5c\xda\x30\x60\xed\x1f\x55\x06\x5c\x65\xc0\x64\x5e\x9b\x55\x06\x0c\x7c\x0a\x7a\x95\x01\x03\xc5\x24\xc4\xb3\xca\x81\x81\x48\xa7\x5c\x0e\x5c\xbd\x1f\x3f\x18\x0f\x39\xb0\xde\x46\xe6\x86\x9e\x7a\x1b\x09\x41\x88\xca\xd4\xdb\x48\x88\xac\x96\x72\x3c\xd2\x8e\xba\x51\x54\x34\xab\x8a\xa6\x5b\x5d\x45\x13\xd0\xb5\x66\x56\x15\x4d\x60\x7d\x49\x0f\x54\x34\x81\x20\x5d\xc7\xd4\x9b\x69\x56\xd9\x2d\xcf\x47\x4d\xfd\x94\x84\x50\xb5\xf7\x35\x7a\x61\x15\x93\xe6\x2c\xc3\x6e\xf1\x63\x9b\xba\x2e\x09\x41\x12\x92\xa9\xe7\x92\x50\xb2\xa0\x11\xe9\xba\x24\x04\x49\x48\xe6\x25\x53\xbe\x4c\x56\x44\xdf\x75\x66\x9a\x7a\x2e\x25\xd1\xf9\x53\xcf\x25\x21\x78\x67\x69\xea\xb9\x24\xac\x62\x27\xb4\x94\x96\x14\x6b\x90\x6e\x49\xcc\x7b\xf3\xc7\xba\xa4\xe1\x97\x15\xda\x94\xa6\xbb\x87\xc5\x1e\x49\x0e\xd1\xee\xaf\xbd\xd2\x18\x22\x14\xc9\x4b\xe6\x6d\x76\xaf\x24\xa2\x7e\x9a\xdd\x4b\x88\x44\x62\x98\xdd\x4b\x68\xca\x95\x4b\xde\x7d\x7d\xcf\x21\x50\xa7\xbc\xdb\x57\xe4\x93\x98\xdb\x69\xc2\x2f\xe1\x33\x65\xfa\x8a\xbc\xb0\x8a\xf9\xa9\xe3\xa1\x56\x7a\xd9\x0c\x87\x43\x16\x5f\x0e\xdb\xe1\x78\x54\x5f\x9b\x64\xd4\x64\xf1\x97\x2c\x1e\x7f\x92\x69\x5e\x30\xc1\x2b\xc7\x69\x5e\x30\x21\x78\xc4\x6a\x5e\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\xe7\x25\x8b\xc7\xd5\x6c\x7d\x49\x05\x32\xef\xcb\xa4\x5d\xe8\xcb\xd7\xe5\x70\x5c\xce\x3b\x5a\xde\x25\xf3\x06\x82\x27\xef\xe7\x75\xd9\xcf\xcb\x7d\x70\x5a\xa9\x1d\xbd\xdc\x07\x4c\xa8\x2c\xfe\xba\x9c\xe4\xd3\x4f\xed\xc2\xe5\x24\xd3\x03\xf5\x65\x60\x15\xa3\x6d\x2a\xcc\x40\xf0\x9e\xf9\xd4\x25\x4e\xd0\xeb\x73\xea\x12\x27\xac\x2f\xe9\xa9\xfa\x32\xe0\x55\xde\xbc\xe4\xfa\x40\x90\x2a\x67\x5e\xb2\xf5\x4b\x7f\x35\x07\xb7\x39\xef\x72\x7a\x0f\x59\x97\x9c\x1e\xd0\xf2\x3f\x2f\x39\xfd\xd5\x9c\x50\x98\xdd\x25\x5b\x07\x82\xb4\x35\xf3\xd2\x30\xa0\xb7\x5e\x16\xb4\x02\xbd\xf5\xe6\x15\xb2\x2c\x98\xf3\xa5\x72\x0c\x44\x36\x49\xf6\xe0\xe3\xd7\xce\x9f\xfc\xfa\x92\x5f\x23\x4b\x2e\xf9\x35\xe0\xfd\xf6\xbc\x64\xd7\x40\x24\x2c\xeb\x92\x5d\x5f\x1f\x83\xad\x7e\xe9\xca\x92\xc1\xba\xc0\x65\xb0\x57\x3a\x92\x32\x01\x59\x27\x10\xc5\x89\x97\x75\x5e\xe9\xfa\x70\x23\xc8\x27\x2f\x0f\xe4\xc5\x62\xae\x8f\x8f\xb3\xc1\x14\x75\x4b\x9c\xb8\x25\x9e\xbc\x84\x3e\x75\x4b\x9c\x4d\x45\x92\x17\x45\x67\x93\x67\x35\x23\xd9\xd9\xca\x4d\x9e\xd5\x4e\x27\x26\xf6\x9f\x4b\xed\x26\xff\x02\x3e\xab\x4c\x93\x7d\x01\xe1\xc9\xa7\xc9\xbe\xc8\x98\x57\x7c\x5c\x74\x36\x39\x0e\xf0\x59\x87\xcc\x9e\x27\x14\xdf\x67\x9a\xa6\xcf\x13\xe2\x4c\xbf\xb4\xe5\x9c\x83\x35\x18\x35\x99\x50\x33\xff\x66\xf5\xc3\x2a\xc9\xc9\x45\x2b\x69\x32\x21\x20\x0e\xc4\x56\x93\x09\x99\x77\xcf\x27\xfd\xa6\x79\xf7\x84\xcf\xac\x64\xde\xbd\xd9\x3c\xcc\xee\x48\x59\xbd\x38\x85\x20\x03\xc6\x6c\xaa\x64\x40\xb4\xdd\x52\x0e\x87\x2a\x19\x59\x04\x66\x73\xbf\x02\xa1\xa9\xb0\xa9\x92\xe9\x12\x9a\xbb\xd3\xe6\x16\xd6\x25\x14\x2f\x8a\xa9\x4b\xe8\x6c\xea\x5a\x3b\x76\x81\xe6\xae\x03\xc2\x0b\x08\xbd\x44\x67\x73\x8b\xed\x48\x3c\xb3\xfd\x09\x8d\x00\xcc\x69\xb6\xbf\xa9\x4b\x68\xe2\x88\x35\x75\x09\x9d\xcd\xbd\xb3\xdb\x07\xf7\x0e\xd0\x1a\xdb\xa9\xb9\x77\x9a\xa7\x48\x9c\xa2\x66\x73\xa3\x00\xd9\x50\x3b\x9a\x1b\xa5\x61\x55\x4b\x22\xdc\x67\x53\x63\x01\x1a\x29\xe2\x66\x53\x61\x01\xe2\x74\x31\xaa\xb0\x34\xf7\x13\x3e\xd9\xb3\xb9\x9f\x80\xe0\x5d\xc5\xd9\xdc\x4f\xcd\x23\x63\x50\xa7\x0a\x4b\x4b\xc7\x88\x93\x7c\x73\x3f\x01\x41\x2e\xa7\xd9\x3c\xe5\x01\x25\x77\x98\x66\xf3\x98\x07\x44\xa2\x65\x37\x15\x16\x5d\x64\x4d\x71\x34\x75\x91\x9d\xed\xcd\x5f\x7f\x9c\xdc\x95\x4f\x5d\x64\xa7\x29\x06\xcd\xf2\x32\xcd\x21\x28\x04\x71\x5e\xd3\x1c\x82\x33\xb4\xeb\xe0\xed\x30\x75\x74\x15\x9a\xc6\xa4\x70\x3d\xc7\x37\x31\x28\x19\xba\xa6\xce\xc0\x17\xc1\x07\x06\x66\xd8\x55\xa0\xf1\xf0\xed\x0c\x0f\xc7\x40\x90\x20\x7d\xea\x99\x2a\x14\x9f\x81\x9f\xba\xa6\x0a\x4d\x4d\x52\xcf\x54\xa1\xb5\xcb\x52\x55\x12\x6a\x3c\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xcd\x1f\xeb\x92\x30\x0b\x32\x07\xa1\xb6\x06\x34\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe2\xc5\x7a\x72\x2f\x3c\xf5\x62\x15\x56\x31\x69\x45\x1a\x03\x84\x9a\x97\xaa\x74\x40\xe2\xbc\x32\x53\xf6\x08\xac\x2f\x2d\x76\x4a\xe3\xed\x00\x76\x50\x7a\xd0\x06\xf4\xf7\x9e\xe9\x41\x1b\x68\x5a\x7e\x53\xc5\x2f\x65\xac\x64\x79\x9a\x29\xe7\x04\x0c\x2f\x98\x29\xe7\x04\x82\xf8\xd2\x99\x72\x4e\xa0\xf1\xaa\xc1\x4c\x15\xbf\xd4\xd0\x48\x2c\xe9\x4c\x0d\x8d\x40\xca\xd8\xd2\xc5\x97\xde\x4e\xef\x56\xf9\x48\x42\xd1\xf9\x7a\xfe\x4a\x7a\xf9\x70\xcd\xb9\x2e\xbd\xc2\xfa\x7d\x69\x8e\x19\xe9\x46\xf0\x2b\x9b\x29\x63\x4e\x1f\x7d\xdc\x24\x39\x66\x0b\x12\xbf\xa0\x99\x2e\x64\x20\x48\x5d\x31\x53\xc6\x0c\xc4\xfe\xfd\xbc\x43\x06\x5f\xc6\x95\x74\xa6\x7c\xd9\x47\x7b\xdc\x3b\xa9\x6e\x08\x94\x24\x28\x68\xfa\x90\x8f\x10\xe1\xcc\xa9\x1b\xa6\x0f\x6f\x21\x60\x53\xdd\x30\xd5\x0d\x49\x31\x3d\x7d\xee\x47\x88\xf8\xda\xef\x90\x5d\xee\x13\x38\x42\x7a\x3e\x07\x92\xb7\xc3\x67\x2a\x1e\x80\x38\x51\x99\x52\xf1\x00\xb4\x86\x6e\x98\x6a\x78\xa9\xc4\x38\x9c\x3a\x25\x06\x90\x84\x6a\xce\x54\x62\xe4\xf5\x35\x8d\xe1\x50\x3c\x00\xa9\xe5\x3d\xaf\xaf\x69\x70\x43\xa2\x74\xa7\x4e\xd5\x42\x8b\xbf\x21\xa9\xe9\xd4\xe7\x5a\x28\xbe\x33\x3f\xf5\xb9\x16\x82\x6c\xc8\x53\x9f\x6b\xa1\xf8\xa8\xfc\x4c\x95\x42\x40\x0f\xb2\x99\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xae\x8f\xe4\xd0\x68\x43\x85\x57\xa6\xd2\x29\xd5\x09\xc3\x52\x8e\x8c\x02\x8b\xe8\xdf\xa9\x4f\xb7\xd0\xb4\x19\xa6\x02\x2b\x8d\xd7\xe5\xe6\x22\xbd\x52\x4a\xd5\x44\x5e\x6b\x9d\x66\xfa\x14\x22\x1c\x53\xd5\x44\x20\x8f\xb4\x94\xe3\x87\x3d\xc0\xfb\x72\x5d\xc6\x85\x16\xae\x3a\xcd\x01\xa9\xa0\x23\xba\x78\xa6\x82\x0e\x08\xd5\xa9\x54\xd0\x25\xf7\x42\x49\xec\xef\x4c\x45\x18\x10\x81\xca\x99\x4a\x30\x20\x8f\xf4\x4b\x27\xc5\xfc\x66\x28\xcd\xba\xa4\x0b\x71\xda\x25\xd9\x7a\x6a\xf3\xc4\x42\x9b\xb2\xf5\x54\x80\x91\x7a\x7f\xa6\x02\x0c\xc8\x23\x25\xd9\x32\x4e\xdc\x81\xba\x94\x6a\x92\xe9\xf1\xfa\x70\x09\xcb\xb0\xd3\x98\x42\xe7\x49\x86\x6d\x72\xd4\x3c\x9a\xed\xb0\x4f\x70\xec\xe6\xda\x94\x63\x03\x91\x9b\x75\xda\x27\xaf\x76\x94\x08\xe6\x4b\x15\x82\x77\xf3\xa7\xce\xf2\x13\x67\xf9\x53\x4d\x40\x67\x79\x61\x7d\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x9e\xa6\x50\x9d\xf7\xc7\x64\xd1\x28\x6f\x99\xec\xed\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xa6\x91\x46\x07\x7d\x21\x5a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x34\x4d\x28\xe6\x3c\x9d\x7a\xb7\x27\x81\xd0\x53\xef\x76\x21\x88\x4f\x9a\x7a\xb7\x4f\xf3\xa0\x26\x2f\xe7\x4c\x1d\xd2\x27\x39\x4f\x8b\xb9\xad\xa7\x49\x4f\x85\xe0\x2d\xcb\x69\xce\xd3\xa9\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdb\x25\xd9\x5e\x65\x24\xa9\xc3\xa7\x8e\xe0\x13\x47\x70\x9f\x2e\x9f\x3a\x82\x4f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x98\x26\xf9\x9c\xdd\x1d\x4a\x84\xf3\xec\xf6\xa1\x6b\x9f\x43\x86\x75\x77\xa8\xde\xcb\x49\xe8\xf2\xd4\x7b\x79\x76\xcd\x67\xe4\x26\x9f\x5d\xfd\xb1\x9b\xde\x95\x41\xea\xf6\xb4\xab\x2b\xe2\x9b\x3b\xbb\xba\x22\x90\x5a\x00\xbb\xba\x62\xd7\xaa\x54\x11\xa6\xdd\x35\x0e\xa4\xae\x42\xdd\x35\xae\xbf\x71\xe2\x1e\x39\xf5\x37\x9e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x9e\xc3\x4b\x40\xde\x5d\x9e\x43\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x4d\x7d\x84\x93\x10\xe4\xa9\x8f\xb0\x90\x84\xcf\x4f\x7d\x84\x85\x46\xd8\xe3\x1c\x8a\x4e\x20\x49\xf3\x30\xcd\x18\x2a\x94\xc4\xfd\x72\x9a\x32\x54\x88\x16\x92\x4e\x49\x36\x0d\x9e\x3b\x14\x9e\x43\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa1\xf0\x04\x92\x08\x8e\x39\x14\x9e\xb8\x22\xaf\x1f\x3b\xa0\x4d\x69\x64\xbb\x45\x2d\x1c\xda\x42\x86\x77\x7b\xe4\x65\x9f\x26\x1b\x15\x52\x7b\x80\xb9\x46\x27\xee\xc7\x25\xc9\xc5\x3d\xcd\x22\x2a\x34\xde\x69\x9a\x26\x11\x9d\x5f\x12\x51\x74\x28\x93\x88\xce\xa1\x45\x83\x07\x6c\xe7\xd0\xa2\x01\x24\xe9\xbf\xe7\x50\x04\xfa\x20\x58\x92\x6d\x6c\x9a\x17\x53\x88\xd3\xbe\xcb\xd5\x75\x45\x4e\xde\x2f\x9b\xba\x22\xcf\x21\xc3\x56\x3b\x37\x6f\xa5\xd0\x02\xee\x69\xda\xca\xf9\xa5\xad\xe4\x40\x67\xda\x4a\xa1\x25\xcc\xd3\xb4\x95\x42\x94\x2a\xc9\xd6\xba\xfb\x78\xbf\x76\xea\xea\x2c\xc4\xe5\x4c\xb9\xfb\x86\xea\x3a\xc9\xe6\xa7\x79\x2b\x05\x84\xdc\x4f\x25\xf6\x90\xed\x0f\x79\xfc\x85\xf5\x5e\xb7\x67\xe1\x13\x78\xc3\xf5\x3f\x64\xe8\xc4\x97\x4f\xb3\x5f\x0a\x71\xda\x74\x19\xfa\x90\x2d\x5f\xae\x15\xd9\x32\x90\x9a\xd2\x74\x8e\x9e\x38\x47\xd7\x8d\xe5\xa9\x73\xf4\x24\x39\x65\x49\xa2\xd0\xa7\xd9\x29\x85\x24\x03\xc6\x9c\x2a\xba\xe6\x93\xcc\x8b\x19\x37\x9f\xa4\x90\x38\xbc\x4f\xf3\x49\xce\xe9\x06\x20\x77\xd1\x9c\x6e\x00\xe0\x73\x11\x9b\x6e\x80\xe9\x5b\x5d\x68\x55\xd3\xf5\x0f\x24\x2f\x79\xcc\xe9\xfa\x07\x3e\xf9\x6c\xd2\x49\x21\x8f\xcb\x9f\x0f\x49\x61\x95\xfe\x7e\x4a\x43\x9b\xb8\x24\xdd\x92\x9c\x5c\x78\xa6\x2f\xb6\x09\xc1\xbb\x79\xd3\x27\xd9\x84\xe2\x63\x44\x73\xca\x33\xa7\x29\x58\x90\xc6\xbe\xd2\x26\xac\x62\x7c\xea\x6e\x02\xf2\x40\x0c\x4e\x77\xd3\xd4\x06\x81\x63\xed\x9c\x2a\x99\x40\xf0\x00\xd9\x9c\x2a\x99\x40\x1e\x9c\xf3\xcd\x87\x39\x49\x5b\x59\x7c\xdb\x68\x4e\x55\x45\x20\x0f\x67\x4f\x4d\xd1\xb4\x96\x9f\xeb\x9e\x69\x2d\xe7\x97\xd6\x12\x5b\xa0\x69\x2d\x85\x38\xb1\x43\x99\xd5\x72\xf2\x1a\x5c\xf9\xdc\xe3\xa6\xea\xdb\x34\xcf\x9c\x4b\x41\xf9\x06\x7c\xfa\xc4\x54\x36\xcc\xef\x71\x01\x49\x8e\x37\xde\x3f\x47\xf3\xb7\xba\xa4\xaf\x65\x74\xca\x0d\x6c\x0a\xcb\x74\x37\x99\xc2\x52\x68\x3a\xc0\x98\xc2\x52\xc8\xe3\x2b\xe5\x40\x2a\x3f\x2f\x6b\x50\xaa\x4c\xdf\x5e\x3b\xac\xc0\x0e\x60\xe3\x23\x61\xda\xf4\x7d\xba\x69\xa2\xcb\xbc\xec\x81\x1b\x7d\xea\xfd\xe3\x52\x50\xf6\x90\xd4\x72\x15\x63\xf6\xdc\xe8\x40\x1e\xe8\x6f\x86\x08\xcc\xa9\x91\x4f\xaf\x9b\xe9\xe9\x7a\x1a\xf7\x09\xbf\x99\x9e\xae\xe7\xb7\xb9\xc3\x4f\x6d\x48\xea\x99\x44\xdb\xdc\xdc\xd3\x13\x37\x2e\xca\x73\x7a\xe2\x9e\x66\xc9\x28\x7e\x69\x73\xd9\xef\xcd\x7d\xe0\x7e\x9f\x3a\xe2\xe8\x4e\x33\xd5\xd6\x80\xf4\xa6\x69\xaa\xad\xcd\x8f\x2d\xb8\xd8\x64\x0b\x53\x47\x1c\x64\xa0\xa1\x0a\x93\x50\x85\x5a\xd0\x70\x0d\x55\x10\xa2\x31\xde\x8f\xca\x1a\xf0\xe9\x8c\x8f\xca\xda\xe3\x59\x5a\xaf\x68\xb3\x66\x0a\xa1\x83\xb2\x49\x33\xe7\xa3\x02\xe7\x01\xfe\x51\x81\x03\x42\x4f\x30\x93\x66\x0a\xe1\xa5\x92\x49\x33\xe7\xa3\x74\x26\xcb\xce\x7c\x94\xce\x8f\x27\x5b\x04\xd9\xa3\x74\x7e\xbc\x49\x20\x6b\xfd\x34\xfb\xa4\x10\x1b\xc2\xe2\xf1\xb4\xf8\x78\x5a\xd4\x7d\xf8\xf1\xb4\xf8\x18\xc9\x13\xfe\xda\x94\xc4\x3e\x73\x38\xe4\x14\x8f\x97\xc5\xfa\x4e\x9b\xa4\x52\x48\xb2\x34\x4c\x93\x54\xce\x47\x19\x48\xe0\xf1\x7c\x94\x81\x80\x89\x1b\xa6\x09\x23\xa7\xd9\x21\x3f\xc9\x6e\x76\x48\xa1\x05\xba\x8f\xd9\x21\x85\xa6\xd5\xcd\xec\x90\x42\x6b\xf0\x13\x23\x43\x84\x90\x25\x1a\x19\x32\x8d\x0c\xf9\xe4\xbf\x91\x21\xd3\x6c\x85\xc9\x9b\x98\xd3\x6c\x85\x42\xf2\xba\xc2\x34\x5b\xe1\x34\xfd\x5f\xba\xd8\x0c\xdc\x98\x5f\xfa\x3f\xee\x48\x4d\xff\x27\x94\xd4\xf7\xdd\x58\x8e\x49\x2c\x47\x25\x9e\x70\x1a\xcb\x21\x44\xc0\x50\x4c\xff\x27\xac\x2f\x77\x68\xbb\x34\x92\x34\x20\x0a\x5f\x75\x7e\xb3\x04\xa6\x0b\xd0\x2c\x81\x42\x90\xc9\x7a\x1a\x18\x32\xdf\x6f\x46\xd9\xf1\xc6\x6d\x08\x41\xa4\xc5\x34\x6e\x43\x28\x49\x02\x89\xf9\xd6\xef\x53\xbd\x54\xfe\x06\xb7\xf1\xd7\x09\x07\x9a\xee\xda\xa6\x07\x14\xa2\xb2\x0d\x4d\x0f\x38\x7d\x8a\x31\xf5\x07\x37\xf1\x9f\x10\x17\x5a\xb7\x89\xff\x84\x92\xda\xbe\x5e\x99\xfe\xab\xa2\xd5\xfc\xb5\x26\xa9\x59\x8c\xe1\x52\xd3\x32\x3f\x60\x6b\x56\x90\x92\x86\xc5\x18\x07\xc5\x05\x10\x27\x27\xd2\x57\x71\xf1\x7a\xdb\xa3\x6e\x64\x14\x8a\xd0\x82\x5d\x67\x10\xca\x7c\x3d\xe8\xf0\x92\xe8\x34\xa5\x9f\x10\x9e\x6f\x0d\x42\x11\xe2\xc2\xf4\x6a\x10\x8a\xb0\xbe\xac\xd0\x6e\x69\x78\x6d\x14\xbf\xec\x92\xba\xc5\x18\x4a\x95\xc0\x2f\xa7\xdf\x61\x9d\xf6\xc0\xbb\xfe\x70\x61\xb4\xaf\x0b\xe4\x4b\xb7\x07\x2e\x6d\x20\x88\x30\x9e\x46\xaf\xcc\x57\x5b\x37\xa9\x2f\xa6\x39\xfd\x84\xdc\x1d\x70\xcf\x2a\xaf\x62\x45\xb5\xfe\x55\xac\xbc\x8a\x95\x2a\xc9\x79\x21\xf0\x25\xe3\xab\xc1\x9e\x12\xf8\x42\x32\xca\x69\xe0\xcb\xfc\x52\xff\x39\x07\x4a\x1a\x73\xea\xa5\xa6\x08\x83\x50\x26\x41\x28\x15\x83\xcf\x63\x10\xca\xb3\x79\x8d\xc2\xd2\x7a\xcc\x5c\x27\x04\x3a\xeb\x63\xc0\xc9\xe3\xb3\x8b\x89\x43\xd0\x63\x8c\x88\x10\x30\x89\xc7\xc4\x72\x8f\xf9\xe1\x32\xd6\xc4\x3c\xe6\x87\x13\x74\x6e\x7d\xcc\x0f\xf7\x18\x0f\x62\x56\xbd\xc7\x78\x90\xe7\x8b\x07\x59\xba\xd4\x63\x3c\xc8\xb3\x79\x31\x81\x25\xee\x31\x57\x9b\x10\xe1\xaf\xa1\x3b\x08\xc5\x98\x87\xc7\x5c\x6d\x42\xf0\xda\xe8\x63\xae\x36\xa1\xf8\x4e\xdc\x63\xae\x36\x21\x9a\xed\x68\xb6\x4d\x0e\xc6\x5b\xe7\x8f\x61\x23\xcf\xa6\xfa\x9f\x1b\xb5\x86\x35\xa8\xfe\x5f\x16\xb3\x06\xed\x35\xb9\x25\x34\xfb\xa0\xbd\xe6\x90\xe4\x20\x29\xf0\x49\x71\xf2\x6c\x08\x7c\xc1\x38\xef\x87\x07\xef\x3f\x68\xb0\xc8\xc7\x67\xef\x85\xf5\x25\xed\x85\x93\x0a\xba\x18\x3f\xbc\x81\xff\xc1\x2a\x46\x4f\x51\x15\x84\xc0\x33\xee\xf1\x29\xfc\xc7\xe7\x24\x13\xdf\xfd\xc7\xe7\x24\x85\x48\x47\x3c\xed\x95\x0b\x89\x47\x69\x1e\x63\x66\x1e\x62\x66\x2a\x6f\x13\x3c\xc6\xcc\x3c\x45\xee\x8a\xf3\xf0\x53\xe0\xae\x82\x0e\xcb\x4f\x81\xbb\x3e\x45\x1e\x85\x57\xf0\x53\xe0\x51\x42\x60\xb2\x79\x0a\x3c\xea\x29\x32\x1f\xfc\x1a\x9e\x02\xf3\x11\x1a\xf1\x29\x4f\x71\x6d\x15\xb9\x0a\xfe\x15\x0f\xe1\x30\x1f\x04\xaf\x4c\x3c\x06\xc5\x08\x51\x36\xea\x74\xd1\x18\xed\x92\x9c\xdb\x1f\xa3\x5d\x9e\xa2\x4d\x81\xc8\x85\xa7\x84\xbf\x86\x4b\xce\x61\x4f\xc3\x5f\xc3\x7a\xc2\x93\x9b\x4f\x09\x7f\xed\x5b\x20\x6c\x99\xe2\x02\x29\xde\x5c\x2d\xcd\xf7\x29\x2e\x90\xe2\x6e\x76\x16\x4a\xd8\x05\xa2\xfe\x89\x76\x7b\x0a\xbb\xf9\x29\xba\xdf\xb8\x65\x0a\x5a\xa2\x10\xd5\x2e\xb8\xb4\x8a\x87\x46\x1c\xbd\x9f\xe2\xda\x2a\x69\x12\x3d\x86\xd2\x45\x03\xe4\x69\x73\x5d\x33\xc5\xcb\x1b\x54\xdf\xa7\xb8\x68\x8a\x6f\xe4\x39\xe0\xae\x99\x62\xa6\xb6\xa0\x4e\xd7\x0c\x90\x27\x6c\xc0\xa4\x77\x4f\xd1\x76\x82\x87\xf8\xe3\x5b\x9a\x42\xc4\x61\x31\xfb\x99\x5f\x6b\x59\x1f\xf9\xb5\x16\x6b\xb3\x73\x80\xc4\x17\xf2\x64\x5b\x11\x43\xf4\xc1\xbe\xe1\x7a\xfd\x18\x4a\xf4\x10\x4a\x54\x79\x8d\xfb\x31\x94\x48\x58\xc5\x4e\x68\x45\x9a\x7d\xbf\x20\xed\x92\x76\x8b\x55\x68\x87\x34\x2c\x6e\x6c\x04\xc3\x8b\x1e\xc2\x87\x56\x31\x3f\x7d\xa5\xd9\xb6\x9f\x1b\xc7\x9f\x5d\x4e\x0a\xec\xdb\xe6\x2f\xcb\x4a\x81\xe4\xd1\xa4\x67\xaf\xb6\xa9\xda\xa6\x25\x33\x9e\xbd\xda\x26\x2e\x3e\x48\xb6\xfa\xec\xd5\x36\x71\xf1\x81\xbd\xf9\xd9\x39\xbb\x3e\xfb\x52\x3f\xd7\x97\x09\xed\x96\x46\x6c\x49\xf8\x65\x97\xc4\xfb\x76\x8d\xce\xa0\xab\x3c\x04\x3e\xed\x1b\xcf\xe4\x3c\xbb\xec\x7b\xf7\x91\xc8\x66\x33\xec\xf3\x52\x2d\x56\x31\x3e\xbd\x6c\xae\x29\x18\x1b\x83\x7f\xd9\x5a\x32\x23\x71\xb3\xf5\x18\x2b\xf5\x90\x97\x70\x7d\x49\xd3\xd0\x29\x84\x96\x9b\x5f\x86\x24\x2c\xf2\x4b\xdb\x7a\x8c\x95\x12\xf6\x0d\x67\xc5\x67\x57\x64\x00\xc9\x05\xc9\xb3\x5f\x76\xea\xb2\x53\x74\x40\x21\x42\x44\xd5\xfa\xd2\x5f\xb3\x53\x5e\x69\x6c\xfe\xd8\xd7\x29\xdf\xf0\xa7\x9f\xcd\x99\x5a\x02\x63\x7d\x49\x05\x4a\x0c\x20\x78\x7a\xe2\xd9\x15\x18\x64\x51\xdc\x37\x3c\x11\x1e\xb3\x28\x0a\x0d\xbf\xd5\xc7\x2c\x8a\xc2\x2a\xc6\x54\xc9\x5d\xbe\x97\x56\x1b\xbf\x16\x2e\x05\x12\x83\x70\x4f\xf2\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe1\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xde\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\xd6\x3e\x8d\xed\x34\xb6\x2e\x34\xb6\x97\xd6\xb8\x7e\x2c\x8f\x4b\x6b\xa8\xc7\xfa\x32\x15\x68\x8d\xc0\xfe\x48\x54\x73\xa1\x67\x81\xf5\x8a\x02\xde\x29\x92\x30\xb6\xae\x66\xe9\x28\xad\x11\x58\xc9\x47\x59\x18\x5b\x40\xfa\x90\xda\x6d\x48\x21\x71\x5d\x57\xe6\xa6\x34\xc9\x2e\x85\xdc\xcc\x0d\x28\x92\x9d\x22\x99\x5a\x99\x0a\x61\xd7\xc6\xcd\x5b\x68\x5d\x60\xa5\x12\x66\xa1\x75\x55\x28\x5c\xd7\xef\x67\x84\x28\x12\xf9\x1d\x93\xa4\xb7\xe4\x77\x04\x33\x05\xed\x4a\x7e\x47\xb0\x52\x2f\xb3\xe4\x77\x04\x33\x61\xce\x25\xbd\x63\x85\x0f\xb6\x3f\x12\x48\x5d\xf8\x60\x75\xf3\xc1\xcc\x3e\xaa\x25\x7c\xb0\x23\xdf\x9b\x0a\x1f\xac\x92\xbf\xf1\xba\x92\x6c\x27\x4b\xcf\x17\xd1\x93\x28\x3d\x8f\x3e\xc6\x1a\xab\xe7\xcb\x22\x88\x3e\x0b\x5f\xec\x86\x95\xf0\x93\xc2\x1a\xab\xd0\xc1\xf6\x47\xc2\xa1\x0b\x1f\x0c\x8c\x71\x6a\xf6\x25\x32\xad\xf2\xb8\x4f\x4a\xe9\x49\x29\xc5\x84\x41\x07\x03\x57\xb3\x5c\x4a\xeb\x04\x66\x68\x58\xf5\xa4\x75\x9e\x97\x86\xb9\x9a\xe5\xd9\xa8\x98\x27\x15\x13\xd3\x04\x6b\x0c\xcc\x7c\x1f\x2b\xac\xb1\x0a\x6b\xec\xba\x72\x45\xa6\x0b\xea\xd0\x4e\xcd\x16\xd1\x27\xcd\xf2\x92\x51\xc4\xc0\x18\x46\x92\x1d\x19\x0a\xd8\xd5\x2c\x37\x3d\x75\x41\x32\xd8\xb9\x47\xa4\x07\x97\x65\x70\x35\xcb\xe3\x9e\x1e\x44\x45\xe5\x58\x0e\x4f\xfa\x24\xd5\x80\xf7\xc7\x23\x9b\xa7\x72\xc0\x60\x26\xea\xb5\x9e\x43\xe7\x47\x54\x6e\xa2\x74\xeb\x39\xbc\xbf\x7c\x7c\x0c\xd5\xb0\x9e\x8c\x89\xc0\x58\x5e\x1f\x63\xe2\x49\x53\x6c\x77\xb3\xfb\xa6\x57\xe7\x13\x0f\x5d\xa8\x6a\x00\xfb\xb8\x30\xd5\x2a\xb4\xb4\xeb\xca\x74\x7e\x18\x8f\xf0\xe4\x53\xa8\xa5\xd0\xd2\xc0\xd5\xcc\xaf\x15\x59\x3e\xb3\x47\xe5\x62\xaa\x55\xea\x15\x5f\xcd\x32\xe2\x74\x40\x60\xc6\x65\x5b\xf8\x66\x60\x7f\x24\x00\xbd\x10\xce\xc0\x3a\x62\x22\xe1\x9b\x55\xc8\x65\x57\xb3\x0c\x25\x1d\x10\x58\x89\xfa\x2a\xe4\x32\xb0\x3f\x12\x82\x5a\xc8\x65\x60\x3e\x9f\x9a\x19\xdd\x65\x74\x75\x8b\x5e\x08\xac\xc3\x0d\xe8\x85\xc0\xd5\x2c\xcf\x4b\x31\x3c\xa5\xd5\xcd\x4e\x82\x6f\x56\x21\x92\x5d\xcd\x32\x41\x68\x81\xc0\x3a\xbc\x3e\x5a\x20\xac\xb1\xab\x59\xc6\xcd\x9a\x0f\xac\xe3\x6f\xc4\x8c\x57\x18\x66\x37\x5c\xbf\xe2\x39\x8d\xbe\x94\x12\x5e\x2f\x3b\x25\xb0\x92\x4f\xa3\xf0\xcc\xc0\xfe\x48\x88\x6a\x21\x9a\x55\x88\x66\x47\xdc\x21\x85\x49\x06\xd6\x91\xce\x20\x92\x81\x75\x6c\x44\x3b\xd1\x9e\xfe\x3d\x23\x7a\x12\x65\x00\x33\xf4\x2f\xea\x25\xb0\x58\x85\xd8\x66\x15\x1a\xd9\xf5\x14\x9a\x4d\xb2\x4c\xcf\x87\xa7\x58\x44\xba\xf9\x74\xcf\x22\xcb\x17\x87\xc3\x3d\x9b\xa8\x35\xcb\xa5\xd4\x4b\x60\x26\xbd\x48\xbd\x68\x97\xc0\xfe\x48\xaa\xb4\x7a\x51\x2f\x81\x99\xaf\x5b\x85\x6d\x06\xd6\xe1\x9e\x14\xce\x8b\x2a\x49\x34\x6a\xa1\x91\x81\x99\xaa\x33\x85\x46\x06\xae\x66\x47\x64\x6f\xb2\x77\x7e\xcd\xa3\x7d\x88\x4c\x81\x97\x67\xfb\x92\xe5\x60\x19\xc3\x16\xdb\x0c\x5c\xcd\x46\x64\x3a\x1f\xa7\xcc\xb8\x7b\xa0\xf3\xe7\xdd\xab\x6b\xe9\x20\xa5\x81\x95\xd2\xa6\x85\x94\x56\xc9\xfe\xba\x3f\x12\x2d\x5a\x2f\xe7\x97\xc0\x3a\xb2\xd2\x5f\x74\x55\x78\x6a\x57\x33\x97\xea\x29\xe3\xe7\xa9\x99\x9e\xde\x8a\x29\xfb\x33\x6a\x19\x58\x87\x66\x14\x53\x60\x7f\xc4\x73\x5a\xa8\x65\x60\x1d\xba\xe0\x98\x13\x1a\xd9\xd5\x2c\x03\x32\xee\x3b\x58\x3a\xe9\x3c\xcd\x14\x90\x12\xb3\x30\xcb\xc0\x3a\x9e\x7e\xcc\x48\xd2\x55\x5e\x15\x5d\xf5\xba\x75\xd5\x99\x97\x40\x57\x29\xf1\x9d\x94\xc6\x85\x6c\x06\xf6\x47\x6a\xda\x96\xbc\xb5\x75\xe7\xad\xcd\xc6\x85\x7f\x56\x21\x9b\x5d\xcd\x72\x07\x07\x30\x6c\xb3\x97\xc1\x75\x00\x0b\xac\xd4\x57\xae\x97\x03\x58\x60\x85\xa0\x58\xf8\x67\xc0\x97\xdf\xc2\x3f\x03\x2b\x84\xcd\x52\x41\xbc\xc2\x2b\xbb\x6e\xe9\x69\x75\x2a\x15\x3b\x53\x05\xaa\x10\xcb\xc0\xd5\x2c\x83\x46\x3d\x62\x96\xdd\x33\x97\x7a\x7c\xdd\x7a\x2f\x16\x34\xce\x58\xdd\x9c\xb1\x33\x5d\xa7\xf7\x5e\x2c\x9d\x6d\xba\xd4\xb3\xc5\xd2\x39\x4c\x49\x3a\x2e\x64\xb0\xab\x59\x86\x88\x7a\x0a\xac\xa4\xe2\xae\x17\xed\xf4\xa2\x8a\x8c\x10\x55\xf4\xba\x55\x51\x36\x46\x64\xb0\x0a\x19\xec\x70\x7c\x46\x06\xab\x50\xba\xf6\xc7\x96\x63\x2b\x4e\x17\x90\x08\xa1\x70\xba\xc0\xd5\xec\x8c\x6c\x92\x79\xdc\x3d\xa2\x45\xf4\xd6\x6c\x44\xf6\x21\xcb\x2c\xca\x0a\x92\x3e\xb7\x8e\x5b\xf3\xac\x15\x59\x91\x09\x3b\x7a\x45\xd4\x44\x7a\x15\x11\xc5\x13\x58\x49\x74\x5e\xc8\x60\x60\x25\x7b\x6e\x21\x83\x55\x88\x5f\xfb\x23\xde\xb6\xc2\xfc\x02\x2b\xc4\x9a\x42\xfc\x02\x23\xd9\xf1\x0b\xf1\x0b\x5c\x57\xba\xa7\x7e\x46\x17\x25\x61\x40\x1d\x74\xd1\x41\xc9\xec\x0f\x37\xd5\xa9\x28\x99\xed\x7e\xb4\x1f\xd1\x4f\xb3\xf4\x9d\x92\x09\xcc\x84\x5b\x16\xe2\x57\x85\xe5\x75\x35\xcb\x70\x30\x75\xd0\xbc\xce\x8d\x48\xaf\xce\x2c\x8d\x7d\x4b\xaf\x9c\xb0\x02\xa2\x11\x0a\xa7\x0b\x8c\x69\x3c\xe8\x9d\x83\xde\xd9\xdd\x94\xde\x41\xf3\x4a\x71\xa6\x42\xf3\x02\xf3\xa9\x07\xce\x5c\x61\x7e\x5d\x57\xfa\x35\x1d\x4d\x1c\x59\x3e\x16\x14\xe6\x17\xb8\x9a\x91\xe9\x68\x12\x39\x26\x3a\xa3\x30\xbf\xea\xa0\xb1\x92\xc8\xb1\x50\xba\xc0\x3a\xa2\xae\x71\xb6\xc0\x3c\x9f\x7f\x1d\x2f\x5e\x07\x5f\xdf\xc1\x20\xdb\xa3\xbd\xb0\xbc\xc0\x3a\x8e\xf4\x86\xda\x0b\xcb\xeb\x6a\x96\xde\x50\x72\x81\xf5\x32\x0e\x94\xdc\x41\xc9\x1d\x1e\x49\x07\x9d\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\xb7\xd9\x50\x81\x95\x44\x01\x85\x23\x05\x56\x4a\xf9\x17\x8e\x54\x85\x23\xb5\x3f\x76\xc3\xbb\xee\x9b\x66\xbd\xbe\x72\x03\x5a\xe8\xa0\x85\x76\xcb\x8e\x16\x0a\x47\xea\xe0\x6a\xc1\x91\x02\x33\x55\x24\x0a\x47\xaa\x42\x7e\xba\xae\x7c\x45\xf6\x22\xcb\x6c\xcf\xe9\x4d\x2a\xe7\x0a\xd3\xe9\x6a\xe6\xd7\x16\x59\xa8\x02\x93\xe8\x4d\xa4\x53\x44\x1f\x22\x23\x79\xff\x5a\x91\x89\xdd\x5b\x11\xa5\x53\x27\xbb\x26\x49\x23\x0b\x85\x09\xac\xe4\x12\x2b\x14\xa6\x0a\x39\xe9\x6a\x96\x3b\xd0\x2f\xc8\x49\xcf\xd8\xd8\xc8\x49\x60\x7f\x24\x02\xbb\x90\x93\x80\x18\xa0\x42\x4e\xaa\x10\x91\xae\x66\x79\x36\x86\x4d\x60\x25\xcc\xb6\x10\x91\xea\xbc\xf5\x4b\x76\x2e\xb4\x23\x20\x07\x7b\xa1\x1d\x55\x58\x41\x57\xb3\xeb\xfd\x61\x05\x81\x49\x79\x63\x05\x81\xfd\x91\x72\x67\x85\x15\x04\x56\xea\x10\x14\x56\x50\x9d\xf7\x22\xce\x81\x1c\x43\x07\xcc\x33\xa6\x30\x86\x0e\x58\x8f\x4c\x06\x0c\x9d\x3a\x59\x22\xa9\xaf\x54\xe8\x38\x40\xcc\x52\x9d\x2c\x91\xc0\x4a\xf6\xa8\x3a\x2d\xd2\xd3\xb1\x29\x85\x8d\x0a\x69\x07\xac\x23\xba\x04\x69\x07\xac\xe3\xf4\x18\x86\xe3\x5e\xb8\xde\x95\x85\x1b\x18\x1c\xcb\xa7\x75\x1b\xb8\x9a\xe5\xcd\x5b\xb8\xa7\xca\x4c\x31\xb9\xb0\x7d\xc0\xfe\x48\x02\xba\x42\xf7\x01\xc2\xa9\xea\x64\x9d\x84\xed\x73\x35\x4b\x17\xd8\x22\x37\xdd\xe7\xd0\xcc\x8b\xe7\xd5\x49\x79\x9d\xc2\xf7\x01\xe2\xa9\xea\xa4\x05\x4e\xc7\xb7\x04\x70\xd7\xe9\xf8\x76\x3a\xbe\x9d\x1e\x57\xe7\x19\x1e\x09\x89\xad\x93\xe1\x71\x3a\x70\x99\x6d\x0c\x8f\x73\x79\x36\x6b\x8d\xcb\x3f\xb0\x8e\xa9\x99\x67\x5b\x6f\xcd\xd2\x7b\x6a\xe0\xa4\x06\x62\xb2\x9c\xd4\x40\x60\xd2\xbb\xe7\xba\x9f\xa3\x5c\x99\x11\xa7\x19\x4e\x9a\xc1\xe2\xa0\x19\x02\x22\xc2\x0a\xc5\xa8\x42\x31\x3a\x93\x5d\xbc\x50\x8c\x6a\x70\xd5\xda\x93\x50\x8c\x80\x20\xb1\x42\x31\xaa\xc1\x3c\x49\xf5\xa8\xc2\x21\x02\x2b\xac\xe8\xc2\x21\x02\xeb\xc8\x52\xc6\x21\xaa\xf1\xfa\xba\x72\x44\xf6\x23\xcb\xce\x15\xdf\xc9\xa0\x05\x06\x53\x24\xde\x0e\x4c\x23\x20\x5b\x7e\x61\x1a\x81\xfd\x11\x12\x43\x61\x1a\x81\x19\x9a\x61\x61\x1a\x81\x75\x64\x39\x62\x1a\x81\xeb\x4a\xbf\x76\x90\x65\x67\xcc\x34\xc5\x34\xaa\x71\x98\x31\xf7\xaf\xe9\x54\xc2\x8d\x46\x54\xdb\x70\x2c\x1a\xfc\x24\xe1\x27\x94\x7c\xf1\x60\x1d\x1b\xd1\x20\x32\x6a\x31\x38\x51\x8d\x80\x38\xba\x42\x35\x02\x57\xb3\x19\xd9\x7d\x87\xac\x51\x9d\xa7\x2a\xc6\xb0\x36\x5e\x7f\xc3\x37\x3e\x9c\x60\x02\xeb\xc8\x8c\xc5\x3a\xaa\x61\xa5\x73\xcc\x4a\x31\x0f\xd6\xe1\xe5\x5a\xe9\xc3\xb2\x4e\x98\x44\xa1\x18\xd5\xb0\x86\x13\x78\x55\xc3\x1a\x0e\xcc\x3d\x56\x25\xd6\x11\xb8\x9a\xe5\x5d\x5a\xc3\xc3\x1a\x8e\x87\x7b\x58\xc3\xc3\x09\x63\xfa\x31\x43\xe8\x84\x11\x4f\x27\x6e\x52\x0d\xbb\x76\xc2\xb3\x6a\x58\xaf\x81\xe9\xab\x1d\x6e\x12\x58\x47\x1c\x52\xb8\x49\x35\x1c\x27\x12\xb6\x54\x58\x47\x60\x1d\xf1\x82\x61\x1d\xd5\xe0\x71\x7d\x9a\x8c\x76\xed\xc0\x3a\x62\xd9\x0f\x0b\x7d\x38\x4e\x24\x2e\xa5\x50\x8c\x6a\xf0\x8f\xc4\x52\x18\xf6\xf6\x61\x6f\x37\x6a\x16\xf5\xe0\x12\x7d\xea\x95\xb5\x19\x90\x6f\xbb\x70\x93\x2a\xe9\xfb\x4f\x7e\x2b\xdc\xa4\x9a\xf7\xda\x8c\xbf\x6f\x5a\x9b\xd3\xda\x8c\x8d\x31\xad\xcd\xa9\x18\xc7\xd2\xea\x20\x32\x3f\x33\x7d\xa6\x43\x47\x60\x52\x11\xd3\xa1\x63\xda\xdb\xc3\xd6\xa8\x69\x09\x07\x56\xe2\x0a\x6a\x5a\xc2\xd3\xa1\xe3\x79\xdf\xf4\x43\x96\x01\x7f\xb8\xe9\x97\xc8\x80\x2f\x5d\x68\xb2\x0c\x38\x91\x65\x3d\xb9\x44\x39\x3b\xf1\xa6\xc0\xf4\xa1\x77\x5a\x9c\x93\x37\xc2\xa9\x60\x5a\x76\x93\x37\x22\x56\xdd\xb4\x69\x4f\x07\x85\x24\xdc\xaa\x69\xd7\x0e\xac\x23\x1f\x2d\xa6\x83\xc2\xe4\x66\x78\x79\x5e\xe6\x7e\x40\xde\xfd\x9a\xdc\x0c\xd3\x09\x20\x29\x67\x6b\x3a\x01\x4c\x27\x80\x58\x9c\xd3\x09\x20\xb5\x09\xae\x66\xb9\x83\x8f\x1b\x81\xf5\x32\x94\x5c\xa2\x93\x9b\x21\x11\xe5\x35\xb9\x19\x26\x37\x43\xf6\xd9\x69\x91\x4e\xfb\xfd\x6b\x27\x73\x07\x46\x7b\x4c\x80\x69\xbf\x9f\x16\x6e\x02\xcf\x6b\x5a\xb8\xd3\xc2\x35\x41\x2c\xdc\x69\xe1\xbe\xb2\x22\x51\xd0\xc0\x1c\x51\xe8\xd3\x7e\x3c\xad\xe5\x57\x0e\xe0\xd3\x5a\x0e\x48\x58\x5a\xd3\x5a\x9e\x36\xda\x57\xe6\xb8\xba\x0a\x60\x3e\xb3\xfc\xd4\x55\x00\xfb\xe3\xf5\x22\x33\x91\x6c\xb4\x39\xf7\x4e\x0b\x77\xda\x68\x5f\x2f\x0f\xa2\x0b\xf9\xe8\xba\x1b\x37\x1b\xed\xf4\x3d\xdf\xa4\x61\x81\x4f\x61\xf2\x87\x47\x33\xb5\xe2\x1a\x18\xa6\x91\xb5\x3c\x19\xc3\xa9\x3e\x56\xd8\x65\x35\xad\xab\xcc\x67\xec\xb2\x0a\x13\x6b\x7f\xbc\x62\x98\x62\x62\x81\x91\x10\xa2\xc2\xc4\xaa\x65\xa2\xfa\x70\x81\x17\x05\xe6\x33\xa6\x35\x5e\x14\xd8\x1f\xbe\x05\x22\x46\x01\xdc\xe6\x42\x8c\x02\xd3\x47\x57\xc4\xa8\x5a\xf7\x14\x9f\x9a\xbd\xc9\xde\xb9\x72\x8f\xe8\x43\xf4\xd5\xcc\x73\xdc\xcf\xf6\x8b\x27\x2d\xbd\x62\x97\x06\xae\x66\x47\x64\x4d\x16\xf7\x89\x5f\xe3\xf5\x0f\xe0\x4e\xd7\x72\x14\x5e\xf7\xe2\x98\x64\x3b\xd9\x9e\x66\xaf\x88\x9e\x44\xcf\x78\x89\xfc\x98\xe1\xe0\x96\xf3\x21\x0a\xa7\x0a\xcc\xf3\x49\x64\x38\x7c\xa6\xf4\xe1\x02\xa7\x0a\xcc\x04\x2b\x17\x4e\x15\x58\xbc\x72\xcb\xd6\xb8\x1c\x8f\x7d\x7d\x40\xb3\x02\x73\x3e\x88\x0c\xc7\xbd\x84\x32\x8b\x10\x98\xc0\xf4\x45\x1b\x81\x09\xec\x0f\xbe\x5c\x0c\xa6\xba\x8b\x52\xc4\xea\x47\x60\x02\x6b\x1a\x5c\x56\x74\x60\x08\x0a\x41\x60\xaa\x65\x3d\x72\x8f\x23\x30\x81\x21\x50\x04\x81\x09\xcc\xe7\xdf\x48\x83\x56\xf8\x4d\xe0\xfa\xe1\x3c\xb9\x15\x1c\x58\x5b\xce\x8c\x08\x4e\x60\x6d\x26\xb1\x05\x1c\x40\x65\xaf\x65\x01\xaf\x79\x77\x39\x2f\xd2\x02\x46\x83\x1a\xe6\x93\x05\xbc\x7c\xd8\xa4\xcf\x97\x3d\x35\x80\xf1\x5e\xcb\x62\x5d\x0e\xc7\x8e\x0e\xa8\x51\x60\x26\xa7\x71\xa1\x46\x81\xab\x59\x2e\xb5\x36\x71\xa3\x12\x24\x5a\xb8\x51\x60\x6d\x96\x84\x9d\x37\xb0\xb8\x52\x97\x9d\x37\xb0\x92\x00\xa9\x16\x13\x3b\xb0\xf8\x65\x97\x4f\x1a\xcb\xfe\xcc\xbf\x8f\x41\x05\x70\xf1\x0b\x83\xaa\x16\xab\xdb\x57\x24\x0c\x2a\xb0\x52\x54\xbc\x30\xa8\xc0\xd5\x2c\xe3\xcd\xec\x0e\xc8\x4d\x50\x18\x54\x60\x7f\xf0\x96\xa1\x50\x81\xb9\x65\xf3\xc1\xa0\x02\x8b\xff\x16\x83\xaa\xc2\xa0\x3a\x53\x0a\xb4\x30\xa8\xc0\xdc\x62\x9b\x20\x50\xd5\xdb\x11\xdd\xe7\x88\xb7\xdd\x3e\xb0\xb8\x6f\xdf\x76\xfb\x37\xe3\xdc\xe7\x0e\x0c\x2a\xb0\x38\x83\x31\xa8\x80\x9c\x03\xf5\xb6\xb3\xbf\xd1\x54\x9f\x44\x1f\x22\xef\x2e\xbb\xd1\xdb\x96\xfd\x56\x97\x32\x1a\xee\xcd\x12\x7f\xb3\xc4\x79\x83\xdf\x2c\xf1\xc0\xe2\xe6\x7d\xb3\xc4\xdf\xcc\x6e\x8e\xea\x37\x85\x19\x18\x43\xdf\xe9\x4b\xf5\x52\xe6\x7d\xe5\x20\x9a\xae\x3c\x22\xd3\x83\x58\xe2\xdb\xe1\xd1\xf4\xe0\x5e\x2c\x51\x37\xe8\x58\x60\x0a\x31\x52\x1e\xa4\xde\x6c\x52\x36\xc1\x9b\x4d\xfa\xe6\xf5\xce\xf4\x40\xda\xaa\xf7\xbd\x5a\x86\x5f\xf3\x20\x59\x2d\xa6\xc7\xdb\x6a\x79\xdf\xcb\x20\xa7\x15\x44\x2e\x30\xb9\x05\x10\xb9\xc0\xfe\x60\xeb\xab\x19\x02\x46\xe8\x7a\xf5\xb6\x0c\x02\x33\x75\xe8\x4b\x15\x91\x7a\xaf\xc3\x95\x9a\x19\xa3\x64\x37\x4b\xb6\xe8\x7a\x3b\x56\xbe\x99\x96\xf6\xd8\xb7\xc9\x16\x18\x42\xeb\x90\xc7\x2a\xe4\xb1\x33\x34\xe9\x42\x1e\x03\xd7\x95\x2b\xb2\x8d\x2c\x5f\x70\xb3\x82\x3e\xbe\x90\xa5\x8a\xc8\xfe\x48\x06\xe9\x52\x45\x04\xcc\x91\x47\x53\x45\xa4\x3e\x26\xe0\x19\x8d\xa5\x64\x08\x98\x02\x19\x3e\x26\xe0\x47\x08\xce\x99\x2e\x7c\x4c\x90\xc0\xf4\x96\x3f\xf6\xd8\x8f\x39\x73\x6e\x64\x6e\x7a\xd8\x54\xf2\xb8\xe6\xcc\x87\x0b\x27\x44\x9d\xfa\xd8\x2a\x3f\x77\x6d\x5e\x57\x7e\x89\xb2\x94\x93\x8c\xb7\x54\x11\x01\x93\xcf\x4c\x15\x91\xfa\xf8\x40\x9e\x14\xf1\x85\x4d\x07\x26\xa7\x2e\x36\x1d\xb8\x9a\x65\x90\x6c\x95\x81\xc5\xd7\xf8\xb1\x55\x7e\xce\xfb\xa6\x79\x10\x7b\xd4\x47\x26\xe2\xa7\x2b\xdd\x94\x1d\x29\x0e\xe2\xc3\x8e\x0c\x4c\xdf\x8d\x3f\xec\xc8\xc0\xd5\x2c\x63\xe9\xdb\xfa\x47\x26\x62\x37\x60\x5a\x06\xe4\xb8\xae\x0f\xd3\xf2\xc3\x6d\x7b\x3e\x67\x64\x5e\x4c\x22\x6e\x12\xef\x5d\xc8\x7f\x60\x3e\xef\x56\x6f\xa2\xac\xab\x50\x7d\x0a\x1f\xb0\xc2\xfd\xbb\x64\x79\x0e\x2b\x26\x30\x93\x33\xb0\x3e\x4e\x71\x1f\x47\xb6\x90\x6c\xea\xc3\xf2\x0b\x8c\x14\x53\x2b\x14\xc1\xfa\x30\xd6\xce\x58\x22\x88\x7e\x15\xa2\xdf\xc9\x20\x42\xf4\xab\xaf\xa3\x4c\xca\x47\x16\x56\x1f\x98\xde\xfc\xd7\x51\xe6\xcb\x0a\x4b\x10\x76\x61\xd8\xd5\xcd\xb0\x8b\x51\x8a\x61\x57\x5f\x26\x57\xf2\x19\xd5\x97\x0a\x09\x2c\x5f\x25\xbf\xe6\xd1\xd7\xa9\x62\x3c\xfe\x86\x87\x5c\xcd\x10\xb0\x52\x12\xa1\xf0\xf4\xea\x6b\x4e\x85\xb7\x50\x6a\x86\x80\xc9\x1f\xac\x66\x48\x7d\xf9\xf6\x53\xab\xb2\x54\xfe\x00\x2b\x09\x22\xea\xcb\xb7\xff\x1d\xe9\x61\x22\xad\xeb\xcb\xa0\xf9\xde\xc5\xd9\x89\xf4\xd0\x8b\x0b\xfb\xa0\x50\xeb\xea\x4b\x9d\x84\x67\x59\xea\x72\x00\x15\xe4\x0a\x41\xad\xbe\xde\x08\x2b\x1b\xa7\xac\xc2\x29\x3b\xb9\x52\x70\xca\xea\xe7\x8d\x88\x9a\xc1\x29\x03\x4b\x94\x21\x4e\x59\xfd\x78\x62\x43\x05\x28\x6c\x2e\xb0\x52\x3d\xb0\x90\xb9\xea\xc7\xc5\x2a\x32\x15\x73\x0b\x08\xc8\x2e\xcc\xad\xfa\xf9\x84\x33\x72\x06\x45\xd3\x02\x77\x20\x34\x96\x56\xfd\x1c\xe0\xc2\xff\x2d\x94\x2c\xb0\x7c\x94\x43\xc9\x02\x57\xb3\x19\x99\x2e\xdc\x35\xea\xf2\x1c\x6c\xd4\x9f\xea\x1d\xf9\xd2\xf3\x63\xa3\xfe\xee\x97\xb5\x34\xf3\xb8\x49\xc1\x97\xb4\xb9\x85\xa5\x55\x3f\xbe\x9a\xa4\x29\xa8\x9f\xc5\x18\x58\xce\x0e\x3f\x36\xea\x8f\x41\x9a\x64\x86\x85\x93\x55\x37\x27\x2b\xaf\x19\x27\x0b\x5c\xcd\x32\x6e\xd6\xec\x0f\xa5\x3e\x2e\x84\x9f\x35\xfb\xf3\xea\x13\xd8\x5f\x48\x59\xf5\xf3\x9d\x62\x6a\x67\xc3\x09\x28\x25\x51\x3f\x1b\xce\x8f\x6f\x93\x2f\xf6\xc7\xf0\x0a\xcc\xe1\xd7\x18\x5e\xbf\x3b\x5a\x35\x2f\x86\xe1\xf5\x53\x57\x78\x77\xa1\x91\xe4\x01\xb5\x65\xe2\x47\x81\x79\xe6\x6b\x06\x7e\x14\x98\xc7\xfd\x64\x3a\x15\x8f\x4a\x52\xe5\x16\xc6\x14\x98\x21\x9a\x15\xc6\x14\xb8\x7e\x3f\x23\xc9\x62\x0b\xac\xa7\x81\x64\xb0\xfd\x44\x99\x24\x23\x6b\x61\x51\x81\xc9\xb8\xc1\xa2\x02\x57\xb3\xdc\xd4\x26\xfa\x53\x5c\x22\xd6\x13\x16\x55\x85\x45\x75\x7a\x34\x2c\x2a\xb0\x52\x47\xbd\xb0\xa8\xc0\x1c\x77\xab\x9d\x28\x31\x1a\xd9\x2f\x8b\x13\x27\x30\x42\x54\x2e\xbc\x2a\x30\x42\xc6\x2f\xbc\xaa\x2a\xbb\x6a\x52\x3d\x15\x5e\x15\x50\xe9\xa7\xf0\xaa\xc0\xdc\x73\xe6\xc5\xab\xaa\xe2\x73\x0d\xa7\xb7\xca\x69\xb6\xe4\xed\x1f\x44\x19\x8c\x62\xc3\xe1\x25\x14\x1b\x2e\x80\xc3\x57\x65\x8b\x2e\xfb\xf1\xcc\xbb\x2b\xfb\x71\x40\x15\x89\x2a\xda\x36\x70\x35\x73\xe9\x20\x4b\xd5\x99\x68\x8f\xa2\x02\xca\x7a\x4f\xd1\x82\xc2\xbf\x02\x93\x4f\x1e\xfd\xaa\xca\x7a\x9f\x39\xf1\x94\xf5\x1e\x98\x8f\x9c\x04\xca\x7a\x2f\x1e\xd6\xa4\xb1\x2b\x05\x76\xc0\x3a\xe3\xd0\x2b\xc7\xc8\xc0\x14\xaf\x53\x1c\xac\xe5\x64\xc9\xe7\x84\xb9\x05\x66\x38\x70\x55\x76\xed\xb2\xde\xa7\x37\x6a\xbd\x07\xd4\xcd\x29\xfc\xae\xaa\x7b\x21\x67\xc6\x94\x85\x1c\x98\x8e\xd0\x65\x21\x97\xd0\xd6\xa4\xbc\xac\x72\x40\x0c\x4c\x5e\xe8\x72\x02\x0c\x8c\x15\xe5\x81\xe0\x05\xd6\xe9\x9e\x6c\xda\xb2\x1d\x4f\x93\xc1\x76\x1c\x58\x36\xcb\xb2\x1d\x07\x66\xea\xe1\x94\x62\x40\x55\x76\x68\xa4\x8f\xb2\x43\x07\xe6\x88\x49\x5b\x76\xe8\xc0\x3a\xb3\xda\xcb\x01\xb0\x84\x72\xcc\x58\x9c\xc5\x5d\x13\x18\xd3\x94\x61\x0c\x17\xcb\x37\x49\xab\xaa\x58\xbe\x01\x85\x0d\xab\x28\xa2\xb0\xd2\xae\x66\xe9\x01\x15\x53\xaa\xc4\x4c\xcd\x74\xea\xd6\x27\x51\xea\x45\x9f\x04\x30\x35\xab\xe8\x93\x12\xc2\x36\xff\x06\xe7\xab\x8a\xbe\x09\x8c\x65\xb8\xe8\x9b\x5a\x77\x0f\x33\x10\x34\x49\x60\xd8\x7b\x54\x40\x02\xeb\x34\xf6\x14\x49\xd9\x3e\x31\x58\xb0\xe6\x2a\xac\xb9\x33\x25\x85\x0b\x6b\x0e\x4c\x26\x19\xd6\x1c\x58\x6c\x17\xa4\xb9\xba\x49\x73\xf9\xd2\x86\x34\x07\xae\xdf\xd7\xec\x45\x96\xd1\xca\x5b\x6b\x6a\x23\x30\x93\x8b\xa2\xda\xee\xdc\x1c\x5e\x26\x54\x73\x78\xb5\x1c\xe7\xd1\xd1\x18\x78\xd5\xf4\xc1\xca\xe9\xbe\xe9\x83\x16\x22\x9f\x13\x6e\xb3\xcf\x9b\x3e\x40\x7d\x51\x9b\x09\x2c\x11\x2d\x6a\x33\x81\xab\xd9\x88\x6c\x90\x8d\x78\x56\xd2\x77\xfa\xa0\x59\x64\x6b\x23\x7b\x93\x25\xd6\x38\x66\x42\xb3\xc8\x9a\x2d\xb5\x3c\x08\x5b\xaa\x05\xb0\x66\x63\x47\xcf\xab\xa6\x0f\x52\xb6\xa2\x10\xea\xc0\xe4\xe0\x47\xa8\x03\xfb\x23\x99\xca\xab\x29\x84\x16\xfd\x1e\xcb\xbe\x7d\x71\x69\x3a\x22\x29\xbe\x4a\x41\x28\x20\x4b\x48\xa1\xe2\x55\x5b\xfc\xc9\xa2\x5e\x08\x75\x60\x2c\xbf\x66\xf1\x87\x3d\xb7\x3f\x92\x78\xba\xb0\xe7\x80\x7c\xa9\x85\x3d\x07\xae\x66\x79\x5e\x7e\x25\x95\x9e\x52\xd9\xa8\xb0\xe7\xaa\x6d\xf6\x49\xba\x5d\xa8\x72\xd5\x9c\xba\x49\xa2\x5a\xca\x3a\x81\xb5\x79\x0b\x7c\x42\xe1\xc5\x49\xab\x5a\x68\x71\x60\x7f\x24\x47\x73\xe1\xc5\x01\x99\x50\xab\x29\x8e\xc0\xd5\x2c\xe3\xe6\x30\x1c\x18\xeb\x6e\x66\x78\x79\x93\x84\xeb\xe3\xca\x01\x55\x81\xaa\x29\x93\xa6\x4c\x92\xef\xb6\x9a\x32\x09\x2c\x41\xad\x4d\x99\xb4\x08\xd6\x24\x6b\x29\x85\xa3\xc0\xf4\xc5\xaa\x59\x1d\x81\x71\xdf\x80\x92\x08\x4c\x1e\xba\xa6\x24\x9a\xed\xe0\xdb\x74\xb3\x1d\x02\x33\x89\x72\xab\xad\xf8\x66\x3b\x08\x4a\x56\x98\x0a\x8c\x7b\x2d\x5b\xf2\x7d\x2f\xf9\x58\x27\x08\x80\x15\x02\xe0\x99\x84\x08\x8d\x00\x08\xf6\x47\x72\xcf\xf6\x23\x6b\x1e\xac\x84\xe5\xf6\x23\x6b\x1e\xcc\xf1\x70\xe5\x93\xc8\x9a\xbf\x6c\x8c\x7e\x64\xcd\x83\x91\x55\xda\x8f\xac\xf9\x7e\x08\x81\x4f\xc2\xb7\x7e\xc4\xfe\x06\x32\xd4\xf6\x23\xd6\x03\x50\x30\xb1\x1f\xb1\x1e\xc0\x58\x8f\x19\xd1\x9b\x48\xdf\x87\x2b\x8b\x2c\xde\x8d\x53\x07\x3a\xa2\xe3\xee\x54\x2e\x3d\x74\xea\xd0\xa9\x23\x22\x9d\xe2\x45\x8f\xf3\xa8\x53\x40\xeb\x86\x99\xfc\xd4\xad\x8c\x56\x3f\x6e\x6d\x31\xd3\x83\x43\x0f\xe2\x32\x3f\x3d\xee\xa1\x07\xac\x87\xa4\x99\x6b\x84\x48\x30\xfe\xbc\xd2\xb3\xdd\x6a\xc0\x1d\x4e\x97\xf2\x2e\x5f\x5a\xab\xd1\x26\xfb\x71\xaf\xef\x4b\xd7\x37\x8e\x24\x58\xdb\xae\xd9\x2f\xa2\x84\xbb\x6f\x29\x78\xd1\x8f\xa1\xa7\x23\x3d\xdd\xd2\xf9\xa1\xa7\xf9\xdc\xb3\x85\xce\xd4\x8f\xe1\xfd\xe5\x4c\xbe\xbf\x32\x20\x43\xe7\x73\x0c\x48\x04\x75\x23\x5c\x76\x98\x94\xd7\x95\x64\x1e\x37\x4e\xe8\x24\xf6\x6d\x4c\x4a\xb0\x6f\x49\x2c\xd9\xa8\x94\x60\x3e\x1f\xe9\x41\x14\x48\xa7\x76\xd7\xd5\x2c\x13\x64\xdc\x5d\xa8\xfc\x5a\x9a\x4d\x93\x92\x4b\xf9\x99\x56\x53\xa7\x12\x2e\xba\x99\x6c\x53\xa7\xa8\x8f\x67\xba\x3e\xf5\x29\x4e\xb2\x2d\x95\x97\x1b\x53\x13\xcc\x94\x9d\x6a\x4c\x4d\x30\xf3\x49\xa8\x1f\x53\x07\xa2\x17\xb6\x50\xb5\xfa\x31\x3d\xed\xe4\x7d\xfd\x6b\xff\x78\x87\xfb\x79\x41\xfb\x95\x74\x66\xe9\x4c\x38\x79\x53\x67\x96\xce\xe4\xc3\xee\xf6\xb0\xc2\x96\xde\xac\xa4\xc8\x9d\x19\xd4\xa5\x37\x39\x1b\x6f\x0f\xeb\x24\xaa\x04\x48\x49\xdc\x48\x9b\x1d\x86\xe6\xd5\x2c\x8f\xfe\x76\x87\xac\xf4\xe8\xcc\xc6\xd0\xec\xed\x70\xd3\xeb\x68\xd2\x9b\x15\x10\x98\x89\x55\xe9\x2d\x26\x35\x98\x23\xfa\x60\xb3\x26\x02\x23\xc5\x28\x5a\x39\xb4\x4e\x09\xb4\x7d\x0b\x8d\xa8\x37\x6b\x22\x30\xe3\x79\xec\xcd\x9a\x08\x5c\xcd\xdc\x73\x91\x25\x37\x77\x5e\x91\x1a\x68\x60\xc6\x9a\xeb\x2d\x9b\x6a\x6f\xe7\x7d\x83\xdc\xf4\x74\x83\xd0\xc7\x52\x96\xad\x91\x42\x3b\xd4\xce\x7d\x7b\x78\xdc\x78\x1e\xc0\x8c\x59\xdc\xdb\x70\x65\x0e\xae\x7b\xc6\x7b\x1b\xf7\x95\x61\x77\xe9\x94\x49\xbc\xdd\x93\x38\x2b\x78\x33\x89\x03\x2b\x9f\xc3\x7b\x33\x89\x03\xf3\x71\x9e\x11\x7d\x89\x7e\xae\xcc\x70\xc4\x52\x06\x2b\xe1\x31\x8d\x61\x0a\xd6\xbe\xe7\x61\xcd\xeb\xc0\x75\x65\x3a\x65\x62\x07\x66\xd8\x5d\xbd\x99\xd8\x81\xab\x59\x9e\x63\x7a\x2d\xd2\xc5\x4f\xbf\xe6\xb5\x4c\xc3\x31\xd3\xf7\x69\x38\xb2\x57\x26\x6f\x6b\xe3\xa6\x82\x7d\xa3\xe5\x90\x53\xc1\x7c\x46\x91\xe0\xa6\x02\x69\x5b\x1b\x37\xb5\x43\x13\xbd\xae\xcc\xab\x5a\x9e\x23\x27\x6f\x9a\x0a\x4f\xb4\x43\x0a\xdd\xb7\xcd\xc4\x5a\x6e\x90\x33\x75\x02\xc0\x1a\x29\xb4\x51\x3b\xb7\x64\xb7\x6f\xd4\xce\x0e\xb5\x73\xa4\x7c\x49\xa3\x76\x76\x38\x99\xfb\x96\xfc\x1c\xbd\xdb\x56\x76\x55\x75\x32\xc1\xf7\x98\x92\xe0\x6a\x36\x22\x1b\x64\xa1\x69\x6f\x9a\x4d\xa2\xb7\x66\x33\xb2\x0f\xd9\xb5\xd2\x13\x7f\xd9\xa9\x2c\xf7\x3f\x1a\x29\x73\x8b\x8d\xd1\x48\x99\x40\x82\xda\x46\xca\xec\x3f\x49\x99\x5a\x79\xb4\x18\x9c\x09\x0d\xed\xfd\xf0\x68\x71\xda\x6d\x54\x26\x06\x26\x58\x09\x4f\x69\x65\xe8\x3a\x04\xcc\x7d\xdb\x6e\x59\x93\x29\x1b\x9c\xf1\x38\x8d\x07\xa5\x9f\x9a\x65\xbd\x53\xfa\x81\x95\x23\x4c\xab\x08\x07\xf6\x2d\x9f\x85\x5a\x49\x38\x20\x77\x6e\xef\x94\x7e\x40\x52\xdc\x56\x24\x0e\x5c\x57\xe6\x39\xac\xaa\xc0\x4c\x7c\x5d\xef\x56\xd5\x3e\xf4\x2a\x4a\x60\xb7\x12\x02\xd2\xff\x36\x82\x24\x98\xaf\xfb\xca\x22\xca\xda\x88\x2a\xc2\x8f\xec\x7d\x7a\xc9\x9a\x99\xce\x81\xb9\xaf\x3c\x86\xd9\xbc\xd3\xf0\xf9\xc0\xd6\xbb\xe9\x1c\x58\x34\xfc\x6e\x36\x07\xd6\xfe\xd4\x6a\x11\x65\x36\x3f\xb5\x7a\x13\x79\xed\x79\x2b\x34\xf8\x2e\x6d\xb0\x01\x9a\x9e\x7f\x19\xee\x2c\xf8\x9d\x06\x0f\xac\x7d\x27\x32\xdc\x96\x46\xbe\x6b\x35\xe6\x23\x58\x89\x39\x6e\xcc\x47\x70\x35\xcb\x73\x50\xea\x81\x95\x80\xdd\x56\xd0\xae\x43\x60\xbc\x9a\xe5\x41\x96\x67\xbb\x8d\x41\xa2\xfb\xd9\x7e\x9a\xa5\x0b\xcb\xe0\xa2\x2b\x99\x0a\xcb\x24\xba\x17\x5a\x74\x33\xa2\x63\x87\xe8\x38\x42\xed\x69\x44\x47\x30\x6d\xc5\x4f\xb6\x60\x60\xed\x97\xd1\xdb\xa8\x8f\xfd\xbc\x97\x63\xd4\xb5\x5a\x78\x60\xa6\x2a\x7d\x3f\x2d\xc7\xf0\x1c\xaf\x66\xaf\xc8\x26\x19\x6a\x8f\x66\x8b\x68\x69\x76\x46\xf6\x26\x8b\xd2\x7d\xb9\xe9\x87\x28\xaf\xea\xe5\x9e\x5f\xa2\x76\xe5\x35\x8b\x70\x1f\xc1\xda\xf7\xbf\x3e\x67\x37\x66\x64\x87\x6a\xb8\x6f\x5b\x56\x30\xae\x21\x18\x21\xe5\xf7\xf3\xd4\xe9\x78\x4d\xb7\x64\xeb\x6e\xec\x40\xb0\xf2\xa1\xa3\xb1\x03\xc1\xbe\xed\xb7\xcc\x40\x24\x1a\x36\x39\x2b\xfa\x69\xe5\x04\x66\x82\x11\x1b\x87\x10\xac\x94\x10\x6e\x1c\x42\xb0\x92\xe2\xb1\x71\x08\x3b\x44\xc0\xeb\xf7\x23\xb3\x72\x50\xfc\x36\xda\x0b\xc5\x0f\xac\x10\x01\x1a\xc5\xaf\x43\x59\xdb\xb7\x64\x9d\x6e\x9c\x35\x30\xf3\x75\xb6\x51\xd6\x3a\x94\xb5\x41\x43\xa0\xac\xf5\xcb\x0b\xdf\xcf\x3d\xb2\x83\x2c\xa7\xea\xe3\x11\xd1\x49\xe4\x06\xd9\x9f\x91\xc5\xc0\x9a\xd9\xb6\x90\xc5\xfa\xc5\x74\xd8\x87\x66\x83\x2c\x87\xef\xac\x4d\x2c\x30\xb0\x6f\x49\xa9\xd5\x68\x60\x60\xfc\xf9\x6b\x6f\xa2\xb7\x66\xaf\xc8\x3e\x64\xa9\x14\xfd\xf2\x6b\x5f\xa2\xaf\x66\x47\x64\x3f\xb2\x9c\xe7\x4e\x57\x66\xe9\xa0\x7c\x6d\x89\x6f\x6e\x94\x2f\xb0\xe8\x25\x94\x2f\xb0\x6f\xa9\xc4\xdf\xe1\x7f\xdd\x30\xf3\xe5\xa1\xb1\xc0\x1a\x49\x6b\x4b\xaa\x96\x46\xd2\x02\x2b\x51\xe6\x8d\xa4\xd5\x2f\x6a\x34\x99\x65\x1a\xd7\x0a\xac\x24\xa9\x6a\x5c\x2b\xb0\x6f\x61\x8f\x34\xae\x15\x98\x49\x12\xdc\xb8\x56\xfd\xa2\x86\xc2\xe1\x6d\x84\x23\x30\x77\xcf\x46\x0d\x85\x6f\xb4\x6f\xc9\x76\xdd\x08\x47\x40\x06\xa6\x7e\x2d\xc3\x4b\x0d\xe5\xfb\x5b\x2b\x52\x05\x56\x4a\x2b\x35\x5a\x52\x23\x1c\x6d\xc9\xa3\xdc\x08\x47\x1d\xc2\xd1\x48\x70\x6d\x23\x1c\xf5\x61\x22\x3d\x5f\xaf\xc8\x0e\xb2\xa4\x9f\xcc\xf0\xe2\x20\x81\xab\xd9\x8a\x6c\x90\x25\x9d\x46\x7a\x8a\x83\xd4\x07\x83\xf6\x99\x39\x88\xfd\x03\xd6\xc8\x4c\x3d\x6c\xda\x81\x7d\x7b\xba\x83\x5d\x3b\xb0\x58\x92\x38\x42\x60\xa4\xdc\x64\xe3\x08\x81\x15\xb2\x72\xe3\x08\x35\x56\xcf\xf6\xf4\x1c\x26\x4d\x60\xc5\xb1\xde\x58\x3d\x8d\xd5\xb3\x25\xb1\x5e\x63\xf5\x80\x35\x72\x74\xc5\xea\x01\x72\x59\xb5\xe2\x4d\x8d\x4d\xb3\x25\xa8\xb4\xb1\x69\xc0\x1a\xb7\xe8\xbe\x41\x12\x85\x66\x77\x38\x86\xc1\x65\x15\xa4\xb4\x5c\x1f\xac\x82\xc0\x1a\x1e\x83\x55\xa0\xda\xd2\xf9\x74\xa5\x7b\x52\x2a\xcf\x1c\x53\x11\x5c\xfa\xb0\x1d\x27\xb0\xb2\x15\x23\x02\x6b\xdc\xcd\x0c\x51\x8c\xcb\x31\xce\x88\x0c\x11\x75\x94\x84\x4d\xad\x7a\x10\x58\xf9\x14\xdb\xaa\x07\x81\x7d\x4b\x45\xd5\x46\x66\x01\x33\xcc\xaa\x46\x66\x01\xd2\x6c\xb5\xea\x41\x7d\x98\xba\x2f\xcd\x4c\xdd\xc3\xd4\x8d\xc9\x8c\xcb\x02\xf6\x2d\x91\x90\x8d\xcc\x02\x56\x02\x04\x1a\x99\xa5\x0f\x6a\xf1\xb5\xe5\xd7\xa8\xc5\xc0\x4a\x46\xe2\x46\x5c\xe9\x10\x57\xc6\x2b\x5b\x02\xe2\x0a\xb8\xae\x5c\x91\x6d\x64\x19\xf0\xe8\x7a\xc5\x7d\xfa\x34\xe9\xe3\xa7\x6c\xcc\x15\xb0\xf2\x61\xb1\x4f\x93\x3e\xb0\x12\x7a\xd2\x8a\xfb\x80\xeb\x4a\xb2\x49\x96\xb4\xb4\xcb\x8f\x2d\x22\x1d\x8d\x16\x47\x70\x01\x2b\x1f\xdc\xfb\xb4\x5d\x06\x26\x13\x54\x71\x1f\x70\x5d\x79\x46\x56\x64\x06\xfc\x1a\x49\x95\x7c\xfa\xb4\x82\x12\x05\xda\x6a\xf4\x80\x15\xbf\x73\xab\xd1\xd3\xf8\x2d\xdb\x2b\xfb\x10\x7e\x0b\x58\xf9\xe6\xd9\xf8\x2d\x7d\x5a\x1b\x89\x02\x6d\x55\x6f\xc0\x1a\xf3\xaf\x79\xda\xad\x28\x0e\xd8\xb7\xc4\x6b\xf6\x69\xed\x04\xd6\x7c\xf8\x61\x8f\x19\x37\xca\xf6\xca\xa6\x87\xc4\x02\x56\x3e\x93\xf6\xc9\x8d\x12\x90\xc4\xac\x4f\x8b\xee\xb4\x9c\xc2\x3c\x6d\x95\x6d\x80\xcc\x69\xad\xb2\x4d\x9f\xec\x82\x57\x4c\x65\x65\x6c\xc0\x9a\x31\xc0\x90\x64\xc0\xd5\x2c\x03\x41\xef\x63\xc9\x24\x33\x49\x63\xc9\x80\xf9\x67\x2b\x23\x68\x71\x26\x73\x77\x23\xb1\xf4\x69\x71\x26\xa9\x4f\xe3\x9d\x80\x95\xaf\xba\xad\xf0\x4c\x9f\x8e\x79\xc9\x8f\xdd\x78\x27\x60\x8d\x1c\x1a\xd1\x4e\xc0\xbe\x25\xa1\x4b\xe3\x9d\x80\x95\x40\xc6\x3e\x79\x43\x42\x3b\xb9\x9a\xe5\x79\x2d\xe2\xc0\x0a\xfb\xac\x15\xa8\x01\x2b\x9f\x8d\x5b\x81\x9a\x3e\xb9\x3b\x92\xaa\xa5\x4f\xd6\xf2\x29\x03\x60\xf6\x3c\x84\x95\x3e\x59\xc6\x49\x7e\xd2\x27\xcb\x38\xb0\x92\x71\xae\x11\x56\xc0\x4a\x98\x52\x23\xac\x80\xe5\x94\xa7\xb2\x0d\xd8\xb7\x97\x8e\xd2\x08\x01\x29\xe2\x1a\xad\x05\x5c\xcd\x5c\x6a\x7e\xd8\xdf\x6e\x91\x7e\x32\xb3\x93\x90\xa2\x4f\x66\x76\x60\xe5\xab\x54\xa3\xba\x80\xab\x59\xe6\x11\x5d\x82\xeb\x32\xa3\x85\x70\x5d\x3a\x5c\x97\x11\x3a\x46\xe3\xba\xf4\x78\x19\xa2\x68\xc8\x41\x71\x04\x56\xbe\xac\x37\xfa\x4b\x87\xd7\x72\x35\x3b\x23\x5b\x64\xb1\x12\x37\xa2\x37\x91\x5e\x2d\x97\x7e\xc9\x62\x51\xc4\x7a\xc0\x75\x01\x23\xec\x91\x1e\x56\x7f\x78\x27\xd7\x95\x79\x0e\xdb\xe0\x10\x01\x17\x35\xa7\xc4\x0d\xd8\xb7\xe4\xca\xe8\x61\xa9\x0f\x01\x14\x39\x56\xa3\xa7\x80\xab\x59\x6e\xca\x60\x0b\xc8\xac\xd7\x83\xbd\x16\x98\x8e\x61\x83\xbd\x36\x84\xac\xe4\xd4\x3b\x98\x6b\x83\xde\x48\xb8\x68\x0f\x7a\x63\xd0\x1b\x2b\x57\x52\x0c\x83\x62\x48\xb8\x68\x0f\x8a\x21\xb0\xd8\x66\x0a\xf2\x74\x48\x2c\x57\xb3\xf4\xea\xf4\x1c\x21\xbc\x25\x27\x5f\x2b\xab\xd3\x83\x16\x38\x8c\x2e\x2d\x30\x6c\xaa\x59\x07\x83\x16\xc0\x5c\xd9\x12\x0d\xd9\x98\x2b\x60\xc5\x27\xdf\x98\x2b\x60\xdf\x42\x4a\xef\xc1\x84\x0b\xac\x91\x49\x8f\xcc\xd2\x83\x35\x95\x00\xc6\xc6\xc1\xe8\x70\x30\xc6\x99\xc7\xc5\xc1\xe8\x69\xce\x84\xd1\xd1\xd3\x9c\x09\xcc\xd0\x75\x1a\x2d\xa3\x11\x2e\xb6\xb0\x2b\x1a\xe1\x02\xac\xc4\xce\x35\xc2\x45\x23\x5c\x6c\xe1\x8b\x35\xc2\x05\x98\xf9\x52\xd4\x08\x17\x3d\x19\xf9\xa1\xbc\x35\xda\x04\x18\x29\x20\xda\x93\x91\x3f\x55\xf7\x78\x12\x79\x34\x0e\x95\xb0\xbe\x5a\x9d\x1a\xb0\xce\x87\x66\x79\x31\xf3\x7e\x7f\x59\x57\xb8\x0f\x60\x25\x86\xaf\x51\x1f\xc0\x3a\x33\x01\x51\x1f\xc0\xbe\x85\x80\xd2\xf3\xd4\xd1\x53\xad\xea\x33\x22\x1d\x1d\x86\x2d\xbb\xfb\xf4\xfe\x02\xf3\x7e\x34\x46\xd1\xe4\xf8\x4e\xce\xef\x9e\x74\xf1\x94\x9c\x3e\x8a\x72\x3a\xa3\x4d\x3e\xc3\x73\x23\x33\x46\xf1\x19\x9e\xd1\x6d\x93\xcf\x10\x43\x62\x4b\x81\xcf\xc6\x90\x00\xeb\x7c\xb8\xe9\x8f\xa8\x34\x4b\x4f\xcd\x86\xc0\x25\xcb\xf3\xf2\x1a\x06\xe4\x28\x6f\x0c\x89\x9e\x3c\x84\x89\x3c\xeb\xc9\x43\x38\x95\xea\x35\xbc\xb6\x89\xc9\x43\x98\xb2\xa2\x3d\xed\x13\xd3\x67\xf8\x6c\xf9\x88\x14\x3d\x29\xfb\x70\xd0\x1b\xf7\x01\xac\x10\x3d\x1b\xf7\x01\xac\xab\x57\x7f\xb9\x6f\xa3\x46\xf4\x64\xbc\x25\xfc\xb0\x27\x5d\x1d\x98\x3e\x31\x28\xff\xd3\x29\xec\xb3\x6f\x09\x3f\x6c\x95\x7d\xc0\x58\xa6\x3b\x1d\x3c\x29\xdc\x7c\xb1\x6e\x75\x7c\x80\x5c\xea\x8d\x55\xd1\x8b\x9d\x73\xe6\x78\xa2\x72\x0d\x98\x5b\x8e\x22\x2a\xd7\x80\x65\x68\x54\xae\x01\xcb\xd8\x2b\x5c\xd3\xcb\xc1\x34\xa9\xb5\x5b\xcd\x18\xb0\xce\x68\x0e\x6c\x09\x30\xf2\x45\xbc\xb1\x25\x1a\x5b\x62\x4b\xce\xec\xc6\x96\x00\x92\xb1\x37\xb6\x04\x58\x89\x0a\x6d\x64\x89\xc6\x52\xd8\x92\x74\xb0\xb1\x14\x80\xfc\xec\x8d\xa5\x00\xf6\x2d\x21\x32\x8d\xa6\x00\xe6\x73\xb8\xd2\xa3\x31\x8a\x12\x70\xd3\x98\x0b\x60\x25\x78\xb4\x31\x17\x3a\xc5\x60\xae\x66\xe9\xfc\x79\x3f\x48\xea\x8a\x67\xbc\x55\x7b\xe9\x75\xcf\xd9\x68\x30\x9c\x80\x5e\x0c\x94\xa4\x7f\xee\x65\xe6\x2d\xf1\x1f\x31\x50\x96\x89\x87\x01\xb0\x9d\xcb\xa5\xba\x35\x75\x4b\x33\xdd\xe2\x80\x4b\x2e\xe6\x16\xa0\x0f\x56\x62\x62\x5b\x80\x7e\x2f\xf6\x83\x8f\x94\x8b\xfd\x10\x90\x9d\xbe\xd5\x33\x01\xfb\x36\xb2\x62\x85\xe3\x83\x95\xd4\xd4\x2d\x1c\xbf\x17\x25\x3c\xb2\x62\xc5\xc1\xf7\x9b\xc6\x4d\x49\x8c\x56\x36\x04\xac\x33\x07\x7a\x65\x43\xfa\x4d\xe3\x26\xf7\x63\xbf\x69\xdc\x37\x8d\xfb\x74\xe5\x20\xfa\x68\x76\x44\xf6\x25\x4b\x52\xe8\x38\x63\x55\x12\xe9\x44\xb8\xef\xdb\x70\xa9\x39\x18\x98\xc9\x75\xd8\x22\xdc\xfb\x6d\x4b\xce\x47\xe6\x7e\xdb\x92\xdf\x77\x4c\x23\xd1\x22\xca\x4c\xcd\xd6\x22\x4e\xbd\xdf\xa6\x65\xa2\x4c\xfb\x7d\xdc\x37\xcd\xb4\xcc\x61\xe1\x6d\x5a\xbe\x39\xa7\x47\x4c\xe9\xb7\x79\x19\x58\x67\xd4\xfc\x9b\x73\xfa\x6d\x9b\x1e\x59\x58\x6f\xdb\xf4\x5b\x74\xd4\x2d\xf2\xb8\x89\x2f\xde\x46\x3c\x54\x6f\x33\x29\xb0\x4e\x3d\xb0\xd7\xbe\x99\xd7\x7c\x12\xaa\xa1\x80\x99\x84\xfd\xfd\x66\x5e\xbf\x99\xd7\xce\xfd\x6f\xe6\x75\x60\x51\xcc\x6a\xa6\x80\x45\xa9\xa8\x99\xd2\x82\xf4\x37\xdb\xb4\x20\xfd\x7e\x27\x6b\xc3\xe6\xc0\xfd\xf6\x01\x26\xb0\xec\xbf\x82\xf4\xc1\x4a\xe8\x73\x0b\xd2\xef\x37\xb5\xe9\x5c\xfe\xa6\x36\xdf\xd4\xa6\x57\x4a\x6d\x8a\xbe\xdf\x98\x98\xa2\xef\xc1\xa2\xc9\x44\xdf\x83\x45\x07\x8b\xbe\xef\xf7\x3d\xc7\x63\x61\x8a\xbe\x07\x2b\x01\xe8\x2d\xfa\x1e\xcc\x71\xff\x98\x8e\x9a\xe2\x2f\xb7\x34\x17\xee\x29\x1e\xc5\x2f\xfa\xbe\x3f\xcc\x00\x67\x5f\xc1\xf1\x60\xd1\x9e\x1f\x66\xc0\x87\xef\xc5\x59\xeb\x63\x06\x7e\xc4\xe7\x65\xc3\x14\x42\xdf\x1f\xbe\x3e\x36\xec\x87\xed\xf8\x11\x78\x17\x07\xc4\xc7\x3c\x0d\xa8\xdd\xd0\x1f\xf3\xf4\xc3\x74\x64\xd6\x7e\x8e\xfb\xa6\xd9\x57\x6f\xd1\x87\x28\x71\x60\x9b\xc7\xc8\x12\xfa\xf0\xba\xb1\x30\x3f\xe6\xc7\x87\xd7\x2d\xea\xf3\x63\x7a\x24\xd6\x7c\xdf\xa6\x9b\xda\xcc\x3f\x1c\xae\xb1\x16\x04\x9b\x83\x35\xa2\x65\x3f\xf6\xf2\x8f\xbd\x9c\x73\xf5\x33\xee\x9b\x7e\x43\x19\x73\xe5\x8f\xe8\x97\xe0\x36\xbf\x5f\x44\xe5\xca\x34\x33\xd9\x3e\xe6\xc2\x7c\xe5\x71\xcd\x85\xcf\x1d\x8f\x46\xb4\x11\xb9\x69\xe6\xe9\xc7\x41\x25\x30\x9f\xd1\xa8\x1f\x7b\xe4\x67\xb9\x43\xd4\xfd\xc7\xa9\x24\xb0\x12\x9c\xdd\x1f\x7b\xa4\x00\xf7\x6d\x8e\xff\xaf\x6c\xc8\xf8\xaf\xfb\xb6\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\xe3\x8e\x15\xeb\x0e\xe6\x8a\xd2\x14\xeb\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\x95\xaf\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x0b\xfb\xb1\x05\xda\x83\x65\x9f\x12\x67\x0f\x56\xaa\x82\xb5\x38\x7b\x30\x7d\x9a\x13\x67\x0f\xf6\x2d\x69\x9c\xfb\x67\x6e\x05\xd6\x7c\x11\xe9\x14\x2b\x2b\x69\x9c\xfb\xc7\xca\xfa\x71\x3d\xe5\x78\xa6\xb6\x4a\xff\x6c\x84\x49\xe3\xdc\xaa\xa6\x80\x95\x4c\xf0\xad\x6a\x0a\xb8\x9a\xa5\x57\xa6\x60\x60\x85\x69\xdb\x3f\xa7\x96\x9f\x53\x4b\xd2\x2c\xb7\x10\x7d\x30\xf9\xdb\x44\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xaf\xff\x47\xe5\x5e\xff\xff\xeb\xfb\x9f\xff\xed\x7f\xfe\xaf\xf7\x3f\xff\xf7\xfb\x5f\xeb\x1f\xdf\xff\xfc\xe3\x8f\xfa\xb7\xff\xf8\xfd\xcb\xf7\x3f\xfe\xf1\xdf\x2f\xe9\x3f\x7e\xd5\xff\xf2\x6f\xf5\x47\xfd\x9f\x7f\xff\xcf\x3f\xbe\xf5\x8f\x7f\xfe\xfb\x3f\xaf\xab\xf2\xf7\x7f\x03\x00\x00\xff\xff\x9a\x2a\xf8\x63\xc7\x3b\x01\x00"); -func _aac ()([]byte ,error ){return _c (_fgge ,"ETen-B5-V")};func (_bg bindataFileInfo )Sys ()interface{}{return nil };func _ebadg ()([]byte ,error ){return _c (_fffa ,"UniJISPro-UCS2-V")};var _aabcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x6c\x63\x6f\x12\xa9\x42\xaa\x88\xaa\x72\xd8\xb4\x2a\x9b\xb4\x52\xd5\x03\xb1\xc7\xd4\x52\x31\x96\x81\x43\xfe\x7d\x65\x03\x46\x7b\x40\xe6\xbd\xcf\x8c\xe7\xe1\xc9\xab\xfa\x5c\x5b\x33\x41\xfe\xdd\x0f\xb2\xc1\x09\xb4\xb1\xca\xe3\x38\xcc\x5e\x22\xdc\xb1\x33\x36\xcb\x28\x03\x65\xe4\xb4\xc9\xb8\xc8\xbe\x75\x59\x96\x5f\xad\xa9\x2e\xcd\xf3\xf5\xed\x4b\xc1\x9e\xbf\xc2\x3c\xe2\x0a\xaa\xfa\xdc\x3c\xc6\x09\xfb\xda\xea\x01\x8a\xa5\x80\x9a\xdd\x5a\x04\x20\xff\x81\x9d\x19\x27\xff\x80\xa7\xcf\x6a\xb8\xe3\x07\x50\xa8\x83\xff\xcd\x2b\xf4\xc6\x76\xf0\x54\x5d\x1a\x9a\xec\x66\x76\xee\x1f\xf6\x68\x27\x38\x44\x0f\xad\x8a\x6b\x96\x57\xaf\xad\xbb\xb4\x3d\xc2\xfb\x76\x6e\x11\x47\x7a\x43\x3f\x9a\xc1\x02\xfd\x48\xc8\x69\xb7\xdf\x1e\x0e\x81\xae\x55\x7e\x5d\xeb\x33\xfc\xa6\x40\x09\x30\x21\x4e\xfc\xcf\xea\xff\x7c\x1d\x54\xda\xf5\xb2\xf4\x2f\x8d\x92\x7f\x5b\x9f\x7d\x22\x84\x10\x46\x68\x51\x02\x65\x24\x49\x1e\x24\xdb\x24\x13\x25\x50\x72\x5a\xa4\x46\xae\x4b\xa0\xc5\x81\x8b\xd5\xd0\xe2\x1e\x0c\x9e\xa4\x0a\x52\x84\x7c\xdb\x31\xd9\x21\x1d\xeb\x5b\xdb\xe1\xb2\xb5\x20\xe4\x58\xc2\xf6\x7a\x2a\x81\x0a\x92\x48\xbb\x93\x50\x9e\xbf\x24\x22\x77\x12\x4e\x12\x3c\x11\xdc\x49\xe8\x51\x1c\x37\x42\x49\x22\x94\x86\x6a\x2c\x11\xbe\x93\x10\xb3\x38\x6e\x31\x52\x6f\x5a\xc7\xde\x0a\xb2\x26\x5a\x12\x44\x11\x46\x25\x5d\x9e\x9c\xbd\x47\x3b\xc5\x41\x89\xb7\x13\xfe\xb8\xb1\x98\xa6\xd1\x0d\x2e\x7c\x15\x9f\xff\x01\x00\x00\xff\xff\xad\xc7\x92\x12\xb9\x02\x00\x00"); -func _eegd ()([]byte ,error ){return _c (_bgde ,"RKSJ-V")};var _cba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x14\x04\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xfb\xfd\x51\xab\x05\x62\x61\xf1\xb2\xe0\xc3\x6e\x42\x1c\x92\xb3\x2c\xf5\x98\x81\x58\x33\xc8\xe3\x83\xbf\x7d\xa8\x57\x33\x0e\xe4\x60\xc6\x53\x96\x9e\xc4\xaf\xdc\xdd\x77\xf7\x0f\xdf\x1e\xb6\xe3\x25\xdd\xfd\xbe\x9f\x96\xc7\x76\x49\x87\xe3\xb6\xee\xed\xf5\xf4\xb6\x2f\x2d\x3d\xb5\xe7\xe3\xd6\x75\xa2\x69\x3d\x2e\x97\xdb\xd7\xf8\x58\x5e\xe6\x73\xd7\xe1\xfe\xc7\xf7\xd7\x4b\x7b\x79\xd8\x0e\xa7\x64\xbc\x6e\x7d\x3b\x5f\xaf\x4d\xe9\xee\x8f\xf6\x7c\x7c\xbd\xec\xef\xe9\xd3\xd7\xf5\xf4\xd4\x7e\x49\x6b\x3b\x20\xff\x6d\x5f\xdb\x7e\xdc\x9e\xd3\xa7\xfb\x9f\x8f\xf2\x11\x3f\xbe\x9d\xcf\xff\xb4\x97\xb6\x5d\xd2\x10\x59\xdb\xd6\xf8\xec\xee\xee\x7f\xcc\xe7\x9f\xf3\x4b\x4b\x77\x31\xe9\x33\xee\xfb\xcc\x8b\xe2\x6f\x7f\xb5\xfd\xf5\x78\xda\x92\xfc\x9a\xb3\xfc\x17\xff\xf9\x7e\x6e\x49\xae\x33\xfe\xfe\x71\x5a\x5b\xca\xb7\x89\x0f\xdf\xee\x4f\x6f\xdb\x25\xc9\x28\xc3\xc8\x50\xf8\xea\xcb\x69\x6d\xaf\xe7\x79\x69\xfb\xbc\x3d\xb7\x2e\xa5\x29\xe7\x9c\xbf\xa4\xc9\xbf\x7e\xff\xfe\x05\x6f\xf5\xbf\x2b\xba\xa1\xbf\xde\x79\x5c\x99\xdc\xee\xc8\xf9\x70\xf8\x92\x72\x37\x65\xe1\x77\xc1\x77\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x06\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x67\x46\xf3\xf5\x3d\x31\xfe\x89\xd1\x53\x44\x55\x30\x7e\x61\xb4\x20\xb2\x3c\x60\xfc\xca\x68\x8d\xc8\x14\xe3\x1b\xa3\x16\x51\x5f\x31\xfe\xc0\xe8\x10\x51\xf5\xdc\x4d\x42\x29\x09\x29\xcf\x63\xe9\x26\x21\x96\x04\x96\x5b\xaf\xdd\x24\xd4\x92\xd0\xf2\x92\x6b\x37\x09\xb9\x24\xb8\xbc\x16\xef\x26\xa1\x97\xf8\xd5\x14\xe3\xe9\x25\xe1\xd5\xdb\x80\xf1\xf4\x92\xf0\xea\x8b\x61\x3c\xbd\x24\xbc\xfa\x5a\x31\x9e\x5e\x12\x5e\x45\x1c\xe3\xe9\x25\xe1\x55\x3c\x63\x3c\xbd\x24\xbc\x4a\x41\xb1\x42\x2f\x09\xaf\x32\xa2\x59\xa1\x97\x84\xd7\x20\xa8\x56\xe8\x25\xe1\x35\x38\xaa\x15\x7a\x49\xbb\xf6\x8f\xf1\xf4\x92\xf0\x1a\x46\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x0e\xa8\x56\xe9\xa5\xe1\x55\x47\x54\xab\xf4\xd2\xf0\x1a\x15\xd5\x2a\xbd\x34\xbc\x46\x47\xb5\x4a\x2f\x0d\xaf\x71\x40\xb5\x4a\x2f\x0d\xaf\x71\x44\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x8e\xcc\x1c\xe5\x2a\xc5\x74\x66\x36\xa0\x5d\x25\x99\x06\x19\xda\xc7\x23\x68\xa6\x0b\x33\x45\xbf\x4a\x34\x5d\x99\xf5\x28\x58\xa9\xa6\x8d\xd9\x80\x86\x95\x6c\x7a\xe0\x22\xc9\xa8\xd8\xe8\x66\x99\x99\xa2\x63\x23\x9c\x09\xb3\x1e\x25\x1b\xe5\x4c\x6f\x0b\x2c\x77\x93\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x8f\xa2\x8d\x7a\xc6\xd5\x69\x15\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x3d\xca\x36\xfa\x19\xfd\xbc\xa2\x6d\xa3\x9f\xd1\xaf\x17\xd4\x6d\xf4\xb3\xe5\xb6\x2b\xe0\x19\xf4\x33\xfa\xf5\x05\x85\x1b\xfd\x8c\x7e\x7d\x45\xe3\x46\x3f\xa3\x5f\x11\x54\xee\xd7\x3d\x90\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x45\xe7\x4e\x3f\xa7\xdf\x20\xe8\xdc\xe9\xe7\xf4\x1b\x1c\x9d\x3b\xfd\x9c\x7e\x43\x41\xe7\x4e\x3f\x2f\xb7\xad\x0c\xcf\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x16\x74\xee\xf4\xf3\xb9\xcd\xc8\x46\xf7\xd8\xd1\x6f\x3b\x37\x7e\xc7\xf9\xf6\x71\xe2\x2c\x6f\xfb\xde\xb6\x4b\x9c\x6e\x71\xa8\xe0\xac\x38\x6e\xed\xe3\xa4\x3c\x9f\xce\xb8\x2b\x7e\xfe\x0d\x00\x00\xff\xff\xea\x94\xed\x0a\x55\x07\x00\x00"); -func _fdga ()([]byte ,error ){return _c (_egdfg ,"UniGB-UTF16-V")};func _fbe ()([]byte ,error ){return _c (_beba ,"EUC-V")};func _decf ()([]byte ,error ){return _c (_fbgg ,"EUC-H")};var _dgade =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\x41\x8f\x23\xb7\x11\x85\xef\xf3\x2b\xfa\xe8\x1c\x9c\x21\xab\xc8\x26\x09\x18\x06\x82\xf5\x21\x63\xc0\x49\x90\xc9\x3a\x01\x82\x1c\x5a\x12\x7b\x21\x20\xab\x11\x34\x33\x87\xfd\xf7\x41\xbd\x4f\x99\xc0\x39\x2c\x6a\xf7\x13\x59\xfd\xde\x23\x9b\x94\xf6\xf1\xd3\xd3\x4f\x4f\x97\xf3\xdb\xf2\xf8\x97\xdb\xcb\xf1\x79\xbe\x2d\xfb\xf9\x72\xba\xcd\xd7\x97\xf7\xdb\x71\x2e\x87\xf9\xe5\x7c\x79\x78\xc8\xb6\x9c\xce\xc7\xb7\xff\xfe\x53\xe5\xf8\x75\xbb\x3e\x3c\x3c\x7e\xbe\x9c\x7f\x7e\x7a\xfe\xfe\xf3\xa7\x67\xfb\xfe\x8f\xcb\xfb\xeb\xbc\xf3\x4f\x4f\x3f\x3d\x7f\x7b\x7d\x9b\x5f\x9f\x2e\xfb\xcb\xe2\xcc\x3f\xbd\x5f\xef\x3d\x96\xe5\xf1\xaf\xf3\xcb\xf9\xf5\xed\xf6\x6d\xf9\xee\x0f\xa7\x97\xc3\xfc\xdd\x72\x9a\x7b\xf0\x3f\xdf\x4e\xf3\x76\xbe\x7c\x59\xbe\xfb\x79\xbb\x6e\x97\xfc\xf1\xc1\xf3\xfb\xf5\xfa\xef\xf9\x75\x5e\xde\x96\x22\x36\x2f\x27\xd5\x87\xc7\x4f\xbf\x6c\xd7\x3f\x6d\x5f\xe7\xf2\x1b\x3d\xbf\xea\x53\x7d\xf8\xeb\xbc\xbd\x9e\x5f\x2e\x4b\xb6\xdf\xa7\xb4\xfe\x8f\xff\xed\xdb\x75\x2e\xf9\xde\xe5\x1f\x9f\x9f\x7e\x5a\xfe\x99\x97\x9c\x16\xab\x5e\xdb\xbf\xee\xfc\xef\xbf\xbc\x9c\x3e\x46\xe5\x94\xf0\x70\x3c\x9f\x6e\xdb\xe5\xcb\x7c\xf8\x21\xa5\x43\xfa\x71\xb9\x97\x6e\xeb\x78\xf8\xc1\x52\x0e\x44\x69\x7d\xb8\x50\x05\x55\x21\x13\x5a\x41\xab\x50\x15\xea\xa0\x11\xbd\x7a\x16\x3a\x82\x4e\x81\x9a\xda\x1b\xbd\x8c\x5e\x5d\x88\x5e\x46\xaf\x16\xc8\x4d\x28\x4a\xb7\x26\x11\xee\x20\x57\xfb\x40\x79\x48\xaa\x4a\xf3\x2e\x92\x21\x39\xc8\x2a\x62\x10\x0b\x32\x44\x1c\xe2\x41\x9a\x48\x85\xd4\x1f\x97\x6c\x96\x4b\xb0\x63\x11\x8b\xd2\x3d\x67\x21\x86\x45\xe9\x9e\x93\xd0\x0a\x5a\x85\x22\x99\x3c\x41\x51\x7a\xba\xa3\x06\x6a\x42\x6a\x3f\x3b\xa8\x0b\xa9\xfd\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xa4\x6c\xae\x48\x55\x5a\x1f\xd1\xcb\xe6\x2e\x14\xe5\x9e\x5f\x4d\x4a\xa6\xa6\xc8\xa1\x68\x2d\x6a\x32\x50\xd8\x2e\x5a\x8b\x9a\x0a\xa8\x6a\x54\x15\x5a\x41\x4d\xc8\x85\x3a\x68\x08\x31\x71\x03\x1d\x84\x78\xe2\x11\x14\xba\xca\xa0\xd7\x09\x74\x12\x62\xd4\x04\x4d\xa1\x55\x68\x07\xed\x42\xb1\x8a\x95\x2d\xa8\xd2\x6a\x92\x88\x9c\x41\x59\x48\xed\x33\x86\xa2\xb4\x9a\x8a\x90\x83\x5c\x48\xed\x33\x1e\xa3\xb4\x32\x94\x04\xdb\x59\xa5\x95\x41\x7b\x6c\x6b\x3b\x17\xed\xf0\x9a\x1b\x48\x49\x0c\xda\x93\x44\x94\x56\x86\x92\xc8\x03\x34\xf4\x44\xda\x13\x4e\x94\x56\x53\x12\x3a\x80\x0e\x42\xb4\x27\xaf\x28\xad\x1a\x22\xc8\x2b\x4a\xab\xa6\xbc\x32\x79\x45\x69\xd5\xb0\x4d\x5e\x51\x5a\x35\xe9\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\x24\xd5\xc8\xcb\x94\x97\x29\x68\x23\x2f\x8b\x70\xaa\x4b\x2a\x5b\x4e\xa5\x55\xd7\x13\x79\x3f\x55\x5a\x75\x49\x35\xc2\x89\xd2\xaa\xcb\x90\x11\x4e\x94\x56\x1d\x5d\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\x48\x25\x1c\x53\x38\x8e\x2e\xc2\x31\x85\x93\x11\x41\x38\x26\xdb\x59\xbd\x1c\xdb\x2e\xdb\x59\xbd\x1c\xdb\xae\x0d\x60\x32\xe4\x6c\x00\x97\xc7\xc4\x44\x3c\xba\xd4\x27\x85\xe3\xa8\x77\xa9\x4f\x12\xe1\xa8\x77\xe9\xd2\x8b\x5c\x1d\x11\x2e\x11\x45\x49\x14\x44\x14\x89\x28\xda\x00\x05\x11\x45\xd9\x17\x89\x28\x64\x5f\x94\x7d\x51\xaf\x42\xf6\x45\x52\x8b\x74\x15\xa4\x16\x49\x2d\xd2\x55\x90\x5a\xb4\x1c\x45\x1e\x0b\xcb\x51\xb4\x1c\x45\x52\x0b\xcb\x51\x64\xa8\xa2\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\x74\xad\xec\x42\x95\x6e\x96\x85\x4e\x20\x9d\xd9\x79\x08\x4d\xd0\xd4\x28\x13\xda\x41\xbb\x50\xf4\x6a\x1c\x30\x2a\xd9\x72\x0b\x61\x6d\x53\x14\x2a\xdd\x22\x69\x4f\x71\x26\x45\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\x4a\xb7\x96\x84\x0a\xa8\x6a\x54\x16\x3a\x82\x3e\x0e\x43\xd7\x5d\x73\x2f\x6d\xd4\x55\x68\x07\xed\x42\x6a\x5f\x10\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x92\xaa\xf0\x29\x6d\x98\x44\x28\x69\x4a\x1b\x26\x11\x8a\x95\xd2\x46\xa4\xe3\x69\xa5\xd7\xaa\x5e\xe6\x71\xe1\x7f\xdc\xba\x0f\xa3\xfe\xff\x3d\xec\xa9\x33\xa1\x33\x41\x46\x3a\x0f\xef\x3c\xbc\x0a\xf1\xf0\xce\xc3\xe5\xad\x4f\xd0\x14\x92\xb7\x71\x10\x8a\xd2\xad\x49\xcf\x20\xa7\xa1\x65\x6e\x52\xbd\x91\xc0\xa6\x04\x4c\x09\x6c\x88\xd8\x10\xa1\x04\x36\x44\x6c\x12\xe1\x4a\x60\x43\xc4\x26\x11\x4e\x2f\x12\xd8\x94\x80\xeb\x89\x47\x7a\x1d\xd5\x2b\xce\x0c\x4f\x13\x34\x41\xf2\x38\x69\x3f\x69\x2f\x8f\x93\xf6\x93\xf6\xf2\x38\xf1\x38\xe5\xd1\xe5\x71\x67\xe2\xbe\x0a\x49\xfd\x8e\xc7\x9d\xbd\x10\xba\x5c\xb7\x20\xa5\x7b\x6c\x78\x77\x76\x9f\x6b\x93\xe6\x51\xbb\x98\xc3\x62\xaf\xb9\x83\x0a\xa8\x68\xd8\xca\xd4\x0a\xd3\xf5\x2f\x4b\xae\xdb\x92\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\xdd\x60\x1b\x6c\x15\x3b\xc0\x0e\x62\x0d\x29\x47\xd8\x11\x66\x62\x27\x18\x1b\x9f\x61\x0a\xce\xe3\x25\x8a\x61\x7a\x2c\x6f\x91\x4a\x1b\x45\x8a\x33\xc6\xb2\x8c\x15\xcd\xcc\x18\xcb\xfa\x5e\xe3\x20\x7c\x65\x7c\x75\x18\xbe\xa2\x74\x8f\x6f\x57\xee\x19\x5b\x19\x5b\x5d\xd2\x32\xb6\xe2\x9d\x0c\x56\xc4\xee\xda\xa6\xd6\x06\x69\x7a\x4f\x3d\xee\xac\x18\xa6\x44\x74\x69\x51\xba\x6b\x4f\xba\xb1\x5c\xa6\xe5\x2a\x8c\xc2\x94\xb1\x5c\x2c\xbe\xe1\x2a\x4a\x30\x3d\xc1\xb0\xa5\x9b\x6c\x54\x86\x61\x4b\x37\xd9\x28\x5a\x2d\xc3\x95\x61\x61\x68\x15\x0c\x0b\x51\xba\x57\x10\x0b\xa3\x7b\x6b\xe0\xc0\x58\x03\xc3\xe8\x40\x2e\x46\xe3\x96\xca\x96\x92\x02\x71\x76\x61\x94\xee\x6c\x42\xc7\xa8\x1b\xc3\x24\xc4\x71\xea\x6c\x4c\xc5\xe6\x38\xf5\xca\x30\xa6\xe2\xca\xe5\x2a\x6e\x12\x77\xc7\x55\x94\x6c\xfa\xca\xe9\xee\xd8\x8a\x12\x4c\x1e\x9c\xd5\x8a\xd2\xbd\xc8\x83\xe3\x34\x4a\x0c\xa3\x1d\x56\xa3\x74\x2f\xb2\xe5\x6c\xc1\x28\x31\x4c\xdb\xc1\xb1\x1f\x25\x18\xe2\xb0\x5f\xb0\xaf\x43\xd4\x39\x7d\x55\x62\x9c\xfa\x15\xfc\x17\x2d\x34\x26\x38\x91\x3d\x2e\xba\x98\x2a\x75\x9c\xbf\x2a\xdd\x2b\xc3\xf0\x55\xf0\x65\x30\x7c\x71\x26\xb3\xa5\x0b\xbe\x74\xfb\x8d\xaa\x44\x0a\xb6\x0a\x1e\x74\x08\x7a\xc1\x43\xd1\x6b\x44\x22\xe5\x6e\x41\x5b\xd5\xe9\xcf\x56\xad\xb8\xe2\x05\xa9\xb8\xaa\x3a\x51\xd9\x97\x15\x53\x95\x45\x65\x05\x2b\xae\xa2\x04\x63\x1c\xab\x1a\x25\x98\x16\xbf\xb2\x7f\x2b\xee\x79\xb9\x2a\xee\xab\xdc\x17\xb5\x6b\x28\x89\xd2\x3d\x6e\x8e\x7d\xd7\x69\xb3\xef\xfa\xc2\xde\x63\x13\xee\xbb\x0e\x0c\x4a\xb7\x38\x6b\xf6\x5d\x87\x03\xa5\x5b\xd3\x44\xdd\x9d\x94\x36\x62\xe5\xf7\x5d\x2b\x4f\x69\x23\xbe\x8a\xef\xbb\x33\xca\x35\x2a\x69\x62\x7c\x21\xba\x97\xd6\x47\x0a\x54\x99\x58\x99\x58\x85\x10\x51\x39\xa1\x57\x21\x7a\x55\x7a\x81\xd0\x15\x85\x3b\x7d\xdf\x75\x73\x50\x5a\xef\xe3\x37\xd7\x69\xfc\x3d\x7e\xb9\x7f\xfc\x92\x3e\xbe\xdf\x6e\xf3\xf2\xa6\xdf\xed\xfa\xa9\x1c\x3f\x7f\xcf\x97\xf9\xf1\x7f\x03\xd7\x97\x6b\xcc\xd2\x9f\xff\x04\x00\x00\xff\xff\x2f\x6a\xa0\x64\x47\x10\x00\x00"); -func _ccbc ()([]byte ,error ){return _c (_ceea ,"UniJIS-UTF16-V")};func _efg ()([]byte ,error ){return _c (_aef ,"78-EUC-H")};var _dbfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcd\x8e\x1c\xc7\xd1\xbc\xcf\x53\xf4\x51\xdf\xe1\x33\xeb\xff\x07\x18\x0c\x20\x93\x26\xcc\x83\x24\xc3\xb4\x6c\x03\x86\x0f\x5d\x55\x59\xc4\x02\xe6\xee\x62\xb9\x3c\xe8\xed\x8d\x88\x18\xc9\x96\xe0\x83\xd0\xda\x60\x64\x55\x76\x56\x44\x66\xf5\xbc\x79\xfb\xe1\xdd\x87\xc7\x87\xd7\xe3\xcd\x9f\x5e\x9e\xe6\x47\x7b\x3d\xf6\xc3\xe3\x7a\xb1\x2f\x4f\x5f\x5f\xa6\x1d\xc3\x3e\x3d\x3c\x5e\x2e\x3e\x1c\xeb\x61\xbe\xfe\xfc\x27\x1f\xf3\xf3\xf9\x7c\xb9\x20\xfe\xe3\x4f\x5f\x5e\xed\xf3\x87\xc7\xfd\x74\x44\xf1\xd6\xd7\xe7\x3b\xf7\x38\xde\xfc\xd9\x3e\x3d\x7c\x79\x7d\xf9\xe9\xf8\xe6\xdb\xf5\x34\xec\xff\x8e\x65\x1b\xf8\x0f\x2f\xcb\x5e\x1e\x1e\x3f\x1d\xdf\xbc\xfd\xfe\xa3\xff\x05\xfe\xf8\xf5\xf9\xf9\x5f\xf6\xd9\x1e\x5f\x0f\x47\xcc\x1e\x17\x9f\x97\x37\x6f\xbf\x3b\x9f\xbf\x3f\x3f\xdb\xf1\xe6\xf7\xf9\x79\xfe\xff\x1f\x09\x13\xfd\xab\xbd\x7c\x79\x78\x7a\x3c\xbc\xfb\x9d\x73\xe5\x3f\xf8\x5f\x7e\x7a\xb6\xc3\xdf\xc3\x7f\xfc\xf0\xee\x87\xbd\xbf\xd8\xcf\x0b\xbf\xf9\xfb\x8f\x1f\xde\x1d\xff\xf0\x87\x77\x47\xc8\xb1\x85\x7f\xde\x89\x7f\xfb\xee\x69\xd9\x9d\x74\x89\x7a\x93\xf9\xb4\xec\xcb\xf3\x39\xed\xe5\x7c\xfc\x64\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\x7f\x7d\xeb\x93\xbb\x1d\xd7\xf7\x6f\xdf\xff\x81\x7f\xbf\x7f\xc7\x7f\x7d\xff\xfe\x86\x17\xf8\x4d\xf4\xc5\x6b\xd1\xc7\xa7\xd7\x65\x5b\x18\xd7\xbb\xfa\x7d\x3b\x3c\x22\xfe\xfb\x9f\x2e\xde\xb9\x7b\x16\x0f\xeb\xce\x0e\x60\x57\x03\x1b\x29\x30\x8f\xa3\xf8\xcb\xf5\x54\x22\xa7\xcf\xed\x76\xf4\x0e\x20\x77\x01\xf3\x76\xf8\x58\x53\x24\xb6\x88\x71\x85\xd0\x80\x9c\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x84\x44\xce\xae\x42\x2a\x90\x4a\xa4\x09\x31\x20\xd8\x2d\x68\xfb\x80\x95\x43\x2e\x40\xb4\x72\x00\x27\x7a\x70\xa2\x38\x11\x9c\xe4\x91\x4f\x14\x27\x8e\x71\x3b\x52\x45\x54\x1c\x4b\xc8\xbe\x1d\xd9\x91\x33\x15\x65\xee\x76\x64\x66\x98\xb4\x4e\xc2\x3a\xb9\x67\x20\x5a\x27\x61\xaf\x92\x91\x73\x16\x27\x83\x53\x33\xa2\xb2\x38\x19\x9c\xe6\x11\x55\xc4\x29\xe0\x74\x87\x0c\x8b\x38\x05\x9c\x5e\x11\x55\xc5\xa9\xac\x98\x2b\x48\xb1\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x54\xd7\x80\xb4\x9b\x58\x6d\xab\xd4\x08\xec\x62\x75\xb2\x62\x73\x80\xc4\xea\x64\x25\x9e\xd1\x29\xd6\x49\x56\x8e\x28\xf7\x29\xd6\x49\x56\x71\x08\x1c\x62\x0d\xb2\x4a\x4f\x80\xc4\x1a\x64\xd5\x8c\xc0\x29\xd6\x24\xab\x65\xe8\x64\x8a\x35\xf7\xba\x1d\xbe\x7b\x04\x4e\x44\xdc\x1f\x21\x45\xb0\x96\x02\x17\x8f\xd3\x39\xac\xb5\x14\xb8\xc8\x72\x15\x49\x98\x58\x46\x96\x2f\x58\xcb\xc4\x32\xb2\x42\x40\xe0\x16\x6b\x93\x15\x03\x96\xdf\x62\xed\xb9\x01\x35\x04\xee\x25\xd6\x3d\x89\x70\xb9\x0e\xc7\xc0\xe1\x18\x98\x6a\x07\xc4\xc0\xe1\xc8\xca\x09\x2c\x09\x7f\x50\xd3\xa1\xc4\x02\x48\x2c\xc9\xb3\xc0\x0d\x43\xfa\x1c\xd2\x67\xed\x11\x90\x58\x14\x68\x68\xd0\xec\x90\x42\x07\x15\x1a\x7a\x76\x80\xc4\x8a\x94\xb1\x83\x6a\x87\xf4\x37\xa8\xbf\xe8\x51\x9c\x21\x01\x8e\x24\xb1\xa3\x38\x43\x0a\x1c\x54\x60\x0c\x28\xce\x90\x04\x07\x25\x18\x23\x8a\x33\xa4\xc1\x41\x0d\xc6\x84\xe2\x0c\x89\x70\x50\x84\x31\xa1\x38\x43\x2a\x1c\x54\x61\xcc\xb5\x01\x12\x8b\x2a\x8c\x25\x21\x50\x2a\x1c\x54\x61\xac\x31\x03\x12\x8b\x2a\x8c\xb5\x23\x50\x2a\x1c\x54\x61\x6c\x1d\x25\x94\x0a\x07\x55\x18\x7b\x46\xa0\x54\x38\xa8\xc2\xe4\x60\xf1\x21\x15\x0e\xaa\x30\x79\x8f\x40\xa9\x70\x50\x85\x29\x38\x94\x50\x2a\x1c\x63\x56\x40\x05\x81\x63\x36\x42\x0c\x8c\x30\xda\x90\x30\x07\x85\x99\x22\x8b\x23\x61\x0e\xaa\x30\x25\x16\x47\x2a\x1c\x54\x61\xca\x2c\x8e\x54\x38\xa8\xc2\x94\x59\x1c\xa9\x70\x58\xf6\xb7\x23\x15\x16\xc7\x72\x10\x14\xb8\xa3\xa0\x48\x88\x6b\x95\x8e\x54\xa5\xd5\x41\xad\xa6\x9a\x70\x68\xd2\xea\xa0\x56\x53\x8b\x58\x5e\x5a\x1d\x14\x66\x6a\xbd\x5e\xae\x53\xc2\x9c\x14\x66\xea\xdd\x03\x22\x6b\x52\x98\xd9\xe5\x74\xb9\x4e\x09\x73\x52\x98\xd9\xa3\x93\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x60\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x55\xa7\xb4\x3a\xc3\x44\x60\x44\x55\x67\x98\x43\xd0\x60\xa0\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x0b\xba\x67\x42\xfb\x9c\xb1\x70\x2d\x8a\x3c\x27\x54\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x49\xd0\x1d\x39\xa3\xcf\x4e\xb9\x63\xa6\x9c\xd9\xaf\xc1\x4a\xb9\x08\x2a\xdc\x31\x13\xaa\x84\x98\x44\x49\x0c\x54\x12\xf4\x50\x2e\x0d\x90\x3c\x34\xe9\xa1\x5c\x31\x20\xa6\x3c\x34\xe9\xa1\xdc\x22\x2a\x21\x0f\xcd\xa2\x79\x10\xe3\xe5\x3a\x25\xf2\xd9\x13\xb2\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xa1\x71\x3e\xff\x3c\x57\xff\xd7\xa8\x9d\x3d\xf1\xdd\x7a\x19\xb7\xa3\x38\x1e\x43\x2f\x2c\x30\xbd\x53\x1c\x14\x33\xe5\x9d\xd9\x31\xb7\x8a\xcb\xc8\xa7\x0f\x13\x44\x56\x14\xb4\x09\xd9\x04\xd4\xa0\x85\x6e\x8b\x10\x67\x96\x87\x5b\xa7\x4c\x37\x69\xba\xe2\x33\x5e\x44\xa6\x9b\x27\xa6\x71\x09\x1e\x49\x9c\x1c\xc7\x7a\x14\x0f\x8d\xce\x93\xf3\x78\xd2\x9a\x25\x3a\x94\x4e\xd6\x9c\xb4\x66\xa1\xe9\xa6\xac\x39\x87\x58\x18\x6f\x53\x3e\x9c\xf4\x61\x49\x18\x6f\x53\x3e\x9c\x53\xb3\x14\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x0e\x2b\x15\xe3\x6d\xca\x61\x93\x0e\x2b\x0d\xe3\x6d\xca\x61\x93\x0e\x2b\x1d\xe3\x6d\xca\x61\x93\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x1e\xe3\x6d\xc9\x61\x8b\x0e\xab\x01\x1a\x5d\x72\xd8\xa2\x9d\x6a\xc4\x78\x5b\xb2\xd3\xa2\x9d\x6a\x42\x33\x58\xb2\xd3\xa2\x51\x6a\xaa\x08\x94\x51\x56\xd4\x85\xa1\x64\x40\x62\x51\xdc\x15\x92\xb9\x2e\x89\x7b\x51\xb6\xb5\xc2\xad\x4b\xb2\x5d\x94\x6d\xad\x0d\x81\x92\xed\xd2\xe5\xa3\x61\x70\x2d\xc9\x76\x51\xb6\xb5\x43\xef\x4b\xb2\x5d\x94\x6d\x73\x18\x5c\x4b\xad\x7f\x15\x78\xba\x39\x0c\xae\x55\xe8\x69\x3d\x5a\x85\x72\x56\x99\x8b\x90\x6e\x32\xa8\xea\xd2\x80\x58\xb5\x76\x40\x9d\x50\x3d\x05\x9d\xb7\xa3\xb5\xd6\x09\x0d\x41\x08\x54\xbd\x34\x46\x16\xc7\x48\x0b\x68\xfd\x4b\x63\x64\x71\x8c\xb4\x88\xd6\xbf\x34\x46\x16\xc7\x48\x4b\x68\xfd\x4b\x0e\x5b\xb4\x42\xcb\x70\xc7\x92\x15\x16\x15\xdd\x32\x9a\xd4\x92\xa2\x17\x15\xdd\x4a\x41\x5e\x52\xf4\x3a\x17\xa0\x8a\x5e\xb3\xce\xb5\x05\x6d\xbe\x10\x96\x3f\x4d\x81\x5c\xab\x32\x7b\x29\x7a\x51\xd1\xad\xa1\xb1\x2c\x29\x7a\x8d\xb3\xf0\x1d\x23\xa1\x4a\x88\x81\xad\x83\x25\x91\x2f\x8a\xbc\x75\x0c\x88\x25\x91\x2f\x8a\xbc\x3b\x4c\xcf\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x98\x9e\x6b\xed\x29\x68\x22\x90\x79\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x06\xc4\x92\x15\x16\xad\xd0\x23\x06\xc4\x92\x15\x16\xad\xd0\x13\x06\xc4\x92\x15\x16\xad\xd0\x33\x3a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9f\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\xa5\xdc\x64\x05\xa3\x15\x7a\x47\xd7\x35\x59\xc1\xa2\xee\xbc\x0e\x6d\xd7\xe4\x05\xa3\x17\xbc\xf3\x68\x6a\x26\x33\x58\x12\x2f\xa0\xf1\x9a\xdc\x60\x49\xbc\x80\xce\x6b\xb2\x83\x65\xf1\x22\xce\xc4\xe4\x07\xcb\xe2\x25\xf4\x3a\x93\x21\xac\x88\x97\xf1\xa5\x61\x72\x84\x15\xf1\x8a\x47\xac\xc4\x6e\xf7\x3b\x79\x75\x09\x98\x78\xba\x94\xbb\x5a\x10\x2b\x21\x9b\x6e\xe5\xae\xe1\x33\xc9\xa4\x64\x6b\x67\x00\xd6\x43\x22\x16\x89\x29\xb6\xe3\xea\x61\x92\xb7\xf5\x8a\xef\x22\xef\x58\xaa\x5e\x8b\x30\x5e\xfc\x5d\x45\xac\x34\x6f\xba\xc0\x7b\x07\x09\x9a\x44\x6f\xba\xc1\x7b\x5f\xb1\x9e\x54\x6f\xe7\xfd\xa3\x01\xa3\xc3\x24\x68\x1b\xf9\x04\x16\xd1\xc9\x6d\xe4\x41\x4c\xb1\x91\x07\x29\x95\xdb\xd8\x8e\x18\x74\x68\x63\xdf\x31\xaf\x9c\x0b\xb1\x20\x8c\xb1\x09\x42\x37\x69\xdf\xf4\x05\xe0\x13\xa4\x68\x12\xbf\xcd\x85\x4f\x00\x9f\xa1\x45\x9b\xb0\xe3\xfd\x81\x77\x8b\xc4\x36\x31\xad\x57\xf0\xcd\x64\x72\x89\x2d\xad\x57\x78\x46\xb2\x89\xad\xb3\x03\xab\x3c\xa3\x85\x2b\xce\xd5\x96\x62\x2b\xdc\x6a\x72\x85\x99\x62\x1b\xa5\x2c\x5b\x98\x19\x6b\xd0\xa8\x65\xb3\x21\x6c\xe0\xd3\x09\xd7\xb7\x5f\xcd\xea\x54\x7f\x3b\xaa\xcd\x30\x57\xaf\x66\xda\x8d\xed\xd5\xe4\x2e\xdb\xda\xad\xf3\xf4\x65\x2f\xdb\xfa\x28\x73\x38\xfd\x2d\x7f\x6d\x87\xfb\x8a\x0f\xde\x37\x60\xbc\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\x9c\xe0\x96\x11\xb7\xc3\xb5\xcc\x07\xdf\x88\xf1\x5e\xa6\x07\x4e\xd0\x13\x9b\xc4\xb4\x2f\x6f\x79\x5b\x8e\xdd\xbe\x04\x62\xa8\xf8\xf6\x25\x0a\x3b\xf5\xe6\x9d\xd8\x10\xc6\x6a\x14\xee\xeb\x79\x0f\xd9\xf7\xef\xf8\xe8\x2b\x30\xe5\xe2\xb5\x47\xc4\x3c\xd9\xf2\xfb\x0e\xa5\x02\x4b\x11\xb1\xa1\x34\x61\x0d\x58\x85\x62\x77\x28\x9d\x98\xd6\x4b\x95\x3c\xad\x17\x26\xf3\x4b\xf8\x50\xd8\x61\x32\xbf\xa0\x3d\x32\x9c\xb2\xd5\x2d\x76\xac\x89\x58\x23\x06\xdb\xe0\x61\xca\x19\x35\x50\x07\xd9\xea\x20\xa1\x60\xfa\x6c\x75\x90\x9d\x0a\x6b\x5f\x53\x06\x56\x58\x7b\x75\x95\x50\x71\xc5\xdf\xea\x2a\x3b\x0d\xee\xd1\x58\x97\x34\xb2\xb0\xac\x5c\x0a\x31\xc5\xa2\x3b\xfb\xd0\x02\x79\x6c\xcf\x5b\x1d\x29\x74\x87\x7d\xd5\x91\xb6\x3a\x52\xe8\x0e\x35\x50\x47\xda\xf9\xce\xc3\x5d\x68\xab\x23\xed\xc2\x33\x8a\xae\xa0\x2e\x45\x67\xc4\x07\x62\x85\x25\x62\xfa\xb2\x77\xb8\xe1\x6e\x75\xae\xad\xce\x15\x3d\xcf\x5c\x9d\x6b\xab\x73\x45\x5e\xe7\xb6\x3a\xd7\x56\xe7\x8a\x01\xb7\x85\xad\xce\xb5\xd5\xb9\x62\xa4\x36\xd4\xb9\xb6\xba\x54\x4c\x3c\x5f\x75\xa9\xcd\xc6\xe4\x63\xe6\xf9\xf6\x5a\x85\x91\x97\x1b\x79\x8a\xed\x38\x3e\x1f\x33\xee\x53\xbb\xcf\x24\x2c\x89\x97\x89\x65\x61\xa8\x69\x2c\xac\x5f\x9f\x45\x18\xf7\xd0\x59\xf6\xa9\x3d\x96\x27\xa6\x7d\x57\x10\xa6\x58\x78\x50\x95\xdf\x18\x52\xbf\xb2\x30\xfe\xff\xf3\xf9\x7c\xf9\xe5\x97\xbd\xf9\xf5\xe5\xc5\x1e\x5f\xf9\x2b\x22\x7f\xc1\x3b\x96\xed\x87\x47\xfb\xe5\x17\xc9\xe7\xa7\x67\x44\xf1\xbf\x7f\x07\x00\x00\xff\xff\x9c\xfe\xe4\xde\xbd\x14\x00\x00"); -func _gcbgg ()(*asset ,error ){_edda ,_dcaa :=_gddb ();if _dcaa !=nil {return nil ,_dcaa ;};_eaba :=bindataFileInfo {_dae :"UniAKR-UTF16-H",_fb :184302,_ae :_be .FileMode (436),_g :_a .Unix (1580492659,0)};_eea :=&asset {_dd :_edda ,_ef :_eaba };return _eea ,nil ; -};func _edad ()(*asset ,error ){_bbea ,_afc :=_dbe ();if _afc !=nil {return nil ,_afc ;};_abfe :=bindataFileInfo {_dae :"Adobe-KR-1",_fb :773,_ae :_be .FileMode (436),_g :_a .Unix (1580491408,0)};_dgc :=&asset {_dd :_bbea ,_ef :_abfe };return _dgc ,nil ; -};var _dfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4f\xcb\x25\xc9\x71\xf5\xf7\xcf\xa7\xb8\x4b\xbd\x8b\xd7\x53\x95\xf1\x2f\x13\x1e\x1a\x84\x24\xf0\x18\x64\x19\xcb\xb2\x0d\xc6\x8b\x5b\xb7\xea\x0e\x0d\x9e\xee\xa6\xa7\x67\xa1\x6f\x6f\xe2\x77\xae\x64\x2c\x0c\xb3\x10\x47\x73\x3a\x2b\x2b\x32\x32\xf2\x44\x44\xd6\x7d\xbe\xfb\xcd\xf7\xbf\xfd\xfe\xd3\xc7\x6f\xb7\xef\xfe\xe9\xeb\xe7\xc7\x1f\xaf\x6f\xb7\xe7\xc7\x4f\xe7\xd7\xeb\xa7\xcf\x3f\x7f\x7d\x5c\xb7\xe3\xfa\xe1\xe3\xa7\xb7\xb7\x7d\xdc\xce\x8f\x8f\x6f\x7f\xf9\x4f\xe0\xf1\xe3\xfd\xcb\xdb\x5b\x3f\xff\xc7\x3f\xff\xf4\xed\xfa\xf1\xfb\x4f\xcf\xcf\x37\xd3\xb8\xf3\xe7\x2f\xaf\xb1\xb7\xdb\x77\xff\x7c\xfd\xf0\xf1\xa7\x6f\x5f\xff\x7c\xfb\xd5\xaf\xcf\xcf\xc7\xf5\xff\x6e\xe7\xf5\x6c\xfe\x0f\x5f\xcf\xeb\xeb\xc7\x4f\x3f\xdc\x7e\xf5\x0f\xf7\x2f\xf7\x4f\xfb\x5f\xff\xe1\x8f\x3f\x7f\xf9\xf2\x5f\xd7\x8f\xd7\xa7\x6f\xb7\x1d\xee\xfa\x74\x82\x6f\xdf\xfd\xe6\xf7\xf7\x2f\xff\x78\xff\xf1\xba\x7d\xf7\xeb\xf3\xfc\xff\x7f\x0f\x0b\xf9\xaf\xd7\xd7\x9f\x3e\x7e\xfe\x74\xdb\xb7\xbf\xdb\xb6\xfc\x1f\xfe\x5f\xfe\xfc\xe5\x7a\xcd\xf2\xf6\xdd\x9f\xbe\xff\xed\x1f\x9e\xcf\x9f\xae\x6f\xb7\x98\x9b\xc6\xfc\xfb\x9f\xbe\xff\xed\xed\x3f\xf6\xdb\xbe\xdd\x46\xd8\x88\xff\x7c\x0d\xfd\xb7\xdf\x7f\x3e\xaf\x9b\x06\xbd\xed\x5a\xcc\xe3\xf3\x79\xfd\xf4\xe5\xfe\xb8\xbe\xde\x3f\xfd\x70\xbd\xdd\x6e\xef\x63\x1f\xfb\x87\xdb\x7b\xfd\xae\x7e\xf7\xa1\xad\xfc\x9b\x11\x6f\xfb\xb6\xbd\x1e\xfd\x78\x8a\xfa\xcb\x23\x63\xaf\xeb\xc3\xed\x96\x66\x6f\xef\x63\x88\x1a\xa3\xa9\x1a\xd5\x94\xdd\xa1\x7c\x6f\xca\xf7\xa6\x5c\x54\x6c\x50\xab\xa9\x78\x40\xe5\xbd\xa9\xc8\xa6\x6a\x40\xd5\x6a\xaa\x78\xb0\x5f\xf5\x82\x5b\x55\x3f\x68\xb6\x35\x65\xc6\xa8\xb9\x35\xe5\x18\x61\xc1\x5c\x0b\x2a\x45\x55\x53\x73\xef\xe9\x5d\xa6\x7a\x59\x53\x3e\x9a\x2a\x17\x95\x1f\x6e\xb5\x62\xbe\xbd\x8f\xd0\xa8\x68\xea\xb6\x46\xbc\xbd\x8f\x14\x95\x36\x3f\xdc\xf6\x6d\x6f\xbb\x52\x6f\xcc\x80\xb2\x1e\x55\x1a\x55\xfd\x2f\xfb\x16\x6d\x6a\x85\xa8\x82\x5a\xfd\xc6\xa9\x51\x40\x39\x0b\x9a\x63\x88\x1a\x4d\xcd\x1d\xca\x44\x59\x53\x4b\x94\x8b\x72\xa8\x80\x0a\x51\xf1\xe1\x56\xb1\x19\x54\x8a\x4a\x46\x69\xfa\x12\x55\x8c\x2a\xa8\x29\x6a\x36\x35\xf4\xe0\x12\xb5\x9a\xda\x35\xfd\x5d\xd4\xbd\x29\x93\x11\x87\xa8\x03\x4a\xd3\x3f\x44\x3d\xb0\x7e\x83\x3a\x45\x9d\x50\x5a\xf6\x25\xea\xc2\x2e\x87\x7a\x8a\x7a\x42\xb5\xef\xa7\xb6\x16\xa8\xd8\x12\x4a\xfe\x6a\xa8\xd8\x98\xcb\xe4\xaf\x86\x8a\x9d\xb9\x4c\xfe\x6a\xa8\x30\x8c\x30\xf9\xab\xa1\x62\xe8\x41\xf9\xcb\xf0\x97\xe9\x8d\xf2\x57\x43\x45\x68\x2e\xf9\xcb\xf0\x17\xbb\x3d\x4d\xfe\x32\xf9\x4b\x76\xc9\x5f\x26\x7f\xe1\x09\xc5\x3d\x50\x61\x9a\x4b\xfe\x32\xfc\xe5\x32\x42\xfe\x6a\xa8\xd8\x64\x84\xfc\xd5\x50\xc1\x19\x9a\x26\x7f\x35\x54\xec\x7a\xa3\xfc\xd5\x50\x41\xc8\x4d\x97\xbf\x1c\x7f\x79\xbc\xbd\xdb\x46\x7c\x09\xf6\x7d\x88\x1a\xa2\xda\x5f\x9c\x5a\xdb\x88\x2f\xdb\x4c\xa3\xaa\x29\xd3\x28\xbc\xba\x72\x87\x7a\x8d\xba\xf7\x28\xe7\x41\x16\x24\xa8\xec\x35\xda\xc6\x82\x6c\xcb\xb3\x47\xc5\x68\x2a\x2f\x51\x17\xa3\x30\x22\x9f\x50\xb5\x7d\xb8\xed\x63\x63\xae\x92\xa9\x0d\xb5\x92\x07\x4b\x46\x34\xec\xa3\x03\xc0\xb6\x92\x11\x0d\x95\x26\xca\x45\x1d\x8c\x9a\x50\x32\xa2\xa1\xd2\x58\x50\x9d\xa2\xae\x1e\xb5\x37\x25\xfd\xb2\xbd\x83\x7c\x1f\xbd\x69\xb6\x13\xe4\x82\xca\x8e\x09\xdb\x09\x72\xdb\x0d\x23\x06\xa3\xe4\x09\xa0\x56\x1a\x94\x8b\xf2\x1e\xa5\x07\x89\x2f\x41\xa5\xe9\xc1\x14\xd5\x3a\x31\x7c\x83\x5a\xa2\x16\x73\x39\x94\x8c\x68\x4f\xee\xc3\x45\x9d\xa2\x3a\x26\xb2\x23\xc7\x76\x62\xc2\x76\x04\x66\x38\x6f\xf4\x21\x8a\xad\x65\x87\x76\x97\xa9\xad\xab\xfb\x08\xa8\xd4\x82\x92\x4d\xd3\xf4\x89\xbf\x76\x39\xa7\xcf\xa3\x49\xc9\x6d\xb4\x4e\xec\xb6\x1b\xd4\x14\x35\x79\x30\xa0\x96\xa8\x76\xa1\x8d\x1d\xea\x2e\x0a\x17\x7a\x42\xf1\xc6\x11\x4f\x46\x31\x57\x6e\x50\x0d\x95\x5e\x50\x7a\x63\x66\x8f\x2a\x51\x25\xaa\x70\x0e\x6f\x4c\x19\x51\xbc\x71\x62\x6a\xe9\x8d\xa5\x37\x4e\x28\xbd\x91\x05\x39\xf1\x65\x5a\x10\xb0\x7b\x0b\x9f\x99\x8e\x82\xe9\x28\xc4\x06\x85\xbf\x0c\x7f\xf9\xd6\x9b\x66\xf2\x97\xc9\x5f\x44\xb4\xc9\x5f\x46\x60\x22\x69\x66\x0a\x4c\x53\x60\xe2\x68\x53\x60\x1a\xa6\xfa\x62\x7a\x99\x6a\x32\xb5\x05\xc6\x4c\xa6\x9a\x4c\x5d\x6d\x97\x52\x93\x39\x5b\x1b\xdb\x4e\x42\xfe\x4b\xde\xfd\xbf\x52\xb1\xb9\x76\xde\xb5\xf3\x11\x50\x26\xaa\xa3\x08\x81\x30\xf7\x53\x14\x51\xd4\x49\xd6\xdc\x89\x22\xcf\x8e\xdb\x60\xb7\x3c\x43\x14\x71\x1b\x18\x94\xc4\xad\x63\x63\x54\xaf\x44\x89\xd1\xa2\xb7\x79\x8f\x4e\x40\x16\xda\x66\xa0\xb2\xd3\xa7\x05\xe9\xc0\xa2\x55\x6a\x4f\x4e\x70\xa0\x52\x82\xca\x4e\x8c\x16\xae\xb9\x3a\x00\xf6\x44\x7f\x22\x87\x28\xe9\x0f\x0f\xa6\x89\xea\x88\x4c\x24\x29\x14\x0c\x40\xad\xd4\x83\x44\x64\x60\x6a\x42\x29\x61\x0b\xf6\x9c\x0b\x6a\x88\xc2\x5f\xb9\x41\x99\xa8\xde\xad\xec\x24\x6b\xa9\x50\x4e\x85\x72\x8a\x62\x8d\x24\xfc\x3d\x17\x73\xc9\xf7\x40\xad\x9c\x50\x9a\xab\x9d\xbb\x17\x01\x9f\xfe\x14\xf5\x64\xae\x0e\x99\x0c\x3c\x91\x1d\x4c\x7b\xa1\x65\x99\xa7\x28\x76\x08\x65\x49\xa9\x67\x76\x60\xed\x85\x27\x52\x81\x05\x54\xa2\x19\x59\x21\xaa\xb7\xa3\x8a\x07\x15\x58\x40\x25\x87\x27\xa5\x8b\xc0\x4e\xb1\x64\x29\x5d\x04\x2a\x5f\xd3\xbf\xde\x88\xf5\x44\xb7\xaa\x19\xab\xd6\xaf\xbd\x66\x4f\x5f\x24\x46\x41\x25\xcb\x2e\x12\xa3\x51\xe7\xec\x93\xdd\xae\x18\xa2\x70\x74\x17\x71\x56\x81\x73\x0a\xed\x9f\x24\xa0\x92\xf6\x03\x95\xe5\x50\x7a\x10\x53\x67\x8a\x3a\x45\x9d\x38\x7a\x41\x5d\xa2\x48\x2d\xd5\x6f\x54\x49\x65\x24\xff\x7d\x22\x23\x4a\xfe\x82\xca\x17\x85\xbf\xc8\x95\xfb\xe4\xd4\x4d\x45\x21\x50\x59\x13\x0a\x23\x26\x9e\x58\x7b\xfb\x6b\x69\xfa\x45\xdc\x2f\x16\xb4\x14\x13\x4b\x71\xdf\x45\x9c\x2d\xc5\xfd\x62\x6b\x17\x2e\x5c\xda\xda\xa5\xad\x7d\x51\x58\xbf\x7a\x6b\xc7\x86\x70\x2d\x6d\xed\xd2\xd6\xe2\xe8\xa5\xad\x5d\x35\x7b\x14\x67\x7b\xd5\x12\xb5\x18\xe5\x50\x77\x51\x57\x8f\x22\xa2\xef\x32\xf5\xde\xbe\x1f\x1b\x01\x70\x97\xef\x81\xca\x29\x8a\x37\xde\xfb\x88\x8f\xbd\x6b\x0b\xbb\x4b\x76\x81\xca\x29\x8a\xad\xbd\x63\xea\x4e\xac\xde\x65\xea\xfd\x65\x6a\x41\x85\xa8\x36\x62\xef\xc2\xde\x0e\x19\x71\x0c\xa6\x0f\x51\x25\x4a\xd3\x4f\xa8\x29\x6a\xf5\x28\xa2\xf0\xd0\xe1\x3b\x74\xf8\xa6\x1e\x3c\x44\x1d\x8c\x12\xf5\x10\x45\xa6\x47\x63\x0f\xea\x4d\x3b\x3a\x18\xc7\xce\x0e\x1d\x4a\xb2\x40\xe9\x6c\x1f\x4a\xb2\x47\x07\xc0\xd8\x71\xe1\xa1\x00\x00\x6a\xa1\x72\x87\x02\xe0\xd0\x82\xba\x64\xb7\x87\x16\xf4\xf0\xfa\x70\x1b\xca\xa8\x0f\x9f\xa2\x48\x8c\x4b\x14\x6f\x7c\x74\x5b\x33\x86\xa8\x38\x45\x11\xab\x28\xe6\x23\x10\x85\x07\xd3\x5b\x97\xd9\x76\x6a\xfa\xb3\x97\x3d\x8c\xc4\x78\x6a\xd9\xa7\xe2\x6b\x89\x62\xd9\x67\x47\xf1\x30\xa4\xf6\x54\x6d\x01\x54\x2e\x51\x38\xfa\xec\xcc\x35\x0c\x7f\x9d\xca\x5c\x40\x49\xbf\x4e\x05\xe6\xd9\x87\x6f\x38\x62\x75\xea\xf0\x9d\x24\xb3\xda\x76\x28\x17\xd5\xa6\x7a\xd7\xd4\x76\xc9\xd4\xab\x7b\x90\xe1\xdd\xd9\xd9\x45\x0f\x22\xa8\x22\xef\x5e\xf4\x20\x76\x75\xfd\x34\x9c\x0c\x73\xa9\x7e\x02\xaa\x36\x87\x62\xfa\x2b\x98\x8b\xf0\xbd\x42\x73\x85\xe6\xe2\xc1\xd0\x5c\x81\x11\xd4\x29\x97\x5c\x08\x54\x91\xd6\x2f\xd5\x16\x57\xe7\x8b\x11\x9a\x3e\x35\x7d\x43\x15\x35\xe2\xa5\x34\x77\xb1\xa0\x20\xd3\x3f\xb5\xa0\x27\x51\xa8\x94\xf9\x54\x14\x02\x55\xdb\xfa\xe5\x54\xfc\xd4\x6e\x3d\xbb\x17\x1c\xaa\xc2\x9f\xb1\x44\x51\xe3\x11\x91\xcf\xd0\xbc\x6d\xf6\x08\x02\xeb\x29\xb3\x81\xaa\x9d\x51\x2a\x89\x9e\xb2\xb1\x77\xcb\x55\xd1\x0b\x46\x0e\x51\x43\xd4\xe0\x41\x83\x32\xa8\x5e\xe3\xc8\x6e\xd6\x7c\x23\x87\x0b\xaa\x3a\xd6\x7c\xe3\x9c\x3b\x55\xf8\x48\x4d\x5f\x9a\x1e\x25\xae\x56\x03\x57\x15\xee\x1b\xfa\x53\x2d\x82\xbe\xa1\x3f\x82\xaa\x7d\x42\xdd\x45\xdd\x59\xe3\x80\x3a\x44\x1d\x3c\xa8\xe9\x1f\xa2\x90\xf0\xc2\x54\x24\x5c\x30\xaa\x3b\x33\x57\x61\xee\x3b\x9a\x41\xfa\xf4\x1d\xcd\x10\x54\x8d\x0d\x6a\x42\x71\xce\xcb\xa0\x38\xe7\x82\xaa\x2e\x47\x5d\xc5\xb4\xef\x8e\x11\xad\xb1\xbe\xfb\x43\xd4\x83\x51\xbc\x91\xca\xc8\x77\xc7\x88\xae\x1a\x7c\x27\x61\x0b\xea\x65\x04\x09\xdb\x77\xc2\xaf\x8a\x37\x86\x46\x29\xfc\x86\x37\x95\x1a\x95\xd8\xd5\xea\xe9\x7b\xca\xae\x94\x5d\x01\x25\xbb\xb4\xec\xd5\xa3\x54\x72\xfb\xe8\x13\x3c\x66\xb7\x28\x3e\x38\xc1\x82\x5a\x15\x50\x53\x54\x2b\xcb\xec\x1e\xc2\x07\xdd\x81\xa0\x6a\x30\x17\xdd\x81\x0f\xd7\x28\x28\xad\x11\x28\xee\x66\x7c\xb8\x46\x45\x3b\x67\x76\x51\xe2\xba\x88\x11\x54\x8d\x09\xa5\x07\xbb\x16\x1b\x64\x54\x1f\xd4\x62\x82\x2a\xa2\x70\x70\xc4\x7c\x74\x4e\x1b\xb3\x05\xd5\x07\x5d\x9e\xa0\xb4\x43\xa3\x70\xce\x28\xec\xd2\xb2\x4b\xd3\x13\x13\xd5\xf5\x80\xeb\x9e\x47\x30\xc8\xbb\xae\xf2\xdd\x8d\x98\x58\x7d\x3a\xdc\x14\x13\xa6\x98\xe8\xee\xd3\x4d\x31\x01\x8c\x45\x60\x1a\x2d\x8a\xa0\xaa\x0f\xb5\x1b\x87\xda\xad\x45\x74\xac\xa1\xe9\x4f\x51\x17\xa3\x0a\x0a\xeb\xcd\x34\x8a\x07\xe5\x68\x93\xa3\xbb\xa5\x73\x93\xa3\xad\xd7\x38\x16\xdb\x61\x5a\x23\x50\xf5\xa2\x64\x7d\x8b\xe8\x58\x0b\xeb\xc9\x95\x82\xe2\x5e\xcc\xad\x52\xd4\xc1\xa8\x84\x7a\x88\x62\x3b\xba\xf1\x73\x93\xbf\x68\x18\x6c\x6b\x8d\x75\x35\x0c\xee\x6d\xaa\x6d\x5b\x9b\xea\x32\xd5\x65\xaa\x33\x4a\xa6\x7a\x67\x2e\xdb\xf0\x97\x93\xb9\x04\x55\x2e\x6a\x89\x5a\x3d\xca\x99\x8b\xfb\x3a\x41\xd5\x8b\x3a\x44\x61\x44\xa7\x29\x77\x1d\x18\xd7\x81\x11\xa5\x03\xe3\x32\xb5\x5b\x27\x57\xdf\x20\xb0\x0d\xcd\x09\xe9\x57\x48\xbf\x38\xa2\x21\xfd\x8a\xde\x6d\xdb\x3b\x01\x79\x68\xb7\x43\xbb\xed\x7a\x70\x8a\x3a\x19\x95\x50\x97\x28\xf6\xb1\x5b\x3a\x0f\xed\x63\x74\xae\xb4\x1d\x79\x0c\x72\xa5\xa0\x2a\x98\x5e\x27\x2d\xda\x47\xb6\x0f\x51\xaf\x07\x59\x90\xac\xa7\x79\xf1\xc0\x85\x3b\x11\x1d\x72\x61\xc8\x85\xc1\xf4\x72\x61\xb4\xbf\xba\xb3\x87\x3a\x44\x1d\x8c\x72\x28\xb6\x36\xda\x47\xdd\xb3\x37\x15\x72\x4e\xa8\x02\x61\x41\x21\xe7\x50\x40\x73\x31\xea\x11\x72\x4e\x1f\x3e\xdb\xe5\x09\x1d\xbe\x50\x7e\xeb\x9e\xcd\x83\xfc\xe6\x51\x98\x8a\xa4\x45\xc9\xd4\x92\xa9\x38\x5a\x4a\x4e\xbb\x64\x7b\x17\x71\xae\x76\xc9\x69\x71\x6c\xef\xd2\xc5\xd5\xe2\x08\xaa\x3a\x3b\xbb\x5a\x1c\xcf\xb6\xc5\x06\x6a\x92\x54\x92\x82\xaa\x6e\x97\x3c\xc9\xe1\x9e\x9d\xed\x6c\x10\x39\x19\x87\x28\x3c\x91\x4c\x2f\xcd\xc9\xb6\xd8\x06\x8e\x4e\x65\xab\xa4\x04\xa5\xeb\xf1\xa4\x04\xf5\x6c\x11\xb5\x91\xfe\x8b\xa9\xd8\x53\x1a\x0b\x54\x75\x8b\xe2\x99\x7a\x7b\xf1\x2a\xbc\x92\x3a\x75\x40\x4d\x32\x57\x56\x89\x6a\xaf\x8c\xae\xe8\x5d\x1d\x90\x57\x87\x9c\x0d\x1c\x55\x52\x96\x92\xb2\xa4\x46\xdd\x45\x29\x0b\x6a\x14\x6f\xa4\x37\xb2\xb1\xa0\x94\xa6\x4a\x69\x8a\x3c\x52\x4a\x53\xd5\x05\x8e\xd9\xde\x46\x54\x94\x28\x5c\xd0\x55\x83\x57\xe0\x82\x4a\x46\x11\x32\xa5\x1c\x5e\x72\x54\x89\x7a\x8d\xea\x37\x52\x1c\x7a\x29\x01\x95\x12\x10\x79\xb7\xe4\x9c\xea\x4a\xd0\x8c\x3d\x2d\x2a\x41\x41\x55\xb7\x61\x5e\xb4\x28\x4e\x83\x65\xd6\x6d\x98\xab\xc1\x72\x6e\xa3\xcd\xe6\x0e\xe5\xa2\xd8\x79\xd2\x94\x6e\xa3\x9d\x5b\x5f\xb3\x29\xea\x12\xc5\xd9\x24\xba\x75\xeb\x2b\x30\x5b\x8c\xe2\xd6\x57\x50\x85\x0b\x75\xeb\xeb\xdc\x75\x9a\xe1\x42\xdd\x75\x0a\x6a\x75\xb3\xe6\xea\xdf\x7c\x12\x91\xce\x39\x9f\x8a\xc8\xa9\x88\xd4\x28\x45\xe4\x6c\x25\x36\x27\xdb\xcc\x7a\x51\x28\x71\x77\xc5\x3e\x15\x13\x34\x7e\xe6\x84\x9f\x1a\x3f\x81\x39\x6b\x5c\x12\xae\xc5\xbd\x7c\xe1\x89\x25\x4f\xac\xc1\x83\xbc\x71\x69\x8d\x40\xd1\x3b\xfb\xd2\x1a\x97\x31\x57\x77\x2d\xbe\x4c\x73\x71\xe1\x5a\xa4\xcf\x45\x99\xec\xcb\x30\x75\xe9\xc1\x10\x25\x53\x31\x42\x5a\xb6\x70\x8e\x93\x34\x96\x9c\x03\x94\x2a\x90\x25\xe7\xac\x4e\xfe\xc6\xb5\xbf\x2f\x25\x7f\xa0\x6a\x8a\x92\xa9\x2c\x3b\x10\x41\x35\x91\x7e\xef\xa3\x6f\x41\x90\xdf\x75\xf4\x81\xaa\x29\xca\x45\x75\x30\x65\x97\xdc\x7e\x57\xb9\x71\x57\xb9\xc1\x1a\xef\x7a\x23\x0d\xa9\xe5\xce\x28\x69\x99\x1a\xd2\xc5\x49\x53\x43\xea\xf7\xae\x96\x2d\xc9\xce\x77\xaa\x65\x41\x15\xe9\xf3\x2e\x19\xb9\xb7\x96\x19\x77\x46\x7e\x97\x96\xdd\x55\x95\x76\x4d\xed\x77\x55\xa5\x34\xa4\xc6\x95\x94\xab\x21\x75\x3a\x4e\xe3\x8a\xc5\x0f\x1d\xe4\x43\x07\xb9\xdb\x0a\x57\xf7\xe9\x07\x12\x9e\x1c\xab\x43\x12\x7e\x48\xc2\x89\xd5\x43\x12\x7e\x74\xf2\x37\x5a\x14\x3f\x94\xfc\x0f\x25\xff\x25\x4a\x6f\x44\x89\x95\x8a\x0f\x29\x31\x50\x8b\x90\x3b\x64\x3d\xad\xa6\x29\x27\xa9\xd5\xf4\x07\x5e\x95\xaa\x3f\xe4\xd5\xc7\xcb\xab\xa2\xf0\xea\xa3\xb5\xc1\xe6\xd6\xa6\x3e\x68\x38\x04\x55\xdd\x0b\xfa\x43\x2e\xa4\xfb\xb4\x89\xef\xd5\x7d\x0a\xaa\x48\xc5\x0f\xd5\xae\x8f\xee\x3b\x6c\xe2\xfb\x07\x37\x71\x82\x9a\x9b\x28\x36\xed\xd1\x16\xdb\xa4\x34\x7e\xc8\xd1\x40\x4d\x12\xf6\x43\xe5\x3f\x60\x93\x7a\xe0\xa1\x6a\x06\xa8\x97\xa9\xaa\x66\x68\x81\x6d\x92\xcc\xd4\x02\xfb\xc9\xe9\x98\x78\xe2\xd4\xe9\x00\x6a\x12\x5f\xa7\x4e\xc7\xd9\x21\x6b\x93\xc0\x3c\x55\x6e\x00\x35\x29\x83\x4e\x65\xd4\x13\x51\x98\x4b\xa3\x5c\x94\x33\x2a\xa1\x38\x56\x27\x8a\xb9\x28\xa9\x4e\x29\x26\x50\x93\x03\x73\x4a\x31\x69\x81\x6d\x51\xeb\xab\x05\xf6\x0b\x4f\x2c\xf2\xdb\x25\x4f\x5c\x5c\xbb\xcd\xee\x2b\xfd\xd2\xb2\x81\x5a\xe8\xc4\xa5\x65\xd3\x7d\xfa\x46\xbd\xa9\xee\x53\x50\x93\x0a\xf7\x29\x81\x79\xb6\x5c\xf8\x46\x25\xf9\x94\x16\x02\x35\x49\x14\x4f\x7b\x8d\x9a\x3d\x8a\x12\xe1\xa9\x0c\x03\xd4\x44\x0b\x9f\xca\x30\xcf\xf6\x84\x6f\xad\xe4\xa1\x5e\x32\x36\x19\xd1\x47\x34\xd4\x7a\x09\x9c\x6b\x91\xd8\x31\x42\x50\xdc\x65\xc5\x4e\x79\x16\x7c\xa1\xf0\x7d\xe6\x2f\xa6\xe2\xd0\x07\x0c\x41\x11\x7e\xa1\x0f\x18\x41\x1b\xe6\xa3\x6d\x0c\xb5\x61\x82\xa2\x03\x0a\x5a\xb2\xf7\xa0\x4f\x72\x3e\xbf\x84\xfa\xa4\xa0\x29\xf2\xd1\x1a\x1b\x6a\x8a\x04\xb5\x5a\x63\x63\xe0\x82\xa0\x87\x70\xeb\x58\x0b\xf5\x10\x41\x61\xef\x56\x50\x28\xb1\xa0\x66\x37\x0c\x61\xa6\x51\xfd\xbc\xdb\x14\x75\x17\x45\x74\x77\x27\x1b\xc6\xa7\xaf\xb0\xae\x04\xdd\x16\xa3\xa8\x04\x05\xb5\xf0\x9d\x51\x09\x86\x75\x07\xe5\xbe\xf3\xc6\xb8\x44\xb5\xec\xce\xd6\xd8\x30\x0e\x62\xf0\xd1\xc1\xdd\x78\x30\x35\x3d\x1f\x1d\xe6\xe0\x41\xae\x6e\x04\xb5\x5a\xfb\xc3\x48\xd8\x41\x2b\xd0\x45\xfc\xdb\x7b\xa8\x15\x08\x6e\xff\x9d\xcc\x15\x8e\x38\x0b\x8a\xe3\x1a\xee\x21\x2a\x98\x4b\xa3\x12\xaa\xdf\xe8\x7c\x3e\x0e\xd7\x1b\xfd\xf5\xc6\x82\xe2\x8d\x54\xf4\xce\x27\xcc\x50\x45\x1f\x41\x30\x44\x17\x12\x11\xda\xed\xd0\x6e\xf7\x49\x89\xd0\x6e\x73\xa1\xef\xd1\x49\x23\x74\xa1\x2f\xa8\xd9\x0d\x56\xa8\x8e\x0d\x8a\x56\x47\xd5\x43\x45\xab\xa0\x16\xdb\xa1\xa2\x35\x28\x5a\x9d\x0f\x3e\xa1\xa2\x55\xe0\x7c\x58\x09\xdd\xf1\x0b\x6a\x76\x57\x1c\xba\xe3\x0f\xee\xbf\x9d\x0f\x20\xa1\xfb\xef\xa0\xd4\xab\x85\x5d\x2a\xf5\x82\x9a\xc7\xe9\x47\x42\x35\x4f\x50\xf3\x38\x3f\x16\x08\xd5\x3c\x82\x9a\x43\xa3\xf0\x2a\x55\x83\xd3\x74\x87\xaa\x86\x58\xdd\xb5\x74\xaa\x86\x9a\xa2\x58\x50\x27\xb3\x58\x24\xa0\x58\x1d\x07\xbe\xba\x0d\x8b\x85\x12\x0b\x6a\x12\xf7\x2b\x35\x57\xef\x50\x6c\xad\xc4\xb1\xb4\x43\x40\x4d\x13\xc5\x82\xc8\xe1\xb1\x11\x72\xca\xe1\x71\xef\xd3\x11\x1b\xa3\xee\x3a\x1d\x77\x09\x84\xed\x50\x04\x39\xe9\x33\xb8\x67\x0e\xa5\x4f\x41\xad\xc5\x5c\xa8\x7a\x90\x51\x63\xef\x0c\x11\xca\xa8\x71\x74\x7c\xc5\xce\x6e\x1f\x8a\x2f\xa0\xb8\xe3\x8f\x43\xf1\x75\x74\x90\xc7\xde\xdd\x41\x1c\x0a\xf2\x43\x41\xde\xad\x79\x1c\x5a\xd0\xa1\xe9\x5b\xaf\x43\x59\x30\xc8\x10\x31\x38\xa2\xca\x10\x71\xb6\x73\x82\x6a\x39\xce\x7c\x51\xb4\x4e\x5d\x2c\xc5\x49\xe6\x0a\xf4\x3a\xf8\xa0\x18\xd2\xeb\xb8\x3a\x69\x84\xb7\xf6\xc7\x45\xd2\x10\xd4\x34\x46\x85\x46\x75\x56\x08\x27\x98\x74\xf3\x28\xa8\xb5\x44\x15\x54\x31\x8a\xb8\xbf\x4a\xa3\xf4\x03\x92\x2e\x11\xe2\xaa\xd7\xa8\x36\xc2\x71\xa1\x84\x3e\x9e\x35\x3e\xdc\x22\xd8\xc7\x27\x5f\x0f\x05\x35\x6d\x42\xb9\xa8\x7e\x30\x5a\xd2\x52\x7a\x9d\x5b\x87\x59\x44\x1b\x91\x1b\xb7\xab\x82\x9a\xdd\x6a\xe6\x46\xa3\x9c\x5b\x0b\x4c\x64\x4f\x9f\x1b\x02\x23\x28\xee\x8c\x72\x23\xbe\x12\xed\x0f\xbe\xf2\xa5\xb4\x3f\xf9\xf8\x1d\xdc\xcb\xa7\x3e\x7e\x0b\x6a\xfa\x0e\xf5\x80\xd2\x83\xbd\x43\x29\x41\x4e\xae\x7e\x82\x0f\x46\xa9\xab\x1f\x41\xcd\x4e\x8c\xa9\xab\x9f\x44\x90\x63\x76\x00\xa4\x04\x39\x51\xc9\x98\xdd\x11\xa4\x71\xd7\x20\x28\xce\x50\x1a\x85\x57\x5a\x67\xae\xe0\x52\x27\x8d\x1c\x2e\x28\x6a\x8b\x34\x72\x78\x5a\x97\x41\x7d\xb8\xa0\x96\x28\xee\x5d\x17\x73\x85\xa6\xc7\x88\xd5\x81\x99\x52\xcc\x74\x4e\x07\xd7\xfe\xe9\x9c\x0e\x41\xcd\x56\x80\x74\x4e\x47\x7a\x97\xd9\xc1\xd6\xa6\x53\x66\x0b\x6a\x75\x2d\x96\x7c\xb2\x7d\x4f\x6f\x49\xcb\xad\x93\x4e\xf2\x69\xf5\x05\x45\x81\x93\xfa\xc2\x9a\x68\x69\x6e\xc6\xf4\xf4\x59\x82\x9a\x81\x11\x72\x21\x52\x9b\x7c\x1d\x4a\x49\x6d\x46\x9b\x9a\xe4\xf0\x0c\x99\x1a\x32\x35\x7e\xf9\x5b\x71\x86\x56\x02\xe4\xd6\x8a\x97\x41\x32\x13\xd4\xec\x06\x3c\x91\xf3\xf7\x8c\x3e\xc1\xb9\xb5\x4a\x65\x70\x82\x05\x35\xc3\xa0\x88\x35\x94\x38\x77\xd6\x2b\x25\xce\xec\x2c\x98\x7b\x97\xdc\x99\x64\x41\x41\xad\x25\x0a\x23\x52\x0f\x12\x45\x92\xdd\x2c\x7c\xc7\x2d\x40\x96\x7c\x57\xf2\x5d\x4b\x52\x96\x7c\x47\x73\x9b\xd6\xfa\x93\x6a\x6e\x05\x35\x5b\xd5\x53\xcd\x6d\xf2\x41\x31\x6d\xf0\x20\xd7\xd8\x82\x9a\x04\x7c\x71\xea\x12\xa1\x4f\xeb\xbc\x9b\x12\xfa\xe4\x57\x3b\x69\x84\x9f\x7e\xb5\x23\xa8\x19\x0b\x0a\xe7\xcc\x2e\x5d\xd2\xba\x9d\xce\x49\xe9\x22\xa8\xc5\x82\x26\xa5\x4b\x4e\x4d\x8f\x0b\x95\x0e\x72\x75\xd2\xe9\xc0\x69\x8a\xbb\x4e\xc1\x44\xd5\x53\x7a\x9d\xf7\x7e\x63\xf2\xd3\xa1\xbc\xeb\x8d\xf7\xce\xa8\x73\xeb\xfa\x3a\xef\x64\xd4\xbc\x77\xc8\x64\x74\x23\x93\x77\x85\xcc\x5d\xa7\x8e\xf8\xb8\xeb\xd4\xa1\xd7\x99\x5d\x65\xa5\xf4\x3a\x8f\xae\x73\x32\x39\x29\x07\x25\xa4\xa0\x66\x06\x14\xce\x39\xda\xdf\xc9\xef\x38\xf2\xe0\x52\x46\x50\x33\x45\x11\x00\x87\xa6\x67\x6b\xa5\xd7\xf9\x60\x87\xb8\x5e\xcf\x87\x76\xe8\xa1\x1d\x4a\x46\x69\x87\x50\xf5\xa4\x9b\x4a\xa9\x7a\x9e\xed\xc2\xe4\x47\x7a\x79\xca\x85\x40\x4d\xce\x26\x05\xff\x7b\xa2\xea\xc9\x9d\x75\x4a\xd5\xf3\xea\x8c\x9a\x5c\x17\xe7\x45\x46\x15\xd4\x64\x87\x2e\x5a\xba\xbc\xda\x93\xb9\xba\x88\xcb\x8b\x3a\x45\x50\xb3\x1c\x8a\x37\xa2\xd7\xb9\x10\x54\xe9\x75\xa2\xc4\xb5\x75\xf3\x51\x52\xe2\xda\x48\x1a\x5b\x2f\xbb\xb6\x78\x51\x14\xe6\xdd\xc9\xd6\xc6\xdd\x5d\xa1\xb1\xb5\xb7\x4a\xd5\xeb\x67\x96\x7b\xab\x54\xf1\x41\xb1\x76\x54\x4a\x30\xb9\xcf\xad\x1d\x95\x2a\x34\xb6\x46\x6b\x46\x49\x63\x6b\xf0\xa1\x73\x74\xc5\x56\x83\x3b\x6b\x41\xcd\x96\xdd\xe2\x87\x97\xef\x35\x88\xd5\xb1\x78\x90\xc8\x11\xd4\xec\x3c\x52\xfa\x5e\x50\xfa\x12\x60\x5d\x8c\x97\xbe\x04\x08\x8a\xdb\xfb\x1a\x38\xba\xd0\xeb\x32\xeb\xe9\xa5\xd7\x65\x2c\xdb\xba\x6d\x2d\x8b\x17\xc5\xb2\xbb\x2a\x2d\xd3\xb2\x81\x29\x7f\xa1\xdd\xef\xa5\x6b\x6c\xbe\x1e\x96\xae\xb1\x05\x35\x59\x10\xaa\xfc\x82\xf2\xde\xb4\x92\x38\x97\xeb\x77\x8e\xbd\x43\xe5\x54\x59\xe5\x9d\xf2\xe6\xc0\x54\x49\x47\x55\x97\x67\x93\xfb\xef\x2a\xb2\xa0\x60\x6e\xdb\x84\x9a\xa2\xe6\x87\xdb\x8d\xeb\xc0\xd2\x15\x9e\xe0\x56\x1d\x4c\xa5\x2b\x3c\xc1\x8d\x5b\xcc\x2a\x79\x95\x2b\xbc\xb9\x75\x4b\x57\x25\xaf\x16\xbf\xc8\xcb\x8d\x51\x5c\x17\x0b\xe6\xd6\xca\x54\x45\x86\x10\x54\x76\x13\x59\xfc\x20\xb4\x01\x53\x07\x0f\x52\x9f\x57\xa1\xab\x5c\x9e\x54\xb9\xac\x6f\x47\xcf\x6d\x40\xc9\xd1\x80\x7e\x0e\x5b\xfa\x71\x85\x60\x72\xa1\x5f\xfa\x71\x85\xe0\xc6\x75\x60\x55\x68\xfa\xce\x8f\x93\x1f\xa7\x96\xae\x16\x05\x93\xee\xb3\x4a\x51\x08\x54\x4c\x9c\xa3\x28\x04\x2a\xa6\x1e\x3c\x44\x1d\x3c\xa8\x51\xf2\x04\x1f\x8c\x82\x7d\x2c\x3e\x18\x55\x05\x9e\x30\xfc\x95\xf2\x04\xe5\x6c\x2c\x9c\x93\x5a\x50\xc3\xdc\x1c\x53\x53\x0b\xe2\xae\x81\xaf\xa2\x45\x3a\x78\x41\xc5\x62\xfa\xd4\x82\x1a\xe6\xe6\x06\x15\xa2\xf8\x2d\x27\xe7\x91\x4b\xd2\x17\x14\x3f\x50\x2a\xdd\x95\x16\xb9\x63\x6e\x8e\xbf\x52\xcb\x46\x99\xf8\xc2\x5a\xca\x1d\xc5\xef\x53\xe6\xe6\xbc\xb1\xf4\xc6\xe2\x88\x06\x6f\xac\xd7\x28\x7e\x9e\xb0\xb3\xa0\x92\x73\x0a\xe7\xc4\xdf\x7c\x2b\xb6\xfd\x6f\x33\x71\xe9\xd7\x2b\x82\xc9\x6f\x36\x4a\x3f\xbc\x2d\x7e\xcd\x3a\x37\xa2\x4f\xbf\x5e\xe9\x2a\xa7\x29\x36\x7e\xba\x46\xc9\xe7\x9d\x17\x6b\xca\xe7\xc0\x24\x5f\xd7\xa4\xd3\xac\xc9\xd5\x70\x14\xa3\xa8\xb8\x6b\xea\x8d\x38\x58\x29\xa9\x56\x67\xbc\xb9\xef\x50\x54\xef\x02\xfd\x0e\xba\x96\xde\xb8\x9c\x51\x26\xea\x10\xc5\xcf\x12\x88\xf7\xc5\x7d\x58\x71\xa5\x38\x77\x17\xf5\x14\xc5\xef\x9e\x5a\x75\x6b\x51\x71\xd7\xea\xb8\x9c\xfc\x90\xb4\x56\xe8\x8d\x7c\xeb\xcf\x9d\xe9\xa9\xb8\x6b\x21\x8b\xbb\x8b\x62\x8d\x2b\x31\x22\x30\x35\x35\x3d\x0b\xe2\x87\x23\xa5\x34\x52\xa7\xfa\xbe\xee\x5a\xeb\xa4\xef\x13\xcc\xc1\xc9\x3f\x69\xdf\x04\x73\x20\x2c\xa7\x84\xe5\x1c\xd2\xc0\x05\xf5\x14\xf5\x44\x6b\xfa\x8d\x27\x37\x06\x82\x39\xf0\x2a\x37\x55\x2f\x98\x03\x59\xd4\x85\x95\x60\x8e\xc2\x08\x93\x11\x6a\xc3\x09\xb5\x53\x8e\x3e\x39\x61\x54\xb6\x75\xea\x84\x9d\xbd\xb5\x73\x24\x76\xd1\xd1\xd5\x59\xfc\x5c\xde\x58\x63\xe9\x8d\x85\x0b\xe7\xf8\x5f\xa1\xd6\xff\xff\xc7\xfb\x97\xb7\xbf\xfe\x89\xc1\xe3\xe7\xaf\x5f\xaf\x4f\xdf\xf8\x83\x06\xfe\x96\xe0\x76\x5e\xcf\x8f\x9f\xae\xbf\xfe\x71\xc4\x97\xcf\x5f\xfa\x29\xfe\xf7\xdf\x01\x00\x00\xff\xff\x79\x60\xf9\x3b\x48\x31\x00\x00"); -var _cbga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x31\xcf\x9b\x30\x10\x86\x77\x7e\xc5\x8d\x5f\x87\x16\x6c\x6c\x92\x4a\x55\xa5\x2a\x0c\x65\x48\x52\x95\x26\xad\x54\x75\x20\xf8\x40\x96\x8a\xb1\x8c\x19\xf2\xef\xab\x3b\x13\x3a\xa0\x17\x1e\xf9\x7d\xc0\x67\xf2\x53\x53\x37\xce\x46\xc8\xbf\x85\xb9\x6f\x31\xc2\x60\x9d\x09\xb8\xcc\x6b\xe8\x11\x1e\x38\x5a\x97\x65\x42\x82\xb1\x7d\x7c\x3d\x72\xf4\x53\xe7\xb3\x2c\x3f\x5d\x5a\xf1\xfe\x2b\xac\x0b\xbe\x40\x53\xb7\xcf\x25\xe2\xd4\xb8\x61\x86\x32\x15\xcd\xea\xb7\x32\x40\xfe\x1d\x47\xbb\xc4\xf0\x84\xb7\x2f\x66\x7e\xe0\x3b\x30\x38\x10\xbf\x06\x83\xc1\xba\x11\xde\x48\xba\xe3\x76\xf5\xfe\x2f\x4e\xe8\x22\x14\xcc\xd0\x19\xce\x2c\x3f\x9d\x3b\x7f\xe9\x26\x84\xf4\x19\x77\xc6\x4c\xef\x18\x16\x3b\x3b\x10\xc5\x87\xa2\xa8\xfe\xf3\x1f\x4f\x8f\x20\xb6\xfa\xad\xa9\xaf\xc3\xb0\x60\x84\x8f\x2a\xa9\xf3\x5f\xb7\xa6\x86\xdf\x02\x44\x01\x52\x97\x47\xfd\x67\x5b\xfa\xf3\x3c\x9b\xbd\x28\x64\xda\x4c\x6f\x4d\xe8\xdc\x88\xd9\x27\x29\x64\xff\x19\xb6\x10\x65\xa5\x2a\x62\xe5\x83\x19\x85\x90\x8a\x89\x49\xc4\x10\x49\x6b\x30\x91\x81\x7a\x05\x11\x25\x99\xa8\x92\x08\xb7\x54\x95\xc8\x81\xc8\x91\x49\x97\x08\x99\x95\x64\x92\x3c\x8a\x3c\xe9\xed\x3a\x79\x34\x79\x34\x9b\x75\xf2\x68\xf2\x68\x36\xeb\xe4\xd1\xe4\xd1\x64\x96\x4a\x11\xe1\xa0\x7d\x1c\x68\xda\xfb\x3e\xe9\x9e\x4e\x79\x9f\x7b\xbf\x86\x80\x2e\xf2\x19\xf3\x7c\x69\x40\xd6\xe1\xfe\x03\xf9\xd9\x53\x8b\xaf\x7f\x01\x00\x00\xff\xff\xdf\x7b\xca\x7c\x6c\x02\x00\x00"); -func _fced ()(*asset ,error ){_fedd ,_bgfbg :=_ccbc ();if _bgfbg !=nil {return nil ,_bgfbg ;};_agbfe :=bindataFileInfo {_dae :"UniJIS-UTF16-V",_fb :3426,_ae :_be .FileMode (436),_g :_a .Unix (1580492941,0)};_fae :=&asset {_dd :_fedd ,_ef :_agbfe };return _fae ,nil ; -};func _ggdd ()([]byte ,error ){return _c (_gbdb ,"GB-EUC-H")};func _cafed ()(*asset ,error ){_cbbc ,_ccge :=_aee ();if _ccge !=nil {return nil ,_ccge ;};_gdbc :=bindataFileInfo {_dae :"Adobe-Japan1-1",_fb :1098,_ae :_be .FileMode (436),_g :_a .Unix (1580491308,0)}; -_fcbeb :=&asset {_dd :_cbbc ,_ef :_gdbc };return _fcbeb ,nil ;};func _egbf ()([]byte ,error ){return _c (_cfc ,"GBK-EUC-V")};var _efbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd3\xcf\x6e\xda\x40\x10\x06\xf0\xbb\x9f\x62\x8e\xe9\x21\x65\xff\x78\xbd\xb6\x84\x90\x1a\x90\x52\x0e\x69\xab\x52\xd2\x4a\x55\x0f\xe0\x1d\xa3\x95\xca\xda\x5a\xec\x03\x6f\x5f\xcd\x8c\xe3\xe6\x10\x7d\xe1\x67\x7f\xbb\x63\xbc\xac\xb6\xfb\xdd\x3e\xc5\x11\x56\xdf\x72\xdf\x1e\x70\x84\x2e\xa6\x90\xf1\xd6\x4f\xb9\x45\x38\xe3\x25\xa6\xa2\xd0\x06\x42\x6c\xc7\xb7\x8f\x1c\xed\xf5\x34\x14\xc5\xea\x98\xe2\xf3\xd3\xe3\x71\x7b\x30\x8f\x9f\x61\xba\xe1\xcc\xdb\xfd\xee\x70\xbf\x8d\x78\xdd\xa7\xae\x07\x2b\xf5\x30\x0d\xf3\x12\x00\xab\xef\x78\x89\xb7\x31\xdf\xe1\xe1\x53\xe8\xcf\xf8\x01\x02\x76\xe4\x5f\x73\xc0\x1c\xd3\x05\x1e\x9e\x9f\xf4\xa2\x87\x69\x18\xfe\xe2\x15\xd3\x08\x25\x1b\xa6\xc0\x59\xac\xb6\x2f\xa7\xe1\xcb\xe9\x8a\xf0\x7e\x96\x57\xbe\xc8\xd7\x5e\x31\xdf\x62\x9f\x40\x9b\x8f\x4a\xb9\xff\xfe\xe3\x3e\x20\xe8\x79\x91\x5f\xc7\xfd\x0e\x7e\x6b\xd0\x0a\x8c\xb3\x95\xff\x33\xfb\xcf\x97\x3e\x2c\x77\x99\x52\xc6\x6f\x63\xc8\xa7\x74\xc1\x62\x6d\x94\x2e\x37\x30\x87\x6b\x6a\x12\x53\xb1\x50\xb8\xa6\x29\xd6\xc6\x18\x47\xc2\xe1\xbd\xaa\x8b\xb5\x55\x4a\x6f\x60\x0e\xe7\x1d\x8b\x11\x31\x24\x25\x4b\x2d\xd2\x6d\xc0\xd5\x2c\x5a\xb1\x68\x6a\x35\x22\x56\xc4\xf2\xd2\x15\x53\x29\xe4\xa8\x66\x58\x2a\x11\x4f\x35\x53\xac\xbb\x8e\xb7\x97\x70\xbe\x66\xa9\x45\x1a\x6a\x29\x96\x56\xa4\xa5\x7b\x2c\x0b\x8a\x20\x6f\xe6\x89\xf4\x89\x49\x9f\xe9\xa6\x8a\x25\x88\x84\xb7\x87\xed\x3a\xdd\x09\xd1\x83\xf8\x86\xc4\x9e\x59\x28\xbc\x57\x42\xd2\xb3\xdc\xd3\x3c\x81\x95\x1e\x45\xa5\x58\x9c\xf4\x28\x5c\xc3\xdb\x39\xa9\x51\xb8\x86\x47\x72\x32\xa5\x93\x29\x4b\x22\xb4\x4c\xc8\xdf\x92\xd6\x74\x78\x96\x77\x48\xff\xd3\x99\x5d\x8e\x51\x3b\xe5\x8c\x69\xe4\x13\xcb\x07\x85\x5e\x7e\x4c\xb8\xfc\x28\x86\x7e\xa0\x16\xff\xfd\x0b\x00\x00\xff\xff\x66\xba\x5f\xa0\x40\x03\x00\x00"); -func _gabf ()([]byte ,error ){return _c (_efbd ,"KSCpc-EUC-H")};func AssetExists (name string )bool {_ ,_aedc :=_ecfgc [_fd .Replace (name ,"\\","/",-1)];return _aedc ;};func _gbeb ()(*asset ,error ){_dagg ,_eef :=_bbd ();if _eef !=nil {return nil ,_eef ; -};_cgaa :=bindataFileInfo {_dae :"Adobe-KR-4",_fb :1313,_ae :_be .FileMode (436),_g :_a .Unix (1580491427,0)};_afb :=&asset {_dd :_dagg ,_ef :_cgaa };return _afb ,nil ;};func _cbec ()([]byte ,error ){return _c (_gefde ,"UniKS-UTF16-V")};var _ffdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4d\x6f\x1c\x37\x13\x84\xef\xf3\x2b\x78\xf4\x7b\x78\x23\x7e\x93\x0d\x2c\x16\x30\xa4\x08\x91\x03\xc7\x81\x15\x27\x01\x82\x1c\xe6\xa3\x47\x58\x20\x9a\x5d\xac\x56\x07\xff\xfb\xa0\xab\xd6\x4e\xe2\x83\x40\x6d\x4d\x75\x4f\xb3\xf9\x90\x9c\x9b\xdb\x87\xbb\x87\xed\x70\x71\x37\x3f\x9f\x8f\xf3\xa3\x5e\xdc\x7a\xd8\x96\xb3\xbe\x1c\x5f\xcf\xb3\xba\x49\x9f\x0e\xdb\x30\x84\xe8\x96\xc3\x7c\xf9\xf2\x13\xc3\xfc\x3c\x9e\x86\xc1\xe2\x1f\x3f\xbf\x5c\xf4\xf9\x61\x5b\x8f\x2e\xd1\xb7\xbc\x9e\xae\x5e\xe7\x6e\x3e\xea\xd3\xe1\xe5\x72\xfe\xec\xde\xbc\x5d\x8e\x93\xfe\xcf\x2d\xba\x9a\xfe\xe1\xbc\xe8\xf9\xb0\x3d\xb9\x37\xef\xc6\xd3\xb8\x85\xaf\x0f\x1e\x5f\x4f\xa7\xbf\xf4\x59\xb7\x8b\x0b\xd0\x74\x5b\x30\x0e\x37\xb7\xef\xc7\xd3\x4f\xe3\xb3\xba\x9b\x8f\x3f\x3e\xbe\xfb\xff\x0f\x90\xa1\xfe\xaa\xe7\x97\xc3\x71\x73\xc1\x7f\xe7\x7d\xfd\x47\xff\xe5\xf3\x49\xaf\x69\x86\x9b\x4f\x0f\x77\x1f\xd6\xf5\x45\x2f\x2e\x06\x4f\xcf\xef\x9f\x1e\xee\xdc\x1f\xc1\x05\xef\x62\x49\xa9\xff\x79\xb5\xfe\xf6\xfe\xb8\xa8\xa3\x69\xc8\x9c\xcd\x7c\x5c\xf4\xe5\x34\xce\x7a\x1e\xb7\x27\x1d\x9c\xdb\x79\xbf\x77\xce\xed\xba\xdf\xdb\xaf\x1e\xb2\xdf\xbb\x9d\xdc\xdf\xdf\xe2\xf7\x5b\x3e\xbd\xbb\xc7\xaf\xef\x3d\x9e\xde\xdf\xda\x53\xdd\x96\x6f\xb2\x0d\x81\x2f\xd9\x8e\x97\x45\x57\x6a\xc8\xbf\x0b\xeb\xde\xc5\x14\x2c\xe6\xdf\x0f\x87\xe0\xfd\xb5\xae\xc3\x72\xf5\x47\xf3\x37\xb5\xd7\x3a\x87\xa0\x2f\x45\xf5\x00\xb9\xa6\x64\x52\xa7\x34\xce\x26\x49\x35\x69\xea\x90\xa6\x75\xef\x5c\xcb\x08\x9c\x29\xcd\x0a\x49\x4c\x5a\x46\x48\xda\x4d\x2a\x08\x5c\x99\x6b\x6d\x26\x35\x04\xae\x33\xa5\x19\x92\x05\xc6\xbc\x9a\x14\x0b\x02\xbb\x37\xa9\x22\x30\x36\x31\x49\x20\xf5\x00\x49\xc6\xbd\x73\x3d\x58\xfa\x28\x0c\x5c\x83\x49\x39\x0e\xbb\x9e\x38\xa1\x84\x09\x49\x2c\x26\x71\x42\x49\xaa\x49\xbd\x9b\xc4\xc0\x34\xd5\xbd\x0b\x3e\x58\x5d\x69\xa2\xb4\x40\x4a\x16\x98\x99\x2b\x5b\x2d\xc1\x17\x2b\x35\x37\x4a\x96\x3e\x78\xb1\x37\x66\xa6\xcf\x12\xf6\x2e\x04\xdf\x4c\x62\x7a\x0c\x2d\x63\x8e\x79\xa4\xcb\x86\x96\x7b\x80\x14\x28\x05\x93\x84\x52\xa4\x14\x21\xa1\x88\x31\x51\x4a\x7b\xd7\x8a\x4f\x90\x32\xa5\x0c\x17\xd3\x17\x4a\x05\x2e\x14\x31\x56\x4a\xd5\xa4\xc8\xc0\x46\xa9\x99\x14\x98\xbe\x53\xea\x26\x25\x16\x21\x94\x04\x12\xd3\x8f\x94\x46\x54\xef\x21\x4d\x94\x26\x48\xe8\xc4\x38\x53\x9a\x51\x57\x86\xb4\x50\x5a\x20\x75\x48\x4a\x49\x51\x6a\x85\xc4\x7e\xd9\xd0\x8a\x47\xae\x89\xfd\xb2\xa1\x95\x80\x5c\x13\xfb\x65\x43\x2b\x09\x45\x4c\xec\x97\x0d\xad\x44\x06\xb2\x5f\x13\xfa\x95\xf0\xc6\x89\xfd\xb2\xa1\x95\xc2\x5c\xec\xd7\x84\x7e\x01\x80\x3c\xb1\x5f\x13\xfb\x85\xba\x26\xf6\x6b\x62\xbf\xd0\x09\x6e\x05\x0c\xad\x24\xe6\x62\xbf\x26\xf4\x2b\xb3\x08\xf6\xcb\x86\x56\x3c\x8b\x60\xbf\x6c\x68\x25\x62\x85\x26\xf6\xcb\x86\x56\x02\xdf\xc8\x7e\xd9\xd0\x0a\x29\x9c\xd8\xaf\x09\xfd\xca\x26\x75\xf2\xd5\x6d\x0f\x85\x00\xc8\x85\xac\x0a\xc0\x8c\x28\x55\x08\xa6\xc0\x15\xb1\x42\x23\x5d\x23\x5c\x19\x98\x8c\x74\x8d\x70\xe5\x66\x5d\x9d\xe8\x9a\xe0\x2a\xa0\x70\xa2\x6b\x82\xab\x16\x9b\xd0\x4c\xd7\x0c\x57\xeb\xc6\xd7\x4c\xd7\x0c\x57\xcf\x36\xa1\x85\xae\x05\x2e\xc1\x09\xb0\xd0\xb5\x98\x2b\x7a\xb4\x50\xe9\x52\x73\xc5\x80\x9d\xa6\x74\x29\x5c\x11\x4b\xbb\xd2\xb5\xc2\x95\xb2\x55\xbf\xd2\xb5\xc2\x95\x83\x1f\x76\xc2\x93\x54\x3c\x5c\x68\xa1\xf8\x4e\x09\xae\x62\x14\xca\xf5\x34\xc6\xc1\x17\x9b\xed\x0e\xe1\xc1\x27\x38\x99\x62\xeb\x75\xd8\x49\xa4\x2b\xc2\x25\x86\x89\x44\xba\x22\x5c\xd2\xf2\xb0\x13\x9e\x39\x82\x33\x27\x79\xdb\x8f\xc2\x33\x47\x92\xb9\x52\xa8\x71\xd8\x09\x4f\x13\xc1\xd1\x91\x62\x6f\x26\xd1\x95\xe1\x4a\xc5\xaa\x2f\x74\x15\xb8\x72\xb3\xea\x0b\x5d\x05\x2e\x10\x2d\x95\xae\x0a\x57\xad\x56\x7d\xa5\xab\xc2\xd5\x0c\x5f\x69\x74\x35\xb8\x7a\xb1\xea\x1b\x5d\x0d\x2e\xb1\x6d\x25\x9d\xae\xde\xe2\xde\x65\x6f\xdb\x5d\xc8\x97\x80\xaf\xec\xed\xf4\x15\xf2\x25\xe0\x2b\x87\x6e\x81\xe4\x4b\xc0\x57\x8e\xb6\x1c\x42\xbe\x04\x7c\xe5\xd4\x6c\xda\xe4\x4b\xc0\x57\xce\x58\x0e\xf2\x25\xe0\x2b\x97\x6a\xe9\xc9\x97\x80\xaf\x5c\xb1\x1c\xe4\x4b\xc0\x57\x6e\xd9\xa6\x4d\xbe\x04\x7c\xe5\x8e\xe5\x20\x5f\x02\xbe\xb2\x24\x9b\x36\xf9\x12\xf0\x95\x05\xcb\x41\xbe\x04\x7c\x95\x10\xad\x7a\xf2\x25\xe0\xab\x04\x2c\x07\xf9\x12\xf0\x55\x52\xb0\xea\xc9\x97\x80\xaf\x92\x6c\x39\x70\x8e\x2f\xeb\xf5\x16\x4d\xd6\x68\x25\x72\x0a\xe4\x4a\xf1\x1e\x37\xf8\x97\x7b\x77\x88\xf1\xdb\x9b\x58\x09\xa4\x02\xc8\x52\x6c\xfd\x94\x40\x2a\x80\x2c\xd5\x6e\x29\x25\x90\x0a\x20\x4b\xb3\xf5\x53\x02\xa9\x00\xb2\xf4\x66\x2f\x27\x90\x0a\x20\x8b\xd8\xfa\x29\x81\x54\x00\x59\x7d\xcd\x26\xd1\x05\x20\x6b\xb0\xe3\x47\x09\xa4\x02\xc8\x1a\x4b\x34\x89\x2e\x00\x59\x93\x5d\x10\x4a\x20\x15\x40\xd6\x9c\xbd\x49\x74\x01\xc8\x8a\x2b\x49\x09\xa4\x02\xc8\x5a\xa3\x55\x4f\x20\x15\x40\xd6\x6a\xd7\x9b\x12\x48\x05\x90\x15\x57\xb8\x12\x48\x05\x90\xb5\xdb\x55\xa9\x04\x52\xbb\xb9\x9a\xf7\x56\x7d\xa7\x0b\x40\x36\x5f\xad\x7a\x02\xa9\x00\xb2\x05\xbb\x89\x95\x40\x2a\x80\x6c\xb1\x58\xf5\x04\x52\x01\x64\x4b\x76\x71\x29\x81\xd4\x91\x77\x6c\xb6\xea\x47\xdc\xb1\x3a\xda\x85\xda\x63\xcf\xff\x59\x3f\xfb\xdf\x3e\x67\xbf\x7e\x5e\xce\xaf\xe7\xb3\x6e\x17\x7c\xcc\xe2\x33\xd2\xbe\x03\x0f\x9b\x7e\xfd\x30\x3e\x1d\x4f\x16\x85\xbf\xbf\x03\x00\x00\xff\xff\x88\xa2\x71\x91\x44\x0b\x00\x00"); -func _gcbbb ()(*asset ,error ){_cdfg ,_ddfb :=_agfbc ();if _ddfb !=nil {return nil ,_ddfb ;};_cedf :=bindataFileInfo {_dae :"UniJIS-UCS2-HW-H",_fb :472,_ae :_be .FileMode (436),_g :_a .Unix (1580492901,0)};_fcbbc :=&asset {_dd :_cdfg ,_ef :_cedf };return _fcbbc ,nil ; -};func _efbe ()(*asset ,error ){_eaa ,_fgd :=_bdfc ();if _fgd !=nil {return nil ,_fgd ;};_dcgcg :=bindataFileInfo {_dae :"KSC-V",_fb :703,_ae :_be .FileMode (436),_g :_a .Unix (1580492528,0)};_eaed :=&asset {_dd :_eaa ,_ef :_dcgcg };return _eaed ,nil ; -};var _feca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x35\xb9\x91\xa6\xb7\xaf\x5f\xf1\x2c\xc7\x8b\xb1\x4e\xf2\x9b\x40\xe1\x05\x7a\xa4\xd1\x58\x8b\x9e\x31\xdc\xd3\xb6\x01\xc3\x8b\x93\x0c\x52\x28\xc0\xaa\x2a\x94\x4a\x8b\xfe\xf7\x46\x5e\xd7\x91\x3d\x18\x1b\x28\x2d\x0a\x77\xbd\xf1\x64\xe6\x61\x32\x23\x82\x41\xc6\xcd\xe0\xef\x7e\xff\xa7\x3f\xfc\xe9\xc7\x1f\x7e\xfd\xfa\xdd\xff\xfc\xcb\x4f\xeb\x5f\xf6\xaf\x5f\xe7\x87\x1f\xe3\x97\xfd\xd7\x9f\xfe\xf6\xcb\xda\x5f\xf7\xfe\xf3\x0f\x3f\x7e\xf7\xdd\x95\xbe\xe2\x87\xf5\xeb\xdf\xff\x09\xac\xbf\xbc\x7f\xfe\xee\xbb\xe7\xfe\x7f\xf9\xb7\xbf\xfe\xba\xff\xf2\xa7\x1f\xcf\x4f\x5f\xd9\xeb\xe2\x6f\x3f\x7f\xae\xfd\xfa\xfa\xdd\xff\xb2\xff\xfc\xc3\x5f\x7f\xfd\xe5\xdf\xbe\xfe\xdd\x3f\xc5\x4f\xf7\xfe\x1f\xbe\x62\x9f\x47\xfe\x5f\x7e\x89\xfd\xcb\x0f\x3f\xfe\xf9\xeb\xdf\xfd\xa7\xff\x70\xfd\x3f\xd2\x7f\xf9\xdb\xcf\x3f\xff\x5f\xfb\x2f\xfb\xc7\x5f\xbf\x2e\x64\xfb\xc7\x00\xbf\xfb\xdd\xef\xff\xf9\xfd\xf3\x7f\x7e\xff\x65\x7f\xfd\xee\x3f\xfd\x87\xff\xfa\xf3\xfa\xf7\xff\xf1\x5f\x7f\xff\xef\xff\x27\xfe\xc6\x9f\xfe\xd7\xfd\xcb\x5f\x7f\xf8\xe9\xc7\xaf\xeb\xf5\x3f\xbe\x5e\xed\xff\x95\xff\xd7\x7f\xfb\x79\x7f\x9e\xf5\xdd\xef\xfe\xf5\x4f\x7f\xf8\x2f\xe7\xfc\x75\xff\xfa\x95\xc7\xcb\x6b\xfe\xf7\x7f\xfd\xd3\x1f\xbe\xfe\x8f\xeb\xeb\x7a\x7d\xa5\x9a\x7b\xf9\x3f\x3f\x97\xfe\x6f\xff\xfc\x53\xec\x2f\x2f\xfa\x2e\xfb\x3e\xeb\xa7\xd8\x7f\xfd\xf9\xbd\xf6\x2f\xef\x1f\xff\xbc\xbf\xfb\xfa\xfa\xfe\xf5\xfa\xf6\xf5\xf5\xf5\xfd\x78\x7d\x7b\xfe\xf5\x4f\xd7\x3f\x5d\xdf\xbe\xbe\xff\xe3\xef\xff\xf8\x1f\xf9\xf7\x1f\xff\xc0\x5f\xff\xf8\xc7\x6f\xcf\x7b\xfc\x77\x77\x7f\x77\xf9\xd0\x1f\x7f\xfa\x35\xf6\x51\xc6\xf3\xbe\xbf\xce\xb7\xaf\xeb\xb9\xe3\xbf\xfd\xd3\x77\xd7\xeb\xf5\x69\xc5\x0f\xf1\xb9\x3a\x3d\x57\xf7\xfd\x5c\xfd\x34\x81\x76\x7c\xf5\x7e\xa5\xef\xbe\x7f\x5f\xef\xa7\x29\xef\xeb\xec\x6f\x5f\xb3\x7d\xf7\xfd\x3b\xdd\x08\xd2\x4e\xdf\xbe\xae\xf9\x7a\x24\xbb\x2a\xd9\xdf\xbe\x52\x41\x72\xbc\xe6\xac\x6f\x5f\xa9\x3e\x92\xec\x63\xf2\xf3\x98\xd4\x9e\x07\x17\x25\xe5\xe4\x6f\x5f\xb9\x3e\x4f\xae\x4a\xea\x69\xdf\xbe\x4a\x9e\xdf\x7d\xff\x6e\x4a\xda\x3d\xbe\x7d\xd5\x54\x1f\xc9\x52\x72\xea\xb7\xaf\x5a\x9e\x6b\xba\xd7\xf4\xe7\x0f\xed\xf5\x3c\xb9\x87\x92\xa7\x11\x2d\x3f\x77\x0d\xaf\x19\xeb\xf5\xed\xab\xb5\xf1\x48\x16\x6d\x1e\xfb\xfd\xed\xab\xbf\x9e\x16\xce\x77\x79\x24\x73\x9f\x6f\x5f\x3d\x3f\xd7\xbc\xbd\xeb\xfd\xb4\x79\x5c\xe5\xbb\xef\xdf\xb7\x92\xfb\x79\xce\x7c\x8d\xef\xbe\xbf\x5f\x48\xee\xd7\xbb\x7f\xfb\x9a\xcf\xbb\xdf\xaf\xf7\x50\x32\xe8\xc3\x8e\x68\x2a\x9a\xcf\x45\xde\xf6\x56\xf2\xe6\x22\x45\xb7\xa2\xf5\xed\x6b\x56\x9f\x14\x4a\x36\x17\x4d\x44\x07\xd1\xd3\x21\xb3\x96\x47\x72\xfb\xec\x07\x7a\x4f\x17\x22\x1f\x7e\x9f\xe7\x93\xd5\x47\xf2\x34\xf8\x03\xbd\xa7\x84\xc8\x86\x47\xfa\xf6\x35\x3b\x92\xc8\x4a\x32\x17\x65\x44\x45\x51\xf9\xf6\x35\x27\xcf\x8e\xaa\xa4\x72\x11\x2d\x88\xa6\xe8\x79\xbb\xe9\x6d\x36\x20\x78\xbb\x44\x0b\xc2\xb7\x7b\x60\x4e\xde\x37\x96\x92\xc5\x45\x0d\x91\x2f\xbc\xf3\xb7\xaf\xeb\xf5\xa2\x0f\xb6\x2d\x78\xa0\xf7\x44\x6f\x6e\x9b\xb0\x6f\xae\xe2\x59\xdb\x67\xed\xe0\x2a\x45\x5b\xd1\xa3\xd6\x2f\x3f\xc3\xb6\xf3\xf8\xc2\x3d\xf3\xf8\x63\xc7\x9c\xc4\x55\x74\xf1\xb1\x1b\x0e\xdd\x90\x79\xe9\x63\x23\x1e\xc5\xbc\x5e\xf6\xcc\xe9\x8a\x3a\x57\xd1\x7f\xc7\x0f\xff\xc0\xf5\xb2\xa9\xc7\x8f\x73\xf8\x38\xd9\x1b\xed\x9b\x43\xbb\xd2\xf3\x8b\x9a\xd8\x7d\x3d\x0a\x78\xbd\x72\x41\x54\x15\x35\x6e\x54\xd4\x15\xf5\xe7\x2a\x54\xed\x52\xd5\x2e\x55\x2d\x37\x44\x53\xd1\x9b\xab\x12\xa2\x5b\xd1\xcd\x55\x1d\x11\xfd\x75\x3d\xa6\x7c\xbd\xca\xf3\x81\xae\x3b\x29\x4a\x5c\x35\x10\x65\x45\x7c\x8e\xca\xb3\xee\xa2\x88\xcf\x9f\x69\xfd\xdd\x14\xd1\x39\xd5\x67\xd9\x54\x75\xb2\x5c\x88\x78\xed\xeb\xd1\xc0\xeb\x55\xb9\x51\x0d\x04\x7a\x2f\xbc\xe3\xb2\x11\x6b\x3e\x57\x35\x9a\xba\x3e\x37\xa2\x4b\x36\x75\xf9\x42\x8b\x2e\xec\xbc\xf6\xe2\xd3\x5e\x81\x82\x17\x44\xe1\xe3\x83\x77\x1c\xb4\x3e\x7c\x7c\xf0\x8e\x18\xe2\xa5\xd2\x5f\x41\xdf\x0f\x1a\xa1\x8a\x5f\xaa\x78\xa1\xa9\xaa\xf8\x15\xfc\xe2\xa0\x5d\xe1\x2f\x6e\x5a\x8f\xbd\x5e\xdb\xc7\xab\xbe\x93\x1b\x55\xdf\x4b\xf5\xad\x19\x91\x8f\xdf\x4f\x7f\x5d\x2f\xda\xb5\xed\xaf\xcd\x77\xc4\xac\xaf\xed\x77\x7c\xe0\xba\x5e\xbc\xd0\xb6\x27\x70\x59\xbd\x2a\xb2\x27\x1e\xbd\xbf\x2e\x4c\xe1\x52\xef\x81\xde\x2b\x4d\x55\xef\xaf\x47\xd7\xaf\xeb\xe2\x17\x8f\x9d\x73\x6c\x3d\x37\x1e\x5b\xff\xe8\xfd\x75\x5d\x74\xb4\x7a\x7f\xa9\xe4\x7e\x34\x95\xfc\x7a\x3c\xfb\x75\xe1\x6e\xae\x13\x8a\x30\xbe\xc6\x3b\x1e\x1b\x81\x92\x5f\x98\x42\x52\xc9\xd3\xa3\xd8\xd7\x85\x89\xa6\x77\x53\xc4\xe3\x5b\x41\x34\x14\x3d\xb6\x7d\x3d\xbe\xfb\x4e\xea\x2a\xd0\x7b\x6b\x88\xf8\xc5\xf4\x28\xe3\x75\x61\x0a\xe9\xae\x8a\xf8\x68\x68\x4e\x52\x31\xd3\xe3\x2b\xaf\x8b\xef\x98\x74\x96\x49\xc5\x6c\x34\x42\xc5\x4c\x8b\x76\xf1\x85\xd2\xf2\xc6\x85\xf1\x35\x6e\x5c\x5d\x11\x1d\x6d\x23\x16\xef\x98\x82\xd6\xf7\x17\x43\xf3\xdf\x87\xd4\xff\xbf\x51\xf6\x4e\xe1\xcb\x05\x0f\x19\xfc\x54\x7c\x1e\xc2\xd7\x1a\xbc\x89\x8a\x05\x5c\x0c\xb0\x77\xda\x78\x29\xa0\xf7\x71\x21\xb2\x3b\x1f\xb8\xae\x99\x10\x25\x45\x38\xae\xa1\xa8\x28\xe2\x3b\x4c\xba\x53\x65\x48\x3a\x41\x14\x3e\xe9\x04\x13\x4e\x30\xbd\xe8\x3b\x9d\x20\x03\x78\xef\x83\x1b\xfd\xcc\x89\x6f\x9a\xd2\xd3\x2e\x07\xf5\x3b\xbf\xb1\x27\x1e\x9f\xdf\x59\x51\xe6\xaa\x82\xa8\x28\xa2\xa3\x66\x47\x34\x14\x0d\xae\x9a\x88\xa6\xa2\xe7\xd3\x8c\xd7\x85\xe8\xad\xe8\xe9\xaf\x94\x15\x6d\x45\x9b\xab\x12\x22\x5e\x28\xa3\x0c\x09\x27\x98\x55\x06\xa0\x8f\x57\x46\xd4\x14\xf1\x8b\x45\x91\xbf\x78\xfb\x8b\x34\x55\x65\xc8\x37\xbf\x58\x68\xea\xed\x2f\xde\xfe\x22\xef\x78\xfb\x8b\x8f\xe3\xba\x12\x7e\x31\xeb\xb8\x80\x3e\x30\xd7\xbc\xec\x89\x45\x4f\x54\x45\xf6\xc4\x03\x7d\xd0\xd1\x79\xd9\x54\xd4\x2f\x61\x88\x59\xf5\x03\xfa\x78\x29\xea\x8a\x1e\xab\x4b\x8d\xbe\x5f\xa1\x28\xb8\x8a\x2e\x54\x23\x81\x2b\x35\x1f\xff\x69\xea\xf3\xb5\xc7\xc5\x8d\xc1\xd7\xce\xf8\xc5\x84\x76\x67\xfd\x22\xd0\xc7\x45\x47\xeb\x17\x73\xd0\x5f\xc4\x07\x39\xec\xaf\xa0\xbf\x2e\x45\xf6\xd7\x03\x57\xea\x3e\xeb\x56\x74\x73\x15\x1d\xed\x48\x0f\x5c\x69\xf8\x78\x5b\x1f\xb4\xfe\xa2\xef\x35\x85\x4c\x5c\x99\xb0\x8e\xbc\x6d\x04\x1a\x3d\x70\x49\x59\x8d\x06\xae\x34\xf8\x45\x1d\x6a\xde\xf4\xd7\x45\x47\xeb\x50\x81\x2b\x61\x1d\x79\xab\x72\xf8\xd8\x41\xc4\x95\xf5\xb1\x79\xd3\xfa\x49\x23\x74\xa8\xf9\x89\x27\xfa\xb8\x7c\xbc\x4d\xc5\x86\xd2\xf4\x46\x7b\x15\x1b\x1a\x38\xc1\xac\x0d\x01\x57\x56\x7d\xf5\xb1\x40\x1f\x04\x5d\x59\x1f\x0b\x5c\x59\xc5\xd4\xd2\x80\x3e\x92\x22\xdf\xf1\x89\x1a\xae\xac\xca\x19\x35\xe4\x43\xaf\x6a\x56\xc7\x5e\xc5\x1e\x33\x1d\x6d\x48\x7d\x17\xec\x71\x10\x52\x15\xed\xb1\x10\x5b\x64\x5e\xbb\x18\x5b\x14\x62\x8b\x91\x14\x75\x45\x4f\x4f\x64\x9a\x5a\x8c\x1a\x80\x3e\x08\x96\x8a\x9e\xb8\xbc\xf9\x45\xbc\x7a\xd1\xf8\x80\x3e\x30\xd1\x72\xd3\x13\xe5\xe6\x1d\x3f\x22\x1b\x71\xa3\xf7\x04\x4b\x45\x13\x2d\x4f\xa4\x70\x65\xac\xb6\xdc\x43\x11\x5f\x88\x98\xa7\x68\xa2\xe5\xe6\x17\x71\xf4\x45\xe3\x03\xfa\x60\x84\x28\x46\xb7\x05\x7b\xcc\x58\x6d\xd1\x1e\x8b\xf6\xe8\xe3\xb5\xc7\xf2\x98\xd5\x95\x19\xb0\x8b\x66\x05\xf4\x91\xbd\xd1\x46\x10\x81\xe4\xea\xe3\xdf\x8a\xde\x5c\x45\x7f\x19\x81\x14\xec\x31\x57\x45\xa1\x08\x8d\x26\x32\x2a\xda\x23\x70\xe5\x46\x4f\x68\x8f\x45\x7b\xf4\x85\xb4\xc7\x12\xf4\x17\xc3\x67\xd1\xf8\x4a\xd0\x5f\xc4\x4f\xc5\xa0\xa4\x04\xed\x62\xe4\x2a\x1a\x1f\xd0\x47\xf1\x46\xdb\xf5\xc0\x95\x3b\x5d\xa8\xf1\x01\x7d\x14\x45\x36\x75\xd3\x7a\xe2\xa7\xb2\x3f\x22\x5a\x4f\x94\x55\x0c\x24\x80\x2b\x13\xd7\x17\xf5\xbe\xa8\xf7\x44\x59\x45\xbd\x2f\x87\xef\xc8\x10\x50\x0c\x11\x80\x3e\xfc\x1c\xc6\xc1\xe5\xd1\xe2\xab\xe0\x6a\xcb\xb1\xa9\x6a\x34\xb1\x58\x51\xa3\x0b\x1a\x5d\x70\x8f\x4e\x09\xef\xfa\x68\xf4\x55\xf0\x5f\x55\x8d\x06\xfa\x60\x58\xaf\x8e\x30\xc0\x55\xae\xfc\xdb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xbf\x3d\x14\x77\x87\x16\xe0\x6a\x84\x1e\x2e\xe0\x0a\x7d\xe2\x33\xba\x53\x94\x1e\x7c\x9a\xa2\xc8\x4f\xf3\xd8\x53\x9f\xc4\xb1\x5d\x7b\xea\xc4\x3f\x8d\x01\xbb\x6b\x29\x40\x9f\xc4\xb1\xdd\x01\xa8\xb3\x9a\xd3\xaa\x37\xda\x6c\x8d\x87\xa1\xb8\x6b\x3c\xc0\xd5\x30\xb1\xee\x98\x04\xf4\x69\xdf\x39\x26\x75\xc6\xa4\xc6\x62\x6b\x77\x4c\xea\xcc\x34\x66\x56\x64\xbb\x98\x69\x34\x86\xbc\xee\x4c\xa3\x33\x26\x4d\x06\xec\xae\x3d\x01\x57\xeb\xde\xf8\x69\x17\xdd\x49\x24\xd8\x35\xb1\xce\x3a\x4d\xc3\x5c\xbb\x13\x06\xa0\x4f\xbf\xc3\xf1\x33\x13\x97\xb5\xa1\x48\x2d\x22\x2e\x9b\xc4\x8b\x5d\x7b\xea\x98\x45\x1b\x8f\xde\xba\x54\x7e\x0f\x6d\x00\xb7\x3b\xb4\x81\xf1\xf6\xc6\x82\x88\x1b\x07\xda\xcd\xfa\xf9\x3d\xd4\xee\x71\xdb\x08\x9e\x65\x90\x3f\x08\x5d\x48\x27\xdc\x43\x25\x05\xba\x6b\xe1\xe3\xbe\x15\xdd\x5c\xa5\x68\x29\xe2\xa3\xe1\x9c\x87\x01\x0e\x70\xf5\xe4\x2f\x6e\x45\x74\x0e\x41\xdc\x70\x2a\x30\xb0\x01\xd7\xb0\x87\x36\x00\xf4\x89\x0b\x1f\x0e\x2d\xe4\x00\x2e\x17\x95\x87\xe3\xc8\x60\x2a\x30\xab\x37\x0e\x45\x8f\xa5\xb8\x10\x3c\xb4\x94\xa1\xa5\x10\xea\x0d\x2d\x65\x60\x03\x2e\xf1\x0e\x6d\x60\x68\x03\x0c\x07\x43\x25\x1f\x8c\x23\xae\x9b\x0e\xc7\x91\xc1\x08\x31\x09\x08\x87\x1a\x3d\x18\x21\x5c\xc5\x1c\x6a\xf4\x20\xc8\x9f\x0c\x07\xc3\xe1\x60\xb0\xcc\xe8\xca\xe3\x50\x0b\x81\x3e\xd1\xd5\xe1\xac\x78\xe0\xfb\x7b\xf3\x2a\x9f\xa5\xef\x67\xbd\x6d\xe8\xfb\x81\xab\xa3\xbe\x63\x7f\x1e\xcf\x68\xf3\x11\xf9\x39\x98\xb6\xba\xb8\x36\x9c\xb6\x02\x7d\x12\x5c\x0e\xb5\x10\xb8\x3a\xea\x3b\xd4\xc2\xa1\x57\xff\xdc\xe8\x3b\xa2\x98\xbd\xf3\xb5\x55\xcc\xa1\x62\x32\x4c\x0d\x15\x73\xa0\x98\xae\x8b\x4d\x15\x73\xb2\xfe\xdd\xd1\xd5\xa9\x27\x9e\x2a\x66\xf7\xaa\xa9\x08\x35\x61\xa4\x9f\xc6\xe7\x40\x9f\xfd\x42\xc4\x17\x9a\xc4\xe7\x03\xf5\x9d\xfa\x6b\xa0\x9b\x10\x99\x2e\x89\x03\x97\xcb\x48\x53\x25\x9f\xba\xf0\xae\xa8\x28\x2a\x5c\x55\x11\x55\x45\x95\xab\x68\x84\x5e\x7d\xe2\xc2\x5d\xfa\x99\xba\xf0\xa9\x29\x74\x6f\xa4\xef\x27\x8a\xe9\x12\xcb\x54\x31\x81\x3e\x31\xf7\x69\x80\x33\x89\xe2\x5d\x0c\x98\xeb\x73\x23\x1f\x8d\x5e\x9d\xfa\xeb\x49\x14\x3f\x58\x63\x9b\x6a\x21\xd0\x67\x57\xe4\x6b\x3f\x9a\x77\x39\xe9\x9e\x2e\x53\x4e\xfd\xaa\x7d\xaf\x16\x4e\x82\x92\x81\x83\x99\x6a\xe1\x34\x28\x21\xcc\x9e\xba\x5a\xe0\x72\x12\x39\x75\xb5\x40\x9f\xc3\x1b\xfd\x1c\x78\x5f\xa7\x87\x53\xef\x0b\xf4\x49\xd4\x30\x9d\x11\x00\x97\xb3\xbc\x69\x80\x33\xf5\xd1\x84\xb3\x53\x1f\x0d\x5c\xa3\xd2\x08\x7d\xf4\xd4\x47\x13\x5b\x4c\xad\x63\xe2\xa3\x47\xf5\xf1\xf6\x2a\x6b\x46\x53\x65\x72\xcd\x68\x62\x30\xa3\x2a\xf2\xb5\x0d\x83\x08\x7a\xa7\x61\x10\x70\x39\x41\x9b\xba\x6d\xa0\x9b\x25\x9b\xba\xed\x49\x18\x34\xb0\xb4\x69\x18\x34\x0d\x83\xf0\xab\xd3\x30\x08\xb8\x9c\x7a\x4d\xcd\x6a\x1e\x34\x87\x68\x66\x1a\x19\x4d\x0c\x66\xa8\xbe\x1a\xcc\xd4\x60\x88\x66\xa6\x06\x03\x5c\x4e\x84\xa6\x91\x11\xd0\xe7\xec\xbf\x3d\x14\x4f\x03\xa7\xc9\x74\xc7\x79\xd2\x34\x70\x02\xba\x89\xbb\xe9\x74\x07\xb8\x9c\x01\x99\x29\xbd\xdf\x0c\x1a\xce\x6d\xde\x0e\x1a\x6f\x03\xa7\xe9\x55\x43\x11\x5a\x44\x77\xbe\x9d\xa2\x00\xc3\x8c\xdf\xdb\x29\xca\x9b\x41\x63\xd0\x9d\x6f\x07\x0d\x60\xbc\x5e\x8a\xbc\xf1\xf1\xe4\xd7\x64\xc1\xf5\x6d\x64\x03\x8c\x17\x01\xf0\x5b\xe3\x79\xb3\xd6\x39\x09\xaf\xde\x06\x12\xc0\x78\x61\xd4\x6f\x3d\xf1\x9b\xd8\xc2\x10\xe1\xad\x27\x7e\x3f\x36\x30\x5e\x04\xc0\x6f\x6d\xe0\x8d\xdb\x9d\x2c\x29\xbd\x55\x2c\x60\xbc\x6c\x84\x6e\xf7\xcd\xca\xa3\xe3\xdb\xdb\x09\x29\x30\x5e\x98\xfe\x7b\x7f\x9e\xf5\x0c\x79\x8e\x49\x6f\x7d\x2c\x30\xcc\x6a\xbe\xd5\xb5\x37\xfa\xe1\x38\xf2\x56\x3f\x80\x6a\xec\xf9\xd6\xed\xbe\xd1\x0f\x7d\xff\x5b\xfd\x00\xc6\x8b\x30\xf9\xad\x7e\x90\xcb\xbe\x26\x13\x78\x93\xd9\xf7\xcd\x1c\x55\x2f\x75\x1b\x00\x03\xe3\x45\xe4\x7c\xbb\x52\x02\x5c\x7a\x96\xdb\x69\x2b\x30\x5e\x4c\x48\x6f\xbf\xf6\xcd\x1c\x55\x9f\x71\xeb\x89\xef\x37\x1f\x0d\x5f\x76\xfb\xb5\xef\xe7\x0b\x5f\x5a\xf0\xed\x7a\xca\xfd\x38\xe7\xf1\xba\x14\x1d\x45\x87\xab\xf8\x45\xd7\x53\x80\xf1\x22\xbe\xbe\xf5\xd7\x37\xce\x79\x32\x3b\xb8\x75\xce\xc0\x30\xe5\x7b\xeb\x9c\x81\x4b\x7b\xba\x75\xce\xf7\x13\x5f\x8f\xd7\xe5\xe3\x87\x22\x5a\x3f\xbd\xd1\xd6\xab\x72\xc4\xd7\xb7\x2a\x77\x3f\xde\x33\xa9\xab\xb7\xde\x13\x18\x26\x86\x6f\xf5\x0b\x48\x7f\x17\xd9\xae\xa0\x57\xf1\xd7\xb7\x33\xc6\xfb\x71\x82\xe9\xc5\x4a\xed\xad\x13\xbc\x37\xed\x52\xa4\xe6\xdc\xcf\xe8\x9c\x4c\xd3\xde\x8e\xce\xc0\x78\x65\x45\x68\xce\x7d\x68\x17\xae\xf2\xd6\xd9\x00\xe3\x85\xae\xde\x3a\x9b\xfb\xd1\x96\x64\x9a\xf6\x76\x74\xbe\x0f\xbf\xc8\xa4\xfb\x56\x73\xee\x47\x5b\xd2\x8b\x70\xe3\xd6\x8d\x00\xc3\xbc\xf3\xad\x9f\xb8\xa1\x77\xbc\x70\x6f\xb7\x7e\x02\x18\xaf\xe2\x8d\x5b\x11\xef\x88\x7b\x5b\xaa\x1c\x90\x5e\x68\xe1\x7a\x27\x45\xd8\x23\x43\xcb\x72\x85\x6f\xbd\x69\x2a\xc3\xfa\x52\x0b\x97\x2a\x47\xec\xba\x54\x39\x20\xbd\x50\xdf\xa5\x83\x59\x8f\xe6\x0d\xfb\x6b\xb9\x2c\x02\xa4\x57\xb7\x11\xb7\x22\xba\xb0\x28\x5a\x8a\x78\x21\x5c\xda\x52\x31\x81\xf1\x2a\x36\x95\x17\x5a\x8f\x02\xa5\x17\x43\xde\x72\x58\x5f\x37\x96\x46\xdf\x2f\x35\x67\xdd\xfc\x22\x8e\x7e\xa9\x39\xc0\x30\x91\xbe\x8c\x70\xd7\xe2\xa3\xb1\xd6\xb0\xcc\x87\x03\xe3\xc5\x30\xb5\x5c\x16\x01\xd2\x85\xe3\x5b\x86\xb3\xc0\x78\x31\xc5\x59\x86\xb3\xeb\x71\x7c\xe9\x7a\x79\xa3\xed\x5a\x7c\xda\xea\xe3\xed\x9c\x27\x76\x4d\x17\x6e\x68\x19\xbb\x02\xe3\x55\x15\xd9\xd4\x07\xd2\x85\x07\x58\xeb\xd3\x54\x7a\x82\xe9\xd2\x72\xf1\x64\x3d\xb1\x45\xba\x58\x6c\x5a\xc6\x16\xc0\x78\x11\x6f\x2e\xad\x63\x3d\xea\x9f\x2e\xac\x76\xb9\x1c\xb8\x82\xef\x88\x7e\x2d\x5d\x2d\x90\x2e\xe6\xa8\xcb\x08\x64\xe9\x7d\xd1\xaf\xa5\xf7\x5d\x4f\x04\x92\xae\xa4\xc8\xa6\x06\xbd\x4a\xa0\xba\x8c\x40\x80\x64\xde\x79\x19\x81\x00\xe3\xd5\x6c\x84\xad\xc7\xf8\x2e\x22\xa3\xa5\xf1\xad\x4d\xdf\xab\xab\xc6\x16\x40\xba\x08\xec\x97\xb1\xc5\xd2\xdf\xab\x98\xfa\xfb\xb5\x69\x3d\x96\xb6\xb4\xda\xa5\xbf\x27\x92\x5c\xfa\x7b\x20\x5d\xe5\x1f\xc8\x15\x2f\x03\xf3\xe5\x70\xd0\xfd\x75\xdf\x04\x9a\xd5\xc5\x34\x6c\x19\x67\xac\x83\x32\x30\x60\x2f\x87\x83\x75\x50\x06\x42\xa2\x65\x04\xb1\x0e\xcf\x52\x6f\x35\xd7\x85\x6d\x5e\x7c\xad\xd0\x36\x81\x74\x11\xd9\x84\xb6\x19\x6f\xb4\x08\x4f\x1c\x9a\x58\x60\x4f\x17\xb1\x7a\x68\x4f\xf1\xe6\xf1\x84\xdc\xa1\xf1\xc4\x9b\xc7\x77\x45\x34\x35\x6e\xec\x9c\x98\x25\xf4\xd7\x40\xba\x18\x34\x42\x7f\x0d\x8c\xeb\xa5\xa8\x2a\xa2\xef\x08\x21\xc3\x78\x00\x18\x9a\x45\x68\x62\x71\xf3\xe5\x6d\xaa\x33\xc6\x78\xa6\x87\x43\xa2\x45\x38\x3d\x04\xd2\xc5\x70\x10\x5a\x5d\x2c\x7f\xb1\x22\xf2\x17\x17\xdf\x94\x98\x27\x34\x9e\x58\xfe\x22\xaf\xad\xa5\xc4\x63\x16\x29\x11\x22\x84\x66\x11\x8b\x5f\x64\xc8\x0b\xcd\x22\x1e\x85\x4f\xc9\x1b\x55\x78\x60\x5c\x0c\x79\xa1\xc2\xc7\xa3\xe4\x29\x31\x72\x85\xeb\x80\xc0\x90\x8e\x11\x2a\x7c\x3c\xba\x9a\xcc\xc0\x87\x61\x72\xa0\xb7\x9a\x58\xa8\xb7\xc1\xa0\x91\xb0\x81\x70\xd0\x00\xc6\xc5\x90\x17\x0e\x1a\xf1\x68\x4e\x4a\xf8\xfe\x50\x73\x82\xa8\xe1\x62\xe1\x29\x8c\x1a\x02\x47\x0f\x91\xef\x0e\x35\x07\x18\x1a\x62\xe8\xe8\x81\x94\x70\x36\x5b\x65\xda\x78\xf5\x2b\x29\xca\x8a\x0a\x57\x0d\x44\x55\x51\xe5\xaa\x8e\xa8\x29\x7a\xfa\x3e\xe1\x20\xb6\x2a\x07\x0c\x99\x23\xdb\xd8\x02\x48\x09\x07\xb1\x75\xf4\xc0\xd0\xa8\xb7\x8a\xb9\xf1\xea\x09\xd3\xdf\x2a\x26\x30\x2e\x42\xbd\xad\x57\xdf\x4f\x6c\x91\xcc\x87\x6f\x63\x0b\x60\x5c\xcc\xfc\xb7\x73\xc1\x7d\xd3\x7a\xec\x71\xab\x98\x9b\x40\xe2\x22\xab\xb9\x0d\x24\x36\xba\x6a\x3e\x7c\xab\xab\x5b\x5d\x65\xc0\xde\xea\xea\xbe\xf9\x8e\x68\xf4\x56\x31\x81\xa1\x1b\xd9\x2a\xe6\x7e\x34\x2f\x25\x34\x7a\xbb\xfc\x00\x8c\x8b\x8f\xb6\x75\xe1\x1b\x1f\x9b\x08\x5d\xb6\x3e\x16\x18\x17\x2b\x4b\xdb\x70\x63\x3f\x6a\x96\xf2\x4b\x91\xcf\x0a\x9f\x45\x53\xe3\xf3\xac\xa7\xbf\xcc\x28\x6f\xbd\x27\x30\x64\xda\x6c\xbd\xe7\x7e\x54\x2e\x65\x74\x75\xab\x72\xc0\xb8\x18\xfc\xb7\xae\x72\x3f\xae\x32\x99\x51\xde\xba\x4a\x60\x5c\x45\x91\x5f\xfb\x81\x94\x55\x13\xa7\x61\xc0\xb8\x18\xe9\xb7\x0e\x15\x48\xe6\x9d\xb7\x0e\x15\x18\xfa\xc2\xad\xc7\xdc\x8f\x97\x4c\x59\x05\xd8\x9f\xa6\x4a\xe0\xf4\xf1\xb8\xa1\x4d\x18\x94\x99\xef\x6e\xc3\x20\x60\x5c\xac\xba\x6c\x3d\x26\x90\xb2\x2f\xe4\xba\xc5\xd6\x3a\x88\x1a\xb6\xd6\xb1\x9f\xc8\x28\x65\x1b\x61\x64\xb4\x71\xb5\x72\x8e\xb6\x06\xb3\xb1\x8e\x4c\x20\x71\xb4\x8e\x83\x29\x98\x8a\x3e\x9a\xc2\xd1\x14\x70\xdb\x47\x53\x38\x28\xb9\xa9\xe8\xa3\x92\x1f\x95\x9c\x40\xe2\xa8\xe4\x07\x25\xcf\xcd\x67\x85\x22\x3e\x1a\x81\xc4\x51\xc9\xcf\xe2\x17\x99\x24\x1c\xbd\x1c\x30\x2e\x02\x89\x63\xd4\x00\xa4\xcc\x04\xed\xb8\xd6\x00\x8c\xcb\x46\xe8\x0b\x0f\x8e\x2f\x93\xbe\x39\xeb\xf3\x78\x3a\x9a\x99\xca\x71\x11\xec\x10\x2d\x67\xfc\xfd\x31\x1e\x38\x4c\xbd\x2e\xc2\x8d\x63\x68\x7c\x50\xcc\x82\xbf\x3f\x2a\xe6\x51\x31\x21\x9d\x1d\x15\xf3\xa0\x72\x26\x86\x8f\x2a\x77\x18\x8a\x1d\xc0\x8e\xfa\x75\x50\x13\x13\xb8\x47\x35\x39\xaa\x89\xaf\xbd\x3f\xcf\x7a\x3e\x5a\x49\xff\x40\xae\xf8\xe8\x3d\x8f\xde\x13\x67\x73\xf4\x9e\x40\x32\xbf\x7b\x1c\x9d\x81\x71\x35\x45\xf6\xca\x13\x79\xa7\x82\xde\x1e\xe7\x6f\xc0\x90\x47\x76\x74\xbb\x40\x32\xbf\x7b\xd4\xc8\xa3\x46\x36\x6f\xf4\xd3\xa0\x91\x05\x37\x72\xd4\x48\x60\x5c\x04\xd3\xc7\xf0\x1d\x48\x25\x7b\xa3\x5d\x40\xf8\xee\x80\x7d\x54\xd2\x83\x46\x96\xc7\xa8\x97\x34\x66\x61\x5c\xfd\x42\x94\x14\xd1\xfa\xc7\x78\xd6\x0b\x17\x2e\x8c\xeb\x89\x6c\xd6\x8b\x19\xe3\x82\xed\x9c\xca\x63\x16\x4b\xb6\xb3\x30\xae\xc7\x55\x2e\xe9\xce\x42\x22\xa3\xbc\xa4\x3b\x0b\x83\x10\x61\x41\x7d\x7e\x80\x76\x55\x7f\xf1\x20\x62\xe2\x77\x75\x44\xb7\x4d\xbd\x69\x57\xa3\xf5\xb7\xed\x7a\x82\xf1\x71\x75\x1a\x41\x26\x52\x48\xe5\xe9\xe8\x05\x69\xfa\xfb\xf5\x72\xa4\x1f\xbc\x23\x36\xb0\x5e\x44\xbb\x65\xf0\xac\x65\x23\x88\x76\xaf\x49\xbb\xd0\xee\x05\x31\x3a\x95\x47\xe1\x97\xc4\x68\x61\x5c\x93\xc7\x87\xcf\x7a\x20\x95\x8f\xa8\x29\xa2\x5d\x93\x76\x85\xed\x22\xda\x2d\x4f\x6c\xb1\x5e\x61\xbb\x88\x76\xaf\x8f\xc8\x2e\x0c\xf9\xf3\xb4\x0b\x4f\x2c\x8c\x6b\xda\x88\x4f\xbb\x0e\x57\xd1\x39\xc4\x03\xc2\x48\xde\xb8\xed\x2f\xcc\xa2\xbe\x78\xfc\xf6\xf1\x98\x45\x7a\xd1\x13\xdb\x2f\x84\x59\xd4\x8b\xa6\x6e\xbf\x10\x21\x68\x7a\xf1\xb5\xb7\x8d\x20\x04\x25\x31\xbc\x24\x55\xaf\x17\x53\x4d\xc2\xa0\x05\x9b\xfa\x81\xca\x55\xb4\xeb\xd8\x13\x68\x21\x14\xc3\xf5\x3a\x3e\x1e\x2d\xac\x8f\x27\x5e\x12\xa1\xd7\xf5\xe8\x57\xaa\xcf\xc8\xb5\x2e\xf5\x0b\x3e\xf4\x48\x4f\x48\xb5\x20\x45\x3f\xc0\x0b\x3d\x23\xc4\x92\xf5\xbc\x2e\x3c\x5e\xba\x7c\xd6\x56\xc4\xe3\x1f\x87\xba\x2e\x95\xe9\x62\xb2\x96\x9e\x00\x67\x41\x51\x7e\x80\x8e\x6e\x3c\x9e\xb0\x71\x5d\xf7\xe3\xcb\xe0\x26\xae\xeb\xf6\xc6\x67\x44\x4e\xb5\xd1\x2e\x66\x66\xc2\x80\x9b\xb8\x2e\x66\x66\xeb\x62\x1a\x56\xb1\x8e\x6b\xd9\xd4\x07\x46\xca\x8a\xba\x22\x5a\xff\x84\xec\x0b\xba\xf3\x07\x46\xca\xbc\x10\xc3\xfa\xba\x16\xed\xea\x34\x62\xd9\x2e\x14\x33\xd9\x5f\x2a\x26\x1c\xe6\x44\xb6\x75\x5d\x2a\x26\x30\xd2\xe3\x27\x96\x7c\xe6\x75\xe1\x63\xc9\xa3\xae\x4b\xfd\xba\x98\x3a\xc1\x99\x5c\x17\x53\xa7\x75\x3d\xfa\x95\x2a\xba\x7a\xc5\xe7\xf1\xf4\x44\xa6\x11\x61\x4f\x3c\xa3\x7b\x6a\xe8\x97\x14\xe7\x05\xad\x79\xb0\xfd\x63\xc1\x6d\x7e\x60\x70\x15\xcf\x52\xe5\x2e\x55\xae\xd0\x13\xaa\x1c\x90\xda\x45\x17\xaa\x72\x97\x2a\xe7\xa7\x55\xe5\x60\x27\xa7\xe6\xa7\x3d\x76\x34\x4e\x34\xe1\x99\x64\x2a\x0b\x89\x0c\xe9\xba\x8e\xaf\x7d\x6c\x17\xef\xa8\x16\x5e\xac\x6e\x90\x21\x5d\xd7\xb1\x11\x84\xb3\x30\x3e\x97\xe4\x65\x21\x35\x3e\xad\xe4\x65\x21\x35\xbe\x63\xd2\x3d\x42\x58\x1e\xa9\x7a\xd5\x54\xc4\x0b\xd1\x13\x49\x2f\x97\x58\x92\x22\xe8\x5d\xb0\x96\x1f\x78\x3c\x40\xf3\x46\x3d\x53\x52\x31\x1f\x7f\xbf\x64\x2a\xaf\xf4\x84\x8a\xa9\x3d\x23\xea\x4a\x2c\x19\xac\x74\xd3\xd4\xe6\xb3\xb6\x22\x9a\xda\x7c\xd6\x51\xf4\xcc\x41\x52\xa7\x11\x04\x97\x42\x22\x93\xb9\xd2\xf2\x85\x58\x6b\x48\xf8\xfb\xa4\x46\x27\x42\x04\x32\x99\x2b\xe9\x1e\x21\x3f\x0f\x48\xa0\x2b\x2d\x9b\xba\x78\xc7\xcf\x8d\xbe\x23\x33\xff\x84\x8f\x4e\xe1\xe3\x83\xfe\xc2\xaf\xa6\xf0\xf1\x0c\xfe\x90\x40\x57\x62\xf0\x5f\x29\xf8\xc5\x91\x7e\x73\x28\x5e\x49\x55\x4e\x81\x7e\x0c\x1a\xa4\x5f\x04\x12\xf9\xca\x25\xa9\x7a\xc1\x87\x1e\x09\x85\x87\x14\xfd\x40\xe5\x2a\xfa\x4e\x25\x4d\x4c\xd3\xd3\xa4\xd9\x2a\x29\x90\x3a\xbe\x2c\xa9\xa4\x30\xa8\x47\xfa\xdc\x68\x0f\x3f\x90\xfa\xc5\xe3\x8f\x3d\xfc\xc0\x80\xd7\xb9\xdc\x02\x25\x24\x72\x9f\x2b\xe9\x17\x13\x1a\x99\x7d\xbc\x1a\x09\x24\x36\x0b\xad\xc4\xb0\xbe\x12\xae\x92\x58\x7d\x25\x5d\x25\xd4\xeb\xc4\xf6\x9d\x25\xf5\x5a\x18\xf9\x52\x94\x14\xd1\xfa\x27\xdc\x58\x32\xa8\x85\x41\x44\xbf\xb2\x1a\x99\x89\x17\xd9\x33\xb2\x20\x58\x7f\x60\x64\x4c\x4c\x9e\xf5\xca\x0c\xb2\xe4\x2b\x57\x76\x90\x05\x46\x7e\x26\xa4\x2b\xab\xca\x40\x6f\x8c\xf4\x52\xaf\x17\x0c\xea\x44\x0a\x73\xc9\xa0\x16\x46\xbe\x14\xd1\x85\x10\xa1\x13\x5b\x19\x96\x44\xe8\x05\xd3\x79\x30\xad\x58\x59\x5d\xcb\x8c\xce\x24\x27\x57\x76\x74\x06\x46\x66\x00\x92\x08\x2d\xa4\xde\x15\xf9\x8b\x84\xa3\x19\x6f\x20\x11\x7a\x65\x74\xad\xa3\xca\x59\x65\xca\x8c\xce\xd9\x5e\x75\x74\x86\xf5\x9c\x48\x3b\x2e\x59\xcf\xc2\xc8\x89\xce\x09\x7b\x95\x71\xb7\xe3\x76\xb3\xe3\x2e\x30\x98\xc8\xac\xec\xb8\x0b\x53\x39\x75\xb4\x50\xa6\xb2\x30\x72\xe2\xb5\xd5\x42\x08\xc7\x09\x0a\xfd\x92\x70\x2c\x8c\xec\x77\xdc\xbe\x10\x2a\x47\x26\x72\x49\x38\x16\x46\x7e\x66\xc5\x4b\xc2\xf1\x82\x3e\x9c\x20\xa1\xaf\xac\x13\xcc\xc7\x77\xe4\x3b\xaa\x5f\x99\x18\x71\xa8\x39\xc7\x77\x54\xe5\xf0\x78\x59\x95\x83\x64\x9c\x86\x1f\xed\xd8\x2e\x5c\x65\xce\x36\xc2\x76\xa1\x98\xd0\xa5\x97\x1c\xe4\x05\x0b\x38\x0d\xbe\x50\xb9\x3f\x22\x74\x95\x91\x0b\x76\xf0\x03\x8f\x3d\xc2\xbc\x5d\x85\xa5\x54\x61\x64\x46\xae\x62\x10\x57\x18\x51\x49\x3b\xae\xe2\x88\x0a\x0c\x78\xc3\x4b\x16\xef\x82\xb9\x9b\x06\x3e\xb6\x38\xa2\x02\x23\xfb\x78\x47\x54\xd8\xb6\x69\xe0\x2a\x8b\x5e\x0a\x18\x99\x70\xa3\xe8\xa5\x80\x04\x83\x71\x49\xc6\x5d\x45\x35\xc9\x8a\xfc\x45\xd4\x84\x64\xdb\x2a\xaa\x49\x51\x4d\x18\xb9\xe4\xe7\xae\xc2\xac\x05\x3e\xe1\x2a\xdb\xc7\xe3\x99\x98\x31\xae\xa2\x67\x2a\xa8\xc9\x18\xbc\x90\x6a\x52\x54\x13\xc6\xb7\xa2\x9a\x94\x67\x7c\x4c\x50\xe6\x16\xf4\xdd\x0f\x8c\x5c\xbc\x31\x14\xa1\x26\x84\xa0\xf2\x73\x57\x21\x3c\x83\x1b\xbd\x8a\x6e\x88\x8d\x97\x09\x3a\xd9\x2a\x0e\x9f\xc0\xc8\x85\xc7\xab\x39\x40\x82\x02\xb6\x8a\xce\x0a\x62\xef\x60\xda\xba\x24\xf6\x2e\x88\xbd\x09\xda\xd6\x92\xd8\xbb\x20\xf3\x8e\x4c\xac\x5f\xd4\x1c\x20\x41\xb5\x5a\x45\xcd\x01\x06\x93\xdb\x25\xd7\x77\xc1\xf5\x1d\xec\x08\x5d\x72\x7d\x17\xc4\xde\x04\xaf\x6a\xc9\xdc\x5d\xb0\x75\x07\xd4\xeb\x55\xf5\x72\xb0\x6d\xd3\x64\x58\x97\x6d\x2b\x0c\xe6\xbb\xab\xaa\x72\x95\x15\x1c\x28\x3e\xab\xea\xac\x80\x91\x9f\x99\xdd\x92\x93\x2b\x24\xc8\x3b\x4b\x4e\xee\x82\x80\x3b\x72\x53\xf4\xf9\x45\x5e\x1b\x9d\xa8\x2c\xea\x08\x03\x82\xf6\xaa\x0e\xd8\x40\x82\xbc\xb3\xa4\xe9\x0a\x23\x37\x6f\xa4\x27\x20\xe0\x26\x68\x39\x4b\x02\xae\x30\x32\x2e\xad\xea\xe5\x60\xdb\xa6\xe9\x6b\xab\x98\xc0\xc8\x0c\xc5\xb2\x6d\x57\x45\xe5\xa6\x4d\x55\xe5\xaa\x2a\x87\xe3\x93\x5a\xbb\xe0\xce\x26\x92\x75\x0b\x02\xed\x07\x46\xee\xbf\x3d\x2b\x5e\xd2\x6c\x57\x55\x8b\x06\x3f\xa5\x16\x55\xb5\x08\xb3\xa8\x6a\x11\xd4\xd8\x44\xfa\x78\x49\x8d\x5d\x30\x51\x33\x89\xce\xd5\x1c\x80\x60\xa5\x8e\x4c\x04\x21\x2b\x75\xc1\x31\xcd\x2f\x9c\x73\xf3\x6b\x35\x1d\x04\xf6\x24\xdf\x74\xb5\xe7\x3b\xe4\x57\x7e\x21\xba\x15\xf1\x1d\x88\x9c\x9b\xdf\xa1\x3d\x9d\x9e\xc9\x99\xad\x66\xa7\x37\xc7\xa4\xe1\x8d\x9f\x5f\x3c\x5c\x45\xbb\x0c\x9c\x80\x91\x89\x59\xdc\x7f\xbc\xe0\xab\x66\xb2\x61\xab\x19\xf7\x43\x54\x1d\x99\xa0\x44\xa2\xea\x6a\x8b\x76\x61\xe7\xcd\x28\x09\x0a\xea\xc8\x43\x91\x8d\x08\x9e\x85\xa5\x48\x2e\x15\x06\x2b\x30\xab\xf9\x4d\x61\x92\x66\x76\x4e\x2e\x99\xa4\xc2\xc8\x83\xa6\x3a\x89\x84\xd7\x99\x5f\x28\xbc\xbc\xce\x05\xaf\x73\xb0\x4e\xb3\xe4\x75\x2e\x88\x9b\xf9\x35\xbc\xca\xd7\x7e\x60\xe4\xc9\x3b\xea\x33\x80\xfc\xb2\x11\x0e\x2d\x4d\x37\x42\x94\x25\x89\x73\x35\xf6\x6f\xbf\x7c\xbc\x0a\xd0\x54\x80\xc9\xe3\x55\x00\xb8\x9c\xf9\xf5\xb9\xd1\xa6\xea\x46\x98\x61\xcb\xeb\x5c\x30\x36\x33\xc9\x81\x25\x63\x53\x18\x6c\x2c\x58\x4d\x9f\x01\x64\x96\xfd\x97\x24\xce\xd5\x1f\x9f\x91\x59\xe3\x5f\x5d\x9f\x01\x0c\x16\x9e\x96\xbc\x4e\x21\xb3\xc6\xbf\xba\x6e\x04\xaa\xe7\xc8\x4c\x77\xa4\x7a\x0a\x99\xcd\x94\x4b\xaa\xe7\xea\x3a\x1b\x26\xdd\x5d\x67\x03\xe4\xeb\xb2\x11\xb7\xa2\xa7\xa3\xcb\xa7\x5d\x4b\x51\x70\x55\x46\xb4\x15\x1d\xae\xa2\xa9\xa4\xb5\x17\x1c\xd1\x7c\x11\xf3\xc8\x11\x5d\x10\x42\x07\x3b\x25\x96\x84\xd0\x05\xfb\x33\x5f\xb8\x37\xd9\x9f\x0b\xc6\xe7\x60\x41\x6c\x75\xf5\xbe\x3f\xba\x9e\x59\x25\x5f\x5d\x67\xd3\x51\xf2\xf2\xa2\xf5\x2a\x39\x90\x59\xb3\x5e\x5d\x25\x07\x46\xf1\x85\x54\x72\x20\x5f\x0c\xd8\xdd\xd9\x01\x30\xca\xe5\x8d\x36\x75\xd1\xab\x0c\xc5\x92\x4b\x85\x51\x7c\x6d\x07\x6c\x20\xb3\xce\xbc\xba\x03\x36\x14\xd4\x51\x2e\x1f\xef\x0b\x3d\x46\x92\x59\x1b\x5e\xf2\x4d\x85\x51\x2e\x1f\xef\x0b\x2d\x14\xa0\x28\xf2\x85\x48\xb9\x14\xbb\x30\x7c\xa1\xc7\x86\x32\x6b\xb0\xab\x6b\x43\x3d\x6c\x17\x9d\xe3\xda\x0c\x90\x59\xd8\x5c\x12\x4a\x85\x51\x08\x5d\xba\x66\x05\x63\x34\xb3\x64\xb9\xba\xb3\x0b\x60\x14\x82\x4b\xd9\xa3\xab\x3f\xd1\x5f\x66\x85\x70\x75\xa3\x3f\xa8\xa2\x83\x7d\x22\x4b\xaa\xe8\x82\x0b\x9a\x59\x89\x5b\x5d\x13\x85\xf1\x39\x58\x47\x5c\x32\x3e\x57\x3f\xb4\x0b\xcf\xd4\x8d\xd8\x20\x6e\x8e\x92\x15\xd9\x5f\x07\x2d\x9c\x8a\x54\x80\x83\x16\xfa\x69\x8f\x5d\x88\x59\x91\xee\x5a\x5d\xb3\x02\x06\xab\x8d\xab\x6b\x56\x5d\xb3\xc2\xd2\x24\x81\xae\xa1\x59\x61\x43\x43\xb3\x02\x46\x41\x27\x86\x66\x05\x55\x34\xbb\x24\x25\x55\x74\x41\x15\x1d\x2c\x53\x2e\xa9\xa2\x6b\x3c\x7a\x9f\x5d\x20\x1a\xea\x3d\x30\x58\xa6\x5c\xc3\x01\x1b\xf6\x68\x76\x9d\x47\xf6\xa8\x30\xd8\xd2\xb2\x86\xa6\x00\x64\xf2\x64\x6b\x38\x04\x00\x83\xaa\x11\x6b\x38\x9d\x86\x04\x9a\x5d\xe7\x91\x04\xba\x60\x79\x0e\x97\x3c\x87\x5a\x08\x64\xd7\x53\x64\x7c\x0a\xa3\x14\x45\xb6\xfe\xd1\xc2\xec\x4a\xc9\x50\x0b\x81\xe1\xc2\xe8\xd0\x93\x03\x39\x31\xd2\x4b\x02\x15\x46\x41\x57\x25\x81\xae\xf1\xc4\x9b\xd9\xd5\x8d\x61\xbc\x09\x0c\x97\x4f\xe5\x85\x2e\x48\xa0\x39\x95\xdf\x66\x50\x2f\x39\xa2\xc2\x60\x57\xcf\x1a\xc6\x9e\x03\xbd\x4d\xd5\x9f\xb2\x8d\xea\x2d\x66\x31\xd4\x5b\xe8\x9d\xd9\xd5\x89\x61\x08\x09\x8c\x42\x8c\x37\x9c\x7c\x0c\x86\x03\x52\x5f\x6b\x38\x1c\xc0\xfe\x1c\x85\x35\x0c\xd9\x9f\x0b\xaa\x67\x26\xf5\xb5\xa4\x7a\xae\xa1\xde\x56\xba\x53\xbd\x05\x72\x1a\x8a\x6c\x2a\x93\x8f\x42\xd8\x37\x54\x65\x20\xa7\xa1\x68\x29\xc2\x1b\x60\x88\x43\x55\x86\x23\x9a\x49\x90\x2d\x39\xa2\xc2\x60\x4f\xd2\x9a\xce\x8a\xa9\xee\x91\x13\xe3\xdb\xd4\xf7\x03\xa3\x30\xa2\x4e\xd7\x14\x81\xec\x62\xc0\x54\x95\xa7\xaa\xcc\x3a\xb3\xe4\xd2\x35\xdf\xb4\x6b\xfa\xf8\xa5\x88\x76\xb1\x80\x38\x8d\x66\x20\x97\xe6\x8c\xa3\x97\x5c\x2a\x8c\xc2\xe8\x2c\xb9\x74\xc1\x24\xcd\x19\x17\x2e\x93\x54\x18\x05\x37\x22\x93\x74\xcd\x47\xbb\x73\x66\xad\x61\xaa\xdd\xb0\x47\x47\x21\xc6\x9b\x86\xa3\x73\xf1\x8b\x4c\xcd\xa7\x2e\x7c\xea\xaf\x59\x52\x9a\xda\x00\x90\x9d\xc9\xce\xe5\x2f\x2e\x7f\x91\x9e\xd0\x85\xcf\xc7\x06\xb2\x73\xd4\xa9\x0d\x00\xa3\x10\x8e\xce\xf5\xf9\xc5\xc7\xff\x38\x63\x94\x82\x2a\x8c\xd2\x15\xd9\x39\x18\x8f\x33\xc6\xa9\xf1\x4c\x8d\x87\x70\x74\x6a\x3c\xf3\xf1\xd1\xd9\x89\xdf\x74\x6a\x3e\xf5\xd7\xa8\xdc\xd4\x5f\xc3\x37\xcd\x4e\xb0\xe4\x9b\x0a\xa3\x10\x6f\xca\x37\x15\xb2\x53\x14\xf9\xa6\xc2\x28\xdd\xc7\xa3\xf7\x90\x4b\x73\xae\x34\x42\x7f\x0d\x8c\xc2\xb2\xac\xe4\x52\x21\x3b\x45\x91\x5c\x2a\x0c\x76\xa0\x2d\xc9\xa5\x42\xce\x55\x91\xad\xdf\xb6\x1e\x35\x71\xfe\x06\xc7\x34\x67\x55\xce\x00\x1a\x18\xa5\x2b\xb2\xa3\x9f\x21\x20\x67\x95\xc9\x58\x0c\x18\x66\x28\x64\x92\x2e\x68\xa3\xd9\xd9\x81\xb4\xd1\x35\x09\xbc\xd8\xf3\xb6\xa6\x81\x17\x90\x0d\xc6\x65\x92\x0a\xa3\x10\xfd\x4d\x4d\x14\xc8\xd9\xd7\x36\x3c\x83\x49\x3a\xca\xf0\x46\xbf\xf6\xa1\x57\x6d\xaa\x83\x06\x30\x0a\x26\x2a\x09\x74\xbd\xdf\xe8\x17\x37\xbe\x1d\x21\xe0\x85\x0e\x76\xd9\x2d\x79\xa1\x42\xce\x8c\x5c\xf2\x42\x85\x51\x3e\xa2\xa9\x68\x72\x55\x42\xf4\x56\x84\x7e\x61\xc8\x52\x45\xd7\x5b\x4b\xc3\x6a\xdf\x5a\xda\x5b\x4b\x63\xc8\x7b\x6b\x69\x6f\x2c\xcd\xf0\xec\xad\xa5\xbd\x99\x4a\x14\x42\xd0\xb7\xe3\x08\x1c\xd3\x5c\x58\x3c\x91\x63\x2a\x0c\x76\xff\xad\xb7\x53\x09\x38\xa6\xd9\x60\x49\x8e\xa9\x30\xcc\xe8\xbc\x1d\x5a\xde\x8f\xc1\x64\x07\xff\xb7\x06\x03\x8c\xc2\x58\xf9\xd6\x60\xde\x58\x47\xc1\xd2\xde\x5a\xc7\x9b\x85\x2b\xf3\x3e\x6f\xc7\x11\xf8\xaa\xd9\xc1\x5f\xbe\xea\x7a\xb3\xc6\x5f\x71\x30\x6f\x0d\x06\xbe\x6a\x2e\x0c\x53\xf2\x55\x85\xc1\x16\xc4\xf5\x76\x54\x78\x63\x1d\x85\x61\xea\xad\x75\x00\xc3\x1c\xd2\x3b\x3e\xbf\x78\xb8\x8a\x67\xb9\xbc\x05\x8c\x6a\xe7\x68\x30\xd0\x61\xb3\x83\x8e\x74\x58\x61\x54\x5c\x9a\x74\xd8\x05\xf7\x35\x17\x2c\x4d\xee\xeb\x7a\x3f\xa1\xcf\x30\x1f\xf5\x76\xd9\x1f\x56\x6b\xd6\x6d\xcb\x6a\x5d\x6f\xd6\x4a\x2b\x8e\xef\xad\xfa\x02\x59\x67\xf5\x56\x7d\x81\x51\x89\x1a\xe4\xbe\x2e\xf8\xae\x59\x37\xf4\x56\x7d\x81\xc1\xd6\xc8\xf5\x3e\x9f\x5f\xa4\xef\xb1\x8e\xb7\xc3\x09\x30\xea\xa5\xc8\xce\x61\x84\x79\xcc\xfd\x37\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xfb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x5d\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x72\x47\xa3\x43\x27\x1a\x6a\xa1\x9d\xa3\x16\xc6\xa3\x4c\x99\xfd\x99\x2b\x54\x26\x60\x54\x16\x46\xc3\x70\x03\x0a\x6b\x36\x47\x29\x85\x55\x18\x92\x18\x42\xfd\x0a\xfc\x2a\x85\xfa\x56\xe8\x57\x43\xcd\x19\xe5\xb7\x87\xe2\x50\xb1\x80\xdc\xf1\xb1\xe1\x2a\x77\xe8\x76\x09\x5a\x43\xb7\x1b\x87\x2e\xc0\xc7\x86\x0b\x9b\xc0\xa8\x43\x91\x5d\x80\xab\xa4\x70\xdc\x8a\xf3\xb9\x11\x67\x33\x14\x4d\x45\xcf\x07\xa4\x8c\xdb\x92\x07\xbb\xe0\xbe\x66\x76\x61\xae\x6d\x4c\x2c\xe9\xb5\xa2\x0c\x92\x5e\x85\x6c\xa2\x73\x1b\x35\x6c\xa3\x06\xdc\x9b\x3c\xd8\x05\xe9\x35\xb3\x0b\x73\x49\x7a\x5d\xd2\x59\x2b\x61\xb2\x74\xd6\xb5\x59\x6e\xe9\xa8\xdf\x76\xb9\x45\x3a\xab\x4e\x50\x3a\xab\x90\x3b\xca\xb0\xd5\xee\xad\x76\x13\xc7\x6e\xb5\x7b\xb3\xa6\xd8\xf9\xcc\x5b\x25\x05\x46\x9d\x8a\xfc\x45\xbc\x67\xf7\x85\x54\x52\xe9\xac\xd2\x44\xa4\xb3\xae\x8d\xde\x76\x9b\xaa\xde\x6e\x22\x67\xb6\xdb\xaf\xad\x92\x02\xb9\xdb\x08\x95\x14\x18\x0d\x55\x96\x07\x2b\xe4\xf1\x79\xbc\x3d\x41\x7c\xad\x73\xde\xc6\xd7\x1b\x4f\x4c\xad\xb0\xb5\xf5\xc4\x9b\x8c\x1f\xdb\xa7\xd6\x56\xe1\xf7\xa3\xbe\x99\x3a\x5a\x6b\xbb\xe8\x07\x1d\x76\xb4\x8f\xc8\x67\xe1\x3d\xa9\x1e\xb5\xb6\xde\x13\x18\x8d\xd8\x53\xb6\xac\x90\xcd\x7d\xca\x96\x5d\xfb\x51\xf8\xd1\x88\x3d\xb7\x0a\x0f\x5f\x35\x53\xf1\x69\x6d\x87\x75\x60\x34\x62\xc4\xed\x52\x3d\x90\xa9\x73\xb4\xb6\x6b\x33\xc0\x70\x68\x91\xe1\xba\x36\x6b\x33\xe6\x51\xb7\x83\x3f\x30\x28\x29\xb0\xb6\x1a\x0d\x64\xea\x09\xad\xad\x46\x03\xc3\x01\x68\x1b\x72\xc3\x5d\xcd\xd4\x13\x5a\x72\x57\x17\xdc\xd5\xd1\x88\x11\xe5\xae\x2e\xc8\xa5\x99\x9a\x38\x4b\x72\xa9\x30\x24\xdf\x1c\x07\x6c\x20\x53\x2f\x66\x1d\xb5\x10\x18\x8d\x20\xee\x38\x59\x3b\x68\x21\x95\x60\xd6\x51\x0b\x81\x21\x45\xe7\xa8\x85\x07\x1f\x4b\x25\x98\x75\xf4\xb1\x87\x91\xbe\x11\x23\x1e\x47\x7a\x20\x8f\xee\x2f\xbe\x15\xf1\x1d\x19\x18\x8f\x53\xba\x83\x46\xb3\x51\x71\x1d\x35\x1a\x18\x0d\x97\x74\xd4\x68\x20\x53\x5e\x65\x1d\x3d\xf1\x81\x30\xd3\x88\x37\x8f\x4b\xe2\x70\x6a\x33\xdb\x19\x97\x9c\x5a\x61\x48\x1d\x92\x53\x2b\x64\xb6\x33\x2e\x39\xb5\xc2\x70\x90\x95\x53\xbb\x8e\x1a\xcd\xb4\xf5\xa8\xd1\x87\xf5\x94\x96\x15\x2d\x45\xb4\x7e\xfa\x8b\xb6\x9e\xd8\x82\x62\xb7\x4b\xe6\xad\x90\x29\x2a\xb2\x8e\xb1\x05\x30\x1a\x6a\x22\x19\x77\x41\xc0\xcd\x94\x0b\x59\x47\xaf\x0e\x19\x77\x38\x60\x4b\xc6\x15\x32\xa5\x34\x96\x64\x5c\x61\x34\xd4\xe4\x68\x1d\x40\x36\xbf\x7b\xb4\x8e\xa3\x75\xb0\x94\x7a\xb4\x8e\x43\x4c\x3d\x2f\x45\x36\x55\xeb\x20\x46\x3c\x5a\x07\x5c\xdf\xcc\x96\xcd\x25\xd7\x57\x18\x8d\x18\xf1\x18\x5b\x1c\x9c\xfb\xc4\xd2\x8e\xce\x1d\x18\x54\x88\x58\x47\xe7\x0e\xfd\x37\x53\xb2\x62\x49\xff\x15\x46\xc3\x93\xcb\xef\x15\xf2\xf4\xd3\x6a\x7c\xc0\x68\x04\xe3\xf2\x7b\x85\xcc\x26\xd1\x25\xbf\x57\x18\xad\x2a\xf2\x85\x98\xc9\x4e\x3f\xad\x66\x05\x0c\xf9\x5e\xf2\x7b\x17\x34\xdd\x3c\xed\x68\xc7\x0e\x69\xba\xad\x7a\xa3\xed\x62\xd5\x65\xda\x85\x4e\x48\x8f\xf6\xf8\x18\x5f\xc8\xdc\x0d\x78\xb8\x99\x0d\xa7\xf1\x62\x7d\x53\x18\xed\x89\x5d\xe3\xc5\x08\x13\x30\x6c\x33\xe5\x0d\xc2\xea\xc2\xf1\xd2\x6a\x9f\xd8\x35\x64\xdb\x06\x0c\xdb\x3c\x9f\xf8\x29\xa0\xd9\x3e\x60\xeb\x79\xfc\xed\xe3\xb1\xb4\xd9\xc6\x6f\x0e\xc5\x61\x41\xe2\x78\xb1\x90\x02\x4d\x2d\x5e\xc4\x3f\xf1\xc2\xc4\xd8\xfc\x1e\xd4\x2b\xfe\xc0\x80\xa6\x16\xd6\x2d\x0e\x68\xba\x99\x0d\xeb\xf1\x5a\xbe\x89\x83\x46\xa3\x0b\xb0\xa7\x78\xb1\x18\xc9\x66\xee\x80\xd1\xfb\x81\x01\x99\x2d\x24\xf6\xc6\x4b\xc5\x9a\x34\x62\xfb\x72\x2a\x56\xe3\x46\x14\x2b\xa8\x37\x5c\xd8\x8f\x1a\xd6\x1b\x16\x46\x7b\xc6\xdd\x78\x6d\x1b\xf1\x68\x51\x61\xa7\x69\xc8\x96\x15\x06\x35\xa6\xc3\xaa\xc4\x42\x61\x2b\x68\x48\xa0\x15\x46\x6b\xbc\x10\x5a\x14\x30\x64\xcb\x2b\xd1\xd4\xe3\x0b\xb1\x04\x47\xb9\x90\xb0\x6c\x70\x40\x9a\x2d\xec\xd5\x8c\xd7\xf1\xf1\x2c\x89\xc3\xbe\x8a\xd7\xf1\xf1\x8f\x7e\x14\xb2\xd3\x21\xa7\x36\x2e\x26\x6b\xed\x09\x34\x03\x7e\xed\x07\x0a\xd9\xe9\x90\x66\x2b\x8c\xf6\x84\x90\x61\x09\xe2\x80\x6d\x5b\x5e\x45\x51\x57\x84\x89\x3d\x51\x43\x58\x82\x38\xa8\x37\x5c\xd8\x00\x19\xd6\x1b\x16\x46\x7b\x3c\x71\x58\x6f\x38\x20\xe3\x16\x32\xdd\x21\x19\x37\x28\x41\x3c\x88\xaf\xc3\x12\xc4\x41\x8d\xe1\x42\xa6\x3b\x2e\x75\x8d\x82\xc2\x83\x32\x26\x01\x7d\xf7\x03\x85\x6d\x7f\x21\x8b\x57\x18\x44\xe1\x61\xbd\x61\xa1\xb0\xa1\x2f\xae\xdb\x76\x11\x72\x53\xec\x24\xe4\xfa\x06\x94\xdd\xc2\x86\xbe\x90\xb2\x1b\x97\xe1\xc6\xa0\xf5\xcb\xc7\x2f\x9e\x65\x23\xd4\xaf\x4b\xfd\x42\x99\x2e\xf5\x0b\x7e\x6e\x79\xd9\x08\xc2\x8d\xa0\x38\xf1\x80\x9b\x18\x54\x28\x7e\x80\x77\x1c\xbc\x63\xf8\x8e\x04\xd3\xc4\xfd\x71\x85\x1d\x1d\x3c\x6b\xd2\xd4\xf0\x59\x2c\xd4\xb5\x8f\xc8\x2e\x7c\x3c\x66\xb9\x5e\xdc\xb8\xfd\xda\x6a\xf4\xe4\xb5\xd5\x68\x6a\x0c\x17\xd2\xda\x01\x31\xf7\x01\xfa\x6b\xd2\x88\x6d\x7f\x3d\xea\x5b\xd8\x6e\x16\x97\xea\x2b\x19\xb7\xbf\x78\x47\xd5\x17\x28\x6c\x24\x0b\xeb\x0d\x07\x35\x86\x47\x7f\xf1\x8e\xc7\x77\x3c\xb4\x2b\x71\xe3\xb1\x5d\x04\x25\xdd\xa6\x1e\xbf\xf6\xe3\x2a\x0b\x69\xed\x90\xc5\x2b\x0c\xe6\x23\x21\x8b\x37\x60\xee\x96\x2b\xf1\xda\x5a\x07\x2c\xde\xd1\x5f\x8a\x6c\x3d\x7a\xcf\x86\xad\x90\xb2\x2b\x14\xb2\xd3\x21\x65\x57\x18\xfd\x89\xeb\x22\x69\x0a\xe9\xd1\xfb\xc2\x5e\xa9\x48\xea\x3d\x30\xa0\x77\x86\x85\x8a\x03\xae\x6f\x61\x7f\x53\xc8\xf5\x15\x46\xbf\x14\xbd\x15\xd1\x88\x67\x30\x8b\xa4\x92\x03\x03\x12\x68\x24\xc2\xa0\x48\x8f\xae\x17\x36\xfa\x04\xec\xe0\x0f\x8c\xfe\xc4\x88\x21\x49\x58\x28\x64\xa7\xc3\x0a\xc7\x41\x55\xe3\xd1\xf1\x4c\x70\x88\x1f\x58\x5c\x45\xeb\xd5\x68\x49\xc2\x4c\xd6\x42\x92\xb0\x50\xd8\x99\x12\x92\x84\x85\x01\xed\x34\x24\x09\x07\x2c\xe0\xc2\x9e\x93\x48\xcb\x76\x2d\xdb\xc5\xe3\x97\xed\x5a\xb4\xab\xd3\xfa\x65\xbb\x96\xfd\x45\xaf\x6a\x43\x40\x61\x07\x48\x58\x40\x59\x18\x4c\x0f\x43\x2a\x71\x50\x47\xb9\xb0\xb7\x23\xd2\xb2\x5d\x18\x0c\xc5\xec\x23\x69\x30\x90\x84\x0b\x45\x93\x43\x16\xb0\x30\xa0\xc3\x46\x0a\x7f\xf1\x89\x53\xca\x85\x59\xa5\xf0\x73\x10\xa7\x50\x0a\x28\x12\x71\x4a\x40\x06\x2e\xec\xed\x08\x2b\x24\x07\xc4\xe0\x41\x3d\xfb\x90\x18\x1c\x09\x83\x49\x68\x61\xd2\x60\x12\xce\x9d\x5a\xf5\x91\xb4\x0e\x88\xc1\x25\xa9\x00\xdb\xd6\x6b\x0a\x99\x77\xd4\x14\x80\x92\x30\x2b\x89\xc1\xc2\xe8\xea\xaa\xa6\x90\x1e\xbd\x2f\xc9\xcf\xa1\xde\xcb\x15\xa6\xbe\x7c\xc8\x15\x0e\xf8\xc1\x25\xd9\x39\xc7\x76\x31\x09\xed\xf9\xb7\x69\x5b\x91\x8e\x7a\xfb\x18\x4c\x49\xbe\xef\xb1\x57\x20\x0e\x50\x6b\x3e\x92\x43\x0b\x25\x9f\x0b\x7b\x48\x03\xf2\xf1\x07\x06\xd3\xe9\x90\x83\x1c\xf0\x8e\x4b\xe2\x7d\x2d\xff\x1c\xb0\x8b\x07\xec\xe2\x90\x5d\x2c\x14\x98\xff\x21\xbb\x58\x18\x90\x84\xc3\x2a\xce\x91\x6f\x3a\x8a\x31\x29\xdf\x3e\x9e\x11\xa2\x3f\x01\x5d\x64\x47\x08\x38\xc8\x25\x7d\x44\x45\x11\x66\x41\xfc\x93\x35\x0b\xa0\x50\x9f\x39\xb2\x83\x06\x30\x3a\x56\x67\xf9\xe7\xa0\xe4\x73\x49\xd5\x5f\xbc\x15\xd1\x13\x9f\x1b\xe9\x09\x98\xca\x25\x55\x7e\x51\x85\xcf\x2a\x3c\x83\x99\x25\x9b\x85\x02\x81\x3f\x2c\xd9\x2c\x8c\xee\xe3\x55\xf8\xfc\x0c\x27\x85\x9d\xa6\x91\x09\xf2\x43\x3e\x73\xc7\xce\xe5\x33\x07\x4c\xe5\x92\x18\xb0\x65\x2a\x0b\x83\x6a\xed\x91\x55\x78\x8a\x26\x17\xaa\x25\x47\x76\x38\x90\x83\x4c\xb5\xf6\x90\x83\x1c\xd4\x54\x2e\x54\x38\x0e\x6b\x2a\x0b\xa3\x13\x8b\x59\x53\x39\xa0\x25\x17\xf6\x90\x86\xb4\x64\x61\x74\x22\x41\x6b\x2a\x07\xd5\x92\x4b\x7e\xf1\xb5\x8d\x79\xb2\x23\x04\x11\x9b\xe4\xe5\x80\xb0\x5c\x32\xce\xd9\x6a\xc9\xc2\x60\x75\x23\x24\x2f\x07\x45\x8f\x4b\xc6\x13\x5b\xf4\x58\x18\x94\x79\x0f\xc9\xcb\x01\x15\xb9\xc0\x4b\x0f\x8b\x1e\x0b\xa3\xdb\xd1\xc6\x3c\x40\x81\xc6\x1d\xd2\x92\x85\x41\x99\xf7\x90\x96\x1c\x94\x43\x2e\x24\xbf\xa3\x18\xf3\x00\x83\x32\xef\x61\x69\x64\xa1\x40\xaa\x8e\xa2\xef\x2f\x2c\x63\x43\x2f\x8f\xa2\xef\xa7\x0e\x72\xc9\xd8\xa6\x75\x90\x03\x5a\xf3\x60\xd5\x25\x2c\x7a\x1c\x14\x3d\x2e\x19\xbd\xb7\xe8\x71\x48\x71\x66\xd5\x25\xa4\x38\x0b\x05\x16\x6f\x58\x07\x59\x18\xac\xba\x84\x75\x90\xa3\xdc\xf4\x04\x4a\x5e\x54\x4c\x60\x40\x55\x8f\xa2\xef\x07\x0a\x69\xed\x28\xfa\xfe\xa2\xa3\x1f\xcf\xd7\xb6\x5a\x72\x50\x0e\xb9\x90\xd6\x8e\xa2\x57\x07\x06\x84\xf6\x28\x2a\x39\x50\xd8\x56\x1a\x52\xaf\xa3\xa8\xd1\x83\x2e\x54\xa3\x81\x02\xcd\x36\xa4\x5e\x0b\x83\x32\x5d\x21\xf5\x5a\x28\x10\x68\xc3\x02\xca\x41\x69\xe4\xd1\x07\x3d\xa1\xef\x87\x7a\x5d\xb2\x1d\x1d\x76\x21\xe9\x9b\x4e\x94\x45\x4d\xe4\x07\xe8\x2f\x06\x0d\x68\xd8\x1f\x18\xac\x2c\x85\x6c\xec\xa0\x0e\x72\xc9\x76\x4e\xd8\x5f\x5a\xc7\xa4\xa9\x5a\x07\x0c\xec\x02\x8d\x32\x8a\xa6\x00\x0c\xd6\x9f\x42\x36\xb6\x50\xb2\x8f\xd7\x3a\x8a\xd6\x41\xfc\x54\xb4\x0e\x18\xd8\x05\x52\x63\x58\x40\x59\x18\xac\x52\x85\x05\x94\x85\x02\x07\x30\x24\x68\x87\xd4\x6b\xea\xde\x87\xd4\xeb\x80\x67\x5d\x0a\x11\x9b\x3c\x6b\x61\x40\xed\x8f\x62\xcc\x03\xa9\xba\xc0\xb5\x0b\x49\xd5\xc2\xa0\xc8\x58\x48\xaa\x0e\x49\xd5\x14\x93\x0f\x49\xd5\x41\xed\xe3\x02\xcd\x2d\xac\x7d\x2c\x0c\xca\xc4\x87\xa4\x6a\xa1\xb0\x79\x35\xaa\x81\x3d\x30\x28\x13\x1f\x56\x48\x0e\xca\x21\x97\x92\x26\xa2\xad\x88\x46\x10\xf3\x54\xad\x03\x82\x76\x81\x9a\x16\x12\xb4\x85\x41\x99\xf8\x90\xa0\x1d\x10\xb4\x0b\xdc\xb1\x90\xa0\x1d\x94\x40\x1e\x94\x89\x8f\xaa\x29\x40\xbd\x2e\xa5\xf8\x2c\xdb\x75\xdb\x2e\xde\x51\xeb\x00\x0a\x1c\xad\x90\x7a\x2d\x0c\xf6\x2a\x84\xd4\xeb\xa8\x37\x9f\x83\xe1\xa4\x6a\x1d\xc0\x18\x76\xce\xb2\xa9\x0c\x01\x50\xa2\xa2\x6a\x1d\xc0\xa0\x00\x7c\x58\x6d\x59\x28\xa5\xd6\xdf\x1e\x8a\x2d\xc6\x2c\x0c\xea\xc3\x47\xd5\x9e\x2a\x23\x04\x2c\xa7\xa8\x1a\x0f\xf4\xf0\xc1\x6a\x61\x48\x0f\x17\x0a\x35\x95\x43\x7a\xb8\x30\x06\x93\xc8\xea\xe4\x03\x7a\x78\x81\x73\x14\xd2\xc3\x85\x41\x7d\xf8\xa8\x0e\x2d\xd4\x67\x2e\x70\x7b\xc2\xfa\xcc\x51\x99\x69\x0c\xbf\xbc\x43\x0b\x50\x60\xa1\x84\x25\x9b\x85\x31\xfc\xf2\xda\x13\x50\x0a\xf3\x24\xd9\xe7\xc2\xa0\x8a\x7c\xc8\x3e\x8f\xba\x79\x47\xdc\x48\x75\xf2\x41\xc9\xe6\x41\x15\xf9\xb0\x64\x73\x50\xa6\xb9\xc0\xd0\x88\xaa\xf1\x00\x83\x52\x75\x51\x35\x9e\x7a\xf8\x45\x46\xae\x6a\x2c\x05\x2f\x7d\x0c\xb5\xc8\xa1\xc5\x73\xa5\x2a\x26\x56\x9d\x43\x00\xb5\xa9\xca\xc6\x52\x50\xd5\x0b\x4c\x88\x90\xaa\x1e\x54\x6e\x1e\xac\xae\x46\x73\x84\x80\xaa\x5e\xc8\xd3\x87\x54\xf5\xa0\x80\xf2\x60\x75\x35\x2c\xa0\x1c\x54\x4b\x2e\x64\xa7\xc3\x6a\xc9\xc2\x60\x75\x35\x24\xb4\x07\xec\xf5\x42\x46\x39\x64\xaf\x0b\x83\x6a\xed\x21\x7b\x5d\x28\x35\x4f\x44\xa1\x88\xaf\x8d\x76\x4b\x68\x17\x4a\xfd\x34\xc2\x76\xa9\xca\x0c\x2d\xb2\xd7\x03\xc6\x7a\xa9\x3e\x5e\xdf\x2f\x7b\x9d\x3a\xec\x21\x7b\x3d\x1a\x5a\x58\x3f\xa2\xb7\xa2\x37\x57\xd1\x08\x5d\x38\x65\x96\x0b\x79\xd4\xb0\xcc\xb2\x30\xa8\xaa\x1e\x72\xdc\x03\x8e\x7b\x21\xf7\x19\x72\xdc\x85\x41\xd1\xbe\x90\xe3\x2e\x14\xb2\x87\x61\x4d\xe5\x90\xe3\x3e\x18\xcc\xe4\xb8\x07\xd5\x92\x4b\x6d\x3e\xcb\x76\x11\xe4\x53\x7b\x3d\xac\x96\x1c\x8d\xc8\xa8\xa2\xd1\x4d\xf5\x05\x06\xa5\xfd\xa2\xa9\xbe\x40\x21\xb3\x16\x16\x50\x16\xc6\xb0\xa9\xaa\x6f\x63\x35\x88\x9c\x59\x34\x87\x03\x60\xb0\xdb\x28\x9a\xc3\x01\x50\x2a\x83\x6c\x73\x38\xa0\xf2\xf2\x18\xc4\x62\x56\x5e\x0e\x0a\x28\x17\xd2\xda\x61\x01\xe5\x90\x7b\xcf\x9e\xa4\x90\x7b\x1f\x10\xed\x0b\x79\x9f\x90\x68\x2f\x8c\x61\xe7\x1c\xbb\x90\x09\x43\xc5\x3a\x24\xda\x07\x05\x94\x07\x25\x07\xc3\x02\xca\x41\x39\xe4\x42\x46\x27\x9a\xf1\x53\x73\x84\x20\xca\x92\x42\x1f\xf0\xe5\x4b\x7b\x29\x2a\x8a\xd0\x09\x22\x23\xf9\xf2\x01\x39\xbe\x34\x46\x08\xc9\xf1\x01\x13\x7e\xb0\x7a\x1f\x32\xe1\x85\x42\x86\x22\x64\xc2\x0b\x83\xd5\xfb\xe8\xce\x08\x80\x42\xee\x21\x24\xc7\x47\x77\x38\x20\xe8\xed\x0e\x07\x40\x21\x13\x10\x92\xe3\xa3\x6b\x43\xac\x2c\x75\x6d\x08\x28\xac\xf1\x87\x7c\x79\x61\xb0\xc6\x1f\xdd\x28\x0b\x28\xac\xde\x87\x35\x95\x03\xbe\xfc\x18\x7c\x34\xf9\xf2\x01\x55\xbd\x50\x1a\x39\xa4\xaa\x0b\x83\xdd\x59\xd1\xf5\xd1\x30\xd6\x0b\x6b\xd6\x61\xb5\x64\x61\x90\x09\x88\xae\x75\x40\x3c\x2f\xac\x33\x47\x57\xa3\x25\xa1\x53\x1c\x3d\x24\xa1\x47\x7f\xd4\xb7\x34\xd4\xa4\xc7\xe7\x46\xbe\xd0\x50\x84\xfa\x52\x57\xb8\xb8\xb4\xd8\xd5\x2f\x60\x90\x2f\x88\xee\x1c\x15\x28\x2e\xce\x59\x76\x38\x60\x99\x0f\xca\x9e\x87\x65\x87\x03\xfe\x78\x61\x67\x6e\x48\xf6\x0e\x28\xd2\xa5\xcd\xe7\x85\x2c\x90\x2b\x0c\x36\x92\x85\x07\xe6\x05\x0c\xea\xe2\xb4\x55\x06\xb5\x30\x48\x47\x84\x0c\x6a\xa1\x38\x97\x94\x41\x2d\x8c\x81\x16\x5a\x33\x37\xc6\xd3\x47\xc5\x59\xe2\x70\x4c\x93\x54\x4d\xbd\xf4\x90\x54\x1d\x30\xa8\x4b\x67\x31\x53\x06\x75\xc0\xa0\x1e\x6c\x5d\x0b\x19\xd4\x42\xe1\x14\xb1\x90\x41\x2d\x8c\xf9\xfa\x07\x66\xc5\x43\xff\x03\xe7\xba\x38\x21\x95\x54\x2d\x0c\xf6\xbf\x85\xa4\x6a\xa1\x38\x3d\xb4\x16\x6f\x0c\xd2\x1c\x94\x40\x8f\xe1\xf0\x09\x5d\xba\x38\xa5\x93\x2e\x2d\x0c\x4a\xa0\xc7\xd0\xa8\x29\x90\x5b\x3a\x0b\xae\xc3\xf9\x3d\xac\xe9\xc1\x5e\xba\xb0\x32\x6e\x40\x71\x2e\x1c\xe9\x14\x52\x9c\x03\xc2\x71\x21\xdb\x1a\x12\x8e\x85\x41\x92\x26\xac\x79\x2b\x14\x72\x9f\x61\xcd\x5b\x61\x4c\x86\xbc\xe9\x5a\x14\x50\x38\x01\x29\x64\x2a\x07\xb4\xe4\x41\x2a\x27\xa4\x25\x07\x15\x68\x8b\x21\xa4\x15\x68\x85\x41\x55\xf4\x98\x7e\x79\xb8\xbe\x85\x53\x65\x42\xae\x6f\x50\x6e\x76\xb0\x7b\x2f\x2c\x37\x1b\x50\x76\x8b\x23\xaa\x94\x5d\x61\x90\xca\x09\x29\xbb\x01\x3f\xb7\x38\x8e\xc8\xcf\x15\x06\xf5\xce\x43\x7e\x6e\x40\xc6\x2d\x64\x22\x43\x32\xae\x30\xa8\x77\x1e\x92\x71\x85\xa2\x57\x97\x8c\x2b\x0c\xf6\x0b\x86\xc5\x5f\x63\xb2\xfc\xa9\xbf\x9e\x2e\xf0\x00\x83\xaa\xe8\x61\xf1\xd7\x80\x6d\x5b\x06\x13\x99\x69\x6c\x01\xcd\x76\x90\x62\x0a\x69\xb6\x01\x35\xb6\xe8\xcb\xa4\xc6\x06\x74\xd8\x42\x42\x31\xde\x3a\x54\x58\x96\x83\x1a\xe7\x21\xcb\x32\x20\x48\x16\x2a\x68\xc7\xdb\xc8\x48\xb2\xa4\xa9\x0d\xc9\x92\x01\x0d\xb2\x50\x37\x3a\xa4\x41\x0a\x83\x3a\xb5\x21\x0d\x52\x28\x94\x46\x0e\x4b\x80\x0a\x83\xba\x9a\x21\x33\x32\xe0\x3c\x16\x8a\x1e\x87\x9c\x47\x61\x4c\xf4\x4b\x52\x63\xdc\xac\xf3\x50\x82\x38\x6e\xe7\x10\xc0\xa0\xfa\x66\x58\x3b\x34\x28\x14\x5a\xd8\x55\x18\x16\x0a\x15\x86\x29\x17\xd9\x90\x01\x03\xb2\x50\xea\x37\x2c\x14\x1a\x16\x0a\xa5\x32\x6e\xc8\x86\x0c\xaa\x6f\x16\x5f\xc8\xea\x9b\xc2\x98\xf8\xb2\xdb\xc8\x08\xa8\x14\x69\x8d\x5b\x17\x0e\x8c\x89\x2f\xbb\x8d\x8c\x20\x0f\x56\x8a\xb4\x86\xe4\x41\x61\x50\x3f\x37\x6e\x3d\x0b\x50\xa9\xd1\x19\xf2\x09\x85\x41\x55\xd0\xb0\xb8\x67\xdc\x8f\x07\xa8\xd4\xe8\x8c\x5b\x0f\x00\x0c\x76\x38\xc6\xed\x54\xf3\x7e\x34\xba\x52\x7d\x33\x6e\x35\x1a\x18\x54\xc3\x0d\xf9\x84\x01\x87\xb0\xbe\x88\xeb\x6e\x35\x1a\x98\x54\x18\x8d\xdb\x68\x19\xa8\x14\xbe\x0c\x29\x86\xc2\xa4\x1a\x6e\x48\x31\x0c\x98\x82\x95\xc2\x97\x21\x53\x50\x98\x54\xc3\x0d\x0b\x85\xc6\xbd\x69\x57\x55\x64\xbb\x1e\x98\x54\xc3\x0d\xf9\x84\x01\x9f\xb0\x52\x3a\x32\xe4\x13\x0a\xf3\xd3\xd1\xfa\x2f\x28\x86\x95\xa2\x90\x21\xc5\x30\xe0\x13\xce\xd7\xcb\x1b\x87\x22\xfa\x9e\xa0\x44\xf2\x60\x50\x0b\xb3\xbe\x58\x41\xb6\x16\xa6\x30\xd9\x11\x1a\xcb\xef\x08\x49\xaf\x72\x94\x62\x48\xd2\x13\x26\x45\x6d\x43\x92\x5e\x40\xcc\xab\xec\xfe\x0b\x2b\x66\x0a\x93\x0a\xb6\x61\xc5\xcc\xa0\x16\x66\x65\xf7\x5f\x58\x0b\x33\x28\x7c\x39\xa9\x60\x1b\x16\xbe\x0c\xe8\x77\x95\x1d\x7b\x21\xfd\x4e\x98\xe6\x02\x97\x0a\x00\xfd\xae\x5e\x38\x2b\xe9\x77\xc2\x7c\xe1\x0b\xad\x5f\x19\xb0\xe8\xaa\x49\x0b\x59\x74\xc2\xa4\x82\x6d\xc8\xa2\x0b\x28\x73\x95\xca\x70\x21\x65\x2e\x96\x9f\x96\x85\x60\x29\x73\x41\x35\xc9\xca\xfe\xb9\xb0\x9a\x64\x50\x22\x72\x72\x68\x69\x2c\xbf\xf6\xe2\xa3\x99\x7b\x58\x7e\xb4\xe5\x47\xc3\x63\x2e\x3f\x1a\xc4\xba\x4a\xf9\xb0\x90\x58\x27\x4c\xf6\xd9\xc6\xd2\x9b\xc0\xb5\xab\xec\x79\x0b\xb9\x76\xc2\x34\x93\xb9\x74\x1d\xf0\xeb\x2a\x05\xb8\xc2\xa2\x92\x01\xd7\x6e\x6a\x43\x72\xed\x84\xf9\xfa\x07\x8e\x83\x08\x6b\x4e\x0a\x95\x0a\x59\x11\x3a\x1b\xca\x50\x4e\x0e\x56\x0d\xcb\x50\x46\x3c\xae\xa3\x52\x89\x2a\xc2\x05\x0b\xaa\x51\xce\x57\x56\x84\x62\xc5\x8d\x7e\x30\xc8\x86\x51\x25\x30\x39\x6b\x35\xa4\xf5\x05\x54\xbe\x6a\x86\xc1\x9a\x93\xc2\x64\xc7\x70\x84\x51\x25\x65\x28\xeb\x35\x7c\x96\xbf\x78\xfb\x8b\x8a\xfc\xc5\xa0\xf5\xf8\x32\xe9\x73\xc2\x64\x5f\x71\x48\x9f\x0b\x6a\x3b\xd6\x84\x32\x58\xdb\x51\x98\x7a\x83\x88\xcf\xb3\x1e\x73\x75\xa9\x5e\xfa\x9c\x30\xcd\xef\x86\x6e\x04\xae\x5c\x75\xa9\x5e\xae\x9c\x30\xa9\xc5\x1b\xa1\x16\x51\x14\xb2\x52\x62\x28\x2c\x0a\x29\x4c\x0a\xef\x86\x45\x21\x23\xd0\xa2\xe4\xe3\xd5\xa2\x50\x8b\xf0\x3f\xf2\xe3\x22\xd0\x22\x0a\xeb\x44\xa8\x45\xa1\xe9\x13\x84\xc9\x8f\x8b\x78\x26\x1f\xd5\x45\xf8\x38\x9f\xc7\x63\xe7\x9f\x1b\x43\x11\xef\x88\xae\x59\x4d\x52\x98\x94\xe7\x0d\x59\x74\x41\x21\xc7\x9a\x18\x9d\x2d\xe4\x28\x4c\xca\xf3\x86\xcc\xb7\x80\xc0\x56\xa9\x56\x13\x12\xd8\x84\x69\x76\xda\xaa\x8d\x41\x89\xc6\xca\x3e\xb5\xb0\x44\xa3\x30\x5f\x84\x1b\x96\x68\x0c\x18\x6a\x35\x91\xcc\xdd\x2e\xf0\x00\xf3\xc5\xb4\x55\xb6\x5a\xc0\x2a\xab\x2e\x9c\x6f\x87\x16\x60\xea\x63\xb7\x43\x0b\x50\x5d\x12\xdf\x7a\x16\xb8\x67\xd3\x7c\xf8\x56\x4d\xe0\xa1\x55\x97\xc4\xe5\xa1\x09\x53\x4f\x6c\xd5\xc6\xa0\xf8\x62\x65\xa7\x57\x58\x7c\x51\x98\x2f\x26\xb7\x16\x5f\x0c\x6a\x28\x56\xaa\x91\x84\x35\x14\x85\x49\xa9\xdf\xb0\x86\x62\x40\x3a\xab\xec\xe1\x0a\x49\x67\xc2\xd4\xab\x4b\x3a\x0b\xb8\x63\x95\xdd\x59\x21\x77\x4c\x98\xe6\xe9\xe5\x8e\x05\xe5\x0f\xab\x8b\xdd\xdb\xaf\xbd\xfd\xda\x38\x08\xe9\x64\x01\x9d\xac\x66\xba\x50\x3a\x99\x50\xa9\x16\x11\x47\x0f\x70\xde\x3c\xbe\x79\x55\x51\x54\xb8\xaa\x21\xaa\x8a\x30\xd1\xe6\x8d\x7c\x21\xb8\x63\x95\xd2\x10\x21\x77\x4c\x98\x0e\x40\x47\x05\x80\x09\x56\x33\x13\xd2\xa3\xd5\x42\x01\x9b\x52\x0a\xa4\x80\x09\x95\x4d\xfd\x21\x05\x4c\x98\x52\x0a\x8e\x03\x10\xac\xb0\xca\x96\xa7\x90\x15\x16\x67\xd9\x7a\x1a\xe1\x6c\x0a\x26\x57\x75\x9d\x59\x26\x97\x30\x25\x1e\xc8\xe4\x0a\x68\x5b\x95\x1d\xe9\x21\x6d\x4b\x98\x8e\x95\xd2\xb6\x02\xaa\x56\x65\x33\x53\x1c\xe7\x95\xc0\xa4\xde\x70\x1c\xe7\x95\x07\x65\x62\x33\x53\x1c\x95\x09\x26\xd7\x7c\xf9\xda\xce\x67\xa0\x6d\x55\x0e\xd7\x0b\x69\x5b\xc2\x7c\xb1\x2c\x22\x6d\x2b\xe0\x68\x55\xd7\x99\xe5\x68\x09\x93\xb2\xc3\x71\x1c\xcc\x80\xca\x3e\xec\x90\xb6\x25\x4c\x4a\x6f\x87\xb4\xad\xa0\x52\x63\x2d\x8c\x5c\xc7\x60\x1c\x98\x2f\xe6\xf4\x32\xb9\x02\xf6\x56\x2d\xc9\x5f\x9c\x8a\x6c\xbd\x37\xda\x7a\x5c\x1a\xdb\xa7\x42\x26\x97\x30\x5f\x84\xa0\x32\xb9\x02\x8e\x56\x2d\xc9\xc7\xfb\x1d\x37\xdf\x91\x99\xff\x71\xd5\x05\x8e\x56\x75\x81\x5a\x8e\x96\x30\x25\x7d\x58\x83\x31\xa0\x6d\x55\x36\x24\x87\xb4\x2d\x61\x52\x50\x21\x8e\x03\x23\x1c\xad\xca\x02\xf5\x96\xa3\xb5\x21\x4e\x55\xd6\x99\x37\xb5\x0a\x1f\xc0\x63\x3e\x9a\xb3\xad\x4f\xb8\xa1\x44\x55\x96\x62\xb7\x94\x28\x61\xbe\x9e\x41\x67\x4b\x89\xda\x70\x9e\x2a\x3b\x8c\xf6\x6b\x79\xe3\xc2\xb6\x07\x8f\x67\xd2\xbd\xa9\x62\x58\xcb\x47\xb4\x15\xe1\x57\xc7\x6f\xd3\xb6\xf6\x6b\xf9\xeb\x0c\x66\xec\xa5\xdb\x9e\x11\x2f\x4c\xe8\x2b\xdb\x52\x88\xfb\xa5\x7e\x4c\x1a\xb4\x6d\xa3\xfa\x31\x79\x93\x6d\x17\x3c\x9d\x5e\x39\xc4\x6e\x7b\xf6\xba\x30\x5f\x53\x91\x57\xb1\x2c\xcb\x61\x71\xdb\x53\xd5\x85\x49\x01\x89\xed\xa9\xea\x1b\x2e\x54\x65\xf7\xcc\x96\x0b\xb5\x5f\x0e\x1a\x34\x55\xe2\xd3\x86\x99\x54\x59\x11\xdd\x32\x93\x84\x09\xad\x66\xcb\x4c\x12\x2a\x7b\x46\x36\x55\x04\x3f\x30\x5f\x8f\x21\x6e\x8b\x09\x6e\x38\x4b\x95\xb5\xce\x7d\x31\x77\x16\xe6\x8b\xd7\x86\xcb\xf4\x40\xe6\x2a\x6e\xc4\xff\x08\x93\x38\x76\x4b\x69\xda\x30\x93\x2a\xbb\x2e\xb6\xcc\x24\x61\x52\xf5\x7a\xc3\x52\xfa\x40\x65\xdf\xc2\x96\xac\x24\x4c\xca\x5f\x6c\x8a\x14\x3e\x40\xbb\x50\x99\x4b\xfd\xa0\x56\xe1\x24\x26\xde\xd6\x2a\xdc\x50\x9a\x2a\x7b\x0d\xb6\x94\x26\x61\x42\x1d\xda\x96\x1c\xdc\x90\x95\x2a\x6c\xfd\x2d\x59\x49\x98\x44\xce\xdb\x53\xd5\xf7\x45\xe8\x02\x7b\x7d\x53\x45\xf0\x03\x93\xa3\xca\xb7\xc5\x04\x37\xcc\xa4\xda\x7c\x21\x15\x00\xb8\xe0\x16\x6e\xcf\x4b\x17\x26\x15\xe9\xb7\x64\xa5\x4d\x01\xc1\xda\x3e\xa2\xae\xa8\xb3\x2e\x4f\x53\x19\xcc\x36\x34\xa4\x0a\xf5\x7a\x4b\x43\xda\xd0\x90\x26\x2c\xa7\x2d\x0d\x69\xc3\x20\xaa\xec\x9e\xd9\x16\x00\x14\x26\xd5\xed\xb7\x6c\x22\xa1\x42\xff\xdd\x9e\x71\x2e\x4c\x4a\x7c\xec\x4b\x95\xe3\xd8\xf3\xda\x12\xaf\x7d\xfc\x1c\x87\xcf\x61\x23\x8e\x8d\xc0\xf4\x59\x40\xdc\xd2\x90\x36\x3c\xa3\x0a\x3f\x77\x43\x36\xfa\xc0\x64\xa6\xb1\xe5\x1c\x6d\x4e\x42\xaf\x1c\xb7\xb6\x3d\x09\x5d\x98\x54\x09\xdf\x72\x8e\x36\x27\x96\x57\x98\xb7\x3b\xa9\x39\xf0\x71\x26\xb4\xad\x2d\x1f\x47\x28\x09\x53\x90\x8f\xb3\x61\xda\x4c\xaa\x71\x6f\x99\x36\x42\x6d\x8f\x13\xdc\x32\x6d\x84\x79\xd9\x7a\xbf\x36\x07\x97\xd7\x36\x78\x56\xd8\x08\xc6\x91\xcb\x17\x62\x1c\xd9\xd4\xdb\xab\xd0\xdc\xb6\xf5\xf6\x36\xec\x9a\x09\xfb\x6a\x43\xb1\xf9\x40\x65\x4b\xca\x96\x69\x23\x4c\xd8\x57\x3b\xf9\xb5\x21\xdc\x54\x28\x60\xdb\xaa\x7c\x1b\xf2\xcd\xbc\xec\x1c\xbc\xfa\x86\x0a\x53\xe1\x68\x6d\xa9\x30\xc2\xa4\x82\xc8\x96\xeb\x22\x54\x18\x40\x1b\xde\xcb\x03\x7c\x34\xbb\xd0\x8f\x06\xd4\xfe\x8c\x10\x5b\x62\x8b\x50\x3b\x5f\xdb\xe2\x7a\xc2\xa4\xfc\xf3\x96\xeb\xb2\x39\xde\xbc\xb2\x22\xba\xb3\xdf\x11\x98\x57\xf1\x59\x4d\xd1\x9b\xab\x0a\xa2\x5b\x11\x2f\x54\x7c\x3c\x2f\x04\xb1\xa5\xb2\xd6\xb9\x25\xb6\x08\xf3\xaa\x8a\x7c\xfc\xe2\x17\xbd\xd1\xaf\x9d\x35\xbe\x4a\x23\x34\x3e\x48\x1f\xb5\x0f\x1a\xe1\xe7\x00\x26\xc5\x76\xb7\xa4\x8f\x0d\x77\xa3\x76\x7c\xa1\xdc\x0d\x61\x42\xc8\xda\x16\x9e\xdb\xf0\x35\x2a\x79\xe7\x6d\x95\xb9\xcd\x19\xd6\x93\x49\xd5\xf6\x0c\xeb\x4d\x65\xb9\x4a\x62\x78\x67\x3f\x47\xf6\x73\x30\x4c\x59\x65\x6e\x43\xd4\xa8\xe3\xa2\x0b\xcf\xe7\xf1\x28\xe6\x33\xac\x6f\x89\x1a\x1b\xa2\x46\x25\xdf\xb9\x25\x6a\xec\x62\xaf\x3e\xc3\xfa\x96\x95\xb1\x39\xb0\xba\xb2\xda\xb8\x3d\xb0\x5a\x98\x9c\x13\xb0\x3d\xb0\x7a\x43\xd4\xa8\x64\x0c\xb7\x44\x8d\x4d\x2d\xba\xc9\x64\x6f\x5b\x8b\x6e\x43\xd4\xa8\x9c\xc9\xbc\x25\x6a\x6c\x88\x1a\x93\xc9\xde\x96\xa8\xb1\x39\x64\xba\x92\x73\xdb\x1e\x32\x2d\x4c\xce\x1c\xd8\x1e\x32\xbd\x61\x52\x54\x56\x1b\xb7\x4c\x0a\x61\x42\x4d\xdb\x32\x29\x36\xb4\x89\x3a\xda\x6f\x1f\x07\xb1\x65\x55\x08\x93\x7a\x2f\x5b\x56\xc5\x86\xf6\x50\x49\xf8\x6c\x69\x0f\xc2\xbc\x18\x51\x2d\x42\xb7\x61\x42\xd4\x61\xdf\xa9\x1f\xc0\x64\x8e\xba\x3d\x11\x5a\xa8\xc3\x5e\x61\xaa\x29\x4c\x6a\xc7\xec\x12\xf6\x1d\x53\x4d\x4e\x8a\xdd\xf2\x25\x84\x09\xa3\x6e\xcb\x97\xd8\x85\xb8\x6c\xd8\x88\xed\xa7\xd9\xfe\xa2\x37\xfa\x8b\x87\xee\x64\x60\xb4\x2e\x9d\x30\xa9\x96\xbc\x8b\x8a\x05\xc7\xa1\xb2\xbc\xbe\xe5\x38\x08\x93\x6a\xc9\x5b\x8e\xc3\x86\x65\x50\xd9\x32\xb0\x3d\x80\x59\x98\x94\xa6\xd9\x32\x0e\x36\x5c\x82\x3a\x9f\x29\xf0\x96\x4b\x20\x4c\xaa\x25\x6f\x2b\xbb\x6d\xd2\xf8\x95\xa3\x14\xb7\x79\x7a\x61\x52\x2d\x79\x9b\xa7\x17\x2a\x27\x33\xed\xea\x17\x02\x26\xd5\x92\xb7\xa9\xfb\x4d\x52\xbe\x52\xb3\x6d\x9b\x94\x17\x66\xc2\x09\x56\x3d\x31\x69\xed\xca\xf9\x4d\xdb\xb4\xb6\x30\x29\x99\xb3\xab\x56\x07\x54\x16\x23\xb7\x99\x6e\x61\xc2\x53\xdc\xd5\xfe\xaa\x44\x46\xd3\xd7\x36\x32\xe2\xbc\xe2\x99\xb0\x60\xcf\x2b\x16\x1a\x6b\x64\xdb\x4c\xf7\x6e\x8f\x7b\x6b\x2c\x88\xed\xa6\x7b\x03\x66\x62\x44\xf5\x08\xe3\xcd\x19\xc3\x8d\x05\xb1\xed\x19\xc3\x9b\x6a\x6e\x93\xf3\x2d\xb6\xd5\xdc\x84\xc6\x62\xd1\x6e\xc6\x4f\xc0\x4c\x9f\xc7\xf3\xda\xa4\xc8\x1b\xb4\xf7\x6d\x8a\x7c\x93\x16\x9f\xd4\x00\xda\xcd\x30\x99\xb4\x76\x63\x51\x67\x9b\xd6\x16\x66\xb2\x11\xc6\x3c\x1c\xfc\xdb\x58\xca\xd8\xcd\x2f\xd4\xfc\x1c\x0c\x8c\xe6\xb0\x37\x09\xeb\xc6\xd4\x7c\x9b\xb0\x16\x26\xc4\xcb\x6d\xc2\x7a\x93\x2b\x6e\x4c\xa7\xb7\xb9\xe2\x4d\xd2\x74\xa6\xeb\xe9\x09\x93\xa6\x9b\xc4\xdd\x4c\x78\x62\x13\x77\x9b\x22\x50\x8d\x5a\xf3\xdb\x22\x50\x9b\x23\x44\x27\x35\x5e\xb6\x47\x88\x6e\x72\x79\x0d\x02\xed\x36\x97\x27\x4c\x66\xfe\xdb\x5c\xde\xa6\x2e\x54\xd3\xc7\x5a\x17\x4a\x98\x54\x82\xd9\x9e\x04\xba\x39\x09\xb4\x5d\xcc\x21\x3c\x09\x74\x53\x3d\x6a\x66\x3a\xda\xea\x51\x9b\xf2\x4e\x4d\xa7\x60\xc6\x6f\x53\xac\xa9\x69\x1d\xc3\x70\x03\x98\x70\xed\xb6\x85\x9b\xf6\x78\xbe\x70\xa3\x66\xf7\x1e\x3a\x54\x60\xb2\xfc\xb0\x87\x5f\x9b\x2a\x4d\xcd\x4f\x6b\x95\x26\x61\x52\xf0\x75\x5b\xa5\x49\x68\x70\x57\xb7\x55\x9a\x36\x27\x81\x4e\x0a\xbe\x6e\x4f\x02\xdd\x9c\xeb\xd9\x12\x3a\x31\xfc\xda\x9c\xeb\x39\x29\xf8\xba\xc7\xb2\xf5\x8f\x8f\x6d\x94\xde\xde\x26\x27\x85\x09\x07\x70\x7b\xa0\xa7\xd0\x28\xdc\xb4\xcd\x57\x6e\x32\x91\x33\xa3\x98\x66\x22\x37\x69\xc7\xc6\x8a\xd7\x36\xed\x28\x4c\x0a\xe0\x6c\x6b\x39\x09\x8d\x82\xd3\xdb\x4c\xa4\x30\x29\xd2\xba\x87\xc1\x12\x99\xc8\x06\x39\x75\x9b\x89\x14\x26\x7c\xc2\x6d\xaa\x71\x93\x31\x6c\x1c\xa9\xb2\xcd\x18\x0a\x93\x22\xad\xdb\x62\x4d\x42\x4b\xcd\xab\x6c\x44\xa0\x00\x19\x91\x8a\x39\x1e\x35\x6b\x89\x98\x7a\x18\x53\x73\x38\xe8\xcc\x76\x8e\x3e\x1a\x68\x1c\x83\xb2\x3d\x1c\x54\x98\x14\xe6\xd9\xc3\x58\x0c\x68\x54\x97\xde\x43\xc5\x1c\x2a\x26\xc3\xe7\x50\x31\x39\x2f\xb4\x51\x5d\x7a\x7b\x5e\xa8\x30\x59\x20\xda\x9e\x17\x2a\x34\x28\xac\xdb\xba\x52\xc2\xcc\x7e\x0e\x63\x0b\xa0\xa5\xae\xc8\x77\x54\xc9\x33\x5d\xa8\x92\x93\x09\x6d\x89\x40\xc2\x22\x52\xc2\xa4\x6e\xeb\xb6\x88\xd4\xa6\x62\x54\xa3\x16\xd4\xb6\x62\xd4\xa6\x4a\xd4\xa4\x6e\xeb\x1e\x3a\x3e\xa0\x25\x46\x3e\xd3\xa9\xc2\xcc\xe5\xfa\xed\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xbb\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\xdb\xb4\xad\x6d\x02\x56\x98\xb0\xbc\xb7\xe7\x00\x6e\x8a\xa8\x34\xc8\x6c\xdb\x22\x2a\xc2\xa4\x9e\xd9\xb6\x88\xca\xe6\xec\xbf\xc6\xf1\xf5\x3b\xd4\xa2\x20\x6f\xe3\x1a\x7d\x38\xc8\x72\xd0\x5f\x63\xd3\xe2\x0e\xf5\x23\xf4\x06\x8c\x82\x1e\xfa\xb7\x49\xf9\x36\xf6\xe5\x6d\x53\xbe\xc2\xa4\x3c\xe6\x36\xe5\xbb\xa9\x98\xd2\xd8\xff\xb6\xad\x98\x22\x4c\x6a\xa3\x6d\xcf\x01\xdc\x14\x28\x69\xec\x46\xdb\x16\x28\x11\x26\x47\x27\xed\x70\xc8\x8b\x67\xb4\x6a\x1d\xf5\x0b\x63\x29\x60\x52\x6a\x73\x87\xb1\x14\x79\xd8\xd6\x7d\x21\xb5\x28\x0e\xfd\xc5\x28\x48\x7e\xf6\x81\xa7\xbf\xd8\x34\xb4\xcd\xb6\x6e\x52\xa0\x8d\x5d\x3d\x7b\x3b\x26\x01\x13\x5e\xfa\xb6\x10\xc8\xa6\xf8\x47\x63\x6f\xc6\xde\x76\xf4\xb6\xa3\x99\xef\x5a\x08\x64\x6f\x42\x17\x8e\x63\xdf\xdb\x5e\x25\x09\x38\xa9\xbe\xb9\x4d\x02\xee\x43\x92\x99\x82\x65\xfb\x68\x4f\x64\x51\x1a\x5b\xe4\x8f\x59\x94\xc3\x81\x54\x6d\x3e\xbd\x7a\x3c\x90\x4a\x98\x54\x23\x39\x1e\x48\x75\xd8\xd6\xde\xe6\xd3\x13\xc7\x6d\xed\x87\x43\x95\x26\xab\xd1\xe7\x85\x27\x3e\x2f\x4e\x2f\x87\x72\x72\x38\x6c\xe9\x81\xe7\xd3\xb2\xba\x7a\x3c\x60\x49\xe8\x1c\x61\x7c\x48\x73\x7c\x60\xc2\xfe\x3c\x66\x3b\x0e\x07\x2c\x75\x66\xc5\xc7\x03\x96\x84\x49\xc5\x82\xe3\x01\x4b\x87\xfd\xe1\x1d\x72\xc4\x71\x7f\xb8\x30\xa9\x58\x70\xdc\x1f\x7e\xd8\x13\xde\xa1\x3a\x1c\x0f\x58\x12\x26\x4c\xd2\x63\xe6\xe4\xb0\x65\xbc\x53\xf6\xfc\xb8\x65\x5c\x98\x54\x2c\x38\x66\x4e\x84\xfe\xb2\x0b\x8f\xed\x22\x72\xa6\x62\xc1\x71\x63\xf9\x21\x99\xd2\xa1\x14\x1c\x93\x29\xc2\x6c\x76\xf4\xb1\x5d\x87\x76\xd1\x39\xe6\x57\x0e\x9b\xc1\x3b\x9c\xa3\xe3\x66\x70\x61\x52\xc4\xe0\x78\x32\xd3\x21\x0b\xd3\xc9\x74\x1f\xb3\x30\xc2\x6c\x1f\xd1\x52\x14\x5c\xd5\x10\x6d\x45\x9b\xab\x0a\x22\x7a\x82\x34\x4b\x27\xef\x7c\xdc\x32\x2e\x4c\x4a\x1d\x1c\xd2\x2f\x0f\xf0\x42\x8d\xc7\xdf\x3e\xfe\xf6\x85\x78\x3c\xea\x7b\xc8\x9c\x74\xd2\xa1\xc7\xcc\x89\x30\xf1\xd7\x87\x2c\xca\x03\x74\x61\x57\xe4\x0b\x2d\xbb\x70\x20\x7a\x2b\x5a\xcf\x55\x83\xc7\x2f\x1f\x8f\x9f\x68\x36\x75\xf9\x42\x8b\x2e\x9c\x2f\x44\xbe\x10\x93\x48\x7c\xff\x31\xbf\x72\x38\xa0\xa9\x93\xc8\x3a\x97\xba\x0a\x4c\xaa\x5a\x1d\x53\x2e\x42\xe7\xc4\xdf\x63\xca\x45\x98\xcd\xd7\x0e\x1b\xc1\x51\xf8\xa4\x6f\x8e\x87\x35\x09\x93\xea\x09\x87\x83\x9b\x1e\xe0\x59\x17\x37\xaa\x98\x97\x8a\xd9\xbc\xf1\xf3\xac\xa7\xf5\xec\xe9\x3e\x97\x8a\x69\xca\x85\xea\x09\xc7\x94\xcb\x21\xbf\xd2\x39\x1c\xf4\x98\x5f\x11\x26\xd5\x13\x8e\xf9\x15\xa1\x53\x84\xfc\x98\x5f\x11\x26\x14\xe7\xe3\x9e\xee\x73\xa1\x98\xa4\x23\xce\xa5\x62\x92\x5f\x99\x54\x4f\x38\xe6\x57\x4e\x62\xea\xd5\x7a\x42\x44\x47\xb3\xd1\xba\xc3\x72\x3a\xe9\xf6\x2a\xd5\xe4\x19\xcc\x8e\x9b\xae\x0f\x67\x2e\x75\x58\x4e\xc7\x33\x97\x84\xd9\x86\x22\x1a\xc1\xae\xe8\x4e\x65\xef\xe3\xae\x68\x61\x52\x20\xe0\xb8\x2b\xfa\xb0\xa1\xb9\xb3\xbc\x7e\x92\x6a\x92\x54\x93\x41\x53\xd7\xe7\x59\xbc\xd0\x78\x21\x5a\x8a\x68\xfd\x54\x64\xeb\x51\x13\x16\x75\x8e\xb9\x1a\x61\x92\x5f\x39\xe6\x6a\x0e\xa7\x29\x75\x16\xa8\x8f\xa7\x29\x09\xb3\xa1\x39\x6c\x9a\xfe\xfe\x90\x85\xe9\x97\x8f\xf7\x6b\x03\x93\x62\x03\xc7\x2c\xcc\x49\xcf\x17\xee\x2c\xf4\x1d\x76\x35\x7f\x60\x3e\xa3\xe8\x6f\x0d\xc5\xc7\xbd\xcf\x87\x3d\xca\x9d\x95\xb4\xe3\x41\x46\xc2\xa4\x62\xc1\x31\x49\x73\xd8\x5e\xdc\x53\x52\x14\x8a\xec\x02\x6f\xf4\xd7\x71\x36\x9c\x9a\x76\xcc\xc8\x1c\xce\x10\xea\xf0\x97\x8e\x67\x08\x09\x93\x23\x9d\x4e\xd6\x82\xc9\x89\x74\x8e\x85\x3d\xee\xcc\x15\x26\xa5\x0e\x8e\x3b\x73\x85\xce\xd9\x57\xc7\x9d\xb9\xc2\x24\x1e\x38\xd9\x0f\xc8\x9e\xdb\x4e\xd5\xeb\xe3\x9e\x5b\x61\x52\x10\xe1\x78\x60\xd0\xe1\xc0\xa0\x9e\x50\x19\x0f\x0c\x12\x26\x05\x11\x8e\x07\x06\x1d\x52\x2e\x9d\x03\xa9\x8e\x47\x01\x1d\x36\xd8\x4e\xb2\x61\xc7\x0d\xb6\x27\x3f\x83\x46\xcf\x1f\xd1\xe7\xc6\x37\x57\x55\x44\xb7\xa2\x9b\xab\xf8\x45\xcd\x15\x98\x14\x44\x38\xa6\x72\x0e\xe9\x9b\xce\x9a\xe2\x71\x1b\xae\x30\xbb\x37\x6a\xae\x40\xe7\x10\xa9\x63\x76\x47\x98\x1d\x65\x20\xd3\xf3\xc0\xe2\x2a\x7a\xd5\x8f\x06\xcc\xee\xe3\xfd\x68\x40\x67\xd9\xec\x98\xca\x39\xa4\x6f\x3a\x6b\x64\xc7\x0d\xb6\xc2\x24\x71\x77\x4c\xe5\x1c\x92\x34\x9d\xdd\xb4\xc7\x24\x8d\x30\x29\xae\x70\x38\x4f\xe8\x01\x9e\x55\xb8\xea\xf6\x59\xb7\xcf\x52\xe4\xb3\x16\x2f\xc4\x58\x59\x74\xe1\xc0\xa4\xb8\xc2\x31\x6f\x73\xc8\xc2\x74\xf6\xb6\x1e\xcf\x10\x12\x26\x41\xdc\x71\x6f\xeb\x61\x8b\x6a\x67\x15\xe1\xb8\x45\xf5\x70\x86\xd0\xec\xcf\x2c\xef\x78\x86\xd0\x29\xa8\x09\xfb\x51\x4f\x51\x4d\x8a\x6a\x82\x29\x78\x60\xd0\x29\x7e\xda\xc1\x0b\xf9\x69\x8b\x9f\xf6\xa2\xa9\x7e\x5a\x36\x8c\x76\xb8\x3d\xc7\x0d\xa3\xc2\xa4\xb8\xc2\x71\xc3\xe8\x61\xc3\x68\x87\xdb\x73\xdc\x30\x2a\x4c\x82\xcb\xe3\x59\x3d\x87\x34\x49\x67\x72\x7b\x4c\x93\x1c\x0e\xd0\xe9\x1c\x5c\x70\xaa\x7d\x5f\x99\x9a\xf7\x8f\x88\xd7\x26\x27\xd2\x21\xcc\x1c\x73\x22\x87\xfd\x95\x93\x3c\xea\x71\x7f\xe5\xa9\x8f\x13\xec\x54\xff\x3d\x55\x27\x08\xcc\x9e\x2a\xa2\xaa\xe8\xb1\x34\xc2\xc6\x63\xe6\x44\x98\x54\x52\x38\x66\x4e\x0e\x69\x92\xce\x76\xc6\x63\x9a\xe4\x90\x1a\x99\x94\x09\x3c\x55\x8f\x07\xf4\xc2\x08\x51\xed\x7b\xce\xc4\x99\xa4\x69\x8f\x67\xe2\x9c\x8a\x3d\x52\xfd\xf7\x54\xed\xb1\x6a\x8f\x59\x91\x2f\xc4\xf0\x09\x87\xe6\x54\x87\x4f\x60\x52\x6f\xe1\xb8\x0f\xf2\xd4\x4d\x7f\xf1\xd1\xaa\xae\x92\x63\x72\x66\xc7\x0d\x79\x0e\xce\xa9\x7e\x34\x9c\xb3\x1b\x15\x85\x49\xa9\x84\x63\x46\xe7\x90\xbe\xe9\x54\xd6\x3d\xa6\x6f\x84\xc9\x26\x98\x63\xfa\xe6\x90\xbe\xe9\x15\x0f\x60\xfa\x46\x98\xd4\x27\x3c\x55\xe3\x23\x7d\xd3\x29\x67\x7c\x4c\xdf\x1c\xd2\x37\x9d\x1a\xc3\xc7\xf4\x8d\x30\x3b\xd1\x9f\xe9\x9b\xc3\x16\xc6\x4e\x98\x7d\x9a\x0a\x00\x4c\xce\x79\x3b\x8d\xe5\x1a\xa1\x53\xf1\xf7\x34\x75\x02\x98\x64\xa7\x4f\x33\xae\x23\x15\xd4\xa9\xe5\x7b\x4c\x05\x09\x93\x69\xc9\x69\xc6\x75\xe4\x7a\x3a\x2b\x25\xa7\x69\xc8\xc0\xec\x18\xb2\xbb\x25\x4f\xbb\x69\x3d\x5f\xa8\x39\x3a\x93\xf7\x99\x9d\x78\xd3\xbc\xcf\x61\xa3\x62\xa7\x9e\xec\x71\xa3\xa2\x30\xd9\x6a\x73\x9a\xfe\x1e\xe8\xf0\x79\x4e\xd3\xb6\x9b\xb6\x4d\xf4\x67\x76\x48\xe8\xf0\x79\x4e\x53\x0b\x4d\x18\x75\x74\xd5\x84\xd1\x21\x23\xd4\xeb\xe7\x46\x1b\x41\x04\x42\x25\x86\x63\x2a\xe8\x70\xae\xcb\x24\x45\x7e\x3c\xd7\xe5\xb0\x9b\xad\x53\x9e\xee\xb8\x9b\xed\xb0\x83\x6d\xb2\x63\xf8\xb0\x8d\xed\x03\x9d\x4d\x69\xc7\xdd\x6c\xc2\x24\xf9\x7d\xdc\xcd\x76\xd8\xa7\xd6\x5b\xfe\xef\x72\xc5\xa3\xfc\x7f\x46\x62\x77\xb1\x09\x73\x7c\x7e\x1c\x73\xe2\xf0\x96\x4e\x61\xb7\xe3\xe1\x2d\xc2\x64\xc3\xf0\xe9\x1a\x30\xd0\x29\xd9\x76\x3c\xcf\xe5\xb0\x23\x6e\xb2\x61\xf8\xb8\x23\xee\xb0\xfd\xad\x3b\x69\x71\xfb\xdb\x61\xcb\xdb\x1c\xbe\x88\x81\x0d\x27\xb5\x74\x67\x02\x9e\xd4\x72\x38\x9d\x65\xb2\x15\xf8\x74\x0d\x98\xd3\x55\xba\x11\xb7\xa7\xab\x08\x73\x60\x87\x6e\x7f\x3b\x24\xd6\x3a\x47\x4e\x1e\x13\x6b\x42\xea\xe8\x02\x49\xb6\xef\x4f\xc7\xc2\xa8\x73\x75\xfa\xf9\x88\x12\xcf\xa2\x37\xb5\x30\xd2\x64\x9d\x95\x88\xd3\x75\x9e\xc0\x84\x24\x70\xba\xce\x93\x94\x59\x37\x48\x32\x65\x76\x38\xeb\x64\xb2\xad\xf8\x78\xd6\x89\x70\x25\x5e\xdb\x2c\x9a\x70\x39\xd0\x9b\x45\x13\x2e\x0e\x7d\x3c\x83\xa5\xce\x43\x62\x6d\xb2\x61\xf8\x98\x58\x13\xae\xf2\x79\x56\x28\x8a\x47\x44\x88\x37\x8c\x6c\x81\xc9\x1e\xe2\x33\x1c\x2a\x81\x4b\x0b\xf3\x74\x95\xc3\x89\x2a\x93\x3d\xc4\x67\xa8\x7d\xc0\x45\x1d\xc7\x33\xb4\x30\xe0\x72\x56\x31\x54\x48\x60\xb2\x61\xf8\x78\x06\x8b\x70\xe9\x16\xcd\xee\x1d\x52\x79\x73\xa0\x00\xa6\xf2\x84\x8b\xbd\xba\x67\x18\x4b\x9b\xdd\x63\xc3\xf0\x31\xbb\x27\x5c\x6c\xea\x39\xc3\x61\x84\x24\xdf\x64\x2b\xf0\x19\xc6\x70\x40\x82\x15\x78\x4c\xf8\x09\x93\x4d\xbe\x67\x38\x84\x03\xe9\xf2\xb5\xd5\x68\x20\x71\xea\xf9\x71\x1b\xe3\x31\x2d\xc8\xbe\xdf\x63\x5a\x50\x48\xe4\x52\x8e\x69\xc1\xc3\x9e\xc5\xc9\x8e\xde\xe3\x9e\x45\x21\xb1\x04\x7b\xcc\x14\x0a\x73\x10\x34\xb0\x7f\xf1\x01\x4e\x01\xff\xdc\xe8\x47\x23\xa0\x67\x47\xef\x31\x9f\x28\x24\x8a\x97\x1f\xf3\x89\xc2\x1c\xf6\xbd\xc3\x1b\x90\xf4\x48\xe6\x13\x0f\x5b\x0c\x27\xfb\x7e\xcf\x70\x94\x02\x32\xbb\x17\x8e\xc9\x43\x21\x53\x18\xee\x98\x3c\x14\x32\x7c\xf6\x63\xf2\x50\xc8\x2f\xbf\x90\xcb\x16\x40\x7e\xd9\x7a\xcd\xca\xb4\x20\x3b\xd7\x8e\x69\x41\x21\x93\xfb\x3e\xa6\x05\x85\x9c\x6d\xaa\x83\xe0\xb0\xcc\x7f\xf3\x2a\xbb\xd0\x7a\xe6\x9f\x1b\xed\x42\x42\x9e\xd1\xd1\x09\x43\x1e\x20\xd7\x8f\xc8\x77\x64\xee\x01\x63\xe5\x98\x16\x14\xb2\x33\x09\xd3\x82\xc2\x84\xb1\x72\xdc\x65\x29\xe4\xae\x62\xea\x01\xd8\x52\x39\x07\x93\x29\xb7\x54\x0a\xc5\x79\x9f\xf9\x44\xa1\x70\x4a\xea\x31\x9f\x78\xc8\x27\xce\xa1\x21\x3b\x12\x03\x25\x7f\x1e\x6f\xdf\x5b\x7a\xc6\xaf\x6d\x18\x0c\xcc\x41\x38\x60\x8a\x51\x28\x8e\xd7\xe6\x10\x85\xc9\xf6\xdd\x33\x1d\xaf\x81\x42\x19\xf7\x33\x1d\xaf\x39\xa7\x66\xb2\x7d\xf7\x78\x4e\x8d\x50\x28\x8d\x7d\x3c\xa7\x46\x98\xec\xd5\x3d\x53\x37\x04\x14\xca\xdc\x1e\x8f\xae\x11\x0a\xd5\x44\x6d\xfb\x33\x30\x3f\x51\xf1\x7f\x3b\xaa\x3c\xff\xff\x97\xf7\xcf\xdf\xfd\xfe\x9f\xdf\x3f\xff\xe7\xf7\x5f\xf6\xd7\xfa\xdb\x2f\xbf\xec\x1f\x7f\x8d\x1f\xd6\xaf\x5f\xbf\x7b\xa4\x5f\xb1\xcf\x0f\x3f\xee\x5f\xf6\x5f\x7f\xfa\xdb\x2f\x6b\x7f\xfd\xfc\xd3\xcf\xcf\x5d\xfc\xf7\x7f\x07\x00\x00\xff\xff\x22\x98\x3d\x9c\x0c\xae\x00\x00"); -func _aggf ()(*asset ,error ){_fgaf ,_bafd :=_eegd ();if _bafd !=nil {return nil ,_bafd ;};_cded :=bindataFileInfo {_dae :"RKSJ-V",_fb :915,_ae :_be .FileMode (436),_g :_a .Unix (1580492637,0)};_gagc :=&asset {_dd :_fgaf ,_ef :_cded };return _gagc ,nil ; -};func _ffad ()([]byte ,error ){return _c (_dfbdf ,"UniJIS-UTF16-H")};var _cfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xe3\x56\x14\x05\xf0\xbd\x3e\x85\x96\xd3\xc5\x34\xef\xfe\x79\x7f\x04\x62\x60\xc8\x30\x90\xc2\xb4\xa5\x29\xed\xda\x91\x9e\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x4e\xa1\x8b\xc1\xe3\x63\xe9\x4a\xfc\x4e\x9e\x9e\xee\xee\x1f\xbe\x3d\x6c\x87\xcb\x78\xf7\xfb\xf9\xb8\x3c\xf6\xcb\xb8\x3f\x6c\xeb\xb9\xbf\x1e\xdf\xce\x4b\x1f\x9f\xfa\xf3\x61\x1b\x06\xd1\x71\x3d\x2c\x97\xdb\xd7\xf8\x58\x5e\x76\xa7\x61\xc0\xf9\x8f\xef\xaf\x97\xfe\xf2\xb0\xed\x8f\xa3\xf1\xb8\xf5\xed\x74\x3d\x76\x1c\xef\xfe\xe8\xcf\x87\xd7\xcb\xf9\x7d\xfc\xf4\x75\x3d\x3e\xf5\x9f\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\xd9\x9d\x76\x9b\x7c\xfc\xf0\xf8\x76\x3a\xfd\xd3\x5f\xfa\x76\x19\x6b\x64\x7d\x5b\xe3\x73\xb8\xbb\xff\xb1\x3b\xfd\xba\x7b\xe9\xe3\x5d\xcc\xfa\xcc\x33\x3f\xf3\xb0\xf8\xf5\xaf\x7e\x7e\x3d\x1c\xb7\x51\x7e\x4e\x49\xfe\x8b\xff\x7c\x3f\xf5\x51\xae\x53\xfe\xfe\x71\x5c\xfb\x98\x6e\x33\x1f\xbe\xdd\x1f\xdf\xb6\xcb\xa8\x96\xca\x35\x14\xde\xfe\x72\x5c\xfb\xeb\x69\xb7\xf4\xf3\x6e\x7b\xee\xc3\x38\xce\x29\xa5\xf4\x65\x9c\xf3\xd7\xef\xdf\xbf\xe0\xbe\xfe\x77\xc4\x30\xdd\xce\x3c\xac\x4c\x6e\x67\xa4\xb4\xdf\x7f\x19\xd3\x30\x27\xe1\x77\xc1\x77\xcd\x65\x98\x93\x32\x51\x24\x59\x74\x98\x93\x31\x31\x24\xb5\xb4\x61\x4e\xce\xc4\x91\x48\x52\x1f\xe6\x94\x19\xe5\x88\xb4\x61\x76\x61\x54\x22\xca\x86\xe1\x95\x51\x8d\xa8\x4e\x98\xde\x18\xb5\xb8\x83\xe4\x18\x3f\x31\x9a\x22\xb2\x84\xf1\x3b\x46\xbb\xeb\x7d\x62\xfc\x13\xa3\xa7\x88\x9a\x60\xfc\xc2\x68\x41\x64\xa9\x62\xfc\xca\x68\x8d\xc8\x14\xe3\x3b\xa3\x1e\x51\x6e\x18\xbf\x67\xb4\x8f\xa8\x79\x1a\x66\xa1\x94\x84\x94\xa7\xa9\x0c\xb3\x10\x4b\x02\xcb\x2d\xeb\x30\x0b\xb5\x24\xb4\xbc\xa4\x36\xcc\x42\x2e\x09\x2e\x6f\xc5\x87\x59\xe8\x25\x7e\x35\xc5\x78\x7a\x49\x78\x65\xab\x18\x4f\x2f\x09\xaf\x5c\x0c\xe3\xe9\x25\xe1\x95\x5b\xc3\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x84\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x84\x66\x85\x5e\x12\x5e\x55\x50\xad\xd0\x4b\xc2\xab\x3a\xaa\x15\x7a\x49\xbf\xf6\x8f\xf1\xf4\x92\xf0\xaa\x13\xaa\x55\x7a\x69\x78\x35\x41\xb5\x4a\x2f\x0d\xaf\xe6\xa8\x56\xe9\xa5\xe1\xd5\x2a\xaa\x55\x7a\x69\x78\xb5\x09\xd5\x2a\xbd\x34\xbc\x26\x45\xb5\x4a\x2f\x0d\xaf\xc9\x51\xad\xd2\x4b\xc3\x6b\xaa\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xf6\xb7\x8a\xf9\x04\xd3\x89\x99\xa3\x5c\xa5\x98\xee\x98\x55\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x04\xcd\x74\x61\xa6\xe8\x57\x89\xa6\x2b\xb3\x8c\x82\x95\x6a\xda\x99\x55\x34\xac\x64\xd3\x3d\x17\x49\x42\xc5\x46\x37\x4b\xcc\x14\x1d\x1b\xe1\x4c\x98\x65\x94\x6c\x94\x33\xbd\x2d\xb0\x34\xcc\x46\x3a\x0b\x3a\xb1\x84\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x19\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x27\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x33\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x72\x7b\x2a\xe0\x1a\xf4\x33\xfa\xe5\x82\xc2\x8d\x7e\x46\xbf\xdc\xd0\xb8\xd1\xcf\xe8\x57\x04\x95\x3b\xfd\x9c\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x43\xe7\x4e\x3f\xa7\x5f\x15\x74\xee\xf4\x73\xfa\x55\x47\xe7\x4e\x3f\xa7\x5f\x2d\xe8\xdc\xe9\xe7\xe5\xf6\x28\xc3\x35\xe8\xe7\xf4\x6b\x82\xce\x9d\x7e\x4e\xbf\xe6\xe8\xdc\xe9\xe7\xf4\x6b\x05\x9d\x3b\xfd\x9c\x7e\x6d\x42\xe7\x4e\x3f\xa7\xdf\xa4\xe8\xdc\xe9\xe7\xf4\x9b\x1c\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\xdf\x34\xa1\x73\xa7\x9f\xef\xf9\xac\x55\x74\x9e\xaf\x7b\x48\xba\x3d\x7f\xd3\x30\x67\xfa\x65\xee\x0a\xa9\xa2\xf3\x4c\xbf\xac\xcc\x26\x74\x9e\xe9\x97\xc3\x4f\x45\xd1\x79\xa6\x5f\x76\x66\x19\x9d\x67\xfa\xe5\xcc\xac\xa2\xf3\x4c\xbf\x1c\x7e\xaa\x09\x9d\x67\xfa\xe5\xca\x4c\xd1\x79\xa6\x5f\xe6\xfe\xa0\x19\x9d\x67\xfa\x65\x6e\x10\x5a\xd1\x79\xa6\x5f\xde\x89\x71\xd3\x48\xb1\x23\xde\x76\x3e\xfc\x1f\xef\x08\x1f\x7b\xf6\xf2\x76\x3e\xf7\xed\x12\x6f\x08\xb1\x29\x63\xaf\x3d\x6c\xfd\xe3\x6d\xe3\x74\x3c\xe1\xac\xf8\xf7\x6f\x00\x00\x00\xff\xff\xfa\x9e\x80\x79\x99\x08\x00\x00"); -func _gga ()(*asset ,error ){_ffde ,_ace :=_efeb ();if _ace !=nil {return nil ,_ace ;};_cea :=bindataFileInfo {_dae :"Adobe-CNS1-4",_fb :1901,_ae :_be .FileMode (436),_g :_a .Unix (1580491191,0)};_gab :=&asset {_dd :_ffde ,_ef :_cea };return _gab ,nil ; -};func _aad ()(*asset ,error ){_bf ,_dca :=_ac ();if _dca !=nil {return nil ,_dca ;};_fed :=bindataFileInfo {_dae :"78-V",_fb :892,_ae :_be .FileMode (436),_g :_a .Unix (1580490959,0)};_ad :=&asset {_dd :_bf ,_ef :_fed };return _ad ,nil ;};var _daaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x5c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\x38\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\x3f\xfe\xf3\x7f\xfd\x5d\xff\x8f\xff\xa3\x4a\x55\xf8\xbf\xbd\x7e\xfd\xf3\x1f\xfe\xf8\xcb\xd7\x5e\xfe\xfb\xed\xb8\x7e\xfb\xfb\x7f\xfd\xf7\x3f\xbd\xbe\x76\x5a\xf9\x3f\xfe\xf9\xf7\xff\xf8\xf5\x7f\xee\x5f\xfb\xf6\x75\x9c\xe5\x1c\xff\x17\x7f\xff\xdf\xff\xcb\x1f\x9f\xaf\xaf\xcd\x50\xf5\x08\x1e\x7f\x7c\xbe\xfe\xfc\xa7\xfb\xf1\xfa\xf5\xfe\xe5\x5f\x5e\x3f\x7d\x7d\xfd\xbc\x6d\x3f\xbe\xfc\xef\xe7\xf6\xbb\x1f\xeb\x2f\xff\xb0\x75\xfe\xf6\xf3\x3f\xfe\xee\xef\xfd\xb7\xff\xb4\x75\xfe\xfa\xf3\x7f\xfa\xdd\xdf\xe7\xaf\xbf\xd3\x5f\xd7\xdf\x7f\xfe\x5d\xfb\x7b\xfe\xfe\xfa\xe5\xf9\xff\xe9\xe5\xa7\xdd\x9d\xff\xf2\xc7\xbf\x3c\x5f\x6f\xff\x4d\xfd\xfe\xbc\xbf\x7f\x7c\xed\xeb\x8b\xbf\x2e\xfa\x69\xdf\x36\xb0\xfd\xc3\xf3\xf1\x7f\xdf\xbf\xfe\xf4\xf3\xf9\xf8\xf1\x35\xda\x4f\x3f\xb7\xf5\xff\xf8\xe9\xe7\xf6\xfc\xf1\x35\xea\x4f\x3f\xb7\xd7\x8f\xaf\x7d\xdb\x7e\xfa\xf9\x71\xdc\xdb\x6a\x6a\xfd\xa8\xeb\x6f\x4d\x3f\xcf\x1f\x5f\x97\xff\x78\xfd\xf8\x1a\x45\xbf\xda\x8f\xaf\x76\xf8\x93\xfe\xe3\xeb\xaa\xae\x39\x7e\x7c\xed\xe7\xa1\x9f\xf7\x8f\xaf\xbd\xba\xc2\x5c\x4d\x0d\xfd\x7c\xac\x0a\x6e\xe1\xb9\x7e\xba\xd9\xd5\xff\x59\xf5\x73\x0d\xe5\x50\xdd\xb9\xfd\xf8\x6a\xc6\x60\xee\x3f\xbe\xae\xa1\x0a\xb3\xae\xde\x4e\xfd\x3c\xd7\x67\xae\x7b\xfd\xf8\x6a\xad\xeb\x67\xfb\xf1\xb5\xef\xfe\xac\xff\xf8\xda\x8b\x3f\x5b\x98\x5d\x42\x67\x0a\x33\xff\x75\x61\x76\x08\x9d\xa9\x8e\xaf\x9f\x7e\x7e\x94\x7e\xad\xcf\x56\xbb\x65\xb4\xd5\xf1\xa9\x9f\xab\xb1\x7a\xe8\xe7\xaa\x7b\xae\xc6\xca\x9a\x91\x5d\xe8\x94\xa9\xba\x6a\x41\x1d\xd7\x85\x4e\x5d\xcb\x3a\xca\x75\xe9\xf7\xae\xdf\xbb\x7e\x1f\xab\x8d\x76\xba\xa0\x08\xb8\x86\x80\x2a\xa0\x34\x01\x1a\x63\x53\x0f\x55\x88\x9d\xed\x74\xc3\x4d\x40\x73\x6b\x5d\x40\x2f\x02\x86\x01\xb7\x76\xff\xf8\x3a\xb6\x52\x5c\x32\x05\x68\x85\x6a\x7f\xb8\x35\x57\x7b\xba\x35\x97\xbc\x8c\x8e\x9b\x7e\xbb\x64\x4d\x58\x1d\x9b\x1a\x38\x54\x6d\xec\x2e\x11\x6e\xe3\xd0\xd8\xd4\xd8\x28\xfa\xed\x2f\x2e\xf7\x6f\xa0\xb9\x7f\x21\x33\x8c\xb3\x16\xa5\x0e\xe3\xdc\x5c\x72\xaf\xef\x87\xdb\x9d\x8b\x46\x45\x06\x75\x18\xe3\xee\xb6\x8c\xf1\xf0\xe7\x2f\xf7\xe2\x4f\xde\xee\x45\xc0\x6d\x8c\x3d\x9b\xf7\xee\x12\x4d\xfa\x7d\xb8\xc4\x80\x27\xbd\xfb\x1b\x4f\xfa\xd0\xf8\x6f\x0f\x40\x54\x52\x6f\x4d\x7a\xdf\xfd\x4d\x17\x6a\x42\x60\x51\xfe\xa8\xbb\xe6\xe5\x16\xfa\x97\x7b\x9c\xfa\xed\xbf\x83\xa4\xe6\xe8\x06\x49\xd5\x9a\x20\xa9\x85\x5d\xc4\xbe\x57\xf5\x30\x8d\xe2\xa1\x01\xcf\x62\xc0\x95\xc0\xd7\xd5\xc0\x57\xbd\x4c\xe3\xab\xad\x57\x27\x13\xee\x6f\xba\x1b\x50\xff\xd3\x13\x4e\xff\xb7\x67\xdf\xdf\x98\x48\xaa\x5b\x7b\x08\xf0\x22\x4d\x4f\xb9\x07\x30\x4d\x24\xd5\x0d\x78\x34\xc7\x9a\xbe\xb3\x33\x9a\x4d\x80\x46\xb3\xeb\xe7\x22\x79\xd5\x3f\x43\xf0\x87\x00\x8f\xa5\x5d\x02\x4e\xf7\x5e\xc4\x01\xe1\x5c\xff\x3f\xbc\xec\x71\x76\x0f\xf4\x72\xdb\xde\x0d\x57\x11\x60\xca\x6a\xee\x6a\x18\x1b\x57\xf3\x6e\x38\xdc\x95\x48\xab\xf8\xf7\x62\x89\xa5\x19\xe5\xa7\xd6\x4c\x63\x59\x04\xbf\xda\xad\x02\x20\xf8\x2e\x40\xa3\x51\x7f\x8b\xde\xf7\x3a\xf4\xd3\x63\x39\xfd\xb1\xd7\xe5\x72\x7d\xd6\xc5\x2d\x79\x5d\x3c\xfe\x6c\x04\x7f\xc3\x46\x70\x6b\x5e\x17\xad\xe5\xb9\x76\xc2\x02\xdc\x1a\x5b\x41\x43\xcc\x56\x30\x32\xac\x8b\xc6\x6b\x4e\xd5\xc4\xab\x4e\x6d\x05\xd1\xf1\xa9\x8d\x70\xe8\xe3\xdb\x8c\xe8\x32\xe0\x75\xe9\xfa\x98\x3d\x21\x42\x38\xd9\x13\xa7\x4b\xd8\x13\xfe\xc6\x63\x29\xae\xe6\x3d\xa1\xa1\xb0\x27\x5c\xc9\x7b\x42\xb8\xb3\x27\x8c\x08\xe3\x70\x01\xe3\xd0\x14\xad\xdd\x32\xea\xe6\xdf\x6f\xb5\xa4\x95\x9a\xac\x88\x01\xaf\x48\xd7\xf8\xd8\x2d\xe2\x95\x27\xbb\xc5\xbd\xac\xdd\xb2\xb6\x81\xab\x99\xc2\xbc\xa4\xec\x16\x0f\x8b\xdd\xe2\x85\xd0\x6e\x39\x5c\xc9\x6b\xe2\xc5\x66\xaf\x88\x87\x9e\x93\x35\x71\x35\x18\xaa\x81\xe7\xfa\xdc\x2d\xad\x7d\xaf\x5d\x77\x89\x68\x34\x3b\x97\x88\xe6\xec\x22\xc5\xe6\xd3\xa0\x1f\xbb\x00\xd1\x9f\x66\xa1\x75\xcf\x82\x2b\xbd\xf5\xf7\x35\x55\x6d\xd1\xe5\xa8\xfb\xa6\xdf\xbb\xea\xe8\x5b\xb1\xe1\xba\x17\xfd\x2e\xfa\xbb\x7f\x57\xfd\xfd\xd4\x6f\xb6\xd8\x10\xe0\x33\xa5\xb8\x96\x27\x40\xcc\xa7\x41\x96\xe2\xdc\x6d\x78\x17\x55\x77\xee\x29\x28\x6e\x0d\x76\xd1\x04\x78\x0a\xb4\xa7\x1a\x13\xad\xf9\x68\x53\xb2\x86\x06\xd8\xd7\x3c\x8f\xaa\xcf\x87\x37\x58\x17\xf5\x0c\x8f\x64\xef\xfa\xed\x29\x51\x53\x23\x93\xe5\x5a\x1a\x8b\x08\x79\x78\x8b\x75\x51\xfb\xf0\x58\xfa\xe6\x5a\x66\xd5\x54\xeb\x06\x86\x00\xd1\xe5\xe1\x86\x6f\xfd\xf6\xdf\xcd\x0f\xfc\xf5\xc3\xbd\x6f\x02\x5e\x06\xdc\xc9\xdb\x9d\xe8\x93\xdb\xd8\x6b\x9d\xc7\xbd\xfb\x70\x50\x8f\xde\x3c\xdd\x83\xf4\xe6\xe9\xe2\xef\xe3\x36\x96\xbb\x1b\x30\x96\x22\xa0\x71\x83\x65\x13\xa0\x49\xee\xfd\xfc\x8e\x11\x0e\xf6\xd0\x70\xeb\x4f\xa3\x67\xc0\xbc\x60\xb8\x2b\x23\xae\x95\x1e\xde\x45\x7d\x57\xbf\xec\x22\x1d\xb8\x63\x7a\xde\x45\x5a\x63\x7a\xde\x37\x7f\xe3\x21\xe9\xcc\x19\x6b\x71\x47\xd5\xb1\x3a\xa6\x47\xd4\x0d\x78\x10\xda\xd1\xc3\x3b\xa7\x6f\x6e\xcc\x23\xaa\x6e\x6c\xba\xc4\xdf\x80\xb4\xb1\x01\xe9\x55\x72\x77\xe3\x29\x59\xe6\xee\x4c\xf0\x29\xc0\x78\x6e\x06\x44\xea\xe2\x54\xb7\x8f\x93\xae\xad\x7b\xfb\x28\xe8\xda\x1c\xb7\x05\xa3\xae\x13\xf4\xee\xc6\xa6\xb8\x9a\xf7\xb1\xa4\xb7\x5b\x67\x41\x2d\xae\x65\xcc\x8a\x91\x31\x1d\xec\xee\xc6\xd3\x29\xf9\xe3\x86\x8a\xb5\x4f\x6f\x1f\x13\xdd\xd8\x78\x43\x8a\x3e\x6f\x1f\x0e\x5d\xf4\x7d\x43\xb9\x62\x8f\x77\xe8\xd3\x8d\x19\xcd\xe1\x6f\x4c\x88\xc3\x8d\x19\x9b\xdd\x25\x20\xb0\xa6\xf3\x86\xf6\x74\x52\xdc\x37\x5b\x47\x93\xc6\x4a\x8b\x9d\xdc\x2c\xae\x56\xfa\x9e\xa6\x3d\x0f\x7a\xad\x87\x28\xe8\x5e\x6c\x4c\x7f\x9b\xcc\xb7\x56\x62\x4a\xf8\xd4\xd4\x4d\x0e\x5b\x31\x90\xc9\x0c\x57\x7f\x31\x22\xbe\x4f\xcd\xef\xe1\x4f\xe7\x8f\x2f\x31\xd5\x69\x99\xb3\x8b\x59\x4c\xf3\x30\x91\xc3\xcc\x9c\xa9\xfd\x70\x1e\x03\x48\xb3\x87\x80\xd5\x68\xf1\x17\xb0\x5e\xf5\xbb\x66\x49\x83\x9a\x9c\x85\xa7\xeb\x78\xc1\x74\xb6\x3d\x16\x29\x09\x8b\x87\xa8\xc5\xbf\x6a\xf0\x7d\x48\xf0\x10\x53\x78\xf4\x4f\x2f\x0f\x11\x46\x71\xdd\x85\x7b\x71\x53\xcf\xdf\xc6\xfc\x80\x10\x74\xb8\x3c\xcc\x1a\xbb\x8e\xef\x07\x6b\x27\x09\xe5\x01\x43\xd0\x11\xf8\x80\x21\x9c\x06\x5a\xd4\x94\x87\x38\x80\x58\xde\xc3\xba\x54\x37\xc6\x30\x83\xe6\x12\x37\x2b\xc1\xfd\xc1\xae\xd6\x71\xf8\x60\xad\x25\x85\x3f\xd6\x5a\xeb\x90\x7b\xb0\x71\xa5\x2a\x3c\xb4\x59\x35\xb5\x0f\x76\xa7\x84\xbb\x87\x4f\xaf\xde\x0c\x78\x80\xfa\xfc\x19\xda\x5a\x98\xbc\x2c\x75\x55\x2d\xec\xab\x4b\x3a\x34\xcb\x7c\xf5\x97\x81\x22\xe0\x6d\x40\xdf\x58\x6b\xf0\x26\x78\xdd\xb7\x4b\x0c\x4c\x03\xab\x9f\xd7\xa4\xda\xfa\xe6\xad\xed\x7d\x1d\xc7\xf1\x1d\xfb\x7b\x5b\xa6\xab\x22\xfd\xb7\x35\x9c\x2a\x7e\xfa\x06\x23\x2d\xd3\x5b\x5b\xf4\xd8\xb4\x5f\xdf\x22\xb7\x63\x1b\x2e\x39\x0d\xe8\x1b\x91\xd5\xb1\x2d\xf2\x78\x6e\xda\x00\xdb\x5a\x82\xe7\xae\x4f\xb6\xb5\x45\x5e\xdb\x7c\xeb\xa8\x39\xf6\x45\x95\xaf\x7d\x7a\xcf\x94\xb5\x51\x04\xe9\xac\x5b\x27\xc4\x6b\x9f\xcf\x29\x32\x5f\x5b\x5b\x90\x8f\xb8\x94\x89\x3b\xac\xe1\x0b\x12\x17\x5b\x13\xf8\x3a\xfa\xb6\x66\xe0\x58\xd3\x24\xa0\xfc\xf8\xba\x52\xb2\x86\x72\x2d\xd9\x51\x80\x04\x6c\x7e\xaf\x49\xfb\x00\xe5\xaf\x81\xca\xaa\x0b\x58\x0a\xfd\x45\xcb\x6b\x24\xd7\x22\x1f\x01\xdd\x5c\x40\xbf\x87\xf9\x80\x7e\x6b\x33\x6f\x00\x8b\x52\xb6\xd4\x5a\x94\x72\x04\x97\x97\x66\xc5\x80\xb8\x90\x06\xba\x00\x75\x19\x40\x5d\xd2\x80\xd4\xfc\x46\x03\x8b\x0b\x49\xe2\x10\xf0\x50\x6b\x3b\xed\x59\x8c\x02\xa1\x69\xb2\xaf\x6e\x71\x87\x5a\xfa\x01\x28\xe3\x45\x05\x18\x6e\x86\x32\xcd\xd7\x75\xf4\x1d\xf0\xfe\xf1\xd5\x3a\x63\xde\xd7\x68\x9a\x18\xde\x82\xb4\x72\xa5\x05\x52\x97\x83\x81\xcb\x94\x31\x24\xdc\xbc\x8e\x5e\x34\x0d\x97\x94\x33\x81\x6b\x22\xf6\x6d\x91\xff\xeb\xe8\x32\x02\xec\x7b\x3f\x03\x96\x1f\x5f\x6d\xdf\x00\x4e\x97\x0d\xc0\xf1\xe3\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xf1\x25\xfd\x4e\x80\x78\x78\x6d\x17\xa0\x37\xea\x48\xe9\x5a\xce\x1a\x4c\xac\xa4\xb3\xf1\xfa\x5a\xa3\x76\x41\x3e\x7d\x4d\xc3\x35\x0a\x40\xf1\x96\xe9\xdf\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x3b\xa1\x58\x55\x2f\x55\xad\x40\x5e\x64\x30\x13\x5f\x6d\xc1\x6c\x8a\x6e\xcc\x23\x87\xad\x09\xc7\xfe\x01\x17\x09\xb4\xb4\xa2\x9d\xb9\x8f\x60\xaa\xc9\x35\xa2\x61\x50\x16\x4e\xc6\x0d\xad\x9e\x29\xf5\xd4\xfb\xb4\x1b\x92\x90\x97\x90\xdd\x00\x5f\x3e\xb5\x0c\x4e\xce\x6f\xa8\xf0\xd1\xcd\x4b\x7c\xc4\x8d\xc7\x80\x1f\x6c\x80\xee\x88\x5d\xf7\xb0\x1f\xe7\x60\x37\x3d\x4d\xb4\xc8\x3e\xe3\x39\xa0\x0e\x4a\xe1\x1e\x4c\xd2\xcb\x1c\x82\xe5\x7b\xd9\xa6\x3d\x4c\x66\xf7\xa5\xba\xd7\x61\x4e\x73\x37\x9d\x0f\xc7\xe1\xcd\x71\x1b\x8b\x7d\x33\x69\xdd\xd6\xef\x0e\x58\xc8\xfd\x80\x28\x7d\x92\xdd\x56\xed\x0e\xd8\xcd\xfd\xf4\xcc\xb1\x45\x6e\xab\x5b\xc7\x61\xf9\xe1\x7e\x9a\x93\x42\x39\xf7\x6b\x9c\xbf\xe1\x78\xbf\x72\x84\xe8\xd3\x39\x6c\x2d\x39\xbd\xcc\x53\x56\x91\xbd\x22\x4c\xce\x5b\x27\x5c\xe9\x67\x4a\x9b\x2c\xf3\x9f\xd2\xa1\xca\x9f\xd2\xa9\x52\x23\x35\x65\xfa\xa8\x87\x77\xfb\xb4\xed\xa3\x22\x74\x4c\x59\x3f\xea\x55\x03\x1d\x3f\xbe\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\xfc\xf8\x3a\xb7\x33\x2d\xcd\x05\xf5\x40\x8b\x9c\x5a\xb7\x34\x33\x65\x28\x29\x97\x19\xf8\x14\x9d\x16\xa8\x76\xde\x3a\x5c\x6a\xab\x7c\x69\x25\xbd\xf8\x6c\x9f\xb7\xbd\x7b\xbb\xc9\x74\xde\xd2\xce\x2b\xd2\xe9\xbc\xb5\x8c\x05\xc6\x3d\x4d\xf1\x65\x0c\xe6\x53\x14\x5f\xc7\x48\xe9\xda\x56\x63\xcf\xe0\x64\xa6\xab\x23\x93\xaf\x8d\x55\xc6\xc1\x58\x6d\x90\xdb\x36\x2a\xcb\x6a\xf3\x5b\x53\x32\xca\xd5\x3d\xa3\x95\x19\xa7\x6e\x0d\x9c\xa5\xd4\xd7\xed\x53\xd9\x56\x8b\xca\x10\xa4\xd8\x97\xac\xd5\x14\xc1\x54\x36\xf4\xb4\xc1\x67\xf8\xd0\x98\xd3\x16\x36\x54\xc8\x39\x45\x4d\xa5\x7b\xdf\x4d\x89\x19\xc7\xe5\xdd\x31\x6d\x1d\x2a\x97\x15\xb0\x69\xe3\x4f\x41\xad\x9a\x98\x7d\xaa\xf7\xce\x9c\x36\x9f\x20\xeb\xce\x69\x03\xca\x01\xc5\xc8\x14\x54\x36\x66\x75\xda\x0c\x0c\xe3\x98\xd3\x26\xde\xdf\xea\x36\x0f\x27\xa5\x7d\xe1\x74\xd1\xae\x74\xb2\xd2\x19\xba\x8d\x41\x05\x95\x71\x4e\x89\x33\xa5\x57\x50\xd4\xca\x5f\x19\xeb\x5a\xe9\x52\x58\xe8\xe9\x85\x3e\xc0\x5e\x36\x0b\x34\xe6\x39\x6f\xd9\xf9\x6b\xca\x16\xa9\x8d\x0b\x74\xb4\x6e\x97\x4f\xef\xf9\x30\x2b\x62\x4d\x1f\x3a\x3e\x39\x07\xa7\x58\x5c\xdd\xc6\x77\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xe3\xeb\xdc\x4b\xda\x5c\x03\xec\x57\x5a\x59\x1b\xa9\xef\xa9\xb9\x0e\x84\x7e\xa6\xbf\x35\xbe\xe3\x48\x0f\xcf\x1f\x5f\x67\x81\x35\x3d\xd7\x46\x3a\xcb\x95\xef\xde\x82\xe8\x7d\x6d\xa4\x52\x4f\x7a\xd0\x46\xea\x6c\x8f\xe7\x90\x99\x07\x3e\xf5\x5c\x1b\xe9\x2c\x2d\xdf\x89\x5d\x6f\x29\x93\x28\x10\x3c\xd7\x26\x2b\x1b\x1c\xed\xb9\x36\x59\x39\x59\xea\xe7\xda\x64\xe7\x05\xd1\x3f\x75\xea\x5e\x5b\x6a\xae\xf1\x5d\x7b\x7a\x90\xa9\xbc\xa7\x87\xc5\xf2\xaf\x96\x56\xd6\x26\xeb\x3d\xfd\x69\xfd\x3e\x6d\xbe\x45\x84\xcc\xa0\x85\x21\x18\x3a\xa6\xe7\xd4\xb4\x76\x5d\x18\xed\xda\x80\xc7\x75\xe6\xbb\xba\x66\x82\x83\xec\xb9\x36\x60\xd9\x4b\xbe\x5b\xe3\xab\x2d\x65\x3a\x2f\xc3\xf8\x9f\x6b\x07\x9e\x21\xc2\xe7\xda\x81\xe5\x33\xd9\x6b\x07\x96\x7a\x7e\x17\x8b\xa0\xaa\x53\x5b\x30\xd8\x3c\xb4\xf2\xcc\xd3\xda\x9e\xa5\x7d\xfa\x7f\xad\xb2\x92\xb2\x45\xbd\x17\x92\x94\x6c\xc5\xc7\x91\x75\x71\x24\xc8\xd8\xc1\x4d\xfb\xb3\x5c\x81\x8a\xc8\x29\x1f\xae\xe1\x8f\x10\x97\x3c\xaf\x23\x93\xbf\xf6\x67\xf9\x2c\x9a\x9c\xdc\xe1\xd9\x4f\x7b\xeb\x90\x8d\x9e\x6b\x7f\x5e\xfb\xa7\x87\x35\xfa\xb1\xa5\x15\x0b\xe5\xf9\x6e\xf1\x9f\x2d\x1b\xc4\xce\xee\x0f\xf4\xfa\xf1\x75\x1d\x88\x36\x92\xb1\x8f\x1c\xd8\x2f\x39\x61\xd2\xca\x6b\x6d\xcf\x82\x29\x76\xbe\x64\xf0\x3e\xe1\xc4\xaf\xb5\x3d\x8f\x03\x5c\x5e\x92\x36\x90\xb6\xe7\xcb\xc6\x32\x6b\xba\xd3\x2e\x89\x6b\xa4\xcd\x35\x3e\xb4\xcf\xf9\xd2\x39\x17\x42\x7f\x39\x16\xe4\xd3\xdf\xd2\x45\x43\xe8\x2f\x39\xa9\xca\x91\x1e\x1e\x0a\x6a\x0b\x2e\x6b\x7c\x03\x06\x20\x47\xc7\xde\xcf\x40\x52\x13\xf2\xdd\xb0\xa5\x97\xef\xd6\xf6\xbc\xae\xe0\x29\x51\x26\x67\xc4\xcb\x41\x23\x67\xca\xaa\xb6\x04\x6d\xca\x43\x1f\x06\xf7\xd2\xf6\xdc\x47\xca\xda\x8f\xaf\x0b\x9b\xde\x7c\xad\xed\x79\xb5\x9a\x56\x86\xc5\x39\xa0\x35\xbe\x88\x64\x32\xee\x1c\xfd\xd3\xc3\x62\x3f\xfd\x48\xcd\xa7\xa4\x81\x0a\xf4\x5a\x73\x06\xbd\xc8\xec\x73\x9c\x9c\xb9\xb2\xfa\x1c\x03\x96\x66\xa3\xcf\xb9\xb3\x79\x64\xf4\x29\x3d\xcd\xe8\x80\x8c\x00\xf0\xd2\xfe\xac\x1c\xc1\xb2\x07\x95\x51\x03\x2d\xa1\x0e\x1b\xe9\x7c\xad\xfd\xf9\x91\xff\x5e\x92\xc4\x7a\x08\x46\xdb\xf3\x84\xfb\xc9\x6e\xd4\xf6\x3d\x3d\x4c\x41\x41\xd4\xca\x7d\x5a\x79\xfe\xf8\xea\xd7\x48\xd9\xda\x81\x35\xa4\x25\x99\x0d\x5b\xf5\x94\x13\x6a\xaf\x90\xf2\x6b\xed\xc0\xb6\xb7\x40\x87\x20\xbe\xd3\x06\x2c\x1c\x90\x2f\x6d\xc0\x0b\x4e\xfc\x5a\x1b\xb0\x9c\x9f\x56\xc4\x7f\xe0\xe7\x2f\x6d\xc0\x33\xf3\xa2\x30\x93\x12\x12\x99\x0e\xb3\x08\xb4\x36\x60\x84\xbb\x97\xe3\xb2\xb2\x91\x12\x98\x05\xf4\x94\xf9\x25\x90\x2c\x27\x23\xdf\xc9\x74\x02\x67\x7c\xcb\x42\x51\x18\xed\x5b\x02\x7f\xa4\x5e\x7c\x6e\x9c\xc0\x6f\x9d\x8f\x1b\xa2\xc9\x7b\x6d\xc0\x56\x3f\x35\xed\x2c\x6d\x40\x97\xac\xcc\xf9\x6e\xad\x5f\xb4\xa2\xb7\xf4\xe4\x12\xe1\xf9\xad\x03\xf2\x82\x7a\x71\xdd\x9d\xf9\x50\xc6\x6a\xe4\x9d\xf7\xda\x81\xad\xd6\x34\xb3\x58\x68\x24\x5b\x5b\x08\x47\x69\xdf\xf3\xe5\xb7\xb6\x67\x0b\xa6\x3e\x3d\x21\xe6\xf7\xda\x82\x65\xe8\xdc\x2b\xb8\xd8\x84\xcb\x02\xaa\x1c\x0a\xdd\x90\xfd\x10\x14\xc9\x0f\x21\x41\xa1\xd8\x17\x76\x5d\x29\x91\x79\xf9\xf3\x91\x9d\x61\x2d\x35\x65\xa4\x95\x06\x5d\xfa\x26\x73\x90\x05\x93\x62\x1f\xd8\xd2\xf1\x03\xca\xf1\x20\xad\xb3\xd8\x27\xb6\x1f\xfb\x06\x9a\x52\xe8\x2e\x9b\xe1\x16\xf8\x74\x2f\x6e\xf7\xc0\x48\x2b\x16\x57\xba\xc3\x79\xe1\xc5\xa5\x97\x29\x1e\xd7\x01\x84\xfa\x06\xf0\x76\xab\xae\xd8\x65\x01\xdd\x47\x03\x2a\x0b\x12\xc5\x16\xdb\xda\xbb\x42\xfa\x04\x9d\x82\x3a\xd0\x25\x28\xdf\x35\xd9\x2a\x2a\x50\x57\xd9\x01\x34\x64\x50\xdf\x80\xee\x55\x76\xa6\xcd\xa9\x9a\x03\xe8\x21\x28\xad\xc8\x0b\x50\x52\xf6\x52\xd9\x05\xf4\x16\xe4\x36\x65\x0c\xe9\x0a\xd3\x15\x64\xdb\xce\x09\x74\xa8\x66\x20\x8d\x8f\x79\x19\x38\x0f\x07\xe0\x90\xa9\x6e\x18\x35\x07\x7a\x6c\xb5\x05\x5c\x85\xfb\x15\x48\xad\x32\xa5\xb2\x7c\xf4\xfd\x3a\x80\x34\x6b\xe7\x05\x74\xba\x8f\x13\x50\xd3\x76\x05\x6a\x2e\xcc\x97\x9a\x37\x48\x45\x76\x8f\x6e\x19\x6f\x41\xb7\xaa\xf6\x01\x38\x0d\xa6\xee\xc3\x0d\x55\xc0\xa7\xfc\x52\xa9\xab\xa9\xfb\x8c\xeb\xed\x71\x51\x28\x49\x6b\xab\x29\x95\x95\x64\xab\x83\x91\xc9\xdd\x65\xeb\xfd\x82\xbc\x76\x0d\x48\x6b\x77\xa6\x1d\xad\xdd\x05\xb6\xf6\xe0\x9c\x81\x84\xc0\x95\x56\xb4\x76\x6c\xbf\xdb\xf4\x77\x7a\x06\xa6\x25\xfc\xec\x16\x29\xd2\x7d\xab\x81\xe4\x05\x85\xac\xac\x0f\xef\x0a\x94\x10\x28\xea\xec\x05\xe8\x72\x61\x03\x54\xa4\x78\x67\xaf\x48\x25\x5e\xa5\x03\x70\xb8\xb4\x02\xde\x06\xd3\xcf\x34\x98\x7e\x1e\x06\x83\xd3\x53\x6e\x3e\x0f\xe6\x61\xa7\x62\xaa\xca\x80\xb7\xb1\x7d\xa4\xdf\xf6\x0d\x72\x96\x7e\xbb\xa4\x87\x54\x95\x93\x11\x7a\x7e\xd8\xd1\xd6\xa1\x4b\x69\xaa\x7d\x63\xcb\x3c\x6c\x42\x86\x84\xa5\x9b\xf6\x8d\x0d\xeb\xc8\x93\x7d\x6c\x0c\x5b\xb6\xc9\x7d\xc0\x89\xa4\x9d\xb6\x33\x5d\x2a\xae\xff\x64\xa1\xa5\x81\xf6\x8d\x65\x90\x06\xda\xce\xf4\x2f\x0b\xd6\x3e\x76\x06\x39\xb5\x4d\xd8\xb3\x56\x25\x51\xd1\x16\xb8\xf0\x29\xc7\xb7\xfc\x7a\x55\x35\x3a\x74\xe9\x60\x7e\x2b\x7e\x0b\xec\x06\x53\x2a\xb7\x2b\xbb\x5f\xda\xe4\x2a\x64\xd4\x62\x22\x1b\xac\xc8\xd1\x2d\xfb\x38\x52\xd7\xc8\x17\x2f\xae\xad\xc4\xfb\x60\xfa\xa4\x35\x2e\xf0\x04\xd4\xdc\xd6\x40\xb2\xa4\xc3\x56\x9e\x26\x9a\xc1\x54\x4b\xff\x6b\x67\x4f\xd5\x5b\x63\x19\x40\x22\x8a\x9e\x3e\x5e\x9a\x12\x20\xf9\x62\xcf\x41\x2b\x0e\xe3\x18\xe9\xc3\x81\x1c\x83\xfd\x26\x4d\x6e\x81\x3b\xa0\xf0\x81\x3d\x5a\x65\xd8\x3b\x1c\xe9\x69\x1f\x3d\xdc\x42\x42\x7b\xbb\x3e\x90\x4e\xab\xe3\x00\xb2\x3f\x35\xdf\xbd\x35\x48\x37\x2a\xf1\x77\x35\x0a\x28\x27\xdb\xc6\xec\xbc\xa0\xe0\x06\x24\x6c\x8e\xd4\x14\x01\x33\xe9\x76\x2f\xee\xfd\xca\x87\xda\xf1\x6c\x8b\x97\x0f\x44\xce\x83\x97\x9d\xaa\x50\xec\xcb\xc4\x0d\x6e\x92\x2b\xbb\xdd\xa4\xc5\xae\xc4\xbe\x33\xab\x92\xde\xfa\x06\xb9\xbc\x4c\x93\xc7\x00\x72\x2b\xa9\xe9\xe0\x09\xb7\x62\xc9\x07\x6d\x6a\x81\x55\xdd\x07\x12\x03\x86\x8b\x4a\x4a\xe9\x5b\x09\x24\x06\x07\x57\x90\x94\xd2\xae\xdd\x88\xbe\xc5\xf2\x2d\xa2\x2d\xc8\x0c\xc4\xcb\x36\x14\xdd\xb3\x17\x7b\x91\x17\x68\x53\xb8\x47\x35\x36\x71\xaa\x66\xc7\x62\x19\x9b\x23\xc4\x86\x8c\x77\x0b\x7c\xb8\xf4\x02\x7c\xe9\x66\xca\x6e\x70\xb7\x95\x1a\xca\x1f\xbb\xcc\xd2\xed\x90\x5a\x55\xc6\xd1\x51\xf8\xdc\xf2\x21\x52\x6b\x36\xb7\x95\xe1\x2b\x35\x57\x33\x21\x8e\x43\xbb\xa6\x39\x38\xa3\x8c\xa2\x7d\xd1\x8b\x59\xe2\x28\xe2\x9f\xcd\xc6\xb9\x32\x8a\x03\xf2\x2c\x06\x96\x51\xb1\xaf\x5e\x80\xb2\xd9\x60\x7f\x2c\xc3\x81\xe6\xad\x98\x6c\x87\x82\xbd\x17\xe8\xd9\xb8\xac\x10\x14\x70\xbe\x34\xa2\x66\x63\x69\x19\x4d\x73\xd5\x1c\x97\x53\x86\xa3\x91\x5b\x31\x21\x8d\xe6\xab\x20\xdb\x45\xa9\x62\xdf\x5a\x31\x2f\xb6\x93\x6f\x6f\x75\xf3\xf0\xbb\xd5\xae\xbd\xb8\xe5\x21\x26\xdf\xaa\x99\xf3\x70\x20\x67\xab\xad\x00\x5e\x06\x1b\xe0\x30\xe8\x96\x6d\xc5\x6e\x1c\xb6\x43\xf6\x80\xbd\x9d\xe6\x46\xe3\xe9\x25\x3b\xcd\xb9\x86\x14\xf4\x05\x1a\x67\x6f\xb0\xd2\xbd\xe1\x87\xa5\xf2\x76\x06\xd4\x61\x5c\x77\xef\xdb\xf1\xf6\x6c\x9c\x8d\x52\x0f\xf0\x04\xc9\xb7\x38\x5b\x3b\x7d\x00\xde\xba\x55\xb6\xc0\x6e\x50\xc6\xc0\x30\xa1\x5b\x82\xe6\x02\x35\xcf\xf7\x4e\x65\x73\xff\x7b\x1f\xc6\xd9\x23\xba\xf7\xdb\x58\xf9\xa4\xb8\x0f\xdf\xa5\x59\xba\xd1\x77\x4c\xfd\xf6\x5d\xaf\x61\x2b\x59\xb9\xcb\xbc\x7f\xf3\xec\x94\x5b\xb7\x82\x76\x22\x51\x16\x78\x1b\x34\x8e\xa7\x51\xbe\xcc\x61\xef\x4b\x86\xd6\xcd\x11\x67\xe5\xbe\x7c\xa7\x85\xb9\xb9\x15\xb6\xbd\xc0\x66\xd0\x64\xd5\x76\x4a\xa5\xb1\x35\x5b\x46\xcb\x7d\xfb\xaa\x09\x12\xe9\x6d\x87\xc6\xb6\x9b\xaf\xdd\xd3\x91\x84\xbb\x97\xe8\xb6\xe3\xa1\xd9\xa1\xbe\x40\xe1\xec\x40\x8a\x72\x4f\x6f\x32\xdb\x47\xcb\x3d\x1d\x36\x5d\xcd\x06\x6f\x19\xc6\x57\x65\x77\x64\x5f\x61\x73\xc4\xcb\x02\x1f\x06\x8d\xf3\xc3\x46\x2e\x1b\x8f\xcb\x2d\xdb\xd1\xde\xba\x85\xe8\x5b\xd6\x9b\xbd\x35\x4b\xe6\xf7\xcb\x5b\xb0\x9b\xc3\xde\x2f\x2b\x5b\xf6\x3f\x2c\xd0\xdf\x32\x93\x52\xc1\xf7\xd6\xcd\xba\x6e\x69\xa5\xfb\x05\x53\xb9\xa5\xee\x2d\x70\x07\xf4\xb7\xde\x91\xf7\x5b\x1a\x4a\x63\x37\xdf\x6f\xdf\xae\x40\x60\x9f\x9b\x68\xff\x1a\x16\x2d\xe7\xe6\xed\x6b\x4b\x47\x99\x45\x2d\xb7\xe1\x69\x9f\xc5\x2c\x07\xd9\x60\xfa\x16\x59\xb3\x2b\x78\x81\x9a\xab\x21\x0b\x5c\x99\xba\x0c\xb5\x3a\x32\x78\x2a\x26\x00\x25\x6d\xfa\x82\x4a\x1b\x26\xd0\x79\x69\x5e\xfb\x66\xfd\x6b\x3a\x5e\x21\xa7\xcf\x74\x74\xc1\xd8\x3d\xaf\x53\x91\x5e\x7b\xb7\x7a\x5b\xa6\xf9\x42\x44\xa6\xd9\xad\x0e\x05\x8b\xe1\x1b\x4d\xa8\x72\xd3\x51\xff\xdd\xce\xc7\x05\x5e\x02\x7d\xe6\x4e\x47\xf1\x77\x2b\xea\x05\x27\x6c\xdf\xcc\xcb\x26\x61\xe7\xd5\x14\x6a\x87\xe8\xde\x37\x33\x91\xe9\xf8\xe6\xb3\x7a\xa3\xd8\x14\xbb\x77\xa8\x1b\x03\xe0\x35\xcc\x7f\x6d\xe5\xdb\xfb\xee\xa3\xd7\x86\xbd\x3d\xaa\x91\x8d\x1c\x7b\xe4\x72\x5b\x32\xf6\x8a\xb8\x8d\x1e\xde\x77\x06\xf8\xa6\x23\x33\x91\xf9\x1e\xcc\xd5\xaa\x5c\xfb\x36\x5d\x59\xda\x40\xed\xbb\x3c\xb1\xdd\x06\xa9\xda\x0f\xdf\xcd\xd0\x3d\xaa\x57\xed\xdc\x65\xac\x42\xa3\x12\xde\xd8\x6d\xab\xab\xdd\x57\xb3\xba\x3d\xe1\x0b\x7c\x0b\x14\xa7\xab\xdd\xa7\x02\x31\x3a\xb5\x5f\x62\x6d\xdd\x47\xd7\x02\x5d\x59\x36\xd6\xea\xf0\xbc\xbd\x1f\x12\xee\x17\xf8\x32\xe8\x96\x9b\xcd\xa3\x36\xd3\x57\x07\xd0\xed\xdd\xe7\xdc\x02\x5d\x79\xb8\xb2\x2f\x6b\x54\x47\x18\x54\x6b\x6e\xeb\x8c\x34\x56\xf6\x6d\xf6\xc2\x10\xcc\x09\xba\x2e\xc9\x08\x94\x69\xbb\x30\x04\x07\x2b\x74\x1b\xef\xab\x65\xe6\xbd\xfb\xac\xaa\xfd\x69\x62\x28\xcd\x23\x7a\x1b\x67\x5d\x65\x59\xa0\x36\x59\xd7\xcd\x94\x57\x1d\x9b\xe7\xca\xc4\xb0\x40\x3b\x51\x53\xea\x25\x73\xec\xf0\x02\x1f\x06\x4f\x83\xe2\x22\x5d\xf7\x33\x5e\x75\xec\x36\x36\x5a\xbd\x5f\xa0\x0e\xa7\x4d\x9a\x6a\x1d\xbb\x38\x41\xaf\x1f\xf0\x36\xa8\xe5\x1e\x87\x36\x68\xaf\x97\x9b\x3a\x3c\xb1\xeb\x9c\xfb\x86\xef\xaf\xba\x1e\xdf\xf0\x08\x8a\x89\xbd\x4a\xba\xa8\xc3\x97\x56\xfb\x79\x54\xc0\xa7\x41\x63\xe1\x4b\x98\xd5\x91\x0e\x75\xf8\xc6\x60\x3f\xbd\x26\x83\x5b\x58\x19\xee\xa5\x45\x68\x0e\x4a\xae\x43\xa7\xc2\xde\x4f\xfa\xbd\xec\x2f\xda\xa9\xac\x80\xa1\x25\x22\x77\x40\xb1\x63\x9b\x11\xeb\xe8\x26\xc9\x8b\x79\xed\xc3\x0e\x33\x53\xf7\x18\x16\x81\xec\x86\xab\x83\x8b\x3d\xba\x2b\xf2\xaa\xc3\xb7\x30\xba\xed\x41\x0b\xf4\xbd\xe6\xba\x03\xba\x65\x93\xf3\xb0\xce\xd8\xaf\xe1\x11\x3d\x7c\x6b\xd5\xae\xd5\x3a\xe4\xcf\xd8\x7b\xdb\x3d\x84\xb7\x23\x11\x0e\xe6\xca\xa7\x7c\x77\x40\x54\xbd\x37\x93\xa4\x03\xa7\x17\xf8\xb2\x49\x5a\x68\xdc\x8e\x86\x6e\xb6\xd8\x2c\x50\x8b\x62\xff\x67\xbd\x2d\xf2\x75\x7b\x27\xea\x7d\x99\xd1\x5b\x65\xae\xb7\xa2\x5e\xf7\x6e\xa5\xb3\xde\xcd\xa4\x31\x24\x3e\xd5\xbb\xab\xe5\x6e\xcd\xb2\xde\x8a\xdd\xdc\xbb\x4f\x94\x7a\x3b\xf4\xa0\x0f\xb0\xb2\xf2\x56\x9a\xb9\xc8\x2d\xfd\x6c\xef\x0e\xaf\xa9\xf7\x33\x6b\xe4\xa6\x2c\x90\x77\x07\x53\x2c\xd0\xfd\x0e\x4a\x07\xa5\xc6\xd9\x12\xd1\x59\x25\xf6\xd7\xe9\x9d\xd1\x6c\x77\xaa\x53\xa6\xb6\x7d\x38\xf6\xa9\xce\x4d\x68\x0c\x5b\x7b\xea\x2c\xdd\x86\x77\x6f\xfd\x59\x44\xec\x63\xf3\x6c\xcc\xa2\x05\x1d\xe6\xa9\x75\xfa\xce\xf5\x70\x6c\x45\x9d\xba\x2f\xb8\x0f\x9b\x9c\xeb\xec\x7f\xe5\xe0\x5f\x90\xc2\x18\x3e\x90\xe5\x6c\xcf\xc5\xec\x76\x6e\xb4\x7c\x28\x8b\xe9\x99\x32\xb9\xe6\xf7\x7c\x38\xe4\x57\x4a\x99\x5c\x16\xdb\x00\x92\xc7\xad\xa6\xa6\x99\xf6\x07\x7c\xfe\xf8\x2a\xa7\xb9\xc5\x14\xc3\x2b\x36\x75\x2c\xe8\x6d\x6c\xe8\x5f\xce\x79\x9b\xb8\x16\xa4\xf8\x23\x9d\x93\x0b\x02\x71\xda\xd1\x16\xae\x1d\x74\xc6\xa9\x0f\x0f\x20\xf9\x61\x4a\xa0\x26\x7f\x7c\x1a\x95\x1f\xd8\xdb\x66\x2a\x66\xb8\x58\xb0\x5c\xd0\x4b\x03\x4e\x4d\xc5\x16\x1d\x83\xaa\x6b\x05\xca\xc8\xf8\x6f\xbb\xb2\xe8\x42\x41\xd8\x56\x0b\x16\x34\x8c\x69\x03\xbc\x85\x1b\xc3\x70\x34\xce\xc1\xca\x75\x89\xe3\x04\xf6\x2c\xd0\xfe\x1d\x66\xce\x52\xe3\x01\x85\xf4\x75\x72\xd6\x2d\xc8\xea\x0c\xd6\x15\x60\x41\x4b\x84\xdc\xb7\x2c\xa4\x3c\xe1\xdb\x08\x64\xad\x2d\x93\x6e\x57\xdb\x15\x68\xc8\xc5\xc3\xb4\xca\xb6\x6f\x3d\x7d\x41\x72\xae\x8d\x94\xbd\x3f\x01\x1f\x75\x0e\x22\x45\x3a\x50\xf9\xf1\x55\xac\x81\x2d\xa8\x3a\xde\xab\x02\x4a\x99\xab\x03\xc8\xbb\xa2\x04\xec\x56\x2a\x2e\x40\x45\x79\x6c\xe3\x5b\xa6\x3e\x87\x08\xcb\x21\x74\x0b\xf2\xbe\xdd\x81\x14\x6a\xc5\x88\x87\x45\x3b\x87\xe6\x2d\xf0\xfc\xf1\x75\x55\x66\x59\x97\x35\x6b\xb6\x92\x6e\x6b\x1e\xa7\xb9\xdd\xd4\x75\xcd\xba\x6f\xa9\x39\x3e\x31\x2e\x0b\xba\x7f\x0b\x6a\x5b\xe0\xc3\x2b\xc0\x38\x06\xea\x0f\x90\x90\x3b\x53\x26\x47\xcf\x41\x8f\xeb\x84\xac\x57\x86\x21\x67\xf2\xbe\x35\x3e\x54\x58\xc6\xbe\xb1\xcc\x03\xd2\xaa\x4c\xec\x14\x4d\xc2\x6e\xa4\x55\x94\xa3\x83\x8f\x64\xa5\x61\x63\xf9\x02\x75\x04\x04\x59\x49\x30\xd5\xae\xb5\x3a\x7d\xb9\xf1\x82\x7d\xe8\x42\x63\xdd\xb7\x1d\xe8\xb7\x50\x9e\x05\x5d\xda\x05\x29\x93\x4f\x0c\x1e\xa5\xc0\xbd\xa3\x41\x9f\x92\x2f\xeb\xbe\x05\x9a\x8a\x4e\x0a\xf4\xf8\x04\x04\x2d\xe8\x69\x64\x1a\xe0\x4b\x1f\x02\x99\x09\xb0\x5f\x65\xd8\xde\x07\xa4\x63\x99\x75\x94\x94\xd9\x9c\x48\x17\x8e\xe1\xb3\xe3\xa4\x3a\x86\xef\xd8\x37\x08\x42\xa6\xec\xfa\x1b\x34\x04\x6d\x40\xd2\xb7\x7c\xee\x4c\x9b\xae\xf7\x03\x54\xbd\xaa\x8e\x0a\xa8\x53\xc7\x2c\xb1\x66\x0b\xd2\xbc\x41\x81\x8e\xe0\xe3\x54\x99\x37\xb6\xce\x7c\x77\x29\xf0\x07\x54\x75\x6a\x5c\x9d\xb5\x90\x8f\x7e\x6b\x20\x23\x0f\xe1\x68\xe9\xe1\xed\x51\x00\xae\x23\xb2\xee\x7b\xa0\x22\x08\xbc\xc5\x01\x1c\x32\x57\x13\x8b\x57\xe0\xd7\xf7\xbc\x3f\x41\x57\x0b\x9a\xbf\x85\x63\x56\x02\xf5\x1a\x92\xb1\x23\xf3\x8e\x02\x06\x0a\xcc\x3b\x4e\xa6\x6a\x9a\x52\x2c\x29\x10\x97\xd7\xb2\x56\x52\x63\xab\x2f\x64\x54\xc7\xe5\xd5\x7d\x4f\x59\x53\x34\x4e\x9a\xe9\xfe\x30\xed\xc8\x19\x77\xe5\xc3\xe9\x88\x44\xa0\xa7\x9a\xb9\x80\x44\x2a\xd0\xad\x0c\x1f\xe5\x64\xe7\xe8\x52\xe7\x5e\x0b\xc7\xd7\x54\xd8\xc9\x0e\x2b\x9b\xf2\x6b\x67\x39\x24\x48\x1f\xbd\xa6\x4c\xf1\x69\x47\xbe\xeb\x3a\xbd\xd2\xe8\x90\x87\x1f\x44\xad\x3f\x3b\xca\x7f\x81\xd3\xab\x53\x00\x9f\x3f\xbe\xae\x33\x8d\x0a\xd3\x23\x35\xdf\x82\xa8\x78\x83\x29\x85\xb7\x03\xf2\x18\xb0\x6e\x4c\xed\x1b\x07\xdd\x14\x7b\xe8\xec\x71\xc5\x0a\xd6\x8d\x55\x9d\xa6\xb1\x8b\x1e\xe1\x1c\x9f\xaa\xd3\xb8\x32\xac\x5b\xf3\x78\xa4\x13\x45\x24\xd6\x40\x50\x19\x0d\x59\x10\x3b\x40\xc0\x91\x5a\xbe\xcb\x50\x1d\x59\x78\xac\x93\xe5\x5b\x76\x6d\x5b\xc4\xd8\x6b\x1a\x3a\xdd\x10\x93\x60\xd1\x9f\x43\x69\x4e\xaf\x41\xaa\xae\x33\xe1\x18\xa0\x2e\x37\x5c\x69\xf9\xce\xcc\x63\x0f\x3e\x2f\xe3\xce\x7a\xc1\xe7\xd8\x14\x76\xd8\x14\xce\xf0\x87\x6f\x15\xc3\x85\xa4\x2f\xad\x2f\x3b\xa0\x3c\x05\x9f\x42\x26\x73\x00\x0e\xa1\x97\x42\x19\x54\xa1\x57\x3b\x64\x6a\xd9\xd3\x09\xc2\x50\xea\xca\x00\x85\x68\xf4\x48\x7e\x1b\x20\xd1\xef\xc5\x87\xf2\x10\x17\xce\xd7\x87\x2f\x0b\x42\x69\x0a\x54\x3c\xf6\x8d\x19\x91\x27\x67\x75\x49\x1f\xb6\x10\xa1\xbc\x12\xab\xb8\x47\xaa\xb2\xf7\x66\xec\x50\xbb\x6d\x40\x05\xe9\x44\x26\xa0\x6a\xc7\x61\x75\x44\x62\xb1\x4d\xb2\x3a\xee\x6f\x7d\xc8\x38\x6f\x9f\xb7\xec\x76\x45\xf7\x15\xe5\x11\x59\x90\x39\x13\xbb\xc6\xd1\x7d\x63\x67\x7f\xcb\x09\xb3\x10\x4a\x5d\x05\x64\xc0\xa8\x1f\x08\x32\x41\xc8\x82\x0c\x9b\xd8\x5e\x98\x76\xb0\xa9\x24\xc8\x1f\x67\x10\x92\x13\xa6\x64\x32\xc5\xe2\xf6\x91\x32\x16\x25\xa0\x62\xde\xb2\x26\x0e\x45\x86\x2e\x1d\xd3\xd7\x0e\x4e\x6e\x87\xf1\xed\x91\xba\x9e\x50\x09\x9c\xc3\xa1\x7b\x1b\x34\xac\xf0\xbc\x63\x40\x8a\x4f\xc7\xb9\x32\x7b\xf6\xcf\x5c\x68\x37\xc4\xe7\xd5\x02\x3f\x7c\xda\xb1\x71\x05\x7a\xe9\x08\xc8\x97\x72\x3a\x42\xef\x4f\x5f\x61\x86\x1d\x10\x76\x77\x06\x02\x39\x9a\x19\xe2\x15\x2c\x89\xbd\x35\xb5\xc0\xac\x09\xbc\xab\x69\x55\xd7\x16\x61\x9d\x4f\x73\x40\xc4\x0a\x05\xde\xad\x09\x49\xab\x43\x02\x7c\x0a\x75\xca\x23\xbc\x29\xf2\xae\xea\x6e\xbe\x20\x49\x44\x35\xfd\x9b\xe3\xa4\xfb\xc5\x0f\xcf\x2b\xdd\xcb\xca\xd5\xd2\x68\x18\x22\xad\x22\x12\xc1\x75\xad\x90\x36\x07\x62\x57\x07\xca\x55\xd4\x35\x07\xca\xad\x96\x98\xbb\xdb\xc1\x7f\x1c\x98\x8a\x78\x3b\xf6\xc8\x73\x0a\x79\xab\xd1\x53\x9e\xa6\x59\xa4\x09\xf9\xaf\x56\x55\x1a\x72\x8c\x0d\x9b\xe6\xe9\xa8\x9a\x10\x81\x8f\x5a\xd4\x0d\x85\xae\xad\x0f\x03\x5a\x4a\x3c\xd2\x89\x66\xa8\xa4\x1d\x31\x07\x44\x3f\x07\xa8\x61\xcd\x72\x48\xda\x6a\xa7\x00\x5a\xfd\x61\x35\x5f\x36\x6e\x21\xbf\xbd\xac\x3b\xee\x30\x77\x47\xa5\xb5\xe3\xca\xa7\xc2\x0f\xe1\x57\xa6\xd9\xba\x97\x94\x81\xed\xf7\x46\x14\x87\xa9\xc5\x64\xe4\x30\xb5\xba\xed\x69\xf5\xe1\x76\x4e\x40\x07\xa3\x07\x3d\xa6\x3d\xa0\xa6\x1d\x0d\xd4\x77\xf2\xf7\xc8\x7b\x8a\x54\xab\xd1\x73\x15\xa9\xd6\x0b\xd2\xaf\x22\xd5\x56\xd5\x80\x0a\x8d\x61\xa9\xe5\xfe\xab\xa1\x36\xdf\x47\xa9\x51\x64\x5e\x96\xe3\x51\x33\x15\x9d\xb6\xda\x49\x27\x1a\x17\xc4\x67\xe7\xe0\xd5\x53\xe6\x8d\x19\xc8\x3c\xef\x4c\x97\x5a\xb0\x1d\xee\xe4\x8b\x88\x98\x51\x08\x49\x2b\xf0\x18\xc5\x84\xd5\xf0\xf6\x97\xe3\x30\xd3\x8c\x64\xbc\x93\x13\xf5\xe5\x30\x69\x58\xf0\x6b\xb2\xec\x34\x23\xee\x78\xc2\x48\x1d\xce\x35\x38\x78\x5e\x18\x01\xd2\x0e\x74\x98\x05\xb2\xdb\xab\x70\xa4\x2a\x16\xab\x5c\x40\x18\x39\x58\x1f\x19\xe0\x8f\x8e\xac\xf2\x76\x60\x3f\xb3\xf3\x0e\x69\xa5\xea\xe5\x4e\x1a\x60\x37\xd8\x01\xc5\x91\xaf\x74\xb2\x38\x72\x19\xa9\x6a\x79\xe4\x0a\x68\xfa\x81\x3b\xc9\xe8\xdf\x0b\xdb\xf6\x6d\x31\xaf\xa6\x4f\x9f\xe9\x9c\xbe\x8a\xa4\xaa\x59\x92\xb7\xc9\x87\x09\x7a\x63\x33\x80\xaf\xbe\x31\xa7\x42\x6a\x72\x8b\xd6\xc8\x23\xb2\x3c\x1f\xbd\xa4\x1d\x11\x4c\x4d\x4d\x71\x39\xb6\xd7\xdb\x5c\xae\xa6\x51\x63\x7e\xa4\xf0\xa9\x89\x0d\x02\xe6\x30\xa0\xaa\xeb\x95\x17\x4b\xfb\x96\xdf\xea\x4c\x33\x96\xf3\x22\x21\xbe\x15\xb3\xd8\x3e\x1f\xfa\x44\xcf\x4c\x8a\x8d\x95\xa0\x63\x2e\x96\x15\x99\xde\x4e\x48\x76\x6f\x1d\xbd\xa5\x65\x58\x90\x13\xda\x85\xbc\x27\xa5\xb0\x13\xdf\xe2\x6a\x75\xa4\x21\xed\xa7\x2b\x1f\x76\x5d\x5d\x02\x59\xfb\xcd\x3e\xdf\x31\x03\x05\xd0\x12\xd9\x91\x76\xb4\x78\x10\xf0\xdb\x97\xec\x25\x94\x9e\x64\x96\xd8\x6c\x0c\x39\x1d\xeb\xb6\x28\xb8\x00\x4a\xf3\x3c\x53\x68\x7c\x3a\x50\x73\x9f\x15\x50\xaa\xa7\x64\xe6\x05\xdd\x2e\x4c\x2f\x16\x5c\x52\x68\x81\xec\xcc\x97\x6b\xbd\xcc\xd8\x17\xf4\xf2\x79\x11\x0c\xde\x3f\xbe\x4e\x1b\x92\x4e\x67\xbb\x58\x03\x03\x21\x93\x9a\x08\xf8\x74\x64\x5e\xf9\x20\x3b\xac\x0a\xe9\x08\x3f\x9d\xf4\xa2\x3a\xe6\xea\x74\xa2\x8b\x7d\x5c\x69\x95\x91\xa4\xd0\x72\x42\x07\x3d\x4b\x6b\x57\xda\x31\x1d\xa6\xcc\x42\x4d\xd9\xbe\xe3\xdd\x27\xa9\x32\xda\x91\x19\x52\x9c\xed\x6e\x01\xed\x74\x84\x60\xb7\xe3\xfa\x74\x80\xe0\x61\xc5\xe9\xec\xdb\xed\x61\xf2\xa1\x22\x20\x4a\xb0\x13\x95\x2a\xe5\xa6\xa0\xa5\x62\x8d\x93\x59\xbf\xbd\x7a\xac\x97\x7d\x24\x17\xf3\xea\xc8\x77\xa5\xc2\x13\xa8\xcd\xf6\xf9\x50\x07\xfa\xa7\xaa\x87\x9c\x2e\xa6\x6e\xe8\xa4\xcc\xd2\x6a\x90\x59\x02\xc6\x96\x29\x77\x2c\x42\xc9\xda\x65\x5b\x80\x8e\xa5\xcc\x3d\x08\xc4\xfd\x0c\xe4\xbb\x13\xf9\x92\x59\xf6\xe4\xec\x56\x21\x20\x90\xdd\x61\xab\x0d\x7a\x56\xf6\x8f\x5e\xfa\x00\x92\x42\x7e\x05\xa2\xcb\x03\x50\x12\x57\x6f\x40\x92\xb8\xda\x06\xa4\xf9\x68\x15\xc8\x79\x0d\x52\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x6f\xaf\xd1\xaf\xba\x56\x7b\xc0\xb6\x10\x7b\x94\x66\xad\x18\x7f\xda\xf5\xe4\x42\xd4\xc5\x86\xf2\x0f\x46\xe6\x11\x23\x85\x8b\xdb\xfb\x6e\xd8\xb9\x56\xdd\x0c\x8d\xba\x36\x3b\x8c\x1d\xc8\xf2\x37\xbb\xd9\x5e\xd4\x76\x8c\x03\xf0\xd4\x2d\xc8\x7c\x29\x0e\xc2\x2e\x53\xce\xe2\x5e\x3e\x35\x9d\x2a\x66\x4b\xa1\xae\xf7\xb0\xaf\x8a\x2d\x65\xec\xc0\x82\x88\x0d\x19\xdb\x0d\xc6\x8d\x82\x05\x5a\x68\x82\x6a\xca\xad\xf5\x4c\x2f\x3a\x8e\xf6\xd0\x50\xf1\x79\x94\x51\xc3\x4e\x6a\x0a\x75\x57\x07\xe1\xa2\xdc\xf6\xcc\x5d\xe9\xc5\xba\x7a\x4d\xbb\x52\x64\x33\x27\xba\xe3\xb8\x7f\x10\xf2\x36\xab\x80\x4e\x83\xe6\x04\x5c\x0b\xb4\x1d\x04\x96\x56\x1c\x45\xd1\xb2\xa2\x0e\x0a\x3a\x32\x65\xd3\xbb\x90\x6e\xa6\xb1\x67\xb9\xa7\xf9\x02\x47\x54\x99\x3a\x31\x47\x9a\x35\x5b\x08\xf6\x32\x9e\x5d\x99\x6b\xbc\x9b\x97\x1b\xaa\x18\xfe\x1b\x50\x31\x42\x03\x50\x92\xff\x91\xc2\xcb\x85\x1d\xd0\x0c\xef\xba\x00\xbb\x07\x5e\x01\x8d\x51\x0a\x7d\x84\xc2\xa8\x2a\x72\x14\xcc\x47\x09\x9b\x8f\x9c\xaf\x55\xa2\xd2\xc1\x66\xae\x3a\x95\x0e\x76\x61\x35\x4d\x21\x2d\x12\xad\x75\xa4\x13\x24\xf6\x02\xe4\x2d\x9a\x71\x8a\x15\x1d\xdb\x01\x04\x3e\x8c\x6c\x58\x54\xa8\x8c\x4c\x24\x57\xd9\x3b\xca\x5f\x55\x9d\x6c\x61\x41\xde\x01\x10\x8a\x12\x2c\x97\xce\xde\x76\x26\xe5\x3d\x07\x6c\xe5\x64\xe1\x84\x50\x0a\xe5\xa2\x9c\x9c\x82\xbc\xf3\x39\xd5\x95\x45\x79\xd5\xa5\xa5\x44\x3f\xa6\xb4\x09\x87\x14\x9a\x3a\x11\x74\x2a\xcc\x08\xde\xa8\x0c\xca\xd5\x2e\xe7\xd3\xa9\xb1\x6a\x76\xbe\x72\x28\x13\xc8\xb0\xa0\xf7\xe7\xae\xf5\xd9\x95\x2b\x99\xbc\x0a\x0b\x72\x5a\xba\x94\x79\x9b\x71\xee\x10\x01\x31\x02\x39\x70\x28\x1f\x9e\x32\x56\x55\x20\xdd\xe7\x64\x31\x9d\x1a\xf9\x62\x7b\x2a\x00\xe7\x68\x2c\xad\x92\x23\xef\x03\x9a\x3d\x6d\x69\x18\x81\x9c\x4a\x2f\xc8\xf8\xe2\x77\xda\x94\x26\x0d\x0d\x28\x2a\xab\x44\x30\x51\x4c\xcf\x42\x9b\x0f\x75\xe6\x1d\x2c\xba\x52\x81\xd5\x03\x21\xf7\x84\xb3\x71\x28\x9f\x26\x42\x34\x06\xe7\x09\xbb\x1a\x5b\x51\x29\x93\x17\x98\x52\xeb\xbc\xfd\x6f\x90\xc2\x95\x46\xb9\x84\x5d\x39\x75\x72\xfd\x34\x0b\xeb\x00\x85\xdb\x56\xf7\x01\xf2\xb7\xd1\x65\x46\x6e\xf3\x06\x66\x59\x77\xd8\x72\x30\x38\x25\xf2\x1e\x11\xe2\x24\x62\xf7\x4a\xa9\x66\x1d\x56\xa6\x04\xc8\x25\x6c\xd9\x29\x90\xc7\x95\x56\x25\x4e\xb3\x81\x14\x17\x5b\x0f\x18\x85\xb3\x1d\x5f\xe9\xdf\x8c\xab\x64\x29\xa7\xb5\x38\x44\xc0\x13\x5b\x19\xfd\x8b\x73\x75\xa4\x07\xc7\x2d\x34\x24\x64\x25\x3a\x2e\x36\x01\x2c\x68\x38\xec\x86\x71\x38\x4a\xe3\x43\x13\x0e\xe9\x08\x76\xb6\xfa\xe7\xec\xbe\x4c\xcb\x7b\x07\x3a\x3e\x99\x02\x16\x04\xb2\x3b\x20\xc8\x16\x40\x4d\xe5\x99\x2f\x9d\x69\x34\x55\x95\x9b\xe0\x48\x1f\xe2\xb2\x88\xae\x97\xad\x19\x65\x4b\xa1\x68\xf4\xc8\x87\x92\x0f\x3e\x65\xe0\x9a\x1e\xb5\x0b\x0f\x20\x25\x54\x3c\x38\xd5\x2f\x69\x98\x07\x3a\xae\x72\xd0\x95\x6b\xa4\x4c\xd9\x09\x8e\x40\xf6\x5a\xa7\x15\x87\x29\x6f\xf9\x70\x28\xed\xf3\x05\x24\xd3\x4a\x9a\x71\xde\x60\x18\x84\x52\x3e\xed\xd5\x96\x85\x05\x6a\xe6\x4a\x20\x66\x2e\x5f\x6a\x8f\xa0\x50\x5d\xa2\xc1\xe8\x41\x0a\x9b\xae\x07\x8a\xb2\xa2\xa6\xcb\x89\xe2\x73\xe9\x46\x72\x4e\xe5\xcb\x51\xa5\x05\x9e\xa4\xa0\x9f\x7a\x20\xa5\x2a\x59\x54\x3d\x10\xf9\x2f\xf3\x48\x54\xb6\x4b\x07\xe2\x01\x21\x29\x93\x54\xe9\xc1\x54\xfc\x72\x63\xfb\x5e\xe1\x97\x69\xe6\x36\x08\xaa\xd3\xa2\xd2\x99\x66\x95\x48\x02\x41\x4f\xf1\x5a\x4b\x94\x01\x32\x3f\x41\xf9\x6d\x70\x45\xc6\xdc\x08\x37\x84\xa3\x34\x67\x25\x81\x15\x29\x52\xbc\x1e\x35\x65\x6b\x13\xd4\x2d\xed\x80\x5f\xaa\x8a\xcc\x10\x4c\x94\xa6\x6a\x31\x9b\xd4\x9d\x62\xa8\x07\xd0\x43\x82\x53\x10\x90\xb7\xe6\x4a\x99\x35\x2f\x78\x76\x73\x38\x51\x78\x61\x1b\xe0\x4e\x9f\x76\x87\x46\x2c\x6d\xce\x75\x81\x48\xe8\xf4\xdb\x23\x0c\x45\x69\xb6\xeb\x01\x07\x51\x9e\x6d\x82\x1b\x17\x64\xf7\x38\x08\xf1\x16\x02\x7c\xa1\xa1\x0b\xb2\x49\xdb\xbd\x7d\xd2\x72\x2c\x68\xd7\x5d\x4d\xda\xb9\x2d\x19\x41\xa4\x8a\x93\x5b\xe8\x81\xbc\x38\x5c\xdd\x03\x2d\xd2\x1f\x5b\x20\xcf\x5e\x3e\x54\x02\x11\xf8\x6d\xd3\x1d\xb0\xc2\xb9\xd5\xc4\xdf\x8e\x7a\x7d\xcf\xb6\x1b\xb6\x04\xe4\xfd\x66\x22\xe5\x20\x69\x8e\x67\x3d\xe8\x63\x32\xb1\x03\x90\x3d\x13\xd0\x3e\x18\x34\x85\x66\x1a\xe6\x60\x6b\x84\x41\x83\xfa\xb4\x82\x3b\xd2\xee\xda\x43\x47\xc8\x49\xbc\xb1\x64\xcc\xd3\x86\xd5\x34\x2a\x83\x56\x56\x4b\xd6\xb7\x83\x43\x45\x81\x61\x25\x92\xa1\x63\xbf\x4e\x6a\x2a\x84\xae\x1e\x6c\x7d\x87\x21\x8f\x70\x29\x65\x21\x2b\x67\x4f\x61\xd3\x7d\xee\x0b\x48\xe1\x44\xd0\xa4\xf3\x3e\x9e\x5b\x3a\x14\xb1\x9c\xe9\x42\xc8\x30\x8d\x0e\xef\xea\x0c\x82\xf0\xae\x58\x9d\x9c\xf8\xb1\x16\xf8\x6b\xf7\x81\x8c\x82\xaa\x68\xaf\x5e\x46\xbe\xf4\x1d\x0d\x24\x02\x87\x7b\x6d\x47\x3e\xf4\xe9\x3c\x52\xf8\x14\xe9\x80\x1d\xea\x03\xe7\x5f\xf7\xcd\xf0\xa0\x2e\x8e\x76\xed\x29\xbb\x3c\x1f\x15\x50\x12\xd9\x19\x88\x1d\x72\x02\x0e\x45\xe5\x80\x9e\x0c\x58\xc7\x99\x32\xdb\x22\x33\x77\x3e\x56\x51\xa8\x74\xd9\xb5\x7c\xd0\x31\xf7\xcb\x0c\x4c\x16\x04\xec\xa6\x43\xdc\x52\x28\x62\xe1\xd8\x72\x7c\x57\xbf\xd2\xa8\x76\xc4\xa7\xcc\x6e\xd1\xb4\x62\xc9\x2a\x90\x6d\x49\x90\x9c\x43\xba\x36\xd8\xe6\x30\x79\x5c\x29\xf3\x8e\xe4\x34\x56\x48\xd7\xd1\x8f\x40\x24\xf0\xea\x80\xea\xb2\xa6\x70\xad\x40\x2b\x29\xd3\xe9\x87\x76\x37\xbc\xca\x08\x20\xce\xa8\xdf\x0a\x87\x9a\xc2\xb4\xca\xd5\x53\x88\x10\x76\x01\xb2\xcc\x29\x35\x8f\x67\xd5\x07\x2f\x03\xd0\xa7\x4d\xa1\x61\x6f\x0a\xd4\x6a\xb1\xe3\x28\x50\xab\x1e\x57\xfa\x34\xc7\x67\x4f\x3a\xdc\x7e\x64\x81\x46\x4e\x4b\xb0\x77\xcc\x38\xc6\x8f\x61\xed\x13\xab\xae\xc2\x73\x4b\x49\xb3\x28\x9f\x99\x4c\xf3\xac\xcf\x87\xa2\x97\x2b\x5d\x82\x6c\x40\xab\x6f\x99\xf7\xdb\x11\x03\x14\xca\xc6\x79\x66\x5c\x8a\x16\x8c\x79\xcf\xc9\xf4\xeb\x07\x12\x69\xa1\xc5\x28\x9d\x7e\x3d\xa0\x17\xe5\xd3\x3f\x22\x93\x0d\x4b\x68\x65\x4f\xa1\x98\x26\x5a\xcb\xb0\x06\x41\xd5\x1b\x4b\x07\x4b\xe2\xb4\xf8\xad\xc0\xa6\x49\x01\xc7\xb1\xe1\xd4\xf8\xad\x20\x4f\xde\x21\xa7\x80\x8e\x28\x4f\x43\x5d\x7d\x9e\x40\xda\x5c\xe7\xb7\x37\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x3d\xe8\x63\x8f\xd4\xaa\x58\x32\x32\x4a\x9d\xbe\x06\xdd\x0b\x9b\xcf\x37\x9d\x07\x8b\xe7\xac\x85\x51\x49\x75\xcf\xb9\x6e\x08\x57\x0e\x25\x6b\x05\xd1\xf3\xf6\x71\x18\x6d\x56\xc1\x64\xbd\x72\xca\xde\x36\x8c\x46\x61\xbd\x9d\xc8\x09\xa1\x49\x37\xa4\x4b\x0c\x55\xb7\x73\x9e\x23\xeb\xf8\xde\xf3\x99\x31\xdb\x5e\x1e\x3d\xf2\x76\xe8\xe9\x9e\x42\x85\x1d\xc1\x36\x6e\x9f\x62\x1c\xeb\x8e\x34\x8b\xba\x71\x5b\xe3\xe4\x88\x71\xb2\xc5\x8f\x5a\xe9\x64\x8b\x15\x29\x59\x71\x66\xbd\x6e\x81\xb4\x1e\x1c\x3f\x8a\x2c\x2b\x0d\x22\xf4\xfd\xa8\x3d\xba\xea\x94\xcc\xbe\x21\x5e\x4e\x9b\x4c\xa3\xd8\x29\xd0\x8c\xd0\xb6\x05\xd9\x4a\x71\xa5\xee\x90\xaf\xee\x04\xf2\xf5\xbd\x0f\xe8\xd0\x01\xc8\xc5\x81\x67\x11\x74\xa6\x55\xcb\x68\xa1\xc4\x9a\x6d\xe9\xc6\xe1\xa6\xe5\x08\xa8\x6c\x1d\x9c\xac\x04\xa2\x45\xb9\x54\x24\x5a\xc9\x94\xf8\x4a\xc7\xd5\x46\x40\x1d\x33\x9c\x2b\xbc\x46\x90\x91\xc9\xd6\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x22\x80\x08\xa6\x85\x32\x4e\x80\x49\xd0\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xcd\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9d\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x14\x29\x61\xab\x0e\x4d\x1b\xb1\x16\x39\xe9\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5e\xbb\x82\x9f\xe2\x7c\xe9\xe4\x01\x81\x17\x20\x45\xee\x1c\x29\x3b\x14\x10\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x75\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x54\x3f\xe0\x4d\x24\xc9\x1b\xe9\xf2\xad\x84\x76\x94\x39\x2d\x1e\xc3\x70\xb4\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xe1\x66\xf5\xd3\xa5\x48\x36\x86\x54\x05\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xa3\xdc\xf9\x37\x88\xdc\xa4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x94\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xa9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x3e\x2e\x76\x8d\x33\x10\x8c\x30\x4b\x85\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xb1\x70\x35\x4a\xb4\xd3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x11\x92\xf1\x37\x2b\xda\x8d\x28\xe9\xd3\x29\x07\x4a\x45\x9f\x73\xca\x81\x86\x40\xe1\x68\xb7\x08\x09\x0e\x76\xdb\x0f\x18\xa4\xa3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xc1\x6f\x35\x7a\x86\xb2\x11\x90\xf4\xf0\x74\x32\x82\xbd\x15\x74\x6e\x45\xc2\x1d\x0d\xa2\x50\xda\xba\x1a\x61\x5e\x71\x71\x35\x4a\x90\xe2\xe2\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3b\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd5\xf6\x0a\x36\x56\xdc\xd9\x6b\x8a\xa0\xab\x11\x16\x1d\x17\x17\x1b\xae\xe3\xe2\x3a\xcc\x89\xb0\x38\x44\x45\x87\xc5\x5d\x23\x65\x4a\xa9\xd7\xf2\x5d\xd7\xd5\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x27\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x11\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc7\x78\xcf\x3c\xca\x07\x3a\x62\xc0\x7d\x72\xc1\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x77\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\xca\xd5\x93\x95\x9c\xbc\x4f\x02\xc4\x53\x73\x40\x87\x36\x05\x7d\x4c\x07\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4a\x68\x8d\x90\xe4\x5c\x6f\x71\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x2c\xd8\x65\x4f\xa1\x42\x35\xcb\x95\x4f\xc9\xbf\x98\x76\x7d\x59\xd6\x63\x54\xc4\x1c\x99\x37\x17\x64\x1e\x06\x11\x28\x62\xae\x74\xf4\xa7\x97\x35\x96\x9c\x50\xc4\xab\xc5\x0a\xa4\xb0\xb3\x5e\x59\x03\x12\xa4\xe5\xe8\x77\xd8\x59\x44\x33\xc5\x99\x95\x01\x6d\x39\x0b\xda\xc8\x51\xff\xb2\x56\x02\xfd\x3a\xb2\xec\xea\x5b\x0a\x75\x27\x2f\xb8\xeb\x1c\x2e\x6c\x43\x85\x92\x1d\x7b\xcc\x47\x5c\x9f\xce\xfc\x29\x85\x59\x8d\xd8\xa2\x34\x14\x84\x79\x2d\x48\x11\xb2\x30\xb8\x97\xd3\x3d\xd7\xb4\x7a\x1b\xbb\x80\xde\x5e\x08\xc4\x0a\x51\xdb\xe3\xf5\x7d\x99\x5e\x8e\xbf\x81\x73\x13\xbf\x96\xb3\x5f\x89\x30\x6a\x9c\x48\x2f\xe8\x87\x51\xfa\x06\x27\x87\xce\x8b\x04\x09\x59\x21\x3b\x60\x63\x08\x53\xac\x5b\xcd\x21\xfc\xe2\x4c\x2e\x01\x7d\xce\xc0\xd6\x5f\x93\x91\x31\x25\x9c\xd1\x29\xb4\x10\xca\x2c\xbc\x9d\x6a\x20\x7e\x68\x67\x3c\x18\x11\x38\xde\xb6\xf1\xb5\x40\x62\xcf\x47\xaa\xf6\x4f\xf6\xd6\x05\x39\xa3\xdf\x09\x24\xb3\x1d\xf6\x0a\xc5\xba\x95\x8e\x26\xef\x50\xb7\xc6\xc6\x74\x3e\xb1\x0a\x35\xf9\xa1\xa0\x38\xca\xde\x48\x99\x38\xd5\x14\xaf\x76\x24\x76\xea\x8d\x7a\x9c\x71\xe8\x0e\x43\xd6\xdd\xc1\x6c\xf1\xf6\xbf\x87\x95\x00\xb0\xe1\xde\x52\x0b\x38\x85\x40\xa0\xa7\x16\x88\x21\x72\x96\xd6\xb4\xa3\x83\x2d\xed\x58\x1b\x8e\x98\xf4\x76\xb6\x70\x8c\x3b\x0e\x67\x6b\x10\x93\xa2\xd9\x48\x6d\xbb\x20\x72\x5d\x00\x39\x03\x45\xca\xac\x1a\xb7\x14\x5a\x9b\xa9\x29\xd5\x11\x08\x85\xbc\xa5\xdb\x8c\x4c\x9d\x44\xc5\x01\x2b\x78\x3b\x97\xfc\xc8\x77\x0f\x1d\x39\x4c\x8e\x2c\x7f\x9f\xc9\x31\x69\xb3\x99\x14\x4c\xb7\xc7\x15\xe8\x60\xba\x8e\xa8\xac\x58\xba\x23\x3a\xe2\xdb\x91\x22\x30\x6a\x45\xd2\x7d\x84\x0e\x52\x61\x7c\xd6\x71\x3a\x3e\xbf\xa5\x54\x63\xfc\xb4\x2a\x09\x8e\xbd\xfd\xf6\x63\x8f\x5b\x20\x49\x41\xa6\xf2\xa1\x47\xa0\x12\x31\xe1\xbc\x2d\xc7\x8e\xc1\x6e\x6c\xf6\xdd\x7a\x18\xc3\x91\x74\x0c\xd8\xf7\xb7\x0f\x67\x7a\x5a\x90\x32\xdf\x95\x94\xdd\x4a\xb9\xda\x80\x48\x78\x0f\xa4\x6b\x5a\x5b\x3a\x94\xab\xcd\x68\x0f\x47\xca\xf9\x22\xd8\x82\x94\x6e\x3a\xa8\xe9\xea\x02\x51\x3e\xc3\xef\x42\x8d\x06\x9e\xc3\xa9\xfd\x36\xba\x18\x16\x75\x8f\x94\x5a\xde\x3f\x69\xd6\xd7\xc3\x47\x1a\xd2\xba\x55\x66\xc3\x59\xb4\x71\x57\x8d\xcd\xc9\x5b\x4f\xc6\xef\xdc\xea\x1b\x65\xf0\x4f\x6f\xc7\xb1\xc1\x3f\x2b\x23\x71\x52\xd6\xcc\x0e\xa1\x69\x2d\x0d\x59\xbd\xaf\xa0\xe0\x33\xf6\x03\x99\xcf\x1c\xf9\x54\x79\x67\xae\xf4\x22\xba\xaa\x69\xc7\x5b\xf9\x64\xd8\xa8\x2a\x07\x75\x1d\x5d\x8e\xfc\x36\x36\xf3\xba\xe0\x47\xe6\xe2\x7c\x39\xc4\xd1\x99\x69\x39\xf7\x31\xe1\x0e\x65\xe4\x8b\x0f\x7e\x28\x21\x9f\x62\x40\xbe\xe3\xd9\x63\xf3\x39\x5a\xd3\x85\xf6\x00\xaa\xe5\xd8\x2d\x04\x32\x3f\xbb\xaf\x7d\x9a\xd3\x8e\x1d\x6f\x9a\xf7\xe7\xd8\xd1\xcc\x6d\x60\x18\x8a\x71\x2b\x17\x14\xba\x3b\x64\x13\x4b\xe8\x50\x90\x5b\xf1\x75\xc9\x05\xe9\xa8\xfc\x34\xeb\x74\x8c\xf9\xf0\xe1\xc9\xca\x87\x8e\x2f\xfd\x7c\xe9\x79\x0e\x06\xcc\x33\x85\x92\x03\x33\xeb\xbb\xef\xc9\xf8\xbe\xd8\x02\xcd\xdd\xcc\x97\xc7\x6e\xee\x96\xba\xb7\xc5\xdb\xe0\x80\x39\xcf\x36\xcd\x91\x68\xb4\xc6\xa7\xb0\xa9\x13\x24\x74\xea\x66\xfd\xf6\xdb\x72\xe3\x95\x96\xa4\x3f\x96\x34\xc4\xa9\x1b\xd0\xe6\x3e\xe8\x7f\xf7\xe1\x99\xc1\x58\x75\xc8\xe4\x2a\x76\xb7\xa5\x4b\x3c\x0b\x2d\xa0\x64\x82\x4f\x33\xa2\xa7\x20\x60\x59\x2c\xcb\x60\xf9\x2a\xe3\xc2\x04\x9c\x2e\xbc\xe3\x19\xa4\xa5\xab\xce\xa6\x72\x18\x1b\xc6\xcf\x41\x18\x1b\x86\xd3\x71\x20\x6d\x5d\xa9\x5b\x85\xc0\x0e\xe4\x93\xdd\x42\xdc\x38\xac\x1d\x7c\xbe\xf4\x65\xc8\x2d\x85\x4c\xde\x05\x78\xaf\xe3\xc9\x87\xd5\x38\x14\x18\x40\x74\xdc\x38\xe4\x74\x25\xf2\x70\x1c\x50\x89\x05\x98\x71\x98\x4a\xce\x14\x7a\xa9\x29\x93\xee\x8b\x51\xc8\x59\x26\x56\x8f\x0d\x50\x52\xe4\x19\x88\xa8\xab\xd4\x35\x19\xb0\xff\x14\xd3\xd6\x39\xcb\xc7\x61\xe3\x31\x56\xd6\xe1\x0c\x98\x2d\xf4\x75\x20\xf7\x77\x5a\x92\xab\xb5\x64\x4a\xe4\x5b\xe5\xbc\x18\x87\x05\xbc\x20\x44\x4a\xaa\x33\x85\xcd\x9b\x83\x09\xf2\x09\x09\x5b\xd6\x33\xf8\xbd\xee\xe9\x12\x76\x95\x86\xb4\xf2\x99\x2f\x85\x4c\x96\x0f\xb2\xcc\x5e\xbe\x74\x56\xac\x33\xe8\xad\xe9\xc3\x54\x37\x8e\xf0\x32\x3e\xb5\x07\x0c\xe6\xef\x24\x1d\x95\x03\xe5\x40\x6c\x83\xa0\x0f\x6b\xb4\x59\x5b\xee\xa8\x76\x06\x86\x1e\x90\x99\x97\x10\x37\xf0\x29\x3b\x21\xd8\x87\x07\x1c\xe4\x1e\x65\x3d\xe5\xf3\x0a\x07\x3f\xb8\x02\x68\xb1\x69\x14\x67\xd8\xa3\x19\x25\x12\x2b\x7e\xa6\x64\x41\x5a\x04\xcb\x1e\x83\x6c\x41\xd9\x1a\x05\x1a\xce\x87\xac\x7c\xbe\xd4\x9e\x82\xdc\x4b\xf7\x22\x6c\x40\x22\xe1\x2d\x65\x3e\xe1\x3e\xed\x30\xd1\x0d\xd0\x0a\x4d\xe1\xd3\xe1\x86\xbe\x37\x76\x8f\xe2\xd0\xda\x23\x9d\xf2\x0a\xd6\x0e\xa4\x81\x05\x59\xb1\xa7\xca\xc9\xa4\xe8\xb6\x42\x20\xa1\x1f\xb5\x5a\x08\xe4\x43\xf3\xa3\x2b\xad\xea\x48\x61\x85\x1c\xfa\x16\x1a\x71\xe8\x5b\xcb\x26\x2f\x64\xf4\x67\x57\x29\xd6\xad\xec\x50\x22\xa1\x6e\xd9\xf3\x84\xb3\x61\x8b\x1f\xc5\x52\x4f\x16\xcc\x2c\x09\xf3\xc5\x28\x3e\xd5\x7a\x20\xb3\xf0\x16\xf0\x2d\x7a\x37\x7e\x8e\x5f\x23\x44\x60\x38\xff\xcf\x40\x7d\x1f\xd5\xef\xda\x31\x25\x8a\x66\x3b\x4e\x18\x82\x83\xd9\x06\xca\xfc\x50\x30\xdb\xc2\x36\x75\x6d\x31\xe9\x69\x57\xbc\x04\x3e\x53\x2d\xfa\x40\x08\x0e\x66\x0b\x7b\x50\x30\xdb\x6a\xf6\x04\x54\x12\x50\x36\x6e\x65\x1f\x97\x80\xac\x43\x03\xf4\x31\x61\xef\xdf\xa8\x9e\xf9\x41\xbb\xce\x1b\x0d\x63\x71\xd8\x59\x45\x44\xf1\xc3\xfd\x3b\xde\x93\x51\x6d\x60\x1a\x29\xb4\x5c\x3a\xc0\x5d\x72\xe9\xf8\x4c\x98\x77\xe7\x00\x21\xb9\x11\x43\xa7\x7e\x9a\x7f\x47\x16\x1e\x95\xf4\x7c\x57\x4a\xad\x62\xb5\x80\x6b\x91\x3a\x87\x91\x03\xcd\x32\x7b\x0e\x34\x6b\xe1\x3b\x0a\x26\x3b\xba\x8d\x9b\xe3\xb4\x15\xc9\x76\xac\xe1\x67\xf6\x2b\xa7\xea\x49\xce\x3f\xe8\xfd\xe4\x9c\x68\x69\xc7\x3a\xce\x48\x9f\xe2\x16\x23\x75\x41\x6f\x00\x3a\x1b\x83\x97\xcc\xef\xec\x5f\xbe\x0b\xb5\x40\x33\x37\x24\x5b\x3f\xb0\xdf\x61\x34\x84\x7e\xa1\x24\x0f\xc5\x73\x55\xa2\xa9\xc6\x69\x69\x75\x80\x90\x5e\x1d\xbc\x20\xbe\x93\x0b\x8e\xa9\xea\x0c\x76\xd8\xd9\x9c\x92\xf0\xb3\xd6\xe4\x16\x0b\x9f\x3e\xed\x88\xc6\x16\x30\x14\x16\x55\x09\x25\x19\x8a\x8a\xaa\x68\x6f\xe3\x74\x06\xbe\x1c\x23\x0a\x92\xaa\x18\x34\xc7\xe9\x60\x16\x3c\x2c\xc3\x21\x53\x38\x91\xc6\xe5\x6b\x0d\xc4\x30\x8f\x0b\x53\x1f\x44\xa4\x10\xaa\x8a\x59\x6e\x28\x82\xea\x68\x4c\x90\x42\xa6\x7a\xdd\x53\xb3\xa9\xe6\x01\x64\xef\x8b\xad\x23\x7e\xce\x6e\x1f\x2d\x85\xb7\x10\x08\xe4\x38\x97\x20\xe7\x1d\x37\xd2\xaa\x2d\x0c\x48\xa4\x17\xde\x16\x68\xd1\x2f\xdb\x0f\x6c\x01\xe3\xc2\x76\x0d\xcf\xba\xb0\xde\x20\xea\x3a\x6e\x6a\xc7\xc3\x32\x14\x38\x55\x31\x6f\x8d\xcb\x0f\xb9\x20\x6a\x3b\xa9\x1b\x21\x56\xe3\xe2\x7d\xf9\x0e\x24\x2e\x9e\xf9\xf1\xd3\x2d\x99\xbc\xe1\xc3\xf2\xdb\xa7\x1b\xce\x71\xdd\xe0\x4a\xff\x37\xb8\x82\xba\x33\x20\xb1\x53\x14\x54\x55\x73\xb4\x5f\xd2\x4b\x22\x79\xe8\x79\xbe\xa3\xb5\x94\x49\x15\x2e\x69\x54\x5b\x35\x0b\x7d\x63\x84\x4a\xa3\xc6\x1c\xc8\x17\xff\xb3\x40\x98\xaa\x39\x36\x78\xbb\x0f\x29\xc4\x19\xd1\x5a\x38\x5d\x43\x1a\x84\x5b\x34\xfc\x19\x6c\x5d\x85\x46\xd5\xba\xa7\xf0\x14\x74\x02\x41\xde\x29\x14\x01\x81\x42\x83\x11\xf7\x80\x66\x42\xb0\x12\xe7\xd5\x6b\x39\x8f\x9a\xaf\x72\x11\x98\x3a\x1a\x54\x02\x1d\x34\xc2\x4d\x58\xc0\x86\x1a\x5a\x03\x0a\x43\x94\x52\xe5\xf5\xac\x39\x55\x14\xff\xb4\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x0d\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x0d\x23\x93\xa4\xc5\xc7\xe5\xe2\x97\x05\x2b\x81\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x27\x8d\x28\xcd\x0d\x79\x0c\x19\xb5\xc1\xd5\x39\x1e\x14\x57\x54\xeb\x91\x42\x9f\x74\x2c\xa3\xe2\x8a\x6a\x45\x40\x54\x24\x51\xad\xa8\x5d\x8e\x24\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x17\x8a\x6e\xe7\x47\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x32\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x2e\x21\xea\x9c\x73\xa0\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\x97\x01\x14\xfc\xa4\x29\xa7\x69\xc7\x92\x0f\x3f\xe9\x8a\x68\xab\x1c\xc4\xdd\x11\x91\x99\xeb\x8e\x01\x80\xb3\xa3\xf3\xd4\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x51\x90\x43\xd9\x9b\x6a\xe5\x3c\xe8\xce\x88\x70\x64\x4a\xe4\x5f\xc7\x69\x3f\x88\xfc\x89\xfe\xe8\xd4\x4e\xf5\xd3\x8e\xcd\x15\x30\x29\x85\xfe\xd4\x5a\xd2\xa5\xed\xcf\x57\x1a\xf2\xcd\xe6\x3d\x0d\xd9\x2f\x34\x82\xae\x49\xf7\x83\x83\x5f\xd6\x83\x51\x0c\xcc\xa4\x54\x1e\x6c\x70\x4e\xb7\xe1\x87\x11\x6b\x0a\x25\xce\xe1\x20\x1c\x23\xcb\x9f\xba\xc3\x0d\xa7\x74\x1a\x3c\x00\x65\x1c\xfd\xb4\xe4\xe5\xbf\x52\x68\x12\x4c\x43\x60\xe8\x39\x1c\xd2\xe2\x2a\x82\xfd\xd0\xdb\x08\xc4\x93\x8f\x01\xd7\xff\x80\x7e\x11\xef\x02\xb2\x72\xc3\x14\x3a\xc8\xa7\x7d\x06\xee\x8d\x08\xf7\x24\x72\xa7\x7e\x7f\x5d\x7e\xd5\xf5\x9b\xb6\x69\x96\x61\x9f\x80\xe2\x29\x25\x85\xa2\xc0\x92\x32\xb1\x14\xc4\xb0\xe1\x08\xd9\xcf\x7c\xdd\x8c\x1a\x84\x94\x3c\xe3\x84\x23\x3a\x76\x67\x2f\xe9\x44\x5b\xff\xcc\xb1\x30\x1c\x43\x58\x53\x28\xe7\x1a\x92\xc3\xed\xf3\x9f\x23\xf5\xb6\x1d\x07\x47\xe4\xb8\xd9\xdd\x57\xea\x8a\x02\x91\x40\x78\xbd\x91\x03\xf5\xf6\x15\xb5\x2c\x8a\x93\x40\xe1\x6e\x1d\x4e\x02\xb5\xe3\xc2\x1c\x0e\xc8\x69\xbf\xa1\xa0\xdd\x03\x7a\x8e\xb2\x89\x05\xd3\xb9\x9d\x3e\x92\x8d\x12\x36\xb5\xeb\x4c\xa1\x84\xbd\x08\x24\xe4\x68\xca\x4c\xfb\x0d\xc6\xab\x33\x09\x44\xdd\xc4\xf8\xa0\xb0\x9b\xfa\xc1\x5e\xef\xc6\x94\x54\x95\xde\x1d\x81\xf3\x46\xf0\xba\x02\x36\x8f\xa5\x03\x32\xee\x94\x0e\x77\xca\xc0\x6f\x06\x0e\xfa\x3e\x66\x21\x72\xbf\xb1\xf8\x39\xca\xfd\xc6\x62\x8b\xf8\xe0\x37\x16\xaf\xfe\x29\xf5\xb4\xd0\x90\x79\x01\x4c\xce\xef\x2f\x8e\x58\x2e\x1c\x7b\x53\x39\x15\x6e\x6b\x4a\xb8\x64\xc7\xf4\x7a\x33\x83\x8e\xb6\xa9\x9c\x18\xce\xea\x54\xcf\xd4\x94\xb4\xc7\xf1\x31\x93\xb6\xba\x03\x8a\xdf\xc0\xf6\x27\x5b\x7b\x4f\xab\x7a\xdc\xb5\xa5\x1d\xcf\x01\x93\x3b\x31\xea\x5d\x69\x88\x45\x1b\x80\x7e\xfd\xee\x02\x62\xcd\x28\xf4\xe5\x45\xbc\xc4\x43\xd1\x36\xb5\x62\x27\x98\xc3\xe8\xd2\xac\x02\x68\xea\x99\x0f\x15\x1d\xc1\xb1\x3e\xf1\xce\x05\x3f\x99\x9e\x63\x3c\x75\x2e\x27\xa2\x06\x06\xf1\x34\x78\x97\x87\x33\xad\x7e\x64\x16\xde\x73\x1c\x81\x9c\x7e\x3b\x13\xcd\x6b\xb4\xe0\xea\x88\x9a\x68\xba\xce\xe6\x34\xa0\x30\xc7\xd0\x7c\xe4\x83\x09\x49\x65\xc2\x1c\x39\x1a\x55\x77\xe2\xd0\x45\xc8\x9b\x26\x29\xce\x08\x05\xc6\x1c\x5b\xe6\x16\x81\x80\x43\xcb\x71\x31\x7b\x50\xd0\xd1\xc3\xf5\x8c\x31\x2d\x00\x5c\x29\x73\x00\x1d\x03\xf3\x53\xb9\x67\xca\xb4\x5b\xe1\xa8\x0f\x93\x13\x7c\x5a\xf1\x2b\x85\x6b\xf3\xe3\x61\x71\x0f\xe6\xe1\xb7\x2e\x46\x14\x52\x07\xac\x54\x36\x95\xf3\x2a\xd5\x2b\x65\xec\xeb\x06\x28\x26\x79\x05\x32\xfd\xb4\x7c\x29\x59\x85\x11\x3f\x48\x9d\xea\x65\x7f\xd8\xa2\x87\x0f\x79\x28\x79\xd2\x7e\xf4\xef\xef\x5c\xfa\x85\xdf\x5a\x3f\xed\x98\x09\x21\xeb\xf9\x45\xc8\xca\x3c\x3e\xac\x3a\x40\x4c\xce\xa3\x54\x59\x1c\x5e\x76\x8c\xc2\xf9\xd7\x8f\x39\x9e\xc3\x11\x29\x3b\xbe\xf1\xe1\x90\x94\x32\xd8\x8b\x0f\x87\x28\xe3\xc5\x1e\x0f\xbf\x12\x1b\xb9\x50\x4f\x66\x54\xa2\x3a\x87\x9e\xcc\xc8\x75\xe0\xf1\x20\xb0\x8a\xe9\xb2\x04\x19\xda\x7a\x38\xae\x0a\x77\xe1\x78\x20\xc7\xf4\xe0\xa0\xa4\xae\x7b\xfa\xb4\x78\xd9\x03\xfa\x00\x0a\xbe\x22\xb5\xc1\xee\xf3\xd3\x89\x44\xa5\xf8\x09\xe4\xd5\x8b\x31\x72\x34\x49\x65\x16\xc8\xa4\x04\x91\x3c\xa3\xce\x03\xe9\x3d\xbf\x9e\xef\x1e\xee\xb1\x00\x9a\x55\x80\xc0\xd3\xac\xa2\xe5\x4b\x91\x25\x03\x21\x59\x12\x42\xcb\x13\x47\x14\xcd\x0c\xfa\xbf\x00\x6d\x2a\x0d\x64\x8e\x83\xb6\xa0\x20\x8d\x5a\x3f\x10\x5f\xd2\xac\x13\xc1\x43\x24\x8a\xd8\xe8\xa1\x59\x05\x6c\x1c\xe3\x48\x99\xcf\x0c\x04\x98\x27\x1b\x1c\x59\xdc\xf1\x1b\x95\x69\xf6\x8b\x7f\xdb\x95\x32\x6f\xfe\xcc\x08\x9b\x1f\x45\x91\xb4\x46\xe5\xd3\x8d\x39\x50\xe6\xcb\x51\x72\x91\xdc\x49\x6c\x44\xdc\xce\x70\xb2\xee\x8b\xfb\xbf\x83\xec\x45\x64\x66\x18\x4f\x3c\xe9\xe8\x28\x7e\x7a\xaf\x45\x41\x70\xfa\xa2\xab\xc3\x20\x9e\x1c\x31\x59\x52\x73\x08\x50\x26\x9d\x11\xc1\x2a\xc3\x4f\xec\x5d\x08\x59\x2f\x14\x44\x34\x39\xa7\x28\xaa\x3d\x55\x3d\x2f\x17\xd0\x74\x72\x71\x20\x48\x83\x4e\xbc\x5f\xc1\xf6\xe5\x48\x4b\x22\x49\x86\xdf\xb2\xdb\xe3\x79\x71\x86\xa0\xc1\x55\xff\x41\x4e\x20\xfc\xc0\xc3\xb1\x1a\xad\x32\x4b\xaf\x41\x3f\x20\x61\xd3\x3e\x8e\xe8\xe1\x68\x8d\x1a\xec\x6f\x46\x0a\x16\xbe\xca\xce\x1e\x7d\x79\x03\x07\x07\x0b\x97\xe8\x16\x2f\xc8\x03\xa1\xf0\x05\x79\x64\xc6\xec\x46\xe2\x4e\xf7\x78\x59\x80\x44\xb3\xd4\x23\x73\x3d\x9c\xe9\xc5\x8e\x4d\xbb\xf2\x22\x55\xd4\x2f\x05\x5d\xd4\x9a\x61\x4b\x01\xfc\xa8\x7c\x04\x47\xc4\xd9\xf7\xf6\x8e\x45\xba\x74\xf8\x43\x45\xf9\x7a\x5b\x0a\x44\xbb\xd1\x5b\x6b\x3d\x7b\xd2\x0f\x95\x84\x4b\x39\xfc\xa1\x95\x94\x59\xea\x63\xee\x1c\xf1\x70\x42\x42\xce\xed\x73\x75\xb6\x8f\x33\xf4\x54\x4e\xd6\x37\xf6\x53\xc6\xfc\x36\xff\x1d\xdf\x66\x8a\x5d\x55\x9b\xfb\x04\x59\x45\x67\x45\x14\x7a\x0f\xc6\xcc\x28\xad\x0e\x44\x34\x57\xcc\x43\x82\xda\x87\x62\x1e\xca\xc9\x06\x7e\xb3\xd2\x08\x72\x8a\x72\xa8\x27\x34\xed\x28\x87\x8b\xe8\xcf\xe4\xcd\xae\x9f\x4f\x4d\x7d\x2c\xca\x3b\x8b\xcb\xdc\xda\xfd\x12\x65\x86\x37\x0f\x22\x71\x2b\xba\xe0\x38\xa1\x0b\xc7\x0f\xc4\xd6\xaa\xf8\x81\x55\x95\x76\x15\x25\xf8\x41\xd0\xb9\xca\x7b\x9a\xf1\x66\x4e\x9f\x56\x07\x33\x6c\x6b\x83\x91\xbf\xdf\x6c\xed\x0f\xe8\x33\xc0\x3b\xdd\x6f\x7b\x94\xe6\xe5\xbe\x37\xc7\xb2\x7a\x76\xef\xcd\x9e\x40\xfc\xe0\xf7\xc6\xeb\xb6\x1f\xd0\x39\xbf\x53\x57\x97\x43\x2d\x53\xdc\x8e\x5a\x20\xe7\xda\x02\x2d\x5c\x96\x94\x9a\xfe\x3b\x90\xd2\x6b\x59\x47\xba\x37\xc7\xbd\x12\x29\x70\x6f\x68\x91\x83\x2f\xc5\x07\x48\x76\x71\x2b\xc1\x4e\xe5\xf6\xd2\xbd\x39\x8c\x0f\x6b\xc4\xed\x88\x83\x73\xcb\x87\xa6\x8c\x20\x04\x13\x38\x41\xde\x36\x5d\x68\xec\x76\xda\x1c\xe7\xdb\x5d\x50\x95\xb3\xbb\x01\x59\x95\x18\xa9\x6a\xea\xac\x29\xb5\xa1\x31\x85\xa6\xce\x93\xa1\x2d\xde\xde\x38\xf1\x6f\x9e\xeb\xeb\xe0\xa7\x6c\xc0\x57\x6a\xfa\xc6\x07\x4a\xe5\xbd\x99\x68\x76\x70\x9f\x7e\x96\x96\x09\x9a\x16\x0e\x32\x5f\xbe\x23\x94\x81\xc8\x0a\x44\xb8\xf6\xbd\x71\xa4\x33\x7b\x8a\x0d\x28\xc4\x97\xdd\xca\x86\x53\x37\xc6\x6c\x97\x7e\x43\x8f\xb8\x77\xbf\xc4\xee\x8d\x74\xef\x2c\x58\x3e\x34\x4f\x00\xf5\x3d\x0b\x96\x86\x7c\x18\xe7\x53\xc4\x7f\x6b\x24\xb7\x5c\xfc\x47\x03\xf7\x5d\xee\x5a\x62\xe4\xef\x7d\xf1\x8f\x42\x12\x80\x7b\xe7\x00\xb0\xd2\x73\x2b\xab\x4d\x81\xe0\x6f\xbd\x25\x51\x48\x67\x70\xef\x4e\x64\x92\x91\x28\xd4\x93\xfb\x0e\x37\x61\x03\x9f\x32\x90\x63\x24\x7a\x2f\xaa\x65\x20\xf2\xbb\x39\x4b\xdf\x82\xe0\x08\xb4\xc3\xb2\x67\x2a\x2d\xaf\xe1\x63\xbd\x77\x1b\x9a\x36\x70\xd5\x45\x6d\xe7\x18\x5b\x10\xf3\xc3\x98\xc5\xdf\xcf\x2d\x90\xfb\xe4\x43\x27\x8c\xeb\xf4\x31\xe9\x03\x84\x24\xed\x3b\xd7\xf5\x82\x7c\xc6\x95\x14\x2a\x14\x6d\xa4\x90\x61\x1a\xf7\xa3\x43\xec\x0d\xd0\xcf\xf5\x9b\xf5\xdd\x87\x3d\xa7\xec\x46\xa7\xb4\xc1\x70\x7e\x1f\x8e\x3e\xea\x47\xaa\x7a\xab\x9e\xdf\x73\xf1\xfb\x40\xf0\x63\x86\xf4\xdc\x47\xb9\x2a\x0d\x39\x19\x09\x8a\xdf\x2d\xcf\xfc\xc1\xc3\xd2\x0b\xd4\x05\xb5\x3d\x5f\x76\xa3\x0b\x82\x4e\x59\x64\x96\x79\x1f\x98\x0f\x4e\x46\xaa\xd4\x58\xc8\x52\xb7\x7c\xfa\xf5\x4c\x3b\x37\x9d\x54\x40\x3f\x03\xcf\x87\x18\x7c\xd8\x63\xe4\xac\xa9\x41\xc8\xf9\x00\xd9\x8e\xf2\xaf\xf3\x1a\xf9\x79\x93\xb3\x06\x2d\xec\x3e\x1c\x33\x79\xd0\x89\xc2\x3e\x4e\xb6\xbc\x3d\xe8\x67\x26\x93\xf5\x4c\xcd\x5b\x10\x4b\x34\xdd\x21\xc8\xd9\xa9\x4a\x7c\xfd\x2d\x8f\xf9\xb1\xc1\x86\xed\x14\xbf\x18\x47\x41\x4e\x67\x67\xe0\x15\x47\xf1\xbb\x0b\x96\x22\xb6\x58\xf1\x5a\x5b\xa2\xbd\xe5\x15\x3f\x06\x7c\xad\xc0\xcf\xaf\x80\xe6\x07\x81\xf4\xca\xfa\x1e\xc8\x6b\xc0\xc4\xda\x2b\x1e\x6b\xd9\xed\x1c\x35\x31\x40\xdd\xca\x51\x53\x4f\xe6\xa7\x10\x5f\x16\x14\x24\x11\x9e\x2c\x9f\x33\xd6\xc4\xcc\x75\x2b\x63\xcd\x91\x85\x2f\x21\x99\x0e\xd8\xf4\x25\x03\x1b\x9e\x68\xf0\xf3\xa1\x71\x30\x25\xd8\x9f\x3e\xed\x3c\x54\x18\x64\xcd\xbf\xaf\x80\x5a\xe9\x3d\x7d\x88\x9c\x0a\xe8\x38\x7f\x64\x0f\xb2\x48\x17\x59\x15\xbb\x0b\x6a\x66\x5a\xa2\xe3\x59\x52\xe8\x79\xa7\x59\x48\xaf\xa6\x21\xdb\x32\x98\x20\xc5\x42\x86\x80\xe4\xc3\x3f\xb8\xfd\x78\xcb\x87\x5f\xb1\x51\xdf\xca\x5e\x73\x5c\x30\x0b\x3b\xf4\x89\x77\xbc\xed\xcf\x0f\x2b\x2d\x53\x2f\x25\x87\x26\x4c\x86\x25\x65\x22\x43\x8e\xed\x2a\xdb\xd2\xc9\xa6\xa8\xbe\x80\xc5\xaa\xd7\xee\x9a\x03\x48\x37\x9a\x98\xff\x8a\xa0\x6f\x01\xe4\xae\x10\x08\x73\x23\x1f\xfc\xe7\x24\x96\x0f\xbe\x9e\x35\x90\x19\x83\xf5\xf4\x5b\x4e\xf8\xd2\x1b\x08\x0c\x5e\x33\x01\x92\xc7\x7b\x4f\xd9\x50\xb8\xed\x05\x74\x2b\x47\x38\xa8\xca\x65\x70\xd6\xb4\xa9\x47\xd6\x4b\x20\xaf\x38\x73\xea\xe7\xe7\x06\xd7\x4a\xee\x9a\x55\x65\x5c\xb2\x38\xb6\x46\x27\x8e\x93\x0d\xd7\xaf\x18\x84\x6a\xea\x6a\x91\x6b\x1a\x12\x4b\xeb\x20\xc4\xe9\xf1\x69\x68\xe8\xbc\x00\xa3\xdb\xb8\x33\x2e\x9d\x25\xa1\xcf\xea\xd4\xdf\x5b\x20\x0b\x76\x88\x38\xd5\x77\x57\x08\x73\xbb\x2b\x01\xb0\xb4\xe3\x83\xe6\x6f\xb8\x40\x7f\x57\xfb\x37\xca\xe7\x4b\x19\x2a\x1a\xb3\x6e\x1e\x96\x99\x75\x14\xd0\x1e\x9a\x40\x0e\xcd\x64\xca\x09\x75\x66\x24\x08\x23\x56\x99\xef\x13\x51\x93\xc3\xce\x89\x69\x50\xe1\xef\xb3\xf3\x66\xde\x05\xa8\x4b\x68\x9f\x2f\x65\x19\x3f\x53\x26\xaa\x3c\xd3\x8c\xba\xfc\x40\x7a\xc5\x99\xd5\x3b\x4d\x69\x9c\xf6\x8e\x15\x40\x93\xbe\x4f\xec\x0b\x6c\xb4\xd3\x97\x08\x60\x19\x4a\x30\x53\xda\x91\x0f\xb5\xb0\x90\xef\x69\xb9\x04\x36\x79\x9a\xf1\x9c\x69\x74\x98\x40\xd2\xbf\x76\xcc\x99\x2e\xbc\x63\xf2\xa1\x22\xb9\x61\x09\xa7\x85\x96\x92\xd9\xc0\x48\x69\x5b\xcc\xad\x78\x84\x7a\x66\xfc\x0e\x4d\x8b\x3c\xea\xd4\x33\x27\xa7\xae\x82\x13\x3a\x9a\xc9\xad\xd4\x33\x31\x2a\xdf\xca\x35\x53\xcf\x33\xdf\x39\xcc\x28\x35\xc5\x14\xce\x40\x0e\xd6\x4e\x9b\x96\xba\x7b\x40\x31\x50\x4e\xf2\x13\x5d\xa8\x06\x54\xb2\xdc\x9e\x3e\xa0\x00\x30\x27\xf6\x2c\xa5\x22\xbb\x68\x0c\xca\x4b\x53\xf6\x60\x67\xaa\xe3\x38\x76\xb2\x99\x81\xc3\xe3\x3e\x27\x08\xd1\xa7\xc3\x5b\x6a\x96\xd2\x37\xa8\xa0\x01\xc5\x4a\xd4\x93\xc3\xfa\xb2\xf2\x03\x02\x8a\x94\x28\x39\x18\x2e\xdf\x39\xd9\xf2\x9d\x72\x53\x8c\x7c\x67\xdf\xdc\x91\x42\x8b\x45\xd6\xd2\x6f\x65\x90\xa9\x27\xdc\x8e\x0c\x32\xb8\x24\xef\x2b\x27\xde\x05\x28\x87\x01\x4c\xec\x42\xe6\x4d\x37\xba\x44\x1f\xa6\x71\xd9\x04\x82\x3f\xe6\xbe\xb8\x51\x9a\xaa\x8b\xc5\x5d\x1c\x37\x97\x35\xa1\x8b\x91\x40\x3e\x50\xd3\x65\xc5\x37\x55\x7d\x71\x8e\x93\x49\x89\x61\x0e\x82\x93\xee\x0b\x13\x07\x52\xa5\x33\xc3\x90\x48\xe2\x26\x33\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\xf9\xea\xe9\x04\xae\xca\x30\x61\x54\x68\x54\x97\x59\x13\x22\xcb\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x8e\x7f\x63\xd4\x7a\xff\xbb\x7e\x20\xbf\xe8\x90\x76\x20\x83\x80\x6b\x19\xa2\xde\x10\xf2\x10\xfd\xc6\x21\x0f\x57\x67\x33\x36\xc4\xa4\x11\xf0\x12\x7e\x81\xac\xb3\xf7\x80\x4a\xd7\xb3\xa5\x21\x84\x8b\x01\xe8\xb3\xfc\x04\x32\x77\x84\x4e\x9b\x04\xa3\x3d\x55\x49\xf9\x42\x3b\xc3\xea\x60\xd0\x55\x58\xcc\x55\xfe\x06\xb1\xdb\x0f\x14\x92\x21\xe9\x76\xbc\xc3\x79\xa5\x0f\x6f\x4e\x38\x60\x43\x43\xee\x29\xf5\x22\xc1\x1e\xfc\xdc\x19\x81\x39\xb7\x5f\xcd\x8b\x28\xdd\x50\x86\x46\xaa\x7a\x77\x32\x2e\xd9\x42\x1b\x94\xd0\x74\x7e\x61\xf9\xba\x1d\x0b\x51\x46\x66\x16\x32\xf9\x94\x9a\x3f\xa0\x29\x11\x1a\x81\x0f\xea\x26\x59\x0b\x9e\xdf\xbb\xf9\x52\x30\x9e\xdf\xdb\x81\x13\x18\xa8\x6f\xf2\xb1\xe0\x86\xbd\x09\x9c\xc0\x07\x75\x37\x9e\xc6\x07\x43\x9d\x4b\x5c\xda\xbb\xbb\xf3\x22\xe0\xe1\xbe\xbb\xdf\x74\xe6\x40\x53\x0e\x96\xe4\xe1\xe5\x19\xb3\xb8\xe5\x6e\x85\x46\x54\xee\xde\xdd\x1d\x11\x08\x46\xdc\x59\xfb\x11\xf0\xe5\x5e\x8c\x42\xb7\x50\x0c\x8f\xea\x3e\x8b\xf0\xb4\xde\x4e\xae\x72\x71\xf9\xf8\xee\x58\xc7\x20\x5d\xc5\x4a\x14\x12\x10\xdf\xdd\x47\x4c\x4b\xd5\xe9\x8b\x0a\x3b\xa0\x88\xa1\xe5\x43\x50\x48\xa7\x12\x26\x33\x50\xb9\x39\x72\x54\x76\xfc\x18\x9c\x38\xfd\x66\xe6\x03\xea\x3c\x84\xe2\x7a\x48\x83\x69\xb0\xa4\x53\x33\xbb\xb7\xef\xf0\xe7\x4b\xe7\x1a\x81\x2d\x74\x7c\xe7\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x8e\x10\x08\x2a\xde\xa1\xe2\xbc\xbf\x87\x0d\x1b\xec\x1d\xc5\x37\x14\x0c\xe8\xf7\xc0\xff\xcd\xb9\x32\xac\xe5\x10\xf3\x76\x0f\x2f\x61\x4f\xab\x7e\x11\x01\x3a\x19\xb6\x64\xe0\x2f\xbd\x07\xfe\x25\x0e\x3e\x25\x31\x39\xc8\x67\x7c\x0f\x26\x97\xfd\xe2\x47\xa3\x4e\x16\x69\x64\x3a\x41\xd7\x57\xaa\xea\x08\xa8\xe4\x3d\xc1\xf7\xb6\xc1\xff\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\xab\x20\x0d\x39\x40\x1b\x7b\xe7\x3d\xcc\x2b\xf1\xa0\xdc\x7e\x6f\x2a\xae\xc4\x5b\xa9\x42\x0a\x79\xb5\x6f\xa7\xff\xb8\x22\x31\xdf\xce\x9e\x16\xf3\xdd\x9d\x69\x69\x80\x52\x35\x38\xff\x6f\xc7\xf3\x61\xea\xbe\x6f\x2b\x6d\x98\x9a\xef\xdb\x56\x7c\xec\xd0\xf7\x6d\xe2\x85\x61\x3b\x19\x07\x76\xf0\xfb\xe6\x51\xe1\x2d\x20\xf8\x02\x5a\xdb\x8a\xfd\xee\xf6\xad\xa0\x68\xbd\xb7\x2f\xd7\x46\x3f\xb5\x07\xbf\xc5\xce\x63\x0f\xfe\xc0\x5b\x7c\xdb\x83\x1f\xaf\xe6\x7d\xf3\xe2\x32\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\x76\xe9\x47\xf8\xb9\x6d\x99\x1b\x29\x93\x9c\xda\xfb\xf7\x1c\xfd\x76\xb4\x1e\x49\x9a\x6e\x79\xff\x3f\x16\x46\x7b\xff\x4f\x18\xf1\xcc\x4a\x1d\x80\x9e\xee\x23\xa0\x89\x1d\x8d\x75\xfa\xe4\x6a\x69\x56\x3a\x52\x0f\xf4\xf0\x33\x92\x40\x6f\x7f\xe8\x51\xcb\xa3\x5f\x2f\x78\x97\x92\x60\x54\x5c\xd2\x7e\xe0\xb8\x9e\x23\x65\x9e\x1f\x8e\x94\xc9\x22\xc2\xd0\x79\x49\x09\x77\xf2\x2d\x6f\xfb\x31\xe0\x5d\x4e\x58\x71\xb2\xfc\x93\x6b\x87\x7b\x40\xf7\x09\x3e\x16\x56\x61\xad\x7e\x53\x79\x70\x7f\xfb\xf6\x63\x49\x2d\x66\x16\x9e\x47\x8a\x7d\x8b\x67\x8d\x72\xae\xf9\x59\xa3\xc1\xad\xec\xdb\x3e\xf4\x3d\x5a\xed\x03\x33\x1a\x82\xc0\xc3\x32\x44\x94\x84\x87\xe5\x82\x18\x89\xe4\x1c\xdf\x63\xca\xb3\x37\x1c\x07\xda\x2d\x6f\x78\xe5\x56\xd8\x6d\xcf\xf4\xc5\x76\x7a\x98\xbd\xc7\xb6\xe2\xf7\x7f\xe2\x2a\xbf\x1f\x0e\x67\x2c\x9f\xd2\xa7\x41\x4a\x6f\x0e\x4c\x1a\x96\xe7\xf3\xfc\x14\x9a\x5f\x5d\x29\xbc\xd5\x6b\x05\x92\x51\xed\x0a\x64\x4e\x82\x04\xfb\xb0\xdd\x9a\x93\x4c\x49\x10\xea\xc5\x46\x7c\xf0\x8c\x78\x3a\x99\x1e\x4b\xaa\x7a\xb7\x1c\x69\xe7\xa5\x42\x4f\x90\xfd\xcb\xb1\x5b\x29\x5b\xc1\x1e\xff\xfc\xad\xfc\x04\xf5\x62\xd7\x39\x3f\x01\x49\x71\xef\x27\xf7\x88\x8e\x14\x42\x54\x34\xe4\xbc\xa1\xa9\xab\x83\xf5\x82\xfe\x9e\x0e\x23\x8d\x01\xce\xc9\x04\x06\xe7\xa1\x9e\xd8\xa9\x17\xb4\xe9\x27\x76\xe2\x32\x51\xa2\x81\x83\x78\xd3\xdb\x89\x06\x7a\x4d\x2b\x7a\x9d\x68\x4f\x2b\xd6\x36\xc0\x8d\x63\xe0\xc8\x87\x8a\x5d\xcf\x04\x38\x79\x00\x13\xf9\xe4\x9a\x2d\x1f\xde\x46\xa6\x02\xc9\xee\x71\xa5\xa6\x09\x0d\x2e\x63\x47\xf4\x05\x05\xcb\xf5\x7c\xf4\x9a\x32\xfa\x67\x6e\x78\xc6\x1d\x7e\xe0\x27\x74\xae\x60\xae\xfb\x6a\xb1\x1f\x29\x59\x40\x8d\xad\x47\xe9\x01\x6a\xb4\x94\xa7\x6f\xc4\xc6\xbe\xad\xfc\x00\xf5\xca\xfc\xcb\x80\x74\x05\x39\xac\xd4\x2d\x3d\x3a\x80\x19\x63\xd3\xcb\x24\x00\x3a\x2f\x9e\xaf\x87\x3d\xf9\x09\x9d\x92\x69\x7e\x99\x22\x3e\x85\x26\xbb\x23\x0d\x49\x6d\x81\x07\xbd\x60\x7b\x25\x5f\x36\xdd\x92\x3d\x81\x74\xdb\xef\x03\x29\x5b\x3f\x67\xf8\x0b\xe9\xbd\xa5\x70\xca\x7a\xd0\x80\x14\x43\xbe\xa7\x0f\x3d\x99\xd3\xbe\x8f\x13\xbf\xc9\x4f\x10\x2d\xe5\x65\xff\x08\x6c\xee\x85\x70\x87\xdf\x07\x27\x78\xdc\x52\x72\x82\x17\xf2\x17\xdf\x2f\xa7\xce\x8b\x21\xf3\xe5\x5b\xe3\xe8\xfd\x2f\xd2\x0d\x05\xd2\x65\x6b\xb8\xcf\xcb\x1e\x91\x4f\x97\xca\x37\x52\x03\x29\x2a\x80\xd5\x7b\xf9\x3d\x14\xf4\x3f\x3b\xce\x89\x5b\xb8\xed\x1a\xbf\x90\xc7\xe4\x1a\x3f\x1a\x87\x80\x5c\xe3\x07\x11\x29\xb7\x72\x1c\x94\x9e\x59\x15\xb3\xbe\xb2\x54\x8e\x68\x8f\x6d\xf6\x65\xbd\x31\xae\x09\xfb\xc2\x09\x15\xbc\x5f\xd6\x07\x62\x94\x7f\x59\x04\x84\x29\xbc\xb8\xab\x46\xd5\x69\xf3\x11\xd3\x28\x3f\x4a\x7c\x35\x7e\xb1\xbe\x7c\x20\xab\xd1\x50\xe8\xcb\xd4\x1b\x7a\x98\x7e\x2e\x2b\x1d\x5a\x3e\xad\xa9\x6a\x79\xb0\xa6\x21\x3d\xbc\xc1\xf1\xfe\x76\xbe\x20\xac\x17\x6f\xce\x86\x1a\x50\x49\xb3\xd9\x30\x6f\x48\xf9\x02\xaa\x3a\x28\x52\x53\x09\xa6\xe8\x42\x5e\xfb\xd2\x90\x45\xe4\xb5\xaf\xd7\x91\x0e\xb5\xef\x61\x2d\xf2\xd3\x97\xd8\xa6\xdf\xbe\x33\x13\xfb\xeb\xdb\x39\xe4\x23\x53\x92\xa8\x20\x86\x4a\x3f\xc9\x73\xa5\x50\x3c\x32\x12\x8d\xdf\xe0\x89\x01\xcd\x0e\xfe\x0b\x6e\xf2\x86\x1c\xd3\x27\xe6\x09\x76\xb3\x9e\xe4\xe9\xf1\x67\x2a\x6d\xc1\x9e\x53\xc2\x3e\xfc\x18\xe9\xe4\xc2\xaf\xdc\x70\xbf\xdf\xf6\xd3\x22\x1b\x93\xb5\x80\xd4\x1a\xb7\xb3\x16\xc4\x97\xf8\xf6\x53\xac\x99\x72\x99\xd8\xaf\x60\x63\x06\x9a\xee\x4d\x82\x70\x73\x79\xf3\x4b\x7c\x80\xca\x52\x70\x12\xb4\x7c\xdb\xb5\x7f\x7e\x7a\xd0\xb1\x8d\x8f\xcd\x79\x09\xb6\xb8\x61\xde\x3c\xf6\x99\x42\x26\x95\x21\x9a\xb7\x42\xd6\x6f\x44\xce\x8c\xd1\xcc\x15\xd3\xf9\x1b\x45\xb6\x06\x54\x82\xb4\x2d\x55\x8d\x79\x5a\xed\xb2\x03\x30\x46\x91\xe7\xf1\xf9\xce\x4f\xd8\x66\xc8\xbe\xc6\x75\xa5\x19\xd1\xaa\x7b\x9c\x9b\xef\x51\x9e\x81\x94\xfc\xc1\x1d\x4e\x67\x26\x68\xa7\x31\x9f\x8a\x00\x38\x98\xab\xe9\x37\x7e\x70\xe2\x4d\x07\x00\x10\x6b\x3a\x37\x1e\x3e\x39\x81\x6c\xc4\x3e\x80\xa6\xbc\x18\xe9\xc2\xfb\xe8\x4c\x33\x4f\x35\x9a\x66\x5e\x8a\x47\xd8\x81\x94\xdd\xfd\xe4\x43\x39\x8f\x51\xa9\x67\x72\x13\x78\x75\xa6\x72\x13\x54\xd8\xd3\xdc\xec\x3b\xf2\xc3\x4a\x0b\xbc\x34\xc6\xf3\x5b\x76\x3d\x79\xe1\x07\xd5\x72\xfa\x49\x9f\x02\x83\x9e\x4e\x79\x80\x26\x3c\xfd\x12\x4f\xcd\x5c\x61\x40\x39\x40\x41\x66\xda\xab\xf2\xa1\x89\xb5\xf2\x21\x2a\x60\x0b\x28\x5b\xe3\xc1\x84\xd8\x51\x09\xfb\x9a\x7e\x6f\x87\x67\x7b\xe6\xe6\xd0\x40\x7c\x32\x93\xa4\x06\x9c\x67\xd3\x49\x0d\x12\x5f\x37\x37\x47\x0a\x12\x35\x37\x37\x2b\xd8\x1f\xc8\xe7\x52\xd6\x8f\xc0\xb3\x46\xc3\xf2\x1e\xa0\xc7\xcd\xcd\xb6\x97\xcf\x42\x38\x72\xfd\xb3\x12\x88\xcd\x07\xbd\x92\x73\x0d\xf4\xa5\x14\x9d\x19\xf8\xf4\x5b\xc2\x81\xc4\x08\x7a\xa0\x97\xde\x23\x49\x97\xca\x6d\x65\x56\x3c\xf7\x4e\x82\x75\x20\xcb\x2a\x1b\x90\x33\xbe\x17\x20\xed\x18\x96\x6f\xb7\x54\xee\x83\x70\xee\xb6\xe2\x96\xb4\x22\xf3\xc8\x91\x1e\x74\xa2\x6f\x29\x13\x53\x3a\xf3\xdd\x5b\x90\x87\xeb\x97\x79\x38\xa4\xe6\xee\xab\x4a\x9d\xfe\x4c\x85\xcc\xe9\xee\xf3\x1b\x22\xdc\x71\x07\xa4\x43\x67\xcf\x08\x2d\xed\x8b\x45\x36\xec\xc2\x53\x0f\xf3\xac\xba\xa0\x23\x41\x12\xbd\x6e\xee\x64\xcf\x60\x1f\xea\x9d\x9e\xc2\x9b\x34\x53\x31\x0d\x07\xa1\x4a\x53\x31\x0d\xed\x1a\xe0\x13\xb2\xa3\x55\x9d\xda\x8d\x15\xd7\x0b\x3e\x65\x7c\x1a\xb5\xe2\xd1\x03\x3e\x34\xae\x06\x64\xbd\xa3\xa4\xd0\x93\x95\x76\xb4\x70\x2c\xf8\x8e\xc2\xc5\xf6\xe6\x01\x1f\xe8\xd3\xa9\x0e\xfc\xc4\xda\x82\x74\xa2\x5d\x8c\x43\xba\xf5\xd5\xb3\x58\xe8\xd6\x67\x40\x0b\x96\x99\x76\x34\x35\x5a\x3a\x9c\xbc\x02\x73\xc6\xe4\x25\x1e\x1c\x51\xf3\x70\xea\x48\xbf\xcb\xb7\x40\x0d\xcd\x07\xc0\x3c\x88\x69\x63\x1a\x94\x6d\x60\x0f\xe7\x3a\xac\x4e\xd8\xae\x30\x0f\xec\x74\xf9\xd2\xa7\xe3\x95\xaa\x60\x94\xba\x34\x0b\x46\xbe\xb6\xc2\x39\x33\x9d\x5e\x20\x8c\xe3\xc0\x9a\x71\x06\xb4\x88\x08\x2f\x3d\x9c\x40\x94\xfd\xef\x84\x02\x0d\x7f\xcf\x3c\x78\x30\x80\x91\x69\x0d\xb1\xcb\x4e\xc7\x34\x5c\xbd\xa6\x4f\x7b\x0c\x2e\x20\xa5\x40\x0b\xf2\x66\x14\xf8\x86\xa6\x42\x1c\x8e\x9e\xaa\xf0\x82\xd4\xb5\x1c\x96\x71\x72\x98\x5d\xe0\x83\x7e\x0d\x69\x1c\xac\x77\x20\xc9\x33\x8d\x99\xe6\x9d\xfb\xb4\x63\xcb\x3e\x03\x99\xc6\xf5\xfb\x9b\xf5\xd3\xa9\x06\xae\x2b\x1f\x8a\x32\xad\x7e\x4c\xc7\x3b\x5c\xd6\x31\xa7\xb3\x00\x84\x6d\x14\xc7\x3f\xe1\x62\x9a\x85\x8b\x4e\x30\x0e\x1e\xda\xe9\x9c\x2e\x05\xf3\x7c\xe7\x5b\x8e\x0c\x26\xc8\xf1\x06\x57\x4b\x5d\xf6\x0a\xbd\x6a\xb3\x92\x84\x66\xf2\x42\xce\x46\x2f\x37\x8a\x15\x5f\x4a\xd1\xc3\x5f\x3a\x8b\xf5\x3c\xce\xd7\x62\xf5\x9d\xdd\xe9\x9b\xfe\x17\x1b\xb9\xc0\xd8\x6d\xa7\x98\x0a\x13\x28\x61\x5e\x0a\x13\x28\x61\x5e\xc5\x89\x48\x70\x0d\x4d\xbd\x5b\xd3\x09\xd5\x98\xba\xe8\x5f\x78\x11\x6d\x3a\x32\xe0\x62\xe7\xea\x9d\x9a\x03\x4b\xfd\xf4\x35\xff\x0b\xae\x5e\x89\x2f\x82\x5b\xf9\x29\x9a\x96\x95\xf5\xe5\x7d\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\xc8\x25\x3c\x2b\xae\x33\x77\xe2\x87\x68\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\x5f\xe5\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\xf4\x64\x56\x2f\xe4\x00\x39\x99\x27\xfd\x60\xe8\x82\x8c\x38\x98\x3a\x0c\x09\x1f\xd6\x54\x14\x41\x25\x22\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xa3\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\xc7\xa1\xa6\x9b\x5b\x71\xbb\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\xe6\x83\x80\xee\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\xc4\x5e\x4f\x3c\xf5\x68\xed\x53\x0f\xca\x74\x94\x89\x79\x92\x1a\x9a\x89\xb7\xa7\x3e\xe1\xd4\x93\x57\x63\x88\xbc\x98\x27\x26\x47\x36\x19\x17\xfd\xf1\x38\xcd\xd3\x8b\x6f\xb5\x7d\xfa\xda\x7f\x8e\x2a\x3b\xf2\xc9\xaf\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x45\x04\x3d\x7d\xfa\x71\x18\xde\x37\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x17\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x3e\x11\xc6\x3e\x49\x09\x10\x0e\x95\x24\x00\x9c\x71\x7e\x46\x25\x8c\xc5\xcf\xa8\x0c\x82\xdc\xa7\x5c\xdb\x95\x88\xbf\xe9\x6b\xff\xdc\x31\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\xdf\xf4\xe7\x1d\xa4\xe9\x87\x53\x2e\x66\x44\xaf\xa1\x54\xb2\x68\xce\x0b\x16\xc9\x76\xe1\x62\xff\x62\x34\xdf\xb2\xf0\x8b\xb8\x2f\xf6\x1d\x4e\xf1\x6c\x89\x0b\x03\xe9\xa7\x57\xcb\x29\x6c\xd9\xcb\x21\xc1\xd9\x30\x76\x84\x47\xb7\xb9\x06\x53\xc6\xd8\xb0\x3f\x43\x71\x7e\x3f\x05\x8b\xc6\xbc\x08\xff\xe4\x28\xbd\xf0\xc3\x20\x72\x5e\x37\xdd\x30\x58\xad\x77\xdb\xc0\x50\xe2\x10\x59\x75\x27\xf7\xf2\xf1\xd2\x4c\x5f\xcc\x3f\x6b\xea\x62\x3f\x85\x01\xfa\x2d\x14\x82\x12\xa7\xdc\xdb\x75\xdb\xc1\x5e\x27\x5b\xdb\xd3\x8e\x47\xe6\xa1\xb4\xce\xf4\x0e\x40\xeb\xe2\x70\x4e\x3f\x52\xd2\xd0\xa9\x1a\xc1\x0b\x67\x40\xd9\xb5\xe0\xaa\xf2\x51\xd7\x86\xec\xde\x30\x5d\xb1\x88\xf2\x58\x77\x54\xdc\xc9\x1d\x7d\x2c\x17\x53\x2e\xeb\xda\x40\x56\x1e\xeb\xda\xf6\x94\x5d\x82\x4e\x20\xaf\x60\x4f\x55\x5f\x6a\x18\x01\xed\x14\x62\xf5\xfd\x80\x09\xc9\xc4\x67\x73\xf2\xe0\x2d\x90\xf3\x2f\x32\xe8\x2c\x27\xbd\x48\x0e\xae\xc1\x47\x32\x15\x2f\xde\x2f\x50\xd6\xab\x4c\xd7\xcd\x22\xd0\xac\xd3\xb8\xb6\x14\x3a\xf5\x0c\x83\xf6\x4d\x00\x16\x53\x8e\xef\x3d\x27\x3d\xf7\xfe\x71\xf8\x4c\x79\xbe\x6b\xdb\x03\x29\x68\x33\x3d\xf2\xb6\x1c\x8d\x4e\x4f\x5d\x20\xa5\x0a\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x06\x09\xb1\xfb\xb3\xd9\x94\xd5\x53\xc6\x3c\x32\x0a\x82\x64\x4a\xea\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xa2\x1f\x6a\x21\xa1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x17\x98\x72\x88\x17\xc2\x05\xa7\xdf\x1d\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\x8f\x8b\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x93\x74\x40\xbf\x52\xc6\x97\x26\x1e\x9c\x91\x53\xb9\x02\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xc4\x01\x3c\x5a\x33\xf5\xb6\x48\xd9\x58\xe4\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\xf7\x43\xb8\xda\x33\xbb\xe3\x35\xf7\x14\xae\x91\x44\xa6\xed\x7e\x8a\x06\xaf\xe5\x94\x47\xfb\xe0\xcd\x89\xe9\x8c\x03\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x1c\x03\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x0a\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x24\xa4\x36\x14\x50\x3f\x12\xd2\xd0\xda\xf5\x48\x48\x89\x90\x32\x7c\x28\x70\xd6\x0c\x84\xe3\xf1\xbd\xb9\x7b\x0e\xdc\x33\x6c\x43\x39\xd1\x4b\x96\xdd\x39\x01\xb8\x5c\x34\xfd\x82\x48\xe3\x54\x1f\x7e\x91\x92\x33\x6a\x60\x5d\x4c\x33\xc3\xf8\xec\x40\xac\x7a\x01\xb4\x57\xac\x06\xb4\x7d\x09\x82\x19\x5c\x29\x3f\xd3\xcd\x5b\x2d\x51\x57\x2f\x19\x11\x3a\x36\xed\xa7\x6f\x88\x41\xf2\xd3\x97\x33\xcd\xdc\x46\x16\x7c\x42\x04\xa9\x6a\x33\x0c\x67\xfc\x20\x58\x81\x93\xdb\xcf\x79\x64\xbd\x86\x63\xc2\x3f\x65\xda\xdf\xd0\xd6\xc0\x38\x8d\x00\x3c\xec\x40\xe3\x88\x1f\xda\xd1\x67\xa6\x52\x87\x03\x99\x7c\xe6\x70\xc2\xb5\x2d\x65\x0a\x71\xed\x69\x45\x6f\xac\x9e\xa9\xf9\xd2\xce\x4b\x99\x66\x03\xaa\x53\x5e\x81\xd5\x7d\x03\xdc\x45\x84\x81\x24\x44\xc0\xee\x9d\x74\x80\x38\x8a\xa9\xb4\x02\x05\x73\xf7\x54\x1e\x81\x83\xc8\x88\xe9\x78\x81\x11\x53\xd2\xed\x33\x85\x40\x84\x79\xdb\xc2\xc7\x94\x2b\x73\x40\xd9\x60\xaf\xb7\x1f\x91\x49\x1f\x8e\xb4\x84\x2b\xdc\x3e\xf7\xb7\x34\xe3\x6c\xcd\x3d\xcd\xd8\x1a\x0e\x24\x43\x1c\xaf\xe8\xcd\xdb\x62\x5d\x38\xc6\x6d\xb1\x2e\x5b\xf4\xb6\xa3\xf9\x4a\xb3\x0a\xc6\xe0\x39\xd8\xe9\x2c\x02\x1b\x04\xe1\x24\x02\xb9\x2f\x32\x6f\x3f\x6a\x7c\x66\xb6\x78\x3a\x68\x00\x3d\xdc\x6c\x3a\x15\xf3\x81\x71\xdf\xb6\x89\x84\x9a\x6f\x02\xe0\x38\xd6\x1c\x81\x80\x41\x7c\x2a\x87\xc0\x81\xd7\x63\x92\x43\x00\x2e\xaa\xe0\x84\xd2\x7b\x6a\x0e\x77\xc9\xc0\x10\xf1\x11\x60\xfc\x46\x47\xe4\xe0\x69\x15\x0d\x97\xfe\x74\x9e\x80\x56\x53\xb8\x78\xea\xc6\xd6\x53\x9a\x80\xca\xbd\xf2\xa9\xa8\x81\xfd\x24\xb8\x71\x4e\x5b\x76\xb9\xce\x32\x67\x96\x3a\x0d\x99\xd6\x3c\x41\x8e\x22\x20\x21\xf3\xf4\x23\x1c\xa3\xa4\x5d\xf3\x7c\x22\x05\xe6\x1c\x44\xcc\x00\x49\x9a\x80\x9e\x9c\x18\xa0\x5d\xe9\x73\x80\x42\xda\x95\x3c\x93\x51\x0f\x10\x0a\x0a\x7a\x90\x27\x55\xfd\xd8\x00\x13\xad\x68\x84\xda\xd0\x93\xa7\x19\x03\xe6\x1a\xc7\x26\xc4\xca\xc2\xf3\x19\xb8\x4c\xe6\xb4\x68\x48\xb8\xc6\x9c\x16\x0d\xa1\x61\x85\x1f\x54\x32\xc7\x4e\x5d\xf5\xaf\x3c\x64\x3e\xfd\xe6\x45\x4b\xff\x4a\x1d\x41\xe8\xd6\x74\x60\x02\x9e\xb8\x39\x1d\xc0\x0f\x5b\x98\xf2\x60\x45\x5e\x50\x4e\x80\xc5\xed\x40\x55\x56\xb4\xde\xbe\xbf\x3e\x3f\xfd\x38\x46\x54\xfa\x29\x16\x52\x32\x28\x3b\x17\xae\x4c\x95\xcc\x2a\xed\x4a\x1f\xb6\xd4\x1a\x72\x94\xc4\xd5\x99\x39\xbf\x9c\x81\xd3\x6a\xea\xe5\x8c\x55\x78\x02\x6a\xc8\x57\xaa\xea\xa1\x1a\xf8\xf4\xc3\x5e\x5c\x62\x47\xa6\x33\x11\xe4\xfa\xd3\x24\xda\x82\x08\x81\xe9\x54\x04\x38\xca\xe6\xc3\x17\xd2\xb7\x7c\xa9\x73\x1f\x45\xd8\xb1\x17\xdb\x48\x99\x5e\x07\x66\x58\x0f\xdf\x5c\x21\x38\x64\x2a\x2f\xc1\x71\xe4\x43\xa9\xa0\xdc\xdc\x9c\x0f\x8b\x28\xe8\xcf\x0f\x7b\x71\x33\x2a\x85\x8b\x6f\x5b\xbe\x53\x1c\x25\x72\xa8\x83\x3d\xc8\xb2\x31\xfd\xfe\x46\x94\xbf\x87\x2f\x3a\xb1\xc8\x79\x7e\x83\x2d\xe0\x47\x35\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x20\xc0\x7b\x91\x6e\xc7\x9f\x34\x15\x05\xb2\xe7\xf2\xd2\x7c\x60\x4d\x3c\x03\x9a\xfd\x65\x5a\xed\xb9\x85\x2d\x3c\x7c\xf3\x11\xa6\xf5\xe0\x12\x2c\xa8\xc3\xfd\x10\x21\x95\xb1\xa0\x12\x8d\x3c\x15\x40\x52\xc9\x45\x36\x1f\xb6\x47\x11\x64\x33\xfd\xe0\x46\xac\xce\x3c\xb8\xf1\x41\xcf\x6e\x07\x44\x36\x45\x97\xf4\x38\x8a\x1e\x78\xc6\x18\x97\xa3\x10\xf0\x29\xce\x87\x93\x95\xc2\xc1\xfc\xfa\x06\x39\xd5\xa6\xdf\xdb\xf8\x08\x21\x7e\x70\x23\xb7\xab\xa6\x5e\xdc\x28\x51\x2f\x1f\x84\x28\xb0\x61\x15\xb3\x72\x8c\x9a\x4e\xec\x9c\x64\xd0\x4f\x8b\xc6\x39\x91\x15\xc3\x52\xb9\x9d\x33\x9f\x9d\x99\xed\x80\x7a\x05\xaf\xa5\xaa\x9f\x52\xdd\x03\x1a\xdd\x13\x48\xc6\x84\x2d\xed\x88\x81\x60\x5b\x73\x3a\x85\xc1\x55\x9e\xe9\x74\x0a\x84\x28\xcc\xe7\x00\x9f\x1d\xd0\xf8\x0c\xa0\xc5\xf1\x79\x12\x6f\xf2\x90\x06\x3e\xfa\xf9\x44\xa0\x42\x70\x7e\x5a\x8c\xee\x81\xcc\xd1\xf6\x34\x24\x84\xae\xf4\xa9\xa5\xc6\xf0\xe5\xd7\x32\x3e\x32\x8a\x33\x31\x10\x47\x38\x95\x89\x61\xe7\x5a\xdf\x74\xf8\x4b\x23\xe0\x66\x3a\xfe\x25\x77\xbf\xa6\x9f\xd2\x28\x63\xa4\x5d\x69\x16\x3d\x75\x65\x06\x3b\x03\x39\x63\x2b\x23\xf1\x5b\x2f\x68\x2b\x0a\x87\x29\x5b\xa6\x59\x46\xee\xcf\xea\x99\x48\x33\x21\xf6\xdf\x7e\xe6\x4e\x64\x19\x7f\x82\x9f\xd5\xe0\xc6\xc9\x7c\x3a\xe7\x0f\x8f\x0d\x4e\x87\xca\xf0\x98\xea\xf4\xdb\x19\xe4\x5d\x9f\x4f\x5f\xe1\x24\x4e\x65\x3e\x1d\x5e\x80\xa2\xf5\x74\x78\x01\x97\xd6\xe6\xd3\x74\x58\x53\x15\x3a\xfc\x3e\xe6\x7b\xfa\x61\x8d\x76\xc1\xb7\x9c\xca\x21\xca\xad\x82\x6c\x92\xc8\x67\x3a\xb1\x43\x3c\xb8\x7e\x74\x83\x47\xc2\xa7\x43\x6c\x48\x20\x3d\x1d\x62\xd3\xd9\x97\x44\xd8\x5c\xa9\xa9\x41\xa2\xae\x39\x01\x04\x0f\x2e\x4f\x5e\xe7\xc8\x90\x15\x53\x53\x79\x1b\x7b\x2a\xa4\xa6\x8c\x33\x55\xe5\xe4\xe2\x58\x77\x48\xcd\x4e\x78\xcb\x74\x9c\x4c\x23\x06\x6a\xbe\x14\xd7\x45\x3c\xc1\x7c\x99\xb4\x51\x72\x5e\x8a\x39\xdd\x6b\xa0\xa2\x87\x6f\x68\xc6\x21\xa7\xc4\x9b\xcc\x97\x9f\x8c\x09\x72\xc3\x98\xa7\xaa\xa8\x7e\xa4\x8b\x87\xc7\x11\x10\xec\x98\x01\x05\x2d\x44\x47\x76\x4a\x09\x32\xdf\xcf\x97\xc3\xf0\x90\x6c\x1c\x36\xd3\x08\xd0\x9a\xaf\xd0\x79\xea\xfa\x58\xcb\xa0\x6f\x23\x44\x27\x32\xf0\xc6\xa8\xac\x1c\x12\x47\x0c\x47\x2f\xc4\x0c\x34\xbb\x17\x9e\xde\x33\xa5\xa2\xed\x91\x42\x3b\x56\x03\xbd\xdd\x25\x9d\x48\x1d\x39\x32\x4c\xa9\x23\x5b\xa8\x45\xb2\x67\x29\x59\xf6\xe9\x7d\xc7\x3c\x4f\x78\x06\xcd\x8a\xb6\xf7\x2c\x97\x8c\x55\xbc\xf9\x34\x5f\x26\x66\x50\x7f\xfb\x25\x53\x58\x98\xe3\x5f\x72\x37\x72\x3a\x00\x26\xf6\xbb\x77\xf8\x64\x40\x6f\x27\x34\xc6\x37\xa4\x86\x68\xfa\x76\x60\x72\x6c\xb2\x6f\x4c\x0c\x81\x9e\x0a\xfa\xe0\x4b\x1d\xc3\xbc\xdb\x33\xfd\xfe\x06\x59\x9f\xa6\xf2\x4d\x24\x5f\xd5\x54\xac\x4a\x25\x66\x6f\xbe\xed\xf0\x47\xb8\x52\x74\xca\x11\x8d\xc8\xc1\x29\xf5\x83\x1c\xeb\x0e\x43\x71\x78\x0a\x0f\x29\xcc\xf7\xcd\x40\x98\x91\x9b\x81\xa4\xd4\xda\x24\xfc\xc6\xaf\x63\x70\xef\x61\x3a\x0a\x65\x3f\x4b\x0a\x9f\xfe\x94\xd9\x94\x80\x19\xe1\x4b\x71\x27\xb5\x67\xde\xed\xb8\x4b\x68\x87\x1f\xc1\x68\x04\x66\x4d\xc7\x9d\x10\xdc\x32\xdf\x4e\xf2\x9c\x30\x03\x05\x9e\x54\x92\xc9\xcf\x37\x8c\x0b\xdd\x53\xa9\x29\x6a\xff\x7c\xe9\x7d\x93\xa1\x39\x0f\x15\x8c\x54\x71\x28\xd5\x09\x4c\xaf\xbe\x61\xa6\xd4\x59\xbb\x40\x37\x2b\xe6\xb4\x40\x73\xc0\x2b\xe0\xda\x71\xbe\xaf\xb7\x20\x35\x74\x50\x26\x5d\xc2\xf9\xdb\x16\x24\x76\x70\xd2\x89\x2d\xcf\xbe\xfd\xb9\x40\x1f\x7c\x57\xc0\x53\x5f\x82\xc1\x70\xec\xfd\x09\xe4\xbd\xa9\x99\x5e\xa0\x73\xdd\x5f\xe9\x65\xe8\xcb\xb4\x63\xed\xaf\xa4\x21\x4d\xc9\xfe\xed\x6d\xcb\x55\x55\x02\xe9\x9e\x3e\x15\x85\x20\x4e\xbe\x20\x1f\x4a\x95\x2e\x45\x6f\x4e\x94\xb5\x20\x2f\x6e\x20\xc8\x0d\x64\x6d\xd2\xb4\xdc\xbd\x40\x85\x48\x9c\x29\x14\xf5\xef\xf9\x52\x0e\xb9\xcc\x8f\xe4\x3a\x5f\x89\x5b\x90\x07\x09\x3a\x56\x71\x37\x26\xfd\xf6\x18\x99\x66\x07\xf2\xd9\xcf\xbf\x40\x71\xef\x8d\x51\x99\x0e\x33\x46\x7b\x8c\x4d\x5b\x0b\x3c\x3d\xaf\x7c\x29\xbb\x46\x3f\x8c\xce\xee\xeb\x38\x67\xad\x80\x6a\xe8\x28\x40\xeb\xf8\xea\x25\x50\x11\x94\x0f\x35\xc6\xa3\x03\xd9\x7c\x7f\xa5\x19\x6f\xbf\x7a\x02\xda\x54\x7a\xa6\xb2\x31\x68\x40\x53\xea\xef\x01\x64\x45\xfe\x18\x80\xe2\x0e\x81\xec\xa1\xdc\x2e\x20\xab\xf5\x35\xa0\x0c\x7c\x4c\xec\xee\xd8\x63\x3f\xc8\xb0\x40\x05\x2c\x96\x54\xd5\xac\x7f\x20\xa3\x03\x02\xbe\x28\x7a\x32\x90\xe1\x6d\x40\xcd\xdb\xdb\x60\x03\x82\x1f\xd1\x85\xf5\x80\x8d\x66\x6e\x4f\x56\xaa\x8a\x39\x65\x8c\x52\x68\x47\x50\xb3\xd8\x5f\xae\x54\xd5\xeb\x34\x2d\x55\x87\x0f\x08\x20\x63\x0a\x6e\xa6\x0f\x36\x93\x03\x48\x1c\xf9\xbb\x20\xe9\x93\x1b\x93\x61\xbb\xe8\x41\x4d\x07\x22\x35\xda\xc4\x38\x52\xc1\x46\xc4\x92\xfd\xea\xc7\x31\x7e\xfb\xd0\x7a\xc6\x09\xa6\x4e\x7b\x13\x76\x72\x98\x74\xd8\xa0\x87\xf3\x24\xf8\x86\xd3\x02\x35\x1d\x9f\xaa\x9a\x0e\x76\x9d\x32\x62\x74\xc7\x3a\x2d\xc8\x8c\xf1\x4c\xa1\x29\xe9\x2c\x80\xba\x53\xd1\xd3\xaa\x82\x18\xd8\x75\x7a\xff\xa2\xda\x41\xb7\x20\x45\xdc\xf7\x0a\x24\x3a\x2a\x29\x63\x20\x14\x42\x48\xc1\x40\x8e\x96\x0e\x59\x1d\xb0\xb7\x74\x62\xdf\xd9\x06\x02\x7e\x00\xe3\x62\x99\x8f\x01\xb2\xcc\x81\x09\xab\xa6\xae\xd1\x63\x20\xbc\x77\x76\xa5\x4f\x6b\xc6\x9f\xba\xbe\x9a\x45\x3b\x0a\x69\x08\x9f\x3e\xb0\xaf\x41\x3e\x8e\x5e\x39\xd9\xce\x07\xd2\x4f\xa6\x16\xd3\xc9\xe7\x53\x59\x39\x1a\x7d\xea\x7e\x72\xff\x74\x62\x85\xbf\xa4\x21\xa5\x4a\xda\xd3\xce\xad\xcb\x7f\x54\x35\x01\x85\x15\x91\xa0\xe3\x2a\x01\x0f\x89\xd9\x74\x22\xe1\xbd\x6f\xf9\x52\x0b\x7f\x7e\x6b\xe6\x5e\x55\x75\x70\x64\x2a\x15\x2a\x11\x42\x3c\x78\xe0\x9b\x33\xc6\x69\x3f\x3a\x64\xc9\xd3\x18\xe5\x53\xa8\x6b\xb4\x2d\x90\xe8\x20\x2b\x8d\x5c\xcf\xa6\x21\xb7\xc7\xc9\x01\xa4\x64\x1e\xab\xa1\x80\xca\x1d\xc3\x89\x58\xcc\xfe\xa0\x0a\x85\xba\x94\x83\xa9\x2c\xd8\x4e\xd8\x99\x84\xba\x84\xc5\x3a\x41\x87\x93\x1f\x2d\x48\xf3\x03\xb5\x97\x1c\x9e\x34\x3b\xbc\x33\x3a\x90\x87\x19\xc8\x66\xb9\x92\xaa\xba\x1e\xc7\xa0\xcb\xa0\x4b\x30\x90\xcd\xee\x6a\x29\x84\xf4\x82\x81\x45\xae\x40\x4a\xf0\x05\x73\x28\x66\x78\x6c\xe2\xe2\x03\x11\x4e\x51\xa0\xc3\x34\x83\xc7\x8f\xe9\x09\xe1\x81\xac\x49\xad\xe4\x4b\x6d\x93\x96\x32\x16\x81\x76\xfc\xc8\x18\x5b\xb3\xf8\x60\x6b\xb4\xea\xdc\x2f\x57\x20\xf7\x08\x72\x26\x2d\xf6\x53\x99\x6c\x4c\xfa\x40\x94\x66\x4f\x2b\x25\xc7\x51\xe0\xf8\x0e\xbc\xf9\xcc\xb9\x85\x2d\x64\x80\xe2\x90\xf4\xf3\x03\xda\x3a\xc0\x51\x5a\xe5\xfc\xc9\xa1\x57\xfd\x20\x28\x93\x55\x21\x26\x50\xaf\x66\x80\x4c\x56\x35\xf5\x5c\xa9\x6a\x72\x6e\x01\x65\x66\x86\x8f\x39\x29\x48\x76\x69\xf5\x23\xde\xe5\xd3\xa5\xd1\xe3\xb4\x70\xe2\x8f\x1d\xd2\x22\x9e\xe7\x62\xd6\x15\xcf\xd3\x6b\xfa\xb4\x5c\xc6\x54\x3a\x64\x67\x14\x66\xaf\x0e\x10\x62\x98\x90\x5a\x4d\x65\x99\x4f\x32\x30\xdf\x76\x28\x81\x2c\x9c\x9e\x01\xbd\xb6\x35\x9d\xbe\xc5\xab\xc0\xf6\x96\xb7\x1b\x3e\x56\x4d\x5c\x10\x4c\x85\xb8\x1a\xe3\x34\xfd\x40\x95\xca\xee\x51\x3b\x6c\x8c\xb7\x41\xca\x95\x42\x7b\xdf\x3f\x0d\xe9\x58\x84\x2c\x95\xc1\xa3\xd7\x2c\x1f\x47\x5f\x1a\x32\x05\x41\x4f\xd5\x21\xb8\x67\xfa\x24\x04\x37\x0b\x68\x4d\x0d\xd6\x50\x9d\x26\xf2\xcc\xc4\xf3\xfc\x6c\x4d\xa9\x50\x68\x8c\xd3\x1c\xa8\xa7\x4c\x42\x77\x86\x69\xe9\x9d\x8d\xc1\x63\x20\x17\x7c\xe3\xb4\x30\xd6\x0b\x90\x91\x4d\x19\xc8\xe6\x4b\xbb\x1b\xd8\xfe\x8a\x19\xaa\xbd\xe5\x4b\xbd\xa9\xc7\x0a\xf1\x52\xc8\x09\x76\xa7\x45\x33\x06\xa2\xf8\xa1\x23\xbb\xef\xb4\x35\xe1\xfb\x2b\x95\xab\xaa\xd9\x6c\x1a\x55\x52\x43\x98\xee\x69\x8e\x37\xe8\x62\xf8\x35\xe7\x1d\x48\xdf\x8d\x0b\xc8\x01\x39\x2c\xe5\x69\x59\x6c\xd0\x8c\x83\xbe\x2e\xb6\xf4\xe9\xcc\x31\xe9\x83\x43\x91\x11\xdf\x30\x72\xd0\xd1\xd5\x85\x3e\x52\xa8\x77\x24\xf6\x94\x89\x51\x1c\x69\x54\xbc\x60\x30\x7e\x14\xc3\x1e\x50\xd7\x13\x82\xdc\x6d\xe4\xbc\xac\x8e\x3a\x0a\x87\x3b\xcd\xc4\x06\x6b\x85\x96\x08\x9d\x39\x22\xa9\x77\x10\x37\x0d\x8e\x94\x19\xd3\x34\xa3\xe7\x6e\xf7\x40\x5a\xd4\x0e\xa6\xd8\xc1\x7a\xfa\xf7\x19\x98\x95\x43\x65\x3c\xd3\xac\xb9\x58\x0b\xa8\x81\xec\x81\x1c\x64\x0f\x4b\x71\x06\x8f\x70\x2a\x87\x32\x8d\x2d\xd0\x2d\xe8\x04\xb2\xc1\x04\x01\xfc\xf2\x53\x4e\x91\xe3\x9c\xa5\xc3\xd6\xae\xab\x3b\x94\x69\x43\x62\xd0\x93\x25\x75\x6c\x29\xab\x82\x52\x76\x09\xda\x80\x6c\xae\x38\x03\xea\x0e\x0c\xcc\xd0\x0f\x94\xf8\xfd\xd4\x05\x19\xb9\x94\xb1\x76\x1d\x90\x19\x48\x27\x96\x64\x11\x32\x2f\x8c\xac\x9d\x96\x6e\x27\x95\xa7\x25\x1c\x98\xcc\xe5\xe5\xbb\x2e\xc8\x49\x17\x46\xfb\x33\x75\x17\xe3\x8c\x12\xed\x77\x48\xf6\x73\x04\x9c\x42\x90\xe9\x12\x9f\x1a\x5b\xda\xb1\x3b\x28\x93\xa7\x80\xa7\x81\x56\xef\x08\xa7\x6c\x67\xbf\x3c\x52\xd0\x90\x2e\x6e\x84\xc2\x50\x2e\x9c\x55\xd0\x81\xe3\x9d\x46\x16\x81\x7c\xb5\x57\x3e\x95\xdf\x1a\xe5\xa2\x75\x7b\x35\xd8\x50\x8a\x7f\xaa\x63\x4f\xa1\x16\x65\x4f\x99\xbc\xb6\xe0\xa3\xf4\x1d\x75\xec\x81\x86\xa0\x1d\xc8\xfd\x6f\x40\x9a\x00\x54\x0d\x85\x49\xd5\x81\xb6\xed\x30\xa9\xc1\xae\x74\x26\x8f\x0a\x49\x34\x84\x6e\x26\xb9\x11\xc9\x0f\x17\xe7\xcd\x91\x2b\x88\xe3\x91\x1c\x01\x59\x69\x4f\x81\x63\x98\x88\x11\x59\xa0\x63\x44\x5a\x40\x0d\x1a\xd1\x9a\xa8\xa5\x02\x6f\x54\xd8\x52\x1d\xac\x6d\x73\x26\x97\x73\xa4\x90\x65\xe8\x80\x66\xb2\x23\xa0\xac\x0e\x17\xdb\x48\xd1\x49\x65\x83\x84\x14\x8f\x54\x47\x96\x01\x39\x26\xf8\x4e\x77\x9a\xaa\xda\x8d\x9f\x0f\xbb\xc8\x22\x1f\x6a\xaa\xe1\x80\x4d\x47\xd0\x38\xbe\x8d\xef\x5e\x55\x35\xf3\x47\x3a\x14\xe5\xa1\xe5\x2b\x72\xa9\x0e\xa4\x70\x05\x2e\xd5\x01\xe5\x75\xdf\xc8\xbb\xa0\xe0\xee\x80\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\xfd\x89\x35\x9f\x0a\xd9\x92\x2f\x85\x4f\x49\x99\x22\xd2\x58\x03\x3d\x80\x72\x7c\xbe\x93\x8b\xbb\xf4\x40\x56\xc7\x2b\x90\x82\x56\x91\x6f\xfc\x52\xca\x28\x29\x3b\x4d\x13\x69\x54\x89\x4e\xce\x54\xbd\x25\x3a\xa7\x51\x91\x6c\x49\xd9\xc3\x63\x4c\x3b\xcf\x1f\x5f\x57\x63\xa9\x94\xfe\xa3\x8e\x12\x48\x29\xd8\x91\xe2\x08\x7f\xba\xe0\x9c\x5d\xa2\xcf\x28\x29\xb4\x0b\x17\xee\xdc\x71\xe3\x20\xf6\xf7\xdb\x17\xad\x52\xb7\xb9\x21\x7a\xc1\xcc\xf9\xa9\x2b\x1a\x28\x81\xa6\xeb\xe6\x53\xe3\xc7\x82\xc8\x9c\x74\x41\xcd\x8a\x9c\xaa\xa3\x06\x72\xe8\x00\x07\x96\x9e\x63\x39\x3e\xe8\x99\xfd\xb4\x4c\x1e\x2f\xe8\xa4\xd0\x76\x9f\x2c\x89\x9e\x67\xed\x9f\x42\xf3\x60\x04\x1a\xc7\x55\x95\x32\xd2\xa9\x82\xea\x81\x14\x65\x75\xd4\x23\x90\xe6\x0b\xf5\x73\x58\xd0\xbe\xe0\x8e\xc3\xe1\xd3\x51\x8f\x87\xbd\x84\xd7\x16\xd0\x4e\xcd\x2b\x2d\x35\xcd\x66\x3e\xed\x3f\xbe\xae\xcc\x97\x62\xb2\x4a\x45\xbe\x70\xd4\x55\x39\x02\xf9\x40\xe5\x58\x1c\xf6\xac\x7c\xfa\xd0\xcc\x22\xb6\x91\xd5\xe4\x82\xe9\x8d\x61\xa3\x11\x92\xe3\xf0\x8d\xf9\x2b\xd8\xfa\x31\x7e\x68\x6f\xf8\xb2\xf2\x05\xf7\x74\xfc\x56\xa4\x55\xc7\x6f\xd5\x13\x59\x76\xf8\xce\x3c\xfc\x47\xc9\x52\x16\x0d\xa5\x17\x91\x6d\x4d\xa1\xc9\x76\x4f\xa1\xd1\xa5\xd9\xdb\x4b\xcf\x1c\x38\x62\xfb\xca\x74\x99\x21\x66\x4a\x30\x81\x66\x12\x24\x95\x0f\xb4\x43\xde\x69\xb9\x82\x1e\x79\xca\xd2\x89\x2f\xeb\x70\x64\x0c\x11\xd8\x1e\xf4\x30\x9b\x73\xaa\xeb\xd5\x96\x12\x1b\xb1\x42\xb4\x4a\xfd\x54\xb5\xe8\xdf\x53\xd5\xfe\x89\xcc\xad\x99\x1e\xb2\xc2\xf0\x0d\xa6\x6b\x4f\x9f\x1a\xf5\x19\x48\x41\x52\x8c\xc4\x51\x5a\xd7\x11\xe8\x50\xcd\x40\x9a\x02\x76\x18\x41\x5a\x74\xe8\x87\x61\xb8\x4e\xbc\x40\x9d\x7d\x67\x0a\x6f\xc5\x99\x02\x0d\x07\x82\x31\x21\xb7\x1e\xe6\x0d\x27\xf7\x63\x2f\xb1\x0f\x3a\x64\x6b\xff\x3e\xc2\x64\x55\xd5\xf1\x00\x07\xba\x7d\x61\xb8\xa7\x19\x5d\x6d\x65\x43\xdd\xa8\x74\x41\xd5\x04\xc2\x7a\x38\xba\x2b\x66\xe8\xdb\x57\xe3\x38\xbb\x6e\xdf\x8e\x42\xd9\xba\x39\xe7\x7a\x40\xa5\x94\xa9\xa9\xfa\xf8\xf1\x75\x6e\x70\xe7\x9b\x74\xcc\x94\x39\x05\xe2\xc5\xe1\x7f\x3b\xf2\x20\xb3\xe1\x1c\x64\x35\x65\x12\x9b\xc2\x9b\x94\x03\xa6\x8e\x4c\xf9\xb4\x2f\x09\xc4\x1d\x75\x0b\x39\x38\x75\xcb\x80\x51\x4d\xdc\x60\x57\x0a\x65\x83\x45\x6d\x9d\x16\x68\x98\x8d\x69\x29\x97\xcd\xe3\x60\xad\x81\xe2\xe7\x60\xad\xd1\xd2\x8a\x38\x6c\x4b\x2b\x22\x38\xe4\x29\xbd\xe1\x52\xca\xa7\xcd\x97\x47\x51\x00\x75\x92\xb2\x3b\x26\xf2\x0d\x55\x2d\x0e\x43\x8c\x8e\xd4\xba\x5a\xca\xc4\x20\x90\x71\x27\x84\x02\x6a\xc8\x45\xac\x8d\xa2\xb8\xd6\x26\x03\x55\x05\x78\x0e\x76\xf2\x74\x28\xcc\x08\xa4\xbb\x16\x3d\xed\xb0\xab\x02\x4e\xd1\x78\x50\xf5\x18\x3b\x90\xc6\xc8\xe6\x74\xbe\x99\xab\x05\x72\xc6\x91\x40\xac\x22\xd8\x38\x65\x10\xe7\xb8\x5e\x6f\x39\xe2\x16\xf2\xe3\x2d\xe3\xd3\x8c\x66\x8a\xc3\xc7\x11\x5d\x23\xdf\x59\x95\xba\x10\x48\x14\xe0\xb5\xc7\x2e\x30\xb9\x91\x83\xc8\xaf\x4c\x34\x75\x70\x14\x4d\xbb\xdf\x32\x1b\x3c\x3a\xcf\x10\xd1\x96\xb2\x72\x84\x66\x65\xc8\x4e\x04\x7d\xa6\x1d\xaf\xa3\x47\xe5\x8c\x35\x07\xac\xe2\x01\xfd\x0d\x20\xd8\x5a\x40\xf3\x76\x0e\x14\x45\x5f\x1d\xc7\x9e\x76\x44\x72\x48\x47\xce\x74\x13\x5c\x79\x06\xe6\xbc\xf2\xa1\x4f\x75\x9c\x29\x8e\xbe\x1a\x4c\xc1\x03\x1d\x0c\xda\x7d\x60\x10\x82\x5c\x15\x62\x55\x36\xf6\xce\xc3\x76\xee\x0b\x51\xef\x81\x45\x08\xee\xf1\x20\x7e\xe5\x4a\xa9\xf4\x8a\x96\x76\x65\x6d\xdc\x59\xbf\x87\x63\xbd\x39\x54\x15\xd5\x54\x47\x0b\xd4\x65\x2d\x62\x86\x2c\x17\xc7\xd9\xf3\xc0\x92\x03\x55\x3e\x24\xb0\x6c\x23\x85\xe6\xdf\x25\x85\x6f\xd9\x14\x98\x05\x22\x46\x60\x60\x0f\xa4\x66\x48\xff\x81\xed\x06\xad\xfa\xe1\x9c\xaa\xb1\xe9\x29\x78\xa9\x6c\x3d\x2d\x2d\x8a\xae\x88\x9b\xce\xa8\x13\x86\xe2\xe8\xa4\x06\xf4\xc4\x3c\xc3\x24\x3c\x9d\x31\xe5\x62\xa0\xcf\x4e\x9f\x7f\x03\xdb\x7e\xca\x06\x13\x27\xd3\xd3\x5e\xda\x18\xe2\x9f\x44\xf7\x62\xae\x78\xda\xe2\x07\xee\x4f\x0b\xc7\xf0\xcd\xa7\xd3\x50\x5c\x2d\x85\xde\x39\xe0\x27\x95\x7b\x20\x6d\xf1\xdc\xcb\xc5\x38\x9f\x7e\xf0\xb1\x60\xa2\x78\x22\x78\x94\x54\x96\x8d\xe6\x03\x29\x38\xf2\x03\x75\x57\xcd\x97\x3e\x57\xd8\xae\x44\x36\xc5\x12\xee\x54\x3e\x8d\x3d\xe8\x10\xa4\x1a\xe3\xa5\x1f\x87\xd9\x63\xd0\x56\x0c\x52\x89\x60\xa4\x9c\x3c\xc7\xc1\x21\xe4\x94\x3c\x63\xa4\x4c\x27\xc2\xa7\xcc\x0e\xc4\xac\x52\xc8\x86\x59\x50\xa8\xdc\xc5\x29\xfc\x44\xb2\x45\x39\x7c\xa2\x58\x83\x80\xaf\x6e\xc6\x08\xfa\xe4\x8a\xc0\x48\xa9\x4e\x8c\x91\x86\xf4\xbc\xe2\x95\x76\x98\x13\x30\x12\x81\x1d\xf0\x08\x3d\x1a\x53\xca\x96\x56\xad\x83\xb7\x7c\xe9\x0d\xdb\x52\xd7\xb6\x18\xa4\x3a\xa7\xf3\x09\xd3\x76\xfe\x9e\x51\x18\xb7\x82\x8b\x8e\xc6\xfa\xbe\x38\xed\x68\xf7\x45\x70\x27\x43\x23\x47\x4f\x4d\x43\x9e\xcd\x54\x65\x13\x0e\x40\xe5\x01\x04\xf9\x97\x45\xdb\x9e\x32\x11\x18\x44\xf3\x22\x38\x8e\xfd\xe0\x98\xa1\x52\x02\x79\x77\xf4\x80\xa7\x67\x88\x86\x2c\xb7\xc0\xa9\x9d\x69\xe7\x33\x92\x50\x14\xe8\xf9\x52\x7f\x6c\xd1\xce\xb5\x53\xaf\x34\x6b\x2f\x5a\x4b\x43\xc6\x8f\x41\xcb\x8b\x36\x90\xad\x79\x96\x06\xa9\x5c\x31\x44\xc7\x60\xcb\xbd\x2c\xe6\xb2\xe3\x9c\x7a\x67\x8f\x89\xf2\xe5\xbb\x2a\xc1\x15\xa2\x45\xc8\x71\xb4\xd1\x18\xa9\x2a\x91\x6b\x4b\xd9\x90\xe3\x3f\x1f\xea\x51\xda\x33\xfd\x9b\x84\xf3\x9d\x88\xe2\x83\x8d\x29\x98\xd3\xe9\x65\x22\x45\x38\x25\x9c\xe8\x0c\xa4\x33\x2e\xe4\xa2\x2b\xc4\x2d\x13\xc7\x31\x96\xfe\x17\x67\x3b\x37\x64\x3c\x25\xd7\x39\x37\x30\x25\xb9\x4e\x0c\xcf\x0e\x27\x8a\xf3\x46\xe1\x44\xe7\x06\x77\x7f\xdb\xf0\x1c\x4b\xb3\xf2\xe9\x9c\x1b\xc4\x4d\x34\x51\x4c\xb4\x8a\x26\x3a\xb7\x2d\x55\x2d\x10\x21\xe5\x29\x67\x4e\x39\x51\x4e\x95\x32\xa7\x6c\x3d\x90\x75\x26\xf8\x9a\x32\xe8\x9c\x1b\x3a\xef\x9b\x73\x0b\xa1\xf3\xed\x94\xbe\x88\x87\x6f\x25\x66\x8a\x01\x97\x24\x39\x48\x0b\x6f\x5c\x15\x9c\xb2\x6f\xec\xc9\xac\x81\x83\x8d\xf6\xf2\x37\x18\xbb\xf5\xd0\xcd\xb9\x61\x05\x78\x3b\x12\x24\x5c\x44\x91\x47\xe7\xb6\xa5\x55\x6d\xae\x04\x09\x38\xb6\xa8\x64\x23\x2a\xe1\xcd\xc7\x46\xf9\xe6\x4c\x63\x7b\xbd\x91\x98\xd1\xaf\xde\xe4\x63\x0a\x24\x47\x21\xdb\x40\xb1\x45\xe7\x96\xb9\x54\xe0\x6e\x89\x69\x5a\xb1\x45\x05\x0b\xf3\xd8\xbc\x60\x7b\x20\x9f\x8c\x3d\xa0\xf7\x9a\x89\x74\x28\x5e\xe8\xc0\x81\x3d\x14\x20\x74\x6e\xb6\x46\x8f\x8d\xcd\x6f\xd6\x3e\x9c\x3a\x66\x20\xd1\x0e\x85\x08\x9d\x58\xb8\x86\x22\x84\x9a\xef\x89\x2d\xc8\xc8\x0e\xa0\xa6\x9a\x17\x50\x77\x33\x01\x25\xdc\xf4\x40\x3e\xed\x06\x7d\x38\x93\x91\x13\xa1\x2e\xd0\xf6\xcb\x0e\xb6\x76\x01\x38\x13\xea\x02\x2d\x20\x0c\x9a\xba\x3d\x0b\xa9\xdb\x05\xa5\x21\xf3\x9f\x11\x90\x15\x04\x5f\x45\xbc\xfa\x12\xe4\x82\x9e\x52\xd5\xd2\x8e\x03\x2c\x07\x7d\x3a\x10\x1b\xc3\xf1\xd0\x0b\x34\xa7\x23\x67\x17\xa4\xd3\xa5\x7e\x40\x23\x44\xb3\xbe\x63\x70\x30\x7d\xb6\x9b\xd4\xac\xd9\x24\xcb\x0c\x90\x03\x07\x98\xea\xdd\xef\x8a\x99\x4a\xc6\x8e\xac\x78\xa6\x50\x2c\xe0\x08\x64\xa3\xa4\x35\xe2\xa1\xe0\x9a\x86\x0e\x36\x88\xad\xa9\x7b\x0a\x4d\x8b\xb6\xc0\x0e\xc7\xda\x90\x7e\x75\x81\x7a\x3b\x66\x0b\x64\x67\xd8\x00\x07\x3c\xd3\xe6\x4a\x63\xc7\x16\x71\x06\x7c\xda\xb5\xb8\x01\x32\x1a\x9a\xb2\xc3\xd0\x32\xe8\x70\x1e\x96\xc4\x5c\x8d\xfd\x06\x27\x30\xbe\x4d\x48\xf4\xaa\x68\x06\x27\xe6\x59\x90\x4f\xd9\x1e\x50\x94\x7c\xd0\xa7\xcd\x0f\xbe\xbc\xbd\x40\x13\xce\x0e\x82\x5e\x98\x23\x85\xf2\xd4\x6e\xcc\x60\x8c\xed\x60\x20\xbd\x15\x79\x75\xec\xc4\xc4\xf7\x14\x32\x50\x7f\xea\x27\x62\x70\xf9\x8e\x03\xa6\x7a\x06\x6c\xae\x5b\x00\x45\x9e\x47\x0a\x59\x36\x0f\xd4\xe9\x54\x46\x65\x03\x1d\xbe\x42\xdc\x58\x0b\x12\xaa\xb4\xd4\xd5\xae\x34\x3b\x1c\x0a\x65\x39\xb7\x23\x35\x65\xad\xf8\x7c\x67\xc2\xb1\x0a\x32\x0e\x87\x48\x5d\x69\xc6\x09\xa5\xc0\xce\xc2\x3f\x81\x69\xe3\x60\x91\xac\xcc\x8e\x83\x45\xba\x18\xb6\x3c\x2b\xfb\x9e\xba\xc6\x00\xd4\x39\x59\x2f\xda\x75\xcc\x00\x56\xa1\x71\x98\xad\x5a\xeb\x19\x87\xdf\x70\x38\x53\xd5\x51\xcf\xac\xbd\x72\xad\x94\x72\x7c\x1f\x73\x32\x0e\x5f\xa4\x08\xb2\xda\xb0\x8d\x9d\xee\xb0\x96\xc6\x06\x75\x52\x96\x81\x45\x72\x1c\x56\x29\xd8\x2d\x8a\x40\x39\xb7\x02\xaa\x53\x66\x90\x23\xcd\xf8\x34\xb7\xa8\x38\xfc\xb8\x0c\xbc\x79\x28\x00\xe5\xdc\x2c\x01\x8f\x42\xb2\x59\x4b\x33\x43\xf1\x27\x27\x71\x72\x43\x11\x27\x27\x52\xf8\x28\xf6\xe2\xa2\xfa\x0f\x1e\x93\xf1\x5d\xd7\x05\xea\x52\x77\x4f\xa1\xe2\x3d\xac\x04\x8e\x24\x5e\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x9b\x1b\xd2\x89\xcd\x0d\xe8\x79\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\xec\x05\x45\x8e\x94\x1d\x12\x29\x3e\x3e\x39\x56\x8a\x8d\x8a\x0d\xee\x56\xd0\x11\x46\xbe\x34\x51\x30\x07\xde\xe3\x05\x04\x2c\x35\x1d\x29\x33\x97\x3c\xd2\x8e\xf6\xb8\x25\x9a\xa1\x18\x93\x55\x48\xdd\xa5\x06\x9c\x5b\x61\xcc\x53\x63\x66\x2f\x16\xb3\xe9\x9a\x32\xef\xcc\x4c\x9e\xb9\x41\x65\x42\xfc\xf8\xf8\xc9\xd1\xaa\xb0\x92\xd3\xcf\x64\x2d\xc8\xfb\x3f\x2b\xbd\xc8\xe0\x44\x6e\x1b\x45\x3c\xfc\x0c\xae\xce\x47\xdc\xe0\xe1\xd5\xb2\x19\x87\x70\x45\x36\xb3\x55\x6b\x54\xe4\x7c\xcb\xaa\xa3\x9a\x46\xe0\xcb\x0e\x07\x69\x0d\xf6\x59\xe1\xda\xd6\x09\x06\x2f\xc1\xb4\x3d\xa0\xed\xc9\x23\x95\xb5\x7e\x1c\x15\x8e\x00\x21\x05\xf0\x02\xa7\xe7\x8f\x5e\x87\x28\xfc\x0c\xa4\xa1\x7d\x9a\x7d\xb9\x97\x06\x68\x8e\x0e\x9b\x51\x98\x47\x23\xa4\x74\x54\x53\x02\x0c\x5d\x99\x5a\xce\x8d\x93\xa1\xb2\xf2\x2d\x85\xe6\xb5\x9d\x59\xb9\x35\xd7\xc1\xe7\xd6\xfe\xe3\x24\xa8\x98\x21\xd3\xce\xcb\x08\x04\xd4\x15\xb4\x20\x3b\x99\x5c\xbe\xb4\x04\xd6\x90\x71\xaa\x57\x1b\xee\xa0\x08\x90\x73\x83\x25\xea\xd5\x96\x73\x83\x30\x79\xb5\x05\xb1\xa5\x62\xc0\x6c\x69\x46\x93\x37\x52\x75\x71\xcf\xeb\xd3\xcc\x5b\x0e\x2d\x8f\x83\x17\x5c\x50\xa6\x87\x5f\x70\x69\x0d\xbe\x76\xf2\x0c\xf9\x01\x04\xf1\x5d\x80\xc6\xa7\x02\x0d\x0f\x3a\x85\x5a\x21\xf6\xf8\x09\x3f\x48\x27\x92\xc3\x59\x9f\x13\xe7\x05\x62\x9d\x9f\x74\xc9\x11\xcb\x93\x2e\x17\x22\xd6\x09\x3d\xc1\x12\x4f\x9f\x27\x30\x8b\xd3\x52\x1e\x5c\xcf\x6f\xba\x14\x36\xee\x69\x52\xbb\x02\x49\xde\x82\x8d\x9c\x26\xa6\xb6\x7d\xcf\xbc\x15\x2d\x72\x6e\x57\x3e\xf4\xb9\x88\x4c\x72\x22\x1d\x72\x60\x28\x5a\x84\x9b\x30\x0b\xd2\x3c\x43\x4b\xa7\xae\x42\x1d\xec\xff\x93\xfb\x23\x23\x1f\x4e\x0f\x92\xd9\x12\xcf\x21\x5c\x7a\x9c\x7e\x21\x0a\x72\x39\xcd\x47\x32\xaf\xf2\x9a\xa1\x52\x8d\xd3\x0f\x0e\x42\x20\x0a\xe5\x28\x84\xb6\x8f\xd3\xa4\xd4\x98\x72\xc7\x12\xb5\x2c\x33\xc7\x07\xe2\x93\x93\xd2\x54\x1c\xcb\xe3\x82\x42\xc0\xe7\xea\x30\xcf\x01\xa8\x6e\x20\x3c\xe5\xa1\xa9\x58\xd5\xc7\xa5\x03\x24\xe7\xc7\xd5\xe9\xb4\x02\xfa\x5a\x57\x3a\xd1\x21\x99\x0f\xa5\xa9\x55\xb8\x9c\x22\x39\x4a\x84\xa5\x0b\xa9\x11\x51\xe5\xf2\x83\xa5\xf5\x48\x5d\x5d\x37\x87\xd6\x2f\xec\x48\x1c\x52\x7e\x7c\x05\x3b\xef\x50\xd2\x99\x73\x6b\x29\x5b\x32\x63\xd9\x82\x80\xa3\x19\xd9\x24\x0a\xe5\x38\xb7\x7c\x88\xa3\xb5\x07\xb4\xa3\x89\x76\x10\x46\x3a\xe8\xf9\xe4\xa9\x34\x6b\x35\x1f\x51\xfe\x82\xfb\x20\x48\x3b\xe8\x83\xf8\xfa\x71\x99\xdd\xb4\x40\x92\x68\x33\xcb\x52\xde\x47\xa6\x07\xf9\x62\xa4\x0f\x33\x1f\x90\x9b\x7e\x12\x22\x90\x79\x0f\x7c\xea\x42\xfb\xe3\x6c\xb9\x90\x4a\x39\x50\x2f\xdb\x3b\x23\xdf\x5e\x66\x4d\x1c\xe9\x0e\x09\x69\xed\x48\xc3\x4a\x6a\x75\xa5\x21\xf9\x4f\xb6\xf4\xe2\xcb\x11\x8c\xc4\xf9\x90\x6a\x49\x55\x9f\x26\xac\xa6\x5e\x78\x39\x37\x38\x03\xe1\x22\x17\x8b\xa2\x70\x91\x73\xeb\x81\xc4\xc9\xe1\x13\x4d\x17\x90\xf0\x92\x8c\x66\x05\x94\xd5\xf3\xdb\x2f\x03\xf3\xeb\x68\x4e\x8b\xd1\x8e\xd4\x95\x41\x63\x0f\x24\xbe\xce\x06\x57\x26\x9d\xf5\x65\x3a\x51\xc4\x3b\x22\x58\x43\x2a\xfe\x80\xda\x99\xec\xa1\x06\xdf\x62\x2e\x9b\xef\xb3\x5d\x2c\xa0\x73\xe9\x44\xfe\x68\x50\x29\xc7\xad\x52\xe9\x9c\x98\x29\x46\x33\x95\x42\xc1\xbc\xf6\x52\x91\x80\x1c\x5a\x12\xd9\x40\x91\x25\x7b\x89\x92\xa1\xd0\x92\x72\x64\x28\x7e\x25\x3b\x73\xe0\xc4\x48\x48\x1c\xcd\x76\xd0\x4c\x81\xec\xe7\x2d\xfd\x8b\xf2\x72\xea\x34\x09\x40\x3b\xe4\xdc\x1c\xb2\x7d\xa5\x43\x4b\x3c\x19\xd5\x64\xf1\xe8\xd1\x89\x0d\x5a\x10\xf0\xe5\x5e\x84\x88\x66\xd9\x76\x04\x7a\xb8\xaa\xe7\xa3\x3b\x47\x33\xac\xab\xdb\x40\xf9\x7d\x4e\x93\x55\x55\xf4\x32\xd2\x0c\x2b\x52\x01\x95\x20\x08\xb1\xc5\x59\x6f\x70\x40\x8e\xee\x50\xeb\x56\x52\xa8\x67\xcb\x5b\x3e\x94\x54\x30\x82\x8e\x2d\x99\x0d\xc8\x8c\x14\xde\xa8\xb8\x92\xd2\x60\x05\x5d\xd4\xb3\xa5\x19\x19\xc7\xa3\x35\x29\x76\xe4\xb8\x3e\x65\x32\xbc\xc0\x26\xba\x69\x27\x5a\x5d\xb7\x5c\x94\x2e\x7c\xc1\x31\x6a\x9c\x9f\x87\xd9\xa2\x62\x29\x40\xe4\xc0\x8e\x36\x14\x20\xb2\x1f\xf0\x82\x6e\x2f\x7c\x43\x2f\x48\x80\x08\xfb\xa9\x9b\x8d\x45\xc7\xeb\x7e\x6f\xaa\xe5\xd3\x53\x69\x04\x41\xe1\x06\xbf\xf4\xd2\x94\x10\x06\x6c\x79\x49\x26\x9d\x0c\x57\x0d\xe8\x13\xa1\xa4\x59\x07\xd9\xf6\xf4\xf9\x30\x01\x05\xa3\xa7\x66\x9a\xc9\xbc\x2d\x5f\xa4\x4f\x8d\x33\xeb\x35\xad\x7d\xf4\x80\xfb\x8f\xaf\x5e\xb2\xb6\xd3\x37\xe9\x7b\x40\x71\x11\x8e\xba\xee\x2b\x00\xd1\x3e\xfa\x04\x5d\xf0\x23\xb7\x29\xdc\x49\x81\x27\xed\x82\x1d\xf9\x69\x9b\xf1\xe9\x73\x1d\x18\x3b\x2c\xc6\x81\x26\x1f\xf1\x43\x91\x26\xe7\xce\xb8\x1c\x69\x72\x20\x13\x3b\xd0\x04\xeb\xf7\x50\x9c\xc9\xb9\xb3\xbf\x94\xeb\x67\x4d\x57\x07\xf4\xbc\xa3\x3c\x2a\xce\x64\x61\xd7\x00\x87\x3e\x4d\xb3\xb7\xeb\xa6\x25\x65\xf7\x3d\xd3\x10\x13\x9d\x4e\x2d\x5c\xd7\xb4\xab\xa1\xc0\x83\x07\xba\x7f\x61\x28\xe8\xfe\x0c\x65\x28\x7e\xb9\xa5\xcc\x01\xf9\x68\x1c\xc3\x8f\xff\xf7\xb4\x63\x65\x12\x8a\x1a\x92\xc8\xa2\xbc\x29\x78\xe4\x8c\xad\x47\xa9\x7f\xce\x3d\x93\xe7\xc3\xb7\x61\x19\x70\x2c\x09\x6f\x4e\x2c\x70\x31\xe1\x3d\x53\xe2\xc4\xb9\x7b\x26\xec\xf6\x6c\x5e\x40\xde\x64\x29\x93\xa2\xb2\x05\x52\x40\x48\x49\x1f\x26\x53\xb6\xd1\x70\xb6\xe6\xeb\x53\x57\x41\x28\x99\x10\x99\xe7\xb8\x4c\x35\x94\x51\xe8\xdc\x33\xeb\x53\xe1\x62\x90\xcf\x40\x76\x03\x1b\xeb\x80\xd1\xaa\x86\x13\xc6\x70\x9c\x0d\xe8\x70\x4f\x5d\x3d\xec\x87\x74\x4f\x7c\x4a\x43\xb4\x1c\xbe\x5b\x10\xd5\x68\xe4\xb8\xcd\xa7\x6f\x97\x7a\x28\x8e\x49\x69\x0d\x49\xe2\xb6\xf3\x91\x33\x5d\x41\x29\xe7\xce\xf2\xdd\x26\x45\x50\x50\xe6\x20\xde\x51\x5e\x50\x57\x59\x01\x12\xe5\x7d\xba\xb0\x24\xc5\x19\xa5\x3c\x42\xe7\xbe\x7f\x9b\x50\xf0\x1a\x8e\x66\x69\x78\x33\xc6\xed\x34\xe2\xc8\xc8\xb7\x43\x9c\xda\x19\x50\xa7\xdb\xa7\xaa\xde\xbe\xbc\x52\x66\xec\x18\x15\x64\x08\xae\xa6\x3b\x64\x93\xdb\xe2\x7d\xe4\xf0\xdb\x96\x41\xd8\x91\x32\x10\x95\x58\x4f\x6f\x5f\x89\x22\x00\x6b\x28\x80\xa5\xc6\xea\x75\x3b\x28\x8e\x83\xe7\x76\xd0\x52\x3b\x03\x4a\x37\x43\x42\xe5\x59\xa3\x86\x72\x7d\xfb\x2e\x0a\x5c\x84\x9c\x42\x15\xda\xba\xe5\x96\x89\xb4\xc6\x1b\x47\x2d\x6b\x20\x01\x7f\x0f\x06\x53\x6b\x80\x38\xad\xe8\x96\xb5\x06\x2c\xa5\x6c\x47\xfb\x11\x0c\xb4\x22\x47\xca\xde\x42\xc0\xcb\x3c\x9d\x59\xaa\xc2\x0a\xa6\x19\x17\x72\xc2\x34\x45\x40\xea\x4e\x46\x54\xf0\x2a\x8e\xe9\xbb\x4b\x67\x0a\xbb\x67\x6b\x07\x34\x76\x81\x4c\xb1\xa0\x4e\x4c\x4b\xc4\xce\xd9\x79\x4f\x8c\xca\x76\x22\x87\x46\xff\x5f\xc6\xce\xe4\xfa\x62\x94\x57\xe2\xa9\x7c\x21\x5c\x1b\x33\x6d\x3a\x17\xb8\x43\xfe\x21\xbc\xe3\xaa\x5f\xb9\xdf\xee\xdf\x4b\x1d\x6c\x46\x21\x09\x51\x48\x82\xa3\xd4\x23\xdf\x0a\x71\x12\x07\x8c\x10\x27\xf5\x78\xbe\x64\x0e\x0a\xa4\x62\x6d\x3d\x94\xbc\x79\xa8\xdf\x1d\x36\x30\x57\x08\x80\x52\x8f\x87\x52\x8b\xd8\x75\xdb\xa1\x04\x41\xe1\x4f\xe5\x34\xaa\x00\x11\x26\x31\x85\x62\x68\x82\x4e\x01\x21\x37\xb7\xcd\xf6\x58\x88\xdb\xa2\x02\xb5\xb9\x6d\xa8\x3f\x65\x45\x8a\x9b\x1e\xd8\x4c\xc7\x6b\x22\x04\x4a\x3d\x10\x55\xc2\x9c\xd4\x03\x1b\x47\x31\x86\xce\x1c\x4f\x15\x63\xe8\x8c\x35\xb2\x1d\xaa\x79\xa4\x6c\x4b\x47\xd2\x53\x61\xdc\xca\x53\xa7\x1c\x7d\x35\x3d\x53\x32\x63\xf6\x9d\x90\x2a\x27\x88\xc0\xf9\xb6\x9e\x43\xb1\xbd\x07\xac\x3d\x21\xcb\x3f\xff\xbb\x78\x32\x37\xdf\x3e\x45\x02\x9c\x9b\x46\xaa\x1c\xbd\xa4\x54\xa8\x63\x24\xdc\xdb\x8f\x95\x5a\x3e\xdd\x3a\x6a\xa4\xc9\x8f\x82\x2d\x0c\x28\x59\x05\x23\x94\x14\x07\x56\xc1\x1b\x89\x91\x4a\x1d\x9c\xaa\xb1\x9f\xdf\xa4\x70\xe9\x50\x42\x8e\x3d\x7f\x7a\xc9\x1b\x54\x57\xbc\x23\x7a\x63\xc7\x42\x4f\x77\x94\xfe\x2c\x66\xfe\xdb\xf7\x10\xb1\x85\xde\x0e\x5e\x78\xa4\x56\xed\xbb\x92\x16\xf5\x88\x29\x3f\xa2\xe4\x58\x01\xa7\x84\x3a\x62\xba\x3a\x27\xd4\x74\xb0\xdc\x9b\xd4\x7d\x41\x06\xe2\x3c\x8e\x19\xa5\x7c\xd8\xd1\x0d\xce\x17\x95\x53\xff\x83\x7d\x81\x52\x77\xd8\x66\x09\xe8\x43\xe7\x08\x16\x7e\xfc\x99\x88\xe1\xfe\x56\x59\x77\x8f\xd4\x43\x57\x69\x44\xce\xae\xe3\xa1\xc4\xac\x68\xc0\xb7\x05\x18\x4a\xd6\xc1\x7f\x78\x2c\x31\x09\xef\xc3\x06\x70\x74\x9f\x23\xe6\xf9\xdb\xb6\x16\xb3\xf1\xb1\x8c\xc2\x25\xa2\x8c\x54\x47\x09\xbb\x7e\x7c\x07\x12\x9b\x57\x70\x9a\x9a\x45\xff\xf0\xda\x9c\x8d\xf5\x89\xcc\xca\xb7\xf2\x65\x20\x34\x3f\x98\x4c\x47\x7e\xb5\x88\x6f\xf9\x55\x6f\x5f\xae\x34\xaa\xf7\x73\x29\xb3\xf3\x0b\x69\xa2\x60\x3f\xe7\x48\x6f\x1d\x03\x85\x3d\xf1\xe1\x08\x89\xe1\xfa\xc1\xd1\xf1\x7c\xdb\xe4\xdd\xcd\xb7\x12\x3c\xe8\x3f\x21\x62\xca\x33\x07\x5c\x7f\x71\x46\xf9\x98\xef\xae\x74\xc0\x8f\xb8\x29\xb3\xa8\xc3\x1c\x50\x1c\xa0\x93\x87\x75\x53\x71\x80\xca\xc8\x88\x9d\x76\xe0\x29\x13\x7e\x93\x93\x9f\x82\xf9\xd4\xa3\xe6\x4b\x36\x41\x48\xb9\xd0\xf1\x28\x7e\x9c\x19\x3b\xce\x48\x85\xf3\x29\x05\x7d\xf7\xb1\x48\x44\x87\x08\x56\x53\x8e\x1e\x4a\xa7\x6d\x74\xa1\x82\xf9\xd4\x57\x56\xce\xd1\x79\x7b\x4f\xa1\xee\xce\xb3\x1a\x0e\x40\x15\x7f\x9a\x30\x36\xa5\x9c\xf9\xd3\xa6\xdd\x91\x0e\x48\x51\xe2\x3a\xfe\x38\x17\x2d\x67\x66\xa1\x68\x4a\xae\xc4\xbe\x51\x94\x15\xd2\x61\x9d\x67\x4a\xad\xb4\xb0\x43\x15\x95\xa7\xe6\xbe\xe1\xeb\x20\x8c\x54\xfb\xb5\x6a\x44\xba\x28\xf0\x4e\x3d\x90\xa0\x42\xcd\x54\x22\x64\x4c\x12\x54\xc5\x12\xff\x46\x4f\xd2\xa4\x1f\x31\x70\x3e\xfa\x3a\x4e\x5f\xae\x92\xbe\x88\x42\xcc\xf6\x64\xb3\x9a\x29\x75\x44\x4f\xea\xe5\xf4\x89\x09\xe0\x48\x3c\x51\x3e\x5f\x82\x6b\x70\x7c\x72\xfe\xaa\xa3\x33\xd5\x4e\x60\x15\x21\xf6\x8d\x02\x4e\xbd\xf2\x11\xd5\x74\x57\x3e\x22\xec\x15\x07\xe6\x89\xef\x4b\xa0\x9a\x1a\x6b\xce\xa0\x9a\xac\xd0\x97\x1b\xf8\x2b\x9f\x6a\x43\xb7\x54\xe3\xb9\xa4\xaf\x4e\x4c\xca\x86\xf9\xe2\xba\x48\x8b\x9b\x09\xa2\x5a\x7c\x17\x58\x28\x0a\xb6\x53\x0f\x36\x90\xd0\x31\x35\xfb\xf9\x8b\x84\xab\xa9\xc8\x59\xab\xf2\xa9\x24\x5c\x4b\x9b\x92\x70\x2d\x6d\xa8\x77\x59\x21\x29\xe0\x6b\xa6\x41\x5b\xed\x88\x2d\xb2\x54\x61\xac\x18\x48\xc3\x23\xf1\xe9\x24\x55\x47\x67\xb3\xff\x0c\x08\xed\x9c\xab\x84\xab\x29\xed\x75\xfc\x2d\xb8\x01\xdd\xe4\x94\x63\xd0\xcd\xf1\xd4\x63\x8f\x08\x4b\xf2\x1b\x2c\x74\xfa\xa0\xe8\x5d\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc4\x0c\xc1\x89\xa7\xcb\x10\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xa0\x67\x68\x4b\x25\xb1\x3a\x4b\xda\x77\x8c\x97\x48\x63\x65\xad\x2a\xb9\xd4\xf9\xf9\x5a\x09\x50\xf0\x04\xad\xd3\x42\xf9\xb4\xc4\x31\xf4\x87\x86\xbe\xd2\x05\x1d\x07\x30\x67\x7e\x96\x94\x88\x91\x9f\x2f\x9d\xa3\x4b\x7f\x3e\x69\xb2\x85\x7e\x3e\x5a\xb2\x89\x7f\x78\x44\xe0\x26\x65\xae\xaa\x47\xfa\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\x56\xc2\xc8\x38\x25\xa7\xaa\x47\x7a\x1e\x8e\x65\x94\xd2\xd0\x81\xad\x10\x24\x28\x67\x25\xc1\x7a\x4a\xd4\x8a\x53\x55\x9d\x33\x65\x04\x66\x87\x72\x57\xc3\x69\x8e\xc7\xc7\xf3\xf7\xf9\xdb\x4c\x25\x13\x72\x2b\xe5\x1e\xff\xa7\x02\x08\x9d\xaf\xa7\x5a\x5d\x94\xf2\xa6\x72\x2a\x91\x55\x89\x24\xf8\x39\xa8\x87\x45\xca\x7a\xf9\x7e\x81\x5b\x9c\xa5\x4c\x56\x85\xab\xc8\xa5\x4c\x56\xe5\x74\x1b\x4b\x89\xac\x8e\xb3\xe6\xc7\x2a\x8f\x4b\x37\xc5\xf9\xb0\x53\x0d\xfc\x42\x35\x9c\x13\x6c\xb5\x2e\x67\x92\x02\xce\xb5\x1c\x22\xc8\x71\xc8\x6e\xca\xbc\xed\x43\xd7\x7a\x21\xc4\x2c\x82\xd7\xcb\x37\x01\xbc\x4e\x5d\x2f\xf3\xc4\x48\x2b\xf6\x5e\x0f\xba\xe0\x10\x62\x93\xfe\x19\x2c\x34\x69\xd3\x8f\xaa\x38\xe8\x2d\x07\xec\x99\x57\xfa\x67\xa6\x18\xa1\x84\xc6\x9e\x34\xa2\x9b\x80\x63\xa4\x1e\x5b\x1e\x67\x9a\xb4\x72\xcf\x9c\xf8\x11\x20\x87\xc2\xa5\x04\x50\xf5\xc8\xc8\x00\xa1\x0c\x66\x53\x6c\x81\xa5\xb6\x5e\x89\x43\x0e\x35\xe5\xab\xa4\x11\x5c\x0c\xe9\x50\xb2\xf8\x40\xc9\x8c\x7c\xaa\xb1\xf3\x68\x86\xa4\x3f\xae\x48\x71\x81\xea\xe1\xc3\xf7\x52\x58\xa0\x83\x38\x10\x4b\xa8\xa2\x83\x60\x1c\x4b\x61\x81\x0a\xd2\x71\x1d\x43\xee\xc7\x19\xca\x27\x5f\xd6\xef\xb0\xa4\x1a\xa9\x46\x58\xf0\x96\x32\x9b\xe7\x33\x2d\xda\x0d\x66\xf1\xbc\x08\x0b\xe4\x78\x70\x37\xa9\xdd\x3f\x42\x79\xa5\xe9\xb9\x99\xad\x50\x8f\xbd\x60\xf9\x6f\xea\xd0\x9e\xee\x4c\xbf\x12\x1f\x50\x82\x5b\x14\x1a\x04\xdd\x90\x81\x80\x6e\x98\x69\xc3\x0e\xb3\x9a\x5f\xcd\x13\x7f\x86\x12\xbc\x3f\xb5\xdd\xe2\x93\xe6\x02\xff\x54\xd3\xd9\x8f\xb6\x62\x28\xad\x48\x66\x4b\x97\xe3\x07\x0b\x2b\x78\x53\xb9\x1e\x8a\x55\xa7\x3b\x8b\x95\xa5\x0d\x54\x64\xe1\x63\x29\xc5\xf3\xc5\x1c\x6c\x9f\xee\x0a\xad\x58\x29\x3e\x94\xc4\xe1\x0c\xe5\xed\x96\x05\x93\xdd\x4f\xd2\xbf\x9b\xf4\x11\xba\xd1\x79\xdf\x0c\x38\x40\xdd\x4d\x7e\xd5\x28\x1d\xf4\x39\x80\x65\x50\xe0\xa0\xc2\x0b\x81\xa5\xc0\x41\xf7\x8f\x07\xa4\x87\x3d\xa1\xec\xcb\x61\x71\x05\x94\x2a\xe5\x4a\x61\xf3\x46\x4d\xa1\xd7\xc8\x42\x79\x29\x02\x50\x75\x16\xfa\x9b\xfa\x4a\x3e\x36\x28\xf7\x87\x2f\xcd\x40\xc0\xba\xd6\x69\xf7\xff\x95\x42\xa9\x0f\xf8\xe0\x74\x10\x75\x47\x9d\xbb\x49\xc3\x7f\x19\x89\xee\x83\x8e\x87\x62\x42\x42\x8a\x83\x11\x40\xa7\x1d\xa7\xf0\xbe\xe2\xfd\xd4\xf3\x45\x8b\x68\x33\x5b\x31\xcb\xe1\x7f\xb8\xae\x5f\xe4\xae\x9a\xe9\xeb\x62\x35\xf3\xab\xd2\x38\x5f\x29\x54\xef\x10\x06\x02\x54\x95\xf9\x94\xb1\xb6\x8c\x6b\xb9\x77\x69\xd2\xf6\x6b\xa3\xb3\xcb\xc1\x70\xa9\xc7\xca\xee\xc5\x1a\x48\xd7\x71\xfd\xba\xce\x70\x1e\xf5\xd8\x38\x1b\x29\x94\xed\x4f\x80\xb7\xa5\x78\x3f\xf5\xcc\x4c\xda\xf6\xcf\x28\x65\x80\x9d\x61\x09\x01\x6b\xce\x57\x2a\xdd\xae\x86\x81\x10\xee\xc7\xe3\x28\xb6\xb1\x08\x3b\xb0\x8c\xa8\x02\xe2\xb2\x8a\x85\x13\xe7\xa4\xa5\x88\x3e\xf5\xa4\xaf\x8a\xe1\x33\x08\xf7\xb1\x84\xaf\x2a\x7d\x86\x52\x07\xd0\x5f\x0e\xef\x03\x02\x67\x15\x0b\x2a\xa2\x34\xac\x62\xae\x7b\x9a\x90\xcb\x0e\xe6\x31\xf4\x8a\xec\x97\x37\xc9\x3a\xf3\xa7\xf0\xf3\x2d\x7d\x35\x76\xc7\xf1\x90\x6f\x52\x7b\x38\x8d\x08\x6a\x81\x49\xbe\x8a\x81\x3c\x11\x64\xc2\x65\x55\x07\xe4\xbc\x29\x25\xe3\x64\xb2\x88\x21\x44\xf0\x8b\xe5\x18\x42\xf3\xa9\xe7\xa7\x99\xa4\x1a\xf3\x24\xb2\x52\x91\x80\x2a\xb0\x99\x65\x04\xd7\x79\x86\x52\x83\xa9\xd3\x11\x11\x78\x0b\xb1\x8a\x9f\x81\x39\x72\xf1\x4d\x1a\x48\x84\xaa\x35\x84\xab\x83\x74\x5d\xc6\x70\x91\xc7\xf3\x26\x1d\x46\x24\xd4\x4f\x8d\x42\xc9\xaa\x02\x4c\xbe\x4a\x2c\x7d\x7a\x84\xe5\xd4\x59\x22\x5b\x4e\xa0\x36\x56\x31\x73\xfd\x87\xb7\xf1\xab\xd8\xd5\xf1\xb4\x09\xe7\xa5\x1e\xab\x7b\x76\x54\xb1\xb2\x75\xb4\xe2\xb6\x1c\x2a\x88\xcb\xe1\x25\x14\x57\x3d\xd9\x34\x17\x5c\x7a\xe6\x53\x2d\x2e\xdd\x13\xa4\xeb\x88\x19\x73\x71\x93\x84\xb6\xbd\x06\x43\x09\xe9\xd5\x3d\xa0\xbc\xa7\x7b\xda\x5c\x16\x15\xa9\x57\xfe\x26\xec\x18\x05\x12\xaa\xe7\x91\x4f\xfd\x1e\x2f\xd4\x6d\x20\x02\xd0\x5b\x02\x95\xd5\xf3\x45\x99\x7d\x24\x1c\x62\xd6\x65\xa4\x7e\xcb\xb7\xba\x68\x3f\x59\xce\x0b\x3f\x1e\x92\xf4\xe2\xb8\x8a\xdc\xbf\x2c\x3b\x09\xe6\xb6\x2e\x3f\x49\xcc\x94\xc8\x41\x7c\x96\x54\x24\x1d\x3a\xd2\xa6\x53\xe9\x43\x99\x33\x11\x80\xc2\x97\x55\xb0\xa9\xcb\xf8\xb2\xb3\x84\xf2\xae\xa1\x3d\x9d\x47\x79\x80\xb7\x2e\xe7\xac\x45\x63\x1a\x5d\x76\xa2\x14\x15\x43\xa8\x82\x0f\x5a\x57\xf2\x2d\xb2\x94\xdc\x03\x60\xb6\x28\xa4\x50\x39\x4b\xbe\xb5\x74\xbe\x58\x2d\xb9\xd8\x9c\xa9\xee\xa6\x30\x33\xf3\xad\xb8\x32\x73\x85\xb7\xe3\xa2\xb3\x42\x0f\x9e\x0f\x25\x79\xec\xa3\xf4\xaa\x8e\x00\x4f\x34\x95\x45\x64\x20\x4e\x51\x8b\xc8\x40\x04\x54\x5c\x06\x86\x35\xa2\xa4\x2c\x45\xff\x29\xb8\xc8\x57\xc5\x6d\x81\x01\xa2\xb8\x3d\xa5\xa6\x19\x4b\xa0\x2b\x65\x8a\x5e\x4c\xdf\x2b\x67\x3e\x76\xa3\x10\x5d\xf5\x7c\x28\x3f\x7c\x29\x50\x08\x00\xfa\xa3\x1b\xf3\xcc\x97\xc1\x5f\x3c\xa7\x5c\xc6\x77\x11\xb7\x68\x55\xa7\xf9\x43\x41\x54\xaf\x3a\x86\x80\x63\x01\x9d\xe8\x32\xc7\x02\xba\x72\xa2\x70\x30\xa0\x46\xdc\x95\x55\xf1\xd0\x66\x58\x9c\x07\xd9\x16\x0a\x07\x34\x72\x30\xa8\x7e\x0a\x40\x50\xc7\x55\xcd\x16\x19\x89\x6c\xff\xf3\x4a\x99\x25\x59\x49\xff\x9c\x18\x36\xf5\x68\x24\x57\x7e\xd4\xdb\xf3\xf4\x07\x95\x99\xa1\xe8\x78\x58\x32\x68\x9b\x6e\xf0\x4f\xf5\xb5\x52\x9a\x90\xad\x76\x96\x54\x63\x06\x4e\x2d\x5a\x01\xf6\x33\x90\x32\xa2\x51\xae\x8a\xe1\x36\x52\xab\xc2\xa5\x22\x91\x1d\x2a\x88\xe7\x5f\xab\xda\x8a\xbb\xf2\xa3\x8e\x8a\x3c\x0f\x59\xcd\xc1\xda\x79\xdf\xb0\x9a\x45\x1c\xa7\xa6\x66\x7c\x90\xfd\x07\xab\x39\x0a\x43\x6c\x2a\x72\xa0\xa1\x79\x9b\x91\x19\x39\xa9\x09\x6e\x76\x9c\xec\x2f\x01\xcc\xea\xd9\x42\xd9\x56\x2c\x7f\x43\x4c\x96\xc3\x0a\xe1\x79\x58\xcd\x2a\x13\x35\xd4\x30\xe3\xd2\x03\x85\x15\xaa\x98\xae\xce\x78\x16\xbe\x6f\xe6\x50\xf8\xae\x59\x2b\x76\xca\xb0\xd4\x10\x4c\x8e\x14\xd4\x08\xdb\xb3\x9a\xef\xad\x5b\x66\xc4\x6a\xb2\xe5\x5b\xef\xfe\x96\x7a\xbd\x2d\x5a\xbe\xf5\x2a\xc0\x6a\xcd\xfc\x93\xa1\xd8\x5b\xc6\x03\xed\x45\x3a\xb4\x98\xb6\x4d\x48\x1f\xa0\x45\x4b\xa8\xb2\xca\x5d\xdf\x6a\x66\xa7\x9e\x1f\xbd\x6b\x9f\x42\x82\xf4\xd1\xfb\x30\x0d\xfd\x15\x0c\xe8\xc4\x26\x6d\x18\xfb\x25\xdf\xaa\x7f\x99\x31\x19\xfb\x60\x59\x56\x1f\x74\x6f\x42\x9a\x4b\x06\x94\x04\x34\x1b\xb7\x47\x74\xe5\xd3\xfe\xcf\xff\x3a\x38\x92\xd5\xb1\xee\x39\x01\x75\x9b\x64\xcc\x81\x33\xb0\xf1\x3e\x74\x75\x47\x02\x85\xd9\xba\xc1\xf0\xcf\x7f\xee\xea\x01\xf5\xf3\x8a\xf1\xe3\xd4\xea\xa2\x91\x48\xc7\x46\x0c\xd3\xa5\x04\x6c\x35\xfe\x0e\x01\xc3\x0a\x17\x12\x4b\xb8\xb0\xc2\xdd\xc5\xea\x16\x63\xec\xa1\x6e\x31\x86\x59\x20\x58\xd8\xa8\x58\xb6\x86\x85\xf5\x91\xae\x46\x36\x85\x14\xc7\x20\x9a\xba\x55\x54\xa6\xc3\x78\x68\x22\x48\xac\xbe\x8c\xd9\x40\xcc\x77\xcb\x26\x96\x52\xc8\xb0\x7a\xb2\xbf\xc8\x94\xc6\xdb\xd5\xd5\xcd\x21\xc8\xfc\xbe\xe9\x10\x8b\x87\xc9\x8e\x70\x72\x70\xa2\x46\xac\xa7\xd5\x37\xbb\x3a\xa4\x84\x0e\x8a\x47\xb8\xb1\x02\x9e\x7c\x39\x3d\x5a\x5c\x0f\xa4\x47\x23\x80\xe7\xea\x66\x18\xec\x82\x01\x22\x87\xc3\xe2\xb0\x47\x0a\x0c\xf2\x12\xc6\xac\x9e\x98\x38\x04\x1d\x8a\x0f\x61\xc8\x7b\x7f\x8e\x50\x62\x11\xb8\x49\xd9\xd2\x4a\x46\x3d\x6c\xfe\xcc\x50\x08\x36\x7a\xc0\xc2\x23\xd8\x86\x8d\x1a\x18\x68\x98\x0d\xd2\xa2\xb5\x22\x02\x80\xc0\x42\xbc\xcd\x59\x43\x51\x15\x01\x0c\x2d\x65\x52\x2b\x51\x2d\xc3\xaf\xa4\x88\x03\xba\x14\x67\xa8\x9e\x3d\xf5\x7c\x5c\x98\x46\xc4\x41\xc8\x6b\x03\xc7\xc0\xdc\x2d\x22\x0b\xc5\xdf\x21\xe4\x58\xc9\xf1\x54\xc0\xb1\x0a\xd8\x73\x0d\x5b\x43\x99\x57\xbf\x72\x8d\xbf\x63\x60\xb6\xb3\x87\x1d\x58\x68\x64\x49\xcc\x5d\x47\x3e\xb5\x6d\xc2\x20\x2d\x9b\x38\xc4\x08\xdf\x35\x2a\xa7\xd3\xe1\x17\xd5\x60\x4f\x97\x92\xae\x9d\x57\xff\x0f\xc2\x7b\xd8\x54\xe2\xfc\x15\xec\x17\xe7\x28\xc5\x1c\xaa\x00\xe9\x96\x91\x60\x3c\x7d\x59\x06\x82\x71\xcd\xbc\x86\xd1\x15\x33\x3d\x77\xb8\x90\x33\x3f\x7e\xdd\xbb\x74\xf6\xe7\x49\x77\x9b\xc6\x77\x9d\xcc\xeb\xe4\x4e\x1c\x79\x23\x7c\xd7\xa8\xaf\x14\x6a\x9f\x22\x7d\x04\xf6\xaa\xbc\xf7\x5e\x24\x7a\x8b\xa5\x34\xfd\xd8\x1a\x34\xe3\x9a\x0e\xb0\xcf\xc1\x12\x74\x17\x77\xeb\x8b\x50\x41\x84\xe2\x5b\x0a\x0e\x74\x54\x5e\xfa\xad\xc9\x9d\x23\xfa\x84\xe8\x40\x2d\x15\xfb\xf6\x07\xf9\x2c\x7c\x57\x2d\xaf\x54\xe4\xf5\x7b\xfe\xf4\xf5\xb6\xa7\xc8\xe9\xdb\x72\x28\x9e\x30\x10\x1d\x32\x60\x9a\xb7\xb6\x4b\xb8\xac\x5a\x5e\xa1\x6c\xce\xc3\x08\x93\x73\xdf\x0c\xb9\x35\x61\x4c\x4a\x44\x10\x33\x66\x11\xc4\xea\x1a\x8a\x55\x61\xda\x69\xbb\x26\xd5\xa0\x94\x6a\x7e\xfc\xea\xd3\xfc\xa8\x5d\x8c\x6e\x16\x7e\xea\x24\x8a\xcf\x5a\x7e\x45\x13\x0f\x99\x33\xaf\x91\x37\xfb\x26\x2f\x8d\x24\x85\xf6\xac\xb7\x90\x3e\xf5\x21\x94\x05\x9a\xaa\x05\xeb\x6d\x81\x42\xe6\x53\xe9\x8f\x42\x7f\x16\x67\xa3\x74\xc8\xee\x46\xc2\xdf\x2d\x01\xa1\x2a\xf1\x96\xd7\xf2\x83\xbb\xb8\xa0\x14\x90\xa7\x82\x40\x5d\x02\x3b\xd5\x82\x59\xb1\x0c\x0e\x25\x7c\xed\x5a\x18\x1d\x47\x4a\x6f\xa1\x57\x38\x4b\x3a\x67\x5a\x1f\x19\xa7\x6e\x34\xca\x91\x6a\xed\xa2\xa3\x7b\x58\x15\xe9\xad\x5c\x37\x25\xb5\x3a\x09\xf9\x60\x51\x0c\x68\x2a\x19\x89\x4c\x03\xf0\xc2\xcb\x69\xd1\x3a\x41\x06\x97\x71\x49\x27\x82\x5f\x11\x7a\x6a\xe1\xd4\xa9\x94\x69\x35\x62\x85\x94\x69\x84\x2e\x5c\x40\x8f\xe2\x3e\xdb\xf8\xe8\x10\x7b\x0a\x99\x53\x0b\x47\x29\x05\xc9\xb9\xa2\xf0\xb7\x2f\xe7\x09\x58\xb6\x8c\x35\x2a\x67\x0a\xf1\x9c\x42\xf9\x08\xdf\x53\xe8\xbe\x63\x20\x29\xb9\x59\x2d\xb8\x47\x04\x3d\xaa\xc4\x73\x5a\x1b\x3d\xde\xa1\x2e\x51\xf4\xd5\x4f\x48\xb8\xe1\x5d\x02\x22\x15\xa2\xeb\xac\xcd\x02\xa5\x8c\x0e\x30\x23\x7e\x32\x1c\x17\x99\x41\x42\xaf\x03\x25\x21\x5c\x50\x8d\x8e\xdf\x9e\xf6\x33\x7f\x7a\xba\x8e\x7c\xca\x48\xfc\xed\xdb\x37\x91\xf1\x5c\x38\x34\xcd\x04\xc5\xbc\x14\x9a\xa6\x10\x7f\x6f\x09\xfe\x53\xc1\x97\xac\xb7\x7d\x0a\x71\xa8\xbd\xad\x53\xfb\x7f\x70\x7c\xbf\xd9\x37\x58\x16\xc2\xf8\xd4\xc2\x51\xca\xb8\x9d\xb8\x9d\xdf\x76\xb6\x03\xfc\x5d\x0e\x2f\xd3\xe2\x97\x12\x36\xe7\xc8\xd1\xc6\x89\xba\x48\x9b\x7e\x93\x5a\x95\xf4\x5d\x30\xea\xe8\x4d\xa5\xed\x3a\xcf\x87\x92\x69\x83\x9e\x78\x03\x12\x44\xc3\x39\x15\x57\x18\xf3\x6d\x64\x74\x1c\x85\x8e\x4b\x93\x40\xac\xeb\xed\x77\x87\xc4\xbc\x5b\x6f\xbf\xfa\x1e\xa8\x1c\x45\xa6\x29\x31\x91\xde\x78\x00\xb2\x0e\x76\x4c\xc5\xff\x66\x94\x4d\x41\xd8\x1a\x65\x53\xf0\x64\x28\x68\x4d\x25\x9c\xc6\x32\xe6\x86\x4b\xd5\xe5\x7c\x5b\x13\xd8\xfb\x32\x04\xa7\x73\x4a\x7b\x3b\xac\x67\x26\x9a\xf7\xe1\xf0\xe2\xc7\x5b\x0e\x93\xd6\x31\x6b\x48\x7a\x7f\x93\xee\xce\x84\x52\x07\x98\x2f\x52\x68\x8d\x91\x42\x43\x04\x06\x94\x4e\x70\xc4\x3d\x5d\xc2\xd8\x9c\xe1\xa7\x8f\x85\x22\xbd\x23\x0e\x0d\xe1\x2c\x96\xe3\xd0\xd4\x12\x4a\x72\x98\x7d\xfc\x41\xa5\x8d\x14\x3a\x4a\x08\x76\x98\x61\x35\xe5\x4a\x23\xda\x0c\x1c\x94\x3f\x93\xfe\xa4\x4d\xf1\x08\xde\x93\x8f\xb3\x1a\xf3\xc4\x6d\x09\x49\x53\x0b\x06\xaf\x90\x34\x67\x5c\x34\xca\xa8\x75\xe6\x68\xae\x84\x5a\x27\x4f\xda\x16\xf9\xb4\x88\x84\xb6\x9c\x4f\x8b\x38\xb0\xeb\xe3\x37\x1c\x33\x1d\x70\x5e\xf9\x92\x42\x25\x7c\xec\xa1\xcc\x5c\x2c\x2d\xd1\x6c\xc0\xe4\x2e\x87\xaf\x09\x68\x79\x39\xa7\x56\x1c\x09\x1f\xa4\x05\xb2\xc4\xd1\x6c\x4a\xce\xf5\x1f\xbf\x20\x42\x20\x08\x78\x73\xf1\xd6\x7a\x19\x77\xd3\x41\x9d\xae\x8f\x23\x46\x10\x59\x66\x7d\xd0\xb2\x33\xcd\x28\x1f\x6f\xc6\x22\x63\x3d\x0e\x0a\x81\x6b\x2a\x21\xd0\x97\xb1\x35\x3d\xfe\xa4\x2f\x6f\x84\xb0\xc7\xbf\xe6\xbd\x1a\x4a\x6b\x8d\x68\x73\x36\xac\x83\x90\x48\xeb\xab\xbc\xc7\xbc\xc3\x5c\x02\xde\x9c\x00\xc0\x97\xe2\xd5\x9c\xe5\x0c\x65\x3c\x6f\x5a\x94\x72\x66\x15\x84\x96\xa9\xe0\x58\x96\xd1\x32\x3c\xba\x5b\x5f\x47\x3c\x07\x5d\xb5\x84\x96\xa9\x80\xa6\x97\xf1\x30\x3d\xa7\xbb\xaf\xf5\x00\x86\xa1\x70\x2d\x35\xac\xff\x45\x54\xe0\x5b\xf9\x72\x2c\x63\x35\xbf\x06\x58\x91\x50\x65\x29\xb2\xcb\x5d\x4a\xff\x7c\x6d\x07\x14\x69\x09\x05\x53\x49\x63\xb0\xbe\x3c\x59\x46\x40\x09\x05\x53\x89\x43\xbf\x04\x82\xa9\x24\x2a\x58\xc6\xc0\x10\x22\x7e\x09\x03\x73\x44\x39\x0b\x03\x73\xce\x4c\xb3\x05\x4e\xfb\x1b\x2c\xb8\xbe\x3c\x62\x4d\xa5\x7e\xcd\xcc\xaa\x0b\x7c\x05\x70\x64\x11\x68\x06\xa4\xd1\xfa\x62\x56\x8f\xfc\xa9\x5b\x05\xe6\x47\x70\x99\xab\x62\x69\x09\xd7\x92\x18\xba\xcb\xb0\x96\xdc\xc0\x28\xf7\x54\x25\x14\xf8\x72\xea\xa9\x0b\x68\xc4\x72\xee\xa9\x38\x96\x7f\x7e\xcb\x53\x42\xfd\xbc\x31\xf9\x54\xd7\x2a\xf1\xe5\x0a\xb9\x52\x01\xd3\x2e\x21\x57\x4a\x46\xa5\x48\x32\xe3\xe9\xdb\x64\x0b\x57\xc8\x21\x1c\x4d\xaa\xd1\x0e\xc9\x2d\x9c\x90\x2b\x85\x9c\x17\xeb\x67\x71\x83\x1d\x43\x12\x2b\x1e\x70\xae\x1f\x4f\x4f\xb1\xcc\x95\x89\xaa\x12\x7b\x7b\x19\x71\x52\xd2\x88\xd9\x83\x70\xdb\xcb\x90\x13\x80\xd0\x4b\x18\x93\xbb\xda\x06\xa9\x71\xa1\xd0\x0d\x15\x99\xbc\xf6\x58\x86\x8a\x4c\xde\x77\x2c\x23\x3e\x1a\x11\x7f\xf7\xcb\xf7\xaf\xf8\x8f\xb7\x61\x1d\xd3\x99\x01\x6f\xd2\xe6\xa5\xf7\xc9\x7e\xf9\x70\xd3\xf3\x2d\x15\x9f\x90\xcc\x4a\xbe\xf5\x8b\x7c\x6f\xff\xfd\x1a\x0c\x67\x40\x4a\x94\x9d\x14\x72\x35\x36\xf8\x55\xcf\x4a\xb9\xbf\xd9\x2f\x74\x86\x15\xd3\x7e\xf1\x42\x8f\x7a\x8c\x09\xc1\x4b\xb3\x5f\x56\x04\x3d\x9f\xfa\x46\xfd\x62\x30\x3a\x01\x97\x0c\xcd\x1b\x79\xf0\x23\x41\x24\xcc\xb6\xfb\x85\xe0\xb5\x46\xd9\x64\x58\xe2\xe9\xe8\x36\x3e\x83\xe7\x4f\xfb\x85\x92\x1f\x34\x2a\xb7\x48\xc7\xa9\xb4\x5f\xdb\x37\xf7\xa1\x94\x0d\xaa\xd1\xa8\x36\xd9\xab\x3c\x9f\x5a\x17\x5c\x4c\xaf\x80\x3a\xd7\xc1\x9c\x08\xfe\xef\xec\xad\x6d\x0b\xae\x51\x5e\x34\x79\x38\x13\x45\x0f\xa5\x1b\x81\x1a\xca\x47\x4e\x33\xe0\x26\x26\x0c\x1e\x9e\x7d\x18\x1e\x4b\xc0\xee\x2d\x64\x45\xb9\x2c\x78\x37\x21\x62\x08\x53\xb2\x05\xb4\x38\xf1\xd6\xed\x84\x88\x19\x21\xe1\x1b\xea\xb5\xec\x65\xed\x8d\xa6\x70\x22\xb7\x9b\xf2\x01\x6b\xd2\xa6\xdf\x1b\xbd\x52\xcf\x76\x87\xf2\xed\x5b\xa3\xce\xa7\xca\x39\xe7\x3d\xb0\x0f\xcb\xe5\x91\x2f\xf5\x86\xef\xc5\xfc\x38\x93\x5c\xe3\x3f\x9f\x63\x59\x5b\x27\x60\xea\xc4\x02\xdd\x4a\xc0\x54\xcb\xa4\x1a\xdb\xe7\x99\x2d\xb4\xf3\xc5\x5c\x2e\x66\x8b\x61\x2d\x2f\x09\x94\x13\x99\xe4\x53\x69\x63\xfc\x29\xfb\xf0\xfe\x9c\xf9\xd2\x47\xc1\x93\x79\x05\xf7\x9a\x1e\xd8\x11\x8b\x77\x6c\x1f\xd9\xbd\xf9\x58\xb1\x81\xea\xdf\xaf\x74\x36\x21\x68\xda\xd3\xea\x47\xfb\x26\xfd\xd3\xe4\xb1\x06\x82\x64\x54\x82\x3f\xee\xd3\xc7\x34\x56\x56\x88\x8c\x42\x28\xf8\x6d\x44\x46\xff\x97\x34\xef\xcf\x90\x92\xa1\x2c\xde\xe9\xa7\x03\x38\xd2\xb6\x00\x1a\x85\x68\x27\xfb\xb4\x67\x04\xdf\xcc\x76\xfa\x26\x6e\x74\xb6\xc1\x1b\x9c\x99\xf6\x69\x13\x72\xf2\xa5\x4f\x12\x69\x71\xda\x63\x99\x32\x7a\x97\x1f\xe9\x5d\x4a\x1d\x3a\x3f\x94\xd9\x00\x66\x3f\xed\x32\x21\xbc\xf9\x3e\x25\x57\x5e\x99\x1f\x1f\x22\x47\x3e\x95\x90\xb1\x25\xba\x4f\x0e\x91\x93\x71\x21\x73\x2a\x73\x20\x87\x4a\x4f\x87\x1c\x77\x0e\x26\x75\x96\xa5\x0b\x34\xd0\x3e\x79\x11\x40\x07\x22\x90\x42\xc2\x7a\x21\xef\xe5\x23\x42\xfe\x3e\xb1\x04\x53\x91\x8c\x05\x42\xa1\xef\xd3\x00\x44\x32\xec\x6c\x47\xb2\x21\x4f\xda\x3e\x79\x58\x9e\xb1\x28\xc0\x11\x61\x03\xf7\xe9\xec\xaa\xe9\x90\x8e\x9f\x3c\x37\xde\xa7\xad\xc2\xca\x5c\xea\xf8\xc9\x81\x64\x2b\xe6\x4d\xe5\x11\xea\x56\xd2\xa5\x4a\x68\xb0\x7d\x4a\xfb\xe0\x4d\xdd\xc5\x16\x23\xdb\xbb\xa0\x8a\xce\x14\x4a\x40\x33\xaf\x0e\x87\x43\x22\xae\x2d\xf0\xc6\xd1\x88\xe0\xb7\x1d\x0f\x87\xf7\x8c\xbb\x38\xf4\xb2\x2d\x89\x2d\x84\x46\x01\xb0\xbb\x0b\x67\x15\x3a\x5e\x10\x71\x95\x46\xd0\x43\x93\x5f\x0d\xd1\xc0\x27\xb8\x0b\x22\x0f\xa6\x28\x36\x26\x50\x44\x4e\xe5\x74\xb5\x87\x54\x0c\x4d\x1b\x6c\x3b\x18\x0d\xa6\xc4\x18\x0d\x02\x2e\x6f\xa1\x32\x2a\x88\x9a\x2d\x50\xc6\xa8\xec\x2f\x25\x76\xaa\x5c\x16\xee\x62\x4c\x11\xe7\x8a\xad\xc4\x4e\x95\xe0\x72\xbb\xf8\x60\xd3\x53\xab\x18\x8f\xf8\x49\xdb\x21\x78\xf0\x16\xec\x62\x14\x11\xd2\x51\x31\x77\x0a\x6f\x83\x76\x59\x6c\x5a\xc6\x21\x03\x97\xa0\xa2\xbb\xf8\x46\x14\xfb\x76\x0b\xdd\x51\x09\x62\xb6\x0b\x2c\x7a\xa6\xc9\xaf\xfb\x93\x6f\x7f\xea\x2c\xd5\x5a\x58\xa2\xe1\x1d\x90\xa7\x64\xd6\xc3\xb0\x4c\x88\x9f\x58\xa5\xb3\xb8\xa2\x10\xac\x05\x0f\x2f\xb2\xfc\xf2\x6d\x53\x6c\x1b\xc1\x2e\x8e\x4a\x18\xb3\x2d\xa0\xc5\xa8\x48\x1c\xb2\x30\xe1\x5f\xdd\x86\x4b\x5c\x3c\xab\xde\x86\x4b\x60\x9b\x6f\xc3\x25\x78\xe1\xb8\xaf\xc1\xc8\x52\x91\x79\xc8\xe6\xf8\x06\x13\xc1\x4b\xea\x6d\x4c\x04\x81\xa3\x36\x31\x79\x46\xfb\xdb\x09\xbe\x9d\x95\x89\x77\xa7\xfb\x32\x97\x20\x48\x2e\x87\xc5\xc4\x2b\xb9\x85\x90\x28\xcf\xb0\x89\xd0\x95\x32\x4d\x3c\x7b\xec\xb2\x13\x37\x06\x9d\x40\x11\xe5\x75\xa5\xd0\xaa\xa7\x31\x30\x47\xb0\xcc\xb8\xe4\xd2\x25\xb2\xe1\x76\xcc\x9d\x2b\x6d\x64\xad\x53\xeb\xcf\x1a\x96\x6f\x65\xac\x36\x22\x1c\x6c\x85\xd9\x39\x39\x08\x6e\x21\x28\x2a\xc1\xbb\xf6\xe5\x1b\x27\x9e\x8b\x6e\x21\x28\x6a\xec\x11\x03\x28\x9e\xd5\x94\xbf\x84\x67\x1e\xdb\x21\x78\x1a\x5e\x87\x0d\x80\xa2\xe7\x47\xef\x9b\xa7\x03\xda\x37\xe1\x03\x99\x59\x25\x13\x82\x75\xec\xd3\xc4\xae\xc6\x2a\xb2\x19\x14\x91\xe7\x24\x58\xce\x36\xd4\x82\xe7\xce\x1b\x10\x04\x0f\xd4\x77\x45\x9d\xd8\xb9\xb3\x8d\x89\xe0\x3e\x7c\x0b\x13\x51\x89\x49\xb4\x2b\x26\x4f\x49\x45\x8e\xbe\x32\xa1\x98\xd9\x90\xf0\x9a\x47\x4d\x52\xa4\xa7\xb7\x24\x4a\xc6\x92\x10\x12\xa2\xf2\xe8\x72\x0b\x08\x51\xaf\x74\xde\xc8\x41\xee\x1e\x76\x75\xa6\xc0\x2b\x85\x6c\x0d\xba\x2b\xb0\x20\xd1\x42\x77\xb5\xff\xa2\xa6\x07\xd2\x7e\x19\xa6\x5f\x5c\x5f\xa9\xd4\xf6\x11\xb5\x6c\xfa\xca\xa7\x82\xca\x44\xfd\x57\x5f\x46\xa7\x37\x32\x81\xc8\xb6\xb0\x8d\x66\x20\x98\xd1\x76\x6e\xa3\xc9\x93\x8b\x0d\xd0\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x1d\x68\x50\x7a\x73\x69\x57\xd8\x56\x04\x9c\xa3\xe0\x2c\xd8\x84\xc0\x21\x19\xc4\x76\x08\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x88\x42\x25\xcc\xcd\x6e\x41\x1c\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\xf4\x96\x4b\x00\x6c\x20\xa3\x12\x08\x90\xb3\x9b\x0f\xa0\x47\x7e\x64\x0d\x52\x38\xdc\x0a\x23\x53\xee\x23\x62\xa2\x6e\x41\x16\x0a\xc8\xe1\x2d\xc8\x42\x01\xe8\xb4\x95\x85\xe8\x6e\xb2\x43\x9a\xd9\xae\x94\xda\xbe\xa6\x11\x8e\x9c\x57\xbe\xd5\x8d\x4a\xc6\x29\x8b\x16\x24\xc4\x6e\x6c\xd4\x2b\x85\x9e\x77\xe6\xd6\x17\x76\xf8\xf2\x77\xf3\x4e\xcd\xd4\x62\xd0\x62\xc0\x09\x4b\x50\x88\x9a\xbe\x1d\x91\xe6\x18\x4f\x2b\xbe\xd3\x41\xb1\x0b\x4c\x50\x62\xb1\x75\xcc\x05\xec\x93\x6e\xac\x70\xf6\x63\x37\x27\x70\x80\x73\xd8\x19\x9e\x39\x6c\x41\x0b\x2a\x2f\xef\xb7\x83\xd0\x74\xee\x8a\x76\x47\x11\x20\xda\xba\x33\xac\xcf\x7c\x2b\x45\x70\xfd\x1d\xe5\x7b\x77\x0e\xbc\x35\x7d\xd7\x66\x40\x0f\x38\x42\xcd\x23\x3f\x85\x35\x38\x63\x5f\x3a\x5e\x0d\xcf\x09\x77\x37\x93\x64\x94\x13\xa0\x2c\xe3\x72\xec\xcd\x9e\x42\xed\x14\x96\xaf\x13\xc8\x61\xe6\x53\x54\x65\x1a\xb1\x33\x2a\x53\xa2\xc3\x14\x6f\xb9\xb7\x83\xd9\x74\xd2\x65\xec\xee\x5b\x66\x6e\x5f\xb6\xb3\x28\x45\xe8\x74\x3f\x81\x8d\x2e\xef\x16\x33\xf0\x45\x77\x5e\x48\x92\x12\x6c\x85\xba\xa9\x17\xbc\x68\x48\x03\x2f\x50\xb7\x21\x0d\x17\xa1\x14\x76\xb7\x6d\x81\x22\x10\xa2\xe1\x38\x9f\x32\xaf\x42\xca\xd4\xf5\x2c\x9f\xdf\x59\x10\x61\x7b\x77\xfc\x68\x99\x04\xc1\xf7\xc8\xc6\xb2\x05\x7e\x18\x3c\xa3\xdc\x02\x3f\x9c\xb1\xc3\x3a\x86\x06\xb6\xb0\xb0\x0f\xa5\x66\x90\x9c\xf1\x11\x1e\xdd\xf9\x04\xd0\x36\x4a\xcc\x34\x88\xee\xb7\x0d\x8b\x20\xc2\xd1\xee\x36\xa2\xaf\x54\xaa\x7d\x7b\xa6\x16\xed\x45\x44\x05\x38\x08\x70\x8e\x7b\x0c\xba\x33\x20\x15\xae\x8a\xd9\x71\x7a\x25\xfc\x3d\x7b\x18\x2a\x73\xa4\x1e\x79\x4f\x19\x86\x41\x11\x04\x46\xda\xc3\x49\x6e\x70\x81\x38\xee\x0d\x3e\xd8\x3d\xcc\x76\x28\xa5\x61\xed\x76\xa4\x41\x33\x1a\x46\xb4\x73\x26\x45\xc6\x0d\x43\xfc\xd0\x16\xc3\x36\x6a\xcf\x7f\xec\x89\xb4\x21\xd3\x04\x23\x66\x90\x4e\x82\x11\xca\x7e\xe5\xd1\xf1\x76\x0c\x9c\x2b\xe7\x28\x63\x19\x40\x11\xee\x61\x96\x6b\xf9\x51\x00\xda\x92\x32\x29\x36\xb6\xba\x22\xe0\x8c\x9a\x21\x92\x6c\x39\x75\xca\xa2\x41\xe9\x28\xc4\xcd\x49\xba\xeb\xad\x08\x37\x95\x27\x41\x7b\xc0\x70\xe9\xb6\x1d\x0f\x8c\xde\xe1\x01\x62\x31\x18\x02\x51\xb8\xf7\xda\x23\x7c\xc3\xa8\x2c\x18\x11\x76\x42\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x3d\xf7\x09\x8b\x26\x15\xb5\xe6\x78\xcc\x1b\x85\xad\xa9\x00\x5f\xf6\x74\x8c\xd1\x28\x2b\xe3\x1a\x26\x08\xf5\x2d\x78\x42\x01\xf7\xbf\x95\xe5\xa8\x82\x33\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xd8\x33\x44\x6b\xdc\x06\x27\xe4\x5c\x30\x39\x77\x33\x32\xc7\xa2\x21\x7e\xd1\x16\x38\xe1\x8c\x8d\x30\xed\xfd\x39\x43\x59\x37\xa0\xe6\x14\x8a\xe6\x1e\x4a\x48\xf1\x12\x47\xb5\x89\x50\xc2\x39\xe4\x70\x33\x7d\xb6\xbf\x41\xdf\x5b\x48\x86\x12\x1b\x78\x62\x12\xe3\xc9\x9a\x30\x09\x03\x83\x11\x52\x26\x57\x77\x06\x2d\x1f\x3d\xf0\xe6\x3d\xc1\x09\x73\xc4\x99\xb6\x64\x11\x43\x93\xfb\x3c\x8e\x8e\x93\x80\xcf\x1c\x16\x9d\xb9\x88\xa0\x63\xdb\x61\x62\x00\x85\x6d\xa1\x1c\x0a\x6f\xb8\xb6\x32\x17\x55\xa0\x41\xdb\x38\x86\x09\xac\x71\x2f\x59\x34\x71\x9b\x2c\x8e\xc1\x23\xa4\x26\x2f\x94\xc3\xa7\xc1\xd1\x6b\x32\x77\x13\x52\xf1\x6f\xb0\xd4\x1c\xc1\x25\x07\xff\x85\x33\x16\x6f\x8c\xf3\x0a\x91\xd7\x68\x2b\xa0\xcb\x49\xd8\xf4\xbd\xbc\x5c\x8c\x6a\xa1\x60\x70\x39\x29\xa0\xcb\xc1\x93\xa5\x2d\x88\x43\x8d\x03\x73\xe1\xbd\x43\xa2\x18\xf0\xc0\x55\xf6\x36\xe0\xa1\x70\xdb\xbf\x97\xcf\x9c\x6c\x9a\xc5\x31\xe4\xa2\x5a\x2f\x10\xdc\x44\x82\x22\x2e\x38\xf7\xc2\xbc\xe9\x29\x55\x94\x79\x56\x6f\xe9\x1a\x25\x22\x55\xf9\x8a\x0a\x17\x6d\x7b\xb1\x51\x71\x70\x38\x5f\xd1\x04\xf0\xb7\x97\x4f\x1e\x88\x38\x47\x74\xe1\x3d\xda\xde\x08\x7c\xbc\x0b\x7b\xd0\xdb\x02\xe9\xde\x36\x28\xaf\x09\x4b\xed\x78\x2f\x38\xf8\xb7\x52\x1d\x15\x90\x5d\x7b\xa3\x1b\x30\xf1\xb6\x95\x03\x57\x7f\xdb\xf1\x5e\x62\x13\x6f\x4c\x9f\x33\x15\xd9\xc7\x73\x41\x49\xe9\xce\xd4\x63\x06\x9a\xe9\x9e\x8f\x29\x67\x3a\x6f\x25\x0c\xb7\x6d\x8b\x87\xf4\xcf\x26\x31\x3b\x5e\x91\x61\x8e\xe7\x1c\x27\x0c\xc6\xf9\x74\xcf\xb9\xa8\x60\x2f\x05\x78\x39\x1e\x8f\xd0\xc6\x94\x7d\x4a\xdd\x3f\x7a\xe0\xa5\x67\xc5\xb6\xd7\x3a\x53\xa2\xa3\xc7\xf1\x4a\xd9\xbd\x9a\x60\xd6\xf6\xb6\x48\x4e\xfb\x0e\x8d\x37\x33\x3f\x9b\x16\xe9\x80\xc1\xd2\x44\xed\xd8\xdb\x62\x38\x33\xb2\xad\xdb\x3c\x5d\x6f\xc2\x0e\x14\xa8\x53\xc9\x0f\x5e\x50\x56\xed\xf4\xf5\xad\x27\x1f\xe7\xf3\x29\xeb\x35\x20\x75\x14\xab\xf9\xd4\x87\x96\x1e\xd2\xc7\xdc\x9e\x6f\x59\xa2\x74\xe1\xa7\x73\x1b\xdf\x3a\x0e\x34\x59\xeb\xb6\x72\x03\xd5\x38\x1b\x15\x81\xa5\x86\x69\x15\x80\xe5\x00\xc3\xb3\x15\x80\xe5\x04\x9e\xb9\xdf\x7e\xd4\x11\x8f\xe6\x9b\x53\x4a\x4f\x3d\xf0\x13\x63\x31\xca\x69\xa6\x5e\x41\xfa\xc9\xe3\xb9\xdf\x0e\x98\x88\xbd\x21\xb4\xc6\x45\x48\xed\xed\xb0\x2a\x7d\x8e\xbf\xc3\xc2\xee\xb7\x98\x64\x02\xce\xdb\x4a\x39\x74\x93\x69\x85\x1e\xa5\x54\x2e\xd7\xcc\x89\x82\xb0\x00\x85\xdf\x04\x61\x89\x18\x34\xce\xe3\x22\x16\xd2\x7e\xdb\xae\x04\x7c\xb6\xdf\x76\xb9\xce\x50\x66\x37\xd6\xc1\x97\x47\x84\x4d\xda\x24\x2b\x22\xf9\xda\x7e\x63\x12\x20\x87\x84\x02\x39\x89\xe9\xb0\xdf\x9b\x19\x63\xb6\xf1\x63\x8c\x90\x5f\x2d\x53\xbe\x35\xc7\xbb\xf7\x0e\xb6\x92\x5b\x83\x8f\x6f\x5a\x51\xab\x1f\xef\x4e\x5e\x81\xec\x8f\x43\xff\xc3\xd4\x1f\xc3\x0e\xc9\x81\xb4\x1d\xf8\xe4\xe0\x16\x72\x3b\xf2\x49\xbc\xa7\x1f\x54\xf9\x08\x79\xef\x9d\xb8\x2e\x9d\x1a\xa8\x91\x68\x70\x7f\xc2\x0b\x1d\x72\xab\xef\x13\x4a\x89\x82\x8e\x74\x81\x99\x0f\x89\x6c\x61\x2c\x4e\xe9\xca\xf4\x7d\xf0\x80\x20\x18\x05\xe7\xb8\x1b\x0d\x69\xb3\x91\x13\xb6\x21\x1c\x71\x85\x09\xb3\x51\x73\xde\x56\xc6\xa1\xbb\x22\xfa\x47\x58\xd7\x57\xc8\x8f\xbe\xcd\x9f\x7a\x21\x95\xee\x4a\xd4\x80\xfe\xda\x42\x65\x14\xa2\x46\x6f\xe1\x2e\x6a\x45\x88\x2b\x51\x50\x0d\x2f\x0a\x67\x51\xc3\xa8\x8e\x68\x92\xcb\x24\x12\x03\x11\x66\x6a\x2b\xc0\xc9\x3d\x2c\xf7\xc6\xb0\x0b\xd0\x67\x5b\xb0\x8b\x1a\x4e\x14\xea\xa2\xe6\x0a\xc6\x59\x82\x8e\xdc\xba\x3a\xdc\x09\x8f\x91\xb7\x60\x16\x15\x54\xe6\x76\xce\xa0\xf9\x6f\xad\x3e\xc5\xe4\x53\xfb\xd3\x70\xac\x28\xde\xc9\xdd\x9f\x54\x4b\x6f\xd3\xa8\xf8\x12\x03\xd4\x79\x82\x3a\xd9\x7e\xb6\x02\x9e\xd4\xf8\x64\x1c\xef\xe4\xe2\xf5\xf6\xfe\x86\xdb\x68\xd5\x3e\x75\xae\xf6\xf7\x77\xb2\x55\x52\xea\x5b\xc5\x14\x0e\xa5\x3d\x19\x21\xcd\x6e\x25\x9d\xf8\x78\x70\xe9\x84\xcd\x57\x64\xda\x77\x21\x0c\xa9\x58\x98\xa0\x1c\xe0\x94\x1d\xa8\xe6\xe0\x6e\xf8\x47\x8e\x8c\x5f\x04\xd3\x0c\x69\x69\x78\xe4\x5b\x2d\x30\x12\xc3\x70\x8f\x19\x96\xff\xe2\x23\x45\x5d\x7c\x7d\x85\x93\x8b\xd8\xaf\x43\xea\x64\x5a\xe4\x23\x8d\x97\x46\x98\x8e\x01\xc2\x6b\x7f\x79\x39\xcb\xb1\xfe\xeb\xbb\xff\xdc\x13\x3b\x94\x49\xce\x94\x5f\x22\x41\xd4\x14\xfa\x34\x86\xad\x22\x70\xc6\x73\xd7\xe9\x58\x26\xd9\xf7\x3f\xb8\xaa\x43\xe9\x95\x12\xbc\x4a\x78\x92\x5c\xd9\x1a\xc7\x91\x63\xcc\xcf\xa1\x9b\xe2\x5c\xf9\xf1\x28\xb1\xfe\x07\x07\x8a\xe0\x19\x35\x1c\xf8\xd3\x79\x34\x47\x9e\x9f\x45\x0d\x73\xf0\xcb\x62\xe7\x53\xc9\x16\x26\xef\x87\xf8\xb8\xf2\xad\x76\x2b\xc2\x58\x59\x80\x4e\xa0\xa3\xfb\x67\xf4\xf3\x0c\x25\xab\x2a\x6d\xf8\x20\x90\xbb\xdf\x1f\x37\x21\x28\x6d\x01\x39\x4a\x5c\x22\x06\x72\xc4\xb0\x73\xe8\x90\xdc\x7e\x0b\xc7\x71\x46\x07\x3a\x74\x48\x8b\xa3\x45\xb0\x8e\x0a\x1e\x6e\xff\x58\x76\x3a\xc0\xb2\xa7\xac\xfd\xf3\xbf\x4e\x18\x88\x6d\x88\xc7\x73\x45\xfa\xb3\x64\x29\x29\xb4\xd6\xc0\x0e\xf8\xd9\xc5\x96\x1b\xdc\x9f\x95\x88\x66\xa7\x8f\x97\x79\xc0\xd7\xe8\x37\xe9\xfe\x0c\x28\xf7\xe0\x84\xba\x7b\xe0\x70\x66\x37\xa5\x93\xb5\xe6\xfc\xa6\xc4\x76\x9a\x8e\x9b\x5a\xae\xf4\x80\xf4\xf2\x54\x28\xef\xcc\x23\x85\x5a\x1e\xad\x64\x1f\x2f\x0b\x0b\x9d\xd0\x6f\x4a\x3e\x98\x93\x16\xed\x20\xb5\x07\xf9\x26\xc5\x11\x57\x28\xcd\xc0\x45\x57\xcd\x10\x17\x4d\xc8\x25\x51\x2f\x3a\xe7\xcb\x92\x87\x52\xf3\x52\x1f\x7d\x90\x63\xc8\xc2\xf4\x26\x8b\xc7\x11\x52\x91\x2d\x27\x2d\xca\x67\x6e\x7b\xf8\xa6\x24\x3d\x33\x01\x52\x26\x2d\x93\x63\x0f\x95\xd3\xb2\xf7\xa1\x3c\x41\xb5\x5e\x8c\x51\xa6\x43\xbd\x18\xbf\x9d\x50\xbe\xcf\xbe\x49\x86\xcc\x7a\x38\x06\x4c\xcf\x28\x37\xd3\x4c\xa3\x7e\x9f\xec\xe8\x12\x37\xe9\x75\xf6\xaf\xc7\x60\x28\x15\x92\x76\x26\x64\x77\x69\x83\x34\xeb\x33\xf1\x07\x07\xcb\xa3\x40\x02\x62\xc9\xc7\xdb\xff\x76\x48\x5b\xe5\xf9\xd5\x7a\xac\xba\x8b\x87\x97\xb7\x52\x88\xb4\x67\x09\x0f\xe7\x8c\x33\xce\xf6\x26\x87\x1e\x79\xd2\xa8\x85\x72\xa5\x6c\xf1\x27\x83\x93\x54\x1e\xce\x31\x75\x93\x7a\xcc\xe2\xd4\x4b\x37\xa9\x33\x62\x0b\xc5\x2c\xe5\xdb\xaf\xbf\x4d\xc5\x3e\xd2\x7b\x82\x0f\x87\x3e\x48\x19\xaf\xa1\x2a\xdd\x95\x1c\x1e\xaf\x23\xdf\xea\xfe\xa7\x85\x52\x08\xfb\x83\x61\x13\x97\x25\x94\xe5\x13\xb3\x70\xfa\xc1\x53\x67\x68\x27\x7b\xae\x42\xd1\x48\x81\xd4\x2d\xc0\x95\x42\x25\x20\x62\xf9\x4f\xbf\xa3\x9c\xee\x80\x41\x13\xce\x98\x73\x53\x5e\xee\x33\x85\xbe\x0b\xaa\x21\xad\xc5\xce\x7c\x6c\x66\xa0\xbb\xc6\x49\xcc\xfa\x77\x9c\xd8\xfb\x5b\x89\x81\xa7\x5e\x1b\xb3\x67\x2a\xfa\xb9\x5e\xf3\xcd\xc9\x3b\xdd\x1a\x52\x2f\x46\x4a\x28\x09\xd4\xa7\x4c\xef\x78\x9e\x32\x31\x76\x9d\x50\xda\xc0\x30\xd8\x89\x95\x8e\x8c\x10\x30\xe2\x6e\xb2\x43\x9a\x89\x06\x14\x93\x92\x6f\x7d\x6e\xce\x94\xd9\x74\xab\xf9\x73\x4a\x3d\xb3\x64\xda\x78\xbe\x7e\xb9\x29\x07\xec\x74\x35\x8a\x2b\x71\x39\x1b\xd0\x4d\x79\x8b\xb2\x93\x8a\x25\x61\x3b\xa0\x04\x8d\x38\x3d\x2c\x61\x0f\xee\x4f\x29\x74\x42\xd6\x5e\x53\xaa\x99\x65\x37\x18\x17\x70\x75\x7a\x67\x5c\x40\x85\xf7\x8a\x45\x1a\xfc\x5e\x32\xcd\x7c\xea\x84\x16\x2f\x36\xbe\x2f\xe2\x2b\x2c\x5d\x48\x1d\x10\x6a\x79\x7e\xe8\xc1\x76\x23\x2e\xbc\x90\x27\x70\x14\x37\xed\xe8\x8d\x0b\x03\xe1\xec\x90\x66\x62\xf8\xeb\xc2\x41\x51\xf3\xf1\x70\xe9\x05\xe9\x81\x86\x82\x85\xf2\xad\x7b\x7f\xa6\x13\xf2\xa7\xa0\x2d\x2e\x8e\xad\xb4\xc2\x84\xa5\x6c\x29\x3d\x79\x83\x12\x77\xb5\x50\xc8\x28\x4f\xc9\x05\xac\xe2\x21\x0d\x4d\xa4\x1e\xa9\x00\x3b\x98\x6e\xca\x37\x2c\x19\x09\x07\xc8\x33\xa5\xae\x97\x85\xf0\x1d\xf9\x78\x65\x52\x6e\x4e\xed\x0d\x35\xe4\x1b\xf3\x2b\xca\x55\x17\xdf\x67\x47\x7f\x5d\x06\x88\xcd\x92\x42\x63\x6f\xdc\x68\xf5\x4b\x27\x5f\xbd\xdf\x64\xf5\x06\x48\xa9\x04\x06\xd2\xa4\xe2\xee\x69\xf9\x96\xd8\xc8\x27\xa4\x66\xa5\x17\x28\x05\x97\x65\xe7\x28\x4f\xcc\xdd\x79\xaa\x75\x9e\x98\x99\x8a\x30\xea\x61\xc0\x3a\xe1\x8d\x09\x29\x43\xae\x85\x92\xb5\xd8\x2f\x28\x2b\xb8\x12\x52\x00\x84\x19\xca\x0c\x98\xde\xdb\x39\x5c\x52\x8f\x05\x37\x93\x52\x59\x35\x36\x88\x22\x04\x54\x67\x9e\xbd\xa9\x4b\x8f\xec\xe9\xed\x72\x7f\x18\x8a\x0f\x85\x3d\x65\x4a\x3e\x30\x52\xa9\xef\xf4\x33\x2e\x87\x22\xcf\xb0\x2c\xa2\x3a\x9d\x13\x7e\xb4\x60\xf1\x54\x14\x35\x5c\xec\xa4\x2e\x9d\x35\x69\x98\x5c\x58\x07\xca\xe9\x52\x6b\x4f\xa1\x95\x4c\x4b\xa1\xad\x69\x2a\xd2\x8d\x76\xad\xfd\x05\x05\x6e\x1f\xca\x07\x58\xa4\x64\xb3\x5d\xd5\xa1\xb2\x42\x7f\x22\xc1\xef\x6f\x2f\xf9\x3e\xe9\x90\x57\x0f\x8e\xf7\x43\xfa\xf1\x82\x65\x74\x2b\x3d\xfc\x52\xf5\xa6\x58\xaf\x0e\x69\xc3\x80\xb5\x55\xe2\x96\xb3\xb0\x3d\xdb\x62\x12\xf8\x55\xe7\xf6\xf1\x4a\xe7\x75\x51\x58\x59\x86\xe6\x99\x46\xdc\x36\x0e\x4e\xc8\x1a\xbd\x7f\x2f\x05\xfb\xd5\x77\xd6\xb3\x22\xde\x94\x55\xe5\x00\x68\x74\x93\x92\x09\x83\x2e\xf8\x8d\xcd\x44\xa2\xf9\x51\xbb\x73\x1c\xde\x94\x6d\x36\xb8\xad\xdb\x57\x3b\xb1\x9a\xf5\xaa\x7d\x54\x2c\xad\xee\xd3\x11\xa6\x55\xe7\xc6\x05\xe9\xa2\xcb\xe6\x72\x8c\x7c\xea\x1e\xa4\xcc\x87\x6c\x84\x54\x67\x05\xd9\xf6\x7e\xba\xee\x6c\xa1\x7d\xe8\x02\xb9\x4c\x46\xe2\x1b\xe3\xca\xc4\x77\x07\x5e\xe9\x2d\x9f\x8a\xa3\x46\x3e\xad\xda\x53\xf9\xd4\xa7\x47\x76\xa3\xb2\x9f\xd4\x8a\xbd\xa3\xeb\xe4\x63\xbc\x32\x4a\xd6\xf3\x4a\xa9\x85\x6f\xba\xa7\xe4\xbb\x17\xfb\x4f\x37\xc6\xb5\xc2\x8b\xbe\x05\xee\xac\xb5\xf3\x9d\xc4\xa8\xf2\x2b\x77\x27\x4a\xb9\x29\xad\xed\x4c\x2d\x8e\x4b\xc3\x38\x94\x27\xbe\xc0\x3f\x7e\x9b\x3e\x73\x1a\xd0\xfd\x6c\xad\x98\x3b\x1d\x11\x99\x15\xf1\x42\xcf\xfc\x29\xad\x8b\x08\xef\xf6\xbb\xa4\x6f\x7e\x52\x7a\xe5\x4b\x6d\x1a\xe6\x6a\x38\xe0\x45\x67\xbb\x29\x4d\x49\x29\xec\xa8\x81\xc9\xcc\xe4\x28\xdd\x48\x75\x76\xae\x3e\x86\x00\xac\x95\xc5\x1a\x38\x39\xae\x14\xb2\xc5\x53\xea\x03\x3c\x7a\x7f\x64\xd2\x53\xaa\xbe\xb3\x19\xfd\x50\xfc\xea\x3d\xdf\xfe\xfc\x2b\x7d\xf0\x13\xef\x89\x55\x3c\xbc\x89\xe6\x84\x52\x16\x74\xb8\x92\x37\xdd\xbd\xe7\xcf\x7b\x4e\x1a\xd2\xcb\x97\x9f\x8d\x2d\x35\x38\xbd\x60\x30\xeb\xc5\x77\x6d\x1c\x89\x74\xfb\x59\x0d\x8c\xbf\xa9\xcb\x73\x72\x41\x2a\x37\x09\xb6\x98\xae\x42\x4b\xce\x64\xc3\x31\x0e\x7b\xcf\x9f\x70\x5e\xbe\x55\x9c\x9a\x92\x46\x24\x3e\x33\xf1\x8a\xfd\x7b\xd6\x50\x3f\x75\xc0\x94\xb2\x7b\xd4\xc6\x51\x64\x62\x59\xa3\x6b\x7c\x4f\x3a\x5e\x57\xbe\x2d\x9e\xbc\x02\x69\x9b\x05\xab\x5c\x2f\xbe\xab\x13\x4b\xdc\x94\x72\x95\x1f\xa1\xf4\x36\x04\x19\xa3\x37\xdd\xb5\xbd\x42\xe9\xd6\x8d\x51\x4e\x47\xd8\x99\x68\x1e\x5d\x93\x96\x58\xa3\x93\x5d\x8b\x06\x99\x98\xdd\x57\x4a\xef\xd5\x6b\x9c\x61\xf4\xa2\xfb\x28\xe3\x4f\x14\xe1\xfd\xe9\xf2\xb8\x18\xa6\x51\x20\x3d\x3d\xb0\xe1\x88\xb6\x99\x8e\x47\xc8\x3e\xd1\x05\xeb\xdd\xdb\x13\xf2\x27\xcb\x87\x4f\x39\x1a\x63\xbe\x38\xd9\x47\x61\x85\x74\xfb\x7a\xbd\x6a\x3e\xb5\xfe\xbf\x42\x2a\x0b\xcd\x91\x4f\x7d\x9c\x38\x53\x38\x05\xb3\x08\x65\x8b\x04\x1b\x7c\x3a\xf6\x52\x4e\x8f\xd3\x31\xc0\x32\x99\xf2\xb4\xb6\x23\x14\xbb\x88\x65\xd8\x36\x2a\x33\x14\x19\xb6\x67\xfa\x2e\x5f\xeb\xe8\xf9\xf4\xab\x7a\xf2\xa5\xad\x34\x7a\xe0\x57\xe5\x07\x47\x16\xbd\x2a\xaf\x8d\x83\x91\x6f\x5f\xdb\x91\x2f\x2d\x9e\x90\x87\xca\xca\x51\x1b\xbc\xbf\xfc\xaa\x36\x46\xf8\xc2\x7d\x4a\x0f\xfc\xa8\x7c\xbc\x18\xa6\xf2\x69\xd4\x96\x36\x11\x1e\xcc\xad\x6e\x63\x6b\x83\x85\x16\x10\x1f\xa4\xf9\xb2\x5b\x13\x4b\x5a\x97\xaa\x35\x4c\xab\x6b\xd4\xda\x8e\x7c\x69\x79\x59\x43\x4a\xb4\xa3\x6f\x9d\x25\xe3\xea\x0f\x49\xf7\xe8\x90\x8e\xc8\x17\x62\x78\x6d\xeb\xf1\x8c\x6c\x5b\x31\x32\x6c\x4b\x07\x24\x9b\xaf\x58\xaf\x3e\x42\x3a\x6a\x7a\x3e\x9d\xfa\x34\xb5\x5a\x2a\xbb\x45\xa7\xbe\x28\x85\x53\x8a\x2f\x4a\x47\xb8\x6d\x1b\x15\xc6\xfa\xf9\x8d\x79\x3b\x43\x89\x47\x98\x90\xed\x3d\xcd\x86\xcf\x3d\xe9\xc8\xa7\x76\x72\x60\x47\x6f\x4e\x1a\x18\xe4\xba\xee\xac\x8d\xce\xfa\x71\xfa\x7c\x28\x8f\x92\xce\xfa\x8a\x04\xcb\x78\x3b\x8e\x68\x2c\x48\x67\xc5\xe8\x2c\xb4\xde\xa6\x9f\x2f\x4c\x3d\x52\x5d\xc4\xf2\xdb\x5e\x3d\x58\x76\x3b\x52\x4c\x5c\x71\x4a\x6e\x71\x16\x98\x5d\x17\xa1\xe5\x7c\xca\x84\x5d\x84\x2d\x9d\xaf\x62\x3c\x8d\xa0\x44\x4b\x48\x31\x45\xc6\x2c\x25\x1a\x27\xc1\xf6\x8a\xc0\xcf\x1b\x5f\x13\x86\xe8\x0e\xdc\x36\xf5\x38\xa6\x14\xfd\xd9\x4a\xe1\x51\x53\x8f\xa5\x0a\x7f\xbe\x9d\x34\x2c\x9e\xb2\x37\x6a\x14\x23\xcc\xef\xcd\xdb\x53\xb8\xfd\x6d\x0a\x7d\xbe\xca\xb7\xd3\xf2\x1c\x95\xf6\x66\xa3\x3c\xa4\x16\xbb\x84\xf2\x40\x0b\x94\xdf\xef\x0d\x28\x29\xbf\x34\xa2\xb3\x74\xc3\x86\xf5\xeb\xf3\x59\x9f\x6a\x6e\xde\x9f\x6c\x0c\xdf\x60\xce\x9c\x3f\xdf\x0e\x0a\x70\x85\xba\xed\x93\x86\x22\x78\xf3\x40\xb8\xff\x19\xfd\xfb\xfe\xd6\xaa\x11\x23\x51\x17\x9a\xb5\x5d\x69\x53\x21\x1c\x67\xca\xb6\xfc\xd7\x13\xca\x3c\xdb\xd3\xa6\xf6\xed\x08\x25\x45\x89\x3d\xfb\xe6\xbc\x89\x8d\xf8\x36\x02\x3f\x26\xc9\x1b\xa6\xc1\x3a\x78\x5b\xd2\x62\x95\xbd\x1d\xb4\x7a\xb6\x90\xd6\xdc\x18\x49\x7e\x9b\x3e\x5e\xe8\x75\xdf\x58\xb6\x2b\x15\xf9\x2d\x88\x3b\xef\x84\x10\x57\xc7\xc0\xfd\xc8\x25\x19\x29\xe3\xf4\x10\x27\x3b\xf7\x83\xcf\x98\x49\xf8\x70\x97\x4d\xff\x3e\x30\x02\x7a\xfe\x83\x3b\x0b\xa1\xf8\xf1\xd2\x23\x4b\x3e\x78\xb3\x58\x17\xbf\xf8\x2e\x23\x94\x1f\x99\xd0\x79\xbf\xea\x9e\x71\x2a\xeb\xc2\xb0\x36\xb4\xda\xc7\x01\x55\x67\x1a\xd5\xd5\x4f\x63\xf1\xf5\xc8\xfb\xee\x11\x8d\xe2\x73\xc4\x3a\x76\x32\x85\x76\x85\xb2\x38\x83\xa9\xfc\xaa\xfb\x42\xc9\xe9\xe1\x76\x6d\x0f\x25\x9f\xfb\xf3\xa3\xfa\x53\xf3\x1f\xfd\xa9\x90\xea\x0f\x6a\x4c\x4f\xba\x6b\x63\x47\x7e\x70\x14\x63\x74\x7f\x39\xdb\xd0\xd9\x2f\xe2\x95\x39\xf9\xb2\x4a\x33\xa4\x04\x08\x3e\x47\x27\x4c\x88\xc1\xf0\xf5\x0b\xaf\x12\xca\x12\x63\x84\x94\x17\x16\x6d\x44\xc6\x84\x89\x4d\xee\x14\x09\xc7\xc4\x0c\xc8\xad\x20\xfa\xd1\xb7\x82\xe3\x85\xb0\xf9\xe2\xbd\xc4\x6a\xe1\x92\x10\x09\xcb\x3b\xef\x6c\x51\x5f\x12\x8e\xd7\xc8\xb7\xde\x21\x9c\x9b\xbe\x4e\xb4\x97\x35\xfc\xe2\x46\x66\xe3\x7d\x1d\xcf\xad\x63\x7b\xeb\xe5\xf7\x01\xb2\xfb\x26\x75\x03\xd3\x52\x93\xad\xf6\x4c\x1a\xe6\x35\x1b\xf3\x8b\x63\x28\x53\xb1\x65\x2d\xa1\xe0\x7d\xd7\xd7\x50\x6e\xce\x61\x70\x0d\x8c\x6f\xdf\xee\x5d\x03\xcb\xfc\xcb\x66\x63\xdb\x7e\x9d\xb9\x71\xbc\x52\xaf\x57\x39\x85\x6f\xff\x9a\xc2\xcf\xcd\x3b\x35\xf5\xda\xcc\x61\xef\xfd\x6c\x37\xd7\x50\x0a\x2c\x80\x0a\xf3\xa3\xed\xf1\x82\x79\x7f\x0e\x50\x3a\x59\x0c\x65\x23\xa8\x0d\x8d\xa6\x64\x04\x23\x5e\xfa\x9f\xc3\xfe\x3d\x5f\x7a\x4f\xc0\x75\x3f\x0e\xbb\x23\x7f\x2a\x21\x0f\xa2\xd4\x79\x0b\x1a\xb2\xc0\x2f\xbc\xaf\xc1\x29\x43\x2f\xbc\x47\x3c\xbe\x3f\x78\x85\x25\xe5\x51\x37\x1c\x49\xfe\x81\xf1\xca\xb7\xac\x03\xf5\x0a\x02\xdd\x32\x4e\xdd\x0c\x16\xf4\x9d\x9f\x71\x8f\xd7\x4c\xa1\x82\x14\xb1\x9d\x74\x51\x78\xe8\x6d\xce\x9f\xd2\xfc\x67\x3d\x80\x6a\x24\x1d\xc1\x64\x01\x95\x8e\xe0\x6e\x85\xee\x2e\xba\xcb\x58\x84\x5d\x19\x47\x0a\x3f\xb2\xbb\xd2\x21\xf7\x9d\xde\xca\x8d\xdb\x52\xab\x0d\xad\xc1\xa1\x88\x7b\xc4\x4c\x26\x57\x4a\x59\x79\x0b\x91\x96\x42\xf3\x17\x87\xe3\x1f\x4a\x9f\xf3\xf0\x0f\x70\x4a\x38\xc1\x90\x85\xf1\x4a\xab\x52\x95\xe9\x3b\xfe\x13\xaf\xf6\x7c\x21\x63\x3c\x9d\xf3\x85\x8c\xb1\x26\x98\x4a\x34\x70\xf8\xed\xdc\x4d\xd1\xfd\x01\xa9\x09\x7c\x0a\x9b\xa2\x5a\x87\x92\x40\xf4\xde\x99\xba\x84\x2c\xf8\x5b\xa7\x2f\x21\xaf\xe1\x83\xd9\x7c\xf9\x69\x9f\x6f\xee\x6f\xd2\x2a\xce\x42\x64\x3a\x5d\x00\x0f\x8f\x6e\xd2\xcf\x36\xf9\xd6\xb7\x4d\x2c\xc4\x7c\x79\x45\x1b\x8d\x2e\x33\x5c\x87\x1a\xfe\x94\xfe\x2d\xef\x07\xba\xb0\xf4\xd2\xaf\xa6\x0d\xdb\xee\x3d\xf5\x78\xbb\x1e\xe9\x90\x59\x75\xa6\x22\x19\xc4\x19\x9a\xed\xea\x46\x9b\x0a\x21\xea\xa0\xe4\x37\xe5\x2c\xc7\xfc\x27\x14\xbb\x11\xa2\x37\x25\x0f\xc6\x99\x2f\xcd\x6d\x19\xb3\x35\x46\x0b\x25\x73\xc1\x5a\x7d\x1e\xb8\x2c\x69\xe3\xf0\x39\xc8\x6a\x72\xe6\x6a\xd1\xc2\x6e\x1e\x2c\xdf\x11\x12\x9d\xda\x20\x2d\xd0\xce\x54\xec\x48\xbf\xe6\xea\xe9\xd7\xe9\x97\x03\xb9\xf4\x79\x00\x23\x3c\x69\xc8\x7a\xde\xf9\x2f\x6f\x92\x76\x3b\xa4\x97\x85\x66\x27\xed\x5c\x90\x32\xa2\x7a\xea\xf5\x11\x39\xf5\xe8\xa9\x41\x4b\x23\xb2\x06\x7b\xfe\xfb\xb8\x49\xfa\xa7\x13\x32\x07\xc0\xa9\x17\xe8\x95\xa3\xf5\x3c\x9c\x29\xe7\x45\x59\x54\x0b\x9d\xd3\xf5\x65\x7b\xa8\x4b\x91\x2e\x43\x35\x77\xb5\x42\xba\xab\xa1\xb4\x2a\x9d\x89\x5f\x4c\x17\x93\x49\x7c\x91\xa7\xd4\x4a\x75\xa6\x54\xdd\x6b\x74\xc8\x46\x47\x96\x61\x33\xb3\x74\x01\xb7\x29\x5c\xa3\xd7\xeb\x27\x52\x69\xea\xa2\xb3\x3a\xa4\xd1\x4d\x49\xf0\x58\xbf\xce\xd3\x2e\xb2\x01\x4b\xf9\x2e\x73\x1c\x6c\x1c\x5e\x92\xdb\x1d\x34\x4f\x5f\xf4\xf8\xdd\xe9\x4d\x6a\x6f\xb4\x7c\x2a\xdd\x65\xfd\x39\x4f\x00\x6b\x2c\xad\x03\xf6\x5f\xf8\x83\xe6\x99\xad\x4c\xa3\x61\x8b\x0a\xd9\x4d\x36\x48\xef\xc8\x42\xab\x76\x71\x1a\x0b\x7a\x93\xd6\xdb\xf3\xcf\x00\x57\xf7\xb7\xde\xa1\x85\xe1\x58\x7b\x8c\xf4\x49\x57\x51\x30\xd1\xb9\xe8\x30\x5d\x5a\x4c\x0b\x1d\xf6\xd1\x2e\x23\x77\xf8\x62\xc7\x73\xbd\xc9\xea\x6f\x27\x24\xdb\x27\xa4\x8c\xd9\x91\x66\x18\x1b\x83\x21\x18\x4d\xd6\x06\xf5\x71\x84\x34\xef\x94\x74\x42\x6e\x34\x80\x1f\xf3\x74\x38\xb8\x9a\xb5\xd2\xb1\xbe\xa6\x4f\x18\x25\x85\x4e\x58\x4b\x38\xcf\xc8\x4d\xd2\x0e\x9d\xd2\xd1\x70\x1c\x48\xcb\xd3\x29\xc7\x91\x8f\x7e\x0d\x7e\x39\x7a\x47\x9f\xc5\x89\xdd\x1c\xaf\xe3\x26\x19\x40\x48\xf1\xbe\x2d\x84\xa9\x67\xdd\x27\xef\x2e\x6e\x52\xdc\x6d\xb5\x3f\x8b\x43\x55\x64\xf7\x39\x9a\xfe\x09\xda\x61\x3a\x9a\xbe\x63\xa7\xdc\x54\x73\x07\xf3\xad\xd9\xf2\xc8\xb7\x56\x1b\x36\xfa\xa7\xde\x63\xdf\x35\x75\xc8\xb7\x9e\x4d\xe6\xdb\xaf\xbf\xa5\x4b\xb8\x63\x53\x2a\x97\xb8\x43\x88\xdc\x94\x21\xc0\x0c\xcd\xf2\xc0\x9a\x74\xfa\x8e\x76\xe2\xef\x98\xc5\xb0\xe7\x8c\xc5\x4b\x8e\x22\xf5\xf3\xec\xf3\xf5\x4a\xad\x12\x16\x33\xb5\x2e\x17\xa6\x5a\x56\x22\xd5\x8a\x61\xd9\xd5\xc5\xf0\xd6\x03\x95\x52\xac\x52\x50\x37\x05\x37\xc1\xc5\xa8\xed\xba\x45\x40\x15\x3b\x0d\x66\xca\x64\x40\x20\x73\x4a\x78\x81\xee\xf9\xa1\x03\x20\x94\xa9\x08\xfa\xe7\x09\xd8\x62\x16\x9e\xde\xb2\x85\x2e\x5f\xaa\x20\xaf\x2e\x3b\x72\x50\x2a\x0e\x99\xdf\xd8\xf1\xba\x5f\xae\x1d\xd6\x75\xc8\xfc\x13\x20\xc6\xf4\xd3\xed\xce\x44\x2b\xd2\x7d\xed\x30\x8d\x1e\x72\xd7\x8e\x78\xd2\xc3\xed\x13\xaf\xc5\xd4\xbb\xed\xbb\x1a\x3e\x15\x24\xba\xc3\x41\xd7\x74\x8b\xf4\xcd\xef\x5b\x38\x88\xcd\x8b\xd0\x41\x23\x7f\xea\xa0\xc0\xa6\xf4\xc3\x6d\x6e\x6a\xe6\xe5\x74\x80\xc8\x6f\xdd\x3c\xd7\xfe\x0a\xa5\xcc\xd9\x95\xce\xf9\x82\xec\x40\x51\x5e\x7e\xe9\x8b\xfd\x3e\x15\xf7\xfe\x28\x1c\xe1\xe6\x45\x94\x21\xba\x27\x76\x1a\x07\x4a\xf5\x72\xe4\x32\x38\xd8\x71\xf0\xfb\x43\x75\x0f\x3a\x7f\x3a\xca\x31\xe3\xd2\x11\xf7\x7c\xb1\x33\xae\x98\xa3\xe9\xa0\xf2\x6b\x96\x14\x7a\xd6\x59\x20\x3d\x04\xbe\x90\x94\xba\xea\x2e\xc7\x43\x29\x64\x2d\x7a\xda\x6f\xc3\xb3\x51\xf5\x36\xfc\x8c\x14\xf5\x2d\xf8\xc9\x41\x69\x5e\xb2\x5c\xf1\x0d\x4f\x5d\x8a\x5f\x27\x5c\xa8\xd7\xe0\xf7\xa7\x7f\x5b\xe4\xf3\xd2\xe5\xc2\x0b\x16\xf5\xc3\xf1\x92\xa9\xdb\x1e\x46\x3a\xe7\x0d\xed\xf3\xcc\xac\x83\x25\xe9\x90\x16\x32\x54\xa4\xb7\xe2\xb5\x23\x6d\x15\x87\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xe4\x9c\xf9\x73\xea\xdb\x02\xb5\x44\x9d\x50\x4a\xc7\xdf\x52\xe6\xb0\x58\x29\x13\x6f\x1f\xe9\x1d\xc2\xe8\x82\x54\xaa\x4b\xf6\x16\xf7\xf7\xce\x82\x7e\x93\xba\x34\x85\x7b\x2a\x0a\xb4\x84\x54\x94\xac\x33\x7f\xba\xeb\x67\x0a\x6d\x63\xd3\xe6\x74\x5f\x1b\xd4\x16\x45\x07\x04\xf1\x9e\x3d\xff\x7d\x84\x88\x4b\x99\xdd\x6a\x35\x6d\xfc\xdc\x06\xb5\xfa\x9d\xc0\x0c\x75\xb8\x90\x6f\x25\x47\xfd\x8e\xe8\xa6\x3c\xe9\x4c\xa4\x33\x61\x56\xba\x23\x31\x1a\x13\x47\x37\xfb\xb5\x67\x05\x96\xa7\x3c\x65\x4a\x9a\x97\xce\xe9\xc9\x57\xcf\x80\x65\x97\x13\xaf\xe0\x26\x35\xe7\x4f\x4f\xad\xf5\x59\x65\x29\x4d\xce\xbb\xb3\xda\xaf\x73\x60\xb4\x38\xee\xff\x70\x42\xe2\x9b\x14\xa7\x23\x08\x1c\xf7\xbf\x3f\x54\xb5\x68\xce\xa7\x62\xa5\x33\xd5\x2a\x9b\x33\xdb\xc7\x69\x00\x7a\xe6\x06\x8b\xfe\x4a\x7f\xbc\x61\x4b\xfe\x94\xb8\x45\x6a\x36\x5f\x8e\x0d\x74\x8e\x9e\xd5\xd7\x0e\x7f\x34\x7b\xdf\xc0\xd9\xcc\x66\x06\x85\x5d\x9b\x19\x94\x79\x6d\x8e\xb3\xdd\xf3\xe3\xdb\x4d\xa6\x56\x67\x28\x0e\xf5\x13\x45\xa5\x18\x75\xe8\x18\xbf\xaa\x6f\x69\x51\x1a\xbb\xc3\x91\xc2\x20\xdc\xdd\xa1\x9e\x69\x57\x3d\x92\xa0\x99\x09\x99\x58\x3d\x86\xbf\xbf\x4d\xb5\x5a\x2f\x16\x01\x98\xc1\x81\x0d\xd4\xa4\x85\x3b\xeb\xde\xd0\xc2\x35\xa4\x44\x3e\x93\xe7\x67\xf4\x27\x07\x08\xc7\xe0\x1f\x07\x66\x8c\x63\xf0\x03\xcb\x9c\xc2\x20\x94\xab\x86\x72\x1b\x74\x9d\xa3\x79\xcd\x8f\x6e\x83\xee\x6c\x5b\xae\x58\x43\x7e\x45\xdf\x9f\x36\xa6\x44\x23\x9d\xdb\xd6\xf4\x59\x12\x8b\xad\xe7\x47\x8f\x99\x25\xf1\x7d\xe9\xc8\x8f\x3f\xb7\xe1\xde\x75\x44\x1a\x16\x8c\x70\x0d\xf7\x14\x54\x48\x31\x45\x09\xe5\x91\x74\x28\x66\xab\x41\x0a\xaa\x8b\xfc\xef\x46\x7c\x1d\xc8\x22\x3d\xbf\x3f\x2f\xcc\x3a\x87\xf2\xef\x4f\x99\x1f\xcc\xd5\xff\x20\xb9\xbb\x05\xde\xd3\x59\xe3\xab\x46\xba\xc7\xc8\x20\x75\x2b\xd3\x1f\xaa\xb8\x90\xde\x0a\x0f\x79\x72\x12\x17\x42\xe2\x7c\xc1\xc2\x9d\xfb\xf8\xa7\xd0\xf8\x8d\xd4\xa3\x9d\xf0\x54\xa3\x98\xf7\x70\xb0\xf1\x11\x33\xa7\xfd\xce\xd1\xf1\x29\x95\xae\xc7\x12\xea\xa8\x73\xac\x2f\x3d\xa9\x2f\x33\x9d\x35\x5b\xe6\x47\xbc\x0f\x28\xa1\x6e\x97\xd1\x51\xf3\xa7\x6e\x94\x66\xfe\xb4\x7e\xe0\x68\xd1\x7d\x03\x70\x3c\xbf\x5a\x9d\x21\x57\xf4\x52\xbe\x82\x77\x9c\x1d\x71\x05\xdb\xfa\x35\xfc\x4c\x45\x08\x96\xa7\x50\x2b\xc8\x46\x31\xa0\x02\xfc\xea\x04\x34\x31\xa8\x56\xe1\xfc\x2b\x48\xd3\x39\xc8\x5d\x83\x25\x3e\xec\x39\x38\x9e\x6f\xcd\x52\x2d\x1f\x33\xd2\x0a\x69\x30\x16\x92\x7f\x58\x26\x31\xd9\x03\x67\x0f\x5d\xd2\x3b\xf7\x0a\x3c\x72\x0e\x58\xac\xa5\x19\x71\x11\xeb\x3b\x60\x1b\xf8\x78\x60\x05\x22\x08\x79\x22\x7f\xa4\x19\xce\x0a\x69\x06\xf7\x62\xda\xe1\xcd\x49\x4b\xa9\x15\x72\x1a\x92\xb7\x00\x84\xdf\xd4\x83\xf6\xf3\x04\xbe\x36\xfd\xa2\xbd\xa3\x48\x06\x67\xc0\x74\x58\x8a\x8c\x0c\xf9\x37\x29\x4d\xc6\x2a\x3a\x90\xff\x38\xd2\x28\x36\x5b\x49\xa9\x1d\x2a\xe9\xbf\x97\x1c\xc7\xd1\xe0\xd4\x9f\x56\x7d\xeb\xe3\x04\xa8\x37\xe9\x2e\x85\xf2\x11\x30\xdd\x77\x32\xa3\xfa\x94\x6a\xbe\xf1\x1d\xe9\xb1\xfa\x5d\x91\xeb\x15\x28\xe3\xee\xd2\x05\x69\x46\x43\x83\x09\x95\x51\x72\xe4\x33\x28\xe3\x1a\x2d\xe4\xe5\x5f\x53\x93\x6f\x41\xe9\xbf\x31\x1a\x80\x61\xa6\x23\xef\x8f\xe3\x21\xed\xe3\xa1\x4f\x13\x47\x13\xbc\x25\x98\xc6\x91\xee\x3b\x10\xff\x95\xf9\x36\x4c\x23\x32\xda\x81\xf7\xc7\x81\xe8\xd7\xdb\xf6\x02\x2e\x63\x1a\xa5\x01\x8a\x65\x0a\xa5\x71\x77\x97\x6a\xe5\x4a\xea\xcf\x8f\xec\x3e\xc6\x0d\x2e\x97\xe3\xe1\x5c\xcc\x2f\x35\x79\x8d\x7b\xbe\x55\x45\x9c\xeb\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x13\x76\x26\xdf\x2b\x9e\xe9\xc5\xed\x93\x71\xeb\xd0\xc7\x0d\xf8\x9c\xe8\xa6\xcc\xae\xcd\x0e\xac\x19\xc7\xe5\xef\x68\x11\xc5\xe5\x27\xd0\xc8\x4d\x29\xaa\xc5\x95\x4a\xdd\xd9\xbf\x91\x86\x73\xfa\xa2\x38\x4b\xe4\xf0\x97\x78\x64\x85\xbc\xa8\x5c\x82\xce\xc5\xe3\x68\x0e\xcc\x82\x5e\x8c\x2c\xdf\xb2\x62\x42\x30\x08\x88\x51\xe2\x6b\x59\x58\x32\x25\x85\x4e\x61\x52\xa0\x14\xc6\xe3\x95\x6a\x3c\xc4\xfc\x28\x96\x7e\x1a\x94\xf4\xc6\x60\x5e\xbe\xae\x62\xa2\x96\x4f\x8a\x9c\xab\x57\xd8\xa5\x42\x6a\x16\xb1\x65\x85\xd7\x18\x61\x81\x65\x40\xeb\x53\x8d\x9d\x79\x4f\x1b\xf6\xf8\xd2\x1b\x2c\x64\x8c\x81\xc5\xe1\x10\x0f\xe2\xc2\xbf\x84\x73\x6f\xd9\x25\xdd\xf3\xad\x61\x8e\xe9\x82\x93\xbe\xff\x5b\xaa\x49\x47\x02\x3b\x29\xc0\x38\xe0\xb4\x65\xe6\x61\x99\x97\x05\x02\x27\x7d\xc1\x37\xee\x6a\x19\xf6\x56\xf2\x9e\x1a\x8a\x46\x68\x93\xd4\xb3\x2e\x14\x7e\xe3\x1e\x4b\x81\xbc\x99\x90\x0b\xaf\xb9\x8d\xa5\xbc\x42\x79\x57\xf4\x90\x0a\x13\x8d\x8d\xa8\x97\xed\xc7\xc9\x36\xd8\x6c\xff\x91\x46\x96\xec\xb5\xb4\x61\x2f\xce\x95\x6f\xed\xc9\xa3\x7b\x7a\xda\x5e\xb9\x63\x9b\x1b\xb3\x02\x69\x6b\x74\x07\x77\x4f\x73\x13\xcf\x09\x26\xdd\x5a\x5d\xae\xd8\xa6\xa0\x1f\xe5\xc0\x1b\xbb\xb1\x52\x33\x6a\x39\x92\xb8\x90\x9d\x4a\x44\x50\x0b\x82\xc2\x89\x07\xb8\xa5\x9a\xdb\xb8\x2b\x38\x6f\x2f\x4b\x4f\x76\xd7\xd6\x53\x45\x6e\x88\xe6\x5e\xc6\xb7\xd2\xa2\x60\xce\x57\x49\x59\xd5\x97\xf9\x8f\xe5\x4a\x61\x57\x61\x87\xb2\x0e\x61\x77\x3b\x65\x41\xee\x5f\xfc\xea\x7e\xd6\x4c\x25\xf7\x14\x19\x96\xf8\x67\x70\x02\xdc\x3c\xbf\x40\x16\x6d\x02\x30\xcc\x94\x4a\xae\x72\xb8\xf6\xa3\xfc\x68\x85\xcd\x59\x1f\xa3\xc7\x50\x94\xfe\xfc\xc8\x54\xd2\x79\x69\x9b\x81\x08\xde\xdc\x73\xa6\x7f\x32\x77\x73\x44\x7e\x0f\x3a\xd4\x20\x0f\x19\xa2\x29\xbc\x54\x4f\x81\xa2\x07\x03\x52\x33\xf4\xd4\x33\x44\x1d\x50\x02\x82\xf7\xfc\xc8\x06\xeb\x90\xdb\x98\x63\x28\x23\xab\x2a\x94\xcf\xbd\xec\xdb\x37\xc6\x06\x7e\xa4\x37\x9e\x6b\x64\xde\x9b\xf7\xd4\x38\xbd\xfc\xb6\x7e\x1c\x23\xff\x7a\x12\xf2\xab\x4f\x3d\xec\xbf\xb7\x19\xea\x48\x45\x3f\x1d\x1d\xe8\x83\x4e\xd7\x80\x22\x67\x30\x2c\x30\xad\x30\x2c\x75\x1c\xff\x41\x78\xbf\x01\xf2\xa1\xa3\x0c\x53\xc9\xf5\x95\xde\xd2\xdf\x9d\x4d\xb5\x76\x36\xc3\xfd\x6f\x0c\x51\xc4\xcc\x1b\xc5\x93\x2e\x6d\x4b\x50\x36\x80\xdf\xcb\x5f\x83\xc5\x7f\xc3\x0b\x68\xb4\x37\xce\x9c\x7c\x6b\xb5\xce\x14\xd9\xf5\x0c\xae\x6e\x3a\x51\xc2\x04\xec\x3c\x3f\x4e\x18\x43\xf7\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xfb\x7d\x1c\xe6\xb6\xe7\x4f\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xed\x6f\x92\x8a\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xe4\x6b\xee\xb7\xfc\x44\x3e\x97\x3b\x1f\xae\x1b\x7a\x48\x7a\x0f\x29\xaf\x48\x43\x0e\xe8\xd9\x7b\x1f\xb0\x95\x40\x2d\xe5\xe4\x6c\xf8\xe1\x58\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7d\x3a\x00\xe0\x65\xe4\x4f\x31\x3d\x57\x68\x1f\x82\xd7\xb6\x34\xe9\xce\x86\xb2\x89\xcd\x9a\x39\x53\xc1\xe3\x5a\x05\xd3\x32\x32\xd7\x42\x96\x0d\x4c\x5f\xb2\x0f\xf0\x58\x74\x7e\x30\x1e\xd9\xfa\xbc\x8b\x07\x9a\x38\xf5\x2e\xbe\x8e\x33\x15\xfd\x44\xb9\xbb\x5f\xc7\x02\xe5\xb5\xe6\x04\xa9\x02\xb4\x7c\x0a\x7f\x52\x73\x85\xe4\x17\xeb\x03\x2b\xd9\x4f\xd4\x73\x45\x64\xb8\x49\xcf\x45\x03\x70\x13\x70\x54\xf3\x8b\xef\x77\xa6\xd4\xbb\x12\x97\xa9\x53\x07\xe4\xde\xc7\xaf\xce\xc7\x89\x6e\xd3\xab\xf3\x9a\xfb\x23\x83\x4f\xc6\xc9\xb8\xbf\x76\xda\x9e\xe9\xbd\x5c\x59\x80\x4b\xe7\x97\x85\x99\xf9\x75\x7a\x29\x1a\x24\x39\xb0\xf2\xab\xde\x07\x3d\x8d\x7e\x64\x5f\xa7\xcc\x1b\xb1\xa5\x22\x33\x2b\x5a\x41\x6f\xd2\x6b\x6e\xa2\xf4\x24\xfd\x24\x01\xc6\x4d\x8a\xab\x8e\x50\xb6\xab\xd2\x05\x19\x8b\xb9\x88\xca\x9b\xf4\x99\x42\xaf\x37\xcb\x64\xe9\x8d\x03\xe2\xcb\xa6\x9c\xf9\x53\x2b\x8a\xf0\xfc\xe1\x61\x65\x3f\xff\xbc\xef\xb0\x1b\x7e\x00\x36\x11\x8f\x3f\x2b\x71\x34\xfc\x6f\xfa\x7c\xcd\xb2\xfc\xd8\x85\x58\x53\x3f\xfc\x49\x2d\xa5\xae\xb7\x42\xa9\xde\xf8\xc9\x7e\xde\xa2\xa8\x5f\x47\xfe\x8f\x5d\xfe\x93\x16\x8f\x07\xeb\xb7\xe0\x3f\xba\xa0\x33\x7d\x26\x53\x00\x92\x3a\x50\x2e\xbf\x2c\x36\x4d\x2e\x27\x6d\xc8\xa7\x16\x78\xc8\x1e\x61\x44\x0a\xcf\x57\x27\xcf\xd0\x5b\xca\x96\xeb\xc9\x9f\x6f\x93\xe9\x90\x9f\x4d\xfe\x07\xcf\x8a\xe1\x24\x03\x45\xf4\x73\xa8\x02\x64\xb9\x9f\xac\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xa6\x20\xa5\x02\x3d\x41\xfa\x09\x5d\x72\x9e\x80\x03\xe7\xcf\x57\x83\x27\x96\x85\xde\xa9\x57\xce\x59\x4b\x79\x09\x4e\xa0\x27\xcb\x79\x08\x86\x73\x70\xdf\x24\x73\xd2\x20\xa7\x4b\x0f\x48\x57\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\xe9\x68\x27\xf1\x7a\x4d\xda\xa4\x83\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\xc1\x49\x06\x66\xd0\x7a\x39\x28\xc9\x18\x54\xc4\xd1\xff\x29\x55\x34\xe6\xf4\xc0\x00\x21\x3b\xb4\xd7\xcb\xb0\xd1\x8b\x49\x60\x79\x0f\x7e\x64\x5d\x26\xa5\xb2\xae\x40\xf2\x2c\xc1\x40\xc8\x0f\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x11\xc7\x7a\x39\xa0\x55\x65\x24\x32\xd6\x71\x4c\x2c\x83\x3b\x3a\x67\xa4\x75\x70\x20\xb7\x32\x5e\x87\x2e\xe2\x1c\x4c\xfb\xa6\xba\xfb\x97\x42\x16\x3f\xa5\x36\x51\xac\xa4\x96\x5e\x86\x8f\xfa\x54\xe4\x24\x1e\x96\x0a\xcb\xc0\x0f\x82\x28\xdf\xa4\xb7\xaf\x8d\x94\x75\xd8\xd1\xc6\xab\x93\x25\x8c\xc6\xe9\xb4\x13\x37\xc5\x72\x7b\xe4\x07\x93\xcd\x92\x1e\xc6\xe8\xa6\x4b\xdc\x9f\xcf\x14\x7a\x37\x1d\x29\x55\x88\x87\x96\xc2\xb7\xce\x8a\xf4\xde\x81\x53\xff\x25\x25\xe8\xd3\x05\xad\x44\x79\x28\x99\x54\x95\xbe\x6f\x61\x80\x32\x09\xde\x01\x8d\x61\x5a\x16\xf2\xa0\x7b\x9d\x38\x63\x0f\x28\x49\x58\x6b\xd4\xa5\x48\xfb\x05\x2c\xdd\x3a\x07\x1d\x1f\x90\xae\xf5\x84\x92\x06\x3d\xf3\xa3\x36\xba\x3d\x56\xcb\x38\x8b\x13\x64\xe5\x12\xb0\xa2\x5c\x30\xb1\x23\xed\x3b\xd3\xf6\x4d\x59\x64\x1d\xd4\xe3\xbd\x01\x67\x0a\x73\x71\x81\x26\x5c\xbc\x18\xc7\x38\x59\x8e\xa5\x8f\x4b\x67\x9d\x76\x8b\x3a\xe5\xd2\x4d\xda\x49\x36\xd3\x03\x6b\xcc\x93\xbe\x2f\x64\x4d\x83\x94\x10\x6d\x7c\x8b\x10\x85\x49\x04\x8d\x28\xbc\x07\x59\x27\xf7\xe4\x83\xde\xcb\x2d\x06\x5a\x60\x9d\x3e\xe0\xb4\x50\x66\xcc\xa7\x50\xf8\x79\xa2\x07\x2c\xbf\x2f\xc7\x63\xb2\x8c\x8b\xe8\x5c\xbf\xaf\x33\xb2\x90\xe9\xdc\xe6\xd3\x91\x8f\x8b\x4b\xf3\xb1\x36\x4b\xa3\x47\x4e\x5c\xc9\xb6\x07\x34\xe1\xf4\x28\x37\xa9\x15\xec\x29\xb4\xa8\x19\x7f\x0b\xf2\xe5\xe0\xfb\x9c\x6c\xd7\xb9\x59\x5f\xf7\xa0\xf8\xe4\x0d\x0f\x39\xc0\x3e\xe7\xa6\x55\xcc\x5f\x2d\x5f\xfa\xd6\x6f\xe4\x53\x36\xca\x05\x89\x8a\x4c\xa9\xa6\xb3\xa7\x50\xfa\xbd\xa5\xcc\x56\xac\x2d\x8c\x55\xb8\xa4\xb4\x65\xb0\x04\xdb\x28\x8e\xcb\x7b\x53\x32\xc3\xac\xed\x57\x61\xd3\xc3\xe3\x82\x74\x1c\x13\xc7\xdb\x32\xa4\x03\xc7\xc0\x2a\x76\xba\x00\x17\x5f\x42\x78\x9c\x24\x73\xb8\x49\xf7\x2f\xf5\xda\x17\xc0\xa6\x2f\x78\x56\x60\xc0\x82\xb7\x7d\xf2\x31\x77\x88\x27\xdd\xf7\xb1\x19\xf1\x21\x2c\x46\xe1\x22\x6c\x05\x7c\x91\x39\x5a\x5e\xc2\xfc\xa8\xdb\xd8\xc9\xa4\xd8\x1e\x76\x10\xb5\x9b\xb4\x8c\xca\x1c\x59\x60\xf4\x7c\xcb\x58\x68\xd3\x80\x60\x87\x93\xb9\xc9\x6d\x92\xc1\xe8\xe6\x67\x20\x27\x8b\xe4\xc9\xe0\x20\xb0\x0a\xcc\xc0\xd0\x08\x9d\x0f\x18\x63\x5d\x1c\x8d\x2f\x28\x5a\x1d\x90\x1a\xb7\x8d\xf0\xe5\x57\xf8\xb3\x3d\x7f\xfa\x92\x8f\x6a\x7d\xd3\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xb1\xf1\x31\xa5\x97\x9f\xe8\x47\x6a\x1a\x28\x71\x02\x23\x5c\x97\x5f\x0f\x3b\x91\xd3\x4d\xbe\xdd\xdb\x54\x24\x29\x0f\x14\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x6a\x6f\x19\x00\x31\x78\x20\xb3\x8c\x80\xe0\x82\x62\x01\x72\x00\xb2\xb6\x2e\x8b\x06\x1f\x03\x97\x83\xde\x63\xcd\x2c\x63\x1c\x46\xa6\x48\xd6\xd5\x09\x9c\x6d\x5d\x68\x04\xcc\x83\xcb\x89\x71\x59\x09\x9e\xf7\xcf\x7c\x6b\x8c\x26\xa8\x8b\x75\xd9\x96\x3e\x5e\x21\x35\x11\x28\x85\x2b\x2b\x4c\x1f\xfc\xd2\x06\x9b\xe4\xf2\xe9\x68\x22\x1f\x15\xd9\xfe\x2c\x19\xca\x66\x52\xfc\xa7\xd0\x0b\x35\x16\x54\xcd\x23\x2a\xa8\xd3\x9f\xa6\xf0\x72\x87\x52\x5a\xdd\x4a\x87\x6c\xee\x7d\x4a\x65\xa3\x9c\xf9\x55\xb7\x34\xcc\xbc\x90\x0d\x67\x76\x4f\x45\x4d\xf9\x9c\xb5\x1c\x7e\xe0\x04\xa8\xb7\xaa\x75\xd1\x91\x56\x24\x1a\xb2\xc1\xab\xad\x36\xbc\xba\x4b\x11\x06\x6a\xf4\x76\x75\x2a\x22\x1e\xc5\x2d\xc7\x1b\x88\xad\xa3\x78\x03\x27\xb7\x3d\xab\xda\xd4\x1f\xa1\x86\x3b\x74\x41\x6a\xed\x67\x9a\xfc\xe8\x69\xc8\x84\xfa\xca\x87\x42\x5f\x75\x97\x33\x52\x66\xdb\x0f\xf3\xce\x00\x05\x1e\xb9\x2c\x41\x12\xce\x0b\x0e\xaa\xbe\xbc\x3b\x4b\xfb\x5b\x92\x2b\xf8\x40\xa9\x2c\x66\x0d\x9b\xa6\xc9\xed\x21\x33\x10\xa3\x85\xd1\xcd\x40\x0d\xce\x42\x87\x84\x18\x38\xb2\xf0\x8e\x70\xf9\xca\x52\x6f\x8f\x99\x25\x71\x92\x17\x20\x83\x8b\xd0\xfb\xed\xa9\xd7\x9b\x8e\x7d\x5f\x7d\x56\x43\xde\x29\xaa\x41\x25\xc6\xd1\x32\xba\x80\x3b\xde\xa5\x10\x07\x17\xc7\xb8\x65\x70\x01\xb7\xb8\xcb\x68\x82\xe8\x87\xe6\x6b\x9a\x49\x07\x1c\xd3\x80\xa4\x86\x37\xf9\xd1\xc3\x84\x50\x0a\xca\xc7\x3a\x0b\x5c\x50\x70\xad\xaf\x06\xbf\xb0\x1b\x9b\xf1\x80\x40\xfe\x96\xd0\x05\x03\x47\xd0\x6a\x28\x0f\x9f\x4f\x97\x43\x1c\x5c\x93\x51\x3a\x0e\xff\x35\xd3\x05\x7b\xf0\x47\x2a\xa2\x7f\xf4\x5e\x60\x83\x28\xb7\x66\xaf\xbc\x13\x99\xde\xa4\x3c\xb0\xf9\xd3\x9a\x04\x59\xdc\x6c\xad\x1c\x99\x3d\x07\x30\x3a\xb1\xae\x9a\x65\xd2\x4c\x3d\x5e\xfa\x33\x85\xb7\xc2\x8f\x2a\x69\x4e\x18\x99\x33\x8b\x70\x0a\xe5\xcc\xe4\x6e\xc5\x7d\x64\x2b\x18\x98\x10\x45\x62\x60\xc2\x38\xaf\x90\x8c\x9a\xf9\x43\x08\x65\xfe\x48\x40\x9a\x6a\xbf\x5a\x95\x7c\xfa\x93\xf3\xc9\x9d\x75\xdc\x84\x82\x45\xd9\x6d\x7f\x20\x2a\x1c\xce\x7f\x9c\xd8\xfc\x00\x0a\x78\x2d\xba\x3a\x87\x09\xd8\x84\x98\xfd\x11\x7c\x8e\xa3\xc0\x33\xa4\x45\x04\x7f\x22\x83\xad\xee\x28\xe7\x35\x14\x53\xe2\x61\x3b\xcb\xff\xd3\xa3\x69\x54\x26\xbd\xc5\xf3\x73\x84\xac\x6a\x84\x7a\x0c\x1b\x3d\x2f\x7a\xef\x04\x81\x69\x64\xd2\x83\x14\x5a\x37\x3c\x15\x59\x37\xb0\x64\x8a\x9c\x70\x72\x75\xbd\x3a\xca\x2a\x85\x72\xf0\x4f\x04\x9d\x63\xed\x9f\x47\x26\x65\x79\xcd\xf2\xa7\xc3\x9a\x84\xb2\x16\xc1\x74\x76\xd0\x05\x5c\xa1\xcb\x41\x17\xa2\x27\x0c\x1a\xe0\xe5\xc1\x52\xe0\xfd\x7b\xe2\xf3\xe3\x76\x67\xd3\xe4\x5b\x7f\xa6\x1e\x1b\xc7\xf9\x56\x7e\xbe\x0b\xd1\xe2\x58\xfb\xe7\x81\x11\xeb\x98\x0c\xe7\x81\x51\xa6\x28\x0c\x07\x77\x0c\xab\x1b\x0a\x7a\xa0\x1a\x8c\x1a\xc8\x89\x6e\xa0\x8e\xce\x90\xc5\x93\xdb\x21\x85\x67\x8c\x69\x35\x6c\xaa\x82\xa9\x5c\x82\x09\xd4\x08\x90\xe1\xdc\xde\x04\x50\x5b\x03\x0d\xc4\x99\x4a\x30\x81\x12\x4b\x10\x98\x00\xaf\x85\x97\x61\x02\x11\x03\x43\x46\x0e\x4f\x2e\xd6\xf0\xc3\x84\x79\xfc\x0d\x1b\x5f\x43\x70\x3a\x02\x6e\xac\x81\xb0\xc1\xee\x57\xf0\x87\xc2\x4b\x80\xe5\xd8\x0f\xbc\x00\x5e\x03\x0b\xa8\x86\x54\x70\xed\x11\x4a\x86\x34\x21\xda\x96\xc1\x05\xd9\x00\x0a\xac\x5f\xb3\x5b\xc7\x62\x59\x68\x64\x31\x5f\x4c\xc9\xb2\xc8\x67\xc3\x02\x18\x20\x08\x9b\xb3\xfd\x9f\xa5\x84\xf2\x56\xc2\xb6\x1b\xbe\xed\x69\x59\x43\xa1\xa0\x9e\x55\x72\xf6\x10\x76\xa8\x32\xfa\xd7\xa7\xb7\x7e\x9d\x7f\xd6\xfc\xe8\x45\x82\xa9\x9c\xd2\x7f\xc6\xa2\x30\xb6\xe0\x59\x41\xa9\xa4\xd2\x52\xad\x0f\x93\x29\x93\x28\x64\xd3\x0d\xfb\x31\xd8\x48\x06\x21\x70\x3f\xb2\x0c\x3a\xe0\x45\xeb\x72\xc4\xfc\x0c\x79\x46\x0e\x75\x48\x1b\x3f\xf0\xe2\x24\x53\xed\x05\x65\x21\x85\x03\x64\xda\xe3\x01\xe0\x6e\x4d\x0b\xa9\xe7\xcf\xb7\x2b\xca\xaf\x02\x44\xf6\xb4\xa2\xe0\x6d\x9c\x48\x67\x52\x9a\x9a\x92\x45\x0d\xa4\x6e\x4d\xfb\x2e\x41\xd3\xae\x89\x54\xc2\xfa\x56\x10\x89\x9a\x99\x9c\xb8\xac\x6a\x2a\xb2\xff\x08\x81\x31\x27\x4b\x4d\xa3\x1c\xbd\xb1\x3b\xa7\x03\x65\x96\x23\xa4\xf1\x8a\x34\x83\xac\x29\xfc\x8a\x59\xc3\x11\x5f\x31\x1d\x2a\x71\xc3\xd6\xc4\xab\x82\xd6\x9e\x7e\x86\x00\x53\xcf\xb0\x1b\xf5\xca\x01\x4d\xb4\xaf\x65\x40\x42\xbc\x4b\xd3\xd7\x42\xbc\xd3\x59\xd3\xf7\xcf\x30\xc2\x44\x5f\x3d\x7f\xba\x07\x0c\xd4\x37\x0c\x3d\x3f\x6a\x5f\xc3\xc3\x13\x9b\x26\xb3\x2b\xa6\x01\xfb\xb9\xd6\x80\xc1\x07\xa4\xa2\x85\x62\x56\x2d\xd4\x17\x3d\x10\x08\xe1\x04\x5d\xbf\x96\xe3\x2b\xda\x9f\xba\x04\x42\xb8\xa5\x66\x81\x6c\xae\x36\xa5\x92\x58\xec\xb1\x85\x88\x82\x15\x16\x46\x72\x1a\xe5\x74\x85\x1d\xba\x30\x73\xe0\x14\x45\x8e\x38\x79\x6a\xb5\x1c\x39\xa2\xcf\xfc\x69\xb6\x66\xdc\xcb\xba\x0d\x4e\x35\x4a\x81\x40\x5b\x6b\x99\x89\x38\x2e\x39\xe2\x3f\x11\xba\xd6\xe2\xe0\x85\x51\xb3\x1c\x57\x17\xa1\x6e\x58\xc2\x95\x79\x5f\x7e\xd9\x92\xa9\x5e\x66\x0b\x66\xda\xb0\x04\xd0\x16\x8b\x00\x14\x27\xf2\xd5\x21\x27\x5a\xe6\x40\x11\x27\x62\xe2\x18\x94\x30\x33\xe4\x4d\x1b\xcc\x9e\x98\x64\xb6\x87\xf4\xb8\xe8\x8f\xdf\xad\x9c\x3d\x15\x09\x22\x50\xfe\x8c\x4c\x7b\x7f\xfa\x71\xb5\x4c\x09\x07\xeb\x9e\x56\x24\x7c\xb1\x63\x36\xda\x2a\xd4\xa5\xb2\x03\x4a\xb3\x8e\x5d\xb7\xed\xd4\xce\xd4\x2a\x20\x45\xe5\xb5\xd4\xda\x70\x45\x87\xb2\xf9\xff\xfc\xb9\xf4\x69\x85\x92\xa3\x92\x2d\x45\xe4\x0a\xa0\x0f\xcb\xe0\x06\x62\x0f\x2d\x83\x1b\x3a\xc0\xde\xa5\xb0\xfd\x95\x58\x43\x4b\x51\xfb\x07\x37\x97\x4b\xc0\x87\x8b\x37\x0e\xcb\x31\xfc\xe7\x43\x79\x1c\x03\xca\x3c\x9a\x41\x5a\x51\xb5\x54\xa3\xf6\x11\xbc\xc2\x36\x74\x80\x2a\xcb\xd8\x06\xb0\xdc\x4b\x60\x86\xf3\xc2\x20\x15\x7c\xa1\xc4\x17\x2b\xf8\x42\x25\xf4\xe6\xda\xce\xea\x32\x52\x66\x6d\x82\xff\x69\x73\x52\xca\x72\x38\x60\x02\xea\x63\x3b\xca\xe4\x08\x65\x23\x04\x1b\x53\x91\x33\x2a\xd7\x30\x6b\x3b\x6e\x2f\x7c\xb6\xcd\x75\x88\xd9\x8d\xa5\x93\xb5\xc2\x78\xc6\x22\xd9\x40\x63\xa8\xd5\x0f\x15\x8e\x7c\x6a\xd3\x8b\x41\xfa\xa8\xff\x50\xcc\x63\xaa\xc1\xd6\xa2\x3f\x78\x87\x4b\xaa\xfd\xc9\x45\x6e\x86\x50\x54\x8d\x4a\x90\x98\x65\x60\x43\x1a\x11\xb0\xa1\x02\xd9\x5f\x0e\xb8\x71\x65\xaf\xbf\x7d\x5e\x47\x9e\x38\xfc\x06\x2f\x68\x97\x90\x0c\x95\x68\x08\xeb\x6d\x5e\x41\x79\x28\x7f\xc0\x79\x31\x91\x0e\xc5\xd1\x01\x5d\x2f\x27\x10\xb8\xb2\xd5\x1d\x6e\x23\x47\x57\x63\x13\xc2\x1e\xc6\x26\x9c\x80\xc7\xd6\x3b\xc9\xfa\xa1\x7c\x6c\x83\x3f\x15\x52\xe3\x24\xe4\xd7\x7a\x3b\x03\xff\x15\x8a\x61\xe5\x53\xed\x9e\x16\x0a\x96\x48\xb5\x16\xb1\xb8\xb3\xde\x1c\xa8\xd8\x86\x6f\x27\x02\xca\xc8\x62\xf0\x42\xfa\x62\x3b\x82\x9d\x30\x1a\x61\x92\xb7\x8f\x54\x68\x3a\xc1\x1a\xce\x13\xa4\xee\x12\xac\xa1\xce\xcc\xb4\x25\x53\x06\xea\xe0\x0d\xb0\xf7\x7b\x63\x81\xa7\x11\x1b\x39\x3d\xa4\x67\x0c\x1b\xd6\x30\x86\x33\xf7\x47\x1f\xfb\x75\x4e\xf6\xc6\xc7\x02\x07\xc6\x14\x8c\xa1\x64\xd1\x3e\xe1\x84\x09\x39\x74\x6b\x91\x1f\x15\xf0\x94\xad\xf9\xd1\xb1\x1c\xd8\xf3\xfa\xe8\x7e\x81\xa8\x09\xeb\x63\x01\xd3\xd3\xbe\xed\x52\xf8\x52\x68\x88\x92\x3d\xad\xb8\x1d\x95\xc0\x1c\x4b\x69\x08\xce\xe7\x47\x9d\xc4\x00\x7d\xac\x8f\x63\x63\x1d\xf0\x9e\xb2\x10\x94\x23\x1d\xc7\x86\x1e\xe3\x6f\xc9\x4d\x30\x10\xd6\xe0\x63\x61\xc4\xce\xfc\xa0\xae\x90\x5b\x1f\xee\x13\xf0\xff\x18\x28\xc1\x03\xde\xf5\xc1\x11\x3c\xf3\xad\x64\x35\x4b\xf2\xf1\x7d\x7c\x34\xc0\xc7\x9e\xe0\x5c\xa8\x7d\x7c\x82\x1a\x29\xb4\xc5\x73\xa5\x50\xbb\x61\x84\x92\x3a\xcd\xe5\x1b\xb8\x89\xa8\x84\x8f\x01\xba\x84\xf8\x5d\x4e\x35\xc0\xe3\xdf\xe5\x48\x21\xd1\xfd\x1f\x6e\xf8\xd8\xe5\x1f\x34\x5f\x66\x57\x4e\x1f\x9e\xe6\xac\x8f\x9f\x04\x10\xc5\x71\x7d\x71\xfe\x71\x42\x56\xce\x80\x12\x27\xa2\x73\x06\x10\xeb\x76\x7d\xd1\x4a\x35\xa4\xe4\x05\xf3\xf7\x35\x5f\xc0\x41\x0e\xf8\x71\x02\xb3\x5e\x5f\x0b\x13\x46\xf2\xc5\xaa\xc1\x4f\xf1\xe5\x74\x75\x85\x94\x6c\x63\xe6\x85\xce\x28\x05\x1e\x12\x38\xa3\x70\x1d\xbe\xbe\xf6\xfb\x1f\x48\x69\x62\x81\x64\x5c\xb6\x63\x1e\x4a\xc6\x08\xce\x2b\xa1\x38\x2a\xe8\xd2\xf5\xe5\xe0\x85\x1f\x47\x41\x43\x2a\x40\xdd\xf5\x35\x0b\x8d\xfc\xa8\x5b\xcc\xe7\x47\x8d\x8a\x2d\xe4\x24\x03\x93\x10\x44\xeb\x9b\x10\x03\x50\xb6\xa0\x91\xd8\x8e\x1f\x92\xad\xf8\x35\x9a\x86\x20\x44\xcb\xe1\x43\x78\x73\xb4\x8c\xd9\xb8\xa2\xd1\xbf\x1c\xc2\x10\x41\xce\x23\x50\x60\xb6\xaf\x2f\xa4\x80\xaf\xaf\xaf\x39\x66\x86\xf2\x36\x9a\xf9\xd3\x93\x87\xf0\xff\x6e\x8b\x03\xc6\x69\x54\xce\xf9\xfc\x6a\xff\x06\xf3\xae\xf0\x21\x67\x14\x9e\x12\x09\x54\x40\x7f\xeb\x67\x60\x15\xf8\xf4\xf5\x1b\x7e\x5c\xd6\xa1\xd4\x05\xa2\x77\x2e\xc5\x16\x69\xaf\x87\xf2\x85\xde\x84\xf2\xd9\x0a\xd6\x13\xfa\xe3\x8c\x28\x71\x96\x81\x41\xf8\xd5\xf5\x83\x11\xf3\xa9\xd6\x6f\xa6\x49\x73\x9e\x07\xfd\xf3\xad\x66\xe1\x98\xfa\xf3\x69\x8a\x50\x9e\xeb\xe7\x20\x02\xb1\x8f\x88\x26\x12\xb3\xc7\x49\x08\x06\x71\xd0\xd7\x0f\x2b\xa8\x85\xfc\x68\x2c\xf4\xc8\x4e\x1e\x78\x48\xf0\x8f\x92\x2b\x12\xa1\x3f\x5a\x6e\xd8\x85\xfe\x68\xaf\xf4\xc0\x20\x3b\xc2\x36\x2d\xa1\x3f\x1a\x08\xa7\x05\xfa\x83\x97\x9d\x4b\x70\x8f\x8b\x88\x65\xcb\xa8\x8d\x51\x38\xff\xfe\x8c\xf5\x0f\x94\x40\xa8\x8d\x96\xbb\x1f\xe5\x16\x68\x71\xe8\x2b\x42\x48\xcb\x4d\xcb\xcf\x48\x7f\x02\x59\xad\x1f\x2e\xe1\x2b\xa5\x36\x4a\x2c\xcd\xb6\xc2\x7c\x34\xce\xdc\xdb\x51\x3e\x3a\x6f\x11\xf6\x0b\x4e\xe8\x21\x8b\x3b\xf8\xb7\x0f\x65\xbf\x90\x49\xd6\x15\xfb\xe5\xdb\x29\xb4\xc3\x56\x14\x90\xc6\xab\xe7\xfd\xe2\x72\xd2\x42\x73\xbf\xf0\x28\x5f\x29\xb5\xc9\xd7\x53\xaa\x55\x3a\x42\xc9\xae\xe7\xcc\xbb\x5f\x8e\x3b\x43\x9c\x88\x2d\xe4\x48\x03\x16\xb6\x05\x1c\xb9\x08\x17\xb3\x15\x4e\xa4\xbd\xf2\xe3\xcd\x55\x0d\x20\xd0\x56\xde\x82\xc6\xc5\xd0\x7e\xf9\x8d\x00\xf8\xf0\xfd\x82\x6b\x2c\xb7\xb7\x92\x13\x74\x9e\x6e\x6d\x25\x27\x68\xb8\x23\xf7\x0b\x75\x55\x99\x3f\xe4\x09\x53\xb2\xdc\x01\xaa\x41\xba\x58\x79\xed\x97\x11\x45\x18\xe1\x5b\xa8\x92\x86\x2b\x75\xbf\x60\xb1\x8b\x0e\xdd\x4c\xd5\x78\xd4\xba\x15\xa4\xa4\xe1\x0b\xdc\x2f\xec\xe5\x9e\x42\x5f\x30\x5d\x34\x8a\x31\x54\x19\xe8\x36\x72\xa4\xd0\x28\xd6\x50\x67\x30\x9b\x2e\x31\x47\xe6\xb9\x93\xf9\x93\xec\x71\x2a\xc4\x9b\xd2\x1a\x9d\xa9\x47\xd9\xf1\x4a\xca\x6e\xfb\x22\x7d\x3f\xcc\x7e\x16\x2e\xfb\xc0\x8b\x78\x85\xd4\x0c\xd9\xfd\xb2\x0f\x24\x8f\x77\xc0\x3e\xe0\x28\xcb\xcd\x7d\x20\x4f\x8e\x90\x6f\xfd\x5a\xa0\xec\xb9\x19\x50\x5a\x23\x1b\xe9\xfb\x98\xee\x01\x65\x28\xb2\x4a\xf7\xcc\x16\x67\x28\xaf\xd1\xa0\xd6\xa9\x3d\xc8\x6c\x39\x7c\xc9\x28\x47\x0a\x87\xfe\x9c\x50\x96\x43\x35\x6d\xda\xdc\x18\x8c\x6c\xc2\xc4\x21\xd5\x3f\xf8\x54\x41\x4a\x1a\xb0\x95\x7d\xf8\x86\x82\x08\xad\x1b\xac\x0c\x0a\x73\x0b\x2b\xd3\xb2\x7b\x0f\x4b\xa9\x42\x87\x30\xb7\x6b\x2a\x9a\xae\x88\x1e\x2d\xcd\x57\xa1\x07\x98\xd0\x0f\x69\x0b\xb1\x32\x47\x86\xce\x14\xb8\x91\x94\x0b\x1c\x33\x36\x81\x49\x80\xcd\x6f\x05\x26\x29\xc0\x41\xb6\x12\x32\x34\x1e\x07\xed\x83\x8b\xad\x87\xd4\xbe\xe7\x3a\x7e\x1f\xf8\x9b\x47\x9a\xf1\x81\xbe\xa6\x54\x28\x76\x58\xcc\xc0\x1b\x9e\x85\xee\x93\xac\xc3\x07\x94\xb8\x08\xf6\x3b\xc3\x36\x03\xd2\x56\x17\xeb\xad\x08\x27\xa5\x3e\x85\x7a\x00\xf0\xca\x9f\x8a\xbc\xda\xd3\x22\x76\x1f\x85\xe6\x22\xab\xff\xad\xf8\x26\x05\xaf\xf0\x3e\xb9\xa3\x78\x0a\xab\x82\x12\xbf\xa0\x94\x41\xbe\x85\x92\x0a\x4f\x8b\x92\x34\x25\xe3\x30\x9c\x98\x10\x5b\xdb\xb8\x9b\x23\x14\x48\xc6\x42\xcf\x97\x04\x1f\x92\x46\xd1\x4b\x1a\x2f\x51\xf6\x09\x93\xfc\x6d\x8a\x6f\x47\x36\x21\x02\xc6\x76\x60\x93\x51\xce\x90\x7e\x22\x3a\xa1\xc4\xef\x68\x95\xd3\x42\xe8\xca\x97\x12\x07\x25\x5f\x7e\x55\xc6\x6c\x70\x3c\x4b\x35\xdb\x1d\x67\x54\xdb\x1d\x67\x71\xac\x01\xd1\x12\x0a\x69\xd2\xc0\xfe\xef\x13\x0f\x74\x4d\xad\x96\xd1\x93\x21\xfb\xc1\xc1\xcc\x2c\x5b\x3c\x5d\x69\x52\xf7\x04\x35\xd5\x5a\x83\xf8\xec\xbd\x8b\xe5\x13\xfa\xa4\x0c\xf5\x07\xa1\x5c\x86\x2d\x11\x04\x89\xc0\x39\xed\x55\xf3\x23\x8c\x35\x20\xd5\xbf\xe7\xd3\x8f\xff\x4c\xa1\xe0\x18\x57\x0a\x7d\x5a\x64\xd9\x05\xaa\x69\x20\xe2\x77\x30\x35\x6c\xb6\xe2\x57\xb1\xc7\xa4\x47\xd3\x5e\xcb\x92\xd2\xfb\x20\x90\x49\x28\x98\x46\x2d\x35\x69\xc1\xd8\xa6\x05\x01\x65\x5b\x6d\x3b\xa4\xca\x24\x58\xd9\x56\x0c\x95\x06\xd2\x7e\x17\xbc\xd0\x08\x7b\x85\x54\x29\x18\xd4\xdb\xe0\x1c\x22\xf0\xed\x62\x97\x34\x7a\xbe\x98\x0f\x61\x59\x80\x3a\xdc\x54\x6c\x01\x75\x0a\x56\xfa\x2e\x9c\xff\x27\xdd\xb3\x0b\x1a\xef\xc0\x16\x36\xa7\xbd\x32\xb7\xe6\x92\x4c\xc9\x16\x7b\xa7\xe7\xb6\x98\x0b\x42\xb0\xd8\x6c\xca\xe2\xfa\xba\x0b\xe5\xa3\x40\x28\xed\xd5\x98\x4a\xe0\x5d\xa9\xd4\xde\x4d\x37\x78\x71\xf5\x75\x41\xa9\xf9\x16\xca\x36\x52\x09\xa9\xc8\xfc\x2c\x88\xb3\x6c\xc4\xe6\xb8\x6c\x3b\x23\x25\xae\xe1\xe6\x3b\x94\xe2\x9d\xc2\x2f\x0a\x89\x52\xa2\x1f\xae\x30\x08\xa4\x11\x59\xcc\xd4\x85\x7f\xd9\x96\xf4\xbe\x1c\x28\x82\x67\x4b\xfb\xf2\x21\x1d\x3f\xd3\x56\xfe\x8d\x93\xb7\x75\x5b\x11\x53\x1a\xf8\xf0\x7d\x71\x32\x9b\x21\xbb\x80\x2a\xf9\x74\x68\x20\xa9\xc6\x98\x11\x66\x47\xbc\xd3\x32\x10\x79\x92\x80\xf4\xef\xcb\x8c\xd4\xd2\x39\x33\x12\x22\xf5\x42\x0d\x22\x27\x0d\x09\xe2\xd1\xec\x76\x52\x8f\x96\xde\x38\x77\x70\x4d\x19\xa3\xa2\x73\x8b\x9e\xa7\x1e\x2b\x5b\x58\xf2\xf2\xed\x19\x0b\x7b\x39\x9f\x64\x3a\x04\x40\x68\xa6\x50\x92\x0a\x49\xad\x08\x29\x57\x14\xf1\xe5\x9c\x06\xc8\x42\xa3\x85\x7a\x44\xec\x65\x8e\xcc\x2c\x13\x22\x85\xf6\xad\x02\xd3\x57\xb9\x91\xae\x4c\x8f\x9c\x8b\xc4\x15\xdd\x17\x86\x7b\x66\x60\x8b\xe9\xfb\xdf\xce\xef\x4d\xd8\x13\xb0\xb9\xdb\xc8\xa1\x0b\xf7\xcf\x16\x74\xe8\x2c\x6c\xc3\xea\xa0\xea\xaf\x50\x97\x26\x3d\x3f\x9a\x23\x06\x94\xf8\xf5\xa9\xc5\xf6\x0e\x12\xbf\x3a\x17\x21\x42\x4b\x40\xa1\x06\x5a\x7f\x3b\x06\x0a\xaf\x47\x76\x75\x64\xd8\xf6\xb4\xe1\x49\xee\x50\x1a\xe4\xa0\x1a\x7b\x19\x10\xea\x20\x8a\x78\x9b\xb1\x6b\x78\xb9\x42\xfa\x8e\x19\x7b\xb0\xda\x38\xc3\x48\x27\x24\x0a\x2f\x37\x76\x45\xda\x3d\xa5\xb6\x1d\xaf\xb4\xa3\xce\x8f\xd4\x6b\x18\xdb\x95\x5f\xe1\xd9\x7c\xfb\xd5\x46\xa0\x51\x31\x29\x57\x63\x5b\xb0\xa2\x03\x37\xdf\xae\x36\xf7\xd3\x3d\x9b\xfb\xbc\x1d\xd9\x0e\x7c\xd2\x32\x5f\x8b\xde\x32\xb5\x56\xad\x3d\x85\x74\x96\x45\x31\x8f\xc2\x32\x95\x23\x24\xaa\xad\x3a\x45\x61\x16\x05\xae\xe4\x47\x6b\xd3\xcc\x1e\x01\x4c\x58\x5b\x39\x16\xb2\xd9\x2a\x62\xf2\x95\x42\x59\x8e\x23\x94\x61\x14\x4f\xad\xde\x5d\xaf\x54\x2b\x4d\x8b\x09\xe7\x70\x26\x83\xac\x2e\xbb\x81\x2d\x81\xf5\x1a\xc6\x3f\xf2\xb0\x01\x63\x87\x87\x9d\x65\x65\x72\x7b\xb8\x1b\x17\x31\x4c\x4a\x73\x78\x9e\x52\xf3\xaf\x6c\x83\x91\x6f\x61\xb8\x0a\x69\x16\xa3\x55\x3f\x3b\xc1\x9d\xbe\x9b\x4f\x85\x58\xf8\xcd\x32\x90\xd7\x19\xbb\x61\xe2\xa3\x8b\x1d\xd4\x84\x17\x49\xdb\xa9\x54\x78\x47\xb4\x1b\x3c\x34\xa0\xe4\xa0\x86\x71\x9b\xf1\xd4\xd9\x80\x0d\xbb\xae\xa5\x91\xbb\x7b\x00\x21\xb7\x92\xae\x0c\x5e\x11\xed\x66\x05\x8a\x60\x6b\xe6\xa8\x99\x2f\x8d\xf1\x63\x3f\xb6\x45\x5f\xf3\xad\xb9\x06\x95\xd9\x6c\x9f\xa1\x24\x94\xad\xe5\x8c\xb4\x68\x32\xfe\x73\xa4\x68\xe6\x2f\x04\x54\xb3\xe2\x45\x94\x0a\xab\xd4\xc0\x61\x6e\x61\x95\x12\x8c\x6b\x3b\xa4\x0a\x2f\x3e\x77\x03\x57\xdd\xf2\xa3\x1e\x92\xa6\x33\x96\x88\x33\xd5\xd8\x2c\x40\x9d\x37\x07\x50\x9e\xa9\x75\xa8\xc5\xd4\x6a\xbf\x41\xcb\xa7\xd2\xa0\x23\x94\xd2\xd4\x5f\xf9\x54\x8c\x98\x79\x94\x3a\x3f\xc2\x2d\x3a\x91\xc6\x64\x21\xbe\x0a\xaf\x77\xb6\x21\x4f\x3d\x56\x67\xb7\xe3\x82\xee\x18\xc5\x44\xd8\x8f\xdd\x1d\x57\x87\x65\xed\x80\x07\xd8\xf0\xc6\x34\xf5\xff\x10\xb5\x70\x77\xc7\xaa\x27\x92\xe7\x16\xfc\xa9\xe0\x78\xdd\x82\x3f\x9d\x17\x27\x52\xe1\x9d\x1a\xd7\x78\xbb\x3b\x92\xee\x4c\x99\x39\xa0\xa5\xd0\x53\x47\xcf\xe1\xdd\x96\x5a\x97\xfc\x95\xa1\xa4\xa5\xd1\x82\x42\x46\x35\xa0\xae\x5b\xc0\xa8\x06\x02\x74\x0b\x09\x55\x9e\xe9\xd0\xa9\x83\x5b\xa3\x0d\x10\x8a\xb7\x25\x5b\x40\xa8\xa3\x94\xb4\xa1\x53\x08\x78\xd5\xdd\x1d\x2c\x9f\xc0\x9c\xbb\x63\x1a\xb6\xd4\x7b\x9f\x8a\x80\xcf\xed\xee\x30\xce\x57\xca\x96\x5b\x49\x87\x6c\x28\x8e\x94\xbe\xb5\xb4\xe9\xd1\xc7\xdf\xb2\x5e\x46\x78\x23\x08\x3a\xbe\x10\x84\x46\x97\xb0\x04\xbd\xba\x15\x5b\xe5\xca\x09\x8e\xd8\x2a\x38\xa6\x77\xdf\x74\x21\xdf\x6e\xfd\xe9\x6f\x87\x2f\x7b\xb8\x4c\xdc\x0a\xae\x72\x10\x03\x6d\x2b\x7c\x4a\x39\xd9\x15\x42\x49\x35\x90\x9c\xdb\xc1\x53\x2e\x5c\xd3\x5b\xb0\xa8\x06\x4a\x70\x0b\x15\xd5\x80\x75\x6e\x81\xa2\x1a\x70\xb9\x3d\x26\x0c\xcc\xa7\x78\x34\x46\x48\x8d\x2b\xdd\xf1\x4b\x49\x3c\xe5\x7b\x84\x65\x42\x6e\x9d\x54\xf3\xe7\xdb\x23\x99\x90\x96\x62\x2d\xa4\x6e\x0b\x66\xea\x95\x10\x63\x51\x06\x6e\x30\x76\xe6\x30\x9b\x20\x28\xc6\x72\x87\x52\x56\x44\x9d\x50\x4d\x80\xde\x50\xee\x1d\xfb\xc2\x61\x54\x7a\x4e\x87\xc3\xc1\xed\x32\x6a\xa3\x13\x0a\x0c\x35\x58\xf9\x33\xbf\x0a\x23\x35\x43\xd9\x29\x86\x61\x23\x50\x54\x03\x20\xba\x87\xf9\x00\x95\x3e\x8c\xfb\xe7\x29\xcc\x56\x88\x95\x06\x7a\x6e\x2b\x5d\xce\x5d\x4f\xfe\xec\x2a\x64\x0e\x74\x5c\x05\x59\xb7\x05\x98\x6a\x00\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xff\xe9\x74\x8a\x9e\x33\x42\xea\xe4\xb1\xcd\x56\x60\x96\x42\x7c\xf3\x2d\x50\x54\x03\x9f\xb7\x03\x8a\xc2\xc6\x99\x78\xcf\x7a\xfe\x6c\xfa\xf6\x05\xe5\xa3\xe1\x0c\x29\xd6\x8b\x9f\x4b\x71\x59\xce\xfe\xb4\xb2\x7d\x76\x85\x12\xe4\x1a\x2d\xe3\xe4\x39\xe7\x99\x4f\x1d\xe2\x93\x37\x1e\x7b\x3a\x0a\x38\x03\x9b\x3a\x7b\xf0\xe8\x7e\x1b\x23\x05\xfa\x78\x0b\x22\xd5\x08\xbc\xb6\x15\xb1\xe5\x0c\x26\x7d\x4f\xcb\x23\xac\xc9\x69\x79\x94\xee\x4c\xe6\x87\x36\x6e\x4e\xeb\xc4\xbd\xdc\xd3\x8f\xfa\xb8\x96\xda\x20\xa2\x72\xfc\x9b\xcb\x33\x92\x42\x2f\x1e\xbd\x93\x13\xff\xf8\x0f\xcf\x32\xb7\xb0\x53\x0d\x70\xd2\x16\x74\xaa\x47\xac\x09\x3a\x55\x88\xac\xb4\x27\x5e\xb5\x19\x12\x2e\xa4\x3b\x7e\xb6\x84\x64\x9d\x60\x66\x1e\x92\xc5\x0c\x69\x7f\x30\x36\xd8\x34\xab\x61\x89\x4c\x33\x57\xe6\xf9\x3e\x53\x34\xd0\x47\x5b\xc0\xaa\x06\xee\x62\x4f\x63\x64\x0a\xfb\x40\xc0\xaa\x06\x60\x62\x3b\x9c\xcb\x0c\x23\x0a\x4a\x75\x46\x76\x2e\x73\x1e\xba\x56\x78\xa8\x47\x81\x2f\x79\x62\x01\x04\x6c\xf2\xe8\x70\x8b\xb7\x15\xa4\xa5\x45\x11\x2f\x5d\x3d\x87\x81\x05\x9c\x6a\xdc\xdb\xef\x85\x18\x9b\x29\xd4\xb6\xc4\x08\x5e\x93\xa5\x0c\xa9\xa5\x64\x9e\x17\x70\x70\xf8\x6e\x61\xec\x33\x59\x8e\x55\x40\x10\x5d\xa7\xf6\x6f\x71\xaa\xbd\xbd\x4b\x61\x6e\xdf\xf1\x0f\x32\x4f\x90\xe8\x7f\x14\x2c\xef\x37\xee\xc9\x87\xf4\x5c\x22\xba\x40\x00\xf0\x34\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xbf\xcd\x7d\xd7\xfe\x58\x0f\x60\x1d\x7d\x1c\x30\xfd\x29\xb3\x7b\x0a\x63\x45\xb7\xec\x8d\x1b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xa4\x82\xbb\x7f\xf4\x00\x61\xce\xbe\xf9\x4c\x7a\x0f\xe9\x8b\x0a\xae\xc2\xf6\x07\xed\x9c\xee\xfa\x7c\xcd\xa3\x90\xfd\xf1\x56\xe9\xf9\x56\xe1\x99\xd9\x38\x64\xd5\x78\xbe\xb4\xca\x18\x29\xfc\xea\x42\x90\xee\x6e\x87\x90\xa4\x8c\x67\x7a\x23\x85\xb6\x7a\x18\x8b\x42\xa4\xc7\x71\xa4\x8b\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\xb7\xe8\xc1\x12\xef\x0f\xcf\x6b\xd0\xdb\x5f\xb0\x82\x30\xb1\xb2\xf2\xb7\xdc\x50\x7d\xcd\xd2\x3d\x9f\x2a\x4c\x25\x4a\xea\x6b\xe1\xc9\x3e\xd1\x05\x7b\xcb\xc5\x8d\x72\xf2\xb7\x5c\x0e\x29\xa3\x46\x01\xb1\x4f\x86\xfe\x49\xd0\x7f\x67\xe8\x6f\xb9\x9a\xd1\xe5\xfb\x3d\xab\x69\x51\x51\x7e\x9e\x36\xe0\x1f\xaa\x45\xc5\x23\x3a\x7c\xfb\x5e\xb9\x64\x74\x4a\xfe\x96\x6b\x9b\x2f\x17\xa4\x6c\x1c\x67\xe4\xef\xf1\xb0\xea\x1a\xbd\xe5\x12\x85\x64\x1b\x65\xa6\x50\xe2\x01\x96\xf9\x5a\xd2\xc2\xe0\x5f\xbf\x97\x86\x0f\x1d\x19\x61\x12\x39\xd9\xf9\xf8\x5b\xf4\x07\x71\x12\x5e\xf9\x11\xee\x61\x12\xf4\x8e\xa2\xa3\x22\x1c\x26\x01\x20\xaf\x93\xf3\xdf\x9f\xa6\x56\xb3\xcf\x4c\xa9\xfb\x13\x4a\xd2\x0a\x7e\xf9\x5a\x6b\x67\xa1\x7d\x91\x75\x96\xff\x60\x7c\xeb\x4e\xbd\xe5\x7a\xe0\x6b\x6e\x82\x61\xbf\x16\xac\xe1\x17\xdf\x4f\xf0\xe4\x63\xeb\x82\xfd\x88\x36\x71\xb6\x8e\x9a\xab\xc7\x1f\x56\x20\x86\xba\xee\xdb\x8f\x02\x3b\xfd\x90\x06\x33\xa4\xd5\x1d\x52\xf9\x67\x53\x6f\xa6\x22\x21\xf5\x30\xac\x94\x74\xe3\x6e\xe5\x82\xd4\xf9\x9a\x38\x12\xdb\x21\x14\x72\xe4\xfb\x99\x2b\x60\x83\x9f\x45\x05\x62\x58\x17\xe1\x37\x53\x74\x48\x3a\xcf\xb7\x72\xc4\xf1\x62\xd6\x09\xf8\x5b\xdc\x82\x3f\x27\x8e\x03\x2e\xb4\x7f\x5c\x18\xbc\x52\xaa\xc9\x9c\xf9\x93\x81\x31\x14\x2b\x55\x38\x48\xd9\xf9\x0f\x1e\x03\x39\x3b\xff\x5d\x0f\x7f\x3a\xb6\x39\x96\x9e\x2f\xc6\xc7\x05\xbb\xfb\x62\x3c\x3e\x3b\xe5\xc3\x68\xf1\x11\x39\x1d\x46\x8d\xc7\x55\xd1\x0c\x4a\x2c\x19\x5d\x8c\x17\xa3\xdf\x87\xd3\xea\x17\x3f\xcb\x1c\xce\xaa\x7f\xd9\x51\x7c\x53\xa7\x6f\xa6\x26\xa4\x82\xed\xcb\x42\xbc\xa9\x4b\x2d\x16\x28\x65\x50\xd4\x8a\x0c\x27\xe0\x6f\xe7\x53\xa9\xef\x04\x66\xc8\xe1\x71\xe4\xdb\x65\x32\x15\x6d\xfd\x9a\x42\x31\xdb\xd3\x1f\x8b\xeb\x99\x4f\xcd\x06\x47\x4a\x2d\x2c\x2e\x7e\x95\x15\xe6\xa7\xd3\xc3\xe9\xfa\xef\x6f\xe9\x83\xf4\xa8\xdd\x35\x37\x65\xf3\xf6\x0a\x79\xf9\x5b\x9a\x71\xd0\xcd\x23\xd5\x36\x77\x37\xdf\x76\x9d\xf7\xe9\x82\x4e\x90\x8e\x1a\x31\x06\x81\x17\xfc\x0e\x67\x38\x9d\xff\xdd\x7b\x2a\x12\x43\x9d\x2f\xe6\x76\xd1\x66\x0a\x1d\x58\x3d\x73\x2d\x57\x98\x43\x4c\x8c\x41\x74\x85\xeb\x45\xbd\x8e\x94\x72\x5e\xd4\x64\x5f\xd8\xf5\x62\x7d\x6d\xba\x37\xc6\x8d\x48\xa8\xd4\xb4\x7d\x71\x72\xd1\x61\x45\x4f\xb7\xda\x1a\x4e\xe9\x7f\x17\xa6\x5e\x7b\x1d\x26\x5d\x0a\x8b\xd1\x09\x99\x5b\x67\xa6\xd7\xd1\x8d\x5e\xe1\x31\x81\x70\x8c\x5e\x1b\x4e\xf7\x7f\xf7\x21\xe4\x4f\x7f\x9a\x3a\x90\x18\xf5\x84\x64\x9f\x0d\x48\xba\x5f\x20\xc5\x66\xcc\x99\xae\xc2\xdb\xc9\xaa\x1d\x5e\x61\x26\x50\x77\xd6\xa7\xaf\x3b\x87\x13\xf6\xb7\x93\xae\xeb\x56\xba\x9d\xf4\xf5\xf0\xb5\xce\x4c\x2d\xee\x1c\xcd\xeb\x40\x57\x5f\x0f\x79\xc8\xbd\x45\xcf\x97\x1b\x9c\x50\xf4\x94\xbe\x2d\xb8\x26\xa5\xea\xc0\xf9\x82\x32\x9f\xa4\x77\x76\xb8\x17\x1a\x91\xb3\xe9\x3e\x5a\xfc\x21\xc3\xef\x4f\xe1\x71\x1a\x91\x32\xf0\x99\xe9\xa6\x8a\x28\x3a\x6b\x4f\x54\x3a\xb0\x2d\xbe\x1e\x52\xd3\x7a\xd2\x75\x05\x33\x37\x7c\xf7\xa6\x24\x67\x4e\xba\x6a\xdb\xf0\x3a\x52\xf8\x51\x21\xf3\x6a\xfc\x43\x4b\xfb\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xe8\xe8\xa6\xdc\x9b\x09\xa5\x18\x33\xa3\x42\xf9\x04\x30\x53\x8d\x92\x67\x8e\x03\x6a\xab\xfd\x54\xaa\x74\xa7\x23\xd5\xb0\x17\xe9\x8e\xdc\x9f\xb6\x0a\x6f\x4a\xa9\xd3\x27\xd5\xf8\xf9\xdc\xb8\xa0\xa6\x47\x9c\x42\xf1\x0e\x3b\x46\x17\xd7\xcd\xd6\xee\x4d\x79\x9b\x1e\xa9\xf5\x23\x61\x4e\x57\xa7\x65\x17\xeb\x41\xf8\x88\x4c\x80\x5d\x48\x99\x00\xdb\x11\x17\x8c\xad\xcb\xe9\x72\xd5\x7c\x6a\x41\xc1\x2a\x9f\xf6\x15\x5c\x6c\x09\xe7\xd9\xf0\x4b\xea\x9b\x5a\xba\x4b\x62\xcc\xd6\x3c\xc6\x8a\xdc\xa4\x44\x57\xc9\xa7\x5a\xc9\x92\x6a\xf4\x40\x89\xfd\x72\xe2\xf0\xa4\x1a\x69\xa5\x23\x95\x4a\xbe\x1c\xa9\xc5\xaf\xa7\x2e\x36\xe1\xb9\x79\x63\x9d\x6f\x15\x9a\xf3\x72\xfb\x45\x3b\xdd\x66\xcd\x4d\x89\x21\x90\x18\xc5\x87\xf8\xeb\x48\x61\x93\x38\x39\xa1\xac\x5e\x99\x10\xdf\x38\xf7\x17\x12\xae\x90\xe5\x36\xdf\xb2\xd3\x26\xe4\x2d\x89\xfc\x3c\xef\xa6\x6c\x26\x4f\x2a\x72\x54\x07\xbf\x32\xba\x49\xfb\x15\xd0\x85\xc4\x71\xb8\x8e\x7c\x2c\x26\xcd\x58\xa6\x36\x49\xc9\xa7\xe2\x91\x74\x01\x1e\x61\x28\x32\x35\xcf\x2b\x6d\x7c\xe5\xcb\xa1\x4e\xb0\x0d\xc8\xc9\x02\x8b\x50\xa9\x98\x22\x42\xab\x2c\xef\x98\xfc\x68\x61\x73\xe4\x53\x69\x4d\x27\xa1\xb8\x49\x8b\xdf\x96\x6a\xb5\x2f\x51\x7d\xc5\x18\xcd\x8e\x4c\x2b\xf2\x09\x45\x81\x95\xcd\x8c\x30\x12\x60\x53\x35\xa4\x9c\x7a\xe9\x91\x8f\xea\xd7\x99\x8a\x6c\xfd\x36\x26\xc8\xa0\xdf\xfe\xca\xaf\x72\x69\x1d\xe9\x83\xd9\xa4\x5d\x90\xcb\xdf\xe6\x57\x8b\x9c\x33\xbf\x8a\x6d\x6b\x5a\xf5\x85\x71\x2a\xfa\xfa\x4f\x57\x74\x19\xd5\xc7\xee\xf4\x85\xf5\xec\xe8\xf1\xcb\x0f\x9f\x60\x71\x07\x95\xc8\x42\x28\xa6\xc4\xe5\x3b\xb5\x9b\x52\x2c\x8d\xfe\x82\xd2\x52\x5f\x69\x62\x29\x78\x4b\xca\x7c\x29\xf4\x77\x2a\xfb\xfb\xdb\x8f\x87\xc5\xaf\x93\x6d\x4d\x9b\x93\xf9\x0a\x39\x5c\xda\x21\x75\xf3\xcc\x12\x5e\x66\xb0\x2b\x65\xb6\xd6\x5b\xfe\xfc\xba\x19\xbe\x35\xd8\xd3\x8f\x99\x6e\x52\x62\x10\x85\x4f\x72\x8e\x2b\xad\x20\x5a\x90\x51\x8a\x46\xd1\xce\x2b\x94\x72\x53\x4c\x64\xd4\x85\x85\x72\xa6\x26\xf1\x18\x5b\xf2\x0a\x8f\x51\xaf\xc4\xc9\xcc\xcc\x0b\x37\x55\x1e\x0a\x2e\x62\x7a\x95\x1c\x39\x32\xf3\xc2\x02\x49\x87\x38\x97\x64\xd1\xfc\x16\xe1\xca\x72\xdf\xbc\xd0\xa2\x8e\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x23\xc6\xc9\x82\x3b\x34\x44\x7d\x9d\xf9\x56\xb3\xcd\x1e\xf5\x8d\x6f\x7d\x95\x7c\xab\x50\x0c\xc8\x34\xc7\x89\xa8\xc8\x08\xdd\xea\xb6\x28\xc0\x8a\xb0\xe9\xd4\x63\x7d\x84\x41\xa0\xa8\x11\x67\xac\x0e\x5d\xf8\x5e\x2f\x14\x59\x0d\x67\xa4\x50\x33\xdd\xbd\x39\x6a\x24\x08\x4d\xfa\x79\xed\xbf\xa5\x56\x65\x25\xa5\x42\x5d\x95\x14\x1a\x0a\x97\xfe\x2d\x4f\x1f\x8d\xda\x67\xd7\xb1\x66\x74\xfb\x7a\xbe\x10\xc0\xd5\x32\xe3\xa1\xbc\xcd\xb0\x10\x94\x3e\xa2\x45\x82\x28\xde\xc3\xdd\x21\x7a\x20\x30\x65\x54\x99\xee\x5b\x4b\xcd\xb4\x6f\x3b\x63\x99\x11\xf9\x95\x06\x3b\x52\x01\x1d\x5a\x58\xdc\x01\x1d\xea\x8b\x85\xd7\xf5\x6a\x0b\x87\xeb\x76\xb5\x45\x0c\x29\xda\xc3\xfd\xe9\x09\x69\x6e\x2b\xa9\xc8\x32\xab\x5f\x90\xb2\xd9\x5a\x28\x09\x75\x4e\x17\x0e\x06\x31\xfb\x91\x36\x2d\x62\x7b\x4a\xad\x3e\x3d\x5b\xce\x26\x31\x3b\x66\x81\x6f\x5e\x33\x05\x8a\xf0\xd0\xc2\x88\xb9\x87\xcd\x38\x1d\x04\xe4\x42\xcc\xeb\xe6\xb5\x54\x44\x4f\x9b\x74\x21\x15\xe9\x06\xe8\xf9\x54\x19\x19\x47\x9a\xb4\x5c\xc4\x48\xd0\x5d\x6b\xcb\xbe\x69\x5c\x5f\x75\x26\xcc\x22\x01\xbe\x54\xe2\x89\x96\xad\xd0\x7c\x3f\x35\xf3\xa3\x04\x42\x66\x0b\x2d\xd3\x29\xb4\x15\x9b\x09\xe1\x24\x8b\x82\xd4\x2d\xe9\xd9\xaf\x14\xb2\x28\x0c\x44\x77\x0d\xcf\x14\xc8\x31\xf1\x6f\xad\x5a\x84\x0c\x8b\xc7\x48\xe8\x02\x5f\x7d\xfa\x2d\xd2\x4d\x89\x81\x33\x2a\x5d\x7d\x16\x74\x55\x37\xff\x20\xb5\x9d\x59\x62\x5c\x57\x48\xf1\xcf\xf8\x33\x1d\xf2\xfd\xa9\x0f\x2b\x58\x2d\x1d\xa9\x42\x0f\x9c\x69\xa2\x94\x54\xab\x81\x8c\x01\xa5\xb9\x1b\x05\x0a\x13\x26\x85\xac\x6c\x85\xd4\xb8\xb0\x47\x3b\xac\xf6\x74\xde\x2e\x0c\x0c\xb7\x6e\x21\x83\xb5\xac\xd4\x12\xe7\xc8\xa8\x65\xc1\xcc\xa8\x3c\x82\x46\x5c\x98\x29\x1d\x7f\x19\x3b\xde\xb7\xa8\xe7\xc8\xaf\xee\x6e\xfe\xf4\x2a\xe4\x4b\xeb\x67\xc4\x1c\xe9\x23\x3a\xcc\xdf\xfd\x38\xbb\x85\xb2\x86\x61\xe5\x7d\x1b\x1a\xdb\x5e\x81\x20\xda\x89\xd3\xc0\x77\xa1\x73\xe6\x47\x07\x1e\x4a\x1b\xd6\xb3\xd8\xfd\x1d\xe5\x83\x06\xf4\xed\x67\xc9\x40\x10\x5d\xe8\xd9\xee\xd3\x31\x02\x20\xa9\x24\xe8\x80\x83\x1d\x3d\xb3\xe7\x6b\xae\x8e\xf6\x21\x66\xc4\x33\x09\x3a\x1d\x57\x63\x7a\x6f\x52\xd9\xd7\x1e\xca\xba\x08\x65\xd9\xcd\x8b\x33\x85\xf6\x5e\xa1\x75\x1d\x5f\x62\x76\xa4\xa0\x23\x4a\xd4\x17\x32\xc9\x89\x27\xc6\x85\xbe\xf1\xd5\xe9\xc9\x0e\x54\x7c\x89\x76\xce\x54\x64\xa3\xaa\x43\xcd\x7f\xfe\x57\x5f\x25\x65\xf7\x92\x15\x2c\xc2\x01\x83\x71\x12\x50\x74\x89\x33\xc7\x04\x05\x97\x68\xe5\x95\x06\x7d\xdd\x59\xa1\xec\x71\x81\x8b\x75\x03\xdb\x0a\x46\x9d\x6e\x5c\xaf\x03\xfb\x6a\xc8\x40\x2e\x18\x71\x0e\x26\xd1\xd8\x0b\xce\x55\x51\x5b\x28\xab\xa5\x9a\x4f\x6d\xfe\x61\x09\xe9\x6e\xf6\xfc\x97\x72\x00\xd9\xb4\x68\xeb\x1e\x4e\x1c\x3e\xc9\xd7\x74\xe0\xee\x6b\x49\x23\x78\xfa\x31\xc3\x87\x23\xdc\x5e\x98\x07\x03\x8f\xdd\xcc\xc7\x53\x7d\x4f\xa1\xc0\x6a\x67\xca\xb6\xca\x68\x44\xf7\xee\x31\x57\x74\xdd\xda\x0a\xac\xef\x30\x13\x35\xe7\x7a\x5d\xa9\xb6\x82\x11\x34\x22\xf4\xf2\xed\xcd\x7a\xa3\xa6\x50\xc9\x50\x91\xc1\xc3\xb6\xf3\xf3\xe3\x50\x35\xcc\x87\x4c\xe7\x7e\xa6\x8c\xa9\x0b\xe9\x7d\x81\x4a\x57\x9c\x89\x56\x30\x1c\xa6\x03\xd8\x9e\x1c\x7a\xb9\x45\xed\x67\x4a\xad\x19\x6b\x48\xd2\xfe\xbd\x20\x1d\xe2\xf1\x82\x62\xfd\x3a\xa4\x8f\x99\x57\x2a\xb6\xbc\x62\x5b\x4f\xe4\x15\x52\x67\x02\x75\xc3\xfb\x32\xd1\x7f\xa9\xd9\xd7\xf4\x57\xcb\xc7\x1a\x3a\x96\x85\x22\x48\xb4\x82\x49\x32\x25\x93\xca\x91\x2f\x3d\xf2\x76\xfd\x2d\xc4\x7d\xcd\x5a\xd0\xe4\xba\x58\x6d\x05\xa5\x3a\xb1\xa7\x38\x3a\xe9\x62\xb5\xe5\xb4\x31\x71\x09\xb7\x90\x97\x0a\xe9\xba\x8f\xe9\x88\xa4\x09\xd0\x6d\xe6\x53\x0f\x84\x75\xe1\xb8\x86\x81\xa9\xeb\xd2\xf3\x35\xd2\xa4\x02\x0c\x20\x92\x94\x24\xa3\x15\x58\x51\x39\x32\xce\x9a\x89\x26\x72\x5b\x26\x4b\xd2\x2b\x92\x62\x1a\xc9\x91\x53\xfb\x04\xbd\x86\x1b\x65\x22\xae\x5a\x3e\x16\x1b\x23\x1d\x26\xe2\x0a\x11\xbe\xd0\x79\x98\x04\x0b\xbe\x29\x21\x19\x68\x3e\x9e\x2e\x3d\x20\xed\xf9\xed\x21\x95\xb8\x0a\x56\x5e\x96\x3b\x6c\xa5\x85\xab\x17\xad\xe2\x5b\xd1\xd9\x91\xdb\xbe\x15\x2d\x18\x87\x6b\xd2\xa5\x14\x5e\x76\xa6\xd0\x25\xf3\x54\x04\xda\xf2\x25\x7b\x84\xd6\x52\xd2\xb8\x7a\xa5\x26\x09\x94\x99\x4f\xc5\x0b\xec\xa6\xe5\xa3\x53\x76\xbe\x13\x5b\xf4\x17\xe6\xe1\x72\x92\x94\x23\x85\xf7\xe4\x1f\x30\xf9\x72\x60\xe4\x57\x4b\x45\xde\xa5\xd8\x3b\xcb\x02\x05\x01\xa7\x68\x13\xad\xc0\x0b\xca\x88\x51\x62\xa2\x3b\xf4\x44\x7d\x5d\x69\x52\xb1\xf3\xb3\x10\x1c\xb2\x30\x04\x96\x5c\x83\x05\x13\x79\x61\x7f\x61\x8e\x2d\xbf\x55\xc9\x8a\x3a\x44\xc0\xd5\xf3\x6d\x77\x2b\xf9\x16\x1b\x14\x4a\x43\x41\xaf\x39\x4c\xc5\xb8\x30\xb2\xd6\xf6\x48\x52\xe8\x3d\xd8\x43\x2a\x40\xda\x48\x23\x0c\x25\xa4\x1f\x99\xc0\x80\xce\xad\x51\xd1\x1d\x3b\xc2\xc7\xad\x6c\xcc\x69\x54\xad\x22\x43\x1c\x61\xb8\x6d\xc6\x60\x6a\x15\x19\xe2\xca\x39\x4a\x09\x32\xce\xd1\x53\x8d\x3d\xe1\x2d\x3f\xde\x22\xad\x22\x5b\xb6\x65\xcb\x95\x26\x96\x57\xbe\x41\xea\xe8\xdb\x52\x8f\x16\xec\x4a\x8b\xda\x3a\x6c\xc9\x6d\x06\x62\xf9\x76\x18\x88\x1f\x75\x1d\x10\xf3\x70\xa3\x90\xb0\x1d\x15\x70\xa2\x15\xf6\xcd\x5e\x70\x34\x03\x11\xa0\x23\x6a\xc6\xe9\x33\x3a\x7c\xa8\xf8\x13\xe7\x9c\x69\xc3\x8b\x37\xd2\x08\x9c\xc7\x40\x84\x24\x8a\xcf\x6d\xdb\x29\x1d\x81\xba\xb1\x9b\x50\x98\xce\x97\x91\x53\xd5\xb6\x2e\xcb\x12\xe8\x8c\x57\xe0\xbc\x8d\xd9\x84\xda\xdb\xce\x1c\x77\x21\xcf\x14\x64\xa2\x15\x14\x89\x82\x4c\xb4\x92\xfe\x98\x7f\x50\x89\x89\x31\xd1\x5f\x7f\xcb\xf0\x1d\x76\x72\x9b\x6f\xe2\x87\x22\x67\x94\x5a\x63\x34\xe4\x81\xe2\x51\x94\x81\x72\x7f\x0f\x8f\x24\x3f\x5e\x5a\xda\x50\x06\x8d\x4d\x28\x19\x34\xec\x69\xe5\xd9\x68\xe5\x4a\x2d\xe6\xf5\x11\xd2\xa0\x08\x28\x5b\x42\xe9\x1b\xe6\x32\x1b\x41\xd9\x31\x8e\x83\x99\x7c\x1b\x6b\x76\x61\x76\xbf\x7d\x7e\x8f\x4e\x71\x42\x8c\xfe\x42\xce\xbd\xcd\x23\xa8\x1f\xe7\xbc\xc8\x05\xd7\xdb\x42\x05\xcd\xef\xb8\x11\x67\x14\x57\x02\x47\x70\x04\x25\x03\x46\xd4\x91\x32\x60\xb4\x82\x15\xf5\xe6\x72\x09\x8b\xef\x6d\x05\x84\x63\xe7\xad\x0b\x87\x82\x21\xfb\xc6\xb4\xc6\x00\x7d\x9b\x2b\xae\x50\x55\x14\x6d\xc8\x3b\x38\x7b\xca\xba\x7f\x4c\x1b\x43\x19\xee\x53\xa8\x89\xc6\xe7\xf8\x26\x23\x03\x87\x4e\xb0\x29\xd7\x48\x0f\xcc\xc2\xec\x8c\x8f\x0d\x1e\x4c\x67\xd2\x68\x44\x79\x7e\xb0\xb3\xaf\x7c\x6b\x21\x38\x53\xaa\xee\x62\x1e\x2a\x38\x45\x6f\xcc\xbb\x83\x53\xf4\x17\xc2\x54\xe1\x28\xce\xf1\x4a\x21\xf8\x63\xa8\x7b\x13\xc5\x59\xf4\xb1\xb9\x8c\x9d\xfb\xe1\x82\x92\xb9\x74\x36\x8e\xb8\xba\x3e\xbe\xa0\x8c\xe8\xf8\xf8\x2d\xf8\x85\x19\xe0\x28\x13\xf5\xf5\xd4\xcb\x8e\x63\x28\x58\x4d\x33\xa5\x43\xfd\x4b\xab\x82\xb1\xe7\xa6\x56\xd9\x39\x46\x43\x37\x2a\x3b\xc7\xd1\x7b\x46\xe6\x27\x6b\x31\x04\x3e\xde\xf4\x6c\xaa\x8f\x17\x34\x73\xb2\x1d\x7c\x81\x1e\x18\xa7\xd5\xd9\xe5\x1f\xe7\xb1\x45\xc3\x29\x8b\x46\xfb\xf7\x53\x78\x31\x85\x3f\xf5\xc7\xb5\x7e\x07\x1d\xb8\x20\x59\xc1\x0a\x69\xa9\x48\xbd\x5f\x96\x6c\x42\x59\x69\xd4\xd4\xd4\xd5\x68\x87\x12\x4f\xf5\x54\x2b\x21\xc4\xa6\x17\x3c\xe5\xfe\xb1\x40\x4a\xa0\xa3\x47\x15\xef\xe1\x2e\xe4\xcf\x69\xe1\x41\xad\xde\xe7\x2d\x65\x76\xd9\xb2\x8f\xbe\x7e\x3a\x14\x63\xc2\x70\x94\x1c\x4e\x88\xea\x70\xcd\x14\x7a\xbb\xa2\x48\xbf\x08\x85\x19\x52\xb2\xee\x0a\xa5\xdd\x8a\xd1\xa7\xb8\x0e\xad\xb0\xb1\xbf\x36\x57\x5b\x28\xdb\x41\x98\x16\xce\xdb\xd1\x5f\xec\xc1\xaf\x4d\x52\x56\xde\xf0\x94\x1a\x67\xa0\xf0\x29\xad\x60\x05\x7f\x97\xd1\xb2\x74\x00\xd9\x82\x1e\xfb\xa2\x45\xd8\x00\x8e\xf9\x30\xff\xcb\x65\xe6\x17\x86\xa2\x1e\x39\x73\x0a\xa7\x86\xaf\x6f\x90\xa3\x0f\x03\x3a\xe1\xc4\x21\xd0\xc9\x4d\x0e\x48\xc9\x28\x64\xb1\xe2\x38\x9c\x0d\x9e\x51\xe0\x86\xd1\xd8\x0c\x3f\x4e\x2e\x48\x78\x87\x6a\x68\xec\x39\x21\x50\x8e\x7e\xa5\x4c\x7c\xd0\x43\xd9\x5e\x61\x0e\x7e\x3c\xdf\x41\xc3\x38\xc3\x47\x7f\xe5\x63\x99\xa7\xd9\x37\x84\x75\xa8\xaf\x90\xbe\x7a\xa4\x4d\x9f\x70\x46\xa8\xb7\x20\x66\xa1\x3e\xfe\x31\xa4\x30\x84\x88\xd7\x9f\x17\x7e\x84\x72\x07\x50\xfb\x06\xab\x8c\xd8\x53\xc0\x53\x62\x24\x09\x9e\x52\x1a\x92\xd9\x81\x1b\x6a\xdc\x40\x3f\xeb\x91\x8c\x53\x36\x41\x96\xc8\x60\x95\x59\x42\x09\xa2\x8b\x47\xeb\x67\xcd\x80\xd6\xf8\x59\x15\xb0\xc7\x15\xd2\x61\x34\x14\xb0\x43\x3a\xc4\x07\xf4\x8b\xe4\x60\x76\xfc\x04\xa7\x3e\xdf\xaa\x37\x33\xdf\xbe\xfd\x2d\x13\x62\x8e\xf1\x98\x67\x02\x3c\xd8\xec\x98\x2f\xab\xf9\x87\xf2\xcd\xd5\x80\xf2\x83\x12\xcf\xfa\x74\xc8\x06\x0c\xd5\x29\xb0\x4a\x77\x36\xb2\x9b\x52\x07\x3c\xc8\x29\xac\x4a\xf1\xf3\x85\x9b\x72\xfb\x13\x4a\x2f\x2f\x46\x9a\x30\xc3\x36\x3e\x45\xf4\x37\xba\x63\x31\xd2\x69\x63\xb2\x5a\x15\xb2\x9b\x4c\xa9\xe5\x88\x6d\x8b\xf9\xf2\xba\x4f\x2a\xf2\x86\x9f\xb4\xa2\x85\x2d\x69\xc4\x7b\x78\x52\x8d\x8e\x19\xa0\x2c\xe6\xcb\xc1\x33\xb1\xc3\xe6\x0b\x58\x01\xd5\x68\x5f\x72\xff\x3d\x5f\x76\x3f\x4c\x66\x20\xeb\x43\x3d\x16\xed\x33\x94\xd2\xfb\x58\x8a\xcd\xc3\xce\x51\x84\xe5\x34\x92\x03\xcc\xca\x3c\x7c\x6c\xc4\x0c\x9b\x4a\xcf\x31\x1a\x33\x70\xe8\x92\xdf\x01\xca\x6f\xca\x0c\x6a\x89\x37\x1d\xf1\xe0\xc4\x68\x9c\x4a\xdd\x51\x1c\xba\xe1\xa6\x7e\xee\x1e\x85\x9c\x04\xad\x96\xa6\x02\x19\x9c\x93\xde\x1e\x13\xce\xa3\x99\xe9\xa4\x9c\x07\x94\xec\x8c\x7a\x50\xaf\x43\x0b\xbe\xe0\x83\x03\xc3\xfe\xa2\x4b\x7a\x1c\xe7\xec\xc3\x37\x75\x6a\xfa\xf2\x69\xd1\x43\xb5\x50\xd6\x60\x69\x93\x7d\x7a\xe4\x4f\x1f\x22\xe9\x82\x5d\x08\x58\x9c\x53\x61\x0d\x1a\x88\xa0\x79\xd8\x3d\xca\x81\x65\x2a\x3d\x48\xc3\x4b\x36\x9d\x1e\x04\x83\x77\x0a\x7b\xd2\x8c\x7c\xbc\xa9\xaf\xbe\x4c\xd9\x4f\x14\xd3\x45\x42\x89\xf1\xb7\x13\x65\x0a\x89\x52\xce\xcc\x25\x17\xc5\x83\xee\x6c\x86\x49\x9b\xba\xe3\x3b\xe0\xe0\xc3\xb8\x64\xbf\x0e\xbe\xc9\xae\x2e\x30\x68\x1f\x3e\xeb\x01\x9b\xc8\x16\x04\x7c\x32\x95\xaf\xa4\xd4\x30\xc2\x66\x89\xd2\x05\xf3\x85\xe5\xe3\x74\xdc\x84\x51\x6d\x19\x4e\x05\x4e\x68\x40\xba\xa6\xc1\x28\x17\xfc\x7e\x12\x11\x13\x01\xe0\xd8\x08\x17\x2b\xa6\xf0\x07\x67\xf6\xd4\xe9\x4b\x3c\x4c\xfb\xe9\xac\x24\xb3\xb3\x44\xa7\xfd\x10\x2d\x94\xf9\xff\xa2\x07\x6c\xeb\x33\x35\x4d\xa1\xca\x4e\xa8\xb7\x0e\xa3\x69\xd3\x81\x11\x07\x43\x91\xc6\xbf\x60\x12\x07\x40\xe0\x7a\x77\x12\xb9\xa0\x9e\xd4\xb3\x6c\x83\xa4\x0b\x5a\x7a\x70\x77\x53\x18\x8f\xbb\x90\x5f\x0d\x44\xe6\x52\x66\x9e\xc4\xf7\xe2\xdb\x7b\x05\x47\x83\xdb\x84\xf2\x38\x2b\x1b\xfb\x64\x51\x68\x03\x03\x7d\xa4\x50\x9c\x98\x69\xdf\xe6\xc4\x34\x61\xbf\xd7\x95\x5a\xbf\xee\x7b\x9a\xf4\x30\xfd\x6d\x41\xc5\xdb\x0e\x9b\xca\x16\xd2\x80\x04\x4c\x45\x2b\xb8\x0b\x3b\xa4\x9c\xfa\x36\x82\x66\xb1\xa0\x39\x43\x59\x96\x5c\x50\x4b\x6d\xa4\x1a\x6d\x79\xeb\xb3\x59\x0c\x44\xe4\x08\x30\x05\x24\x69\xa0\x3f\xa6\x92\x83\x34\xb0\x0e\x53\xc9\x41\x8a\x53\x0c\xdf\x54\xf1\x38\xe8\xcd\x74\xfb\x54\x33\x3d\x59\x29\x53\xfb\x27\x2d\x2a\xe7\x2a\xe6\xda\x2c\x0b\x06\x99\x90\x3a\x57\xd4\xf4\x6e\x59\xf5\xd0\x81\xe5\xc0\x33\xf9\xd4\x52\xaf\x50\xb8\x99\x3a\xba\xe7\x64\xda\xb5\x30\x68\x43\x3c\x38\xee\x4d\x07\x15\xe0\xca\x7f\x16\x0e\x66\x88\x32\x03\x33\x46\x2d\xf4\x70\xfb\x16\x81\x2d\x66\x60\x86\x53\x7c\xde\x94\xcd\xe8\x46\x9f\xbc\x9a\xcc\xc9\x65\xbb\x7e\x84\x92\xdd\x6c\x9f\xef\xbc\x50\x05\x36\x40\xe6\xc5\x05\x3b\x4a\xd6\x09\x3d\xe2\xd5\x9f\x97\x1f\xde\x64\x3f\x2a\x26\x40\x69\xb0\xa2\x62\x00\x14\xc7\x94\xbf\x29\x8d\xac\xa4\x4c\x4a\x8d\x91\x18\x4f\x01\x28\x67\x92\xde\xa3\x3e\x9f\x9a\x11\x90\x33\x17\xbb\x71\xa6\x49\x0d\x8c\xd9\xbc\xd8\x8d\x0d\xca\x73\xcb\x8a\x0a\x6c\xd1\x81\x74\x4c\x3d\xde\x2f\x98\xb0\xf3\x42\xba\xb3\x53\x79\xca\xcf\xd9\x7e\x1a\x6c\x31\x6a\xc9\xc7\x9e\x69\x7a\xa0\xd3\x7c\x8c\x99\x8b\x30\x7d\x93\x0e\x6d\xbb\x0c\xe6\xdf\x4e\x94\x79\x71\x7e\x67\x8f\x5d\xdc\x50\xc0\x63\xce\x04\x32\xd2\x8c\xe1\x3d\x1c\xa8\xa6\xb0\x17\x05\xb3\x7a\x0a\x7a\xd1\x47\x16\xc5\x4f\x42\x38\x5f\x4d\x3d\xd9\x6f\x5c\xb9\xcf\xea\x8d\xcc\xcc\xeb\x89\x7e\xb9\x18\xa6\x93\x79\x4c\x9c\x8d\x53\x0f\xef\x1b\x57\xc8\xd3\xe9\x3b\x2e\x98\x46\x18\x8d\xdc\x22\x4c\x43\x34\xb8\xd8\x9c\xd5\x71\x65\x8f\xd4\xc2\xe6\x80\x0c\x03\x51\xeb\xf4\xe6\x40\xe7\x02\xd2\xc0\xe0\x9d\x02\x69\x8c\x86\xcd\x52\xcd\x42\xe8\xee\xca\x19\xfc\x4a\x45\x72\x27\xb6\x14\xba\xeb\x69\x73\xaa\x9a\x50\xb6\xcb\xf2\x9f\x99\xad\xa7\x03\x16\x91\x35\x1d\xb0\x9b\xab\x33\x32\x39\x80\x9e\xe9\x5a\xf6\xff\x67\x12\x6e\xd9\x7f\x45\x05\x0b\xfa\x51\x8e\x4c\x97\x70\x81\xb5\xe6\xc7\xad\xfe\xd0\x03\x2b\x89\xb4\x18\x59\x42\xa1\xb5\x33\xf2\xa0\x1a\xb7\xc5\xa1\x71\x56\x44\x7f\x1a\x31\x6e\x0b\xd7\xfa\xac\xbe\x63\x00\x0e\x39\x95\xb0\xa3\x5d\xe9\x82\xef\x18\xb8\x2e\x99\xc6\x77\x5c\xe8\xd1\x86\xee\x86\x0f\x84\xe1\x28\x38\x1e\x26\xcf\xe5\x9d\xe2\xff\x26\xad\x00\x59\x86\x36\xdc\xdf\x54\xa4\x65\xa0\x07\x6d\xd0\xfb\x90\x92\xc5\x4f\x23\xdb\x85\xe9\x90\x63\x23\xf8\xe4\x31\x1b\xe6\x3c\x2a\xa6\x59\x1b\x20\x68\xf4\xd0\xbe\x5d\x19\x0a\xda\x80\xf9\x6c\x96\x42\xe9\xad\x8c\x00\x2e\x2a\x66\xc3\x02\xad\x8c\x4c\x26\x01\xa8\xbd\xe9\x77\xf6\xd7\x53\x26\x09\x80\xd0\xe6\x9d\x7d\x7d\x6a\xf5\x64\xe6\x5b\xac\xd3\x4e\xf7\x70\x22\x62\x00\x1a\xe0\xc1\x85\xfc\x6c\x7e\x2a\xc8\x31\x77\xea\xa9\xfd\xc9\x9d\xe0\x6c\xc8\x28\x4e\x58\x02\x83\xb4\x2b\x33\xad\x38\x36\x47\x4b\x3d\x4b\x57\x13\x74\xc8\x69\x1b\x66\xaa\xb9\x55\xd7\xb8\x52\x8b\xf5\x44\x56\xc1\x39\x9b\x9f\xee\xfc\xf4\x1a\x8a\x1f\x95\xb7\xa8\x71\x10\x69\x18\x95\x23\xa4\x05\x12\x87\xb8\xc6\x25\x46\x67\xe5\x7d\x77\x9f\x83\x5b\xb3\xc9\xd2\xf2\xad\x56\x1e\x95\xd2\xb0\x23\xe1\xf1\xee\xf7\x11\x76\x26\xcc\x8e\x07\x0a\xcd\x45\x22\x90\x6c\x24\x83\x3a\x2e\x34\x97\x41\x1d\xa3\xc2\x16\x06\x75\xf4\xd7\xcc\xb7\x3a\x1c\xa1\x2d\x3b\xb7\x5d\x3d\xa4\x94\x0a\x4b\xdf\xcd\x5e\xed\x6f\x1f\xca\xf4\x33\xf9\x0b\x2d\xd2\xb9\xb7\xc0\x16\xf3\x6b\xf7\x0b\x91\xed\xd7\xee\x5c\x5e\xce\x0e\xcf\xa4\x49\x78\x86\xc3\xac\x31\x1d\x23\xa6\xb6\x93\x7b\x1c\x6c\x06\x81\x38\xda\x85\xd6\xe0\x45\x7b\x24\x5f\xc7\xd7\xc0\x91\x54\x4f\xda\x4b\xac\x55\x81\x3a\x1a\xf7\xfe\x33\xf9\x3b\x60\x93\x00\x35\xd0\xb3\xdd\xd9\x3b\x79\x69\x31\x8d\xcd\x18\x35\x23\x95\xa1\x02\xfa\x70\x76\x96\x37\x9f\xaa\x15\xf6\xaa\x1e\xad\x9f\x03\x25\x4c\xaa\x0f\xdc\x4c\xd3\x38\x0d\xee\x11\x67\xe7\x52\x0a\xd1\x6c\x9c\xc6\xa8\xcc\xd8\xf0\x11\x02\x4d\x31\x6c\x65\xc2\x6e\xce\xfb\xd1\x99\x03\x63\x2f\xb8\x3f\x9d\x7e\xc3\xce\x15\xe8\xf4\x1b\xf6\x7e\x70\x54\x1b\xe8\x1f\x26\x73\xe0\x6e\x44\x0a\x0d\xf9\x09\xb8\x79\x9d\x02\x58\x54\x9c\x84\x53\x00\x8b\xca\xbd\xf5\x34\xc0\xa2\x1f\xd8\xb9\x03\xa7\x01\x2b\x36\x6c\x76\xf6\x34\x62\x51\x37\x43\xda\x0c\x87\x4d\x46\x96\x9e\x66\x7c\x9a\x85\x4f\xc7\x22\x0b\x02\x43\xc3\x64\x4d\x07\x71\x22\xf6\xfc\x6a\x8e\xa7\x19\xe7\x2e\x44\xe9\x28\x5d\x47\xbb\x32\x4e\xf6\xf2\x0c\xc9\x60\x68\x14\x9f\x03\xab\x34\x1c\x94\x20\x4e\x07\x30\x0f\x95\xe5\x1e\x1c\x03\xb3\x86\x36\x43\xe9\xd1\x64\x45\x19\x8d\x1e\x99\x1f\x6d\x60\xaa\x4f\x87\x69\xe9\xb0\xe7\xc4\x1a\xa9\x29\xd5\xf6\x41\x50\x3a\x47\xc6\xc4\x22\x73\x56\x0c\x3c\x6a\x73\x66\x11\xf9\x14\x85\xd0\x53\x2a\xf9\x3b\xf2\x67\xfd\xe7\x7f\x17\xe0\xe2\x49\x02\x8d\xca\xb4\x18\x0d\xd1\x8f\x57\xfe\x94\xb7\xf2\xa9\x56\x3e\xf6\xb8\x70\xa6\x03\xdd\xb3\x12\xd3\xd7\xda\x71\x08\x4c\x9b\xb0\x3d\x6d\x6a\x4e\x10\x9c\x7e\x3b\xde\x0f\x8c\x1c\x63\x1c\x2a\x9e\xc4\x39\xed\xb0\xc8\xc1\xd9\x8f\xc7\xf1\xf9\xcd\xe9\x50\x66\xf1\x49\xe8\x49\xf8\x39\x11\x3e\x93\x87\x6e\x19\x28\x87\xcf\xb4\xaa\x6b\x25\xae\xcf\xa6\x5f\x7d\xf7\x03\xe6\x98\x66\x87\xf8\x8a\xe6\x86\xcb\xa8\x78\xfb\x09\x48\x2a\xb2\x77\x28\x5d\x72\x62\x1f\x94\xaf\x61\x0e\xc4\xbb\x1f\x73\x21\xbd\x99\xc1\xe5\x67\x05\x11\x4e\x86\x2e\x8c\xca\xc8\x0d\x5d\x28\xcf\xb7\xd6\x5a\x74\x78\xe1\xcf\xc3\xd8\x5a\xde\xa7\x0f\xa5\x74\xa4\xa8\x0c\xd0\x08\xd7\xeb\xcf\xa8\x84\xf7\xb7\x3e\xbe\xe3\x89\x58\x16\xe7\x71\xcf\x2c\x5f\x0e\xc6\x1b\xb2\x6c\x0c\xe6\x5b\xe7\x5f\x3a\x53\xe6\x46\x51\x9d\x46\x1c\x70\x9f\x30\x97\x3d\xf6\x39\x05\x2f\xfb\x80\x90\x88\xcb\x1b\x13\xc1\xb1\x38\x3b\x32\xbb\x4e\x70\x41\xc6\xb1\x9b\x94\x0c\x44\x60\x2f\x9f\x1d\x73\x80\x5f\x6c\xe2\xf4\xd6\xa6\x63\xbc\x18\xcb\x67\x84\x9c\x8b\x37\x90\x38\xec\x9b\x8d\x01\x38\x42\xd2\x6c\x83\xd4\x0e\xc2\xec\xdd\x76\x33\xe6\xa0\xbe\x2d\x97\x31\x49\x95\xc6\x22\xd7\xe8\x73\x5b\x5d\xcf\x54\xe3\x30\x3a\xa9\x86\xa0\x1f\x50\x8a\x60\x80\xc9\xb2\x11\xd2\xac\xe8\xf6\x21\x21\x3e\x8e\xed\x0d\x3d\x43\xd9\xa5\xc7\x2e\xd8\x78\x7d\x46\x4a\x85\xca\x29\xa9\xc8\xeb\x7b\xa6\x99\x7b\x95\x70\x7d\xcf\xed\x83\x41\x5c\x0e\xc6\x19\xc4\x45\x6b\x9c\x01\xfe\xfd\x09\xce\x20\xde\x91\x6d\x98\x52\x45\x05\x0b\x4b\x50\xb2\x49\x0d\x25\x38\xe3\x1e\xd9\x68\x6f\xd6\xd0\x60\x82\x33\xce\x0b\xa5\xaf\x68\xdc\x5c\x4c\x65\xa8\x68\x5c\x47\x4c\xa1\x07\x4a\x1c\xa4\x5b\x66\x5c\x0e\x3c\x82\x12\xb4\x38\xb4\x37\xd7\xbb\x4c\x81\x74\x75\x3d\x52\xc6\xf6\x4d\xa1\xa6\x00\xb6\xdd\x12\xed\xfd\x78\x48\xef\xc1\x8c\xcb\xa9\xde\x58\x14\x21\x00\x5a\x1c\xbf\xbe\xf2\xe7\xfe\x76\xfa\xca\x1f\xa8\xc7\x7c\xfb\x16\x31\x67\x76\xdf\xf9\x13\x87\xe9\x26\x9b\xea\x49\xad\x5e\x3e\xd8\x49\x09\x2a\x5a\x9c\xdf\x46\x04\xc4\x69\xa7\x74\x15\x2d\xae\xdc\x37\x98\x38\xe6\xf5\x2d\xe5\x91\xc9\x02\x2d\x50\xd9\x64\x6f\x63\x2c\xe3\x2b\x79\x73\xb7\x04\x9b\x2a\xb9\x45\xab\x6c\x56\x25\xb7\x68\xf5\x95\x32\x0b\xeb\x99\x42\x43\xb3\x6a\x4a\x35\xef\x2d\x94\x95\x73\xc6\x29\x93\x20\xbe\xb7\xb7\xb1\xe4\xcf\xa7\x36\x4e\x33\x6a\x4c\x45\xb4\xf3\x1b\x03\x01\x69\x62\x8c\xc2\xec\x35\xa5\x30\x1f\x0b\x21\x5b\x31\x4e\xcf\x37\xee\xc9\x0c\xdc\xec\x05\xdb\x0a\x95\x70\x57\x94\x7a\x99\x15\x48\x4b\x22\x30\x1d\xf3\x6d\x2f\x56\x0c\x40\x43\x0f\xe2\x35\x16\xbc\xa0\xc5\xf5\xfb\xf6\xab\xd6\x5e\x43\x2e\x57\x44\x97\xcc\x71\x67\xaa\x65\xe4\x4c\x84\xac\x87\x78\x98\x3f\xb6\x1e\xda\xeb\xcf\x38\x85\xf7\xb7\xc5\xdf\x16\x48\xef\x3a\xbc\x46\x46\x10\x00\xab\x9f\x1f\x5e\x31\xe6\x53\xed\x32\x98\xe1\xe3\xdb\x8e\xf8\xad\x94\xd1\xa2\xc5\x11\x6b\x40\x41\x2e\xd6\xa6\x20\x04\x2d\x5e\x2c\x41\x06\x4e\xde\x0e\x4c\x41\x04\x5a\x9c\x89\x1f\x3f\x33\xc8\x7d\xcb\x47\x3e\xca\x78\xf9\x88\x98\xd1\x5b\xbe\xd5\x1c\xa0\x24\x95\xa6\xa2\x55\xe4\xc3\x07\x8d\x94\x26\x97\x3b\x90\x4f\x85\x86\x67\x0f\x7e\x74\x78\x8c\x8b\x52\xb1\x34\x5a\x45\xda\x2a\x5c\x46\x8b\x83\xf2\xc3\xc2\xa7\x1a\xee\xa6\xe0\x3e\xa7\xa1\x78\x9c\x29\x1f\x2f\x3c\x6c\xf0\x11\x8c\x96\xf7\x8e\xd3\x01\x33\x2a\xfb\xfc\x83\xf3\x92\x03\xcf\xc7\x66\x63\x9c\x20\x1f\x3f\x17\x80\xf7\x1c\x30\x83\x07\xb1\xd3\x79\x26\xfa\xc1\x16\x54\x1c\x8c\xbb\x43\xf9\x56\x66\x43\x43\x0c\x38\x12\xc6\x88\x4b\xf2\xeb\x3c\x7e\xbd\xe5\xdf\x8f\x12\xc9\x76\x28\x73\x3c\x2b\xff\xb5\x6b\x2a\x5a\xe7\x6b\xbb\xb1\x21\x29\xbf\xbe\x4e\xc8\xf9\xe3\x9b\xed\x3c\x21\xa9\xaa\x41\x6a\xd1\x70\xe2\x38\xf9\xc3\x68\xc8\x26\xa3\x04\xe2\x10\x53\x44\x8b\xfb\x4f\xfa\x64\x93\xbe\x65\xb0\xb2\x1c\xe2\xa6\xf9\xb2\x45\x5b\x7e\x55\x2b\xe9\x91\xf3\x10\xc5\x3f\xf6\x15\x78\x24\x7e\x19\xe7\x77\xa8\x39\xf6\x7c\x75\x93\x33\xd9\x75\x5f\xef\xc1\x9a\x32\xc9\xca\xa7\x9a\xaf\xfb\x93\x7a\x0c\x52\xe3\x00\xf2\xb3\xd4\x87\xc9\x1d\x7c\x62\x34\xa4\x8d\xd2\x3b\xb4\x78\x91\x9c\xcf\x21\x2e\x13\xc1\x02\x5a\x9c\x34\x04\xa6\xb8\x9e\x7a\x2c\x31\x7a\x4a\xad\xa6\xf1\x51\x28\xa1\x43\xab\x38\x1b\x1d\xa8\x62\x34\x84\x98\x80\x01\x2d\x2e\xb0\x9f\xa5\x75\x4b\x19\x2b\xd8\x20\x9b\xa7\xa4\x40\xda\x40\x62\xaa\x7f\x80\xe2\xb1\xd9\x7f\x58\x03\x19\x8c\x45\x72\x83\xd3\x0d\x06\x00\x07\x3f\x7f\xf6\x42\xc7\x51\x43\x20\x0b\x00\x11\xf3\x87\x45\x9f\xa1\xfb\x9a\xa1\x21\x52\x08\x56\x91\x73\xa4\xa2\x55\x74\xde\xa5\xcc\x9f\x5d\x37\x39\x97\xfd\xbc\xfc\x1c\x97\x7e\x2c\x7f\x26\x58\x78\x80\xca\xe1\xe9\xe7\xb3\x7d\xbc\x59\x3f\x73\x43\x6c\x9b\x9f\x9d\x35\xd7\x53\x93\xa1\xcb\x4c\x93\x8f\x7b\xd7\x53\xd3\x56\x1c\x15\xba\xab\xf3\x7b\x3c\x2e\x3f\x8c\x4a\xcf\xc3\x32\x22\xa0\x72\x7c\x5a\xc4\xb6\x00\x31\xbe\x14\xce\xa2\xd5\xbf\x23\x5f\xdd\x9f\xb2\x52\x03\x52\x90\x12\xef\xf0\xf5\xb2\x57\x11\x17\xe9\x72\xac\x8b\x7e\x3c\xa5\xcc\xe7\x84\x14\x6f\x5b\x57\xae\x97\xa5\xb9\x25\xd2\x12\x64\xa0\xd5\xd4\x83\x9f\xe0\x60\x2c\xb6\x02\x2c\x29\xd6\x0b\x0b\xb4\xd2\x21\x24\xc5\x49\x23\x0e\x6e\x81\xe5\xbd\x04\x2f\x68\x78\x31\x96\x82\x5b\x34\xdc\x28\xeb\x85\x07\xb2\x33\x27\xf0\x60\xfa\x87\x7d\x5a\x53\xaf\x25\x68\x4f\x27\xde\x6e\x86\xee\x3b\x4c\x1e\x5e\xb5\xa5\x74\x11\x7d\x1c\x7c\xbb\xdc\x7d\xea\xb5\x00\x6a\x8c\xd4\xe7\x98\x99\x32\x6d\xcc\x4e\xa5\x86\xb3\xf2\x8c\x64\xbd\x00\xce\x77\x7a\xbf\xbc\xf7\x0a\x1f\x1b\xbd\x76\x65\x3e\xb7\xdb\x64\x8e\xd0\x1b\x85\x91\xfa\xe5\x0f\x1e\xc1\xa5\xb0\x18\x0d\xb7\xc6\x7a\xd9\x44\xed\x34\xca\x1b\x8b\xce\x04\x5a\x58\x65\xc6\x50\x23\xd6\x9d\xeb\xc0\xc1\x30\xa0\xbc\x25\x5a\x0a\x35\x6c\x3a\x7f\xf8\x39\x06\xae\xbb\x75\x58\x58\xf5\x7c\x6a\x27\xb7\x7d\x06\xcb\x19\x21\xb8\x90\x5a\x24\x84\x70\x3e\xa5\x9b\x64\x59\x3a\xe4\x5b\xb0\xc2\x7c\xfb\xf9\xe7\x7f\x95\xa3\xde\x3a\x50\x38\x9d\xfe\x4d\xfa\x17\xd2\xfd\xa3\x5a\x01\x12\xf1\x20\xad\x83\xa7\x64\x3e\x0e\xaf\x03\xd9\x95\x7a\x1d\x80\x9d\x75\x38\xb0\x2e\x0a\x9d\xb7\x75\x91\xa1\x20\xd7\x7c\xca\x5e\x46\x5d\x9c\x4f\x0f\x2c\xe5\x5a\x5a\xf9\xe8\xca\x27\x5d\xd0\x6e\xc9\x30\x1d\xc9\xe7\x80\xc1\x40\x64\xe0\x2a\x5b\x8e\xdb\x81\x21\xb0\x8c\xc8\xa8\x19\xf5\x72\x18\x02\xda\x58\x6c\x16\x96\x81\x44\xe7\xf9\xd1\xba\xbd\xe4\x5b\x2f\x7d\x28\x4f\xe6\x60\xd4\xbe\x38\x71\x6e\x9a\xb1\x84\xa5\x38\x31\x53\xd6\x81\x70\xec\x29\x54\x87\x06\x53\x22\xbc\x0d\x67\xec\xe5\x60\x1c\x33\xdd\xe3\xd8\x0c\xbb\x1d\x7e\xc6\x71\x85\x4d\xac\x2a\x07\x7d\xb7\x30\x4c\x7f\xec\xcc\xb4\x98\x5f\xe7\x60\x7e\x2e\x48\xed\x8d\x91\x42\x77\xa7\x43\x69\xf9\x5e\xf9\x52\xee\x53\xe6\xee\xb4\xfc\xf2\x19\x62\x9d\x66\x18\xba\xea\x98\x1a\xa3\x50\x8b\x0d\xce\xc1\x7f\x76\x6c\x44\x9a\x9d\x66\x09\x1f\x8e\xd6\xe9\x85\xb5\x43\x67\x9d\x0e\x74\x88\xc7\x71\x9d\xd8\x2e\x17\xa5\x5e\xca\x19\x4a\x9b\x66\xfe\x8d\x57\x59\xa7\xfd\xd2\xf8\x40\xd7\x69\xd4\x9b\xe3\x78\xde\xa4\x03\xdc\x32\x12\xdb\xa3\x93\xd9\x91\x47\x84\xc3\xda\x72\x1a\x07\xce\x42\x4b\x30\x89\xc3\x61\xb1\x6f\xca\x0b\x99\x2f\xbb\x5c\x51\x29\xb3\x2c\xed\x21\x2d\x37\x2e\x66\xd2\x07\x0d\x1f\x3b\x56\xe1\xa0\x61\x73\x64\x09\xfb\x40\x26\xeb\x9b\x3a\x75\xf5\xff\x82\xd2\x25\xad\x8f\xab\xab\x38\x76\x34\x11\x1a\x96\x03\x65\x54\x47\x20\xbd\x49\x4b\x4f\xfa\x57\xb8\x26\x3d\xd2\xa8\xde\x1d\x5d\x50\x1c\x2d\x1e\x52\x2e\x4d\x47\xd5\xbc\x49\x2b\x9c\x8b\x76\xe4\x01\xe1\x68\xb6\x14\x37\xa3\x0c\x58\x5d\xc1\x30\xee\x3f\x43\x0a\xc6\x50\x52\xed\x47\x3f\x32\x32\x34\xc8\x48\x3d\x7a\x53\x9d\x39\x71\x02\xb3\x3e\x42\x0a\x66\x9a\x0e\xe0\xb6\x80\xf5\x8b\xce\x1a\xd9\x7b\x85\x77\x0d\xb0\xb7\x73\x2a\x60\xf7\x2f\x45\xb8\x38\xaf\x34\xb2\x3d\x90\x7c\x59\xa5\xe7\x99\x2e\xdc\x5b\xb0\xa9\x02\x5a\x94\x99\x61\x49\x63\x70\x10\x5b\x06\x46\x00\x9e\x59\x02\x46\x9c\xad\xa6\x52\x45\x3d\xb5\xfd\xb2\x2e\x2c\x56\x9b\x6a\xcb\x09\x17\x38\x96\x2d\x65\x58\x68\x0d\x35\x7e\x61\x84\xf8\xe8\xb5\x84\x9a\x28\xd1\x93\x4e\xb1\x80\xd1\xbe\x04\xa1\x68\xdc\x9b\xad\x8b\x23\x24\xf2\x45\x08\x8a\x23\xc3\x50\x16\x85\xd2\x7a\xca\x8a\x7e\x0c\x65\x78\x0a\xed\x7b\xad\x4e\xfa\xa6\x3d\x9b\xb9\x21\xc8\x04\xbe\xc8\x75\xe9\xd0\xcf\x71\x63\x09\xf7\x70\xcc\xce\x76\x72\x90\x89\x7a\x64\x06\xd8\x97\xac\x8e\x23\x47\xd4\x03\x53\xe6\x42\x6e\x22\x46\x00\x37\x38\x1e\xf0\x4d\x5a\x29\x21\x47\x04\x51\x68\x58\xe2\xeb\xb2\xd7\xb8\xd5\x14\x8a\x27\xd8\x44\x97\x5f\x35\x65\x67\x5c\x6c\xce\x11\x72\xeb\xdb\xfc\x29\x9f\xc0\xc1\x8e\x73\x06\x82\x9e\xad\x60\x3c\x03\xc7\x93\x55\x9d\x87\xd9\x29\x82\x6e\xd2\xf3\x79\x41\x69\x3d\x9f\x1f\xab\x3f\x4d\xa1\x3d\xb6\x33\xa5\xd6\x3c\x98\xb2\xd5\x2b\x7a\xe6\xdb\xcf\x3f\xff\xfb\x7f\x3d\xb0\xc0\x64\x16\x80\x30\xe0\xcf\x5d\x86\x29\x94\x7c\xeb\x6c\x01\xf8\x4e\x57\x45\x19\x3f\xdf\x5a\xbb\x4c\x9a\x99\x3e\xbb\x3e\x1f\x6b\xc9\x91\x75\xd5\x88\x48\x66\x57\x61\x28\x9a\xb3\xa4\xdf\x94\x57\x0d\x91\xe9\x6c\x01\x23\x3b\xa0\x3a\xb3\x53\xf6\x9c\x50\x0c\xed\xb6\x5d\xff\x94\xe1\xca\x25\xd0\xb2\x77\x84\x69\x68\x31\xfe\xaa\x13\xa7\xf6\xf4\x5d\xa0\x86\xd8\x8d\xd5\x0f\x5e\x62\x63\x0a\xe3\xd0\x62\x0a\x56\xde\xd1\xa5\xb7\xf2\x2c\x01\xe1\x59\x95\x83\xcb\xa4\x4d\x0b\x88\x92\x42\x1b\x91\x93\xc5\x97\xdb\xc9\xa9\x5b\x6f\x4a\x3c\x85\xc7\x76\x19\x1c\x51\x8f\x74\x17\x28\x73\x26\xc1\xb7\x56\x78\x5a\x97\xb1\x12\x31\xf0\x1c\x0a\xa3\x61\x54\x0a\x2a\x71\x94\x81\xa5\x23\xac\x44\x99\x88\x0c\x07\xbf\x88\x78\x15\x36\xa2\xc4\x54\x6d\x8e\xab\x05\x0f\x19\x1a\xd1\xd0\xd6\x2d\xec\x96\x36\x3c\xb5\xa1\xe4\xd2\x18\xf9\x94\xae\xa6\xd6\x9f\x32\xc6\xd0\xa2\x7d\x97\x0d\x45\xea\xc8\x17\x31\x9f\x9a\xb3\x45\x45\x15\x34\x1f\x87\x63\x6b\x11\x09\xa3\x84\x52\x67\x8f\xfc\xa9\xce\x5e\x0c\xd9\x2f\x5a\xd8\x38\x80\x1f\x1a\x62\x0a\xf0\x43\x4d\x87\x74\xf0\x88\x51\xd6\x16\x02\x83\xa1\x98\x9f\xd0\xc1\xcd\x69\x7a\x32\x23\xf2\x4d\xc6\xec\x08\xbc\x21\x94\x76\x23\xea\xd9\x99\x03\x88\xcd\xb3\x9a\x9f\x4f\x35\x0e\x21\xcd\xda\x06\x35\xea\x64\x01\xf8\x44\x16\x80\x06\x7c\xcd\xab\x45\x9a\x31\xeb\xbe\x04\xc3\xd9\xbc\x1a\xe2\x8c\x33\x80\x21\x0c\x51\xc0\x2d\xdc\x94\x8a\xc5\xfc\x57\xfe\x74\xff\x5c\xe6\x48\x18\x0d\xb3\x50\x31\xf7\x8f\x1c\x98\x3b\x07\x47\x36\x06\xe1\x23\xc6\x2b\xdf\x5a\x01\xb1\x42\xdd\xa2\x04\x8f\xfb\xea\x18\xfd\x2d\xa5\xea\x1f\xe2\x81\x08\xf9\xec\x4d\x07\x81\xa8\xe0\x81\x97\x00\x04\x27\xfe\x94\xe5\x98\x10\x91\x8a\xdd\x37\x8c\xb8\xee\x97\x63\xe0\x8f\xd6\x52\x6a\x56\x44\xd1\x39\xce\x7d\xe5\x69\xdd\xea\xbe\xac\x6a\x1c\x33\xbb\xb7\x6e\x86\x2a\x38\x41\xe7\xa9\xc5\xea\xd6\x0e\x35\x9f\xd2\x6a\x0a\x3f\xae\xa8\x43\xc2\x70\x9e\x5e\xa2\x39\xbc\x42\xe9\x15\x2e\x2e\xf8\x25\xcc\x40\xc1\xdf\xbd\x86\x77\x27\x72\x50\x98\x81\xbb\xbb\xf9\xd4\x89\x3e\x52\x28\x86\x1b\xa9\x55\x0c\x07\x8b\x2b\x42\x43\x39\x66\xfe\xf3\x41\x28\x3f\x4e\xaf\xef\x84\xb2\x7d\x81\xb0\x10\xbc\x20\x7e\xc0\x25\x74\xc1\x11\xa6\x19\x7e\xa6\x02\xc2\x74\x39\x7e\x7e\x3d\x90\x01\x0e\xee\x10\xf9\x30\x0c\xa4\x67\xe7\x1a\x7b\x70\x5b\x4d\x7f\x4a\x70\x41\x0f\x5a\x36\xc7\xb0\x49\x01\x4b\x13\x67\x9f\x9b\xa1\xe5\x68\x0e\x11\xd9\x83\x6d\x9d\xae\x2f\xc6\x45\x0f\x96\xcd\x53\x04\xcd\xc8\x1d\x04\x94\xb7\xd9\x91\x9a\x64\x9c\xb4\xfc\xe9\x5d\x86\x45\x31\x1c\x3f\x8f\x53\x92\x63\xeb\x37\x14\xeb\xb0\x5f\x9a\xbb\x8c\xa5\x60\xfa\x07\x81\xc0\x96\x62\x3d\x94\x71\xa5\xcc\xb9\x86\xa8\xc6\x21\xae\x9e\x5a\x6d\xa6\x3c\x85\x76\x26\xd1\xb9\x6d\x39\x43\xe7\x9c\xe8\x63\xa6\x09\x45\xc2\x40\x3c\x80\x73\xe0\xf2\x64\x0d\xdc\xa4\x9c\x9a\xa6\x8f\x7b\x5c\xef\xac\x69\x23\xa5\xa5\xb0\xb8\xf0\x82\xa4\x7b\x0d\xd2\xdd\x1b\x50\xf6\x7d\x3f\x15\x69\x9f\x70\x3e\x77\x1c\x88\x49\x78\xcc\x35\x7d\x85\xda\x38\xe2\x18\x22\x51\x0f\xa4\xb6\x43\xe6\x73\xa7\xb4\x1c\x06\x62\xd4\x94\x49\x4a\xb2\xc1\xe6\xa4\x7f\x74\xd7\xa9\xbc\x60\x53\x01\x26\x0a\x97\xa4\x8b\xf0\x11\xf8\xf8\x97\x01\x13\x93\xa7\x99\x6b\x22\x93\x38\xbc\x4e\x98\x2f\xdf\xbe\xfd\x6b\x1a\xfd\x78\xa0\xa9\xd8\xb0\x63\x28\x1d\x3e\xce\x0c\xdb\x8f\xad\x8e\xf4\x4f\x47\xd2\xb0\x22\x31\x22\xd8\x36\x44\xe2\xe7\xc2\x66\x4d\x5e\xe4\xd1\x83\x45\x6f\xf3\xa7\x31\x3b\xa9\x55\x97\x42\x23\x65\x12\x00\xe8\x9f\x69\xe3\x86\x9d\xea\xf0\x11\x04\x93\x58\x8e\xae\x1f\x95\x2b\x98\xc5\xf5\x4a\xdf\x0c\xf1\x47\xbc\x4f\x27\xef\x42\xba\x07\x82\x91\x99\xdc\x82\xac\xb2\x2d\x1c\x5b\x3f\x52\xc4\xd1\xf4\x67\x3c\x04\x0e\x17\x51\x79\xb6\xb2\x16\xac\x87\x9a\x58\x3e\xd2\xc0\x97\x0b\xd6\x63\x5e\x97\x2d\x62\x38\x6f\xc9\x23\x9b\x6d\xb2\x0c\xbf\xe1\xed\xc0\x32\x76\x63\xd2\x77\x61\x35\xc8\x88\x75\x53\xdb\xb5\xe6\x53\x20\xb5\x50\x1f\x3d\x54\x49\x77\xbc\x89\x59\x82\x85\xbd\xc2\x2e\x16\xac\xa3\x81\xb0\x59\xcb\x96\x74\x4d\x45\x62\xcb\x08\x61\x83\x3c\x26\x36\xc0\x9a\x74\x36\xd5\x5a\x37\xc2\x05\x82\x75\x94\xc1\xea\x2d\x3b\x59\xb9\x9c\x59\xcb\x9a\x32\x43\xf1\x3d\x4e\x0d\xe5\xde\xb2\x85\x1c\x90\x22\xb2\x7d\xd9\xb4\x81\xb9\x8d\x06\x69\xf0\x8b\xd0\x20\xc7\xac\xa1\x2c\x63\xf2\x9f\xf6\x30\xbb\x74\xa1\x61\xaf\xbf\xa3\x5f\x2d\xc7\xb1\x28\x23\xb3\xb5\x1c\x45\x88\x29\x10\x1e\x20\xf6\xdb\xc2\x35\x9b\xa9\x44\x76\xa2\xe4\x05\x32\x39\x27\x1b\xc8\xb1\x2a\x78\xc3\xba\x96\x2d\x6e\xee\x7f\xd6\xda\xcc\x2c\xdd\xc5\x0c\xe2\xa4\x2f\x54\x49\x89\xcf\x79\xd9\x3b\x56\xb3\x28\xb2\x8a\xe2\x15\x57\x00\x8a\x91\xd3\x97\xf0\x27\xe5\xc5\x6e\xdf\x66\x52\x8e\xaf\x1b\x26\xc5\xa2\x33\xdc\xa4\x8d\x7c\x6a\x89\x73\xe5\x5b\x69\xc2\x9a\xc2\xe1\xc2\x0e\x89\x7c\x1c\x90\x3e\x11\x5c\x21\x95\x83\x15\x5d\xb8\xfd\xec\x01\x81\x28\x34\x4a\x6b\x23\x3d\x50\xdc\x0f\x58\x78\x73\x33\x80\xe0\x32\x38\x65\x02\xac\x5b\xdb\x09\x5a\x33\x94\x9b\x2f\x2f\xde\x52\x2c\xc0\x28\xe1\xb5\x0d\xe7\xa5\x1e\x49\x47\xd4\x8b\xd0\x27\xe5\xc5\x0a\x6d\x5f\x09\x8f\x23\xf5\xe8\x78\x32\xf3\xa3\x5e\x70\xa3\x16\xb7\x4f\x82\x30\x85\x43\x5e\x10\x04\x74\x6d\x4b\x4a\xac\xa1\xed\x83\xdf\xcc\x7f\xba\xba\xc5\xa8\xd9\xb6\x02\xd1\x7c\x0a\x5b\xd1\x1a\xc6\xd0\x76\x42\x7a\x02\x72\x2f\xe3\x50\x46\x0d\x65\xb9\xcd\xa7\xbe\x11\xe0\x66\x71\x29\xa4\x45\x23\x48\xf9\x72\x48\x8b\xc6\x99\x7f\xfb\xf1\x03\x11\x5c\xd6\xb6\x31\xce\xfb\xac\xb5\xfd\x82\x15\x2d\xb8\x7d\xd0\x4b\x5f\x75\x7b\xc5\x2b\xa2\x65\x40\xcb\xcc\x6a\xe0\xe6\x1b\xf9\x51\x79\x21\x5e\xf9\xd1\x9b\x82\x5d\x2a\x04\x4b\x21\xfa\xec\x7a\x3b\x9d\x12\xa2\x51\x78\x96\xe3\x60\x3e\x84\x60\x29\x84\xf6\x59\x00\x58\xc2\xbd\x6f\xe4\xe6\x91\x5a\xbb\x56\x20\x7f\xfa\xea\x00\xc6\x7a\x23\x38\x61\xdf\xb7\xcd\xcc\xa7\x07\x56\xe7\x23\xcd\x7c\x85\x4e\x3f\xa1\x7e\x6e\x85\x3f\x65\x75\x12\x86\x75\xbd\x61\x49\x2c\xb9\xb7\xdd\x83\xb0\xaf\x83\x63\x10\xeb\x75\xbd\xa7\xbb\x97\x2f\x1d\xcc\x78\x40\x2d\x95\x1d\x50\x5b\x2e\xfd\x34\xc1\xc4\xe6\x53\x45\x80\x7b\xaa\xb1\x25\x59\x43\xa2\xa0\x68\x72\xb9\xaf\x4c\x97\x1d\x89\x0f\xe5\xce\x31\x03\x92\x94\x84\x71\x5c\x8e\xb0\x41\x98\xcb\xf5\x76\x1c\x30\x78\xd9\x01\x36\x46\x98\xe9\x1d\xbe\xa3\x56\x71\x1a\xd1\x50\xd7\xdb\x48\xf5\x03\x29\x65\x78\x0a\x6f\x00\xd6\xdb\xf8\xe4\xdc\x10\x0a\x8f\xd2\x08\x3a\xb9\x3e\x32\xe3\x88\xff\xb8\x08\x6f\x51\xeb\xdf\xc0\xc2\xf5\x19\xb0\x73\x83\xe4\xf4\x33\x20\x2d\xb6\x50\x2c\x42\xa7\x34\xc2\xca\x2d\xe3\x51\x88\x24\xb9\xc0\xa3\x10\xc9\x6d\x19\x8f\xd2\x9f\x6a\x7f\xa2\x3c\x27\x41\xa7\xb0\xc1\x15\xee\xe2\xee\x02\xd5\xfa\x69\x0d\xcb\xf9\xe1\xe4\x79\xa5\x50\xcb\x80\xf5\xe1\x78\x16\xb1\xbe\x04\x56\xb9\xfb\x1e\x52\x4c\x82\x58\x57\x2e\x98\xff\x63\xec\x4d\x72\x65\xd9\x95\x74\xbd\xfe\x1d\xc5\x9a\x81\xdc\x59\x13\x38\xd8\x1d\xb5\xa5\x39\x90\x11\xe1\xc2\x6b\xbc\xcc\x8b\xab\xcc\xf9\x0b\xb4\xef\xff\x63\x2b\x95\xc2\xdb\xa7\xb1\xb0\x48\x73\x06\x6b\x1a\x8d\x56\x36\xb9\x22\x5c\x6f\xac\x2a\x85\xaa\xdf\xe8\x39\xfb\xf8\xa3\xd7\x22\x27\x7c\xeb\x0d\x53\xca\xb2\xd8\xb7\xc2\xb4\xa9\x1e\xdc\x39\x99\x03\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x10\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xb4\x99\xaa\x21\x1a\xd7\x74\x2e\x5c\x7b\x79\x54\xf1\x58\x95\x2f\xd4\xf5\x46\xf7\xdd\x27\x08\xd7\x1b\xbe\x73\xe4\x7a\x63\x78\xcc\x7a\xbb\xea\x9c\xa2\xe6\x32\x87\xe7\x27\x38\x03\xf2\xad\xb7\xde\x22\xe4\x3c\x12\x5c\x71\xa8\xd1\x70\xc5\xd1\xe4\x59\x6e\x7d\xc4\xa8\x16\x5e\x8f\x18\x32\x0a\x35\x7e\x72\xbc\xb0\xf4\xa6\xfa\x68\xb3\x69\x6a\xc3\xdb\x86\x2d\x1d\x96\xf5\x63\xa6\xb3\xcc\x9e\x2b\xd2\xee\x72\x2b\xb1\xbb\x34\x27\x8a\x14\x63\x41\xf6\x47\x86\xb9\x2a\xca\x8e\x11\x79\xf8\x91\x68\x5a\x37\xed\x47\xb4\xbd\x78\x6f\xf2\xa7\x71\x8b\x23\x12\xba\x32\xa7\xbb\xd1\x7b\xa2\xff\x27\x31\xf6\x89\xfe\x7f\x1a\x6d\xca\xc2\x27\xe3\x96\xdc\x21\x1a\x6e\x72\x4c\xb5\x2f\xf8\x04\xc2\xb5\x5b\x41\x10\x24\xf4\xde\x04\x41\x90\x77\xa5\x7d\x73\x94\x21\x43\x37\xe2\xde\x21\xa4\xb8\x43\xdc\x9b\x6f\x35\x72\x8b\x4f\x00\x69\xb0\xc3\x54\xbe\xc9\xd9\xd2\x0e\x53\xf9\x33\xb4\xa4\x2c\xef\xd7\xaa\xdc\x66\x64\x45\xd9\x98\x6b\x36\xf5\xbe\x99\xdc\xe2\x5a\x1f\x7a\xa0\xa2\xe0\x73\x48\xfa\x2d\x39\xb1\x44\xe9\xfb\xc6\xea\x79\x24\xb5\xa2\xb3\x5b\x5d\xb8\xc6\x4f\xd5\x21\x48\x0e\x21\xf8\x7d\x4f\x4d\xa7\xfa\x20\x52\xb8\xbb\xf0\xe9\x7d\xf2\x40\xe1\x46\x4b\x0c\xbf\x11\x06\xdb\xc4\x68\x23\xe1\x15\xc3\x74\x23\xe1\x95\x29\xff\xbe\xf5\xa8\xf7\x34\x10\x4e\x4f\x8c\xab\x2d\xa1\xae\x2e\x80\x8d\x25\xbd\x9c\x9f\xed\x10\xf1\x96\xdb\x0b\xc1\xd9\x2e\x9a\x94\xa5\xf5\xd5\x12\xc2\xcc\x23\x18\xd7\xc9\xc6\xba\xb8\x1e\x5c\x1b\x7b\xd8\xec\x93\xa2\x16\xb7\x96\xc5\xd9\x68\xa4\xfe\x59\x88\xb9\x6f\x6d\x29\x68\xfe\x8d\xdc\x56\xe6\xb8\x9b\x98\x0a\xb2\x47\x24\xde\x7f\x93\x29\xe5\x4e\xc1\xd0\x95\x30\x58\xd1\xff\x93\x24\xc5\x9b\xb8\x09\xde\xb6\x18\xbc\x27\x89\x63\x09\xf8\x7f\x0f\x5d\x7b\x1b\x8b\xf7\xa1\x1b\x72\x87\xc5\x7b\x93\xc5\x04\x31\xfe\x9b\x94\xb8\xb7\xe2\x28\xe8\xf2\x22\xe4\xff\xc9\xba\x2c\x17\x1d\x64\xf5\x26\x74\x82\x54\xaa\x77\x48\x84\xb3\x50\xc6\x0e\x89\xf0\x9d\xc5\x6f\xdd\x21\x11\xce\xd5\xa3\x8e\x7d\x20\xd4\xbc\x09\xab\x20\xb2\x75\x27\xc9\xf6\xdd\xbd\x60\xf0\x8a\x7f\x43\x58\xff\x3b\xbb\x0d\xd9\x29\x35\xe5\x98\x2e\x4d\x1e\x3a\x51\xd5\xbf\x8b\x57\x8f\xe7\x2e\x9e\xe2\x52\x7e\xdd\x08\x8e\xa5\xec\xb7\x89\xa9\x20\x87\xb6\x3b\xc4\xc8\xd9\x58\x06\xc1\xb1\x44\x94\x3b\x05\x4b\x48\x7a\x80\x3b\x04\xc7\x39\xbb\xd7\x81\x81\x46\x77\x2d\x9c\x98\xa1\x6e\x43\x6d\x8e\xa4\xf6\x23\x0a\x90\x14\x60\x76\xc8\x98\xf3\xfd\xfd\x46\x4f\x5d\x4f\x44\x86\xd5\xf1\xc9\x92\x29\x0c\xe5\x02\x37\x81\x67\xb7\xe4\xcd\xda\xbb\x11\xc3\x21\xcb\xc3\xe9\x0e\xc3\xfb\xe2\x75\xca\xc6\xfb\xfe\xc8\x29\x1c\xfe\x25\xc6\x84\x53\xb9\xd8\x2a\x60\xef\x9d\xf5\x50\x4a\xfe\x48\xc0\xe1\xac\x9c\x76\x6b\x57\x36\xc6\x31\xdc\xf3\x60\x7e\x68\xf9\xb3\xae\x08\x0f\x24\xac\xc3\xe5\x38\x79\x67\x11\x20\x2e\x1b\xc6\xe2\xe2\x9f\x6d\x05\x7b\x10\xed\xb2\x33\x86\x38\xa2\x7a\x76\x46\xd9\xf2\xae\xce\xc6\xf6\x68\x6e\x65\xc7\x5d\xa8\xbe\x4b\x85\xc5\x8d\x80\xb4\xbe\x1f\xc3\x5b\xfc\xa5\x36\x63\x23\xcb\x10\x7f\x13\xfc\xa1\xde\xdf\x6c\x9c\x3b\xff\x30\x5e\xf7\xd2\xd1\xdc\x11\x19\xa2\x49\xd7\x73\x47\x2c\x88\xac\x57\xe5\xce\xc8\x53\xa5\xbc\xb0\x33\x76\xe5\xc3\x95\x42\x0d\x64\x4d\x5e\x3c\x9d\xee\xef\x2f\x99\xbc\xa9\x8f\x18\x5f\xea\x44\xc8\x89\x80\x88\xc2\x2d\x27\x02\xd2\xc3\xd8\x19\x6f\x11\xc9\x1f\xd9\x07\xd9\x1f\x61\x73\x79\x39\x37\xaa\x20\xd5\x15\xa3\xae\xe4\x5c\x2c\xae\xae\x87\x2c\xc9\x6b\x75\xbd\xea\x20\x15\x21\x3b\x9f\x72\xba\xb7\x15\xed\x41\x8e\xd8\x76\xe1\xdd\xd3\x9d\x8b\x43\x24\xf4\x52\x86\x30\x93\xb3\xb1\x9c\xdd\xf5\xc4\x69\xd7\xad\x53\xd8\x6d\x30\x4b\x76\x41\xd9\x53\xd4\xe6\x2e\xd0\xbb\xbd\xfd\x19\x73\x17\x2e\x54\x21\xee\x02\x1f\x3e\x39\x17\x8b\xab\x6d\x8a\xdb\x82\x2e\xf4\x5b\xa0\x6b\x86\x86\x2c\xfe\xa6\xc8\x86\x22\xdd\x8a\xea\x7a\xb4\xba\x74\x36\x04\xab\x49\x8f\x7d\x87\x65\x97\x25\x03\x61\xd9\xed\xb5\x95\xb0\xec\xad\x0f\x7f\xd3\x6e\xf7\xc7\xf0\x92\xa1\xf5\xaa\x98\x75\xdd\x3c\x00\x36\x72\x56\xa9\x94\x10\xb2\xfd\xf4\x80\x0e\x11\x35\x40\xec\x0f\x42\xb6\x37\x29\x70\x28\x48\xbb\x94\x32\x76\xc8\x55\xb3\x04\x63\x04\x69\xb7\x3a\xe3\x0e\xb1\xea\x2d\x85\x0d\x22\xad\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\x3d\x89\x78\x99\x6f\x39\xff\xbf\x85\x0f\xc3\x72\x3c\x7b\xab\x35\x3d\x7a\x78\x45\xef\x10\x79\xde\xf2\x1e\xaf\xc0\xea\xf5\x16\x26\x6f\xba\x13\x45\x91\x29\xb2\xba\x9e\x07\xbb\x49\x54\x22\xf4\x1d\x66\xdc\xad\x0f\x7f\xe4\xca\x9e\xce\x42\x6c\x0a\x3f\x48\x5a\x29\xd5\x19\xe2\x9e\xdb\x4f\x97\xe2\x9e\xd7\x5b\x48\x32\xcc\xaf\x93\x18\x58\xc4\x39\x3f\x15\x69\x6c\x38\x65\x93\x55\x03\xd1\xcc\x0f\xc9\xa3\x9f\x6e\x50\x9f\x88\x32\xbc\xf1\x1b\xdb\x36\xa4\xd8\x72\xc1\x47\x58\xf2\x93\x55\x27\xb8\x70\xa4\xda\xa2\x48\xe4\x52\x18\x50\x24\xf2\x24\x85\x95\xdd\xb6\x42\xb9\xf9\xa7\x71\x1b\x0a\x9f\xf4\xa1\xa1\x36\x65\x83\x76\x11\x9a\x92\x23\x7d\x69\xde\xec\x2e\x5d\x17\x5d\x41\x7d\xa8\x4b\x43\xd9\xc1\x29\x74\xc5\x78\x8a\xd7\x06\x09\xb3\xeb\x26\x29\x2a\xb1\xca\x9b\xc4\xec\x5b\x56\xd7\x77\x73\x36\xce\xaf\xf0\x49\xc7\x89\x9b\xc4\x87\xbb\xcb\x99\x8f\x08\x1f\x0b\x43\x8b\x0b\xc7\xb9\x9c\x2e\x8b\x94\x44\xe7\x52\x21\xc8\xf5\xb6\x24\x04\x79\x93\x66\xc2\xee\x3c\x51\xb5\xed\xc2\x28\xfb\x36\x35\x11\x46\xd9\x4d\xf2\x14\x82\x8e\x27\xf1\x8e\x88\x32\xde\x24\xda\x20\xc8\xf8\x19\x89\xaa\xe1\x74\x4b\xe5\x67\x77\x49\x16\x44\x31\x85\x4d\xf6\x3d\xb3\x2b\xd2\x09\xd6\x0c\x11\x8b\x4c\xe4\x54\x87\x73\x21\x4d\xa2\x1d\x32\xd4\xac\x28\x34\xc4\x0a\x3f\xd5\x3a\x1b\x91\x8d\x75\x99\x84\x65\x75\x93\x30\x63\x4b\x66\xaa\x17\xec\x0e\x99\x69\x13\x7b\x5c\xa1\xc2\xe7\xd0\xc5\x33\x70\xe1\xa0\x57\x29\x11\xc0\xb3\xbc\x81\x6e\x79\xae\x1f\x42\x0d\x03\xbf\xab\x7a\x6e\xef\x41\x5c\x5d\x1d\x2e\x64\x9f\xe2\x84\x12\x1e\xfc\x0c\x45\xd5\x22\xdf\xd4\x53\x73\x0f\xdd\xf0\xc9\x85\xa3\x83\xf7\x9f\xbd\xa6\x28\xe6\x77\xbd\x75\x49\x21\x6c\xec\x92\xbf\x12\xd8\xfb\x9e\x92\x6c\x39\xb2\xb7\x1e\xa6\x3b\xe4\x8b\x36\x38\xde\x18\x41\x8b\x53\x47\x74\xee\xf3\xcb\x5b\x59\xa2\xfa\xe9\xc6\x0d\x91\x62\x13\xbf\x4d\xe1\xb9\xc5\x9d\x54\x78\xee\xe1\x77\xa8\xec\xa5\xfd\xb8\x1c\x5b\xaf\x5f\x06\x1e\x56\xce\x4d\xdc\x53\x62\x69\x67\x19\xd7\x10\x2d\xbb\x89\x4b\x44\xb0\xec\x26\xd6\xc1\x0e\x61\x5f\x13\xfb\x86\xc8\xd9\x4d\x1c\x3e\x45\xce\xae\x77\x77\xd1\xd8\x0a\xb7\x1b\x84\x25\x22\xe2\x49\xee\xe1\xdb\xb7\x5a\x10\xa2\xc8\x9e\xc9\x12\xea\x66\x9e\x5a\x33\xcd\x6d\xc8\xfe\x9a\xdf\x4d\xb8\x83\x17\xf3\x62\x4f\x5e\x8b\xed\x9b\xe5\x2e\xac\x2e\x1b\x2a\x34\xba\xe0\x42\x9c\xd7\x4c\x8a\x23\xce\x9b\x72\xc5\xaf\x58\xda\xc3\x0f\xec\xc9\xb1\xd3\x3e\xc6\xe5\xbb\x38\x1b\x04\xcf\x3e\xbf\x74\x51\x0e\x96\x5e\xa8\x53\xcf\x45\xdd\x12\x18\x40\x0f\x3f\xb8\xa7\x14\xdd\xf4\xf4\x9d\x5e\x7c\x15\x0e\xb5\x11\x53\xd2\xe1\xe8\xdd\xbe\x81\x14\x22\x7b\x8e\xe6\x8a\x5a\x14\x55\xef\x45\x6c\xe9\xca\x9b\xc2\xde\xda\x70\x32\x96\x26\x12\xf0\x20\x80\xf6\xd9\x19\x6e\x34\x96\x4d\x27\x22\xc2\x62\x37\x53\xcb\x48\xea\x4c\xc3\x21\xa9\x33\x81\xb7\xd8\x35\xc2\x03\xf2\x00\x3f\x9a\x3f\xc6\x46\xd1\xd6\x0c\x49\x5d\x33\xc9\x86\x68\xce\xb7\x12\xb2\xb8\x39\x74\x8d\x22\x8b\x33\x31\xb3\xa4\x80\x2a\x22\x0d\x83\x6b\xd3\x41\xe1\xff\xbd\x99\xea\x58\xc2\xd4\xcd\x45\xb9\x2d\x74\x51\x2e\x76\x8d\x86\x4c\xc8\xec\xa9\x10\xa2\x7b\x79\x13\xb9\xd1\x37\x59\x57\x0c\xf5\xe7\xfe\x86\x6c\xc3\x17\xf0\xc2\xe8\xc6\x44\xcb\x12\x06\xd6\x4d\xb3\xb4\x53\x84\xae\x17\x68\x40\x5b\x21\xac\xb3\x53\xf5\xd0\x82\xe7\xf0\x9d\x14\xf1\x13\x85\xac\xe5\x10\xfe\x16\x59\xbb\xb8\xe6\xdd\x7b\xd0\x89\x6e\xa8\x30\xdd\x6e\x72\xac\xb2\x97\x98\x15\x5d\xfd\x41\x25\xa1\x7f\xcb\x86\xde\xb0\xa4\xcd\x7b\x6d\xc5\x5e\x51\xff\xf0\xeb\x63\x36\x48\x08\xd2\xda\xd0\x83\x30\x2c\xb7\xbb\xd4\x29\xf6\xc6\xe2\x41\x4a\x79\x7b\xb3\x4f\x74\x5f\x60\x9a\xed\x4b\x69\xeb\x52\xcf\xce\x06\xb2\xd1\x95\x80\xa8\x4c\xfe\xd7\xf7\x66\xd7\xe8\x0a\x40\x52\xe6\x7b\x59\x76\xdb\x97\x1b\x0c\x16\x66\xfe\xb3\x30\x73\x23\x37\xab\xb7\x28\xbe\x0d\x9f\x43\xf4\xc8\x16\x4f\x4b\xf4\x3a\xb2\x31\xe3\x74\x59\x66\x4b\x3d\x6f\x87\xfc\x2b\x2b\xe4\xd6\x0e\x19\x57\x16\x67\x7d\xe3\xd5\xdd\x28\x1d\xe7\xec\x73\xe8\xe6\x40\xac\x65\xbc\x28\x6f\xec\x92\xdc\x6f\x09\xb2\xa4\xca\xb7\x37\x4a\x8a\xd2\xfa\xdb\x7b\x6b\x9e\xd5\x79\xd1\x6c\x3a\x01\x48\xa4\xbe\x3d\x22\x6e\xcd\x2d\x0e\x02\x02\xaa\x2e\x41\xd7\xc6\xe2\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\xf0\x43\xec\x36\x63\xdd\x85\xa8\xf1\xb8\x3e\xcc\x60\x7a\x41\x79\x4b\x45\x6f\x87\xc5\xf5\x2d\x3b\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\xad\x6e\x18\x55\x27\xa9\x61\x6c\x8c\xaa\x8d\xc5\x91\x4f\xf9\xb0\x62\x0a\x6d\x8c\xf9\x02\x23\x08\xef\x85\xc8\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\x74\x46\xa4\xf6\xb7\x43\x02\x75\xd7\x5b\xcf\xaf\x17\x16\x51\x12\xd6\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\xc8\xa0\x9a\x11\x1d\x9e\xdc\x4d\x81\x61\x42\xdd\xef\x6f\x23\x41\x5e\xe8\x94\xbc\x10\x36\x48\x2b\x70\xbf\xd0\x4a\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\x52\xfc\xdb\x2f\x3c\xbe\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xb2\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x12\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x84\xd2\x51\x1f\x36\x73\xab\x36\xb7\xbc\x5c\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x4f\xef\xcd\x9d\x08\xad\x79\xef\x2f\x3c\xbd\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\xd9\x65\x4b\x17\x79\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x38\x81\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x0f\x78\x09\xf1\x36\x22\x33\xaf\x67\x88\xcc\xb2\xcc\x2c\x36\x12\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x61\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x49\xb7\xa7\x4b\x26\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xa6\x14\xda\x6f\x6f\xf4\x97\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x9e\xc9\xbf\xac\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\x5c\x34\xb6\xb8\xa6\x92\x38\xf9\x43\x04\x97\xe2\xe4\x9b\x33\xfc\xd1\x86\x1f\xce\x6a\xcb\xa8\x95\xb3\xe3\x4b\xea\x7f\x16\x6b\x12\x62\xbf\xf8\xd1\x1e\x9e\xc8\xdb\xef\x5a\x23\x88\x7e\x71\x7f\xe8\x1d\x33\xf0\x41\xff\x44\xc4\x34\x86\xcb\x52\xf7\x20\xc0\x7e\x56\x68\x02\x02\xec\x9f\x9e\xfb\x87\x31\xe7\x9a\xba\x0f\x78\x56\x0a\x39\x1b\xa3\x66\x53\xa0\x61\xd4\x9c\xaf\xef\x0f\x83\xcd\xd5\xdc\x22\x33\x27\xb4\x12\x46\xcd\x69\x8a\xe8\x55\x44\x7d\x29\x86\x28\xa2\xfe\x30\x33\xfa\x09\x4d\x00\xc5\x51\xde\x61\xe2\x9c\x7d\xc4\xf1\x7c\x6e\x66\xe3\xa3\x67\x55\x75\x76\x84\x6d\x90\x48\xb8\x47\x5b\xf6\xdb\x0a\x94\x8f\x90\xd9\xc3\xad\xda\xbf\x59\x62\x8a\xd2\xfb\x67\xaa\x83\xaa\x89\x77\x73\x75\x8e\x8b\xa0\xb9\x2c\xf2\x82\x6f\xd9\xc0\xcb\xa2\x9f\x1f\x31\x5d\xbf\x65\x03\xd9\x8b\x97\xf3\xe8\x99\xa5\x25\x0b\xa3\xe6\xe6\xfb\xf9\x11\x06\xd5\xde\x7b\xf4\x1a\xd6\xba\x84\xfb\xf3\x66\xde\xe9\x23\x3f\x04\xae\x07\x61\x50\x71\xd1\x70\x26\xd4\xdd\x66\xf4\x40\x1c\x8b\x47\x6e\xef\xd5\x75\x98\xa5\xb7\x7f\x27\xfc\xee\x1f\xc6\xf6\x12\x5b\x24\xfc\xa4\xdb\xbf\xd6\x7e\xc4\x3a\x75\x5f\x79\xc8\x89\x1b\xf0\x88\x10\x6b\x2e\xab\xa3\xa0\x6a\x43\x12\x60\x26\x49\x98\x49\x37\xa9\x96\x10\xf1\xff\xfc\x52\x1d\x0a\x87\x9c\x16\x63\x3d\xde\x60\xa7\xda\x39\xae\xd8\x52\xa0\x95\x93\x23\xa8\xf9\x54\x0e\xca\x7a\x38\x7b\x5e\xfc\xe9\x72\x51\x5e\xfc\xc3\xf5\xc4\xc4\x06\xd7\xe3\xe4\x5a\x78\xbd\xea\xca\x69\x62\x5d\xcf\x8e\xce\x16\xe5\x78\xb6\x07\x36\x9f\x44\xf9\x6f\x33\x88\xb6\x49\x90\xff\xc6\x69\x9c\xc4\xf8\xcf\xc9\xdf\x62\xaf\xcd\xae\x6f\xbc\x09\xa6\x6a\x09\x0e\xfe\xf5\xcd\x85\x52\x8c\x9b\xe7\xca\x9f\xce\xb5\x68\x2f\x2b\x17\xe1\xce\xbf\xbf\xe3\x10\x37\x0d\x23\x9c\x30\xe6\xea\xdc\x8a\x59\x75\x51\x78\x11\xc3\x1f\x43\x3d\x38\xce\xc8\x24\xf6\x7f\x9b\x97\x73\x11\xbe\x34\x6b\x1a\x83\xcd\xc7\x4b\xfa\xe4\xee\x28\xe9\x5c\xa8\xf6\x64\xf5\x6d\x45\x00\xa3\xe2\x6f\x3d\x4a\x6a\xbe\xf5\xbe\x9c\xfe\xc8\x0d\x5e\x9d\x8d\x48\xd7\x43\xf3\x86\xd1\x1b\x87\x69\x8e\xb0\x85\x96\xf3\xd6\x93\x0b\x5d\x83\xae\x45\x0d\x5e\x02\xfc\x96\x93\x63\xaa\xfc\x0d\xf6\x45\xd3\x3c\x6e\x42\xce\xa8\xaf\x71\x7d\xa3\xf9\x7e\x72\xa1\x10\x33\xfe\x68\xc7\x73\x8a\xb2\xe0\x6e\x83\x3b\xb0\x53\x6b\x48\xc6\x33\x11\x54\x4e\x2e\x85\x19\xed\x54\x0e\x6c\xd2\xfd\x91\x63\x3f\x9d\x0d\x95\x4c\x0d\x12\xb1\x79\xd7\x20\x43\x4e\xde\xe6\x5d\x95\x5b\xa1\x90\xe9\x16\xc3\x06\xb9\xb8\x0d\xe8\xa4\xe1\x6c\x38\xba\x4d\x2e\x1a\x3e\x87\xba\x9a\x88\x0d\x98\x6e\x95\x0c\x86\x21\xf1\x91\x4f\x2e\x7c\x9e\xbb\x6b\x6c\xc0\xdb\xbf\x8b\x83\x7c\x0f\xe5\xe6\xaf\x9f\x5e\xdc\x51\xed\x31\x2d\x32\x16\xd1\xbc\xe2\x4e\x0e\xb4\xdc\x93\xb2\xcc\xa3\xda\x0f\x84\x99\x75\x70\x90\x8f\x77\x21\x80\x5b\xaf\x53\x9d\x23\x4c\xa0\x87\x3b\x17\xe1\xe6\xbd\x8e\x12\x9e\xa3\x43\x70\xb2\xa1\x3b\x9a\xfd\xc3\xe8\xb9\x36\xf2\x8d\x8f\xd9\xdb\x39\x9e\x45\x1e\x48\xbc\x67\xc6\xf7\xe3\x27\x1e\x74\x9a\x80\x40\x97\xe8\x58\xcc\x71\xeb\x6d\xe3\xee\x04\xef\x63\x26\xb5\x28\x9e\xe3\xd4\x90\x83\xe7\x58\xbc\x8e\x6c\xd6\xe4\x6f\xe1\x84\x51\x27\x29\xe4\xf1\x09\xc6\xdb\xc9\xf1\x00\x9f\xfe\xb8\x62\x75\xfc\x31\x7c\xe7\xe9\x58\x63\x54\x3d\x93\x86\x11\xa4\x66\xd1\x21\x0f\x33\xea\x46\x84\x83\x93\x8b\x83\x9c\xba\x72\xf4\xbb\x2a\x97\x7f\xfd\x54\xbc\x8b\x9d\x5c\xec\xd4\xea\x5a\x40\xfa\xdd\x45\x83\xa8\x98\x2e\x8a\x7c\x6c\xba\x6c\x6c\x5c\x21\x12\xe4\xf8\x44\x88\x3f\x39\xed\x95\xa2\x2c\x48\x56\x0b\x90\xc4\x68\xeb\xee\x5e\xcc\x79\x66\x92\x13\x8a\xcf\xdd\x1f\x43\x52\x3a\xb4\x3d\x92\x04\x1a\xee\x91\xb8\xdb\xd5\x3f\xe5\x85\xa4\x5b\x20\x49\x36\xea\x4e\x48\x26\xe5\xaf\x4b\x6b\xab\x3e\x61\xb7\x81\x1c\xec\x64\xb9\x7b\xbe\x5f\xe3\x3c\x09\xf7\x26\x11\xa6\xdf\xb2\x2d\x54\x5b\x5c\x34\x36\xa2\x56\x37\xe4\xf5\x0a\x64\x76\x72\x8c\x54\xbd\xc7\x20\xab\xeb\xf2\xc3\x7e\x7b\x6a\x3f\x27\x09\x46\xa6\x9a\x24\x8c\xc1\xed\x75\x92\x4e\xe8\xf7\x6b\x20\xca\xac\x91\x89\xe9\x2a\x84\x9b\x88\x6c\xad\x0b\x47\x9e\xee\x7d\x53\xe1\xe9\xbe\xa3\x88\x30\x47\x08\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\xd0\xf5\xc3\x3f\xd5\x3e\x9e\xca\x12\xa9\xb4\x2b\xa7\x13\xe8\x8f\xe1\x24\xbe\x31\xd4\x2c\xc2\x6c\x38\xcb\xec\x6a\x5a\xb2\x5e\xc1\xf3\x8f\x54\xf7\x29\x1b\x57\x7b\x56\x2b\x68\x62\x22\x02\x3c\x59\x24\x67\xee\xe0\x0c\xad\xeb\xec\x8f\xf0\x40\x45\x4e\x20\xf2\x1e\xba\x32\x43\xe2\xdd\x70\x17\x7a\x72\x25\x72\x1a\x99\xf6\x82\x67\x01\x2f\x0d\x55\x13\xa8\x87\xae\xf0\x47\x48\xb5\xef\xf2\xfd\x88\x24\x4c\x9b\x0a\xdf\xf8\xd3\x97\x6f\xc6\x2b\x48\x17\xb2\xcf\x2c\x78\xfa\x7e\xc5\x92\x5d\x9d\xf7\x82\xab\xe2\xcd\x3a\xf9\x97\x41\x1d\xea\x2e\x2e\x7a\x91\x4e\x67\x63\x64\xc5\x39\x9e\x14\x3a\x30\x05\xad\x09\x13\x43\x45\x54\xbb\xce\x0f\x82\xeb\xd4\x86\xb3\xbc\xc0\x34\x81\xf2\x86\xdf\x84\xb9\x42\xac\xdc\x66\x51\x4d\x7a\x3d\x6a\x22\xc2\x01\xfe\x68\xd9\x45\xd1\x00\xad\x53\xd9\xce\xc0\xfd\x53\x36\xdd\x74\x33\x81\x83\x4a\x52\x0e\xee\xe0\x70\xbd\x2f\x7e\xea\xaf\x30\x49\x75\x66\x64\x19\xde\x34\xc1\x65\x69\xb0\x2a\xac\xcb\x45\x35\x61\x8a\xd0\x3c\x6b\x10\xdc\x97\x73\x60\x33\x2d\xb2\xbc\xde\xdf\xc2\xcb\x61\x36\xde\xb0\xc6\x38\xb9\x9b\x2e\x65\x65\x99\x16\xe7\x98\x96\xe6\x2c\xd7\xdd\x74\x45\x10\x3c\x3a\x9b\x45\xa2\x14\xed\xe6\x02\xff\x3c\x5d\x6e\x87\xf3\x36\x5d\xd5\x9b\xaf\xac\x55\xc5\x8c\xa0\x69\x9d\x2b\x78\x3d\x89\xb2\x0a\x03\xef\x9c\xd4\xa9\x0a\x5e\x2f\xfe\x65\xc4\xe9\x17\xb1\x1c\xb6\xdf\x0a\xd6\x77\x72\x11\x20\xf4\x5b\x32\x14\xca\x35\x29\xb2\x04\x6f\xda\x3b\x58\x82\x67\xa1\xba\x3a\xd5\x1d\xd5\x13\xd4\x4a\xd3\xf5\x5c\xa1\x4f\x8a\xbf\xc5\x24\xf8\x60\xe2\xcc\x7e\x8a\xce\xaf\xd2\xd1\xd6\xe4\xca\x84\x7c\x7e\xb3\x9b\x51\xaa\xf0\xd2\x4a\x68\x28\x41\x86\x54\xf7\x2f\x78\x04\xb3\xf8\x9b\xce\xde\x54\x36\x90\x6d\x71\xae\xd3\x8a\xc6\x12\xc6\xb9\x53\xa7\x0d\xe7\xf6\xbe\x14\x43\x41\x41\xfe\xfd\x4f\x8e\x03\xa3\xed\x58\xd9\x0a\xc2\xef\xe8\x20\x4c\xdd\x6b\x95\xa7\xfe\x70\x1b\x41\x69\x5c\xba\xea\x43\x09\x21\x5d\x42\xe0\x35\x68\x0b\x13\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\x97\xb5\x76\x54\x13\x77\x4a\x3b\xaa\x81\x1a\x6a\x55\x8e\xfb\x47\x28\x1b\x57\xf7\x63\x68\xcb\x34\x14\xaa\xba\x4e\x44\xd8\x73\xcb\xa1\xea\xc9\x31\x25\xfe\xa5\xfa\xf0\x47\xd5\x94\x53\x36\xd0\xb9\x86\x86\x79\xb7\xa9\xdf\x86\xc0\x3c\x69\x9b\x60\xde\xfd\xed\x2d\xdc\x2a\xbf\x1c\x5a\x6c\xb7\xa6\x73\x85\x52\xc4\x34\x55\x29\x7b\x6e\x6d\xbe\xc6\x9b\xab\x5f\x2e\x1b\x4b\x26\xaa\xbe\x4d\xb5\xa9\x2c\xce\x04\xba\x96\xa5\x71\x4b\xe8\x76\x0c\x67\xf6\x32\x21\x3f\x39\x4d\x90\xfa\x87\xb7\xc9\x74\x27\x65\xe3\x8c\x09\xe3\x85\xfe\x44\x9b\xba\x16\x1a\x7e\xce\x3c\x12\x08\x08\x21\xce\xe6\x2b\x43\x3f\x3c\xc8\xa5\x9b\x70\x42\xb3\xa2\x26\x11\xa4\x18\x78\x8f\xe1\x8a\xe2\xad\x3f\x9b\x46\x02\xfd\xd0\x34\x97\x5c\x27\xc3\x13\x44\x88\x9d\xec\x8f\xd1\x57\x61\xb7\x86\xc2\xe8\xf4\x2a\x6c\x30\xae\x57\x1e\x5a\x63\x7a\xbe\x78\x4e\x75\x6d\x9a\x8e\x53\xeb\xa9\x49\xe8\xba\x6d\xf4\x4a\x09\x45\x8b\x5c\xb4\xc9\xd1\xb3\xb8\x35\x96\x50\xb3\x50\x70\xcf\x93\x8b\xfd\xd5\xfc\x2d\x66\xaf\xb9\x8d\xa0\x9f\x8b\x6b\x09\x5b\x8c\xe1\x16\xc2\xbf\xbf\x90\x50\xc7\xc9\x8c\xae\x0e\xfc\xdc\xfb\xc1\x26\xfd\x0b\xed\x60\x14\x2c\x66\x73\xc9\xb8\x28\x74\x83\x86\xad\x79\xbe\x75\x59\x75\x94\x88\xbb\xd6\x27\xb4\x2d\xe4\xb2\xe9\xe4\xa2\xa3\xdd\x45\x5f\x11\xe3\xc8\x4d\xbc\xe3\x19\xec\xe6\x83\x52\x29\x2e\x19\x5b\x40\x58\xa4\xf3\x62\xef\x6a\x3e\xc8\xd4\xcb\x5d\x0b\xba\xb4\x7b\xd2\x08\xb2\x38\x5c\x32\x68\xa3\xe1\xd9\x46\xc3\xae\x7b\x2d\x10\x01\x27\xcf\xf0\x46\xff\xc4\x53\x8c\x99\x48\xd2\x2b\x51\x36\xe9\xdd\x55\xe1\x4e\xc2\x6f\x4f\x94\x2f\x66\x77\xc5\x6f\xca\x6a\x9c\xa1\x7c\x31\x45\x39\xcb\x5e\xdd\xec\x16\x74\x31\xc6\xf8\x66\x43\xf5\xaa\xb8\x2c\x7d\xd0\x7b\x6f\x40\x7c\xfa\x15\x1d\x8a\x1a\xa3\x69\xd9\x07\xc4\x67\xd7\x68\x06\x66\x97\xd5\x45\xf1\xa7\xcc\xe4\x86\x9e\xc6\x30\xe3\x28\xf4\x34\xda\xd4\x94\x85\x9a\x46\x9b\xdd\xdf\xe2\xc8\x88\xa0\x1d\x42\x1b\xee\x0e\xcf\x5f\x91\x67\xe8\x61\x4c\x73\x15\x86\x0e\xbf\xde\x98\xe1\x9a\xbe\x5f\xba\x31\x22\x88\x7f\x9b\x7a\x59\x0c\x64\xa3\x49\xcf\xc8\xd0\xb4\x28\x97\x66\x56\xb1\xf8\xb5\x7f\xf1\x4c\x5f\x93\xd8\x01\x03\x2b\x59\x0f\x72\x33\x1f\xfe\xe1\x2b\xbe\xa9\x7d\x18\x72\x3d\x3b\x1b\x4b\xa2\x73\x10\xd6\xda\xa3\xa9\x73\xb8\xa1\x1f\xe3\xfe\x1b\xa4\xf8\x1c\xea\x7a\x51\x36\x78\x60\xb7\xab\x8d\xc9\xd3\x41\x9c\xba\x3d\xf4\x64\x9a\x5e\xda\xaa\x6c\xdc\xf1\xa2\x2b\xd1\xf5\x98\xc3\xb5\x2e\x3a\x34\x95\x8d\x23\x35\x9c\x63\xaf\x65\xb7\x12\xa7\xa8\xba\x91\x87\x46\x54\x2d\xe7\x5d\xd7\x66\x98\x80\xcb\xff\xcd\xc9\x81\x0e\x93\x3f\x06\xe7\x4b\x6f\xa2\xa9\x85\xcf\x2e\xcb\xb4\xab\xc9\x60\x1b\x4f\x11\x15\x72\x8b\x7f\xf9\x87\xb1\x45\xf4\x46\xc3\x8c\xbb\x26\x3d\x97\x50\xfc\x18\x23\xf9\x6b\x30\xfe\x45\xcc\xa1\xe9\x31\x45\x77\x4f\x02\xf5\x0d\x6d\x11\xec\xb8\xab\xae\xa4\x09\x15\xab\x2b\x69\xe2\xb2\x70\x24\xd7\xc3\xb9\x15\xdd\x1d\x7a\x1e\xe9\x12\xad\x32\x51\xbd\xeb\x3a\x17\x13\x5b\x57\xb3\x89\xa4\xbc\xd1\x45\x77\x4f\x08\x89\x2e\x92\x31\xac\xb0\x73\xf7\x40\x71\x4a\x31\x34\xb4\x85\x93\x22\x75\x09\xab\xeb\xac\xe5\x0c\xe5\x8d\xec\x33\x1d\x4e\xf0\x47\xd6\x4d\x23\x1f\xf8\x43\x17\xc2\x42\xb5\xae\x17\xff\xf2\xcd\xd7\xa9\xec\x87\xee\xaa\x70\xe8\x5b\x75\x3d\xf5\x64\x3c\xdd\x8b\xb3\x41\x6a\x69\x72\x17\xc7\x5a\xcf\x96\x05\xaa\x17\x05\xbe\x44\x7c\xea\x26\xc4\x76\xda\x6f\xbb\x25\xe2\x33\x3b\x1b\xec\x59\xf7\x16\x5c\x2f\xec\xbe\x42\x74\x35\xbf\x3f\x64\x7e\xb4\xfb\x15\xda\xbf\x0b\xcf\xc9\x40\x5a\xc4\xc0\x42\xc6\xda\x75\x90\x17\xcf\xcb\xa1\x1d\x8e\xf7\x7c\x6f\x45\x34\x30\xa6\x79\x70\x0a\xbb\x3f\xf4\x88\x45\xeb\x22\xfb\x38\x2c\xde\x1a\x5d\x07\x3d\x6c\x99\xdb\x14\x61\xb8\x24\xb4\x17\xc2\x58\x30\x57\x45\xb7\x4a\x23\xa3\x7f\x2b\xe2\xd0\xe9\x04\x2c\x2d\xbe\xf6\x18\xce\xf4\xc7\xd0\xb3\x0a\x67\xfa\xd3\x5c\xb2\x0d\xbf\x3f\x25\x7f\x05\x6d\x6a\xbb\x6e\xd1\x07\x42\x28\x44\xe2\x1f\x43\xb7\xa9\x74\x36\x7c\x47\x87\xce\xc6\x29\x5c\x95\x55\xaf\x9c\x8d\x97\xe0\xd0\xa5\xbd\xe1\x3f\x89\x02\xdc\x5c\x01\x22\x16\xb7\xbc\x90\xa9\xff\x98\x06\x36\xe7\xe2\xdd\xaa\x5b\x71\x43\x08\x88\xa2\xda\xc2\x0b\xd5\x95\x06\x5e\xd0\x5e\xde\x98\x7d\x26\xed\x95\x30\x4c\x1e\x96\x88\x6c\x51\x95\xa2\x06\x37\xf2\xa4\x2e\xda\x8c\xf0\xfb\xc5\xf3\xa9\xc3\x5f\x5c\x11\x5d\x70\x51\xba\xe0\x1e\xf1\x32\x99\xae\x36\x24\x82\x7f\x56\x47\x39\x45\xb9\x3e\xdd\x79\x62\xbc\x75\x37\xc2\xed\xe1\xe9\x42\x49\xb3\xeb\x99\xb0\x43\x62\x59\x45\x55\x84\x59\x73\xf2\x69\x52\x30\x7e\x33\x90\x43\x33\xe4\x6e\xc3\x1f\x67\x9c\x7d\xed\x84\xb3\xc7\xfa\x25\xaa\x2a\xf4\x42\xe4\x38\xe6\xe4\x5e\xf8\xce\x55\x2e\xb4\x6c\xc4\x3e\x7f\x0d\xf5\xa6\x2a\x1b\xba\xed\xdd\xb9\x88\xaf\x5f\x84\xa6\xc2\x38\x39\xdd\xaa\xf5\x35\x34\x77\x4d\x59\xde\xcf\xd9\x65\x9f\xe8\x8f\xca\x06\xab\xa3\x89\xc8\xc5\xc2\x78\x0c\xa1\x46\x39\xbe\x37\xcf\xf6\x05\xff\x32\xe9\xc4\xe2\x07\xbf\xdd\x2e\x1b\x94\x80\x70\x77\xd8\x18\xf7\xeb\xf2\x0f\xb5\x08\x5d\xd9\x77\x0c\xc5\x45\xe3\x6a\xeb\xae\x46\xbb\x4b\x1f\x03\xa1\x54\x4d\x50\x18\x15\x8f\x26\xea\x31\x3c\xe4\xf7\x4b\xaf\x92\x50\xfe\xe8\x97\x5e\x08\x2f\x9c\xd3\x58\x30\x16\xaa\x20\x72\x2d\x74\x72\xc1\xa4\xc9\xae\x86\x1b\x3b\xbb\x9e\xe0\x81\x79\x42\x30\x6a\x1b\x42\x68\x2f\xcc\x3e\xfa\xb7\x07\xc1\x50\xb8\x5d\xed\x2b\x64\x4c\xfe\xe5\x27\xfa\xa3\xb9\x0a\x12\xd5\x0c\xd0\xf0\xb2\x5f\x2e\xd7\xb2\x85\x2a\xd4\x75\xf4\x40\xba\x17\xf3\xdc\x65\xfd\xba\x5c\x96\xab\x4c\x58\x46\x6a\x20\x16\xdc\xbc\xb4\xd5\xfc\x71\x9f\x9c\x5e\x37\xa1\x92\xd1\x2f\x6d\x98\xb7\xc8\x14\x21\xd4\xb7\x6e\xab\x5b\x39\x8c\x1f\x9b\x3f\x2e\xf6\x9a\x2b\xda\x61\xb0\x5e\x95\x83\x41\xa7\x5f\xc2\x38\xb3\x20\xe5\xed\xed\x34\x95\x05\x45\xea\xfc\x87\x1a\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xa9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x56\x39\x99\xe7\x13\x0a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdd\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x78\x36\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5d\xc4\x5a\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\xec\x81\xdc\x0a\x42\xed\xa1\x8d\xf2\xd6\xbb\x57\x17\xd2\xdb\x5b\x63\x28\x1b\x08\x74\xba\x2c\xb7\xa0\x88\xfa\xb7\xae\x36\xd1\xff\x61\xb0\xdc\xaf\xdb\x15\x71\xa5\x88\x80\x0b\x83\xe5\x54\x75\x92\xde\xf8\x82\xb7\x6c\xe4\xa3\x97\xae\xce\x20\x6e\xfa\xc7\xd0\xa5\xfe\x11\x47\x44\xc8\x45\x66\xc8\x43\x6f\x7c\xdc\xf4\x17\x4d\x8b\xcc\x90\xbb\x08\xa6\x0f\xb6\xb1\xa3\xfe\x0d\xd1\xe6\x47\x64\x8f\xe8\xc6\xcf\x8c\xcd\x2c\xea\x40\x2e\xfc\xcd\xfe\x0e\x9b\xe5\x74\xb9\xd1\x90\x4a\x0f\x6d\x80\x8f\x6e\x36\x91\x48\x1f\xc9\xa1\xfd\x43\x1e\x7f\xc5\x65\xb9\x68\x75\x23\x7d\x44\xd6\xea\x92\xfe\x48\x3f\x5d\x87\x38\x54\x71\x86\x85\x2a\x1f\x71\x4c\x86\x3f\xe2\xc7\x39\x2b\x47\x1f\xa6\xeb\x9d\xb4\xea\xaf\x90\xa3\x22\xb0\x42\xdd\x26\x5f\xda\x75\xa1\x60\xd3\x2f\xbd\xc5\x3e\x3b\x50\xae\x28\xce\x8f\x98\xa8\xc2\xdd\x1f\x31\x37\xd4\x28\xea\x2e\x35\x89\xe4\x7c\x46\x60\x4b\x21\xf6\x87\xd7\xa9\x76\xce\x43\x70\x96\xa1\x13\x1e\x0a\x2e\xdd\xa4\xf5\x83\x5b\x76\xf3\xa1\x51\x77\xa9\xa9\xb8\xac\x3a\x3f\x94\x7d\xd1\x07\x37\xca\xfa\xeb\x16\x0f\x7d\x97\x6e\x2a\x33\xd4\x5d\xf2\xad\x75\x7a\xe0\xaa\x0e\xe1\x9c\x08\xe7\xdf\x2f\x11\x44\x72\xe9\x3f\x2e\x97\x85\x1b\x20\x74\x15\xe1\xfd\xbb\x65\x37\x0f\xb7\xcb\x70\x3d\xb0\xb7\x85\x5b\x15\xde\x3f\x39\x07\x7a\xd2\x6e\x08\xe5\x97\x7e\x65\x7f\x0c\x34\x2c\xfa\x0d\xdd\x97\x69\x99\xd5\xb3\x34\x63\x6a\x73\xd1\x5b\xcd\xbc\x8e\xb4\xa8\x0a\x69\xa6\x0c\xe1\xda\x07\x0c\x6e\x9e\x70\xe8\xa2\xc8\x0d\xcf\x54\xd4\xfe\x69\xd9\xcd\xe3\x15\x56\x33\x5b\xfe\x23\x5d\x58\x48\x27\xe6\x93\xb8\xfd\xa7\xe2\xac\xac\x4e\x71\x57\x36\xd6\x9f\x85\x21\x8c\xff\x99\x96\x5b\xd9\x1e\x1f\xab\x72\x83\x8a\x5c\x96\x1b\xb1\xb9\x19\xee\x6b\x50\xfc\xbc\x58\x53\x3a\x4c\x3c\xfe\x7e\x65\x75\x81\x43\x0b\xa6\x20\x3a\x7f\x52\x0c\xeb\x93\x0d\x3e\xdd\xe5\x1f\x06\x17\xff\x72\xd1\xb8\xd6\xb2\x7a\x87\xf3\xa6\xe1\xa2\x67\x0d\xbb\x34\x3b\xe6\xb5\xe2\xce\xcb\xea\x1c\x76\x73\xf3\xfb\x51\xbf\xd4\x1c\xec\xa0\x26\x86\x1a\xd1\x13\xa3\x3b\xcb\xf1\xfe\x66\xe1\xa2\x57\xd5\xc4\xa5\x9c\x35\xe8\x1d\x77\x95\xa7\x56\x61\x99\x34\x5d\x5c\xc9\x45\x7d\xf7\x92\x69\x46\x40\xc3\xe2\x55\xce\x0b\x8f\x5f\xd2\xd1\x98\xa1\xb1\xd1\x2f\xce\xf3\x94\x5f\x7b\xa9\x17\xcd\x9b\xeb\x9c\xe3\x3c\x43\x45\x43\xee\x70\xa6\xa3\xfe\x0f\x7f\x43\x31\xb9\xfb\x23\x67\x52\x3d\xba\x51\xd7\xae\xfa\x38\x83\xa4\x2a\xce\xe1\x7c\xaf\x29\x07\xf5\x57\xd5\x1f\x1d\x42\xc8\x8b\x79\xb3\x46\xb5\xfe\x11\x97\xcf\x50\xc5\xe8\xa8\x54\x9d\xdc\x8b\x7a\xdc\x9f\xb8\x2b\xb5\x89\x6f\xad\xf5\xad\x36\xb9\xaf\xdd\x21\xde\x1a\xe2\x02\xce\x1b\x72\x90\xc3\x31\x6f\xa1\xe7\xae\x49\x00\xe7\x8a\x1d\x47\x98\xff\x7e\x69\xd3\xde\x18\xa2\x27\x4f\x02\x06\x26\xe8\x92\x4e\x22\xfb\x9f\x9f\xaa\xbf\xd8\x9b\xa0\x1f\x3a\x89\xed\xdf\x2f\x2f\x99\x78\x8d\x5d\x65\xc5\xc5\xae\x6a\x95\x5d\xe3\x09\xdc\x71\xca\xdc\x28\xf7\x73\x55\x9b\x3b\x70\xd8\xf7\x77\x31\x27\xd5\x2d\x06\xfd\x0e\xd9\x44\x3c\xfe\x7e\x71\xdf\xce\xa4\x4d\x02\xa7\x83\x78\xfc\x27\x4b\xad\x21\x6c\xc9\xc2\xe4\xb3\x8a\xe7\xc6\xb3\x72\x5a\xda\xc2\x0d\x46\x58\xe1\xa4\x30\xd5\x93\x40\xc2\x59\x6c\x90\x19\xd2\x95\x7e\x71\x31\xce\x90\xae\xa4\xae\x33\xdf\xdc\xe6\x54\x96\x97\x6e\x77\x36\x06\x0d\xf2\x23\x8e\xf0\xd9\x8b\x49\xd9\x19\xc1\xaf\x8b\x72\xb1\x46\xcd\xdf\xc2\x5a\xf6\x76\x07\x10\xfc\x77\xb7\xf9\x84\xa6\x91\x72\xda\xd2\x55\xb9\x78\x37\x0d\xe7\x82\xb1\xa7\x89\x6d\x60\x24\x9e\x7f\xb3\x41\x72\x36\x7f\xd3\x55\xa1\x16\xd9\x7a\xcd\x39\xde\xfe\x3a\x28\x84\x02\xae\x5a\xbc\xb0\x36\xbd\x8b\x16\x08\x51\x8a\xb1\x5e\x78\xca\xf5\xb3\x6d\xca\x12\x35\x7d\x7f\xc8\xe4\xf8\x87\x71\x8b\x08\xcf\x36\x51\x09\xd5\x1d\xd8\x3c\x1c\xdd\x01\x22\xba\x75\x17\x8e\xed\xd3\xb5\x3e\xb1\x29\xb3\xf8\x7a\x13\xd1\x4a\x72\x51\x23\x36\x35\x2a\xff\xad\x5e\x2e\x28\x8c\xee\x5f\x62\xf4\x9e\xd4\x7b\xde\x17\xdd\xb9\xd8\xc0\xba\x42\x9a\x2e\x23\x6f\x11\x76\xb0\x0e\x63\x13\x81\x29\xe4\xd5\xb9\x8b\x34\xd1\xd8\xa8\x4e\xd1\xef\x8a\x0c\x2c\xa9\xf2\x94\x89\xea\x18\xfe\x25\xf7\xa3\x16\xbe\xb3\x63\xba\x7f\x89\x15\x16\x57\xff\x0c\x61\x4a\xbf\x34\xb0\x10\xa6\xf4\x4b\x93\xd0\xe5\xfa\x8d\x6b\x77\x76\x1c\xb8\xde\xba\x19\x3a\xbb\xe4\xfb\x31\x0e\xb1\x6b\x65\xcf\x7c\x4b\x8e\xb8\xb6\xd4\x1d\x61\xc8\xa4\xbe\x4f\x6e\xef\xe6\x7a\xa2\x3f\xc3\x1f\xb9\x09\x92\x06\x26\x33\x07\x8f\x53\x68\x30\x69\x64\x28\xff\x48\x88\x4b\x50\xe1\x7e\xb9\x2c\x68\x70\xa8\x0f\x38\x2c\x94\x48\x97\x10\xc3\xfd\x1a\xae\x87\xa9\x16\xf2\xc2\x9c\xb5\x9c\xc3\xf9\x47\x1c\x3e\x70\x01\xa5\x6a\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x44\xbe\xed\x17\x24\x37\x81\x6f\xcf\x47\x67\xd5\x41\xfd\x94\x4d\x0f\x03\x7f\x86\x59\x67\x92\x0e\xe7\x1c\x92\xfa\xb8\x22\x4c\xfb\x24\x60\x9d\x23\xb8\x35\x12\x7d\xce\x21\xb2\x2a\xab\x83\x38\x73\x92\x18\x77\xe2\x00\x56\x9c\x15\x47\xba\x95\x9e\x1c\x91\x6e\x4f\x59\x7f\x3d\x9b\x15\xc3\xa3\x49\xa4\xdb\x34\x74\x5a\xa6\x88\x6a\xed\xce\x09\x5a\x54\x3d\x08\x0d\x6a\x75\x2e\x0e\x0b\x4c\xd4\x39\xd9\x8c\xbc\xdc\x08\x81\x9b\x4c\x26\x4d\xf8\x33\x53\x39\x44\xc3\xba\x65\x27\xcf\xa0\xe1\xa2\xe2\xcf\x08\x7f\xe0\x97\xb5\x26\x61\xb0\x60\xd9\xe7\x26\x02\x6b\xb2\xdf\xa6\x8b\xc6\xfe\x9f\x1a\x15\x97\x2e\x34\x3d\x71\x6c\x15\xad\x79\x4e\x73\xf3\xdd\xd7\x40\x75\x92\x8f\x11\xd5\x56\x4e\x31\xa6\x82\xda\x16\x11\x5f\xf0\xf6\xab\x10\x56\xb0\xf6\xbb\xb4\x4e\xe6\x0c\x06\x5e\x76\xbf\x43\x4a\x7c\x5f\x6e\x81\xdd\xa3\xfb\x04\x83\x4e\xb1\xd5\x67\x18\x70\x76\x89\x28\xe7\xc4\x8c\xba\xf8\x9b\x66\x43\x2d\x86\x96\x91\xe4\x29\xc4\xbe\xcd\x52\x5d\x21\xf4\xad\xa2\xd0\x9f\x5c\xc4\x9c\xa8\xae\x26\xd8\x09\x9e\x7f\x3d\xa3\x74\xc1\x4e\x54\x53\xc4\x12\x26\x10\x6e\x96\x08\x7b\x4e\xdd\x99\x9e\x00\xa1\x39\x6d\x96\x25\x7e\xb1\x50\xe2\x92\x38\x4a\x3b\x62\x89\x5f\x2c\xec\xb0\x50\x6c\x14\x97\x65\x86\x6c\xe1\x16\xcb\x60\x86\x0b\xd7\x3c\x9b\x7f\x19\x0a\xe2\xd3\xd5\x82\x12\x75\x14\x91\x34\x8c\xe1\xdc\xfe\xf5\xd3\x4c\xc1\x2d\xc2\x1d\x68\x4a\x90\x3a\x14\xdd\xf7\xf8\x73\x6d\xba\x5e\x10\x41\x24\xb1\xab\x67\xd8\x85\xde\xc5\x03\x09\x84\x78\x6b\x9b\xc9\x63\xeb\x6c\xfe\x65\x8f\x8f\x4d\xb9\x11\x39\x75\x1c\xa1\x43\x75\x35\x70\x71\xa6\x8b\x86\xf7\x97\xe4\x5a\x5f\xf1\x3a\xd0\xf8\xe1\x1f\x0a\x49\xc8\x99\xab\xf8\xe1\x73\xe1\x53\x38\x69\x1e\xd1\xfb\xbe\x9c\xd3\xac\xaa\x8d\x85\x6f\x5e\xa1\x43\x05\xf7\x15\x3f\x7a\x86\xf0\xa2\xdf\xa2\xcd\x97\x34\x74\x35\x2c\xdd\xc6\x22\x07\xc2\xee\x54\xa1\x9e\x4f\x8e\x57\x87\xd7\x67\x05\x57\x57\xfb\x30\x8c\x49\x15\x7a\x75\x3a\xf0\xaf\xd4\x0e\xe7\x3a\x3b\x58\x01\x11\x27\x61\x80\xfb\xed\x35\x38\x5b\xb6\xe8\xb1\x3f\x97\x36\xe9\xe5\x2c\x3e\x4f\xff\xcc\x49\x99\x0b\x7d\x72\xf7\x15\x53\x44\x69\xc9\x11\x2f\x58\x76\xba\x53\xe1\x82\x6b\xf7\xb7\x12\x5a\x7b\x4d\xb9\x1a\xae\x8d\xa6\x72\x11\x48\x4b\x04\xc7\x96\x4f\xe1\xaa\xdc\x8c\x61\x0c\xe5\xa0\x21\x44\xf2\x85\x09\x6a\xbf\x6f\x37\x88\x93\x1f\x37\x18\xfb\xf3\x76\x13\x9f\xc8\xa9\xf9\xd8\x91\xe2\x50\x12\x39\xf8\x2c\x87\xda\x60\x47\x6a\xad\x36\x91\xd9\x8a\x8b\x0e\x06\x5c\x94\x9d\xbf\x7e\x4a\xd6\xd3\x72\x4f\xcd\xaa\x7a\x1e\x7b\xb0\x25\x7f\x0c\x2c\xf5\xcd\x69\xe2\x5c\x2d\xca\x35\x9e\x01\xef\x49\xb5\x12\x22\x50\xdf\xd7\x1b\x75\x5c\x11\x55\x18\xaf\xa6\xe4\x6f\x6c\x2c\xcf\x79\x5c\x80\x52\x3c\x9b\x5b\xac\x21\x57\x0a\x81\xaa\x9b\x3e\x84\x17\xb9\xea\xf2\xd9\x52\xd5\x13\x71\xb6\xa1\xf9\x74\xd4\xc2\xeb\x6a\xb9\x3c\x92\x78\x15\x48\xd8\x44\x18\x61\xb9\xeb\x9e\x84\x11\x4e\xd6\x93\x27\x8c\x70\xbe\xb5\xb0\x08\x28\xb2\x68\xe0\x97\xe4\x5f\xdd\x59\xe1\x33\x97\x8d\x9d\x9d\x9c\xe3\xed\xaf\x35\x09\xe9\x85\x5c\x64\x4f\x62\x03\xcb\x17\xdb\x24\x34\xb0\x9c\xf2\x4e\x42\x03\x9f\x46\x8a\xb2\x61\x98\x29\x7a\xf4\xa5\xf0\x2d\xce\xc5\x7e\xd1\xbc\x22\xf4\xb8\xb5\xce\x21\xe6\x90\xdf\xc9\x49\xb4\xdf\xee\x1b\x1e\x99\xc7\x90\x82\xd5\x0c\xab\x56\xf9\x01\x9c\x04\xfb\xed\x26\x48\x5e\x53\xb3\xa3\xce\x61\x62\x20\xed\x1d\x62\xff\x7e\x9f\xae\x2f\x11\x78\xc5\xd5\x62\xf0\xa0\x9c\xec\x06\x74\x8f\x84\xf0\x42\x4e\x66\x4e\x2e\x8c\x95\x44\x70\x12\xea\x77\x4a\x83\x66\xbe\xc0\x3c\x5e\x11\x90\x8b\x6e\xce\x97\x08\x24\xed\x49\x09\x1d\xdc\x81\x1d\xc2\xc0\xe9\x6f\x0d\xc3\x05\xcd\xcf\xb9\x10\xe5\x61\x7e\x12\xe8\x57\x8e\x38\x26\x81\x7d\xe5\x7d\x74\xce\x37\x6a\x2e\x52\x83\x9a\x61\x14\x2a\xeb\xdc\x49\xb0\x5e\x39\x06\x3d\xb9\x18\x95\x2a\x7d\xb3\xe6\xc5\xd5\x74\xaa\xf1\x0f\x63\xd1\x8b\x7f\x18\xed\xeb\x2c\xbd\x85\x40\xaa\xeb\x89\xbb\x60\xfa\x87\xa2\x9b\xbb\xb2\x81\x7a\x75\xc5\xbe\x51\x8c\xd0\x61\x7a\x4b\xad\xce\xdf\x2a\xef\x29\x67\x5b\x70\x3e\x54\xeb\x54\xef\xfc\x11\x5e\x82\x28\xbb\x70\x9c\x2a\x93\xb9\x93\x83\xca\xef\xce\x6e\x7e\xea\x6c\xe0\x90\xe2\x5c\x04\xf7\x6e\xf9\xcf\x58\x1b\x49\xc5\xad\x03\x13\x96\xa6\xbd\x68\xff\xbe\x03\xbb\x88\x55\x4a\xb0\xe0\xd3\x01\x17\x65\xd6\x35\x21\x50\x61\xda\x03\x6f\x69\x7f\x0a\xd9\x44\x28\x61\x1b\x9a\x4d\x9c\xb3\x96\xe6\x6f\x60\xc6\xdb\xb5\x06\xda\xf6\x0c\x84\xe8\xde\xa8\xe7\xbd\x84\x0a\xd5\x64\xe8\xf5\x49\xf2\x35\xdf\xd2\x09\xd2\xc6\x7f\xa3\x34\x2c\x14\xf6\x96\x70\xab\xbb\x6c\xac\xbb\xe8\xfb\x90\x67\x58\xdf\x9c\xa8\xc3\x67\x0d\xb4\x24\xf1\xf8\xbc\x45\xb2\xbf\x45\xc1\x77\xff\x12\x3a\x4c\x48\xe3\x83\x5c\x75\xa8\x70\x78\x60\xb5\x59\xc0\xfc\xc8\x70\x79\x2a\x17\x17\x49\xf5\x0f\x63\xf2\x44\x09\x7e\x60\x84\x8f\xef\x0f\x99\x11\xff\xf0\x1d\xaf\x56\xfd\x70\x8a\xce\xd0\x2f\xa7\x0e\x9b\xca\xe2\xd4\x5e\x02\x95\xf9\x11\x23\xd4\x65\x21\xe7\xb4\x9d\x3e\xde\x5d\xfe\x69\x0c\x5b\xb4\x9e\xe4\x15\xb2\x22\x9a\xf2\xbf\x2a\xfd\x34\x05\x2b\x6e\x42\x5d\x1f\xf1\xba\x85\x55\x42\x98\x61\x15\xb9\xf9\x61\x97\xb8\xf7\x6c\x8b\xe6\x1f\x86\x9b\x25\x77\x0f\xe3\x77\xa9\x95\xcd\xb0\x14\xce\x2d\xf9\xa3\x0e\xa3\x3a\xbb\x75\x6c\xf4\x55\xbc\xed\xee\x2c\x5c\x4a\x21\xa4\x8f\xe8\x6c\xcf\xe7\xd6\xd0\xd4\x09\x74\x31\x25\x99\x51\x7c\xe2\x2e\xa3\xb0\x89\x6c\xe3\x16\x31\xf0\xb0\x6a\xc2\x97\x0f\x9a\x16\x43\xa3\x41\xb6\x21\x71\x80\xe2\x13\x77\x99\x08\x39\x3e\xb1\x18\xf7\xc4\x27\xfe\xf2\xc8\x11\x6d\x0c\x29\x74\x4c\x0c\x7b\xa7\x34\xea\x88\x5e\x7c\x7e\xca\x84\xca\xb2\x57\x12\x8a\x89\x65\xef\xf0\x95\xfb\x88\x27\xa5\xfe\xea\xfe\x49\x2e\xab\x0e\x77\x65\x21\x5f\x92\xb3\xdc\x87\xe2\x22\x3c\x13\x96\xc7\x74\x36\xb6\x87\x8e\xd3\xa3\x1b\xc8\xf3\x22\x8a\x45\x6c\x83\x47\x3c\x05\x6d\x08\x24\x23\x43\x72\x66\x07\x37\x1e\x9e\xc5\xe0\x2f\x99\xa3\x1c\x36\xbb\x39\x0d\x7f\x63\xdb\x89\x5d\x22\xe9\x87\x64\xb5\x84\x2f\xfe\xf2\x47\x1f\xf4\x78\xb2\xbf\x41\x9d\x0f\x7f\x8c\xc3\xa7\xfd\xf1\x40\x0c\x6b\xa3\x29\x78\xb1\x99\xf5\x48\x42\xa4\x68\x48\xb8\xe2\x1b\x37\x66\x93\x68\xc5\x19\x0f\x68\x27\x17\x81\x83\xc0\x9c\x0e\x5d\xcc\xb2\x2c\xa4\x20\x63\x7e\x3f\x72\x25\x14\xe5\x5a\x68\x85\xbb\x1a\x30\x27\xef\xaa\x85\x88\xe4\x6f\xc4\xcb\x9c\x8a\x63\x5c\xd3\x70\x9b\xb1\x44\xc3\x4d\x42\x54\x66\x77\x5d\x4b\xe4\x46\x83\x86\x61\x8b\x11\xc8\x38\x8b\x13\x46\x1c\xe3\x1b\x87\xbf\x93\x38\xc6\xb9\x78\x20\x98\x53\x56\x7f\xd3\x28\x9d\x05\x19\x81\x17\x16\x36\xbc\x78\xa7\x9c\x84\x31\xce\x52\x2c\x74\x14\x63\x09\x2f\x88\x62\x7c\xeb\xb5\x44\xd4\xe2\xf3\xd1\xfd\x51\xd7\x07\x59\xf4\xc2\x64\xf2\x43\xd8\xe2\x7e\x0f\x55\xa4\x1b\x6b\x68\x60\xdc\x58\x9e\x5a\x94\x84\x66\x76\x45\x5c\x11\xdf\x9f\xc2\xb9\x77\x0f\x17\x1e\x77\xdd\x4a\xa8\xca\x5e\xea\x91\x5e\x65\x9e\x30\xc9\x82\xba\x46\x1a\x94\x93\xe4\xf7\x0b\x69\x4f\xf2\xbe\x40\x9b\x50\x1c\xff\x15\xb6\xbb\x66\xcd\xad\x90\xf6\x98\x73\x48\x84\xe3\xbb\x88\x9b\x4a\x4c\xe3\x4c\xb4\xa0\x49\x4c\xe3\x2c\x8c\xb1\x42\xf6\xe3\xb7\xe7\xba\x70\xc9\x99\x40\x61\x44\x2d\x4e\x0a\x0f\x3b\x89\x53\x6c\x4a\x7f\xdd\x22\x96\x38\x36\x84\x2d\x4e\xf2\x64\x3b\x09\x5b\xec\xbb\x46\x51\x8b\x65\xf5\xba\x6e\x76\x90\xf6\x93\xdc\x4f\xcb\x7c\x7d\xc9\xdf\xb4\x56\x17\x69\x8f\xb8\x13\x8a\x4b\xdc\xef\x6f\x36\xd4\x31\xa6\xeb\x09\xb6\x53\xf7\x37\x50\xd2\xb7\xe8\xb9\xb6\xa5\x60\x47\x58\xe2\x2c\xa2\x9c\xc8\xc3\x45\xea\x2a\xeb\x46\x47\x67\x3a\xc7\xbe\x2c\xea\x1c\xa4\x4a\xd6\x0c\xc8\xfb\xaa\x66\xfd\x86\x1a\xd1\xfe\xb9\x31\xe7\x4e\x5a\xcb\x70\x27\xfd\xbb\xe7\xbc\xb0\x41\x90\x04\xaf\xcd\x38\xa7\x9f\xc4\xae\xed\xb2\xb0\x24\x74\xed\xe9\x80\x3f\x72\x34\xa1\x49\x09\x65\x9b\xcc\x58\x59\x61\x1a\xd9\x65\x6f\xb9\x64\x1a\x29\xe9\x00\xa1\x6d\xbb\xac\x1d\x1d\xda\x56\x4a\x9a\x2b\x81\xd7\x34\x6a\x62\xdb\x0e\x31\xbf\x57\x92\x88\xe6\x5b\x2f\xb8\xe3\x5b\x13\xe2\x42\xfd\x36\xc3\x50\x92\xb9\xc0\x0a\xf3\xc7\x2e\x93\xbb\x95\x21\xbe\xe1\x33\x2c\x79\x14\x96\x9e\x34\xe1\x6d\xbb\x8c\xd4\x56\xd6\xf6\x2a\x2e\xab\x3e\x38\xcb\xb4\x54\xd7\xcb\xb1\xd7\x79\x0c\x13\xc6\x4c\xec\xed\x49\x50\xda\xf6\xad\x37\xde\xc4\x55\x93\x42\xdc\xd9\x3c\xdc\x5b\xdd\x37\x55\x65\x83\x3c\x91\x6a\xd9\xca\x7a\x1e\x55\x67\x83\xb1\x98\x3d\x34\xb1\x6d\x74\x20\xf3\x92\xfd\x60\x55\x76\xc6\xd8\xfc\x53\xc8\xd8\xea\x4e\xec\xf8\xe8\xdc\xfb\xd7\x4f\x49\x7f\xc3\xd2\x7e\xe5\xb3\xfc\x35\x67\x77\x3e\x6c\x99\x85\xb5\xb1\x7d\x94\xe5\x0a\x81\x70\x4f\x8b\x4d\xd9\x12\xc1\x8b\x5d\x54\x5d\x77\x59\xd8\x1f\xea\x6b\xf0\x16\xa5\x51\xa2\xf8\xb6\x55\xb7\x51\x91\x34\x5f\x5b\xbe\x68\xad\xfd\x31\xcc\x2b\x6f\x7f\x83\x80\x10\xf2\x28\x48\x50\xc4\x24\x5d\xe1\xb2\xb7\xcb\xb4\x8e\x70\xb7\x59\xcc\x66\xc2\xdd\xde\xbe\x37\xb0\x89\x14\x8d\xb5\x8a\x6c\x94\x84\x58\xc2\x42\xb2\x4b\xf0\x41\xb8\xdb\x3b\x7f\xbf\x95\xf8\xa6\x06\x65\xbf\xf4\xad\x67\xc4\xc7\xa1\x1c\x48\x59\x67\x23\x8c\x1c\x7b\xe2\x51\xb8\x4a\x5c\x1a\xb2\x63\x5b\x45\x62\x04\x6d\xe1\x12\x97\x86\x4c\x92\x08\x8d\x9b\x6c\x6d\x45\x68\xdc\xd1\xb5\x0f\x0b\x16\x0c\xd5\xdf\x78\x48\xb8\xb3\xc1\x8a\x4e\xb7\x66\x32\x14\xb7\xbc\x94\x45\xa4\x4c\x53\xef\x50\xc6\x1a\x1e\xc9\xd6\xc0\xd4\x05\x94\xcc\xc5\x36\x57\x74\xdb\x9a\xb5\xd5\xaa\x9e\xcd\x10\x93\x84\xb7\xed\x32\x49\x21\x82\x6d\x17\xc7\x9b\x00\xb6\xa7\xa8\x2b\x62\x39\xa7\x2b\x82\x1d\xf0\xcd\xc6\x72\x6a\xe9\xc3\xde\xb1\x8b\x2c\x22\xd6\x6d\x97\x61\x02\xb1\x6e\x4f\x87\x8a\xb2\x10\xd8\xc2\xfe\x35\xd4\x38\xc4\x44\x5d\x55\x62\x06\xe1\xd0\x3a\xe9\x5f\x53\x2e\xce\x9b\x1b\x99\x78\x2b\x99\xfe\xa8\x59\xf0\x2f\x35\xd9\xea\x03\x26\xae\xf9\x72\x96\x1b\xfa\xfb\xf5\xe1\xab\xaa\x22\x60\xb9\x5e\x71\x0a\x6b\x9a\x61\x7c\xac\xf0\x0d\x9c\xae\x6f\x4e\xcd\x34\x65\x21\x7c\x85\x36\xc3\x0e\x4e\x31\x21\x26\x61\x4e\xcf\x47\xe6\xbe\x09\xd5\x88\x50\x09\x71\x6d\x17\x73\x8e\xb8\xa6\xe7\xa3\xea\x45\x5e\x96\x9d\x3b\xb7\x7b\x16\x1d\xd5\x50\x25\x16\x63\x77\x21\x82\xad\xf2\xd3\x40\xf4\xd2\x94\xc4\xbd\x25\x7c\x69\x92\x4d\x16\xe1\x4b\xb3\x58\xcb\x4b\x5e\x84\xc5\xa0\x25\x22\x69\x97\x2a\x2f\x01\x49\x4f\x87\x5c\xf6\x21\x4b\x45\x3d\x28\xdf\x2c\xba\xa0\x0f\x8d\xcc\xd9\xb3\x7b\xf5\x82\x5a\x98\xaf\x89\xad\xb6\x10\xc1\x4a\x7d\x78\x21\x73\x95\xee\xee\x42\xe4\x5a\xb3\x70\x44\xc7\x8f\x8c\xb6\x5f\x98\x9a\x75\xe9\x77\x2a\x08\xaa\x54\x70\x57\x47\xa3\x4b\x26\xca\x8a\x89\x3a\xf4\xde\x50\x4c\xd4\xac\xb3\xd4\xc1\x0a\x9a\x59\xb9\xfd\xd5\x8b\x82\x10\xa8\x49\x51\x32\x4f\x36\x36\xb9\x10\x63\x87\x0c\x9d\xd7\xdf\x20\xc5\x43\xe6\xda\xa5\xf7\xbb\xba\x5e\xcf\xc3\xfd\x7b\xe2\xa3\x1a\x91\xbc\x5f\x3b\x0a\x19\xab\xf4\xb0\x08\xad\x7a\xda\x54\x45\xba\xfd\x75\x1f\x45\x08\xd4\x2e\xed\x3e\x42\xa0\x9e\x8f\x2e\x1b\x9d\x17\xc6\xef\x08\x22\x65\x2d\x44\x40\xd4\x54\x34\xce\x30\x28\xeb\xd2\xdf\x23\x00\xea\x59\x86\x5b\x59\x24\xd6\xda\xe2\x03\xf2\x51\xec\xb4\x35\x40\x28\x30\x8f\x14\x10\xb5\x98\xba\x1d\x58\x21\x99\x1e\x19\x68\xf0\x89\xd7\x45\x84\xd4\x33\x70\x7f\xfd\xc4\xbd\xec\x7a\x63\x8e\x44\xac\x0c\x24\x95\xb2\xbb\x70\x88\x54\xd3\x18\x11\x22\xd5\xba\x3a\x0a\x91\x6a\x3c\x80\xcf\xe0\x9a\x85\xbd\x47\x30\x59\xa5\xc7\xb6\x86\x78\xf2\xc2\xe5\x92\x2d\x8b\xa1\x46\xfc\xd2\x7b\xf8\x1e\x92\x70\x59\x6c\xaa\x65\xdb\x35\x9d\x42\x64\xcd\x35\xbb\x13\x28\x7e\x67\x0f\x35\x54\x84\xa4\x97\xb7\x06\xa4\x81\x88\xa0\xf0\x28\x9c\x7d\x4d\x0e\x5d\x04\xda\xad\xf2\x28\x2c\xf3\x22\xc2\x92\x9e\xac\xfa\xbf\x35\x38\x7f\x3d\xaf\x07\x71\xe2\x97\xec\xde\xf2\xb7\x6c\xdc\x37\x70\xa6\x08\x36\xda\xa5\x95\x44\xac\xd1\x74\x49\x6f\x7f\x21\x6b\xf6\xe5\x3c\x21\x00\x60\x54\xad\xa9\x87\xec\xf4\xc7\x58\x7e\xd1\x1c\x93\x0b\x44\xdc\xa7\x85\x11\x5a\xcd\xdf\x2c\xcb\x9f\x5c\x98\x1d\x39\xdd\x87\x38\x31\xa2\x1d\xb0\x49\x93\x01\xb1\x22\x8f\x5e\x12\xb5\x11\x7a\xb4\x13\xe6\x68\x2a\xd6\x68\x92\xad\x0c\xc1\x46\xbb\xd4\x5e\x08\x36\x7a\xd7\xac\x0b\x2f\x4c\xd4\xba\x9f\x50\x8a\x35\xea\xbb\x27\x8c\xd2\xee\xae\x17\xd5\xe4\xec\xc3\x39\x21\xd4\xe8\x69\xc4\x1f\x63\x77\x0a\xc3\x4d\x8e\xac\x56\x77\x42\x2e\x34\x95\x04\xcb\x37\x75\x0e\x8a\x51\x34\x6c\x48\xaa\xbb\x0f\xcb\x64\x57\xc0\xd6\x21\xe2\x63\x92\x86\x12\x51\x1c\x4f\xf3\x45\x59\x30\x51\x72\xd9\x98\x3a\x61\xd1\xc5\xf3\x41\x4c\x1e\xc2\x38\x9e\x41\x2a\x1b\x8f\x51\x49\xb3\x08\xe3\x78\xca\xea\xa7\x5b\x53\xe9\xaf\x50\xeb\xd3\x59\xee\x24\xf5\x01\x1e\x9b\xf7\x8c\xe2\x38\x8a\x17\x43\x1c\xc7\x4e\xfc\xaf\x49\xe4\xc6\x94\xcc\xfd\xc0\xff\xac\xe4\x59\x6b\x9b\xc3\x36\x94\x15\xba\x99\xca\xe2\xf3\xa0\x2a\xd7\x68\x34\x29\x3b\xa8\xf7\x56\xf6\x83\xca\xad\x2b\x8e\x45\x12\x1d\x44\x08\xc6\x29\xa3\x09\x42\x30\xf6\xd4\xd3\x9f\x71\x39\x12\xc0\x29\xf3\x93\xb5\xa1\x32\x65\x1b\x42\xb8\xc6\xfb\xfb\xc2\xd9\xf0\xd4\xcc\x02\xc1\xda\x49\x3a\xab\x0b\x63\xa7\xfe\xfd\x25\x53\x96\xdd\xa3\x57\x7c\x54\xd1\xa5\xee\x3a\xcb\xca\x68\xf2\x31\x6f\x9a\xb2\x48\x21\x10\x63\x17\xe7\x96\x40\x8c\xa7\xac\x9a\x59\x5a\x28\xcd\x2f\xea\x11\xd3\xbf\x8c\x4d\xa7\xeb\x4f\x06\x4d\x7e\x0a\x13\xa6\xb1\xe8\x1a\xdd\x10\xac\xba\xc3\x42\x42\xd8\x93\xbf\xc5\x33\x54\xfc\x3e\xe2\x32\x76\x31\x0e\x09\xcb\x78\x2a\x55\xef\x40\x52\xba\xa4\xe4\xe8\x36\x27\x97\x65\x9f\x17\x57\x4b\xef\xd4\x1d\x34\x5a\xfd\x6a\x56\x28\x46\xbf\x9a\x65\xd2\xe4\x87\xf1\xcb\x28\xad\x28\x9b\x58\x25\x17\xce\x34\xeb\xaf\x31\x7f\xba\xa6\xf0\x6e\xfb\x7d\xba\xe1\xdd\xf6\xf2\x7a\x13\x7f\xf1\xf2\xc2\xbc\xb8\xc4\x64\x43\x43\x50\xc5\x7b\xca\x30\x66\xbd\xb4\x75\x74\x95\xbe\x50\x60\x90\x51\xc8\x7a\x41\x8a\xe8\x16\x7b\x4d\xb5\xe3\x9a\x02\x39\x0c\xe7\xd8\x2b\xba\x67\x09\xa5\x38\x65\x72\xa1\x50\x8a\x97\x1f\xef\x2f\xb0\x93\xee\xad\x17\x16\xb4\x59\xc8\xe2\x05\x42\x12\xd6\x7d\x29\xa6\x88\xc8\x0d\xfc\xcf\x4e\x99\x93\x10\x30\xf1\xd4\xab\x1e\xe2\xbd\xce\x57\x55\xc8\x00\x6b\xd6\x4e\x0f\x11\x60\xf7\xc3\xf9\x85\x27\x8e\xef\x3c\xa0\x32\xe5\x77\x3f\x7e\x62\xa5\x74\x4a\xfc\xc4\xbb\xb9\x4d\x04\x2c\xb2\xce\x21\x7e\xe2\x2d\x95\x02\xc5\x4f\x94\x4a\xdc\x0a\x19\x60\x97\xdd\xf0\x42\x06\x28\x5f\x6a\x44\x4f\xcc\x32\xf1\x53\xb4\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\x48\xf6\xba\x5f\x0a\xd8\x15\x75\x21\x48\x49\xf6\xbc\x9e\x21\xbc\xeb\x26\xc4\x91\xd6\x49\x39\x94\x28\x87\xa7\x0d\x67\x85\xaa\x54\x2d\xea\xc6\x7e\xc9\x23\x67\x9b\x97\xae\xee\xb7\x4e\xbb\xee\x51\x02\x1d\x7e\x5f\xbd\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x2a\x42\x1f\xcf\x22\x0d\x49\x58\x96\x04\x66\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x04\x2c\x52\x30\x22\x62\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\x0a\x76\x79\x17\x7d\x58\x26\x6d\x05\xa4\x60\xdf\x67\xf9\x07\x71\xbd\x74\x8a\x56\xc8\xc1\xce\x4f\xab\xb2\xec\x1b\x5d\xa6\x92\x8b\x49\xfb\x85\x28\x85\xf7\xf7\xd9\xfe\x11\x7d\xd1\xfe\xac\x27\xee\xa8\x85\x92\xa7\x13\xb5\xf0\x96\x30\x8e\xa8\x85\x8a\x97\x36\x15\xb4\xf0\x92\x61\xcc\xfa\xb0\x1f\xb4\x93\xc2\x76\x28\xd7\xee\xa2\x6c\x48\xe7\xc0\xd9\xba\x97\x3f\x7a\x5b\xe8\xea\xc5\x31\xef\xe5\x3d\xf8\xd1\x86\xf0\x2c\xc1\x8b\x96\x4d\xc8\xfa\x88\x9c\xcc\xfe\x1a\x1b\xcd\x3d\x5a\x9a\x15\x35\x1b\x08\xbe\x17\x17\x0d\x5d\x27\x5d\x82\x92\xa9\xc9\xd8\x65\x85\x4c\x2d\x7d\x87\x4d\x50\x72\xbd\xb0\xf0\xb7\x7b\x79\x0f\x86\xc3\x5d\x85\x94\x3b\x39\xf0\x5a\x72\xd9\xd8\x39\x1e\x8a\x0e\x7b\x77\xd9\x41\x59\x57\x74\x48\x20\x13\x64\x61\x49\xa4\x78\x73\x27\xc7\x41\x74\x6f\x89\x75\x29\xa5\xf2\x85\x64\xee\xf2\x31\x08\x9f\xbb\xdd\xe4\xad\x6c\x90\xa4\x6d\xb3\x90\xcc\xe5\xe4\x9c\xa6\x2f\x29\xcb\x89\x51\x1f\x10\xcd\xf9\xc0\x84\x64\xae\xe7\x6f\x23\x5a\x16\x57\x14\xa8\x41\xa4\xa6\x44\x6f\x66\x9f\x84\x74\xad\xfb\x34\x3d\xc1\x44\x90\xa4\x70\x3d\x53\x3d\xc8\xca\x32\x27\xee\x6d\x20\x07\x73\x19\x1f\x22\x37\x5f\xee\x6d\xf0\x2a\x8a\xe9\x98\x90\x9e\x75\x9f\xbc\xb0\x2b\xea\x59\xb4\x5e\xb8\xd8\xed\xc6\xf4\x18\x19\x65\xad\xd1\x83\x42\x9a\xd9\x58\x8f\x77\x94\xda\xc4\x03\x42\xf1\x2f\x09\x88\xec\xde\x22\x09\x31\x43\x04\x3f\xba\xf3\xfa\x66\x1f\xb2\xaa\x29\x08\xcc\xef\x40\x83\x30\xf8\x4e\x3c\x77\x84\x47\x8d\x6d\xaa\x05\x66\x18\x2f\x49\xbf\x63\x3d\x5b\xfd\xd3\xc8\x36\x77\xf2\xed\xaf\x6c\xf9\xee\x2c\x0f\x0d\x6d\x5d\x59\x2b\x99\x85\xfa\x68\xdf\xb0\x19\x76\x38\xd6\x1d\x72\xe8\xb2\x2f\x6e\x14\xe9\xf9\xec\x8b\x4b\x84\x4e\xec\x8b\x5d\x04\xe5\xb2\x43\x12\xd7\x33\x07\x6b\x87\xad\x52\x57\xff\xf6\xc5\xae\x29\xae\x45\x13\xe6\x1f\xbe\xa2\xe8\x50\x2e\x7c\xdd\x75\x17\x05\x75\xc2\x1e\xd9\x21\x79\x2b\xba\xe0\xf6\x85\x14\x45\x1c\xa3\x1d\xa2\xb7\x9e\x8b\xc6\x01\xb2\x61\xcc\x1b\x03\x28\x2d\xd1\x0e\x03\xa8\xae\xc5\xdd\x97\xc8\x0e\x77\x27\x5e\x36\x72\x47\xb6\x11\xae\x5d\xb2\x28\xdb\x97\x36\x9f\x67\x40\x4f\xe2\xae\x61\xb2\xf9\x8a\x46\xb2\xc0\x02\x45\xcd\x60\x16\x23\x06\xe7\x46\xd6\x96\x8b\xfa\x17\x64\x47\x2e\xae\x07\xb2\xa3\xfb\x23\x8b\xed\xa9\xc5\xa0\x66\xfe\xd9\x9d\xf8\x29\x0b\x75\xeb\xd1\x60\x49\xfb\x9d\xa3\xa0\x60\xeb\xed\x8f\x9f\xe8\x83\xfb\x17\x86\x1d\x97\xba\xc0\xb6\x2d\x9a\x22\xd4\x9b\x2e\x77\x9e\x7d\x5b\x55\xa9\x68\x9b\xa4\x7a\xf4\x08\xf7\xda\xe3\x7c\xe6\xf2\x1c\x21\xb5\x1b\xea\x41\x28\x9a\x08\x8d\x6f\x2c\xb6\x92\xfb\x2a\xf2\xb6\xbb\x0b\xd1\x59\x5e\xe8\xc4\x9e\x3d\x8d\x38\x0b\x5b\x00\xf2\x7b\x23\xd2\xbb\x84\xd6\x15\x9a\x76\xca\x04\x89\xd0\xb4\x3d\x43\xdd\x10\x9a\xb6\xe7\xea\x5f\x86\x41\x59\x72\xb5\xac\x36\xcf\x81\x1d\x16\x5b\x59\xbe\x4c\x14\x42\xb6\x7a\xfa\x10\xe9\xcd\xab\xaa\x4d\x0c\x63\x65\xf5\x49\x0c\xd9\xa2\x77\x1a\x21\x64\x4f\x59\x7f\x8c\x59\xa8\xae\x08\x62\x0c\xfc\xbb\x6f\x91\xb6\xee\xa0\xf6\x23\xef\xf0\x7d\x6b\x3f\x0e\x57\x0c\xee\xa9\x1a\x69\x30\xf5\xb3\xbb\xb4\x78\x02\x24\x55\xbc\xd4\x7f\x7f\x15\x3e\xf4\x57\xa6\x45\x3d\x14\x4d\x95\xd4\x2a\x5e\x9f\xbc\x7b\x6f\xdd\x7e\x4d\x35\xc1\x9d\x97\xa8\x7f\x87\x83\xdb\x9e\x3d\x1c\xe1\xb1\xe2\x6c\xe0\x10\x8f\x46\x81\xe7\x9b\x3f\x42\xc0\xf0\x70\xda\x21\x8b\xca\xba\x23\x08\x19\x79\xca\x0e\x65\xe9\xef\x54\x2e\x42\xa1\x5e\xfe\x61\x1c\x70\xa8\x24\x02\x48\xf6\x0c\xe5\x46\x88\xc8\x2e\x6b\x7c\x62\x42\x9e\x4a\x55\x4d\xe8\xbc\xcb\x56\x97\x08\x91\x99\xb8\x71\x27\x17\x4a\xee\xc5\xd5\x70\xc7\x0f\xb5\x21\x7c\xac\x6d\x5e\xc4\x41\xd4\x19\x40\x84\x94\x9b\x3f\xc6\xfc\x68\xb6\x42\x84\x94\x25\x47\x20\xe6\x63\xcf\x90\x7b\xc4\x7c\xec\xf2\x73\xa3\x20\x8f\x53\x96\x47\x8a\xeb\x98\xfd\x43\x64\x46\x32\x18\x22\x58\x63\xcf\x42\xaa\x05\x6c\xd8\x55\xab\xbc\x0d\x39\x07\xc9\x31\xd4\x9d\x78\x3a\xc9\xad\xdd\x2e\xdc\xa7\x6e\x71\xd1\x71\x0d\x0a\x0e\x3d\x4f\xae\x5d\x82\x95\x23\x67\xdd\x5b\x82\x9f\xef\xef\x5e\xd1\x53\xd7\x09\xc2\x1f\x2a\x2a\x32\x8b\xfb\x7c\x17\x2d\x48\x57\x23\x7a\x0f\x4f\xd5\xb4\xb1\xcc\xf2\x4f\xe9\xfa\x54\xc5\x1b\x82\x32\xbb\x6c\xe0\x8f\xee\xb2\x8c\x8b\x51\x86\x88\xa8\x67\x5d\x2b\xd5\xab\x35\x95\x05\x8d\x43\x1d\xed\xca\x8d\xa8\x89\xad\x22\xd7\xa7\xb3\x31\x25\xea\x6d\x15\x99\x55\xfd\xcb\x58\xcc\xfe\x67\x99\xe7\xae\x58\xfa\xcb\xf2\x69\x23\x22\x92\xf3\xa3\x5d\xa1\xb8\x75\x2a\x2a\x9c\x7f\xc9\x8f\x76\x48\x81\x7a\xd6\xc6\x43\xea\x23\xf7\x31\xbb\x0a\x3b\x08\x9d\x85\x94\x27\xc9\xf0\x71\x87\x9b\xcb\xdc\xbf\xdf\x98\x77\xe1\x95\x2a\x5c\x51\xfd\x35\xe6\xe0\xfb\x51\x73\xa0\x36\x51\xab\x36\x7e\xad\xc4\xa6\xf6\xb1\x8d\x48\x9c\x0a\x4a\x3b\x89\xc4\x99\x9b\x87\x19\x3c\x14\xc9\x32\x89\xbc\xa9\x58\xcb\x27\x17\x3b\x58\xdb\xb2\x8a\x54\xf2\x30\xb9\x46\xb4\xf0\x78\xab\xbc\x44\x2f\xee\x8a\xab\x41\xdf\x1c\x15\xed\x0f\x63\xdb\xa6\x9b\x03\x76\xa0\xc2\x6d\x4e\x19\x45\x6d\xb9\xab\x14\x4b\x7e\x63\x51\x99\xbf\x1f\x99\x6a\x7f\xe3\xf1\xa5\x03\xa8\xe8\x9b\xc6\xbd\x4d\x37\xc9\xf4\x4f\x83\x09\xa9\x9b\x24\xfc\x4c\xa6\x2c\x76\xee\x6e\xe2\xa0\xe9\x12\x6a\xa8\x25\x5e\x70\x3e\x76\xe3\xb2\xd0\x86\x93\x71\xe4\xa5\x39\x6b\x2c\xcc\xd4\x2f\x83\xbb\x9a\xa7\x46\x2a\x07\xd3\x97\xb3\x81\x14\x5d\x2b\x46\x8d\x92\x58\xee\x26\x57\xe7\x97\xb3\xb1\x30\xc2\x8a\x16\xb0\xe9\x6e\x68\xac\x8c\x56\x1f\x89\xda\xf5\x2d\xca\x55\xe0\xde\x82\xed\xa7\x3f\x32\x30\xf7\x36\x16\x51\x9e\x4f\x08\xcb\xd9\xb3\xe7\x6b\xab\x7b\x6e\x92\x4b\xd0\x23\x43\xe9\x54\xc6\x60\x44\xe9\x3c\x85\x8b\xb2\x71\x5c\xb4\x84\xe1\x4b\xb2\xfb\x66\xe8\xe2\x7b\x55\x7f\x64\xfa\x9a\x72\x2d\x8a\xba\x56\x1d\xe6\xa1\xac\x3a\x5f\x95\xd5\xe4\xba\xa2\x27\x7e\xca\xb0\x43\x1c\xd7\x8b\x26\xb3\x8b\x05\xaf\xab\x2a\xdc\x42\x76\x79\x2b\x24\xec\x66\x2f\x5a\x23\xcc\x18\xe7\xe5\x0e\x4d\x56\x85\x47\x27\x91\x36\xef\xea\x9b\x4c\x96\x8a\x97\x07\x2a\x9e\x89\x66\x90\xe8\x9a\x97\x9e\x30\x3b\xcc\x11\x7b\x71\x77\x97\xe4\xca\x2e\x0b\xe7\x4d\xe4\x72\xd7\x73\x47\x77\x64\x0f\xee\x7a\xb9\x5c\x56\x7d\xf2\x47\x06\xae\xb1\x11\x44\x44\xfc\xa0\xdd\xd1\x8a\xef\xfe\x98\x69\x45\xd3\x82\x46\xa2\x6f\x37\x44\x79\xe5\xd2\xc8\xe3\x3e\x1d\x5e\xe0\xb8\x05\xa4\xcf\x4e\x98\xce\x5e\x3c\x29\x5b\xfd\x61\x9c\xc8\xee\xa6\x8c\xd8\x36\xce\x20\x2d\x64\x26\x4c\xe7\xf9\x7a\x29\xfb\x26\x9b\x94\x55\x55\x4c\xc3\xc0\x26\xdf\x97\xf1\x40\x28\x7e\xfd\x0d\x17\x87\x7b\xc0\xe7\x86\x3f\xb1\x07\x14\x9d\x8c\xc1\xb6\x0c\x3a\x4d\x9e\x84\xd0\xad\x17\xf5\x3f\x0c\xeb\x7a\x51\x17\xc2\x78\xee\x96\xac\x9d\xc0\x88\x5d\x71\x04\x88\x8b\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xe8\x91\x53\x9f\x3d\x35\x65\x2e\xaa\xe0\x15\x91\xc3\xed\xde\x94\x19\x19\x21\x14\xbb\x74\x31\x09\x9a\x78\x3e\x3a\xdb\x99\x83\xa9\x6c\xac\x19\x1c\x08\x82\x1f\xf6\x22\x2c\x16\xbe\xf4\x7a\xd1\x2d\x15\xae\xf4\x8a\x29\x44\xac\xda\x8a\x30\xe7\xd2\xc4\x7e\xb3\xd8\x62\xb9\x9a\xc1\x47\x67\x35\x4a\x37\x19\xe3\xd2\xc1\x5f\x62\x21\x89\x00\x08\xdb\xb5\x22\x79\xc7\x96\x79\x9a\x89\xb0\x30\x4f\xeb\x25\x39\x77\x68\xbb\xac\x6b\x69\xa1\xc4\x62\x0a\x2d\xec\xd1\x7a\x49\xce\x05\xd6\xd2\xc9\x59\xe8\xc3\x99\xee\x41\x10\x55\xb4\xdb\x96\x8e\x8a\xbb\x87\x4d\x91\x2f\xe7\x25\xc2\x47\x04\x65\x58\xab\x9d\xc2\xea\x51\x70\x94\xe4\x3f\x83\xd0\x87\x5d\x7e\x61\xf6\xe2\xa8\x24\xe7\xe2\xf0\x16\xe7\x22\x4a\xc8\xe5\x36\x76\x70\x6b\xd5\x9f\xb3\x27\x4a\xff\x36\xc8\xe6\xbf\x9d\x0d\xad\xab\xee\xe6\x23\xd4\xbe\xae\x50\x44\x52\x59\x42\x8a\xbd\xf1\x8f\xf6\xcd\x69\xf9\x9a\xb2\x5a\xb0\xae\xec\x26\x3b\x94\x7d\x85\x71\xc5\xad\x5c\x84\x9f\xd3\xad\x18\x12\x29\x45\x6b\x9f\xc4\x36\x4c\x7e\x5d\x45\x6c\xc3\x5e\xb2\x73\xdc\x9f\x1a\x57\xc8\x98\x6a\x2b\xfe\x38\x43\x43\xcb\x39\x38\x4b\xea\xeb\xa4\x79\x75\x95\xdd\x23\xb6\xc4\xe6\x1c\x66\x37\xff\x30\x3b\xea\x5b\x3c\xac\x8a\x18\x08\x08\xa3\x2e\x39\x1e\xd9\x9b\xbd\xa4\x79\xdd\x7a\xcb\x8b\x4c\x0e\x13\xb4\x5e\xbe\x45\x21\x46\x9a\x2b\x0a\xec\xe9\x09\xf0\x8e\x70\x36\xe2\xdf\x98\xac\x09\x33\xb3\xf3\x55\x43\x89\x0d\x52\xbe\x39\x66\x24\x3b\xcb\x22\x08\xa1\x63\x77\x56\x74\xe5\xec\xad\xa1\x51\xf6\x25\x8c\x29\x94\x23\xdb\x32\xd9\x02\x6e\x0b\x7f\x8a\xbf\x7e\xc2\x8b\x71\x52\x0e\xc6\x92\x66\x1e\xd9\x4f\xf5\x73\x21\x0c\xc1\x4e\x27\xfc\x15\x2a\x5b\x4f\x8b\x30\x0c\xbb\xe5\x32\x87\xd8\x87\xa7\x26\xb5\x0a\x82\xd0\xf6\x7b\x09\x41\x64\x7f\x64\x82\x45\x91\xbf\xd0\x89\xf5\xeb\x06\xbb\xb1\x7c\x7d\x2b\x86\x36\x2c\xce\x3e\x7c\xfd\x1b\x48\x1c\xf7\x78\xd2\xcd\xd9\x2f\xcc\x82\x44\x45\x86\x7b\xbc\x53\xed\x50\x96\xc7\xbf\x5e\x10\x21\x36\xea\x45\x7b\x37\xdc\xd3\x9d\x0e\xea\xa7\x9b\xa1\x8a\x5c\x7e\xe9\x7d\xac\x83\xf7\x92\x60\x41\x0f\x15\xc5\x17\x94\x0d\x27\xf1\x05\x73\xf9\x96\x0d\x17\xe4\xde\x86\x2f\x1f\x68\xf5\x29\xde\x3f\xa5\xba\x22\x06\xae\xbd\xf5\x16\x3b\x45\xf7\x43\x08\x8b\x4e\x76\x28\xdb\xa8\x69\x2a\x0b\xd6\xd7\x32\x87\x91\x58\x2f\xd5\x3f\xdd\xbf\x7e\xaa\x54\xbc\x14\x29\x50\x6e\xd2\x88\x14\x68\x37\x31\xfb\xcd\x8d\x20\x7a\xea\xcd\xfa\xdf\x7a\x65\xbd\x39\xe0\xa2\x91\x14\x35\x50\xf6\xa0\xfb\xad\x0d\xa0\xdd\xf1\xf6\x06\x70\xe1\x41\x61\x0d\x6d\x72\x2f\x6a\xf3\xbc\xe1\x9f\xc8\xe8\x72\xbf\x45\x52\x69\x3f\x84\x79\x57\x31\x86\x0e\xb1\x53\x97\xed\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x55\xbb\x4c\x24\xf7\x5b\xc4\xb6\xde\x65\x21\xb0\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x13\xaf\x5e\x74\xfc\xde\x21\x67\x2e\xcd\xd5\x72\x2c\xaa\x3f\xbe\xc9\xd2\x4a\x48\x83\xb2\x84\x41\x3b\xc4\x3f\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\xa8\xb2\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\xe9\x2f\x66\xd7\x14\xb3\xd4\x9d\x7b\xff\xfa\xa9\x52\xbd\x50\x60\xc6\xeb\xfb\x4b\x10\xae\x0e\x75\xb8\x87\x4b\xd9\xfc\x33\x19\x58\xf9\xd1\x1b\x06\x56\xe7\xab\x6a\x12\xe5\xeb\xc2\x41\x67\xda\x36\x93\xa0\x86\x77\xf5\x15\xf4\x81\x55\xee\x2b\x1b\x89\x4b\x95\x8e\xc7\xb6\xc4\x45\x93\xf8\x60\xc0\xe6\x97\x19\xc1\x0a\xcb\xfd\xfd\x1a\x8c\x64\xac\xdd\xd6\xfc\xb0\x38\xd8\x9d\xae\xc5\x7e\xaf\x58\x81\x3e\x0b\xce\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x1b\x8c\x9f\x3b\xe3\x45\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xc9\x7b\xba\x51\xc8\xc2\xab\x83\xa1\x73\xb2\xa8\x6b\xc6\xeb\xe3\x59\x11\x2b\xe4\xfc\x96\xc2\xb0\x04\x32\x12\xa6\x67\xc5\x9b\xfb\x56\x30\xd6\x67\x11\xcb\xa1\xf0\x1a\x7e\xd0\xfc\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\xbf\x3c\x85\x07\xd1\x83\x0a\x64\xc7\xdb\xd6\x83\xea\xe2\xad\xd8\x09\x0f\x9a\x83\xb7\xfc\x54\x3f\xab\x13\xb9\x20\xf6\xe2\x23\xfd\xba\x8c\xec\xf7\x41\x0d\x6e\x40\xde\x3f\xa8\xc1\x0d\xc8\xc8\x07\x35\xb8\x8e\x07\xe4\x47\x5a\x70\x05\x39\xff\x83\x16\xdc\x28\xe3\x8f\x1e\x56\x1e\x54\xe4\x46\xd1\x48\xc2\x7d\xfb\x28\x73\x2a\x87\x69\xd2\xe5\x8f\xed\xd7\xcf\xa8\x5a\x98\x11\xc6\x19\xb5\xbb\x3b\xfb\xe4\x46\x56\xee\x15\x39\xff\xee\x7d\x72\xdf\xbe\x7d\x22\xe7\x26\xc2\x74\xd6\x43\x5c\xe1\x44\x29\x25\xe5\xc2\xae\x37\xfb\x1b\x71\x77\x9a\xb3\xc4\xc3\x51\x83\x2b\x3c\x0b\x66\xcd\x86\x5c\xfc\x16\xe5\xc2\x4d\x99\x3b\xba\xc2\xc9\xb0\xbb\xb6\x50\xb4\x71\x83\xef\x20\xbb\x58\xc6\xa1\x0d\x31\xf4\x11\xf7\x46\xd9\xed\x07\x77\x2e\xc3\x44\x78\x50\xce\x3b\x59\xff\x36\xe8\x42\xe4\x3c\x0f\xba\x7a\x77\xe6\x52\x79\xd0\xd5\xeb\xf8\x96\x7f\x50\xd5\x3b\x15\xab\xf3\xf1\xd0\x91\x86\xef\xc9\x4e\x2a\xd6\x60\xe2\xb0\xe4\xec\xfe\xc7\x53\x27\xf3\x3e\x3d\xd9\x50\x9f\xc0\x6d\xc8\xc9\x72\x58\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\xa1\x06\x78\xb2\x53\x59\x86\x3b\x6e\x65\x19\x6e\x2e\xca\x32\xdc\x9a\x94\x65\xb8\xbd\x2a\xcb\x70\x53\x57\xb6\x45\x74\x8e\x4b\x39\x86\x9b\xfd\x53\x86\x5b\x5c\x96\x4b\x7f\x0e\x65\xc3\xac\xe7\x5b\x96\xd1\x76\x77\x91\xa3\x54\x5c\x96\xd1\x16\x77\x82\xd1\x66\x67\x19\xed\xd4\x78\x74\x2a\xab\xaa\x9a\x8c\xb6\xfa\x2b\xa3\x4d\xfa\x2d\x86\x06\xb9\xfb\x2b\xa3\x2d\x9a\xb8\xa9\xc5\x75\x16\x2c\x53\xd5\xab\xc9\x70\xa7\x1b\x8a\x67\xac\x17\x3b\x5c\xe1\x9f\xdf\x3a\xcb\xea\x56\x57\x15\xe2\xc1\xfb\xfb\x5b\x5c\xa7\x78\x6e\xa6\xd6\x4f\x33\x87\xa5\x0b\x12\xd5\x93\x65\x44\x42\x10\xf8\xd3\xc9\x39\xf9\x2b\x23\x12\x56\x0d\x3d\xc5\x5b\xaf\xbe\x07\x45\xc5\x53\xb3\x16\x1b\xf7\x61\x45\x58\x35\xfc\xe5\x9f\xaa\x5c\x98\x05\xec\x2e\xcc\x88\xb2\x7b\x15\x0b\x28\x2c\x1a\x7a\x8d\xb7\x14\x12\x4e\x36\xdc\xb6\x26\xef\xb1\xa0\x15\x72\x13\x1a\x0d\x2d\xae\xa9\x79\xdc\x04\x9d\x40\x59\xf1\x81\xab\xd0\x51\xb5\x7f\x76\x9c\xd4\x0e\xe1\x75\x72\x81\x7e\x41\x37\x3b\x76\x79\x27\xc8\xcd\xb3\xd1\x75\xc5\xe9\xc2\xb3\x43\x31\x8c\x37\xd7\x03\xf1\x3f\x2e\x15\x7c\xc9\xb8\x57\x19\xbc\x4a\x28\x83\xb1\xb6\x32\x98\x8b\x2a\xd3\xa3\x06\xff\x28\xcc\xbc\xdc\x52\xf8\xb6\x77\x0d\xaf\x5f\x3f\xc2\x55\xfb\x45\x2c\xd5\xac\xcc\xa1\x19\xb3\xab\x7b\x7e\xfd\xb4\x3f\x5b\xed\x3f\x8a\x64\xce\x2e\x21\x90\x79\xd3\xcc\xbc\xf0\xb8\x74\x29\x73\x2a\x0c\x12\xf9\x81\xa4\x27\xfc\xd9\xa3\x60\xdd\x5d\x7d\x8d\x60\x24\xac\x3d\x94\x34\x52\xa0\x47\x51\xbc\x8b\x8b\x9d\xda\xb8\xb8\x88\xe1\x0d\x23\xef\xd9\x6f\xc2\xac\xeb\x4b\xf4\x8d\x3d\x0a\x05\x8a\xd7\xd1\x07\xfa\x13\x7f\x06\x0f\xf1\x81\x71\x9e\xff\x10\x1e\x98\x40\x1c\x0f\xc1\x81\x07\xec\xd8\x87\xd8\xc0\xe8\x88\x3c\x04\x03\x8e\xc7\xf7\x73\xcd\x87\xb0\x6d\x23\x9c\xfe\x45\x1e\x06\xd8\x15\x92\x28\x00\x81\x69\xef\xa0\x71\x0f\x00\xc3\xf6\x3b\x85\xb6\xfb\x73\xad\x8b\xb0\xb7\x77\x0e\x0f\x44\x01\x48\xd8\x6a\x87\x82\xbe\x00\x71\xf5\x07\xdb\x05\xc0\x42\x08\x71\xf6\xb4\x00\x68\x35\x95\xef\x4f\xe2\x22\x29\xa1\x9b\x14\x80\x2c\xa9\xf1\xa1\xd2\x02\x50\x51\x0d\x0d\x97\x72\x01\x80\xa2\xc8\xe3\x5b\x02\x4d\x76\xd4\x95\x03\x80\x7a\x1e\x3a\x98\x01\x80\x5a\xee\x61\xda\x19\x80\x0f\xca\xb4\xa1\x36\x18\x00\xdc\xbc\xf6\xb0\x58\x3c\x00\xbb\xec\x0c\x5d\xc1\x00\x14\x8d\x76\x4e\x03\xe2\x8e\x28\x61\xe6\x19\x80\x46\x00\x8c\x90\xce\x04\x00\x96\x2e\xaa\x62\x01\xf8\x92\x22\xc5\x00\xa4\x63\xe1\xb9\x29\x00\xa8\x96\x5e\xe1\x93\x2e\x00\xf1\x38\xba\x7b\x28\xe6\x07\x40\x5a\x39\xf1\x10\x38\x00\x19\x42\xa3\x8a\x03\x00\x3b\xfe\xc0\x67\x01\x48\x0c\x2e\xee\x9c\x00\x48\x28\x58\x93\x5a\x59\x08\x43\x50\x39\x09\x00\x02\x8f\x72\x7b\x5d\xb0\xe0\xb9\x51\x51\x09\x80\xf0\x62\x84\x44\x08\xc0\x66\x19\x02\xbb\x05\xe0\xa5\x9f\x78\xf5\x17\xee\x10\x72\xf8\xc3\x05\xc0\xf5\x1e\xca\xbc\x07\x80\xdc\xec\x46\x5e\x0b\x40\xab\x3f\x55\xc7\xc6\x0c\x04\x29\x65\x00\xe8\x07\xd2\x17\x01\x68\xd6\xcb\x00\x1f\xf1\x0e\x09\x1b\x80\x37\x7e\x25\xb3\xb6\xc3\xad\x48\x41\xf0\x53\x01\x40\x1d\x84\x91\x62\x00\xb8\xc8\xe0\xaa\x02\xc0\x6d\x46\x49\xf7\x17\xb0\x29\xd1\x05\xd8\xbc\x6a\xe2\xcd\x00\x60\xe9\x27\xc3\x80\x68\x05\x7e\x55\x00\x70\x5f\xd3\xc2\x59\x28\x00\x7c\x41\x96\xec\x4a\x89\xea\x0f\x37\x2a\x00\x8f\x00\x45\xad\xc8\x75\x6a\x8f\xb0\xae\x02\x7c\x08\x8c\xa0\x9e\xce\xae\x8e\x75\x97\x80\xec\xe8\x45\x33\x76\xe3\x04\xeb\xd0\x4a\x6a\x05\xf7\x40\x77\x2f\xd3\x3f\x79\xa3\x28\x5c\xa6\x26\x68\x11\x16\xb4\x8d\x6c\x00\x32\x94\x5e\x93\x06\x87\x15\x49\x1f\xce\x6f\x19\x34\x57\xe1\x93\x7b\x17\x7a\x5e\x85\x71\x6e\xef\x86\x08\x5f\x0f\x00\x7c\x52\x4b\x37\x00\x7d\xa7\xf0\x2c\x15\x80\x86\xd8\x33\xfc\x80\x0a\xf0\x02\x90\x0c\x60\x03\x85\x53\x40\x00\x44\xbb\xac\xd5\xfd\x40\x62\xd2\x6b\x73\x09\x08\xd8\x5e\xdb\x9f\xb4\xe0\x55\x9a\xc9\xfb\xf6\x1a\x47\x43\xbd\x76\x03\x70\xb2\xd2\xeb\x70\x9f\x50\xcc\xea\x15\x6c\xbc\x12\x91\xf5\xee\x5e\x85\x6c\x12\xf1\xa1\xee\x69\x44\x91\x86\x2a\x6d\x5f\xc0\x87\xd9\x6b\x42\x36\x69\x12\xd2\xaa\x16\xe1\xda\x34\x37\xc3\x68\x3a\xc2\x09\x53\xf0\xbb\x37\x4d\x67\x92\xc1\x75\x6f\xda\xf6\x69\x21\x90\xec\xad\xba\x04\xc6\x0d\x3d\x2e\xad\x00\xbc\x65\xa8\xa6\xbd\x93\xa4\x92\xd9\x9b\x30\x58\x92\xaa\x14\x4c\x6a\x00\x9c\x83\x88\xf4\x19\x00\x9d\xe9\xd0\x9a\x0c\xc0\x44\xdb\xec\xe6\x32\x5a\x89\x78\xf5\xe9\x0a\x77\x51\xcf\xb5\xb2\x42\xcc\xf5\xae\xbd\x92\x87\xb6\x5b\x68\xe1\x08\xc0\x32\x08\x2f\xe4\xd1\x37\x0e\xfc\x34\x1f\x79\x04\xd3\xe4\xee\x5d\xeb\x9c\xe5\x2b\xbd\xdc\xc5\xad\x3c\x38\x25\x0d\xfb\x39\x01\xf4\x93\xf2\x05\xd0\x6c\xcb\x5f\x80\xdc\x04\xfe\xae\x63\x01\x48\x5f\xc0\x03\xe0\x5b\x07\xf3\x11\x11\x2d\x00\x88\xbd\x90\xf4\x13\x5f\x46\x7d\xfc\x06\x6c\x00\xc5\x00\x22\xcc\x75\xcd\x7a\x9e\xd2\xdb\xe9\x1e\xfe\xcc\xb4\x32\x6e\xff\x84\xf0\x96\x7d\x08\xa5\x65\x5c\xf1\xde\x7d\xe8\x9a\xc8\x53\x53\x38\x2f\x97\xe0\xfd\xd5\x87\xa7\x70\xf2\x02\xeb\xe1\x81\x42\x00\x14\xcb\xa6\x4b\x08\xb7\x0c\xaf\xcb\xc4\x12\xa0\x0f\xcf\x18\x4e\xba\xee\x1e\x7e\x84\x00\xc4\xc5\x4a\xd4\xfc\x00\xa0\xe7\x4d\x54\x75\x01\xe4\xb3\xc8\x3d\x7d\x14\x9b\xae\xbb\xa7\x0f\x77\xf1\x5d\xd3\x17\xf0\x50\x42\x95\x2e\xed\xc2\xa1\x8d\x9b\xf1\x06\x71\x00\xaa\x63\x2d\x0c\x69\x87\x48\x80\xbc\x61\xbf\xf4\xa9\x7d\x9a\x37\xc1\x8f\x4b\xf2\x68\x77\xe6\x19\x19\xae\xed\x02\x40\xb8\xdc\x3e\x85\xf5\xb2\xf4\x71\x46\x9e\x2e\x51\x55\xc2\x13\xb4\xe5\xfa\x76\x16\xff\x04\x83\xc5\x3e\xbd\xd7\x11\x74\x1e\x80\x9b\x7d\x13\x84\x79\x6a\xf5\x0b\x71\xdf\xd3\x75\x6b\xe3\x96\x91\x40\xb6\xa1\x68\x10\x80\x82\x2d\xea\x75\xf9\x27\x58\x9c\x8e\x4b\xdb\xa1\x8c\x8e\xc3\x9f\xd0\x6c\x0e\x00\x52\x89\x62\xb2\xaa\x0c\x98\x64\xe3\x12\x06\x2f\x0a\x27\xe0\x6b\xa3\xcc\x41\xe8\x96\x4b\x97\x53\x91\xbb\xc7\x71\x89\x68\x28\xf2\x4d\x43\xfc\xc1\x03\x58\x74\x74\x84\x2b\xe2\x00\xf0\x74\x1d\xb7\xa6\xb4\xac\x37\x25\xee\xdb\x25\xde\x98\x6e\xdd\x22\x80\x8a\x14\x39\x87\xd1\x47\xd9\xc4\x0b\xce\x53\xd4\x5d\xd9\x43\x9a\x80\x75\x7c\x01\x31\xd8\xfb\x37\x00\xa3\xae\x5b\xd7\x68\xd9\x13\xbf\x05\xb7\xf6\x5c\xd9\x0b\x37\x0c\xb7\xbb\xbe\x1f\x89\x5e\x74\x91\x54\x62\xf1\xdf\x23\x3c\x93\x00\xc0\xa3\xc7\xad\x75\xaa\x23\x4c\xe8\x0f\xa0\x0a\x80\x8f\xe9\x71\x8b\xde\xa9\x84\x9c\x3c\x00\xff\xa4\x33\x85\xb7\xae\xe2\x4a\xac\xc0\x03\x70\x1d\xb2\x18\xbc\xb5\x6f\xab\x7c\xf0\x8f\x43\x64\xff\xf1\xfe\xaa\x33\xa1\xcb\x7d\xe9\xd4\xd7\x99\x31\xfe\x4d\xb7\xeb\x2b\x2e\xa1\x81\xe2\x35\xfb\x1e\x29\x19\x80\xdf\xd5\x62\xa2\xbd\x4e\x51\xe0\xde\x4c\x75\x12\x72\x63\x84\x89\x29\x00\x62\xd4\x26\xed\x95\x2a\x3f\x21\x4d\xd3\x5b\x31\x97\xbe\xbb\x5e\x28\x01\x80\x93\x2a\xd2\xb8\xda\xa0\x39\x69\xd7\x57\xac\xcc\xee\x3c\x93\x4b\x6c\x6c\xcb\x93\x76\x57\xc5\x60\xec\x00\x9a\x01\x18\x96\x86\x77\xb4\x00\xa0\xc3\x3f\x7c\xc6\xeb\x06\xf7\x8e\xb0\xa7\x01\x40\x1d\xf9\x72\x09\x91\x18\x57\x36\x60\xb0\x00\xd9\xa3\xdf\x0a\x09\x68\x9a\xbd\x6e\x78\x10\x23\xbb\xa7\x5b\x61\xf9\x82\x93\x10\x00\x82\x9b\x0d\x13\xf1\x75\xcb\x8d\x66\x16\x6a\xa9\xc8\x10\x0f\xc0\x95\xca\xa7\x61\xce\xae\xe3\x4d\x98\x0e\x13\xf1\x75\xcb\xd3\x55\xce\xfe\x09\x3e\xa8\x46\xce\xee\xa9\x22\x5c\x64\x61\xa3\x36\x2e\x76\x57\x16\x36\x6a\xe3\xc2\x35\x5f\x16\xaa\x6d\xe3\x56\x1d\xd5\x3f\x21\x6c\xf9\x08\xa1\x7a\x00\x06\x4f\xb8\x26\x02\xbc\x0d\x0e\x57\xb9\xf5\x1e\x6b\x03\x97\xc3\x23\x0f\xff\x64\x81\x9e\xb2\x88\x86\x36\xb0\x46\xba\xc2\xc2\xe4\x00\x14\x5e\x63\x64\xa1\xb8\x86\x2f\xe0\x7b\x14\x5d\x1b\x0d\xc7\xaf\xe7\x51\x73\x09\xc0\x0b\x65\x14\x4d\x50\x5b\x59\x00\x0f\xce\xde\x4a\x8a\x08\xcc\xb6\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\x98\x55\xc2\x77\x64\x00\xba\x2a\xf5\x04\x2d\x9d\xd8\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\xc6\x34\x44\x47\x01\x40\x3c\x8b\xe3\xfc\x03\x90\x86\x77\x2f\xda\xb8\x6d\xdf\xb8\x3d\xa9\x7a\x5c\xb5\x9d\x90\x9d\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\xb1\xce\x30\x8d\xde\x36\x16\x07\xa3\x8a\x64\xec\x0a\x34\x8f\x4f\xe3\x00\x14\x30\x58\x70\xc3\x01\x60\x80\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xe4\xe4\x1e\x4d\xc7\xa3\xcf\x9b\x98\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x36\xe4\xad\xb8\x8e\xa5\x18\x2c\xdf\x56\x16\x36\xf2\x4d\x9b\xbf\xe3\xd1\xf4\x26\x9e\x29\x00\x8e\x58\xd3\xda\x76\x7c\x5a\xde\x84\xcc\x3c\x80\xa5\x48\xd7\x4d\xf4\x5f\xc7\xb9\xc4\xa1\x65\x35\x41\x8b\x66\x09\x16\x12\x80\x0f\x2b\xd7\x44\xfd\x77\x59\xf8\xe0\x3e\x25\x00\x8a\x0f\xd4\x85\x83\xfa\xbe\x88\x62\x97\x3c\x1f\x1b\xbf\x45\xd8\xb0\x05\xa0\x4a\xaf\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\x6b\x2c\x63\x4c\x1e\x53\x26\xa1\xc7\x90\x8f\xed\xae\x29\x1c\x04\xf1\x3b\x00\xd7\x81\xdf\x3e\x1c\x6b\x1e\xc0\x14\x86\xe9\x22\x08\x87\xc2\x9e\x8c\x5e\xfb\x9f\xef\xaf\x31\x2b\x5e\xa3\x4c\x81\x8f\xc9\x2d\x30\x4c\x2c\x0f\x5c\xea\x1e\x80\xba\x60\x07\x2f\x43\x37\xc9\xc0\x89\xcb\x01\xdc\x06\x28\xd6\xd8\xed\x9f\x84\xce\xe7\x5d\x92\xf6\xfd\x01\x28\x38\xaa\x5a\xf1\x29\x37\xb1\x3c\xd6\x70\x20\x3b\x97\x40\x52\x30\x86\xee\xc0\xb1\xa6\xe2\x14\x79\x6e\x96\x83\x82\x0a\x53\x8c\xb5\x15\xa7\x54\xdb\x6b\x2c\x39\x41\x36\x39\x3d\x7c\xa3\x8d\xe6\xb1\x3c\x0a\x83\xdc\xdd\xec\xe3\xf0\x29\xaa\x14\x3c\xd0\x9b\x88\xf8\xb1\x0b\x1b\x61\x88\xd0\x1b\xbb\xaa\x5f\xa2\x5b\xc6\xee\x0a\xa2\x33\x5c\x45\x48\xbc\xce\x74\xb4\x2f\x80\x46\xc6\x17\xa0\xa0\xe0\xa2\x6c\xc6\x76\x40\xd6\xe9\x4a\xb7\xe6\x78\xba\xd2\x8d\x2c\xa8\xbb\xc0\x4b\xf1\x81\x44\xd8\x0c\x23\x9f\x29\x5c\xa3\xe0\xa7\xf7\x98\x5a\xa6\x39\x96\xfc\x44\x68\x4f\xcf\x99\x18\xdb\x14\xcf\x65\xce\x8e\xce\xad\xa9\x6b\xfb\x8c\xcf\x43\x84\x88\xdc\x3a\xdf\x63\x56\x03\x5e\xf2\x86\xa2\x29\x9e\xf3\xad\x4a\x85\x9d\xe5\xce\xeb\x1e\x26\xc8\xe7\x9a\x52\x58\xd7\x09\x9e\xbb\xc2\x4d\xed\xee\xe9\xee\xb2\xef\x48\xaa\x43\x8a\x85\x33\xf4\x59\x00\xa0\xb9\x9e\x85\xae\xe7\x9e\x52\x36\x15\x8a\x9b\x7b\x49\x3f\x3c\xbb\xd2\x2d\xbd\xe5\xe2\x3a\xb6\xad\x48\x8a\x01\x32\x0c\xaa\xee\x18\xa6\x7c\xf3\xea\x5f\xc0\xec\xff\x6f\xc0\x1a\x97\xd4\x4f\x45\x44\xad\x71\xc9\xb4\x4d\x1b\x6a\x8d\x34\xa4\x26\x5e\x04\xc8\xd2\xe9\xd5\x7c\x2c\x85\xdb\xef\x29\xb9\x8e\x25\xe2\x59\x68\x72\x29\x6e\xdd\x34\x07\x72\x4d\x59\x0c\xdd\x3a\x93\x6b\x12\x55\x7c\xde\xe2\x62\xae\x69\xad\x4e\x51\x44\x6b\x0e\x94\x3c\xb2\x50\xdc\x9a\x04\xb1\x9d\xb7\x48\xa4\xb5\x88\xbf\x51\x6e\xa1\xa7\x8d\x53\xe4\x1b\x5f\xcf\x00\xb8\xf0\x87\xd6\xf6\x00\x40\xa4\x7a\x59\xef\x69\x55\x92\xf9\xbb\x04\x4c\x5c\xed\xd3\x3d\xdf\xe8\x1a\xa4\xf2\x05\x84\xd7\xb1\xeb\xd6\x13\xf7\x00\xe0\x84\xea\xc8\x6d\xdc\xe9\xa6\xcb\x63\xd9\xf3\x23\x9e\x88\x4e\xe9\xc6\xfb\xed\x5d\xae\x56\xbe\x00\x1e\x7d\xda\xb8\x07\x80\x87\xeb\xf4\x2d\x81\xfe\xd4\x2d\xa4\xb5\x71\x1e\x9b\xae\xbb\xb7\x2f\x20\x54\x19\xee\xef\xf0\xd1\x7c\x28\x77\x77\x1d\x44\x9f\xbb\xee\xf9\x1b\xf0\x40\x56\xb8\x63\x0f\x3a\x79\xe9\xfa\x96\x08\xf2\x26\xb7\xfa\x2d\x81\x0a\x9b\xe5\x02\x1b\xaf\x9b\xe9\x32\xfa\xd8\x72\x82\x79\xa5\xf6\x2d\x81\x5a\x81\xe9\xf2\xf7\xac\xc8\x55\x87\xc8\xac\xcf\x40\x0b\xb6\xdc\xc2\xea\x9f\x89\xc5\x41\x36\x6a\xfc\xe0\xca\xfd\x2e\x49\x47\xec\x91\xbb\xd1\x6a\xde\xf1\x23\xff\x9e\xe6\x91\x3c\xeb\x92\xe5\xba\x58\x44\x0f\xee\x38\xbb\xaf\x81\x47\xdd\xca\xb3\x7e\x7f\x21\xd2\x76\xfc\x06\x0c\x98\xde\xff\xf5\xf2\xca\xe3\xbf\xdf\x5d\x0f\xde\x33\x7f\xb3\xdd\x9f\x45\x0c\xb4\xdc\xef\xdf\x00\xb0\x93\x90\xc0\x83\x63\xca\xd3\xc5\x64\x00\x02\x5a\xf3\x64\x9e\x75\xd3\x25\xbf\xfd\x0f\x80\x35\x4d\xdf\x12\xb4\x32\xf2\xb7\x8e\xd0\x0a\xea\xdf\x51\x45\x14\xab\xde\xf3\x37\x2f\x27\x0c\x9a\xda\x03\x60\x1e\x92\xdb\x48\xd2\x75\x6b\xdf\x9f\x60\xde\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x1f\xc6\xd3\x2d\x8f\x35\x87\x82\xbc\xb9\xe1\x0f\xae\x0d\x7f\xf3\xe7\x1e\xbc\x1b\xf6\x36\x3d\x17\xb8\x30\x2c\x96\xf3\x3c\xf8\x29\x3c\xbd\xf8\x5d\x22\xfa\xd9\xfa\xb7\x8d\xd0\xc5\x6d\xbf\x0b\x04\x4f\x23\x9b\x7e\x7b\x70\xec\x77\x67\xf3\x00\x0f\x00\x39\xd8\x75\x7f\x01\x28\xcb\x7c\x67\xaf\x68\x32\xbe\x1d\xc7\x8b\x9e\x25\x67\x0f\x7e\xf4\x4e\x15\x06\x54\x69\x05\xd4\xfe\x05\x40\x7a\x7d\x57\xa0\x6a\x67\x0c\x8f\xbd\x21\x5a\xf7\xfb\xd8\xca\x34\xe5\xfa\x76\xb4\x4b\x57\xaa\xb5\x2f\x80\x57\x79\x73\xb3\x52\xae\x4f\xff\x8b\xa0\x15\xff\x5a\xff\xf6\x7f\x7d\xfe\xf1\x57\xba\x7e\xfd\xfc\x55\xcf\xc0\xff\xf1\x57\x7d\xff\xfa\xf9\xab\x47\x18\x93\x7f\xfc\xf5\x4a\x67\x2c\xe7\xdf\x99\xa6\x33\x27\xaf\x58\xd8\xf3\x2f\x54\x99\x7a\x40\x5e\x40\x70\x5d\xf5\x8f\xbf\x5e\xf9\xbc\x34\xce\xbf\x1a\xaa\xbd\x01\xe9\x01\x81\x51\x75\x1d\xc8\xd9\x64\xe7\x1f\xc4\xef\x81\x2c\x7e\x85\xa3\x87\x1c\x10\x7e\x25\xb7\xe5\x07\xb2\xf9\x55\xe8\x64\x9d\x15\x78\x85\xcd\xc0\xf9\x37\x71\xae\x7a\xda\x8f\xf7\xf6\xf9\x17\x7d\x0c\xc2\xe6\xb5\xa9\x3d\xe2\x67\xdf\xe8\x2a\xbe\x42\x69\xf7\xfc\x8b\xdf\x86\xbf\xf9\x57\x88\xc6\xcf\x3f\x82\x78\x05\xa4\x01\x89\xa3\x7e\xfa\x1e\x3e\x4b\xce\x3f\x7e\x77\xb0\xe7\x2b\x5e\x9b\xe7\xdf\x07\x58\x0a\xd8\x13\x30\x9c\x8f\x04\xd1\xf6\x0a\x6d\xce\xf3\x6f\x53\xee\xb4\x10\xee\x20\xce\x3f\xf9\xc8\x07\x36\x80\xc5\xf5\x13\x62\xa5\x57\xb8\x5d\xf8\xeb\x45\xa0\xd4\xb0\xbe\x78\x85\xde\xdb\xf9\x77\xba\x72\x51\x6a\xbd\x00\x05\xe6\x0e\x45\xe7\x57\x78\x2e\x38\xff\xce\x1e\x09\x6d\xdc\xd7\xc3\x22\x41\x40\x86\x4e\xe0\x2b\x1c\x7b\x9f\x7f\x51\xd9\x79\xf5\xbc\x82\x6b\x7e\xfe\x05\x0a\x0f\x2d\xe5\x77\xbc\xc5\xcf\xbf\x17\xb0\x1e\xb0\x0f\x30\x1a\xad\xe3\xc0\xce\x9e\x3d\xff\x6a\x54\x37\x03\xd4\x02\x14\xdc\xfa\xd8\xbb\xef\x30\x1d\x3e\xff\xa2\x6b\x67\x95\xdf\x77\x74\xed\x1d\xde\x74\xef\x40\x97\xef\xc0\x7b\xe7\x1f\x6d\x9e\x9b\xe3\x1d\x76\xb0\xe7\x1f\x6d\x86\x92\xca\xbd\x43\xd9\x87\xc4\x83\xcb\xe6\xf9\x8f\xbf\x3e\x69\x84\x8b\x64\x12\xf7\x41\x77\x0d\x68\x6c\xe7\x48\x44\x90\xb4\x21\xe8\x34\x74\x45\x17\x02\x1a\x56\xc3\x24\x22\x1a\x39\x4e\xf6\xd3\x08\x5e\x16\x89\xf9\xeb\x67\x66\x81\xd3\x50\x83\x21\x4a\x9f\x28\x32\xa5\x51\x0f\xde\x23\x51\xa2\x74\x15\xb8\x19\xbc\x7e\xfd\x4c\x02\xf1\x9e\xdc\x36\xf8\x13\xa5\x6f\xc0\x1e\x4c\x5c\x83\x48\x9f\x22\xb7\x0c\xde\xbf\x7e\x06\x96\x5d\x69\x84\x86\x1f\x89\xf9\xeb\x67\x60\x99\x75\x72\x2e\x1d\x0e\x28\xf0\x70\x93\xa0\xde\x48\x60\x21\x29\x68\x33\xb4\x13\x2f\xaa\x08\x3e\x0c\x9f\xc0\xa9\x3c\x18\x7a\x24\xea\xaf\x9f\x91\x35\x87\xa1\xbd\x46\x02\xdd\x9a\x31\x05\xef\x86\x87\xae\xbc\xa1\xdb\x50\xee\x82\x80\x86\x50\x98\x04\x07\xe6\x0b\x6f\x86\x47\xf4\xa9\x5b\xd0\x65\xe8\x3e\x75\x64\xa0\x5e\xf7\x08\x71\x75\x27\xd4\x8c\x4f\xd6\x75\xa0\x93\x5d\x2f\xea\x8e\x97\x2e\x89\xd0\x0f\xae\x82\x16\x43\x43\xd1\x13\xb5\xd6\x04\x3f\x8b\x44\x28\xe0\x66\x41\x97\xa1\x9b\xd2\x4c\x61\x44\xc5\x21\xb1\xd9\xb1\xd4\x1e\x0a\x37\x24\x98\x2b\x6d\xac\x88\x99\x4e\x62\xfd\xfa\xc1\x3e\x24\x8d\x50\xa5\x25\xf1\x89\x11\x15\x6a\x07\x43\x44\xa2\xe0\x37\x57\xe5\x3d\xe3\x81\x3b\xc6\xad\xca\x3f\x9e\xf2\x10\x39\x8e\x5b\x7d\xfc\x78\x0b\x7d\xe0\xe9\xe3\x4b\xf0\x64\x3f\x86\x87\x5c\x07\x6f\x7a\x69\x3c\xde\xfc\x88\xdd\x1a\x3e\xf7\x12\x11\x46\x23\x11\xe7\xad\x1a\xac\x23\x44\xf0\xcd\x41\x94\xc3\x34\x7d\x84\x66\x42\xc3\x28\xb4\x2c\x4f\x6e\x08\x3c\x51\x7c\x49\x80\x03\x3d\x46\x02\xbb\x91\xd0\x15\x3c\xd9\x97\xe0\xe1\xce\x07\x7b\x8e\x93\x6b\x06\x83\x15\x43\x27\x2c\xcd\xec\x46\xf3\x00\x5e\x04\x9f\x86\x83\x6c\x71\x73\x78\xb2\x5b\xf0\xb8\x70\x2f\x3c\x2d\x9c\x6c\x35\x3c\x6e\x46\x6c\x3b\xd3\x2c\xae\x1f\x7b\xe4\xd2\xa9\xbe\x1a\x8c\x57\x59\xfc\x38\xa7\x59\xd7\x5b\xe0\xf5\x39\x87\xb4\x30\xa6\x78\xb4\x93\xc8\xa1\x1e\xc6\x84\xb5\x21\x70\x30\x2c\x06\x66\x50\x09\xe1\x1f\x89\x1a\x95\xd0\xc3\xee\x11\x21\x95\x6a\xf8\x27\x4d\x84\x38\x24\x11\x95\x6b\x91\x86\x7b\x18\xda\xba\x23\x69\x9c\x43\x98\x61\xc2\x26\x68\xf8\xf4\x4c\x84\x30\x24\xf1\x0e\x64\x74\x89\x0e\x81\xea\xf8\xff\x23\x44\x3e\x69\x86\x56\x1d\x89\xc0\x27\xd8\x32\xa6\xe9\x03\x4b\x48\xb8\xb3\x01\xe9\xeb\xdb\xab\x18\x62\xb2\x81\x9f\xb4\x84\xf3\x60\x12\x41\x84\xe0\x9a\x2e\xad\x2e\x9c\x87\x67\xd0\x03\x8f\xf9\x5c\x3e\x6b\x0b\x5d\x36\x83\xdf\x3a\x3c\x72\x3f\x95\xf0\xbd\x92\xd6\x47\xe8\x00\xbf\x4e\x07\xeb\x45\x2f\x77\xb0\x76\x49\xbc\x21\xba\x33\xf0\x75\x0b\x8e\xc6\x34\xd1\xca\x12\x16\x57\x24\xd0\x37\x0a\xf5\xb5\x84\x2d\x0c\x89\xfa\xeb\xa7\xe0\xd0\x2b\x61\x80\x42\x22\xfd\xfa\x29\x35\xd3\xea\xa3\x8d\xbf\x1f\x99\x57\x74\x81\x8b\xc1\xf5\xab\x73\x9f\xc7\xc5\x32\x9e\x44\xfa\xf5\x83\x22\xf1\xc9\x54\x43\xfb\xaf\x9f\xd0\x09\x88\xcc\x10\xf4\x34\x01\xaa\x39\x99\x62\x68\xfd\xf5\x43\x68\xfd\x93\x69\x86\xc6\x3e\x60\x2c\x27\xfb\xad\x63\x82\x6a\x27\xf0\x9d\x05\x8f\x25\x4a\x18\xf4\xe5\x71\xb3\x87\xf3\x00\x17\x14\xda\x4c\xee\x75\x3a\x7b\x15\x5f\xb0\x27\x53\x0c\x6d\xbf\x7e\x3a\x51\x04\x4f\x6e\x1a\x1c\xfe\xc7\x50\x04\x3e\xd9\x6d\xf8\xeb\xd7\x4f\x2b\x59\xd0\xb7\xa1\x9f\x33\x74\x41\x97\xba\x11\xe8\x01\x37\x93\x79\x64\x77\x23\x88\x52\xf4\xd5\x4f\xa6\x1b\xba\xe2\xb2\xcb\x02\xbf\x0d\x8e\x8a\xef\x80\xea\x7e\x3d\x09\x50\xe6\xa0\x74\xdf\x82\x43\xcb\x36\xdc\xf3\x9e\xec\x32\x9c\xf2\x85\x79\x1d\x4b\xe5\x61\x3d\x5e\xb7\x06\x39\xd6\x32\xfc\xcc\x1f\x5a\xb3\x79\x8c\xad\xf1\x84\x02\x77\x6f\x37\xe0\xd0\xf8\x25\x71\x88\x00\xcc\xba\x4e\xee\x65\x70\x20\x41\xfc\xe2\xe6\xb1\x3c\x7e\x18\x7c\x17\xf1\x8b\xb2\xef\xb6\x93\x88\xf2\xde\x6c\xcb\x9d\x5c\x10\xad\x65\x34\xc1\x8b\xe1\x23\x7a\xc3\x1c\x2c\x77\x92\xf3\x70\xe1\xa4\x36\x8f\xed\x39\xdb\x81\x4b\xaf\xa2\xf2\x2f\xef\x15\xe8\xf5\x9b\xf0\x18\x27\xfb\x11\x3c\x30\xdb\x8d\xa7\xf2\x93\x5d\x86\x47\x00\x21\x3c\x44\x9f\xec\x23\x78\x74\xf3\x26\x7c\xdd\xc9\x0e\xc3\x67\xc0\xef\x24\xb8\xeb\x0f\xf6\xe1\x3d\x35\x9b\xaf\x5d\x0c\x0f\x47\x4e\x38\x2b\x3d\xd9\x6f\xf9\xa0\x69\xa7\xd6\x36\xbc\xf7\x91\x68\xc0\xa7\xe0\xdb\xf0\x57\xc0\x35\xfd\xa1\x30\x18\x89\x49\xbb\x45\xf5\xcc\x6a\x38\xf5\x54\xb6\xeb\xc7\xa7\xfa\xc3\x05\x9a\x6f\x81\x87\xc1\x71\xf7\xcf\x24\xf0\xc7\xe0\x73\x33\x35\x4d\xc2\xc7\x7b\x21\x28\x8b\xde\x2e\x55\xe2\x25\x0c\x63\x9b\x81\xed\x6e\x1e\xc1\x51\x24\x31\x62\xea\x83\x3a\xcb\xb3\xea\x94\x4d\xdc\x90\xcb\x85\x53\x26\xd6\x16\x09\xb4\xbb\x42\x4b\x5f\x52\x7c\x12\x95\x77\x7f\x03\x0e\x4a\x3e\x89\x60\x7f\x62\x12\x7e\xb2\x8f\xe0\x08\x02\xf1\xc2\x58\x10\x7b\x91\xb8\x81\x27\xe0\x5b\xf5\x87\xb9\x75\xba\x31\x51\x2f\x58\x10\x47\xe2\x6c\x5d\xf4\x5d\x23\xb7\x0d\xc6\xd4\xa0\x07\x58\x0b\x75\x12\xaf\xa8\x45\xbd\x7c\x83\x11\x4e\x02\xa7\x5d\xed\x12\xfc\x6d\x78\xe8\x5b\xa0\x97\x5e\x76\xf8\x80\x23\x11\xee\xe8\x20\x52\xca\x7e\xdc\xfb\x78\xa7\x1d\x78\x05\xbe\xd4\xfb\xd0\x0b\x2e\x10\x75\xd5\xb8\xfd\x24\x18\x6c\x58\x22\x54\x3f\x73\x2a\x48\x37\xdd\xe0\xe0\x3a\x6e\x6e\x8e\x93\x48\x01\x0f\x33\x87\x3a\x12\xfb\xf2\x24\x4a\xc0\x0b\xf5\xa7\xa9\x7a\x92\xd4\x72\x83\x6a\x3c\xd9\x47\xf0\x45\x37\x8b\xe0\xcb\xf0\x60\x0a\x2a\x30\xc3\xc9\x2e\xc3\xa5\xcd\x4b\xbb\x79\x4c\xe0\x39\x22\x0f\xde\x06\xb3\x03\x4f\x82\xd9\xa9\x0c\xab\x0c\x75\x3f\x9c\xed\xe8\xf6\x3c\xb9\x97\xc1\xc1\xee\x0e\xb5\x8e\x93\x75\x35\x45\xd5\x84\x31\x42\x1d\x05\x52\xf8\x24\x06\xf0\x29\xb8\xcb\xe3\x23\x10\x0f\x82\x95\x47\x17\x89\xd3\x4b\x08\xa1\x3a\x1a\x87\xb0\xf2\x56\x82\x13\xf9\x91\xd6\x07\x89\x7d\xc0\x99\x4a\xda\x56\xdf\xc3\x97\x46\xc1\x4d\x7a\x1d\x7d\x6a\xe6\xd1\x77\x98\x84\x23\xaa\x68\xb1\x92\x08\x0a\x22\xd7\xfa\x67\x72\xaa\x1a\xeb\x57\xb0\xfe\xc1\x53\x4c\xc5\x64\xdf\x4a\x9f\xa4\x40\x3f\x56\xd8\xac\x24\xb0\x74\x9c\x2c\xc0\xf2\xd0\xc2\x32\x3f\xdd\x5c\x2a\x75\x2c\xcf\xd0\x22\xb6\x87\x3a\xbb\x20\xca\x4e\x22\x26\x14\x6f\xa9\x27\xbb\x0c\xdf\x28\x2d\xe7\x80\x6f\x37\x1b\x56\xca\xa8\x5c\x7d\xea\x78\x0d\x15\x7f\x11\x9c\x1e\xbb\x8c\x3a\x5e\x5e\xaf\xc0\xca\xe9\xf6\x4c\xbf\xd6\x36\xfc\x05\x9c\xee\x7c\x86\xca\x07\xde\x4b\x37\x0e\xf4\x2b\xea\xb5\x24\x82\xe7\x84\x1f\xac\x8a\x22\x20\x89\x38\x2d\xd0\xcb\x75\x5e\x1a\xed\x0c\x97\x6a\x05\x6f\x67\x75\x5e\x60\x92\x93\xa0\x1a\x46\x85\xb2\x2e\x89\x4f\x54\xc3\x24\xcf\xcc\x1b\xf8\x24\xce\x3e\x81\x5f\x50\xfd\x2e\x38\x09\xb4\xa0\x19\xed\xf4\x6e\x9e\x21\x6b\x4f\x37\x11\x40\xeb\x14\xc7\xe0\x24\xfa\xa9\x86\xa5\x42\xf3\x8f\x04\x11\x7e\x07\xad\x76\xf0\x72\x25\x88\xfa\x81\xc7\xe4\xcc\x01\xd2\x3f\x89\x20\x41\x71\x9a\x52\x51\x67\x27\x11\x3b\x07\xaf\xe4\x75\x4e\xa1\x06\xe2\x6f\x1f\x6a\x8e\x7a\xe6\x52\x79\x62\x56\xdf\xe0\xd9\x3a\xe7\x36\x3c\x76\x60\xc1\xff\x48\x9d\xde\x3a\x73\xc1\xb0\x2e\x37\xfd\xdc\x9e\x1d\x5c\x38\xdf\x10\xfa\x95\xa0\xaa\x24\x50\x68\xbe\xa9\x5f\x24\x40\x25\x40\xea\x29\x4f\xfd\x2f\xcf\x83\xc2\x86\x12\x2f\xb1\x12\xfc\x93\x44\xe0\x7d\xbc\x67\x55\x02\x76\x92\x08\xed\x78\xec\x0d\x4f\xb6\x1b\x3e\x7e\xfd\x14\x0c\xaf\x4f\xee\x6d\x70\xe0\x18\x7c\x42\xd7\xf9\x1e\xea\xbe\x74\x67\xf1\x8c\x51\x09\xcc\x48\x02\x65\xf3\xc4\xb0\xf4\x6c\xaf\x8a\x2e\x28\xbf\x08\x75\x7a\x0f\x12\xbd\xae\x94\xb8\x57\x2a\x41\xdb\x48\x04\x3f\x9d\x18\x64\x75\x25\x6d\xf1\x95\xd8\xe2\x78\xb7\x39\xd9\x65\x38\x1a\xec\x41\xdd\x9e\xec\x23\x38\xb2\x3a\x6c\xc4\xeb\x4a\xd0\x6b\x27\xc1\x6c\xb2\x67\x09\xb3\x43\x02\x95\x74\x50\xe7\xca\xdc\x5b\x95\x68\x3a\xa5\x82\xc5\x08\x91\x43\x82\x59\x08\xf3\xa5\x4a\x1c\x1b\x12\x6c\x92\x20\x13\xeb\x32\xa6\x5d\x81\x69\x4b\x68\xa0\x9c\xdc\x76\x35\x21\x52\xbb\x31\x80\xab\xab\x1a\x5e\xa5\x42\xcf\x1e\x27\x92\x05\x89\x83\x98\xb1\xd1\xac\xab\x2f\x75\x9e\x68\xfd\xa5\x70\x5b\x62\x9d\x48\xe2\x1c\xc4\xca\x12\x62\xd4\x47\xa2\xe2\x73\x86\x39\x5e\xba\xe4\xd6\x92\x0e\xf9\xc5\x5c\x6e\x61\x35\x5c\x75\x97\xca\x01\xc2\xf7\x31\x89\x03\x26\xd8\x52\x5d\x6f\x48\xc1\x8a\xc3\xe0\xbb\x60\xdf\x5c\x71\xb1\x4b\x22\xae\xd0\x92\x29\xff\x81\x04\xad\x72\x71\x7b\x17\x4d\xf1\x47\xe7\x0a\x1d\xb6\x03\x67\x6e\x1e\xcf\x41\x28\xde\xa4\x1b\x97\x0f\x75\x5f\xda\x21\xb8\xf0\x2c\x98\x43\xd5\x7d\x09\xf5\xe2\xa4\xb1\x60\xe4\x54\x71\x05\x48\x42\x4a\xf8\x14\x17\xa3\xa6\xe2\xf0\x2f\xdd\xbc\x35\xeb\xce\xea\x0d\xde\xf4\xd2\xad\x05\xc7\xfd\x58\x24\xc2\x93\xc2\x5d\x3a\xbd\xa9\x70\x58\x2b\x6e\xbc\xd2\x8d\x83\xf5\x8a\xb7\x28\x12\x87\x32\x75\xe7\xc7\x54\xb3\xc8\xcd\x0b\x86\xba\x15\xbd\x03\x12\x07\x07\xc2\x39\xab\x7b\x6a\x2e\xf7\xd4\x5c\x72\x7a\xf6\xd4\x05\xb1\x65\x80\x57\x83\xc2\xad\x58\x95\x90\x40\x9b\x9f\x25\x84\x34\x24\x71\x36\x08\xbc\xd0\xea\x57\x7b\xf5\xab\x9d\x60\xa2\x75\x6f\xa1\x22\xd4\xf9\x0a\x7c\xbf\x8a\xe3\x12\x12\x88\x36\xd8\x7e\x5b\x7c\xbf\x8a\xdc\xbe\x60\x04\x26\x4d\x3f\x12\x33\xc0\x8c\xe9\x25\xe2\x05\x3b\xb7\xbb\x54\xf0\xe2\xf6\xa5\xb7\x75\xe9\xd5\x9b\x56\xdf\xba\x1e\x70\x95\x50\xba\x26\xf8\xed\x05\x7c\xb3\x80\x15\xf4\xb7\xc5\xe0\x3b\x89\x98\xb2\x0a\x62\xd9\x8f\xa7\xf2\x99\x82\x67\xc1\x93\xe1\x28\xfc\x83\xe7\xf6\x33\x87\xe1\x33\xdc\xbc\x09\xbc\x34\x65\xe8\xa7\x74\x4c\x9d\xdb\xb8\xe9\xe5\x49\x74\xdc\x30\xf7\x80\x27\xc3\x53\xf4\x9e\x40\xdf\xcd\xf4\x61\x83\x3e\x4c\x77\x0d\x76\xee\xc9\x7e\x0c\x7f\x80\x57\xe0\x5b\xd5\xc4\x0b\xbd\x84\x08\xe6\xd3\xd0\x5a\x23\xf1\x39\xe0\xc0\x13\x6d\x08\x3b\x9d\x44\xe0\x89\xd3\x99\x3f\xd2\x58\x0d\x23\x36\x12\x07\xeb\x10\x5d\xab\x8d\xc6\x7d\x7e\x12\xcc\xdc\xc8\x82\x67\xc3\x0b\x70\xfa\xda\xdc\x7a\x83\xb6\xe6\x28\xb6\xd1\x5d\x4f\x57\x3d\xf3\x16\xfc\x63\x38\x63\x9e\xd4\xdf\xc1\xa5\x27\x81\x67\xeb\x38\x2b\x6d\x8c\xa1\x6e\x86\xed\x48\x21\x10\x45\x83\x30\x24\x71\x2e\x1a\x22\x0b\xb4\xb1\x3c\x45\x8b\xda\x71\x4d\xdf\xc6\x72\x2f\x71\xe7\x14\xb2\xf1\x93\xf3\x44\x87\x2e\xe3\x29\x3e\x04\xff\x18\x4e\x35\x89\xea\x5f\xdc\x1b\x27\x11\x06\x02\xad\x33\x09\xef\xa1\xea\xdf\xb8\x21\xa8\x9d\x5e\x7e\x96\xea\xf9\xa0\x8e\x82\xcb\xb8\x36\xc4\xe3\x6a\x36\xcd\x80\xb1\xd6\xc6\xb3\x54\xff\x83\x93\x3b\x4c\x50\xdb\x78\xb6\x26\x01\x9b\xc0\x89\x6d\x6f\x9b\x49\x6b\x38\x13\x9e\xf7\x70\x7e\xd5\x66\x52\xff\xc5\x24\x2e\x35\xf6\x73\x9b\x19\xfa\xf9\x24\xa2\x7e\x42\x56\xb4\x89\x10\x33\x12\xf7\xaf\x9f\x8a\x67\xa7\x06\xcb\x98\xc4\x22\xae\x3e\xd5\x14\xad\xc9\x2c\xec\xe7\x50\x24\x3c\x59\x4e\xe9\x49\xd4\x53\x4d\x55\xf1\xfd\x32\xf8\x4d\xf1\x18\xed\x6c\x9a\xb5\x19\x7b\xab\x5e\x9d\x41\x75\x77\xa6\xd3\x19\xf5\xbd\xbb\xf2\x0e\x0a\xc0\xee\xf8\x64\x3f\x86\xb3\x56\x93\x39\x10\x25\xd8\xa0\x04\xd3\x8d\x59\x6d\x9b\xba\x3e\x4f\xa2\x9d\xea\x27\x53\x30\xa7\xa6\x26\x78\x48\x77\x09\x2b\xa6\x93\xe5\x4a\x69\xb0\x78\x2b\xfe\xc4\x4e\xee\x65\xf0\x1b\x13\x1e\x55\xb3\x5d\x3c\x5e\xd0\x0d\x16\x4e\x9b\xcb\x33\x8f\x1a\xed\xc4\x5b\x53\x9b\x0b\x6c\x7a\x12\x2f\xbc\xbd\x33\xda\xed\xb9\x09\x0f\x56\x49\xb1\x6d\xda\x7c\x21\x2d\x6a\xc4\x7f\xaf\x77\xa6\xb8\x38\xbe\x0d\x33\x94\xca\x83\xb5\x11\x2f\x99\x44\xcc\x3c\x0e\x81\x1b\x71\x4d\x49\xc4\x83\xbb\xc5\x83\xbb\xad\x9b\x87\x6f\x5b\x37\xe8\xb4\x87\xbd\x7d\x5b\xde\x67\xd2\xa9\xe8\x83\xc9\x21\x36\x26\x89\x0d\x9c\xf2\x7a\xf9\x4a\x79\x39\xdd\x9d\xf3\xb0\x32\x54\x6c\x53\xb0\xc6\x3e\x92\xe0\xee\x4f\x56\x7f\xd8\x80\xab\x1a\x5e\xd5\x1f\x90\xd1\xea\xc2\xb3\x0b\xbb\xc1\xd2\x2a\xfd\xe9\x3a\x6f\xab\x83\xaf\xf1\x8a\xde\x96\xb1\x85\xfc\x3e\xf4\xa1\xf2\xba\x71\x9b\x1c\x0a\x14\xcc\xa8\xdb\x92\x24\xec\x24\x02\x2f\x10\x45\xbd\xad\x05\xd9\xdb\x20\xaa\xee\x82\x97\x8a\xb6\xd6\x52\xfd\xeb\xac\x83\xc2\xa0\x35\x22\xf6\x90\xb8\xa9\x26\x0b\xfe\x31\xfc\x01\x1e\x9b\x87\xa0\x38\x24\x38\xce\xaa\x7e\xf3\x8e\x6d\x44\xac\x39\xe5\x99\xe6\x0d\xf9\x72\x12\x0c\xab\x53\xcf\xcb\xdd\x7f\xa9\xfb\x60\xc1\xf5\x1a\x5a\xde\x17\xa6\x59\xc4\x29\x6d\x84\x88\x20\x31\x4f\xf7\x41\xe1\x4b\x5c\x9f\x06\xf1\x77\xba\x43\xf5\x9f\xa9\x6a\x3e\x50\x47\x23\x51\xfe\xe3\x59\xc0\xad\xcd\x3d\xc0\xd5\x84\x35\x20\xb1\x4f\xf5\xda\x54\x1f\xb7\x1a\x71\x05\x4e\x71\x7a\xf9\xe8\xa6\x59\x0f\x37\xcd\xc8\x4d\xf0\x6e\x38\x16\x5e\xdc\x10\xeb\xd1\x91\x90\x63\xfc\x4e\x08\xb8\x86\x97\x75\x12\x25\x1c\xc4\x75\xc0\x2a\x2e\x5f\xe5\x72\x6d\xda\xb6\x04\x62\x0d\xaf\xcb\x77\x41\x12\xdb\xf0\x1d\x4c\x82\xea\x19\xed\xf6\x45\xb9\x1b\x0f\x5f\x98\xa3\x6d\x4f\x2d\xa2\x54\x21\xfb\x64\xb8\x5b\xbc\x8b\x93\x08\xdc\x4b\xc8\x8d\xb6\xa7\xbb\x89\x9f\x8a\x4e\x88\x8c\x86\x47\x3e\x12\xf1\x0e\xd7\x05\x6d\xba\xac\x41\x97\xd5\xc2\x1a\x9a\x2c\x6b\x56\xa7\xac\x97\xe0\xae\x66\xab\x1a\xd0\xe6\x96\x20\xf5\x24\x42\x47\xad\xab\xfb\x8f\xbb\xaf\x59\xc6\x57\x6e\x1f\x37\x5b\xff\x24\x82\x05\x08\xc2\xeb\x23\xd3\xfd\x93\x08\xea\x23\x14\xb4\x22\x5b\x0d\x0f\x3d\x98\x7a\x53\xbe\xb2\x37\x4f\x22\x1c\xd2\xc4\x49\xef\xa3\x71\x72\x4f\x22\x74\x5f\xf1\x82\xd6\x7d\xfd\x77\xae\xff\x24\x96\x72\x1f\x83\x9b\xf8\x24\x5e\xbf\x7e\x2a\x4c\xdf\x3e\x26\x3b\xfc\xec\x8d\xf0\x4d\x55\x93\xe0\xee\x0d\x56\x2e\x05\x45\x8a\x3e\xa6\x9b\x9d\x6a\xb6\xd2\x9d\xe9\xea\xc3\x1b\x65\x12\x67\xba\x8f\xed\x7a\x74\x12\x67\xfb\x1b\xe2\xc1\x3e\x50\xe3\x89\xc4\xb9\xd2\x08\x85\xdf\xc7\x8b\x27\x5b\x47\x66\x7e\x97\x50\x07\x3f\xd9\xa9\x41\x4b\xab\x17\x2f\xe3\x1d\xd3\x6b\x12\xfd\xd7\x0f\x6a\x6a\x91\x5b\x06\xb3\xf4\x99\xea\xdf\x43\x83\x0b\xfe\x7b\x45\x70\xd4\xc7\xdb\x2b\xf9\xe6\xf8\x12\xed\xe3\x64\x5d\x5c\x73\xd1\xa9\x46\xdc\xf8\x93\x60\xee\x82\x28\xe9\xf0\xd5\x23\x11\x0f\xcb\x42\x98\xec\x3e\x2f\x76\xe2\x49\x04\xff\x6b\x04\x36\xec\xf3\xe2\x72\xe9\x53\x97\x0e\x8e\x0e\xfb\xd4\xa3\xed\x24\xe2\x40\x12\xd4\xed\x9c\x33\xda\x45\x8c\x7e\x97\x11\x7c\xb1\x3e\x13\x58\xef\x24\x22\x04\x1a\xce\x88\xfb\xd4\x25\x72\x12\x31\xc9\xaa\xa6\x80\xc5\x4e\x02\xa3\xb4\x44\xb3\x55\x4b\x3c\x2b\xce\xb8\x71\xd4\x79\xb2\x6f\xc3\x29\x9f\xa9\xa7\x69\xe3\xce\x50\xb3\xaf\x3d\x09\x0c\x65\x79\x12\x41\xfa\x11\xba\xb8\xcf\x3e\x35\x5a\x4c\xb7\xc7\x6d\xf8\x56\xf9\x70\x2a\x5b\x79\x27\x75\x53\x31\x1d\x2a\xa6\xa2\x4a\x22\x03\x11\x12\x8d\x60\x04\x55\xf0\x6d\x38\x86\x75\x8d\x39\x96\x74\xed\x24\xd2\xa9\x26\x5e\x0e\x1d\x9b\x58\x12\xe1\x95\x1c\xcf\x8c\x1d\x4b\x58\x12\x23\x8a\xd3\xaa\x98\x62\x27\x11\xb5\xf4\x22\xf0\x30\x78\x05\x38\xce\xd0\x94\xf4\xf8\x24\xde\x54\xce\x48\xd7\x54\xa3\x41\xe3\xd4\x3e\x99\x5f\xdd\x95\x27\x11\xfe\xac\x71\x02\x78\xb2\xc5\xf0\x38\x0c\xa3\xa9\x1a\x6f\x0f\x9c\x9b\x4a\xe5\xa3\xcf\xb5\xd5\x9b\x60\xcf\x56\x5c\x8c\xf6\x29\x19\xf4\x49\x84\xaf\x6f\x9d\x68\xf8\x66\x24\x0e\xd9\x17\xea\xb2\x27\xb7\x55\x7b\xf0\xc9\x2a\x04\x49\x9f\xef\xa1\x4d\xf0\x26\xb4\x25\xb1\x22\xfb\xd4\xf3\xf4\x24\x3a\xb5\x77\xc1\xb5\xda\x6f\xce\x02\x51\xe1\xbb\xf9\x67\x27\x11\x11\x85\x2e\xad\xd3\xc7\x73\xf6\xc1\x91\x2f\xaf\xa3\x6e\x82\xad\x43\xb0\xd5\x01\x76\x9c\x8f\x8e\xda\xc4\x50\x7b\x10\xe0\xac\x13\xcb\x9e\x44\x20\x65\xe2\x1e\xf7\x25\x7d\x95\x93\x88\x30\x24\x78\x67\xef\x2b\x1b\x2e\xad\x54\x7c\xf0\xf4\x95\xb5\x3f\x56\xc6\x0c\x05\xd6\x74\x5f\x12\x31\x74\x45\x47\x9e\x08\x3c\xfb\x92\x7e\x57\x57\xac\xde\x82\x87\x9e\xbe\x9a\xeb\x09\x0f\xd9\x95\xa8\xae\x1d\xab\x48\x12\x6f\x0c\x2a\x63\x43\xad\x21\x3c\x47\x6c\xcf\x8a\x98\xb2\xe3\x8d\x8b\x44\x2c\xe1\x1d\xcc\xc5\xbe\xbc\x2d\xf1\x8e\x54\x91\x52\x76\xe2\x17\x92\xa0\x33\x6c\x6e\x42\xf6\x91\x88\xce\xb0\x11\xd6\x76\x2d\x9b\x5a\x2a\x43\x32\xce\x25\x98\x5b\x25\x6e\x55\x5f\x12\x99\x9e\x04\x33\x3f\xe8\xcb\x5b\xc8\x66\x85\x15\x69\x9d\x9a\xe0\x8f\x50\x31\xd1\x91\x52\x0a\xcd\xd2\x4f\x5f\x8f\x87\xf4\x68\x48\xa0\x6e\xa2\xe1\x90\x58\xc0\x63\x9f\x6d\xa9\xf2\x75\xc2\x8e\xa4\x74\x53\x3f\x71\x3d\x48\x84\x13\x4a\x5e\xdb\x9d\x48\x1c\x24\x62\x3f\xe1\xe8\xa7\x6f\x69\x0b\x9d\x04\x16\x91\x20\xb9\x9d\x75\xad\xee\x8c\xc6\x3e\x41\xbc\x3a\x31\x1d\x48\x08\x4e\xfd\x46\xa2\x5b\x48\x94\x78\x2f\x7d\xb7\xa1\x76\x1b\x7e\x0a\x34\x0f\x78\x2b\x27\x11\x6e\xe9\xd1\x34\x39\xd9\xb7\xe1\xe1\x65\x9e\x98\x46\x7d\x77\x1e\x65\x27\x11\xd4\x02\x2f\xca\xbe\xa7\xd6\x70\x87\xab\xad\x16\x06\x6a\x9f\xbe\x45\x9f\x77\xdc\x3a\xdf\x03\x75\xc4\x8e\x5b\x67\x12\xf3\x14\x2f\x02\x8b\x46\xd9\xeb\x20\x87\x76\x6b\x72\x96\x27\x2d\xde\x5e\x8d\x60\x5a\x7d\x8b\xc8\xef\xc8\x54\x53\x42\x1e\xd3\x91\x95\x92\xf8\x44\x71\x81\x79\x43\x9c\xc4\x7d\xc0\x9a\xc9\xb7\x57\x0a\xf7\x89\x45\x18\x64\x1b\x53\xec\xc0\x14\x4d\x1b\x61\xeb\x01\x77\x12\x98\xbf\x0e\xc3\x87\xe1\x31\x22\xed\x8f\xb7\xd7\xe3\xad\xf5\x98\x0c\xe9\xd1\x9d\x89\x87\xc7\x46\x5c\xf6\x6e\x3e\x56\x17\x1f\xab\x5e\x5a\x8e\xc7\xd5\xe0\x8a\x60\xc2\x87\x18\x56\x7e\x19\x28\xbf\x34\x62\xdd\x9d\xdc\x23\x70\x50\x0e\x09\x9d\x8e\x31\x32\x42\x9a\x93\x08\xc7\xa3\x78\x25\x1d\xa3\x82\x73\x4f\xe2\xf4\x06\x69\xf2\xc9\x75\x83\x83\x4b\x8b\x3f\xd1\x31\x3a\x13\x7f\x12\xf1\xde\xe8\xf7\xdf\x60\x64\x9d\xd2\xea\x55\xdc\xb4\x0d\xa7\x8a\xc3\x8a\x29\x27\x11\x64\x02\xa2\x8e\x61\xc5\x94\x93\x08\x7d\xf1\xb8\x96\x86\x25\x95\x03\x49\x65\x43\x6e\x3f\x70\xe4\x44\x22\x04\x9b\x5d\x43\x93\x7e\xe6\x40\x3f\xb3\x21\xbe\x91\xad\x21\x89\x71\xc0\xc1\x37\x1a\xd6\x3f\x39\x89\xc0\xc7\x84\x7b\x1c\x43\xaf\xff\x93\x08\x74\x81\x27\xcc\x31\xd6\x52\xab\xf8\xfe\xee\xc4\xab\x39\xd9\x6e\x38\xd6\xb9\x9d\xf2\xaf\x21\x38\xea\xde\xa3\x68\xac\x12\x45\x0e\x44\x91\x29\xf1\x30\x1d\xe3\xe5\x05\x0b\xac\xd7\x10\xbb\x0c\x1c\xb8\x90\x78\x28\x4e\x35\xba\x0d\x07\x14\x65\x4a\x1e\xd6\x87\xbb\xf6\x24\xc2\x1a\xb2\x04\x05\x38\xa6\xe4\xf3\x27\x91\xb0\xe6\xbd\x04\x9f\x86\x2f\xe0\x51\xff\x4c\x4b\xf0\x44\x04\x44\xc2\x90\x8c\x99\x35\xac\x99\x89\x16\x0b\x0b\xfa\x64\x3f\x86\x3f\xd8\x02\xd3\x6e\x81\x69\x72\x12\x99\xf2\x1d\xb8\x86\x3b\x4b\x0c\x17\x97\xa9\x63\x16\x28\x8e\x93\xc0\xa4\x38\x53\x8d\xb8\xff\x63\xc2\xfd\x4f\xb8\x0a\x3c\xd9\xdb\x70\x86\x55\xe8\x4e\xe3\x14\x9d\x04\xd3\x16\x64\xfc\x40\x64\x49\x02\xeb\xe2\x4a\xbb\xd2\x11\x39\x89\x8a\x5d\xf2\x25\xf8\xdb\x70\xa6\x99\xad\x39\xa7\xeb\x99\xc4\xcd\x2f\x2a\x3f\xb9\xcd\x07\xf4\x5a\x52\x4c\xf0\x61\x5e\xd3\x80\x32\x6b\x28\x2b\x0f\x38\x4c\x24\xb0\x7e\x8e\xab\x6c\x98\xc0\x1a\x22\xb0\xea\x35\xba\xe0\xd3\xf0\x15\xd5\x08\xbc\xd5\xfb\xc5\x55\x86\x52\xd3\x98\xaf\xad\xea\x5f\x44\xc3\x42\xc6\x37\xe0\x48\x91\xc0\xea\x18\x64\x32\x3f\x5c\x11\x27\xd1\x28\x2f\xb8\x17\xeb\x83\x7f\xa1\x70\x6c\x73\xb2\x4b\xf5\xe3\x55\xa8\x7a\xd6\x1e\x21\x99\xf9\x10\x87\xbf\x25\xea\x79\xb8\xfa\x4e\x22\x54\x03\x99\xfc\x75\x73\x45\x9c\x04\x93\xc9\xd1\x82\xb3\x45\x22\x18\x74\x9d\x23\x84\x13\x29\x12\x61\x23\x81\x43\xeb\xb1\xb2\xba\xbf\xf2\x59\xcd\x56\x83\x92\x3a\xb9\x6d\x70\xbc\x2a\xd0\x7e\x1e\x2b\x6b\x0d\x57\x58\x90\x34\xb4\x91\x86\x19\x5f\x43\x8c\xaf\x8a\x2b\xe8\x81\x37\x34\x12\x0f\xbd\xa1\x9a\xc2\x7b\xe0\x24\x98\x34\xb6\xda\x2a\xae\x1e\x3b\x9f\xca\x23\x67\xac\x22\x34\xb5\x22\xae\x51\x6b\xea\x7c\x9b\xea\x65\x23\x86\x12\x12\xa5\x81\xb7\x5b\x12\xef\x70\xf6\x47\x6f\xbc\x61\x09\x19\x9f\x12\xc2\x9a\xb1\xa4\xe8\x3e\xf0\xcb\x7a\xe0\xcc\xb1\xd4\xd1\x4f\x22\xa8\xe4\x9a\x0c\x5f\x86\x07\x3a\xaa\x99\x59\x58\x5a\xc2\x15\xd1\x0c\x1a\xbe\x08\x07\xde\xdb\x48\xd0\x6c\xa1\x9a\xb7\xa7\x1e\xcf\x63\x95\x6b\x7e\x10\xd1\x93\x44\xfe\xf5\xd3\x3a\x1b\x70\x19\x4b\x2d\x61\xa9\x06\x6a\x5f\x1f\x61\x23\xc2\x7b\xb6\x30\x18\xff\x0c\x82\x8d\x91\x08\x92\xbd\x76\xc1\x21\x51\x06\x51\xc2\x0e\x3c\xaa\xd9\x09\x5a\xe4\x24\x18\x6c\x70\xb7\x4f\xf6\x6d\x78\x78\x16\x0f\x96\xec\xd8\x58\x22\x45\x22\x3a\xc9\x9d\xb8\xb3\xa6\x66\x67\x7c\x3b\x76\xc0\x45\x33\xbf\x43\x34\xdd\xc2\x63\xd3\x67\xec\xae\x65\x25\xe0\x49\xeb\x93\x26\x3b\x2f\xe3\x41\xf8\x92\x7b\xc2\xfe\x1c\x56\x4a\x1b\x5b\xeb\x87\x54\xe4\x64\x87\xe1\x33\x5c\x40\x0a\xac\x7b\x98\x00\x1f\x6d\x04\xcb\x7b\xec\x21\xf4\xb7\x71\x95\x31\x34\xbf\x08\x31\x49\x0c\x6a\x8f\xbd\x6a\x15\xb6\x21\x15\xb6\x39\xd8\x4d\x7b\xba\xfa\x09\x7d\x85\x50\x6d\x6c\x19\x2b\x9c\x44\x06\x4e\xef\xb7\x96\x1b\xcb\xe1\x94\xc2\x59\xd8\x67\x6c\x71\x33\x07\xde\xfb\x53\x42\x36\x3c\x70\x95\x49\xe2\x06\xce\xb0\x44\x91\x0d\x28\xb2\x94\x50\x99\x1d\xfb\xed\xfe\xbc\xd5\x9f\x4a\xbb\xef\xe5\xf2\x67\x23\xb4\xa1\x75\xfd\xb8\x7a\x7c\x79\x4f\x98\xa8\x63\x7f\xbc\x3f\x3e\x44\x15\x0c\x8f\x3a\x9f\xb1\x45\xe2\x0f\x3c\xaa\x35\x85\x44\x19\x17\x84\xdd\x49\xc4\x9d\x87\x6c\x65\x5a\xbf\xf8\x24\x18\x2d\xfe\xc9\xc7\xcd\x68\x27\x3a\x6f\x6d\x12\xfc\x62\x64\x96\xf6\x24\xb8\x4b\xf0\xcd\x3e\x84\x6f\x4e\x22\xd0\x1c\x5e\x3c\x27\x3a\xbd\x24\xe2\xea\xec\x33\xfd\x99\xc6\x9a\x38\x05\x22\x41\x8c\x77\x3c\xcd\x9b\x9b\x37\xe1\xe6\xdd\x03\x46\xf9\x44\x18\x48\xa2\x10\x4f\x8d\xe6\x1b\x0f\xd6\x09\xbf\xef\xae\x8a\x0a\x6a\x69\xe1\x44\x5a\xd8\x14\x35\x78\xe8\x19\x31\xe5\x39\x6d\xc0\xf8\x9e\x56\x37\x9b\xa8\x9b\x9d\xea\x3b\xf0\xa5\xd9\xe8\xb8\x9b\x26\xf6\xc3\xe8\xdc\x64\x27\x11\x73\xad\x58\xb8\x88\x1a\x49\x7c\xa2\x78\x02\xcc\x4a\x9e\x44\x0b\xdf\xac\x74\x66\x78\xaa\x75\x8a\x70\x2a\x3b\xc7\x98\x9a\x9b\xc1\xbe\x42\x84\x73\xb2\xcd\x70\xe6\xe6\x5b\xfe\x65\x78\x5c\x94\x9d\x58\x01\x63\xb8\xf3\x83\x10\x9b\x88\x7c\x4e\x56\x4b\x16\x2a\xa2\x07\xce\x0e\x1a\xee\xe6\xd8\x2a\xcf\xe4\x4c\xd7\x3f\x55\x3f\x61\x2c\xcc\xeb\x9c\x38\xb2\x39\x70\xfa\x29\x9a\x75\x42\xb3\x8e\x56\x0d\x76\x35\x1b\x77\x0e\xc4\x77\xb1\x0e\xf4\x49\x30\x0d\x04\x24\x18\x7a\x86\x9f\x44\x5c\xa0\x93\xf8\x08\x63\x0f\xc1\x23\x82\xca\x5d\x15\xd1\x68\x6c\x77\x73\xab\x9b\x38\xc1\x1f\x6f\xd7\x0f\xbd\xd0\x79\x21\xcd\xf1\xf1\x16\xf9\x40\x43\x73\x41\xcf\x21\xba\x60\x62\xfa\xd3\x15\x95\x79\x7c\xb6\xaa\xf9\x68\x76\x08\xec\x65\xed\xb9\x89\xf6\xdc\x81\x33\xac\xc7\xab\x15\x9a\xc0\x5d\x21\x67\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\xca\x6c\xe0\x24\x58\x5c\xe2\x1c\xcc\xc6\x23\xf1\x24\x98\x35\x62\x30\x4c\x19\x9c\x9d\xc4\x3c\xd5\x13\xcc\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\x94\xf7\x29\x43\xb4\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x20\x90\xde\x0c\x21\x93\x89\x03\xc8\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\xc4\x14\x98\xd3\xa3\x9a\xb0\xb7\x10\xc9\xcc\x29\x05\xf7\x89\xb3\x82\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x6e\x7e\x29\x2d\x7b\x8f\x93\xa0\xf3\xac\xa0\x95\xcf\x26\xca\x67\xfd\xd6\x54\x4a\xe9\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\xc7\xc8\x28\x67\x7e\xdc\x17\x79\xc1\x9a\x5a\xa9\x8f\xc7\x4a\x48\x6b\xb4\x64\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x61\x4b\x17\x79\xca\xfc\x7d\x4c\x85\x37\xbe\xb5\x41\x56\x44\x60\xbd\x21\x27\xe7\x12\xa3\xe6\x24\xc2\x9c\x37\xb1\xfd\x30\x7c\x27\x11\x0c\x1c\xc5\xdd\xb4\xe4\x75\x22\x79\xed\x37\x51\xf2\x56\xd2\xa1\x5a\x09\xbf\x76\x68\xce\x4f\xd3\x8d\x53\x74\xe3\x98\x0a\x04\x5e\xb4\x80\xab\xb0\x2d\x1d\xf5\xbd\x40\xdd\x9e\x04\xf5\x28\x2c\x7b\xd1\xfe\x5b\x25\x94\xe4\x1d\xc3\xbc\x78\xb0\x45\x71\xe6\x15\x9a\xbf\x6c\x57\xa3\xee\x28\x46\xb6\xd8\x43\x27\x41\x35\xf4\xb2\x6a\x17\xaf\x88\xfc\xe8\x30\x81\xab\x41\xe1\x9f\xc4\x08\x70\x07\x2c\x6c\xbc\xe2\x6e\x70\x30\x2c\xf3\x14\x27\x3c\xc5\xd3\x17\xda\x14\x0d\x34\x89\xc9\x90\xd2\x54\x40\x7e\x23\x75\x84\xc1\x3d\x29\x94\xb4\x68\xa3\x93\x88\xbe\x28\xc8\xba\xb4\x0a\x4e\x82\xd0\x90\x8a\x00\xdf\x3d\x22\xa2\xb4\xa5\xa9\x30\xe2\xc3\xb5\x0f\xc5\x43\x52\xb8\xfb\xa5\x6d\xb6\x96\x62\x0a\x2b\x7e\xf9\x72\x3d\x21\xf3\x4d\x97\xe2\xea\x9a\xb6\x3d\x89\xb3\x5b\x93\xc2\x61\x6f\x5e\xe0\x27\xf1\x04\x98\xda\xb7\x77\x4d\x38\x8b\xeb\x28\x85\xce\xb5\xbd\x4c\x21\xff\x4d\x49\x31\x89\x96\xe4\x4a\x13\xfb\xb0\x94\x10\x9a\x9d\xec\xdb\x70\x75\x46\xe5\x5d\xfd\x8b\xea\x09\x5e\xb7\xa4\xb0\x7c\x12\x2b\xc0\xaa\x45\xb8\x06\x96\x68\xc7\x00\x77\x2e\x69\xa2\x9e\x04\x1e\x2c\x14\xd9\xfc\xe5\xf5\x7b\x29\x22\x2a\x81\x5c\xd6\xdb\x9d\x09\xa6\x42\xcf\x84\x7f\x5b\x6f\xef\x60\x71\xd8\xe1\xcf\xce\xf5\x5e\x3a\x09\x6f\x07\xc2\x57\x35\x5e\x10\x62\xd5\x24\x8c\xa9\xe6\x92\x85\xdd\x49\xe0\x2b\x46\x91\xdf\x3f\xae\x3f\xde\x99\x38\xb1\x8e\x9c\xce\x1f\xe1\x5b\x50\xdf\x9d\xeb\xf1\x0e\xc6\x46\x2d\x7f\x43\x6d\x83\xf8\xb6\xfd\xce\x14\xc7\x64\x66\xac\xfb\x96\xd7\x9b\xfa\xff\xa1\xae\x5a\xff\xef\xc4\xd5\x36\x69\xb7\x6f\x79\xa0\xb9\x1d\xe7\xd8\xb5\x2d\x3c\xe4\x28\xbc\x8f\x34\xb4\x4f\x02\xbf\x38\x0e\xba\xab\x73\xb5\x8b\x82\x36\x7f\xc3\xe6\xbe\x0d\x57\x48\x7c\x87\xa8\xcd\x82\x43\x6a\x4e\x45\x0b\x95\xad\xf7\x49\x00\x9f\x8e\xdf\xfa\x36\x3c\x56\xcc\xb1\x50\x35\xd3\xbb\x6a\xa6\x15\xf9\x54\x92\xb1\x93\x50\xe0\x52\x87\x05\xed\x86\x13\xeb\xeb\x1b\x7b\x92\x5d\xbb\xbb\x83\x8c\xd2\x9d\x01\x83\xf5\x24\x12\x31\xfc\xaa\xe0\xcb\xf0\x1d\xc1\xfc\x14\x39\x6e\xa8\xd9\x25\x87\x9a\xd9\x11\x00\xb7\xe1\x11\xcb\xe7\x1b\x09\xf0\x63\x30\xb1\x83\x14\xd6\x69\x1b\x1e\x46\x5c\xbd\x38\x96\x99\xa8\x0d\xe4\xea\x29\x3b\x66\xef\xf6\x24\x6c\x82\x17\x15\xc7\x2f\xdb\x06\x47\xc4\x36\x07\xf3\x1a\x9a\x82\x17\x71\x08\x15\xdb\xe8\x25\x94\x86\x76\x64\xba\x1c\xf3\xe8\x25\xdc\x85\xb7\xa9\xd3\xa8\xa3\x54\x69\xa1\xe2\x21\x9c\xb2\x23\xac\x89\xc7\x3c\xf7\x9b\xd0\x5f\x0a\x87\xf9\x5e\xcd\x60\x02\x2c\x39\x0e\x92\x6a\xff\x68\x7e\x15\x7f\x4a\x46\x3c\x27\x81\x1f\x24\x85\x1a\x91\x70\xc9\x4e\x5c\x6a\x71\x08\x1e\xd6\xfb\x24\x08\xa8\xe3\x90\x31\x03\x70\xac\xd7\xa8\x8a\x06\x32\x5c\x4b\x3c\x2b\x07\x7a\xc6\x27\xb7\x0c\xde\x07\xfc\x8d\xa5\xb1\x01\x4f\xc5\xe3\x21\xda\xc0\x92\x1a\xfd\x49\x84\x25\x5d\x12\x34\x1b\x1a\xce\x0a\x88\x1a\xb2\xa5\x11\xf6\xb0\x91\x3a\x0a\x15\x0f\x7e\xc2\x48\x0c\xcc\x2e\x55\x7c\xbb\x78\xdc\x18\x43\xe1\x20\x44\x76\x3f\x68\xf1\x4a\x0b\xe5\xf1\x2b\xf8\xe1\x15\xdc\xa7\x02\x20\x88\xd2\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x8c\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\x06\x43\x3d\x09\x1d\xef\xae\x48\x4c\x7b\x8e\x6a\xf0\xb9\x73\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x56\xc1\x42\x10\x19\xaf\x75\x45\x8c\xe0\x74\x3d\x44\xa3\xeb\xc3\xb1\x27\x96\xa1\xc1\xde\x56\x40\x89\xa5\x7e\xbc\x34\x18\x05\x93\x10\x34\x54\xc7\xc7\xed\xa8\x12\x8f\xa0\x21\x11\x95\x10\xef\xd9\x6f\xd7\x11\x8a\xe4\x8a\x39\xb3\x45\xdc\x3f\x3b\xf0\xb0\x83\x88\x3c\xda\x23\xfb\x89\x7d\x7c\x7f\x23\x47\x44\x9f\x49\x62\x45\x7a\x5d\xc5\xdf\xf6\xef\x6f\x72\xce\x71\x39\xc2\x04\xc6\xea\x4a\xc6\xef\xe4\x95\xed\x00\x7e\xd7\x89\x93\xa6\xab\xe5\xef\xef\x7e\xd7\x59\xb1\x84\xfc\xdd\x97\xf6\xbb\xce\x88\xb2\x7c\xdf\x5d\xce\x82\xd2\xc2\xee\x91\x24\xa8\xbd\xc9\x63\x59\xdb\xb0\x27\x95\xec\xb0\x87\xed\x0c\xb0\xc7\x4a\x29\x39\xf1\x1c\xf8\xf5\xe9\x17\x24\x98\x92\x38\xa7\xcb\xe5\xbf\x5e\x32\x27\xf3\x3f\xd7\x3f\xff\xf1\xbf\xff\x1f\xeb\x9f\xff\xe7\xfa\x9f\x9f\x9f\xd7\x7f\xfe\xeb\x5f\x9f\x7f\xfb\x8f\xf7\xff\x78\xfd\xc7\xcf\xff\x76\xa0\x3f\xef\xcf\xf3\x3f\xfe\xed\xf3\xaf\xcf\xff\xfd\xef\xff\xf9\xaf\xd7\xe7\xe7\x9f\xff\xfe\xcf\xf3\xab\xf8\xfb\x7f\x02\x00\x00\xff\xff\xbb\x47\xae\x74\x89\x44\x03\x00"); -func _ebea ()(*asset ,error ){_befa ,_acae :=_ffad ();if _acae !=nil {return nil ,_acae ;};_bbag :=bindataFileInfo {_dae :"UniJIS-UTF16-H",_fb :185917,_ae :_be .FileMode (436),_g :_a .Unix (1580492927,0)};_aceb :=&asset {_dd :_befa ,_ef :_bbag };return _aceb ,nil ; -};var _decc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\x5b\x8b\x6f\x06\x90\xb8\x80\x55\xea\x82\x35\x68\xd9\x70\xb5\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x0d\x9c\xbc\x93\x7b\x62\x93\x8b\xcf\x60\x30\x18\xf1\x31\xf8\x77\xbf\xfb\xc7\x7f\xf8\xc7\x5f\xfe\xf8\xb7\xaf\xbf\xfb\x5f\xff\xf2\xa7\xd7\x1f\xee\xbf\x7d\x7d\xfe\xf8\xcb\xfb\x2f\xf7\x5f\xff\xf4\x6f\x7f\x79\xdd\x5f\xfb\xfe\x97\x3f\xfe\xf2\xd3\x4f\x29\x7f\xbd\xff\xf8\xfa\x9b\x49\xfc\xf7\xfa\xd7\xf5\xe7\x9f\x7e\x3a\xdf\xff\xe1\xdf\xff\xfa\xb7\xfb\x5f\xff\xf1\x97\xcf\x9f\xbe\x0a\xf3\xbd\xff\xed\xcf\xca\xfb\xf5\xf5\x77\xff\xdb\xfd\x2f\x7f\xfc\xeb\xdf\xfe\xf2\xef\x5f\xff\xe9\x7f\x7a\xff\x69\xdf\xff\xc3\xd7\xfb\xfe\x9c\xdf\xff\x97\xbf\xbc\xef\xbf\xfc\xf1\x97\x7f\xf9\xfa\x4f\xbf\xfb\xa7\x3f\xa4\xe7\xe7\x3f\xfc\xdb\x9f\xff\xfc\xff\xde\xff\x7a\xff\xf2\xb7\xaf\x81\xdf\xee\x5f\xde\xf8\xff\xa7\xbf\xfb\xdd\x7f\x5d\x7f\xfe\xa7\xf5\xaf\xf7\xd7\xdf\xfd\xf3\x2f\x7f\xfc\xdd\x3f\xfd\xe1\x3f\xff\xf3\x7f\xfb\xfd\xfc\xcf\xff\x33\x52\x91\xf8\xbf\xdf\x7f\xf9\xeb\x1f\xff\xf4\xcb\x57\x2a\xff\xe3\x95\xe2\xd7\xdf\xff\xdb\xbf\xff\xf9\xfe\x4a\x2a\xe5\xff\xfc\xe7\x7f\xfc\x87\xaf\xff\x2b\x7d\xa5\xeb\x2b\xb7\x12\xe3\xff\xd6\xef\xff\xc7\x7f\xfd\xd3\xfb\xfe\xba\x48\x55\xb6\xff\xf5\xa7\xf7\xfd\xd7\x3f\xaf\xd7\xfd\x97\xf5\xcb\xbf\xdc\x3f\x7d\x7d\xfd\x7c\x5d\x3f\xbe\xf8\xef\xe7\xf1\xfb\x1f\xe7\x97\xdf\x5d\x53\xbf\xfd\xfc\x0f\xbf\xff\x7b\xfe\xf6\x5f\xae\xa9\x5f\x7f\xfe\x2f\xbf\xff\x7b\xff\xfa\x7b\xfc\x7a\x7e\xff\xf9\xf7\xe3\xef\xf5\xfb\xfd\xcb\xfb\xff\x57\xcb\x4f\x89\x95\xff\xf2\xa7\xbf\xbd\xef\x0f\x7f\x43\xbd\x3f\xa7\xcf\x8f\xaf\x74\xbe\xf8\x8f\x49\x3f\xa5\xeb\x52\x6b\xff\xf8\x7e\xfd\x3f\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x39\xcf\x1f\xed\xc7\x57\xee\x17\xfe\x1c\x3f\xbe\xd2\x98\xf8\x73\xfe\xf8\x4a\x65\xd4\x01\x22\x7e\x7c\x45\xc7\x5f\xaf\x1f\x5f\xa9\x5e\x35\x40\x9c\xca\xa2\x9d\x3f\xf7\xf5\xe3\x2b\x4f\x14\xb2\xd3\x8f\xaf\x9c\x32\xfe\x3c\xe5\xa5\x93\xa1\x9c\x3e\xa5\x39\xe6\x04\x91\x48\x74\x10\x13\x44\x64\x10\x41\xe2\x02\xb1\x0e\x31\xaf\xd3\xcc\x12\x99\x29\xf8\x26\x0a\x89\x0a\x62\x9c\x0a\xf1\x05\x3a\x35\xe7\x85\x2a\x57\x22\x51\x40\xa0\x96\xa9\x6c\xc1\x14\x34\x66\xb1\x96\x82\xfa\xd1\xbf\x39\x13\x0a\x5e\x6f\x12\x48\xd9\x99\x04\xbe\xd9\x85\x04\x1a\xb3\x51\x3f\x1a\xb9\x59\x4b\x45\x2d\x9b\xb5\x64\x7e\xce\x5a\x32\x53\x58\x4b\x3e\x83\x5b\x3d\x32\x0d\x84\xda\x7c\xbe\xa9\xea\xf2\x0c\x10\xac\xf2\xc2\x37\xb1\xd8\xff\x04\x62\x33\x05\xd9\x16\x09\x34\xa7\x4d\x12\x95\xc4\x8b\xdf\x14\x10\xea\xda\xa9\xb4\xa9\xe8\x72\x0a\x68\x2e\xe0\x10\x83\xd9\xc6\x1c\x20\x6e\xd6\x73\xc6\x66\x04\x47\x3a\x15\x10\x9c\x4f\xb0\xc2\x08\x0d\x14\xbe\x89\xca\x9e\x26\x10\x9d\x04\xbf\xe1\x50\x65\x96\xa6\xd1\x61\x01\x1a\x9d\x33\xb8\xa1\x7a\x4a\x03\xa1\xd1\x61\x0a\x8b\x2e\x03\x04\x5b\x5d\x90\xa2\x89\x2f\x05\x04\x8b\xae\x20\x76\x63\xca\x99\xc4\x35\xd5\xed\x0a\x42\xd9\xce\xc0\xef\xd9\xc9\xfc\x13\xc4\xf8\xf1\xd5\xd0\xe9\x7d\x32\x35\xf0\xd3\x3e\x43\xdb\xc0\x67\x1b\x83\x14\xc8\x1b\x71\x7e\x3d\x65\xbc\x66\xf5\xe2\x78\xcd\xff\xb0\x96\x5e\x67\x1a\x50\xdc\xfb\xc2\x64\x97\x38\x8d\x7e\xa7\x20\xd1\xe3\xa7\x9f\xef\xb4\xd7\xbe\x39\xa4\x53\xe4\x87\x63\xc2\xd4\x3d\xc5\xe7\x97\x48\x75\x38\xfd\xf4\xf3\x9d\xe7\x35\xcf\x0c\x94\x7e\x9a\x7f\x48\x4c\x6f\x56\x1a\x46\xed\xcc\xc0\x21\xd6\xc9\x78\xda\x02\xe2\x8c\x4d\x52\xb6\x75\x46\xe0\x2c\x16\x10\xe3\x3f\x64\xc3\x3a\x18\x2a\x00\xe3\x39\xb2\x88\x33\x07\x63\x88\xb8\xd5\xfd\x3b\x4f\x4a\x8d\xd1\x2f\x16\x5e\xcf\xc0\xe7\xde\x45\x9c\x22\xa2\x8a\x88\x93\xc2\x22\x2a\xd8\xa5\x5e\x4d\x69\x98\xd5\x7a\xb5\x26\x32\xff\xf8\x0a\xe6\xec\x87\x49\xb2\xba\xdb\xcf\x40\xe6\xda\x44\xe4\x43\x38\xdb\xa9\xb7\x76\x08\x54\x09\xc2\xff\x8e\x68\x44\xce\xf9\xe3\x2b\xb7\x2c\xe2\x34\xaa\xb1\xed\x03\x63\x51\x22\xd8\xfa\x19\x47\x78\xb6\x21\x62\x1d\x41\x50\x44\xdc\x3f\xbe\x72\xbe\x44\x7c\x7e\x7c\xe5\xa2\x94\x23\xa4\x72\xc9\x22\x4e\x9b\xd4\xc5\x09\x51\xdc\x9c\x6d\x9f\x6c\x2a\x7a\x9d\xd2\x0a\x7b\x38\x77\x3d\xfd\x50\xd1\x67\x0a\xf2\x59\xba\x20\x5e\xa7\x52\x66\x0b\xf4\x5d\xf3\x1e\xa8\x34\x85\x88\x33\x44\x99\x2d\x58\xe8\x42\x2d\x22\x4e\x5f\x2b\x9b\xb3\xd0\x1c\x31\x15\x38\x30\x17\xa6\x6c\x48\x7e\xb2\x47\x5c\xa7\xb4\xc6\x19\x0c\x48\xb3\x42\x2e\x8a\x7a\x18\xb1\xa4\x2c\xe2\x75\x08\x65\x0b\x64\x6b\x22\xea\x21\xba\x88\x79\x88\x21\xe2\x7c\x73\x05\x89\x75\xb2\x5d\x53\x04\x52\x94\x6d\x23\x45\x05\x6c\xa4\xb0\xe8\x06\xf1\x51\xaf\x48\x22\xc9\x43\x71\x89\xcc\x20\xc9\xc0\x41\x39\x58\xaf\xe9\xcc\x15\x64\x2f\x22\x1b\x33\x57\x91\xe4\xce\xe9\xd4\xc1\xcc\xae\x77\x32\xf3\x14\x19\xcc\x3c\x44\x2e\x66\x0e\x91\x9b\xa9\x6e\x15\xf7\xd8\xe9\xd4\x37\x8b\x72\xab\x6e\x92\xae\xe8\xc3\xcc\x6a\xd5\x62\x7f\xb9\xb8\xa2\x69\xcd\x0c\xd5\xbb\xd8\xdf\xe9\x54\xf6\xb7\xab\x91\x8b\xfd\x1d\xea\xd1\x62\x7f\xa7\x06\x67\xb1\xbf\xdd\x15\xb1\xbf\x43\x8d\x5c\xec\xef\x74\x51\xec\xef\x50\x8f\x16\xfb\x3b\x5c\xaf\xfa\xab\x2e\x48\xa7\xe8\x6e\xe4\xe7\xc7\x57\xc9\xea\xed\xd1\x2b\x4a\x56\x31\x67\x9a\x8f\x1c\x65\x13\xfa\x11\x16\xe5\x32\xb1\x0e\x51\x44\xec\x43\x64\x11\xe0\x87\x24\xe2\x7d\x88\x4b\xc4\x59\x54\x11\x22\x0e\x7f\x07\xdb\xdf\xc5\x09\x5c\xe5\xd1\xc9\xa0\xfa\xea\xf0\x41\x49\xaa\x09\xe3\x2d\x76\xea\xdc\x77\x54\x1e\xf5\x05\x65\xa3\xbe\xa0\x06\x61\xf7\x0f\x13\xd8\x3c\xd8\xba\x31\xb9\x41\x8a\x18\xd8\x01\x44\x60\x7f\xbb\x44\x60\x6f\xa8\x22\xb0\x33\xa8\x00\x2c\x91\x1c\x22\x4e\x43\x29\x0c\x62\x42\xcc\x6a\xe2\x27\xeb\x69\x22\x7e\x5d\xf2\x11\x13\x92\x34\x89\x48\x8f\x64\x88\x98\x90\xa4\x6c\xf5\x0b\xad\x2e\xa3\xa3\x41\x7b\x61\x3b\x1a\x9d\x6b\x73\x2f\x6c\x7d\xa3\xb3\x8b\x9b\x5b\xeb\xe8\xf1\xbd\xe0\xdd\x10\x46\x27\x6f\x88\xc4\xc6\x31\x2e\xd5\x13\xd4\x5a\x6a\x27\x09\x0e\x1d\x83\x73\xbb\x17\xb5\xd7\x71\xa9\x5a\x30\xdd\x18\xe4\x89\xbd\x96\x8a\xaa\x22\x6f\x92\x8d\xe4\xee\x24\x55\xf2\x56\xe6\x21\x52\x99\xd9\xbf\xad\x69\xe2\xb6\xb2\xf7\x54\x45\x21\xf2\x03\x92\x62\x6f\xef\xe0\xb7\x94\x75\x7b\x2f\x2a\x1d\xdc\xac\xf6\xeb\x8c\x5c\xe3\x36\xb9\xa1\x32\x34\xf2\xdc\x7e\x9d\x09\x6b\x94\xeb\xfb\x75\x6a\xec\xea\xd8\x0b\x0a\x09\xc5\xff\x7e\x9d\xda\xba\xda\xf9\x0a\x94\x16\x2a\xfb\x08\x3b\xcf\xc9\xeb\x88\xba\x9e\xf4\xd1\x61\xef\xc6\x29\xdf\xaf\xc3\xdc\x9d\x12\x7b\xbf\xce\xf8\xb7\xd0\xf0\xbf\x8e\x8c\x6b\x55\xad\x83\x6e\xa3\xa1\x7f\x1d\x09\xd6\xaf\xcb\xe5\x1d\x65\xa8\xba\x11\xaf\x53\x9e\x0b\x7f\xff\xf8\xea\xdc\xf8\xf6\xeb\x0c\x45\xbf\x34\xe4\x2f\xac\x96\xd1\x8b\x7a\x75\x64\x53\xf3\xb0\x2c\x74\x51\xad\x38\x33\xd7\x2f\x4d\xcd\xeb\x28\xe5\xdd\xcd\x38\xb3\xd8\x9a\x5a\x71\xf4\x8f\x7e\x69\x2c\xde\x67\x64\x47\x6e\x22\xce\x16\xd5\xba\x88\xd3\xab\xe6\x6c\x68\x53\x56\xd2\x19\x98\x7e\x71\xcd\xec\xf7\xe9\x71\xbf\xb8\x9c\xf6\xfb\x70\xdb\xec\x59\x44\x3f\x84\xbe\xda\x18\xe8\x87\x3a\x5f\x25\x65\xbc\xcf\xc2\xed\x89\x7b\xc8\xbe\x27\xc6\x86\x02\x77\xdf\x98\xa0\xc4\x5d\x60\xdf\x67\xcb\xe8\x85\x72\x7d\xdf\xd8\x54\xb5\xbe\x6e\xc8\x6d\xed\x76\xfb\x3e\x8c\xdd\x7a\x12\xf1\xe6\x28\xfa\xb3\xc3\x6d\x5d\x1c\x70\x9f\x65\x3a\x46\x51\xd6\xc3\xc5\xb9\x35\x35\xec\xec\xe7\x63\x68\xf4\x3f\xa7\x99\x71\x69\x84\x3e\xa7\x99\x31\x34\xc8\x9f\xc3\x3a\x75\x88\x0d\x3e\x58\xa1\xf9\x02\x59\x78\x56\x05\xbb\x9c\xbf\x0f\x6f\x0f\x11\xd0\x3e\xd0\xca\x32\x79\xe0\x29\x03\x83\x5e\xce\x59\x07\x8d\x4e\x4d\xe4\x04\x09\x85\xe4\x90\x1f\xaa\x58\x2c\x68\x6e\xe9\x7d\x05\xe4\xc2\x02\x0a\x12\x18\xa5\x8c\x6d\xa5\xcc\xcf\x59\x3e\x59\xd5\x7f\x20\xdb\x07\x2b\xf8\x40\x25\x2c\xca\x86\x86\x15\xa7\x1c\x15\x07\x5b\x6b\x09\x6a\xb3\x75\x4c\x92\x09\x52\xad\x55\xcc\xdd\x21\x17\x44\x3d\x46\xe5\x90\x10\x11\x38\x68\x1d\x92\x9b\x67\xf8\x5b\x08\xfc\x86\xe3\x11\xc8\xf3\x6d\xaf\xac\x35\x12\xc4\xe7\x98\xc9\x24\xe4\x39\x55\x89\x12\x19\x9b\xcf\xe0\x7e\x73\x48\x6c\xbc\xdc\xb4\x4a\x64\x0a\x3d\x1c\x3d\x41\x7e\xd0\x48\xec\x13\x25\x32\x05\x17\x4e\xe2\x77\x09\x1e\xb4\x47\x6f\x21\xf2\x0c\x74\xeb\xfa\xb6\x40\x77\xe8\x57\xf9\x56\x30\x97\x28\xe8\x5f\x8b\xa6\x4f\xa1\x0d\x44\xe2\x94\x45\x81\xea\xdf\x70\x38\xbe\x4b\x54\x08\xc8\x91\x2f\x66\xae\x14\x9f\xbd\xb0\x15\x54\xc2\x06\x0e\x7b\x20\xd5\xdd\x21\x92\xa7\xe6\xce\x1e\x50\x83\xe9\xfd\x32\xc9\x91\xcb\xac\x08\xea\x41\x6a\xa9\x25\x91\x99\xa9\xaa\x08\xe6\x87\x4e\x55\xe9\x90\x60\xb3\x3c\x38\xcc\x1d\xbb\x54\xc5\xc1\xf0\x90\x50\xe0\x5a\xaa\x21\x12\x99\x71\x92\x3f\xa4\x9a\x91\x4c\x72\x12\x6a\x12\x79\x5a\xd5\xd3\x39\xcb\x1e\x12\x87\xb5\x81\xb3\xe4\x5d\x62\x70\x12\x60\xe0\x00\xa9\x6f\xab\x48\xda\x5c\x72\x11\xb9\x30\xce\x1a\x2b\x6e\xf5\xfd\xba\x58\x11\xcf\xd6\xbd\xa8\x83\x3c\x50\x77\x2a\xc8\x87\x84\x92\x40\x0d\xe4\x90\x18\xab\xa2\x56\x0d\xac\xa3\x49\x9d\xec\x90\x18\xab\x10\x6b\x0c\x30\x6c\xd7\x22\x89\xc1\xb3\xdc\xec\xfe\xf6\x66\x2a\x49\xa8\x0c\x69\x84\xea\x9d\x3c\xca\x73\xa3\x38\x24\xf6\xc3\xd0\x42\x99\xd2\x5f\x2f\xce\x2f\x0e\x3c\xa9\xb7\x99\x45\xe2\xf8\x77\x25\x93\x6f\xf6\x57\xdf\xf2\xbc\x3e\x5c\x2f\x2c\x2a\x7d\x68\xd8\x27\x5a\x55\xa7\x78\x32\xa8\x30\xd5\x32\x45\x42\x25\x2d\x9a\x85\x40\x9b\x7b\xbd\x8a\x48\xae\xb9\xa1\x54\x2c\x85\x36\x35\x1a\xb4\x20\x04\xb5\xea\x12\xc1\xe5\x7b\x51\x22\xc5\xe2\x84\xce\xc2\x91\x5c\xe8\x6f\xab\xe2\x2b\x6a\x25\xe7\x4c\x2a\x72\x91\x45\xb3\x48\x18\x37\xfa\x64\x23\x17\x19\xb8\x69\xe9\x2f\xcc\x51\x6f\x9a\xc1\x85\xee\x37\x6a\xa5\x87\xc4\xd2\x68\x7d\x88\x7c\x71\x35\x73\xd8\x69\x04\xa8\x79\x0c\x91\x85\x1c\x5b\x44\x82\xdb\x5b\x38\x15\x4c\x68\x61\x06\x1b\x47\x6a\x7d\x54\x91\x98\xd0\xaa\xd9\xdf\xd4\x86\xe3\x32\x09\x51\x90\xd5\xe6\x0d\x26\x6c\x5d\x4b\x72\x73\xba\xe3\x62\x7f\x37\x4f\x20\x43\x22\x67\x63\x27\x6b\x4d\x62\x72\x63\xac\x7a\x48\x6e\x6c\x48\x95\xde\xc5\x84\x9b\xf2\x78\x6a\x8e\x5e\xec\x60\x48\x14\xbc\xb4\xdb\x48\xa6\xd2\xc8\xd2\x2d\x64\x5e\x5c\x47\x4d\x93\xf2\x82\x8d\xa6\x87\x66\x01\x3a\x4a\x6a\x53\x6b\xe1\xc5\x73\xd1\xd0\x58\xbd\x78\x2e\x1a\xd9\xa9\x68\x46\x15\xb7\x43\x1d\x49\xad\xb9\x19\xe0\xd8\xd6\xb5\x87\xbc\xb6\xac\x79\x4a\xc5\x2a\xeb\x5d\xe3\xfc\xda\x2c\x59\x32\xe7\xb5\xb9\xd8\x1b\xbb\x0f\x95\x25\xf5\x19\x26\x0b\x37\x0d\x91\x1c\xba\xe1\x54\x08\xfe\x59\xb8\xdf\xc5\x0d\xf1\x35\x42\x82\xe2\xe6\x39\x70\x8a\xcd\x6e\x70\xce\x28\x1a\xab\x9b\x0b\xa7\xb7\xfa\xbd\xe0\xff\x60\x7a\xe3\x12\xd3\x7d\xd0\xa1\x96\x7b\x13\x09\x31\x99\xb4\x5e\x3f\x10\x1b\x3d\x51\x96\xaf\x8b\xaa\x70\x90\x8f\xd6\xc5\x53\xf0\xe8\x4a\x45\x1b\x47\x3c\x24\xa6\xa8\xe3\x8c\x52\xd6\xb5\xc9\x0b\x38\x1a\x1d\x72\xb2\x07\xe8\xee\x4a\x54\xa3\x13\x79\x7f\xa5\x4d\x29\xc2\xee\x2e\xda\xb6\x3b\x35\xf2\xb2\x0a\x06\xb2\x4a\x78\xaf\x82\x9d\xbb\x37\x72\xe8\x2a\xb4\x09\x04\x57\xc6\x2a\xe0\xee\xe0\x31\xbf\x2c\xda\x6d\x47\xe7\x8c\xad\x4a\x55\x25\xc8\x38\x0b\x96\x8b\x34\x24\x63\x56\xc5\x09\xa4\x89\x53\x56\xe5\xe4\x0f\x67\xe6\xb6\x10\xe4\x94\x45\x13\xec\x08\x72\xf7\xe2\x61\xbc\x0f\x75\x90\x9b\x55\x48\xcd\x5a\x1d\xac\x51\x2b\xf9\x77\x75\x09\x60\x6a\x3e\xab\x8b\xd9\x43\xa9\xd8\x25\x46\x56\xbd\x5d\xc3\x3e\xa6\xc8\x4d\x3e\x52\xc9\x58\xa0\x6d\xaa\xfb\x9d\xfb\xfc\x9c\x22\xb7\xfa\xcb\x56\xd1\x34\xdb\x2f\x15\x35\xc0\x92\x33\x71\xa1\xac\xc1\x85\xd2\xb9\x1b\xaf\xc1\x13\x17\xb5\xdd\xb2\x86\x8a\xa2\xe0\x5f\xda\x61\x68\x9f\x3a\x24\x74\x84\x4c\x59\xbe\x26\xd6\x7a\xd7\xfe\xb3\xa6\xd6\xfa\x34\x49\xfd\x42\x23\x39\xc1\xfb\x7d\x38\x95\x5b\x77\x56\x07\x27\x6d\x11\xa1\x39\x9a\x4b\xb2\x5c\xa9\xb0\x29\x0c\x9a\x2d\xcb\x0a\x9c\xb3\x47\x88\x91\x82\xfb\xad\x34\xb3\x15\xaa\x28\x9c\xfa\xe2\x6e\x5c\x45\xde\x90\xf4\xd4\x08\x57\x50\x98\xc1\x61\x01\x72\x50\x27\x62\x51\x4b\xeb\x55\xec\xbd\x60\x12\xe9\x8d\x1b\xfb\x5a\x54\x10\x83\x6a\xee\xe2\x19\xb2\x4b\x88\xae\xcd\xc5\x6d\x26\xdc\x14\x39\x97\x5a\xb5\xb5\xb1\xab\xde\xad\xa5\x11\x55\x24\x66\x9f\x16\xb0\xb2\x5e\xd8\x06\x6b\xd3\x1c\xbd\xa8\x7c\x79\xfd\x52\x2e\x8e\x50\xc9\x2f\xba\x06\x86\x96\xc6\x8b\xdb\x51\xd6\x74\xbf\x61\x75\x9e\x3c\x13\x96\xf5\xa6\x52\x70\x69\x95\xbd\xd9\xe6\xde\x94\x2a\x65\x84\x72\x63\xbd\xb7\xbe\x6d\x22\x69\xed\xa0\xca\xb0\xde\xd8\xe8\x6a\xcd\xcc\x7c\x4b\x4c\x76\x91\x38\x90\x4c\xaf\x85\x9b\xdb\xd1\xc5\xcd\x6a\xdd\xe8\x51\x73\xab\x6e\xea\x71\x93\xdb\xc2\xba\xa9\x2e\x17\x2d\x2b\xca\xc5\x36\x34\xec\x9f\x49\xe1\xad\x65\x85\xf3\xc5\x29\x8a\xa3\xf1\xa1\xc2\x78\x89\xf9\x3f\xb4\x4d\x5c\x92\x48\x1f\xee\xf3\x4f\xaa\x3a\x98\x55\x14\xb5\xad\x29\xbe\xfa\x6c\x1e\x1e\xb8\x0f\xec\x8b\x9b\x95\xd6\xe0\xbe\x20\xa0\x5a\x70\x57\xdc\x17\xed\x90\xb4\x82\x1d\x92\xee\xb3\xc2\xcc\x89\x9b\xb3\xf6\xcc\x9d\xe5\x01\xe2\x4a\xd9\x45\x66\xa4\x92\xbf\x15\xfc\xbb\xa0\x15\x4d\xba\xc8\xa6\x98\xec\x45\x8d\x2a\xda\xf5\x2f\x93\x58\x0a\xb5\xb3\xda\x42\x76\x8e\xa4\x6f\xb9\x57\x5d\x6a\x23\xfd\x5a\x71\xa9\x43\xf4\x6c\x55\x3a\x0b\x0e\xf9\x26\xa7\xb0\x28\x0a\xd1\x39\x86\x52\xb9\xc3\x04\xf7\x9f\xdd\x68\x8a\xd1\xe1\x70\xd3\xc7\xd5\x5a\x38\x95\xa7\x61\xb5\x4a\xd6\xdf\xc6\x75\xb3\x69\x3a\xed\x83\x6b\x6e\xd3\x38\xda\x6a\xab\x22\x83\x45\x99\x5c\xac\x68\x88\xfc\x50\xf7\x52\xc9\xd4\x53\x2f\x4d\x60\xc3\xf2\x6d\x55\x83\xd3\x69\x7b\x1b\x3c\x48\xee\x3e\x29\xda\xc9\xce\x9b\xc2\x7b\x5e\x3c\x2a\x6f\xd8\x21\x53\xf3\x58\x75\xba\xbc\x2e\x7f\x0b\x11\xdb\x68\xe3\x3a\x24\x99\x6e\x28\x15\x7c\xd4\x69\x10\x39\x24\x6c\xc3\x99\xc2\x6c\xcb\xba\xd8\xd5\x41\x1e\x3c\xfa\xe0\x09\x67\x0f\x7a\x5e\xa7\x46\x72\x70\x24\x47\x1e\x22\xdf\x14\x1b\x6c\xe4\xe0\x94\xd1\xca\x7e\xc8\x4d\xde\xd0\xb7\xb4\x0d\xd3\x62\x70\xc8\x49\x9b\x44\x88\x84\x04\xf2\xa4\xf0\xe0\x31\x53\x31\xc9\xed\x97\x82\x61\x0f\x1c\xe1\x66\xbf\x54\x32\xd7\x6b\x74\x93\x68\x55\xa1\xb2\xb5\x65\xd6\x1c\x94\x5e\x3b\x28\x27\xdc\x8c\xe0\x1e\x22\x93\xc4\xe6\xf1\x60\xe8\x84\xbe\x83\x86\xc7\x2b\x8b\xe4\x48\x4a\xa6\xee\xb5\xa8\xe6\x70\x77\xda\x8b\xfe\xe3\x24\x66\xa0\x8a\xdf\x1b\x75\xaf\xbd\xa8\x11\xba\x22\xea\xf4\x8d\x86\xf3\x43\xe2\x58\x12\xaa\x88\x8e\xbd\x26\x45\x66\x6f\x88\x9c\x46\x8b\xf7\x21\x39\x92\x54\x28\x64\x69\x9c\x49\x25\x6f\xce\x51\x29\xca\x4c\x5f\x47\xf5\xb7\xe4\x9c\xa4\x71\x96\x9a\xde\x4a\x11\x89\xfd\x87\xde\xb4\x43\x2e\xf2\xf3\x14\x09\x39\xe1\xf5\xcb\xfd\xa7\x4e\x1e\xc3\x36\x75\xfa\xd6\xb2\x32\x4b\x0b\xa0\x3c\xde\x9b\x4a\x90\x76\xc5\xbd\xb5\x8e\x1e\x12\xb6\xff\x1e\xfe\xf6\xc5\xdd\x49\x8d\xe4\x56\x96\xa8\x12\xee\x4d\x2b\x0a\xfd\x24\x87\xac\x4c\xd5\xb7\x5b\xa3\xe1\x54\x8d\x86\x9a\xc1\x81\xbd\x28\xcb\x69\x68\x4d\xad\x0c\x93\xd8\xf6\xcd\xcf\xb0\xaf\x9e\x8a\x9c\x3a\xa8\xf3\x9a\xc4\x59\x31\x49\x88\xbe\xe9\x2e\x4f\x12\xb1\xdc\xe8\x1a\xbd\x46\x85\x46\xc3\xb3\x93\x8b\x5c\xec\x02\x35\xa6\xcd\xad\x6c\x26\x6e\x56\xfb\xa6\xed\x63\xaa\x0b\x1f\xda\xd1\x4b\x33\x49\x41\x41\x8d\x69\x73\xc3\x19\x45\xb3\xff\xa1\x9b\x3c\x89\xf9\x3f\x3c\x76\x26\x2a\xaa\xfb\x43\x43\x49\xd6\x0a\xfd\xf0\x00\x30\x47\x7c\x2f\xf8\x3f\x54\x79\x69\x0a\xa8\xf3\xc2\x50\x75\x8a\x8d\x43\x52\x4e\xa0\x43\x75\x5e\xdc\xf6\xe8\x4c\xa8\xf3\xa2\x4e\x40\xb7\x45\x3d\x3f\x93\x64\xe6\xa4\xee\xd6\x2e\x52\x72\x22\x48\x52\x00\xd3\xcc\x79\x48\x9c\x0d\xa9\xf1\x1f\x92\xb3\x8d\x19\x3b\x24\xdd\x1e\x60\x9c\x3a\x13\xf5\x89\xa8\x6c\x24\xd1\x2b\xa3\x74\xb6\x2a\x53\xa8\x24\x55\x94\x65\xdc\x68\x5d\x24\xf6\x81\x74\xb1\x91\x32\x92\xa5\x24\x12\xd3\xdb\x69\xe7\x3b\x24\x0d\x05\xc1\x92\x8b\xd4\xf4\xde\x45\x52\xb9\xec\x6c\x15\xfc\x9f\x27\xf5\x12\x49\x4b\x57\x1f\x22\x2b\xe5\xe2\x14\x49\x75\xea\xaa\x22\xa9\x4d\x16\xd6\x5b\xd1\xc1\x48\x45\x45\xf1\x18\x96\x2a\x53\xe9\x8d\x9b\x59\x43\x27\x8f\x5a\x4b\x97\x48\x15\xc5\xee\x37\xfa\x9f\x68\x08\x3a\x24\x7a\x44\xdb\x4e\x9d\x7d\xaa\x22\xb6\xaa\x13\x7f\x91\x12\x7b\x24\xaf\x56\xd6\x58\x0d\x74\x61\x66\x0d\x0e\x8d\x57\x95\x3c\x58\x65\xc8\x9d\x39\xb1\x64\xee\x12\x95\x5a\x7b\x9d\x03\x1c\x1a\x97\x58\x65\x60\x42\x6b\xaa\x22\xc1\x48\x2d\x69\x60\x27\x75\x20\xae\xf5\x4a\xaf\x79\x9a\x73\xb2\x28\x4a\xfa\x4a\xa7\x61\xa5\xaf\xfb\xd4\x1b\x22\x69\x81\x99\x22\x71\xb0\x9c\x51\x4d\x82\xaf\xe8\xa9\xaf\x73\x11\x25\x93\x33\xbb\xb0\x08\x32\xc9\x99\xd3\xbd\x28\xea\xa2\x8a\xc4\xb6\xdf\xeb\xa5\x6f\xd1\xe6\xca\x83\xe5\x21\x21\x90\x6a\x70\xac\x28\xbd\x5a\x56\x33\xa4\x88\xb7\x27\xf5\x45\xc5\x94\x45\xd1\x7c\x11\x49\x45\x51\xf3\xae\x5c\xcd\x75\xbe\x17\x05\x52\x66\x2a\xcf\xfe\x93\x36\xed\x43\xd2\x50\x2d\x56\xb9\xb5\x9c\x35\xb0\x9f\x29\x85\x82\xcd\xf8\x40\x5c\x0d\xcf\xd1\x87\xec\xed\x0e\x52\x8a\xcc\x6c\x92\xe2\x39\xba\xc9\xcc\xcc\xf8\x36\x08\x67\x99\x19\xda\xc7\x21\x69\x29\xe0\x2c\x04\x51\x28\x33\x63\xc3\xa9\x41\xb4\xc9\x24\x74\xe2\x90\xac\x08\x0a\x54\x95\xbd\xbc\x3a\x73\x16\x23\x75\x56\x94\xe5\xc5\xbf\x4c\x52\xd2\x0f\x91\x3c\x69\xd0\x9e\x7c\xc8\xcc\xcd\x59\x45\xb1\x0b\xb9\x4f\x91\x50\x82\x34\x29\x91\xb7\x78\x12\x5c\x17\x45\x9b\x06\x17\x6c\xd0\x8e\x10\x57\x36\x29\xe3\x55\x16\x89\x55\xc6\xd3\x6f\x8d\x42\x35\x96\xfa\xc5\x21\x6f\x96\xdc\x44\x52\x7f\xd4\x58\x11\xaa\x16\xc9\xdf\xd2\x99\x40\x44\xc3\x21\xb1\xa5\xd0\xdf\x78\xc8\xc5\x81\x35\xb9\xa9\x89\xab\x19\x8b\x47\xf4\x26\x92\x47\x8b\x51\xe6\x77\x82\xbf\x06\xe5\xd3\xa4\x4f\xff\x90\xe4\xfd\xd1\x44\x06\x8d\x55\x59\x24\x59\x32\x44\xca\x4b\x91\xf5\x2d\xd6\x7a\x10\x78\x70\x48\x0c\x06\xdd\xe1\x35\x2a\x0d\x6c\x25\x77\x91\x83\xa4\x32\x53\x5c\x35\xca\x89\xa8\x54\x02\x6a\x35\x49\x7b\x54\x31\x09\x4d\x25\x4f\x35\x03\x13\x58\x5b\x31\x29\x69\xcd\x61\x6e\x53\xf5\xb2\x19\x3c\x0f\x34\xc2\x12\xaa\xd0\x20\xbd\x75\xa7\x72\x7a\xc5\x92\x44\x74\xc4\xa5\x66\x08\xa4\x61\xee\x6e\x32\x18\xbb\x28\xca\x89\xa1\xb1\x12\xfe\xa1\x54\x35\x43\x92\x6f\xa8\x22\xea\xb8\x59\x4c\x47\xcb\xcf\x24\x10\xac\x06\x0f\x0f\x95\x7a\x5b\x8d\xbe\x28\xbd\xc4\xbf\x9d\x36\x96\xa2\x71\x16\xce\x80\x36\xa5\x1a\x82\xd5\x85\xb8\x7b\x90\x8f\x12\xc5\x55\x8c\x45\x39\x41\x21\x1a\xb4\xb1\xcc\x10\xb3\x4b\x99\xce\xe1\x54\x88\xe7\xa2\xf5\x3a\x43\x36\xd1\x22\x92\x5d\x10\x33\x10\x8d\x57\xb5\xfd\xca\x7c\x5e\xe9\xf0\xa9\x41\xb4\x40\xeb\xe2\xdf\x25\xd4\x44\x54\x91\x37\xf7\x1f\x8e\xc6\xda\x64\xa4\xce\x66\xd0\xb9\xde\x2c\x09\xa8\xf2\x36\x9a\x02\xaa\x0c\xc6\x2d\x6b\x06\xf7\x96\x1a\xc7\xb1\x7a\xe9\xd0\xc2\x0d\x27\x5e\xd4\xdb\xe8\x84\xab\xf1\xd2\xb6\xa0\x91\x7c\x93\xf9\x83\x6a\x4e\xbc\xe5\x87\xe1\x4e\x1e\x6f\x0a\x24\x6d\xdd\x41\xad\xae\x4d\xee\x3f\x71\xf3\x48\x5e\x24\x72\x6e\x1a\x82\x9a\x96\xef\x4d\xc3\x66\xd2\xe2\xa6\x3f\x75\x24\x55\x24\x89\x2b\x25\x28\x3e\x32\x4f\xc1\xf3\x50\xd7\x45\x05\x31\x28\x36\xd6\x45\x6b\x95\xb6\xee\x75\x91\x91\x88\xbe\xaa\x2b\x05\x0d\xaa\x14\xa2\x8b\x2a\x52\xeb\xe4\xd8\x95\x69\x06\xcc\xd0\x8f\xeb\xca\xaa\x97\x5d\x58\x99\x3b\xcc\xe0\x0c\x2e\x2a\x50\x8d\x28\x9a\xba\x0a\x87\x7d\x70\x39\xaf\xa2\x8a\xc8\x75\x8b\xb0\xd9\x71\x15\x91\xb4\x75\x5c\x2a\xaa\xc8\xe6\xcd\xb5\xb0\xe8\x2a\x6c\x44\xee\xd4\x55\x43\xbe\xb2\x2e\xf2\x66\xab\xd8\xc1\xca\xd3\x2f\x7d\xe4\x87\xe4\xc9\x39\x9c\x4a\x55\x34\x3b\xf5\x43\x17\xe5\x24\x09\xc1\x1f\x1a\xf6\x55\xc9\x2a\x4d\x83\x53\x75\x78\xe0\x82\x5d\xf4\x58\x36\x7a\xa4\xeb\x6a\x54\x63\xa5\x8a\x2e\xca\x8d\xa9\xe5\xbc\xe4\xc0\xd4\x8e\xba\x84\x9b\xaa\xd3\xe4\x62\x66\x56\x44\x17\x65\x9d\x93\x6d\xa6\x21\xb7\x6a\xeb\x96\x31\xb6\x36\xcd\x51\xa7\x5a\x57\x34\xdd\x83\x58\xaf\xa6\x2e\xd0\xdc\x3a\x4b\x2b\x22\x69\x51\x14\xa9\x05\xdb\x4a\xfa\x56\xf0\x2f\xba\xe8\x9a\x3b\x34\xb1\xfd\xcc\x42\x8d\x7f\xc9\x09\x57\xa8\x2e\xaf\xa5\x83\x24\x05\xc3\x5a\xcc\x1c\xe2\xa3\x45\x86\xcd\xd4\xae\x16\x4f\xbb\x6d\xa8\xbb\x5b\x16\x18\x2e\xd0\xb5\x5d\x11\x33\xf3\xc8\x56\x1b\x97\xc2\x7a\x09\xfa\x4b\x31\x69\xdb\x24\x8f\x3f\x75\xbd\x04\xf5\x6e\xca\x4c\x41\x18\x4d\xa9\xdc\xd7\x81\x89\xbe\xeb\xa2\xb3\xa4\x15\xee\x12\xeb\x4d\x25\xa0\x50\x30\xc8\xfa\x58\xdb\x34\x49\xcd\x4c\xcc\xfe\xa6\xef\xb3\x88\xcb\xee\xa9\xb3\x30\x4b\xbe\xb9\x14\x0a\x25\xdf\xba\xe5\x2a\x53\x51\x34\x46\xd6\xde\x4c\xf2\x68\x2c\xee\xbe\x79\x76\x2a\xd4\xf9\xd6\x2d\x6b\x06\x8f\x16\xcb\x4e\x1a\x6e\x29\x8b\x67\xc3\x36\x29\x17\xb7\x4e\x65\x84\x50\x1e\x72\x90\x4c\x22\xf9\x2d\x35\xa4\x4d\xcc\xee\x8c\xae\x6f\xe5\xa5\x61\x23\xf7\x25\x74\x13\xe5\xe2\x26\xec\xe1\xe8\xd4\x22\x07\x05\x61\x90\xa4\xa4\x0f\x6e\x56\x3b\xd1\xf2\x43\xac\x62\xdd\x49\x52\x64\xa8\x28\x09\x60\x2a\x88\x3b\x49\x96\xbb\x28\xf6\x37\xa8\xb7\xed\x4c\xf5\x31\xb8\x22\x77\xe6\x9a\x0b\x6e\xdd\x3b\x93\x55\xb4\x22\x37\xe5\x53\xa3\x49\xb8\x6e\x6a\x75\xad\x52\xfb\xd8\xd4\xea\x5a\x50\x00\xcb\x92\x39\xc4\x84\x9b\xca\x56\x4f\x1a\xba\x22\x9d\x7e\x38\xf5\x4d\x1b\x1a\x53\xab\xba\xcf\xf9\xdd\x54\x82\xba\x14\xc4\x0d\x18\x6b\xea\x9d\xfc\xbc\x2b\x95\xad\xce\xb5\xbe\x9b\x54\x15\x8d\xa4\xf6\x79\xfa\x7f\xea\xe6\xd2\x0f\x5a\x06\xaa\x0c\x7d\xa3\xc4\x10\x49\x3f\x31\xa5\xd7\x9e\xbf\xe2\xc4\x0e\x01\xc0\xed\x10\x51\x0e\xe1\x6c\x1c\x25\x35\x6f\x9e\xc6\x0b\x3c\x70\xa8\xf9\xe3\x4b\xbb\xee\x86\x0b\xbf\x27\x17\xb8\x0e\xe1\x32\x88\x58\x12\x41\xec\x55\x16\xf5\xfe\xf1\xd5\xb9\x07\xee\x49\xe4\x54\x32\x05\x1c\xda\xa5\x32\xce\xb8\x10\x75\x72\x88\x74\x08\xa7\xd4\x1f\x5f\x83\x92\x65\x43\x8b\x18\x14\x58\x7b\x9e\xb5\x22\x8d\x69\xc3\x87\x33\x34\x07\xf3\xac\xfc\xd1\xd4\x0b\xea\x34\x7d\x3a\x8d\xe3\xd4\xd4\x5e\x9a\xa6\x88\xfb\x3a\x24\xa4\xd1\xbc\x4c\x02\xd7\x9f\xd5\xe4\x35\x7f\x7c\xb5\xe2\x0f\x71\x72\xcf\x1e\x91\x85\x41\x50\x07\x04\x5f\x77\x0b\x80\x40\xeb\x26\x38\x0a\xa6\x08\xd3\xf7\x74\x1c\xb6\xec\x5d\x5d\x22\x4a\xac\xa8\xf2\x4d\xe8\xbd\xaa\x3b\x7b\x64\x2f\xd3\x9f\xf5\xd3\x30\x4d\x14\xb8\x66\xf4\x39\xbe\x95\xe3\x7b\x1e\x69\xdb\xdd\x3d\xe0\xd0\xc4\x99\xf3\x2c\xbd\xe1\x41\xda\x98\xd4\xa2\x36\xd3\xd7\x34\xdc\xd9\x23\x84\x1b\x4f\xff\x3b\x74\x43\x81\xea\xc7\x06\x06\xb4\xd1\xb3\x54\x69\x50\x6d\x4f\x52\x3b\x55\x67\x11\xe4\xbb\x22\x0a\xad\x32\x21\xf3\x98\xcb\x38\xe3\x4c\x6d\x6e\xc7\x61\x2f\x62\xc4\x0e\x71\x1f\xc2\xa5\x7f\x0e\xa1\x46\x05\x67\x31\x89\x9a\x3f\xbe\xf2\xa5\xd5\x10\x00\x29\xba\x81\x82\x59\x5f\xce\xb9\x09\x43\x72\xd6\x17\x9a\x6f\xea\x8d\x26\x8b\x38\x93\x2a\x1e\x02\x34\xa4\x67\x35\xf1\xa8\xd0\x73\xaa\x9b\x3c\x88\x4d\x4d\x62\x40\xd1\x29\x1e\x03\xed\x7c\x6e\xb4\xc0\x77\xce\x4a\xf0\x1d\xc7\x44\xf0\xd9\xc9\x7d\x7d\x0b\x5e\xa2\xdd\x78\x2f\x80\xe8\x9b\x56\xe7\xfa\x15\x16\x7a\x08\xc0\x42\x93\x08\x02\x89\xa8\x39\xee\x85\x51\xef\x2e\x92\xe6\xbf\xec\x22\x37\x5a\xea\xea\x5f\x06\x97\x1e\x82\xe3\x50\x45\x61\x20\x54\x08\xd6\x71\x57\xf1\xc0\x93\x76\xb5\x83\xb0\xc9\xa4\x22\x00\x28\x1d\xaa\xea\x2c\xf1\xde\xd5\x78\xa2\xe2\xc7\x34\x89\xc1\x54\x2b\xb4\xae\x35\x98\x2b\xd8\x44\xb5\x03\x7a\x60\xc9\x4e\x83\xc1\x4e\x9c\xb7\x8e\x22\xd0\x3c\x58\x67\xfd\xf7\xac\x36\x1e\xc9\xde\x25\x6e\x97\x4c\x46\x92\xa1\x50\x5b\xa4\x85\x11\x48\x3c\x25\x34\x17\xa0\x9d\xd3\xd9\x26\x96\xa9\x92\xce\x0c\xe7\x4b\xab\x1b\x98\xe1\xb8\xc4\xa2\x8b\x1a\xc7\x10\x0b\xd1\x16\x54\xd2\x50\x39\x1b\x78\x59\x75\x75\x8b\x11\x5d\xce\x8b\xb0\x08\x17\x44\xf4\x98\x44\x29\xae\xfa\x74\xea\x40\xbc\xe8\x23\x3d\x9b\xbe\x82\x7e\x25\x27\x9d\x39\xd0\x26\x06\xb4\x4f\xd7\xbe\x03\x34\x4f\xbf\x24\xd9\x36\x04\xff\x95\x9c\xf1\x4c\xb7\xb6\xeb\xcd\x43\x4e\xd6\x7c\x6f\xc8\x60\xc9\x39\xdc\x6c\x1a\x9a\xc7\x4d\xf4\xaf\x16\xd2\x0e\x8a\x13\xb5\x83\x0b\xa9\xb8\x8c\xb3\x8a\xd5\xb3\x7d\xe6\x6d\x68\x64\xe1\x44\xe8\x57\x31\x75\x76\x02\xed\x2c\x7b\xa1\xc1\x45\xdd\x5c\x68\x70\x51\x83\xa9\x4e\xf7\xe7\x3b\x9a\x72\x2f\xd5\x40\xb5\x60\x38\xf3\x91\xbf\x53\x7c\xb2\x29\x7f\x3d\x42\x47\xfe\x4e\x09\x0a\xf8\x19\x42\x33\x07\x3b\x5d\xbf\xa6\xf3\x35\x7c\xf5\xad\xc3\xf4\x64\x3d\x8c\x23\x79\x82\xb3\x67\x97\x3d\x60\x6f\x3a\x7d\x74\x9c\xda\xb0\xfd\x79\x93\xd8\x47\xfe\x86\x16\xf1\xa6\x2e\xa6\xe3\x1f\x9d\x18\x53\x8a\x19\x5c\x18\x42\x33\x1e\x2a\x9d\xcf\xb2\x08\xb0\x82\x14\x2b\x22\xa3\xea\x08\x27\xb2\x43\x45\x14\x3a\x24\xde\x78\x91\x37\x86\x6b\xc0\x82\x9c\x22\xd6\x69\xa4\xf3\x01\x1f\xec\x22\xde\x27\xc5\xa5\x63\x03\xec\xae\xfa\x34\x58\x6b\x8c\x98\x73\x99\xbc\x08\x3a\xef\x97\x64\x27\x51\xe7\x32\x81\x10\x76\x3e\x79\xa2\xd8\x2f\xaa\x98\x9e\x37\x9c\xd3\xbb\xac\xd5\x44\xa1\xcf\xe9\x24\x22\xef\x25\x25\x08\x36\xb7\x42\x05\xf0\x42\x97\x75\x63\xbf\xe8\x11\xb0\x62\xf0\x22\x28\x64\xb8\x35\x84\x98\x0f\xe7\x7d\x63\xf3\x37\x75\xd6\xa3\x8c\x08\x9b\xf8\xae\x4b\x72\x9c\xf0\xae\xda\xa5\xc2\x00\xde\xd5\x93\x47\x06\xda\xa0\x0c\x71\x9b\xf6\x85\xa7\x1b\xdc\xd5\x67\x32\x09\x31\xd3\x4d\x05\xd7\xa1\x7a\x89\x13\xb3\xe5\x0c\x51\xee\xc9\xf3\x07\xd9\x71\x75\xd7\xff\x46\x4e\x37\xf5\x46\x4e\x37\xf5\x83\xb6\x31\x27\x00\xf1\x5d\x26\xf1\x4d\xe8\x46\x1d\x9a\x37\x02\xcf\x64\x72\xd9\xef\x49\xa3\x0a\xcd\x17\x44\xcf\xa7\x4b\x5b\xf6\x7b\xf2\x6a\xa0\xcb\x41\x37\x86\xeb\x80\x8a\xa9\x21\x7e\xd3\x5e\x38\x86\xc9\x33\xe2\xb2\x9c\xef\x37\x34\xf4\xeb\xa9\xe2\x46\x15\x2e\x14\xe3\x5f\xd9\xa9\x37\xef\x31\x68\x49\x10\xaf\x2f\xb3\xe2\x7e\xc3\x58\x2f\xe7\xcb\x7e\xc3\xb0\x72\x49\xd5\x7c\x1f\xa5\xa1\x27\xad\x90\x37\x58\xec\x6a\xaa\x1d\x1c\x96\xc2\x54\xa0\x13\xea\x3d\x58\xcc\x52\xe3\x8d\x5d\xe9\x6a\xae\x8f\x83\xdf\x45\xa1\x0f\xee\x1f\x76\xac\xab\xb9\x14\x0c\xbe\x56\x16\xb1\x30\x97\x76\xd2\x37\x04\x21\x6f\x40\x1e\x8a\xfd\xd3\x77\x8b\x33\xa1\x79\x59\xb8\xa9\x31\x9d\x73\x80\x52\xed\x60\xe8\x52\xfd\xdd\xc2\xe8\xaa\x2d\x50\x66\x6b\xf2\x77\xc0\xe2\x4b\x5c\xc3\x95\xd0\x6b\x72\x0d\x80\xde\xeb\xd0\xc1\x63\x72\x29\xa6\x88\x8f\xf0\x50\x50\xdb\x91\x12\xf9\x86\xd0\xd4\xc1\x76\xbf\x61\x31\x90\xb9\x64\xbf\x0f\xe7\xf7\x62\xe6\x82\x60\x2c\xe1\xb4\x89\x86\xfa\xbb\x00\xe5\x1a\x16\xba\xa4\x61\xc2\xa6\x49\xa4\x5d\xa5\x1f\xb5\x97\xb8\xbe\x17\xcb\xef\x8d\x2b\x28\xe1\x0f\xa1\x49\x54\x57\x81\xfe\x6a\xa7\x01\xb0\xa8\x17\x2d\x91\x1b\x4b\xa4\xea\xe8\x70\x43\xc2\xd6\xe4\x9c\xec\xfc\x10\xc5\xce\x4f\x51\x0d\x54\x12\x05\x65\x55\xdb\xe1\x3d\xd9\xf9\x2a\x0a\xf7\x82\xa5\xba\xdc\x58\x2e\x3e\xff\xdd\x74\xa5\x8d\xe1\xc6\xa0\xf7\xc5\x8d\xc1\xf5\xab\xe2\x0f\xd1\x09\x29\x4e\x30\x48\xf4\xaa\x0d\xe4\xe6\xad\x62\xe9\x2f\x77\xb0\x13\x6a\x1a\x44\x70\xd5\xd6\x09\x18\x55\xaf\xd2\x26\x68\xb8\x28\xd5\xd4\x40\x4e\x7f\x87\x8b\x2a\xd3\xdf\x91\xd5\x9c\x93\xed\x54\x07\x83\x8b\x5c\x03\x83\x05\x22\x0f\xc1\xbe\x83\x8c\xa7\x3e\x08\x81\xeb\x51\xb3\xb4\x56\xbb\x09\x27\xaa\xd2\x81\x79\xc9\x65\x24\x27\x7e\x08\x65\x26\x45\x4b\x40\xd7\x62\xbe\x37\x54\x40\xc9\xa7\x1b\xf2\xd9\x27\x8c\x5b\x50\x93\xe6\xac\x44\x80\xa8\x23\xbc\x10\xe6\xa1\xa2\xb8\xce\x4e\x3b\x33\x35\xba\xa9\x05\xca\x39\x37\xaa\x50\xdb\x7c\xd1\x43\x6c\x43\xd5\x4e\x2c\xf5\xa1\x66\x27\x71\xf5\xa1\x6a\xd7\x4c\x65\xda\x7d\x45\x15\xa2\x6c\x45\xd1\x26\x3c\x45\x35\xf4\x70\x88\x1a\x28\xc5\xdf\x4d\xe2\x54\x5c\x28\xda\xdd\x5c\x0c\x36\x4f\x49\x05\x5c\x00\xea\x3e\x64\xe3\x02\xd0\x99\x0e\x97\x03\x2d\x51\x5c\x84\xab\x35\x69\x64\x67\x65\x9f\xd4\x1a\x18\x44\x86\x8c\x0c\x1f\xda\x34\x2e\x53\xd4\x50\x9d\x13\xa7\x04\x89\x52\xa0\x8c\xbb\x15\x40\x21\x1d\x24\x94\x3e\xc4\x73\x6a\x0c\xe1\xb0\xec\x36\x0d\x7c\xa8\x01\x64\x7f\xc7\x4e\xb8\x86\x17\x28\x75\x90\xb7\x21\xc4\xed\x1f\xde\xca\xcb\x2e\x13\x7d\x10\xef\x7f\x88\x4b\x96\x4c\xfa\xf0\x9a\x9a\x44\xe9\x87\xf0\xd8\xea\x49\xa3\xad\x77\x6a\x1b\x03\xe8\xaf\x0f\xed\x8d\x1f\xdc\xd9\x4e\xd9\xd4\x07\x51\x2a\xf4\x21\x2d\x90\x56\x40\x3f\x8c\x99\xe1\x29\x25\x6e\x38\x75\x93\x05\xe5\xa8\x75\x87\x6b\x87\x50\x02\xfb\x73\x98\x56\xa0\xd2\x43\x4d\xd4\xa1\xb1\xa1\x3b\x3a\x9b\x19\x36\x6e\xa7\x7b\xbe\x37\xaf\xac\x74\x37\x80\x6d\x3d\x33\xd5\x78\xa9\x2b\xd3\x40\xd6\x7c\xad\x0b\x31\x31\x40\x9e\x2a\x53\x38\x6b\x47\x95\x53\xd4\x40\x9a\x29\x40\x27\x6a\xfe\x56\x4a\x37\xc2\x4a\x72\x82\x70\x38\xd4\x06\x75\x89\x3a\x87\x08\xfa\x3b\x0f\xf5\xc1\x95\xfb\x4c\x2a\x38\x72\x45\x54\x06\xe5\xb4\x82\xd6\xa8\xcc\xc3\x70\x39\x41\x6a\x1c\xea\xf4\x82\x82\xe1\x50\xec\x85\x6a\x38\xec\x37\x10\x51\x04\x14\x06\x35\xbb\x4c\xb6\x33\x89\xe2\x98\x9a\xda\x98\x0c\xe7\x7c\xa1\x14\xa7\xdd\x68\x8b\x6b\x07\x33\xb8\x86\x85\xab\x8a\x6e\xf5\x62\x8f\xd4\xb2\x23\x18\x47\xbe\x9c\x13\xac\x70\xa9\x4c\xdc\xcf\x67\x60\x86\xc6\x90\x0d\x39\x5d\x1a\x89\xc5\x3e\x98\x42\x1f\x3c\x82\x0b\x7d\xb8\xd4\x96\x85\x3e\x64\x53\x1c\x79\xcd\xe0\x42\x1f\x3c\x2e\x47\x2f\xce\xf4\xaf\x1c\xea\xa6\x8c\xf0\x87\x1f\x54\xa8\xc4\x8d\x2e\xb9\xa1\x87\xbd\x47\xf6\xd0\x1f\x7e\x16\x32\xe9\x50\xb4\x99\x9a\x83\xc8\xd0\xe6\xb5\x8d\x5e\xb8\xa5\x5b\xe1\x4c\x34\x34\x08\x76\x90\x2e\x52\x30\x5b\x0f\xca\xf6\x43\x25\x4c\x6f\x13\x85\x20\x0b\xfd\x12\x85\xa9\x6f\xa6\x3a\xa8\x2e\x6a\xc0\x4c\xe3\x32\x27\x4a\x29\xa2\x10\x07\xa2\x9b\x5a\x48\x73\x7d\x1b\x94\xcb\x7c\x21\x67\x12\x85\x5b\x98\xb5\x8a\x82\x21\xa8\xbb\x3e\x32\xb3\x72\x06\x5a\xed\xef\xc0\xbe\xbc\x10\x70\x28\xc4\x86\xe8\xaa\x8f\x37\xbf\x92\x56\x01\xac\xf2\x63\xb8\x83\x34\xb3\xcc\xcb\xe5\x2c\x7c\xe9\xac\x6c\xa9\xea\x0f\xb4\xb4\x4d\x51\x6c\xa9\xbf\xbb\x51\xbf\x6b\x84\xc9\xaa\x29\x0d\x2c\x3b\x8a\xbe\x5b\x68\x77\x51\x99\x60\x59\xca\xf9\x46\x18\x57\x6e\x5d\xbd\x87\x05\xb6\x4d\x71\x62\x3a\x7c\x39\xcb\xf0\x87\x81\x2a\xd4\xd0\x85\x01\x2e\x9a\xc2\x85\x66\x37\x0d\xfe\xd2\xfe\xe4\x62\xde\x18\x45\xd7\x81\x76\xbb\x4f\x8b\x23\xac\x0f\x37\xdb\xad\x9c\x9b\x2d\x55\x85\xe0\xcb\xe1\xb9\x47\x90\x8d\xd6\x4d\xb1\x17\x2a\xf3\x28\x07\xb9\x75\x35\x0d\xf1\x7f\x88\x2a\x3e\x14\x46\xdb\xfc\xb4\xd1\x32\x71\x65\x46\x70\x8c\x4b\x1d\xa4\xc3\xa3\x0e\x49\xcb\x7c\xb6\x7c\xdd\xe7\x39\x54\x01\xe5\xac\x0d\xa1\x0e\x9c\x36\x4e\xda\xbc\x44\x11\xeb\x76\xb9\x98\x8d\x0f\x9d\xf8\x02\x55\x44\x21\xfa\x41\x75\xce\x1b\x69\xdf\x5e\x02\x6a\x33\xd3\xcf\x31\x35\x51\x00\xe0\x94\x4b\xbc\x90\x83\x0d\x57\xa9\x47\xcc\xca\xb5\x76\xa8\x06\x4a\xfd\x3f\x5c\x5b\x2e\x4d\x62\x46\xa4\x0f\x1e\xd0\x0e\x85\x68\x0e\x5a\x95\x39\x10\xce\xa1\x35\x51\xe8\x53\x77\xed\xec\x93\xcb\x7c\x83\x72\x4e\xf4\x49\xb3\x06\xec\x4f\xb9\xb4\x46\xf3\xe2\x90\xaa\xd5\xf4\xca\xf3\x94\xdf\x18\xa2\xa6\x34\xc9\x36\x78\xc3\x4b\x4b\x2e\xe6\xfe\xf1\x25\x34\xe8\xa1\x3e\xc8\xa9\x0e\x1e\x86\x8a\xcb\x15\x6e\x18\x65\x3c\x6b\x87\x85\x84\x0d\x3c\x54\xc3\x77\xea\x20\x8d\x87\x6e\xf6\x61\xa1\xd2\xb2\x73\x4e\xa4\x99\x5a\xa0\xd4\xce\x23\x03\x4b\xd3\x46\x9d\x15\x48\x2a\x4c\xc2\x94\xd4\x5d\xc5\x8d\xac\x1a\xdf\xa3\x7b\x0a\x47\xd1\x66\xa1\xf5\x48\x5c\x52\x0e\xeb\x09\x27\x71\x28\x36\xbb\x8a\x62\xb3\x8b\x28\x34\x5b\xb2\xa4\x4c\x36\x3b\x44\xa1\xd9\x9a\x6b\x44\xf2\xd2\x35\xaa\x43\xa1\x13\x5a\x31\x85\xd6\xa4\xe1\x32\xdf\xb4\xc5\xb8\x98\xd3\xec\x50\xef\xcb\x11\x90\x25\x9c\x95\x10\xe7\x26\xb9\x8e\x3b\x09\x25\x5c\xc7\x91\x97\x61\x49\x8e\x7b\x5c\x61\x29\x54\x10\xb4\x23\x34\x31\xb8\xbc\xa0\x50\x4b\x87\x1a\xc8\x69\x2a\x08\x3b\x75\xa1\x0b\x1f\x6a\xd8\x0e\x23\x86\x25\x14\x70\x0f\x31\x9a\x73\xde\xbc\xae\xe7\xa6\x12\xd8\x2d\x21\x8c\xc8\x64\x61\xd1\x2e\x17\xa4\xc5\x59\x59\x68\xb9\xe6\x0d\xe8\xaf\x18\xe2\xfd\x82\x28\x1e\xe1\xb9\x39\x5c\x1b\xde\x75\xca\xd9\xe4\x4b\x88\xc1\x10\xe2\x2c\xbc\xaf\x01\x34\x56\x62\x38\xe7\x42\x9a\xeb\xc3\xfd\xfe\xe6\xb4\x37\x72\xfa\x3b\x0c\xbf\x67\xf1\x30\x7b\x58\x26\x16\x30\xbb\x25\x6b\xd9\x1c\x7d\xb5\x73\x73\xf4\xd5\x41\x02\x46\x5a\xa8\xc2\xc3\xfb\x02\x0f\x1d\x0a\x26\x24\xaf\x44\x62\x68\x2f\x8b\x0c\x84\x4d\xab\xe5\xa9\x64\x83\x52\x17\x69\x2a\x9f\x52\xb1\x0a\xed\x5d\xe5\x69\xc2\x4d\xd2\xa9\x1f\x96\xcb\x54\x44\x26\xaa\xa5\x99\x4a\x9c\xad\x2a\x32\x23\x31\x44\x15\x7e\xd9\x45\x56\x24\x3a\x2b\xfa\xa2\x25\x50\x71\x8a\xba\xbc\x85\x55\xf1\x72\x5c\x22\xc5\x13\x4a\x3d\xec\x5b\xcd\x69\xc4\xba\xa4\x4b\x7a\x5f\x55\x98\x05\x67\x2d\x48\xbc\x9c\xb7\x22\xf1\x5b\x14\xdf\xc9\x7a\xda\x67\x36\xa8\x38\x4a\xa5\x2b\x99\x9c\x28\x67\x88\x5a\x4c\x4c\x22\x5f\xac\x73\x8a\xfc\x20\x52\x99\x06\x0c\xa7\xa2\xc4\x7b\xdb\x8d\xd1\xb8\xda\xe5\xd6\xe2\xf8\x9e\x9a\xb6\x24\x44\x6a\x3a\xa4\xca\x65\x64\xb1\xa6\xad\xad\x32\xb6\x58\xd3\x86\x51\x61\xb9\x4a\xbc\x02\x7d\x48\xc4\x58\x93\xb6\xc4\x70\x76\x75\x78\x26\x68\x7d\xf5\x7e\x42\x50\x74\x7e\x5a\x71\xb6\xf3\x66\x71\x0f\xdc\x60\xab\xe2\xc0\x8a\xc3\x50\x0e\x6d\xb6\x15\xb6\xa5\x1c\xe1\xbc\xfb\xc7\x57\x9b\x92\xcd\x00\x03\xb5\x29\xe9\x4f\x48\x61\x29\xd9\x95\xc0\xd1\xcd\xe6\x35\x1c\xe1\xb5\x15\x34\x9c\xe0\x35\x3e\x80\x1a\x76\x0d\x40\x3b\x0c\x34\x86\x09\xa8\x9f\x97\x08\xca\x53\x11\x03\x0e\x25\x11\xdc\x04\x44\x40\x98\xba\x52\x18\x21\x87\x3f\x82\x11\x72\xf8\x2b\x1a\x21\xf5\x59\x08\x56\xaa\xac\x00\x38\x16\xb1\x1f\xc3\x5b\x15\x09\x48\xa2\x1d\x8b\xb8\x86\xc1\xad\x46\x71\xc3\x78\x1e\xd7\x4e\x82\x08\x0d\xd9\x5d\x3b\x2c\x34\x72\x72\x29\xe7\xf4\xe0\x21\xa0\x6e\xe9\x96\x1d\x61\x99\xa7\x8b\x38\x4a\xb0\x66\x1c\xf7\xb0\xce\x8e\x44\x8a\x77\x77\xab\x94\x32\x00\x2b\xf3\x54\x19\xd8\xcf\x43\x8c\x83\x1b\xb3\x44\x4d\x1e\x02\x6e\x0d\xe7\x1b\x67\xf0\x55\x3c\xc4\xe2\xe5\x6f\x60\x26\x6d\xae\x8b\x61\x39\xc4\x6c\x88\x4b\xd5\xdd\x67\x9c\xe5\x5d\x3a\xf7\x75\x0d\x1c\x21\x4e\x43\x7b\x30\xef\x7e\x5d\x6e\x14\x64\x5b\x91\xa0\x25\xe4\xa3\x68\xbf\x20\xb2\xd3\x72\xa4\x11\xe1\x7e\x3d\x24\x4e\x33\x85\x13\x80\xfb\xbe\xd5\xd2\xb4\xc3\xef\x5e\x4d\x70\x6e\x92\x49\xfa\xda\x43\x14\xe3\x70\xa9\x13\x08\x77\x15\xc9\x65\xd2\x03\xc0\x31\x12\xde\x44\x5c\xed\x2b\xc3\x4e\xc3\x09\x4d\xcb\x01\xd1\xaf\x46\xd6\x72\xe8\x8a\x78\xe7\xef\x10\x21\x28\x8b\xc0\xb0\x0f\x11\xf4\x3a\x3a\x1f\x2f\x46\x14\x57\xc0\xf8\x4a\x5a\x39\x5d\xb6\x40\xe5\xa5\xfd\x45\xc3\xdb\x17\x8e\xf4\xda\x55\x89\x88\xeb\x97\x0e\x1e\x9d\x61\xc7\xa6\x7b\x78\xe6\xb3\x7a\x7b\xee\x0b\x51\x89\xfc\xe1\x0b\xaa\xbe\x08\x46\xb2\x74\x27\xb0\xad\x79\x3c\xe9\x26\x9c\x4e\x82\x29\xa6\x36\x93\xbc\x92\xaf\x2d\x85\xf7\xed\xda\x39\xf6\x7d\x2b\x96\xbb\xef\x0a\xa8\x71\x9b\xb6\x11\x6d\x89\x9d\x41\x83\xc2\xd5\xc0\x6e\x9a\x9c\x06\x01\xd4\x5c\x27\xc7\x8a\x03\x30\xe8\xea\x9b\x6a\xfc\xa0\x35\x46\xdb\x8d\x6e\xf8\x45\x71\xde\x89\x59\xad\xa2\x18\x0f\x43\x5b\x1e\xae\x6e\xe8\x36\xf6\xa1\x60\x05\xd0\xd1\x0f\x77\x01\x73\xd2\xdc\xe1\x2a\x60\x4e\xc5\xc5\xc0\x36\x93\x9d\xf6\xe1\xf8\x70\x3e\x10\x24\x74\x0c\x6d\x95\x8c\x12\xda\xab\x74\x20\xc6\x32\x69\x56\xfb\x78\xa5\xb0\x57\x69\xd9\x83\xc7\x88\xe9\x4f\x21\x19\x25\xd6\x10\x3a\x34\x7e\x2d\x96\x2e\x60\x8f\xc8\x61\xad\x5a\x9e\x62\xde\xe0\x08\x53\x37\xf7\x3b\x93\xc4\x11\x48\x42\x8d\x75\x39\x94\xd6\x21\x00\x24\x50\x53\x0d\xe7\x56\x15\x4b\x02\x40\x2d\x27\x62\xac\x4a\x7f\x19\x08\x85\xdb\xdc\xd6\xcd\xa3\x92\xa9\x02\x01\xa6\x0f\x79\xc9\xd0\x7a\xdf\xd8\xed\x89\xde\x75\xa8\x7e\x16\x93\x09\x18\x22\x5c\x88\x22\x0f\xb9\x14\xb2\x87\xe6\x9c\x68\xc5\xa4\x39\x9f\xf4\xec\x5d\xb2\x0a\x01\x2c\xd6\xd5\x6e\x86\x84\x1b\x25\x39\x8d\x7e\x76\x27\xe2\xf4\xed\x52\x68\x7f\x1f\xce\x49\x87\xbf\x13\xcf\xe9\x48\x76\x1f\x02\xbf\x2e\x35\x7b\xca\xe5\x3b\x44\x9d\xbd\x4e\x8b\x1c\x88\xf1\x90\xea\x33\x19\x32\x2c\x9c\xef\x4d\xe5\x58\x14\xbc\x98\xe1\x12\x3f\x74\x8d\x92\xfb\x26\x41\xa0\xb6\x3c\x4c\xb9\xd2\xd4\x05\x4c\xd3\x25\x16\x62\xa0\x99\x4b\xbb\x0c\x91\x60\xbd\x0e\x97\xc3\xab\x75\xc9\x24\x34\x52\xed\x3a\x80\x78\x25\x2b\x7c\x93\x4e\x31\x31\x31\x41\x5d\x55\xa7\x23\x06\x13\xe8\xe9\x21\xe9\x52\x51\x73\xb8\x33\x74\xa7\x71\x67\x70\x1a\x77\x06\x75\x92\x8e\x2f\xb1\xc5\xa4\xe3\x4b\x1c\x34\x79\x4f\xa8\x6a\x74\x04\xd0\xd2\x59\xcd\x57\x5c\x43\x14\x2c\xec\xdd\x39\x3b\x5a\x9a\x45\xb1\xc3\xfe\x8e\x0e\x8d\x2e\x6a\x71\xf3\x17\xb5\x19\x78\x43\x14\xef\x1b\xb8\x14\x46\x18\x4a\xa2\x68\x53\x9f\xa2\x04\xbf\x56\x31\x01\x3b\xa6\x13\x69\x8b\xad\x4e\x83\xcd\xcf\xc5\xd0\x16\x5b\x9c\x73\xb0\xbf\x43\x64\xf0\x2a\x81\xbf\xa4\xd4\x72\x22\xa4\x56\x75\x39\x94\x5a\x1a\x0c\xa8\x1f\xa9\x7e\x8b\xe3\x68\xba\x3e\xa6\xb8\x6c\x8d\xc1\x52\x47\xd6\x46\x19\xb4\xc7\x7a\x00\xe8\xa7\x0a\xe9\xc8\x40\x87\x15\x9f\xb1\x01\x0f\xcb\x56\x73\x83\x06\x2c\x4d\x7f\x70\x3b\xf2\xdc\x2c\xd8\xdd\x3c\x8b\xb4\x5f\x79\x36\x64\xbf\x52\x63\x36\x2c\x1a\x62\x14\x22\xce\x9e\x2d\x3d\x68\x45\xf0\x38\xca\x8a\xe0\x0f\x19\x01\x26\x39\x2b\x8d\x0a\x2e\x07\xe6\x0e\x77\x6a\xc3\xc0\xa1\xf9\x27\xfc\x2c\xb4\x6e\x10\x33\xb9\xc4\x74\x1a\x56\x58\xd2\x9e\x86\x40\x8f\xd5\xe7\x38\x20\xc9\xaa\x55\xf5\xc5\x8b\x1b\x53\xe2\x75\xd1\x4f\x34\x25\x60\x01\x2d\xab\x3e\x49\x03\x4e\x56\x7d\x00\xe6\x15\xbc\x5e\xd5\x56\xc2\xcf\x73\x95\xe8\x60\x1c\x8d\x72\xc9\x40\x4e\x84\x59\x0e\x89\x00\x20\xcc\x8e\xee\xee\x5a\x09\xf2\x2c\xfe\x76\x3b\x26\xe2\x21\x00\x4e\x12\x41\xf3\xa6\x0a\xa1\x07\xc8\x0b\x02\x40\xb2\xd0\xde\x4c\xf4\x7b\x7d\xfa\xb1\x00\xc8\x9b\xfe\x90\x5e\xcc\xe2\x44\xe8\xed\xd2\x2c\x18\x08\xea\xc9\x2a\xed\x40\x1a\x09\xd1\x63\xbd\xba\x05\x14\x01\xdd\x89\xd0\x0e\x24\x02\x19\x9b\xd2\x87\x5c\xa1\xc5\x34\xe8\x5b\x48\xc2\x29\x0a\xbe\xd0\x6e\x8a\x97\x51\x9d\x93\xf5\xab\xff\x5b\xe2\xc1\x85\x92\x77\xba\x28\x5e\x30\x0b\x7f\xf9\xc6\x82\x20\x5f\x6f\x01\xa2\x75\xc6\x20\xde\xbf\x27\x9d\x76\x36\xdc\x33\x3e\x25\x6e\xda\xb7\xdd\x1e\xea\x95\xd3\xe5\xc0\x2a\xef\x7e\x20\xc2\xfb\xaf\x14\x82\x33\x4b\xae\x6f\x46\x67\x16\x7f\xe2\xe2\x7a\xb1\xed\x0a\x58\xb4\x62\xc3\x1d\xb0\x68\xc5\xb6\x2b\x80\xd1\x4a\x73\xbb\x75\xea\x70\xf5\xbc\x87\x31\xb3\xc9\x8a\xbc\x1a\x8e\x33\xc9\xa5\x49\x76\x02\x9e\x16\x5e\xc9\xc0\xa3\x85\xd7\x2e\xc3\x24\x5f\xb6\xd4\x02\x8e\x56\x6d\x9c\x04\x1e\x2d\x5d\x36\xf8\x02\x83\x56\x6d\xbd\xe2\x65\xd1\xd4\x74\x5e\x02\x0a\xad\xd9\x70\xcb\x7b\x4d\xb9\x6a\xe3\x06\xb8\xac\x75\x89\xbd\xbd\xc3\xb1\x3d\x0f\xb1\x7e\x7c\xf5\xe2\xea\x0f\xbb\x87\xba\x4f\x0c\xb0\xd8\x98\xa1\xb5\x9a\xb9\x01\xa8\xb0\x90\x42\x05\x50\x58\xb7\x57\xeb\x25\x91\x1f\xa2\xa0\xfd\x69\x28\x5e\x74\x66\x68\xdb\xc4\xf5\x8d\xec\x1e\x20\x18\xe9\x2c\x0f\x05\x93\xb1\x46\x1b\xe8\xaf\x2e\x15\x16\x31\x47\x7b\xb4\xef\xe5\x34\x70\x62\xe3\x29\x83\x6c\xd0\x45\xad\x27\x8c\xe9\xa1\xd0\x57\xed\x36\x40\x89\x8d\xa7\x21\x38\xcd\xcb\x08\x8c\x3b\x25\xa1\xbd\x05\xf1\x49\x43\x9b\xb7\xc0\x64\xe1\x24\xd8\x87\x1e\x8a\x81\xe8\xa5\xf4\xbc\xf4\x88\x82\x76\xda\x17\xdd\x6b\x3a\x86\xf0\x9a\x8a\x40\x51\x87\xa4\xe0\x77\x25\x64\x49\x95\x43\x63\x9b\x98\xfe\x45\x63\x9b\xbf\xe3\xb1\xa4\x68\x49\xbe\x74\x2c\x91\xad\x83\xc0\xb3\x74\x49\x9b\x21\xd6\x2c\xdb\x8d\x05\xac\x99\x2d\xa8\x80\x9a\xf5\x70\x31\x0c\xe0\x5e\x5c\x09\xe5\x8c\x1b\x00\x0c\x80\x9b\x4a\x38\xf3\x34\xc5\x89\x67\x4e\x84\x31\xcb\x4d\xc3\x21\xa4\x59\x16\x21\x45\x3a\x44\x02\xf6\x9e\x44\x9c\x45\xa6\xb5\x0a\xd0\x59\x0f\x67\x3b\xe7\xca\x70\x79\xe7\x5c\x19\xae\x2a\xce\x5c\x9a\x38\xca\x80\x38\x80\xf8\xb2\xab\xba\x6c\x20\x03\xc3\xad\xe0\x85\x17\xad\xfd\x37\x31\x32\x92\x51\x6f\x1a\x49\x34\xec\x8c\xf5\xe0\x25\x4b\x80\x99\x37\x38\x82\xc8\xec\xf3\x7b\xd3\x63\x21\x39\xf0\xa6\x46\xeb\x0a\x18\xa3\xf5\x49\x3b\x8b\xe6\xf2\x67\x1f\xee\xcb\xaa\x01\x1b\xcf\x34\x71\x34\x0f\x8f\xe3\x82\xea\x2e\x45\xfe\x4d\x9e\xb3\x95\xe4\xcd\x8b\x0d\xb2\x30\xbd\x75\x48\x96\xce\x04\x68\x58\x93\x8d\xec\x4d\xa4\x63\x72\xa1\xbc\xec\x72\x39\xf1\xb4\x2c\x5c\xca\xd9\x10\xc5\xe3\x00\x7f\xf5\x2c\x0b\x14\xb1\x5f\x5e\x35\x6f\x45\x9d\xd1\xd6\x4e\xf0\xd7\x33\xd6\xe4\x29\xcf\x03\x58\xca\xc6\x2f\x20\xb3\xd2\xec\xee\x2e\x8f\x2e\xed\x32\x09\x1f\xb9\x24\x19\xf1\x57\xde\xe6\x81\xb8\x1a\x32\xad\x03\x2a\xd5\x2f\x31\xbf\x30\x4e\x52\x34\x79\x1f\xab\x37\x2d\x05\x41\x9e\xa4\x20\xdf\x04\x9d\xc8\x5c\x4c\x90\x93\xad\x74\x04\x39\xd9\x60\x70\x13\x74\x32\x5c\x05\x14\xe4\xea\xef\xa0\xca\xa9\x4f\xb7\xf4\xcc\x2e\x8a\xf2\xb1\x89\x62\x8f\x44\x71\xcb\x69\x3a\x10\x11\x01\xd5\x7c\x90\xba\x17\xcf\xbf\xa6\xe0\xff\xeb\xce\xaa\xd0\x78\xea\xc6\xa2\x3b\xd0\x89\x93\x38\x74\xb5\x6e\x09\xf9\xaf\x8e\xd0\xe2\x65\x63\xa6\x80\x55\x4d\xdb\xc0\x4d\xbf\x80\xf8\xfb\xa6\x5f\x40\x02\x56\x91\x85\x5b\xfa\x0d\x26\x68\x82\xb0\xc6\x74\x2d\x1b\xc6\x75\x8f\x10\xd8\x25\x57\x4f\x09\x2e\xbb\xc8\x66\x4b\x64\xd5\xa5\xc5\x00\x2c\xd5\x10\x23\x31\x6e\x41\xb7\x23\x4a\x00\xa9\x22\x46\xfe\xd0\xc3\x2f\x6e\xfd\x50\x9b\xb1\xeb\xeb\xc3\x8b\x4f\x26\x00\xb3\x73\xa1\x47\x64\x5c\x2e\xf2\x54\x77\x39\x45\x21\x34\x5c\xfe\x11\xd4\x62\x7f\x82\x9c\xea\x14\x03\x08\xe5\xe4\xc3\xd4\x87\x76\x8d\x90\x74\xf9\x50\x66\x48\xb1\x63\x34\x45\x3b\x2c\x88\x73\xb2\x27\x53\x38\x27\x6b\x5d\x1f\x07\x92\x51\x0b\xa8\xbb\xa6\xe9\x54\xae\x2b\x57\x42\xce\x52\x41\xe2\x2c\x09\x56\x22\x98\xd2\x25\xce\xfa\x20\xd0\x76\xc9\x4e\x2c\x0e\xd0\x7d\x88\xb3\xac\x42\xfd\xc0\xa5\x08\x2d\xc6\x0f\x2e\x45\xb8\xff\x87\xc5\x46\x38\xe5\x88\x60\x09\xe7\xcf\x61\xaf\x79\xb9\xa2\x7d\x08\x17\x7d\x56\x89\x36\x1a\x5c\x72\xb6\xd1\xee\x43\xa1\xe3\xa6\x43\xe8\xe8\x1b\xc0\xf7\x65\xb9\x05\x44\xca\xc7\x07\x20\xa4\xa6\xa4\x16\xf0\x51\x43\x67\x20\x00\xa2\xec\x1f\xfa\xf0\xaa\xb5\x55\xb5\xcf\x66\x9c\x81\x6a\x72\x9e\xac\x1a\x07\x40\xf2\x93\x89\xd7\x49\x51\xfb\x24\x96\x38\x4b\x8c\x72\x11\x9c\x94\x00\x34\x2a\x58\x7c\xe0\x4a\x66\x50\xd9\x0a\xe0\xa2\x18\xb2\xed\x10\xb0\xd1\x86\xf3\x1d\xed\x8a\x43\x1e\xc0\x3d\x31\x18\xd4\x21\xce\xa9\x2c\xfb\xa3\xa3\x4a\x52\x54\xc5\x85\x88\xdc\xb4\xb2\x05\xe2\xc3\x05\x59\x38\x00\x8e\x62\x10\xd4\x43\x7c\x4e\x36\xd5\x13\xd0\x66\xd4\xec\xc3\xa4\x41\x8e\x08\xc0\xa4\xa2\x38\x85\x22\xd2\x6d\x65\x00\x39\x1d\x3d\xe2\xe2\x6d\x5f\xa9\x52\x01\x30\x94\x6e\xc9\x1d\x0a\xaa\x61\x52\x4b\x18\x43\x4a\x4e\xd6\x00\x1a\x2a\x11\x8c\x76\xa8\x17\xb2\xaa\xa3\xc4\x4a\x87\x29\xf8\xed\xc2\x39\xf1\xb6\x48\x52\x85\x74\x3b\x25\x75\x49\xe1\xfb\xdc\x9a\x45\x64\x9a\xfb\x08\x7c\xb4\xcc\xd6\x8c\x30\xd2\xf3\xf3\x25\x7c\x8e\xe1\x9c\xc0\x7f\x3f\xc5\xb0\x53\xa6\xe0\x8f\xba\x34\x1c\x40\x52\xe7\xcb\x69\xe8\x53\xd2\xec\x43\x99\x4b\x4f\x7d\xec\x93\xeb\x83\xa9\x31\x69\xc0\x71\x10\xe8\x42\x85\x04\xd0\x51\x5d\xb0\xaa\x00\x3a\x2a\x09\x9c\x15\x97\x82\xaa\x4c\xd5\xb8\xe9\x07\xd4\x98\x32\x02\x56\x5c\xdf\x5e\xea\x3e\x79\x07\x2a\x51\x5b\x61\x61\x12\xe2\x2c\x18\xa6\x29\x3d\x69\x9c\x29\xd7\x88\x5e\x79\x8a\xa1\xf6\x09\xba\x15\xbc\x2a\xcc\x67\x31\x0e\x45\x13\x0f\x4d\x53\x8a\x97\x2e\x80\x5d\x00\x81\xd5\xe5\x18\x8a\x04\x71\x2d\xa8\x5a\x00\x8f\x95\xe4\x1a\x8f\xc4\xab\x83\xc9\x14\x5f\x1e\xba\x44\xa1\x13\xd9\x69\xe8\x04\x45\x8a\x02\xb2\x0b\xb4\x17\x69\xea\x26\xb2\xb3\xbe\x68\x7e\x0a\x91\x8c\x2b\x5d\x4c\xb2\x1f\x6e\x1c\x6e\xf8\x69\x02\x10\x41\xb1\x0b\xfd\x17\x00\x3a\xf5\x5a\xd5\x29\x18\x18\x2b\x77\xf0\x60\xc0\xaa\x12\xa6\x0a\xd2\x54\x26\x78\xb1\x36\x97\x02\x4b\xa0\x6b\x87\x95\x40\xba\x5b\x24\x38\xab\x6a\x75\xda\xe4\x33\x50\xa2\x18\xb1\x63\xb8\xd0\x45\x7f\x83\x5a\x4a\x5c\x7f\x71\x5e\xa8\xeb\xd5\x35\x52\xb3\xab\x1a\x8e\xc3\x80\x76\x74\x05\x50\x50\x5d\x6a\x66\x30\x30\x04\x01\xeb\x87\x82\x95\x40\x4b\x93\x71\xec\x8b\xeb\x07\xca\xbf\xba\x4c\xa2\xfc\x87\x4b\xc1\xce\x16\xea\x14\xcd\x9b\x53\x43\x43\xf3\xa6\xa7\x06\x87\xd2\x2a\xf1\xc3\x4b\xe1\x3a\x18\x46\xe2\x43\x01\x4f\xcb\x60\xda\xf6\x34\xd1\xf3\x51\x4c\xa1\x47\x92\x68\x40\x56\x25\x1d\x28\x23\x13\xba\x2f\x09\x99\x09\xdd\x97\x94\xce\xb0\x59\x49\x5b\x0a\xdd\x32\x97\xa7\x23\x32\xd1\xfa\x54\xb9\x03\x38\xab\x5e\x25\xd1\x81\xb3\x52\x08\xff\x43\xa1\xd9\xe1\xef\x5e\x7c\xc9\x4b\x14\x9e\xa8\xa8\xa6\x6e\xde\xa1\x15\x45\x49\x20\x16\x22\xb0\xaa\x84\xaa\x08\xb6\x5b\x1f\xf2\x24\x32\x55\x85\x62\xa7\xb9\xc3\xb4\x8a\x5d\x92\xf5\x99\xee\xdb\xa9\x1e\x53\xcb\x98\x2e\x95\xc7\x81\x64\x12\xfd\xa8\x2e\x16\xb6\xe6\x70\x31\x2f\x1a\xc8\x9c\x95\x0f\xcd\x48\x6a\x23\xb2\x52\x1f\x1e\x1d\xac\x85\x31\x34\x90\xbc\x6b\x29\x26\xca\x12\xcc\x9e\x81\xc5\x13\x42\x75\x5e\x40\xd6\x87\xcb\x81\x3f\x53\x2b\x45\x4f\x10\x76\xb5\x87\x16\xb4\xe7\xbb\xe0\xbd\x49\x51\xd0\xc2\x9b\x06\x92\x17\x01\xbb\x4b\x81\x99\xba\xba\x14\x5e\x72\x54\x8f\x71\xe3\x65\x98\x55\x78\x7b\xa0\x69\x76\xb8\x30\xb4\xa2\x81\xe6\x4a\xc2\xec\x44\xe6\x5d\xaf\xa4\x05\x9e\xb1\x32\xe4\xa1\x0d\x06\x48\x19\xd3\x53\x07\xe7\xcd\x98\xdf\x5b\x31\x18\x81\xaa\x0f\xcf\x1c\x83\x24\x57\x37\x87\xca\xbb\x59\x97\x37\x0d\x86\x5b\xc7\x1e\xfb\x43\x9c\xac\xcc\x48\xbc\x77\xd0\xfc\x1d\x7a\x1c\xce\xf9\xe1\x6d\x76\x50\x0c\x71\x25\xa0\xac\xdf\x8b\xd0\x36\x55\xa8\x63\xd3\x79\xc6\xe8\x57\x5d\x16\xd2\x28\xbc\x84\x20\xd1\x5f\x68\x2f\xa4\xe3\x55\xcf\x4c\xc8\x5b\x16\x7c\xd2\x51\x40\xac\x28\xba\x06\xd6\x5c\x21\x7d\x59\xe1\x52\x19\x34\xeb\xc9\x8c\x83\x7a\x75\x25\x1f\x74\x9f\x63\x53\x64\x41\xd6\x7a\x2c\x3c\xcb\x49\x8c\x14\xbd\x8f\x28\xbd\x0a\xd0\xac\x2e\xc5\x36\x0a\xe1\xd6\x6e\x01\xe1\xd6\x62\x9c\x22\xf3\xbe\x6a\x24\x1b\x7b\x67\x00\x30\x6b\x64\xc9\xed\x42\xf4\xb5\x47\x87\xe8\xeb\xee\x2a\x80\x5b\xae\x2e\x14\xe8\x6b\x77\x8a\xe8\x6b\x8f\x0e\xcd\x43\xdd\xa5\x00\x41\xee\x0e\x13\x6f\x2d\xde\x2c\xbc\x4e\xd0\x5d\x3b\x6f\x09\x4b\xf8\x17\x22\xac\xb5\x88\xf0\x56\x65\x4e\x9a\xfe\x42\xbc\xb5\xa4\x76\xe1\x35\x00\x4f\x31\x8e\x58\xd9\x13\x47\x0c\xc2\x43\xa1\xfa\xae\xc6\xe0\xca\x7a\xd6\x92\x02\x7c\x2a\x27\xd5\xc7\x38\x87\x4d\x20\x5f\xc6\x11\x1b\x59\xbc\x01\xf4\xd4\xc8\xe2\x30\xa0\xa7\x14\x1e\xa6\xf1\xa1\x90\x9c\x9a\xd3\xf0\x90\x26\x4f\xb9\x51\xe9\xae\xae\xa6\x30\x6a\x5a\x8b\x95\xde\xea\x66\x8a\x9d\x98\xa2\x70\x1e\x9f\x2e\x93\xcf\x11\x68\x80\x2b\x0d\x96\xcd\x85\xe2\xd8\xd4\xf5\x21\x0c\x96\xc9\x4d\x03\x16\x3b\x57\xa7\x91\x2f\x9c\xc6\x90\x46\x1a\xd2\x4a\x6f\x96\xfb\xcb\xdb\x03\xc5\x1f\x32\xcc\x6c\x71\x22\x1a\xae\xad\x81\xe1\x8d\x6c\x99\x54\x58\xb4\x31\xfd\x29\x1f\x19\x79\xfa\x7c\x38\x4c\x51\x39\x1b\x63\xa6\xe5\xa4\x55\x5c\x97\x6a\x51\xfb\x08\x9d\x96\xc0\xab\x3a\xe4\x3f\xc5\xbe\xf0\xde\xab\xb3\xc2\x02\x19\xae\xe3\x46\x9a\x3f\xfc\x80\xd2\xac\x12\x3a\x2d\x41\x05\xe8\x55\xee\x52\xd3\x2a\x81\xd4\xda\x54\x81\xbc\xca\x32\xe8\xf2\x71\xbe\xe1\x7d\x02\x71\x97\xc6\x98\x4e\x83\x99\x7f\xba\x14\xf4\xc9\xb3\x8a\xcb\x2c\x82\xe3\x04\xf0\x5b\xc3\x2a\x0b\xf0\x5a\xc3\x12\x0d\x78\xad\x21\xeb\x0c\x5f\x9b\x29\xd7\x74\xab\x69\x5f\x93\x06\xd9\x78\x4b\x40\x1b\x35\x10\x5b\xb9\xa7\xef\x9d\x82\x0c\x1d\x97\x9b\x54\x11\x00\xba\x72\xd3\x3e\x21\x44\x97\x6a\x04\xa4\x2b\x37\xb5\xad\x11\x83\xd1\x9a\x13\xe1\xc8\x97\xb8\x6b\xc2\x60\x4c\x97\x0a\x87\xa1\x34\x85\xc6\x2b\x05\xe1\x0f\x31\x4f\xc3\x14\x5c\x84\xcf\x77\x9c\x27\xd5\x48\xd0\x85\x76\x89\xc6\x2b\x05\xda\x6b\x81\x00\x1b\xde\xfb\xf4\xee\xab\xb7\x10\x40\xc0\x72\xbf\x9c\xd8\x41\x69\xdc\xe0\x81\x91\x41\x93\xc1\xef\xb2\xae\x6c\xe8\x81\xc2\x2e\x9f\x03\x1f\x28\xcc\x4d\x1a\x2c\xc0\x5d\xd9\xd2\x9f\x68\xae\x26\xad\xa9\xf1\xa2\x80\x04\x3a\xe1\x5c\x72\xc7\xf1\x31\xc2\x2c\x40\x17\xdf\x22\x54\x84\xa2\xc6\xa7\x08\x73\xf3\xc8\x50\x47\xbe\xa4\x18\x35\x7a\x5d\x3d\xc3\x0c\x8e\x68\x41\xd5\x18\x03\xad\x78\xa8\x68\x46\x17\xfe\x31\x9a\xdc\xa9\x12\x63\x00\x6f\x4d\xeb\xc5\x84\x6b\x3d\x72\xac\x6d\x3a\x9a\xd4\x22\xbe\x39\x39\x5c\xcb\xfb\xc7\xd7\xac\x4f\x25\xe0\x47\x4f\x39\x6e\xf4\x57\xf5\xab\xf3\x42\x80\x04\x10\x42\xaf\x4e\xab\xbb\x00\x7d\x15\x01\xa8\xa3\xc3\xf1\x7a\x69\xa5\xe0\xed\xa2\x22\x48\x50\x10\x11\xd6\x75\x8b\x23\x80\x08\x2b\xf2\xed\x06\x10\x61\xd3\x87\x14\xbd\x99\xa8\x3e\xe9\xd1\xc4\x61\x0a\x5d\xd2\x74\xe0\xd9\xc4\x59\xc5\x0d\x04\x92\x5d\x4f\x29\x37\xd2\x5c\x03\xf0\x7b\x9a\xf0\xae\x1b\x80\xdd\x24\xfd\x3e\x43\x54\xc6\x87\xea\x45\x00\x90\xaf\x79\xe4\x23\x8b\x32\x5a\xf3\x95\xc5\x59\x2f\x97\x82\xab\x02\x5a\xe1\x9d\x57\x05\xc2\x14\x3a\x31\x9d\x93\x33\xa1\x86\xd2\x01\x28\x8b\x44\x87\xcb\xef\x12\xf7\x23\xd6\xda\xac\x92\x75\x80\x99\x4d\x6b\xf0\x9d\x57\x05\xb4\x12\xf1\x26\xc6\xac\x5a\x0a\x08\xc1\x3e\x7d\x44\x41\x3c\xc6\x59\x25\x23\x01\x4f\x2b\xba\x0d\x10\x9d\xb7\x5b\xb4\x4a\x3b\xf9\x54\x77\x8b\x02\x58\xb5\x22\x14\x67\x00\xab\x56\x64\x34\x67\x54\xc7\x72\x3d\x1f\xe2\x86\x83\x18\x08\xd8\xb5\x22\x54\x4b\x00\xba\x96\xaa\xdc\x9f\xd1\x89\x36\x72\xdb\x08\x16\xd0\x4e\x08\xec\x5a\xb9\x9e\x9c\x7a\xfd\x4a\xf5\xc3\x6c\xe6\xe3\x4c\x97\xde\xe9\xe6\x28\xaa\xf1\xe5\x62\xd1\x56\x4f\xa9\x62\x1f\x26\x97\x8b\x6b\x06\x1a\xc7\x81\xd7\xe1\xdc\x1e\x3e\x84\xd5\x42\x02\x7e\xe0\xd6\x81\x6d\x02\x40\xb2\x85\xfb\x35\x78\x07\x21\x9c\x13\xc0\x86\xfa\x1b\xd4\xe9\x41\xd7\xa5\x38\x0c\x20\xb7\xd2\xb4\x4e\x06\x2f\x21\xa8\xe1\x83\x97\x10\xc4\x37\xc0\xb8\x85\x77\x8d\x21\xdc\xa4\x1b\x83\x8b\x14\xd5\x7d\x62\x0f\xf5\x5d\xb0\x87\xaa\x01\x17\x12\x7c\xce\x01\xc2\x2d\x6c\x11\x02\xc0\xad\xf8\x40\x0e\x7c\x5b\x58\x2a\x8c\xc3\xed\x61\xeb\x14\x9e\xf5\x0a\x5b\xa7\x06\xdd\x4c\xd3\xd5\x53\xa1\x28\xd9\x64\xa0\xa5\xa6\x16\xfa\xeb\x52\xd9\x43\xa7\xe1\x86\x4b\x75\x6b\xb0\xa0\xc5\x62\x04\xc6\xcd\xde\xdd\x38\x3a\x22\xd5\x80\x85\x4e\x79\xd6\x16\x3b\xa5\x0f\xe1\x98\xf0\xee\x36\xe8\x19\x97\x82\x8c\x80\x84\xd9\xa3\x7d\xd6\x42\x69\xd2\x74\x10\x89\x34\xcc\xee\x0c\x44\xaa\xb8\x52\x87\x64\x68\x55\x8f\x0d\xbd\xa2\x52\xcb\x80\xae\x4b\x0a\x34\xd6\xf4\xa8\x99\x42\x4d\x35\x3e\x6a\x16\x36\x2c\x0d\x05\x2e\xd4\x96\x02\x44\x5d\xb1\x25\x13\x2f\x0b\x94\xf0\xe4\x6c\x78\xf1\x3d\x54\x40\xc7\x78\x63\xd2\x4b\x35\xd1\x5c\x25\x9c\x24\xc3\x59\xe9\x24\x71\x1a\x2e\x4f\x98\x8b\xb0\x16\xac\x31\x21\x84\x5b\x09\x71\x0a\x62\xb8\x85\xb5\x22\xc0\xf4\xc2\xbb\x34\xa2\xb8\x85\x75\x24\xc2\xf4\x14\x83\xad\x31\x2e\x6b\x09\x0d\x0e\x62\xba\x15\xc1\xd8\xf9\x2e\x5b\x89\xf0\x87\x6c\xa8\x29\x34\x46\xdb\x09\x70\x7a\x45\x58\xc3\x60\x74\xed\xae\x2b\x99\x31\x83\xad\x51\x85\xbc\x56\x23\xb9\x8c\xf8\x6d\xc5\xd6\x49\x04\x70\x0b\xf9\xbe\x62\xf2\x5a\x4d\xb8\x14\x0c\xf0\xf4\x77\x1b\x94\xfa\x1b\x6c\x9a\x73\xe2\x1e\xcd\x74\x29\x37\xcd\xc8\xce\x8a\x0b\x40\xe2\x0d\x02\xfe\x7a\xd6\xa9\x8b\xe1\xde\x46\x91\x61\x7c\xca\x87\xe6\x72\xf5\x48\xd4\x74\xe6\x46\x36\x53\xbf\x16\xae\xfd\x48\x56\xe3\x95\xa0\x5a\xdc\xcb\xc5\x5b\x1d\x1e\x57\x62\x75\xbc\x53\xf1\x91\xba\x16\x1e\xd9\x23\x91\x6b\x31\x25\x67\x97\xb2\xd2\x53\x6a\xb3\x18\x00\x82\xb5\xb8\x6b\xf4\x94\xda\xf6\x05\x80\x60\xb5\x0d\x87\x00\xc1\xae\x0b\x9f\x31\x75\x49\xc6\xe3\xc0\x4b\x32\x62\x42\x02\x06\x2f\x6b\x0e\x93\x77\x66\x3c\x7f\xba\x24\x13\xce\xcb\x4b\x32\x9e\xa5\xc3\xa3\x55\x0e\x29\x3e\xff\x7b\x12\x93\x48\x42\x54\xa6\x53\x33\xc9\x2c\xb2\x70\x3c\xa7\x48\x6e\x21\x4e\xe4\x1d\x9f\xf9\xbd\xbb\x50\x2f\xf5\x5d\xb6\x0f\x32\x44\xdc\x65\x9d\x21\x74\xc3\x46\xac\x43\x04\xe2\x65\x53\x1f\x21\x88\x5d\xd7\xc1\xf9\xac\x5f\xb5\x4d\x32\x64\x6c\xd3\x30\x05\x03\x8a\x3e\x9f\x12\xf3\x3e\xb5\xae\x03\xa8\x33\x9b\x3a\x43\x2f\x7b\xc9\xb5\x00\x18\x62\xb5\x45\x0d\x31\xe7\x4e\x1b\x54\xcd\x91\xc1\xd5\xb6\x10\x46\x9d\xbb\xbc\x5f\x47\xe8\x6d\x48\x75\x4e\x10\x64\xd9\xed\x88\x35\x4c\xc2\xe1\xe8\xdd\x41\x5f\x35\x0a\x80\x0d\xab\x59\x34\x96\x5c\x01\x2a\x69\xe1\x4a\x50\x37\x85\x5b\x3f\x3a\x0f\x86\x9e\xef\x97\x6b\x02\x30\xc5\x6a\xa3\x1a\x50\x8a\xd5\xa6\xb2\x20\x66\x5e\xe7\x63\xa0\x14\xab\x4d\x37\x40\x29\x56\xf9\x83\x03\x28\xc5\x53\xa8\x86\x7a\x09\x4c\xed\xd4\x0f\xf2\xaa\x23\x5b\xfd\xd2\xa4\x6d\xe0\xfb\xba\x29\x3a\x03\xb4\x85\x85\x5c\x1c\xf2\xbf\x04\xd7\x88\x99\x01\x8b\xc2\x12\x06\x08\xc7\xf3\xa5\xba\xb9\xd9\x2f\x35\x68\x73\x1a\x5c\x8c\x6c\xe5\x26\xe9\x1e\x68\xfe\x92\x38\x9c\xcb\xa9\xe8\x4b\x33\xdf\xe3\xd0\x98\x7c\x88\x40\x7c\xbe\xa6\xab\xa9\x7a\xfd\x31\xf9\xf8\xb1\xe8\xd9\xf0\x79\x6f\xd1\xb5\x21\x4f\x74\x10\x21\x99\x04\x94\x09\x46\xef\xd3\x05\xe0\x58\x74\x75\x08\x29\x13\x08\xe0\xd7\x74\x3b\x36\x14\xb2\x2f\xba\x0b\x42\x3c\x18\x61\x48\x82\x11\xfc\x5a\x54\x7f\x7a\x03\x1f\xe6\x5a\x70\x71\x4b\x4c\x04\xa8\x65\xd3\x65\xdd\x58\x7c\xf2\xde\x33\xbc\x78\xcd\x4c\x98\xad\x40\xb4\xbe\x56\x34\xc3\xc4\x56\xe6\x5f\x3f\x9d\xbc\x6d\xa5\x5a\xe0\x9f\xce\xbf\x56\xb3\x48\xfa\xdb\x17\x49\x35\x1f\xab\x20\x3f\x9d\xe3\x83\x32\x36\x34\x32\xa0\x5f\xed\x62\x50\x01\x2e\xb3\x66\x92\x18\xcb\xd6\x3c\x12\x87\xd3\x5b\xf5\xf0\x23\x88\x67\x95\x34\xe3\x4b\x3c\x59\x90\xeb\x20\xe2\x32\xd7\xe4\x54\xb4\xa9\x66\x17\xf4\x66\xaa\x1a\x81\xb7\xa4\xad\x57\x2d\xda\xd7\x74\x2b\x44\x0f\x73\x0e\x81\x21\x62\x81\x83\xb3\x0d\xcc\x88\x0b\x78\x48\x95\x74\x38\xb8\xf5\x27\xb1\x31\x51\x8d\x00\xde\xa1\x57\x17\x34\x40\x69\xd0\xf4\xc0\xe7\x93\xf8\x42\xa2\x3f\xe4\xd3\x0c\xe2\x00\x20\x3d\x9b\x80\x78\x7c\xfc\xb3\x09\xe9\x19\x40\x7a\x36\x21\x93\xf4\x12\x68\xb9\xa4\x15\x11\xea\x59\x92\xb6\x3a\x3e\x66\x5e\x92\xf6\x24\x04\x0b\x54\x24\xf3\x43\x05\xa8\x22\x6a\x81\xfa\x0d\xe6\x92\x4d\xf7\x88\x1d\x57\xc0\x8c\xb6\xf9\x50\x6f\xc6\x60\x52\x25\x81\x70\xb6\x9a\x33\x3e\x36\x5a\xec\xc7\xe2\x63\xa3\xa5\xc9\xf2\xc0\x57\x8c\xa6\x2e\xdb\x07\x80\xa1\x7a\x51\xfc\x50\xeb\xc7\xd7\x7c\x72\xc2\xa1\x9f\x45\x1c\x0d\xe3\x29\x12\x1e\x73\x57\x47\x00\xa0\x7a\x0f\x00\xa0\x47\x91\x11\x0a\xc5\x5a\x7c\xe5\xc8\x41\x0e\x82\xa1\xab\x93\x47\x86\xbe\x66\x09\x75\xbc\x80\xd4\xf3\x93\x06\x37\xa5\x47\x94\x1e\xe4\x27\x27\x77\x2f\xed\x2b\x08\x5f\xd8\xb3\x96\xdf\x96\xd3\x58\x9b\x19\xdf\x46\x4a\x4e\xd4\x4b\xb1\xda\xb8\x19\x6e\xb0\x6a\xa5\x6e\xc6\xd1\x6a\xce\xaa\x30\xa8\xa2\x18\x84\xf9\x72\x22\x74\x99\xa1\x45\xb0\xe5\x1c\x20\xc5\x47\x93\xba\x20\xec\x81\x67\x91\x14\x9b\xbd\xf1\xc1\xd5\x2c\x58\x4d\x00\x25\x9a\x7b\x72\x1a\x0c\x90\x1a\x3a\x04\x0f\xcc\x3d\x99\xa2\x61\x21\x44\xe1\x84\xae\xd5\x8c\xa8\x80\x61\xcc\x00\x70\xa1\x47\xb2\xaa\xd0\x33\xf7\xd5\x6c\x8c\xb0\x80\x55\x80\xb0\x78\x79\xd3\x55\xa9\xc2\x1e\x68\xf7\x7e\xe9\x62\xeb\x53\x10\xbd\x0c\xcd\xdf\xde\xbc\x60\x51\x44\x1e\x8e\x90\xcb\xe5\xc5\x3b\x41\x92\x18\x08\x22\x18\x5a\x9d\x08\x21\x18\x32\xd5\x03\xe5\xd9\x7d\x2a\x02\xca\x53\x97\x02\xf8\x40\x6c\x54\x97\x87\x68\x89\xe1\xaf\x8e\x4e\x2e\xa9\x41\xbc\xa7\x24\x01\x01\x9e\xed\xc9\x88\xcb\xd5\x5a\x2f\x2f\x06\xa8\x74\x57\xe9\xbc\x77\x7b\x09\xa9\x0b\x77\x8d\xfb\x5a\xf1\x87\x88\x4e\x2c\xb4\x97\x9e\x9b\x55\xcc\x9f\x20\x4e\x53\x17\xb9\x82\x40\xcd\xee\xad\x49\x4f\xd1\xda\x18\xfb\x56\xb0\x5f\x53\x34\x3f\x49\x8d\x65\x48\x40\x3b\xde\x19\x04\x50\xf7\x3e\xe2\x4d\x97\xfd\x53\xc9\x46\x9a\x73\x02\x21\xf2\x34\x07\xca\xc6\xf3\x1d\xfb\x71\x89\xc2\xf6\x2c\x5f\xdb\x1b\x5a\x5d\x92\xab\x91\x60\xce\xe4\xa6\x01\x0c\x68\x77\x26\xe1\x9b\xb3\x88\xf5\x88\xdf\x7c\x6c\x4c\x8c\xed\x57\x47\x76\x41\x1f\x46\x54\x57\xe6\xa5\x57\xe8\x45\xc1\xa5\xdc\x4d\xc1\x96\x22\x4b\x12\xb1\x98\x4f\xa9\xc4\x62\x26\x9d\x0e\xde\x80\x9a\xd4\xee\x44\xdc\x66\x91\x05\xe4\xcd\x57\x42\x74\x94\x55\xd0\xbe\xe6\x9c\x70\x29\x37\x57\x08\xdf\xb7\x36\x53\x84\xe9\xeb\x55\x3b\xfa\x9b\x37\x92\xda\xb7\xe1\xa2\x4f\x56\xf4\x42\x1b\xf8\x9b\xb7\x95\xa4\x4f\x32\x68\x9f\x6e\x07\xc6\x9b\xc8\x29\xc9\x0c\x06\xe6\x9b\xcf\x48\x01\x57\x5e\xbb\x29\x9c\xde\x2f\xb7\x06\xed\x96\x56\x48\x84\xe7\xd4\xbd\x9f\x60\xf4\xbd\x3a\xd5\x2b\x86\xdf\xd3\xdd\xc1\xb8\xe9\x7c\xd4\x97\x0c\xb8\x67\x13\x1c\x03\xe7\x4d\x21\x4e\x83\xb1\xf2\x9a\xc0\xfb\xc1\x58\x79\xd6\x5a\x6f\xb0\x95\xc0\x5c\x71\xcb\xc1\xa8\x3e\x23\x74\x5e\x17\x90\x2c\x18\xcb\xbf\x0b\xd8\x19\x7a\x9c\x4d\x27\x39\x42\x47\x05\x81\x0b\x46\xcb\x13\x84\x8d\x8f\x2f\xf7\xe9\xd6\xc1\xc1\x2e\x14\x5c\x10\x3a\x3a\xdd\x54\x44\xcb\x13\xaa\x2e\x10\x2d\xaf\x0b\x22\x17\x37\x2f\xc5\x1a\x5b\x06\x24\x69\x17\x94\x4d\x0f\x3a\xfb\x28\xc0\x67\x4c\xa7\x6e\xec\xc4\xad\xbd\x49\xf5\xd3\x8d\xa4\x2d\x12\x40\xd2\x2e\xb4\x5e\x00\x48\xda\x85\xa9\x8b\x9b\xef\x4b\x8c\x87\x64\x6c\x5d\xa9\xbd\x0a\xb3\x27\xb1\x88\xd8\x79\x29\x2c\x2e\x88\xe2\x9c\xf6\x2a\x22\x78\x5e\xf7\xd6\x00\x4c\xa7\xde\x1f\x3e\x14\x1c\x79\x6e\x3a\x1c\x39\xd9\xa3\xba\xe1\x0f\xd3\x42\xba\xf9\xf2\x42\x9d\x2e\x14\xd1\xa7\x3c\x91\x1b\x17\x4d\xcc\x10\x7c\x1d\xc1\x1b\xe9\x4d\xef\xa4\x46\x00\x58\xd1\x91\xb5\x37\x02\x2a\x9a\xd3\x93\x86\x10\x5a\xaa\x5f\x6f\xba\xea\x06\x55\x7c\x10\x0c\x2a\x6b\x79\x22\x98\xde\xc8\x3a\x5a\x32\x98\x5e\xeb\x1a\x80\x0f\xaf\xc8\x6a\x74\x00\x17\xd5\xdb\x92\x87\xe2\xc8\xf9\x43\xdc\x2c\x12\xaf\x00\x3c\x3a\xb2\xbf\xa3\x5f\x51\x8a\xef\x87\x8e\x44\x7f\xc7\x6b\x71\xdd\x39\xf9\xb6\xb4\x34\x75\x04\xb7\x1b\x66\xb9\x8f\x77\x34\xe7\xe5\x25\x50\x49\x56\xa2\x43\xbb\xc4\x3e\xd0\xa1\x59\x57\x5b\xe3\x43\x8c\xf9\x93\x06\x8f\x8c\x98\x05\xd8\xd0\x61\x85\xea\x43\x8f\x8c\x16\x3d\xd0\xa1\x63\x6a\x4f\xff\xe8\x89\x9b\x70\xa1\xb8\x99\xf1\x54\x01\x90\x7e\x76\x56\x34\x5c\x8a\x02\x90\xa0\xc3\xab\x8a\x50\x50\x2b\x6d\x9f\xa5\x57\xbf\x34\x70\xf0\x3f\x0a\x53\x1c\x80\x83\x1a\xd6\xcc\x57\xc9\x1d\xa1\x2e\x08\x08\xf5\x22\x63\xc0\x3c\xaf\x23\xe2\x43\xab\xfb\x0b\x46\xb5\x70\x00\x3e\x34\xf7\xa7\x86\x89\x34\xe7\x84\x7e\xe3\xc9\x87\x13\xbd\x4b\xc3\xfb\xc8\x1b\xe9\x34\x76\xd0\xb5\xb3\x83\xea\xbc\xb0\xa4\x2c\x86\xcf\xf9\x8c\xb3\xfe\xbf\x93\xd5\x0b\xb0\x53\x5f\x2a\x59\x78\x5b\x2d\x33\x28\xfd\xa1\x88\xe0\xe4\xba\x5d\xc0\xa1\x8e\x49\x31\xb2\x10\xae\x2f\xf3\x71\x87\x43\xc1\xab\x47\x7d\x66\x31\x5c\x9f\x4c\xf7\x0b\xb8\x54\x45\xa1\x3f\x14\x1c\xee\x5c\x43\x0b\xc8\xd4\xcc\x07\x11\x1a\xdf\x1d\x52\x84\xf2\x43\xa1\xc3\xd9\xb5\xa3\xc3\x4f\x0f\x39\xa3\xca\x19\x9c\x42\xd5\x4e\xa0\xb4\xc6\x7b\x01\x78\x3a\x84\x24\x5e\x7c\xd6\x38\xb4\xad\xf3\xe9\xf8\xa9\x4b\x7f\x0b\xd0\xd2\x59\xb3\xda\x8d\x78\x50\xf5\x29\xf5\x28\x94\x32\xdd\x2f\x40\x4b\x0d\x60\x5a\x84\x96\xf6\xe6\x3a\xce\x4a\x28\xb2\x9d\x2f\x60\x4b\x8b\x6c\xc7\xeb\xd2\x6b\xc0\x97\x4a\x85\x43\x48\x07\xc9\x05\xa0\x69\xb9\x9e\x62\xc8\x52\x1a\x1b\x2f\x05\xf5\x0a\xe0\x7c\x81\xdd\x17\x90\xa6\x53\x27\xce\x05\xa4\xe9\x64\x08\xd4\x43\xc1\x21\xf4\x7c\xc7\x4e\xb9\x50\x78\x14\x3d\xa5\x0b\x9d\xca\x6e\x0c\xbc\x5a\x21\x6a\x53\xa0\xa8\xfb\x1b\xcd\x36\xd7\x6c\x36\x5b\x53\x83\x90\x66\xdd\xa5\x20\x78\x79\x35\x47\x6d\xb6\x5a\x63\x01\xa0\x74\xf5\x94\x6e\xb4\xda\xb3\x26\x33\x4b\x51\x27\x00\xa3\xae\x0f\x05\x37\x8a\x47\x86\xae\x4f\xf1\x09\xd1\xa2\x4d\x67\xe6\x95\xf8\x72\x89\xee\xff\x2c\xbe\x3a\xd3\x2e\x6e\xc5\x0b\xc0\xcf\xa9\xa0\x07\x0b\x81\xf8\x42\xd8\xda\x05\x18\x68\x91\x9d\x74\x01\x06\x5a\x74\x3e\x5c\x40\x81\x16\x05\x6a\x5b\x89\x5e\x9d\xe4\x34\xdc\x5b\xd7\xcc\x00\x03\x1a\xb2\x07\xad\x44\x3f\x4e\x33\x85\x17\x18\xba\x29\xdc\xff\xd4\x32\x01\x5a\xb4\x34\x37\x1b\xf6\x70\x45\xa3\x5c\x88\xca\x57\x14\x06\x70\x21\x2a\x5f\x91\x15\x63\x25\xfa\x6d\x92\x4b\x61\x1f\xd4\x5b\xf8\x6d\x92\x7b\xcb\x17\x4e\xc6\x53\x0c\x3b\xa1\x2e\xe1\x4e\xa3\x3c\xbf\x2b\xe9\x32\x91\x16\x2d\xf0\xa9\x45\x41\xeb\x56\xe2\xbd\x55\x2d\x13\xe0\x53\x43\x08\xe0\x05\x7c\x6a\x08\x82\xbc\x80\x41\x0d\x01\x6b\x17\x31\xa8\x6d\x3c\x89\x18\xe0\xae\x61\x53\x20\x3e\xcf\x22\xe3\xa6\x75\x53\x18\x53\x2d\x5a\xc0\x4c\x43\xe7\xe0\x95\x78\xc0\x91\xc9\x7a\x11\x67\x6a\xe0\xd5\x02\xd0\x34\x84\x4a\x59\x00\x9a\x56\x9d\x58\x17\x80\xa6\x21\x69\xbb\x12\x8c\x7e\x97\xdb\x4a\xc7\x8d\x04\x21\xa0\xa5\x21\xe9\xbe\x12\xfd\x36\x53\x63\x73\x58\xb3\x5e\x9e\xef\x23\x97\x1d\x25\x61\x25\xfa\x6d\x68\xc2\x5b\x99\x71\xa3\x7e\x03\x96\x6f\x65\x3a\x75\x68\xec\x5b\x99\x4e\x1d\xf5\x10\x01\xfd\xf4\x66\xe5\xa1\xd8\x25\xa7\xa1\x4b\xd3\x14\x1c\x13\xe1\x9c\x08\x76\x11\x2e\x93\x7e\x2a\xa7\x2d\x94\xd2\x45\xe1\xee\x29\x0d\x91\x0b\xb0\xd3\x90\x46\xb6\x00\x3b\x0d\x6d\x82\x0b\xa8\xd3\x10\x5c\x67\x01\x75\x1a\x3a\xac\x2f\xa2\x4e\x67\x68\x2c\x00\x3b\xad\xb2\xb0\x2c\xa0\x4e\x43\x5a\xc7\x22\xcc\xf4\x61\xa2\xcc\xb0\x1c\x34\xdb\xaf\xcc\x87\x45\x75\xf0\x5d\x59\xcf\x7b\x84\x3f\x45\x94\x0e\x8f\x14\xaf\x03\xd4\xa7\x5c\x18\xf1\x9f\x82\xe0\xa1\x70\x63\x19\x3b\xbd\xba\x79\x50\x84\xaf\xea\x26\xf0\x62\x66\xf5\x28\x33\xe6\x83\x4e\x66\x0b\x48\xd3\x5a\x3c\x40\x3a\x99\x3d\x89\x8c\x8c\xe5\x2f\xe1\x5f\x71\x6b\xf5\xc0\xb7\x27\x81\x17\xb9\xbd\x37\x10\x6c\x7a\x55\x4f\x03\xdd\x41\xe6\x1e\x5e\x01\xae\x1e\x40\xfa\xeb\xb3\xab\xd9\x6a\xbe\x9a\x84\x3b\xc0\xc5\x7c\x40\xf7\x65\xf5\x14\x6e\x86\xce\x94\x18\x02\x18\x34\xa5\xab\xf8\xd3\xcd\xf3\xa9\x53\x69\xf1\x28\xae\x47\xa6\x7b\xa7\xde\x30\xaa\xfb\xd3\x0f\xf3\xb2\xb3\xc0\x80\x56\x1d\x26\x56\x11\x70\x9f\x87\xed\x85\x68\x80\x55\x67\xa2\x55\x84\xd5\x27\x06\x73\x01\x05\xaa\x90\xe5\x87\x22\x58\x5f\x9b\x16\x61\xa0\xe9\xd2\xd6\x20\x1c\xe8\xa4\xd3\x64\x15\x1a\xb0\x9b\xf3\xca\xfe\xae\x44\xfa\x6d\x14\xff\x6a\x21\xea\x5f\xbb\xfc\x65\xc8\xfe\xae\x4f\x0f\xbf\xb6\x8b\xc7\xe6\x85\x20\x80\x27\xd1\x24\xcd\xef\x6a\x6e\xd0\xfc\x1e\x26\xf1\x1c\x54\x36\x15\xa0\x5c\x25\xed\xca\x12\x5e\x08\x03\x78\x48\xf5\x94\xa8\x69\x01\xb0\xf4\x1c\x62\xf6\xae\x5b\xe8\xb2\x14\x92\x6a\x01\x61\xaa\x47\x81\x0f\x25\xcb\xb1\x3a\xb3\x68\x39\x56\x73\xc1\xa1\xa5\x68\xd6\x0a\xaf\x06\x14\x0f\x28\xae\x75\xea\xb6\xf2\x02\x72\xb4\x7b\x22\xa0\x63\x5f\x26\x68\x2d\x11\xc5\xab\x79\xba\xe9\xbd\x0a\xc5\xf0\x70\x29\x7a\x6b\x75\xaa\xe9\xb0\x34\x59\x3f\x2c\x74\xa1\x74\x4f\x03\xe4\x69\x72\x2f\x29\x4f\x93\xcb\xb9\x21\x27\x34\x3e\x5b\x6b\x80\xfd\xa8\x3a\xd9\x8b\x73\x81\x16\xed\xf2\x6a\x2d\x3e\x3a\xeb\xc8\xb2\xab\x32\x46\x8d\xce\x27\x7c\x2d\xb2\x2b\x52\xc8\xe2\xdb\x6c\x8e\x90\xbb\x00\x0a\x6d\xd5\x1f\xe2\x36\x44\x37\x85\xb3\xf4\x6f\x00\xfa\x2d\x21\x44\x69\x0e\x5f\x42\x88\x9a\x52\x3c\x73\xed\x68\x00\x85\x9e\x89\xae\x22\x2b\xac\xee\x6a\x1c\x2c\x04\xc5\x1f\x1e\xed\x2a\x39\x1f\x8c\xd6\xd5\x14\xed\x25\xea\x43\xf0\x69\xd8\xcb\x89\x50\x58\x05\xa5\x5c\x55\x47\x37\x75\x0a\xde\xc1\xa7\x31\x70\x07\x2a\xb4\x11\x5f\xca\xac\xd7\xf3\x1d\x9e\x1d\xd0\x18\xe2\x38\x26\x61\x45\xa4\xe8\xe5\x02\x71\x01\xd2\xd9\xf8\x2a\x94\x4b\xc7\xfd\x47\x35\x12\xfa\xa7\x34\x10\x80\x44\xbb\xa2\x04\x2e\xc0\x42\x75\xb8\x5b\x7c\xa4\xdc\x51\x91\x57\x55\xdc\x34\x0f\x10\x10\xeb\x42\xea\xe8\xc5\x4d\x45\xae\x5a\x8a\xab\x27\x0e\x01\xda\x32\x59\x89\x07\xda\xb2\x57\x89\x41\x42\x28\xad\x43\x37\xe2\x82\xe9\xda\x58\x4d\xc7\xf0\x29\x0a\xca\x91\xd3\x08\x53\x1b\x2a\x45\x57\x38\x55\x7b\x30\x76\x9f\xea\x0b\xd6\x5e\x45\x81\x21\xa5\x61\x35\xc6\xff\x7e\x4a\xe1\x41\x48\x94\x4e\x17\x2a\x93\x68\x33\x71\x2e\x90\x8f\xb9\x3f\x39\x1b\xed\xb2\xaa\x02\x20\x32\xc5\x84\x5e\x80\x37\x56\x5d\xde\xe4\x6b\xa2\xf5\x7a\x72\x52\xc1\x31\x85\x80\x2b\x52\x7e\xf0\xe8\x7b\x7d\x1a\x8a\x65\x9f\x2d\xfa\x88\x83\x2c\x4f\xc3\x31\x51\xa5\x48\x36\x37\xbd\x46\x27\xa2\x9e\x19\xd5\xa8\xf1\xd5\xd4\xf0\x90\xe2\xd0\x90\x4c\xe0\x3d\x12\xf7\x17\xd1\x67\x9a\xda\x02\x74\x4d\x73\x0a\xa3\xae\xa8\xd1\xe2\x02\xcd\x34\x0e\x0c\x4f\x23\x11\xf9\xe9\x32\x85\xe8\x75\xe2\x4e\x00\x27\xbb\x0f\x6b\x00\x4e\x0a\x9f\xb3\x80\x9b\x8c\xe6\x7c\x47\xe9\xa5\xb5\x6f\x01\x35\xc9\xf7\xab\x0f\x81\xa0\x13\x12\x51\x7c\x8c\xb1\xc9\x03\xb9\x3a\xed\xd4\xd5\x85\x60\xf7\xac\x4e\x83\x93\xa6\x38\x8d\xaf\xc3\x71\xe4\x00\x7e\xec\x82\x89\x2f\x06\xd5\x53\x24\xa3\xd5\xe9\x6a\x95\x6c\xef\xbc\x66\x29\xbf\xd6\xea\xdc\x8b\xaa\x29\x38\x90\x8a\xb3\xf2\xfd\x3c\x55\x0f\xbd\x2a\xe9\x60\xc4\xb8\x7a\x2d\x4f\xd7\x8f\x96\xba\x6d\xc4\x1a\x3c\x6d\x83\xff\xd0\x4a\x35\xa2\xec\x75\x5d\x4d\xe7\xc3\xb3\x3d\xbb\xd4\x45\xb3\xb9\x1a\x4e\xdc\x41\xf5\x77\xd8\x52\xab\xbf\x43\x68\xcf\xea\x9c\x14\xcf\xea\x05\xdd\x60\xcf\x77\x50\x07\x3c\x34\xd0\x99\xda\xf8\x0d\x90\xbe\xc5\x68\x7d\x3e\x5f\x77\x6c\x67\x3e\x8c\x12\xff\xd8\x14\x8e\x70\x31\x78\x9f\xec\x87\xab\xd3\xbe\x2d\x65\x85\xb1\xfb\x7c\x86\xee\xbc\xca\xa6\xd3\x40\xa7\xed\x5b\xa7\xc6\x4e\xdb\xf7\x70\x15\xb2\xe0\xab\x57\x7c\xca\x6b\x9a\x53\xf8\xc8\x42\x72\xa9\xb8\xda\x36\x5c\x3f\x74\x9c\xe4\xb6\x61\x47\x1a\xce\x09\xc3\xb8\x36\xda\x2e\x6b\xa6\x5b\xf3\xe1\xc3\x24\x4c\x1c\xb4\x8b\xd3\xba\xbd\x06\xef\xb6\xa9\xc3\x40\x4d\x3a\x4e\xd0\x1a\xb4\x66\xda\xbc\x33\xf8\x74\x78\x31\xd5\xf9\x62\xb9\x28\x38\x0c\xa7\x8b\x81\x5b\x42\xc7\x0a\x85\x06\xfc\xb5\x18\x3e\xc6\xef\xac\x7c\xf7\xdd\x59\xd9\xa9\x26\xea\xcd\xd7\x8c\x45\xe1\xbe\xde\x30\x05\x9f\x85\x74\xce\xc1\x2b\xf4\xd9\x14\x9c\x2b\xae\x8f\x10\x05\x09\x47\xc6\x05\xb4\xb1\x63\x48\x18\x0f\x51\x98\xa8\xe9\xef\x78\x09\x42\x1d\x0c\x75\xc2\x1f\xe2\xb6\x98\x54\xeb\x41\xc3\x7b\x76\x31\xbc\x84\xe4\x62\xa8\x2b\xb8\xfa\x1b\x94\x4a\xc1\xa2\xd1\x1d\xbc\xc5\x18\x81\xde\xd6\x87\x6f\x6f\x88\x82\xea\xe4\x61\xe2\x55\x0e\x8f\x36\x6f\xbc\xe9\xf0\x33\x74\x77\xc3\x39\xe1\x2e\x10\x97\x12\x19\xe9\x23\xd5\x20\x98\xdd\x8a\x1d\x70\x92\x39\x3d\x85\xa2\xd9\xc5\xc5\xb0\xd9\x4e\xc3\xd2\xef\x1e\x7c\x2e\x1a\xc5\x69\x5d\xc0\x50\x76\x8b\x71\x40\x28\xfb\xf4\xb0\x61\x2b\xf0\x96\x36\xa8\x0f\x6a\x7d\x03\x5e\xd9\xa7\xd9\x8b\xf1\x0a\x3d\xf7\xd8\x0c\xa6\x79\x86\x6f\x61\xca\xd3\xb9\x06\xa3\x5b\x59\x01\x04\xda\xb2\xdb\x2a\x68\xb4\xa5\x86\x18\x8b\xc6\x66\x4f\x80\x2d\xfb\x34\x0b\x63\x7f\x98\x4f\x29\xbc\x10\x45\x0a\x60\xcb\xee\x6d\x6b\xf2\x5a\x9b\x8e\x64\x8c\x89\xd8\x84\xe4\x5f\x53\xcf\x9b\x98\x82\xd9\x33\x5c\x0c\xf4\x89\x27\x8d\xee\x89\x70\xa9\x18\x7f\xb5\x14\x6f\xe3\xa6\xa6\x8b\x64\x7c\x7e\x7b\x28\xc4\xed\x9a\x7c\xa5\x44\x1c\x36\xc9\xe0\x53\x26\x2b\x00\x2c\x73\x72\x25\xb4\xfa\xbb\x1f\x41\x4f\x4a\x88\x82\x43\x42\xac\x32\xf9\x30\x89\xf8\x9d\x8f\xe4\x66\x89\x17\xbd\x92\xeb\x11\x9f\x8c\x8c\xf7\x7c\x48\xc6\x71\x15\x50\x78\xa7\x73\x42\xe1\x75\xbb\xa1\x70\xa6\xef\xdf\x9e\x3d\x59\x19\x32\x4b\xa2\x60\xf2\xa5\x12\xad\x37\x86\x62\xec\x82\x07\xac\xc9\xab\x73\x9e\x0f\x1c\x73\xda\xd4\x46\x31\x79\x3f\x4e\xab\x83\x48\xcc\xa6\x0b\x72\x6b\x72\x09\x74\x8f\x24\xcd\x4f\xd3\xa9\xbc\xe9\xa6\xe5\x02\x78\xa5\x6f\xc8\x2d\xa0\x2b\xb3\x62\x61\xad\x49\x03\xa7\x59\x80\xa6\xfe\x62\x0a\xfe\x0a\x29\x0d\x08\xb8\x98\xfb\x53\xca\x9b\x76\x49\x17\x03\xf3\xb6\x04\x35\xd0\x93\xd9\x87\xb0\xe0\xe5\x22\xc9\x0a\x60\x27\xc7\xec\xa6\xe0\xa1\xa8\xce\x09\x83\xbd\x36\xd1\xa0\xd4\x16\x5c\x62\x05\x2d\xf6\xda\x37\x83\x16\xfb\xe6\xac\x68\x37\x9d\xfd\x2b\x08\xc1\x28\x6e\x0c\x2c\xf6\xd5\x69\x50\x4d\x9b\xcb\x84\x8d\x5e\xda\x59\xd0\x2a\xaf\xdd\x3e\x70\x61\x68\xca\x8e\xc0\xb0\x8d\x53\x8a\x10\x20\x92\x43\x71\x4f\x96\x20\x92\x0a\x5e\xb1\x18\xc5\xd1\xcb\x11\x51\x1c\xc7\xd4\x6a\x08\x86\xea\x92\x06\x05\xf8\xa4\x6f\x32\x2f\x86\x74\x6c\xba\x91\xb8\x00\x9f\xcc\xfd\x69\x0d\x3c\x0d\xd5\xad\x41\x2f\xba\xab\x60\x20\x2f\x7f\x87\xa9\x28\xae\x02\x3e\x37\x8f\x1a\xa3\x2a\x69\xee\x09\xb2\x6c\x5d\xcb\x2f\xa8\x8b\x17\x53\x44\x3a\x78\x12\x17\xa7\x46\x5d\xa4\xd3\xcb\x63\xba\x38\x33\x4e\x63\x34\x32\x53\x7c\xf0\x73\xb8\x18\xb2\x94\xeb\x60\x17\xd5\x54\x86\x38\x8f\x64\x12\x7d\xd4\x62\x60\x64\xc8\xf9\x34\xee\xa6\x1c\x57\xb7\xe8\x11\xf3\xc0\x6d\x75\x4b\x23\x07\x7c\xbb\xf5\xe5\xa0\x09\xdf\xa3\xca\xd0\xd3\x42\xfd\x2d\x40\x25\x67\x75\x97\x69\xc2\x37\x4f\x23\x14\x4a\x75\x97\x79\xb3\xc9\x8c\x43\xad\x65\x76\x7f\xf8\x41\x8d\x6c\x1c\x61\x92\x75\x4a\x8b\x22\x4c\xb2\x09\xbf\xb8\x00\x93\x9c\x0a\x7a\xb0\x80\x92\x9c\x0a\xb2\xb0\x08\x8b\x6c\x56\x23\x17\x5f\x91\x12\xac\x7c\x01\x08\x39\x75\x7d\x7d\x01\x07\x39\x15\x66\x61\x2d\x42\x8b\xb4\x72\x17\x7d\x4f\xc4\x44\x2d\x80\x22\xa7\xf0\x14\x0b\xa0\xc8\xb0\x16\xbd\x88\x7f\x0f\x37\x07\xf6\x7e\xfb\x09\x00\x91\x9c\x0a\xd4\xbc\x10\x8d\x72\x56\xb7\x8d\xb7\x94\xaa\x29\xc6\x65\xaa\xfe\x90\x32\x66\x8a\x62\xe4\xd2\x66\x72\x61\xb0\x4c\x6d\xd4\xa8\xa6\xd2\xa1\xa5\xc5\x0a\xe8\xe4\xac\xcf\x77\xf0\xfd\x14\xb7\x06\x9d\x12\x27\x2d\x5a\x9a\x46\xfb\xfe\x45\x97\x45\x8c\x65\x13\xf2\x6c\xe1\xa9\xe4\xa9\x50\x12\x8b\x88\xcb\xb0\xf9\x80\xcf\x23\x0b\xae\xb7\xf8\x3e\xb2\x62\x59\xac\x85\xc3\xaa\x6d\xfc\x8b\x1e\x2d\x0f\x39\x64\x77\x24\x37\x9d\xf7\x50\xfb\xd3\x5a\x72\x96\xbf\x44\xbf\xaa\xd3\xd8\x2f\xa5\x31\x3e\xb7\x96\xef\x92\x1f\x41\x85\xe2\x8e\xd3\xd3\x0d\xdc\x71\x12\x5e\x6d\x01\x87\x19\x3e\x7f\x01\x87\xe9\x80\x20\x8b\x8f\x37\xfb\x38\x02\x18\x66\xd8\x46\xb6\x70\x76\x15\xd2\x61\x01\x94\x19\x3e\xfe\xe0\x21\xe7\x10\xbe\x68\x21\x30\x67\x24\x73\x03\x6e\x01\x36\x73\x3c\x83\xaa\x0e\xe7\x84\xa3\x66\xb8\x06\x78\x46\x24\x01\x01\xe5\x0c\xdb\x3e\x00\xe5\x2c\x02\xb4\xaf\xcd\xd7\xbf\xb5\xe2\x09\xe5\xac\x56\xdb\xf1\xcc\x73\x08\x03\xb1\x80\xe4\x0c\x21\xc1\x16\x42\x78\x86\x00\x8a\x6b\xf3\x5a\x54\x71\xa1\xb8\x16\x35\x9c\x86\x2e\x89\xa5\x80\xdc\x0c\x41\xb4\xd6\xa6\x03\x6d\xb8\x4c\xf8\x9e\xc4\xdf\x7c\x2e\xba\xd9\x3e\xbd\x27\xd1\x3c\x72\xfe\x30\xf4\x67\xd8\x54\x41\x58\x67\x17\xd2\x75\x21\xda\x67\xd8\x83\xbc\x89\xec\x93\x06\x08\x50\x67\x15\x1c\x7c\x6d\xe2\xfc\xa4\xf3\x21\xda\x67\xcc\x27\xe7\x69\xb9\x90\x15\x0b\x88\xcf\xb0\xce\x8b\x57\xa9\x43\x8e\xf7\x45\x00\xe8\x7c\xca\x84\x79\x32\xb9\x76\xf8\x46\xa4\x63\x12\x02\x6a\x85\x1f\x18\xd0\x7a\xb9\x4c\xdc\x7d\xb2\xc2\xbf\x17\x5c\x23\xcf\x77\x95\x52\x4b\x85\x2e\x76\x50\x83\x0a\xcf\x83\x50\xfe\x0b\xef\x5b\x87\xd5\xd8\x2d\x03\x8f\xbf\x43\x97\x24\x44\x19\x4e\x54\x80\x88\xb5\x01\x2b\x9c\x4f\x29\xec\x92\x4b\xa1\xc5\x55\x0d\xe5\x2d\x29\x5b\x37\x36\x43\x57\xd8\xb6\xcd\xe7\xae\x6d\xdf\x62\xa8\xd1\xcb\xce\xde\xcd\xa7\x5a\xa4\xe3\x6e\x3e\xd5\x62\xeb\x17\x23\x8f\x5e\xf5\xf9\x94\xaf\xa3\x7b\x78\xb0\xad\x5c\x3e\x0c\x1b\x77\xaa\xed\x7a\xf3\x56\x4a\xb8\x0d\x74\xf9\xb8\x6b\xd8\x4a\x9a\x1d\x42\x5b\x16\x63\xcd\x2c\xc3\x93\x5e\x36\x01\xbc\x78\x0f\xc5\xa7\x40\x3e\x77\x7d\xf9\xf4\x8c\x07\xae\xd3\xe5\x83\xee\x4b\x2f\x14\x67\x17\x35\xd1\x0a\x97\x44\x37\x4f\x15\xc5\x16\x76\x51\x70\x51\xc9\x50\xcf\xb8\xa7\x53\xaf\x1b\xac\x97\x1e\x25\xd6\xe4\xbf\x88\x41\xb4\xbb\x1a\xc1\x4e\x53\xd3\x6b\x1a\xeb\xa5\xb7\x5c\x24\x42\x5e\x74\x4a\x58\x87\x24\xca\x75\x46\xfe\x3e\xa6\xd3\x7a\xd1\x4c\x74\x69\xc3\x79\xe9\x71\x17\x49\x8e\x57\xc8\xc5\xa2\x36\xea\x75\x17\x69\x99\xc6\xc4\x8a\x41\x5f\x8c\x8c\x3f\xfc\x29\x2f\x73\x54\x7f\xfa\x61\x9c\x4e\xd5\xa3\x5b\x2a\xda\xa0\x5f\x0a\x28\x27\xe1\xc9\x68\xa8\xc9\xee\x0f\x84\x43\x6d\x0a\x82\xbd\x5e\x34\x10\x29\x50\xc0\x7a\xf1\x62\x8a\xee\x75\x2f\xc6\x4a\x4d\x76\x29\xf0\x91\xee\x64\xd3\xf8\x8b\x4f\xc1\x74\x7f\xba\xb9\xc0\xdc\x88\x17\x3f\x75\x13\xdf\x74\xe6\xb8\x4d\x37\x53\xd5\x1f\xfa\x40\x84\x5f\x5d\x80\xda\x36\xfb\xca\x88\xb5\x4d\x76\xd0\x00\x5e\x5b\x6d\x27\x66\xb4\x54\xc5\x4b\x5c\x7c\x6e\x3b\xdb\xbd\x04\x04\x6d\xeb\x1a\xb4\x37\x35\x1e\x05\x52\x5b\xc0\xcc\xb6\xae\xed\xff\x4d\x1b\xb6\xc2\xdf\x2f\x3e\xaa\xed\x7b\xf1\x8b\x10\xda\xa1\xcb\xde\x8b\x10\xda\x62\xaf\x2b\x9f\xd5\x2e\x76\x0a\x10\x44\x5b\x75\x93\x74\xbd\xf5\x18\x70\x31\xa9\x07\x8e\xb3\x48\x4a\x65\xad\x67\x3e\x98\xed\x2f\x81\xb8\xd1\x1a\xc3\x73\xd9\x16\x90\x7a\x2d\x5b\xe2\x99\xef\x5c\xeb\x0e\xfd\x62\x34\x53\x85\xc9\x58\x84\xc9\xda\xae\x2d\x5c\xac\x16\x09\x5f\xaf\xb6\xae\x24\x94\xac\xb6\xa0\x37\x23\x62\xe9\x7c\x48\xcc\xac\x5f\xe2\x5b\x6f\x87\x55\x57\x1d\x8c\xfb\x13\x4e\xc4\x59\x36\x5c\x2a\x80\x77\x4f\x39\xbc\x99\xd7\xdd\x00\x68\x80\x32\xd5\x01\x27\x9b\x9f\xce\xe3\xaa\xb4\xe1\x1f\x6f\x02\xc8\x74\x8e\x44\x7c\xd3\x62\x18\x07\xe3\x9b\x56\xeb\x1f\x6f\xa2\x11\xb2\x13\xa9\xf3\x79\x70\xa0\x48\xcc\x27\x11\x3e\x65\xa9\x23\x80\xcd\x36\x8b\x43\x06\x46\x4d\xdd\x63\xcc\x0b\x49\xbd\x39\xf5\x0d\xe6\xd1\x00\x1c\x71\xd8\x6c\x4c\x02\x4e\x56\xf7\x61\x17\x5f\xa9\xf6\xca\x24\x68\xd6\xc8\xff\x05\xd4\xac\x37\x4b\xbe\x52\xed\x15\x8e\x57\xaa\x15\x15\x65\xe1\xe9\xe9\xe8\x2e\x1e\x0d\x6b\xa6\x38\xf7\xce\x08\xdb\x77\x35\x45\x37\x2d\xb9\x94\xe8\xd9\x69\x0d\x9f\x71\x58\xed\xe8\xbe\xc9\x77\x12\xef\x7a\x6b\x5a\xe7\x7f\xbe\x35\x3d\x43\x03\x03\x30\x6d\xb2\x4e\x7b\xf3\x2d\x4b\xad\xa9\x9b\x4a\xb4\x44\x18\xe3\xb0\xfa\xdc\xc2\xa7\xa7\xad\x97\x12\x4c\x6b\x3d\x99\x4f\x4f\xf7\xee\x2a\x88\x97\x95\xa0\x17\x5e\x56\x0c\x75\xf3\x71\x0f\x6d\x53\x37\x0d\x77\x5a\x3d\x0c\xbc\x6a\x64\xc6\xcd\x20\x3f\x33\xbe\x97\xdb\x08\xca\xda\x6d\x60\x50\x10\xd6\xe1\xd1\x27\x0b\xcb\x8e\x84\xa8\xab\x23\x7b\x6c\x18\xf4\x47\x52\x0d\x71\x55\x73\x72\xdb\xf8\x2e\xb0\x7b\x81\xf7\x2a\xf5\x4e\xc6\x02\x1e\x37\xeb\xd9\xd8\x05\x3c\x6e\x4e\xee\x05\x36\xf1\xb0\x4b\x09\xf0\xdc\xac\xf8\xde\x0b\xf0\xdc\xac\x87\x5b\x17\x60\xb5\xd9\xfe\xe8\x0f\xe1\x8a\xdd\x14\x0c\x05\x9a\x6e\x82\x6c\x75\x57\x69\xf1\xc1\xea\x9e\x9e\x44\x40\x47\xc5\x0b\x1f\x22\x12\xc5\x44\x1f\xda\x37\xc4\x96\x80\xdc\x66\x6b\x89\x1f\x9e\xf5\xba\xbf\xc3\x59\x4f\x1b\x0b\x10\xb7\xc5\x00\x2a\xc4\x67\x9d\xc2\x8e\xaf\x0f\xe3\x53\xb8\x76\xdc\x75\x36\x9c\x0a\xd1\x5a\xa7\x9e\x99\x59\x1f\x1d\xf5\x9c\x93\xeb\x5e\x6d\xe1\x51\x4f\x3c\x03\x34\xee\x59\xa0\x4e\x84\xb2\xed\x4e\xf0\x8e\xbe\xae\xda\x2f\x06\x67\x0d\xa3\x8b\x00\xc7\xad\xba\xf2\xb9\x80\xc6\xad\xc6\x6d\x7c\xa8\x6e\x3a\x8d\xea\xa6\x76\x9b\x0f\x1d\xbc\x92\x3b\x40\xe3\x86\x0d\xb3\x1f\xba\x7b\x25\x77\x01\xb8\xad\xd7\x93\x46\x95\x59\xb5\x43\xbf\x34\xc4\x84\x11\x5a\x85\xeb\x5f\x08\xd1\x5a\x0d\xa6\x01\x34\xb7\x1a\x85\x03\x30\x6e\x35\xc8\x85\x60\xdc\xa4\x10\xf4\x0b\x60\xdc\x6a\xf7\xe9\x87\x81\x53\xba\xa7\x66\xf3\x86\x9e\x13\x71\xe1\x4d\x02\xf2\xc3\x07\xff\xd5\x18\x1c\xa6\x3c\x4d\x9b\xbe\x6e\x6e\x7a\xfb\x92\xcd\x76\x8a\x82\x65\x8f\x5b\xc0\x06\xc2\x35\x2b\x16\xf6\xbe\x78\x41\x5e\xbe\xbb\x7d\x91\x85\x58\xdf\xbe\x78\x4b\x89\xd2\x72\x13\xd4\xaa\x3d\x79\x5f\x34\x17\x90\x9f\x37\x80\xab\x55\x40\x97\x0d\xe0\x6a\x95\x4f\x60\x5f\x74\x5e\x28\x89\x6f\xdc\x64\x53\x67\x19\x50\x79\xde\x80\xb4\xf6\xcb\xe5\xeb\xcc\xe3\x0a\x18\xb2\x4f\x06\x9a\x7d\x31\xea\xfd\xa5\x96\x81\x9f\x9e\x9c\x10\x6c\x55\x95\xcb\x3d\xe1\xa1\xe0\xdd\xc9\x39\xfd\x21\x8e\x92\x55\x5f\x2e\xa2\x2a\x9b\x1a\xc7\xfd\x58\x03\x43\x39\xd7\x5d\x2c\x4c\x5b\x49\x23\xba\x18\x82\xdf\x49\xf0\x38\x56\xcd\x04\x43\xa0\x3e\x35\x70\x43\x10\x85\x10\xbd\xba\xdf\xb1\x2f\xee\xa9\x59\x83\x81\x63\x86\x9c\xa8\x1b\x90\xd2\xa6\xb7\x18\xf6\x45\x36\x50\x05\xb8\xae\xd6\x4d\xac\xd3\x2c\x67\xc3\x8b\x6c\x9e\x3d\xd8\xa2\x9e\xd2\xa5\xe1\x89\x12\x62\x08\x14\xc0\xa4\xbd\xc6\xf7\x1a\xf5\x66\x80\xd1\x2a\xc6\x62\x80\x51\x59\x3a\x76\x92\x1f\x6c\x98\xe4\xeb\x21\xdc\x4f\x37\x03\x8e\x0a\x52\xb7\x13\xaf\x99\x70\x9f\xda\x0c\x37\x2a\x9c\xdc\x4e\x08\x2c\xa6\x57\xac\x37\xb0\xa5\x59\xa1\xd4\x77\x22\x8f\x48\xb9\xd8\x89\x6f\xad\x85\x13\x29\xc5\x9b\x28\xf8\x02\xb8\x4f\xed\x44\xeb\xff\x93\x13\x06\x46\xcd\x43\x62\x08\x85\x91\x34\x1c\x84\x8d\x34\xb5\x46\x52\x45\x1f\x4a\xaa\xa8\x6d\x4b\x87\x25\xd5\x81\xcb\xb5\x7a\x4d\x63\x03\xeb\xd9\xa4\xa3\x6d\x06\x18\x2d\xb2\x7d\xed\xc4\x8b\x6d\xee\x23\xc2\x38\x27\x7d\x47\xa7\xac\x52\xe0\x50\xba\xdc\x16\x5e\x65\xd3\x5a\x65\x98\xd0\x10\x9c\x6c\x03\xda\x19\xee\x12\x71\x02\xc9\xdf\x01\x1a\xa0\x0a\xb2\x04\x00\xed\x19\x3b\x13\x24\xd4\x9c\x48\x5e\x0e\x51\xb8\x8e\xa6\xea\x81\x9f\x74\x30\x89\x9d\x79\x1d\x4d\x8d\x61\x48\x4f\xc5\x82\xda\x0c\xe9\xa9\xc0\x7c\x3b\xcb\xe9\xcf\x05\x99\xa9\xe9\x50\xe7\xda\x00\x4c\x76\x45\x17\xdc\x0c\xd3\x29\xef\xc5\x46\x94\xce\xae\xe8\x73\x9b\x08\xc9\xa9\xf3\xcd\x26\x42\xd2\x6f\x96\xef\x2c\xd8\xef\x70\x25\xa7\x01\x0a\xd4\xbf\xb3\x64\x40\xf8\xd3\x0f\x12\x45\x31\x64\x6d\xa8\x1c\xfa\x65\x5c\x2a\x04\x42\x93\xe4\x04\x5c\xb2\x37\xb1\x69\x66\xc8\x5a\x71\x14\x83\x74\xea\x8a\xd5\x06\x74\xb2\xb7\xe4\x1a\x06\xd2\x5c\x26\xd6\xb2\xc4\x13\x83\x74\x56\x8f\x14\x64\x47\xbb\x5c\xe6\xa6\xf9\x4a\x14\x7c\xc7\xa1\x99\x59\xec\xa0\x46\x11\xec\xa4\x07\x2d\x76\xe6\x7d\xb7\x50\x99\xb8\xef\xa6\x67\x02\x36\x21\x94\xd5\xf3\x4b\x27\xbf\xe7\x90\x6e\xfd\xd0\xa0\xc1\x43\xd9\x2e\xd5\xce\x2b\x6d\x92\x8d\x8c\xbb\x29\x0b\xf4\x26\xb6\xb2\xeb\x05\xc9\xad\xa8\x98\x7a\x6d\x63\x17\x99\xb2\x25\x33\x00\x82\xec\x72\xa6\x6c\x60\x20\xbb\x9c\x12\x1b\x18\xc8\x2e\xff\xd0\x06\x04\xb2\xcb\xeb\xb3\xf1\x24\x72\x97\x6b\x65\x03\x0f\xd9\x65\xf6\xdf\x45\xd2\x24\x44\xc1\xd1\x29\x86\x66\x18\x4c\x99\xb5\x37\xb0\x91\x5d\x0e\x82\x5d\xf4\xde\x8e\x0b\x25\x96\x57\xa3\x0f\xf4\xe3\x59\x5e\x6a\x0d\xce\x78\xf2\x3a\xed\xc2\x2b\x6c\xda\x1b\x0a\xaf\xb0\x15\xa7\x91\x51\xd5\x43\x5e\x61\xab\x2e\x94\xed\x76\x99\x68\x69\x75\x4e\xb6\x54\xfd\xb5\x2a\x6d\x12\x6a\x67\xfa\x0d\x32\xba\x2c\xc9\x61\x55\x09\xf7\x89\x02\x34\xef\x22\xed\xd9\xa5\xbe\x21\x31\xd5\x7f\x9c\xff\x72\x98\xa2\x82\xe1\x06\x40\x99\x56\xf0\xf2\xad\x00\x9a\x62\x62\x00\x1f\xb3\xc2\x9c\xef\x42\x20\xae\xdc\x37\x1b\xcf\x17\x67\x85\x32\xdf\x65\xe3\x14\x20\x2e\xc6\x5b\xc6\x5d\x2e\x99\x8d\xa7\x8c\x47\xd1\xfa\x02\x7e\x32\x2b\x94\xf8\xe6\x53\xc6\x21\xd3\xe2\x66\xb0\x4d\x45\xeb\xde\x0a\xb6\x29\xc6\xc5\xcb\xc5\xa3\x68\x79\x33\xf4\xa6\xe2\x9a\x6f\x46\xd0\xec\x1a\xe3\x2a\xdd\xc7\x69\x70\x9e\x11\x29\xb7\x19\x17\x73\x4a\x48\x56\xba\x00\x87\xbf\x43\xdc\xc7\xe6\xfa\xe0\x3c\x93\xe4\xa9\x7a\xd2\x69\xa8\x18\x6c\x5f\x5d\x42\x8b\x71\x31\xe7\x34\x05\x3d\x9f\x1a\xf3\xae\x84\xca\x15\xf1\x66\x65\x40\xc1\xe6\x52\xd1\x52\x29\x3c\x8c\x92\xd9\xfb\x53\x0e\xd4\x34\x49\x4d\xc6\xcc\x9c\xda\x85\x2b\x5c\xd9\x52\xc3\x77\xa5\x0f\x70\xf8\x3b\x9e\xf7\x5d\x05\xba\x31\xd5\x1a\xfa\x00\x87\x29\x1c\x57\xa4\x2f\x54\x5e\x74\x9b\xaa\x81\x17\xdd\x24\xf9\x2b\x7d\x7e\x43\xf5\x21\x08\xa7\x1e\x0e\xdd\x0c\xc2\x69\xcd\x05\x41\x38\xc7\x1c\xfe\x8e\x7d\x70\x99\x8c\x92\xe6\x2e\xd1\x30\x31\x4d\x7d\x18\x84\x5a\x79\xe9\xd6\xf3\x78\x03\x51\x59\xdd\x0b\x3c\x7c\xa0\x73\xf4\xae\xbc\xde\xe3\x89\xc2\xf5\x1e\x79\x03\x76\xe5\x45\x37\xb7\x86\xd7\x7b\xb4\x5f\x54\x7a\xbf\x3d\x4e\xf4\x0d\x4e\xf5\x90\xd7\x7b\xa6\xfa\x44\xd7\xe0\xd3\x16\x28\xcc\xd3\xdf\xe1\xcc\xe5\x51\x83\x3e\x36\xc2\x1d\xe6\x65\x1f\x71\x1b\xf0\x9c\xb3\xf2\x88\xbb\x11\x76\x73\x0a\x25\xb5\xdb\x64\x97\xaa\x28\x74\x49\x3c\x0b\xac\xe7\xb4\x76\xd6\x78\xd1\x5c\xaf\x2a\x6f\x84\xd6\x2c\xf2\x54\xec\xc6\xa0\xc3\xb2\x22\x6c\xe0\x42\xa7\x1c\x25\xbb\xd1\xc5\xa1\x6d\xa1\xf1\x20\x39\x9c\x13\x07\xc9\x6c\x0a\x47\x47\x4d\x70\xe3\xd1\x51\xea\x50\xe3\xd1\x51\x6b\xa6\x31\x96\xa1\x58\xb6\xd1\x13\x28\x36\xf1\xfb\xc9\x12\xa0\x7c\x3f\xb9\x0b\x5f\xb9\x1b\x2f\xb3\x4d\x97\x0a\xbb\xa6\x30\x36\x1b\xe1\x33\x43\xe6\x97\x0d\xa0\xa8\x23\xec\xef\xc6\x2b\x3c\xda\xeb\x1a\x2f\xed\x68\x23\x00\x6a\xd4\x4f\x3d\x6f\x3e\x7a\x2c\xd3\xcc\x06\x86\xb4\x34\x8f\xdb\x62\xf7\xd5\x18\x38\x15\x64\xe0\xd9\x8d\xc1\xd6\xc4\x6d\x44\x8d\xce\xf4\x1b\x9e\x1d\xdf\x7c\x22\x59\x48\xc0\xdd\x18\x88\xad\xb9\x1c\xbe\x8b\x29\xed\xad\xd1\x48\xa6\x93\x56\xb3\xd6\xe7\x2f\xe1\xe1\xd1\x46\xd4\x70\x42\x14\x54\x60\x03\x3a\x9a\x66\x78\x38\x80\x40\x9f\xcf\x87\xf0\x87\x78\x18\x89\x40\x2f\xce\x09\x17\x8f\x76\x57\x80\x47\x43\x18\xab\x4d\xf0\xa8\x70\x0b\x9b\xe8\x51\x21\xc3\x36\x10\xa3\xd5\x0a\x29\x20\xa3\xa9\xe9\x7d\x8d\x8d\xb0\x9b\x21\x54\xc1\x46\xd4\xcd\x2a\x53\xfc\x46\xd4\xcd\x98\x0f\x85\x3e\x3d\xc5\xb0\x4f\x2e\x85\x5e\xd1\xe1\xac\xe8\x85\x76\xfe\xce\xf7\xe3\xe5\x71\xdb\x04\x94\x5e\xd5\xad\x0b\x3a\x3e\xd4\x65\x40\x4a\xab\x2e\xbb\x6c\x04\xd0\x4c\x57\x75\xf3\x42\x9a\xbd\xda\x10\x74\xd5\xb8\x2b\x0c\x9f\x51\xdd\xa6\xe0\x8d\x16\x8f\x09\x5c\x05\xba\xdf\xb2\x89\x2a\xbd\xaa\x7b\x13\xf2\x84\x28\x55\xf7\x73\x34\x63\x5d\xf7\x73\x34\xd7\x00\x96\x9e\xcc\x1a\x7a\xd9\xda\x24\x40\xf9\xb8\x73\x12\xee\x71\x0b\x31\xaa\x8b\x1e\xbb\xeb\x5d\x8e\xe6\x92\xe9\xdd\x68\xae\x97\x01\x91\x3c\x16\x3c\xa5\xfa\xe4\xd8\x15\xba\xaa\x99\xa4\xb7\xa3\xb9\x5e\xda\x36\xb4\xa7\x75\xc5\xae\xd2\x12\xec\x7c\x9e\xc3\x87\x94\xae\xe0\x55\xda\xc7\xba\xde\x5a\x93\xd8\xe3\x2b\xcf\x49\x71\x8e\x76\xa7\x75\x78\xb8\xbf\x0c\x5f\x25\x38\xff\x06\x94\xb4\x29\xfa\xeb\x56\xd0\x4d\xdb\x00\xba\xac\xc5\xa6\x5e\xa0\xd4\x60\x58\x87\x15\x7c\x76\x03\x1f\x9a\xb2\x3b\xa7\x28\x9b\xe5\x21\x71\x49\x41\x71\x8d\x36\x1f\x8c\xce\x9e\x01\x40\x3d\x9b\x8f\x86\xc4\x76\x16\x9f\xe2\x00\xe7\x6c\x7a\x63\x68\xf3\x6d\xe7\xa2\xab\x76\x9b\x98\xcd\x22\xa4\xd8\x06\x68\xb3\xf9\x1c\x09\x98\x66\x93\xad\x6a\x0f\x3e\x4e\x20\xc0\xd9\x06\x6a\xb3\x79\x7f\x63\x78\xcb\xde\x25\xff\x09\xe2\x2c\xa5\x38\xef\xfe\xf1\xa5\x78\x96\x9b\xc8\xcc\xea\xfa\xcf\x02\xd7\xd8\x21\x60\x65\x97\x19\x6f\x13\xa5\xa9\xf8\xe3\x1b\x28\xcd\x54\xdc\x27\x6e\xfc\x1e\x3a\x79\x21\x44\x9c\x3d\x52\x2b\x02\xc1\x2b\xa7\x07\x0d\xd7\x76\xb5\x43\x10\x85\x29\xd3\xe6\x06\xd0\x32\xeb\x7d\x94\x3d\x88\x54\x10\x6f\x00\x2e\x39\xdc\x28\xbe\xf0\x99\x3d\x26\x60\x05\xb9\xa7\x37\x10\x91\xdd\x0a\x26\x63\x4a\x26\x8f\x25\xce\xba\x5a\x13\x40\x39\xfa\xd5\x87\x3d\x69\xd2\x57\x1a\x22\x43\x86\x76\xce\x49\xdb\xc5\xb8\xbe\xc7\x82\xec\xa9\x63\xf0\x14\x45\x94\x69\x73\x1d\x3c\x07\x77\x51\x70\x00\x88\xb7\x18\x37\x52\x98\x9a\x4d\x58\x63\x57\x68\x85\x8d\x48\x91\xbd\x49\xbf\x06\xac\x31\x55\x17\x8a\xfd\x51\x38\xa2\x0d\x58\x63\x6f\x5a\x15\x93\x16\xff\x66\x2a\x90\xe6\x9c\x74\x7d\xb9\x4c\x1c\x27\xb5\x8a\xf9\x6c\xb4\x3c\xe0\x9b\x0f\x45\x0b\x60\xb0\x27\x71\xbb\x5a\xa4\x93\xd8\x5c\x69\x0a\x0c\x0b\x29\x4f\xfd\xc6\xd3\xcf\xa3\xe8\xac\x03\x2c\xe2\x50\xb8\xe8\x0d\xf0\x61\xd6\x93\x36\x7b\xf2\xa8\x91\xfc\xdd\xcd\x37\xd9\xf4\x21\x43\xa0\x6b\x8f\x9d\x0c\x41\x20\x9d\x4a\x48\x44\x4f\x14\x83\x0e\x48\x19\x9a\x0c\x7a\x2e\xb6\x9e\x62\x04\x53\x54\x1a\x39\x84\x00\x1b\x16\xc1\x59\x76\x50\xa5\x0a\xa7\xe9\x71\xb4\x2c\x12\x66\x6d\xed\x04\x41\xb0\x95\x1a\x0a\xb4\x61\x11\xd6\x65\x33\x12\x63\x55\xe0\xdf\x1d\x54\x9b\x34\x6c\x41\x64\x48\xf7\x87\x40\x86\x4c\x53\x40\x86\x74\x7f\x07\x1d\xa6\xbb\x42\x58\x28\xc5\x33\xc0\x10\x86\x8f\x8f\xc0\x10\x56\x79\xc6\x37\x20\x84\x55\x7e\xe5\xcd\x98\x8b\x72\x93\x6f\x20\x01\xab\x7c\xdb\x3b\xbc\x43\x39\x2b\xd1\x04\x4f\xaa\xcc\x23\x2e\xf6\x83\xfd\x4b\x79\xbd\x43\x4d\x91\xe9\x24\xea\x34\xc9\x88\x8b\xba\x4e\xba\x83\x08\x8f\x27\x27\x9d\xef\x3a\x18\x00\xd3\x77\xca\xe9\x22\x17\x65\xbb\x06\xe4\xf0\x4a\x53\x24\xe8\x1d\x72\x56\x7b\x42\xbc\xe1\x90\x21\x18\x2c\x31\x7b\x1f\x47\x78\xc4\xae\xb5\x81\xe0\x88\x56\x47\x82\xd7\xa2\xd5\xab\x4d\x93\xad\xaa\xe7\xad\x68\xf5\x82\xd6\x8c\xe6\xaf\xa8\xfd\xa9\xd9\xd8\x57\x9a\xcb\x38\x27\xc4\xa7\x08\x98\x57\xd5\x59\x06\x92\xf2\x98\x01\xbd\xe4\x03\x0a\x80\x7e\x4d\x8b\x10\xc1\x11\xbb\x37\xbc\xc5\x67\x1a\xb5\xcc\x97\xc2\x46\x49\xc0\x02\xe6\xd7\xe5\x5e\xd9\x84\xf9\x0d\x5d\x1d\xdf\x8b\x61\xa3\xba\xb3\xc2\x6a\xd7\x5d\x2a\xac\x76\xe2\x43\x86\x42\xd4\xf3\xdc\x7b\xd1\x6a\x27\x5e\x5b\x0c\x22\xd5\xdd\x36\x58\xed\xba\x5b\x43\x10\x80\xaa\xf7\x3d\x67\x55\x4f\xaf\xa3\x98\x94\x60\xbd\x19\x97\xf3\x52\xec\xa8\x6d\x34\x79\x74\x7f\x08\x47\xa3\xeb\xe7\x83\xf4\xc9\x14\xb0\xf4\x9a\x66\x3c\x1c\xdd\x6d\xa3\x5d\x12\x42\xbf\x41\x3e\x2f\x06\xed\xf1\xd0\x80\x0d\x85\xfb\xd9\xc0\xdf\x65\x3d\x90\xb5\x97\xa4\x97\x3a\x8c\xcb\x7d\xde\xf9\x96\xa4\x97\x7a\x08\xb3\x49\x71\x07\x29\xcb\xb2\x9b\x7d\x23\x4d\xcd\xde\x94\x9d\x9a\x0a\xc6\x5d\xd1\xb9\x6a\x49\xb0\xa9\x14\x46\x94\x18\xfe\x0e\x62\x4e\xbb\xc1\x22\xa8\x5a\x47\xc7\xc5\xf7\x69\x8a\xd6\x3d\xc0\x71\xd9\x2a\x30\x50\x6d\x45\x60\xbc\x8d\x70\x85\x61\x3b\xac\x30\x6e\xdd\x39\x71\xe6\xd1\xc0\x00\xe3\x56\xf4\x04\xf0\x16\xc6\x6d\xba\x14\xc0\x2d\xa5\x55\x08\xe3\xa6\x99\x00\xc6\x2d\xbc\xa1\x6f\x45\x88\x0a\x17\x83\x73\x84\x38\x58\xcf\x5b\x0b\xd4\xb6\x81\x71\x0b\x1b\xfb\xf0\xba\x75\xd8\xd8\xb7\x79\x71\xbe\x9a\xc2\xc5\x79\xad\x12\xa1\xdf\xa4\xd6\x08\xfd\x56\x9d\x86\xc3\x91\xb4\x1c\xa0\xdf\xc2\x26\x43\xa1\xdf\xb4\x78\x81\x7e\xab\x42\x50\x6d\xa0\xdf\xd2\x65\xdf\x85\xe0\x6f\xd2\x7f\x37\x35\xf8\xa7\xd9\xd4\xe0\x9f\xb6\x41\x3c\x4a\x70\x01\xff\x56\x05\xe9\xda\x5b\xfa\xbb\x1b\x47\xf1\x28\xde\x23\x00\x4e\xb8\xab\xbd\x89\xf4\xd1\x23\x08\x7b\x5b\x5a\x6a\xe4\xa4\xdb\x7b\xcc\xa5\xdb\x6b\x11\x6f\xbf\xb9\xe7\x5a\x5f\xd0\xfa\x54\x0d\x2f\x2b\x2a\x58\xc2\x26\x98\xad\xe8\x32\xc3\x06\x98\xad\xe9\x8a\xdf\x06\x98\xad\x79\x98\xa1\x7d\xcb\xd5\xbb\x89\x5d\x4b\x6e\x9e\x0c\xbe\x1e\xe7\x2d\x75\xc9\x24\xae\x4f\x78\x68\x79\xf1\x79\x3c\x0d\x00\x54\x43\xc0\x99\xbd\xa9\x9f\xb9\x7e\x38\x3e\x58\x0a\x60\x6b\x3e\x90\x02\xb4\xd6\xe5\x85\xde\x2f\xc6\x85\x95\x28\x7f\x31\x9e\x9e\x38\xf0\x45\x13\x72\xf7\x77\x93\xc6\x21\x51\xb8\xff\xa9\xdd\x13\x80\x35\xdb\xfe\x5e\x7c\xb1\x34\xd4\x2c\x02\xd6\xfa\x78\x3e\xbc\x99\xea\x1a\x11\xe2\x82\xfd\x7b\x31\xbe\x89\x56\x31\xd0\x6a\x36\x05\x02\x61\xe6\xe3\x37\x42\x2e\xfa\xbc\x0b\x74\x59\x57\x6c\x97\x0d\x70\x59\xc8\xda\x03\x68\x59\x57\x14\xad\x4d\x2c\x59\x72\x5d\xb2\x02\x8b\x2d\x80\xf8\xf2\xf3\xbc\xfb\x45\xdf\x81\x3f\xc4\xa1\x6d\x3e\x69\x30\x2d\x6b\xfa\x80\xe0\x1a\x8a\xe4\xb7\xf1\x38\x76\x56\xdc\xcc\x8d\x60\x89\xa3\x68\xb6\x5e\x12\x4a\xea\x1c\x03\x3e\x49\x31\x78\x49\xf7\x72\x4e\xd8\xef\xc2\xa5\x10\xa4\xf1\x1b\xde\xbb\xdd\x2f\xc5\xd4\xf4\xa0\x01\x07\x2c\x3c\xef\x7e\x13\xdd\xab\xe9\x04\x2a\x2c\x6c\x13\x07\x2a\x2c\x6c\xd9\x07\x0a\xac\x0a\xaf\xb7\x81\xfa\xaa\x02\x39\xee\x37\x83\x62\xdb\x5f\x01\x0c\x58\xd5\x5d\xb7\xfd\x26\x64\x47\x0f\x79\x6c\x44\x52\x6c\x5e\x88\xc4\x87\xb5\xfc\x34\xe0\xc6\xd1\xcc\xc5\x7e\x78\xdc\x52\xb1\x88\x15\xec\xe6\xf0\x52\xb4\x00\x53\xfb\x2d\x7d\x7e\x8a\x82\xf7\xc0\x35\xd2\x9a\xab\x23\xdd\x1b\x7c\x62\x07\xd4\x3b\x28\x88\xfd\x1d\x2f\x7e\x6a\x53\x02\x98\xac\x15\xb7\xe6\x48\x9b\xe6\xb1\x81\xad\xc0\xa7\x09\x62\xc9\xba\x62\x0e\x6e\x82\xc9\x74\x27\x73\xbf\xa9\xc2\x27\x7f\x38\xce\xfc\x6b\x1d\xbc\x69\x87\xf5\x48\xc1\x77\xa0\x7b\xc9\x9b\x50\xb2\x3e\x5d\x26\x6e\xfa\x4c\x7f\x07\xdd\xbb\xb8\x65\x30\x20\x69\x82\x81\x24\xab\x02\x5d\x6d\x20\xc9\x6a\xf5\xc0\xf0\x4d\x99\xa1\x23\xda\x9b\xfe\x4e\xc9\x15\x40\xc9\xba\x62\xf0\x6c\xc6\x58\x54\x7c\xbb\xfd\x96\x7c\x52\x27\x36\x15\x20\x7f\x07\xf9\x38\x5c\x21\xe4\x91\x0d\x98\x8a\xb8\xe8\xe9\xc6\x1d\xb9\x26\x85\xe0\xad\xc3\xa3\xd3\x18\x67\x99\xd3\xc4\x27\xb5\x5b\x32\x45\x14\xd4\x93\xc8\x21\x1d\xa2\x38\xdb\x59\x14\xce\xae\x2a\x54\xc1\x18\xb5\x61\x00\x4a\x96\x7c\x56\x26\x7a\xcc\x2e\xfb\x9b\x7e\x70\x9d\x80\x6f\xfa\xc1\x35\x4e\x80\x8b\x65\xc5\xcc\xdd\x37\x6f\x0f\x85\xd3\xc0\x5d\xd3\x69\x38\x22\x69\x9b\xbf\xe9\x2a\x98\xce\x09\x8f\x47\x38\x27\x27\x54\x3d\xc2\xbb\x44\x7d\xba\x76\x38\x07\xc4\xa3\x37\x3d\xe4\xe2\x51\x44\x57\xcc\x82\xfa\x6e\x02\xc2\xfc\xa2\xf8\xbe\x79\x19\x22\x9c\x48\xbb\xba\x1a\xc3\x90\x32\x23\x3b\xf1\x28\x24\x36\xde\xdd\x34\xbb\x86\x8b\xe1\xf1\x49\x6d\x03\x96\xdb\xdb\x01\x40\x5f\x45\x21\xc4\xf7\xcd\x28\x4a\x9a\xde\x9b\xb7\x7c\x14\xdd\x72\xe3\x69\xed\x23\x16\xd4\x0f\x60\x13\xab\x67\x06\x67\x02\x5b\x15\x00\xfb\xaa\xd5\xd3\xcd\xb8\x49\xd5\x69\x84\x36\xb8\xcb\x7a\x10\x56\xcb\xeb\x56\x30\x19\x4f\x3f\xad\x4f\x6e\xac\x70\x18\x12\xd3\x40\x8c\xa5\x6c\xb3\x23\x9f\xe9\x9e\x21\x61\xfc\x21\x8c\xc7\x69\x95\xf2\x25\x8b\xc4\xfb\x01\x26\xf0\x10\xb8\x44\x01\x1f\xe3\x56\x30\xe9\xfd\xe1\x75\xfc\xe9\x52\x60\xfa\xc9\xdf\xc7\xd0\xdb\x1f\xde\xce\x57\xc3\x01\x04\xeb\x0a\x52\xb9\x3f\x74\xe2\x8b\xfb\x01\xfd\xea\xf6\x09\x7c\x88\xd4\xc9\xfe\x0e\x27\x2d\xb5\x8c\x08\xec\xe1\xcf\xa0\xd5\x68\xaf\xc1\x03\xde\x21\xf9\x45\x48\x58\x8d\xa7\x48\x68\x99\x4f\x53\xb8\x4a\x9d\x06\x3f\xa5\xc5\x19\x5f\xf3\xf6\x62\xff\xf0\xa2\xbe\x24\x01\x5f\xef\xce\x1e\x18\xbe\x7f\xec\xea\xe9\xc0\xd7\x8a\xfa\x10\xd2\x33\x4c\xe1\x08\xa5\x55\xf3\xa1\x45\x6b\xba\x06\xec\xde\x4f\x7d\x30\xf8\xb8\x17\x70\xc4\x67\x0f\x3d\x2d\xa3\x12\xad\x00\x81\xf5\xec\x81\x81\xa4\xcb\xae\x01\xc6\x2f\x3b\xa3\x3e\x7c\x99\xf8\xf9\x0e\x83\xa6\xd5\x0d\x48\x58\xcf\x1e\x50\xe0\x7f\xb2\x5b\xb6\x39\x68\xce\xf9\x61\x0c\xf9\x9f\x7e\xbe\xfb\xbc\x18\x31\x04\xa5\x1c\x0a\x56\xa3\x6a\x0a\x20\x04\xb0\xe4\xa1\xa0\x34\x61\x39\x1f\xea\x85\x9c\x59\x14\x84\x27\x84\xfe\xa1\x10\xae\x36\x9b\x62\x7d\x9d\x14\x78\x89\x6f\xea\x1d\x2a\xa1\x94\x24\x0a\x4c\x9f\x55\x3b\xf5\xa9\xaa\xda\x79\x81\x7d\xa8\x4c\x5a\xc5\xa6\x6a\xa7\x55\x6c\x3a\x27\xac\x62\xc5\x65\xa2\x47\xd9\xb5\xb3\x47\xae\x81\xb1\x94\x5c\x26\x7b\x54\x45\xbd\x19\xa7\x55\x14\x18\xad\x88\xe2\x61\x35\x6b\x04\x75\x81\x57\x65\x12\x28\x52\x54\x9f\x76\xdf\xe1\x44\x9c\x5d\x5d\x21\x77\x5f\x37\x8d\x48\x91\xa7\xd0\xc1\x67\xa6\x44\x61\xab\xf0\xd0\x2f\xdd\x88\x13\x85\x33\xf6\x54\x77\x89\x14\x99\x2e\x13\x5d\x2a\xce\xc9\x1d\xce\x65\xb2\x4b\x21\x8a\x93\xa4\x1a\x18\x24\x7d\x78\x3e\x69\x58\xf1\x7c\x82\x5f\x19\x42\xf7\x50\xd0\x6e\xb2\x8a\x11\xbf\x9a\x82\x42\xee\xce\xd3\x56\x3b\x54\x3d\xaf\xab\x33\x80\x53\x9f\x89\xf7\xce\xd5\x5f\xbc\x81\x3d\x4a\x32\x05\x6b\x80\xfa\xcb\x37\xb0\x67\x71\x1a\x47\x74\x8a\xc2\x81\x7f\x98\xc2\x81\x5f\x93\x4d\xc0\xda\x14\x93\x24\x42\x4a\x34\x6a\x42\xa8\x11\x08\x74\x48\xa0\x48\xa6\x3f\x24\x27\xb0\x4f\xc2\xa4\x3d\x54\xe6\x55\x1d\x7d\xc8\x00\x38\xc3\x89\x68\x9b\x16\x9a\x30\x69\xc5\x39\x81\x77\x98\xce\x09\xf0\xb0\x38\x01\x41\x0d\x61\x84\xfc\x46\x32\x9f\xac\x30\xa9\x68\x1d\x20\xc4\xe1\x28\x49\x9d\x22\xa6\x44\x2b\x26\x11\x53\x22\xc6\xe0\x0b\xdc\x53\x73\x08\x2c\x5b\xce\x9a\x5f\x44\x38\x4c\x53\x2b\x14\x11\x0e\x73\xce\xa6\xa0\xcf\x84\x3a\x21\x85\x51\xe3\x44\x26\xd5\xba\x43\xf4\xc3\x9c\x9f\x1a\x70\x2e\x2c\xae\x61\x33\x66\xa5\x28\xe8\x3a\x62\xd2\x44\x8b\xca\x53\x0a\xfa\x10\xa6\x3e\x48\x53\x7d\x74\xb2\x7a\x40\x19\x7e\x41\x52\x86\x4f\x6c\xd7\x30\x97\x30\x14\x49\xf1\x70\x6f\x9d\xe9\x4c\x02\xac\xad\x4e\x65\x82\x46\xd2\x10\x45\x4e\x0c\x51\x38\x21\xe5\x24\x0a\x60\x17\xd5\x01\x30\x5d\xce\xd5\xa5\x50\x11\x9b\xa2\x30\x50\x5a\xdb\x40\xd6\x8d\x92\xba\x28\x28\x62\x91\x45\x01\xb3\x11\x4e\x7b\xa1\x06\xd7\xce\xa1\x71\xcb\x60\x6c\xd2\xa4\x65\xde\x45\x0f\x53\x19\x35\xa8\xf6\x60\x3b\x4d\x35\x7c\xa7\xfa\x00\x2e\xc9\x12\xc0\x78\xf1\x7a\x14\x49\x08\x00\xeb\x72\xd6\x34\x65\xa8\x88\x45\xc2\x19\x28\xbb\x51\xb2\xd3\xc0\x78\x59\x7d\x67\x14\x65\x1a\x28\x0f\xc9\x59\x53\xe7\xa9\x31\x86\x8a\x59\x6c\xa8\xd3\x60\xfc\xd7\x6c\xeb\xf1\xeb\x32\x9d\xc8\xa0\x89\x4d\x83\xc1\xe0\x07\x34\x93\x1c\x12\xca\x6d\xa8\xe5\x38\xe5\x86\x96\x33\x90\x6e\x23\x2e\x7d\x88\x8b\xaf\x49\x5b\x1c\x71\x6f\x73\xb8\x18\xe0\x97\xba\x87\x1f\x47\xe0\x71\xa9\x3d\x78\x06\x2d\x55\x57\x71\x86\x2a\x92\xd3\x26\x72\xba\x94\xf8\xf1\x35\xdb\x53\xfd\x42\xf5\xce\xb9\x91\xd3\x69\x2f\x50\x6e\xcc\x1b\xb5\xbb\x14\xb8\x2d\xc2\xcd\xfe\xa0\x3e\xe6\xc4\xeb\xd3\x23\xc4\x42\xc0\xd9\xcd\xa6\x51\xc4\x7b\xd3\x23\x24\x3c\xf1\xde\xf4\x24\x90\xf0\x50\x38\xd4\xab\x4c\x20\xf0\x32\x8f\x94\x87\x3a\xa7\x05\x5a\x67\x0e\x35\xd1\xea\x29\x0a\xc8\x8b\xe7\x3b\xf4\x28\x65\x51\x38\x0c\x86\x6b\x7f\xa1\xbe\x24\xea\x8d\x9c\x4e\xbb\x91\xe6\x3e\xa0\x47\x6e\x19\x22\xc7\x26\x31\x22\x20\x77\x99\x01\x5b\x0e\x35\x88\x80\xd3\x87\xc1\xc1\xf6\x87\x81\x62\xd4\x09\xf0\xec\xd0\x5c\x03\x64\x37\xc2\x5d\x0a\x0e\xb6\x9a\x0d\x9e\xa5\xa5\xfa\x50\xe0\x59\x4b\xb6\xc2\xd7\x57\x9d\xc8\x88\x64\x55\xad\x61\xbc\xe3\xfa\x1b\xc4\x33\x62\x16\xce\xe6\x1a\xa1\x0c\xb4\x21\xf9\xc5\x57\xb1\xc3\x7d\x64\x50\x84\x70\x8d\x83\x61\x9e\x34\xfc\x10\xad\x7a\xb4\xe6\x90\x30\xba\x95\x70\x41\xb4\xb8\x38\xf3\x46\x6b\x9b\x7a\x42\x68\x79\xd3\x60\x6d\x36\x48\x83\xc5\x5b\xdf\x9e\x39\xc2\xa0\x9a\x1a\x0b\x18\x54\xf3\xd0\x91\xf7\x9b\xbf\x83\xf9\x78\x38\xe7\x44\x4e\x53\xb0\x5a\xb8\x1f\x1b\xe6\xe3\xa7\x65\xb8\xad\xdf\x34\xc7\x70\x9b\x34\x73\x34\x74\xd4\x9e\xc3\x55\x80\x55\xcc\xc4\x00\x45\x35\xc9\x97\x4a\x0f\x5e\x9b\xa2\x70\xed\x3b\x4c\x15\x7c\xd7\x45\x81\xf9\x25\xaf\x11\x13\x71\x36\xf1\x06\x00\x80\xa5\x5f\xfe\x8e\x51\xe2\xd5\x9a\x4a\x93\x78\x38\x6b\xa0\xc2\x21\x6a\xa1\x18\x53\x1b\x55\x64\x51\x2f\x5e\xed\x6e\x22\xdf\xa8\xc3\x59\xe1\x0c\x6a\x4e\x03\x62\x48\x72\x1f\x60\xc1\xd9\xb4\xcf\x54\xde\xae\x69\xa6\xd8\x27\xf5\x22\xb8\xa0\x55\x4a\xc0\x0d\x59\x9d\xb3\x23\x4d\x7d\x0a\x4e\x8c\x6a\x67\x5c\xa7\x94\x9c\x88\xc8\xc9\xe1\x42\x11\x9c\x58\x83\x8f\xd0\x8a\x25\x55\x53\x6f\x14\xe3\xef\xd8\x6c\x4e\x0c\xc0\x81\x49\x1e\xcb\x43\x42\xad\xa0\x87\xf8\x90\xf0\x9f\x4a\xc5\x03\xe8\xaf\x74\xf1\x5e\xe5\x5d\x6e\x77\x11\x6f\xc2\x24\x69\x5c\x88\xa7\x18\x49\x8a\x53\xe5\xed\x6d\x4f\x37\xee\x6b\xa7\xe1\xef\x70\xc6\x97\x1a\x57\x75\x7b\xdb\xc5\x10\x4b\x25\x6d\x90\x28\xbf\xee\x71\x63\x18\x03\x29\x47\xc0\xf5\x95\x6e\xce\x60\xf8\x63\x29\xaa\x95\x2e\x97\x78\xc8\x1b\x59\x4d\xe1\x4e\x92\x86\xbf\xd1\x62\x29\x25\xb6\x11\x1f\xa5\xa1\x69\xbc\x61\x38\xb4\x84\x10\x9a\xb1\x74\x49\x86\x46\x5f\xcd\x70\x1a\xda\x36\xfd\x21\xbd\xb9\x53\x14\x19\xb3\x88\x82\x6f\xb7\x39\xe7\x0b\x65\x26\x51\xe4\x3d\xe7\x64\xb3\x9d\x93\xc3\xa6\xda\xe1\x9c\x69\x55\x6b\xbd\xd1\xe5\x32\x4c\xd1\x32\xd2\x44\xc1\x32\xa2\x61\x6b\x0c\x31\xe0\x2e\x91\xc1\xac\xb5\x23\xc4\x63\xbd\x9a\x3f\xe4\x98\xba\x46\x7a\x02\x86\xb3\xc2\xcb\x92\x4d\xc1\x73\xd4\xd5\x0d\xde\xfa\x92\xfc\x6a\x3c\x79\xf1\x45\xbe\x43\x62\x88\x3d\x6e\x54\x18\x86\xab\x64\x24\x81\xf1\xad\x81\xe3\x64\xe5\x6d\x7d\xf1\x2d\x20\x81\xb5\x66\x53\xb0\x46\x35\x0d\x24\xe3\x0c\x0c\xd7\x81\x7b\x60\x3a\x0d\x10\x12\x48\x47\xe5\xa1\x70\x0f\x2c\xfb\x3b\x3e\x8b\x23\x19\x06\x84\x60\xad\x52\xab\x89\x01\xf4\xb2\x21\x06\x90\x7e\xd2\x43\xc1\xf0\xdd\x55\x0c\x3c\xd9\xf4\x71\x1c\x0a\x7e\x7f\x09\x26\x44\x95\xac\x55\xd2\x0e\x60\xc1\x7a\x35\x53\x32\x83\xbb\x42\xf6\xc2\x89\xb8\xbf\x96\x5d\xcc\x9b\xf3\x68\x12\xdd\x90\x9a\x2d\x08\xa0\xd4\x25\x40\x00\xcf\x88\x87\x48\x78\xb9\xa4\x14\x76\x85\x17\xd0\xf2\xef\x7c\xd0\x7d\xa8\x93\x5d\x76\xf9\x66\x92\x76\xf9\x26\x4a\x3e\x39\x97\x44\x3b\xda\x93\x4a\xd0\x82\x38\x04\x58\xbf\x5a\xa5\x86\x23\x92\x64\xad\x3a\x77\xe0\x15\xed\x3a\x24\x10\x0c\x03\x94\x28\x31\x0c\xb0\xf9\x4b\xc0\x00\x8b\x13\x1b\x83\x6b\xa9\xdf\x0a\x20\x20\x56\xeb\xc4\xda\x44\x71\xc1\x41\xd2\xb5\xc2\xc1\x58\x9c\x97\x9d\x69\xce\xfb\xa2\x5a\xeb\x54\x22\xec\x86\x1b\x41\x54\xa0\xa6\xd4\x30\x40\x09\x11\xc3\x00\x35\xa9\x80\x01\xd6\x5a\x9c\x17\x5c\x5b\x9c\x46\x47\xa1\x18\xb5\xf3\xed\x4a\x89\x26\x62\x00\xaf\xea\x79\x23\x17\xbb\x33\xbc\xcd\x58\xfc\x21\x07\x5b\x8b\xbc\x93\xa9\x8b\x3f\x54\x6b\x95\x77\x13\x21\x22\x79\xd4\x15\xa4\x5b\xd2\x11\x00\xc0\x3a\x24\x74\x18\x55\xf2\xaa\xe2\x6b\xc3\x01\x25\xac\x05\x07\xec\xda\xc7\x3b\x1f\xb3\x94\xdd\x84\x68\xc0\x11\xc3\x24\x7b\xea\xbe\x11\x0e\x58\xaa\x0b\x26\xdc\xf1\xa9\x56\x80\x12\x7f\xcb\xdb\x8a\xae\x95\xf0\x12\xb1\x0b\xf1\x81\x35\xb4\x48\x89\x0f\x4c\x97\xe4\x32\xf0\x81\xed\x1a\xce\xcb\x58\x0e\xd2\x74\x19\x41\x32\x5d\x6a\xe2\x50\xbc\x6f\xed\x5a\x83\x0f\x56\x6a\xca\x11\x43\xb2\x8e\x70\xb1\x81\xb4\x2c\x8a\xcb\xc2\xdf\x01\x1b\x23\x1e\x1c\x5e\x15\x49\x24\xe2\x52\x4c\x27\xf2\x19\x46\x8d\xe7\xd0\x0b\x4d\x92\x1b\x8c\x0d\xd9\x87\x44\x0c\x80\x85\x29\x5f\x12\xf9\x43\xef\x55\x6a\xa5\x0e\x81\x38\xa4\x1a\xf1\xc9\xeb\xd4\xb3\xc9\x0f\x33\x8b\x64\xc4\x8b\x2e\x45\x06\xa8\xc1\x23\xf5\x34\x2c\x47\x21\x68\xc5\x03\x4a\x5f\x54\x97\xc0\x1a\x8a\x78\x21\x09\x09\x54\x61\x33\xff\x0e\x05\xbc\xf8\xde\xab\x78\xf2\x4e\x16\xa4\xf6\x2f\xbe\xb7\x39\x5c\x0d\xdf\xdb\x94\x94\x26\x2a\x31\x5f\x1e\x19\xc5\xfb\x95\x80\xe3\x33\xd9\xf9\xf2\x40\x1d\x16\x6e\xd6\xe7\x81\x4c\x6c\xd6\xc4\x10\xc7\xb1\xf9\xa0\x05\x98\x62\xf3\x51\x07\x71\x1c\x5b\x6f\xfe\x0e\x0d\xf2\x3e\x85\x30\x8e\xad\x37\x67\x65\x88\x74\x2d\x63\xc4\x71\x6c\xa3\xba\xd4\x37\x3d\xfa\x6e\xec\x8d\x44\x97\xc3\x60\x07\x6c\x39\x02\x39\x36\x9b\xbb\x18\xc8\xb1\x14\x2d\xea\xc9\x38\x19\x9e\x25\x3c\x86\x3d\x34\x0d\x53\x1e\x84\x2e\xea\x28\xbb\x92\x0c\x93\x4f\x23\x28\x85\x6f\x21\xa8\x04\xbe\x1e\x37\x9d\x04\x0f\xa4\xc4\xb5\xf0\x8c\xd5\x14\x2d\xb7\xfe\x8e\x96\x5b\xb5\x19\x47\x39\xb3\x07\x1f\xb0\xb6\x6a\x09\x24\x62\x3c\x65\x12\xd0\x2f\x81\x30\xf9\x26\x87\xcb\x24\xbc\xdf\x65\x02\xde\x6f\x93\x1c\x70\x89\x61\x03\xe1\x64\x50\xe8\x66\x0a\x2a\x8a\x47\x6c\xf1\x51\xb1\x87\xd4\x9e\x53\x45\x42\x0c\x6a\x73\x98\xbc\xd4\x2d\x5d\x1a\x0f\x59\x37\x2f\x7d\x00\x1a\x5b\x91\x86\x00\x40\x63\xb3\x94\x9b\x7c\xee\x2b\x8b\x18\x7c\xa8\xcc\x65\x52\x9b\x7a\x52\x61\xde\x77\xf7\xe9\xab\xd4\xf6\x38\x6d\xce\x12\x05\x4b\xae\x8a\x09\xcb\x30\x51\x78\xfe\x4c\xd2\x1b\x11\x12\x87\x9b\x86\x08\x89\x39\x57\xe7\xc4\x19\x5b\x6b\x3e\x78\x00\xd2\x86\x1b\x3c\x00\x65\xa7\x9d\x33\xf6\x43\xbc\xe8\x9a\xaa\x22\xd1\xce\x21\x02\x97\xca\x94\xc2\xbb\xe0\x4e\xc2\x05\x91\x62\xe2\x9c\x51\xb5\x79\x06\x71\x3c\x6a\x14\x6c\xf9\x49\xaa\x48\x10\x48\x51\x9c\xc6\x88\x4f\x22\x70\xe9\xf5\xa9\x0b\x97\x5e\x25\x83\x00\x63\xec\x49\xeb\x0b\x28\xc6\x9e\xa4\xfa\x00\xc5\xa8\xe7\xbf\x0e\x05\xcd\x4b\xb5\x2d\x7a\xb6\xd4\x2c\x5e\xfb\xd6\xba\x00\xc0\xb1\x27\xf1\x2d\x43\x18\x76\x9f\xc9\xf4\xfa\x73\x38\xeb\x0d\x81\xa2\x46\x2f\x0a\x4f\x55\x01\xc0\x58\xd6\xd9\x11\x61\x09\x7b\xf6\xcc\xc1\xbc\x59\x9e\x9c\xd8\x6d\x74\xe6\x05\xba\xb1\x17\xe9\xfd\x00\x34\xa6\x14\xa6\xe0\x32\x7a\x72\xc2\x1d\xae\xc3\x79\x90\xa7\x74\x94\x0b\xba\x8c\xdc\x4e\xee\x93\x4f\x5b\xe0\xda\xd2\x71\x58\x8f\x3e\xeb\xb0\x18\xe2\xb7\xdf\xa0\x66\x2f\x3e\x9c\x29\xd6\x5c\x7c\x38\x53\xc5\x30\xce\xa1\x10\x88\x87\x84\x53\x6c\x3a\x11\x3b\x85\x96\xfb\xe2\xb5\xe5\xac\x63\x2e\xf1\x90\xf9\x72\x56\x76\x38\x89\x82\xf7\x2e\xfc\x21\xbb\xef\x2a\xa0\x19\xa8\xfb\x02\x40\xba\x0a\x46\xb9\x2f\xe2\x63\xc6\x39\xcc\x92\xf4\x44\x40\x26\x8d\x06\x5f\x82\xce\x97\x73\xc2\x7d\xe7\x2e\x42\xd8\x65\xed\x02\x0c\x73\x68\x31\x45\xe0\xa4\xc5\x94\xdf\x88\x56\xb3\x19\x76\xe5\xd2\xe2\x67\x58\xc1\x1a\xda\x22\x08\x64\xec\x36\x43\x2f\x1a\x87\x64\x64\x40\x24\xc1\xde\x24\xd3\x16\xaf\x11\x37\xe7\x04\x42\xfd\x72\xa9\xb0\x55\x3c\xa5\x50\xa4\xb8\x14\x38\x87\xa4\x19\x23\xaa\x60\x6f\xda\x12\x88\x6b\x6c\xd2\x1d\xf9\xc0\xb3\x0d\x2e\x8b\xbe\x21\xed\x6c\x8b\xbe\x21\x9d\x39\xf8\x9e\xb3\x4d\x3a\x8b\x97\x8a\xb5\x25\x22\x72\x60\x6f\x92\xf5\x7c\xce\xd9\xd6\x46\xc4\x0a\xec\x4d\xa2\x02\xb1\x02\x93\x8d\x38\x4b\x61\x65\x5d\x03\x5b\xed\x52\xc8\x98\xfc\x0e\xd1\x01\x53\xf8\x18\x87\xf0\x80\xa9\x6a\x5d\x30\x3c\x60\xf3\x39\x66\x2b\xe6\x54\x17\xd5\x78\x58\x75\x5e\x46\xd9\xbc\x44\xc1\x6e\x24\xe3\xd7\xe6\x53\x87\x97\x3f\x64\x37\xaa\x28\x4e\x85\xeb\xe7\x54\x34\x51\x84\xa0\x99\x62\x44\x64\xe7\x44\x4c\x82\xec\x1a\xe0\xc6\x71\x99\x3c\xb9\xeb\xe0\xbe\xe5\x4c\x55\x27\xf8\x4a\xdc\xe5\x34\x76\x62\x9a\x44\x43\xa5\x05\x6f\x45\x92\x4d\xa2\x18\x39\x58\x8d\xe1\x2d\xbb\xcb\x69\x2f\x3e\xfd\x2a\x0a\x67\xda\xea\xde\x0b\xa2\x26\x21\x8c\x18\x7c\xdd\x46\xf8\x4d\x2f\x4f\x73\x56\xf8\xd4\xb4\xbc\x10\x83\x2f\x4d\x6d\x67\x7c\xbe\x79\x8a\x67\x11\x91\xaf\xdb\xd6\x4c\x48\xe3\x74\x17\x11\x7c\xaa\x68\x3f\x00\xa0\x31\x67\xe9\xfd\x8c\xce\x37\xc5\xc1\x9b\x21\xb7\xcd\x0b\xe0\x3d\x5b\x5e\x89\x6f\x9c\xcd\xa5\x4c\xa4\xf9\xbb\x00\xe5\xb6\x2c\x50\xae\x1d\xfd\xf3\xa8\x6d\x8e\x8c\x6b\x67\xff\x5c\xdf\xcd\x57\x47\x45\xc1\x1f\x22\x7d\x08\x4f\x45\x77\x9b\xaf\x19\xb0\x6f\x3e\x69\x30\xa7\x35\xa7\xc1\xb9\xa8\x55\xc1\xf0\x7c\x53\x6b\x8b\x6f\x4a\x67\x8d\xe7\x8b\x58\x22\x6d\xe5\x04\x3b\xce\xe8\xdf\x0b\x68\x40\x21\x7b\x48\x5e\xbd\xf8\xf8\x4b\xb8\x31\x74\xc5\xb9\xc2\x0f\x72\xaa\x0a\x78\x9f\x8a\xf6\x54\x46\xf1\x9b\x12\x02\x08\xd3\xd7\x6d\x83\x67\x20\xbe\x59\x9d\x73\x52\xcc\x2a\x2b\xaf\xb6\x6b\x15\xbe\x78\x87\x44\x23\xfa\x22\xee\xba\x98\x82\xc3\xa9\x3a\x27\x8c\xf7\x57\x38\x91\x03\xac\x96\x32\xce\x41\x38\x2f\x78\x26\xc4\xf9\x82\x3c\x8a\xd7\x10\xc1\xee\xd7\xd6\xf0\xe2\x91\x0d\xe9\x44\x40\x16\xe9\x25\x2f\x46\x41\x88\xea\x72\xe0\xd2\x13\xb7\xbd\x78\x7d\xbd\xb8\x46\xb8\xd1\x9e\x34\xb8\x24\xaa\x0b\x45\xaf\x3c\x53\xbc\xcb\xee\xf9\x06\xb8\x3b\xab\x86\x37\xdd\x92\x4a\x7b\xd3\x2d\xa9\xf9\xc6\xa3\xd3\x39\xab\xa1\x6f\x3a\x29\x8b\xbf\x83\x83\x4f\x3d\x7c\xd3\x11\xf9\xe4\x64\xab\x9d\x13\x1e\x5b\x71\x29\x80\x92\x02\x9a\x1f\x0a\xce\xbf\xea\xef\xe0\x96\xec\x4e\x43\xab\xbb\xd3\xd8\x6a\xb7\x13\x53\xa1\x55\xff\xa6\xef\x5c\x8c\x01\x98\xe4\x28\xae\x2f\x38\xf6\x6a\x0b\x9d\xe5\x9a\x33\x60\x26\x47\x29\x2e\x85\x7d\x70\x29\xe8\x83\xeb\xe3\x09\x42\x53\xff\xa6\x23\xfd\xa9\xfd\x4d\x5b\xb5\x9a\x2d\xf7\xa2\x54\x3f\x40\x21\x47\xc8\xca\x0d\x28\x64\xf6\x91\x08\x61\xf5\xf2\xf0\x58\xc0\xb3\x3d\x3c\x16\x80\x42\x0e\xa9\x8c\x80\x42\x1e\x31\xab\x2a\xc1\xa6\x21\x9e\x61\x54\x3d\x1b\x89\x80\x8c\x1c\xe1\x0f\xe9\xb1\x74\xf7\x81\xcb\xb5\xae\x0c\x64\x64\x1e\xda\x62\x11\x46\x6f\xd8\xb3\xfd\xa6\x63\x66\xf8\x3b\x36\x5b\x4d\x03\x53\x86\x98\x8b\x50\xc8\xf1\x8c\x3e\xb8\x72\x3c\x89\xe8\x45\x71\x63\x5e\xa8\x42\x63\x81\x97\x58\xc3\x63\xc1\x68\x53\xd6\x69\x10\x53\x2f\x0f\x65\x45\x50\x3d\x3d\x5d\x77\x28\x2c\x35\xb5\x06\x38\xc9\x3c\x34\xdc\x08\xaa\x97\x87\x24\x06\x40\x93\x23\xaa\xcb\x84\x6b\xb5\xf8\x3b\x0c\xbe\x46\x0d\x30\xc9\x3c\xa4\x86\xdf\x72\x44\x86\x28\xc2\xcd\x87\x13\xe1\xc5\xe8\x2e\x14\xbd\xa8\x4e\xc3\x54\x64\x37\x1b\xde\x3e\xad\x18\xa0\x2d\x47\xb8\x69\xc1\x2e\x35\x51\x98\x0a\x4d\xe8\x4d\x57\x8c\xa6\x09\xd8\xcb\x3c\x92\x4b\x41\x27\xdc\x50\xba\x2c\xb5\x89\x13\x7b\x69\x3f\x20\xb0\x97\x79\xe4\xdf\x60\xd9\x00\x30\x73\x44\x71\x63\x38\x31\xa6\xd8\x25\x17\x0a\xee\x12\xcb\x12\xa6\x39\xa4\x7a\x11\xa6\x39\x8a\x29\x72\x97\x86\x82\x2e\x1b\x69\xe1\x37\x5d\x94\x62\x0b\x20\x38\xf3\xf0\x68\x73\x89\x48\x4d\xb8\xb9\x44\x3c\x67\x5c\x22\x6e\x19\xb0\xc3\x3e\x22\x02\xce\x39\xc2\x7c\x00\xec\xf0\x70\x8f\xb8\x5e\x3c\xa0\x5a\x2f\xce\x89\x1e\x79\xd0\x10\x3f\xcb\xb0\x2e\x80\x3b\xa7\xb1\x53\x37\x8f\xce\x97\x96\xd6\x2d\xfe\x55\x97\xe8\x58\x14\xdf\x7f\xe8\x4a\xec\x4d\x54\xe2\xdd\xc7\x29\x12\xce\xd2\x6a\x0a\x5e\x38\xb1\xc5\x87\x9e\xc5\xea\x0f\x61\x72\x90\xd6\x8f\xc8\x7c\x25\x75\x7f\x37\x90\x33\x44\xc1\x27\xd7\x5c\x3d\xcf\xd5\x43\x14\xce\xd5\x9a\x17\x46\xed\xb3\xea\xfe\xa1\x5b\xbd\xb9\x06\x60\xac\xbb\xcb\x44\x97\xb2\x4b\xa1\xd9\x44\xa5\x30\x10\x83\xcc\x89\x1f\xde\x3b\x0d\x17\x43\x37\xe3\x30\x85\x0e\x4a\x04\x01\xbb\x39\x8d\xe8\x03\x76\xb3\xa4\xe1\x42\xd1\xa5\x66\x0a\x5d\xd2\xca\x02\x78\x73\xfa\x04\xf0\x61\xb4\xf6\xe9\xea\xe1\xff\x9d\xae\x0f\x5d\xaa\x2e\x05\x5e\x46\x89\x00\x3e\xc4\xdd\xc2\x63\x88\x70\xed\x86\x09\x02\xd8\x39\x8d\x6a\xfb\xd0\x1d\x2f\x3b\xec\x47\x11\x2a\xa7\x13\xc1\xce\xc3\x1f\x62\x8f\x91\xb0\x02\xce\x73\x1a\xcf\xc8\x97\xb8\xa7\x1d\xa2\x08\x0c\x18\x59\xb2\x0b\x20\xd0\x69\x90\x1b\x02\x03\x96\x24\x9b\x20\x20\xa1\xc5\x0e\xc9\x0f\x5d\x97\x3a\x62\x02\xf6\x39\x0d\xa0\xfc\x90\x67\xb5\xe1\x7d\x18\xf7\xc1\xf5\xd1\x31\xef\xa6\x6d\xf2\x9a\x73\xc2\x31\x3f\x9c\xc6\x89\x51\x7d\x88\x4f\x62\xb8\x21\x21\xa1\xdd\x46\x60\xbc\xbd\x5d\xec\x0e\xfd\xe8\x81\x98\x27\xf1\xc5\x55\xe2\x62\xa9\x43\xb1\xad\x71\xd1\x3b\xce\xf5\x15\x17\x1f\x0c\x0c\x9e\x8e\xe3\xe2\x3b\xc2\x54\x0c\x03\x28\xd1\x60\x5c\x9d\x43\x6d\x50\x21\xea\x75\xa8\xcb\xdf\xc1\x25\xc9\x95\x18\x40\x89\x06\x71\xec\x87\x3a\x6c\xdb\xfd\x1d\x9f\x19\xa0\x42\x17\xc0\x85\x86\x4e\xea\x01\x5c\x68\xe1\x95\xd0\x43\xc1\x91\xca\xdd\x29\x80\x0b\x0d\x1d\xa3\x03\x6f\x61\x87\x8c\x2d\x01\xec\x67\x30\x36\xd1\xa1\xd0\xce\xe7\x3b\xb8\x4e\xb3\x3a\x8f\xc7\x81\xbb\x7b\x84\x40\x81\xf9\xba\xbe\x95\xcf\x71\xd1\x48\x19\x1a\x35\x78\x27\x09\xcd\x3f\x14\x8c\x94\xa1\xa1\x80\x91\x92\x97\xa0\x0f\xd5\x51\xc5\x14\x05\xde\x4b\xa6\xd0\x89\xa4\xa6\x81\xdb\xba\x3b\x21\x93\xa5\x3a\x01\x68\x7c\x7f\xbe\xc3\x60\x27\xb7\x85\x83\xad\xa1\x80\xdb\x9c\x91\x98\x7a\x20\x16\x61\x30\xbe\xd2\xa1\x32\x1f\x7c\x52\xa1\x0c\x46\x18\x2a\x14\x31\x9e\x65\x1d\x0f\xa0\x3d\x23\x7b\x26\x36\x59\xc6\x85\xa2\x13\x97\xc6\xd0\x8c\xa9\x76\x23\x56\x89\x74\x88\xb8\x74\x63\xc8\x43\xc3\xd7\xbf\xf8\x9a\xdd\x21\xd9\x0f\x27\x72\x6a\xfc\xe5\xe9\x87\x4e\x21\x01\x0c\x69\x64\xf5\x18\x18\xd2\xc8\x3c\x9e\x05\x50\xa3\x21\x9b\x4d\x20\x04\x61\xe8\x38\x18\x7c\xde\x5a\x20\xca\xe0\xf3\xd6\x53\xac\x07\xb8\x67\xe8\x10\x1b\x08\x41\x58\xe5\x0d\x08\x3e\x6f\x2d\xf0\x41\xf0\x79\x6b\x9d\x8f\x22\xf1\x7e\x76\x77\x1a\x1c\xe5\xdd\xa5\x04\xca\x6c\xa2\x16\xcf\x40\x2e\x94\x53\xea\xea\xe1\x51\x0e\xa7\xb1\xa1\x55\x14\x1b\xea\x62\xe0\x27\xef\x4a\x63\x74\x54\x77\x17\x6f\x28\x0a\x49\x1d\x7c\xb3\x5a\x27\xce\x00\xa2\x33\x84\xb0\x8c\xc4\x78\xa8\x5d\x03\xb3\x18\xa6\x7e\xa8\x4f\x0c\x88\x5a\x9d\x75\xa3\x18\x57\xf8\x02\xa5\x66\xe3\x45\x45\xf9\x54\x02\x20\xce\x74\x31\xac\xec\x21\x71\x6d\xb2\x6a\xb8\xe5\x33\xf4\x98\xea\xb4\x56\xf4\x29\xdd\xdd\x62\x1b\xa0\x3a\x43\x18\xad\xe0\x7b\xd6\x42\xb4\x06\x20\x9e\x21\x38\x57\x20\x22\x62\x95\x53\x2a\xf8\xd6\x35\xef\x62\x1e\x0a\x56\x7f\xb7\x06\xd1\xf5\xe5\xfa\x0a\x44\x4b\x4c\x23\x7b\xa6\x18\x1a\x67\xba\x31\xe4\x36\xf6\x9f\xaf\x54\xcb\x12\x13\x59\xc1\xf3\xd5\xe5\x4c\xd0\x46\x33\x85\x1b\x69\x9a\xe1\xac\x07\x7d\xb9\x47\x04\x10\x9f\x67\x90\x5d\x10\xbd\xc5\xdc\xcf\x82\xd1\x14\x2f\xa1\xf5\x03\x10\xd0\x34\x64\x09\x8d\xac\x68\xfa\x43\x45\xd1\xf7\x5d\x95\xc8\x6b\x68\xe5\x21\xe1\x9c\x6f\x2a\x17\xb7\x6c\xe5\xa9\x8d\x4c\x90\x47\x53\xcf\x42\x68\x08\x7f\xc8\x08\x38\xc3\x79\xc9\x14\xd3\x24\xc6\xd6\x3d\xa5\xe7\xbb\xf9\x4b\x35\xde\xe5\x62\x8b\x2f\x6e\x2c\x5d\x28\xea\xb6\xfc\xde\x43\x5f\x2a\xd6\x80\x04\x4d\xe6\xf5\x59\xcd\x8a\x1f\xab\x1e\x1a\x4f\x46\xf4\xed\x2a\x16\x0f\xb8\xd6\xfa\x6d\x70\xe9\x93\x95\xac\xef\x0f\xd9\x11\x53\x70\x89\x37\x57\x01\x97\x78\x73\x6b\x00\x57\x91\x7c\xe2\xb3\xd5\x02\x11\x04\x9f\xad\x1e\x49\xfb\x4a\x26\xcc\xa3\xea\x43\x39\xc4\x87\x06\x0b\x0e\x71\x5e\x41\x3a\x14\x66\xa4\xfb\x43\xdc\xf1\xf9\xff\x18\x3b\x97\xab\xe7\x79\x9e\x57\xb7\xb2\x4b\xb0\x25\xeb\x34\xf9\x7b\x91\xee\x24\xfd\x97\xb0\x57\x80\x0b\xf9\x86\xcf\x3b\xe4\xb2\xad\x93\x75\xa0\x48\x10\xcc\x66\xe6\x1c\xd6\xcf\xfa\x15\x64\xd0\xc0\xca\xcb\xdf\x26\xcc\x2b\x05\x7d\x24\xb9\x23\x42\x8a\x7e\x8f\xee\x85\x28\x40\x04\xbb\x9b\x18\x19\x9f\xc9\xee\x56\xed\xc3\xbe\x7e\x0f\xc5\xe7\xcf\x86\x46\x02\xeb\x95\x52\x95\xb1\x7a\xa5\x50\x66\x74\xca\x11\x03\xcf\x8c\x74\xf4\xea\x83\xf4\x52\x8d\x37\x92\xb2\x57\x8f\x14\x83\xfb\x1d\x91\xdc\x10\x93\x06\x2c\xb7\x95\xc6\x85\xfe\x95\x82\xb4\xdd\x4e\x36\x23\x12\x54\x5f\xac\x92\x4a\xb6\x07\x76\x0a\xe7\xab\xc6\x6d\xbe\x2a\xb9\x1f\x56\x1e\xca\xe1\xbe\xf2\xa5\xe3\xb9\xd2\xf8\xc5\xea\x63\x10\xb6\xb2\x21\xfc\x24\x63\x61\x32\x7a\x4a\x57\xfd\x6b\x02\xa9\x1e\xd0\xa7\x6a\x3c\xdf\x74\x6d\xdb\x38\x9b\x6a\xec\xf9\x9e\x91\x86\xf3\x46\xe6\x5d\x9c\xdb\x0c\x92\x03\xc0\x9d\xad\xf1\x2b\xea\x30\x29\xbf\x7a\x4c\xb9\x53\xd2\x0a\xc5\xb7\xce\xbc\xab\x70\xb4\x0c\x2f\x99\x1e\x50\xc7\xaa\x33\x3d\x70\x0c\x09\x44\xda\x7e\x03\x28\x07\x67\xcd\xd0\x1f\x66\x0d\xa5\xca\xc3\x89\x4d\x76\x09\x29\xda\x30\x9a\x2d\x21\x45\xef\x82\x4f\x7f\x55\x92\x42\x70\xbc\x18\x01\x5a\x80\x45\x2c\x21\x40\x1b\x46\x9f\xe5\x54\xd8\x05\x5c\xc4\x12\x04\xb4\x61\x68\x5f\x82\x80\x7e\x1f\x46\xb4\x47\x86\xbd\xc4\x99\xb1\x0b\x48\x8d\x25\xdc\x67\xc3\x90\xb8\x8c\xfb\x2c\xe0\x85\x96\x90\x9e\x5f\xb1\x21\x9a\x5a\x16\x95\xca\xe8\xce\x02\xb0\x67\x09\xdd\xf9\x15\x1f\xc4\xb7\xc5\x54\x2b\xb2\x0f\x0e\x24\x93\x41\x96\x27\xd5\x3a\xd1\xc9\x75\xe7\xa9\xb3\x99\xb3\x8b\x3a\x21\x76\x67\x83\x31\x1d\x64\x19\xec\x3e\x8f\xc1\x1a\xa3\xe5\xd3\x61\x91\x36\x2d\x23\x0d\x68\xd2\x32\x4b\x55\x9e\x99\xa5\x0a\x55\x52\x28\xcf\x46\x00\xce\x12\xca\xb3\x81\xd9\x5f\x0f\x10\xfe\x91\x26\xc8\xe8\x13\xed\xc2\xa8\xcf\x8a\xbb\x7f\x3d\x1b\x46\x2b\x5e\xde\xf0\x0c\xd0\x5e\x61\x3e\xa2\x4e\x8a\x23\x12\xce\xbe\xaf\xd4\x0c\x4b\x88\xd8\xfd\x25\x4d\xd2\xdc\xae\xdf\xfb\xda\x3f\xf7\x72\xe5\xe3\x6e\x51\x9b\x04\x20\x6d\xd1\xe8\x04\x20\x6d\x18\xb0\xd6\x13\xfe\xe5\xf4\x45\x69\x3f\x70\x4b\x2d\x01\x4a\x31\x5c\x2c\xe3\x49\xdb\xe2\xe4\x33\x87\x64\xcb\x68\x66\xde\xd3\x58\x13\x28\xe4\x59\xb3\x1b\x3c\xe5\x98\xf0\x0e\x41\xe9\x9e\x33\x69\x58\x12\x0c\xc0\x01\xaa\x82\x64\x68\x0a\xe3\x68\x9f\x3f\xe7\x83\x59\x23\xf1\xc1\x2f\xc1\x50\xef\xc9\x94\x10\xf0\xb4\x13\x2a\xb0\x44\x0c\xd9\x09\x07\x58\xcd\xe1\xc9\xcc\xa5\x66\x04\x00\xd3\xce\x49\xc0\xeb\xef\x99\x79\x10\x56\x1e\xca\x46\xf6\x20\x29\x06\x19\xe4\xc9\x52\xde\xef\x91\xc3\x49\xf8\xd1\x32\x38\x48\x9b\x91\xfc\xa8\x16\xcd\x36\x32\xc6\x5e\xf4\x8e\x25\x33\xb0\xd9\x46\x86\x4a\xd2\x6c\x23\x63\x3e\x0a\x4c\x7a\xc3\x93\xf4\x15\x65\x3a\xe8\x79\xf5\xa5\x57\xe9\xaf\x2e\x6f\x80\x70\x57\x23\x26\x94\xb3\x51\x10\xd1\xd9\xd2\x61\x5b\x00\x52\xe8\x96\x8d\x63\xe6\x4d\xdb\x38\x68\x9b\x0d\x00\x0c\xbe\x30\xa0\xb3\x65\xa0\xc8\x43\xc8\xbf\x6f\xbe\x85\x95\x7c\xf8\x72\xfd\x34\xc7\x17\x2f\xe6\x97\x80\x9e\x0f\xc0\xa4\x65\xa0\x27\x11\x17\x4b\x40\xcf\x67\xb2\xc3\x19\xe8\xf9\xa4\xa5\x24\x97\x9a\xf9\xd0\x50\x4a\x26\x98\xb0\x9d\x5f\x31\x2f\x5b\xa1\xcc\x80\x10\x93\x9c\xdf\x0a\xe4\x8d\x53\xbe\xdb\x43\xdf\xd9\xdb\x8d\xef\xbc\x3b\xbb\x79\xf7\x4e\x0a\x44\x72\x99\xd6\xb1\xe7\x48\xee\xe6\x25\x5a\xa8\x08\xc2\x7b\x62\xa8\x5d\xdd\xb9\x08\x7b\x4b\xb9\xcb\xc1\x7f\x29\xc8\xf4\x94\x77\xaa\xf1\xdf\xa5\x58\x5b\xb0\x50\x0a\xba\xc3\x44\xd8\x5b\x04\xe8\x5c\x39\xed\x9c\x1a\xbc\x44\x9d\x10\x82\xb3\xfd\xea\xd0\xb6\x59\x71\x61\xac\xee\x8c\xb0\x03\x41\x9e\x0f\x76\xb7\x6e\x7b\x6c\x8b\x24\x03\x65\x4b\x63\x64\xa5\xe0\xdc\x16\x67\xe3\xc2\x1f\xb8\xba\x73\x50\x70\x42\x19\xaa\x79\xdf\xe8\x56\x82\x6a\x8e\xdf\x77\x8a\xd8\x8e\x30\x9c\x55\x17\xc9\x8e\xf0\x14\x22\x87\x23\xb7\x7d\x53\x35\x02\x99\x5f\xdd\x96\xd3\x96\x67\xb2\x01\x72\x8b\x12\x2e\xb3\x62\x8f\x5c\x82\x65\xd6\x68\x0c\x86\x56\xf6\xc9\x26\x63\xa6\xc5\xbb\x73\x00\x76\x0e\xec\x3c\x9c\xde\x1c\xa9\x44\x7e\xad\x5f\x39\x72\xcb\xe7\x2f\xd9\x2d\x5f\xfe\x99\x96\xfc\xfb\xaa\x33\x82\xa5\x71\xb6\xf4\x65\xc6\x89\xa7\x8f\xc0\xa6\x35\x4c\xd9\xcc\x55\x4d\x88\xcb\x51\xa9\x71\x38\xde\xae\xe7\x4d\xed\x64\x14\x3a\x30\xf6\x2f\xa4\xb7\x46\x2a\x92\x36\x32\x56\xeb\x70\xdc\x05\x57\x1d\x73\x33\xf6\xc9\x44\x14\x37\xe3\x6c\x5c\x42\x04\x9a\x5c\x44\x49\x2e\x27\xd4\x6e\x85\xdf\x3d\xcc\x45\x84\xee\x32\xcc\xc0\x86\xc6\x61\x00\xe5\xdd\x6b\x44\xb6\xf5\x54\x62\x2d\xe2\x89\x88\x16\x41\x6b\x0d\xaf\x1c\xe9\x98\x54\x4e\x36\x25\xa7\xd1\xbe\xd8\x4c\x0c\xb5\x04\x36\xbf\x9c\x54\x9b\x1c\xdb\x5f\x51\x41\x7f\x29\xa4\x7f\xa7\x1f\x15\x10\x87\x81\x60\x0e\x59\x04\xc1\xa6\x50\x76\x94\x0a\xbb\xdf\x28\x46\x82\x49\xf6\xca\x1d\x03\x94\x64\x46\x0d\xa8\x52\xde\xac\x92\x28\x13\xa8\x12\x23\x21\xaf\x7c\x65\x8f\x13\x0e\xf2\xc6\xa4\xbf\x06\xd3\x8b\x56\x2a\x8b\x41\xcb\x44\xf0\x51\x98\xc1\x76\x02\xeb\x85\xf6\x2c\xe0\xe3\x8d\xed\x74\x91\xb3\x9a\xd9\xa5\x94\xd5\xbd\x71\x9e\x9b\x05\x32\x6b\x66\x2a\x76\xb8\x8d\x7c\x27\x94\x47\xcd\x9b\x5a\xa3\xac\x0a\xc1\x25\x7b\xa6\x85\xf1\x92\xad\xa7\x76\x75\xa2\xa6\x4c\x75\x62\xa4\x76\xaf\x91\x85\xe4\x4e\x14\x24\xe7\xf1\x8b\xa4\xbc\xe3\xe8\x08\xd3\x21\xf3\x68\xb7\xd3\x28\x0f\x34\x33\x41\x2d\x7b\xe6\xaf\x32\x62\xdf\x98\xb4\xd7\xcc\x14\x45\x6a\xa6\x37\x45\x9a\x9e\x1f\x79\x28\xc7\x3f\x2a\x92\x18\x21\xfb\xfa\x7d\x68\x78\xe1\xca\x97\xd2\x35\x52\xa3\x03\x32\xd2\xfb\x6d\xcd\x83\xfa\x85\xa6\xc3\x23\xb5\xa6\xb3\xa8\x5c\xe8\x0c\xce\x6c\x3d\xf3\x2b\x1c\x0a\xcf\xb6\x37\x85\xa7\xc3\x63\xb3\x9c\xe6\x7a\xf6\x7c\x37\x9d\x4f\x10\x49\x18\x8c\x92\x67\xde\x59\x52\xe1\x77\xfe\xae\xfc\x42\xa3\x4a\xf2\xb3\x8f\x61\x91\x9c\x2a\xd3\xb0\x92\x1e\x49\xed\xbe\x23\x49\x7f\x62\x7f\x16\x80\xb3\xaf\x8c\xb0\x26\x30\x1e\xce\x35\x0d\x2b\xc9\x90\x1a\x3a\x92\xbf\x6d\xe8\x08\x93\xdb\x29\xae\x0b\x13\x78\xd9\x7d\xcf\x88\x8a\x74\xb2\x14\x06\x46\xa4\x93\x37\x49\xde\xbf\xa2\x36\x3d\x26\xa9\x93\x5a\xd7\x9e\x42\x1d\x24\x48\x2f\x9c\xd5\xba\x30\x50\xcb\xba\xdd\xbf\x59\xf3\xbe\xaf\x1e\x57\x99\x4a\xe4\xec\x67\x9e\x0a\xd1\x79\xaf\x8b\x0b\xfc\xb2\x7f\x3f\x55\xda\xa3\x9f\x8e\x98\x99\x86\xc9\x2f\xfa\xca\xef\x2a\x6d\x88\x8a\x06\xc1\x8d\xb1\x96\x83\x38\x39\x65\x9d\xca\x7a\xf4\x7c\x29\x87\x21\xfa\xa4\x53\x59\x2f\x4e\xe7\x65\xd5\x8f\xdd\x51\x40\xcf\x32\x7a\xaa\xf8\xa8\x35\x48\x44\xaa\xa1\x15\x0b\xf7\x39\x16\xfa\x88\x70\x9f\x23\x16\x67\xa7\xb2\x7e\xa2\xc8\x08\xf9\x59\x88\x5b\x59\x4e\x65\x8d\x07\x6d\x39\x95\x35\xe1\x48\x6b\x99\xc6\x06\x62\x88\xb5\xec\x13\xed\xa9\x51\x4a\xe3\xc8\x33\x2b\x8d\x5c\x75\xc4\x73\x39\xb3\x31\x09\x24\x5a\x71\x0d\xad\xc5\x61\xce\x87\x8e\xee\x4c\xdb\xec\xf8\xcc\x7c\xf0\x05\x85\x8d\xc2\x20\xd1\x0e\x0d\xc7\x5a\xf6\x22\xad\xbc\x2a\x65\x97\x3d\x93\x9c\xd7\xe8\x84\x62\xc1\x5c\xc4\x7d\xaf\xe5\x60\xe6\xcc\x55\x07\x74\xae\x94\x29\x1f\x65\x7e\xb1\x03\x3a\x33\x19\x20\xc2\x4c\x87\xcd\x84\x89\x9e\x29\x24\xe8\xcc\xe6\xb7\x1d\x0c\xc7\xd6\x04\xbc\x13\x4c\xc1\x12\xbc\x73\x41\x40\xb0\x04\xe1\xac\xd1\x4f\xb7\x5d\x4f\xec\xf5\xdb\xae\xa7\x9a\x42\xe5\x7a\x62\xfd\x6d\xbb\x9e\xd8\xc1\x37\xa4\x6e\x1c\x7b\x4e\x6a\x5d\x52\xa8\x55\x4c\x0c\x42\x06\x7b\x8e\x45\x8f\x85\xef\x5c\x25\x4d\xb5\xbb\x89\x2d\x46\xf8\xce\xda\xd9\xb5\x85\xef\xac\xfd\xf7\x6c\x4a\x4a\xa1\xf2\x7f\xfc\xde\xdc\xce\x4e\x9e\x2a\x64\x3c\xff\x49\x32\x3a\xe3\x63\xd9\xd6\x38\x71\x6a\x28\x17\xf5\x8a\xda\xbc\x9d\x9f\x88\xf1\x36\x66\xf4\x77\xd6\x6d\xa7\x36\x63\x6a\x6c\x28\x58\xd9\xfe\x36\xe1\x40\x2b\x95\xc8\xf6\xd9\xf3\xee\xcb\x21\x77\x29\x48\xe6\xce\x9e\x5a\x6c\xb6\x65\x56\x6d\x8c\xf9\xa8\xe7\xdb\x04\x5f\x3d\x92\x83\x97\xd0\x4a\xb7\xa7\x67\xce\x74\x61\x45\x9f\xd8\x9c\x8d\x15\xbd\xa0\x66\x59\x02\x8b\xde\x2d\x5e\x8a\x4d\x36\xdd\x9f\xf8\xed\xdb\xcc\x10\xc9\xd8\x3f\x51\xca\xb7\xc3\x7f\xee\x9f\x78\x2c\xa6\x49\x2f\x8b\xa9\xe6\x6d\x31\x25\xe9\x14\x1e\x0c\xe1\xf1\xdd\xe8\x46\x79\x11\x48\xf4\x89\xaa\x28\x54\xe8\x13\xa5\x5a\xa8\xd0\x67\xf2\x9b\x8c\x0a\xbd\xef\x2b\xa2\x1b\x38\x91\x74\x1f\xbb\x7f\xe5\xbc\x3c\x2a\x79\xea\x89\xda\xc7\xbf\xf7\x6d\xe7\x91\xbe\x6f\xd4\x29\xe3\x3f\xef\x4c\x47\x91\x65\xb6\x38\x1d\x0e\x70\x63\xae\x8c\x02\x80\xb6\x98\x93\x05\xf2\x6c\xb8\xc9\x97\x28\x30\x1b\x80\xdb\x75\x50\x4f\x71\x02\x1d\xeb\xa3\xe9\xcb\x76\xc6\x3a\x06\x61\x3b\x5d\x22\xe7\x88\x99\x2b\x7f\xbb\xba\x98\x2b\x5b\xec\x09\xc2\x8a\x7e\x6f\x67\x79\xf8\x27\xfb\x0d\x4d\x37\x67\x21\x8f\x4c\x4d\x73\x5d\x79\xa6\x3b\x5f\x46\xda\xa0\x62\x96\x0e\xc0\xce\x91\x67\x02\x17\xb2\x3c\x04\xec\x2c\x04\x40\x2d\x81\x37\x0b\xbe\xff\x25\x48\x66\x25\x02\x66\x99\x8c\x32\x65\x1a\x92\x49\xbe\xb2\xaf\x28\x5f\x34\x43\x25\x72\xca\x15\x53\x8b\xc8\x29\x57\xcc\x30\x7f\xc6\xda\x15\x04\x7b\x00\x11\x04\x0c\x1e\x29\x43\x78\x5b\xce\x45\x73\x53\x76\x80\x85\xcb\xdc\x94\xed\x57\x9d\xb3\x95\xa5\x69\x8b\xfb\x37\x9f\xca\xb8\x52\x52\xac\x60\x72\xb1\x51\x38\xe1\xf1\x8c\x12\xf7\xe7\x1b\x6f\xcf\xab\xdf\xad\x32\xce\xd9\x3f\x52\xa2\x71\x36\x8a\x94\xb2\xc6\xa5\xae\xfc\xc6\x0b\x46\x92\xa5\xf4\xc6\x2b\x46\xd9\x3f\x65\xe0\xc8\xdd\x95\x5c\xc7\x37\x3f\xca\x6c\x96\x4f\x49\x37\xb7\x6d\xb2\x91\x86\xa6\x11\xcd\x31\x35\x2f\xad\x71\xee\xfb\x14\xa2\x3c\x2a\x0c\x8d\xf3\xe0\x33\xa4\xc2\x56\xb0\x29\x09\xe3\xd9\xef\xbc\x27\x8f\x22\xcb\x40\x10\xcf\x5c\x1c\xfe\xbc\xc9\xac\xf4\x46\x40\xe0\x3b\x6d\x3a\x0e\x3d\xa1\x4d\xd2\xe6\xee\xb4\x43\x57\x95\xfb\x57\xb7\x62\x4f\x9e\x54\xfe\xd2\x28\x20\xf8\x46\x95\x0a\x74\xa3\xc2\x0f\xea\x3c\xc7\xfd\x61\x80\x94\xe7\xb8\x57\xf6\x13\xa7\x39\x0e\x58\x41\x20\xce\x5e\x59\x74\x02\x71\xf6\x7a\xa7\x18\x59\x10\x51\x17\x05\xdb\xec\x30\xcd\x2c\xc1\x36\x7b\xfd\xd5\xf0\x92\xe4\xce\xbf\x6c\x81\x66\xad\x0a\x7e\xd9\x2b\x7b\xd2\xcb\x16\x67\xb4\xfa\x97\x0d\xce\x25\xdf\x2d\xb5\x65\x21\x6d\x7d\xd7\x90\x64\x2e\x47\x1f\x16\xfc\xb2\x43\x16\xb4\x5e\xde\x47\xee\x7c\xa7\x5b\x6e\xfa\x20\x55\x2d\x58\x05\x71\x5b\xde\x2d\x36\x78\xb3\x5b\x92\x2a\xeb\x2b\x5a\xe5\xca\x28\x6e\x1f\xa5\x34\xdc\x06\x93\x18\x26\x5f\x66\xc3\x9a\x79\xa8\xb5\xf4\x44\x7a\x3b\xab\x14\x8d\x75\x54\x43\x2a\x39\x4e\x5c\xc6\xc0\xe9\xe0\x02\xfa\xb5\xcc\x4c\xd9\xe6\x7f\xb0\x51\xbf\x1c\x00\xc1\x1a\x34\x89\x65\x9b\xa9\xc2\xfc\x13\x79\xa6\x2d\x61\xa5\x42\xdd\x22\xd9\x0d\xcd\x5a\x19\x13\x26\xac\x95\x2b\xdf\x69\xb1\xb6\xbc\xa9\xf3\x0b\xc5\xd9\x09\x8f\x21\xe6\x58\x4e\x78\xbc\x60\x83\x58\x6f\x5f\x8c\xd1\x31\x9d\xf1\xb8\xcd\xbc\xea\x8b\xf1\x42\x72\xb3\x3b\x92\x9b\x9d\x37\x15\x47\x80\x16\x6f\x38\x26\xa0\xad\xf5\x36\x5f\x1c\x7b\xde\xdb\x97\xdf\x99\x32\x15\xb7\x31\xf3\xa6\xb3\x3a\x31\x53\x9c\x1e\x19\x40\xd9\x7a\xfb\xf6\xbb\xf2\x4c\xb7\x5f\x2c\x9d\x6f\xdf\x7e\xd9\x37\x04\xce\xec\x30\x1e\xac\xb7\x6f\xbf\x4f\xde\x74\xb3\xa9\x5e\x5c\x5c\x6d\xa6\x06\xdd\xe7\xd9\x14\x9c\x2a\x39\x16\x17\x27\x47\x06\xb2\xb6\x9c\x1c\x19\x7c\xe0\x7a\x3b\x97\x20\x3b\xcb\x9b\x7c\xa2\x6c\x18\xe6\xc2\x9c\xb9\x36\xbd\x0d\x13\xce\xfe\xfb\xf6\x4d\x95\x5b\xc4\xdb\x37\xd5\x8c\xb7\x59\xae\x52\xac\x4f\xbf\x9c\x8c\x6f\xdf\x54\x5b\x5e\xd5\x4d\x35\xbd\x72\x00\x44\x7a\xe5\x9b\x6a\x7e\x94\xb6\x3a\xc2\x20\x97\x08\x2e\xfb\xca\xd8\xc8\xe6\x07\xa3\xda\x7a\xfb\x16\x9b\xd1\xf7\x2d\x96\xc3\xef\xed\x00\x88\x74\xd1\xe1\x36\xf1\xfc\x7d\x1c\xd7\xc0\xdf\xff\xd8\x25\xc1\x2e\x2e\x60\x65\xcf\x1d\xee\x63\x07\xc5\xc8\x77\x6e\x76\xde\x74\xb3\x23\xe9\x82\xdd\x53\xa6\x22\x35\x50\xc5\x05\x97\xec\x8b\x1b\xc5\xc7\x81\x0c\x3d\xdf\xc9\x9e\xc1\x8f\x12\x5c\xb2\xe7\x28\xfc\x78\xb6\x31\x13\x3f\x0b\x7e\x09\x24\x99\x05\x18\xec\x0f\xc4\xf7\x79\x66\xe2\x28\x6a\x58\xb6\x66\xd0\x16\x6d\x98\x2d\x97\x34\x73\x5d\x92\xdb\xf0\x2b\xaa\xdd\x6c\x3c\x1f\x18\xf3\x53\xce\xf6\xc1\x8c\xa4\x3e\xf5\x48\xea\x13\xa7\x87\x89\x30\x83\xfe\x31\x5e\x32\xc8\x18\xc1\x25\xfb\x4a\x7d\x36\x0c\x32\xa1\xcd\x7c\x99\x9b\xb6\x99\x2f\x41\x37\xaf\x8f\xad\x30\xac\xfb\x8f\xad\x30\x3d\xcf\x34\x49\x5a\x9e\x59\x81\xe0\x4f\xd8\x4c\x3d\x22\xa9\xd5\x4f\xea\x23\x1d\x27\x92\xfe\x04\x77\x69\x73\x64\xe6\x66\xef\x4c\xc9\x71\xda\x7d\x1c\xf7\xc3\x62\x36\x63\x26\x94\x2c\xeb\xe3\x69\x5f\x23\x55\x7b\x0f\x90\x44\x76\x96\xf1\x24\x03\xe1\x7f\xc0\xee\x7d\x6c\xbd\x69\x29\xc6\xdd\x65\x40\x1d\x14\x84\x2e\xf0\x71\x78\x1a\xd8\xf9\x65\xe6\xcd\xc5\x5a\x16\xac\xb2\xaf\x9e\x0f\xdf\x76\x74\xe4\x4b\x2f\x6d\x7d\xb8\x2f\x43\x33\x88\x3e\xd9\x4e\xdc\x4c\x82\xca\xaf\x48\xe8\xfc\x44\x74\x88\x5a\xc9\xb7\xc2\x87\xe0\x2d\xdb\x97\x71\x41\xd8\x82\xb7\xe0\x93\xdf\x16\xf2\xad\xe9\xe0\x3c\xc7\xb7\xf0\x93\x85\x50\xd2\x7d\x39\xee\x62\x45\x92\x19\x7d\xe4\x3b\xa9\x90\xbf\xef\xa6\xbe\xa3\x79\x8e\xad\x18\x91\xcc\xac\xbc\xf2\xa1\xc2\x5a\x66\x0a\x55\xb0\xce\xcc\xb3\xb7\xb7\xf7\x07\x51\x56\x9a\xc1\xab\x4a\x36\x58\x7d\x48\x6d\x01\x28\x8b\x39\x4d\xbf\x12\x27\x3f\xe5\xd8\xa4\xed\xe5\xb8\x85\xa0\x1c\x75\xd1\x1c\xeb\x8c\x8b\xb1\x32\x15\xe1\x4c\xa1\x0a\xc7\x49\x4b\x85\x46\xaf\x33\x6f\xba\xa5\x15\x49\x0c\x7b\x2b\x92\x1a\x3a\x69\xb6\x38\xe5\x6a\x9a\xe6\xc0\xa1\xd4\xa0\x08\x8d\x3a\x69\x0b\x6a\xe5\x4d\x85\xa6\x22\x5c\xf9\x53\xbe\x95\x64\xa4\x9c\x44\xfe\x57\x87\x86\x78\xe5\x4d\xb5\x74\x44\x92\x55\x2e\xbd\x77\xe0\x50\xfa\x6b\x28\xaf\x73\x6b\xf7\x2d\x58\x64\x21\xac\x78\x0b\x16\x59\xb0\xdc\xef\xdb\xa6\xc7\x99\x67\x32\x3d\x32\xfa\xa2\xd6\x1c\xf0\x94\xec\xdb\x96\x47\x5f\x2e\xf6\xed\xa8\xa2\x99\x52\x6c\x1e\xaf\x79\xe8\x3e\xa5\x7a\x85\xe4\x8c\xbc\xba\x7d\x10\x56\x44\x77\x2a\x75\xb8\x53\x17\x92\x7e\x86\xf7\xad\x7d\x9b\xee\xf0\xd7\x52\xcf\x1a\x5a\xea\xb8\xa2\xbc\x69\x7e\x6c\xa6\x82\x60\x99\x05\x7e\xdb\x7d\x9b\x0a\x31\x7d\xb2\x52\x80\x69\x63\xdf\x26\x23\x20\xc6\x6a\xdf\x0e\xc2\x25\x84\x70\xdf\x8e\x6e\xc4\x93\xbd\x6f\x87\x31\xa4\x05\x0e\x4e\xe8\x7c\x69\xc2\xc1\x0c\x80\x23\xce\x58\x53\x42\x34\x0e\xf6\xca\x7d\x3b\x98\x87\xd9\x2f\x44\x63\x01\x74\xb1\x6f\x33\x0c\x0e\xaa\x77\x30\x0f\x6b\x51\x88\xc6\xc1\x6e\xbc\x6f\xc7\x94\x65\xdc\x1c\xbd\x93\x31\x75\xf4\x43\xc6\x46\x9c\x82\x2b\xff\x4d\x91\x88\xb0\x30\x6d\x13\x5f\x12\xef\xbe\x45\x7c\x59\x30\x26\x6f\x81\x1d\x0b\x1c\x25\xbb\x38\x94\xe7\xf7\x26\xba\x4d\x8a\x91\xc3\x7f\x46\x52\x97\x18\x7e\xf3\x60\xb2\xa9\xef\x02\x01\xfa\x95\x87\xea\xd3\xfc\xb7\xa9\x63\x9b\x25\x93\x0b\xde\x16\x64\x32\x90\xff\x2d\xc4\x64\xbc\xd0\xbb\x98\x64\x70\xf0\xa6\x43\x7b\x1a\x9d\x72\x68\x0f\x13\xc5\x9c\x99\x8b\xc1\x17\x3e\xb2\x0c\x66\xad\x19\x34\x47\x6a\xd0\x26\xb9\xd2\x43\x83\x18\xf8\xbd\x46\x47\xb6\xeb\x8e\xe8\xa6\xa5\x7a\x35\x8d\xe9\x56\x6c\xbb\x66\x2e\x9a\x25\x13\x26\x9a\x2d\xfc\x63\xa0\xfa\xbb\x38\x60\x87\x7f\x5f\x1c\xb0\xc3\x0c\x12\x18\x72\x70\xfa\xec\xe2\x80\x9d\x5f\x29\xce\xfb\x79\xd3\x0b\x47\xec\x8c\xbc\x2a\xeb\xf4\x8c\xa4\xc1\xcf\xef\x56\x02\x1c\xc8\x3d\x76\xf1\x54\xef\xf4\x77\xbb\x13\xa9\xc2\x9d\x48\x0d\x9a\x5e\x9d\xee\x6e\x4f\x2f\xba\xab\xb4\xc1\x23\x65\x3a\xc2\x8d\x49\x5a\x58\x22\x94\xe2\x40\xde\x74\xe2\xbb\x60\x26\x7a\xfc\x86\x92\x33\xff\xd3\x7b\xab\xf3\xee\x7d\x45\xdd\x3f\xb0\xb2\x6e\xa3\x24\xc7\xe5\xcb\xf0\xae\x44\x80\xd3\x3a\xa3\x1d\x3b\x7e\xe8\x5d\x1d\x90\xc6\x9a\xad\xce\x58\xf9\x50\xb0\x88\x32\x27\x5c\x6a\x5b\xe0\xc7\x09\xe4\x6e\x8b\x28\x73\x12\x2c\xb0\x05\x85\xac\xdc\xa3\x77\x35\x7e\x0c\x94\xe2\x16\x14\xb2\x72\x91\xde\x30\x65\xb2\xdb\x0a\x18\x59\xb9\x10\x6f\x33\x65\x02\x73\xdf\x42\x42\xce\x9e\xc6\x88\x2c\xa3\xe7\x4d\x81\xd0\x89\x6a\xd8\xd5\x31\x3c\x23\xcf\x34\x74\x85\xda\x45\x15\x08\x89\xc1\xae\xa6\x0a\xe4\xf7\x0b\x22\x59\x81\x1a\x6d\x21\x24\x2b\x30\xa4\x2d\x48\x64\xe5\xc2\xbf\xab\xa1\x37\x19\x27\x9b\x83\x6e\xc6\x50\x3c\x99\x25\xed\x34\xea\x9c\x73\x47\x08\xc8\x8a\x31\x60\x57\xe3\x70\x56\xbe\xd3\xf0\xfe\x9e\xa9\x2d\xe9\xbb\x90\x37\x50\xf3\x6d\xc1\x1d\x27\x11\x24\xbb\xda\xa5\xc2\x42\x14\xd8\x71\x72\xa7\xdc\xd5\x1e\x95\x99\x52\xde\x2a\x33\xdf\x7d\x54\x26\x92\xc3\x1f\xd8\x14\xaa\x3d\x2a\x2c\x75\x41\x1d\x2b\x28\xdc\x5d\x1d\x96\xc3\x5e\x5a\x3d\x31\xf3\x37\x8f\x46\x97\x33\xb7\x3a\x2c\x67\x45\x12\x96\x68\xe6\x4d\xf7\x28\x35\x68\xc2\x64\xfa\xc8\xbd\x42\xd4\xc4\x36\x5f\x26\xf0\x96\x6d\xbe\xcc\x9e\x7f\xa4\x24\xc2\x50\x4b\x6e\xe1\x21\x6f\x92\x4d\x7d\x45\xab\x92\xd6\xb3\xf7\xe3\xb4\x76\x10\x31\x6e\xe3\x23\x87\xd3\x1f\x7e\x45\xfd\x0b\x76\x73\x91\x64\x56\x00\x69\xfb\xf1\xc4\x2f\x79\xa6\x7e\xfc\x87\x48\xf2\xfd\x38\xce\x0d\x2d\xcb\xb0\xca\x79\x5d\x11\xb7\x46\xee\x46\x3a\x92\x52\x87\x3d\x61\x79\x53\xab\xe2\x57\xbf\xfe\x62\x49\xbb\x15\x5c\xc5\x1e\x09\x81\x26\x47\xc2\xe3\x35\x82\xae\x6a\x3a\x4d\xcc\x67\x1b\x3a\x4d\x0e\x08\xd3\x69\xc2\xe7\xb8\x85\xb5\x9c\xc4\xb0\x6c\x61\x2b\x67\xb6\x4f\xe7\xda\x6e\xd9\xe9\x1f\x2e\x6e\xbf\xa7\xdb\x8c\xad\x29\x48\xfe\x3d\x3c\xa3\x5b\x40\xc7\x09\xb8\x76\x3f\xcc\x5b\xbe\xb4\x31\x00\xc4\xda\x36\xa5\x65\x94\xde\xc7\xd8\x9d\x87\x4e\x8a\x19\xb0\xb0\x83\x0b\x81\xb8\x08\x17\xdf\x02\x20\x2e\x82\xb2\xf7\xe3\xd0\x1c\x74\x97\xc7\xe9\x54\x31\x85\xef\xc7\xb1\x39\x6c\xa2\x8f\xdd\x7d\x0f\x63\xec\xd0\x9c\x4c\x15\x51\x61\x96\xdf\x77\x72\xa9\xcd\x48\x2f\x55\x91\x37\xdf\xce\xad\x92\x62\xd4\x0b\x46\xc3\xc4\x98\x85\xd9\x69\x62\x4c\x3c\xd3\x5b\xc4\x98\x0b\x78\xf3\x6e\x66\x77\x87\xe1\x6a\x8b\x26\x73\x01\x00\xda\xa6\xc9\x84\x39\x61\x37\xf2\xe0\x8d\x88\x8a\x8c\xfa\x95\xe3\x86\x17\x24\x35\x9c\xb6\x35\x07\x9e\xd9\x34\xb1\xcd\x85\x59\x52\x8a\x32\x93\x15\xce\xa5\x66\x7c\x19\x7f\xbc\x39\xf0\x8c\x65\xd3\x1c\x78\x96\x1e\xa2\x4a\x72\x1f\x6b\x56\x11\xd2\x6e\xa5\x26\x23\x9a\x7d\x37\x47\xa5\x71\x62\x37\xbb\x02\x7f\xdf\xb9\x13\x34\x4d\xf1\x92\xf8\x53\xb6\x40\x8f\x0b\xd0\xc0\x16\xe8\xb1\x82\x11\xde\x06\x3d\x02\xaf\xdb\xcd\x11\x6b\xa8\xe3\xe2\xcc\xac\xfd\x61\xf0\x37\x5b\x03\x7d\xda\x1e\x7d\xfa\xb4\xdd\x43\x7a\x8f\xd1\x8a\x75\x6a\x3e\xcd\xd2\xf2\xa1\xdc\xb2\x35\xd2\xf0\xc9\x4b\x53\x45\x99\xd9\xd3\x61\xa1\x8a\x60\xf6\xd9\x26\xd0\x84\x20\x60\x0b\x3c\x59\x7b\xba\xaf\x28\xa2\x92\x4e\x39\x82\xed\xc9\x33\x2f\xfe\x3c\x53\x17\xd1\x49\x9a\x23\x2b\xb9\x9c\x98\x4d\xb3\xa4\xc3\xc7\x4c\x2f\x19\x45\xbc\xe2\x2d\xef\x7a\x82\x45\x6a\xaa\x91\x3a\x04\xdb\x05\x61\xb6\x9b\x39\x62\x33\x52\x5e\x34\x28\x0f\x42\x60\x56\x28\xdc\xb6\xc9\x35\x4b\x7e\x86\x97\x10\xdb\xab\x01\x96\x1d\x68\xde\x16\x63\x66\xed\xac\x36\x31\x66\xae\x5c\x62\x0d\xaf\x9c\x17\x07\x61\x77\x44\x26\x2b\xba\x1b\x67\x84\x43\x69\x3b\xfb\x35\x60\x93\x2d\x46\xcc\xb5\xca\x7f\xd0\xa4\xbb\xe3\xdb\xf8\x53\x42\x57\xae\xdc\x4d\xc5\x8f\xb9\x30\xbe\xed\xee\xf9\x5e\xf3\xa6\x98\x47\xd3\x2b\xd1\xc2\x02\x1f\xda\xc2\x56\x2e\xcc\x6d\xbb\x83\x34\x62\x29\x76\x07\xbf\x71\xa6\x89\x29\x73\x61\x0b\xdb\xdd\xa9\x4a\x67\xaa\xff\x93\xcb\x3a\xc5\xa8\x4f\x4f\xbe\x73\x96\x5a\x36\x5f\x80\x98\xa8\x44\xdd\x6e\x71\xfe\xa2\x81\x98\x0f\xec\x5c\xbb\x3b\x35\x29\x17\x67\xc1\x32\x17\x06\xcd\xdd\x1d\x19\xd7\x52\xa8\x20\x7d\x9c\xf6\x82\x69\xae\xf5\x2b\xc5\xee\xf4\x54\xa8\x3e\x55\x7a\xb1\xdd\xa7\x7c\xe7\x3e\xe5\x3b\x85\xc9\x71\xbe\x74\x87\xc9\xad\xd4\xf7\xd6\x9b\x91\xe4\xf7\xcf\xff\x95\x8e\x02\x22\x6a\x77\xbb\xb7\xd0\x4a\x9c\x58\xbb\x57\x36\x86\x6e\x18\xf1\x93\x57\x15\x1c\x85\x52\xd4\xed\xef\x62\x66\x0a\xfa\xb9\xc0\x2b\xed\x6e\xbe\xd8\x99\x42\xdd\x25\x9a\xed\x20\xb9\x99\x37\xdd\x89\xd4\xa7\xa9\x57\x19\x6d\xa5\x8f\x07\xcd\xb9\xbb\x23\xe6\x6c\xf6\xdd\xe6\xd3\xec\x39\x87\x05\xee\x7c\x88\xc3\xd9\x02\x77\x2e\x0c\x6e\x5b\x74\x9a\x0f\x31\x25\x7b\xd8\xaf\x6a\x7b\xdf\x16\xd4\x73\x61\xc1\xdc\xc3\xae\x54\xb4\x30\xf1\x65\x2e\x0c\x75\x7b\x98\x1e\x79\xe6\x3b\xcd\xa7\x95\xef\x3c\xf6\xa9\xdd\x2b\x26\xb5\xab\xd9\xec\xc2\x82\x88\x3e\x04\x37\x6d\x43\x44\x1f\xd2\x5c\xec\xe1\x6c\x95\xa8\x99\x02\x85\x2e\x4c\xb4\xdb\xe9\xbb\x5b\xfe\xa1\x59\x36\xe7\x85\xaa\x37\xbc\x10\x58\xfa\x83\x6d\x99\xad\xd7\x60\xce\x0b\x7e\xa8\x6d\xa6\xcc\x0b\x16\xa6\x6d\xa6\xcc\x0b\x6a\xab\x3d\xcc\x5e\x0c\x9b\xd3\x36\x55\xe6\xd5\x52\x8f\xa6\x2a\x31\x78\xdb\x64\x98\x13\xda\xd5\x6d\xf6\xcb\xab\xe5\x97\x48\x15\xb9\x20\xb1\xdc\xc3\x81\x6e\xcc\xc8\xe1\x30\x4e\x68\xa2\xb6\x41\x9f\x17\x04\x53\x7b\x18\xdd\x01\x17\xd5\x1e\x8e\x66\x63\x81\x08\xf6\x79\x5f\xc0\x29\xf7\x30\x7e\x1d\x64\xe2\x76\x4a\xef\x0b\xc2\xab\x2d\xb2\xcc\x6f\xef\xf8\xa5\x66\x73\xc0\x82\xbc\x8d\x12\xed\x33\xbf\xd8\xe8\xf6\x96\xff\x7f\xdc\x81\xfc\xc8\xa3\x0e\x70\xb6\x8b\x2e\xf3\xdb\xe2\xbc\xfb\xb1\xe8\x6a\x8d\x1b\xbd\xa0\xeb\xda\x62\xcc\x7c\x88\xac\xdc\xd3\xcc\xc6\x6c\x77\xd3\xb6\x58\x5c\xfb\x5b\x38\xd2\x6f\xa5\x11\x85\xd5\x67\x5e\x1b\x48\x7a\xc1\xed\xb5\x8d\x24\xbd\x00\x81\x6e\x41\x49\xbf\xcd\xef\x88\xcb\x4f\xff\x9d\x5b\x60\x0b\x69\xfa\x10\x9b\xbb\x27\xa0\x3d\x4e\x39\xa0\xa6\x24\xb2\xd8\xd3\x8c\xc9\xd0\xcb\x6f\xc3\x4b\x2f\xa0\xb6\x5b\x88\xd2\x87\xf0\x81\x3d\x1d\x19\xca\x70\x1b\x43\x7a\x41\x70\xb6\x0d\x22\xbd\xa0\x66\xdb\xa6\xef\xbc\x80\xd7\xee\x49\xa4\x68\x6a\x75\xa4\x28\xd0\xf6\x3d\x1d\x29\x3a\x22\xd9\x53\xfb\xe4\x5d\xff\xc7\x2b\xa2\xa1\xb2\xfc\x2a\xa7\x28\xbf\x08\xa6\xda\xd3\xa1\xa3\x23\x0d\x56\x3c\x31\xca\x9d\x01\xa9\x17\x24\x77\x7b\x3a\x4b\x35\xfa\xdc\x74\xe2\x55\x4e\x7b\x83\x4e\x2f\x68\x43\xf6\x64\x19\xb1\xc5\x4f\x96\xd1\x95\x97\x0d\xe2\x49\x67\xb4\x8e\x56\xac\xd8\xd3\xcc\x7a\x7d\xa6\x56\x85\x11\x13\x47\xbd\x8d\x4b\x6d\x80\xa7\xb7\xf0\xa5\xf7\x7d\xe7\xa7\xdb\x9f\x9c\xb3\x6c\x9a\x09\xf9\xfe\x89\xdf\xd9\x34\xd3\x46\xa0\x4e\xd4\x6a\xa8\x53\xfe\xaa\xe2\x9a\xe7\x9d\x37\x8d\x74\xca\x3f\x76\xd8\x07\xd8\x83\x2d\x02\xd1\x67\x66\x02\x83\x7b\x62\x11\x99\x41\xf4\x86\x14\x73\x9b\x42\xf4\x22\x08\x60\x9b\x43\xf4\xce\x79\xba\x26\xde\x97\x8a\x28\x54\x14\xeb\x6f\x11\x21\x32\x23\x2a\xd6\x00\x6c\xc4\x5e\x46\x49\x31\xa2\x82\xaf\x3e\xf3\x57\xe9\x72\x93\xf2\xf0\xe8\x61\x3e\x34\x07\x20\x1d\x5f\x00\x9f\xd8\x67\x97\xe3\x46\x63\x74\x59\x8b\xf6\xf2\x2d\xb4\x78\x69\xaf\xdc\x78\x0f\x0c\x55\x5b\x69\xd5\xbf\xdf\xe6\x69\x73\x83\x69\xbf\xe3\x4a\xc1\x84\x6c\x63\x58\x9f\xb8\x12\x44\x55\xfa\xcc\x3b\x92\xff\x4d\x47\x32\x0c\x8d\xdf\xb8\x16\x3f\x27\xb5\x1a\x86\x96\xfe\x98\x61\x19\xb0\xc9\x76\x16\x76\xd2\x84\x6d\xe3\x58\x6f\x60\xf9\xdb\x59\xd8\x67\x0a\x12\x04\x70\xb2\x9b\x1b\xc7\x3a\xf1\x24\xef\xb5\xe9\x1b\x9d\x21\x7d\x7f\x5a\xe8\xb4\xc3\x77\xc6\xc5\x7c\xcb\x77\x7e\x3a\xb3\x9f\x23\xc6\x29\xdc\xef\x4c\x68\x52\xb8\xc3\x9b\xba\x85\x6d\x7d\xe6\xef\x5d\x77\x2e\x53\x62\xf3\xb3\xf8\xb1\x76\xec\xc5\x5e\xba\x0e\x57\x0e\xbe\x75\x70\xca\x9d\x0e\x39\x42\xe0\xfa\x89\xef\xff\xfb\x7f\x8d\x08\x9b\x6d\x1e\xd2\x3b\xd7\x33\x21\x4c\x5b\x4e\xfb\x9d\x40\xa6\x81\x58\x5c\xcd\x42\x74\x74\x2e\x1a\xab\xe0\xa8\x2d\xca\x87\xe1\xa8\x77\x6e\x5a\x49\xb7\x8e\x7a\x07\xa5\x68\xd4\x62\x73\x8a\x76\xf2\x10\xed\x6d\x70\x5f\x2e\x54\xdb\x09\x18\x7b\xfd\x77\x94\xcc\x36\x44\xf5\xce\xfe\xb8\x89\x08\x40\x05\x13\x62\xb5\x01\x54\xdc\xa6\x27\xbd\x73\xfd\x83\x9f\x34\xf7\x46\x13\x94\xde\xb9\xd5\x08\xc1\xda\xa2\xd6\x9a\xa1\xf4\xce\x0d\x04\x8a\xd2\x58\x50\x85\x61\x6d\x00\x17\x37\xc9\xdd\x33\xfc\x9b\xb0\x96\x96\x92\x1c\x6b\xfc\xe4\xa9\x62\x8d\x57\xca\xb5\x2f\x65\xa6\xc1\x74\x8e\xbf\xe3\x4c\xc7\xb9\xe9\x09\xe4\xda\xe2\x16\x10\xc8\xf5\xfb\x90\x4f\x1d\x57\xcd\x11\xa3\xd4\xf0\x8d\x60\xb6\xbd\x09\xab\x6e\x29\xc7\x7d\x63\x1d\x99\x36\xf5\xce\x2d\x6d\x3b\xae\x1a\x88\xd5\xde\xc4\x55\x3f\x29\xea\xb8\xaf\x79\x59\x90\xc8\xf4\x6d\x3b\x52\x39\x63\x68\xb0\xd0\xca\x0c\x31\x5a\x08\x46\xa0\xbd\x4d\x00\x9d\xbe\x19\xaf\xf8\x9b\x97\xf6\x4f\x5f\x25\x25\x4d\xbd\x1b\xc9\xd1\xa0\x33\xe5\x9a\xb8\x7c\xa6\xdc\xa3\x77\x53\x90\x9b\x84\xfa\x6e\x24\x6b\x8b\x19\x45\x6c\xa7\x0d\x62\xc3\x2d\xb6\xd3\x06\xe9\xe0\x36\xbd\x69\x89\x96\x7c\x60\xd3\xe5\xc2\x62\x7e\xd3\x92\x3b\x8a\xa1\xac\xc9\xc5\xb7\xcd\x70\xda\xa2\xd2\x1e\xcf\xfe\x98\x2f\xcd\x71\x5a\xe0\xa3\xd8\x87\xe8\xe9\x27\x4f\x1d\xf7\xc4\xef\x30\x7a\xb5\xc0\xbf\xb0\x0f\xf1\xd2\xfc\xca\x63\x02\xde\x27\x3d\xf8\x4e\xe9\x16\x85\xf1\x18\x7c\x11\xe7\x37\xdc\xa6\x51\x36\x4d\x6e\x5a\x60\xdf\xd8\x62\x37\x6d\xd1\x67\xc4\x6e\xda\x88\x7e\xdc\x66\x37\x2d\x24\x2c\xd8\x20\x5f\xd1\x77\x83\x7c\x65\xba\x9b\xfb\xb4\x40\xed\xb0\x8f\x31\x6b\x70\x8c\x6c\xa7\x7f\x2f\xb9\x31\x89\x19\xb5\x45\x37\x36\x30\xb6\x3c\xf9\x01\x01\xc6\xe6\xdd\x6d\x91\xf6\x9a\x9f\x1e\x6e\x8e\x6d\x64\x6c\xc7\x7a\x71\xcc\x56\x4f\xc4\xc3\x36\x36\xf6\xe7\xb4\x13\x21\xea\x9d\xe8\x84\xed\xac\xee\xf3\xe2\x20\x71\x22\xf7\xfa\xfb\x77\x90\xd2\x63\x17\x12\xd5\x69\x1b\xf9\x1b\x9a\x6b\x31\x6e\x99\xea\xb4\x46\x61\x11\x5c\xf6\x2b\x36\xc4\x62\xf1\x46\xac\x16\x2b\xe2\xa3\x92\xf2\xb0\x79\xfe\xe4\x53\x05\x71\xf3\xe3\x8c\x84\x4d\xe4\xe7\xfe\x23\xe3\x36\xd3\x47\x94\xa3\x2d\x13\x51\xb9\xd7\xef\x9a\xa9\x26\x28\xec\x6f\x41\x0a\x09\x7b\xd7\xdc\x11\x94\x80\xfd\x2b\x52\x6e\xb6\xa6\x3c\x55\x3c\x78\x4c\xde\x7f\x06\x24\x50\xa7\x0d\x0b\x94\xea\x6c\x5e\x58\xb5\x04\x68\xed\xfd\xba\xff\xbd\xb3\x3b\x75\x7b\x5c\x92\xf0\x9a\x32\x03\xcd\x6b\xfa\x5c\xa9\x5c\x5e\x6e\x76\x37\x81\x5a\xc7\xc3\x66\xfc\x67\x52\xc8\x15\x49\x5e\x40\x76\x45\xf3\x98\x3e\x9c\x0e\xf0\x98\xce\xdf\xab\x32\x4d\xa6\x17\xc7\x0e\x95\x7c\x68\x57\x0f\x8d\x51\x74\x07\x91\xcc\xfb\xcf\xee\x87\x92\xc6\xd8\x30\x1f\xc9\xb6\xb9\xbc\x29\xf7\x0a\xa5\xbc\x6c\xed\x65\x25\xbc\x6c\xed\xe5\xb7\x39\xa9\x7b\xf0\x0e\x2f\x9b\x77\xb9\x87\xbc\x1c\xf7\xc1\x89\x21\xcc\x6b\x05\x13\xbc\x85\x79\x5d\x71\xe3\x0b\xf3\xfa\xe4\xa8\x79\xd9\x04\xd0\x52\xa6\x58\x8a\x5a\xde\xb4\x09\x20\xa5\xc8\x72\xd1\xd2\x16\x5d\x2a\xd2\x32\x53\xe9\xa4\x65\xcb\x77\x5d\x34\xcc\xd7\x32\x57\x39\x07\xcb\x0b\xa5\xf1\xc9\xa7\x28\x8d\xf9\x16\xa5\x97\x26\x18\x7a\x08\xb5\xf7\x7e\x59\x4d\xcc\x58\x71\x86\xa6\x9b\x3a\x43\xef\x2b\x05\x99\x3a\x7e\xa5\x9a\x8f\x76\x71\x5e\x65\xff\x49\x67\x94\x10\x3e\x46\x8a\x97\xb3\x2c\xe6\x51\xfd\xbf\xff\x37\xd3\x56\xdb\xbf\x68\x9a\xce\xcb\x58\x58\x0d\xa5\x9d\x19\x55\x26\x26\xff\xc6\x2c\x37\x3d\x83\x25\x2f\x59\x36\x25\x21\x62\xbf\xf3\x8d\x1e\xfa\xb2\xff\xeb\xd3\xb1\xd2\x9f\x77\x7d\xe0\x45\x12\x54\x84\xd6\xe8\xb8\x1b\x51\x80\x04\x82\x5d\x69\x8d\x80\xd4\xf1\xc7\x82\x73\x65\x13\x14\x23\x69\x8f\x73\xef\x0d\xa5\x23\x53\xd3\xa9\xdb\x83\xa9\x78\x73\x77\x99\x48\xc2\xc2\x8d\x14\xa3\xdd\x92\xb5\x27\x12\xd2\xf1\x5c\x79\xb6\x84\xa1\x49\x29\x5b\x52\x45\xfa\x2e\x93\xeb\x27\x7d\x24\x79\x3d\xc3\x25\x9a\x32\xed\x79\xaa\x79\x26\x0f\x11\x17\x0f\x71\x89\x56\x22\x92\xf6\xdb\x7e\xa8\x9f\x24\xef\xec\xef\x3b\x2d\x60\x66\xe6\xdb\xac\x76\xec\x65\x6f\xac\x48\xfc\xf9\xb7\x79\x93\x08\x2b\xdd\x6f\x67\x0f\x62\x11\xbd\xb9\x0c\xa7\x01\x5c\x86\x6b\x9e\xfa\x3a\xc0\xfe\xfa\xb6\x4e\x9f\x3f\x2e\xfc\x6a\xbb\x33\x3a\x5b\x13\x93\xc3\xc2\xf8\xd5\x02\x93\xd2\x16\x62\xb5\x11\x4e\xbf\x8d\x58\xcd\x89\x24\x8c\xea\xbd\x32\x58\xc6\xe3\x8d\x3c\x1b\x1a\x64\xaa\x30\x79\x2d\x33\x4c\x69\xd6\x6b\xc9\x10\xd8\x31\x9a\x4e\x1e\x05\xec\xe3\x15\x33\xdd\x67\xef\xff\x86\x03\xee\x70\x81\xb2\x32\x3f\x56\xfb\xc9\x5d\xb8\x3f\x84\xf4\xd0\xc9\x8f\x51\xf7\xd1\x4a\x45\xe4\xf9\x3d\xaa\x1a\xa2\x41\x4e\x08\x7f\xea\x72\x24\x85\x30\xe4\x33\xa9\x14\x8c\x86\x93\xae\x93\x85\x6b\x1b\x7c\x0a\xf7\xd8\xfe\xd8\x13\xc5\xd9\xf3\x31\x84\x8f\x86\x2e\x0f\x5b\x3e\x23\x06\x07\xc9\x27\x4f\xde\xdc\xfa\x6b\xa9\x4e\x8d\x5c\x08\x72\x49\x42\xe7\xb6\x9d\x66\x3d\x3e\x52\xd1\x6f\xf6\x80\x43\x3e\x36\x5c\xfe\x5a\xa6\xad\x86\x54\x72\x5b\x60\xd3\xf1\x5c\x79\xd5\xc7\x12\x4d\x13\x62\x2f\x08\x0b\xc1\x4b\x07\xd1\x0f\x5b\x7c\x9b\xe3\xc1\xfa\xe3\xa4\xeb\x13\x3e\xd7\x2d\x9c\x68\x25\xe8\x6f\x9b\x54\x93\xd8\xc1\xfd\xb1\xf7\x92\xa3\xee\x43\x76\x7e\xb6\x97\x8f\x99\x04\x7b\x3e\x94\xc9\x37\x63\x88\x31\xd0\x03\x70\x2e\x6c\x1e\x1e\xd4\x63\x68\xe6\x45\x00\xf8\x31\x34\xf3\x22\x76\xe0\x18\x9a\x79\x93\x5a\xe0\x18\x9a\x79\x93\x48\xf3\x5c\x32\x07\xa2\xd4\x9c\x0b\x13\x88\x8f\xa7\x73\x7d\xe7\x51\x23\xfe\xec\x5c\x5c\x26\x7b\xde\x35\x51\xc0\xca\x53\x6b\xa7\x2d\xa2\x78\x6c\x00\x19\x1f\xf1\x67\x8e\xb4\x48\xce\xf0\x87\xc6\xcb\x17\xfe\xf0\x95\x31\xf2\x56\x2e\x8f\xc0\x9f\xa1\x00\x3d\x22\xcf\xec\xa4\xc3\x39\x97\x7d\x3a\x11\x14\x0c\xe3\x09\x7d\x8c\xf6\x24\xe8\xfc\x08\xec\x79\x3f\x2d\x9d\x50\x9c\x07\xf0\x86\x23\x78\xe7\xcd\x44\x3a\x4a\x87\x5e\x08\xf8\x3f\x62\xc4\x2c\x44\x99\x1c\xe3\x39\xc9\x25\x70\x84\xe7\x2c\xc4\x95\x1c\x61\x36\x83\x30\x3b\x97\x29\xb7\x17\x35\x6c\xaf\x7e\xca\x64\x3a\xd0\x6c\xc3\xe5\x51\x4c\x8e\xa9\x2d\x17\xdc\xb8\x47\xd4\x96\x0f\x97\xc7\x63\x0c\xa7\x6f\x78\xe7\x0a\x81\x4f\x3e\xec\x1a\x99\xbc\x69\x08\x67\x9a\x23\x3c\xc7\x93\x67\xba\x11\x61\xad\x3e\x57\x0e\xb1\xb4\xe7\x7c\xcb\xe9\xf4\xd1\xf8\x24\xfc\xe9\xe7\x32\x33\x71\x9e\x7d\xf4\xa6\x1f\xdd\x0e\x97\x8d\x20\x84\xca\x85\x50\xb4\x67\x0c\x24\xed\xa7\x3d\xcf\x94\x96\xc6\xbb\xcb\x11\x0e\xf3\x4e\x82\xf9\x23\x20\x66\xc8\xed\x8f\xf0\x94\x49\x59\x73\x84\xa7\xbc\x33\xdc\xa2\xb9\xec\x6c\xfd\xc7\x49\xcd\xef\xb4\xc5\xf6\x60\x7e\xf6\x6d\xfb\xef\x45\x99\xbe\x87\x01\xe7\x3c\x62\xbd\xbc\x89\x80\x38\x66\xbd\xec\xb0\xdd\x9c\xdb\xe6\xdf\x2b\x75\x38\x84\xea\xdf\x31\x35\xc7\x94\x98\x2b\xed\x96\x86\xc4\x74\xbe\x9d\x3b\x8f\xc9\x26\xf8\x66\x87\x89\xec\x38\x8f\x79\xad\xf4\x50\xd8\x76\xf2\xa9\x1c\xb3\x5e\x82\x87\x38\x22\xbd\x0c\x0a\xfb\x38\x8f\x39\xe1\xbf\x47\x18\xd0\xa4\x68\x3a\x22\xbd\xec\xc4\x3f\x1c\x93\x5e\x26\x50\xe6\x08\x20\x1a\xb2\xf9\x63\xd2\x4b\xf4\xc7\x23\xb8\x68\x27\x97\xf6\x11\x5c\xf4\x06\xe4\x70\x6e\xd3\x67\xa4\x42\x5b\x0f\xf2\x2b\x30\x1e\xa4\x46\x29\x5a\x25\xff\x50\x90\x75\xd2\x4d\x9e\xdb\x4e\x14\x42\x85\xcf\x6d\x53\x42\x06\x43\xb3\x12\xce\x97\x73\x1f\x58\xcd\x90\x7c\xeb\xcd\x9b\x1f\x73\xd1\x59\x2c\x56\xb5\x18\x9b\x62\x16\x36\x5a\x53\x3c\x31\xd9\x13\x8b\x29\xd9\xac\x12\x1f\x21\x46\x3b\xa9\xc4\x8f\xa9\x33\xd9\xcf\x4f\xb1\xfd\xe1\x49\x99\xfa\x33\xd6\x7c\x8e\x60\x9f\x9d\xcb\xca\x29\x0e\x6e\x2b\x29\x53\xbb\x23\xfb\xb7\x79\x32\x41\x55\x1c\xa5\x4a\xef\x04\xb4\x1e\x41\x42\x93\x92\xee\x14\x1b\x1a\xe8\xbc\x40\xa0\x37\x70\x88\x23\x10\x68\x07\x77\x77\x8a\xe9\x85\x98\xf9\xc5\x21\x72\x35\x6f\xba\xd5\x79\xa6\x19\xd4\xf2\xcc\x21\x79\xb4\xcc\x21\x72\x3f\x49\x5b\x3c\xf3\x50\xf8\xd0\x5e\x33\x12\xde\x48\x4b\x5a\xa6\xa1\xc7\xe9\x71\x04\x02\xbd\x1b\xf4\xeb\xa7\x70\x44\x66\xa0\xec\x8e\x18\x54\xe2\x44\x3f\x2b\xaf\xaa\xd8\x3b\xe5\xc8\x50\xc4\x2c\x35\x7b\x65\xfb\xf5\x58\x31\x18\x3d\xad\x3b\x04\xe2\x21\xe9\x0e\x44\x44\xf9\x71\x1e\x75\x58\x02\x8e\x30\x9b\xbd\x67\x88\xb5\x7b\x02\xf7\x3a\x4a\x9c\xde\x7b\x1a\x2e\x2b\x04\x50\xa8\x03\x80\x73\xa6\x14\xfd\xee\x9b\xdf\x26\x87\x06\x90\xba\x53\x1c\x05\xc7\x36\x5b\x7c\x03\x60\xa7\xa9\x9e\x96\x35\x92\x9a\xed\xab\xca\x11\xe3\x65\x07\x6a\x78\x84\x01\xed\x40\x29\x8f\x20\xa0\x37\x90\xc1\x03\x04\xd4\xaa\xf4\x11\x02\xb4\x63\x15\x38\x42\x80\x76\x94\xf5\x63\xfa\xcb\x1c\x07\xc6\x7c\x02\x12\x3c\x75\x12\x18\xd1\x11\xdd\xec\x82\xa4\x5f\x51\x23\x69\xc7\x00\x96\x75\xc4\x86\xd9\xb1\xc4\x1e\x41\x40\x3b\x6c\xce\x47\x10\xd0\x9e\x53\x4e\x10\xd0\x0e\x68\xed\x98\x19\x13\x80\xe6\xa9\x8e\x82\xe3\x54\xad\x24\x35\xa5\x17\x0e\x53\x5a\x29\x65\xf8\xe4\x42\x5a\xfa\x2e\x6f\x2a\xc4\x25\xe3\xeb\xe3\xff\x3f\x64\xfc\x3a\xd5\x7e\xbc\x95\x42\x3d\xa3\x19\x1a\x6b\x95\xac\x04\x21\x49\xef\x46\x2a\xfc\x53\x1d\x3f\xc7\xc6\x6e\x6e\x4d\x20\x7b\xa7\x32\xf7\x69\x37\x76\x98\x48\xc6\x61\xa5\x14\xcf\x35\x2a\x74\xa2\xac\x9e\x32\xd5\x43\x16\x3e\x39\xd4\xcb\xef\xe1\xd1\xca\x4f\xa1\x7f\x92\xf2\xaa\x7b\xc1\x00\x6f\xeb\xc6\xf9\xce\x13\x91\xdf\x24\xc8\x33\x01\xb7\xa7\x7a\xfd\x4c\xde\x3c\xfe\x69\x74\x89\xe5\xc3\x00\xfb\x22\x94\x69\x79\xdc\x50\x26\xb0\x43\x88\x88\xab\x3e\x8f\xc3\xec\x18\x60\xe1\x3e\x47\x0e\xe0\x07\x2f\x07\xd3\x54\xb0\xcf\xc1\xcd\xf4\x3c\xbe\xed\x32\xa4\x42\x7d\xde\x0f\xe1\x6c\xe7\xf1\xe5\xf7\x62\xe5\x0b\xf7\x39\x72\x92\x0a\xda\x39\x30\x2d\x1f\x41\x3b\x07\xd6\xbe\x23\x64\x67\x27\x4a\xe1\x08\xd9\x79\x43\x74\x7d\xcc\x9e\x99\x23\x48\xc8\xce\xf1\xdc\x69\xb8\xc2\x6f\x4b\x6a\xf8\xa8\x06\x6a\x17\x68\x1f\x6b\xe3\x11\xb2\xb3\x63\xb2\x38\x42\x76\x76\xf0\xee\x47\xd4\x98\x03\x03\xf3\x31\x33\x26\x8e\xc9\x23\xf4\xe6\x88\xfa\x21\xf0\x66\x27\x80\xe0\x3c\x4c\x6f\xda\xa9\xe9\x0d\xa2\xe4\x3c\xe6\x42\x5a\x91\xd4\xce\x5f\x5b\x14\x67\xc7\xd6\x22\x56\xcc\x11\x1d\x46\x2c\x98\xe3\x4a\x6f\xe5\x99\x68\x17\xa7\xaa\x79\x2f\x57\x86\x70\x33\xda\x29\x47\xed\x66\x7e\x3d\xb6\x16\xb2\x41\x9a\x12\x13\xfc\xd0\x11\x8e\xf4\x5e\xbf\x1a\xd5\xee\x12\xe9\x4f\xad\xa1\xdd\x8e\xbb\x63\x63\x35\xe7\x25\x00\x9e\x63\xca\x4b\x48\xfd\xce\xc3\x9e\x4f\xed\xc7\x98\xf9\x48\xbe\x84\x32\xf6\x0e\x37\x5d\x79\xa6\xf9\xc4\xe6\x69\x02\x4c\x80\x64\xc7\xf0\xd3\x95\x7f\x7d\x3c\x9b\xe8\x91\x0e\x00\x90\x4d\xc7\x04\x98\xe0\x70\xce\xe3\xc8\x3a\xb6\x52\xd3\x61\xc2\xae\x70\x1e\xc7\xd9\xcd\xb4\xc5\x7f\xc2\x35\x08\x6e\x3a\xa2\x95\x36\xe3\xfe\x19\x89\x66\x0b\x10\x1b\x8b\xa0\xa0\xf7\xc0\xce\x7d\x9a\xf7\x40\x0c\x4b\x47\x48\xcd\xf1\xd0\x1a\x33\x52\x56\x56\xa5\x90\x9a\x25\xda\x47\x73\xfc\x5b\x6e\x84\xe4\x37\x07\x11\x76\x84\xce\x1c\x64\x09\x3f\x42\x67\x0e\x28\x66\x8f\xd0\x99\x83\x74\xaf\x47\xe8\xcc\xf1\x30\xf7\x9a\x2f\xd3\x25\xcf\xda\xb7\xc6\xdf\x9b\xba\x20\x71\x20\x34\x5f\x9f\x53\x9f\xaf\xcf\xf5\xdf\x1c\xd8\x47\xd8\xcc\x12\xdd\x53\xd8\xcc\x02\x97\xc0\x11\x1a\xb3\xd4\x5f\xf5\x5a\xb0\x25\xcf\xde\x7a\xc6\x40\x79\x0a\x45\x3a\xee\x52\x24\xdd\xc1\xb2\xcf\x03\xc7\x84\x29\xe5\x08\x7f\x59\xa2\x8c\x09\x7f\x39\xf0\xa9\x1c\xe1\x2f\xc7\x93\x2e\xda\x02\x94\xa1\x51\xdc\x1c\xd6\x91\x23\xfc\x65\xa9\xbf\x2a\xb6\xbe\x4b\xfd\x47\x65\xa6\x94\x3f\xb5\x8d\xdf\xa6\xe0\x28\xbc\x06\x47\x99\xce\x07\xd4\x26\x47\xcc\x98\x83\xa4\xe8\x47\xb8\xcd\x81\xcb\xe6\x74\x8c\x43\x1c\xce\x42\x71\x8e\xe7\x27\xc9\xe8\x81\x02\x2f\xce\xcc\x81\x5f\xe8\x08\xd3\x59\x72\x47\x10\xa4\x73\x90\x04\xfe\x88\x30\xb3\x40\x9e\x70\xc4\x98\x59\xa0\x67\x38\xdd\x16\xc7\x92\xea\x3d\xf7\xf2\x9d\x3b\x98\x32\xfd\xd3\xd2\x6c\xff\xb4\x94\x29\x7e\xac\x95\x76\x7e\xac\x6c\x51\xcc\x72\x0f\x17\x92\x26\x22\xd3\x5b\x3c\x9b\xe3\xb9\xf3\x4c\xb7\x78\x96\x85\x70\xa1\x25\x8a\xb0\x70\xa1\x05\x96\x87\x63\xd2\xcd\x90\xa0\x1d\x93\x6e\x3e\xbf\x57\x3d\x4b\x69\x69\x18\x5e\x69\x2a\xd8\x63\x76\xa5\xee\x63\x3d\x47\x99\x20\x96\x25\x36\x15\x41\x2c\x67\x8e\x27\x41\x2c\x67\x36\x5e\x81\x2a\x0b\x4c\x3c\x47\xa0\xca\x02\x37\xd0\xe9\x60\x0f\x6a\xc4\xa2\x87\x7c\xa8\x58\x8f\xec\x9f\x82\x51\xce\xec\xed\x82\x51\x96\x99\x01\x50\x74\xc7\x95\x2e\x6b\x62\xce\xfc\x37\xb2\xf8\x8e\x54\x21\x3b\x06\x4b\x58\xa8\xca\x99\x33\x41\xa8\xca\x02\xf3\xf8\x11\xaa\x32\xd6\xc7\x23\x54\x65\x1c\xef\x47\xa8\xca\x32\x19\x46\xa1\x2a\x67\x36\x3b\xc1\x28\x7f\x47\xbe\x80\x93\x05\x63\xfb\x31\x63\x26\xb8\x8c\x23\x18\x65\xc1\xf3\x70\x94\x92\xbc\x64\x55\x2a\x25\x79\x50\x18\x47\x10\xcb\xdf\xf1\x24\x88\x65\x0c\xea\x47\x10\xcb\x02\x99\xd1\x11\xc4\xb2\x40\x3d\x7f\x04\xb1\x9c\x17\xeb\x69\xd8\x14\xce\xca\x33\xef\x66\x16\x90\x40\x95\x05\x2e\xa5\x23\xda\xcd\x02\x90\xe6\x08\x61\xf9\x9b\x08\x42\x58\x4e\x1c\x86\x47\x08\xcb\x79\x65\x24\x14\xd2\x44\xb8\xd7\x11\x07\xe7\xbc\x9e\x48\xfa\x2d\xec\x50\xc3\xe4\xc2\x1c\x02\xe2\xe7\x2c\xa0\x66\x8e\xe8\x39\xe3\x4c\x3e\xa2\xe3\x2c\x70\x4b\x1d\xb1\x71\x06\x36\x72\x44\xc6\x19\xe8\xca\x11\x82\xb3\xc0\x6c\x7f\x04\xe0\x0c\x3e\xf9\x88\x8d\x73\x5e\x4f\x24\xfd\x95\xeb\x3f\xe8\xcf\x42\x7a\x4e\x9c\x45\x47\x40\xcf\x32\xf3\x73\xb7\xbb\xc4\x8f\x50\x64\x54\xf4\xb0\xe1\x05\xc2\xf2\x15\xca\xb3\xcc\x5f\x29\xfa\x49\x35\x6f\x7a\xa2\xa5\x4b\xea\x2e\xc7\xc1\x60\x5b\x47\x3a\xfe\x65\x0c\xa8\x02\xf8\x66\x86\xe9\x78\xda\xd1\x16\x05\xf0\x91\x39\xe0\x0c\xaf\x9d\x5f\x29\x9e\x84\x91\xf4\xcb\x58\x2d\x02\x82\x96\x99\x9f\xab\x4d\x1d\x8c\xda\x11\xee\xb3\xcc\x4c\xf3\xe3\x69\x97\xef\xe4\x9a\x64\x1d\x0f\x2f\x9d\x9f\xf4\x36\x0d\x86\x9b\x3d\xbd\x5a\xa8\x1e\x76\xd0\x5c\x73\x84\xeb\x9c\x31\xbf\x1a\xd6\xd9\x32\xf3\xa6\x57\xcf\x95\x2f\x0d\x45\x62\x72\x43\xd8\x49\x94\xe2\x31\x4c\xf2\x37\xf9\x0c\x84\xfc\xad\x04\x01\x21\x2b\x41\x2d\x67\x7a\xf6\x31\xa7\x84\x83\xac\xb1\xf0\x08\x06\x39\x41\xd8\x9c\x69\x62\xa6\x9e\x52\xe4\x65\x65\x4e\x4d\x87\xde\xa1\xfa\x0a\xf5\x58\x63\xc2\x12\x0f\xe7\xec\x23\x6f\x2a\x10\x8f\xf3\x50\x34\x9c\x35\x86\x12\x21\x22\x6b\x6c\x4f\x02\x44\xd6\x92\xda\x45\x88\xdd\x47\xbe\x53\x10\x1b\x26\x60\xa3\x21\x7f\x13\x7c\x3a\x0b\xc1\xfd\xfb\x52\x7e\x64\x4e\x96\x69\x7b\x6d\x8b\xa4\x3e\x61\x26\x12\x65\xe7\xec\xe9\x21\x86\x7e\xea\xb0\x65\x97\x1b\x8a\x18\x3b\x67\xc7\x8e\x3d\x1d\xa6\x97\xf1\xd5\xd6\x0d\x60\xeb\x08\x4f\x59\x89\x92\x3a\x02\x50\xd6\x58\xde\xa6\xbd\xdf\x23\xdf\xc9\xfb\xdd\xf2\x4c\xad\x4e\x3b\xed\xe1\xc6\x72\x3b\xed\xe1\x66\xd4\x04\x90\x9c\xc0\xad\x8e\xf0\x91\x13\x2c\xd6\x11\x3c\xb2\x12\x27\x72\x84\x8e\xac\x44\x3e\x1d\xa1\x23\x67\x6c\xcc\x42\x3c\x4e\x20\x51\x47\x7c\x9d\xb5\xfc\x24\xb7\xa5\x23\x79\xcc\xf2\x9d\x5b\x96\x67\xe2\x3b\x27\xf8\xe2\x18\x0b\xd9\x63\x9d\x76\x9e\x75\x5c\xb1\xc7\x89\xd6\xc1\xac\x1e\x21\x21\x67\xc7\x82\x23\x20\x64\x8d\x39\x6d\xd9\x39\x89\xdd\x60\xd9\x39\x99\x1e\xc6\xc5\x94\x0f\x35\xc0\xbf\x0a\x97\x23\x90\xf3\x50\x81\x7f\x28\xed\x8b\xb9\x9e\xd6\x68\xae\xf7\xbc\x29\x2f\x5e\x4b\xdb\x3c\x2f\x22\x69\x5e\xf0\xd7\x04\x88\x9c\x3d\x63\xba\x3d\x2f\x1a\x92\x7a\x98\x1a\x3c\xf3\x99\xb3\x82\x43\xce\x3e\xf2\x4c\x3d\x1c\xf9\x4e\x61\x8f\xf3\x3f\xec\xd0\xcb\xd1\xaa\xcc\xfc\xc5\xb2\xe0\xb7\x29\x51\x1c\x61\x67\x67\x79\x19\xfc\x24\xfd\xb6\x74\xd0\x53\x9d\x29\xbb\x98\xdc\x8c\xa1\x27\xf7\x4f\xf2\xe4\xa6\x06\xf4\x92\x3c\xeb\xd6\xad\xf3\xd0\x2b\x36\x0f\xd5\x34\x2c\x66\x66\xf5\xec\x58\x89\x9c\xed\xbd\x13\xb6\x71\x36\xd7\x7f\x66\xdf\x76\x84\x33\x7b\x8b\x19\x38\x89\xbc\x3a\xdb\x24\x4f\xb0\x4b\x1c\x21\x1c\x57\x6e\x45\xc2\x30\xae\x5c\x12\xb6\x03\xed\x50\x70\x84\x60\xac\xe9\xa3\x20\x8b\x2b\xfa\x2d\x44\x9a\x23\xcf\xc6\xf7\x59\xda\x66\x22\x4d\xa6\xa9\x89\x34\x73\x45\x31\x22\x71\x90\x82\xe5\x6c\x3b\xc3\x57\x5e\x15\x2f\x3f\x73\x78\x3b\x7c\x6e\x44\x52\x43\xaf\x54\xe8\x86\x22\x29\xb6\x08\xc2\x8c\x63\xca\xcd\xdc\x97\x04\x46\xac\x99\xb3\x02\x23\xae\x98\x6f\x05\x46\x5c\xb9\xd9\x08\x8b\x58\xb3\x7b\x09\x8a\xb8\xa2\xdc\x0b\x89\x58\xfb\x8c\xa4\x10\xc0\x99\x37\x15\x1f\xc7\x5f\x13\xf9\xe6\x8a\xae\x2d\xf2\xcd\x9a\xb9\x2e\xee\xcd\x95\xbb\x9b\x30\x89\x0b\x50\xc2\x11\x24\x71\xe5\xb2\x28\x44\xe2\xca\xf5\x41\x88\xc4\x0a\x94\xe3\xec\x80\x85\x68\x8c\x73\xba\xb1\x64\xc4\xbb\xb9\x62\xcf\xda\x98\x6e\xd3\x6e\xb9\x5e\x01\x45\x1c\x81\x15\x6b\x4e\x0b\xd3\x6e\x4e\xb8\x9f\x8f\x72\xb8\xd7\x2c\x36\x41\x17\x17\x38\xcc\x23\xe4\xe2\xca\xc5\x4e\x14\x9c\x2b\xb7\x99\xe3\x30\x52\xf4\x0a\x65\x74\x5f\xd0\xe0\x9d\xe3\x48\xba\x1e\x49\x5d\xbc\x23\xb9\x8b\x37\x92\x7f\x45\x41\xd2\xaf\x40\xaf\x38\x86\x19\x8d\xbc\x29\x98\x11\xf7\x25\x81\x1d\x57\xdc\x95\xc2\x3a\xae\xdc\xe4\x8e\x23\xfb\x59\xf7\x42\x3a\x3e\xf7\xaf\xd5\xea\xdf\x9d\x67\x76\x3b\x47\x52\xff\xd0\x78\x04\x7a\x5c\xb9\xc6\x0a\xf3\x58\xb3\x41\x1d\xaf\x10\xd4\x8f\x03\x00\x20\x92\xfb\x47\x8f\x14\x9a\xd7\x7e\x6f\x0a\x46\xb5\x52\xc3\x54\x0d\xb4\xda\xbb\x33\x34\xb0\xc7\x89\xdf\xe7\xc5\x81\x74\xe0\xf4\x61\xe1\x09\x1c\xb9\x62\xfe\x38\x4e\x85\x34\x52\x92\x39\xa6\x2e\xb4\x8a\xe3\xdc\x70\x98\x86\x84\x59\x7c\x88\x9c\x38\x4a\xfd\xbe\xa0\x19\x39\x4a\xfd\xbe\x62\x42\x53\xea\xf7\xe7\xce\x50\x39\xcc\x8d\xf9\xad\x64\xef\x0f\xf1\x0c\x47\xbc\x9f\xcf\x7d\xfd\x9b\xcf\xfa\x1c\x07\xbd\xb1\x48\x8f\x83\xde\xd8\x85\x44\x11\x9a\xd8\xc0\x23\x48\xe4\x5a\x99\x43\x0e\x81\x9b\xf9\xce\x0e\xcb\x96\xd6\x18\x8e\x44\x2f\x1c\x76\x14\xc3\xeb\x71\x48\x5c\xe6\x8d\xb2\x73\x81\xd5\x3e\xca\xfe\xfe\x10\xdd\x71\xfe\xc0\x19\xf0\x23\xc5\x35\xfa\x10\x25\x70\x84\xa4\x7c\x60\x86\x3d\x02\x52\xae\xf5\x7b\xf3\xf1\x8e\x9d\x72\xd4\xc7\x95\x0f\xbb\x3e\x7c\x90\x14\xb9\xb8\xf2\xe6\x74\x53\xf3\xaa\x3a\x39\xf2\x50\xd8\x39\x16\x0a\x54\xa4\xb9\xb2\xfd\x11\x53\x74\xe7\xe9\xcb\x05\x55\x44\xfd\xc8\x15\x49\xbd\x64\x43\xfd\xd3\xdc\x05\x31\x72\x84\xd5\x7c\xee\x7c\xb7\xfc\x23\x29\x54\x73\x97\x40\x88\x63\x46\xd3\x9e\x2b\xb9\x71\x9c\x33\x53\x40\x94\xa6\x0b\xa4\xcb\xf9\xd3\xf4\x8c\x5d\xcf\x28\xce\x2b\x26\xe4\x3f\x67\x97\x8b\xcd\x51\xa0\xce\x27\xa8\x8b\x3f\xfc\xc4\x2c\x18\xf1\x96\x3e\x77\x7a\xa9\x88\x21\x22\x63\xce\x1f\x56\x89\x96\x87\x9e\x59\x29\xc7\x90\xa9\x27\x95\x68\xd8\x47\x4a\x5d\xaa\x92\x51\xff\xee\xf1\x0f\x21\x29\xe7\x4f\xf1\x12\x04\x48\x9c\x3f\xaf\x96\x2b\x35\x7a\xb5\xa4\x14\x0d\xf2\x48\xf5\x1a\x64\x0e\xbf\x3f\x87\x88\x62\x0a\x17\x58\xf4\x21\x7c\xe3\xfc\x79\xed\xb0\xa9\x0a\x2c\xfa\xdc\x19\x55\x42\x2e\xd0\x44\xa0\x44\x5d\x79\x68\x10\x48\x9e\xa9\x4b\x9c\xd9\x22\x48\x7d\x88\x62\x3a\x7f\x5e\x2d\x2b\xd5\x6f\x8f\x69\xda\xe6\xd5\x92\x87\xfa\x55\x33\xc5\xc0\xd2\x92\x72\xbc\x5a\x22\x29\xb6\x8b\x57\x95\x03\x7f\xc5\xca\xfb\x02\x94\x83\xd6\x6f\x2c\x69\x8c\xc5\xd0\xa9\xc2\xb5\x73\x5e\x9e\x9d\x1c\xbf\x2f\xe2\xdf\xf8\x8d\xaf\xc5\x22\x8c\xa8\x90\x31\xd6\x8b\xb1\x9e\x57\x4b\x41\xcb\x18\xba\x91\xa7\xc2\xd0\xa5\x52\xa3\x21\x60\xa0\x3c\x2f\xfc\x6b\x2d\x4f\x1d\x50\xd6\xf3\xe9\xd4\x36\xdd\x90\xb6\x3f\xa5\x85\x8a\x84\x26\xc0\xf3\xbc\x30\x27\xff\x1a\xe8\x68\xb8\x9e\x4f\x1d\x2e\xf4\x2b\xf7\xa3\x72\x19\x32\x4d\x75\x42\x1e\x8f\xb9\x54\xaf\x20\x77\x5e\xe0\x03\xb9\xc7\xbc\xc0\x07\x8e\x3c\x7d\xf4\x29\x2d\x52\x34\x34\x44\xdf\xe7\x45\x70\xdc\xc8\x97\x8e\x5b\x44\x2b\x33\x74\xf4\x8a\xff\xf9\x45\x90\x69\x4f\x23\x1c\xa3\xd9\xfe\x4d\x23\x72\x5e\x8e\x40\x65\x27\x7d\x99\x7b\x7c\xa5\x58\x77\x94\xd6\x1e\x77\x94\x41\x20\x1a\x95\xdb\xdb\xcb\x31\xd1\xe8\x54\x00\x54\x73\x06\x03\x50\x85\x61\xf4\xbc\x88\x46\x65\xb2\x0a\xa1\xfa\x10\x8c\x7a\x9c\x44\xbf\x45\xa7\x14\x46\xf5\x21\x2c\xf7\xbc\x88\x45\xe5\x68\x13\x51\xeb\x03\xdd\xf9\x11\x51\xeb\x77\x10\xd2\x22\xc7\xa2\x3e\x69\x83\x67\x24\x2a\x91\x30\xac\x2d\x4b\x2b\x18\xd6\x96\x87\xf4\x6d\x20\x7a\x0a\xde\x48\x4c\xc1\x82\xe8\xbf\x96\x2f\xdd\x35\x34\x79\x81\x5a\x1f\x82\xd0\xce\x9b\xd8\x53\x2e\x4b\x6f\xc7\x72\x40\x3a\x75\x4c\xe6\x7a\xc5\xb1\xfa\x76\x5a\x52\x18\x54\xcf\x9b\xf8\xd2\x27\x4d\x7a\x6b\x58\xdc\xf3\x37\xcb\x8b\x5d\xeb\xcd\x82\x42\x55\x78\xb3\xa0\x38\x9e\xdf\xc4\x9b\xf2\x6f\xde\xac\xa8\x91\x97\xf9\x55\x79\x79\xa8\x9e\x48\x2f\x9f\xd0\xf9\x94\x65\x41\xdf\x9d\x08\x2c\xe7\xa7\xf8\x59\x1f\x58\x84\xcf\xdb\x51\x74\x35\x92\xe3\x33\x59\x07\x6f\xa8\xab\x33\xde\x5a\x16\x13\x6b\xa8\x61\xb3\x37\xa9\xd8\x8f\x60\xb3\x0f\x6c\xc4\x47\xa8\xd9\x67\xd6\x7c\x68\xcc\x68\x8f\x08\xd8\x2f\xef\x3a\x86\x2e\x03\xec\xcc\x8d\x04\x11\x1d\x13\xc6\xde\xe4\x71\x3f\xe0\x6f\xef\xcc\x88\xed\xae\xb2\x1a\xdf\x84\xd8\x71\x8c\x1b\x81\x7b\x93\x06\xfc\x88\x42\xf6\x89\xf5\xf8\x4d\x2c\xea\x8c\x58\xf5\x90\x39\xe0\x1c\x64\x99\x2e\xa6\x2f\x8e\x33\x50\xf8\xdc\x07\x2e\xee\x63\xd6\xd8\xfb\xce\x8f\x72\x64\x2a\x06\xa8\x37\x24\xfc\x99\x01\x87\x3b\x63\x44\xf7\x8d\xb5\xfa\x86\x93\x3f\x13\xc2\xf6\x3b\xd8\xd8\xcf\x9b\xd8\x54\x16\x8a\x00\xbd\x0f\xc1\xe0\x47\x98\xdd\x07\x6e\xf6\xf3\x71\x72\x53\xd4\x57\xb1\xcc\x3e\x13\x5d\xe6\x03\x46\x93\x69\xf6\x99\x1c\xdd\x29\x15\xb0\xef\x44\xe4\xc7\xa5\x24\x07\x3f\x8e\x3c\x75\xe7\x7a\x6a\xf5\x8f\x6b\x11\x1d\x01\xf8\xfb\xd6\x9d\x63\x8b\xf8\x4c\xe6\x68\x44\x3a\x47\x23\x9d\xe3\x34\xfa\xa8\x39\x66\xef\xdc\x36\x95\xa0\xbf\x45\x6b\x10\xb4\xb7\x45\x6b\x30\xa9\x6c\x23\xec\xf9\x98\x55\xb6\x3d\x19\x34\x05\x3d\x45\x05\x35\xd6\xf7\xce\x5d\xc2\xbc\xb2\x77\xae\x47\x1f\x22\xf5\x98\x5a\x42\xfb\xb6\xa8\x43\x66\x96\xbd\x73\xab\xfd\x90\xe4\xb4\xff\x3b\xbc\xf1\x08\x0b\xdc\xa2\xe9\x7f\x08\xcd\x63\x15\x7d\x8c\x36\xcf\x65\xee\x43\x68\x5e\x86\x45\x99\x03\xa2\x23\x8a\x6d\xb6\x45\xd7\x15\xdb\x6c\x8b\xa2\xf3\x01\xa6\xde\x23\x0a\xa6\x8e\xbe\x24\x18\x71\x8b\x86\x24\x18\x71\xcb\x5e\x28\xba\xd9\x16\xf5\xf5\x73\xe8\x26\x1f\x1e\xfe\x03\x6d\xb7\xd1\x25\x87\x80\x88\x63\xef\x12\xad\x9d\x8c\xfc\x50\x6e\x1c\x21\x92\x5b\x6d\xa9\xf4\x38\x6f\x16\xed\x73\x3e\xd4\xff\x55\xab\x04\xa8\x2d\xd5\x98\x22\x5d\xfa\xc2\x98\x06\x28\x17\xeb\x49\x5f\x91\x0c\x5c\x37\xa2\x02\x1b\x0c\xfd\xfc\x8a\xcc\xf6\x89\xd8\xfc\x72\x41\x14\xf9\xbe\xf6\xd4\xaf\x44\xc0\x5f\xde\x5d\x7a\x98\x72\xb7\x3b\x17\x51\x21\x88\x2d\xe5\x98\xd2\xfd\x4a\x41\x0e\x03\x18\x96\xbe\x4a\x55\x33\xb5\xe6\x57\x72\xd6\x06\xe9\x16\x5f\xd1\xe1\x71\x0b\xc9\x58\xba\x4e\x25\xe6\x9b\x77\x66\x90\xaf\xf8\x9d\xe8\x26\x78\xf8\x4a\x0e\xee\x6b\xb4\x96\xe0\xbe\xbc\x7a\x24\xd1\x1e\x82\xfb\x7a\x6a\x71\x70\x5f\x3e\x7c\x7b\x85\x44\x54\xee\xd6\x9b\xb1\x26\xb6\xa6\x53\xe7\x36\x08\x33\xa3\xb9\xcd\x8e\x7f\x45\x74\x73\x1b\xd5\x6c\x35\xf7\xa6\xdf\xdb\xcd\xed\x11\x1d\xea\x37\x19\x06\x42\xfd\x3a\xe3\x69\xe6\xe4\xeb\x27\x3a\x13\xdc\xa0\x3b\x9a\xb0\x3d\x83\x44\xe4\xdf\xa0\xe7\x8a\xb2\xe8\xf9\x92\x38\xc0\x49\xad\x06\x91\x9a\x7b\xf1\x2b\x3a\xbd\xec\xa0\x11\x9e\xbf\x66\xd5\xfa\x8a\x0e\x4e\x1c\x74\x87\x28\xc1\x99\x92\xe9\x40\x5a\x71\x2c\xe6\xdb\x3f\x7f\x9b\x97\xdf\x6a\x14\xa3\xe8\xf9\x6c\x12\xd1\x31\x6f\xcf\x67\xd3\x86\x7e\x45\xf7\x67\x0e\xc4\xe2\x92\x26\xe2\x76\x4c\x61\x44\x19\x2a\xd6\xaf\x28\xe5\xb5\x6d\x29\xe9\x65\x3a\x73\x4a\x32\xc1\xb7\x33\xd9\x7e\x45\xc7\x49\x15\x24\x67\xae\x5d\x1d\xd1\x37\xa3\xde\x10\xa7\xde\xad\x48\xc4\x78\xa4\x5c\x12\x98\xe4\x53\x61\xe2\x9f\xb4\x70\x39\xe7\x6c\xa3\x85\xdf\xd9\xd6\x8c\x79\xf9\x4a\x1f\xc7\x2e\xf2\xae\x93\xeb\x3e\x2c\x39\xa3\x98\xab\xfd\xf2\x5f\x51\x4d\xcc\xfc\xbf\x15\xff\xbc\x58\x56\xb7\x36\x55\x1b\x25\xbe\x92\x92\xeb\xb6\xf4\xc6\xc9\x75\x1b\xf3\xe7\x86\xb1\x8b\xfd\xc4\xa0\xe7\x6a\x90\xe8\x57\x14\xa6\x80\x06\x9a\xcd\xa2\xff\x3b\xa7\xfa\xf7\x5d\x03\xa4\x32\xfa\xe6\xf4\xbe\x98\xf0\x24\xfb\xbf\x69\xa0\x70\xcf\xbf\x57\x9d\x1a\xb0\xd2\x4f\xcd\xca\xc7\xa1\x4b\x5f\x51\x8b\xec\xf7\xea\xb0\x4f\x2f\xa5\x1a\x6e\xcb\x9f\xb0\xcb\xdd\xb1\x1a\x5f\x51\x78\xdb\x27\x55\xbe\x3d\x55\x18\xdc\x43\xf3\xfc\xae\x11\xcc\x33\xab\xa8\x18\x2b\xfa\x44\x12\x56\x94\xff\x60\x08\xb3\x6d\xe2\x5f\x49\xd1\x9f\xcf\x8d\x24\xac\xe8\x53\x91\x94\xeb\xf4\xb9\xf2\x50\x7a\xf5\x95\x87\xc6\x0d\xcd\xd4\xa1\xe6\xfd\x5e\x75\xeb\x16\x55\x1a\xf4\xf9\x34\x24\xe3\x6f\x0b\x92\x1b\x17\x49\x8d\xab\xf9\xae\x39\x63\x0e\x92\x1b\xd7\x91\xa6\xa4\x3c\xd3\xd0\xb1\x81\x1b\xa9\xdc\x99\x96\xc2\x1f\x8f\x8b\xcd\xd4\xf9\xf9\x67\x49\x85\x82\x2d\x65\x3d\x3a\x3f\xff\x33\x38\x9b\xc4\x49\x7b\x9b\x63\xeb\x2b\x39\x09\x46\x46\xc7\xd8\x37\x5b\xe0\xbe\xa2\x43\x2b\x66\xca\x15\xb8\xb0\x30\x1e\x00\xdc\xf2\xaa\xe0\x84\x35\xcf\x94\x97\xae\xa6\x54\xcd\x42\x26\x8f\x51\xcd\x8b\x45\x2e\x50\xf3\xb8\x38\x23\x04\x6a\x1e\x17\xfb\xb3\x51\xcc\x86\x6d\x7d\x25\x01\xd5\x6e\xca\x34\x50\xad\x32\x00\xbe\x08\x8e\x34\x4d\x1b\xa1\x71\x2e\x5f\x49\xe6\xee\x2c\x77\x63\x95\x87\x83\xde\xbe\xa2\x0d\x1e\x1c\x18\x4a\xde\x3f\x2e\xce\x1a\xa7\xeb\x9f\x0e\xe8\xf8\x8a\xa4\x70\x7c\x10\x05\x0a\xaa\x79\x28\x18\x10\x7d\xae\x86\x01\xb5\xbc\x69\x93\xc1\x8c\x28\x1c\x10\x07\x82\x90\xc6\x23\x27\xaa\x80\xc6\xc5\xe8\xf8\x31\x2b\xd4\xf1\xcc\xc1\x6a\x1c\x10\x47\x7c\x35\x0e\xa8\xe5\x55\x01\x9d\x5a\xde\x14\xd0\xa9\x47\x12\xd4\x87\x35\x59\x4d\x1d\xcf\xd8\x55\x03\xe9\x98\x10\xc2\x16\x8f\x1c\x89\x02\x0c\x8f\x8c\x9c\x00\xc3\xe3\x61\xe0\xaa\x61\x74\x9c\xac\x95\x0b\x1d\x4b\xa7\x1a\x47\xc7\xe9\x52\x8d\xa3\xe3\x88\xae\xc6\xd1\xb1\x5d\x54\x87\x1d\x31\x39\xaa\x21\x41\xe9\xbd\x31\x0e\xa9\xde\x88\xdd\xeb\xc9\x43\xa1\x38\x32\x16\x76\xbd\xfd\x9e\xc9\xe3\x5f\x46\x1e\x0a\xd7\x90\xd6\x18\x21\xc4\x9a\x33\xff\xeb\x95\x6e\x18\xe5\x90\xa1\x31\x40\xe8\x89\x24\x8f\xe1\x4a\x29\x02\x36\xe5\x07\x8b\xf2\x7d\x66\x2a\x98\xef\xa1\xd7\xbc\x2a\x9c\x4a\xfb\xa7\x22\x3e\xe6\x63\x40\x04\xbf\xf4\x31\x7c\x88\x79\x62\x66\xd8\x8b\x1f\x1c\x8c\x30\xda\x8a\xa9\x61\x2f\x06\xd5\x24\xae\x57\xcf\xab\x6a\x2a\x7b\xe5\x03\x0e\xa8\x21\x09\xcb\xd4\x29\xc5\x38\xa0\x16\xc9\x23\x3c\x90\x3c\x6c\x91\xbe\x35\x0c\xb6\x31\x25\xaf\xaf\x05\xb5\xe4\x71\x26\x96\x3e\xf3\xaa\xdc\xc5\x93\x3e\x19\x28\xb1\x78\x66\x77\x71\xde\x34\x50\x02\x55\xe8\xb1\xbb\x98\x33\x50\x89\xeb\x67\x5f\x34\xcd\x0e\xe2\xf5\x20\xc9\x05\x3e\x22\xc9\x41\x8a\xca\x6c\x8c\x6e\x2b\x23\x1f\x5a\x3b\xf9\x95\x63\x6a\x28\x36\xee\xc7\x88\x87\xc5\xb8\x99\x98\x78\xd2\x2b\x71\xbf\x16\x34\xb1\xc7\x4e\xe1\xc5\x77\xc7\x4d\xa5\xe1\x81\x8f\x33\x38\xd2\xf0\xda\x33\xf3\x54\x3f\xee\xfe\x15\xeb\xb6\x33\x02\x9a\x71\x7d\xe5\x99\x4d\xfe\xf9\x57\x9a\x56\x38\x5d\xc6\x6c\x24\xac\xe0\x80\x30\x8f\x6b\x4e\x6c\xf3\xb8\x46\x01\x6a\x76\xc0\xb1\x3a\x4c\xe3\x9a\x2b\x86\x73\xd0\x83\xeb\xfd\x8a\xf2\x31\xae\xbc\x6a\x6f\x6f\x9e\x89\x58\x93\x15\xd0\x7c\x76\xae\x95\x3a\x8e\xea\x48\xfd\x72\x2a\xf2\xf3\x9a\x9d\x6e\x2d\x92\xe8\x51\x67\xbe\xf3\xce\x41\x9f\x9b\xbd\x6e\x2c\xeb\xe6\x9c\x2f\x8d\x5d\xd5\x0c\xb0\xd9\xab\xc4\x00\xbb\x6a\xcb\x33\xf5\x8a\x8d\x44\x94\xaf\x35\xbf\xa0\x81\x8a\x78\x22\xca\xef\xc6\x54\x16\x92\xb8\x66\x0e\x0a\x49\xbc\x72\x35\x6a\x76\x53\xaf\xb4\x46\xdd\xf8\x95\xa2\x6e\xac\x7c\x27\xdf\x21\xab\xb3\xd9\x4d\xcd\x3e\xd6\xec\xa6\xe6\x37\x9a\xe4\xb5\x3e\x79\xd3\x6e\x6a\x4a\xd9\xf6\x1d\x32\x16\x76\x53\x67\x80\xb7\xff\x0c\xff\xc2\x6e\xea\x95\x52\xe4\x87\xcf\x18\x6e\xf7\x28\xb5\xab\x47\x4f\xbe\x3b\x4e\xe0\x94\x0a\xdd\x41\xc6\xd0\x30\x08\x14\xfb\x66\x1f\x36\xdb\x6f\x23\x60\xe2\xca\x43\xf7\x82\x91\x71\xd6\x17\x47\x13\x7f\xc5\xc7\xf0\x51\x5a\x4e\xaa\xad\x0c\x95\xf9\x8f\x2b\xa7\xa1\xa0\xc4\xf7\xd3\xd9\x3d\xcc\xe5\x5a\xd1\x48\x9c\x3e\x7f\x8e\x92\x77\x1d\x99\x78\x47\x94\x62\x5f\x33\x5e\xe2\x51\xbb\x51\x42\x9a\x97\xcb\x60\x7d\x98\xeb\xf5\x8a\xba\x6b\xd0\xf0\x15\x5d\xa3\xdb\x8c\x6b\x88\xe0\x57\x94\x1f\xac\xfe\x13\x72\xf2\x7d\xd5\x41\x97\xdc\xc2\x9d\x77\xff\x8a\x06\xd1\x27\x41\x98\x03\xd1\x49\x16\x66\xaa\x71\x14\xe6\xb5\x10\xe5\x88\xaa\x79\xa8\xce\xcd\x92\x16\xfa\x50\x19\x29\xd8\x4e\x34\xf4\xa1\x4e\x90\x28\x7f\xa7\x93\x2b\x89\x1f\x20\xc4\xf0\x73\xb3\x8c\xbb\x9d\x7c\xa8\x47\x41\x05\x33\x93\x3a\x51\xa3\x68\x64\xe6\x8b\x9d\x51\x24\xc4\x17\xfb\xdc\x1c\x6c\x1d\x37\xc9\x4c\x2d\x58\xdc\xd3\x24\x5b\xa5\xd9\x03\x3a\x7e\x92\x99\x6a\x6d\x72\xff\x55\x2b\xf7\x41\x7e\x0e\xb4\x81\x5c\x5d\x3b\x8e\x12\x66\x69\x27\xb7\x7a\xc9\xd3\xea\xd8\x37\x86\x0d\x76\xce\x15\xd1\x36\xeb\x95\x92\x6d\x74\x67\x4d\x99\x39\xb6\x65\x10\x71\x9c\xb0\x15\x74\x1c\x27\xac\x38\x41\x99\x9f\x96\xff\x6c\x16\xc1\x75\x45\xb4\xcb\x20\x3f\xf6\xd0\x01\x3e\x95\x95\xb7\x65\x72\xe1\x0e\xe1\xda\x23\x6c\xf3\xb7\x1a\x6a\xc5\x1f\x92\x06\x3b\xf7\x6a\x63\x31\x77\x5f\xb6\xa2\xaf\x74\x0c\xbd\x69\xb1\x0d\xbd\x2d\x05\x6f\x1f\x6e\xf4\x15\xcb\xee\x4a\x49\x36\x7e\x66\x24\xe4\xe9\x9b\xec\x51\x1d\xc3\x2e\x7f\x56\x38\xe6\xaf\xd8\x10\x6d\x66\xa7\x77\x83\x28\x7a\x76\x9f\x81\xbd\x76\xe5\xa9\x88\xf8\x9e\x3c\xb4\x29\x3a\xe5\xda\x5a\xcb\x8f\x1d\x58\x6b\x99\x13\xa2\x81\x7d\x26\x47\xc1\xc0\x1c\xcb\x74\x32\x0f\xec\x64\x0f\x87\x07\xf6\x66\x53\x15\x66\xf9\x99\x9c\x77\x03\x46\x18\x66\x84\x60\xca\xcf\x64\x5b\x1b\x10\xc2\xcc\xbc\xeb\x01\x5d\x29\xd7\x03\x4a\xfb\xc4\x81\x3c\x39\x38\x87\x3d\x1c\xed\x8a\x28\x0b\x26\x1b\xd5\x30\x6b\x1a\x5b\xd1\x80\x35\x8d\xb5\x3b\xb0\xd4\xce\x3c\xb5\x09\x93\x0d\x50\x28\xe3\x76\x73\xe7\x10\xca\xb8\xe5\xcc\x17\x9b\x6c\xb3\xab\xfa\x2b\x61\x8a\xcd\xab\x4e\xf1\x37\x53\x8e\xac\xaf\x25\xd2\x4b\x12\xdd\xc4\xf8\x4a\x7b\xec\x93\xe8\x98\x6c\xcc\x25\x7b\x77\xf4\xb0\x11\x83\x2b\x9f\x1e\xd9\x8a\x6b\xde\x95\xa6\x7d\xb7\x3c\xec\xbe\x07\xe7\x53\x11\xca\xb0\x79\x98\x3b\xb6\xdc\x6c\xde\xc3\xa1\xcd\xf7\x9d\x77\x65\x60\xed\x29\xd7\x06\x56\x56\xa6\xe9\x60\xe7\xe2\xdd\x89\x81\x95\x05\x65\xe0\x70\x79\x46\x5e\xae\x7e\xda\x10\x9b\x9f\x3e\x88\x5d\x26\xcb\x7f\x72\x43\x7d\x5f\xb5\xf5\x70\xa4\x1a\xc7\xc3\x5e\xa9\x66\xfb\xe9\x8d\x68\x8b\x26\xf6\x1e\x91\xbc\xb6\x56\xf2\xe9\xdb\x4b\x71\x21\x2a\x7c\x78\x72\x26\xcf\x65\xeb\x21\xe5\xca\x42\x30\x72\xa0\x98\xd5\xf5\xc9\xdc\x31\xab\xeb\x13\xb5\x43\xe8\xe5\xbb\x5e\x25\x4f\x6d\x8b\x2b\x29\xd8\x4c\x61\x79\xf8\xf2\x43\xea\xb1\xf1\x2a\x5a\xa1\x90\xc8\x77\xcd\xe5\x52\x50\xe4\xfb\x67\x62\x30\x3b\xeb\x8c\xb2\x37\x31\x5f\x71\xe1\x36\x3b\x6b\xed\x3f\xf1\xfb\xdb\xb3\x83\x19\x8e\x5c\x63\x8f\x11\x1c\x79\x3c\x69\xc3\x91\x31\xab\xe5\x55\x0f\x13\x87\x8f\x40\xc6\xf7\xaa\x91\xb4\x2e\x38\x1d\xa7\xc3\x91\x68\x9d\xed\xfa\x57\x5e\xf4\x8d\x96\xb1\x16\xf6\x2d\x37\xe8\xe9\xf8\x23\x06\x84\x5b\x5b\x5e\x14\xd6\xa1\xe6\x99\x28\x1f\x58\x3d\x66\x5d\xfd\xd9\x54\x96\x23\x3b\xf9\xb9\xcb\x01\x47\x3d\xaf\x3e\x3e\x40\xf3\xaa\xd6\x2f\x0a\xac\x48\x56\x07\xbb\xdf\x32\x7d\xdf\x95\x17\x7d\xa3\xba\x91\x74\xa3\x62\x45\x2e\x03\xd3\xd0\xd9\x0c\x23\x6e\xb9\xd0\x09\x38\x5c\x07\x57\x18\x53\xa8\x5e\xd7\x9d\x87\x9e\x4c\xfc\x19\x81\x85\x9f\x18\xe1\x0d\x16\xfe\x5f\x3f\x30\xe6\xd3\xd4\xef\xcc\x1a\x4f\xaa\xdc\x6a\x5c\x5e\xd4\x20\xd2\xee\x65\xc3\x38\x47\xb7\xd9\x53\xa3\x47\x09\x2a\xdc\x6f\x26\xe0\x32\xf0\x87\x89\x6d\xee\xd4\xc2\x82\x5f\xe6\xe8\xe3\x5c\x13\x54\xf8\x2e\xec\x2a\x82\x0a\xf7\x68\xcc\xe6\x46\xed\xd7\xef\x55\x19\xa9\xae\x48\x32\x9a\xa5\x31\x4a\x85\x98\xd9\xb5\x1c\x84\xc9\x52\x11\xe4\x77\x5c\x25\x55\xd8\x2a\x45\x29\xb6\x4a\xb1\x8b\x2d\x07\x5a\xa2\xcc\x0b\xf2\x3b\x2e\xb6\x67\x53\xa4\x2e\xae\x04\xcb\x93\x92\xfd\x42\x88\xdf\x91\xfd\x41\x88\xdf\x91\xed\x61\x79\x8e\xfe\xbe\xd3\x44\xfc\x49\xbe\x93\xf3\x93\x6c\x3d\xc0\x3c\x24\x22\xd5\x5a\x50\x33\x44\xa4\x5a\x26\x03\x63\x1e\xd5\x5f\xd3\x9c\xc7\xbf\xcc\x3c\x6c\xfa\x83\x1d\xa9\x4b\x6a\x48\x66\x41\x63\x9c\x36\x33\x31\xc5\x08\x69\xc8\x68\x03\x29\xe6\xc7\x00\x29\xee\x69\xcd\xc7\x19\x14\x3d\x81\x9c\xc7\x3f\x9b\xbf\x58\x51\x57\xb6\xf7\x8d\x42\x4a\x6b\x98\xb3\xcc\x43\x71\xa2\x7e\x9b\x93\x2f\xad\x60\xff\x97\x1d\x5b\x58\xe5\xe7\x66\xc7\xd8\xe8\xb2\x25\x95\x9a\x01\x1b\x05\x68\xa3\xbd\xa2\xb6\x08\x9f\xfc\xc4\xcb\x64\x12\xd4\x59\x50\x99\x4d\x7b\x5a\x1e\x8e\x68\xd3\x9e\xb6\x92\x87\xa6\xd3\xe0\x80\xdc\x78\xa4\x38\x95\x85\x27\x6e\x83\x0b\xe5\x86\x5e\x92\xbd\xd1\xa9\xff\x6b\x54\x27\xa7\xfe\xaf\x39\x35\xc4\x73\x3a\x9e\x3c\x7b\x79\xab\xcc\xb3\xb7\xc8\x65\x18\x6b\x99\x2a\x32\xf0\x0a\x1a\xce\xfc\xd9\x24\x24\x60\x49\x6c\x2c\xf0\x34\x4e\x09\x8b\x73\xd9\x12\xbe\xb7\xe7\x4e\x77\x48\x8e\x71\x23\x89\x16\x85\xad\xeb\xf8\xc4\xed\x79\xd3\xeb\xf3\x41\x52\xff\x7b\xbe\x13\x33\x07\x9b\x85\xf0\xbd\x3d\x37\x61\x61\x78\x7b\x6f\xf9\x6e\x6b\x61\x2d\x24\xc5\xfc\xb7\xd4\xa0\x98\xff\x96\x67\x2f\x4f\xb4\x7c\x28\x3b\x3d\x5b\x8e\xb9\x4a\x3b\xff\xf1\xd8\x4c\xcf\xb4\x3b\xe6\x66\xe0\x5f\x1c\x1b\xe6\xd9\x55\x8f\x4d\xf1\x4c\xba\xe3\x2c\xb1\x6c\x94\xc7\x86\x79\xc6\x17\xa0\xee\x1d\xc9\x7b\x0c\x1d\x5c\x6e\x68\x6a\x97\x99\x9e\xcd\xdf\xb0\xdc\x1e\x33\xd9\x11\x1d\xd7\xc5\x1a\x38\xa2\xe3\xba\x50\xab\x94\xbb\x7f\x5c\x9c\x45\xe2\x24\x1d\x17\xca\xe4\x71\xd4\xf9\x13\x49\xa3\xc6\x3c\x15\xd4\x77\x5c\x9c\x91\xa2\x1c\x1d\x99\x97\xc7\x94\x4a\xe8\x11\x87\xad\x8a\xce\x3b\x9c\x37\xff\xc5\xe1\xbc\xf9\x9f\x6c\x55\x29\x53\xc7\xf7\xc8\x33\x9d\x04\xe9\x91\x82\x26\xb3\x4f\x0b\x77\x5b\x32\xb7\x8e\xc3\x79\xd1\x29\x8f\x37\x35\xda\xf2\xe7\x70\x5e\xd4\x37\xc1\x6e\xc7\xc3\xd1\x47\x8a\xff\xec\x78\x20\x6d\x63\xa2\x14\x9a\x76\x5e\x23\xef\xca\x96\x4b\xdb\xfe\x1c\x1a\xf9\x2b\xd5\x9b\xda\x42\xfa\xfb\x4a\x25\xdf\xb9\x35\x6e\xdb\x9f\x9d\x92\xf1\x84\xfd\x29\x4a\xe7\x62\x17\x17\x78\x76\x0e\xce\x6c\x81\x67\x4b\x2e\x4d\x02\xc8\x96\x28\x75\x7f\xb6\x97\xa2\x15\x08\x1e\x3b\x73\x47\x55\xc6\xff\x92\x5b\x90\x13\xfe\x4f\x06\x4a\xd0\xd9\x32\x9f\xbc\x29\x6b\x6d\x4f\x7d\x3a\x19\xf8\x69\xc2\xc6\xce\xc1\x02\x15\x36\x76\x0e\xd4\x8e\x3f\xc7\x8e\x71\x43\x13\x18\x76\x8e\x3b\xdf\x0d\x49\x79\x36\x75\x6a\xd4\x88\x0a\x28\xe1\xe2\xf7\xe7\x0c\xee\xa3\xa4\xd4\xe3\x13\x86\x4e\x39\x57\x56\xbd\xf2\xf2\x4b\xe5\xfe\x13\x49\xf8\x7d\xd5\x8a\x1e\x13\x5c\x68\xd9\x39\xd8\xa2\x84\x96\x9d\x83\xf5\x2c\xb4\xec\x1c\x77\xde\x74\x2f\x19\x2b\x47\x93\xcd\x3c\xd3\x11\x87\xe6\xf3\x67\xc3\xea\xcc\x9b\x43\x4a\x52\x24\x9b\x61\x5a\x3e\x5c\xde\x4f\xe8\x87\x32\x06\xd5\x1e\x49\x76\xcd\x9e\x57\x75\x1a\xf6\x94\xf3\x56\xa9\x79\xf3\x23\xc9\x6f\x1a\x1e\x5b\x39\xb7\x0d\x8f\x9d\x37\x55\x98\x78\xb5\xb2\x45\x0b\x2c\xfb\x3d\xa7\x2a\xa2\x8d\x4f\x13\xa9\xa9\xd4\xbc\x3a\xed\xbf\x2c\x88\x8a\x82\x60\x92\x99\x6c\xb5\xf6\x7c\x68\x18\x7c\x49\x95\x46\x88\x97\x14\x24\x54\xe0\x9d\x87\x1f\x73\x45\x53\x90\x2e\xd7\x77\x8d\x64\x53\x19\x8a\x13\x18\xdc\xf8\x45\x5f\x86\xfd\x31\xb7\x5e\x3e\x63\xe3\xdf\x7c\x99\x66\xac\xff\xca\xdd\x16\x69\xa1\x0d\x46\x9d\xf1\x03\x49\x1b\x27\x38\xf0\xd8\x68\xf5\xc0\x63\xa3\xda\x99\x1e\xf5\x2e\x29\x4a\x86\x9c\xd9\xf2\xee\xf2\x43\xfa\x6a\x34\x5f\xf9\x7d\x7a\xfc\x94\x46\x19\xcd\x57\x52\x8f\xb1\x47\x2c\x87\x17\x9c\x75\xec\x46\x42\xb2\xb6\xdc\x11\x04\x64\xfd\xde\x9b\xf9\x19\xb6\xdc\x5c\x33\x9f\x36\x5d\x68\xf9\xa9\xf6\x99\xdf\x19\xa7\xef\x7c\x6c\xd1\x9c\x4c\xbc\xda\x32\xc0\x82\x25\xb5\xfc\x37\xb1\x3d\xf7\x4c\x15\x50\x1c\x2b\x1f\xbe\x2c\xf2\x2f\x64\xf2\xac\xbf\x5f\xae\x4b\x74\x2d\xfc\x0c\xe3\x58\xe3\xdc\x32\x8e\xb5\xc6\xbc\x6b\x1c\x6b\x8d\xfd\xde\x64\xac\x35\xf6\xec\xb7\xb3\x12\xe6\xcb\xa6\x43\x66\x20\x89\xfa\x82\xbd\xec\xed\xc8\xf5\x27\xcf\xbc\xeb\x4d\xa4\xf5\x2d\xa4\x21\x6c\x29\x29\x91\xbe\xe7\xc8\xaf\x29\x7f\xbe\xec\xe7\x33\xdf\x21\x22\x7d\x0c\xa6\xa2\x9d\x3a\xd1\xa3\x72\xbe\x4d\x03\xf6\x7b\xa6\x21\xef\x79\x26\xf2\xb2\xd4\xa1\x79\xfa\xc4\xd3\xf8\x36\xa6\x3b\x8a\xd7\xdb\xd4\x48\x3d\x0f\x65\x48\xee\x33\x05\x7d\x9c\x21\xd0\x92\xf8\x37\x3b\x9b\x85\xa0\xab\x3d\x50\x1f\x41\x57\x7b\x4f\x1f\x95\xdd\x3d\x18\x21\x43\x55\x3b\x27\x90\x90\xaa\x3d\x3f\xd9\xfc\xae\x3d\x10\x2c\x43\x55\x3b\x33\xe7\xcd\x0d\x27\x15\xda\xc6\x97\x9f\x61\xf7\xd6\xef\x43\x29\x23\x3d\xcf\xdc\x29\x7a\xe1\x4b\x4d\x7e\x94\x5d\xed\xed\x9f\x54\xac\xdf\x57\xa5\xa8\x70\xe6\x09\x86\x3a\xe2\x22\x15\x0a\x75\x5c\x4f\xaa\x90\xd7\xe5\xf7\x4c\x4a\x0c\x0a\x9d\x20\xa9\xe3\x7a\x22\x91\x68\x9f\x31\x35\xb7\x4c\xa6\x94\x49\x42\x66\x2a\xd4\xb5\x2d\xbf\x58\xb4\x20\x71\x4a\x0a\x7f\x7a\x2f\x9e\x09\x71\x3a\xae\x1a\x49\xda\x16\xbf\xdf\x88\xd3\x15\x43\xda\xc7\x33\x1a\xc5\x45\xf8\xd3\x91\xeb\xc7\xc7\x74\x4b\x28\xb0\x1f\xd3\x2d\x3d\x29\x46\x07\xc7\xff\x44\xe1\x0e\x18\x1a\x13\xcd\x46\x53\x11\xf4\x74\x5c\x35\xc5\x08\x20\xf1\x2b\x54\x0a\x6c\x7e\x94\x81\xa7\x3f\xcd\xf0\xe3\xeb\x7e\x0c\x82\x1f\x7b\xfd\xb9\x40\x7c\xec\xf5\xe7\x92\x67\xee\xd9\x87\xcd\xe1\x63\xa8\xc9\xc3\xe5\xe2\x63\x3e\x26\x76\xa7\x8f\xaf\xf7\x33\xaf\x4a\xab\x5b\x79\x26\xad\x6e\xa5\x50\x8f\x7f\x4a\x11\x08\x00\x8b\xad\x00\xa9\x25\xde\x3a\x71\xd1\x96\x2c\x31\x73\xd1\xce\xbb\x47\x54\x74\x7f\xcc\x0b\x90\xd1\x62\xb8\xfe\x60\x6d\x62\x71\x7c\xcc\x3e\x3a\xf3\x6a\x37\x48\x85\xf1\x30\xbb\xce\x8c\xa4\x6b\xf5\x4a\x39\xee\x15\xe3\x6a\x02\x9d\xfc\x48\xeb\xc6\xbf\x52\xac\x9d\xe6\x3b\xf5\x23\x33\x47\xc6\x80\x1e\x90\xd0\xc7\xfe\xdc\x56\x23\xca\x0f\x9f\x41\x96\xd2\x71\xe5\x07\x18\x69\x80\x3e\x6c\xf4\xe9\xff\x26\x9d\xa1\x06\x33\x92\xac\x89\xd9\xba\x3e\xc6\x1a\x64\x3c\xec\xf9\x6d\x35\x95\xc8\x83\x9f\x6e\x99\x52\x21\x3f\xf2\x88\x24\x22\xbf\xc0\x8a\xb5\x7f\xd6\xba\x0c\x27\xf0\x50\x2d\xc1\x52\xa7\xb3\xa3\x7d\xa5\xe2\x7c\x34\x0d\x51\xaa\xac\x9b\xba\x2e\x63\x0d\x3c\x3b\xd6\x65\xb2\x05\xcf\xd6\x75\x99\xaa\xc4\xa3\xba\x2e\x6b\xe0\x33\xa5\xa8\x8b\x2b\x55\xf8\xe6\x90\xef\x44\xad\xf0\xa4\x69\x82\x28\xac\x94\xa2\x0e\xae\xd4\x2e\x73\x48\xa3\x14\xa9\x1f\x03\xe0\xe2\xba\x9c\x32\x08\x9f\xf4\x32\x78\x15\x98\xf9\x57\xb4\xbd\x2b\xad\x13\x09\xc9\x28\xb4\xce\x97\x3a\x7c\x9f\xcb\x70\xd5\x69\xd8\xf9\x57\x94\x8d\xab\xa4\x20\xc5\x90\xae\x48\x66\xd5\xfd\x7d\x29\x4d\xb7\xd2\x22\x81\x18\x46\x1a\xa4\x98\xf7\x51\x78\x53\x31\xc9\x25\x1d\xb3\x8e\x5e\x69\x9c\x62\xde\x47\xcd\x33\x69\xec\x19\x10\x43\x1a\x56\x4a\x51\x18\xff\x62\x20\x45\x2e\x32\xfe\x83\x73\x72\x09\xd3\x5a\xcd\x40\xfe\x95\x74\x07\x2a\x69\xa8\xef\x40\xe9\x84\xba\x54\xf2\xe6\x5b\x52\x1a\xa3\x78\xf8\xc5\x28\x5a\x59\x2f\x8c\x9a\x95\xf5\xc2\x5f\xb5\xb2\x5e\xf3\xa6\x42\xfc\x33\x19\xad\xac\x2f\x6a\x3f\xb6\x39\x8d\x14\xa3\xf0\x65\xec\xfd\xcb\xc8\xd6\x01\xbc\x66\x5d\xe6\x82\x98\x8c\x86\xd9\x26\xb9\x92\xad\xcb\x6a\x37\x5f\xde\x56\xbb\x7d\x97\x5b\x42\xae\x56\xae\x12\xeb\xb6\xd6\xed\x05\xb8\x44\xcf\x7b\x3f\xd3\xd7\xc5\x75\x1b\x15\x31\xf2\x50\x2e\x6b\x07\xd8\x7e\x45\xc5\x25\x7b\x95\xaf\x7b\x7a\x5d\xf7\xbc\xeb\x14\x27\x4f\x9e\x72\x28\x44\x34\xd1\xde\x9d\x16\xc9\x80\x36\xd3\x22\x19\xd0\x06\xb5\xd8\x46\x96\x06\x19\xec\xc0\x00\xdd\x84\x1f\xf8\x70\x59\xb7\xd1\x0e\x33\x0f\x7d\x47\x48\x31\x26\x1e\xb0\x4e\xb0\x6e\x47\xec\x8f\x7c\xb8\x34\x22\xa9\xc3\xc6\xf1\x89\x64\x2c\xdc\xca\x43\xdd\x6e\x6e\xfa\xb1\x3c\xcc\xf4\x79\xdb\x20\xde\xf8\x72\x9b\xd5\xad\xe4\xa9\xbd\xe9\x2c\x82\xdb\x61\x9b\x19\x10\x85\xec\x38\x8b\xd7\x57\xd2\x21\xd5\x7f\x0f\x6d\xb2\x63\x69\x19\x08\xdb\xb2\x83\x89\xfe\xf7\x01\x26\xbe\x6e\xc7\x6d\x3e\x79\xf5\x78\x5f\xa0\x9f\x49\xfa\x46\x5f\x14\xba\xe6\x2c\x10\x5f\xc9\x01\xa9\x95\xe1\xdb\xbe\xb8\xd1\x5a\xc5\xae\x39\x2d\xda\x57\xe2\xf2\xc3\xd8\xda\x77\x8b\x2d\x66\xdd\x87\x9b\x1b\x2d\x3a\x1c\x63\xb4\xc1\xbe\x5b\x8c\x3a\xcb\xb0\xd9\x01\x9e\x6b\x19\x1a\x7b\xf5\x8c\x19\xe9\xb4\x5a\x5a\xf1\xe7\xeb\x4e\xea\xf5\xdd\x28\xb3\x48\xbe\x0a\xdc\x2f\xcb\xc0\xd9\xbb\xf0\xa7\x44\x04\xfc\xa0\xcb\x2e\xc3\x68\x2f\x0c\x62\xab\x60\x24\xb6\xaa\xb5\x84\xa3\x7d\x00\x30\x2f\x93\xff\x5e\xa8\x9a\xcb\xec\xbf\x17\x56\xb0\x55\x8c\x65\xe8\xbf\x6a\x7c\xd5\xbb\x53\x92\xed\xa7\x0b\xc9\xe0\x85\x99\x77\x85\xfb\xc6\x72\xb1\x4c\xf3\x7b\x83\x50\x59\x46\xcf\xde\x25\x4d\xb4\xbf\xb6\xa4\x5a\x67\xf0\x28\x74\xbd\x2c\x87\xa3\xcc\xbc\xac\x8b\x1f\x4b\xd1\x98\x59\xe2\xc1\xbe\x22\x17\x3f\x86\xc2\x54\xa9\xf7\xaf\x60\xbb\x73\xd3\x88\x97\xa7\x30\x2d\x56\x56\xc3\xd9\xf3\xa5\xb2\xbe\x75\x9e\x39\xeb\x5b\x61\xcb\x29\xf6\xee\x96\x8c\x9a\x66\xbb\x53\x1a\x7f\x25\x5d\x0a\xcd\x69\xf8\x15\x9d\x05\x6b\x45\xb4\x77\xe8\x9f\xdc\xda\xdf\x57\x7d\x63\xa4\xed\x72\xb1\x71\x43\x5f\xc5\x41\x38\x9c\x81\xa6\x1f\xbe\x41\x11\x2d\x03\x75\x6f\x00\x4e\xab\x10\x86\xc3\x91\x64\x38\xee\x0d\x02\x68\x15\x6e\xbf\xbc\x8b\x27\x98\x43\xa9\xe0\x09\x66\x35\x16\x03\xdb\xb8\xb6\xae\xe2\xd0\x85\x3b\x73\x89\x0b\x6f\x49\xc1\xf6\xa5\xb2\xf1\x19\xbf\x5b\xee\x4c\x9e\xe3\xf4\xed\x99\xb3\x44\x32\xfc\x1a\xe5\xc8\x1c\x0e\x2e\x41\x76\x5b\x2b\x69\xa3\x03\x5d\x7e\x9f\x2a\xd0\x85\x15\x58\x09\xcc\x61\x56\x56\xfc\xc6\xfc\xe3\x6a\x2b\x36\x6e\xf0\x55\xa1\xc5\x66\x53\xad\xf8\x8d\x67\x5e\x36\x6d\xe6\xef\x65\x9b\xcd\x98\xd1\x42\xff\xb6\xc6\x3e\x50\xc9\xb5\xc5\x49\x03\xcf\x30\x66\xca\x25\x88\x6f\xeb\x69\x22\xde\xbc\x8b\x5a\x97\x83\x85\xf2\xee\x72\x86\x26\xca\xd5\x52\xa8\xc5\xd6\x9f\x25\xca\xe0\x36\xd8\x31\x4c\x19\x5c\x31\x7a\x2c\xa1\x7c\xbf\x22\xcd\xb7\xa3\xb8\xfc\xaa\x51\x72\x27\xfe\xa4\x39\x84\x2b\xd0\xde\x25\xd8\x2f\x78\xfe\x05\x4d\x70\x67\x04\xa5\xe2\x63\x09\x58\xd5\xc0\xb6\x19\x49\xa8\x0b\xd4\x29\x31\x01\xb7\x56\xf2\xdd\x23\xdb\x03\x7d\x76\x30\xc4\xf3\x2b\xe6\xab\xa5\xa5\x1b\xbe\xfc\xe6\x84\x14\x4d\x70\xef\x19\x0e\x11\x64\xb2\x6d\x54\xfb\xf3\x7e\x85\xe8\x62\xd8\xa8\x41\xae\xe3\x5e\x33\x70\x31\xe3\xd0\x36\x7c\x22\x68\x89\xd5\xee\xe3\x8a\x86\x69\xa0\xef\x60\x35\x55\x13\xa2\xb0\x7a\xaa\x09\x51\x32\x6e\x26\x44\x61\x2b\x7a\x40\x98\xa1\x08\x3e\x36\xe3\x3d\x79\xd8\x5c\xe5\x85\xe8\xbd\x94\x59\xfb\xb0\x97\x32\x31\x4d\xd5\x7b\x17\x56\xc7\x03\x7a\x00\x35\xe1\x99\x2c\x59\x37\x49\x30\xdd\xef\x2c\x8e\xe8\x68\x2e\xf4\xd8\x67\xd9\x0a\x15\x09\x3e\x77\x9a\xe8\x29\x73\xfd\x3e\xfd\x6a\xef\x0c\x99\x48\x79\xef\x31\xd0\xfa\x1e\x33\x42\x32\x62\x8f\x8d\xd4\x2d\xdf\x79\x88\xf2\xa1\x5b\xcb\xe4\x37\xe0\x97\xdd\x50\x08\xdf\xd1\x98\xbf\x42\xf8\x96\x5f\x85\xdb\x39\x10\xf2\xa6\x96\x10\x8b\xc4\x38\xdd\xc2\xe6\xf7\x38\xbc\xa0\xa5\x14\xff\x78\x7a\x28\x4f\xd8\x60\x03\x7b\x30\xc9\x5d\x11\x9b\xb1\xff\x94\x23\x2e\x67\x60\xa9\xcb\xfc\xb6\xf5\xf7\xec\x98\x8a\x3d\x5f\x0a\xec\x93\xff\xe3\x8c\x47\xa8\x66\xa6\xbb\xed\xe3\xdf\xfe\xc9\xd5\x4c\x86\xce\x44\x6b\x3e\x8b\xf1\xeb\x2f\x41\x6f\xef\x0e\x4e\x69\x19\x5f\x3b\xb8\x12\xae\x66\xfa\x66\xba\xd9\xac\x55\xd2\xd8\x66\x87\x58\xd4\x24\xf3\xe8\x2e\xfa\x65\x80\xed\x62\x6d\x1b\x51\xdb\x72\xa6\x37\xab\x95\x58\x29\x57\x33\x7d\xe8\xef\x5d\xf3\x7c\xb2\x14\xa1\xdc\x4d\x6b\x4d\xb9\x9b\xf6\x2c\x1b\xf0\xf2\xa1\x1c\x41\x69\xc0\xd2\x55\x3b\x6d\x95\x4f\x0c\xd4\xd4\x6a\x66\x16\xcf\xfd\xa1\x79\x46\x70\xce\x36\x13\x35\x32\x03\x85\x8d\x9d\x51\x4e\x85\x7f\xfd\x76\x79\x22\x7e\x15\xd9\xca\xc4\x12\xc8\xb5\xd6\x2b\xc5\xe8\xa2\x53\x53\xc5\xcb\x1b\x2c\x4d\xc5\x13\x31\xf3\xd4\xd3\x87\x52\x45\x19\x1e\x25\xc0\x64\xb9\xf3\x46\x3f\x17\x8c\xb5\xe2\x54\x59\xcd\x6c\x4c\x9c\xaa\x02\xb1\x56\x9c\x31\xab\x99\x8c\x29\x55\x90\x07\xe7\xca\x87\xb6\xcb\xd7\x88\x6f\xef\x04\x34\x4f\x94\x1b\x18\x4d\x96\x31\xac\x77\xe1\x38\xeb\xce\x7c\x9d\x33\xa8\x3b\xb0\x14\xec\xf6\xea\x06\x3a\xa1\xa9\x0a\x88\x4a\x1a\xc6\xaf\xe4\xdc\x7e\x1d\x49\x91\x0d\x11\x64\x34\xa4\x93\x7d\x32\x5a\x0d\xd1\xa3\xb5\xd2\x1e\x85\x6b\x30\x79\x82\x41\x65\xf0\x84\x41\x7d\x88\x7a\x5d\x82\xa0\xb6\x96\x47\xde\xd4\x29\xd4\x40\x3a\xb6\xc2\xce\xf6\xc1\x5f\x17\x60\x73\x00\xf6\x58\xdd\xde\x4e\xb4\xbd\xee\x10\x24\x26\xa4\x30\x97\xc3\x14\x1e\x5f\xe9\x76\xf4\x54\x44\x6b\xe6\xdc\xe7\xe1\x8c\x4d\x97\x65\xb6\x04\xd9\xb9\xcc\x19\x8b\xe3\x66\x75\x7b\x3f\x7b\x8a\xd9\x7a\x93\xa6\x1e\x4f\xfa\xbc\xa9\x49\xcf\x1e\xd5\xed\xfd\xcc\xd0\x1c\xdb\xc9\xe8\xbe\xac\x96\x80\x5d\x97\x28\x63\x47\xe3\xf2\xa6\x3c\xfc\xc3\x7c\x51\x5f\xa9\xa8\x94\x48\xd5\x0e\xe4\x86\xf8\xe8\xd5\x89\x24\xae\xdf\x96\x62\xe4\xd0\xed\xa9\xc2\xfe\x2e\x26\xca\xb0\x25\xa6\x47\x92\xb5\xa5\xa7\x18\xb9\x18\x57\x6a\x94\x39\x89\x19\x65\x9a\x58\x22\x95\x97\x30\x97\x93\x20\xe7\x25\xc8\xe5\xbc\x38\x93\x4c\xf7\x0a\x7a\x68\x09\x54\x59\xeb\x15\x69\x49\xa2\x06\x5b\x5d\x9e\x94\xe2\x85\xfb\x20\xfd\x79\x7f\x4c\xf5\x32\x51\x3c\x79\xf8\xd6\xab\x79\xa6\x75\xcb\xdf\x16\xfa\xb2\xd6\x0c\xa9\x2d\x32\xdc\x13\x05\xbe\xac\xf5\xdf\x7c\xaf\xdf\x57\xab\x5e\x4d\xa1\x32\xd7\x30\x9f\x87\x5d\xaa\xdc\x12\x87\x5d\xaa\xdc\x69\x85\xb5\x5c\xcf\x95\x67\x52\x12\xd8\xd5\x85\xb5\xac\x78\x9e\x97\xa0\x96\x35\xb6\x14\x21\x2d\x6b\x2c\x32\xe2\x6d\xad\x31\x24\x09\x76\x59\x63\x9d\x12\xec\x72\x3d\x19\x27\xf1\x02\x3d\xf9\x2f\xec\x44\xb4\xda\x70\xfa\xc5\x50\x78\x27\xca\xff\x34\x34\xae\xa4\x94\xa3\x52\xf8\x13\x76\x74\xe6\x7f\x1e\xf7\x28\x65\x4a\x09\xca\x1c\xb1\xfd\x05\xbd\x58\x48\xcd\x8a\x13\x76\x4d\xdb\x5f\x38\x36\x27\x77\x4f\x0a\x9d\x8e\x4a\x61\x43\x37\xd8\xb2\x97\x91\x77\xcd\x8c\xc5\x90\x0a\x7b\xf9\xdc\x2d\x92\x09\x8d\x9e\x7c\x2a\xca\xa6\x27\x75\xda\xef\xf9\xa4\x20\xdf\xfc\x27\x92\x7f\x86\x07\x5c\xc0\xcb\xe5\x04\x9f\x5f\xc9\x57\xfd\x27\x0f\x65\xb5\x40\xe3\x21\xf5\x7e\xf6\x13\x52\xef\xe3\xc0\x58\xa4\xde\xc7\xd9\xb0\x26\x6e\x4f\xfe\xd6\xc4\xed\x59\x53\x8f\xdd\x9e\x35\xdf\xfa\xa6\xcf\xdd\x81\xec\xfa\x9d\xff\x3e\x17\xe7\x41\xea\xf5\x79\x40\xc1\xe6\x13\xe2\x07\x1a\xc1\x79\x75\xce\xd2\x69\xc6\xa0\x94\x63\x1c\x7c\xff\xbd\x2b\x20\x60\xea\x14\x35\xca\xfd\xe4\x55\x2b\xa3\x9c\x1c\xd3\x46\x97\x34\x00\xbb\xca\xca\x97\xba\x4d\x96\xfc\x61\xdf\x26\x0b\xd3\xdb\x00\x4e\x72\x40\x7d\x45\x5f\x94\x99\xe0\x64\xde\x2f\x69\xa1\xbd\xa9\x25\x2d\x34\xdd\x09\x5b\x9f\xc0\x9f\x37\xe9\xf8\xbe\xa2\x6f\xfd\xf9\x52\xb9\xf6\x7b\x6a\x71\x42\x94\x99\x72\xec\xde\x4d\xfb\x0f\x0d\xf6\x4f\x5e\x80\x9c\x58\x3b\x82\x72\xb6\x58\xaa\x16\x99\xc8\x59\x3c\x40\x39\x99\x91\xcb\x30\xf7\xf1\xfb\x52\x68\xeb\x27\x12\xc7\xe6\x44\x7c\xbb\x49\x1d\x51\x0e\x9e\x9b\x79\x67\x3c\x67\x01\x2c\xbe\x9c\x22\x7f\x5c\xa9\x55\x07\x27\x2e\xfe\xb5\x50\xf6\x99\x3b\xce\x90\xdf\x01\x42\x2f\xc1\x3b\x5b\x8e\x2e\xc3\x3b\x0b\xd8\xd3\x65\x78\x27\xe8\x80\x65\x2e\xd8\x02\x8e\x7b\x39\x25\x7e\xc1\xed\xbd\x0c\xea\x2c\xc0\xc5\xd7\x32\x03\x43\x2a\x85\x81\x81\x6b\x8f\x90\x9b\xad\xa5\x96\x6d\xb2\x03\x7a\xba\xb9\x8c\xd0\x7a\x41\xdb\x7b\xda\x07\x90\x33\x63\xe6\x8b\x5f\x6c\xde\x42\x72\xb6\xd1\xf2\x25\xc0\x66\x1a\x24\x6c\xfb\xfc\x2f\x76\x13\x67\xbc\xaf\xe5\x4a\x6b\xdf\xfa\x32\x95\xf0\x27\x18\x7a\xcd\xd7\x8a\x3f\x6b\x2d\x3b\x7e\xe2\x31\x21\x1d\xfe\xcd\x35\x6c\x69\x4a\xd6\xce\x9d\x56\xd8\xcf\x96\xe6\x3a\x3c\xb9\xa7\x1c\x39\x3b\x7b\x2a\xd9\x8e\x01\x8a\x28\x6e\x5d\xda\x63\xed\xef\x4e\x85\xca\x03\xc7\x21\xbe\x89\xf7\x43\xa5\xd8\x06\xe4\x71\x36\x6e\x00\x79\x91\x34\x2d\x98\xf2\xe2\x88\x9d\x30\x81\x2c\x25\xc5\x1f\x84\xbc\x2c\x61\x3d\x4b\xfd\x7d\xe7\x03\xb7\xe7\x55\xb9\x96\x98\x7a\x82\x77\x4e\x58\x42\x96\xd0\x9d\xdf\x91\xe3\x55\xe3\xa2\xd8\x82\x05\xe8\xac\x35\x75\x88\xaf\x18\xbc\xf0\x32\x9d\x6c\x65\xc6\x9a\x32\xf6\x41\x19\x10\x24\xf3\x89\xca\xba\xb3\x4f\xf2\x50\x66\xb6\x71\x73\xaa\x93\x5e\x7e\xa4\x3d\xda\xdf\xc6\x8d\x52\xb5\xe1\x01\xe1\xe7\x6c\xb8\x3d\x56\x44\x53\x63\x70\xf4\xec\x4c\x91\x54\xe4\x80\x55\x04\x5f\xee\x78\xe4\x1c\x42\x19\x11\x9d\xc9\x95\xab\xd4\xe6\x4c\x1e\x48\xc3\xed\xa1\x2f\x87\xe3\x2c\xe5\xb8\xa3\x0c\xc2\xf1\x75\xbf\xa4\x58\x07\x46\xa4\xdf\x36\x70\x8d\x15\xd1\x01\xb4\x12\x0e\xe8\xb8\x8e\x24\x2f\x3e\x2d\x17\x0e\xf3\x67\x6d\x76\x62\xf9\xf5\xfb\x4e\xc6\x2c\x66\x9d\xf3\xc8\xaf\x9e\x52\x96\x26\xc8\x83\xa4\x6b\x1e\xf6\x17\x67\x8d\x1f\xd9\x6f\x8e\x73\x03\x70\x64\x8b\x06\x75\xc2\x89\xb3\x84\xae\x2c\x33\x1f\x3a\xca\x2c\x26\x53\x43\x28\xe7\x5c\xf9\x52\x4a\x60\xcb\xbb\xc2\xc3\x8d\xd4\xf1\xa7\x41\x4e\xa9\x56\x44\xe8\xa2\x98\xc2\x6e\x96\xeb\xb1\x9b\x81\xcb\xeb\xf1\xf1\x57\x23\x29\xe8\x27\xad\x31\xc3\x51\xa9\x11\xc5\x0c\x96\xb1\x31\x78\x08\xc4\xd5\x12\xc0\xb2\xc5\x1d\x70\x6c\x88\x88\x81\x54\xf4\xa9\x37\x79\x22\xbe\xa2\xdc\x66\x29\x55\x21\x2c\x29\xd5\x99\x7c\x46\x24\xe1\x44\x38\x1e\xce\x01\x18\x8a\x24\xf6\x88\x11\xc9\x4b\x39\x6f\x8a\xda\x02\xd3\xca\x31\x25\x42\xfe\xb7\xf7\x9c\x0c\x9b\x73\xf7\xe4\xd7\xe8\xde\x12\x03\xa4\x51\x9b\xd7\xaf\x65\x32\x25\x30\xc3\x85\xd3\xbc\x17\x57\x8c\x3f\x67\xeb\xe1\x3b\xa1\x2d\xef\x45\xcb\xfe\x0c\x85\x60\x3b\xfa\x73\xda\xb5\x11\xc9\xf7\xb4\xbc\xa9\x7b\xda\xf8\x27\x3d\xec\xf7\x55\xa7\x64\x63\xf6\x09\x8b\x39\x00\x97\x2d\x41\x31\x47\xbc\x1e\x82\x62\x8e\x38\x1c\x04\xc5\x1c\x71\x0d\x89\xb9\x74\xc4\x05\xf2\x67\xe3\x04\x0e\x04\x41\x2a\x07\x40\xef\x65\x6e\xd2\x11\x43\xb4\x30\x95\x23\xca\x8e\x30\x95\x23\xde\x11\xf3\x8d\xf6\x5c\xaa\x04\xb1\x9c\x71\x26\x98\x6f\x74\xc4\xd2\x2c\x8c\xe5\x88\x9e\x26\x8c\x65\x89\x53\xf2\xcf\x59\x7e\x32\x54\x86\xec\x54\xfe\x94\x41\x94\xf0\x17\x2d\x91\x8a\xce\x9b\x3d\xc5\xe0\xc7\x2c\x3e\x81\x1f\x67\x36\x18\x83\x1f\xe3\x65\x14\xf8\xb1\xcc\x54\xe8\x4c\x0e\xa9\xd0\x39\x51\xf2\x17\x8f\x0f\x87\xbc\xa9\x9b\x21\xf3\xd2\x29\xe7\xef\x8c\x94\xee\xb7\xc1\x0b\x88\x28\x74\xc6\x5f\xfb\x67\x10\x02\x46\x83\x97\x4f\xaa\x78\x02\x5e\xf0\x5f\xa1\xfd\x08\xde\x38\xe1\xdf\x58\x2f\xc7\x25\x60\x2a\x12\x82\x71\x02\x96\x5f\x82\x2c\xce\x58\xeb\x84\x58\x9c\xb1\x76\x0b\xb1\x58\x2b\xfd\x15\x26\x71\x3d\x8c\x8c\x78\x40\xd7\xc3\xac\x11\x0f\xe8\x7a\x38\x36\x44\x03\xba\x1e\xda\x6d\xb8\xe2\x88\x93\xe2\xe5\xd3\x88\xb9\x20\xb4\xe2\x7a\xf8\xc1\x02\x2b\xd6\x78\xeb\x45\x02\x5a\x63\x27\x7a\xd9\x53\xca\x5e\xf3\x62\x57\xa2\x7a\xdd\x37\x73\xc1\x15\xab\x67\x0d\x56\x40\x20\xc6\x1a\xcb\x94\x48\x3d\x6b\x50\x05\x22\xf5\x5c\x4f\x3a\x28\x04\x40\x2e\x98\xc2\x37\xae\x87\x1f\x23\x78\x63\x8d\xbd\x5a\xe8\xc6\x1a\x8c\x81\xc0\x8d\x35\xe6\xd0\x97\x2f\xa6\x77\xea\xb3\x17\xb4\xe5\x55\x47\x14\xe7\xc7\x38\x35\x54\x94\xdf\x17\x81\xa7\x33\xa2\xfd\xf5\x6c\x92\x62\xe2\xac\xf1\xfb\x93\x2c\x3e\x46\x23\x33\x71\xb6\xcc\xe9\x17\xf4\xcc\x4f\x44\xdd\xcf\x32\x01\x0e\x6d\x4a\xb9\x22\xd5\x65\x3e\xbc\x31\xb0\xb3\xdf\xbf\x09\xe1\xe6\xda\x02\x13\x27\x68\x9b\xf5\x06\x54\x4b\xc1\x26\xe6\x04\xd4\xbd\x20\xe6\x04\x46\xb6\x84\x5a\x0c\xbd\xd1\x7a\x63\x8c\x7f\x52\x90\x2f\x73\x35\xef\xca\xcf\xc9\x9f\x17\x56\xf1\x69\x35\x0d\xf4\xdd\xad\xa6\x45\xf2\xd2\xd6\xd4\xf9\xf1\x43\xbe\x94\x79\xac\xe5\x55\xe9\xf5\x4f\x10\x06\x6f\x7c\x9e\xbf\x77\x75\xd7\x28\x69\x91\x83\xb2\xef\x15\xd1\x68\xd7\x34\x10\xa7\x67\x4d\x51\x56\x2e\xd2\x39\x13\x0c\x96\x34\xca\x04\x83\x85\x49\x07\x11\x27\x7b\xd1\x1b\xc7\xe6\x7f\x41\x9a\xbc\x39\x60\x29\xd6\x71\xaa\xfc\x62\xb8\x36\x03\xc3\x78\x73\xa2\xd2\x20\xbb\x27\x01\x51\xaf\xb7\xa3\x56\xf3\x4f\x1d\xb5\x9a\xdf\x84\xb6\xce\xee\xfc\xb6\xaf\x12\x95\xea\xed\xcb\x65\xe0\x0a\x50\x69\xc6\xa9\x2f\x80\x63\x8b\xff\xff\x6d\xd2\xc0\x80\x19\xcc\xa5\x79\x83\xdc\x5e\x42\x31\x7e\x45\x6a\x3d\x5c\xf4\xe8\x8c\x71\x5b\x30\xdd\x2c\x43\x17\x4b\x3c\xb1\xe2\xcb\x6c\x51\x97\xa0\xcb\x24\xbe\x79\xbd\xed\x9b\x64\x74\x3f\x78\x1f\xf9\xc7\x1f\x1b\x73\x89\xd7\x5a\x46\x28\x16\xa0\x6c\xeb\x63\xf7\x11\x7c\x67\xeb\x83\x35\xf7\x41\x3a\xae\x26\x22\x18\xe1\x7c\x2a\x1d\x65\x72\xc7\x31\x9c\xb0\x06\xd0\x20\x00\x61\x1b\x9c\x69\x66\xb5\xac\x71\x00\x18\x41\x58\x1f\xd6\x90\xf2\xd7\xb7\x55\x22\x6d\xf1\x9b\xa5\x58\x39\xcd\x22\x58\xa5\xa0\x01\xcb\xa4\x6f\x69\x9e\x82\x18\x7e\x35\x8a\x29\xe3\x29\x91\x74\x8d\x28\x08\x66\xca\xcb\x23\x03\x66\x69\xb6\xef\x8e\xb9\xc6\x7c\x38\x52\x07\x92\x0c\xfe\xdc\xb7\x84\xf4\xab\xf5\xce\x33\x6d\xd5\x4f\xaa\x50\xd0\x36\x5b\xc6\xc7\xe6\x8a\x40\x89\x3e\xa6\xf1\x03\xf9\xb8\x4c\x3c\x49\x3e\xad\xaf\x68\x2c\x17\xc2\xe3\x99\x99\x57\x95\xe9\x94\x03\x4f\xb8\xbf\xde\xf3\x63\x9d\x40\x74\xe6\x43\x45\x0f\x71\x95\x16\xec\xaf\x77\x2c\x17\x42\xfd\x75\xd0\xe5\xeb\x63\x0f\x54\x4d\x53\x05\x19\x25\xd6\x66\x1b\xcc\x67\x4e\xf7\xaf\x24\xac\xeb\xcc\x33\x81\x5b\xad\x0b\xec\xcb\xe0\x56\xb7\x7b\x5f\x86\x2e\x2d\x0f\xc7\xbe\x9c\x3e\xd4\xea\xe5\x16\x85\x64\xbc\x8e\xdb\x29\xed\xc1\x72\xef\xcb\x69\x40\x3d\xe0\x5b\x79\xec\x07\x7e\xa2\x6d\x48\xde\x4a\x29\xd9\xac\x1a\xe2\x9f\x45\x9a\x63\xdf\x50\x9a\x6a\xe2\x47\x8e\xe3\x2d\xe2\xc7\x82\xeb\x75\x5f\x46\x97\x4e\x3e\xb4\x27\xb1\x52\x2a\x6a\x1b\x4d\x45\x6d\xcb\x77\x32\x8c\x7b\x50\xb7\x80\x75\xf3\x57\xc3\x96\x99\x3c\x5d\x14\x96\x94\x5b\xd9\x16\xcc\x6e\xb0\xb5\x6f\x21\xe9\x06\xdb\xfe\x16\x92\x6e\xb0\xfe\xb6\x90\x74\x03\x63\xda\xbe\x8c\x2c\x9d\x69\xd9\x5b\x6f\xa6\x3e\x59\xfe\x2b\xdd\xf5\x6d\x32\x43\x7a\xdc\x23\xda\xa2\xfc\x77\xf8\x54\xb7\x90\x74\x83\xc3\x62\x5f\x4e\xd3\x98\xe1\x16\x04\x1b\xcf\xce\xbe\x1c\xc9\xf5\xef\x64\x39\xdf\x57\xa5\x95\xe6\x3f\x11\x04\xd3\xe9\xaf\x93\xd0\x3c\x77\x9e\x8a\xee\x02\x62\xb0\x6d\x0a\xc8\x86\x01\x76\xdf\x06\x8f\x52\xd2\x6d\x9a\x34\xec\xdf\x5b\x50\xba\x09\x78\x63\x1b\x3b\x37\x21\x58\xd8\xc2\xce\x4d\xa2\x22\xf6\x6d\x4b\x85\xf5\x93\x2d\x62\xc9\x09\x58\x63\x9b\x57\xb2\x11\x66\xbd\x05\xab\x9b\xa0\x3e\xb6\x50\x75\x13\x85\x73\xdf\xb6\x5b\x30\xa9\x6e\x7b\x2d\xbc\x6b\xed\xdb\xcc\x28\xb0\x60\x6c\x81\xec\x26\xda\xff\x06\x64\x07\x1b\xd3\x36\xe5\x64\x83\x9a\x6d\x8b\x46\x72\x8e\x9e\x82\xbc\xad\xe4\x4b\x6d\x6a\x2c\xab\xdb\x88\xd0\x4e\xe3\xbc\xa9\x0d\x06\x00\x8e\xbd\x45\x3f\xc4\x56\x05\xb8\x75\xdf\x86\x76\x0e\x5a\xbe\xa5\x0d\x77\xaa\x70\xde\xb8\x91\xef\x7c\x2d\x8e\x24\x4d\x39\x7f\xc7\xd7\xd0\x8c\x94\xd0\x6d\x35\x63\x63\xf4\xe6\x88\x24\xd7\x48\x3a\x28\xef\xc0\xc3\xec\x34\x20\xad\x73\x9f\xdf\xb7\xdd\x03\x35\x92\xf4\xca\x87\x2a\xd0\xda\x7a\xbe\x94\x47\xc0\x6a\xda\x16\x1c\x6d\x3d\xac\x00\xc3\xd1\x1e\xdc\xf5\x5b\xf8\xb3\xf5\x30\x79\xc5\xe3\xb8\x1e\x7e\x95\xf0\x66\xeb\xe1\xff\x1b\x6e\x16\xce\x8a\x2d\x22\xc7\x8a\x51\x69\x0b\x6e\x56\xf1\x37\x6d\xa3\xcd\xc2\xc5\xb1\xc5\xe3\x58\x71\xd5\x6c\xf1\x38\xae\x27\xcf\x94\xd6\x05\xcb\xc3\x16\x71\x63\x1d\x8d\x1a\x7d\x8d\x60\xab\x28\xbe\x46\x14\xda\xed\x6b\x44\x4d\x29\x1e\x38\x3a\xec\x7b\x43\x89\xc4\xd8\xa4\x18\x6b\xb4\x1e\x38\x23\xc9\x2e\x00\x83\x5b\x48\xb2\xf5\x94\x3c\xb4\x42\xcb\xdf\x31\xae\xec\x4e\x39\xa6\xb9\xe1\xf2\xbf\x8d\x2b\xbb\x80\x3b\xee\x62\x83\x7e\xa7\x5b\x36\xe8\x5f\x3f\x51\xbe\x14\x66\xa7\xd1\x62\x17\xb8\xc3\x6d\xb4\xd8\x75\xfd\x9e\x5a\x59\x67\x66\x19\x3c\x76\x5d\xbf\xe6\x5b\x21\x4b\xc7\xed\xdb\x62\x53\x30\x78\x6c\x60\x2f\xdf\x05\xe4\x64\x7e\xbc\xd3\x5e\x30\x63\x0c\x25\xbb\x80\x93\x6e\x63\xc7\xda\x93\xce\xe9\xb2\x31\x60\x02\xdd\xb0\x3d\x3e\x69\x84\x6d\x69\x4f\x4a\xb2\xd1\xf0\x49\x93\xa4\x9f\x3f\x8c\xaf\x61\x93\xcc\x84\xea\xfc\x2e\xd4\x29\xb8\xd7\xd3\x68\x6d\x35\xc4\x17\xdb\xf9\xae\xb9\x12\xe4\x5d\x5f\x09\x98\x28\x02\x7f\x3d\x8d\x2a\x2b\x17\x84\x85\x64\xef\x0e\x83\x52\xb9\x21\x3c\xf9\xd2\xde\x1d\xeb\xb0\xbb\x72\x45\x78\xfe\xc3\xee\x2d\xdc\xd8\xd3\xf2\xa5\x7d\x57\xf0\x91\xee\x6a\x90\x3c\x20\xa0\x6d\x50\xd9\xc0\xba\xbf\xab\x7d\x59\x70\xa9\xee\xea\x14\x45\x69\xe1\xa2\xe7\x74\x55\xc7\x77\xc7\xb2\xbc\x85\x1b\x7b\x30\x2c\xec\xca\xdd\xe2\x57\x90\x2f\x13\xe9\x9c\xd9\xca\x4b\xda\x64\x42\xf2\x92\x16\x3b\x7b\x0b\x37\x86\x5d\x89\xe7\xcb\xbf\xb1\x49\x8e\xa3\xb1\x3a\xba\x6f\xa4\x20\xdf\x77\x32\xde\x44\xf7\xa5\xfd\xa2\x69\xc2\xbc\xb1\x2b\xfe\x29\x16\xb8\x40\x62\xf7\xb3\x7e\x4f\xad\xfe\xf1\xe5\x71\xa0\x0d\x53\x1f\xcc\x58\x4b\x03\xb9\x50\xb0\x8f\x3a\x47\xfc\x8d\xa1\x6a\x57\xb3\xe2\x34\x5a\x0f\x5f\xee\x4d\x83\x15\xec\x77\x67\xb6\x1c\xdb\x17\x4b\xaa\xd1\x6d\xa8\x45\x7a\xb9\xd8\x7c\xf9\xf6\xbb\x29\xf7\xe3\xa7\x9e\x5b\x4a\x30\xdf\xb8\x3a\x6f\x27\x98\xbf\x87\x2d\x06\xfb\x31\x1a\x04\xef\xee\x36\xfe\xec\xc6\x15\xbb\x9d\x53\xbe\x83\x96\xde\xca\x1b\x7f\x17\xac\x9c\xdb\xc9\xe1\x4b\x96\xae\xf0\x67\x0d\x5c\xfa\x7e\x70\x57\x3d\x11\x8d\xa9\xe4\xb7\x2a\x07\xfc\x57\xa4\x60\xf8\xc2\x57\x5e\x5e\xba\xb7\xe4\xa1\x61\x92\x8b\x36\xc1\x09\xbe\x68\x84\x66\x53\x21\xd2\x69\x1b\x56\x56\x1e\xf4\xc8\x07\x46\x06\xbb\xd5\xf7\xe3\xbb\x82\x73\x90\x7e\xc5\xc7\xe2\x40\x6c\x16\x29\x59\xa8\x5b\xc2\xfb\xb6\x19\x22\xc9\x9a\xfb\x15\xb7\x1e\x32\xc4\x22\xb4\xef\x1c\xc8\x82\xa1\x35\xc0\x88\xdb\x30\xb4\x0a\xbc\x7b\x3b\x8f\xfb\xc0\x6c\xbf\x05\x44\xfb\x3e\xa5\x81\x9a\x4d\x15\xe0\xf8\x76\xf2\xf6\x59\xd2\x22\xf3\xe7\x01\xec\xdc\x0f\xd7\x09\xf6\x10\xc3\xd6\x6a\x49\x6f\xcc\x71\x0f\xdc\x7b\x3b\x67\x7b\x85\x50\x75\x3b\x69\x7b\xc5\x84\xb9\xcd\x28\x99\x5f\x77\xa0\xdb\xc9\x33\x5b\xf3\x5b\x6a\x15\x19\x44\x4b\xa5\xbe\x61\xa4\x12\xb9\x41\x50\x47\x9d\xb6\x1d\x44\xf1\x6e\x76\x34\xfc\x24\x5d\x37\x50\xd3\x8d\x69\x73\xae\x97\xaf\x24\x03\xf2\xef\x99\x0c\xd6\x28\xca\xcd\x06\x64\xd4\xf4\x66\x03\xf2\xef\x3b\x19\xac\x7f\x6f\x0a\xf7\xf9\x7b\x53\x2a\x35\x9b\x81\xe8\x23\x0b\x30\xac\xdd\x6c\x30\x66\x6a\x36\x1b\x8c\x99\x99\xcd\x06\x63\x66\xb1\x80\x6f\x23\xbb\x7f\x73\xde\x6c\x5f\xfc\xb6\xb8\x24\x0b\x98\x81\x2d\x2e\xc9\x02\xf8\x61\x37\xc7\x91\x02\x35\xd9\xcd\xa9\x1e\xf0\x9b\x6e\x30\x72\x6b\xfc\x7b\x3b\x07\x40\xc7\xd6\x29\x00\xdd\xc8\x41\x05\x80\x6e\xa5\xe1\xc2\x12\xad\x34\x5c\x77\x24\x96\x41\xf3\x1d\x89\x05\x25\xde\xc9\x99\xd3\xb9\x39\x00\x6f\xa1\x79\x1b\x5c\x87\xff\x77\x1b\x5c\x97\xf3\xc2\xc9\xed\xe7\xcc\x87\x43\xcf\xf2\x9d\xcc\xc7\xf9\x33\x0a\x29\xc2\x75\xbd\x85\xad\x2b\x33\x7f\x06\x55\x93\xb1\xf0\x76\x1a\xed\xa0\x39\x52\x88\x8d\xb8\xf9\x32\xcd\xb1\x22\xfa\xc8\x09\xe9\xfd\x6e\x68\xa5\x8c\xb0\x31\x2b\x6c\xb4\x22\x80\x5c\x4f\xcd\x77\x32\x6f\xd6\x54\x68\xa7\x3b\x37\x98\x86\x52\xea\xea\x3b\x26\x6a\x0e\xf4\x6e\x9c\x0a\xeb\x42\x64\x90\xeb\xe1\xb6\x05\xca\x0e\x14\xe0\x36\xc1\xe3\xc8\x06\x67\x82\xc7\xe1\xac\x68\x5f\xd1\xaa\xd6\xc8\xb7\x32\x6e\xa2\x3d\x05\x20\x87\x0a\x0f\x49\x23\x9e\xe9\xdd\x1d\x57\x9f\x1b\x76\x87\x14\x67\xe4\xa9\x35\x24\x56\x72\x07\x7f\xc2\x85\xa3\x83\x3f\xe1\x1a\x11\x12\xc7\x91\x7a\xd1\xff\x52\x2f\x1c\xe8\x29\xca\xe8\x94\x96\x6f\xad\x40\xa1\x0f\xc2\xe2\x98\x2d\xc3\x58\xbd\x81\xc5\x64\x8b\xb6\xf1\x7e\xb0\x74\x6c\x78\x1b\x7b\x06\x99\x08\x7e\x7e\x56\x27\x82\xbf\xe5\x65\x87\x79\xfc\x9e\x0a\x6c\x1a\x1d\xa5\x3b\x77\x4f\x86\xca\xf6\xc4\xdf\x97\xb6\x27\x96\x88\xcb\x6d\x4a\x41\x3e\x50\x69\x3f\xe6\x45\xb6\xc3\x8e\xff\x2e\xff\xdd\xfe\x3b\xcc\x8d\x5b\xf9\xe9\x5b\xcd\x90\x1f\xe3\x1c\x58\xea\x42\x14\xb6\xd8\x03\x7a\xac\x41\x34\x50\xf6\x45\xa8\xc4\xb6\xd1\x86\x15\x72\x82\x2d\x7c\xe1\x77\x87\x8e\x38\x2c\x52\xa9\xcc\x43\xd1\xb0\x9d\x86\x3e\x7a\xa7\x50\x84\x75\xfc\xde\xb4\x07\x04\xc1\x29\x1b\xfc\xe2\x20\x63\x43\x41\x72\xc2\x86\x1b\xc9\x71\x1a\x5c\x32\x86\xe9\xf1\xd9\xdc\x06\xd3\x99\x2a\x8c\x14\x04\xd3\xb0\xc5\xd6\x78\x77\x7e\x89\xd9\x1a\x17\x3c\x10\xdb\x6c\x8d\xf0\x86\xee\x01\xc5\xf9\x93\x72\x5e\xda\xa3\x53\x89\x2c\x49\x2b\xad\x93\x25\x89\x3d\x5a\xa0\xc2\x7b\xe1\xc7\xda\x26\x6b\x1c\xb9\x20\x89\xac\x31\x28\xdf\x2d\xb2\xc6\x71\xa5\x4a\xf1\x98\x67\x1a\x0f\x6f\x99\x4c\x82\x61\x27\x1f\xb3\x56\x58\xc1\xd1\x5a\xde\xfc\xe8\x3b\x4a\x11\x55\x79\xe3\x26\x6b\x6a\xc6\x06\xe5\xf9\x16\x02\xb0\xd4\xf5\xef\x5c\x0b\xdb\x79\xe4\x81\xd6\x6d\x27\x87\x07\x92\xb7\x05\x0f\x2c\xe0\xcc\xb6\x92\xc3\x97\x98\x47\x86\x0d\x4b\x2d\x6f\xba\xdd\x69\x9b\xdb\xcd\x77\x66\xe0\x8d\x92\x36\x1c\x7e\x13\x45\x5d\x40\xbf\x79\xe7\xcf\xe9\xd8\xcf\x62\x22\x41\x3b\xe7\xa7\x21\x7a\xb5\x44\xf2\x46\xbc\x90\xb4\x11\x63\x3a\x99\x76\xd5\xb1\xd7\x8b\x48\xb1\x56\x14\xca\xe9\xb4\xc4\x80\x26\xb6\xf0\x7a\xb5\xa2\xd4\x4e\xfb\xf1\x30\x08\x09\x9f\x57\x6b\x49\x31\x32\xa3\xcc\xbc\x29\x33\x4a\x49\x85\x4e\x58\xc1\x95\x17\x7c\x1e\xff\x46\xf8\xbc\xf5\x70\x46\x4f\xbb\xfc\x18\x0c\x81\xf5\xd6\xf3\xe4\x3b\x81\x25\xb9\x5c\x4e\xdf\xdc\xd9\xb0\x45\xa0\xb8\x1e\x8e\xa1\xe9\x00\xc8\x96\x1a\x64\xe3\x60\x73\x98\xf6\xf1\xb5\x48\xb2\x22\xf4\xd4\xa7\xd3\x84\x33\xc1\xf9\xde\x31\x69\x6f\x11\x2b\xae\x07\xad\xc3\x54\x89\x57\x94\x17\xc0\x75\xd1\x5e\x9c\x9c\x7d\xe6\x38\x9d\xdc\xbe\x33\x70\x9b\xd8\x51\x9a\xb7\x6d\x02\xfe\x95\x2c\xc2\xc2\x8c\x15\xee\xbb\x94\x64\x06\xda\xd8\x64\xa7\x33\x50\xa2\xf2\x1a\x79\xb7\xf0\x24\xef\xa9\xbc\xab\x99\x74\x93\xb8\xc4\x8c\x89\xe3\x12\x41\x3c\x6c\xa1\xeb\x9e\x4c\xd7\xc9\xf5\x3a\xc5\xbe\xf4\x8c\xc6\x5b\x81\x2c\x69\x9f\x91\xec\xfc\xa1\xe5\x18\x45\xfe\xac\x81\x76\x0f\x74\xdd\xdb\x14\x8a\x49\x30\xb2\x97\x63\x71\x89\x36\xd9\x82\xe1\x3d\x51\x4e\x80\xe1\x15\x8e\x06\x73\x2a\xde\x85\x85\xaf\x34\xee\x77\x28\xa1\xf7\x02\x37\x3a\x23\x1e\x95\x94\x6a\x74\x71\x64\xfc\x8c\xac\xbb\x47\xbe\x34\x4d\x2c\x71\x0a\x5b\xd0\xba\x16\xd3\xc1\x32\x69\x2c\xbe\xe1\x6d\x2c\xdd\x8d\x23\x77\xaf\xc5\x09\x94\x97\xff\x2c\xd2\x9b\x65\xa2\xd3\x8c\x84\x78\x63\x63\x12\x16\x5e\xee\x0e\x71\xf3\x36\x24\x2e\x36\x68\x65\x30\x6f\xb1\x09\x0b\xd7\x76\x97\x89\xb6\x03\x67\x61\xce\x11\x67\x26\x47\x1d\x10\x70\xad\xc7\xf4\xe2\x34\xe5\x90\xe7\xef\x65\x5f\xc5\x4a\x29\xde\xff\xa9\xc2\x06\xc1\x9a\x52\xe4\xab\x58\x29\xe5\xe5\x96\x32\xee\x66\xe9\x58\x29\x54\x11\x28\x6c\xff\xc2\xb1\x25\x84\x60\x6f\x23\x4c\x7e\x92\xa9\xf3\x51\x83\x85\x63\x2b\xc0\x8e\xb7\x28\x0c\x07\x31\x04\x5b\x14\x86\xa3\xf1\xdf\x45\x61\x38\x5a\x4f\x15\x3e\x19\xfe\xcd\x44\xb5\xb7\xd1\x4e\xcc\x2d\xc0\x71\x3d\xd5\x0b\x7d\xc1\x78\x6f\xdb\x91\xd9\x7e\xb6\x51\x9a\x20\xe7\xf6\x36\x12\x0a\x3d\xc8\x84\x86\x73\x95\x88\x52\xae\x51\x0e\x04\x87\x2b\xa4\x40\xda\xc0\xe1\x4a\x8a\x19\x92\xf2\xcc\x7b\x6a\x4a\x91\x6d\x98\xd9\xea\x24\xe9\xb0\xb5\xee\xed\x2d\x87\x15\xec\xd4\xe7\x39\xc3\x76\x76\x1c\x8a\xb1\xf5\x6f\xe4\xa1\x62\xa8\xd1\x0c\x85\x7c\x7b\x72\x4e\x6e\xa7\xf4\xe4\x44\x15\xf4\xed\x7e\x7e\xa3\x01\x96\x97\x3d\xcf\x2c\x83\x57\xff\x89\x86\x22\xe7\x7f\xd8\xbc\xd7\x33\xae\x80\x79\xd9\x61\xb6\xfd\xad\x25\xff\xc0\xfe\xd6\xf2\x7b\x99\x15\x9d\x7a\x65\x80\x62\x37\x35\x72\x2e\x84\x8f\x5b\xa9\xcc\xbf\x67\x52\x0a\xb6\xf5\xa4\xa6\x07\xb6\xf6\xf8\xa1\x92\x8b\x37\x42\xb1\xb6\x21\x70\x2d\x46\xe2\xe3\x18\xfe\x5c\x48\x8e\xc3\x65\xf8\x65\xc7\x54\x72\x11\x4c\x14\xc9\x56\x2a\xbe\xc1\x04\xaf\xec\x83\x3f\x01\xdd\x4e\x34\x82\xa3\x71\x84\x08\x03\x57\xc0\x0b\x6e\xa7\xfb\x4e\x84\xfa\x76\xba\xef\x09\x5e\x6e\x1f\xf3\x4f\x10\x71\xb6\x9d\xef\x3b\xb1\x85\x5b\x34\x83\x95\xb8\x9b\x7d\x74\x18\x11\x4f\xb4\x4d\x3a\xf8\x33\x12\x1d\x87\x34\xb0\x53\x1d\x87\x34\x30\x33\x84\x91\xab\x95\x2d\xee\x38\xc0\x61\xe6\x3b\xd1\x0e\x3f\xbf\x87\xcb\x70\x85\x3c\xa5\xf1\x29\x48\xc7\x28\x13\xe7\x38\xf4\x1e\x65\xf4\x00\x3a\x99\x29\x48\xe6\xf0\xfc\x05\x61\x68\x7f\xbd\x74\xc8\xf0\xcc\x18\xf8\x5c\xc2\xe0\x46\x06\xf0\xf4\x99\xcd\x28\xc5\xe8\xd8\xfc\xfd\x05\xed\x4d\xeb\x27\xd9\xc7\xd8\x23\x7a\x6f\x72\xa9\x7f\x0e\xa9\xe1\xd9\x9f\x37\x1c\x0e\x30\xe5\xf1\x2e\x40\x0f\xb7\xd1\x6f\x8d\x85\xf3\xe7\x5d\x84\x6e\x18\xfd\xd6\x58\x62\x46\xbf\x25\x76\x61\x83\x70\x8b\xe5\x47\x99\xba\x47\x63\x74\xfe\x6c\xcc\x60\x53\x01\xfd\x86\x4d\x5f\xe8\xb7\x02\x8e\x69\x83\x7e\x63\xa8\x40\xbf\x31\xcf\xfe\x8c\x0a\x8f\x59\xd6\xdc\x83\x39\x61\xe0\x1e\x5c\xf9\x50\x7a\x62\x4b\x85\xd2\x13\xd9\xfd\xcd\x3d\x18\xb3\xa5\x80\x72\x65\x66\xa0\x20\xc1\x62\x06\xfe\x39\x2c\x18\x35\xdd\xc4\x84\x99\x0d\x26\x26\xcc\xb2\xfb\xb3\xa1\x21\x4d\x33\x86\x8e\x49\x2f\x0c\x5d\x99\xab\xfc\x7b\xdb\xfe\x73\xc2\xb4\x78\xd1\xfe\x30\x4a\x44\xf2\xa9\xcf\xe6\x28\x12\xc3\xf9\x1b\x7f\x5b\x2c\x98\x9c\xa2\x30\x2c\xe0\x50\x37\xe0\xbb\x96\xe6\xb8\xc7\xe9\xa2\x0e\x03\xd6\x91\x19\x0b\x7f\xdd\x97\x1b\xed\x57\x9f\x4c\x1b\xb9\xac\x02\xda\x43\x45\x02\xb4\xc7\x36\x03\x68\x8f\xd3\xee\xcf\x1a\x3c\xdb\xe0\x5f\x72\x5a\xa5\x18\x35\x1b\x33\x97\x10\x76\x93\xf8\xf8\xfd\xb2\x37\x16\xc2\x9c\x6d\xbc\x5d\x5b\xcc\x14\xf0\x76\x33\x92\xf0\x76\x74\xea\xa5\x6c\x2f\x24\xad\xda\x2f\x71\xf9\x0c\xfe\xa2\xa8\x06\x27\x4c\xb5\x5b\x4c\x83\xb5\xa2\x0e\x81\xd3\x63\x43\x7c\x59\xbf\xaf\xf9\x4e\xfa\xfd\xca\x9b\xd2\xef\x6b\xde\xd4\x0d\x76\xa5\x17\xf2\x4c\x72\x2e\x8a\x74\xb0\xc2\xeb\xb3\x45\x3a\x58\x21\x48\xde\xc2\xf7\xd5\x58\xab\x85\xef\xab\xa4\x81\xd9\xce\xf3\x9d\x40\x9d\xfd\xf2\x81\x8a\xf2\x25\x80\xdf\x04\xe8\xbd\x5f\xe8\xe9\x34\xd4\xde\xb6\x9e\x67\xb6\xc8\x62\x79\x7f\xf9\x0c\x65\xed\x2b\xfb\xf6\x02\x07\xb3\x05\xdb\x5b\x64\xb7\xda\x82\xed\x2d\x62\xd9\xb7\x60\x7b\x35\xfe\x55\x80\x7a\x2d\x15\xfa\x78\xc2\x42\x0f\x1a\xaf\x45\xf2\xfd\x82\xc1\x90\x36\x1f\xe4\xdb\x16\x29\xe1\x7a\x38\x39\x44\x4a\xb8\xc8\x1f\xb6\x05\xd4\x5b\xf1\x86\x39\xb9\x36\xf9\x3a\xb6\x28\x09\x57\x2c\x0d\x62\x24\x7c\xee\x91\x32\xd5\xee\x1e\x49\xed\xfe\x49\x53\xcf\xe8\xef\xe1\x30\x72\x31\x00\xed\xe2\x18\x06\x59\x87\xde\x0c\xb2\x8e\xd8\x96\x6d\x64\x1d\xf9\x4e\x36\xc8\xba\x5c\xfd\xdf\xa8\xe3\x2b\x4f\x15\xc6\x35\x52\xac\x3d\x8f\x2b\x95\xda\xf3\x88\x31\xe6\x6d\xc7\x19\x41\x32\x5b\xd8\xba\xe7\xe6\xda\x44\x8e\xeb\xa8\x9f\x6f\xe2\xba\x58\x2d\x4e\x79\xfd\xf3\x7f\xbe\x9d\x0d\x85\xfb\xaf\x80\x77\x0f\x21\xbe\x9b\x0c\xd7\x39\x48\x9c\xe1\x9a\x28\xca\x6d\x14\xde\x45\xec\xc8\x36\x0a\xef\x22\x3e\x62\x1b\x76\x77\x11\x27\xb5\x0d\xbb\xbb\x62\xba\x10\xec\xee\x21\x3c\x68\x1b\x75\x17\xe5\xd5\xe9\xaf\x89\x4f\xde\x4e\x7f\x1d\x7c\xe4\x76\xfa\xeb\x9e\xed\xe4\x6d\x2f\x30\x30\xcc\xed\xc4\xd4\x17\xd1\x37\x5b\xe8\xb9\xa7\xfd\x3e\xf5\xdd\x9a\x25\x65\x30\xdd\x15\x2f\x88\x13\x51\x47\x9d\x36\x7a\x6e\xac\x54\xa3\x58\xac\x68\xde\x86\xcb\x5d\x71\x8a\x18\x1f\x77\xf5\xfe\x1f\x9c\x96\x22\x01\x7c\x08\x7d\xd9\x6f\x6e\x9a\xcc\xf9\x37\xa1\xcf\xcc\xba\x8f\x23\x09\x59\x81\xce\x26\x1d\xcd\x5c\xe8\xb8\xd0\x71\x6d\x83\xe3\x56\x50\x24\x1f\xe7\x18\x61\x1b\x33\x29\xdf\x15\xa7\x8d\xb1\x72\x17\x54\x8b\xfb\x63\xfc\x26\x0b\xeb\x83\x3b\xf6\x57\xa7\x0f\x39\xf6\x75\x23\xe7\x7e\x5e\x75\x32\x40\xc7\xca\xf6\x01\xb2\xc9\xd8\x7f\x7c\x27\x24\x99\xd9\xfe\x38\x91\xc8\x8c\x64\x97\x25\x63\x2f\xec\xdc\x93\x63\x97\x14\xd0\xb9\x91\x91\x02\xba\x64\x54\x70\xaa\xf6\xb4\xc9\x01\x77\xcc\xc9\x8f\xd3\x8e\xe4\x5d\x27\x52\x67\xce\x91\x1f\x3a\x16\x43\xf2\x43\x97\x74\xdd\x89\xd4\x39\x25\x3e\x78\x63\x33\x10\x36\xc6\xae\xbc\x8a\x82\x4e\x03\x6d\x8d\x25\xd0\x61\x0b\x8a\xf7\x4c\xd6\xf4\x07\xe7\xec\x88\x68\x87\xf1\x48\x03\xcd\xf4\xc9\x7d\x87\xd4\xce\xa0\xaa\xf7\x07\x17\x2b\x87\x2c\x99\x9e\xa3\xa2\x7f\xec\x54\x4d\xf3\x7d\x4b\x08\x90\xc3\xe4\x7a\xc1\x0e\x6e\xa1\xec\xee\x9f\xa9\xc4\xec\x7a\x77\x6e\x99\xce\xf4\x1c\xe6\x89\xfd\xc1\x05\xdb\xf2\x54\xa9\x52\x32\xde\x78\x60\xbd\x88\x8e\x13\x3f\xdf\x20\xb8\x8f\x13\x3f\xdf\xc0\x62\xce\x85\x47\xd6\x8a\xd0\x71\x1e\xe8\x1b\xcc\xca\xb9\xf0\xc8\xd6\x3c\xb5\x85\xc1\x93\xed\x88\x57\xaf\x31\xd7\xce\xe5\x2c\xe7\x00\x5c\x8e\x33\x3f\xdf\xe0\xe4\xcf\x35\xe9\xcf\x83\x28\x08\x6d\x8f\x24\x08\xad\x17\xce\x71\x5a\xe8\x1b\xfc\xe3\xb9\x4c\x25\x02\x3e\xfc\x5c\xe6\x65\xc2\x0f\x72\xc4\xbc\xf7\x70\xed\x39\x26\xde\x9b\x90\x92\x9c\x0b\x76\xc9\x49\xc1\xc4\x13\xa6\xf9\xda\xfe\x06\x91\x52\x87\x74\xcf\xe8\x60\xe7\xb2\x6b\xf7\x4e\xfb\x95\x81\x17\x84\xde\xb9\xb0\x88\x34\x44\x47\x1b\xa2\xb0\x1d\xe1\xfe\x1a\x28\xc0\x73\x39\x4f\x04\xbf\xee\x08\xf8\xd7\xb8\x95\x9c\xcb\x5e\xdf\xdf\x18\x12\x12\xd6\xe8\x8e\xf9\x94\x26\xed\x35\x2f\x3f\x8a\xf0\x21\x35\x34\x3a\xc5\x11\xf8\xaf\xc1\xb6\x76\x04\xfe\x6b\x35\x1d\xb7\x47\x01\x4e\x93\x73\xe1\x51\xc8\x10\xda\x87\xf0\x1b\x7e\x27\x7f\x86\x92\xf3\x5c\xe4\x02\xcc\x28\x69\x4a\xe3\xf5\x3b\x97\x49\x81\x9f\x7c\xb9\x5c\x4d\xc4\x63\x31\xef\xd2\x08\xba\x6a\x86\x24\x7e\xb2\x28\xf1\x1a\x9e\xce\x63\xe8\x5e\xcf\xd8\x0b\xba\x97\xac\x62\xc7\xd0\xbd\x5c\xd6\x8e\x59\xf0\xca\xbc\xff\x1d\x67\x79\x0c\xec\x2b\xd3\x9b\xf0\x31\x29\x5e\x99\x77\x0a\xb6\x93\xfd\x4e\x23\xb6\xc5\x34\xc2\x7e\xf5\x3c\x7c\x49\xe2\x99\x92\xe3\x60\xcb\x3d\x86\xef\x75\xc2\x07\x8f\x01\x7b\x15\xca\x9d\x63\xc0\x5e\x85\xd7\xed\x98\x08\xaf\xe3\xb9\x3c\x37\x04\x49\x77\x8a\x32\x23\xd2\x9d\x97\xb7\x45\x1a\x6c\x4a\xa4\x92\x06\x6b\x02\xd7\xf2\xab\xd7\x08\xb3\x9e\x92\x3f\xff\xf7\xff\x1a\x79\x38\x8e\xd0\x7f\x8d\x6c\x1e\xc7\x49\xa1\xd9\x58\x8f\x93\x42\x73\x36\x1d\x91\xdf\x35\x36\xfe\x43\x4e\x68\x68\x53\x8e\xa9\xf0\x2a\xbc\x29\xe7\xde\xf8\xf5\x19\x16\x07\xc4\xa2\xf6\x1d\xb3\xdf\xd5\x96\xae\x0a\xa8\x00\x33\xc6\xb9\x37\xad\x4d\xad\x4a\x78\xdd\x22\x7d\x9c\x89\x9a\x5a\x4d\x9c\x04\x57\xf6\x11\xdf\x5d\xe3\xee\x7c\xa0\xbb\xcb\x10\x39\x1e\xf6\xca\x8f\x72\x6c\xda\x62\x38\x1d\x71\xb6\xa8\x04\x0d\xb2\x30\x42\x66\x70\x44\x93\x3a\x37\x17\xf4\x94\xe3\x74\x0e\xe9\xb7\xc8\x32\xd0\xb2\x4e\xb1\xa5\x18\x83\xc1\x29\xbe\xaf\x33\x71\x8a\xef\xeb\xd6\x02\x4f\x81\x4e\x87\x41\x28\xbe\xb0\x5b\xe5\x3a\x82\x0f\x16\xd0\xad\xa7\x70\x61\xef\x48\xf2\x24\x8d\x7c\x27\x8f\x8c\xf5\xc3\xe3\x9c\xd0\xed\xce\xab\x06\x18\x30\x76\xc5\x46\xc0\x95\x67\xba\xea\xb1\xfb\x14\x5b\xfd\x18\x0f\xc1\x07\x27\x87\xca\x11\xa5\x5d\x99\x8b\x0a\x7d\x5d\x67\xc2\x17\xe3\xa5\x89\x99\x3f\xc5\x38\xd3\xdf\xab\xba\x40\x31\xef\x8a\x79\x2e\xd8\x5b\x8a\x51\xa7\x69\x8c\x2f\xe1\x3e\x2d\x4f\xb1\xa5\x87\xfd\xc1\x59\x9f\xa3\xf4\x1e\x67\x7d\x7e\xae\x34\xc0\x00\xd5\x34\x7c\x3b\x95\x7a\x4f\x25\x0c\x47\x9e\x0a\x5b\x39\xe8\xb2\xc9\x2d\xd8\x4b\x8a\xaf\x29\xcc\xc1\x62\x72\x8b\xfc\x46\x5f\x53\x52\xe8\x51\x54\xd4\xa0\xad\xe6\xea\x87\x16\xe0\x08\xfc\xf7\x90\x7a\xee\x98\x28\xee\x22\x26\xf8\x00\xfe\x23\x9a\xed\x38\xd5\xf3\x45\xe0\xd1\x11\x35\xdc\x57\xf4\xe0\x99\xfd\x2d\xc9\x4f\x8e\xd9\xdf\x26\x09\xad\x4f\x85\x0a\x91\x16\x1a\x0f\x18\xdd\xff\x04\x0f\x38\xf2\xad\x0d\x0e\xcc\x0a\xf0\x80\x1c\xc0\x15\x8d\x93\x49\x12\x40\xe0\xc8\x53\xaf\xcd\x5f\x49\xb6\x39\x58\x80\x17\x91\xd1\x35\x8a\xaf\x11\x88\x72\x6a\xf4\xcf\xbc\x6c\xad\x8c\xd9\x2f\xbe\xb7\x96\x8d\x5c\xb0\xbd\x5b\x89\x57\xfe\xb9\x91\x8b\xfd\xed\xb7\xb5\x09\xd3\xd7\xb2\xde\x04\xe9\xfb\x6d\x24\xd5\x29\xef\xf8\xdd\x15\xdd\x93\x31\x10\x0f\x40\x4e\xb6\x9a\x29\xc6\x87\x9c\xbd\x54\x81\x3b\xbf\x45\xdc\x3e\xcb\x18\xaf\x9c\xaf\x8c\x97\xd3\xe0\xd4\x5f\xa5\xb8\x3d\xa8\xc7\x28\x2b\x6e\xaa\xc7\x98\xbd\x4a\x9a\x89\x63\xcc\x5e\xae\x89\xa7\xe2\xa5\xe7\x10\xaa\x49\xcc\xcb\x90\x1d\x52\x9c\xd1\x64\x3b\xed\xc9\xd2\x78\x4c\x19\x77\xfd\x3e\x5d\xc6\x55\x45\x74\x78\x79\x6a\x75\xc2\xf1\xfc\x61\xa1\xac\x48\xe3\x7a\x2a\x28\x2b\x37\xdf\x0c\x72\xa4\xc2\x3d\x82\xf7\x8d\x4c\x66\xc3\xfb\x40\xef\x9c\x47\x21\x1e\xdc\xfb\x8e\xb0\x7e\x85\x2c\xc6\xc7\x50\xbf\xc5\x8a\x15\xd2\xaf\x40\x2f\x78\xc4\x3b\x57\x2e\x76\x53\xd1\xce\x0d\x2e\xf2\x47\x20\xc0\x72\xa1\x43\x3c\x0a\xfc\x26\xfa\xf1\x88\x91\xae\x10\x36\x79\x1e\xef\x90\x2b\xa5\xbc\xbe\xcf\x4a\x6a\x97\x41\x73\xe6\x3b\x19\x34\x39\xe1\x04\x1d\x2c\xc4\x57\x9e\xc7\x9b\x27\x5a\xd5\x63\x83\x26\x53\xff\xb1\x41\x93\x19\x22\x4e\xbb\x42\x40\xe7\x11\xa5\x5d\x21\x8a\xf1\x88\xd2\x6e\x90\x83\xf4\x08\x6f\x58\x08\x04\x3d\x8f\x0d\xee\xe8\x83\x8f\x0d\xee\x25\xf5\xa9\x7f\x25\x2d\x53\xff\xd8\x64\x4c\x6f\x07\xf2\xfc\x3c\xc6\x12\xcc\x94\xe9\xfe\xe5\x99\xfa\xc7\x79\xae\x74\xd6\x85\xb8\xcc\x23\x88\x62\x79\x50\x37\x4c\x76\x47\x3c\xe7\x31\x22\xb1\x63\xa2\x38\xce\x59\x9d\xe5\x21\x44\xe2\xcc\xda\x7d\x4c\x66\x86\xea\x2f\x08\x62\xe8\x21\x8f\x30\x87\x65\xe5\xc7\x2b\x7b\x3a\x76\xbf\xa3\x84\xd5\x65\x65\xfa\x7c\x57\x46\x59\x19\x18\x45\x97\xac\x34\xed\xbb\x2e\xca\x62\x5f\x7c\x6c\x94\x64\xf7\x12\xd8\x70\x66\x37\x78\x6c\xa2\xec\x29\x73\xe9\x3b\x06\xd4\x90\x03\xf6\x86\xc7\xf6\xca\x91\xef\xfe\xf4\x66\xca\x94\x99\xd5\xb7\xd4\x23\x4e\xbc\xb2\xae\x48\x32\xa5\xb2\xdf\x08\x68\x58\x80\x70\x1d\xa5\xb1\x2e\xeb\x8a\xf4\x48\x9a\x48\x6e\xf5\x42\xb2\x25\x39\x92\x00\x6c\x2c\xc0\xe6\xb0\x12\xf6\x6a\x53\xe7\x25\x67\xc4\x11\x75\xde\x8c\x5e\x2a\x6c\xe1\x04\x45\x7a\x9a\x0d\x94\xe8\xd1\xc2\x16\xce\x28\xb4\xc2\x16\xce\xc9\x80\x0a\x5b\x38\x81\x9b\x1e\x61\x0b\xe7\x64\xe8\x85\x2d\xac\xf8\xf0\x8f\xb0\x85\x13\xd8\xea\x11\x9a\x70\xce\xeb\xdf\x69\x18\x4e\xf3\x8e\x4e\x9e\xbf\xd3\x1c\x9d\x3c\x22\xfd\xa9\x9c\x48\xf6\x16\xb1\x0c\x9c\xb7\x3a\xc7\x9e\xf0\x83\x33\x6a\xba\x10\x83\xc9\x09\x72\x9a\xa9\xb2\xb8\xd2\x19\x30\x48\xf8\xdb\x71\x36\x6a\x18\x34\x8f\x21\x82\x33\xff\x50\xc1\xca\x64\x93\x3a\xca\x46\x3d\xf1\xe2\x1c\x11\xf5\xcd\xc9\xac\x34\x7c\x70\xe6\xff\xca\xfc\x3e\xf3\x47\xb7\xdb\x19\xc9\xbf\x82\xfa\x14\x69\x40\x98\xe2\x69\x9e\xdb\xbf\x67\x6a\x75\x7e\xa8\x14\x8d\x28\xd1\xcd\x71\xca\xec\xcc\xc2\x12\x2e\x72\x60\x9d\xe6\x00\x97\x0c\xa1\x91\x85\x33\x65\xca\x54\x9b\x11\x3c\x56\x73\x2c\x75\xc7\xb7\x30\xbb\x40\x12\x52\x66\x77\x78\x0b\x07\x4e\x77\x78\x0b\x5b\xa3\x12\x47\x2f\x32\x62\x1d\xc1\x0a\x17\xa9\x03\x8f\x60\x84\x8b\xd4\x81\xa7\xa3\x5e\xcc\x14\x2a\x65\x3a\xab\x5e\x84\x7d\x0b\x62\xdd\x23\xc4\xe1\x22\x3f\xd7\x11\x5f\xdf\x22\x03\xd8\x11\x5d\x5f\x1d\x91\x1c\xfa\x92\xfa\x0d\xa7\x99\x91\xac\x9e\x51\x8a\x03\x61\xd8\xa8\x0d\x3d\x5c\x39\x51\x80\x1e\x02\x1d\x3d\x86\x1e\xb6\x5f\x5b\xc5\xb1\x4c\xb2\xfb\x43\x0e\x68\xc2\xad\x8e\xa8\xfe\x9e\x28\xda\x9d\xec\x90\x1c\xb8\xc2\x12\x3e\x90\x61\x1e\xa0\x84\x60\x59\x8f\xa0\x84\x0f\x41\x5c\xc7\x19\xa0\x2f\xc8\x08\x8e\x81\x85\x81\x42\x9d\xbe\x69\x20\x6d\x30\xc3\x38\x44\x31\xc7\x58\xc2\x06\x39\xc4\x21\x05\x34\x80\x91\x43\x0a\x68\x48\x1e\x8e\xc1\x84\x0f\xc9\x82\x8f\x33\x42\x83\xdf\x3c\xc2\x12\x3e\x25\x7f\x65\xc3\xe4\x93\x6a\xe8\x1c\x05\x99\x63\x3c\xe5\x18\x9c\x83\xaa\x2e\x64\xe1\x43\xbc\xe4\xe9\xe8\x2c\x9c\xa0\x42\x16\x3e\x44\xfa\x1e\xd1\x18\x3e\xe4\xf7\x39\xc6\x15\x5e\x20\xe9\x8e\x70\x85\x0f\xfc\xbf\xa7\xe3\x3d\x2d\x29\x56\x7e\x7f\xb4\x09\x81\x0e\xff\x37\xbf\x50\x9b\x4b\x44\xd9\xd6\xd9\x4b\x0d\x34\xbc\x20\x9a\x38\x46\x1a\x5e\x70\x44\x9c\x81\x6b\x80\xbd\xce\xc8\xc3\x8b\xb8\xbc\x33\xf0\x0d\x70\x8e\x1b\x7a\x78\x11\xe0\x77\x44\x59\xf8\x40\x5f\x7c\x0c\x3d\xbc\x00\xb0\x9c\xe1\xd4\xe8\x2b\xd2\xcb\x2a\x55\xde\xf5\x58\xdf\x69\xa2\x5d\xf2\xfc\x70\x03\x0c\x27\xf1\xf0\xc7\xb9\xa1\x71\xbf\x9e\x61\x9d\x1a\x07\xc5\x31\xfa\x70\x42\x0c\x73\x9c\x1c\xfa\x21\x21\xf5\x19\x86\xd5\x42\xbf\x72\x84\x3f\x7c\x70\x01\x1f\xa7\x8a\xfe\xde\x2f\xff\xb9\x77\x0f\xd3\x1c\xa5\xf5\x00\x6e\x59\x06\x26\x3d\x6c\xf7\xaf\x12\xd9\xf0\x47\x5a\xe0\x15\xc3\x68\x7b\xc5\x00\xe5\x3c\x03\x37\x02\x0f\x01\xdf\xb2\x83\x09\xc9\xf8\xe0\x2f\x3e\x4e\x39\xfd\x9b\x47\x03\x9c\x11\xeb\x69\x78\xc5\x10\x87\x7c\x86\x57\x0c\xdc\x35\x67\x38\x67\x3a\x3b\xd5\x30\x3b\x1c\xbb\xc8\xd8\x18\xdb\x53\x90\xac\xeb\x28\x2b\xc3\x4b\x82\x20\x82\x33\x0c\x2f\x41\xb3\x70\x0e\xea\x8b\x98\x82\x63\xac\xe3\x05\xb0\xf8\x88\x19\xf1\xc9\x25\x7c\xd8\x0c\x01\x12\xf0\x0c\x7b\x27\x7a\x5e\xa5\x2f\x11\xe9\x0b\xa3\x82\xb3\x22\xed\xd5\x6d\x32\x16\x83\xe1\xdb\x24\xb1\xd9\x67\x18\xea\x86\x42\x33\x0c\x2a\xb8\x7f\xe2\xcb\x33\x85\x61\x30\xaa\x20\xbd\x71\x0a\xea\x8b\xd8\xed\x63\x6e\xc3\x96\xab\xc5\x74\x4a\x74\x46\xdb\xd4\x86\xd1\xa2\x84\x9c\x7c\x62\x43\x98\x10\x41\xb3\x19\x98\xda\xf0\x26\x3b\xdf\x11\x76\xf2\xfb\x34\x05\xd9\x35\xc0\x56\xe1\x24\xd3\x77\x49\x51\x8a\x17\x8b\x0a\x36\x6d\xda\x65\xfd\x4f\x2e\x9a\x74\x5c\x60\xca\xaf\xb8\x10\x7d\xd1\x5c\x11\xed\x1b\x60\x67\x36\xf5\xe1\x5d\x7e\x45\x71\x0d\xa5\xc5\x78\x3a\x56\x4a\xb6\xa7\x23\x25\xb9\x3b\x2c\x2f\x31\x1f\x3e\x39\xd6\x84\xb7\x7c\x72\xa8\x4f\xa8\x28\x98\x92\x13\x5f\xc6\x8a\x58\xf5\x2e\x1d\x37\xb0\xbc\xfe\x3e\x6d\x16\xf3\x54\x37\x79\x82\x69\xce\x84\xed\x89\xdf\x6a\x3c\xe6\x3d\x7a\x0a\x3e\xba\xe1\xd2\xde\x8d\x67\x20\xef\xea\x32\xcc\x92\x9a\x8e\x25\xcb\x98\x41\x25\xc0\xd4\x17\xfc\xf2\x7f\xff\xdf\x59\xe4\x58\xf0\xf0\x1e\xc6\xc2\x39\x1d\x49\x96\x8e\x3a\xe9\xf5\xcc\xab\xf6\x11\xb0\xf6\xa6\x5d\x20\xcc\xe5\x89\x0b\x04\x1b\x8f\x60\x9c\x2d\x4a\x9f\x51\x9c\x77\x76\xcc\x89\x07\x64\xa4\x4e\x63\x12\x5b\x1a\xaf\x3b\xff\x4c\xdb\xdd\xcd\x7c\xe9\x6e\x7a\x08\x16\xfe\x0f\xd6\xde\x72\x40\x1a\xd3\x68\xe1\xfe\xc0\x02\x26\x90\xe7\xcf\x54\x04\xc6\x33\xb7\x62\x61\x3c\x7f\xdb\x30\x4c\x8b\x6c\x73\x61\x5a\x64\x6d\x09\xe2\xd9\x60\x13\x3a\x0b\xcf\x48\xcf\xbb\xee\x09\x9b\x72\xa8\x15\x19\x93\x45\xac\xda\xef\xa9\xa8\x15\x57\x1e\x9a\x5a\x91\xc1\x35\xe2\xb3\x7c\xef\x41\xff\xdc\xd0\xc3\xb4\xc8\x70\x1a\x0f\x5a\x72\x4d\x12\xd5\x62\x23\x60\xe7\x08\x1d\xda\x08\xd1\x39\x06\x87\xce\xd5\xf3\xd0\x7e\x92\x9e\x36\xc8\x31\xc2\x82\x0e\x54\x94\xa9\x0a\x0d\x63\xae\x82\xa6\x61\x24\x10\xe8\x90\x40\x3b\xf7\xb6\xe5\xf0\xb8\x5c\xb9\x8c\x2b\x4d\xf0\xcf\x31\xf3\xe2\xf3\x1b\x7d\xfb\x42\x88\x5e\x3c\xe0\x4c\x9f\x48\xb8\xec\x18\xc2\x6d\x4f\x03\x3d\x75\x78\x65\x0e\x57\xb3\x2b\x16\x88\x95\x8f\xd9\x15\x0b\x4c\xc7\xc7\x10\xd5\x02\x85\xc7\x11\xd9\x62\x03\x3c\x7c\xcc\xb5\x58\x60\xa1\x3b\xe6\x5a\x2c\x50\x2d\x1f\x30\xab\xb0\x24\x9f\x65\xa0\x18\x84\xca\xc7\xe4\x8b\x05\x62\xe4\x23\x10\x6b\x03\x78\x7c\x0c\x62\x2d\x50\x38\x9f\x65\x53\xcd\x2c\xf9\x54\x8e\x88\x99\x06\xcb\x11\x31\xf3\xcc\xa6\xa6\x92\x87\x1f\xa1\x6c\xb8\x83\x98\x9d\xb1\xcc\x12\xf1\xb6\x58\x10\xc5\x8a\x39\x23\xc9\xb4\x04\xb7\xed\x11\xe8\xf4\xae\xe4\x7b\x3b\xa2\x64\xfc\x8a\x0b\xf1\x4f\xfe\x8f\x94\xeb\x98\x43\x4c\xbe\xdb\x99\xe3\x08\x03\x3a\x02\xac\x36\x50\xe9\xc7\x10\xd5\x1a\x87\xdd\xb6\xff\x8e\xf8\xa2\x23\x8c\x6a\xc3\x39\x7c\x04\x51\x6d\x78\x78\x8f\x53\x6e\x57\xc8\xdd\x8f\x30\xaa\x0d\x97\xee\x71\x56\xed\x0a\xfc\xe5\x38\xab\x76\x85\x7f\xe2\x6c\x7b\x55\x20\xd1\x38\x4e\xb2\x5d\x61\xe6\x38\xa6\x74\xac\x10\x60\x9c\x2d\x53\x23\xd1\xb8\x87\x9c\xdb\xa4\xbc\x39\x26\x78\x1c\x71\x46\x6e\x13\xcf\xc6\xe7\xb9\xcd\x31\x15\xa3\xe1\x71\x18\x56\xb6\x66\xa3\x32\x47\x36\x34\x01\x24\xef\x91\x9d\xe8\xcf\x31\x2f\xd9\x71\xff\xac\x22\xa0\x95\xfe\x99\xb8\x31\x83\x68\xb6\xb4\x8b\x63\x53\xa0\xac\x01\x0e\xe8\x98\x2d\x0d\xba\x82\x23\x46\xb4\xb2\x98\xce\x06\x61\xdd\x30\xd2\x1f\x81\xb0\x5a\xb4\xf8\x17\xae\x5f\x36\xb8\x97\x8d\xcb\xf1\xb9\x08\x78\xd5\x08\xf7\x3b\x02\x5e\xdd\xbf\x41\x7a\x4d\xe6\x6f\x44\xfb\x01\x51\xc7\x5f\x76\xa4\xcd\xb4\x81\xc9\x92\x36\xd8\x58\xff\x7b\xea\xec\xa0\x0c\xb7\xe0\x57\x0d\xc8\xf2\x11\xfc\xaa\x67\x1f\x72\xca\xd7\x41\x5c\xd7\x79\x39\x9c\x9c\x10\xb1\xf3\x32\xdc\x90\xd9\x6c\x38\x16\xb8\x87\x23\xfc\xd5\x88\xc9\xfd\xe5\x20\xc7\x15\xc9\x56\xc4\xd4\x21\x2b\xdb\xca\x77\xb2\xb2\xad\x54\xa8\x88\x9d\xb4\xcd\x11\x3b\x19\x1f\x13\xc1\x30\x73\x5f\xf6\x73\x70\x60\xbf\x0c\x44\xe5\xb0\x12\xfc\x6a\x3d\xeb\xdf\x79\x1a\x0e\xd0\x2c\x8e\x5d\xa0\x59\xec\x03\xc2\x62\x3d\xc4\xbd\x1c\x12\xc4\x66\x3f\x7f\x99\xc2\x3b\x43\x8c\xbf\x0c\xf7\xa4\xf1\x57\x31\x1d\xbe\xd0\x4c\x33\x27\x1c\x84\xc1\x16\x61\x7e\xb5\x5e\x5a\xde\xb5\x8e\x48\x97\x7d\x98\xd7\x9f\x68\xb5\x84\x85\xfd\x02\xf5\x9c\x09\x03\x62\x81\x1f\x62\x5a\xb4\x02\x51\xe2\x11\x5c\xab\x11\xfa\x71\x94\xcb\xf5\xfb\x70\x21\xda\x61\xca\xe6\x28\xf4\x56\x03\xac\x71\x4c\x8b\x56\x41\x9a\x1d\xb0\x5c\xbf\x62\x45\x6a\xc8\xc4\x33\x94\x0b\xce\x83\x23\x24\x57\x68\x5c\x8f\x80\x5c\xe5\xa2\x2b\xe6\x48\xeb\x8b\x6b\xb2\x90\x5b\x23\xfe\x9b\xb7\x2d\xc4\x28\x8f\x66\x4c\x1b\xb0\x69\x9d\xb7\x4d\xc4\x69\x9c\x28\x67\xa3\xc1\xbc\x6d\x22\x5e\x29\x86\xd5\x96\x3a\xb6\x96\x2d\x0d\x10\x8d\x55\x96\x88\x32\xbf\x96\x95\x37\xe5\x51\xcb\xfe\x6f\x24\xd6\x13\xef\x81\x90\x58\x15\x28\xf5\x79\x1b\x21\xc8\xa4\x7c\x1b\x21\xc8\x44\x7f\x9b\xd8\x6f\xa5\x50\x11\xfb\xa1\xa6\x29\xb9\x6b\x05\xe3\x7f\x02\xe7\x5a\xa9\xd1\xdc\x11\xbf\x52\xdf\x1e\x80\x14\xab\xeb\x54\x5a\xce\x75\x2a\x75\x1a\xad\x0f\xe9\xfe\x11\xbc\xeb\x59\x3f\x09\xc5\x87\x5a\x0f\x77\xe0\x94\x64\x14\xc5\x88\x28\x9a\xe3\x96\x72\x7d\xf2\x66\x86\x18\xb2\xd0\x52\x90\x0e\xde\x96\x0f\xed\xf2\xcf\xaf\x3d\x3e\xe5\x9e\x3c\xf5\x29\x97\x87\xb6\x13\xf1\xa7\x15\x4c\x12\x83\x8d\x48\xd4\xca\x45\xdb\x05\x12\x1b\x9d\x5d\x56\x20\xb1\x02\x48\xfd\x38\x01\x2c\x79\xaa\x8f\x13\xc0\x92\x98\xfa\x08\x32\x56\x1e\x6c\x4d\x1f\x1b\x88\x67\xbe\x93\xf9\x7d\xe5\x3b\x99\xae\xef\xd4\x27\xd3\xf5\x8c\xe4\xf9\x31\x90\x84\x10\x66\x3d\x2b\x4f\x6b\x21\x89\xf1\x11\x75\xda\x4c\xe7\x3f\xc0\x07\x56\x1e\x62\x2b\x8a\xf8\xd1\x06\x43\x6b\xcc\xec\x42\x88\xc3\xf9\x70\x37\xcf\xa7\xdb\x74\x4a\x0c\xf2\x07\xea\xf6\x95\x6f\x7d\xbd\xa5\x56\x2e\xe7\x6c\xb1\xc6\x62\x5d\x9d\x7d\xf4\x93\xc9\x96\x7a\x98\x6c\xf9\xd6\xb7\xb1\x94\xfb\xf1\x74\xe2\x5d\x70\x5b\x2c\xb7\x8f\xb9\xf6\x32\x7e\xc0\xb6\xd8\x92\x3f\x9e\x4e\xf0\x20\x1c\x01\xb5\x5a\x4d\x93\x8c\xd3\x8a\xb3\x5b\x38\xad\x56\xd3\x22\x4d\x91\xfb\x3f\xa0\xc3\x8f\x51\x5a\x65\xea\x64\x9e\x53\x28\xad\x66\x73\xc6\x57\x92\x69\x41\x53\xf6\x2b\xf9\x68\xd3\x36\xf6\x15\xb5\x63\x97\x48\xda\x54\x6a\x24\x23\x9e\x2a\x92\xc2\x01\x6a\x8a\x19\x9a\xa3\x79\x73\xba\x1f\xa9\x5f\x1e\x1c\xe9\x26\x5f\x49\x03\xad\x3e\x7e\xa5\x97\xa6\x33\xcf\xe4\x20\x73\xba\xa2\xaf\x74\x4b\x5a\x48\xb2\xad\x15\xaa\x17\x61\x81\x0d\x93\x5f\x49\xd3\xb9\xe6\x59\xd7\x54\x8f\x24\x97\x58\xa5\x2d\x0e\x9a\xad\xd4\x6e\x97\x58\x4d\x29\xda\xfc\x56\x24\x4f\xfc\xd4\xfe\x72\x97\x3a\xe2\x5b\xaf\xa6\x0a\xcf\x7c\x0a\xdd\x18\xdc\x78\xd5\x30\xeb\x45\x9f\x40\xac\x56\x8a\xf5\x4d\xa4\xd4\x3c\x55\x5a\x82\x49\x5b\x65\x69\xb2\xf7\xe7\x2b\x2d\x4f\xba\x7c\xc9\x21\xc8\xc8\x39\x8b\xbb\x23\x57\xbf\xe2\xdb\xe5\xe6\xe9\xc7\xad\x47\x34\xcf\xbb\xe9\xcb\xbe\xa2\x03\xf1\xd3\x26\x9f\xda\x25\x0f\x9f\xff\xfb\x7f\x90\xfe\x7e\x25\x83\x5c\x68\xa0\x68\x76\xaf\x34\xf0\x78\x0e\xe4\xd9\xd2\x4f\x88\x24\x1f\x69\x86\x44\x3b\x5a\xbf\x52\x83\xb4\x1b\x86\x40\x80\x2c\xf8\xf1\xbe\xd2\xb7\x86\xc5\x7c\xbc\xbd\x4f\x51\x3b\xdc\x69\x2b\xdf\xe9\x1c\x63\x5a\xdf\xf6\x4e\x31\x01\x6f\xc3\xe7\xdb\x42\xf2\x06\xff\xe4\x55\xd1\xce\x4e\x8a\x59\x3e\x8f\x26\xd2\xfe\x6e\x45\x4c\x6b\x63\xa2\xba\x33\x40\x7d\x45\xdb\x89\x9f\x3c\xf5\xa6\xfd\x2b\xf6\xad\x4f\x91\x64\xbf\x79\x0a\x33\xd4\x09\x42\x49\xbd\xf5\x15\x9d\x85\xea\xa1\x56\xcf\x11\x87\x83\x7e\x45\x73\xd5\x3c\x54\x6b\x73\xe4\xb8\xa8\xd6\x3f\xbe\xfe\x2a\x92\x7d\x22\xc3\x67\x8a\xd0\x0c\x18\x1b\x13\xe5\xe4\x60\x8b\xa8\xdc\x09\x8b\x31\x72\x7e\xfe\x45\x83\xb8\x51\xb2\xf6\x9c\xb9\xb3\xcc\x92\x4a\x5e\xc2\x7b\xe5\xa1\x12\x0c\x3c\x05\x49\x26\x5a\xfe\x43\x31\xeb\x84\xc3\xe2\xbe\xa2\x52\x79\x33\x0d\x84\x65\xaa\x8e\xb7\xf8\x4a\x72\x13\xf6\x48\xfe\x47\x0b\x49\x96\xf2\x3b\xa5\xc8\x52\x4e\x63\x0a\x79\xf5\x07\x92\x68\x5b\x18\x0d\xa5\xdd\x24\xd7\xd7\x57\x52\xea\xfc\x4e\xed\xb6\x7e\x8c\x89\xa4\x44\xfa\x6c\x8a\xc5\xa6\x10\x06\xaa\xd8\xba\x31\x69\xd9\x52\x0e\xb5\xf4\x68\x71\xc8\x23\xf9\x72\xfd\x4f\x85\xfb\xfb\xea\x9f\x8a\x61\x9c\x16\xb4\xea\x48\xbe\xbd\xa5\x54\x4d\xa5\xce\x5c\x31\x49\x9a\x09\xb4\xbe\x92\xb8\xd3\x57\x9e\x79\xc3\xa6\x50\x0c\x7f\xcc\xcf\xe2\x3c\xfa\x2d\x92\xdc\xa9\x2d\x55\x58\x7d\xa5\x7e\x25\xce\xcf\x7c\x13\xe4\xa9\x77\x26\x91\x19\xd0\xcc\x70\x31\xa7\x29\xcf\x3a\x13\xb5\x40\x11\x91\x67\x8f\x19\x4b\x91\x9a\xca\xa4\xf6\x43\x26\x0c\x7a\x61\xae\xe5\xf2\xe4\x4b\xc7\xe4\xd2\x1a\x07\xbe\xb1\x75\x95\x80\x4b\xe8\xb1\x69\x1a\x17\x13\x5e\x10\xa7\x71\xb3\x7b\x08\xd2\x04\xd7\xf5\x57\x12\xc7\x5a\x61\xc3\xa8\x1c\x60\x03\x49\xd7\xb6\xdf\xb3\x25\x69\x21\x6d\x49\x79\xf3\x4f\x5b\x60\x47\x92\x6e\x5f\x53\x85\x74\xfb\x3b\xdf\x09\xc8\xc7\x81\x29\xfa\xb2\x71\x73\x0a\x56\x2b\xfa\x79\xd3\x0e\xf3\xd4\xb7\xdc\xec\x89\xe4\x2d\x97\x2e\x2d\xb5\xba\x46\x52\xab\xd3\x96\xe5\x56\x33\x14\x52\xf3\x9d\x59\xe3\x2b\x1d\x49\x29\xf3\x4f\x6f\xe6\x3b\x9d\xc8\xbf\x96\xa9\x0f\x19\x09\x5d\x3d\xef\x7c\x27\x80\xc7\x95\x31\x13\xeb\xe8\xcd\xb1\x21\x7a\xb3\x12\x45\x42\xec\x66\xe5\x62\xc5\x0a\x0d\x05\x6b\xde\x57\x5a\xfe\xdb\xf9\x50\x7f\x74\xae\x94\xaa\x83\xe3\xc9\xbb\x3a\x2a\x98\x44\x22\x2c\x2b\x0f\x13\x5a\xd8\xa7\xf2\x70\xe2\x09\xfa\x34\x3a\x9a\x84\x90\x4f\xe5\x61\x7e\x09\xf8\x54\x1e\xa6\x97\x70\x4f\xa3\x73\xac\x1a\xf6\x34\xc6\x4c\xa1\x52\x17\x58\x42\x95\x33\x2d\x55\x6c\x49\x29\xf4\x7b\xb7\xef\xf9\x31\x02\x7c\x3c\x2d\xa5\xb8\x13\xf9\x4e\x18\x0b\x7e\xe8\x63\x0d\x9e\xa1\x31\xe6\xa9\xb3\x99\x0b\xf3\x54\x1e\xce\xe5\xc7\xe9\xcf\x72\x8c\x3d\x56\xe1\x39\x7d\x0c\x73\x7a\x18\xc4\x07\x8b\xca\x93\x52\xdd\x8b\x81\xb4\x3c\xf3\xf3\xa5\xac\x38\x4f\x4a\x35\xde\x92\xa1\x72\xea\xcd\x59\xf2\x29\x18\x78\x7a\xf2\xe4\x24\xe5\x5b\xdd\x3a\xcb\x95\x77\x7d\x74\x57\xa4\x61\xda\x68\x2a\x35\xc8\x73\xa5\x9c\xa5\x0f\xe9\xb5\x43\x81\xb3\xfc\x05\x4d\x9a\xe5\xca\x87\x2f\x49\xa9\xf1\x2d\xa9\x21\x7d\x24\xf1\x9d\xe0\xa0\x85\xdf\x23\xf8\xd1\xcc\x71\x2c\xba\xb4\xb2\x98\xab\x62\x4b\x2b\xab\xfc\xd3\x75\xf9\x7d\x55\x17\x6b\xf6\xa2\x47\xb0\x8f\xc2\x7c\x10\x6c\xa9\xac\x92\x0a\xd5\x8b\x95\xb6\x89\xbd\x74\x95\x48\x7f\xfa\x30\xf5\xbb\x4f\xfc\x2c\xa3\x98\x58\x7f\xa0\x98\xd8\x6d\xcc\xa2\xb6\x6c\xc0\xff\x8a\x50\x5a\xd1\x63\xd3\xa6\xad\x8c\xa3\x53\xcc\x17\x56\xab\xd0\x4a\xd5\xfc\xb6\x5f\x49\x38\x94\x9a\x72\x85\x3c\x41\x47\x16\xf5\x59\x75\x68\xff\x9c\xce\xd2\xd9\x0a\x0d\x12\x08\x69\x4e\xb6\x31\x81\x90\x56\x63\xd6\x37\x87\x53\x72\xf8\x1a\x76\x34\x51\xae\x1b\x54\xcb\x2b\x1f\xba\xfe\x7c\xa8\x1b\x02\x27\xb3\x08\xce\x6a\xa5\x93\x42\x28\xcd\x89\xea\x28\x80\x52\xcd\x41\x09\x40\x89\xfd\x56\x00\xa5\xa7\xdc\x91\x84\xe5\xe1\x7c\x07\xa0\xc4\x9e\xd3\x9c\xa0\x67\xd0\x16\xc7\x53\xf6\x3c\xb3\xe6\x41\xcb\x96\x69\x5e\x5a\x1e\x9e\x6f\x7f\xaf\x54\xf1\x27\x29\xaf\xbe\x25\xd1\x7b\x13\x7b\x33\x53\x04\x2c\x5a\x8d\x55\x2e\x60\xd1\x6a\xfc\xfe\xe6\xe0\x4a\xd6\x42\x73\x4e\x84\x95\x67\xdf\x11\x9d\xfc\x51\xc1\x8c\x56\xbb\x52\xe6\x92\x94\x32\x85\x80\x5a\xa9\xdd\x21\xe0\x1c\xcc\x0d\xd4\xe8\x93\x3a\x64\xd0\xe3\x94\x14\xb4\x68\x35\x96\x86\xa1\x45\x83\xbb\x4c\x33\x86\x79\xd1\xc3\xe3\x76\xf3\x9d\x31\xcc\x28\x57\xcd\xc9\x80\x46\xde\xec\x7a\x93\xfa\x8e\xdb\x9d\x1a\xa4\x62\x33\x69\x1b\x9c\x05\x2d\xc5\x08\x0b\x7f\xe7\xd7\x08\x7c\x91\x29\x2c\xa8\x11\x96\xab\xaf\x24\x24\x03\x87\xa6\x69\xca\xae\xfb\xc9\xc3\xc7\x3d\xce\x53\xdb\xb8\xd9\x53\xcc\x5a\x76\xdd\xec\xeb\x82\x1b\x61\xca\xfa\x4a\x04\xda\x17\x44\xdf\x01\x06\x92\x21\xd6\x4f\x5a\xc4\x1d\x20\x4f\xb9\x03\xa4\x24\xb7\x9e\x5a\xb0\xd8\x71\x28\x40\x61\x36\xae\x3c\x45\xad\xa7\x60\x83\x2b\x18\x78\x53\x96\x5d\x83\xb9\xd5\x0d\xa0\x58\x29\xe8\xed\x87\xf4\xdc\xa8\x88\xc1\x1c\x35\x8e\xa8\xa1\x3a\xc3\x41\x36\xd8\x15\x41\x0e\x0d\xe6\x50\xe7\x36\xda\xf2\x72\xf7\xd5\x22\x4f\xe5\x87\xac\x25\xa2\x6f\xa7\xa9\x46\x16\xda\xdf\xab\xf2\x4e\x64\xd5\x40\x42\x56\x33\xc0\xb9\xb2\xd0\x55\xdd\x55\xef\x9a\x92\xec\x3a\xae\x19\x70\x4c\x77\x6c\x31\xe6\x1d\xbb\x2b\x0a\x89\xe0\x41\xcf\xba\xff\x83\x8a\x6d\x52\xb2\xbb\x66\xbe\x98\x84\xa3\xe6\xe7\xa0\x82\xe6\xe7\x1c\xfa\x9a\x5a\x7d\xf7\xce\xcc\x13\x67\x69\xce\xab\x8e\x33\x19\xfd\xbc\xe3\x4c\xe6\x0a\x29\x0a\xb3\x96\xad\x5e\x14\x66\x2d\x87\x92\xa0\x45\x2d\x07\x96\xa0\x45\x2d\xc7\x80\x91\x45\xb3\xb0\x0f\x09\x59\xd4\x72\x0a\x0e\xfb\x92\xd9\x5c\x06\xbe\xe4\x99\x72\xec\x5d\x99\x1d\x51\xce\x64\xb6\x97\x81\x33\x99\xeb\x6e\xf8\xce\x7a\xde\x5d\xaa\xa5\x21\xd9\x69\x3e\x23\xd2\xb1\x07\xf1\xdb\xb1\x87\x41\x10\xe8\xa8\x3d\x69\x1f\x7e\x67\xb4\xa8\x61\x9f\x48\xe3\xf4\x33\x8e\xa8\x34\x8e\x5f\xe1\x88\x5a\x6b\x79\xc8\xe5\x92\xf6\xca\x5d\xdc\xd3\x04\x6e\x54\x1c\x87\x02\x07\xdd\xf5\x7a\xf2\xf4\x6d\x7b\x7d\x1a\xe1\xa8\x24\x6a\x11\x20\x7f\xae\x48\xb6\x71\x30\x80\x46\xcc\x15\x4e\x00\xc3\x81\xec\xed\xf9\x4a\x82\xa8\xa2\x57\x0a\x0c\xf4\xe4\xd6\x20\x2c\x50\x8b\xc6\x33\xc0\x52\xcc\x94\x2a\x7b\x63\xcd\xab\xd6\x08\xf9\x47\x56\x6b\x5b\x2a\x94\x46\x58\xf3\x1d\x49\xf9\xe8\x55\x66\x3c\x5f\xda\x3a\xc3\xc1\x29\xec\x4f\xb9\x7e\xcf\xba\xb3\x47\x45\xd4\xce\x95\xe1\x10\x9c\x67\x31\x85\x0d\xe7\xb9\x38\x0f\x0d\xdf\xe9\xf9\x05\x0e\x39\xe2\xe0\x16\x5d\x5a\x79\x5a\x24\x2b\xa8\x15\x49\x46\x5e\x86\xd1\x74\x69\x31\x04\x98\x2e\x6d\x32\x23\xa6\xef\xec\xec\x1d\x46\x00\x2d\xd6\xde\x64\xd6\x4d\xa4\xad\x99\x94\x37\xed\xe0\x43\xab\x22\xb9\x69\x4d\x15\x02\x2f\x73\x74\x4c\xa3\xeb\xe9\x84\x10\x3e\x33\xa6\x9b\x69\x0b\xd0\xa0\x50\xc5\xbc\x17\x46\x8d\x5c\xa6\x37\x47\x05\xb9\x4c\xc7\x15\xd1\xb6\x4c\x36\x86\x49\x24\x49\xcb\xb7\x3a\x0e\x32\x54\xce\xd5\x36\xf2\xec\xa5\x73\x35\x92\xec\x41\x25\x6f\x6a\x93\x46\xe1\x12\x7f\x5a\xcf\x2e\x2c\xac\xcf\xb8\x7f\xcf\x8a\xfe\x30\xdf\x6d\x5d\x56\x32\x70\xb6\x0c\xad\x34\x55\x2c\x20\x0f\x76\x56\x23\x7b\x9e\x1c\xac\x93\xf9\x97\x57\x35\x72\x17\x0b\x54\xe0\x9d\xd1\x99\x1b\xc2\xe7\xcc\x1c\x87\xc2\xe7\xcc\x68\x55\x82\xe7\xcc\x1c\x69\x82\xe7\x94\xc5\x14\x17\x3c\xa7\x2c\xe6\x94\xd0\x39\x65\x31\x51\x85\xce\x99\xb1\xd9\x4c\x23\xe7\xff\x9d\x58\xe7\xfb\xea\xd6\x87\x69\xda\xdb\x59\xf9\x23\x4a\xff\xe3\xb8\x15\x1a\x67\xb5\x3b\x92\x94\x15\x8e\x91\x85\xa2\xda\x90\x9a\xa4\xff\xcf\xd8\xdb\x5c\x4d\xcf\xf2\x4c\xbb\xa9\x7c\x21\xd8\x06\x0c\x4c\xde\x5c\xa0\xbb\xcf\xfc\x43\xd8\xcb\x55\x47\xf9\xd9\xb3\xeb\x1e\x6a\xd9\xc6\xfc\x23\xa4\x52\x69\x20\x75\xcd\xd4\x0b\x49\x6a\x15\x3f\x34\x47\x5a\x2c\xd9\x4e\x64\x7a\xf4\xf7\xa1\x8f\x5a\x54\x27\xa3\x6d\x8e\x2c\x3f\xa3\x6d\x8e\x9e\x7f\xda\x7e\xdd\xe9\x02\xc3\x6d\x8e\xce\x04\x9d\x5c\xa5\xee\x7c\xeb\xad\x77\xe6\xa9\x8f\x98\x99\x1f\x79\x27\x9e\x29\xea\xe7\xdd\x36\xa2\x71\x32\x5c\xb5\xa6\x99\xa2\x1b\x1b\xaa\x91\x31\x2d\x86\x6c\x90\x31\x8d\x25\x4c\xc2\xd2\xc6\x06\x6b\xa0\x4c\xbb\x5e\x51\xfc\x44\x23\x9f\x3a\x44\x94\x35\x6d\x64\x4c\x89\x75\x94\xbc\xa3\xf5\xce\x53\xf5\x5c\xc9\xa7\x76\x50\xd0\x8d\x42\x87\xe5\x4e\x67\x5c\xcc\xc1\xcd\x64\x32\xdf\x22\x35\x8d\x77\x24\xeb\xe6\x5c\x06\x04\x83\x69\xb3\xa4\xd0\x21\x0f\x3e\xfd\xb9\x6d\x64\xc8\x48\x81\x9e\x78\x9f\x0a\xd7\x1c\x9b\x9e\x50\x30\xf7\x79\xa7\xa0\xaf\x24\x6a\x6e\x92\x06\x4e\x83\x64\x28\x75\x7d\x84\x81\xb9\x4f\xaa\x23\xba\xb6\x3b\xb7\xa8\xe5\xf4\xce\x37\x23\x28\xcc\xcb\x9d\xfd\xc8\x90\x97\x8b\x7e\x5d\x24\x2c\x4a\xa1\x3f\x15\x33\x91\xfe\x24\xf1\x0c\x83\x26\xdf\x09\xb3\x90\x4b\x8d\xe1\x2e\x17\x07\xa7\xd0\x2e\x77\xb4\xf3\x65\xe7\x49\xc9\x77\x43\xbb\x4f\xca\xb4\x5d\x90\xff\x3d\xf3\xf0\x8e\xba\x28\xf8\xca\x1d\x15\x75\x39\x6f\x7d\x8b\xf4\xd4\x33\x73\xdf\x58\x96\x18\x7a\x17\xfb\x1b\xcf\x9e\x09\x79\x77\x86\x54\xd4\x6d\x77\xbf\xf2\xac\xb8\x9b\x90\xaa\x9e\xd1\x22\x1f\xcb\x69\xed\xf2\x59\xc7\xfe\xb2\x9e\x73\xf9\xce\x4a\x14\xe7\xdb\xdd\xcf\xbc\x3a\x25\x51\x51\x5f\xcc\xaf\x0c\xcc\x72\x9b\xe8\x27\x4d\xe2\x3b\x43\xe8\x5d\xf2\x4e\xa1\x6e\x61\x7e\xe8\x16\xd2\x0a\x87\x0d\xa7\xef\x6d\x07\x65\x02\x99\x0c\xee\x6e\x79\x53\x6d\x62\x53\x58\xd8\x41\x69\xef\x33\xa1\xef\xce\x82\x32\x11\xdc\x9d\x39\x62\x44\x44\x6a\x6d\x66\x42\xe6\xaf\xc0\x40\x77\x76\x25\x91\xc2\x5d\x35\xb5\xd6\x64\xce\xae\xe3\xdc\xaa\xf1\xf6\x99\x20\xee\xce\xac\x90\xad\x7e\x4c\x8e\xb6\x3d\x3c\x68\x15\x49\xc3\x74\xfe\x93\x09\xf6\x79\xb5\xa8\x15\x27\x52\xb5\x3d\x2f\xe2\xf2\x9a\xbd\x11\x41\x26\xf1\x17\x53\x8c\x5c\x9c\xa0\xdb\x0e\x40\x4c\x5c\xce\xb6\x9a\x33\x53\xdc\x72\xd7\x51\xf3\xa6\xf4\x20\x4c\x81\xdb\x26\xd3\xf7\x99\xcc\x8d\x1c\x12\x5b\xee\xc0\x6c\x44\xdb\xd9\x99\x2e\x86\x71\xdb\x66\x5a\x22\xc9\x4a\xca\xd6\x28\x0e\xba\xeb\x28\x91\x64\x17\xe5\x8e\x28\x80\xd5\x15\x7f\xda\xb6\x95\x94\x85\xb1\x7d\x9c\xa3\x5d\x98\x8f\xae\x5e\x6c\xce\xe2\xa3\xbb\x8e\x2b\xaf\x6a\x5d\x32\x53\xb6\x8d\xa6\x1c\xa7\xe2\xa3\xbb\xa2\x4d\x8a\x8f\xee\x8a\x5f\x65\x2b\x71\x53\x1c\x51\x62\xa3\xeb\x27\xe7\xbe\xc8\xe8\x7a\x6e\xba\xca\xdf\xda\x73\x7b\x15\x35\x5d\x3f\xef\x7c\xf7\x33\x8e\x29\x0f\xdd\x26\x3e\xdc\x6e\x53\x24\x0d\x4c\xfa\x49\xb6\xd6\x13\x0d\x49\xf9\x5b\xfb\x79\x47\x52\x93\x6a\xde\xd4\xc0\x60\xbf\x15\xdd\x5d\x3f\xd1\x2c\x4d\x77\xd7\x66\x26\x8a\xe3\x9e\xa3\x5b\x88\xfd\xae\xc7\x6d\xea\x7c\xae\x67\x8b\xa4\x26\x66\xde\x9a\xce\x24\x57\x06\xb3\xdf\x01\x0a\x7c\x44\x81\x29\xd8\xbf\xcd\x7e\xd7\x9d\xda\x61\x8c\x8f\x6c\xb1\xb9\xf8\x2b\xf9\xeb\x95\xad\xfe\x33\x3c\xfb\x0a\x92\xc7\xed\x46\xd2\xec\x63\x2b\x12\x6d\xde\x75\x70\x66\x9a\x36\x2f\xae\x8d\x8f\xdd\x0c\xcc\x53\x93\xe8\xdd\x25\xff\x53\xfc\x69\x49\x5d\xb6\x2f\xa4\x11\x35\x70\x2d\xaf\xca\x25\xc3\x24\xfa\xd8\xdf\xcd\xc2\xf8\xd8\xdf\x9d\x26\xa1\xbe\xa2\x1b\x88\xfd\xae\xdf\xdc\x81\x3f\x58\x5a\xdf\x77\x65\xc2\xa6\xc7\x3f\xf2\x0a\xdc\x69\x22\xfe\xef\x91\x2f\xe5\xc1\x65\x72\x88\xfe\xae\xdf\x4c\x07\xe7\x90\xbd\xd3\x7e\xcd\xe9\x9b\xf5\xf6\xb1\xfe\xca\xde\x20\xc2\xbb\x7e\x5f\x29\xa5\xab\x4c\xfa\xdb\xca\x6c\x4f\x29\xaa\x77\xfa\x4d\x33\xfc\x4e\x7f\x2f\xef\x77\x91\x54\xed\xf4\xb7\x66\xf8\x7d\xa6\x14\xa9\xb9\x4c\xa2\x8f\x1d\x06\x9d\x37\x15\x12\x5a\xd9\x0b\xc5\x5a\xd7\xef\x33\xcf\xe4\x30\xb8\xf3\x9d\x0c\xef\xec\xc4\x4e\x35\x5b\xd9\xb1\x84\x9e\xec\x77\xe6\x8c\xbd\x07\x9c\x26\x02\x4f\x5e\x95\xfd\xfc\xe3\x29\xcc\x96\x61\x7a\xbb\x91\xb6\x6f\xb5\x21\x73\xcd\x33\x38\x07\xed\x47\xb7\xb3\x9b\x03\xf3\xeb\xdb\x59\x6f\x48\xba\x9d\x5d\xff\xc4\x6c\x3f\xaf\x7a\x94\x06\x92\x1c\x24\x3d\x92\xc6\xec\x8c\xa4\x31\x63\x55\x08\xac\xd9\x6f\xf6\x9a\xaf\x67\x30\x9b\xdb\xd7\xac\x12\x6c\xa6\x5f\x3b\x16\xd8\xda\x85\xd4\xec\xf1\x0d\x0a\xa8\xd9\x83\x25\x11\x50\xb3\xdf\x25\x6f\x6a\x6e\x5d\x29\x53\x2e\x1f\x4e\xd6\xaf\xef\x78\x9c\x1e\x42\x69\xf6\xfb\xca\x33\x8d\x20\x0b\x5d\x20\xcd\x1e\x3f\xe1\xd7\xf0\x38\xce\xcb\xaf\x17\xcc\x95\x37\xed\x6e\x64\x78\xbf\xec\xd0\x29\xc7\x1a\xc9\x48\x0f\x5b\xed\x98\x47\x9e\x72\x7e\xf1\xd4\x77\xa5\x8c\x8d\x75\xd7\x2b\xcf\xe4\x1d\x61\x75\x09\xfd\x38\x72\xab\xfc\xfa\xae\x94\xce\xd1\xb4\x99\x25\x92\x2e\x40\xa9\xac\x2c\xf5\xc1\x11\x08\xeb\xf8\x22\x19\x04\x75\x7c\x5d\x37\x4a\x0f\x3b\xa2\xba\x0b\xf7\x38\x2e\xba\xd8\x2c\x75\xf5\x62\xaf\xfd\x19\x65\x41\x65\x04\x7b\x7c\x7d\x3c\x42\x3d\xbe\xbe\x58\xa1\x1e\xaf\xc9\xba\xff\x19\x73\xf1\x3e\x93\xa3\x86\xd5\x25\xd0\xe3\xb8\x4a\xde\x54\xb5\xaf\xfc\x4f\xb8\xb1\xb7\x32\xaa\x36\x1b\x8d\xc8\xeb\x46\x2c\xbe\xe6\xae\xab\xb1\x1c\xfe\x0c\x2a\x63\x2a\x0a\x02\x79\x4d\x86\x58\x08\x48\xc2\xdc\x1e\x49\xbd\x7d\xa5\x18\xdf\x4c\xa9\xda\x74\x03\xf3\x9d\x7b\x3b\x7f\x90\x2b\xea\xca\x9b\xf2\x52\x8c\x48\x6e\x20\x3d\x6a\x4e\xda\x9c\xd6\x3f\x3b\xa6\xde\x62\xdc\x42\x5a\xaf\xb8\xf8\x99\x81\xd1\x8d\x7e\xb2\x47\x08\x47\x39\x62\xc5\x16\x8c\x72\xc4\x4a\x20\x18\xe5\xb8\x58\x6b\x82\x51\xbe\xae\x38\xc1\x28\xaf\xd9\xf2\x4c\xa3\xc4\x4a\x10\x8c\x92\xd8\xac\x47\xd2\x04\x7a\xff\x27\x47\xd4\x5b\xe6\xc7\x13\x21\x3f\xf4\x7c\x4a\x65\x3c\x9f\x28\x46\x94\x9f\x57\x86\xde\x94\x0f\x07\x2b\xea\x67\xf0\x37\x13\xf1\x07\xf5\x39\xdb\xee\xcf\xb7\x74\x36\x02\x41\x16\xc7\xe0\x24\x13\x64\xb1\x14\x4e\x32\x41\x16\xc7\x78\x25\xb9\x9a\xb8\x32\xfd\xd9\xba\x84\xdb\xe0\xcf\xf8\x10\x20\x12\x7f\x43\x36\xba\x3b\x6f\xca\xf1\x84\x02\xf0\xa7\x09\x3c\xee\x94\xa9\x68\xec\x9e\x67\xeb\x29\x65\xa6\x2e\xda\x84\x7b\xde\x94\x31\x67\xe4\x0f\x5f\xe3\x2c\x22\xca\x62\xd7\xf3\xa1\xcd\x10\x3c\x33\xf6\x88\xdb\xdc\x9f\x33\x1b\x5f\x33\xa2\xdc\x24\xf3\x3f\xf8\x1a\xc5\xa8\x07\x35\xfe\x23\xa9\x89\x3d\x92\x9a\x88\x07\xe7\xcf\x71\xf3\x9c\x48\xe2\xda\x9b\x8d\xd5\xec\xc4\xb4\x63\xe6\x99\x1a\xf5\x56\x46\xae\xb5\x3b\x92\xdb\x94\x37\xc5\xad\x83\x89\x59\xc4\x7a\xa5\xe4\x99\x5c\xab\x83\x3d\xd9\x49\x6b\x47\xca\x74\x98\x3c\xf3\x42\xb4\x7a\x63\xb4\x3c\x53\x8b\x38\x1f\xfe\x1c\x34\x8f\x4a\x29\xe8\xe6\x18\x2d\xdf\xc9\x59\x89\x62\xf2\xe7\xa0\xf9\x91\xef\xd4\x22\xf6\x67\x27\xbb\xcd\xf5\xc2\xb0\xcd\x96\x2b\xdb\x9f\x0d\xab\x19\x5f\x67\x82\x44\x15\xfa\x73\x0c\x7d\x0a\xdd\x9e\x87\xfc\xde\x31\xf4\x29\x54\xbb\xfa\x78\xbf\xd3\x08\x62\xbb\xf8\xb3\x45\x22\x15\xd5\xae\x3e\x38\xa9\x45\xca\x57\x0a\x0a\x86\xa0\x9e\x63\x64\x58\xec\x7f\x7d\x4b\xf1\x20\x45\x52\x93\x5a\x6a\x26\x06\xd9\xac\x02\x83\x07\x32\x2c\xac\x2c\x49\x53\xc8\xce\x31\x7c\x16\x4d\x41\x39\x8b\x93\xb9\x3c\x92\xe7\x5d\x24\x3b\x7a\x3c\xd5\xe7\xe1\xe5\x63\xf3\xc7\x14\x96\xb3\x18\x76\xfa\x48\x5e\x30\x37\x92\x16\xcc\x88\x24\xb7\xed\xfb\x9d\x17\xcc\x40\x52\xb5\x7b\x4a\x91\xdb\xd6\x0d\x9c\x87\xd7\x4b\x9e\x4d\x6f\x08\x34\xc2\xab\xa7\x47\xd2\xdc\x6a\x7c\x67\x5e\x89\xfc\xc1\xe9\x49\x4b\xaa\x66\xb6\x33\xd0\x12\xd3\x79\x77\xdb\xcc\x2f\x59\x06\xf9\xe5\xc7\xca\x35\xed\x17\x62\xb3\x01\xf3\x98\x87\xc1\x7a\xdc\x8b\xe6\xe1\x19\xfd\xbe\x2b\x43\x5d\x4f\x9f\x93\xce\xb4\x50\x09\xfb\x64\x6b\x1e\xca\x5b\x9c\x5e\x76\x2e\xfa\x96\x37\x65\x1d\x4e\xcb\x7c\xf7\x62\x5b\x9e\x87\x5d\xb2\xde\x23\xa7\xe0\x9a\xd3\x41\x43\x8f\x74\xca\x5a\x49\x31\x76\xc9\x56\xda\x25\xf6\x5b\x47\xe1\x3e\x92\x6c\x9e\x3e\x9e\xa7\xa0\x9b\xc5\x84\x1d\x8f\x24\x07\xed\x9d\x52\xe4\xa0\xcd\xdf\x3d\x6f\x67\xbe\xf3\x76\x92\x32\x97\xde\x4c\xcd\xd4\xc0\x3b\x65\x7e\xf4\x87\x7c\xf7\x55\x3d\xe9\x53\x07\x08\xdf\xe9\x19\x51\x48\x18\x37\x3f\xe6\x69\xc3\xad\x0f\xeb\x79\xda\x70\xeb\x9d\x60\x0a\x0f\x3a\x1b\x43\x73\xda\x8c\xdb\xf3\x9d\xcc\xb8\x35\xdf\xc9\x57\xee\x93\x74\x0a\x2b\x3a\xdb\x9d\xef\x7c\xcf\x3f\xf2\xe1\xd4\xab\x91\x96\x93\x98\xa5\x1c\x35\xaa\xfd\xdb\xa7\x38\x45\xdc\x37\x5b\xcb\x2f\x35\xa4\x3e\x76\xa7\xb2\xf0\x4e\x93\xc6\x8e\x29\x1a\xbf\xd9\x58\x8d\x82\xa7\x4e\xac\xac\x53\xf0\xd4\xd9\x6e\x6a\xe3\x90\x7c\x54\x90\x29\xb4\xea\x74\xe0\xfa\x23\x49\x71\xc3\xea\x35\x85\x5d\x9d\xed\x8a\xa4\x85\x3b\xf2\x0f\x52\xb3\x51\x1d\x9f\x0a\x25\x0f\x35\x8c\xd6\xc0\xa6\x80\xad\xc5\x0c\x2d\x8f\xe4\xc5\x31\x53\xaa\x5b\x95\x76\xa8\x55\x35\x75\xf5\x3c\xa5\xd0\xe5\x36\x52\x8c\xb8\x54\xcc\xac\xf2\x48\xc2\x99\x03\xd8\x9e\x42\xbc\x16\xf3\xcc\x3c\x92\x8d\xdf\x69\xa4\xa2\x47\x70\xf9\xcc\x13\x08\x04\xff\x37\x04\xa2\xf0\xff\xe7\xd0\x98\x0e\x51\x7f\x24\x8f\x2a\xbd\x2a\x40\x84\x49\x60\x1e\xc9\x73\x93\x36\x29\x27\xfa\x38\xf3\x9d\xda\xd4\x53\x35\xb5\x89\xc5\x7f\x7a\xed\xb1\x68\x95\x2f\xf8\xe9\x53\x5e\x35\xfe\x06\xc8\xc7\x3c\xbd\xfa\x4a\x24\x0d\x5c\xc9\x97\xf6\x86\xe5\x99\xc7\x8d\x9e\xda\xf6\x3f\xa4\x50\xb5\xa9\xe6\x3b\x0d\xdb\x45\xcf\xb0\xfa\xf2\xa6\x47\x26\xcf\xd4\x0a\xf6\x25\x03\x6f\x2b\x16\xc9\x69\xe4\x2d\xc9\xa4\x1f\xf1\xd2\x1f\x0b\x92\x12\x96\x9f\xaf\xe8\xca\x4d\x24\xaf\x1c\x7a\xe7\xf2\x1c\xf7\x9d\x66\x5e\x9e\xe3\x77\x3e\xf4\xa2\xe6\x4d\xa3\x71\x98\x37\x97\x9d\x21\x8e\x31\x79\x44\x48\xa8\x6f\xc4\x62\x35\x3f\x2f\x1b\x24\xcf\x4c\x12\x1a\xf7\x6c\xf8\x80\xa6\xe1\xb8\x24\xad\x7e\x44\x63\x39\x1a\x2d\x85\x96\x7a\x44\x9c\xaa\x45\x24\x47\x69\xb1\x2b\x18\xa0\x7b\x9c\x3d\xa2\xf8\x4c\xe8\xcf\x0b\x3c\xf7\x9d\xdf\xc8\x7f\xc7\xc2\xbb\x20\x6b\x61\x93\x22\x8f\xb1\xe3\xa6\x1e\xd1\x8d\x65\xff\x26\x91\xf1\xc9\x39\x20\x90\xee\xd9\xb8\x60\x4e\x32\x19\x63\x14\x9b\x17\xfc\x2c\x8c\x23\xb9\x8b\x1d\x36\xfe\x88\xc6\xa6\x70\xe6\x91\xbc\x18\x57\xc5\x24\x79\x31\x76\xb1\x49\xf2\x62\x6e\x28\xd3\xc9\x8b\x5b\x0e\xa0\x0b\x86\x96\x96\x92\xdd\x22\x0e\xe5\x6b\xd3\x22\x9e\x9a\x8f\xe2\x1d\x2f\x05\x50\x71\xc1\x98\x64\x2f\xce\x79\x79\x11\x4f\x3a\x22\x0a\x5c\xc3\xc6\x73\xc1\xc3\xc2\x66\x17\x02\x43\x8e\xc1\x10\x18\x66\xd6\x6e\x0f\x08\xcd\x21\x07\x7b\x49\x1d\x0c\x4d\x4c\x57\x18\x29\xc4\x96\x5a\x8c\x14\x2a\xff\xcc\x80\xf3\xbc\x4a\xd3\x2e\x44\x0f\x16\xbd\x54\x86\x5d\xc5\x13\x49\x3b\xd3\xfb\xea\xad\x67\x03\xc9\x03\xc7\x26\x26\xd0\x70\xe2\x45\xa6\x29\x11\xb9\xc9\x4d\xa7\x48\xe6\x32\x3e\x61\x44\x3c\x7b\x44\xe6\x5d\xca\x61\x98\x1a\xa2\x87\x69\x50\x05\xbb\x1c\xf1\x40\x4d\xe1\x88\x03\xf1\x9e\xe6\x4f\x3c\x4e\xb4\x35\xf1\x27\x56\xae\xaf\x93\x24\xc8\x27\xa7\x45\x81\xc6\x08\xbd\xab\xb0\xa8\x06\x75\xc2\xeb\x9d\xb6\xb1\x6e\x46\x8a\xfa\x79\xf5\xf2\xf2\x32\x72\x85\x99\x54\x62\x4f\xa1\xed\xa6\x5e\x01\x86\x33\x9d\xf7\xb8\x81\x31\x9a\x06\x03\x1f\x1d\x9d\xc5\x5c\x88\x47\xaf\x79\xaa\xff\x76\xf6\x14\xa7\x3a\x26\xce\x67\x16\x27\xef\x41\xc3\x2d\x9e\xce\x9d\xd9\xed\xdc\xc6\x47\x67\x29\x08\x2b\x3c\x5b\xea\x60\x8f\x63\x67\x8a\x9a\x26\xf1\xe8\x25\x4f\x1d\x8d\xc1\xb6\x60\x80\xf0\xd1\x59\xdb\xe6\x45\x3c\x7a\x7a\x15\xb6\xce\x9e\xdf\xba\x39\x2d\x45\xb9\x39\xec\x46\xe6\x49\x3c\x7a\x26\x90\x21\x19\x3d\xa3\xe7\x20\xc0\xde\x22\xda\xf5\x5c\x53\xc9\x3f\xb5\xdd\x92\x89\x13\x8f\x4e\x83\xcc\x95\x78\xf4\x1a\xd1\xe9\xc5\xf8\x4f\x65\xbb\x47\x67\x34\x5d\xe2\x7d\xbf\xdf\xde\x2a\xf8\x46\xf2\x71\x9b\x67\xc3\xf5\x3f\x11\xdd\x3a\x8e\xb1\xea\x10\xd8\x7e\xa5\x4e\x6e\x1d\xf3\xd8\xc0\xe2\xa3\x97\xbc\xec\xd6\x5d\x79\xea\xd6\x5d\x29\x19\xc7\x3a\x35\x86\xc2\x88\xc9\x29\xe2\xc4\xea\x40\xd8\x47\xa2\xb1\x7c\xaa\x59\xee\x60\xd7\x47\xaa\x6a\x0d\x3f\x05\x72\xc7\x0e\x52\x41\x7a\x70\x9c\x0a\xa2\x5c\x1d\x8f\xfd\x48\x6e\x2b\x1b\x55\x05\x81\x77\xe7\x5d\x23\xf0\x22\xb9\x6d\x6c\x3e\xce\xdc\x7c\xf4\x74\x30\xf8\xbc\x96\x0a\xba\x6d\x1c\x93\xd5\x47\x47\x67\x79\x08\xb5\x5c\x1d\xb4\xf9\x48\x45\x12\x75\x20\x2e\x08\xad\x49\x58\xe4\x4a\x14\xd5\xac\x8b\x79\x19\xd1\xf3\xf2\xca\xbb\x6e\x4d\x8d\xc8\xc8\xa5\x60\xe6\x65\xbe\x65\x5e\xd2\xc1\x8b\x99\x47\x97\xb2\xb2\x38\x43\x2b\x2b\x8b\x3d\xd1\x08\xe5\xa3\x73\x30\x3a\xb1\xf3\x3d\xd3\xe3\xdb\x8b\x3f\x6d\x67\xb5\x70\x56\x57\xd6\x03\x0a\x5c\x75\x3a\xbd\x99\x92\x8c\x12\x64\x67\x68\x66\x5e\x29\xe5\xdf\xa6\xee\xd9\x4c\x4b\x5f\x58\xa3\x06\x34\xdf\x95\x2d\x54\x80\xe6\x0a\x4e\x7d\x36\x63\xe9\x0a\x33\xbe\x19\x4b\x57\x58\x3a\x4e\xe7\x7c\x16\x76\x0a\xe7\x73\x3e\x0b\x53\xaf\x19\xd5\x44\xa7\x36\xf3\x1a\xd1\x54\xe1\x9d\xeb\x3c\x53\x8e\x01\x07\x3d\x55\xf8\x38\x88\x3e\x3f\xfd\xfa\x2f\x29\x88\x96\xbb\x0f\x85\x6b\x7e\x44\x9e\x02\xc9\xe7\xb4\x6d\xe6\x2e\x2a\x25\xa2\x9b\xc3\xe9\xd1\xcc\x5d\x04\x2a\x76\x1a\xdc\x7c\x16\xe6\x6d\x33\x77\x51\x94\x64\xe7\x76\x3e\x0b\x1b\x9f\x72\x3b\x57\xe2\x21\x67\xc3\x75\x94\x2a\x1b\xa0\x52\x58\x4a\xa6\x5c\x3c\x4b\x8b\xa8\xe8\xd9\xf7\x37\xf6\x33\xb3\x8b\x0b\x28\xfd\xbc\xcb\x5f\x17\x83\x45\xd7\x98\xe9\xa8\xbc\x2f\xbb\x79\x35\x4f\x19\x2d\xba\x06\xaa\xa3\x16\xd1\xcd\x63\x2e\x36\xf0\xab\x6c\xa8\x62\x62\xac\xc0\xf5\x67\x03\xa2\xca\x9c\x6f\x40\x54\x39\x2f\x84\x9f\xae\xa0\xf7\x67\x03\xb0\xca\xfa\x6e\x20\x54\xd9\x99\x9b\x19\xeb\xde\x29\x03\xce\xb4\x46\x54\x9d\x46\xa6\x85\x71\xa6\xb9\x25\x37\x73\x18\xe5\x62\xda\x0c\x3b\x1d\x99\x9b\xe6\x3d\xc8\x95\xa6\x19\x77\x0a\xc2\x6e\x1a\x48\x7d\xc6\x30\xd0\x8c\x34\xe5\x5c\xbd\x21\x2a\x62\xc3\xba\xbd\x22\x72\x01\xba\xcd\x54\x34\x98\xb9\x37\x89\x1a\x58\x79\x82\x52\x37\x90\x74\xf3\xf6\x8a\x18\x57\x0a\x76\x7b\xce\x14\xdc\xf5\x6e\xca\x75\x73\xae\x7c\xea\xe6\x70\x09\x12\xb0\x3a\x01\x58\xf3\x26\x89\x03\x13\xca\xc0\xea\xb3\xb4\xfc\xe6\xeb\xdf\x34\xc4\x9f\xc5\x3c\x35\xc7\x03\x67\xbf\xf3\x4c\x9f\xc4\x27\x4e\x11\x3d\xbe\xb7\x07\xa3\xb0\xe7\x91\x2a\x4e\x37\x2e\x5f\x1a\x3a\x8b\x99\xc8\xdc\x8e\x67\x2c\x1a\x86\x68\x0f\x20\x6d\xd3\x69\xa5\x4f\x82\x4c\xa7\x31\xda\x67\xee\xb4\x4e\x2b\x7d\xe6\x8e\xa5\xb4\xd2\x0d\x8b\xf8\x14\x2d\x64\xbb\xde\x72\x69\x5c\x1e\xba\x71\x47\x2a\xfc\xe7\xdf\xf0\x74\x31\x92\xd4\xdf\xcb\x25\xd7\x63\xe3\xbb\xcf\x18\x41\x8c\xef\x3e\x89\x1f\x98\xa4\x9c\x06\xe9\x36\x85\xef\x4e\x1c\xd0\x04\xde\x0d\x9e\x7f\xde\x86\xb6\xbe\x05\x4d\x81\x32\xa9\x92\xf2\x41\x00\xa6\x9a\xe2\x76\x6c\x57\xda\xad\x90\xd3\x9a\xfa\x6c\x33\x4e\xa5\xb6\x50\x2d\x8c\x88\xd5\x22\xfd\x40\x44\x2a\x77\x44\x43\xb2\xaf\xf3\xdf\xd9\x87\x9f\x77\x05\x29\xbe\xd2\xdb\x0e\x58\xbd\xd2\x50\x45\xd9\xd7\xd4\x77\x1b\x60\x9a\xbf\x38\x61\xc5\xcc\xc3\x9f\xbf\xa4\xa5\x8e\xa4\x27\xd0\x7b\x92\x66\x3a\x4a\xb3\x31\xda\xb5\x70\x6e\x9a\xfd\xf1\x8a\x5a\xdc\x07\x8d\xbd\x11\xdd\x58\xf4\x0b\xa3\xb4\x2f\xa2\x71\xa7\xc9\x20\xaf\x28\xdc\x86\x69\x5f\x27\x36\x18\xc3\xb4\x2f\xc2\x7a\xa7\x61\xda\xf5\xc8\xa7\xdb\x0f\xf3\xa9\x71\xd9\xa9\xa2\xb1\x81\x33\xa2\x61\xda\x34\x67\x7a\xac\x28\xd5\xec\x60\x31\xb5\x75\x03\xc8\x62\x32\x13\x86\xbb\xc5\xd4\x65\x66\xc8\x81\xfb\x69\x06\xd1\xcd\x09\xdb\x1d\x22\x1b\x7b\x22\x90\xee\x18\x2a\xba\x83\x64\x63\x19\x31\xe1\xe3\x15\xa3\x86\x30\xdd\x2d\xe6\x46\x43\xba\xaf\x18\x54\xcd\xf8\x78\xc5\xfc\xd8\x89\xb4\xcf\x70\x80\x74\xcc\x70\x98\x03\x0c\x47\xc8\xec\x20\x1d\x51\x20\x4c\xf2\x78\xc5\x72\xda\x21\xfd\x2a\x29\xca\xdc\x1d\x54\x51\xf3\x3d\xa6\xbc\xbe\x0c\x49\x2e\x29\xd7\xf5\x2f\x79\xfa\xb5\x98\x2a\xfe\x6c\x5a\x4e\x49\x34\x80\x97\xa1\x04\xcb\xd3\x4d\x03\xe8\x37\x18\xc2\xd0\x45\x9c\xf0\x7a\xc6\x8c\x60\xb0\xf7\x35\xd2\xe7\x4e\x9e\x82\x1a\xd6\x89\xd8\x46\x49\x10\xcf\x63\xbb\x47\xfe\x2a\x4c\xfd\xcc\xb3\xad\x67\x29\xe6\xe3\xfa\xe6\xa1\xb1\x88\xe9\x70\x38\xc0\xd2\xc3\xf0\x4c\xd0\xd6\x01\x07\x18\x03\x3b\xe0\x00\x63\xd8\x85\x15\x7f\x16\x4b\x9e\x56\x3f\x1d\x88\x4e\xb5\xc2\x7f\x95\x5d\xbb\xdd\x4c\xff\xe1\x5c\xa5\x33\x05\x39\x42\x80\x6e\x31\x5e\xfc\x66\xf6\x0b\x2f\xde\xee\x99\x1a\x7d\x5c\x6a\xca\xb1\x13\x6f\xe4\xdd\x3f\x27\x9f\xe6\x65\x1d\x1b\x2d\x26\x1e\x01\xc8\xdb\xcd\x66\x64\x4e\xc8\x79\xb2\xe6\xcc\x09\x39\x4e\xb6\x14\x63\xc6\x6b\x79\x3f\xed\x62\x73\x69\x48\xc3\x51\x0a\x34\xdc\x0c\x61\x47\xcb\x5f\x97\xde\x4d\xb9\x46\x82\x96\x7c\xfa\xf1\xbb\x29\xf7\x67\x91\x3e\xd3\x6a\x28\x07\x8b\x43\x28\xf2\xe7\x29\xff\xd1\x6a\x28\x07\xaa\x9f\x29\x23\xaf\x91\x2a\x2e\x67\x8e\x61\x71\x98\x33\xf2\x22\xbe\x64\x9a\x33\xb2\x1c\x2d\x25\x43\xd8\xc6\x7f\x9d\x99\x85\xe0\xb2\xe9\x94\xde\x35\x5a\xb0\x71\xe7\xe5\x60\x05\x9b\x51\xb2\x1c\x35\xa2\x13\xc9\x5c\xa9\xe4\x57\xad\xff\x0f\x76\x1a\xd1\x4d\x3e\xe5\x32\x78\xc6\x5f\x02\x9a\x9d\xc3\x99\x0f\x08\xe2\x9b\xce\xf0\x5d\x62\x0e\x32\xc7\x64\x01\x8a\x31\xcd\x23\x59\x62\xb9\x11\x36\xbd\xe1\x4c\x9d\xce\xff\x1d\xea\x81\x69\xe6\xc8\xb0\x97\x4c\x33\x47\x26\x54\x71\x9a\x39\x32\xd1\x82\xd3\xf0\xf4\x04\x1d\x4e\x93\x45\xe2\x19\x9d\x26\x8b\x0c\x0d\xc5\x34\x3d\x64\x8d\x9d\xd5\x39\xc0\x0b\x10\x95\x49\xd2\x6f\x22\x85\xe6\x34\x29\x1e\xd8\xac\x69\x9a\xc7\x02\x82\x65\xce\x61\x88\xf2\x40\x32\xaa\x93\x82\x4c\xa9\x42\xf7\x0b\x84\xde\x89\xc2\x9f\xd3\x18\x19\xe6\xc0\x34\x46\x86\x4b\xf6\x14\xa5\xca\x64\x96\x8a\x0d\x32\x51\x90\x73\x1a\x24\xf1\x96\xb2\xff\xef\xff\x15\x02\x81\xa6\xb0\xe9\x25\x2a\x9f\xa0\xe9\x25\x8a\xa5\x90\xe9\x25\xaa\xe3\xc4\x4a\xca\x3e\x34\x09\x4d\xc3\xc4\x38\xd1\xf4\xe9\xf7\x89\xa6\x7f\xe7\x65\x34\x7d\x2a\xab\x84\x1a\xd7\x5b\x30\x8a\x59\x3e\x9d\x9e\xdb\x0d\xd1\x94\x7c\x33\x4f\x1d\xc1\x91\x82\x84\x87\xc8\x7d\x49\x38\xf5\x3b\x16\x0d\x11\x38\xde\xb9\xb8\x4f\x83\x7c\x7b\x24\xae\x61\xf4\x33\x20\xc8\x7c\x28\x10\x64\x86\xd6\x3c\x29\xcc\x54\x21\xd3\xaf\x2c\x2d\x01\xd3\xaf\xac\x4a\xe1\xd2\xaf\xac\x6f\xc1\xd2\x7b\x6c\xbd\x06\xa2\xd7\xdc\x0a\x9d\x1c\x1c\x40\xf0\x74\x72\x70\xbc\xe0\xd3\xc9\xc1\xc1\x8f\xcd\x65\x58\xd6\xc8\x33\xc1\xb2\x98\xbf\x22\x5b\xbc\x2a\xe7\xe9\x32\x2c\xab\x45\x12\x2c\x0b\xd3\xac\xa0\xe7\x1d\x70\xf2\x5c\x06\x62\xb1\xf3\xac\x5c\x49\xf9\xa1\x60\x3a\xb9\x6e\x1b\x7b\x9e\xd9\x29\xa6\xc5\x0e\xaa\x79\x2e\xe3\xb2\x58\xe1\x22\x5a\xec\x20\xd1\xa7\x50\xea\x1d\x64\xf8\x5c\xc6\x31\xd2\xbf\x42\xa9\x87\x56\x64\x2e\x67\xaf\x60\x24\x84\x52\xef\x60\x9c\xe7\x32\x6e\x91\xbd\x69\xd9\xef\x1b\x7b\xa9\x80\xe9\x1d\x80\xf9\x5c\x86\x31\x32\xe5\x05\x4c\xbf\xea\xc8\x33\x2d\x15\xf4\xd6\x65\x50\x23\x03\xb3\x0c\x63\xbc\xf3\x0b\x55\xbb\xe5\x4d\x01\xe4\x46\xde\xf4\x48\x50\x35\x83\xcd\x09\xbb\x9a\xcb\x61\xe0\x69\x93\xc1\x37\xe9\x0b\x13\xfe\x67\xd0\x9c\xac\x32\x7e\xf0\x65\x0c\xda\xfb\xa1\x00\x45\xe9\x28\xc7\xeb\x64\x26\x38\x5e\x27\xa3\xb6\x85\x8a\x4a\xe7\x3b\x5e\x27\xf3\x49\xd8\x85\xeb\xfd\xa1\x00\x45\xed\xdf\x18\x96\xb9\x0c\x49\xa3\xf9\xdb\xa9\x2e\x98\x50\xdb\x00\x35\x7e\x2f\x80\xf9\xb8\xde\x67\x6e\xc4\x40\x52\x80\x3e\xa3\xb6\x95\xea\xe2\x7a\x25\x37\x62\x22\x19\x15\x55\x91\xdc\x88\x03\x49\xd8\xb5\x3b\x75\x11\x0e\xea\x7d\x26\xb4\x1a\x43\x28\x18\x7a\x89\x7e\x2d\x14\xfa\x20\x70\x6e\x0a\x77\x3e\x26\x1a\xb4\x70\xe7\x25\xf7\xa2\x6d\x77\x2c\x03\x2a\xa4\xf9\x20\x24\x76\x0a\x69\x3e\x88\xcd\x9f\x02\x9a\x17\x82\xdc\xa6\x92\x9f\x0f\xa8\x02\xe6\x66\x3f\x8d\xf4\xd1\x33\xda\x27\xc4\xce\x7c\x6b\xf6\xd3\x9b\xf4\x92\x76\x57\x42\x30\xa7\x80\xe6\x63\xbe\x92\x6b\x4d\x3d\x97\x6b\x4d\xcf\x0b\x57\x36\x53\x17\xe1\x70\x08\xeb\x9d\x4a\x74\x3e\xe6\x99\x52\x5c\xcf\x7c\xb7\x25\xf1\x77\xe1\x70\x20\xab\x9a\x42\x96\x97\xdc\x33\x04\x25\x7f\x36\x04\x1a\xb1\xe5\x45\x61\x43\xd8\xf6\x85\xb2\x59\x6c\x23\x11\x7a\x24\xf9\x42\x59\x2f\xc2\x80\x97\x58\x43\xb6\x7d\xa1\xec\x63\xc2\x80\x17\x38\x53\xa6\x50\xde\x25\x07\x80\x60\xdd\x25\x17\x68\xc1\xba\x67\x1b\x91\xec\x5e\x8f\xa4\x9a\x71\x22\x7d\x0c\x28\x40\xbb\xfd\x38\x4a\x0c\xc5\x45\xd0\xed\x92\xbb\xff\xc7\x31\x63\x23\xcf\x96\xbe\x2b\x48\x06\x81\xe4\x99\x10\x03\x1c\xb2\x1f\x7b\x53\x47\x24\x79\x53\xd9\x7d\x3f\xf6\x98\xe6\x50\xfb\x40\x7f\xc6\x50\x28\xe3\x79\x89\x19\xe9\xe3\x9c\x14\x71\x98\x0a\xf4\x5d\x41\x70\xce\x0f\x99\x79\xb1\xac\x18\xf4\x7d\xc4\xee\xf2\xb1\x2f\x27\xd7\xbc\x8f\x7d\xa0\x5c\x92\x3e\x30\xf3\x71\x49\xfd\xd8\x56\x1d\xa5\xe4\x93\x03\x9c\xff\x28\x29\x05\x00\xc1\xf9\x21\x29\x05\x9a\xf8\xc7\xb6\xeb\xd8\x13\x84\x03\xaf\x40\x55\xe7\x07\x27\x27\x0a\xbe\xc0\xde\x35\xea\xc5\xc7\xc6\x69\xc2\x43\xe7\xc7\x4e\xcd\x5c\xed\x3f\xe6\xe9\x23\x78\x6c\x7e\x70\x6a\xa2\x72\x7d\x6c\x9c\x8e\x89\xe3\x63\xe3\x74\xec\x2e\x1f\xfb\x7d\x08\xdf\x9d\x1f\xd8\x4a\x67\x5e\x96\xe7\xaf\xe6\x61\xf3\xa7\x74\xb8\xd8\x4a\x81\xef\xce\x8f\xb3\x61\xc5\xec\xf5\xb1\x9b\x27\xb6\x37\x61\xbb\x2b\x70\xd3\xf9\xb1\x97\x27\xc6\x93\x8f\xdd\x3a\xb1\x37\x7c\xec\xc5\xe4\xba\xf5\x25\xd9\x04\x9a\xe9\x37\xcc\x7d\x05\x91\x19\x91\xa7\x0e\x69\x66\xc5\x7f\xcd\x78\x10\xad\x47\x80\xeb\x7a\x9f\xff\x41\xd1\xfe\x32\x29\xf3\x17\x5b\xff\x59\x83\x5f\x3c\x33\x0c\xd5\x97\x90\xc7\xbc\x4c\xc8\x23\xd3\xfb\x8b\x6b\x86\xb9\x2f\x48\x76\x05\x8c\x3f\x4d\x9b\x7b\x74\x14\x28\xf1\xe6\x56\xa0\xa7\xf3\x8b\x6b\xe6\xce\xbb\x5d\x5f\xd2\x16\x5c\x33\x3d\x3f\x9d\x7a\x98\x72\xec\xcb\x60\x07\xf9\x7a\x7a\xf7\x9e\x4f\xed\xa9\x61\x8c\xbf\x78\x6a\x46\x2a\x48\x5b\x0f\x44\xb7\x95\x05\x29\xde\xdd\x0a\x37\xcf\xfc\x2e\x9a\x4a\x0d\xd1\x5e\x99\x78\x5f\xb3\x56\x12\xa1\x39\x85\x1a\xaf\x90\x03\xcd\x2f\xbe\x99\x99\x4f\x87\x1e\xd2\x1a\x5c\x33\x2c\xaa\x2f\xae\x99\x91\x82\xec\x79\xe5\xb6\xeb\x8c\xea\x07\x5c\x03\xf3\xbb\x68\x4e\xfe\xe3\xe6\xcc\xd4\x98\xe6\xf0\x5b\xad\x8d\x36\xd3\x58\x93\x00\x1e\xef\x53\x3b\x41\xd9\x51\x04\x65\xaf\x30\x1f\xcd\xef\xa6\x75\x74\xcc\xb6\xcb\x90\xa1\xc3\x23\xda\x53\xae\x5b\x97\x72\x4c\xa4\x80\x3a\xf6\xc5\x21\x3a\xf2\xa9\x07\x2b\xad\x73\xb0\x1a\x31\xf3\xf3\x87\x1b\x07\xa5\x40\x69\xd8\x2b\x0c\x4f\xf3\x87\x17\x27\xcf\x7c\x5b\xe8\x11\x7d\x5b\x60\xaa\x99\xe6\x77\x44\x5f\xfc\xe1\xc5\xe9\x11\xed\xf6\xb8\x53\xb0\x6b\x3c\xf2\xd4\x89\x7d\xdf\x92\xed\xb9\x79\x5f\x96\x9f\xa0\xe4\x5d\xd3\x84\xa2\x71\x38\xf1\xfa\x49\xb8\xe6\xfc\xe1\xa9\x41\x35\xfb\xe1\xa9\x61\xe9\xfc\x70\xcd\xdc\x11\x5d\x47\x14\x94\x1f\xae\x19\xfa\xf8\x67\x5b\x33\x28\xea\xf9\xc3\x19\x93\xf6\x39\x5a\x38\x30\xcd\x1f\xbe\x19\x26\xee\xcf\xbe\x99\x92\x87\x7f\xea\x46\xfe\xaa\x1d\x3d\xf6\xee\x1f\x37\x32\x96\xdd\x2f\x37\xb2\x3c\x6d\x46\x97\xf0\x53\xd3\xcb\xbd\x15\x36\x5b\xe5\xc8\x6f\xc4\xa9\x9f\xfb\xb7\x41\xe8\x67\xac\x4a\xe6\xf9\x3d\xc7\xfb\x5b\x9b\xc3\x4b\x5e\xb6\x39\x9c\xed\xd4\x44\xbf\x67\x0e\xdb\x1f\x00\x2d\xce\x0e\xe7\x71\x3f\x47\x66\x90\x08\x10\x63\x05\x30\xd1\xef\x49\x34\xf1\x34\xd1\xef\x19\xeb\xd5\x0f\x47\x0d\x87\xe8\x0f\x47\x4d\x4d\x49\xbe\x62\x72\x00\xfc\x70\xd4\x94\x94\x2c\xfb\x78\x1a\xbb\xdd\x58\xfa\x14\x37\x4d\xc9\x5f\xdd\xd8\xb7\xc2\x6e\xec\xfb\x32\x8d\xb5\xf8\x67\x86\x10\x14\x20\x41\xe7\xcf\x3b\xe3\xfa\x87\x13\xa7\xfe\x07\xdc\xe2\x9f\x3d\x3c\xb1\xb6\xfd\x0d\x7a\xa2\x21\xd2\x13\x17\xa2\xdd\x04\x1d\x49\x7e\x01\x06\xe7\x0f\x97\x4e\x49\x05\x3d\xcc\x9c\xeb\x02\xd4\xb7\xeb\x2d\xc7\x2d\xaf\x11\x9d\xfa\x91\xf9\xff\x67\x2f\x0d\x0a\x8d\xd8\x83\x13\xa4\x3e\x8d\xa1\xbf\x72\xbe\x3a\xf3\xfc\x15\x8f\xc3\x9f\x81\xbf\x41\xa8\xfd\xd9\x16\x1d\xbd\xc9\x89\xe8\xaf\xa8\x3b\x7f\xb6\x45\xbf\x7d\x68\x37\x66\xdc\x4c\x7f\x36\xbf\x45\x9b\x70\x2a\xfa\x2b\x5e\x1b\xd3\x16\x5f\x6f\x4f\xe0\xa7\x79\xbf\xfd\xf3\xcb\x94\xac\x74\xa0\x95\x53\xe9\x2f\xa7\x05\xdd\xb6\xb0\xad\xd3\x20\x9b\xa6\xa3\xa6\xfc\x61\x8c\xe3\xb8\x33\x03\xf2\x15\x75\xc2\x0c\xc8\x57\xb4\x16\x33\x20\x5f\xd1\xc9\xcc\x80\x7c\xbd\x3d\xe7\x64\xa2\xd1\x1a\xcd\x79\x7c\x45\xf9\x10\x76\xbe\xd5\xb7\x60\x37\x0f\x15\xed\x6f\x61\x60\x88\x28\xcf\x41\x0a\x52\x0a\x97\x9a\xb6\x6e\xc6\x87\xc6\xda\xad\x93\x75\x66\xca\xe3\x3b\x40\x54\x53\x1e\x07\x79\xfc\x47\x3e\x8a\x74\xa2\xd6\x4a\x00\x85\x7f\xa4\xf5\xe6\x92\xe6\x54\xf4\x41\x37\x43\x72\x8c\xc5\x7b\x39\x15\xfd\x65\x2a\xf7\x47\x3c\x5d\x87\x8a\x68\x53\xfa\x1d\xd1\xbe\x00\xef\x0b\x4b\xe0\xf8\xf3\xc6\x48\xb6\x0e\x93\xc2\xbf\xef\xda\x51\xe0\x1b\xe6\x32\xb7\xf1\x05\x3e\x74\x39\x33\xfd\x85\xa7\x60\x1d\xa4\x27\xb8\x53\xb0\x5d\x05\xbe\x70\x2f\x53\x1f\x5f\x38\x37\x96\x53\xd3\x03\x51\x5e\xce\x45\x5f\x4b\xea\xe4\x39\x3f\x52\x27\x73\x90\xb2\x1d\xad\xc3\x93\x9c\x85\xb6\x0c\x76\xbf\xd1\x47\x17\xc9\xe8\xd9\xac\x96\x93\xd1\x97\x23\x3d\x85\x51\x39\xff\x85\x44\x27\x0d\x12\x6b\x0e\x13\x75\x1d\xd8\x94\xd3\x1e\x25\x59\xe1\x68\x5f\xca\x3e\xdf\x40\xc2\x2f\x27\x9f\x77\x22\xa1\x47\x72\x2a\xf2\x74\xa2\x0d\xca\x60\x2b\x97\x51\xf3\x85\x5d\x64\x29\x17\xfd\xd9\x00\xfd\x2f\x27\xa3\x2f\xec\x9f\xeb\xc0\xa0\x7c\x47\x74\xa2\xf2\x42\x6b\x16\x8d\xa3\x27\x62\x5f\x4e\x51\x5f\x5b\x78\xf2\x5f\xec\xb3\x74\xaa\x73\x7f\x97\xd4\xca\xb4\xc8\x25\x1d\x23\x5a\x0a\x42\x06\xd6\x61\x8b\x72\xc9\x7f\x6c\x51\x2e\x69\xae\xe6\x78\xa9\xef\xd3\x5b\xa9\x02\xf2\x90\x8c\x21\x29\x77\x58\xa4\x6b\xb4\x1e\x66\x2a\xac\x05\x30\x33\xd9\x6c\x5e\xe6\xf2\xb8\x04\xa9\x3f\xcb\xfd\xef\x04\x99\xcf\xbb\x3f\x9b\x39\x53\xd2\x9f\x3f\x75\x8f\x9f\xbe\x59\x78\xff\x5f\xa7\x33\xed\x52\x79\x32\xe4\xb3\xdb\x2e\xd3\x2c\xc3\xd5\xb3\x4e\x92\xb5\xd0\x83\xa7\xed\xd2\xf5\x15\xa5\x8f\xd6\xfc\x44\x4c\xa2\x2d\x92\x22\xaf\xdf\x37\x35\xdb\xb1\x9c\x2c\x41\xe0\x13\x8f\xb2\x4e\x07\xf6\xdd\x79\xd6\x54\x01\x3e\x94\x25\xda\x7c\xf4\x8f\xd4\x65\x67\x98\x48\x32\x10\x94\x7c\x67\xe5\x72\xe6\xe1\x96\x22\x4a\xab\x94\x6c\x0b\xd0\xdb\x3a\x41\x30\x32\xcd\x05\x64\x3f\x83\xd6\x59\x42\xb2\xd7\x59\xf2\x50\x29\xe1\x99\x9c\xa6\x6e\x86\x07\x60\x19\xc8\x1e\x13\xe2\x3a\xad\x13\x11\x98\xb5\x84\x5d\xef\xe7\x2b\x69\xcd\xf6\xbc\xaa\xf8\xf6\x9e\x52\x15\x1c\xcc\xca\x12\x92\xfd\xc2\x61\xb4\x4e\x87\x34\xbf\xdf\xfd\x3c\xc1\x23\x2a\x38\x78\x50\x55\x13\xa4\x0e\x7e\xb8\x65\xde\x1c\xf4\xb1\x09\x52\x59\x72\x02\xab\x77\x98\x5d\x96\x00\xe9\x57\x1d\x79\x26\xa3\xe5\x4c\x99\x8a\xdc\x1d\x8c\x86\x99\x4d\x27\x55\x33\xaf\xf7\x60\xaa\x38\x50\xd9\x8a\xf3\xba\xcc\x73\x6a\x65\x65\x5d\xce\x46\xe0\x4b\xe5\x32\x00\x3d\x84\x0d\xeb\x72\xba\x38\xec\x17\x4b\x08\xf4\x6b\xd2\xa7\xa2\x7b\x1e\x20\xa7\xd6\x65\x2b\x1e\xf3\xe6\xb2\x15\x6f\xe4\x3b\xc5\x24\xf6\xfc\x51\xa1\x8d\x33\x92\x5d\x7f\x8d\x0a\x18\x60\x98\x21\xbe\xcc\x1d\xd5\x29\xc7\x41\xa7\x77\x24\x59\x26\xe9\x9b\xcb\x61\xa6\x3d\xdf\xc9\x16\x79\xe7\x99\x0c\xaa\xf4\x86\xd3\xda\x03\xd3\x5a\x97\x3d\x28\x23\xdf\xc9\xa0\x6a\x8d\x7c\x5d\x0e\x33\x4d\xdf\x38\xcc\x14\x45\x7a\x19\x95\x3e\x61\x59\x5f\x97\xe3\x4c\xef\x48\xb2\xb6\xa6\x8f\x35\x8b\xef\xb7\x3b\xcc\x87\xca\x80\x3b\x3d\xbe\x73\x74\x3f\x92\xac\xc4\x0c\xff\x65\x5a\xd3\x0c\x9c\x43\x4b\x3b\xff\x77\x30\x69\xcf\x9b\x36\xa2\x52\x71\xb3\x9a\x8e\x48\xc6\x67\x33\x6f\x9c\x0d\x1f\x5d\x63\x09\x40\x3e\xb2\x41\x0a\x31\x3e\x80\xca\x2d\xd1\x3f\x0f\x80\x59\x4b\xf0\xf1\x01\x03\xfc\x12\x7c\x7c\x00\xb1\x5b\x42\x8f\x8f\x2c\x53\xa1\xc5\x07\x20\xad\x25\xb4\xf8\x00\x73\xb6\x04\x16\x1f\x80\xfc\x96\x33\xe1\x37\x8c\x0d\x4b\x60\xf1\x01\xe3\xea\x72\xe6\xfb\x9a\x9d\xdd\xb0\xee\xfb\x78\xdf\x55\x05\x58\xfd\xc5\x96\xbe\x9a\x2f\x65\xe9\x9b\x91\x64\xe9\xfb\x0f\x91\x9e\xcb\xa0\xee\x8a\x5f\x77\x15\xc7\x0a\xb1\x6f\x09\xc5\x5d\xb8\xef\x2c\xc1\xb6\x0b\x97\x94\x25\x6e\xe8\x92\x73\xbe\xd8\xfc\x6c\xdb\xc6\x2a\x98\x9f\x53\x8a\xec\x95\x25\x92\x37\xca\x8e\x24\x4b\xea\x8c\xe4\x56\xe4\x0f\x72\xe7\x95\xd4\x4c\x71\x33\x1c\x1b\xc5\xb1\x40\xb6\x02\xac\x62\xe7\x5e\x41\x72\xf4\x0f\x27\x81\xf3\xdf\xb7\xe8\x27\xc5\x06\x90\x28\x67\x4a\x80\x5f\xaf\xb4\xde\x26\x8e\xeb\x2d\xc8\xf6\xb2\x92\x77\x6d\x2f\xe3\xb8\x14\xcc\xbb\x62\xe1\x5f\xa0\xbc\xa3\x65\x08\xc8\x5d\x71\x5a\xae\x62\x7b\x1e\x2b\xde\xd9\xee\x1b\x31\x8f\x0b\x54\x77\x14\x12\x50\xdd\xdc\x12\x56\x71\x08\x03\x3a\x9e\x40\xdd\x15\x4f\xc5\x02\xd3\xcd\xa5\x60\x81\xe9\x8e\x76\x02\xa6\x3b\xaa\x8c\x30\xdd\x15\xd7\xc5\x02\xd2\xcd\x35\x78\x15\xf3\xef\x10\x8b\xbd\x8c\xe9\x0e\x6f\xcd\x12\x33\xf4\x88\x9a\x50\xcd\x7d\x8a\xae\x68\x08\xf7\x01\xcc\x6b\x55\x9b\xfe\xc0\xd9\x2d\x61\xb8\x2b\x9c\x1b\x0b\xd0\x36\x20\xcf\x25\xd0\x76\x85\x82\x63\x81\xd9\x06\xb4\xb6\xc0\x6c\x83\x30\x5c\x80\xb4\x41\x27\x2e\xa1\xb2\x2b\xec\x0b\xab\xda\xf4\x07\x38\x71\x99\x1a\xfa\x00\x6a\xb6\x84\xbc\xae\x37\x03\x0e\xf0\x1a\xd0\xda\x32\x98\x1a\xe7\xd6\x32\x5c\xfa\x24\x14\x77\x19\x2e\x7d\x12\xb9\xba\x2a\x67\x31\x5f\x82\x0e\x65\x57\xaf\x58\x28\x58\x81\x95\xb0\xb2\xf7\xd3\xa6\x4f\xe9\x4f\xc0\xa1\x6c\xb3\x15\x70\xe8\x48\xc1\xb6\xfa\xb0\x96\xaa\xb1\xa2\x25\xef\x8a\x49\x91\xd5\x53\x81\x8a\x66\xd8\xc8\x0d\xc3\xb6\x57\x61\x33\xe5\x14\xa8\x60\x45\x39\x3e\xaa\x13\x11\x95\x3c\xf4\xad\xbc\x45\xf4\x35\x9c\x19\xab\x4c\xf4\x2d\xeb\xa0\x62\x8f\x60\xe6\x0b\x49\xdd\xae\xb4\xcd\x16\x87\x92\x2a\xf8\xde\xdd\xf2\x50\x84\xa4\xa9\x3d\x06\x07\xa6\x24\x50\x69\x22\x98\x57\xc3\xa6\xc0\xdd\x40\x50\xe9\x33\x24\x9a\xab\x19\x18\x4a\xed\x8d\x8d\xbe\x32\xf3\x8d\x8d\xee\xd8\xb3\x56\xf3\x3d\xe9\x7f\x2f\xfb\x22\x7a\xe5\xa9\x2f\xda\x25\xff\xb1\xd6\xde\x52\x94\x6f\xd6\x2c\x22\x23\x9e\x4f\x02\x86\x57\xc3\x38\xc0\x2a\x32\xe2\xb9\x65\x9d\x0b\xe2\xdc\x08\x18\x5d\x0d\x9c\xda\x9d\x77\x7d\x97\x43\x7d\x68\xe0\xd4\x38\xcd\x1b\xc0\xb4\xf7\x5b\x03\xbb\xfa\x3f\x13\xf0\x3c\xef\xea\xa6\xfa\x96\xfb\xa7\x7b\x1e\xf5\x95\x61\xe0\xad\x02\x98\xb5\xf7\x21\xf7\x54\xba\x69\x71\x09\xcc\xd3\x2a\x70\x13\x63\x05\x39\x1f\xfa\xb5\xd1\xce\x17\x26\xa9\xd5\x72\x6b\xca\xa7\x82\x19\xa1\x36\x35\x2e\x4d\xa9\xa0\xec\x00\x3d\xed\x5e\x5c\x08\x53\x43\xe3\x6e\xd2\x0d\xcb\xac\xaa\x9e\x4c\xc6\x3e\x97\xcc\x4a\x11\x44\x37\xec\x48\xab\x71\x47\xca\x5f\x64\x16\x08\xeb\xf6\x32\x12\x3a\x34\xdf\xcb\x48\xe8\xf6\x56\xdf\x38\x1b\x20\x84\xab\x71\x11\xaa\x79\xfa\x13\xe0\x25\x9f\xca\xb0\xcd\x29\x78\x13\xea\xc8\xc2\xbe\xcd\xe2\xd4\xf2\x50\x6a\x0f\xcb\x5a\x40\xe7\x82\x15\x63\x39\x21\x3d\xc1\x16\x4b\xc0\xe6\x56\xd1\xb3\x4c\x18\x5d\x53\xf7\x1b\x23\x40\xcf\x3f\x30\x76\xa6\x58\x71\x9c\x1d\x33\x2f\x1b\xd3\x35\x90\xe4\xd7\xa7\xaf\x85\x4d\x7e\xb6\xa8\x1b\x51\x17\x1f\x46\xe9\x76\x62\x41\x8c\x53\xeb\xf6\x3d\x88\x35\x22\x6c\x72\xc1\xbe\xb4\x6e\x1f\xf6\x25\xa5\x4a\x67\x2a\xf9\x6e\xab\x5d\xf9\x4e\x07\x3a\x43\x44\x46\xfa\x6c\x1c\x50\x49\x13\x71\xb7\xa0\x92\x26\x86\x73\x91\x84\x3e\x5b\x07\x5c\xd2\x80\xb0\x17\x5c\xd2\x23\x35\xb2\xc3\x6f\xa4\x73\x31\x0f\xdf\x11\xef\x67\xe3\x63\x38\x0d\x3d\xae\x25\xdd\x89\xed\xb8\xe7\x3f\xde\x7c\xa9\x93\xe6\xea\xff\xaa\x64\xf3\xe9\x9d\x3a\x78\x37\xbb\x53\x90\xcd\xa7\xf9\x29\x46\x2b\xda\x4a\x12\xd5\x1e\xd1\x5b\x03\x1a\xf1\x4d\x8e\x1b\x16\xd7\x0d\x64\x92\xbf\x6e\xeb\xe4\xef\xbb\x02\xb1\xa5\xf6\xbe\x78\xbf\x5d\xea\x8b\x77\x36\x3e\x93\x3c\x03\x3b\x58\x06\x10\x07\x2c\xb2\x7a\x12\x73\xfa\x53\x10\xb8\x9c\x15\x4a\xd5\xde\x41\x7f\xae\x6e\xc2\x3b\x76\xb9\xee\x6b\xc8\x8c\x24\xb0\x16\xa7\x60\xf7\x55\x83\xf3\x48\x68\xdb\x89\x23\x67\x75\xc3\x09\x4a\xbe\xfb\xd3\x33\xbe\x53\x34\x37\x81\x60\x4b\xd8\xda\x49\xbc\xd9\x12\xb4\x76\xe2\x7b\x59\xdd\xc1\xdc\x35\x6f\x56\x3d\xa3\xcc\xe5\x45\xc5\xdf\x95\x09\x10\x4f\xd1\xea\x19\xf6\x14\x63\x2f\x6a\xcd\xff\x9d\xd7\x87\x39\xd2\x51\x0b\xd9\x10\x8c\xba\x3d\xc0\xcc\x2f\xa3\x6e\x0f\xe2\x03\x16\xd9\xd4\xc1\xe2\xaf\xce\xa9\x3b\x23\x56\xcd\x83\xfe\xef\x8d\xbc\x67\x92\xf0\x1b\x4f\x12\x4c\xbe\x4b\x28\xdb\x46\x66\x9a\xe5\xf4\xe9\xe5\xe8\x79\x68\x7a\xd4\x92\x4f\x3f\xda\x1a\x23\xd9\x10\xf5\xbe\xfb\xe7\xed\xcd\x22\x40\x5a\xf6\x0f\x21\x65\x3b\xbe\xfd\x35\xcc\x20\xc7\xfe\x21\x22\xe5\x0b\x8c\xe7\x1a\x86\x76\x51\x9f\x61\x30\x17\xa7\x85\xb2\xa3\x5f\x95\x2e\x10\xf4\xf5\x22\x8f\xc1\x82\x39\x19\x3d\x49\xc0\xd7\x8b\xec\x04\x6b\x18\x31\xc8\xee\x25\x18\xec\x45\xc6\x83\x35\x9c\x76\x6d\xe6\xd9\xad\x67\xd4\x53\x34\x74\x70\xfe\xaf\xe1\xb4\x6b\x33\x65\xea\xda\x38\x52\xca\xc7\xf1\xd0\x54\x74\xfa\xda\x9e\xca\xf8\xda\x9e\x5f\x68\xf3\x44\x69\x37\x35\xf2\xe4\x9e\x3a\x9c\xd3\x83\xe5\x2c\x04\xeb\x35\x19\xb7\xe1\x1b\x6d\x1a\xaf\x99\xd5\x4b\xfe\x2f\x18\xd6\x64\xf9\x2a\xe5\xf9\xd9\x60\xa3\x5f\xc3\x77\xda\x74\xe2\x72\xdd\xe8\x60\x83\xb2\xd2\x6d\x06\x65\x61\x34\x10\x4f\x72\xa9\x57\x9e\x69\xb3\xe6\x8e\x30\x08\x7b\x4b\xa3\x7c\xa7\x2d\x29\x74\xe9\x55\xaa\x2a\x58\x4b\x4e\x21\xa1\x4d\x4b\x3d\xf3\xa6\xb5\xa4\x3b\xaf\x0a\xf3\x72\xe7\x55\xad\x65\x36\xe3\xe9\x1b\x2e\x6b\x47\x69\xca\x4b\x45\x71\x57\xb2\xf1\x52\xaf\xbc\xa9\xa3\x83\x69\x3a\x73\xb0\x0d\x44\xdd\xb7\xd1\x46\x04\x42\x1d\xb0\x86\x2d\x61\x50\x13\xd4\xb5\x84\x41\x1d\x51\x91\xc5\x93\x9c\x60\x81\x35\x8d\xae\xe2\x6e\x35\x8d\xae\xc2\xd6\x23\x7c\xea\x80\x29\x6b\x4d\xa3\xab\xae\x7c\xd7\xd4\x7a\xca\xf4\xf9\x77\xe5\x3b\xf5\x21\x7b\x05\x88\x54\x2e\xf4\xc6\xa0\x56\xac\x04\x4a\x1b\x5e\x72\x08\x4c\x6f\x6b\x0c\xb6\x20\xa8\x25\x3a\xf5\xf4\xb6\xc6\xda\x9a\xa6\xa1\x48\x6b\xb5\x75\xdd\x57\x8f\xa8\xdb\xf5\x9d\x42\x75\xbb\x4e\x73\xcd\x43\x91\x1e\x35\x0f\x05\xe7\xd5\x34\x0f\x05\x9a\xac\x38\x92\x4b\x94\x6d\xa1\x4d\x4b\xb6\x9a\x69\xd6\x17\xd4\x74\x01\x4a\x67\xae\x74\x62\x45\x9e\xb1\x6c\x8a\x15\x79\x02\x53\x58\x02\x9b\x4e\x90\x13\x6b\x1a\x41\xc5\x79\x28\xb0\xe9\xbc\xd3\x4d\x46\x50\x71\x74\x4e\x73\xb9\xb4\x48\x26\xf4\x9a\xf9\xd0\x93\xcb\x1f\x2a\xd7\xf7\xcc\x3d\x50\xa9\xbe\x27\xcc\x89\x6b\x89\xbd\x25\x66\xd6\x25\xb0\x15\x00\x90\xb5\x4c\x10\xcf\x55\x43\x90\xd5\x09\x44\x62\x2d\x83\xad\xda\xbf\x09\xc2\x97\xc9\x93\x0f\x70\x47\x4b\x10\xd6\xb0\xf7\x2d\x41\x58\x2b\xf0\xc7\xb5\x0c\x5e\x01\xd3\xb3\x96\xd9\x66\x73\xd3\x5c\x0e\x9e\xef\x91\x8c\xae\x61\x2a\x2e\x07\xcf\xdf\xf9\x92\x9b\x25\xed\xf2\xed\x96\xfb\xc9\xf2\xed\x36\xe6\xcb\x65\x30\x16\xdb\xb7\xe9\x95\x0f\xd0\x40\x6b\xf9\xea\xdb\x23\x59\xaf\x18\x29\x48\x94\x13\x8c\x96\xc0\xaa\x25\xb7\x38\x61\x55\x6b\xd6\xbe\xd0\xa9\x15\xf8\xe2\x12\x3a\x35\x04\xc7\x6b\x19\x6a\xc5\x4c\x15\x6d\x72\x82\xf1\xd7\x72\x36\x03\xf6\xda\x65\x3b\x4c\xcf\x33\xf1\xc7\xc3\x03\xb5\x04\x56\xad\x90\x24\xae\x95\xd3\x38\x75\xfb\x18\x7f\x16\x11\xe3\x3e\x25\x29\x63\x34\xf4\xa0\x4b\x70\xd5\x0a\xb9\xe5\x5a\xce\xb6\x5b\x38\x27\x96\xa1\x24\x35\x92\x34\x82\x91\xa9\x25\xc3\x0b\xd4\x93\xcb\x19\xd0\x0f\xbc\xd4\x6b\xd9\xf0\x02\x22\x6f\x89\xf6\xb8\xc2\x5e\xba\x4c\x7b\x7c\x8c\xf7\xa7\x36\x64\x5c\xa9\x91\x62\xe9\x51\xd8\xb6\x5d\x23\x80\x07\xd7\x36\xcc\x04\xf5\x6d\x1b\x64\x05\x36\x61\x09\x98\x5a\xa1\xaa\x5c\x1b\x33\xcc\x2b\xda\xca\x71\x46\xb4\x19\x26\xc5\x0a\x40\x00\xc6\x74\x09\x9b\x5a\x61\xc0\x5c\xc2\xa6\xd6\xfb\xfd\x89\x73\xf9\xd4\x94\x23\xcf\x45\x89\xf4\xe7\x9f\x50\x2c\x56\x18\xd6\xb4\x28\x93\x2b\x54\xac\x6b\x9b\x72\x1e\x6c\xfe\x12\x5a\xb5\xc2\x55\xba\xb6\x19\x1f\xc0\x37\x2e\x13\x23\x1f\x00\x36\xd6\xf6\xb4\x8d\x6b\x65\xdb\x6d\x0e\x6e\x6a\x6d\xbb\x56\x6a\x7e\xfa\x91\x6e\x9f\x67\x5f\x37\x34\x0f\x7f\x16\xf3\xd7\x3f\x8b\x74\x2f\xb1\xc0\xcc\xb9\xed\xe0\xc6\xb8\x77\x76\xac\x3d\x7c\x6b\x00\x4a\x5c\x48\x9b\x2b\x05\x8d\xd3\xcc\xce\x39\xb6\x1d\x11\x40\x04\xe0\x12\x8e\xf5\x6c\x99\x0e\xdb\xf6\x9c\x1a\x49\x18\x9e\x16\x49\xf0\x98\x9a\x5f\xba\xba\xec\x7c\xdb\xc6\x1d\x80\xb4\x4b\xac\xc8\x15\x3e\xca\xb5\xc9\xdb\xc1\x1e\xb1\x9d\xa9\xa6\xe5\xa1\x2a\xcb\xd9\x22\xd0\x6b\x25\xd6\x62\x6d\x23\xa6\x4a\xa4\xa9\xd1\x4f\xcf\x2b\xa7\xc7\x4c\x57\x3b\x04\x38\x37\x58\x51\x1f\x57\x00\xdd\x4b\x20\xd8\x9a\xd3\xda\x54\xc7\x27\x0e\xfc\x25\x4c\x6c\x85\xc8\x73\x7d\x6c\xc9\x61\xc8\x3e\xe0\x3f\x7a\x5e\x35\x12\x86\x5d\xe9\x63\xb8\x14\xec\x6d\xeb\x43\x8c\x2f\x3a\xd1\xc7\x41\xbd\xf4\xa5\x49\x8c\xcf\xf1\x5f\x6c\x26\x42\xc6\x3e\xfb\x4d\x7e\xe3\x9b\x1d\xfa\x94\xb0\xb1\x2d\x17\xd3\x8f\x91\x55\xd0\xee\xad\x8f\xe2\x18\xb3\xad\x1b\x38\x7b\x42\x4f\xb8\x3e\x98\x8b\xd8\xe4\x3e\x86\x5d\x11\xf4\xb5\x3e\x93\x49\x44\x85\x27\x4d\xa7\x27\x08\x00\x66\xd7\x13\xb5\x72\xc2\x05\xd6\x87\xf8\x5f\xf6\x59\xc1\x6c\x5b\xee\x27\x1f\xc2\x7f\x47\xca\x95\x45\xae\xe6\xa7\xb6\xc8\x8d\xbc\x2b\x8b\x5c\xc6\x02\x58\xc9\x9d\xd6\x18\x16\x80\xc9\x42\x10\xdc\x96\xe3\xe3\x43\xb8\x2f\xfb\xee\x07\x1c\x09\x4b\xfa\x03\x8e\x84\x79\xf5\x01\x47\x92\x6e\x02\x47\xc2\xfc\xf8\x80\x23\x29\x79\x3a\x74\x47\x4a\x49\x86\x91\xb0\x45\x8a\x71\xb9\x45\x2f\xfb\x18\x45\xc2\x26\x6d\x40\xee\x1d\x47\x97\x01\xb9\x57\x8c\x54\x1f\xc7\x3f\xbe\xf3\xc3\xf1\x8f\x6f\x8f\x3a\xfe\xf1\x9d\x87\xc0\x4a\x32\xe8\x9b\xfa\x53\x94\xaf\x66\xf1\x29\x7c\x88\x00\x66\xa5\x7e\x08\xf9\xcd\xa7\xae\x3f\xeb\x4d\x88\xdc\x47\x4c\x2d\x6c\x7d\x4c\xa7\x3a\xe6\x31\x16\xc4\x0f\x11\xc1\x19\x9e\xcd\x78\xf8\xe9\x17\xd8\x09\xcd\x15\x44\xb7\x41\x81\xb6\xbe\xa0\x4e\xb8\x3c\x7d\x49\xe0\xc8\xc4\x14\xaf\xf2\x73\x5f\x6c\x88\xb6\x54\x4e\x24\x9a\x93\x92\x30\x38\xe5\xa9\x30\x34\xef\x97\x06\x9d\x8c\x94\x6b\xd0\xc9\xc8\xd3\x8f\xad\x51\x29\xe9\xeb\xfa\xbb\x8f\x0d\xe0\xbd\x00\xdc\xaf\x2f\x31\xc0\xf8\xf0\x0c\xe0\xbd\x00\xa8\xaf\xaf\x4d\xad\x20\xf7\x97\x11\xbc\x17\xf0\xfc\xf5\x25\xcb\xd3\x48\xc9\xbe\x3a\xb3\x02\xbe\x98\x5e\x59\xde\x5f\x27\x7d\xea\xf9\x54\xed\x49\x03\x14\x12\x19\xc3\x8c\x20\xbb\x2d\x46\x59\x23\x76\xaf\x68\xe5\x46\xec\xb6\x78\x3e\xbe\x06\xaf\x70\x22\x08\xb0\xfb\xbc\xcb\xa7\xce\x7c\x92\x83\xfd\x8b\x6d\x15\x95\xda\x88\xdd\x2b\xea\xa8\x10\xbb\x8d\x94\x3c\xcb\x88\xdd\x2b\x8a\xfa\xd7\x20\xab\xe8\x62\x86\xec\x36\x40\x87\xcb\x90\xdd\x2b\xba\xb3\x20\xbb\x8d\x04\x13\xeb\x6b\x53\xeb\x91\x57\xdd\x1a\x6e\x1c\x42\xe8\x36\xf2\x64\x2c\x01\x74\x5b\x4f\xd3\x64\xb4\xe8\x19\x72\x45\xfb\xf6\x74\x91\x11\x25\x47\x7a\xd3\x11\x8c\x47\xba\x0c\xf3\x14\xed\x8c\x79\x8a\x76\x62\x9e\x62\x41\xfe\x64\x9e\x0a\xca\xc8\x88\xdb\x06\x6b\xd2\x12\xe2\xf6\x79\xf7\x40\x2c\x72\x9a\x5f\xff\x41\x49\x37\x20\xb7\x64\x29\x1b\x90\x5b\x32\xbb\x0d\xc8\x2d\x59\xd9\x46\xe0\x86\x38\x75\x89\x65\xba\xc1\x60\xbb\x0c\xc0\x0d\xaf\xe9\x32\x00\x37\x39\x97\x96\x98\xa5\xcf\x10\xc7\x2e\x23\x70\x27\xb9\x94\xd6\x0f\x85\x9f\x23\x59\x80\xdc\x16\x33\xa9\xf0\xb8\x2d\xe6\x55\xe1\x6f\x5b\x0c\xaa\x02\xd8\xb6\xd8\x65\x8d\xaf\xad\x44\x3c\x2e\xe1\x6b\x5b\x2e\xfe\x3f\xc7\xe8\xc6\x8a\xf6\x73\x8c\x6e\x74\x39\x31\x41\x9f\x09\x63\x5b\x3f\xd2\x19\xb1\xd7\x1b\x16\xd8\xc1\x50\x6d\xe3\x86\x30\x56\xef\xc3\x31\x58\xae\xfb\x16\x4e\x28\x6a\xf3\x16\x4e\x68\xc2\x09\xbf\x0d\x13\x3a\xd8\xd9\xf7\x81\xb6\xeb\x4e\xd8\x87\x93\xce\xf1\x50\xd0\x9f\x40\x2d\xb6\xa1\x3f\x17\x9e\xce\x7d\x02\x93\xa3\x06\xa7\x47\x0d\x7b\xdd\x3e\xed\xf0\xf1\xbe\xb2\x4f\x07\x19\x8e\x14\x3b\x64\xfd\x69\x48\x8a\xbc\xf2\x4e\xb0\x05\x21\x9a\xb8\x1c\xb7\xd9\x36\xf1\x0c\xee\xd3\x61\x0a\x35\x6f\xa2\xb6\xa7\x3a\x3f\x3d\xcc\xab\xd6\x01\x06\xa2\xb9\x0c\x2e\x6a\x63\xbb\x7a\x39\xa8\xb9\x58\x3e\xe6\xa0\xe2\xde\xa8\x26\x3f\x99\x4e\xba\x42\x0f\x38\xe8\xd0\xbb\xd4\x16\x84\xe8\x9a\xef\x2f\x6c\xc6\xe0\x17\xcb\x56\x14\x1a\x8c\xe9\x80\x3f\xd8\x06\x7a\x45\xd2\xfd\xfc\xa2\x15\xb6\x81\xe6\x7f\xbe\x56\xf5\x3c\x93\x26\xda\xf2\x9d\x3b\x83\x8e\x42\x2f\xcd\x77\xb4\x1e\x11\x18\xf4\xe0\x5d\x1b\x3c\x47\x1a\x0c\x0c\x7a\xf0\x17\xc3\xa0\x1b\x6d\xe4\x58\xcd\x4f\xb1\x78\xa6\x77\x30\x8b\x67\x94\x95\x55\x89\xc5\xb7\x8d\x0c\x82\xfe\x72\x8b\x9c\xf2\x6a\x47\x7e\xa2\xc0\xd2\x4c\x1d\xa1\x31\x8a\x77\xb6\x7d\xd9\x1c\xe5\x0d\x72\x5f\xf6\x6c\xb7\x3c\x7b\x3a\xb2\xfa\xde\xb1\xcd\x45\xc9\x05\x6b\x5f\xa6\x6d\xbd\x23\x09\x7c\xc1\x62\xb9\x7c\xef\xef\x91\x74\xef\x67\xa6\x5e\x5c\x92\x0a\xa2\xf9\x61\xb0\x01\x6d\x21\x7a\x2a\x90\xbb\x6d\xee\xc9\x13\xd6\xf1\x7d\xa1\x10\x8e\x3c\xf5\xb1\x7c\xe7\xa9\xd1\xb6\xef\xb7\x76\x72\x32\x46\x64\x83\x87\x25\x6c\x5f\xd9\x36\x1a\xa2\x63\xb8\xd3\x27\x3e\xd8\xde\x77\x95\x5e\xe6\x2d\xc8\x78\x95\x34\x47\x74\xf2\x47\x7e\xaa\xbc\xdb\x90\x23\xec\xcb\xe9\x36\x18\x2e\x65\x80\x1f\xd0\x95\xee\xcb\x94\xf1\x69\x99\x12\x6c\xcc\xf1\x6f\x7c\xca\xbe\x9c\xd9\x98\xc9\x75\xd9\x5e\x9a\x1e\x31\x04\x68\xa4\x6a\x1f\x49\xf4\xac\x75\xc1\x92\x01\x13\xff\x76\xf5\x56\xb8\xc5\x30\x39\x32\xd7\x05\x08\x2a\x28\xf4\xfb\x52\x6a\xd9\x5a\x68\x93\x6d\xa9\x85\xce\x10\xe3\xf6\x3b\x5c\xb6\xac\x56\xda\x24\x26\x55\x28\xa0\xb7\xa0\x43\x85\xdc\xe1\x1b\xe8\x50\xba\xd4\xd0\xa1\x46\x93\x6c\x66\x65\x9f\xb9\x6c\x66\x2d\xf9\x4e\xa1\x8c\x25\x35\x93\x61\xb3\xe5\x4d\xb5\xc8\xe7\xd6\x16\x8e\xa8\x54\x66\x59\xb1\x95\x95\x5d\xb7\x98\x71\x95\x75\x5e\xe4\x78\xe4\x4a\xb2\xc5\x31\x59\x50\xe2\x77\xb1\x59\xac\xa7\x14\x4d\x72\xab\x8c\xdb\x98\x22\xae\x86\xdb\x4c\x91\x37\x59\x80\x36\xd4\x90\x68\xb5\x1b\xba\x47\x6b\x8c\xdb\x74\x8f\x03\x10\xf6\x2e\x66\xc2\xe3\x6a\xb0\xcd\xfe\x58\xb9\x1c\x6e\xd8\x1f\xd1\x80\x77\xe1\xf2\x4f\x27\x9b\x0c\xf2\x00\xf5\xb4\x0b\xd3\xfa\xa4\xc2\xba\xfd\xdf\xef\xa7\xde\xc1\x6b\xea\xe4\x1d\x3c\xaf\xb2\x2c\xa9\xa2\xe3\xab\x2a\x5d\x64\x22\xbc\x16\x49\x86\x96\x9a\x37\x6d\x68\x61\x46\x14\x47\x57\xd5\x48\x36\x64\x70\x4c\x14\x7b\x95\x46\xc6\xc8\xba\x5a\xf6\x09\x11\x4c\x56\x42\xdc\xb7\xa1\x47\x37\xd0\xbb\x6d\xac\xd1\xc9\x25\x68\x17\x6e\xfb\x17\xdd\xe0\x3d\x96\x2b\xc6\x36\x89\xe4\xbb\xc5\x99\x44\xf2\xe4\x8e\xb4\x0d\x3e\xc2\xed\xb7\x0d\x3e\x3a\xdf\x2e\x73\xa2\xaf\xc2\xc6\x50\x8c\xe5\x48\x0f\x12\x5a\x32\x53\x90\xee\xd7\x2d\x92\xae\x95\xa9\xbe\x5c\x4c\xef\xf8\x1b\xe7\x91\x11\xe6\x16\x63\xc3\xdf\x36\xb8\xe8\xc2\x62\xb8\x2b\xe7\xbe\x4d\x8d\x1b\xc2\x48\xdc\x0e\xdb\x84\x91\x17\x36\xd5\x2d\xb4\x51\xc3\x7e\xbf\xc5\x09\xd9\xb8\xff\xec\x0a\x1c\xde\x06\x9c\x2d\x74\x51\xe3\xbe\xb0\x8d\x2e\xea\x44\x07\x6e\xa3\x8b\xee\x0c\x85\x18\x21\x1b\x69\xe8\xb6\x18\x20\x1b\x89\xe7\xb6\x09\x20\xcb\x91\x57\x9d\x15\x24\x5d\x6f\x06\xc8\x8a\x2f\x7c\x8b\x01\xb2\xf5\xf7\x5d\x03\xd1\xf3\xd3\x89\xe6\x99\x77\xcd\x12\x8f\x6a\x62\x96\xc7\xe4\x39\xd8\x4a\x3d\xdf\x80\xe7\x6c\xb3\x3c\xbe\xbb\xa9\x59\x1e\x43\x88\xb0\x4d\x45\x87\x33\x68\x0b\x8c\x71\x4d\xb6\xe1\xc6\xc6\x7b\x22\x29\x1e\x74\xe4\xd9\xc7\x13\x25\xa2\xac\x7b\xec\x8a\x30\xcd\xa5\xaf\x1b\x87\x7e\x8a\xf5\xed\x79\xfe\x3b\xa6\x73\x37\xa7\xe8\x62\x7b\x15\x30\xe3\x02\xf1\xbf\x9b\x73\xc8\x32\x37\x05\xcb\xe8\xd0\xe9\x6c\xa1\x32\x2e\x72\x83\x6f\xd1\xd3\xf5\x3b\x6d\xd4\x86\x5a\x18\x30\x93\xd3\x55\x1c\xb2\xbb\xa1\x9f\xde\x48\x3e\xfe\xfd\xe1\xed\xe3\x9f\xdf\xdf\xde\x27\x6b\x9e\x19\x7c\xce\xd6\x2f\xee\xb9\x91\x75\x23\x84\x46\xa9\x8c\xdd\x6d\x28\x26\xb3\x52\xa0\x8b\x52\x6b\xbe\xf3\x46\x79\x23\x7d\x25\x79\x0a\x88\x1e\x6e\x62\xad\xdc\x42\x60\x4c\xec\xbb\xfb\x16\x15\x7b\xf4\xcf\xdb\x31\xa9\x6c\x07\x37\x76\xfd\x96\x57\x05\x03\x1c\x79\xd5\xe6\x67\x36\xa1\xdb\x71\xa6\xf8\xc4\xb7\x80\x14\x15\x06\x8e\x6d\x0a\xb7\x63\xa4\xc9\x86\x55\xe0\x21\xda\xb7\x39\x3f\x39\xdf\x8c\x9b\x38\x71\xcf\x6d\xa7\xe4\x7e\x15\x30\x38\xdb\x70\x33\x6e\x38\xdb\xd8\x33\x0d\xa3\xa8\x99\x59\xce\xc9\x7d\x01\x2b\xdd\xce\xc9\x7d\x01\x0b\xd9\x37\x2c\x56\x33\x55\xfc\xfa\x29\x1d\x6f\x2b\xce\xc8\x90\x39\x6e\x82\xec\xb1\xdb\x39\xb9\x0b\x4e\xf2\x0d\xc9\xdb\x8c\xe4\xd9\x45\x25\x94\x00\xee\x9e\xd4\x90\xb9\xc6\x3f\x9d\x3b\xeb\xfd\x4e\xb3\xeb\xcc\x2f\xa4\x73\x30\x2b\x85\xbf\x18\xf0\xf5\x6f\x01\x2e\xae\x89\x02\x24\xbc\xc5\x20\x5d\xf8\x36\x61\x5b\x8f\x46\x26\xbc\xc5\x80\x6c\x78\x8b\xaf\x6d\x14\x5b\x97\xb7\xe9\xda\xde\x29\x2b\x7e\xb6\x81\x57\x78\x77\x3b\x49\xd9\x5a\xc5\xce\x36\x40\xa4\xef\x6e\x97\x69\x4f\xa1\x52\x25\x6a\x7e\x28\x55\xa2\xa5\x36\xf2\x91\xda\x1b\xb5\x45\xcd\x56\x60\x06\xdb\xdd\x3e\x52\x54\xa5\xce\x1c\x8d\xa4\x25\x82\xc2\xde\xcd\x40\xc1\xd6\xdd\x0d\x12\x7a\x5b\x68\x90\x50\xcf\xab\x02\x56\x73\x2b\xe9\x06\x09\xa1\x67\x74\x83\x84\xee\x48\x5a\x4c\x9d\x8a\x4e\x2f\xa6\xfc\x5e\x4d\xe2\x24\xe9\x26\xa4\xb8\xf3\x3f\x69\x47\x35\x7f\x10\x06\x98\xbd\x16\x04\x09\xd3\xbc\x1b\x11\xcc\xd6\x0a\x82\x24\x65\x2e\xb9\x09\xd3\x4d\xa2\xa7\xc8\x5d\xa6\xdb\xf1\x8a\x4a\x29\xcc\xc8\xbc\x33\x10\xf6\xbb\x32\x0f\x85\x18\x99\x77\xba\x69\x49\x73\x62\xf1\x0a\x3e\x32\x73\xd0\x0b\x3d\x32\xa3\x6a\x88\xa3\x6d\x46\x7f\x10\x45\x5b\xc1\x36\xbb\x85\x24\x99\xb9\x73\x0a\x48\x32\xa3\xbf\x88\x9f\x6d\x46\xd5\x51\x62\xee\x82\x5d\x79\x77\x7b\x68\x59\x8a\x82\x86\x94\x31\xfe\x6d\x29\xd9\xdd\x9c\xe7\x69\x3c\x57\x79\x36\xc0\x0e\x62\x38\x33\x6f\xa3\xf1\xb9\xe6\x86\x8d\x1c\x38\x29\xb7\xf9\xd7\xee\x1c\xf9\x03\xba\x80\x96\xa7\xa6\x0b\x60\x61\x9a\x8e\xed\xc0\x69\xb8\x4d\xc7\x76\xe0\x38\xdd\x03\x32\x01\xe6\xdc\x30\xd5\x79\xd4\x05\x13\xb2\x1d\xd9\x77\x86\x79\xa0\xff\xf7\x5f\x37\x81\x0d\x4d\x38\x94\xb3\x65\xf1\x08\x88\x52\xef\x14\x6c\x48\x71\xbe\xc4\x99\x95\x1a\xdb\x23\x3b\x52\x63\xbc\x59\xef\xa7\xc6\x9b\xbd\xdf\x5a\x45\x6c\x79\x6a\x5f\x5c\xaa\x88\xb3\x2b\x95\xc0\xd9\x95\xf6\xa0\xef\xa6\x5b\xd1\x77\xd3\xad\xec\xf4\x4c\xa5\xc1\x4e\x9f\x9e\x72\x5c\xd1\x5b\x47\xe9\xbb\xe9\x54\x9f\x02\xf9\x69\x4e\x01\xfa\xc5\xfa\x6e\x7e\xa2\xc8\xeb\x3b\x15\x02\x5a\xc7\xcc\x1e\x40\xeb\x58\x3c\x03\x6d\x98\xd5\x63\x3a\xb6\xfb\x1d\x2b\x91\x69\xdc\xa9\x9e\x3d\x5f\x39\xd2\x04\x76\xa9\xf0\x44\xed\x24\x05\xaf\xf9\xab\xed\x46\xac\xb5\x81\xfa\xcb\x49\x39\xec\xec\x4a\x43\xa3\xee\xd2\x36\xd4\xdd\x7c\x29\xe0\x75\xda\xed\xc0\xea\x5c\x03\x0d\x86\x39\x01\x72\x6c\x81\x61\x6a\xb6\x48\x93\xaf\xbd\x3b\xbd\xe9\xd5\x4e\x70\x34\x7b\xe0\xd2\xe2\x94\x37\xbf\xda\x19\x8b\xcc\x34\x94\x39\x17\x37\xd1\xad\xd5\xec\x9a\x4a\x07\x5e\xa3\x82\x98\x6c\xed\x8c\xd1\x61\x1a\x86\x47\x30\xd6\x9e\x38\xbc\x38\xa6\xa6\x03\xa0\x5b\xfe\x22\xaf\x0f\x53\x74\xda\xfb\x75\xe7\x43\x6b\xe7\xf9\xce\x4e\x9f\x99\x57\xed\xdf\x9a\xa9\x90\xbd\x3e\x9c\x62\xce\x2c\x7e\xbf\x7f\x81\xd1\x96\x73\x73\xe2\xc3\x42\x11\x9b\xc4\x43\xb3\xb5\x0a\x27\xd3\xde\x6e\xb0\x19\x1e\xc7\xfd\x9e\x31\x60\xe4\x5d\xb9\x49\xd0\x2e\x9c\x75\xfc\x02\x8e\xb0\x27\xd1\xd0\x1c\x18\x93\x68\xe8\x3b\x7f\xb5\x9b\xa4\xa7\x4e\xbe\x60\xa4\xd3\x64\x89\xcf\xa8\xce\xc5\x75\x83\xb6\x1b\xf4\x0c\xee\x60\x4f\xa2\xa1\x99\x20\xc2\xdd\xb4\xe8\x34\x22\x7e\x6b\x19\xf2\x89\x0f\x8b\x73\xca\x09\xc9\x33\xeb\x26\x2e\x2c\x4e\x62\xd3\xc0\xf5\x2b\x1d\x01\x0d\x5c\x4f\x49\xcb\x1a\x4e\x7e\x23\x2f\xc3\xc8\x43\xd4\x9f\x94\xf4\x67\x91\xff\xe8\xe6\xd7\xc1\x8d\x6c\x51\xbf\xb5\x36\xfe\xcd\x44\xbe\xa7\x55\x23\xc0\x91\x5b\x30\x9e\x86\x77\x65\x4f\xc7\x49\xbf\xfd\x2b\xbc\x3f\xde\x94\x3d\x7d\x47\x8c\xf2\x39\xcd\xef\x19\xe3\x91\x90\x3c\x0d\x3f\xd3\x76\x3a\xf3\x0b\x78\xe6\x16\x94\xa7\xb5\xb7\xb6\x32\x39\x43\xc1\xbb\x97\xd1\xd2\x80\x33\xb6\xb0\x3c\x8d\x7c\xd4\x5b\x58\x9e\x46\xc6\xeb\xbd\x60\xec\x64\x09\x09\xbe\xd3\xc8\xb8\xbd\x97\x8d\xc1\xd9\x9c\x85\xdf\x69\xb8\xa0\xf6\xb2\xf7\x2a\xfb\xeb\xd2\x9a\x21\x8d\xf8\x16\x1f\x5d\xcb\xa5\x50\x68\x9e\x06\x83\xc9\x5e\xb6\xee\x1f\x23\xa5\xea\x8a\x38\xf2\x4b\x03\xd3\xf3\xae\xef\x88\x31\x6c\x0b\xcd\xd3\xb2\x29\x1a\xcd\x53\x62\xe7\x16\x9a\xa7\x65\x03\x35\x9a\xa7\xe0\x76\xdc\x2b\x57\x44\x2a\x3f\xf1\x46\xa4\x5c\x87\x1f\xa3\x03\x38\x09\x7a\x21\xff\xeb\x16\x2c\xa7\x65\x5f\x71\x36\xf3\xd2\xf2\xae\x63\xa2\x5b\xfe\xe3\x98\xe8\x96\xff\x38\x26\x1a\x4f\xdc\x5e\x8e\x89\x8e\x22\xb0\x1c\x13\x1d\x13\xbf\xc1\x39\x25\x13\x49\xe0\x9c\x36\x53\x45\xab\xf6\x33\x05\x7d\x74\x85\x4b\x95\xe4\xfe\xcb\x56\xe7\xbc\xe5\xbd\xe4\x2f\xb6\xc2\xb1\x0a\x04\xc6\x79\xde\xe5\x53\xe7\xd0\xcf\x75\x58\xf8\x9b\x8a\x27\x63\x2f\x43\xa2\xc1\x97\x6e\x03\x6e\xce\xd8\xc2\x84\xa9\x69\xf9\xe9\xb6\xb5\x01\x10\xf2\xde\x58\x1b\xb0\x6a\x09\x0a\xf3\x34\xad\x21\x6a\x9d\x72\x6b\xd9\xce\x8a\xdc\x53\xac\x52\x72\x33\x21\xb7\xc3\x8d\x99\x64\x5b\xb3\xe3\xd5\xf5\xb7\x01\xaf\x98\x08\xb6\xf9\x0a\x53\xa8\x02\x3c\x5b\xde\x14\xce\x1a\xb7\xdb\x76\x62\xf1\x76\x52\xa8\x34\xe8\xc2\x1d\xd7\x94\x6e\xe5\x7d\x66\x50\x09\x9b\x84\x93\x87\x4f\xb6\x68\xb3\xb8\x91\xc6\x74\x9b\xc5\xad\x9c\x79\xf6\x93\x94\xaa\x09\xe2\x4a\x3f\x1a\xf2\xf2\xbf\x7f\x38\xa2\xe9\x7d\x57\xe6\x5d\x70\xb4\x1b\x1e\x37\x26\x01\xcc\x6d\x18\x7b\xe1\x6a\x1b\x29\x55\x2a\x3c\x5b\x80\x00\x2f\xe7\xff\xaa\xa3\x9c\x89\x60\x6c\xb7\x10\x2f\x03\x34\xee\x16\xc2\x65\xc4\xd8\xbb\x31\x79\xa5\x55\xa2\x1a\x8c\x5d\x78\xdb\x4c\xcb\xca\xdd\x8e\xf0\x1c\x29\xc6\x17\x91\x7c\x27\x33\x6d\xcb\x33\x5f\x44\xa8\x9b\xcd\xb4\x19\x6f\x9b\x69\xd1\xe9\xb6\xcd\xb4\x2d\xa5\x08\x3c\x99\xf6\x1a\xa1\xc8\xd1\x2b\xb0\xcb\x8c\x9a\x63\x02\xb8\x5c\xb0\x3f\xc6\x2b\xde\xff\x61\xf7\xfe\xd8\x6a\x3b\x52\xa8\xbc\x3a\x2c\xf5\x8f\x1d\x15\xe8\x01\x1f\x3b\x2a\x46\x7e\x21\xed\x7f\xe6\x4d\xdd\x44\xd8\xe5\x3f\x68\xc7\x9c\x59\x1f\x87\xd8\xe5\x7c\x13\x76\xa5\x12\x51\xbb\x3f\xb6\xe8\xa6\x54\xa5\x36\x21\x66\x77\x7f\x30\x55\x50\x37\x14\x5a\x0e\x63\x33\xc0\xd5\xa8\x42\x30\xc0\x8d\xf7\x27\x52\x02\x5f\x49\xf6\xdb\x9e\x62\xa5\xce\xbe\xe5\x48\x9d\xed\xa9\x8e\xd4\xd9\xd4\x1c\x75\xf6\x15\xad\xb2\xb2\x2f\x42\xff\x16\xd7\x8d\xe9\xdf\x6e\x06\xf9\x63\xfb\x2d\x5a\x87\xd9\xdf\xee\xf7\x43\xed\x32\xcc\x3f\xc8\xdf\xe2\xf3\xf9\x64\x33\xcb\x53\xab\x87\x25\x3f\x11\x97\x51\xde\x35\xdd\xd5\xdb\x97\x76\x89\xc5\x74\xff\x31\x3a\x2b\xed\x34\x33\x50\x0c\x4d\x1f\xcc\xb5\x35\x4f\x51\x60\x53\xb0\x6d\x30\x68\xcd\xe2\x82\xab\xb9\xc7\x7f\x6c\xbd\x8d\x0f\xc2\x54\x70\xb9\x8f\x1b\x77\x32\x63\x95\xfb\x38\x63\xc3\x9d\x57\xe5\xa6\x65\x9a\x18\x66\x72\x42\x1f\xb9\xcd\x04\xd7\x72\x1a\x08\x67\xd2\x72\x1d\xfb\x42\xee\xc3\xee\xf6\x35\xb6\x8b\x79\x2a\xd0\x49\xcb\xe5\xc0\x38\x92\x6c\xf0\xc6\x91\xb4\x4c\x22\x70\x24\x31\x54\x7e\xcd\x2b\x5f\x22\x29\xc2\x8d\x39\x0d\x6c\x04\xd0\xf1\x06\x36\x42\x9c\xc7\x06\x36\x02\xca\x7a\x0b\x36\xd2\x00\x82\x6c\x50\x23\x19\x52\x73\xbb\x5d\x99\x28\x5f\x98\x4c\xd2\x0d\x56\x50\x33\xaf\xbf\x10\x9b\x70\x9b\x31\xb9\xdb\x4d\x0a\xb3\xfd\x85\xd8\x64\xe4\x5b\xd4\x85\xd4\x42\x06\xe6\x34\xce\x3c\x27\xb1\x96\x8b\xdc\xad\xe5\xe6\x63\xe0\x48\xb9\x5e\xd1\x61\x6d\x6c\xbb\x5f\x9f\xea\x80\x76\xb7\x49\xd7\x3a\x04\x2a\xdb\x2c\x5f\xc9\x6e\xbd\x7f\xd4\xf8\x40\xf2\x0e\xd6\x91\x64\x78\xc0\xb8\x6b\xa4\x40\x23\xe1\xd0\xfe\x19\xe1\x4b\xa7\x99\x6c\xab\x66\x0a\xfe\x0c\x7d\xec\xf9\x52\x69\x2a\xc6\xfb\xa5\x26\x64\xea\x23\xc2\xed\xf6\xfe\xe4\x19\x45\x48\x20\xf6\xcf\xf0\x13\x3a\xc8\xcc\x5a\xf1\xa0\x8b\x58\xeb\x6a\x9c\x11\x3f\xeb\x09\x33\x6f\xfa\x00\x67\x92\x9b\x57\xeb\x22\xf6\x60\x8b\x57\x0b\x0a\x9f\x6d\x56\xad\x41\xd6\xdd\x6d\x56\xad\x1e\x97\xa8\x59\xb5\xfa\xf9\x16\x34\xad\x9b\xe6\x37\xcb\x62\x6a\xf4\xb3\x98\x92\xff\xe4\x99\xfe\x77\x50\xcf\x36\x71\xd6\x7b\x8c\x9b\x38\x2b\x9e\x31\x73\x61\xc5\x54\xfd\x07\x46\xab\x22\x99\x07\xbd\x20\x4d\xfd\xf1\x46\xf2\x55\x15\x67\x91\xa8\xaf\x6e\x32\x7d\x6d\x53\x5f\x0d\x92\x9e\x6d\x25\x93\xbe\x49\x85\xb5\x21\xc2\xea\xf9\x90\xec\x38\x54\xce\xcc\x14\xb9\x7a\x88\x25\xeb\x84\x45\x63\x8b\x25\xeb\x26\x4f\xd3\x16\x4b\xd6\x4d\x72\xae\x6d\x92\xac\x0c\xad\x72\x49\xdf\x24\x78\xda\x7f\x86\x3c\xd0\xaf\x22\xcc\xba\xc9\x7e\xb6\xff\x48\xf5\x96\x62\x9e\x69\xd8\xcf\x54\x4e\x0c\xc9\x67\x9a\xac\xf8\x1b\xa8\x60\xb6\x48\xac\x3a\xb9\x14\xb7\x38\xac\x2e\x62\xa1\xb6\x28\xac\x2e\x62\x51\xb7\x18\xac\x2e\x18\x7b\xb6\x18\xab\x2e\xc0\x4a\x5b\x84\x55\x17\xb1\xa7\xfb\xcf\xcc\x27\x3d\x75\x91\x82\xc7\xe2\x17\x3f\x55\xcf\x62\x57\x36\xe7\x0b\x4e\xa3\x2d\x06\xaa\x8b\xbc\xa8\x5b\x04\x54\xbd\x67\x80\x65\x74\xce\xed\xe3\x0f\x07\x47\x24\xc1\x56\xae\x94\xe2\x63\x93\x1b\xc5\x9f\xf1\x0d\xb8\xff\xc4\x54\xd5\x7b\xe6\x89\x58\x51\xe2\xbc\x52\xca\xe6\x8b\xa4\x9d\x5b\xb4\x55\x1d\xc8\xd7\x16\x6d\x55\x37\x44\x6d\x0e\xb1\x56\x5d\x4e\x44\xf7\x48\x5e\x64\x37\xd2\xa5\x37\x0b\x92\x22\xaf\x64\xcc\x7f\xa4\xaa\x67\x79\xb3\xe9\x59\xca\x54\x1c\x96\x66\xf7\x23\x0d\x67\x73\xcd\xab\xf2\xcb\xa8\x67\x1e\x49\x6a\xe9\xfb\xa1\xa2\x9b\x74\x6f\x78\xa4\x67\x3b\x3a\x0e\x24\x05\xed\x1c\xa9\xb6\x82\x76\x4a\x2a\xa3\xed\xbe\x39\x12\xe8\x11\xeb\xf3\xea\x99\x87\x4d\x1f\x36\xa4\x5b\xcf\xf2\x66\xd7\xb3\x48\x42\x19\x4c\xea\x6d\xe8\xcd\xa4\x67\x64\x82\x3e\x4e\xaa\x6d\x6d\xfa\xa2\x67\x64\x82\x3e\xd2\x4f\x8a\xf6\x39\xd2\x33\xd3\x8d\xa0\x2e\xcb\x8d\xe0\x0f\xcb\x8d\xa0\x66\x02\xf0\x1c\x07\xff\x53\xec\xcf\x71\xf0\x3f\xd1\xa3\x94\x8b\x7a\x2e\x59\xf1\x67\x9e\xc9\x8a\xdf\xe8\x26\xab\xcb\x93\xba\x98\xf3\xe4\xe6\x3b\x6d\x9a\xf5\xa6\x2e\xdb\xee\x86\x14\x6a\xe5\x79\xe6\xa1\x1c\x5d\x8d\xca\x18\xe3\x70\xa7\x50\x45\x4d\x5a\x0b\x7e\x44\x69\xcf\x37\xb5\x71\xd8\x4e\x7a\x4d\x09\x62\xad\xbd\x3d\xd2\x53\xd3\x99\xd6\x5b\x43\xbe\x2d\x09\x06\x56\x26\x83\x7d\x1a\xac\x30\xf3\x4c\xa6\xec\x3b\xcf\x6e\x29\x2d\xcc\x20\xc1\xbe\xca\xa4\x83\x05\xf4\x9a\xbe\x13\x3e\x92\xf5\xde\x86\xa4\xf8\xa2\xf9\x4f\x45\xfb\x79\xd5\x07\x79\xad\x88\x5f\xfd\x23\xe5\xb8\x19\x79\xf6\x27\xc9\x7d\x23\x10\x58\x99\x0c\x9b\x40\x60\x65\x32\x15\x9c\x65\xd9\xd6\xd7\x47\x92\x2e\x3f\x23\xc9\xe3\xc0\xcc\x17\x3e\xac\x4c\xa6\xa5\xf0\x61\x67\x73\x60\xc4\x23\x2a\x48\x86\x81\x3a\xed\x04\x4c\x13\xa5\x49\x5f\xf4\xfe\x69\x2a\xe5\x99\xaa\x09\x91\xf4\xfe\x42\xa1\x3d\xf9\xbd\x90\x0f\x17\x33\xea\x74\xfa\x71\xab\x05\x8f\xa8\x3b\x40\x06\x03\x3d\x80\xd6\x4b\xf7\x68\xa6\x12\x7b\x44\x9b\xb5\x3b\x15\x30\xb1\xec\x48\xb1\xd6\xab\xf3\xcc\x56\xec\x41\x23\xa5\x58\xb7\xce\xa2\x35\xd6\xcc\xd4\x4d\x8f\x24\xb5\xff\x7d\xd5\xa8\x8d\x4e\x4b\x08\xb5\xed\xd4\xcf\x8c\x16\x9d\x86\x6d\x6e\x01\x11\x65\x75\xed\xd4\xd6\x66\xe1\x4e\xff\xa0\x55\x57\xba\x52\x21\x11\x26\xb2\x7a\x24\xeb\x30\x79\x86\x52\x9d\x52\x15\x12\xf1\xd6\xc7\x21\x11\x35\xf5\x51\x48\xc4\x5b\x3b\x61\x22\x32\xe9\x6d\x4e\x7e\x27\x2f\x1a\xb7\x4b\xbd\xcc\xb5\xd9\x4f\x24\xd9\x24\x4b\x45\xb2\x4a\x3d\x90\x9a\x8b\xc9\xab\x34\x24\x4f\xbb\xbe\x2c\x48\x82\xd5\x97\x86\x64\xf8\xef\xfb\x93\xa7\x02\x99\x77\x42\xa9\xb5\x2c\x65\xe7\x4f\x2e\x2c\x5e\x81\xd4\xee\x93\x8e\x14\x46\xed\x6a\x4c\x50\x81\xd0\xee\xb3\xa7\x94\x2d\x89\xdf\x3f\xd3\xee\x2e\xcc\x08\xc1\xca\xee\x42\xc7\x09\x55\x76\x17\x7a\x5c\x6c\x51\x77\x61\xb6\x38\x83\x71\x39\xf2\xa6\x14\x60\x36\x63\x61\xcc\x60\x21\x7d\x24\xa9\x48\x67\xa4\xae\x67\x17\x92\x12\xc5\x64\x3f\xbc\xc8\x0c\x93\x5f\xfc\xfc\x90\x36\x39\xf3\x46\xe1\x8f\xce\xbc\x51\xf9\xd0\x99\x37\x52\xd3\x2d\x25\xa8\xd0\xfa\x6d\x25\x88\x42\x9f\x09\x77\x3b\x39\xeb\x23\xc9\xc0\x9a\xd6\x6b\xc2\x99\x82\xec\x91\x74\x4c\xa6\xa6\xdb\x41\xc0\x19\x8a\x67\xda\xf4\x33\x4d\xd4\x79\x7e\xbe\x1f\xfe\x49\x72\xa1\xc5\x6c\x13\xcc\x77\xc1\xbc\xae\x83\xc9\x27\x98\xd7\xd3\xc2\x0b\xb1\xe9\xc3\x82\xa4\xb0\xee\xd1\x90\x86\xa4\x7c\x28\x9d\x88\xd1\x16\xcb\x54\x77\x56\xb1\x47\x12\x50\x90\x95\x21\x94\xd7\x70\xee\xc4\x47\xf2\x1f\x22\x59\xef\x99\x48\xcf\xff\x9c\x60\xf5\x91\x86\x24\xca\x9c\x52\x6d\xfe\x1d\x1f\xff\xbc\x2a\xbd\xe7\x4c\xa1\xd6\x7b\x52\xa8\x34\x9d\x93\x6a\x4b\x91\xec\x4c\x0c\xa1\xbb\x2e\x27\xc0\x7f\x24\x19\xe0\x2e\x4a\x91\x22\xd9\x4f\x3a\x46\x80\xc6\x7e\xe5\x3b\xa9\x72\x27\xcd\x95\xfb\xf7\x78\xdf\x14\x62\xa0\xe4\xd9\xd2\x99\x9d\x3f\x48\x47\x78\xeb\x22\x8c\x00\x0b\x46\xb8\xae\x51\x52\xeb\x6d\x15\x97\xba\x6c\x9f\xfc\x91\x74\x2c\xdf\xfc\x41\xa9\xd9\xa3\xbd\x98\x07\xea\xb4\xb2\xf8\x88\x5b\x0f\x99\x16\xa6\x26\x9b\xf9\x85\x2b\x93\x62\xa4\x40\xb0\x27\x89\x04\x6a\x44\x09\x12\x4c\x6b\x46\xb5\x11\x05\xd4\x8c\x32\x53\x0d\x94\x65\xbd\x08\xb2\x35\xa3\xf6\x54\xc3\x66\x66\xa4\xa6\x67\x0d\x49\xa6\xb8\x99\xef\xba\x9e\x45\x12\x26\x80\x3d\x47\x60\x2e\x38\x2d\x1f\x49\x76\xab\x9e\x9a\x59\xb5\x48\x5d\xe4\x41\x67\x27\x11\x76\x6b\xde\xec\x39\xd5\x50\x06\xf6\xb8\x6a\xb8\x0d\x73\x59\xc8\xad\x32\x99\x93\x82\x6a\xcd\x9b\xc5\x23\x92\xa8\x79\x33\xb3\x95\x9c\xb7\x4c\xa6\x8f\x60\x5b\xb5\x1c\x29\x73\x4a\xca\x33\xbb\x9f\x7b\x0a\x75\xa4\x2a\xab\x80\x54\xbd\xd7\x5b\x01\xcc\x6f\xd4\x5c\xc7\x72\x49\x0f\x43\x7f\x92\x26\x93\xfd\x20\x35\x82\x0d\x85\x95\x6f\x2a\xaa\xe3\x4a\xed\x6d\xff\xba\xd2\x09\xa4\x3f\x60\x0b\x21\x59\xef\x18\x79\xd9\x87\x5d\x24\x83\x8a\x47\x3e\xe5\xa4\xa6\x52\xb6\xdd\xce\x54\xc2\x07\x75\x24\x7b\x6c\x47\x2a\xec\x93\x3a\x35\x74\x18\x2e\xfb\x96\x98\xa8\xea\x9d\x57\x9d\x0a\x61\xa4\x20\xdc\xb9\x68\xf4\x95\x73\x9b\x1e\xb5\xc7\x36\x3a\x57\x55\xa4\xd5\x95\x99\x00\xce\x30\x6d\x31\x49\xef\xcd\xce\xe2\xac\xbd\xd7\xcd\xd4\x6f\x64\x88\xa3\x93\x4c\x2f\x75\x0d\x8a\x6a\xdc\xb6\x47\xbe\xed\xb6\xc2\x54\x44\x25\xed\x7a\x25\x39\x0d\xce\x7c\xe9\x0d\x73\x22\xf9\x12\x39\x90\xe4\x0e\x29\x79\x53\x3b\x56\x71\x0f\x35\x25\x35\xea\x57\x24\xe3\x27\x8e\x88\xda\xa4\xca\x81\x54\xb4\xd9\xf0\x0b\xa1\x6e\x4a\xcd\xb3\x5b\xcf\xa8\xb7\x2f\x39\xe9\x01\xfb\x0c\x38\x91\xcc\x38\x75\x9f\x33\xa2\xf6\x2c\x0e\xbd\x86\x39\x6b\xe6\x1f\x3f\xbb\x6a\xf2\xee\x9f\x16\x2e\x0f\x05\xb5\x79\xee\x47\xff\xdc\xb2\xc5\x38\x35\x73\x09\x12\xe1\xd4\xcc\x85\x4c\x7c\x53\xa5\xa2\xd8\x08\xd2\x38\x73\x03\x14\xdd\x54\xa9\x77\x7e\xe8\x5b\x08\x9b\x43\x7b\xe6\xec\xcc\xa1\x24\xee\xa9\x32\xd9\x97\x45\x3d\x55\x66\xc6\x46\x04\x08\x13\xe5\xc1\x10\xc6\xdb\x39\xeb\x1e\xd1\x8b\x88\x39\x6a\x02\xa9\x23\x93\x49\x40\xc5\x5a\x8e\x48\x4d\x12\x3f\xf1\x69\x7e\xb0\xdf\x0b\xb7\x58\x0b\x5b\x9e\x70\x8b\xb5\x1c\x29\xd5\x70\x95\x91\x87\xde\x2f\x46\x0a\x32\x2a\x95\x91\xbd\x89\x06\x67\xbb\x14\x63\x54\xbd\xd1\xd4\x6f\x83\x66\x06\x2a\xfe\xed\x08\xef\x31\x90\xa4\x6f\x8f\x94\x63\x9b\xfb\x3c\x10\x65\x73\x7f\xa5\x8f\x87\x36\x5f\xda\x79\x46\xa7\x38\xd9\xed\x7d\x1d\x11\x8d\x7a\xe0\x7a\x20\xc4\x62\x9d\x6c\x2c\xce\x6e\x7b\x1a\xa8\xf6\x88\xbe\xac\xb1\x65\x91\xa2\x36\x57\x40\x52\xd4\xe6\x2a\x65\x08\xe3\x99\xfb\x12\x39\x6a\xdf\x4f\x55\xa7\x6c\xc0\x22\x8a\x6a\xd9\x45\x49\x51\x9b\xeb\x23\x29\x6a\x33\xc6\xa4\xa8\xcd\x2e\x4f\x8a\xda\x5c\xe7\x04\x77\x6c\xd9\x27\x6f\xfc\xfb\xe9\x09\x3c\xfa\xe9\xc4\xec\x8c\xd4\x1f\x80\xe3\x1d\xd1\xe8\x85\x0c\x0e\x3e\xfc\x33\x45\xd9\x60\x4d\xe3\x88\x43\xcd\x00\x6c\xf6\x25\x4a\x12\xf3\x73\x63\x8f\xbd\x1d\x79\xc7\xfc\x25\x49\xed\x48\xbf\x68\xde\xf5\x6c\x86\xb0\x48\x8d\x74\x0c\x91\x78\xa9\xbf\xdc\xf4\x7d\xe4\x21\x4a\x66\x44\x47\xb2\x8d\xfc\x07\xc7\x72\xfe\xf3\xb3\xe8\x97\xa1\x91\x62\x8b\x11\xac\xb1\x4d\x14\x4b\xa7\xa1\x2d\xb5\xe7\xa1\x9d\xd0\xec\x86\x3d\x5a\xe8\x40\x6c\x8a\x8c\x3a\x90\xac\xbd\x17\x24\x61\x0e\x58\x27\x4a\x3a\x5b\xe6\x99\x0a\xc8\x4f\xff\xbe\xa9\xba\xbf\xcf\x64\xa7\x7b\xcb\x94\x41\x86\xae\x15\xcc\xb1\x54\x6e\x27\x24\xa0\x65\xc3\xeb\x18\x37\xa9\xb7\xf9\xae\xe8\x3a\xc1\x1c\x41\x2d\x3c\x92\xd4\x40\xec\x56\x4e\x46\x8b\x75\xf3\x11\x65\xd2\x43\x0f\x14\xcc\x91\xdc\xb3\x8f\xa4\x88\x25\xb6\x5f\xc1\x1c\x7b\xbf\xf2\x43\x9f\x0c\x91\x7c\x32\xa4\xcc\x3f\x59\xf5\xb1\x78\x09\xbd\xd8\x3b\xa6\x23\xf3\x5f\x1d\xa8\xa8\xdd\xc6\x22\x2e\xa7\xdd\xbc\x67\xe5\x8e\x68\xfb\x17\x8d\x5a\x3a\x1a\x38\x6f\x04\x66\x1c\xa5\xfd\x87\x3d\x5c\x48\xc7\x72\x60\x00\x13\x9a\x71\x38\xff\xe6\x23\x49\xbb\x7c\x6b\x2a\xe7\x72\x43\x92\xff\xd6\x39\xf4\x1f\x49\x67\x18\x56\x96\x6e\x55\xb7\xe6\x4d\x99\xed\x58\x3c\xa6\xc1\x1a\x03\xcd\x57\x34\x58\xa3\xa0\x1d\x88\x05\x6b\x94\x9a\x67\xd2\xc2\xb9\x7e\x9b\x13\xab\xc5\xfa\x28\x38\xe3\x7c\xeb\x4d\x0a\xc3\x91\x5f\xea\x44\xa3\xe2\xc3\xaa\x2f\x9d\x3a\xac\xfa\x9e\x79\xa6\x43\x8b\xbd\x7e\x58\xf5\x45\xa7\x10\x90\x71\x1e\x57\x24\xa9\xbe\x25\xdf\xdd\x7a\x56\x91\x14\x2c\x84\x5e\x30\xb0\x93\xb6\x14\x2a\xdd\xb7\xe7\xd5\xa5\x5f\x14\xa4\x8f\xa4\x89\x24\x04\x2c\xab\xcd\xf0\xc6\x5a\x7b\xfe\xa8\x36\xd1\x8d\xc3\xcc\x47\xe8\x93\xc3\xa8\x5e\xd6\xa5\xd0\x8d\x33\x73\xc1\xe0\xc6\xd7\xc4\x29\xf8\xe2\x3c\x4a\x24\xe9\xec\x25\xaf\x0e\x33\x42\xd3\x53\x53\xb7\x92\x12\xc9\x15\xa7\x72\x22\x7f\x3b\xae\xd4\x46\x17\x0f\x36\x18\xa7\x8b\x85\x42\xe9\x11\xa5\x09\xb0\x2d\x0f\x6b\x02\x5c\x83\x04\x38\x9c\xb9\x4c\x29\x39\xec\xcc\xfa\x16\xd3\xd6\x3c\x58\x52\xc6\x22\xbe\x36\x56\xd0\x87\x25\xbd\x6a\xaa\xad\xab\xe7\x97\xd2\xc5\x63\x9b\x1e\x46\xe5\xb2\x43\x0f\xe3\x70\x39\xa4\x05\x3e\x9c\x1d\x3d\x5d\xc9\x5e\x67\xe7\xb8\x11\x14\x71\x66\x17\x31\x0f\xd7\x4c\x05\xcc\xfa\x7b\xd6\x7c\xa8\x2b\x06\x0a\xd6\xd8\xbe\x62\xe4\xd5\x21\x89\x66\x89\x38\x69\xa6\x03\x4c\x9c\xc4\x3e\xee\x1c\xb0\xf7\x68\xa9\xa9\xac\x95\x19\x72\x1b\x5d\x33\x8d\x15\x2f\x36\x19\x1c\x01\x16\xcb\x64\x1e\x19\xaf\x58\x33\xe5\x26\xfb\xf4\xcc\xbb\xb2\x49\x32\x74\xd3\x68\x03\x8c\x90\x42\x24\xce\xd8\x35\xa6\xf7\x69\x46\x60\x3a\xd8\x76\xe6\xd9\xd6\xb3\x7c\xf7\x51\x2f\xe6\xff\xaa\x37\x8b\x4a\x78\xc4\xd9\x8f\x48\xba\xd1\x71\x20\x0a\x8d\x38\xfb\x11\x49\x56\x56\x16\xd5\xb4\x95\x95\x25\x2d\xa0\xe2\xec\xe8\x05\xc2\x29\xce\x38\x34\x04\x53\x3c\xdb\xac\x11\x6f\x0d\x22\xcd\xe5\xba\x47\x23\x26\xd3\x28\xa2\x14\x4a\xe6\xbf\xc9\xbe\xe6\x15\x49\x90\x00\xe3\xbe\x1e\x51\x93\x68\xa4\x02\x8a\xa3\x6c\x0c\xdc\x34\x3e\x9d\xbd\xc9\x54\x60\x9d\x5b\xa4\x31\x89\x35\xab\x43\x98\xc4\x19\xaf\x8d\x30\x89\xe5\x3f\x04\xbe\x3f\xaf\x0a\x25\x82\xc6\x32\x1d\xfb\x3b\x52\xa8\xb0\xec\x33\xcf\xb6\x1b\x19\x51\x10\xf5\x99\x3f\xea\xba\x8d\xa2\x39\x4d\xfa\x7f\xa7\xcd\xcb\xa3\x43\x23\xb7\x47\x87\x67\x5e\x1b\xe8\x74\x13\x9a\x6b\x0e\x55\x83\x0a\x5b\x0c\x72\x13\x35\x99\x0a\xa0\x26\xcf\xbc\x6b\x35\x39\x33\x49\x48\x86\x68\x0a\x82\x18\xd6\x72\xe6\x4b\x2f\xe4\x0c\xbb\x41\xeb\x25\x83\x69\xd0\x7a\x2e\xef\x02\x20\xd6\x58\x01\x97\x81\x0d\xb9\x11\x2e\x63\xd6\xa3\xc7\xc3\x26\x36\xf2\xae\x8c\xdf\xad\xe6\xa1\xee\x03\x4c\x20\xe3\x11\x8f\xdc\x08\x97\x11\xeb\xa9\xa1\x01\x89\xc7\xff\xfe\xaa\xa0\xc0\xec\x6f\xcb\xba\x7a\x0c\x9c\x10\x8c\xc5\x53\x63\x4c\xe2\x91\xa6\x2f\x00\x3c\x33\xb5\x70\x63\x99\x29\x66\x1c\x1b\x67\x7e\x24\x8a\xb1\xc2\xde\x60\x4e\xb1\x68\x4d\x46\x21\x1e\xf1\x17\x18\x85\x78\xe4\xb6\x23\x52\xb1\xfa\x36\xc7\xf8\xf5\x98\x3c\x4c\x31\xf6\xd6\xd7\xf0\xf5\xff\x95\xcb\xc0\xd1\x74\xec\x21\x33\x9f\x7a\xe4\xa8\xbd\xcd\x21\x85\x2d\x69\x61\xf1\x60\x9f\x59\xb6\x78\xbc\x5d\xbc\x18\x1c\x0a\xb6\xc5\x23\xc6\x93\x15\x8b\x07\x6d\x35\x48\x3d\xaa\xbb\xc1\x8e\x47\x1c\x20\x06\x3b\x1e\x6f\x35\x96\xdb\x93\x87\xb4\x27\x25\xd1\x1e\x9a\x07\x13\xd9\xcc\x53\xb5\xe7\x88\x64\x10\x60\x06\xd6\x39\xee\x62\xea\x33\x13\x59\xf6\x23\xe5\xcd\xad\x59\x45\xe6\x25\x3b\xe6\xfb\x6a\xb3\xc8\x4f\xbd\x8e\x62\xaa\x5f\x76\x56\xa4\x46\x76\x1b\x47\x93\x30\x4f\x59\x2b\x35\x75\xf0\xcd\x2f\x3f\x15\xda\x6a\xe6\x99\xd6\x75\x2e\x7e\xcb\x84\xf0\x85\xe3\x22\xc4\x64\xd4\x50\xe9\x73\x6b\x76\x0f\x63\x2a\x8f\xdc\xcf\x44\x45\x56\x73\x40\xc0\x44\x96\xbd\xdd\x4c\x64\xd9\x21\xcc\x44\x76\xe4\xb6\x6e\xf8\xe5\x91\xf3\xcb\xf0\xcb\x23\xb7\x77\xe3\x2f\xcf\x6c\x8b\xa6\x26\x3b\x72\xf1\xdb\x5e\x0b\xd9\xb6\x0d\xc1\x3c\x72\x65\x80\xaa\x2c\x7e\x92\x3d\x69\x0e\x45\x39\xd8\x23\x67\x93\x99\xcb\xb2\x1b\xc3\x5c\x36\x51\x87\x04\xca\x3c\x6b\x9c\x2a\xdb\x4b\x25\x67\x35\x4c\x66\xb9\xc7\xc2\x64\x96\x5b\x6e\x98\xcc\xe8\x72\xc1\x34\xcf\xbb\xcc\xbc\xec\x16\x1c\xff\xc1\xf6\x6d\x2a\xb3\x23\x67\xbb\xa9\xcc\x8e\xdc\x04\x4d\x65\x76\xe4\x74\x37\x95\xd9\x11\x45\x44\xf9\x78\x9f\xa1\xa5\x2f\x1c\xde\x9c\x4a\xf8\xce\x10\x5f\xff\xf6\x5a\x89\x62\xb2\xbd\x56\x72\xe0\x99\xda\xec\xc8\x65\x7b\x7b\xb1\xe4\x76\xbd\x0d\x9f\x4b\x1f\x73\xc4\x94\x14\x2c\xcc\xee\x3b\x4b\x96\x53\x8b\xf4\xd4\x82\x9d\x2c\xed\xa1\x79\xb4\x47\xc6\xc4\x68\x60\xdb\x89\x55\xe7\x2b\x5e\xde\x4f\x29\x49\xab\xa5\x15\x4c\xd5\x1b\xc0\x1c\xf7\x43\xd3\x9d\x4d\x34\xbb\x8d\x6f\xaf\xe7\x37\xb6\xaa\xa3\x32\x87\xef\x2c\xed\xb1\x73\x6f\xe4\xa1\x71\xac\x25\x0f\x8d\x06\x4c\xeb\x08\x16\xe1\xec\xff\x10\x2c\x32\x23\x3a\x58\x04\x55\xf4\x63\xde\xfb\x8a\x1a\xf3\x09\x42\x79\x22\xca\x1c\x3a\x22\xd9\xdf\x77\xe7\x5d\x9d\xa9\xf1\x8f\x43\x8f\x96\x23\xf6\xe3\x7c\x79\x95\xe5\x0f\x3f\x5a\x9d\x79\xd9\xb1\xc0\x33\x2f\xdb\x0e\xd4\x53\x47\x37\xa8\xe7\x5b\x37\x08\x58\x80\x38\xd0\x6a\x50\x09\x90\x9e\xc5\x5a\x07\xe9\x59\xee\x3a\x21\x3d\x4b\x0b\x84\x1d\x8d\x47\x00\xce\xb3\xca\x64\x14\x94\xb4\xc5\x3a\x26\x24\x69\x9d\xef\x33\x79\x5e\x53\x5d\xdb\x8f\x62\x8e\xf9\x40\xfc\xd7\xf3\xae\x6b\xdf\xf2\x4f\x6a\x4f\x7d\xe5\x01\x9f\x23\x92\x62\x8b\xd2\x49\xce\x42\x89\x42\x6f\x60\xe9\x19\xfb\xc5\x07\x12\xc0\xd4\x6f\xb1\x4f\xe7\x65\x01\xe3\x98\x02\x1f\xa2\x65\x5b\x3e\x55\xcb\xd2\x27\xce\xf8\x50\xd1\xcd\xcc\x78\x76\xd6\x91\xa7\x02\x6e\xbe\x92\xc1\xee\x99\x1e\x8b\x96\x46\x14\xef\xde\x4c\x41\x42\xa1\xa6\x58\xa3\x50\x63\x3d\x32\xe1\x59\x6b\x9c\x0d\xa0\x50\x33\x45\x41\xa1\xa6\x53\x40\xa1\x32\xdb\x3f\x66\x10\x4c\x15\x88\xa2\xba\x53\x2e\x8d\xa1\x1b\x9c\x01\x22\xc6\x5a\x83\x49\xef\x98\x2f\x0c\x26\xed\xb9\x40\x9b\xb4\xac\x1d\x1c\x33\x5f\xc2\x62\x4b\xbe\x15\xac\xac\x1e\x11\xad\xc4\x8f\xbc\xec\xb9\x83\xb3\xc7\x24\x66\x67\x36\x66\x93\x98\xb5\x58\x2e\xbf\x5e\x0b\xd9\xf1\xbf\x8e\x9d\x62\x57\xf8\x3a\x76\x6a\xe4\xd9\xc7\xaf\xe6\x37\x72\xe3\xf7\xd4\xc1\x6e\xfc\x9a\x77\x6d\x8c\xc4\x72\x63\x2c\xea\x39\x39\x2b\x0c\x3e\x7d\x14\xe0\x7f\xee\xef\x46\xa6\x9e\x93\xdd\xd2\x7c\x66\x67\x0e\x37\xf3\x99\x9d\xb9\x85\x18\xb7\x7a\x66\xbb\xff\x62\x69\xad\xf9\xab\xdb\x46\xf5\x4d\x06\x38\x52\x10\x6d\xa3\xe1\x5e\x27\xb3\xa4\x20\x5f\x59\xb0\xa7\x7c\x31\xad\x66\xe8\x30\xad\x62\x40\x33\x50\xb5\xc7\x25\x69\xa0\xea\x99\x2b\xbd\x81\xaa\x67\xce\x11\x11\x9e\xb5\xb8\xaf\xc4\x77\xf6\x28\xaa\x29\xc9\xad\xab\x79\x3a\xac\xc3\xd0\xa7\x36\xbc\x46\x11\x37\xe1\xd9\x99\xdb\xb1\x73\x14\xd7\x2c\x49\x33\x9e\xc5\xda\x6e\xc6\xb3\x33\x0b\xd4\x68\xd9\x3b\x8a\xac\x29\xcf\xa2\x24\x3a\x25\xf1\x39\xd9\xd0\xbf\xc0\x4c\xd9\xa7\x44\x88\x76\x12\xf4\xf4\x88\x6a\x0e\xe7\xc6\xd7\x68\x92\x1c\x92\xce\x49\x7c\xc6\x5e\x6a\xbe\xb4\xda\x52\x27\xaf\x96\x5c\xcb\xbf\x9c\x39\x77\xfe\x63\xb3\x78\x49\xa5\x3c\x5c\x67\x7e\x2b\x12\xee\x32\xf3\x54\x76\x71\x56\xf0\xcf\xee\xae\x68\xa3\xa6\x53\x7b\x75\xbf\x9f\x51\xdb\x1c\x6d\x66\x53\x3b\xa3\x86\x99\x30\xed\x75\x14\x99\x30\xad\x1f\xd4\xd8\x84\x69\xad\x61\xd6\x73\x06\xe3\x76\xf4\x88\xc3\xbf\xcd\xcb\x0e\x7c\x9b\xa9\xc5\x33\x17\x2b\x93\xe2\x47\xe6\x95\xb7\x4e\x5f\x7f\x3a\x11\x7f\x16\xf3\xb2\x97\x16\x7a\xa4\xe9\xd4\x5a\x1c\xb6\x3f\x83\xc0\x73\x0d\x71\xba\xe3\x2b\x7a\xba\xf2\x1b\xb7\x1c\xa1\x3f\xa3\xbe\x73\x4d\x32\xdb\x5a\xad\xf9\x52\x90\x99\x9a\x57\x05\x99\xa9\xf9\xe7\xf4\x87\xf9\xa7\x1b\x43\xd3\x08\x58\x9c\x79\xa8\x6d\xba\xdf\xf9\x89\x03\x16\x67\x4a\xa2\x6d\x74\x9a\xd3\xb7\xe6\x36\x03\xfc\x3a\x76\xc4\x1f\x0b\x0d\x35\x58\x89\x91\x5b\xad\x91\x8a\x1b\xce\x6f\xcd\x04\x92\x0b\xa2\xb1\xda\xd7\x9d\x0e\x37\xed\x66\xd4\xaa\x1f\x1e\x0e\xd4\xd1\x9f\x3d\x1c\xb9\xbb\x39\x8b\xf2\x75\x5f\x79\xba\xfc\x2d\xfd\x64\xe2\xcd\x9a\x2a\xa2\xfe\xd0\x17\xf2\x77\xd4\x9a\x82\x3c\x72\x29\x57\xeb\x2c\x00\x2a\x27\x4d\xbe\x72\xaf\x73\xd2\xe4\x2b\x77\x4d\x27\x4d\xae\xec\x64\x80\xbb\x73\x53\xfb\x41\x1e\x36\xf3\x2e\xad\xc9\x53\x6d\x1b\x2d\xa3\xac\x85\xd5\x4b\xda\x6a\xff\x47\x4b\x4f\x6c\x5b\x6e\x58\xfc\x4e\x7d\xdc\x72\x76\xfc\xe1\x39\xa6\x75\x7f\x84\x90\x71\x76\x28\x9f\x71\xbb\x99\xa6\x86\x70\x5f\x77\xf9\x27\x31\xca\xf3\x2e\xfb\xde\x8d\xd8\x5d\x6e\x4a\x52\x82\x07\xfa\xdb\x10\xef\xeb\x2e\x11\xb7\x97\x73\x45\xfc\xf8\xd3\x54\xf8\xab\x4f\x53\xee\xcf\x9f\xe6\xa1\xdd\xe2\x6c\x4f\x06\x79\x5f\x37\xb7\x4b\xa7\x42\x6e\xac\xd7\x3f\x82\x29\x58\x39\xce\x85\x7c\xdf\x47\x44\xda\x4a\x47\x78\x5d\xdd\x6c\x99\x02\x7a\xb7\xfb\x48\xb9\x5d\x52\xbe\x74\xdb\xa8\xd1\x64\xa6\xe5\xa7\x6e\x2a\x17\x2e\xe7\x45\x6e\x8e\xd1\x7a\x44\xb7\xe6\x4c\x49\xca\x6f\xc4\xb0\xfe\x39\x79\x66\x90\x85\x82\x8c\xb7\xc6\xa2\x13\x64\xbc\xdd\xec\x4c\xe4\x3d\xbe\x39\xaa\xff\x9c\xde\x88\xdd\x92\x3c\xc7\x77\x49\x39\x1e\x19\xf6\x08\xa1\xc6\xdb\x7d\xe6\x21\x7d\x4f\x6f\x2f\x7a\x9b\xda\xdb\xc9\x3c\x51\x3d\xff\x1c\xbe\x7b\xa0\x0d\x39\x79\xf1\xeb\x8b\x75\xf2\xe2\x31\x5e\xd1\xee\xbe\x57\x34\xe7\x61\x1a\x80\xbb\x8f\xe9\xff\xe7\xa8\xdc\xdc\x2d\x8d\x1f\xbf\xee\x2b\x2f\x3b\x78\x25\x5d\xb1\x49\x0b\x94\x92\x3f\x2e\x39\x75\x56\xa8\xeb\x99\x3a\x9a\x7f\x85\x73\x85\xd4\xc7\x5c\xb7\x26\xa9\x8f\x1d\x60\xf6\x88\x56\x2a\x7b\x9e\x8a\x0e\xc9\x0b\x76\x3a\xd5\x71\xe3\x6c\x98\x24\x37\xc6\x23\x3c\x8f\x41\x7b\x0a\xe2\xf0\x50\xe6\x65\x07\xe3\x78\x62\x4e\x72\x1d\x73\x9f\x9f\xe4\x3a\x06\x17\x3a\xc9\x75\xcc\xb5\x7b\x1e\x40\x1d\xad\x32\xcc\xc3\xeb\x01\xb7\xfa\x74\xee\xe3\x0b\x8c\xcb\x3c\xbc\x1e\x80\xc7\xcc\xc3\x07\x0b\x17\xfa\x79\x24\x2d\x4e\x44\x50\x23\x94\xec\x05\x61\xe2\xe5\x47\xf4\xf8\xa5\x09\xa4\x51\x9e\x11\x15\x2a\x83\xeb\x6c\x2a\x8d\x72\x03\xb1\x36\x93\x45\x79\xd0\x20\x5b\x0a\xf0\x03\x4f\xa7\x4d\x8e\xbf\x6c\x1e\x70\xcd\x0e\x4a\xd2\x19\x00\x8b\xcf\x23\x2a\x5e\xa7\x55\x4a\x5e\x0e\xac\x9d\x79\xda\x3d\x26\x11\x3d\x8b\x06\x63\x42\x22\xaf\x8c\x49\x50\x93\x79\x2a\x3f\x6c\x86\xde\xd9\x8f\x8f\xb7\x60\xea\x98\x4f\x7f\x72\x3f\xd3\xf6\x65\x6e\xd4\xcc\x04\xc2\x7d\xd2\x33\x4e\xec\x75\x66\x70\x15\xe3\xde\xbd\x0a\xa6\xb0\xeb\xad\x67\x78\xa4\x79\xf5\x54\xd7\x69\xbd\x4c\x37\xfc\x88\xdd\x22\x9d\x28\x6e\xb3\x9e\x59\x80\x7b\x3c\x23\x89\x7b\x3c\xaf\x3a\x54\x2a\x4d\xcb\xfa\x48\x15\x1c\xdc\xf5\x1f\xe0\xe4\xd3\x04\xa8\x71\x74\x4e\x52\x21\x1f\x34\xc6\xa9\x90\xcb\x79\x44\xb4\x0e\x7d\x46\x2c\x16\x0b\x62\x15\xea\xa8\x21\x39\x52\xdc\x97\xd8\x79\x42\x63\x6b\x7d\x63\x9e\x00\x96\xee\x94\xe4\xcc\xd4\xef\xb7\x5f\xdb\xde\xf3\xad\x79\x78\x99\x30\x27\xc1\xec\xb6\x04\xce\x13\xf6\xbe\x1a\xd1\x44\xac\x83\x1f\x69\x16\x97\x32\xf2\xd4\xd7\x2c\xef\xa3\xf3\x84\x9f\x8f\x81\x3d\x1d\x15\x57\x46\x44\x13\xe6\x32\x7a\x42\xa2\xb7\x6c\x2c\xa7\x61\xbf\x60\x82\xa7\xb0\xe7\x2d\xeb\x5d\xd8\xf3\xc6\x7e\x35\x93\xea\xb8\xf0\x53\x4f\x69\x1c\xaf\xf3\x74\x7c\x7a\xc9\x4f\x9c\x34\xba\x47\x94\x9a\x06\xbe\x65\x9e\x4e\x3f\xc7\x9d\x78\x3a\xc1\x71\x69\x35\x05\x3b\x53\x52\xa3\x53\xb7\xd3\x69\xd1\x11\x9e\xb4\xce\x01\xff\x88\xe2\xf7\xbd\xa9\xa1\xb3\xd1\xa1\x33\xcf\xd3\xd9\xe8\xcc\x39\xfd\x88\x0e\xc6\x4f\x53\x3d\x8b\xdb\xc8\xcb\x5d\xf1\xf5\x79\x38\xfc\x30\xbf\x99\x1e\x1c\x9a\xb3\xbd\x4f\xa4\xbf\xc5\xbe\x30\xdf\x72\x05\xf1\x66\x8a\x5f\x46\x6a\x70\xee\xcf\xcb\x48\x0d\xce\xf2\x69\x5c\x79\x07\x39\x39\x4d\x02\x3a\x9c\x1a\x70\x4e\x43\xb2\x21\x58\x9d\xb3\x38\xa6\xad\x1e\x11\x7d\x6b\x67\x23\x28\x50\xd7\xe5\xe5\x44\xe1\xb9\xc7\x6b\xb6\x09\xd7\xca\x40\xbb\xc1\xd9\x3f\x9d\x98\x0f\x0f\xd6\x6c\x0e\xd1\x03\xf8\x39\x05\x9e\x1a\xce\x59\xff\x48\x02\xbd\xfa\x38\x9f\x46\x52\x1d\x5c\x0b\x67\x33\xad\xfa\x5d\xf3\xe5\x9f\x0b\xf2\xa7\xc6\x59\xe1\xa8\x9b\x62\x81\xbb\x0e\x3a\xf8\x76\xe8\x53\xc9\x33\xc7\x3e\xb2\x01\x2a\x4f\xdf\x28\xc6\x01\x4e\x25\xe6\x1b\x85\x35\x26\x08\x56\xc1\xdf\x3f\x6f\x33\x73\x31\xa4\x66\x88\x3b\x7c\x23\x9c\x66\x88\x3b\x4a\xbe\x93\x67\x7c\xe4\x99\x20\x2b\xa9\x8c\x9c\x9f\x07\x53\xf9\xb6\x0f\x9f\xd1\x15\x16\xab\x60\x42\x9a\xc2\x62\x15\x0c\x8e\xf3\x76\x2e\x23\xa6\x9b\x81\x59\x0d\x7f\xd4\x54\xfa\xbe\x47\xe4\x8f\x4a\xd6\x8b\xe1\x61\x1a\xb5\xd5\xb8\x13\x4c\xa7\xf3\xcb\x79\x2e\x94\xd6\x04\x87\x33\x05\xcb\x9a\xfd\x7d\xf3\x4f\x12\xc5\x58\x2f\x6b\xec\x73\x42\x65\x55\x3c\x3d\xf3\x86\x67\xa0\x46\x94\x67\xea\xca\x97\xc2\xdd\xa5\x1b\x15\xbb\x0d\x32\x61\xde\x39\xca\x18\x1c\x8e\xb2\xd4\x6e\x59\xe3\x67\x56\x9a\x73\xee\xc0\x66\x32\xcd\x39\x77\x70\xef\x9e\x02\x6c\xd5\x7e\xfc\x87\x1d\xdd\x7c\x74\xc7\xdb\x43\x8e\x41\xc1\xc6\x33\x05\xdf\xaa\xf8\xa7\xa7\xd9\xe9\xe6\xc9\x6e\x63\xfc\xd6\xc9\x9d\x64\x1a\xbf\x75\xb6\x23\x25\x61\xf7\xa0\x1f\x1c\xaf\x9d\xa9\x86\x19\xed\x15\xbf\xfe\x34\xff\xc1\xde\x9c\x4f\xff\xfc\xd4\x75\xea\x04\x70\xfb\xb2\x36\x3b\xb7\x7d\xf6\x8c\x4e\x08\x09\x2b\x50\x30\xac\xc6\xcd\x79\x76\xac\x68\x35\xa2\xcc\x96\x33\xe5\x62\x68\xba\x11\x6d\x8a\x64\x38\xc0\x57\xb1\xe5\xf5\x5c\xd0\x27\xa2\x6e\xe4\xec\xa4\xdd\xac\x41\xac\xe4\xee\x0b\x39\x1b\xa9\x90\x51\xcd\xb9\x99\x1e\xe9\xe7\x93\x38\xff\xb0\x32\xca\x81\xd9\x17\xb9\xeb\xf8\x89\xd4\xff\xce\x3c\x17\x6e\xaa\x75\x74\x83\x4e\x1c\x09\x43\xd1\x1d\x48\x7d\xa6\xc7\x4c\x8f\x72\x1e\x79\x99\x8d\x87\x97\xc9\x1b\x44\x0d\xcd\xc2\x85\x41\x6a\x0e\xa8\x39\x5f\xf1\xf7\x7f\xff\xef\x76\x4c\xe9\x9c\xe2\xdd\xba\x33\x1d\x0c\x7b\x39\xe8\x5b\xd1\x6e\xdd\xc0\x25\xa7\x30\x30\xf7\xd9\xf3\x9d\x63\x6e\x6e\x24\x11\x61\x8f\xbc\x29\xa5\xec\xcc\x9b\x46\xc3\xf1\xf7\x67\x5a\xdf\x39\x60\x4d\xaa\x95\x85\x3e\x14\xe5\x92\x7d\x58\x18\x97\x3b\xa7\xfa\x40\x03\xe3\x3b\x73\x2c\xb2\xae\x06\xc1\x83\x0c\xac\x39\xb4\x6e\x8c\x45\x53\x60\x95\xbb\xa3\xd4\x0a\xac\x72\xf7\xb4\xd0\xa7\xd3\xcc\x87\x1f\x3d\x2b\x48\x0a\x4b\xae\x79\x26\x0a\x2a\x8e\x0c\x93\x6b\x71\x49\x9a\xc6\xaa\xdc\x80\xf3\xe6\x34\x69\x27\xf3\x75\x0e\x85\xe0\x30\xd3\x8d\x63\xc1\xe6\x35\xcd\xb4\x45\x1a\xfe\x47\x5c\xff\xf7\xff\xfa\xf9\x7e\xa8\xc0\x9a\x99\x0f\x15\x58\x93\xff\x2b\x45\xe1\xc1\xe6\x2d\xcc\x49\x3f\x67\x24\x21\x05\xf3\x0b\x23\x05\xf3\x07\xa2\xf7\x58\x68\xd3\x68\xc0\xd4\x4d\x1c\x2d\xad\xa6\x18\xc5\xb2\x5c\x79\x53\xf8\xbf\x9a\x42\x7f\x92\x6e\x24\x45\xb6\xf8\xae\x3c\xa7\x63\x59\xe8\x6e\x61\x43\xae\x68\xfa\x26\x9d\x1a\x40\x9c\xa6\x48\xa7\x0a\x46\xa5\x29\xc4\xc7\x28\x2d\xc5\x7c\x9e\x67\xec\x61\x02\x7c\x8c\xd2\xa8\x8c\x03\x56\xd0\x24\x9d\x19\x0e\xb4\xc2\x9c\xc6\xf4\xb5\x48\x3a\x82\xd2\xa3\xdb\xc8\x44\x4a\x11\x16\x0a\x68\xd8\x9c\x46\xf8\x5d\x34\x49\x70\xa7\x23\x4d\xd2\x2c\xa9\xed\x88\x28\x80\x61\xcb\xab\x02\xbc\xa5\x83\x9f\x6d\x6f\x1e\xe5\xdf\x06\xf5\xb9\x0c\xe9\xa3\x4b\x17\x73\x88\xad\xca\xd8\x8e\x83\xb1\x10\xb6\xa3\x44\x67\x5d\x0e\x52\x29\x79\x53\xe4\x94\x2c\xa8\xc5\xa9\x3e\x91\x5c\xb7\xfc\xc2\xe7\x78\xbe\x93\x45\x09\x14\xd1\x14\x16\x63\x12\x01\x35\x9d\xb4\xad\x36\xb6\x2d\x01\x2c\x26\x71\x4d\x73\x71\x1e\x53\xaa\xc3\x4d\x18\x44\xe1\x29\x2a\xa8\x9d\x09\x9c\xe2\xfd\x85\x5d\xa8\x9c\xa3\xc1\x4f\x70\x74\x82\x9f\xc0\xbc\x3d\x8d\x9f\xa8\x8d\x5d\x16\xfc\x04\x6e\x8c\x69\xfc\x44\x3f\xdf\x97\xa7\x4f\x17\x7e\x24\xfd\x1a\xbb\xff\x74\x36\xb6\x73\xb6\xfc\xd6\x1e\x05\x36\x7a\x53\x3e\x9d\x93\x9d\x53\x98\x88\x76\xa5\xa7\x4d\x50\x06\xd6\x65\x0a\x05\xd1\x6e\x34\x08\xa1\x1e\xda\x9d\xef\x7c\x0c\x51\x01\xe9\xc0\xf7\x5b\x8a\xd7\x15\x7d\xe2\xd8\x78\xa6\xab\x99\xa1\x2a\xe1\xe9\x73\x99\xae\x95\x42\x05\x71\x28\x51\x20\xb7\x99\x81\xf9\xc5\x36\xe8\xb3\xe6\x99\xa7\x4b\x9e\x79\xba\x0c\x24\x45\x2a\x70\x4c\x0b\xdf\x30\x0f\x96\xfc\x36\x02\xae\xe4\x99\x87\x2b\xdf\x09\x01\x57\x52\xa6\x74\x29\x7a\xc2\x78\x04\x80\x24\x33\x78\x84\xbc\x6a\x7f\x6a\xc3\x8a\x22\x3c\x42\x23\xf6\x6b\x2a\xcd\x5a\xbb\x52\x1b\xf3\xef\x01\x72\x9c\x06\x27\x5c\x99\x4c\xdb\x74\x7c\x2d\xc5\xda\xdc\xcb\xf4\x11\x54\x21\xde\xb3\x29\x46\xa9\x58\xe4\xa6\x71\x0b\x57\x26\x9e\xa0\x09\x0d\x47\xe7\xdc\x98\xb6\x51\xe0\x0c\x45\xb8\xee\xf4\x88\x6d\xd9\x2d\x0f\x65\x49\x45\x9f\x34\x12\xe1\xd5\x5a\x8d\x35\xb8\x33\x20\x06\x21\xa7\x0f\xbc\xb5\x95\x14\xfa\xe8\xcc\x2d\x5d\xb0\xbd\xf0\xa9\x8e\xc0\x9b\x07\xb3\x43\x58\x81\x12\xfd\x4b\x1c\x52\x67\x1d\x2d\x62\xd3\x18\x50\x37\xc5\xc1\xe3\x53\x9b\xdb\x70\xcd\x4a\xd5\x9e\xe9\x38\xfb\x95\x67\xc2\x40\xd6\x94\xb2\xf4\x2c\x95\xd1\x0c\xa8\x91\xbe\x7a\x96\x37\x8d\x4d\xe3\x87\x4e\x92\x06\xfe\x66\x7e\x80\xd8\xd8\x10\x3b\x0d\x0a\xb8\x4f\x0a\x32\x28\x00\xa0\xdd\x74\x0a\xb5\x23\xf3\xec\x03\xc6\x86\x1d\x4c\x28\x80\x0a\xf0\x72\x02\x02\xc8\x66\x2b\xaf\x7f\x23\x5a\x6f\x3a\xef\x19\x31\x7f\x53\x3e\xff\x46\xec\xce\xfc\x98\x15\xb2\xa1\x79\x29\xef\x59\x23\x58\x70\x82\x00\xc8\x86\x26\x04\x40\x3b\x52\x3d\xcd\xc9\xe3\xbf\xa8\xda\x64\x39\x9b\x4c\xb4\x0f\x8e\xcd\x96\x2a\xf8\xa0\x48\x3b\x1d\x33\xc2\x3a\x04\x01\x30\x5b\x7e\x2a\xdf\xd8\x4c\x85\xec\x91\x60\xde\x7d\x70\x6c\xa2\x7f\x0a\x01\x70\xde\x25\x2d\x35\x43\x64\x16\x2a\x79\xce\xb2\xe9\x7e\x4c\x11\xc9\x09\x48\x9a\xb3\x2c\x55\xd2\x9c\xdd\xec\x7e\xc2\x00\x34\x02\xd0\xe6\xc7\xa6\xb6\xbb\xe6\x5d\x1b\x6c\xd9\x55\x84\x01\x68\x37\xb7\xa9\x8f\xd3\x31\x71\x5e\xd8\x73\x5f\x5b\x6a\x84\x7d\x8c\x62\x35\x8b\xe7\x3b\x4e\x1b\x4d\x36\x4f\x7d\xd4\x64\x5a\x39\x6d\xf4\x99\xa1\x21\x21\x13\xd7\x7c\xfb\xea\xdf\x1b\x2d\xc4\x4f\xd1\xf4\x4c\xfc\x94\x69\x65\x57\xfd\x7b\xc3\x35\xf1\x53\x16\x88\x5d\xf3\xef\x35\xd6\xae\xf9\xf7\xe6\x2a\xd7\x7c\xcb\xd4\xb6\x67\xbe\xb4\x96\x87\xcb\x96\xc2\x3c\xdd\x26\xe8\x73\x85\xcd\xfd\xd4\x71\x39\x4c\xfb\xdb\x81\xa5\x4d\xfb\xd0\x47\x2c\xb9\xf2\xa1\x97\xdc\x64\xec\x42\xaf\x2d\x35\x34\x50\x2b\x7b\xa1\xb9\x9e\x8e\xb7\xfe\x9a\x4c\x0d\x07\xfb\xb4\x9b\x1c\xb4\xde\xb4\x97\xbc\x46\x5b\x93\x97\xbc\x82\x25\x9e\x26\x73\x22\x04\x71\x7e\x4d\x5a\x93\x0a\x89\x40\xf4\x78\xdf\x54\x2f\x70\x1f\x91\x97\xfb\x3a\xd0\x33\xbe\x8e\x27\xbe\xe9\x5b\xa1\x73\x0f\xe6\xcd\x17\xe2\xdc\x2b\xbf\x97\x4a\xc4\x01\xfb\xf5\xe6\xc7\xfc\xb3\x4f\x7b\x9c\x79\xd5\xf0\x5c\x66\x91\x3c\xdc\xb3\xa7\x03\x0c\x5d\xaf\x91\xdc\x75\xd4\xdb\x68\xdc\xac\x00\xfb\xa8\x0f\x80\x5d\xf3\x6b\x38\x6e\x49\x05\xc0\xd5\xe7\x53\x94\x92\xfc\xd3\x5b\x1e\xc3\x67\x97\xf5\x91\x3d\xcf\x2e\xeb\xa3\x70\x22\xff\xc0\xe3\x52\xb2\x7d\xd6\x47\x96\x9a\x7d\xd6\x47\x41\x4f\xfa\x19\x90\x4b\x9d\xec\xa3\xbe\x1b\xf7\xa7\x1f\x3b\x62\xcd\xbb\xd3\x03\x38\x10\x19\xfb\xfc\x67\x6b\x3c\x53\x92\xec\x04\x67\x9e\xd9\x14\x50\xf3\xf0\x4f\x0f\x29\x96\x83\xf9\x15\xbb\x45\xde\x95\xb9\xff\x48\x41\xde\xd9\xda\x2b\x1a\xd4\xc0\x19\x6a\xd7\x72\xcb\x3a\xfc\x01\xda\x40\x23\xff\xb1\xd3\xdd\x29\xd8\x1a\xd7\x9d\xa2\x98\x9d\x74\x93\x6c\xac\xf8\xd4\x67\x3c\xcb\x2d\x0f\xbd\xd3\x71\xaa\xfe\xcc\x85\x9b\xdf\xe0\x59\xce\x68\xb0\xd3\xb1\x19\xfc\x4c\x86\x7b\xff\x3b\x7e\x68\xc6\xcd\x9c\xb1\xc1\xaf\x9c\x39\x60\xfe\xd0\x77\x1c\xed\x5c\x7b\xa7\x84\x18\xc4\x6a\x9a\x6a\x57\xdb\x3b\x23\xd8\x16\x99\xed\x3f\x18\x22\x39\x2d\x7e\xd0\xdf\xb6\xbc\x5c\xcd\xd7\x46\xd3\x37\x3b\x35\xbf\xb5\x6f\xed\x46\x15\xc0\x97\xdc\xd9\x17\xcd\x0d\x76\xcd\x8c\xac\xd6\xc3\x0d\x0d\xc3\xb4\x6b\xf9\xc2\xdd\x3d\xed\x5a\x1e\xfd\xa6\x53\x1d\x77\xd4\xde\x6a\xfc\x79\x03\x76\x25\xed\x69\xae\xb1\x13\x8b\x2c\xac\x0d\x86\xd2\x7e\xe7\xf7\xce\x66\xbf\xf3\x60\x78\xe4\x4b\x6e\x99\xb4\x7f\xd9\x61\x2b\xe2\x70\x63\x1b\xe2\x94\x45\x39\x0f\x15\xa2\x3c\x52\xea\x47\x2a\x51\x41\xf2\xf2\x2d\xa9\x9e\x97\x2f\x13\xe4\x0f\x50\x2d\xbb\x84\x3d\xc9\x47\x76\x58\xfb\x8e\x6b\x36\x72\xf9\x8e\x5b\xac\x71\x76\x1d\x9f\x31\x9e\xff\x01\x77\xba\xf3\xae\x71\x0a\x6c\xbf\x7f\xe8\xad\x1c\x35\x7f\xe8\xad\x69\x2b\xa8\x0c\xce\x8f\x3f\xec\x45\xd4\x18\xc3\x23\x27\xbd\x1c\xc2\x4f\x77\x53\x92\x8d\x40\xd0\xae\xcc\xbf\x68\x9c\xb4\x47\xa7\x77\x07\x62\x32\x61\x00\xe3\xb2\x67\x37\x6f\x6d\xe8\x17\x76\xf3\x9e\x8d\x41\xff\x03\x3d\xc4\x84\xf9\xd3\x54\x84\xaf\xf6\x11\x45\xcd\xc1\x25\xd6\x5e\xde\xda\x32\x90\xc2\xd6\x65\xfe\xdb\xab\x7b\xb6\x33\x05\x49\x47\x4f\x37\xd9\xa9\x1b\x37\xa0\x9c\xba\x8d\x98\xd3\x29\x3f\x6d\xeb\xd6\x97\x97\xdd\xb4\xc5\x09\x6e\x1f\x51\x54\x21\xb6\x6f\x2c\xf9\x65\x47\x71\xa9\xeb\xf0\x85\xd7\x53\x70\xc9\x0d\x5b\xb8\xeb\x2d\xb9\x5d\x0b\xb7\xb9\x25\x37\x6b\x99\xef\x9b\xb2\xf8\x7a\x3f\x5e\x87\xd9\x15\x1a\x7f\x90\x39\x1a\xcb\xe6\xb2\x9b\x74\xf4\x4e\x31\x1a\xfc\x7e\x9d\x94\x63\xba\x7c\x46\x7b\xd9\xf5\x79\xbc\x7f\xd1\x25\x17\xdf\xf4\x3a\x80\x4c\x5b\x9f\x5f\x07\xa8\xe8\x9a\xa7\xbe\x74\xdf\x7c\x0a\x2a\x3a\x75\x92\x11\x1a\x7b\xf5\x12\xe9\xd6\xd9\x80\x17\x2d\xf9\x50\x1b\xb1\x73\xeb\x00\x05\x5d\x23\x1a\x05\xdd\xe8\x30\x50\xd0\xe9\x15\x50\xd0\x69\xec\xf2\xf9\xd1\x90\xa4\x60\xa7\xfa\x46\xa0\x39\x15\xe5\x23\xda\x6c\x7b\x52\x07\x29\x7d\x47\xba\xc5\xa4\xa1\x2d\x55\x32\x72\x00\x8f\xcc\x3a\x7c\x77\x69\x37\xad\xc1\xd0\x9c\xff\xc8\x85\x74\xa4\x0e\xdb\x47\x0f\xb5\xd7\x94\x3a\xde\x7f\x6e\x49\x2e\xe6\x1c\x4c\xe3\x7f\x83\x59\xd6\x89\x55\xd9\x1e\xa3\x25\x67\xe5\xf3\x69\x47\xf4\x02\x67\xc8\xe5\xad\x6c\xc0\x9f\x96\x9d\x95\x8d\x2d\x72\x9d\x86\x2d\xf7\x3b\x4f\xad\xf5\x7b\xf1\x2c\x11\x7b\x3d\xe2\x40\xf4\x25\xe0\xfd\x56\x37\xd3\x57\xf2\x71\x91\xd6\xe8\x62\xfa\xd6\x48\x24\xf1\xf4\x9f\x28\xb9\x5a\x4d\xa1\x0e\x5d\x3f\x1a\x1f\x7a\xff\x31\x87\xef\x23\x0a\xfe\x71\x45\xb2\xde\xde\xf2\xa9\x16\xe1\x45\x2f\x98\xb6\xde\xd4\xbc\x8f\x68\x37\x54\xa3\x29\xba\x94\x80\x64\x59\x27\xb6\xec\x94\x8b\x2d\x9b\x81\x39\x63\xa0\xe6\x65\x01\x28\xfb\xe4\xa7\x76\x84\xb4\x34\x4d\xf7\x8c\x3e\x23\x0d\x07\x57\x46\x9c\xde\xf3\xf2\xa9\x29\xc5\xdf\x4f\xb7\x0e\x15\xba\x5e\xa7\xef\x6d\x26\xed\x47\x34\x47\x14\x5d\x66\xf7\x27\x73\x57\xee\xcf\x36\xd3\x9d\x64\xe5\x49\x07\x6e\xbc\x89\x2e\xc7\xd9\xff\xf0\xd2\x2f\x25\xf8\x9b\x07\x8b\x49\x49\xfc\xa6\xe9\x29\x1f\xe9\x4f\x9b\xa1\x87\x53\xdc\x4b\x95\xc3\x68\x5d\xe6\x6b\xe0\x12\xb7\x44\xbe\x54\x31\xf6\xaf\xcb\xc7\xbb\x53\xcb\x3e\xa2\xe7\x5b\x24\xeb\xfe\x3e\x0e\x97\xe9\x97\x2e\x1c\xdc\xeb\xc2\xa5\xca\x68\x2b\x59\x5f\x03\xcc\xbe\x2e\xe8\xed\xef\x94\xa4\xc3\xe6\xa2\xb6\x78\x19\xef\x88\x46\x02\xdd\xa9\xa0\x71\x57\x3e\xcd\x57\xc1\xf5\xcf\xf2\xb6\xd3\xb4\x5d\xbe\xfd\x2f\xf1\x35\x35\x6c\x80\xab\x10\x1a\x7f\xe6\x53\xea\xdf\x11\x8d\x28\xf5\x39\xb5\x0a\x74\x24\xbe\x57\x2c\x11\x38\x3d\x4f\x53\xf0\xf6\x78\xa7\x64\x12\x41\x46\xfc\x79\xa0\x3c\x39\x44\xc6\x74\x81\xfe\x58\x76\xe4\xb6\xc2\x0a\x2f\x93\x77\xf9\x54\xdc\xe1\xc7\xe4\x37\xcb\x57\x47\x7a\xa6\x98\x56\x0e\x97\xf6\x82\x73\x89\xed\x14\xce\xa5\x42\x7d\x9d\x36\xf2\x4e\x39\x9e\xd9\x83\x2a\x28\x68\x1d\x5b\xd7\x12\xe9\x52\x69\x69\xa8\x8c\x40\x58\x32\x96\xd2\xe9\xbd\x2b\xb8\xd8\xcd\x4f\xf0\xe5\x32\x23\x53\x4b\xd7\x63\x2f\xa2\x1d\xc4\x69\x31\x88\xc5\x26\xa2\xf4\xbc\xaf\x45\x29\xd5\xd3\xfa\x62\xea\xca\xb3\x3d\xcd\x6c\xfa\x48\x53\x52\x5e\xf5\xa5\xa2\x31\x46\xdb\x27\xa7\x5f\xad\xdc\x7b\x58\x4a\x95\x8b\x8e\xf5\x9b\x25\x76\xa5\x9a\xe3\xb0\x72\xb1\x99\x48\x8e\x5d\xab\x29\x88\x93\xa8\x21\xca\x58\xfc\x96\xb3\xb4\x40\xfe\x99\x73\xf3\x79\x55\x77\x38\xab\x5f\xab\x0e\xc8\x5f\xf8\xe7\xf4\xb1\x14\xc9\xd1\x37\xec\x70\xd5\xa1\x53\xec\x61\xca\x86\x57\xfb\xfb\xaa\xad\xca\xec\x94\x95\xc8\x29\xd6\x83\x69\x95\x30\x94\x2d\x27\xc3\x7b\xa7\x81\x78\x95\x1a\xce\xf4\xe5\xd4\x78\x04\xeb\x2f\xb3\x2a\xf5\xa8\x36\xa2\x51\x6a\xc7\x5b\x8e\x8f\xd4\x54\x48\xd7\x71\xee\xca\xcb\xc4\x48\x67\x4b\xfd\x16\x67\x14\xe5\x1a\x86\xde\x52\x92\xee\xe7\xc7\x5b\x90\x2f\x6c\xa9\x03\x28\x74\x76\x94\x0a\xd0\xbc\xa7\x60\x1d\x3c\x3d\x7f\xb5\xf1\x89\x35\x56\x31\x89\x0f\x7e\x83\xe6\x38\xf8\x8f\x4f\x7d\x38\x04\x17\xdc\x48\x50\x1c\xae\x2a\xf4\x13\x40\xe6\x55\xb7\x01\x65\xec\xc1\xa6\x4a\x6a\x25\x23\xe3\xc8\x40\xe7\xf4\x78\x44\x74\x47\xaa\x08\x1f\xc8\xfb\x1f\x5f\xbb\x6a\xea\xa8\x73\x94\x8e\x31\x91\xd2\x0d\x25\xdd\x82\x48\x09\x08\xca\x6a\xc6\x30\xd5\x23\xa2\xaf\x5d\x77\x44\x11\x32\x33\x00\x0d\xc4\x2b\xc7\x75\x33\x76\xfc\xa6\x01\xe2\x55\x6a\x00\x54\x96\x78\x95\xce\x1b\x64\xf3\x6a\x46\xfc\x45\x5f\x6b\x20\xfe\xae\x94\x64\x64\x3c\x7d\xdc\x8c\xf8\x9b\x29\xca\x10\xbf\x99\x5a\xc8\x76\x99\x99\x27\xaa\xa5\x96\x19\xdc\x0c\xf0\x23\xf8\x63\x35\xb2\x75\xf4\x3c\x6d\x3a\x2d\x53\x0e\xbb\x74\xfe\xe2\x53\x78\x22\x0d\x3f\xcc\xbb\xbe\x42\x5e\x34\xd5\xd4\xdc\x30\x3e\xae\xe6\xac\xde\x28\xdd\x0d\xb4\x5f\x7a\x49\x13\x7c\xbe\x12\x98\x24\x0a\xf2\x05\x07\x6c\xea\x6a\x40\x2b\xd2\xfb\x52\x72\x3b\x6c\x9a\x4b\x40\x90\x0b\xd4\xdd\xba\x9d\x5f\xe2\x8e\x64\xd3\x2b\x3b\xb6\x70\x20\x17\x60\xb9\x65\xb6\x9e\x71\xd2\x9f\x24\x1c\x84\x85\x63\xdd\x04\xf2\xd6\x3c\xfd\x79\xa9\xb8\xe5\x61\xe4\x61\x2b\xbe\x89\x13\x19\x79\x5a\x4d\xaf\x48\x51\x52\x73\x08\x42\x5b\x4e\x31\x88\xbd\x7c\xdd\x10\x3a\xbc\x5f\xda\x32\xc8\x4e\x7d\x3b\xf3\x08\xd3\xfb\x66\xc3\x4f\x39\x3f\x49\xf9\x50\xf7\x96\xfc\xd1\x11\xec\xe8\x18\x42\x73\x94\xec\x58\xb7\x0d\x66\x68\x23\x4a\x35\x58\xb2\xf1\xdd\x9c\x0c\xfc\xcf\xbe\x83\x92\xef\x86\xaf\x7f\x79\xd5\x31\xc5\x35\xa2\xcd\x69\xa9\x2a\xe6\xb4\x9a\x6f\x7d\xe8\x72\xae\xde\xd8\xd3\xb8\xc3\x88\x7c\xa7\x3e\x07\xc7\x3f\xf7\xf4\xce\xa9\xc2\x2d\xa5\x63\x3e\x43\xe9\x31\x33\x4f\x4b\x2f\x18\x13\x32\x0a\x5a\x42\xe7\x98\xe1\x0e\xd6\x09\xd3\x45\x85\xec\x8e\x51\x8f\xe6\xdf\x89\xcb\x65\xbb\xeb\xc4\xe5\xde\x11\x7d\x45\xa3\x2f\x3a\x26\x04\xf6\x79\x61\x46\x2a\x9e\x94\x25\xcc\x48\x85\x22\x67\x75\x8e\x16\x7e\xaa\xb8\x41\x1c\xe6\xcb\x2c\x3c\x47\xee\x08\x9d\x28\x5c\x36\xac\x4e\x14\x2e\xab\x56\x3c\x3c\x35\x17\xd5\x6e\xce\x71\x70\x00\x4b\xf9\x06\x2b\x66\xd0\xd5\x3d\xb3\xb1\xad\x2d\xf1\xf2\xd4\x4c\x40\x81\x4f\x2a\x0e\xa2\x65\xec\xc9\xc0\x8c\xbd\xba\x35\x9e\x8b\x49\x66\xf0\xc9\x91\xa6\x78\xd2\xb7\x54\x81\x73\x28\x8d\xf1\x39\xd4\xde\x97\x85\x22\xb8\x50\xbb\x3b\xc7\x12\x1a\x72\xe7\x20\x2a\x74\xbe\x0f\x22\xec\xfb\xab\xdb\x1b\xdb\xd2\x1c\xdf\x3e\x5f\x89\x85\x49\x03\x30\x61\xa4\x83\xb7\x8f\x4a\xea\xe4\x78\x40\xc2\x5d\x57\xc7\x66\x81\x01\xa1\x13\xf1\xf4\x8a\x06\x0d\x8d\x94\xe4\xad\x84\x03\xba\x13\xf1\x84\x3a\x61\x96\x9e\x93\x10\xcb\xd5\x89\x78\xe2\x72\xd0\x89\x78\x62\x8f\x12\x4d\x4f\x23\x00\x67\x89\x98\x27\x70\xf2\xe5\x1c\x83\x27\xd1\x8e\x6b\x70\x1f\x9d\x79\xd7\xe6\x4b\x54\x37\xe7\x18\xbc\x72\x38\x3a\xc7\xe0\x05\x90\x61\x39\xc7\xe0\x85\xa5\x6d\x39\xc7\xe0\x95\xe9\xef\x1c\x83\x17\x90\x84\x35\x7c\x12\x65\x49\x8a\xa0\xe7\xe9\x9a\xbc\x6c\xe7\x28\xaa\xde\xf0\x1d\xb4\xa7\x8e\x76\x8e\xb2\x26\x45\xd1\xf3\x7c\x4a\x1d\x81\x4c\xb1\xb5\x0f\xa2\x2d\xd8\x91\x07\xd1\x16\xac\xba\xe1\x68\x8b\x2b\xef\xfa\xe8\xa4\x86\x04\x54\xf4\xfc\xc6\x77\x98\x54\x82\x3b\xea\x48\x41\xbe\xc4\xb0\x7c\x07\xe1\x16\x23\xdf\x3a\x1b\x3c\xaa\xb3\xf3\x08\x5e\xb9\xd8\x19\xd0\xd4\xe0\x92\x5b\xc3\xf6\x64\x0c\x68\x6b\x10\x71\x81\x56\xe4\x4c\x82\x17\xa0\xaa\x35\x08\x55\xea\x29\xd9\xd8\x99\x0c\x01\x11\x18\x3d\xa2\x8f\x4f\xb6\x2b\x43\xa0\x2e\x40\x12\x6b\x18\x97\x7e\x45\xb2\x6a\x50\x52\xb0\x73\xdd\x97\x94\x64\xd5\xa0\xa4\x8e\x36\x19\x31\x57\x87\xfd\x6e\xac\x10\xa3\xa2\x2e\x20\x84\xcb\xb0\xa8\x0b\x8c\xe9\x1a\x8e\x4e\x02\x51\xb8\x86\x91\xe9\x19\x02\x62\x37\x4a\x4a\x92\x6e\x90\xd1\xf2\x05\x14\x87\xed\x1a\x9b\x0b\x5c\x9e\xda\x47\x77\xfd\xdb\xb6\xbe\x06\xd8\x19\x6e\x6c\x66\x07\x1a\xb9\xb1\x0d\xe3\xd6\xcf\x33\x75\x7a\xe6\xe2\x38\xf2\xae\x2d\xd1\x6c\x6e\xc2\x5c\xb5\x71\x44\xb2\xdd\x14\xad\xc8\x98\xab\x72\xa2\x38\x4f\x5b\xa2\x6d\xda\x5d\x06\x5d\x95\x13\x43\x95\x50\x57\x6d\x1c\xf9\x12\x1d\xa9\x23\x0e\xeb\x3d\x11\x6d\x9b\xe8\x29\xd7\xb6\x89\x9e\x92\x0c\x62\x67\xde\x8a\x33\xa8\x41\x0b\xb6\x9c\xc3\xb0\x40\x05\xba\x26\x90\x76\xa6\xde\x04\xd2\xce\x1c\x9f\x64\x64\x63\x52\x4f\xd4\xb8\x8a\x74\xdb\x54\x9a\x77\x05\xbf\xe6\x76\x68\x36\xa0\x0a\x3d\xdf\x9a\xe4\xec\x66\xb1\x4f\x6e\xc8\x23\x25\x99\x37\x6f\xa4\x12\x32\x9f\x70\x57\x73\x5a\xc2\x92\x2b\xa9\x38\x7f\x5a\x2e\x10\xd3\xd6\xc8\x0b\x25\x7a\xda\xf8\x03\x16\x66\x89\xd7\xa7\xe5\x12\x30\x93\x9d\x8d\x5e\x22\x3b\xdb\x95\x4f\x85\x7e\x4f\x63\x50\x92\x4a\x3e\xd5\xd5\x29\x96\x22\x83\x94\x7a\xac\x4a\x62\x42\xb9\x70\xa7\x2c\x71\x9d\x4c\x68\xb0\x97\x52\xb9\x4d\xa8\xae\x97\xb9\x4d\x8e\x6c\x72\xe2\x36\x39\xfb\xc5\xe4\x31\xae\xe7\xc0\xdf\xb0\xcc\x6e\x72\xc2\x91\xb7\x4c\x67\xd2\x89\x8a\x59\xa6\x33\x89\x31\xc0\x40\x1f\x90\x61\xcb\x40\x9f\x13\x3e\xbd\x65\x72\x93\xfb\xaa\x29\xd7\x50\x06\xda\x26\xe4\x4f\x68\x75\x96\x91\x3f\xad\xa3\x76\x2c\xd8\xd7\xd3\x70\xf0\xb2\xac\xce\x4d\xe8\x2c\x16\x20\x41\x81\x1a\x5c\x02\x2b\x09\xe4\x50\x3b\x37\x41\x4c\x5c\xb2\xb7\x4f\x8e\x68\x01\x49\x20\x57\x53\x92\x17\xe0\x95\x6f\xff\xb4\x34\xf8\x6b\xe6\xe8\x85\x28\x83\xda\x19\xe9\xd2\x14\xa5\x0e\x13\x47\x45\x47\x94\xef\xe7\x8e\xe4\x6c\x8d\x8c\xe2\x36\xea\x90\xd3\x69\x7b\xb3\x07\xf3\xb4\xb6\xc1\x84\x6c\x68\xa6\x0d\xa9\x84\x32\x2e\x61\x75\xca\x4c\x2f\x98\x94\x8a\x78\xc4\xb5\x61\xdc\xe1\x3c\x15\x4f\x48\xcd\x0d\x00\x9a\x90\x9c\x5c\x1b\xe8\x75\x7a\x10\xe8\x75\xcf\x53\x29\x25\xa9\x03\x6c\x1e\x6c\x01\x1b\x23\x1f\x5b\xc0\xce\x54\xa2\xa9\xb6\x7a\xdf\x6c\x61\x1b\x3c\x75\xc9\x53\x6b\x4a\xe9\xfc\xcc\x9e\x94\x8c\xa6\x94\x92\x65\x53\x28\x79\x57\xdd\x74\xa4\xb1\x46\x5b\xc3\x4d\xbd\x76\x66\x4f\x3e\x15\x58\xf5\xa4\x8b\x4d\xe7\x71\x01\x88\x5b\x46\xee\xdc\x27\x8a\xf6\xc7\x64\xfe\x34\x40\xfc\x1d\xad\xf6\xff\x60\x93\xf9\x10\x58\x8d\x2a\x6a\x32\x8f\xfb\xbc\xf3\x17\x1f\xf1\x28\x3f\x86\xf5\x5c\xb0\xc4\xad\x0f\xe1\xa1\x23\x7f\x55\x78\xe8\x15\x89\x13\x3e\x15\x34\xf1\x0f\x1b\xe9\x87\xbb\x72\x8d\xe8\x23\x90\x35\x67\xa0\xcf\x95\x3d\xcd\xdc\x1e\x95\x10\xcb\xf5\xf1\x34\xcd\x35\xf1\xc3\xfd\x38\xff\xf5\xde\x09\xbb\xc7\x12\x9f\x47\x1b\x4c\xe2\x8f\xb7\xc3\xfc\xc6\xc1\x3f\xdc\x37\x3e\xd9\x0d\xf9\x8b\xf2\xfb\xe0\x32\x5d\xc2\xd8\xd4\x18\xe1\x4c\xb3\x41\x24\xd0\x02\x62\x93\x2b\xae\x69\x36\xee\xb3\xe5\x5d\xdf\xc1\xd3\x67\xce\xef\x06\xd2\x64\x7d\x08\x05\x4a\x07\x2f\x2f\x1c\x0a\xb6\xf1\x7b\x46\x92\x75\x33\xc5\xda\x64\x03\x44\x77\x7d\x32\x65\x27\xa2\xf5\x50\x16\xf6\x07\xbf\x33\x0a\x94\xa9\x34\xee\xf3\x8a\x88\x26\x10\x91\x0a\x53\xa5\xad\x1b\x2f\x0b\xd2\xd8\x9d\x0a\x98\x6e\x19\x9e\x73\xc4\xca\xf4\x35\x60\x8c\x2d\x58\x44\x1a\x35\xa6\xca\x2f\x84\x4d\x1c\x8e\x26\xce\xb8\x40\x81\xad\x2f\xca\x2f\xe3\x44\x9e\xb6\x5c\x14\xcd\x95\x71\x15\x46\x8a\xb4\x6d\xef\x4f\xa5\xfb\xbe\xe5\xca\xff\xc2\x3a\xff\x4e\xaa\xcb\x5f\x9c\x40\x95\xbe\x37\xac\xa7\x9c\x57\xde\x55\x1c\x1c\x93\xec\x4b\xc6\x54\xe6\xb6\x99\x32\x0a\x04\x17\x4b\xb8\x9e\x86\x87\x7a\x99\x19\x23\xa0\xdc\x25\x94\x4f\x39\x18\x99\xaf\x63\x5b\x5e\xc9\xd0\x14\xd6\xd7\x17\x44\xec\x8c\x48\x1f\x51\x2e\x0e\x41\xb6\xee\x2f\x0e\x41\x6e\x38\x66\xac\x18\x05\x8d\xfa\xcb\xf6\xc7\x91\xfc\x95\x8b\x23\x06\x87\x2f\xd1\x24\xa9\x21\xbb\x21\x73\xf2\x0b\x31\x18\x4b\xe6\x0b\x31\x58\x9a\x0e\x31\x58\x9a\xce\x49\x1a\xc9\xdb\x1d\xcb\x04\x62\x09\x60\xb2\x0b\x62\x89\x96\x7e\x22\xba\x24\x73\xc9\xfb\x1d\x08\xf4\x65\xd4\x4e\xab\x68\x7f\x46\xed\x9c\x20\xd9\x97\x51\x3b\xbd\xa0\x82\x1a\xb5\x73\xc6\xd6\x6f\xd4\xce\x0d\x37\xc6\x32\xb5\xc4\x09\x76\x6a\x99\x5a\xe2\x02\x15\xb3\x0c\xdb\x39\xc1\xb3\x2f\xc3\x76\xce\x98\xba\x7e\x4e\xc7\x1a\x3f\x87\xd9\x23\xfa\x7c\x9f\xfe\x3c\xa1\x3a\xe2\x9f\x31\x7d\x94\x0c\x7a\xb1\x45\xd4\x5d\x97\x4d\xe3\x07\x7a\x11\xc5\xc7\x59\xf4\xce\x98\x92\xcc\x1e\x71\x66\x79\xff\x38\x6d\x6b\x4a\x5a\x5e\x2d\x79\xba\x2d\xfe\x07\x07\xaa\x71\x3c\xf7\x85\x91\x0a\x8a\x08\xb0\x98\xcb\x38\x9e\x56\x51\xcf\x4d\x11\x71\xc5\x89\x6b\x20\xcf\x05\x5d\xfa\x02\xc8\x13\xd7\x31\xd0\x9d\x23\x3d\xe5\x9b\x16\xf4\xed\x0b\x52\x08\x00\x83\x0b\x78\x0e\x59\x19\x96\xe0\x39\x09\x0f\x5e\x42\xe7\xb4\xf2\xfe\xe6\x59\xde\xe5\x2d\xf6\xa7\x67\x29\xe6\xcf\xff\xa4\x18\x87\xc1\xbf\x5f\xb2\xed\xa1\x02\x80\xbe\x89\xb9\xf6\x87\x43\x0e\x7d\x01\xb8\x0d\x59\x5e\x96\x01\x35\x17\x89\x64\x96\x11\x34\x57\x56\xd7\x9f\xb3\xfd\xb2\x06\xfe\xb0\x4d\xa3\x7a\xfe\xd9\x18\x9d\xb3\x0d\xae\x06\x12\xcd\xac\x3f\x8c\x00\xdc\x96\xa0\x63\x28\xdc\x9a\x4d\xc7\x00\x36\x64\x19\x42\x03\x82\x71\xfd\x99\xd6\x64\xa4\x58\x86\x8a\x0f\x27\x3f\xed\x88\xbe\xf6\xce\x88\xea\x09\x88\x00\x17\xa4\x09\x25\x9f\xfa\x38\x40\xd1\x00\xe9\x02\x79\xde\x82\x27\x81\x58\xb3\xf5\x67\xcf\x73\xc9\xc3\x8f\x1f\xa6\x24\xdb\x90\xd3\x11\xdc\xea\x39\xb1\xfe\xb8\xc6\xb3\x25\x19\x25\x73\xc1\x38\xba\xfe\xb8\xc6\xa3\xa1\xff\x71\x6f\x67\x81\x1b\x34\x73\xc1\xc6\xb6\xc2\x9c\x30\xf3\xad\x20\xaf\xec\xdc\x10\x27\x70\x7e\xfd\x69\x5f\x0c\x3a\x7d\x85\x47\x61\xe6\x5d\xe3\x1a\xd9\xdc\xfe\x60\x49\xc7\x9c\xf3\x87\x97\x8e\x09\x04\x71\x42\x66\x0c\xd4\x08\x71\x79\x43\x8d\x10\x80\x86\xe9\x0d\xc0\x46\x2d\xf3\x19\x54\xbc\xf0\x5b\x89\xef\x1e\x71\x20\x36\x97\x14\xd1\xda\xbe\x37\xc6\x0d\x65\x01\xd8\x94\x6d\xca\x82\x0b\xf8\xc9\x86\xb2\x00\x0b\xf1\x36\x65\xc1\x4d\x9e\x82\x0d\x65\x01\x47\xd3\x36\x65\x41\x05\x55\xb0\x0f\x67\x1b\xbf\xf2\x5b\x1b\x29\xbc\xe7\x6c\x53\x14\xb4\x9a\x3a\x46\x09\xa3\x05\x82\x32\x60\x19\xdd\x50\x12\xe0\x78\xdc\xc6\xda\xdc\x67\xcb\xa7\x34\x80\x4a\xd8\xae\x0f\x58\x65\x0b\x6b\x73\x96\xb3\xd0\x3c\x47\x6f\x9f\x9e\x61\xdb\xe8\x9a\xfe\xf6\x05\x1e\xdf\x4e\xc9\x20\xad\x4a\x44\x87\xdb\x95\xbc\x6c\x1b\x41\xa1\x92\xcb\x36\x82\xbc\xcb\x8d\x30\xef\x6e\xbf\x4b\xcf\x10\xe0\x56\xe8\x0b\xed\x41\xe3\x48\x41\x3f\x6b\xc5\xd4\xd8\xd6\x9c\xde\xa8\xf1\x36\x9c\x8e\x7e\x32\x46\x81\x7b\xd2\x36\xa0\xa6\x10\xdb\xb8\x0d\xa8\x29\x4c\xce\x6d\x40\x4d\xab\x67\x44\xdb\x08\x0e\xea\x64\xa2\x81\x6b\xfe\x7b\x9b\xdf\xf0\x0e\xc0\x5a\xb3\x0f\x33\x74\x12\xf8\xb6\x8d\xbf\x21\x29\xd7\x36\xef\x40\x21\x40\x66\xc3\x3b\x00\x8a\x7d\x1f\xb6\xdf\xf4\xd4\xc1\x16\x0f\x6b\x28\xdb\xcc\x02\x17\x60\xa7\x6d\x24\x4f\x21\xac\x73\x1b\x9d\x53\x20\xd4\xdd\x67\x98\xd4\x1a\x22\x3a\xd4\x40\xec\x0e\x62\x8d\x68\x9b\x8d\xb5\x9b\x2d\x78\x4e\x73\x0a\xdd\x47\x5a\x36\x88\xe4\xa1\xa3\xed\x8f\xfc\xe7\x63\x31\xb5\x70\x9a\x81\x23\x55\xb6\xb9\xe4\x48\x2d\x50\x33\x78\x79\x82\x60\xe3\x47\xd6\x09\xe1\xce\xdc\xc2\xef\x3c\x2f\xf3\xad\x54\x44\x00\x9a\x1b\xca\x82\xea\x2d\x6a\x9f\xbe\x2e\xbf\xaf\xca\xbe\xf3\xfe\xc5\x09\xf7\x19\xf6\x13\x85\xf1\x48\x41\xde\x93\xee\x88\xae\xf0\x8c\x68\xfb\x0e\x35\xb2\x7d\xa7\xa6\xc7\x4d\x67\x00\x23\xe4\x3e\x17\x70\x79\xfa\xc9\x99\xcb\x6a\xc6\x63\x19\xbe\x99\xb1\xb4\x85\x07\xac\xe1\x0e\x49\x01\x6b\x38\x24\x05\x6c\x33\xe1\x21\xc8\xe0\x69\x96\xdf\xe8\x36\x3b\x44\x04\x23\x2f\x43\x44\x40\xc9\x21\x22\xa0\x56\x9e\xaa\xf7\xfb\xed\xb2\x98\x6f\xcd\xcb\x73\xe6\xdb\x8f\x7d\x8b\x6e\xa0\x60\x1c\x85\x90\xba\x5d\xcc\xd3\xce\x36\x23\x14\xc7\x24\x2a\x74\x1b\xc5\x01\x0c\x60\x0b\xc5\x31\xfb\xfb\x9d\xcc\x4c\x56\x0f\x77\x11\xc4\x07\x6b\xf9\x2e\xce\xc8\xc2\xce\x6c\x2c\xc6\x01\x88\x71\x17\xa3\x28\xd9\x12\xcb\xb6\x7e\xce\x64\x29\x76\xc0\x71\x9d\xdf\xc1\x66\xcc\x7c\x2a\xd5\x98\xfb\xfb\x2e\x30\x09\x30\x70\xc5\x0e\x38\x08\x2b\x77\x31\x82\x1d\xff\xc4\x06\xc9\x81\x65\x60\x57\xee\xfe\xf4\xb6\x91\x1c\x98\xd0\x76\x35\x42\x0e\x55\x71\x57\xab\xc2\xdc\xb3\xb6\x32\x65\x55\x3c\x88\x1b\x9c\x07\xf6\xaa\x6d\x9c\xc7\x89\x79\x62\x1b\xe7\x81\x31\x6e\x0b\xbc\xf1\xa8\xd4\xfc\x06\x55\xf7\xa6\x86\x32\x24\x1d\x29\x17\x8c\xfa\x9d\x77\x15\x3c\xc6\x26\x5d\x1d\xbe\xca\x41\xb9\x2b\x00\x76\xe6\x59\xb5\x83\xb8\xd1\xe1\x15\x04\xbb\x2f\xb2\x1b\x88\x46\xaa\x64\x88\x7a\x63\x5b\xae\x78\x84\x5b\x9e\xda\xfa\x76\x53\xf0\x42\x37\xa7\x8a\xf6\x29\xd4\x8b\xfa\x3b\x83\x0b\x40\xc7\xad\x54\x57\x8d\xc8\xaf\x0d\x82\x23\x0b\xa5\x3a\xc0\xa2\x44\xb2\x2d\x20\x7f\xa1\xbe\x74\xa1\xbd\x02\x58\x0a\xb6\x41\x19\x17\x40\x91\x6d\x50\xc6\x75\xfc\x07\x13\xfc\x36\x44\xe3\x02\x6c\xb9\xab\x81\x68\x35\xad\xd9\xdc\x70\x22\x76\x17\x1c\xd1\xba\xf7\x95\x5a\x98\xea\x30\x83\xa5\xb3\x01\x8a\xbb\x5d\x37\x35\x66\xe8\x0c\x36\xc3\x5f\xb7\xab\x1d\x65\xbe\x00\x6c\x52\x5f\x61\x0c\xdd\x20\x36\x40\xa1\xee\xe6\x28\xe9\x1c\x2b\xcd\x2a\x0f\x60\x9b\xed\xec\x56\x03\x75\x7b\x37\xee\xff\x1c\x15\xc0\x30\x88\x30\xdf\xc0\x30\x70\x9f\x6c\xe3\x2e\x92\xd4\x6a\x37\xdc\x5d\x4c\x28\xc3\x30\x6e\x72\x0b\x6e\xc3\x30\x6a\x4a\xb2\x52\x83\x65\x7d\x83\xc3\xc0\xd9\xbf\x8d\xc3\xb8\xb8\x64\xee\x06\x5e\x9c\x7d\xab\x81\x17\x67\x37\x6d\xe0\xc5\x59\xa3\x40\x2f\x70\x52\xed\x46\xa0\x23\x7b\x83\x91\x18\x17\x61\xf1\xbb\x61\x2f\x1d\xa9\x86\x55\xc7\x7c\xfa\xf3\xb1\x99\x87\x6e\x1e\x5b\x83\xd2\x62\xb5\xec\xf0\xcd\x81\x40\x6c\xa5\xce\x60\x75\x81\xba\xdd\xcd\x77\x2e\xec\xb0\xbb\xd9\x4e\x85\x9f\x79\x37\x87\x82\x31\xc7\x9b\x03\x24\x88\x05\xdb\x4a\x69\xd5\x30\xe8\xef\xa6\x69\x1c\x76\xd2\xdd\x9c\x0f\xfe\x3a\x53\xee\x9f\xcb\xe5\xaf\x9e\xe4\xef\xe8\x78\x92\xf7\xbc\xac\xa8\x32\xe8\xd1\xb6\xb3\x61\x5d\x3d\x93\xc2\xf3\x96\x88\xc3\x6d\x62\x96\x8b\xc8\x97\xed\x24\x57\x57\xb4\xd7\x66\xcc\x24\xde\xae\x4d\x92\xab\xf3\xca\xb7\x5f\x7f\x9b\x4a\xf9\xde\x9e\xa9\xba\xa9\xb2\x45\x33\xb5\x5c\x44\xe3\xec\x7b\x70\x51\xe9\x88\x97\x5f\xbe\x11\x4d\xae\xc6\x0a\x71\xc2\xac\x8b\xc8\xc7\x6d\x2a\x97\x0b\x2f\xe1\xbe\xad\xd9\x03\x07\xdf\xb7\x35\xfb\xfe\x7e\x4b\x03\x23\xca\xbd\x5a\x52\x0b\xee\x61\x6e\xee\x8d\xc5\x94\x1d\xea\x46\x3b\x67\xef\x73\x92\xac\x9e\xc9\x78\xa3\x9e\xb3\xf7\x99\x9a\xe5\xc2\xfa\xbd\x6f\xd4\x73\x54\x3c\x63\x72\x2e\xa0\x14\xfb\x06\x43\xd4\xf2\xb2\x7d\x0d\x3d\x3f\xf2\xfd\xe2\xce\x8f\xec\x05\xbd\x53\x49\x7b\x41\xd9\xfe\x6e\x68\x35\x7a\x5e\x36\x14\x99\x4d\xeb\x06\x8a\xcc\xde\x6e\x04\xcf\x05\xde\x63\x9b\xbe\xe5\x02\xef\xb1\x0d\xe8\xb9\x30\xf6\x6f\x03\x7a\x2e\xbc\x08\xdb\x39\xb6\x92\x84\x76\x93\x54\x0b\xd7\xd0\xbe\x71\xeb\xf6\xfc\xd7\x2d\x42\x61\x37\xc2\x27\x2c\x18\xfb\xe6\x22\xd0\xf2\xad\x6f\x27\x1c\x4f\x42\xf5\xb4\x91\xc1\x86\xcf\x82\x83\xe1\x86\xd0\x22\xad\xb7\x52\x74\xa6\x23\x15\x78\x3e\xce\xe3\xdf\x9b\xfd\x4d\x74\x25\x2a\x89\x09\x5d\xca\x59\x23\x76\x5f\x55\x52\xae\xb2\x06\x66\xee\xda\x7a\x7b\xd6\x3c\x24\x8b\x55\xaa\xe4\xfb\x3a\x5b\x25\x19\xb8\x70\x22\xec\x1b\x0e\x3e\x9b\x14\xb6\xf9\x5d\x7a\x36\x9e\x8e\xb3\x16\x1d\x4a\xc0\x9f\x36\x58\xd6\x64\xe4\x3a\x51\x9b\xc8\xc8\x95\x7d\xc9\xb8\x9f\x72\xd6\x14\xec\x06\xd4\x3c\x35\x86\x0d\x35\xce\x30\xa0\x0e\xa7\xdb\xee\x56\xfd\x49\x9c\xbd\x8d\x0a\x2a\xa0\x33\x76\xb2\x74\xb5\xfc\xd7\xa3\xc5\xb4\x30\x2a\xa8\xe0\x42\xd9\x46\x05\x95\x93\xbb\x71\x47\xf5\x67\xb7\x31\x95\x4c\xc1\x96\xb4\x3b\x37\x01\x14\x27\xa5\xee\x6a\xe4\x71\xdc\x1d\x8f\xc4\x15\xd1\xe4\x65\x67\x0a\xf6\x35\x8e\x7d\x4b\xb0\xa1\xe4\xff\xd8\x9d\xab\xc0\x99\x4f\xed\xea\x4d\x3f\x4e\x5f\x74\xb8\xca\xf4\x49\x6b\xf3\xd4\xf9\xd4\xd8\x98\x3a\xbc\x67\x67\x1a\x60\xde\xb3\x23\x3f\xfa\xb3\xe8\x99\x60\xe4\x50\xc9\xbd\xa7\x73\x71\x38\xf3\xd4\x17\x87\xf7\xe5\xea\xa7\x54\xd2\x9e\xe1\xfc\x87\x5b\xc5\x2b\xaa\x41\x95\x1d\xcf\xc8\xa1\x82\xf9\x6e\x77\x88\xd1\x5e\xd1\x57\xb5\x2b\xa2\xaf\x6a\x57\x2a\xe5\x9b\x4f\xfa\xd1\xc4\x68\x35\x23\x62\x3a\xbf\xd8\x27\xfa\xa6\x05\x74\x86\x57\x5b\xcd\x90\xf8\x0a\x52\x39\x85\x8c\x2c\x2a\x25\xad\xdf\x34\x81\x3a\x7b\x45\xd5\xf4\xab\xc9\xd0\x6a\xc6\x64\x73\xdb\xa4\xbd\xa0\x1f\x32\x3f\x7d\x7b\x6e\x99\x90\x24\xb5\x9b\x79\xd9\x38\x4a\xc6\x73\x90\xc7\x8e\x6d\x7a\x10\xdd\x8c\x5e\x6f\x30\x51\xa2\xa2\xb6\xc1\x44\x05\x76\xab\x3d\x88\x76\x46\x9f\x1a\xc4\xe2\xa1\xbb\x0f\xe2\x9b\x19\x7c\x83\x89\x3a\xec\x86\xdb\x60\xa2\x12\xd5\xd8\x60\xa2\x0e\xdb\xe1\x36\x98\xa8\x44\x5d\x27\xdf\x57\xce\x21\xa3\x89\x4a\xb4\x6c\xa3\x89\x4a\x34\x5c\xa3\x89\x4a\x14\xe7\xe1\x55\x13\xf5\xdd\x39\xbf\x0a\x80\xae\x6d\xac\x51\x69\xa9\x95\x97\x0d\x61\xcc\x7b\x98\xf3\x0f\xdb\xfa\x1e\x70\xfe\x71\xdc\x8f\x09\x00\x81\x26\xc8\xaf\x87\x2f\x64\x0b\x7b\xd4\x72\xd5\x82\x39\xe9\x4a\x7b\xbc\x4c\xa2\xef\x0e\x03\x5d\x67\x2a\x6c\xce\x36\x34\x40\x18\x64\x6a\xa4\x29\x9b\xd7\x44\xf2\x4e\x44\x47\x98\x50\xa6\xc7\xcc\xa0\x1c\x40\x05\x2e\x8f\x6d\x5e\x98\x5e\xdb\xbf\x37\xfb\x90\xc6\xf0\x4f\xe5\x07\x2a\x39\xd7\x97\xe1\x66\x98\xcd\xf7\x42\xa7\x66\xc3\x56\x7e\xa0\xf3\x06\x1a\xbc\x17\x9e\x0c\x0e\x63\xa7\x00\xba\x72\xef\x72\x0a\xa0\x2b\x57\x76\x91\xcc\xb4\xec\x51\x2b\x1a\x76\x3e\xe5\x16\xd0\x10\x1d\x11\xcb\x5c\x5b\x78\xd5\x38\x54\x96\x9d\xb7\x3d\x05\x4f\x6b\x78\x79\x57\xe4\x1b\x9c\x55\x4e\x08\x74\xe1\xe0\xdc\x4e\x08\x54\xe1\xcf\xdb\x26\xac\xb9\xb3\x9f\x2d\x73\xfb\x32\x6c\x22\xac\x39\xef\xf3\x4e\xb9\x3e\xd3\x47\x3e\xf5\x99\xce\xc1\xb6\xd0\x52\x46\xaa\xe4\x53\xe2\x8e\x28\xe3\x5e\x9a\x3e\x3d\xdd\xd3\xff\x36\xb7\x30\x09\x17\x70\x9a\x23\x22\xb3\x9d\x7e\x01\xbc\x90\x41\xc7\x83\x9c\xe6\x60\xab\xc8\xbb\x22\x28\xec\xe8\x0a\x49\x0f\x74\xe7\xd3\xe1\x81\xcd\xcb\xba\x7a\xa7\x83\xa5\xb0\xd4\x3b\xa3\x6e\x85\x25\x97\x3d\x53\xe3\xf4\xdc\x34\x96\x83\x04\xa0\xca\xdd\x30\xe5\xb4\x9e\xa2\x6c\x96\xe6\x24\x5e\x5c\x48\xd1\xf3\x93\x4c\x88\x8b\x08\x54\x39\xa8\x1d\xcb\xc8\xb3\x12\x89\x33\x2e\x05\x79\xed\x66\xae\x89\x90\xe4\x48\x85\x1d\xbb\xcf\x29\xbc\xa2\x83\x30\x25\x9e\x0d\xb3\xc6\x32\x63\xc8\x4c\xc3\xbd\xb8\x81\xcc\xe0\x43\xde\x1b\xb6\x79\x94\x9b\xcd\x6e\xca\x0d\x40\xfc\x39\x85\x98\xd6\x2d\xfe\x9c\x67\x61\xe7\x53\xf3\x43\xb2\xf5\x18\x50\xd3\x3b\x13\x64\xe3\x8d\x66\xd2\x8a\x43\xa7\x45\x41\x34\x87\x0e\x41\x8f\x5b\x1c\x3a\x35\xb6\x23\x63\x6d\x72\xac\x80\xb5\xa9\xdc\x14\x84\xb5\x29\xc4\x5d\x6e\x13\xec\x9c\x78\xde\xb6\x08\x76\x1a\x5e\xe2\xbd\x1d\xb7\x4f\x57\xc3\x92\x13\x73\x8a\x59\x72\xa0\x62\xdb\x26\xc2\x89\xae\x11\x22\x1c\x4e\x85\xed\xdb\x61\x5a\x09\x4e\x9f\xdb\xee\x46\x69\x66\xdb\x37\x13\xce\x15\xf3\xac\x73\xf2\x5c\xf8\x88\xb7\xc1\x36\x17\x5e\xe0\xbd\x0d\x92\xe7\x2a\xb9\x31\x9e\x33\x7b\x37\x4a\xf2\x9d\x82\x21\x84\x4b\xc1\xd2\x99\xd3\x47\x3e\xc5\xdf\xd6\x30\xe5\xd8\xba\x05\xbd\x69\xf3\x7d\xe8\x13\x30\xe5\xc2\x60\x9a\xe6\x98\xc1\x34\xad\xd9\x4e\xa8\x37\xf3\x1b\x87\xff\xe5\xa1\xdd\xd4\x5c\x44\x9c\x73\xe7\x8a\x1d\x09\x58\x0e\xb8\x85\x0d\x7f\x4e\xcd\xa7\x66\xda\x1d\xf9\xa9\x1d\x90\xf5\x3f\xa8\xf1\x4e\xc8\x73\xc5\x4c\x0d\x82\x27\x07\xc6\x07\x97\x10\x55\xfc\x70\xbc\x73\xd8\x28\xe7\x4e\x8b\x9d\xdd\x28\x9d\x4a\xc0\xe7\xfe\x70\xd8\xdf\x11\x97\xfb\xa5\x20\x2a\x3f\x23\x9b\x5d\x48\x73\xb8\xde\x7c\x1c\x32\xcd\xc0\x7d\xcc\x90\xc8\xf1\x6c\x24\xcd\x15\x83\xf6\xc7\x5c\x26\x44\x16\xee\x0f\xa1\x26\x9c\x2e\xc2\xd9\xb4\xc1\x34\xfc\x4c\xce\x46\x6a\x3f\x99\x1f\x54\xd0\xfb\x6f\x6c\x87\xce\x9b\x93\x98\xba\x2d\x9e\x9c\x92\x1b\x25\xbc\x38\x39\x82\xe1\xc5\x89\xc5\xf7\x83\xcf\x99\x65\x03\x31\x4e\x0c\xe9\x26\xc6\xb9\x41\x6b\x6e\x27\xc7\xe9\xf1\xa3\xc1\x8c\x13\x2d\x0f\xd8\x4e\xd4\x3a\xc3\x76\xae\xb8\x09\x0c\xdb\xb9\xe2\x53\xf8\x38\x2f\xc1\x4c\x49\x36\x2e\x94\x7c\xea\x6b\x2e\xab\x4e\x20\x9e\x96\x33\xce\xe9\x71\xae\x68\x2a\x9f\x50\x20\xf2\xae\x95\x58\xb8\xb3\xb6\x51\x3d\x05\xae\xb2\xfd\xf1\x95\x91\x6b\xec\x27\x3a\x6c\x4a\xf2\x84\xe1\xd8\xfd\xa0\xc3\xbe\xbf\xb5\x0e\x5b\x52\xb0\x6d\x7e\x99\x14\x4e\x75\x98\x8e\x01\x97\xc1\xbd\xef\xb3\xbd\xc1\xf8\x37\xce\x9d\x53\x08\xb9\xdc\x21\xe4\x61\x47\xfe\x92\xd3\x03\x85\xd6\xb9\x73\x2a\x91\x57\x1b\x82\x1e\x62\x20\x37\x04\x3d\xd1\x4f\x0c\x01\x2a\xf1\x89\xc2\xd0\x93\xc3\x54\x88\xa0\x0a\xf6\x73\x3b\x77\x4e\xfa\x05\x3c\x50\x2e\x06\xdf\xc1\x70\xe4\x37\xde\x7e\x38\xf2\x9c\x3c\xa7\xc4\x36\x60\x48\xd0\xe8\x2d\xa2\xc2\x3f\x6a\x24\xe1\x48\xe0\xa8\xde\xdf\xc9\x6c\xa3\x4a\x93\xd9\xc6\x7f\x50\x41\xd2\x76\x22\x3e\xe8\xe2\x2f\x2a\x08\x6b\x4b\x29\x71\xda\x38\x53\xb0\xed\x24\x33\x05\x33\x81\xf2\xa9\x27\x10\x12\x66\x12\xe6\x9e\xa9\x7f\xb2\x57\x39\x3d\xce\x80\x87\x69\x2b\x3d\x4e\xcb\x71\xf9\xc5\x1d\xda\x53\x90\x6f\xe1\x3d\x05\x79\x4a\xbc\xa2\x80\x72\x6c\x13\x4e\x78\x53\xe0\xf5\xdb\x4e\x78\x43\x8a\xa7\xfd\xe5\x22\xc6\x69\x69\x34\x51\xa9\xac\x86\xaf\x29\xaa\x33\x70\xde\xa4\x99\x69\x5f\x68\xa6\xd9\x26\x9c\xa5\xa6\x44\x57\x31\x98\xa8\x44\x57\x31\x98\xa8\x34\x96\x8a\xe1\x42\x25\x7a\x9a\xe1\x42\x03\x06\xb6\xfd\x33\xc5\x18\xdb\x44\x60\x3a\xac\x1c\xe1\x72\x5a\x2e\x52\x24\x75\x89\xdb\xe6\x07\x0c\xec\x7d\xd7\x6b\xee\xdf\xd9\xf2\xf6\x8f\x6b\xff\x95\x2f\x9d\x99\xfe\x88\x28\xff\xe6\xf1\xfe\xc6\xb3\x9d\x99\x66\x6a\x9e\x4e\x1c\xdf\x16\xf9\x4e\xcb\xa6\xf7\xc3\x07\xce\x86\x12\x54\x4e\x3e\x85\xc2\xfc\x8a\xc8\xa5\x8a\xdf\x6a\x94\xef\xab\xe6\x5b\xa7\xb9\x66\x00\x9c\x9b\x65\x90\x0d\x61\xff\x08\xe2\x4f\xcf\x18\x52\x46\x4c\xc3\x36\x87\xce\x20\xba\x60\x9b\x43\x67\x10\xd3\xb0\xcd\xa1\x33\x80\x28\x6f\x23\x73\x46\x8e\x1d\x23\x73\x6a\xb4\x1d\x48\x74\x40\x03\x6d\x93\xe8\xcc\x1c\xc0\x26\xd1\x99\x07\xa7\xd2\x1f\x9e\x61\xd4\x28\xd3\xcc\xcc\x18\x9e\x84\x91\x79\xc4\x3c\x35\x93\x17\xb6\x32\x67\x30\x99\x31\x26\x99\x3c\x66\xd8\x50\xf3\x1b\x02\x17\x5c\xe6\x25\xfb\x0d\x21\x02\x2e\x7b\x9e\x7e\x43\x14\x0b\x5d\xfe\x88\xdf\x90\x23\xd5\x5e\xbf\xdf\x90\x77\xf3\xb2\x05\xea\x37\x2e\x77\xb0\x3d\x6a\xbf\x71\x6d\xef\x27\xba\x6c\xfe\x86\x03\xe1\x47\xbf\x5d\x8e\xa3\xd9\x87\x49\x27\x7e\x43\xae\x46\x68\x79\x1e\x69\xf9\xa1\x7f\x63\xf7\xdb\x70\x6e\x9f\xdf\x50\x78\xef\xed\xa8\x8a\xdf\xc0\xe1\x63\xe0\xd3\x6f\xd8\xb9\x32\x4c\x1d\xf4\x88\xf3\xff\xfe\xdf\xb0\x59\xe1\x91\x3e\xff\xe3\x06\xfa\x0d\x02\x3d\x0d\x52\xff\x8d\xe6\x43\xd2\xf6\x8b\x47\xec\x7e\x3a\x10\xff\x2c\x4e\x89\x22\x03\xaf\xce\x54\xf4\x1b\xb6\xba\x8e\xde\xdd\x1a\x85\x18\x16\x93\xd4\xfe\xc8\xfd\x3f\x7a\xb7\xe8\xbc\xfb\xa3\xf7\x8a\xa8\xcd\xf2\x74\xb1\x44\xb5\xf5\xee\x3a\x0c\x98\xd2\x67\xc4\xd3\x4f\x5d\x7f\x45\xda\xdc\xa6\xae\xf9\x39\xa5\x36\xf9\x09\x7e\xce\xa1\x5d\xae\xe2\xfa\x91\x54\xb9\x77\x44\x65\xa6\x77\x9c\xc7\xcf\xa9\x89\x9f\x87\x16\x9d\x4d\x17\x2c\xcc\x8f\x44\xb0\xa3\xf7\x89\xe8\x94\x09\xad\x21\x3e\xe3\xd6\x19\x0b\xdf\xb8\x46\x1f\x1e\x72\x5d\x6f\x8c\x6a\xf8\x39\xa7\x64\x3f\x78\x64\x6d\x71\xf8\x9a\xf1\x23\x43\xe3\xe8\xc3\x7d\x62\x7d\x6b\x1c\x74\xa7\x70\xb8\xf5\x64\x06\x1a\x86\x5b\x4f\x66\x83\x81\xb7\x67\x6f\x17\x62\xf7\xa7\x0d\xf1\x63\xf1\x46\x7c\xa6\xf9\x70\x53\xe0\xab\x3b\xe8\x14\x1d\x53\xf5\x3a\x5c\x23\x1d\x18\x75\x32\x97\x0d\x38\x1d\x07\x5d\xe4\xdd\x7a\x1c\xf4\x89\xd1\x9c\xde\x7f\x1f\x49\x49\x00\x4f\x37\xd4\xac\x64\x23\xed\x36\xca\x70\x1c\xb4\xc5\x7b\xd2\x30\xd5\xf1\x6f\xfc\x89\xcc\xb4\xf0\xd0\xf8\xb8\x6a\xda\xd5\x1f\xe9\x8a\xc6\x41\x97\x99\x2a\x6a\x1c\x74\xd9\x1f\x8d\x61\xf2\x9a\xd1\x89\x54\xcb\x3f\x67\x03\x3a\x8f\x93\xfa\x0b\xac\x36\x06\x0d\xff\xa3\x71\xe3\x9f\x68\x9a\x1f\x99\x6b\x86\x51\x62\x3f\xb2\xb5\x0c\x93\x59\xfd\xc8\xd6\x52\x0d\x47\xfe\x91\xad\x65\x98\xc2\xe9\x47\x3e\x96\x61\x1e\xa6\x9f\xf3\xb1\x54\x87\x6a\xfc\x9c\x8e\xe5\xbc\x8d\xda\xfb\x91\x35\x65\x98\x31\xe9\x47\xfe\x92\x61\x0a\x93\xdf\x34\x24\x66\x98\x28\xe3\x11\x75\x60\xdb\x76\xfa\x88\xeb\xd9\xbd\x4e\x24\xaf\x28\x13\x65\xfc\x9c\xcf\xa1\xd8\x5b\xfc\x23\x9d\x43\x35\x7f\xcd\x23\x2e\xbf\xeb\xfa\x3b\x29\x03\xc9\x7d\x1f\x91\x4a\xb8\x39\x97\x17\x86\x73\x89\xfc\x66\x19\x26\x82\xf5\xc3\x22\x2b\x9c\xd9\xa0\x7e\xb3\x7a\xac\x9c\x60\xe5\x37\xed\xe8\x1f\x66\x3b\xff\xcd\x9a\x74\x7c\x05\xb1\xff\xcf\x45\xf0\x88\xc3\x4f\x5d\x7f\xbc\xc5\x95\x6f\xed\xf1\x45\xcd\xf9\x39\x09\xc2\x49\xd0\xee\x6f\xda\xbf\x43\xc2\xab\x1f\xec\xf8\x83\x5d\xd6\x9c\xf0\x86\xdf\xff\x4c\x09\xef\xd8\x80\xdf\xb4\x6d\x9a\x4c\x7d\x3f\xf8\xd7\x8f\x9b\xfe\x1d\x63\xfc\x2f\x7d\xe0\x6f\xda\x58\x49\xda\xeb\x9f\x69\xbe\xcf\x71\xd2\xfd\x73\x21\xba\xe9\x4e\xf2\x3d\xcc\xc2\xf2\x83\xe9\x78\x38\x4a\x5f\x11\x51\x16\x2b\xa2\xc3\xde\x19\xac\x3d\x78\xf9\x46\xbc\xff\xef\xff\x75\x5f\x9d\x7e\x93\x5b\xae\x03\xdd\x7e\xa6\xfe\x3c\x8f\xbb\x45\xe4\xa9\xab\x0c\x42\xdc\xf1\x74\x3f\xd3\x2d\x9e\xe3\xa4\x7d\x56\xaf\x86\xb3\xba\xfe\xe0\x88\x1b\x0e\xd4\xfb\x99\x57\xed\xb6\x0e\xfd\x9b\x7f\xfb\xff\xc7\x54\xf9\x33\x5f\x57\x18\x1f\x7f\x90\x5c\x11\xb7\xff\x33\xd9\xcf\x23\xaa\x3d\xeb\x72\x0c\xb8\x13\xb5\xfe\xd6\x85\x19\xc4\xa7\x69\xa8\x04\x1c\x7c\xf0\x88\xc6\xad\x79\xa0\x17\x8e\x67\x3b\x84\x7f\xab\x39\x3f\xa2\x1d\xb3\xbf\x65\xb7\x6d\xb3\x87\xf4\x11\xc5\x9b\xe2\xd8\xa1\x47\x74\x73\x5f\xd1\x6c\x50\x1e\xbf\x75\x33\xba\xde\xe0\x97\x67\x54\x77\xf0\xed\x23\xba\x1a\x1e\xdd\x75\xfb\x50\x3f\xdf\xa7\x1f\x5b\x7e\x2f\x44\x4f\xfb\x46\xad\x8c\x19\xb3\xd7\xfa\x11\xb5\x33\xda\x29\xf8\x88\xcd\x4f\xa9\x15\x6b\xe4\xa6\x28\x33\x29\x94\x14\x45\x4f\xd2\x75\x37\x96\xbe\x14\xb5\xed\x9f\xbb\x29\x8a\xce\x39\xf9\x16\x72\xc1\x93\x6f\x9d\x87\xbb\x33\x82\x76\xf5\x0d\xce\xee\xd5\x19\x7c\xef\x1e\x8e\xff\x3f\x61\xab\xf8\x11\xe3\x3f\xcc\x62\xff\x23\xc6\x1f\x66\x8b\x1f\x31\xfe\xe3\xf4\x26\x40\x60\x3e\x74\x0a\x3f\x02\xf3\x07\xe7\x0d\x81\xf9\xdd\x71\x1e\x3f\x07\xdf\x3f\x3d\xc9\x7f\xe9\x3a\xe6\x95\xbd\x6c\xe3\x62\xf4\x3b\x5d\x77\xe5\xe5\xdb\x4f\x53\x54\x77\xc9\x03\xd1\x86\xc4\xeb\x9f\x16\xf8\x1f\x81\xf2\xdd\xd1\x26\x3f\xa2\xdb\xbb\x11\xda\x3f\x62\xd4\xbb\xd1\xdd\x3f\x02\xcb\x89\xc0\x7d\x44\xf7\xeb\x45\x2d\xdc\xaf\xc6\xed\xff\x88\x07\x8f\x92\xb1\xbc\xa5\xe0\x50\xf8\x11\x98\x8d\x49\xf5\x47\x60\xf6\xb8\x98\x65\x76\xa5\x74\x83\xcd\x1e\xb1\xf8\x69\x47\x74\xad\x5a\xbe\xfd\xb8\x28\xfe\xbb\x3c\x35\xac\x7c\x11\x13\x8d\x49\xe2\x11\x5d\x0d\x6f\xbd\xc4\x09\x77\xa3\x9c\x7f\x04\xfb\xf6\xc2\xa4\x73\x96\x84\x71\x31\xf8\x93\x38\x0c\xeb\x04\x44\xe5\x76\xce\x72\x07\xcf\x3e\x4f\x79\x39\x0d\xac\x88\xb6\xf5\xb1\x5e\x27\x0d\x64\xb4\xa7\x1b\xc8\x59\xbe\x26\x0d\x1c\x79\x6a\xea\x08\x56\xa4\xa3\x69\x3b\x4a\xec\x9a\xce\x8e\x51\xd9\x36\x14\xf5\x1a\xda\x89\xdf\x9a\xbb\xff\xcf\xa8\xfc\x88\xb6\x14\x32\x46\x72\xf2\x3c\x4f\xdd\xb1\xd1\x0b\xcb\x40\xf4\x64\xb8\xf2\xd4\xc6\xeb\x36\x11\x3d\xfa\x05\x11\x14\xc6\x88\x68\xe3\x08\x0b\x74\x31\x7f\xad\x0a\xac\x45\x13\x66\xc4\xff\x1f\xcd\xce\x23\x8e\xff\xf1\xdd\xfc\x96\xfd\x10\xad\x53\x67\xb4\x55\x47\x27\x3c\xe2\xf5\xbf\xe0\x98\x9f\x63\x6a\x03\xfe\x7d\xc4\xdf\xff\xb0\x21\x8f\xf8\xf7\x3f\x0c\xc0\x6f\xad\xfd\xff\xf3\xf2\xff\x08\xa3\xc5\xab\xf5\x88\xed\x7f\xce\x85\xdf\x1b\xef\x6a\x1d\x90\xa0\xd5\xd6\xd9\xcb\xf7\xff\x3f\x43\xd3\x23\x7a\xd6\xd5\x86\xa8\x11\x4c\xc9\x9b\x7e\xae\x37\x62\xff\xbf\x37\xd9\xd3\x23\x7a\x4e\x32\x82\x8a\x53\x7d\x5e\xee\x88\x34\x70\x20\x4a\x5b\xab\xec\x6d\x26\x8e\x6f\x9d\x85\xb3\x39\x43\x1a\x75\x56\x6f\x8c\xca\x5a\xd8\xc1\x72\xd3\x84\xed\x1d\x88\x63\x61\xb3\xf6\x59\xbf\x8e\xf5\xec\x85\x05\xbb\xe9\x0d\x16\x2c\xda\x7d\xa5\xbd\x1f\x36\x51\x16\xec\x87\xf6\x36\x17\xf5\x61\x69\x30\x91\x1c\xe2\xd8\xb8\x45\x2e\x5b\x48\x1b\xd7\x46\x87\x2d\x3e\x62\x41\x54\x3f\x57\x56\xf7\x87\xd5\x7d\x47\x74\x3f\xb3\x06\x6d\x13\x85\x64\xf6\xe7\x40\xc6\xe7\x29\x75\xb6\xde\xe2\xc0\xd1\x1f\xe1\x7d\x17\x7a\xcb\x82\x9a\x9b\x2b\xdd\x82\x9a\x9b\x73\xdd\xb6\xbe\x72\x94\x7c\xea\xff\x50\x30\x17\x94\x3a\x23\xfa\x3f\x93\x97\xbd\xd6\x1b\x73\xe1\x4b\xeb\x59\xcd\x26\xd1\x26\x19\xdf\x8f\xa8\x38\x98\xc8\x7f\x44\xc5\x8d\xc6\x3e\xf1\x25\x6f\x12\x9b\xf7\xd7\x79\xfa\xc7\x51\xfe\xbd\xef\x3b\xfb\xf2\x68\x9c\xd4\x64\x5f\x1e\x1c\x46\x0e\x83\x1b\xed\x8c\xe8\xe5\xca\x08\x39\xfd\xf2\xb0\xb7\xe9\x47\x1c\xdc\xb0\x93\xe8\x47\x1c\x1c\xf1\x03\x3f\xe2\xe0\x46\x3b\x23\x7e\xfd\xd4\x53\xc1\xd1\x6a\x20\x78\x7e\x8e\x56\xeb\xe7\xc8\xc3\xee\x87\x05\x51\x7b\x57\xbb\xf2\xee\xf4\xd3\x8a\xe8\x5a\x5c\x79\xd9\xb5\xa0\x8e\x0e\x56\xc3\x06\xf9\x23\x58\x6d\x34\x76\x36\xdf\xe0\xee\xc1\x76\x64\xdb\xd6\x68\xcc\x7c\xb8\xa2\x47\x4a\x7e\xe6\x67\x1d\xec\x46\x3f\xd2\xb8\xb1\xcd\xdb\x3e\x35\x1a\x6b\xf7\x47\x16\x7a\x36\x54\x8c\x4a\xed\x15\x7f\x16\x27\xa2\xeb\x98\x6f\x6d\x5c\x69\x6c\x99\xb6\x22\xb5\xc1\x46\xfe\x73\x1a\xa0\x16\xe9\xff\x63\xec\x5d\x72\xad\xc9\x95\xeb\xe0\xbe\x46\x71\x66\xf0\x67\xf2\x19\x01\x5c\x9c\xce\xdf\xb6\xe7\x40\xee\xcd\x34\xd4\x90\x74\x71\x2d\xcd\xdf\x60\xac\xb5\x98\x25\xcb\x76\x15\x0a\x85\x8f\x5c\x27\x37\x93\xc9\x47\x30\x18\xcf\x89\x67\xd9\x45\x44\x38\x32\xd2\x26\xc6\x4b\xae\xac\xc2\x65\xcb\x2a\xf7\x2a\x5c\xb6\xaa\xf1\x34\x7d\x38\xe8\xf5\x66\x15\x83\x4e\x72\x03\x27\x2d\x71\xbb\x0f\xc7\x9c\xd4\x06\xb1\x8c\xad\x9e\x96\x9e\xdf\x1f\x73\xee\x02\x4a\xa3\xaa\xda\x75\x7c\x0e\x29\x04\x22\x1b\xd3\xbe\x65\xd1\xc1\xcb\xe0\x5a\xb9\xe8\xe0\xc5\xc8\x25\x8b\x0e\x5e\x56\x49\xd5\xc2\xf3\xca\x4c\x9d\xe0\x84\x70\x64\xe0\x87\x45\x37\xff\x45\x3f\x2c\xab\x7a\x2d\x84\x3a\x55\x0d\x83\x03\x37\xb2\x3b\xcf\x60\x8a\x3e\xbe\xe7\x8f\xc9\xfe\x97\xfc\xa5\x60\xfd\xb1\x26\xc2\x01\x1b\xf4\x52\xbb\x7a\xff\xfe\x30\x84\xfc\x82\x0b\x14\x15\x95\x6b\xf2\xd2\x0c\x59\xef\xa2\x3f\x11\x53\x2f\x2e\xf8\x13\x75\xcb\xac\xe1\x6e\x0b\x15\xd6\xa2\xe7\x8e\x41\x5d\xb1\xe8\x8d\x63\x15\xfc\x0a\xfd\x6f\xac\x76\xbe\x07\x0c\x19\x72\x22\xae\x89\x54\x98\x4c\x2f\xb0\xab\xe8\x05\x98\x0c\xfa\xaf\x74\x1e\x8d\xf4\x3a\x61\x0a\x81\x45\xbf\x12\x66\x1f\x58\x74\x15\x31\x68\xdd\x96\x5c\x45\xe0\x5b\xbe\x26\xd3\x5b\x42\x2a\xbb\xe8\x2b\x42\x8f\xe1\x45\x07\x10\x3a\x75\xec\x2a\xd6\x90\xb3\x57\xe1\x32\x8c\x78\x75\x0b\xee\x20\x39\xeb\xad\x83\x97\x1c\xbe\x15\xb4\x11\x8e\x64\x8b\x1e\x1e\x86\x0c\xc8\x8b\x1e\x1e\x15\x2e\x5c\x4b\xbe\x14\x30\xe3\xd8\x55\x7c\x0f\x96\xea\x4c\x1c\x1a\x2c\xce\x99\x70\xe7\x81\x7d\xf0\xae\x7e\xf0\xd7\xc6\xea\x17\x7f\x65\x15\xe7\x33\xcc\x31\x77\x15\x5f\xdb\xd8\x14\x38\x75\xd8\x8b\xec\x6a\xc7\x5f\x13\xab\x86\xbf\xaa\x8a\xa1\xc1\x82\x9b\x09\x73\x0f\x83\x85\x5d\x65\xcb\xc6\x6a\x7c\xfe\x9f\xdb\x54\xee\x47\xf1\x3d\x95\xaf\x19\xf8\x9e\xce\x2a\x3c\xfd\x1a\xce\xfd\x49\xb1\x6d\xe3\xf7\x64\x6c\x91\xc6\xef\x81\x3b\x86\x35\x7e\x00\x3c\x2e\xac\xb1\xc7\x05\x21\x14\x10\x23\x74\x57\x07\xfe\xda\x58\x85\xf1\x06\x5f\x54\x90\x5a\xe2\xe2\xb0\x16\xec\x0a\x44\x49\x5a\xf4\xa3\x68\x94\xcc\xcc\x82\x65\xd2\xba\xaa\x68\x8a\x9d\x44\xc0\x4a\x6b\xdc\x07\x45\x4e\x45\xec\x33\xbf\x88\xdb\x02\xfe\x0e\xd6\xb8\x2d\x28\x7d\xc9\xfc\xa0\x81\x2f\x68\x7a\x16\xaf\xe5\x26\x61\x6a\xcd\xc6\x4d\x02\xc7\x84\x46\x49\x24\x1d\x13\x0c\x31\x21\x16\x3d\x11\x0c\x91\x07\x16\x3d\x11\xda\xa5\x3e\x22\x73\x1b\x05\x8c\x74\x11\x30\x38\x63\x2e\x5a\xfd\x37\xca\xd5\x60\xc8\x7f\x1b\xdc\x54\x17\x2d\xf9\x1b\x65\x65\xb0\x49\xf7\xcc\x1d\x04\xa3\x73\xa3\xdc\x60\x56\x0a\xda\x71\x79\xa0\xe5\x78\x23\x05\x87\xe5\x78\xbb\xb9\x0d\x98\xb5\x13\x51\x01\x16\x6d\xc1\x0d\xe6\xeb\x8b\xf6\xdc\x06\x4b\xf1\x45\x03\x67\x86\x6f\x58\xb4\x4a\x2e\x5a\x27\x48\xe9\x68\xbc\x91\xd3\xc0\xd4\x78\x23\x87\x59\xe8\xae\x3a\xab\x10\x9f\xe3\xce\x4d\x53\xcf\x96\xf8\xa2\x4e\x19\x3e\xee\xdc\x33\xa2\xb5\x65\x18\x70\x2f\x5a\x60\x1a\xaf\xdc\xb4\x93\x34\xde\xa2\x69\x09\x29\x49\xed\x34\xca\xa0\xf9\xf1\x14\x6b\xc1\x8a\x7e\xc1\x90\x6e\x57\x31\x70\x08\xb5\x65\xbc\xdd\x4e\x53\xcb\xc6\x6a\x68\xd9\x44\x8b\x98\x5d\x0f\xa6\xb9\x6b\x3a\xd5\x19\x1c\x48\xdc\xf6\xc8\xb8\x4c\xdc\xdf\x8c\x57\xdf\xe9\x7c\x2d\xae\xaf\xd3\xa9\x1e\xe0\x7a\x74\x98\x60\xf0\xbe\x0a\x4b\xbb\xbb\xf1\x5a\x45\x33\x37\xe3\x25\x93\xb6\x6a\x15\xd9\x50\x16\xcc\xc6\x9c\x77\x3d\x1a\x82\x19\x2f\x86\x30\x04\xbb\xeb\x45\xfa\x08\x9b\xac\x9e\xf9\x5a\x5c\xa3\x3a\xc2\x44\x3f\xb6\x20\x9b\xc1\xf4\xed\x2a\x6c\x28\x63\x94\x77\x15\x37\xdf\xa0\x53\x8f\x81\x53\xe9\xb0\x2d\x7e\x90\x06\xfe\xee\xb0\x13\xda\x55\xdc\x23\xcc\x58\x85\xb1\x66\xef\xac\xe2\xbd\xa6\x2a\x5e\xd4\xf9\xf0\x64\x34\xa5\x78\x2f\x93\x90\x77\x1c\x0f\x0f\xb3\x7f\x77\x5c\xb1\x1f\x8a\x9b\x3b\x38\xc0\x87\xe9\xbf\x3b\x2e\xd1\xbb\x3a\xf0\xd7\xc6\x2a\xde\x1b\x4b\x7d\x57\x21\xaa\xb9\xf9\x22\x88\x14\x2c\xf1\xb7\x03\x1f\xa8\x96\x29\x43\x48\xfc\x6d\xcc\x58\x87\xd0\xeb\x81\xa8\xfa\xee\x56\xf0\x22\x04\x3e\xef\x48\x60\xf8\x30\x9b\x73\xb7\x82\x3e\xc3\xf1\xb0\x83\x97\x79\x98\xe3\xb8\x23\x7e\xc1\xc3\x1c\xc7\x7d\x73\x6a\x7f\x42\xf2\x1f\xa4\x38\xde\xcf\xb2\x17\xe8\x23\x74\x50\x0f\x85\xe2\x1d\x9a\xd1\x87\x42\xf1\x9e\x92\x1e\x46\xa7\x2a\xbe\x1e\x79\x8c\xbb\x55\xf4\x22\x21\x41\x10\x92\x66\xef\x2a\x22\x53\x15\x55\xf9\x70\x63\xb5\xe0\xaf\xf8\xdc\x34\xd8\x2b\x54\x11\xb0\xbb\xc3\x67\xf6\x61\xd2\xe3\x8e\xfc\x1b\xbb\x8a\x9b\x7d\xe7\x5f\x31\x27\xf0\xb7\x7d\x3c\x73\x4e\xac\xb1\x7a\xe3\xaf\x95\xd5\x84\xbf\xf2\x45\x58\xbf\xd0\xb3\xec\x2a\x06\x12\x6b\xd0\x33\xf8\x0a\x38\x26\xef\x2a\x9c\xa5\x0d\x63\x95\x11\x7a\x0b\xa6\xe5\xbb\x8a\x0f\x54\x53\xbc\x25\x5f\xec\x15\x65\x06\x9c\xcf\x4c\x79\x12\x87\xbd\xf0\x8b\x12\x1e\x86\x9f\x8e\x69\x24\x21\xc3\x35\xc4\xbe\x7d\x98\xe0\xd7\xd4\x0d\xca\x43\xa1\xae\x7e\x98\x23\xd7\x10\x39\x7e\x57\x0b\xaa\x7c\x18\xe2\x6e\xe7\x72\x46\x78\x54\x73\xae\x23\x7a\x42\xc0\xce\xf3\x61\x6a\x5b\x73\x76\x92\xf2\x50\xe7\x62\x87\x97\x01\xf5\xe2\xbb\xba\x7e\x8f\x5e\xfc\x41\x46\x5a\xe9\xc5\x1f\x57\xc4\x4e\xae\x5f\x08\x17\xcd\xb9\xcc\xfa\x1f\xd5\xe4\x8f\x1b\x6f\x95\xd9\x58\x05\x87\x96\x9d\x55\x6c\xee\x3b\xb1\x0a\x41\x4e\xb9\x59\x85\x95\x40\xc3\x6f\x9d\x03\x5b\x12\xab\xc8\x53\x5c\x32\xab\xfc\x6d\x61\x15\xbf\x35\x34\x05\x41\x5d\xcf\x5c\xc0\x4e\x2a\xc2\xfd\xea\xa0\x13\x88\x90\xff\x20\xc5\xe8\x9e\x41\x3e\x8c\x2c\xb6\x99\xbb\xcc\x39\xfb\xfc\x5e\x5a\xa7\x42\xae\xf3\x78\x98\x20\xe2\xaa\xb1\x2b\x11\x95\x22\xc6\x78\x5c\xe0\x32\x48\x23\x98\x88\xc2\x48\x23\x90\x40\x62\x57\x8d\xd5\x18\x45\xc3\x0c\x30\x5e\x79\x47\xac\xa9\x07\xb1\x32\x11\x0e\xe2\x41\xa4\x4c\x07\x13\xf1\x50\xa8\xda\x4c\x7f\x64\xaa\xe7\x60\xb5\x1f\xc6\x0d\x6c\xf0\x87\x7d\x06\x3e\xb4\x20\x78\xfe\x43\x63\xf6\x02\x15\xd5\x43\x63\xf6\x02\x7d\xd6\xc3\x83\xb4\x40\x09\xb5\xab\x0d\xd5\xca\x2a\x8d\x9b\xf8\x57\xc6\xe3\x61\x25\xec\x51\x12\x2b\x61\x5f\x05\x09\xdb\xae\x16\x54\xd9\x0c\xcc\x63\x63\xc4\x26\x24\xb3\x18\xf6\xc9\xc8\x84\x9d\x2f\x70\x04\xd9\x8b\xaf\xa4\xe1\xe1\xa5\x4a\x82\xb6\x2f\xb1\x1a\x5b\xb9\xb0\x12\x89\x5e\x9d\x95\xfa\xfb\x83\xc4\xff\x0f\xad\x13\x7b\x65\xa5\xa3\x89\x9b\xd5\x58\x1e\x8d\x15\xa4\xfd\x61\x25\x9c\x9c\x2f\x56\x22\xd1\x8d\x1a\x47\xca\x1f\x56\x9e\xfd\xda\x3f\xb5\xb8\x79\x68\x66\xc8\x21\x86\x91\x21\x07\x38\x4c\x0c\x79\x48\xcc\xc8\xd2\x97\x6e\x3d\xb6\x76\x45\x8f\x85\x63\x75\x47\x65\xef\x54\x64\xa5\x7b\x26\xc3\x5e\x75\x8d\x19\xc2\x5e\xa9\xf2\xc5\xdf\xd8\x79\x58\x22\x41\xfc\xb8\xab\xbb\x4d\xac\x19\x9a\x7d\x81\x50\xc0\xe8\x0b\xfa\xb6\x87\x36\x5f\x39\xb3\xb2\x3b\x85\x55\x48\x3b\x2d\x9c\xb3\x13\x61\x51\x0a\x78\x92\x5d\x0d\xd3\x98\xc6\x4a\xc1\xc0\x5f\xac\xc6\x0c\xa9\x12\x81\xc5\xc2\xdc\xe8\xb9\xc6\x65\x38\xa1\x91\xe6\x09\x00\xd8\xb5\x08\x2c\x1a\x00\x02\x32\x94\x08\x2d\x4a\x20\x78\xa7\xd0\x0a\x01\x88\xbd\x5d\xd2\xe6\x79\x02\x48\x58\x07\x71\xef\x23\xc0\xad\xf7\x3e\x31\x60\xe9\x93\x04\x50\x0a\x7e\x3a\x96\xb9\x5e\x52\x3e\xc0\x04\x70\x1d\xe0\x83\x36\x5e\x00\xd9\xaf\x37\xb5\x06\xc0\x0c\x7d\xf7\x69\x94\xbc\x76\xd1\xc7\xc1\x5f\xbd\x47\xaa\x43\x02\x48\x2c\x91\xd4\x53\xb8\x9a\xb7\x60\xbb\x02\x00\xfb\x8e\x34\x9e\x04\x82\x45\x48\x9b\x5d\x24\x10\x14\x21\x84\x9c\x01\x40\x53\xd6\xfa\x79\x0b\x74\x56\x35\xa2\xbf\x01\x40\xa4\x84\x74\x5e\x0b\x2f\x9f\x16\x76\xbf\x04\xe2\x6b\xbb\xe9\xb5\x46\x95\x61\xd6\xb7\x20\x74\x2b\xd2\xef\x05\x00\xca\x54\xef\x33\xb7\xce\x44\x3d\xe9\x05\x2a\x1a\x55\xd7\xe1\x30\x51\xc3\x6c\x8a\x40\x04\x35\xe9\xe7\xe3\xa0\x63\x68\xe1\x7d\x05\x80\x91\xff\xbd\x1f\x00\xb1\x33\xaa\xbe\x05\xf6\xf9\x25\xec\x5b\x00\xc0\x38\xaa\x9c\x21\x04\x71\x28\x61\x57\x03\x80\xb6\x20\x4d\x6d\x40\xc8\xdc\xc3\x74\x98\x40\x74\xdd\x4e\x1b\x7f\x14\x2d\x13\xe8\xb0\x44\xd1\xfa\x80\x6d\x60\x2b\xe9\xfc\x84\xfa\xcd\x4b\x00\xc2\x89\xb5\x72\x16\xff\x62\x60\x19\xb7\x03\x84\x58\x22\x04\x93\x00\x20\x00\x7e\x5f\x0b\xcb\xb3\x16\xf6\xb8\x04\xb8\x1c\xf4\x16\x24\xdd\x42\xae\x59\x02\x9f\x73\xc9\xdb\x00\x8d\x45\x8a\xf5\x17\x28\x18\xc2\xeb\x00\x0f\x3e\x8e\x1b\xc8\x21\xf2\x29\x91\xd7\x2a\x80\xc4\xcf\x2f\xf7\x01\x10\x9f\xe6\x3a\x40\x6c\x8f\x62\xda\x1e\xe4\x50\x8b\x69\x6e\x3d\x21\x35\xb3\x69\xe1\x7a\x76\x2a\x60\xf4\x16\x44\xa8\xe8\xe9\xbc\x25\x43\xd5\x19\x62\xd0\x00\x90\x67\xa1\x85\x62\x29\x80\x86\x7e\x14\x6d\x42\x87\x5f\x6e\x0b\x39\x0a\x00\x48\x0b\x22\x35\x6f\x00\x50\x26\xdb\x59\x1f\xde\xa9\x7a\x17\x41\x21\x7b\xd5\x23\xa0\x30\x01\x2a\x92\xd2\x01\x70\x21\xd4\x3a\x25\x0b\x56\x42\xa2\x4e\x20\xf6\xcb\xa5\x3d\xe7\xd0\xb5\xd6\xee\x7f\x76\x8d\xe0\xd3\x7c\x63\x3e\x00\x2c\x2b\x4a\x3a\x40\xf4\xba\x6a\x43\x22\xf1\xfd\x5d\x42\xbe\x19\x00\x6e\xbc\xad\x9f\x27\x1c\xfc\x69\xe8\xbe\x03\xc0\x99\x58\xec\xac\x15\xd8\x8a\xf7\x74\x56\x02\xec\x65\x11\xa3\x70\x03\x03\x51\x8b\x6a\xd2\xa4\x0d\xdc\x96\x8a\x25\xfe\x64\x64\x9a\xad\x68\x16\x07\xc3\x6f\x44\x12\x7a\x00\xb1\x12\x5a\xf0\xd8\x01\x20\x0a\x42\x2b\xe7\x09\x38\xde\x5b\xd3\x3c\x33\x58\x7c\x0f\x63\xc9\x00\x4c\x92\x6c\x3d\x01\x86\xb2\x9c\x25\x3a\x22\xdd\xfb\xed\xd7\xe9\xd8\x50\x06\x56\x75\x1d\x9a\xc7\x1a\xce\x81\x01\x40\xbb\x68\x61\xe5\x4d\xe0\x0b\x40\x3d\xfd\xc8\x38\x4c\x6f\x61\x3c\xbe\x2a\xc2\x40\xd5\x84\x87\x04\x0d\x00\x4e\xb4\xde\xce\x13\xa0\xf1\x21\xd1\x06\x00\xd2\x11\x1e\xab\x01\xd0\x40\xcd\xb4\xaa\x07\xb6\xbd\x15\x2d\x2f\x86\x32\x6b\xe5\x0c\x10\xae\xf0\x35\x7c\x26\x01\x4c\xfe\xa4\x1c\x00\xbb\xbc\xf0\x27\x0c\xdc\x85\x5b\x30\x81\x2f\x4e\x92\x22\x80\xab\x3a\x9d\x27\x70\xef\x4a\x9a\x28\x46\x7d\xea\x57\x7e\x9f\xe0\x6b\xf5\x16\x04\x6c\x6a\x97\xba\x4e\x81\x78\x0f\xab\x75\x02\xb8\x26\x9e\xb7\x40\xb0\x6d\x45\xb4\x84\x22\x68\x2b\x3a\x8c\x27\xee\xd9\xad\xe6\xf3\x16\xd8\x9e\x98\x96\x36\x25\xcf\x56\xc4\x47\x48\x7e\x5c\xb4\xd6\x29\x23\x6e\x97\x28\xe7\x4c\x14\x67\xa6\xf3\x04\xc8\x71\x11\x97\x30\x91\x60\xab\xd6\xd3\xf5\x0c\xcb\xb5\xb7\xeb\x19\xe6\xfc\xcd\x5f\x00\xfe\x93\xe7\x5b\xb0\x3d\xfa\xad\x63\x72\x66\x68\xe5\x5d\xb3\x3f\x33\x24\x6f\x45\x27\x2b\x82\x07\x6d\x40\x43\x88\x60\x3d\x35\x9c\x6b\x03\x28\x6c\xb4\xe9\xf3\x21\x5e\x6d\xf7\x19\x20\x44\x7e\x29\x45\x0b\x77\x22\x21\x4f\xf3\xf3\x71\x15\x8c\xd6\x2d\xae\x69\x82\xd8\x76\x13\x41\x99\x48\x6b\xd3\xad\xbf\x4f\x60\x9b\xea\x74\xa6\x00\xb5\x86\xe1\x32\x81\x90\x09\xd7\xfa\xb6\x11\x04\xbb\x9d\x8f\xa3\xf9\x6f\x11\x6f\x46\x49\x6a\xbb\xf3\x79\x0b\x0c\x91\x43\xcd\x46\xe0\x83\x21\x14\x00\x9b\xa6\x7e\x88\x01\x83\x44\xf4\x74\x56\x72\x0b\xfa\xd1\x42\x75\x0c\x00\x4a\x9b\xf0\x03\x0f\x00\x31\x01\x2c\x5c\xfb\x02\x00\xd7\x64\xe1\x5a\x47\x00\xbc\xd9\x19\x64\xa3\xa0\xdd\xd2\x01\xbe\xd8\xea\xf7\x01\xa0\xfa\x17\x97\x40\xd7\xe6\xee\xd7\x79\x0b\xce\x1a\xbf\x4f\xa3\xe0\x33\x0f\xcf\xac\x7b\x5d\xea\xef\x4f\xe2\x2d\x26\x22\x3d\x11\x4f\xbe\x87\xbf\x3f\x00\x0a\xcc\xc5\xcf\x4c\xc7\xdd\x36\x7c\x73\x08\x54\xdc\x4a\xcb\x01\xb8\x1b\xea\x01\xe0\xca\x74\xb5\x03\x18\x7a\xfa\x67\xf6\x4d\x7c\xda\xf1\x19\xd7\x01\x20\xed\xf2\x17\x08\xf2\x13\xb9\x0e\x02\xa0\xe1\x4b\x28\x0d\x01\x60\x5a\x6f\x9d\x13\xf4\xc8\x85\x7c\x89\x00\x54\x0e\x22\xe9\xf4\x8f\x6d\xd7\xa1\x14\xf0\x64\xed\x26\xe6\x4f\x32\xd6\xc3\x52\xd1\x9b\xd5\xda\x59\xd5\x70\x34\x6d\xf7\xa1\x25\x93\x8c\xca\xd9\xe5\xd3\x69\xa6\x7c\x1f\x00\xcb\x5c\x04\x9b\xbe\x81\xd5\xfa\xf9\xc9\xa4\x8e\xe6\x05\x06\xc6\xf7\xbc\x85\xe3\x21\x06\x12\x77\xca\xbb\xd6\x33\x03\x34\xac\xc8\xa7\x8d\x0f\x09\x83\x0e\x1f\xfa\x85\x41\xc4\x06\x00\xb6\x36\xd6\xcf\x13\x93\x72\x44\x3f\x00\x4c\x52\x0f\x05\x87\x65\x77\x4f\x67\xbb\xe1\xb2\xd8\xcf\xf9\x3d\x19\xa1\x36\x42\x5c\x03\x80\x3c\xea\xb0\xba\x93\xb2\x69\x3b\x3b\x03\x59\x8a\xfb\x6d\xe5\x00\x15\xb3\xff\x3e\x01\x32\x78\xb6\xfd\x22\x05\x3f\x4f\x40\xc7\x5c\xfa\xe9\xfa\x43\x35\x91\x8e\xda\xf9\x50\xe3\xd6\xdf\x27\x30\xb7\x87\xea\x3d\x52\x25\xe1\xe3\xc2\x7c\x19\x26\xce\x85\x00\xa2\xf5\x59\xb8\x9b\x01\xa0\xad\x4f\xd6\x4f\x22\x7b\x24\x05\xb5\x00\xb0\x99\x2e\xd2\xb4\x0d\x80\xd1\x22\xf5\xdd\x40\x3f\x92\x5f\x02\xdc\x4c\xed\x00\x14\x71\x19\x81\x44\x7a\x94\xf5\x04\x75\x9a\x85\x24\x6c\x03\x5f\x10\x39\xbd\x96\xb9\x22\x6b\x3b\x3f\x21\x63\xc1\x6b\xdd\x6d\x14\xfd\x5a\xef\x07\xb8\x8f\x26\x91\x40\x3f\x32\x5b\x02\x90\x61\x37\x3b\x00\x76\xf6\xfd\xfe\x04\xe3\xd1\xd4\x8f\x4c\xa3\x34\x2e\xcb\xdb\x20\xf9\x2d\xf6\x02\x94\xa9\x17\xf5\xa3\xf0\x14\x28\x7a\xa2\x90\x8f\x28\xf7\x01\xb0\xa4\xba\xfa\x01\xdd\x5d\xef\x77\x3f\x00\xc7\xf4\x05\xd0\xb1\xae\x51\x87\xa6\xad\xfb\x19\x42\x98\xe8\x42\xb3\x18\x00\x82\xa3\x40\x1d\x1a\x00\xe4\xa3\xad\x5d\x02\x9c\x0c\xdf\x59\x41\x3e\x91\x27\xe7\x52\x1b\x83\x0c\x5f\xaa\x07\x80\xbe\xe8\xd2\x6b\x61\x01\x87\x98\x54\x01\x4c\xda\x57\x15\x35\x3a\x29\x78\xcd\xea\x3a\x84\x68\x35\x8c\x19\x08\x80\xef\xb6\xf7\x89\xe0\x66\xc5\x7a\x6c\x00\x37\xe3\x33\x1e\x1f\x2e\xcb\x52\x0f\x30\x20\x4b\xd0\x13\xb4\x40\x2a\xa5\x1c\x00\x5a\x33\xd3\x34\xc0\xcf\xad\x49\x74\x70\x1b\xbc\xcc\x10\x34\x81\xc0\x07\x5c\xb5\x56\xd0\xc3\xa0\x9c\xd7\x75\x80\x86\x01\x3a\x4f\xc0\x60\xce\x93\xbe\xe5\x81\xe0\xa8\x6b\x57\xf2\x12\x5b\x2b\x19\xf1\x9b\x3e\x0f\x2d\x3c\xb3\x01\xc0\x26\xad\xe6\xf3\x04\x05\xec\x1a\x53\x87\xf9\x44\xc4\xf0\xfd\xd3\x03\x6c\x3f\x8d\xcd\xe4\xe5\x00\xa0\x58\xb7\x5e\x40\xb9\x53\x2a\x07\x40\x08\x6d\xe7\x9d\xef\xf6\xc8\xd6\x7a\x23\xb9\x57\x00\x19\xe6\x11\xba\x48\xde\x8e\x28\x8c\x25\xf1\x72\x70\x3b\x02\x92\x59\x29\x6a\x03\xb1\xc0\x90\x2c\x16\x00\xbf\xfc\xe6\x94\x38\xd8\x90\x6a\x1a\x70\x87\xd8\xb8\xd5\x3b\x1d\xc0\xd1\xa8\xda\x80\x5c\xbf\x35\x9e\xf6\xb7\xbb\xb2\x7c\xe9\x89\x01\xb1\x75\x23\xff\x7c\xfb\x80\x22\xbd\x9d\x36\x90\xb5\xc4\xca\xa5\x36\x24\x9a\x11\x19\xf4\x49\x39\x8b\x68\x9a\xd3\x7a\xb3\xb6\x03\x40\x36\x51\xed\x3a\x00\xae\xef\xf9\xb4\x01\xa2\xff\x8e\xd8\xa4\x01\x46\x39\x3f\xc1\xd5\xf0\x3a\xf3\x3c\xc1\xfb\xd6\xeb\x00\xd1\xd3\x62\x67\x90\x71\xd4\x16\xc9\xd0\x36\x10\x7b\xd8\xfb\x0b\x40\x72\x79\xda\xf8\x90\x91\x2d\xea\x3a\xcc\x29\x8b\x35\x75\x8c\xae\xe0\xc5\x35\x40\xd8\x5d\xb5\x55\x3f\xc0\x84\x5e\xbc\x1e\x20\xb6\xca\xa1\x36\x4e\x3b\xc4\xd2\xd5\xd3\x2f\x1d\xbf\xce\x64\x7f\x11\x4d\x5a\x02\xd3\x0d\x40\x82\x7a\x3a\xf6\x45\xc0\x8d\x43\x8e\x1d\xce\xb3\x4d\x02\x8f\x0d\x40\x84\x78\x3e\x0e\x66\x89\x25\xe9\xe0\x70\x18\x26\x96\x43\x18\x1c\x9e\x98\xe5\x10\x7d\x87\x9d\x5c\xbd\x7b\x3d\x00\x2e\xe4\xf6\x3e\x81\x15\x74\x16\x3f\x7c\x2e\x6b\x3b\x6f\x01\x53\x50\x52\x7f\x01\x04\x55\x3b\x1f\x47\xa3\xb9\x72\x3e\x8e\xbe\x5a\xe5\xec\x39\x84\x12\xaf\x55\xc7\xa4\x23\x98\x78\x3d\x07\x98\x3f\x90\x5c\x9e\x23\x0e\x89\xf5\x77\xc7\xca\x01\x20\xba\xcb\x07\xc0\x10\xf6\xb3\xb4\x21\x65\xb3\x43\xe4\x90\xdc\x7e\xb3\x1e\xd7\x01\x40\xf4\xcf\x9e\x7b\xe0\x01\x75\x9f\xe5\x80\x24\xf7\xf5\x9c\xce\x48\x73\xbf\xfb\xf1\x02\x1f\xd0\x56\xbe\x85\x89\xde\x6b\x68\x5b\x09\x60\x13\xea\x20\x65\x8e\xf6\x26\xb9\xd3\x4d\xa5\x56\x71\x4d\x36\x12\xb5\xdf\x56\xc4\x25\x20\x4f\xfa\x8d\x44\xee\x04\xc0\x89\x96\xf7\x89\x79\x8c\x2e\x02\x40\x0c\xe6\x2a\xa9\xf4\xcd\x2c\xe8\x55\x77\x92\x7b\x90\xb6\x56\x2d\x5c\xa4\x04\xbf\xcb\x61\x4e\xf6\x7f\x10\x43\x9e\x27\x60\x62\x5c\x75\x92\x0c\x84\x12\x2e\x92\xb0\xdf\x4c\x15\x5e\x25\xb0\xb9\x07\xd8\x28\xf8\x95\x12\xa0\x89\x95\xde\x02\xad\x79\xad\xe2\x12\xe8\x0b\x54\xec\x7a\x01\xc8\x36\x6f\x35\x9a\x90\xfe\xf9\xd2\x2a\x1c\x09\x8e\x1c\x55\x0b\x77\xc0\x22\xac\xf8\x75\xde\x02\x45\x47\xca\xef\x13\x20\xd2\xa2\x41\x4c\x99\x5d\xce\x91\xcf\xa4\xd9\xb5\x8a\xf3\x1a\xd0\x27\x44\x1a\x63\x01\x0d\x47\x5c\x3d\x00\x84\x1c\xda\xc8\x23\xe3\xa8\x4d\xf9\xaf\x1c\x60\x23\xc7\xce\x28\x11\xe5\x02\x00\xc8\x60\x33\x01\x88\xd4\x5b\x5b\xd3\x5a\x29\x94\xa1\x9d\x19\x40\x52\xe4\xd6\xca\xf9\x09\xe6\xf9\xfa\xc3\x13\x48\xa0\x98\x5e\x00\x56\xb0\xe2\x5c\x06\x0c\xbf\x4a\xd7\xc1\xc1\x7c\xc4\xc5\xcf\x9a\x05\xaf\x57\xa4\xe2\xb9\x87\x7c\x8d\x8b\x9e\x40\xe4\xd3\x66\xda\x4c\xf4\xda\xb2\x52\xcf\x13\xa0\xe0\xa6\xe3\x9a\xae\x5a\x76\x98\xbf\x81\x28\x9a\xed\xdd\x08\x70\xc8\xea\xd7\x59\x2b\x38\x59\x8b\x89\xfc\x20\x87\xe6\xdd\xca\x99\xc5\x4e\x61\xe7\x19\x31\xd3\xee\xd2\x4f\xa0\x3e\x6d\x12\x89\xdc\x48\x1b\xb7\x9f\x28\x07\x08\x4e\xff\x12\xe3\xc6\x1c\x69\xe6\x62\xdc\x90\xd4\xe6\x6e\xed\xcc\x1c\xb2\x3f\xf4\xa6\x2b\xc8\x78\x20\xa8\xcc\x3a\x37\xe7\xa5\xf1\xe0\x4f\xe6\x0d\x4b\x85\x22\x5e\x64\x26\xda\xdf\x69\x01\xd2\xb0\xb1\x9d\xd9\xa7\x81\xa2\x95\xaa\x27\x2a\x4d\xcf\x34\x95\x0c\x5e\x0b\xd5\x36\x81\x15\x80\x36\x13\x63\x86\xc2\x6a\x1b\x00\x6d\x22\xb4\xaa\x27\xb2\xc4\x16\x5d\x73\x6f\x86\x5b\xec\xa6\x13\x9e\x56\x6b\x4d\xa2\xee\x9b\x11\xfd\x8a\xf3\x02\x7a\x4f\x64\xde\x6c\xef\xb7\xc0\x19\xa9\xdf\xf7\x01\xa0\xc4\x3c\x4c\xc1\x34\x48\x0c\x9b\x26\x7b\xc2\xd2\x01\xce\xe3\x01\x0c\x3a\xbb\x76\xbd\x05\xc1\xb5\x9a\xc4\x3b\x37\x43\x66\xd5\x2e\x9e\x93\x41\x9c\x4c\xda\xa9\x7b\x4e\x8a\xed\x75\xe4\x43\xd1\x7c\x37\x29\xd6\x6e\xc4\xbf\xb9\xad\x88\x17\x41\x14\x8c\xbb\x75\x71\x3c\x93\x9e\xcc\x92\xa1\xdd\x13\x39\x51\x60\x41\x1c\xc0\x03\xfb\x07\xc9\xd0\x92\xdd\x5c\x63\xe4\x45\x36\x80\x01\xe2\x49\x92\xec\x86\x41\x9b\x44\xee\xc9\x92\x53\xe9\xa1\x9f\xe8\xe2\x47\x92\x9e\x2c\xd3\xf9\x9a\x9c\x68\x32\x58\x65\x36\x29\x92\x92\x55\x66\x4f\xe6\xcd\x27\x19\x82\xeb\xb6\x76\xde\x02\x33\xc8\x2a\x61\x4b\x32\x84\x5c\x85\x55\x53\x00\x50\x67\xba\xe4\x22\x1b\x80\x3f\x8c\xab\x0d\xe3\x05\x94\xe7\x44\xe2\x85\xcb\x4a\x53\x4f\x3f\x24\xc7\x9e\x0e\x10\x44\x49\x5b\x3d\x19\x6c\xf1\x11\x7a\x38\x00\xd8\xc5\xb7\x4e\xf1\x54\xa2\x23\xb7\x95\xa6\xaf\x7d\xc8\xde\xf2\xac\x49\x54\x8a\xc1\x56\x14\x00\xd9\x28\x4d\x83\xc3\x80\xb9\x69\xad\x27\x2a\xc5\x9a\x73\x37\x24\x67\xe8\x86\xc6\x1d\xb5\x81\x0f\x42\x4b\xa8\x0d\x5c\xc8\xfd\x2e\xf9\x00\x0c\x3e\x51\x0e\xc0\x9f\xe8\x2d\x10\x0f\x37\x49\xb6\x93\xc3\xa6\xb7\x49\x94\xb9\x81\xe8\x58\x72\xb5\x81\xb0\xe0\x4d\x7c\x55\x72\x6a\x60\xda\x79\x0b\x5c\x4c\xab\x84\xbf\xc9\x1b\x78\x22\x4f\xe7\x09\x29\xf7\xf5\x16\x58\x72\x16\xcf\xf7\x01\xb0\x2b\x4f\xa3\xc6\x8d\xfc\xa7\xe1\xc7\xe3\x69\x98\xf9\xb4\x9e\x35\x14\x10\x21\x9a\xf8\x81\xe4\x14\x10\x9a\xbd\x00\x58\xff\xaa\x9f\x4c\x1a\x07\x9f\x59\x44\x80\xaf\x7a\xd7\x17\x80\x78\xf5\x0c\x27\xc2\x57\xc1\xa8\x8b\x00\xd8\xd4\x5c\x0e\x00\xd7\x94\xdc\x0f\x00\x2d\xf5\x75\x9e\x20\x39\x6e\x1a\x5f\x5c\xac\x7b\x3a\xaf\x45\x76\xa9\x5a\x6e\x0d\x16\x63\xb9\x5c\x49\xaf\x05\x77\xdc\xfa\x59\x09\x12\x99\xdd\x5a\x3c\x88\x54\xd0\x74\x5e\xa5\x71\xd1\x66\x50\x74\x60\xdc\xd0\x53\x76\x6d\x95\x71\x93\x95\xd1\xba\x1f\x58\xc4\x56\x78\x0a\xa4\x91\x20\xba\x93\xfe\x2a\x8d\x4c\x83\x83\xae\x46\x91\x84\xa0\x99\xc6\x63\x14\xa6\xb8\xa5\x90\x20\x31\x45\x7f\xb7\xa6\x8e\x55\x0a\xd5\xba\x5e\x5b\xe5\x14\x76\x1f\x80\x49\x18\xf4\x16\x5a\x45\xf7\xf3\x44\xa3\x56\xe8\xf4\xc3\x61\x31\x98\xaa\x1a\x9d\x90\xf7\xa4\xf3\xb5\x22\xc7\x5d\xfd\x98\x34\x32\xd4\x44\x0d\xdc\x15\xe1\xd8\x16\xc0\x87\x12\x7b\x91\x41\x7a\xc2\x15\x89\x11\xd2\xf8\x50\xa8\x46\x7e\x31\x31\x25\x5d\xbb\xb4\xa9\xc7\x97\x3c\xb8\x36\x35\x3d\x76\x60\x07\x4a\x00\xf1\xcc\x35\x73\x4c\x15\x53\x75\xa9\xdf\x40\x87\xa5\xf3\x25\x00\x12\xc3\x5b\xaf\x65\x0e\x12\x38\xd2\x01\x70\x1a\x63\x96\x03\xd4\x5f\x19\x6b\x02\x90\x74\x5c\x80\x84\x8c\x3c\x15\xd3\x4c\xda\xc3\x55\x00\xd8\x76\x17\xc1\x9e\x09\xda\xcb\x5b\xc4\x76\x26\x26\x49\x7d\xdb\xa0\x08\x43\xe7\xc4\xa4\x49\x69\xba\xee\x03\x40\xb0\xaf\x5d\x39\x29\x53\x34\x2d\x3a\xe6\x89\x28\x92\x06\x27\x66\x8a\x30\xe9\xaf\x12\xfd\x18\xac\xe8\x00\x63\xf4\xff\x9e\xee\xeb\x00\xd0\x27\xe8\x14\x60\xb0\xfa\xe2\x55\x3f\x01\x91\xeb\x29\xab\xeb\x8d\x0b\xc6\xf4\xb5\x34\x07\x6d\xa2\x30\x8c\x0a\xde\xaa\x88\x12\x2d\xf0\xbb\x64\x57\x89\xc1\xb2\xad\x98\x9e\xe8\x14\xca\xeb\xe0\xa0\x9a\xa8\xf5\xf3\x2d\xb0\xc9\x6c\xdd\xf5\x16\xa7\x22\xda\x34\x0d\x50\xbe\x14\xd7\x61\x8c\x60\xaa\xfb\x54\x3c\x00\xbd\x22\xb4\x2b\x11\x04\x91\x71\x4c\x02\xc0\xa5\xde\xca\xf9\xc9\xc3\x15\xa4\x93\x95\xa6\x5f\x55\x7c\x66\x36\xda\x44\x16\xf2\x11\xd9\xe8\xaf\x74\xf1\x14\xd8\x00\xce\x3c\xae\xd3\x6c\xf0\x0f\xb2\x42\x1e\x20\x1b\x9c\x7e\x4a\xe3\xd2\xce\xe2\x45\x44\x50\xb2\xc1\x98\xa4\x78\xd5\x4f\xb0\x82\x4a\xe5\xd7\x6e\x00\x32\x56\xde\x21\xb2\x65\x38\xa6\xf4\x4b\x4f\x14\x88\x43\xbd\xab\xa7\x94\x17\x7b\xd5\x4f\x2a\x45\x6d\xe7\x09\x4a\xd6\xdc\xf4\xb5\x30\x15\x29\xde\xd4\x0f\xe8\x04\x9b\xe5\xfb\x00\x0e\xf9\xcc\x5f\x38\xc0\xb2\x21\x87\xbd\x5f\x7e\xda\x03\xdf\xaa\xb5\x92\x0d\xea\xc0\xe2\x76\x00\x78\x1b\x65\x1e\xaa\x1b\x78\x20\x1a\x55\x27\x61\xbb\xd9\x2c\xf9\x01\x12\x6e\xc9\xe7\x27\xb2\x78\xb9\x0e\x00\x7f\x0c\x13\xe0\x3a\x6b\xec\x00\x0b\xa6\x11\xfa\x50\xf8\xb3\x17\x31\x08\xd9\x10\x33\xd8\xec\x8c\x0d\xd9\x65\x6f\xef\x13\x03\xd7\xd5\xf3\x04\x4f\xfb\x96\x0e\x00\x7e\xe0\x2c\x1e\x44\x8e\x2d\xde\xd4\x31\x78\x5d\x17\x77\x7d\x2d\x33\xf9\x7a\x2b\x07\x00\x3d\x72\x01\x1f\x85\xe4\xe8\x07\x18\xb8\x91\x1e\x00\xe2\x9d\xe2\x7a\x0b\x4f\x56\x49\xdb\xb3\x61\x23\x54\xd9\xc1\x64\x43\x5a\x39\x93\x41\x4a\x36\x64\x83\x6b\x52\xe0\x64\x7b\xa8\xc1\x38\x8b\x87\x22\xa2\x9e\xaf\x03\xd0\xfc\xfb\xb4\x41\x79\x60\x29\x07\x80\xe3\x08\x6f\x3e\xd9\x2f\x46\xa5\x22\x7d\xce\x94\x61\xd7\x44\x5e\x24\x3b\x92\x47\x15\x57\x1b\x0e\x65\x54\x93\xea\x3b\x3b\xf2\x24\x15\xa7\xc0\x23\xd3\xce\x1e\x01\x91\x03\x40\x86\x1b\xa4\x09\x07\x00\xcb\x21\x9d\x9b\xd9\xe1\xf8\xe4\xd2\x96\x6f\x00\xa2\xee\xae\x36\x74\x7e\xbb\xba\x0e\xca\x59\x74\xb2\x6e\x00\x62\xa6\xd3\x0f\xe8\xe4\xab\x98\xf2\xec\x08\xdf\xe5\x92\x5c\x66\xef\xe4\x67\xda\x7d\x00\x08\x91\xac\x1f\xe0\x81\x29\x91\xde\xd2\x49\xa0\xb4\x60\xdc\x64\x75\x77\x00\x30\xf6\x67\x8b\xd1\x70\xca\xca\x69\x83\x2a\x1e\x3b\x9f\x4f\x33\x67\x09\x17\xb2\x23\x3b\x7a\x93\xee\x69\x03\xb0\x8a\x16\xc5\x72\xa7\x64\xea\x7c\x0b\x9c\x82\xfc\x16\xe9\xf0\xc1\xab\xb2\x56\xa1\x23\x3c\x73\xe9\xda\xc8\x8e\xdd\x50\x25\x61\xcf\x92\xb0\xb7\xf3\x16\x08\xc3\x6b\x2b\x6a\x14\xa1\x05\x90\x31\x29\x00\x68\x85\x9a\x58\xb1\xec\x8c\xf8\x25\x43\xa1\xec\x1f\x7a\x3a\x5d\xf9\x00\xb8\x3e\xf4\xf3\x13\x7a\x44\xbb\xbe\x05\x1c\x4f\xe9\x22\x28\x0e\xff\xf8\x92\x92\x00\x72\xb3\xf7\x7d\x00\x08\xf7\x2e\x11\x14\x5f\x94\xb0\x8b\x16\x3a\x44\x18\xcd\x8a\x7e\x02\xff\xe2\x7a\xdd\x2f\xd0\xf0\xb5\xf9\x00\x90\x8e\x6b\x90\x29\xb9\x2c\x92\x9c\x64\xc6\x8d\xe9\x49\x34\x68\x0c\xad\x53\x8e\x29\x03\x39\x20\xf0\x1b\x00\x0c\xe1\x1f\x00\xde\x32\xb2\x1a\x85\x09\xb8\x5f\x3a\x15\x07\xe3\x6e\x4a\xa1\x95\x99\x04\xcd\x64\xc4\x91\xe9\x52\xda\x24\x8e\xd9\x40\xec\xfd\x73\x6e\x8a\xd1\x12\xe7\x95\x65\x6c\x74\xd9\xf9\xc9\xec\xc7\x2d\x35\x00\xdc\xd0\xad\xab\x63\x13\xaa\xd9\x26\xeb\xb4\x4c\x36\xaa\x49\x03\x9a\x99\xf3\xcb\x5a\x2f\x07\xa0\x57\xdf\x5f\xb0\x42\xdc\x4f\xc3\x85\xd3\xdf\xf6\x10\xbb\x42\x7b\x87\x09\x99\xaa\xc4\xcd\x99\x69\x87\x6a\xd5\x76\x53\x1e\x9c\x54\xd5\xeb\x86\x3d\x9c\x8a\x9e\xa0\x88\xa8\x6b\xad\x90\x83\xaa\xf5\x0c\x27\x23\x0b\x49\xd5\xb4\x81\x20\x2e\xb9\xbd\x3f\x19\xd0\x82\xf4\x03\x60\x7c\xc5\x42\x30\x2f\x49\x3b\xe4\x98\x99\x49\x9a\x54\x1a\x99\x19\x29\x8a\xa4\xba\x99\x59\x19\x4a\x6a\x02\x90\x10\xc1\xce\x22\xa6\xb1\x8e\x15\x2d\xc0\x69\xd4\xd7\x9c\x9e\x1a\x37\xf5\x99\x23\xc3\x7a\xab\x7f\x78\x22\x28\xf8\x21\xe9\x74\xd5\x68\x62\xb9\x33\xdd\x35\x90\xd7\x9a\x80\x83\xd8\xaa\x0d\xc4\xe1\xb7\xa6\x9d\x21\x61\x96\x9d\xd7\x0e\x5a\x45\x9f\x99\x03\x03\x59\x92\x0e\xb0\x39\x70\x5e\x95\xf3\x71\xb0\xbd\x2e\x26\x1e\x8b\x76\x30\xe5\x16\x6d\x45\x3c\xec\xfd\xb5\xe5\x00\x06\xba\x68\x07\x88\xb3\xa6\xd9\xfb\x13\x4c\x54\x3e\x8d\x52\x17\xf7\x07\x00\x13\xa5\x53\x91\x51\x88\xeb\x75\xa6\x01\xf6\xdb\x76\x9d\x01\xfa\x52\x03\x7a\xbe\x36\x42\xd6\xde\x7e\x9d\x1d\xca\x54\xcf\xd7\x79\x8b\xac\xb3\x45\x8e\x27\x49\x98\x6e\x3e\x1b\x80\x81\x5c\x79\x7f\xc2\x30\x75\x5a\x41\xe4\x23\xbc\xe7\x03\x74\x5c\xb7\xd5\x31\x84\x38\xab\xd7\x19\x31\xe8\xc2\x5b\x3e\x0b\x06\x26\x2b\xad\xe6\x74\x00\x88\xdd\xfc\x05\xb8\x82\xde\x9f\x04\xdb\x90\xf3\x69\xf4\x0f\x21\x2c\x00\x70\x05\x91\xc3\xde\xcb\x20\x98\xc6\xcc\x63\xa1\xd8\x45\x4e\xb4\xbf\x00\xb9\xb7\xf3\x13\x04\x14\xe9\xbc\x2d\x6c\xe0\x83\x21\xf4\x03\x60\x03\x91\xc3\x2e\x76\x73\x7d\xb8\xda\x80\xae\xa5\x39\x17\xee\x06\x30\xd9\xf5\x7d\x02\xfb\xe5\xf4\x03\x66\x9a\x08\xf4\x01\x80\x32\xb4\xa6\xd7\x66\x2e\x6d\x0a\x6c\x8a\xc1\x09\xb1\xf4\x7a\x1f\xe0\x03\xe1\xaf\xde\x52\x18\x10\x2e\xf5\x03\xf0\x44\xcb\x02\xa0\x21\xaf\x5c\x30\xc5\x0a\xac\x65\xa5\x11\x2e\x06\x4a\xd7\x74\xc1\x28\x0c\x88\xda\xbc\xf5\x03\x40\xc6\x5a\xd5\xb1\x0a\x65\xb6\xf7\xeb\x00\xb8\xc6\x9c\x79\x41\xa6\xb5\x7e\x9d\xcf\xaf\x5c\xb8\x7e\x1a\xa5\x19\xde\xf9\x16\x8a\x54\xc5\xdf\x15\xc3\x8d\xd4\xda\x19\x20\xdc\x48\x9b\x4e\xa3\x0d\x54\x98\xac\xd4\x03\x80\x15\xb3\xd3\x06\x15\xaf\xa6\x9e\x8a\x15\x2b\x6a\xa3\x33\x3c\xe9\xe9\x47\x97\xee\x5a\x3f\x81\xf8\xaf\xe6\xaa\x9f\x38\x63\xd8\x5d\xfa\x89\xf3\x40\x3f\x1f\x07\xbe\xaa\xb6\xd3\x0f\x58\x21\x56\xf9\xc3\x6c\x00\x26\x15\x67\x49\x39\xcd\x10\x2e\xfb\xf3\x03\xac\x18\xb2\x97\xd4\x74\xc6\x17\xf1\xb2\x6a\xb3\x17\x00\xdf\xfa\x3e\x41\x76\xf9\xcc\xf3\xa0\x1d\xc9\xf9\x09\xcd\x1a\xc4\xdb\x6c\x00\x57\x21\x2b\x07\x00\xa7\x7f\xf6\x0e\x43\x40\xd5\xf7\x27\x54\x06\xdf\x1a\x3d\x1a\x96\xd7\x33\x58\x1f\x72\x0c\x45\x6d\x7c\x70\x7d\x97\x59\x43\xb1\x2f\x43\xf4\x9f\x8e\x21\x34\x77\x95\xf1\x44\x41\xac\xd5\xbb\x55\xaf\x07\x40\xb8\x80\x62\x07\xc0\x12\x75\x01\x0b\xae\x41\x76\xb6\x0a\xe4\x92\x26\xf3\xa6\x42\xfb\x9e\x26\xe9\x67\x39\xc2\xf5\xf3\x16\xa8\xab\xaa\xec\x4f\x0a\xbd\xcf\x6b\x3f\x9f\xcf\x90\x2f\x39\xe9\x5b\x1e\x18\x0b\xdc\xb7\x1f\x00\xfa\x74\x7d\xad\x5f\xc6\xcf\xaf\x02\x60\x75\x57\x49\x6c\x37\x00\x86\x9a\x37\xd2\xe2\x08\x72\xd2\xaf\xd3\xc6\x4d\x53\x00\x6d\x04\xba\x7a\x97\xae\x51\xa7\xa3\x4b\xbd\xc8\x25\x6c\x00\xac\x07\x4f\xc5\xe2\x89\x71\xed\x29\xcd\x29\x14\xe1\xb7\xb3\xaa\x3d\xc3\xa7\xad\xb9\x5e\x4b\x7b\x38\xdd\x5a\x36\xc0\x31\x55\x1b\xd0\xc4\x9a\x18\xb7\xe2\x4c\x16\x7a\xf6\x9f\x23\x33\x61\x91\xbd\x45\xf1\x4e\xb5\x08\xf9\xe7\xe2\xc8\x5e\x84\xd0\x16\x00\x30\xc8\xd7\x19\x31\x87\x5a\xc4\xcf\x4f\x5c\x4b\x4a\x23\x86\x90\x70\xf5\xbe\xd4\xc6\x84\xec\x5b\x16\x73\xc5\xe1\x96\x69\xed\x8c\x3a\x74\x2d\xf5\x12\x29\xe5\xf5\xc1\xea\x69\x83\x51\xa0\x2e\x11\x7d\x47\x74\xa0\x76\xb5\x76\x00\x38\xfe\x8b\x72\x8e\x8b\x91\x6e\xb4\x3d\x18\xf0\xb3\x5f\x59\x00\x62\xc7\x94\x9b\x67\x6f\x19\x19\x72\xc9\x56\x0f\x40\x0b\x15\xad\xc2\xcd\xa7\x83\xb1\x68\x07\x40\x94\x49\xde\xaf\x36\x10\xd4\xe1\xd2\x4a\x1e\x99\x11\x9e\xb4\x1c\x06\x19\xe0\x9c\x04\x14\x1e\x0b\x77\x3b\x00\x54\xe6\xbc\xb3\x6e\x80\x8c\xa7\x1a\xa5\x3f\x4c\x15\x29\x1d\x48\x48\x5b\xaf\x76\x1a\xc5\x69\xd4\xdf\xb7\xe0\x84\x4f\x5a\x85\x83\x31\x50\xca\x9d\x0f\x80\x60\x4d\xe5\xf4\x83\x52\xb6\xb7\x63\xf3\x0d\xc6\x15\x00\x4f\x34\x99\x46\x6c\x00\x3a\x09\x1d\x4f\xa3\x82\x05\x92\x5e\x63\x03\x30\xaf\xa8\xe7\x27\x0c\xa6\xaa\x7d\x3b\x2a\x4e\xa3\x7e\x1d\x00\x82\x92\xeb\x7d\x02\x7e\x82\x52\xde\x6e\x80\xe3\x71\xde\x82\x51\x97\x9c\x76\x03\x38\x8c\xb3\xbe\x16\xa2\xbb\x26\xdf\xcb\x42\x5d\x7e\xf5\xb3\x3e\x9a\xc4\x53\xf7\x01\x82\x01\x96\x52\xac\x30\xc4\x6a\xad\xe9\xfd\x09\x9d\x17\xde\x27\xa0\x0a\x11\xb5\x1c\x4d\x91\x3e\xde\xd7\x42\xbf\x52\x4f\x1b\xf4\xad\xcb\xea\x3a\x0f\x63\x19\xb6\x6e\xa0\xe3\x52\x51\xfe\xc2\x01\x36\xe0\x0f\xda\x9a\xf6\x1f\x03\xb4\xd6\xcb\x4e\x9f\x06\x09\xf6\xe9\x13\xf8\xc5\xda\xcf\x67\x4c\x1a\xc8\x9d\x36\x74\x9d\x3a\x63\x03\x2e\xbd\x9e\x39\xe2\x75\xaa\x9f\xdd\xc5\xeb\xd4\x39\x15\x07\x12\x2c\xd6\x4b\x34\x6d\x74\x6a\xfe\x7b\x3b\x00\xcd\x8a\xae\x03\x2c\x88\x55\xf2\x01\x30\x7a\x76\x00\xdc\xc0\x5c\x9c\xdc\xe8\x20\x2e\xf5\x6d\x03\xf7\xab\xfb\x2c\x62\xe4\xf3\xab\x39\x9f\x9f\x60\x35\x49\x3b\xb5\x81\xd8\x5d\xe9\xd0\x12\x5e\xeb\x24\xd3\xdf\x00\x1c\x55\xfb\xfb\x13\x98\x68\x9c\xe5\xc5\x04\x75\x5d\x24\x9d\x5e\xfd\x26\xf5\x79\x51\xb0\x54\x3f\xab\x89\x1e\x7c\xe7\x10\x1c\x36\x20\xb8\xcd\x76\x00\xb0\x54\xa2\xcf\xc3\xe8\x17\x77\xbd\x3f\xc1\xde\x39\x3b\xc3\xe8\x98\x99\x4e\x3f\xa0\xd0\x3a\xd4\x77\x18\xad\x21\xaf\xf7\x27\x90\x61\x9f\xc9\x36\x64\xe1\xa8\x87\x40\xf1\x9c\x30\x3b\xfd\xa0\xdb\xe5\x19\x42\xa7\xf1\x71\x4a\x07\x40\x60\xd1\xd3\x06\x62\x3f\xd4\xab\x5d\x07\xc0\x56\xf1\xf7\x27\x30\xb2\x3b\xeb\x94\xa1\x5a\x25\x2f\x2e\x0c\xd6\x5a\xda\x19\x53\xc4\x58\xb5\xfb\x6c\x7b\x1e\x60\xa9\xbe\x00\x48\xc7\xd9\x1e\x08\xb9\x5f\xf3\xdb\x28\xcc\x12\xdb\xd9\x90\x92\xd4\x1d\x3a\x00\x8e\xb2\xe6\x3f\x3c\xe1\x60\xca\x5f\x20\x48\x87\x2e\x6d\x45\x21\x5a\x2f\xf1\xbe\x0c\xc3\x6a\xed\x8c\x18\x02\xb1\x56\x39\xa8\x15\x86\x62\x2d\xf2\x48\x2a\x0c\xc6\x5a\x5f\xca\x09\x73\x93\x7a\x9d\x43\x90\x9c\xa8\xbf\x8d\xd2\xc2\xb4\xbd\x00\x43\x35\x9e\x7e\xe0\x88\x93\x37\xc3\x06\x30\x73\x87\x0c\x42\x4d\x54\xeb\x99\x86\xc1\x0b\xf9\xd9\x51\x03\x66\x89\xe9\x2c\x87\x41\xd3\xaa\xb3\x09\x27\x83\xee\x9d\xc3\x07\xa1\x54\xab\xcc\x6f\x36\x00\xc9\xe5\x59\xda\x13\x73\x5b\xd3\x0b\x80\x29\x68\x07\x60\xe0\x27\xdd\x5a\xc6\xe4\x3a\x3d\x9f\x0f\x5b\x1a\xbf\x0e\xb9\x80\xe9\xab\xb5\xb3\xc6\x1e\xb2\x84\x62\xc5\xe6\x05\x7d\x8d\xb4\x64\x65\x26\x06\x25\xd3\xce\x9e\x49\x22\x55\xf6\x83\x32\x34\x84\xc0\x07\x80\x4b\xca\xe1\xab\x90\xd1\x7e\x93\xe0\x4b\x00\xf8\xbb\xb3\xd6\x29\xaf\xea\xb7\x2e\x15\x13\x9a\xa0\x7e\xdb\x0b\xd0\xd9\x87\x4b\x6a\x32\x06\x72\xd2\xe2\x9f\x0c\x90\xe2\xe2\x01\x90\xdc\x8f\xe1\x40\x09\xc0\x62\x47\x77\x56\x86\xb8\xb0\x73\x11\x66\x34\x08\xc4\xeb\x0e\x00\x32\x8d\x2e\x21\xf4\x06\xc0\x89\x8a\x39\x61\x0e\x99\x2a\xcd\xc7\x06\x40\x1d\x74\x21\x50\xca\x96\xe6\x7f\xc1\x0a\xb1\xcc\xc5\x8c\x0e\x67\xb0\x68\xba\xa6\x93\xa4\x1a\x3c\x8a\x11\xc8\x34\x80\x9b\xb1\x8d\xf8\xc6\x2a\x47\x97\x9b\x9d\xac\x56\x30\x7a\x77\x13\x50\x29\xff\xe2\xd8\x54\x2a\xfb\xfa\x7d\x1a\x85\x18\xb2\x6b\x33\x55\xde\x70\x4d\x8e\x50\xd5\x70\xf8\x74\x3b\x8d\x76\xea\x7c\x52\x3b\x00\xb9\xe3\x4c\x80\x41\xaf\x6f\xd2\xc5\x0d\x40\x0e\x7e\x09\x70\xda\x19\x65\x75\x6c\x50\xd0\x70\xeb\xf3\x99\x17\x30\x5d\xfa\x5a\x38\x97\x75\x99\x7b\x55\xa3\x97\xb6\x02\x3c\x54\xfb\x40\xea\xd8\xfe\x00\xe0\xe0\x20\x09\xab\x0c\xbb\x65\x3a\xd0\xab\x5f\x64\xfd\x79\x3a\x57\x26\x7e\x28\x32\x2c\xaf\x7e\x41\x09\x94\x5d\x6d\xdc\x5c\x1a\x3c\xd1\xaa\xdf\xe0\x34\x2a\x09\x54\x65\xdc\x2c\x53\x08\x88\xea\x89\x92\xf2\xae\x27\x0a\xa3\xe2\x95\xfb\x00\x71\x2a\xca\x14\x60\x03\xb8\x2d\x68\x08\xbd\xd2\x02\xe1\xb4\x41\xa1\x89\xa2\x46\x6c\x20\x8e\x7c\xd9\x7f\x6d\x80\xfd\xc8\x02\x18\x0f\x96\x64\x70\x03\x15\x1f\xf7\x3e\xc1\x8f\x53\x1b\x8d\x1a\x8c\xd3\x0f\x64\x59\x2f\x92\x90\x6d\x00\xba\xda\xae\x36\x28\x84\x2e\x67\x4c\x19\x2e\xbe\xd6\x72\x00\x08\xa1\x4d\x43\xd8\xb9\x60\x78\x5e\x55\x47\xb8\xf6\x2e\x8b\x8c\xea\x46\x4b\xf3\xa2\xb7\xf0\x54\xec\x5d\x8d\x22\x41\x6b\xd5\x21\x58\x1d\x47\x8b\xf9\xf9\x16\x78\x13\xd5\x5b\x8b\x8e\x36\x4e\x55\x36\xcf\x95\xb7\xb8\x52\xcf\xb7\xc0\xd7\xb0\xf5\x33\xfb\x34\xa1\x93\x17\x4f\xf5\x0f\xf5\xe9\x45\x5d\x47\xdc\xe3\xf6\xae\x0f\xda\xe6\xcb\x14\xb8\xd2\xae\xbe\xe6\xa2\x46\x71\xf1\x2b\xb7\x76\xb6\x3f\xbc\xe6\x52\xa6\x58\x07\x03\xb5\xdd\xe5\x05\x20\x17\xd1\x4f\x86\xf4\x9b\xea\xd8\x80\x16\xa4\x66\x3b\x80\x34\x6d\x59\x00\x04\x84\xb7\xb6\xc7\x28\x0c\xc2\x4a\xfd\x77\x1d\x95\x0e\xf7\xed\x00\x0a\x20\xca\x51\x17\x9b\x2d\xb9\x75\x1d\x88\xd0\xd5\xa4\x9c\xab\x0c\x1f\x6f\xee\xea\x29\xe7\xa5\x79\x39\x00\x2e\x18\xe7\x27\x43\x1b\xe8\x05\xa0\xdf\xac\xea\x07\x0e\xc1\x7a\xf6\x0b\x43\x46\x77\xf9\x18\x55\x06\x64\x36\x05\x20\xa8\x83\x6e\x16\x77\x7f\x01\x84\x8d\x3a\x8d\xc2\xff\xaa\xca\x5b\xbc\x32\x20\x6f\xc9\x22\x6c\xe3\xa1\x59\x94\x16\x2e\x02\xeb\xde\xe5\xcc\xcb\xbc\x48\x1d\xc8\x77\xd7\x89\xe0\x3f\x2d\x89\xa0\x30\x96\x2d\xc2\x9f\x02\x60\x1c\x16\xad\xe4\xc9\x98\x21\x59\x2b\x68\x26\x46\x2e\xd3\xbe\x9d\xf0\x57\x2c\x62\x3c\x37\x80\x7e\xe8\xe3\xa8\xa2\x2a\x8a\x59\x50\x67\xe1\x1a\x6b\x07\x80\xcd\xa5\xb4\xca\x75\xf2\x12\x9b\xae\xf4\xe7\x07\x58\x9d\xd0\x63\xbb\x2c\x78\x2b\x75\x4f\x7e\x9f\x4e\xe2\x72\x50\xd3\x25\xc0\xe9\x28\x7e\x3e\x94\xc6\x13\x8d\x97\xf3\x8a\x94\xcb\x77\xbd\x79\x8b\xab\xcc\xba\x5c\x74\x7b\xaa\x4c\xde\x5b\xef\xae\x2f\x07\x17\x56\xc5\x53\x54\x79\x25\xf7\xd3\x31\x7a\x25\x37\xd1\x67\xc6\xae\x6a\x59\x8b\x18\x39\x0d\x37\xd1\xd7\x4f\xb8\xff\xae\x96\x0e\x80\xb8\xef\x9c\xf8\xc6\x98\x4e\x2e\xa5\xc7\x06\xe8\xd7\x92\x09\x20\x67\x50\x93\x0c\xbb\x19\xdd\x36\xe4\xa3\xd3\x2c\x31\xe2\x0a\xe5\xa3\xcd\xe0\x28\xd7\xa5\x02\x6c\x96\xe8\xbc\xc7\x53\xb1\x31\xe5\x59\x04\x5d\x04\x80\x20\x7e\x26\x6e\xb0\x59\xa1\xc7\xda\xa5\xd7\x56\x09\x4d\xfc\x00\x30\x5a\xb8\xd2\x01\x70\xe3\x27\x9b\xda\x28\x8f\xaf\x8a\xc5\xd0\x0c\x77\x67\xeb\x9c\xa8\x0d\xc0\xbb\x2a\xa9\x1f\x8c\x1b\x20\xc6\xbe\x19\xe2\xa4\x36\x69\x40\x1b\x53\x82\x55\x99\xac\x34\x73\x32\x05\xf6\x02\x08\x47\x55\xed\x00\x70\xb8\xa9\xea\x18\xd2\xfa\x96\x74\xab\xeb\xd0\x81\x35\x5d\x85\x9a\x7d\x19\xc1\xaa\x5d\x07\x80\x26\xa5\xea\x2d\x5f\xa7\x4b\x9f\x7a\xba\x70\xad\xcb\x45\xaf\x05\xbb\xdc\xc5\xcf\x34\x0a\x5d\xab\x7c\x96\x9a\x5f\x1a\xf5\x26\x00\x1d\xd3\x71\xdd\x98\xa8\xaa\xca\xc8\xae\x31\x55\x55\x55\x18\x89\xc6\x50\x9c\xa6\x3b\x5a\xf3\x7b\xd0\xfe\x84\x5d\xf7\x44\xd1\x2e\x39\x9e\x46\xa1\xab\xc9\x97\x73\x03\x0e\x83\x83\x7c\x80\x2f\xe8\x91\xfa\x81\x98\xce\x25\x15\xbd\x85\xf6\x81\x12\x1d\x34\xaf\xb0\x53\x34\x57\xa3\xb0\xed\xab\xe9\xce\x07\xf8\x02\xd0\xb7\x30\x46\x63\x2d\x02\x98\x21\x45\xbe\x64\xcd\x19\xce\x2f\x9d\x01\x62\xae\x8b\x76\x7e\x32\xa8\xbc\xd5\xdc\xfa\x60\x94\xff\xd3\x75\xe4\x5e\xee\xef\xc7\x4d\xc6\x40\x3b\xe3\x31\x19\xcd\x9f\x1b\xb9\xd1\xaa\xa3\xa7\x24\xe0\x2b\x91\x3b\x27\xdb\x17\x39\x40\xad\x64\x7a\xdf\x99\x44\xdd\x8d\xf6\xc5\xf5\x7d\x2d\xac\xa0\x5a\x26\x31\x68\xe3\x72\x06\x64\xe0\x10\x0e\xb2\x84\x12\x77\x35\x7a\x79\x99\xbc\x22\xdb\x10\x4b\xa8\x69\x18\x98\xca\x26\x92\xb3\x81\x20\x4a\x92\x69\x34\xa6\x67\x32\xb9\x05\xb6\x41\x3b\x07\x05\x53\x68\x83\x71\xd4\xee\x4b\x6f\x81\x5b\x52\x57\xac\xad\x46\x0b\x64\xc4\xc0\x07\x00\x65\xb6\xe2\x8e\xb4\x51\x19\xbe\x4d\xbb\x72\x34\xa5\xff\xd2\x13\xd4\x81\xe9\xc2\xd5\x06\xe2\xa8\xf5\x5b\xb4\x90\x89\x78\x10\x1f\x3f\x00\x7a\xff\xc8\xdc\x7c\x03\xf0\x25\xd3\xc2\xa5\x3b\x90\x89\x25\x6c\x12\xa5\x24\x32\x6b\x8d\x52\x8f\xaa\x10\x32\x8d\x49\x6a\x8a\x4c\xc5\xdb\x80\x1f\x77\xd1\x85\x7c\x03\xc8\xa6\x66\x7f\xe1\x00\x6b\x83\x97\x83\xf2\xfe\x9c\xfc\xa2\xc8\x8f\xb2\x7b\xb8\x9f\x27\xe8\x66\xd8\xf5\xe5\x5f\x46\xc4\x32\x3f\x00\x65\xe9\xfd\x00\xc8\x82\x21\x8a\xc5\x84\x1b\xed\x2c\xf3\x81\x38\x85\xa6\xeb\x43\x63\xba\x8b\x7a\xbb\xde\x82\xdb\x69\x2d\x67\xf4\x16\x93\xed\x69\x43\x0e\xdc\x4e\x8b\xee\xf3\x1b\xe0\x0c\x1c\x40\x82\x71\x01\x54\xc1\xb7\x33\xe0\x0f\xe4\x81\x0a\x46\xd0\xc8\xb9\x94\x43\x39\x27\xdd\x1d\x65\x1b\xd0\x18\xc3\xc8\x25\x08\xde\x00\x0c\x28\x29\x66\x6a\x13\x36\xad\xad\xbe\x3f\x81\xf1\x84\x78\xbd\x36\x13\xfb\x41\x36\x64\x03\x50\x14\x88\x94\x2a\x1c\x7e\x3b\xfd\x48\xca\x93\xd0\x05\xa0\xeb\xed\xf4\x03\x01\x89\x8a\x78\xf0\x0d\xc0\x6d\x43\x7b\x87\x1c\x54\x95\x8a\x67\x03\xb4\x72\xd1\x4f\x32\x17\xa0\x46\x4c\x91\xda\xbb\xe8\xe2\x2c\x94\xe9\xeb\x74\x9e\x65\xd0\xa0\xf4\xfd\x09\xd4\x88\xe9\x05\xa0\xea\xd5\x56\x99\x74\xfa\xab\x3a\x26\x19\xa1\xa8\x36\x31\x16\x8a\x01\xaf\xb0\x47\x8d\x51\xe0\x9b\xa2\x36\x36\xc6\x63\xaf\xba\xf7\x36\x46\x06\x32\x31\xc3\x8d\xe6\xda\xcd\xce\x13\xf0\x37\x6a\x9e\xfa\x01\x90\x03\x5d\x34\x8d\x06\xdd\x25\xe9\x74\xa6\x41\x77\x2d\x5a\xb8\xb3\x51\xea\xe8\x6f\xa3\x0d\x1d\xb3\x03\x40\xc4\x9c\xdf\x46\x99\x93\x43\x4f\x74\x86\x01\x17\xd5\xa3\x44\xa8\xea\xaa\xdc\x28\x11\xda\x27\x9b\x00\xe8\xaf\xca\xf9\x89\x71\x59\x8a\xb6\x4e\x5c\x1e\x5b\x3a\x43\x68\x90\xc3\xf9\x99\x4a\x9c\x57\x55\x31\x43\x1a\x0d\xcb\x4b\x16\xd5\x9b\x8e\xe5\x90\xcf\x64\x23\xbf\x56\x39\xdc\xca\x84\xac\xb7\xc9\x28\xbc\x4d\x1f\x08\x01\x71\xe6\xc5\x19\x4a\x4a\x3c\x11\x63\x07\x95\x2c\x62\x30\xa9\x87\x97\xc5\x6d\xa3\xc1\x92\xdf\xa7\x63\x30\x47\x32\x3f\xaf\xa5\xa0\xe4\x3a\x6b\x6c\x32\xb1\xae\xf8\xcc\x39\x19\xdd\xfe\x74\x0c\xd6\xc3\xad\x9f\x51\x67\x78\x81\x5b\x7b\x7f\x52\x9d\x99\xc4\xe0\xd0\x61\xaf\xd4\xd3\xd3\xc9\x28\xba\x7f\x78\x6d\x7c\x4b\x39\x4b\xea\x43\xbb\x4d\x9d\xf0\x93\xde\xf3\xef\x1a\xfb\xd2\x2e\xe8\x7c\x1c\xb3\x2b\xdf\x67\x90\xe1\xd2\xd7\xda\x19\x0f\xf0\x66\xe6\x87\x5c\xc0\x02\xb9\x8a\x99\x6f\x8c\x7e\x53\x0b\x99\x82\x6e\x17\x4e\xc5\x4e\x9a\xdc\x69\x8a\x6f\x8a\x0a\xd6\x29\x48\x2b\x9d\xfd\xd8\x00\x3d\xf0\x13\x01\x9c\xce\x25\x73\xe6\xba\x25\x31\xc0\x2f\x40\x35\xe2\x75\x00\x18\xa4\x53\x8b\xda\x19\x29\xb5\xe4\xd3\xb1\x4c\x07\x2a\x53\x1b\x99\xa2\xa5\xec\x07\xa0\x67\xd7\x5f\x38\xc0\xba\x21\xbd\x85\x49\x6a\xd0\x19\x68\xb5\x28\x1e\xd3\x06\x10\x5a\x9b\x94\xb3\x1b\xc8\x4f\xbf\x6b\x3d\x00\x95\x40\x02\x2a\x13\x0b\xdf\xe9\x00\x50\xad\x70\x35\x75\xa3\x9e\x52\xfa\x89\x2e\x89\x61\x6d\x1a\x0a\x5a\xbc\x28\x5a\x62\x57\xc2\x5f\x19\xfc\x74\x1b\x4a\x4f\x73\x1f\x00\xcc\xdf\x99\x01\xae\x7b\x85\x94\xeb\x06\x89\x7d\x93\x30\x79\x03\x10\x45\x74\x01\x93\xcc\x4e\xd3\xd7\x7e\x35\xe0\x6a\x03\x32\xdb\x92\xcf\x2c\x22\xf6\x9f\x4b\xa5\xd1\xfd\xc2\x3d\x2f\x91\xb8\x74\x1a\x96\x9b\xa2\x13\x74\x32\xe5\x55\x04\x7b\x03\xc8\xe2\x5c\xf5\x04\x35\xbb\xe2\x4b\xba\xd3\x37\x46\xa7\x62\x57\x54\x4c\x89\xac\x3b\x43\x93\x17\xb1\x98\xdd\x3b\x9c\x32\x64\xf8\xb0\x01\xe4\x21\xa3\xa4\xbc\xbb\x31\xf4\x33\x0f\xb0\x0d\xd0\xab\xf0\x3c\xc1\x04\x5c\x77\x39\x00\xee\xdf\x1a\x42\x67\x2a\xbf\x56\x5e\x00\x8c\x6c\xb9\x0e\x80\x04\x60\xe7\x6b\xa1\xc0\xe9\x52\x28\x77\x87\xf6\xa1\xe4\xf3\x71\xb8\x92\x75\x91\xc1\x0d\xe0\xcc\x33\xf5\xe3\x2b\x99\xa2\x7e\x82\xac\xfb\x5d\x72\x96\xee\x8b\xf6\x49\x67\x4c\x99\x99\x2b\x69\xe1\x92\x29\x37\x85\x4c\xe9\xe3\xc6\x2d\xff\x2c\xcb\x01\x4f\xef\xe2\x64\x3d\xfa\x80\xb8\xbc\xca\x2e\xaf\x0f\x7a\x68\xb5\xd3\x06\x63\x3a\x89\x4b\xe8\x83\x07\x7a\xee\x7a\x82\xf6\xfd\x22\x94\x7d\xc0\xec\xac\x9c\x85\x3b\x70\xd4\x76\x31\xb2\x7d\x30\x61\x88\xe2\x8f\xf6\xd1\x99\x00\x4b\x8b\x6e\x30\x5e\x9e\xa4\x8e\x9d\x6a\xd5\xa6\x03\xbd\x4b\xf3\x28\xad\x7d\x67\x8a\xc6\x26\x95\xc6\x06\x60\xf9\xab\x41\x3e\xc9\x14\xcf\x6b\x71\xd6\x34\x45\x4b\xec\x4c\x21\x58\xb2\xe6\x76\x0c\xc8\x8c\xe4\x1b\xdf\x99\x74\xaf\xca\x68\xa1\x2b\x75\xde\xfb\x93\x0f\xb7\x69\xd7\x6b\x3f\xce\x64\xa7\x7a\xed\x07\xac\x58\x36\x3b\x00\x1c\xe5\xea\xfb\x04\x76\xa5\xe9\xb5\x30\xe0\xaa\xf7\x0b\x04\x0d\x72\x05\x22\xe9\xcc\x85\xe5\x67\xf1\x0f\xb8\x9d\xd4\xa6\x85\x3b\x79\xdd\x36\x4d\xc3\xbc\x99\x24\x9f\x4c\x41\x9f\x09\x32\x78\xc9\xad\xfb\xcc\x34\x36\xea\xfa\x09\x83\x6f\x9d\xf5\x41\x3f\xff\xa2\x80\xa4\x1b\x40\x94\x34\x11\xfd\x29\xf9\xf9\x69\x03\xae\xdf\xa6\x2b\x43\x9f\x90\x9f\x77\x99\x69\x76\xda\x7d\x17\x05\x53\xe8\xb3\xe1\xca\x2e\x97\xcf\x4e\x8b\xec\x22\xa3\x96\x4e\xae\xa9\xca\xed\xa4\x4f\x64\xfb\xac\x12\xa9\x76\x06\xa1\xaf\xed\x12\x80\x08\x78\xed\x3e\x3d\x7d\x18\x78\x8f\x4b\xca\x0c\x32\x8d\x22\x0f\x91\x0d\xe0\xae\x48\xd9\x9b\xd9\x85\xb3\x57\xc6\x46\x66\x4c\x37\xac\xe0\x1d\x1b\x40\xf2\xb0\xf6\x17\xcc\xe8\x8d\x12\x32\x53\x50\x12\x93\x40\x4c\xb4\xd5\x2c\x91\xfa\x9a\xde\x98\x28\x6d\xe7\x6d\x7d\x03\xb8\x03\x73\x01\x9a\x31\x94\x94\xc4\x19\x1b\xa0\x63\xa6\xde\x92\x79\xf7\x34\x7d\x79\x21\x57\x6a\x6a\x94\x6e\xb9\x8a\x65\x66\x4c\xdc\xdf\xef\xd3\xb1\x2a\xf7\x33\x75\x4c\x69\x8b\x4d\xfd\x68\x34\xf7\x7a\x81\xc9\xd3\x59\x83\x05\x0a\xde\xfd\x56\xc7\x60\xa9\x56\xeb\xe9\x3a\x5d\x72\x64\xa0\x6a\xb4\x14\xed\x12\x32\x1a\x7d\xfe\xbb\xbc\x70\xcd\x06\x52\x42\xa4\xae\x6f\x41\xa8\xde\x2e\xef\x73\xb3\x49\x67\xd7\x4b\x8d\xd2\x74\xad\x9a\xe6\x99\x7b\x58\x86\xb2\x66\x32\x5d\x33\x75\x9d\x5b\x36\x25\x35\xfa\x65\x64\x81\xdc\x0e\x00\x41\xd4\xf9\x16\xa4\x5a\x6c\xa9\xa9\xa7\x4a\x91\x48\xc2\x60\x4a\xe6\x2e\xa6\xdc\x1c\x31\xef\xad\x92\x93\x33\x6a\xda\xba\x6c\x36\x8c\x76\x8a\x55\xc1\xde\xcc\x13\x0d\xa0\xb8\xcc\xcd\x0b\x6d\xe2\x5d\x8d\x16\x4e\x03\x4f\x92\x0d\x60\x77\x15\x01\x75\xf0\x09\x75\xac\x2b\xbe\x85\x1a\x45\x22\xa7\xa6\xab\xb2\xd1\xbb\xaa\xb4\xab\x1f\x00\x1a\xae\xaa\xae\xd3\x42\x45\xd6\x14\xe6\x50\x6c\x17\x59\xab\x9b\x0f\xa6\x63\xf4\xeb\x00\x30\x81\xbf\xd4\x0f\xb0\x40\x2e\x89\xf2\x06\x90\x1c\xff\x74\x0c\xa2\xee\x22\x5b\x58\x63\x54\xb0\x52\x34\xea\x3c\xae\x4d\x91\x0e\xcd\x3f\xa4\x69\xa2\x03\xe3\xa2\x2b\xab\x3a\x36\x90\xe5\xaf\x5f\x5a\x41\x03\x6c\xa5\x5f\xda\x51\xb4\xba\x2b\x72\x63\xb7\x01\xbd\x73\x55\xf0\xeb\x0d\x20\x97\x5c\xd2\x4f\xa8\x48\x52\x9c\x3a\x1b\x95\xd1\x34\x79\x55\xde\x00\x8c\x05\xb4\x5f\x06\xe7\x45\xf6\xb4\xc6\x9c\xe4\x2e\x6f\x33\x1b\xf4\xa9\x91\x8d\xa1\xd1\xda\xad\x8a\xe1\x33\x4a\xb7\x8a\x82\x18\x6c\x60\x40\x2e\x52\x0e\x30\xc1\xc7\x9f\x36\xa0\xa9\xaf\xda\x73\x83\x1e\x33\x12\x77\x99\x72\x76\x4b\x74\x67\x83\xf4\xf9\x1d\x31\x98\x78\x95\xf2\x3e\x01\xd9\xb7\x22\x82\x18\x4d\xbc\xcc\xce\x78\x74\x1a\xc8\x69\x9b\xca\x1a\x4b\x21\xf1\x4c\xf9\xaf\xa5\x66\x36\x9a\x67\x15\xf9\xb5\x6f\x00\x21\x07\x45\x2d\x07\xfc\x6a\x4d\x31\x87\x6c\x18\x6d\x2e\xab\xda\xd0\x3a\x15\xd1\xa7\x59\x54\x93\x1f\xca\x66\xcc\xd3\xaf\x12\x03\x11\x80\x97\xf6\x99\x39\x5e\x95\x25\xc2\x30\x99\x45\x65\x11\xa5\xe1\xd4\x2b\x9e\x99\x73\xfa\xb5\x5f\x6f\x1b\x94\x5b\xbf\x6d\xc0\xc5\xd8\xcb\x01\x10\x76\xa5\xbd\x6d\xc0\xd0\xfe\x6d\x83\xb1\xe1\xeb\x75\x00\x78\x47\x9f\x9e\x0e\x8a\x87\xed\x05\x10\x7c\xab\xb6\xbf\x70\x80\x0d\xaa\x9c\xc5\x3f\xdb\x18\x8a\x1e\x53\x0f\x80\x3d\x7c\xbf\x00\x8c\x86\x44\xf4\x69\x34\x54\xc5\x41\x19\xd3\x31\x17\xc5\x2f\xd8\x00\x4c\x1b\xd3\xfb\x13\x2c\x2f\x7b\x9f\x80\x61\xda\xf9\xd0\x89\x8c\x12\xe5\x7d\xc2\xe9\x0e\x7b\xda\xc0\x15\x44\xd6\x25\x1b\x60\x20\xec\xd3\x0f\xba\x3a\xbf\x6d\x0c\x5a\x01\xfb\x01\x40\xf4\xed\x6d\x14\x99\x83\xce\xe7\x43\x40\x5f\xb3\x48\xd8\xf8\xf0\x8a\xaa\x83\x94\x52\xd8\xd2\xcf\x6a\xfa\x50\x32\x75\xc6\x54\x81\x26\xfa\x0b\x40\x2b\x64\xef\x4f\xe0\xcd\x77\x96\x28\xe3\xff\xca\x34\x62\x03\xd4\xb8\xeb\x5b\xbe\x3c\xf3\x44\x39\x87\xa2\xfb\x9e\x2d\xfb\xc5\x98\x9e\xb3\x86\xb2\xde\x9a\x9b\xbe\x05\x5e\x04\xb5\x9e\xd5\x04\x2f\x82\x9a\x0f\x19\xfc\xd2\x6b\xfd\x8c\x07\x1c\x44\xdb\x61\x3d\xc6\x57\x5d\xd7\x78\xc0\x28\xbc\x5f\x5d\x1f\x47\x85\x85\x38\xdb\x0d\x80\xf9\x3b\x7b\x67\xd1\x46\xa1\xe9\xe3\x16\x93\x94\x1c\xd2\x41\xdb\xa2\x7e\x3e\x8e\xa1\x47\xf3\xa1\x25\x8f\x92\xa4\xf6\x03\x74\x28\x5e\xed\x00\x20\x3f\xf5\x05\x18\x36\x4d\x0b\xe6\x61\xda\x8e\x9a\x0f\x80\x40\x62\x87\x94\x3e\xd4\x91\x26\x3f\x00\xdd\x3f\xdf\x27\x68\x19\x72\xba\xce\xc3\xf8\xd0\x12\x26\xf6\x90\x1a\xc0\x18\xbf\xbf\xc8\xd5\xd9\x26\xa3\xbd\x48\x84\x68\x53\x8c\xac\xce\xab\x09\x05\x4e\x55\xa4\xc3\x0d\xc0\x5a\x96\x8c\xbd\xcd\x8b\x6b\x9d\xd7\x7e\x53\x20\x92\x5c\x5e\x00\x96\xbf\xf5\xbc\x05\x72\x49\x99\x9b\x6c\x00\x76\x30\x22\xe9\xcc\x01\x50\x25\xb6\xb7\xc9\xfc\x3b\xf9\xba\x0e\x80\xc0\x1b\x3a\x16\x66\xa6\xcd\xd7\xe9\x3a\xed\xd9\xb3\xe8\x07\xf5\xf0\x5d\x26\xf0\x36\x95\x5e\x4d\x1b\x48\xb1\xd5\xdb\x19\x0f\x10\xec\x22\xf7\x22\xa3\xdf\x64\x3b\xcc\xc9\x74\x85\x5b\xf0\x03\xe0\xf3\x45\x83\x26\x3c\x22\x9a\x94\xc8\xc6\x70\xe1\x5d\x61\x35\x6c\x82\x5b\xe9\xe7\x74\x66\x24\x8e\xd2\xcf\x13\x13\x5d\x57\xd2\x08\x9b\x93\x56\xaa\x5a\x0e\x74\x0b\x34\x71\xc4\x6e\x37\x97\x36\xaf\xdb\x2e\x49\x9d\x24\xec\x2e\x57\x3a\x5d\xda\xdc\xa0\x47\xab\x99\x27\x89\x53\x52\x57\x64\x16\xe5\x86\xe8\x53\x55\x92\xba\x0d\xc0\x2a\xd3\x05\x50\x5b\xa0\xf0\x5c\xce\xc8\xcd\xb5\x5d\xf7\x01\x18\xef\xef\x7d\x02\x3b\x9b\x73\xbb\x01\xba\x8e\x55\x02\x60\xa3\xba\xec\x4f\xdc\x0a\x25\xb9\xa7\xd1\x42\x37\xe5\x4b\x5f\x8b\xb4\x01\xc5\x4f\x4f\x15\x6a\x8c\x84\x6d\x03\x30\xe4\xbc\xfe\x82\x19\xbd\x5b\xa5\x43\x64\x53\xaf\x1b\x9d\x98\x4c\xc3\xd9\x98\xb8\xf8\xd2\x60\x75\x4a\x86\xb3\xa6\x84\x51\xe8\xa4\xd0\x72\xc7\x66\x2a\x12\xee\x39\x13\x56\x9a\x6e\xfc\xee\x08\x9f\x52\xa4\x06\x70\xc6\x73\x28\xce\xed\xe6\x8e\xab\x61\x55\x74\x6d\xf7\x0c\x83\x41\xd9\x2a\x6d\x00\xb4\x84\x6c\xea\x06\xe0\x3b\xd5\x0e\x00\x5b\x09\x99\x8a\x6c\xe0\xcd\xc9\x1c\x00\x92\xc6\x5a\xd7\x1c\x29\x8f\xa1\x7c\x4a\x37\x00\xdb\x11\xf2\x8b\xee\xc8\x15\x5b\x33\x8d\xec\xdc\xfb\x60\x02\xe9\xf3\x04\xc5\x7f\xbc\x7a\x3b\x23\x0b\x74\xdd\xd6\xdd\x3f\xe0\xa0\xda\xad\xd7\x3e\xcc\x4b\xa9\xd7\x0e\x98\x13\x74\xb9\xb0\x39\xed\xbf\x8a\xae\x42\x3e\x68\x19\xa2\x18\x57\xce\xb8\x99\xa6\x70\x32\x3e\xb2\xa2\x2d\x55\x01\x30\xf9\xce\x7e\x9e\x98\x30\x4b\xac\x7a\x82\xf6\x5f\x0a\xad\xe5\x8c\x84\x59\x74\x27\x71\x39\xdc\x28\x0a\xbc\x0f\x44\x1b\x77\xb9\xb1\x6c\xa0\x83\x07\x78\x9f\x80\x1d\xda\xe9\xa9\xb2\x63\x50\xbe\xe1\xa3\xea\x00\xd3\xe7\x33\x8a\xa5\x92\x37\xf9\x68\x58\x52\x92\x4b\xfa\x60\xb2\x22\xe5\x14\xdb\x00\xc4\x5d\x3c\xc0\x9c\xf6\xfd\xa6\x50\xce\x3e\x9c\xdb\xed\x3c\x41\xfd\xf1\xd9\x5d\x8a\x71\xa5\x40\xab\xce\xd4\xee\xe5\x90\x9f\x79\x33\x17\xa2\x56\xf2\x84\x5e\xa0\x8a\x6d\xf7\x59\x78\x05\x51\xc7\x66\x65\xaa\x68\x4a\x72\x9d\x59\x3a\x9a\xdc\xb6\x9d\xf2\x9e\x2a\x41\xd4\x06\x10\xbd\x95\x34\xde\x27\x7c\x37\xba\x02\xe0\x3a\x1d\xee\x9b\xac\x32\x5d\xee\xf4\x52\x12\x3a\xd2\x0e\xde\xa5\x1d\x00\xf4\xb9\x29\x8e\x82\x4f\x04\x5b\x77\xe5\x79\xf1\x39\x19\x25\xcd\x0f\xc0\xc5\x4f\x21\x87\x4f\x2a\xc4\xdf\x46\x3f\xdc\x2f\x22\x94\xf4\xf4\x2e\xd2\x4d\x3a\xf5\x35\x4d\x96\xd5\x83\x89\x05\x4c\xbe\x64\x83\x79\xeb\x4a\xe2\x59\x33\x4c\x9e\x84\x59\x00\xed\x14\x15\x10\x78\x90\x94\x56\xa5\x40\x18\x46\x07\x35\xe5\x22\x18\xd4\xa4\x14\xd9\xf4\x6c\x00\x4e\x36\xa4\xcf\xc3\x0a\xd7\x69\x57\xc7\x0a\xc3\xec\xf2\xf0\x19\x86\x5b\x6d\xef\xdc\x2f\x1b\xc0\xbd\x26\x0b\xa8\x20\x4a\x22\x28\xc3\x1a\x44\x18\xed\xbc\x05\xc1\xd9\x8a\x1c\x20\x86\xf2\xd6\x49\xed\x3e\x0c\xb9\x52\x6b\x39\x8d\xc2\xde\xc2\xe5\x01\x30\x0c\xee\x40\x45\x6a\xd5\x61\x9d\x5e\xc9\x49\x5f\x0b\x7b\xeb\xa2\x30\x8e\x83\xa1\x8e\x8a\xdc\xa3\x86\xc9\x11\xe3\x74\x6c\x30\x7e\x78\xd1\xe7\x53\xbf\xa2\xa0\xd3\x1b\xa0\x4f\xec\xfb\x44\xc3\x59\x53\x0f\x40\x76\xff\x7d\x82\xb2\x26\xcd\x1c\xbd\x19\x14\x9a\x6f\x1f\xf1\x10\xa9\x9e\xa9\x84\xc1\x84\xb9\xa9\xa7\xcc\x02\xd5\xef\xff\x7c\x03\x2b\xe9\xbf\x9e\x5f\x83\x01\xf2\x8b\xd4\xe9\xc3\x91\x88\xa9\x49\xa3\x38\xe8\xda\x6a\x37\xc9\xe2\xf0\x2e\x2f\x85\x72\x00\xec\x36\xcd\xbb\x1b\xfc\x98\x25\xa9\x1a\x54\xa4\x74\x09\xfd\x07\x33\xba\x36\x39\xad\x0c\x25\x62\x4d\xdc\xa0\xc3\x99\xda\x40\x3c\xd7\x98\x1d\x9a\xa6\x5b\x3d\x9d\xd0\x89\x35\x29\x63\xa6\xc3\xde\xbf\x4b\x0c\x3e\x29\xdc\x6a\xf2\x63\x98\x83\x3e\xef\x89\xbb\x7e\xd2\x69\xa5\x4b\x50\x3e\x67\xa6\x01\x21\x3f\xff\xe3\x9d\x99\x96\x79\xb0\x7e\x8e\x7a\x82\x97\xa7\x2f\xd2\x6b\xde\x4d\xba\x97\x67\xc0\x82\xb5\x5a\x39\x00\x98\x41\x45\xb3\x78\x18\x6d\xbb\x67\xd2\xc9\x47\xd1\xb6\x15\x41\xed\x19\x17\x6d\xa0\x79\xc2\x9d\xac\xb1\x0a\xeb\xf8\x30\x74\xb6\x29\x05\xc0\x33\x98\xf9\x43\x3b\xe5\x19\xc8\x56\xd9\x14\x8f\xfb\x19\x09\x97\x27\x59\x8c\x3d\x23\x33\x16\x27\x39\x8f\x67\x64\x06\xb1\x29\x7a\x4b\x61\x1a\xd9\xf3\x2d\xb0\xe1\x68\xb2\xe6\x7f\x78\xa0\x75\xe5\xa3\x7b\xe8\xba\x58\x34\xfb\x8f\x5c\x17\x53\xd7\xb7\xc0\xd4\xf1\xa8\x6d\x1f\x0a\x84\x6a\x3a\xaf\xed\x52\x0b\xd8\x01\xa0\x2c\x4f\x7a\x82\x31\x41\x5b\xfb\xbf\x6b\x7a\xff\x31\xfe\xf5\x7f\xac\x7f\xfa\x5b\xba\x7e\x7f\xfe\xd6\x37\xf1\xfa\xa7\xbf\x7d\x22\x58\xf1\xfe\x27\xff\xfe\xa4\xcd\x03\x7f\xd6\xde\x3f\x7f\xfb\x84\xe2\x3c\x32\x5a\x7c\x22\x3b\xfa\xfe\xc7\x7f\x7f\xe2\x9c\xfe\x44\x08\xfa\xfd\xcf\xf3\xfb\x13\x89\x43\x3e\x61\xfc\xb3\xff\xd9\xbf\xda\x9f\xfe\x89\x88\xf2\xfb\x9f\xfd\xab\xcd\x97\x7d\x83\x07\xd9\xff\xec\xd9\xcf\xa1\xf0\xfb\x46\x76\x89\xbf\x7d\xe1\x62\x9e\x43\x91\xff\x0d\xf7\xf2\xfd\x4f\xa4\xbd\x0d\x1d\xef\x37\x66\x77\xff\x03\x6c\x13\x88\x95\x2c\x72\xa0\xa3\x00\xef\x4d\xa2\x1f\xa1\x60\x90\x03\xad\x7b\x9d\xa2\xe0\xbf\x3f\xc8\x9d\x9c\xc0\xaf\xa2\xe0\xbf\x3f\x71\xf3\x5e\xc9\x22\x3e\x35\x0a\xfd\xf7\x27\xf2\x4e\xec\xca\xe4\xdb\x70\x21\xca\xc8\x25\x9c\x2c\x04\x5a\x28\x8c\xdf\x9f\x38\x76\x56\xb2\xb8\xe0\xa0\xb0\xdb\xb8\xf1\xec\x47\xcf\x22\x70\x69\x41\xdf\xe2\xe6\x8b\x02\x73\x21\x97\x8d\x23\x4c\x59\x14\x36\xd9\x0b\x95\xe0\x4a\x7e\xf3\x4b\x60\xdf\x19\xbe\xed\xbb\xb2\x09\x15\x0a\xdf\xdf\x9f\x10\xc3\xac\xe4\x21\xd1\x44\x61\xfd\xfe\xc4\x25\x6f\x57\x62\xfe\xa2\x90\x7f\x7f\x22\x7d\xcc\x4a\xf0\xcc\x40\xc1\x7e\x7f\x22\x7f\xd4\x4a\x1e\xf1\x28\x50\xd8\xcf\x62\x84\xe6\x30\x7c\x1d\xed\x4b\x7a\xf8\xe0\x47\xf5\x23\x1c\x69\x5d\x31\x46\x73\x0a\xa7\xf6\x20\xcc\x1c\x76\x95\x23\x4d\xeb\x8f\x1e\xb6\x50\x2b\x21\xaf\x31\x0a\xf9\xf7\x27\xcc\x62\xa3\x62\x42\xe7\xef\x4f\xa4\x8a\x89\xca\x47\xe8\xfa\xfd\x09\x1b\xd2\x5d\xd9\x0d\xa2\x60\xbf\x3f\xc1\x1b\x46\xe5\x21\xba\x07\x31\x68\x43\x54\xb2\xd0\xb6\x51\xbe\x6d\xe8\x6d\xfb\x88\x0d\x99\x5c\x54\xd4\xc2\x5e\x3a\x0d\x33\x88\x6c\x4f\x28\xa4\xdf\x9f\x38\x3e\xa2\xa2\x76\xf7\xfa\x0e\x99\x68\x54\x9a\xd0\xdd\xb3\xca\x3e\x4c\x17\x3a\xf6\xb3\x42\xf5\x6d\x7b\x37\x44\x14\xe5\x95\xe6\xd7\x30\x27\x33\xf2\xa9\x76\xce\x49\xa4\x4e\x45\xe1\xfb\xfb\xd3\xb3\x9e\x65\x7f\xc3\x78\x21\x4c\x54\xa2\x52\x84\xda\xef\x4f\xe7\x98\x7d\xb9\x0e\x91\xd0\x18\x09\xa7\x13\x12\x1a\x47\x61\x5f\x11\x8c\x3d\xfb\x0e\xbd\x6d\x0f\x13\xf2\x7e\xef\x0a\xbf\x22\x72\x61\x44\xe2\xaa\xa8\xa8\xbf\x7b\x91\x46\x3e\xc6\xa8\x54\xa1\x7b\x0d\x5d\x37\x1b\x9e\xea\x44\x50\xc1\xeb\x66\xcb\xf3\x2b\x38\xf2\x3c\x27\x0c\xf1\xe2\x16\x61\x58\xa1\x2b\x55\xc2\x49\x70\xa4\x95\xc6\xa6\x44\x42\xad\x28\x04\xa3\x15\xe6\xa3\x51\xd3\xd3\xb1\x0a\xe3\xd4\x8d\x1a\x3f\x06\x09\x65\x91\x9a\x7f\xd7\xb2\xe0\xa0\x5a\x5c\x5a\x8b\x1b\x9e\x7e\x7b\xc8\x58\xbe\x6b\x53\x30\xc2\x13\xb0\x83\x5a\x46\x21\x5b\x4b\x97\x9e\xd6\xc7\x2f\x24\xa9\x06\xe9\x41\x78\x23\x14\xee\x0d\xd7\x4c\x38\x09\xee\xbf\x3f\xf9\xe2\x34\x3e\xda\x26\x11\x0e\x37\x87\xac\x38\x6a\x5f\xc1\xcf\xef\x4f\x46\x9e\xfa\x34\x23\x42\x37\x0a\x9b\x78\x67\xae\xdd\xc7\xb3\xe0\xb2\xa9\x4c\x2c\xff\x6c\x17\x36\x66\xa6\x76\x37\x72\xbf\xef\x4a\x15\xda\x91\x4e\xbb\x10\x37\xe1\x2e\x72\xb7\x2b\x43\x28\x84\x73\x44\x3f\x42\x61\x1d\x4e\x74\x09\x85\x02\x1a\x28\xfa\x9c\x19\x6f\x69\x73\x94\x51\x29\x42\x63\x62\xf4\xec\x57\x28\x6c\x86\x81\x0e\x7d\x47\x1c\x07\x31\xa0\xd9\xae\xa9\xfe\xee\x79\x08\xeb\x99\x95\xed\xd6\x37\xc3\xd6\x34\x47\xda\xc1\x95\x2d\x19\x7b\x01\x89\x50\x8e\x24\x7f\x51\x9d\xc2\x91\xa8\xfa\x6a\xc4\xbf\xc2\x91\x65\xbc\xb2\x1d\xf5\x05\xb9\x2b\xb2\x71\x44\xb2\xda\xcf\xc1\x28\x67\x6c\x9c\x5d\xfd\x0a\x67\xb6\x72\x0f\xbc\x68\x16\xc2\xc2\x13\x99\xef\xb3\x75\xb5\xd2\xa1\x87\x0b\xd1\x43\x54\x9b\x70\xe4\xf9\xbe\x8d\xb8\x0b\x47\xef\xf9\x55\xdd\xbe\xc2\x99\x6d\x1b\xed\x2c\xcd\x50\x48\x9a\x53\xef\x40\x9d\xb3\x19\x51\xf6\x43\x7b\xbc\xca\x34\x90\x92\x5d\x78\x36\x21\xb0\x40\x1d\xdb\x6f\x17\xf2\xef\xcf\xe6\xfe\xc1\xc2\x80\x61\xf9\x3f\xf1\x30\xab\xc0\x91\x07\x85\xf2\xfb\x83\x34\xb0\xbb\x86\xed\x56\x78\x3d\xc5\x79\xb5\x6b\x5f\xc1\x58\x04\x57\xc0\x13\x63\xb0\x0b\xfd\xf7\x27\x98\xeb\xa8\x0c\xa1\x9b\xf0\xb3\x97\x13\xab\xab\xe0\xa8\xea\x0d\x5f\x34\x07\xbb\x31\x37\x71\xec\x0d\xaf\xfb\x60\x7d\xee\xc2\xfd\xfb\x13\x17\xe0\x55\xe6\x57\x28\xee\x28\xc1\x22\xae\x32\x9f\xc9\x4e\x84\xc1\x34\x84\x36\xab\x6a\x3f\x54\xec\x87\x14\x5a\x92\x55\xed\xc6\x0b\x2b\xbc\x7f\x3a\x76\x5a\xb5\x04\x12\xbb\x0b\xfb\x98\x0e\x1d\xde\xaa\x56\xf0\x81\x95\xb7\xd3\x2b\xac\xaa\xa2\x6a\xc2\x83\xab\x8b\x4c\xf3\xbb\x36\x05\x07\xed\xcd\x3d\x03\xc7\xf0\x55\x5a\x36\xa4\x08\x71\xb1\xab\x60\x3a\x76\x61\xef\xb8\x14\x86\x2c\x51\xed\xc2\xf7\xe1\x10\xba\xbe\x55\xad\xaa\x99\xe0\x46\x42\xd0\xbf\x2a\x2c\x1d\x50\x18\xfb\x8b\x12\xd0\xc1\xa6\xc3\x2a\x38\x45\x7c\xcf\x5d\x9b\xfc\x20\x04\xdb\x08\x67\xf1\x55\xb1\xb6\x51\x88\x13\x31\xa1\x91\x3e\xd9\x74\xa8\x36\x7b\xcc\x6f\x35\xc3\x8e\xd8\x85\x7b\xb3\x11\x46\xb4\x09\xdd\xc7\xb2\xa1\xe1\x08\x3c\x88\x42\xfa\xfd\x89\x18\x86\xbb\x32\xd8\x2e\x42\x3a\x84\xa7\xfc\xae\x69\x12\xe2\xba\xdc\x22\x9f\xed\xaa\x08\xfa\x8b\x42\x1c\xe2\x09\x4d\xbb\x06\x2f\x72\x84\xe6\x90\x6b\x47\x6d\x0a\xfe\xec\x85\x6d\x68\x64\xa8\xd3\xa1\x62\xf4\xd0\x6f\x45\xad\x0b\xc6\x44\x16\xc2\x53\x30\x27\x12\x13\x36\xd4\xf1\xc1\x8e\x0b\xfe\x0a\xde\x13\x13\x37\xc4\x55\x61\xd9\x81\x42\x2c\x2a\x4e\x63\xe4\xec\x42\xe1\xf9\xfd\x01\xeb\x57\x91\x05\x0f\x85\xf6\xfb\x13\x76\x85\x51\x19\x42\xc1\x44\x61\x0a\xbe\x93\x5f\x13\x29\xb2\x9c\xab\xf5\xab\x65\x83\x6c\xd8\x99\x4b\x81\x14\xa6\x82\xc2\xb4\x74\x45\x1b\x88\x4b\x85\xc2\x26\x8f\x11\x7f\x68\x55\xcf\xec\x87\x47\xf0\xf3\x16\x71\xf5\x76\x8d\x6d\x7b\x48\x72\x7a\x78\xf5\xae\xea\x55\x8d\x44\x70\x9c\x1e\xd6\x6d\xab\x7a\x57\x23\x41\x25\x73\xa8\xe6\x77\x8d\x9b\x0f\xf6\x95\xb9\x62\x1b\xb8\x81\x34\xee\xc2\xe6\xb2\x23\x88\xda\xae\xe1\x8c\xaf\xc8\x18\x5e\x32\x56\x89\x93\x47\xde\x85\x7d\xd0\xdd\x95\x3d\x1c\x60\x20\x76\xa1\x63\x33\xa1\xf5\x31\xd9\x3a\xcc\xe9\x72\x84\x31\x5e\xd5\xc9\x23\xef\x42\x8a\x2f\x72\xc2\x59\x70\xd9\x1b\xa7\x11\x06\x91\xad\xb0\xcf\xc8\xe1\xc8\xb1\x6b\x43\xf0\xfe\xb4\x86\x63\xbe\x22\x51\x19\x0a\x65\x4f\x1b\x56\x9b\x2f\xae\x64\x0f\x43\xeb\x16\xc2\xd1\x55\xc7\xc5\xd9\x1c\xd7\x9e\xcd\x4c\x52\x05\xff\x60\x14\xf6\xf5\xa5\x78\x03\xcc\x4d\x09\x71\x71\x8e\xac\x26\xab\x22\x16\x13\x0a\xe3\xf7\xc7\x83\x57\xa8\x43\x94\x64\x04\x25\x89\xe8\xe7\xab\x42\x26\x8c\x02\xa2\x75\xdd\x80\x5d\xf0\xe6\x6a\xd3\x8d\x45\x0f\xef\x21\x14\xd6\x1e\x28\xec\xa8\xf1\xe1\xb8\x32\xd1\x40\xe2\xda\x1c\x5f\xee\x1d\xaa\x70\xf3\xcd\xe7\x49\xbe\x2b\x7c\x72\x42\x9a\x18\x95\x2e\x34\x3a\x28\x74\x08\x9d\x31\xc7\xe8\xe0\x52\xbf\xd7\xee\x77\x58\x5f\xee\x8a\xc6\x89\xe6\xeb\x21\x2e\x5f\x75\x3c\xb8\xde\x56\xa8\x4a\x91\x99\x64\xd7\x46\x25\xbc\x17\x4c\x09\x5d\xe7\xae\xe1\x0a\xb2\x0b\x9b\x33\xbb\x71\xce\xd7\x49\x6e\xab\x22\x0d\x79\x8e\x38\x28\xab\xc2\xf7\x06\x85\x3b\x7a\xd8\x09\x57\xc1\xb0\x1a\x48\x84\x97\x60\xe4\x55\x66\x23\x38\xe5\x77\x61\x9f\x51\xb8\xf7\xd4\x79\x93\x76\xc3\x13\xb9\x14\xcc\xf0\xbc\x49\x7c\xe6\x1d\xc4\x27\x5d\x7a\xe7\x64\x0f\x23\xcb\x58\xe3\x46\x9e\x89\xe3\x4d\xf7\xe5\x1b\xa3\x85\xcc\xdf\x28\x94\x38\x44\xd0\x15\xb2\x33\xbb\x10\xbb\xa7\x0b\xe7\xb0\xcc\x0e\x9a\x0c\xd4\xc0\x39\xef\xc2\x66\x39\x30\xf3\xd3\x06\x9f\x8d\x00\x41\x30\x6e\x58\x75\x3a\xe7\x61\x86\xfd\x87\x1b\xc7\xc4\x71\x03\xaa\x14\x8d\xdf\xa1\x43\x8c\xea\x57\x38\x0e\x4b\x1c\xae\x33\xdc\xd4\x51\x80\xba\x14\xdf\x33\x78\x68\x40\x9d\x09\xd7\xaf\xa8\x75\xc1\x7b\x2d\xb7\x9e\xfe\x9c\x2b\xaa\x73\x92\x26\xcc\xc8\x00\x99\x43\x99\xb5\x6b\x83\xd3\x87\x5c\x05\x09\x9c\x67\x9d\x1f\xe7\x44\x85\xab\x5a\xf8\x1d\xed\x0a\x69\xc2\xfc\xec\x79\x84\xad\x49\xd4\x9a\x60\xc8\xe4\x31\xab\x4b\x0b\x09\x37\xb0\xc8\xe3\x13\xb5\x21\x18\x02\x53\xb4\xbd\xb4\x06\xd6\x88\xcd\x9f\x01\x3f\x6a\x04\x21\x0d\x53\x04\x0c\x5d\xcd\x38\xd9\xbb\xb0\xb9\x9d\x30\xd3\x5c\x7b\x62\x1c\x70\xdd\x6f\xf1\x08\x4e\xb7\x6b\xa0\x71\xbb\x90\xf7\x44\x45\x0f\x9b\xd5\x21\x78\x4f\x6b\x89\xf8\x78\xab\x59\xc7\x3c\xed\x02\xe7\x09\x8f\x9b\xf1\x9d\x48\x4c\x9e\x73\x1c\x7b\xbb\xfa\x11\xfe\xdd\x27\x70\x07\x8a\x9d\xde\xe0\xa4\x90\xc2\x4e\x79\xd7\xb0\x94\x76\x61\x4f\x44\xa8\xe6\x56\x33\x37\x76\x25\xdc\x81\x5a\xa8\x79\x76\x4d\x9f\x19\xb1\x0d\x22\xa4\xd6\x6a\x36\xb0\xe9\x76\x21\xce\xbd\xb8\x96\x36\x9b\x7a\x18\x4e\x36\x61\x9b\x17\xb5\x26\x18\xd1\x53\xf0\xf4\x47\x4f\xc7\x5c\xc3\x91\x70\xd7\x06\xbb\x1d\xc2\x8d\x14\xd6\x0f\xab\xd9\x17\x7c\xd4\x2e\xec\x05\x91\xd9\x93\x47\x43\xf5\x40\x8c\x14\x8c\x54\x43\x6e\x58\x14\x7a\x5c\x97\x0a\x60\x8e\xb7\x87\xd1\x83\xe3\xbc\x6e\x08\x98\x8f\x42\xcc\x4e\xf0\x1e\xcd\x13\xf8\x9d\x86\xf8\x8e\xa5\x3b\x9e\xce\x20\x0a\xbb\x30\x7f\x7f\x2a\x7b\xe2\x15\x8c\xeb\x2e\xec\x7b\x73\xc8\x2c\x77\x4d\xaf\x8c\x29\xce\x21\xc0\xde\x35\x6c\xa2\x86\xa8\x8e\xb0\x5a\x5c\x0d\xa9\x5e\x51\xc8\xfb\x6e\x1b\x5b\xae\x79\xc3\xfd\xac\x41\x8d\x0b\xbf\x8f\x5d\x53\xbf\x91\xb6\xe2\x0a\x5b\x92\xd5\xbc\x73\x9d\x78\x30\x9f\x3d\x42\x3f\x45\x6d\x0a\xde\x57\xf8\x8e\x91\xf5\x08\xa8\x86\xc2\x37\xd6\x66\xa0\x64\xdf\x76\xc1\xf6\x08\x66\x7c\x0e\x6f\x20\xbb\x10\xc7\x07\xce\x48\x7a\x30\xa3\x30\x63\xc9\x1a\xde\xc9\x5b\xc8\x2e\x94\xd8\x3e\x1c\x96\xc9\x79\x63\xfc\xfa\x1c\x36\xa9\xbb\xaa\x4f\x9a\x9c\x0a\xa2\x4b\xe8\xf3\xfb\x93\xc1\x05\x36\x58\x78\x46\x61\x13\xe4\x16\x86\xbf\x51\x4b\x82\x73\x7c\xbe\x11\x2e\x82\x37\xdf\x1e\xea\x9f\x5d\xe3\x7a\xf3\x58\x6f\x20\xa1\xcd\xbf\x5c\xe1\x8e\x1b\x51\xa8\x19\x76\x6d\xf0\x8d\xc8\xa8\x1a\x66\x68\x51\x33\xc1\xbe\xe9\x92\xe3\x8d\x0f\x89\x81\x87\xb8\xa3\x39\x3a\x02\x95\x01\x0a\xd1\x3f\xd0\x88\x71\x73\x48\xe0\x41\xdd\x71\x06\xb7\x91\x39\xf7\x60\x5a\xa0\xe5\x5d\x6d\x68\xb9\x41\xc7\xec\x09\xa4\x03\xaa\x5f\x14\x56\xcc\x4f\x41\x2b\x03\x74\xb6\x21\xbe\x08\x8c\x7b\x76\x0d\x97\x96\x5d\x88\xb3\x29\x94\x97\xab\x8d\xa9\xc7\x45\x96\x3b\xf0\x8f\xde\xfa\x09\xb1\x49\xbe\xf9\xfc\x07\x97\x91\x5d\x48\x41\x99\x30\x8c\xf0\x91\x40\x21\x9e\x87\xf4\xb7\x8d\x0f\x97\x3f\x7c\x26\x3a\x04\xd6\x0d\x46\x63\x28\xc0\xcd\x15\x23\xb3\xf4\x51\xc1\x6f\x5b\x84\xdd\xdd\x35\x67\x27\x43\x0a\xe6\x8e\xf5\x3c\x16\x27\x74\x20\x63\xed\x0d\xe1\x4e\x1b\x0f\x77\xc5\x78\xe2\x5e\x1e\x29\x47\xa2\x56\x05\x6f\xa6\xa5\x60\xf3\xc3\x3c\x0b\x85\xd8\x2c\x8e\xae\x3c\x9a\xbb\x67\xcf\x1d\x0c\xf1\x16\x3d\x8a\x51\xd8\xec\x53\x02\xf5\x1c\xcf\x54\x23\x71\x63\x4a\xd8\xce\xf3\x02\x43\xb9\x0b\x7b\x5d\x40\xf8\xdd\xe6\x05\xf1\x39\xdd\x91\x1b\x74\x09\x0d\x79\xa0\x50\xd8\xe7\x6d\x06\x9d\x9c\x17\xa7\x68\x46\x1c\xa7\x9c\x40\x86\xe6\xcd\x4d\x8e\xe4\x50\x0d\xd2\xaa\x5d\xfb\x0a\xde\xeb\x22\xdc\x49\x76\x0d\x52\xe7\x36\x91\x15\x0c\x0c\x7c\x43\x52\x28\x14\xf6\xb4\x25\x6c\x2c\xb8\x16\xa3\x00\x17\xad\x58\x8a\xb3\x08\x86\x45\x80\x63\x85\xce\xca\xad\x3f\xc3\xde\xb9\x87\xdd\xf1\xa2\x1f\x2c\x0a\xdf\x3d\x99\x29\x06\x76\x1a\xae\x3b\x0d\x26\x5b\xc8\xc7\x1e\xb5\x8f\xe0\xfd\x74\x03\x99\x98\x0e\x9e\x6a\x17\x7a\xc0\x18\xaa\xc1\x23\x65\x86\xef\x96\x67\xd0\x89\x39\x07\x3f\x07\xb1\x74\x2c\xa2\x3a\xae\x36\x3f\x9a\x87\x08\x93\xe2\x11\xe9\x7b\xd1\xcf\x32\x0a\x7b\x50\x90\xd2\x62\x75\x89\x3d\x3a\xc5\x80\x94\x7b\x74\x09\xec\x3a\x7d\x44\x12\x68\x79\xb7\x1b\xeb\xad\x33\x63\x52\xbe\x8e\x9e\xf7\xff\xc1\x28\x75\x23\x9f\xbb\x0b\x21\x5b\xbb\xe2\x0a\xda\xe1\x42\x82\x82\xa3\x39\xbc\xfe\x76\x3d\x1f\xa7\x6b\x0e\x8f\x89\x5d\x05\x3f\xb3\x0b\x23\x64\x8e\x99\xcf\x4f\x7e\x06\xb2\x32\x85\x9f\xd9\xea\x96\x70\xe7\xdf\x85\x7d\xbe\xaa\xf5\xac\xde\x44\x48\x86\xae\x6f\xcb\x7a\x29\xe2\x18\xb7\xf0\xf4\x5c\x74\xd4\x44\x61\xfc\xfe\xa4\x88\x47\xbf\x6b\x2e\x78\x0f\x74\x86\xd0\xad\x4b\x00\xd8\x99\x02\xf2\xbe\xcd\x89\x67\xe1\xe5\xf7\xa7\x18\xbb\xd8\x71\xc6\xec\x42\x6c\x6c\x1c\x03\xdd\x3a\x76\x59\x47\x40\xf2\x9a\x83\x39\xde\xec\x2a\x5b\x31\xc7\xd1\x63\xc2\x97\xf0\x07\x03\xd6\x81\x0f\x0e\x0c\x2c\x4c\x22\x72\xe1\xea\xe6\xfa\xa4\x50\x85\x77\xac\xd7\x2e\x61\x48\x87\x30\xc4\xc2\x86\x61\x75\x1b\x9a\xa5\x90\x7a\x20\xc7\xca\xae\x81\x88\xef\xc2\x42\xd7\x31\x02\x63\x70\x1c\x11\xec\x27\x45\xd2\xb9\x5d\xd5\x6c\x44\xa8\x90\x06\xe9\x72\x47\x2e\x24\x14\x22\x1c\x41\x41\x2b\x5f\x7d\xd1\x17\xbb\xb8\xb1\x75\x92\xd3\x5d\xe8\x78\x6b\x25\x7e\x9e\x7f\xe2\xfe\x62\xe8\xe5\xd2\x88\xad\xe0\xc8\x72\xc5\xca\x7b\x70\x91\xdc\x85\x50\xc9\x04\x1f\xd4\xfd\xe2\x5b\xa1\x03\xbc\x2d\xe2\x2d\xed\x2a\x76\x72\x87\xf4\x23\x83\x16\x76\x04\x81\x41\x61\xee\xbd\x19\xf2\x8c\x5d\x7b\x08\xef\x33\xdc\x21\x0e\xea\x30\x66\x40\xe1\xf3\xfb\x93\x43\x35\xbe\x3a\xa2\xc0\xa0\x10\x52\x22\x68\xcf\xba\x67\xf5\x25\x2e\xf4\x3d\xb2\x71\xec\x1a\x87\xd1\x73\x2c\xea\x8a\x05\xe3\x19\xa7\x5e\x87\xe8\x25\x71\x7d\x79\x01\xf3\xb5\x0b\xc1\x4e\x5d\x59\xf8\x47\xf8\x77\x2f\x47\x7e\x67\xc1\x2d\xb0\x33\xce\xcc\x1d\x2e\x69\xbb\xca\x39\xf5\x70\x41\xce\x09\x64\xc2\x0b\x88\xd0\x2e\xec\x95\xd1\xd0\x95\x32\xd5\x08\xce\x93\x44\xb4\x0b\xdd\x17\xb8\xb0\x69\x58\xdd\x29\x5c\xe8\xe0\x35\x91\xa0\x71\xd7\xf4\xc2\x70\xc9\x4b\xe1\x6a\xb0\xba\x37\xe7\xc7\x47\x62\x26\x78\xed\x46\xcd\x05\xc3\xb4\x23\x03\x1e\xfc\x78\xb8\xf0\x3a\xfb\x47\x61\xe7\x2e\x84\xad\x0e\xf6\x96\x38\xcf\x0e\xce\x33\x81\xc3\xec\xe2\x30\x3b\x38\x4c\x23\x85\xf4\xae\x9e\x84\x45\x65\xd2\x00\xf2\x26\xb2\x0b\xe9\xf7\xa7\x44\x0c\xb4\xd5\xdd\xb9\x85\x1c\x7e\x10\x14\x89\x77\xf7\xc9\xc7\x23\xd8\x00\xf2\xa1\x45\x6d\x0a\xde\x2b\x25\x83\x5a\x3b\xf5\xc0\xdd\x19\x67\x00\x84\xcb\x87\x73\x2e\xb1\x11\xaf\x88\x69\xb0\xba\x4f\x9c\x8f\xbb\xb0\xf6\x07\x71\x75\x4e\xad\xab\x30\xef\xc9\x91\x0f\x7d\x75\x49\xb2\x76\x21\x88\x25\x3f\xe8\x63\x4b\x30\x82\xb8\x5d\x18\xf2\x8f\x86\x3c\xce\x99\x5e\xd9\x73\xaa\x7c\x3b\xcc\x26\x53\xee\x6c\x45\xdf\x19\x1a\x5b\x8b\x48\xec\xab\xfb\x57\x1f\x14\xda\x54\x84\xf8\x8c\xda\x14\xfc\x09\x18\x3d\xfc\xaa\xed\x20\x09\x5e\x38\x2a\x4b\xdf\x13\x02\x9d\x62\x20\xc4\xc8\xd5\x84\x42\x0e\x42\x91\xd1\xf1\xa5\xb1\x5d\xa0\xac\x7c\xfc\xd1\x2e\x44\x56\xcb\x14\xd6\x30\x51\x5d\xc2\xc1\x35\x72\xfe\x29\x2e\xea\x4c\xd5\x9f\x35\x00\xcf\xe0\x7a\x0e\xf3\x79\xe4\xc0\x58\x7d\xe8\xa0\x1d\x38\x68\x23\xed\xc2\xae\x81\xc7\xec\x08\x0d\xdf\x2f\x0c\xd7\xa0\x48\x67\x17\xea\x1e\x00\x4c\x34\x92\xbc\xa3\xd0\xf6\x00\x84\x2c\xaa\x8f\x44\x5a\x36\x22\x5a\x54\x8e\x28\x07\xab\x8f\xcc\x09\x1d\x39\xce\xea\x0b\xd2\x98\x0e\xf9\x60\x14\x82\xb2\xde\x09\xa3\x8e\x78\x82\x28\xc4\xde\x4f\xc1\x63\x76\x44\x8b\x47\xe1\x13\x6b\xf7\xc6\x6b\x0b\x29\xeb\x28\x38\x8b\xc0\x96\x77\x24\x42\x47\x21\x36\xba\x81\x42\x23\x30\x3b\x0a\x48\xdb\x92\x00\xf3\x4c\x87\xd9\xa8\xdd\x58\x8e\x08\x6c\x8e\xc2\x0c\xc2\x15\xdc\x7a\x47\xb0\x72\x14\xf6\x6c\x93\x40\x23\xd6\x37\x0a\x61\x15\x6b\xe8\x63\xd7\xf8\xf6\xa0\x67\x8e\xc3\x78\xf4\xc1\x4f\x8a\x7b\x62\x87\x64\xb9\x23\xc8\x36\x0a\x7b\x39\x42\xa7\xd9\x87\x71\xaa\x87\x85\x44\xaa\xf0\x3b\x79\x2d\xe9\xb8\x96\x94\xb0\xa3\xdb\x35\x0d\x63\x24\x1b\xac\xe1\x8a\x15\xb5\x2e\x38\x46\xa5\x78\xff\x0b\x9c\xd3\x70\x1e\xe0\x23\xe4\x5c\x77\xb2\x9b\x2f\x27\x8d\x65\x24\xe8\x9c\xb0\xa3\x06\x55\x11\x1d\xc1\x9c\x7b\xad\x84\x35\xe7\x63\xcf\x79\xee\x1c\xb5\xa1\x71\x80\xfe\xee\xba\x38\x6c\x53\x53\x85\xa4\x20\x77\xe4\x68\x8a\x6a\x12\x8e\x10\x24\xe0\xbf\xc6\xb4\x22\xbc\xc6\x37\x03\xfe\xa8\x99\x10\x9e\xf7\x70\x74\x5c\x1d\x97\x12\x14\xfa\xa6\x91\xec\xe3\xa3\x4f\x0a\xd9\xea\x7d\x43\x2a\xd5\xe7\x85\x8b\xf2\x2e\xec\x6b\x5e\xc5\x3b\xe7\x8d\xfb\xe9\x2e\x78\x34\x0e\x98\x6a\xe2\x8e\x40\x44\xfd\x06\xdb\x20\x36\xbf\x83\xcd\x2f\x37\x78\xbb\x99\x79\xde\x31\x5c\xd0\x1e\x5f\xe2\x55\xf8\xbe\x40\x19\x8e\xc1\x99\x71\x55\xee\x33\x62\x7f\xd4\x86\x83\x1d\x77\x04\x14\x9e\xbd\x6e\xb0\x8b\xe1\xf8\x8d\x42\xbc\x33\xee\x95\x7d\xea\x40\x99\x50\xf9\x5e\x61\x06\xbc\x3a\xb4\xb4\x51\xe0\xbe\xc4\x64\x4c\xe7\x49\x33\x23\xde\x43\xcd\x60\xf9\xa6\x73\xdf\xcc\x88\xbb\x57\x2b\x76\xeb\xa4\x8c\xa3\xd3\x56\x28\x47\xb6\xc3\xd5\xe7\x47\x7d\x0c\xf9\xbb\x19\x36\xf1\xfc\x6a\xb8\x10\xd5\xa1\x40\x1f\xda\xe7\x97\xe7\xef\x0c\x7e\xcb\x0c\xac\xb3\xec\x50\x3a\xec\x50\xbc\x98\x60\x17\xbc\x79\xe1\xce\x51\xfc\x92\x72\xd0\xb8\xe4\xce\xe0\x1c\x27\xd5\xd5\xbb\xb0\x2f\x40\x37\x1f\x5f\xe4\x04\x11\x47\xc6\x8c\xe3\xf2\x90\x12\xcc\x67\x0f\x9c\x45\x08\x9f\x5d\xd3\xd4\x85\x25\x85\xdd\x1c\xad\x47\xa3\x15\xd6\xdf\x99\x1c\xc2\x7c\xc8\x7b\xcd\x67\xbf\xdb\xc9\xef\xe1\x36\x84\xc2\xfd\xfb\x53\x22\x5c\x71\xd4\x92\xe0\xe0\x9a\xee\xcc\xc7\xa7\x1e\xdf\x4b\x14\xd9\xfe\xa3\xd6\x05\xc7\xde\x86\xc4\x6e\x57\xbf\xc2\x43\xe6\x09\x3d\xb1\xc9\xcc\xc2\x60\x66\xd1\x21\x82\x37\xe4\xa6\x42\x21\xbc\xa6\x70\x45\x35\x23\x3b\xb9\x27\xe1\x8a\x71\x69\x80\x71\xa6\xee\xc2\x26\x34\xb8\x23\x19\x3c\x68\x50\x88\xe5\x15\x87\x84\x19\x4f\x83\x5d\x28\xbf\x3f\x09\xf6\x3f\x86\xf0\x92\x28\x84\x35\x30\x34\x75\x06\x0b\x3d\x14\x62\x46\x83\xf9\x34\x6b\xce\xc6\x43\x7a\x57\xa0\x4c\x33\x23\x99\xdd\x85\x84\x01\xc0\xe3\x1d\xc3\xbb\x0b\x41\xa5\x22\xbf\xf0\xae\x62\xc0\x0c\x2a\x63\x8b\x18\xec\xcb\xa0\xdf\x45\x61\xfe\xfe\xa4\x30\x6d\xdc\x35\xdc\xee\x76\xe1\x1b\x4f\xa3\xeb\x8e\x3d\xba\x0b\x71\x13\xc8\x49\xb8\x09\xf7\x3d\x49\x37\x5a\xf1\x21\x38\x2e\xcc\x29\x52\x4b\x2c\xb3\xa1\x81\x09\xd3\x86\x06\xc9\x95\xd9\x57\x93\x11\x6b\x37\x41\x43\x66\x70\x42\x41\x21\xcc\xa8\x7a\xf0\xd9\xe6\x05\x74\x7a\x17\x62\x60\x82\xd4\x99\x57\xbe\xd4\xe3\x94\x2b\x50\xbd\xee\xda\x43\x18\x16\xf8\x61\xcf\xbb\x0c\x8a\x4e\x14\xc2\x84\x2d\x18\x56\x73\x9b\x84\x11\x46\x39\x47\x70\xc3\xb5\x3f\xb4\x01\x87\xbb\x6d\x8e\xf0\x9d\xbb\x0a\xa9\xdb\x2e\xac\xdf\x1f\xb8\xf6\x2e\xf3\xc1\x4f\x82\xe3\xb9\x81\x03\x37\x69\x3c\x0d\x1a\x4f\x8b\x2c\x93\xcb\xa0\xe7\x44\x21\xff\xfe\xe4\xf0\x96\xdf\xb5\xc1\x77\x42\x2f\x71\x25\x0c\xaf\x7f\x21\x19\xd9\x85\xe0\x36\xc2\x1d\x64\x99\x2f\x6c\xd3\x5d\x08\x0a\x9b\x3b\xfa\x48\x3b\x8c\x5d\xe8\xb8\xb2\xc7\xec\x0d\x1a\x1b\x19\x58\xa3\x3b\x71\xb6\x07\xcd\x8d\x76\x61\x0f\x0d\x2c\xbb\x6c\x50\x20\xb1\x0b\x61\x11\xd2\x0b\xe1\x2a\x18\xb1\xf6\x82\x85\xb4\x71\x4f\xe1\xa1\x80\x06\x01\xb7\x91\xa0\xc8\x31\xe4\xdf\x49\x11\x22\x6f\xd7\x38\xee\x03\x59\x2c\x4b\xc6\x88\x21\x77\x3c\x0a\xe9\xf7\x27\x83\x11\x35\x18\x34\xa3\xb0\x42\x39\x99\x01\x4f\x3d\x1d\xaa\xc2\x2b\x62\xcb\x2c\x1b\x05\x22\x5d\x03\x23\x55\x22\x62\x5e\xd4\xba\x60\x0f\xa3\x81\x0b\x9f\x44\xab\x90\x5d\x88\xeb\x76\xc6\xde\x1b\x55\x03\x86\x38\x72\x29\x61\x8f\x8d\x0a\xc9\xc2\x2e\x84\xf4\xba\xb2\xf3\xda\xd9\x8c\x7d\x93\x23\x3e\xe9\xb2\xd1\xf5\x7c\x48\x22\xcc\xb1\x96\x10\x2e\x12\x85\x60\xa3\x23\x90\xfc\xb2\x41\x9d\xde\x2e\xec\xdb\x12\xcc\x6b\xe8\x3c\x8e\xc2\xe6\x5c\x9d\xb3\xe7\xfa\xa8\xd8\x9c\xf0\x6e\xdc\x35\x35\xee\x61\x47\x63\xd8\x64\x63\x6a\xae\x11\xc7\xec\x32\xac\x77\x04\xb4\x41\x61\xe3\x77\xb9\xfe\x82\xf1\x92\x8d\x8f\xa6\x2b\x96\x74\x81\x5a\x9b\x2e\xc2\x28\x04\x5f\xc1\xb5\x40\x8b\xc8\x5d\x98\x71\x80\x76\x7c\xd9\x52\xa7\x16\xec\xdd\x0a\x16\xf8\x58\x24\x37\x74\xf5\xcd\x35\xf4\xc9\x26\x6d\xad\x41\x5b\x6b\x11\x9b\x6e\xd7\x48\x11\xa0\x9f\xbd\xaf\x84\xde\xcc\xc4\x81\x9b\xc1\xe4\x7b\xcb\x84\x49\x59\x67\xc2\x85\x1c\x12\x47\x9b\xb4\x62\xdb\x85\xbd\x62\x23\xca\xc4\x32\x24\x53\x45\x61\x5f\x05\x22\xff\xdb\xae\xa9\x95\x70\x48\x2d\xd0\xc9\xdb\xcc\x38\xe6\x76\x21\x56\x60\xc8\x55\x77\xed\x23\xf8\x1b\x30\x9e\xa6\x75\x93\x31\x8b\x7d\xaa\xd8\x82\xb3\xb8\xf0\x3d\xc9\x08\xd2\xb8\x6c\x8a\xf4\xcd\x20\x7d\x8e\x4b\xa9\x4d\xf2\xef\x86\xc0\x39\x1e\x3e\x2e\xbb\x86\xcb\xc4\x2e\x94\x0d\xe3\x44\x98\x46\x6a\x33\x91\x00\xe6\x82\x1c\xc0\x24\x42\x35\x88\x50\xef\x3b\x7c\x89\x96\x41\xd9\x8b\x42\x08\x0e\x35\xba\xc3\xf9\xd6\xe0\x7f\xef\x1c\xb1\x2e\x96\x4d\x0a\x9f\x76\x61\x33\x11\x90\x5a\xd3\x93\x15\x85\x58\xae\x20\xcf\xf3\xa3\xd1\xfd\xc0\xa0\xa0\xe1\xa5\xb4\x3f\x33\xd8\x9f\xdd\x17\x29\xe8\xfc\xa8\x33\x61\x1d\x7d\x5f\x06\xe2\x34\xbf\x1a\x48\x44\x4a\x4a\xe1\x5a\x18\xd5\x87\x78\xd8\xcb\xa6\x70\x06\x8c\xaa\x9e\xa7\xc1\x2c\x76\xf2\xfc\x6a\x70\x20\x0a\xeb\x9d\xef\xe5\x0d\xd7\x60\xd6\x7a\xd7\x88\xe5\xb5\xdc\x48\xe5\x76\x21\x85\xf9\xbd\x13\x1e\x82\xe7\xde\x07\xce\xa7\xb1\x65\x77\x21\x4c\xba\x63\x29\xb9\x65\x30\x0c\x8e\x5c\xf5\x1d\x1a\x58\xb7\x8c\x9b\x04\x1d\x67\x2d\xe2\xa2\xec\x1a\x36\xb8\xc3\xc5\xcb\x60\xfc\xee\x30\x99\x44\x01\x86\x51\x86\xc7\x0b\xc8\xf3\x2e\x84\x91\x51\x64\xd5\x8e\xea\x10\x1e\xb4\x2c\xc2\x5a\x2e\x47\xb2\x4a\x14\x62\x4f\xe2\xfe\xe2\xc8\x59\x89\xc2\x13\x46\x6e\x09\xf0\x10\x3c\x62\xed\x75\x0c\x40\xd3\xb8\x20\xff\xd6\x65\x7e\x13\xaf\xc2\x1b\x7a\x69\xc0\x31\xdf\xbb\x70\xa3\x97\xe8\x4d\xd3\x18\x44\x54\xfd\x1a\xd1\x74\x76\x4d\x63\x00\x8d\x66\x8a\x68\xe8\xcb\x91\x47\x1f\x85\x19\x6a\x68\xb4\x6e\xce\x6f\x8a\x54\x4b\xb9\x70\xdc\x27\x0e\xba\x5d\x28\xe8\x24\x5a\x99\x53\x38\xe2\x22\x69\xe4\xbf\xea\x24\x94\x7d\xb7\x73\x11\x3c\x20\x4b\xbb\xf0\xdd\xe7\x68\xdc\x8f\xe8\xb1\x8b\x82\xc3\x92\x53\xf8\x10\x3e\xb1\xa1\x3a\x70\x50\x94\x5d\xd8\x6b\xc9\x82\xfc\xbb\x93\xba\x39\xa3\x61\xe7\x48\x04\xbd\xab\xe0\x31\x76\x61\xfd\xfe\x54\x88\x3f\xdc\x79\x59\xdb\x85\xe0\x0f\xc3\xaf\x6e\xb9\x37\x35\xd3\xe0\x06\x13\xa6\x7d\xee\xbc\xe4\xef\xc2\x08\x2b\x9a\x0b\x78\x57\x27\xe3\x46\x55\xe1\x4c\xe1\xde\x71\xc0\xee\x42\x86\xc6\xa7\x13\xd7\xe3\x38\x19\x23\x5e\xe5\x72\x77\x70\xce\xbb\x10\x36\xa0\x46\x78\xb0\x19\x0f\xbf\x1d\xdc\x3f\xdd\x1d\x0c\x8c\x23\x49\x7a\x8e\x68\x31\xcb\x7d\x70\xd1\x40\x58\x97\x8b\x0b\x36\xc1\x9b\x1a\x5e\x05\x5d\x1c\xea\x62\x68\x79\x3c\xd2\xda\x45\xad\x08\xde\x6b\x20\xd2\xbb\xec\x1a\xc8\xd2\x2e\xd8\x3e\xc8\x1c\x83\x4b\xbb\xda\x5d\xe8\xf1\x4a\x27\xec\x82\x47\x34\x82\xa7\x3f\x7a\x3a\xa8\x59\xe9\x17\x06\xe5\xc3\xc5\xeb\x08\xc7\x91\x22\x5f\x7b\x54\x97\xf0\x90\x7f\x39\x36\xbc\x7f\x26\x3f\x28\x5c\x29\x2a\x74\x89\xee\x1f\x4d\x74\xdc\x37\x2b\x8c\x7a\xdc\xbf\xce\xd6\x23\x77\x4f\x85\xaa\xce\x9d\x26\x88\x0e\x65\xb3\x83\x51\x75\x7f\xb8\xad\x1d\x01\x04\x32\xae\xbc\xee\x8f\xb3\x71\x44\x0d\x4d\xf0\xe6\x70\x7f\xf4\x52\xde\xb3\xa0\xad\xf3\x71\x81\x47\xd9\x85\x1c\x53\xe4\x84\xab\xe0\x30\x37\x0c\x06\xcb\x21\x99\x43\x61\xb3\x6f\x70\xe9\x70\x31\xa4\x0e\x86\x34\x3b\xc6\x65\x5c\x24\x8f\x23\xdc\xa2\x0a\x2c\x26\x7c\xdc\x7a\x1a\x51\x4a\x13\x5c\x9f\x7c\xdc\x5c\x44\x03\x49\xd5\x53\x84\x0d\xdb\x55\x6e\xdf\x11\x1e\x45\x77\x6e\x98\x8e\x91\x06\x3b\x83\x48\xa5\x57\x66\xdf\xc9\x7a\x3a\x58\xcf\x3b\xe1\x46\xe1\x83\x56\xea\xbb\x10\x46\x91\x15\x23\xc0\xb3\xd9\x99\x8c\xf1\x82\xc5\x9c\x8f\xc2\xd9\x1e\x71\x6f\xb9\x6f\xef\xf9\xcf\x39\x29\x1f\x14\x74\x38\xb2\x2e\x56\x9c\xa2\x3e\xda\xe0\x5b\x10\x31\x38\x45\xf4\x86\xe5\xa3\x3b\x3f\x0e\x1e\x75\x97\x37\xf4\xaa\xab\xb3\x08\x8b\x79\x3b\x16\xcf\x70\x3d\x8f\xa4\x23\x39\x75\xe1\x43\xf8\x3e\xa1\x9c\x63\xe4\x7a\x2d\x9c\x31\x73\x38\x9c\x2f\x87\x39\x40\x14\x60\x09\xca\x29\x98\x6a\x3d\xd8\xcb\xea\x37\x3a\x4f\xb3\x00\x87\x59\x40\xe9\xd8\xc7\xe3\xc3\x35\x48\x3f\xf3\x14\x81\x09\x76\x55\xf3\x8e\x30\x6b\xf9\x06\xc9\x1a\x1f\x67\x33\x88\x17\x90\x33\xbf\xe9\xa3\x21\x83\xdd\xe3\x05\x81\x84\x8f\xaf\x26\x32\xdc\x8b\x0a\x8c\x17\x7c\x7c\x07\xd7\x0f\x72\x7d\x5f\xb8\xb8\x38\x42\xad\xa0\x00\x9a\x15\x92\x17\x87\xfe\x1c\x05\x18\x2f\x04\xdb\xee\xf3\xe6\xce\x82\x98\xac\x3a\x0e\xcc\xc9\xbb\xc8\x2e\x24\x58\xa8\xc7\xd7\xce\xc2\x41\x60\xd0\xc4\x04\x55\xa9\xcf\xca\x1d\xc4\xec\x22\x09\x1e\x3f\x8e\x10\xd5\x28\xc4\xe8\x74\x3e\xdf\x48\x42\x27\xb2\x4e\x26\xe8\xb8\x7c\x6a\x85\x30\xa6\x74\x82\x1d\x80\x4f\x51\x74\x66\xba\xcf\x50\xed\xfb\xec\xc2\xc3\x94\xbc\x72\xd3\x4d\xda\x92\xef\x02\xe4\x09\x17\xba\xef\x60\x07\x77\xe1\x1b\x8f\xa3\x37\xd4\x97\x38\x84\x62\xf7\x5d\xc1\xf1\x20\x3c\x32\x0a\x0d\xd6\x98\x99\xf8\x47\xf8\x6e\x26\x83\x1a\x4f\xda\xef\xec\x42\x78\x9e\x40\xee\xee\x93\xa6\x3a\x0e\x06\xf0\xbe\xaf\x0b\xcf\x7f\xd5\xcb\x2f\xcd\xeb\x32\x9e\x27\x1f\xe7\x70\x03\xbb\x53\xc7\x21\x20\x3e\xce\xc1\xc7\x55\x88\xe6\x76\x6d\x09\x0e\x9d\x6e\x01\x01\x87\x5b\x17\x0a\x0d\xf6\x27\x68\x66\x91\x64\xcc\x85\x80\x88\x50\x77\x2d\xa3\x5f\xe3\xa2\x4b\x4e\xcb\xc1\xb7\x2f\xa3\x69\xc6\x2e\x54\x84\x16\xed\xc4\x3b\x71\xe4\x27\x0d\x2f\xd4\xb5\xec\x56\x3b\xb8\x53\xb7\x88\x8e\x17\xd5\x2e\x3c\x02\x0e\x40\x5d\xb3\xa0\xd3\x8f\x02\x94\x72\xb8\x30\xed\xea\x87\x38\xbc\x79\x61\x9d\xb2\x8c\x4a\x8f\x05\x79\xd6\xdd\x0a\xfb\x49\x5f\xcb\x45\x87\xa0\x16\x69\x6b\xd7\x92\x43\xd0\x62\x9a\x95\x06\x0d\xcc\xae\x36\xe1\x78\xbe\xf1\x79\xac\xfd\x45\xc7\x9f\x16\x11\x5c\xd7\x92\xe3\xcf\x2e\x20\x59\x3c\xfb\x93\x8d\xfd\xcc\xf0\x6c\x8d\x38\x12\x51\x7d\x88\xa3\x9f\x70\xe5\x59\x96\xd5\xcf\x3c\x99\xdd\x94\xcf\x83\x1d\xdf\x85\x07\xe1\xb1\xf1\x5d\x45\xef\xc5\x7d\xaa\xe1\x9e\xb5\x64\x6f\xb0\xe0\x07\xb2\x71\xb4\x5f\x06\xdf\xcb\x2c\xb9\x91\xab\x39\xaa\x55\x38\x12\x8f\x5e\xf8\xae\xaa\xf6\xb1\x77\x1b\xbc\x3d\x17\x78\x65\x14\x98\xc4\xa2\x13\x1f\xc2\x27\x22\xc2\xdd\xc4\xbf\xc4\x11\x5d\xa6\x73\x9c\x2b\x28\xde\x62\x8c\xe9\xd6\xf9\xbd\xbc\xf8\x2d\xb0\xdb\x4c\x67\xbb\xab\x53\xfd\x61\x3f\x2b\xfa\xdf\xd4\xcf\xc6\xac\x72\x9c\x97\x06\xde\x68\x31\x0a\x43\x8b\x90\xe0\x51\x2d\xc2\x23\xbc\x10\xec\xb8\x96\xfc\x88\x17\x53\xc7\x23\xeb\x57\x54\xf9\xbd\xf0\x24\x6e\x76\xe1\x7b\xdb\xfc\x08\x47\x74\xb5\x84\xf6\xbb\xfa\x83\x64\xb0\xcd\x72\x26\xde\x85\x23\xf7\x68\xd6\xf3\x1c\x37\x26\x7e\x85\xb9\xdd\x82\xcc\x33\x0a\x6c\xbf\x61\x1f\x51\x72\xb2\x20\xe5\xbc\x9b\x39\xfa\x63\x63\x09\x47\x5e\xe0\x82\xf1\x37\xad\x5b\x63\xbe\xe0\x82\x76\x5c\xfd\x84\xfc\xb3\x39\xf7\xa3\x3b\xd7\x8f\x33\x7d\x81\xf1\x79\xcd\x8b\xb3\x1d\xc7\xba\x1a\x6a\x67\x30\x6b\x5b\x4a\xc4\xf9\xbd\xb8\x33\xf7\x8b\xe3\x33\xb4\x4f\x07\x23\x4b\xd6\x4e\x9c\xeb\x64\x30\xcf\x6c\xc3\x3a\xa7\x7c\x71\x31\xe5\x7c\x87\x8f\xcd\xbe\xbb\xf3\xbd\x93\x5e\x62\x86\x71\x9e\x5a\x27\x93\x69\xf6\xec\x26\x9e\x84\x23\x68\x6c\x06\x4e\xf1\xce\x32\x90\xe1\x7e\x73\x7c\x68\xbf\xb7\x0b\x15\x71\xcb\x32\x71\x7e\x17\x42\x19\x17\x68\x1c\x77\xf5\x23\x3c\xe2\xcf\x45\x10\xb7\xa8\x2e\xe1\x48\x7e\xd1\xb0\x6e\xbf\x7a\x2f\xa2\xd1\x15\xf8\x7e\x2c\x24\xb0\x47\x21\x1c\x2e\xa1\x0d\xd8\xd5\xaf\x70\x24\xf7\xfa\x2b\xae\x77\x4b\x17\xb9\x5d\x60\x0a\x83\x44\xbc\x09\xc7\x67\x90\x6c\x91\xd5\x5e\xcc\x9b\x5f\x6e\x6e\x83\xaf\xa6\xed\xcb\xe4\x3e\xd7\x4d\x5c\xdd\x45\xf0\x17\x18\xd4\x2c\x78\x05\xa1\x30\x4f\xb4\xd8\xa8\xea\x33\x10\x2b\x07\xe2\xcc\x65\x4b\xd3\xb9\x10\x34\x25\x71\x58\x97\x57\xe1\x5f\xc4\x84\x14\x4e\x72\xb6\x10\xa5\x3b\x71\x19\x2d\x91\xef\x35\x19\xca\x01\xd3\xf9\xa8\xfd\xc7\x98\xed\xe0\x22\x6e\xc2\xa1\x35\xe1\x76\xa2\xe2\x7e\x19\xc2\x33\x95\x4c\xb2\x48\xc5\xfd\xa2\xfb\x3f\xd2\xb0\x44\x95\xdf\xf5\x0c\xa6\x67\xc1\x34\x3f\x1a\x9f\x87\x21\x5f\x79\x4c\x3e\x1a\x07\x46\xb0\xc3\xfd\x7d\x29\x8c\xc0\x52\x52\x29\x58\x1c\xed\x6a\x11\x4e\x61\xb2\x13\x77\xe2\x8a\xdd\x59\x80\xf3\x18\xf6\x30\x8a\xbc\x4b\xc6\xfc\x3a\xdd\x7f\x96\xa2\x6e\x65\x1c\x03\xae\xe3\xd9\x6f\x44\xe4\x89\x00\xd4\x51\x9d\xc4\x19\x33\x26\x11\x27\x79\xf2\x9b\x41\x66\xb1\x6d\xfc\xd6\x7b\x6f\x1a\x16\xe2\x18\xf6\x1b\x1c\xe8\xf2\x7b\x32\x75\x04\xbe\xeb\x9e\x6a\x9f\x91\xfc\x1a\xfa\xa9\xe3\x99\x21\xf7\x4b\x01\x59\x47\xc0\x7d\x14\xd6\x89\x94\xb9\xab\xae\xe7\x11\x0e\x07\x06\x18\xbb\x9a\x88\xa3\x7d\x58\xe0\x2f\xd7\xb1\xed\x30\x6f\x28\xd0\x2d\x2d\x38\xa2\x45\xc1\xfd\x84\x3a\x8b\x2a\xfb\x99\xd9\x0e\xd8\x23\xd7\x31\xec\xcc\xbf\x50\xb1\x7e\xbc\x70\xfd\x78\xc1\x7c\xc1\xa9\x60\x57\x39\x3e\xc8\x0e\x53\x78\xfc\x3b\x65\x5a\x8b\xb9\x3f\x11\x34\x68\x2d\xd7\x31\xec\x95\x71\x55\xb1\xce\xbd\xaa\x9f\x8c\x0a\x17\xd9\xb7\xa2\xfa\x10\x67\x3b\x1c\x37\x1d\x93\x08\x18\x71\x17\x1e\xcf\x4e\x43\x89\xe5\x0c\x8e\x8b\x0b\xcc\xae\x0a\x67\xaa\x2e\xb6\xdf\x70\xe3\x5c\x4c\x03\x56\x78\xdc\xba\x8e\x3d\xef\x4c\xcd\x69\x98\x77\x4a\x51\x16\xa4\x28\x50\x90\xef\x0a\x7b\xdf\x19\x5a\x83\xb3\x42\xc3\xfb\xe5\x50\x17\x14\x38\xfb\xec\x6a\x15\x1e\x6f\x35\x8e\x8e\xe9\xad\x4c\x88\x60\x60\x8e\xdc\xc8\x04\x39\x0c\x1d\x4b\xe4\xbe\x89\x2a\xdf\x6b\x6c\x07\x87\x8c\xeb\x30\xa4\x81\x15\x55\xb3\x4b\x32\x9d\x10\xa5\xfc\x2a\x25\x43\x54\x85\x33\x76\x1d\x77\xaf\x0e\x43\x47\x6c\xd9\xe2\xdc\xa5\xd4\x12\xee\x4b\xe5\x9b\x40\x35\xaa\x4d\x78\x58\x77\x5f\xa0\x9e\x3e\xb4\x1a\x06\x63\x64\x5e\x6c\x5f\xe3\x83\xc3\xb0\x5e\x5c\x55\x3a\x0c\x1d\xe2\x3d\x44\x69\x8f\x2a\x57\xdb\x44\x92\xa4\x2b\x63\x57\x4c\x52\x67\x78\x0f\xdc\xf5\xe2\x6e\xf9\xa8\x1d\xe4\x73\xa9\x91\x2e\x34\xaa\x7c\x1e\x87\x58\xbd\x39\xfe\x5f\x3d\xff\x45\xa4\xc0\x9b\xab\xf3\xab\xd5\x73\xd2\x59\xa1\xff\x94\xd8\xec\xc2\xf8\x55\xfe\xf9\xa8\x7e\x84\x3f\x27\x25\xc9\x5a\xae\x53\xc1\x97\x70\x8c\xe7\xc3\xc3\xd3\x1f\x44\xfa\x87\x06\x74\xf9\x23\x2a\xf9\x28\xf6\x2c\x56\xe7\xc3\x43\xd8\x41\x6d\x6b\x06\xb5\x1a\xa2\xb6\xe3\x52\xac\xe8\x46\x7c\x12\x47\x4a\x90\x8c\xef\x1a\x17\x4f\xc1\x71\xb1\x1d\x9c\xa6\x43\xd4\x73\xc0\xb2\xb8\x42\xa7\xb7\xab\x1f\xe2\x78\xbe\x60\x1d\x0e\x51\xb7\x81\xa0\xf7\xb5\x74\xe1\x95\x38\x73\x14\x85\x00\x74\x21\x1c\x52\x14\xd8\x0e\xe6\x65\x88\x8a\x0d\x50\x25\xe4\x7c\x5f\x6b\x88\x2a\x8d\xc2\xf4\x1b\x38\xad\xe5\xa1\xb9\xe0\xa1\x79\x5b\x04\xdc\x8e\xaa\x0b\x47\xe4\x06\x5c\x1a\x64\x74\xb5\x46\x65\xc8\x6a\xec\x97\x41\x43\xf6\xc5\x94\x18\x15\x06\x89\x6b\x88\x79\x87\x59\x16\x13\xdb\x47\x75\x0a\x8f\xa0\x96\x64\xbe\x06\x45\xea\x6b\x30\x53\x02\x7c\xe0\x76\xb5\x0a\x87\x21\x2d\xa8\xf0\xa0\xac\x7d\x17\xca\x89\xee\x1c\xd5\x25\xfc\x39\x19\x28\x76\x95\xa7\xc2\x40\x6c\x36\xbb\xf9\x5d\x8d\x54\x78\x34\x65\xac\xa8\xc4\x39\x0e\xc8\x88\x65\x37\xa8\xde\x68\x9a\x77\x25\xc8\xfb\x2b\x02\xaf\xfd\xf4\x69\x0e\xb1\x5e\xf5\x7a\xf2\xba\x83\x79\x02\x22\xb5\xc0\xae\x4e\x7d\x1e\x87\x83\xcb\xab\x69\x38\xe0\x48\x6f\xb0\x3f\x5a\x32\x5b\xdb\x85\x2f\x70\xb4\xdf\xb5\x8c\x10\xef\xac\x67\x4e\x9b\xee\x20\xcc\xd3\x6b\xb0\xf3\x5e\xa3\x6b\x98\x40\xbc\x2d\xc2\x57\x46\xd5\x84\x2f\xe0\x6c\x7f\xe8\x79\xc4\x04\xe4\x76\x1d\x7d\xe8\xbd\x88\xd2\xcc\xed\x3a\xba\xbe\x17\x64\xdd\x12\x97\x9d\xc8\x3a\xc3\x9b\x5b\xe2\xf4\xd3\x7c\x7d\x29\x5b\x4a\x24\x7d\x5c\x6b\x88\xdc\x0f\x78\xfb\x59\xc2\x5d\x69\x30\x1c\xc0\x2e\x20\x43\x4b\xe9\xc4\x5d\xf8\x03\x1c\xfd\x31\x32\x95\x8c\xc4\x65\x89\xf3\x62\x64\xe2\x06\xec\xe0\x2d\x71\xdc\x68\x96\xbb\x0b\xe8\x7f\xe3\xf3\xfa\x5e\x63\x66\x18\x90\xf5\x61\x9a\x77\x9b\xc4\x31\x9e\x36\x0f\x0e\x73\x19\x63\x7f\x48\xfe\x06\x8e\x25\x8b\xe4\x65\x6b\x0d\x7a\x20\xee\x02\xde\x0b\x66\x0d\xda\x71\x14\x3e\xc0\x8d\xf8\x12\x1e\xed\x44\x34\xf4\x5d\xd5\x72\x77\x64\x5c\x23\xd3\x3a\x18\xec\x60\xc1\xea\x70\xe3\x18\x37\xd7\xf6\x76\x44\xfd\xcb\x89\xcf\x43\x91\xb6\x0b\x68\x9f\xe3\xaf\x63\x6f\x30\x93\x13\x99\xd9\xa1\x3b\xe0\x60\x42\xa7\x5c\x0b\xf1\x87\x38\xb6\x25\x42\x5a\xec\xaa\x0b\x47\xfb\xb8\x2b\x8d\xa1\xfe\x30\x4d\x02\x99\xdc\xa1\xe3\x70\x0c\xc4\xfc\x16\x39\x1e\xda\x47\x88\x91\x67\x99\xfb\x85\xbe\x5d\xbb\x80\x71\xe0\x7e\x19\x3c\x1e\xc6\xe0\x77\x81\x69\x95\x21\xe3\xa2\x21\xa3\x65\xee\x97\xa9\x75\xc5\x6c\x6b\x05\xc7\x8c\x64\xc4\xbb\x30\x4e\xc4\xbb\xa8\xb2\x7d\x44\x51\x37\x04\x9b\xd8\xd5\x22\x1c\xb9\xc8\xab\xf0\x2e\xfc\x83\xe7\x31\x0e\xba\xdb\x8e\x89\x20\xb2\x85\xfb\x65\x6a\x1f\x31\x68\x27\x74\x87\xbb\x3a\x84\xa3\x9d\xc2\xf6\xf5\xbd\x8c\xc8\x18\x29\xe8\xd6\x1a\x1f\xad\x37\x48\xad\xad\xf0\x38\xfc\x68\x1e\x99\x40\xa2\xb0\x9f\xba\x23\x33\x90\xbb\x51\xa6\x87\x64\x9a\x28\xc4\xbc\x94\x96\x88\x73\xde\x11\xe7\xdd\x0a\xf7\xcb\x47\xc7\xc6\x07\xf1\x74\x3b\xe7\xfd\xa3\xf9\xc5\x5d\xdb\x74\x1c\x7e\xf4\x5d\xb8\x6b\xd7\xde\x84\x2f\xe1\xe8\x27\x2e\xaf\xe3\x4b\xf6\x6b\x7c\x41\x37\x22\x8f\x40\x54\x4d\x38\xf3\x25\x75\xe2\x53\x38\x54\xe0\xa4\xcf\xba\x83\x33\x3e\xbc\x15\xee\xbb\xaf\xd6\x33\x13\x7e\x52\xe6\x30\xbe\x1a\x87\x2f\x13\x5e\x5c\xc2\xf5\x5e\x26\xa4\x05\xfb\xab\x48\x04\x8b\xe2\xfb\xda\x8d\xfd\xe1\x25\x86\x31\xe5\xad\x82\x4d\x1c\xba\x7c\x0f\x24\x5c\x41\x92\x92\xa8\xaa\x3f\x90\x81\x54\xb2\x23\x74\xca\xdc\x05\x64\x1b\x56\x3b\x1a\xb7\x2f\x73\xfb\xe2\x52\x32\xc4\x7e\x29\x09\xa9\x5d\x4e\x3c\x0b\x47\xe4\x78\xae\xe7\x45\x99\x27\xbc\x12\x37\x8e\x71\x5e\x5a\x27\xb8\xdc\x53\x46\xbd\x90\xca\x14\x05\xa4\x1f\x25\x9d\x59\x1a\x9f\xc5\x1c\x38\x64\x23\x68\xf9\xb9\x4e\x86\xd3\x8c\xf9\x5d\x3a\x8f\x16\x53\xe7\xe3\xda\x30\x96\xe8\xc6\x62\xc0\xe4\xc4\xf7\x8a\x6e\x2f\x66\x6c\xe2\x7e\x59\xda\x77\x8b\x79\x84\xf4\x5e\xb1\x2f\x8b\x11\x7f\xf5\x5e\xca\x94\x98\x60\x15\x39\x91\xa3\x5a\x84\x63\x9c\xc9\x96\x2d\x8d\x33\xd9\x59\x5e\x57\x86\x84\x13\x8c\xd5\x5f\x8d\xe7\xd7\x23\x3a\xff\x30\x63\x01\xf7\xe3\xa3\xf5\xf9\x30\x08\x26\xd9\xca\x47\xe3\xc9\x78\xfd\xc6\xfd\xf8\x68\x5d\x3d\x4a\x37\x5b\x88\x7f\x84\xa3\x1d\xb2\x3b\x8f\xd6\x1b\x0c\x58\x2b\x62\xc3\x2d\x45\xb3\x58\x8a\xf6\x6f\x8d\xed\x6b\x1d\x22\xc6\x3f\xb2\x2d\x46\x55\xfd\x1c\x4c\xd8\x76\x13\xff\x0a\x47\x9e\x05\xb2\xbf\x8f\xc6\xf3\x61\x6a\x9f\xce\xef\xd5\x78\x3e\x4c\x13\xdd\xea\x5f\x61\xbf\x1e\x91\x7b\x72\xfd\x88\x61\xb5\x90\x23\x00\x05\x7c\x06\x64\x41\x93\x11\xd0\x16\xc2\x70\x30\xbf\x5c\x54\x27\x71\xe6\x15\xc3\xf1\x30\xe9\x52\xbf\x0b\x8c\x93\x2e\xdc\x85\xe3\xb3\x71\x47\x9e\x8c\x6e\xb6\x0b\x4c\x17\xc9\xf6\xc9\x5e\xcc\x0b\xb7\x07\x28\xc9\x77\xf5\x23\x1c\x19\xe0\x12\x71\x1e\x03\xf3\x42\x50\x6f\xc7\x36\x9b\xd7\xd4\x77\x31\x63\x1c\x8e\x0d\x85\x0f\x59\x0c\x1f\x82\xe4\x57\x51\xad\xc2\x31\x6d\x10\xf5\xca\x61\x76\xc1\x61\x96\x39\x98\xa2\xba\x84\x83\x4c\x38\xdb\x71\xb5\x8f\x5c\xb4\xb0\xcf\xdb\xd5\x26\x9c\x59\x74\x2a\xf1\x8f\x70\x6c\x63\x67\xfb\x3c\x1e\x10\x93\x84\xb1\xf0\xa3\xca\xf1\xbc\x11\x48\xb6\x71\xdc\xee\xa9\xfe\x28\xb0\x70\x2c\x53\x19\xf1\x2f\x66\x13\x36\x44\x3f\xdb\xd5\x2c\x1c\xd9\x23\x71\x0b\x99\x89\xc7\xdb\x84\x0b\x5d\xf5\x9a\x88\x2f\xe1\x98\xaf\xca\xf6\xf5\xbd\x89\x61\xd7\xb3\x70\xb5\x8f\x30\xd7\x54\xe1\xcc\xc4\xed\x37\x91\x84\xd0\x60\x31\xb2\xab\x6a\x9f\xeb\x01\xb2\x4a\x59\xe7\x2d\x58\xe7\x6d\xbc\x11\x57\xfb\x1c\x1f\xb0\x59\x33\x0d\xf5\x9f\x61\xcf\x71\x3c\xcf\xa4\x71\x4b\x5c\x57\x5d\xf8\x57\x38\x62\x9e\x57\xf6\x87\xc7\xc6\x4c\xd8\x7e\xde\x89\x93\xbd\x50\xaa\x65\xe7\x3e\x4a\x3c\x4e\x66\xe2\xbc\x54\xf6\x93\xec\xec\xe4\x6d\xd5\xb9\xde\x74\x5b\x9d\x99\xc9\x18\xc1\x96\x4d\xa9\xc4\x60\x48\x78\xb7\xeb\x26\x4e\x72\x33\xa9\xfa\xba\xb8\xfe\x0b\x6f\x81\x13\x5e\x89\x0d\xce\xcb\xbb\x5a\x85\x37\xb8\xab\x26\xe2\x5d\x38\xc6\x87\xe3\x4c\x2f\xc6\x35\x0b\xe7\x11\x64\x6e\x16\x57\x3b\x8e\x9c\x01\x9d\xcf\xf3\x58\x9a\xb0\xad\x6d\x17\xae\x0d\xb3\xa8\xff\x05\xe9\x6b\x10\x5c\x66\x21\x45\x34\x0a\x15\x78\x25\xde\x84\xa3\x7d\x8e\x0f\xcd\x2a\x76\x01\xe1\xda\x39\x5f\x54\xaf\xaf\x59\x90\xb1\xe1\x22\x3d\x29\x53\xe3\xc0\x9c\x02\x1c\x4f\xa9\xf4\x26\x6e\xff\x0d\x36\xa8\xbb\xea\xc2\x11\x96\x9e\xfb\xba\x68\xbe\x90\x0d\xcd\x1a\xf7\x75\x99\xe7\xbd\x18\x7f\xa8\x5e\xa6\xa4\x02\xd0\xef\xef\xe7\x33\xf1\x2c\xbc\xe0\xf9\x44\xbc\x09\xc7\xb8\x91\xce\x48\x65\x38\x2b\xa3\x70\x83\xbd\x9e\x52\x19\xce\xca\x98\xfc\xa4\x0f\x92\x6d\x4e\x86\x5e\xbf\x48\xb7\xab\xf6\x1d\x32\x32\x1a\x55\x98\xb3\x6a\x1e\x91\x6f\xac\x5d\xea\x27\xaf\x43\xb3\x82\x2e\xf5\x8b\xfd\x11\xdd\xae\x74\x77\x26\xbd\xaa\xda\x17\xcc\x98\x71\xdf\xec\x27\x8f\x2b\xa6\xdc\x6e\x08\xd7\xb4\xa6\xa4\x17\x13\x31\xbb\x0d\x46\x52\xbb\x6a\xc2\xfd\x44\xf0\x8f\xaa\xbe\x17\xe3\x4c\xa9\xcc\x64\xe8\x93\x5d\xa8\xc8\x7f\x71\x11\xef\xc2\x0d\x78\x21\xee\xc2\x91\xea\x0a\x2a\x5b\x99\x55\xac\x89\x4c\x0a\x0d\x9e\x69\xbb\xca\xef\xa2\xca\xf3\xe6\xfe\x95\xca\x93\x39\xbd\x8d\xd2\x11\x58\x5f\xa0\x80\x76\x1a\xdb\xd7\xf8\x50\x15\x7a\x73\xdd\x4a\x26\x3c\x3b\xf3\x77\x80\x9d\x9d\x92\x09\xcf\x8e\x79\xa1\xb8\x61\x4a\xdc\x30\x3b\xfd\x70\xc1\x6e\xce\x2e\x3a\xd9\x11\x04\x3c\xf1\xbb\xba\xe8\x5b\x87\xca\x33\xf1\x1c\xec\xda\x17\x9d\x41\xd4\xc1\xae\x4d\x89\x1b\x18\x8f\xbd\x25\x8e\x83\x89\x9e\x40\x5a\xdc\x28\x3e\x98\x92\x16\x4f\x63\x7f\x9a\x70\xee\x17\xc3\x7e\x4f\xdc\x8f\xa6\xfd\x4e\x15\x6c\x22\x9d\x94\x0a\x96\xe6\xc6\x8d\xd7\xfb\x29\xa9\x33\x42\x36\xdc\x8d\xd7\xf5\xe9\x9a\x47\x77\xb8\x3a\xde\xf8\x2e\xd7\x3a\x47\xea\xde\x96\x93\xf0\x2e\x7c\x00\xef\xc4\x3f\xc2\x1f\xa4\xf8\xe1\x7b\x75\xbe\x38\xfa\x13\x99\xae\xd7\x9a\xba\xc6\xd3\xf9\xab\x51\x6c\x34\x87\xf6\x29\x82\xe0\xb5\x7d\xfd\xfe\x73\xf6\x6b\xea\x96\xaf\x74\x41\xf0\xeb\x5b\x53\xb7\xfc\xc9\xfc\x68\xd9\x84\x2f\xe1\xe8\x2e\xb7\xeb\x18\xea\x16\x97\x23\xa7\x6d\x90\xeb\x9c\x94\x0a\xf4\xa2\xe7\xf9\xd9\x83\xdb\x2f\xb8\xe6\xc7\xe8\xa2\xfc\x30\xc5\x25\x83\xab\xee\xaa\x13\x07\x1b\x01\xd5\xc5\x63\x14\x6e\xef\x42\xb0\x47\x08\x19\xbb\xab\x43\xf8\x1f\x22\x80\x3f\xc6\x5b\xc8\x2e\xdc\xca\x62\x80\x6a\x13\xce\xec\x06\x4e\x7c\x11\x0f\xb2\xd2\x3b\xdb\xe7\xad\xe2\xa1\x0a\xb3\x47\x98\xfc\xf5\x48\x85\xf9\x18\xb8\xf2\x8e\x48\xd0\x0f\xe2\x3c\x45\x81\xed\x74\xb4\xff\xcc\x2c\x1c\x71\xbc\x83\x1c\x3f\x52\x31\xee\x02\xfa\x19\xb7\xe1\x5d\xcd\xc2\x3f\xc0\x1b\xf1\x45\x1c\x09\x48\xed\x22\x8e\xe5\xf5\x38\x83\xf5\xe2\x56\xf7\x28\xa4\xd4\x03\x1d\xe4\xdd\x71\xab\xdb\x55\x13\x8e\x74\xa9\xe7\xf9\x41\x7c\xf2\x79\xe2\x38\xae\x76\xe1\x8b\xac\xb9\x68\xe7\x56\xff\xc1\xb6\x76\x90\xa1\x47\xaa\xca\xc7\x6f\x26\x4a\xed\xf8\xae\xdb\x4d\xf8\x40\xc6\x84\x4e\xfc\x23\x1c\x99\xe8\x9d\xed\x63\x7b\xec\x02\x93\xc6\x34\xe2\x0f\xf1\x89\x1c\x11\x71\xab\xde\xd5\x2a\xbc\x01\xe7\xf3\x53\xed\x63\x1e\xe1\x77\xf5\x48\xb5\xf9\x30\x5f\x69\x4f\xfc\x5e\xfa\x70\xec\x42\x3d\xe9\xe8\xa2\xda\x85\x23\xd1\x44\x2e\xc4\xbf\xc4\x61\xb9\x90\x0a\xfa\x93\x40\xb6\x1e\xe8\x3e\x37\xee\xc0\x87\xda\x47\x22\xf8\xc4\x71\x23\x9b\xf8\x38\x52\x61\x75\x48\x37\x77\xf5\x16\x1e\xed\xc0\x1a\x77\x57\xb3\x70\x24\x9c\xe8\xc2\x87\xf0\xe7\xe4\x40\x5f\x8f\x67\xad\xab\x8c\x78\x84\xd6\xf0\x5d\x74\x2b\x79\x98\xbc\xa9\x1b\xe7\x8b\xaa\xd6\x5d\xf8\x9c\x94\xe5\x51\xfd\x0a\xc7\x7a\x33\x3e\x3f\x38\x3e\x48\x7a\x84\x7c\x69\x51\x55\x3b\x98\x47\x5c\xf3\x76\x95\xf3\x88\x9c\x48\xc8\x79\x13\xd5\x26\x1c\xfd\xf1\x4e\xfc\x23\xfc\x39\xf9\x87\xd7\x23\xd5\xef\xc3\x34\xb3\xdd\xb9\x2f\x8a\xbe\xb7\x60\x7c\x70\xcd\x7b\x10\xb9\x02\x05\xe4\x64\xe3\xfc\x56\xb5\x03\xf6\xa5\xe3\xda\xb0\xab\xec\x0f\xac\x24\x7b\x6b\xe8\x7f\xd5\xbe\xa8\x60\xbb\x23\x21\xd1\x7a\xa4\xe2\x7d\x10\x29\x6d\xe3\x46\x7c\x0a\x47\xfa\xd7\x86\xf6\xe9\x34\xf3\x20\x2c\x06\xd3\xc2\x46\xb5\x09\x67\x36\xa7\x8b\xb8\xda\xc1\xb5\x56\xe3\xdf\x86\xda\xc1\xb5\xc4\x38\x5f\x5d\xeb\xb9\x33\xb7\x36\xe8\x1b\x42\x5e\xa0\xc0\x64\x75\xe8\x7f\x27\x9d\x64\xca\x5d\xf3\xca\xe7\x45\x1f\x3a\xa4\xbc\xce\xef\xa2\x5f\xe3\x43\xbf\x46\x86\x07\xdb\xd5\x2e\x7c\x02\xc7\xfc\xba\xc6\xc7\x39\x5f\x1c\x07\xd7\x7c\x41\xf9\xdb\xa1\x9c\x7d\xa4\xfc\x7d\x9c\xc9\xa3\x9c\xeb\xdc\xb5\x6e\x99\x90\xd9\x49\x57\x5d\x74\x06\xa9\x47\x3b\x42\xb5\xed\x2a\xd7\x0f\x0c\x8d\xbb\x73\x1d\xba\xf6\x9d\xc3\xf7\xe2\xe2\xba\x72\xad\x43\x4a\xd9\xe1\x6c\xfb\x48\xb9\xfc\x30\x37\xb0\x5d\x1c\x4f\x5a\x4e\x3d\x8e\xa4\x4e\x76\x71\xff\x0e\xed\xdf\x90\x6a\x57\xae\xce\xa9\x56\x22\xac\x47\x25\x6d\x9e\xc6\x3d\x11\xa2\x6a\xa8\x11\x1f\xa7\x7f\xd3\x2e\x24\xe5\x39\xd8\x15\x13\xfa\x45\x48\x73\x3e\x3d\xf5\x34\x43\xaf\xf3\xf9\x8f\xde\xf8\x21\xde\xf1\xfd\x3a\x5f\xa9\xf4\xcd\x46\xba\xb6\x84\x2f\xe2\xdc\xcf\x3a\xff\x1c\x52\xa3\xec\x71\xcd\x7a\x64\x4b\xbf\x0b\x61\x0a\x81\xeb\xe0\xae\x2e\xe2\xb0\x40\x43\x68\xf7\x5d\xbd\x85\x3b\xf2\x5e\xb0\x1d\xd2\x0b\x26\xb0\xe9\x3d\xc4\x0f\xbb\x5a\x84\x0f\xe0\x68\x5f\xe7\xd0\xa0\xe5\x2a\x42\x3b\x3d\xd3\x20\x1e\xd8\x85\x30\xa1\x42\x6c\x81\x47\xf1\xbc\x1e\xa6\x60\x0c\x66\x7e\x57\xba\xd0\xb0\x08\x2f\x44\x5d\x68\x58\x36\xdb\x7f\x66\xb8\x52\xfb\x2f\xfc\xd6\x7e\x74\xea\x37\x30\x65\x22\xfa\x15\x8a\xe4\x64\x81\x3a\x58\xde\x5d\x80\xa2\x99\x68\x16\x0a\x79\x29\x51\x17\x1a\xc1\x31\x9c\xe8\x14\xfa\xf9\xfd\x49\x21\xc1\x7e\x26\xa3\x5a\xec\xc2\x0a\x3f\x71\xa0\x1a\x11\x87\x1b\x62\x22\x5a\x84\x86\x7d\x35\x7b\xe6\x7a\x1b\x93\x87\x11\x7d\x88\xee\xc9\x83\x91\xd9\xae\x24\xa1\xed\xf7\x87\xe7\xab\x42\x1b\xec\xc2\xfc\xfd\xe1\x69\xa6\x7c\x24\xbb\x00\x07\x6e\xa0\xea\x59\x30\x81\xf0\x7e\x7a\xe6\x87\x2b\x04\xf9\x3d\xc0\x06\x3f\xf3\xab\x31\x0b\x31\x7d\x06\xb7\xa0\x18\x00\x0f\x62\x00\x24\xe6\xa6\xbc\x66\xa4\xa3\x56\xf1\x39\xe7\xd5\x73\xed\x75\x13\x27\x19\x8b\x71\x96\x79\xd2\xdf\x22\x2e\x93\x8a\xa0\x2f\xcc\x97\x75\x23\x45\x9f\x8a\x30\x6c\x61\xf2\xb5\xcc\x18\xec\x2c\xc2\xf2\x94\x09\x87\x32\x1d\xe6\x59\x84\xf5\x29\xd3\xcb\x15\xc3\x29\xc3\x22\x2c\x41\x4f\xfa\xe7\x3e\xf8\xbb\x5d\xa4\x08\xef\x7f\x63\xfd\x77\xe5\x5f\xc6\xdf\xff\xe9\xff\xff\x6f\xe3\xef\xff\x7d\xfc\xcb\xfa\xf9\xfc\xc7\x3f\xfe\xb1\xfe\xf5\xdf\xbf\xff\xfc\xf9\xf7\x9f\xff\x6f\xa3\x3f\xdf\xf5\xfc\xf3\xbf\xae\x7f\xac\xff\xf9\x6f\xff\xf1\x8f\xcf\xfa\xf9\xfb\xbf\xfd\x7d\xff\x2a\xfe\xff\x5f\x01\x00\x00\xff\xff\xf1\xfc\x13\xf3\x3c\x64\x04\x00"); -var _bccdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x6f\xdb\x3e\x0c\xc5\xef\xfe\x14\x3c\xf6\x7f\xe8\xdf\x92\x35\x47\x31\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x2c\xdd\x80\x61\x07\x59\xa2\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\xb9\x87\xe0\x25\x3f\xf1\x3d\x91\x11\xeb\x43\x7f\xec\x63\x98\xa1\xfe\x9a\x47\x7b\xc2\x19\x7c\x88\x2e\xe3\x34\x2e\xd9\x22\x0c\x78\x09\xb1\xaa\x64\x03\x2e\xd8\xf9\xdf\x4f\x12\x7b\x35\xa9\xaa\xea\xe7\xa7\x64\xef\x3f\x9d\x0f\xf7\x9f\x61\x99\x70\x85\x87\xfe\x78\xba\x4d\x33\x5e\xfb\xe8\x47\x50\x6c\x76\x4b\x5a\x03\x00\xea\x6f\x78\x09\xd3\x9c\x6f\x70\xf7\xd1\x8d\x03\xfe\x07\x0e\x7d\xe1\xaf\xd9\x61\x0e\xf1\x02\x77\xcf\x4f\x72\xa3\xa7\x25\xa5\x3f\x78\xc5\x38\x83\x20\x86\xd1\x91\x56\xf5\xe1\xc5\xa4\x2f\xe6\x8a\xf0\xde\xc9\x1b\x1d\xd1\xc9\x1b\xe6\x29\x8c\x11\xba\xff\x85\xd8\xbd\xe3\xef\xb7\x84\x20\xd7\x84\x73\x7f\x7c\xf5\x7e\xc2\x19\x94\xe0\xf4\xfa\xe7\xb9\x3f\xc2\x2f\x09\x52\x40\xd3\xaa\x5d\xfb\x7b\x2d\xfd\xf1\x32\xba\xcd\xd8\x08\x1e\xc7\x06\x97\x4d\xbc\x60\xf5\x60\xa4\x69\x1e\x61\x15\x68\x75\x4b\x48\x31\x52\x84\x3e\x10\x32\x8c\x4c\x41\xdd\x9e\xd0\xc0\xc8\x3e\x82\xd6\x82\xab\x1c\x23\x47\x55\x5d\x41\x03\xc7\x0f\xbe\xa0\x7d\x53\x90\x47\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x64\x14\x84\x2c\x23\x4b\x55\x8a\x10\x32\xe2\x2c\x5d\xd0\x40\xad\xaa\x61\xa0\x2a\x8a\x1f\x1c\x23\x47\x55\x14\x5f\x1a\x5a\x05\x5a\x5d\x5a\x55\x8e\x06\x22\xd1\x5a\x30\x62\xa3\x23\xa3\xa4\x26\x1c\x1b\x8b\xc0\x4e\x10\xf2\x6c\xf4\x74\x63\x47\x37\x7a\x36\x7a\xfe\x27\xa8\x2f\x1e\x5b\xf1\xd8\x52\x96\x85\xd8\xde\xa1\x7c\x2f\x7b\xb8\xad\x86\x5d\x72\xc6\x38\xd3\x16\xd2\xfb\x97\x07\x0c\x11\xb7\x35\x4f\x63\x2a\x2e\xfa\xfc\x0d\x00\x00\xff\xff\x92\xaf\x31\x14\x12\x03\x00\x00"); -func _adcd ()(*asset ,error ){_ffbf ,_degb :=_cceb ();if _degb !=nil {return nil ,_degb ;};_fbgb :=bindataFileInfo {_dae :"UniCNS-UTF32-V",_fb :697,_ae :_be .FileMode (436),_g :_a .Unix (1580492713,0)};_gbda :=&asset {_dd :_ffbf ,_ef :_fbgb };return _gbda ,nil ; -};func _ddbe ()(*asset ,error ){_acef ,_bfe :=_bbdc ();if _bfe !=nil {return nil ,_bfe ;};_dgaa :=bindataFileInfo {_dae :"HKm471-B5-H",_fb :14260,_ae :_be .FileMode (436),_g :_a .Unix (1580492427,0)};_dbbd :=&asset {_dd :_acef ,_ef :_dgaa };return _dbbd ,nil ; -};func _adbb ()(*asset ,error ){_dbgb ,_ggce :=_baca ();if _ggce !=nil {return nil ,_ggce ;};_affd :=bindataFileInfo {_dae :"KSC-H",_fb :9400,_ae :_be .FileMode (436),_g :_a .Unix (1580492507,0)};_abfa :=&asset {_dd :_dbgb ,_ef :_affd };return _abfa ,nil ; -};var _daca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x40\x10\x86\xef\xfb\x2b\xe6\x98\x1e\x52\xef\x8c\xf6\x4b\x20\x0c\x4d\x4c\x82\x0f\x69\x4a\xd3\xb4\x85\xd2\x83\x2c\xad\x8c\xa0\x96\x84\x2c\x1f\xf2\xef\xcb\xcc\xc8\x29\xf4\x60\x64\x3f\x9e\x7d\x6d\x3d\xaf\x76\x37\xf7\xfb\xdd\x7e\xe8\x17\xd8\x7c\x99\xc7\xe6\x25\x2f\xd0\xf5\x43\x3b\xe7\xf3\x78\x99\x9b\x0c\x87\x7c\xec\x07\x63\x90\xa0\xed\x9b\xe5\xfa\x51\x2e\xcd\xa9\x9e\x8c\xe1\xf5\x2f\x6f\xe7\x25\x9f\xf6\x43\x37\x42\xa1\x73\xed\x65\x5a\x67\x01\x36\x5f\xf3\xb1\x3f\x2f\xf3\x1b\xdc\x7c\x6a\xc7\x43\xfe\x00\x6d\xee\x98\x3f\xcf\x6d\x9e\xfb\xe1\x08\x37\x8f\x77\xf8\x4e\x5f\x2e\xd3\xf4\x27\x9f\xf2\xb0\x00\x0a\xcb\x43\x2b\x57\xb3\xb9\x7f\xaa\xa7\xcf\xf5\x29\xc3\x46\x82\x6e\x1f\xef\xf0\x56\x67\xe4\xab\xef\x79\x3e\xf7\xe3\x00\x68\x3f\x5a\x1b\xfe\xf1\x6f\x6f\x53\x5e\xb3\xcc\xe6\x75\xbf\x7b\xee\xba\x73\x5e\x20\xa2\xd5\x99\x9f\xaf\xfb\x1d\xfc\x42\x40\x0b\xe4\x9d\x2f\x7e\xaf\xa3\x3f\x9e\xc6\x36\x83\xbd\xfe\xf8\x7e\x77\x3f\x5e\x86\x05\xca\x54\x46\x65\xa8\xf7\xd8\x8c\x6d\x3e\x4f\x75\x93\xe7\x7a\x38\x66\x03\x50\x59\x6b\xed\x16\x2a\x0a\x0f\x0f\x5b\xfe\xff\xff\x4d\x98\xa2\x5c\x57\xf6\xad\x92\xeb\x0a\x6b\xbb\x6e\x0b\x00\x60\x4d\x65\x51\x11\x0a\x22\x1f\x4c\x65\x49\x11\x09\xf2\x48\xa6\xb2\x85\xa2\x42\x50\x0c\xc9\x54\xd6\x29\x72\x8c\xd0\x92\x33\x95\xf5\x8a\xbc\x20\x4a\x1c\x1f\x14\x05\x41\xbe\xe0\xf8\xa8\x28\x0a\x8a\x25\xc7\x27\x45\x89\x11\x59\xc7\xf1\xa5\xa2\x52\x50\x61\x39\xbe\x56\x54\x0b\xf2\x81\xe3\x0f\x8a\x0e\x82\x12\x72\x7c\xa3\xa8\x61\x54\xd8\xc8\xf1\xad\xa2\x56\x50\x41\x1c\x9f\x15\x65\x41\x3e\x71\x7c\xa7\xa8\x13\x94\x9c\x35\x15\xaa\x2f\x14\x5f\xce\x96\xc1\x54\xa8\xbe\x50\x7c\xb9\xc2\x93\xa9\x50\x7d\xa1\xf8\x72\xc1\x26\x53\xa1\xfa\x42\xf1\xe5\x52\x70\xa6\x42\xf5\x85\xe2\xcb\x23\x71\xbc\xfa\x42\xf1\xe5\x8b\xc8\xf1\xea\x0b\xc5\x97\x0f\x05\xc7\xab\x2f\x14\x5f\x3e\x25\x8e\x57\x5f\x28\xbe\x02\x3a\x8e\x57\x5f\x28\xbe\x82\xb3\x1c\xaf\xbe\x50\x7c\x85\xc0\xd5\xa2\xfa\x42\xf1\x15\x4a\xae\x16\xd5\x17\x8a\xaf\x88\x5c\x2d\xaa\x2f\x14\x5f\xd1\x71\xb5\xa8\xbe\x50\x7c\xc5\xc0\xd5\xa2\xfa\x42\xf1\x15\x4b\xae\x96\xd6\x27\x52\x7c\x25\xe4\x6a\x49\x7d\x91\xf8\x4a\x8e\xab\x25\xf5\x45\xe2\x2b\x45\xae\x96\xd4\x17\x89\xaf\x54\x72\xb5\xa4\xbe\x48\x7c\x95\xc4\xd5\x92\xfa\x22\xf1\x55\x3a\xae\x96\xc2\xba\x07\xea\xb4\x85\x32\x52\x92\x8d\x70\x7d\xe0\xf9\x3d\x9f\x1f\xef\x5b\xba\xb9\xcc\x73\x1e\x16\x39\x3d\x64\xd7\xf2\x16\xeb\x87\xfc\x7e\x12\x4d\xe3\xc4\xab\xe4\xf5\x37\x00\x00\xff\xff\x39\xbe\x00\xdd\xb5\x04\x00\x00"); -func _ggbf ()(*asset ,error ){_eefc ,_cadd :=_ddbg ();if _cadd !=nil {return nil ,_cadd ;};_bcbca :=bindataFileInfo {_dae :"UniAKR-UTF8-H",_fb :217759,_ae :_be .FileMode (436),_g :_a .Unix (1580492671,0)};_ffga :=&asset {_dd :_eefc ,_ef :_bcbca };return _ffga ,nil ; -};func _bbe ()([]byte ,error ){return _c (_gbd ,"Add-RKSJ-V")};func _bdb ()(*asset ,error ){_gcd ,_cfbg :=_fccc ();if _cfbg !=nil {return nil ,_cfbg ;};_aead :=bindataFileInfo {_dae :"UniGB-UTF32-H",_fb :265659,_ae :_be .FileMode (436),_g :_a .Unix (1580492773,0)}; -_gcbfa :=&asset {_dd :_gcd ,_ef :_aead };return _gcbfa ,nil ;};func _bdea ()(*asset ,error ){_fgfc ,_gaca :=_bbce ();if _gaca !=nil {return nil ,_gaca ;};_cbeef :=bindataFileInfo {_dae :"UniKS-UTF8-H",_fb :143593,_ae :_be .FileMode (436),_g :_a .Unix (1580493060,0)}; -_dcba :=&asset {_dd :_fgfc ,_ef :_cbeef };return _dcba ,nil ;};func _efdeg ()(*asset ,error ){_fafba ,_bcfe :=_edd ();if _bcfe !=nil {return nil ,_bcfe ;};_deca :=bindataFileInfo {_dae :"HKm314-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492389,0)}; -_dcgc :=&asset {_dd :_fafba ,_ef :_deca };return _dcgc ,nil ;};func _aaaad ()(*asset ,error ){_bffad ,_bcdef :=_ecfa ();if _bcdef !=nil {return nil ,_bcdef ;};_edag :=bindataFileInfo {_dae :"Katakana",_fb :467,_ae :_be .FileMode (436),_g :_a .Unix (1580492475,0)}; -_gacf :=&asset {_dd :_bffad ,_ef :_edag };return _gacf ,nil ;};var _ccdd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4b\xab\x65\xc9\x71\x85\xe7\xf7\x57\x9c\xa1\x3c\x90\x6b\x47\xbe\x13\x8a\x0b\x72\x4b\x42\x8d\x91\x6c\xdc\x7e\x81\xf1\xe0\xe4\xab\x29\x70\xdd\x2a\xaa\xab\x07\xfd\xef\x4d\xac\x6f\x77\xdb\x12\x06\x79\xd0\x44\xdf\xa8\xc8\x9d\x79\xd6\x5e\x11\xb9\x22\x73\xbf\xfb\xe6\xdb\xdf\x7e\xfb\xf6\xe1\xeb\xe3\xdd\x3f\x7e\xf9\x34\xbf\xdb\x5f\x1f\xe7\xc3\xdb\xfa\xb2\x7f\xf8\xf4\xe3\x97\xb9\x1f\x63\x7f\xff\xe1\xed\xe5\xc5\xc2\x63\x7d\x98\x5f\x7f\xfe\x53\x66\x7e\x7c\x7e\x7e\x79\xf1\xf1\xdf\xfd\xf4\xc3\xd7\xfd\xf1\xdb\xb7\xf3\xe9\x11\x89\x5b\x3f\x7e\xbe\x63\x1f\x8f\x77\xff\xb4\xbf\xff\xf0\xc3\xd7\x2f\x3f\x3d\x7e\xf5\x9b\xf5\x69\xec\xbf\x79\xac\x7d\xdc\xff\x0f\x5f\xd6\xfe\xf2\xe1\xed\xfb\xc7\xaf\xbe\xf9\xd3\x77\xf6\x8b\xfb\xbb\x1f\x3f\x7f\xfe\xaf\xfd\x71\xbf\x7d\x7d\x98\x7c\xfb\x6d\xc9\xbe\xbc\xfb\xe6\x8f\xcf\xcf\x7f\x7a\x7e\xdc\x8f\x77\x7f\xf8\xfb\x8f\xd1\xd2\xaf\xff\x2e\xff\xfa\x0f\xfa\x37\xfd\xd3\xbf\xee\x2f\x3f\x7c\xf8\xf4\xf6\xb0\xbf\xbd\xae\xf2\x3f\xee\x7f\xfe\xe9\xf3\xbe\x1f\xf5\xf2\xee\xdf\xff\xe5\xdb\xdf\x3e\xfe\xc3\x1e\x76\x3d\x42\xce\xa1\xfe\xe7\xed\xff\xb7\x3f\x7e\x5a\xfb\x71\xf1\x57\x60\xf1\xf3\xd3\xda\x3f\x7c\x7e\xce\xfd\xe5\xf9\xf6\xfd\x7e\x79\x3c\xde\x5f\xd7\xeb\xe3\xf1\x78\xdf\xae\x57\xff\xeb\x37\x96\xae\xd7\xc7\xfb\xdf\xff\xee\xf7\xbf\x7b\xf5\x55\xfe\x45\xfc\x8b\xf1\x98\xb7\x4f\x5f\xd7\x3e\xf8\xf4\x84\xf7\x76\x5e\x1f\xe6\x23\xfe\xf7\x3f\xbd\xd8\x75\xdd\xf3\x7e\x58\x77\x74\xf0\xe8\xba\x3d\xfa\xfd\x93\xd9\x9e\x96\xdb\xeb\xa3\x77\x77\xe4\x8e\x63\xbe\x3e\x2c\xd6\x14\xe5\x5b\xf2\x69\x50\x68\xee\x79\x9a\x3c\x27\xbf\x3e\xac\x04\xf7\x9c\x82\xa7\xbc\x3e\x42\x52\xcc\xa9\x78\xaa\x7b\xaa\x3c\x0d\xcf\x76\x8f\xcf\x16\x98\x3e\xf8\x93\x43\x2e\xee\xe1\xc9\xc1\x63\xa2\x79\x4c\x24\x26\x7a\x4c\x32\x5f\x4f\x24\x26\x8e\xf1\xfa\x48\xd5\x47\xc5\xb1\xf0\x9c\xd7\x47\xbe\x3c\x26\x31\x2a\xf9\xa8\xdc\xb3\x7b\x18\x95\xfc\xc9\x25\xfb\x0a\x33\x31\xd9\x63\x6a\xf6\x5f\x91\x89\xc9\x1e\xd3\xcc\x47\x15\x62\x8a\xc7\xf4\xcb\xd7\x53\x88\x29\x1e\xd3\xab\x8f\xaa\xc4\x54\xe1\x73\x15\x5f\x50\x25\xa8\x7a\x90\x59\xf0\x71\x8d\xa8\x06\x8a\xc1\x17\xd9\x88\x6a\x07\x60\x7d\x60\x27\xaa\x2b\x2a\xb6\xcb\x5d\x44\x75\x45\x25\xbd\x91\x27\x51\x4f\x45\xe5\xe8\xe0\x3e\x89\x7a\x2a\xaa\x5c\x3e\x70\x10\x35\x14\x55\x7a\x72\x17\x51\x43\x51\x35\xfb\xc0\x49\xd4\x54\x54\xcb\xce\x8a\x49\xd4\x3c\xeb\xf5\x61\xdd\x7c\xe0\xf4\x11\xb7\x09\x29\x7a\xd4\x62\xe0\xd2\xcb\xbb\x2e\x7f\xd6\x62\xe0\x52\xd4\x55\x7d\x11\x9b\xa8\xad\x28\x2b\xfe\xac\x4d\xd4\x56\x54\x08\x3e\xf0\x10\x75\x14\x15\x83\x3f\xfe\x10\x75\xe6\x71\x57\xf3\x81\x67\x11\x75\x2f\x22\xbc\xbc\x1f\x97\x06\x8e\x4b\x03\x53\xed\xee\xd2\xc0\x71\x29\x2a\x27\x8f\x82\xe6\x43\x0c\x0e\x25\x16\x77\x11\x05\x19\x8b\x73\x7f\xc0\xc6\x01\x1b\x6b\x8f\xee\x22\x4a\x74\x0c\xcd\x19\x3a\xe0\xe3\x10\x1f\x43\xcf\x97\xbb\x88\x8a\x22\xed\xe5\x1c\x1d\xf0\x6f\x88\x7f\xd1\x1c\x9c\x01\x01\x47\x82\xda\x0e\xce\x80\x81\x43\x0c\x8c\xc1\xc1\x19\x50\x70\x88\x82\x31\x3a\x38\x03\x0e\x0e\x71\x30\x26\x07\x67\x40\xc2\x21\x12\xc6\xe4\xe0\x0c\x58\x38\xc4\xc2\x98\x6b\x73\x17\x51\x62\x61\x2c\xc9\x07\xc2\xc2\x21\x16\xc6\x1a\xb3\xbb\x88\x12\x0b\x63\xed\x3e\x10\x16\x0e\xb1\x30\xb6\xee\x10\xc2\xc2\x21\x16\xc6\x9e\x7d\x20\x2c\x1c\x62\x61\xba\x3c\xa1\x07\x2c\x1c\x62\x61\x32\xf3\x81\xb0\x70\x88\x85\x29\x5c\x0e\x21\x2c\x1c\x63\x56\x77\x15\x1f\x38\x66\x93\x4b\x03\xa3\x27\xda\x80\x98\x43\xc4\x4c\x51\xe0\x40\xcc\x21\x16\xa6\x24\x70\x60\xe1\x10\x0b\x53\x16\x38\xb0\x70\x88\x85\x29\x0b\x1c\x58\x38\x76\xb6\xd7\x47\x2a\x02\x67\xe7\x80\x2b\x68\x46\x5c\x51\x2e\x3d\xab\x74\x5f\x2a\x5c\x1d\xe2\x6a\xaa\xc9\x5f\x1a\x5c\x1d\xe2\x6a\x6a\xd1\x1f\x0f\x57\x87\x88\x99\x5a\xaf\x2f\xef\x27\xc4\x9c\x22\x66\xea\xdd\xdc\xa5\xa8\x29\x62\xe6\x2b\xa7\x97\xf7\x13\x62\x4e\x11\x33\x9b\xd7\xcd\x09\x31\xa7\x3d\x9f\xaf\x8f\x1c\xcc\xe4\x1a\x72\x69\x60\x08\xe1\xe5\xfd\x84\xab\x53\x5c\xcd\xd1\x51\x9d\x70\x75\x86\xe9\x03\xa3\xa3\x3a\xc3\x1c\xb8\x86\x06\x9a\x5c\x53\x2e\x3d\x2b\xe9\xf1\x30\x7a\xc6\x72\xb9\xcb\xcb\xf9\x8c\x45\xcf\x12\xc9\x73\x72\x24\x26\x24\x9f\x71\xb4\xd7\x47\xce\x41\xae\xd1\x71\x75\x77\x65\x3d\x6b\x3c\x71\x3d\xe5\xba\xe4\xd2\x22\x94\x1d\x39\x7b\x9d\x9d\x64\xc7\x4c\x39\xbf\x3e\x72\x09\x1e\x95\x72\xc1\x55\x34\x63\x96\xab\xca\xa5\x45\x94\xa4\x81\x2c\x42\x39\x94\x4b\x73\x17\x39\x34\x95\x43\xb9\xfa\x76\x30\xc9\xa1\xa9\x1c\xca\x2d\x3a\x12\xe4\xd0\x2c\xec\x07\x31\xbe\xbc\x9f\x24\x0c\xc6\x72\x0d\x59\x3e\xc3\x67\x5e\x6b\x6b\x6b\xf2\x05\x7c\xc1\x6b\x66\xbc\x88\x8b\xf8\xa2\x8f\x6d\xb5\x6a\xaf\xfe\x79\x8f\xfd\xbf\xb6\xdd\x59\x53\x62\x48\xf2\x47\x5f\x99\x47\x67\x7c\x59\xd3\x79\xa2\xcd\x9a\x0a\xbe\xe2\xbe\x92\x59\x6a\xc5\x57\x59\x42\x95\xaf\xe1\x6b\x5e\xdd\x93\xf1\xbc\x8e\xaf\x13\xd7\xe5\x7b\xe2\x7b\x2a\xce\x8b\xdf\xac\x69\xe0\x1b\x8a\x13\x0b\x6a\x9a\xf8\xa6\x36\x90\xc8\xcf\x5c\xf8\x16\x3e\xe6\xd8\xf8\xb4\xab\xa4\x42\xdc\x91\x2f\x5f\xf2\x65\xcd\x91\x81\xd2\x8d\xfb\xb4\x96\x0c\x94\x6e\x7c\xac\x7e\x5b\x06\x4a\x37\xbe\x96\x24\x1f\x58\xb9\xb1\x92\x2a\x3e\xb0\xca\x99\xb5\x30\x07\x58\xb9\xb1\xdc\x78\x35\xb0\x46\xc6\x7d\xc2\x2a\x83\x55\x06\xab\xca\x58\xb0\x72\xe3\x3e\xd6\x07\x56\x6e\x7c\x2d\xc4\x81\x95\x1b\x2b\xf9\x7e\x1e\x58\x49\x25\x95\x7c\xaf\x19\xac\xb2\xb0\x0a\x91\x38\xb0\xca\xc2\x2a\x07\x7e\xef\x8d\xd5\x61\x0e\x61\x5a\xa0\x62\x11\x7e\x39\xea\x7d\x90\x82\x32\xee\xd3\x1c\x05\xfc\x0a\x54\x34\xad\xb9\x80\x9f\x1b\x8f\xd3\x9a\x0b\xf8\xb9\xb1\xdc\x3b\x71\xe0\xe7\xc6\xf2\xfd\x7b\x0b\xf8\xb9\x71\x4c\xf1\x81\x9f\x1b\x2b\x97\x5d\xf2\x81\x5f\x11\x7e\x57\x60\x2d\xe0\x57\x3a\x71\xe2\x6e\x01\xbf\x22\xae\xe5\xa4\xf7\x51\xc0\xcf\x8d\xa5\x96\xf8\xbd\xe0\xe7\xc6\x52\xcd\xc4\x81\x5f\x81\x6b\x26\xac\x0a\xf8\x15\xc9\x95\x18\x58\x0b\xf8\xb9\xb1\x12\x78\x47\x15\xfc\xea\xc5\x3b\xd7\xfa\x2a\xf8\xb9\xb1\x9c\x0b\x3e\xf0\xab\xc2\xea\x4a\x7a\x5e\x05\xab\x2a\xac\x2c\xe3\x03\xab\x2a\xac\xe2\xa5\xdf\x56\xc1\xaa\x82\x15\x39\x53\xc1\xaa\x82\x15\xef\xad\x82\x95\x1b\xab\xd6\x59\x1f\x58\x55\xf2\x32\x10\x07\x56\x55\x58\x19\xef\xad\x82\x55\x1d\x3c\x4f\x1c\xaa\x60\x55\xc9\x4b\x72\xba\x82\x95\x1b\xcb\xed\x5e\x0b\x58\xd5\x5b\x00\x6a\xcd\x14\x42\x19\xf7\x29\xee\x09\x06\xcf\xc0\xbb\xd4\xef\x7d\xc2\xa1\x27\xb8\x5c\xc2\xfe\x09\x2e\xcf\x84\x4f\xef\xed\x09\x2e\x6e\xfc\x77\x10\x07\x2e\xcf\x1b\x17\xad\xf9\x09\x2e\x4f\xea\x15\x7c\x79\x82\x8b\x1b\xe7\xa4\x7e\xef\x13\x5c\x9e\x70\xe8\x62\x2d\xe0\xf2\x7c\xf2\x3c\x71\x83\x0d\x50\xc6\x72\xaf\xf8\xc0\xc5\x8d\x3f\x8f\xdf\x0b\x2e\xcf\x45\x1c\x73\x80\xcb\xf3\xe6\x10\x63\xe1\x90\x1b\x4b\xa1\x6b\xde\x01\x87\x86\x72\x30\x50\x4b\x06\xf8\xb9\xf1\xb1\x7a\xde\x00\x3f\x37\x3e\xaf\x70\x19\xe0\x37\xc8\xc1\xaa\xb5\x0c\xf0\x1b\xe4\x60\x15\xf6\x03\xfc\x46\x26\x4e\xf8\x0d\xf0\x73\xe3\x73\x08\xbf\x01\x7e\x43\xbc\xca\x05\x1f\xf8\x0d\x72\x90\x9c\x61\x03\x96\xb1\x62\x70\x83\x1d\x58\xc6\xeb\x90\xb0\x67\x0b\x96\xf1\x77\xce\x5a\xc0\x6f\x28\x07\x0b\xf9\x31\xc0\x6f\x2c\x72\x06\x5c\xc0\x6f\x50\xaf\x82\xe6\x98\x60\x35\xa9\x57\x6c\x93\x13\xac\xe6\xcd\x35\x61\x35\xc1\x6a\x0a\xab\xa4\xfd\xba\x4e\xb0\x9a\x11\x9f\x7e\xc7\x04\x2b\x37\x56\x63\x24\x0e\xac\x26\x58\x75\x61\x35\xc1\x6a\xaa\xde\xd7\xa8\xf5\x4d\xb0\x9a\xaa\xf7\x91\xf7\x31\xc1\xca\x8d\xef\xb5\xac\x19\xac\x66\x07\x7b\xe6\x05\xab\x29\xac\x0a\xf5\x00\xcd\x24\x63\x39\xdd\xf3\x82\x95\x1b\x5f\x5f\xfc\x7f\x6c\xf7\x13\x28\xdd\x58\x72\x85\xe0\x7f\x00\xe5\x54\x27\x77\x53\x71\x42\xc5\x29\x2a\x5e\x52\x5f\x75\x01\xef\x52\x39\xeb\xbc\xfe\x05\xbc\x4b\xf0\x96\x3b\x0e\x78\x97\x52\xb9\x40\xb1\x05\xbc\x2b\x12\xa7\xd7\xba\x80\x77\x25\xe2\x34\xef\x02\xde\x95\xf1\x09\xa2\x05\xbc\x4b\xa9\x5c\x1a\xcf\x03\xde\xa5\x72\x16\x81\x68\x01\xe5\xba\x4b\x3f\x73\x00\xa5\x1b\x4b\x29\xb1\x66\xa0\x5c\xa2\x5d\x65\xeb\x5c\x40\xb9\x54\xce\x2a\xdb\xcb\x02\xab\xb5\x88\xd3\x2b\x5c\x60\xb5\x36\x71\x7a\x0d\x0b\xac\xdc\x58\x56\xe3\x30\xeb\x06\xab\x2d\x2a\x56\xd2\x67\x83\xd5\x16\x56\x95\x32\xba\xc1\xca\x8d\xe3\xac\x79\x37\x58\x6d\x61\x55\x93\x28\xbb\xc1\x6a\x0b\xab\xd8\xf0\x81\xd5\x16\x56\x15\x39\xb2\xc1\x6a\x0b\xab\x5b\xb6\x6c\xb0\xda\x95\x12\xa2\xdf\xb1\xa1\xe2\xbe\xb7\x4e\xbd\xb7\x0d\x7e\xbb\xf3\x3c\xe2\xc0\x6f\x8b\x8a\xf7\x16\xb1\xc1\x6f\x8b\x8a\x15\x1a\x6f\xf0\xdb\x50\x91\x2d\x76\x83\xdf\xbe\x65\x1a\x73\x80\xdf\x16\x7e\xf7\xb6\xb6\xc1\x6f\x1f\xd6\xa2\xe7\x1d\xf0\x3b\xe0\xc7\xef\x3d\xe0\x77\xa4\x82\x3b\x63\x0f\xf8\x9d\x7b\xdb\xd0\x9a\x0f\xf8\x1d\xb6\x0d\xb6\xe2\x03\x7e\x47\xf8\x55\xf5\x42\xf5\x80\xdf\xa1\xc4\x81\xf3\x01\x2b\x37\x96\x02\xb2\xe0\x80\xd5\x69\x8c\xc5\x07\x56\xe7\xc6\x4a\xbf\xf7\x80\xd5\x61\x8b\xa0\xc4\x1d\xb0\x3a\x94\x38\xb8\x76\xc0\xea\xdc\x5b\x27\x71\x60\x75\xc0\xea\x5e\x0b\x58\xe9\x54\x24\x07\x6d\x89\x34\xca\x18\xbb\x7b\xa7\x46\x77\x20\x63\x39\x48\xba\x35\xba\x03\x19\x2f\xcb\x8c\x8d\xf8\x6e\x99\x91\xe4\x4b\xf8\x84\x4b\x53\x37\xd3\x90\xff\x32\x56\x5a\x23\xae\xe0\x2b\xc4\x31\x47\xc5\xa7\x12\x77\xdd\xf3\x36\x7c\x8d\xb1\x59\xbe\x8e\xaf\xe3\x23\xee\x89\x4f\x58\xb5\xce\xef\x18\xf8\x84\x55\xbf\xf0\x4d\x7c\x13\xae\x31\x76\xe1\x13\x56\xdd\xf8\x6d\x1b\x9f\xb0\xaa\xc6\xbc\x07\x9f\x78\xd5\x55\x96\x5b\x06\x3f\x5a\x82\x2e\xae\x35\x5a\x82\x46\x4b\xd0\x25\x97\x1a\x2d\x41\xbb\x5b\x82\x46\x1c\xf8\xa9\x25\x28\xe9\x8e\x03\x3f\xb5\x04\x29\xb3\x66\x5a\x02\x19\xcb\x45\x5b\x76\xa3\x25\x68\xb4\x04\x95\xf7\x46\x4b\x20\x63\xa5\xb7\x2a\x1f\xf8\xa9\x25\xc8\x17\x38\xd3\x12\xc8\xb8\x8c\xc4\x07\x7e\x6a\x09\x52\x93\x04\x68\xb4\x04\x8d\x96\x20\xf2\xde\x68\x09\x1a\x2d\x01\xf2\xa6\xd1\x12\x34\x5a\x82\xde\x89\x03\x3f\x5a\x82\xd8\xa2\x7c\xe0\x97\xef\xbc\xd4\x58\x5a\x02\x19\xab\xc8\xcd\x46\x4b\x20\x63\xa9\x28\xb7\x1a\x2d\x41\xa3\x25\xb8\xb9\x41\x4b\x20\x63\x35\xea\xa4\xa1\xd1\x12\xc8\x58\x09\xda\x8a\x1b\x2d\x81\x8c\x73\x57\x6b\xa1\x25\x68\x05\xe9\x26\x99\xd1\x90\xff\x0d\xf9\xcf\x69\x43\x43\xfe\x37\xc9\xfa\x4a\x0e\x36\x64\xbd\x8c\xe5\xab\xb2\x66\x30\x90\xac\xaf\x17\xb8\x20\xeb\x65\x3c\x3f\x98\x03\x0c\x0a\x32\x03\xfe\x21\xeb\x65\xac\x04\x9e\x87\xac\x97\xf1\x38\xf1\x05\x59\x2f\x63\xb9\xab\x86\xb5\x0a\x06\x3f\x4b\x7d\xfd\x5e\xa4\xbe\x8c\xd5\xa8\xf6\xb3\x21\xf5\x65\xac\x1a\xb9\x8f\xd4\x97\xb1\x14\x9b\xfd\xf5\xed\xbe\xd1\x09\x34\x3a\x81\x98\x58\x2a\xb0\xa9\x13\xc8\x26\x15\xdc\xe8\x04\x64\x5c\x99\xb0\x54\x28\xa6\x4e\xa0\xd2\x09\x34\x3a\x01\x19\x57\x99\x7a\xd5\x74\x02\x32\x56\x29\xe9\x8d\x4e\x40\xc6\x7d\xc4\x01\xaf\x3a\x81\x64\xea\xda\x39\xe4\xc3\x58\xba\xc7\xd2\x09\xc8\x58\xd2\x39\xfe\x6c\x74\x02\x32\xbe\x4d\xea\x77\xd0\x09\xc8\x58\xb6\xca\xf3\x80\x4d\x9d\x40\x36\x29\xd9\x46\x27\x20\x63\x35\x56\xe6\x00\x97\x27\x1d\x12\x29\x40\x27\x20\x63\xc9\x28\x53\x74\x02\x32\xee\xd3\xef\xa0\x13\x90\xb1\x14\x28\x3f\x74\x02\xed\xe7\x4e\x80\x38\x70\xa1\x13\x30\x52\x8a\x4e\x40\xc6\xc7\x32\x2f\xb8\xdc\x9d\x00\x74\xa2\x13\x68\x77\x27\xa0\x2d\xac\xd1\x09\xc8\x78\x9c\x70\xa1\x13\x90\xb1\x72\x31\x2f\x9d\x80\x8c\xa5\x40\x99\xa2\x13\x68\x74\x02\xba\x31\x98\x8d\x4e\x40\xc6\xbb\x0d\xe6\x00\x3f\x75\x02\x39\x18\xcf\x03\x3f\x75\x02\x29\xc3\x0d\x3a\x01\x19\x4b\x51\x5b\x58\xa3\x13\x90\x71\x19\x89\x0f\xfc\xd4\x09\xa4\x3b\x6d\xe9\x04\x1a\x9d\xc0\x5d\xe2\xe8\x04\x64\x2c\xc5\xc4\xfa\xc0\x6f\xb0\x4d\x26\xd6\x02\x7e\x03\xa9\x4a\xaa\x0c\xb0\x92\xea\x4f\xb1\x68\x7d\xa8\xfe\x76\xab\x7e\x9e\x87\xea\x97\xb1\x12\xe1\x10\xaa\x5f\xc6\xaa\x2e\x36\x66\x43\xf5\xcb\x58\x89\x60\x8a\xea\x97\x71\xe9\xcb\x58\x70\x99\x74\x98\x92\xcd\x0d\xd5\xdf\x50\xfd\xfd\x5e\x0b\xb8\x48\xf5\xe7\x40\x59\x46\xf5\x37\x54\xff\x95\xf4\x3b\x50\xfd\x6d\x72\xfa\x05\x5f\x50\xf8\x32\x96\x12\x5b\x18\x12\x5e\xc6\xe3\x98\x17\x0e\x49\xc2\xe7\x46\x29\x9c\x37\x2e\x94\x6f\xb6\x21\x24\x7c\x93\x5c\x4f\x29\xe2\x03\x17\xc9\xf5\x5c\x79\x6f\xc8\x75\x19\x97\xcd\xc2\x0f\xb9\x2e\x63\x29\x49\xaa\x36\xe4\xba\x8c\xfb\x34\x2f\x72\xbd\xad\x1b\x17\xe1\x87\x5c\x97\xb1\x94\xe0\xee\x02\x17\x49\xf8\x1c\x2b\xf3\x82\xcb\x82\x2f\x6c\x07\x48\xf8\x76\x4b\xf8\xce\xbc\xf0\x45\x12\x3e\xa5\xca\xef\x00\x2b\x49\xf8\xac\x93\xf9\xd9\x90\xf0\x32\x5e\xd7\x58\x0b\x58\x49\xc2\xd7\x0b\xfc\x90\xf0\x0d\x09\xcf\x09\x65\x43\xc2\xcb\xf8\xbc\x8a\x43\xc2\xcb\x78\x6e\xe1\x03\x3f\x24\x7c\x66\x4b\x44\xc2\x37\x24\xfc\xa5\x13\x89\x86\x84\x97\xb1\x94\x75\x0a\xd0\x90\xf0\x32\x96\x23\xeb\x43\xc2\xb7\x4d\xe7\x08\xff\x90\xeb\x32\x56\x23\x72\x09\xb9\x2e\xe3\x35\x82\x39\xc0\x4a\x72\x3d\x65\xea\x1a\x72\x5d\xc6\x4a\x90\x7c\x6d\xc8\x75\x19\x97\xe1\x8c\x05\x2b\xc9\xf5\x54\xc8\x7d\xe4\xba\x8c\xcf\x4b\x1c\x58\x49\x9a\xa7\xc2\xd6\x8e\x34\x97\xf1\xfa\xa7\x79\x91\xe6\x0d\x69\x7e\xd7\x71\xa4\xb9\x8c\xe5\xca\xf6\x87\x34\x97\xb1\x9c\x98\x17\x69\xde\xce\x7d\xaa\xaa\x79\x0f\xb8\x1c\x24\x00\xbf\x0d\x69\xde\x90\xe6\x06\xa6\x48\x73\x19\x4b\xe5\x1e\x0b\x2e\x48\x73\x4e\x50\x1b\xd2\xbc\x1d\x4e\x1a\x12\x3e\x30\x40\x86\x07\x78\x8a\x0c\x97\x09\x74\x63\x5c\x44\xcd\xee\x8a\xf6\x3e\x33\xea\x08\x5a\x99\xa2\x36\xa4\x23\x67\xbb\x4b\x91\xfb\xe0\xa1\xa3\x44\x74\x81\x75\x9f\xf3\x71\x81\x35\xbb\x17\xb6\xc2\x91\x40\xe7\x68\x43\x46\xa7\x9f\x7f\x75\x9b\xef\x94\xc0\xee\xaf\xb3\x5c\xda\xb9\x3a\x6f\x53\x17\x63\xc5\x44\x54\x2e\xc6\xa6\x2e\xc6\xee\x77\xce\xc5\xd8\x7c\x3a\xb4\xf7\xa1\xe5\x93\x0e\x48\xa6\x98\x04\xd4\x13\x94\x75\x7d\x56\x38\x76\xe4\xfa\x6c\xea\xfa\xac\x90\x2f\x5c\x9f\xcd\x41\x94\xa0\xe3\xae\x6c\xea\xae\xac\x50\x1d\xb8\x2b\x9b\x93\xfb\x6e\xe9\x6f\xee\xca\xa6\xee\xca\x4a\x51\xae\x70\x57\x36\x75\x57\x56\x8a\x94\x13\x77\x65\x53\xb7\x60\xa5\xaa\x52\x73\x0b\x36\x75\x0b\x56\x9a\x8a\x28\xb7\x60\x53\xb7\x60\xa5\xab\xc5\xe6\x16\x6c\xea\x16\xac\xea\x30\x6f\x71\x0b\xb6\x74\x0b\x56\xb5\xfb\x2f\x6e\xc1\x96\x6e\xc1\x10\x2c\x8b\x5b\xb0\xa5\x5b\xb0\x1a\xb2\xb9\x8b\x28\x5d\x79\x71\x29\xb0\xb8\xf2\x5a\xba\xf2\xaa\xc9\xc5\xf9\xe2\xca\x6b\xe9\x32\xab\x26\xdf\xd0\x17\x97\x59\x2b\x72\xa9\x5f\xb2\xbb\x88\xd2\x05\x54\x15\x65\x16\x17\x50\x4b\x57\x4b\xb5\x7a\x53\xbe\xb8\x5a\x5a\xba\x5a\xaa\xd5\x8b\xd5\xe2\x6a\x69\xf1\x81\x40\xab\xdd\x5d\x44\xe9\x6a\xa9\x76\x4f\xab\xc5\xd5\xd2\xd2\xd5\x52\xd3\xbd\xc4\xe2\x7a\x76\x15\xdf\x61\xda\xd5\x7d\x60\xd1\x06\x83\x69\xba\x58\x5a\x45\xfb\xcb\x2a\x7c\x6d\xe0\xa8\x2e\xee\xa4\x96\x0e\x8a\x9b\x75\xb9\xa4\x0e\x31\xad\x79\x7f\xb4\x38\x26\x5e\x3a\xea\x6d\xe0\xc5\x49\xef\x52\x0b\xdb\x82\x6f\xff\x8b\x0e\x76\x49\x06\x36\xed\xf4\x0b\x15\xb8\x94\x61\x2d\x99\xaf\x9e\x0c\x5b\xca\x94\x96\x3d\x79\x16\x99\xb2\xc4\xe8\x96\x8b\x0f\x84\xd1\x4b\x8c\x6e\xc5\xd5\xc0\x82\xd1\xeb\xe9\xd5\xbd\x55\xef\x59\xd6\x53\xc5\x1d\xd3\x4c\xe0\x3c\x37\x03\xf5\xac\xaa\xd5\xc3\xe8\x25\x46\xb7\xe6\x82\x7b\xc1\xe8\x35\x5c\x39\xb6\xe6\x1b\xf2\x1a\x12\x8e\x4b\x24\x6f\xcd\xf7\xa2\x05\xc9\x97\x48\xde\xba\xcb\xd0\x05\xc9\x97\x48\xde\x2f\x57\xdd\x0b\x92\x2f\x91\xbc\x2b\x1f\x17\x24\x5f\xcb\xeb\x50\x37\xaf\xcb\x6b\xe9\x68\x00\xd3\x2f\xad\x6b\xa9\x24\x2d\xa5\x42\x0f\x72\x91\x0a\x4b\xa9\xd0\x83\x6f\x06\x8b\x54\x58\x4a\x85\xae\xd6\x6a\x91\x0a\x4b\xa9\xd0\x93\xcb\xac\x45\x2a\x2c\xa5\x42\xd7\x4e\xb5\x49\x85\xad\x54\xe8\xea\x55\x37\xa9\xb0\x95\x0a\xbd\x94\xf6\xf2\x7e\x93\x0a\x5b\xa9\xd0\xab\x97\xf2\x4d\x2a\x6c\xa5\x42\x6f\xae\x7e\x36\xa9\xb0\x95\x0a\xbd\x5b\x77\x17\x51\x4a\x85\xde\x7d\x3f\xdf\xa4\xc2\x8e\x7c\x97\x72\x79\xcd\xde\xe4\xc2\x56\x2e\xd8\x65\xd1\x87\x92\x0c\x3b\x11\x17\xbc\x8e\x6f\xb2\x61\x27\xe2\xa4\x59\x37\xe9\xb0\x33\x71\xd1\xdf\xc9\x26\x1f\x76\x26\x2e\x79\xad\xdb\x24\xc4\x2e\xc4\x65\xd7\x93\x9b\x8c\xd8\x85\xb8\xe2\x5a\x7e\x43\xf6\x7d\x7f\x37\x53\x5d\xdb\x6e\x78\xbc\x39\x8a\xb9\x6a\xf1\xb1\x10\x79\xd3\xcf\x5c\xcd\x35\xe1\x86\xc9\x9b\xde\xe5\xea\xae\xa5\x36\xbd\xcb\xe6\x73\x9a\xab\xbb\x1e\xda\xd0\x7b\x77\xb5\x77\x76\x09\xaa\xae\xf6\x6e\xf3\x8d\x8d\x5d\xbe\x87\x6e\x38\xbf\xf9\xc8\xc6\x2e\xa7\xe0\x86\xf4\x9b\xaf\x6c\xcc\x5c\x1f\x6c\x58\xbf\x9f\xf7\x87\x3d\xbe\xb3\x6c\x08\xbd\x87\x8e\x08\x2c\x7a\x25\xdf\x43\x47\x04\x9b\x6f\x6f\x2c\xea\x45\xc2\xf2\x3d\xb4\x9f\x9b\x4e\xaa\xf7\x38\xb7\xcf\x58\x73\x91\x2f\xe0\xd3\xd8\xe4\x44\xdf\x70\x7f\xf3\x95\x8e\x25\xa7\xe2\x86\xfc\x7b\x4a\x73\x59\x76\x2e\xee\x29\xcd\x85\xf1\xdf\x16\xe5\x3b\xf2\xf1\xbc\x62\xce\x20\xb2\x64\x2f\x9e\x57\xf4\x8e\x48\x93\xbd\xd4\x83\x99\x8e\x66\xf7\x52\x0f\xb6\x17\x63\xab\x67\xeb\x26\x2b\xf6\x66\xac\x6e\x5d\x37\x69\xb1\xb7\xf4\x90\x35\x71\x79\x4b\x0f\x61\x2c\xe8\x13\x8b\xbd\xa5\x87\xf6\xe6\x79\x2a\xa0\x9b\xfc\xd9\x87\xe7\x49\xf3\x6f\x12\x68\x1f\x3e\x8d\xd2\x8d\xe3\x21\x83\xce\xa5\xe3\x9e\x60\xd6\xfe\x7c\xbf\x4e\xe1\x2f\xb7\xeb\x73\xe9\x30\x08\xe3\xbf\xa8\xcb\x57\xe5\xe3\x3b\x2c\xf3\x37\x78\x48\xc4\x73\xe9\x1e\x20\x58\x93\x4f\xf7\x00\x18\x7f\x83\x26\xdf\x94\x8f\x55\xe9\x4b\x8c\x43\xc6\x1e\xd3\x01\x4c\x08\x8e\xf8\x31\x1d\xc0\x1c\xd3\x3d\x68\xd0\xae\x7d\x4c\xf7\xa0\x18\x0b\xba\x6b\x38\x26\x99\x72\xee\x2f\xeb\xa2\x2b\xb2\x43\xba\x1f\x63\x8e\xe8\xfb\xc9\x21\xdf\x4f\xd0\xa1\x4c\x50\x77\x72\x82\x0e\x65\x30\x16\xaa\x33\xf6\x04\x1d\xca\x9c\xc0\xf3\x52\x55\x1c\xcf\x0b\xea\xc6\x42\xea\xbe\xe6\xa0\x6e\xec\x04\xe6\xc8\x9e\x29\x87\x6a\x71\xa2\x0e\x47\x42\x6e\xf2\xe9\x70\xe4\x50\x41\x82\xbe\x20\x3a\x54\x90\x43\x05\x09\xc5\x77\x9f\x43\x05\x39\x49\x07\x49\xa1\xa6\xec\x3e\x1d\x24\x1d\xaa\x4a\xa8\xde\x8d\x1d\xaa\xca\x49\xea\x84\x43\x13\x2e\x49\x9d\x30\xc6\xd7\x52\xe4\x63\xac\x14\x63\x68\x41\x71\x2a\xcf\x87\x8a\x14\x74\x68\x79\xa8\x48\x87\x8a\x14\xfa\xe5\x18\x50\x91\x4e\xbe\xe3\x5c\x0b\x1d\x2a\xd2\x29\x7a\x47\x51\x87\xff\xa7\xf0\x8e\x64\x7c\x2c\xbe\x24\x1f\x5f\xdf\x5d\xde\x89\x1c\x2a\xd7\xa1\x72\x45\xd3\x3b\xa7\x72\x1d\x2a\x57\x94\x9c\x3b\x54\xae\x43\xe5\x8a\xc1\xd5\xc2\xa1\x72\x1d\x2a\x57\x8c\xe2\x06\x95\xeb\x50\xa5\xa2\xbe\xc7\x38\x54\xa9\xa3\xc2\x64\x31\xeb\xfd\x76\x9d\x28\x9d\xfb\x4b\xc0\xdc\x14\xc7\xd8\xae\x2e\x3a\xaa\xeb\x38\x5d\x5d\x34\xc6\xe3\xb2\x7c\x19\x9f\x63\x1a\x8b\xf0\xeb\xea\xa2\x31\xc6\xd7\x60\xa7\x4f\xe6\x50\x97\x1a\x0b\xf3\xaa\x4b\x3d\x7d\x31\x36\x85\x3f\xcb\x32\xff\xff\x8f\xcf\xcf\x2f\xbf\x7c\x36\x3b\x7f\xfc\xf2\x65\xbf\x7d\xd5\x27\xba\xfa\x34\xf6\xb1\xf6\xf9\xf0\xb6\x7f\xf9\xdc\xf7\xf3\xa7\xcf\x3e\x4a\xff\xfd\x77\x00\x00\x00\xff\xff\x99\x68\x60\x83\x1a\x2c\x00\x00"); -var _gebf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xef\x2f\x3b\x92\xa7\xb5\xaf\x57\x71\x96\xc3\x62\xa8\x74\x66\xda\x8e\x90\xae\xae\xc4\xf4\xf4\x0c\x2d\x34\x80\x68\x1a\x90\x10\x8b\xb4\x9d\xd9\x2a\x89\xbe\x55\xaa\xaa\x5e\xf4\xbb\x47\xf9\x3c\x59\x80\x10\xd2\xbd\x9b\xf3\xd1\x89\x9f\xf3\xeb\xff\x11\xe1\x70\x44\xf8\xf7\x7f\xf7\x0f\xff\xf1\x1f\x7e\xf9\xc3\x5f\x7f\xfc\xfe\x7f\xfc\xf3\x1f\xe7\x3f\xde\x7f\xfd\xf1\xfc\xe1\x97\xf5\xe7\xfb\x2f\x7f\xfc\xd7\x3f\xcf\xfb\xc7\xb8\xff\xf9\x0f\xbf\xfc\xee\x77\x65\xff\xb1\xfe\x30\xff\xfa\xb7\xff\x02\xf3\x5f\xae\x3f\xfd\xee\x77\xef\xf7\xff\xf8\x6f\x7f\xf9\xeb\xfd\x2f\xff\xf0\xcb\xf3\xc7\x1f\x87\xe5\xd6\xbf\xfe\xe9\x2b\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf0\x97\xbf\xfe\xf9\xdf\x7e\xfc\xbb\xff\x66\xfd\x71\xdc\xff\xd5\x8f\x75\x3f\x2f\xfd\x7f\xf8\xf3\xba\xff\xfc\x87\x5f\xfe\xf9\xc7\xbf\xfb\xcf\xff\xa1\xfc\xdf\xd4\x7f\xfc\xd7\x3f\xfd\xe9\xff\xbc\xff\xe5\xfe\xe5\xaf\x3f\x76\x68\xf7\x2f\x0b\xfc\xdd\xef\xff\xee\xbf\x5c\x7f\xfa\xef\xaf\x7f\xb9\x7f\xfc\xfe\x3f\xff\x87\xff\xee\xdf\xff\xfd\x3f\xfd\xdd\xbf\xff\x6f\xf9\x0b\x7f\xf8\x5f\xee\x3f\xff\xe5\x0f\x7f\xfc\xe5\x47\x29\xff\xf5\xb6\xb5\xff\x87\xfe\x3f\xff\xdb\x9f\xee\x1f\xe5\xfb\x85\xff\xed\x9f\xfe\xe1\x3f\xfe\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\xd1\xfb\xff\xf1\xd1\xff\xd7\xff\xf2\xc7\x75\xff\xd8\xfc\xdf\x6e\xd3\xe7\x1f\xd7\xfd\x97\x3f\x5d\xf3\xfe\xf3\xf5\xcb\x3f\xdf\xbf\xfb\xf1\xe3\xa7\x6d\xfb\xf9\xc7\x8f\x1f\x3f\xc5\xf6\xf3\xfb\xbf\x28\xe7\xf6\xf3\x8f\x9f\xfe\xd3\xdf\xff\xa7\xbf\xff\xf9\x6d\xe4\xff\xa7\xfc\xef\x8a\x3f\xf3\xcb\x1f\xff\xba\xee\x47\x1a\xbf\xf0\x53\x79\x7e\xfe\xd1\x7b\x69\xef\x47\xff\xef\xbf\xfe\xae\x6c\xdb\x57\xf5\x1f\xd6\xf7\xc1\xfe\x7e\xf0\xfe\xc3\x07\x3f\xed\xe5\xe7\x1f\x3f\xf5\xfb\xe7\x1f\x51\xce\xdf\xfd\xad\x05\x51\x7a\xfc\xfc\xa3\x6c\x5b\xdf\x5f\x5a\x4f\x69\xf9\xf3\x8f\xd8\xa3\x40\xba\x24\xdd\x6f\xb1\xb2\xe7\x4b\x0b\x3f\x8d\x0a\xed\xe0\xe7\xa2\x49\x6b\x3f\xff\x88\x16\x16\xeb\x90\xee\x49\xb1\x73\x7b\x69\xf7\x92\xb6\xde\x76\xf4\x80\x74\x43\x7a\xf8\xb5\xfd\xa4\x21\x8f\xbf\xf6\x42\xec\x51\x21\xf9\x6b\x0f\x0d\xd9\xeb\xfb\x6b\xbb\x7d\xd8\xeb\x2e\xed\xfd\xb9\xbd\x1e\xd2\x8e\x9f\x7f\x64\xc4\x09\xe9\x84\xd4\x0a\xc5\x7a\x7f\x69\x6d\x97\xb6\xbf\xed\xa5\x5b\x7b\xf3\xcb\x7e\x50\x2c\xdf\xee\xef\xdd\x4f\x5f\x88\xdc\xa8\xa0\x57\x49\xf9\x16\x3b\x3e\xda\x25\xed\x7a\xdb\xcb\xf8\xee\x7d\x48\xa2\xf7\x47\x39\xa0\x2d\x69\xeb\x9d\x94\xee\x97\xb7\xa4\xdb\x62\x6f\x57\x77\xc7\x17\xe8\xd9\x28\x16\x45\xd2\x6e\xb1\x06\xcd\xf6\xbe\x10\x47\xa1\x0b\x61\x73\xe3\xb1\x18\x9f\xa6\xbf\xf6\xc2\x5b\x00\x92\xbf\x76\x9d\x14\x3b\x18\xcb\xcb\x6e\xbd\x10\x35\xa9\xe0\x62\x16\xf6\xd9\x29\xe6\x90\xcf\x90\x16\x6f\x17\x58\x22\xfb\x4c\x49\xef\xaa\x89\x83\x8e\x4e\xc7\xe3\xde\xf8\xd2\x4a\x6f\x2b\x7d\x21\x72\xa3\xb9\xb7\x93\x70\xd3\xab\x73\x63\x62\x6e\x7b\xf5\x42\x9c\x4e\xe9\x6d\xaf\x5e\xe8\x9d\x05\xb2\xdf\xb6\xd6\xb5\x75\x3a\x09\xae\x2d\x20\xa3\x32\x92\xae\xad\xfd\x61\xe6\x4f\x87\xed\xb1\xd2\x17\xa2\xdb\xa9\xc7\x3a\xdf\xe5\x56\xb6\x73\x97\xd6\xa5\xf5\x9f\x7f\xf4\x70\x88\x1e\xfb\xfe\x42\xa4\xad\x7d\xec\xfb\x43\xdf\x0b\x4d\x7b\xec\xfb\x0b\xef\x8f\xd1\xf7\xc7\xc5\xf0\x42\x9c\x9d\x51\x7b\xa6\xa4\xdb\x62\x6f\x73\x0f\xd7\x33\xf0\xd2\x02\x5a\x91\xf6\x0e\x9b\xbf\x76\x9c\xbb\xa4\xd3\x62\x09\xad\x4a\x7b\xa7\x2f\xe9\xe8\x71\x36\x49\x4c\xdf\x79\xec\xd0\x42\xda\xdb\x85\xb2\x17\x48\x29\x69\x58\xcc\x1a\xa6\xb4\xf9\xfe\x1a\xe3\x71\x9c\x8c\xee\xe1\x5e\x3b\x8f\xb7\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x2e\xad\xbf\x0b\x35\x68\x5b\xb5\x1d\x75\x59\x4c\xda\x2d\xed\x66\x05\x5a\xc1\x03\xa9\xd9\xd3\x4a\x17\x9a\x3d\x7d\x21\x0a\x33\x7f\x34\x7b\xfa\x42\xa4\xed\x68\xd6\xd9\x9d\x79\xd6\xd1\xd1\x1d\xb7\x17\x62\x6b\x14\xeb\xf6\xa0\x3b\x46\x8d\xa1\xec\xb6\xed\x85\xe8\x76\x5e\xc6\x78\xb8\xe7\xcf\xce\x18\xb9\xe7\x81\xc8\xc2\x50\xba\xe7\x81\xb7\x98\x35\x38\x94\x2f\x44\xdf\x19\x0f\xd9\x00\xf0\x16\xa3\xf3\xf2\x81\x43\x06\xdd\xa8\x40\x36\x00\xc4\x16\xb4\x43\x36\x70\xc8\x79\x4f\x38\xd9\x21\xe7\x05\x22\xd9\xf2\x87\x9c\xf7\x08\x78\xfb\x19\x0c\x5b\xd8\x85\x17\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\xde\x6c\x3f\xc6\x23\x9d\xe5\x8b\x5e\xd5\x8d\xa1\x94\xf7\x00\x3d\x76\x2a\xbd\xec\xd5\x75\x59\x8c\x1a\x2e\xdb\xfb\x42\x24\x8c\xf7\xb8\x1c\xf0\x8b\x4a\xab\x3d\xbd\xac\xf4\x85\x48\x58\xe5\x71\x7d\x95\x3e\x90\xa8\x60\x38\xe0\x2f\x44\xc2\xb1\x8f\xe1\x80\x8f\xf4\xc7\xa8\x60\x38\x6c\x2f\x74\x19\xd9\x31\x6c\xc6\x64\xc0\xab\xb3\x2c\x5b\x04\x62\xdf\x13\x39\xff\x37\xe1\xfc\xff\x27\xaf\xe3\x90\x6b\x1e\x4a\xc2\xea\x16\x53\x12\x02\x3d\x42\x92\xe3\x20\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\x8f\xb4\xb7\x51\x67\x95\xf6\x42\x14\x46\xfa\xac\x74\xe7\xec\x30\x98\xb6\xbd\x0b\xf4\xec\x1f\x4d\xbe\x7c\x42\xda\x25\x31\xbd\x8d\x86\x9c\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\x6f\x16\xa3\xd2\xde\xa5\x75\x16\x8b\xa4\x90\x44\x7b\xdb\x49\x7b\x5d\xdb\x67\x14\x69\x01\xcd\x5a\x5f\xe8\xe9\xa7\x8a\xb8\x33\x98\xcb\x06\xb3\x3e\x5d\x7b\x40\xcf\x6e\x31\xe6\xf2\x4c\x7f\xad\x51\x43\xfa\x6b\x2f\x44\x6e\x0d\x92\xbf\xf6\x42\x57\x50\x9d\x2e\xda\x33\xa7\x5f\xd2\xfb\x5c\xd2\x5e\x1d\x65\x83\x9b\x9c\x2e\xda\xf3\x72\xdc\x3a\x9f\x5e\x8e\xdb\x0b\x51\x4e\x49\xd6\xf9\x42\xec\x30\xb5\xf3\xb2\xce\x17\x7a\x26\xbf\x7f\x59\xa7\xd2\xb7\x75\x8b\x39\x94\x48\xdf\x74\x5e\xdc\x01\x40\x6c\xce\xa8\x3b\xe0\xbc\xc2\x2f\x99\x97\x2b\xa5\xbd\xcb\x6c\x73\x96\x2f\xd6\xd1\x39\xbf\x0a\xf8\x74\x5a\xc1\x84\x6b\xee\xd4\x39\xad\x60\xc1\xd1\xbb\x43\xb4\x6c\xee\x62\x88\x50\xbc\xce\x65\x73\x17\xbf\xd6\xd9\x3c\xe7\xf2\xd7\x5e\x88\xc6\xe6\x39\xd7\xf7\x6b\x2c\x06\xd9\xe6\xb9\x6c\xef\x0b\xd1\xd0\x77\xce\xe5\x62\x58\x61\x31\xa6\x6a\xd9\x85\x17\xe2\x0c\x7f\xcd\x2e\xbc\x10\x25\x6d\xc7\x90\x34\xfd\x72\x87\xe6\x54\xbd\x10\x67\x5a\x81\x53\x75\xa7\xc5\x18\xf1\xdb\x5f\xbb\x61\x74\xfe\xda\xed\xaf\xdd\xac\xac\x7e\xd0\xf9\xfb\xfb\xf4\xe5\x12\x3b\x1b\xfb\xbc\x5d\x59\xcf\x66\x31\x68\x8f\x13\xff\x20\x91\xdd\x1c\xea\x14\xa7\x5b\xb2\xb3\xc4\xab\x5b\xb2\x56\x3f\xad\x6f\x43\xaa\xfb\x0f\x88\x84\xd1\xd5\xba\x4b\x42\x28\xa1\x67\x54\xc5\x2a\x50\xb6\xde\x2d\x76\x4a\x53\x11\xdd\x21\x55\x49\x76\xa1\x4b\xbb\xa5\xdd\xb4\xcd\x2f\xe9\x42\x6d\x70\x15\x55\xb6\xaa\xc0\x04\xa2\xd5\x06\x89\xb9\xaa\xee\xd2\x1e\xef\x58\x56\x77\x69\x0d\xe6\x54\xf5\xa6\x2a\x5b\x80\x08\xa4\x74\x8d\x90\x74\x59\x2c\xa1\x0d\x69\x03\x3d\x91\x6e\x05\x8c\xb9\xba\x4b\x83\x09\xac\xee\x52\x20\x9a\xbf\xe6\x2e\xad\x59\x2d\x46\x43\xd2\xf6\x26\xe7\x81\x4d\x92\xed\x48\x24\x77\xd8\xd5\xb4\x21\x2f\x44\xa4\xc5\x58\x5b\xf5\xb2\x52\x94\xa0\xea\x36\x05\x7a\xef\xb4\xcd\x6d\x5a\x87\xc5\x9c\xc0\x61\xb1\x17\x7a\xa0\x76\xd6\x61\x31\xe7\x39\x18\xb8\xe6\x3c\xb7\x93\x05\x97\xd4\xd0\xce\x4b\xda\xf5\xf3\x8f\xdc\xd0\x2a\xda\xc9\x80\x34\x27\x35\xf9\xb9\xe6\xa4\x02\xd1\x51\x17\x9a\x93\xda\x1a\xdd\xca\xfa\x36\xa4\xb5\x90\x16\xfc\x5a\x40\xa2\x5b\xcd\xd9\x4a\xfa\xd0\x9c\xad\xe6\xc0\x25\xd2\xb6\x39\x70\x40\x34\x98\x7b\x73\xe0\xda\x3b\x48\xe5\x3d\x97\x41\xf3\xe7\x5e\x78\xa5\x3a\x24\xbb\x00\xcb\x2b\x1b\x1a\x65\x93\xe5\x01\xd1\x58\x22\xcd\xb1\x6c\xaf\x94\x2b\x65\x43\xf2\x35\xe5\x18\x10\x27\x8c\xbc\x4d\x7b\xff\x42\x79\x65\x05\xb4\x29\x6d\xa2\x3d\xd2\x8e\xb9\x24\x2d\x8b\x49\xbb\xa5\xbd\xfc\x3e\x10\x01\x6d\xb2\xa4\xdb\xb2\x6d\x68\x72\x6d\xd9\xb6\x17\xa2\x23\x50\xda\xb2\x6d\xeb\xab\xb4\x43\xb3\xd2\x45\xa5\x9b\xc5\xac\x14\x26\x12\x9c\x7c\x9a\x4c\xa4\xdd\x56\xd0\xfb\xaf\x0b\xef\xe6\xf1\x06\x88\x03\xf9\xd8\x3c\xde\xb4\xbb\xf3\x2b\x6c\x82\x76\x3b\x97\x2f\x44\x83\xc7\xb4\xdb\xc1\xbf\xed\x34\xca\x54\xbb\xbf\x06\xdc\xef\x94\xb3\x67\x9b\xac\xa8\xbd\x67\x95\x52\x36\x8e\xa7\xed\x71\x01\xbd\x90\x1b\x6a\x69\x7b\x5c\x40\x2c\xd1\xb2\xd1\x9d\xee\x12\x05\x5e\x16\x02\xa9\x48\xe2\xd7\xca\x66\xb1\x53\x1a\xbf\x16\x16\xab\x92\xc2\x62\x09\x2d\xa5\xb1\x58\x58\x8e\xdd\xf5\x0e\x94\x52\x50\x9d\xba\x0b\x1e\xc8\x0d\x1d\xb4\x7b\xac\x00\x7a\xff\x9a\xb6\x24\xdd\x7e\x69\xa5\x8f\xb4\x87\x5e\x51\xa7\xba\x4c\xe7\x58\x51\x0a\xab\xb1\x7b\xac\x00\x62\x83\x39\x75\x8f\x15\xbd\xb2\x1a\x0b\xab\xb1\x57\xdb\x56\xd9\x8b\x4c\x42\xaf\x36\xed\x85\x77\xc7\x41\xb2\x69\x2f\xa4\x0b\xaf\x57\x9b\x06\x7f\x2d\x65\xb7\xd8\x2d\x8d\x79\xe9\xfe\xbe\xad\x7d\xe1\x2d\x46\xd3\x9a\xcd\x7d\x21\x5d\x9f\xbd\x39\xe0\xb0\xe1\x52\xd0\x68\xbb\x6c\x18\xc8\x38\xa9\x54\x36\xdc\xbb\x3d\x80\x9b\x74\x4f\x1a\x40\x6e\x88\x83\xee\x49\xa3\x63\x5d\x28\xa5\x4a\xb3\xbd\x2f\xa4\x06\x9d\xee\xa9\x02\x78\x8b\xd1\x5e\xd9\x04\xf0\xd2\xa8\xd5\x73\x05\x90\x1b\x82\xba\xab\x8d\x01\xb9\xc1\x9b\xba\xda\x58\x0f\xbb\xe0\xb8\x79\xfa\x00\x72\x43\x76\x77\x25\x04\xf0\x16\xf3\xd7\x9c\x98\x80\x85\xa1\xf2\x74\x0f\x24\xc0\x5b\x8c\x69\xf6\x44\x02\xbc\x67\x33\x48\xf6\x34\xec\x69\x63\xfe\x3c\x91\x00\x3d\xd2\x2f\xed\xe9\x0b\x29\xb3\xee\x6a\x85\xfd\x95\x2d\xef\x97\xd0\x14\x2e\x40\x6e\xb0\xcd\xae\x0a\xd8\xd3\xe6\x36\xda\xa6\x20\x01\xa2\x21\x5b\xba\x2c\xb2\xa7\xed\xf8\x3e\xb5\x1d\xe9\x88\xd3\x79\x35\xc5\x7e\x59\x29\x5b\xb2\x2b\x5c\x80\xdc\x92\x2f\xd5\x01\xfb\xe5\x7a\x76\x8d\xab\xdd\x01\xa1\xb5\xa5\x5f\xb6\x63\xf8\x6b\x6e\x22\x65\x10\x90\x32\xb5\x3e\xfc\xb5\x17\x4a\x29\xf0\xef\x3e\xdc\xb9\x2f\xc4\x7e\x52\xc1\x70\xae\x86\xbb\x14\x65\xb4\x7b\x72\x01\xd2\xf3\x45\x1f\x6e\x85\xe1\xa2\x71\x78\x87\x63\x39\xd8\x92\xe8\x85\x7d\xba\x8e\x5e\x88\x66\x9d\xd3\x65\xf4\x42\x29\x3b\x5a\x4a\x9f\xae\xa3\xc9\x3a\x42\x8d\xed\xd3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe9\x2e\x95\x64\xd3\xa6\x0c\x84\x79\x51\x64\x00\xd1\xaa\xbf\xef\x1c\x4c\x5a\xbb\x73\x8a\xed\xca\x07\x20\x52\x2e\xb0\x6c\xed\xb2\x69\x72\x0b\xe5\x03\x90\x9b\x13\xaf\xfe\x0b\x64\xb8\x71\xd5\x7f\x81\xf7\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xfb\xb2\x53\xc5\x4f\xed\x14\x5a\xec\xdf\x7e\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf7\x40\x07\xa4\x8c\xbd\x6b\x6a\x02\x7a\xa2\x17\x75\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x5e\x78\x15\x2b\x48\x5f\x05\x8e\x07\x82\x30\xe4\xff\x40\x74\xd6\x64\xc8\xff\x81\xe8\x6c\xc8\xd0\xac\x14\x8a\x84\x9d\xd1\x0d\x45\x02\x10\xf5\xfb\xb2\x4a\xaa\x16\x93\xd6\xa4\x35\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xbc\x4d\x84\xc4\xcc\xc7\xa2\xbd\xda\x95\xc2\xc9\x02\xe2\x55\xbc\x7e\x55\x6e\x87\x53\x19\x9c\x5b\x8a\xba\x4f\x78\x6e\x01\xc2\xd1\x0f\xcf\x2d\xb1\x6e\x8b\xd1\x9d\xf5\x48\x63\x53\xa0\x5c\xc5\x6d\x0f\x6f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x76\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3d\xa3\x84\x12\x3f\xb0\x11\x94\xb3\x58\xec\xfb\xb5\x86\x58\xa5\x69\x2e\xa9\x70\x15\x9c\x1c\xb3\xd2\x55\x90\x0a\x69\xcd\x86\xa9\x90\x06\xa2\xa0\x96\xa5\x42\x1a\xc8\x8d\xb3\x5d\x2a\xa4\x81\x52\x4e\x2c\xf9\x79\xde\xd2\x90\x84\x9b\x5f\x3e\x92\x1e\x8b\x51\xa9\x82\x1b\xc8\x8d\x83\x6d\x7a\x08\x4a\x34\xe1\x72\xc2\xab\x53\x4d\x18\x88\xda\x2d\x56\x25\x4d\x8b\x49\xb3\x21\x2f\x44\x2b\x92\x6c\x47\xb5\xa7\x88\xb8\x54\x24\x03\xb9\x31\xba\xa9\x44\xce\xe6\xaf\xb1\x6a\xb3\xf9\x6b\x0d\x31\x62\xdb\x9a\xbf\x86\x81\xa4\x9c\x70\xd7\xd4\x40\x02\xc4\xc9\xfc\xa5\x06\x92\xc4\xd0\x57\x4e\x84\x41\x6a\xe8\x03\x7a\xb0\x55\x52\x89\x9c\xee\x81\x13\xdd\x23\xdd\x03\x19\xce\x02\x2c\x3d\x95\x71\x40\xc4\x47\xf2\xd7\xd4\xd2\x4f\x96\x65\x2a\x82\x80\x9e\x0e\xb9\x5a\x7a\x62\x61\x2b\xd5\xc6\x29\x82\x80\x9e\x4e\xb3\x16\xb6\xc4\xc2\x56\x2a\x4c\x32\xb5\x2f\x00\x71\xb2\xde\x52\x09\x04\xbc\xc5\xe8\xbd\x22\x08\x88\x52\x25\xd9\x8e\xeb\xb6\x58\x40\xfb\x6a\x78\x50\x31\x99\x7a\xcd\x69\xe9\x6e\xaf\x9c\xc4\xd3\xdd\x0e\x44\x43\x8e\xa4\xbb\x3d\x87\x5d\x38\x2c\x66\x17\x06\xd6\x50\x24\x50\x2a\x81\x80\x77\x58\x5e\x92\x12\x08\xc8\x8d\xd3\x74\x2a\x81\x72\x1e\xfe\x18\xcd\x9d\xae\xad\x09\x4f\xb0\xb5\x5a\x43\x80\xd8\x6d\xad\xd6\x10\x20\xb7\x8d\x11\x9a\x0e\xc7\x74\x38\x5c\xf6\xde\x7f\x00\xef\x4c\x40\x72\x38\x3c\xb4\x54\x97\xbd\x87\x16\xa0\x6b\xf5\x4d\x85\x52\x7a\x68\xa9\x58\x87\xd2\x43\x0b\x10\x81\xde\x95\x0a\xa5\x5c\x5f\xa5\xd2\xac\xf4\x85\xd8\x9c\x2a\x6d\x26\xb9\x58\x46\xea\xf4\xa9\x6c\x01\xa2\x6e\x92\x5c\x46\x1e\x1a\x2a\x07\xd6\x94\x85\x00\x71\xc8\x1a\x3c\x34\xa4\xec\xa2\xb2\x50\x2f\xd9\x05\xf0\xaa\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xaf\x1a\x16\x7b\x7f\xee\xaa\x29\x2d\xdf\xb1\xac\x92\x2e\x49\x1a\x4d\x77\x48\x43\x12\x9b\xa8\x21\x58\x2f\xd5\x70\x20\x36\x66\xf9\x72\xcf\x5f\xaa\xe1\x6e\xfa\xcb\x4d\x0f\xf4\xc4\x68\x72\xb9\xe7\x2f\xee\x33\x4b\xe3\x84\x70\x69\xb6\x07\x22\xd0\xcf\x2e\x75\xe9\xcb\x2d\xd9\x60\x3e\x97\x5b\xf2\xba\x0f\x69\x94\xf3\xce\x09\x08\xa5\xd7\x25\x1f\xbf\x1c\xa4\x4e\xb1\xe1\x20\x0d\x65\x66\x47\x63\x1d\xca\x4c\xa0\x27\x7a\xdc\x50\x66\x0e\x8f\x51\xbd\xfb\x69\x4a\x7b\x07\x49\x6b\xd3\xf0\x18\x35\x54\xfe\x35\xd5\x8c\xfe\xd1\x5e\xf9\xa8\xde\x32\x54\xfe\x87\x7d\x08\x76\xf8\xb0\x0f\x23\x18\x4c\x8d\x9b\x43\x1e\x02\xc4\x8e\x18\x1b\x6a\xce\x43\x7e\x11\x30\xd5\x21\xbf\x00\x72\x87\x5b\x0e\xf9\xc5\x50\xef\x0c\x54\xe7\xa1\xde\x09\xe4\x0e\xa7\x19\xea\x9d\x63\xd0\x2d\x19\xd7\x18\x76\x6b\xd0\x2d\x4e\x82\xc3\x4d\x3f\xdc\xe1\x2a\x99\xc3\x1d\x0e\xa4\x16\x9d\xe1\x0e\x1f\x13\x26\x15\x59\x7e\x5d\x78\x0f\x37\x2d\x90\xea\x7e\xc3\x4d\x3b\xdc\xb4\x1a\x81\x86\x9b\x16\x48\x35\xb8\xe1\xa6\x05\xa2\x6c\x92\x6c\xa6\xfa\x84\xc7\x8a\xa1\x3e\x01\xe4\x0e\x43\x1c\x2a\x0c\x43\xab\x82\xf6\xff\xe1\x36\x03\x52\xdd\x6f\x68\x55\x18\x6a\x02\xde\xc8\x0d\x57\x10\x90\xfb\x47\xb2\x07\x37\xfb\x38\x61\x92\x43\xdb\x24\x10\x1d\x1e\x36\x6e\x2b\xb8\x1f\x8b\x51\xe9\xe3\x94\xbf\x10\x0a\x92\xa1\x69\x72\xb8\x44\x93\x55\x30\x5d\xa2\xd3\x25\x9a\x2c\xdb\xe9\x12\x05\x72\x47\x0f\x9b\x2e\xd1\xe9\x41\x5c\xc3\xd3\x54\xa0\x03\x51\x8f\x77\x28\xa7\xf2\x7c\x7a\x10\x4f\x4c\xed\xd3\x83\x38\x10\x5a\xa5\xa7\x07\xf1\xe9\xde\xf6\x0e\x7b\xba\xb7\x81\xd8\x51\x9a\xa7\x7b\x7b\xba\x92\x93\x33\xeb\x74\x25\x4f\x04\xe4\xae\xbe\x34\x15\x90\x40\xa8\xcd\x4c\x17\x37\x50\x76\xf5\x94\xe9\xea\x06\xe2\x44\x11\x9a\x9e\x0b\x81\x38\xaa\x24\x7b\xf5\x42\x9c\x6c\xb2\xe9\x1d\x39\xf0\xfe\x18\xcd\xf5\x92\x1c\x88\x06\xaf\x9b\x5a\x2b\x81\x28\xe8\xf3\xd3\x03\xe5\x44\x4e\xef\x1b\xfa\xd8\x54\x4e\x03\x3d\xbe\x1f\xbb\x24\x5d\x68\x72\x7e\x69\x9f\xb0\x4c\xee\x1b\xe6\x85\xa9\x35\x0d\x88\x8d\x03\xda\xf4\xf0\x08\x44\xa0\x69\x4c\x0f\x8f\x40\xb4\x90\xe4\xec\x21\xe0\xf7\x0d\xb3\xc1\x54\xc0\x4f\xaf\xd0\xd8\x08\x53\x01\x0f\x74\x0f\x24\x53\xf9\x3e\xdf\xcd\xf7\x7e\xc9\x92\x51\xb0\x4e\x05\x2b\x07\x81\xa9\x60\x9d\xcb\xd6\xa2\x07\x4c\x45\x15\x10\xbb\x93\xe7\xf9\x09\xe8\x9d\x63\xdc\x74\x0b\x01\x65\xd7\x48\x35\xdd\x43\x40\xee\x9b\x24\x5b\xbb\x1c\x48\x54\xc0\xa9\x90\x03\x42\xad\x65\x7a\xa4\x9a\xcf\x57\x8c\x5e\x79\x32\x02\x7a\x56\x49\x5f\xb1\x77\x61\xed\xda\xad\x96\x1b\x61\xbd\xba\x5b\xd9\x35\x35\x2d\xef\x7f\x81\xdc\x60\x91\xcb\x8b\x2e\xa0\xec\xce\xf2\xf2\xa6\x0b\xe8\x81\x9a\xbc\x7a\x93\x74\x59\xac\x41\x1b\xd2\xb0\x2b\x61\xb9\x5e\x6a\x85\xab\xdb\x10\x8c\x37\xcb\x15\xbe\x30\x90\xec\xda\x08\x96\x06\x12\x20\x0b\xba\xdd\xd2\x40\xb2\xc2\x4f\xd9\xe0\xcb\xb5\x0b\xf4\x84\x2f\x2f\xd7\xee\x82\xa5\xef\x05\xab\xec\x92\xa5\x03\xb9\xc1\xc9\x96\x2c\x7d\xc1\xab\x77\xcf\xe6\x4b\x5e\x0d\xa4\xd2\x76\xc9\xab\xd7\xcd\x3c\xef\xf6\x41\x3b\x26\x90\x05\x3d\x79\xe9\xa5\x01\x94\x7d\x6f\x16\x73\xe0\x10\x99\xc1\x86\x5c\x32\xbc\xf5\x32\xb9\xb7\x18\x0d\xb9\xbb\x34\x4f\xbb\x8c\x9b\x46\xd1\xf5\x58\xcc\x41\xf2\x04\x03\x64\xb1\xb9\xcf\x57\x8c\x9e\xee\x1c\xf8\xd6\x63\x4f\x5f\xc8\x82\x0e\x78\x3b\xcf\x37\x07\xd4\x7d\xc7\x0e\x7e\x7b\x40\x05\xb2\xa0\xdd\xdd\x1e\x50\xef\xfa\x15\x7b\xbb\x70\x57\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\xb7\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x49\x7b\x95\xdd\xde\x24\xb1\x42\xee\xf6\xfd\xda\x3b\x96\xb7\xe6\x7d\x20\x0a\x63\x74\x6b\xde\xbf\x1b\x3d\x3d\x98\x85\xdb\xa3\x09\x10\x3a\x31\xdd\xed\x91\xc4\xde\x3d\xd8\xbb\x77\xb7\xf7\x2f\xa4\x76\xdd\xdb\x03\xcc\xed\x1a\x3c\xd0\xb0\x6f\xd7\x20\x10\xc9\x2c\xdc\x1a\x01\xef\x64\x45\x1f\x68\x9e\xb7\x4c\x0a\x88\x6a\x73\x73\x4a\xf2\xd7\x58\xbd\xb7\x8b\x0b\x88\x33\x7e\xc3\xb1\xfb\xbe\xac\xff\x3a\xfc\x15\xba\x23\x5f\x03\x22\x50\x9a\x6f\xf9\xda\x8d\x9d\x6c\x3f\x60\xd6\xb7\x4c\xec\x96\x89\x9d\x7e\xe9\x10\x5e\xc3\x62\x7e\x6a\x3b\x2f\x2c\x06\x87\xc5\x96\x24\x87\x35\xa4\x39\xac\x97\x5b\x85\xc5\xe2\x59\xe6\x1e\xd3\x62\x0c\xc4\xf0\xd3\x81\xa9\x0f\xd1\x72\xab\xc2\x00\x29\xb3\xbe\x55\x61\xee\x09\x8b\xf1\xf8\x7f\x6b\xed\x02\x22\x1c\x55\x4f\x24\xc0\x5b\x8c\xd1\xf7\x48\x02\xf4\xfe\x15\x73\x35\xce\x69\x31\x9a\xab\xd1\x03\xe8\x1d\xcd\xf7\xf6\xac\x01\xe4\xc6\x49\xf1\xf6\xac\x71\x2f\xd6\xb6\x77\x2b\xb7\x0c\x16\xe8\x89\x24\xbc\xb5\x73\x00\xa1\x9e\x7e\x7b\xd4\xb8\x6f\x46\x52\x51\x7b\xab\x7c\x00\xa1\x05\xf6\xd6\xd7\xea\x96\xbf\x7a\xd4\x7f\xdc\x77\x4f\x85\x75\x78\xef\xf3\x78\xbb\x09\xc4\x81\xd1\xfb\xf1\x76\x13\xe8\xc1\x56\x7c\x3c\xfd\x03\xa9\x3f\xe1\xe3\xe9\x1f\xe8\x89\x51\xfd\x71\x73\x02\x3d\x39\x3b\x3e\x6e\xce\xa7\x3a\x42\xdd\xdf\x5f\xd2\x5e\x25\x60\x47\x41\x79\x3c\x2e\x3c\x8d\xc5\x76\xb2\x3c\x9e\x66\x9d\x0d\x8b\x03\x0c\xec\xd1\xb3\xe8\x71\x9f\x9c\xd8\x2a\x1f\xf7\xc9\x83\xcd\x7b\x77\x07\x3c\xda\xbc\x81\xdc\x37\x49\x36\x44\x96\x5e\x19\xb6\x47\x96\x0e\x44\x7c\x24\xf6\xf5\x93\xa7\xc5\xde\xf5\xf1\xe8\x24\x03\x64\xa0\x64\x3d\xde\xda\x01\x65\xf7\x48\xfc\x78\x6d\x07\x74\x6f\x1e\x1f\xad\xd4\x8f\x1b\xb6\xa2\x55\x3c\x6e\x58\x20\x0e\xf6\xd0\xe3\x86\x05\xde\x62\xd6\xe0\x20\xe1\xe3\x50\xc3\x0a\x1c\x24\x2e\xfc\xf6\xca\x55\xf7\xe3\x85\x1f\x90\x81\x22\xf0\xa8\xa2\x3c\x6e\x8e\xca\x01\xea\x71\x73\x00\x51\x60\x43\x8f\x9b\xe3\xe1\x20\xbe\x57\xb8\xda\xe3\xb2\x07\xba\x77\xac\x8f\xab\x1e\x28\xbb\x86\x9f\xc7\x65\x0f\x64\x61\xd5\x3f\x2a\xf5\x8f\x3b\x41\x03\xe3\xe3\x4e\x00\xba\x6a\xed\xe3\x4e\x78\x96\xb3\x80\xc4\x7c\x5c\xd0\x40\x0f\x58\xfa\xa3\x5a\xf1\xb8\x78\xeb\xbb\xe7\x73\x63\xf1\xe6\xe6\xdc\xb7\x77\x63\xe5\x16\xd2\x1c\x38\x4c\xdc\xb9\x31\x70\x42\xe2\xd3\x9a\x1b\x03\x27\x04\x3e\x97\xb9\xc1\x0f\x73\xc3\xf4\xb1\xe3\xab\x90\x1b\x92\x55\xe8\x78\x0f\xe6\x86\xe9\x23\x37\x75\xaf\x7e\xe6\x4b\x9b\x56\x8a\x59\xfd\x78\x07\x29\x37\x74\x2f\x21\xcb\xc9\x97\x58\xd5\x73\x93\x83\xe0\x5c\x90\x1b\x63\x29\x64\x79\x8f\x76\xb9\x31\x94\xb9\x61\x25\xd8\x7b\xe5\xd3\x65\xa5\x8b\x9b\xf9\x9d\x1e\x70\x7c\x11\xb2\xd8\x8c\x65\x3f\x71\xb0\xdc\xf1\x55\xcd\xed\xfe\x68\xf6\x9d\xa6\xdd\xf6\xfd\xb6\x07\x49\x3b\x1e\x7b\xf0\x20\x81\xce\x06\xc9\x1e\x28\xe0\xb9\xf9\xcb\x0d\x01\x2f\x64\x39\xa8\x14\x01\x9f\x9b\x13\x13\x2f\xfb\x4c\xfd\x94\xdf\xea\xa4\x25\xb4\x5d\xda\xcb\x55\xb0\xa4\x64\x79\x8f\x37\x2f\xd0\xd3\x78\x8f\x34\x59\x30\x6e\x0a\x1d\xb3\x77\x16\x8c\x9b\xc2\x5b\xcc\x5f\x5b\xd2\xf4\xca\x3d\x20\xd1\xad\x82\xef\xc6\x1e\x0c\x52\xc1\x6c\x29\x24\xfe\x3e\x59\xaa\xed\xc0\x92\xb9\x23\xb1\xb2\xc0\xcb\x84\x9e\x21\xa9\x4a\x7a\x27\xe6\xa4\xa7\x05\x5e\x96\x05\xab\xc9\x1e\xaf\xf2\x9f\x05\x15\x42\xc8\xf2\x6e\xd3\x2c\x68\x10\x42\xd4\x9d\x8e\x56\x3b\x25\xcb\xc3\x3d\x22\x4b\xb5\x07\xb2\x3c\x3b\x5a\xed\x41\xb3\x07\xac\xe7\xd2\xec\x41\xb3\x07\x7c\xd9\xec\x41\xdb\x2d\x76\xfc\xaa\xe4\xce\xd2\x1c\xe9\x86\xd3\xe7\xcb\xd2\xb3\x34\xfb\xac\xba\x12\x07\x0d\x68\x5f\x03\xf4\xf3\x93\xc4\xae\x28\x9d\xcd\xce\x7d\x67\x96\xee\x40\x74\x6c\xd7\x8e\x2a\x2e\x64\x89\x17\x7a\xd9\xa3\x32\x95\xdd\x81\xf8\x1c\xac\x19\xc2\xee\x40\xa0\x6c\x1f\x41\x07\xbb\xb3\xdb\x59\xc7\x55\x92\x43\xe3\xbe\x0e\xdb\xe1\xbe\x2e\xe1\xb4\x55\x86\x35\xec\x42\xc0\x9b\xbe\x62\x4e\x9b\x27\xcc\x68\xfc\x5c\xf8\x73\xdc\x3c\xe6\x41\xd3\xc2\x8e\x7a\x76\x8c\xc6\xb0\xa6\x23\xcd\xd9\xf1\xd8\x69\x6e\x3a\xd2\xe9\x48\x77\x3e\x4d\x87\x92\xdb\xc8\x72\x30\x94\x69\x3b\x64\xfd\xd1\xd9\x02\xe9\x80\x24\xe7\x6b\x87\x0d\xd6\x9f\x45\xd6\x1f\x9d\xf5\x93\x0e\x08\xac\x1f\xc7\xa7\x2c\xe9\x80\x5c\x2e\x33\x76\x71\xb9\x5c\x66\x38\x8c\x71\x3b\x9b\xe5\x72\x74\x2f\x14\x55\x17\xe8\xe5\x8f\xbd\xf0\x6e\x34\x48\xfe\x98\x4c\x2d\x92\x1e\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\x8f\xef\x4b\x26\x01\xf7\xb6\x2c\xc3\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xd3\x21\x9a\x0c\x91\x7d\x9f\x0e\x91\xc2\x20\xdd\xea\xd3\x79\x99\x9a\xf2\xe9\xc1\x74\x5e\x26\xac\x29\xdd\xc3\xcb\x1a\x16\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x72\xaa\x38\xd7\x36\x19\xc2\xb2\x19\xd8\x86\xf6\x84\xa1\x97\x65\x3b\x96\x5a\x0b\xab\x68\xb9\x64\xd4\xbb\x52\x86\xb0\x5c\xe1\x2f\xc4\x37\x92\xcb\x09\x55\x4e\xa5\x53\xb5\x9c\x51\x6c\xbc\xa7\x33\xb5\x9c\xa9\xa5\x07\x29\xa3\xb6\x1c\xef\xe5\x48\x7e\x34\x47\x72\x39\x92\x0c\xc7\x6d\x3f\x3d\xc5\xa5\xbb\xff\xb6\x57\x9c\xe2\x8e\xce\x10\xdd\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\xb7\x35\xbc\x90\xdf\xb6\xba\x9d\x51\x99\x7c\xba\x3e\x64\xf2\x40\x7c\x7c\x54\x26\x0f\x94\x3d\x9d\xab\xc7\x4a\x1f\xc3\x2c\x24\x59\xa9\x4c\x3e\x91\x53\x06\x72\xa4\x51\x10\x7b\x22\xa7\x8c\x82\xc8\x7d\xbc\x63\x79\x6c\xcc\xdf\xce\x0d\xb6\x10\xcd\x62\x83\xb1\xdc\xb1\xbe\x1f\x98\x17\x72\x77\xea\x81\xc0\xbf\x3a\x77\x34\x62\xa1\x1c\x9c\xf4\x73\x77\x35\x00\x89\xeb\x64\xee\xae\x86\x9d\x79\x3e\x38\x12\xe7\xee\x3c\x03\x19\x55\x52\x95\xf4\xb6\xf7\xe0\xd8\x99\xbb\xd3\x00\xc4\xd9\x20\x39\x0d\x40\xec\xaf\x3a\x92\x46\x41\xe4\xce\x19\xf6\x28\x2c\x5e\x62\x00\x3e\x08\xdc\x08\xd2\x48\x80\x3c\xb8\x4a\x3b\xd4\x33\x8e\x2a\x0d\x7f\xde\xbe\x1d\x90\x8a\xa4\x49\x31\x38\xd9\xa1\x30\x00\x62\x63\xc8\xf5\xac\xcf\xa3\xf9\x6b\x6c\xd3\xa3\xfb\x6b\x1d\x9f\x20\xe6\x14\x67\xf9\x17\x18\xf1\x12\xfc\x9a\xfc\x19\xe8\x18\x82\xf3\x90\x3f\xe3\xaa\x5e\x8e\x02\x1f\xd0\x57\x3d\x71\x1f\x7f\x69\xfc\x1c\x16\x3a\x21\xce\x62\x31\xdb\x86\x46\x75\xec\xd2\xf2\xa3\x71\xb2\xb2\x0b\x6a\x54\x07\x1e\xb2\xc7\x8e\x8c\xc1\x3b\xfc\x83\xc4\xfe\x94\xfa\x88\x0b\xe5\xd8\x11\x3b\x3a\x89\x0b\xb1\xfb\x6b\x1c\x0e\xf3\x18\x87\xc5\xde\x05\x77\x60\xb9\x16\x22\xd0\x20\x8e\x61\x05\xef\x7a\x2a\x07\xf7\xeb\x79\x8c\xef\x53\x2f\xbf\xe8\x15\x36\x93\xc4\xfb\xbb\x1c\xc4\x21\xa5\xee\xdf\x42\x6e\x08\x8f\x43\x96\x07\xbc\xc5\x18\xb8\x61\x4f\x07\x8a\x86\xc3\x3b\xec\x29\xfa\xef\xb1\xb3\x06\x0f\x95\x36\x20\xf0\xd2\xc8\x63\xda\x2b\x9c\x1c\x0e\x0e\x35\x79\xb8\xa2\x81\x38\x8e\x5f\x3f\x73\xe7\xe1\x7a\x3f\x96\xe3\xd5\xe8\x8e\xac\x08\xc8\xad\x32\x36\x72\xa2\x63\xd9\x43\xb6\xcf\xa1\xd2\x08\xf4\xb0\x37\x2a\x8d\x40\xc7\xba\x91\x87\x4a\xe3\x81\xdb\xdc\x81\x89\x37\x0f\x17\x3c\xd0\x65\x0a\x87\x9c\xe8\xb8\x9d\x10\x74\xa4\xe3\x76\x42\x30\x1e\x11\x30\x94\xc7\xed\x84\x78\x6f\xce\xbe\x3b\x6e\x87\xe6\x0e\xbf\xa4\xb9\xb7\x13\x72\x63\x24\xfc\x2a\xb8\x24\xd9\x83\xf0\x53\x7b\x80\x51\x1d\xcf\xf7\x3c\x6e\x7b\xc0\xb9\x16\x53\x62\x1e\xf7\xd7\x83\x85\x17\xa1\x1d\x70\x8a\x6e\xc7\x3e\xa4\x39\xf6\x2f\xc4\xde\xe8\x80\x0c\x11\x28\xc7\x8e\x6c\x39\xe4\x88\x40\xa8\xce\x1e\x32\xc4\xe3\xb1\xef\x6e\x9e\xc7\xbe\x73\x21\xb7\xb9\x15\x1f\xfb\xfe\x60\x70\xb4\xef\x8f\x7d\xc7\xff\xe3\xd8\xd3\x4a\xed\xe8\x0b\x3d\x6c\xee\x63\x3f\x65\x30\xdc\xfa\xe4\x21\x83\x01\x42\x66\x62\xc0\x40\x9e\xdc\x0a\x1c\xc7\x26\xed\x94\x46\x3b\xaa\xa4\x2a\x69\x5a\xec\x84\xb6\xa4\x2d\x4e\x28\x92\x6e\x49\x30\x98\xa3\xbc\x3d\x35\xfc\x40\xe8\xbd\x49\x2a\x92\x50\x8b\xd8\x9c\xa7\x2a\x34\xd0\x93\x55\x74\x62\x20\x10\x02\xfb\x4e\x9e\x2a\xd5\xc0\xfb\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb2\x98\x35\x0c\x69\x9e\x8a\xfc\x72\x4a\x9a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\x67\x73\x34\x9a\xe3\x8d\x34\x3b\x55\x9b\x81\xdc\xe0\x2e\x67\xb3\x53\x78\x09\x1e\x07\xdc\xfb\x6c\xf6\x0a\x67\xed\x03\x5e\x75\xe2\x25\x98\x27\x0a\xf7\x71\xd8\x5c\x15\xee\x53\xfb\x60\xb5\x52\xdb\x41\x10\xd4\x71\x20\xdf\x8d\xed\x10\x02\xa3\x72\x12\xe7\xf1\xc1\x5b\x8c\x5f\xeb\xb6\xad\xd3\x36\x74\x5f\xc3\x3d\x84\xb7\x18\x0d\x51\x3c\x9c\xaa\xef\xe1\x97\xb6\xad\x3b\x09\x68\xb5\x86\x80\x08\x89\xf7\x6f\x9e\xdd\x49\x40\xcb\x3f\x0e\xf4\xc4\x53\x2d\x1f\x08\xac\x39\x79\xaa\xe5\x1b\x3c\x72\x1c\x6c\x0e\x83\x47\x84\xe8\x6c\x04\x02\x49\x3e\x88\x9d\xad\x6c\x38\x89\x10\xd5\x65\x14\x76\x14\x7f\xf6\xe3\x38\xfd\xd2\xe6\xe2\xcf\x8e\x71\x3b\xcf\xb0\xb5\x18\x6e\x30\xa8\xe7\x19\xb6\x16\xe3\xc8\x71\xf8\x6b\x97\x75\xbe\xd0\x3b\x87\x33\x03\x40\xf2\xe4\xde\xf4\x38\x50\xf2\xcf\x61\xa5\x03\x7b\x17\xb2\xf7\x54\xfa\x00\xe5\x38\xac\x41\xf1\x03\x44\x75\x85\xab\xed\x9c\xc3\xbe\xc3\x79\x4e\xd5\x66\x20\x76\xf4\xd0\x53\xb5\x19\xe8\xdd\xa6\x69\x31\x38\xf1\xa0\x3a\x0e\xd4\x98\x73\xba\x9c\x5f\x48\x62\x0b\xf3\x54\x6b\x26\x3e\xa3\x1c\xf8\x80\xa4\x01\x1a\x42\x84\x5b\x48\x3d\xf4\x5c\xec\xee\xd3\xb5\xab\x6a\x03\xf4\x48\x8a\xc9\xe9\x0d\x82\x38\x3c\x19\x1a\x04\x91\xd5\x15\x78\x22\xb6\xab\x2b\x10\x08\x3c\x5b\xb2\xba\x02\x0d\x3e\x38\x2a\xc6\x11\x83\x0f\xb2\x12\xf2\x7a\x54\x36\x56\x75\x02\x81\x20\xba\x28\xab\x07\xb7\xca\xf5\xc7\x81\x49\x2d\xab\xfa\x43\x35\xc6\x0c\x56\x5c\xb5\xc8\x00\xa9\x7c\xa9\x97\x15\x38\x59\x78\x5a\xa4\x0e\xfe\x42\x0f\xf4\xba\xea\x64\x55\x8e\x3d\x47\x6d\xb4\xcd\x63\x0f\x10\x5a\x3d\xaa\x3a\x40\x55\x44\x57\xf8\x51\x55\x44\x03\x89\x55\x3a\xab\x32\x18\x28\x47\xcd\xdf\x70\xe0\xae\xea\xa4\x40\xaa\x82\x55\x4f\x28\x40\x1e\x21\xc9\x96\xab\xb9\x56\xdb\xa4\xe6\x0a\x44\xab\x92\x58\x66\xf5\xfe\xea\x7f\x27\xae\x3a\x71\x40\x1e\x21\xc9\x0a\xb8\xb8\x39\x9a\x13\xc2\xc5\x8d\x10\xc5\x71\xe0\xe2\x26\xab\x42\xaf\xc1\xf7\xab\x42\xaf\x1a\x1e\xd3\x1a\x24\x7f\xed\x61\x9d\xb5\x9d\x61\x7d\xbe\x4f\x03\x67\x15\x06\x9f\x7b\xbc\xac\x8a\xae\xe6\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x1a\x5c\xad\xc9\xf9\x81\x3c\x8b\x24\x9a\xdb\xf0\xd1\x3a\xec\x7d\xd3\x40\xd0\xf4\xd1\x0a\x49\x4b\x12\xf3\xd6\x10\xc8\x46\x52\xa4\x3e\xf4\x87\x86\x3f\x7d\xe8\x13\x5f\xed\x72\x68\x12\xd2\x59\x5b\xc8\x83\xa5\xd7\xb9\xcc\xc9\xde\xa8\xd5\x25\xda\xdb\x94\x86\x20\x69\x15\xd2\x92\x44\x57\xb9\x51\xcc\x2e\x03\x07\x52\x9e\xde\x65\xe0\xfa\x6f\x1f\x81\x78\xd4\x7f\x3b\x3b\x61\x1e\x47\x70\x42\xeb\x18\x8c\x85\xc4\xea\x9b\x5d\xa3\x01\x10\x1d\x85\x5c\xaf\xe6\xd4\x85\xf9\xc0\x09\x27\x75\x61\x16\x7a\xa0\x93\xea\xc2\x9c\xba\x30\x1f\x5a\x2a\x75\x61\x16\x82\x2b\xed\xd4\x85\x39\x75\x13\x3e\x88\x28\x4d\xdd\x84\x85\x3c\x30\x8f\xe8\x26\x9c\x9d\xe8\x86\xc3\xc3\x63\x57\xa5\x02\xa2\xdb\x0e\x35\x2a\xfd\x62\x0f\xac\xfb\xa9\x5f\xac\xd0\x13\xf5\x5e\xbf\xd8\xd4\xbb\xf5\x48\x66\x46\xef\xd6\xc4\x47\xb5\x9c\xb8\x6e\xa5\x4e\xaa\x42\x72\x31\x96\xfa\xa8\x66\xe0\x83\x73\xe2\x8a\x98\x81\x0f\x8e\x10\x1d\xa6\x1b\xf8\xe0\x64\xe0\x07\x71\x6e\x2c\xcc\xc0\x0f\x42\x88\x0d\x0e\x1b\x6a\x37\x81\xa3\xe0\xb9\x15\x6a\xf0\xfc\x04\xa4\x22\x3e\xe4\x75\x40\x39\x37\x84\x77\xc8\xec\x80\x38\x61\x3b\xa1\xb4\xd5\x59\xf6\xfc\x6a\x70\x9e\x81\x72\xaa\xff\x86\x62\x0e\x48\x2e\xf2\x32\x14\x73\x81\xbb\xc4\xa9\x16\x11\xb8\x4b\x08\x3d\x31\x0e\x85\x87\xb1\xf0\x30\xb6\x59\x01\x53\x1f\x2f\x4b\x2c\x27\x71\x45\x19\xf2\x44\xe0\x3d\x84\x42\xb2\xce\x2b\x29\x16\x7c\xaa\xc1\x08\x08\x0f\xd3\xa1\xc1\x28\x38\xae\x9f\xdc\xeb\x66\x28\xc0\x80\xc0\x25\x32\xc3\xe3\x3a\x10\xc5\x2f\x3d\x64\xe9\x15\x7c\x16\xdb\x26\x83\xd5\x2b\x58\x35\x48\xaf\xe0\x8c\xf7\x58\xf4\x16\xa3\xa3\x9e\x8b\x80\xc0\x15\x39\x63\xfa\x6b\x93\xf1\x20\xc4\x3d\xf1\x24\xfe\xa0\x77\xf4\x4e\xfd\x89\x33\xb0\x07\x9c\xc5\x1a\xe4\xcd\x40\xe0\x4b\x99\x21\xef\x0d\x62\x24\xcf\x02\xff\x09\x39\x2d\x10\xdd\x05\x22\xa3\x8d\xdb\x62\xe8\x8a\xa1\x71\x05\x88\xc3\x61\xbb\xbf\x62\xdc\x39\xb1\x63\x74\x0e\x16\x52\xd5\x4b\xe7\xe0\x0c\x0e\x1c\xa7\x86\xfc\x70\x7b\x00\xa9\x22\x17\x1e\x38\xf4\x21\x3e\x8b\x9d\x97\xd1\xea\x43\x7c\xba\x28\x35\xb7\xe8\x09\x7c\x6a\x22\xd0\x13\x38\xf3\xb4\xb9\xcc\x7c\x6a\x40\x07\x62\x63\xe6\xd3\xf3\x40\xba\xb1\xf0\x5d\xc8\x74\x63\x01\x41\xec\x71\xa6\x1b\x2b\xd1\x59\xcf\x82\xc9\x32\xdb\x47\x83\x21\x31\x1e\x29\xb3\xc4\xdb\xb6\x9c\x38\x7d\xa4\xee\xb6\x42\x0f\x94\xf3\x94\xe5\x25\xee\x17\xa7\x26\x82\x54\xf3\x04\x52\xc5\x33\x55\x3c\x13\xf5\xf1\xc4\x33\x2b\x53\xf5\x11\x08\x3c\x48\x32\x55\x1f\x81\xe4\x4a\x3b\xf5\xd3\x4d\x9d\x72\xcf\x9d\x05\xa2\x53\x6e\x66\x58\x29\xab\x21\x35\xff\x02\xef\x8e\x83\x64\xa5\xc4\xd5\x9f\xbf\x25\xa6\x3b\x53\xc5\x11\x48\x95\x77\x5c\x7f\x5f\x70\x20\x98\xcc\xd4\x88\x9c\x9f\x9b\xd2\x01\xc9\x81\xc0\xae\x7c\xee\xf6\x5a\xbb\x32\x10\xc4\x54\x65\x6a\x57\xd6\x51\xf8\xdc\xd1\xa3\x75\x14\xce\xcf\x51\x38\x2d\x66\xa5\x97\xc5\x58\x54\xfa\xf1\x0a\x79\x70\x7a\xcc\xeb\x2b\xc6\xb6\xd8\xd1\xfb\xf5\xe3\x15\xd2\xf3\x5e\x0e\xdb\x31\xe4\x74\x34\x6d\xd8\x0e\xb4\xa9\x73\x6f\xd2\x5c\x53\xb8\x0c\xaa\xbb\xa7\xda\x14\x90\x04\xb9\x64\xaa\xf9\x02\xa9\xb1\x3c\x65\x1c\x89\xf5\xe4\xdc\xd1\x35\x52\xeb\x09\x90\x6a\xe0\xba\x09\x0b\x89\x97\x44\xea\x26\x2c\x94\xd3\xbb\x10\xfd\x84\x85\x3c\x9c\x70\x15\x64\xe0\x2d\xc6\x70\x78\xa7\x06\xa4\x87\x83\xd4\xfa\x8c\xb7\xef\x5b\x8c\x4e\x4d\x47\x6d\x32\x6a\x28\x29\x39\x1d\xb5\xe9\x8c\x3a\x2f\xda\x20\x81\x3c\x1c\x6f\xd5\x41\x3d\x80\x4f\xfc\x57\x52\x0f\x60\x21\xba\x93\xac\x72\x87\x87\xef\x5b\x8c\x6e\x69\xf7\x4d\xe3\xa1\x5d\x8c\x9a\x64\x72\xd9\x53\x18\x6e\xaa\x95\x03\x71\xfa\x6b\x2a\x77\x89\x1f\xe2\x79\xa0\xd2\xa6\x4c\x27\x65\x3a\xa7\x24\x47\x9c\x58\xc5\xf3\x40\x3a\xa6\xda\x1d\x90\x1e\xe4\x52\x63\x4b\xe2\x1e\x70\x1e\x9b\x34\x37\xd4\x0b\x79\x70\xda\x4d\xcd\x28\xba\x1d\x9f\x47\x61\x9a\xb5\x72\x00\xe9\x79\x4f\xb7\xe3\xd4\xed\xf8\xf4\x20\xae\xdb\x71\x5e\x84\xd3\x9e\x8e\xef\xa5\x4c\x06\x82\x98\x87\xbc\xbc\xdb\xbb\xf0\x43\x3c\x6d\xdc\xa5\xc6\x77\x99\x67\x04\x3d\xeb\xf2\xf4\x7f\x35\x7b\xcf\x1a\xbf\x3c\x63\x03\xf9\xfd\x9a\xec\x0a\x28\xe7\x81\x8e\x7d\xc9\xaf\x80\xd8\xbe\x62\xfe\x9a\x42\xff\x40\x6b\xbb\x14\xfa\x40\x54\xdb\xa1\xd0\xbf\x38\x28\x9f\x07\x0c\xf1\x92\x5f\x01\x21\x57\xbb\x3c\x28\x03\x3d\xc3\x2f\xbf\x0a\x1c\x10\xd6\x9b\xde\xc9\x79\x85\x33\xc3\x29\xe2\xf2\x84\x0a\xf4\x6e\x05\x32\x9a\x2b\x9c\x19\xf4\xd8\x4b\xa1\x0f\xe4\x51\x2d\xc6\xcc\x5c\x72\x95\x83\x63\xc2\x25\x57\x01\xf2\xe0\xbe\xed\x92\xab\x5c\xe9\x80\x70\x80\xbc\xd4\x28\x81\x3c\xaa\x5f\xda\x8e\x64\xb2\x4e\x6c\xd2\x97\x9c\x06\x48\x59\xd9\xe5\xcd\x14\x90\x38\x61\xe6\xe5\xcd\xd4\xc5\xb1\xed\x3c\x37\x69\xb7\x34\x74\x7d\x36\xfd\xe5\xb1\xed\xc2\x49\xf2\x54\x6f\xb9\x3c\x64\x03\x71\x3a\x09\xaa\xa7\x40\x14\x2b\x50\x3d\xbd\x54\x5b\x4e\x96\xe0\x25\x77\x03\xe2\xb0\x02\xd5\x96\x4b\x3d\x80\x0c\x41\x79\xa9\x07\x00\x49\x8c\x70\x5e\x6e\xd3\x8b\x8b\x9d\xf3\xb4\x57\x5e\xec\x00\x11\x45\x92\x43\xe4\xd6\x25\xeb\x4c\x5e\x6e\x5d\x20\x3d\x63\x5f\x6e\xdd\xeb\xb6\x57\xc8\xbd\xcb\x13\x17\x10\xdf\xbc\xa8\x41\xe8\x97\x7e\x9e\x88\x69\xfd\xd2\x85\x38\xd1\xf4\xf5\x4b\x17\xf2\xeb\xa8\xbb\x59\x57\xf5\x93\xb4\x36\xa9\xab\x7a\xea\x35\x7e\x9e\xd4\xa0\xd7\x78\x0e\x39\x52\xe5\x78\x3e\xec\x2a\x90\x85\xe3\xc5\x90\x23\xe9\xf2\x7c\x36\xf6\xae\x2e\xcf\x42\x12\xc0\x98\xba\x3c\xa7\xde\xc7\x27\x49\x3d\x52\xef\xe3\x9c\xa4\x0d\x3a\x1b\xac\x71\x6a\xe0\x03\x42\x36\x38\x35\xf0\xe1\x36\x5c\xce\x0e\x97\x9a\x9a\xe9\x80\x70\x91\x4f\xef\xc3\x81\x2c\xdf\x97\x43\xd2\xf0\x4b\x69\x53\x9a\xca\xee\x09\x89\xb6\x4d\xd5\x8a\xbe\xfd\x7a\x44\x77\x4e\xb5\x0e\x20\x3c\x02\x4f\x77\xf1\xec\x36\x93\x03\xce\xd4\x90\x05\xf4\x6e\x07\x55\x44\x74\x6b\x3e\x3b\x7a\xba\x6e\xcd\x39\x71\x24\x3a\xbd\x64\x9d\xea\x13\x40\x6c\x28\x7f\x53\x73\xd4\xe4\x8c\x76\x76\xe4\xc6\xf4\x8c\x36\xf5\x39\x81\xf9\x4f\xb7\xca\x24\x17\xce\xd9\x59\xca\xd3\xa5\x0c\x44\x65\x13\x4c\xaf\x6c\x27\x91\x96\x27\x69\x18\x72\x2a\xac\x80\x20\xc5\x47\x4e\xf5\xe3\x89\xed\xe2\x8c\x62\xb1\x47\x1a\x9e\xa6\xc8\xd1\xe9\xbe\x98\x77\xb5\x18\x34\x57\x1a\xd0\x3b\xcb\x60\x6a\x27\x00\x42\xa9\x3c\x95\x24\x53\xb1\x11\x08\xa6\xa9\xd8\x00\x7a\x34\xbf\xb4\xa3\x9c\x15\xcf\x40\x09\x9d\x9e\x15\xa7\x91\xf0\x9c\x8a\xa7\xca\x30\x3e\xbe\x6f\x31\x06\x44\xb3\x37\x10\x5b\x91\x64\x05\x8f\xbf\xc6\x9e\x9d\x9a\x13\x80\x20\x99\x40\xea\x16\x9c\x0b\x07\x93\x93\xbc\x61\xb9\x74\x30\x01\x82\x2c\x48\xb9\xd4\x8f\xd7\x69\xe7\xd9\x2a\x4b\xcd\x17\x88\xbd\x59\xac\x4b\xc2\xab\xe5\xfb\x32\x24\x31\xa5\xfa\x11\x2c\x6d\xe8\x4b\x1b\x3a\xcd\x5d\xda\xd0\x97\x07\x4f\x9c\xb3\x73\x79\xf0\x04\x42\x1b\xfa\xf2\xe0\xb9\x70\xec\x38\x03\x3d\x6b\xe9\xd8\x01\x04\xf1\x92\xb9\x74\xec\x58\x38\x9a\x9e\x81\xd4\x58\x8a\x2f\x20\x88\x97\xca\x85\xa3\xa9\x10\x3b\x47\xd6\xd5\x2e\x49\x0e\x5b\xf8\x6b\xb6\x0d\xdb\x72\xa0\x91\x2c\xf5\xf4\xa5\x2c\x0c\x4e\xe2\x4b\x59\x08\x04\x09\x3e\x72\x29\x0b\xf5\xa6\x3e\x35\x14\xea\x4d\x2d\x04\xf1\xae\xa9\x37\x75\xea\x4d\x7d\xe2\xac\x9e\x7a\x53\x0b\xb1\x7d\x5f\x4e\x49\x0c\x25\x21\x70\xb9\x34\xe0\x00\xd9\x58\xa8\x78\x5b\x7f\xf0\x16\x83\xe6\xfe\xc3\xa9\xfa\xa5\xf1\x73\x6a\xe2\xcb\x70\x73\xb6\xee\xf2\xe8\xbc\xc2\x1a\x8a\xc5\xac\x81\xb0\x02\x72\x0f\xe4\x52\x5f\x5f\x8a\x51\xd2\x47\xe5\x52\x8c\x02\x59\x50\x29\x97\x62\x74\xa9\x9c\xeb\x83\xb0\x54\xce\x81\x50\x92\x2c\x45\xe6\xba\xfc\x35\x74\x9e\xe5\xb1\x1b\xc8\xc2\x36\x5d\x0a\x3e\x20\x3c\x67\x2d\x05\xdf\xe2\x0a\xf4\xd4\x46\xb2\xbc\x02\x05\xd2\xfb\xc3\xe5\x15\xe8\xc2\x3f\xf6\x4c\x18\xf8\x92\x37\x00\x59\xc2\x3a\xed\xe8\x45\xfc\x84\xcb\xed\xb2\xa3\x24\x46\x39\x49\x5b\x92\x4b\x55\x1f\x08\x5c\xb3\x73\xa9\xe9\x03\x51\xd0\x45\x97\x9a\xfe\x22\xea\xe7\xcc\x53\xda\xf7\x6b\x48\x78\xd7\x8c\x0a\xfb\xe2\x06\xf4\x4c\xce\xa7\xcb\x1b\xd0\xa5\x07\xa0\x2b\xd0\x93\xfe\x52\x13\x4f\xa4\xfe\x52\x13\x5f\x26\x1e\x74\x96\x65\x6e\x6b\x3a\x7d\x6e\x22\xad\xdc\x40\x7a\x1b\xb3\x54\xce\xd7\xb2\x57\x48\xd6\xa5\x90\x03\xd2\x8b\x91\xe5\x49\x7f\x11\xba\x70\xa6\x23\xae\x01\x15\xe8\x81\x86\xb6\x54\x04\xd6\xed\xf4\xb9\x04\x55\xbb\x81\xd0\xae\xa6\x1b\xbd\x10\x07\x42\x5f\x37\xfa\x5c\x8f\x5f\x3a\xcb\xda\x4f\x97\xf6\x53\x77\x87\xc7\xfa\xa5\x3a\x4d\xd4\x61\x2e\xd5\xe9\x65\x14\x9f\xec\x48\x75\x5a\x37\xfa\xfa\x6d\x70\x6d\x68\xba\xd1\x47\xb3\x98\x8b\x81\x8b\xc4\xba\xb9\x89\xbc\x48\x04\xc2\x1b\xec\x25\x47\x5d\x2f\x17\x7d\x8b\xd9\x36\x87\xf2\xc1\x6d\xf4\xab\xd4\xa1\x44\xe8\x57\x82\x6d\x53\x0f\xfc\xbc\x31\x1c\x54\x6d\x68\xb7\x86\x03\x20\x48\x51\x90\x3a\xe5\x27\x8e\xf8\xa5\x6a\x43\xbb\x65\x96\x40\xd4\xaf\x58\x4a\x42\xc0\xb6\xed\xd7\x25\xf7\xed\x79\xe1\xc6\x13\xb9\x92\xc2\x2b\x6f\x2f\x1a\x6f\xf3\x2c\x71\x26\xbe\xd5\x43\x80\x52\xc9\x5d\x93\xb7\x8a\xc8\xad\x2b\x32\x17\x49\xb7\x17\x8d\x06\x0a\x54\x3d\x2a\x0c\x14\x10\xc2\xe3\xa3\x81\x02\x79\x57\xc7\x6b\x97\xb6\xa4\x21\xb9\xed\x8d\xf7\x85\x40\x7a\xb9\x74\x7b\x5d\x78\xc3\xd2\xeb\x86\x56\x71\xcb\xd2\x81\x20\xa3\x59\xde\xb2\x74\xe0\x2d\xc6\xaf\xe9\x8c\x07\xa4\x0e\x4d\xb7\xb7\x8a\x77\x73\x15\xc0\x12\x6e\xcf\x32\x40\x96\xf0\x4b\x07\x1a\x43\x75\xdd\x38\xb8\xdc\x1a\xaa\x81\xde\x31\x25\xde\x1a\xaa\x89\x3a\x28\x75\x3b\x6d\xc8\xd7\xde\x87\x31\xe2\x4b\xbd\x49\x88\x34\x78\x8b\x51\x83\xac\x1f\x08\x22\x17\xf3\xd6\xf4\x09\xbc\xc5\x18\x23\x6d\x9f\x40\xca\x3a\x6e\x05\x04\x90\x64\xff\xca\x5b\x01\x71\x23\x20\xaa\x86\xd4\x5b\x01\x01\x64\xe9\x92\xec\x81\x1e\x80\x88\x91\x5b\xf9\x60\xf4\x43\xc5\xcb\x3d\x8d\x7e\xc8\x3b\x5c\xa0\x30\xe1\x5b\x7b\xcf\xad\xbd\xa7\x33\x94\xea\x67\xc0\x5b\x8c\x9f\x53\x41\x03\x52\x03\xe6\xed\x69\xec\x4e\xe7\xcf\x71\x53\x18\x00\xa1\xa6\x7a\x2b\x0c\xee\x74\x1d\xc1\x74\x6e\x0d\xf7\x40\x12\x09\x94\xb7\xc7\x2c\x20\x8b\x0b\xd5\x63\xd6\x7d\x39\xba\xf0\xa1\x5b\x61\x70\x7b\x0a\x62\xc7\xde\x0a\x03\x62\x26\x4a\xd5\x3c\x74\xeb\x23\x03\x04\xa9\x36\xd2\xf8\x89\x24\x66\xe2\x2d\xc6\xf0\x6a\x0a\x02\xa2\xa2\x17\xdd\x1e\x96\x0c\x96\xa8\xda\x7d\x0d\x96\x10\x52\x2f\x1f\x83\x25\xf2\x1e\xae\x4a\xf8\xd5\xad\x34\x00\xa2\x5a\x81\xd2\x00\x88\x1d\x45\xf4\xd6\xee\x73\x0f\x47\xd7\x69\xd6\x3c\x0c\x64\xf9\x7e\xcc\xce\x3f\xce\x95\x23\x2e\xa7\x03\xa2\xa1\x3e\xdd\xba\x47\x18\x91\x50\xf5\x6b\x34\x22\x21\x1f\xf2\x16\x54\xaf\xac\x1e\xd5\x2c\x20\x2a\xd3\xfc\xa8\x65\x3d\xae\x71\x15\xec\xa7\x7d\xb4\x87\x1a\xde\x71\x7b\x5c\xe3\x86\x07\xd4\x5d\x9a\x0b\xe9\x21\xa7\x59\x25\x5c\x2a\x1f\xe7\x19\x88\x1d\xe3\xd8\xa3\xa3\x27\xce\xfb\xa5\x92\x19\x30\xf5\xde\x17\xf2\xc4\x44\xfa\xa8\x1a\x3c\x4e\x20\x71\xe9\xf9\x38\x81\x40\x12\x99\x98\x8f\x13\xf8\x38\x81\xea\x9d\xcf\xf5\x7d\x8a\xc9\xef\x2b\x76\x49\x1a\x16\xa3\x52\x85\x3e\x90\xa4\x80\xc8\x47\xa1\xff\xcc\xef\xd7\xf8\x54\xc9\x0a\x44\xc7\xe4\xf7\x28\x59\x75\xc1\xaf\x9a\x9b\x74\xc1\x17\x92\x6c\x73\xa9\x0b\x7e\x3e\xc8\xc2\xba\xb3\x44\x1e\x65\x21\x10\xa7\xbf\xa6\x2c\x7c\xf0\xd0\xa9\x3a\xcd\x3f\x7a\xe8\x00\xdd\x9b\xe7\xc7\x33\xc2\xc3\x81\xa0\x6a\x0c\x7a\xee\xaf\x86\x9b\x4a\x77\x48\x4e\x16\xf2\xb1\x6a\x42\x7c\x94\x8f\x40\x57\x4d\x7e\x5c\x35\x8f\x12\xcd\xeb\x93\x47\x89\x06\xc4\xc9\xad\xed\xa3\x44\x33\x3c\xa0\x62\xd0\xba\x0c\x0f\xb8\x36\x2c\xe6\x15\xe3\xe0\xb5\x71\x22\x10\x82\xd0\xfa\x6b\xc3\x62\x7e\x6d\x1c\x12\x2a\xe6\xde\x6b\x43\xca\x09\x79\x1e\x7e\xd9\x25\x85\xc5\x02\x5a\x4a\x73\xc8\x2d\x76\x49\xb2\xf7\xef\xae\xbc\x36\x96\xaf\xd0\x49\x19\x77\x6d\x2c\xdf\x6b\x53\x8c\x61\x98\xb9\xb6\x6a\x43\xc8\xa7\xc1\xf5\xe2\xb5\x21\xc6\xae\x8d\x08\xb5\x7a\xbc\x5c\xea\xda\xaa\x35\xe0\x5f\xbe\xed\x92\x06\x24\x85\xd1\xd1\xf8\x35\x84\x91\x10\xdc\x95\x5c\x1b\xc2\x48\x28\xf5\xe8\xb4\xad\x39\x20\x08\x23\x12\x09\x5f\x5b\xb3\x1d\xdd\x5f\xeb\xbf\x1e\xd3\x7d\x6d\xdd\xca\x34\xa8\xed\x05\x92\x95\x29\x36\xb8\xbd\xbf\xb6\xfe\xfd\x32\x0c\xa5\x31\x49\xdd\x1e\xba\x41\x49\x08\x73\x19\xc3\x21\x04\xdc\xf4\xda\xc2\x0a\x64\xd7\x47\x52\x2c\x3f\x1a\x95\x5a\x2c\xad\x94\x1c\xb7\x95\x3b\xe5\x6b\x4b\x2b\x4d\x12\xf6\x7d\x24\x2b\x95\xab\x13\x6a\x75\x6d\xe9\x94\x27\x91\x4a\x85\xb1\x49\xa7\xdc\x3d\x4b\xae\xe4\x6b\xbb\x9c\x72\xec\xef\x38\x48\x5e\xdb\xe5\x84\x70\xa9\x5a\xbf\xd5\x32\x9c\x5f\x5c\x3e\xbe\xe6\x4e\x7b\x85\xc1\xb9\x9e\x4e\xf9\x74\x65\x18\x06\xe6\x24\x4d\xbf\x5c\x56\xda\x58\x67\xcb\x4a\x17\xc1\xc9\xc1\x94\x2f\x2b\x5d\xfe\x5a\xb7\x98\xbf\xf6\x42\xb4\x9d\x2e\x2c\x7f\xcd\xcd\x48\xc0\xf9\x65\xfc\x87\x10\x24\x42\xba\x88\x05\xf9\xe9\x32\x88\xa3\x9e\x2f\xbf\xbe\x0a\x87\x99\x0b\x9f\x5f\x3a\xb0\x4b\xd8\x2f\xfc\xc6\x29\xb3\x0f\x49\xdc\xa1\xbd\x9a\xcc\x65\x92\xef\x8b\x24\xde\xfb\x09\xe5\xb1\xcc\xbb\x83\x71\xbd\xbc\x0e\x7f\x08\xd7\x36\x57\x81\x6e\x39\xd7\xf9\x32\x03\x7c\xcc\xae\x2a\xa5\xbe\x12\x82\xf0\x8b\xcb\x44\x86\x57\x7b\x45\x4b\x7d\x35\xb5\xab\x4d\x29\x2f\x8b\xa8\xe7\x5b\xa6\x5b\x86\x64\x56\xed\x3d\xe4\x5c\x24\x8f\xfa\xe9\xea\x6f\x23\xda\xf1\x7e\xe5\xd5\xf3\xc5\xbd\x6d\x72\x53\x7e\x79\x6d\x7b\x05\xe1\x5c\x24\x66\xbc\xbc\x41\xbd\xe2\x9d\xb4\xc6\x24\x04\xa1\x3a\x57\xbc\xec\xaf\x6f\x6f\x19\xaf\xe4\xae\x7c\x95\xc8\xe4\xca\xe6\x4a\xec\x5f\x57\xe2\xa6\xb6\x91\x81\xf1\x22\x1b\xce\x07\x2f\xed\xfd\x31\x53\xdb\x5c\x5e\x68\x6d\x58\xaa\x2f\x2f\xb4\xae\x34\x17\x24\xbe\x7c\x57\xba\x2a\x81\x8e\xff\xf0\x95\x18\x49\xaf\x7c\xa7\xac\xbf\xa7\xc2\x4b\xf3\xfb\x75\x61\xac\xa8\xf5\x15\x72\xd7\x85\xb1\x42\x08\x42\xa3\xae\x4b\x36\x74\xc9\x86\x5e\xad\xf0\xba\x64\x43\x1a\xc7\x2b\xc1\x2a\x97\xc6\x71\x21\x08\x3f\xba\x34\x8e\x0b\xa5\xd6\xc6\xaf\xa1\x16\x0a\x89\x4f\xf4\x75\xb9\xbd\xb1\x97\xbf\xc5\xa4\x75\x69\x86\x04\x27\xa4\x90\x94\x16\x3b\xa1\x5d\xd2\x0c\xbb\xb5\xd2\x21\x89\xfc\x01\x69\x9d\x53\xd2\xed\x97\x34\xd7\x51\xd3\x9c\x5d\x09\x5a\xbb\x34\x67\x0b\x3d\xfc\x34\xfd\xb5\x44\xb0\xe2\x43\x73\x69\xcf\x16\xb2\x14\x8b\x39\x6c\x9a\xed\x60\x16\x5a\xb8\x85\xf7\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x75\xd9\x8e\xcb\xa1\x64\x7b\x5c\x2e\xa2\xeb\xf9\xdb\x0b\x0e\x97\x06\x5d\x21\xb6\xa3\x41\x2a\x92\x1c\xdc\x57\xff\xbd\x86\x62\x0a\x08\xbc\x9f\x2f\x33\x94\x08\xa5\x36\x16\xa0\x29\x4a\x84\x24\xad\xfa\x35\x94\x5c\xc3\xac\x5e\x9b\x5f\x76\x49\xdd\x2f\x0b\xb4\x90\xc6\x91\x0d\xc9\x65\x6e\x13\x21\xc8\xf8\x7c\x99\xdb\x44\xc8\xf2\x75\x60\x48\x9a\xfe\xd8\x0e\x6d\x49\x73\xd0\xfc\x31\x06\x4d\xc3\x75\x25\x89\xe9\xa5\xe1\xfa\x1a\x8e\x50\xab\x94\x73\x84\x86\x59\x0b\xde\x0e\x68\x7c\xbe\xa6\xe2\xb8\x21\x10\xa6\x9d\x02\xa2\xc1\x55\xa6\x9d\x9a\xae\xdc\xc6\xe6\x9b\xae\xdc\xa9\x2f\x47\x91\xb4\x4b\x62\xda\xb1\xea\x5e\xd3\x55\x04\xe4\x61\xa5\x9c\x37\x2e\x8d\xbf\x15\xe5\xe9\xd2\xf8\x7b\x99\xac\xa2\x76\xf4\x02\x93\x55\x08\x41\xd6\xa0\xcb\x64\x15\x17\xf9\x25\x4a\xe5\x00\x76\x99\x60\x42\x08\x77\xda\x54\x0a\x01\x41\xe0\xfa\x35\x95\x42\xd3\xf1\xc0\x1b\xfb\xd2\xb0\x79\x2d\xb5\x0c\x72\xbc\x5d\xcb\x89\x01\x92\x60\xf6\x6b\x39\x31\x8b\xfc\x3a\xb5\x47\xfd\x75\x11\xbd\x38\xc3\x0a\xc9\x25\xe0\xb5\x38\xc3\x5e\x9a\x25\x2b\xc9\xb4\x2e\xcd\x92\x42\xe2\xb4\x7b\x69\x96\xbc\x34\x4b\xd6\xf0\x53\x4e\xa2\xd7\x67\x96\x44\xd4\x68\x96\xbc\x96\x02\x3f\x6c\xa7\x1c\x01\x48\x4c\xa6\x97\x86\xc4\x4b\x3b\x5f\x0d\x64\x9e\x76\xbe\x6b\x91\x59\xbc\x12\x8b\x76\xad\xb0\x56\x5c\x41\x71\x7d\xbc\x16\x9e\x84\xd7\xf2\x68\x87\x45\xfa\x22\x21\xc3\x07\x79\xc0\x5f\x4c\xcb\x70\x61\x21\x2c\x15\x8b\xf4\xa5\x89\x50\x48\x9c\x8c\x2f\xcc\x85\x3f\x5d\x9a\x03\x2b\xe9\xe9\x2e\xcd\x81\x42\xf2\x62\xc7\xa5\x39\xf0\xd2\xce\x57\x89\x05\xbf\xb4\x95\x5c\x9f\x11\x42\x55\x4d\x23\x84\x90\x04\xbd\x5f\x1a\x21\x2e\xec\x01\xa5\x62\xcf\xbd\x34\x08\x08\xbd\xb3\x6c\xb5\x07\x5c\xdf\x61\x97\x64\xb6\x97\x87\x5d\x21\x70\x31\xb9\x0c\xf5\xbf\xbe\xf3\x2f\x01\x48\x97\xe7\x5f\xa1\xbb\x44\x3d\xff\x5e\xb7\xbd\x4f\x06\xee\xb6\xf7\x40\x90\x3d\xf8\xba\xed\xfd\xad\xa6\x44\xd6\x99\xeb\x76\x8d\x02\x1d\x6b\xf9\x75\xbb\x46\x49\x12\x50\x6a\xb2\x94\x4d\x03\x20\x74\xc2\x88\x2e\x0f\x6d\x97\xc1\xda\x35\xeb\xdb\x2d\x83\xb5\x85\x20\x40\xfc\x32\x58\xfb\x7a\x34\x08\x64\xbc\x6d\x7b\x64\xf3\x40\x36\xba\xf0\xb8\x41\x3d\xb4\xb5\x0d\xc6\xec\xa1\xed\x7a\x58\x22\x0d\xbb\xd3\xf5\xb8\x44\x1e\x93\xcf\x1f\x1d\xd2\x21\x49\x3f\x1f\x2a\x0d\xdb\x81\xeb\x46\xc3\xb0\x74\x3d\x6e\x5a\x20\x49\x51\x7f\x3d\xb8\x6e\x08\x9d\xd4\xd4\xd7\x93\xd6\xc9\x0a\x69\x58\x87\xae\xc7\x15\xf2\x18\x25\xc8\xcc\x7b\x76\xbc\x08\xdf\x7e\x8b\xd1\x05\x45\x0b\x90\xad\xfa\x6b\x4b\x92\xbd\x3a\x2c\x66\xa5\xc8\x11\xbc\x4a\xae\xc7\xd1\x35\xa4\xbb\x6d\xaf\x80\x1f\x9e\x64\x84\x97\x96\xd0\x8a\xb4\x9d\x71\xeb\x90\x0e\x49\x07\xc5\xde\x85\x3f\x3c\xdd\x08\xd9\x4e\xbf\xac\x92\x6c\xc8\x3b\xa7\xc3\xf3\x88\x90\x84\x2b\x8e\xad\x5a\x69\xf5\xd7\x2a\xc5\xaa\xbf\x46\xa0\x6c\xaf\xb4\xad\xfa\x6b\x5c\xea\x37\xa2\x51\xc6\x86\x59\x4d\x08\xae\xf7\xc6\xc6\xa5\xbe\x90\xed\xdd\x6c\x83\x53\xcd\x07\x11\x76\x94\xb3\x8d\xf0\xfe\x18\xbd\xe2\x70\x23\x64\x3b\xfd\xfd\x29\x69\x5a\xcc\x4f\x97\x34\xae\x14\xaa\x3d\xb8\x25\xd9\xd1\x4a\xe7\xab\x1d\xc5\xcd\xbf\x75\x7e\xad\xd9\x51\x58\x1e\x09\x4a\x87\x27\x25\x21\xba\x5d\x6f\x0e\x2e\x21\xb4\xd5\x81\x6c\x8e\x06\xb1\x00\xcd\x9e\x37\x47\xa3\xb9\x16\x1a\x53\xd0\x6c\x2d\x16\x3a\x9e\xa8\x18\x5b\xb3\xb1\xdd\x0e\x34\xfa\xd9\x3f\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xc6\x96\x8e\x37\xb7\x18\x0d\x07\xbd\xb1\xa5\x03\xce\x2d\x46\x38\x6a\xe9\x80\xbb\xda\x50\x21\xc6\x76\xb9\xb2\x50\xfc\x59\x44\xc6\x73\x0f\x03\xb5\x5b\x79\xb7\xd0\x30\x50\x5b\x08\x94\x9b\x61\xa0\xb6\x50\x1a\x59\x95\x87\x81\xda\x42\x90\x8f\x79\x18\xa8\x2d\xbc\xc5\x3a\xb4\x47\x1a\xde\x9a\xaf\xbe\x3d\x8a\xeb\x0f\x08\x0e\xab\xc3\x70\x6e\xe1\xfd\xd2\x62\xbb\x34\x2c\x37\xcc\x31\xb1\xdd\x3f\x0d\xe3\x87\x1b\xef\x5f\x0d\xe3\x87\x87\x31\xba\x8d\xd0\x93\x61\x8c\xae\x90\xdc\xf1\x0d\x63\x74\x47\xf9\xc6\x23\xe9\x82\xe3\xf1\xbd\x62\xf5\x32\xb2\x61\xec\xa3\x50\x1a\xe9\x24\xc6\xee\x86\x04\xf2\xac\x92\x68\xdb\x8e\x59\xb7\x91\x7f\x6d\xec\x98\x75\x85\x7c\x4f\x81\xbf\x26\xb9\xc7\x8e\xac\x1d\x3b\x69\x30\x1b\xa9\x6b\xc6\xee\x02\x02\x02\x1d\x66\xec\xdc\xf7\x0d\x9f\xc2\x6a\x24\x91\x1d\x3e\x85\x25\x24\x72\x6a\xf8\x14\xd6\x30\x6c\xb3\xe1\x7f\x39\x0c\xdb\x14\xf2\xac\x34\x33\xec\x0d\x6e\x73\x0d\x7b\xd5\xd8\x71\x57\x11\x92\xdb\xdf\xb1\x73\x1b\x37\x76\xb4\xef\x46\x3e\xa9\xb1\xe7\x47\x33\x83\x2e\x5f\xa2\x7d\x8f\xdd\x61\xc5\x3d\x6a\x78\x9c\x1c\xfb\x97\xf4\xf6\x25\x19\x41\x39\x78\x2b\xa9\xb4\x3d\x4f\x68\x87\x34\x6e\xa9\x58\xc7\x87\x3c\xcd\xd0\xc8\x46\xb8\xd4\x30\x34\x52\x48\x64\xe8\x30\x34\x72\x18\xf3\xd8\x70\x99\x1a\xc6\x3c\x0e\x1e\xdb\x29\x0d\xb7\x96\xc1\x93\x3b\x1f\xe4\xc9\xce\xf6\xe1\x9d\x61\x68\x64\x83\xcd\x0f\x43\x23\x85\x24\xb5\xe9\x30\x34\x52\x78\x8b\x51\x2b\xa2\x45\x88\x96\x74\x0b\xd1\x32\x0e\x7b\x8f\x0f\xcb\xf0\x0c\x3c\x7c\x10\x86\x98\x90\x61\x78\xd7\x38\x65\xb8\xf8\xf4\x0f\x83\xa8\x84\xa8\xaf\x9e\x35\x8c\xa1\x1a\x06\x4c\x35\xbc\x70\x86\x01\x53\x42\x62\xad\x1b\x06\x4c\x0d\xc2\x9e\xde\x62\x01\xed\x96\xc6\xce\x7e\x65\xed\x30\xec\x69\x7c\x61\x4f\x48\x16\xc3\x9e\x84\xd2\xf0\x48\x1d\x27\x6a\xa1\x10\x58\x08\xc7\x29\x8f\x24\xda\xe8\x2d\x46\xa5\x2e\x2e\x20\x88\x97\x1f\x46\x1b\x8d\xb3\xdb\x8e\x83\x5f\x93\xaf\x01\xc9\x0b\x51\xc3\xf8\xa0\x41\xe4\x4f\x69\x44\x44\x0f\x43\x7f\x84\x3c\xab\x24\xc7\xc3\x65\xf9\xf5\xd4\xc9\x02\x92\xd7\xab\xc6\xe9\xb2\xe4\x21\x99\xb7\x18\xed\x4d\x7f\x2d\xfd\x35\x86\x32\xfd\x35\x27\x06\xd7\x9f\xa1\x29\x62\x7c\x11\x31\xaf\x0a\x38\x0c\x88\x11\x4a\xe3\x29\xb0\x51\xdd\xed\x40\x8f\xdd\x62\xbb\xa4\xcb\x62\x3b\xb4\x21\x0d\x2f\xe6\x57\x57\x1a\x55\x2e\xc9\x4b\x20\xa5\x91\xcb\x6e\x54\xae\xa6\x84\x20\x2f\xd9\xa8\xca\xd0\x8a\xe9\xaf\x71\xa7\x38\xaa\xe2\x11\xc8\x13\x99\x5f\x95\x8e\x40\x90\x4d\x71\xd4\xfa\x55\xa0\xbc\xf1\xc7\x58\xa8\xf5\x9b\x52\x36\x56\x75\x4a\x81\xc4\xa5\x7d\x54\xa7\xd4\x90\x9e\xc6\xdb\x2c\xc3\x90\x9e\x51\xd5\x6e\x2a\xdc\xba\xa6\x35\x24\x41\x98\x48\x6e\x62\x79\x3e\x48\xbc\x18\x87\x11\x3d\xa3\x3a\xba\x38\xb7\x0c\xcd\x3a\xa3\x7e\x9e\xcd\x6f\x73\x0d\x0d\x19\x4d\xa6\x5e\x99\x84\x26\x53\x07\x92\x03\xfc\x68\x32\x75\xde\xdd\x28\x8d\x74\x32\xc3\x87\x37\x84\xe4\x55\x97\x61\x50\xc9\x68\x38\x25\xb5\xda\xfd\xb5\x94\x86\xc3\xc4\xe6\x97\x97\x24\xe6\x0a\x9f\xe8\xd1\x1c\x4a\x20\xcf\x57\xe7\x1e\xcd\xa1\x04\xba\xac\xac\x39\x94\xc6\x9e\x34\xf2\xd5\x0c\x63\x4f\x86\xef\x6e\x34\xf2\x98\x0e\xcd\x55\xa3\x7d\x77\xac\xef\xa7\x86\xa3\x0c\x9e\x4f\x28\x4d\x65\xac\x2b\x0c\x81\xc0\xdf\x65\xf8\x94\xc2\xe0\xf9\x84\xd2\x1a\xcc\xa7\x2b\xf9\x80\x1e\x6c\xe6\xee\x18\x75\x7b\xda\x5a\x85\x96\xd2\xe0\xd0\x2c\x10\x9f\x52\x18\x1d\xd5\xbc\x35\x56\x65\x57\x71\x01\x92\x83\xe7\xe8\x2a\x2e\x40\xa8\x13\xfa\xd2\x81\x10\xdd\x1f\x53\x78\x75\x2c\x3c\x0d\xcf\xb0\xd1\xfb\x47\x7b\x05\x5a\x85\x35\x74\x2c\x3c\x42\x6c\x2c\x19\x1e\x47\x78\x81\x61\x93\x2f\x1a\x15\x23\x44\xdb\xe8\xa7\x62\xa7\xab\xe6\x77\x87\x2d\xec\x28\xaf\x1a\x7c\x43\x24\x67\xe8\x0e\x78\x87\x07\x6a\xfb\x1b\x86\x99\x60\x46\x19\x9a\xfa\x46\x28\x4f\x48\xe1\x38\x42\x79\x02\x44\xdb\x2c\x76\x4a\x82\xc9\xd2\x29\x63\x51\x84\xf7\x4b\x8b\x35\x69\x24\x5f\xfe\x0d\x8e\xe4\xc3\x7c\xea\x23\x54\x88\xf0\x1f\x1b\xa1\x42\x04\x24\xe9\x10\x46\xb8\x06\xc2\x09\xc7\x7f\x6c\x84\x13\x0e\x04\x2f\x17\x8c\x70\xc2\x43\x8e\x40\xba\xb1\x11\xce\x2e\xd0\xc9\xce\x32\xc2\x65\x0c\xc4\x89\x1e\x19\x2e\xe3\x50\x5f\x26\x98\x62\x84\xeb\x38\x3e\x7d\x59\xd2\xd7\x0e\xd6\xe2\x66\x9d\x8f\xa4\xc7\x2f\xf9\x35\xe5\x03\x10\x67\xa1\x19\xf2\x92\x70\x5d\x78\x30\x08\xd7\x05\x10\x18\x25\x47\xb8\x2e\x0c\x99\x69\xb8\xb6\x0d\x6d\xaf\x23\xbe\x19\x0f\x6a\x70\xc6\x81\x28\x4e\x9b\x33\x1e\xdf\x8c\x07\x43\xe9\x8c\x1b\x26\x81\x09\x68\x68\x92\x1d\xa6\x33\x6f\x1c\x4e\x87\xe9\xcc\x85\xee\xe8\x9a\xce\x7c\xa4\xfc\x30\xa8\x21\xdb\x47\x7b\xf9\x21\x06\xde\x91\xf2\x43\x82\x13\x4a\x23\xab\xcd\x30\x3a\x41\x08\x5e\xa3\x18\x46\x27\x0c\x8d\xb9\x0d\xff\x92\xa1\x31\x77\x24\x3e\x81\x0d\x2b\xfb\x48\x79\x24\x10\x6a\xd1\xe6\xfd\x1e\xe4\xfa\x2e\x0d\x0b\xd8\xc8\xcb\x4f\x39\x5f\xa7\x5d\xb0\xa7\x3a\x5d\x93\x85\x60\x68\xf4\x1d\xa4\x75\x2e\x8d\x0b\x8b\x61\x5e\x67\x21\x08\x5b\x1d\x97\xcb\xfd\xf2\x4c\x48\xc4\xd7\xb8\x5c\xef\x40\xba\xc7\x2e\xd7\xfb\xa5\x50\xf2\x90\x72\xc9\x4a\x81\x6c\x6c\x6c\xbd\xb5\x87\x89\xa3\x1b\x39\x4a\x86\x89\xa3\x85\x38\x61\x43\x26\x8e\x1e\x97\xab\x86\x1c\x25\xe3\x72\xd5\x00\x49\xfc\xd8\xb8\x1c\xf1\xab\xa5\xc5\x68\x6f\xf3\xd3\x17\x12\x83\xf7\xb8\x1a\x23\x7e\xa9\xd8\x92\x35\x6c\x68\x6a\x16\x62\xaf\x92\xec\x82\xb3\x80\x53\xd2\xd0\x38\x3c\xae\xf0\xd3\x26\xcd\x4f\xc3\xde\x4b\xf2\xd3\xb0\xf7\x4c\xea\x15\xf6\x5e\x3f\x4f\xe6\x0f\x77\xee\x0f\xde\x62\x05\x5a\x48\x0b\x7e\x8d\x2e\xa8\x8f\xe0\xc1\xfd\x16\xa3\xab\x6a\x8a\x40\x76\xb4\xd8\x4b\x45\x51\x6f\xea\x96\xac\x1a\x6d\xcd\x42\x9c\xac\x41\x4d\xcd\x42\x10\xf9\x32\x34\x35\x0b\xa5\x71\xf1\x30\x34\x35\x0f\xbd\x87\x09\x30\x1c\xda\x9a\x85\xc0\x81\x64\x68\x6b\x1e\xe6\xb4\x6e\x84\xe2\x0d\xed\xbe\x42\x27\xe5\xdd\xd0\xee\x3b\x06\x2a\x66\xc7\x29\x69\x0c\x55\x4c\x20\xe5\xb8\xc3\x99\x1f\x08\xd1\x8e\x65\x65\x0c\xb9\x0f\x90\x9d\x55\x39\xe4\x3e\xc3\x1c\xc2\x55\xd2\x92\xf4\xf8\xe5\x3b\x1e\xc3\x05\x02\x24\xd9\x91\xc6\x70\x81\x0c\x22\x01\x3a\x66\xc6\x31\x14\x54\x40\x76\x9b\xa6\xa0\x02\x92\x57\x18\xc6\x50\x50\x01\xef\x97\x27\x34\x7b\x80\xcd\x72\xff\xbe\xb4\x07\xac\xc0\x8e\x85\x67\x0c\x57\x20\x10\xbb\x43\xe4\x0a\x1c\xb8\x57\x76\x2c\x3c\x63\x78\xdc\x02\x92\xc4\x4a\x63\xe0\x7f\x30\x34\x7a\x77\xae\x66\x87\x46\xef\xa1\xd1\xbb\xe3\x3d\x33\x34\x7a\x0f\x7d\xae\x71\x3d\x1b\x5a\xbd\xc7\x44\x09\xea\xe4\xb5\x18\x53\x7e\x0f\xa4\x06\x01\xbd\xb0\x85\xee\xbe\xd2\x0b\x7b\xe0\x71\x5d\x3a\x31\x7c\x43\x97\x6b\x21\x70\x70\x18\xba\x5c\x8f\x09\xc7\xeb\x38\x00\x8e\xe9\xf0\x02\x89\x79\x72\x4c\x39\x1e\xf0\x16\xe3\x53\x2d\x1f\x40\x76\x66\x79\xaa\x40\x4c\x27\x86\x6b\x9d\x31\x9d\x18\x20\x92\x75\x34\x9d\x18\xa0\x74\x6e\x58\xc6\x74\x66\x80\xe4\x91\xeb\x31\x9d\x18\xe0\x2d\xe6\xa7\x29\x8d\x94\xe4\xa7\x6d\xb3\x57\x9c\x83\x3b\x97\x33\x63\x7a\x0e\x06\x82\x7c\x4e\x63\x3a\x31\xc0\x5b\xcc\xf6\x3e\xd2\x30\x2f\xd4\xdf\x20\xba\xa7\xe7\x49\xef\x17\x7a\xb1\x9d\x1e\x28\xbd\x5f\x20\x1c\x6b\x78\xbf\x20\xbc\xc5\x98\xa4\xee\x78\x11\x2b\xaa\x90\x9b\xb2\x2b\x20\x36\x47\x55\x76\x05\xe4\x8e\xe4\xd6\x53\x7d\x4c\x34\x29\x1c\x4e\xc6\x54\x62\x02\xa1\xc6\xaf\xef\xba\x10\xcd\x89\xec\x8e\x0c\x72\xaa\x97\xe2\xef\x3b\xe1\xa6\x5a\x3b\xfc\x72\x4a\x5a\x16\x63\xd6\x3c\x8a\x01\x81\x83\xc1\xf0\xe2\x63\x4c\x24\x72\x2f\xce\xa4\x12\x19\x48\x9c\x5c\xc6\x54\x22\x03\x5d\x11\x3a\x65\xad\x40\xba\xd3\xa7\xac\x55\x17\xfa\xce\xeb\x5e\x43\x17\x7a\x21\x4e\xd4\x4f\x5d\xe8\x85\xb7\x98\x34\xfb\x6e\x2e\x4e\x87\x5b\xd6\x0a\xc4\x76\xda\x5a\xfb\x1e\xa4\x68\x74\xad\x87\x5d\xc7\xd8\xbf\x7f\xa5\xec\x7a\xb8\x28\x76\x7f\xcc\x45\x61\x5e\x66\x5b\x96\x76\x1d\x73\x46\xd7\x28\x61\x1a\x70\x21\x9a\x5f\x6a\xce\x00\x52\x13\xca\xf4\x48\x04\x24\x39\x81\x86\x21\x00\x42\x9c\xae\x03\xf9\xbb\x57\x3e\x9d\x7c\x81\x63\xca\x0d\x70\x6f\xdf\x35\x7d\x79\x0b\x34\x74\x6f\xef\x64\x6d\x1c\xba\xb7\x8f\xcf\xbd\x1d\xa6\xa1\x7b\xbb\x90\x64\x0f\x19\x4b\xd1\x0e\xbc\x5f\x1e\xd0\xaa\x34\x56\x1a\x72\x51\x27\xf8\x81\xc7\xfb\x5b\xcc\x5f\x0b\x69\x24\xdc\xaf\xb6\x23\x25\xb1\x09\x91\xb2\xde\x3c\x09\xef\x97\xfe\xda\x90\x86\x29\xf0\x6b\xc7\x94\xe4\x5e\x3d\xfd\x74\x49\xf3\xcd\x3e\xeb\xbc\x25\x39\x2d\xa7\x95\x3e\xd2\x78\x36\x1f\x26\xaa\xff\xfc\x58\x55\x3e\x72\x4a\xeb\xd2\xd8\x2c\x18\xef\x96\x22\x0a\x28\xbd\xd8\x53\x65\x14\x10\xee\xcf\x25\x77\x5c\xcd\x25\x69\xb7\xe4\x54\x40\x6a\x45\x5c\x32\x2a\x20\x64\x4a\xde\x7a\x8d\xa5\xb8\x20\xed\xf3\xd0\xf5\x5e\x08\x5c\xac\xc6\x52\x5c\x00\xc1\x5b\xb1\x63\x69\x03\x5e\x1f\x53\xea\xfe\x9a\x1d\x6d\xe6\x05\xe7\xc7\xe4\x3a\xeb\xe3\x3a\xce\xb2\x5c\x47\x07\x7d\x4d\x19\x3a\xe8\x8f\xd5\xed\x28\xb2\x72\xc9\x16\x80\xa8\x28\x1d\x4b\xb6\x00\x04\x59\x36\x86\xfe\xf9\x42\x92\x93\x6a\xe8\x9f\x3f\xd6\xc7\x15\xc2\x62\xce\x8b\x2f\x5b\x3b\x2d\x72\x05\xe0\x2d\x46\xd3\x3c\xad\x01\x41\xd0\xf3\xf0\xda\x6e\x70\x07\xf7\x16\x93\x66\xd3\x02\x67\xe0\x83\x4a\xdd\xb5\xde\xd1\x75\x7c\x7c\x86\x77\x74\x42\x92\xa0\x69\x78\x47\x37\xf0\xe2\x7f\x8b\x49\xb3\x6d\xdc\xdd\xe0\x3e\x32\xcc\xb0\x2e\xbc\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\x68\x98\xe1\xbc\xdd\x1b\x2b\x5d\x59\x4e\x9f\x66\x61\x20\xea\x21\xc9\x89\x27\x75\x63\x57\x77\x58\x32\x01\x20\x08\x1f\x1f\x4b\x26\xe0\x5d\x61\x27\x5c\x7a\x18\x13\x30\xf0\xb5\xde\x79\xd0\x6e\x78\x7d\x38\x6e\x8e\xa5\x9d\x67\x44\xc6\xed\x5e\x06\x02\x17\x9f\x71\xbb\x97\xf5\xc8\xee\x38\xe3\x0e\x3d\xb2\x85\xdc\x51\x54\xf5\xc8\x1e\x78\x5f\xbf\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x2f\x49\xbc\x49\xd2\x2d\x45\x0f\xee\x6a\x73\x91\x71\xb7\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x0f\xbd\xb0\x85\x20\x6f\xc9\xf0\xfe\x53\x28\x5d\x8b\xa6\x17\xa0\x42\x12\xd7\x3b\x74\xc2\x16\x3a\x4f\x51\x0c\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\xf4\x7e\xfe\x06\x23\xb9\xb9\xdc\x85\x50\x97\x31\x95\xfb\xd0\xb9\xbb\xef\xbb\xb4\x25\x8d\xac\xab\x1c\x36\x75\xee\x16\x52\x0b\xb6\xce\xdd\x42\xe2\x84\x39\x6e\xb5\x53\x20\xc8\x24\x32\x74\xf7\x16\xde\xdf\xb7\x98\x63\xc5\xf5\x2e\x37\xd4\xc3\xeb\x5d\x21\x77\xce\x47\xba\x7b\x0b\x41\xd6\x90\x71\xab\x3d\xdd\xea\x40\xa4\xcf\x1b\x66\x94\x17\x92\xd4\x6f\xe3\x96\xdb\xe8\x01\xde\x77\xf6\x92\x1e\xe0\x42\xe2\xd7\x3e\xf4\x00\x1f\x7a\x80\xf7\x1d\xa3\xab\x1e\xe0\x42\x28\xfc\xf5\x00\x17\x92\x88\xed\x61\xde\xf9\x81\x1b\xf7\xfb\x25\xbf\xa6\x5e\x72\x1b\x07\x0b\x3f\xbb\x3d\xdc\x03\xd1\x5c\x87\xaa\x2a\xb7\x4c\x09\xdf\xaf\x71\xcb\x94\x80\xc4\x4d\x75\xdc\x32\x25\x1c\xc0\xdf\x62\xf4\x40\x16\xa4\x07\x38\x69\xf2\x87\x1e\xe0\x42\x6c\x2e\x57\x99\x12\x90\x5f\x33\x64\x4a\x77\xb8\x93\x10\x77\xb7\x7a\x09\x10\x38\x9d\x8f\x5b\xbd\xe4\x36\x51\x6c\x4a\x72\xbc\xd5\x4b\xf6\xaf\x98\xfd\x0c\xf2\x26\xba\xd0\xd5\x4b\xf4\x1c\x27\x77\xdd\xd0\x73\x5c\x78\xbf\xa4\xb5\x72\x38\x20\xba\x1d\x90\xc3\x71\xe7\xfe\x16\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\xba\xe5\x70\x40\xf7\xf6\xf1\x96\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xbf\x5f\x52\x4c\x76\x06\xc4\xe1\x8a\xd4\xec\xcd\xa5\xfe\x5b\x8c\x21\x4a\x3b\x9f\x24\x84\xc0\x54\xa6\x53\xbb\xf0\x16\xa3\xa7\x32\x42\xbd\xda\x77\xf7\x94\x8c\x10\x48\x92\x05\x8e\xdb\x5b\xc5\x5b\x9d\x49\xfd\xe2\x56\x67\x02\xe2\x5b\xcc\xb2\x4b\xe0\x2d\x26\xcd\xf1\x50\x69\x0a\x7b\xe5\x78\xa4\x2b\xb7\xda\x36\x3b\x4f\x1e\x28\x12\x85\x0d\x7d\x10\x84\xd2\x15\xff\xb7\x9c\x16\x6f\xf2\xdd\x76\xe8\x97\x20\xa4\x2a\xc7\xe3\x11\xf8\x51\x33\x51\x04\x3e\x6a\x26\x40\x6a\xcf\xd6\xe5\x5c\x48\xe2\x5d\x87\x2e\xe7\x42\x92\x05\x70\x3c\x2a\x26\x40\xee\xc8\xc4\x47\x06\xfa\x7c\x7c\x90\x95\x6b\x62\x7c\x21\x1d\x5b\x13\xe3\x0b\xc9\x7b\x17\xc3\xc4\xf8\xe3\xf1\x50\xec\x36\x78\x64\x3b\x40\xe7\x81\x9f\xf1\xc8\x76\x9e\x8f\xed\xd8\x34\xd9\x0e\x90\xb2\xb5\x47\xb6\xf3\xc8\x76\x10\x28\x7a\x64\x08\xe9\x25\x9c\x1e\x19\xe3\xf1\x9c\xfc\xb7\x2f\x43\x1a\x0f\xa9\x9e\x34\x4d\x4e\xf4\x7c\x6c\x07\x83\xfc\x23\xdb\x79\xcc\x90\x54\xfd\x35\xc7\xb1\xd9\x03\xc4\xb5\x1e\xf8\x42\x27\x95\xd0\x78\xe4\x31\xc0\x5b\x8c\x1e\xa8\xd2\x00\xf9\x55\xe0\x39\x0a\x08\x5e\x72\x1b\x8f\xe7\xa8\xe7\xe3\x4e\xdc\xfc\x3d\x72\x27\x20\x3c\x88\x3f\x72\xa7\xc7\x83\xd4\xf7\xfb\x76\xea\xe3\x4e\x69\x3b\xec\x15\xdc\x49\xb3\xdd\x23\x77\x7a\x7c\xb9\x0b\x45\x42\x07\x15\x21\x3b\x67\x2b\x1d\x54\x84\xf8\xa6\x58\x7e\xf5\xa8\x45\x91\x9b\x71\x3c\x32\xac\x47\x86\xe5\xea\x93\x61\xe9\xc6\xd2\xc9\xec\x30\x74\x63\x11\xc2\xcb\x0e\xdd\x58\x84\xd0\x68\xa0\x1b\xcb\x78\x64\x3b\x3c\x56\x3d\x7c\x9a\x40\x48\x9c\xca\xc6\x23\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\xe8\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0f\x3b\x2a\x07\x00\x82\xa0\xdd\x61\x08\x84\x10\xbc\xa2\x38\x0c\x81\x18\x3e\x56\xd0\x8f\xf2\x1b\x8e\xd7\x3a\xc3\x08\xf9\x8d\x96\x67\x23\x1d\x5f\x3a\x09\xb1\x86\x6f\x19\x0c\xdc\xfa\x77\x9c\xe9\xa7\xbe\x30\x42\x70\xdb\x37\x75\x85\x99\xfa\xbd\x74\xd8\xde\xd4\xef\x45\x48\x62\x57\xa6\x7e\x2f\x73\xf3\xe8\x42\xc4\xc1\xdc\x50\x81\x84\x38\xc3\x2f\xa7\x24\x2f\xb7\xac\x60\x49\x5a\x18\x4a\x2a\xa4\x5b\x12\x7c\x0a\x0f\xad\xa9\x13\x8d\x10\x64\x35\x9e\x3a\xd1\x08\x79\xbc\x87\xf5\xb9\x55\x5b\x4b\x4e\x7a\x92\x76\xcc\x0d\x0d\x4b\x48\x12\x76\x4e\xdc\x6e\x5e\x70\xd2\x0e\x5a\x56\xed\x80\xd9\x33\x0b\x7d\x82\x8d\x4c\x1d\x66\x3a\x19\x3a\xa6\x0e\x33\x42\xf0\xdc\xc8\xd4\x61\x66\xe2\x1c\x53\xfa\xe1\xa8\x55\x7b\x80\xb5\x1f\x1f\x9a\xa9\x73\x8c\x90\x6c\xdf\xa9\x73\x8c\x90\xac\xba\x69\x64\xc1\xdc\x54\x55\x48\x93\x32\x37\x18\x84\x90\xec\xae\xb9\xa1\xaa\x08\xa5\x93\x54\x62\xe2\x17\xf3\x41\x22\x13\xa7\xde\x31\xc2\x5b\x8c\xce\x37\xc7\x1b\xab\x4e\x7b\x05\xf1\xdc\x9a\xad\xd5\xdc\xd6\x24\xd9\x5a\xb9\x0d\x77\xf9\x93\xa0\x85\x0f\x3a\x59\x04\xa7\xb1\x09\xd3\x40\x84\x8e\x77\xf9\x34\x10\x41\x88\x7e\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\xed\xee\x88\x4a\xaf\x60\x2d\x42\xb4\x83\xd6\xc2\x5a\x84\xd2\x8f\xe6\xa7\x8e\x07\xac\xe5\xd8\xac\xd3\xf1\x50\xf1\x39\xec\x42\xb7\xf3\x30\x12\x42\xa7\xa6\x6e\x40\x53\x9f\x9f\x8e\xeb\xc1\xd4\xe7\x67\x6e\x1e\x3f\xc8\x92\x32\xb7\x74\x28\xb1\x41\x70\x9f\x36\x79\xf4\xe2\x83\xd2\x8f\x64\xb5\xa5\x3f\x97\x2e\x5d\x49\x0e\xe5\xb7\xd1\x9c\xe6\xcb\x41\x62\xa3\x71\xad\x3e\x75\xfa\x99\xb8\xe4\xbc\xc5\xde\x3e\xe8\x93\x23\xf4\x2c\x14\x73\x39\xfb\x9e\x42\x27\xe4\x62\xfa\x9e\x82\xd0\xc9\x6a\x3f\x7d\x4f\x61\xf2\xc4\xc1\x5b\xac\x42\x7b\xa4\x61\xda\x66\xb2\x8a\xcb\x0d\x48\x52\x4f\x4e\x5f\x40\x10\x4a\x3f\x77\xbe\x44\xde\x09\xc9\xbd\xfd\xf4\x89\x83\x59\x70\x47\xe8\x27\x4c\xa0\x38\xa7\x40\x76\x9b\xeb\x9c\xf2\x5e\x41\xe9\x5f\x4f\x9d\x40\x20\xba\x15\x38\x7f\xba\x10\x75\x5c\x25\xa6\x2e\x44\xb3\xc8\x47\x71\x5b\x98\x25\xad\x01\x4d\xaa\xed\x92\xac\xc1\xe1\x25\x3c\x69\xea\x42\x34\x71\x21\xf2\x35\x97\xa9\x0b\xd1\xdc\xb9\x0c\xee\xe4\x2b\x98\xbb\x4c\x05\x08\xf2\x9a\xcc\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xee\x08\x6d\x21\x5b\xa3\x18\xf6\x0b\xa1\x74\x1c\x45\xa6\x9e\x46\x42\x72\x3f\x3c\x75\x25\x9a\x3b\x7e\x67\x9d\x40\x9d\xb9\xbb\xe0\x80\x38\x83\x0a\xba\xed\xb0\xf7\xbc\x17\x33\xf5\x11\x9a\x3b\x57\x29\x1d\x97\xf1\xb9\x23\x93\x84\xc0\xb1\x7c\xee\x61\xdb\xf0\xbc\xe8\xa4\x70\x9d\x3b\x2a\xa8\x10\xbc\xb4\x38\xf7\xf4\x4b\x5d\x4d\xd9\x6d\x7b\x7e\x5f\x56\xda\x61\x29\x7b\x95\x38\xb3\xef\x92\xec\x14\x51\x79\x9d\x18\x83\xb9\xa7\xbd\x42\x29\x25\x58\x63\xe2\x90\xf4\x41\x90\x42\x68\xea\x96\x34\x3f\xb7\x24\xfb\xe4\x1e\xda\xd5\x49\x6b\x93\x36\xa5\xe1\xb9\xd9\x6c\xbf\x23\xc4\x25\x5d\xaf\x6c\x49\x5c\x99\x3e\x08\xa2\x0e\xa6\x0e\x4d\x73\x37\xac\xe5\x78\x7f\x4c\x87\x26\x21\xe4\x77\x87\xc2\x4a\x1f\xa7\x4e\x0c\xc3\xd4\xc7\x49\x88\x8a\xc8\xd1\xc7\x69\x1e\x9a\x74\x79\xeb\x68\x1e\x68\x22\x42\xb4\x2a\x69\x4a\x62\xa6\xda\xce\xa7\xce\xd4\xe1\x4c\x35\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\xd2\x8e\x5f\x8f\xd1\x9e\x87\xe3\x05\x04\x0f\xa0\xcc\xc3\xe1\xd2\xb7\xa9\xe3\x3d\x39\xf5\x6d\x9a\xc6\xf7\x90\x64\x77\xea\xdb\x34\x4f\x8d\x14\x5c\x7b\xcf\x13\x23\x85\x10\x3c\xf0\x34\x4f\x8c\x14\xf3\x3c\x99\x10\x97\xf6\xa9\x3c\x06\x12\x6f\xa4\x69\x36\xeb\xa9\xa7\x54\x77\xc6\xf5\x94\x12\x92\x6b\xef\xa9\xa7\xd4\xd4\x53\xaa\xe3\xec\x39\xf5\x94\x12\x82\x64\x89\x53\x4f\xa9\x69\x6a\xe9\xde\xba\xbf\x36\xa4\x69\xd2\x3c\x21\xd9\x0e\xaf\x46\x78\xc2\x71\x9e\x32\x1d\xa0\x93\xb0\x73\x9a\x20\x7a\x9e\x0a\x8d\x16\x34\x44\xa1\x71\x9a\x35\x8a\xa5\x67\x76\xe5\x69\x2a\xe5\xce\x35\xe4\x34\x95\xb2\x10\x3c\x50\x30\x4d\xa5\x3c\x4d\xa5\xdc\xb9\x5f\x9c\xba\x4a\x09\xa5\x13\xd1\x36\xcd\xa5\x2c\x84\x22\xd9\x5c\xca\xf3\xcc\xaf\x18\x03\x97\x16\x4b\xdc\x48\xaa\xa4\xaf\x18\xac\x14\x9e\xa3\xa7\x94\x10\xca\x33\x3d\xa5\xe6\xe9\xb6\xeb\x3b\xed\x70\xdb\x01\x81\x79\x65\x9e\x6e\xbb\xd3\xb3\x60\x67\x0f\x9c\xee\x3b\x20\x48\x88\x3c\x4f\xd7\xd1\xe9\xbe\xeb\x87\x9f\x3a\xbc\xe9\x34\x5b\x81\xd3\xec\xda\x22\x78\x63\xea\x9e\x35\x71\xcf\xf2\x91\x9f\xa9\x7b\xd6\xac\xaa\x7f\xf8\x6a\xcc\xea\xf6\x01\x82\x30\xf3\x59\x55\xff\x80\xd2\x3b\xb3\x50\xb1\x9d\x09\x89\x0b\xdb\xac\xf8\x6c\x4c\xbd\xb8\x7c\xdd\x66\xea\xc5\x25\x44\x7f\x95\xea\xa9\x17\x97\x10\xbc\x75\x36\xab\xab\xb2\x7a\x87\x87\xc3\xcc\xac\x6a\x76\x55\xef\x54\xb4\xb8\xaa\x66\x57\x95\x84\x9d\x1d\x53\x95\x84\x40\x54\xa6\xaf\x2a\x09\xab\xcb\x0d\x27\x9d\x59\x5d\x6e\x40\x74\xf8\x50\x75\xb9\x01\x21\x93\xaf\x8a\x07\x20\x78\xa4\x69\x56\xc5\x03\x10\x3c\x5a\x33\xab\xd2\xa1\x7e\x2b\x0b\x46\xa7\xaf\xd7\xac\x32\xef\x8e\x3e\x52\x5d\x0c\x40\xc7\xb4\x31\xab\x8b\x41\x97\xb0\x4e\xea\xa1\xa9\x4b\x98\x90\xbd\xf8\xa5\xe3\xc1\x05\xb7\x6f\xaa\x4e\x7d\xc2\x84\xd8\x42\x92\x7d\x77\x96\x71\xd9\x98\xba\x89\x4d\xdc\xc4\x76\xf5\x0c\xdd\xc4\x84\xe2\x3d\xf5\x6c\xf2\x52\x20\xdd\x08\x8d\x6b\x92\xd9\x5c\x0c\x98\x3e\x67\x73\x31\x34\x73\xe4\x77\x49\x55\x52\xb3\x98\x35\x74\x69\xa8\x76\xe8\x3b\x8d\x3b\x91\xd9\x9c\x04\xdc\xfc\x66\x73\x12\x80\xc8\xe4\x4b\x27\xa1\x79\xa0\x75\x5f\xb5\x6e\x43\x38\xd0\x6e\x76\xa1\xfb\x65\xff\xbc\x38\xde\xb1\xd4\x75\x6c\xb6\xaf\xf7\xfd\xed\xbd\xae\x63\x13\xd7\xb1\x83\xdb\xc2\xa9\xeb\xd8\xec\xde\x59\xe0\xc6\x31\xf5\xcf\x12\x82\x0b\xf3\xa9\x7f\xd6\xec\xda\xfd\x78\xc7\x7a\x9a\x8f\x58\x08\xbc\xad\x67\x57\x4b\xee\x1e\xa3\x79\x7d\x75\x76\x15\x23\x20\xc8\xb9\x3f\xf5\xec\x9a\x5d\x19\x44\xa2\xff\xd9\x65\x48\x40\x92\xb3\x69\x76\x65\x90\xae\x5d\x9d\xc4\x2c\x53\xd7\xae\xa9\x83\x56\xc7\x55\x62\xea\xa0\x35\x71\xd0\x3a\xb8\x81\x9e\x3a\x68\x09\x25\x36\x4e\x3e\xe1\xa4\x86\xef\x95\xc3\xb6\xc2\x49\x35\xbf\x6f\x90\xd6\x64\x9a\xdf\x57\xc8\x8d\x01\x31\xbf\xef\xc4\x67\xaa\xf8\x6a\xfc\xd4\x69\x4a\x08\xf2\x5e\xcc\x70\x03\x06\x63\x69\xf0\xd2\x0c\xc7\x12\x88\x0a\xd3\x0e\xc7\x32\xb8\xf4\xf7\x89\x87\x19\x9e\x42\x80\xf4\x6c\x18\x0e\x6f\x74\x8b\xa1\x29\x86\xfa\x13\x10\xdc\x98\x4f\xdd\x9c\x66\x10\xbb\xf4\x8d\x6f\x84\x35\x60\x5c\xdc\x38\xa8\x05\xc6\xc5\x19\x69\x17\x18\xcb\x90\x43\x03\x49\xa6\x91\x19\x6e\x4a\xa0\xf0\x0c\xc6\xaf\xca\xee\x70\xd3\x02\x41\xfc\xe3\x0c\x35\xae\x20\x46\x40\x1f\x97\x19\x72\x70\x20\xb9\x87\x98\x21\x03\x0f\x8e\x15\x41\x14\xc2\x0c\xf7\x36\x10\xf8\xc4\xcf\x70\x6b\xeb\xa1\x15\x1b\x67\x69\x3d\xb4\x66\x38\xe5\x6c\x29\x3d\xb4\x66\x7e\x73\x49\x0d\xe9\x5c\xa6\x73\x09\x7b\xd2\x69\x4b\x48\xde\x46\x9e\x3a\x6d\x4d\x93\xd1\xfa\xfe\xf7\x34\x19\xad\xd0\x09\x97\x9b\x26\xa3\x15\x8a\x2f\x1b\xce\x74\xc1\x03\x89\x63\xc6\x4c\x8f\x85\xe4\xa4\x2d\xc6\x27\xcd\x74\xc1\xa7\x72\xba\x4a\x0a\x49\x34\x97\x77\x38\xa6\xbe\x5d\x93\xc4\xaf\x2f\x8d\xf6\x86\xb5\x62\xa0\xe5\x2a\x65\x92\x05\xf6\x83\x74\x21\x9b\x0b\x76\x26\x9c\x33\xb8\x0d\x9a\x29\xe7\x04\xd2\xd5\xa8\xa3\xd8\x4c\x87\x92\x60\x85\xa9\x0b\xd8\xc4\x05\xcc\xa7\x4a\xa6\x2e\x60\x93\x18\xdf\xf2\x2d\x6e\x83\x7c\x85\x0c\x16\xad\x41\xbe\x53\xdf\xae\xef\x94\xa9\x6f\x97\x90\xb8\x7b\x4e\x7d\xbb\xa6\xbe\x5d\x41\x1e\x96\xa9\x6f\x97\x10\xf8\x96\x4c\x7d\xbb\xe6\x45\xee\xbe\xd8\x37\x1a\xa2\x6a\x04\x24\x41\xcf\x93\xa7\xff\x7f\x9a\xb8\x7b\xbd\xc5\xde\x9e\xea\xef\x25\x04\xf7\x80\xf3\xf2\x20\x77\x39\xa7\xf8\xe6\xce\xcb\x39\xbd\xdc\x64\xbb\x24\xbb\x00\x83\x8d\x9d\x9d\x6d\x50\xb2\x90\x6e\x4f\x63\x92\xa7\x01\xc8\x3a\x4b\x4d\x03\x90\x85\xdc\x3e\x52\x48\xba\x2c\x56\xa1\x0d\x69\xf0\xb5\xdd\x0a\xec\x15\xb7\x12\xdb\x66\x05\xf6\xca\xcd\xbe\x7f\xc5\x6c\x6e\x97\x27\xf0\x63\x2e\x10\xe0\x2d\xc6\xa7\x6a\x68\x40\x12\xf0\x3d\x2f\x35\x34\x7c\xc7\x4a\xec\x30\x00\x9d\xc7\x84\x24\x84\x6b\x5e\xe1\x88\x87\x95\xb2\x3d\x74\x1e\x13\x3a\xa1\x2b\xf3\x72\x05\x02\xd1\x10\x38\x97\x2b\xf0\x92\x9b\xec\x4e\xb3\xdc\x04\x08\x22\xd3\xe6\x25\x37\x31\x84\xda\xb7\x91\xa7\x21\xd4\x42\x62\x81\x9c\x86\x50\x4f\xdd\xce\x74\xe4\x9a\xba\x9d\x4d\xdc\xce\x0e\x92\x3c\x4c\xdd\xce\xa6\xf1\xcc\x3e\xe7\x34\x8d\x67\x16\x92\xeb\x8b\x69\x3c\xb3\x50\x0c\xdc\x99\xc6\x33\x0b\xc1\x1b\xe6\xd3\x78\x66\xa1\x04\x86\xfe\x69\x40\xb3\x90\xca\x47\xe3\x99\x27\x8e\x6b\xc5\x17\x64\xa7\xa1\xca\x42\xc6\xd7\x8e\x29\xc9\xa1\x6c\xb6\xf7\x96\xe6\xa1\xdb\x0a\x18\xca\x51\xbf\x4a\xf9\xd4\xed\x01\xa4\x1c\x4f\x97\xb8\x89\x63\x5b\xf1\x0d\xc7\xa9\x67\x9b\x10\x5b\xd0\x0e\x0d\x6d\x40\xf1\x11\xfd\x39\xea\x57\x03\x61\x17\x98\xae\xf4\x7f\x9b\xfa\xa2\x99\x6e\x67\xea\x8b\x26\x24\xc9\xae\xa6\xbe\x68\x73\x7c\x8b\x17\x46\x30\xfa\x47\xe3\x2a\xda\x2f\x5d\xbc\xc3\xc5\x8b\xd4\x1f\x2e\x5e\xdd\xd3\x42\xa3\x94\xee\x69\x73\x28\x96\x0e\xc7\x52\xb1\x04\x44\x77\xb2\x14\x4b\xc3\x25\x48\xfc\xec\x1c\x2e\x41\x20\xd4\xf8\x86\x4b\x70\xb8\xde\xc8\xda\x3c\x87\xeb\x6d\x28\xbd\x38\x89\x0f\xd7\xdb\x90\x0b\x92\x29\x7e\x0e\xb9\x20\x10\x1d\xc5\x70\xc8\x05\x81\x12\x3c\x08\x30\x87\x42\x66\xf8\x48\xba\x93\xa5\xfe\xa8\x87\x5d\x1c\xce\x8c\xcb\x12\x0f\xbb\x83\xe4\x18\x53\x0f\x3b\xa1\x63\xc6\x9f\x53\x4d\x03\x48\x12\xf8\xcf\xa9\xa6\x31\x39\xa7\x86\x66\xd7\xe9\x39\x15\xc8\xed\xf4\xcb\x4b\x12\xf7\x5b\x55\xd2\x90\x44\x26\x4f\x98\xdb\x74\xb5\x4d\x45\x9d\x56\xd7\xe9\xd2\x02\xe2\xe8\xbf\x6e\x2a\x9f\x53\x49\x68\xb2\x54\xdf\x12\x9a\x26\x4b\x15\x92\x4c\x11\xd3\x64\xa9\x73\x72\x7b\x14\x87\x6d\x72\x49\x01\xa9\x6a\xa2\xcf\xdf\xc4\x99\xaf\x98\xd1\x6e\xea\xcd\x27\x24\x6e\x9c\x53\x67\xbe\xa9\xaf\x5d\x90\x51\x66\xea\x6b\x37\x3f\x5f\xbb\xb0\x18\xd3\x61\x6e\xd5\x20\x6b\xf2\xd4\x3f\x4d\xc8\xcd\x4e\x7b\xb0\xc5\xff\xac\x04\xe9\x90\xa7\x21\xf7\x42\x70\x3f\x35\xf5\x45\x13\xde\x62\xb4\xd7\x05\x3a\xbf\x95\x87\x66\x66\xc8\xbd\xd0\x03\xee\xaa\x2f\xd7\x9c\x2a\x44\x27\x67\x67\x43\xee\xe7\x17\x72\xcf\xd1\xc8\x90\x7b\xe1\x2d\x46\x0d\x1a\x99\x80\xd8\x10\x54\x53\x23\x93\x09\x5d\x7d\x79\x61\xea\xcd\x25\x04\xe9\xf7\xa7\xde\x5c\x53\x6f\x2e\x53\xf7\x4f\xbd\xb9\x26\xde\x5c\x07\x6e\x38\x53\x6f\xae\x69\xc4\xfb\x67\xd6\xd3\x9b\x66\xea\xb1\x12\x27\x3c\x41\x8f\x15\x21\x1b\x1b\x5b\x8f\x95\x89\x2b\x4a\x89\x13\xad\x4d\x5f\x14\x21\xb5\x2f\x98\x9e\x72\xea\x77\x12\x95\x3e\xe8\x77\x32\xf1\x3b\x39\xb4\xa4\xe8\x77\x32\xcd\x32\x17\x95\xdd\x63\x96\x39\x21\x08\x0c\x9a\x66\x99\x9b\xe6\x85\x33\xd4\x75\x9a\x17\x4e\x08\x4d\x4a\xe6\x85\x9b\x86\xad\x47\x85\x81\x7b\x1f\x2f\x94\xa8\xa8\xfd\xc6\xad\x0b\xd1\x18\xf2\x5b\xc1\x67\x8e\x36\x9d\x95\xa6\x37\xed\x42\xe2\xcc\x3f\xbd\x69\x9f\x3e\x6e\x1f\x15\xfd\xc6\x6b\x64\x21\xb8\x38\x9a\xde\x22\xcf\x5b\x3e\x41\x82\x8e\x79\x3b\x35\xb7\xaf\x09\x71\xd6\xf7\x16\x79\xde\xdf\x20\xa1\xdf\x78\x65\x3c\xb9\x32\x3e\x3a\xc2\xc5\x2b\xe3\x69\xfe\xb1\x20\xcf\xc6\xf4\x32\x58\x48\x4f\x86\x5e\x06\x4f\xaf\x79\x3f\x71\xeb\x35\xaf\x10\x01\xcf\xf5\x9a\x77\x72\xb5\x5b\xcc\xc9\x33\x1f\xc5\xc6\x63\x28\x74\xfa\x65\x4a\x1a\x16\xdb\xa1\x4d\x69\x18\x22\xd3\x5f\x63\x0d\x7a\x0d\xab\x2f\xe2\xf4\x1a\x56\xc8\x16\x92\x2c\x86\x53\xaa\xf9\x32\xa6\x97\xa9\x42\x27\xca\x62\x7a\x99\x2a\xbc\xc5\xe8\x96\x16\x73\x20\x79\x58\x67\x7a\xbf\x3a\xb9\x4c\x7d\x8b\xf9\xa9\x5d\xe8\x3c\xd0\x5d\x24\xd9\x85\x6e\xdb\x58\x35\xde\x93\x0a\xd9\x42\xd2\xd7\x36\x56\x8d\xf6\x42\x2f\x45\x85\xe2\x9b\x47\xf3\x71\xd5\x00\xd1\x91\x24\xde\x93\x4e\x6f\x40\x83\x78\xeb\xe9\x0d\xa8\x10\xc4\x76\x4c\x6f\x40\x85\x24\x7f\xc8\xf4\x06\x74\x12\xa8\x5f\xa2\xa1\x76\x9b\xde\x4d\x48\x9e\x0b\x9a\x8f\x0c\x03\xc8\xc6\x66\xf3\x9e\x74\x3e\xae\x2d\x1c\x5d\xa6\x17\x95\x42\xe0\x7c\x37\x8d\xe3\x17\xde\x62\xf4\x54\x0b\x31\x90\x0d\x89\xe6\x75\xe6\xe4\x3a\xf3\xc0\xaa\xb8\xbc\xce\x5c\xdc\x36\x96\xc0\xaa\xb8\xbc\x6e\x14\x7a\xbe\xcb\x7e\x79\xdd\xb8\xb8\x47\x2c\x41\x73\x97\x17\x89\x42\xef\xef\x5e\x5b\x5e\x24\xae\xed\x5b\x95\xef\x4a\x5d\xde\x1a\x0a\x41\x5a\xff\xe5\xad\xe1\xda\xbe\xe5\x96\x09\x6d\x4a\x9b\x58\x3c\x2b\x24\xdb\xa1\x48\xc1\xe7\x7f\x79\x1f\x28\x24\x4f\x1d\x2f\xef\x03\xd7\x26\x5b\xc1\x46\xb9\x36\xd8\x8a\x10\xb5\xd0\x36\xd8\xca\x32\x34\xde\x87\x7b\x96\x97\x7f\x82\x7b\x6d\x79\xf7\x27\xbc\xc5\xfc\x35\x7b\xef\x93\x23\x85\x5e\x71\x22\x58\x46\xd0\x07\x91\x95\xcb\xab\x33\x21\x08\x86\x5a\x46\xd0\x0b\x25\xb0\x34\x2e\x6f\xd3\x96\xf7\x5f\x81\x59\x71\x79\xff\xb5\xb8\xff\x3a\xf2\x95\xf1\xcb\xfb\xaf\x55\x1c\x4b\x0c\x64\xcb\x5b\x2c\x21\x7b\xf9\xf5\x87\xc0\x96\x8f\x86\x2f\x1f\x0d\x57\xb1\x59\x3e\x1a\x2e\x04\x5e\x82\xcb\x47\xc3\x97\x4f\x7f\x07\x96\xb7\xe5\xc5\x97\xd0\x7b\xe3\x4b\x8e\x4b\x42\xe0\xb1\xb0\xbc\xf7\x5a\xde\x7b\x45\x4f\x8a\x75\x9b\xe9\x5d\xe6\xbb\x90\x97\xf7\x5e\xab\x38\x5e\x8e\xa1\xef\x6c\x0b\xc9\x83\xaa\xab\x38\x5e\xde\x7b\x05\xaf\xa3\x2f\xef\xbd\x56\x51\x1a\x62\x2b\x5b\x25\xfd\xf4\x93\x86\x34\x37\xfd\x34\xcd\xa9\x91\x90\x98\x24\xaf\xc2\x8c\x6e\x5c\x5e\x85\x2d\xae\xc2\xce\xed\xe5\xcc\xcb\xab\x30\x21\xd9\x9d\xcb\x60\xfa\xb5\x7b\x88\x70\x39\xee\x1c\x22\x84\xe0\x19\xe5\xb5\x73\x88\x58\xbb\xbb\x87\x94\x25\x6b\x77\xf7\xec\x06\xd8\xd1\x34\xef\xd5\xd6\xee\x7a\x27\xb1\xe0\xda\x5d\xef\x40\x47\xcb\x5d\xbb\xeb\x7d\x6f\x56\xca\x5e\xdc\x1d\x5e\x20\x5b\x93\x64\xa5\x5f\xda\x87\x80\x54\x25\x75\xbf\xa4\x02\xd7\x3b\x90\x44\x71\xae\x9d\x5b\xf2\x65\x24\xbf\x5e\x9e\xcb\x48\x7e\x21\x6a\x58\xcc\xe6\x36\x27\x21\xa5\x3d\xd2\x1e\xce\xf5\x74\xbe\x3b\x6c\xca\x69\xbc\x9b\xd6\x8e\x9c\x16\x3a\xa9\x7a\x16\x09\x01\x5e\x38\x2d\x46\xdb\x5c\x20\xbb\x69\xf2\x77\xc6\xc8\x05\xb2\x7f\x33\xcf\x3a\xf2\xce\x6f\x11\xf0\x5f\x22\xfd\x39\xd8\xab\xa0\x95\x67\xed\xb0\xd7\xb5\xab\xa3\x91\x58\x7b\xed\x61\x1f\xd0\xd1\xf2\x2b\x66\x17\x3c\x1d\x90\x58\x7b\x71\x4f\xf8\x81\x27\x81\xe5\x6d\xe1\xe2\x6a\xf0\x2d\x46\xef\xd3\xf6\xea\xb0\xb6\x31\x59\x69\x7b\x71\x57\xf9\xdb\x72\x40\x6f\x13\x92\xf0\xa9\xe5\xdd\xe0\xf2\xee\x4e\x43\xfd\xf2\xee\x4e\xc8\xd3\x5f\x73\x55\x72\x77\x77\x12\x47\xb2\xbc\xbb\x5b\x5c\xca\x95\x20\x4d\xf7\xf2\x56\x4e\x48\x1e\x29\x58\x07\x67\xd6\x75\xe0\x4a\x1f\x04\xb1\xad\x83\xd3\xa8\x10\xbc\xbd\xb8\x0e\x0e\x11\x42\x09\x12\xe9\xac\x83\x53\x84\x90\xe8\xac\xeb\xe0\x14\xb1\x0e\x17\x34\x57\x45\xeb\x70\x41\x03\x49\xbc\xff\x3a\x5c\xd0\x3e\x35\x1d\xbc\xd0\xbb\x7c\x6a\x5a\x48\x54\xdb\xe5\x53\xd3\xeb\x90\x85\x91\xce\x7b\x1d\xb2\xb0\xc3\x98\x69\xa6\xf4\x90\x47\x1d\x2a\x29\x58\x8d\xd7\x51\xed\x02\xf7\x64\xe5\xfb\xd2\x2e\x70\x4f\x16\x24\xf9\x59\x47\xb5\xbd\xd5\x93\x67\x42\x9a\x92\xec\x42\xb5\x6d\x76\xa1\xda\x85\x03\x92\x5d\xa8\x2e\x10\x3a\xcf\xa1\x78\x1d\xfd\x6b\x07\x3d\xed\xb6\x83\x57\x48\xfb\x41\x73\xbb\xed\xe8\x0e\x25\xdb\x94\x7b\xd2\x0f\xb2\x3b\x09\xdd\xa6\xa9\x90\x7c\x35\x74\xdb\xe6\x5b\x82\xbb\xc5\x6c\x9a\xeb\x3e\x83\x5e\xb9\xee\xb9\x2d\x7d\x69\x74\x21\x1c\xb7\x30\xbc\x89\x86\x84\xe3\xa6\xbf\x28\x5b\x97\xc4\x12\x1f\xf4\x3c\x19\x8f\xb0\x07\xe1\xb0\x39\x46\xee\x98\xc3\x84\x4c\x76\x34\x6c\x5a\x38\x6c\x69\x3b\x6c\x1b\xe9\xc6\xda\x57\x81\xc3\xa6\xed\x91\x08\xbe\x65\x7e\x09\x21\x72\xa7\x82\xb4\x07\x5c\xfe\x79\x4b\xb1\x8e\x74\x35\x98\x2f\xb3\x5a\x6c\x97\xb4\x5b\x8c\x86\xb8\xff\x80\x48\xc7\x28\x5d\xf6\x1e\x9b\x12\x16\x72\xb8\xff\x80\x68\x0e\x9b\xdb\xef\xf0\xb4\x92\xe9\xa7\xf6\x9e\x4b\x42\x02\x46\xd7\x91\xce\x9f\x77\xf3\x5f\x9d\x4e\x9f\x9a\x3e\xc9\xd2\x97\x97\xcd\x42\xf0\xc6\xf8\xf2\xb2\x79\xf1\xec\x78\x49\x5e\x0d\x5c\xbe\x3b\x2e\xf4\x74\xd9\x2b\x76\x80\xb7\x18\x6d\x73\xcf\x03\xf1\x1e\xae\x7e\x55\x72\x7b\x8b\xbd\xb8\xc5\x3e\x31\xce\x2d\x6f\xb1\x85\xf7\x87\x0f\x68\x45\x9a\xa9\x4f\x03\xd2\x2e\xe9\xb4\xd8\x09\xad\x4a\xe3\x52\xee\x55\xa2\xd7\x89\x69\x4b\x78\x8b\x49\xeb\xd2\x3a\xc3\x65\x05\x21\x69\x58\xcc\x1a\xa6\x34\x52\x3c\x20\xbc\xbc\x13\x5f\xbc\xea\x5c\xbc\x10\x59\xbc\xed\xfc\x81\x87\xcc\xe5\x0b\xcf\x8b\xb7\x9b\x8b\xf7\x52\xcb\xc7\x9b\x85\x68\xcd\x62\xa7\xa4\x6a\x31\xda\x26\x9b\x00\xa2\x1e\x54\x50\x6d\x2e\x9c\x43\xab\xe6\xf2\x86\x5d\x88\x44\x52\x79\xc3\xbe\xb8\x4d\x2f\xda\xb8\x97\xd7\xe9\x42\x90\xf2\x6d\xf9\x52\xf3\x22\xc9\x48\xd1\xdc\xb5\xcc\x32\x22\x7c\x4c\xd8\x4b\xf7\xc5\xdb\xca\x45\x5b\xed\xf2\x71\x65\x21\x12\xfe\x7d\x2a\x7f\x7d\x6f\xd9\x2b\x84\xe5\x7b\xcb\x42\xe4\x47\x72\x8c\x9a\x8b\x05\xd6\x71\x2a\x59\x81\xe0\x7e\x73\xf1\x1e\xf3\x07\x45\x73\xf3\xf2\x59\x66\x21\xf2\x23\xd9\x36\x9c\xcd\xb4\xdf\x2e\x9f\x65\x16\x82\x34\x65\xcb\x3c\x29\x42\x90\x2c\x6e\x99\x27\x65\xf9\x04\xb3\x26\xf9\xa5\x93\x80\xf0\x89\x16\x9f\x60\x5e\xf8\x08\x14\xcd\x2b\x4b\x27\x01\xe1\x53\x17\x4e\x19\x9d\x59\x57\xb4\xdf\x2e\xb3\xae\x08\x3d\xfc\x35\x19\x1d\x6e\x03\x45\x13\xd8\xd2\x6f\x40\xf8\x84\x81\x89\x58\x04\x4f\x37\xcb\x44\x2c\x42\xe0\xe3\xb1\x4e\x39\xa4\x2f\x35\x6b\xea\x5b\xbe\xd4\x2c\x44\x75\xc3\xc8\x0f\x49\xd7\x52\x92\xbc\x62\xcb\x7c\x2d\x42\x9c\xf0\xbe\x53\x16\x09\xbc\xc5\xfc\xd4\x5e\x05\x3a\x1b\x6c\xf9\x94\x45\x02\x9f\x84\x3b\x65\x91\xa7\xaa\x47\xfa\xfb\x4e\xb2\x1c\xd2\x6e\xca\x21\x75\x8f\x48\x9e\x4f\x58\xba\x47\x08\x91\x8e\xad\x1c\x12\x08\xae\x36\x96\xee\x11\x42\x57\x0c\xea\x1e\x21\x04\x8f\x28\xad\x53\x95\x05\x28\xbe\xd2\xbf\x4e\x79\x26\x10\xe9\xa4\xc8\x33\x75\x85\x48\xd9\x9c\xae\x10\xc2\x27\xdc\x75\x85\x58\x67\xba\xbb\xd1\x6a\x4f\xd9\x1c\xf0\xa9\x0a\xa7\x5c\x4e\x8f\x09\x1f\xed\x5e\x7a\x4c\x2c\x3c\x26\x4e\x55\x2c\x3d\x26\x16\x09\x6b\xde\x62\xd2\x0e\x69\xb0\x7d\x96\x9f\x4e\x14\x42\xf0\x88\xf1\xd2\x89\x42\x08\x92\x83\x2d\x7d\x28\x04\xaf\xb4\x96\x3e\x14\xab\x9e\x4e\x31\x47\xa7\xaa\xb2\x53\x7d\x0f\x8e\x89\xd2\xad\x62\xe1\x37\x51\x92\x5c\x0a\xab\xaa\xd9\x54\x58\x56\x32\xeb\x55\x96\x05\xbc\xc5\xa4\x15\x69\x3a\xb2\x54\x48\xbb\x24\xb7\x5e\xa7\x53\xb2\x31\x20\x48\x4b\xb1\xaa\xfa\x4f\xfd\x38\x1b\x67\x28\xd3\xef\x08\x81\x97\xfd\x32\xfd\xce\x32\xfd\x4e\x6e\x1c\xc2\x4d\xbf\x23\x44\x6f\x56\x6a\x17\x3e\xce\x86\x2e\x62\xfe\x1d\x41\xef\x88\x65\xfe\x1d\x21\x88\xcf\x5d\x55\xfd\x47\x37\x90\xe4\xa6\x60\xe9\x06\x22\x04\x2f\x33\x2f\xdd\x40\x84\x68\x7e\xe9\xb9\x10\xf8\xd4\x30\x13\xf7\x08\x51\xd1\x00\xf4\x15\x11\xde\xdf\xb7\x98\xc3\x81\xb3\x88\x1c\x51\x67\x91\x85\x37\xc8\x5b\x8c\xc1\x95\x73\x02\xc1\x23\xde\xab\x7a\x72\xa9\xed\xeb\x27\xa3\xe6\xe1\xbd\x1a\x00\x80\x88\xa8\x1e\x66\xea\xc7\x73\xc3\x4f\xed\x28\x3c\x97\xa0\xcc\x55\xe5\xb9\xf5\x63\xa6\xc9\x10\xc9\x4c\x7d\x61\x9c\xc0\xb0\xe5\x0b\xe3\xab\x76\xe5\xe8\x6f\x78\x77\x7b\x55\x19\x2b\xd0\x3d\x14\x54\x19\x6b\xfd\x18\x6b\x4a\xb3\x87\x9f\xc7\x27\xa3\x2a\x63\xad\x1f\x63\x4d\xba\x23\x63\x05\x7a\x74\x8b\xd9\xe9\x8f\xb1\xa2\xa9\x54\x19\x2b\x10\xc9\x19\x51\x4f\x1a\xa1\x24\xbe\x5c\xab\x86\xf3\x16\x3e\x2f\xc3\xfa\x94\xd7\xf2\x36\xfa\x5b\x8c\x19\x91\xb3\x02\x51\xdd\x01\x72\x56\xe0\x2d\xe6\xa7\x76\x2b\x5c\xb3\x34\x57\x66\x0b\xbc\xc5\xe8\xa9\xdc\x16\x08\xbc\x62\x57\x0d\x7b\x2a\x03\x2e\x9b\x34\x97\x36\x0c\x58\xfb\x47\x95\x01\x57\x19\x30\x99\xd7\x56\x95\x01\x03\x9f\x82\x5e\x65\xc0\x40\x31\x09\xf1\xaa\x72\x60\x20\xd2\x29\x97\x03\x57\xef\xc7\x0f\xc6\x43\x0e\xac\xb7\x91\xb9\xa1\x97\xde\x46\x42\x10\xa2\xb2\xf4\x36\x12\x22\xab\xa5\x1c\x8f\xb4\xa3\x6e\x14\x15\xcd\xaa\xa2\xe9\x56\x57\xd1\x04\x74\xad\x59\x55\x45\x13\x78\xbf\xa4\x07\x2a\x9a\x40\x90\xae\x63\xe9\xcd\xb4\xaa\xec\x96\xe8\xff\xa5\x9f\x92\x10\xaa\xf6\xbe\x46\x2f\xbc\xc5\xa4\x39\xcb\xb0\x5b\xfc\xd8\x96\xae\x4b\x42\x90\x84\x64\xe9\xb9\x24\x94\x2c\x68\x44\xba\x2e\x09\x41\x12\x92\xd5\x64\xca\xcd\x64\x45\xf4\x5d\x67\xa6\xa5\xe7\x52\x12\x9d\xbf\xf4\x5c\x12\x82\x77\x96\x96\x9e\x4b\xc2\x5b\xec\x84\x96\xd2\x92\x62\x1d\xd2\x25\x89\x79\xef\xfe\xd8\x90\x34\xfd\xb2\x42\x5b\xd2\x74\xf7\xb0\xd8\x2d\xc9\x21\xda\xfd\xb5\x47\x1a\x43\x84\x22\xd9\x64\xde\x66\xf7\x4a\x22\xea\x97\xd9\xbd\x84\x48\x24\x86\xd9\xbd\x84\xae\x5c\x69\xf2\xee\xf6\x3d\x87\x40\x9d\xf2\x6e\x5f\x91\x4f\x62\x6e\x97\x09\xbf\x84\xcf\x94\xe9\x2b\xf2\xc2\x5b\xcc\x4f\x1d\x0f\xb5\xd2\x66\x33\x1c\x0e\x59\x7c\x39\x6c\x87\xe3\x51\x7d\x6d\x92\x51\x93\xc5\x37\x59\x3c\xfe\x24\xcb\xbc\x60\x82\x57\x8e\xcb\xbc\x60\x42\xf0\x88\xd5\x6a\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\x57\x93\xc5\xe3\x6a\xf6\x7e\x49\x05\x32\xef\x66\xd2\x2e\xf4\xe5\xd6\x1c\x8e\xe6\xbc\xa3\xe5\x35\x99\x37\x10\x3c\x79\xbf\x5a\xb3\x9f\xcd\x7d\x70\x5a\xa9\x1d\x6d\xee\x03\x26\x54\x16\xdf\x9a\x93\x7c\xfa\xa9\x5d\x68\x4e\x32\x3d\x50\x5f\x06\xde\x62\xb4\x4d\x85\x19\x08\xde\x33\x5f\xba\xc4\x09\x7a\x7d\x2e\x5d\xe2\x84\xf7\x4b\x7a\xaa\xbe\x0c\x78\x95\xb7\x9a\x6c\x1d\x08\x52\xe5\xac\x26\x5b\x6f\xfa\xab\x39\xb8\xdd\x79\x97\xd3\x7b\xc8\x6a\x72\x7a\x40\xcb\xff\x6a\x72\xfa\xd6\x9d\x50\x98\x5d\x93\xad\x03\x41\xda\x9a\xd5\x34\x0c\xe8\xad\x97\x05\xad\x40\x6f\xbd\xd5\x42\x96\x05\x73\x6e\x2a\xc7\x40\x64\x97\x64\x0f\x3e\x7e\xed\xfc\xc9\xaf\x9b\xfc\x1a\x59\xd2\xe4\xd7\x80\xf7\xdb\xab\xc9\xae\x81\x48\x58\x56\x93\x5d\xb7\x8f\xc1\x56\xbf\x74\x65\xc9\x60\x5d\xe0\x32\xd8\x96\x8e\xa4\x4c\x40\xd6\x09\x44\x71\xe2\x65\x9d\x2d\x5d\x1f\x6e\x04\xf9\x64\xf3\x40\x5e\x2c\xe6\xfa\xf8\x38\x1b\x4c\x51\xb7\xc4\x85\x5b\xe2\xc9\x4b\xe8\x4b\xb7\xc4\xd5\x55\x24\x79\x51\x74\x75\x79\x56\x37\x92\xfd\xfc\x0d\x27\xed\x2e\x4b\xeb\xa7\xf3\x16\xfe\x72\x48\x63\x20\x3e\x52\x4a\x32\xf9\xc7\x01\xe9\x92\xe4\x76\x42\x2d\xe9\x72\x1c\xe0\xb3\x0e\x99\x3d\x4f\x28\xbe\xcf\xb4\x4c\x9f\x27\xc4\x99\x7e\x69\xcb\x39\x07\x6b\x30\xea\x32\xa1\x6e\xfe\xcd\xea\x87\x55\x92\x93\xcb\x71\xab\xcb\x84\x80\x38\x10\x5b\x5d\x26\x64\xde\x3d\x9f\xf4\x5b\xe6\xdd\x13\x3e\xb3\x92\x79\xf7\x56\xf7\x30\xbb\x23\x65\xf5\xe2\x14\x82\x0c\x18\xab\xab\x92\x01\xd1\x77\x4b\x39\x1c\xaa\x64\x64\x11\x58\xdd\xfd\x0a\x84\xa6\xc2\xae\x4a\xa6\x4b\x68\xee\x4e\x9b\x5b\x58\x97\x50\xbc\x28\x96\x2e\xa1\xab\xab\x6b\xed\xd8\x05\xba\xbb\x0e\x08\x2f\x20\xf4\x12\x5d\xdd\x2d\xb6\x23\xf1\xcc\xf6\x27\x74\x02\x30\x97\xd9\xfe\x96\x2e\xa1\x89\x23\xd6\xd2\x25\x74\x75\xf7\xce\x6e\x1f\xdc\x3b\x40\xef\x6c\xa7\xee\xde\xe9\x9e\x22\xb5\xbb\x74\x37\x0a\x90\x1d\xb5\xa3\xbb\x51\x3a\x56\xb5\x24\xc2\x7d\x75\x35\x16\xa0\x93\x22\x6e\x75\x15\x16\x20\xce\xd3\x1f\x73\x40\xdc\x4f\xf8\x64\xaf\xee\x7e\x02\x82\x77\x15\x57\x77\x3f\x75\x8f\x8c\x41\x9d\x2a\x2c\x3d\x1d\x23\x4e\xf2\xdd\xfd\x04\x04\xb9\x9c\x56\xf7\x94\x07\x94\xdc\x61\x9a\xdd\x63\x1e\x10\x89\x96\xdd\x55\x58\x74\x91\x35\xc5\xd1\xd2\x45\x76\xf5\x27\x7f\xfe\x71\x72\x57\xbe\x74\x91\x5d\xe6\x10\x34\xcb\xcb\x32\x87\xa0\x10\xc4\x79\x2d\x73\x08\xae\xd0\xae\x83\xb7\xc3\xd2\xd1\x55\xe8\x1a\x93\xc2\xf5\x1c\xdf\xc4\xa0\x64\xe8\x9a\xba\x02\x5f\x04\x1f\x18\x58\x61\x57\x81\x4e\xe2\xc2\x15\x1e\x8e\x81\x20\x41\xfa\xd2\x33\x55\x28\x3e\x03\xbf\x74\x4d\x15\xba\x9a\xa4\xae\xa7\x42\xef\xcd\x52\x55\x12\x7a\x3a\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xdd\x1f\x1b\x92\x30\x0b\x32\x07\xa1\xb6\x06\x74\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe1\xc5\x7a\x72\x2f\xbc\xf4\x62\x15\xde\x62\xd2\x8a\x34\x06\x08\x35\x2f\x55\xe9\x80\xc4\x79\x65\xa5\xec\x11\x78\xbf\xb4\xd8\x29\x8d\xb7\x03\xd8\x41\xe9\x41\x1b\xd0\xdf\x7b\xa5\x07\x6d\xa0\x6b\xf9\x4d\x15\xbf\x94\x73\x92\xe5\x69\xa5\x9c\x13\x30\xbc\x60\xa5\x9c\x13\x08\xe2\x4b\x57\xca\x39\x81\xce\xab\x06\x2b\x55\xfc\x52\x43\x23\xb1\xa4\x2b\x35\x34\x02\x29\x63\x4b\x17\x5f\x7a\x3b\xbd\x5b\xe5\x2d\x09\x45\xe7\xeb\xf9\x23\xe9\xe1\xc3\x77\xce\x75\xe9\x15\xde\xdf\x97\xe6\x98\x91\x6e\x04\xbf\xb2\x95\x32\xe6\xf4\xd1\xc7\x4d\x92\x63\xf6\x42\xe2\x17\xb4\xd2\x85\x0c\x04\xa9\x2b\x56\xca\x98\x81\xd8\xbf\x9f\x77\xc8\xe0\xcb\xb8\x92\xae\x94\x2f\xfb\x68\x8f\x7b\x27\xd5\x0d\x81\x92\x04\x05\x2d\x1f\xf2\x11\x22\x9c\x39\x75\xc3\xf4\xe1\x2d\x04\x6c\xaa\x1b\xa6\xba\x21\x29\xa6\x97\xcf\xfd\x08\x11\x5f\xfb\x1d\xb2\xe6\x3e\x81\x23\xa4\xe7\x73\x20\x79\x3b\x7c\xa5\xe2\x01\x88\x13\x95\x29\x15\x0f\x40\xef\xe8\x86\xa9\x86\x97\x4a\x8c\xc3\xa9\x53\x62\x00\x49\xa8\xe6\x4a\x25\x46\xb6\xaf\x69\x0c\x87\xe2\x01\x48\x2d\xef\xd9\xbe\xa6\xc1\x0d\x8f\xfa\x1b\xce\xd8\xfa\x5c\x0b\x3d\x1c\x67\x05\x8a\x3e\xd7\xbe\x33\xbf\xf4\xb9\x16\x82\x6c\xc8\x4b\x9f\x6b\xa1\xf8\xa8\xfc\x4a\x95\x42\x40\x0f\xb2\x95\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xda\x47\x72\x68\xb4\xa1\xc2\x2b\x53\xe9\x94\xea\x84\x61\x29\x47\x46\x81\x45\xf4\xef\xd2\xa7\x5b\xe8\xda\x0c\x53\x81\x95\xc6\xeb\x72\x73\x91\x5e\x29\xa5\x6a\x22\xaf\xb5\x2e\x33\x7d\x0a\x11\x8e\xa9\x6a\x22\x90\x47\x5a\xca\x01\xc2\x1e\xe0\x7d\xb9\x2e\xe3\x42\x0f\x57\x9d\xe6\x80\x54\xd0\x11\x5d\xbc\x52\x41\x07\x84\xea\x54\x2a\xe8\x92\x7b\xa1\x24\xf6\x77\xa5\x22\x0c\x88\x40\xe5\x4c\x25\x18\x90\x47\xfa\xa5\x93\x62\x7e\x33\x94\x66\x5d\xd2\x85\x38\xed\x92\x6c\x3d\xb5\x79\x62\xa1\x4d\xd9\x7a\x2a\xc0\x48\xbd\xbf\x52\x01\x06\xe4\x91\x92\x6c\x19\x27\xee\x40\x5d\x4a\x35\xc9\xf4\x78\x7d\xb8\x84\x65\xd8\x69\xd0\xa0\xf3\x24\xc3\x36\x39\x6a\x1e\xdd\x76\xd8\x27\x38\x76\x77\x6d\xca\xb1\x81\xc8\xcd\x3a\xed\x93\x57\x3b\x4a\x04\xf3\xa5\x0a\xc1\xbb\xf9\x4b\x67\xf9\x85\xb3\xfc\xa9\x26\xa0\xb3\xbc\xf0\x7e\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x5e\xa6\x50\x5d\xd7\xc7\x64\xd1\x28\x2f\x99\xec\xe5\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xae\x91\x46\x07\x7d\x21\x7a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x74\x4d\x28\xe6\x3c\x5d\x7a\xb7\x27\x81\xd0\x4b\xef\x76\x21\x88\x4f\x5a\x7a\xb7\x2f\xf3\xa0\x26\x2f\xe7\x2c\x1d\xd2\x17\x39\x4f\x8b\xb9\xad\x97\x49\x4f\x85\xe0\x2d\xcb\x65\xce\xd3\xa5\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdf\x25\xd9\x5e\x65\x24\xa9\xc3\x97\x8e\xe0\x0b\x47\x70\x9f\x2e\x5f\x3a\x82\x2f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x58\x26\xf9\x5c\xc3\x1d\x4a\x84\xf3\x1a\xf6\x61\x68\x9f\x43\x86\x0d\x77\xa8\xde\xcb\x49\xe8\xf2\xd2\x7b\x79\x0d\xcd\x67\xe4\x26\x5f\x43\xfd\x71\x98\xde\x95\x41\x1a\xf6\x74\xa8\x2b\xe2\x9b\xbb\x86\xba\x22\x90\x5a\x00\x87\xba\xe2\xd0\xaa\x54\x11\xa6\xc3\x35\x0e\xa4\xae\x42\xc3\x35\xae\xbf\x71\xe2\x1e\xb9\xf4\x37\x5e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x5e\xd3\x4b\x40\xde\x5d\x5e\x53\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x2d\x7d\x84\x93\x10\xe4\xa5\x8f\xb0\x90\x84\xcf\x2f\x9d\x80\x85\x4e\xd8\xe3\x9a\x8a\x4e\x20\x49\xf3\xb0\xcc\x18\x2a\x94\xc4\xfd\x72\x99\x32\x54\x88\x1e\x92\x4e\x49\x36\x0d\x9e\x3b\x15\x9e\x53\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa9\xf0\x04\x92\x08\x8e\x35\x15\x9e\xb8\x22\xbf\x3f\x76\x40\x5b\xd2\xc8\x76\x8b\x5a\x38\xb5\x85\x4c\xef\xf6\xc8\xcb\xbe\x4c\x36\x2a\xa4\xf6\x00\x73\x8d\x2e\xdc\x8f\x4b\x92\x8b\x7b\x99\x45\x54\xe8\xbc\xd3\xb4\x4c\x22\xba\xbe\x24\xa2\xe8\x50\x26\x11\x5d\x53\x8b\x06\x0f\xd8\xae\xa9\x45\x03\x48\xd2\x7f\xaf\xa9\x08\xf4\x41\xb0\x24\xdb\xd8\x32\x2f\xa6\x10\xa7\x7d\x97\xab\xeb\x8a\x9c\xbc\x5f\xb6\x74\x45\x5e\x53\x86\xad\x76\x6e\xde\x4a\xa1\x07\xdc\xd3\xb4\x95\xeb\x4b\x5b\xc9\x81\xce\xb4\x95\x42\x4f\x98\xa7\x69\x2b\x85\x28\x55\x92\xad\x75\xf7\xf1\x7e\xed\xd2\xd5\x59\x88\xe6\x4c\xb9\xfb\xa6\xea\x7a\x2b\xed\xd7\x25\xb6\x69\x2d\x85\x4f\x06\x4e\xd9\xfe\x94\xc7\x37\xac\xf7\xba\x3d\x0b\x9f\xc0\x9b\xae\xff\x29\x43\x27\xbe\x7c\x99\xfd\x52\x88\xd3\xa6\xcb\xd0\xa7\x6c\xb9\xb9\x56\x64\xcb\x40\x6a\x4a\xd3\x39\x7a\xe1\x1c\x5d\x37\x96\xa7\xce\xd1\x8b\xe4\x94\x25\x79\xa8\x70\x99\x9d\x52\x48\x32\x60\xac\xa5\xa2\x6b\x3e\xc9\x6c\xcc\xb8\xf9\x24\x85\xc4\xe1\x7d\x99\x4f\x72\x2d\x37\x00\xb9\x8b\xd6\x72\x03\x00\x9f\x8b\xd8\x72\x03\x2c\xdf\xea\x42\xab\x5a\xae\x7f\x20\x79\xc9\x63\x2d\xd7\x3f\xf0\xc9\x67\x93\x4e\x0a\x79\x34\x7f\x3e\x24\x85\x55\xfa\xfb\x29\x0d\x6d\xa2\x49\xba\x24\x39\xb9\xf0\x4c\x9f\x64\x13\x82\x77\xf3\x96\x4f\xb2\x09\xc5\xc7\x88\xd6\x92\x67\x2e\x53\xb0\x20\x8d\x7d\xa5\x4d\x78\x8b\xf1\xa9\xbb\x09\xc8\x03\x31\xb8\xdc\x4d\x4b\x1b\x04\x8e\xb5\x6b\xa9\x64\x02\xc1\x03\x64\x6b\xa9\x64\x02\x79\x70\xce\x37\x1f\xe6\x22\x6d\x65\xf1\x6d\xa3\xb5\x54\x15\x81\x3c\x9c\x3d\x55\x41\xd3\x5a\x7e\xae\x7b\xa6\xb5\x5c\x5f\x5a\x4b\x6c\x81\xa6\xb5\x14\xe2\xc4\x0e\x65\x56\xcb\xc5\x6b\x70\xe5\x73\x8f\x5b\xaa\x6f\xcb\x3c\x73\x2e\x05\xe5\x1b\xf0\xe9\x13\x4b\xd9\xb0\xbe\xc7\x05\x24\x39\xde\x78\xff\x1c\xdd\xdf\x1a\x92\xbe\x96\xd1\x29\x37\xb0\x29\x2c\xd3\xdd\x64\x0a\x4b\xa1\xeb\x00\x63\x0a\x4b\x21\x8f\xaf\x94\x03\xa9\xfc\x6c\xd6\xa0\x54\x59\xbe\xbd\x76\x58\x81\x1d\xc0\xc6\x47\xc2\xb4\xe5\xfb\x74\xcb\x44\x97\xd9\xec\x81\x1b\x7d\xe9\xfd\xe3\x52\x50\xf6\x90\xd4\xf2\x2d\xc6\xec\xb9\xd1\x81\x3c\xd0\xdf\x0c\x11\x58\x4b\x23\x9f\x5e\x37\xcb\xd3\xf5\x32\xb0\x13\x7e\xb3\x3c\x5d\xaf\x6f\x73\x87\x9f\xda\x90\xd4\x33\x89\xb6\xb9\xb9\x97\x27\x6e\x5c\x94\xd7\xf2\xc4\xbd\xcc\x92\x51\xfc\xd2\xe6\xb2\xdf\xbb\xfb\xc0\xfd\xbe\x74\xc4\x21\x56\x61\x2d\xb5\x35\x20\xbd\x69\x5a\x6a\x6b\xeb\x63\x0b\x2e\x36\xd9\xc2\xd2\x11\x07\x19\x68\xa8\xc2\x22\x54\xa1\x16\x34\x5c\x43\x15\x84\xe8\x8c\xf7\xad\xb2\x06\x7c\x3a\xe3\xad\xb2\x76\x7b\x96\xd6\x2b\xda\xac\x99\x42\xe8\xa0\x6c\xd2\xcc\x75\xab\xc0\x79\x80\xbf\x55\xe0\x80\xd0\x13\xcc\xa4\x99\x42\x78\xa9\x64\xd2\xcc\x75\x2b\x9d\xc9\xb2\xb3\x6e\xa5\xf3\xed\xc9\x16\x41\x76\x2b\x9d\x6f\x6f\x12\xc8\x5a\xbf\xcc\x3e\x29\xc4\x86\xb0\xb8\x3d\x2d\xde\x9e\x16\xc9\xc8\xb0\x6e\x4f\x8b\xb7\x91\x3c\xe1\xaf\x2d\x49\xec\x33\x87\x43\x4e\x71\x7b\x59\xac\xef\xb4\x49\x2a\x85\x24\x4b\xc3\x32\x49\xe5\xba\x95\x81\x04\x1e\xaf\x5b\x19\x08\x98\xb8\x61\x99\x30\x72\x99\x1d\xf2\x93\xec\x66\x87\x14\x7a\xa0\xfb\x98\x1d\x52\xe8\x5a\xdd\xcc\x0e\x29\xf4\x0e\x3f\x31\x32\x44\x08\x59\xa2\x91\x21\xcb\xc8\x90\x4f\xfe\x1b\x19\xb2\xcc\x56\x98\xbc\x89\xb9\xcc\x56\x28\x24\xaf\x2b\x2c\xb3\x15\x2e\xd3\xff\xa5\x8b\xcd\xc0\x8d\xf5\xa5\xff\xe3\x8e\xd4\xf4\x7f\x42\x49\x7d\xdf\x8d\xe5\x58\xc4\x72\x54\xe2\x09\x97\xb1\x1c\x42\x04\x0c\xc5\xf4\x7f\xc2\xfb\xe5\x0e\x6d\x97\x46\x92\x06\x44\xe1\xa3\xce\x6f\x96\xc0\x74\x01\x9a\x25\x50\x08\x32\x59\x2f\x03\x43\xd6\xf3\xcd\x28\x3b\xde\xb8\x0d\x21\x88\xb4\x58\xc6\x6d\x08\x25\x7b\xf6\x5f\x17\xd9\x4f\xfd\x7e\x59\x27\x96\x80\xf4\x48\x62\x8a\x38\xad\x98\x1e\x50\x88\xca\x36\x34\x3d\xe0\xf2\x29\xc6\xd4\x1f\xdc\xc4\x7f\x42\x34\xb4\x6e\x13\xff\x09\x25\xb5\x7d\x3d\x32\xfd\x47\x45\xab\xfb\x6b\x5d\x52\xb7\x18\xc3\xa5\xa6\x65\x7e\xc0\xde\xad\x20\x25\x4d\x8b\x31\x0e\x8a\x0b\x20\x4e\x4e\xa4\x8f\xe2\xe2\xf1\xb6\x47\xdd\xc8\x28\x14\xa1\x07\xbb\xce\x20\x94\xf5\x78\xd0\xe1\x25\xd1\x65\x4a\x3f\x21\x3c\xdf\x1a\x84\x22\x44\xc3\xf4\x6a\x10\x8a\xf0\x7e\x59\xa1\x5d\xd2\xf0\xda\x28\x7e\x39\x24\x0d\x8b\x31\x94\x2a\x81\x5f\x4e\xbf\xc3\x3a\xed\x81\x77\xfd\xe1\xc2\xe8\x5f\x17\xc8\x97\x6e\x0f\x5c\xda\x40\x10\x61\xbc\x8c\x5e\x59\x8f\xb6\x6e\x52\x5f\x2c\x73\xfa\x09\xb9\x3b\xe0\x9e\x55\x1e\xc5\x8a\x6a\xfd\xa3\x58\x79\x14\x2b\x55\x92\xf3\x42\xe0\x4b\xc6\x57\x83\x3d\x25\xf0\x85\x64\x94\xcb\xc0\x97\xf5\xa5\xfe\x73\x0e\x94\x34\xe6\xd4\x4b\x4d\x11\x06\xa1\x2c\x82\x50\x2a\x69\xd9\x6e\x83\x50\xee\xcd\x6b\x14\x96\xd6\x6d\xe6\x3a\x21\xd0\x59\x6f\x03\x4e\x6e\x9f\x5d\x4c\x1c\x82\x6e\x63\x44\x84\x80\x49\xdc\x26\x96\xbb\xcd\x0f\x97\xf1\x4e\xcc\x6d\x7e\x38\x41\xe7\xd6\xdb\xfc\x70\xb7\xf1\x20\x66\xd5\xbb\x8d\x07\xb9\xbf\x78\x90\x57\x97\xba\x8d\x07\xb9\x37\x2f\x26\xb0\xc4\xdd\xe6\x6a\x13\x22\xfc\x35\x74\x07\xa1\x18\xf3\x70\x9b\xab\x4d\x08\x5e\x1b\xbd\xcd\xd5\x26\x14\xdf\x89\xbb\xcd\xd5\x26\x44\xb7\x1d\xdd\xb6\xc9\xc1\x78\xeb\xfc\x36\x6c\xe4\xde\x54\xff\x73\xa3\xd6\xb0\x06\xd5\xff\x66\x31\x6b\xd0\x5e\x93\x5b\x42\xb3\x0f\xda\x6b\x0e\x49\x0e\x92\x02\x9f\x14\x27\xf7\x86\xc0\x17\x8c\xf3\xbe\x79\xf0\xfe\x83\x0e\x8b\xbc\x7d\xf6\x5e\x78\xbf\xa4\xbd\x70\x52\x41\x17\xe3\x9b\x37\xf0\x3f\x78\x8b\xd1\x53\x54\x05\x21\xf0\x8c\xbb\x7d\x0a\xff\xf6\x39\xc9\xc4\x77\xff\xf6\x39\x49\x21\xd2\x11\x4f\x7b\xe5\x42\xe2\x51\x9a\xdb\x98\x99\x9b\x98\x99\xca\xdb\x04\xb7\x31\x33\x77\x91\xbb\xe2\x3c\x7c\x17\xb8\xab\xa0\xc3\xf2\x5d\xe0\xae\x77\x91\x47\xe1\x15\x7c\x17\x78\x94\x10\x98\x6c\xee\x02\x8f\xba\x8b\xcc\x07\xbf\x86\xbb\xc0\x7c\x84\x4e\x7c\xca\x5d\x5c\x5b\x45\xae\x82\x7f\xc5\x4d\x38\xcc\x07\xc1\x2b\x13\xb7\x41\x31\x42\x94\x8d\x3a\x5d\x34\x46\xbb\x24\xe7\xf6\xdb\x68\x97\xbb\x68\x53\x20\x72\xe1\x2e\xe1\xaf\xe1\x92\x73\xd8\xd3\xf0\xd7\xb0\x9e\xf0\xe4\xe6\x5d\xc2\x5f\xfb\x16\x08\x5b\xa6\xb8\x40\x8a\x37\x57\xaf\xe6\x7b\x17\x17\x48\x71\x37\x3b\x0b\x25\xec\x02\x51\xff\x44\xbb\xdd\x85\xdd\x7c\x17\xdd\x6f\xdc\x32\x05\x2d\x51\x88\x6a\x17\x5c\x5a\xc5\x43\x23\x8e\xde\x77\x71\x6d\x95\x34\x89\x1e\x43\xe9\xa2\x01\xf2\xb4\xb9\xae\x99\xe2\xe5\x0d\xaa\xef\x5d\x5c\x34\xc5\x37\xf2\x1c\x70\xd7\x4c\x31\x53\x5b\x50\xa7\x6b\x06\xc8\x13\x36\x60\xd2\xbb\xbb\x68\x3b\xc1\x43\xfc\xf6\x2d\x4d\x21\xe2\xb0\x98\xfd\xcc\xaf\xb5\xac\x8f\xfc\x5a\x8b\x39\xd9\x39\x40\xe2\x0b\x79\xb2\xad\x88\x21\xfa\x60\xdf\x70\xbd\xbe\x0d\x25\xba\x09\x25\xaa\xbc\xc6\x7d\x1b\x4a\x24\xbc\xc5\x4e\x68\x45\x9a\x7d\x6f\x90\x76\x49\xbb\xc5\x2a\xb4\x43\x1a\x16\x37\x36\x82\xe1\x45\x37\xe1\x43\x6f\xb1\x5f\x3f\x6a\xdf\xe6\xeb\x13\x12\x63\xe4\xbd\xcb\x49\x81\x7d\xdb\xfc\x65\x59\x29\x90\x3c\x9a\x74\xef\xd5\x36\x55\xdb\xf4\xca\x8c\x7b\xaf\xb6\x89\x8b\x0f\x92\xad\xde\x7b\xb5\x4d\x5c\x7c\x60\x6f\xbe\x77\xce\xae\xf7\xfe\xaa\x9f\xef\x97\x56\x7a\x49\x23\xb6\x24\xfc\x72\x48\xe2\x7d\xbb\xce\x38\xa0\xab\xdc\x04\x3e\xed\x1b\xcf\xe4\xdc\xbb\xec\x7b\xf7\x91\xc8\x6e\x33\xec\xd4\xab\x5a\xbc\xc5\xf8\xb4\xd9\x5c\x53\x30\x76\x06\xbf\xd9\x5a\x32\x23\x71\xb3\x75\x1b\x2b\x75\x93\x97\xf0\xfd\x92\xa6\xa1\x53\x08\x3d\x37\xbf\x0c\x49\x58\xe4\x5f\x6d\xeb\x36\x56\x4a\xd8\x37\x9c\x15\xef\x5d\x91\x01\x24\x17\x24\xf7\xde\xec\x54\xb3\x53\x74\x40\x21\x42\x44\xd5\xfb\xa5\xbf\x66\xa7\xbc\xb3\xd8\xfc\xb1\xaf\x53\xbe\xe1\x4f\x3f\xbb\x33\xf5\x0a\x8c\xf7\x4b\x2a\x50\x62\x00\xc1\xd3\x13\xf7\xae\xc0\x20\x8b\xe2\xbe\xe1\x89\x70\x9b\x45\x51\xe8\xf8\xad\xde\x66\x51\x14\xde\x62\x4c\x95\xdc\xe5\x7b\x69\xb5\xf3\x6b\xf1\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe2\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xbe\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\x9a\x0a\x49\x0c\x92\xef\x24\xb5\x4f\x63\x3b\x8d\xad\x0b\x8d\xed\xa5\x35\xae\x1f\xcb\xe3\xd2\x1a\xea\xb1\xbe\x4c\x05\x5a\x23\xb0\x3f\x12\xd5\x5c\xe8\x59\x60\xbd\xa2\x80\x77\x8a\x24\x8c\xad\xab\x59\x3a\x4a\x6b\x04\x56\xf2\x51\x16\xc6\x16\x90\x3e\xa4\x76\x1b\x52\x48\x5c\xd7\x95\xb9\x29\x4d\xb2\x4b\x21\x37\x73\x03\x8a\x64\xa7\x48\xa6\x56\xa6\x42\xd8\xb5\x71\xf3\x16\x5a\x17\x58\xa9\x84\x59\x68\x5d\x15\x0a\xd7\xf5\xfb\x19\x21\x8a\x44\x7e\xc7\x24\xe9\x2d\xf9\x1d\xc1\x4c\x41\xbb\x92\xdf\x11\xac\xd4\xcb\x2c\xf9\x1d\xc1\x4c\x98\x73\x49\xef\x58\xe1\x83\xed\x8f\x04\x52\x17\x3e\x58\xdd\x7c\x30\xb3\x8f\x6a\x09\x1f\xec\xc8\xf7\xa6\xc2\x07\xab\xe4\x6f\xbc\xae\x24\xdb\xc9\xd2\xf3\x45\xf4\x24\x4a\xcf\xa3\x8f\xb1\xc6\xea\xf9\xb2\x08\xa2\xcf\xc2\x17\xbb\x61\x25\xfc\xa4\xb0\xc6\x2a\x74\xb0\xfd\x91\x70\xe8\xc2\x07\x03\x63\x9c\x9a\x7d\x89\x4c\xab\x3c\xee\x93\xd6\x79\xd2\x3a\x31\x61\xd0\xc1\xc0\xd5\x2c\x97\xd2\x3a\x81\x19\x1a\x56\x3d\x69\x9d\xe7\xa5\x61\xae\x66\x79\x36\x2a\xe6\x49\xc5\xc4\x34\xc1\x1a\x03\x33\xdf\xc7\x0a\x6b\xac\xc2\x1a\xbb\xae\x5c\x91\xe9\x82\x3a\xb4\x53\xb3\x45\xf4\x49\xb3\xbc\x64\x14\x31\x30\x86\x91\x64\x47\x86\x02\x76\x35\xcb\x4d\x4f\x5d\x90\x0c\x76\xee\x11\xe9\xc1\x65\x19\x5c\xcd\xf2\xb8\xa7\x07\x51\x51\x39\x96\xc3\x93\x3e\x49\x35\xe0\xfd\xf1\xc8\xe6\xa9\x1c\x30\x98\x89\x7a\xad\xe7\xd0\xf9\x11\x95\x9b\x28\xdd\x7a\x0e\xef\x2f\x1f\x1f\x43\x35\xac\x27\x63\x22\x30\x96\xd7\xc7\x98\x78\xd2\x14\xdb\xdd\xec\xbe\xe9\xd5\xf9\xc4\x43\x17\xaa\x1a\xc0\x3e\x2e\x4c\xb5\x0a\x2d\xed\xba\x32\x9d\x1f\xc6\x23\x3c\xf9\x14\x6a\x29\xb4\x34\x70\x35\xf3\x6b\x45\x96\xcf\xec\x51\xb9\x98\x6a\x95\x7a\xc5\x57\xb3\x8c\x38\x1d\x10\x98\x71\xd9\x16\xbe\x19\xd8\x1f\x09\x40\x2f\x84\x33\xb0\x8e\x98\x48\xf8\x66\x15\x72\xd9\xd5\x2c\x43\x49\x07\x04\x56\xa2\xbe\x0a\xb9\x0c\xec\x8f\x84\xa0\x16\x72\x19\x98\xcf\xa7\x66\x46\x77\x19\x5d\xdd\xa2\x17\x02\xeb\x70\x03\x7a\x21\x70\x35\xcb\xf3\x52\x0c\x4f\x69\x75\xb3\x93\xe0\x9b\x55\x88\x64\x57\xb3\x4c\x10\x5a\x20\xb0\x0e\xaf\x8f\x16\x08\x6b\xec\x6a\xf6\xf7\x47\xed\xc2\x2a\x03\x2b\x59\x66\x2b\x0c\xb3\x1b\xae\x5f\xf1\x9c\x46\x5f\x4a\x09\xaf\x97\x9d\x12\x58\xc9\xa7\x51\x78\x66\x60\x7f\x24\x44\xb5\x30\xc9\x2a\x4c\xb2\x23\xee\x90\xc2\x24\x03\xeb\x48\x67\x10\xc9\xc0\x3a\x36\xa2\x9d\x68\x4f\xff\x9e\x11\x3d\x89\x32\x80\x19\xfa\x17\xf5\x12\x58\xac\x42\x6c\xb3\x0a\x8d\xec\x7a\x0a\xcd\x26\x59\xa6\xe7\xc3\x53\x2c\x22\xdd\x7c\xba\x67\x91\xe5\x8b\xc3\xe1\x9e\x4d\xd4\x9a\xe5\x52\xea\x25\x30\x93\x5e\xa4\x5e\xb4\x4b\x60\x7f\x24\x55\x5a\xbd\xa8\x97\xc0\xcc\xd7\xad\xc2\x36\x03\xeb\x70\x4f\x0a\xe7\x45\x95\x24\x1a\xb5\xd0\xc8\xc0\x4c\xd5\x99\x42\x23\x03\x57\xb3\x23\xb2\x37\xd9\x3b\xbf\xe6\xd1\x3e\x44\xa6\xc0\xcb\xb3\x7d\xc9\x72\xb0\x8c\x61\x8b\x6d\x06\xae\x66\x23\x32\x9d\x8f\xd7\x65\xdc\x3d\xd0\xf9\xf3\xee\xd5\xb5\x74\x90\xd2\xc0\x4a\x69\xd3\x42\x4a\xab\x64\x7f\xdd\x1f\x89\x16\xad\x97\xf3\x4b\x60\x1d\x59\xe9\x2f\xba\x2a\x3c\xb5\xab\x99\x4b\xf5\x94\xf1\xf3\xd4\x4c\x4f\x6f\xc5\x94\xfd\x19\xb5\x0c\xac\x43\x33\x8a\x29\xb0\x3f\xe2\x39\x2d\xd4\x32\xb0\x0e\x5d\x70\xcc\x09\x8d\xec\x6a\x96\x01\x19\xf7\x1d\x2c\x9d\x74\x9e\x66\x0a\x48\x89\x59\x98\x65\x60\x1d\x4f\x3f\x66\x24\xe9\x2a\xaf\x8a\xae\x7a\xdd\xba\x2a\x46\x2f\xb2\x19\x58\x49\x69\x5c\xc8\x66\x60\x7f\xa4\xa6\x6d\xc9\x5b\x5b\x77\xde\xda\x6c\x5c\xf8\x67\x15\xb2\xd9\xd5\x2c\x77\x70\x00\xc3\x36\x7b\x19\x5c\x07\xb0\xc0\x4a\x7d\xe5\x7a\x39\x80\x05\x56\x08\x8a\x85\x7f\x06\x7c\xf9\x2d\xfc\x33\xb0\x42\xd8\x2c\x15\xc4\x2b\xbc\xb2\xeb\x96\x9e\x56\xa7\x52\xb1\x33\x55\xa0\x0a\xb1\x0c\x5c\xcd\x32\x68\xd4\x23\x66\xd9\x3d\x73\xa9\xc7\xd7\xad\xf7\x62\x41\xe3\x8c\xd5\xcd\x19\x3b\xd3\x75\x7a\xef\xc5\xd2\xd9\xa6\x4b\x3d\x5b\x2c\x9d\xc3\x94\xa4\xe3\x42\x06\xbb\x9a\x65\x88\xa8\xa7\xc0\x4a\x2a\xee\x7a\xd1\x4e\x2f\xaa\xc8\x08\x51\x45\xaf\x5b\x15\x65\x63\x44\x06\xab\x90\xc1\x0e\xc7\x67\x64\xb0\x0a\xa5\x6b\x7f\x6c\x39\xb6\xe2\x74\x01\x89\x10\x0a\xa7\x0b\x5c\xcd\xce\xc8\x26\x99\xc7\xdd\x23\x5a\x44\x6f\xcd\x46\x64\x1f\xb2\xcc\xa2\xac\x20\xe9\x73\xeb\xb8\x35\xcf\x5a\x91\x15\x99\xb8\xa2\x57\x44\x4d\xa4\x57\x11\x51\x3c\x81\x95\x44\xe7\x85\x0c\x06\x56\xb2\xe7\x16\x32\x58\x85\xf8\xb5\x3f\xe2\x6d\x2b\xcc\x2f\xb0\x42\xac\x29\xc4\x2f\x30\x92\x1d\xbf\x10\xbf\xc0\x75\xa5\x7b\xea\x67\x74\x51\x12\x06\xd4\x41\x17\x1d\x94\xcc\xfe\x70\x53\x9d\x8a\x92\xd9\xee\x47\xfb\x11\xfd\x34\x4b\xdf\x29\x99\xc0\x4c\xb8\x65\x21\x7e\x55\x58\x5e\x57\xb3\x0c\x07\x53\x07\xcd\xeb\xdc\x88\xf4\xea\xcc\xd2\xd8\xb7\xf4\xca\x09\x2b\x20\x1a\xa1\x70\xba\xc0\x98\xc6\x83\xde\x39\xe8\x9d\xdd\x4d\xe9\x1d\x34\xaf\x14\x67\x2a\x34\x2f\x30\x9f\x7a\xe0\xcc\x15\xe6\xd7\x75\xa5\x5f\xd3\xd1\xc4\x91\xe5\x63\x41\x61\x7e\x81\xab\x19\x99\x8e\x26\x91\x63\xa2\x33\x0a\xf3\xab\x0e\x1a\x2b\x89\x1c\x0b\x67\x0b\xac\xe3\xf5\x4f\x1c\xb2\x51\xba\xc0\x4c\xa6\xf5\x3a\xf8\xfa\x0e\x06\xd9\x1e\xed\x85\xe5\x05\xd6\x71\xa4\x37\xd4\x5e\x58\x5e\x57\xb3\xf4\x86\x92\x0b\xac\x97\x71\xa0\xe4\x0e\x4a\x2e\xc7\x8b\x83\x92\x3b\x9c\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\x96\x6c\xa8\xc0\x4a\xa2\x80\xc2\x91\x02\x2b\xa5\xfc\x0b\x47\xaa\xc2\x91\xda\x1f\xbb\xe1\x5d\xf7\x4d\xb3\x5e\x5f\xb9\x01\x2d\x74\xd0\x42\xbb\x65\x47\x0b\x85\x23\x75\x70\xb5\xe0\x48\x81\x99\x2a\x12\x85\x23\x55\x21\x3f\x5d\x57\xbe\x22\x7b\x91\x65\xb6\xe7\xf4\x26\x95\x73\x85\xe9\x74\x35\xf3\x6b\x8b\x2c\x54\x81\x49\xf4\x26\xd2\x29\xa2\x0f\x91\x91\xbc\x7f\xad\xc8\xc4\xee\xad\x88\xd2\xa9\x93\x5d\x93\xa4\x91\x85\xc2\x04\x56\x72\x89\x15\x0a\x53\x85\x9c\x74\x35\xcb\x1d\xe8\x17\xe4\xa4\x67\x6c\x6c\xe4\x24\xb0\x3f\x12\x81\x5d\xc8\x49\x40\x0c\x50\x21\x27\x55\x88\x48\x57\xb3\x3c\x1b\xc3\x26\xb0\x12\x66\x5b\x88\x48\x75\xde\xfa\x25\x3b\x17\xda\x11\x90\x83\xbd\xd0\x8e\x2a\xac\xa0\xab\xd9\xf5\xfe\xb0\x82\xc0\xa4\xbc\xb1\x82\xc0\xfe\x48\xb9\xb3\xc2\x0a\x02\x2b\x75\x08\x0a\x2b\xa8\xce\x7b\x11\xe7\x40\x8e\xa1\x03\xe6\x19\x53\x18\x43\x07\xac\x47\x26\x03\x86\x4e\x9d\x2c\x91\xd4\x57\x2a\x74\x1c\x20\x66\xa9\x4e\x96\x48\x60\x25\x7b\x54\x9d\x16\xe9\xe9\xd8\x94\xc2\x46\x85\xb4\x03\xd6\x11\x5d\x82\xb4\x03\xd6\x71\x7a\x0c\xc3\x71\x2f\x5c\xef\xca\xc2\x0d\x0c\x8e\xe5\xd3\xba\x0d\x5c\xcd\xf2\xe6\x2d\xdc\x53\x65\xa6\x98\x5c\xd8\x3e\x60\x7f\x24\x01\x5d\xa1\xfb\x00\xe1\x54\x75\xb2\x4e\xc2\xf6\xb9\x9a\xa5\x0b\x6c\x91\x9b\xee\x73\x68\xe6\xc5\xf3\xea\xa4\xbc\x4e\xe1\xfb\x00\xf1\x54\x75\xd2\x02\xa7\xe3\x5b\x02\xb8\xeb\x74\x7c\x3b\x1d\xdf\x4e\x8f\xab\xf3\x0c\x8f\x84\xc4\xd6\xc9\xf0\x38\x1d\xb8\xcc\x36\x86\xc7\xb9\x3c\x9b\xb5\xc6\xe5\x1f\x58\xc7\xd4\xcc\xb3\xad\xb7\x66\xe9\x3d\x35\x70\x52\x03\x31\x59\x4e\x6a\x20\x30\xe9\xdd\x73\xdd\xcf\x51\xae\xcc\x88\xd3\x0c\x27\xcd\x60\x71\xd0\x0c\x01\x11\x61\x85\x62\x54\xa1\x18\x9d\xc9\x2e\x5e\x28\x46\x35\xb8\x6a\xed\x49\x28\x46\x40\x90\x58\xe1\x10\xd5\x60\x9e\xa4\x7a\x54\xe1\x10\x81\x15\x56\x74\xe1\x10\x81\x75\x64\x29\xe3\x10\xd5\x78\x7d\x5d\x39\x22\xfb\x91\x65\xe7\x8a\xef\x64\xd0\x02\x83\x29\x12\x6f\x07\xa6\x11\x90\x2d\xbf\x30\x8d\xc0\xfe\x08\x89\xa1\x30\x8d\xc0\x0c\xcd\xb0\x30\x8d\xc0\x3a\xb2\x1c\x31\x8d\xc0\x75\xa5\x5f\x3b\xc8\xb2\x33\x66\x9a\x62\x1a\xd5\x38\xcc\x98\xfb\xd7\x74\x2a\xe1\x46\x23\xaa\x6d\x38\x16\x0d\x7e\x92\xf0\x13\x4a\xbe\x78\xb0\x8e\x8d\x68\x10\x19\xb5\x18\x9c\xa8\x46\x40\x1c\x5d\xa1\x1a\x81\xab\xd9\x8c\xec\xbe\x43\xd6\xe8\xda\xfe\x7e\xd7\x1e\x34\xc9\x18\x96\x4e\x4c\x95\xe1\x04\x13\x58\x47\x66\x2c\xd6\x51\x0d\x2b\x9d\x63\x56\x8a\x79\xb0\x0e\x2f\xd7\x4a\x1f\x96\x75\xc2\x24\x0a\xc5\xa8\x86\x35\x9c\xc0\xab\x1a\xd6\x70\x60\xee\xb1\x2a\xb1\x8e\xc0\xd5\x2c\x0f\x62\x0d\x0f\x6b\x38\x1e\xee\x61\x0d\x0f\x27\x8c\xe9\xc7\x0c\xa1\x13\x46\x3c\x9d\xb8\x49\x35\xec\xda\x09\xcf\xaa\x61\xbd\x06\xa6\xaf\x76\xb8\x49\x60\x1d\x71\x48\xe1\x26\xd5\x70\x9c\x48\xd8\x52\x61\x1d\x81\x75\xc4\x0b\x86\x75\x54\x83\xc7\xf5\x69\x32\xda\xb5\x03\xeb\x88\x65\x3f\x2c\xf4\xe1\x38\x91\xb8\x94\x42\x31\xaa\xc1\x3f\x12\x4b\x61\xd8\xdb\x87\xbd\xdd\xa8\x59\xd4\x83\x4b\xf4\xa9\x57\xd6\x66\x40\xbe\xed\xc2\x4d\xaa\xa4\xef\x3f\xf9\xad\x70\x93\x6a\xde\x6b\x33\xfe\xbe\x69\x6d\x4e\x6b\x33\x36\xc6\xb4\x36\xa7\x62\x1c\x4b\xab\x83\xc8\xfc\xcc\xda\x99\x0e\x1d\x81\x49\x45\x4c\x87\x8e\x69\x6f\x0f\x5b\xa3\xa6\x25\x1c\x58\x89\x2b\xa8\x69\x09\x4f\x87\x8e\xe7\x7d\xd3\x0f\x59\x06\xfc\xe1\xa6\x5f\x22\x03\xbe\x74\xa1\xc9\x32\xe0\x44\x96\xf5\xe4\x12\xe5\xec\xc4\x9b\x02\xd3\x87\xde\x69\x71\x4e\xde\x08\xa7\x82\x69\xd9\x4d\xde\x88\x58\x75\xd3\xa6\x3d\x1d\x14\x92\x70\xab\xa6\x5d\x3b\xb0\x8e\x7c\xb4\x98\x0e\x0a\x93\x9b\xe1\xe5\x79\x99\xfb\x01\x79\xf7\x6b\x72\x33\x4c\x27\x80\xa4\x9c\xad\xe9\x04\x30\x9d\x00\x62\x71\x4e\x27\x80\xd4\x26\xb8\x9a\xe5\x0e\x3e\x6e\x04\xd6\xcb\x50\x72\x89\x4e\x6e\x86\x44\x94\xd7\xe4\x66\x98\xdc\x0c\xd9\x67\xa7\x45\x3a\xed\xf7\xaf\x9d\xcc\x1d\x18\xed\x31\x01\xa6\xfd\x7e\x5a\xb8\x09\x3c\xaf\x69\xe1\x4e\x0b\xd7\x04\xb1\x70\xa7\x85\xfb\xca\x8a\x44\x41\x03\x73\x44\xa1\x4f\xfb\xf1\xb4\x96\x5f\x39\x80\x4f\x6b\x39\x20\x61\x69\x4d\x6b\x79\xda\x68\x5f\x99\xe3\xea\x2a\x80\xf9\xcc\xf2\x53\x57\x01\xec\x8f\xd7\x8b\xcc\x44\xb2\xd1\xe6\xdc\x3b\x2d\xdc\x69\xa3\x7d\xbd\x3c\x88\x2e\xe4\xa3\xeb\x6e\xdc\x6c\xb4\xd3\xf7\x7c\x93\x86\x05\x3e\x85\xc9\x1f\x1e\xcd\xd4\x8a\x6b\x60\x98\x46\xd6\xf2\x64\x0c\xa7\xfa\x58\x61\x97\xd5\xb4\xae\x32\x9f\xb1\xcb\x2a\x4c\xac\xfd\xf1\x8a\x61\x8a\x89\x05\x46\x6a\xd0\x14\x26\x56\x2d\x13\xd5\x87\x0b\xbc\x28\x30\x9f\x31\xad\xf1\xa2\xc0\xfe\xf0\x2d\x10\x31\x0a\xe0\x36\x17\x62\x14\x98\x3e\xba\x22\x46\xd5\xba\xa7\xf8\xd4\xec\x4d\xf6\xce\x95\x7b\x44\x1f\xa2\xaf\x66\x9e\xe3\x7e\xb6\x5f\x3c\x69\xe9\x15\xbb\x34\x70\x35\x3b\x22\x6b\xb2\xb8\x4f\xfc\x1a\xaf\x7f\x00\x77\xba\x96\xa3\xf0\xba\x17\xc7\x24\xdb\xc9\xf6\x34\x7b\x45\xf4\x24\x7a\xc6\x4b\xe4\xc7\x0c\x07\xb7\x9c\x0f\x51\x38\x55\x60\x9e\x4f\x22\xc3\xe1\x33\xa5\x0f\x17\x38\x55\x60\x26\x58\xb9\x70\xaa\xc0\xe2\x95\x5b\xb6\xc6\xe5\x78\xec\xeb\x03\x9a\x15\x98\xf3\x41\x64\x38\xee\x25\x94\x59\x84\xc0\x04\xa6\x2f\xda\x08\x4c\x60\x7f\xf0\xe5\x62\x30\xd5\x5d\x94\x22\x56\x3f\x02\x13\x58\xd3\xe0\xb2\xa2\x03\x43\x50\x08\x02\x53\x2d\xeb\x91\x7b\x1c\x81\x09\x8c\x35\xff\x3e\xfd\x78\xe1\x37\x81\xc9\xa0\xc1\x6f\x02\xd7\x0f\xe7\xc9\xad\xe0\xc0\xda\x72\x66\x44\x70\x02\x6b\x33\x89\x2d\xe0\x00\x2a\x7b\x2d\x0b\x78\xcd\xbb\xcb\x79\x91\x16\x30\x1a\xd4\x30\x9f\x2c\xe0\xe5\xc3\x26\x7d\xbe\xec\xa9\x01\x8c\xf7\x5a\x16\xeb\x72\x38\x76\x74\x40\x8d\x02\x33\x39\x8d\x0b\x35\x0a\x5c\xcd\x72\xa9\xb5\x89\x1b\x95\x20\xd1\xc2\x8d\x02\x6b\xb3\x24\xec\xbc\x81\xc5\x95\xba\xec\xbc\x81\x95\x04\x48\xb5\x98\xd8\x81\xc5\x2f\xbb\x7c\xd2\x58\xf6\x67\xfe\x7d\x0c\x2a\x80\x8b\x5f\x18\x54\xb5\x58\xdd\xbe\x22\x61\x50\x81\x95\xa2\xe2\x85\x41\x05\xae\x66\x19\x6f\x66\x77\x40\x6e\x82\xc2\xa0\x02\xfb\x83\xb7\x0c\x85\x0a\xcc\x2d\x9b\x0f\x06\x15\x58\xfc\xb7\x18\x54\x15\x06\xd5\x99\x52\xa0\x85\x41\x05\xe6\x16\xdb\x04\x81\xaa\xde\x8e\xe8\x3e\x47\xbc\xed\xf6\x81\xc5\x7d\xfb\xb6\xdb\xbf\x19\xe7\x3e\x77\x60\x50\x81\xc5\x19\x8c\x41\x05\xe4\x1c\xa8\xb7\x9d\xfd\x8d\xa6\xfa\x24\xfa\x10\x79\x77\xd9\x8d\xde\xb6\xec\xb7\xba\x94\xd1\x70\x6f\x96\xf8\x9b\x25\xce\x1b\xfc\x66\x89\x07\x16\x37\xef\x9b\x25\xfe\x66\x76\x73\x54\xbf\x29\xcc\xc0\x18\xfa\x4e\x5f\xaa\x97\x32\xef\x2b\x07\xd1\x74\xe5\x11\x99\x1e\xc4\x12\xdf\x0e\x8f\xa6\x07\xf7\x62\x89\xba\x41\xc7\x02\x53\x88\x91\xf2\x20\xf5\x66\x93\xb2\x09\xde\x6c\xd2\x37\xaf\x77\xa6\x07\xd2\x56\xbd\xef\xd5\x32\xfc\x9a\x07\xc9\x6a\x31\x3d\xde\x56\xcb\xfb\x5e\x06\x39\xad\x20\x72\x81\xc9\x2d\x80\xc8\x05\xf6\x07\x5b\x5f\xcd\x10\x30\x42\xd7\xab\xb7\x65\x10\x98\xa9\x43\x5f\xaa\x88\xd4\x7b\x1d\xae\xd4\xcc\x18\x25\xbb\x59\xb2\x45\xd7\xdb\xb1\xf2\xcd\xb4\xb4\xc7\xbe\x4d\xb6\xc0\x10\x5a\x87\x3c\x56\x21\x8f\x9d\xa1\x49\x17\xf2\x18\xb8\xae\x5c\x91\x6d\x64\xf9\x82\x9b\x15\xf4\xf1\x85\x2c\x55\x44\xf6\x47\x32\x48\x97\x2a\x22\x60\x8e\x3c\x9a\x2a\x22\xf5\x31\x01\xcf\x68\x2c\x25\x43\xc0\x14\xc8\xf0\x31\x01\x3f\x42\x70\xce\x74\xe1\x63\x82\x04\xa6\xb7\xfc\xb1\xc7\x7e\xcc\x99\x73\x23\x73\xd3\xc3\xa6\x92\xc7\x35\x67\x3e\x5c\x38\x67\xbc\x3f\x1f\x5b\xe5\xe7\xae\xcd\xeb\xca\x2f\x51\x96\x72\x92\xf1\x96\x2a\x22\x60\xf2\x99\xa9\x22\x52\x1f\x1f\xc8\x93\x22\xbe\xb0\xe9\xc0\xe4\xd4\xc5\xa6\x03\x57\xb3\x0c\x92\xad\x32\xb0\xf8\x1a\x3f\xb6\xca\xcf\x79\xdf\x34\x0f\x62\x8f\xfa\xc8\x44\xfc\x74\xa5\x9b\xb2\x23\xc5\x41\x7c\xd8\x91\x81\xe9\xbb\xf1\x87\x1d\x19\xb8\x9a\x65\x2c\x7d\x5b\xff\xc8\x44\xec\x06\x4c\xcb\x80\x1c\xd7\xf5\x61\x5a\x7e\xb8\x6d\xcf\xe7\x8c\xcc\x8b\x49\xc4\x4d\xe2\xbd\x0b\xf9\x0f\xcc\xe7\xdd\xea\x4d\x94\x75\x15\xaa\x4f\xe1\x03\x56\xb8\x7f\x97\x2c\xcf\x61\xc5\x04\x66\x72\x06\xd6\xc7\x29\xee\xe3\xc8\x16\x92\x4d\x7d\x58\x7e\x81\x91\x62\x6a\x85\x22\x58\x1f\xc6\xda\x19\x4b\x04\xd1\xaf\x42\xf4\x3b\x19\x44\x88\x7e\xf5\x75\x94\x49\xf9\xc8\xc2\xea\x03\xd3\x9b\xff\x3a\xca\x7c\x59\x61\x09\xc2\x2e\x0c\xbb\xba\x19\x76\x31\x4a\x31\xec\xea\xcb\xe4\x4a\x3e\xa3\xfa\x52\x21\x81\x35\xfe\x89\x8c\x2a\xf5\x35\xcd\xbe\x0e\x1d\x23\x63\xa8\x66\x08\x58\x29\x89\x50\x78\x7a\xf5\x35\xa7\xc2\x5b\x28\x35\x43\xc0\xe4\x0f\x56\x33\xa4\xbe\x7c\xfb\xa9\x55\x59\x2a\x7f\x80\x95\x04\x11\xf5\xe5\xdb\xff\x8e\xf4\x30\x91\xd6\xf5\x65\xd0\x7c\xef\xe2\xec\x44\x7a\xe8\xc5\x85\x7d\x50\xa8\x75\xf5\xa5\x4e\xc2\xb3\x2c\x75\x39\x80\x0a\x72\x85\xa0\x56\x5f\x6f\x84\x95\x8d\x53\x56\xe1\x94\x9d\x5c\x29\x38\x65\xf5\xf3\x46\x44\xcd\xe0\x94\x81\x25\xca\x10\xa7\xac\x7e\x3c\xb1\xa1\x02\x14\x36\x17\x58\xa9\x1e\x58\xc8\x5c\xf5\xe3\x62\x15\x99\x8a\xb9\x05\x04\x64\x17\xe6\x56\xfd\x7c\xc2\x19\x39\x83\xa2\x69\x81\x3b\x10\x1a\x4b\xab\x7e\x0e\x70\xe1\xff\x16\x4a\x16\x58\x3e\xca\xa1\x64\x81\xab\xd9\x8c\x4c\x17\xee\x1a\x75\x79\x0e\x36\xea\x4f\xf5\x8e\x7c\xe9\xf9\xb1\x51\x7f\xf7\xcb\x5a\x9a\x79\xdc\xa4\xe0\x4b\xda\xdc\xc2\xd2\xaa\x1f\x67\x4c\xd2\x14\xd4\xcf\x62\x0c\x2c\x67\x87\x1f\x1b\xf5\xc7\x20\x4d\x32\xc3\xc2\xc9\xaa\x9b\x93\x95\xd7\x8c\x93\x05\xae\x66\x19\x37\x6b\xf6\x87\x52\x1f\x17\xc2\xcf\x9a\xfd\x79\xf5\x09\xec\x2f\xa4\xac\xfa\xf9\x4e\x31\xb5\xb3\xe1\x04\x94\x92\xa8\x9f\x0d\xe7\xc7\xb7\xc9\x17\xfb\x63\x78\x05\xe6\xf0\x6b\x0c\xaf\xdf\x1d\xad\x9a\x17\xc3\xf0\xfa\xa9\x2b\xbc\xbb\xd0\x48\xf2\x80\xda\x32\xf1\xa3\xc0\x3c\xf3\x35\x03\x3f\x0a\xcc\xe3\x7e\x32\x9d\x8a\x47\x25\xa9\x72\x0b\x63\x0a\xcc\x10\xcd\x0a\x63\x0a\x5c\xbf\x9f\x91\x64\xb1\x05\xd6\xd3\x40\x32\xd8\x7e\xa2\x4c\x92\x91\xb5\xb0\xa8\xc0\x64\xdc\x60\x51\x81\xab\x59\x6e\x6a\x13\xfd\x29\x2e\x11\xeb\x09\x8b\xaa\xc2\xa2\x3a\x3d\x1a\x16\x15\x58\xa9\xa3\x5e\x58\x54\x60\x8e\xbb\xd5\x4e\x94\x18\x8d\xec\x97\xc5\x89\x13\x18\x21\x2a\x17\x5e\x15\x18\x21\xe3\x17\x5e\x55\x95\x5d\x35\x55\x9c\x0b\xaf\x0a\xa8\xf4\x53\x78\x55\x60\xee\x39\xf3\xe2\x55\x55\xf1\xb9\x86\xd3\x5b\xe5\x34\x5b\xf2\xf6\x0f\xa2\x0c\x46\xb1\xe1\xf0\x12\x8a\x0d\x17\xc0\xe1\xab\xb2\x45\x97\xfd\x78\xe6\xdd\x95\xfd\x38\xa0\x8a\x44\x15\x6d\x1b\xb8\x9a\xb9\x74\x90\xa5\xea\x4c\xb4\x47\x51\x01\x65\xbd\xa7\x68\x41\xe1\x5f\x81\xc9\x27\x8f\x7e\x55\x65\xbd\xcf\x9c\x78\xca\x7a\x0f\xcc\x47\x4e\x02\x65\xbd\x17\x0f\x6b\xd2\xd8\x95\x02\x3b\x60\x9d\x71\xe8\x95\x63\x64\x60\x8a\xd7\x29\x0e\xd6\x72\xb2\xe4\x73\xc2\xdc\x02\x33\x1c\xb8\x2a\xbb\x76\x59\xef\xd3\x1b\xb5\xde\x03\xea\xe6\x14\x7e\x57\xd5\xbd\x90\x33\x63\xca\x42\x0e\x4c\x47\xe8\xb2\x90\x4b\x68\x6b\x52\x5e\x56\x39\x01\x06\x26\x2f\x74\x39\x01\x06\xc6\x8a\xf2\x40\xf0\x02\xeb\x74\x4f\x36\x6d\xd9\x8e\xa7\xc9\x60\x3b\x0e\x2c\x9b\x65\xd9\x8e\x03\x33\xf5\x70\x4a\x31\xa0\x2a\x3b\x34\xd2\x47\xd9\xa1\x03\x73\xc4\xa4\x2d\x3b\x74\x60\x9d\x59\xed\xe5\x00\x58\x42\x39\x66\x2c\xce\xe2\xae\x09\x8c\x69\xca\x30\x86\x8b\xe5\x9b\xa4\x55\x55\x2c\xdf\x80\xc2\x86\x55\x14\x51\x58\x69\x57\xb3\xf4\x80\x8a\x29\x55\x62\xa6\x66\x3a\x75\xeb\x93\x28\xf5\xa2\x4f\x02\x61\x6a\xfe\xed\xa6\x5d\xd4\x4d\x89\x70\x4b\x05\x86\x2a\xfa\x26\x30\x96\xe1\xa2\x6f\x6a\xdd\x3d\xcc\x40\xd0\x24\x81\x61\xef\x51\x01\x09\xac\xd3\xd8\x53\x24\x65\xfb\xc4\x60\xc1\x9a\xab\xb0\xe6\xce\x94\x14\x2e\xac\x39\x30\x99\x64\x58\x73\x60\xb1\x5d\x90\xe6\xea\x26\xcd\xe5\x4b\x1b\xd2\x1c\xb8\x7e\x5f\xb3\x17\x59\x46\x2b\x6f\xad\xa9\x8d\xc0\x4c\x2e\x8a\x6a\xbb\x73\x73\x78\x99\x50\xcd\xe1\xd5\x72\x9c\x47\x47\x63\xe0\x55\xd3\x07\x2b\xa7\xfb\xa6\x0f\x5a\x88\x7c\x4e\xb8\xcd\x3e\x6f\xfa\x00\xf5\x45\x6d\x26\xb0\x44\xb4\xa8\xcd\x04\xae\x66\x23\xb2\x41\x36\xe2\x59\x49\xdf\xe9\x83\x66\x91\xad\x8d\xec\x4d\x96\x58\xe3\x98\x09\xcd\xe4\x6a\xb6\xd4\xf2\x20\x6c\xa9\x16\xc0\x9a\x8d\x1d\x3d\xaf\x9a\x3e\x48\x86\xda\x42\xa8\x03\x93\x83\x1f\xa1\x0e\xec\x8f\x64\x2a\xaf\xa6\x10\x5a\xf4\x7b\x2c\xfb\xf6\x49\xa5\xe9\x88\xa4\xf8\x2a\x05\xa1\x80\x2c\x21\x85\x8a\x57\x6d\xf1\x27\x8b\x7a\x21\xd4\x81\xb1\xfc\x9a\xc5\x1f\xf6\xdc\xfe\x48\xe2\xe9\xc2\x9e\x03\xf2\xa5\x16\xf6\x1c\xb8\x9a\xe5\x79\xf9\x95\x54\x7a\x4a\x65\xa3\xc2\x9e\xab\xb6\xd9\x27\xe9\x76\xa1\xca\x55\x73\xea\x26\x89\x6a\x29\xeb\x04\xd6\xe6\x2d\xf0\x09\x85\x17\x27\xad\x6a\xa1\xc5\x81\xfd\x91\x1c\xcd\x85\x17\x07\x64\x42\xad\xa6\x38\x02\x57\xb3\x8c\x9b\xc3\x70\x60\xac\xbb\x99\xe1\xe5\x4d\x12\xae\x8f\x2b\x07\x54\x05\xaa\xa6\x4c\x9a\x32\x49\xbe\xdb\x6a\xca\x24\xb0\x04\xb5\x36\x65\xd2\x22\x58\x93\xac\xa5\x14\x8e\x02\xd3\x17\xab\x66\x75\x04\xc6\x7d\x03\x4a\x22\x30\x79\xe8\x9a\x16\x68\xb6\x83\x6f\xd3\xcd\x76\x08\xcc\x24\xca\xad\xb6\xe2\x9b\xed\x20\x28\x59\x61\x2a\x30\xee\xb5\x6c\xc9\xf7\xbd\xe4\x63\x9d\x20\x00\x56\x08\x80\x67\x12\x22\x34\x02\x20\xd8\x1f\xc9\x3d\xdb\x8f\xac\x79\xb0\x12\x96\xdb\x8f\xac\x79\x30\xc7\xc3\x95\x4f\x22\x6b\xfe\xb2\x31\xfa\x91\x35\x0f\x46\x56\x69\x3f\xb2\xe6\xfb\x21\x04\x3e\x09\xdf\xfa\x11\xfb\x1b\xc8\x50\xdb\x8f\x58\x0f\x40\xc1\xc4\x7e\xc4\x7a\x00\x63\x3d\x66\x44\x6f\x22\x7d\x1f\xae\x2c\xb2\x78\x37\x4e\x1d\xe8\x88\x8e\xbb\x53\xb9\xf4\xd0\xa9\x43\xa7\x8e\x88\x74\x8a\x17\x3d\xce\xa3\x4e\x01\xad\x1b\x66\xf2\x53\xb7\x32\x5a\xfd\xb8\xb5\xc5\x4c\x0f\x0e\x3d\x88\xcb\xfc\xf4\xb8\x87\x1e\xb0\x1e\x92\x66\xae\x11\x22\xc1\xf8\xeb\x4a\xcf\x76\xab\x01\x77\x38\x5d\xca\xbb\x7c\x69\xad\x46\x9b\xec\xc7\xbd\xbe\x2f\x5d\xdf\x38\x92\x60\x6d\xbb\x66\xbf\x88\x12\xee\xbe\xa5\xe0\x45\x3f\x86\x9e\x8e\xf4\x74\x4b\xe7\x87\x9e\xe6\x73\xcf\x16\x4e\x7a\x3f\x86\xf7\x97\x33\xf9\xfe\xca\x80\x0c\x9d\xcf\x31\x20\x89\x7d\x1b\xe1\xb2\xc3\xa4\xbc\xae\x24\xf3\xb8\x71\x42\x27\xb1\x6f\x63\x52\x82\x7d\x4b\x62\xc9\x46\xa5\x04\xf3\xf9\x48\x0f\xa2\x40\x3a\xb5\xbb\xae\x66\x99\x20\xe3\xee\x42\xe5\xd7\xd2\x6c\x9a\x94\x5c\xca\xcf\xb4\x9a\x3a\x95\x70\xd1\xcd\x64\x9b\x3a\x45\x7d\x3c\xd3\xf5\xa9\x4f\x71\x92\x6d\xa9\xbc\xdc\x98\x9a\x60\xa6\xec\x54\x63\x6a\x82\x99\x4f\x42\xfd\x98\x3a\x10\xbd\xb0\x3d\xb6\xbf\x8f\x1e\xef\xc7\xd4\x99\xc9\x39\x9b\x2e\x4f\x6f\x28\xc6\xc5\x16\x3e\x56\x23\x72\x82\x35\x75\x66\xe9\x4c\x3e\xec\x6e\x0f\x2b\x6c\xe9\xcd\x4a\x8a\xdc\x99\x41\x5d\x7a\x93\xb3\xf1\xf6\xb0\x4e\xa2\x4a\x80\x94\xc4\x8d\xb4\xd9\x61\x68\x5e\xcd\xf2\x8a\xde\xee\x90\x95\x1e\x9d\xd9\x18\x9a\xbd\x1d\x6e\x7a\x1d\x4d\x7a\xb3\x02\x02\x33\xb1\x2a\xbd\xc5\xa4\x06\x73\x44\x1f\x6c\xd6\x44\x60\xa4\x18\x45\x2b\x87\xd6\xa9\x71\xb6\x6f\xa1\x11\xf5\x66\x4d\x04\x66\x3c\x8f\xbd\x59\x13\x81\xab\x99\x7b\x2e\xb2\xe4\xe6\xce\x2b\x52\x03\x0d\xcc\x58\x73\xbd\x65\x53\xed\xed\xbc\x6f\x90\x9b\x9e\x6e\x10\xfa\x58\xca\xb2\x35\x52\x68\x87\xda\xb9\x6f\x0f\x8f\x1b\xcf\x03\x98\x31\x8b\x7b\x1b\xae\xcc\xc1\x75\xcf\x78\x6f\xe3\xbe\x32\xec\x2e\x9d\x32\x89\xb7\x7b\x12\x67\x05\x6f\x26\x71\x60\xe5\x73\x78\x6f\x26\x71\x60\x3e\xce\x33\xa2\x2f\xd1\xcf\x95\x19\x8e\x58\xca\x60\x25\x3c\xa6\x31\x4c\xc1\xda\xf7\x3c\xac\x79\x1d\xb8\xae\x4c\xa7\x4c\xec\xc0\x0c\xbb\xab\x37\x13\x3b\x70\x35\xcb\x73\x4c\xaf\x45\xba\xf8\xe9\xd7\xbc\x96\x69\x38\x66\xfa\x3e\x0d\x47\xf6\xca\xe4\x6d\x6d\xdc\x54\xb0\x6f\xb4\x1c\x72\x2a\x98\xcf\x28\x12\xdc\x54\x20\x6d\x6b\xe3\xa6\x76\x68\xa2\xd7\x95\x79\x55\xcb\x73\xe4\xe4\x4d\x53\xe1\x89\x76\x48\xa1\xfb\xb6\x99\x58\xcb\x0d\x72\xa6\x4e\x00\x58\x23\x85\x36\x6a\xe7\x96\xec\xf6\x8d\xda\xd9\xa1\x76\x8e\x94\x2f\x69\xd4\xce\x0e\x27\x73\xdf\x92\x9f\xa3\x77\xdb\xca\xae\xaa\x4e\x26\xf8\x1e\x53\x12\x5c\xcd\x46\x64\x83\x2c\x34\xed\x4d\xb3\x49\xf4\xd6\x6c\x46\xf6\x21\xbb\x96\x72\xe2\x2f\x3b\x95\xe5\xfe\x47\x23\x65\x6e\xb1\x31\x1a\x29\x13\x48\x50\xdb\x48\x99\xfd\x17\x29\x53\x2b\x8f\x16\x83\x33\xa1\xa1\xbd\x1f\x1e\x2d\x5e\xb9\x8d\xca\xc4\xc0\x04\x2b\xe1\x29\xad\x0c\x5d\x87\x80\xb9\x6f\xdb\x2d\x6b\x32\x65\x83\x33\x1e\xa7\xf1\xa0\xf4\x53\xb3\xac\x77\x4a\x3f\xb0\x72\x84\x69\x15\xe1\xc0\xbe\xe5\xb3\x50\x2b\x09\x07\xe4\xce\xed\x9d\xd2\x0f\x48\x8a\xdb\x8a\xc4\x81\xeb\xca\x3c\x87\x55\x15\x98\x89\xaf\xeb\xdd\xaa\xda\x87\x5e\x45\x09\xec\x56\x42\x40\xfa\xdf\x46\x90\x04\xf3\x75\x5f\x59\x44\x59\x1b\x51\x45\xf8\x91\xbd\x4f\x2f\x59\x33\xd3\x39\x30\xf7\x95\xc7\x30\x9b\x77\x1a\x3e\x1f\xd8\x7a\x37\x9d\x03\x8b\x86\xdf\xcd\xe6\xc0\xda\x9f\x5a\x2d\xa2\xcc\xe6\xa7\x56\x6f\x22\xaf\x3d\x6f\x85\x06\xdf\xa5\x0d\x36\x40\xd3\xf3\x2f\xc3\x9d\x05\xbf\xd3\xe0\x81\xb5\xef\x44\x86\xdb\xd2\xc8\x77\xad\xc6\x7c\x04\x2b\x31\xc7\x8d\xf9\x08\xae\x66\x79\x0e\x4a\x3d\xb0\x12\xb0\xdb\x0a\xda\x75\x08\x8c\x57\xb3\x3c\xc8\xf2\x6c\xb7\x31\x48\x74\x3f\xdb\x4f\xb3\x74\x61\x19\x5c\x74\x25\x53\x61\x99\x44\xf7\x42\x8b\x6e\x46\x74\xec\x10\x1d\x47\xa8\x3d\x8d\xe8\x08\xa6\xad\xf8\xc9\x16\x0c\xac\xfd\x32\x7a\x1b\xf5\xb1\x9f\xf7\x72\x8c\xba\x56\x0b\x0f\xcc\x54\xa5\xef\xa7\xe5\x18\x9e\xe3\xd5\xec\x15\xd9\x24\x43\xed\xd1\x6c\x11\x2d\xcd\xce\xc8\xde\x64\x51\xba\x2f\x37\xfd\x10\xe5\x55\xbd\xdc\xf3\x4b\xd4\xae\xfc\x27\xb6\x6c\xd4\x48\xb0\x52\xc4\xbf\x31\x23\x3b\x54\xc3\x7d\xdb\xb2\x82\x71\x0d\xc1\x08\x29\xbf\x9f\xa7\x4e\xc7\x6b\xba\x25\x5b\x77\x63\x07\x82\x95\x0f\x1d\x8d\x1d\x08\xf6\x6d\xbf\x65\x06\x22\xd1\xb0\xc9\x59\xd1\x4f\x2b\x27\x30\x13\x8c\xd8\x38\x84\x60\xa5\x84\x70\xe3\x10\x82\x95\x14\x8f\x8d\x43\xd8\x21\x02\x5e\xbf\x1f\x99\x95\x83\xe2\xb7\xd1\x5e\x28\x7e\x60\x85\x08\xd0\x28\x7e\x1d\xca\xda\xbe\x25\xeb\x74\xe3\xac\x81\x99\xaf\xb3\x8d\xb2\xd6\xa1\xac\x0d\x1a\x02\x65\xad\x5f\x5e\xf8\x7e\xee\x91\x1d\x64\x39\x55\x1f\x8f\x88\x4e\x22\x37\xc8\xfe\x8c\x2c\x06\xd6\xcc\xb6\x85\x2c\xd6\x2f\xa6\xc3\x3e\x34\x1b\x64\x39\x7c\x67\x6d\x62\x81\x81\x7d\x4b\x4a\xad\x46\x03\x03\xe3\xaf\x5f\x7b\x13\xbd\x35\x7b\x45\xf6\x21\x4b\xa5\xe8\x97\x5f\xfb\x12\x7d\x35\x3b\x22\xfb\x91\xe5\x3c\x77\xba\x32\x4b\x07\xe5\x6b\x4b\x7c\x73\xa3\x7c\x81\x45\x2f\xa1\x7c\x81\x7d\x4b\x25\xfe\x0e\xff\xeb\x86\x99\x2f\x0f\x8d\x05\xd6\x48\x5a\x5b\x52\xb5\x34\x92\x16\x58\x89\x32\x6f\x24\xad\x7e\x51\xa3\xc9\x2c\xd3\xb8\x56\x60\x25\x49\x55\xe3\x5a\x81\x7d\x0b\x7b\xa4\x71\xad\xc0\x4c\x92\xe0\xc6\xb5\xea\x17\x35\x14\x0e\x6f\x23\x1c\x81\xb9\x7b\x36\x6a\x28\x7c\xa3\x7d\x4b\xb6\xeb\x46\x38\x02\x32\x30\xf5\x6b\x19\x5e\x6a\x28\xdf\xdf\x5a\x91\x2a\xb0\x52\x5a\xa9\xd1\x92\x1a\xe1\x68\x4b\x1e\xe5\x46\x38\xea\x10\x8e\x46\x82\x6b\x1b\xe1\xa8\x0f\x13\xe9\xf9\x7a\x45\x76\x90\x25\xfd\x64\x86\x17\x07\x09\x5c\xcd\x56\x64\x83\x2c\xe9\x34\xd2\x53\x1c\xa4\x3e\x18\xb4\xcf\xcc\x41\xec\x1f\xb0\x46\x66\xea\x61\xd3\x0e\xec\xdb\xd3\x1d\xec\xda\x81\xc5\x92\xc4\x11\x02\x23\xe5\x26\x1b\x47\x08\xac\x90\x95\x1b\x47\xa8\xb1\x7a\xb6\xa7\xe7\x30\x69\x02\x2b\x8e\xf5\xc6\xea\x69\xac\x9e\x2d\x89\xf5\x1a\xab\x07\xac\x91\xa3\x2b\x56\x0f\x90\xcb\xaa\x15\x6f\x6a\x6c\x9a\x2d\x41\xa5\x8d\x4d\x03\xd6\xb8\x45\xf7\x0d\x92\x28\x34\xbb\xc3\x31\x0c\x2e\xab\x20\xa5\xe5\xfa\x60\x15\x04\xd6\xf0\x18\xac\x02\xd5\x96\xce\xa7\x2b\xdd\x93\x52\x79\xe6\x98\x8a\xe0\xd2\x87\xed\x38\x81\x95\xad\x18\x11\x58\xe3\x6e\x66\x88\x62\x5c\x8e\x71\x46\x64\x88\xa8\xa3\x24\x6c\x6a\xd5\x83\xc0\xca\xa7\xd8\x56\x3d\x08\xec\x5b\x2a\xaa\x36\x32\x0b\x98\x61\x56\x35\x32\x0b\x90\x66\xab\x55\x0f\xea\xc3\xd4\x7d\x69\x66\xea\x1e\xa6\x6e\x4c\x66\x5c\x16\xb0\x6f\x89\x84\x6c\x64\x16\xb0\x12\x20\xd0\xc8\x2c\x7d\x50\x8b\xaf\x2d\xbf\x46\x2d\x06\x56\x32\x12\x37\xe2\x4a\x87\xb8\x32\x5e\xd9\x12\x10\x57\xc0\x75\xe5\x8a\x6c\x23\xcb\x80\x47\xd7\x2b\xee\xd3\xa7\x49\x1f\x3f\x65\x63\xae\x80\x95\x0f\x8b\x7d\x9a\xf4\x81\x95\xd0\x93\x56\xdc\x07\x5c\x57\x92\x4d\xb2\xa4\xa5\x5d\x7e\x6c\x11\xe9\x68\xb4\x38\x82\x0b\x58\xf9\xe0\xde\xa7\xed\x32\x30\x99\xa0\x8a\xfb\x80\xeb\xca\x33\xb2\x22\x33\xe0\xd7\x48\xaa\xe4\xd3\xa7\x15\x94\x28\xd0\x56\xa3\x07\xac\xf8\x9d\x5b\x8d\x9e\xc6\x6f\xd9\x5e\xd9\x87\xf0\x5b\xc0\xca\x37\xcf\xc6\x6f\xe9\xd3\xda\x78\x3d\x5f\x7f\xbf\x6d\x2b\x8a\x03\x56\xf2\x34\xb5\xa2\x38\x60\xdf\x12\xaf\xd9\xa7\xb5\x13\x58\x33\x33\xea\xa4\x95\xc3\x61\xb9\x9a\x65\x08\xb9\x51\x02\x2b\x9f\x49\xfb\xe4\x46\x09\x48\x62\xd6\xa7\x45\x77\x5a\x4e\x61\x9e\xb6\xca\x36\x40\xe6\xb4\x56\xd9\xa6\x4f\x76\xc1\x2b\xa6\xb2\x32\x36\x60\xcd\x18\x60\x48\x32\xe0\x6a\x96\x81\xa0\xf7\xb1\x64\x92\x99\xa4\xb1\x64\xc0\xfc\xab\x95\x11\xb4\x38\x93\xb9\xbb\x91\x58\xfa\xb4\x38\x93\xd4\xa7\xf1\x4e\xc0\xca\x57\xdd\x56\x78\xa6\x4f\xc7\xbc\xa4\xa4\x69\xbc\x13\xb0\x46\x0e\x8d\x68\x27\x60\xdf\x92\xd0\xa5\xf1\x4e\xc0\x4a\x20\x63\x9f\xdc\x1d\xa1\x9d\x5c\xcd\xf2\xbc\x16\x71\x60\x85\x7d\xd6\x0a\xd4\x80\x95\xcf\xc6\xad\x40\x4d\x9f\xdc\x1d\x49\xd5\xd2\x27\x6b\xf9\x94\x01\x30\x7b\x1e\xc2\x4a\x9f\x2c\xe3\x24\x3f\xe9\x93\x65\x1c\x58\xc9\x38\xd7\x08\x2b\x60\x25\x4c\xa9\x11\x56\xc0\x72\xca\x53\xd9\x06\xec\xdb\x4b\x47\x69\x84\x80\x14\x71\x8d\xd6\x02\xae\x66\x2e\x35\x3f\xec\x6f\xb7\x48\x3f\x99\xd9\x49\x48\xd1\x27\x33\x3b\xb0\xf2\x55\xaa\x51\x5d\xc0\xd5\x2c\xf3\x88\x2e\xc1\x75\x99\xd1\x42\xb8\x2e\x1d\xae\xcb\x08\x1d\xa3\x71\x5d\x7a\xbc\x0c\x51\x34\xe4\xa0\x38\x02\x2b\x5f\xd6\x1b\xfd\xa5\xc3\x6b\xb9\x9a\x9d\x91\x2d\xb2\x58\x89\x1b\xd1\x9b\x48\xaf\x96\x4b\xbf\x64\xb1\x28\x62\x3d\xe0\xba\x80\x11\xf6\x48\x0f\xab\x3f\xbc\x93\xeb\xca\x3c\x87\x6d\x70\x88\x80\x8b\x9a\x53\xe2\x06\xec\x5b\x72\x65\xf4\xb0\xd4\x87\x00\x8a\x1c\xab\xd1\x53\xc0\xd5\x2c\x37\x65\xb0\x05\x64\xd6\xeb\xc1\x5e\x0b\x4c\xc7\xb0\xc1\x5e\x1b\x42\x56\x72\xea\x1d\xcc\xb5\x41\x6f\x24\x5c\xb4\x07\xc5\x30\x28\x86\x95\x2b\x29\x86\x41\x31\x24\x5c\xb4\x07\xc5\x10\x58\x6c\x33\x05\x79\x3a\x24\x96\xab\x59\x7a\x75\x7a\x8e\x10\xde\x92\x93\xaf\x95\xd5\xe9\x41\x0b\x1c\x46\x97\x16\x18\x36\xd5\xac\x83\x41\x0b\x60\xae\x6c\x89\x86\x6c\xcc\x15\xb0\xe2\x93\x6f\xcc\x15\xb0\x6f\x21\xa5\xf7\x60\xc2\x05\xd6\xc8\xa4\x47\x66\xe9\xc1\x9a\x4a\x00\x63\xe3\x60\x74\x38\x18\xe3\xcc\xe3\xe2\x60\xf4\x34\x67\xc2\xe8\xe8\x69\xce\x04\x66\xe8\x3a\x8d\x96\xd1\x08\x17\x5b\xd8\x15\x8d\x70\x01\x56\x62\xe7\x1a\xe1\xa2\x11\x2e\xb6\xf0\xc5\x1a\xe1\x02\xcc\x7c\x29\x6a\x84\x8b\x9e\x8c\xfc\x50\xde\x1a\x6d\x02\x8c\x14\x10\xed\xc9\xc8\x9f\xaa\x7b\x3c\x89\x3c\x1a\x87\x4a\x58\x5f\xad\x4e\x0d\x58\xe7\x43\xb3\xbc\x98\x79\xbf\xbf\xac\x2b\xdc\x07\xb0\x12\xc3\xd7\xa8\x0f\x60\x9d\x99\x80\xa8\x0f\x60\xdf\x42\x40\xe9\x79\xea\xe8\xa9\x56\xf5\x19\x91\x8e\x0e\xc3\x96\xdd\x7d\x7a\x7f\x81\x79\x3f\x1a\xa3\x68\x72\x7c\x27\xe7\x77\x4f\xba\x78\x4a\x4e\x1f\x45\x39\x9d\xd1\x26\x9f\xe1\xb9\x91\x19\xa3\xf8\x0c\xcf\xe8\xb6\xc9\x67\x88\x21\xb1\xa5\xc0\x67\x63\x48\x80\x75\x3e\xdc\xf4\x47\x54\x9a\xa5\xa7\x66\x43\xe0\x92\xe5\x79\x79\x0d\x03\x72\x94\x37\x86\x44\x4f\x1e\xc2\x44\x9e\xf5\xe4\x21\x9c\x4a\xf5\x1a\x5e\xdb\xc4\xe4\x21\x4c\x59\xd1\x9e\xf6\x89\xe9\x33\x7c\xb6\x7c\x44\x8a\x9e\x94\x7d\x38\xe8\x8d\xfb\x00\xd6\xb9\xfd\x7d\x30\x5a\xa3\x46\x80\x75\x77\xda\x5e\x30\x19\x6f\x09\x3f\xec\x49\x57\x07\xa6\x4f\x0c\xca\xff\x74\x0a\xfb\xec\x5b\xc2\x0f\x5b\x65\x1f\x30\x96\xe9\x4e\x07\x4f\x0a\x37\x5f\xac\x5b\x1d\x1f\x20\x97\x7a\x63\x55\xf4\x62\xe7\x9c\x39\x9e\xa8\x5c\x03\xe6\x96\xa3\x88\xca\x35\x60\x19\x1a\x95\x6b\xc0\x32\xf6\x0a\xd7\xf4\x72\x30\x4d\x6a\xed\x56\x33\x06\xac\x33\x9a\x03\x5b\x02\x8c\x7c\x11\x6f\x6c\x89\xc6\x96\xd8\x92\x33\xbb\xb1\x25\x80\x64\xec\x8d\x2d\x01\x56\xa2\x42\x1b\x59\xa2\xb1\x14\xb6\x24\x1d\x6c\x2c\x05\x20\x3f\x7b\x63\x29\x80\x7d\x4b\x88\x4c\xa3\x29\x80\xf9\x1c\xae\xf4\x68\x8c\xa2\x04\xdc\x34\xe6\x02\x58\x09\x1e\x6d\xcc\x85\x4e\xb5\x97\xab\x59\x3a\x7f\xde\x0f\x92\xba\xe2\x19\x6f\xd5\x5e\x7a\xdd\x73\x36\x1a\x0c\x27\xa0\x17\x03\x25\xe9\x9f\x7b\x99\x79\x4b\xfc\x47\x0c\x94\x65\xe2\x61\x00\x6c\xe7\x72\xa9\x6e\x4d\xdd\xd2\x4c\xb7\x38\xe0\x92\x8b\xb9\x05\xe8\x83\x95\x98\xd8\x16\xa0\xdf\x8b\xfd\xe0\x23\xe5\x62\x3f\x04\x64\xa7\x6f\xf5\x4c\xc0\xbe\x8d\xac\x58\xe1\xf8\x60\x25\x35\x75\x0b\xc7\xef\x45\x09\x8f\x4c\x5e\x71\xf0\xfd\xa6\x71\x53\x12\xa3\x95\x0d\x01\xeb\xcc\x81\x5e\xd9\x90\x7e\xd3\xb8\xc9\xfd\xd8\x6f\x1a\xf7\x4d\xe3\x3e\x5d\x39\x88\x3e\x9a\x1d\x91\x7d\xc9\x92\x14\x3a\xce\x58\x95\x44\x3a\x11\xee\xfb\x36\x5c\x6a\x0e\x06\x66\x72\x1d\xb6\x08\xf7\x7e\xdb\x92\xf3\x91\xb9\xdf\xb6\xe4\xf7\x1d\xd3\x48\xb4\x88\x32\x53\xb3\xb5\x88\x53\xef\xb7\x69\x99\xdc\x37\xfd\x3e\xee\x9b\x66\x5a\xe6\xb0\xf0\x36\x2d\xdf\x9c\xd3\x23\xa6\xf4\xdb\xbc\x0c\xac\x33\x6a\xfe\xcd\x39\xfd\xb6\x4d\x8f\x2c\xac\xb7\x6d\xfa\x2d\x3a\xea\x16\x79\xdc\xc4\x17\x6f\x23\x1e\xaa\xb7\x99\x14\x58\xa7\x1e\xd8\x6b\xdf\xcc\x6b\x3e\x09\xd5\x50\xc0\x4c\xc2\xfe\x7e\x33\xaf\xdf\xcc\x6b\xe7\xfe\x37\xf3\x3a\xb0\x28\x66\x35\x53\xc0\xa2\x54\xd4\x4c\x69\x41\xfa\x9b\x6d\x5a\x90\x7e\xbf\x93\xb5\x61\x73\xe0\x7e\xfb\x00\x13\x58\xf6\x5f\x41\xfa\x60\x25\xf4\xb9\x05\xe9\xf7\x9b\xda\x74\x2e\x7f\x53\x9b\x6f\x6a\xd3\x2b\xa5\x17\x45\xdf\x6f\x4c\x4c\xd1\xf7\x60\xd1\x64\xa2\xef\xc1\xa2\x83\x45\xdf\xf7\xfb\x9e\xe3\xb1\x30\x45\xdf\x83\x95\x00\xf4\x16\x7d\x0f\xe6\xb8\x7f\x4c\x47\x4d\xf1\x97\x5b\x9a\x0b\xf7\x14\x8f\xe2\x17\x7d\xdf\x1f\x66\x80\xb3\xaf\xe0\x78\xb0\x68\xcf\x0f\x33\xe0\xc3\xf7\xe2\xac\xf5\x31\x03\x3f\xe2\xf3\xb2\x61\x0a\xa1\xef\x0f\x5f\x1f\x1b\xf6\xc3\x76\xfc\x08\xbc\x8b\x03\xe2\x63\x9e\x06\xd4\x6e\xe8\x8f\x79\xfa\x61\x3a\x32\x6b\x3f\xc7\x7d\xd3\xec\xab\xb7\xe8\x43\x94\x38\xb0\xcd\x63\x64\x09\x7d\x78\xdd\x58\x98\x1f\xf3\xe3\xc3\xeb\x16\xf5\xf9\x31\x3d\x12\x6b\xbe\x6f\xd3\x4d\x6d\xe6\x1f\x0e\xd7\x58\x0b\x82\xcd\xc1\x1a\xd1\xb2\x1f\x7b\xf9\xc7\x5e\xce\xb9\xfa\x19\xf7\x4d\xbf\xa1\x8c\xb9\xf2\x47\xf4\x4b\x70\x9b\xdf\x2f\xa2\x72\x65\x9a\x99\x6c\x1f\x73\x61\xbe\xf2\xb8\xe6\xc2\xe7\x8e\x47\x23\xda\x88\xdc\x34\xf3\xf4\xe3\xa0\x12\x98\xcf\x68\xd4\x8f\x3d\xf2\xb3\xdc\x21\xea\xfe\xe3\x54\x12\x58\x63\xfb\xff\x98\x5f\x63\xfb\x2f\xdb\xf6\xc7\x0e\x2a\xfc\x7d\x9b\xe9\x8d\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\x73\xa2\x17\xeb\x0e\xe6\x8a\xd2\x14\xcc\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\xa5\xae\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x4b\x9a\xec\x16\x68\x0f\x96\x7d\x4a\x9c\x3d\x58\xa9\x0a\xd6\xe2\xec\xc1\xf4\x69\x4e\x9c\x3d\xd8\xb7\xa4\x71\xee\x9f\xb9\x15\x58\xf3\x45\xa4\x53\xac\xac\xa4\x71\xee\x1f\x2b\xeb\xc7\xf5\x94\xe3\x99\xda\x2a\xfd\xb3\x11\x26\x8d\x73\xab\x9a\x02\x56\x32\xc1\xb7\xaa\x29\xe0\x6a\x96\x5e\x99\x82\x81\x15\xa6\x6d\xff\x9c\x5a\x7e\x4e\x2d\x49\xb3\xdc\x42\xf4\xc1\x0c\xeb\xba\x45\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xff\xaf\xdb\xf3\xfa\xff\x5f\xdf\x7f\xfc\xb7\xff\xf9\xbf\xde\x7f\xfc\xef\xf7\xbf\xd6\x3f\xbe\xff\xf9\xe7\x9f\xf5\x6f\xff\xf1\xfb\x97\xef\x7f\xfc\xe3\xbf\x5f\xd2\x7f\xfc\xaa\xff\xe5\xdf\xea\xcf\xfa\x3f\xff\xfe\x9f\x7f\x7e\xeb\x1f\x7f\xfc\xfb\x1f\xd7\x55\xf9\xfb\xbf\x01\x00\x00\xff\xff\xb4\x3e\x0b\x15\xdb\x3b\x01\x00"); -func _gcce ()([]byte ,error ){return _c (_ddee ,"GBKp-EUC-H")};var _gefde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8e\x9b\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x3c\x10\x13\x90\xa2\x95\xaa\x44\x55\xd1\x6a\xdb\xaa\xd9\x6c\x2b\x55\x3d\x10\x3c\xa4\x96\x1a\x83\x0c\x1c\xf2\xf6\x95\x7f\x08\x55\x0f\x68\x3e\x7e\x0f\xd6\x37\xd8\xc9\xbe\x3a\x54\xde\x8d\x94\x7c\x0d\x5d\x73\x94\x91\x5a\xe7\x6d\x90\xa1\x9b\x42\x23\x74\x96\x8b\xf3\x4a\x71\x4a\xd6\x35\xe3\xfd\x15\xa5\xb9\xd6\xbd\x52\xc9\xc9\xbb\xe7\xe3\xe3\xe9\xf5\x23\xe7\x8f\x9f\x68\x1a\x64\xc9\xf7\xd5\xe1\x78\x1b\x46\xb9\x56\xbe\xed\x28\x9b\xbf\xb7\x53\xbf\xec\x41\x94\x7c\x93\x8b\x1b\xc6\x70\xa3\x87\x0f\xb6\x3b\xcb\x3b\xb2\xd2\xc6\xfc\x4b\xb0\x12\x9c\xbf\xd0\xc3\x73\x17\xa4\xe6\x75\xe1\x38\xf5\xfd\x1f\xb9\x8a\x1f\x89\x91\x89\xb7\xa8\x2a\xd9\xbf\xd4\xfd\xe7\xfa\x2a\xf4\x9f\xcf\x1b\x56\xb1\xf8\x26\x61\x70\x9d\x27\x7e\xaf\xb5\xf9\x17\xbf\xde\x7a\x59\x36\x53\xc9\x8f\x53\x75\xa0\x9f\x4c\xac\x29\x35\x66\x63\x7e\x2d\xf9\xf7\x97\xce\xae\x5d\xcc\xf3\x04\x8d\xb3\xcd\xef\x3a\xa8\x5d\xaa\x39\x7f\xa2\x42\xe7\x1c\x39\x35\x91\x4d\xa1\x76\x99\xe6\x2c\xf2\xd6\xa8\x5d\xdb\x6a\x06\xe7\xe0\x06\x5c\x82\x25\x72\xa1\x23\x67\x67\xf0\x16\x6c\xc1\x05\xb8\x05\xa3\xdf\xa0\x3f\x4f\x23\x0b\xf6\x2f\xb3\xf8\x1f\xee\x3a\x6a\xbb\xea\x85\xda\x5f\x04\x7e\xd9\x13\xc5\xb2\x81\x5a\x19\xd5\xa2\x4e\x2c\x29\xa2\x1c\x51\x81\x88\x21\x9a\x1b\x0c\xb0\x99\x23\xcc\x94\x67\xf0\x8d\x5d\x6d\xab\x4b\x8c\x00\x55\xae\x11\xf1\x6c\xc9\xb0\x3c\x23\x32\x18\xa2\xd4\x8b\xe0\x2c\x84\x97\x78\x47\xd6\x33\x6b\xa6\x10\xc4\x8f\xb8\x21\x38\x95\xf8\xa7\x9d\x97\xf5\x16\xf6\x5d\x1f\xbf\xc2\xf3\x37\x00\x00\xff\xff\xf1\x10\xe4\x07\xb1\x02\x00\x00"); -var _fdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\xcd\xae\x3f\xcb\x92\xa6\x09\xcd\xcf\x55\xec\x21\x0c\x9a\x0c\x0f\xff\x96\x4a\x25\xd1\xd5\xaa\x56\x0d\x1a\x10\x45\x03\x12\x42\xad\x08\x0f\xf7\x22\x25\xf2\x64\xea\x64\xd6\xa0\xee\x1e\xed\xf5\x3c\xb6\x61\xa3\xd6\xf9\x8f\x96\x7c\xc5\x2f\x3c\xfc\xd3\xdc\x5e\xb3\xd7\xcc\xff\xe1\x3f\xfc\xa7\xff\xe1\x3f\xfd\xf5\x1f\xff\xed\xb7\x7f\xf8\x3f\xfd\xed\x9f\xd7\x7f\xde\xff\xf6\xdb\xf9\xc7\xbf\x7e\x7f\xdb\xff\xfa\xcf\xff\xf5\x6f\x6b\xff\xf6\xee\xff\xf2\x8f\x7f\xfd\xcb\x5f\xd2\xfd\xdb\xf7\x8f\xeb\xdf\xa2\xf8\xf3\x67\xfd\xd3\xf3\x2f\x7f\xf9\xcb\xef\xef\xff\xe7\xff\xf6\xaf\xff\xb6\xff\xe9\x3f\xfd\xf5\xfc\xf3\x6f\x99\xdf\x7d\xff\xf5\x5f\xfc\xed\x6f\xbf\xfd\xc3\xff\x79\xff\x97\x7f\xfc\xd7\x7f\xfb\xdb\x7f\xfb\xed\x7f\xf3\xbf\xff\xfe\xf9\xdd\xff\xdb\xdf\xbe\x7d\x7e\xff\xff\xff\xf1\x6f\xdf\xfe\xdb\x3f\xfe\xf5\xbf\xf8\xff\xff\xe5\x7f\xfc\xef\xd3\xff\xf2\x3f\xff\x87\xff\x7c\xff\xf1\x83\xff\xfc\x5f\xff\xe5\x5f\xfe\xdf\xfb\x9f\xf6\x5f\xff\xed\xb7\xfa\xf3\xbf\xfd\xd7\xef\xe7\xef\x5f\xfe\xe1\x3f\xfc\x4f\xcf\xbf\xfc\x1f\x9e\x7f\xda\xbf\xfd\xc3\xcf\xbb\xff\xdd\xff\xf8\xdf\xa7\xff\xee\xf7\x77\x7f\x1e\xff\x3c\xfd\xbf\xee\xbf\xfd\xeb\x3f\xfe\xf3\x5f\x7f\x1b\xff\xbb\xeb\x2a\xff\xdf\x7f\xff\x5f\xfe\xdb\xbf\xec\xdf\x6e\x6b\xf9\xbf\xff\xcf\xff\xe9\x7f\xf8\xed\xff\x91\x7e\x4b\xd7\x6f\x77\xcd\xb9\xfe\x96\xee\x74\xff\x3f\x7d\xf8\x7f\xfb\x9f\xfe\xf9\xdb\xbf\x5d\x94\x12\xdd\x59\xff\xfc\xed\x7f\xfd\x97\x67\xed\xbf\x3d\x7f\xfd\x2f\xfb\x2f\xbf\xfd\xf6\xef\xae\xeb\xba\xfe\xfd\x6f\xff\xee\x3f\xfe\xc7\xff\xf8\x1f\xff\xfd\xef\xed\xfb\xff\xfb\xc5\x5f\xd2\x75\xf1\xea\x7b\xd6\xff\xeb\xf9\xdb\x5f\x7c\xe1\xb7\x7f\x77\xce\xf9\xfe\xfd\xef\xc5\x96\xff\xfd\x4f\x3d\x6f\xa7\x58\x7e\x8a\xf7\x9a\x14\xab\x45\x9f\x36\x7e\xfc\x0c\x8a\xfd\xf7\x62\xbe\xae\x4c\x71\x58\xac\x14\xe7\xef\xc5\xfb\x4a\x85\xe2\xc3\x77\xeb\xa6\xf8\xfa\xb4\x51\x5c\x3f\xc5\x7b\x9f\x9f\x62\x3f\xb6\x2a\xfd\x14\xc7\x45\xf1\xa3\x19\x23\x51\x3c\x16\x6f\xde\xcd\x54\x35\x2a\xc5\xe4\xbb\x8d\xe2\x45\xcd\xa3\x53\xbc\x1f\x8a\xc3\x22\xfd\x1d\xd3\x1f\xd3\xc1\xf1\x58\xb3\x1f\x7a\xad\xd9\x77\x6d\xf3\x43\x7f\xc7\x67\x55\x16\xb7\xc5\x8b\xe2\x4f\x8f\xee\x9c\xee\x9f\xe2\xbc\x78\x3a\xf9\xee\x4c\xfe\xf8\xa5\x68\x8f\x6e\xc6\x6a\x66\x8a\x8d\x1e\xcd\x42\xb1\x2c\x8a\xf6\xb7\xd0\xe6\x69\x7f\x33\xf3\x3b\xed\x6f\xb2\x68\x7f\x1b\xad\x9a\xb6\x39\xf9\x21\xdb\x9c\xe9\xc2\x3c\x16\x99\xc1\x87\x36\xb7\x42\x17\x9e\x64\x91\xaa\x9e\xdb\x29\xb3\x48\xab\x92\x6b\xe3\x69\xcc\xfe\x65\x55\xdd\x85\x64\x91\x71\xbe\xb2\xef\xbe\x3e\x65\xd8\x1f\xc6\x39\xb9\x54\x1e\xda\xdc\x2e\x8b\xdb\x22\x6d\x7e\x68\x73\x5d\x8c\xe4\x7b\x59\x64\xf6\xdf\x64\x91\xfe\xbe\xb7\x45\x3e\xf4\x66\x8b\xd4\xfc\x32\xce\xf5\x61\xd8\xdf\x6a\x91\x46\xbe\x8c\x73\x7d\xe9\xe0\xdb\x2d\x32\x38\xef\xb0\x47\x36\x83\x75\x95\xa6\x4f\xed\xd1\xf4\xdd\x8f\x8d\x93\x7e\x8a\xe9\x9a\x8c\xd5\xfe\xe9\x51\x62\x87\x9e\xb3\x7f\x9e\xfe\x3e\xaf\x8c\xe4\xa2\xb8\xdd\x74\x37\xc5\x63\xf1\xa7\xcd\x77\xb9\xfd\xb1\x45\xab\x4a\x3f\xa3\x71\x57\x26\x65\x67\x9e\x56\xba\x70\xdd\x3f\xdd\xff\x7d\x89\xfc\x3e\x0b\xc5\x77\xdd\x74\xa5\x52\x9c\x3f\x5d\xb8\x92\x4f\x59\x48\xd7\xb5\x2d\x6e\x9e\x32\xce\xf7\x74\x3b\xef\x9f\xa1\xbb\x59\x48\x57\xa2\xbf\xf7\xe3\x76\xde\x93\xe2\xed\xd3\x97\xa2\x02\x6a\x0f\x8a\x08\xa8\x74\xfb\xb4\xfa\xf4\xa3\x88\x80\x4a\x9f\x1f\x72\x99\x6d\xc6\xea\x19\x3c\x2d\xfe\x78\x2a\x46\x6c\xc6\xe3\xbb\x8c\x64\x2c\xc2\x63\xd1\xfe\x36\xbf\x6b\x7f\xcf\x43\xd1\xfe\x7e\x85\xa2\xfd\x3d\xf4\xe8\xb5\xbf\x1f\x03\xcb\x22\xbc\xd2\x47\x8f\x5e\xfb\xfb\x51\x15\x8b\xf0\x4a\x1f\x6d\x66\x11\x5e\xd7\xb1\x18\xfd\xf5\xc7\xf4\xf7\xfe\x7d\x52\xf6\x5f\x3f\xa5\xfc\xff\x8a\xd8\xbf\x59\x9f\x69\x67\xa6\xfe\x8d\xa1\xa0\xc1\xac\xcf\x2b\x15\x9b\xe4\x50\x44\xfb\x19\x0a\xe5\xcf\xbd\x7f\xda\xbf\xfb\xfa\x19\xc6\x3c\xfe\xb4\x12\xf2\xf8\xd3\x4a\xc8\xe3\x4f\x2b\x21\x8f\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\xfc\xfc\x69\x25\xe4\xe7\x4f\x2b\x21\x3f\x7f\x5a\x09\xf9\xf9\xd3\x4a\xc8\xcf\x9f\x56\x42\x7e\xfe\xb4\x12\xf2\xf3\xff\xb3\x12\x7e\x2f\xfe\x69\xba\xf3\xf3\xa7\xe9\xce\xcf\x9f\xa6\x3b\x3f\x7f\x9a\xee\xfc\xfc\x69\xba\x33\x2b\xbf\xd6\xe2\x87\x7e\xfa\x3b\x5b\xd4\xfc\xd3\xdf\xda\x17\x43\xc7\xca\x6f\xf9\xa6\x66\x56\x7e\x2d\xce\x3e\x2b\xbf\xd6\x8b\x0f\xb1\xf2\x6b\x59\xcc\x11\x2b\xbf\xb7\xc9\x77\x59\xf9\xbd\x71\xcc\x65\x56\xfe\xa8\xd9\xe2\x4f\x7f\x7b\xdf\xd6\xfc\xd3\xdf\x71\x77\x8b\x3f\xfd\xed\x63\x30\xbf\x2c\xef\x7e\x67\x6b\x7e\xe8\xc2\xb4\x91\x3f\xfd\x9d\x3d\x7e\xfc\xd3\xdf\xb6\xa2\x0b\x3f\xfd\xad\xef\xb0\xcd\x3f\xfd\x2d\xc7\xe9\x7e\xed\xaf\x3d\x5a\x3f\xfd\x6d\x6d\x76\x8a\xf4\x77\xbd\x54\xb5\x7e\xfa\x3b\x62\xa9\xac\x9f\xfe\xb6\xe1\x2c\xac\xc2\xd3\x87\x2e\xac\x4a\x55\x08\xf6\xbc\xe8\x6f\x73\x24\xd7\x4f\x7f\x6b\x4c\xd9\xfa\xe9\x6f\xab\x95\x75\xb5\xe8\x6f\x7a\x18\xab\xf5\xd3\xdf\x7e\x0e\xdd\x5f\x3f\xfd\x1d\x63\xb0\x18\x16\xf3\x7b\xbd\x7e\x88\xfe\xce\x56\x29\xfe\xf4\xb7\xa5\x65\x9b\xe9\xef\xe1\xd4\xcb\xdf\xc5\xb0\x3f\x0c\xdd\x97\x18\x0d\xa7\xec\xfb\xe9\x6f\xbb\x2b\x35\x7f\x3f\xfd\xad\xd9\x1d\xfa\x15\x66\xff\x66\xac\xbe\x9f\xfe\xf6\x97\x63\x3d\x7f\x8d\x0e\xba\xcb\xbe\x9f\xfe\xf6\x8a\xc2\x90\xbf\x9f\xfe\xd6\xef\x58\x9c\x7c\xc8\x4d\xf7\xfd\xf4\x77\x7c\xcb\x77\x9d\xdf\x6e\xcd\xcc\xef\x3d\xe8\xd1\xf7\x31\xec\x89\x91\xfc\x5c\xcf\xd5\x46\x1e\xde\xcd\xcc\xd1\xbe\x18\xc9\x46\x8f\x90\x84\xfd\x8e\xa7\x37\x73\xd4\x79\x77\x33\xbf\x1d\xdd\x23\x6f\xd7\xb3\x4b\x74\x33\xbf\xa5\xd0\xaa\xdd\x58\x57\x9d\xbd\xb0\x59\xcf\x1f\xca\x64\xde\xc3\x0e\x32\xb0\x9b\xf9\x7d\x52\xff\x85\xd8\xcf\xfb\x61\x61\xb8\xa7\xf6\xcf\x50\xf4\x98\x82\xcd\x50\x94\xdb\x6a\x3f\xbe\xd2\x99\xdc\xbd\x99\xdc\x78\xca\x50\x8c\x41\x55\x87\xa5\xde\x3b\xbd\x3b\x0e\x85\x8b\xf9\x38\xf5\x8d\xce\x1e\x86\xe2\x5e\x54\x75\x0a\x9d\x45\xb1\xcc\x87\xa9\x2f\x68\x38\xf9\x30\xf5\x59\x81\x73\x58\xea\xbf\xeb\x14\x3f\x45\xb6\xf6\x76\x41\x9e\x9f\xa1\x98\xbf\x2b\x98\x3f\xc5\x9f\xfe\xd6\x7d\xfb\xe3\x97\x2d\x36\x7c\x4a\x7f\xe7\xb4\x19\x4c\x7d\x1a\x8c\xf9\xd9\xd4\xfc\xd9\x41\x96\xfa\xe0\x14\x28\xe0\xa6\x3e\x56\xa5\xf8\xd3\xdf\xd1\xc6\xa2\xf8\xd3\xdf\x59\x11\xbf\xe5\x62\xa9\x5f\x88\x94\x72\xb1\xb5\xd7\x5d\x28\x22\xca\xee\x6f\x53\x6c\xac\xc0\x28\xd2\xdf\x7c\xf9\xa1\x9f\xfe\x8e\x99\x6c\xc6\x64\x34\x9a\x4f\x59\xea\x75\x58\x33\x4b\xbd\x21\x16\xca\xb5\x18\xe7\xcf\x66\xb0\xb5\xc7\x6d\x23\x7f\xfa\x3b\x67\xb7\x78\x10\x74\x93\x1f\x27\xe6\xf7\x06\x82\x95\xc4\xd6\x16\xec\x94\xc4\xfc\xb6\x97\xef\xa6\x4c\x07\x3b\xdf\x4d\x3f\xfd\x9d\xcb\xee\x27\xe6\xf7\x66\x6b\x97\xd4\x58\x39\xed\x50\x64\x6b\x8f\xe9\x87\x58\xea\x8a\xa3\x92\xe8\x6f\x76\x60\x13\xf3\x9b\x53\xa7\x88\x28\x3b\x63\x50\x5c\x8c\x24\xcb\xac\x24\xe6\xf7\x4b\x36\x83\xfe\x96\xc7\xaa\xe8\xef\x75\xf1\xf4\x66\x7e\xef\x45\x55\x37\xa2\x7b\x5e\x7c\xe8\xa6\xbf\xd7\x7e\x29\x72\x54\x25\x84\x46\xb9\x99\xdf\xf1\xf8\xb4\xf2\x6e\x65\x70\x6e\xe6\x57\x6c\xfb\xbb\xbc\xfb\xe9\x3e\xdb\xaa\xdc\xac\xe7\xf7\xf6\xbb\xf4\xf7\xbb\xad\x19\xd1\xbd\x8f\xcd\x60\xff\xd6\xdb\x36\x7b\x54\x1d\x26\xe5\xa6\xbf\xbb\x31\xce\x37\xfb\xf7\x1c\x6b\x66\xff\x5e\x1c\xa0\x25\xff\xf4\x77\x1e\x10\x4a\xc9\xcc\xef\x8b\x08\x2d\x99\xf5\x1c\x1d\xcc\xf4\xf7\x4d\x3e\x45\x74\x9f\x6e\x55\xcc\xef\x00\xaf\x95\x4c\x7f\x0b\x4a\x4e\xc9\x88\xb2\x0a\x20\x2d\x79\xf8\x21\xda\x9c\xa7\x45\x3f\xf4\x58\xf4\xdd\x97\xed\x8c\x6e\x59\x32\x47\xd5\x1e\x7e\xe8\x63\x34\x5c\xed\x40\xa1\x59\xb7\x1f\x3a\x9e\x89\x14\x0b\xaa\xc8\xb9\x1e\x8a\xcc\xef\x71\x3b\x03\x94\xc6\x99\xcc\x11\x40\xa9\x8e\xc5\x77\x0b\xf3\x9b\x16\x6b\xb2\x54\x46\xb2\xfb\xe3\xc6\xa6\xab\x8c\x64\xe9\x1c\x19\x8f\xdf\x65\xff\x9e\x97\x46\x16\x44\xf7\x01\xcc\x96\xe2\x51\xe5\x62\x28\xc8\xab\xbb\xf8\x5d\xf7\xef\xeb\x87\xd8\xbf\xbf\x9f\x7e\x7f\x5f\xec\x97\xb2\xdd\x35\x88\x94\x8a\xb0\x3a\xae\xcf\xca\xe4\x5e\x68\xbf\xa5\xaa\x87\xb8\xd4\xab\x93\xdb\x18\xa8\x8a\xb0\x4a\x28\x4b\x05\xcc\x38\x46\xb3\x48\x67\x97\xf3\x55\x99\xdc\x34\xfc\x90\xc2\xea\xb6\xc8\x62\x6e\xb7\x35\xbf\x7e\x88\xbe\x57\x16\x73\x55\xa2\x56\x0e\xa3\xa3\xf8\xad\xe8\x21\x7b\xfb\x5d\x85\xd5\x4b\x07\xc1\xaa\xad\x70\xfa\x94\xc6\xe4\xa6\xce\xe4\x36\xf4\xcc\x84\x69\xa2\xb4\x38\x97\x59\xcc\x98\xbc\xca\x76\xa9\x63\xf2\xea\x73\x59\x6c\x0a\x49\x5a\x85\xc9\xab\x5f\xe8\x3f\x05\x93\x57\xaf\xae\x22\x4c\x5e\x75\xa3\x69\x14\x4c\x5e\xfd\x77\x05\xf3\xa7\x88\xb0\xca\xdb\x66\x78\xf8\xba\x4e\x9a\x87\xaf\x1d\x6c\x0a\xab\xd7\x9a\x59\xcc\x6b\x33\x1a\xfd\x72\x7e\x19\xc9\x4e\x7f\x6f\x94\xf0\xd2\x11\x56\x05\x93\x57\xe9\x99\xaa\x5c\xbd\x1d\x3d\xe4\x9d\x74\xbf\x57\xd6\xd8\xed\x8f\x39\x7c\x37\x98\xab\x74\xf5\x6a\x6c\x6b\xa5\xb3\x98\x35\xc5\x94\x3e\x3d\x40\x6d\x06\x9b\x77\x7b\xcc\x75\x16\xf3\x5a\x3e\xfd\xe9\xef\x7c\xba\x8d\xa4\xbf\xb9\xd2\xc1\x1e\x2b\x96\x71\xc6\x00\x58\x0b\xaa\x72\xc1\x00\x38\x86\xa7\x1e\xb6\x88\xda\x1d\x49\x0c\x80\x65\x2b\xc9\x47\x56\x68\xf0\xa1\x51\x10\x29\xf1\x2e\xf3\xbb\xc0\x2f\x05\xf3\xe0\x14\x54\x16\xcc\x83\x4d\xb3\x64\xc1\x3c\xd8\xca\xb6\xc8\xe6\xcd\x89\x46\x62\x1e\x1c\x21\x25\x30\x0f\xb6\x5e\x6d\x95\x7a\xa6\xbb\x6c\x78\x18\xdd\xcc\x02\xb8\xb8\x77\x17\x3f\xb8\x78\x6c\xc5\x3e\xb8\x78\x26\x0c\x53\x65\x2a\xac\x9a\x4f\x11\x56\x19\x6d\xb0\x80\x8b\x47\xf5\x58\x07\x17\xcf\x99\x68\x06\xb8\xb8\x66\x67\x1f\x5c\x3c\xda\x64\x34\xc0\xc5\xed\x75\xc3\x4e\x0f\x5f\x45\x28\xb8\xb8\xc5\xe0\x80\x8b\x7b\xc8\x3d\x70\xf1\xb8\x97\x3f\x5e\x2e\x15\x9b\xf1\x31\x29\x1f\xb3\x00\x2e\x6e\xcb\x33\x02\x5c\x3c\xb4\xcb\x95\xc7\xfd\x6b\x55\xe0\xe2\xbe\x3c\x14\xc0\xc5\x6d\x1e\x9f\xb2\x7f\x43\xc9\x01\x17\x8f\x5c\x2c\xda\x5f\x3b\x08\x2e\xee\x2f\xc8\xa8\x80\x8b\xcb\xb1\x19\xe0\xe2\x9a\x94\x39\xe0\xe2\xf6\x15\x46\x03\x5c\x5c\x17\x06\xcf\x02\x2e\x1e\xbb\xd9\x0c\xe6\x37\x2b\xa0\x1e\x85\xb3\x72\x03\x5c\x3c\xb2\x82\x1d\x5c\x3c\xb2\xfb\xe8\x55\x79\xc6\xc4\x57\xc0\xc5\x7d\xa8\x4d\xbd\xee\x5f\x4f\x4c\x70\x71\x7d\xbf\xf3\x2b\xb1\x0f\x64\xae\xcb\xad\x0d\x64\xae\x1f\x18\xb9\x00\x99\xc7\xbb\xe9\x3b\x90\xb9\xdd\xcb\x26\x31\xf5\xfd\xf8\x2e\x5b\x7b\x75\x36\x20\x90\xb9\xfd\xae\x05\xff\x14\x59\xea\xbf\x23\xe9\x9f\x22\x53\xdf\x9d\x02\x20\xf3\x9c\x2e\x2a\x20\xf3\x58\xea\x6c\x40\xe6\x7e\x30\x8c\x17\x20\xf3\x2c\x58\x57\x0a\x90\xb9\x6c\x27\x08\xc8\x3c\x9b\x8b\x19\xc8\x3c\x07\x30\xb0\x00\x99\x5b\xc3\x16\x5a\x80\xcc\x3d\xbb\x79\x81\xcc\xb5\x67\x1a\x29\x64\x5e\x6a\x83\x40\xe6\xba\xc1\x6e\x05\xc8\x3c\xab\x6b\x1b\xc8\x5c\x63\xa9\x0b\x99\xaf\xc7\x66\xa0\x87\xe4\x61\x9b\x11\x65\xd5\xd3\x16\xc8\xdc\x6b\x61\x72\x81\xcc\xb5\xba\x2f\x80\xcc\xf5\x72\xb7\x02\x99\xc7\x37\xf8\x71\x40\x66\xf5\xf9\x4f\xd1\x0d\xf6\x29\x40\xe6\xd6\xed\x02\x90\xb9\xb6\x4c\x33\x80\xcc\xed\x34\x7f\xdc\x9d\x7d\x9f\xd2\xdf\x92\xfd\x10\xa2\xec\x9a\x3e\x45\x94\x1d\x55\xc7\x4f\x3d\x44\x15\xfd\x8b\xa3\xca\x56\x29\xba\x1f\xb6\xb6\x90\xf9\x74\xa6\xfb\xd3\x44\xa0\x4e\x0e\x64\x9e\x97\xeb\x0a\xc8\x3c\x12\x58\xaf\x6c\xf5\x2e\x8f\x66\x20\x73\x5d\xc9\x77\x9d\x5f\x95\x0d\x20\x73\xd5\x8e\x51\x80\xcc\x6d\x61\x99\x29\x40\xe6\xd9\xd4\x01\x80\xcc\xe3\x1b\xfe\x78\x7a\x82\xb0\x54\xc4\xc5\x45\xd0\x21\x2e\x9e\xc7\x66\x30\xbf\x1d\x63\x4b\x11\x17\x3f\xd5\x0f\x21\xca\x6e\xd7\xe4\xf6\xa8\xf2\xbb\xe0\xe2\xb2\xab\x45\xb6\xf6\x73\x31\x38\x27\x70\x04\x55\x89\x8b\x8f\xd3\x0d\x2e\x1e\x2f\x06\xc0\x02\x2e\x6e\xb7\x8b\xf0\x78\x54\xe1\xac\x29\xe0\xe2\xf9\xb8\xcb\xc4\xc5\x73\x5b\x15\xaa\x48\xf1\x10\x04\x17\xf7\xea\x2c\x88\x8b\xb3\x7a\xf5\x71\x3d\xab\x02\x81\x8b\xdb\xc2\x49\x54\x8e\x38\xe2\xb3\x19\xf4\xf7\xa0\x21\x54\x70\xf1\x7c\x30\x5c\x54\x71\xb1\x8e\x8f\x2a\x2e\x3e\x74\xa1\x82\x8b\x8b\x6b\xa3\x5e\xca\x2b\x76\x68\x15\x17\x7f\xad\x50\x44\x74\xab\xa2\x57\x70\x71\xab\x8f\x45\xfa\x7b\xbd\x1f\x45\xfa\x9b\x8a\x4f\xd9\xbf\x09\x14\x59\xc1\xc5\xa3\x35\x5b\x45\x7f\x3f\x34\xde\x2a\x2e\x7e\x1f\xbb\xe0\xfc\x46\xcd\xe0\xa6\xc4\xca\xa9\xe0\xe2\x5e\x3b\x8d\x04\x17\x8f\x7d\xf9\x14\x13\xd0\x83\x70\xab\xe0\xe2\xa6\x6d\xbc\x26\x55\x2f\x60\x72\x05\x17\x97\xcd\x29\x5f\xc1\xc5\x7d\x83\xd7\xaa\xb8\xb8\xff\x2e\x19\xfe\xae\xd8\xaf\x40\xe6\xb2\x93\x5f\x51\x2b\xe3\x10\xaf\x42\x66\x3d\x80\x15\xc8\x5c\x13\x9a\x55\x05\x32\xb7\xa7\xfb\xae\xa7\xd8\x63\x1b\x98\x7a\x01\x57\x05\x32\xcf\x8a\x17\xaf\x02\x99\x67\xe3\x10\xaf\x40\xe6\xb6\x51\x87\xea\xad\xe8\x76\x36\x81\xcc\x6d\xa2\xb2\x56\x20\x73\x1f\x78\x0f\xab\x90\x59\xcf\x72\xbd\xb5\xee\xe2\xf0\xad\x42\xe6\x92\xfc\xb1\x26\x11\xb4\xb2\x2a\x64\x9e\xd1\x2a\xb6\x76\x46\xc2\x54\x20\x73\xfd\xb0\x81\x54\x20\x73\x7f\x5c\x90\x40\xe6\x36\xb3\x4f\xb5\xee\x3a\x7d\x40\xe6\x71\x67\xe6\x0b\xc8\x5c\x2b\x50\xa8\x66\x8f\x2a\xc4\x6f\x05\x32\xf7\x8a\xfd\xb6\x0a\x99\x1f\x4c\xc1\x55\xc8\xbc\x9b\x3f\xa6\xbf\x1b\xcd\xb9\x02\x99\x67\xc5\x44\x50\xb3\x26\x2f\xb7\x58\x0e\xd1\x6d\x33\x14\xdd\xf1\xae\xfd\x05\x74\x54\x20\xf3\xac\x28\xe1\x55\xc8\xdc\x87\xdf\xa5\xbf\x0d\xbb\x62\x05\x32\xb7\x99\xfd\xae\x4b\xdd\xe9\x16\x32\x57\xb7\x09\x90\xb9\x7d\x78\x49\x2a\x90\xb9\xef\x87\x77\x81\xcc\x63\xa0\xdf\x56\x20\x73\xbb\xb3\x3f\xae\xae\x6d\x06\x16\xc8\xdc\x2b\xe8\xa6\x02\x99\x87\x5e\x83\x5a\xb4\xde\xbb\x90\x80\xcc\xb3\x61\xd5\xa9\x42\xe6\xc3\x99\x58\x85\xcc\xfa\x32\x2a\x90\xb9\x97\x63\x9b\xd1\xba\x5f\x14\xcb\x0a\x2e\x6e\xaf\x6b\xb2\x20\xca\x6e\xe5\x4f\x05\x65\x7c\x28\xf0\xb5\x6a\x12\xe1\xa4\xae\x55\xeb\x7d\xf3\xc7\xf4\xb7\xb8\x71\x44\xcd\xed\x58\x54\x0b\xc5\xe4\x55\x41\xcd\x65\x73\xa0\x54\x50\x73\x11\x64\xd5\xaa\x16\xfa\xf9\x2e\xf3\xbb\x5c\x39\xa0\xe6\x29\xa6\xae\xa0\xe6\xbe\x9c\x94\xaa\x89\x00\xe8\x57\xab\x26\x20\x97\x37\xa8\xb9\xbf\xdb\x9a\x8f\x6b\x92\x91\x0c\xd4\xdc\xa8\x4a\xd4\xfc\x61\xe4\xa9\xa2\xe6\xeb\xf1\xc7\xf4\x37\xd9\xa3\xa6\x35\x5b\xc9\x26\x6a\x5e\x58\x39\x2a\xa8\xb9\x7d\xdb\x77\x11\x65\x07\xbc\x56\x9b\xaa\x66\xf5\x5d\xf6\xef\xcb\x89\x59\x41\xcd\xf5\x55\x0c\x82\x9a\xfb\xc0\x98\x5f\xff\x40\xcd\x8c\xa4\xa8\xb9\xe0\x40\xac\xa0\xe6\x96\x1f\xe6\xa8\x85\x37\x8a\x77\x41\xcd\xb3\x72\xcc\x55\x50\x73\x2b\x18\xd3\x6a\x0f\x55\x84\x9a\xbb\x26\x2f\x8c\x78\x55\xd4\xdc\x6e\xdf\xf5\x68\xae\x7c\x57\xd4\x3c\xf1\x65\x54\x50\x73\xd5\xb6\x5f\xbb\x26\x2f\xc5\x3e\xa8\xb9\x5e\x8f\xef\x3e\xee\x14\x3f\xa4\xc9\xeb\x6e\xbf\x12\xfb\x00\xea\xf6\x0e\xbf\x22\xe0\x52\xee\x01\xa8\xc7\x97\x6d\x12\xa2\x6c\xb8\x8a\x86\xd6\x30\xd4\xce\x0a\xa0\x9e\x17\x66\xf3\x3a\xd4\x52\x14\x83\x00\xea\x71\x29\x24\x05\xd4\xb7\xe7\xf2\xf0\x14\x53\x3a\x0d\xad\xf7\xd5\xa7\x68\x29\x97\xb3\x29\xa0\xce\xaf\x45\x8e\xaa\x0b\x0c\x52\x87\xde\x0a\x05\xbb\x80\x7a\x45\xab\x5c\xea\x8e\x2a\x80\xba\x5d\xdb\xa7\xdb\x25\xc7\xa2\x12\x50\xbf\x18\xd5\xeb\xb4\xbf\x36\x72\x6a\xbd\x77\x51\x01\xa8\xeb\x71\x36\x01\xd4\x2d\xbb\xf1\x01\xd4\x35\x79\x72\x01\xa8\x47\x6e\x3e\x65\xa9\x8f\xe6\xbb\x8a\x6e\x80\x52\x15\x50\xe7\x78\x4a\x7f\xb7\xc2\x6a\x8a\x32\xb0\xed\x57\x00\x75\x5d\xd3\x56\x21\xca\x66\x67\x06\xa7\x5a\x0a\xfe\xdf\x0a\xa0\xae\x77\xf6\x43\x6e\x6d\xf5\x2e\x01\xf5\xf5\xf2\xe3\xc7\xf9\xb5\x83\x8f\x8e\x2a\x8f\x57\x00\x75\x3d\xaf\x45\x0d\x80\xca\x1f\x00\x75\x6f\xe8\xa8\x15\x40\x3d\xb6\xea\xd0\xa3\x41\x0c\xa4\x50\x01\xd4\xbd\x75\x9b\x81\x28\x7b\x01\x86\x15\x40\xdd\xbb\xdb\xf3\x09\x55\xc4\x56\x61\x20\xba\xa6\xc5\xf0\x56\xf8\x5d\x8f\xe6\xc2\x84\xea\x68\xde\x28\xb4\x15\x40\x3d\x0e\xde\xf0\x0a\xa0\x6e\x15\x47\x64\x05\x50\xf7\x57\x79\xab\xa3\xf9\x5e\xbe\xcb\x7a\xfe\x1e\x8b\xf4\x57\x75\xb7\x82\x9a\xeb\xe3\xba\x0a\xd4\xec\xc9\xf5\x8a\x22\xa7\x45\xb6\x76\x77\x52\x40\xcd\xa3\x78\xf8\x82\x9a\xfb\x7b\xdb\x2a\xad\xd9\x2a\x66\x3a\x9a\x25\xe7\x54\x50\xf3\x8c\xb5\x11\xa8\x59\xe1\x2c\x6a\x1e\xaa\xac\x4b\xc7\xab\x1f\x02\x35\xb7\x50\x2c\x41\xcd\x7d\xa8\xb7\x80\x9a\xfb\xa5\xac\x06\x35\xd7\xd4\x7d\x8a\x2a\xd2\xb1\x66\x57\x51\x73\x7f\x2c\x6a\xf0\x04\x45\x56\x50\x73\x39\x85\x29\xd3\xd1\x5c\xb3\x55\x29\xca\x5c\x48\xa0\xe6\x76\xb9\xbb\xff\x70\x34\xdb\x05\xf7\xef\xb2\xc8\xfc\xbe\x98\xbe\xeb\xa7\xf7\x0d\xac\x57\x41\xcd\x35\xbb\x17\x3e\x55\x4d\x7c\x0a\x55\x47\x73\x72\x77\xeb\x68\xbe\x3d\xaa\x40\xcd\x2d\x47\x55\xcc\x6f\xc1\x2f\x50\x41\xcd\xb3\xb8\x08\x41\xcd\x63\x5d\x16\xd9\xbf\x9f\xaa\x08\xa8\xb9\x87\x7e\xf8\x79\x54\x4d\xdb\xac\x55\x44\xc5\x4c\x47\xf3\x51\x2d\xff\xb4\x8a\x5c\x16\x51\x45\x7e\x8c\xc3\x7f\x5f\xec\x6f\x01\xa6\xdd\xd1\x07\xdd\x54\x1d\x01\xd4\x35\x2b\x15\xb7\x06\x04\x3b\x0b\xa0\x9e\xc3\x26\x01\xa8\xe7\xb9\xfc\xb1\x5a\xa8\x07\x22\x80\xba\xbe\x93\x91\x11\x50\xbf\x0f\x6b\x0c\x40\x5d\xb6\xfa\x1e\x80\xba\x6c\x4c\xa3\x75\xbb\xb5\x55\x1e\x00\xd4\xa3\x28\x06\x05\xd4\xfa\x53\xea\x56\x94\xa9\xfc\x6f\x1d\xaf\x40\xe6\x2a\xa0\x0e\x71\x04\xa0\x6e\x97\x50\xee\x84\x6d\xdf\x22\xa2\xfb\x03\x23\xd7\x13\xa2\x9b\x66\x04\xa0\x9e\x74\x1f\x40\xdd\x6a\xd4\xac\x01\x41\xc1\x7e\x9c\x7a\x8f\x9b\x70\x34\x27\x7f\xec\x52\x87\xba\x53\x01\xd4\xf3\xc2\x44\x59\x01\xd4\xbd\xdb\x5f\x01\xf5\x8b\xa9\xb0\xea\x68\x96\x81\x50\x01\xd4\xfd\x46\x59\x6a\x00\xea\xf1\x9e\x97\x22\x4b\x7d\xb0\xe3\x1a\x80\xba\x77\x74\x89\x06\xa0\x1e\x5f\xf1\x5d\x0d\x44\xd5\x22\xf3\x5b\x01\x59\x2d\x1c\xcd\x4c\x68\xd3\xd1\xbc\x71\x9d\x37\x00\x75\xdb\x9c\x7a\x4d\x40\x3d\x31\x10\x35\x00\x75\x7f\x58\x66\x0d\x40\xdd\x3b\x8b\xb9\x01\xa8\x67\xcd\xb6\xd9\xfe\xbe\xb6\x99\xad\x5d\x1f\x7f\xac\x28\x63\xd5\x35\x00\x75\x1d\x28\x96\x2d\xe9\xbb\x41\x39\x6c\x29\x0c\x80\x7c\x37\x69\x0b\xc5\xf6\xdb\x00\xd4\x75\x3c\x16\x11\x65\x05\x1c\xd1\x92\x47\x55\xa7\x0b\x49\x03\x42\xf3\x43\xc3\xbd\x60\xcd\xf4\xb7\x61\x3f\x69\xa0\xe6\x59\xf0\x86\x37\x50\x73\x6f\xc7\x36\x7b\x54\x15\x1b\xa9\x41\x0c\xdc\xd4\x40\xcd\xb5\x2c\x3f\xc4\xd6\x9e\xd0\x86\x1b\xa8\xb9\xce\x6c\x51\x5f\x06\x87\x7e\x03\x35\x8f\x8d\xe1\xa2\x89\x9a\xbb\xb3\xaf\xa3\xf9\x3b\xbe\x2b\x91\x20\x9e\x22\xca\xf4\x1e\x36\x51\xf3\x05\xe6\x6a\xa0\xe6\x3a\x92\x3f\x46\x94\x45\x8f\x6e\x6d\xdd\x98\xfa\x1b\xa8\x79\xee\xe2\x8f\x03\x65\x30\x38\xa0\xe6\x39\x1c\x1c\x1d\xcd\x2f\x07\x4a\x03\x35\xd7\x07\x8c\xd9\xb2\xaa\x08\x32\xa7\x65\x45\x37\xea\x44\xcb\x1a\x3c\xf1\xaf\x35\x50\xf3\xbc\x0a\x93\x02\x6a\x9e\x09\x12\x54\x03\x35\xcf\xe9\x94\x81\x9a\xdb\x85\x5b\xa4\xe9\x68\xbe\x2e\xab\x12\x55\x65\x7f\xac\xaa\x09\x20\x6d\xd9\xfe\x26\x9b\xf1\x5a\xb3\x6d\xe6\xa8\xfa\xb0\xd9\xb6\xac\x6a\x3d\xac\x39\x54\x6b\x06\x36\x2b\xba\x81\x6f\xad\xc8\x11\x42\x5d\x6c\xa0\xe6\xfe\xda\x23\x50\x73\x39\x98\x32\x1a\xa8\xb9\xec\xf2\x2b\xdb\x7e\x03\x50\xcf\x76\xf9\x22\xa2\x6c\x71\xe4\x35\x01\x75\xfe\x7c\xaa\xcf\x1d\x33\x63\x2b\x6a\x29\x6e\x31\x7d\xd0\xb5\xd9\xc2\xa0\x87\xb1\x02\x05\xd4\xcf\xe5\x53\x45\x99\xeb\x04\x40\x3d\x8b\x62\xa1\xc8\x99\x71\xc9\x09\xa8\x13\xca\x52\x03\x50\x77\x4f\xfc\x56\x9d\x7a\xc0\x78\x13\x50\x1f\x28\x07\x4d\x40\x9d\x39\x6a\x5b\x75\xa9\x03\xb8\x5a\x95\x43\x82\xb5\xa1\x55\xdd\xb2\xcd\xaa\xba\xa3\x41\x17\x04\xd4\x1d\x06\x51\x03\x50\x8f\xfb\xb5\x66\x51\x86\xcb\xb5\x86\x6d\xdf\x1f\xeb\xb6\x73\xd9\xd4\xa0\x3b\xd2\x5f\x00\x75\x9d\x1c\x55\x0d\x40\x5d\xf6\xe1\xc7\x4d\xd1\xfd\x5a\x64\xea\x37\x5e\x92\x06\xa0\x6e\x35\x33\x92\x02\xea\x8c\xe3\xa3\x01\xa8\x67\xaf\x3e\x45\x94\x55\x0e\xa3\xa6\x1b\x7a\x7c\x3e\x75\xa9\x63\x0b\x6d\x00\xea\x9a\x6f\x3f\x34\x3d\x41\x18\x1c\x01\x75\x01\xcd\x35\xdd\xd0\x57\xb4\x4a\x2d\x74\xda\x66\x6d\xbf\x00\xb4\xd6\x62\xa9\x33\x56\x4d\x83\x18\xc7\x7a\x13\x50\x8b\x8c\x9a\x6e\xe8\xe2\x94\xe9\x86\x5e\x68\xdd\x0d\x40\x5d\x65\x01\x35\x01\xf5\x06\x74\x34\x00\x75\xed\x95\x66\x00\xa8\x7b\x52\x66\x76\xe7\x17\xee\x5c\x03\x50\x77\x2d\xff\x4d\x40\x3d\x8b\x1f\x52\x15\xb1\xfb\x02\xea\xe3\x1c\x89\x9a\x13\xb0\xa2\x81\x9a\xfb\x72\xf6\x41\xcd\x65\xbb\xb5\x75\x43\x2f\x74\xad\x36\x74\xdb\xa1\x0c\x37\x50\xf3\xe8\x4a\x27\x50\x73\x5d\xca\x5b\x50\xf3\xac\x97\x3f\x56\xf5\xc2\x04\xd4\x74\x43\x57\xd7\x33\xa8\xb9\xab\x3f\xb4\x40\xcd\xb7\x35\x2b\xca\xe2\xc7\xc1\x21\xf1\xc7\x8f\xab\xce\xe2\xeb\x68\x30\x38\xa0\xe6\x9a\x3c\xd7\x40\xcd\xe5\x54\x5b\xe5\x51\x05\xe7\xbf\x0d\x8f\x2a\x0c\x26\x0d\xd4\xdc\x2a\x08\xb4\x89\x9a\x8d\xda\x68\xa2\xe6\x57\x99\x29\x6a\xbe\x95\xf3\x33\xac\x04\x74\x41\xd4\x7c\x26\x83\x33\xa5\x19\x78\xbe\xe8\x86\x5e\x9e\xf2\x33\x38\x51\x56\x25\xca\xb8\x7c\xca\xfc\x1e\x54\xaf\x36\x75\xbb\xa3\x48\xb7\xa9\xe8\xc6\x0b\xd6\x40\xcd\xed\x73\x7e\x41\xcd\x7d\x0e\xab\xd2\x2a\x02\xc9\xad\x3d\x5a\x09\xd0\xf1\x9a\x6e\xe8\xea\x68\xe8\x86\xbe\x55\x9f\x40\xcd\x43\x13\x4a\x7b\xe4\x34\xaa\x20\x81\x9a\xa7\xe4\xed\xf6\xa8\x6a\x3e\xd6\xcc\xfe\x4d\xf7\x2f\xc5\xfe\x23\xe3\x42\x75\xe8\x91\x61\x32\xad\xf6\xf1\x29\xa3\xaa\x87\xfa\xc3\x37\xd1\x64\x6e\xeb\xc5\x6b\x00\xea\x31\xb1\x17\x35\x3d\xd4\x3a\xbb\xdb\xe3\xd4\x3b\x8c\x32\xb7\x2f\x7b\xf7\x6a\xeb\x76\xcc\xdf\xd0\xca\x68\x46\x00\x6a\xbc\xdb\xed\x95\x2e\xa5\x8e\x2a\x73\xfb\x73\x72\x05\xd4\xef\xf2\x5d\x86\xe2\xc5\x1a\xd6\x00\xd4\xb3\xc1\x54\x6f\x02\xea\xa9\x66\xf5\x7a\x54\x29\x16\x00\xd4\xb5\xb8\xa8\x04\xd4\xcd\x15\x28\xa0\x6e\xea\x99\xba\xa1\xdf\x6d\x8f\xa4\x87\x29\xd9\x64\x6e\x4f\x10\x74\x03\x50\xcf\x32\x7d\x1a\x06\x13\x6a\x96\xb9\xbd\x95\x3f\x4b\xdb\xbe\x7a\xa6\x6e\xe8\x8a\x13\xb3\x2d\xe9\x8e\xc5\x77\xa5\xff\xa9\x2d\x08\xa8\x1f\xa5\xd3\x52\x4b\x51\xb3\x5a\xd2\xc3\xec\xd1\xd2\xd6\xed\x48\x2e\x0d\x44\xea\x99\xe1\x86\x6e\x36\xc3\xf9\x05\x83\x34\xdd\xd0\x09\xd7\x5b\xd3\x0d\x6d\x2c\x5b\xfb\xec\x2f\xe0\xae\x01\xa8\xfb\xc9\xfe\x58\x03\xa0\x3a\xea\x17\xa2\xdb\x1f\x23\xba\xb5\x57\x37\xdd\xd0\x1b\x42\x51\xfb\xec\x2f\x30\xbf\x7d\x6e\x6d\xa8\x1d\x4d\x37\x74\x1b\xd6\x8c\xd6\xfd\xb8\xcc\x00\xd4\x23\xb9\x5b\x01\xd4\xfd\x40\x6f\x68\x9f\xa2\x5b\x15\x08\x40\xdd\x0a\xd0\xaf\xc9\xdc\xae\x6e\x0d\x99\xdb\x8f\xc7\xfa\xf6\xa8\x52\x43\x10\x35\x17\xd7\x86\xcc\xed\x57\x54\xa5\x1b\xda\x48\xa8\x26\x73\xdb\x20\xc1\x26\x6a\xde\x58\x47\x9b\xcc\x6d\x63\x49\xda\xd6\x60\xe2\x42\xda\x32\xe2\x5c\x2a\xa0\xe6\xd9\xd5\x60\x41\xcd\xa3\x28\x9c\xa5\x67\x8f\x6c\x33\xd8\xbf\x81\x50\x40\xcd\xb3\x45\xab\xe8\x6f\x73\x70\x8e\xb4\x0a\x41\xe5\x71\xff\xaa\x21\x88\x9a\xcb\xe5\x8f\xd9\xbf\xdb\x49\x01\x35\xb7\xe1\xd6\x38\xee\x5f\x0c\x62\xed\x88\x22\xc5\x11\xa0\xe6\xd6\x8e\x55\x85\x41\xcc\x0f\x79\x54\xa9\x6b\x49\xcf\xee\x1e\x0a\x47\x55\xc4\x49\x91\x9e\x3d\x5c\x48\xa0\xe6\xfa\x39\x29\x47\x14\x29\xc6\xd4\x0d\x7d\xa3\xb7\xf4\x4b\x94\x81\x42\xd8\x41\xcd\xf3\xd0\x8c\x7e\xa9\x75\xb3\x80\xbb\xa8\x79\xa3\xc6\x74\xdd\xd0\x7a\x78\x3b\xa8\xb9\xbe\x8f\x3f\x6e\x1e\x0a\x99\x62\xd0\x2a\x26\x45\x50\xf3\x42\x6d\xeb\x97\x91\x08\xb8\x81\xfa\x15\xf4\x4e\x8b\x5a\x45\xfa\xaf\xc2\xb5\xba\x80\xba\x3c\x7e\x85\xa1\xb8\x8f\x5f\x91\x4c\x15\x7d\x57\x2b\x63\x82\xba\x1e\xea\x1b\xeb\x6e\x17\x50\x77\xb6\x76\x97\xb9\xdd\xc1\x5f\x5d\xe6\xf6\x87\xcd\xa7\x0b\xa8\x67\xb2\xaa\x38\xb5\x19\x19\x01\x75\x5e\xd6\xac\x9b\x03\xe3\x67\x4f\x6e\xed\x61\x55\x9e\xda\xa8\x52\x1d\x40\xdd\xd6\xeb\x53\x86\x42\x4f\x5c\x07\x50\xd7\x89\x54\xec\x00\xea\x19\x63\x2e\xa0\xce\xdb\x1f\xd3\xdf\x06\xb1\xb0\xeb\x86\x7e\xd0\xc9\x3b\x80\x7a\x2c\x1c\x1f\x5d\x40\x7d\xc1\xfa\xee\x02\x6a\xc9\x39\xfd\x0e\x83\x18\x03\xab\x1b\xba\x1d\x6b\x96\xd9\x6b\x7f\x6f\x6d\xfb\xb7\x3f\xa6\xbf\x85\x23\xbe\xeb\x86\xbe\x11\x38\x5d\x40\xad\xeb\xad\xdf\xc1\xb8\x60\x16\x00\xd4\x63\x46\x51\x80\x09\x4b\xad\xdf\x32\x10\x3e\xab\xe2\xa8\xba\xd8\xbc\x5d\x40\x3d\x6c\x64\x0e\xb2\x2b\x63\x95\xd5\xca\x30\xf6\xf6\xac\x2d\x14\x43\x71\x07\x50\x8f\xc9\x06\xec\x32\xb7\x5f\x07\x47\x37\xb4\x1a\x42\xcf\xba\xed\xec\x51\x0e\x72\x20\x6b\x23\xdc\xd0\x08\xc9\x9e\x63\xa9\xfb\xd4\xa5\x8e\x16\xda\x83\xb9\xdd\x7d\xca\xfc\x5e\x40\x83\x0e\xa0\xee\xa5\xfb\xa1\x63\x23\x99\x6e\xdd\xd0\xdd\x25\x2a\xa0\x1e\xce\x60\x09\xdf\x0d\x3d\x02\x50\x4f\x89\xdc\x5d\xd4\x5c\x1d\xab\xe2\x7a\x86\x50\xd4\x65\x6e\xbf\x08\xd8\x2e\x6a\x8e\x29\x2b\xe1\xcb\xf0\xc7\x6c\xed\x51\xfc\x10\xeb\xb9\x3b\xfb\x45\xd5\x6b\xfb\x21\xe6\xf7\xcb\x36\xd2\xfd\x9b\xed\x82\x8c\x9a\xe1\x8f\xf5\x65\x40\xfb\xe9\xd5\xf9\x05\x26\x77\x50\xf3\xac\xc4\x83\xf4\x20\x6f\x6f\x9f\x66\x57\xac\x45\x0d\x80\x6e\x58\xc9\xdb\x03\x73\x59\x97\xbc\x7d\x5c\xcf\xd5\xfd\x4b\xc8\x43\x07\x35\xcf\xe7\xb5\xa8\x5b\xb6\xf9\x2e\xfd\xfd\xba\xef\x86\x6f\x8e\xa5\xa2\x1b\x7a\x3f\x36\x52\x5f\x15\x88\xbb\x83\x9a\xe7\x33\x7c\x37\x18\x35\x3c\xd5\x0d\x9d\xdc\xbf\x4d\x5f\x15\x60\xa7\x83\x9a\x67\x57\xde\x82\x9a\x6b\x41\x27\xef\x4d\xdf\x0d\x96\xc6\x2e\x6a\xd6\xd0\xda\x9b\x41\x64\x0e\x0e\xa8\xb9\x56\x87\x5d\xf2\xf6\xa9\xbe\xeb\x51\x05\x7c\xeb\x4d\x86\x18\x1e\xb4\xde\xdc\xbf\xc5\xaa\x24\xab\x2b\xe7\x45\xcd\x09\xdf\x71\xd7\x0d\x6d\xf8\x4f\x07\x35\xf7\x74\x3d\xbf\x12\xfb\x00\xea\xb6\x2a\x03\xa5\x87\x7a\xb9\x89\x00\xd4\x75\xba\xc5\xba\xb6\x41\x8f\x3c\x00\xf5\x30\xb3\x41\x17\x50\x0f\xb4\xa3\xae\x87\xfa\x77\xc0\xf7\x53\x64\xa9\xaf\xe6\x8f\xf5\x50\x13\xde\xd2\xbb\xb6\xee\xcf\x9a\x11\x65\xb3\x5b\xf4\xd4\x4e\x36\x52\xf2\xd8\xb1\x28\xe0\x72\xd9\xc8\xeb\x2e\xdd\x66\x48\x86\x44\xbf\xed\xf2\xba\xb3\x8b\x4a\x40\x9d\x21\x14\x75\xdd\xd0\x03\x2d\xb4\x03\xa8\xfb\x74\x90\x87\xf1\x83\x18\xe5\xba\x6e\xe8\x98\xcd\x11\x6e\x1d\xdf\x45\x94\x35\x17\xc6\xd0\xb6\x8f\x02\xdf\x87\x0c\x13\xa5\xf1\x88\xa3\x8a\xf5\xa9\x1b\xfa\x73\x5f\x0c\xb7\x36\x0e\x88\x2e\xaf\x5b\xba\x75\x07\x50\xcf\xed\xb9\xa6\x1b\xfa\xc3\xd8\xdb\x75\x43\x1b\x3c\xdb\x01\xd4\xd3\x88\xb3\x3e\x65\x10\x39\x65\x53\xb7\x2c\x1a\x7b\x07\x50\xf7\x1b\x12\x45\x07\x50\xb7\x4b\x51\x26\xa0\x2e\x78\xc4\xfa\x94\x61\xe2\x9e\xd2\x0d\xfd\xb8\x36\x66\x90\x21\xfd\x2e\xfd\xbd\x14\xa1\xf2\xba\x0d\x45\xec\x00\xea\x5a\x94\xc6\x00\xea\x7e\x7d\xd6\x8c\x28\x6b\x60\xbd\x0e\xa0\x9e\xc6\x1d\x77\xdd\xd0\x9f\xdf\x05\x50\xd7\x77\xf8\x54\xd1\x0d\x50\xea\x8f\x5a\xa8\x8a\x8a\x6e\xe8\xea\x1c\x3d\xce\xaf\x62\x41\x5e\x77\x86\x35\xd1\x1f\x45\x99\x92\x5c\x5e\x77\x56\xfd\x13\x35\x1b\xe3\xd9\xe5\x75\x17\x80\x61\xd7\x0d\x5d\xba\xef\x2a\xca\x8a\x4f\x75\xcb\x2a\x43\x1e\x8f\xaa\x6a\xcd\xac\xe7\x71\x10\x83\xba\xa1\x8b\x6b\xe3\xd5\x60\xe2\x81\x02\x6a\x1e\x1d\x78\xde\x03\x35\x7b\xca\x1b\xef\x6c\xb8\x44\x07\x35\xb7\x50\x09\x44\xcd\x07\x86\x49\x17\x35\x37\x1b\xa9\x1b\xba\xe2\x59\xee\xaf\x5a\xe8\xe3\x87\x34\x88\x61\xb3\xed\x92\xb7\x35\x79\xf5\x37\x0c\x9e\xd6\xcc\x7a\x36\xee\xaf\xbf\xee\x5f\x95\xc9\x57\x5b\xb7\xdf\x05\x35\xf7\x9c\x2d\xca\x00\x74\x3d\x8b\x9a\xd5\xd8\xfb\xd2\x00\x88\x47\xbb\x8b\x9a\x65\x6b\x77\x50\xf3\x78\x95\x39\xa2\xe6\xe9\xe0\xe8\x86\x8e\x13\xd3\x78\xe7\xeb\xf2\xa9\xbc\xfd\x6d\x33\x44\x19\x98\xdc\xbb\xa8\xf9\xbd\xfd\x2e\x28\x32\xbb\x90\x44\xcd\x03\x6a\x44\x5f\x41\x76\x65\x4d\xae\x70\xbb\xf3\x14\xd4\xdc\x32\x10\xbb\x1b\xef\x2c\x93\xa7\x83\x9a\xab\xd4\xbb\x0e\x6a\xee\x75\xff\x52\xec\x7f\xc6\x87\x46\xb5\x68\x65\x09\x84\xd5\x05\xd4\x5f\x7c\x45\xb7\x2c\x6e\xbb\x2e\xaf\x7b\xc3\xb8\xe8\x7a\xa8\xb3\x7b\x19\x40\xdd\x92\x4a\x9a\xa1\xd0\xdb\xbd\x2c\xa0\x0e\x4d\x52\x0f\x75\xf7\xf4\x01\x50\xf7\xe5\x92\x03\x50\xf7\xe6\x21\x0e\xa0\xae\xc9\xe3\x72\x3b\x14\x6e\x04\x43\xa1\xe3\xbb\x02\xea\x06\x4f\xa0\x6f\x0d\x26\xf1\x54\x51\xe6\xd9\x0a\xa0\x1e\xcb\xed\xb9\x65\x98\x28\x8e\x0c\x85\xce\x78\x97\xba\xbc\xee\xa3\x94\x00\x50\xd7\x23\xca\x00\x50\xb7\xcb\x81\xd5\x0d\xdd\xf0\x38\xf4\xad\x81\xe8\xf3\x43\x92\x03\xa1\x1d\x76\xdd\xd0\x17\x80\xba\x1b\xef\x9c\x20\xcb\xf5\xa3\x2f\xc3\xa3\xf9\x0f\x5e\x37\x8d\xd4\x0d\xdd\x70\x35\x76\x79\xdd\x9f\x52\xd1\x78\x67\xe3\x59\xfa\x31\xf4\x1b\x53\x4c\x3f\xf6\x57\x85\xe7\x08\x30\x8b\xdf\xd5\xb6\xef\xd9\x74\xb4\xfd\xe2\x44\xe8\x00\xea\xae\x99\xae\x03\xa8\x47\xf6\x30\xd2\x0d\xdd\x2e\x9b\xc1\xd6\x7e\x14\x65\x00\xea\xf9\xa2\xdf\x0e\x01\xf5\x87\xe1\x71\x5c\x41\xfe\xec\x14\x11\x65\xab\xf8\x54\xb7\x3b\x3b\x7d\x5c\xda\x42\x91\xb7\x03\x40\xdd\x75\xd9\x0f\xdd\xd0\xf9\xb5\x2a\x19\x35\xc8\x81\x21\xa0\xbe\x3e\x6b\xe6\x68\xd6\xba\x3b\xfe\x00\xd4\xbe\x2b\x6f\x1f\x15\x7d\xc8\xeb\x4e\xc7\x0f\x31\xbf\x1d\xe9\x34\x2e\x43\xfb\x59\xed\x03\xd4\xdc\x0c\x0f\x19\x7f\xf0\xba\xa9\x2a\xc9\xdb\x47\x63\x1f\xf2\xba\x27\xd8\x67\x24\xc9\x81\x20\xdf\x91\x4c\xdd\x80\x2a\x32\x92\x6e\xca\xe6\x53\xb5\x6e\x94\xf0\xa1\x1b\xfa\x40\x74\x19\x29\x68\x15\xfe\x98\xfe\xea\x85\x1f\x92\xb7\xe7\xb6\x66\xe7\x77\x5b\x95\x06\xb1\xcb\xe2\xe7\xb9\x66\x91\xf5\xdc\x87\x55\x45\x3c\x3b\x1d\xbc\x65\x4c\x11\x01\x31\x6e\x43\xae\xd8\x83\x23\xc8\xdb\x98\x16\xc7\x6d\xea\x06\xce\xa6\x01\x6a\x6e\x17\x7b\x70\xdc\x1a\x3c\x51\xcc\xc6\x6d\x5c\x06\x36\xae\x21\x6a\xce\xe0\xd3\xa1\x1b\xfa\x21\x4e\x6a\x80\x9a\xbb\xf1\x3e\x23\xc8\xdb\x88\xd0\x21\x79\x3b\xb1\xad\x86\xa8\x39\x5d\x36\x43\x03\xd1\xb1\x0b\x88\xee\x82\x19\x64\x88\x9a\x6f\xa2\xfb\x87\xe4\xed\x14\x45\x55\x11\x30\xc8\xc8\x1a\x88\x90\x39\x43\xf2\xb6\xee\xc5\x21\x79\xfb\x76\x6b\x64\xe5\x15\x0a\xe1\xd0\x0d\xfd\x15\xdf\x55\x3e\xff\x2e\x63\xff\xae\xd8\x1f\x7a\xa8\xdf\x65\xb5\x6e\x6d\xc0\xf8\xc8\xe1\xd6\xb1\xc1\x88\xb2\xba\xfd\x31\x4b\xfd\x60\x45\x1f\x02\xea\x06\x28\x1e\x59\x37\xe5\xb4\x77\xc7\x65\xc3\x20\xeb\xa1\xde\x28\x00\xc3\x50\xe8\xe6\xb2\x29\x1a\x88\xdc\x9e\x86\x42\xcf\xec\x53\xb7\xb6\xb3\x59\x04\x5c\x2f\xeb\xa4\xc8\x40\xc0\xda\x30\x82\xd7\x5d\xfd\x90\x8c\x8b\x61\x51\x32\x95\xdb\xb3\x04\x79\x8c\x0e\x02\xa8\x67\x71\x51\x15\xb3\x94\x14\x5b\xf5\xb9\x3d\xe9\x7e\xd1\x6d\xa7\x74\x12\x50\x77\x5b\x55\x23\x44\x85\xaa\x74\x43\x3f\xc8\xf9\x01\xa0\x6e\x2f\xea\xdf\xa8\x66\xa1\x51\xfe\xc8\xeb\xee\x76\x41\x5e\xf7\x52\x58\x55\xa3\x0b\x95\x21\x46\x43\x1b\x65\x33\x00\xd4\x3d\xb9\x30\x04\xd4\x29\x3e\xc4\xfc\x5e\x98\xf8\x86\x6e\xe8\x9b\x63\x6e\x54\x0d\x62\x8a\x23\x00\x75\x37\x7f\xda\xa8\x11\x5d\x48\x7f\xab\x5b\x5b\x91\xd2\x22\xba\x90\x0f\xb5\x88\x2e\xa4\x47\x00\xea\x3e\xc0\x5c\xc3\x68\xe8\x1b\xda\xf0\x10\x50\xcb\x6e\x1d\xf2\xba\x5f\x77\x4d\xf3\xa8\xc2\xf8\x30\x04\xd4\x37\x28\x72\xe8\x86\x4e\xc0\xb7\xd1\x42\x15\xf1\x5d\xb6\xf6\xc4\x47\x3f\x00\xd4\xf3\x46\x19\x1e\x4d\x54\x45\x2a\x83\xd1\x8c\x96\xcd\x36\x83\xfe\x4e\xa7\xac\x69\xdb\xc7\x10\x37\x40\xcd\xfd\x85\x5f\x34\xba\xb6\x6e\x54\x91\x21\x6a\xbe\x94\xc6\xa0\xe6\x21\x6f\x76\x74\xb7\xb6\xc7\x5c\x0f\xd1\x4d\x17\xba\xbe\x8c\xe4\x8f\x11\xdd\x7b\x58\x15\x47\xd5\xa7\xec\xd2\x0d\xbd\x3d\x5f\x44\xcd\x97\x3d\xd2\x0d\x3d\xb1\x17\x0d\x51\xf3\xba\x6c\xa4\xa8\xb9\x58\xd4\xc0\x5b\x6d\x06\xfb\xb7\x62\x97\x1b\xa2\xe6\x82\xd3\x64\x80\x9a\x9b\x21\xf9\x43\x37\xf4\xac\xfe\x38\x2b\x46\xd8\x56\xa2\xe6\x0c\x19\x60\x0c\xdd\x94\x44\x31\x0c\xa3\xa1\x9b\xa7\xc0\x90\x46\x82\x92\x33\x24\x6f\x9b\x8a\x64\xe8\x86\x9e\x97\xef\xb2\x7f\xd3\xed\x77\xb5\x12\x38\x0b\x23\x0c\x44\x4c\xf7\xd0\x00\xe8\x81\x12\xe4\x6d\x77\x37\xa8\x79\x3e\xd8\xa8\x87\xa8\xf9\x21\xe4\x61\x18\x0d\xdd\xb0\xcc\x8c\x19\xd1\xee\x8c\xf3\x94\xf1\x88\x5e\x3a\x44\xcd\x1d\xcb\xc6\x98\x81\x22\xfd\x31\x47\xb3\x34\x83\x01\x6a\xee\x37\x78\x6d\x4c\xe3\x8c\x30\x1a\x0c\x50\xf3\x9c\xdd\x1f\xeb\x8b\xcc\x36\x32\x54\xaf\xfd\x2b\xb1\x2f\xa0\x36\xac\x6f\xcc\x88\x1e\x65\x90\x01\xd4\xd3\xdc\x05\x43\x0f\xb5\x01\x74\xe3\xf1\xd4\x1e\xec\x56\x01\x75\xb6\x77\xf2\xba\x1f\xf8\x8d\xc3\x40\x69\xb3\xfd\x8c\xc7\xad\x6d\xdf\xff\xe0\x75\xfb\x63\x44\xd9\x84\xa8\x3f\xf4\x50\x0f\xb0\xc0\x78\x74\xcb\x66\x7f\x2c\xc0\x04\xd7\x0f\x01\xf5\xfd\xd8\x0c\x45\x19\xbe\xd4\x61\xa0\xf4\x20\x92\x62\x00\xa8\x5b\x57\xd0\x3d\x86\x6c\x28\x8e\x00\xd4\xbd\xab\x2b\xbe\xba\xed\xec\x82\xbc\xee\xcf\x25\x27\xaf\xdb\x18\xf3\x01\xa0\x1e\x53\x51\x66\x34\xb4\x10\x72\x08\xa8\x85\x9f\xc3\x68\xe8\xaa\x1e\x12\x09\xc4\x1c\x1c\x13\x88\x49\x20\x1f\x6f\x18\x10\x98\x85\x00\xd4\xcb\x46\x9a\x95\x25\xde\x45\x94\x69\x4c\x1b\xba\xa1\x17\xae\xc6\x21\xa0\xfe\x70\xe5\x0c\x79\xdd\x2f\x5e\xf8\xa1\x1b\xda\x3c\x57\x43\x37\xb4\x91\x41\x63\x99\xe8\xc0\x5d\xa3\x1b\xda\x24\x51\xc3\x04\x62\x53\xa1\xa1\x1b\x3a\x54\xe5\x15\xe4\x5e\x66\x70\x69\x20\x5a\xbe\xab\x41\x0c\xe6\xe4\xd0\x0d\x7d\x94\xd5\x4b\x37\xa5\x87\xbe\x80\xba\x45\x9b\x75\x43\xab\x67\x2e\x79\xce\xd1\x66\x50\xa4\x99\xf7\x86\xbc\xee\xcf\x73\x4d\x37\xf4\x52\xcd\x96\xd7\x7d\x2b\xac\x3e\x13\x1d\x28\x15\x83\xd7\xdd\x7c\x6a\xe0\xbf\x3a\x9b\xa8\x59\xe2\xfa\x10\x35\x4b\x06\x18\xf2\xba\xe5\x35\x8d\xcf\x90\x49\x3c\x80\xc3\x04\x62\x21\x8e\xe4\x75\x2f\x75\x0f\x79\xdd\xda\x03\x87\xa8\x79\x7b\xcc\x7d\xfa\x6e\xc4\x02\xf2\xba\xdf\xe6\x77\xe9\x6f\xf3\x40\x31\x1a\x7a\x60\xd3\x1b\xa0\xe6\xd9\xdd\xfb\xba\xa1\x87\xbb\x5b\xd4\x5c\xf1\x4b\x0e\xc9\xdb\xb5\x5a\x34\x1a\x5a\x21\xb9\x0d\xa9\x73\x3d\x1b\x0d\xdd\x3d\x05\x74\x43\x3f\xea\xc6\x91\x40\x0c\xe4\x3b\x44\xcd\x49\xfd\xc1\x68\x68\x2d\xf0\x63\x1b\x32\x39\x6d\xb3\x64\x57\x3c\x1d\x03\xd4\xdc\x1f\xc7\x79\xab\x6a\xaa\x01\x1e\x0d\x44\x4a\xa4\x63\x7f\xdd\xce\xc7\xf5\xac\xd6\xaa\x1b\xfa\x72\x6d\x98\x25\x6c\x57\x7f\xec\x51\x85\x65\x63\x44\x96\x30\xd5\x27\xdd\xd0\x26\xe0\x1a\xa2\xe6\xaa\xc6\x2b\x6a\x4e\x58\x47\x87\xa8\xf9\xf6\xc8\x38\x1a\x00\xb1\x8d\x0f\xa3\xa1\x97\xba\xc7\x31\xcb\x10\xb6\xc4\x01\x6a\x9e\x3d\x3a\x28\xca\xf8\x65\x4e\x9e\x79\x85\x5b\xf6\xa7\xc1\xf3\x92\x5c\x84\xa5\x62\x5e\x92\xc7\x18\x8a\x09\xa0\x9e\x4f\xf7\xc7\x2e\x75\xd6\xe7\xd4\x43\xbd\xe0\x75\x4f\x3d\xd4\x65\x58\x34\x70\x78\xfb\xae\x4b\x1d\x35\x7b\xea\xa1\x5e\x8f\x45\xb5\xd0\x6a\xcd\x06\xfe\x73\xe4\xcd\xcb\x1c\x17\xcd\x1f\x87\x47\x7e\x50\x44\x94\x25\x44\xf7\xd4\x0d\x6d\xa4\xed\x04\x50\x8f\x0d\x1f\x63\x26\xdd\x58\x38\x2f\x66\x12\x70\x81\xdd\x66\x8a\xdc\x80\x74\x3f\x09\x30\x99\xbe\x69\x02\x31\x43\x11\x67\x12\x65\x34\x9f\x32\xf5\xea\x99\x53\x5e\xf7\xc6\xd6\x34\xe5\x75\x3f\xc9\xef\xaa\x95\x21\x06\xa7\x80\xba\x67\xab\xd2\x97\x61\x8f\x00\xd4\x7d\x83\xb9\xa6\x80\xba\x0c\x1b\x29\x83\x08\x57\xd4\xbc\x4d\x98\x86\x25\x6a\x1a\x0d\x9d\xd9\x35\xf3\x56\x0b\x85\x6f\x3c\xef\x60\x4c\x51\xd5\x1d\x6e\x59\xdf\x35\x24\x07\x81\x33\x4d\x20\xf6\xb2\x3d\x27\x80\xba\x6f\xc7\xf9\x0e\xb2\x2b\x6d\x96\xd7\x9d\x01\x86\xf3\x96\xc7\xfe\xf8\x54\x40\x3d\x6d\xb3\xb6\xfd\x64\xd1\xa3\xea\x58\x34\xe4\xca\x55\x77\x1b\x62\xc6\xf1\x3a\x73\x18\x88\x78\x9a\x75\xdb\xa1\x3b\x4d\x13\x88\x3d\x98\xfa\xa7\x6e\xe8\xea\x12\x15\x50\x17\xc4\xc2\x34\x1a\x5a\xd0\x31\xb3\xeb\xf9\xf1\x5d\x6d\xbf\x97\xef\x6a\x00\x74\x79\x9b\x40\xcc\x28\xb9\x29\xaf\x3b\x6d\xdf\x95\x31\x85\x6e\x3c\x45\xcd\xf7\x65\x9b\x23\xc4\xcc\xa2\x71\x28\x9f\x3f\x3e\x0e\x2c\x0b\x58\xd4\x3c\xb0\x44\x4d\xdd\xd0\x1d\x7a\xe7\xd4\x0d\x2d\x9d\x75\x16\x03\xff\x6d\x55\xd1\xb6\x8f\x1d\x63\x96\x88\x1e\xf5\x5d\x8e\xaa\x7b\xfa\xe3\xf0\xdd\xb0\xea\x74\x43\x5f\x9c\x2f\x53\xd4\x6c\xd2\xf5\xa9\x1b\xfa\x3e\xbe\xab\xe8\x86\x29\x31\x41\xcd\x53\xf2\xd5\xd4\x0d\xdd\xa3\x55\x26\x78\xfc\x6c\x86\xa8\xd9\xa1\x0b\x37\x34\xf8\x65\x56\x51\xe4\x67\x91\xf9\x95\xab\x33\x45\xcd\xf2\x37\xa6\xa8\x79\x40\x82\x9a\xa2\xe6\xe2\x7a\xae\x8a\xee\xf8\x90\xa8\x0a\x45\x7a\x46\x34\x34\xda\xc5\x8c\x1c\x62\xd9\xa2\xb4\x0a\x07\x47\xd4\xfc\xa2\x4d\xcd\x6a\x02\x40\x57\x8e\x6e\xe8\xaa\x28\x90\xbc\xdd\xb1\x9c\x4f\x51\xf3\x85\x56\x33\x9b\x34\x03\x4e\x90\xd9\x82\xcc\xcc\x74\x8b\x9a\x1f\x94\xff\x29\x6a\xbe\xea\xaf\xc2\xb5\x26\x80\xba\x1a\x47\x3c\x9b\xd1\x67\xee\x47\x03\xa5\x35\x98\x4c\x01\xb5\xb9\x0b\xa6\x81\xd2\x77\xb3\xa8\x47\x7e\xf9\xae\x0c\x04\x3b\xdb\x3c\xc5\xb6\x0d\x8e\x53\xdb\xa7\xba\x75\xa0\xe2\xcf\x16\x28\xc3\xaa\x58\xea\x1b\x7b\xd1\xec\xa6\xdb\x72\x15\xc9\xeb\x9e\xf8\x61\xa7\x80\xba\x7b\x82\xe8\x86\x56\x0d\x9b\xba\xa1\xe3\x8c\x00\x50\x0f\x49\x23\x53\x37\xb4\x2e\x86\x09\xa0\xee\xaf\xcd\x00\x50\x97\xc3\x99\x3e\x05\xd4\x07\x45\x7a\x0a\xa8\xe5\x39\x4f\xd3\x8b\xbd\x9e\x6b\xe1\x86\xc6\x70\x3a\xe5\x75\xbf\x1e\x0a\xdd\x90\x2b\x4c\x6d\xb3\x6b\x30\x41\xb1\x9c\x00\xea\xde\x21\x61\xce\xe1\xd6\xce\x3e\x95\xb7\xef\x16\x33\xbd\x58\x82\x72\x30\x87\x5a\x8a\x82\x4e\x5e\xb7\x2e\x86\xa9\x1b\x7a\xbd\x3e\xa5\xbf\xcf\xe3\xbb\x68\xdd\x3a\xc7\xe7\x08\x1e\x3b\x3d\x02\x50\xcf\x17\x1b\xfb\x94\xd7\x7d\x29\x42\x01\xd4\x73\xa2\x49\x4e\xa3\xa1\xd3\x6d\x23\x4d\x97\x87\x26\x39\xe5\x75\x77\x1c\x01\x53\x5e\xb7\x29\xf4\xe7\x8c\xb4\xbd\x16\x99\xdf\x06\x82\x9e\xc1\xeb\x46\x81\x9f\xc1\xeb\xc6\xbf\x3f\x4d\x2f\x26\x04\x9b\x53\x03\x82\xc7\x9c\xd1\xd0\xdd\x66\xe8\x86\xf6\x76\x89\x09\xa0\xae\x15\x8f\xd2\x04\x50\x8f\xee\x0c\xea\x86\x4e\xe0\xa6\x69\x7a\xb1\xf3\x58\x95\x5b\xbb\xd9\x66\x0d\x62\xaf\xef\x2a\xca\xb0\xf9\xcc\x27\x12\x3b\xf0\x63\x50\xf3\x28\x1e\xa0\xba\xa1\x1f\xac\x58\xf3\x89\x74\x88\x4c\x99\xa8\x39\x36\x8e\xa8\xf9\xc5\xd5\x38\x9f\xe8\x2f\xdf\xd5\x0d\x9d\xc0\xb6\x13\xd4\xdc\xa4\xcf\xcd\xc7\x9c\x5a\xd9\xa7\xda\xba\x8f\xcd\xa0\xbf\x13\x36\xce\x14\x35\x9b\x84\x7c\x3e\x61\x00\xb4\x19\xa2\x2a\xd7\x73\x44\x43\xab\x3e\x89\x9a\x35\x89\x4c\x51\xf3\xc4\x93\x35\x45\xcd\x37\xca\xf0\x34\xbd\x98\xa0\x72\x82\x9a\xe7\x45\x9c\xc2\x14\x35\x77\xc8\x1e\xf3\xd5\xd6\xed\x58\xbd\xa1\x7a\xf9\x63\x44\xb7\x81\x36\x33\xd2\x6e\x83\xd7\xa6\xd1\xd0\xde\x4d\x30\x41\xcd\xc5\xf4\x8f\x53\xf2\xf6\x8c\x2e\x60\x20\x4a\xf1\x21\xfb\xab\xf2\x2c\x79\xfb\x83\x46\x32\x97\x64\x66\xc7\x2a\x72\x88\xb9\xf7\x23\x87\x98\xfb\xd7\x1c\x62\xb5\xf9\x2e\xf2\xaa\x62\x1c\x9e\xa2\xe6\xe1\x68\x98\x76\x5b\x56\xdb\x8c\xb4\xdb\xf7\xaf\x08\x9c\xd3\xf4\x62\x7d\xda\x24\xb4\x14\x73\x30\x4e\x79\xdd\x17\x16\xbc\xb9\x04\x98\xdd\xa2\x69\x5d\xb7\x6d\xd0\x43\xad\xaa\x6c\xa0\xf4\x74\xcc\x83\xd7\xad\xe2\x21\xa0\x0e\xb5\x53\x0f\xf5\x78\x2c\x3a\xf5\x40\xf5\x69\x7a\x31\xd3\x92\x4c\x79\xdd\xaf\x1f\x12\x50\xdf\xc7\x77\x35\x10\x11\x69\x3b\xe5\x75\xeb\x19\x9f\xf2\xba\x8b\xeb\x53\x40\x1d\xba\x93\xbc\xee\xa4\x52\xaa\x1b\x7a\x61\xe5\x98\x02\xea\x99\x7d\xca\x51\x65\x80\xf6\x14\x50\x67\x0f\x50\x03\xa5\x4d\x6e\x39\xb7\x5a\x8a\xeb\x73\x47\x4e\x1e\x26\x37\xa2\xa1\xad\xca\xf4\x62\x72\x1b\xa6\x19\xb9\x87\x27\x88\x80\x3a\x63\x10\x9b\x5b\x94\x71\xfb\x6e\x57\xfc\x32\x1a\xdb\xa3\xca\x19\x34\x1a\xfa\x60\x6b\x9a\x5b\x5f\x86\xc0\x41\x40\xfd\x2c\x7f\x4c\x7f\x97\x6b\x43\x40\xbd\x3c\x14\x82\xd7\xfd\xda\x8c\xe0\x39\xf3\xae\x80\xba\x28\x51\x75\x43\x17\x95\x61\x01\xf5\x89\xa2\xbc\x7d\x87\x4e\x37\x74\xc6\xba\x32\xe5\x75\x1f\x8c\x00\xd3\xf4\x62\x55\xd9\x65\xda\xed\xad\xac\x16\x50\x5f\x44\x7c\xcc\x23\xe3\x42\xed\x22\xd2\x6e\xc3\xe4\x99\xa6\x17\xab\xea\xb7\xba\xa1\x93\xfa\xc3\x31\x84\x50\x9d\x4d\x5e\xf7\xa5\xbe\x67\x34\xb4\x99\x2b\x1e\x51\xf3\x26\xbf\xcd\x23\x6a\x16\xbd\x3e\xa2\xe6\x44\x23\x1f\xdd\xd0\xa6\x28\x7f\x2e\xb5\xee\xd7\xa2\xd1\xb2\x98\x62\x9e\xcb\x9c\x3c\xb8\x1a\x1f\x50\xf3\x38\xcc\xfe\x03\x6a\x9e\xfa\x32\x1e\x51\xb3\xc9\xdb\x9f\x4b\x03\x60\x34\x03\xd1\xbd\x90\xb7\xcf\x15\x39\x6a\x6c\x95\x19\xe6\x39\xc8\x1e\x51\xf3\xf5\x59\xd4\xb6\x8f\x22\xfd\xe8\x86\xf6\xbe\x8c\x47\xf2\xb6\x41\x2b\x4f\x8a\x1c\x35\x1f\x45\xd3\xc7\x71\x08\x3e\x29\x54\x11\x8b\x66\x98\xc7\x0c\xfb\x24\xe7\x17\x65\xf2\x91\xbc\xbd\x3f\x7f\xac\xc1\x84\x38\x85\x47\xd4\x7c\x27\x5b\x15\x99\x4e\xad\x4a\x94\xc1\x51\xf5\x88\x9a\xef\xc7\x9a\x39\xaa\x54\x08\x9f\x24\x63\x2a\xfb\xd4\xa3\xd9\xfe\x9a\x76\x7b\x1c\x8b\x1a\x88\xf0\xaf\x3d\xb7\x06\x22\xa0\xc1\x73\x1b\x1d\x8c\x08\x7a\x24\x6f\x2f\x16\xf0\x03\x6a\x6e\xa6\xfd\x7f\x8c\x86\x4e\x9f\x45\x33\xea\xa3\x4d\x3d\xa2\xe6\x42\x0c\xdd\x73\x6b\xd0\x76\xd8\xef\xc8\xdc\x4b\x7f\x6f\x33\xf7\x9e\x5f\x89\xfd\x07\x40\x3d\xdb\xb1\xfd\xf2\xd8\x87\xed\x37\xa9\xaf\x8b\x19\x40\x5d\x0e\x7a\xe6\x93\x0d\x1c\xc6\xd0\xf4\x04\xaf\x1b\x99\xf9\x98\x5e\xec\x42\x57\x7c\x0c\x94\x6e\x51\x34\x93\x1e\x2e\xb0\xc7\x40\x69\xf3\xde\x3f\x39\x00\x97\x45\x01\x26\xea\xfd\x23\xa0\x36\xa6\xec\x91\xd7\x2d\x8b\xe0\x31\xbd\xd8\x7c\xfd\xb1\x39\x2e\xb0\xcf\x3f\x39\xb4\x50\xb6\x49\x64\xe4\xae\xbe\x2b\xa0\x46\x2c\x3c\xba\xa1\x9b\x3b\xae\x68\x40\x70\x46\x4c\x2f\xd6\xc1\x8c\x8f\x80\x3a\x71\x4c\x3f\x7f\xf0\xba\xa9\xd9\x8c\xdc\x0a\x8d\x47\x37\x74\x89\xa7\xe1\x96\xa5\x47\x45\xad\x1b\x25\xfc\xd1\x0d\xad\xe3\xe3\x29\xe6\x6c\x71\x8e\x02\x50\x23\xba\x1f\xdd\xd0\x0d\xeb\xca\x53\xbc\x41\xa0\x5b\x33\x5a\xe8\x73\xf9\xae\x06\xa2\xcb\x77\xb5\xed\xa3\x1b\x3f\x02\x6a\xc3\x18\x1f\x79\xdd\x5a\xd1\x1f\xa3\xa1\x6f\xc0\xe9\x23\xaf\x5b\xa6\xd9\x53\x8d\x53\xc0\xf4\xf4\x08\xa8\x37\x81\x6f\x8f\x6e\xe8\x8b\x63\xee\x11\x50\xe7\xd7\xef\x4a\x86\x44\xf9\x7f\x8c\x86\x6e\xc5\x66\x70\x34\x2f\x65\x66\x95\x21\x36\x7d\x57\x86\x18\xcc\x96\xc7\x68\xe8\x9e\x6d\x95\x21\x66\xdb\xaa\x34\x00\x42\x93\x78\x00\xd4\x53\xce\xff\x03\xa0\x6e\x5e\x00\xf7\x08\xa8\xa7\xc3\x2e\xaf\x5b\xfa\xee\x63\x34\x74\x03\x92\x3c\xa2\x66\x23\x2f\x1e\xa3\xa1\x9f\xee\xbb\x92\x3f\x93\xef\x32\xbf\xaa\xf7\x4f\xf3\x68\x56\x3a\x89\x9a\x4d\xd9\xfd\x88\x9a\x57\xb3\xa8\xed\x17\x4b\xd4\xd3\xd4\xba\xa3\x66\xc9\xae\xd5\xa7\x26\xe5\x46\x39\x7c\x7a\xe4\xd4\x62\x42\x41\xcd\xdd\xa4\x10\x8f\xd1\xd0\xb1\xe9\x4c\x2f\x66\xe4\xf8\xa3\x1b\x7a\xb9\x43\x4d\x2f\x96\x93\x55\x19\x32\x89\x32\xfc\x84\x1b\x3a\x7e\xec\xfc\x2a\x0a\xba\x89\x59\x70\xe9\x3e\xa6\x17\xcb\x58\x18\x9e\xae\xaf\xca\xfe\x1a\x0d\x7d\x3f\xfe\x58\xdf\x0d\xf6\xde\xa7\x47\x3a\x44\x3f\x64\xb4\x3b\x46\x9e\xc7\x68\xe8\xe5\x8a\x1d\x11\xed\x6e\x91\xf5\xfc\x12\x66\xfe\xe8\x86\x0e\x79\x0b\x6a\x1e\x3d\x9e\x9a\x73\x09\xb3\xc0\x13\x49\xb9\xb1\xf9\x3c\x46\x43\xd7\x9b\x19\x1c\xc6\x19\x79\xbc\x4a\xde\x7e\xec\x42\x24\xe5\x46\x6b\x7d\x74\x43\x9b\x4b\xf9\x31\x29\xf7\xe7\xc0\xea\x86\x7e\x14\x05\x23\x6e\x00\x61\xb5\x47\x34\xf4\xf8\x95\x6d\xff\x31\x5f\xf7\xf6\x60\x9a\x4e\xfd\xb4\x28\xe3\x02\xe0\xf3\x98\xaf\xbb\x79\x2e\x9b\xaf\xfb\x01\x07\x3d\x00\xea\xf9\xc4\x53\x79\xfb\x36\x78\xc6\x52\x67\xa0\xa6\x28\xc3\x23\x6f\xc6\xd4\x33\xd7\x00\xea\x69\x82\x97\xc7\xf4\x62\xb9\x5a\x14\x50\x7b\x88\x4f\x2f\x43\x51\xec\x1b\x28\x2d\x7e\x79\xe4\x75\x9b\x0d\xe6\x11\x50\x37\x50\xf0\xf3\xc8\xfb\xc5\xf6\xfb\x00\xa8\x47\x05\x1a\x3c\x7f\xe4\xeb\xa6\x83\x02\x6a\xbd\x78\x0f\x80\xba\x1d\xac\xe8\x8f\xe9\xc5\x16\x5a\xf7\xa3\x1b\xfa\x8e\xef\x62\x30\xc9\xf1\x63\xa3\x47\x8f\x4f\xe5\xed\xc7\x77\x0d\xfc\xff\xac\x4a\x32\xa4\xba\x93\x80\xfa\x8f\xaa\x44\x19\xaa\x70\x8f\x0c\x13\x88\x01\x8f\xf9\xba\x5f\x75\x09\xf3\x75\xf7\x28\x02\x30\xcd\xf7\xf2\xbc\x21\xba\xd9\xda\x6f\xb8\x29\x69\xa4\x49\xb9\xbd\x0a\xf0\x91\xd7\x2d\x60\x79\x74\x43\x2f\xe5\xed\x6b\x12\x63\x34\xe7\xe7\x75\x7e\x8b\x45\xb5\x94\xc7\x66\x18\x08\xaf\xfe\x20\xaf\x3b\x8e\x8c\x00\xd4\xdd\x46\xea\xc6\x72\xba\x75\x43\x27\xcf\x88\x15\x5b\x9b\x09\x5d\x61\xeb\xe6\xc7\x4b\x83\x89\x5d\x08\x40\xed\x39\x6e\x52\xee\x57\xcd\x59\x40\x7d\x70\xae\x3d\xf2\xba\x1b\x76\xaa\x47\x40\xfd\x82\x9b\x1e\x51\xf3\x7c\xfd\x90\xbe\x1b\x7b\xa4\x1b\xba\x62\x5a\x7c\x96\x99\x4e\x55\x1d\x97\x0c\x13\xec\x54\x8f\x6e\xe8\x72\x59\x94\x1c\xa8\x86\xa0\x1b\xfa\xc1\xa3\xf4\x98\x5e\xac\xe1\x1e\x7d\x8c\x86\xae\x18\x6a\x1e\x51\x73\x48\xe3\x4f\x94\xe1\xb6\xfa\xc2\xc0\xeb\xbb\xba\xa1\x3d\x14\x40\xcd\x33\xd9\x05\xdd\xd0\xdd\xf3\x45\xd4\xbc\x14\x38\x92\xb7\x8f\x3d\x32\x29\xf7\x4a\x3e\x75\x3d\xe3\xee\x7f\x44\xcd\x0b\xf3\xf5\x63\x34\xf4\xc4\x79\xf1\x7c\xc1\x98\xf2\xc7\x1e\x55\x2a\x93\xa0\xe6\xd1\xad\xd9\x68\xe8\xd7\x05\x2c\x6a\xde\x9e\xe3\xba\xa1\x87\x20\x4b\xd4\xdc\x61\x10\x3d\x3b\x32\xbb\xf2\x21\x51\x73\x9a\x16\x35\x98\x40\x28\x7a\xb6\x06\xa2\xa8\xca\xf9\x75\xb3\x8b\x9a\x8f\x7b\x70\x7b\x6f\x97\x82\x42\xf2\xb6\x61\xad\x4f\xb8\xa1\x5d\x66\xba\xa1\x43\x8b\xdb\xde\x2f\xe0\xba\x12\x35\xcb\xe4\x79\xcc\x21\xb6\xa1\xed\x3d\x46\x43\x6f\xd7\xc6\x91\xf1\xf8\x7b\xf1\xef\x8b\x7d\x01\x75\xc5\xfa\xf7\x9c\xe0\x39\xd3\x59\xd3\x8b\xad\x78\x1a\x99\x03\x69\xb0\xf9\xba\x5b\x14\x01\x20\x55\xad\xec\x18\x92\xf3\x58\x8c\xa5\x6e\xcd\x6c\x6d\x33\x1b\x3c\xde\x63\xd5\xa7\x3f\x36\x04\xc9\xe3\x52\x5e\xb7\x7e\x81\xf7\xf2\x4a\xbe\xcb\xa2\x06\x84\x6e\x51\x5e\x37\x81\x24\xaf\x90\x59\xf3\xe6\x0b\x64\x6e\xcf\x6d\xd1\x2c\x16\xd3\x1f\x9b\xb6\x97\xed\xf9\x0a\x99\x0b\x86\xe2\xf7\xd2\x9a\x8d\x2d\xe2\x0d\x47\xf3\xeb\x53\x7a\xd4\x91\xc6\xaf\x90\x59\xc9\xf6\x0a\x99\xb5\x62\xbd\x66\xe4\x96\xe5\xfe\xa6\x10\x56\xfc\xd8\x9b\xaa\xcc\xe1\xfc\x26\xe3\x61\x01\x89\x6f\x12\x37\x41\xec\x79\x65\x6e\xaf\xcb\x77\x35\x79\xb1\x97\xdf\xb8\xa9\xea\xb3\xaa\xb8\x31\xa1\x53\xa4\xbf\xde\x93\xf8\x1a\xef\xbc\x51\x4b\xde\x60\x6e\xb3\xa7\xde\xa4\xb7\x82\xa0\xce\x57\xc8\x3c\x50\xb3\x5f\x13\x88\xb5\xc7\x46\xd2\xdf\x8d\x32\xfc\x9a\x40\xcc\xf8\xee\x57\x47\x73\xf2\xa9\x8e\xe6\x0e\x75\xe7\xbd\x4d\x55\xc1\xd1\xfc\xea\x68\xee\x98\x08\x5e\xd3\x6e\xeb\x3a\x7f\x65\x6e\x3f\xc5\xa7\x7a\xa3\x8e\x1f\x52\xd9\xc0\x0e\xf9\x06\x64\xc6\xac\xfa\x02\x99\x67\x79\x2c\x32\xbf\xc6\xc2\xbc\x3a\x9a\x1f\x24\xcc\x6b\xda\xed\xfd\xfa\x54\x93\x57\xf2\xbb\xd2\x77\x8b\x4f\xd5\xbb\x38\xaa\x5e\x70\xf1\xb8\x20\x61\xbe\xe2\xe2\xc9\x21\xf8\x1a\xef\x9c\x51\x1d\x5f\x99\xdb\x35\x5b\x14\x47\xc0\xe4\x79\x75\x34\x1b\x39\xfe\xca\xdc\x96\x0c\xf9\x9a\x40\x2c\xb9\xda\x23\xde\x19\xac\xf7\x66\x6f\x88\x80\xc6\xff\x8a\x8b\xbf\xcf\x46\xea\x7d\x43\x58\xbd\x7f\xe0\x62\xab\x02\x27\x26\xce\xe2\x57\x5c\xfc\x6c\xab\x42\x58\x99\xfc\xe7\x35\xde\x79\xba\x18\x4a\x98\x44\x18\x1c\x71\xb1\xc1\xe0\xaf\x8e\xe6\x85\x81\xe8\x2d\x91\x51\x9f\x36\x87\xa3\xd9\x95\x53\xa4\xef\xe2\x0e\x7e\x8b\xde\xc6\xec\x53\x53\xcd\x60\x85\x7e\x4d\xbb\x7d\x61\xd1\x7d\xc5\xc5\x26\xb3\x7a\x8d\x77\x96\xfc\xf0\x8a\x8b\xbd\x3d\xed\x15\x17\x6f\x00\xda\x6b\x96\xb0\xe1\x2c\xe8\x68\xf6\x6e\xa3\x57\x5c\x9c\xfd\xae\xf4\xec\x73\x7c\xaa\xb2\x81\x0d\xe1\x05\x17\xcf\x04\xa8\x7c\xc5\xc5\x3b\x59\x94\x18\x63\x8f\xaa\xf3\x5b\x2c\x9a\x9a\x83\x73\xed\x15\x17\xbf\x8a\x3e\x1d\xcd\xb5\xfd\x8a\xc0\xf9\x0a\x99\xbd\x11\xf5\x15\x32\xd7\x62\x3d\x42\x0c\xe7\xda\x7b\xac\xcc\x6c\xff\x7a\x8f\x95\x57\x17\xbd\x66\xe4\xf6\x2a\xc0\x57\x1f\x74\x02\xba\xbe\x2d\xe2\x25\x59\x45\x26\x10\xbb\x61\xc5\xbc\xfa\xa0\x57\xbc\xeb\xd6\xc6\xe8\xfa\x06\x64\x6e\x56\xd5\xdc\xad\xfe\x58\x0e\xc9\xeb\xd3\xb8\xd7\x89\x35\xd6\xb4\xee\x56\x8b\x72\x2a\x94\xf3\x42\x66\xb9\xe8\x6f\x0b\xa6\xba\x45\x43\xdd\x09\x2e\x78\x23\x14\x1a\xd6\xe5\xdb\x62\x6b\x53\x73\x8f\xfb\x52\x59\x63\xdd\xb4\xcc\x4a\x98\x6e\xfc\x20\xe7\xda\x1b\x8e\x66\x57\x7e\x17\x47\x6c\xdf\x35\x03\xf9\xf6\xc7\x72\x66\x8e\x3f\x0e\x51\xe6\x8f\x8d\x77\x46\x0b\x7d\x7b\x04\xdd\x30\x65\x42\xe6\x17\x93\xd7\x6b\xbc\xb3\x61\xb9\xaf\x8e\xe6\xa2\xf8\x05\x32\x57\xd3\x1b\xbe\xc1\xdc\x7e\x7c\xd7\x78\x67\x90\xfb\x2b\x73\xfb\xb3\x66\x21\xb3\x37\x6c\xbe\x32\xb7\x37\xd6\x86\x77\xc8\x31\x88\x22\xf3\x5b\xb0\x16\xbe\xc3\xf9\xf5\x40\x19\x2e\x75\x74\xf2\x57\x47\xb3\x77\xc4\xbf\x26\x10\x3b\x78\x85\x5e\x20\x73\x0b\x79\x6b\xbc\xb3\x81\x18\xaf\xf1\xce\x15\xbe\xcd\x2b\x64\x3e\xd5\x77\xd1\x33\x9b\x87\xaf\x90\x79\x78\x44\x0e\x4d\x7c\x60\xbd\x77\x1a\x54\xe5\xa1\x2f\x73\xfb\xbe\x2d\x2a\xba\x81\x51\xef\x34\x17\xa2\xab\xce\xb4\xdb\x9b\x3c\xff\xaf\xf1\xce\x95\x10\x80\x57\xe6\x76\x88\xc1\xe9\xd6\x56\x1a\x87\xa3\x79\x5a\xb3\x97\xa1\x0c\x9f\x4a\x57\xf6\xc4\x9c\x41\x77\xf4\x43\xe8\x99\xde\x1d\xfc\x8a\x8b\xbf\xcf\xef\x3a\xbf\xdb\xa2\xde\x28\x28\x8b\xaf\xb8\x58\xdb\xfe\x2b\x3d\xbb\x7b\x64\x88\x8b\x07\xe1\x21\xaf\x09\xc4\x3e\x07\xe7\xf1\xa8\x72\xa9\x44\x02\x31\xa5\xca\x13\xa2\xdb\xaa\x4c\x98\x66\x07\x8d\x77\xae\x38\x01\xdf\xc0\xc5\xea\x1e\xa6\xdd\x1e\xc0\x99\xf7\x51\xf5\x52\x22\x81\x8b\xfb\x15\x8d\xf4\xde\x3d\xf0\xda\xeb\xfd\xce\x47\x31\xe2\x3d\x56\xa6\x15\x7a\xc5\xc5\xc3\xfe\xc6\x3d\x56\x9e\x98\x91\x76\x1b\x38\xf3\x4a\xcf\x36\xcf\xc3\x6b\xda\x6d\x09\x54\x2f\xb8\x78\x6e\x65\xb5\x8e\xe6\xac\xa2\xf2\x7a\x49\x28\xc1\x50\xaf\x8e\x66\xaf\x10\x7d\x75\x34\x0f\x85\x8c\xf7\x3b\x77\x42\x96\x5e\x71\xf1\xdd\x2d\x86\xc9\xcb\xef\x2a\xaf\x7e\x69\xe4\x79\xdf\x70\x64\xb0\x1f\xf5\x41\xbf\xe0\x91\x57\x1f\x74\x05\x41\xbf\xcb\x7b\x8e\xdc\x53\x11\x0a\x8d\x43\xe1\x35\x23\x77\xe8\x7b\x11\x0a\x6d\x83\x23\x81\x98\x82\xdd\x7b\xac\x2e\x58\x79\x6f\xdc\x63\x05\xdc\x7e\x65\x6e\xbf\x98\x8f\x5e\xaf\x7e\x96\x23\xf4\xc6\x3d\x56\x8e\xaa\x8e\xe6\xbb\xf8\xd4\x2b\xf9\xa6\x45\xd3\xba\xba\xb5\x75\x34\x9f\xcb\x36\xb3\xb5\x0b\x86\xf1\x57\xc8\x3c\x61\xd6\xbd\x3a\x9a\x0b\xd6\xce\x57\xc8\xdc\xf1\x69\xbe\x42\x66\x29\x07\xef\xa7\x35\x9b\xd8\xc3\xf7\x33\xc1\x94\xba\x44\x64\xe4\x76\xa7\x7f\x6e\x6d\xe5\x4f\x30\xb7\xab\xcd\xd0\x7a\xef\xae\x11\x32\xdf\x2e\x66\x13\x88\x05\xd8\xf9\x22\x0b\x0d\x12\xe6\x53\x2b\x13\x19\x19\xef\x5c\xf0\xdd\xbc\x9f\x37\x08\x10\x2b\xfd\x1a\xef\xbc\x1c\x49\x21\xb3\x40\xfe\xdd\xe6\xba\xb4\x83\xa6\xdd\x1e\x8e\x86\xf1\xce\xa1\x66\x0b\x99\x47\xb6\x66\xb3\xd0\x14\x8b\x3a\x22\x61\x3d\xbd\x32\xb7\x17\x80\xfa\x8d\x04\x62\xd5\xaa\xf4\x56\x54\x9b\x61\xd0\x9c\xa7\xde\xd6\x24\xa2\x1c\xd8\xe1\x58\xb7\xa8\x49\x24\xba\xe0\x15\x75\x2a\xa5\xc7\x20\x23\x57\xac\x8e\xe6\x0e\xaf\xe9\x35\xde\xb9\xdb\x05\x21\x73\x87\x94\xf8\x9e\xb8\xb7\x8b\x05\x6c\xda\xed\x4f\x0c\x62\x02\x31\xf9\xd5\x6f\x24\x10\x53\xe7\x11\x17\x5f\x2a\xe1\xe2\xe2\xae\x82\x27\x2e\x36\xe0\xee\x8d\xfb\x9d\xc5\x11\xe2\x62\x93\xda\xbd\x26\x10\x93\xb1\xf0\x1e\x51\x46\x34\x52\xe2\x04\xf3\xbb\xae\xf0\xce\x34\x8a\xa2\x2a\x2c\x06\xeb\x72\x7e\xf1\x73\x2d\xef\x77\xd6\x98\xb6\x4c\xbb\xed\x1d\x25\x4b\x7a\xf6\x64\x97\x2d\x51\xf3\xdb\x2c\x22\xca\x64\x2e\x2d\x50\x73\xfd\xc0\xf2\xeb\x92\xa9\x0e\xd8\x59\xa2\x66\x53\x30\x2d\x51\x73\xfd\xac\x4a\xe2\x04\x50\x68\x5d\x9a\x80\x90\x0c\xcb\xfb\x9d\x9f\x69\x51\xef\x0c\x5c\xbb\x65\xda\xed\x85\x9d\x79\xa5\xe0\xcc\xd0\x8c\xa0\x67\x63\xb2\x5e\x29\xb2\xee\xd0\xfd\xc8\x12\x56\x7d\xea\x7a\xc6\xd4\xb6\xa4\x67\x7b\x6b\xdb\x4a\x91\xdb\x93\x71\x36\xde\xd9\x54\xd2\x4b\x47\xf3\x61\x52\x56\x64\x09\x43\x27\x5f\xa2\xe6\xb5\x7d\x6a\x64\x0d\xa2\x7b\x45\xda\x6d\xbc\x60\x4b\x7a\xb6\x89\x02\x96\x8e\xe6\x0f\xcb\xea\x8a\xfb\x9d\xf1\x92\x2c\x51\xf3\xdd\x7e\x75\xcd\xca\x32\x14\xda\xe8\x80\x75\xc7\x6d\xaa\xd6\xa3\xe8\x46\x95\x5a\x66\xe4\x3e\xc8\xae\xe5\x3d\x56\x6f\xf7\x5d\x1d\xaf\xc0\xb1\x75\x47\xd0\x0d\x2b\xe1\x0e\xeb\xbd\x3f\xd6\x7a\xcf\x8e\x5b\x77\xc4\xc3\x5a\xb3\x09\xe2\x5e\xbf\xeb\x29\x56\xec\xac\xa2\x9b\x50\x91\x15\x57\x3f\xe3\xfa\x5f\xc1\xdc\x26\xd6\x60\xe5\x48\x98\xc6\x87\x04\xd4\x83\x0d\xb8\x64\x6e\x9b\x61\x7e\x65\xad\xbb\x40\xe6\x65\x28\xb4\x17\x7c\x2c\x01\xb5\x17\x7c\x2c\x99\xdb\xe6\x33\x5c\x39\x72\x99\xfa\x21\x13\x2e\x0d\x6b\xe6\xa8\x1a\xd3\xaa\xd4\xba\x01\xf2\x2b\xe2\x9d\xb3\x35\x7b\x5b\x2e\x34\xe0\xe5\x3d\x56\x8f\x3b\xce\x7b\xac\xcc\xed\xb9\x4a\xa4\xb1\xe5\xc7\x3a\x9a\x2f\x4c\x85\xcb\x78\x67\xef\x96\x5d\x45\x83\x09\x04\xdd\x55\x22\x08\xc5\x1f\x47\xfc\x20\x6b\xdb\x78\xe7\x6f\xfb\x63\xad\xbb\xd3\xa7\xde\x1e\x8b\x91\x79\xc5\xd5\xcf\x9f\x4f\x23\xe3\x3a\x53\x56\xa4\xc3\x61\xcf\x5c\xa6\xdd\x7e\x86\x4f\x9d\xdf\xcb\x0f\x85\xb7\xc2\x56\xe9\x98\x73\x8b\x09\xa8\x2f\x77\xab\xcc\xed\x07\xca\xd0\x92\xb9\x5d\x30\x5f\xaf\xea\x95\x7c\x80\xf1\x55\xed\x2f\x62\x7f\x99\x76\xdb\xab\xd6\x96\x8e\xe6\xe2\x52\x31\x81\xd8\xbd\x2d\x32\xbf\xda\xf4\x56\xd5\x00\xa8\x08\xf5\xf6\xe7\x09\xe4\x5c\xde\xfe\x6c\xbe\x97\x25\x6a\xd6\x0d\xbd\xc2\xd1\x5c\x7d\xd7\xac\x2c\x98\x08\x56\x0d\xc7\x2b\x4f\x45\xcd\x17\xba\xd6\x12\x35\x67\x4c\x04\x4b\xd4\xbc\xb1\x2a\x2f\x51\x73\x59\xfe\xd8\xa3\x0a\xf4\xba\x44\xcd\x52\x34\x97\xf4\xec\xcb\xcd\x0e\x6a\x9e\x86\x4e\x2f\x51\xb3\xfa\xed\x8a\xdb\x9f\x39\x5e\x97\xb7\x3f\x9b\x92\x68\x79\x8f\xd5\x13\xef\x46\xee\x56\x7a\xd4\x0c\x22\xc3\xca\xb1\xa4\x67\x5f\x6e\x76\x13\x88\x79\x99\xe3\x8a\x2c\x61\xd8\x31\x96\xf4\xec\x86\x12\xbe\x40\xcd\x53\xfe\xfc\x12\x35\x2f\xbb\x10\xf4\xec\xe1\x53\x39\x6f\x6e\x2b\x51\xb3\xc0\x61\xf5\xc8\xed\xe9\x87\xe8\xaf\x37\xbe\x2d\xe9\xd9\xcb\xd3\xa7\x9b\xbb\x15\xbf\xf3\x92\x9e\xbd\x15\x14\x41\xcf\xfe\xac\x59\xe2\x44\xb6\x48\x7f\x4f\xb4\xca\xa3\x0a\x5b\xe2\xf2\xb2\x2a\xef\xd1\x5e\x71\xfb\x33\xa9\xbd\xd6\x30\x12\xc1\x0d\x2b\x6a\xee\x0a\x64\xd3\x6e\x1b\xf0\xb2\x44\xcd\x6b\xfd\xca\xb6\xbf\x64\x6e\x1b\x39\xb2\x04\xd4\x15\xcb\xe1\x32\x14\xfa\x3e\x7e\x45\xa6\xab\x3b\x7d\x08\x30\xb3\xef\xb2\xd4\x6f\xd8\xaa\x6b\x98\xb5\xc3\x31\x17\x50\x9b\x67\x66\x09\xa8\x5b\xbc\x6b\xc2\x25\xd7\x67\x38\x9a\x31\x3d\x2d\x99\xdb\x13\xdc\xb7\xc2\xd1\x8c\xde\xb5\x0c\x85\x6e\xc4\x0d\x2d\x00\xf5\x18\xf8\x43\xd7\xd4\x31\xf7\x58\xb3\x19\xd7\x9d\x11\x43\xa1\x13\x54\xa5\x35\xe3\xa2\x64\xdf\x55\x2b\xfb\x7c\xea\x52\x57\x0e\xe8\x68\x1e\x51\x34\x57\x9e\x6b\x5b\xe6\x76\x8b\x36\x1b\x2f\xf9\x58\xb3\x8e\x66\x35\x2b\x13\x88\x99\x15\x61\x99\x91\x7b\x63\x8a\x59\x66\xe4\x16\xba\x2e\x13\x88\x99\x1a\x71\x99\x40\x6c\x80\x55\xd7\x13\xb7\x6d\xb2\x3e\x05\xd4\xda\x33\x97\xcc\xed\xb3\x7c\x17\x0e\x49\x57\xb0\x3f\x1e\xcd\x40\xb0\x65\xda\xed\xd7\xa1\xd3\xd1\x7c\xbb\x3d\x4d\xbb\x3d\x87\x35\x1b\x44\xa6\xd2\x62\xbc\xf3\xed\x81\xf2\x28\xba\xfd\xae\x80\xba\x62\xce\x5d\x32\xb7\x6f\x95\x43\x13\x88\x65\xd7\x86\x80\xba\xe0\x4d\x5b\xe1\x68\xf6\x94\x37\xed\x76\xf7\x04\x79\x9d\x5f\x97\x99\xcc\x6d\xd9\x1a\x4b\x40\xed\x15\x1e\x4b\x40\xbd\x15\xdd\x6f\x18\x00\x19\x8d\xb8\xfd\x39\xbe\xab\xef\x46\x45\xc5\x04\x62\x92\x91\x96\x69\xb7\xc5\xb6\xeb\x35\xe3\x3a\x46\xad\x25\x6a\x4e\x20\xf7\xb5\x34\x78\x12\x65\xb3\x74\x34\x9b\x94\x7b\x2d\x33\xae\x2b\x15\x97\x47\x15\x68\x6e\x2d\xb7\x36\xe1\xa2\x6b\xc5\xfe\xf5\x43\xa0\xaa\x79\x5b\x54\x0b\xc5\x80\xb0\xbc\xfd\xb9\xc1\x2f\x5a\xd2\xb3\x35\xf0\x2e\x51\x73\x51\x37\x16\x35\x57\x55\x74\x51\x73\x3d\x16\x4d\x65\xe0\xf1\xba\xcc\xcd\xeb\x84\x7e\x71\x0f\x1d\x5d\x08\xd4\x8c\xd5\x6e\x79\xfb\xf3\xe7\x68\x98\x76\xdb\xeb\x6c\x96\xf1\xce\xc9\xdd\x0d\x6a\x9e\xcb\x1d\x2a\x6a\x1e\x36\x52\xd4\xfc\xa9\x7a\x05\x6a\xc6\x83\xbf\x44\xcd\xd9\xbd\xf0\x99\x51\x3f\xf9\xae\x28\xc3\x85\xf4\x45\xfc\xbe\x3f\x36\xf2\xc2\xbd\xff\x89\xaa\x30\xa5\x2e\x1d\xcd\x45\x55\xc4\x78\x67\x3d\xf8\x6b\x87\xd6\x4d\xab\x74\x34\x3f\xd0\x4a\x17\xa8\xb9\x17\xbc\x6f\x6b\x9b\xd0\x52\xb5\xcd\x2c\x61\x9f\x82\xc2\xdb\x9f\x07\x7e\xae\x15\xf4\x6c\x37\xac\x97\x55\x65\x95\x76\xe3\x9d\xc7\x75\xff\x4a\xec\x0b\xa8\x3b\xa1\xb5\xcb\x7b\xac\xbc\xe1\x6b\x99\x91\x7b\xa9\xa3\x6e\xb7\xb6\x0b\xd2\x7b\xac\xa4\xa7\xae\x1d\xb6\x5f\xa6\x5e\x1f\x74\x72\x82\xbc\x18\xfa\x75\x82\x04\xd4\x4d\x85\xc7\x50\x68\x03\x7e\x97\x8e\xe6\x7b\xfb\x63\x83\x32\xd4\xba\x0d\x85\x5e\x9e\xbc\x27\xd2\x14\xd3\x05\x01\x75\x12\x52\x9d\xc8\xfd\x68\x55\xc1\xa9\xf0\x43\xd2\x1d\xab\x6d\x96\xc9\xac\xf2\xa0\xa3\xf9\x6b\x7e\x88\xad\x6d\x98\xea\x12\x50\x57\xf4\xea\xef\x8a\x5c\xa6\x95\xa2\x53\x8f\x8a\xfe\x79\x8f\xd5\x61\xc7\x7d\x02\xea\xc1\x46\xf8\x22\x81\xd8\x6d\x55\x5e\x86\x82\xfd\xe4\x33\x81\xd8\x87\x29\xe6\x33\x81\x98\x2e\xdd\x2f\xe2\x9d\x89\xf1\xfc\xbc\xc7\x6a\x25\x8b\x41\x0f\xcb\x14\x35\x20\x3c\x7e\xd7\x78\xe7\x62\xab\xcc\x32\x84\xf9\xe8\xbb\x22\x95\x81\x5d\x70\x6b\x23\x60\x3f\x01\xf5\x8d\xed\xe5\x33\xde\xb9\x63\x4d\xfa\x74\x43\x4b\x06\xf8\x02\x50\xe3\x2b\xff\x92\x41\x37\x28\xe1\x9f\x80\xda\x43\xe1\x13\x50\x4f\x7c\x8b\x5f\x0a\x26\xb3\x1f\x62\xa9\x9b\xa4\xfa\x4b\x26\x22\x6e\x7e\xd7\x19\xc4\xb8\xf4\x99\x22\x6c\x5d\x16\x11\x56\xde\x2e\xf1\x05\x64\x46\x74\x7f\x42\xe6\x89\x5e\xfd\x99\x58\xfb\x7d\x2d\xaa\x6c\x00\xd0\xbe\x3b\x1c\xaf\x0c\xac\xb8\xb8\xa0\xb1\x7f\xb7\xb8\x89\x93\xeb\x33\xa2\xd9\x33\xf1\xf3\xa6\x2a\x13\x79\x7d\x91\x22\x8c\x05\xfc\x45\x8a\x30\x16\xe1\x27\x37\xdb\xf8\x97\xcf\xc4\xda\x6b\x58\x33\x87\xaf\x49\xb4\x3e\x71\xb1\xd9\x09\x3e\x70\x71\x97\xd6\xf5\x79\xbf\xf3\x65\x8f\xc4\xc5\xe6\x6b\xfa\xb2\x2c\x11\xb8\x76\x5f\xe0\x62\xe4\xfc\x17\x8e\x66\x0c\x53\x1f\xb8\xb8\x57\xce\x97\xcf\xc4\xda\xca\xae\x2f\x08\xd8\x2e\x7e\x13\x6b\x6f\x17\x21\xb8\xb8\x77\x8c\x2d\x9f\xb8\xb8\xe1\x16\xf9\xc4\xc5\x06\xdc\x7d\xe2\xe2\x0b\xca\xd0\x17\xf7\x3b\xdf\x56\xa5\xe3\x15\xdd\xf8\x8b\x3c\x60\xd9\x9a\xe3\xa6\x39\x3a\x18\xb8\x18\x44\xf6\x89\x8b\xe5\xeb\x7e\x45\x02\x27\xb6\xa6\xcf\x3c\x60\xcb\x19\x94\x80\xdd\x90\x39\x9f\x04\xec\x5c\x2c\xa2\x6c\xc8\xe5\xfe\x8a\xc4\x89\xe3\x77\x8d\x35\x70\x6b\x14\x95\x2b\xd4\xd4\x0f\x5c\x3c\xc7\x67\x33\xe8\x6f\x1b\x3e\x75\x7e\xa7\x55\xc5\xfd\xce\x56\x65\xa2\x78\x00\xcb\x27\x01\xbb\xef\x5f\x89\xfd\xaf\x7a\xc9\xa0\x7d\xd7\x07\xbd\x5c\x09\x42\xe6\x58\x45\x72\xb3\xc5\x6e\x9f\xc1\xce\xf2\xba\xbf\x80\xcc\xa8\xf7\x9f\xc1\xce\x63\xfb\xe3\xb8\xfa\xd9\xaa\xbc\x0a\xf9\xf8\xae\x43\x31\xfc\x71\x70\xd1\x99\x20\x83\x9d\x1f\x48\x23\x5f\xf5\x12\xba\xe4\x53\x4d\x04\xaf\x55\xb1\xb5\xdb\x6d\x51\xe1\xec\xb2\x11\x32\xb7\x66\xd1\xe0\x7d\x4c\xfd\x5f\x33\xec\x02\x35\xfb\x6b\x9a\x08\x14\x74\x72\xb3\x13\x67\xd3\xd7\xe2\x52\x36\x26\x48\xc8\xbc\x1c\x0d\xb9\xd9\x3b\x6a\x96\x53\x01\x3a\xfb\x22\xa2\x19\x45\xfa\x03\x32\x0f\x39\x33\x9f\x37\x55\xbd\xd1\x0c\x71\x44\xf6\xa9\x26\x20\x70\xee\x27\x64\x9e\xd3\xa7\xf4\xf7\x55\x2c\xc8\xcd\x7e\x1d\xe7\x1e\xf7\xa5\xfa\x34\x12\xb7\x32\xdd\xde\x54\x95\x5d\xf9\x7f\x5c\xfd\x4c\xcd\x3d\xee\x4b\x65\x34\x84\xcc\xa6\xde\xfd\x84\xcc\xde\xb6\xf0\xe9\x68\x1e\x1c\x91\x1f\x90\xb9\xbd\x40\x83\x2f\xae\x7e\xf6\xd4\xd3\xd1\x7c\x9c\xdf\x3f\x20\x33\x83\x23\x37\xdb\xfc\x45\x9f\x8e\x66\xfd\x92\xdf\x1f\x29\xc2\xe8\xe0\xf0\x92\x50\x4f\x01\x13\x6b\x9b\xa2\xf0\x1b\x71\x73\x13\x53\x66\x62\xed\x34\x7d\x57\x56\xdb\x63\x11\x65\xa3\x61\x46\xfe\x74\x34\x37\x50\xe4\x27\x2e\x3e\x0a\x3a\x23\x9a\xfb\x65\xcd\x3a\xd6\x3d\xc8\x8c\x68\x96\x9a\xf5\x89\x8b\xbd\x3b\xe3\x1b\xc1\x01\xf3\xbb\x72\xd1\x95\xb7\x46\x34\x6b\x96\xfc\x86\x61\x44\xe8\x8a\x9f\x11\xcd\xb7\x27\xb5\x04\xec\x07\x6b\xc3\x37\x23\xaf\x0e\x0b\xc9\xc4\xda\x62\x9f\xcf\x88\x66\x03\xdf\x3e\x1d\xcd\xaa\xe8\x9f\xf7\x3b\x5f\xaa\x31\x71\xbf\xb3\xa7\x9e\x29\xc2\xae\xf8\xae\x26\x2f\xc0\xdd\x67\x44\xf3\x88\x9a\xe5\xde\x43\x77\xfc\xcc\x03\xa6\x61\xea\x33\x0f\xd8\x80\x83\xf1\xe9\x68\xbe\x8f\x55\x81\x8b\x65\x6c\x7e\xde\x54\x65\x96\x8f\x4f\x5c\xec\xfd\x02\x9f\x8e\x66\xaf\x2d\xfb\x24\x60\x6b\xe0\xfd\x1e\x09\x9c\xcd\xa7\x72\xc0\xc0\x98\xdf\xa3\xf7\xcd\xbd\xe0\xfd\xce\xfd\xf1\x43\x71\x69\x26\x0b\xd8\x88\xe6\x3b\x5a\x15\xd9\x68\xfd\x90\xb1\x42\x0e\x9d\x11\xcd\x3d\xf9\x54\xbb\xc7\xb2\x19\x71\x49\x28\x13\x6a\x44\xb3\x77\x8b\x7c\x6f\x24\x4e\x67\xca\xc4\xc5\x21\xfa\x74\x34\x9b\x1e\xf0\x0b\x02\xf6\xf9\x95\x4b\xf7\x7b\x85\x90\x51\x8f\xd6\x6c\x95\x16\x53\x84\x5d\xc3\x8f\xca\x55\x56\xc1\x8b\x9c\xdb\xf8\x26\x3e\x53\x84\xc5\xa9\x6d\x8a\x30\x8d\x3c\x5f\x04\x3b\x63\x0c\xfc\x5e\xe9\x61\xee\x9a\x37\x12\x99\x5a\x95\x1c\x21\x1c\x01\x9f\x90\xf9\xf2\xe4\x95\x9b\x1d\xb2\xda\x14\x61\x63\x58\xf4\x7a\x08\xa7\xde\x9c\xdb\xaf\x07\x8a\xc1\xce\x2f\xc1\x95\x5f\xe4\xdc\x86\x6a\xf5\xc9\xcd\x2e\xce\xa6\x90\xf9\xae\x7e\x57\x6b\x36\x5e\xe9\x4f\x6e\xb6\x94\xd4\x4f\xc8\x7c\x63\xbe\xfe\xe4\x66\x8b\xbe\x3f\xb9\xd9\x47\x89\x0a\x64\xee\x9f\x72\x60\x69\xed\x54\x95\xd2\xd1\xec\xed\x36\x9f\x90\xd9\x0b\x95\x3e\x53\x84\x89\x46\x3f\x21\xb3\x36\xc9\xcf\x14\x61\xde\xc0\xf8\x09\x99\x5f\x2c\x15\x9f\x8e\xe6\x6b\x58\x95\xdc\x6c\xc8\x1b\x9f\x90\xb9\x40\x73\xfa\xe2\xa6\x2a\x8c\x1e\x9f\xdc\xec\xa6\xd8\x37\xa2\xd9\x8b\xab\x3e\x23\x9a\x9b\xe2\x37\x52\x84\x81\xfa\xbf\xcf\x30\x93\xcf\xef\xca\x99\x01\x9c\x7e\x46\x34\x6b\xfa\xfe\xe2\xa6\x2a\x08\x8d\x9f\x29\xc2\x24\xad\x7d\xdb\x60\xf6\xc7\xa7\xe6\x5d\x51\x0c\xee\xe0\xa2\xd3\x5f\x21\x73\x8e\xa7\x7a\xa3\x60\x5c\x7c\x3a\x9a\x8b\x27\x88\x89\xb5\x07\x21\x84\x9f\x8e\xe6\x8a\x3f\xf4\x0b\x6e\xb6\xb2\xcb\x88\xe6\x82\x0d\xe4\x33\xa2\xf9\xbb\x6d\xa4\x26\x11\x17\xa1\x89\xb5\xef\xe2\x8f\xcd\x99\x2f\x5e\xf3\x7e\x67\x03\x51\xbf\x13\x9c\x37\xc6\x4a\x6e\xf6\x84\xbc\xf1\xe9\x68\x36\x97\xe0\x07\x2e\xee\x19\x76\xca\x77\x22\x6c\x8a\x81\xd5\xd1\xbc\xd5\x10\xc0\xc5\x63\xab\x99\x78\xbf\xb3\x89\x0e\x3e\x71\xf1\xed\x69\xab\xa3\x59\x8b\xee\x67\x8a\xb0\xec\x61\x24\x2e\x5e\x51\x34\xb6\xc2\x83\xcc\xc4\xda\x13\x6e\xd2\x67\x8a\x30\xb7\xe4\x0e\x5c\xcc\xa1\xb0\x25\x60\x77\x3c\x77\x5b\x47\xb3\x17\x93\xed\xb8\xdf\xf9\xb6\x18\xaa\xc8\x4b\xd1\x3b\x02\x70\xd9\xef\x2b\x92\xab\xf8\x14\x55\xe4\x19\x7e\xc8\x94\x86\xc7\x22\x47\x95\xc4\x9e\x2d\x2e\x5e\xb7\xc5\x88\x68\x1e\x14\x45\x19\xa8\x13\x3b\xee\x77\x86\x6b\xb7\xc1\xc5\x43\xf0\xbe\x8d\x68\x56\xe7\xd9\xd2\xb3\x33\x1a\xd1\x36\xa2\x39\x63\xb3\xdd\x26\xd6\xbe\x58\x75\xdb\x88\xe6\x05\x8b\x66\xc7\xfd\xce\x88\xa0\x1d\x11\xcd\x8e\x86\xb8\x78\x5c\xd6\x4c\x7f\xc7\x2f\xaf\x50\xdf\x42\x66\x9d\x02\x5b\x1f\xb4\x06\xbd\x9d\xcc\xfe\xc7\x82\xdc\xde\x54\x75\x25\xdb\x80\x0f\x5a\xbb\xf1\xd6\x07\xed\x8d\xf0\x3b\x19\x11\x89\xec\xda\xc9\x60\x76\x94\xff\x2d\x73\x3b\x23\x25\xb6\x3e\xe8\xcf\x66\xdc\x8a\x32\x56\xe0\x16\x50\x1b\xe5\xb7\x4d\x11\xe6\x95\x6d\xdb\x60\xe7\x81\x22\xbd\xbd\xa9\xca\xac\x50\x3b\x00\x35\xae\xc6\x7d\x1b\xf1\xda\xad\x2a\x12\x4d\xfb\x54\xa6\x3a\x02\x67\xdf\x72\x84\xd8\x71\xdb\x9c\xdb\x75\xfb\x5d\xc3\xc4\x38\x9b\x76\x00\x6a\x0e\x94\x2d\xa0\x7e\xd0\x6f\x77\xdc\x54\x85\x70\xde\x32\xb7\x35\x7d\x6f\x00\xf5\xf0\x06\xf9\x6d\x44\xb3\xc1\x14\x5b\x47\xb3\x37\x1a\xef\x88\x68\xc6\xb5\xba\x73\x6c\x6d\xab\xf2\x66\x1f\x88\x67\x3b\x9b\x9c\x01\x26\xe1\x36\x45\x58\x3b\x36\x83\xfe\x2a\xab\xb7\x29\xc2\x2e\x50\xc6\x8e\xab\x9f\xa7\xc5\x70\xac\x5b\x15\x5b\xdb\x1b\x79\x76\x8e\xfb\x52\x29\x46\x44\x33\x6e\x82\x6d\x62\x6d\x4d\x6d\xbb\xc4\x75\x18\xf4\xa8\x84\x01\x81\x36\x17\x53\xde\x35\x8b\x26\x2b\x40\x59\xda\xc5\x44\xb5\x58\xc0\xb6\x80\x3a\x3b\x56\x02\x6a\x35\xba\x6d\x8a\xb0\x03\x53\x6b\x9b\x58\xdb\x44\xf7\x3b\x6e\xaa\xe2\x3c\xdd\x7f\xdc\x54\xe5\x87\x4c\xce\xb0\xac\xca\x48\x84\xe4\x77\xf5\x46\xa1\x48\xef\x6a\x2c\x09\xd8\x67\xeb\x68\xbe\xb0\x48\x6f\x13\x6b\x9b\xa5\x70\x8b\x9a\xcd\xd1\xbd\x45\xcd\x57\xf5\x5d\xbd\x33\xca\x01\x51\xf3\x1f\x45\xfb\x6b\x17\xc2\xd1\x5c\xac\x4a\xa6\x7a\xf2\x29\xa2\x7b\x54\xbf\x1b\xaa\x08\x2b\xd6\x88\xe6\xae\x74\xaa\x91\x33\xdf\x66\x18\xa1\xff\x59\xa4\xbf\x47\x71\xd4\x22\x1b\x2d\xdd\x37\xa2\x79\xb8\xad\x74\x34\xe7\xe2\x53\xef\x08\xc0\xa2\xbb\xa5\x67\xcb\xfd\xd8\x2d\x38\x7e\xac\x0d\x6f\xaa\xba\xf0\x0e\xef\xa6\xc1\xc4\x45\x68\x62\xed\xe9\x1c\xb5\x60\xe6\x5b\x95\xde\x19\x22\x5e\xb7\x8e\xe6\xe9\x2c\x44\x1e\x30\xb4\x8b\x2d\x3d\xdb\x6b\xdf\x77\x93\xde\xa9\xe8\x36\xb1\xb6\x59\x0a\xb7\x8e\xe6\x0f\xdd\x72\xeb\x68\x5e\x84\x0f\xec\xc8\x03\x86\xda\xb6\x45\xcd\xaa\x04\xdb\x88\x66\xc9\x1e\xdb\x88\xe6\xed\x31\x17\xd7\x51\xb9\x44\x45\xcd\x59\x89\xd4\x45\x19\x00\xe1\xdd\xe5\x44\x75\x3f\x64\x9e\x28\x5c\x48\x5b\xd4\xfc\x73\xda\xfe\x7d\xb1\xdf\x35\x98\x5c\xb6\xd0\xa9\x47\x5b\xd8\xde\x54\xb5\x9a\x5f\x41\x94\x99\x13\x75\x1b\xec\x7c\x7b\x28\x98\x73\x5b\xdd\x78\x1b\xec\x9c\xc0\x8c\xdb\xab\x9f\x37\x4c\xd1\x3d\x22\x98\xdd\xaa\x8c\xf0\x75\x41\x8e\x08\x66\x67\xc9\x01\xa8\xdb\xf4\x20\x96\xb9\x3d\x1f\xab\x32\x4f\x05\x9a\xe4\xd6\xd1\xec\x95\xe2\x5b\xe6\xb6\x57\xea\xec\x11\x37\x37\xb1\xa8\x04\xd4\x22\xf7\x1d\x39\xb7\xb3\xdf\x65\xa9\x3f\x9e\x20\x32\xb7\x25\xcc\x6f\xaf\x7e\x1e\xe8\xc6\xdb\x9c\xdb\x06\xa4\x6f\x01\xf5\xf4\xbb\x3a\x9a\x57\xf1\xc7\x26\xaa\x05\xd7\x6f\x01\xb5\x34\xa7\xad\xa3\xd9\x3c\xae\x7b\x06\xc0\xa4\xfb\x11\xd1\x0c\xf6\xd9\x3a\x9a\x2f\x65\x88\x8e\xe6\x77\xf8\x21\x93\x15\x4c\x9f\x4a\x0f\xcb\x56\xa5\x41\xac\xda\x66\x99\xea\xd8\x8b\xb6\x8e\xe6\x0b\x9b\xde\x8e\x9b\xaa\x3c\x9a\x23\x45\x98\x62\xff\x91\xa9\x0e\x1b\x67\x3f\x3a\xe6\xc0\xb9\xdb\x88\x66\xef\x56\xdb\x71\x53\xd5\xb0\xaa\xc8\xee\xc8\x52\x31\x45\x58\x1f\xd6\x2c\x47\xa8\xfa\xd4\xeb\x6c\x54\xe1\x64\x6e\x7b\x9b\xe1\xfe\x03\x50\x5b\xb3\x37\x55\x79\xe8\xcb\xdc\x36\xc1\xc2\x7e\x62\x7e\xa9\x59\x40\xfd\x61\x99\xd9\xaf\x41\x37\x10\x92\xf7\x2b\x33\xbf\xfb\x63\xd6\x73\x77\x31\xe8\x68\x3e\x9f\xef\x86\x2a\x42\xf7\x8d\x68\xf6\x42\xd8\x2d\x6a\x36\xef\xeb\x7e\xe3\x7a\x17\x8b\x31\xbf\xf4\x08\xd4\xdc\x8e\x52\xc2\xc4\xda\x3b\xaa\x32\x02\xd4\xf5\xfc\x46\x84\xaf\x6d\xb6\xbf\xaa\x4f\xaf\xc9\x55\x94\x4e\x4b\x03\xaf\xaa\xa3\x8e\xe6\xe5\xc6\x91\x9e\x6d\x3a\xe8\x6d\x62\xed\x1e\x3f\x8e\x30\x4f\x8b\x26\x1b\xc1\xef\xbc\x4d\x11\x66\xe4\xe6\x16\x35\xc7\x21\x68\x44\x73\x55\x84\xea\x68\x7e\xe3\xc7\x5a\x09\xec\xef\x0a\xce\x8c\x45\xfa\x6b\x3c\xfb\x5e\xe1\xbb\x61\xa9\xe8\x68\x36\xd7\xdc\x36\x0f\x58\x56\xd9\x88\x88\x66\xbb\xaf\xa3\x79\xab\xa8\x98\x58\xbb\xa9\xa7\x49\xcf\x36\x11\xdf\xfe\xe2\xd2\x4c\xab\xd2\x1b\xf5\xfa\xae\x06\xa2\xec\x53\x93\xab\xe0\xf7\xd9\xa2\xe6\xef\xb2\x66\x83\xe6\xf0\x38\xec\x4f\x79\x45\xf4\xc4\x36\xb1\xb6\x6c\xc9\x2d\x6a\x2e\xf1\x63\xf7\x2f\xc6\x99\x6d\x44\xb3\x99\xe8\xb6\x8e\xe6\xef\xf9\x55\x4e\x9e\x1d\x80\x1a\xfa\xcd\x0e\x1f\xb4\xba\x93\xcc\xed\xea\x7e\xdc\x11\xbc\xcf\x57\xbc\xfa\x39\xdb\x60\x01\xf5\x02\x9c\xee\x1d\xf4\x3f\x86\x62\x07\xdd\x91\x55\xb4\xcd\x43\xe2\xa1\xb6\x23\x78\xdf\xa7\x32\x5d\xd5\xd9\xbc\xfa\xf9\xdd\x3e\x35\x0f\x49\xb1\x66\xef\x08\x20\x6a\x6c\xcb\xdc\xbe\x95\xc6\xde\x54\x25\x03\x6a\x1f\xb5\x32\xd7\x76\xa4\x08\x53\x79\xd0\xd1\xfc\x2a\xe8\xbc\xa9\xca\x74\xe5\x3b\x72\x6e\x4f\x7f\x2c\xa0\xc6\xf8\xb0\x23\xe7\x36\x8c\xaf\x2d\xa0\xbe\x3d\x40\x8f\x5a\x37\xb6\xd0\x7d\x22\xef\x8a\x4f\xbd\x94\xad\x5a\x34\x28\xc3\x75\x72\x22\x6f\x92\x4f\x8d\x87\x55\xef\x3a\x66\xef\xc4\x05\xb6\xe3\xea\x67\xf4\xf9\x63\x44\xb3\x39\x4c\x8e\x8e\xe6\x6b\xfa\x54\x37\xd6\xb6\x68\x32\x0a\x34\x9c\x23\xa0\x4e\x38\xf4\x8f\x80\xba\xc3\x28\x3e\x3a\x9a\x67\xf7\x5d\x83\x50\xd0\xe8\x8e\x80\xba\x63\x01\x3b\x7f\xa4\x08\xf3\x5d\x51\x06\xdb\xe4\x78\xf5\x73\xe1\x20\x3b\xde\xef\x5c\x6f\xdb\x8c\x41\xec\xc6\xac\x7a\x74\x34\x3f\x97\x55\x69\x40\x40\x33\x39\x3a\x9a\x37\x2a\xeb\x49\x41\x67\xa5\x0b\xa6\x08\x4b\xac\xf6\x93\xe2\x68\xae\x14\x45\x19\x9f\xef\x7a\xd3\x1c\x67\xc4\x49\xe6\x11\x72\xac\x04\xd4\xde\x13\x74\x4c\x11\xb6\xd0\xab\x4f\x92\xf3\x36\x2c\xb2\x9e\x9f\xa8\x8a\xf5\xac\x35\xe9\x18\xef\xac\x64\x3b\x49\xba\x63\xf3\x5d\xe3\x61\xd1\xc9\x4f\x8a\x4b\x42\x69\xa4\xf7\x3b\x17\x0c\xad\x27\x50\x33\x72\xe0\xe8\x86\x36\x67\xf5\x91\x9e\xdd\x9c\x50\x6f\xaa\xba\x51\x95\xcf\x1d\x8e\xf5\x46\x51\x37\x25\x86\xb8\x63\x8a\x30\x93\xbc\x1d\xdd\xd0\xf9\xf6\xbb\xde\x44\x96\x7c\x8a\x16\x7a\xa6\x55\x79\x27\xc2\xb0\x55\xee\x5f\xe4\xc6\xf1\x7e\xe7\x43\xac\xf4\x11\x35\xeb\xd7\x3b\xe6\x01\xdb\xd8\xe5\x8e\x37\x55\x65\x18\x44\x27\xe2\x9d\xed\x82\x6e\xe8\xc2\xa1\x70\xb2\x41\x91\xce\x82\xf1\xce\x15\xca\xd0\x31\xde\x39\x15\x8b\x72\xde\xd0\x00\x4f\xf6\x4e\x04\xc7\x59\x37\xb4\x57\xb4\x9c\x6c\xd0\xdc\xeb\xbb\x71\xf3\x9a\x4f\x9d\xdf\x6a\xd1\xa3\x19\xb7\xc8\xc9\xc1\x89\x62\xa7\x48\xcf\xfe\x1c\x67\x51\xb3\x69\x85\x8e\xf1\xce\x0f\x26\x94\xa3\x1b\xba\x21\xbe\x4e\xd1\xe0\xc9\xde\x3f\xa2\xe6\xfc\xfe\xca\xc8\x73\xcc\xb9\x9d\x6f\xeb\xd1\x43\x8d\x65\xf8\x04\xa0\x76\xc7\xc9\xdc\x9e\x00\xdb\x63\xce\xed\xa3\x48\x29\xe1\xa6\xf4\xc7\xda\x7e\x01\x6b\x27\x52\x84\xb9\x2f\x4a\x84\xba\xfb\x21\xe3\x25\x41\x67\x27\x3c\xd4\x58\xc3\x4e\x91\xa9\x0e\x84\x3c\xde\x54\x35\x5d\xbd\x02\xea\x17\x7e\xd1\x31\x45\xd8\xc4\xe8\x71\x00\xd4\x6d\x83\x41\x4e\x30\xb7\x9b\x3f\x96\xde\xf9\xf9\x63\xb3\x77\x62\x90\x3f\x86\x42\xbf\xdb\xef\xaa\x95\x61\x13\x38\x86\x42\x17\x94\xc3\x53\x23\xdb\x21\xeb\x53\x40\x3d\xba\x8d\x64\xa9\x7b\x33\xe0\x31\xde\xf9\x89\x66\xc8\x89\xc2\x2f\x70\x04\xd4\x85\xc3\xf7\x00\xa8\x87\x87\xe0\x69\x26\xe6\x85\x4b\x76\xe2\xa6\x2a\x18\x7d\xa7\xa9\x85\x62\x01\x3b\x2d\x2e\x65\x63\x52\xbc\xfa\x59\xe5\xe1\x08\xa8\x1b\x14\xe2\x23\x73\xdb\x98\xd6\xa3\x1b\xfa\xc3\xff\x7b\xc2\x0d\x0d\xfd\xe6\x98\x22\xec\x53\x4a\x78\xf5\x73\xab\x56\x15\x37\x37\xd1\x23\x01\xf5\x1b\x8d\xd4\x4d\xa9\x60\x6f\xfa\x6e\x94\x12\xba\xa1\xbd\x64\xf0\x98\x22\xec\x75\x34\x4c\x11\x56\xdd\xad\x32\xb7\xa7\x5b\xac\xc7\xd1\xcc\x2c\xf4\x88\xbc\x60\xac\x74\x43\x9b\x70\xf5\x74\x23\x11\x86\x3f\x56\x94\xa1\x76\x1e\xdd\xd0\x39\x59\xf4\xaa\x6b\x94\xf0\x03\xa0\x9e\x97\xab\xdd\x14\x61\x21\x8d\x75\x43\xeb\xb6\x3b\xa0\xe6\xb1\x40\xfd\xc7\x78\xe7\x38\x4f\x45\xcd\x86\x6d\x9e\x11\xcc\x7c\x3a\x28\x6a\x36\x3c\xf6\xc8\xdc\x4e\xcb\xa7\x88\xee\x45\xa0\xd0\x09\xe6\xb6\x72\x7e\x44\x9e\x28\xf6\xd1\x30\x28\x12\xdc\x74\x74\x43\x57\xbb\x30\xb4\xed\x63\x87\x3c\xba\xa1\xab\x07\xe8\x88\xfb\x61\x99\x5f\xef\x77\x3e\x8e\xb3\x89\xb5\x6b\x74\x41\x83\x49\x34\x43\x51\x86\xb6\x7f\xa6\x28\x43\xb1\x1f\xa8\x19\x64\x74\x44\xcd\xea\xe4\xc7\x3c\x60\xfa\xc8\xce\x0c\x79\xc5\x68\xc4\xfd\xce\x60\xbd\x63\x1e\xb0\x04\x0f\xfc\x84\x1b\xda\x95\x13\x79\xc0\x9c\x6e\xe3\x9d\x0f\x84\xb1\x33\x23\x35\x87\x45\x45\x37\x8a\xe8\x01\x35\x4f\x13\x52\x9d\x19\xa9\x1b\x98\x05\x51\xb3\x77\xe9\x1e\x13\x6b\x5f\xee\x50\xdd\xd0\x13\x73\xc4\x11\x35\x27\x05\x94\xa8\x39\xc1\xf3\x39\xc6\x3b\x5f\x4a\x42\xe9\xd9\xf9\xb2\xe8\xfc\x2a\x55\x22\xb1\xb6\xb3\xaf\x1b\x3a\x8d\x5f\x19\x79\xce\xa3\x16\xea\xc8\xc8\xdc\x3e\x8a\x05\x43\xa1\xcf\xb4\x68\xca\x2c\x4c\x04\x47\xe6\xb6\xb9\x01\xcf\x13\x6e\x2c\x5b\xc8\xa9\x3d\xb1\x08\x1d\x43\xa1\x87\x5b\xdb\x9c\xdb\x5b\x2d\x45\x40\x3d\xd4\x42\x5f\x53\x37\xb8\xe4\x02\x50\x2b\x8e\x04\xd4\x9a\x26\x8e\x29\xc2\x1a\x1e\x87\x03\xa0\x9e\x03\xaf\xf4\x11\x50\x1f\x75\x54\x53\x84\xbd\x1e\xd3\x00\xea\xe1\x6d\xdd\xc7\x50\xe8\x84\x6d\xff\xbc\xba\xb1\x54\x00\x64\x6e\x57\xf5\x10\xdd\xd0\xa6\xb2\x3f\xc6\x3b\x7b\xdf\xd0\x79\x43\x0b\xa5\x66\xaf\x7e\xfe\xb0\x62\x1d\x01\xf5\xa3\xaa\x1c\x80\x1a\x5a\xe9\x59\xe1\xcb\xe0\x43\x02\x6a\x83\xd9\x8f\x80\xba\x82\x5f\x8e\xcc\xed\x57\xd1\x0d\xa0\x6e\x5e\xfe\x72\x74\x43\x57\xf0\xcb\x31\xde\x39\xab\x76\x9a\x22\xec\xba\xac\x19\x80\xd9\x9a\x55\x69\xfb\x75\x8b\xe9\x86\xde\x9f\x8d\x34\x25\x9a\x5b\x4c\xe6\x76\x55\x0e\xe8\x86\x16\x28\x9d\x4f\x86\x89\x3f\xfe\xd4\x52\xec\xaf\xcc\xed\x81\xc5\xef\x98\x22\xec\xb6\xcd\x71\xbf\xb3\xe3\x2c\xa0\x3e\x0a\x2b\x13\x6b\x57\x90\xe0\xf9\x9c\x5f\x2c\xa5\x47\xe6\xf6\xab\xfc\xd1\x0d\xfd\x08\x0d\x4c\x11\xf6\x29\x7f\x64\x6e\xbf\x42\x03\x01\xf5\xaa\xbe\x1b\x91\x17\x4c\x4a\xc4\x3b\x2b\x24\x65\x6e\x5f\x00\xb4\x03\x6a\x1e\xc7\xad\xf1\x47\x62\x6d\xaa\x32\x45\xd8\x8d\x1b\xe8\x78\x53\xd5\x56\xc1\xdb\x86\xf6\xab\xfc\x8b\x9a\x8b\x83\xb3\x35\x88\xdd\x56\x15\x41\x64\xfe\x58\x94\x81\x47\xfb\x80\x9a\x47\xf3\x30\x92\x9e\xfd\x25\x3f\x64\xea\x86\xf8\xb1\xbe\xb9\xe8\x91\x89\xb5\xa3\x0b\xaa\x22\xb8\xbf\x4f\xb8\xa1\x61\xaa\x9f\x13\x64\x57\x6a\x06\x35\x77\xb3\x23\x1e\xdd\xd0\xc5\x46\x1e\x0d\xbc\xf1\xd4\x3c\x60\xd8\xb8\x8e\x79\xc0\x3e\x8f\x39\xef\x77\x6e\x38\xb6\x8e\xa8\xd9\xdc\x23\xe7\x44\x2a\x03\xd6\xd5\x09\x5b\x37\xb3\xaf\x1b\x7a\x3d\x56\x25\xaa\x52\xc0\x4a\xcf\x0e\xd8\x68\x1e\x30\x6d\xb6\xc7\x3c\x60\x24\x0d\x4b\x97\x89\xb5\xaf\x61\x11\xad\x9b\x8b\x2a\xd2\x65\x62\x6d\x54\xcd\x74\x89\x9a\x31\xd2\xa6\x4b\xd4\xdc\x7f\x4c\xc7\xe9\x32\x4b\xd8\xf8\xb1\x62\xa5\xcb\x78\xe7\x93\x7c\x57\x2b\xc1\x8f\xb9\x2c\x5d\xc6\x3b\x93\x8c\x22\x5d\xa0\xe6\x9e\x7e\xbc\x6f\xe9\x12\x35\xe7\x61\xcd\x32\x88\xd2\x2f\xc4\x7e\xba\x04\xd4\xed\x47\x2d\x49\x97\x37\x55\xc1\x40\x48\xd7\x15\x59\x2c\x1a\x45\xb3\x1d\xda\x06\x01\x35\xf9\x5e\xd2\x95\x8c\x87\xfd\x31\xf7\xa5\x2b\xc5\x4d\x46\x34\x49\x0f\x35\xfc\x84\x74\x45\x28\xf4\xcd\x30\xa6\x58\xea\x0c\xa3\x80\x7a\xfe\x30\xc6\xd3\x25\xa0\xee\x3f\x31\x65\xe9\x4a\x71\xbd\x8b\x35\x7b\x54\x35\xdf\x35\x87\xfc\x43\x17\xcc\xb9\xcd\x0d\xf8\xe9\x92\xd7\xfd\xfd\x60\xc6\x74\x25\xef\xff\xcd\xb6\xca\x2c\x25\xb7\xdf\x15\x60\x1e\xfa\x2b\xaf\xbb\xfe\x44\xf7\xa4\xeb\xf6\xd4\xee\x54\xa5\x1b\x1a\x5e\x77\xba\x6e\x73\x8c\x67\x3a\x68\xce\x6d\x6e\x21\x49\x97\xf1\xce\x18\x21\xd3\x65\xce\x6d\x48\x98\xe9\xf2\xa6\xaa\xd2\x2d\xca\x20\x2a\xd6\x2c\x33\xdf\x46\x46\x02\xb1\xc6\x4a\xd0\x0d\x4d\xf4\x7a\xba\x74\x43\xaf\x9b\x0e\xca\xeb\x9e\x1f\xa3\x01\xa0\xae\x44\xda\xa6\x4b\x37\xf4\x7d\xd1\x2a\x13\x88\x65\x07\xd6\x78\x67\x72\x73\xa5\x4b\x37\xf4\x15\x3f\x56\xeb\x76\x6d\x98\x58\xbb\x15\xba\x9f\x65\x10\x65\x7a\x04\xa0\xee\xb7\x63\x25\xa0\x26\x79\x7b\xba\xbc\xdf\x39\xbd\xfe\x58\x03\x60\xb5\x19\xf2\x9c\x3b\xfd\xd5\x0d\x9d\x1d\xba\x6c\xea\x06\x17\xa1\x6e\xe8\x7c\x7c\xaa\x2f\xe3\x30\x1a\x26\x10\x23\xe4\x33\x5d\x91\x40\x2c\x31\x1a\x02\xea\xef\x65\xba\x8b\xe4\x5e\xfb\x2b\xaf\x7b\x1c\xb6\x76\x89\x54\x24\x56\xa5\x01\xf0\xe3\xbb\xc5\x2c\x52\x87\xa1\xf3\xa6\xaa\x33\xd9\xf8\x25\x0c\x80\xb4\xb9\x44\xa4\x09\x8d\x0c\x5e\xf7\xf4\xbb\xde\x87\xeb\xd0\x79\x53\xd5\x55\x2d\x9a\xca\xe0\xd8\x0c\x83\x8c\xb6\x35\x47\xc2\x34\xaa\xaa\xae\x67\x97\x4a\x55\x94\x0d\xfa\x6b\x02\xb1\x77\x32\x1a\x41\xde\xde\xec\xc1\x20\x6f\x57\xba\x00\x6a\x6e\xf3\x62\x52\xaa\xf1\xb0\x2e\x15\xe3\x9d\x2f\x27\xc5\x04\x62\xdf\xf1\x43\x31\xbf\x8c\xa4\xf1\xce\x7d\xd3\x7d\x50\x73\x81\x12\x96\x2e\x6f\xaa\xc2\xe2\x97\x2e\x51\xf3\x1d\x5d\x70\x7e\x93\xef\xea\x96\xf5\xa9\xe4\x6d\x54\xe5\x74\x35\x53\x37\x28\xba\x41\xcd\xf5\xc4\x53\x51\xc6\x62\x06\x25\x6f\x43\x26\x4c\x57\x0b\x46\x1c\xa2\xaf\xe9\xcb\x78\x18\xf6\x16\xbe\x2a\xdf\xe5\x68\x1e\x9f\x3f\x06\x45\xa6\xcb\xef\x9a\x9a\x63\xd1\xc1\xc8\x12\x16\xdf\x75\x3d\x17\x5b\xa5\x55\x64\xd1\x7d\x51\x33\x57\x9e\xa5\x4b\xd4\xfc\xfe\x3e\x74\x7f\x5f\xec\x7b\x53\xd5\xfb\xb0\xe3\x4c\x20\xb6\x5c\x81\x3d\x42\x18\x18\x37\x3d\xd4\x24\xb4\x49\x97\xbc\xee\x73\x58\x18\x26\x10\xe3\x46\xf5\x74\x01\xa8\xfb\x76\x2f\x03\xa8\x47\xce\xf4\xce\x50\x68\xbc\x2d\xe9\x32\x14\xba\x6d\x16\xe4\x1f\x09\xc4\x58\xcc\x02\xea\xee\x6e\xd5\x0d\xdd\x32\xc3\xa8\x1b\x3a\x96\xba\x6e\xe8\x92\x18\xd5\x6e\xf6\x4e\x37\xbe\x80\x1a\x8f\x43\xba\x46\x24\x6e\xa5\x55\x86\x42\xcf\x46\x9b\x47\x84\x6c\x30\xe6\x5e\xfd\x4c\x32\xf3\x74\xe9\x86\x6e\xee\x47\xe3\x9d\xb3\x92\xdc\xab\x9f\x6f\x77\xba\xf1\xce\x4f\xb6\x68\xe2\xd6\x4e\x17\x04\xd4\x3b\xde\x65\xea\x71\x22\xa4\x2b\xe2\x9d\x6f\x96\x9c\x6e\xe8\xfc\xd2\xaa\x19\xc2\x99\xb1\x12\x32\x77\xcf\x88\xe9\x85\x17\xce\x82\x90\xf9\x6b\xcc\xa0\x90\xb9\x2d\x6a\x0e\x47\x73\xa7\x91\xde\x45\x35\x94\xa8\x3a\x9a\x87\xa7\xad\x29\xc2\xda\x4d\x9b\x23\x45\xd8\xc7\xb0\xcf\x88\xbc\x60\xac\x66\xdc\x55\xc4\x0c\x9a\x22\x8c\xe0\xe8\x74\x4d\x6f\x3d\x88\x66\xc8\x99\x79\x2d\xaa\x77\x2d\x24\x8c\x29\xc2\xb6\x4b\xd4\xbb\xa8\x9a\xe2\x57\xc8\x5c\x06\xcd\x08\xe6\xb6\x2b\xc7\xd4\xd9\x9f\xaa\x48\x40\x66\xf7\xf2\x23\x53\xbd\xfb\xae\x26\x82\xc5\x48\x3e\xd2\xff\x9c\x85\xc7\x64\x05\xdd\x56\x45\x04\xa8\x4f\xe5\x44\x3d\x0c\x8e\xb8\xf8\xa8\xc6\xe8\x68\x5e\x37\xf3\x2b\x2e\xae\xae\x0d\x53\x67\x5f\x6e\xc9\x57\xeb\xfd\xa2\x2a\x53\x84\xdd\xce\xbe\xb8\x78\x45\x51\x93\xa6\x3d\xf2\x2e\xaa\xa4\xd0\x88\xbb\xa8\x2e\x8b\xae\xd8\xc5\x5e\x10\x17\x67\xc7\xea\x0d\x0e\x18\xad\x02\x17\x4f\x6e\x8a\x49\xd7\x1b\x4c\x75\x9f\x8a\x8b\x9d\xc1\x37\xf2\x44\x31\xce\x3a\x9a\xcf\x62\xd5\x49\xcf\xfe\x36\xdd\xd7\xd1\xbc\x55\xa4\xc5\xc5\xcd\x1f\x2f\x23\xf4\x07\x8b\x70\xe9\x78\xad\xfe\x58\x93\x97\x07\x8a\xb8\xf8\xbe\xfc\xb1\x41\x73\x1e\x28\xcb\x14\x70\x9f\xef\x76\x25\xb9\x45\xbc\x8d\xcb\x36\xaf\x10\xce\xbe\x6b\xf6\xce\xc4\x74\x87\xa3\x59\x15\xdd\x88\xe6\x36\x58\xed\x4b\xef\xcc\x60\x34\x96\xde\x19\xe7\x77\xb9\x9e\x3d\x40\x3f\x71\x93\xb0\x42\x7a\xf6\x72\x11\x9a\x07\x6c\x3a\xbf\x41\xcf\x1e\x2c\xa4\xa0\x67\x6f\x5a\x25\x2e\xfe\xb9\xdd\xe6\xef\x8b\xfd\x2f\x38\x15\x56\xeb\x35\x73\x6e\x5e\x21\xf3\x3d\x58\x18\xfa\xa0\x2f\xa1\x81\x3e\xe8\x22\x34\x90\xb9\x7d\x29\x70\x4c\x11\x56\x5f\xdf\x75\xa9\xab\x78\x7c\xe2\x08\x75\x72\x7d\xd0\xe9\x62\x28\xbc\x8b\xea\xcd\x4c\xfd\x76\xa9\xbb\xc6\xb6\x7a\xa6\x6a\x18\x90\x79\x3c\x76\x41\x47\xf3\xa7\x44\xf5\x2e\x2a\xae\x0e\x49\x17\x90\x79\x0c\x51\x92\x97\x3b\x0f\x4f\x6d\x21\xf3\xf2\x30\xda\x5e\x88\xd0\x18\xd5\xad\x70\x16\x1a\x6c\xa7\x5e\xf9\xa3\xa3\x39\x3d\x56\x65\x4a\xb4\xe2\x8f\xe3\xc6\x4c\x8b\x9a\xbc\x54\x87\x4e\xdc\x35\xc6\xb0\x9b\x55\x3b\x1f\xaa\x3a\x8a\xee\x49\x9b\x85\xcc\xcd\xb9\x3e\xc6\x87\x56\x86\x0e\xc8\x5c\xbb\x2b\xff\x38\xbf\xd9\x9a\x75\x44\x7a\x54\x19\xd1\x1c\xc2\x4a\xe6\xf6\xf9\x58\xf9\x71\xb9\xb3\x87\xbe\x8e\xe6\x14\x55\x81\x9b\x2e\xc5\xa0\xcc\xed\xe6\x81\x72\x42\xaf\xf6\x43\x71\x99\xf5\x4f\xab\xd2\x65\xf6\x4e\x20\x58\xba\x0c\xaa\xe2\x14\x48\x57\xe4\xd5\xa9\x14\x3d\x7c\x5f\x9f\x7a\x17\x15\xe3\x9c\xc2\xd1\xcc\xca\x49\x42\xe6\x2b\x3e\xc4\xfc\xb6\xcb\xaa\x64\xaa\x27\x7f\xac\x9e\x89\x36\x98\x4c\x11\x46\x54\x72\x4a\x3a\x9a\x33\xea\x7d\x0a\x5c\xdc\x7c\x37\xe6\xd7\x77\xcd\xab\xf3\xf9\x63\x4d\x5e\x2c\xc2\x04\x2e\x9e\x09\xdd\x38\xe9\x68\x26\x36\x3c\x25\x71\x71\x3f\x16\xdd\xda\xf1\x54\x1c\x91\x7c\x37\x52\xde\xd1\x8c\x48\xac\xfd\xc3\x2b\x48\x29\x98\xdb\xd9\x1f\x9b\x68\x1a\x59\x9d\x74\x34\x5f\x3f\x6e\xd9\x94\x52\x5c\x03\x4a\x9b\x75\x34\x9f\xee\xbb\xae\xe7\x61\xd1\x1b\x6f\x6f\xbf\xab\x72\xf5\xd2\xfd\xb8\xc1\x39\xd1\x0c\xe9\xd9\x5c\xcc\x91\x92\xf1\xce\x1f\xb2\x3a\x81\x8b\xc7\xc7\xd6\x48\xb7\x7a\x35\xda\x6f\x0a\x7a\x36\xda\x45\x02\x17\x4f\x52\xc1\xa7\xa4\xa3\x79\x7d\xfe\xd8\xac\xf8\xc7\xa2\xde\x0a\x34\xc0\xe4\x5d\x54\x6e\xba\x74\x7b\x61\xcd\x66\x34\x74\x34\x2b\x82\x92\xb8\xb8\xb9\xae\xa4\x67\xef\xe1\x53\xfa\x4b\x4e\xd1\x94\x22\x0f\x18\x3a\x4f\xf2\xc2\xa9\xe8\x6f\x96\xbe\x0b\x5a\x4f\x5e\x38\x95\x50\x81\x52\x8e\x48\x04\x5a\x95\xe3\x5a\x4c\x5a\xa5\xa3\xf9\x4e\x16\x0d\x02\x3d\x74\xdf\xc4\xda\x50\x0d\x53\x8a\xc4\xda\x1c\x19\x49\x47\xf3\x98\xbf\x48\xbc\x9c\x92\x39\xb7\xd3\xf0\x45\x1d\x73\xc7\xa2\x4c\xe6\x66\xef\x22\x3e\xd4\xa7\x5b\xc1\x6e\xfb\xbd\x31\xd3\xee\xc8\xdc\xee\x37\x0d\x2e\x5a\x3b\x51\x4a\x93\x3e\xe8\xb2\x19\x55\xef\xa2\xaa\x87\x45\x55\xe2\x42\x04\x8b\xd2\xe1\xdc\xbc\x5e\xee\x3c\x1f\x9f\xca\x11\xe2\x6c\x4a\x42\x66\x68\xb1\x29\x99\x22\xec\x7a\xfd\xb1\x5a\xca\xb2\x48\x7f\x95\x99\xc9\x9c\xdb\x35\xaa\xd2\x11\x39\xfc\xae\x1c\x12\xce\x88\x24\x73\xfb\xca\xac\x04\x99\xdb\x2f\x87\x78\xd2\xd1\xdc\x39\xf5\x92\xcc\xed\xd7\xfe\x56\x8f\x2a\x10\x65\xaa\x8a\xb2\xe9\xbb\x6a\xa1\x2f\xe3\xac\xa3\xb9\x2d\xd6\xb6\xcc\xed\xfa\xf8\xae\x79\x57\x26\x03\xab\xa3\xf9\x73\xd8\xbd\xdc\x79\x29\x43\x8c\x77\x6e\x0a\x0d\x53\x84\x0d\x65\xa6\xcc\xed\xec\x74\x0b\x99\x6f\x85\xa4\x89\xb5\x9f\x8f\xef\x02\x99\xdb\xae\x74\xb0\x99\x47\xc8\xf5\x29\x73\x9b\x3b\xe2\x53\x92\xb9\xfd\x80\xe6\x92\x8e\xe6\xd3\x2d\x46\x7c\x28\x2b\x47\x47\xf3\x71\x4f\xc9\xdc\xd6\x80\x99\xc2\xd1\xec\xec\x0b\x99\x7b\x65\x8b\x35\x1d\xeb\xf6\x48\xc8\xbc\x93\x55\xb9\x9e\x6f\x7f\xac\x56\xf6\x31\x74\xde\x45\x75\x2d\x7f\x2c\x9d\x15\x50\x99\xc0\xc5\x13\x3b\x79\x4a\xc6\x3b\x73\xd3\x77\x4a\x3a\x9a\x9b\xc3\xae\xa3\xf9\x56\xc0\x9a\x58\x7b\xbd\xbe\x6b\x76\x56\xec\x54\x49\x5c\x9c\xdc\x1a\xde\xe0\x8c\x2b\x27\x25\x1d\xcd\xc4\x29\xa4\x24\x73\xfb\x1a\xfe\x58\xeb\xee\xb6\x66\x55\xaf\xe6\x77\xcd\xde\xe9\xba\x0a\x7a\x36\xd6\x95\xa4\xa3\xd9\xa3\x39\x49\xcf\xe6\x3e\xb8\x94\x4c\xac\x7d\xb9\xe9\x86\x17\xb8\x24\xbe\x3b\xe2\x42\x22\x8b\xe6\x11\x72\x6d\xe8\x68\xfe\xaa\x45\x8e\xaa\x0c\x5e\x4b\xc6\x3b\x93\x84\x3c\x25\xe3\x9d\xbb\x4b\xc5\xbb\xa8\xea\xc5\xb0\x9b\x07\x6c\xdc\x7e\x88\xfd\x9b\x14\xec\xde\x45\xf5\x25\xfa\xeb\x0d\xce\x05\x35\x3b\x8d\xe0\x08\x31\x74\xd2\xb3\xfb\xb4\x47\xc6\x77\xa3\x48\x27\x51\xf3\x8b\xfd\x24\x4d\x93\x8d\x5c\x7c\x57\x47\x73\xc6\x0a\x9d\x66\x5c\xd0\xe3\x53\xbd\x15\x98\x32\x12\xa8\x79\x14\x65\xce\x8c\x3b\x11\x58\xde\xa2\xe6\xae\xc2\xa0\xa3\xf9\x78\xbe\x4c\xbd\x33\x4e\xca\x74\x3d\x0f\x1b\x29\x8a\x04\x65\xa4\xc8\x03\xa6\x76\x21\x3d\xfb\xde\xe7\x57\x62\x5f\x1f\xf4\xdb\x6c\x92\xa7\x36\x1a\x5d\xd2\x07\xbd\x1d\x73\x43\xa1\xeb\xb2\x68\x3c\x2c\xda\x60\xd2\x07\xfd\x2e\x8b\x02\x2e\x0c\x98\xe9\x09\xfa\x9f\x45\xa7\xde\x61\x14\x50\x97\xec\xbb\x86\xba\x2b\x70\x64\x6e\x77\x8f\x4b\x43\xa1\xf1\xb9\xa7\xe4\xe5\xce\xe9\xb2\x68\xfc\xa0\xa3\xfa\xb8\xb5\xb1\xdf\x26\x01\xf5\x8e\x2e\x68\xed\x2c\xec\x1a\x1d\xcd\xf0\xab\x53\x8a\xcb\x9d\x2f\xda\x2c\xa0\x7e\x31\x7a\x24\x01\xf5\xed\x6e\x7d\x0d\xba\xf1\x20\x7e\x05\x98\x9e\x11\x02\x6a\x72\x1f\xa5\x14\x97\x3b\xbb\xa8\x64\x6e\xbf\xa8\xca\x49\x47\xf3\xa7\xd8\x7f\x63\x6b\xb3\x20\x4d\x11\x56\x3d\x5f\xde\xe0\x44\x59\x0c\xa6\xba\x35\x33\xbf\x39\xf9\x2e\xf3\x9b\xb1\x9e\x25\x5d\xc9\x47\x29\x61\x44\xf3\xc6\xb8\x9d\x4c\x9d\xbd\xdc\xcb\xba\x92\x6f\xec\xf3\x29\x6e\x9b\xc2\xca\x9a\x80\xcc\x7d\xaa\xb4\x00\x99\xfb\xe3\x77\x97\x3d\xf2\x1c\x5f\xc6\x1a\x28\x61\x74\x25\x57\x8c\x9f\xc9\x3b\x9a\xf7\x67\xab\x74\xad\x7a\x80\x2e\x0f\xdf\xc9\x58\x2d\x4d\x04\xca\xdb\xe0\x66\x63\xb5\x4b\x42\xe6\xe3\x71\xa3\x2b\xb9\x28\x70\xc2\x95\xdc\x19\x0d\xef\x68\xde\xaa\x04\x42\xe6\xa9\xb0\xfa\x8c\x58\x7f\x7d\x37\xfc\x11\x3e\x55\xd9\x50\xa2\x7e\xfa\x9b\x94\x8a\x91\x3a\x5b\xc9\xf6\xc5\x85\x26\x7e\x48\x96\x97\xfd\xd5\x95\xfc\x65\xab\xd2\x95\x8c\xed\x34\x7d\x46\x70\x0b\x85\xbc\x6d\xea\xb8\xf1\x75\x25\x5f\xca\xf9\xb8\x6d\xca\x59\x90\x80\x5d\x1c\x3a\x6f\x9b\x6a\x6a\xec\x81\x8b\x9d\x14\x93\x80\x35\xd7\xb3\xb8\xf8\x51\x19\x36\x75\x76\x76\x60\xc1\xc5\x6d\xdc\x7e\x48\x57\xb2\x67\xe2\x0e\x2a\x88\x1f\x62\xc5\xe6\xf8\xb1\x79\x66\x54\xf9\x24\x60\xbf\xf1\x6e\x84\x4d\xf1\x21\x33\x7d\x3d\xd8\xf4\x92\x99\xbe\x2e\x7f\x1c\xae\x64\xd7\xb3\x04\xec\x7b\xd1\x66\x23\x9a\xbb\xfa\x92\xb8\xb8\xd9\xaa\x23\x81\x33\x5b\x95\x11\xdc\x38\x4d\xd2\x89\x64\x32\xfe\xd8\x54\xe1\x51\x95\xfd\x55\x61\x38\x1e\x46\xb7\xcd\xf0\x30\xb2\x83\xe0\xe2\xfe\x56\xab\xf2\x22\xc8\xc2\xda\x30\xa2\x79\xb1\xbb\x6f\x5d\xc9\x13\x9c\x78\x83\x8b\xe7\x83\x3f\xf1\x36\xa2\xf9\xfe\x09\xe6\x4a\x37\xb8\xb8\xdf\xbf\x0a\xd7\x4a\xb7\x59\xb5\xef\x63\xb5\x46\x08\x26\xeb\x41\x0f\x21\xf5\x77\xba\xe3\xfa\x66\xf0\xd7\x7d\xe9\x6a\x04\x24\xde\x66\xd5\xfe\x7e\x08\x36\xe9\x06\x32\x77\xb2\x06\xa5\x3b\x92\x80\xa1\xc3\xdc\x06\x3b\x6f\xa4\xe2\xed\x5d\x54\x83\xdd\x7a\x5f\x11\x56\xe3\xbb\x91\xa7\xe2\x67\x18\x6f\x5d\xc9\x64\xa5\x4b\x77\x0a\x6b\x27\x3f\x06\x32\xb7\x79\xf9\xd4\x73\xf9\xa6\x66\xef\xa2\x3a\xf6\x37\xa9\x77\xa1\xed\xdf\x06\x3b\x77\xd4\xdd\x3b\xa9\x77\x5d\x16\x35\x01\x5d\x7e\x88\xa9\xd7\xe9\x73\xcb\xcd\xce\xd8\x51\x6f\xb3\x6a\xdf\x9f\x45\xf3\xcc\x54\x06\xd6\x88\x66\xe8\x61\xe9\x8e\xeb\x9b\x7f\x88\x76\xe9\x4e\x66\x89\xc7\x7a\x76\xcb\xcd\x4e\xfe\x58\x57\x72\x85\x36\x70\xcb\xcd\xf6\x40\xb9\x8d\x68\xe6\x42\xa5\x74\xcb\xcd\x26\x8f\x59\xba\xef\xc8\xab\x43\xab\x74\x25\x13\x3d\x91\xee\x3f\xae\x6f\xb6\x66\xc3\xe2\x40\xd0\xb7\x90\x79\x63\x0a\xbe\xef\x20\x70\xfa\x63\xc3\xc4\xaa\xdf\x8d\x64\x05\xfe\x38\xf4\x6a\x7f\x4c\x7f\xc9\x40\x9e\xee\x5b\x9c\x88\x21\xee\x96\x9b\xfd\x56\x7a\xa4\x2b\x39\x71\xea\xdd\x39\x52\x0d\xf3\x6e\x0e\x93\x48\xa7\x88\xde\xf5\x5e\x56\x25\x4e\xc4\xa6\x77\x47\x44\xf3\x6d\x55\x26\x1b\x99\xbe\x2b\x37\x1b\x5f\xd5\x6d\x44\x33\x17\xa4\xa6\x1b\x5c\xdc\xf7\x6b\x55\xea\xd5\xe8\x8a\x77\xe0\xe2\x6e\x9b\xf5\x37\xb1\x97\x6f\x5d\xc9\xaa\xbb\xb7\x29\xc2\x26\x96\x8a\xbb\xc4\x85\x35\xb4\xd9\x88\xe6\x5c\x59\x0c\xa6\xce\xae\xcb\x1f\x47\x32\x0a\x56\x5d\x89\xe4\x1b\xb4\xaa\xe8\x6f\xb2\xcd\x25\xfc\x6b\x0c\xbb\x04\xec\xf2\xfa\xd4\xfe\x0e\x3f\xa4\x7f\x2d\xfb\x63\x59\x6d\xe8\x99\xb7\xb8\xb8\xbb\x17\x24\x60\x1f\x8c\x1e\x77\x89\xb0\x29\x8b\x26\x1b\xe9\xb6\x8a\xf9\x6d\x1c\xfa\xb7\xb8\xf8\xdb\x74\x01\x5c\x5c\x8e\xd3\x2d\x2e\xee\x1c\x82\xb7\xae\xe4\x4b\xa9\x22\x01\xfb\xb8\xcc\xbc\x8b\xaa\xc7\xbb\x11\xd1\xcc\x84\x46\x1e\x30\xec\x54\x77\x8d\xa4\x85\xbe\xeb\xfe\x75\xe3\x04\x01\x3b\x59\x14\x27\xba\xf8\x25\x60\x13\x77\x9c\xee\x1a\xa9\xa4\x2d\xea\x3a\x9f\x76\x30\x52\x85\xd3\x05\xef\x68\xd6\x64\x7d\xc7\x85\x53\x4a\x51\x5d\xc9\x4d\xc1\x68\x1e\xb0\xed\x58\x19\xd1\x3c\x5f\xba\xdf\x94\xcf\xa8\xe5\xb7\xb8\x38\xdb\x8c\x70\x25\xff\x8e\x41\xfe\xbe\xd8\x8f\x60\x67\x94\xa5\xbb\x09\x31\x5c\x36\x06\x3b\xe7\x66\xfb\xcd\xfe\xe7\xc8\xc8\xcd\x6e\xae\xde\x26\x57\x19\x4f\xcd\xfd\x47\x8a\x30\xa6\xa0\xc5\x05\x2e\xac\x6d\x20\x73\x27\xeb\x4e\xba\x81\xcc\x53\xed\xe8\xee\xb2\x26\x50\x2c\xef\xee\x50\xa0\xa4\xdd\x40\xe6\x79\x6c\x46\x77\x28\x5c\x09\xdd\x53\xdb\x61\xec\x0e\x85\x07\x62\x0f\x6f\x05\xa3\xaa\x2b\x99\xbc\xa0\xe9\x16\x32\x57\x67\x04\xc8\x5c\xdb\xe5\x77\xe3\x82\x0f\x3a\x28\x64\xce\x2e\x2a\x5d\xc9\x79\x5a\x34\x42\x10\xbb\xe2\x1d\x59\xb5\x51\xd2\xee\xe0\x66\xe3\xb6\xbb\x75\x25\xf7\xe6\xd3\xb8\xab\x88\xaa\x46\x58\x77\x99\xfa\x61\x6c\xc5\xf1\xc7\x4e\x3d\x86\x8b\x5b\x6e\x36\x81\x18\xe9\x36\xa2\x39\x67\x8b\x71\x34\xd3\xc1\x11\xf3\xeb\xbb\x5a\xb3\x9b\x6d\x66\x7e\x6f\x60\xd4\x3d\x22\x2b\x3e\x43\x27\x37\xfb\xf6\x78\x95\x9b\x7d\xbb\x90\xa6\x61\x62\xd8\x6d\x6e\x63\x96\x6f\x4f\x2e\x6f\x9b\xba\x31\xf6\xde\xba\x92\xb9\xdb\x31\xdd\xb2\xaf\x6f\x1b\xe9\x6d\x53\xe5\x61\x16\x04\xc5\xb7\x47\x86\xae\xe4\x5b\xd9\x15\xb7\x4d\x0d\xab\x8a\x64\xe0\x2c\x15\x93\x80\x85\x76\x34\xe3\xa2\x40\xdf\xe5\x30\x3a\x95\xf9\x9d\x6e\x5e\x85\xe4\xa3\xeb\x0d\x07\xc4\xfd\xc8\x03\xc1\x6c\x7e\x3f\xae\x58\x1c\x91\x77\xc4\x2c\xab\xb3\x3d\x46\x13\x60\xe2\xbb\x23\x39\xf6\xb6\xe6\x08\x14\x62\x34\x8c\x59\x3e\xc9\xa7\x81\x23\xfc\xae\x38\x42\x0d\x21\x5c\xc9\x8d\x36\x3f\xf2\x5e\x5c\x1b\x8f\x99\xa0\xd4\x79\x44\xbe\x07\xf0\x7e\x3f\xea\x99\x97\x5d\x30\x86\xd7\x93\xfa\x95\x5d\xef\x1c\xbd\x0a\x67\xb0\xed\x2d\xf2\xad\x58\x0b\xef\xd7\xa4\x85\x0a\xe7\x37\x84\x33\x73\x14\xc8\x17\x2e\xd6\xfd\xea\x5a\xf5\xa4\x7e\xed\xaf\x52\x31\x5c\xc9\xd9\x77\xed\x2f\x76\xf2\x3b\x32\x7d\x81\x6e\xee\xc8\xf4\x85\x77\xe6\x7e\xed\xaf\x47\xd5\x6b\x7f\x61\x0f\xde\xaf\xfd\x1d\x36\xc3\xfe\x2a\x82\x22\x66\x59\x45\x7a\xd9\xdf\x87\x1e\x2d\xaf\x68\x51\x9b\x5a\xf6\xf7\xb1\x68\x7f\xe1\x60\xdc\xe1\x4a\xf6\x5c\x0b\x57\xb2\x8b\x61\xd9\x5f\xd5\x98\x65\x7f\x3d\xb8\x97\xfd\xfd\x7c\x6a\x7f\xe1\x35\xdd\xcb\xfe\x7e\x7e\x37\x32\x7d\xd1\x7d\x5d\xc9\xe7\xfb\x95\x91\xe7\x5e\x0e\xc5\xb1\x49\xda\xab\x6f\xc6\x2d\x92\x80\xb9\x5b\x3f\x87\xc2\x15\xf8\xc5\x9d\x98\x3e\xf5\x5c\x56\x48\xca\xbe\xbe\x94\x3f\x40\xe6\x7a\x29\x16\x3e\x87\xe2\xf8\x34\x28\x5e\x56\x35\xac\xca\xe2\xf4\x5d\x46\x46\x57\xb2\xce\xc4\x5b\xc8\xac\xa3\xea\x16\x32\x93\xeb\x32\xdd\xba\x92\x49\x24\x98\x6e\x5d\xc9\x57\xf1\x5d\xfb\x8b\xb7\xe2\xf6\xb6\xa9\x4b\xb1\xef\x6d\x53\x97\x2b\x41\xc8\x7c\x29\xba\x85\xcc\x97\xaa\x85\x49\xc0\x2e\x70\xdf\x2d\x64\xbe\x3c\xa6\x65\x5f\x73\x53\x5e\xba\xe3\x82\x66\x81\x83\x17\x34\x93\x42\x3f\xdd\x26\x01\xbb\xb6\xcd\xb0\xbf\xae\x22\xd9\xd7\x97\x60\x27\x5c\xc9\x97\xcd\x50\x94\x5d\xb6\x59\x3d\xe4\xb3\x66\x21\xa4\x7b\xea\xc4\xd6\x66\x34\x4e\x6c\x6d\x3a\x78\x5c\xea\xb0\x80\x6e\x20\xf3\x24\x9a\x32\xdd\xde\x36\xb5\xb0\x39\xdf\xb2\xaf\x97\xfb\xf1\x44\x1e\x78\xdf\xa5\xbf\x9f\x20\x0b\xc8\x3c\x43\x66\x02\x99\xe7\x54\x59\x32\x66\x39\x29\xba\x65\x5f\xcf\x64\xcd\x8a\xee\xe3\xbb\x1e\xbe\x2a\xff\x26\xc7\x7e\x1c\x0d\x63\x96\x33\x1a\x42\x36\x66\x39\x21\x6f\xb3\x49\xc0\x26\xee\xb3\x2c\xfb\x9a\x84\x12\x29\x5f\x8a\xee\xc7\x77\x23\xb3\x4a\xa3\xa8\xe8\x46\x45\xcf\xc6\x2c\x73\x07\x44\xca\xe2\xe2\x81\x49\x24\x47\x72\xec\xd7\x9a\xe3\xb6\x29\x9f\x9a\xaf\x12\x62\x70\x96\x7d\x3d\x87\xdf\x35\xf5\x6e\xf6\xc7\xe2\xe2\xcb\xef\x7a\x54\x61\xe2\xcb\x97\x81\x60\x30\x09\xb3\xb8\x38\x61\xc6\xc9\x26\x01\x4b\x3f\xfc\xf9\x94\x4d\x8e\x9d\xf0\x38\x64\x5d\xc9\x09\xfb\x67\xd6\x95\x9c\x30\x69\xe6\x24\x4e\xc4\xb2\x9a\xc5\xc5\x89\xbd\x90\x4d\x8e\xfd\x3a\x56\x29\x6e\x6a\x78\x28\x6a\xc6\xc1\xb4\x98\xef\xb0\xa2\xd3\xc8\x48\x70\x0d\x9c\xc9\x3a\x7c\x5f\x56\x5d\x36\x67\xf5\xcb\xc6\xc9\x91\x44\x0b\xb9\x97\xf5\xc3\xbe\xa8\x9a\xf9\x0e\x06\x23\xef\xca\x40\x7e\xb1\x93\x67\x61\xe3\x8b\xf8\xca\x32\x90\x5f\x38\x7e\x59\x4f\xeb\xcb\xba\xca\x59\x18\x05\xf4\xcb\xfa\x52\x17\x2a\x50\xce\x01\xfc\xf9\x2e\xc0\x70\x2c\x56\x5d\x36\x68\x77\x5d\xbe\x1b\x59\xdd\xe8\x60\x09\xa2\x3b\x1f\x32\xe1\xf3\xe2\x94\xcf\xa0\xb9\xb1\xb0\x6f\x67\xd1\xdc\xc2\xa1\x9f\x4b\xdc\x5d\xc5\xb0\xcb\xf5\x95\xcb\x9d\xe5\xdc\xe6\xf6\x8b\x6b\x56\x52\x16\x43\x65\x2c\xb4\xd9\xfb\x7c\x9b\x5f\xa9\x62\x46\x54\x8b\x5c\x0d\x0a\xbb\x59\x45\x55\x9a\x44\xb6\x68\x96\xb3\xdb\xaa\xbc\xd3\x21\x5b\x95\x41\xbb\x98\x0a\xb3\x41\xac\xad\x58\xb3\x34\x09\x2c\x24\xd9\xeb\x87\x1a\x7a\x57\x36\x2b\x54\x43\x5b\xc8\xd2\x71\x1b\x8a\x47\x16\x43\x91\x4b\x39\x65\x73\x29\xb7\x4e\xcd\xcd\xc8\x20\xc4\x51\x36\x88\xb5\xa1\xed\x67\xe9\xb8\x0d\x8d\x3d\xb7\xe0\x64\x5a\xb3\xfd\xc5\x8a\x95\x0d\x62\xbd\xe2\xe9\xb0\xc8\x7c\x45\x56\xa8\x69\x55\xd2\x42\xb0\x94\xe6\x16\x41\x9d\x36\x52\xba\x35\x2c\x82\x0c\x50\x9a\xd7\x6b\x23\xe3\xfa\x21\xd6\x67\x64\x85\xc2\x8a\x95\xf5\x2d\x7a\xa0\x64\x81\x92\x3e\xeb\xec\xf5\x43\x97\x6d\x06\x28\xcd\xcb\x3d\x25\x50\xe2\x42\xa5\x94\xbb\x34\x09\x9c\x08\xb9\x9b\xc5\xee\xf3\x5d\xfb\x0b\xba\xc9\x66\x85\xba\x14\x0b\x5e\xda\x7b\x01\xdf\x72\x0f\x1a\x8c\x8d\xb4\xbf\x9b\x59\x88\xd4\x4f\xee\xd6\x6e\x7f\x3f\xab\xb2\xbf\x58\x68\xb3\x9c\xdb\x4b\xe1\x3c\xec\xef\xa6\x0b\xfa\x16\x2f\x14\x86\x2c\x50\x4a\x6e\x40\x53\x3f\x25\x57\x6c\x5c\x3f\x94\xfc\xb1\x97\xba\xe2\x5c\xcb\xa6\x7e\x4a\x2e\xe0\xa1\xb9\xfe\xf6\x43\xc3\xa7\xcc\xa0\xb9\x94\xa5\x66\x65\x39\xb7\x7a\x5a\x73\xdc\x31\xc4\xe9\x93\x05\x4a\xd3\xe5\x1d\x40\x49\x99\x19\x50\xc8\x61\xf7\x5a\xde\x82\x3d\x21\x9b\x2d\xf9\x76\x16\x02\x28\x29\xf7\x02\x28\x29\xca\x04\x4a\xf9\xf3\x5d\xbd\xc3\xca\xbd\xf0\x1e\x62\x5c\xca\x02\x25\xf2\xf9\xa4\x2c\x50\x4a\x40\x83\x3c\x23\x8f\x19\x73\x04\x50\x9a\xaf\xa3\x21\x50\xca\x2e\x42\x81\x12\x17\x14\xa6\x3c\x23\x56\x91\x35\xe9\xb5\xbc\x9f\x53\xa6\x8b\xb0\xa3\x3d\xe6\xb8\x96\x17\x05\x29\xcb\xb9\xed\xee\x85\xc7\x80\x08\xb4\xb8\x1c\xb7\x08\x79\x36\x01\x94\xaa\xd6\xe0\x6c\xb6\xe4\xf1\xf9\xae\x44\xc4\xdb\x9a\x0d\xcb\xbd\x7d\xd7\xbb\x4a\x15\x50\x26\x77\xea\x00\xd2\xec\x2d\x42\xdd\xe9\x36\x7d\x53\xaf\xbe\x7b\x7c\xca\x9a\x7c\xa3\x47\x4c\xe8\x1b\xb7\x91\xf2\xae\xe9\x9b\x3a\x54\x90\x6c\x3e\xe4\xde\x7c\xb7\xf8\x94\x91\x34\xda\xb4\x83\x23\x72\x38\x01\xbb\x3f\xb6\x47\xb8\x81\xf2\x1f\x17\xef\x32\xa1\x26\x3d\xee\xdd\xaa\xec\x51\xff\x15\x6f\x3f\x4b\xb8\xed\x8f\xf5\x98\x5f\x54\x2d\x45\xff\x60\x1f\x36\xc9\xa1\x78\xed\xac\x43\xa1\x48\xf1\x0a\x21\x2e\xec\x4b\xd9\x40\xd4\xae\x28\xf3\x0a\xa1\x0e\xbe\xce\x7a\x0f\xbb\xea\x81\xde\xc3\x8e\x0d\x36\xeb\x3d\xec\x1f\x9d\x35\x10\xb5\x03\x7c\xf2\x0a\x96\x29\x83\x6c\x66\xa7\xae\xb2\x64\x3e\xe4\xae\x18\xf4\xe2\xdd\xee\x52\x5f\xf6\xd7\x05\xb9\xec\xef\xf1\xc7\xf6\x57\xe5\x41\xc2\x6d\x47\x55\xce\x42\xa1\x81\x22\x9d\x85\x42\xc3\x9d\xfe\xc5\x1d\xd3\x16\xed\xef\xb6\xe8\x62\xc6\x34\x9a\x85\x42\x43\x71\x24\x14\x1a\x2a\x00\x71\x85\x10\x36\xf6\x2c\x14\x1a\xb7\xef\x1a\xb8\x87\x4e\x9e\x85\x42\xd2\xe9\xb3\x50\x48\x6a\x68\x16\x0a\x8d\x61\xcd\xf4\x77\x4c\x46\x52\x28\x34\x54\x2c\x3f\xed\x72\x98\xfa\x33\x50\x68\x1e\x5b\x25\xab\x56\xb2\x5c\xd6\x7b\x48\x7a\xd2\x94\x65\xd5\x6a\x7b\xc9\xb2\x6a\xef\xee\x8f\xf5\xef\x0f\x8b\x26\xd5\x84\xc0\x99\x65\xd5\xde\x7e\xd7\x7c\xc8\x37\x7e\x9f\x1c\x81\xa8\x90\xcd\xf2\x36\x87\x00\xb8\x3e\xeb\x3d\xbc\x3d\x8b\x4d\xdf\x74\x7b\xda\x1a\x88\x7a\xab\xfd\xea\x3d\xbc\x5d\x1b\x91\xbe\x49\xf1\x2b\xab\xf6\xf6\xc4\xf4\xe2\xdd\x1b\x0f\x6f\x36\x10\xf5\x86\xe9\x91\x65\xd5\xde\xa0\xef\x7c\xec\xef\xf4\xc7\xf6\x57\xfd\xf6\xd8\x5f\x6c\x7a\xd9\x8c\xc7\x37\xe4\x87\x1c\x19\x8f\x15\x83\xc1\x9b\x75\xe3\xe8\x1f\xbc\x95\x8a\x27\x7a\x64\x33\xec\x11\xf6\xcf\x2c\xd8\xd1\x89\x99\x8f\x3d\x42\x73\x2e\xf2\x66\x6f\x76\x77\x91\x37\x7b\x63\x7a\x2a\x26\x68\xca\xd8\x7c\x8a\x19\x8f\xef\x9f\x74\x22\xa9\x5c\x71\xf3\x91\xef\x56\x7f\x7c\x28\x36\x8b\xfe\xd8\x19\xe4\x94\x2f\xf2\x66\x49\xa1\x9f\xca\x15\x19\x9e\x6f\x8a\xc1\x13\x1e\x14\x5f\xab\xf2\x5d\xfb\x0b\x75\xa7\x08\x76\xc8\xbb\x98\x8a\xbc\x59\xf2\xaf\xa6\x22\x6f\x56\x73\x68\x49\x86\xb4\x80\xa9\x4b\xb2\x47\xb8\xa1\x8b\x6e\xbe\x1b\x99\x53\x74\xf3\x65\x0c\x0e\x25\xd9\x23\x1c\xaf\x05\x47\xde\x20\x49\x42\x2a\xc2\x19\x6e\xf9\x4f\x45\xee\x6b\xce\xbe\xbb\x2c\xd2\x5f\xc1\x4e\xce\x56\x65\x9b\x51\x17\x4b\x38\xf2\x30\xa6\x15\xa1\x90\x94\xa1\x22\x14\x22\x61\x48\x2a\x42\x21\xee\xaf\x49\x45\xee\x2b\x97\xde\xa6\x22\xf7\xf5\x27\xcd\xf8\xdf\x15\xfb\xc5\x70\xd1\x8c\x5f\xa3\x08\xa9\x72\xb2\x5a\x63\xac\x9a\x4f\x8d\xb1\xc2\x50\x53\x04\x5c\xe4\x80\x4d\xc5\xfc\x4b\x39\xdb\x06\x87\x02\xbb\x71\x11\x8e\x65\x84\x55\x91\x16\x9b\x39\xc5\xca\x1d\xd3\xc7\x50\x08\xd6\x32\xa7\x67\xf9\x23\x5c\x94\x51\x15\xac\x65\xdc\x49\x45\x38\x96\xd9\xad\xc5\x80\x50\x52\x9a\xa4\x22\x1c\xcb\x8f\x4f\x6d\xf3\xe3\xbb\x31\x7d\xb4\x59\x38\x96\xa7\x1f\xb2\xcd\x9c\xda\x25\xdb\xe6\xee\x53\xdb\x8c\xfe\x53\x0c\xf9\x34\x22\xbb\xe8\xa7\xcb\x88\xc1\x22\xb2\xcb\x08\x9c\x22\xb2\xcb\x9c\xe9\x45\x64\x97\xa7\x4f\xed\x11\x2e\xec\x62\xe6\x61\x72\xb1\xa6\x62\xa2\xa4\x8c\xb6\x5f\x8a\x73\x84\x3a\x54\x84\x81\x5c\x24\x97\x8a\x30\xd0\xd8\x8a\x22\x7f\x35\xc3\x89\x2a\x66\x1e\xce\xee\x38\xaf\xf2\x19\x6e\x5e\xaf\xf2\x29\xc9\xa7\xde\x4e\x7e\xd9\x66\xfb\xcb\x99\x58\xaa\xfd\x3d\x16\xed\x2f\x3a\x6a\x31\x51\x52\x71\x4f\xc9\x5f\x25\xf7\x5a\x2a\x55\xaa\xb6\x9b\xb7\xca\x7f\x73\xb7\x1a\xf2\xc9\xad\x2b\xa9\x98\x28\x49\xfd\xb6\xc8\x5f\x2d\xca\x9f\x1a\xfd\x65\x42\x0d\xea\x94\x04\x55\xaa\x33\x88\xae\x58\xbc\xc4\x36\x43\xc0\x28\xa0\xc8\x51\xf0\x92\x94\x16\x3d\xe2\xa9\xa9\x90\xb2\x42\xb2\xd9\x23\xb4\xc1\x62\x50\x67\x51\x4a\x34\x7b\x84\xf6\x5b\x0c\xea\x2c\x10\x1a\x0b\x28\x72\x90\xaf\x32\x95\x66\x9b\xbb\x3f\x66\x8e\xca\xf0\xc7\xaf\x4f\x19\x2b\x39\xa8\x45\x09\xa3\x43\xad\x14\xdb\xec\x1c\xb9\x71\x0c\xdb\x34\xdc\xbb\x18\x9b\x59\xd0\xe2\x8a\xb1\x99\xdc\xa3\x9d\x8a\xb1\x99\xb2\xe9\x4a\xb7\x47\x28\x96\xc5\x6b\x6a\x8b\xeb\x4a\x0e\x2a\x09\xa9\x52\x31\xd9\x51\x01\xa1\x14\x63\x33\xc9\x55\x9b\x8a\x0e\x35\x92\x33\xa4\x22\x07\xb5\x28\xba\xcd\x1e\x5c\x38\x4f\x8b\xd9\x83\x0b\x8c\xa9\xd2\xed\xaf\xab\xdd\x64\x47\x45\xd1\x2d\x07\xb5\x3c\xb6\xca\xfe\xe2\x67\x2f\x72\x50\x0b\x07\x68\xf1\xce\x9d\x82\x86\x50\xe4\xa0\x16\xf7\x82\x0e\x35\x92\xda\xa5\x12\x77\xee\x78\xfa\xc8\x41\xad\xe8\x78\xc5\x64\x47\xba\x36\x8a\xb1\x99\xc5\xa5\x12\xc9\x8e\xb2\xcd\xa0\xbf\x5c\x4c\x96\x8a\x1c\xd4\xaa\xd8\x94\x83\x5a\x31\x1e\x16\x93\x1d\x55\x60\x45\x31\x36\x53\x24\x58\x86\xfd\x3d\xb6\xca\xf0\x10\xd7\x95\x1c\xd4\x9f\x74\x55\x7f\x5f\xec\x1b\xd4\x59\x15\xbf\x06\x75\x56\x3c\x44\xc5\xa0\xce\xea\x49\x64\xf6\xe0\xea\xfa\xf4\x9a\x5a\x2e\x54\x4a\x65\x3a\x14\x1e\x3d\x7a\xe2\xb8\xda\x3b\x15\xaf\xe3\xa9\x0a\xba\xe9\x50\xa8\x78\x78\x1d\x4f\x55\xb2\x99\x07\x89\xac\xa7\xa9\x18\xd4\xc9\x0d\x4a\xa9\x00\x30\x47\xed\x76\x76\xfb\xae\x8d\x8c\xe4\x30\x8c\x8c\x41\x9d\x55\xd1\x6d\x50\xa7\x64\xdd\xe2\x75\x3c\x15\xad\xac\xc8\x41\xad\x9e\x20\x72\x50\xab\xeb\x13\x80\x39\xaa\x2b\xff\xb1\xbf\xaa\x34\x8f\xfd\x75\x82\xe4\xa0\xb6\xdb\x9a\xbd\xa3\xe4\xb2\x19\x32\xbe\x6e\x9b\x21\x9d\x1e\xc6\x54\x79\x8c\x1c\x71\x6b\x1b\xd4\xb9\x31\x6b\x14\xe1\xe7\x51\xf1\x10\x7e\x4e\x7f\x2c\xfc\x9c\xf0\x57\xcb\x2b\xa3\x8f\x58\xfe\x22\xfc\x9c\x98\xaf\x8b\xf0\x73\x2a\x9d\x84\x9f\x13\x53\x7f\x11\x7e\x86\x46\x27\xfc\x24\xaf\x57\x2a\xc2\x4f\xcd\x8c\x45\xf8\xb9\x6e\x9b\x61\x06\x09\x15\x1e\xb3\x07\xeb\xd2\x2d\x72\x50\x6f\x0f\xee\x37\xe8\xe5\x7e\x48\xfa\x31\xbe\xd4\x22\x07\x55\x35\xbb\xc8\x41\xbd\x81\x7e\x65\x45\xf6\x6f\x3a\x68\x50\x27\xf7\xe8\xa5\xb2\x82\x6e\x4d\x9b\x0d\xea\xbc\x31\xe7\x96\x65\x0a\x59\xb7\xe7\x8a\x94\xaa\x7c\x57\x86\x6a\xa8\x52\x2b\x12\xa1\xb3\xf1\x4d\x76\x94\xa3\x2a\xf3\xb6\x11\xe0\x5c\x0c\xea\xd4\x76\x5a\x0c\xea\xcc\x0a\x58\x19\xaa\x59\x71\x24\x43\x35\x2b\x60\xcd\x1e\x9c\xb1\x07\x96\x25\xe7\x16\x64\x54\x3e\x2f\xaa\x50\xb0\x9b\x3d\x58\x6e\x40\xf1\xce\x9d\xd0\x01\xcc\x1e\xcc\xa5\x7b\xa9\x7c\xf6\x17\x6c\x5b\x3e\xfb\xab\x08\xfd\xec\xaf\x0b\xd8\x64\x47\x19\xe0\x50\x3e\xfb\xfb\xf9\x21\xfb\x2b\x8e\xf8\xcc\x53\x57\xfd\x50\x5c\x43\xcc\xe0\x7c\xd1\x5f\x7f\x4c\x7f\x0b\xac\x98\x02\xc6\x6c\xc5\x15\x1b\xd7\xd4\xaa\x5d\x88\x31\x8b\x0a\xa1\x29\x82\x0b\xc8\xb7\x98\x22\xb8\x28\x9c\x4d\x76\x14\x07\xb7\x91\x9b\x05\xa3\x74\x31\x45\x70\x51\x9a\xc9\x50\x2d\x80\xca\x02\xc6\x6c\x71\xcc\x79\xe7\x4e\x99\x56\xe5\xf5\x61\x4e\xa8\xb7\xcd\x16\x40\x65\x31\x9d\x51\x9c\x4d\xde\xaa\x63\x60\x75\xd1\xa1\x16\x67\xe2\xb1\x47\xae\x58\x63\x33\x8b\x30\xca\x24\xc0\x05\xeb\x68\x91\x83\x5a\x85\x60\x3a\xd4\xe4\x25\x16\x93\x00\x73\x3b\x5e\x2a\x3a\xd4\xce\xef\x43\xf7\xf7\xc5\xbe\xbe\xb6\x23\xe0\x32\x6c\xb3\x26\xbf\x62\x92\x3a\xd5\x30\x7d\x6d\xdc\x55\x94\xca\x1f\x17\xee\xf8\x54\xeb\x9f\xfa\x5e\xf8\xda\xb6\x55\x49\x74\xc1\x9d\x5d\xc2\xd7\x06\x76\xab\xfa\xda\x0a\x51\x7e\x55\x5f\x5b\x41\x0c\x56\x7d\x6d\xaa\x7f\xd5\xb0\xcd\x52\x7c\x37\x52\x3a\xfb\xd4\xc8\x44\x76\x6b\xf5\x6e\x59\xa7\xbe\x9a\xbc\x48\x3a\x6e\x8d\x94\xbf\x1c\x97\x55\xf7\x59\xb9\x7d\xd7\xf0\x96\x6c\xab\x8c\x4c\x1c\x16\x4d\x4e\x85\xfb\xbe\xea\x3e\x2b\x90\xc0\xab\xee\xb3\x82\x1c\xa8\xba\xcf\x4a\xf3\xc7\x66\xc2\x1c\x16\x25\x52\xa2\x95\xd5\x64\x8f\x9a\x45\x7b\x84\xd7\xa0\xa6\x48\x83\x70\x51\xb4\x47\x8f\x4f\xed\x11\x94\x92\x2a\x71\x54\x85\xa7\x1a\x6b\x59\x3e\x9f\x46\x4e\x1e\xdb\x6c\x8f\x08\x6f\xa9\xb7\x6d\xe6\xe0\xae\xb7\xc3\x0e\x37\xa9\xc6\xed\xb1\x60\xe4\x2a\x35\x54\x72\x60\x0d\x6a\x28\x3a\x5b\x35\x9a\xb2\x40\x3e\xaf\x5e\x67\xc3\x15\x1e\xa9\x9a\x29\xa8\xa0\x03\xd4\xc8\x14\x04\x8e\xa8\xb7\xad\xc2\x96\x58\xa5\x77\x72\xc7\x59\xaa\xa6\xde\xad\x88\x85\x1a\xa9\x77\x89\xb4\xad\xd2\x3b\x2b\x52\xa2\x9a\x29\xa8\xb0\x44\xab\x11\x91\x15\xd7\x6a\xf5\x06\xd8\x82\xcb\xaf\xe6\xb8\x5d\xcb\xef\xca\xf2\x62\x2f\x54\x80\x61\xad\xb7\x1f\x32\x26\x1d\xbb\x71\x95\xc0\x59\x9b\x4f\x0d\x6c\x1c\x56\x65\xf2\x64\x3c\xbc\xd5\x5c\x40\x15\xc7\x56\x95\xc0\x59\x91\x3f\xb5\x78\xf1\x25\x52\xb1\x9a\x0b\xa8\x56\xdf\xa5\x47\x06\xda\x54\x33\xe8\x56\x08\x8d\x15\x60\x58\x2b\x2a\x41\x35\xb0\xb1\xa2\x03\xd4\x62\xde\x7b\x37\x8e\x58\x8f\xdb\x81\x53\x95\x93\xc9\x55\x38\xa9\x9a\x14\x97\x4c\x83\xa9\x96\xb8\x48\x9a\x61\x97\x93\x69\xba\xaa\xea\xdd\xac\x15\x0a\x4d\xd5\xd5\x58\xf1\x2c\x57\xfd\x89\xaa\x5e\xd5\xf4\x3e\x15\x77\x5b\x95\x93\x59\x87\x3f\xb6\x0b\xa8\x04\xb5\xc6\x2d\x42\xcc\xbe\xe9\x7d\x2a\xa0\xb2\xca\xc9\x34\xcb\x50\x35\x56\x51\x55\xb3\xca\xc9\xac\x9f\x55\xd9\x23\xf7\x6f\xdc\xbe\x8a\x24\xaf\x26\xf0\xe1\xd2\xed\x54\x65\x5d\x56\x4c\x5e\x55\xd6\x65\x5d\xfe\xd8\xc0\x79\xf4\xf9\x6a\x34\x62\xc5\xe3\x50\xbd\x5f\xd5\xb0\x94\xda\xe2\x52\x42\xda\x6c\x62\xdb\xea\x6a\x97\x3c\x59\x97\x3f\xb6\xcd\xdb\x9a\x9d\x23\x10\x4a\xf5\xb6\x17\x43\x78\x6a\xdc\x91\x7a\xea\x2f\xc4\x7e\x35\xcd\x0e\x37\x46\xa5\x2a\x94\x93\x89\x54\x7b\x24\xb7\x64\x90\xe3\x22\x98\xcb\xaf\x74\x8b\xac\x04\xc3\x09\x1b\xf6\x84\x1a\x69\x76\x6e\xab\x32\xc5\xba\x12\x55\x6e\x64\x3d\xd6\x2c\x17\x14\xd3\x77\x95\x1b\xa9\xaa\x5c\xe5\x46\x1a\x02\x59\xe5\x46\x36\x94\xd2\x3a\xe2\xba\x49\xa6\x40\x6e\x64\x53\xb0\x7b\x7d\x6a\x43\x0b\xad\xa6\xd9\x69\xc4\xf0\x56\xb9\x91\xa6\x14\xa8\x72\x23\x9b\xa7\x80\xdc\xc8\xe6\x52\x97\x1b\xc9\xdd\xe5\xa9\xca\x8d\xd4\xef\x5c\x4d\xb3\xd3\xf0\xd4\x54\xb9\x91\x4d\x39\xaf\xcb\xaf\x79\x0a\xe8\xf2\x6b\x78\x79\xaa\xec\x47\x73\x7a\x54\x5d\x7e\x0d\xd3\x53\xd5\xe5\xd7\x60\x30\x56\x5d\x7e\xcd\x55\xa4\xcb\xaf\xa1\x3c\x54\x5d\x7e\xcd\x55\xa4\xcb\xaf\x61\x9a\xa8\x33\xee\xfb\xf0\x43\xf6\x08\xe7\x69\xd5\xe5\x67\x7e\x9b\xaa\xcb\x8f\xab\xb8\x52\xd5\xe5\x47\x4a\xe7\x54\xe5\x46\x76\xa8\xda\x55\x97\x9f\xf9\x5e\xaa\x2e\x3f\xae\x40\x4d\x35\xd2\xec\x28\x42\x75\xf9\x6d\xb4\x8b\x1a\x51\x81\x8a\x5f\x5d\x7e\x5b\x01\xab\xcb\x6f\x67\x8b\xd5\x22\xfd\xd5\xa9\xc7\xe5\x62\xa9\xea\xd4\xdb\x4e\x8a\x4e\x3d\x43\x89\x6b\x24\xd2\x41\xdf\xab\x3a\xf5\xc8\xc2\x9d\xaa\x4e\xbd\x85\x0d\xa4\x9a\x48\x67\xa1\xe0\xd5\x48\xa4\x83\xf7\xbf\x8a\xb9\x16\xd4\xd0\x2a\xe6\x5a\x28\x87\x55\xcc\xb5\x14\x65\xa2\xaa\xa5\x38\x12\x55\x2d\x3c\x2c\x55\x54\x45\x6a\xf7\x54\x03\x55\x79\x28\x04\xaa\x02\x53\xd7\x40\x55\x18\x4c\x6a\xa0\xaa\xc7\x77\x0d\xca\xc6\x97\x51\xf5\xdc\x2d\xe5\xad\x9e\xbb\xe5\xc1\xad\xe7\x6e\x2d\x9f\xda\x23\x90\x6f\xd5\x73\xb7\x94\x3f\x7a\xee\x96\x82\x3d\xee\x64\xf9\xff\x10\x76\x1e\x57\xdb\xb3\x3a\x14\x6d\xc9\x06\x93\xca\x21\xf6\x5f\xc2\x5d\xf7\xd9\x9b\x7f\xf8\xbd\x43\x96\x13\x18\x10\x3a\x0a\x47\xca\x0d\x3d\x77\x93\xe0\x9c\xa4\xe7\x6e\x2a\x9d\xf4\xcd\x2d\xb7\xb3\xbe\x39\x73\xa5\x93\xbe\x39\x93\x9b\xd2\xbc\x69\xe6\xbe\x99\x11\x99\x87\x9b\xf4\xcd\x2d\x35\x40\x7d\x73\xcb\x43\x5f\xdf\x9c\x69\x38\x49\xdf\xdc\x8a\x3e\xab\xa3\x19\x04\x9a\xf4\xcd\x2d\x62\x4e\x92\xbe\xb9\x85\x25\x39\xe9\x9b\x5b\xae\x1c\x7d\x73\x0b\x5a\xc2\xa4\x6f\xce\x10\xeb\xa4\x6f\x6e\xb9\x9d\xf5\xcd\x2d\xf5\x52\x7d\x73\xe6\xce\x24\x7d\x73\x0b\xbc\x96\xf4\xcd\x49\x26\x93\xf4\xcd\x2d\x75\xcb\x4b\x12\xeb\x61\x74\x33\xfb\xd4\x00\xc1\x4d\x75\x62\x2d\x4c\x86\x29\xae\xf1\x57\xdc\x7e\x32\x82\x71\x61\xed\x4c\x46\x30\x1e\xdf\x63\x04\xe3\x51\x83\x35\x82\xf1\xd8\x25\x23\x18\x4f\xf5\xaa\x19\xf7\xd8\x24\x93\x11\x8c\xc7\x4d\x64\x04\xa3\xc4\x32\x69\x5f\x3e\x64\x6f\x36\x43\xd9\x95\x6f\x04\xe3\xc1\xe6\x93\x8c\x60\x3c\x2a\xb4\x46\x30\x1e\xf7\x85\x11\x8c\x67\xf8\xac\x11\x6e\x4a\xf2\x7d\x49\x44\x59\xdb\x00\xae\x12\x7c\x95\x49\x7f\x7a\xf1\xd2\xb9\x99\x5f\x4c\x81\x69\x7d\x81\x50\xed\x64\x8c\xa2\x9e\xb8\x24\xdd\x8d\xfe\xb2\x24\x43\x6c\x98\xbe\x19\xdc\xa4\xdf\x2a\xc9\x10\x1b\x3c\x97\xc1\x4d\x25\x78\x88\x1f\xab\x37\x82\x8c\x12\xb8\xa9\x84\xe3\xb3\xd6\x19\x39\xf6\xca\x3a\x14\x2a\x1e\xd2\xdd\x98\xdb\x95\x4d\xeb\x0b\xa8\xac\x19\xdc\x54\xe2\x63\x53\xba\x72\x7c\x37\xf9\x31\x6b\xfe\xf5\xaa\x04\x3e\xc1\x57\x59\xe4\x0b\xc1\x9e\xad\x9c\x42\x9d\xd6\x37\xcb\x01\x2b\x57\x4c\x36\x3b\xcf\xcc\x91\x6c\x14\xa2\xd6\x95\xfc\x98\x98\xc9\xd1\x9c\xad\x9c\x12\x83\x37\x6f\x9b\x93\xa6\x23\xc2\x70\x9a\x81\x51\x45\x8f\x58\x36\x3b\x2f\xa2\xd0\x66\x4b\x91\x46\xce\xf1\xfc\x5a\x69\x82\x43\x3f\xbf\xb7\xd4\xac\x37\x3b\x5e\xb6\x76\x96\xe8\x55\x8a\xd1\x6c\x76\x5e\x44\x93\xcc\x66\xe7\x05\x44\x4a\x16\x64\x35\xfb\xfc\x4a\x8c\xb9\xfd\x90\x51\xa6\x08\xab\x2c\xc8\x6a\xc4\xfb\x65\x89\x5e\x1b\x09\x11\x59\x3a\xd6\xc6\x4e\xcf\xd2\xce\x34\x76\x59\xb6\x2a\x68\xc3\x2b\x94\xc3\x2d\x72\xc1\x10\xac\x0a\x4a\x81\xb0\x37\x5b\xdf\xa4\x55\x9f\xed\x36\x99\x32\xfc\x6b\xad\x71\x54\x65\x91\xd1\xf6\x55\x22\x23\x29\x89\xb2\xc8\x68\xa3\xc0\x67\x91\xd1\xe6\x20\xcb\x22\xa3\x4d\xc4\x66\x8e\x37\x31\xca\x57\x79\xda\xa2\xc0\x67\x39\x54\x0d\x58\xcd\xe2\xa6\x8d\x91\x27\x8b\x9b\x8c\x7d\xcd\x3a\xd4\x56\xb2\x69\x22\x27\x1b\x27\x8b\x9b\xf6\xb2\x93\xea\x0f\xcb\x4e\xaa\x3f\xb0\xad\xb2\xb8\x49\xc6\xd1\xac\x43\xed\x1d\x36\x15\x5f\x1c\x64\x59\xdc\x74\xd0\xd8\xb3\xb8\xe9\x00\x1c\xb2\xb8\xe9\x80\x31\xb3\x84\x30\x8f\xfb\x48\xdc\x04\x41\xfd\x9b\xbf\xcb\x8d\xe3\x9b\x15\x5f\xe8\x5a\xf9\x53\x7c\x6d\xaf\x2a\xbe\x8e\xcf\x2a\xa0\x6e\x9f\xad\x4d\x40\x28\x48\x16\x46\x19\x60\x9f\x65\x49\x7d\xd0\x97\xb2\xa9\x6d\x0f\xa4\x10\xd9\xda\x22\xcf\xff\xcf\xd3\x7f\x8a\xfd\x9c\xac\x28\xe4\xda\x96\x0d\xc6\xd8\xfb\x9c\xee\x60\xed\x83\x5c\xee\xc1\x8f\x3a\xd8\xe0\xb3\x66\x35\x2a\x25\xac\xe3\xf9\x44\x5f\x25\x9b\x84\x22\x45\xbe\x17\x43\xe2\x73\x92\x9d\x1e\xcd\x2a\xcb\xf7\x42\xd5\xec\x37\x5b\xa9\xf3\xc9\x5e\x75\xb0\xee\x8b\xec\x60\x5d\x9f\xd9\x11\x35\x6f\x76\x44\xdd\x9b\x1d\x51\xb3\xe9\x88\x40\xa3\x59\xbe\x97\xa7\xf9\x5d\x47\xc4\xc9\x95\xa5\x48\x35\x62\x33\x9b\xbc\x66\x74\x7d\xce\x52\x93\x0d\xaf\x2e\x9b\x8c\x57\x8a\xd4\x67\xf9\x5d\xc7\x8b\x2f\x35\x97\x5b\xbe\x90\x21\xc8\xf7\xf2\x60\xbe\xce\xf2\xbd\x18\xde\x99\xe5\x7b\x79\x31\x5c\x64\xf9\x5e\xde\xe0\xb3\x8c\xf7\x55\xfc\x02\xd0\xb2\x21\x8b\xd9\x4a\x9d\xcf\xf1\x55\x8c\xf7\x7d\x7c\xd5\x65\x1d\x64\x41\xca\x83\xfa\x3a\xbf\x45\x2a\xb6\xcf\x5e\x31\xde\xb7\xf8\x21\xc6\xfb\xa2\x76\xe6\x62\x79\xbb\xe6\x87\xa4\xda\xc3\x9a\x94\xe5\x41\x7d\x87\x4d\xc6\xfb\x82\x5f\x32\x00\x2d\x1b\x58\x98\x05\x68\xc7\x5f\x77\xcb\x71\x2a\x34\x8c\xc9\x94\x5f\x2b\x1b\x93\x99\xc0\x2f\xd9\x98\xcc\x84\x1d\x32\x1b\x93\x99\x3c\x13\x81\x60\x2d\xe1\x20\xcb\x32\xba\x88\x40\x73\xbd\x8c\xeb\xfc\xd8\x66\x9c\x30\x50\x37\x37\x63\x7d\xdd\x29\xb2\x95\x66\xac\x94\xb9\x99\xd9\xe7\x41\x26\xc5\x68\x70\x2f\xb4\x4b\x76\xc4\x00\xdb\x4d\xa6\xa0\x69\x2d\xcb\x09\x60\xc9\x5d\x3e\x64\x20\x67\xee\xb7\x2c\x2f\xb3\x70\x29\x46\x51\xe0\xb3\x14\xa3\xb3\xfa\x2a\xc9\x9d\x80\x24\x59\x46\x94\xe9\xa4\x80\x8c\xb2\xe8\x26\x77\x4b\xda\x79\x18\x49\x22\x3a\x31\x3c\xe6\xcb\x79\x52\x6d\xca\x98\x41\x00\x43\xee\x32\x96\x2f\x3f\xe4\x88\x9c\xd0\xe1\x88\xdc\x83\xe3\xd2\xa2\x32\x29\xc3\x3e\x03\x57\xf3\xb8\x84\x54\xfc\xc9\x61\x9f\x71\x40\x64\x59\x4d\xa6\xc2\x59\x56\x93\x79\xf8\x1b\x60\x9f\x3c\x9d\x7d\x3d\x4a\x53\xe1\xac\x47\x49\xec\x93\xf5\x28\x4d\x3c\x77\x59\x8f\xd2\x44\x13\xcb\x7a\x94\xa6\x8b\x41\x8f\xd2\x52\x6f\xd1\xa3\x24\x7e\xc9\x7a\x94\x16\x76\x8f\xac\x47\x49\xae\xb9\xac\x47\x69\x91\x2b\x94\xf5\x28\xad\xc7\x67\x93\x4d\xfe\x95\x1e\xa5\xa5\x60\xd7\xa3\xb4\xdc\x92\x7a\x94\x4c\x7e\xcf\x7a\x94\x96\x3a\x8f\x1e\xa5\x1f\x6e\xfa\xb7\xd8\xd7\xd9\xb4\x5c\x72\x3a\x9b\x16\x11\x50\x59\x67\xd3\x22\x7c\x28\xeb\x6c\x5a\x38\x6e\xb2\xce\xa6\xe5\xfa\xd4\xd9\xb4\xb0\x0d\x66\x9d\x4d\x4b\x5d\x42\x67\x93\x28\x29\xeb\x6c\x5a\x04\xab\x64\x9d\x4d\x4b\xe5\x41\x67\x93\x94\x7d\x59\x77\x92\xb9\xa5\x59\x77\x92\x04\x71\x59\x77\xd2\x2a\x5e\x75\x44\x6a\x56\xba\x93\xa4\x25\xc9\x97\xf0\x84\xe0\xf3\xac\x3b\x49\xb0\x93\x6f\x31\x4a\xec\xc6\x59\x77\x92\x9c\xa8\x79\x5f\x02\x76\x86\xa0\x3b\x69\xb9\x20\x75\x27\x69\x9a\xc8\x97\x08\x14\x0b\x5e\xd6\x9d\xb4\x94\x5d\xba\x93\x16\x31\xa8\x59\x77\x12\xe5\xb9\xdf\xbc\x2f\xdb\x18\x93\xab\x3b\xc9\xa4\xf2\x6c\xc5\xc9\xd5\xed\xd5\x2d\x36\xea\xcd\x8e\x37\x7b\x95\xf1\xee\xcf\xa6\x04\xdd\xd9\x9b\x65\x45\x70\x8b\x9d\xcb\xae\xc6\x00\x75\x36\x6d\x77\xba\xee\xa4\x1d\xbd\x39\xf9\x5d\x7e\x9d\xd5\x31\x34\xb6\xe4\x4b\xf5\xb9\x7c\x55\xf5\x43\xfc\x9c\xe3\x88\x88\x5c\xca\x47\x56\x5b\xff\xa4\x54\x9f\x07\x9b\x5e\x96\xea\x73\x6f\xbf\xeb\x88\x54\x3b\xcf\xa5\x1c\x67\x42\xcf\x1d\xd1\xef\xd9\xf2\x38\x22\xce\xe2\x62\x75\x8c\xcd\x71\x53\xa4\x34\x91\x8a\xad\x58\x1d\x63\x73\xbc\x16\x79\x4b\x36\xfa\x5e\x91\xea\x93\xaa\x3a\x6f\x91\xea\xd3\xb4\xdc\xf2\x5c\x6a\x53\xaf\x32\x5e\x2a\x37\xbd\xe5\xb9\x23\xf2\xcd\x8c\x48\x06\xef\xf2\x38\x22\x6c\x6b\x05\xec\x93\xa9\xb3\xfc\x16\x99\x49\x0e\x19\xeb\x05\xec\x93\x0f\x06\x84\x22\x99\xa7\x59\xab\x45\x66\x12\xca\xe3\xbe\xc5\x22\x17\xe6\xe1\x16\xab\x46\x9e\x60\x53\x06\xbc\x6a\xd3\x7a\x1f\x40\x83\x22\x99\xa7\x68\xbd\x58\xe4\xe2\x10\x50\x54\xc0\x3e\xf9\xe0\xf7\x29\x32\x93\x98\xc4\x5a\x64\x26\x39\xc5\x6e\x38\x5e\x34\xf6\x22\x33\x89\x6a\x76\xb1\xc8\xc5\x61\x06\x8b\x64\x9e\x07\xe0\x50\x24\xf3\x3c\xc4\xcb\x15\xab\x46\xca\xe1\x5c\x2c\x72\xa1\x5e\x5d\x6e\x91\x0b\xe4\x7c\x91\x99\x44\xa6\xe5\x12\x1c\x2f\xcb\xac\x04\xc7\x8b\x9c\x2f\x16\xb9\xb0\x28\x40\x01\x55\x95\x07\x7d\xa9\x04\x19\x1d\x51\x8f\x4b\x90\x54\x2a\xda\xc9\x61\x93\x09\x95\x99\xe4\xf9\x7c\x33\x87\xfe\x93\xec\x06\xea\xfd\xa8\x76\xe3\xd8\x64\x06\x2f\x33\x09\x56\x91\x12\x6f\x01\x6b\xba\x21\x40\x1b\xdd\xab\x32\x93\x10\x1f\x58\x00\x68\xe5\x47\x74\xf6\x4f\xb1\x5f\xc0\x6e\xad\x23\x7e\x8b\x3c\x9f\xd4\x96\x7d\xcb\x25\x2d\xd9\x36\xab\x4d\x6f\x26\x3a\xc5\xca\x1a\x45\xec\x66\x4e\x5c\x11\xbb\x6d\x42\x4c\x8b\xc1\x90\xe3\xb1\x29\x05\xb7\xb3\x19\x2f\x6f\xad\xa3\x93\x0c\x10\x77\x61\x31\x18\xf2\x6c\x9b\x92\x79\xda\x0d\x83\x21\xc5\x50\xc5\x60\xc8\x83\xfa\x57\x0c\x86\x34\x51\xba\x18\x0c\x69\xa2\x71\x31\x18\xd2\xbc\xe9\x22\x69\x89\xac\x83\xe5\x33\x41\xe9\xf1\xcd\x26\x28\x11\x63\x50\x24\x2d\x79\x82\x6f\x36\x41\x09\xb1\x5f\x6e\xfd\x0b\x80\x52\xf9\x4c\x50\x7a\xbd\xd9\x04\x25\xb0\x4f\x49\xa6\x20\x21\xe8\x4a\x32\xe5\xca\x8d\x9f\x4c\xb9\x42\xa2\x16\x93\xe6\x1e\xac\x1c\xc5\xa4\xb9\x87\x58\xac\x62\xd2\xdc\x93\x6c\xda\x67\xe5\x8f\x49\x73\x0f\x16\xcb\x22\x04\xcb\x6e\x31\x93\xe6\x1e\x65\x88\x49\x73\xa2\xaa\x62\xd2\xdc\x53\x7d\x95\x49\x55\x98\xaf\x8b\x49\x73\xe2\xa6\x62\xd2\xdc\x83\xc5\xa0\xdc\x1a\x16\xf6\x59\x17\x98\xe9\xf9\xe5\x12\x72\xe2\x5b\x2c\x56\x7e\x34\x77\xb8\x48\x3c\x32\xa3\xaf\xd2\x3b\xdc\x6d\x6a\xeb\xbe\x6f\xd6\xd6\x8d\x77\xa6\xe8\x20\x1b\xb8\x54\x8a\x0e\xb2\x99\xed\xa4\xb6\xee\xec\x77\xd9\x9e\x5a\x0b\x4b\x16\x7d\x2b\x42\xf3\x2d\x72\xca\x9b\xad\xfc\xe8\xd9\x54\xca\xcd\x62\xe0\xd7\xe9\x5c\x3b\xf8\x52\x8b\x49\x73\xc3\x21\x14\x6d\xfb\x1c\xcd\x45\x0f\x9a\xf5\x6b\x8a\x1e\xb4\xe6\x9f\xd4\x83\xa6\xa1\xa6\xe8\x23\x6b\xdd\xab\x1a\x97\x08\x4a\x2c\xfa\xc8\x1a\x51\x4f\xe5\x96\xa2\xf0\x5f\xe9\x23\x6b\x6e\x76\x7d\x64\x0d\x4f\x7a\xa9\xb7\xf6\x1f\xf3\xab\x8f\xac\x0d\x9b\xc6\x80\xe1\x60\x2a\x42\xb0\xe6\x89\xa9\x8f\xac\x61\xc6\x29\x7a\xc1\x1a\x4a\x4e\xd1\x0b\xd6\x01\x4a\x45\x2f\x58\x23\x54\xb2\xe8\x05\x6b\xcb\xab\x8e\xc8\x43\x50\x2f\x58\x47\xe7\x29\x26\xbe\x75\x0f\xb2\x7a\xa9\xec\xed\xe4\xb1\xc9\x88\xf4\x91\x75\xb7\xa4\x3e\xb2\xae\x24\xd7\x47\xd6\x5f\x9b\x8c\xa8\x13\xca\x5e\xf4\x91\x75\x9c\xf2\x45\x1f\x59\x07\x64\x15\x7d\x64\x1d\xc7\x7a\xd1\x47\xd6\x9d\x6e\x7d\x64\xdd\x4d\xd7\x6e\x71\x0d\x6f\x96\x49\x72\x7b\x33\xe3\xed\xdd\x37\x3b\x5e\x4c\x0a\x45\x1f\x59\x2f\x76\xc3\xf1\x7a\x9e\xea\x23\xeb\xfe\x76\x7d\x64\x7d\xff\x15\xc9\x53\x74\x9f\x75\x27\x57\xf7\x59\x77\xea\xcd\x98\xeb\x80\xb5\x62\xc6\x5c\xf7\x70\xd1\xb9\x26\x9b\x6e\xd1\xb9\xd6\x9d\x4d\x9d\x6b\x1d\x28\x57\x74\xae\x75\xd0\x59\xd1\xb9\xd6\x95\xc6\x3a\xd7\xba\x53\xaf\x73\xad\x13\xe9\x51\x74\xae\x0d\xe7\x5a\xe7\xda\xc0\x40\x5d\x74\xae\x0d\x25\xaa\xce\x35\x89\x8f\x8a\xce\xb5\x81\x07\xb0\x98\x4f\x37\x9c\x5c\x03\x1a\xa7\x7a\xd7\x75\xbd\xe1\x88\x2c\xba\xde\x06\xf1\x8d\x45\xd7\xdb\xc8\xde\x6c\x35\x43\xfc\x20\x45\xd7\x9b\xc4\x7a\x45\xd7\xdb\x48\x5e\x95\xfc\xc7\x95\x60\xf5\xc6\xbb\x12\x00\x98\xed\xce\x26\x00\xb3\x51\x72\xf1\x2d\x00\xcc\xd6\x15\xbf\xf3\x96\x2d\xe3\x59\x20\x64\xeb\x8a\x5f\x20\x64\xeb\x58\x77\xcb\xbc\xc7\x3a\xe3\xb5\x96\x44\xc7\x20\x56\xa6\x05\x05\xd0\xba\xcb\x92\xdf\x4f\x5d\x42\xbe\xca\xae\x1a\xb6\x2c\xf5\xa8\x42\x7b\xf9\x2a\x09\x99\x2e\xf2\x55\x6e\xc5\x91\x75\x1c\xf6\x7d\x55\xb3\xc9\x10\xd6\xa5\x35\xa3\x57\x00\xb4\xa2\xed\xb7\x48\x32\x29\x75\x43\xd9\x56\x9c\xc4\x80\x50\xb6\xdd\x70\x4d\x4a\x23\x79\x35\xf6\x6d\x37\xb0\xfd\x16\x89\x22\xb5\xfd\x16\x6b\x0e\x4a\x86\x53\xb6\xcc\x06\x1e\xcd\xfa\x7d\x28\xba\xf7\x16\xe9\x1c\x8d\x9b\x2d\xba\x63\x0e\x56\x9d\xa2\xc3\x45\x16\xa9\xa2\xc3\xc5\xd4\xb6\xa2\xc3\xe5\xb0\x90\xaa\x0e\x17\x69\x76\xaa\x0e\x97\x43\xe0\x47\xd5\x3d\x71\xd0\x15\xab\x24\x09\x9b\xc5\x50\x75\x4f\xa4\xe2\xcd\x7a\x0f\x19\x60\xd5\x3d\x91\xf0\x5a\xd6\xf7\x26\x92\xfb\x2a\xdd\x31\xd5\xab\xba\x63\x00\xe0\xd5\x3a\x74\x06\x7f\x56\xeb\xd0\x51\xc0\xfa\xad\xaf\xee\x98\xe6\x77\x75\xc7\x4c\x9b\xba\x63\xa6\x37\xeb\x8e\x41\x9f\xaf\xd6\xa1\x93\xe8\xb5\x06\xdd\x31\xd8\xe5\xaa\xe4\x81\xa6\x4b\x54\xc9\x03\x23\xd3\x5d\x83\xee\x18\xb2\xe4\xaa\x85\xdd\xcd\x34\xa9\xf2\xed\x53\xe7\xf4\xad\x3a\x3e\x2a\x28\xa3\xaa\xa2\x7f\xd8\x99\xab\x2a\xba\xc1\x84\x55\x15\x3d\x6e\x7b\xe5\x78\xc1\x02\x55\x15\xdd\x74\x98\xaa\x8a\x6e\xec\x6b\x95\x3c\xd0\xf4\x90\x8a\x8a\x5e\x3e\x54\x82\x2a\xdf\xfe\x87\x36\x55\xe5\xdb\x37\x8e\xb4\xca\xb7\xff\x81\x8b\x2b\x2a\x7a\xf9\xe0\x96\xa9\xaa\xe8\x1f\xca\x73\x45\x0f\x2f\x1f\x0e\xee\x6a\x1d\xba\x0f\x6b\x61\x8d\xd6\xdd\x73\x21\x49\x1e\xf8\xbd\x76\x83\xf1\xfe\x42\x61\xff\x29\xf6\xab\xbc\x82\x66\x9d\x54\x54\xf4\x62\x7c\x63\x45\x45\x2f\x5f\xb2\xc3\xcb\x26\xbf\x31\xfa\x2b\x8a\x37\xfb\x2b\x08\x3c\xab\x9f\xbf\x02\x07\x59\xfd\xfc\x15\x38\x6d\xeb\xe7\xaf\x70\x41\x7e\x0e\x16\xcf\x54\x95\x39\x50\x0a\xfd\xfa\x39\xd8\xe6\xcd\xf6\x19\x51\x56\x3f\xfb\xdc\x7d\xd6\x3e\x73\x72\x55\xcb\xcc\x19\x52\x5b\xf5\x89\x98\x27\x5e\x2f\xdd\x1f\xc2\xb9\xea\x13\x29\xc0\xb1\xaa\xe3\xa3\x60\x94\xab\x3a\x3e\x4c\xc1\xae\x3a\x3e\x0a\x92\xad\xea\xf8\x28\x0e\x41\xc7\x47\xc9\x7e\x57\x5a\xf8\xe2\x87\x00\xc5\xa5\xf9\x66\xe9\x0d\x1d\x82\x34\xf8\xa5\xf8\xe6\xe5\x55\x6f\xbe\xb4\xe1\x76\xf2\x78\x95\xdf\xae\x5b\xa4\xf8\xeb\x74\x8b\x14\xe7\x48\xb7\x88\x99\xe0\x55\xb7\x48\x01\xa0\x55\xdd\x22\x95\xe3\xb5\xea\x16\x31\x57\xba\xea\x16\xa9\xee\x29\xdd\x22\xc5\x3d\xa5\x5b\xa4\x0c\x5f\x25\x13\xef\xe3\x87\x1c\xaf\xbb\x55\xb7\x48\xc1\xe5\x57\x75\x8b\x98\x85\x5d\x75\x8b\x14\xa5\x84\x6e\x11\x73\xa5\xab\x6e\x11\xf3\x9d\xab\x6e\x91\x82\xdb\xbd\xea\x16\x31\x47\xbb\xea\x16\x29\x18\x88\xaa\x6e\x91\x8a\xd5\xae\xea\x16\x29\xf8\xe8\xab\x6e\x11\xf3\xac\xab\xae\x8d\xfa\x79\xf3\xa5\x90\xf5\x55\x96\x2a\x00\x82\x55\x5d\x1b\x35\xdb\xa4\xcf\xb5\xda\x2b\xfb\x8c\xfb\xbb\xde\x9a\xe9\x6e\x2b\x5d\x1b\x15\xd0\x51\x75\x6d\x54\x22\x36\xab\x35\xd3\x2b\x6a\x67\x95\xca\x9e\xba\xc3\x6f\xb5\x66\x7a\x55\xec\x4b\x65\x5f\x51\x4a\x6b\xb5\xea\x0a\xa1\xa1\xd5\x12\x6f\x35\xd8\x74\x8e\x9c\x85\xea\x78\xb1\x62\x55\x6b\xa6\x57\xf0\x4b\xad\x8e\xd7\x85\x64\xcd\xf4\x8a\xf1\xa1\x4a\x65\x5f\x31\x1e\xd6\xea\x78\x3d\x14\xd0\xba\xb3\x45\xeb\x6a\x73\xbc\xb8\x54\x6a\x73\x44\xa8\xf7\xd5\xaa\xe8\x3a\xc7\xab\x64\xf5\xd5\x25\x8a\x5e\x9d\x1b\x88\xbb\x5a\xe2\xad\x11\xcf\x50\xd1\xab\x73\x53\x7c\x59\xe2\xad\xa2\x88\x56\xc9\xea\xdb\xeb\xab\x18\x51\x2b\x3e\xcb\x88\x5a\xb4\x1b\xdb\x3e\x7b\x33\x23\x92\x6d\xa3\xea\x7f\x91\x0f\xb9\xf6\x5b\x02\x8c\x3e\xeb\x7f\x69\xfe\x0d\xfd\x2f\x3a\xe5\xab\xfe\x17\x19\xa8\xaa\xfe\x97\x56\x6c\x5a\x4c\x24\xfa\x2a\xc7\x4b\xe4\x73\xd5\xff\xd2\x08\x23\xa9\xfa\x5f\x1a\x66\xba\xaa\xff\xa5\xe5\xbf\x5c\xba\x55\xd7\x8c\x31\x06\x55\xd7\x4c\x2b\xbe\xc7\xc1\x82\x38\xaa\xae\x99\xa6\x74\xba\x74\xf4\xc3\xab\x0e\xb6\xdb\x74\xb0\x8a\x23\x1d\x37\x0d\x25\xad\xea\xb8\x69\x18\x7b\xab\x8e\x9b\xe6\x06\x1c\x77\xb0\xac\x5e\x1d\x37\x12\xd5\x56\x1d\x37\x4d\x95\x46\xc7\x4d\x03\x74\xd4\x71\x7f\x85\xdf\xf5\x57\x1c\x9f\x65\xbc\x3d\xd8\x74\xbc\xf8\xcd\xab\xae\x99\x8e\x3e\x5f\x75\xcd\x34\x4f\x7c\x5d\x33\xdd\x9d\xae\x6b\xa6\xbb\xe3\x74\xcd\x74\xdc\x13\x55\xd7\x4c\x4f\x36\x8b\x4d\x7e\xce\xbc\x35\x16\xfd\x10\x23\xea\x1e\x82\xba\x66\x2c\xc2\x52\xf5\xbf\xf4\x68\x27\xa7\x43\x60\x9d\xe8\x7f\xe9\xc9\xe6\xf6\x59\xd6\x89\xfe\x17\x4b\xeb\x56\xfd\x2f\x2a\xff\x55\xff\x4b\xc7\x31\x57\xf5\xbf\x74\x2c\x06\x55\xff\x4b\x77\x42\x55\xef\x63\xf4\xaa\x6a\x18\x8e\x9e\xaa\xff\xc5\x72\x6f\x55\xff\x8b\x16\xcb\xfa\x5f\x75\x72\x86\xa0\x0f\x65\x80\x14\xea\x2d\xa6\x06\xce\xad\xb7\xfe\xb8\xbb\x46\xda\x87\xa3\x3a\x21\x57\x83\x46\xe6\x2a\x57\x83\xc1\x66\x55\x36\x06\x8d\xcc\xd5\xb0\x2e\x59\x16\xab\x7c\x0b\x16\x41\xa8\xf2\x2d\x18\x8a\x56\x6f\x15\x33\x4f\xcc\xa3\x01\xd0\xed\x29\x01\xfb\x21\x54\xa0\x4a\xb0\x60\xcd\xd0\xaa\xb7\x22\x28\x8e\xf4\x56\x84\xd7\x37\x9b\x9e\xa6\x92\xa6\xb7\x42\xfa\xfd\xaa\xb7\x22\x10\xf5\x54\xf5\x56\x04\x0c\x80\x55\x6f\x45\x40\x57\x6c\x7a\x2b\x02\x52\xb1\xe9\xad\x08\x68\x83\x4d\x82\x85\x17\x85\xb6\x49\xc0\xfe\x61\xbe\x6e\xc6\x71\x7d\xc7\x67\xd5\xb5\x8e\x57\x05\x0e\x8f\x4d\x74\x2d\xf3\x14\xda\x73\x33\x7a\x22\x4d\xc6\x9b\xa2\xaf\x62\x08\x19\x95\xa0\x3d\xb7\xa6\x6d\xa3\xa9\x66\x82\x23\xa0\xe9\x9e\xc8\x44\xc5\xb4\x5b\x6b\x0c\xc4\xdd\x74\x4f\x18\xcb\xdd\x0c\xcd\x7a\xaa\x57\xd9\x74\x99\x30\xb6\xa6\x7b\x42\x0e\xb1\xf6\xde\x1a\x01\xf4\x4a\xf7\x84\xa4\x61\x4d\xf7\x44\xc6\x4b\xd2\x74\x4f\x58\x1b\xa5\xc9\xb7\xf0\x3c\x5e\xd5\xfe\x89\x9f\xab\xe9\x9e\x30\x5a\xbb\xe9\x9e\xc8\x9f\x6f\x76\xbc\x9f\x37\x4b\x34\x8d\xd1\xb2\xdd\x5a\x63\x04\x13\xb6\x70\x6b\xab\x31\x04\xdd\x13\xb9\xd8\x64\xd3\x65\x96\x68\xd3\x3d\x91\xf1\xb0\x34\xdd\x13\xb9\x7b\xb3\xe3\x25\x40\xa5\x05\xc7\x3b\xfe\x72\xe9\x36\x59\xd3\xf3\xb6\x87\x0e\x16\x15\xae\xc9\x99\xb0\xfc\x51\x72\x26\x2c\x4c\x94\x4d\xce\x04\x03\x5f\x9b\x9c\x09\x0b\x3d\xa4\xc9\x6d\xbe\xb0\xed\xb7\x5b\x0e\xec\xf3\x66\x76\xcd\x42\xe1\x69\xf1\x12\x02\xf3\x5d\x39\x13\x1a\x8e\xd7\x26\x34\x08\x68\x0b\x4d\xca\x71\x93\x3a\x9b\xa5\xb8\x02\x27\x6f\x13\x38\x04\x74\xa7\x26\x70\x08\xd9\x9b\x0d\xa4\xf4\xaf\x0a\x1c\xac\x1a\xd9\x04\x0e\xa1\xfa\x2a\x03\x29\xab\xcf\x1a\x8f\x41\x9c\x4f\xfb\xcc\xa6\xc4\x62\xd9\x24\x15\x8f\x18\x97\x5a\x32\x9b\x12\xed\xb7\x89\x32\x3e\x62\x39\x9a\x28\xe3\x43\x91\x6e\x92\x15\xe8\x44\x68\xa2\x8c\x41\x4c\x57\x13\x65\xc8\x1c\xd8\x44\x19\x03\xa5\xb4\x89\x32\x06\x71\x2f\x4d\x94\x21\x91\x60\x13\x65\xcc\xc7\xab\xc6\x36\xe0\x61\x69\xa2\x0c\x2b\x08\x34\x51\xc6\x7c\x7c\xb3\xb1\x0d\xee\x47\x81\xc3\x44\x1c\x35\x81\xc3\x44\x75\x6c\x02\x07\xeb\xc3\x36\x81\xc3\x04\x05\xb7\x7c\xab\xd6\xf2\x73\x04\x0e\xc9\x1d\x27\x70\x30\x05\xa9\x09\x1c\x12\x62\xbf\x5d\x32\x70\x57\x4e\x76\xca\x92\xaf\x72\xca\xdc\x62\xd9\x29\x03\x32\x37\xb9\x0b\xcc\xcb\x68\x9a\xeb\xc3\xeb\xcd\x16\xd9\x71\x21\xc9\x5d\xf0\x00\x48\x5b\xb9\x25\x4b\xf8\xed\xe5\x96\xf2\xf4\xaa\x40\x49\x41\x67\xc2\xcb\x83\x2b\xb9\xc9\x5d\x60\x1c\x57\x93\xbb\xe0\xe1\x00\x6d\x72\x17\x18\x5d\xd6\xe4\x2e\x30\x52\xab\xdd\xfa\x59\x58\x48\x9a\xfc\x03\xf2\xd4\x35\xf9\x07\x1e\x14\xe9\x76\x6b\x60\x11\x94\xd8\xe4\x1f\x78\x40\x55\x4d\xfe\x81\x87\xa0\xe2\x26\xff\x80\x0c\x78\x4d\xe0\x50\xd0\x7e\x5b\xb5\xcf\xcb\x9b\xed\x33\x06\xb1\x26\xff\xc0\x83\xcd\xb6\xc9\x3f\x60\x48\x58\x93\x7f\x40\x0a\xd9\x26\xc3\xc0\x73\xec\xa4\x94\xec\xa8\xf7\xed\x56\xb9\x72\x5d\xc9\x30\xf0\x12\x04\xd5\x64\x18\x98\x58\x56\x9b\x34\x02\xaf\x22\x48\x1a\x01\xb9\xf5\x9a\x34\x02\xaf\xa7\x9e\x34\x02\x2f\x74\x22\xcd\x2a\x57\xaf\xab\x4e\x1a\x81\xf7\xf3\x6a\xb1\xe9\xb3\x8c\xe8\x05\xf8\x37\x69\x04\x5e\xc0\x4e\xbb\xd5\x9f\x81\x06\x4d\xa2\x80\x17\x2c\xd0\x24\x0a\x78\xb1\x03\x34\xa9\x00\x5e\x14\x95\x26\x15\x80\xd5\xd3\xda\xe5\x9a\x73\x3d\xff\x67\x39\xe7\x6f\x48\x05\xf0\x62\xb3\x6d\x52\x01\xc8\x0d\xde\xa4\x02\x78\xd1\xe2\x5a\x37\x52\x62\xf9\xac\x7d\xee\x7f\x51\xb1\x35\x59\x02\x5e\x14\xad\x76\x2b\x55\x81\x29\x9a\xa8\xa1\x60\xa4\x6a\xdd\xc1\x4e\x6f\x76\xb0\x68\xfb\xcd\x4a\x55\x2f\x1a\x7b\x03\x1a\xd4\x97\x94\xcf\x26\x34\x18\x8a\x85\x5b\xa9\x0a\xd5\xb1\x09\x0d\x06\x08\xab\x09\x0d\x06\x11\x50\x4d\x68\x30\x3e\x5f\xa5\xdc\xf3\x8c\xd0\x4e\x6e\x29\x8d\xa6\x3e\x3f\x86\xcf\xea\x98\xf3\x30\x32\x10\x6b\xb8\x6b\x08\xc4\xaa\x4d\x89\xaa\xb6\x9f\x50\x86\x9b\x56\x74\xab\x48\x37\xb5\xfd\xa4\x1c\x50\xdb\x4f\xca\x01\xb5\xfd\x44\x10\x66\x53\xdb\x37\xdb\xae\xa9\xed\xa7\xe9\xb3\x4a\x36\xff\xb3\xda\x7e\x42\x75\x6c\x6a\xfb\xe6\x3c\x36\xb5\x7d\x53\x11\xdb\x34\x4e\xa0\xda\x49\xe3\x04\x14\x56\x16\x9f\x32\x9c\xb5\xa1\xed\x17\x03\x56\x9b\xc5\xa7\x8c\x32\x6d\xcb\xe2\x44\x58\x59\x9b\xf5\x9a\xaf\xc0\xd1\x98\x7f\x85\x95\xda\xfe\x15\x65\x6a\xfb\x0f\x66\xf3\xa6\x31\xff\x71\x6d\x90\xa2\x52\x5e\x45\x0a\x58\xa0\xbc\xea\x8a\x9a\xfa\x5f\xc5\xaf\xa6\x7e\xa9\x2f\x9b\xa6\x7e\x89\x31\x1b\x48\xa1\xbc\xc5\x67\x19\xef\x8b\x59\xb2\x11\x8b\x55\xde\x6c\x37\x18\xef\x4b\xe2\x7f\x03\x47\x94\x57\x3d\xd3\xa2\xcc\xc6\xa0\x36\xbd\x06\x2f\xc0\xa1\xe9\x35\x78\x8b\x57\x19\xef\xdb\xbc\xca\x78\x5f\xd7\xd5\x96\xeb\xd2\xdd\xba\x1d\x6f\xf7\x66\xc7\x0b\xf4\x6b\xfa\x14\xde\x6d\xd3\xf1\x82\x7c\xdb\x76\xbc\xaa\xe8\x16\x9f\x7a\x3d\xb8\xb7\xca\x86\x0a\xad\xfe\x88\x10\xfc\x90\xf3\x4b\x26\x42\x33\x0f\xe5\xca\x3d\xf3\x50\x5e\x55\xa0\x5b\x7c\x0a\x0f\x7e\xbb\xc5\xa7\x80\xab\xcd\x48\xad\xa0\x16\x67\xa4\x56\x70\x0f\x9a\x87\xd2\x54\xf9\xcc\x43\x69\x6e\x2b\x1d\x1f\xcd\x1d\x6a\x1e\x4a\xfb\xfc\x10\x7d\x6e\x4a\x54\x1d\x1f\x52\x82\xf4\x5b\x40\x8a\xa3\xb9\xeb\xf8\xd0\x50\xd3\xc1\x2f\x45\x63\x4b\x17\xbf\x34\xb4\xb8\x2e\x7e\x69\xd9\x9b\x2d\x88\x56\x7c\x33\x73\xd4\x40\x0a\x5d\xfc\x62\x52\x43\x17\xbf\xb4\x66\xd3\x11\x75\x5f\xe5\x88\x98\xee\x6e\x3a\xbf\xc1\x48\xdd\x74\x7e\x4b\x27\x77\xc1\x8e\x95\xf5\xba\x60\xe7\x41\x11\xed\x82\x1d\x2b\xc5\x74\xc1\xce\x63\x9f\x05\x3b\x0f\xc0\xa1\x0b\x76\x1e\x84\x5b\x37\x16\xeb\xc1\x1a\xd3\x05\x3b\x6e\xc9\x2e\xd8\x91\xbf\xbd\x0b\x76\xde\xe7\xaf\x12\xea\x5d\x1c\x64\x71\xe7\x2e\x0e\x7a\xbb\x1f\x35\x90\xbb\x79\xd5\x40\xee\xe9\x47\x0d\xe4\xf6\x57\x88\x83\xc2\xed\x83\x47\x3c\xd2\xa9\xcb\x3b\xf7\xe0\x99\xea\xe2\xa0\x89\x08\xed\xe2\xa0\x89\x37\xad\x8b\x83\x16\xea\x41\xbf\x05\xa4\xee\xd5\x68\xb3\xd2\x64\xea\x35\xf6\x76\x7d\x40\x1a\xa8\xbb\x5e\x9e\x0a\x56\xed\x96\x88\x4a\xfe\x37\xbd\x3c\x95\x78\x8c\xae\x6b\xa6\x82\xbe\xbb\xae\x99\xea\x6c\xea\x9a\xa9\xc0\xed\xae\x6b\xa6\x06\xaf\xda\x0d\xe2\x04\xba\xae\x19\xed\xa8\x5d\xd7\x8c\x86\xe2\xae\x6b\xa6\x66\xbf\x7b\xbb\xc1\x00\xf5\xb0\x54\x0c\x44\x5d\x0f\x4b\x05\x37\x75\x3d\x2c\x56\xe6\xea\x7a\x58\x2a\x4e\x84\xae\x87\xa5\x62\x97\xeb\x7a\x58\xb4\xc1\x76\x3d\x2c\x32\x70\x76\x61\x54\xc5\xca\xd1\x85\x51\x95\x13\xa4\x0b\xa3\x2a\xa6\x98\x2e\x8c\xaa\xdd\x57\x39\x22\x82\x01\xba\xfe\x97\x8a\x48\xe9\x56\x6e\xaa\x38\x3e\xba\x20\xab\x22\xe8\xba\x20\xab\x2e\x6f\x76\xbc\xd3\xa6\xe3\xdd\x76\xc3\xf1\x1e\x3f\xa4\x0c\x79\x7c\xb3\xe3\x45\xed\xec\x49\x19\xc2\xf9\xd2\xad\x68\xac\xa1\xb8\x27\x65\x08\xba\x62\x4f\xca\x90\xe8\x55\xcb\xf7\xf8\xeb\x64\x1d\x37\xae\xb2\x03\xa3\x4a\x46\xdd\xed\xc9\x42\x9f\x8f\xcf\x76\x9b\x4c\x28\x30\xaa\xe4\xfb\x2c\x7d\x2e\xb8\xde\xba\x55\x89\x0b\x56\x9d\x9e\x2d\x39\x84\x49\xa4\x5b\x95\xd8\x22\xd4\x3d\xbb\xf8\x5d\x1b\x56\x25\x2e\x00\xa5\x6e\xf5\xa5\x42\x6a\x5b\xcf\xb7\x4e\x2b\x13\x0a\x6e\x2a\x05\xd1\xdd\xc5\x4d\x45\xf9\x23\x6e\x92\xd4\xb7\x8b\x9b\x8a\xe2\x57\xdc\x64\xe9\x9f\x6e\x98\x53\x71\xff\x66\x47\x54\xed\xa4\x23\x22\xea\xa0\xdf\x22\x4a\xee\xfd\xe2\x88\xb0\x54\xf4\xe2\x88\x50\x59\x7b\x91\xda\x6b\x78\x73\xb6\xc9\x77\xad\x2c\x5c\x86\x6f\xd6\xd6\x04\x8f\x59\x07\x19\x95\xf4\xf9\x6c\xb7\xc9\xfc\x16\x8b\x75\x12\xec\xda\x71\xc7\x94\x84\xb6\xdf\x71\xc7\x94\x94\xbc\x2a\x77\x34\x1a\x42\x2f\x56\xda\xc5\xd0\xda\x41\x55\x45\xba\x89\x5e\x75\xca\x63\x59\xed\xf5\x16\x27\x65\x44\xa0\xaa\x62\x59\x99\x2e\xab\x5b\xf7\xbb\xb2\xba\x1d\x7f\x3b\xa8\xaa\x18\x82\xdb\xad\x2c\x7c\x8a\xaf\xaa\x36\xed\x06\xe3\xb5\xf0\x6e\xaf\x86\x19\x60\xc3\xec\xd5\x55\x37\xff\x14\xfb\xc0\xb1\x92\x71\x94\x77\xe1\x58\x05\x16\x75\xeb\x08\xeb\x5a\xed\xcd\x52\xa4\x1e\x97\xcd\x1a\x6d\x64\x7f\x74\x50\x52\x93\xe0\xae\x83\x92\xda\x87\x05\xbe\xe3\x13\x69\xc6\xdd\x75\x7c\x22\xed\x03\x65\xf4\xee\x87\x80\xbd\xdd\x2a\xbd\x1f\xb9\x3f\x1d\xe0\xd3\x3e\x25\x0c\xc0\xa7\xc9\x33\xd3\x01\x1d\x4d\xfa\x97\xde\xfd\x10\x6a\x76\x37\x48\xe6\x53\xc2\x18\x24\xa3\x75\xa5\x1b\x24\xf3\x81\xa0\xbb\x51\x31\xf2\x20\x75\xe3\x5e\x3e\x8c\x2d\xdd\xb8\x97\x0f\x0b\x58\x47\x27\x6f\x1f\x28\xb8\x2f\x47\x84\xd5\xb1\x1b\x15\xf3\xb9\xf1\x51\x95\x9b\x76\xd4\xbe\x4c\x32\xc2\xbc\xd9\x97\x49\x46\x24\x75\xf6\x6d\x21\x48\x74\xb6\x8e\xda\xd9\xa4\x9d\xe9\xdb\x9c\x23\x85\xc6\x36\xe7\xc8\xf3\x65\x9b\x73\xe4\x61\x64\x29\x52\x6d\xb0\xdd\x52\x29\x92\xb4\xf4\xe3\x77\x71\x54\xf5\x63\x72\x93\x22\xe5\xf8\x66\x74\xb6\x6e\x49\xd0\xe4\x71\x73\x7c\x33\xc6\x96\xf1\xf8\x2a\x36\xd1\x40\x77\x6a\x09\x75\x62\xbc\x8e\x17\x25\x6d\xbc\x5e\x65\xf3\x0e\x43\x4a\x0a\xea\xee\x30\xa4\xa4\x20\xf6\xc7\x6b\x2d\x06\x0e\x85\x61\x48\x49\x03\xdc\x0d\x43\x4a\xf4\xce\x0c\x43\x4a\x0c\x0e\x1c\x86\x94\x34\xe6\x68\x18\x52\xd2\xd1\x4c\x86\xa4\x43\xda\x21\x87\xea\x44\x7f\x7c\xf6\xb3\xc9\x00\x55\x27\x3a\x47\xc6\x30\xa4\xa4\x43\x28\x31\x8c\xfa\xee\xc0\xd5\xa1\xb2\xd1\xa3\x6f\x66\xb7\x76\x60\xe3\x30\x97\xd6\x8c\x80\x71\x73\x69\x39\x22\x87\x21\x25\x9d\xfa\x8c\xc3\x90\x12\x2b\x44\x0c\x43\x4a\x72\xb5\x1b\x8c\x57\x1e\x8f\xa1\xde\x92\x49\x7e\x1f\xea\x2d\x99\x10\xcd\x71\x43\x4a\x88\x5d\x19\x37\xa4\x04\x0c\x32\xfe\x8b\xfa\xe6\xb7\x1b\xda\xbd\x83\x57\xb3\x4d\xfe\x06\xaa\x48\x33\x89\x63\xa0\x8a\x34\x09\x34\x06\xaa\x48\xb3\x3a\xde\x40\x15\x69\x9b\xb3\x69\xa0\x8a\x34\xe9\x35\x06\xca\x46\xdb\x80\x8e\xf1\xf9\x21\x3c\x68\xc3\xc8\x67\x13\x4f\x86\x91\xcf\xdb\x3f\xf9\xf9\x66\xcc\x83\x23\xf9\x66\x90\xc2\xf0\x1c\x97\x8b\x63\xdc\x73\x1c\xcd\x79\x18\x9f\xbc\x11\xb0\xc3\xf8\xe4\x8d\x26\x36\x8c\x4f\xde\x60\xcc\xe1\xd1\x9c\x30\xf0\x0e\x8f\x66\xf9\x7c\x86\x47\x73\x02\x62\x0f\x8f\xe6\x04\xd6\x1b\x1e\xcd\x09\xe5\x79\x64\xc9\x3c\x11\x6e\x23\xeb\x52\xe9\x7e\xc8\x83\x8c\x98\x84\xe1\xd1\xac\xd1\x60\x78\x34\xcb\x6e\x34\x3c\x9a\xa5\x8e\x1c\x1e\xcd\x3f\x93\xc2\x3f\xc5\xfe\xf0\xd4\x4e\xd3\xe1\x78\xc6\x61\x4f\x18\x9e\xda\x09\xdb\xe0\xf0\xd4\x4e\xee\x29\x4f\x6d\x89\x80\x46\x71\xb0\xdb\x67\x1d\x2c\xe1\xf4\xc3\x33\xdd\xf4\xc9\xe1\x99\x9e\xdc\xe9\x9e\xe9\x7a\x79\xc6\x3d\xd3\xd1\xac\xc6\x3d\xd3\x51\xfe\xc7\x3d\xd3\x11\xa1\xc3\x33\x3d\x63\x4f\x18\x9e\xe9\xba\x84\x86\x67\xba\xd4\x97\xc3\x33\x5d\x1e\xa1\xe1\x99\x9e\x71\xbd\x0d\xcf\x74\x3d\x53\xc3\x33\x3d\xa3\xde\x0f\xcf\xf4\x8c\x34\x1e\x9e\xe9\xba\xa2\x06\x67\x7a\xd1\x8d\x35\x3c\xd3\x33\xb2\x7a\x78\xa6\x4b\xaa\x39\x3c\xd3\xad\x5f\x33\x3c\xd3\xb3\x5b\xcc\x33\x3d\x7f\x36\xbb\x57\x99\x85\x7b\xa6\x47\xaf\x3a\x5e\xbc\x06\xa3\x3a\xde\x68\xaf\x1c\x2f\xfa\xde\xa8\x8e\xd7\x2d\xd6\x1c\x2f\x19\x76\xa3\x39\x5e\xac\x8e\xa3\x39\x5e\x77\x4d\x73\xbc\x78\xb5\x46\x73\xbc\x18\x5b\x86\x74\xac\xba\xb1\x86\xf5\x3e\x24\x1d\x1a\xd6\xfb\xc8\x8a\xfd\xa6\x0e\x83\x45\x68\x34\xa5\xa2\x2b\xa7\x29\xf7\xd0\x15\x87\x29\xae\xbd\x7a\x75\xdb\x64\x16\x50\x27\x4a\x47\xbb\x18\xa8\x13\xa5\x63\x5a\x1c\x16\xfd\xd7\xcf\x3e\x50\x27\x4a\x77\xc7\x75\xe5\x3c\x96\x99\xd1\x95\xf3\xe8\x1e\xa3\x2b\xe7\x81\xf9\xa3\xdf\xfa\x59\x0c\x5f\x2b\xab\xb5\xa1\x87\x84\xab\x15\x5d\x71\x68\x65\xad\xc5\x57\x59\x3f\x0b\x55\x79\x68\x4a\xad\xd5\x9b\xb1\x1b\xd7\x6e\xf3\xd6\x95\x76\x08\xc0\xe4\x8a\xe5\x6d\x68\x4a\xb5\xec\xc8\xd0\x94\x2a\x50\x1a\x12\xae\x56\xf4\x96\x81\x29\xb5\x56\x8c\x87\x03\x53\x6a\x35\xb2\x65\x60\x4a\xad\x15\x95\x6f\x60\x4a\xad\xd5\x4d\x87\x29\xb5\x36\x10\xca\x18\x8e\xd7\x3d\x38\x1c\xaf\x7b\xdf\xa2\xff\xf5\xf8\x21\xc7\x4b\xf8\xcd\x20\xca\xa2\xb6\xe0\x9b\xa7\x6f\xb6\xcf\xcb\xa6\xbd\xda\x36\x59\x39\x28\x66\xb5\xb9\x25\xaf\x55\x16\x35\x66\x60\x95\xad\x8d\x5c\xc5\x81\x55\xb6\x36\x8f\x1b\xb4\xb8\x2a\x1b\xed\xc0\x2a\x5b\x5b\xf6\x2a\xe3\x6d\xc5\x67\x95\x48\xd5\xa6\xbe\x0c\x7f\xce\x74\x87\xa2\x79\x8e\xe9\x0e\x1d\x76\x43\xbd\x85\x80\xf3\x81\x55\xb6\x3e\xaf\x37\xeb\xe9\x50\x43\x98\x9a\x41\x5e\xbb\xa1\x19\xe4\xf5\x59\x7d\x37\x8a\x82\xa5\xef\x46\x41\xb1\x74\x21\xa1\xe3\x8d\xa5\x3b\x06\x8b\xdf\xb8\x55\xfe\xe3\x5f\x01\x9c\x63\x39\x3a\x22\x10\xc6\xd2\x53\xa3\xd0\x58\x7a\x6a\x14\x1a\x4b\x67\x37\x16\xbc\xb1\x1c\x9d\x52\x62\x39\x3a\xd5\x3f\x69\x82\x1e\xf7\xc5\xba\x46\x1e\xa6\x60\x39\x9b\x80\xa6\x81\x0d\xb6\x55\xac\xac\x03\x1b\x6c\xb3\xfc\xc7\xc0\x06\xdb\xea\xbd\x39\xda\xe4\xcd\x58\x59\x9b\x81\x67\xc3\x12\xff\xd5\x83\xd8\xe0\x8d\x2b\xca\x0c\xde\xb8\xb2\xcb\xe0\x0d\x2b\x73\x0d\x8b\x65\x64\x7c\xc7\xc3\x62\x19\xd9\xdd\x6a\xb1\x8c\x8c\xe5\x70\x18\xe9\x91\x8b\xcf\x16\x9b\xfc\x49\x23\x3d\xb2\x22\xc5\x52\x1a\x96\xf1\x1a\xb7\xd4\xbe\x6b\xcc\x52\x1a\x59\x71\x64\x29\x0d\x1d\xf4\xc3\x52\x1a\xba\xef\x87\xa5\x34\xb2\xea\x81\xa5\x34\x32\xb8\x69\x5a\x4a\x43\xf5\x6f\x5a\x4a\x23\x63\xb5\x9b\x46\x7a\x64\xb2\xe4\xa6\xa5\x34\x32\xba\xc4\xb4\x94\x46\x06\x5f\x4f\x4b\x69\x64\x84\xc6\xb4\x94\x86\xb5\xc6\xa6\xa5\x34\xf2\xf0\xbb\x8e\x17\x3d\x64\x5a\x4a\x43\xfa\xb8\x69\x29\x0d\x35\xf6\x69\x29\x8d\x3c\xbd\xea\x78\x87\xdd\x70\xbc\xa0\xaa\x69\xb1\x8c\x8c\x3e\x3f\x5f\x47\x84\x3b\x66\xbe\x8e\x08\x2b\xeb\xb4\x94\x46\x79\xbd\xea\x88\xd0\x6f\xa7\xa5\x34\x32\x16\xa1\x69\x29\x0d\x8b\x41\x4f\x2b\x03\x66\x90\xe0\x94\x93\x27\x63\xc3\x9c\x16\xda\x28\x8f\x6f\xee\x36\x0b\x4d\x47\x74\x7c\x76\x7a\xd5\xe6\xb2\xc9\xbf\xd2\xe0\xa9\x45\x68\x5a\x68\x43\x16\xbb\x69\xa1\x8d\x82\xb5\x70\x5a\x68\xc3\xba\x4e\xd3\x42\x1b\x05\xd0\x31\x2d\xb4\x51\xd0\x4c\xa6\x85\x36\x4a\xf0\x6a\xf2\x66\xbe\x6b\x35\x8d\x12\xbd\xca\x78\x8d\x4f\x9e\x56\xd3\x28\x48\xd4\x69\x35\x8d\x82\x02\x3f\xad\xa6\x61\xe1\xaa\x69\x35\x8d\x82\xc6\x3e\xad\xa6\x51\xd0\x3d\xa6\xd5\x34\x0a\xe7\xda\x34\x32\x44\xa3\xd6\x34\xf6\xc3\x02\x52\xd3\xe2\x86\x05\xeb\xfd\xb4\xb8\x61\x29\x36\x1d\x11\x18\x73\x5a\x4d\xa3\xb0\x43\xa7\x71\x23\x86\x2b\x4f\xe3\x46\x8c\xc7\x9e\xc6\x8d\x94\x6c\xd3\x11\x15\x5f\xe5\x88\x38\xc7\xa7\xe9\xa5\x05\xa3\xfa\x34\xbd\x54\x1b\xd7\x34\xbd\xd4\x2a\x51\xd3\xf4\xd2\xe2\xf2\x36\xbd\xd4\x10\xeb\x69\x7a\xa9\x85\x9f\xa6\xe9\xa5\x85\x73\x7c\x9a\x5e\x5a\xaa\x37\x3b\x5e\x1c\x10\xd3\xf4\x52\xe3\xb1\xa7\xe9\xa5\x05\x13\xca\xfc\xee\x78\xe9\x86\xb5\x36\x0a\x26\x94\x69\xad\x8d\xb2\xff\x62\xe0\x9c\x96\xe1\x28\x08\x9c\x69\x19\x0e\x0d\x6b\xd3\x32\x1c\x46\x50\xcf\xcf\x5f\x31\xfd\x8a\xbf\x62\x79\xd5\x5f\x31\xec\xb0\xbf\xc2\x5d\x63\x19\x8e\x82\xf7\x70\xa6\xfb\x2b\x58\x90\x96\xe1\x28\x18\x5b\xa6\x91\x2d\x65\x7b\xd5\x5f\xb1\x7d\xd6\x5f\x41\x96\xee\xb4\x0c\x47\xe5\xf4\x9c\x96\xe1\xa8\x6e\x7c\xcb\x70\x94\xe3\xcd\xaa\x25\x6e\xc0\xa4\x5a\xf2\xfa\x5d\xd5\xb0\x60\x9f\x55\xc3\x40\xee\x33\x5d\x0b\x18\xff\x4a\x83\xad\x59\xf3\x53\x83\xed\xc1\x60\x32\x2d\xc3\x11\xc0\x20\x53\xdc\xd7\x21\x0f\x99\xe2\xbe\x4e\x34\xce\x14\xf7\x0d\xa5\x84\x26\xd9\x01\x8e\x98\xe2\xbe\x61\x9f\xc5\x7d\x03\x0d\x67\x8a\xfb\x06\x71\x77\x53\xdc\x37\x30\x5c\x4c\x71\xdf\x88\xbe\x79\xfb\xac\xaf\x3a\x7e\x88\x01\x0a\xee\x86\x42\x43\x70\x37\xdc\xf8\x82\xbb\x81\x1e\x32\x05\x77\x43\x81\x23\xb8\xd3\x65\x3f\x05\x77\x03\x1c\x31\x05\x77\x43\x81\x23\xb8\x1b\xca\x2e\xc1\xdd\xc0\x52\x3a\x05\x77\x66\xc9\x4d\xc1\xdd\xf8\xfc\x90\xe3\x2d\x36\xef\x78\x99\x14\xc1\xdd\xc0\xb8\x34\x05\x77\x43\x91\x22\xb8\x1b\x0a\x0d\xc1\xdd\x50\xfe\x08\xee\x4c\xa9\x9b\x82\xbb\x51\x6c\x3a\x5e\xf4\x96\x29\xb8\x1b\x78\xff\xa7\xf0\xcd\x34\xf9\x29\x7c\x1b\x6e\x2b\xe1\xdb\xe0\x1c\x9f\xc2\xb7\xa1\x94\x10\xbe\x0d\x37\xbe\xf0\xcd\x70\xd6\x29\x7c\x1b\xcd\x57\x39\xa2\x6e\xaf\x1c\x91\x1b\x5f\xf8\x36\x3c\x40\x85\x6f\xc3\x3d\x28\x7c\x1b\xd3\xa6\x23\x22\xae\x60\x0a\xdf\x06\x91\x3c\x53\xf8\x36\x48\xa6\x98\x02\x34\xa3\xcb\xa6\x00\xcd\x72\xb1\xb3\x39\x22\x77\x59\x73\x44\xc7\xab\xd3\x9b\x59\xa2\xc2\xb7\xe9\x86\x15\xbe\xcd\xc7\x21\x1c\xaf\x72\xb3\xf0\xcd\x90\xb0\x29\x7c\x9b\x78\x3a\xa6\xf0\x6d\xba\xbc\x85\x6f\x13\xf5\x7e\x0a\xdf\x26\xa8\x79\xde\x20\x19\x3b\x29\x40\x0b\x78\x67\xe6\x0d\x83\xc1\xb4\x38\x2f\x40\xfb\xbc\x6a\xd9\x32\x10\xf7\x14\x73\x05\x82\x10\xa6\x98\x4b\x3f\xfb\x14\x73\x05\x77\xa8\x98\x2b\xd8\x49\x31\x57\xf0\x1c\x17\x55\xe9\x58\x9f\xa2\xaa\xe0\x77\x45\x55\x01\x43\xeb\x14\x55\x85\xcf\x67\x2d\x4c\xf6\xd9\x0d\x0b\xb1\xfd\x7f\xe3\xfc\x5b\xec\x0b\xb8\x42\xf2\x41\x6b\x96\x65\x7b\x28\xc0\x2c\x76\x49\x80\xe9\xfa\x14\x70\x55\x8f\x2d\x01\x57\x55\x59\x12\x70\x55\x55\xa9\x0b\xb8\xb0\x18\x4c\x00\x57\x39\x6e\x84\xa9\x9b\xa3\x79\xb3\x6e\x0e\xf4\xdb\x29\xa4\x3a\x20\xac\x29\xa4\x9a\x9e\xda\x37\xd0\xc5\x3f\x63\xa0\x8b\x24\xb7\xd3\x40\x97\x79\x3f\xe4\x1a\x73\x13\x19\xe8\x32\x49\x7d\x9a\x06\xba\x48\x72\x3b\x0d\x74\x91\x15\x6a\x1a\xca\x22\x51\xed\x34\x94\x65\x12\x65\x3a\x0d\x56\x99\x64\x17\x4e\x83\x55\x26\x6c\x3f\xd3\x60\x15\xf9\xa6\xa6\xc1\x2a\x73\x7b\xb3\xb3\xa0\x38\x92\x38\x48\xa4\x30\x0d\x56\x39\x38\x2f\xa6\xc1\x2a\x56\x36\x9f\x06\xab\x48\x64\x31\x0d\x56\x91\xc8\x62\x1a\xac\x22\x69\xc9\x34\x58\x45\xaa\x8a\x69\xb0\x8a\x44\x16\xd3\x60\x15\x59\x2f\xa6\xc1\x2a\x12\x59\x4c\x83\x55\xa6\x0a\xad\xc1\x2a\x8b\x78\xe3\x69\xb0\xca\xea\xbe\xb9\xdb\xf4\x55\xe6\xe1\x7a\x18\x19\xac\xb2\x71\x9e\xce\xad\x95\x55\x99\xb9\xb5\xb2\x2a\xbb\xac\x75\xb8\xb0\xb2\x4e\xe1\xdb\x22\x04\x77\x0a\xdf\x56\xb3\x19\x6c\x32\x5e\xe1\xdb\x12\x83\x08\xdf\x16\x41\x14\x53\xf8\xb6\x30\xe7\x4e\xe1\xdb\xb4\x93\xc2\xb7\xe9\xba\xb2\xec\xbb\x51\x40\xd3\xb2\xef\x2f\x6e\xf7\xa9\xe3\xe3\x55\x75\x04\xa0\xb5\xd7\x13\x04\x80\xd6\xde\x6c\x37\xb0\x1b\xbf\x28\xb4\x0b\x80\xd6\x0c\xff\x5b\x00\xb4\xf6\x62\x10\x5b\x40\xb0\x66\x30\xd2\x02\x82\x35\x03\x0b\x97\x2e\x95\xb7\xf8\xac\xe5\x80\x71\x9e\xae\xc7\x3e\xb3\x61\x97\x0e\x97\xb7\xf9\x5d\xcb\x01\x83\x40\x17\x10\xac\x19\x1c\xb8\x1e\xfb\xcc\xe9\xb3\x40\x55\xcd\xc8\xa5\xf5\x5a\xb3\x98\x39\x5a\xaf\x9d\x1c\xde\xcc\x8f\x9d\xc9\x9b\x35\xd7\x23\x46\x96\xa8\x6a\x31\xdd\x4b\x54\xb5\x30\xff\x2e\x51\xd5\x7e\x7c\x16\xc9\xb6\x51\xc2\x97\xa8\x6a\xfb\xaf\x44\x55\xeb\xf6\x6a\xd9\xe4\xd7\x89\xaa\x16\x06\xb1\x25\xaa\x5a\x76\x52\x54\xb5\x80\xba\x4b\xdc\xb4\x96\x57\x5d\x2a\xe0\xc4\x25\x32\x32\x39\x7a\x89\x8c\x16\x0a\xfc\x12\x19\x2d\x8e\x8c\x25\xf6\x59\x18\xd3\x96\xd8\x67\xe1\xe6\x5b\x37\x2a\xfe\xf8\x2a\x7b\x85\x31\x7c\x19\x15\xbf\x81\x7e\xeb\x46\xc5\xa3\x1f\x2e\x91\x91\x14\xe5\x4b\x64\xb4\x5f\xaf\x7e\x36\xff\xe2\xe4\x59\x82\x26\xa9\x02\x97\xa0\x69\xa3\xef\x2d\x41\xd3\x06\x6f\x2e\x41\xd3\xe6\x8c\x5b\x82\xa6\x8d\x63\x6e\x09\x9a\x36\x67\xeb\xba\x9c\x3c\xd1\xfe\x4f\x9b\x4c\x90\xa0\x69\x47\x3b\xbc\x6d\xb2\xe4\x04\x4d\x9b\x1d\xb7\x04\x3e\x9b\x1d\xb7\x04\x3e\xdb\x5d\x23\xf0\xd9\x50\x05\x2e\x81\xcf\xe6\x50\x58\x02\x9f\xed\x26\x12\xdd\x6c\x77\x8d\xe8\x66\xbb\x2f\x44\x37\xd2\x6d\x2d\xd1\xcd\x6e\xde\x6c\x9f\xdd\x35\xa2\x9b\xdd\xfc\x90\x7d\xe6\x04\x59\xa2\x9b\x89\xd9\x6a\x89\x6e\x26\xb0\x77\x89\x6e\x26\xce\xf1\x25\xba\x91\x38\x71\x89\x6e\x66\xf3\x59\x37\x91\xdd\x30\x6e\x3f\x21\x33\x97\xe8\xa6\xe1\x8e\x59\xa2\x9b\xe6\x72\x15\xdd\x34\x17\xb3\xe8\xa6\x61\x84\x5c\xa2\x9b\xb6\xfd\xae\x46\x57\x37\xa0\xe8\xa6\x91\xec\xb3\x2c\x41\x68\x7a\xda\xb2\x04\xe1\x40\xef\x5a\x72\xf2\x88\xaf\xd7\x2d\x64\xcf\x81\xb2\x6e\x21\xfb\xe3\xd5\xe8\x55\xde\x6c\x21\xfb\xf2\xf8\xaa\x64\x93\xc5\x60\x21\x7b\x0d\x26\xcb\x42\xf6\xe5\xf1\xd9\x6a\x93\x5e\x59\xc8\xde\x32\xd9\xcb\x42\xf6\x46\xc5\x2c\x0b\xd9\x17\xdc\x22\xcb\x42\xf6\x1a\x3d\x96\x85\xec\x4f\xf5\xea\xb6\x49\x9f\x2d\x37\x2f\x35\xd9\xb2\xdc\xbc\xd4\x0d\xcb\x72\xf3\x07\x95\x75\x59\x6e\x5e\xda\x87\x65\xb9\x79\xb9\x8f\x56\xb9\x4e\x6a\x9f\xe5\xbb\x19\x9b\xc0\x12\xa1\x14\x65\x97\x05\xe5\x33\x50\x77\x59\x50\xde\xca\xc2\xcb\x82\xf2\x56\xe9\x5d\x16\x94\xb7\xfe\xef\xb2\xa0\x7c\x74\x80\x92\x97\x5a\x8d\x74\x49\x5e\x1a\xa7\x4d\x46\x14\x5d\xfc\x92\x97\x7e\xf7\x59\xc3\x1b\x70\xd6\x2c\x0b\xca\xcf\xe2\xcd\xfc\xe7\xbb\xbc\xc5\x20\xb2\xdf\x2c\xc9\x4b\x27\xa6\x98\x65\xa0\xc8\x74\x08\xe8\xe4\xcd\x1a\x01\x0b\x95\xaf\x4d\xd4\xc5\x85\x8d\xbd\x4d\xbc\x15\xcb\x28\x0b\x0d\x35\xcb\x28\x0b\x2d\x24\x6b\x3a\xa1\xee\x14\x54\xbe\xa6\x29\x66\xa1\xf2\xb5\x72\x3f\x74\x6c\xd2\x49\x43\x32\x2c\x14\xbe\x0c\xc9\xb0\x14\xf8\xba\x44\x25\xe8\x0f\x6b\xc9\x88\x82\xc1\x73\x19\xb0\xd1\xf1\xbf\x2c\x03\x36\x36\xe8\x75\x19\xb0\xd1\xb1\xac\x2e\xec\xea\xad\x7b\xfa\x2c\xf9\x52\x3c\x9b\x96\x7c\x29\xd3\x0f\xc9\xe2\x32\xfd\xd0\xb0\xc9\x78\x51\x17\x5b\x9f\xf6\x59\x16\x97\xf5\x97\x6d\x7f\x69\x54\x17\x41\x2f\x8d\xea\x06\xcc\x2f\x8d\xea\x5a\x0c\x96\x46\xf5\xa1\x34\x36\xc2\x64\x60\x1b\x5c\xe8\x8a\x6d\x60\x45\x5f\x9a\xdc\xe5\xa8\x59\xd7\xe4\xbe\xbd\x59\xda\x70\xf7\xc5\x96\x36\xdc\xe3\x66\x4b\x1b\xae\xb6\x60\xb0\x4a\xc3\x20\xbf\x0c\x56\xe9\x2e\x0c\x75\xc5\xbe\xfd\x90\x84\x36\x28\xb4\xcb\x50\x96\xae\x84\x41\x57\x6c\x5d\xc9\x76\x64\xa1\xf1\xe4\x3d\x4e\x2e\x66\xe4\x65\xdc\x4b\xf7\x98\x3e\x8e\x57\xf9\x73\x1c\xaf\xf2\xc7\xa8\x98\x81\x71\x69\x19\x15\x33\x5e\xaf\x32\xde\xe1\x46\x30\xb0\x79\x47\xbf\x6b\x5c\x84\xbb\x46\x6d\x50\xe6\xf3\xad\x36\xb8\x89\x22\xd8\x6a\x83\x96\xa9\xdd\x98\xeb\xdb\x06\xce\xec\xc7\xb8\x08\x70\xd3\x56\xfd\x93\xdc\x72\xab\xfe\x49\x8c\xb9\x55\xff\x24\xb7\xdc\xaa\x7f\x1b\x59\xbd\x55\xff\x36\x6e\xf7\xfd\xd8\x49\xce\x88\xfd\xa8\xa2\x83\xfa\xb7\xca\xe1\xde\xbe\x99\x21\x1c\xcc\xb9\x1b\xfb\x7c\x3b\x68\x17\x1b\xfb\x7c\x93\x64\x72\xab\x49\x1e\x34\x84\xad\x26\x79\xb0\x1b\x6f\x75\xc5\x03\xec\xdd\xe8\x8a\xf1\x79\xbc\xfa\x1b\xd1\x39\xa0\xc8\x8d\xae\x18\xf4\x97\x6d\x74\xc5\xf8\x30\x29\x1b\x5d\xf1\x9c\xc7\x9b\x27\x4d\x94\xa5\x8d\xae\x78\x0e\x93\xb2\xd1\x15\xcf\x89\x5e\x3d\x34\x51\xe1\x36\xba\xe2\x63\x0a\xd2\xc6\x02\xff\x3c\xf8\x50\x36\x16\xf8\xf0\x3a\x7c\x34\xc9\x20\x6b\xdf\x46\x93\x7c\x74\xdb\x6d\x63\x84\x32\x51\xb5\x5b\x0b\x7c\x3a\xbe\xca\x68\xf3\xd7\xa6\x21\xd6\x98\x25\xb7\x7c\xfb\x1d\xc9\xb6\xb5\xc0\xb7\xe4\x87\x2c\xa0\xef\x84\x1a\x23\x64\x46\xf3\x0e\x96\x02\x3c\x7e\x97\x68\xf3\x94\xbc\xca\x0c\x56\xfc\x92\x5b\x2d\xf4\x80\xe6\xb6\x31\x42\xeb\xb3\x29\x75\x3f\x87\xc2\x36\x46\x68\x11\x67\xb8\xa3\xc7\x0d\x4a\xce\x56\xd5\x94\x53\x6b\x1b\x23\x54\x51\x68\xf7\xa5\x7f\x3c\xbe\x19\x6e\xab\x1a\x7d\x15\xe3\x1d\xcd\x26\xe3\x95\x1f\x6f\xab\x6a\x0a\xed\xb7\xe1\x46\x61\xfa\xa1\x5b\xb7\xc2\xab\x64\xf4\x3c\xcd\x67\xe5\x06\xb7\x93\x46\x3e\x2f\xec\xdb\xdb\xc8\x67\x53\x87\xb6\x91\xcf\x09\x34\xb7\x3f\x33\x7a\xaa\x37\x5b\xaa\x20\xdb\x34\x8c\x0d\x5f\xe4\x36\x54\xe9\xb9\x1f\x62\x7e\x17\x82\x71\xab\xa6\xce\xe1\x87\x50\xdb\xc6\xbd\xd9\xf1\x3a\xdd\xaa\xa9\x87\x43\x7f\x7f\xe6\xef\xff\x7f\xa9\xfc\x53\xec\x6f\xe3\xa3\x44\xb2\xdb\xa0\x68\x53\x92\xb7\x41\xd1\x0f\x46\xe6\x6d\xe6\xe9\xc1\xd7\xbf\xaf\x06\x8b\x6d\x7f\xdf\xcc\x53\x37\xbe\xbc\x91\xc6\x57\x6f\x33\x4f\xbf\x6e\x93\x5f\x11\xfc\x6f\xb2\x4a\x86\xe4\x9b\x2d\x2d\x31\x6d\x1a\x36\x80\x8e\xba\xd5\x60\x67\xf7\xaa\xa5\x1e\xa7\xdd\xd0\x3e\x8f\xc9\x7d\x9b\x79\x3a\xd0\x9c\xb7\x99\xa7\x2f\x76\xe3\x2d\xbf\xcd\x9b\xbc\x6a\xb2\x0f\x47\xc6\xce\xb7\x04\x33\xdf\xb5\x88\x76\x00\x6f\x6e\x59\x25\x9f\xc7\xa6\xb4\xbd\x60\xc6\x2d\xab\xa4\xa5\xdb\xb7\xac\x92\x92\x5b\x6e\xd3\x54\x05\x59\x5b\x56\xc9\x99\xbd\xca\x78\xbb\x9b\x48\x7e\x1b\x2b\x5d\x6e\xf9\x6d\xbe\xe2\x55\xfd\x2f\xdb\x57\x4d\x8f\x48\x56\x82\x69\xaa\xc3\x23\x43\xdb\xbe\x70\x66\x63\xdb\x6f\x96\x23\xdf\x37\x70\x8b\xb3\x69\x63\xdb\x6f\x89\xf3\x74\x17\x1d\xeb\xf6\xca\xba\x6c\x15\x0f\xe0\x96\x55\xd2\x98\xa8\xad\x6e\x9c\x94\x30\xb2\x4a\xbe\xaf\x1f\x32\xd9\x10\x28\xb4\xad\xcb\x76\xcf\x26\x69\xff\x33\xa6\xb6\x8d\x6d\xbf\x85\xd7\x0f\x89\xc8\xd0\x51\x77\xb9\x45\x76\xf8\x39\x72\x4e\x56\x2c\xff\x1b\xcd\xb9\xe5\xe2\x88\x0c\x24\x00\xfa\x6d\x6d\xfb\x5d\x91\x72\x69\xff\x49\x10\xd8\xa6\xb8\x1a\x05\xb4\xd5\x9c\xfb\xe3\xcd\x88\xb2\xa7\x78\xb3\xa5\x52\x94\x12\x6a\xce\x27\x79\xd5\x64\x2e\xb8\xe6\xb6\x29\xae\x15\x07\xc4\x36\xc5\xb5\xdc\xef\x5e\x26\x5b\x86\xa0\xe5\xdf\xba\xd2\xdb\x04\xd8\xad\x1c\xd0\xf2\x3f\x71\x6d\x6c\x2d\xff\xcb\x5f\x67\xc9\x80\x17\x40\xba\xd5\xba\x03\xf6\x84\xad\xd6\x9d\x31\x5c\x6c\x2d\xff\xcd\x33\x51\x46\x4a\x53\x5c\xb7\x09\xb0\x0d\x13\xdf\x36\x01\x36\xa3\x98\x6d\x19\x29\x1f\x87\x7f\x03\xb7\xf0\x91\x6d\x43\xbb\x8d\x0f\xdc\x32\x52\x06\xe7\x08\xbf\x40\x8b\xaf\x6f\x66\xbc\xcb\xe9\xd6\x2f\xb0\xf0\x18\x6e\xd3\x63\xad\xb8\xb4\x4d\x8f\xed\xae\x76\xeb\x68\x4f\x05\x85\x75\xb4\x1f\xcc\x02\x5b\xda\xc9\x03\x1e\xdf\xd2\x4e\x46\x75\x1e\xeb\x68\x4b\x1e\xb8\x6f\x58\x97\xdb\xd9\x18\xf2\xa8\xa2\xd2\x2f\x0b\xae\x57\xad\x32\xa3\xcc\xe9\x57\x74\x33\xa2\x6e\x1d\xde\xe5\xcd\x96\x4d\x54\x56\x77\x6d\x6b\xfe\x67\x33\x64\x2d\x5d\xba\x6f\x86\xac\xc3\xef\xb7\x8c\x05\xb3\xaf\x8b\xc1\x30\xb6\x2d\xed\xe4\xf9\xb3\x84\xfa\x1e\xc6\x64\x62\x21\xd9\x26\xcf\x7e\x38\x6d\xf7\x50\x75\xf4\x24\x32\xe2\x2b\x61\x58\xdb\x26\xcf\x76\x20\xd5\x36\x79\xf6\x73\xe3\xdf\x62\x70\x9e\xda\xc3\x9c\x38\x50\xd2\xbe\xc5\xe0\x5c\x63\xc3\xbc\xc5\xe9\x87\xfc\x15\xc1\x57\xf1\x2b\x92\xeb\xc4\x3c\xdc\x8d\x2b\x6a\x1b\x8a\x2f\x9d\xf5\xc6\x01\x51\xa4\xc1\xdf\xd3\x18\x21\xe2\xc9\x37\x0e\x88\xb6\xb1\x81\x6c\x8b\xc1\x55\x37\x91\x71\xfb\xf9\x78\xb3\x7c\xdd\xf6\x59\x36\xcb\x57\x7d\x0f\x34\x5a\x3b\x60\x7c\x1b\xf1\x25\x6b\xe8\x16\x8d\xbe\x78\x3a\xb6\x68\xb4\x12\x04\xbe\x8d\xf9\x8f\xea\x7b\x46\x7c\xf5\x7b\xf5\x52\xb1\xf9\x5d\x44\x59\xc0\x7a\xbf\x65\xdd\xd1\x69\xb2\x2d\x15\xf7\x12\x64\xbb\xc5\xaa\x7a\x5a\xb7\xee\x89\xa0\x1c\x30\x0f\x37\xe2\xbb\xd9\x60\xd5\x2a\xf5\xf7\x36\x3c\x6c\x6e\x5f\xe5\x52\xff\x6c\x6a\x04\xf0\x4f\x5a\x62\xdb\xea\xf3\x5b\xd7\x86\xb6\xd0\x2d\x56\xcd\xfe\x58\x4b\xc5\x49\xfb\xb0\xd7\x2d\x31\x69\x37\x38\xaa\xf4\xc2\x6f\x5c\x1b\x2d\xdc\x9b\xa5\x0b\xce\xbe\x8a\xf1\x56\x77\x8d\x70\xd5\xf2\x76\xfb\xc6\x80\xd9\x67\xf9\x7c\xba\xba\xb1\x35\x11\x1e\x0f\x32\xe1\xaa\xa1\x83\xdb\x7a\x70\xaf\xb2\x5a\xd7\x86\xbe\xb6\x2d\x5c\x6d\x38\x31\xf7\xbe\x5b\xdb\x67\x8d\xe8\x2b\x5e\xbd\x79\x34\xfc\xd8\x9b\x5b\xa1\x48\xd1\xb5\xd1\x3c\xf4\x85\xab\xaf\x3a\xf9\xbe\x79\xc7\x36\x75\xda\x2a\x7f\x74\x6d\x58\xdf\x64\x0b\x57\xab\xba\x96\xae\x8d\x8e\x8d\x6b\x1f\xb5\x6e\xc5\xaf\x70\xb5\x2a\xe7\x75\x6d\x74\x4f\x4c\x0b\x70\x5f\xe8\x77\x5d\x1b\xc3\x9b\x9d\x5f\xff\xa4\x55\xb6\xab\xc3\xb7\xca\xb6\x64\x6b\x5b\x0e\xa2\xb7\xdb\x67\xdd\x6d\xae\x0d\x23\xd3\xe4\xca\xde\x72\x10\x99\xc3\xbb\x85\xba\x96\xa5\x3b\x42\xdd\x8a\x9f\xeb\x98\xc3\x9b\x31\xa6\x1d\xa1\x6e\x63\x31\x1c\x73\x78\xad\x3d\x71\x8c\x4c\xeb\xa4\xd2\x1c\xdd\x22\x13\x4b\xe3\x31\x32\x4d\x11\x7a\x8c\x4c\x13\xeb\x1d\x2b\x26\x98\x67\x74\x8c\x4c\x3b\x1c\x46\xc7\xc8\xb4\x89\x7e\x78\x6e\x0e\x2f\x93\x72\x8c\x4c\x9b\x28\x0c\xc7\xc8\x34\xf3\x41\x8e\x25\xb9\x7b\xf6\x59\x79\x5f\xf9\xb1\xc7\xb8\xb5\x8e\x3a\x71\xc4\xc5\x01\x4d\xec\x18\xb7\xa6\x7c\x3e\xff\x91\xb5\xf2\x5d\xe3\xd6\x56\xfb\x2b\x92\xe7\xe8\x7c\x59\xf7\xa3\x72\x9b\xa3\x48\x1f\x6b\x79\x87\xe4\x55\x44\x59\x00\xd8\x1e\x79\x5c\xf5\x97\x9d\xf7\x56\xbd\xe4\x27\x03\xa8\x5b\xec\xde\xec\x29\x76\xbc\x99\xa5\xbe\x88\xf8\x3a\x00\xea\x66\xce\xc2\x79\x9d\x7a\x14\xda\x03\xa0\x4e\x46\x99\x1e\x93\x6e\x96\xff\x2d\x68\x22\xe0\xf4\x39\x00\xea\x56\x50\x68\x8f\xae\x19\xbd\xb4\xc7\x02\x76\x81\xe3\xe6\xc8\x65\xa4\x85\xe4\x84\x4b\x01\xe7\x87\xdc\xda\x8e\x57\xc7\x8d\x78\xf3\x98\x74\x23\x35\xe2\x11\x50\xeb\x96\x3d\xc1\xe4\xa6\xe5\xb3\xda\xc9\xb1\xd1\x1d\x00\x75\x6b\xb8\xfe\x4f\x10\x60\x82\x0a\x4f\xbc\x5b\x9b\x6e\xdc\x5a\x78\xdb\xab\x06\x27\x3b\xc0\x28\xaf\x05\x22\xf4\xc4\x9b\x6a\xca\x77\x4d\xba\x49\xee\x9a\xeb\xbb\x99\x5e\xf5\xa8\xc2\xa7\x79\xa2\x04\x71\xd3\x0f\x89\xaa\x30\x6f\x1e\xeb\x29\x04\x24\xf9\x11\x50\x1f\xce\x97\x23\xa0\x8e\x9f\x7d\xb6\x96\xae\x53\x66\xfe\xce\x43\xd2\xcd\x31\x7f\xc7\x1c\xab\x63\xfe\x8e\x21\x61\xe7\xb3\x94\x06\x16\x92\x63\xc0\x9b\x08\xf4\x98\xdd\x93\x5c\xa2\x00\xea\xb6\xec\xa4\x7e\x9f\xe9\x7f\xbe\xf5\x14\xee\xb3\xc5\x55\x47\xaf\x4c\x25\x5e\x00\xd2\x63\x2d\xbc\x8a\xd1\xe3\x08\xa8\x07\x80\xe5\x7c\x96\xb3\x01\x55\x1d\x0b\x8e\x67\xcc\x0b\x47\xbf\x4f\xdc\x7e\xc8\x74\x98\xec\x87\x8e\xbf\x8e\x01\xa6\xbb\xb5\x19\x42\xba\x28\x83\x0f\x59\x70\xbc\x22\x24\x8f\xac\xb0\x23\x7b\xb3\x74\x6a\x58\x95\x8f\xa8\xf9\xc1\xc1\x7d\x40\xcd\x65\x71\x82\x1c\xfd\x3e\xc6\x80\x1d\xf9\x9a\xe2\xf6\xcd\x57\x94\x31\x0b\xfa\x7d\x2c\x9e\x7b\x4c\x34\x96\x34\xfe\x5c\x56\x58\x65\x57\x92\x22\xe3\x78\x33\xa2\x4c\x65\xf8\xe8\xf7\x91\x74\xfd\x88\x9a\xcd\x8f\x38\xe6\x3a\x6d\xce\xf1\x63\xcc\x9b\x44\xbe\xe7\xa2\x66\x4e\xdb\x63\xcc\x5b\x54\x0c\x66\xe7\xf7\xbe\xea\xd2\x2f\x30\x04\xc9\x9d\xbe\xe9\x9b\x5d\xcf\xce\xbe\x11\x71\xfd\xf3\xe6\x6b\x49\xb6\x93\xac\xe7\xf1\x79\x33\xeb\x59\x87\xef\x31\x22\xee\xbf\x5e\x89\xaa\x96\xaf\x92\xb2\x12\xbd\xf4\x48\xee\xa4\x0d\xf3\x18\x11\x67\xed\xaa\x53\xae\x55\x84\x19\x2c\x57\x74\xf3\x66\xc9\x9d\x92\xbb\xcc\x5a\x0c\x01\xa3\xd6\xb1\x58\xde\x59\xbe\xd9\xfd\x8b\xd9\xf9\x48\xee\xd4\xdf\xbf\xb4\xfd\x73\x9d\x4d\xf8\x07\x8f\xc1\x72\xfa\x43\x8f\xc1\x72\xeb\xb1\x87\x16\x71\x70\xec\xc5\xa5\xae\x44\x15\x50\xd7\xe8\xcd\x02\x2e\x14\xf8\x73\x5d\x51\x38\x7c\x8f\x45\x1c\x1e\x0c\x98\x47\x57\x94\xa9\x97\x47\xb2\xd9\x81\x7b\xe5\xdc\x4c\x28\xe5\x9e\x85\xce\xab\xbb\xd5\x4c\xa8\x81\x25\xfc\xdc\x3a\x7a\xcd\x9b\x8d\x80\x72\x8b\x19\x4a\xb7\x96\xbd\x72\xbc\xca\x3d\xc9\x66\xbb\x23\xb2\xca\xde\xfd\x1b\x92\xcd\xca\x13\x7e\x64\x94\x32\x3b\xf8\xe8\xc6\x92\xa9\xec\x58\xe2\xe1\xc5\x04\x74\x64\x94\x4a\x98\x46\x4f\x93\xeb\x12\x55\xea\x34\xb3\x83\xd1\x33\x4f\xbb\x1e\x79\x3e\x24\xa0\xb6\x5c\xf5\x91\x51\xaa\x39\x5e\x73\xa5\xa3\x4b\x4e\x46\x29\x99\xe8\xce\x05\xd4\xee\x0b\x01\xb5\xec\x04\x47\x2a\xda\x43\x68\xd9\x91\x8a\xf6\x28\xf7\xa4\xa2\x3d\xc4\x0c\x1f\x4b\x3c\x48\xe3\x76\xda\xad\xfa\xc4\xf0\x05\xd4\x1a\x88\xce\xa5\xa2\x55\xb3\x12\x50\x37\xf2\x23\x8e\x80\x7a\xa8\x6c\xe8\xd4\xb3\x20\xe3\xb9\x81\x76\x2a\x4b\xfd\x56\x7d\x62\x44\x5d\x8f\x18\xe6\x85\x63\x1d\x87\xf1\xf8\xac\x06\x31\xd4\xdd\xd3\x35\x10\x79\x26\xf6\x9b\xff\x6b\x9f\x59\xcf\xa6\xe4\x9c\x6e\xc5\x5b\x25\x5b\xd7\x20\x56\x6c\x8a\x22\x01\x95\xc7\x98\xbd\xe3\x41\x66\xcc\xde\xf1\xd9\xa1\x0b\xbb\x7a\xf5\x86\x4a\x32\x22\x29\xa7\x0e\x26\x82\x03\x6a\x2e\x2b\x79\x55\x14\xe9\xb9\x36\xb4\xfd\x2a\xca\x40\xcd\x2d\xe2\x26\x38\xa2\xe6\x07\x1f\xdf\x31\xa2\x4f\x6e\xab\x23\x6a\x7e\x30\x20\x9c\x71\xd9\x7e\xf8\x57\xc3\xcc\xbe\xed\x87\xe4\xa9\x9b\x36\xd9\xbf\x91\xcc\xd3\x23\x6a\x1e\x00\xff\x23\x6a\xee\x18\x4b\x0f\xa8\xb9\x2c\x37\x9d\xa8\xb9\xba\xae\xac\x01\x11\xfd\xd0\xb4\x8c\x8e\xa2\xec\xe6\x49\x91\x47\x7f\xa6\xf9\xce\xc7\xef\x1a\x20\x87\xeb\xfc\x4c\x23\x18\x3d\xc8\x44\xcd\x96\x86\x39\xa2\xe6\xe0\xa6\x13\x35\x7f\xcb\x9b\x45\x91\xc7\x5e\x69\x30\xf1\x6f\xcc\x7b\x34\xb3\xbc\xd7\x45\x91\x74\x52\xd4\xbc\xd4\xab\x97\xaa\x17\x6e\xd9\x23\x6a\xd6\x85\x7d\x0c\xf9\x5b\x98\x50\x8e\xa8\x39\xb8\xe9\xd6\x55\xbd\xd8\x92\x7a\x78\xa5\x08\x3e\x7a\x78\xcd\x1a\x3b\x16\x58\x7f\x3d\x40\xf5\xf0\xd6\xcf\x37\x0f\xe5\xa4\x37\x83\x32\x7e\xc5\x53\xfe\x2d\xf6\x97\xb6\xd0\x61\x97\xfc\x15\xd3\xb1\xb3\xb5\x3f\x57\xbe\x05\xd6\xb7\x5a\xa8\x04\xb9\xcd\x45\x75\x01\xb5\xff\x6d\x5f\xa2\x39\xfe\x8c\x05\xd6\x5f\x0f\x26\x01\xf5\x50\x77\x12\x50\x37\x17\xb3\x45\x06\x8d\x5e\x38\x02\xea\xac\x5e\x6d\x81\xf5\xa5\x4e\x2e\xa0\xd6\x33\x7e\xae\xff\x57\xb5\xd3\x22\x83\xc2\xed\xb3\xaf\x1b\x8b\x1d\xa7\xff\x37\xb9\xa7\x8c\x15\x94\x93\xe7\x08\xa8\x35\xd4\x1c\x63\x05\x2d\xe2\x70\x00\xd4\xdf\x15\x47\xc6\x0a\x4e\xdf\x6c\xac\xa0\x09\xce\x47\x62\xab\xf1\x78\xd5\x68\x1c\x31\xa3\xe5\xd7\x27\x9e\xf4\xa3\xff\x57\xa2\xb6\x73\x53\xbd\x82\xaf\xba\x05\xdd\x98\x32\x53\xbd\xac\xc2\x76\x24\xf5\x35\xc5\xfe\x08\xa8\xdb\xf0\xd9\xbb\xd4\xed\xb3\x00\xf3\x07\x0d\xc2\x73\xcb\xaf\xff\xa4\x71\x78\x24\xf5\x3d\xdb\xa6\x5a\xca\x2f\x5e\x37\x3c\x00\xea\x14\x7e\x4a\x69\x78\x2c\x41\x08\x89\x71\x78\x2c\x41\x88\xd9\x2a\x3c\xc6\x19\x7e\xbf\x30\xfe\xf0\x00\xa8\x13\xb1\xbe\xe1\xd1\xd1\x5c\x93\xaf\x32\xf6\x35\xdb\x2b\x96\x7a\xde\xbe\xca\x02\x76\x3f\xb1\x1f\x1e\x01\x75\xfd\x65\x7e\x85\x47\x47\xf3\xf8\xe5\x85\x85\xc7\xe2\xec\x18\x01\xc2\xa3\xa3\x79\x37\x3a\x09\xa0\x4e\x71\xf0\x66\x00\x75\x0a\x87\x37\x5b\xfd\x84\x0c\xd0\xf0\xbc\x17\x55\xf9\xac\xc4\x74\x3f\x55\x39\x3c\xb2\x4f\xe4\xc1\x88\x44\xcd\xb0\xf8\x86\xc7\x90\xc5\x27\xd3\x49\x43\x16\xbf\x4d\xaf\xa4\xaa\xa0\x7e\x5f\x78\x2c\xce\x4e\xa1\x8d\xf0\x5c\xe6\xab\x5f\xfc\x58\x78\x6e\x81\xc2\x7b\xb3\xb6\xfd\xe8\xcd\xba\x65\xab\x23\xba\xec\x88\xfc\x0d\x50\x73\xa3\x82\x49\x78\x64\xbe\x0a\x0f\x6f\x96\xf9\xea\xfd\xbc\x59\x03\xd1\x6f\x3d\x87\x47\xaa\x8a\xb9\x19\x7e\xd0\x20\x96\xbd\x59\x54\xe5\xca\x09\xd7\xe0\x49\x37\xa4\xaa\xc8\x9f\x4d\xc7\x5b\x98\x5f\x51\xf3\xf7\xda\x0d\xab\x9f\x14\x66\xc1\x60\xc8\x77\xdb\x67\x0d\x62\xd1\x9b\xd9\xbf\x33\xd9\xab\xab\x6a\xf2\x73\xa2\x81\x04\x3f\xa0\x14\x9e\xa8\xc1\x24\x32\x22\x50\x73\x23\x5b\x2d\x3c\x16\x28\x24\xbc\x33\x3c\xa2\xe6\xfa\x7a\x55\xdf\x8d\xff\xd9\x0a\xf2\xa1\x32\xfc\x68\x1c\x57\x65\x31\x18\xf1\xf8\x14\x6f\x46\x5e\x11\x8f\x1d\x1e\x09\xb8\x66\x66\x08\x51\xb7\xfb\x62\x6d\x44\xf7\xef\x63\xd3\x28\xaf\x61\x9f\xa5\x55\x7f\x1d\xa0\xd5\xb5\x3e\x06\x08\x6a\xce\x5f\xfa\x23\x80\x33\x3c\x7a\xa8\x31\xba\x86\xe7\x02\x6a\x97\xab\xdc\x5c\xd9\xb9\x16\x50\xd7\xe2\x57\x98\x7a\x60\x6f\x78\x2e\xc5\xb1\xd3\xf7\x5d\xc0\x45\x87\x2d\x2e\xbf\x8f\xaf\x52\x94\x25\x9f\x65\xea\x87\xfb\x42\x0f\xf5\x9c\xac\x13\x0b\x14\xc2\x69\x1c\x1e\xdd\xd0\x58\x86\xc3\x23\x4d\x07\x68\x34\x3c\xd2\x74\xa0\xb4\x84\xc7\xd2\xf3\xd3\xab\x72\x73\xc1\x07\x12\x1e\xdd\xd0\x6f\x66\x82\x04\xd4\x14\xb5\x0f\x8f\x80\x7a\x2d\x5f\x75\x0b\x1b\xf9\x2a\x45\xb7\x1b\x30\x19\x81\x50\x18\x82\xcc\x5d\x4f\x66\xf8\x00\xea\x6f\xbb\x1f\x25\x40\x8e\xd5\xab\xd7\x60\xc2\x92\x4b\x6a\xa1\x0a\x1c\x00\xf5\x77\x1a\x93\xa2\x1b\x7a\x6d\x6f\x56\x0b\x55\xe0\x5c\x40\xbd\xb8\x59\x37\x34\xd4\x0d\xe1\x91\x3c\xe4\x54\xf6\x94\x81\x94\x4f\xf5\xaa\xc4\x41\xee\x47\x93\xc8\xa6\x3f\xc7\x40\xca\xee\xca\xcf\x57\x4b\xe1\xe7\x98\x62\xb6\xdc\x62\x16\x37\xec\x83\x75\x65\x8a\xd9\x97\xe9\xb3\x29\x66\x30\x0c\x84\x27\x9b\x06\xd8\x7c\xb3\x5a\x77\xf7\xaa\x06\xb1\xed\x9b\x59\xea\xb0\x95\x86\x47\x40\x3d\x07\x13\xaa\x1b\x1a\xc7\x5c\x78\x64\x4b\x9e\x9b\x39\x2a\x77\xbc\xbc\xca\x14\xb3\xfb\x5d\xdd\xd0\xed\xf3\x59\xd3\x00\x23\xb3\x60\xf5\xf9\x7d\xf8\x57\x02\xea\xe1\xdf\x10\x35\xc7\xc0\x2c\x5c\x37\x74\x62\xbc\xba\xa1\xe7\xf0\x59\xd7\xb3\x8b\xc1\x00\xce\x54\xd9\x38\x96\x68\x79\x06\x33\x68\xe9\x43\x8a\x75\x86\x47\xd4\x1c\x3d\x40\x6f\xe9\xc3\xc0\xab\x74\x43\x8f\x87\x5e\xdd\xea\xf3\x1f\x7f\x52\x4e\xb0\xd6\x7c\x56\x94\x61\xaf\xea\x35\x10\x79\xb3\x6e\x4a\xc5\x91\x25\x5a\xf6\xe4\xe7\x58\xa2\xe5\xed\xfc\x1c\x03\x38\x53\x47\x0c\x5a\x9b\x7e\x7a\x64\x88\x9a\x43\xe3\xe7\x48\xfc\x35\x82\x1f\xda\xf6\x99\xe1\x8b\x9a\x61\x73\x0a\xcf\x75\x43\x3f\xbc\xd9\x04\xb4\xa5\xbc\x92\x25\x2c\x3b\xbf\xa0\xe6\xfc\x39\xc0\xcb\xc3\x9c\xf9\x93\x16\x70\x79\x5c\xb1\x56\xbd\x1f\x81\x95\x23\x6a\x6e\x2f\x7f\xd2\x02\x2e\x9f\x7f\xe3\xf2\x30\x3b\x40\x0b\xb8\x24\xe5\x64\xd3\x17\x39\x19\x02\xa8\xb9\xcd\xcd\xbf\xd2\x0d\xfd\x14\x6f\x06\x55\xc1\x9b\x14\x9e\x4b\x56\xa6\x3a\x21\x59\x19\x95\xc8\xc2\x23\x6a\xee\xee\x6e\xd3\xd3\x62\xe1\x43\x72\x38\x0f\xe5\xb3\x05\x5c\xbe\xf3\xfc\x25\xf6\xad\xed\x72\xd4\xbb\xf4\x50\x53\xd3\x3f\x3c\x5d\x80\xa9\x24\xd7\x43\xfd\xba\x4e\x04\xd4\xc7\xb3\xd5\xbc\xb6\xa3\xee\x24\xa0\xce\xfe\x55\x89\x47\xba\x12\xd5\xf2\x2e\x23\xf9\x66\xb6\xf6\x5a\xde\x7c\xe9\x91\xf9\x51\x7a\xa8\xf3\xcb\x2a\x92\xc3\xf9\xbc\xec\xa9\x21\x75\xcc\xf6\xaa\xe1\x7f\x6a\x47\xe3\xba\x29\x6d\x22\xba\x73\xf1\x66\xc6\xbb\x54\x2c\x87\x06\x84\x97\x19\x11\x50\x57\x4f\xae\xa1\x5b\x56\x39\x20\xa0\x9e\x9d\x3e\x9b\x22\x87\xb3\x29\x3c\xba\xa1\x49\x7e\x09\x8f\x79\x70\x5d\x1d\xd5\xf2\x2e\x50\x3a\x87\x67\xdc\x60\x39\x5e\x65\x5d\xfe\xcf\x3f\x29\xa0\x0e\xca\x79\xdd\xd0\xcf\xe2\x55\xb7\xf8\x4b\x64\x06\x25\x1e\x19\x9e\xa7\x12\x8f\xe0\xf0\x0d\xcf\xbc\xc1\x90\xbe\xca\xf1\x2a\x25\xa6\xbe\x0c\xf5\x1f\x00\x75\x4a\x89\xf9\x95\x0e\x7a\x7a\xcc\x5d\x37\xf4\xcb\x1c\x99\x25\x17\x8a\x1f\x52\x2b\x3b\x7e\x68\x2b\x06\xf9\x39\x86\x4c\x3f\x2e\xf5\x9b\x25\x17\x79\x16\x40\x5d\x87\xb3\x60\xc8\x74\x54\xb2\x19\x32\x1d\x54\xf0\x6e\xf1\x7d\x3f\x24\x4b\xc9\x70\x7e\x01\xd4\xa9\x16\x5f\x75\x7d\x37\x7e\xa8\x7a\x82\x30\x84\x75\xdd\x94\x74\x52\x2a\x12\xe8\xb6\xc2\x23\xa0\xfe\xa2\x37\x2b\xba\x5d\x39\x66\xd8\xf5\xcf\x67\xd9\xda\xc9\x93\x4b\x37\xf4\xa3\xfe\x70\x33\xec\x0e\xbd\x32\xc3\xae\x2b\x51\xcd\xb0\xeb\x93\x11\xed\xcb\x49\x4e\x9f\xb7\xa2\xbb\x7b\xf5\xa2\x66\x7e\xce\xbe\x5a\xb7\xaf\x2a\x4e\x19\xbd\x02\x35\xa7\x67\x30\xdd\xfb\x86\x19\x30\xa1\xa0\xe6\xda\xa7\x37\x8b\x32\x14\x56\xba\xa1\xbf\xdb\x2b\x89\x92\x84\x51\xdb\x14\x24\x15\x5a\x50\x73\x8a\x1f\x9b\x4e\xd4\xbc\x95\x8a\x37\x6a\xda\xe3\xd5\xa8\x69\xaa\xb1\x87\xc7\xa8\xe9\xea\x0c\x4a\x07\x8d\x7b\x22\x3c\x47\x5b\xf7\xe1\x43\x46\x4d\xaf\xfb\xec\xa5\x81\xf5\x66\x8f\x66\x4f\x01\x33\xec\x5a\xf2\x66\x23\xe2\x94\x48\x37\xa6\x5a\xc8\xa9\x1b\xfa\x1d\x4c\x99\xf9\x77\x65\x32\xa1\x12\xa4\x74\xd5\x7b\x51\xf3\xe2\x6c\x7a\x9f\x5b\x8e\x6a\xd3\xbc\xbe\xc8\x4a\xd3\x94\x2b\xce\xd3\xd7\x88\xeb\xf0\xf3\x73\x85\xd7\xec\xbc\x54\xbd\xaa\x7c\x46\x7b\x7c\xa5\x92\x7e\x90\x1b\xaf\x6e\x68\x4f\xdb\x57\xd4\x3c\xdf\x3f\xa8\xd8\xc2\xab\x87\x7a\x1e\x3f\x8a\xdb\xee\x69\xf6\x70\xb8\x7a\x3b\x4d\x03\xe6\x51\x95\x5f\x59\xa6\xe3\xcf\x51\x15\xde\x5b\xf1\x1f\xa5\xe5\x95\x65\x7a\x30\x05\xef\x6b\x1c\x2c\x92\xed\x7d\x8d\x83\xdd\x74\xf8\x96\xd4\xe1\x6c\x7d\x8d\xdc\x4e\xbe\xd9\x1c\xc0\x8c\x02\xf0\x5e\x37\xf4\x63\xd3\xb2\xad\x48\xd4\x57\x37\x34\xa4\xf1\xe1\x15\x50\x13\x45\x10\x5e\xdd\xd0\x2f\x1a\xfb\x2b\xf7\xe3\x8a\x76\x43\xad\xec\x5e\x45\x74\x47\xe7\xcb\x92\x3a\xe9\xf5\xbb\xd7\x60\xe2\x9b\x75\x63\x05\xae\xca\xfd\xb8\xd0\xca\x5e\x00\x75\xba\xe3\x95\xfb\x11\xce\x84\xf0\x9a\x21\xf8\x7e\xbc\xca\x92\x3a\xfb\xd0\x0d\x99\x55\x88\x15\x0c\xaf\xdc\x8f\x24\x2a\x86\x37\xe8\x76\x5f\x7e\x57\x80\xf9\x8b\xdc\x0e\x2f\x80\x3a\x11\xdb\x10\xde\x5b\x4e\x94\x1d\xf7\x5a\x55\x87\x0c\xdf\xf0\x0a\xa8\xfb\x7d\xf3\x2d\x21\xe4\x77\x25\xdf\xf0\x3f\xdf\x8a\xff\x9b\x0f\xe9\x86\x86\x60\x21\xbc\x02\xea\xb6\xf8\xae\x71\xdd\x01\xe9\xf4\x46\xb5\x6e\x3f\x24\xa0\x86\xd0\x3b\xbc\x02\xea\xea\x8f\xd5\x0d\xdd\x9a\x1f\xba\x6e\x68\x9b\xc6\x75\xbb\x80\x2d\x27\x1a\x8b\xdd\xb0\x4e\xd9\xeb\xab\x44\x55\xfe\x76\x01\x35\x44\x3a\xe1\x35\x85\x70\xbd\xbe\x59\x5f\x06\x82\xfd\x35\x85\xb0\x72\x08\xbe\x02\xea\xee\xca\x11\x35\x77\x8e\xe6\x17\xd4\x9c\x93\xdd\xf8\x74\xdb\x05\x7e\x9d\xa8\x39\x2f\x9f\xbd\x11\x35\x6c\x1c\xe3\xba\x2b\x9a\xe4\x6b\xfa\x21\xf4\x71\xe1\xfd\x8f\xd1\xda\x67\xad\x41\xe3\x5e\x90\xd1\x5a\x31\xf8\x5a\xd6\x1f\xfe\xb4\xf0\x8a\x9a\xc7\x7d\xf3\xd5\x42\x1d\x91\xeb\x39\x33\x0b\xa2\x66\xca\x62\x86\xf7\xba\xa1\x5f\xc4\x91\xc1\xdb\x50\xde\x85\xf7\x06\x6f\x1f\x9e\x35\xfd\x30\x3f\xec\x41\xd3\x0f\xa9\x6c\x1e\x5e\xd3\x0f\x29\x98\x15\x5e\x83\xb7\xf3\xf2\x55\xa8\x22\x9a\x44\x5e\x51\xf3\x52\x0c\x5a\x36\x68\x38\x40\x83\xb7\x87\x7d\xb6\x6c\xd0\xe7\xdf\x48\x26\x83\x63\x2e\x7b\x75\x43\x7f\x99\xf1\x4a\xb9\x19\x5d\x57\xa2\xe6\x58\x98\xc1\x7c\x55\x2f\xde\x2c\x6a\x56\x8d\x79\xad\x31\xf4\x7e\x5e\x35\x6e\x3f\x30\xc0\x7c\xc3\x48\xbc\xd9\xbc\x0c\x8c\x24\x6f\xbe\xa2\x9b\x01\x1a\xbc\x5d\x27\xff\xca\xe0\x6d\x98\x49\xc2\x0b\x6a\xae\xfd\x5e\x65\xbc\x5a\x63\x5e\x8b\x93\x92\x8b\x1a\x5e\x89\x59\xde\xf5\x47\xdc\x7e\x78\xad\x5b\x7a\xb6\x1d\xd6\x8d\x15\xfc\x8a\xa2\x0c\x6d\xf0\x2d\xe6\x3a\x61\x58\x7b\x2d\x3f\x84\xbd\x3a\xbc\xc6\x75\x07\x7f\x94\x80\x1a\x5a\xf8\xf0\x16\x13\xd9\x96\x37\x5b\x03\xb4\x31\x41\x02\xea\x39\xbc\xf9\x66\x08\xb2\x30\x6e\x5c\xf7\x61\xbe\x6e\xf9\xa1\xe2\xb3\xda\xba\x8f\x6f\x66\xa9\x07\x17\x95\x9c\x2d\xcb\x7f\x2e\xa0\xae\x0a\x67\x00\x75\x2a\xee\x74\x01\x75\x45\x93\x7c\x01\xd4\xa9\x60\xdf\x7b\xcd\x88\xac\xe8\x5d\xaf\x6e\xe8\x85\x66\xf5\x1a\xd7\x4d\x84\x6a\x78\x8d\xeb\x6e\x4a\x63\x6b\x9e\x6a\x89\x7a\x05\xd4\xdd\x85\x61\xe9\x22\x62\x14\xc3\x0b\xa0\x4e\xc7\x53\x40\x37\xf4\xe3\x72\x15\x50\x53\x41\x20\xbc\x00\xea\x4a\x91\xe5\xf0\xd6\x1b\xe7\xec\x87\xae\x96\xc2\xa4\xd4\x1b\xec\x6a\x9f\x19\x6f\x71\x9b\xc8\xe8\x12\x30\xa6\xbd\xd6\x3c\x3d\x87\xe9\x36\xae\x7b\x75\x6f\x66\x6b\x7f\x8a\x5f\x00\x75\x7a\xb0\x0c\xbf\xcd\x3c\x05\x4f\xdb\x76\x0d\x08\xac\xcf\x76\x23\x4c\xfc\xd0\x8d\x63\xa7\x93\x02\x6a\x22\x72\xc3\x2b\xdf\xcb\x7a\xbc\x7a\x23\x4c\xfc\x10\x06\xb1\xf4\xf9\x66\x7d\x37\xc3\x67\x3d\xaa\x14\xbf\xba\xa1\x77\xa0\xcf\xff\xd1\x75\xf2\x2a\xe3\xba\xd3\x62\x16\x64\xff\x26\x62\x21\xbc\xf2\xbd\x3c\x38\x11\xde\xae\x28\xeb\x4c\x8a\x74\x9d\x6f\x60\x52\xa4\xeb\x4c\x4e\xa8\x71\xdd\xd5\xd9\xef\xa6\x9a\xba\xcb\xba\x6e\x77\x4f\x01\x51\x73\xef\xac\x67\xe3\xba\xa3\x07\x77\x17\x55\x75\x9f\xd5\x77\xa3\x18\xd4\x0d\x7d\xd4\x5b\x24\x21\x27\x0e\x24\xbc\x16\x45\xbd\xf3\x6b\xf0\xf6\x72\x3b\x8f\x4b\x89\xc6\xcf\x91\x3a\x86\x2c\xb9\xf0\x82\x9a\xd3\xd5\x0f\x41\xcd\xdf\xd9\x3e\xab\x81\x17\xfc\xf2\x1a\xbc\x9d\x71\xf4\xbc\xd7\x0d\xfd\xd9\x0d\x53\xae\x54\x86\x0d\xde\xde\x8a\x5f\x51\xf3\x54\x43\x18\xd7\x40\xc4\xf2\x96\x47\x3d\xdd\x11\x19\x46\xa2\xdc\x13\x35\x67\xb7\x15\xa8\xb9\x44\xf5\x07\x50\x73\x89\x85\x3f\xa9\x1b\x1a\x0a\x82\xf0\xea\x86\x6e\xce\xa0\xc1\xdb\xaf\xfb\x48\xf6\x98\xd5\x7d\x56\x5f\x95\xbf\x5d\xd4\xfc\xaa\xed\x8b\x9a\xbb\xe7\xe9\x4d\x25\xc6\x3c\xf8\xea\x86\x26\x22\x25\xbc\xa2\xe6\x94\xf9\xb1\xd3\x08\xb1\xe9\x9b\x75\x43\xab\xc4\xea\x86\x86\xd2\x30\xbc\xba\xa1\x73\xe0\xcd\x4b\x5f\x55\xfa\xfe\x12\xfb\x56\x53\x25\x7d\x3b\xbc\x7a\xa8\x5f\xbb\x74\x3d\xd4\xd8\x8e\x5e\x00\x75\x1a\xf8\xf8\xde\x5b\x5f\xc9\xc1\xea\xa1\x1e\x2a\xc3\x7a\xa8\xc3\xf4\x55\xc6\xb1\x63\x72\x7f\xd7\xf5\xc8\xb3\x1f\xf5\x50\x87\xe1\xab\x8c\x20\xaa\x36\x8d\xeb\xbe\x37\x6b\x30\x89\xbe\xea\x06\x53\xf1\xa3\xa4\xac\xd9\x95\x75\xb2\x05\x98\x5e\xdd\x37\x58\x8e\x57\x99\x86\xfc\x28\x16\xa4\xac\xc9\x2a\x78\x52\xd6\x2c\x77\xeb\x05\xd4\xf7\x66\xdd\x3a\x2a\xb4\xfb\x6a\xa1\xde\x8c\xe8\x9e\x0a\xab\x9b\x86\x8c\x6b\xe6\xbd\x80\x1a\xd7\xcc\xbb\x6f\xdc\x3e\xcb\xd5\x34\xe4\x27\xd9\x0d\xdd\xee\xcb\x9b\x35\x88\xf9\xdb\x4d\x43\x5e\x58\x95\x5f\x00\x75\x4a\xca\x4c\x00\xf5\x07\x65\x44\x78\x6f\x5c\xb7\x73\x74\xe9\xf7\xfd\xed\xc6\x75\x6f\xcf\x53\x01\xb5\xee\xa4\x57\x40\x5d\x93\x4d\x23\xa6\x3c\xe5\xcf\x8d\x98\x62\xa9\x18\xd7\x1d\x3d\x23\x74\x43\xdf\xed\xa9\x1b\xba\xab\x3b\x99\xa4\xdc\x3d\x6d\x05\xd4\x4b\xe1\x7c\xe3\xba\x3f\x6f\xb6\x78\x25\xc2\x39\x3c\x97\x2b\x7b\xd1\x34\x05\xa9\xd8\xd4\x00\xc8\xa4\x84\xe7\xa6\x10\xfa\xac\xd5\x90\xd9\xf8\xe1\x31\x42\x8c\x4d\x14\x8c\xeb\x1e\xc8\x81\x70\x01\x35\x06\xdb\x60\x6d\xa6\x10\x7d\xd5\x35\x98\x78\xb3\xf5\x9d\xb3\xdd\xf0\x68\xe6\x4c\x0c\xa2\x66\x0d\xe3\x41\x37\x74\xe8\xbe\x59\x51\x86\xea\x18\x9e\x6b\x10\xe3\x43\xef\x8d\x10\x7b\x68\x4a\x69\x88\x9a\x1d\x8c\xeb\x4e\x28\x1b\xc1\xb8\xee\x17\xc5\x2c\xbc\x57\x94\x65\x9a\x52\x30\x71\xea\x05\xf9\x48\x3b\xda\x45\xd0\x0d\x3d\x8a\x1f\x52\x94\xa1\x98\x05\x99\x73\x74\xc6\x85\xf7\x46\x00\xfa\x2a\x45\x59\xb0\x1b\x92\x51\xdc\x57\x39\xde\x6a\xd3\xf1\x82\x6d\x83\xc1\xdb\x50\xb9\x86\x60\x01\xa6\xee\x00\x2f\x6a\xe6\xa8\x0a\x06\x6f\x43\x77\x13\x82\x85\x68\x75\x61\x07\xdd\xd0\x1b\x23\x4f\x30\x1b\xfa\xcb\x5e\x95\xcd\x92\x63\x3d\x98\x0d\xfd\x62\x7b\x09\xba\xa1\xdf\xe6\xd5\x4b\xe1\xc8\x1c\x99\x0d\xbd\x1e\x6f\x56\x15\x41\x4f\x0b\x41\x55\x64\xf8\xac\xaa\xc8\x74\x44\x66\x07\xb3\x35\xc2\xad\x98\xe0\xcf\xb9\x9c\x3c\x20\xa3\x60\xf0\xf6\x8b\xd7\x2f\x44\x51\x06\x5e\xa1\x70\x51\x33\x41\x08\x41\xd4\xfc\xcb\x34\xf9\xa7\xd8\x0f\x16\x81\x8a\x58\x2c\x83\x80\xba\x63\xe4\x09\xf1\xa6\x30\x30\xba\x28\xa3\xc2\xeb\x55\x4f\xed\x64\x97\x58\xea\xc7\x95\x1f\x6f\x30\x55\xa1\xc9\xaf\x58\x2e\x1b\x01\x75\x47\x1c\x05\xe3\xba\x21\x7b\x0c\xc1\x12\x51\x11\x4d\x23\x48\x64\x3a\xdc\xcb\x9f\x5a\x37\x1e\x87\xf0\xdd\x94\x0d\xaf\xf2\x2b\xc8\x44\x08\xe1\xbb\xb6\x5f\xfe\x8c\x80\xfa\x7c\x36\x11\xdd\x05\x3f\x4e\x00\x50\xa7\x0f\xef\x61\x00\x50\x27\x58\x7c\x43\x10\x50\xc3\xb0\x14\x82\x6e\xe8\x27\xdb\x0d\x01\x35\xd8\x2d\x58\x22\x6a\xb9\xe3\x2e\x9f\x4f\xb5\x93\x56\x7b\x71\xae\x05\xd4\x77\x9d\x58\x2d\x22\xbb\x11\x92\xdc\x5c\x40\x92\x90\x74\x63\x35\x86\x60\x36\xf4\x03\xde\x0c\x02\xea\x04\xf6\x09\xc6\x75\xbf\xcd\x67\xad\xb9\x4c\x34\x4e\xb8\x80\x7a\x31\x29\x66\x43\x1f\x0e\x94\x90\x6e\x30\xa4\xdd\xb0\xec\xb2\xc2\x4a\x37\xf4\x52\x84\xca\xe7\xb3\x5e\x5f\x65\x76\xa1\x9b\x28\xdd\xf1\xda\x44\x74\x57\x5c\x39\xc1\x1a\x16\x9d\x08\x93\x20\xa0\x9e\x98\x35\x42\xbe\x29\x84\xde\x6c\x04\xd1\x67\xd3\x08\x22\x74\xe3\x70\xe3\xba\x31\x41\x87\x6c\x41\xe7\xc7\x37\xcb\xd7\x04\xf6\x09\xf2\xf9\x44\xa7\x4c\x3e\x9f\xe4\xe2\xcf\x1e\xcd\xb8\x9f\x82\x7c\x3e\xc7\xff\x9c\x75\xbb\x0f\x66\x41\xd4\x3c\xef\x87\xcc\x76\x07\xec\x04\xe3\xba\x35\xf5\x87\x1b\xd7\x8d\xae\x15\x40\xcd\x09\x72\xb9\x10\x8c\xeb\xae\xe8\x5a\xa1\xdc\xd2\x87\x74\x43\x37\xf4\xe2\xb4\x0d\xc6\x75\x1f\x70\x71\xb8\x71\xdd\xe8\xf3\xa1\xdc\xec\x51\x56\xac\x6e\xe8\xb9\xed\x86\x6e\x4a\xec\x54\xa1\x28\xca\x9a\x4d\xb3\xbf\xa7\xbd\x9a\x6e\x1c\x16\xb0\xa8\x59\x93\x48\x30\x78\xfb\x79\x7d\xd6\x88\x1a\x77\xb7\x6e\xe8\xd7\xc3\xe8\x06\x6f\x13\xab\x13\x6e\x36\xb4\x07\xe8\xe5\x11\xea\x3e\xab\x41\xcc\xc3\xc8\xe0\x6d\x88\xbf\x42\xb8\x65\x2c\xb2\xaf\x52\xeb\xf6\xb8\x31\x78\x7b\x78\xda\x8a\x9a\x37\x7a\x4b\xa8\xd2\xc8\xa3\xa8\x04\x50\x73\x2a\xc7\xa6\x11\x62\x1e\x64\x66\x43\x2f\x07\x78\x83\xb7\x3d\xf5\xaa\x11\x8f\x6e\x58\x83\xb7\x77\xe2\xaa\xc1\xdb\x13\x03\x60\x30\x78\x1b\x1a\x93\x10\x6e\xf0\xb6\x42\x55\x1e\xd4\xf5\xf9\x2a\x8b\x3e\x60\xa7\x0a\xb7\x1c\x30\x46\xad\x20\x6a\x26\x9e\x33\x04\x51\xf3\x78\xfe\x48\xd7\x0a\x41\x40\xbd\x8f\x1f\xb5\xa2\xc7\xb0\x87\xb7\x7c\x3c\xbf\xb1\x5d\xad\xcc\x0e\x2b\xba\xef\xb3\xd7\xcd\xc1\x14\xb4\x4b\x74\xc0\xb3\x02\xea\xa2\x92\x26\xa0\x86\xcc\x3c\x04\xab\x0c\xcf\xce\x9b\xbb\xbf\x42\xb1\x6f\xa2\xb4\x51\x79\xc1\x44\xe9\xb6\x98\xfa\x6e\x8a\x99\x3b\x4e\x37\x74\xbd\x1f\x52\x94\x39\xf5\xfd\xfa\x32\xbc\xaa\xed\xd7\xa3\xca\xfa\x17\x90\x87\x84\x70\xeb\x5f\xb8\x5c\x01\xd4\xa9\x35\x9b\x9c\xda\xd5\xe9\x33\xae\x3b\xe0\xb7\x0a\x43\x8f\xbc\x67\x93\x71\xdd\x4b\x6d\x61\x98\x92\x03\x74\x0d\xc6\x75\x93\x73\x14\x82\x6e\xe8\xee\x8e\x33\x1b\x5a\x14\x1c\xcc\x86\x3e\x2a\x0f\x32\xb5\x4e\xa5\x22\x80\x3a\xc3\x7e\x13\xc2\xf0\xa8\xba\x1f\x52\x2b\xc3\x4e\x15\xc6\xa5\x06\xf2\x55\x6a\xa1\x1e\x82\xff\xb9\xa1\x59\x63\x43\x54\xe5\xa4\xdc\xc2\x64\x9e\xc5\x53\x94\x61\x37\x00\xd4\x29\x2a\x43\x74\x43\x47\x07\x28\xa0\xa6\x9c\x5f\x08\xba\xa1\x35\xe3\x04\xe3\xba\xa3\x9b\x17\x40\x9d\xa2\x9d\x34\x1b\x9a\x40\xee\x10\x00\xd4\x29\xd8\xab\x79\xf3\x14\x18\xef\x34\xc5\xac\x78\x75\x28\xab\x6d\x2a\xba\xd5\x9c\xcd\x86\x7e\xfc\xcf\x00\xea\xf4\x62\xc4\x0b\x37\x1b\x1a\xc3\x54\x10\x50\xbf\x84\x19\x84\xa5\x56\x16\xf9\x2e\xa8\x39\xbd\x78\xc1\x02\xa8\x39\x51\x77\x38\x04\x51\x33\x65\xd0\x43\x58\x06\x43\x12\x2a\x10\xd6\x25\xb2\xa0\x57\xa0\xe6\xf4\x2a\x15\x75\x43\x3f\xee\x85\x4b\xf4\xea\x29\xbf\x6e\xdd\x2e\xbb\x61\x36\x34\x88\x3b\xac\x1b\x61\xe2\x55\x0d\x44\xf7\xbb\xec\x5f\x0a\xfe\x86\xb0\xae\x81\x97\xdf\xbe\xaf\x6d\x9f\xab\x06\x6f\x77\x2c\xff\xe1\xbf\x6c\x68\x3e\xb4\xcd\xcb\xf0\xb8\xd9\xb7\xaa\x20\x53\xb6\xf5\x65\x04\x6f\x56\xd5\xfc\xfc\x90\xa8\x59\x45\xd4\xe0\xed\xae\x64\xdb\xda\xba\x15\xdd\x17\x35\x7b\x70\x5f\xd4\x8c\xd3\x36\x6c\x7d\x55\xd5\x67\x5d\xcf\x1e\xaf\xba\xa1\xbb\xaa\x88\xc1\xdb\x5d\x4d\xec\xdc\x94\x3a\x06\x68\xf0\x76\xf7\xa8\xba\xa8\x39\x7b\x55\xab\x08\x31\x6f\xe1\xdc\xfd\xcb\x02\xbe\xd9\xd0\x98\xad\xc2\xb9\xa8\x8a\xf1\x9a\x0d\xdd\x1b\xf3\x2b\x6a\xee\x42\xbf\x8b\x8b\x31\x2d\x06\x2b\x71\x74\xc5\xa6\xe1\xd9\xdd\xc5\x70\x1d\xcd\x6b\xfc\x25\xf6\x2d\xd2\xd1\xd1\xbb\xa2\x45\x3a\xa0\x74\x0b\xd1\x22\x1d\x70\xc7\x85\xa8\x0f\x9a\x4c\x8a\x10\x9f\x6b\x02\x1a\x34\x8d\x21\x61\x23\x44\x8b\x74\x0c\x96\x4d\x14\x32\xf7\xed\x55\x07\xcb\xa1\x10\x2d\xd2\xd1\xf1\x3d\x45\x1d\xcd\x1d\x63\x7e\x34\x15\x1a\x76\xb5\x10\x85\xcc\x9d\xb0\xe7\xf8\xdc\x5f\x61\xf3\x86\x87\x55\x9a\x86\x87\x35\xdf\x2c\x6f\x24\x9a\x73\x34\x15\x7a\x10\x14\x14\xdf\x1b\x43\xf2\xd0\x34\x1c\x0e\xb3\x6a\xb4\x84\xc7\x40\x1c\xc5\xf7\xc6\xcc\xf8\x2a\xc7\xfb\x63\xec\x09\x51\xc8\x3c\x58\xea\xf1\x42\xe6\x66\xd3\x73\x39\xfb\x66\x21\x73\xf3\x55\x46\xaa\xb3\x98\xe3\x7b\x59\x3b\xec\xe4\x15\xce\xfc\xc9\xf7\x46\x32\xdb\x54\xef\x42\xcd\x8e\x42\xe6\x97\x4d\x14\x8d\xdc\xa6\xe6\x72\x88\x41\x1c\x41\xe8\x4e\xb4\x84\x87\xde\x99\x18\xd4\xab\x09\x78\x8b\x40\xe6\xb4\x30\xf5\xc7\x70\x93\xe6\xe8\x55\x30\x66\x06\x03\x75\xd4\xd1\x4c\x99\xa7\x10\x83\x8e\xd7\xed\xb3\xc6\xcc\x2c\x9f\x45\x38\x97\xed\x87\x8c\x64\xc6\x5c\x1f\x85\xcc\xd5\x29\x0b\x9a\xbc\x92\x6f\xf6\xf0\xc5\x6c\x15\x75\x34\x53\x03\x2b\x44\x21\x73\xe2\x14\x88\xd2\xd8\x1a\x9b\x14\xcd\x77\x4e\xae\x67\x69\x6c\x23\x66\xf3\x28\x8d\xed\xf7\xd8\x64\x7e\xa1\x9c\x0a\x51\x5c\x1c\xb6\x57\x2d\xd1\x02\x32\x8a\x46\x6e\xa7\xe0\x9b\x1d\x2f\x48\x21\x1a\xb9\x0d\x2d\x73\x88\xe2\xe2\xe4\x74\xcb\x55\xfb\x61\x45\x8f\xe2\xe2\xe4\x42\x92\xab\x36\x55\x6f\x66\x3d\x27\xf4\xb4\x28\x81\x58\x70\x21\x99\xef\xbc\x09\x76\x8d\x86\x67\x27\x04\x6c\xb4\xc0\x47\xba\x57\xc5\x89\xfe\x58\x71\xf1\x87\x1a\x13\xcd\x77\xfe\xee\x55\xc6\xfb\xf9\x9f\x25\x10\xa3\xbe\x6a\x88\x86\x67\xeb\x9b\x8b\xdf\x8d\x89\xe2\xd7\x7d\x77\xbc\x5e\x35\x1f\xb6\x7b\x75\xf9\x2a\xe6\xc8\x7c\xe7\x8d\x52\x17\xe5\xb9\x4d\x9c\x02\x51\x47\x73\xf2\x4f\xea\x68\x4e\x78\xf0\xa3\xb8\xb8\x03\x0d\xe2\x75\x34\xbb\x8f\x2c\xb9\x18\xf1\xce\x44\x1d\xcd\xb0\x48\x85\x68\x15\x8f\x7c\x5f\xa5\x89\xef\xf8\xac\x99\x44\x60\xf9\x68\xbe\x73\xda\x5e\xb5\xa8\x90\x52\x05\x5c\x9c\x1a\xc6\xa5\x68\x78\xf6\x8c\x7e\xc8\xc0\x18\x45\x81\xe1\xd9\x5f\x71\x80\xe2\x08\x7f\xdd\x75\x34\x13\xc9\x13\xc1\xc5\xf9\xc3\x1a\x1c\x2f\x2e\x1e\x7f\x45\xf2\xc4\xeb\x83\xb6\xff\x42\xe6\xe4\x16\x03\x32\x67\xea\xc3\x86\x28\x81\xd8\xa7\x70\x36\x15\x9a\x1a\xaf\x21\x02\x99\x13\xc5\xfe\x42\x34\x72\x3b\x13\x35\x11\xaf\x0f\x7a\xda\x54\x0f\xe9\x7e\x48\x6b\xd8\xed\x06\x5b\x1b\x0e\xb4\x10\xb3\x91\xae\xd5\x37\xeb\xc8\x00\x83\xc4\x62\x78\x27\xc6\x96\x28\x64\xce\x2e\x39\x20\x73\xba\x5b\xdb\x54\xe8\x9c\x6d\x4a\x20\x86\x6b\x26\x0a\x99\xb3\x52\x42\x02\x31\x21\x64\x14\x32\xe7\xd7\xab\x8e\x17\xfc\x15\x8b\xe1\x8e\xc4\xea\xc4\xe2\x78\xfd\x93\xe5\xea\x5d\x76\x52\xc7\xcd\xe3\x10\x18\x6f\x26\x58\x37\xea\x68\xce\xe8\xf3\x51\x47\x33\x15\x09\x43\xac\x9a\x08\xd0\x16\xa2\x90\x39\x7b\x34\x03\x99\x93\x26\xa0\x68\xe4\x76\x51\x76\x55\xb9\x01\x3f\x3e\x74\x21\x33\x4a\x4b\xac\xb2\xb2\x28\x7f\x6e\xe4\x76\xf2\x59\xc6\xbb\xaa\x4d\x59\x95\xd0\x33\xa3\x04\x62\xa4\x9a\x86\x28\x64\x5e\xc1\x37\x6b\xe2\x53\xa2\x02\x99\xd3\xea\xde\xcc\x78\x57\xf3\x2a\xe3\x35\x52\x2b\x0a\x99\x4d\x4c\x88\xed\x9a\x44\x18\x7e\xb3\x1e\x2e\xa1\x02\x51\x02\xb1\xe3\x9b\xdb\x4d\xed\xe7\xcd\x42\x66\x7d\x8b\x51\x47\x33\x44\xc4\x21\x4a\x20\x16\xd1\x7e\xa3\x85\x45\xee\x7e\xb4\xb0\x48\x74\x11\x8a\x8b\x23\xda\x60\x34\x72\xfb\x9e\x6b\xe2\xe2\x86\xba\x1b\x9b\x81\x04\xae\x8d\x66\x26\x02\xd0\x20\xf6\xcb\xab\xc3\x78\x75\x25\x57\x7f\x6c\xbf\xfe\x08\x9e\xed\x97\x47\x88\x21\x5c\xe4\xeb\x1e\x34\x00\xbb\x29\x52\xcc\x68\x6e\x18\x69\xa3\xae\xe4\xe6\xec\x77\x3b\xf9\xd9\x0d\xd3\x25\x14\xa1\x82\xd9\xed\x59\x2c\xeb\xd7\xb4\xa9\x77\xd8\xc8\x96\x68\x4c\xf5\x8b\x65\x26\x8e\x9b\x0e\xe3\x55\x4d\xee\xd1\xab\x08\x19\xed\x63\x51\x30\x7b\xf5\x16\xc1\xec\x0b\x60\x89\x80\xd9\xfc\x62\x61\x88\x82\x59\xb3\xb7\x22\x60\x36\x3f\x58\xfe\x23\x60\x36\x0b\xb2\x22\x60\x36\x3f\xd8\x5e\xe2\x8d\xa9\xc6\xd3\x1a\xa5\xf6\x7a\xdd\xce\xe3\xb2\x9c\x79\xb3\x76\x57\xac\xe8\xd1\x24\xe5\x04\x70\x88\xc6\x54\x27\xa5\x19\x60\xb6\xa5\xca\x00\x05\xb3\x86\xfe\xc6\x79\x63\x32\xf9\x90\xd4\x5e\x3a\x89\xa2\xde\xe1\x84\x8d\x3a\xea\x1d\x4e\x98\x52\xe3\xbc\xcc\xbd\xbe\x59\x3b\x64\xf7\x55\xa6\x4b\x0c\xaf\x4a\xfd\xf4\x7f\x51\xf0\x6f\xb1\x2f\x43\xf5\x08\x2c\x2a\x1d\xc7\x89\xc8\xfc\x68\xb8\x75\x1a\x76\xe9\x9a\xa0\xf9\xa8\xf9\xcb\x89\xb8\xfd\xb8\xee\xaf\xa0\xc3\x86\x5b\x27\xf7\xa3\xe1\xd6\x09\xcb\x4c\x94\xa1\x3a\x11\x3a\x18\x6f\x49\x71\x35\xf6\x65\x8c\x93\xeb\xd3\x70\xeb\xa3\x22\x2d\xeb\xd7\x43\x20\x44\x14\xe7\x3e\x18\xc7\xe2\xd2\xc5\xe0\xd9\x64\xb8\xf5\x15\x56\xe0\xdc\x4c\x92\x75\x88\x86\x5b\x1b\xac\x1b\x4d\x52\x3e\xae\x5e\xbd\xc3\x0f\x8e\x9b\x08\xce\xcd\x1a\xc4\xa2\xde\xe1\xa3\x34\x06\xe7\xe6\xe5\xf9\x62\xb8\xf5\x29\x5e\x35\xa9\x53\x35\x7b\x1b\x8e\xab\x74\x32\x49\x19\xd2\xa1\x10\x2d\x68\xf2\x64\xfa\x6c\x41\x93\x07\x3b\x46\x94\xf5\xeb\xc1\x5e\x14\xb7\xe3\x55\xb2\x59\xd0\x04\x52\xdf\x10\x0d\xb7\x7e\x5e\xbb\x81\x89\x92\x6c\xfd\x10\x65\xfd\x7a\x44\x46\xb2\x7e\x3d\x9e\xa7\x97\xa4\x5a\xb0\x63\xb8\xf5\xe3\x9f\x34\xdc\x1a\x76\xd6\x10\xf5\x0e\x3f\xa4\x4b\xc4\x63\xe0\x07\x66\x9c\x78\xae\x09\x9a\x09\x95\xf5\xab\x1f\x9f\xe5\x7c\xb9\x90\xf3\x5c\xbe\x05\x5f\x65\xe6\x57\xb6\x57\xc6\xec\xa9\xfe\x81\x82\xd3\x50\x76\x81\x82\x53\xf7\x7c\x01\x05\x27\x1d\x82\x11\x14\x9c\x86\xff\xf9\x18\x83\x8a\xd3\xf6\x03\xea\x26\x4a\x8f\x85\xef\xd1\x7b\x88\x39\xf7\xbb\xac\x5f\xac\xe7\xef\x7a\x87\x41\x55\xdf\x73\x03\xb7\xbc\x99\xf5\xac\xa5\xe2\x33\x49\x59\x73\xd9\x27\x1b\x76\x5b\x7e\x57\x69\x4c\xee\xcc\xa7\x77\x18\xea\x98\xf0\x99\xa4\xdc\x3f\x7b\x65\x12\x3a\x30\xea\xbb\x31\xd5\xd9\xab\x92\x90\x3f\xf6\xca\x4c\xc6\xc7\x57\x49\x42\xce\xca\xf9\x64\xc3\xee\x98\x91\x3f\x59\xbf\x8c\x40\xfe\x64\xc3\x36\x2f\xe3\x33\xa6\x5a\x53\xcc\x67\x4c\xb5\x36\xe7\xef\xbd\xe3\x65\x08\x92\x77\x75\xf0\xda\x67\x1a\x72\xcf\x7e\xd7\x11\x81\x14\x3e\x2b\xe6\x4f\xdc\xb2\xdf\x7b\x9d\x62\x7e\x57\xa3\x3a\xb6\xb5\xcf\xb8\x68\x08\x48\xc3\x77\xe9\xb9\x10\xdd\x9f\x89\xc6\x06\xd7\x7d\x37\xd1\x18\xdf\xdc\xa7\x87\x77\x45\x9f\x35\x38\x27\xfa\x66\x83\xcd\xb0\x25\x7e\x7a\x78\x21\x48\x09\x9f\x1e\xde\x15\xfd\x90\xb6\xd3\xcf\xab\x37\x0e\x9c\xf1\xea\xe1\x85\x1e\x30\x7c\xf2\x5d\x2f\xf0\xda\x67\x4d\x7c\xca\x06\x85\xcf\x9a\xf8\x8b\x03\xe5\xd3\xc3\xbb\x88\x5d\xff\xac\x89\xbf\x00\x77\xdf\xe5\xbb\x46\xce\x7f\xd6\xc4\x37\xb3\xf8\xbb\x7c\xd7\xf3\x2f\x23\xcf\x17\x6f\x22\x2a\x53\xa0\x87\x17\x02\xa2\xf0\x45\x7f\x45\xf3\x2b\x66\x6f\x71\xd6\x7c\xd1\x5f\x41\x1c\xc8\x17\x6f\x7d\x25\x3b\xec\xaf\x20\x1a\xf9\x8b\xfe\x0a\x6c\xbf\x5f\xf4\x57\xb8\x4d\xa4\xc2\x36\x5d\xeb\x8b\xfe\x0a\x57\x82\x1e\xde\xc5\xa9\xfd\x89\x64\x77\xb6\xe9\xaf\xc0\x04\xf4\x49\x85\xad\xf8\xfd\xbe\x9b\x63\xce\x6c\x7e\x3a\xf7\xd9\xf8\xdf\xe7\x78\xb7\x57\x0d\x89\x47\xb3\xfa\xbe\x3b\xf5\x4c\x9f\x21\xd3\x1b\x11\xfa\xe9\xe1\xdd\xc0\xc0\xcf\x90\xe9\xed\xae\xf9\x34\x9b\x63\x03\xf9\xf4\xf0\xee\xd7\x0f\xc9\xec\x54\xbc\x59\x24\x1b\xfd\xae\xc1\x48\x00\x96\x2f\x39\x5e\xd7\xe7\x4d\x34\x06\xe7\x7e\xc9\x38\xb4\xcf\x9b\x25\x21\x74\x9d\x98\x68\xbc\x71\xbb\x7f\x20\xd9\xb2\x93\xaf\xba\x29\x00\x0c\x21\x39\xde\x62\xd3\xf1\x62\xed\xfc\x92\xe3\xe5\x98\xfb\xd2\x8d\xbb\xf3\x43\x8c\xf7\x73\xf6\x0d\x99\xfe\x30\x6b\x7c\x37\x64\x7a\xfa\xac\xc1\x1b\xfe\x1c\x43\xa6\x3f\xb4\x8b\x4f\x0f\xef\xe7\x26\x92\xb9\xeb\x23\xac\xeb\x33\xd1\xf8\x03\x27\x7e\x56\xab\xfc\x5c\xc0\x32\x77\x41\xc3\x12\xbe\x5b\xb1\xc5\x65\x76\x2b\xb6\xa0\x5d\x7c\xb7\x62\x0b\x1e\xed\x4f\xe6\x2e\x33\xa1\x3e\xf9\xae\x0d\xc5\xff\xe4\xbb\xae\x8e\xd7\x90\xe9\xba\xec\x86\x54\xe7\x4a\x54\x3d\xbc\xb5\x39\x04\x73\xea\x09\xfa\xfa\xf4\xf0\x6a\xc3\xfc\x8a\xc1\x2a\x68\xb0\x5f\x31\x31\xd3\x03\x45\x0f\x6f\x77\xf8\x7a\x78\x9b\x82\xbd\x18\x8c\xf4\xf9\x2c\xea\x44\xcb\x36\xd1\x9c\xdb\xf0\x66\xd4\x27\x9d\xa7\x5f\x91\xa9\x0c\xfb\xe7\x27\xdf\xf5\xc0\xb3\xf3\x01\x57\xf3\x70\x79\x17\xe9\xaa\xf0\x73\x7d\xc0\xd5\xdc\xb0\x71\x7d\xc5\xec\xcb\xdb\xab\xed\xb3\xfc\x9c\xe2\x78\xf1\x29\x7c\xd5\xf1\x3a\x47\xf2\x5d\xeb\x22\xfc\xea\xa5\xab\xe2\xe7\x48\xcf\x65\x30\xe1\x57\x1d\xaf\xcb\xec\xc6\x45\x2f\x9b\xd9\x26\x7d\x06\xae\xe6\x81\xbb\xff\x33\xd1\x58\x43\xeb\x67\xa2\xb1\x71\xa4\x5f\x75\xbc\xa8\xd9\x9f\xf4\x5c\x03\xd3\xd3\x77\xf9\xae\x5d\x66\x26\x1a\x6f\x27\xd4\x44\x63\x13\x6d\xbe\x6a\xc5\x25\x94\x8d\xaf\x5d\x78\xce\xb3\x7a\x78\xb7\xc2\xad\x99\xbd\x85\x9a\xfa\x19\x17\xbd\xb7\xcf\x4a\xcf\xb5\x7d\xd6\x88\x14\x45\x9f\x1e\xde\x0d\xe6\xfa\xf4\xf0\xfe\x4a\xff\xfc\x5b\xec\xb7\x1b\xbc\xe1\x83\x92\xf2\x61\x13\xf8\x9a\x89\xb7\x2e\xe6\x66\xb6\x8b\x0b\xa3\xe9\xdc\xc7\x80\xf9\x49\x76\x7d\x3c\x79\xfb\x0d\x57\x60\x46\xba\x5c\x55\x0a\x2b\x7d\xb8\xb0\x51\x85\xaf\x1b\xae\xf0\xda\x64\x72\x03\xfa\xfc\x67\x50\x74\x7a\x7c\xb3\xe1\x28\x9e\x20\x5d\x02\x1f\x8f\x2a\x90\x6c\xce\x6e\x13\x53\x89\x4d\x06\xf9\xfa\xa5\x19\x44\xfc\xf6\x9b\x35\x8f\x64\xd3\x87\x3b\x3d\x3d\x0d\x8a\x9e\x8a\x23\xeb\x69\x1a\x9c\xf3\x5d\xd8\x4b\xf8\xcd\x27\x37\x17\x55\x14\xc3\x77\x7d\xb8\x6a\x0b\x06\x45\x4f\x15\x3c\x83\xa2\xa7\x2b\xff\xa6\x12\x2f\x9f\xbd\xdc\x6b\x4c\xbd\xdc\x5c\xd2\xa1\x7c\xd7\x87\xeb\xa2\xb2\xda\x66\x53\x1c\x59\x6d\x53\x66\x83\xcf\x54\xe2\xd6\xfd\xae\xe5\xb4\x94\x03\x96\xd4\x6c\x8a\x50\x7d\xb8\xcd\xa5\x6e\x49\xcd\x76\x07\x28\x59\x3d\x21\xc4\x9f\xa9\xc4\x83\x68\xe4\x0f\xd8\x9b\xa7\x73\x04\xec\xcd\x33\xd8\x44\x38\x07\xcc\x47\x9f\x41\xd1\x06\xae\x7f\x37\x95\x18\x2f\xc9\x27\xa3\xf5\xeb\xcf\xd1\x87\x4b\x61\x91\xf0\xcd\x9b\x2a\xce\x6e\x95\x9b\x8b\x7a\x85\xe1\x03\xf6\xd6\xd7\xf3\xc5\x82\x9b\x23\xd9\xf4\xb8\x19\x7e\xc8\x8c\x24\xd0\xeb\x27\x7a\xad\x24\xed\x7e\xa2\xd7\x0a\x90\xff\x8c\x6d\x3e\xea\xc6\xa2\xd7\xa3\x42\x6b\xb2\x70\xc2\xb6\xf6\x19\xdb\xfc\x66\xdf\xcc\xf1\xfa\x7a\xda\x2e\x63\x05\x31\x6a\x7d\xa2\x57\x63\x9b\xbf\x75\x33\x0a\x7d\x56\x47\x00\x2e\xec\xcf\xd8\xe6\xe6\x8a\x5d\x72\x38\x57\xaf\x72\xbc\xde\x93\xeb\x52\x6c\x79\x82\xac\x4b\xf4\xca\x02\x16\xbd\x42\x24\x1e\xbe\x7d\x29\x7a\xe8\x95\xe8\xd5\xf0\xce\xcf\xd8\x66\x03\x18\x3e\xd1\x6b\xc5\x34\xf1\x59\x8e\xb3\x7a\xdc\x88\x5e\xeb\xb0\x69\xa5\x18\x61\x94\xe8\xb5\xa9\x57\x8b\x5e\xeb\xed\x95\xb1\xbe\xc7\x37\xcb\xe3\xe1\xe2\x17\xbd\xd6\xdb\x67\x0b\xa2\xf9\xdb\x45\xaf\xc5\xbd\x20\x7a\x2d\x60\xf9\xef\x18\x55\xe2\x74\x1f\xcb\x8f\xaa\x66\x9f\xcb\x5b\xc2\xb3\x86\x2b\xbf\x2a\x0c\x86\x2b\xbf\xea\xa5\xb7\xc2\xa6\x1b\xf6\x56\xd8\x3c\x5e\xb5\x5a\xa5\x7d\x3e\xfa\xe6\x14\xdd\xe7\x72\xd5\xfa\xdd\x9b\xcf\xee\xab\xac\x65\xe9\xa1\x70\x69\xa8\xc1\xb6\x49\x1a\xea\x80\xc8\x4d\x86\x2b\x07\x54\xbe\x24\x20\x0d\xef\x1f\xd5\xb5\x42\xba\xa9\xc1\x48\xa7\x24\x56\x0d\xf8\x61\x93\x58\x55\xf1\x9b\xc4\xaa\x14\x1d\x0e\x49\xac\x1a\x82\x1f\x95\x96\xf9\xf1\x55\xfc\x0a\x03\x9b\x93\x58\x15\x66\xc8\x90\xc4\xaa\x21\xfa\x66\x93\x32\x38\x23\xd2\x8d\x64\x4e\xbe\xd9\xd4\x7e\xe2\x4f\x92\x58\x95\x92\xc4\x21\x89\x55\x03\x93\x9b\x44\xa3\x01\x5d\x31\x89\x46\x3f\x2c\xff\x49\x34\x6a\x38\x5c\xb2\x72\x13\x15\x8a\x43\x7a\x1d\xd1\xe7\x9b\x1d\x11\x70\x3b\x89\x55\x43\xf0\x43\x8e\x28\xfa\x2c\x23\xfa\x6e\xaf\x1c\x11\xe2\x37\xdd\x58\xe5\xee\x77\x1d\x11\xf1\x6f\xe9\x12\x4d\xb3\x5b\x53\xb8\xe5\x30\xf8\x90\x8e\xd7\x80\x28\x4b\xc6\x2a\x7f\xe4\xd4\xa7\x70\x93\xbb\x6d\x3a\x5e\x7f\xfb\x25\x9a\x26\x0a\x3a\x05\xc7\x8b\x9c\x4f\x41\xf6\x4e\x4c\x22\x29\x38\xde\xe6\x55\xc7\x8b\x95\x35\x49\x99\x15\x90\x03\x29\x98\x46\xc4\x72\x4d\xe1\xa6\xd5\xd8\x0d\xc7\x5b\xec\xb3\x19\x91\xf7\xd9\x9b\x46\x44\x27\xe3\x8d\x7a\xb2\x79\x0b\x05\x0e\x9a\x2e\x66\x60\x6f\x32\x56\xf9\x7b\xbc\xea\x8a\x25\xa9\x33\x99\xe1\x1b\xba\x37\x9b\x56\x83\xa2\x92\xa4\xcc\x8a\xce\x51\xbc\x44\xe2\xfc\x1c\x03\x92\x23\x5b\x3b\x45\xc7\x8b\x0d\x36\x45\x57\x2c\x1e\xed\x74\x2b\x37\x21\x06\x93\x94\x59\x61\xfb\x66\xe7\x17\x09\x93\xe2\xe5\x90\x67\x21\x49\x34\x1d\x00\xa4\xc9\x90\xe3\x80\xb1\x34\x99\xc3\x1b\x90\xd5\xc9\xda\x4c\x61\x7b\xb3\x55\x0f\x1c\x91\x54\xd2\xf1\xf1\xaa\x21\xa9\x78\x0f\xd3\xe7\x88\x38\x31\x93\x21\xc7\x72\x26\x24\x43\x8e\xa3\x9b\xfd\x32\x5f\x61\x21\x49\x32\x5f\x45\x57\xbb\x21\xc7\x11\xbb\x6b\x32\xa8\x38\x82\x7c\x93\xce\xd3\x88\x41\x2c\x19\x54\x1c\xb1\xea\xa4\xeb\x3c\x25\xe6\x36\x19\x54\x1c\xf1\x5a\xa6\x74\xeb\x38\x20\x55\x0c\x2a\x8e\xd9\xa6\x23\x72\x6b\x24\x47\x04\x02\x4d\xc9\x11\x55\x6f\x76\x44\xdb\xa6\x23\xc2\x7a\x96\x80\x9c\xed\x0b\x36\x1d\x51\xb5\x57\x96\x1c\x72\xb5\x5b\x24\x34\x72\x82\x24\x8b\x84\xc6\x61\xd3\xf1\xa2\x3e\xa5\x7c\x83\x4e\x19\x91\xdc\x56\x91\xa3\x39\x09\x39\x23\xbe\x8c\x24\xe4\xfc\x3e\x3f\xe4\x78\xb1\xda\x25\xe9\xa0\x23\x51\x40\xc9\xb0\xe1\x08\x7e\x49\xd2\x41\x47\x97\x8a\xec\x55\x11\x05\x38\xc9\x5e\x15\xff\x2a\xaa\x18\x92\xf5\x95\x3e\xd4\xec\x64\x1e\xee\x87\x59\x23\x49\x6c\x15\x39\xc5\x92\x79\xb8\x9f\xb3\x59\x6e\xc4\x29\x7d\x28\x57\xc0\xfa\x6c\xf2\x27\x33\xf6\x72\xf3\xda\x58\x18\xe6\xe1\xc6\x63\xd3\x4a\x9d\x2e\x1b\x89\xad\x3e\xec\x99\x49\x62\xab\x0f\x2b\x47\x2a\x57\xc0\xf2\xcf\x25\xb6\xfa\x5c\x36\x46\x14\x9b\x82\x9d\x8c\x28\x8e\x18\x2e\x52\xb1\xca\x27\xca\x61\x32\xa2\x78\xe2\x6b\x4b\xe6\xe1\x4e\xf7\xe3\xcd\xc3\x45\xff\x49\x46\x14\x6b\x75\x4c\x46\x14\x2f\x92\x7d\x92\xf5\x95\x74\x22\x24\xeb\x2b\x6d\x37\x91\x11\xc5\xcb\x1f\x6b\x65\xd2\xe5\xae\xb1\x32\xe9\x52\xc2\x98\x87\xbb\x82\x57\x19\xaf\x06\xb1\x24\xb1\x95\xc9\x95\xc9\x3c\x5c\x03\x7d\x93\x79\xb8\x9a\x9e\x92\xf5\x95\x16\xb1\x2b\x49\x62\x2b\xcd\x56\xc9\xfa\x4a\xcb\x33\x51\x62\xab\x85\x52\x9a\x8c\x28\x5e\xc7\x67\x1d\x2f\x61\x03\xa9\x39\x5e\xff\xa4\xc4\x56\x4b\xb1\x2f\xb1\xd5\xc2\xe6\x9c\xac\xaf\xb4\x30\x10\xa5\xe6\x78\x41\x64\x49\x3a\xe8\xe5\x16\xd3\x3d\xba\x3c\x14\xda\x65\x3e\xb7\x93\x8e\x97\x08\xb7\xa4\x7b\x74\x79\xa0\x48\x6c\xb5\x08\x45\x4b\x12\x5b\x99\x2d\x92\x74\x9e\x6e\xcf\x17\x9d\xa7\x0b\x13\x41\xd2\x79\x4a\x11\xed\x90\x74\x9e\x9a\x59\x9c\x74\x9e\x6a\x4b\x4c\x3a\x4f\x35\x3c\x26\x9d\xa7\x0b\x4b\x45\xd2\x79\xba\x1f\xbf\xeb\x78\x8f\x6f\x36\xcc\x52\x69\x7c\xd9\xab\x14\x74\xe6\xe1\x1a\xc7\x95\xba\xf4\xc8\x38\x7a\x92\x79\xb8\x19\x5b\x77\x32\xd3\x36\xab\xb7\x5c\x7e\x2a\x67\xdf\xc0\xe0\x8c\x93\x3a\x8d\x1b\xe5\xee\xcd\xd6\xc0\x2a\xbe\x0a\x25\x5c\x1e\x80\x64\xe8\xaf\x51\x7c\xe9\xc2\x46\x97\xca\x85\x8d\xea\x69\x17\x36\x62\xcd\x4e\x17\x36\x2a\xe7\x2f\x6c\xf4\xb4\xbd\xb0\xd1\xf1\x9a\x4b\x2b\x79\x69\x02\x36\xd6\xc7\xe3\x06\xd8\x58\x1f\x60\x63\x02\x36\xd6\x47\x31\x62\xe8\xaf\x29\x00\x49\x6f\x69\x75\xc3\xea\x0f\xad\xf8\x6e\xd2\x2d\x75\xf4\xfa\x2a\x9d\x62\x9f\x57\x75\xca\xab\x48\xeb\xf4\xac\xea\xa5\x3a\x3d\xeb\x67\xaf\x84\x8d\x6e\xab\x0b\x1b\x31\xd7\xa7\x0b\x1b\x31\xc5\xa4\x0b\x1b\x71\x4d\xa6\x75\xab\xd4\xd1\x67\x61\x63\x05\x18\xa6\x75\xe9\x2e\xf9\xcf\x72\x4c\x15\x95\x3a\x53\x62\x25\xee\x48\xc0\xc6\x5a\x6e\xd3\x6c\xf7\xf0\x57\x24\x4f\x5a\xb7\xa0\x9b\x0f\x1a\x7a\xe4\xfa\x5c\xb7\x60\x1f\x2b\x5f\x3e\xe7\xe2\xd9\x6a\xdc\xaf\x69\x53\xc9\xb8\xdf\x02\x28\x4e\xeb\x92\x18\xf3\x57\x8d\xfb\x2d\x04\x07\x26\xe3\x7e\x0b\xc1\x63\x49\xfa\x29\xa9\x02\x93\x88\x72\x78\x6a\x8b\x28\x87\x2b\x7f\x5f\x66\x48\x7e\xa3\x88\x72\x28\x9d\x44\x94\x53\xd0\x21\xa2\x1c\xd3\xef\x1a\xe7\xac\xec\x12\x51\x4e\xb7\x89\x88\x52\xea\xaa\x24\xa2\x94\x7c\x2c\xe9\x0f\x9d\x8a\x32\x11\xe5\xc4\x80\x90\x8c\xfb\x0d\x2e\x66\xe3\x7e\x03\x71\x20\xc9\xb8\xdf\x4a\x1a\x51\xba\x88\x52\xd9\x65\x15\xa4\xa9\x0c\x39\x92\xdc\x3a\x29\xc7\xf1\xaa\x2b\x1e\x0d\xf2\xd1\xab\x56\xcb\x55\xee\x19\xf7\x2b\x39\x43\xba\xf0\x73\xfa\x21\xe1\xa7\xda\x82\xf0\x73\x0b\x3a\xce\x2d\xd8\xe7\xab\x34\x60\x3a\x29\x46\x05\x53\xd2\x37\x24\x43\x7f\x7d\x36\x1b\xfa\x2b\x33\x52\x36\xf4\x77\x37\xaf\x6a\xc0\xfc\xb1\x88\x87\x6c\xe8\xaf\xe9\x93\xd9\xd0\xdf\x4d\xc6\x7d\x36\xf4\x77\x77\x9b\x1a\x30\xb3\x37\x6b\xc0\xec\xbe\xb9\xda\xcc\x34\xb5\x71\x11\x06\x93\x0d\xfd\x6d\xc7\xab\x8c\xb7\x24\x9f\x65\x6b\x17\x4e\xcc\x2c\xc6\x2c\x80\xca\x2c\xc6\x2c\x9f\xaf\xb2\x3a\x30\xda\x45\xbe\xd5\x81\x99\xfd\x7c\xab\x03\xb3\xb5\xf3\xad\x0e\x8c\x90\xcc\xb7\x3a\x30\xab\x2e\x8b\x40\x0f\xc8\x37\x8b\x40\x4f\xf6\xaa\x74\x79\x2c\xb3\x2c\x02\xd5\x65\x9f\x45\xa0\x1b\x1b\x48\x16\x81\xca\x0b\x9a\x45\xa0\x26\xdc\x65\xb3\x65\x07\x26\xa0\x2c\x02\xfd\x8a\x4d\x75\x45\x10\x4a\x16\x81\x8e\xfb\xa1\x63\x93\xf1\x8a\x40\x07\x01\x54\x59\x04\x3a\x80\x60\x59\x04\x7a\x3f\x24\x02\x9d\xe4\xb3\x67\x7d\xa9\x9d\x85\x94\x45\xa0\x14\xfa\x0c\x59\x04\xea\x3e\xca\x22\xd0\x41\x6c\x40\x16\x81\x0e\xac\x49\x39\xdc\x5a\xba\xfc\x1c\x11\xe8\x70\x31\x88\x40\xb5\xde\x67\x11\xe8\xcc\x3e\x2b\x29\x37\x28\x32\x8b\x40\x47\xf3\xea\xb1\x1b\xf4\x59\x04\x3a\xb0\xbc\x65\x11\xe8\x74\xb5\x8b\x40\x67\xf4\xaa\xe3\x05\xf8\x67\x11\xa8\x72\x23\x8b\x40\x8d\xd8\xcc\x22\x50\x8a\x2f\x84\x2c\x02\x1d\xd3\x37\x3b\xde\xe9\xcd\x8e\xd7\xe9\x16\x81\x0e\x4c\xd6\x59\x8c\x39\xb6\xdd\x70\x44\xfb\x2f\x72\x86\x2c\xfc\x94\xba\x33\x0b\x3f\x07\x12\x26\x9b\x0f\x2b\xbf\x5f\x36\x1f\x76\x80\x73\xb3\xe0\x74\xe0\xd7\xc8\x82\xd3\xe1\x8e\x13\x9c\x8e\x65\xf3\x4e\xae\x6f\x66\xb0\xe6\x58\xe5\xef\x72\xc7\xf9\xe6\xe6\x55\x6f\xee\x5e\xb5\x1b\xd2\xba\xba\xb6\x2f\xc1\x94\x2b\xff\x56\x07\x0e\xbe\x4a\x46\xee\xe8\xb3\x4e\x2e\x8e\xd7\x6c\x3e\xec\x04\xf7\x65\xa1\xeb\xc4\x6c\x95\x85\xae\x93\x30\xa7\x9c\xee\xe4\x32\x9b\x42\x57\xa9\xce\xb3\xd0\x55\xfa\xca\x2c\x74\x9d\x28\x5a\x59\xe8\x3a\xa3\x6f\x76\xbc\x9f\x4d\xc7\x8b\x71\x3b\x0b\x5d\xa7\x12\x46\xe8\x3a\x51\xc2\x73\xba\x8b\x99\x29\x4b\x97\x75\xc7\x5e\x29\xac\x86\x03\x3c\x5e\x65\x08\xf9\x6a\xbf\xf4\x4a\xe8\x6a\x32\x48\x16\xba\x4a\xda\x9c\x85\xae\x1d\x03\x66\x16\xba\x4a\xb6\x96\x85\xae\x26\x26\x64\xa1\x6b\x23\xda\x33\x5f\x5a\x66\x05\x5d\xbe\x71\x68\x0c\x21\x5f\x61\xe5\xcd\x6a\xbf\xc7\xab\x6a\x92\x8a\x41\x81\xad\x3c\x99\xf9\x02\xdb\x68\x93\xe0\x1c\x7d\x46\x59\x16\x29\x0a\x19\x84\x6c\x75\xe0\xdd\x6c\x2a\x9c\x3d\x41\x0c\xee\xcd\xa8\x8e\x59\xf4\x2a\x7d\x65\xbe\xc1\xbd\x68\x83\x59\xf4\x6a\xb6\x48\x96\x45\xaa\xa1\x58\xe6\x62\x71\x10\xec\x27\x59\xf4\x4a\xcd\xc1\x90\xcb\x8d\xbb\xb3\x1b\x6e\x5e\x97\xb7\xf9\xb0\xc7\x8d\x73\xab\x03\x7b\x82\x14\xb9\x2e\xd1\x1f\xf2\x2d\x66\xe4\x96\xbc\xb4\xcc\x30\x0c\x64\x83\x7b\xa5\xac\xc9\x06\xf7\xbe\x04\xb9\x65\xbd\xa5\x54\xaa\x0a\xb9\xde\x7c\x67\xde\x6c\x31\xa3\x82\xb7\x22\x4b\xcb\x6c\x5e\x79\xae\xd7\xa1\xc6\x7f\xb6\x3a\x70\x51\x1a\x8b\x5e\x37\x5a\x77\x36\xb8\x57\xea\x98\x5c\xef\xfc\x32\xc0\x7a\x09\x00\xfd\xae\x71\x95\xd8\x31\xb2\xf9\xb0\x45\xb9\x67\x75\xe0\x07\x6c\x9b\x45\xaf\x1b\x83\x49\xd6\x5b\x4a\x51\x8f\x90\xdb\xad\xfe\xcc\x00\x45\xaf\xc5\x3e\x37\x95\x2b\x14\xb3\x6c\x70\xaf\x34\x08\x59\xf4\x5a\xd4\x1f\x44\xaf\x1b\x3f\x57\x6e\x06\x6f\x63\x02\xca\xed\xce\x2f\xff\xb9\xe9\xfd\xbf\x37\x5b\x52\xd3\xad\xd1\x6e\xa8\x12\x43\x00\xbd\x7e\x67\xda\x49\xa3\x3b\x9c\x5f\xd1\xab\x34\x17\xb9\x19\xbc\x8d\xdf\x39\x8b\x5e\xcd\x33\xca\x3a\x4c\x4d\x16\xce\xd2\x32\xff\x5c\x75\xff\x16\xfb\x12\x4c\x4d\x57\x42\xbf\x84\x69\x36\x6f\xf1\x08\xba\xd4\x0d\xec\x39\x36\x4d\x0d\xf6\x24\xea\x72\x03\x62\xfd\xcb\xf8\x25\x1f\x09\xa6\x32\x00\xf3\x57\xad\xe2\xd7\x2c\x36\x99\x3e\x00\xe6\xaf\x7a\xc3\xaf\xd9\x68\x2a\x24\x01\x98\x41\xa6\xa0\x0c\xc0\x0c\x12\x1f\x65\x40\x62\x90\x2c\x3a\x03\x12\x7f\xdc\x1e\xbf\x66\xa0\xe9\xc9\x0b\x48\xfc\x31\x1c\xfc\x9a\xf4\x2a\x60\xa3\xcb\x68\xb0\xc1\x65\x53\x50\x4a\x7f\x2a\xe4\xaf\xf9\x71\x33\xfe\xa3\x82\x52\x1a\x1f\x0e\xa3\x82\xbe\x17\xb5\x2a\x17\x94\xb4\x18\x51\x59\x0b\x4a\x5a\x8c\xf8\x9d\x0b\x4a\x5a\x8c\x80\x9d\x82\x1a\x16\x23\x02\xb6\xa0\x86\x9d\xcd\x52\x2f\xa8\x61\xe7\xd8\x2b\xd4\xb0\x23\x7b\x5e\x41\x0d\x0b\x92\x80\x95\x60\x37\xa2\xcd\xe0\x7f\xe6\x55\xa8\x61\xf1\x21\x6c\xa0\xa0\x4a\x45\xc3\x4a\x0b\xe7\x69\xa4\x80\x4b\x28\x9c\x4d\xdf\xc6\x9e\x50\x38\x6e\xbe\x4d\xb4\x46\xb1\x0a\xc0\x76\xf8\x1c\x37\xdf\x86\x61\xb5\x70\x82\x7c\xf2\x5c\x15\x4e\x90\x4f\x0e\xb4\xc2\x09\xf2\x6d\xce\xd3\xc2\x19\xf1\x99\x2c\x5c\xb2\xdf\x8d\x3e\x6b\xa9\x02\x16\x43\xe1\x8c\xf8\xac\x98\x50\x38\x23\xbe\x4d\x64\x5d\x41\xec\x7f\x1b\x15\xbd\x20\xf6\x3f\xa3\x9e\x4a\x91\xa1\x08\x29\x51\x8a\x9d\x24\xf9\xa5\x14\x3b\x09\x60\x29\xc5\x4e\x72\x90\x95\xea\x55\x76\x4a\x69\x5e\xc5\xa6\x57\x10\x1a\x9f\x81\x85\x05\xa1\xf1\x6d\x54\xd6\xd2\x1c\x02\x39\xcb\xc5\x8d\xbf\x5d\x2a\xcd\x3f\x89\xca\x5a\xba\x9d\x24\x95\xb8\x74\x9f\x05\x44\x97\xee\xf0\x91\x3f\xa5\xfb\x2c\x1b\xb6\x0c\x9f\x25\x7d\xa0\x0c\x07\xe8\xca\x91\x3f\x6d\x63\xd2\x2c\xc3\x37\xe3\xda\x28\xc3\x37\x23\x9c\xcb\x70\x42\x5d\x2a\xc3\x1f\x8b\x67\xb9\xb0\xe9\xbe\x03\xa6\x2e\xd8\x31\xbe\xe3\x22\x5c\x56\x20\x72\xf6\x31\x3e\x7c\xc7\xf9\xc5\xc2\xf0\x19\xec\x51\xb0\x30\x7c\xf2\x4b\x14\x2c\x0c\xdf\x71\x7e\x97\x42\x12\x45\xba\x2c\x6b\x4f\xa0\x4d\x95\xed\xcd\x6c\xe7\xb2\xbd\x19\x7d\xa9\x6c\x6f\x46\x9b\x2a\xc7\x3e\x67\x9b\xf6\x19\x37\x74\x39\x76\x92\x93\xab\x1c\x9f\x25\xd6\xae\x3e\x3e\x4b\x18\x7f\x7d\x7c\x16\x46\x82\xfa\xdc\x8a\x4b\x85\x66\xb4\xd9\x69\x7e\x36\x27\x4d\x59\xec\x40\x46\x15\x30\xfb\x49\x14\x5f\x1f\x7f\x4e\xf3\xcd\xb7\xd6\x06\xcf\xbe\x7e\x08\xfd\xa1\xbe\x7e\x08\xfc\x52\x5f\x3f\xf4\xff\xb3\xf8\x9f\x62\xbf\x46\xfb\x8f\x70\xae\xd1\xd7\x72\x10\xd7\xe8\x6b\x59\x36\x35\xda\x43\xa0\x41\x8d\xf6\x90\x53\xac\x46\xa7\xef\x78\xf3\xb1\xc9\x9b\x3f\x5f\x85\x4e\x5e\x3f\xd3\xe4\x89\x20\xaa\xdf\x4d\x93\xe7\x57\x7c\xa6\xc9\x23\xac\xea\x27\x79\x11\x47\x46\xb5\xd8\xe8\x83\x69\xb4\x5a\xfd\xc4\x48\xf5\x9a\x2c\x33\x87\x1b\xba\x66\xaf\xb2\x4e\x6a\xb6\xec\x11\x40\xbe\x9a\xea\xf5\x7c\x36\xe5\x9d\x26\xbe\xba\x4a\x9c\xf8\x10\x71\x51\xa5\xfd\x7f\xfc\xe7\x43\x6a\x11\xd4\x83\x3a\x2e\x99\x39\x4d\x69\x01\x1e\xf2\x14\xea\xbe\x45\x24\x79\x56\x56\xb7\x07\x63\x5a\xc5\xd6\x94\x5e\x9c\x6b\x95\xc5\x9c\x5e\x9c\xb6\x95\xc5\x9c\x3c\xf5\xaa\xcc\x6c\xaf\xbf\xee\xc8\x03\x80\x31\xad\x1e\xd9\xb7\xfc\x57\xc6\xb1\xbf\xfc\x9c\xf6\x5a\xe3\x0c\xb3\x46\x7b\xa5\x05\xc0\x06\xdb\xac\x09\xf5\x22\x15\x9b\x14\xd6\x2f\xd8\xbc\xbd\xf6\x0a\x7b\x66\x7b\x25\x2b\xe0\x5f\x35\x13\x6f\xcd\xd0\x69\x26\xde\xbe\xe8\x21\xcd\xc4\xdb\x17\x99\xd9\x4c\xbc\x7d\x81\xcc\xcd\x02\x43\x2f\xb6\xfd\x26\x7d\x13\xb5\xad\x43\xfb\xa4\x41\xe0\x00\x6d\x9f\x1a\x2c\x32\xb3\x59\x00\xf7\x45\x48\x36\xd7\x86\x46\xad\x96\xfc\x1b\xc8\xcc\x96\x1c\x3e\x80\xba\xb9\x72\x5e\x0e\xdf\x96\x1c\x3e\x53\xd6\xb2\xdf\x25\xa2\xa6\x99\x60\xf8\x6e\x9b\x76\x12\xe5\xbf\x99\x60\xf8\xb2\xf8\x9b\x18\x84\x52\xb3\xa1\x99\x60\x68\xa4\x47\x73\xd5\x19\x9c\xd3\x4c\x21\xb4\x92\x48\x33\xb3\x2f\x60\x82\x6e\x66\xd8\x05\xc2\x60\x9a\x19\x76\x21\x78\x55\x3e\x40\xdc\x40\xcd\x2c\xb9\x10\xbd\x3a\x6d\xf2\x21\x69\x51\x8d\x94\x68\x4d\xe6\x0a\x00\x78\x43\x93\x4c\x06\x5d\x34\xe9\x53\x02\x52\xb1\xb9\x17\x02\xe6\xeb\xd6\x2d\x41\x88\xbd\xa8\xb9\x35\x64\x57\x6b\xd2\x75\x06\x6c\x7a\x4d\x42\xce\x80\x55\xa7\x0d\x9f\x45\x94\x35\x79\x2d\x64\x35\x69\xf2\x5a\x04\x94\xe1\x26\x55\x45\x70\x06\xa5\xaa\x08\xce\xe0\x72\x80\x04\xc8\x35\xeb\x1a\x04\x9c\xf2\xcd\x6a\x80\x01\x67\x4d\x73\x0f\x06\x27\xd4\x7a\x7f\xc6\x42\x34\x77\x4a\x04\xbe\x75\x93\x38\x22\xde\x99\x6e\x12\x47\x44\x40\xf5\x47\xc2\x10\x60\x54\x97\xa0\xde\x92\x10\x5d\x06\xbc\x88\xda\xd6\xd1\xe2\x52\xfc\xbc\x6a\xdd\x61\x34\x93\xfe\xde\xda\x04\xbf\xdf\xde\x4d\x8d\x8f\xa4\x3d\x76\x93\xdf\x23\xbb\xac\x9b\xfc\x1e\x99\xb2\x6e\xf2\xbb\xae\xf3\xee\x1e\xfc\x11\xc5\xff\x53\xec\x77\xb7\xa7\x89\x8a\xdd\xcc\x77\x61\x60\x37\xf3\x5d\x9f\x7b\x37\xf3\x3d\x02\x40\xba\x95\xc5\xe4\xdb\xef\x66\xa0\x4b\x68\xd3\xad\xbd\x15\xb1\xb3\x75\x49\xcf\xd4\x7e\xbb\xa4\x67\x11\x11\xda\x25\x3d\x33\xa4\xa4\x5b\x72\xda\x12\x33\x3d\xdd\xe2\x77\x8c\x2e\x79\x33\xeb\xa4\x67\xf9\x5e\x50\x95\xbb\x54\x5d\x32\x34\x76\xe9\xac\xa9\xe3\x19\xba\xa9\xc4\x91\x93\xab\x9b\x4a\x1c\xd9\x9e\xdd\x54\xe2\x78\x7c\x96\xe1\x7f\xa8\xbb\xdd\xcd\xfb\x21\x7e\xbb\x9b\xd7\xe4\xfd\x6e\x76\xb0\x11\x26\x5d\x03\x82\xbe\xf2\x6e\xc2\xef\xc7\x5e\xee\x26\xfc\x7e\xae\x13\x8f\x9b\x8f\xad\xdd\xdd\xf8\x9f\xcb\x46\xd4\x6f\x45\xc2\x2e\xae\x37\x56\xa7\xcb\x0e\xfd\x71\x90\x75\x71\xbd\xfe\xee\xae\x58\xf8\x10\xec\xdd\xc4\x5b\xa9\x20\xbb\x62\xc1\x5c\xef\x6e\xf2\xec\x87\xe9\xbb\x9b\xf1\xaa\x73\xbc\x4b\xad\xac\x43\xbf\x2b\x43\x3e\x6c\x4d\xdd\x9a\x41\x1f\xa6\xe0\x6e\xdd\x9f\x0f\x53\x70\xef\x3e\xeb\x52\xe9\x3e\x8b\xb2\xd4\xbb\xc3\xc7\x9e\xd0\xbb\xc3\x6f\x3e\x6b\x27\x9b\xcf\x3a\x7c\x84\x46\xb7\x6e\xce\x87\x97\xa4\x0f\xc7\x0b\x28\xee\x0a\x1c\x0a\x8e\x87\xee\xd1\x6c\xfd\x9a\x6e\xf5\x58\x59\x9a\xbb\xe2\xe8\xc3\x5c\xd6\x65\x19\xfa\x38\x41\xfa\x74\x44\x58\xc0\xfa\x74\x44\x44\x89\x74\x79\x84\x3e\xf4\xa5\x2e\x8f\x10\x65\xb2\x43\x97\x75\x47\x3a\xfa\xae\x28\xb3\xc0\x47\x57\x94\xa5\xc7\x9b\xbb\x4d\xbe\x2b\xaf\x4e\xc2\x1c\xda\x3d\xf4\x13\x7a\x75\xf7\xd0\x4f\x78\xa3\xba\x87\xbe\xd4\x97\xdd\xa4\xb9\x84\x85\xb3\x2b\xd9\x92\x4b\xc5\x5c\xb6\x84\x61\xaa\x9b\xcb\x96\x94\x4e\xe6\xb2\x25\xec\x90\xe3\xb1\x24\x0d\x8a\xf4\x78\xbc\x19\xf9\x33\xd4\x1f\x28\x19\x1f\x86\x92\x2d\x15\xaf\xfa\x2a\xc2\xba\x86\xb4\x1e\x09\xfd\x76\x28\x73\x12\x82\x62\x44\xff\x06\x1a\xec\xb0\x9e\x82\x49\xac\x43\x0d\x21\x71\xca\x8f\x78\xb9\x2e\x33\x4d\x5f\x85\x77\x78\x58\x31\x41\xe6\x8a\x61\x09\x42\xb3\x4d\x87\x02\xca\x4c\xdb\xf1\xf9\xdb\x11\x23\x43\x55\x33\x31\xa1\x43\x89\x64\x3e\xe9\x50\x22\x25\xe6\x77\x24\x29\xbb\x51\x8f\x87\xba\x47\x42\xc8\x0c\xeb\xee\xc9\x8e\x38\x92\x9d\x44\x01\x1e\x8a\x2f\x6b\x13\x8c\x4b\x6e\x80\xed\x62\xa8\x5d\x64\x62\x30\xc6\x35\x4b\x62\x94\x1e\x97\x55\x00\xc9\x30\x2e\xab\xc0\xff\x81\xd2\x3f\xc5\xfe\xb8\x84\x03\xc8\x90\x71\x39\x04\x58\x09\xc3\x44\xf8\x4c\xb4\xc6\x30\x11\x5e\x36\xbc\xd1\x2e\xd1\x01\x1d\x6e\x7e\xb4\xf8\xac\x6f\x2e\xde\x2c\x95\x01\x18\x6a\x58\xda\x3b\x17\x9f\x95\xca\x00\xf5\x6f\xc8\xae\x96\x91\x03\x43\xb1\x90\xb1\xd0\x8e\x71\x6b\x53\xf2\xac\x34\x5f\x99\x43\x61\xcc\xcb\x6c\xc0\x7c\x59\x32\x49\x92\xc9\xe1\x9e\xb2\x0a\xdb\x50\x01\xb0\xbc\xcb\xd8\xd2\xef\xb3\xe3\xc6\xbe\x74\xf4\x5c\x3d\x97\xae\x93\xef\xba\x2f\x0a\x04\xb9\xd3\xda\xb2\x85\x0d\x38\x41\x67\xa9\x20\x7e\xa7\xdb\xa4\x60\x28\x9e\x6e\x93\x82\x59\x75\xba\x2f\x0a\x12\x75\x06\x79\xfe\xf9\xb1\x53\xb2\xd9\x82\xad\x7b\x5a\xa2\xa5\x90\x63\x35\x71\xa9\xa4\x82\xdc\x9b\x2e\xe6\x42\x40\xe3\xbc\x14\xa3\x18\x10\xa6\xa7\x6d\x21\xac\x74\x8a\xb9\x0a\xc7\xeb\xf4\xc4\x2c\xcb\xa6\x04\xa4\x2c\xf5\xa9\x52\x5a\xb6\x4d\xc9\x70\x40\x28\x53\x43\xb1\x55\x39\xa6\x04\x0b\x54\x25\x0e\x53\x6d\xd0\x40\x88\x29\x50\xaa\xa8\x34\xf3\x12\xd3\x81\x23\xe6\x90\x75\x87\x65\x36\x55\xff\x2a\x42\x63\x4a\x6b\x56\x81\xdb\x53\x5a\xb3\x4a\x98\xc1\x54\x85\xab\x8d\x1f\x2b\xaa\xb2\xac\xc3\x3c\xb7\x72\xf4\xaf\xb9\x9c\x32\x03\xf5\xd7\x73\x09\xae\x03\x4d\x07\x88\x73\x6a\x09\x94\x2a\xfa\xc3\x72\x06\x0d\x20\x5f\xf8\x52\x53\x25\xb7\x6b\x89\x8c\xe4\x5b\x58\x6a\x65\x14\x67\x0f\x0b\x77\x61\x6a\xa8\x8e\x4b\x41\x27\xc1\xc2\x52\x94\xb5\xe0\xcd\x12\x00\x62\x1f\x5b\x8a\xb2\xc6\xc6\x5f\x8a\xb2\x86\xf2\xbf\x44\x46\x0d\x85\x61\xb9\x18\x24\x5b\x5b\x2e\x86\x86\xd8\x5f\x02\x25\xb9\x1a\x96\x88\x5b\x82\xeb\xa5\xa0\x6b\xcc\xd1\x52\x94\x35\x3c\x0e\x4b\xd5\xab\x21\x19\x56\xb2\x57\x88\xfd\x95\x7c\x16\x5f\xea\xc2\xa6\x97\x1a\x7b\x7f\x09\xc0\x1b\x7b\x7f\x29\xd9\x5a\xf5\xaa\xe3\x25\xae\x60\x29\xca\x4c\x4b\x59\x72\x80\x50\xbb\x3c\xac\xe6\xcd\x18\x2b\x96\xba\x87\xc5\x7d\x96\xca\x46\xc3\x1c\xba\x54\x09\x1a\x4a\xdd\xc2\xa8\x95\x3a\xa7\xed\xc2\x74\x9c\xac\xfe\xbc\x94\x2a\xfd\xb5\xc9\x9b\x3b\x9b\x7d\x29\x55\x3a\xf2\x76\x29\x55\x3a\x76\xaa\x2d\x52\x30\x2b\x79\x3b\x65\x9d\xa3\x6a\x0b\x39\x4d\x31\xdb\x42\x4e\x3d\x68\x5b\xc6\x1e\x79\xdb\x36\xde\xb7\x64\xce\xe0\x2e\x37\x45\x9d\xa6\x48\x70\x00\x3a\xb6\x42\xf5\xc7\x63\xfc\x4f\xb1\xbf\x95\xb7\x72\xe5\x6d\x37\xe0\xc0\x56\xb6\x87\xb5\x1a\x31\x8e\x6d\xb1\xdb\x20\x42\x7e\x13\xb5\x95\xac\x74\xb3\xdd\xad\xba\xfe\xb7\xca\xd2\x00\x1a\x6c\x95\xa5\x01\x2a\xdc\x2a\x4b\x83\xcd\xbb\x55\x96\x06\xa9\x13\x5b\x65\x69\x00\x1c\xb6\x4c\x89\xa3\xf9\x66\x3f\xd4\xbc\xd9\x8c\x7b\x32\x22\xb7\x14\x85\x83\xac\xa2\x6d\x79\xbb\x81\x0a\xb7\x25\xc9\x1f\xa0\xc2\x2d\x3b\xfd\xe0\xd4\xde\xe7\xd6\xc0\xe2\x66\x55\xa9\xe1\x3f\x3f\xb7\x72\xe5\xa2\x79\xab\x0f\xf0\x5d\x39\x04\x06\x40\x7e\xab\x59\x19\x50\xb4\x3d\x23\x26\x07\xca\x71\x61\x98\xdc\x74\x84\x90\x7a\xb4\xcf\x23\xb3\x01\xe7\xcb\x91\x07\x7e\x12\xdd\x7a\x04\x98\x13\x29\x71\x04\x98\x86\x0d\x9c\xc7\xef\x22\x25\x8e\xb8\xcf\x30\x89\x23\xb8\xd3\x1d\x7c\xc2\x2d\x20\xb5\x68\xda\x49\x0e\xee\xa3\x66\x35\x41\xee\x47\x44\x36\xb1\x3a\x1e\xe5\x80\x25\x84\x8e\x16\x12\x93\xd7\x8e\x1a\xce\x64\xa9\x1f\xa5\xc4\x44\x2b\x3b\x2a\x3c\x13\x35\xfb\x28\x34\x26\xf0\xed\x88\x6e\x4c\x4f\x3b\x12\x16\x19\x64\x7b\xb4\x72\x4c\xf2\x05\x8e\x72\x60\x62\x82\x3e\x4d\x2e\x20\x94\xa5\xa3\xfe\xb0\x82\xcd\x62\xf3\xb7\x4d\x8e\x0b\xc9\x90\xd4\xe3\x5e\x36\xe8\xd4\xe2\xfb\xc9\x34\x79\xab\xcf\x27\xa3\x4c\xad\x3e\x9f\x88\x32\x8d\x96\x41\x4f\x64\xac\x47\xcb\xa0\x27\x5c\xe7\xd1\x1a\xe2\x69\xfd\x0c\xf2\xd1\x3a\xe0\x89\xc0\xd1\x68\xb5\xee\xb4\x16\x57\x45\xcd\xd4\x4a\x8e\xff\x55\xac\xfe\x25\xcb\x44\x2b\x56\xa7\xfd\x53\x0e\xa3\x85\xa4\x13\x2e\x95\x68\xc9\xe6\xb4\x03\xaf\x52\x86\x90\xdf\x1d\x2d\x9d\x9c\xf6\x4f\xf7\x88\xd6\x1d\x4e\xfb\xb7\xbb\xa3\xb5\x83\xd3\xfe\x45\x1f\xc5\x5b\x87\x17\x2f\x6d\x7c\x2e\x9b\x53\xe1\x43\x12\x34\xed\xea\x55\xbb\xd1\xf8\x90\x87\x3e\x19\xdc\xf1\xb9\x44\xc4\x8d\xbf\xa1\x32\xb9\x7f\x67\x71\xb4\x4c\x6d\xda\x9d\x3e\xeb\xc4\xc4\xb5\x11\xad\x28\x9a\xf0\x47\xc4\x5b\x51\x94\x24\xd6\x78\xeb\x7e\xee\x43\x37\xd4\x10\x08\x64\x8a\xb7\xa4\xe6\x79\x19\x91\xa8\x8a\x6c\xd3\x78\x4b\x6a\x9e\x97\x0f\x39\xfb\xe7\xe5\x6f\x6c\xc9\x9d\x02\x43\x50\x6e\x9c\x5f\x58\x69\xb4\x5a\x65\x3a\x91\x37\x5b\x5c\xe3\xf8\x9f\xb7\xaf\x8a\xbc\x59\x80\x86\x3f\x22\x5a\x08\x32\x9d\x8f\x3f\x29\xd9\x08\x8c\xd6\xd1\xda\x8e\x89\x34\xc0\x68\x6d\xc7\x44\xf5\xd5\x68\x6d\xc7\x84\xf3\x22\x5a\xbd\x31\x11\x21\x16\x2d\xc8\x98\x7e\x11\x0b\xff\x12\xfb\xd1\x5a\x8d\xe9\xfc\x0e\xa6\x68\x35\xc6\x74\x7e\xa7\x76\xbc\x45\x15\x29\x73\x19\xad\x93\x98\xce\x2f\x2e\x2b\x5a\x27\x31\x9d\x9f\x8a\x1e\x2d\x7d\x98\xce\x6f\x9b\x44\x4b\x1f\x26\x92\xe0\xa2\xf5\x0a\x13\x75\xc0\xa3\x15\x09\xd3\x61\xea\xad\x48\x98\xce\x4f\x74\x47\xeb\xf7\xa5\x33\xb8\x59\x71\x74\x06\xdf\x55\x1c\x9d\x9f\x49\x36\x5a\x48\x2e\x9d\xcd\xd8\x3d\x4c\xe1\xe4\x89\x16\x56\xcb\xf8\x05\xa2\xa5\xd3\xf2\xf3\xd2\x67\x73\xdb\x9f\x1f\xba\x89\x96\xe2\xca\xcf\xc7\xb3\x26\x95\x53\xb9\x32\x5a\xa9\x2a\x3f\x99\xef\xca\x9b\x0d\x5f\x77\xb4\xda\x54\xa6\x5c\x7e\xb4\x54\x53\x7e\x1a\xdf\xed\xde\xdc\xf8\xcf\x26\x1a\x3f\x8d\x0f\x99\x68\xfc\x34\x9f\xb5\x1b\x9d\x37\x5b\x59\xf8\xe9\x5c\x95\x05\xeb\x19\xf4\x59\x16\xac\x67\xf0\x21\x59\xb0\xa8\x29\x19\x2d\xe5\x93\x9f\x9f\x3a\x14\x2d\xe5\x93\x9f\xc5\xfc\x4e\x3f\xb4\x78\xb3\x35\x77\x1e\x04\x8e\x35\x77\x32\x45\x1c\xa2\xd5\x6d\xf2\x8b\xc0\xb1\xda\x4b\x7e\x7f\x12\x35\xde\xc2\x22\xef\xcf\x7c\x14\x2d\x2c\x92\x5f\x16\xb3\xf5\x3e\xf2\x9b\xb8\xfa\x4a\xb7\xf5\xd3\x1f\xa2\x55\x39\xf2\x9b\xbd\x7a\xab\xfb\xfd\x16\x83\x95\x35\xf2\xfb\x53\x27\xa2\x15\x22\xf2\x5b\xb9\x1a\x7d\x15\xff\xd9\x02\x0a\xf9\xfd\x1d\x46\xd1\x02\x0a\xf9\xed\x74\xc3\xd9\x7f\x91\xb7\xb2\xe2\x67\xb2\x29\xa3\x84\xf3\x99\x04\xc9\x28\xe1\x7c\x7e\x7f\x96\x99\x28\xe1\x7c\x7e\x0f\xaf\x32\x2a\x06\x83\x7c\x94\x25\x3e\x07\x96\x99\x2c\xf1\x39\xbc\x5e\x25\x73\x3c\xfc\x3c\x2c\x51\xe2\xf7\x4c\x98\x41\x94\xf8\x3d\x93\x7a\x19\xa5\x76\xcf\x21\xf0\x5d\xa9\xdd\x43\xf0\xbb\xc7\x26\xc3\x6f\xb7\x60\xd6\x4b\xd3\x0f\xfd\x0c\x35\x51\xa6\xf4\x1c\x3e\xfe\x86\x05\xac\x31\xd7\xc7\xcb\xe0\x4d\xf9\xe3\x28\xfd\x75\x0e\x8d\xff\x8c\x26\x96\x43\x63\x08\xd3\x3e\x77\xfa\xbc\xfc\xd0\xe0\xcd\xcb\xab\x83\x09\x95\xf9\x8a\x04\xb4\x28\xc3\x73\x0e\x93\x11\x99\x3b\x4c\xfa\x61\x94\xe1\x39\x63\x9f\x8f\x32\x3c\xe7\xb0\x58\x57\xb2\x57\x85\x4d\xaf\xb6\xdf\x3d\xfc\xc9\xed\x77\x0f\xe3\x95\x9f\x2a\x1c\x9f\xb5\x22\xcf\x4f\xf5\x8a\xd2\x0b\x67\x72\xca\xa2\xf4\xc2\x39\xfe\xec\xae\x51\x02\xe1\x1c\x03\x57\x11\x5f\x19\x0b\x7c\x94\x32\x37\x47\xfe\xa4\xf4\xb3\x39\x72\x44\xca\x28\x9b\x31\x95\x47\x19\x65\x33\x75\x96\xa3\x64\xad\x39\xfe\x0c\x9e\x51\x3a\xd6\x1c\x7f\x8e\x8f\x28\x1d\x6b\x8e\x3f\xcb\x46\x94\x8e\x35\xc7\xe6\xcd\x0e\xe1\xe7\x5e\x8c\x12\x9f\x66\x4c\xe5\x51\xe2\xd3\x8c\xa9\x3c\x4a\x7c\x9a\xe3\x5f\x91\x3c\x51\x4e\xd4\x1c\x3b\x7d\xf8\xfc\xe8\x2f\x12\x29\xca\x6b\x9a\x23\x3a\x8c\xbc\xa6\x39\xa2\xc3\xc8\x6b\x9a\xe3\xa0\xc3\xb8\xcf\x32\x99\x6b\x51\xaa\xd2\x1c\x7f\xa6\xd1\xf8\x1f\xbf\x28\x93\x7b\xd9\x3b\xe3\xe2\x66\xe9\x50\x48\x55\x8b\xf2\x64\xe6\xf8\x0b\xc5\x8f\xf2\x64\x66\x12\x42\xa3\x3c\x99\x99\x24\xb2\x28\xd7\x65\xa6\x74\x5a\x94\x82\x32\x7f\x8f\x4d\xae\x92\x80\x16\x65\x86\xcc\xdf\xcb\x77\x6f\xa9\x7d\xb6\x98\xb4\x8a\x19\xc2\xd8\x18\xbb\x34\xa7\x91\x57\x29\xc9\x3f\xce\x88\x78\xeb\xd4\x23\xe8\x62\xf7\xcd\x89\x3e\x2b\x7e\xbf\xc4\x77\xe5\x06\xfc\xd8\x71\x97\xee\xef\xe3\x04\x91\xa3\x2f\x53\x3d\x3f\xca\xa4\x97\xb1\x84\x47\xe9\xf2\xf2\xc7\x01\x2a\x6d\x5d\x86\xe4\x36\x5e\x0a\xb8\x0f\x41\x77\x29\xe0\x3e\x67\x70\xfb\xe6\xc1\x6f\x77\x13\x7d\xc3\x67\xa5\x54\xe5\x78\x95\x02\x2e\x7f\x4e\xb7\x5b\xec\x73\x7e\xdd\x62\x98\xbe\xe3\xa5\x80\xfb\xa6\xcf\xde\x12\x42\x2c\x75\x0f\x05\x48\x78\xa2\x24\x6f\xf9\x73\xf6\x8f\x3f\x16\xf1\x2b\x8d\x5b\xfe\x38\x9b\x64\x66\xcb\x9f\x6b\xe3\xd8\x8d\xed\xb3\x76\x63\xfb\xac\xdd\xf8\x65\xba\x45\x09\xd3\xf2\xc7\xca\x91\xf4\x2c\x43\x62\x1c\x25\x3d\xcb\xdf\xcf\xac\x1a\xe5\x31\xcb\x58\xd1\xe3\xe7\x61\x94\x10\xdd\xdf\x7b\x09\x66\xbd\x5a\x6d\x16\x9a\xd6\xa0\x41\x7f\x90\x5e\x2c\x27\x64\x88\x24\x60\x19\x1b\x7b\x94\xc8\x2b\xa7\xc8\xb3\x4a\x89\x14\x79\x36\xfa\xa1\x9f\x39\x25\xca\x5e\x95\xe1\x61\x8e\xb2\x57\xe5\x94\xbc\xd9\x82\xce\x28\x78\x32\x41\xe5\xf4\xab\x19\x1a\x65\x82\xca\xa9\x30\x84\xcf\x67\x7f\xbe\xb9\x28\xf7\x51\x4e\xe8\xe4\x72\x1f\x65\x88\x22\xa3\xdc\x47\x39\xa1\x98\xc9\x7d\x94\x29\x3a\x13\xbf\x4b\xd5\x0b\xba\x91\xdd\x28\xa7\x4e\x9f\xe5\x2f\x4a\xdd\x67\xed\x55\xf7\x59\x7b\xd5\x7d\xd6\x5e\xa1\xc6\x5c\x96\x21\x0c\xf2\xf1\x52\x03\xa5\x49\x27\xa5\xf7\x49\x93\x3f\x69\xb4\x67\x62\x31\xc8\x0f\x93\xf3\x43\x53\xe5\x2a\xff\xfc\x6b\xf1\x52\xbe\xc0\x73\x1b\xe5\x5a\xc9\xe4\xb2\x45\xf9\x52\x72\xe6\xb4\x95\xf3\x24\x43\xa8\x1b\xe5\x3c\xc9\xf0\x09\xc7\x4b\x45\x92\x23\xaf\x52\x23\xca\xe8\x2d\x32\x75\x64\x48\x80\xa3\x5c\x1c\x19\xe6\xde\x28\x17\x47\xc6\x18\x1e\x2f\x27\x06\xe6\xee\x28\x37\x45\xce\x6c\x76\xd9\x18\x72\xe6\x78\x95\x19\x20\x53\x31\x21\xca\x0c\x90\xe1\x31\x8e\xe6\xd1\xe7\xfc\xf3\x63\x46\xb3\xce\x73\x3e\x7f\x18\x79\xa2\x49\xe5\x39\xb3\x2f\x4c\x0c\xcf\x58\xb3\xa3\xd9\xdc\x99\x52\xb3\xd1\x04\xed\x5c\x5e\xaf\x1e\x9b\xbf\xb1\x9b\x64\x9d\x0b\xc7\xa5\x49\xd6\xb9\x04\xaf\xd2\xa5\xc2\x6f\x34\x9d\x39\x63\xeb\x8e\x26\x2c\xe7\x02\xf0\x49\xae\xa2\x82\xae\x68\xc2\x72\x2e\x3f\xd3\x53\x34\x59\x38\x17\x24\xaa\x39\xbc\x19\x5b\x77\x34\x87\x37\x17\x94\x43\x73\x78\x73\x61\xe5\x9b\x87\x9b\x0b\x1a\x8e\x79\xb8\xb9\x54\x7a\x25\x77\x53\xa9\xfc\x55\x95\xb4\x52\xf9\xab\xd6\x96\x2d\xec\x0b\x73\x5a\x73\x41\x1d\x32\xa7\x35\x17\x90\xac\x69\xaa\xb9\x70\x10\x9b\xa6\x9a\x89\x0a\x8e\xa6\xa9\xe6\xd2\x7d\xd6\x21\x80\x73\x4d\x53\xcd\x85\x7d\x61\x22\x6a\x2e\xc8\x6a\x13\x42\x73\x61\x5f\x24\x79\x6b\x0b\x0a\xbc\x99\x98\xb9\x20\x33\xcd\xc4\xcc\x50\xd9\x47\x53\x20\x73\x41\x3b\xba\x89\x8a\x85\x13\xd3\x64\xc3\x4c\x0e\x60\x34\xd9\x30\x57\x76\x8d\xc9\x86\x99\xec\xbc\x68\xb2\x61\xae\x40\x66\xd3\xd3\x72\x8d\x7c\xf7\x78\xb3\x13\x7a\xbc\xf9\xa3\x93\xca\xf9\xea\xfc\x62\x2e\xcb\x10\xec\x47\xd3\xd3\x32\x8c\xfa\xd1\x44\xb0\x5c\x51\xa5\x4c\xc8\xca\x95\x5d\x63\x26\x54\xc6\xd4\x1f\xcd\x84\xca\x98\xfa\xa3\xb9\x3f\xb9\x02\xa3\x4c\xba\xc9\xb5\xdb\xf4\x66\x7e\xac\x39\x2c\xb9\xfe\x32\x74\xa2\x99\x26\x99\x0c\xbb\x68\xa6\x49\xae\x9c\x6b\xe6\x83\x64\xea\x0b\x44\xd3\x25\x32\x94\x35\xd1\xa4\x86\x5c\x41\x0a\x26\x08\xe4\xc6\xb6\xca\x97\x4e\xed\xe5\x43\x2e\x95\x86\x76\x91\x05\x77\x2d\xf1\x2a\x69\x8a\x1b\x42\xc3\xc8\xe7\x4c\x52\x43\xcc\xb2\x07\x37\x96\xb7\xf1\xc9\xb9\xa1\x58\x66\xd5\x89\x86\x48\xc9\x2a\xf0\x58\xd1\x63\x56\x09\x6f\x2c\xc2\xac\x12\x0e\x9b\x53\xcc\x84\x93\xe5\xf6\xb3\xbc\xc5\xec\x1c\x35\xce\xf1\xe2\xa4\x34\x70\xa2\x01\xc9\xb9\x1d\x9b\xb7\x7a\xd1\xef\xd9\x12\xe5\x5e\x0b\x36\xe5\x5e\xfb\xc5\x33\xc4\xa2\x32\xdc\x91\x1b\xc5\x53\x8f\x82\xdd\xb1\x28\x46\x3a\xa7\x5e\xb1\x48\x7a\x47\xc0\x96\xcb\xea\x06\xf4\x2b\x1e\x0a\x1d\x65\xb8\xb8\x43\xa9\x58\x1d\x8d\x50\xcd\x1d\x63\x5a\x91\x36\xaa\x63\x3e\x2a\xf3\x72\xbe\xfd\xa6\xcc\xe0\xcf\x3c\xd0\x0f\x8b\x95\x3d\xc7\x2f\xd1\x38\x16\x85\xf3\xc0\x6e\x63\x78\x67\x1e\xbf\x00\xaa\x58\x55\x36\xc6\x2f\x85\x27\x56\xff\xc6\xa0\xcf\x55\x1d\x60\x60\x24\xa9\x96\x5c\x1c\x4c\x4a\x0d\x7e\x08\x11\x54\x83\x1f\xaa\xbc\xd9\x7f\x35\x50\xfe\xab\x0a\xc3\x40\x04\x55\x97\xe8\xf8\x8b\x78\x39\x1a\x2a\x99\x49\x19\x8b\x15\x0b\x49\x1e\xac\x6d\x63\x23\xf3\xc0\x9c\x52\x15\xdd\x63\xd1\xa5\x5b\xc5\x9e\xb3\xa6\xca\x3a\x48\xba\x56\xac\xaa\xe8\x83\x95\x50\xcb\xad\x3a\x67\x93\xd1\x91\x81\x15\xab\xe6\x14\xac\xd9\xb1\x0a\x99\x49\xb9\x8a\x55\xc8\x4c\x16\x55\xac\xd2\xee\x91\x72\x15\xab\x89\x24\x64\xcc\xc5\xaa\xe8\x26\xa9\x2a\x56\xa5\xf1\x74\x0a\x54\x0f\x48\x8c\x8a\xd5\xea\x5a\x13\x65\xa9\xaa\xb1\x4f\x94\xa5\xaa\xb1\x65\x22\x61\xaa\x1b\x70\x22\x52\xaa\xf2\x76\x56\xfa\xac\x3e\x30\x51\x87\xaa\x3b\x6e\xa2\x0e\x55\x77\xdc\xec\x8c\x77\xda\x67\xd4\xa1\x3a\xed\x33\x3b\xae\x5a\x28\x19\x46\xb8\x58\x55\x1e\x26\x18\xd9\x58\xd0\x3c\x11\xec\x55\x6d\x7f\x82\x82\x0d\x0d\xcd\x58\xc2\x63\x55\x63\x27\xff\x37\x56\x55\x8b\xe9\x1c\xa9\xb1\xc3\x79\x1b\xab\x5b\x1b\xa2\xfb\x68\xf0\x67\x5e\x2f\x9d\x74\xa9\x43\x28\x11\x1b\xe6\xc1\x4c\xc5\xdb\xd8\xd4\x9c\x17\xf6\xcc\x86\x01\x30\x43\x72\x1b\x9b\xc2\x19\x06\x89\x68\x1c\x69\xa6\x50\x57\x34\x8e\x34\x2f\x70\x93\x71\xa4\x79\x61\x6a\x33\x8e\x34\xc3\xe4\x1f\xdb\xeb\x87\x7e\x21\x6d\xb1\x11\x1d\x97\x21\xb9\x8d\x4d\x03\xd1\x42\x66\x36\xf7\x05\xac\xb6\xb1\x09\xa8\x17\x80\xba\xa9\xf3\x2c\xb4\xdf\xf6\xd9\x49\x2c\x6f\xed\x96\xe3\xec\x5e\xb5\x93\x3f\xd7\x79\x6c\x2a\xc3\x70\xc6\xc6\xa6\xde\xb2\x98\x94\xa6\xde\x02\xdb\x46\x34\xbc\x33\xaf\xcd\x77\xa5\xdc\x84\xd8\x21\x36\x29\x37\x17\x93\xd2\xca\x65\xf0\xae\x34\xf9\xed\x70\xc6\xc6\xa6\xa0\x23\x7b\x22\x36\x77\x0a\x1c\x20\xb1\x89\x6d\x37\x12\xb5\x69\x2f\xda\x81\x59\xd0\x5e\xb4\xd1\xc4\x9a\x6a\x0c\xf9\x11\xd1\xf0\xce\x0c\x0d\x6c\x6c\x72\x18\x92\xc5\x10\x9b\x3b\x85\x2c\x86\xd8\xa6\x6f\x66\x2f\x34\xd9\xce\x37\xe2\xa8\x79\x82\x50\xc1\x39\x36\x11\x28\x99\xd4\xb1\xb9\xea\x36\x56\xca\xe6\xf9\xb2\xb1\x52\x36\x5c\x2a\x99\x84\xac\xd8\xc4\x89\x7b\x30\x29\x2a\x0c\xfb\x7f\x8c\xbd\x4b\xee\x04\xad\xb2\xe4\x39\xaf\x55\xf4\x12\x00\xe7\x29\xfd\x75\xf7\xc2\xb3\x67\x3d\xe8\xfd\x0f\x5a\xe1\x3f\xcb\x73\x6e\xb5\xae\xce\x57\xa3\x54\x92\x19\x04\x10\x60\x98\x3b\x1e\xe6\x98\x9c\x43\x33\xf6\x62\x72\x0e\x19\x86\x17\xd3\x60\xc8\x30\xbc\x87\x1b\xc9\x30\xe4\x1d\x07\x1b\x4f\xf7\xf5\xd0\x2c\x53\xc4\x66\xbd\xfe\xa6\xaa\x29\x62\xb3\x5e\x8c\xca\x19\x7e\x99\x10\x1b\x5f\x55\x33\x46\xe5\x8c\xd2\x60\x67\x9b\x53\x5c\x65\xe5\x2d\x06\x53\x78\x64\xd5\xb9\x80\xc2\x23\xab\xce\x05\xa6\x36\x41\xde\x53\xb0\xa9\x19\xfb\xb2\x7e\x7d\xfa\xea\xdd\x9f\xe2\xe1\x8f\xd9\x3e\xc5\x3d\x78\xfd\xd0\x14\x00\x59\xdd\x63\xff\x1f\x61\x7f\x8a\xa2\x3f\x70\x6f\x6a\x6f\x7d\xe0\xde\x2c\x3f\x2d\xf7\xc1\x57\xbd\x5e\xe7\xa9\xe7\x6d\xca\x2a\xe4\x9d\x05\x53\x50\x62\x7d\x40\xd9\x14\xb0\x3f\x3f\xe3\x33\xc5\xdd\xd5\x07\xff\x99\x72\x50\x3f\xac\x8c\xb9\x7e\x1a\xf2\x93\xaf\x92\x85\x87\x58\x2a\x76\xae\x91\xa9\xd3\x14\x3b\xd7\x02\x46\x87\x62\xe7\x5a\xc0\xe8\x98\xb0\xd0\x16\xd8\x05\xe6\x4f\x9d\x1e\xd0\x50\x0c\x5b\x93\x7f\x7e\x29\x01\x77\xc0\x34\x58\x3c\xeb\x26\x77\xfd\x0a\xaa\x19\xd3\x60\x45\x35\x03\x37\xb2\xe2\xd0\x9a\x7c\xec\x4b\x7a\xdd\x81\xfe\x2e\x49\x70\x07\xa0\x7b\x49\x28\x9b\x5c\x78\xa6\xd0\xb2\x16\xd8\x31\x97\x04\x9f\x03\x28\xb1\x24\xf8\x2c\x1f\xfb\x92\xe0\x73\xb8\xb4\x59\xb2\xcc\x01\x58\x58\x55\x62\x8f\x9c\x4c\xad\x2a\xb1\x47\x36\xd0\xa5\x97\x1c\x23\x34\x7b\x75\x65\xba\x84\x66\x2f\x36\xc1\x16\x99\x45\x4b\x89\x2f\x23\xb3\x68\xe1\xd4\x6a\x11\x5b\x75\x29\xb5\x65\xac\xfa\xb3\xae\x65\x6e\x2c\x29\xab\xc8\xc7\xbe\x7e\x9a\x93\x1a\x8d\x9f\xe6\x24\xbc\x5a\x01\x54\x2d\x62\xb0\x28\x80\xaa\xc9\xe5\xae\x10\xa9\x16\x61\xce\x3b\xfc\x24\x28\xfd\xbe\x5b\x6f\xfa\x13\xd6\x6e\x5b\xfa\xe4\x09\xae\xb8\xa5\x4f\x2e\xc7\xf8\x96\x72\x38\x71\xec\xb6\x35\x92\x09\xec\xda\x92\xce\x4e\x30\xc9\x2d\xe9\xec\x54\xf4\xe7\xa5\xaf\x97\xaf\xf4\x37\xc1\xd9\xb6\xd4\xb0\xe5\x27\xdf\x7a\x0a\x24\x73\xb4\xad\xa7\x90\x3a\xd7\xb2\x16\x5a\xc2\xca\xd8\xd8\x98\x2d\x81\x6c\x7b\xa8\x2a\x88\xf4\x06\x8d\x9b\x7c\xdd\x5b\xb9\x60\x12\x5c\x6b\xeb\x95\x4f\x84\xda\x6c\x4f\x25\x7f\xf1\xf8\x13\xdb\x92\xd9\x31\x26\xc3\x86\xd0\x36\xd2\x53\xda\xde\xbf\x3c\x32\xdc\x77\x2b\x8f\x0c\x5b\xf3\xc6\xb5\xd8\x10\x6a\xb3\xad\x47\x66\x1c\x6c\x6d\xe9\x96\x20\xf2\x66\x5b\xba\x25\xc6\x3a\xda\xd2\x2d\x31\x60\x64\x4b\xeb\x92\xc0\x6f\xdb\xd2\xba\x24\xf0\xdb\xb6\x94\x49\x8c\x65\xb5\xa5\x4c\x62\x8d\x1e\xbd\x5f\x3a\x1b\xfa\xab\xe4\xfb\x84\x85\xdb\xd6\xdc\x30\x76\xea\x13\x55\x15\x7c\x5e\xe1\x55\xcd\x70\x69\x9e\xa8\x3f\x63\xbe\x1d\x49\xe8\xf3\x8e\xa4\x1d\xa9\xd3\xcb\xcf\x7c\x24\x23\x6f\xae\xb9\x64\x47\x32\xf2\x28\x57\xd8\xd1\xe3\xce\x1c\xac\x1f\x9c\xd2\x2d\xfb\xcb\x41\x76\xd8\xe5\x5b\x66\x12\x1e\xbc\x13\x4d\xae\xe3\x53\xa5\x49\xce\x53\x50\xe4\x52\xcb\x9c\xce\x28\x54\xa9\xc9\x75\x7c\x94\xf0\x37\xc3\x4b\x15\xb9\xd4\x32\x1e\xbf\xd3\x55\x15\x0b\xf6\xe8\x65\x5b\x52\x54\x9b\x22\x97\x5a\xfe\x2c\xdf\xff\x08\xfb\x47\xaf\xd6\x66\x06\xf9\x68\x16\x65\x06\xf9\x68\x69\x67\x6c\xa8\x23\xb1\xa6\xcc\x39\xec\x91\x90\x8e\x3c\xb4\x47\xea\x37\x84\x2e\xdb\x11\xde\xe6\xa3\x3f\xab\xfd\x1a\x64\xcd\x22\x39\x6c\x8f\x66\x91\x3c\xb4\xe7\xa9\x2a\x9c\xf9\x97\xf3\xc1\x56\xb0\x14\x2e\xc4\xb2\x15\x36\x85\x4b\xdc\x5d\x2b\x18\x0e\x57\x33\x81\x9c\x5f\x76\x71\xc9\xb6\xe2\x91\x57\x76\x95\xd3\xa1\xc0\x7f\xae\x72\x3a\x14\x36\xe2\xab\x9c\x0e\xc5\xf4\xe7\xab\xaf\x95\xaf\x4f\x5f\xfd\xe1\x5e\xe5\x74\x28\xb8\x35\xae\x72\x2b\x14\x10\xf5\x4a\xe7\x5f\x5e\xd6\x2b\x9d\xff\x82\xe1\x70\xa5\xf3\x4f\x06\x37\xbb\xd2\xbd\x27\x92\xd9\xae\x74\xef\x0b\x10\x7a\xa5\x7b\x8f\xa8\xaf\x5d\xe9\xde\xcb\xe9\xaa\x88\xaf\x46\xd8\xb3\x5d\x29\xdb\x17\x38\xea\x95\x1c\x3d\x61\xcf\x76\x35\x03\x11\x3a\xb0\xdb\xd4\x05\x9e\xe0\x6d\xfa\x33\x0c\xf6\x2a\x5b\x77\x61\x6f\x52\xf0\x58\x23\x2b\x90\xdd\xa6\xaa\x30\x2b\xae\xe6\x27\x69\xe6\xec\x2a\x8f\x15\xc9\xc5\xec\x0a\xbb\x48\x33\x67\x8a\x34\x6b\x95\x33\xcd\xfb\xcb\xe0\x4c\xd4\xc4\x15\xb2\x55\xc2\x51\xae\x26\xb3\xdc\xaa\x57\x2a\xdc\x68\x26\xd8\xd5\x04\xae\x58\x73\xf7\x27\x4d\x06\x47\xbd\x3f\x69\x32\x70\xfe\xfe\xb4\xc8\x58\x35\x57\x64\x83\x54\x6b\x76\x95\x68\xb8\x56\x55\xf5\x53\x48\xa3\xcd\x5b\xd7\xe2\x30\xb9\x82\xd0\x0a\xe7\x51\x38\x59\xab\xc0\xd1\x95\x30\x14\xe9\xd2\xec\x6a\xb6\x57\x0e\x4d\x14\x03\xd6\x50\x0e\xb7\x2b\xcd\x25\xa4\x0c\xec\x6a\xf2\x57\x3d\x14\xc1\x60\xe5\x88\xf3\x3e\xdd\xe8\x32\x55\x04\x83\x95\x43\x31\x45\x88\xb5\x0a\x76\xbd\xa0\x66\x70\x00\xfa\x82\x6a\x86\xa3\xbe\xa0\xaa\xd8\x4f\x9f\x30\xb3\x41\xbd\x1e\x36\x57\x93\xbf\xf7\x89\xd5\x34\x18\xac\x42\xc2\x1a\xd2\xd9\xa6\x90\xb0\x26\x8f\xee\x53\x16\x8f\xc6\x4a\x79\xca\xe2\xd1\x70\x89\x3c\x21\x2a\x52\x48\xf6\x84\xa8\xcd\x35\x13\xec\x29\x9d\x04\xd1\xcb\xf6\x90\xb9\x68\x0d\xbf\xcd\xd3\xac\x93\xb3\x54\x41\x5f\x8d\x70\x65\x53\xd0\x57\x6b\x9c\x54\x3e\x6d\xaf\xf2\x8e\xbe\xae\xaa\x38\x77\x7e\x9a\x48\x0d\x33\x59\x41\x5f\xad\x69\xe8\x94\x92\xbb\x01\xfb\x4f\xd3\xac\xc1\xc4\x9e\x04\xf1\xc8\xb7\x6e\x4f\x69\xa6\x3b\xa7\x42\x8f\x17\x40\x5a\xc7\x04\x7b\x62\x44\x1d\xd6\xfa\x70\xb4\xb6\x0e\x40\x3d\x6d\xcd\x1d\xd6\xfa\x34\xcd\x3a\x78\xf5\x34\xcd\x3a\x4b\xe3\x1d\x5d\xcb\x5a\x78\xa2\xb8\xf2\xac\x3e\xc9\x7d\xf7\xfc\x0f\x9a\x3c\xf6\xc4\xca\xc8\xbd\x6e\x4f\x6a\xde\x72\xba\x3e\xa9\x79\xcb\xe9\xfa\xa4\xe6\xdd\x21\x00\x4f\x24\xad\x3b\x01\xc8\x21\x48\x82\xdb\x77\x90\x1c\x82\x64\xb4\x7d\x21\xe4\x20\x70\xee\x83\x3f\x47\x0d\x85\xfb\x40\x72\x88\xea\xce\xe4\xcf\x82\xee\xee\x8e\xf1\x1c\x44\xb3\xbb\x3f\xeb\x1c\xe2\x4f\xeb\x9b\x1b\x09\xab\xbb\x1f\x34\xe7\x20\xac\x26\x36\x3b\x07\xc1\x6f\xf7\xa9\x9e\x83\x36\xe2\xe1\xfe\xa2\x1c\x38\x3f\x6a\x44\x32\xe7\x20\x64\x23\x09\x5d\x0e\x92\xeb\x44\x48\x30\x07\xa9\x85\x10\xab\x9c\x15\x96\xd6\x46\xa5\x55\x02\xba\xe1\xfc\x27\x07\x49\x6d\x8c\x46\x7f\x65\x92\x20\x65\x9f\x83\x1e\x2e\x52\xf6\x39\x6c\xa9\xa6\xbb\x25\x9b\xc3\xd6\xb5\x4b\x7f\xa6\x47\x63\xf3\x67\xce\x8f\xda\x70\x9f\x73\x0e\x04\xae\xb7\xb1\xb9\x56\x3a\x75\xe3\xd2\x41\xe9\xd4\x8d\xcb\x58\xfd\x94\xcf\x2f\xd7\xfe\x94\xcf\xaf\xae\xd5\x68\x5c\xba\x20\x1a\x36\x1e\xbf\x4a\x02\x8e\x9c\xda\x59\xb1\x64\x8d\x24\xda\x39\x8a\x93\x4f\x77\x01\xe5\x18\xa5\xdf\xe8\x21\x6d\x39\xea\x19\x91\x7d\x29\x2b\x8e\xab\x91\xef\x23\x2b\x8e\xab\x4d\x77\x6e\xe7\xa8\x34\x3a\x64\x8c\xca\x51\x14\x9d\xec\xd5\x39\x2a\x43\xcd\xec\xd4\xac\x0c\x35\x24\xee\xcf\x51\xa6\xd0\x74\xcf\x5b\x56\x1c\x57\x9b\x83\x9a\x95\xb1\x85\xdc\x5b\x39\x2a\x63\xcb\x74\x94\xc8\x0a\xeb\x6a\xd3\xf7\xc4\x1c\x89\x1c\x68\xe4\xa7\xce\x51\xa0\x41\x32\xe8\x1c\x65\x46\x21\xd1\x93\xa3\x36\xb2\xf9\xf4\x95\x46\xae\x40\xab\x38\x9d\x69\x2b\x70\x5f\x62\x14\xdb\x0a\xd4\x2c\xce\x46\x06\xe7\x1c\x45\xbd\xd0\x5d\xc9\x0a\xeb\x6a\x4b\x03\x8b\x99\xdc\x56\xa2\x2a\x6d\x73\x64\xc7\xcb\x8a\xe3\x6a\xa4\x7b\xce\x11\x3f\x64\x5b\x7a\x0a\xda\xd7\x96\xe9\xcf\x4b\x5f\xe9\xfe\xd2\x8d\x58\x0b\x51\x26\x36\x0e\xea\x1c\x65\x62\xaf\x4c\xab\x04\x47\xcb\x03\x18\x72\x94\xe1\xb0\x0a\xfd\xdd\xea\x42\xa1\x91\x5b\xf7\x2d\xdc\x57\x66\xc5\x2a\xcc\x1c\x4d\xef\xc5\xb2\x52\xc0\x58\x5b\x8d\xa7\x70\xf4\x6b\xa3\x19\x4a\x78\x87\x63\x3c\x47\x31\xcf\xd5\x18\x1c\xb1\x47\x3c\xe1\x39\xca\xac\x20\xd2\x3b\x27\x6d\x73\xcb\x8f\x47\x73\x0a\xaa\xca\x8f\x47\x73\x12\x22\x21\x89\x96\x93\x36\xc1\xe5\x1e\xa1\x9c\x94\x4e\x6b\x3d\xbe\xca\x78\x47\x21\x2d\x27\x65\xb9\x42\x16\x2c\x27\xe5\x90\xc2\xa1\x9d\x93\xac\x48\x5c\xd6\x39\xe5\x9f\xde\x23\x55\x29\xa9\xd0\xce\x7c\xed\xfa\xea\xb1\x94\x39\x71\x16\xd9\x08\xb1\xce\x49\x33\x67\xab\x47\xda\xb9\xb6\x9f\xff\xe6\xa4\x07\xba\xf7\x3f\xf8\xf6\x73\xd2\xb3\xde\xcc\xed\x24\xef\x0a\x6e\xe4\xac\x20\xae\xb6\x0f\x23\x73\x7e\xca\x90\x91\xaf\xfa\x15\x44\x55\xc6\xff\x46\x40\x75\x56\xc6\xff\xb6\x7d\x43\xcc\x8a\xf8\x6a\xfb\x31\xaa\xe7\x27\x4f\xc4\x40\x9d\x5f\x26\x35\xd5\xfc\xcb\xa4\xa6\x9a\x95\x6c\x0b\x84\x51\x5e\xfe\x76\x22\x7d\x97\x3e\x27\x2e\xe8\xac\x4c\xf4\xed\x30\x99\x93\x8c\xc4\x93\xa9\xf9\x29\xc9\x57\xa6\xe6\xf7\xcb\x77\xe6\x6d\x56\x10\x57\x3b\xbe\xcd\x65\xa5\x41\x6f\xc7\x89\x47\x56\xfe\xf1\x76\x98\x81\xf6\xcb\xb3\x06\xfe\xd8\x2f\x93\x1a\x80\x63\xbf\xf4\x61\x6e\x19\x65\x65\xa0\x6e\xe4\x89\xce\x0a\xa0\x6a\x08\x02\x67\x65\x64\x6e\x04\x72\x67\xa5\x51\x6e\x38\x8a\xb3\xd2\x28\xb7\x73\xb9\x91\xc0\xea\x5c\x6e\x54\xd5\x5f\x67\x74\x59\x31\x51\x0d\xb5\xe4\xac\x8c\xc6\xed\xf0\x50\x94\xb3\xb8\xa1\x00\x9c\x95\x3c\xb7\xdd\x48\x33\xb4\x91\x11\xf5\x9d\x15\xe6\xd4\xf0\xfd\x66\xfb\x97\x74\x15\xdd\xd7\x36\x77\x81\xee\x5f\x5e\x5a\xb4\x71\xb2\x92\xba\xb6\x0b\x2c\x28\x23\x6a\x23\x69\x6f\x56\x4a\xd0\x86\xd4\x67\x56\x4a\xd0\x86\x3e\x67\x56\x20\x53\xbb\xee\x21\xc9\x4a\xe5\xd9\xee\xa0\x0b\xe7\xa7\xae\x46\xf7\x35\x09\xef\xe4\xcf\x9a\x84\x44\x7d\xe7\x5f\xc2\x4d\xfc\xb7\x59\x09\x37\x1b\xb9\x8a\xb2\x12\x6e\xb6\xcb\xae\xa7\x84\x9b\x8d\xb4\x47\x59\x09\x37\x1b\x19\x88\xb2\x12\x6e\x36\x82\xc0\xf3\x2f\xe1\xe6\x8b\xdc\x97\xf0\x8c\x86\x87\x36\x2b\xe1\x66\x43\x49\x26\xff\xf2\x60\x3e\x66\x9d\x02\x99\x1a\xa1\xda\xd9\x7e\xf9\x3e\x34\xeb\x64\x0b\xa0\x24\x93\x95\x8f\xb2\xa1\xcc\x96\x15\xb9\xd4\xd0\xf6\xcc\xca\xed\xd8\xc8\xec\x99\x95\xdb\xb1\xe1\xa4\xcd\x0a\x64\x6a\x44\x5c\x67\xa5\x4d\x6c\x48\xc7\x64\xa5\x4d\x6c\x8f\xa7\xa0\xb4\x89\xed\xf1\x14\x94\x36\xb1\x3d\x3f\x07\xc9\xbf\xf4\x85\xa4\x01\xcd\xbf\x04\x85\x0f\x26\xf6\x4b\x50\x88\x83\x37\xff\xb2\x0a\x3e\x77\xb6\xe4\x5f\xb2\xbf\xe7\x34\x3b\xff\x32\xfa\xbd\x4d\x55\x5a\x29\x0f\xcc\xf9\x25\xda\x7b\x9b\xfb\x2a\x77\xde\x63\x69\xfc\x92\xc7\xbd\x4b\x7f\x95\x3c\x0e\x41\x98\xfc\xcb\xf8\xf6\x98\xde\x4a\xe2\xd6\x43\xe0\x57\x1c\x71\x3d\x44\x5a\x85\x23\xae\x13\xda\x9d\x15\x5f\xd4\x43\xd2\xaf\x4f\x5f\x69\x15\xc7\x31\x3d\xb0\x9f\x2a\xfa\xa8\x93\x9c\x34\x2b\xc7\x59\x0f\xee\x25\xc8\xca\x62\xd6\x03\x6b\x41\x59\xcc\x3a\x52\x57\x59\x09\xc2\x7a\x60\x69\x28\x41\x58\x0f\xec\x98\x4a\x10\xd6\x03\x3b\xa6\x12\x84\xf5\xc0\xd3\xff\xa5\xc1\xc2\x29\x9d\x7f\x69\xb0\x82\x9e\xaf\x32\x5b\x85\xfe\x0f\xe2\x0c\xf9\x97\xf4\x2a\x74\x06\x4a\xc9\xa7\x50\xa1\xc9\xbf\xe4\x53\x01\x8a\xfe\x4b\x3e\x45\x78\x79\xfe\x25\x9f\x0a\xec\x35\xbf\x7c\x52\x61\xd2\x59\xe5\x93\xc2\xf5\x9d\x7f\xf9\xa4\x08\x2f\xcf\xbf\x9c\x50\x01\x8a\xfe\xcb\x09\x15\xd8\x88\x7f\xf9\x95\x02\xdb\x8d\x72\x24\xf5\x70\x99\x63\x5b\xcd\x80\x68\xe5\xad\x66\x3c\x5d\xab\x67\xcd\x76\xa3\x0c\x4a\x3d\xb0\x96\x95\x41\xa9\x93\x73\x39\x2b\x57\x51\x8f\x91\x6b\xa5\x2c\x8d\x63\x3c\x2b\x57\x51\x8f\x91\x6b\x25\xad\x1c\x8d\x1e\x41\x86\x3b\xf9\x9a\xb3\x22\xaf\x3a\xfa\x36\x59\x79\x70\x3a\x71\xec\x59\x79\x70\x3a\x4e\xf5\xac\x3c\x38\x3d\xb2\xd2\x95\xec\xa6\x93\x7d\x29\x2b\xad\x4c\x8f\xee\x6d\xc8\x4a\x2b\xd3\x91\xbb\xc9\x4a\x2b\xd3\xc9\xdc\x94\x4b\x54\xcd\x2c\x7c\x65\x8a\xe9\xd1\x63\x39\xb2\xd2\xbb\xf4\xc8\xd2\x56\x8a\x96\x1e\xdd\x9b\x94\x15\x00\xd6\x23\xcf\x57\xe9\x4e\x7a\x84\x0c\x2b\x39\x48\x8f\xec\x4d\x8a\xf2\xea\x91\xe5\xa9\xf4\x1f\x1d\x41\x9b\xac\x28\xaf\x4e\x36\xa2\xac\xc0\xad\x1e\xaf\xbe\xea\x46\x97\x6b\xab\xaa\x82\x2c\x29\x0f\x45\x8f\x70\x00\x85\x75\xf5\xc4\xa6\xaf\x3c\x14\x3d\x05\x5d\xcb\x14\x4d\x2c\x5e\xe5\xa1\xe8\x04\xcc\x67\x45\x79\xf5\x14\xa9\x59\xcb\x93\x80\xf9\xac\xb4\x0e\x9d\x83\x80\xac\xb4\x0e\x9d\xbc\x39\x59\x21\x61\x3d\xb1\x96\x15\x12\xd6\xc9\x13\x94\x95\x4f\xa1\x93\x82\x27\x2b\x9f\x42\x27\x24\x3e\x2b\x16\xab\x27\x3f\x07\xc9\x8a\xc5\xea\x09\xc2\x20\x61\xff\x9e\x58\x9e\x8a\xc5\xea\x24\x8e\xc9\xd2\xdb\xef\x49\xcf\x48\xab\x8c\x63\x82\x2c\xbd\xfd\x9e\xf4\xc8\x94\x88\x2d\xb1\x06\x15\xc7\xd5\x49\xdf\x93\xa5\x99\xdf\x93\x9e\xa0\x96\x55\xc2\xa8\xfc\xa9\xe2\x13\x6c\x9f\x7f\xaa\xf8\x49\xcf\x57\xda\xf5\x09\x06\x28\xed\xfa\x9e\x0e\x35\x6b\x49\x26\x36\x50\x69\xd7\x77\x12\xc7\x64\x85\x84\xf5\x04\x33\x51\xd0\x57\x27\xba\x3e\xff\x54\xe2\xd3\xa3\xfb\x52\x89\x4f\x80\xf3\x4f\xa1\xdd\x02\x55\x49\xa1\xdd\xd8\x5e\xa5\xc1\xde\x0d\x8e\xa7\x90\xb0\x6e\x7a\x64\x5a\x83\xa8\xdf\x64\x85\x84\x75\xd3\x13\x64\xc7\xec\xc6\x0a\x95\x62\x79\x27\x45\x7e\xfe\x09\x89\x9b\x1e\xa8\xd6\x2f\x91\xf9\xf9\x27\x06\x6e\x80\xf3\x4f\xc1\x1b\x31\x9c\x2c\x05\xef\x6e\xae\xa8\x9f\xa5\x1d\xdd\x89\xae\xcf\x52\x87\xee\x06\xe5\x93\x3a\x74\x37\x7f\x29\x29\x4b\x1d\xba\x13\x7b\x9f\x15\x4e\xd6\x51\x9e\xc9\x52\x69\xee\x04\xc9\xe7\x6a\xfa\x33\x16\xa8\xa4\x95\xbb\xb1\x06\xa5\x72\xdc\xd1\xa5\xc9\x8a\x3d\xeb\x9e\x27\xe8\x3f\xc2\xbe\x34\x8d\x3b\xd9\x5b\xb2\x84\x79\x3b\x2a\x34\x59\xc2\xbc\x1d\x15\x9a\x2c\xe9\xdd\x9e\x79\x22\x52\x1f\xed\x1c\x37\x64\x29\x88\xf6\xac\xa1\xc0\xb0\xed\x48\xb8\xe4\x7f\x6b\x84\x32\xaa\x5a\x08\x04\xae\x67\x09\x81\xf6\xdc\xa8\x79\xea\x46\x8d\xaa\xb0\x65\x3a\x7a\x2f\x59\x42\xa0\x9d\x8c\x2d\xb9\x6a\x7f\xe1\x3c\x22\x57\xed\x2f\x08\xbc\x64\xa9\x77\xf6\x3c\x68\xa4\x60\x3f\xb3\xfb\xd4\xa3\x1b\x69\x90\x95\xd4\x00\x91\x96\x5c\xb5\x0b\x10\x8b\x9e\xab\xe6\x67\xc6\xee\xab\x57\xdd\xd7\xd0\xe1\xbf\xed\x19\x26\x59\x25\xb0\x9f\x2f\xcd\x90\x76\x3d\x32\x2c\xb9\x09\xd8\x39\x8f\xc8\x0d\xb3\xa2\x17\xd0\x49\xea\x9d\xbd\x60\x06\x36\x4d\x1b\xc4\x52\x72\x23\x30\xa0\x17\xf6\x97\xa6\x69\x83\x58\x4a\x6e\x9a\x36\xa5\xe8\x57\xfd\xd9\x4f\x69\x73\xcb\xaa\xb9\xe9\xab\x6a\x06\x8e\x1a\x2f\x62\xf4\xe2\x71\x2f\xb9\xc1\xac\x7a\x01\x8e\x5a\xd1\x8d\x60\x83\x8a\xac\xeb\x9c\x47\xe4\x26\xac\x2e\x1e\xe8\x92\x25\xaa\xd9\x0b\xf8\x23\xe9\xcb\x4e\x6c\x76\x6e\x22\x3c\xa4\xd7\xcf\x92\xa0\xec\x85\x8d\x5b\xea\x8e\x1d\x57\x7f\x6e\xda\xc7\x2b\xcc\xb9\x69\x1f\x27\x75\x48\x6e\x38\xb5\x7a\x2d\xfa\x5a\xf5\xd5\x87\x5d\xa2\x8b\xbd\x62\x23\x2b\xd0\xae\x93\x70\x33\x4b\xfc\xb0\x23\xfa\x91\x25\x60\xd8\x2b\x3e\x9f\x9e\xf4\x15\x2a\xd2\x93\x6e\x84\x4f\x40\x71\x77\x9d\x90\xe9\xdc\xb5\x3c\x2b\x2c\xb4\x23\x51\xde\xeb\xd3\x57\x46\xb2\x61\xcc\x4a\x78\xb0\xb7\xc8\x7d\x71\x5b\x75\xc2\xa4\xb3\x84\x07\x7b\x83\x6c\x74\xdc\x56\xbd\x45\x5a\x55\x94\xb7\x82\x7d\xad\xeb\x19\xa1\x10\x92\xbb\x38\x2a\x91\xcf\x59\xd1\x74\xbd\x31\x37\x7a\x53\xce\x0e\xec\x88\x2e\xed\xe8\xc6\xfa\x55\x44\x5c\x6f\xf0\x87\xce\x61\x4d\x6f\xf8\xd6\x7a\x57\xea\x0d\x3f\x8d\xca\x5d\x49\x5d\x1b\x7b\x53\xd7\xde\x44\xc8\x71\x96\x4a\x61\xc7\xa9\x9e\xbb\xb2\x82\x92\xcd\x30\x77\xed\x3e\x4d\x03\xab\xdd\x07\xa5\xe5\xdc\xd7\x2f\x6d\x07\xdd\xd7\x82\xc5\x03\x9f\xfb\xbf\xd2\x8e\x30\x1a\xda\x50\x1a\xab\xac\xff\x52\x7e\xb0\xa1\x28\xaa\xad\xf7\xc0\xb5\x38\xa5\x3b\x21\xc7\xb9\xdf\x5f\x42\x10\x7e\x7d\xd2\x13\x66\x0d\x0e\xe1\x7c\x67\xd3\x57\xec\x59\x27\x02\x39\x2b\x9c\xac\x77\x86\x4e\xe1\x64\xbd\x17\xfd\x59\x37\xc2\x8b\x35\x34\x91\x88\x40\xce\x43\x13\xa9\x33\x27\x87\xb6\x8c\xce\xb0\x8f\xa4\x66\xf8\xe1\x78\x96\x68\x61\xef\xac\xd0\x21\x62\xd6\x3b\x8d\x34\x65\xf1\x80\x3f\x0c\x53\x55\xdf\x43\xf9\x8f\xb0\x3f\xb2\x12\xb2\xc0\xd8\x87\xe6\x58\x87\xb1\x2b\x0e\xad\x77\x2c\x2c\xe9\x0a\xf6\x0e\xd0\x0d\xb1\xa3\x8e\x85\xa5\xf0\xb0\x4e\x34\x72\x1e\x82\x6e\x32\x66\xe6\x21\xe8\x1e\x1e\x45\x90\x87\xa0\x7b\xb0\x11\x0f\x91\x87\xc1\x1e\xa1\xf0\xb0\x8e\xc4\x47\x1e\x62\xdd\x43\x9d\xd5\xc3\x1d\x78\x57\xc6\xd5\xaf\x6c\xb5\xe3\xfd\x12\xc2\xfa\xb5\xf3\x97\x68\x03\x24\x97\x56\x5e\x1f\x1e\x00\x96\x67\x50\x56\x20\x2c\x4a\x49\xe7\x75\x34\x3d\xf2\xd4\xb3\x1e\x47\xbf\xaa\x91\xcc\xc0\xa9\xa7\x39\x00\xab\xa9\xa7\x39\xb0\x32\xa6\x1e\xd0\xc4\x7f\xab\x30\xad\x3e\xa1\xac\x13\x67\x60\x9f\x30\x9c\x89\x15\xdc\xa7\x47\xe5\x65\x69\xdc\xf5\xc9\x84\x54\x4c\x57\x9f\x51\x35\x4f\x7d\xdd\x7c\x5d\xfa\x4a\x07\x45\xd1\x11\x0f\xc9\x33\xeb\x57\x86\x5d\x2a\x76\x7d\xb2\x65\x4c\x59\xc1\x13\xa3\x63\x16\x5d\xeb\x67\x37\x79\x8a\x03\x4c\x08\xcf\x24\x0a\xb1\xcb\xe5\x2e\x9d\xba\x3e\x99\xae\xd2\xa9\xeb\x93\xad\x59\x6a\x72\x7d\x72\xd0\x23\x81\xb8\x3e\x01\xd8\x29\xd8\x9f\x58\x19\xb3\xab\x55\xd0\xa1\x49\x30\x43\x9f\x1c\xf4\x4c\xe1\x8f\x1c\xf2\x53\x19\xa8\x27\x0e\x84\xa9\x2d\x63\xea\x81\xca\xce\x9d\x80\xf3\x14\xd9\x98\x38\x6c\xa7\xc8\xc6\x64\x1f\x97\x5e\x5c\x9f\x18\x2c\xd2\x8b\xeb\x13\x7e\x2b\x45\xb8\x3e\xf5\xf4\x95\x3a\x79\x5e\x6e\xa4\xd4\xc9\x93\x33\x94\x29\x12\x4e\x96\xf0\x2c\x09\xb8\x3e\x59\x1a\x53\xdc\x63\x62\x72\x4e\xa5\xa6\x9a\x98\x9c\x53\x30\x38\xb1\x7d\x14\xc6\xd6\x27\x5b\x86\xf4\xe2\xfa\x0a\xba\xef\xd3\x57\x87\x6e\x85\xb1\xf5\xa5\x99\xa3\x75\xb4\xb0\x5e\xa7\x48\x38\x9a\x2d\x79\xca\x6a\x5e\x9a\x39\x1c\x12\x75\x1d\x13\x4c\x25\xe8\x91\x43\x7e\x3e\x55\xc5\x7e\xba\x34\xdb\x11\x48\xc9\x0a\x54\xeb\xe4\x28\xc9\x4b\x0c\x16\x81\x94\xbc\x04\x56\x0b\x18\x91\xd8\x5a\x5f\x3c\xb2\x95\xd4\xa3\xa5\x9a\xd5\x23\x60\x7f\x69\xe1\x2c\x9e\x82\x42\xe0\x3a\x02\x29\x79\x69\xe1\x90\x6b\x23\x2f\x2d\x1c\xd2\x24\x65\x29\x95\xf5\x0d\x33\x59\x9a\x75\x5b\xad\xd2\x34\xdb\x6a\x86\xa6\xd9\x86\x66\x2f\x4d\xb3\xbd\xa8\x59\xdb\x1c\xfa\x21\x79\x29\x85\xfa\x86\x75\x2f\xa5\x50\x97\x6f\x7c\x29\xd1\xf9\x86\xc6\x48\x70\xac\x6f\x60\x44\x82\x63\x9d\x34\x49\x79\xc9\x12\x24\x00\x3b\x2b\x9a\xae\x6f\x26\xd2\xfa\xe5\xe0\x56\x07\xc5\x69\xe5\xdf\x5e\xe2\xb4\x87\x53\x83\xa5\xa9\x72\xd8\xaa\x14\x4d\xd7\x4f\xf9\x27\xb6\xbf\x94\xc2\x8c\x38\xe7\x2c\x59\xb3\x7e\x80\xdf\x25\xcb\xee\xe0\x4f\x58\xf8\x15\xfb\xd1\xc8\xe0\x27\xef\x47\x8f\x4f\xb9\x99\x0e\x67\xa9\x5b\xcc\xea\xb0\xa7\x6f\xa5\x4c\x3a\x5b\xbf\xaa\x66\x1e\xae\x84\xcb\x3a\xb2\x24\x79\x0b\x6f\x0f\x2e\x82\x1d\x75\x5f\x0f\x6c\xce\x5b\x39\x83\x8e\xa7\x4c\xca\x5b\x3b\xef\xe1\xe4\x71\x6b\xbb\x24\xce\x39\x6f\x53\xc6\xa8\xa4\xaf\xca\x18\x85\x8f\x6e\xcb\x68\x42\xd9\x3e\x2b\xc0\xaf\x5f\x7c\xb0\x92\x26\xeb\x17\x93\x64\xcb\xd8\xb9\x6c\xc4\x8a\xd9\xeb\xb7\xe9\xcf\x4a\x02\x05\x3b\xda\xf2\x45\xdc\xc6\x7d\x85\x99\x97\x9d\x6b\x8b\xfd\x5e\x78\xf5\x6e\xbf\xe4\x53\x9d\xaf\xba\x2f\x54\x6a\x8b\xb3\xc9\xd7\xbd\xb5\xdb\xa2\x70\x92\xb7\x00\x16\x85\x93\xbc\x85\x7b\x97\x9d\x7a\x0b\x25\x48\xc6\x94\xb7\x0c\xf9\x07\xff\xd9\x02\x8d\x07\x86\x6c\x3d\xee\x17\x68\x86\x68\xf6\xc3\x7f\xa2\x98\xbd\x2e\x07\xf5\xd1\xf3\x7d\x1e\xdf\x98\x8f\xbc\x58\xf2\x39\x1f\x79\xb1\x88\x28\xce\x12\x3d\xeb\x68\x80\xe4\x23\x0b\x9a\x04\x52\xf9\x68\x6e\xbc\xae\x6b\xd5\x0c\xba\x7f\x94\x4e\xeb\x11\x1b\x70\x94\x4e\x0b\x59\x8f\x2c\xc1\xb4\xfe\xd8\x14\x8e\x1c\x62\x6f\x52\xb3\x1c\x62\x0f\xfc\x91\x42\x5a\x7f\xec\x11\x47\x33\xe7\xb1\x96\x8f\x3c\x60\xcf\x03\x29\xf3\x49\x6a\x33\xc6\xdd\x11\x2b\x7b\xd0\xfb\x23\x43\xfe\xb1\x0b\x1c\xc1\x20\x9a\xe4\xf9\x08\x06\x11\x0c\xc9\x47\x30\x28\x8f\xb4\x62\x05\x47\x60\x2d\x2b\x56\x70\xa0\x3a\x9e\x8f\x32\x28\xc9\xe7\x7c\x94\xc3\x37\x00\xdd\x12\x6a\x1b\x44\x2f\x67\xc9\xa9\x8d\x00\x7d\x92\x9c\xda\x40\x57\x3c\x4b\x4e\x6d\x04\x3d\x32\x65\x02\x42\x7b\x24\x1f\x65\x02\x0a\x90\xff\xa3\x5c\x3f\x01\x43\xe9\x28\xd7\x4f\x00\x19\x8e\x72\xfd\x04\x0e\x5e\x8f\x72\xfd\x04\x0f\xbf\xc9\x52\x57\x1b\x81\xb5\x70\x94\x73\x27\x70\x2c\x7b\x94\x73\x87\x4c\x88\x59\xd1\x8f\x23\xb0\x34\x14\xfd\x38\x50\x35\xc9\x8a\x6f\x1c\x01\x8b\xec\x28\xcd\x6b\xd0\xd3\x57\xa2\x9c\xc0\xee\x73\x94\xe6\x35\x70\xc4\x79\x94\x28\x27\x60\xda\x1f\xa5\x79\x0d\x83\x47\xa6\x44\x39\x28\xa2\xe4\xa3\x84\x35\x01\x7e\x78\x9a\xc6\x6a\xd2\x7d\xa5\x5b\x25\x1e\x3b\x1f\xa5\x5b\x45\xf3\x24\x1f\xa5\x95\x09\x9a\x39\xca\x64\x1a\x34\x55\x94\xb1\x05\xcd\x93\x7c\x94\xb1\x25\x5c\xa6\xb7\x92\x84\x06\xcd\x0d\x25\x09\x95\xcb\xfa\x40\x36\x06\xa2\xeb\x59\xb1\x94\x03\xd1\xf5\x7c\x96\x32\xb9\x6b\x6e\x2c\x65\x72\x67\x97\x3f\xec\xf2\x23\xa6\xfb\x0f\xb0\x7f\x94\x41\x32\x72\x6c\x77\x94\x41\x32\x42\x0e\x25\x34\x37\xe4\xaf\x96\xd0\xdc\x88\xb0\x41\x45\x6c\x8e\x08\x27\x57\xc4\xe6\x20\xae\x3b\x2b\x62\x73\x44\xcd\x04\xbc\x70\x23\x02\x74\x07\x2f\xdc\x88\x00\xdd\xc1\x0b\x37\x22\x8e\x9a\xab\xbc\x72\xc4\x75\x7b\xea\x0e\xbe\x66\xbe\xea\xbe\x8c\xf9\x8d\xbf\xbc\x81\x9d\xaf\xba\x2f\x1b\x8a\x22\x36\x47\xc4\x27\x79\x95\xd0\x2d\x12\xd9\x72\x95\x2b\x2d\xb2\x83\x5c\xe5\x4a\x8b\x38\x21\xef\x2f\xd5\x35\x54\xea\x6a\x11\x25\x88\xb4\xa2\x2e\x07\xea\x28\xf9\x6a\xba\x26\x16\xd1\x55\x6a\xdd\xc4\x54\xbf\xca\x87\x9b\x3a\xd7\x6a\x26\xa0\x40\x9e\x15\xd0\x38\x12\x06\x8b\x02\x1a\x07\x72\x28\x59\x01\x8d\x23\x81\xf3\x77\xfe\x32\x8c\x53\x95\x12\xc2\xca\x9d\x7b\x95\x10\x36\x31\x7b\xaf\x66\x51\xc2\xbb\x72\x35\x8b\xe4\xdd\x55\xb8\xe3\x48\x1a\xe7\xa5\xaa\x34\xce\xeb\x97\xda\x9b\x1e\x29\x51\x69\x62\x32\x5f\x65\x26\x4d\x00\xdd\xd5\x94\x4b\xec\xd4\x57\xf9\x43\x13\xb6\xcf\xe5\xd8\x7d\x18\x96\xe0\x65\x07\x19\xc6\xf1\x99\x04\xf1\x86\x41\x3b\x15\xb2\x38\xe4\x92\x55\x8c\xe2\x30\xc2\xab\x14\xa3\x38\x50\x2f\xcf\x12\xa6\x1b\x06\x94\xbd\x5f\xa2\x40\xe6\xe4\xfb\xa5\x6e\xc7\x0a\x7e\x4a\x42\x27\x1f\xec\xfb\x65\x18\xe7\x20\xf2\xfd\x32\x8c\x83\x03\xef\x97\x61\x9c\x91\x7c\xbf\x0c\xe3\x1c\xca\x3f\x4d\x06\xc3\x8f\xf1\x7e\xf9\xb8\xa1\x7f\xef\x5f\xf9\xb8\xa9\xea\x97\x17\x9b\x85\xff\x7e\x79\xb1\xd9\x32\x14\x94\x38\x8c\x49\xa8\xa0\xc4\x61\x4c\xc2\xa7\x8c\x51\x99\xa1\x53\x60\xe1\xc8\x9c\x1e\x3e\xa5\xe5\xcd\x78\xc0\x9e\x60\x21\xe3\x8b\x78\xb0\xc1\x81\x60\x48\x7e\x5a\xec\x19\xac\x56\x34\xe0\xc8\x90\xba\xa7\x2c\xae\x19\x56\x23\x61\xba\x91\x71\x2f\xbc\xab\x3f\x0f\x7e\xbd\x4a\xab\x0d\xde\xbe\xab\xb4\xda\x43\x7f\x56\x55\x10\xf8\x87\xb3\x65\xa0\xd4\x91\x9f\x70\x23\xb3\x81\x3e\xe1\x46\xbe\xaa\x4a\x3d\xc2\x14\x7a\xf8\x4e\x07\xaa\x17\x59\xfa\x78\x43\xee\xd0\x87\xa5\x3f\x4a\xd2\x8d\x78\x0a\x05\x34\x7b\xb8\x71\x06\x42\xd3\x9e\x17\xc4\xbf\xb2\x09\xbe\xa7\x54\x5c\xf8\xf6\x1f\xa7\x06\xa3\x68\xe8\x84\x57\x85\x93\xd6\x27\xbc\x42\x22\x23\x3f\xe1\x55\x81\xe4\x3c\x4e\x0d\x46\x71\x7e\x58\x82\xa6\x68\xf1\xf3\xb5\x12\x82\xfe\xec\xe0\x56\x82\x66\x6c\x71\x2f\x74\x09\xb0\x9a\x81\xb3\xb4\x04\x58\xcd\x40\x40\xa3\x28\x6a\x71\x10\x8f\x5d\x82\x90\x10\x99\x8b\x12\x94\xda\x12\x65\x69\x4f\x31\xe2\x5f\xf7\x3f\xb0\xfd\x22\x6d\xc0\x51\x7c\xba\x16\x89\x01\x8e\x72\x68\x92\x98\x46\xf1\x8d\xa9\x04\x31\x0d\x94\xa2\x3d\x55\xc9\xf7\x15\xa5\xe8\x12\x94\xc9\xb1\xfa\x4e\x54\x82\xd2\x35\x56\x67\x29\x25\x08\x42\xab\xbb\x28\x4b\x50\xba\x46\xf4\x31\x4a\x50\xba\xc6\x9a\xe8\xbb\xd2\x17\x56\xe3\x57\xa5\x2f\x24\x54\xbb\x04\x91\x96\x9a\xb9\x91\xe0\xb7\x66\xfa\xae\xbc\x81\xb5\xd0\x66\xe5\x0d\x44\x3d\xa3\x04\xe5\x0d\x44\x3d\xa3\x04\xb1\x94\x5a\x69\x95\x88\x47\x6d\xdc\x48\xf4\xa0\x76\x3a\xa8\x2c\xf0\x78\x86\x4b\x50\x16\xf8\xda\xb9\x91\x16\x6f\xf5\x85\x50\x82\x16\x6f\x1d\xb4\x4a\x29\xd4\xeb\xe4\x5a\xe5\x3d\xaf\x8b\xa7\x29\xb6\x80\x76\x74\x91\x80\xe1\xa8\x8b\xfb\x2a\xef\x79\xd5\xc3\x15\x0e\xd4\xc5\x53\x50\x66\x73\x7c\xce\x45\x81\xa3\x03\x9f\x73\x09\xda\x23\xea\xa5\x47\x53\x37\x7a\xfc\x79\xea\x46\x8f\x3f\x0b\xf6\xab\x9e\xef\x52\x9a\xb9\x40\xab\x88\xe8\x1b\x78\x95\x8b\xd4\x0e\x47\x33\x6a\x3e\xbf\xcc\xb3\x3c\x14\xad\xa9\x56\xa8\x4a\xd0\x8d\xa3\xb8\x44\xa5\x9a\xc5\x33\xec\x29\x61\xf8\x7a\xf9\x4a\x8f\x1a\x0b\x41\x9a\x7e\xa3\xf9\x5b\x0c\x25\x6a\xc6\x22\x64\x51\xa2\x92\xab\xe2\x55\x2e\x51\xe9\x53\x91\x92\x2e\x51\x73\xb2\xb9\x93\xc7\x13\xc6\xf8\x57\xa6\xb7\x54\xfb\x06\xb1\xd9\x25\x8a\xdf\x36\x37\x2a\x4b\x54\x4e\xc9\x1e\x68\x86\x72\x4a\xe2\x28\x2e\x51\x33\xa7\xbb\x31\x5e\xa2\xf8\x6d\x77\x1b\xb3\x44\xf1\x5b\x74\x2d\x8a\x42\x43\x47\x4f\x74\x5f\x94\xa0\x1b\x5d\xd0\x2e\x8f\x67\xb8\x48\xb5\x6f\x74\x0f\x0c\x2e\x51\xd9\xd8\xbb\x9f\x73\x15\x85\x77\x8e\xde\xb9\x91\x60\xbf\x6b\xe8\xb4\xcb\x13\x35\x5d\x14\xfc\x39\xfa\xe0\xbe\x78\xe0\x07\x41\xd4\x25\x6a\x32\xe0\xe0\xf5\x44\x35\xfe\x75\xd1\x5f\x3d\xfd\xce\x14\x55\x00\xe7\xe8\x9b\xaa\x7e\xc9\xca\x1d\xd8\x4b\xfc\x65\x18\x3f\x0c\xce\x2f\x4b\x38\xb3\x2e\x1e\x8d\x06\x30\x12\x8f\x7a\x74\x69\xf3\x51\x9b\x1f\xcd\xb8\x4a\xc7\xa9\x71\x16\xec\x0f\x06\x56\x41\x98\x83\x88\xeb\x92\x34\x91\x86\xbf\xee\x5d\x92\x18\xe0\xf0\x6d\xae\x24\x31\xc0\xe1\x4c\xac\x24\x65\x07\x26\xcf\x7b\x49\x4a\xf8\x4b\x26\xf7\x92\xf0\x62\x0d\xe2\xb1\x4b\x12\x3f\x1c\x8d\xaa\x34\xeb\x46\xa3\x19\x9a\x75\xc3\x2d\x14\xcf\x79\xe3\x5f\x41\x86\xa4\xa4\xbd\x83\xe9\x9d\xc4\x3d\x06\xcf\x28\x09\xfa\x08\xde\x2e\x49\x76\xd3\x38\xdc\x48\x84\x61\xb0\x7e\x15\xde\x39\xc6\xa1\x2a\xa1\x19\x9a\x18\x25\x09\xcd\x86\xd3\x89\x92\x78\x6d\x61\xb8\x26\xc6\x7f\x84\xfd\x24\x58\x98\x89\x6a\x35\xe5\xa6\x33\xd8\x22\xc9\xbe\x31\x8d\xaf\x9a\x18\x33\x73\x53\x3c\x96\x63\x6a\x54\xb7\xae\xad\xb4\x9f\xc8\xde\x41\x0e\x50\xcf\x8e\xe3\x5f\x99\xbd\x12\xf4\x1b\xb3\xeb\xcf\xaa\x4a\xe3\xa6\x4c\xf4\xf8\x7e\x4b\x52\x26\xfa\x39\xb9\x91\xe6\xc9\x5c\xfa\x75\xeb\x2b\x37\x12\x79\xc0\x43\x5b\x24\xca\x37\xa6\xbf\x82\x54\x92\xe0\x68\x6a\xa0\x94\x52\x1c\x97\x6c\x51\x00\xe7\x98\xc0\xa0\x69\x8e\x11\x6e\x5d\x4c\xe8\xb4\xdc\x18\x2f\xa6\x69\xb3\x9c\xfc\x17\xd3\xb4\x59\x2e\x56\x50\xec\x97\x27\xda\xcf\x25\x8b\xfd\x72\x3d\xbb\x37\xa9\xd8\x2f\x6f\x72\xe6\xcf\xda\x5e\x57\xe1\xd7\x5f\x0a\x63\x8f\xda\xf2\xdc\x39\xfe\xd5\xcf\x32\x8a\xb5\x5f\x32\x6b\x7f\x28\x26\x0c\xc1\x8f\x5a\x4c\x26\x24\xd1\xc8\x45\x81\x94\x63\xf9\x59\x7f\x91\x5e\xdc\x58\xcc\x22\x9b\xbf\x4c\xca\xfe\x14\x24\x1f\x37\xd6\xe5\xbe\xfb\x97\x3a\x99\xfe\xea\x29\x6c\xa7\x9d\x45\x11\x8c\x63\xab\xfb\xa2\x70\xdb\xf4\x55\xd9\x81\x8d\x0e\xea\x29\x6c\xa3\x55\x5a\xcb\xdb\x18\xe7\xa7\x7c\xc7\xac\x56\x7b\xbf\x64\xd6\xde\x66\x05\x25\x8e\xcd\xc6\x9d\x65\xbe\x6d\x37\xa3\x3c\x6f\x0d\x5f\x17\x5f\x75\xad\xfb\x8b\x8a\xe2\x0c\xc7\x66\x01\x2a\xce\x70\x6c\x86\x2e\xff\x92\x77\xb3\xa1\x28\xec\x70\x6c\x77\x1f\x95\xfc\x4b\xc0\x0d\xb3\xca\x5a\xcb\x08\x68\x94\xac\xb5\xbc\xa7\xaa\xd2\x7d\x99\x93\xf9\x97\xfd\xf9\xd1\x05\x6d\x28\xc7\xbd\x67\x45\xd2\x64\xe3\x44\xaa\x92\x9d\x78\xa0\x40\x59\x8e\x8b\xe3\x0c\xb6\x64\xc1\xfe\x61\x1d\x65\xbc\xb2\xe3\x74\xaa\xd2\x4a\x39\xac\x14\x05\x9b\x8d\xe3\xef\xa5\x96\x2c\x7e\x7b\x36\x1d\xd4\xc0\x1e\xc0\x59\xe1\x64\xe3\x78\xbc\x5c\x91\x90\xd7\x20\x9a\xb7\x14\xb9\x9e\x2e\xcf\xb7\xc8\xf5\x74\x69\x55\xd1\x8c\x45\xe7\xa1\x14\x11\x42\x9c\xa5\x45\x4a\x5f\x83\x34\xb5\x9e\xc7\xc5\xbf\x66\x7e\xd5\xf4\xbe\x7e\xee\xec\x69\x5d\xfc\x6b\xd1\xaf\x55\x5f\x2b\x5f\x9b\xbe\x0e\xbe\xaa\x91\x45\xd7\xea\x46\xee\x3c\x2c\x45\xa9\xb1\x49\x7c\x59\x8a\x52\x63\xdf\x46\x33\x44\x17\xf1\xbb\x96\xa2\x61\x47\x41\xa2\x48\xad\x6b\xa0\x02\x51\x8a\x88\x19\xc2\x0e\xa5\xc8\x6f\x73\xd9\xc8\x24\xb1\x35\xee\xa5\x91\x43\x19\x7e\xd9\xb9\x14\xb8\x35\x2e\xe4\xaa\xc8\x00\xbf\xa0\x8a\x42\xb3\x06\x81\xc1\xa5\x68\xf3\x7d\x81\xfb\x6a\x49\x3e\xf7\x30\x94\xa2\x25\x89\x3a\x74\x29\xeb\x97\xee\x99\xfb\x0a\x90\x1f\xd4\xba\x70\x66\x34\x5c\x14\xe2\x3f\xc2\x7e\xd9\xba\x29\xeb\x51\x62\x5c\xe3\xb1\x1e\x25\xc6\x35\x1e\xb4\xa4\x88\xd1\x3d\x96\x67\xd1\xbe\xfc\x2a\x83\x2c\x83\x0b\xd1\xe6\x52\xf1\xb2\x3e\x12\x40\x14\x49\x66\xbd\x09\x68\x54\xdc\x38\x6f\xd2\x60\xa5\xe9\x4f\x17\xb3\x48\x69\xfa\x4f\xcf\xe1\x20\x79\x53\x94\xaa\x5f\x45\x83\xa2\xf4\xef\xa2\xcd\x5d\x80\xe2\x84\x54\x48\x51\xca\x7e\x17\xf9\xf3\xaf\x85\xaf\x59\x55\x56\xfd\x99\x36\x60\x22\x25\xa2\xc7\xcb\x2f\x65\xff\x5b\xaa\x8a\xec\xb7\xbc\x0c\x5b\x14\x94\x65\xbc\x76\x5a\x14\x94\x65\x35\xe8\xd7\xad\xaa\xd4\xaa\xc3\xd7\xa1\xfb\xfa\x30\x1a\x2f\x76\x15\xa5\xec\xb7\xa1\xa1\x50\xca\xfe\x07\xf3\x97\x7a\x98\x21\x81\x55\x94\xb2\xdf\xc6\xd1\x57\x72\xe3\x4e\x75\x10\x63\xcd\x06\x73\x55\x49\xf9\x8d\x2c\xe7\x45\x49\xf9\x6d\xeb\xbe\xac\x6b\xdb\x57\x7f\x9e\x34\x72\xd2\x48\xd6\xf5\xe9\xb9\x1c\x74\x67\x4a\xd5\xda\x46\xff\xba\x28\x6d\x7f\x22\x05\x6c\x51\x6c\x59\xc6\x53\x5c\xa4\x6b\x96\x23\x74\x5f\xb9\xf9\x13\xe1\xf5\x45\xb9\xf9\x33\x7e\x9c\xa2\xdc\xfc\x09\x59\x96\xa2\xb8\xb4\xd3\xf3\x3c\xa7\xeb\x7a\xf2\x79\xf2\xda\x7d\x91\x2e\x5a\x36\x30\x58\x19\xf8\xd3\x65\xe7\x57\x06\x7e\x8f\xbc\xf7\xaf\xde\xb3\x4c\x5e\xac\xa2\x0c\xfc\x99\xdc\x41\x45\x19\xf8\x73\xcd\xaa\x4a\xb3\x18\xfc\x96\xe2\x5a\x6e\x49\x2d\x7b\xfa\xca\xaf\xc0\x4c\x6e\x8d\x6b\x81\x99\xdc\x30\xdf\x95\x81\x3f\x5d\x4c\x0d\x65\xe0\xcf\x43\xb3\x0f\x53\xc3\x03\x23\xfc\x6b\xd1\x57\x5d\x4b\x9b\xc7\xa0\xfb\x78\xd6\xf3\x18\x74\x50\x69\x8d\xc7\x52\x55\x47\x5f\xe9\xa0\x1c\x4e\x6f\xa9\xe6\xc7\x68\x96\x70\x0e\x3b\xb8\x02\xf6\x32\xaf\xf9\x14\x45\xe8\xe5\xdd\xa8\x0e\x9a\x91\xd1\x8f\x2a\xca\x59\x9f\x8f\x1e\x5d\xfd\xd5\x4e\x53\x00\x90\x40\x76\xe6\x52\x01\x90\x10\xb0\x6a\x15\x38\x97\x62\xa2\x2a\xdc\x4a\x29\x40\x8d\x24\xd1\x16\xc8\x25\x5a\x24\xd1\x16\xc2\xd5\xd7\xc4\xaf\x7e\xe0\x5e\x1a\x53\x3d\xe0\x21\x2f\x0a\x60\x0b\x78\xb9\x8b\x02\xd8\x42\x80\xb1\x48\xde\x2d\x44\x7c\x0b\x8d\x85\x10\x02\x66\x5d\x63\x21\x84\x98\xf4\xeb\xd0\xaf\x87\xaf\x93\x5f\x8f\x6e\xb4\xf4\xeb\xe6\xeb\xe6\xd7\xac\x3f\x1f\x75\x5f\xcd\xb8\xba\x36\xf1\x55\xa3\xf1\xf8\x9a\xd5\x5f\x10\xb2\x65\xf5\x97\xed\xa0\x65\xf5\x97\x4d\xb9\x65\xf5\xf7\xd1\xa3\xac\xfe\x32\x89\x1b\x4b\x24\x44\xb6\xec\x96\xd5\xdf\xa3\xaa\x9a\xbe\xd2\x66\x96\x07\xcf\xe8\xbf\x6d\x07\xa5\xfe\xff\x76\x83\x96\x7f\x23\xa1\x6a\x18\x89\x54\x78\x20\x2c\x9c\x78\x31\x02\x5a\xfe\x8d\x84\xda\x7b\xf4\x55\x2d\xd2\x48\xfc\x9a\xcf\x48\x24\x16\x5d\x63\xe1\x04\x12\xe1\x96\x56\x34\x2f\x58\xce\x8a\x28\x0c\xc1\xa3\x02\x8b\x22\x0a\xff\xfd\x6b\xd6\xb5\xdc\x97\x85\x63\x41\xad\xc2\xf7\xf3\xef\x3f\x03\x81\x21\xeb\xbe\x4a\x1e\xce\x1a\x6c\x1c\x67\x19\x67\x5f\xa5\xb1\xe8\x2c\x64\x9e\x0f\x8b\xee\xdf\x5f\x37\x5f\x35\x1a\x2c\xba\x7f\x7f\xbd\xfa\xaa\xaa\xde\xff\xf6\x95\x05\x67\x21\x33\x1a\x18\x6d\xc6\xc9\x58\x51\xe2\x71\x4f\xad\xe1\x5f\x95\xf0\x1c\xeb\x50\x89\xc7\x3d\x01\xc6\xff\x22\x15\x17\x5f\xe9\x02\x6e\x06\x0b\x5d\xd7\xaa\xbf\x43\x35\xab\xbf\x93\x46\x56\xf5\x77\xea\x5a\xf5\x77\xaa\x66\xf5\x68\xe9\xeb\xfd\xdf\xbf\xaa\x47\xac\x6c\x65\x29\xb7\x00\xa3\x54\xa8\xa6\xfd\x1e\x59\x53\x8f\x30\xe8\x95\xa5\xdc\x93\x58\xf8\x57\xf5\xe8\xd2\x8c\xa6\x1e\x5d\x5d\xab\x1e\x3d\xfd\xaa\x1e\x69\x22\x35\xf5\x08\x4a\xd5\x9a\x7a\xa4\x35\xd4\xd4\x23\xd0\x48\x49\xcb\x13\x27\xea\x45\x81\x9c\x09\x76\x56\x75\x20\x99\x87\x93\x85\x16\xfb\x7f\x9f\x66\x2d\xf6\xfc\xdf\x26\x61\x93\x87\xe6\xdf\xbf\xd6\xff\x36\x09\x5b\xec\xed\xdf\x93\xf0\x7f\x26\x5c\xff\xef\xfc\x7f\xfe\xef\xfb\xbf\xfe\x42\x08\xf1\xbf\xbe\x0b\xbf\x09\xf2\x5b\x00\xc1\x5d\x94\xdf\x47\xfa\x2f\x4f\x6d\xaf\xc2\x43\xe1\xfd\x2f\xcf\x86\xdf\x29\xe4\xba\x6f\xf8\xbf\xc2\xed\x85\x8d\x3a\x1b\x97\x3b\x45\x0c\xe1\x1b\xf4\xef\x63\x52\x27\x97\xb7\x45\xe1\xe6\x9f\x95\x42\x6e\xd4\x2e\x85\xdc\xbd\x73\xf9\x37\x0c\x7f\x29\x39\xdb\x0f\x9e\x1b\xe5\xfb\x98\x5e\xe8\x44\x22\x84\x41\x9d\xdf\x60\x7f\x85\xdc\x7d\x72\xf9\xf4\xcb\x79\xbf\x29\x84\xcf\x84\x61\x73\xf8\xbf\xfe\xde\xbb\xdc\x68\x4d\x2f\xfc\x38\xeb\x5f\xe2\xd5\x92\x10\xd6\xf5\xc2\x6f\xc3\xf8\x4b\x68\xc8\x04\x77\x30\x7e\xe8\x54\xbc\xb0\x71\xa3\x5b\x29\x7c\x5e\x58\xb9\xfc\x31\x9e\xef\xbb\x91\x25\x0d\xf2\xe3\x46\xcf\xff\x19\xf9\xa7\xa7\x2c\xf9\x3e\x0a\x85\x95\xc2\x4a\x61\xf7\x76\xfa\xf6\x14\xfc\x85\xf4\x0f\xbc\x13\x85\xc5\x0b\xbf\xc5\xf9\x17\xe2\xaa\xff\xf5\x2f\x94\x09\x71\x35\x2f\xf4\x1b\x69\xed\x85\xc4\x8d\x52\x60\xe4\x1d\x61\x43\x0a\x3e\xf2\x29\xfa\x07\x62\xfb\xc1\x13\x4f\xfc\x05\x77\x3f\xfd\x05\xf3\xc5\x19\xdc\xfb\xf4\x17\x3c\xed\xc4\x5f\x80\x06\x05\xcf\x3a\xf1\x7d\x6c\x2f\xdc\xfc\x33\x73\xa3\x6f\x77\xf9\x7b\x2f\x72\xa3\x9c\x29\xfc\x2e\x7f\xd7\xcf\x70\x83\x67\xa9\xf8\x3e\x1a\x85\x83\xc2\x4e\xe1\xa0\xf0\x51\x38\x29\x5c\x14\x1e\x0a\x37\x85\xcf\x0b\xe9\x7b\x2a\xdc\xfd\x43\xf4\x7f\x4d\xb0\x54\x12\x85\xc6\xe5\x8b\x42\x9a\x54\xd4\xa4\x46\x21\x77\x2f\xba\x3b\x3d\x2a\xdc\x9d\x25\xc3\x7b\x04\xbe\x93\x7c\x85\x3d\x50\xc8\x8d\x3a\x37\x62\x46\x66\xa3\x70\xd1\xce\xfb\xfd\xd3\x38\x25\x0f\xe9\xf2\x4f\x26\x03\x89\x4d\x83\xf1\x8c\xec\xe3\xeb\x7f\xa9\xb8\x19\x1e\x2c\xf9\xe3\x70\xed\xfe\x6f\xc1\x7a\x37\x73\xa6\x2d\xde\xdb\xce\xeb\x8a\x61\x05\x9f\xf3\x2b\x7c\x1d\xab\x9c\x8e\x85\x13\x7d\xc9\x78\x1e\xbe\xbf\x9e\xdc\xb8\x8b\xee\xde\xff\x3e\xbe\x5a\x7a\x76\x10\x89\x71\x7f\x95\xc5\xf8\x19\xf6\x7f\x3d\x3a\x48\xc5\x34\xbe\x6f\x31\x8d\xaf\xb9\x25\xf9\xe3\x88\x9e\x06\xe2\xfb\xf8\xaa\xee\xcb\xbd\x61\xd1\xe2\xa2\x70\x7b\xa1\x9b\x2d\xd1\x7c\x2e\x45\x8b\x7e\xa3\xe5\x87\xb9\xd1\x1d\x56\xdf\x47\xf1\xc2\xa3\xc2\x46\x61\xa7\xb0\x53\x38\x29\x5c\x14\x72\x77\x1f\x9e\xc8\xb8\xf4\x75\xf9\xa7\x4f\xcc\xe8\x49\x26\xfe\x3a\xef\xad\x47\x7f\x79\xf9\xfb\xf8\x2e\xe8\xf8\x8b\xa2\x19\x4d\xf2\x69\xda\x77\xa4\x9d\x99\xcb\x7d\x2a\xf6\x1d\xb9\x3c\x73\x77\x9f\x75\x7d\xbb\xb0\x52\xb4\x4c\x9d\x99\x3a\xdd\xed\x10\x2d\xab\x4e\xef\xe6\x36\x7a\xe4\x0f\x27\x7a\xde\x88\xaf\xb0\x78\x21\x23\x6f\x3e\xf2\x25\x39\x9a\xc7\xcf\x8c\xf8\x0a\x3f\x83\xfc\xaf\x34\xd5\xf9\xaa\x17\x3e\x6f\x12\x49\x43\xa2\xbf\xfa\xfa\x7d\x7c\x8f\xa3\xa3\x81\x16\x5d\xab\xff\xfb\xf0\xa1\x23\xff\x75\xcc\x1f\x7d\xfd\x3e\xcc\x0b\x3d\xf2\x21\x66\x1f\x9e\xe8\x9a\xfb\x7f\x9d\xe4\xd1\xd1\x9d\x42\xdf\x87\x77\x93\xb3\xdd\x98\x2b\x75\x56\xaf\x33\xfb\x66\x1f\xf3\xe5\x9f\x77\xf9\x04\x73\xf6\x1f\x8b\x4f\xb7\x58\x1c\xb3\x4a\xf6\x77\x00\x63\x89\xfe\x88\x4b\xcc\x5e\xe8\x47\x4e\xb1\x24\x1f\x90\xf2\x99\xd2\x7f\x05\x71\xad\x58\xfc\x81\x47\x7f\x97\xef\x2b\x1c\x14\x2e\x0a\xb7\x17\x4e\x0a\xbd\xd5\xd1\xdd\x43\x7f\x85\xd7\x4c\x62\x71\x9c\x88\xc5\x9f\x51\x41\x84\x2a\x96\xe2\xe3\x59\x8a\x8f\x67\xf1\x60\xbf\xe8\xaf\xe9\x7d\x1f\xde\xce\xe2\xa1\xf8\xb1\xf8\x1e\x17\x8b\xef\x71\xa5\x3c\xea\xf4\x3d\x2e\x16\xdf\xe3\x4a\x71\xd3\x3e\xba\x1f\xe6\xfb\xf0\x7f\xd6\xc6\xe5\x93\x6e\xfa\x2e\x53\x00\x96\x58\x96\x3f\x23\xf7\x98\xfc\x95\xed\xe7\xce\xd1\x5f\x4f\xfb\x3e\xbe\x46\x94\x13\xb8\xd1\xf3\x67\xe4\xaf\x81\xfd\xb5\xc4\x78\xd6\xe0\x85\x35\x50\xe8\xc4\x22\x56\xd6\x91\xfb\x17\xfe\x06\xb2\xd8\xd1\xcd\xfc\xef\xe3\x78\xa1\xef\x5c\xd1\xad\xfb\xbf\xe8\x66\xfc\x57\xe8\x83\x5c\x99\xb4\x6e\x5c\xfe\xd5\xe0\x10\x14\x2b\xa3\xe4\xd6\xdb\x5f\xe5\xdd\xdb\x58\xbb\x8f\x67\xed\xdf\x93\x1e\xfe\x6e\x8b\xf3\x09\xe8\xc3\xff\x40\x28\x62\x65\x60\xaa\x0f\xcc\xa8\x81\x1b\x02\x1b\x75\x64\x0a\xe9\xc4\x68\x14\x0e\x2f\x8c\xb4\xc2\xf7\xf2\x58\x1d\x32\x47\xf5\xd7\x47\x62\xf5\x8d\x3a\x56\xdf\xa8\xeb\xae\x34\x8d\x71\xf5\x37\xa7\xfe\x2a\x7a\x0c\xb1\x1e\x9f\xd1\xf5\x7c\x55\xd7\xa3\xee\x32\xae\xd5\xc7\xb5\xf2\xee\x7e\x6c\xc1\x7b\xd6\x7c\x1b\xad\xcf\x1d\xde\xd1\xed\x82\xbf\xe8\xf6\xc0\xdf\x08\xac\x51\x67\xf8\xdf\x47\xf1\x42\x27\xd8\xd1\x89\xdf\xf7\xe1\xf3\x14\xf9\xf0\xd8\xba\xcf\xa9\xd6\x7d\x4e\x4d\xc6\xb5\x39\x93\x88\xcd\x61\x7f\x4c\x37\x6a\x63\x03\x5c\x9b\x83\xeb\x98\x4e\x08\x63\xdb\x95\xc2\xe6\x85\x7e\x44\x16\xdb\x9e\x14\x72\xb9\x5b\xdc\xb1\xed\x43\xe1\xa5\xf0\x51\x48\xe3\x8f\x37\x9e\x08\xf4\xd8\x7c\x24\x62\x3b\x5f\x73\xdb\xf5\x9d\x21\xb6\xb3\x29\xbc\x5e\xb8\xb9\xfb\xa5\x49\x37\x52\xc8\x8d\x2e\x4d\xba\xcd\x0b\xaf\xfe\x49\x93\x7c\xdd\xb7\xeb\xa4\x3a\xb6\x4b\x9d\xf7\x78\xe1\x63\x94\x1e\x75\x3e\xea\x64\xf2\x36\x7f\x0e\xb1\xbd\x6f\xb0\x1a\x74\x26\x36\xe0\xad\x39\xbc\xb5\x17\x18\xa5\xc7\x20\x3b\x6f\x6a\x2f\xd0\xa4\xc7\x78\xbe\xed\x85\xa0\x78\x67\x95\x74\xa7\x48\x0d\xf5\xd9\xd8\x79\xc4\x3d\xf0\x4f\x00\xbb\x3b\xc7\x89\xdd\x91\xb3\x3d\x3f\x50\x8a\xfe\x6e\xd3\xf7\xf1\x3d\xe9\x96\x79\x1c\xdd\xa9\x47\xec\x0e\x29\x2d\x33\x74\x1d\x68\xef\xcc\x10\x54\xb2\xa2\xbf\x84\xf4\x7d\xf8\xac\xeb\xe0\x7d\x67\x86\x74\x9f\x21\xb5\x57\xea\x1c\xb4\x73\xf8\x54\x1c\x6c\x2c\x9d\xe9\xdd\x99\xde\x03\x70\xed\xcb\x9f\xa6\x6b\x6b\xff\x55\xde\x9f\x88\x9d\xe9\xdd\x99\xde\xab\xd3\xcd\x33\x29\x74\x18\x5e\x4c\x9b\x7e\xe8\xa6\x3f\xe2\xba\x40\xdc\x7e\xe9\xa6\x33\xd6\x8e\x02\x6e\xec\x3c\xe2\xee\x8f\xb8\x3f\x20\xb3\xf3\x88\xbb\x3f\xe2\x8e\x1a\x6e\xf4\x77\x8f\xbe\x0f\xdf\xd6\x9e\xee\xce\xd3\xec\x8f\x3a\xdd\xd7\x14\xfd\xc5\xa3\xef\xe3\x1b\xf9\x5a\x98\x21\x03\x68\x1f\x0e\xed\xb5\x7a\x80\x79\x1c\x80\xd6\x70\xd0\xea\x87\xa1\x1b\x6c\x56\x83\xcd\x0a\x15\x93\x38\x2c\x53\x58\x28\xec\x14\x2e\x0a\xfd\x72\x24\xa3\xe2\x60\x4b\x1f\x4e\x39\xfb\xd8\xdc\xdd\xf7\xf2\xe8\x2f\x0d\xfd\xb5\xd4\x28\x2c\xfc\xd3\xed\x9d\xba\x23\x75\x36\x1a\xef\x66\x48\xc7\x2a\x8c\x2e\x2f\xfd\x7d\xf8\x80\xc4\x40\x37\x01\xab\x31\x28\xf4\xa3\x80\x38\x86\x3f\xb8\x31\x9d\x50\x44\xf7\xc5\xc5\xb1\xb8\xfb\x72\xac\xeb\x2e\x74\x1a\x07\xc8\x30\x40\x06\xb2\x28\xc4\xc1\x42\x18\xbe\x10\x6a\x52\x37\x1f\xa3\xf4\x7c\x71\x0d\xb6\xf4\x99\xfc\x9f\xd3\x99\x52\xeb\xcc\x90\xc9\x56\x39\x7d\x58\x5b\x77\x83\x2c\x4e\x28\xd2\x4c\xcf\x0b\x9d\x59\xc7\xe9\x1b\x67\x9c\xe6\xd3\xbb\xbb\x9f\x34\xba\x3a\xf2\xf7\xe1\x10\x74\x1f\x37\x62\x67\x98\xbe\x33\xb4\xc6\xda\x9c\xec\x9f\xd3\xf7\xcf\xd6\xfc\x90\x24\x4e\x37\xf2\xe2\x6c\xbe\x8e\x1a\xb8\x34\xe1\x38\x73\xf8\x92\xc9\xee\x19\x88\x73\xf0\x4f\x76\x84\xdc\x69\xe7\xa0\xce\x51\x29\xe4\x72\x06\x79\xba\x3d\x37\xc4\x1d\xfc\xd5\x99\xef\xc3\x01\x30\xbb\x51\x12\x27\xdb\xaf\xbf\x0b\xf3\x15\x72\xf9\x6c\x14\xfa\x86\x42\x72\xa7\x38\x61\x58\xd3\x19\xd6\xc8\x8b\xbb\x2f\x07\xab\xb9\xb8\xbb\x1f\x54\xc6\xc9\x83\x9b\x3c\xb8\x7c\xe8\xe6\xa2\x49\x3c\xb8\x7c\xe8\x11\x90\x3e\x77\xa2\xf0\x52\x98\x29\xf4\xbd\x83\xd7\x6a\xe3\x04\xe7\x27\x38\x9f\x99\x60\xfe\x82\xcb\xf7\x41\x9d\x57\x97\xd3\x4d\x47\xf6\x41\x1e\xa7\xe8\x7a\xcf\xdf\x87\x51\x48\xe3\xc1\xf9\xe9\x38\x3f\x4a\xa0\x9b\x67\x50\xc8\xee\x1d\x78\xee\x87\x1b\x39\x40\x8c\xc2\x4c\x9e\x87\x67\xe4\x66\xc8\xe0\x8d\xde\x38\x2f\x8f\xc3\x91\x61\x94\xc8\x3f\x2f\x75\x5e\xea\x04\x54\xe7\xa5\x9d\x0e\x10\xa3\x78\xc4\x4d\x9c\x80\xff\x7c\xd4\x69\x34\xe9\x31\x20\x0e\x17\xa3\xd8\xfd\x47\x42\x31\xd9\x04\xe6\xe3\x86\x99\x21\x7c\xdc\xf0\x71\x43\x3f\x51\x88\xae\x6d\xfd\x7d\xf8\xa6\x5a\xd8\xe7\x17\x3b\x83\x2b\x5b\x7f\x85\x95\xc2\x46\x21\xa3\x55\x74\xf9\xa4\xd0\x67\x4a\x71\xd7\x60\x5c\x0e\x61\x71\x39\x73\x1d\xc5\xbd\x09\x71\xc5\x4a\x21\x97\x83\xa3\x0b\x3e\xba\x1c\x91\xc6\xf5\xf3\xf5\xb8\x1c\x83\xe2\xca\x3e\x06\xd8\xb4\x71\xf9\x36\x13\x97\x1b\x19\x03\x4b\x35\x2e\xf0\x69\xb9\x91\x31\x2e\x7c\x64\x39\x8f\x8d\xcb\xf9\xda\xb8\xee\xf9\x8b\xab\x50\xa7\x9b\xaf\xe3\x7a\x50\x4e\x5c\x2c\xdc\x55\xf8\x67\xe5\x72\x58\xfb\x72\xd6\xde\x0a\xfc\x7e\xb1\x9e\xfc\x55\x9e\xbf\x36\xe1\x79\xeb\x50\xa7\xcf\xa9\x1e\x3c\x0c\x28\xae\x4b\x3b\x7d\x1a\x8c\xce\x1a\xfd\x0c\x2c\x2f\x04\xc9\x58\x8e\x8b\xed\x62\xf9\x76\x31\xc8\x34\x13\x17\x8c\x60\xf9\xdc\x18\x7d\xd2\x4d\xf6\x90\xe5\x7b\xc8\xe8\xee\xcd\x8a\x9e\xf5\xff\xfb\xf0\x8d\xa5\xc2\x1d\x5c\xe7\xfa\x2f\xba\xbe\xf5\x5f\x27\x59\x51\xdc\x8e\xd4\x71\x57\x76\x6f\x26\x83\xbf\xc7\xf2\x7d\x38\x10\xf2\xb2\x59\xdc\x70\xb1\xed\x5c\xac\xc9\x28\x75\x69\xe9\xef\x83\x7f\x5e\xee\x3e\x29\x9c\x58\x56\xf0\x91\xed\x78\x11\xb7\x23\x44\x4f\x10\x8a\xbd\x7c\x40\xf6\xf2\x2d\x28\x19\x37\xf2\x65\x1c\x5d\x5b\xfa\xaf\x3d\x50\x67\xb3\x46\x3d\x09\xff\x5f\xdb\x00\xcc\x66\xf7\x76\x9d\xe9\xbf\xc6\x19\x61\x74\xb9\xe7\xef\xc3\x87\x2e\x32\x93\x0f\x93\xd6\xdf\x41\xf9\x1b\x91\xbe\x1f\xa6\xa2\xa7\xdf\xff\x1b\x11\x7e\xe7\x6f\x8f\xfc\xc5\xe3\x74\x66\x90\xd1\x33\x1e\x37\xa9\xa2\xbf\x1d\xf2\xd7\x8f\xfb\xe8\xe3\x71\xfb\x3a\xfa\x4b\x21\x7f\xfd\xb0\x2b\x1e\x2c\xea\x83\x45\x7d\x20\xd1\x9e\x1d\xff\xfb\xf0\xfd\x53\xf3\xf3\x64\x9a\xe4\x4c\xa9\x5f\x58\xf0\xc1\x34\xf2\xb7\x16\xfe\x06\xb2\xf8\xf1\xb0\x7f\x9e\x06\x85\xa7\xef\xae\xe3\xfc\x7d\xf8\x82\xdd\xfa\x27\x6c\xe8\xb0\x09\x6c\x2c\x96\xc3\x26\x70\xd8\x04\xb6\x7b\x8e\xe3\xc1\x56\x38\xa3\x53\x38\x29\x1c\x14\x52\x27\xb3\xee\xb0\xfd\xba\x50\xf4\xdf\xd8\x4c\xb0\x33\xa9\x73\x52\xa7\x46\x89\x9d\xe1\x4c\x2e\x5f\xdc\x7d\x72\xb9\x5b\x15\x83\x34\x24\xf1\x2c\xa3\x90\xcb\x37\x4d\x62\x67\x38\xeb\x50\xa8\x7f\xfa\x4c\x3e\xbe\x17\x8c\x8d\x4d\x7b\x36\x8f\x63\xd3\xa4\xc3\x20\xb3\x33\x1c\x76\x86\x7d\x18\x25\xc8\xbe\xbf\xeb\xf0\x37\xda\x60\x90\xa1\x72\xe7\x40\xf6\x21\xe6\xe7\xd1\x77\x50\xf1\x62\xd3\x1e\x50\xf1\x80\x8a\x17\x22\x79\x31\xc8\xaf\x1b\xe4\xe3\x42\xbb\x6e\xa4\x30\xfa\xdd\x9f\x7b\xd0\x52\xf2\x3a\x93\x07\x1f\xfd\xf5\xe9\x77\x4f\xe6\xe3\x99\x3c\xfd\xe3\xdf\xe8\xe4\x7a\x37\xa7\xaa\xc9\xd8\x54\x87\x93\x94\xe4\x29\x03\xbf\x0f\xcc\x17\x3f\xc4\x48\xd9\x2d\xd5\xe4\xf1\x2f\x7f\xed\x38\x77\x48\xd9\x77\xef\x94\xfd\xc1\x75\xb4\xc6\x92\x0b\x21\x7d\x1f\x82\x0b\x0a\x9d\x5d\xa6\xcc\x76\xc1\x39\x56\x72\x91\xa0\xef\xc3\x9f\x51\xf2\xa0\xf0\xe4\xd1\x1b\xdf\x07\xdb\x2f\xf9\xdd\x3d\x3d\xdb\x5f\x2a\xb0\x75\xe3\xee\xc5\xe1\x30\x79\x82\xb5\xbf\x61\x87\xcb\x27\xff\x74\x0e\xd0\x6a\xe6\x72\x5f\xef\xc9\x65\x69\xfe\x1a\xfa\x0b\xc9\xb5\x63\xbe\x0f\xef\x66\xf7\x23\xf6\xe4\xe7\xd3\xdf\x87\xc3\xaf\x32\xe2\x63\xaf\x26\x2c\xd4\x14\x49\x1b\xef\xd2\x1e\xdf\x07\xee\xc6\xcd\x3f\x9d\x49\xa4\xba\xf0\x05\x93\xb9\xdf\x33\x57\x7d\x1f\x05\x47\xb6\x0a\x9b\x17\x3a\xe0\x26\xb2\x24\x26\x97\xed\xf8\x4b\x95\xe7\x47\x30\x77\xaa\xfe\x18\x53\x75\xea\x98\x90\xd8\x4e\x2e\xe1\xf1\x7d\x5c\x3a\xe6\x7d\xf7\x44\x56\xdf\x87\xb7\xb3\x90\xdd\xbf\xf9\x7c\x49\xcd\x77\x4a\x0b\xbe\xf9\xa7\xe6\x1b\x66\x6a\xd1\x7d\x97\x38\x1f\x53\xf3\xe7\x90\x9a\xfb\x78\xcc\xfc\x98\x28\x35\x9f\x60\xc9\x45\x41\xfe\xcc\x06\x37\x72\xaf\x63\x6a\xee\x1a\x34\xb2\x9f\xa6\x96\xf8\xa7\xc3\x93\x05\x37\x70\x53\x4b\xdc\x3d\x71\xf7\xc7\xdd\xdd\x72\x48\x2e\x25\xf2\xfd\x53\x85\xde\x77\x3f\x80\xfd\x7b\x37\x8f\x7f\x22\x14\xc9\x0f\x67\xbf\x0f\x77\xa7\x5f\x97\x95\x48\x7e\xea\xfa\x97\xfc\xe4\xf2\x2b\xf4\x64\xfa\x7e\x70\xf9\x7d\x4c\x2f\x74\xbf\x43\xf2\x83\xc6\xbf\xe4\x47\x79\x7f\xe9\xb9\x28\x50\xf2\xa3\xbb\xef\xe3\x6b\x4c\x26\x19\x7d\xf2\x53\xb7\xbf\xe4\xc7\x6b\x7f\xf9\xba\xb1\x97\xfc\xc0\xec\xfb\xa8\x5e\x98\x18\xad\x4a\x9d\xee\x77\xca\xc4\x23\x25\x3f\x88\xfa\x3e\xf8\xa7\xef\xf3\xc9\xcf\x9f\xbe\x8f\xe9\x85\x1e\xeb\x92\x5a\x63\x0c\xfc\x18\x25\x5f\x77\x07\xa5\xe6\xf6\x4b\x6a\xee\x83\xce\x97\xac\xfd\x8d\xf3\x93\xe6\x4e\x9a\x4c\x00\x52\x6a\x0e\xca\xa9\x39\x41\xcf\xb7\xd1\x4e\x77\xd9\xa4\xe6\x3c\x3d\x5f\xb2\xfc\xb7\xc1\xdd\x1d\x86\xfd\xdd\x20\x2f\xe4\xa9\x0e\xfa\xae\x47\x3d\xa8\x73\x52\xe7\xa4\xce\xc9\x4c\x71\x34\xce\x77\x71\xf9\xe4\x51\x4f\xea\xd4\x94\x9c\xf4\x68\xd2\xa3\xad\xcb\xa9\x73\x51\xe7\xa1\x47\xac\xa7\xe6\xeb\x29\x13\xf8\x94\xda\xa2\xce\x45\x9d\x97\x99\xc2\x91\x4e\x5b\xf4\xfd\xf1\x34\x37\xdd\xf4\x65\x95\x5f\x60\x3c\x37\xd3\x7c\x0f\x0a\x99\x92\x9b\x6e\xba\xcf\x25\x93\x25\x3f\xe1\x73\x49\xf8\x5c\xf2\x8b\x34\xfe\xd0\xa4\xe3\x4d\x22\x45\x7e\x6a\x87\xa7\x79\xb8\x51\xd2\x3f\xe9\x91\xd3\xee\xfc\x8c\xc9\x70\xb9\xfc\x72\x79\xe6\x19\x71\xca\x84\xeb\x25\x93\x1c\x3f\xb5\xab\xcb\x9f\x17\x56\xd6\xd3\x63\x90\x1d\x39\xf3\xd3\x73\x7f\x3c\x77\xc7\xd1\xfc\x40\x32\x7c\x2e\x09\x9f\x4b\xc6\x1d\x90\x70\xb6\x24\xdc\x2b\xf9\x35\x6e\x04\x5e\x78\xca\xb7\xbf\xcc\x4b\xaf\xc9\x53\xbc\x7d\x1f\x3e\xc8\xbc\xeb\x9a\xba\x93\xe8\x84\xcf\x25\x3f\xf7\x76\xa6\xee\xfc\x2e\xf5\xc0\xe5\xbe\x51\xa7\xee\x20\x92\x70\xc4\xe4\xe7\xf4\x30\x75\xdf\x90\x52\x8f\x8c\xfc\xe2\x46\xc0\x46\x4f\x8c\x12\xd3\xa6\xbb\xef\x33\xb9\xc0\xcd\x5f\x46\x74\x31\xb9\xbe\xcd\xf7\x41\x93\xb6\xfe\x39\x28\x5c\x14\x2e\x0a\x7d\xc5\x75\xe3\xc1\xb1\xb1\x74\x07\x91\xd4\x8d\x51\x72\x6b\x2d\x79\x82\xb9\xef\x83\x3a\x2f\x97\x83\xf7\xdd\x98\x0c\x8f\x7f\x66\x7a\x94\x69\xe7\xe3\x9f\x99\x3a\xdd\xef\x50\x42\xa0\x9b\x99\x26\x39\xb0\xf8\x8b\x35\x5e\xe8\x73\xa9\x3b\xbd\x2f\xc1\xfd\xa1\xc9\xb5\x71\xbe\x8f\x4c\xe1\xa1\xb0\x52\x48\x9d\x89\xc6\x17\x46\xa9\xf2\x4f\x77\x6c\xa5\x5e\x69\x7c\xe5\x46\xa6\x42\x1a\xef\xce\xee\x12\x98\x60\x9d\x73\x5d\x17\xdf\xf9\x0a\x7d\xda\x74\x3f\xc9\x4d\xae\xb9\xf3\x57\xc8\x28\x94\xf0\x76\x25\x1c\x5b\x85\x00\xab\xd4\x81\xa0\xee\x68\x53\x78\x21\x37\x79\x32\xbb\xef\x83\x76\xb2\x83\xf5\x4e\xdf\x39\xf2\x08\x4c\xc5\x3e\x18\x3a\xce\x95\x70\x3e\x27\xbc\x64\xa9\x0f\x7a\xe4\x9e\x94\xe4\xa2\x3d\xdf\x07\x75\xb2\xd7\xf5\x41\x9d\x83\x6e\x76\x6e\x34\x68\x92\x23\x51\xe1\xe5\xdc\xd4\xa1\x33\xdd\x41\xa7\x10\xd3\x90\x70\xc0\xa5\x3e\x69\xd2\xa0\xef\x6c\xdb\xdd\xf1\xa5\x84\xa9\x42\x9e\xa6\x73\x3f\x7f\x5b\xc5\x0b\xb9\xfb\xe2\xee\x8b\xc6\x83\x36\xae\x13\xf4\x15\xd2\x78\xc7\x9e\x84\x6f\xaf\x84\xc5\xe3\xd8\xf4\x7d\xf3\xdc\xfd\xd8\x34\xf5\xcd\xdd\x37\x7d\xd7\x4c\x86\x0a\xf4\xcd\xc8\xc3\x1d\xfa\xe6\x46\x9b\xa7\xa9\x99\xbc\x79\x9a\x8e\x4b\x25\x1c\x26\x18\xc7\xd7\xfd\xd0\xa3\xc3\xfc\x3c\xf4\xe8\x50\xe7\xa1\x49\x87\xb9\x74\x68\xfc\x65\xe8\x0e\x8d\xbf\xd4\x79\xf9\xe7\xa5\x9d\x97\x76\x3e\xda\x79\x99\x21\x97\x3a\x1f\x7d\x07\xac\xba\xfb\x82\x4b\x0c\x14\x82\x4b\x78\x0f\x4b\x8c\x5c\x0e\x2e\x75\x37\x89\x0a\x7a\x95\xa9\xc3\x5c\x3c\x15\xdf\x5f\x21\x82\x2b\x0d\x98\xcb\x70\x8a\x5b\xa2\x9b\xad\x69\x70\x78\x3e\x02\x97\x7b\x54\x55\xc2\x15\x99\x46\xe0\x72\x37\xdd\xd2\x00\x82\x46\xa4\x49\x1e\x74\x9a\x06\x74\xc6\xf3\xf6\x7d\x85\xe7\x1f\x09\xc5\x70\x3f\x40\x1a\x0e\x53\x05\x13\x2e\xb9\xba\xd2\xf7\xe1\xb3\x2f\xba\x30\x49\x1a\x89\x1b\x26\xda\xcb\x2a\x19\x80\x96\x6b\x28\xf1\x56\x8f\x17\x36\x0a\x3b\x85\x95\xc2\x43\x21\x75\x36\x6e\xe4\x76\x72\x72\x55\xa5\xbf\x12\xd9\xa8\x5d\x54\xe9\xfb\x48\x14\x72\xb9\xfb\x53\x13\x8e\xd4\xc2\x1b\xcc\x09\x7f\x6a\x1a\x1c\xa3\x45\x16\xc4\x80\x0d\x79\xd2\xc0\xbf\x42\x86\xab\x84\x93\x35\x0d\x63\x08\xa1\x5f\x23\x33\x5a\x99\xc6\x4f\x6e\x04\x6f\xc2\xd7\x5a\x30\x4a\xd3\x70\xb0\x4b\xc3\xe9\x53\x89\xac\x92\x91\xa9\x33\xd3\xa3\xc5\xdd\x01\xc2\x01\x10\x46\x8f\x19\x4f\x03\xbe\x35\x0a\x77\x67\x9a\x8f\x4a\x37\x2b\xdd\x3c\x5c\x5e\xe9\x26\x40\x18\xaf\xfe\x49\x37\x01\xc2\x78\x99\x29\xc0\x9b\xa7\x1d\xfc\x2b\x09\xd6\x36\xdc\x98\x4d\x03\xcc\x43\xa7\x33\x0d\x30\x6f\x38\xfb\x2a\xbc\x66\x9d\x46\xe3\xb9\x3b\x17\x2b\x68\x76\xa6\xd1\x78\xee\xce\xbe\x4a\xc2\xb6\x19\x1e\xcb\x92\x3c\x83\xe1\x5f\xc1\x9b\x90\x46\xe7\xee\x0e\x92\xfe\x3e\x8f\x17\xd2\x4d\x20\x33\x99\xfe\xc9\xe3\xe8\xdc\xc8\x68\x67\x67\xe8\x38\x81\x4c\x59\x97\x33\x74\x83\x1b\x61\x98\x0d\xa8\xdc\xd0\xa1\xbd\xe6\x27\xe0\x3a\x00\xd7\x54\x18\xa5\x41\x37\x1d\x4e\x4b\xd2\xa4\x05\x47\x87\x3b\x60\xfd\xfd\x1f\x2f\xe4\xee\x83\x83\x6b\x78\xe8\x80\xdf\x0d\xce\x3f\x53\x65\xe8\x26\x23\x0f\xe2\x26\xac\xa0\x01\xe2\x8e\x49\xe3\x1b\xd3\x66\xd1\x4e\x10\x97\x17\xd0\xd3\x58\x5c\xbe\xb8\x5c\xf3\x73\x71\xf9\xe2\xf2\xc1\x3f\xc1\xd1\xb1\xb9\x7c\xaa\x90\xa7\xb9\xb9\x1c\xc0\x1e\x18\x51\x03\x74\x4c\x8b\x7f\xc2\xda\xc6\xe1\xb9\x6f\x15\x72\x23\xf7\x99\x96\xe4\x2e\x9b\x34\x00\x42\xd7\xf2\xfa\x2b\xe9\xf0\xdc\x01\x42\x4f\xf8\xf8\x57\xd2\xa5\x9b\xb0\x36\xcf\xe4\xf8\x15\xf2\x8c\x1e\xed\x7c\x3c\x8e\xc7\xd0\x61\xe8\x7a\x56\xc7\xaf\x90\x01\x79\x5c\xfe\x98\x75\x10\x0a\xcf\xf4\xf8\x7d\x78\x93\x0c\x42\xc1\xc9\x40\x1a\xa0\xa3\xb9\xa7\x37\x4d\x0c\xba\xe9\x78\x58\x78\xa3\x3d\x4d\x58\xdb\x74\xd6\x56\xcc\x23\x52\x93\x27\x75\xfc\x3e\x26\x85\x97\xc2\x4d\xa1\xcf\x64\xf3\xa8\x90\x34\xa1\x72\xd3\x91\xb3\xf0\x1e\x7c\x9a\x18\xe4\xd3\x91\xb3\x18\x88\x3b\xb1\x00\x27\xa8\x88\x88\x69\x9a\x6e\xfa\xa5\xe9\xe0\x58\xcc\x03\xf9\xd3\x04\x15\x67\xe2\xf2\xcc\xe5\x98\x85\x2e\x4d\xf6\x57\xcc\x35\xea\x12\xa7\x1b\x89\xd3\x8d\x62\x58\xfe\x2e\x57\xf6\x7d\xf8\xc8\x5b\xe3\x72\xa8\xdc\x34\x2e\x87\xb1\x4e\xa8\x1c\x27\x1f\xc5\x3a\x8d\x77\x90\x4b\x33\xd3\x23\x26\xd8\xc4\x9b\x30\x33\x4d\xc2\xd0\x99\xee\xfb\x4a\xd3\x19\x5d\x31\x2c\xd5\x09\x95\x9b\x44\x1c\x90\x96\x2d\x4d\x6c\xc4\x09\xac\xf1\x22\x7e\x9a\x85\x3a\xa1\x72\xb6\xb8\xbb\x9f\x2a\x27\x0e\x5c\x8a\x41\x13\x26\xd6\x24\xe7\x2e\xc5\x98\x8a\x1c\xbf\xa4\x09\x00\x92\xd2\x2d\xb9\xce\xd9\xf7\xe1\x50\x69\xa0\xe2\xac\xf4\x9d\xd0\x06\x39\x38\x26\xa4\x6f\x42\xfa\xec\x71\x79\xa3\x47\x60\x5d\x8e\x0c\x32\xb0\x36\xe1\x77\x59\xcf\x1d\x6b\xd2\x73\x5c\xfe\x15\x42\x99\xd2\xec\x4c\x30\x10\x2c\x67\x26\x18\x26\xe6\xec\xd4\x09\xbb\x74\x99\xb4\xef\x63\x51\x48\x93\xb0\x3b\x27\xb8\x44\x86\xb7\xc4\xe1\x4f\xe2\x80\xa7\xe4\xca\x4c\x86\xb5\xb9\x42\xda\x5f\x41\x33\x35\xb9\x40\xda\xf7\xc1\xe5\xec\x86\x13\x6b\x72\x4e\x1a\xaf\x47\x3c\x69\x3c\x68\x93\x07\x85\x8b\xa1\x5b\x8a\x49\xe1\x72\xa8\x9c\xab\x9c\xfd\x95\xec\x2f\x3d\x24\xce\x79\x92\x8b\x9b\x7d\x85\xdc\x1d\xc3\x91\xe3\x9e\x92\xe1\x62\x1c\xe9\xa4\x09\x41\xcb\x6c\x3d\x13\xc3\x91\x03\x9e\x92\x3f\x03\xe2\x1f\x08\x05\x87\x40\x69\x6e\xda\x0b\xd3\xe2\x10\x28\xcd\x43\x7b\x31\x39\x38\xef\x49\x1c\xf4\xf8\x9b\x53\x5e\xc8\xe5\x10\xb5\x12\x68\xda\xa5\xbd\x0e\x53\x85\x13\x9e\x34\x31\x35\xe7\x25\x86\x06\x93\x83\x13\x9e\x34\xdd\x7d\x5f\x90\x33\x48\x1c\xed\xa4\x09\x92\x15\x36\x2b\x4e\x78\xd2\x84\xd2\x15\x0c\x5d\x8e\x76\xd2\x04\xb4\xc8\x30\x97\x38\xc4\x49\x13\xd0\x2a\x30\x2d\xce\x6b\x12\xe7\x35\x05\x29\xd8\xc4\x79\x4d\xe2\xbc\xa6\xa0\x71\x90\x16\xce\x28\x8e\x6d\xfc\xfd\x29\x2f\x1c\x14\x12\xd6\x53\x74\xb9\x8f\xd2\x02\x9f\x0a\x9b\xd5\x02\x9f\x16\xf8\x54\xd8\xac\x3c\xb9\xe9\xf7\x91\x29\xa4\x49\xf8\x30\x57\xa4\x9d\x55\x97\x6f\x0a\xb9\x11\xb3\x6f\x01\x5a\x8b\xe8\xa5\xe2\x0e\xed\xb4\x12\x8d\x87\xdf\x15\x3f\x31\x49\x0b\x5f\xd6\x4a\x34\x1e\x3b\x79\x39\xb1\x4b\xae\x45\xc7\x6b\x5c\x5e\xb8\x28\x64\xe4\xb1\x43\x5c\x72\xee\x2f\x2d\x58\x5b\x71\x69\xec\xb4\x60\x6d\xcb\x88\x5e\x9a\x34\x1e\xd6\xb6\x60\x6d\x05\xd4\x59\x18\xa5\x9c\x39\x95\xb2\x54\x48\x93\x32\x4d\x62\xf2\x7a\xd6\xd5\xef\x83\xb9\xb4\xf5\x4f\x9a\x94\xe9\x3b\x86\x04\x47\x4f\x69\x81\x64\x05\xf7\xca\x02\xc9\x38\x88\x2a\x05\xbf\xd8\x2a\xd4\x09\x92\x15\x7c\x2e\xab\xd0\x23\x40\xab\x32\x69\x17\xac\x6d\xc1\xda\x08\x11\x4a\x0b\xd6\xc6\x01\x56\xa9\x91\x3a\x9d\xc3\xa5\xe5\x80\x56\x08\x11\x4a\xcb\x71\x2d\x2d\xcc\x57\x64\x1a\xd2\x22\x2c\x79\x35\x6e\xc4\xa4\x5d\x60\xde\x6a\xdc\x28\x71\x23\x30\x6f\x41\xe5\x2a\xfb\xd2\x82\xca\x2d\x90\xac\x66\xda\xd9\x19\x3a\xb8\x58\xcd\x8c\x52\x67\x94\xba\x77\x93\x9c\x7c\x69\x41\xd0\x96\x42\xc4\xf0\xdf\x2d\x08\xda\x82\xa0\x21\xfa\x90\x5c\x83\xef\xfb\xe0\x46\x98\xc4\x1c\xd0\xa5\x05\x10\xd6\xa6\x42\x86\x6e\xd2\x23\xac\xdf\x05\xed\x5a\x93\xcb\x3b\x83\xec\xa7\x1b\x69\x01\x84\x75\x30\x20\xb8\xd5\x16\x91\x85\x28\x41\xa4\x85\x5b\x6d\xc1\xb0\xaa\x66\xdd\xe2\xf2\xc5\xc8\x43\xa6\xd6\x62\xe4\xa1\x5d\x48\x45\xa4\x85\xd3\x7a\x61\xbe\x56\x5c\x36\x6b\x33\xc8\xd0\xae\x0a\xd9\x5f\xa0\xe3\x02\x1d\xeb\xa2\x47\xa0\xe3\x02\x1d\x2b\xd6\xef\x02\x00\x17\x36\x6d\xc5\xfa\x5d\x00\xe0\xf2\xa3\xb5\x52\x37\x97\xc3\xda\x16\xa8\x58\xd9\x00\x17\xbe\x36\x4f\xc9\xfb\x15\xf2\x38\x0e\x77\x3f\xf4\xe8\xd0\xa4\xc3\x80\x00\x95\x15\x82\xb6\xa0\x72\x0b\x2a\x57\x2f\xcf\xe8\xf2\x8c\x2e\x83\x0c\x6b\x5b\x18\xba\x9c\x89\x96\x0a\x6b\xe3\x68\x34\x71\x26\x5a\x2a\xac\x8d\xa3\xd1\xc4\x61\x68\x69\x81\x51\x02\x3f\x97\x73\xbf\xd2\x38\x4a\x58\x98\xc4\x0b\x93\x18\x79\xe5\xb4\x1e\x8d\x77\xe7\x5c\x69\x9a\xf3\x78\xf8\x17\xa0\x8a\xec\x45\x5a\xf8\xfb\x97\x7b\xec\x4a\x63\x21\x6c\x90\x76\x3b\xb6\x96\xc6\x42\xd8\x6e\x35\xa7\x0d\xd2\x22\x93\x91\x36\x48\xbb\x61\x82\x0d\xf4\xde\x6e\x4a\xa7\xed\x84\xd0\xdf\x39\xf2\x42\x7f\x1c\x1b\x50\x45\x56\x23\x6d\x40\x75\x03\xaa\x0d\xfb\x63\x03\xaa\x1b\x26\xd8\x30\x35\x36\x4c\x70\xc3\x04\x91\x6f\x4e\xdb\x21\x36\x6d\x8c\xe6\x06\x50\x6f\x3c\x7d\x1b\x26\xd8\x30\x20\x36\xa0\xba\x01\xd5\x86\x23\x7b\x03\xaa\x1b\x50\x6d\x78\x91\x36\xa0\xca\x71\x72\xe1\x1c\x39\x71\xaa\x9c\x36\x9c\xb1\x41\x13\x36\x9c\x71\x43\x0f\x79\x6d\x2e\x6d\x40\x75\x63\xf5\x36\x4c\x8d\x0d\xa8\xee\xcc\xe5\xb8\xbc\x37\xf8\xb9\x71\xea\x35\xe0\x77\xc3\x04\x37\x4c\xb0\x41\x28\x36\x06\xee\x86\xf4\x35\x08\xc5\x06\x2a\x77\xe1\x9f\x90\xbe\xcd\x11\x02\xc7\xde\xa5\x61\x7f\x70\xfa\x9d\x36\x56\x6f\x3b\xe1\x1f\x09\xc5\x86\x11\xba\xfe\xe3\x77\x45\xa5\x1a\x86\xb0\xd2\x0a\xdc\x41\xbb\xd2\x5d\xec\xe4\x06\x83\xd9\x70\xc7\x8d\x9d\xdc\x58\x25\x1b\x3b\x79\x63\x12\x37\xf0\x7e\x83\xa3\x1b\xee\xd8\x9e\xfe\x39\x29\x64\x9e\xb2\x20\x36\xe0\xba\xb1\x93\x1b\x7c\x74\x37\xba\x8b\x9d\xdc\x03\x73\x0a\x3b\x79\xe3\x5a\xec\x81\xa7\x0a\xcb\xe4\x78\xbf\xe8\x14\x6e\x63\x3c\x6f\x37\x97\x0b\x12\xd9\x69\x77\xee\x0e\xf5\x24\x4c\x2a\xed\xce\xdd\xc1\xe6\xee\x6f\x25\xa4\x8d\x13\xd2\xd3\x51\xff\x95\x8e\x8b\x69\x3b\x3b\x4d\x44\x0e\x94\xae\xa5\xc3\x39\xc8\xc6\xdf\xd8\x31\x78\x36\x80\xbd\xb1\x93\x89\x02\x4c\x1b\x3b\x79\x4f\xfe\x09\x6f\x26\xb8\x20\x6d\xfc\x8d\x1d\xd3\x7d\x73\x90\x41\x8c\x41\xe9\x45\x85\x85\x42\x7a\xc4\xb1\xd4\x06\x86\x37\xae\xc5\x0e\xc7\xd9\x0e\xca\x69\xc3\x47\xd1\x66\x49\x1b\x18\xde\x9b\xbb\xb3\xb1\x6c\x1c\x86\x1b\x70\xed\x4d\xff\xe4\xf2\x43\xdf\x1b\x03\x02\x8e\x12\xb0\x50\x3a\x5e\xa4\x0d\xe5\xdc\x58\xbf\xc8\xbc\xa4\x7d\x78\x70\x40\x66\xd7\x2a\x01\x1d\x37\x98\x47\x2a\xcc\xb4\x21\x92\x1b\xce\xd8\xb1\x97\x36\x67\x16\x1b\xcc\xeb\x5a\x3a\xb8\x01\xf7\xa3\x9b\x58\xe9\xfb\xe9\x72\x86\x0e\x3a\x73\x80\x37\xa2\x26\x4a\xf7\xd7\x0a\xd2\x01\xde\x88\x9a\x28\xdd\xc3\xb9\x12\xe1\x12\xe9\x40\x0f\x3b\x0b\x81\xe0\x89\x74\xf0\xf8\x75\x16\xc2\x01\xb4\x78\x5f\xa2\x74\xe6\xfc\x81\x09\x1e\x98\x60\xf7\x40\x95\x74\x38\xe2\xf6\xdc\xdb\x5f\xa1\xb7\xf3\x40\x0f\x89\xc4\x28\xdd\x03\x2b\x12\x01\x19\xc9\x65\x3a\xbf\x42\x6e\x84\xa1\x7b\x40\xb2\xce\x42\x38\x9c\x59\x10\x9e\x51\x46\xe0\xee\x20\xd9\x01\xc9\x06\x0b\xe1\xe0\xe9\x3b\xd0\xc3\x01\x45\x3a\xd0\xc3\x03\x3d\x1c\xcc\x79\xd7\xf0\xfc\x3e\x08\x59\x66\xbb\x38\x58\xbf\x2e\xd9\xf9\x57\x06\xdb\x05\x91\x1f\x89\x90\x8f\x32\x98\xc9\x44\x7e\xa4\x03\x91\x44\x0b\x3d\x1d\x3c\x7d\x07\x4f\x1f\x79\x45\xd3\xc1\xd3\x77\x30\x89\x47\xd6\x3f\x0f\x85\x97\x42\x47\x32\x4f\x32\xfe\x7d\xf8\x28\x0d\x76\x86\x03\xbb\x3c\xa0\x23\xc1\x8e\xe9\x60\x12\xbb\xc4\xe7\x5f\x19\x38\x49\x5d\xe1\xf3\xfb\x38\x14\xf2\x34\x31\x89\x8f\xf3\xc9\x32\xa0\xf0\x07\xac\x3b\x10\x49\x5e\x72\x4e\x07\xac\x3b\x10\x49\xa4\x72\xd2\xe1\x1c\x84\xc8\x96\x32\x98\xde\x07\x22\xe9\x62\x9d\x5f\x21\xff\x04\x00\x0f\xc6\xf3\x60\xce\x1f\xce\x67\x8f\xe2\xc2\x21\x53\x44\xc4\xa4\x03\xd6\xf1\x12\x75\x3a\xf8\x04\x5d\xc4\xf3\xaf\x0c\x3c\xa7\xae\xe1\xf9\x7d\x30\x20\x93\x51\xc2\xcc\x3e\x98\xd9\x03\x86\x75\x00\xc0\x03\xd6\x8d\xc5\x80\xc0\x43\x0f\x3c\x94\x74\xab\xe9\xc0\x43\xcf\xd0\xe5\xdc\x1d\xca\x49\x94\x4d\x19\x9b\x19\x02\xac\x1d\x60\x8d\x8c\xab\xe9\x00\x6b\x07\x58\x1b\x90\x29\xa2\x6c\x12\x51\x36\x05\xb5\x9f\x44\x94\x4d\x22\xca\xa6\x0c\x8e\x62\x89\xb2\x49\x07\x1e\x3a\x38\x4a\x38\x93\x01\x59\x0c\x1d\x06\x04\x01\x35\xe9\x80\x75\x64\x65\x4d\x07\xdb\x9b\x28\x9b\x32\x31\x0b\x88\xb2\x49\xc4\xd5\x14\x84\xe8\x13\xe1\x35\xe9\x40\x39\xd1\x9f\x4f\x07\xca\x79\xa0\x9c\x13\xde\x44\x94\x4d\x22\xca\xa6\x4c\x2d\x04\x28\xe7\x01\x15\x27\x2e\xda\x03\xe5\x3c\xa0\xe2\x24\xa8\xe4\x1c\x1e\x07\x44\x72\x62\x40\x1c\x88\xe4\x71\x1c\x2c\xd3\x18\xcf\xcb\xd3\xc4\xe6\x9e\x44\xd9\x1c\x6c\xee\x73\x69\x27\x56\xc5\xb9\xb4\x13\x22\x89\xc4\x7d\x3a\x10\xc9\x83\xa3\x70\x62\x0a\x1f\x1c\x85\xe7\x71\x39\xa7\x6f\x07\x7a\x48\xfc\x4f\x99\x5a\x32\x40\xe5\x01\x2a\x91\x3f\x4a\xd7\x8d\xed\x74\x81\xca\x89\xd5\x7b\x3d\xce\x2c\x11\x29\x54\x5c\x19\xe9\x1f\x08\xc5\xe5\x8c\xe5\x42\x13\xa7\xbf\x79\x99\x2e\x34\xf1\x82\xb8\x44\x16\x26\xcf\x5a\xff\x97\x2e\x88\x3b\xf1\xce\x5d\x10\xf7\xe2\xf1\xe3\xf5\x87\x74\xe1\x79\x97\x57\x7f\x26\x87\x0e\xd7\x11\x30\x5d\xe0\x6d\xc2\xb4\x2e\xf0\x76\x81\xb7\x89\xf5\x7b\x71\xee\x5d\x63\x0c\x26\x37\x72\xda\x96\x2e\xce\xbd\xc9\xd1\xf1\x05\xde\x2e\x48\x86\x5c\x53\xf2\x4c\xf5\xdf\x07\x75\xb2\x4a\x2e\xf0\x76\x39\xb3\x40\xa7\x3f\x5d\x90\xec\x82\x64\xc8\xf3\xa7\x0b\xa5\xbb\x8e\x5d\x65\x62\x9c\x5c\xce\x69\x2f\xe7\xb4\xf3\x70\x23\x90\xec\x16\x66\xdf\xd1\x3f\xa9\x13\xf2\x47\x0e\xde\x74\x21\x7f\x17\xf2\x37\x3d\x4e\x38\x5d\x67\x7d\xe9\xe2\xdc\x43\x20\x2a\x5d\x8e\x79\x6f\x65\xe8\x30\x4e\x2e\x76\xf2\xe5\x65\xa6\x89\x71\x72\x2b\x75\x42\xe5\x26\x8b\xec\x62\x12\x5f\x40\x6b\xe1\x52\xbe\x9c\xe8\x5e\x50\x67\xb1\xc8\x5c\x2c\x16\x51\x92\xaf\x10\xde\x74\x21\x53\x17\x80\x59\xf0\xa6\x0b\xc0\x5c\xce\x69\x17\x14\xe9\x82\x25\x17\x2c\x59\xec\x21\x17\x8a\x74\xc1\x12\x92\xf7\xa6\xcb\x9b\xba\x17\x97\xdd\xc2\xb5\x78\x09\xd2\x72\x31\xd8\xaf\x90\x26\x41\x91\x2e\xe6\xeb\xaa\xcc\x25\xb0\xe4\x62\xbe\x2e\x22\x62\x2e\xce\xbd\x8b\x73\x6f\x55\x5d\x7e\x29\xf4\x55\x42\x56\xde\x74\x71\xee\x5d\xc8\xd4\xd2\xa4\x05\x4b\xee\xa6\x4e\xcc\x03\x17\x97\xfd\x3e\xa8\x13\x33\xfb\x02\x1b\x17\xd8\x58\x93\xbb\x03\x1b\x97\xf3\x05\x64\xb1\xd2\x3d\xcc\x10\x18\x16\x49\x06\xd2\x3d\xd4\xc9\xa1\xc3\x5a\x0c\x32\x4e\xbd\xeb\x67\x0f\x65\x11\xef\x70\xa1\x5d\x17\x80\x41\x5b\x2b\x5d\x00\xe6\x62\xa9\x2e\x4d\x45\x00\xe6\xe2\xbf\x5b\x87\x09\x86\xab\xce\x13\xf1\xff\x95\x05\x9d\xb9\x58\x95\x17\xab\x92\x0c\xc0\xe9\x72\xbe\x70\xb1\x2a\x37\x2e\x9b\x87\xab\xee\x39\x7a\x94\x1d\x55\x48\x5c\x14\xc8\x40\x72\x83\xf4\x00\x81\x07\x08\x6c\x1c\x85\x0f\x10\x78\xd8\x8a\xdb\xe5\xed\xd3\x23\x00\xc4\x93\xf2\xff\x15\x5e\x9d\x4c\x2f\x52\xa7\x9f\xb3\x16\x5e\x9d\x4c\xcf\x99\x59\x7a\x58\x95\x1b\xfb\xf3\x61\x55\x3e\xac\xca\x4d\x18\xdf\x8b\xba\x3b\x8d\x87\x7a\x3c\xa7\x6b\xe9\x41\xd0\x36\xd4\xe3\x41\xd0\x1e\xfe\xbb\x0d\xb8\x3e\xce\x67\x1f\x47\xb1\x1b\x3f\xce\x83\x8b\x3d\x3f\x91\x2d\x1b\x37\xf5\xc3\xaa\x7c\xe0\xd2\x6e\xd4\x09\x2e\x3d\xbc\x72\xe8\x81\xa5\xe7\x81\x82\xe9\x81\x4b\x9b\x43\xdb\x07\x2e\x3d\xac\x4a\x64\x85\xd2\x23\x7e\xe4\x39\x3c\x95\x0d\xf5\x78\xf8\xef\x1e\xfe\xbb\x8d\x4b\xf1\x71\x12\xf1\x00\x2b\xd4\xc2\xd2\x03\xac\x1e\x0c\x6b\xe3\xc7\x79\x30\xac\x57\xa8\x93\x43\xb1\x07\x2e\x3d\x5c\x75\x08\x86\xa5\x07\x04\x3d\x20\x68\xc3\xac\x1f\xf6\xe7\x03\x82\xf6\xe6\x71\x00\x41\xaf\x72\x39\xdc\xe1\xe1\x95\x7b\xa0\x0d\xe1\xb0\xe9\x81\x36\x0f\xb4\xd9\x84\x71\x3d\x28\xd2\xc3\x46\xdc\xd8\x9d\x0f\x8a\xf4\xa0\x48\x9b\xd0\x9b\x07\x45\x7a\x50\xa4\x8d\x77\xe6\x41\x91\x5e\xe7\xc1\x31\x93\x1f\xae\xba\x07\x45\xe2\x0d\xc1\xf4\xa0\x48\x0f\xcb\x6f\x3f\x5d\x4e\x37\xf1\xca\x1d\x0e\x82\x1f\xc7\xa6\x6f\xe8\x1d\x4d\x26\x2d\xc7\x13\x0f\x8a\x74\x38\x08\x7e\x68\x0d\x3c\x22\x4d\xc8\xd8\x9c\x1e\x14\xe9\x71\x66\x81\xa6\x5a\x7a\x9c\x59\x3c\x5c\x75\x87\x90\xc0\xc7\x61\xe8\x83\x22\x1d\x08\xc5\x83\x22\x3d\x00\xf0\x24\xfd\x93\x3a\xc1\xba\xa3\x85\x00\xd6\x3d\xbc\x72\x07\x0e\xfe\xf0\xca\xbd\xcd\xdd\x71\xc4\x3c\x60\xed\x71\x42\x7a\xc0\xcf\xc7\x09\xe9\xc3\x46\x3c\xf8\xd6\x1f\x36\xe2\x73\x52\x54\x0e\x76\xe7\xc3\x46\x7c\x10\x9f\x83\xef\xf2\x11\x2a\xf2\x00\xab\x03\xa8\x3e\xc0\xea\xc1\x86\x3e\xf6\xfc\x4f\x84\xe2\x41\x95\x5c\x44\xf9\xbb\x82\x9e\x5d\xa6\xcf\xa5\x67\x5d\x85\xf4\x0c\xae\x83\xde\x9c\x6b\x54\xb8\xac\x84\x4f\x8a\xe3\x47\x73\x16\x82\xf4\x2b\xe8\xae\x9f\xf0\x58\x70\x92\x63\x21\x30\xd8\x1e\x76\x66\x21\x10\x52\x0a\xc0\x9c\x49\x9d\x84\xa9\x06\x48\x0a\x39\x42\x2c\x38\x49\xb1\x80\xb5\x76\xdc\x33\x69\xc1\x29\x8b\x05\xfc\xf6\x84\xd6\x5b\x48\xe8\x57\xe0\x62\x3a\xce\x9b\x2d\x18\x51\xae\x20\x04\x99\xb0\x2d\x18\x51\xae\xf8\x9d\x8e\xc7\xdf\x5a\x30\x9a\x84\x61\x76\x7c\x9f\x37\x17\x38\xfe\x3e\xe8\xfb\x53\x9d\xdc\x08\x6b\xed\x3c\x1a\x9f\x69\x27\x1c\xe7\x3c\x6e\x94\xb9\x11\x1e\xfe\xeb\xa7\xc4\x16\x32\x37\xc2\x5a\xbb\x81\x6e\x66\x6e\x84\xdb\xff\x3a\xb4\x5b\xc8\x28\x48\x00\x1b\x37\xd2\xcd\x82\xd6\x04\x1c\x87\xd7\x5e\x2c\x14\xea\x84\xe3\xdc\xc4\xdd\x9d\xe3\x58\x80\xe3\xa0\xc1\x67\x08\x8f\x18\x8a\x23\x85\x17\x64\xcc\x35\x91\xbf\x8f\x44\x21\x37\xaa\x3c\x38\x38\x0e\x2f\xc8\x58\xa8\xdc\x88\x77\xb3\x51\xee\xb3\x9f\xf0\x08\xd6\x1a\xb1\xbc\x16\x1a\x97\x63\xad\xdd\xc2\x78\x36\x06\x04\xc3\xec\x56\x9a\x24\xe1\x11\xfc\x4d\xb7\x52\x67\xe7\xc1\xb9\x87\xa9\x20\x0c\x67\xa1\xf3\xdc\x39\x0b\xb8\x9a\x8a\x9d\x69\xd3\xa9\xb3\x73\xa3\x41\x93\xc0\x92\xab\x59\x37\x18\x3a\x28\xd2\xd5\xac\x1b\x8a\x6e\x66\x94\x26\x7d\x9f\x4c\x6f\x28\xd2\x75\x46\x60\x88\x99\x58\xc0\x99\x7f\x17\x83\x3c\x69\x3c\x31\x14\xbc\xc5\x6b\x61\xf1\x4f\xcc\xad\x7b\xe8\xa6\x44\x42\x30\xb7\xae\x9f\xec\x18\xea\x27\x16\x70\x2d\xdd\x43\xe3\x17\x0f\x0e\x2c\x21\xcb\xb8\x2b\xed\x78\x21\x8d\xbf\x8c\xd2\xe6\x72\xd8\xd0\xd5\x54\xdc\xcc\x25\x4e\x33\x79\xa7\xd0\xc2\xe6\xb9\x43\x91\x90\x2f\xb1\x70\xa8\x13\x8a\x84\xf2\xa0\x85\x43\x9d\x00\xcc\x8b\x3c\xcd\x43\x9d\x38\xa1\x88\xbb\xb5\x70\xa8\x13\x36\xc4\x4b\xc0\x16\x2e\x7d\x87\x0d\xbd\xc4\xdd\x2f\x75\x72\xc4\xf9\x8c\xb9\x74\x19\x3a\x77\xca\x17\xde\x89\x30\xd7\x89\xfe\x3e\xb8\x3c\x53\xe7\x53\x58\xfa\xa0\x90\x26\x3d\x5d\xee\x98\xf7\x9c\x26\x58\x74\x40\xb2\x08\x04\x91\x78\xc6\xd0\x73\xb1\xc8\x69\xe6\x73\x72\x6a\xd1\x01\xc9\x90\x75\x29\xaf\xea\x9f\x9b\x42\xba\xe9\x5e\x6e\x8b\x91\x3a\x71\x57\x3d\x77\x68\x5b\x24\xd0\x3e\x82\x60\xbc\x86\x6b\x31\x52\x27\x14\xe9\xb9\x45\x65\x31\x52\x27\x3e\xac\x37\x68\x67\x42\x8d\x04\x1f\xfb\xf3\x77\x8b\x2c\x26\xea\x04\xeb\x9e\x5b\x54\xe6\xf2\xd6\xdf\x07\x97\xbb\xab\xce\xa2\x71\xb9\xf1\x34\x99\x9f\xd1\x83\xcf\x2c\x82\x75\x64\x49\xb7\x08\xd6\x45\xb0\xee\x6d\xfa\x6e\xb4\x13\x8a\xf4\xb6\x2e\xa7\x9d\x46\xdf\x0f\x8d\x77\x7b\xce\x62\xe6\x46\x87\x7f\x66\x6e\x04\x6f\x7a\x87\x1b\x39\xf2\x59\x84\x37\xbd\x4b\x8f\x32\x3d\x82\x37\x3d\x77\xea\x59\xcc\xf4\x08\x54\x7c\x2e\x20\x62\xd1\xe1\xd0\x22\x64\x8a\x2c\x38\x16\x1d\x0e\x2d\x66\x1e\xf1\xa3\xce\x42\xdf\x61\x58\xcf\xcd\x2c\x8b\x85\x26\x61\x0e\x3e\x17\x8b\xb2\xe8\xc0\x69\xd1\x1d\x5b\x95\xa8\x5f\x8b\x85\xbb\x3b\xfb\xaa\x21\x30\xc8\xe0\x67\x74\xfc\xac\x48\x20\x59\x04\x3f\xa3\xe3\x67\x0d\x91\xcb\x2b\x77\x77\xc4\xac\x01\x4c\x46\x14\xc8\x50\x03\xaa\xc4\x07\x9b\x0b\x82\x7f\x1f\xdc\xdd\x03\xd0\x2d\x56\xee\xee\xac\xad\x06\xe3\x46\x95\x1b\x35\xea\x64\x75\x44\x40\x35\x3a\xa8\x56\xb2\xf5\x58\x6c\xd4\xd9\x68\x67\x66\x7e\x36\x5d\x4e\x3b\x33\x4d\xea\xb4\xb3\x53\x67\xe1\x69\x76\xea\xec\xb4\xb3\x70\x23\x90\xd6\x25\xad\xbe\x42\x06\xa4\x33\x6d\x1c\x69\xeb\xb7\x85\xfc\x03\xa1\xb0\x08\x0c\xc7\x4e\xcf\x2a\x8f\xda\x59\x9f\x45\xa7\x7b\x35\x78\xc4\xbb\xc5\x41\xd3\x06\x4d\xd3\x22\x1b\x4c\x9f\x41\x2b\x3a\x03\x33\x68\xc5\xa0\x15\x9d\x3a\x07\x37\x1a\xdc\xa8\x33\x25\x07\x63\xe0\xb8\x5d\x09\x33\xb6\xe8\xf0\x6d\xd1\xc9\x5f\x25\x2b\xbd\xb9\x7c\xfa\xf7\xc1\xf3\x67\x67\x70\xd5\xf4\xef\x83\x71\x9d\x34\x69\xaa\x4e\xc6\x75\x32\xa7\x16\x75\x2e\x86\x70\xa9\x90\x21\x5c\x34\x09\xe6\x12\x41\xf1\xb8\xe8\xbb\x56\xde\xa6\xef\x9b\xcb\x37\x93\x62\x73\xf9\x66\xa6\x1c\xa6\xcf\xa6\x9d\x9b\x76\x1e\x9e\xd5\xa6\xce\x43\x37\xb5\xc8\x40\xf1\x78\xa8\xf3\x71\xa3\x43\x9d\xce\x1d\x2b\x21\xc1\x16\x0f\xeb\xde\xc1\xbc\xc6\xa0\xcb\x79\x46\x4e\x08\x6b\x0c\x8c\xe7\x05\xf3\x1c\xc5\x6b\xd4\x82\xb8\xac\x66\x77\x93\x55\x82\x87\x2d\x02\xed\x11\x51\x9a\x18\xe9\xfb\x05\x4b\x9c\x4f\xd6\xc8\xce\x10\x2f\x58\xe2\x08\x5f\x23\xcc\x25\x3e\xa6\xe4\xa3\x4e\xad\x92\x47\x9d\x8f\x3a\x8d\xe7\xfe\xa8\xd3\xf1\xbe\x12\x3c\x6c\xc8\x6a\x59\x0a\xd4\xe9\x27\xa5\x96\xe0\xa1\x29\x50\xa7\xbf\xdd\x63\x52\xde\x42\x72\xab\x92\x3a\xdf\x5c\x3d\xfe\xcf\x52\xa4\xef\x6e\x94\x5a\x02\xef\x5d\x4a\xfe\x2b\xac\x14\x66\x0a\x19\x10\x56\x49\x72\x3b\xd9\x92\x6f\x02\x15\x49\x31\x4b\x6c\x02\xae\x35\xff\x15\x16\x0a\xb9\x7b\xe4\xee\x95\x76\xba\x49\xec\xfa\x64\x5f\x21\xab\x23\x25\x1a\x9f\xe8\x7b\xa3\x9b\x89\xcb\x8d\x26\xb9\xf9\x6a\xc9\x99\xae\x25\x77\xd5\xd5\x08\xf1\x49\xe0\x7d\x32\x2e\x1f\xdc\xdd\x74\x39\x77\x87\xad\x27\x68\x6c\x72\x14\xaf\x11\xb6\x8e\x50\x98\x21\x14\x56\xe3\xe4\x72\x00\x1b\x15\xb0\x1a\xd9\x82\x10\x03\xb3\x84\xa6\x4d\x5c\x34\x29\x53\x67\xa1\xce\x45\xe3\x0b\x75\x3a\x71\xad\x11\xde\x94\x0a\xed\x2c\xd4\xb9\xb9\xbc\x50\x27\x88\x1b\xdd\x93\x62\x09\xc4\x4d\x95\x41\x86\xd7\xa7\xca\x20\x57\xba\x79\x19\xf9\x4a\x37\x2b\x4d\x82\x37\xa5\xca\x20\xa3\x15\x12\xdd\x1f\x6e\xa9\xd1\x23\xb4\x42\xd0\xda\xb2\x04\x8e\x26\x20\x93\xf7\x92\x2d\x81\x8e\xa9\x23\x0f\x01\xf1\x49\x60\x5d\x02\xeb\x12\x33\x19\xa9\x2e\x43\xaa\xab\x26\x26\x6d\x1a\x3c\xa3\xc1\xe5\x9a\xb4\x83\xc6\x3b\x90\xd5\x04\x8a\x27\x10\x2c\x39\x0f\xad\x49\xf3\x73\xd0\xf8\x49\x93\x0a\x75\x4e\x66\x88\xa3\x5b\x4d\xd0\xed\x04\x39\x4d\x0e\x64\x35\x41\xb7\xd3\xa4\x9d\x93\x76\x42\xb7\x13\x8c\x35\xb9\x69\x5b\x93\x66\xdd\x62\x90\x17\x37\x02\x93\xd3\xe2\x46\x8b\x1b\xf9\xab\x49\x96\xe0\xb6\xc9\x21\xaf\x26\x3f\xd9\xb1\xb4\x78\x9a\xce\x6d\x6b\xea\xaa\x73\x52\x78\x28\xa4\xf1\x8b\xbb\x6f\xea\xec\x4c\x45\x3f\x43\x30\xcf\x0d\xf0\x57\xd3\xa0\xf1\x70\xdb\xb4\x19\xa5\xc9\x32\x84\xdb\xa6\x4d\x9d\x60\x72\xda\xd4\x79\x68\xfc\x64\xda\x1c\x1a\x0f\x2a\xa6\xc5\xd2\x06\x15\x13\x7a\x2e\x69\x51\x27\x84\x37\xa1\xe7\x92\x36\x73\x09\x00\x44\x27\xae\xa6\x43\x9d\x97\xa7\x79\xa9\x53\xb3\x0e\x54\x4c\x97\x3a\x2f\x03\x72\x19\xf9\xcb\xd3\x84\x98\xa7\xc7\x20\xa3\x8b\x64\x81\x59\xf7\x18\x4f\xf4\x47\x0c\xf8\x4d\x8f\xf9\x09\x2a\x5a\x60\x32\x80\x8a\xc9\x0d\xf1\x6a\xd8\x88\x09\x16\x8c\x90\x5d\x35\x48\x8a\x01\x80\x16\xb8\x91\x1f\xa3\x98\xf9\x11\x82\x59\xe0\x46\x20\xad\x79\x58\xb2\x19\x50\x69\xf0\x11\xc3\x3a\xb7\x40\x9d\xfe\xee\x86\x19\xef\xa0\x9a\x83\x63\x35\xd7\xda\x32\x8b\xdc\xc8\xc1\xb1\x92\x87\xcb\x4c\xef\xa0\x46\x6e\x94\x69\x12\xa8\x88\x3c\x5d\xb5\x12\xff\x91\x50\x98\x63\xa5\x79\x3e\x85\xef\x0a\x3a\x01\x45\x46\xa6\xae\x1a\x33\x1a\x7d\x3a\xb3\x44\xdd\x95\x56\x24\x5d\x4e\x27\x1a\x9d\x80\x37\x9b\xd1\x09\xc0\xd5\xe0\xcd\x48\xd8\x55\x6b\x0c\x0c\x38\x6a\xc6\x8d\x98\xbc\x08\xda\x19\x12\x76\xd5\xe0\xf7\x28\xd9\x99\x39\xd5\xad\xe6\x02\xfc\x86\x4c\x9d\x21\x53\x57\xd1\x6b\x34\x64\xea\x0c\x99\xba\x6a\x8b\x3a\x41\x47\x03\x1d\x6d\xf3\x4f\x48\xaa\x41\x52\x0d\xee\x60\x90\x54\x2b\x74\x13\xd6\x6e\x85\x3a\x51\xd4\x31\x58\xbb\x61\xcf\x5b\xe5\xf9\x63\x6a\x1a\xf6\xbc\x55\x6e\x74\x78\x80\xe0\xa8\x01\x99\x06\x64\x5a\x55\x9d\xb4\xf3\xf2\xcf\x46\x37\x9d\x96\x56\x83\xa0\x5b\xe3\x71\x80\xa3\x06\xed\xb6\xc6\xe3\xf0\x80\x93\x9a\x99\xe6\x06\xb8\x1a\xe0\x9a\x03\x4f\xb3\xeb\x15\x66\x14\x13\x23\x7d\x07\x71\x0d\x3e\x9a\x23\xa3\x04\x1f\x35\x77\x00\x54\x02\xa7\xcd\x3a\x83\x0c\xbb\xcc\xd0\x6e\x83\x5d\x1a\x30\x9c\x13\x7d\x87\x5d\xda\xe0\x72\x7f\x09\xd8\x0c\x22\x69\x0e\xbc\x35\x9b\xfe\x49\xdf\x07\x75\x6a\x9a\x83\xb8\x06\xe2\xe6\xcc\x8d\x26\xed\x04\x71\xc9\xab\x66\x48\x09\x9a\xc1\x19\x33\x80\xed\xe9\x35\xfe\xcc\x00\xd7\x0c\x60\x1b\x44\xd2\x80\x4c\x84\x4b\xcd\x16\x4d\x02\x32\x73\xe5\x11\x2f\x2e\xdf\x5c\xde\xf8\xe7\xa6\x49\xe0\x28\x62\xa8\x66\x10\x49\xdb\x34\x49\x33\x19\xce\x68\x00\x61\xee\xdc\xfd\xf0\xe0\x00\x42\x22\xb4\xcd\x0e\xb3\x0e\x20\x44\xf9\xc7\x0c\xcb\xdf\x10\xb6\xca\x93\xbb\x63\xf9\xdb\xa5\x49\x60\xb3\x81\x79\x76\x79\xee\x9b\x67\x84\x3d\x6f\x8f\xc7\xc1\xee\x6d\x60\x1e\x12\x8b\x35\x6b\x2a\x3e\x2e\x07\xc9\x50\xe9\xb1\x0c\xbf\xcb\xf0\xbb\x8c\xd7\x23\x3b\xae\x59\x96\xd0\x26\x5e\xb9\x0c\xbc\xe5\x40\x9d\x20\x6e\xc6\xc8\xcf\x7e\x50\x5a\x0b\x5b\x7a\x76\x0a\x68\xd9\xb9\x5f\x2d\x41\x37\xf2\x1e\x65\x37\xf2\x2b\x31\xdc\x96\x21\x7d\x19\xd2\x57\x60\xc1\x19\x37\x25\x42\x0b\x15\x95\x50\x43\x6f\xc1\xb2\x93\xb7\x5a\x40\x5c\xcf\x3a\xf2\x7d\xf8\x20\x17\xc0\x35\xf3\x36\x7d\x86\xdf\x15\x18\x6b\x86\xdf\x65\x87\xa7\x5a\x60\xac\xd9\x51\xca\x50\x92\xac\x05\x07\x1c\x82\x92\x96\x21\x7d\x25\xd3\x4e\xbc\x9c\xc8\x4b\xd6\x82\x57\x2e\x3b\x74\x59\x76\x23\xbf\x16\xb8\x6d\x86\xf4\xe5\xcc\x8d\x3c\x94\xc9\x72\xe6\x46\x99\x1b\x01\xaa\x19\x87\x66\x06\xd6\x0a\x4e\x93\x8c\x43\x33\xbb\xe9\x5e\x0b\xae\xba\x8c\x95\x9e\x0b\xa3\xe4\xe1\xda\x96\x71\x53\x66\x07\xb2\x5a\x3a\x75\x16\x1e\x07\x66\x76\xc1\x7f\x97\x0b\x7d\x87\xf4\x91\xfb\xce\x32\x60\x95\x2b\x75\x0e\x15\x72\x77\x98\x20\x89\xef\x2c\x63\x3c\x67\x70\xa9\x80\xb4\x19\xe7\x63\x6e\x5c\x8e\x7f\x24\x03\x56\xb9\x71\x39\xfe\x91\x8c\x3e\x72\x76\x78\xaa\x05\xa4\xcd\x8d\xa7\xd9\x19\xa5\xc3\xe3\xe8\x8c\x52\x67\x86\x80\xb4\xb9\x73\xa3\x4e\x8f\x0e\x3d\xea\x34\xa9\xd3\xa3\xab\x7f\x52\xe7\xa0\x4e\x68\x42\x86\x33\xe6\xc1\xd3\xc4\xc1\x91\x07\x4f\x13\x53\xb8\x68\x26\x63\x0a\x67\x38\x63\xc1\xa9\x87\xae\x87\xa1\xeb\x51\x6b\x60\x90\xe1\x8c\x19\xce\x58\x35\xbd\xa1\x87\xd9\x43\x45\x6a\xd5\x4c\x9e\xd4\x89\x29\x5c\xb1\xe7\x32\xa6\x70\x86\x33\x92\xe0\xc2\x32\x9c\x31\x83\x60\x15\x7b\x2e\x83\x60\x79\x51\x67\xe2\xb9\x2f\x1e\xb1\x73\xbf\x5a\x8d\x1e\x01\x6b\x19\x53\xb8\x82\xb4\x9e\xc1\xe6\xfb\x48\x14\x32\x15\xf1\x72\x66\xac\xde\x0a\x35\xce\x30\xc1\x0c\x13\xac\x9a\xde\x30\x41\xe4\x4b\x6a\x2d\xff\x78\xe4\x61\x19\x9a\xe8\xa9\x72\xbe\x2b\x18\xd7\x03\xc0\xc0\x1d\x2b\x76\x5d\x3e\x8c\x96\xb3\xc5\x5a\x2b\x9d\x00\x1d\x33\xc6\x73\xad\x74\xf7\xf0\x04\x0e\x75\x42\xa6\x33\xdc\x31\xc3\x1d\x2b\x2c\x23\xc3\x1d\x33\x16\x35\x02\xa6\x96\xe1\x8e\xd9\xc3\x50\x6a\x6d\x8c\x01\x16\xb5\x64\x5e\x2b\xd4\x23\x63\x51\x67\x2c\xea\x8a\xd7\x23\xe3\x41\xcd\x58\xd4\x55\x4b\x07\x8b\x1a\x09\x97\x5a\x07\x8d\x7f\xdc\xe8\xf1\x58\x06\x4d\x02\x71\xf3\x63\xfa\x60\x01\x16\x10\xd7\x93\x02\xfd\x55\x02\xd1\xad\x80\xb8\x68\xcd\x56\x02\xd1\xad\x80\xb8\x28\xcf\xd6\xea\x07\xec\x56\xd0\x2f\x29\x20\x6e\xc5\x56\x2c\xd8\xde\x05\x42\x49\x52\x43\x2b\x10\x4a\xa4\x6a\x2b\xb9\x0c\x0d\xc5\x5a\x2b\x58\xd4\x64\x34\xb4\x02\xe2\x96\xc4\x8d\x20\x3e\x05\xa9\x12\xf4\x6b\x6b\x85\xe3\x14\xc0\x15\xfd\xda\x5a\xf1\x4c\x22\x63\x6b\x05\x70\x25\xf1\xa1\x15\xc0\xb5\x00\xae\x95\xdd\xa6\x00\xae\x05\x70\xad\xac\xd1\x02\xb8\x22\x7f\x5b\x2b\x5b\x50\xc1\x83\x5a\x00\xd7\xca\x16\xe4\xc9\x90\xbe\x0f\x66\xc8\xd3\xe5\x97\x42\xef\x7b\x63\x0b\x2a\x70\xc6\x82\xed\xdd\x58\xb8\x25\x73\x23\x10\x97\xe8\x74\x2b\x20\x2e\x3a\xbb\xb5\x45\x5d\xce\x8d\x60\x97\x0d\x36\x84\xe8\x8e\x15\x60\x98\x40\x74\x2b\x20\x6e\xc1\xcc\x6e\x2c\xc7\x82\x99\x5d\x40\xdc\x86\xbf\xb1\x70\x30\x54\x20\x92\x0d\xe2\x53\x20\x92\xc5\xfd\x9b\xb5\x71\x30\x54\xc0\x66\x04\x7d\x6b\x63\x8d\x16\xb0\x19\xad\x9f\xda\xd8\x97\x4a\xe5\x46\x78\x3b\x5b\xd1\x3f\x7d\xc9\x14\xbc\x9d\xad\x30\xf2\x8d\x91\x07\xb0\x09\x44\xb7\x02\x60\x17\x4c\xf7\x56\x69\x27\xa6\x7b\x81\x72\xb6\x4a\x3b\x61\x97\x05\xc0\x26\x10\xdd\x0a\xec\xb2\xc0\x2e\x5b\xa7\x4e\xd8\x65\x81\x5d\x36\x16\x57\xe1\x5c\xa9\x60\xcf\x93\x84\xd2\x50\x1c\xb6\x02\x60\xa3\x0d\x65\x05\x22\x59\xc0\x66\x04\x17\xad\x0c\x26\x18\x44\xb2\x2d\xfd\x93\xf1\x04\x71\x89\x39\xb7\x82\xf3\x11\x89\xe2\xda\x36\x77\xc7\xcc\x46\xfc\xa8\xb6\xa3\x42\xfd\x93\x6e\xb2\x87\x14\x2c\xea\x82\x9f\xb1\x5d\x06\x04\x3f\x63\x59\x3c\x4d\x4d\x5a\x38\x63\x41\xcd\xb4\x69\xd2\xc2\x19\x0b\xe0\xda\x34\x69\x37\xcf\xc8\xc1\xb1\x76\xcd\x4f\x5c\x8a\x05\xce\xd8\x23\x0f\x0e\xe3\xb9\x1c\x04\x56\x35\xeb\x30\x9e\x0b\xa8\xd8\x61\x43\x05\x54\x2c\x0e\x79\x95\xc0\x6e\x2b\x1c\x0c\x15\x47\xb7\x4a\x0c\xb7\x15\x38\x63\x01\xd6\x3a\x67\x94\x05\x58\x2b\xee\x2f\xac\xdd\xe8\x11\x08\x56\xa0\x87\xc8\x67\x5a\xe5\xb8\xa7\xba\x15\x5b\x3b\x6e\xb5\x8a\xf9\x5a\xf1\xdf\x75\x26\x43\x75\x0e\x67\x15\xfb\xb3\xfb\x0b\x08\x56\x31\x31\x3d\xfd\xd4\x5f\xed\x1e\x4c\x64\x95\xa3\x99\x0a\x95\x23\xb4\xda\x50\x7e\xb6\x0a\x04\x91\x2f\xd3\x2a\x47\x33\x15\x81\x55\xe2\xad\xad\x02\x41\x88\x43\x57\x52\x69\x1a\x1a\xd1\x86\x2a\x74\xed\xe0\x67\xc5\xee\xf4\x24\x4e\x7f\xb5\x33\x6d\x2a\x68\x53\x31\x31\x3b\x1e\x8a\x0a\x5c\x54\xbc\x72\x1d\x67\x59\xc5\x2b\xe7\xf9\x8c\xbe\xc2\x4b\xe1\xa6\x90\xf1\x3c\xfa\xa7\x4f\x06\x4f\x48\xf4\x15\xfa\xc8\x7b\x3e\xa2\xef\x83\x47\x0c\x2a\x56\x4e\x4c\x2a\x27\x26\x1d\x73\xb0\x62\x8c\x4a\xa8\xba\x73\x5e\x53\x81\x8b\xca\x39\x48\x87\xb9\x54\xce\x41\x2a\xe7\x20\x9d\xa3\x99\xea\x06\xa7\xd5\xca\x28\x79\x7c\x93\x55\xce\x91\x2b\xc8\x30\x82\x2e\x67\x94\x40\x86\x81\x8d\x58\xa1\x72\xd5\x29\x59\x1d\x91\x1e\x71\xba\x51\xfd\x3c\xa3\x0e\xf8\x48\x65\xbd\xa3\x9d\x5d\x87\xbf\x39\x60\x15\x57\x5d\x65\x69\x0f\x2c\x3f\x34\xb3\xad\x62\x38\x0e\xe3\x72\x0c\xc7\x2a\xa9\x60\xfb\x47\xe9\x6d\x43\x5e\xdb\x2a\x60\x30\x98\xa7\x75\x30\x5a\x98\x9a\x03\x2a\x8f\xca\xb6\x55\x8e\x27\x46\xa6\x13\x93\xc9\xeb\x98\x50\x07\x06\x24\x1a\x66\x56\xb1\x2a\x07\x06\x64\xc5\x8f\x57\xe1\x64\x03\xe6\x52\x39\x9e\xa8\x98\x9a\x84\x6d\x5b\xc5\x8f\x87\x56\x77\x1d\x95\x9e\x01\x30\x28\xa1\x55\xd2\x9b\x5a\xe5\xcc\xa2\xc2\xde\x06\x74\xa6\x82\x3a\x15\xd4\x21\x96\xdb\x2a\xa8\x83\x66\x5a\x1d\x8d\x67\x85\x1f\x0f\x05\xb5\x4a\x80\xb7\x55\x4e\x37\x2a\x94\x8e\x5c\x56\x56\x71\xee\x55\x9c\x7b\xa3\xeb\x9f\x74\x13\xd4\x21\xc0\xdb\x2a\x67\xd4\x95\xd3\x8d\x31\x78\xfe\x87\x51\x3a\xd4\xa9\x95\x07\x3e\x55\x50\x67\x60\x1e\x54\x8c\xd2\xca\x41\xc6\x80\x7a\x54\xb8\x58\x85\x8b\x91\x62\xd5\x2a\x5c\xac\xe2\xc7\x1b\xf0\x91\x7a\x19\x10\xfc\x78\x03\xdf\x75\xbd\x0c\x08\xa0\x45\x80\xb7\x55\xb8\x98\xf4\xcd\xc7\xa6\xce\xc7\xe5\xf8\xf1\xc6\x61\xe4\xf1\xe3\xa1\x02\x57\x89\xe5\x36\xc4\xe0\xac\x82\x64\x24\x72\xb5\x06\x92\xa1\x02\x57\x07\xcb\x51\x62\x70\x0d\x32\x35\x58\x79\x0d\x32\xd5\x20\x53\xc3\xe3\xb1\x4c\x0a\x71\x0d\xde\x34\xfc\x9d\x08\x93\xee\x5b\x03\xf3\x26\x8e\x98\x06\xe6\x35\x0e\x1d\x26\x8b\xac\x25\xee\x0e\x99\x9a\x1c\x8a\x22\xff\x66\x08\xbe\x55\x02\xbc\xad\x41\xa6\x1a\x6e\xb5\x89\x79\xd0\x40\x32\x84\xde\xea\x4c\xfc\x13\x0f\x5a\x83\x22\x4d\xf0\xbe\xe1\x41\x6b\xc0\xdb\x84\x8f\x34\x0e\x99\x1b\x46\xe9\x84\x8f\x34\x8c\xd2\x86\x51\x3a\xe1\x23\x0d\xa3\x14\x9d\xb8\x4a\x3a\x5a\x6b\x00\x61\x83\x22\x4d\x7f\xfd\xc1\xd0\x90\xb3\x06\x3a\x4e\x42\x06\x90\x92\x33\x54\xe7\xeb\xcc\x8c\x3c\xbc\xa9\xe1\x80\x9b\x85\x91\x07\xf3\x1a\xbc\x69\x16\xfd\x93\xcb\x01\x42\x02\xbc\xad\xe1\x80\x6b\x10\x9f\x09\x49\x69\xb8\xd5\x1a\x1e\x34\x72\xdd\x5a\xc3\x83\xd6\x80\xb7\xc9\x92\x69\x1c\xf3\x7a\x4e\xa4\xaf\xf0\x50\x58\x28\xa4\x9b\xb8\xd3\x51\xc0\x37\xb4\xe7\xea\x84\xb9\x20\x41\x67\x0d\x74\x9c\x2c\xae\x86\xa5\x8a\x12\x5d\x45\xd7\xde\x1a\xe8\x88\x20\x5d\x9d\x1c\x0c\x21\xa0\x6f\xad\xd3\x78\xcc\x82\x06\x1b\x6a\xd8\xb4\x93\xc5\x85\x82\x9d\xa1\x52\x57\x27\x66\x01\x62\x75\xd6\x30\x5f\x27\x8e\xf7\x86\xf9\x8a\x74\x5d\x9d\xfe\xf6\x84\xa1\x60\x67\x68\xd6\xd5\xb9\x74\x39\x8d\x87\x37\x11\x17\x6e\x08\xd9\x59\x9b\xd4\xc9\x8a\x43\xc1\xce\xd0\x9e\xab\x73\x73\x39\x27\x11\x0d\xb0\x9a\x47\x85\xcc\x79\x9c\x65\xa4\xf7\xb5\xb6\xf9\x27\xc4\x67\xc2\x86\xd0\x97\x33\xa4\xfd\xeb\xd4\x92\xc1\x46\x44\x66\xae\x4e\x1c\x9a\xa8\xcd\x19\x52\x72\x95\x18\x6e\x43\xe1\xdf\x90\xf6\xaf\x8b\x80\x9a\x06\xf1\x41\xda\xbf\x2e\xad\x23\x20\x08\xd1\xb9\xba\xb0\xbd\x11\x9d\x33\x64\xe6\xea\x62\x5b\x43\xfd\xdf\x90\xf6\xaf\x0b\x67\x3e\xa2\x73\x86\xe8\x5c\x5d\x6c\x6b\x08\xfd\x1b\xe2\x71\x95\xe4\xc2\xd6\x38\x20\x68\xa0\xcd\xc2\x6f\xdf\x01\x96\x8e\xe9\xb6\x58\x32\x1d\xd3\xad\x83\x36\x0b\x0a\x8f\xb0\x9c\xa1\xe2\x5f\x17\x14\x1e\x7d\x39\x43\x5f\xae\x12\x02\x6e\x68\xfa\x5b\xc7\xed\xbf\x58\x32\x48\xc9\x19\x52\x72\x75\x11\x8f\xd3\x81\xa0\x0e\x04\x2d\x7f\xfd\xc1\x3a\x10\x84\xa2\x5c\x5d\x50\x78\x84\xe5\xac\xe3\x2c\x5b\xf8\xeb\x91\x92\x33\xc4\xe3\xea\x62\x75\xa0\x21\x67\x1d\xde\xb4\xd8\x3b\x90\x92\x33\xa4\xe4\xea\x82\xb5\xa1\x21\x67\xdd\x68\x12\xe7\x4a\x9d\x40\x3f\x14\xe5\xea\x82\xc2\x77\x70\xa9\x73\x42\xba\x70\x2d\xa1\x36\x67\xe8\xcb\xd5\xc5\x61\x28\xa9\x0b\x0c\x99\xb9\x4a\x58\xb9\x75\x4c\xb7\x8e\xe9\xb6\x98\xf3\x48\xd0\x19\xda\x73\x75\x7d\x1b\xca\x3f\x10\x0a\xf4\xe9\xac\x67\xba\xbb\x54\xb7\x5a\xc1\xf3\x87\xfc\x91\x0f\xc1\x50\xab\xab\x0b\xb7\x15\x32\x75\xd6\x61\x6f\x0b\xb7\x15\x32\x75\xd6\x31\xf6\x48\xf8\x6c\x1d\xf6\xd6\x39\x0b\x58\xc4\x11\xa0\x5d\x67\x1d\xa2\xb6\x88\x80\x44\xc9\xce\x3a\x44\x6d\x3d\xea\xe4\x80\xa0\x37\xa6\x39\x3c\x0f\xed\x3a\xeb\x04\xac\x2c\xac\x5f\x94\xec\x4c\x49\x19\x76\xe0\x72\x7c\x6e\x9d\x03\x82\x4d\x58\x64\x87\xd2\x21\x68\x57\x37\x07\xad\x28\xd9\x19\x12\x76\x95\x24\xd2\xd6\x3b\x97\x3b\x22\xd5\x6d\xba\x9c\x26\x41\xe9\x36\x96\x2a\x2a\x77\x86\xca\x5d\x25\x64\xdd\x90\xb7\x33\x04\xed\xea\x86\x76\x21\x68\x67\x48\xd8\xd5\xad\x19\x8d\x7b\x0d\x09\xbb\xba\xa1\x5d\x9d\xd0\xc0\x8e\x7b\x6d\x63\xa9\x76\x0e\x08\x3a\xa0\xb5\x39\xf3\xef\x80\x56\xff\x65\x51\xe1\x46\xb0\xb6\x0e\x6b\x23\xe5\xa6\x21\x84\x67\x1d\xd6\xb6\xd9\x19\xd0\xc3\x33\xf4\xf0\xea\xc6\x37\xd4\x09\x22\x44\x0f\xaf\xee\xae\x7f\x32\x4a\x00\xe1\xc6\x0d\x84\x3a\x9e\x21\x8b\x57\x37\xe6\x2b\xea\x78\x86\x1e\x5e\xdd\x6c\x02\x08\xe1\x59\xe7\x28\x61\x6b\x95\x10\x7e\x82\xf4\x5d\x25\xbb\xb5\x75\x20\x13\xe9\xbb\xba\x41\xf1\x0e\x6b\xeb\x10\xb4\xcd\xf1\x29\x9a\x77\xd6\xf1\xa0\x6d\xc2\x76\x49\xa3\x61\x48\xdf\xd5\xcd\xf1\x3e\xd2\x77\xa6\x6c\x1a\x1b\xde\x84\x10\x9e\x29\x9b\xc6\xc6\xad\xda\xe1\x77\xe8\xe1\xd5\xad\x99\x0c\x8e\xa2\x87\x57\x37\x26\x31\x7a\x78\x46\x8a\x8d\xba\x35\x93\x31\x35\x3b\xe0\xba\x89\xd0\xed\x97\xc7\xc1\x39\x2d\x79\x81\x8c\x84\x1b\xd6\x1d\x63\xeb\x01\xda\xd1\xd1\x33\xd2\x6f\x54\xa2\xd3\x0d\x1d\x3d\xeb\x90\x3e\xa2\xd3\xad\x43\xfa\x90\xd3\xab\x07\x68\x47\x4e\xcf\x3a\xbe\x36\xa2\xd3\x0d\x39\x3d\x43\x4e\xaf\x1e\x5c\x36\x83\x68\xc5\xc1\x39\xed\x01\xda\x07\xd8\x3c\xc0\xe6\x93\x74\xf9\xa4\x90\x1b\x11\xf5\x3b\xc0\x66\x84\xf7\xea\x61\xc9\xa0\xb8\x67\x48\xed\x55\x42\xd6\x0d\x19\x3d\x1b\x91\xcb\x31\x35\x06\x07\x19\x08\xe7\xd5\x83\x01\x31\xa0\x87\x03\x93\xf8\x60\x40\x0c\x4c\x62\xb4\xf5\xea\xe1\x80\x00\x6d\x3d\x43\x4d\xaf\x92\xab\xdc\x10\xd5\xb3\x01\x91\x3c\x1c\x60\x91\x88\xc4\x90\xd8\xab\x04\xa0\x1b\x4a\x7b\x86\xc4\x5e\x3d\x2c\x04\x94\xf6\x0c\x19\xbd\x7a\xd8\x04\x90\xd1\xb3\xc1\x91\xc7\x21\x22\x06\x51\x3d\x43\x4d\xaf\x9e\xae\xcb\x17\x85\x9b\x42\xfa\x0e\xb4\xa3\xa6\x57\x0f\xa6\x06\xa2\x7a\x86\x9a\x5e\x3d\x40\x3b\xa2\x7a\x36\x40\xf1\x03\xb4\xa3\xad\x67\x03\x76\x79\x08\x7e\x41\x69\xcf\x90\xd8\xab\x67\xa9\x4e\x6e\x04\x50\x1f\x38\xce\xe0\xcc\x77\x40\x39\x49\xd2\x6e\x08\xee\xd9\xe0\xcc\xf7\x70\x7c\x36\x40\xef\x01\xe5\x3c\x2c\x19\xb2\xa8\x18\x62\x7c\xf5\x10\x2f\x86\x0a\x9f\xa1\xbb\x57\x0f\x91\x9a\x03\x48\x1f\x90\xd3\x73\xf5\x4f\xea\x04\xd2\x0f\xae\xcf\x51\x55\x27\x23\xcf\xf1\xee\xc0\x2b\x87\xe0\x5e\x3d\x98\xee\x83\xe3\x5d\x24\xf6\xea\xc5\x80\x40\x5b\xcf\x06\xe8\xad\xf8\xf5\xc1\xe1\xc8\x70\x92\x59\x2f\x0e\xa3\xd1\x19\x64\x02\x6a\x6e\x64\x86\x80\xf3\xe8\xee\x55\x45\xba\x93\xfb\xc5\x06\xa6\x3b\x09\xe7\x0d\xc1\x3d\x43\x70\xaf\x92\x67\xde\x50\xda\x33\xb4\xf5\x2a\xe9\x0d\x0d\x6d\x3d\x1b\xe0\x3c\xc9\xc1\x0c\xa5\x3d\x43\x5b\xaf\x5e\x2d\x04\x70\x1e\x19\xbd\x7a\x31\x20\x90\xd1\x33\x84\xf3\xea\x25\x1e\x67\x60\x88\x0f\x0c\x71\x45\xba\x8f\xa9\xcb\x19\x10\x6c\x85\x01\xa4\x93\x80\xa6\x5e\x8e\x77\x07\x98\x4c\x1e\x9a\x7a\x71\x57\x91\x8e\xc6\x06\x48\x7b\xb5\x3a\x40\xda\xb1\xb9\x51\x57\x21\xcf\x08\x72\xea\x72\xf3\xff\x40\x28\x50\xdc\xb3\x81\x1f\xef\x6a\x41\xe0\xc7\x1b\xc0\xf0\x65\x67\x40\x71\xcf\x90\xda\xab\x17\x33\x7b\x80\xb8\x03\xc4\xbd\x38\xb8\x06\x74\x16\xfd\xbd\x7a\x71\x70\x0d\x9c\x7b\xe8\xef\x55\x85\xd6\x0f\x60\x78\x10\x2f\x78\x89\x67\x1e\x20\xee\x00\x71\x2f\x66\x36\x12\x7d\x86\x44\x5f\xbd\x1c\xcd\xa1\xc6\x67\xca\xcc\x73\xb5\x20\x88\x02\x44\x7f\xaf\xde\xa3\x42\x06\x06\x8b\x1a\xc9\x7d\x9b\x9c\x59\x4c\xc0\xf5\xe2\x17\x45\x9b\xcf\x26\xc4\x57\x51\xf4\x48\xf4\x19\x12\x7d\xf5\xc2\x71\xd0\xe6\xb3\x09\xb8\x5e\x9c\xa5\x48\xf4\x19\x6a\x7c\x95\xfc\x5a\x86\x0c\x9f\xa1\xbf\x57\x1f\x66\xf6\x84\x0d\x4f\x8f\x85\xa9\xe4\xd7\xb2\x49\xbc\x20\xa2\x7c\x95\xc4\xff\x86\x36\x9f\x4d\xce\x93\x1f\xe6\xc1\x04\x86\x91\xe8\xab\xa4\xf9\xb7\x09\xe2\x92\x80\xa8\x3e\x96\xce\x84\x22\x23\xd1\x57\x1f\xe6\x01\x99\x87\x0c\xa5\xbe\xfa\x70\xab\x4e\xac\xf4\x09\x64\x3e\x78\x13\xda\x7c\x36\x61\xc3\x8f\xd0\x86\x09\x1b\x9e\x58\xe9\xcf\x5f\x66\x32\x04\xfb\x0c\x89\xbe\xfa\x08\x33\x46\xa2\xcf\x90\xe8\xab\x8f\x43\xe6\x09\x1b\x9e\xe0\xe8\x63\x63\x99\xe0\x28\xf2\x7d\x55\xe1\xfa\xa8\xf8\xd9\x04\x32\x1f\xc7\xd1\x13\x6e\x8b\x52\x5f\x55\xb8\xfe\xc4\x20\x47\xa9\xaf\x92\x35\xcb\x10\xec\x33\x94\xfa\xaa\x22\xf3\x27\xe8\x88\x52\x5f\x25\x6b\x96\x4d\x3c\x93\x93\x88\x98\xc7\x42\x40\xb7\xcf\x50\xea\xab\x8f\x9d\x61\x12\x44\x38\x01\x42\x04\xb5\x6d\x62\xba\x4f\x0e\x99\x1f\x26\x31\x62\x7e\x46\xf2\xa5\xaa\x18\x7e\xa4\xfd\x6c\x36\x06\x19\x9b\x01\x85\x3f\x9b\x98\xee\x6f\x72\x77\x4c\x77\x84\xfe\xaa\x02\xfb\x27\x27\xcf\x93\x83\x8c\x07\xc3\x9a\x80\x2b\xea\x7f\xf5\x2d\x06\x04\x7b\x1e\xa1\xbf\xaa\x57\x00\x26\xa6\xfb\x84\x1a\xbf\xad\xcb\x19\x10\xd0\x51\xd1\xfe\xa4\x7e\x32\xd4\xff\xaa\xa2\xfd\x27\x87\xcc\x13\xc8\x7c\xc4\x1c\x4f\x20\x93\xb4\x50\xf5\x1d\xa6\x0d\xb1\x33\x24\x89\xaa\x0f\x2e\x86\x86\xa0\x91\x24\xaa\xea\x15\x00\xa4\x04\x8d\x24\x51\x55\xaf\x00\x4c\xc0\x15\xf1\xc0\xfa\x20\x68\x64\x8e\x32\x54\x03\xab\xa2\xfd\xe7\xa2\xef\xb8\x29\x1f\xac\x8d\x24\x51\x36\x9d\xf7\x36\x05\xf6\x93\x24\xca\x10\x0f\x6c\x81\x97\x59\x26\x6e\x4a\x72\x45\xb5\xc0\xbe\x84\x94\xa0\x21\x25\xd8\x82\x16\x17\x6e\x4a\x14\x05\x1b\xa9\x16\x6c\xc2\x82\x51\x14\x6c\x64\x7b\x36\x84\x05\x6d\xba\x63\xb2\x05\xce\xbd\xc9\x0e\x65\xa8\x05\xb6\x80\xed\x3d\x41\x5a\x72\x45\x35\x05\xf6\x23\x21\x68\xa4\x85\x6a\x01\xaf\x31\x12\x82\x36\x1d\x70\x1b\xba\xe1\x86\xa0\xa0\x4d\x87\xd1\x46\x7a\x70\x23\x3b\x94\x21\x21\xd8\x02\x06\x39\xd9\xa1\x0c\x09\xc1\x16\xb4\x0c\x41\x5a\x94\x04\x9b\xa2\xfd\x11\x14\x34\x92\x44\xb5\xc0\x0e\x36\x1f\x8d\x7f\xdc\x48\xcb\x90\x97\x6e\x50\x12\x6c\x0a\xe8\x9f\xa4\x54\x46\x57\xb0\x05\xec\x79\x92\x43\xd9\x7c\x34\x9e\x43\x70\x74\x05\x8d\x6c\xb8\x2d\x10\x15\x82\xae\xa0\xa1\x24\xd8\x10\x13\x37\xf2\x40\x19\x99\x9f\x1a\x62\xe2\x86\xca\xa0\x21\x2f\xd8\x02\x71\xa2\xa8\x0c\x1a\xba\x82\x2d\xb0\x60\x11\x14\xb4\xe5\x80\xdb\x14\xe5\x8f\xae\xa0\xad\xc8\xc8\x13\xca\x44\xfe\x28\x43\x2d\xb0\x05\xce\xbb\x91\x09\xb4\x95\x68\x12\x2b\x0e\x61\x40\x43\x18\xb0\x85\xa5\x7f\xd2\x24\x63\x2e\xb1\xb8\x16\xa0\x8a\x3e\x60\x0b\xbc\xff\x85\x4c\xa0\x2d\xf7\x26\xb4\x80\x21\xbe\xf0\x72\x92\xa1\xaa\x05\x96\x0c\x89\xaa\x8c\xd4\x54\x2d\xe0\xae\x42\x11\xd0\xc8\x42\xd5\xc2\x53\x21\x77\xcf\x3c\x4d\xf6\xa3\x05\x54\xae\xc2\x80\xb0\x1f\xa1\x16\x68\x8b\xf4\x71\xe1\xd1\x78\x50\x71\x39\x0e\xb6\x88\x67\x0a\x0d\x40\x43\x03\xb0\xc5\xf8\xcf\x41\x99\x64\xb8\xb2\xe5\x20\xd9\x62\x54\x35\x34\xcd\x41\xb2\x21\x15\x6e\x88\x00\x1a\x42\x7f\x2d\xc2\xde\x56\xa3\x67\x8d\xcb\x4d\xff\xe4\x72\x37\xeb\x5b\x24\x3a\x04\x85\x3f\x43\xd3\xaf\x45\x82\x9f\x50\xf1\xb3\x35\xe8\x04\x9c\x6c\xe1\x84\x54\x7e\xad\xc8\x9b\x2e\xa8\xf8\xd9\x72\xf0\x69\x91\x19\x8d\x6e\x9f\x2d\x0f\xe3\x6b\x91\xe8\x3a\x54\xfc\x0c\xf9\xbe\x16\xab\xfe\xc9\x4c\x99\xd4\x49\x74\x1d\x2a\x7e\x86\x7c\x5f\x8b\x44\x70\x2c\x78\xde\x5a\x0c\x61\x63\xb0\x39\x5b\x59\x4e\xfe\x3c\x77\xbc\x17\x32\xcd\x17\x3d\xd2\x8c\x06\x9f\xd0\xf4\x6b\x64\x3f\x37\xa4\xfd\x6c\x81\x4f\x8a\xe1\x47\xe1\xcf\xd0\xf4\x6b\x51\x33\x1a\x7c\x5a\x9b\x26\xf1\x32\x0b\xba\x7d\x46\x8a\xb1\x16\x39\x6c\x44\xc5\xcf\x50\xea\x6b\x48\x84\x1b\xda\x7c\xb6\x0e\x23\x8f\xc5\x82\x44\x9f\x2d\x92\x95\x46\x36\x96\x05\x13\x44\xb7\xaf\x29\x86\x1f\xdd\x3e\x43\xa2\xaf\x45\x2d\x08\x48\x1f\x6a\x7c\x2d\x6e\xee\x8e\xed\x8d\x1a\x5f\x8b\x5b\x97\x53\x27\xc9\x4a\x23\xbb\xcd\x22\x7a\x05\x89\xbe\x16\x31\x63\x90\xe8\x33\x24\xfa\x5a\x24\x18\x7b\x71\x20\x8c\x44\x5f\x8b\x9c\x98\x20\xd1\x67\xa8\xf1\xb5\xc8\x89\x09\x6a\x7c\xb6\x49\xe9\x1b\x59\x4f\xa8\xf1\xd9\x0e\x8c\x27\xeb\x69\x63\x66\x6f\xf0\x29\xb2\x9e\x50\xe3\xb3\x4d\x06\xd3\xc8\x16\x84\x0c\x9f\x6d\x00\x26\xb1\x05\x6d\x00\x66\xbb\x0b\xb4\x25\x22\x38\x90\xe1\x33\x54\xf5\x5a\x22\x82\x03\x71\x3d\xdb\x6e\xef\x36\x54\xcb\x6d\x13\x93\x82\x48\x5e\x4b\x2e\xd0\x60\x88\xe4\xd9\x06\x60\xc8\x81\x66\x9b\xb3\x95\x0d\xc0\x24\x0e\x19\x37\x36\x2d\x5a\x79\x2d\x71\xe4\xb1\x39\x46\xd9\x64\x5a\x45\x8b\xdc\x36\x04\x6d\x67\x1a\xcf\x92\xd9\x00\x0c\x5a\x79\x2d\x71\xba\xb1\x49\xe4\xbe\x0b\x97\xb3\x64\x36\xa7\xc4\xdb\xcd\xd7\x86\xc2\xb8\x21\xae\x67\xa8\xea\xb5\xd4\x74\xf9\xa0\x70\x51\x58\x29\xdc\x14\xd2\x78\xd6\x11\x32\x7c\x86\xfe\x5e\x4b\x04\x6b\x20\xc3\x67\xa8\xe9\x35\xbd\x41\x80\x7e\x9e\x6d\x92\xec\x25\x96\x0c\x32\x7a\x86\x70\x5e\x4b\x44\x66\x6f\xa8\xdc\x6e\x8c\x27\x3b\x03\x32\x7a\xb6\x1b\xe3\x89\x4d\xb3\x89\x34\x41\x46\xaf\x25\x6c\x1a\x64\xf4\x0c\xc5\xbc\x96\xb0\x69\x50\xcc\x33\x34\xf2\x5a\xe2\xd0\x7e\xc3\xc5\x76\xa7\x49\x2c\x19\x54\xf1\x0c\x1d\xbc\x96\x88\xf5\x40\x07\xcf\x76\xa7\x9b\xac\x0e\x24\xef\x6c\x0f\x9a\x04\x17\x43\xf2\xce\x90\xbc\x6b\x89\x85\x80\xd6\x9d\xed\xc9\xdd\x61\x58\x1b\x58\xdb\xc0\x9a\x5e\x40\xd8\x04\xfc\xed\x49\x9d\x9a\xde\x93\x6e\x4e\xda\xc9\xce\x80\x54\x9e\x21\x8e\xd7\x8c\x58\xa4\xcd\x39\xf2\x76\x1f\x64\x33\xb6\x0b\x14\xf3\x6c\x3b\x17\x6b\x7a\x2b\x61\xe3\x7c\x44\x23\xaf\x19\x46\xfe\xe6\x14\x06\xc5\xbc\x66\x51\xff\x64\x82\x39\xe4\x35\x4b\x74\x93\x40\x95\xed\x90\xd7\xf4\xaa\x02\x32\x7a\xb6\xfd\xd8\xa6\x19\x8e\xad\x4d\x70\xf3\xde\xdc\x9d\xbd\x63\x73\x8e\x8c\xe0\x5e\x43\xdf\xdc\x36\xa1\x81\x08\xee\x35\xcb\xfa\x27\x13\x0c\x82\x66\x6c\x28\x08\xee\x19\x89\x02\x9b\x69\x75\x80\x8a\x1b\x82\x66\x5a\x1d\x10\x34\x04\xf7\x1a\xf2\xe8\xb6\xb1\x7a\x37\x58\x67\x38\xcb\x10\xdc\xb3\x7d\x19\x4f\x2d\x04\x10\x0c\x89\xbd\x66\x10\x9f\x0d\xc3\xda\x30\x2c\xbd\x63\x40\x62\x42\x43\x85\xaf\x19\xb1\x48\x1b\x86\x85\x18\x5f\x33\x88\x0f\x2a\x7c\x86\x0a\x5f\xd3\xdb\x08\xa4\x30\xb4\x13\xb8\x11\x73\xfe\x60\xe0\x1e\x60\x8d\xe4\x60\x76\xa0\x5d\x27\xd0\x4d\x16\x02\xea\x7d\x86\x42\x5f\x33\x16\x02\x42\x7d\x76\x22\x43\x87\x5f\x0c\xbd\x3e\x3b\x91\xc6\xc3\x9b\x50\xef\xb3\x13\x19\x90\xff\x83\x23\x8f\xc3\x01\x11\x9a\x7e\x0d\x3d\x76\x43\xcc\xcf\x50\xea\x6b\xc6\x91\x07\xf9\x14\x8d\x7c\x8a\xcd\x60\x5a\x07\xd7\xe2\x01\x47\xd1\x63\x37\x04\xfb\xec\x18\x03\xc3\xd2\x41\xb0\xcf\x8e\x23\x67\x33\xb6\x0b\xd4\xf8\xec\x18\x83\x7d\xf5\x4f\x1f\x6c\xb2\x32\x36\xe3\x80\x1d\x89\x3e\x43\x63\xaf\x19\x6f\x8c\x1d\x3c\x7e\x07\xc8\x34\x76\x06\xc4\xf5\xec\xc0\xc9\x32\x3b\x03\x1a\x7b\x76\x80\xcc\xcc\x7a\x42\x71\xcf\x0e\x98\xa7\xd7\x1f\x90\xd3\xb3\xe3\x7e\xbc\x96\x71\x14\x23\xa7\x67\x87\x8c\x9b\x99\xa5\x73\xa0\x5d\x08\xe8\xb5\x6c\xba\x9c\xbe\x83\x79\x7a\xa9\x01\xe5\x3c\x43\x39\xaf\x65\xde\x25\x46\x39\xcf\xd0\xc3\x6b\x7a\xa9\x01\x3d\x3c\x3b\x20\x19\xba\xf1\x86\xbc\x9d\x91\x4b\xb2\xe9\x55\x85\x83\x23\x0e\x95\xbb\x96\xf1\x09\xa3\x72\x67\xa4\x94\x6c\x19\xf7\x2f\x9a\x77\x86\xd8\x5d\xcb\xbc\x69\x4f\x66\x49\x43\xe5\xae\x65\x6c\x86\x03\x6b\x3b\x93\xa1\x23\x72\x0b\x95\x3b\x43\xd7\xae\x65\x22\xc9\x11\xb4\xb3\x03\x41\x23\x9d\xb1\x1d\x08\x1a\xba\x76\x2d\xe3\xd8\x42\xde\xce\xd0\xb5\x6b\x99\xe3\x3e\xe4\xed\x0c\x5d\xbb\x96\x39\xcd\x3e\x40\x11\x89\x22\x5b\xc6\x4a\x27\x5f\xa4\x21\x53\xd7\x32\x78\x7f\xc0\x12\xd4\xea\x5a\x5e\x74\x13\x5f\x1b\xc2\x74\x2d\x63\x33\x1c\x60\x03\x99\xba\x96\x35\x69\xb1\xeb\x0e\x99\xdf\xc9\x71\x6c\xc8\xd4\x19\xc2\x74\x4d\x2f\x4a\x1c\x4c\x38\x34\xe8\x9a\xde\x89\x38\x60\x09\x1a\x74\x2d\x43\x67\xc8\x4f\x69\x88\xcf\x35\xbd\xfe\x70\x41\x08\xe4\xe6\x5a\xe1\xf4\x0d\xd5\x39\x43\x4a\xae\x15\x4e\x37\x2e\x2f\xc2\xa2\x13\xd7\x0a\xb1\x1e\x97\x75\x4f\xee\xca\x46\x3e\x62\x23\x85\xa5\x5d\x88\x4f\xe1\xcc\xe2\xb2\xee\x2f\xeb\x5e\xaf\x3f\x5c\x56\xf1\x4d\xd4\x09\x36\x23\x3a\x67\x97\x55\x5c\xd0\x77\xb8\xd8\x60\xd7\x17\x73\xd3\x9b\x0e\xe8\xd2\x19\x82\x74\xad\x40\x67\x2e\xa7\x06\x97\xcc\xda\xa4\x63\xb4\xcb\x01\xc1\x85\x37\x15\xfc\x4d\x28\xd8\x19\x2a\x75\x8d\x94\xc3\x76\xf1\x76\x5d\x72\x70\x17\x38\xce\x05\x04\x2e\x20\xa0\x37\x1d\x90\xb5\xb3\xeb\xf6\x59\x2b\xb8\x6a\x11\xab\xb3\x9b\x69\x12\xc7\x13\x17\x1f\x16\x2a\x75\xad\xe0\xaa\x45\xac\xce\x50\xa9\x6b\x7a\xfd\xe1\x62\xad\x5d\x90\x41\xaf\x3f\xa0\x60\x67\xd7\x39\x55\x43\xc2\xde\x2e\x6e\x7f\x34\xeb\x5a\xe1\x85\x5d\xc4\xea\x0c\x41\xba\x56\x78\xe9\xe6\xe2\xc3\xba\xc0\x45\x59\x2a\xa4\x9d\xc0\x85\x5e\x7f\xb8\x48\x0f\xa0\x52\xd7\x10\xa6\xb7\x0b\x45\xba\x95\xc6\x33\x3f\x51\xb0\xb3\xdb\x78\x70\x44\x16\x5e\x1c\x5b\xb7\xf1\xe0\x30\x5f\x2f\x18\x82\x90\x5d\x2b\xc8\xeb\x5c\x1c\x5b\x17\x60\x29\x38\x77\x2e\xc0\x72\xe1\x4d\x7a\xd3\xe1\xa2\x47\x80\xc8\x5d\x2b\x90\x94\xcb\x01\xc1\xed\x34\x1e\x0e\x7e\x39\x20\xb8\x9d\x1b\x71\x12\x81\x2a\x9e\x5d\x70\xa9\x72\x12\x71\xc1\xa5\xeb\xa6\x62\xab\x70\xf0\xcb\x7b\x16\x68\xe4\xb5\x0a\xd2\x5e\x18\x16\x8a\x79\xad\x82\xb4\x48\xe5\x19\x1a\x79\xad\x26\x5d\xce\x80\x60\x4d\x56\x90\xf6\x72\x10\x7c\xe1\x62\x15\xe7\xce\x85\x8b\xa1\xad\xd7\x2a\x3e\xd6\x0b\xed\xba\x20\x98\x5e\x6a\xb8\x04\xfa\x5d\x07\xb2\x56\x89\xb6\xb8\x9c\x2f\xdc\x5f\x56\x54\xee\x0e\xed\xba\xca\x8a\x8a\xcb\x06\xc1\x3d\x43\x70\xaf\x55\x30\xf9\x72\x94\x70\xf1\x76\x55\xa8\x07\xda\x7a\x86\xb6\x5e\xab\x38\x62\x2e\x0c\xeb\x6e\xea\xe4\x70\x19\xa5\x3d\x43\x62\xaf\xd5\xae\x7f\x32\x15\xdd\xe9\xd5\xaa\xe6\xe7\xd6\x8d\x18\xa5\xae\xcb\x19\xf9\xc3\xdd\x09\xc1\x40\x93\xcf\x10\xe3\x6b\x15\x3e\x72\x71\x96\x21\xb8\xd7\xaa\xa6\x37\x50\x79\x2f\xcf\x08\xcf\x29\xa2\x7a\x76\x71\x81\xf9\xeb\x04\xff\x40\x28\x2e\x11\x7b\x17\x4e\xa6\x77\x0d\xee\x55\xdd\x3c\x40\x00\xfb\x72\xe8\x70\xb1\x3f\x2b\x07\xd7\x17\xfb\xf3\x82\xb8\xc8\xe3\xdb\xc5\xd4\xbc\x20\x6e\xd5\x2a\xc1\xd4\x44\xb7\xaf\x55\xfc\xa2\x97\xe3\x09\xe4\xfb\x5a\x65\x95\x3c\x42\x70\x1e\x9c\xac\x62\x94\x3e\x5e\x4d\x7b\xd0\x2f\xbd\x41\xf0\xa0\x5f\xc8\xf7\x35\xbd\x41\xf0\x78\x35\x0d\x31\xbf\x56\x61\x19\x88\xf9\xd9\xc3\x15\xd6\x38\xb8\x7e\x00\x36\x0a\x7f\xad\x01\xed\x88\xf9\x19\xc2\x7b\x4d\xaf\x15\x20\xbc\x67\x48\xed\xb5\x86\x1f\xe7\x25\xfd\xd3\x9f\x7f\x83\x65\x20\xbc\x67\x08\xef\xb5\x96\x68\x12\x0c\xeb\x81\xb8\x8d\x53\x38\x64\xf8\xec\x39\xc6\xb6\x06\xcb\x40\x86\xcf\xd0\xdf\x6b\x7a\x59\xe0\x01\xae\x08\xef\x35\x54\xeb\x0d\xe1\x3d\x7b\x30\x2c\x54\xeb\x0d\x71\x3d\x43\x55\xaf\x35\xce\xd6\x1e\xe0\xfa\x00\xd7\x86\x73\xe7\xa1\x00\x83\xd4\x5e\x6b\xc4\xb3\x3e\x0e\x5a\x51\xd5\x6b\x8d\xf7\xd5\x10\xd7\xb3\x07\x8e\x36\x50\xfc\xe1\x0a\x7b\xe0\x68\x83\xa0\xa3\xb8\x67\x0f\xab\xb2\xe1\x99\x44\x71\xcf\x90\xda\x6b\x8d\xb9\xff\x80\x4c\x84\xf7\x5a\x83\x8b\x23\xbc\x67\xcf\x41\xb2\x35\xce\xd4\x90\xe1\x33\xf4\xf7\x5a\x9b\xfa\xa7\x2e\xa7\x9d\x88\x50\x21\xbc\x67\x08\xef\x35\xbd\x56\xf0\x30\x35\x1f\xe8\xd8\xc0\x7b\x14\xf7\x0c\x55\xbd\xd6\x98\xc9\x88\xeb\xd9\x03\xf3\x1a\xc7\x67\x88\xeb\xd9\x03\xde\x1a\xd0\x8e\x8e\x9e\x21\xa0\xd7\x1a\x67\x6a\xe8\xe8\xd9\x9b\x5c\x8e\xcf\x05\xc9\x3c\x7b\xd0\x2e\x34\xe8\xed\xf1\xce\xeb\x9b\xd4\x49\x20\x1d\xca\x79\xf6\x30\x20\x1b\x81\x74\x0f\x24\x7b\x80\x16\x72\xf3\xf6\x20\x68\x0f\x03\xb2\x73\x28\xf6\x30\x20\x1f\xce\xb2\xae\x49\x0b\x68\x3d\x40\xab\x43\x3d\x1e\xa0\xf5\x00\xad\xae\xf9\x09\x68\xa1\xaa\xd7\x7a\xd2\xe5\xb4\x13\x67\x59\x07\xc5\x1f\xa0\xf5\x00\xad\xce\xd1\xf1\x03\x9f\x1e\xb6\x62\x87\xa4\x3c\xa2\x57\xd0\xdf\x6b\x5d\x93\x16\xf1\x14\x84\xf7\x5a\xc7\x56\x44\x5b\xcf\x1e\x48\xd6\xb1\x15\x1f\x48\xf6\xc0\xa5\x0e\x1f\x41\x7e\xcf\xd0\xdd\x6b\x1d\x1f\x3b\x82\x7b\xf6\xf0\x76\x75\xdc\x2b\x0f\x08\x7a\x78\xbb\xf4\x52\xc3\x03\x82\x1e\xa4\xaf\xfb\xf9\x57\x46\x9a\x2f\xa3\xc2\xd7\xba\x47\x46\xe4\xe0\xe7\x9e\x39\x00\x41\xdd\xcf\xbf\x72\x70\xb3\x30\x87\xc0\xe3\xf0\x99\x9c\x91\xe6\xcb\x01\x6f\x3c\xaf\x3f\xe4\xe0\xf4\x30\x07\xbc\xf1\x7d\x70\xa3\x48\x9d\x30\x41\x94\xe5\x33\x92\x7e\x39\xe0\x02\x23\xab\x78\x0e\x91\x3a\x23\x75\x3a\x26\xe7\xe0\x47\x9c\x39\x24\x46\x7e\x71\x77\x47\xa9\x8c\xea\x5f\x43\x59\x3e\x07\x72\xce\x06\x38\x63\xf7\x60\xa2\x8c\x22\x60\x0e\xd0\xc3\xee\x4a\x3a\x39\x90\x73\x36\x00\x56\xdd\x83\x89\x32\xc2\x80\x39\xe0\xb7\x47\x83\x3e\x07\xe3\x46\x80\x15\xef\x44\xe4\xe0\xbc\x30\xa3\x01\xd8\x78\xfd\x21\xa3\x01\x98\x51\xfd\x6b\xdd\x05\x44\x72\x30\x1a\x8f\x8d\xd8\x2f\x03\x92\xa9\x13\xce\xd8\x7d\x75\x64\x14\x01\x73\xc0\xc3\xdf\x1f\x7d\x77\x22\x99\xd1\x07\x6c\xdd\xd9\x7a\x0e\x99\xa1\xcb\x0c\xdd\xa3\x49\x99\xa1\xe3\x2c\x00\xb5\xfa\x8c\x4c\x60\x46\x1f\xb0\xf1\xf6\x44\x0e\x85\xe7\xee\x46\x65\xe3\xed\x89\x8c\x4c\x60\x46\x18\xb0\x8d\xc0\x20\x17\x7a\xe4\x38\xd8\x46\xa4\x9b\x64\xcd\x46\xf5\xaf\x8d\xc8\xd3\xac\x3c\x62\xf7\xae\xb5\x11\xb9\xbc\x32\xc8\x00\xe0\x70\xcf\x7e\x0e\xa4\xd2\x0e\x70\xc6\x91\x18\x10\x87\xc3\x8c\x30\x60\x43\xd7\x3e\x23\x0c\x98\x03\x07\x03\xe8\xda\xe7\xd0\xa8\xd3\x71\xb0\x8d\xcc\x3f\x3b\x3d\xc2\x18\x1d\x99\x26\x75\x9e\x11\xa7\x05\xa3\xd0\xf8\xce\xe5\x6e\xa8\x36\x5e\x90\xc8\xa1\xd3\x24\x50\x11\x09\xfb\x1c\x06\xdd\x04\x15\xfd\xb5\x87\xff\x4c\x28\x32\xaa\x81\x39\x60\xa9\x8e\xc6\x53\x1d\xd4\x8d\xa5\x3a\x1a\xcf\xca\x59\x5f\x46\x27\xb0\x8d\x4e\x27\x48\xbe\x1d\xf0\xb9\x8d\xce\x63\x99\x74\x02\xf2\x87\xe8\x7d\x0e\x93\x4e\x70\x94\x30\x06\x37\x5a\x5c\xce\x01\xc1\x18\xfc\x73\x33\x30\x38\xcd\xc6\xa4\xbb\x9b\xc1\xc6\x7c\x1d\x53\xff\x64\x95\x00\x84\x63\x31\x5a\x9b\xc9\x0b\xe6\x8d\x4d\xe1\x61\x60\x20\x6a\x08\xd4\x67\x94\x01\x73\xe0\x00\x73\x6c\x66\xdf\x61\x4e\x1d\x26\xc5\x61\x5c\x0f\xf3\x14\x4a\x37\xb4\xc8\x0e\x13\x0d\x43\x77\x1c\x96\x0e\xc9\xb7\xd1\x09\x6c\xe3\xd2\x4d\xf2\x6c\xa3\x05\xd8\xc6\x63\xe1\x3e\x9a\xc4\x59\xe5\x78\x5c\xfe\x98\x3e\xa0\xe3\xd0\x82\x20\xa5\x76\xc0\x93\x36\x03\x3d\x7a\x0c\x32\x9e\xb4\x19\xe8\xd1\xe3\xc1\x01\x99\x93\x05\x11\x81\xcc\x88\x27\x6d\xba\x79\x90\xd1\x10\xcc\x91\x03\xcc\xe9\x3a\x14\x39\x82\xa3\x28\x0a\xb6\xe9\xde\xce\x8c\xb0\x60\x46\x51\xb0\x4d\x27\x53\x39\x3a\xb1\xcb\x28\x0a\x36\xf4\xed\x73\x74\x62\x97\x11\x0f\x6c\xbc\x28\x91\x63\xe4\x72\x3c\x69\x33\xd1\x24\x20\x13\xf1\xc0\x36\x8d\x7f\x26\xda\x89\x5f\x6c\x66\xea\x4c\x34\x09\xd6\x86\x94\x7d\x8e\x89\xcb\x1d\x0f\xdb\xcc\xd4\xe9\xc6\x73\x46\x3c\xb0\x4d\x67\x58\x19\x0d\xc1\x8c\x24\x60\x9b\x2c\x1d\x94\x01\x33\xea\x7f\x8d\x37\x1d\x32\x22\x80\x19\xa1\xbf\x36\xdd\x24\xce\xe8\xfd\x65\x14\xfe\xda\x6c\x34\xc9\x21\x2c\x23\xe6\xd7\xd0\xa0\xcf\xe8\xf6\x65\x24\xfa\xda\x74\xeb\x22\x47\x27\x68\x39\xe2\x17\x9b\x1e\xcb\x9d\x11\xec\xcb\x28\xf5\x35\x84\xe9\xff\x3f\xc2\xee\x27\x87\x42\x5c\xc9\xf3\xfd\x3c\x57\x71\x77\xf0\x0e\x10\x61\x87\xa5\x9c\xbd\x71\xf7\x1e\x00\x83\x54\x83\xaa\xba\xba\x5d\xb5\xff\x56\xfa\x83\xd4\x52\x4d\x72\x70\x26\x08\xb0\x31\xf6\xcf\xf1\x8f\xef\x09\xc0\xbe\x80\xe8\xeb\xe7\xf8\x2e\x37\x9e\x94\xec\x3c\xb5\xde\xbc\xb8\xe6\x9e\xa7\x67\x6f\xee\x29\x6b\xe0\x03\x84\xd8\x9a\x7b\xb2\xef\xce\xcb\xd0\x35\xa3\xd4\x3c\xfb\xa5\xf3\x5d\xe7\x29\xd9\xb9\x2c\xac\xd8\x96\x2f\x1c\x1b\xab\xed\xb4\x05\x01\xef\x05\xf0\x5e\x3f\xa7\x7b\x2e\x47\x37\xa0\xf6\xfa\xb9\x22\x92\x81\xb8\x17\x50\x7b\xfd\x7c\x74\x9e\xbc\xa1\xe9\x75\x0c\xfa\x00\xd5\x8b\x4d\x32\xf4\x7c\x74\x69\xe9\x5a\x00\xe7\xf5\xd3\x6e\xb3\x0d\xaf\x63\x78\xf6\xd7\xe5\xc3\xb3\x73\x74\x4f\x1b\x0b\xa8\x5e\xc0\xe8\xf5\xeb\xe7\xf2\x53\xe7\xc9\xda\xf5\xf3\x44\xa7\x77\x24\x95\x70\x6d\xa6\xcd\xa9\xf3\x64\xed\x5a\x35\x14\x01\xa3\x17\x30\x7a\xfd\xda\xbe\xcb\xbd\x23\xf9\x85\xeb\x5b\x08\x97\x77\x44\xeb\xae\x6f\xce\x5f\xee\x29\x6d\x7a\x7d\x73\xfe\x72\x39\xf7\xd5\xf7\x0b\x81\x98\x17\x9b\x5c\x80\xaf\x12\x62\xbb\x8d\x12\xa7\xf4\x4a\x73\x89\xd6\x6d\x64\xed\xfa\x66\xf2\xd4\xfa\xd4\xf9\x66\xce\x4f\x23\xcf\xbe\xbb\x9a\x86\xa6\x55\x3c\x8d\x52\x77\xf9\x63\x94\xc8\xda\xd5\x3d\xe6\xe3\x9e\x3c\xd5\xab\x3c\xe6\x63\xe4\x1f\x03\x42\xfc\x51\xf1\x62\x53\x97\x71\x7d\x73\xfe\xd1\x4f\xce\xe8\x35\x5c\xfe\xba\xa7\xac\xc1\x35\xf4\x93\xd6\x21\xe6\xf5\x6b\xb8\xfc\x35\xf2\xb4\xee\x3a\xf5\xf3\xd5\x10\xad\xbb\xd8\x62\x88\x79\x81\x98\xd7\xaf\xf5\x41\x5c\x20\xe6\xc5\x4e\xeb\x2e\x06\xda\x4e\xeb\x76\x1e\xea\xb5\x4a\x57\x03\x46\x2f\x60\xf4\xfa\xc5\x40\x43\xcc\x0b\x8c\xbc\x8e\x80\x1f\xfb\x12\xb9\xc0\xc1\xeb\x08\xf8\xb1\xaf\x70\x7f\xc0\xe1\xf5\x8b\xd9\x85\x8a\x17\x70\x78\xfd\x9a\xfa\x49\xeb\x76\x6e\xab\x4f\x14\x02\x1c\x2f\x76\xe6\xe1\x65\x75\xec\xcc\xc3\x9d\x79\x78\x59\x1d\x3b\xf3\x70\x17\x52\xbc\x56\x3d\x6b\xec\x54\x11\x4d\xaf\x5f\xaf\x2e\xed\x5a\xa7\x8a\x17\x5b\x0c\x5b\x2f\x76\xe6\xe1\xbd\xbe\x8a\x8e\x9d\x79\x88\xad\xd7\xef\xdf\x77\xa6\xcb\x19\x7d\xf7\xf6\xb7\x1c\x8a\x40\xdc\x8b\x9d\x9d\x77\x6f\x1e\x22\x8c\x2b\x47\xf7\xb6\x33\xc0\xe9\xc5\xce\xce\x83\xf1\x8f\x9d\x8e\x62\xe5\xf5\x7b\x95\x82\xc7\xce\xa4\xdb\x39\xba\xbe\x89\x88\x9d\x49\x87\x9c\xd7\xef\x70\x4f\x9a\xb7\x8b\xe3\xdd\x61\xb0\xbb\xd1\x62\x93\xdd\xe9\x05\xf6\xef\x4c\x0d\x35\x63\xd0\x35\x44\xf3\x7c\xe9\x10\x3b\x79\xdb\x57\xbd\x6f\xbf\x2d\x1d\xe4\xbc\xd8\x19\x6a\x77\xff\xce\xf4\xfe\x25\x08\xee\xae\x75\x16\xd6\x4e\x8a\x7c\xd4\x10\x78\x78\x81\x87\xd7\x6f\x9b\xc0\x4e\x9f\x10\xf0\xfa\x6d\x13\x00\xc2\x0b\x04\xbc\x7e\xaf\x44\x56\xec\xf4\x69\x3f\x0d\xf2\x0a\x96\x06\x3a\x5e\xe0\xe1\xf5\x9b\x89\xb4\xd3\x27\x58\xbc\xee\x4b\x87\x40\xc7\x0b\xe8\xbb\xee\x4b\x87\x80\xbe\x0b\xe8\xbb\x7e\x5f\xfa\x49\xb4\x10\xf0\xfa\xcd\x8d\xd9\x97\x87\x1b\x08\x78\xfd\xfe\x56\xc9\xe5\x6d\x32\xd0\x6e\xc6\x14\xf4\x5d\xec\xca\x3a\xc0\xf9\x03\x08\x2f\x50\xee\xfa\x6d\x67\x40\xb9\x8b\x7d\xea\x12\x3f\x64\x27\x5a\x10\x76\xfd\x7e\x4d\x86\xa9\xf3\x8a\x35\xe6\x4f\x43\x8f\xc9\xb0\xac\xaf\x3e\xd9\x38\xfb\xe3\x1d\x49\x3a\xcc\xcd\x7b\x7f\xb4\x4e\xb4\xe6\x6e\xe4\x1f\xef\x9d\x68\xcd\x6f\x2a\x12\xad\x9d\x68\xcd\x6f\x2a\xbe\x26\x03\xd1\x9a\x54\x1c\xd0\x2e\x00\xed\xfa\x3c\x34\x44\x9f\xb0\xeb\xfa\x64\xb9\x1c\xf4\x09\xbb\xae\x4f\x46\x3f\x76\x5d\x60\xd0\x75\xcc\xfc\x80\xa2\x0b\x0c\xba\x3e\x57\x18\x28\x8e\x15\x02\x8b\x43\x35\xd8\xa4\xf7\x50\x74\x71\x6c\x9e\x68\xc5\x86\x02\x8a\x2e\x60\xe6\xfa\x6c\xdf\xe5\x8f\x83\xba\xb4\x0a\x7f\xe2\xe0\x94\x1e\xbb\x51\xea\xba\xb4\xec\xad\x38\xf8\x9f\xb3\xbe\x33\xdd\x93\x96\xf8\x00\x21\xd0\xe6\xe2\x10\x2c\x9b\xec\xfa\x63\xa5\x27\xe2\xa0\x25\x93\x9b\x7d\xd0\x92\x83\xd9\x35\x87\x2e\x85\x01\x51\x37\x36\x4f\x67\x2e\xb9\x89\x83\x57\x39\x4f\x43\x17\x1e\x93\xb0\x4c\x2a\x7e\xac\x78\x5a\x60\xcf\xf5\xc9\x72\x81\xa0\x8b\x23\xf5\xf3\x76\x66\xea\xa7\xf4\x84\x0f\x10\xe2\x48\xe3\xc9\xab\x9c\x6c\x1c\x5c\xba\x00\xa4\xeb\x50\xfb\x71\xa4\x86\x94\x75\xf8\x00\x21\x70\xe9\x02\x90\xae\x4f\x1e\x35\x2e\x5d\x00\xd2\xf5\xf9\x7c\x67\x7a\xc5\xac\xb6\xc9\xa3\x3e\x56\xb2\x22\x0e\x06\xda\x64\xce\x80\xd5\xc5\x41\xac\xa6\x39\x0f\x41\x17\xa0\x73\xfd\xf9\x7d\x07\x9d\xc9\xec\xf2\x55\x42\x40\xc9\x05\x94\x5c\x7f\x76\x03\x52\x1a\xe2\x40\x3e\xe4\xf7\xa8\xef\xf2\xd7\x41\x03\xc2\x81\xc4\x97\xeb\x50\xfb\x71\xb0\xb0\x0e\x16\x96\xcf\x0a\x02\x6d\x2e\x60\xe6\xfa\xc3\xa7\x3d\x86\x19\xc2\x98\x7a\xc2\x3d\x4f\x97\x73\x07\x9f\x55\xa9\x19\x07\x77\xf0\x10\x56\x7b\xd6\xf7\xfd\x01\x2c\x17\x87\x04\xc1\xf3\xcd\xf9\x4b\x97\xd4\x65\x3c\xdf\x9c\x27\x41\xf8\x72\xfd\x61\x98\x1f\x97\xc7\x94\xf7\x7c\xbe\xe9\x7d\x99\x0c\xb2\x06\xcf\x37\xbd\x6f\xf7\x5c\x21\xb7\xfe\x74\x0d\xdd\x26\xed\xed\x31\x85\x96\x0e\x66\xd7\x21\xac\xf6\x7c\xd3\x9b\x37\x79\x30\xbb\x7c\x4e\x10\x07\xb3\x0b\x89\xae\x3f\xa2\x48\x10\x74\x81\x3d\xd7\x1f\xe6\xf6\xc1\x47\x3c\x14\xb9\xbe\xc7\x77\x50\xe7\x05\xf1\xdf\x30\x4a\xd4\xe6\x10\xaf\x57\x80\x1e\xc0\x72\x71\x50\x9b\xf7\x1b\xba\xd7\x78\x52\x9b\xd7\x28\xe1\xcb\x45\xf0\xfc\xde\x95\xb0\x0e\x28\xb9\x80\x92\xeb\x6a\xcd\x23\x56\x94\x2c\xa0\xe4\xfa\x6b\x94\x82\x35\x84\x28\xd7\x5f\xa3\x04\x2c\x17\x41\xac\x5e\x61\x00\x0c\xb9\x08\x71\x31\xb5\xe6\x11\x9c\x3c\x28\xb9\xfe\x0e\x0d\x89\x8b\x85\xb8\xd8\x3b\xfe\xf6\xcf\xc1\x02\x75\x2e\x82\x55\xa4\x10\x3d\x62\x99\x43\x01\x37\xd7\xd5\x9c\x07\xce\x5c\xe0\xcc\xf5\xf7\x32\x06\xf4\x09\x67\xae\xab\x24\x0f\x48\xb9\x08\xe9\xd3\xd7\x0e\x06\x29\x17\x41\xb4\x5e\x81\x38\x48\xb9\x80\x94\xeb\xef\xed\xc9\xe8\x13\x88\x5c\x57\x49\x1e\x21\x14\x86\x1e\xd7\x55\x92\x47\x08\x70\x05\x5f\x51\xd1\x78\x40\xca\x45\x10\xad\x97\x9d\x17\x44\x2b\xe8\xd3\x4b\x36\x50\xe7\x02\x59\xae\xbf\x4c\x3a\x80\xb9\x08\x52\xf4\xae\x6c\x61\x44\xba\x7c\x85\xfd\x4b\xd1\x78\x04\x29\x82\x9b\xab\x9f\xad\x12\x67\x2e\x70\xe6\xea\x27\x14\x16\xec\xa6\x58\x52\x54\x3f\x5b\x25\xf8\x5c\xc4\x0a\x7e\xd5\xcf\x56\x19\xdd\x78\x76\x0d\x51\x08\x28\xba\xc0\xa0\xab\x1f\x03\x2d\x88\x16\x06\x5d\xfd\x56\x19\x5f\x84\x50\x58\x2c\x25\x2b\x8c\xf7\xc0\xa7\x0b\x60\xba\xfa\xd9\x2a\xf1\xe9\x02\x91\xae\x80\xdf\x23\xca\x3b\x2a\xf7\x34\xf7\xf1\xe9\x02\x67\xae\x14\x78\x07\xce\x5c\xc4\xf0\x98\xdf\xdc\x1f\xdf\x99\x73\x1d\xfc\xa6\xb9\x68\x17\xb2\x5c\x29\xdb\x8e\x38\xbd\xe2\xa5\x5d\xf5\x2b\x03\x72\x6a\x7d\x99\x5d\xf5\xb3\xad\xa1\xc7\x45\x2c\xd1\xaa\x1f\x5b\x2c\x18\x53\xb1\x8c\xa9\xfa\xd9\xac\xb0\xe4\x22\x2e\xf7\x5c\x1f\x07\x05\x96\x5c\xc4\x65\x90\x45\xa6\xb0\xe4\x22\x6e\x97\x7f\xb3\x4e\xb4\x2b\x6e\x4f\x34\xbf\x83\x06\xf9\x36\x20\xdf\x04\xa3\x4f\x40\x6f\xa5\x46\x3a\xf0\xde\x22\x56\x35\x58\x6d\x3f\x6f\x93\x3e\xa1\xbf\xd5\xf6\x4d\x1b\x66\x57\x2c\xb3\xab\x54\x53\x47\x4c\x8f\xb9\xac\xaf\xda\x78\xbf\xc1\x57\x84\x6f\xab\x4d\x04\x15\xc5\x2d\xe0\xdb\x6a\x13\x2c\x8d\xd7\x99\x4b\xd0\x6a\x3b\xb4\x2e\xda\x15\xcb\xe7\xab\xed\xf0\x3a\x18\x53\xb8\x6d\xb5\xd9\x6d\xb0\xd9\x02\x94\xad\xb6\x85\xd5\x0a\x6c\xb6\xc8\x9f\x7e\x9a\x0c\xd8\x6c\x91\x4b\xb4\x6a\x5b\x5f\x30\x47\x2e\x2b\x2a\xd0\xd8\x6a\xeb\xdf\x41\xf7\xdc\x0c\x08\x21\xc4\x66\x8b\xdc\x3c\x91\x4d\x20\xd9\x4d\xb9\x2c\xa5\x52\xdc\x1c\xb9\x04\x29\x20\xda\x6a\x1b\xee\xc9\x07\x83\x68\x2b\xd8\xf1\x80\x68\x8b\xdc\x75\x49\x1c\x27\xf7\xef\x9e\xc6\x93\xe1\x83\xdb\x16\x79\xb8\x27\x13\x1e\x8d\x2d\xa0\xd6\x6a\x63\xad\x63\xac\x45\x86\x2e\xdd\xdf\x41\x8f\x19\x1e\xd3\x5c\x42\x5c\x0b\x38\xb5\xda\x56\x3d\x4e\x24\xb5\xc9\xf4\x3a\x78\xaa\xc9\x1a\xca\x15\xb5\x2a\x35\xc7\x81\xb8\x16\x99\xde\x11\x1b\x07\x71\x2d\x30\xd6\x6a\x7b\x3c\x26\x09\xca\xa6\x75\xb9\x00\xc8\xb4\xc8\xa5\x2f\xa5\x68\x38\x20\xd3\x02\x24\xad\x76\xc1\xc7\x14\x39\xc7\x43\xab\x9d\x91\x92\xfd\x3b\x73\x75\x7e\x5f\x55\x36\x91\xdd\xd0\x2d\xbf\xac\xf6\x6f\x86\x94\xce\x2f\x2f\xad\xf6\x70\x4f\xd6\x10\x02\x5a\xed\xe1\x72\xd6\x50\x0e\xad\xa7\x01\x19\x86\x6e\xa9\x46\xed\xdf\x5c\xe2\xba\xe5\x70\x79\xfb\xce\xd4\x25\x1a\xb2\x33\xb7\x93\x86\xc0\xa2\xd5\x2e\x7a\x98\xfc\xb9\x3c\x35\xf4\x4d\x30\xfe\x5c\x9e\xfa\x29\x7a\x98\xc2\xe8\x70\x6a\xb5\x97\x86\xa8\x4d\x2e\xbb\xa9\xd4\x07\x47\x52\x1b\x8c\xb5\x52\x0a\x1c\x18\x6b\x91\xcb\x9f\xab\x7d\x55\xcf\x47\x52\x9b\xa4\x36\xbb\x7d\x13\x63\x2d\x72\x25\x20\x6b\xa7\x4b\xe0\x6a\x81\xaa\x56\x3b\x27\x0f\x5c\x2d\xf2\xd6\x90\x2d\x12\x63\x2d\xf2\xd6\x10\xcb\x3a\xe9\x52\xd2\xa5\xdd\xc6\x07\xbc\x16\x79\x1b\xa5\x55\x15\x10\x30\x6c\x91\x2b\x34\x5f\xfb\x63\x94\xa6\x7b\x4e\xf7\x7c\x35\x34\x4d\x86\xe9\x75\x7c\x73\x49\x68\x1e\x8d\xad\xf6\xf7\xbb\x7c\x3a\xb8\xa6\xe2\x22\x8c\xff\x8d\x41\x91\x7c\xc5\x5c\x56\x58\x21\x8d\x07\x7e\x5b\xe4\x72\x19\x4b\xa1\x6f\xe4\x63\x08\x97\x4d\x56\x87\x5d\x31\x29\x59\x2e\xb7\xb0\x8e\xdd\xe3\x0a\x5b\xe5\xb2\xc9\xea\x38\xbe\x33\x0d\xf6\x32\xcd\xea\x10\xd0\xce\xd7\xf4\x59\xde\x61\x1d\x36\xc0\xc6\x50\x6b\xcb\x2d\xac\x63\x51\x1b\xa2\x31\xd4\xda\xcf\x3d\x57\xe1\x57\x34\x36\x19\xfc\x5b\x1d\xf2\x35\x8d\x5b\xd8\x96\xa0\xd5\xb1\x8a\x60\x02\x13\x2e\xda\xa6\x75\xc1\x08\x84\xb8\x80\x86\xab\x63\x81\xe2\xa2\x91\x37\x68\xb8\x3a\xc8\x5b\xe3\x16\x42\xc3\x95\xa2\xdc\x68\x82\x51\x6d\x37\x4a\x36\xc0\x26\x18\x85\x17\x57\x10\xe1\x81\x10\x17\x8d\xbc\x29\xb5\x0d\x84\xb8\xc0\x84\x2b\xa5\xb6\xd1\x56\x61\x45\xb4\x65\x8b\xd5\x71\xe9\x27\x5b\xac\xad\x48\x7d\x1d\x66\x5f\x93\xab\x6c\x87\xce\x73\xe1\x9a\x5c\x25\x88\x5c\x1d\xa2\x73\x4d\x30\xbf\x85\x01\xa1\x79\x8d\x03\xd9\xc2\x78\x9a\xa7\x00\x73\x01\x29\x57\x87\xfd\xb3\x89\x4c\xb5\x74\xcf\x85\x5d\x88\xc6\x81\x84\x94\x2b\xdc\xf0\x80\x94\x8b\x96\xee\xf9\x7a\x4c\xea\xd8\x56\xd4\xaa\x8e\x55\xe7\x12\x00\x73\x81\x2c\x57\x87\x3d\x19\x52\x2e\x1a\xc9\x0c\x31\xb7\xc6\x57\x04\x91\xab\x30\x3f\x9b\xb4\x24\x88\x5c\xc5\xa6\xf3\xd2\x92\xad\xbb\x7c\x73\x4f\x3a\xda\xd8\x62\x61\x7e\x36\x21\xb0\xc6\x16\x0b\x7b\x72\x63\x8b\x35\xe2\x1a\x12\x98\xad\x7f\xf7\x7c\x1d\xf4\xec\x6c\x31\x44\xba\x0a\xf6\x1d\x22\x5d\x20\xd2\x55\x1c\x5a\x67\x8b\x21\xd2\x55\x30\xe5\x10\xe9\x02\x7c\xae\x42\xd4\x03\x5f\x2e\xda\x72\x2e\x2b\xd2\xd0\xf1\x2a\xdb\x70\xb9\x50\x5d\x1b\x5e\xf1\x92\xd3\x8a\xe6\x9e\xbc\x4a\x9c\xb8\x0a\x3a\x0a\x17\x17\x00\x71\x15\x76\xef\xc6\x16\x6b\x84\x30\xbe\x99\xcc\x81\xc4\x82\xab\xe0\x9c\xb4\x4b\xe7\x2f\xad\xd3\xd1\x26\x44\x8f\xfe\x56\xc1\xaf\x6b\x1c\xc8\x46\xde\x82\xb8\xe2\xbd\x05\xd0\x5b\xc5\x65\xd6\xb1\xc5\x30\xdd\x2a\x28\x6e\x9b\xe6\xfc\xd4\xa5\x6f\x7a\x93\xb7\xb6\x82\xf2\x15\xf7\x77\xa6\xd6\xc9\x5b\x08\xab\x81\xc0\x05\xfa\x5b\x85\xe0\x33\x08\x5c\x20\xbc\x55\x48\xcd\xb4\xc7\x78\x3e\xde\x91\x2d\x1d\xe1\x2d\xda\xeb\x89\xf8\x1f\x8d\xab\xd9\x5e\xcf\x2e\x47\x09\xe6\x16\x60\x6e\xa5\xc4\x36\x3a\xb1\xea\x74\x29\xe5\xe7\xbb\xc2\x8a\xce\xec\xca\xf5\xbf\x7f\x81\xe2\x16\xf0\x6d\x95\xf6\xf9\x2e\xb0\xd5\x29\x58\x52\xda\x4e\xc1\xfa\xd2\xac\x4a\x49\x46\xbc\xb7\xe8\x9b\x86\x58\x04\x9d\x57\x09\xf4\x56\x29\x3f\xdf\x29\x58\x5f\x5e\x61\xe5\xaa\x88\x89\x4e\x97\x80\xde\x2a\x8f\xef\xe0\xe5\xe0\x7a\xcc\x24\xbf\x9d\x2d\xd6\x0f\xfd\x24\xbf\x9d\x2d\xd6\x89\x55\x4a\x32\x76\x62\xd5\x0f\xf7\x5c\xdf\x79\x07\x08\x5c\xa0\xbf\x15\xec\x78\x80\xc0\x05\xec\x5b\xa5\x50\x32\xec\x5b\xc0\xbe\x55\x72\x4a\x60\xdf\xa2\x87\xce\x37\xfd\x54\x2e\x01\xfb\x56\xd9\xbf\xcb\x75\x3e\x34\x24\x35\xd3\x79\x93\x7d\xc9\x53\x25\x2f\xbd\xd3\x25\xd8\xb7\x82\x1d\x0f\xd8\xb7\xe8\xc4\x2a\x59\xac\x20\x70\xd1\xe9\x52\x5a\x08\x5d\x60\xab\x37\xf7\x34\xe7\x3b\xb1\xea\xcd\x3b\x12\x89\x46\x86\x8b\x4e\xac\x92\xc5\xda\x89\x15\x24\x5c\xa1\x96\x07\x16\x5c\xc0\xbe\x55\x0a\x85\xc0\xbe\x45\x5f\xa2\x53\x69\x21\xe0\xbd\x05\xd0\x5b\xe5\x6d\x90\x45\xe1\x81\xde\x2a\x15\xbf\x20\xbc\x45\x27\x41\xc9\x11\x87\x76\x8b\x3e\xb4\x2e\xe1\x02\xed\x16\x98\x6e\x95\x24\x1d\xda\x2d\x90\xda\x2a\x49\x3a\x44\x5b\x74\xa6\xdc\x5f\x1b\xfb\xdf\x19\x14\x9d\x9d\xd7\x4f\x6f\x95\x5d\xd2\xd9\x79\x9d\x49\xd7\xbe\xa5\x43\xb4\x3a\x07\xb2\xd1\xfb\x2e\x6e\xdf\x97\x76\x55\xfb\x7d\x97\x1b\x83\x65\xd9\x55\xb3\x09\x20\xc4\x45\xe7\x55\x36\xb9\x95\xce\xce\xeb\x4b\xd0\xaa\x7d\x4b\x67\xe9\x5a\xe0\xc5\x55\xe3\x98\xf5\xa5\x6b\xd1\xd9\x79\x8d\x3f\x8f\x25\x17\x9d\x49\xd7\x76\x83\x2d\x14\x86\x1e\x57\xed\x5b\x4f\xd3\x63\x2e\x41\xab\xc6\xc6\xe9\xac\xb7\x4e\x9f\x1a\x27\xbf\x0b\xd1\x03\xc5\x55\x13\xb6\x02\x8a\x8b\xbe\x0c\xad\x6a\xc2\x80\x5d\x0a\xb1\x3f\x3a\xcf\xc2\xee\x44\x0b\x28\xae\x9a\x58\x56\xe7\x55\x02\xc5\x55\x93\xd5\xec\x6a\x28\x3a\xaf\xb2\x89\x72\x77\x79\x45\xf4\xb8\x6a\x9c\x3d\xf4\xb8\xe8\x94\xac\xd9\x19\xd0\xe3\x02\x2f\xae\x9a\x5c\x65\xa9\x77\xc0\x84\xab\xb6\xe0\x39\x81\x09\x17\xb5\x79\x76\x7e\x5d\xf1\x2a\x8b\x57\xa9\xa6\x37\x80\xe2\xa2\x78\x95\x6d\x7d\x8a\x1a\x25\x44\x5f\x9b\xc7\x94\x96\xc4\x92\x0b\x10\xb9\x6a\xf2\xf3\x58\x72\x51\x6c\x31\xb5\xbc\x51\x6c\x31\x48\xb9\x6a\x8b\xa8\x13\x25\x04\x06\x29\x57\x4d\xec\xba\x96\x11\x16\xc8\x72\xd5\xa6\x86\x38\xa5\x38\x73\xd5\x04\xb4\x8b\xe6\x15\x03\x4d\x2d\x6f\x80\xcf\x05\xf8\x5c\x35\xd5\x2b\xe0\x73\x51\x0c\xb4\xf6\xb8\x9c\x81\x06\x37\x57\x60\xe2\x81\x33\x17\xc8\x72\xa5\xea\x37\x8a\x81\x56\x3c\xd5\x26\x3f\x0f\x30\x17\xc8\x72\x05\x11\x1e\x00\x73\x51\xcb\x4e\xab\xfe\xfb\xce\xd4\xd0\x92\xbe\x52\xe0\x1b\xc5\x16\x2b\xee\x6b\x37\xbd\x4b\xb5\x05\x4e\x5c\xf5\xdd\x8b\x53\x6d\x81\x13\x57\x0a\x7c\xa3\x44\xd0\x8a\x81\xd6\xf7\xef\x72\xaf\x98\x4f\x0b\x26\x1e\x50\x72\x51\x4b\x0f\xab\x2b\xe7\x2a\x99\xc7\x62\xb5\xf5\xf5\xb7\x57\x51\x4d\xeb\xd4\xb1\xf3\x54\x21\xe8\x02\x5f\xae\xba\xd5\x51\xc2\x6a\x30\x73\x05\x26\x1e\x68\x73\x81\x2f\x57\xdd\x6e\x53\xac\x36\x28\xb9\xea\xf9\x9d\xe9\x72\x92\xd9\x25\x2e\x8b\x64\x56\x69\x9d\x89\x54\xbc\x5f\x7c\xb9\xea\x82\xe4\xa5\xda\x02\x5f\xae\x3a\x5f\x01\x5f\x2e\x10\xe5\xaa\xdb\x43\x8a\x64\xe2\xcb\x95\xfa\xe0\xa8\x25\xa0\x01\x33\x57\x5d\x9d\x4b\xf1\x93\x6b\x18\xe4\x6f\x1d\x89\xb5\xc1\xcc\x55\xe7\x2b\x14\x71\xad\xd3\x63\xca\xf9\x03\xcb\x05\xa2\x5c\x75\x1b\x4b\x49\x71\x16\xef\x57\x25\x71\x94\xac\x41\x9d\x06\xe4\xd4\x3a\xa3\xaf\x04\xe0\x3a\xb3\x0b\x5f\x2e\x8a\x54\xaa\x24\x0e\x60\xb9\x40\x94\xab\xce\xd5\x00\x96\x0b\x28\xb9\xea\xdf\xe2\x12\x80\x2b\x46\x5f\xff\x16\x17\xa9\xac\xdb\x80\x88\xca\x01\xcb\x05\x94\x5c\x75\xb6\x18\x94\x5c\x40\xc9\x55\xff\x16\x17\xf3\x10\x51\xae\x3a\x5b\xac\x98\x87\x25\x54\x07\x7a\x1e\x50\x72\x51\xa2\x72\x0a\x91\x03\x58\x2e\xa0\xe4\xaa\x73\x35\xa0\xe4\xa2\xa6\x86\xa4\x90\xa0\xe4\x02\x4a\xae\xba\xfd\xa8\xc8\x2f\x94\x5c\xf5\x57\xe7\x39\xb8\x45\x7e\x4b\xf8\xaf\xc8\x2f\x78\x5c\xd5\xb7\x0c\x79\xbd\x00\x71\x55\xb6\x9e\x12\xbf\xab\x95\x90\xa8\x12\x13\x04\x88\x8b\xa2\xb4\xc5\x6a\xc3\x82\x0b\x2c\xb8\x2a\xb9\xd4\xc1\xc1\xc5\x82\xab\x12\x13\xc4\x82\x0b\x2c\xb8\xaa\xf5\x89\x5f\x80\xc0\x05\xfa\x5b\x95\xad\x67\xc8\x44\x0c\xd6\xa5\x3a\xe6\xc0\x82\x8b\x41\x93\x8b\xff\x31\x68\xf2\x60\x48\x96\x50\xf2\x60\x48\x02\xc4\x55\x71\xaf\x01\xe2\x02\x12\xae\xd4\x31\x07\x32\x5c\x40\xc2\x55\x2d\x08\x6e\xc0\xbe\x05\xec\x5b\x95\xda\x19\xbc\xb7\x40\x78\xab\x12\x5f\x1e\x87\xcb\x89\x6a\xfd\xb5\x8e\xfe\xc6\xa0\x00\x83\x0b\x14\xb8\x2a\x8b\x6c\x2c\xfd\x8d\x41\x71\xcb\x22\x83\x7f\x8b\xc1\x25\x2e\xe1\x20\xf8\xb7\x80\x7f\xab\x1a\xc6\x80\x95\x09\xff\x56\x5f\x91\x33\xee\x5b\xc0\xb8\x55\xd9\xc1\x86\x12\x8c\x41\x5c\xbf\x22\x67\x88\xb7\x80\x71\xab\xb2\x83\x0d\x06\xe5\x48\x63\x20\xa0\x3d\x14\x6b\x0c\x06\x65\x5d\x1a\x62\x50\x82\xba\x15\xc6\x7b\x0c\x06\x25\xb6\x5b\x95\x70\xe5\xa0\xa3\xa3\x99\x53\xeb\x6b\x94\x40\x7a\x0b\xa4\xb7\x2a\xfe\x3c\xd2\x5b\x0c\x39\x8b\xaf\xf2\x19\xf7\x2d\x06\x3f\xb9\xe4\x69\x71\xdf\x62\xb0\x47\xcb\xb6\x36\x24\x32\x86\x44\x46\x59\x79\x98\x70\x31\xba\x99\xa2\x0c\x01\x13\x2e\x06\x3f\xf9\x2b\x72\x46\x88\x8b\xc1\x4f\x2e\x4e\xfe\xe0\x27\x03\xc5\x55\x59\x64\x83\x9f\x0c\x0d\x57\x43\xe0\x1d\x21\x2e\xa0\xe1\x6a\xb0\x04\x11\xe2\x62\xd0\xe6\x61\xe5\x61\xc2\xc5\x60\xb9\x7e\xf5\xcc\x60\x70\x01\xff\x56\xc3\xca\x83\x7f\x8b\xb1\x84\xb7\xc6\xee\x1d\x09\x57\x0e\xe6\xec\xb0\x2b\x0e\x16\xeb\x20\xc3\xe3\x5b\x8e\x8c\x53\x4c\xb8\x1a\x9c\xfc\xa1\x96\x17\x05\xae\xc6\xf1\x9d\xe9\xd9\x4f\xf7\x94\xfb\x1d\x97\x7b\xf2\xbd\x87\x00\xec\x20\xc3\xe3\xfa\xce\xf4\x98\x42\x8b\x43\x76\x63\x08\xe6\x0f\xa5\x22\x43\x14\x11\xdb\x3d\x80\xe2\x02\x28\xae\x46\xfb\xce\xd4\x3a\x1d\x1d\xcd\x04\x63\x9c\x0e\xc6\xe9\x57\xc7\x3c\x18\xa7\x58\x70\x35\xbe\x35\xaa\x96\x77\x88\x22\x0e\x4e\x14\x16\x5c\x60\xc1\xd5\x50\xef\x80\x05\x17\xe8\x6f\x35\x04\xcb\x40\xe0\x62\x70\xb3\x47\xb9\x5c\x51\xc9\xe0\x66\x7f\xc5\xcd\xe3\x31\x6d\x98\xb1\x63\x7c\xf7\xd4\xf9\xd7\xb3\x0b\x96\x0d\x19\xdd\xc1\x62\x1d\xa2\x09\x83\xc5\x0a\x09\x57\x43\x11\x04\x16\x5c\x60\xc1\xd5\x60\x5d\x9e\xc4\xf5\xfc\x79\x76\x1b\xe0\xa9\xe8\x0d\x12\xae\x86\x64\x28\x32\x5c\x40\xc2\x15\x0a\x7c\x20\xc3\xc5\x49\x71\x07\x93\xf3\x64\xf0\x9e\x3f\x0d\x29\x83\x46\x86\x0b\x48\xb8\x1a\x42\x0c\x58\x70\x71\xb2\x6d\x87\xb4\xd4\x49\x5c\x4f\x5e\xfa\x78\xbe\x33\x57\xe7\x4f\xb6\xed\x10\xfe\x3d\xd9\xb6\xe8\x6f\x35\xec\x75\x27\xdb\x16\xf6\xad\xbe\xda\xe8\x93\xb8\xa2\xbf\xd5\x57\x06\x7d\x92\xca\x93\x54\x7e\xc5\xcd\xb0\x6f\x71\xf2\xd2\x4f\xc1\x32\xd8\xb7\x80\x7d\xab\x53\x65\x04\xec\x5b\x00\xbd\xd5\x69\x75\xe0\xbd\x05\xd0\x5b\x61\xbb\xc7\xc9\x38\x05\x7a\xab\x93\x4b\x84\xf7\x16\xe7\xca\xf2\x16\xe0\x7b\x9c\x8a\xdd\x4e\xa2\x7a\xda\xc1\x4e\x09\x97\x93\x97\x0e\xf8\x1e\x67\x7a\x47\xa9\x75\x89\x8c\x93\x19\x7b\x52\xda\xd3\xe2\x42\x86\x0b\x2c\xb8\x02\x7c\x8f\x93\x1d\x8a\xfe\x56\x27\x8f\x0a\x04\x2e\xd0\xdf\xea\xcc\xef\x4c\xef\x88\xa8\x02\xbe\xc7\x49\x54\x4f\xa2\x7a\x0a\x5b\x9c\x12\xc1\x27\x7f\xfe\x6c\x06\x99\x3f\x0f\x1e\x57\xa7\x65\x88\x1a\x17\xa8\x71\x75\x76\xad\xd3\x4f\xd4\xb8\x42\x81\x0f\xd4\xb8\x40\x8d\x2b\x14\xf8\x38\xd9\xb6\xa7\x88\xe4\x29\xe5\x81\x1a\x17\xa8\x71\x75\x8a\x44\x9f\x94\x16\x35\xae\xbe\x2a\x6a\xb8\xb8\xc0\x89\xab\x93\x97\x76\x0a\x07\x9c\x65\xe8\x7c\x4e\x70\x0a\x07\xa0\xc6\xd5\xc9\x66\x44\x8d\x8b\x93\xc1\x7b\x7e\xeb\x48\x0e\x08\x4a\xae\xce\x6f\xc9\xc8\x23\x43\xc9\xd5\x57\x45\x0d\x25\x17\x50\x72\x75\x2a\x2a\x80\x92\x0b\x28\xb9\x3a\xaf\xef\x9e\x5a\x17\x62\xf8\x4a\xab\x31\xe4\x02\x3c\xae\x4e\x91\x3e\xd4\xb8\xc0\x89\xab\xf3\x5b\x71\x72\x40\x27\x2b\xf8\x9c\x16\xec\x69\x94\x04\x0c\xce\xf9\xb7\x9f\x8d\x06\xce\x5c\x9c\x12\x44\xa7\x6c\xcc\xe9\xe3\x0b\xf0\xb9\x3a\x15\x91\xa2\xce\xc5\x29\x2e\x8a\x1b\x1f\x00\x73\x81\x2c\x57\x97\xcd\x0a\x60\x2e\xce\x15\x2a\x28\x34\xf8\xc0\x99\x0b\x64\xb9\xba\xbe\xe5\xa8\x86\xe6\x5c\xba\x5d\x97\x30\xf5\xa9\x74\xf9\x5c\x12\x5d\x97\xcd\x0a\x60\x2e\x90\xe5\xea\x12\xbb\x3e\x05\x4b\x4f\xe9\xe8\xeb\x5b\x79\x4a\x97\x21\xe5\xea\xab\xa6\x86\x94\x8b\x73\x15\x2b\xd7\x25\x9f\x7c\xca\xec\xe0\xc5\xd5\x57\x62\x0d\x1b\x17\xa7\x24\x0e\x1a\x7c\xc0\xc6\x05\x34\x5c\x5d\x12\x83\x27\x19\x86\x7f\xab\x4b\x44\xfa\xa2\xb8\x28\x70\xf5\xd5\x5d\x5f\x3e\xa9\x40\x81\xab\xcb\x2a\xb9\x44\x13\xae\x9f\x01\x69\xdf\xe5\xc3\xc1\xb5\x51\x5f\x1c\x33\x84\xb8\x80\x86\xab\x4b\xc4\xef\x62\xe3\x62\xc2\xd5\xb5\x3e\x8c\x8b\x4b\xb0\x14\x1a\xae\x2e\x99\x1d\x84\xb8\xb8\x28\xee\x57\xa1\x7d\x51\xdc\x8b\xe2\x5e\xd6\xd3\x45\x71\x2f\x8a\x7b\x89\x87\x5f\xbe\xb3\x00\x8a\xab\x8b\xcd\x78\x11\xd7\x4b\x60\xf3\xe6\xe8\xe2\xbe\xc5\x25\xb0\x79\xd3\x27\xdc\xb7\x00\x7c\xab\xdb\x78\x5e\x4c\x4e\xf8\xb7\xba\xd5\xb1\x5f\x74\x14\x05\xae\xb0\xc8\xe3\x52\x26\x83\x02\x57\x37\x25\x03\x83\x0b\xc0\xb7\xba\xa5\x64\x2f\xea\x78\xf1\xe7\xef\x6f\xe4\xf9\xf3\x17\xeb\xf2\x96\x7d\x05\x83\x8b\x8b\x43\x7e\xab\x06\xbb\x38\xe4\x08\x6f\x75\xcb\x1a\x20\xbc\xc5\xc5\x21\xbf\xc5\x86\x2e\x36\x23\xd0\x5b\xdd\xbc\xdf\x8b\xbc\x01\xbd\x15\x16\x79\x5c\x5d\xe7\x79\xe9\xb0\xe3\x01\xfb\x16\x17\xd1\xfa\x6a\x79\x2f\xa2\x75\xf1\xd2\x6f\x3e\xed\xe5\x43\x89\x8b\x68\xdd\xa4\xe8\xa2\x4f\xe8\x6f\x75\xb3\x82\x2f\x52\x74\x51\x9d\x9b\xc1\x8b\x05\x17\xd7\xd0\x79\x4b\x1b\x19\x2e\x2e\x49\xe6\x5b\x7e\x1e\x0b\x2e\x2e\xc1\xc7\x9b\x19\x7b\x09\x3e\xc2\xbe\x15\x6e\x78\xc0\xbe\xc5\xc5\xa3\x9e\x3e\xb6\x03\x81\x8b\x8b\xf3\xfc\x95\xd8\x82\xc0\xc5\x25\x63\x32\xb9\x85\xb0\x6f\x01\xfb\x56\x5f\x3d\x2b\xc2\x5b\x5c\x8c\xbe\x29\x7e\x87\xf7\x16\x40\x6f\x35\x85\xbe\x2f\x25\x2d\x97\x92\x96\xf9\xad\x0e\xf9\xe4\x4b\x1a\x65\x7e\x0b\x81\x5c\xc0\xbe\xd5\x54\x8b\x76\x91\x8b\x8b\xd1\x37\xbf\x17\xc7\xe8\x83\x7d\xab\xc9\x6a\x83\x7d\x0b\xd8\xb7\x9a\xe2\xe1\x17\xa3\xef\xa2\x21\xd8\xd9\x71\xd1\x90\x8b\x9f\x3c\x25\x86\x2e\x7e\x32\xfa\x5b\x4d\x61\x8b\x4b\x6e\x05\xfd\xad\xbe\x7a\xd6\x8b\xf3\x7c\x11\x96\x69\x0b\xba\xf8\xc9\x08\x6f\x05\xa8\x1d\x97\xa2\xe1\x8b\xda\x7c\xf5\xac\xb7\x30\x25\xa6\x5b\x4d\x7e\x12\xb4\x5b\xdc\x8a\x5f\x60\xb2\x03\xcc\x2d\x6e\xb1\xcb\x69\xbb\xb8\x69\xc8\xcd\x4f\x9e\xbc\x1f\xbc\xb7\xb8\xf9\xc9\x53\x50\xef\xa6\x21\xb7\xd8\xe5\x57\xa5\x0a\x02\x17\xb0\x6f\x35\xdf\xef\xf2\xd5\x4f\xd8\xb7\x9a\xb2\x99\xb7\xec\xf0\x2d\x0b\x83\x9d\x1d\x37\x3f\xf9\x26\x2c\x8f\xc4\xd0\x2d\x22\x79\xb3\xef\x1e\x73\xe9\x66\xdf\x41\xc2\xd5\x23\x5b\x84\x0c\x17\xf7\xe1\x9e\xac\x36\x80\xb8\xb8\x97\xf3\x5b\x5f\x3d\xeb\x2d\xce\x08\x10\x57\x0f\x5b\x0c\x20\x2e\x6e\xf6\xdd\x23\x9b\x09\x17\x17\x38\x71\x85\x9d\x1d\x37\x5d\x42\x8d\xab\x47\xb6\xe8\x66\xdf\xdd\xec\x3b\xec\xec\xb8\x65\x61\x6e\xf6\xdd\x43\xd6\x80\xe5\xe2\x96\x32\x7e\x64\x33\xf1\xe5\xe2\xa6\x60\x5f\xe5\x2b\xda\x5c\xe0\xc4\xd5\x23\xa8\x07\x17\x17\x38\x71\xf5\x30\xbb\xe0\xe2\x02\x27\xae\x1e\x1b\xca\xcd\xe8\xbb\x19\x7d\x4f\x73\x39\x53\x0e\x27\xae\x9e\xfe\x9d\xa9\x9f\xb4\xee\x61\x76\xdd\x52\xc6\x37\x57\xf8\xb1\x64\xe0\xe2\x02\x20\xae\x9e\xf1\xb7\x7f\x0e\x16\x37\x43\x0d\x3d\xae\x1e\xb5\xdc\x37\x43\xed\xa6\x79\x0f\x37\x06\x4b\x2e\x40\xe4\xea\xe1\xc6\xdc\x65\x0c\x08\xe1\x43\xf3\x6e\x42\x78\x13\xc2\x87\x1b\x83\x3a\x17\x77\x19\x18\x36\x19\xc0\x5c\xdc\xd4\xf1\xab\xaa\xbd\xb9\xc4\x20\x72\xf5\x88\xe3\xdd\xd4\xf1\x66\x69\x3d\x42\x76\x00\x73\x81\x17\x57\x8f\x78\xf8\xcd\xfb\xbd\xa9\xe3\x23\x64\x87\x1e\x17\x37\xef\xf7\xf9\x96\x0e\xef\x17\x2f\xae\x9e\x6f\xe9\x50\xc7\x9b\xdd\xf4\xf0\x6d\x60\xe3\x02\x13\xae\x1e\x21\xbb\x9b\x31\x85\x02\x57\x0f\xc5\xbd\x09\x21\xa8\x5b\xbd\x8c\xa9\x9b\x89\x74\xd3\x3c\x98\xec\x80\x78\x0b\x18\xb7\x7a\xbf\x05\x21\x36\x78\x33\x91\x5e\x49\x51\x88\xb7\xb8\x69\xde\xcb\x8d\xb9\x69\xde\x2d\x75\xfc\x1e\x2e\x97\x3a\xbe\x15\xbf\x00\x6a\xc7\x2d\x36\x78\x73\x74\x01\xb5\xe3\xe6\xe8\xde\x4b\xfa\xea\x15\x0e\x40\x88\x8b\x9b\x10\xbe\xf1\xdd\xd3\xc8\xab\x02\x7c\x05\xe2\x60\xe3\xe2\x66\x76\xbd\xcc\x84\x9b\xd9\x85\x1e\x57\xaf\xd0\x37\x7a\x5c\xdc\x84\x10\x65\x3b\x20\xde\x02\xd4\xad\x5e\x8a\x0b\xea\x16\x93\xdd\xf4\x52\x5c\x88\xb7\xc0\x76\xab\xaf\x14\x18\xe2\x2d\xa6\x24\x33\xd2\x74\x20\xbd\x05\xd2\x5b\x7d\xf5\xc1\x48\x6f\x81\xf4\x56\xaf\x8a\xa8\x49\xf3\xa6\xd8\xe0\xbb\xe8\x86\x81\xe2\x16\xf0\x6d\xf5\x95\x02\x4f\x99\x67\xf8\xb6\x7a\x4d\x9b\xb9\x7f\x97\x1b\x10\x09\x76\x30\xb7\x98\x32\xcf\xaf\x3d\x79\xca\x3c\x4f\x01\xc3\x57\x68\x09\xe1\x2d\x26\x47\xf7\xa5\xb8\x53\x3a\x1a\xf6\x6d\x7c\x55\xbf\x08\x6f\x31\x97\xa3\x3b\x60\x9d\x63\x52\xc7\xb9\xa4\x6f\xfc\xcc\x90\xe9\xf3\xd6\xb9\xa4\x6f\xfc\x4c\x86\xa9\x4c\x66\x2e\x47\x77\x60\x3d\xc7\x64\xa0\x01\xc4\x8d\xaf\xc0\x77\xca\x3c\xcf\xd0\x10\xcb\x7a\x8a\x1e\xe2\xc4\x0d\x58\xe7\x80\x8b\x8b\x99\x5a\x17\x06\x02\x88\x8b\x99\x1a\xe2\xa9\x4e\x42\x38\xd3\x3d\xc5\x5a\x31\xe4\x62\x36\xf7\xa4\x79\x93\x7d\x37\x9b\x7b\xca\xfd\x4d\x31\xc1\xd9\xf4\x53\xcd\x1c\x94\x5c\x80\xc7\x8d\x9f\xcd\x7f\xfa\xbc\x75\x76\xad\xcb\xe8\x4d\x25\xcb\x73\x59\x74\xe3\xf7\xcd\x25\xe1\xbf\xb9\xb4\x6e\xfc\x28\xd8\x64\xca\xcd\x25\x6b\xe3\x77\xb9\x27\x59\x9b\x4b\xd6\xc6\xef\x9b\x36\x64\x6d\x96\x77\x24\xc5\x3d\x45\xfa\x66\x69\x48\x29\xd3\xe4\xa9\xce\xd2\x10\xa3\x0f\x89\x2e\xe6\xf0\xec\xf2\x0b\x93\xa7\x0a\x48\x37\x7e\xf6\x79\x08\xba\x98\xcb\x0d\x1d\xbf\xc7\x8b\xf3\x21\xec\x1c\x06\x44\x40\x73\xf2\x3f\xe7\xe9\x9e\xb6\x74\x5c\xba\x98\xa7\x27\x7a\x8d\xbc\xd4\x0c\x3c\xdd\xf8\x09\xc4\x4c\x4e\x29\x4a\xdd\xf8\x51\x30\x78\xba\x98\x4b\x1c\xc7\x57\x49\x3c\x19\x92\x73\xb9\x98\x63\xfb\x79\x71\x6c\xc6\xb9\xc4\x71\x6c\x6c\xc6\xa9\xf4\x06\xb3\x6e\x6c\xdb\x77\xa6\xcb\x97\xdf\x39\xbe\xf2\xe2\xc9\xef\x04\xb2\x1b\xdb\x37\xbd\x7d\x32\x3b\x97\xe9\x38\x36\x1f\xb3\xc0\xda\x05\x9e\xdd\x80\x5e\x0e\x58\xbb\x98\x53\x97\x6c\xfe\x53\xc2\x65\x2e\x51\x1d\x9b\xaa\x10\xac\xbb\x98\xd3\xe5\xb6\x74\xac\xbb\x00\xb9\x1b\x9b\x0f\xca\xb1\xee\x62\x2e\x19\x1d\x5f\x21\x32\xe4\x5d\xcc\x47\x3f\x85\x57\xa6\xe8\x21\x0e\xde\xd8\xbe\xe9\x2d\x50\x08\x87\x37\x36\x41\x93\xc9\x43\x9d\xaf\x7b\x8a\x8f\x4c\x81\x42\x70\xbc\xb1\x09\x85\x4c\x86\xe4\x7c\x8d\xa7\x1c\xc0\xf4\x3d\xc8\x7c\xdd\x93\x3f\x37\xdf\xef\x9e\xaf\x83\x6b\xdb\x85\xd1\x8b\xe7\xa7\x21\x5b\x39\xa8\x5e\x3c\x3f\x03\x62\x21\x3c\xe4\xf7\x59\x82\x3b\x36\x1b\xf4\x23\x50\xf8\x6c\x06\x84\x19\x8b\xb4\x17\x68\x7a\x63\xbb\xfe\xfe\x2b\x8f\x47\xde\xfb\xd9\xf4\x57\xdc\xfe\xe1\xbe\x3e\xbb\xae\xa9\xe4\xc0\xd8\x8b\x67\x37\xae\xb6\x5f\xc4\xbd\xc0\xca\x1b\x9b\x74\x34\x64\x5e\x80\xe4\x8d\x4d\xe6\x19\x24\x2f\x40\xf2\xc6\xae\x7a\x09\x24\x2f\x40\xf2\xc6\xfe\x73\x4f\x3a\xfa\x2c\xe5\x1c\xbb\xc9\xfb\x30\x28\x91\xf3\xc6\xae\x2e\xe3\xe1\xe8\x22\xe7\x8d\xdd\x46\x8d\x9c\x17\x58\x79\x63\x37\x79\x41\xf2\x02\x0f\x6f\xec\xe6\xe9\x43\x08\x1f\x42\xb8\x2f\x74\x4f\x3c\x22\x7e\x58\x79\x63\x97\x79\x86\xcc\x8b\x27\xf5\xd3\xe4\x7d\x48\xe6\xb3\xcc\xc4\xb1\xcb\x83\x3d\xcc\x44\x38\xbd\xb1\xfb\x9c\xe8\x11\x1b\x84\xd3\x1b\xbb\xed\x17\x4e\x2f\x00\xf4\x06\x86\x72\x3c\xc2\x80\x0f\x1d\xdd\x55\x70\xe0\xe8\x05\x80\xde\xd8\xcd\xfd\x87\x9f\xfc\x74\xad\x0b\x2d\x82\xeb\xc5\xb3\xdc\xe5\xb1\x9b\xfb\x8f\xc2\x44\x8c\xbd\x01\xc1\x1c\x18\x7b\xf1\x74\x0d\xb1\x71\x31\xf6\x02\x4e\x6f\xec\xdc\x42\x38\xbd\x78\x96\xc6\x8e\xaf\x9a\x1a\x4e\x2f\x00\xf4\xc6\x2e\x98\x8f\xa3\x17\x0f\x71\xdd\x85\x42\x1e\x79\xef\x67\xe8\x12\xb7\x10\x32\x2f\x9e\x61\x40\x84\x42\x90\xf3\x02\x39\x6f\xec\xe2\xf6\xc8\x79\x81\x95\x37\xf6\x6f\xe9\x70\xb3\xb1\xf2\xc6\xae\xb0\xff\x21\x99\xcf\xe9\x9e\xbe\xb8\x05\xc9\x0b\x3c\xbc\xb1\x4b\x9f\x3d\x24\x13\x0f\x6f\xec\x02\x86\x0f\x43\xf2\x21\x99\x18\xca\x81\x87\x17\x78\x78\x63\xbf\xbf\x33\x3d\x26\x1d\xdd\x25\xc5\x1e\x3a\xfa\x50\x47\xb4\xe5\x78\x44\xe5\x10\xf0\xc6\xce\x1e\xc1\xbc\x0b\xb0\xbb\xb1\x2b\x7e\xc2\xbc\x0b\x94\xbb\xf1\x15\x63\xc3\xdb\xc5\x33\xdd\xd3\x26\xf0\xf8\x9c\xe4\x21\x99\xbb\xaf\x90\x1e\x76\x28\xd8\xdd\x38\xbe\xc5\xa5\x84\xf1\x59\x7a\x38\x8e\x9f\xcb\x09\x21\xf4\xdd\x38\x36\xfd\x54\x0d\x04\x72\x37\x8e\x6f\x1d\x71\xb3\x9f\x25\x92\xe3\x90\xea\x7a\x9e\xef\x9e\x6b\x6d\xa2\x2d\x07\xd6\x5d\x80\xdc\x8d\xaf\x32\x1b\xeb\x2e\x9e\x95\xaa\x1e\x87\x54\xd7\xf3\x6a\xfd\xd5\x3a\xc3\x07\x00\x2f\x9e\x57\xeb\xac\x60\x1c\xbc\x78\x96\x72\x8e\x83\xe1\x03\x79\x17\x2f\xc9\xfc\x6a\xb8\x5f\x92\xf9\xae\x84\xcb\x38\xd8\x38\x2f\x2f\x1d\xf9\x6e\x40\x30\x07\x00\x5e\x20\xdf\x8d\xaf\xb0\x1b\x00\x2f\x90\xef\xc6\xc1\x1a\x02\xc0\x8b\x77\x99\xa3\xe3\xb0\xb8\x5e\xb9\x95\x77\x73\x4f\x7b\xc8\x4b\x2a\xdf\x15\xe9\x1b\x87\x38\x23\x2a\x5e\xbc\xa4\xf2\x10\x49\x41\xc5\x0b\x38\xbc\x71\xf0\x15\x5f\x5e\xfa\xbb\xfc\xf2\x71\x88\x8b\x81\xe3\x05\x38\xde\x38\x54\x85\x80\xe3\xc5\x4b\x69\x61\x9d\xe3\x65\xb1\xbe\x87\x01\x29\xcf\x4e\x7e\x81\xf3\xc6\x57\x56\xfe\x72\xdd\x11\xf3\xc6\x21\x53\xf6\x4a\x58\xbf\xec\xd0\xaf\x82\xfc\x65\x87\xbe\xec\xd0\xc3\x16\x04\x95\x17\x18\x79\xe3\x50\x59\xf8\x12\xd5\x97\xc9\x79\xd8\x82\x10\xf3\xe2\x4d\x8f\x89\xef\xf0\x4a\x58\xbf\x44\xf5\x10\x5e\x79\x89\xea\x9b\x1e\xd3\xa7\x34\x30\x7a\x01\xa3\x37\x0e\x75\xb7\x30\x7a\x01\x9c\x37\xf0\x98\xe3\xe5\x7b\xbf\xcd\x3b\x52\x56\x0e\xa3\x17\xc0\x79\xe3\xb0\x49\xbd\xa4\x12\x1c\x6f\x1c\x6c\xb1\x57\xa0\xf0\x65\x33\x7e\xc5\xe2\x2f\x59\x7b\x97\x66\x8d\x90\xea\x7a\x55\x51\x23\xdf\x8d\x50\x27\xf8\xb2\x04\x71\xf0\x46\x08\x9a\xe0\xe0\xc5\xbb\x84\x6c\x04\x63\xea\x1d\x9e\x9d\x79\xf8\x15\x8b\xbf\xcc\x43\x8c\xbc\x11\xf0\x25\x50\x79\xf1\xb2\x04\xbf\x0a\x72\xa8\xbc\x78\x97\x90\x8d\x50\x33\xf5\xb2\x04\x81\xf3\xc6\x57\x2c\x8e\x9f\x17\x88\x79\x23\x6c\x52\x2f\xa7\xf9\x5d\x89\x88\x11\x7c\x44\xfc\xbc\x78\x69\x5d\xf0\x15\xf0\xf3\xe2\xbd\x3c\xbb\xf0\xca\x2b\xa4\x08\x87\x37\x22\xff\x3e\x42\x01\x99\x17\x58\x79\x23\xe4\x93\x41\xf2\x02\x0f\x6f\xc4\xb7\x74\xc8\x1b\x2c\xde\x40\x70\x8e\x97\xbc\xbd\xe4\x2d\xa4\x8e\xd1\xf1\xe2\x5d\x86\xe1\x08\x86\xda\xab\x04\x07\x16\x6f\x04\x43\xed\xe5\x3c\xbf\xec\xbc\x20\xc3\x2f\x81\x79\x09\x4c\x8a\x48\x63\xde\x05\xca\xdd\xc8\x15\xd8\xcc\xdf\x12\x98\xfc\x11\x18\x80\xdd\xc4\xbc\xcb\xdf\x0a\x03\x8e\x5c\xe9\xe8\xfc\x2d\x9b\x2c\x7f\xcb\x25\x1e\xca\x77\x13\xde\x2e\x7f\xcb\xfb\x1d\xb9\xd6\x53\x02\xda\xe5\x6f\xf9\xbb\x03\x60\x37\x01\xed\xf2\xb7\xb9\x7c\xd5\x7a\x24\x92\x5d\xfe\x96\xa4\x8c\x5c\xce\x73\x02\xda\x25\xa0\xdd\xc8\x4b\xeb\xcb\x32\x4b\x08\xbb\x91\x6b\x3d\xe5\x6f\xd7\xd0\xae\xa1\x5b\xe7\x77\xfd\xdc\x35\xb4\x76\xb0\xfc\xed\x1a\xda\x35\xb4\x6a\x7a\xf3\xb7\x6b\xe8\xd0\xf9\xa9\xa1\xc3\x3d\x69\x09\x14\x6f\xfe\x96\x96\x24\xca\xdd\xc8\x47\x3f\x0f\x0d\x2d\x8b\x6e\x28\xf4\xcd\x5f\x18\xba\x15\xce\x1b\x2a\x5f\x13\x7c\x2e\xc1\xe7\x46\x5b\xf1\x91\x04\x9f\xcb\x1f\x81\x69\xbb\x86\x42\x97\x96\xa4\x8c\x76\xe8\x52\x6a\x9d\xd5\x86\x66\x9b\xbf\xd4\xfa\x92\x94\xd1\xd2\x13\xa5\xc7\x24\x30\x2a\x5f\xf3\xb7\x3c\xdc\xfc\x2d\xd7\x76\xe0\xde\xe6\xaf\xe9\x27\x9f\xb6\x35\x6f\x73\xc9\x4d\xfe\x18\x68\xad\x19\xba\xa6\xf3\xcd\x3d\xfb\x77\xb9\x7b\x76\x97\x77\x5d\xea\x5e\x31\xd5\x69\x43\x97\xba\xc7\x5c\x3a\x33\xda\x70\xcf\x72\x26\xd5\x69\xa7\x01\x19\x5e\x31\xbb\xa9\x2d\xf7\x35\x7f\xc3\xeb\x18\x2e\x5f\x15\xda\xf9\x1b\x06\x84\xdd\xd4\xa6\xc9\x30\x0c\xc8\xd0\xfa\x34\xf2\xcb\x1b\x4d\xd0\xb9\xd1\xbe\x57\x3c\x74\x9e\x31\xd5\xa6\x2e\x9d\x5a\x67\x4c\xb5\xc7\x5c\x3a\x0d\x08\xd5\x69\x8f\x7e\x9e\x06\xe4\x34\xf2\xaf\xd6\x4f\x23\x4f\x8a\xda\xeb\xf2\x65\x6f\xe5\x8f\x14\xb5\x55\x1e\x97\xbf\xcb\xc8\x2f\xeb\x6b\x20\xce\xe6\xef\xd2\x10\xb3\xab\xff\x3c\xe6\xe5\x89\x96\xa1\x35\xfa\xa6\xa1\x4b\x43\xeb\x5b\x91\xd1\xb7\xaf\x21\x4f\xb4\x1c\xd6\xd1\x37\x8f\xb9\x2c\xb3\xc4\xac\x1b\x4a\x57\xf3\x77\xbb\xfc\x76\xf9\x4e\x04\xee\xef\xf2\xd7\x41\x8f\x39\x75\x7e\xd5\xb9\x8c\xbe\x7b\xc5\x53\xe7\x97\x17\x3b\xfa\x61\x90\xa7\xb7\xb9\x34\x6b\xf4\x43\xe7\xa7\x91\x9f\x1a\x3a\xb4\x3e\x4d\xef\xc7\x3d\xc3\xac\x7b\x8c\xfc\xe3\xf2\x30\xc1\x1e\x97\xaf\x24\xc7\xe8\xe9\x31\x1f\x73\x69\x39\xac\xa3\xa7\xc7\x7c\xdc\x73\x65\x3e\x06\xb4\x6d\x62\xdd\xe5\x6f\x99\x64\xa3\x37\xfd\x7c\x0d\xc8\x32\xc9\x46\x6f\x56\xc7\x6b\xe4\x99\x5d\x7d\x45\x7c\x12\xc8\x2e\x31\xeb\x46\x5f\x96\x4b\x62\xd6\x25\x12\xdd\xe8\x2b\xca\x9d\x48\x74\xb9\x31\xa6\x94\xae\x26\x2e\x5d\x22\xd1\x8d\x4e\x2a\xb7\x65\x5a\xe5\xb6\x19\x64\x52\x89\x44\x97\xdb\xee\xf2\x65\xd7\xe7\x46\xeb\xb6\x5d\xe7\x97\x3d\x92\x60\x75\xb9\x31\xa6\xfa\xa9\x4b\xcb\x8a\x4a\x78\xba\xa1\x20\x35\xb7\x5d\x97\x0e\x9d\xbf\xb4\x4e\xd6\xe0\xe9\x86\x82\xd4\x84\xa7\xcb\xed\x70\x39\xfd\xdc\x96\xc1\x94\xdb\xe1\xc5\xdd\x1a\x5a\xae\x69\x62\xd6\x8d\x4e\x54\x31\xeb\x12\xa5\x6e\x28\x48\xcd\x8d\xd6\x6d\xe2\x77\x7d\x1a\x4f\x5a\x87\x59\x37\x3a\x51\xdd\xd2\xe5\xe9\xf2\x47\x97\x96\x9e\xe5\xc6\x1a\x52\x66\x9a\x68\x73\xb9\x2d\x25\x1a\x65\xce\xa3\xcd\xe5\x46\x97\x6a\x33\x9e\x74\x69\x5b\x5e\xe1\xa8\x4d\x3f\xbb\xf1\xe4\x23\xd6\x2a\x00\xc8\xad\x6b\x9d\x58\xd5\xae\xa1\xee\x9e\xcb\x2b\x1c\x78\xb7\xb9\x51\x30\xec\xb9\x81\x77\x9b\xdb\x0a\xc7\xe5\xc6\x47\xac\x43\xeb\xe5\xbd\x0b\xab\xd5\xe1\xf2\xd2\xa5\xe1\xf2\xf8\xdb\xaf\x3c\x72\x1b\xee\x4d\xf3\x2a\x8c\x16\xcd\xdb\x18\x55\x8a\x48\x73\x23\x6f\xe0\x73\xa3\xcc\xfd\x6d\xe8\xef\xb2\xad\x46\xa5\xcb\x4f\x13\x4d\x20\xae\x2c\x88\xed\xd4\x10\xcd\xab\x95\x29\x4d\x44\xba\xdc\x04\xe2\xca\x26\x80\x3a\x97\x70\x73\xa3\x4e\x8f\x4b\xb4\xb6\xcb\x99\x97\xd7\x72\x79\x57\x8c\xaa\xb2\x7b\x83\xcf\xe5\x76\xbb\xfc\x72\xcf\xdb\xe5\xec\xa6\xba\xdd\xf3\xf6\x44\x7c\xc5\xba\x75\x9e\x3e\x61\xd0\x0d\xf5\x97\xb9\xd1\xa7\x8d\x3e\xd5\xf4\xec\xf4\x69\x13\x73\x2b\x1b\x35\x22\x5d\x22\xd2\x0d\x3c\xd9\x84\xa2\xcb\x4d\x24\x4d\xa9\x65\x82\xcf\x25\xf8\xdc\x50\x55\x99\xdb\xe3\x89\xe8\x13\x20\x6c\x6e\xcf\x77\xf9\x74\xd0\xab\x7e\xf4\x73\x79\x87\x63\x7c\xf3\x94\x14\x61\xd0\x8d\xf1\xcd\x53\x52\xb4\x91\x22\x55\x95\x89\x4f\x97\xc0\x74\x03\x25\x36\xb7\x57\xeb\xc2\x6b\xe3\x9b\xbc\xef\xd7\xd0\xeb\xe0\xba\x27\x22\x5d\x62\xd0\x8d\x41\xc5\x77\xa6\xdc\xbe\x4a\x45\xc6\x60\x65\xec\xcb\x57\xcc\x7d\x59\x74\x63\x2c\xff\x33\xf7\x95\xdf\x4d\x44\xba\x31\x56\x09\x46\xee\xcb\x73\x4c\x60\xba\x31\x96\x31\x9d\xfb\xe6\x9e\x2b\xc9\x31\xc6\x8a\xf8\xe4\xce\xe8\xdb\x69\xde\x58\xc6\x74\xc2\xd4\xe5\xce\xbe\xc3\x93\x4d\x44\xba\xc4\xa0\x1b\xc3\xfc\x44\x9d\x4b\xb8\xb9\x31\xfa\x77\xa6\x2e\x91\x37\x20\xd8\xdc\x59\x6d\x20\x72\x63\xac\x0c\x79\xee\x94\x0c\x52\x6e\x0c\x26\xe7\x4e\xc9\x76\xe9\x89\x61\xd2\xee\x94\x6c\x5f\xc9\xdb\x31\x4e\xad\xaf\x20\x5b\xa2\xc6\x8d\x41\x32\x51\xe3\x12\x20\x6e\x0c\xf6\xc8\xbe\x4c\xab\xdc\x65\x0d\xf0\x59\x73\x67\x4c\xed\xcb\x15\x1b\xc3\xac\xdb\x9b\x33\xe5\x02\x06\x79\xdb\xbb\x67\x27\x30\xe3\x75\xcf\xae\xa1\x95\xcd\x1c\x27\x8b\x60\x5f\x21\xa9\xdc\x05\xf3\x4f\xb3\x6e\x67\x37\xed\x04\xe6\x64\x11\xec\xf5\x5d\xfe\x3a\xb8\x56\xdc\x3e\x34\xc4\xc6\x39\x37\xa3\x64\xbd\xef\x96\xf6\x49\xc9\xf6\xd3\x3d\x97\x01\x33\x4e\x4a\x86\xe2\x96\x3b\xcb\xe5\xfc\x5e\xf1\x65\x94\x88\xc0\x19\x26\xd8\xe5\xbd\x2f\x5b\x65\x9c\xa9\x4b\x97\xf7\x4e\x04\xce\xef\xbd\x13\x81\xfd\xd2\x4f\x62\xb5\xdf\xfa\x29\xf0\x7e\x36\x97\xdf\xfa\xb9\x04\x62\x9c\x36\xea\x9d\x32\xec\x94\xe1\x2c\x13\xec\x76\x4f\x81\xf7\x73\x98\xc9\xd3\xd0\x11\x81\xf3\x7b\xef\xd3\x9c\x27\x02\xe7\x65\x90\xa7\xcb\xa7\x2e\xd1\x25\xbc\xb7\x04\x7a\x1b\xe7\xed\x6d\x32\x52\x76\xca\x70\xde\xba\xf4\xb8\xa7\x28\xd2\x79\x7f\x97\xeb\x27\x7b\xe4\x9c\x5a\x27\x02\xbb\xf5\x7e\x3e\x5a\xb7\xde\xc1\xdc\x06\x46\x69\xee\xef\x77\xb9\x2e\x11\x2b\x30\xb7\x04\x73\x1b\x27\xb1\x02\x73\xcb\x83\x43\x76\xb2\x2e\x0f\x0e\xd9\x61\x15\x5f\xcb\x9f\xcf\xc3\x2a\x46\x78\x1b\xd7\x8a\x8b\xe5\xb1\x96\x6f\x1e\xbc\xb4\xcb\x5c\x42\x78\x4b\x4c\xb7\x71\x51\x30\x68\xb7\x3c\x38\x64\xd7\xfa\xee\x2f\xc1\xdc\xf2\xb0\x8a\xaf\xdd\xe5\x56\x31\xa6\xdb\xb8\xd6\x37\x50\x79\xac\xe5\x9b\x87\x90\xcd\xc5\x66\x44\x71\xcb\x83\x9b\x75\xad\xef\x2c\xf2\x58\xfe\x55\x1e\x3c\x2a\xb5\x72\x79\x58\xc5\x98\x6e\xe3\x5a\x01\xe2\x3c\xd6\x9a\x4e\x4c\xb7\x71\xd9\x0d\xc1\xdc\xf2\x10\xf2\xbe\x52\x3f\x53\x97\x58\x19\x57\xd7\xcf\x15\x96\x49\xa8\xb5\xa1\x02\x2e\x0f\xce\x13\x9c\xda\x50\x01\x97\x38\x6a\x79\x58\xc5\x17\xff\xf8\xe8\x9e\x7d\x45\x94\xc7\x35\x3c\x11\xef\x07\x40\x6d\x5c\x43\xeb\x5d\x43\xcc\x84\x6b\xa5\x3c\xf2\x60\x26\x1c\xf6\xf7\x8b\x04\x41\x9f\x25\xca\xd9\x00\x04\xcd\xc3\x56\x8e\x72\x36\xae\xdb\x3d\x4f\x67\x8a\xf0\x5e\xf3\xef\x0d\x8a\x83\x73\x02\x7a\x36\x80\x41\x13\xfb\x2c\x41\xcf\xc6\xf5\x18\x03\xce\x09\x04\xda\xb8\x1e\x73\xea\xd2\xa0\x25\x7e\xad\x7c\x72\x42\xa0\x25\xbe\xd9\xb8\xbe\x29\x69\xe1\x1e\xb6\xf4\xfb\x67\xb0\x2d\xdc\x83\xcb\x71\xf3\x6d\x60\xce\xf2\xb0\xa5\xdf\xf6\x4f\xb4\xb3\x3c\x04\x75\xef\x6f\xf6\x59\xa3\x87\xe4\xd8\xbd\x6b\xdd\x1a\x3d\xac\xd1\x7b\x55\x53\x27\xda\x59\x1e\xf2\x60\xf7\x37\xfb\x1e\xab\x44\x7c\xe4\x66\xd2\x1d\x76\xef\xc3\xee\x7d\x1f\x1e\xd3\xee\x0d\x81\x36\x6e\x1e\xcb\x61\xa3\x3e\x2c\xdc\x9b\x10\xe2\xa2\xe5\x61\x4f\x56\x83\x98\x10\x68\x19\xd6\xe8\xcd\xcd\x86\x40\x4b\xb4\xb3\x71\x93\x37\xb4\xb3\x04\x36\x1b\x37\xb3\x2b\xd6\x16\x9b\x50\x66\xe3\x5e\xb1\xa1\x0c\x2b\x0f\xd8\x6c\xdc\x5c\x0e\x44\xb3\x0c\x3e\x83\x22\xc2\xc4\x2e\x4b\xec\xb2\x71\x97\xd6\xd7\x6e\x9a\xd8\x65\xe3\x5e\x15\x66\x09\x5a\x96\xc1\x3d\xb8\x79\x02\x30\x65\x19\x96\xe3\x7d\xeb\x92\xa8\x07\x5a\xd9\xb8\x05\x4d\x42\xd4\x23\xac\x51\xa0\xcd\x44\x32\xcb\x10\x6b\xbd\x1f\x8f\x79\xe8\xbc\xed\xf7\xb6\x2b\x86\xed\x37\x42\xe7\x05\x4d\x50\xce\x12\xe5\x6c\xdc\x8f\x7b\x2e\x5f\x23\x51\xce\xc6\xfd\x78\xf6\xd0\x90\xd5\x7c\x73\x0f\x60\xca\x32\x24\x9b\xa6\x09\x16\x16\x6e\xf0\x19\xe6\xa6\x21\x7b\x72\x58\xcd\x93\x68\x85\x3d\x19\x6e\x6c\xcc\x95\xe6\xcd\x58\xce\x42\x86\xa4\xfd\x64\x61\xe1\x8c\x65\xf0\x04\xa6\xfd\x13\x36\x2c\x43\x58\x75\x9a\x4b\x61\x89\x87\xdd\x7b\xb2\x9b\x20\xc5\x12\x2f\x6c\xcc\x30\x20\xc3\x99\x6b\xa5\x8f\xc9\xd1\x05\x0a\x4b\xa0\xb0\x31\xd3\x3b\x62\xc2\x03\x85\x8d\xb9\x78\x53\x89\x10\x96\x41\x0c\x26\x6b\x3d\x4e\x03\x62\x4b\x9f\x34\x2f\x4e\xcf\xbe\x36\xdc\x31\xbb\xd6\x6f\x23\x6f\xc1\x02\x6d\x66\x58\xb0\x61\x53\xc5\xd4\xcc\x60\x6e\x23\x76\x8d\x49\xde\x80\xbb\x32\x2c\xd8\xc9\xec\x0a\x0b\x36\xac\xcd\x79\xba\xa7\xb5\x19\x8f\x67\xe7\xa9\xc6\xe3\xd9\x25\x5c\x80\x36\x13\xe2\x2b\x41\xbd\xc6\xb4\x27\xc7\x6b\x75\xf0\xd2\x81\x36\x33\xad\xb8\xfc\x69\x68\x7e\x07\x0f\x07\x75\x69\xf1\xa6\x12\xa3\x2b\x71\xb8\xc6\xb4\xd3\x26\x8b\x15\x95\x6b\x28\x37\xcc\xb4\x01\xa6\x65\x38\xc5\x71\x92\x19\x8b\xb5\x35\xe6\xeb\x9e\x42\x8a\x29\x7a\xa8\xdc\x30\x73\xad\xaa\x4c\x89\xe0\xc7\xac\xc3\xd3\xca\x94\xde\x55\x05\x98\xd0\x59\x99\xcb\x87\x1e\x8f\x6d\x2d\xd7\x64\xcf\x14\x28\x84\xa5\xcc\x64\x87\x02\x69\x8d\x87\x32\xe0\x69\x25\x82\xd6\x78\xba\x86\xec\x75\x08\x5a\xe3\x29\x4f\xb4\xc2\x86\x99\xf6\x3a\xb0\xc9\x4c\x7b\x5d\x0a\x14\x3e\xe4\x02\x64\x2b\x61\xb5\xc6\xb3\xaa\x57\x32\x9b\x27\x92\x89\x78\x4c\x86\x6c\x46\x49\xd2\xf6\x59\x1f\xd7\x66\x5a\x5c\x58\x5b\xe3\x39\xb5\xce\xf7\x4e\xbe\xb7\xa2\xbc\x04\xe0\xca\xb4\xb8\x1e\x33\x24\x2d\x2e\x1c\xae\xa1\x28\x2f\xe1\xb8\x12\x87\x6b\x3c\x97\xc7\x5c\x5f\xc2\x65\xb2\x97\x9f\x4b\xe7\x4b\x43\xe2\x8c\xcf\x65\xe8\x4a\x3f\xe5\x67\x9f\x6f\xda\x94\xb7\x29\xf8\xf8\x08\x29\x26\x23\x3a\x19\xd1\xcf\xf4\x3a\x18\xd1\x88\x5d\xe3\xf9\x26\x18\xef\x3c\xe5\x41\x1e\xf6\x1d\x7e\x57\xa6\x3c\xc8\x43\xeb\xd0\xbc\x12\xc6\x6b\x3c\xa2\x87\x68\x5e\x09\xe3\x35\x9e\x6f\xd6\x59\xda\xf8\x5d\xe3\xb1\x99\x02\x77\x65\x5a\xc5\xaf\xcd\x34\xed\xda\xa8\x5c\xe3\x5d\xf5\xac\x99\x6c\x70\xc8\xad\xf1\x32\xf6\x53\xa0\x30\xe5\x67\x5f\x91\xe8\xbc\x9d\xc9\xb2\x7e\x77\x93\xf6\x36\x4a\x36\xe8\x55\xa9\xf7\x37\x06\x45\xda\xa8\x41\xb3\xc6\x6b\xab\xcc\x69\x0c\x58\xd8\xaf\xe0\x5e\x0a\x03\x62\x67\x8d\x37\xcc\x29\x61\x40\x5c\xac\xa1\xe4\x2e\x93\xef\x0d\x8f\x35\xde\xf4\x10\x76\x6f\x78\xac\xf1\xa6\xfe\x72\xc8\x73\xa5\x6b\xc7\xdb\x4c\xc9\xe5\x9e\x67\x0a\x18\xbe\xcd\x44\xb3\xa5\xa7\x3c\xed\x4b\x1d\xf3\xd5\x90\x94\xec\x4b\x08\x61\xb5\x12\x2c\x6b\xbc\x8c\xbf\x7c\xbf\xcb\xd7\xa4\x78\x57\x7a\x3f\x11\xb4\xb2\x51\x9d\x77\x55\xc6\x64\x5b\x4e\x77\x36\x01\xc3\x77\x7c\x67\xa6\x83\xdd\xc1\xe6\x60\x39\xa8\xf3\xe2\xe1\x8d\xef\xdd\x56\xfd\xf4\x78\x85\x01\xdb\xa6\xa1\x65\xb5\xbf\x27\x81\x41\xde\x4a\xc8\xad\xf7\x5c\xd9\xec\x6c\x44\xab\xad\x08\xe3\x7b\x0a\x1c\xb4\xcd\x3d\x97\x76\xbd\xe7\xfe\x9d\x79\x3b\xf8\x38\xb8\x46\xa9\xd9\xfc\xe1\xb1\xc6\x6b\x91\x35\xfa\x04\x6c\xb5\x7f\x2b\xaf\x11\x98\x96\xdf\x27\xa5\xbb\x83\x9e\x28\xbf\x4f\x4a\xd7\xdb\x6c\xab\x2a\x24\xf1\xa6\x56\x55\xec\x3a\xe8\x72\x29\xcb\xf9\x75\x7e\x6d\xc6\x09\x70\xf4\xfb\xd9\x93\xdb\x34\x9e\x6b\xe4\x7f\x3f\x46\x1f\x1c\x50\xf6\xdd\x41\x71\x31\x04\x98\xec\xfe\x4d\xcc\xff\xf9\x67\x17\xc7\xeb\xfe\x11\x5f\x65\x61\x42\xbf\x64\xf7\x77\x60\x3f\x01\x0e\xe8\x97\x04\x7b\x39\x36\x36\x63\x5f\xe6\x7a\xf6\x65\x8b\x1f\x1b\x25\xeb\x16\x2e\x68\xcb\xae\x9e\x39\xb1\x5b\xb2\xaf\x85\xbb\x3f\x9e\x1d\x9e\x25\x71\x59\xf6\x4f\x5c\xbb\xd5\xdc\xd7\x2e\xbc\x3f\xdc\x57\x24\x96\x84\x60\xd9\x3f\x1d\xed\x96\x38\xa2\xca\xfe\xd8\x69\x11\x55\xb2\x5f\x2e\x3f\xbf\x33\x5d\xbe\xb6\xf4\xfd\x91\x46\x81\x59\x49\x60\x95\xfd\xe1\x5d\x74\xeb\xbe\xaf\x75\xbf\x3f\x42\x75\xdd\xba\xef\x2b\x7f\xb9\x3f\x97\x7b\x2e\x53\x20\xfb\x72\x97\xf7\x67\x95\x1b\x66\x17\xe1\xc7\x34\xd9\x1f\x7e\x08\xa6\x49\x82\x68\x1c\x41\x9f\x40\x34\xb2\x96\xec\x1f\xb1\x6a\x13\x12\x6b\x22\x7d\xa8\x7f\xc4\x4a\x47\xa6\x0f\xf5\xd3\x57\xc3\x47\xae\xbf\x06\xc8\x61\x90\x7d\x75\x7a\xa4\x69\xe3\xab\xd3\x3c\xfd\x7f\x7c\x13\x1f\x39\x19\xd1\xa7\xbf\x4f\x6e\x3f\x67\x5a\x08\x3e\xa1\x3a\x10\x6a\xd2\x27\x54\xe9\x4b\x87\x03\x01\x24\xfd\x97\x7d\xaa\xfa\x3d\xca\x41\xff\x04\x9d\xdf\xff\x34\x8f\xef\xa0\x15\x37\xfd\xed\xe7\x17\xbf\x9b\x2b\x07\x9f\xd3\x9f\xa6\x8d\x55\x12\x9a\x6a\x02\x53\xc1\xdf\x31\xd8\xcb\x0a\xfe\x52\x25\xdc\xe1\x6f\x7a\x52\x25\x5c\xaa\x7d\x3a\x4e\x0e\xb9\x7f\x14\xcd\xc7\x99\xa7\x51\x7a\x9d\xe9\x2f\xfe\x8e\x8b\x6d\xeb\x2f\xfe\x52\x26\xf7\xb8\xd6\x42\x68\xfe\xaf\xac\xfd\x56\xe4\x7c\xfd\xd9\xfe\x5f\x07\xd7\xfa\x6b\xd2\x36\x87\x7f\x14\x68\xbf\x55\x5e\xd3\xfc\x77\xcf\x01\x8b\xdf\xa4\x3c\x9a\x90\xe2\x31\x97\xda\x34\x21\xc5\x26\x18\x71\xb0\x71\x9a\x60\x44\x03\x80\x5e\xff\xb1\xf8\xc7\x9f\x8d\xf7\xd3\xe2\xfb\xef\xad\xef\xe0\x32\x67\x5a\xac\x33\xd7\x3f\x6a\xfd\xf1\x67\x63\xb5\xb5\xfc\xfe\xc6\x66\x79\x7e\x2d\x57\x45\x45\xa3\xb4\xeb\x7f\x68\xfe\xf8\xb3\x51\xda\x46\x04\x62\x5f\xaf\xb8\x11\x81\xf6\x21\xb7\x8e\xef\xe0\x2a\x2a\x69\x16\x6c\x1c\x6b\x69\x37\xb0\xa5\x66\x89\x2e\xfe\xf7\x5f\x07\x4f\x97\xfb\xdc\xfb\x58\x61\xa0\xd6\x97\xc1\xdb\x4c\xef\x38\x96\x7f\xdc\x4a\x43\x18\x1c\x11\x4b\xac\x1a\x06\x47\x33\x93\x03\xfa\xac\x99\xc9\xcd\xa4\x0d\x7f\xfa\xdb\x4c\xda\x76\xaa\x42\x69\xdf\xc1\xe5\x4a\xb5\xf3\xff\xa1\x00\xff\x3a\xb8\xac\xbd\x66\xd2\x2e\x50\xdf\x1f\x7f\x36\x93\xb6\x7d\x9f\xea\xf5\x65\x48\x36\x5f\xec\xb5\xeb\xe3\x9a\x2d\x4f\xa5\xf9\x62\xaf\x5d\x94\x16\x77\xa6\x5d\xcb\x6a\x6b\xdf\x57\x64\x72\x55\xed\xea\x0e\xbe\x1f\xf4\x6a\x3d\xa6\x85\xd0\x2c\x84\xa8\x65\x3b\x34\x0b\xa1\x4d\x68\xc5\xf1\x1d\x5c\x79\xa5\xa6\x60\x3a\x7c\x61\xdf\x14\x4c\xb7\xf9\x51\x17\x56\x39\x4f\x53\x3e\xdd\xe6\x07\x58\xe8\xcf\xff\x30\x28\xc6\xff\xb0\x27\x9a\xff\xe5\x6e\x5f\x51\xb4\xef\xdf\x9b\xda\xe8\x36\xfb\x87\x15\xb8\x1d\xd4\x09\xc5\x28\x63\x49\x73\xf3\xe7\xd9\xcd\x1a\x0b\x1f\x9b\x37\x6b\xac\x59\x4e\x71\xee\x7f\x49\x73\xb3\x9c\x9a\x95\xb3\x3e\x45\xfc\xe3\xcf\x6e\xe5\xf4\xdf\xf7\x0d\xcd\x77\x10\x1e\x5b\x4e\x3b\xee\x65\x10\xf4\x9f\x3f\xe8\xfd\x3d\xdf\x17\x1c\xb1\x0e\xa2\xab\x5b\x4e\xab\x92\xff\x8f\x3f\xbb\xe5\xd4\xb7\xaf\xa2\x7b\x7d\x23\xd4\xe5\x95\xfa\xf7\x2f\x46\x73\x49\x73\xdf\xfc\x2d\x9b\x85\x77\xfe\x96\x8c\x76\x0b\xaf\xef\xdf\x41\xad\x5b\x78\xdd\xc2\x3b\x37\x07\x2d\xbc\x6e\x8d\x9d\xbb\x83\xd6\x58\xb7\x9c\xce\xc3\x41\xcb\xa9\xb3\x20\xce\xf8\x0e\xfa\x83\x07\x70\xca\x33\xc6\xff\xb0\xfd\x9e\xff\x98\xf7\xbf\x9f\xff\xfc\xe3\xff\xff\x5f\xe7\x3f\xff\xf7\xf9\xef\xcf\x3f\xee\xff\xfe\xd7\xbf\x9e\xff\xf8\xaf\xf9\x6f\xf7\x7f\xfd\xe3\xff\xfb\xeb\xe8\x3f\xe6\xf3\xfe\xdb\x7f\x3c\xff\x7a\xfe\xcf\x7f\xfe\xf7\xbf\xee\xe7\x1f\xff\xfc\xcf\x7f\xfe\x75\xd5\xfa\xfd\xdf\x00\x00\x00\xff\xff\xe7\xdc\x37\x17\xd8\x80\x03\x00"); -var _eda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x23\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xb3\xfd\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xe9\xef\x4b\xfe\xc7\xb7\xc3\xd2\x53\xbe\xde\xe9\xe1\xfe\xee\xf0\xb6\x9e\x93\x4c\x52\x78\x87\x41\xf8\x2f\x6d\x0f\x4b\x7f\x3d\x6e\xb6\xfd\xb4\x59\x9f\xfb\x90\xd2\x9c\x73\xce\xb7\x69\xf6\x2f\x5f\xbf\xde\xe2\x69\xff\x77\xc6\x30\x96\xcb\x95\xfb\x85\xc9\xf5\x8a\x9c\x77\xbb\xdb\x94\x87\x39\x0b\x8f\x05\xc7\x5a\xea\x30\x67\x65\xa2\x48\x8a\xe8\x30\x67\x63\x62\x48\xc6\xda\x86\x39\x3b\x13\x47\x22\x59\x7d\x98\x73\x61\x54\x22\xd2\x86\xd9\x95\x51\x8d\xa8\x18\x86\x8f\x8c\xc6\x88\xc6\x09\xd3\x1b\xa3\x16\x4f\x90\x1d\xe3\x27\x46\x53\x44\x96\x31\x7e\xc3\x68\x73\x79\x4e\x8c\x7f\x62\xf4\x14\x51\x13\x8c\xdf\x32\xda\x22\xb2\x3c\x62\xfc\xc2\x68\x89\xc8\x14\xe3\x3b\xa3\x1e\x51\x69\x18\xbf\x63\xb4\x8b\xa8\x79\x1e\x66\xa1\x94\x84\x94\xe7\xa9\x0e\xb3\x10\x4b\x02\xcb\xad\xe8\x30\x0b\xb5\x24\xb4\xbc\xe6\x36\xcc\x42\x2e\x09\x2e\x6f\xd5\x87\x59\xe8\x25\x7e\x31\xc5\x78\x7a\x49\x78\x15\x1b\x31\x9e\x5e\x12\x5e\xa5\x1a\xc6\xd3\x4b\xc2\xab\xb4\x86\xf1\xf4\x92\xf0\xaa\xe2\x18\x4f\x2f\x09\xaf\xea\x19\xe3\xe9\x25\xe1\x55\x2b\x8a\x15\x7a\x49\x78\xd5\x09\xcd\x0a\xbd\x24\xbc\x46\x41\xb5\x42\x2f\x09\xaf\xd1\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\xd7\x38\xa1\x5a\xa5\x97\x86\x57\x13\x54\xab\xf4\xd2\xf0\x6a\x8e\x6a\x95\x5e\x1a\x5e\x6d\x44\xb5\x4a\x2f\x0d\xaf\x36\xa1\x5a\xa5\x97\x86\xd7\xa4\xa8\x56\xe9\xa5\xe1\x35\x39\xaa\x55\x7a\x69\x78\x4d\x23\xaa\x55\x7a\x69\x78\x4d\x13\xaa\x55\x7a\x69\xbb\x7e\x57\x31\x9f\x60\x3a\x31\x73\x94\xab\x14\xd3\x0d\xb3\x11\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\xdd\x32\x53\xf4\xab\x44\xd3\x85\x59\x41\xc1\x4a\x35\xed\xcc\x46\x34\xac\x64\xd3\x1d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\x15\x94\x6c\x94\x33\xbd\x2e\xb0\x3c\xcc\x46\x3a\x0b\x3a\xb1\x8c\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x05\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x67\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x0b\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\xaf\x08\xea\x36\xfa\xd9\xf6\xfa\x56\xc0\x3d\xe8\x67\xf4\x2b\x15\x85\x1b\xfd\x8c\x7e\xa5\xa1\x71\xa3\x9f\xd1\xaf\x0a\x2a\xf7\xcb\x3b\x90\x7e\xd5\xd0\xb9\xd3\xcf\xe9\x57\x2b\x3a\x77\xfa\x39\xfd\x6a\x43\xe7\x4e\x3f\xa7\xdf\x28\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\x63\x45\xe7\x4e\x3f\xaf\xd7\x57\x19\xee\x41\x3f\xa7\x5f\x13\x74\xee\xf4\x73\xfa\x35\x47\xe7\x4e\x3f\xa7\x5f\xab\xe8\xdc\xe9\xe7\x9b\xc5\x90\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xd8\xa1\x1c\x9d\x6d\x07\x00\x00"); -func _gdd ()(*asset ,error ){_cee ,_gbdd :=_bafg ();if _gbdd !=nil {return nil ,_gbdd ;};_aba :=bindataFileInfo {_dae :"Adobe-Japan1-6",_fb :2225,_ae :_be .FileMode (436),_g :_a .Unix (1580491338,0)};_cdf :=&asset {_dd :_cee ,_ef :_aba };return _cdf ,nil ; -};var _gec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xb1\xae\xd3\x4c\x10\x05\xe0\xde\x4f\x31\xe5\xfd\x8b\x9f\x78\x77\xbd\x5e\xaf\x84\xae\x84\x92\x82\x20\x5d\x40\x04\x2e\x48\x88\xc2\xb1\x27\x91\x25\xb2\xb6\xd6\x76\x91\xb7\x47\x73\x26\x98\x22\x9a\xf8\x8b\xe7\xe8\x14\x93\xdd\xfe\x78\x38\xa6\x61\xa1\xdd\xe7\x3c\x76\x27\x5e\xe8\x32\xa4\x3e\xf3\x3c\xae\xb9\x63\x3a\xf3\x75\x48\x45\x61\x2c\xf5\x43\xb7\xfc\x7d\xc4\xe8\x6e\xed\x54\x14\xbb\xd0\xfc\xff\x9e\xd6\x99\x1f\x8f\xfb\xe3\xe1\x74\x9f\x17\xbe\x1d\xd3\x65\x24\xa7\x6b\xfd\x3a\x3d\x56\x89\x76\x5f\xf8\x3a\xcc\x4b\xbe\xd3\xd3\xbb\x7e\x3c\xf3\x7f\xd4\xf3\x45\xfc\x53\xee\x39\x0f\xe9\x4a\x4f\x1f\xda\xa9\x4d\x66\xfb\xe1\xb4\x4e\xd3\x6f\xbe\x71\x5a\xa8\x84\x71\xea\x31\x8b\xdd\xfe\xa5\x9d\x3e\xb6\x37\x26\xa9\xf1\x0a\x84\xbd\x72\x9e\x87\x31\x91\x29\xdf\x94\x65\xfd\xcf\xbf\xde\x27\x26\xf3\x58\xfe\xf1\xed\x78\xa0\x9f\x86\x4c\x49\xd6\x3b\xef\x7e\x3d\xfc\xfb\xcb\xd8\x6f\x6f\xd9\xa0\xcd\xbb\xa1\xcf\x6d\xba\x72\xf1\xd6\x1a\x6b\x9f\x49\x86\x7b\xa6\xd0\x34\x41\xc8\x19\x90\xb3\xa0\x08\xea\x94\x58\x28\x1a\xa1\x4a\xdf\xaa\x3c\xa8\x02\xb5\x20\x7f\x06\x61\xb1\xd6\xb7\x64\x84\x68\x24\xbe\xb2\x20\x8c\x10\x4d\x03\x72\x4a\x0e\x14\x41\x5e\x49\xe2\xa3\x2d\x41\x41\x29\x80\x0c\x28\x2a\x45\x90\x15\xaa\x34\xab\x42\x96\x75\x42\xb5\x52\xad\x54\x81\x34\xbe\xd6\x78\x0f\xd2\xf8\x5a\xe3\x6b\x10\x2b\x31\x48\xda\x7b\x6d\xef\xb5\xbd\x6d\x40\x4e\x49\xe3\x23\xc8\x2b\x21\xde\x95\xa0\xa0\x84\x78\x67\x40\x51\x09\xed\x9d\xb4\xf7\xda\xde\x6b\x7b\x27\xed\xbd\xb6\xf7\xda\xde\x55\x20\x8d\xd7\xf6\xce\x83\x34\x5e\xdb\xbb\x1a\xc4\x4a\x68\xef\xd0\x3e\xe8\x62\xa8\x41\x8d\x5c\xdf\x76\x0c\xf2\x5d\xee\x7e\xbb\xc3\x6e\xcd\x99\xd3\x82\xab\xc7\xc5\xc9\x15\x0d\x89\xb7\x3f\xd4\x34\x4e\xb2\x85\xcf\x9f\x00\x00\x00\xff\xff\xc4\x5a\x5d\x5a\x7c\x03\x00\x00"); -func _bceg ()([]byte ,error ){return _c (_bbcg ,"KSCms-UHC-HW-V")};var _ecg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x5a\x4f\x8b\x27\x39\x72\xbd\xd7\xa7\xc8\xe3\xfa\xb0\x6e\x29\x32\xf5\x27\xa1\xf9\xc1\xd2\xdb\x0b\x7d\xd8\xb1\x71\x7b\xc6\x06\xe3\xc3\x2f\x53\xca\xa6\xc0\x5d\x55\x54\x57\x1f\xe6\xdb\x1b\x49\x2f\xf4\xa2\x06\x83\x77\x87\x65\x34\xf9\x4a\x59\x21\xbd\x54\xe8\x45\xbc\xfa\xf0\xe9\xcb\x5f\xbf\x3c\x3d\xbe\x2d\x1f\xfe\xf5\xf5\xf9\xfc\x5a\xdf\x96\xeb\xf1\xa9\xbc\xd6\x1f\xcf\x3f\x5f\xcf\xba\x1c\xf5\xdb\xe3\xd3\xc3\x83\x97\xa5\x3c\x9e\x6f\xfa\x9f\xfd\x5f\xe7\xf7\xfb\xcb\xc3\x43\x9b\xff\xf5\xf7\x1f\x6f\xf5\xfb\x97\xa7\xeb\x79\x59\xc7\xcf\x95\x9f\x2f\xf8\xd9\x65\xf9\xf0\x6f\xf5\xdb\xe3\x8f\xb7\xd7\xdf\x97\x3f\xfd\xa5\x3c\x1f\xf5\x9f\x96\x52\xaf\xf6\xfc\x5f\x5e\x4b\x7d\x7d\x7c\xfa\xb6\xfc\xe9\xd3\x2f\x5f\xfd\x7c\xfc\xf5\xe7\xcb\xcb\xff\xd4\xef\xf5\xe9\x6d\x71\xfd\x59\x7d\x2a\xfd\xdf\x0f\x1f\x3e\xfd\xfd\xfe\xf2\xcb\xfd\x7b\x5d\x3e\x7c\xfa\xe5\xeb\x9f\x3f\xff\xfa\xe9\xcf\xbf\x75\xa4\x03\xbf\xd5\xd7\x1f\x8f\xcf\x4f\x8b\x77\xff\xec\x5c\xe4\xf3\x7f\xff\xfd\xa5\x2e\x1e\x6f\xf8\xcf\x5f\xbf\xfc\x75\xf9\x2f\xbf\x78\xb7\x48\x58\xf3\xfe\xdf\x78\xfe\x1f\x7f\x7f\x2e\xf3\xa7\xc2\x88\xfd\x7c\x2e\xf5\xc7\xcb\xfd\xac\xaf\xf7\xa7\x6f\xf5\x61\x59\x3e\x3a\x77\x5b\xc6\xff\x3e\x66\x77\x6b\x4f\xf2\xe7\xbf\xf8\xf6\xcf\x6d\x0c\xff\xf6\xf9\x6f\x9f\xf5\xb9\xf0\xb9\xd8\xe7\x2b\x9f\xaf\xf3\xf9\x78\xd6\xdf\x3c\x9e\xd5\xa7\xf2\x87\xdf\xff\xe0\x47\x58\x4f\xcf\x6f\xa5\x5e\xe3\x59\x8f\xe8\xa3\xbf\x6e\x8b\x5f\xe3\x96\xdb\x2c\x0b\x3f\x78\xe7\xb0\x96\xc7\x82\x19\xd2\x66\xa4\xaa\x33\x3e\xe6\x7a\xf7\xed\x9f\x16\xd1\x18\x1e\xb7\x65\xdf\x27\x70\x12\x38\xc7\xa4\x38\xb1\x32\xb1\xe3\x7e\x5b\xbc\xf7\x8a\x1c\x07\x91\xe3\xb6\x78\xd9\x26\xc2\xf7\xb5\xa1\x97\xf9\xb6\xc3\xbc\xad\xbc\x47\x2a\x91\xbe\x54\xa7\xc8\xe9\x26\x72\xfa\xf7\x88\x10\x59\x1b\x32\x23\x38\x37\x22\xe1\x3d\x12\x89\xa4\x86\xcc\xed\x39\x33\x91\xfd\x3d\x72\x27\xd2\x56\xba\xc9\x44\xb8\xd2\xb3\xbc\x47\xb8\x9e\xb3\xad\x87\x3b\x5a\xb8\x9e\xe2\xdf\x23\x5c\x4f\x69\xeb\x09\x73\xa5\x85\xeb\x29\xe1\x3d\xc2\xf5\x94\xb6\x9e\x30\x57\x5a\xb8\x9e\xb2\xbf\x47\xb8\x9e\xd2\xd6\x13\xe6\x4a\x0b\xd7\x73\x55\x8b\x08\x3f\x1e\xe9\x7b\xbd\xaf\x8a\x70\xaf\xfb\xb0\x7d\x3d\x69\x62\x61\x62\xed\x7d\x22\xfa\xcd\xad\x7c\xdf\xda\xb6\x4a\xb2\xce\xd9\x88\x6c\x6d\xce\xba\xea\x6f\x0a\x44\x42\x3d\x6f\xcb\x26\x3a\x27\xd4\xb9\xdb\xe1\x72\xb7\x25\x38\x9d\x13\x39\x27\xb6\x4f\x2c\x38\xdd\xed\x44\xa4\x0f\xc3\x1e\x26\x22\x44\xb6\xdb\x12\x56\xce\x09\x44\x42\x9b\x43\x24\x12\x89\x6d\xce\x3e\x91\x44\x24\xdd\x96\xe8\x64\x22\x99\x48\xbe\x2d\x61\x73\x13\xd9\x89\x9c\x6d\xce\x3a\x91\x42\xe4\x6a\x73\xf4\x3c\xa6\x63\x7e\x57\x7d\x18\x5d\x9a\x08\x57\x7a\xf4\x95\xee\x79\x42\x5c\x6a\x1b\x46\x47\x64\x25\xb2\xde\x96\xe8\x67\x70\xc7\x46\xa4\x6d\xcf\xb6\x4d\x84\xdb\xd3\x86\xd1\x33\x38\x6e\x4f\x1b\x86\x7d\x66\x9f\x74\x70\x7f\xda\x30\x6c\x93\x87\x83\xfb\x73\xec\xed\x75\x73\xe7\x8e\x3b\x91\x7b\x9b\x33\x79\x60\x56\xea\xc3\xe8\x1c\xe3\x3e\x09\x9d\x6d\x12\x37\x88\x9b\xda\x86\xd1\x73\x45\x95\x48\xbd\x2d\x71\x7e\x8c\xa9\x65\x29\x33\x8c\xce\xcd\xb8\x99\xb1\x52\xcb\x58\x71\x66\x9f\xc4\x8c\xd5\x87\x61\x26\xe7\x74\x72\xbb\x5b\x8a\x8a\xfc\xe6\x4e\xee\xcf\xd9\xf7\x67\xee\x1c\x33\x56\x6a\x79\x29\xce\xec\x93\x98\x97\xfa\x30\x3a\x7e\xf6\x27\xd7\xda\x86\x4c\xf5\x89\x29\xab\x0f\xc3\x4c\x32\xe9\xe4\x5a\x5b\xf6\xe2\x9d\x92\x0a\x3f\xad\x96\xbd\x62\x98\x21\x14\x2e\xa8\xa5\xac\x10\xe6\xb7\xc0\x94\x95\x5a\x8e\x8a\x33\x31\xa5\xc2\xcf\xbe\xe5\xa8\x60\x10\xd2\x5a\x06\xad\x93\x3c\xe6\xac\x54\xae\xdb\x92\x64\x86\x5d\xc9\x43\x1b\x26\x99\x0c\x55\x86\xdd\x86\x21\xcc\x4d\xa8\x64\xa8\x86\x36\x87\x08\xc3\x6e\xc3\x10\x66\x04\x95\x0c\xd5\x72\x5b\xd2\xca\x08\xb8\xa5\x6d\x18\x9d\x79\x1d\xf7\xf4\x92\x36\x69\xbe\xee\xe2\xce\xb5\x61\x74\x32\xb7\xfb\xe2\xd1\xbb\xf2\x6d\x49\x3c\xfd\x17\xb7\xae\x0d\xa3\x9b\xa9\x36\x5d\x3c\x2c\x57\x0b\x8f\x8c\x5f\x0c\xaf\x0d\xf3\xdc\xef\xcc\xe4\x98\x5b\x3a\xcb\x21\x4c\x24\x11\x49\xb7\x25\x47\x99\x48\x26\x92\x1b\x12\x27\xb2\x13\xe9\xbc\xe6\x89\x4c\x5e\x73\xcb\x3f\x39\xea\x2e\x64\xe6\x9f\x3e\x8c\x8e\xaf\x63\x02\xca\x2d\x99\xe4\x34\x83\x63\x2e\xc9\x5d\xad\xb8\x79\x92\xf3\x61\x7e\x53\xfb\x82\x3c\x03\x67\x62\xc8\xed\x90\x7b\xe7\x67\x7c\x3c\xe5\xb9\x5f\x7b\x4e\xe6\x2c\xde\x7b\xb9\x9d\x31\xcf\x1d\xcf\x3c\x63\x7d\x18\x7d\x5c\x27\x54\x09\xd5\x0e\xcd\xdf\xc5\x53\x96\xdb\x59\xf2\x6e\xde\x21\x99\x87\xa9\x0f\xa3\x8f\x84\x18\x46\xbf\xe6\x25\xcf\x17\xf2\x9e\xef\xc3\xb8\x72\xa3\x78\x9e\x72\xfb\xe2\xbd\xec\x5b\x97\xa3\x2a\x21\xff\x2f\x55\x89\x1f\x67\x28\x6d\x18\xa2\x9b\x08\x23\xa9\x5d\x08\xcc\x33\x9a\x6b\x20\xd4\x55\xd7\x4c\xe5\xb9\xf2\xab\xa9\x4d\x8c\xc4\x3c\x79\xae\xe4\xa5\x0d\x43\xf4\x13\xe1\x06\xb7\xfb\xde\xc7\x79\x79\xe7\x8b\x5f\xee\x75\xdc\x16\x71\x7c\xdf\xc5\xf7\x75\x35\xc2\x54\xba\xf3\x7b\xef\xc3\x94\x56\x3f\x21\x21\x24\x6d\xd6\xcc\x71\xfb\x7d\x25\xb4\xf6\x59\x84\x36\x42\xa1\xcf\x5a\x27\x14\x09\x1d\xb7\x65\x75\x1b\x7f\xd7\x49\xa8\x69\x9f\xe0\xc3\x84\x2e\x42\xd7\x6d\xd9\xdd\xcc\x59\x3b\x6f\xfe\x3e\xdc\x79\xc2\x77\x5e\xfd\x7b\x3b\x45\xeb\x3e\xbf\xc4\x9d\xa7\x68\x6f\x97\xf5\xb6\x72\x5d\xbc\xad\xfb\x70\x4b\xf3\x4e\xde\x79\xc2\xf6\x76\x3d\x07\xb7\x71\xd6\x4e\xa8\x7f\x89\x4e\xa7\x9d\x94\x8f\xa7\xb4\x2b\x31\xe8\xe1\x3b\x29\xf7\xce\x2e\xf7\xa6\x0c\x3b\x29\xf7\xce\xd0\x90\x98\xc1\xd6\x49\x51\x77\xc6\x86\xa4\x8c\x45\x9d\x14\x75\xe7\xc8\x68\x09\x9f\xe0\xc9\x8c\x76\x76\xf2\xf7\x84\x4d\x3f\xc9\xfd\xb9\x77\xd1\xeb\xa2\x86\x70\x27\x74\xef\x90\x0f\x1a\xc3\x41\xe8\xe8\x90\x28\xc1\xe7\x49\xe8\xec\xd0\xaa\x4a\xe3\x2c\x84\x4a\x87\x36\xe5\xfe\xac\x84\xea\xd0\xde\xab\x86\x71\x11\xba\x3a\x14\x35\xd5\x14\x37\xa1\xe2\x3a\x94\x04\x61\x14\xd6\x7b\x65\x88\xf9\xec\x11\x46\x21\x1d\xa5\xeb\x72\xbf\xab\x52\x2b\x14\xe6\x65\xed\x87\x64\xea\x9a\x42\xaa\xca\x36\x20\x15\x71\x85\x5c\x95\xce\x95\xcc\xfa\xa0\x90\xac\x12\x47\x0d\xa0\x52\xbf\x90\xad\xd2\xd9\x92\x35\x6b\x18\xa4\xab\x8c\xb3\xba\x69\xee\x2a\xe4\xab\xec\xe3\x18\x6b\x32\x2c\xe4\xab\x74\xbe\x24\xea\xe7\x5e\xc8\x57\xe9\x7c\x49\xd2\xfb\xbb\x90\xaf\xd2\xf9\x92\xac\x5a\xa5\x90\xaf\xd2\xf9\x92\x5d\x3f\xe9\x42\xbe\x4a\xe7\x6b\x9d\xe9\xba\x90\xaf\xd2\xf9\x5a\xbd\xca\xc6\x4a\xbe\x6a\xe7\x6b\x15\x2d\x62\x2a\xf9\xaa\x7e\x14\x3e\x82\x30\x2a\xf9\xaa\x9d\xaf\x75\xd3\xbc\x50\xc9\x57\xed\x7c\xad\xc1\x21\x8c\x4a\xbe\xea\xa8\xa4\x66\x19\x51\xc9\x57\x0d\x03\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xce\x1a\x06\xf9\xaa\x9d\xaf\x75\x4f\x1a\x06\xf9\xaa\x9d\xaf\xcd\x25\x0d\x83\x7c\xd5\xce\xd7\xe6\xf5\xfe\xaf\xe4\xab\x76\xbe\x36\xd1\xec\x5f\xc9\x57\xed\x7c\x6d\xab\xaa\x93\x4a\xbe\x6a\xe7\x6b\xdb\x34\xc5\x57\xf2\x55\x3b\x5f\x5b\xd8\x34\x0c\xf2\x55\x3b\x5f\x5b\x54\x31\x76\x91\xaf\xab\xf3\xb5\xcd\x8b\xe1\x22\x5f\x57\xe7\x6b\xcb\xaa\x2f\x2f\xf2\x75\x75\xbe\xb6\xdd\x23\x8c\x8b\x7c\x5d\x9d\xaf\xe0\x3c\xc2\xb8\xc8\xd7\x35\x52\xa1\xd7\x0b\xf4\x22\x5f\x57\xe7\x2b\x88\xd3\x30\xc8\xd7\x15\x07\xa4\x19\xf4\x22\x5f\x57\xe7\x2b\xac\x9a\x42\x2f\xf2\x75\x75\xbe\xc2\xa6\x39\xf4\x22\x5f\x57\xe7\x2b\x04\x4d\xa2\x17\xf9\xba\x3a\x5f\x21\x6a\x16\xbd\xc8\xd7\xd5\xf9\x0a\x49\xb3\xe8\x45\xbe\xae\xce\x57\xc8\x9a\x45\x2f\xf2\x75\x95\x56\xc2\x84\x1d\x59\x54\xd8\xae\x92\xd1\x8b\x08\x3b\x8a\x6d\x61\x33\x42\x46\x5b\x21\xba\xdd\x01\x5a\x09\xf5\xed\x8d\x3e\x6f\x80\x36\x42\x7d\x7b\xa3\xa4\x0c\x28\x10\x1a\x57\xcd\x9a\x04\x50\x24\xd4\xb7\x37\x6e\x51\xc3\x48\x84\xfa\xf6\x46\xd5\x42\x42\xfd\x2c\x43\x6a\x44\x2d\x72\x84\x52\x43\xee\x7d\x7b\x63\xda\x34\x8c\x3b\xa1\xfb\xb8\xf1\x36\x0d\xe3\x20\xd4\xb7\x37\xee\xab\x86\x71\x12\xea\xdb\x9b\xdc\xaa\x61\x14\x42\xfd\x38\x24\x6d\xd2\xc9\xbd\x12\xea\xc7\x21\x89\xd7\x30\x2e\x42\xfd\x38\x24\x55\x6b\x72\xcc\xe3\x20\x47\x3f\x0e\x69\x43\x61\x29\x07\xf9\x3a\x3a\x5f\x29\xa0\xf2\x96\x83\x7c\x1d\x32\xa0\x1d\x61\x1c\xe4\xeb\xe8\x7c\xa5\x08\xf9\x2a\x07\xf9\x3a\x3a\x5f\x29\x65\xf9\x47\x34\xaa\x1c\xa4\xf3\x08\x43\x1f\x24\x8d\x92\x74\x1e\x43\x3a\xec\x49\xa3\x24\x9d\xc7\xd0\x0e\x2e\x6a\x94\xa4\xf3\xe8\x74\x66\x6d\x8c\xc9\x41\x3a\x8f\x4e\x67\x96\xa0\x9b\x45\x3a\x8f\x4e\x67\x5e\x37\x0d\x83\x74\x1e\x9d\xce\xbc\x6d\x1a\x06\xe9\x3c\xce\x51\x94\xad\x1a\x06\xe9\x3c\x3a\x9d\x39\x8a\x86\x41\x3a\x8f\x3a\x84\x8f\x68\x18\xa4\xf3\xe8\x74\xe6\xec\x11\xc6\x49\x3a\xcf\x4e\x67\xde\xd1\xe5\x91\x93\x74\x9e\x9d\xce\xdd\x39\x84\x41\x31\x27\xa7\x0c\x08\xfd\x24\x39\x49\xe7\xd9\xe9\xdc\xfd\x8e\x30\x28\xf4\x64\x08\xbd\x5d\xb2\x86\x41\xbe\x86\xd2\xdb\xd7\xac\x61\x90\xaf\x21\xf5\xf6\x2d\x69\x18\xe4\x6b\x68\xbd\x3d\x44\x0d\x83\x7c\x41\xec\xc5\xa8\x61\x90\xaf\xa1\xf6\xf6\x14\x34\x0c\xf2\x35\xd4\xde\x9e\x83\x86\x41\xbe\x86\xda\xdb\xf7\x4d\xc3\x20\x5f\x50\x7b\xce\xad\x1a\x07\x09\x83\xdc\x73\x7e\xd5\x40\xc8\x18\xf4\x9e\x13\xd1\x48\x48\x19\x04\x9f\x5b\xd1\xd5\x10\x2a\x3e\x81\xe2\x73\x1b\x8a\x5c\xa1\xe4\x13\x48\x3e\x17\xd0\xd0\x13\x6a\x3e\x81\xe6\x73\xda\x89\x14\x8a\x3e\x19\xa2\xcf\xbb\xa8\xc9\x96\xaa\x4f\x86\xea\xf3\x2e\x69\xb6\xa5\xec\x93\x21\xfb\xbc\xcb\x9a\x6e\xa9\xfb\x64\xe8\x3e\xef\x76\xcd\xb7\x14\x7e\x32\x84\x9f\xf7\x4e\x13\x2e\x95\x9f\x0c\xe5\xe7\xbd\xd7\x8c\x4b\xe9\x27\x43\xfa\x79\x2f\x9a\x72\xa9\xfd\xa4\x40\xab\xaf\x9a\x73\x29\xfe\x64\x88\x3f\xef\x37\x4d\xba\x54\x7f\x32\xd4\x9f\xf7\x41\xb3\x2e\xe5\x9f\x0c\xf9\xe7\xbd\xf6\xe5\x84\xfa\x4f\x86\xfe\xf3\x5e\xfb\x3e\x42\x01\x28\x43\x00\x7a\x9f\x35\xf1\x52\x01\xca\x50\x80\xde\xef\x9a\x79\x29\x01\x65\x48\x40\x2f\x4e\x53\x2f\x35\xa0\x0c\x0d\xe8\xc5\x6b\xee\xa5\x08\x94\x21\x02\xbd\x88\x26\x5f\xaa\x40\x19\x2a\xd0\x8b\x68\xf6\xa5\x0c\x94\x21\x03\xbd\xac\x9a\x7e\xa9\x03\x65\xe8\x40\x2f\x5b\xd6\x58\xc8\xdf\x10\x82\x5e\x82\x66\x58\x2a\x41\x19\x4a\xd0\x4b\xd4\x14\x4b\x29\x28\x43\x0a\x7a\x49\x9a\x63\xa9\x05\x65\x68\x41\x2f\x59\x93\x2c\xc5\xa0\x54\x14\x5b\xbb\x66\x59\xaa\x41\xa9\xa8\xb6\x9c\xa6\x59\xca\x41\x19\x72\xd0\xaf\x5e\xf3\x2c\xf5\xa0\x0c\x3d\xe8\x57\xd1\x44\x4b\x41\x28\x43\x10\xfa\x75\xd5\x4c\x4b\x45\x28\x43\x11\xfa\x75\xd3\x54\x4b\x49\x28\x43\x12\xfa\x35\x68\xae\xa5\x26\x94\x4b\x7d\x92\x96\x6c\xa1\x73\x68\xc9\xc1\x8e\x7b\x67\xc5\xc1\x86\x33\x16\x1c\xec\x37\x63\xbd\xc1\x76\x33\x96\x1b\xec\x36\x63\xb5\xc1\x66\x33\x16\x1b\xec\x35\x63\xad\xc1\x56\x33\x96\x1a\xec\x34\x63\xa5\xc1\x46\x33\x16\x1a\xec\x33\x63\x9d\xc1\x36\x33\x96\x19\xec\x32\x63\x95\xc1\x26\x33\x16\x19\xec\x31\x63\x8d\xc1\x16\x33\x96\x18\xec\x30\x63\x85\xc1\x06\x33\x16\x18\xec\x2f\x63\x7d\xc1\xf6\x32\x96\x17\xec\x2e\x63\x75\x41\x59\x1a\x8b\x0b\xf6\xd6\x3b\x6b\x0b\xb6\x96\xb1\xb4\x20\x3b\x8d\x95\x05\xb5\x69\x2c\x2c\x88\x4c\x63\x5d\xc1\xb6\x32\x96\x15\xd4\xa6\xb1\xaa\x20\x32\x8d\x45\x05\x7b\xca\x58\x53\xb0\xa5\x8c\x25\x05\x3b\xca\x58\x51\xb0\xa1\x8c\x05\x05\xfb\xc9\x58\x4f\xb0\x9d\x8c\xe5\x04\xbb\x89\x56\xd3\xff\x27\xbf\xe0\x42\x19\x07\x0a\xee\x93\x75\x9e\xe0\x3a\x19\xc7\x09\x6e\x93\x71\x9a\xe0\x32\x19\x87\x09\xee\x92\x71\x96\xe0\x2a\x59\x47\x09\x6e\x92\x71\x92\xe0\x22\x19\x07\x09\xee\x91\x71\x8e\xe0\x1a\x59\xc7\x08\x6e\x91\x71\x8a\xe0\x12\x19\x87\x08\xee\x90\x71\x86\xe0\x0a\x59\x47\x08\x6e\x90\x71\x82\xe0\x02\x19\x07\x08\xee\x8f\x71\x7e\xe0\xfa\x18\xc7\x07\x6e\x8f\x71\x7a\xe0\xf2\x58\x87\x07\xee\x8e\x71\x76\xe0\xea\x18\x47\x07\x6e\x8e\x71\x72\xe0\xe2\x18\x07\x07\xee\x8d\x71\x6e\xe0\xda\x18\xc7\x06\x6e\x8d\x71\x6a\xe0\xd2\x58\x87\x06\xee\x8c\x71\x66\xe0\xca\x18\x47\x06\x6e\x8c\x71\x62\xe0\xc2\x18\x07\x06\xee\x8b\x71\x5e\xe0\xba\x18\xc7\x05\x6e\x8b\x75\x5a\xe0\xb2\x18\x87\x05\xee\x8a\x75\x56\xe0\xaa\x18\x47\x05\x6e\x8a\x75\x52\xe0\xa2\x18\x07\x05\xee\x89\x71\x4e\x50\xf5\x19\xc7\x04\x6e\x89\x71\x4a\xe0\x92\x18\x87\x04\xee\x88\x71\x46\xe0\x8a\x18\x47\x04\x6e\x88\x75\x42\xe0\x82\x18\x07\x04\xee\x87\x75\x3e\xe0\x7a\x58\xc7\x03\x6e\x87\x75\x3a\xe0\x72\x58\x87\x03\xee\x86\x75\x36\xe0\x6a\x58\x47\x03\x6e\x86\x75\x32\xe0\x62\x58\x07\x03\xee\x85\x75\x2e\xe0\x5a\x58\xc7\x02\x6e\x85\x75\x2a\xe0\x52\x18\x87\xe2\x23\xec\x07\x63\x3d\xc0\x76\xb0\x96\x03\xec\x06\x6b\x35\xc0\x66\xb0\x16\x03\xec\x05\x63\x2d\xc0\x56\xb0\x96\x02\xec\x04\x6b\x25\xc0\x46\xb0\x16\x02\x6a\x7a\x6b\x1d\xc0\x36\xb0\x96\x01\xec\x02\x6b\x15\xc0\x26\xb0\x16\x01\xec\x01\x6b\x0d\xc0\x16\xb0\x96\x00\xec\x00\x6b\x05\xc0\x06\xb0\x16\x00\xda\xff\xb6\xf5\x8f\xb6\xbf\x6d\xf9\xa3\xdd\x6f\x5b\xfd\x68\xf3\xdb\x16\x3f\xda\xfb\xef\x5a\xfb\xa8\x04\x4d\x4b\x1f\x55\x9e\x69\xe5\xa3\xb8\x33\x2d\x7c\xd4\x74\xa6\x75\x8f\x52\xce\xb4\xec\x51\xc1\x99\x56\x3d\x0a\x37\xdb\xa2\x47\xc1\x66\x5b\xf3\x28\xd4\x6c\x4b\x1e\x05\x9a\x6d\xc5\xa3\x2e\xb3\x2d\x78\x94\x63\xb6\xf5\x8e\x2a\xcc\xb6\xdc\x51\x7c\xd9\x56\x3b\x6a\x2e\xdb\x62\x47\xa9\x65\x5b\xeb\xa8\xb0\x6c\x4b\x1d\x85\x95\x69\xa5\xbf\xbb\x5c\x37\xff\xc7\xbb\x15\xd5\x96\x6d\xb0\xa3\xc8\xb2\x8d\x75\xd4\x56\xb6\xa1\x8e\x92\xca\x36\xd2\x51\x49\xd9\x06\x3a\x0a\x28\xdb\x38\x47\xdd\x64\x1b\xe6\x28\x97\x6c\xa3\x1c\x55\x92\x6d\x90\xa3\x38\xb2\x8d\x71\xd4\x44\xb6\x21\x8e\x52\xc8\x36\xc2\x51\x01\xd9\x06\x38\x0a\x1f\xdb\xf8\x46\xbd\x63\x1b\xde\x28\x73\x6c\xa3\x1b\xd5\x8d\x6d\x70\xa3\xa8\xb1\x8d\x6d\xd4\x32\xb6\xa1\x8d\x12\xc6\x36\xb2\x51\xb9\xd8\x06\x36\x0a\x16\xdb\xb8\x46\x9d\x62\x1b\xd6\x28\x4f\x6c\xa3\x1a\x55\x89\x6d\x50\xa3\x18\xb1\x8d\x69\xd4\x20\xb6\x21\x8d\xd2\xc3\x36\xa2\x51\x71\xd8\x06\x34\x0a\x0d\xdb\x78\x46\xd3\xd9\x36\x9c\xd1\x6c\xb6\x8d\x66\x34\x99\x6d\x83\x19\xcd\x65\xdb\x58\x46\x53\xd9\x36\x94\xd1\x4c\xb6\x8d\x64\x34\x91\x6d\x03\x19\xcd\x63\xdb\x38\x46\xd3\xd8\x36\x8c\xd1\x2c\xb6\x8d\x62\x34\x89\x4d\x83\xd8\x1e\x94\x36\xfe\x7e\x7f\x79\x98\x7f\x36\x7a\xfe\x7c\x7d\xad\x4f\x6f\xfd\x4f\x54\xfb\xdf\x86\x2e\xa5\x5e\x8f\x4f\x75\xfe\xb9\xeb\xcb\xf3\x4b\x9b\xd5\xff\xff\xbf\x01\x00\x00\xff\xff\x87\x4f\xea\x2f\x1a\x2b\x00\x00"); -var _ccad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x4b\x56\xe4\xd8\x50\x16\x4a\x42\xa9\x59\xb6\x2d\xcd\x66\x5b\x28\x3d\x38\xd6\x38\x15\xd4\xb2\x90\xed\x43\xde\xbe\x68\x6c\x4d\xe8\xc1\x48\xdf\xfc\x1e\x69\xfe\xd1\xe4\x87\xe6\xd8\x38\x3b\x43\xfe\x2d\x8c\xdd\x09\x67\xe8\xad\x33\x01\xa7\x71\x09\x1d\xc2\x05\xaf\xd6\x65\x99\x2c\xc0\xd8\x6e\x4e\x48\x4b\x37\xb4\x3e\xcb\xf2\xb3\xb3\xcf\xa7\xc7\xf3\xeb\x27\x55\x3c\x7e\x86\x65\xc2\x2d\x7e\x68\x8e\xa7\xdb\x34\xe3\xd0\xb8\x7e\x04\xb5\xe6\x9b\xc5\x6f\x67\x00\xe4\xdf\xf1\x6a\xa7\x39\xdc\xe0\xe1\xa3\x19\x2f\xf8\x0e\x0c\xf6\x31\xfe\x35\x18\x0c\xd6\x5d\xe1\xe1\x79\x0c\xd8\x4a\x16\x4e\x8b\xf7\x7f\x71\x40\x37\x83\xa4\x18\x3a\x43\x6b\x96\x1f\x5e\x5a\xff\xa5\x1d\x10\xfe\xab\xe7\x8d\x54\x12\xdf\x30\x4c\x76\x74\x20\xdf\x0b\xa1\xef\xe1\xd7\x9b\xc7\xed\xb0\x2c\xff\x79\x6e\x8e\xf0\x4b\x82\x14\x50\x68\xbd\x53\xbf\xb7\xf8\x8f\x97\xd1\xf0\x5f\x52\xae\x0e\x3a\x6b\xba\x3f\x6d\xc8\x3e\x08\x21\x44\x21\x64\xf9\x04\x95\x28\x65\xe2\x42\x47\xd6\xd5\xca\x4a\x48\x15\x79\xaf\x57\xee\x7b\x21\x89\x4b\xe6\x8e\xb8\x66\xc6\xc8\x95\x48\xac\x2e\xc4\x7b\x66\x43\x5c\x31\xf7\xc4\x9c\xaf\x29\xbf\x2c\x12\x23\xdd\x5f\xab\xd8\xb3\x54\x7a\xb6\x67\x2b\xa1\x75\x57\x64\x2f\xea\x09\xd2\x76\x47\x36\xea\x64\x23\x96\x9d\xb6\x05\x49\x25\x4b\x15\x4b\x92\xcc\x95\x9a\xcd\xef\xee\x12\xf5\xa5\x54\xec\x33\x65\xf5\xbd\xa8\xa9\x05\x6c\x51\xb6\x2c\xc9\xd5\x9d\x64\x77\x17\x96\x34\x35\xa2\x16\x9b\xb1\xd5\x08\x41\x9c\x43\x9e\x8b\x6e\x09\x01\xdd\x4c\x53\x48\x2f\x1f\x5f\xd3\x3a\xe4\x49\xf7\xa3\x8f\x59\xf4\xfd\x0b\x00\x00\xff\xff\x9c\x40\xf9\x5e\x15\x03\x00\x00"); -var _cage =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\xcd\xce\x35\x3b\x72\xa6\x07\xcf\xeb\x28\xde\x61\x7f\x83\xfe\x94\x24\x23\xf8\x03\x08\x2f\xe0\xee\xb6\xda\x1a\xb4\x6d\x58\x96\x6d\xc0\xf0\x20\x33\x57\x2e\xa1\x00\x6b\x57\xa1\x54\x1a\xe8\xec\x0d\x5e\x57\xee\xb6\x61\x18\xd8\x7b\x74\xe3\x89\x87\x2b\x93\x0c\xfe\xc5\x1d\x11\x64\xfe\xcd\x7f\xfc\xfb\xff\xf4\xf7\xbf\xfc\xf1\xaf\x3f\xfe\xe6\x7f\xfc\xcb\x9f\xee\x7f\x78\xfe\xfa\xe3\xfb\xc7\x5f\x3e\x7f\x79\xfe\xe5\x4f\xff\xfa\x97\xfb\xf9\x71\x3d\xff\xf4\xc7\x5f\xfe\xf0\x87\x52\x7f\x7c\xfe\x78\xff\xf5\xd7\x3f\x81\xfb\x9f\xcf\x3f\xff\xe1\x0f\xfb\xf7\xff\xf0\x6f\xff\xf2\xd7\xe7\x9f\xff\xfe\x97\xef\x9f\x7e\x34\xcb\x7d\xfe\xf5\xcf\x6f\xd9\x1f\x3f\xfe\xe6\x7f\x7a\xfe\xe9\x8f\xff\xf2\xd7\xbf\xfc\xdb\x8f\x7f\xf7\xdf\x7c\xfe\x74\x3d\xff\xbf\x1f\x9f\xe7\xbb\xe5\xff\xc3\x5f\x3e\xcf\x5f\xfe\xf8\xcb\x3f\xfd\xf8\x77\xff\xf9\x3f\x94\xff\x2a\xfd\x87\x7f\xfd\xf3\x9f\xff\xcf\xe7\x9f\x9f\x5f\xfe\xfa\x23\x90\x3d\xbf\x7c\xc0\x3f\xfc\xcd\x7f\xfc\x2f\xe7\x9f\xff\xfb\xf3\x9f\x9f\x1f\x7f\xf3\x8f\xbf\xfc\xf1\x3f\xff\x87\x7f\xff\x8f\xff\xf1\x1f\xea\xbf\xff\xef\xf8\x27\xff\xfb\x5f\x9e\xbf\xfc\xcb\x1f\xff\xf4\xcb\x8f\x52\xff\xff\xc7\xd1\xff\x6f\xf9\xff\xfc\x6f\x7f\x7e\x7e\x94\xf7\x21\xff\xdb\x3f\xfe\xfd\x7f\xfa\xf1\xbf\x97\x1f\xe5\xf8\x51\xb3\xf5\xfe\x7f\xbc\xf2\xff\xf5\xbf\xfc\xe9\xf3\xfc\x38\xfc\xab\x5a\xfb\xfb\x4f\x9f\xe7\x5f\xfe\x7c\xde\xcf\x5f\xce\x5f\xfe\xe9\xf9\xc3\x8f\x1f\x7f\x7b\x1c\xc7\xf1\xf3\xc7\xdf\xfe\xa7\xf1\x77\x7f\xf7\x73\xff\xfd\xdf\xfa\xf7\xdf\xfd\xdd\xfe\xfb\xf9\xe5\xf3\xff\xfa\xc5\x1f\x8a\x0f\xfa\xe5\x4f\x7f\xfd\x3c\x5f\x65\xbf\x3e\xe3\x38\xca\xf7\xe7\x8f\xb2\x7f\xf5\xff\xfc\xf7\x1f\xca\x71\xbc\x6f\xff\xe3\xe7\xbf\xfe\xa2\xfa\x8b\xf1\xec\x5f\xfc\xed\x71\x9c\xc1\xdf\x1b\x4a\x1f\x48\x52\x49\xfe\xfc\x51\x6b\xcb\x40\x36\x94\x8d\x9f\x3f\xca\xf0\x77\x53\xc9\xfc\xf9\xa3\x1c\x75\x4b\x2e\x9f\xbc\xa1\x74\x25\x45\x49\xf9\xf9\xa3\x54\x9e\xfd\xf1\x39\x1b\x4a\x9d\x5b\xf2\xf8\xab\x0d\xdd\x27\x3f\xfe\x6a\x43\xef\x0b\x89\xef\xda\xd0\x47\x22\x59\x4a\xd6\x96\x34\x24\xa7\x92\xf3\xe7\x8f\xbe\x94\xdc\x4a\xee\x5d\xc6\xe7\x7c\x94\x7c\xb6\x84\xfa\x7c\x2b\x92\x0d\x7d\xf2\xab\x6f\x53\xd2\xb6\x84\xfa\x7c\xad\xf3\x97\x3a\xf3\x9c\xaf\x6f\xdf\xd0\xa7\xcf\xf1\xed\x1b\xfa\xa4\x86\x5f\xdf\xbe\xa1\xaf\xad\x8d\x72\xd0\x2e\xa0\xf7\xdd\xf6\x52\x78\x17\xd0\x07\x65\xca\xa5\xe4\xda\x92\xad\xf9\x52\x95\x54\x24\x7d\x4b\x82\x56\x00\x7d\x1e\x5b\xd2\x2d\xb3\xa1\x4f\x7e\x75\x3f\x48\x36\xf4\x41\x99\x0f\x7a\x06\xfa\xe0\xed\x9f\xaa\x84\xb6\xf3\xf6\x4f\x28\x89\x2d\xe1\x5d\x9f\xae\xa4\x6f\x89\xbf\x9a\x4a\x76\x5f\xcc\x85\xe4\x54\x82\xe6\x7d\xd7\xad\x84\xb6\x6f\x1d\x16\x35\x06\xf4\xb5\x9f\x53\x6f\xb4\x0a\x94\xa3\x20\x59\x4a\xd6\x96\x1c\x48\x4e\x25\xd7\xcf\x1f\x6b\x1d\x5b\xd1\xf5\x63\xa1\x0d\x6b\x1d\xfb\xfd\x6d\xa1\xd7\x76\x96\x9f\x3f\xb2\x6e\xdd\xb7\xb3\x29\x59\x3f\x7f\x64\xec\x96\x35\x47\x62\xbb\x77\x99\xe0\x57\xb7\x65\xf6\xdb\xb2\xef\xb6\x86\xfd\x03\xf4\x63\xd7\x31\x0a\x3a\x8b\x92\x5b\x52\x91\xa0\x8f\x68\x48\xf6\x73\xa2\x29\x89\xef\xcf\x1f\x9d\x77\x45\xfa\x9c\x0d\x3d\xca\x1f\xfe\xb6\x3c\xed\xfb\xf3\xc7\x0b\x7d\xe5\x1f\xfe\xb6\x1e\x3c\x59\x28\xc7\x51\x26\xb2\xa6\xac\xed\xa6\x95\x03\x51\x28\xda\x93\xf3\xf0\x87\xa9\x24\x29\x54\x10\x75\x45\x7d\x17\x1a\x48\xa6\x12\x34\xb9\x90\xdc\x4a\x3e\x3f\x7f\x14\x7f\x55\x7d\x50\xf5\x41\x15\x91\x0f\xaa\x3c\x88\x2a\x35\xab\xb9\xa1\x0c\x6a\xd4\xaa\x92\xb6\x27\x79\x43\xe2\x83\x9a\x0f\x52\x74\x29\xba\x7e\xfe\x28\x7b\x3c\xd6\xe3\xf4\xfd\x1b\xf6\x9a\xb2\x4b\x95\x83\xf6\x02\xa5\x27\x92\x54\xe2\xa3\x02\xd1\x52\x44\x7f\x17\x4a\xd9\x5e\xa0\xec\x59\x53\x4b\x2d\x48\x36\x6c\x6d\xf6\x2d\xeb\x54\x9d\x39\x51\x73\x57\xbd\x0c\x25\x63\x3f\x6a\xae\xad\xa8\xb2\x14\xed\x11\x54\x26\x3f\x5b\x55\x49\xdd\x12\x5e\xb7\xac\xe6\x86\xb2\xa7\x40\x2d\xcb\x0a\x2c\xeb\xb4\x7f\x56\x0f\x34\x0e\x94\x36\x90\x7c\x95\xec\x95\xb9\xed\xa6\xd4\x42\x2d\x81\xd2\x1a\x92\x54\x42\x7b\xeb\x81\xe8\x54\x74\xee\x42\x0b\xc9\x47\xc9\xee\xba\x2c\x48\x1e\x25\x7b\x09\x4f\x5e\x56\x7c\xd9\x86\xb5\x2a\x85\x58\xe7\x85\xb2\xc7\x65\xad\xb5\x29\x61\x7c\x55\x45\x56\x60\x43\x09\x7f\x36\x94\xd0\x10\x25\x4b\xc9\x1e\x4c\x8d\xc6\x56\xeb\x58\xa9\x63\x22\xb9\x94\xec\x0e\x0f\x25\xd6\x71\x43\x09\x7e\xd5\x18\xcb\x40\x49\x5a\xe6\xc8\x01\x4a\x4e\x24\x5d\xc9\xee\xda\x86\x3e\x9a\xf5\xd9\x50\x9a\x65\xd4\x47\x43\x1f\x94\x09\x95\xbf\xa1\x04\x4f\x8e\x5b\xc9\xbd\x25\xfc\x2a\xe9\x57\x60\xad\x8a\xf6\x1d\x21\x40\xc9\xca\x9e\xfb\xeb\x3e\xf9\xff\xb5\x75\xd6\xda\xed\xc0\x0d\x25\xd0\x7b\xb7\x4d\x9d\x16\xd0\xee\x6e\x0b\xfa\xe0\x3d\xf4\x7b\x57\x15\x7d\x8f\x04\x46\x7e\x5d\x36\x7c\xd1\xef\x8c\xa9\xba\xd4\xf2\x86\x12\xfc\xec\xb4\xd0\x49\xdf\xd0\xce\xcb\x5e\xbe\xec\x65\x94\xfa\x28\xda\xe0\x94\x6d\x85\x86\x02\x25\xf6\xdb\xc2\x76\x46\x5f\x3f\x7f\x54\x94\x1a\x83\x6a\xc7\x1c\x3f\x7f\x54\x16\x9a\x98\xa8\x30\xd6\xee\xc0\xbd\x86\xd7\xc4\xb2\xa8\x19\xd7\xcf\x1f\x03\xc5\x67\x2a\x19\x8e\x9f\xdd\xfe\x9c\x68\x24\x27\x35\x62\x39\x48\xa7\x4b\xda\xb6\xc1\x0f\x4f\x7f\xb8\xa1\xec\x2d\xb5\xe6\xe9\xef\x4e\xe6\x1d\xaf\xbb\xa8\x36\x50\x26\x0f\xba\x7c\xd0\xc5\xbc\xab\x48\x6e\x25\x1f\xd4\xc6\x83\x6e\xd4\x0d\x94\xbd\xc7\xd7\x64\x5f\x11\x8a\xaf\xbf\x2f\x25\xbb\x6d\xdb\x7a\xa8\xc9\xee\x28\x94\x41\x43\xee\xaf\x92\xad\xc7\xbd\xcb\xd6\x7c\xac\xd0\x63\x1f\xed\x1a\x75\x97\x27\xa0\xec\xcd\xb9\xf6\xa3\x2b\xe1\xf5\x96\x59\x4a\x58\x1b\xb6\x6d\x50\x7b\xd0\x7c\xa0\xf4\x82\xa4\x2a\xd9\x8d\xed\xbb\xf9\xcf\xa4\x0c\x50\x6b\x6c\xcb\xa8\x3e\x2a\x17\xa8\xf5\x60\xc0\x3d\xb3\x2a\x6b\x96\x5b\xc8\x42\x59\x50\x8e\x25\xe2\x99\xa9\x6c\x50\xae\x29\x9b\xca\xa6\xe5\x02\xd9\x52\x76\x5a\x4e\xd9\xa5\xec\xb2\x5c\x22\xbb\x95\xb1\x7e\x1f\x6f\x9d\x99\x88\xcf\x5e\x0d\xf7\x6f\xb7\xd6\x9e\x35\x94\x0d\xcb\xf1\xde\xe5\x7b\xf7\xd0\xae\x35\xc2\x72\xbe\xe3\xf4\xb7\x4c\xd1\xe7\xf4\xb7\xa7\xbf\x45\xc1\xcf\xe9\x6f\x4f\x7f\xeb\x7b\xcf\x53\xd9\x69\x39\xf4\x72\xbe\xcf\xfb\x58\xae\x22\x7b\x94\x3d\x94\x9b\xfe\x96\x7e\x7e\xf6\x30\xdb\xe5\x68\x9b\x03\x0d\xd8\xe5\xf8\xed\xa5\x4e\xaf\xb4\x1c\x7a\xbe\xba\x32\xeb\xc7\x90\x78\x2e\xeb\x77\xa9\xbf\x41\x7b\x2f\xeb\x72\xa9\x3f\xa6\xf7\xe3\xd0\x7d\x6e\xdb\x61\xdb\x6e\xdb\x71\xdb\x8e\x45\x39\xc7\xea\xf3\xb5\x7f\xf9\xed\xd7\x99\x08\x04\x86\x75\xfd\x62\xaa\x08\x31\xd8\xf3\xbf\x47\x55\x54\xb7\xa8\x5a\xaa\x29\x6a\x94\x5a\x88\x42\x51\xec\x67\xb1\xbf\x7d\x1d\xd5\x40\x39\x5c\xf3\xbf\x8e\x6b\xa0\xe4\xf2\xf9\x43\xd1\xf8\xf9\x23\x66\x57\x34\x15\xcd\x9f\x3f\x5a\x6d\xd6\x75\x29\x5a\xfc\xd0\x5a\x9c\x8a\xce\x5d\x0a\x23\xe2\x7b\x5c\x8a\xb6\x5d\x37\x2d\x74\x2b\xb9\x77\x55\xbb\xf5\xfa\x28\xfa\xec\x17\x62\x45\x7c\x8f\x47\xd1\xb3\x45\xc3\x06\x7d\x15\x7d\x7f\xfe\xa8\xc7\xa2\xf2\xda\x56\x40\x1e\x85\x9a\xba\xf5\x02\xc5\xd9\xf0\x75\x9d\x04\x6a\xb2\x50\x7e\x35\xc0\x80\x98\x8c\xb5\xaf\x06\x18\x10\xa3\x28\x52\x5f\x1b\x62\x84\x22\xd5\xf5\x5a\x60\xac\x3a\xdf\xa2\xbe\x36\xb4\xa6\x0a\x35\xcb\x80\xe2\xd6\xf5\x2d\xea\x6b\x43\x2c\xa6\xc6\x57\x0b\x00\x28\xb5\xfa\x2c\xf5\xb5\x21\x8f\xea\x0f\x55\xd8\x86\xa8\xd3\xea\xab\xb0\x0d\x35\x1c\x14\x5a\x0a\x40\x66\xb5\x94\x0a\xdb\xd0\x30\xc5\xeb\x57\x53\x01\x68\x81\xd9\xf5\xd5\xa2\x02\xb2\xab\x8a\xaa\xc2\x36\x94\x92\xf6\x91\x26\x05\xd0\x26\x9b\xfa\xb7\xaa\xb1\x0d\xa5\xbd\xcf\x57\x63\x1b\xaa\x1b\xc7\x57\x53\x13\x88\x9e\xb4\x5b\xcb\x03\xc8\xd5\xe2\xb7\xf7\xe3\x6f\x55\x9f\xda\x2a\xd3\x87\xa8\xcf\x0d\x6d\x85\x6f\x57\x9f\x1b\xb2\x1d\x8c\x36\xcd\x15\xa0\xb5\x65\x4b\xd4\xe7\x86\x7e\x1c\xea\x40\x7d\x6e\x68\xad\xf8\x2c\xf5\xb9\xa1\x97\x57\x05\xea\xb3\xb2\x73\x4c\x54\xa0\xd5\x0c\xd4\x63\xa1\xf5\xa6\x3e\x1b\x6b\xb9\x53\x45\x4b\x1a\x28\xa3\x51\xaf\xa6\x3a\x37\x74\xad\xeb\xaf\x56\x13\x50\x66\x5a\x4a\x75\x6e\x48\x8d\xdd\xaf\x76\x13\x90\xf5\x7d\xa3\xea\xdc\x90\xad\x5b\x4a\x7d\x6d\x28\xc3\xae\x69\xea\x6b\x43\x2e\x55\xd8\xd4\xd7\x86\xec\x8e\x06\xed\x79\x20\xfb\xc1\x68\x68\xea\x6b\x43\x73\x7b\xfc\x6a\x98\x01\xe5\x9d\xc3\x4d\x7d\x6d\x28\xf5\x1d\xdf\x4d\x85\x6d\x68\x81\xad\xfc\x75\x87\x04\x22\xd5\x74\xa8\xb0\x80\x44\xb9\x76\xb9\x6b\x02\x6d\xd8\x6b\xa1\xc2\x36\x94\xc4\x22\xfa\x86\x0a\x0b\x76\x43\xa7\x67\xa8\xb0\x0d\xa5\xbf\xa5\x54\xd8\x86\x36\x31\x98\xbf\xa1\xc2\x36\xb4\xea\xd0\xd1\xb0\x04\xa2\x39\x61\x43\x85\x6d\x88\x96\xd6\x5e\x85\x6d\xa8\x33\xac\xaa\x0a\xdb\xd0\x0a\x56\xe0\x57\x93\x14\x88\x6c\x56\x42\x85\x6d\x28\xa1\x5a\x43\x85\x6d\xe8\xe9\x68\x0a\xf5\xb5\xa1\x4d\x6b\xaf\x25\x06\x94\x03\xbb\xe3\x9b\xea\x6b\x43\x1d\x3e\x5e\x93\x17\x68\x81\xe1\xf7\x4d\xf5\xb5\xa1\x1d\xaa\x30\xd5\xd7\x86\x16\x2e\xa0\xa9\xbe\x36\xd4\x23\x7d\xbc\xfa\x4a\xe6\x6b\xb1\x94\xfa\x4a\x5d\x42\x3e\x4b\x7d\x6d\x88\x51\xfc\xa1\xfa\xda\x90\xef\xf4\x48\xf5\xb5\xa1\x1d\x45\x91\xfa\xda\x10\xbf\x36\x48\x7d\x6d\xa8\x92\xac\x6f\xaa\xaf\x0d\xad\x3a\x26\x52\x7d\x6d\x88\x23\xac\x97\xfa\xda\x10\xcd\x25\x5b\x0b\x18\x28\xd3\xa9\xa6\x2d\x0f\xb4\xe1\x2a\xdb\xd5\x57\x77\x42\x52\x89\xae\xbe\x36\xb4\xe6\x86\xa3\xc9\x0f\x44\xed\x74\x6d\x57\x5f\x1b\x5a\x77\x98\x48\x03\x80\x51\xde\x4a\xa8\xaf\x0d\xe3\x38\x7c\xa3\xfa\xda\x50\xfa\xe1\x84\xef\x2a\xac\x63\x40\xfa\x78\xf5\xd5\xd5\x17\x6d\xec\xea\x0b\x72\x3b\xdf\x67\xa9\xaf\x0d\x75\xbe\x95\x50\x5f\x1b\xea\x70\xa6\xc9\x45\x80\xf6\xee\x11\x5d\x7d\x6d\x68\xef\x82\x2d\x53\x06\x5a\xd8\x8f\x43\x7d\x6d\x28\x3d\x31\x6c\xbf\x43\x85\x6d\x28\x72\xaa\xef\x50\x61\x1b\xe2\x70\x2e\x48\x36\x80\x9a\x4d\x91\x0a\xdb\x10\xaf\x95\x30\x54\xd8\x86\x3a\xb0\xd5\xbe\x43\x85\x6d\x18\x6d\xf9\x43\x15\xb6\x61\x54\x4d\xa1\xa1\xbe\x36\xb4\xe1\x60\x1d\x2a\x6c\x43\x94\xb7\x5e\x2a\x6c\x43\x34\x87\xce\x50\x61\x1b\x6a\x2c\xdf\xa8\xc2\x06\xd4\xd2\xb9\x30\x54\xd8\x86\x51\x1c\xe5\x43\x85\x0d\xf8\x9c\x8b\xad\xe6\x3b\xd0\xbb\xcb\xa8\xd6\x3b\xd0\x2a\x86\xf0\x57\xe3\x1d\x28\x55\xe5\x4c\xf5\xb5\x21\xba\xcb\x89\xe6\x3c\x10\x09\x15\xfc\x6a\xcd\x03\xb5\x6a\x4b\x4c\xf5\xb5\xa1\xe9\x4f\xf9\x4e\xf5\xb5\x21\xdf\x3d\x55\x93\x1f\x88\xd4\xf6\xd2\xe2\x07\x46\xd3\xc0\x9c\xea\x6b\x43\x6b\xae\x43\x72\x00\xa0\x8c\xbd\xea\xfc\xf6\x6e\x2c\x45\x00\x46\x71\xa7\x92\x21\x00\xa5\xaa\xcf\xa9\x3e\x27\x13\x36\x15\xa9\xcf\x0d\x6d\xb9\x28\xe9\x97\x01\xa2\x60\x7d\x7f\x97\xfa\xd4\x55\xb3\x1c\xf3\x3a\x6b\x80\x79\xa8\x76\xe9\x27\x50\xab\x6d\x59\x2a\x74\x43\xbc\xdb\xb1\x04\x1c\x28\xb3\xfa\x4a\x15\xba\x30\x79\x5d\x10\x24\x33\xc0\x88\xb0\x94\x0a\xdd\x30\x52\x33\x41\xe6\x0e\x8c\xe1\xf8\x5e\x2a\x74\x61\xc2\x69\x65\x4b\x78\x80\xc0\xfb\x5b\xbf\x4b\x85\x6d\x08\xdc\xbf\xf5\xbb\x54\xd8\xc2\xe4\x70\xd3\x5e\x2a\x6c\xc3\x98\x87\xb5\x57\x61\x0b\x85\x39\x57\xa4\xd8\x40\xd1\xdd\xf5\x95\x63\x03\x65\x0d\x8d\xde\x53\x85\x6d\x88\x62\x87\x9c\x2a\x6c\x43\x54\xa8\xef\xf7\x54\x61\x84\x04\xd6\x72\x7e\xea\x8d\x00\x6a\x4a\x2f\x4e\x35\xf6\x72\x38\x1f\xa6\xc6\x36\x8c\xe1\x40\x95\xc1\x01\xb3\x69\x8d\x9f\x6a\x6c\x43\x19\x5a\x18\x72\x3a\xa0\xe2\xb2\xad\x5f\x29\x1d\x30\x52\xed\xeb\x45\x04\xa2\xa9\x8b\x53\x8d\x41\xfc\x8e\x5f\x1f\xa6\xca\x36\x94\xee\x5e\x28\xef\x03\xea\x6b\x3b\x5c\xaa\x8c\x70\xc5\x70\x6e\x5c\xaa\x6c\xc3\x7c\x77\x5f\xfd\x12\x5f\x09\xe3\x2b\x52\x63\x17\x1a\x73\xff\x92\x2e\x02\xf3\xdd\xf8\x2e\x15\xb6\x61\x2c\x2b\x21\x81\x04\x86\xbe\xa1\xef\xa5\xc2\x36\xb4\xd0\x38\x95\x52\x02\x2d\x34\x15\x2f\x15\x76\x61\xd5\x6a\xff\x5f\x2a\x6c\xc3\x6c\x07\xca\x97\x77\x02\x65\xbe\x8f\x57\x61\x1b\xca\x48\x45\x2a\x6c\xc3\x78\x2d\xfb\x4b\x7d\x5d\x0c\x31\x97\x04\x5d\x4d\x40\xbe\x7b\xf4\xad\xbe\x36\xc4\x70\xe8\xdf\xea\xeb\xd6\x7d\x4a\xed\x6f\xf5\xb5\x61\x0e\x97\xbd\x5b\x7d\x6d\x98\x4d\xc3\xea\x56\x5f\x1b\xd6\x74\x13\xbd\xd5\xd7\x86\xfa\xae\x5e\x3a\x77\x80\xd9\x70\x7f\x7f\xf5\xee\x00\xf5\xd7\x4a\xa8\xaf\x0d\xb5\x4c\xb7\xcc\x5b\x85\x6d\x68\xb2\xfc\xaf\x6c\x1b\x28\xcb\xcd\x50\xb2\x0d\xf4\xe1\x00\xbe\x55\xd8\x86\x35\x5c\xc4\x6e\x15\x76\xeb\x6f\x54\x15\x2a\x0c\xff\xd1\x6b\x3d\xea\x40\x02\x5a\x38\x73\x3f\x2a\xec\xa3\x95\xc6\xb3\x3e\x2a\x6c\xc3\x6c\xee\x39\x1f\x15\xb6\x61\x4c\xc7\xef\x47\x85\x6d\x98\x15\xbf\xcf\xf7\xa3\xc2\x36\x0c\x3d\x86\xdf\x8f\x0a\xdb\x10\xd3\x95\xf4\xeb\x1b\xbf\x17\x7e\xf0\xdd\xb9\xcd\x08\x61\x3b\x8e\xfa\xf3\xc7\xea\x08\x9a\x82\x6d\x33\xef\x39\xd4\x0e\x3c\x00\x42\xd9\x3a\x6d\x07\xfc\x5f\x28\xc7\x51\x95\x0d\x65\xcc\xed\xf7\x87\x53\xd1\x17\x4a\xb8\x25\xc5\xb7\x41\xb4\xab\x92\xaa\x04\xc7\xeb\x9e\x40\xcd\x40\x87\x50\x5e\x49\x28\xd9\x35\x28\x3c\xba\x58\x83\x42\xd0\x4d\xc9\x47\xc9\xb3\x1f\xb4\x68\x1b\x2c\xb5\x1d\x15\x5b\x69\xaf\x53\x8d\xc0\xc4\x06\x83\x97\x8b\x2a\x34\xab\xd9\x4e\x65\x13\xd9\xa3\xec\xa1\x85\x49\x2d\x60\x26\x42\xad\x18\xf7\xed\x08\x5f\xb1\xf7\x93\x96\xe8\x6f\x59\xd7\x05\xc1\x68\x83\x37\xb0\xba\xb7\x63\x2f\xe5\x5b\x5f\x54\x6e\x59\xdf\xe5\x1b\x54\xc6\xe9\xd3\xbe\xdb\x8c\x6e\xbc\xf3\xab\x56\xbf\x6f\xdd\xf8\xe5\xd7\xa7\x7d\x09\x7b\x21\xb8\x15\xf8\xf8\xb2\x7e\x73\x37\x6e\xc7\xd7\xb7\x7f\xdf\xb7\x6f\xdd\x18\x5e\x69\x65\xab\x6b\xec\xad\xb1\x15\xb8\x71\x2b\xf5\x96\x2c\x95\x2d\x63\x2b\x69\x45\x37\x57\x30\x1e\x0c\x26\x34\x62\x00\x70\xaa\x56\x21\xb4\xc2\xae\xd2\xd6\x55\x65\x2b\x11\xca\x71\xf0\xb4\xc6\x7e\xdf\xda\xfc\x2a\xdb\xf5\x68\x6c\x7c\xad\xbd\x9a\xe1\x0d\x4d\xcd\x00\x5b\xb6\x9f\xd7\x58\x25\x84\x2d\x9b\xc8\x7c\xde\xfd\xfe\x76\xab\xa7\x7d\xfc\xed\x9e\x42\xbb\x2e\x07\xb2\x54\x96\xca\xf6\x7b\xc3\xa9\x10\xc1\x86\x95\x75\xff\x36\x60\x7d\x42\x95\xec\xb4\x80\xf6\xb5\x18\xac\xf9\xf0\xdd\x16\x18\xb6\xc2\x2e\xc7\xf3\xb0\x6c\x5b\x7c\x19\x2f\x3d\xf6\x6f\x75\x9b\xb7\x5c\x38\x22\xc7\x44\xc6\x16\x2e\xec\xdf\x0e\x64\x8c\xb5\xf4\xb7\x6b\x2f\x3e\xad\xfb\xdb\x7e\x7c\x70\xd4\xef\xa5\xbf\x75\x5c\x5e\xc2\xfe\xed\x42\xc6\x6f\x7b\xd1\xa1\x4f\x5d\x3a\x5e\x23\x61\x97\xe3\xb7\xb8\x8d\x5a\xe7\x1d\x0d\x7a\xd1\x86\xef\x18\xca\x2a\x73\x66\x2a\x9b\xca\x72\xaf\xd0\x6d\x29\x5b\x7b\xfe\xd5\x36\xe9\xa3\x85\xff\x4a\xa8\xd5\xe7\x2d\x1c\x58\x6d\xc1\x31\xda\xac\xfc\x16\x92\x21\xec\x72\x15\x19\x75\x5e\xbb\xdf\x6a\x23\x4c\xd8\xd6\xfd\xca\xbe\x96\xdb\x33\x64\x7d\x7c\xef\xe7\x50\xc6\xf3\xec\xdf\xf5\x79\x18\x7d\xf4\xf9\xfa\xf8\xdb\xcf\xfb\xdb\x3d\x33\xd7\xe3\x6f\x69\x47\x1c\xac\x1a\xa7\xed\x38\xe9\xcb\xc0\x99\xdd\x4e\xfb\xf2\x7c\xfb\xb2\x0f\x64\xf4\xe5\xe9\x6f\x89\x75\xb6\xcb\xdf\x5e\x81\x43\x0d\x2a\xd9\x2e\x08\xba\x50\xb7\xc1\x81\x8c\xba\x5c\xfe\x16\x9b\xba\xdd\xfe\xf6\x46\x2f\x81\xb7\xac\xdd\xea\xe5\x7e\xf5\xb2\x77\x84\x76\xab\x97\x9b\x76\x04\xc9\x0d\xed\xb6\x1d\xc0\x2e\xd7\x90\xa1\x83\xdb\x77\x0c\xde\xf1\xf1\x1d\x1f\x65\x73\xef\xd2\xed\x51\xf6\x20\xcb\x83\xe7\xe9\x40\x6e\x5f\x65\x6d\x5b\x82\xe1\xb6\xb0\x15\xb2\x65\xf0\xb9\x38\x20\xf9\xc2\x7e\xef\x44\x36\x90\xf9\x5b\x52\x2d\xa2\xf8\xdb\xb2\x49\x77\xcd\xb9\xad\xb5\x28\xb0\x6e\x61\xff\x76\x6d\x59\xb7\x9c\xbf\x65\xcf\x8d\xea\x6f\x2b\xb2\x7e\x6c\x13\x31\x9a\xb2\xd6\xf6\x7b\x3b\x64\x26\x1a\xee\x2b\xa1\xd6\x63\x16\x64\x13\xd9\xb6\x08\x6b\x8f\xbd\x1e\x44\xc3\x24\x14\x76\x39\x9e\x87\x4d\x18\x6d\x5b\x76\xb5\xe7\xde\xbd\xc2\x04\x00\x61\x97\xeb\xc8\x2a\xb2\xcf\x6d\x39\x9e\xf7\xf1\xb7\x9f\x8f\xe5\x16\xb2\x07\x99\x75\xce\xdd\xe7\xe1\x5a\x12\xf1\xc1\x5c\xe9\xdb\x38\x89\x20\x59\x42\xa8\xf5\xd8\x6b\x79\x04\x09\x2f\xe1\x1a\xd1\xe9\xa3\x70\x8d\x88\x7c\x65\x7b\x9b\x0e\xe7\x7e\xf4\xd8\x6d\x1b\xa5\xec\xfa\x75\x5c\x46\xc2\x7e\x5e\x45\x46\xfd\xfa\x56\x6d\x1d\x45\x19\xbe\x0c\xa1\xea\x04\x8f\x8e\x33\x23\x9c\xfb\xa3\xee\xf5\x2f\x9c\xfb\x31\x6a\xd5\x1f\xb0\xdf\x3b\xf0\xe0\x0a\xfb\xb7\x81\x2c\x94\xed\x79\x3e\x82\xb6\x0d\x1c\xab\xc2\x2e\xa7\xec\x44\x36\xa8\x73\x14\x9e\x07\xab\x16\x76\xb9\x8e\x8c\x3a\x0f\x82\x47\x23\xa8\xf3\x98\xaf\x4c\x3d\x33\x0e\x06\x7b\x45\xb8\x36\x8d\xa4\x7f\x5d\x9b\xc2\xb5\x69\xf4\xbd\x8f\x85\x6b\x53\xac\xd0\x57\xc0\x38\x5d\xac\xe3\xc2\x7e\xde\x42\xc6\x78\x59\x63\x61\xf4\x07\x32\x7c\x03\x42\xad\xa4\x99\xc4\xc2\x39\x10\x8b\x3a\x8f\xe5\x6f\xad\x33\xb0\xcb\x15\x64\xd4\x6f\x11\x90\x9b\x87\x32\x38\x7d\x2c\x03\x72\x24\x42\xc5\x82\xc1\x0b\xbb\x5c\x22\x4b\x65\xdd\x72\x81\xcc\x3a\xaf\xd3\x72\x5b\x57\x6b\x59\x97\x75\x59\x6e\xfc\xe6\x56\x1f\x8b\xed\x34\x16\xdb\xcb\x3c\xaa\x8f\xf9\x2a\xfb\xfa\x18\x64\xa7\x6a\x23\xa6\x35\x8f\x4a\x33\xa1\x24\xc2\x2e\xa7\xcc\x6a\x69\x00\x10\x55\x8e\x75\xa9\x4a\xba\x61\xc2\xdb\xc3\xa5\x35\x5c\x32\x27\x46\x5a\xb8\x64\x86\x4b\xe1\xc4\x63\x16\x2e\x85\x71\xe3\xda\x99\xbd\x6d\x75\xdc\xf8\x76\x84\x5a\x1d\xee\x37\xce\x9d\xb8\x6d\x07\x6c\x25\x6e\xdb\x71\x9f\xc5\x72\xfb\x1d\x37\x24\x56\xd8\xb2\x81\xac\x29\xb3\x1b\x18\xee\x37\x34\x36\x5c\x32\xe7\xd8\xc4\x3f\x5c\x32\xe3\x43\xd4\x67\xce\x4d\xcd\xe3\x83\x39\x1a\x1f\xb6\xd3\x5a\xca\x44\xc6\x30\xf9\x40\x2b\xe7\xa2\xbb\x3e\xd0\x4a\xa1\x56\xac\xdb\xf8\xc0\x2b\xe3\x83\x4e\x17\x5b\x71\xb8\x04\x0b\xc6\xeb\xe2\x21\x5e\x27\x14\xdc\x06\xf1\x10\xaf\x13\xca\xc1\x66\x10\x0f\xa6\xb9\xd0\x0e\xe6\xe7\x43\xc0\x2e\x9e\xd7\x12\x67\xfd\x7d\xb0\xc4\x85\x36\x36\x3f\x88\x07\x4b\x5c\x88\xd8\xbb\x7f\x3c\x84\xe2\x84\x56\xa7\xa2\x53\x11\x8e\x9e\xcd\x49\xe3\x21\x14\x27\xb4\x39\x7d\xd6\xad\x08\xbf\xc4\xb2\xd4\x47\x11\xe9\x43\x69\xfd\x1f\x45\x0f\x5c\x5c\xd1\x57\x91\xb6\xde\xe0\x97\x45\x65\x6c\x08\xc2\x4d\xf1\x14\x95\x61\x1e\x8c\xbf\x2c\x2a\xa3\xbc\xca\xa0\x1a\x76\x0b\x10\x9d\x9e\x7f\x8a\xca\xd8\xd0\xc8\x85\x89\x87\x68\x9c\x10\xe3\x50\xd4\x15\x75\xbc\x97\x89\x48\x8d\xc1\x26\x0e\x77\xb6\xa7\xa8\xb2\x0d\x8d\xb4\x84\x78\x8a\x2a\x23\x6f\x0a\xb7\x7d\x3c\x0e\x04\x20\x4a\xda\x24\x55\xb6\xa1\xb4\x6e\x5d\x55\xd9\x86\x92\xc5\x1f\xaa\xb2\x0d\xcd\xb5\xec\x29\xaa\x6c\x43\xc0\xa0\xe2\x29\xaa\xec\xcd\x5c\x62\xbe\x3c\x55\x65\x10\x68\x4b\x1b\xee\x2a\x0d\x94\x83\x10\x75\x3c\xae\xd2\x40\x25\x83\x2d\x9e\xaa\x32\x36\xc4\x61\x97\x57\x95\x61\x4e\x17\x41\xeb\x78\xaa\xda\xa8\x44\x3a\x58\xf2\x9f\xaa\x32\xea\xfc\x35\xa0\x1c\x8f\x2b\x3e\xb0\x7f\x69\x31\xb5\x41\xe6\xcf\xb0\x9b\xaa\xda\xa8\xba\xee\x51\x63\x55\x1b\x1b\x72\xbc\xd5\x50\x1b\x1b\x22\xd3\x66\xaa\x8d\xea\x68\x61\x2a\x3e\xcd\xd1\x42\xbe\x59\x77\xea\x34\x47\xcb\x4b\x34\x1c\xa1\x4d\x0d\x11\x3a\x6b\x2c\x64\x4f\x53\x43\xed\xd5\x10\x2f\x6d\x6a\xa8\xa1\x21\xdb\xd9\xd4\x50\x93\x16\x4c\x7f\xaa\x8a\x36\x18\x39\x8f\x47\xeb\x03\x28\x87\x3b\xf9\xa3\xf5\x01\x34\xbc\xe9\xf1\x34\x55\xd4\x48\xda\xb1\xa7\x9a\x1a\xda\xd0\x46\xf7\xf9\x6a\x68\x43\xa4\x53\xa0\xa9\xa1\x26\xa1\x63\xc7\x7e\x9a\x2a\xda\x20\x39\x89\xa7\xa9\xa2\x86\xd1\x5c\xac\x99\x03\x66\x83\x31\xfd\x78\x42\xa5\x85\x93\x87\xed\xf5\x09\xd5\xb1\xa1\x4e\x15\x19\x6a\x23\x64\x53\xec\xe0\x4f\xa8\x8e\xd0\xb1\x4c\x33\x43\x6d\x84\x03\xc6\xe9\xef\xe6\x0a\xc4\x28\xd4\xd6\xbd\x15\xa8\x23\x7c\x98\xda\x20\x34\x56\x9d\xd7\xa1\x36\x36\xec\x87\xa1\xb4\x50\x1d\x81\x3a\xaa\xbf\x54\x1d\x1b\xda\x2c\x96\x52\x1b\x1b\x22\x9c\x8a\xa1\x36\x36\x94\xd5\x15\xa9\x8d\x0d\xa5\x3b\xa3\x52\x6d\x6c\xa8\xe1\x1b\xd3\x21\x94\x0e\x21\x7b\x20\x1d\x42\x04\xc7\x8e\x86\x82\x52\x9d\x6d\xa8\x24\x33\xc5\x93\xea\x8c\xe0\x18\x49\x58\xf1\xa4\x2a\x4b\x47\x10\xc6\xc2\xa3\xe1\x0c\x94\xd9\x7e\xc7\x9e\xfd\x68\x56\x03\xe5\xd0\x0c\x79\x52\x95\x6e\x28\xd5\xf6\xa5\x2a\xdd\x60\xba\x46\x3c\xa9\x4a\xf3\xf2\x97\x74\x46\xaa\xbf\x24\x7b\x42\x95\xa6\xfa\x4b\xec\x17\xc7\x44\xaa\xbf\x0d\xed\x1d\xfa\x5a\xed\x40\x90\x9b\x16\x8f\x46\x3b\xd0\xa6\x03\x58\xfb\x12\x68\xcb\xbe\xd0\xbc\x7c\xba\x49\x23\x6a\xbe\xab\x85\xce\xba\xeb\x52\xd9\x6d\x26\x01\xae\xa3\xb8\xae\x74\xdb\xb4\x21\x46\xb5\x98\x6d\x22\x43\xee\xd0\x0a\x79\x86\xf5\x18\x1a\xba\xbc\x60\x58\x8f\x0d\xb5\xbb\x62\x0f\xeb\x41\x08\xea\x28\x2e\xf6\xc3\x7e\xdc\xd0\x6a\xa7\xb7\x87\xfd\x48\x60\xe7\xd0\xdc\x78\xb4\xe6\x80\x56\xde\x17\xa8\x8e\xc9\x40\x29\xd6\x4d\x03\x0f\x98\xd5\x97\x4e\x5f\x30\x6d\xbc\x53\x75\xda\x78\xec\xbb\x9c\xf4\xa7\xe6\x1d\x50\x8e\xe2\x18\x9b\xf6\x31\x01\x99\x66\xe7\x4d\xf5\xb1\x21\xf2\xf0\x9d\xea\x63\x9e\xfe\x92\xba\x4d\xa7\xcd\x86\x16\xce\x91\x69\xb7\xcf\xfb\xd7\x2c\x9d\x30\x27\x4b\x88\xee\x1c\xd7\xaa\x06\xa2\xba\x7e\xce\xb7\x9d\x12\x56\x5e\xb9\x54\xf7\x3a\x7c\x25\x9d\xbc\xd4\xf7\x86\x68\x9d\xca\x2e\xb5\x41\x7a\xec\x72\x1f\x5d\x6a\x63\x91\x65\x54\x79\xfe\x52\xdd\x1b\xf4\x09\xc4\xb3\x9c\x36\x8b\x95\xc6\x61\xb5\x54\xd9\x7a\xf5\x43\x65\x97\xfa\x59\xee\x43\xa8\x6c\xa9\x1f\x32\x23\x8f\xe2\xc2\xbb\x54\xd0\x86\x38\xd4\xb6\x86\x33\xd0\x96\xa3\x4f\xc3\xf8\x59\xf6\x7a\xb3\x1e\x6a\x63\xc3\xec\x4e\x02\x6d\x4c\x60\x13\xa1\x2d\xd2\x54\x06\x4c\x76\x8a\xe7\x54\x19\x27\x01\x63\x6d\x0f\x0d\x51\x40\x47\x60\x3c\xda\xa1\x8f\x2e\xb0\x77\xc5\xd0\x0e\x05\x6a\x71\x67\x3a\xd5\x06\xb9\x9d\xd3\xad\xf5\x54\x1b\x1b\xa2\xb8\xac\x9c\x0e\x20\x0e\x5d\x54\xbb\xfc\x54\x3f\x9c\xba\x58\x61\x5d\xd5\x0f\x29\x72\x33\xac\x98\xea\x39\x1d\x3f\xaf\x4c\xfd\x9c\xe8\xa7\x59\x31\xf5\x23\x77\x76\xc1\x91\x3a\x03\xad\xdb\x4d\x9a\xbd\xa6\xd1\xa5\x46\xa9\x56\xef\x73\x39\x4f\x70\x00\x3c\x92\x69\xa0\xbd\x86\xd2\xa5\x32\x2e\xf3\xa9\x78\xd8\xa5\x2e\xae\xf0\x97\xe8\xec\x52\x19\x17\x8e\x6c\x0d\x61\x69\xc9\x73\xd9\xe7\xe1\xd3\x6c\xd4\x75\xfe\x9a\x6d\x16\x66\xda\x09\x31\xec\xa6\xcb\x36\x5d\xf8\x07\x49\xb2\x8a\xe7\x7a\xab\xcb\x2a\x07\x0f\x78\x6e\x3b\xf8\x26\xc2\xed\x3c\xbc\xed\xe0\x9b\x80\xad\xc3\xec\xb6\x4d\x37\x39\x75\x36\xfd\xb6\x4d\x37\xa3\xdd\xc5\xe5\xb6\x4d\x37\x39\x62\x4e\xf3\xdb\x26\xdd\xa6\x0f\xfa\x2c\x9b\xb4\xa1\xbd\x44\xe1\xb6\x7f\x49\x55\x7d\x17\x83\xdb\xfe\xbd\x5d\x30\x5d\x91\x6f\x3b\xf8\x66\xc1\x54\x8d\xb7\xba\x30\x75\x50\xfd\xdf\xea\xe2\x86\x38\x3a\x7f\x6f\x75\x71\xdf\x3e\x4c\x99\x1d\x7c\x93\x43\xf1\xd6\xcc\x0e\xc6\xa5\xda\x34\x24\x6f\x35\x66\xe8\x82\xcc\xe6\x78\x3e\xea\xe7\xe3\xea\xcb\x2f\x3f\xea\x47\xc7\x2b\xa9\xe8\xf1\x7c\x54\xd0\x86\xf2\x9a\xd5\x1f\x15\xb4\x21\xba\x6d\xfa\xa8\xa0\x0d\x2d\x5c\x68\xf5\x9e\x00\x2d\xd5\xac\xce\x13\x20\xc2\x05\xe8\xa3\x82\x3e\xe4\x30\xb9\x6a\x7f\xd4\xcf\x86\x36\x35\xf3\x3e\xea\xe7\xf3\xb6\xdc\x87\xd9\xf2\x0f\xf9\x84\xf1\xdb\x11\xed\x78\xf4\xfb\x00\x31\x86\x0f\x7e\x15\xf3\x65\xd3\xa0\x46\x8f\x43\xe9\x51\x57\xd6\xf2\x51\x57\x0f\xf9\x99\x0e\xe9\x47\x5d\x3d\xea\x4a\x93\xec\x51\x57\x1b\x8a\x7e\x96\xe7\x51\x57\x1b\x6a\x77\x3f\x7b\xd4\xd5\x86\x28\x2a\xfe\x51\x57\x8f\x4b\xa7\xb6\xca\xa3\x66\x1e\x96\x4e\x0d\xf1\x47\xcd\x3c\x4e\xa3\xee\xd3\x54\xcd\x03\xa1\xb1\x51\x8f\x43\xe7\x61\x1a\x49\x31\x1f\x87\xce\x83\x4b\xc4\xa5\xe1\x51\x7f\xa6\x9a\x17\xc7\xc9\xd7\xb6\x7f\xa1\xba\xae\xfd\x5f\x9b\xfe\x75\x6d\x70\xb8\x7e\x6d\xfb\x86\x78\xbb\xf6\x6b\xd3\xbf\xcc\x23\xa9\xe2\xd7\xa6\x7f\x5d\x1b\x9c\x6e\x5f\xdb\xfe\x85\xde\x49\x8f\xbe\xb6\x7d\x43\x7d\xd5\xfd\x75\x9c\x7c\xc9\x67\x77\x34\x7d\xd5\xc6\xd7\x25\x50\x75\x7c\x6d\xe7\x86\x56\x5d\x15\xbf\xb6\xd3\xc8\xca\xab\x8e\xaf\x0d\xdd\x50\xba\x63\xe7\xeb\x48\x30\x9a\x52\x5c\xea\xbf\x0e\x85\x2f\xb6\x27\x4e\x55\x1d\xad\xc2\x2e\xd6\x91\x15\x65\x85\x94\xab\x03\x51\x55\xe4\x24\x87\x46\x99\x38\x2b\xc4\x80\xe0\x99\x38\x2b\x44\x41\x6b\x26\xce\x06\x69\xb2\xe5\xe0\x68\x4d\x98\x27\x2b\x34\x92\x9b\xc2\x3c\x59\xc1\xc4\xe2\x30\x4f\x56\x28\xee\x7b\xe6\xc9\x0a\x85\xe3\x4d\x61\x9e\xac\x10\x04\x5c\xc2\x3c\xd9\x78\x73\x5b\x39\x24\x13\xe6\xb6\x0a\x91\xdd\x87\x4d\x45\x93\xb4\x28\x4b\xd9\x24\xfc\x2a\xae\x78\xe6\xb6\x0a\x95\x00\x47\x98\xdb\x2a\xc4\x40\xb3\xe6\xb6\x06\x89\xac\xe5\x20\x4d\x21\xcc\x64\x15\x9a\x4c\xc5\x4c\x56\xa1\xbd\xbf\xac\x36\x89\x43\x2f\x8d\x81\x60\x26\xab\xb0\x1f\xd6\x90\xd9\xa6\xea\xba\x8e\xfe\x65\xd8\x5f\x19\x76\x61\x15\x31\x95\x55\x68\x4d\xcd\xca\xb0\x81\x20\x4d\x29\x4c\x65\x15\x6a\x57\x3f\x12\x6c\x20\x06\x6b\xa0\xb9\xaa\xf1\x95\x4d\x97\x65\x6d\xd5\x46\x85\x2b\x3a\x5a\x64\xd3\x40\x10\x3d\x0a\x33\x53\x83\x9c\xd3\xfd\x4b\x6b\x6b\xd3\xe1\xce\xee\xef\x26\x9d\x0a\x45\x0e\x65\xd2\xa9\x50\x0e\x92\x61\xc2\xac\x53\x21\x86\xaa\x95\x3a\x7f\xa5\xce\xf5\x50\x66\xd3\x9b\x73\x91\xa6\x4b\x9d\xbf\x52\xe7\xea\x78\x91\x3a\x7f\xf5\xdc\x1f\xbe\xd4\xb6\x4b\x9d\x2b\xcc\xc0\xc4\x53\xa1\x35\x96\x21\x13\x4f\x85\x5d\x0c\x7d\xcb\x9d\x81\xa6\x17\xc5\xcc\x53\x61\x17\xf3\xa7\x2a\x84\xd4\xd3\x2c\x8a\x9c\x03\x1b\x62\x2c\xab\xe6\x80\x91\x15\x57\xec\x6a\xd3\x45\x85\x12\xf6\x8b\xac\xd8\xdc\xd0\xa3\x16\x65\xb6\x0a\x0a\x1c\x15\xb5\xc9\x80\xc9\xde\xdc\xc5\x68\x95\x14\x15\x68\xc3\x8e\x8f\xf7\xa5\x9c\x7a\x62\xc3\x35\x7d\x53\x88\x6e\x35\xa4\xa8\x40\xbc\x73\x51\x8a\x0a\x44\x75\x5c\xc9\x50\x81\xfd\x4a\x8b\xd9\x00\xf2\x37\x7b\x58\xcc\x06\x24\x3d\x55\xad\xad\x1c\x15\x28\x0b\x3e\x68\x02\xa7\xb0\x8b\xd1\x4e\x49\x28\x10\xc3\x39\x25\x07\x35\x83\x73\x06\x13\x54\x0e\x0a\x44\x75\xfe\xc8\x41\x81\x18\xec\x48\x66\x70\x0a\xa5\x3b\xa5\x64\xa5\x40\x74\x3b\x45\x56\x0a\x18\xc4\x0a\x33\x38\x85\x18\xae\x68\xb2\x52\x33\x38\xc7\xfc\xed\x68\x77\x98\xe0\x29\xd4\x69\x57\x48\x5a\xcd\xe6\x3c\x2a\x6e\x1d\xd3\x39\x85\xa8\xd8\xf0\xa6\x73\x0a\x41\xe6\x7e\x98\xce\x29\x04\xf9\xbc\x61\x3a\xa7\xb0\x1f\x46\x2d\xe5\xb6\x40\x0c\xb8\xb9\xf9\x9c\xc2\x2e\xa6\x4c\xf5\x71\xfa\x6a\xb9\xb0\x4b\x77\xc9\xde\xdc\xc5\xac\xae\xca\xea\x66\x23\x5a\x35\x95\xd5\x1f\x8b\x59\x37\x55\xd3\x31\x65\xed\x45\x89\x32\xb0\x5c\xeb\xe5\xc9\xe6\x65\x1e\x1c\xf9\x0a\x13\x33\x85\xd7\xdf\x6e\x62\xa6\x10\xc3\x15\x6f\xd8\xf4\xe1\x6c\x70\xc9\x1b\xb6\x7d\xe0\x1e\xb3\xff\xf5\xde\x93\x60\xb9\x8b\x29\x73\x00\x90\x61\x39\x5d\x6b\x8c\x05\x01\x31\x5d\x30\x0c\xab\x98\x61\x79\x68\x65\x9b\x62\x29\xc4\x80\xf9\x98\x62\x29\x34\x03\x7d\xa6\x58\x86\xc9\x93\x87\xf6\xbf\xd9\x93\x42\x0c\x57\x46\x63\x2f\x6f\xf6\xa4\x35\x33\xf4\xf2\x95\xae\xbb\xef\x9b\x3e\x29\xcc\x62\xb7\x4b\xd7\xbf\xd2\x75\x8d\x6a\xf3\x27\x85\x52\x5d\x8e\xa5\xeb\x40\x0c\xdc\x63\xe6\x4f\x0a\xfb\x97\x16\x53\x1d\x1c\xa2\x22\xdd\x3b\x4c\x90\x14\x76\x31\x14\x2e\x5f\x07\x5a\x54\x5b\xa0\x3a\xa6\xdd\x0e\x45\x32\x45\x52\x88\x61\x27\x4b\xd8\xbf\x12\xf6\x0a\x45\x32\x47\x52\x88\xe1\x1e\x23\x61\x27\x1f\x72\x17\xe3\x0d\xd2\x73\x13\x22\xa7\x4b\xaf\xf4\xdc\x84\xc8\xa3\x3a\xe8\xe5\xe7\xc0\xac\x0e\xf0\xa5\x8e\xa0\xec\xe9\x5a\x23\x63\x37\xd7\xf1\x20\xf5\x30\x4c\x76\x14\xca\x3b\xb2\xe4\xe2\x5f\x33\x64\x2a\x24\xc0\x6c\x47\x21\xb8\x7b\x20\xcc\x76\x0c\x52\x1b\x77\x31\x7e\x2a\x19\x07\x9a\x21\x1b\x73\x1b\x83\x3c\xc6\x5d\x8c\xc6\x4b\xbd\x81\xda\xdd\x64\x64\xde\x26\x32\x1e\x15\x53\xce\x44\x46\xa1\xbe\xbb\xa9\xd4\x1b\x88\x70\x84\x4b\xbd\x81\xf2\x5a\x20\x52\x6f\xa0\xbd\x7b\xae\xd4\x1b\xa8\x3a\x29\x4d\x64\x14\x62\xba\x97\xca\xbc\x81\x5d\x0b\x74\x2b\xf5\x36\x93\x71\xba\x49\x4a\xbd\x81\x72\x54\xa2\xc2\x66\x32\x0a\x6d\x3a\x9a\xe5\xde\x40\x59\x50\x2e\x33\x19\xe3\x2b\xa9\x26\xd7\x38\x4c\x3f\x14\x9a\x04\xce\xf4\xc3\xf8\x4a\x8d\x5f\x1b\x4d\x6a\x0c\x14\xdd\x90\xe6\xf9\x85\x49\x7d\x47\xd5\xae\x92\x08\x03\x4b\x7f\x85\x59\x7d\x42\x69\x50\x1c\xb3\xfa\x84\xa2\x0f\xcc\xac\x3e\x21\xa6\x13\x59\x22\xfc\xf5\x98\x7f\x75\xab\x90\xcf\x02\xb5\x39\x86\xe4\xb3\xa6\xdd\x1d\x3a\xde\xcc\xbb\x13\x62\xbe\xc5\x6c\x00\x79\x77\xc5\xe1\xfd\xb1\x01\xa4\x90\xa4\x4b\x8c\xdc\x15\x88\xa9\x39\x23\x77\xfd\x7e\x5c\xd2\x6d\x93\x7c\x13\x68\xe9\xea\x27\xdf\x04\x4a\x77\x8f\x94\x6f\x02\xfb\x97\xf4\xa7\x84\x13\x88\x79\x28\xb2\x01\x1f\xbb\xfd\xfd\xa9\xdd\xfe\xa1\xdb\x35\x36\xa4\xa5\x40\x39\x5c\x28\xe4\x9d\x40\x18\x9f\xf9\xca\x3b\x81\x98\x9a\x1f\xf2\x4e\x60\x76\x9c\x90\x5f\x69\x27\xd0\x96\x4d\x92\x76\x7e\xa5\x9d\xd5\x91\x2c\xed\x04\x62\x12\xb6\xff\x4a\x3b\xbf\x8f\xf3\xdf\xcd\x5a\x92\x09\xc4\xd4\xf4\x7a\x54\x90\xbc\xf3\xad\x9a\xbc\x13\x88\x79\xfc\x0e\x5e\xfd\x95\x96\x02\x35\x5d\xb9\x64\xa5\x40\x4c\x0d\x49\x59\xe9\xf7\x71\xc5\x70\x35\x93\x83\x02\x55\xe7\xce\xf7\x51\x59\x0f\x09\xe5\x6a\xfe\x51\x59\x30\xd5\xe1\xa0\x96\xa8\x02\xfb\x61\xbc\x40\xa6\x0a\xd4\xa6\x81\x20\x51\x05\x76\x31\xc6\xab\x4c\x15\x88\xd7\xb0\x96\xa9\x7e\xbf\xaf\x1a\x78\xa9\x84\x13\x88\xa9\xf1\xfa\xb5\x9d\x5f\x06\x4a\x73\x96\x7f\x6d\xe8\x86\xe5\x82\x24\x2b\xfd\x7e\x1d\x00\x2e\xc7\xf2\x4d\x20\xe6\x5b\x35\x1b\x05\xdd\x3c\xda\x56\x51\x9a\xc4\x23\x98\x12\x9f\x07\x74\x33\xdf\x5c\xce\xf6\xca\xba\x32\x16\xf2\x5d\xb5\x34\x99\x33\x0f\x29\x68\xdb\x03\x2a\x0f\x28\xa8\x30\x30\x85\xf2\x80\x82\x0a\xbb\x58\x22\xbb\x94\x5d\x3f\x7f\x8c\xd5\x2d\x76\x2b\x62\x58\x57\x5f\xf0\x51\x44\xab\xd2\x1f\x3e\x8a\x1e\x1f\xd6\x91\x7d\x95\x39\xae\xd7\x16\x15\x1b\xe5\xd5\x18\x64\x8c\x27\xf9\xa4\x2f\xcc\xf6\x16\xab\x8a\x3c\xe7\xce\x3b\x89\x18\x0b\xfb\x97\x54\x8d\x90\xb1\x50\x5b\x53\x94\x8a\x86\xc5\x7c\xda\x54\xb6\x17\x77\xce\x37\x25\xb7\x67\xbc\x50\x56\x57\xa4\x3a\x0c\x06\x4f\x94\x56\xd4\x06\xc1\xe0\x83\x51\x94\x5e\xb6\x21\xc4\xac\x16\x53\x1d\xc5\xb6\xbf\x32\xdb\x5e\x4c\x37\x45\x54\x6d\x7b\xb5\xed\x15\xb5\x55\xdb\x0e\x81\xc5\x24\xcb\xa3\xda\x76\xce\x58\x1e\xf0\xdc\xf4\x3e\x0f\x21\xe6\xfb\x4b\xfb\x1d\x66\xda\xb6\x19\x98\x47\xb5\xdf\xab\x6d\xaf\xb4\xbd\xda\x76\x62\xbf\xf3\x7d\x98\x6d\xdf\x10\xd3\x6e\xaf\xb6\xbd\x92\xac\x32\xad\x86\x6d\xdf\x30\x59\x41\xf3\xa8\x36\xbd\xba\xc0\xa1\xee\x6a\xd3\x09\xfd\x92\x2c\x9d\x47\x75\x24\x54\x87\xb7\x15\x53\x19\xf2\xc1\xb7\xb2\xcd\x57\x6e\x08\x4e\xed\xa6\x37\x8b\x08\xe5\x68\xa1\xcc\x77\x36\x4f\xd6\x51\xb3\xe6\x3b\x9b\x73\x2a\x94\xf9\xd2\x46\xbc\xc7\x71\xdb\x7c\xa9\x1c\xb1\x05\x5d\x10\x0e\xa2\x60\xba\x57\x8a\x85\x63\xc8\x90\x68\x0b\x46\x64\xa8\xc8\xd0\xe5\x44\xdb\x43\x3d\x72\x5a\x70\xda\x82\x50\x8f\x1b\x66\x2e\x54\x1b\x36\x2a\x6c\x41\x5a\xcc\x16\x84\x5a\xb3\x98\x2d\x08\x5b\x90\xb4\x20\x6c\x41\xa0\x36\xf5\x11\x6f\x0b\xbe\x9c\x0d\xa3\xb6\xe9\x18\x92\x10\x92\x4d\x97\xa4\xf9\xbd\x10\xd3\x5e\x4f\x07\x47\xaa\xf0\xf4\xa7\xd6\x0d\x5e\xc7\xc5\x3d\x79\xa4\x0a\x37\xdc\xd8\x3a\xf5\x48\xab\xbb\xa1\x75\x35\x99\x56\xb7\xfb\xd2\xce\x4b\xbb\x2f\xed\x58\x5a\xfe\xb2\xfb\x52\x99\x4f\x1b\xbc\xa1\xfb\xb4\x4e\xe3\xed\xbe\xee\xd3\x86\x13\x79\xa0\xf0\x61\x27\x6c\x18\xf8\x54\xf2\x18\xbe\x60\xc3\x9c\x4e\xa0\xe1\x0b\xc8\x35\x5a\x0e\x8f\x61\x4f\x6d\x68\xf8\x67\xf2\x18\xf6\x94\xfc\xa5\x39\x72\x87\x0d\x95\xbf\xbc\x0f\xb3\x66\x92\x95\x36\xad\x86\x7d\x30\x1c\xba\x8a\xec\x03\xce\x83\x55\xe7\xcf\xb4\x0f\xb8\xce\x21\x1c\x57\xd3\x69\x3c\xd5\xd0\xa4\x0f\xa6\x0d\x80\x99\x8c\x42\xd3\xa7\x0d\x90\x85\xb4\xe5\x4f\xad\x2e\x17\x37\x64\x63\x36\x4e\x07\x96\x5c\x82\x34\xf7\x3c\xa6\x5a\x9b\x5a\x4c\x54\x6d\x5a\x5b\xcd\x7a\xce\xd0\xe5\xb1\x7c\x03\x66\xfd\x3a\x7e\x9b\x5d\xe7\xb1\xd4\xa0\x81\xba\x70\xeb\x59\xd6\x69\xc3\x0c\x47\xcf\xb2\x4e\x1e\x84\x72\xce\x2d\x07\x94\x59\xdd\xe1\x6e\x74\xba\x78\x9d\xd8\x92\xee\x0c\xa7\x73\xee\xd4\x0f\x4e\xaf\x9d\x76\xb7\xa6\x7b\x38\x27\x4e\xd5\x75\x32\x8a\x5d\xf2\x4f\x1b\x73\x76\x8b\x51\xb5\xd3\xea\x9e\xdc\x54\xa0\xba\x4e\x6b\x7b\x7a\xab\x8d\xa5\xac\xed\xc9\x12\xd7\x7c\xfe\x5b\xdb\xcb\x87\x59\x5b\xc7\xc0\x86\xd2\xdc\x14\x4f\xf5\xbc\x61\x0e\x27\xf0\xa9\x9e\x0d\x88\x85\x2b\xda\x65\x3b\x37\xac\x81\x36\x2e\x9b\xb9\x61\xbc\x0b\xc4\x65\x33\x39\x38\xb4\xd4\xec\x65\x2b\x2f\x46\xb5\x83\xe2\xb2\x95\x97\xad\x74\xb5\xb9\x6c\xe5\x86\x19\xce\xa4\xcb\x56\x1a\x35\x0b\xf7\x80\xcb\x36\x5d\x18\x56\xcd\x17\x38\xd2\x2f\x4e\xbf\x17\xab\x61\x2b\xaf\x8f\xbf\xb4\xd8\xdb\xa6\x67\xbf\xe0\x7d\xa7\x23\xfd\x7e\x9b\xc9\x70\xba\x6d\x26\x07\x7e\x96\xfd\x74\xdb\x4e\xf3\xf6\xc3\x29\x7d\xdb\xaa\x0d\xb3\xb8\x0b\xdc\xb6\xca\x58\xd7\xbb\x85\xdf\xf6\xca\x86\xb9\xd4\xe3\x6d\x0b\xcc\xf8\x0f\x9b\x70\xbf\x15\xe1\x04\x9c\xbf\xfc\x38\xe5\x0c\x59\x85\xc3\xef\xe3\x9c\xe3\xb8\x4d\xb8\x8d\x7d\xac\xee\xc7\xba\x39\x35\x3f\xd6\x6d\xc3\x6c\xae\x10\x1f\xeb\xf6\xc1\xf6\xd5\x6c\xf8\xa8\x70\xcd\x7e\xae\x31\xc9\xe3\x63\xdd\x3e\x1c\x5b\x1b\xd6\x43\xed\x6a\xcf\x47\xa0\xa3\x8f\xaa\xdc\x30\x09\xd4\xe7\xf1\xb1\x05\x8f\xf5\x70\x7d\x7f\xac\xc7\x83\x8e\x9c\x2c\x8f\xf5\xd0\x06\xb7\x51\x8f\xf5\x78\xb8\x58\xe2\xa0\x01\x8f\x1d\xbf\x61\x2e\xdb\xf9\xa8\xc8\xc7\xb1\xec\x04\x7d\xec\xe5\x87\x95\xd6\xc5\xf1\x71\x2c\x3f\x06\xc5\xd0\xf7\x63\x65\x31\xa8\xa7\x0a\x7a\xac\xac\x66\x71\x68\x0b\x7d\xed\xe4\x2f\x07\x63\x9c\x3f\x5f\x07\xb3\x01\x1c\x8e\x5d\xe5\xf1\xb5\x4d\x5f\x36\x81\xc1\x0b\xbe\xb6\xe9\x6b\xbf\x77\x7f\x6a\x75\x37\xcc\xe3\xfd\xa5\xba\x35\x82\xc3\x15\x2c\xe9\xc9\x18\xa1\x1d\x5a\xb2\x5f\x1b\xa5\x5d\x1c\xbc\xc1\x04\x75\x61\x8e\xaa\xa8\x28\x72\xe8\xd2\x55\x85\x38\x8c\x30\xb9\x4b\x2d\xbd\x93\x4c\xd8\xc5\x12\x59\x28\xe3\x70\x1f\xa6\x9b\x27\x69\x84\x5d\xac\x23\xeb\xca\x1c\x32\x0b\xd1\x50\xc4\x4a\x14\xbe\x73\x2a\xda\x5d\x55\xba\xa2\xa5\x88\xb6\x4f\x6b\x7b\x2a\xb2\xed\x6c\x80\x45\xbb\x1b\x88\x19\xd6\xec\x56\xf4\xb6\x7d\x77\x72\xd1\x7c\x06\xe6\x2a\x8a\x6c\x7b\xb1\xed\xd8\x6e\x45\xf3\x19\x68\xd5\x7a\x68\x3e\x17\xcd\xe7\xc0\xbc\x2d\x9a\xcf\xc0\xe4\x96\xb8\x2c\x9a\xcf\xc0\xe4\x9a\xba\xf4\x46\xb6\x2c\x5a\xd4\x31\x7d\x9a\x0d\xdd\xb0\x66\xd2\x02\x2d\xea\xa2\x11\x1c\x4c\xb4\xa2\x11\x0c\x0c\x3c\x5b\x59\x34\x82\x8b\x46\x30\xe9\xe2\xe9\x0d\x6f\x42\x4d\x06\x7d\xd1\x08\x2e\x46\x54\x70\xdb\xa4\xe7\x99\x84\xc9\x61\xf0\xf4\xfe\xc4\x2c\x06\x41\x92\xcd\xa5\x34\x7f\xda\x38\x73\xc7\x6a\x57\x9a\x8d\xe7\xe6\xb1\x83\x7c\xcd\x2c\xcd\xee\xdb\x30\xb9\x8e\x2e\x4b\xb3\x55\x9a\xa9\xa9\x42\x34\x53\x81\xb9\xa0\x13\xa5\xbd\x2f\xbd\x10\xf9\x02\xfb\x6a\xc3\xe4\xfc\x4b\x16\xad\xd4\xe2\x19\xb4\x7c\x5f\xa0\x3e\xda\xf7\xd7\x0b\x74\xb2\x84\xfa\x08\x53\x68\x7f\x3b\xbb\x2c\x4b\xa8\xad\x30\x71\x87\xa1\x12\x36\x59\x53\x37\x59\xa7\x8b\xa6\x2e\x10\x0d\x93\xa7\x68\xea\x02\x71\xa8\xac\xb0\xbf\x89\x90\xe0\xed\xc8\x12\xf6\x77\xe0\x30\x1b\x56\x52\x5d\xc5\xf0\xf9\x34\x59\x83\x18\x68\xd3\x0e\xd2\x20\x06\x0a\x87\x16\xb3\x68\x10\x17\x73\x04\xd3\x11\x1b\xea\x8f\xd3\x10\xed\xd5\x82\xfa\x33\x02\x93\xaa\x59\x23\x19\xa8\x04\xb3\xb2\x68\x23\x17\xaf\xc6\x48\xe7\x7e\xaa\x0e\xf2\xff\xd2\x51\x91\xaa\x63\xc3\xe0\x1a\xc9\x2c\xa9\x36\xb2\xf9\x4b\x8b\xa9\x0e\xf2\xff\xf0\x24\x64\xd1\x94\x2e\x9a\xd2\x2c\x5e\x45\x53\x1a\x88\x89\x3d\x5c\x52\x75\x68\x5d\x73\x04\x25\x8b\xd6\x35\x50\xb8\xe2\x2b\x8b\xd6\x75\xd1\xba\x4e\x47\xa2\xd6\x35\x50\x7e\xfd\xa5\xed\xec\x8e\x61\x7f\xda\x6d\x41\x27\x0b\x3e\x69\x41\xb7\x05\x1a\xe1\x69\x87\x6a\x84\x03\xde\xbe\x94\x45\x23\xbc\x74\xbb\x0a\x03\xa9\x74\xbb\xaa\x73\x95\xd3\x41\xab\xba\x5d\xb5\x61\xd6\xea\x0b\x6c\x41\xb7\xab\xd8\x8a\xbd\x7b\x54\x58\x2e\x2d\x1a\xf4\x40\xc1\x43\x9e\xa5\xbf\x0d\xd8\x1d\xc5\x0d\x2c\x59\xba\x1d\xd5\xf5\xe5\xd1\xcc\xee\xd8\x37\x0d\x30\xd9\x75\xbd\xb4\x51\xf0\x7e\xad\x2c\xc3\xee\x1c\x5e\x1e\x47\x2b\x87\xca\x30\xe2\x91\x2e\xbe\x43\x6d\x40\x22\xdc\xed\x8a\x1c\x02\x68\x1c\x21\xcd\x22\x87\x00\x8a\x76\x49\x91\x43\x00\xed\x70\x0b\x90\x43\x00\x55\xc7\x42\x91\x43\x00\xe5\x5d\xa1\x87\x1a\xdb\x10\xdd\x15\x7a\xa8\x31\x99\x46\x86\xaf\x54\x63\x30\x8d\xa2\x62\x65\x1a\x40\x2d\xea\x75\xa8\xb2\x41\x64\xe0\x7d\x98\x2a\x1b\xea\xc7\x26\xc9\x34\x00\x8f\xdb\x64\x91\x69\x00\x31\xd9\xf9\xcb\x54\x3f\xb3\xfe\x7a\xbd\x56\x96\xa9\x7a\xe4\x23\x5c\x80\x95\x45\x3e\x02\xd4\x69\x9b\xe4\x23\x45\x3e\x92\xd6\x43\x3e\x02\x94\xf1\xfe\xd2\xa6\x4f\x0e\x1b\x38\x68\xa7\x4d\x9f\x8e\xed\xf0\x69\xb6\x13\xda\x52\x9c\xd7\xb2\x16\x20\x9a\xbb\x9f\xac\xc5\x5b\x39\x0f\xae\x6b\x4d\xef\xe5\x14\xea\xb0\xe9\xcb\x16\x2c\x5b\xe0\xbc\x5e\xb6\x80\x34\xc3\x61\x0f\xcb\x77\x00\xef\x11\xcb\x22\xa1\x01\x5a\x55\x43\xf2\x19\x60\x3f\x8c\x76\x4a\x68\x80\xb6\x3a\x0d\x90\xd0\x14\xa3\x1d\x99\xe8\x7b\xd9\x9f\x1c\xd9\xd1\x3b\x50\x96\xed\x5c\x5c\x5e\x83\x53\xa8\x2c\xdb\x69\x64\x23\xdd\x10\x4f\x3b\xcf\x8b\x11\x55\xe4\x69\xe7\xc9\x98\xb2\xd3\x02\x19\x13\x10\x04\x40\xb2\xc8\x98\x8a\x79\x86\x89\x45\x56\xa4\x4c\x40\x90\xae\x90\x45\xc6\x54\x64\x4c\x6e\xb8\x32\xa6\x62\x6e\x60\x76\x8b\xd9\x82\xf3\xfa\xf5\x5e\xb5\x2c\xf2\x1e\xa0\x10\x64\xcf\x22\xef\x29\xa7\xdb\x95\xfa\x38\x9d\xb2\x44\x23\xba\x3b\xc1\x65\xa3\xb8\x57\xa1\xd8\xf6\xcb\x46\x5d\x8c\x48\xfb\x58\x76\x04\x94\x6a\x47\x49\x8f\x80\xaa\x6b\xa7\x48\x8f\x8a\x91\x0d\x32\x4d\xb2\xc8\x8f\x80\x1a\xae\x5e\xf2\x23\x20\xb8\x7a\x24\x8b\xf4\xc8\x53\xcc\xa9\x6d\x27\x3d\x2a\x97\x2d\x77\x2d\x94\x0b\x01\x25\xdf\xca\xda\xf2\x0b\x2b\xd9\x15\xed\xb2\xe5\x97\x57\xd1\xf9\x30\xc7\xe8\x65\x77\x0e\xfa\xee\xb6\xe5\x37\xe7\x36\xe7\x6f\xdf\x28\x9a\xe5\x56\x31\xb7\xdd\xe8\x5a\x73\xdb\xe6\x0d\xed\x70\xc5\x93\x3c\x01\xbb\x18\x03\x56\xf6\x04\x44\x77\xad\xbf\x6d\xf3\x8d\xb9\xa9\xfd\x76\xdb\x66\x39\x56\xda\xb5\x72\x2c\xa0\xbe\x03\x40\x8e\x05\x94\x23\xed\xa1\x5b\xd5\x70\x6d\x66\xb8\xb9\xde\xaa\xe6\xbe\x3d\xbc\x89\x48\xd5\x6c\x18\x9c\x1f\x4a\xef\x9e\x16\xf6\xc3\xfc\xa5\xe3\x84\xa3\xbe\x6f\x0f\x49\xd8\x8a\x84\x2d\x55\xb4\x84\x0d\x28\xcd\x9d\x54\xc2\xc6\xed\xd2\xbb\x18\xad\x92\x63\x01\x35\x35\x1a\x3f\x56\xcd\x8c\xbf\xd7\x70\xfa\x58\x37\xce\x72\xbe\xc6\xab\x4c\xac\x7c\xec\x36\x6d\x92\xc7\x8a\x3c\xc7\xaf\x57\x08\x66\x79\xac\xc7\xc3\x6d\x47\x8e\xfe\xc7\x7a\x3c\x76\xd5\x52\x66\x57\x3d\xde\x9d\xce\xf4\x92\xc3\x95\xc7\xea\xc2\xf5\xca\x63\x75\xc9\xaf\x9b\xda\xda\x52\xb1\x62\x70\xa3\xbb\x89\xc9\xc5\x80\x76\xb8\x09\xc8\xc5\x80\x5d\xcc\x9f\xaa\xca\x87\xd3\xda\x76\xdf\xd7\x16\x7c\x69\x81\xb6\xdd\xd7\x16\x6c\x98\xc5\xb5\xf1\x6b\x0b\x64\x71\x1c\x59\xcd\x22\x8b\x03\x4a\x68\x8f\xc9\xe2\x8a\x2c\xae\x6b\x0b\xc8\xe2\x00\xaf\x54\xcc\x22\x8b\x03\x82\x73\xfd\x59\xbe\x8e\x3f\xc3\x22\xa4\x03\x65\xf9\x3a\x00\xbf\x38\xd6\x9d\xe7\x72\x3d\xe0\x5d\x55\xa5\x7a\x40\x69\xef\xef\xd4\xd9\x06\xef\x1b\xcd\x22\xd3\x03\x52\x5f\x67\xf9\xaa\x32\x62\x27\xa4\x7e\x66\xf9\xaa\xb2\xef\xab\x32\x8b\xa9\xb2\x2f\x57\x82\xd1\xc3\x9e\x43\x16\xbc\x11\x32\xab\x14\x11\x28\xd2\x8e\x2a\x43\xac\x5e\xaa\x19\x13\x51\x53\xc4\xe9\x02\xd6\xec\x2a\x41\xac\xb2\x41\xe7\x45\x95\x0d\x02\xa5\xa7\xcf\x1f\x8a\x06\xa1\x4a\x4b\x4d\x45\xe4\x6c\xbe\xa2\xa5\x08\xcb\xd1\x50\x44\x95\x0e\x02\xb5\x31\x80\xaa\x6c\xb0\x9a\x09\xd8\x8b\xb5\xfd\x28\xfb\x6c\x05\x1d\x56\xed\x51\x44\x6e\x05\xbe\x2a\x2f\xa6\xce\x6a\x7c\x85\x0b\xfe\xd2\xab\xa9\x85\xb6\x54\x90\x04\x11\x28\x5c\x64\x9b\x55\x82\xc8\x75\xd5\xfb\x97\x1d\x99\xed\xdc\xd0\x13\x36\x58\x8b\xed\xe4\xea\x80\x64\xbb\xaa\x92\x41\xa0\x72\x88\x37\xab\x64\x10\x08\x72\x5f\xd3\xbb\xaf\x85\x32\xc2\x8a\xd9\x4c\xcf\xda\x35\x4b\xdd\x8a\xde\x96\xa3\x34\xc3\x2b\xde\x91\xdd\x0e\x2b\x66\xcb\xf9\x32\xc2\xd1\x21\x02\x5e\x63\x21\x34\x03\x3f\x55\x62\x59\xcd\xfb\x7b\xab\x56\xed\x4f\x4e\xd6\x19\xf9\xf1\xa2\xec\xac\xc6\x4d\x3a\xae\xb5\x6a\xdc\x04\xa8\x6b\xf8\x02\x1b\xc5\x29\xe9\xc4\x2f\xe5\x65\xd9\xc2\xfe\x25\x63\x48\x4e\xea\x75\xd9\x1c\x3d\xc9\x6a\xe0\x04\xd8\xc5\xac\x9b\xad\x22\x72\x32\x1c\x43\x46\x4e\xbc\x56\xdb\x10\x40\x35\x72\x52\x3d\x47\xd7\x71\x2b\xd6\x66\x43\x9b\xa3\x9b\x77\x36\x1b\xda\x9c\xfd\xfe\x54\xd2\x0b\x04\xb7\xdd\xa4\xb7\x74\xa7\x77\x72\x1f\xee\x2b\xde\xca\x2d\x84\xe6\x98\xd7\x72\x0b\x2d\x86\x22\xd5\x41\x92\x5f\x75\x24\x34\xd5\xb1\xa1\x39\xaf\xab\x64\x19\x28\x2d\xfd\xa1\xda\x68\x92\x3d\xdf\xa8\x36\x3c\x1f\xd7\xed\x77\xd9\xb2\xf7\x7e\x73\x9a\x20\xab\x21\x9d\x2a\x81\xe6\xa6\xa7\xac\x12\xe8\x0a\x5b\xd6\x05\x50\xa5\xc3\x40\xd1\x4b\x57\xa5\xc3\x00\xa7\xc0\x7f\x73\xab\xae\x92\x65\xa0\x69\xdc\x57\xc9\x32\xe0\x19\xe1\xac\x92\xe5\x6a\xa8\xa8\xb3\x88\x57\xa9\x31\x30\xe5\x2b\xde\x58\x9e\x35\x9c\xe4\xf0\x95\x2a\x0f\x06\xda\x82\x29\x54\x69\x30\xb0\xa6\xca\x92\x06\x03\x31\xd2\x6a\xa8\x18\xf2\x10\x39\x0e\x9d\x55\x16\x5c\xc3\x31\x81\x2d\x55\x8d\x0b\x01\xc5\x00\x47\x95\x18\x03\x55\x67\x94\xf7\xa4\x67\x95\x05\x77\xd7\x37\x59\x30\xd0\xde\x21\x21\x0b\xae\x9e\x82\x7b\xd5\x21\x0d\x06\xda\xe1\x30\x91\x06\xd7\x74\xf0\xe3\x33\xad\x72\x5e\x60\x2c\x1b\x25\xe5\xad\x9e\x5f\xc3\x1e\xaf\x52\x5e\xa0\x1c\xdd\x95\x2b\x6d\x95\xa9\x82\xe9\xc3\xec\xed\xee\x62\xe6\x1c\xe9\xb6\xaa\x93\x05\x85\xa1\x5d\x25\xcb\x55\x66\xdc\x1d\x15\x32\x63\xef\x6e\x3f\x6c\x95\xcc\xb8\x9a\xe6\xd7\x7d\x43\xb7\x09\x1d\xea\x57\x15\xd9\x7b\xa6\xf9\xf5\xf7\x0d\x0e\xf5\xce\x50\x9f\x16\xb3\x43\x37\xd4\xf2\x56\xcd\xb6\xf7\xb7\x55\xb4\x54\x22\x0c\x8c\xe5\x54\xea\x6f\xab\x4c\x60\xa0\x94\x3c\xb8\x42\x7a\x8f\xee\xa2\x24\xeb\x05\xca\x70\x46\x48\x7a\xab\x91\xb3\x4e\x1c\xae\xca\x7a\x81\xb9\x5c\x1c\x65\xbd\xc0\x78\xc7\x82\xac\xb7\x0e\xa7\x9c\x83\x41\x0e\x0a\xc4\x60\x13\xae\x72\x50\xa0\x1c\x7c\xb0\x25\xab\x01\x30\xa0\x56\xe7\x81\xb4\x14\xd8\xc5\x58\x5a\xe4\xa5\x40\x8c\xae\xc8\x16\xbc\xbc\x94\x87\xc9\x4b\x81\x79\x60\x7a\xd5\x69\x03\xa6\xdd\x82\xad\x5d\xa7\xdd\xb2\x61\x16\x87\xa9\xb4\x14\x68\x87\x3b\x8a\xb4\x14\x98\xd5\xe1\x27\x2d\x05\x06\x17\x6c\x66\x9d\xf6\x8a\x4c\x55\x3b\xae\xca\x54\x81\xb9\xde\x87\xa9\x8d\x0d\x93\xf3\x93\x59\x65\xaa\xd5\xdb\x8d\x48\x7b\xcd\xba\x6c\x3a\x77\x17\x0e\x7b\x60\xd9\xf2\x0d\xf3\x70\xf4\xc9\x67\x81\xfd\x4b\x9e\x26\xa1\xad\x9e\xa4\xb3\x07\x96\x4d\x97\x6f\xf2\xb5\x97\xac\xf2\x4d\xc0\x9b\xab\xb3\xca\x37\xab\xd9\x75\xdd\xdd\x5a\xc2\x09\xb4\xaa\x1d\xb1\xac\xee\x7a\x0f\x47\x21\xb2\xef\xa0\xa5\xba\xd0\xaa\xac\x14\xf0\x3a\x84\xac\xb2\x52\xa0\x19\x26\xa8\x92\x52\x20\x5f\x6d\x4b\x4a\x81\x9a\xd3\x1f\x5a\xff\xd3\x7d\xf3\x95\xd9\x4f\x04\xe3\xf2\x7d\xbe\xfd\x44\x30\xae\x1f\xd6\xc2\x7e\xe2\x46\xc0\xe5\x86\x2b\x4d\x05\x6a\x7d\x7f\x68\xc3\x4f\x4d\x1e\x7a\xce\x58\x5c\xbd\x1c\x7a\xda\x71\x12\x50\xa0\xa6\x7b\x9f\x04\xb4\x7a\xb1\x9f\x73\x58\x02\x0a\x78\xf7\x7a\x56\x09\x68\x35\x30\xc6\x81\xca\xac\xd7\xfb\x82\x87\x77\x5a\x4c\x2d\x5e\xe4\xab\xe2\x45\xaa\x92\x41\xa0\x1c\x43\x05\x49\xf7\x80\x59\x5c\x4b\x0c\x9f\x01\xbb\x98\x32\xeb\x01\x2b\xd4\x1b\x54\x25\x85\xf5\xf6\x86\x71\xb7\x52\xe9\x1e\x10\xd5\x81\x26\xdd\xab\xd2\xbd\xe1\x26\x2c\xdd\x03\xea\x50\x1d\xd2\xbd\x2a\xdd\x1b\x8e\x0d\xe9\x1e\x10\x87\xb6\x80\x74\xaf\xf2\x51\x84\xc3\xf8\x74\x95\xb5\x01\x79\xf8\x02\x49\x1b\xb0\x8b\xd1\x04\x59\x1b\x50\x63\x29\xb2\x55\x46\xde\x86\xfb\x94\x91\x37\x60\xe8\xd9\xa8\x46\xde\x80\x3c\xac\x9a\x91\x37\x60\xff\xf2\x77\x84\xac\xeb\x47\x45\x6c\xa8\x9c\x69\x4b\xbf\x1c\x24\xcc\xfe\xbe\x5e\x3d\xc8\x2d\x0d\x14\x55\xb9\x25\x30\xf9\x50\x52\x56\xb9\x65\x95\x5b\x0e\xbb\x57\x6e\x09\xcc\x70\xc2\xc9\x2d\x81\x59\x1c\x2a\x46\xf9\x80\x3a\x71\x0d\x55\xd9\x66\x7d\xd4\x96\x06\xa7\xdc\x12\x98\x01\x9f\xad\x8f\xda\x92\x6e\x0e\x3c\x6a\x55\xba\x09\xb4\xe2\xce\x29\xdd\x7c\xbf\xff\x31\x9c\x26\xb2\x41\x20\x0f\x7b\x4d\x36\x08\xcc\x65\xd5\x64\x83\x55\x9a\x37\xb4\x9d\xa4\x79\xc0\xac\xf2\x18\x69\x5e\x95\xd3\x0d\x2d\x15\x39\x1d\x30\x0d\xc8\x56\x39\x1d\xe0\xd5\xf9\x59\x25\x75\x40\x6b\x5a\xf3\x92\xba\x6a\xaa\x9b\x5e\xbc\x2a\x5f\x03\xca\x74\x9a\x48\xd7\x80\x66\x24\xcd\x2b\xa2\x84\x30\xbd\xa4\x49\xd7\xda\x61\x03\x78\x41\x33\x2e\xd7\xde\xec\xb7\x82\xa8\x2b\xe2\x93\x32\xb8\x3e\x9b\x44\x0c\xd8\xbf\x9c\xc8\xa6\xb2\x09\x9d\xf5\x61\x4b\x91\xdd\x1e\xd6\xe3\xa3\x0c\x4f\x50\xf7\x05\x8f\x22\x16\x55\x2d\xce\x26\xc7\x02\x92\x93\x9d\xd9\x8c\xcb\x01\x31\x6d\x81\xac\xab\xf9\x75\x27\x2e\xbc\xc9\x66\x74\xad\x79\x9f\x09\xf3\xab\x49\xb1\x80\xc2\xdd\x8f\xd9\xa4\x58\xcd\x80\x5b\x5a\xca\x06\x14\xa7\x7e\x5a\xcc\x16\x90\xc2\xc6\xdd\xae\xd9\xe4\x58\x80\x5f\x2f\xc8\x26\xc7\x6a\x12\xaa\xc1\xb8\x6a\x12\x2a\x20\xc8\xee\xcd\x26\xa1\x6a\x12\x2a\x37\xeb\x26\xa1\x02\x2a\x1f\x72\xc9\x26\xa1\x02\xfc\x90\x49\x36\x23\x75\xc0\xfe\x25\x6d\xe7\xbc\x95\xd0\xe6\xfb\xcb\x50\x94\x16\x43\x1d\xa6\xb0\x01\x61\x4e\x49\x33\x85\xad\x19\xf7\x1b\xcc\xed\x26\xc9\x02\x4a\xb7\x55\x72\xac\x26\xa1\xd2\x3a\x6a\x12\x2a\x60\x2e\xbb\x45\x42\x05\x84\xbe\xec\x26\xa1\x02\xe6\x01\x9f\x6a\xf2\x29\xa0\x1c\x1c\xae\xcc\x26\xa1\x02\xe6\xc2\x01\xd2\x8c\x2b\x72\x4f\xd9\x2e\xa6\xcc\x3e\x80\x03\x39\x1b\x9b\x1c\x08\x68\x5c\x80\x99\x4d\x0e\x04\x84\x96\x78\x93\x03\x35\x73\xd8\x38\xfb\x98\x4d\xc2\x03\xc4\x3b\xe4\xe5\x3b\x40\xd5\x01\xd7\x0c\x18\x02\x53\xdf\x46\x93\x02\x01\x7e\x8d\x22\x9b\x14\xa8\x19\x11\x34\xa3\xaa\x49\x72\x80\x66\x06\x42\x93\xe4\x34\xaf\x0d\xe1\x64\x62\x36\x59\x0e\x10\x86\xc5\x9a\x21\xc1\x26\xf1\xe1\xe4\x5a\x36\x89\x0f\xd0\xda\xfb\x4b\x47\xa9\x21\x41\x75\x6b\x48\x10\xa8\xda\xe1\x4d\x2a\xd4\xe2\x3d\xbf\x8e\x48\x05\x99\x0f\xc7\x39\xa1\x6c\xb2\x9c\xe6\x85\x20\xef\x2b\xd5\x06\xf9\x70\x8b\x75\xa8\xc9\x7b\xda\x7b\x59\xbe\x1a\x92\xf8\x34\x6f\x04\x71\x66\x4b\x7c\x80\xd0\xc6\x6c\x46\x04\x81\x90\x5d\x36\xa9\x10\x30\x25\x08\x4d\x2a\x04\x94\xb0\xb2\x32\x21\xa0\x72\x35\x7e\x36\x99\x10\x50\x0d\x1b\xb6\x54\x17\xc6\x08\x87\x13\xdb\x18\x21\x50\xca\xfb\x4a\x5b\x6e\x8c\xd0\x98\x46\x93\x30\x01\x7e\x49\x24\x9b\x84\xa9\x49\x98\xb4\xe4\x9a\x84\x09\x28\xc5\x21\x2a\x61\x02\x92\x2b\xe0\xb2\x75\x15\xb4\x21\x8c\x34\x35\x29\x14\xe0\x45\xa8\xd9\xa4\x50\x80\x77\x5d\x66\x33\xde\x08\x04\xf7\x50\x65\xeb\xea\xa7\x73\x7c\x39\xe6\x6f\xef\xd4\x4d\x1a\xd6\xa4\x61\xda\x27\x4d\x1e\x06\xc4\xc0\x6c\x6f\xd2\x30\xa0\x91\x39\x9f\x4d\x1a\xd6\xa4\x61\x9c\x4c\xca\x26\x0d\x03\xfc\x9e\x4a\x36\x69\x58\x33\x68\xc9\x69\x94\x6c\xf2\x30\xa0\xbd\xba\x32\x6a\xd9\xfa\xab\x3f\xd5\xa0\xfe\x88\x51\x0e\xbb\x56\x6a\x06\x54\xb7\xc3\x26\x35\x03\xa2\x3a\xa6\x0d\x51\x02\x4d\xaa\xd3\x24\x6b\xcd\x10\xe5\x70\x0a\xca\xd6\x00\xef\x2e\xcc\x26\x59\x03\x5a\x75\xe8\x48\xd6\x80\x2a\x05\x68\x92\x35\x60\x3f\x8c\xa1\x63\x8c\xb2\x19\xa3\x6c\xbe\x53\x0d\x6d\x68\xcb\x25\xd0\x18\x25\xb0\x7f\xa9\x4c\x0d\x71\x5f\xfe\xb2\x1f\x8d\x51\x36\x69\xde\x74\x8a\x4b\xf3\x80\x56\x7c\x9a\x34\xaf\x79\x61\xca\x74\xdb\x94\xd3\x35\x6f\xb9\x77\x03\x90\xd3\x01\xbb\x18\xdd\x22\xa9\x03\x8a\x5e\xc2\x66\xf8\x11\x68\x72\xd7\x66\xf8\xb1\x79\xad\x8a\x8b\x83\xcc\xaf\x11\x7d\x3c\x38\x2b\x90\x4d\x9e\x07\xd4\xb4\x0b\xe4\x79\xcd\x43\x59\x1c\xc9\xc8\x26\xd1\x03\xe2\x70\x12\xca\xf3\x80\x28\x6f\xcd\x9c\x49\x44\x24\xc7\xfb\x4e\x07\x82\xa1\xc6\xe9\xb6\x6c\xa8\x11\x28\xef\x2a\x6e\xa8\xb1\x99\x28\xc9\x59\x81\x6c\x06\x16\x81\x6a\xc2\x48\x33\xae\x08\xcc\xe9\x48\x30\xae\x08\x94\x77\xdd\x92\xe6\x35\x39\x9d\xb9\xf1\x4d\x4e\x07\xc4\xc0\xbf\xd8\xd6\x5b\x35\x7b\x0a\xe3\xb4\x49\xea\x80\x68\xae\x22\x92\x3a\x60\x0c\x07\x91\xa4\xee\xbd\x72\x97\x53\x06\xd9\x64\x75\x40\x33\x7b\xc8\x8f\x69\x0a\x31\x70\xc5\x35\x59\x5d\x33\x39\xd3\x0c\xf7\x66\xa8\x11\x88\xf1\xbe\x53\x75\x9c\x7c\x64\xc5\xf5\xcd\xdc\xcc\x26\x1f\xf4\xa8\x40\x93\x0f\x36\x93\x33\xed\x28\xf9\x60\xf3\xb3\x5f\x4e\x59\xf9\x20\x17\x7d\xee\x5f\x5a\x0f\xd5\x41\x26\x66\x57\x91\xb2\x3f\x20\xb8\xa5\x2b\x9b\x31\xca\x76\xbd\xed\xa4\x1e\xb2\x3f\x60\x56\x37\x3a\xd9\x1f\x50\x0e\x7d\xab\x4d\xfa\x07\xcc\xe9\x34\x33\xfc\x08\xec\x62\x68\xcd\xf8\x23\xe0\xf7\x99\xb2\x19\x7f\x6c\x06\x1b\x75\xb1\x34\x83\x8d\x40\xab\xce\x29\x83\x8d\xcd\x33\x59\xe6\x67\xb6\xeb\xad\x2f\x7b\x98\xfa\x90\x4c\x36\xc9\xa4\x04\xbc\x49\x26\x9b\xf7\x95\x38\xfe\x24\x93\x40\x29\xee\x61\x72\x49\x60\x0c\xd7\x7b\xb9\x64\xf3\xcb\xab\x66\x46\x34\x89\x23\xe0\xe7\xa4\xb2\xc9\x1b\x81\x52\x54\xae\xbc\x11\xf0\x03\x68\xd9\xa4\x8d\x40\x54\xe8\x52\x93\x36\x02\x4d\x1a\xdd\x8c\x12\x02\x45\xee\xe5\x45\xce\xd9\x3e\x6f\x93\xe8\x4f\x99\x24\x50\xd2\xb5\x49\x22\xd9\x3e\xf6\x8a\xb6\xfa\xc7\x06\x7c\xf8\x64\x0d\x54\xd5\xeb\x9e\xf3\xbd\xee\x79\xba\x23\xca\x24\x81\x56\xe0\xa0\x4d\x26\x09\x34\x93\x3f\x9b\x4c\x11\x28\x45\x9b\x50\xa6\x08\x84\x89\xd4\x4d\xa6\xd8\x64\x8a\x26\x2e\x35\x99\x22\x50\x97\x8b\xbc\x4c\x91\x0b\x63\x77\x31\x65\x76\xe7\xc7\xab\xf4\x79\xa7\x1c\x10\x28\x66\xb3\x35\x23\x8e\x4d\x5a\x68\x5a\x74\x93\x16\x02\xc3\xe4\xcf\x26\x2d\x04\xfc\xc6\x57\x36\x59\x21\x50\xde\x59\x2c\x2b\x04\xaa\x87\x4d\x9a\x89\xa4\x40\x35\xe8\xd3\x4c\x24\x6d\x1e\xe6\x9a\xf9\xdb\x27\xb7\xb2\x99\x68\x0a\xec\x3d\x0a\x91\xca\xda\xb0\x77\x32\x44\x2a\x8b\xc3\x5c\xa6\xf1\x34\x43\xa0\x40\x95\x59\x36\x43\xa0\x40\xc4\xfb\x2c\x87\xc9\x06\x3d\xa1\xcd\x00\x28\x50\xd2\xe5\xd9\xf8\x67\x33\xfe\xa9\x39\x24\xe3\x05\x9a\x41\xee\x26\xe3\x05\xd2\x83\x06\x4d\xc6\x0b\xb4\xf0\x59\x86\x3f\x81\xa8\xef\x0f\x55\xa7\xbc\xd8\xc4\xc5\x26\x2f\x6e\xde\x42\xe2\x84\x91\x17\x03\x51\xde\x52\xea\x13\xaa\x6c\x26\x74\x93\x29\x03\x2d\xed\x2e\x99\x32\xd0\x74\x75\x35\x99\x72\xfb\xbe\x83\x0b\x85\x49\x95\x81\xe4\x6e\xa9\x6c\xc6\x3f\x81\x12\x4e\x78\xe3\x9f\x40\xbe\x34\x4d\x3e\xdd\xcc\x87\x35\x68\xe0\x65\xc5\x42\x39\xa4\xad\x7e\xed\x58\x88\xc6\x80\x08\xa3\x9d\xe1\x95\xa4\xdc\x1a\x98\x61\xb8\x13\x28\x95\xee\x0d\xc3\x9d\x40\xf1\x9c\x58\xc8\xbb\x43\xde\x2d\xbb\x0d\x89\x37\x90\xed\x2d\x36\x14\x39\xe2\xba\x2f\x9d\xca\xb8\xd1\x0a\x9f\x58\x48\xbc\x01\xbf\xef\x98\x61\x04\x14\x28\xb1\xfc\xe1\xa5\xe8\xf2\x61\x89\xec\x56\xc6\xc9\x94\xf7\x97\x1f\x45\xdc\xe4\x5a\x7c\xfe\xa3\xc8\x8b\x04\x6d\xe6\x57\x11\x57\x55\x33\xe5\xfd\xf8\xb3\xd0\x3a\x8b\x51\x48\xd8\xc3\x30\x29\x5b\x61\x18\x26\x05\xb6\x3d\x86\x48\x95\x15\xa8\x2d\x03\x34\x4c\xa3\x0d\x99\xbe\xe6\x7f\xc8\xf4\x81\xaa\xb5\xe3\xd7\xa5\x85\xf4\xd8\x4b\xc8\xf4\x81\xaa\xa7\x2e\x64\xfa\x51\x1c\x2e\xdd\x62\x2a\xa3\x98\x83\x84\xb2\x8d\x93\x86\xb4\x7e\x0e\xeb\xa1\x32\xf8\x44\x20\x17\xdb\x67\x48\xeb\x81\xc6\x85\x92\x19\xe6\xe4\x02\xc1\xcd\x09\x19\x12\x7d\xa0\xf0\x99\xeb\x0c\x89\x3e\xb0\x6d\x36\x44\x2a\x43\xa2\x3f\x99\x75\x21\xd1\x07\x92\xbb\xd1\x33\x24\xfa\x21\xd1\xe7\xc6\xaf\x0c\x89\x3e\x50\x74\xbb\x85\x44\x1f\xe0\x2b\x37\x19\x46\x5c\x81\x62\x0a\x55\x18\x71\x05\x4a\x87\xc9\x85\xce\x80\x30\xe2\x3a\x59\x59\x42\x6f\x00\x50\xe6\xb2\x62\xea\xa7\x7a\x8a\xc9\x52\xaa\xa7\xfa\x05\x45\x4b\xa9\x9e\xca\x07\xb3\x1c\x78\xfa\x07\x80\x66\xbe\x48\xe8\x1f\x08\xfd\x03\x93\xe9\x1a\xfa\x07\x80\x30\x5f\x35\xf4\x0f\x00\xe9\x11\xa0\x30\x04\x1b\x5e\xbe\x32\x1d\x40\xc6\x60\x81\xa6\xa5\xc3\x07\xc7\x5f\x28\x7c\x81\x21\xfd\xf0\x78\x86\x17\xad\x98\xad\x17\xc6\x60\x81\xe6\x2e\x15\xfa\x1f\x80\xa2\x2d\x18\xfa\x1f\x80\xfd\x4b\xeb\xa1\x82\x9a\x8c\x08\xfd\xeb\x80\x00\x8a\x81\xba\x30\x06\x1b\xfa\x24\x74\xdb\x84\x3e\x09\xa0\x69\xd1\x85\x3e\x09\x60\x17\xa3\x1e\x3a\x25\x80\x38\x1c\x8d\x3a\x25\x42\x0f\x84\xa9\x56\xa1\x07\x02\x48\x4f\x66\x85\x1e\x88\xf0\x8a\x96\xf9\xca\x6c\x3c\xee\x06\xcf\x35\xf9\x25\x07\x61\x17\xa3\xa5\xba\x1b\x80\xa2\x8b\x3c\x74\x37\x84\xa1\x57\x1d\x26\xa1\xbf\x01\x28\x7a\xb6\x42\x7f\x03\x90\x4d\x15\x19\x7a\x8d\x78\x5b\x85\x8e\x74\x2e\x00\x75\xe2\x0f\xf0\xf3\xef\x42\x39\x26\x84\x36\x74\x2e\x44\x06\xad\xa2\xf1\xba\x0d\x80\x6a\xb8\x37\x74\x1b\x00\x9b\x2c\x21\xb2\x51\xc9\x57\x1c\xe7\xef\xd8\xa2\x43\xaf\x02\x10\xed\x7d\xae\x4d\xe6\x1b\x7c\x1e\x63\x0b\xfd\x0c\x61\x60\xd6\xdc\xec\xd0\xd1\x00\xb4\xe2\x1a\xa8\x9f\x01\x68\x9e\x03\x0d\xfd\x0c\xd1\xdf\xe6\xd1\x1b\xfa\x06\x80\xfa\x8e\x7e\x7d\x03\xc0\x2e\x86\x02\x75\x0e\x00\x9b\x4b\x21\x52\x0b\xb2\xff\xe5\x8a\x24\xfb\x07\xf2\xed\x5b\xd9\x7f\x98\xb2\xac\xe7\x2e\xa4\xff\x40\xa4\x6b\x8d\xec\x3f\xc6\x61\x31\x54\x2f\x15\x07\xd2\xec\x82\x90\x8a\x03\xc9\xb5\xf5\xe9\xe7\x3d\x84\xa6\x2f\xcc\xaf\x7b\x08\xe5\x58\x6f\x31\xab\x4b\xb6\xb0\xf4\x28\xa4\xe2\x40\x36\x27\x8e\x4c\x1c\x48\xb3\xd7\x43\x26\x0e\xd4\xa5\x86\xc6\x5b\xd9\xd3\xe7\xfb\x4e\xbb\x60\x70\x34\xcb\x35\xc9\xd4\x60\xa0\x2c\x87\xb0\x61\x59\xa0\xca\x32\xc3\xb0\x6c\x98\x1a\xec\xf1\x82\x90\x9c\x03\xd5\x73\x5e\x61\x08\x36\xe4\xeb\x9e\x14\x0a\xf9\x3a\x90\xda\x53\x21\x5f\x0f\xf9\xba\xa6\x4c\xc8\xd7\x81\xd4\x83\x18\xf2\xf5\xf0\x62\x15\x8f\x39\x84\x84\x1d\xa8\xba\x1c\x42\xc2\x1e\xf3\x6d\x28\x2a\x92\x89\x03\x11\xd5\xea\xda\x50\x72\x83\x97\xeb\x88\x4c\x3c\x3c\xd1\x68\x1e\x6d\x48\xc5\x81\x5a\x1d\x1d\xd3\xe5\x86\xdb\x51\x4c\xe7\x0d\x83\xb0\x40\xf1\xcc\x4e\x18\x84\x0d\xb3\x8a\xd7\x2b\xb3\xed\x8b\x8b\xe9\x9c\xe5\x06\x61\xc3\x0b\x53\xde\x7a\x18\x85\x05\xd2\xfc\xb1\x90\xfd\x87\x5f\x90\x53\x91\xb2\x7f\xa0\x36\xd7\x02\x13\x8d\xc3\xac\x62\xa3\x98\x21\xfb\x07\xaa\x89\x3e\x21\xfb\xe7\xeb\xeb\xe9\x61\xce\x30\xa2\x1b\xb2\xff\xe5\x6c\x94\xfd\x03\x19\xce\x15\xd9\x7f\x78\x11\xca\x82\xdb\x86\x84\x1d\xd8\xb6\x0a\x22\x1b\xb0\x21\x8d\x4f\x86\x7c\x1d\x28\xc7\x82\xa0\x86\x84\x1d\x48\xd9\x45\x48\xd8\x81\xd4\x68\x0e\xf9\x3a\x10\xe6\x74\x84\x7c\x3d\x36\x47\xcf\x70\xaf\x33\x58\x0b\xa4\x29\x65\x61\xb0\x16\x88\xa2\x11\x21\x83\x07\x32\x9c\xb0\xe7\xdb\xa4\xc7\x8a\xd1\x01\x52\x78\xa0\x7a\x56\x39\x4c\x33\x0e\xc3\xbc\xaf\x31\x66\x98\x17\x08\x1d\xce\x21\xd1\x07\x76\x31\x6a\x2b\xd3\x0f\x13\x8d\xdd\x86\x25\xfa\x40\xf2\xcd\xa3\x0c\x89\x7e\x5c\xae\x39\x50\xf3\x30\x85\x18\x68\x7a\x6e\xe2\xb2\xe9\x12\xfd\x77\x21\x97\xe8\x03\x19\x4e\x46\x89\x3e\xb0\x0e\xe7\x85\x59\xc5\x40\xc8\xa6\xc3\xd0\x72\xe8\x0e\x58\xaa\x48\x77\x00\x90\xfa\x97\x43\x77\x00\xa0\x93\x33\x74\x06\x00\xcd\x98\x45\xe8\x0c\x00\xb6\xfd\x8e\xc8\x86\x9b\x6e\xcc\xf5\xb1\x19\x7a\x03\x80\xb2\xb4\x1c\x4d\x37\x0e\xd3\x8d\x57\xf8\x4a\x87\x06\x01\xe8\xd4\x80\x35\xfe\x0c\x34\x23\x94\xa1\x1b\x01\x28\xaf\x61\xa1\x1b\x01\x88\xd7\x40\xd6\x8d\x10\x64\x16\x1f\x0b\xea\x1f\x3a\x0d\x80\xf4\xa8\x66\xe8\x34\x00\xda\x72\xa2\xe8\x34\x00\x7e\xad\x97\xda\xb9\xd1\x8e\x93\xda\x10\x35\x90\xaf\x15\xa7\x63\x01\x88\xc3\x7a\xe9\x58\x00\xd2\xfc\xc3\x30\x42\x1d\x1f\x07\x01\xaa\xd0\xaf\x00\x6c\x23\x1f\x91\x9a\xf0\xe2\x18\xdd\xa5\x7e\xe5\x45\x28\xeb\xf7\x64\x7e\x87\x6e\x07\x60\x3f\xc5\x97\xa9\xaa\x8f\xb3\x08\x55\xe9\x63\x88\xcf\xab\x2a\x6b\xae\xaa\x3e\xaa\xca\x5f\xaa\xaa\x0f\xd3\xc8\x75\xd2\x68\x34\x90\x1e\xdf\x0d\x3d\x11\x40\x54\x9f\xa5\x27\x22\xbc\xbc\x74\xe1\x37\x09\x5d\x11\xc0\x1c\xee\x55\x7a\x22\xc2\xd3\xaa\x4b\xc3\x52\x27\x03\x50\xf4\x71\x87\x4e\x06\xa0\xbe\x53\x52\x27\x03\x90\x21\xbd\xd3\x89\x00\x34\xcf\x4b\x84\x4e\x84\x78\x6f\x84\xf1\x87\x0e\x92\x87\xfb\x26\x52\x91\xca\x30\x69\x7a\x11\x2f\x0d\x5d\x06\x40\x7d\x17\x3b\x7d\x06\x40\xf3\x0e\x80\xd0\x67\x10\x5e\x4a\xba\x5c\x9b\x75\x07\x00\xe1\x01\x9e\xd0\x1d\x00\x64\x38\x8b\x74\x07\x84\x77\xb8\xbc\x56\xb0\x7c\x1d\x28\x26\x76\x85\x74\x3d\xfc\xf2\xde\x92\x8c\xca\xd7\x81\xf2\xce\x65\xf9\x3a\x90\x06\x47\x43\xbe\x1e\xe6\x2b\x2f\x67\xd6\xf7\xad\x2e\x2e\x23\x38\x99\xdf\x0c\x12\x76\xb1\x81\xac\x28\x2b\xf8\xae\x2d\x56\x15\x39\xc3\xc9\xa0\x4f\xf9\x3a\xb0\x8e\x57\x94\x8a\x9c\xe1\x58\xe3\x29\x5f\x07\x9a\x27\x4a\x52\xbe\x0e\x14\x43\xf8\x29\x5d\x4f\x2f\x8e\x59\xc3\x62\x4b\xd9\xda\xb3\x32\x91\x9c\x4a\x6c\x14\x0c\x2f\xa5\xd8\xc0\xe6\x3b\x5b\x24\xc5\x4e\x29\xb6\x0d\x90\x62\x03\xe9\x99\xf0\x94\x62\xa7\xe7\x52\x17\x3d\x95\x12\x6a\x20\x3d\x88\x9e\xf2\xe9\x94\x16\xeb\x3e\x4a\x69\x31\x90\x1e\x88\x4f\x69\x71\x1a\xc6\x5e\xf0\xd6\x94\xdd\x02\xe9\xe9\xf7\x94\xdd\xa6\xd7\x86\xf2\xdd\xc2\x4c\xe9\x6d\x56\x87\x07\x4d\x97\xca\x02\xd5\x2c\xf8\x34\x55\x38\xfd\xe2\x86\xa7\xcc\x52\x2a\x0b\xa4\x67\x56\x52\x2e\x9b\x86\xb1\xf9\x78\x61\xa6\xcc\x15\x48\xee\x65\xcf\x94\xb8\x02\xbb\x18\x0a\x91\xb9\x02\x65\x0d\x8b\x7d\x14\x69\x29\x2d\xdf\xf0\x28\x83\xba\x86\x2f\xb0\x0f\xa0\xae\xc3\x41\x24\x75\x05\x32\xc8\x5e\x48\x99\x2b\x50\xaa\xed\x94\xb9\xa6\xd9\xc3\x0b\x67\x6a\x4a\x5d\x81\xd4\x0d\x9b\x32\xd7\x6c\x6f\xdb\x7d\x81\x6d\xe7\x43\xf4\x11\x8a\x6c\x3b\xb7\xb8\x94\x03\x4b\x26\x65\x9b\x40\x7a\xba\x3e\x65\x9b\xc0\x2e\x46\xdb\x65\x9b\x40\x33\x7b\x26\x65\x9b\xc0\x26\x8b\x5b\x24\xd9\x04\xf6\x2f\x51\x87\x6c\x13\xc8\x57\x1d\x86\xc0\x81\x5d\x8c\x97\x4a\x40\x81\xaa\x9d\x9b\x12\x50\x20\x4c\xa6\x4d\x23\xe0\xc0\xfe\xa5\xc5\x9c\x40\x7c\x53\xde\xe3\xb4\x29\x27\xcd\xd0\xb9\xcc\x96\x92\x12\x50\x60\xd3\x61\x44\xf6\xfb\x86\xf5\x4a\xec\xf6\x30\x72\x5b\x94\xd9\xce\x0d\xd3\xb3\x20\x29\xfd\x04\xd2\xd0\x6d\x4a\x3f\x33\x6d\x53\xb1\x98\x6d\x4a\xbe\xc0\x0a\x07\x4a\x03\xd9\xc0\x2e\x46\xd3\xa5\xa4\x40\xea\x1d\x4f\x29\x29\xb0\x69\x34\x22\xdb\x94\x76\x1e\x56\x7f\xca\x13\x81\xe4\xde\xd3\x4c\x79\x22\x50\xca\x61\x4f\x19\x8f\x06\xa6\xc9\x80\x69\x3c\x3a\xbb\x3d\xc5\x06\x9e\x46\x9f\x81\x62\x0e\x75\xca\x30\x13\x3a\x59\x0e\x67\xb2\x74\x12\x68\xaf\x6e\xa5\x93\x40\x6b\xec\x06\x29\x9b\x04\xaa\x57\x17\xa4\x6c\x12\xc8\xf8\x1d\x9f\xeb\xc8\x94\x6b\x66\x5f\xbe\xde\x2a\xd9\x69\xa4\xf7\x6a\x4b\xa5\x61\x65\x60\x17\x63\xd1\x30\xae\x0c\xc4\x60\x4f\x49\x4f\xc3\x02\x19\x8e\x27\x23\xcd\x40\x35\xdd\x34\x8d\x34\xe7\xb0\x87\xfc\xa5\xfc\x33\x87\x73\x89\xe7\xcb\x2c\xd3\x18\xaf\xb3\x50\x66\x99\x30\x4b\xef\x94\xcb\x94\x59\x02\xe9\x9d\x0b\x29\xb3\x04\x9a\x39\xe8\x29\xb3\x04\xf6\x2f\xd1\xa9\xd4\x12\xd8\x7c\x1e\xd1\x5b\x35\x6f\x0d\xf4\xa7\xb2\xcd\x94\x6d\xb2\x5f\xa7\x6c\x13\xc8\x57\xf5\x92\x4d\xa0\x99\xc5\x91\x92\x4d\x20\x03\xa7\x5e\xca\x35\x81\xd6\xd4\xb6\x5c\x33\xc9\x01\x2e\x87\x93\x44\x62\x09\xd4\x5f\x7f\xa9\x36\x36\x64\x74\x4b\xa9\x8d\xc9\x3d\x5e\x6c\xfd\x69\x6c\x18\x28\xd3\xc5\x52\x42\x0a\x64\xbc\xd5\x57\x3f\xd3\x39\xe8\x8a\x21\xd5\x04\xd2\x83\x15\x29\xd5\x04\x76\x31\x7e\x2a\xd7\x04\xd2\x8b\x30\x52\xaa\x99\xcb\x11\xec\x02\x27\xaf\x04\xd2\xab\x2b\x52\x5e\x99\x84\x90\xcb\xe1\x8c\x33\x84\x0c\x94\x56\x15\xd9\xa8\xc5\x22\xe2\x2e\x2c\x89\xcc\xe5\xe0\x4b\x65\x36\x61\xe1\xbf\x79\x8b\xd9\xc5\x7c\x14\xc3\xdb\x0a\xfc\x3e\xa9\xb0\x7f\x49\x17\x1b\x42\x06\x32\xb0\xee\xd2\x10\x72\x9e\x76\x81\xb3\x5c\x7a\x08\x84\x67\xd6\x52\x7a\x98\xa7\x73\xc5\x6e\x37\x78\x0b\xcc\xc0\x88\x4a\xf9\x21\xb0\x8b\xf1\x52\x09\x22\x30\xa5\x3a\x29\x41\x04\x76\x31\x65\xd6\xf7\xe4\x7b\xd5\xd8\xac\x29\x41\x4c\x0f\x9d\x7a\x81\x48\xca\x06\x81\xf4\x06\x94\x94\x0d\x02\xd3\xc4\xbf\x94\x0c\x02\xf1\xbe\x53\x32\x08\xec\x87\xd1\x2a\xd9\x20\x90\xe1\x88\x37\xea\x0b\xec\x62\x3e\x4d\x7d\x70\xec\x74\x39\xbe\xe5\x8c\xc0\x2e\xe6\x4f\xed\xbe\x8b\xee\x53\x1f\x5e\xd4\x03\x94\xa2\x83\x34\xe5\x91\x40\x78\x61\x5e\xca\x23\x81\x5d\x0c\xed\x4a\x24\xf3\x72\x86\x5a\x0f\xf5\x61\x0a\xf1\xa1\x01\x26\xd3\x03\xd2\x5b\x40\x52\xa6\x07\x84\xc9\x69\x29\xd1\x03\xa6\x24\x28\x25\x7a\xc0\x9c\xee\xfd\x12\x3d\x60\x3f\x1f\x15\xc9\xf4\x80\x34\xa0\x97\x32\xbd\xbc\xed\xe4\xe1\xd3\x6c\xc1\xcd\xea\x37\xfd\xa5\x1d\xba\x61\x7a\xa5\x4d\xca\xeb\xf2\x63\x87\xe2\x32\x4d\x59\x1c\x90\x5e\xba\x92\xb2\xb8\x94\xc5\x39\xb9\x65\x71\x40\xab\x6e\x76\x06\x8c\x53\x62\xa7\x65\x28\xb1\x03\xf6\xf3\x69\xba\xcc\x0e\xc8\x70\xa8\x49\xec\xf2\xe3\x60\x9e\x3e\xcd\x46\x6d\x98\xaf\xd5\x2a\x4d\x03\x76\x31\xeb\x61\x3b\x3f\x84\xc1\xdd\xd8\xa4\x69\x29\x4d\xc3\xcb\x98\xd2\x34\x60\xff\x12\x75\x7c\xde\xb6\x3b\xf7\x10\xc9\xd3\x80\x5d\x0c\x45\xca\xd3\x80\x36\xb5\x3d\xe5\x69\xc0\x2e\x46\xdd\x0c\x19\x03\xcd\x04\x94\x34\x64\x0c\xa4\x47\x7b\x53\x36\x07\xa4\x37\xb8\xa4\x6c\x0e\xc8\xb0\x07\x64\x73\x40\x29\x87\xb6\xad\x74\x0e\xc8\x78\x5f\xe9\x48\xd8\xb0\x0e\xdb\x29\x9d\x03\xd2\x2b\x43\x52\x3a\x97\x0f\x46\x83\x43\x48\x36\x97\x8f\xda\x78\x6b\xa6\x36\x1e\xb4\x31\xdb\xef\xd8\xad\x0d\x07\x27\x6c\xaf\x1c\x0e\x01\xd9\x5e\x4a\xed\xb4\xfa\xa5\x76\xc0\x2e\xa6\x4c\x35\x70\xd0\x35\x6c\x9f\x91\x5e\x60\x1d\x0e\x6b\x23\xbd\x40\xc6\xf0\xf9\x6a\xe1\xeb\xbc\x74\x92\xc8\xf6\x80\x96\x5a\x03\xb2\x3d\x20\x63\x29\xb2\x7d\x04\x6c\xdf\x0c\x04\xbf\x06\x2b\x6c\xce\x87\xa8\x28\x62\xf0\xf3\xfc\x2e\xd9\xeb\xb0\xb8\x37\xbf\xaf\xcb\xe2\x80\x99\xac\xd1\x5d\x16\x07\xec\x62\xfe\x74\x2a\xa3\xd3\x96\xc5\x96\xa2\xc5\xb1\x8f\x86\xe8\x54\xe4\x39\x45\xac\xdc\x6e\x88\x15\xc8\x40\x69\xdd\x10\x2b\xb0\xf8\x50\x60\xfa\xd9\x6a\xa1\x98\x96\xee\x57\xab\x85\x18\xb0\x8a\x2e\xff\xeb\x30\xbb\x22\x83\xed\x32\x3b\x60\x7a\x04\xbc\xcb\xec\xba\x5f\x87\x7f\xab\x66\xa8\x14\x58\x4e\xdf\x6e\xa8\x14\x18\xde\x3b\xd2\x0d\x95\x02\x71\x54\xdf\x69\x33\xa1\x89\xa5\xb0\xe0\xfb\xa1\x6c\xa1\x9a\x74\xdd\xa5\x89\xc0\xd2\x63\xd4\x0d\x9e\x02\xfb\x97\xbe\xc0\x76\x16\xfb\xd3\x9a\xd9\xce\xc2\x78\xc5\x7d\xd2\xe5\x97\x9d\xb8\x68\xf1\x88\x5e\x37\x2e\xda\x25\x93\xc4\x0d\xba\x64\x12\x48\x3e\x5d\x97\x5d\x32\xd9\x21\x93\xa5\x90\x5a\xd4\x25\x93\x40\x7a\xa1\x51\x97\x4c\x02\xe5\xbd\x74\xa1\x1b\x19\x05\xa6\x6b\x7b\x97\x5f\xf6\xf7\xdc\x29\x6b\x52\x97\x4c\x02\x69\x86\x45\x97\x4c\x02\x99\x0e\x2b\xb9\x24\xb0\x5c\x8d\xbb\x5c\x12\x98\x1d\x8b\xa9\xcb\x25\x81\xe5\x5e\xdd\xe5\x92\xdd\x28\xa8\x6d\x92\x4b\x02\x85\x2b\xe0\xb3\x4b\x25\x81\x5d\x31\x1f\xa6\x36\x1a\xac\x8b\x45\xa4\x1b\x05\x05\x16\xdf\x42\xcd\x6e\x14\x14\x68\x7c\x59\x35\xbb\x84\x13\xd8\x0f\xa3\x49\x32\x4e\x60\x69\x1e\x74\x03\xa3\x40\xfe\xfa\x4b\xf5\xd3\x1c\x1b\xd5\xaa\x39\x36\x08\x8c\x6a\x6c\x74\xa9\x6a\xe7\xd8\x69\x29\x18\x64\x5d\x12\x0a\x14\xdd\xcc\x5d\x12\xda\x25\xa1\xc5\x11\x2f\x09\x05\x96\x37\x82\x75\x49\x28\x5f\x7e\xde\xc5\x50\xb7\xa1\x46\x20\xbd\xbd\xc2\x0f\x3f\x0b\x69\x2a\x49\x37\xff\x19\x88\x82\x35\xd3\xe5\x88\x3d\x55\x24\x36\x6b\x97\xea\x01\xe9\x06\xd0\x65\x7a\x3d\x1d\x56\x90\xf2\x2e\xaf\x03\x32\xa1\x20\xdd\x58\x22\x90\xe6\x29\x75\x63\x89\x40\xa6\x33\xd6\x58\x62\x97\x10\x7a\xb0\xbd\x4b\x08\x81\xf4\x58\x78\x97\x10\x02\x4b\xc3\xa5\xcb\x07\x7b\xba\xf4\x61\xb2\x76\xb3\x91\x81\xa5\xe1\xe2\xf7\xad\x85\x5d\x8c\x7a\x48\x08\x81\xf4\xba\xae\x6e\xc8\xb1\xcb\x11\x8b\x6b\x9f\x1c\x11\x48\x6f\xd8\xea\x72\x44\x60\x69\x92\x74\x39\x22\xb0\xbc\xf1\xa7\xcb\x11\x81\xfd\x30\x65\xaa\x83\x4b\x92\x0e\x17\x4d\x23\x8e\xdd\x8f\x19\x3a\x7b\xe4\x85\x40\x18\x10\xec\xf2\x42\x20\xbd\x7b\xab\x4b\x0b\x81\xa6\x7b\xb6\x4b\x0b\x7b\x77\x58\xa5\xc5\xec\xcf\x0d\x4b\xeb\xa0\x9b\x6e\x0c\xec\x62\xbc\xc0\x20\x27\x90\xde\xd6\xd2\x0d\x72\x02\x8b\x6f\xf1\x66\x37\xc8\x09\xec\x5f\xd2\x51\x46\x39\x81\x69\xfa\x56\x97\x64\x76\xaf\x44\x2a\x90\xa8\x6e\x94\x13\x28\xfa\xfa\xbb\x51\x4e\x60\x17\xa3\xf3\x24\xa3\xc0\x98\xeb\x77\x1c\xd4\xea\x72\x55\x60\x99\xe3\xd6\x4d\x47\xee\xd2\x57\x2f\x8e\xed\xd2\xd7\x3e\x1c\x4f\xea\x41\x75\x49\x42\xf9\x06\x56\x76\x49\x28\xb0\xb4\xa1\xbb\x24\xb4\x93\x67\x5c\xf8\x6c\x55\x76\xc9\x24\x90\xa6\x66\x74\xe3\x96\x40\xa6\x5b\x8c\xf4\x12\x98\x1e\x98\xef\xd2\xcb\x3e\x1d\xea\xef\x0b\xec\xc9\xe9\x4e\x41\xd5\x8c\x5b\x02\xbb\x18\xea\x32\x6e\x09\x14\xa3\xc9\x5d\x32\x09\x34\x93\x6a\xba\x64\xb2\x2f\x77\x0a\x87\xa2\x11\x49\x20\xbd\xd1\xac\x4b\x1c\x81\x5d\x8c\x31\x20\x73\x04\x96\xa6\x59\x37\x22\xd9\x97\xdb\x82\xbb\x98\xcc\x11\x98\x5e\x3f\xdc\x65\x8e\xfd\xf4\xa5\x6e\xa6\x06\x11\x81\xa6\xf3\xba\x1b\x44\xec\xa7\xe3\x02\xe3\xac\x1b\x31\x04\x96\x4c\xa9\x4b\x09\xbb\x9f\x4e\x28\xee\x89\x72\x42\x60\x1a\x79\xe8\x86\x0c\xbb\xc4\xae\x38\x9b\x24\x76\xc0\x32\x35\xa3\x4b\xec\x80\x4c\x77\x70\x23\x7f\xfd\xb2\xba\x18\x51\x5d\x16\x07\x2c\xbe\x25\x9c\x5d\x16\x07\xcc\x6e\x35\x24\x71\xc0\xde\x4c\x69\x95\x2c\x0e\x58\x5a\xcc\x5d\x12\x07\x34\x6f\x3e\xeb\x92\xb8\xce\x3d\x41\xa5\xba\x14\x4a\xc5\x80\xfa\xb6\x53\x26\xd6\xfd\x9c\x42\x75\x95\x36\x58\x07\x2c\x19\x44\x37\x5a\x07\x2c\xd9\x42\x37\x5a\x07\xcc\x8e\x1b\xa7\x1b\xad\xeb\x44\xe6\x8a\x37\x2a\x74\x09\x1b\x30\x8d\x61\x77\x09\x5b\x27\x9d\xb7\x54\xd7\x77\xe9\x19\xb0\x4c\x74\xef\xb2\x33\x60\x99\x2d\xd7\x65\x67\x40\xf5\x46\x85\x6e\x3a\x6f\x97\xb0\x79\x57\x7c\x97\xb0\x01\xcb\xa0\x5e\x37\x34\xd7\x65\x67\x1e\x53\xe8\xb2\x33\x60\xbe\x2f\x90\x9d\x75\xbf\x05\x58\x9d\x68\x72\x31\x20\xbd\x71\xa9\xcb\xc5\x3a\x11\xb5\x52\xed\x64\x89\x17\x90\x5e\xc6\xd7\x0d\x99\x75\xb9\x58\x7d\x65\x36\xe1\xe3\x51\x2a\x5f\x6a\x13\x36\xb4\x77\x26\x4b\xc5\x80\xfd\x4b\x8b\xbd\x4d\x60\x3f\x75\x45\x93\x8b\x01\x55\xef\x5d\x97\x8a\x01\xe1\xd1\xd6\x2e\x15\x03\xa2\xba\x14\xc9\xc4\x80\x4c\x1f\x2f\x13\x03\xda\x70\xa4\x49\xc4\x80\xf2\x5e\x14\xdd\x65\x62\x40\x31\xe8\xd2\x65\x62\x9d\x1b\x84\x4a\xd5\x08\x91\x2a\x01\x99\xaf\xc8\x36\x3d\xb6\x09\x77\x73\x97\x3e\x01\xd1\x70\x52\x74\x83\x61\xfd\x71\x44\x12\x50\xe9\xf2\x23\xa0\x86\x4b\x80\xe9\xb2\x40\x31\xf1\xa4\xcb\x98\xfa\xd7\xea\x6a\xd2\x48\x99\x80\xe6\xd1\xbb\x2e\x63\x02\x32\x6d\x94\x8c\xa9\x73\xc1\x6b\xe1\x53\x3d\xd9\x4d\x7b\x05\xd2\x1b\x0c\xbb\x61\x34\xa0\x78\x29\x79\x37\x8c\xd6\x65\x51\x7c\xaa\x27\xbb\x2c\xaa\x7b\xc7\x8f\x2b\xa2\x2c\x0a\x68\xef\xd4\x96\x45\x01\x29\xd7\x1a\x92\xa8\x41\x3a\x6b\xf1\xaa\x9e\x61\x3a\xeb\xf0\x0b\xfb\x69\xb1\x50\xc4\x80\xc4\xcd\x3a\x0c\x8f\x0d\x89\x95\xf7\x06\x0c\x89\x15\x10\xde\x4e\x36\x24\x56\xc0\x92\xac\x0e\x79\x15\xd0\xf8\x94\x5a\x0e\x79\x15\x90\x5e\x4f\x3f\xe4\x55\x40\x7a\x1c\x7d\x98\xcd\x3a\xfc\xaa\x02\x76\xf2\x90\x69\x01\xbb\x16\xca\x3e\xca\x3e\xdc\x24\xec\x2f\x51\xc6\xe0\x76\xd7\x52\x31\x03\x87\x21\x33\x60\xf2\xe5\xca\x1c\x66\xa5\x02\x93\x8f\xcd\xe5\x90\x6a\x0d\x79\x55\xcd\xdf\x11\xb6\x1e\xd2\x2e\x60\xe6\xfb\x60\xb5\x50\x5c\x7f\x52\x99\x6a\xd8\x30\xf3\x7d\x99\x6a\x28\xae\x2c\x18\x54\x43\x92\x05\xa4\xa7\x7b\x86\x24\x6b\x70\x47\x6c\x31\x99\x67\xc8\xa8\x80\xd6\xb1\xa8\x86\x8c\x6a\xc8\xa8\xf8\x58\x4e\x0e\x19\x15\xd0\xcc\x34\x1d\x32\xaa\x51\xad\x1b\x36\xc2\x90\x2b\x01\xd1\xe0\x15\x43\xaa\x04\xa4\xc7\x86\x87\x54\x09\x48\x4f\x25\x0e\x43\x71\x43\xf6\x54\xd9\xec\x86\xec\x09\xc8\xc3\xce\x95\x3d\x01\xc5\x94\xc0\x21\x7b\x1a\x95\x78\x2e\x33\x69\x48\x95\x86\x37\xf4\xb0\x5a\x0e\xa9\xd2\x68\x6f\x9b\x68\x80\xc4\x08\xc8\x83\xd9\x3b\xe4\x45\xa3\x39\xbb\xb0\x41\x86\x5c\x06\xc8\xa3\xf9\x34\x1b\x00\x97\x31\x89\x77\x48\x65\x80\xd4\x6b\x3f\xa4\x32\xc3\x10\x1b\x1f\xfb\xc9\x61\x88\x0d\xa8\xfa\x6f\x87\xec\x06\xd8\xc5\x68\xba\xf4\x06\x08\xef\x3a\x1a\xb2\x1b\x60\x17\xa3\x05\xd2\x1b\x20\xf5\xdb\x0f\x43\x6c\x23\x5c\xef\xd9\x51\x86\x91\x32\xa0\x1a\x6a\x1e\x26\x6f\x8e\x70\xbd\x67\xe7\x1c\x46\xca\x80\xd2\xab\xc5\x6c\x95\xfc\x89\xef\x54\xe5\x90\x3f\x01\x79\xbc\xc5\xec\x16\x6e\xc9\xc9\xb7\x94\x0d\x0d\x3e\xaf\x6f\x7f\xca\x9f\x80\x62\xb4\x75\x18\x63\x1b\x7e\xad\x8f\xc5\x66\x18\x63\x03\xaa\x89\x58\xc3\x0c\xcf\x21\xa3\xaa\xec\xe9\x43\x46\x05\x54\xb3\x32\x86\x8c\x6a\xa4\x6d\x72\x02\xcb\x9f\x80\x2a\xff\x1b\xa6\x62\x02\x2d\x97\x2f\xb0\x49\xe9\x48\x43\xb5\x32\x2a\x60\xbd\x85\x6c\x51\xfa\xbd\x28\xab\x6f\x8b\xe0\x58\xde\x7c\x33\xa4\x58\x40\x78\x61\xd4\x90\x62\x01\xed\x70\x75\x93\x61\x0d\xe9\x94\x8e\xd4\x21\x9d\x02\xaa\xb1\xdc\x21\x9d\x02\x76\x31\x14\x2b\x9f\x02\x9a\x9f\xbd\x18\xf2\xa9\x21\x9f\xaa\xaf\x4c\x65\x6c\xc8\xe3\x7d\x9a\x03\xb9\x33\x90\xdf\x7a\xa8\x9e\x0d\xed\x9d\x89\xf2\x29\x20\x0f\x17\x76\xf9\x14\xb0\x9f\xef\xc3\xd4\x0f\x71\x36\x43\x29\xc3\x38\xdb\x90\x63\x55\xd7\x12\x39\x16\xd0\x0c\x46\x0f\x39\xd6\x18\x4e\x45\x4c\xcc\x21\x7b\x02\xd2\x33\xf7\x43\xf2\x34\x64\x4a\x8d\x5d\x7e\xc8\x94\x80\xf4\x68\xf1\x90\x29\x0d\x4f\x66\xba\xe2\x48\x94\x86\x1c\x87\x8f\xfe\xe4\x90\xe3\x00\x69\x80\x68\x18\xa2\x03\xd2\xd0\xd2\x90\xf6\x0c\x52\x38\xdf\xcb\xf2\x86\x51\x35\xa0\x98\xf3\x3b\x8c\xaa\x01\xd5\x78\xd6\x30\xaa\x06\x54\xaf\x71\x1a\x12\x21\x20\x8d\x70\x0d\x89\x10\x90\x87\x13\x51\x22\x34\xa6\x95\x2d\x16\xb3\xb2\x7c\x8e\xde\xec\x85\x21\x11\x02\xd2\x28\xd2\x90\x08\x8d\x65\x65\xb1\x9f\x86\x81\x30\xa0\xea\x77\x19\x32\x1c\x20\x0f\xd7\x7c\x19\xce\x58\xbe\x13\x9b\x70\x78\x22\x12\x28\x5e\x06\x3a\x0c\x70\x0d\xae\xaf\x79\x63\x63\xc3\x38\x15\x90\xef\x1e\xef\x51\x47\x20\x0f\x8c\x94\xe1\x49\x47\xa0\x78\x3c\x74\xc8\x79\x80\x68\xce\x1e\x39\x0f\x90\xde\x8a\x32\x4c\x9c\x1c\xd2\x20\x0f\xda\x0e\x69\x10\x50\xe5\xfc\x43\x1a\x04\xe4\xe1\x36\x20\x0b\x02\xf6\x2f\xd1\x90\x34\x08\x48\xe3\xda\xc3\x60\x19\xb0\x8b\x59\x0f\x9b\x4e\xb4\x2c\xc6\xef\x20\xd6\xc3\x58\x1a\x50\xde\xab\xf3\x86\xc1\xb4\xe1\x6d\x39\xb8\x5b\x86\x94\x0b\xa8\x26\x93\x0d\x29\xd7\xb8\xec\x34\xb7\x2b\x03\x67\x40\x1a\xfa\x1b\x52\x2e\x60\x17\x43\x83\x72\x2e\x20\x0f\x22\xb2\x43\xce\x35\x48\xa3\xfc\x75\x70\xca\xa6\x80\xd4\x1b\x37\x8c\x88\x8d\xdb\x97\x3a\xa7\xe5\x44\x40\x19\x2e\xa9\x72\x22\x40\x56\x3a\x8c\x6a\x8d\x5b\x6d\xd9\x45\xb2\x18\xa0\x7a\x6f\xcd\x90\xc4\x0c\x4e\x20\xbe\x17\xcf\x0d\xc3\x4e\xc0\xaf\x36\x84\x61\x27\x20\xfd\x6c\xd5\x30\x9d\x70\x7c\xac\x99\xfb\xa1\xc4\x06\x48\x1d\x9d\xc3\xb0\xd3\x90\xeb\x78\x45\xc9\x90\xeb\x00\xed\x55\x87\x5c\x07\x48\xef\xb5\x1c\x86\x9d\xc6\x47\x0d\xbd\x4f\x53\x43\x1f\x35\xe4\x3b\xd5\xd0\x87\x91\xf2\x3e\xdf\x91\x42\xc2\xe0\x81\xa3\x64\xc8\x7e\x86\x54\xc7\x9b\x6f\x86\x54\x07\x48\xbd\x22\x43\xaa\x33\x0c\x3b\xe9\x66\x1f\x72\x1d\x20\x4c\x9e\x18\x72\x9d\x61\xd8\xc9\x29\x2d\xd7\x01\x96\x19\x4f\x43\xae\x33\x9e\xb7\xe9\xe8\x56\x62\x03\xe4\xf1\x8a\x6c\xba\x8c\xc5\x33\x79\x43\xc6\x02\xa4\xc1\x95\x21\x63\x19\xc6\x80\x3c\x7a\x31\x8c\x01\x01\xa9\x9b\x61\x48\x62\x86\xf4\xc4\x33\x15\x43\x7a\x02\xa4\xb4\x77\x48\x4f\xc6\xb7\x5b\x8c\x37\x18\xbe\x01\xa6\xd7\x2e\x0f\xc3\x37\x40\x1a\xca\x1d\x32\x16\xa0\x9a\x75\x36\x64\x2c\x40\x7d\xf5\x2d\x63\x19\x32\x16\x2f\x7e\x1b\x32\x16\x20\x75\x53\x0f\x19\xcb\x30\xc8\xa3\x71\x3a\xe5\x27\x40\xea\x75\x9c\x06\x79\x80\x52\x4c\xc6\x9f\x46\x79\x80\xe6\x75\xac\x53\x16\x33\x39\x81\x57\x4c\x48\x9f\x72\x16\x60\xaa\xf0\x29\x65\x01\x4a\x32\x33\xa6\x94\x05\x48\xcf\xc4\x4e\x29\xcb\xe4\xc2\xd1\x62\x76\xd0\x94\xa0\x00\x53\x36\x32\x25\x28\x40\xea\xbe\x9d\x12\x94\x29\x41\x31\x6f\x7d\x4a\x50\xa6\x77\x90\x0e\xdf\x49\xdb\x27\x17\x8e\x96\xe6\x4b\x4d\xf3\x03\x9a\xf1\x8a\x29\x67\x99\xe5\x6d\x14\x2d\x30\xf2\x03\x14\x79\xc4\x94\x81\x4c\x03\x3f\x6c\x1f\x53\x06\x32\xb9\xfa\xa6\x98\x45\x3e\xa5\x1b\x40\xea\x95\x9b\x5e\x7d\x33\x39\x10\x57\xe2\xfd\xa9\xd5\x2d\x38\xa5\x55\x6e\x79\xab\xcb\xf5\x5e\xef\x3b\xbf\x8a\xfc\xdc\x36\x7b\xee\x94\x81\x00\x69\x80\x68\x9a\x33\x38\xcd\x19\x6c\x96\xb2\x51\x5c\x2f\x5a\x0c\xa7\x4f\x49\x09\x50\xcc\xb8\x9b\x86\x79\x26\xc9\x80\xc5\x23\x29\x53\x06\x02\x54\x2f\x2e\x9a\x32\x90\xc9\xed\x9f\xc5\x2c\xe9\x69\x18\x06\x98\x9e\xdf\x9b\x72\x0b\x20\x8a\xed\x94\x5b\x00\xc3\xd3\xf9\xd3\x30\xcc\x34\xe6\x62\xd2\xfe\x94\x5b\x00\xc3\x3b\x30\xa6\x31\x17\xa0\x78\xe5\xff\x34\xe6\x32\xc3\x5f\xb2\x37\x4f\x73\xe4\x80\xd4\xab\x3e\xcd\x91\x9b\xda\xef\x66\x3d\x4e\xed\x77\x60\xea\xb3\x9d\xda\xef\xc0\x32\x9d\x6c\x6a\xbe\x03\xcd\x8b\xc6\xa7\xe6\x3b\xd0\xf3\xfd\xa1\x1d\x65\x8e\x9c\x99\x74\x53\xfb\x1d\x58\x5e\x81\x3b\xb5\xdf\x81\x5d\x8c\xda\x6a\xc0\x03\xed\x6d\x94\x06\x3c\xb0\xcc\x18\x9c\xa6\xcd\x4d\x83\x29\xa6\x0c\x4e\x83\x29\x40\xf3\xd4\xd1\x34\x98\x32\x35\xfd\xcd\x9b\x9b\x9a\xfe\xc0\xcc\x91\xbf\xbd\x5f\x4f\x99\x01\xd0\xcc\xee\x9b\xc6\x5a\xa6\x29\x74\xa6\xf7\x4d\x2d\x7c\xa0\x49\x33\xa6\x16\xfe\x34\x3c\xa2\x3f\x67\x6a\xbc\x03\xd3\x0b\xac\xa7\xe1\x91\xa9\x3d\xff\x8e\x3b\xed\x79\x60\x99\xc5\x38\xb5\xe7\x81\x34\xd2\x37\x35\xe7\x27\x37\xa8\xf8\x59\xf3\x9c\x9a\xe0\x40\xf3\xdc\xe5\xd4\x04\x07\xd2\xa8\xff\xd4\x02\x9f\xe6\xb0\x99\xe8\x32\x0d\x2f\x4c\xef\x9e\x54\xd1\xda\xcc\x73\x38\x81\xed\x70\x03\x03\xc0\xf4\xe0\xc9\x34\x30\x30\xcd\x4e\x33\x5f\x6a\x9a\x9d\x06\xa4\x89\x79\xd3\xec\xb4\x69\x60\xc0\x44\x94\x69\x60\x00\x48\xfd\xc3\xd3\xc0\x00\x90\x46\x90\xa7\x76\x34\xb0\x7f\x69\x31\xd5\x86\x21\x5d\xdf\x87\xa9\x35\x43\x0a\x26\xa2\x4c\x2d\x69\xa0\xfd\xfa\x4e\x5b\x35\x6d\x95\x6b\x90\xc9\x68\x40\xea\x0c\x9e\x26\xa3\x01\x63\xbe\xbf\x54\xb9\x9a\xcd\xa6\x5e\x4c\xcd\x66\xa0\x35\x7c\x14\x53\xb3\x19\xa8\x06\x13\xa7\x66\xf3\xd4\xe3\x6f\x76\xcd\xd4\xe3\x0f\xb4\xd2\x7c\x98\xef\x5c\x18\x0e\xd3\x5f\xbe\xef\x84\x46\x7b\xfd\xf5\xd4\xba\x06\xa6\xe7\x33\xa7\xe9\x63\xc0\x2e\x46\x0b\xcc\x1f\x03\x22\x5c\x82\x4c\x1f\x03\xe2\x9d\xd4\x9a\xe5\xd3\xb8\x80\x39\x07\x53\x8b\x18\xa8\x5e\x07\x35\x35\x88\x81\xe2\x07\x16\xa6\x06\xf1\x34\x54\x60\x40\x7a\x6a\xb7\x02\x63\x39\xd1\xb5\x5b\xa7\x71\x01\x43\xd9\x53\x23\x15\x18\x9e\x21\x99\xda\xa8\xf3\x7a\xb3\xf7\x79\xa9\x89\x56\xc0\x7c\x5b\xa0\x77\x1f\xc8\x03\x62\x31\xf5\xee\x03\xfb\x97\xb4\xca\x13\x3b\xc0\xf4\x1e\x80\x69\xee\xd5\xbc\x35\x9a\xb0\xa9\xa7\x1e\xff\x79\xbf\x07\xef\x10\xd9\xa1\xba\xf7\x8d\xeb\x4c\xdd\xfb\x40\xea\x81\x9e\xba\xf7\x81\x5d\x8c\x96\x9a\x90\x05\xcc\x4c\x9f\xa6\x26\xf5\xc8\xeb\xcf\x9e\x7a\xe4\x81\x34\x81\x74\x6a\xb8\x02\xdb\xa0\xe3\x69\x5a\xae\xc0\xec\xce\x0d\x0d\x57\x60\x17\xf3\x69\xd6\x8d\x8c\x29\xaf\x25\x99\x5a\xae\x53\xcb\xd5\x2f\xc9\xcc\xcf\x5b\x11\x3e\x70\xe5\x2e\xae\xe5\x0a\x4c\x3e\x51\x9f\x53\xcb\x15\x58\x7e\x67\x68\x6a\xb9\xce\x8f\xda\x75\x51\xd6\x4c\x05\xa6\x57\xbe\x4f\xad\x54\x60\x56\xdb\xae\x95\x0a\x2c\x09\xfc\xd4\x4a\x05\x4a\xf1\xbb\x2b\x53\x33\x15\x98\xcb\x9a\xe9\x92\x9f\x5a\xae\x7e\x51\x65\x6a\xb9\x02\x4d\xf7\xfb\xd4\x72\x9d\xcf\xb4\x18\x03\xd0\x1c\x27\x60\x78\xc2\x70\x9a\xe3\x34\xf5\xdc\xf3\x61\xe3\x9c\x7a\xee\x81\x66\x7a\xe1\xd4\x73\x0f\x34\xfd\xea\x53\x33\x18\xd8\xbf\xf4\xa5\xb6\x9d\xef\xb0\xe9\xea\x9a\x9a\xc1\xc0\x9c\x6e\xb2\x9a\xc1\x40\x6b\xaf\xc8\xb6\x7f\xed\xe3\x50\x66\x43\xbf\x1e\x79\x53\x64\x3b\xbf\xf0\xd8\x74\xdb\xd0\x73\x0f\x14\x0f\x99\x4c\x8d\xe5\xa9\x33\xff\xb5\x22\x35\x8d\x81\x78\x77\x71\x4d\x63\x60\x7a\x64\x65\x6a\x1a\x4f\x4d\x63\x73\x91\xa6\xa6\x31\x30\x25\xff\x53\xd3\x78\x6a\x1a\x3b\xe3\x97\xa6\xf1\xd2\x0e\x4e\x3c\x02\x4b\x3b\x18\xc8\x0e\x73\x5a\xda\xc1\x40\x29\xf9\xca\x42\x59\x90\x2c\x5b\x10\xa5\x22\xa7\x50\x57\x36\x94\x79\x83\xe2\x40\x34\x15\x59\xdf\xfe\x3b\x32\xcd\x96\xd6\x2e\x50\xbc\x9d\x61\x69\xed\x02\xfb\x29\x56\xfd\xab\x8c\x0b\x2d\x89\x31\x2e\x53\x9f\x56\x79\xab\xae\xcc\xaa\x17\xbe\xcb\x9f\x8a\xac\xfa\x86\xf6\xab\xa8\x2b\xea\x3f\x7f\x34\xf3\xa8\x96\x06\xf0\xd2\x00\xf6\x63\x24\x4b\x03\x18\x08\xc3\x71\x4b\x03\x18\x28\x9a\x55\xcb\xcc\xa7\xa5\x57\xde\x0f\x90\x2c\xbd\xf2\x40\x18\xfe\x5f\x9a\xc9\x4b\xaf\xbc\x86\xf8\xd2\x28\x06\x8a\xdf\xa9\x5c\xda\xc4\xab\xda\x6d\x8c\xc6\xa5\x05\x0c\xcc\xb7\x3f\x74\xd4\x2f\x8d\x62\xbf\x36\xb2\x34\x8a\x81\xec\x36\x54\xa3\x18\x48\x6f\xd9\x5e\xde\x12\xb1\x4c\x87\xf2\xd3\x22\xcb\x74\x28\xa0\xe8\x7b\x59\xba\xf8\x97\xe9\x50\x7e\x5a\x64\xe9\xe3\x07\x5a\x0f\x9f\xa6\x3e\x36\xb4\x5f\x4b\xa9\x0f\x7c\xfc\xde\xca\xbc\x74\xf1\x03\xfb\x61\x28\x57\x1f\xff\xf2\x66\xfe\xb7\xed\xf6\x3b\x17\x49\x9a\x1c\xb6\x34\xcd\x81\xe2\xc5\xdb\x4b\xd3\x1c\xd8\x0f\x0b\x64\x45\x99\x77\x33\xa2\x0d\x6d\xf3\xd5\x5e\x0d\xd1\x2d\xda\xe6\x40\xf3\xf0\xc4\xd2\x36\x5f\xed\x55\x07\x8d\x32\xfb\x09\x88\x82\x81\xba\x4c\x7e\x02\xaa\xdf\x48\x5d\x06\x0c\x80\x5a\x8a\xcf\x57\x1b\xcd\xd1\xe1\xf3\xd5\x86\xe7\x74\xd2\x81\x6b\xc4\x00\x48\xdd\xbd\xcb\x73\x3a\xcb\x20\x42\xbe\x2d\x50\x1d\x8d\x95\xdb\x41\x64\x10\x61\x99\x0f\x65\xf0\x6a\x19\x31\x00\x52\xaf\xf0\x32\x60\xb0\x0c\x18\xb0\x44\x2c\x03\x06\x4b\xc2\xe1\x57\x5b\x96\x84\x63\xf9\xa5\x3a\xbb\x5d\xc2\xb1\x8c\x2b\xe4\xf2\xa7\xaa\x83\x3b\x28\xe5\x81\xcb\xb8\x02\x50\xdf\x99\xe1\x99\x1c\xa0\x74\x67\x81\x4c\x05\xd8\x0f\xb3\x6a\xea\x83\x50\xc3\x3b\x22\xa5\x2a\x2b\xde\xb6\x2b\xb3\xed\xc4\x15\x24\x1c\x2b\xde\xb6\x6f\x7b\xa8\x3b\xdb\xe5\x25\x2b\x5f\x75\x28\x53\x1d\xf0\x92\x03\x1b\x6c\xc9\x4b\x96\x24\xc4\x3b\x5b\x96\x24\x64\xf9\x89\x67\xd7\x33\x49\x08\x90\xfa\xb5\x97\x67\x77\x80\x6a\x8e\xc8\x92\x96\x00\xcd\xef\xb0\x2d\x79\x07\x90\xed\x7d\xbc\xda\x30\x48\xd1\x0f\xab\xa1\x3a\x36\x64\x7d\x2b\xab\x36\xcc\xde\xf2\x1b\x36\xcb\xd0\x02\x50\x4c\xb3\x5d\x86\x16\x96\xf4\xc4\x0f\xb2\x2c\xe9\x09\xd0\x4c\x42\x59\xd2\x93\xc5\x15\xfd\xc5\xb4\xea\x25\x17\x01\x96\xab\x9a\x54\x64\x71\xe7\x63\xf1\xeb\x28\xcb\x98\x01\xb0\xf4\x6a\x2e\x63\x06\xc0\xf0\x1e\x88\x25\x61\x59\x9e\xcd\xf1\x06\xac\x25\x63\x01\xe6\x3b\x86\x64\x2c\x40\x79\x3f\xfd\xb3\x0c\x1a\x2c\x6f\xe8\x6f\xd6\xd6\xfe\x34\x40\xe0\xa7\x50\x96\x01\x02\xa0\x7a\x62\x7f\x19\x20\x00\xaa\x77\x09\x2c\xe9\xcf\x32\x66\xe0\x77\x49\x96\xfc\x07\xa8\xde\x9e\xb4\x8c\x19\x2c\xb3\xab\xba\xeb\xa6\x41\x03\xa0\x96\xf0\x97\xb6\x7d\x43\xf3\x93\x56\x4b\x96\xb4\xb8\x30\xa2\xf8\x45\x93\x65\xd0\x00\x28\x7e\xc9\x72\x49\x9c\x16\x37\xf4\x17\xbf\x68\xb2\xa4\x44\x40\x97\x03\x2f\x29\x11\xd0\x2a\x2e\xb5\x25\x23\x02\xba\x3e\x93\x25\x23\x02\x9a\x77\x0f\x2f\x09\x11\xb0\x9f\xaf\xcc\x76\x4e\xbe\x59\x65\xcd\x8c\x2d\x00\xc5\xab\xb5\x97\x49\x56\x40\x1d\x0e\x2b\x69\x13\xb0\x1f\xc6\xe0\x90\x37\x01\xad\x46\xfc\x8e\xdd\x5a\x5a\xb5\xfc\xfa\x9c\x81\xaf\x65\x84\x02\xe8\x32\xe0\x65\xa6\xd6\x92\x7d\x75\x1c\xfc\x4b\xf6\x05\x14\x0f\x28\x2f\xd9\x17\x50\x0b\x34\x62\xc9\xbe\x96\x57\x42\x7a\x63\xec\x32\x07\x0b\x88\x82\x25\xbd\xbc\x15\x02\xe8\x5e\x71\xbe\x3c\xe2\xb3\xe4\x6d\x9d\xf0\xde\x92\xb7\x01\xd5\xef\x86\x2c\x79\xdb\x5a\x6f\x0b\xd0\x83\x8c\x0c\x98\x5e\x03\xb4\xd6\xdb\x82\x87\x17\xf8\x4e\x07\xac\x39\x5e\x26\x9b\x2d\xe3\x1d\x40\xf7\x8c\xe1\x32\xde\x01\x74\xbf\x10\xb0\x8c\x77\x00\xcd\x3b\xd2\x97\xe1\x8e\x25\x95\xf3\x0a\x88\x25\x95\x03\x7e\xd5\xad\x54\x6e\x6d\xfa\xd6\x3d\xa0\xb7\x8c\x63\x00\xdd\xcb\xf0\x96\x81\x8a\x25\xbb\xeb\x61\x31\x1b\x40\x54\xc2\x6b\x86\xd6\xf9\x36\xe0\xcb\x2f\x29\x65\x22\xd8\x32\x50\xe1\x37\x42\x96\x81\x0a\xa0\x4b\x3c\x97\x1c\x70\x79\x00\xc7\xdc\xaa\x65\xb8\x01\xa8\x7e\xd9\x62\x79\x00\x67\xc9\x0b\xfd\x36\xc7\x92\x17\x02\x4d\xa7\xea\x92\x17\x2e\x49\xe0\x6b\xa9\x48\x02\x81\xee\xfd\x8f\x4b\x12\xb8\x6e\x87\x82\x6b\xb4\x54\x0e\xa8\xe6\x3a\x2e\x99\xdc\xf2\x92\x45\xbf\xa5\xbf\x4c\xcb\x02\xba\x89\xdb\xcb\x80\x06\xd0\x3c\xe5\xbe\x0c\x68\xac\xdb\xd5\xd7\x8d\xde\x50\x05\x50\xbd\x7a\x75\xc9\x01\x81\x32\xad\x9a\x1c\x10\xe8\x9e\xfc\x5c\x52\x40\x20\x64\x50\x4b\x0a\x08\x34\x53\x48\x96\x0c\x70\x99\xa7\xf5\x6e\x93\xe6\x69\x01\xfd\xc0\x89\xb8\x64\x80\x40\x37\xd8\xb6\x64\x80\xcb\xd4\x2d\x2f\x66\x5b\x52\x40\x20\x8a\xbb\xa4\x14\x70\x79\x8c\xc6\x5b\xc0\x96\xb9\x5b\x40\x7d\xed\x19\xe3\x19\x40\xf7\xc8\xe8\x92\x28\x2e\x0f\xbe\xbc\x86\x9b\xe4\x0e\xe8\x86\xd6\x96\xdc\x0e\x28\xa5\x6b\x7e\x49\xee\x80\xaa\xdf\x63\x79\xf2\x65\x79\xcc\x45\x4a\xbc\x3c\xe6\x02\x44\x79\x5f\x60\xab\x1e\xab\xab\xf9\x25\xb9\x03\xaa\x01\x8d\x25\xb9\x5b\x32\x28\xbf\x81\xb6\x64\x50\x40\xd7\x6d\xb5\x64\x50\xcb\x5b\x05\x4c\x19\x5b\x52\x28\x20\x4c\x8c\x5b\xde\x2a\xb0\xb8\x2f\xa0\xbc\xcb\xa3\xc9\x4f\x40\x38\x83\x4e\x19\x14\xb0\x8b\x75\x64\x45\x19\xb7\x12\x33\x72\x4f\x49\xd5\x69\x8e\x94\xdf\x95\x38\x65\x55\x40\x1b\x55\x51\x28\x32\x74\xac\x28\x15\x75\x5a\x50\x10\x0d\x45\x83\x84\xc8\x8a\x68\x2a\x72\x2c\x04\xa2\xa5\xc8\xa6\x5b\x8b\x53\xd1\x65\x2d\x6c\xc0\xad\xec\xa6\x98\x22\x14\x79\x1a\x48\xf0\x9c\xc6\x69\x20\x01\xe8\x26\xe0\x9c\x06\x12\x80\x5d\x8c\x97\x9a\xfd\x04\x74\xf3\x68\x4e\xd9\xd6\x69\xde\x92\xb7\x74\x9f\xe6\x2d\x01\xd5\xfb\x5e\x4f\x79\xd4\x29\x43\x1a\x8c\xf0\x53\x86\x04\x54\x59\xd9\x59\xde\xba\xd9\x2d\xd5\x8a\x7c\x95\x71\x6b\x8d\x2d\x95\x21\x9d\x7e\x81\x8c\xe9\x7e\x1a\x35\x38\x4d\x65\x32\xb7\xfa\x94\x21\x01\xdd\x9c\x87\x53\x82\x04\xec\x62\x74\xa8\x0c\x09\x78\x99\xc9\x29\x43\x3a\xa5\x3e\x6f\xef\x49\x7d\x80\xea\x3d\xd9\xa7\xd4\xe7\x94\x87\x78\x2c\xf9\x94\x87\x00\x61\x32\xc3\x29\x0f\x01\xfa\xf1\x96\xb2\x6a\x52\x13\x6f\xd8\x3d\xa5\x26\x40\x37\x7f\xea\x94\x9a\x00\xbb\x18\x2d\x35\x6e\x00\xb4\xf2\x7b\x3e\x64\x7d\x4a\x66\x4e\x09\x88\xd7\x6d\x9f\x12\x10\xa0\x1f\xaf\x48\xe5\x9b\x9e\xe4\xbd\xf8\xa7\xe9\x49\x40\x37\x25\xea\x94\x6c\x00\xd3\x0c\xb4\x53\xb2\x71\x7a\x8e\xdf\x3b\xcc\x4f\xcf\xf1\x03\xed\x78\x1f\x66\x3d\x3c\xc7\xef\xa7\xd8\x4e\x39\x03\xd0\xbc\xa4\xfc\x94\x33\x00\xdd\x00\xd0\x29\x65\x38\x3d\x67\xef\xd7\x21\x4e\x6d\x75\xa0\x9b\xca\x73\x6a\xab\x9f\x9a\xdc\x7e\x22\xe1\xd4\xe4\x06\xaa\xf9\x20\xa7\x26\xf7\xa9\x2d\xed\x05\x0e\xa7\xb6\x34\xd0\x4d\xb0\x3a\xb5\xa5\x4f\x73\x72\x5c\xbc\x4f\x2d\x67\x60\x78\xd1\xcb\x69\x4e\x0e\xd0\x4d\x4b\x3b\x4d\xc9\x39\x3d\xe8\x3e\x86\x2f\xb0\x1e\x1c\x74\xf7\xe8\xf8\xd9\xdf\x7a\xdc\x16\xa3\x13\xb4\x9c\x81\xe5\x15\xaf\xa7\x86\xf3\xe9\x81\x03\xaf\x55\x3b\x35\x89\x81\x30\x6d\xf5\xd4\x24\x06\xba\x49\x3f\xa7\x16\x31\xd0\x3c\x96\x70\x6a\x11\x03\xdd\x5c\x98\x53\x83\xf8\x1c\xd6\x96\x05\xf8\xd4\xfc\x05\xfa\xab\x35\x13\x6b\xce\xe1\xdc\x84\xc6\x9e\x06\x09\x80\x78\x67\x98\x31\x82\x53\xbb\xef\x9d\x27\xda\x7d\xa7\x9f\x1d\xc6\x85\x75\x6a\xf7\x9d\x8b\x97\x7a\x15\xfd\xa9\x5d\x06\x54\x2f\x10\x3c\xf5\xa7\x03\xfd\x1d\x45\xba\xd3\x4f\x0f\x50\x4f\x6c\x98\xd3\x34\x11\x60\x99\xbc\x7d\x6a\x49\x9d\x1e\xa0\x36\x31\xf6\xd4\x05\x7e\x6a\x4a\x11\x62\x3a\x35\xa5\x4e\xad\x1f\xef\xab\x3e\xb5\x7e\x4e\xad\x1f\xa2\x32\xa7\xd6\x0f\xd0\xbc\x05\xf4\xd4\x03\x7e\x7a\xbe\x79\x3a\x00\x4d\xd3\x00\x7a\x92\x83\x70\x9a\x19\x7f\x9a\xb9\xe1\x77\x58\x4e\x33\x37\x80\x6e\x3e\xcc\xa9\x29\x75\x7a\x22\xd9\xeb\xa4\x4f\x3d\xe5\xc0\x34\x19\xeb\xd4\x46\x3a\xb5\x91\x9c\x68\xda\x48\xa7\x8e\x72\xaf\x80\x3e\x75\x94\x03\xd5\x8f\x63\x9f\x3a\xca\x81\x26\xb5\x3d\x4d\x03\x39\x3d\x7e\xec\x87\x75\x4e\x13\xdc\x81\xea\x09\xd9\x53\x4b\xea\x34\x9b\x7d\x3a\xf9\xb4\x9b\x80\xe6\x47\xfb\x4e\xb3\xd9\x4f\x33\x3c\xbc\x6b\xe8\xd4\x48\x3a\x35\x92\x9c\x2e\x1a\x49\xa7\x19\x1e\x7e\xe4\xe6\xd4\x4a\x02\xba\xdc\xf3\xd4\x4a\x3a\x3d\x59\xec\x65\xbb\xa7\x8e\x72\xa0\x9b\x0c\x74\x6a\x38\x01\xcb\x93\x02\xa7\x86\xd3\xa9\xe1\x84\x01\x7a\x6a\x38\x9d\x5a\x44\x5e\xc9\x7b\x6a\x11\x01\xdd\xfc\xa6\xf3\xf3\xb6\xe0\x6b\x31\x5a\xa0\x57\x1c\xe8\xa6\x63\x9d\x7a\xc5\x81\xe2\xa1\xfe\x53\xa7\xf8\xa9\xe1\xe4\xc7\xeb\x4f\x0d\xa7\x53\xc3\xc9\x41\xaf\xe1\x74\x3e\x6f\xa3\x78\xa9\x56\x12\xd0\x75\xa1\x9e\x9e\x0f\x3e\x75\x94\x7b\xe1\xc0\xa9\x95\x04\x54\x9d\xd6\xa7\x8e\xf2\x53\x47\xf9\x74\x7a\xeb\x28\x07\xba\xc9\x7a\xa7\xb6\xd4\xf9\x75\x7c\xb8\x8c\xe9\xdc\x06\xba\x09\x3a\xa7\x89\xea\xa7\xe7\x78\x3d\xa0\x70\x9a\xf6\x01\x2c\xbf\x67\x7f\xea\xdb\x3e\xb5\xaf\x8c\x66\x9d\xda\x57\xc0\xaa\xd0\x91\xf3\xfb\xbe\x54\x55\xb2\xa6\x5c\x1a\x53\xc0\xf2\xb6\xf8\x4b\x5b\xea\xf2\x50\xad\x37\xca\x5e\x1a\x3b\xc0\xf2\xbc\xc6\xa5\xb1\x73\x69\xec\x74\x45\xa7\x22\xeb\xb1\x7c\xda\xa5\xcc\x7a\x04\xa2\x5b\xd1\xfd\xf3\xc7\x34\x88\x7f\x69\xff\x5c\xe5\xfd\xe2\xc0\x6e\xe8\xa5\x37\x18\xe8\xa6\xa4\x5c\x7a\x83\x81\xae\x77\xe8\xd2\xae\xb9\x74\x10\x2f\x5b\xa0\x61\x03\x2c\xcf\x31\x5c\x3a\x88\x2f\x6e\xf9\x7d\x63\x3c\x97\xe6\x09\xb0\x6a\xf9\x1d\x91\xec\x4b\x8f\xef\x65\x32\x83\xb7\x47\x5e\xf5\x7d\xf2\xc9\x53\x14\xd9\x66\xbc\xa3\xef\x85\x8f\x97\xee\x51\x60\x6a\x5b\x5c\x5a\x25\xc0\x2e\x46\x9d\x34\x4b\x2e\xcd\x12\x36\xcb\x4b\xb3\xe4\xd2\x2c\xd1\x49\x73\x69\x96\x00\xe1\xd5\xba\x97\x66\xc9\xa5\xc7\x74\xb1\x68\x5e\x1a\x19\x40\x37\x99\xeb\xd2\x63\x0a\x4c\xaf\x4a\xb8\xf4\x98\x5e\xda\x18\xde\x97\x78\x69\x63\x5c\xda\x18\xcc\xba\x4b\x1b\xe3\x32\x1b\xd9\xcb\x7c\x2e\x7d\x84\xc0\xf2\x4b\x7c\x97\xe9\x0c\x57\xf8\x34\x16\x8e\x4b\x87\xe0\x65\xa2\x31\x8b\xc4\xa5\x3f\x10\xe8\x26\xdd\x5c\xfa\x03\x2f\xef\xf7\xf1\x12\xb4\xcb\x44\x05\xa0\x9b\x74\x73\xe9\x22\x04\xaa\xb9\x2e\x97\x66\x07\x10\xed\x7d\x98\xa3\xc7\xd4\x85\xc5\x74\xba\xf4\x11\x02\x21\xbf\xbd\xf4\x11\x02\xc5\xab\x9e\x2f\x7d\x84\x40\xcb\xb7\xb2\xf6\x71\xb2\x47\xb1\x92\x5c\xda\x2b\x40\x0c\xfb\xce\x3c\x66\x20\xfa\xdb\x70\x95\x91\x5c\xf4\x17\x96\x7a\x14\x3d\x56\xcc\xe7\x7f\x95\xf1\xe9\x15\x5b\xa9\xbb\xf1\xd2\x1e\x5a\xac\x41\x97\xf6\xd0\xa5\x3d\xc4\xda\x72\x69\x0f\x01\xf5\x58\x96\x52\x3f\xb8\x1b\xfd\xb8\xc6\xa5\xb7\x11\xe8\x92\xfd\x4b\xa3\x09\x08\x17\xa5\x4b\xa3\xe9\xd2\x03\xe9\x85\x70\x97\x1e\x48\xa0\x78\xdd\xf1\xa5\xd1\x04\x54\x99\xec\xa5\xd1\x04\x4c\xaf\xc5\xbf\x74\x40\x5e\x5e\x0e\x84\xc3\xed\xd2\x8c\xba\xba\x23\xc3\xe9\x6b\x3a\x32\xd0\xbc\xc9\xe4\xf2\xc4\x27\x90\x26\xaa\x5f\x9e\xf8\xbc\xf4\x49\x2e\x07\xb2\x3e\x49\xa0\x9b\xfa\x77\x69\x80\x5d\xe6\x64\x78\x55\xdd\xa5\x05\x06\x94\xee\x78\xd7\x02\xbb\x74\x40\x7a\x2f\xdd\xa5\xbd\x05\x4c\x59\xfc\xa5\x03\xf2\xd2\x04\xf3\xc2\xb9\x4b\x13\x0c\x68\xf5\x7d\x81\x6d\xd7\x29\xe9\xbd\xb0\x97\x4e\x49\xa0\xba\x13\x5f\x3a\x25\x2f\x2d\x35\x6f\x97\xbb\xb4\xd4\x80\xe9\x61\x81\x4b\x4b\x0d\x48\x6f\x08\xbd\x74\x5d\x02\xd5\xfb\x6f\x2f\x5d\x97\x97\xd9\x1c\x5e\x42\x77\xe9\xbb\x04\x9a\x51\xb7\x4b\xdf\x25\x90\x5e\x5a\x78\xe9\xbb\x04\xc2\xdb\xe5\x2e\x5d\x97\x97\xf7\x0f\xe9\x8c\xbe\xf4\x5d\x02\x61\x26\xf6\xa5\xef\x12\x68\x5e\x13\x73\xe9\xbb\x04\xde\x11\xaa\xe7\xf2\x32\x9f\x7a\x0d\xeb\xaf\x82\xc8\xa7\x36\xca\x7f\x99\x4f\x0d\xb4\xf1\x3e\x4b\x95\xcd\x57\x3f\x56\x56\xfd\xf0\x0d\xd2\xc5\x3e\x7f\x79\x8a\xf4\x5a\x6f\xcb\x79\xa9\x66\x2b\x90\xde\x66\x7a\xe9\xae\xbc\x3c\x45\xea\x15\xeb\x97\xa7\x48\x81\xf4\x1c\xfb\xa5\x07\x13\xd8\xc5\xe8\x14\x5d\x98\x40\x78\x79\xfd\xa5\x0b\x13\x28\x7a\xb7\x2e\x3d\x98\x40\xe4\xfb\x43\xdb\x4e\x5e\xb7\x27\xdb\x2f\x2d\x65\xa0\x0d\xac\xc0\x4b\x4b\x19\x08\x43\x17\x97\x6e\x4e\xe0\xbd\x72\xea\xd2\xcd\x09\xb4\x77\x8d\xd3\xcd\x79\x99\x0f\xbe\x1c\xc9\x26\x9e\x00\xef\x39\x86\xcb\x7c\x70\xa0\xf9\xdd\x84\xcb\x7c\x70\xa0\x7a\x39\xf5\xa5\x7f\x14\x08\x79\xda\xa5\x7f\x14\x68\x5e\x62\x78\xe9\x1f\x05\x72\xbd\xa5\xd4\x18\xe9\xe0\x3a\x95\x2f\xed\xfc\x4b\xa3\xde\x8f\x95\x5d\x1a\xf5\x40\x7b\xc7\xac\x46\x3d\x50\xfc\x48\xd4\xa5\x7f\xf4\x3a\xdf\x26\xd1\x25\x7a\x3e\x81\x30\xea\x7f\x79\xdb\xd1\x65\xf6\xcb\x5a\xbf\xe3\x93\xd6\x97\xd4\x00\x28\x7e\x7d\xf3\x92\x1a\x00\x51\xa0\x23\x97\xcc\x00\x68\x5e\xef\x78\xc9\x0c\x80\xea\x75\x16\x97\x67\x66\x2f\xc9\x82\x07\x02\x2e\xc9\x02\x90\xcb\x2e\x93\x2c\x00\xad\xba\xac\xeb\x77\xbd\xe4\x0f\xcb\xfe\x91\x3f\x00\xd5\x5b\x43\x2f\xf9\x03\x50\x8a\x0b\xb6\xfc\x01\x68\xe9\xf3\x3d\x6c\x7b\x99\x46\xee\x3d\x85\x97\xfc\x01\xa8\xaf\x25\x25\x7f\xb8\xbc\x1e\xc9\x94\x94\xcb\x44\x72\xa0\x16\xfc\x6a\x97\xe9\x38\x40\x78\x6c\xf4\xd2\x87\x0b\xd4\xa1\xce\xf4\xe1\x02\xd5\xe4\xa1\xcb\x6c\x9c\x4b\xe2\x61\xae\xc9\x25\xf1\x00\xca\x28\xbe\xd2\x66\xe2\xc3\xad\xa6\x2b\x5e\xfa\x70\x81\xaa\x93\xee\xd2\x87\x0b\xec\x62\x34\x4a\x7e\x02\x14\xef\x6f\xbf\xe4\x27\x40\x34\x6b\x2b\x3d\xb9\xc8\x06\xff\x75\x24\xca\x15\x80\x66\xf2\xc6\xa5\xf7\x14\xa8\x1e\x1b\xba\x4c\xb3\x01\xde\xf3\xce\x97\x84\x02\x28\x55\xc7\xf1\x25\xa3\x00\xca\xfb\x4b\x19\xc5\xe5\xc7\x4c\x71\x0c\x5e\x12\x0a\x60\xff\x92\x6a\xc8\x28\x80\xf4\xfa\xbc\x4b\x4f\x2c\x50\xd3\x55\x4b\x8e\x01\x4c\x6f\x9b\xb9\xe4\x18\xc0\xf4\xa2\xb9\x4b\xdf\x2c\x10\x81\x13\xf0\x92\x75\x00\xd3\xab\x96\x2e\x59\x07\xb0\x6b\x41\x0f\xc8\x3a\x80\x69\x52\xc9\x25\xeb\x00\x66\x71\xf7\xd2\x83\x0b\xec\x5f\xd2\x29\xa6\xe7\x00\xe9\x5d\xc4\x97\xe9\x39\x40\xa9\xc6\x01\x2e\xf3\x73\x80\xf4\xae\xe6\x4b\x0a\x73\xc1\x57\xaa\xae\xd3\x4b\xbe\x02\x0c\x3d\x03\x97\x7c\x05\x18\x7e\x77\xeb\x32\x17\x07\xd8\xbf\x54\x66\xdb\xbf\xda\x66\xbe\xc0\xb6\x7f\x4d\xa1\xb3\x94\x6d\xe7\x63\xac\xef\xb2\x2b\xf7\x01\x42\xfa\x76\xc9\x7d\x2e\xbf\x30\xe3\x1e\x61\xc2\xce\x85\xbb\xb9\xea\xcd\xbf\x74\x37\x03\xcd\xbc\xdb\x5b\x86\x04\xec\x62\x13\x59\x51\xc6\x35\x8e\x0c\xb4\x5b\x77\xf3\xed\xd7\x64\x74\xfe\xde\xfa\x96\x81\xe6\xb7\x06\x6f\x7d\xcb\xc0\x1e\x7c\x05\x59\x57\x66\x34\xbb\x22\x1a\x8a\x06\xe1\xdb\x40\x34\x15\x4d\x82\x61\x56\x6d\x29\xc2\x4f\x37\x7d\xe5\xa9\xe8\xe4\x6a\x99\x44\x74\x29\x62\x20\x4c\x7f\x78\x2b\x72\xf2\x34\x5f\xf9\x51\xf6\xe1\x82\x0b\x9b\xf9\x28\xe2\x36\xba\xee\xc3\xbe\x8a\xf8\x82\x17\x66\xe3\x6d\xbe\x0f\x50\xde\xcf\x5c\xde\xfa\xae\x81\xd6\x18\x1b\xb7\xbe\xeb\xbb\xa8\x20\x26\xd4\xad\xa3\x1a\x78\xb3\x1a\x6e\xd3\x82\x80\xee\x41\x87\x5b\x22\x08\xd4\xf2\x3e\x5f\xfd\x14\x87\x4b\xb3\x98\x0a\x82\x09\x9a\x3e\x77\x4b\x04\x6f\xbf\x12\xab\xdb\xf2\x96\x09\x02\xad\xbd\x22\x35\x84\x23\xbc\xba\x1d\xde\x3a\xc2\x81\xee\xb9\x8c\x5b\x47\x38\xf0\x1e\xd2\xbf\xcd\xa8\xbf\xab\xeb\x17\x0b\xf5\x2d\x49\x04\x52\x67\xf3\xad\xd3\x1b\x28\x55\x27\xd7\xad\xd7\x1b\x88\xda\xfd\xa5\x6d\x27\x2d\xc8\xcb\xe2\x6e\x9d\xde\xc0\xfe\x25\x2a\x32\x2d\x08\x08\x3f\xa2\x7d\x9b\x16\x74\x57\x5b\xc0\x56\x76\x9b\xdd\x03\xa4\xe7\xf0\x6e\x93\x7b\xee\x66\x57\xc1\x47\x6e\x59\x28\x50\xcd\x92\xb8\x25\xa1\x77\xb3\xba\x18\x5e\xb7\x8c\x13\xc8\x86\x3d\x7f\xcb\x38\xef\x66\xdd\x52\x99\x75\x6b\x1c\x1c\xff\x3d\xe7\xae\x6f\x09\x29\xd0\x3c\x69\x71\x4b\x48\x81\x30\x4f\xf1\x36\x85\xe7\xf6\xcc\x2f\xd1\xad\xdb\x14\x1e\x20\x3d\x24\x7a\xeb\x40\x07\xea\x7c\x4b\xbd\x4d\xfe\xf0\x31\x74\x06\x8a\x09\x3c\xb7\x17\xed\x0e\x1f\xef\xb0\xe6\x53\xb3\x7e\x84\xe3\x96\x01\x03\xd5\x6f\xf7\xdd\x32\x60\xa0\x19\x42\xbe\xf5\xb2\xdf\xde\xb3\xeb\x08\x36\xa5\xe7\x0e\x17\x41\xa7\xbd\xf9\x3b\x40\x6d\x6c\x73\xb7\xbe\xf8\x3b\x1c\xc2\xe9\x0b\xd4\x05\xdf\x90\xf5\xde\x8d\x5b\x5f\x3c\xd0\x8c\x47\xdf\xfa\xe2\x81\xea\x2d\x53\xb7\xbe\x78\xa0\x19\x0b\xbd\xa5\xe6\x77\xb8\xb2\x77\xdb\x64\xcb\x43\xb3\xd2\x57\xda\x72\x3e\x2b\xab\x8f\xfd\x96\xad\x03\xa9\xbd\x73\xcb\xd6\x81\xa6\x71\x7e\xcb\xd6\xef\xb4\x99\x2e\x82\xf2\x70\x20\x3c\x55\x70\xcb\xc3\x6f\x08\x76\x7d\x27\xb4\x0c\x1b\x48\xcd\xa2\x5b\x86\x7d\xe7\x5b\x5b\xaa\x26\x53\x06\x9a\xa9\xf3\xb7\x44\x19\x28\x55\x0a\x7c\xcb\x94\x81\xe6\xa7\x12\x6f\x13\x73\x80\x6a\xe8\xf9\x96\x3b\x03\xb3\xba\xc8\xca\x9d\x81\xf4\x62\xe9\x5b\xee\x0c\x0c\x3f\xf5\x7b\xcb\x9d\x81\xda\xad\x85\xdc\x19\x48\x2d\xb1\x5b\xee\x0c\x94\x37\x3a\x7a\x1b\x71\x00\x56\x75\x02\x4a\xa7\xef\xee\x3c\x55\x91\x32\x65\x60\x9a\xb4\x7d\xcb\x94\x81\x5d\xcc\x06\xa8\x8d\x8e\x97\xf9\x7d\x9a\xda\xe0\x78\xaf\x41\xc3\x5b\x3e\x0d\xec\x5f\xa2\x47\x09\x35\xd0\x1a\x3b\xf0\x2d\xa1\xbe\x87\xbd\xe2\xa6\x20\xdf\x05\xc2\x18\xe7\x2d\xdd\x05\xd2\x74\xdb\x5b\xba\x7b\x0f\x77\x4d\x9c\x88\xb7\x3c\x16\x88\x77\x6d\x90\xc7\x02\xa5\x9a\x16\x7e\x4b\x64\x81\x66\x6e\xf7\x2d\x91\x05\x9a\x9e\xed\x5b\x1e\x7b\x4f\x35\x69\x3d\xe4\x9e\x40\x9a\xa8\x7b\xcb\x3d\xef\xa9\x26\xed\x76\x69\x25\x90\xa6\x1a\xdf\xd2\x4a\x20\xd3\x05\xcf\x24\x98\x1b\x56\x59\x8b\x2b\x9e\xb4\x12\x48\x13\x86\x6f\x2f\xba\x05\x52\x53\xe3\x36\x64\x72\x73\xd1\x6d\xf5\x56\xc2\x5b\xa6\x09\x94\xb7\x93\x25\x9a\x40\x79\xcd\xf2\x5b\xa6\x09\xe4\xdb\x76\x89\x26\x50\xfc\x06\xfb\x2d\xd1\xbc\xb9\xfb\x36\x5d\x77\x65\x95\x40\xea\x8d\xba\x65\x95\xc0\x7b\xf8\xe8\x96\x55\x02\xe9\xe7\xc3\x6e\x59\xe5\x2d\x37\x2c\xf6\x8a\xe4\x10\x18\x0b\x6f\xcb\x2d\x39\x04\x32\x5d\x85\x24\x87\x40\x1a\x30\xb9\x25\x87\x37\x29\x30\xd5\xeb\x0c\x6f\x73\x60\x80\x78\x7b\x58\xda\x07\x94\xea\x0d\x84\xb7\xbc\x0f\xc8\xc4\x8d\x7b\xcb\xfb\x80\x34\x69\xf9\x3e\xdf\xda\xf2\xf9\xb6\x62\x29\xfb\xe9\xb2\x01\x2e\xb7\x52\x41\x20\x3d\x2b\x75\x1b\x18\x02\x76\x31\x1a\x25\xfd\x03\x42\x43\xfa\x96\xfe\x01\xbb\x18\x2d\x90\xff\x01\x69\x2a\xf6\x2d\xff\x03\x4a\xf5\x56\xc2\x5b\x02\x08\xa4\x1f\x08\xb9\xe5\x7f\x80\x8e\xac\x5b\xfa\x77\xc3\xf5\x6a\xa9\xca\x6c\xd4\xc5\xe0\xeb\x3e\xeb\x6d\xd4\x63\xb1\xff\x8b\xb1\x3b\xc9\x81\x15\x56\xb2\x30\x3c\xaf\x55\xd4\x12\x12\x77\x18\xa9\xf4\xf6\x92\x49\xb3\xff\x25\x94\x38\x9f\xef\x9b\xde\x3b\xfa\x25\x44\x26\xee\x30\x71\x1c\xe1\xb0\xa2\x79\x7d\x5e\x14\x99\x97\x4f\x62\x2f\x78\x6f\xcb\x33\xf9\x8f\x82\xde\x59\x63\xf4\xdf\x79\x1a\x90\xbe\x94\xc4\x5e\xd0\x85\x42\x9f\xc4\xde\x79\xea\x16\xb6\xa9\xb8\x9b\xa0\xf7\xfd\x1f\x34\xf5\x49\xe5\x9d\xb4\xda\x66\xdc\xd1\x6a\x41\x17\x59\x7b\xd2\x6a\xe7\x65\xa8\xc4\x69\x76\xf2\xf5\x04\x6d\xcd\x23\x62\x64\x4e\x92\x4b\x9e\xbe\x93\xe4\x3a\xa5\x7d\xf5\xf9\x26\xb9\x4e\xfa\x4a\xe6\xbb\x93\xbe\x0a\xba\x95\xae\x93\xbe\x0a\xba\xbd\x6b\x27\x7d\x75\x3a\x16\x34\x4b\xe4\x27\x7d\x15\xbc\x7f\xe6\x9a\x9e\x8c\x5f\x47\x5c\xf7\x49\x60\x05\xef\x6d\x8a\xb6\x8a\x9b\xd4\x77\x9b\x4b\x5a\xf0\xd6\xe3\x86\x0f\x39\x15\xd4\xcd\xd7\x9a\x9a\x3a\x49\x27\x41\xe7\x27\xe9\x14\x6c\xc3\x88\x22\x9d\xce\x47\x45\xbd\x27\xf6\x31\x04\xc7\x9a\xe2\xa8\xa9\xe0\xbd\x2d\x9d\x40\x4e\x05\xbb\x18\xcb\x93\x9c\x3a\x1f\x3d\xbe\x9e\xa0\xbc\x8f\x83\x14\xd3\x6c\x54\x51\xb0\x15\x49\xdf\x4e\xb2\x28\x98\x82\x1b\x4f\xfb\x18\xce\x47\x15\xd2\xbc\x17\x59\x74\x7d\x8c\x86\x7c\x89\x2f\x1a\xe8\xfa\x64\xe2\xc8\x37\xf6\x22\x81\x2e\x7a\x47\xd6\xb7\x8b\xde\x09\xba\xa3\xa9\x2e\x7a\x27\xd8\xca\xe1\x97\xd3\xa5\x55\xb6\x3d\xd7\x2e\xd7\xae\xff\xfc\xef\x61\x21\xe3\xa2\x51\x82\xea\x43\x76\xd1\x28\x17\xa5\x21\xe9\xdb\x45\x69\x04\x9b\xf3\x27\x2f\x4a\x23\x78\x6f\x73\x4d\xd1\xb6\xac\x8a\x2b\x2d\xa9\x11\xec\x8e\xd4\xbc\x28\x8d\x6b\xd3\xba\xf9\x6c\x5d\x34\x44\xd0\x05\xfe\x5f\x24\xc4\x45\x2f\xc8\x2a\x77\x11\x0c\x41\x37\xdc\x2e\xb1\x34\x17\x71\xc0\xea\xbb\x88\x83\xa0\x5b\x2f\xb8\x88\x83\xe0\xbd\x2d\x3f\xa5\x0e\x82\x6e\x8b\xc3\x45\x1c\x5c\x52\xa8\xc6\x0e\xb9\x88\x83\xe0\xfd\x65\x1a\x5c\xe0\xcc\xe5\x8c\x8e\xe1\x97\x5f\x97\xf2\x45\x75\x88\xf3\x45\x43\x04\xc7\x67\xfd\x52\x1f\x64\x83\x80\x10\xf0\xcb\x06\x81\xa0\xdb\x42\x71\xd9\x20\x70\x91\x10\xf2\xd1\x5d\x24\x44\xd0\xc5\xf4\x5c\x24\xc4\x95\x83\x18\x0b\x5f\xf1\xc5\x62\x0f\xba\x7d\x04\x17\x8b\x3d\xe8\xb6\x33\x5c\x2c\xf6\x2b\x11\xf1\x45\x9e\xb6\x4b\x2c\x4b\x30\xac\x48\x5c\x2c\xea\x2b\xe1\xef\x85\x68\xbb\xd8\xcf\x41\x17\xac\x7f\xb1\x9f\x83\x2e\xcc\xff\x62\x3f\x07\x75\x5b\x3f\x54\xb2\xb8\xb6\x8a\x55\xb3\x8b\xb1\x1c\x1c\x02\xad\x2f\xc6\xf2\xd5\x77\xb7\xb9\xa6\x1c\xf2\x8d\x66\xd1\xe6\x62\x05\x5f\x5d\x1a\xa3\xea\xdf\x94\xa3\x1b\x45\xa9\x01\xaf\x52\xb0\x2d\x73\xff\xe2\x56\x0a\x7a\x37\xfe\x18\xcb\x57\x9c\x37\x45\x66\xb2\x8b\xb5\x19\xf4\xee\xad\xe2\xbc\x09\xb6\x22\x5f\xe1\xc5\x7b\x73\xc9\xe1\x39\x5d\xf2\xd0\x6c\x78\xb5\x49\xe3\x62\x93\x5e\xc9\x2f\x53\x4a\x6c\xa4\x8b\x01\x1a\x74\x9b\x34\x2e\x06\xe8\xb5\xeb\xf8\xd8\x6a\x17\xbf\x4c\xd0\xed\x71\xb8\xb8\x65\x2e\xf6\x21\x5d\x76\xb1\x0f\x83\x83\xc1\x72\xb1\x0f\x83\x6e\x81\xe0\x62\x1f\x06\x5b\x91\x4b\xea\xe2\xe8\x08\xa6\x63\x03\xaf\xb9\x1e\x60\x7c\xe4\x2b\x71\xf1\x6a\x04\x87\x44\xd6\x17\xcb\xf2\x3a\xdc\x66\x6a\x63\x98\x05\x07\x2b\xef\x3a\xd6\x6d\x5a\x57\xc7\x70\x01\x5c\x8c\xb5\xc8\x87\x8b\xb1\x76\x1d\xfa\x4a\x83\xb0\xc3\x82\x6e\xb3\xc5\x65\x75\xff\x3a\x8c\x23\xc3\xcd\x52\x7e\x70\x48\x95\x7d\xb1\xd6\xae\xaf\xb2\xe9\x3f\x8b\xed\xc1\xf1\xda\xae\x7f\xfd\x6c\x5f\x62\x6e\xae\xdf\xfa\x97\xb4\x17\x8b\xe6\x62\xd1\xac\x4b\xeb\xb6\x99\x3f\x4e\x4b\x33\x69\x82\xad\xd4\xac\xe2\x5f\x96\xb4\x83\x29\xf1\xdc\x25\x92\x38\x78\x6f\xf3\x53\xe3\xe7\xc5\xdc\x87\x4b\xda\x21\x9b\x42\x4b\xf5\xc2\x32\x4c\x82\x6e\x9f\xc8\x65\x15\xfa\x62\xab\x38\xe1\xfb\x62\xab\x04\x73\xd3\x95\x8c\x91\xe0\xbd\x2d\x55\x38\xd7\x13\xae\xa4\xf0\x4b\xab\xca\x83\x72\xb1\x59\x04\x2a\x5e\x6c\x96\x60\x4a\xf8\x75\xb1\x59\x82\xad\x48\x5f\x73\x59\x60\x0e\x0e\xa9\xc5\x2f\xf1\x2f\xd7\xa5\x6c\x59\xc2\xba\x04\xf6\x06\xc3\xf7\xf8\x12\xc5\x72\x59\x9a\x96\x17\xe6\xb2\x34\x1d\x6c\xab\x56\xd7\x2a\xdb\x9d\x13\x1a\xd3\xbb\x96\xa6\x2f\x46\x91\x54\x7c\x17\xa3\x28\x68\x96\x09\x2e\x46\x51\xb0\x95\xea\x92\x1a\xdc\x5a\x57\xc7\x30\x8a\x2e\xc7\x98\x79\xaf\x19\x45\x41\xb3\xd3\xea\x62\x14\x05\x55\x5a\xe5\x8b\x4d\x14\x14\xc6\xce\xc5\x26\x0a\xb6\x5d\x4f\x31\x89\x2e\x8b\xce\x35\x6b\x4e\x17\x9b\x28\xa8\xd3\x50\xb0\xe8\x7c\x59\x61\xb6\x16\x78\xb1\x89\x82\xad\x78\xd3\xef\x55\xf5\xe4\x41\xd1\x40\xac\xa4\x60\x92\xd9\x17\x2b\x29\x28\xd2\xdf\x5f\x62\x64\x82\xb6\xf9\x5c\xd8\x12\x1a\x54\x9b\x99\x2f\xa6\x54\x70\xac\x9b\xb4\x4e\x36\x84\xae\x83\xa5\x2f\x66\x53\x50\x8f\x2c\x8b\x5e\x16\xa1\x2f\x26\x92\x0d\x3d\x17\x13\x29\x68\x82\xaa\x2e\x26\x52\xf0\x67\xf6\xb5\x96\x7c\xb1\x9a\xa8\x90\x9b\xd5\x74\x5b\x4c\x76\x92\xe6\x6d\x31\x39\x58\xe7\x30\xdc\x0c\xa9\xa0\x3a\x8e\xeb\x16\xba\x7c\xaf\x0d\xa1\xfe\xac\xb9\xa4\xcf\x63\xa7\xde\xd6\x97\x83\xea\xb0\x83\x9b\xb9\x15\xac\x4d\x4a\x37\x73\xeb\x66\x6e\x39\x75\xf2\x66\x6f\x05\xd5\xd1\x91\xb7\xf5\xe5\xfb\xe3\xcd\xee\xae\x9d\xae\xe5\xdc\x95\x55\x81\xcb\xa5\xf4\x66\x8d\x89\x74\xb3\xc1\x82\x6e\x97\xf5\x6d\x9d\x38\x68\x12\x26\xdc\x96\x89\x83\x6e\x5f\xf4\x6d\x99\xf8\x66\xbc\x49\x19\x74\x33\xde\x82\xde\xb3\xd8\x7b\x33\xde\x82\xe2\x53\x7f\xb3\xdd\x82\x3a\x94\x82\xed\x76\x5b\x26\x96\x32\xe8\x66\xbc\x05\xc5\xd6\xdd\xdb\x32\x71\xd0\xed\xf5\xbe\xad\x12\x07\x8d\x9d\x76\xb3\xf0\x6e\xe1\xd2\xcd\xff\x6b\x8c\xec\x27\xb5\xe0\x70\x5b\x24\x0e\x36\x27\x96\xdc\x6c\xbe\xbb\xe8\xa7\x48\xb2\x9b\x35\x17\x4c\x69\xad\x6f\xc6\x5c\xb0\x39\xd5\xf2\x66\xcc\x05\x4d\x7e\xf3\x9b\x31\x77\x17\x6f\x5d\x0c\xbc\x5b\xbc\x51\x30\x9d\x53\x71\x33\xdc\x82\xf7\x36\xcf\x54\xb4\x17\x55\x3c\xdc\x5d\x56\xd1\x72\x9a\xdd\xe6\x92\x9e\xb3\x46\xcc\x03\x7b\x5b\x23\x0e\xba\xf8\x8e\xdb\x1a\xf1\xbd\x52\xdd\xc7\xe0\xbd\x45\x2a\x05\x73\xe6\x1d\xbe\xd9\x7c\xb7\xd3\xbd\x65\x88\xbb\x05\x4b\x07\xbb\x08\xc7\xdb\xb2\x71\xd0\x6d\x56\xbf\xad\x0b\x07\xaf\xa5\x92\x4b\xfa\xc9\x22\xb0\x63\xa4\x6f\xab\xc0\x77\x95\x68\x33\x75\x67\x40\x06\x65\xd7\x51\x0c\xc8\xbb\x7a\x17\x63\xd0\xdc\x16\x78\x83\x39\x0d\x3e\x0b\xbc\xc1\x7b\x9b\x6b\x2a\xda\x12\x27\x9b\x2f\xff\x6d\x85\x37\x38\xac\x50\xdd\xf6\x6c\x06\xdd\x36\xfa\xdb\x9a\x6f\xb0\x8d\x7f\x39\xe0\xfa\xb6\x24\x7c\x37\xef\x5b\xa6\xe7\x9b\x19\x1a\x2c\xc7\xdb\xcd\x0c\xbd\xbb\x57\x24\x56\xd1\x2d\x28\xea\x96\x09\x3f\xd3\xff\x6d\x31\x36\x28\xd3\x2b\x62\x31\x36\xd8\xd6\x31\xf0\xb7\xa0\xa8\xe0\x70\x54\xc8\xcd\x58\x0d\x8e\xcf\xfa\x7f\x4d\xcf\x58\x95\x88\xe8\x66\xac\xde\x8c\xd5\xe6\x36\xa5\xb5\x8c\x2b\x70\xe1\x66\x99\x06\xdd\x06\xb3\xdb\x32\x6e\x30\x67\xa6\xde\xdb\x2a\x6e\xf0\xfe\x32\xc5\xb5\x8c\x1b\x74\x49\x07\x6e\xcb\xb8\xc1\xca\x50\x77\x5b\xc6\x0d\xf6\x7d\xfd\x99\xd6\x18\xab\xb4\xe9\x47\x56\x6e\xb0\xdb\x16\x70\xb3\x72\x83\xc3\xd7\xe4\x66\xe5\xde\x7b\x46\x80\xac\x06\xb7\xc5\xd2\x60\xdb\x3d\x53\xf0\x51\x50\xb9\x9f\x6e\x46\x6e\x50\xb8\xad\x6f\x46\x6e\xf0\xfe\x59\x06\xa7\xe0\xa3\x60\xb3\x14\x73\x0b\xff\x0e\xb6\xd2\xf4\xb1\x78\xa4\xdb\xd9\x67\x91\xfe\xb7\xf5\xd9\x60\x17\xd0\x76\x5b\x9f\x0d\x06\x87\xf7\x6d\x7d\x36\x28\x76\xa6\xdd\x52\x2d\x06\x8d\xef\xe4\xde\x57\x35\xaf\x38\x9f\xfc\x97\x6e\xda\xb3\xad\x39\x2b\x94\xb7\x75\xdd\x60\x9b\x31\xe5\x6f\xeb\xba\x41\x77\x74\xc5\xcd\x6c\xbf\x19\xe4\xdc\xe2\x37\x83\x3c\x68\x76\x82\xde\x0c\xf2\xe0\xbd\x2d\xc5\x10\x7a\x14\x54\x12\xff\x66\xa3\x07\x9b\xfc\x2d\x37\x1b\xfd\xce\x16\xc9\xe2\xac\xcb\x5b\xa0\x51\xb0\xf2\x0d\xde\xe2\x8c\x82\x3e\x4c\x0e\x16\x84\xef\x04\x15\x15\xc7\x5f\xde\x82\x8a\x82\xc6\x4f\x7b\x5b\xfd\x0d\xca\x30\x42\xad\xfe\x06\x5d\xd8\xd8\x6d\xf5\x37\xd8\x8a\x33\x54\x6f\xa1\x47\x41\x91\xb5\xea\xb6\x20\x1c\x34\xaa\xee\xb6\x20\x1c\x6c\x4e\x5f\xba\xad\x07\x07\xdd\x6e\xad\x9b\xec\x08\xb6\xa6\xfc\x64\xc7\x4d\x76\x2c\x43\x80\xec\xb8\xd7\xde\x49\x25\xd3\x18\x89\x3c\xda\xd7\x9f\x69\x8c\xac\x11\x17\x81\x03\xb7\x45\xe2\x60\x13\x92\x77\x13\x27\xc1\x7b\x9b\x87\x1a\x08\x47\x0e\xec\x5b\xa5\xd5\x66\x11\x2c\xc3\x9b\x4e\xaf\x04\x7d\x98\x16\xe9\x95\xfb\xdb\xfc\x99\xdb\x54\x3d\x21\x44\xfc\xd1\xb7\x10\xa2\x60\x5b\x53\x15\x55\x13\xb4\x61\xc2\x21\x5b\x6e\x4b\xc9\x56\x45\x6f\x4b\xc9\xc1\xb4\x92\x76\x5b\x4a\x0e\xb6\xb5\x23\xfd\xb6\x96\x1c\xd4\xb1\xbb\x4d\x9d\x2c\x12\xf3\x4c\xdd\x16\x89\x83\x6e\xef\xda\x6d\x91\xf8\xb6\x48\x2c\x0b\xec\x6d\x91\x38\xe8\x4c\xe6\xdb\x22\x71\x50\xe5\x52\xba\x29\xaa\xa0\x54\xcf\xa4\xa8\x82\x26\x79\xf4\x4d\x51\x05\xdd\xae\xba\x9b\xa0\xba\x7f\x7a\xc0\xf4\xf5\x5b\xa5\xbd\x73\x5b\x86\xa8\x35\xe2\xfb\x34\x12\xbc\x8b\xb6\x05\x04\x85\x4f\xe1\xb6\x2d\x20\x28\x6b\x0c\x11\x4f\xf7\x65\x62\x65\x17\x09\xbb\x09\xba\xc4\xbf\x37\x55\x14\xf4\xe1\x9b\x46\x15\x05\x45\x56\xad\x9b\x28\xba\x2f\x2f\x31\x1b\xc2\x0e\x80\xa0\x58\xd6\xb9\xed\x00\xb8\x09\x25\xe9\xac\xee\x6b\x95\x23\xaf\xa7\x3e\x26\x94\xee\xcb\xeb\xc9\x96\x21\x81\x82\xe9\x80\xc4\x5b\x74\x4e\xb0\xcf\xac\x4b\xdd\x44\x51\x70\xd8\x7a\x7c\x13\x45\xc1\x7e\x64\xc5\xfc\x26\x8a\x82\xdd\x79\xb8\xb7\xb5\xe3\xdb\x12\xb0\xcc\x55\x37\xb9\x13\xf4\x71\xfc\x43\x1c\xf8\x4d\x0d\xdd\x56\x88\xc5\xe0\xdc\xe4\x50\xd0\xc7\xe1\xf9\xaa\x7c\x7b\x09\xcd\x22\xe4\x50\x30\xcb\xf0\x4b\xe3\xf5\x31\x38\xb5\x20\x09\x13\x4c\x0b\xeb\x37\x09\x73\x4b\x01\x99\x18\xa5\x9b\x86\xb9\xad\x06\x2f\xcb\xcf\x6a\x70\xd0\x96\x71\x42\xd6\x04\x95\x0b\xf3\x26\x6b\xee\x47\x0d\x8c\x7e\x91\x34\x41\x21\xb3\x6f\x6b\xc6\xf7\x63\x74\xae\x7f\x33\x3a\x73\xd0\x97\xa0\xc3\x9b\xd4\xb9\xed\xd2\x8c\x3a\x7c\x28\x9d\x60\x49\x87\x87\xd0\x09\xba\xe0\xa0\x87\xd0\x09\x9a\xf8\xf1\x87\xd0\x79\xe4\xb1\xcf\x97\xef\x21\x74\x82\xe2\x68\x88\x87\xce\x79\x28\x18\xe1\x53\x0f\x05\x13\xf4\x92\x11\xf6\x50\x30\xc1\x7b\xdb\xcc\xb5\xaf\x6b\x39\x4d\x79\xba\xf4\x73\xe9\x1d\x9b\x64\xc2\x43\xe7\x3c\x44\x4d\x5b\x75\x7a\x5c\x4b\x74\x50\xcc\xf1\x87\xa8\x79\x04\xbf\x48\xe0\xf5\x50\x35\x41\x97\x33\xf4\xa1\x6a\x82\xf7\xb6\x54\xc1\xc6\xcd\x60\xdb\x15\x8d\xd0\x09\xb6\x95\x41\xf8\xa1\x74\x82\x66\x31\xf1\xa1\x74\x82\xf7\xb6\x54\x9e\xd4\x09\x36\xc3\xef\xa1\x74\x82\x15\x4e\xff\x50\x3a\x8f\x95\x6b\x89\xc4\x1e\xba\xe6\x11\xfd\xb2\x2b\xae\xca\x67\xcb\x67\x71\x06\xd1\x63\x99\x3a\xd8\x9a\x5a\xd9\xf2\x19\x34\xc9\xf3\x1e\x7b\x2a\x1e\x5a\x47\x38\xd6\x43\xeb\x04\xc5\x8e\xba\x87\xd6\x09\xaa\x1c\x67\x0f\xad\x13\xac\xc8\xe1\x87\xd6\x79\xca\x8a\xe8\x49\x3d\x2d\x5c\x07\x5d\xf8\xe1\x63\xe1\x3a\xe8\x22\x1e\x1f\x8a\xe8\x21\x7f\x9c\x4b\xf4\x90\x3f\xc1\xb0\x13\xfc\x21\x7f\x82\xf7\x36\x3f\x55\x4f\x07\x49\xe7\x8b\xf8\xd8\xbb\xf1\x90\x44\x4e\xd5\x79\x48\xa2\xa0\x96\xc8\x9f\x87\x24\x7a\x48\x22\x69\xcf\x1e\x92\x28\x38\xac\x74\x3c\x24\x51\xf0\xde\x96\x26\xb2\x0e\x1e\xcc\xb9\x2e\x69\x22\xfa\xc7\x71\x22\x0f\x01\x14\x6c\x4c\xa8\x47\x60\x4c\x50\xa5\x58\x7f\x48\xa2\xe0\xfd\xa5\x87\xea\x51\x5b\x4b\x0d\x53\x32\xe9\xa1\x89\x9c\x6f\xf1\xd0\x44\xc1\xb0\x0e\xfe\xd0\x44\x4f\x64\x4c\x71\xfe\xc4\x43\xa8\x04\x87\x5d\x76\x8f\xb5\xf7\x47\x38\x0b\xc5\xff\x58\x7c\x0f\x76\x6b\x05\x8f\x70\x96\x87\xc4\xa1\xb5\x1f\x12\x27\x98\xd6\xc6\x1e\x12\xe7\x11\xbc\xd2\xd7\x13\x74\xd6\x8b\xc9\x2f\xf0\x08\x5e\x79\x2c\xc8\x53\x7f\x8f\x05\xf9\x47\xf4\x4a\x0c\x93\xc7\x82\x7c\xb0\x15\x29\xd3\x1e\xe1\x2b\xc1\x36\xb3\x02\xf2\xd8\x6b\x12\x6c\x42\x73\x1f\xb2\xea\x11\xe4\x42\x98\x3e\x74\x55\x50\xec\x22\x79\xe8\xaa\xa0\x1f\xa6\x14\xb2\x2a\xe8\x47\x3e\xf5\x0f\x59\x15\x74\xe7\xae\x3f\x64\x55\x70\xb0\xb0\x1f\x91\x30\x8f\xf5\x7e\x52\xf2\xb1\xde\x1f\xb4\xcd\x60\xa3\xaa\x1e\x7a\x89\xac\x7a\xe8\xa5\xa0\xcb\x03\xf3\xd0\x4b\x41\x15\x6a\xf3\xd0\x4b\xc1\xfb\xcb\x94\x96\x60\x0a\xaa\x1c\x03\x8f\xb8\x97\xe0\xbd\xcd\x35\xf5\xcc\xa6\x11\x89\x41\x1e\x81\x2f\x0f\xbf\x83\xd0\x89\x87\xdf\xe1\xb1\xd5\xd6\x54\xc1\xef\xf0\x48\xb4\x69\x42\x21\xc8\x1e\xb1\x30\xa2\x3a\x1e\x8a\xec\xb1\xfb\xd6\x0b\x4f\x91\x05\x45\x98\xd7\x33\x56\xdd\x75\x7b\xff\x87\x74\x66\x0f\xb7\x44\xd0\x98\x4f\x8f\xb0\x98\xa0\x15\x0d\x48\xe9\x05\xef\x1f\xbb\xa6\xb9\x92\x1c\x5f\x92\xa2\x87\xd4\x7b\x76\xf3\xaf\x81\x4d\xc4\x05\x7d\x44\x59\x3f\x34\xdc\xb3\xaf\xa6\x49\x3b\x10\x71\xcf\x0a\xb2\x49\x17\x11\x71\xc1\x56\x84\x09\x3c\x54\x5c\xb0\x4e\x69\x79\xa8\xb8\x60\x93\xbc\xf7\xa1\xe2\x9e\x5d\x3b\xc4\x98\x78\x08\xb4\xa0\xda\xd6\xfb\x10\x68\x41\x5b\x1f\x15\x7e\x95\xa0\x4b\x83\xf4\xf0\xab\x3c\x64\x9c\xb0\x8f\x87\x8c\x0b\x8a\xa5\xf2\x87\x8c\x0b\x56\xd6\xdf\x87\x8a\x7b\xb8\x5a\x44\x26\x3c\x64\x5c\xd0\x25\x50\x7a\xc8\xb8\x60\x13\x33\xff\x08\xe2\x09\xfa\x58\x25\xd3\x1a\x11\x76\xc7\xa1\x4a\x1a\xe3\x45\x19\xbb\xc2\x6a\x8c\x44\xfa\x0c\xd3\xaa\x48\x9f\x67\xae\xc6\x48\x03\x11\x76\x41\xb3\xa8\xfc\x10\x76\xc1\x14\x4c\xfa\x10\x76\x41\x65\x99\x3e\x74\xdd\x23\xaa\x47\x8c\xc1\x43\xc5\x05\x5d\xb6\xea\x87\x8a\x7b\x78\x8f\xc4\x1d\x3c\x64\xdc\x43\xc6\x35\xff\xa6\xe6\x2f\x8a\x83\xcc\x1f\x2a\x2e\xe8\x23\x0b\x14\x0f\x15\xf7\x90\x6c\x1c\x02\x0f\xc9\x16\x74\x6b\xb7\x0f\xc9\xf6\x90\x6c\x3c\xbc\x0f\xc9\x16\xec\xf6\x29\x3f\x24\xdb\xc3\xc7\xc4\x37\xfc\xd0\x6c\xcf\xf2\x31\xe5\xa1\x34\x5b\xd0\xc4\x86\x3d\x22\x82\x9e\xaf\x99\xdc\x48\xa3\xc6\x82\x2e\x83\xd5\x23\xfc\x27\xd8\x8f\xe6\xcf\xd4\xe0\x45\xb3\xbb\xf6\x21\xd9\x1e\xfa\x8c\xeb\xf6\xa1\xcf\x82\x3e\xcc\x22\xf4\x59\x50\xed\x32\x7f\x64\xc5\x79\x68\xb1\x35\xdf\xd3\x62\x0f\x2d\xc6\xb8\xa0\xc5\x1e\xee\xad\xf5\xc9\x22\xc6\x82\x95\xb5\xf8\x21\xc6\x82\xf7\x36\x3f\x55\x83\x17\xfb\x34\xfa\xa8\xb1\x87\x2f\x8b\xcb\xf4\xe1\xcb\x0a\xba\xd0\xa4\x87\x2f\x2b\x58\x91\xe3\x0f\xcd\xf6\x9c\xa6\x0e\xa3\xc8\x5e\x8c\xa0\xda\x18\xf3\x88\xce\x09\xba\x03\x7f\x1e\x4e\xb0\x60\x1d\x6c\xfc\x70\x82\x05\xcd\x16\x85\xc7\x56\x8c\xe7\x5c\x15\x70\x9b\x0a\xe4\x58\xea\x65\x76\x13\x80\x4f\xb6\x67\x94\x35\x0f\xf1\x95\x05\x65\xcd\xbd\x5c\x65\x41\xe5\x41\x7a\xce\x55\x81\x75\x64\x80\x87\xea\x83\x9c\x19\xb0\xfb\x33\x9b\x38\x82\x21\xb4\xf2\xa1\x26\x83\x41\x5e\x3c\xd4\x64\xd0\xeb\xba\xa4\x31\x48\xc7\xf5\xb2\x93\x8e\x41\xdf\xcd\xad\xa4\x63\xd0\xd6\x07\xd7\xe6\xf1\xa0\xee\xdd\x9f\xa9\xf9\x95\xbc\x1f\xd5\x5d\x6a\xce\xeb\xb6\x5e\x29\x5e\xb7\xa0\x4b\x3d\xf1\xf0\xba\x3d\x76\x7f\xac\xd1\x47\x60\x06\x6d\x4d\xa3\x04\x66\xd0\xad\x95\x3c\x04\xe6\x23\x14\x69\x0d\x04\x72\x32\xe8\x52\xd1\x3c\xbc\x6e\xcf\x3d\xdc\x96\x7a\xf2\xb1\x05\x8d\xcb\xfa\x21\x3a\x1f\x12\x52\x9a\xb5\x87\x84\x0c\xfa\xbe\x8a\xe6\xfd\x79\xb1\x96\xbe\x1e\x0a\xf2\x11\x77\x34\xbc\xb3\x24\x64\xd0\x65\xeb\x7c\xf8\xd8\x82\x2e\x99\xce\xc3\xc7\xf6\x24\xec\xa8\x0c\x76\x2c\x8f\x5a\xf0\x9a\x50\xb9\xa4\xa2\x76\x71\x48\xd0\xf6\x50\x9a\x41\x99\x54\x19\xa1\xf9\xd8\xb2\x21\x8d\xeb\x43\x56\x06\x5d\xf6\xc8\xc7\x96\x8d\x47\x28\xd2\x28\xff\xb0\x0e\xfe\x50\x9d\x41\xb5\xd3\xed\x11\xa9\xf4\x70\xc3\x09\x4b\x7a\xb8\xe1\x82\xb5\xdb\xf3\xa1\x4d\x83\x2e\xe7\xcf\xf3\xac\x4a\x3b\x25\xe8\xf8\x9f\xff\x7b\x8d\xff\xff\xfc\xef\x82\x0d\x5d\xe3\x13\x6d\x0a\x35\x8b\x18\xaf\x95\xec\x52\xc9\xbe\xc5\x4f\x2e\x55\x97\x6a\xfe\xde\x0f\x9b\x4b\x46\x40\xcb\xa5\xee\x92\x51\x3d\x73\x69\x77\x49\x6f\x17\xa5\xf8\xba\x96\xde\x7e\x5b\x79\x7c\xa2\x43\xc7\x47\xcc\x53\xf2\xb3\x8d\x4f\xbc\x6b\xd0\xb3\xb9\x6a\x7c\x12\xf3\x04\xad\xad\x07\x3c\x2e\xe5\x4d\xdd\xf6\xf7\xd2\xa6\x96\x39\x3d\xad\x8c\x9a\xa2\x6d\xea\xf4\xa2\x64\x91\x64\x7c\x36\x75\xe2\x70\x4b\x66\xb7\xf1\xd9\x54\x2a\xe9\x5a\x73\x22\xef\xf8\x6c\x2a\xb5\x1c\x6e\x2e\x0d\x97\x56\x52\xca\x5c\x52\x4f\x7b\x30\x92\x4e\x69\x7c\xa2\x39\xa1\xef\x5b\x9a\x76\x53\x75\x32\x34\xc9\xde\xc6\x67\x53\xf7\x04\x50\xe5\x3c\xc2\xf1\x89\x0c\x05\x06\xe2\xf8\x6c\x5a\x63\xcb\x59\x57\xef\x7b\x39\x3e\x9b\xd6\xd8\xbc\xd1\x2d\x1d\x55\xd4\x3d\xdb\xfd\x73\xe8\xc0\xf8\x14\x3d\x5c\xf2\x46\x97\x14\xa3\x68\x0d\x62\x35\x99\xe3\xc6\xa7\xa8\x67\xc4\x6a\xd6\x9f\xc7\xa7\xa8\x67\xa2\xac\x92\x4d\x69\x7c\x8a\x7a\x96\x38\x8a\x8f\x94\x3f\x62\x15\x5a\xdc\xc9\xe3\x53\xd4\xbc\xa8\xb9\xbb\xd4\x3c\xee\xbb\xa9\xe2\x45\xc5\x4b\x2a\x6e\x9c\x15\x15\xa7\x4b\xb3\x22\x3d\x3e\x45\x0f\x47\x97\x6e\x1a\xa3\xaa\x65\x5d\xe5\xcf\x33\xab\xf2\xbf\xe8\xc9\x10\x35\x3e\x55\xf9\xb9\xcd\x72\x50\xd6\xf8\x54\x0f\x7d\xd1\xc6\xc8\x03\xaa\x87\x46\x22\x26\x91\xe7\xf8\x54\xad\x5d\x95\xa3\x7b\x80\x72\xd4\x8c\xb4\x92\x72\x34\xe5\x68\xe6\x95\x91\x2a\x34\xcd\xdd\xf2\x51\xd8\xf3\xcc\xa6\xb9\x93\xfe\x74\x2f\xf9\xb3\x66\xf0\xbd\xa8\xcd\x78\x6f\xc6\x5e\x53\xda\x91\xf7\xa2\x29\xed\x8b\xd2\x15\xa3\x29\x6d\xf3\xaa\x0c\xd7\x14\xb7\xf9\x2c\xfb\xa5\xc1\x41\x21\xae\x5a\x75\xc5\xed\x39\x24\xf2\x93\xa2\x75\xa5\xa5\x10\x93\x72\x6e\x7c\xba\xe2\x46\x21\xc6\xc5\x3c\x3e\x5d\x71\xc9\xc1\x98\xa2\xe3\xd3\x35\x78\x97\x1e\x3f\xe5\xe8\x1a\xdc\x9e\x87\xb1\xa7\x13\xba\xb1\xf0\x62\xfc\xb9\x64\x2c\x24\xab\xc0\x9f\x67\xaa\x28\xf1\x97\x7d\xe8\xe3\xd3\xd5\xea\xc5\xc8\x72\xf6\xf8\x74\xb5\x1a\xab\xb8\xa9\xd5\x50\xdc\x17\x25\x79\xd7\xc6\x67\x28\xee\x8b\x91\xa4\x76\xe3\x33\xb4\xee\x48\x6e\xd9\x9a\x67\x0e\x15\x18\x3e\x58\xe6\xbe\x61\x7c\x27\x7f\xd2\xaa\xe7\x30\xbe\x23\xf4\x8e\xe6\x97\xea\x14\x9d\x17\xd3\x6b\x7c\x86\x3a\x0d\x93\x9a\x82\xa9\x53\x74\x5e\xd7\x2b\x43\xe7\xe5\x88\xe8\x61\x2c\x0f\xb5\xcc\x96\x87\xdd\x9c\x3c\x56\x2d\x8d\xbe\xa9\xfc\x46\x5f\xb6\x3c\x24\xf4\x62\x7c\x76\xdd\x99\x14\x02\x9b\x49\x79\xd7\x9d\x74\x5c\xbc\x13\xe3\xb3\x6b\x8c\xe4\x30\xad\x5e\xd9\x5d\x63\xf0\xcf\x65\x6d\x7f\x7c\x76\x7d\x17\x6d\xd7\xbd\xff\xbb\xc6\xe0\x9f\x1b\xea\xb9\x6b\x8d\x3d\xaf\x76\x71\x9b\xaa\xef\xaa\x9e\x0e\xd8\x55\x7d\xf7\x6a\x2b\x86\xaa\xef\xd9\xa2\xa4\x65\x77\x55\xdf\x33\xc3\x57\x7f\xaf\xea\x76\x59\x8c\x23\x8d\xb6\xab\x7a\x76\x59\x94\x91\x5f\x4e\x55\x9f\xea\xa9\xd5\xa6\x7a\xce\x7c\xa3\x6a\x5a\x68\xaa\x67\x72\x98\x6e\x26\xe5\xa9\xd3\xa7\x21\x7a\xb8\x4d\x77\xbe\xa8\xb3\xff\x3d\x89\xd9\xf8\x4c\x55\xb6\x09\x63\x68\xd4\xa9\x82\x91\x66\xfb\x7a\x98\x0a\xe6\xd0\xe8\x43\x0f\x4d\x15\x4c\x46\xaa\x12\xd3\x72\x7c\x0e\x23\xf8\xc8\xfc\xe0\x43\x74\xa8\x8c\x1d\x17\xbb\xf9\xfe\x50\x9b\x17\x65\x0d\xe1\x43\x6d\xec\xb8\x88\x1d\x36\x3e\x87\x8e\x8c\x87\x6d\x5f\xb7\xe9\xc8\xe4\xb7\x2a\xbb\xef\xda\xa1\x0a\xd9\x5f\xb1\x9b\x81\x0e\xbd\x76\xa4\xd7\x6a\x46\xc5\xa1\x52\x02\xfb\x76\x1f\x94\x43\xad\x0e\xdd\x96\x21\x70\xac\x5a\xdd\x6e\xf3\x50\xdd\x76\x64\xc4\x7a\x6f\xbe\xba\xed\x9b\x73\x76\x47\x8a\xf1\x35\x62\x93\xc4\xd4\xc1\x5e\xe3\xf3\x55\xf9\x6f\x72\x7b\x68\xa2\xaf\xba\x7f\x55\xd4\xf4\xfe\x55\xd1\x6f\x8e\x6f\x35\x39\x7e\x55\x94\x84\x5b\x1f\xd3\xaf\x11\x9b\x03\x29\x92\x00\x67\x7c\xbe\x3a\x9c\x8f\x6d\x59\x0d\x5f\x95\x4f\x1a\xd3\x84\xcd\x8f\xcf\x57\xe5\x5f\xb4\x8f\x6f\xd6\x57\xdd\xbf\xea\x9e\x29\xe3\xab\xee\xdf\x55\x77\xb7\xa9\xfb\x8b\x32\xb5\xda\x4f\xdd\xed\xea\x58\x9f\xbb\x9f\xca\x67\x57\xc7\xae\x89\x7e\xc6\x42\x1c\x76\x1f\x5f\xb6\x9f\xe6\xf8\x19\x0b\x26\x92\x9f\xf6\xc8\xa9\x6c\xbb\x39\xfa\x67\x2c\xbc\x38\x36\xd6\xc0\x4f\x0b\xbd\x98\x95\x09\xf5\xd3\x42\x3f\x2d\xe4\x33\xf6\xd3\x42\xbf\x24\x21\xd6\xde\x3f\x2d\xf4\xd3\x42\xac\x86\x9f\x16\xfa\x65\x78\xac\x07\x68\xa1\x6c\xfe\x68\xeb\x92\x16\x12\xee\xb8\x97\x8c\xdc\x53\xd1\x5e\xd4\xcd\x37\xe0\x54\xb4\x33\xa3\xb4\xb9\xa4\x68\xa7\x51\xaa\x71\x4f\xa3\x34\x7e\xbd\xe2\x73\x7d\x2a\xc6\x29\xb7\x84\x5f\x2a\x06\x57\xdf\x7a\x83\x2e\x6d\x7b\x25\x62\xae\xbb\xa4\x6d\x2f\x45\xd3\xde\x97\xa2\xbd\xa8\xa3\xe5\x99\x97\xa2\x5d\x9a\xc8\x13\x2e\x4d\x94\xc3\xdb\xf6\x75\x9b\x26\xba\x14\x57\x1f\x5c\x8a\x9b\xd3\xdb\x76\xe6\xcb\xa5\xb8\x17\x2f\x03\x03\xf2\x5a\xe5\x4d\x2c\x19\xb3\xe1\xd2\x6c\x14\x1b\x8b\xec\x32\xb0\x78\x09\x77\x63\xe1\x32\xb0\xae\x2c\xd2\xfb\xf8\xdf\x06\xd6\x0b\xdb\x8b\xc7\xe7\x56\xf7\x3b\xdb\x9d\xbc\xee\xb7\xba\xdf\x5e\xa0\x96\x51\x7a\xab\x68\x14\x5b\x33\xe5\xdf\xfa\xe0\x8e\x3b\xd7\xf4\x7e\xab\xba\x04\x60\xbe\xcc\xb7\xaa\x2f\x0d\x97\x9a\xdf\x6a\x2e\x28\x72\x67\x6b\xdd\xaa\x1e\x37\xe0\xc7\x0b\x7a\xab\xf9\x6d\x92\x54\x0a\x35\x77\x50\x86\x17\xef\x56\xf3\x84\x49\x36\x03\xfe\x56\xf1\xec\x26\x99\xda\xe2\x51\xf1\xa8\xba\xee\x2b\xff\xa8\xf8\x8b\x59\x75\xf0\xa3\xe2\x2f\x8e\x4d\xf3\x3f\x5e\xa8\x84\x49\x1e\xec\xb1\xc7\xfb\x14\x1f\x63\x92\x41\x8e\xcf\x63\x64\xf0\x31\x66\x45\x71\x7c\x1e\x2d\xf6\x24\x0b\x88\x79\xe3\xd1\x62\xd9\xac\x5f\x76\x5f\xe6\x47\xfb\x3c\x49\x89\xa1\x4b\x1e\xed\x93\xdd\xfa\x59\x03\x1f\x9f\x47\xf3\x24\x53\xd9\x66\xb0\x3c\x9a\x47\xe8\x64\x24\xff\xd8\x88\xb6\xa0\xef\xb1\x19\x36\xa2\x6d\xb3\x07\x25\x5f\x9f\x8d\x68\xdb\xec\x37\xc9\x4a\xd2\xd8\x12\x00\x09\x83\x4d\xb5\xd1\x63\x1b\xf7\xe1\x9e\x17\x6a\x8b\xfb\x10\x5a\xdd\xfc\xdb\xe1\x52\x36\x22\x1f\x7e\xf9\x75\xc9\x97\x20\x9d\xbe\x91\x68\xc1\x48\x46\xa4\xb1\x91\x68\x41\x37\x0c\x36\x12\x2d\x68\x39\x40\x7b\x6c\x24\xda\xc6\xdf\xb7\xc7\x3a\xdd\x08\xad\xa0\x1b\xa0\x1b\xa1\xb5\xd9\xc6\x9e\xa4\x97\x63\x23\xa1\x82\x56\x8e\xed\xef\x1f\xeb\x8d\xc0\x0a\x76\x13\xef\x46\x60\x05\xc7\xb6\x9e\xa5\x2e\x5c\x7f\xbb\xca\x6c\x4a\x1e\x85\x65\xb4\x6e\x04\x56\xd0\xbd\xcd\x1b\x81\xb5\x15\x9f\xb0\x99\x07\x64\xe3\x3b\xf4\xbd\xbb\xd4\x5c\x6a\xd9\xfb\xe4\x92\x2a\xdb\xda\xb2\xcf\xf4\x2d\xd1\xb5\x11\x5d\x19\xe8\x1b\xd1\x15\x94\x9c\x19\x36\x36\xa2\x6b\x13\x0d\x99\x0d\xbb\x63\xa3\xa7\x36\x7a\x2a\xe3\x75\xa3\xa7\x36\xbb\x51\x12\xc4\x37\xb6\xaa\x1c\x35\xf1\xdd\x79\x47\x36\xda\x69\xb3\xa1\x7d\x3f\xf2\xd3\xea\xa1\xd9\xd0\x9e\x1d\x5d\x63\xab\x1e\x9a\x43\x21\xca\x7e\xb8\xa6\xbf\x5f\x1c\x9b\x26\x22\x94\x82\x56\x35\x11\xa1\xb4\x71\x92\x25\x78\x67\x6c\xcd\xbf\x25\x01\x6b\xa2\x84\xc7\xd6\x0c\x3b\x9b\x56\x7c\x37\xb7\xa6\xbf\xb3\x69\x65\x5f\xb7\xa9\x68\x4b\xd6\x2d\x45\xa3\x8a\x36\xd1\x82\xeb\x87\x3a\x94\x2b\x2d\x49\x3d\xc7\x46\x15\x05\xb5\xee\x7e\xa9\xb4\x39\xb3\xa1\xe4\xd0\x93\xb1\x51\x45\x41\x65\x59\x6c\x44\xd1\x46\x01\x25\xc2\x7b\x6c\x14\xd0\xb6\x02\x0d\xdd\xa6\xf7\x6c\x81\xc9\x8e\x8c\xb1\x75\x15\x7d\xb1\xaf\x41\x4c\x14\x05\xef\x6d\x69\x36\xaa\x28\xd8\xf7\x08\xc7\x8d\x2a\xda\xa8\xa2\x69\xe8\x52\x45\xdb\x52\x45\x7e\xa9\x56\xc9\xac\x56\x66\x51\x85\x55\xad\x27\xdd\x97\x7f\x1b\x3a\x81\x78\x4a\x98\xea\xd8\x88\xa7\xa0\x30\xe7\x37\xe2\x29\xd8\x0f\x23\x8b\x78\x0a\x8e\xa6\x93\x89\xa7\x8d\x78\x9a\xf9\xcc\x6f\xc4\x53\x20\xb9\xc6\xd8\x88\xa7\xa0\xe4\x04\xd5\xb1\x11\x4f\xc1\xfb\xcb\x34\x11\xf5\x14\x1c\x5b\x2c\xcf\x8d\x7a\xda\xa4\x56\x8b\x84\xd8\xa8\xa7\xcd\xee\xf0\x59\xdc\xa6\xee\x2f\x66\xd1\xb8\xa4\xd2\xc6\x4b\x96\x23\xc8\xc6\x46\x2b\x05\x75\x3f\x5c\xd2\xc9\xb4\x52\x92\xad\x8e\x8d\x56\x0a\x8e\x4d\x8f\xd2\x4a\xc1\x7b\x5b\xaa\xb0\xab\xfc\x9e\xa9\x2a\xb6\xc5\x46\x3e\x05\xb3\xa9\x14\xf9\xb4\x39\x23\x7a\xf7\xff\x9a\x63\xea\x82\x7c\x19\xb6\xa9\x0b\x66\x0e\xf6\xf7\xda\x92\x32\x9b\xc0\xbf\x1c\x03\x37\x36\x92\x23\xd8\x59\x20\xdb\xd4\x44\x51\x21\x9b\x91\x4b\x84\x6c\x53\x13\xe5\x43\xb6\x91\x1c\x41\xb3\x26\xb4\x4d\x4d\xc4\x67\x34\x4d\xd3\x87\x26\x7a\x31\x8b\x21\x79\x68\xa2\xf8\x8c\xaa\x89\x8d\x56\x09\x8e\xcd\xc4\x46\xab\x6c\xb4\xca\x54\x03\x5a\x25\xe8\xbb\x37\x88\x56\xd9\x88\x10\x12\x76\x23\x42\x82\xfd\xcf\x2f\x55\x8a\xe2\x60\x1c\x6d\x14\x47\x30\x12\x7c\x39\x36\x8a\x63\xfb\x7a\x68\x54\xe1\x46\x24\x04\xfb\xa1\x43\xbf\x1e\x6a\x2b\x51\x62\xbf\xc7\x46\x24\x04\x3d\xe9\x98\xc6\x46\x23\x04\xdb\x9c\xee\x32\x4c\xbf\x59\xb7\x50\xf7\xaf\xd2\x92\x0d\x49\x45\x33\x36\xb2\x21\x98\xd9\x67\x33\x36\xb2\x21\xe8\xeb\x1b\x4e\x36\x04\xef\x2f\x15\x6d\xd5\xc0\xcc\xe9\x36\xdd\xf2\x33\x3c\x22\x92\x37\x82\x20\x98\xc3\x50\x20\x08\xb6\x5f\x77\x5b\x5a\x92\xa9\x1f\xcc\xf5\x22\x33\xf5\x83\xbe\x6b\x48\x96\xfe\xf6\x5b\xe5\x48\x45\x7f\xca\x91\x9d\xd9\x87\xcf\xf3\x4f\x39\x4e\xe5\x88\x65\xb8\x9d\xca\x11\x3f\x4f\x37\xb1\x9d\xca\x71\x6a\xdc\xe9\x9a\x87\xe6\x1c\xbb\x4d\xc7\x9f\x1e\x7a\x26\xa4\x77\xff\x97\x2f\xf6\xa9\xed\x5f\xcc\xf5\xdd\x25\x04\x82\xc3\x6b\x4e\x07\x04\x63\xf8\x76\xd2\x01\xc1\x91\x9d\x0a\x63\x3b\xb5\x3c\x69\x90\xa4\xae\x63\x23\x0d\x36\x7e\x1b\x33\x1c\x69\x10\x94\xe6\xc3\x70\xa9\x9d\xbd\x51\x33\x2b\x05\xdb\x65\x84\x5d\x19\xd6\x8c\x2c\x02\x62\xbb\x34\xa9\x8f\x22\xcb\x3d\x38\xd6\xa0\x63\xb8\x07\x47\x33\xc3\x31\xdc\x37\xbb\x99\x8e\x68\xfc\xed\xf6\xd0\x3b\x87\x61\x47\x50\x6d\xb7\x67\xb2\xdc\x93\xe8\x75\x6c\x2c\xf7\xa0\x1c\x66\x5a\x96\xfb\x26\xc0\xef\xf0\x9a\x33\xdd\x83\x63\x33\x76\x98\xee\x1b\xb7\xc7\xe1\xab\xc8\x44\x0e\xf6\x9c\x9b\x3e\x36\x26\xf2\xc6\x15\x72\xf8\xf2\x30\x88\x83\xbe\x7b\xe3\xd8\xc3\xc1\xdc\x4c\xab\xec\xe1\x60\x32\x91\xb7\x47\x31\x1e\x39\x26\xd3\xde\xcf\x2a\xc6\xe1\xff\xfd\x99\x2e\x7e\x7c\x04\xd2\x90\x4c\xe4\x60\x13\x01\x37\x36\x36\x72\x30\x57\x27\x3f\x3a\x59\xb4\xde\x61\xf4\x3f\xfa\xe0\xc5\xb4\x3c\xb9\x3d\xfa\xe0\xc9\x56\xab\xbc\xe5\x85\x71\x1d\xcc\x6c\x6c\x1d\x85\x71\x5d\x58\xd2\xc7\xba\x36\x5c\x8b\x25\x9d\xf7\xa1\xb0\xa4\x83\x23\xf1\xb7\xa3\x30\xa4\x83\x8d\x6d\x5d\x18\xd2\x85\xff\x23\x39\x6c\x47\x61\x49\x07\x75\x56\xb7\xfd\x5c\x7a\xc7\x72\xce\x6b\x1e\x25\x71\x78\xd0\xb2\x43\x65\x14\xe6\x76\x50\x5b\x66\x87\xc2\xdc\x0e\x6a\x76\xb5\x8e\xc2\xdc\x2e\x4e\xa6\xcb\x50\x2e\xcc\xed\x22\x58\x2f\x3d\x57\x36\xb5\x4c\xa2\x2a\x7d\x5e\xf8\x48\x82\x52\x8a\x4b\xd5\xa5\xaa\xf8\xa9\x25\x1f\x49\x70\xe4\x2c\xef\x51\x98\xee\x85\xe9\x9e\x61\x50\x98\xee\x81\x14\x49\xa3\xf0\x91\x04\x23\xbb\x37\x46\xd9\xb4\xd8\x96\x2c\x6f\x4d\x59\xb5\xd8\xb6\x5a\x4c\x61\xb5\x58\x52\x57\x25\x0d\xed\x28\x8c\xfa\x60\x24\x7b\xd2\x28\x8c\xfa\xc2\x82\x4f\x3a\xdf\x51\x58\xf0\xc1\xc8\x39\xd5\xa3\xb0\xe0\x83\xf7\x36\xd7\xb4\xc6\x8b\x91\x03\xe7\x46\xe1\x23\x09\x46\x8d\x04\x2a\x8c\xfa\x52\x56\x6b\xb8\xa6\x35\x5e\x8c\xf6\x49\xd5\x59\xf5\xc1\xb0\xe0\x5a\x18\xf5\x45\x36\xab\x64\x94\x1c\x85\x55\x1f\x1c\x3e\xae\x85\x55\x5f\xca\xaa\xbb\x9f\xaa\x7b\xce\x8c\x4e\x4e\xe7\x51\x18\xfa\xc5\x86\x75\x4b\xd2\x85\xa5\x1f\x8c\x6c\x70\x19\xa5\x18\x2e\xc5\x5b\x91\x37\xa5\x14\xe3\xe5\xc5\xf2\x31\x14\xfe\x95\xe0\xbd\x2d\xcd\xc6\xc1\x12\x4c\xe6\x69\xa9\x9a\xa8\x9a\x38\x32\x99\x94\xaa\x8d\x6a\xbe\x4d\xc5\x25\x6d\x14\xc5\xc1\x1b\x54\x08\x8e\xc0\x51\xde\xa3\x10\x1c\x85\xe0\x48\x06\xca\x51\x08\x8e\x40\xe6\xd2\x51\x08\x8e\x62\x97\x3c\xe7\x5b\xe1\x9a\x09\xc6\x58\xc5\x50\xa9\x17\x63\xac\x0a\xa8\x54\x62\xfc\xe2\x35\x1d\x85\x06\x09\x6a\xc2\x64\x46\xe1\xab\x09\xb6\x8f\x9e\xe2\xab\x09\x36\x31\x2b\xa3\x70\xd6\x04\x83\x53\xaa\x70\xd6\x14\xbb\xf0\x93\xa2\x75\x94\xa6\x02\x39\x97\x8e\x29\x50\x68\x9c\xd2\x62\x44\x18\xdf\xf4\x4c\xe1\xe6\x49\x1a\xe4\x51\x08\x9a\xa0\x36\xe3\x8a\xa0\x09\x7a\x12\x67\x8d\x42\xd0\x94\xb6\x4e\x55\xca\x25\x35\x6f\x4c\x3b\xa5\x50\x73\x7a\x26\xd9\x69\x47\xa1\x67\x8a\x33\xe8\x62\xb4\x15\x7a\x26\x38\x32\x3b\x16\x3e\x9e\x60\xab\xff\x70\x94\xc7\x28\x5d\x23\xe4\xe0\xec\xa2\x76\x24\x51\xa1\x7f\x92\x4a\x79\x14\xfa\x27\xa8\xfc\xa0\x85\xfe\x29\x76\x55\x1d\x66\x24\x62\x27\x28\x39\x1f\x62\x94\xae\x11\x86\xce\x50\x65\xf2\x24\x28\x7c\xc0\x85\x3c\x29\x22\xf6\x92\x62\x78\x94\xe1\x8d\x1b\xd9\x61\x93\x6f\x6b\x21\x4f\x82\xd6\xcd\x65\xe4\x49\x11\xc4\x77\x78\x28\x7d\x12\xd8\x70\x30\x0a\x79\x12\xf4\x64\x05\x1e\x85\x3c\x09\xaa\x15\x92\x32\x56\x69\x93\xe1\x36\x9f\xcc\xc2\xb9\x53\xc4\xf0\x79\x79\x09\x96\x60\xa3\x54\x0b\xc1\x52\x08\x16\xe3\x97\x5e\x09\x6a\x31\x09\xd2\x2b\x85\x5e\x61\x03\x15\x7a\x25\xd8\x3e\x6a\x49\xaf\x94\x7d\x35\x46\x7a\x85\x38\x09\x36\x06\x4f\x21\x4e\xca\xbe\x6a\x9e\x76\xdc\xd5\x3c\x27\xcf\x25\x75\xe9\x28\x7c\x3b\x45\x3c\xde\x7a\x2b\x79\x72\x82\x2d\xb9\x1a\x46\xe1\xc9\x09\xde\xdb\x94\x57\x45\xf7\x8c\xcd\x2c\xf6\x17\x9e\x9c\x22\x6e\x2f\xab\x3e\x85\x27\x27\x28\x1f\xf3\xf8\x54\x51\x01\x79\x14\x68\xe1\xc9\x09\x36\x2b\x6a\x85\x27\xa7\xf0\xe4\x1c\xca\xc1\x93\x13\x94\x6a\x6a\xa7\x9b\x82\xc3\x37\x9f\x6c\x2a\x87\x37\xc4\xe7\x8a\xd2\x09\xda\x96\xe5\xb9\x42\xe9\x04\xb5\x79\x69\x28\x9d\xa0\x0d\x7d\x47\xe8\x14\x01\x73\x87\x2f\x0c\xa5\x13\xd4\xec\x76\x19\x85\x53\x26\xd8\x3a\x9b\x82\x53\x26\xb0\x9f\x75\x94\xc3\x70\x3c\xf2\x39\xd4\x75\x87\x1a\x51\x4d\x87\x81\x46\x35\x05\xdb\xf0\xb5\x3a\x56\x9d\x7e\xd9\xbb\xe4\x92\x6e\xe2\x93\x39\xd6\x6d\x3a\xe0\x45\xaf\x5e\x1e\x3e\x99\xc0\xf6\xc3\x51\xf8\x64\x82\xb2\xac\x9d\xaf\xc6\x78\x51\x37\x9f\x56\x5e\x9a\x60\xab\xdc\x34\x85\x02\x0b\x24\xa9\x1e\x85\x02\x0b\xb6\x8f\x6f\x15\xc7\x4d\x89\x97\xa6\x7e\x7c\x11\x28\xb0\xc2\x4b\xa3\xcd\x28\xb0\x12\xb9\x55\x93\xf9\x6d\x14\x72\x2b\xf8\xef\x25\xf5\x7c\x51\xbb\x81\x4c\x6e\x95\xf8\x5a\xea\x47\xa5\xf8\x5a\x82\x2d\xf9\xfe\x46\x21\xad\x4a\x22\xed\xea\x7a\x17\x79\x51\x82\xad\x65\xc1\xa2\x90\x56\x25\x21\x74\xf5\x63\x02\xe3\x1f\x09\xd6\x1a\x46\xf9\xe9\x95\x9f\xe2\x6e\x1e\xaa\xb8\x71\x99\x54\x56\x16\x97\x49\xd0\x3e\x5e\x8b\xdf\x2a\xee\xfa\x50\xe7\x92\x97\x27\xa2\xac\x32\xa3\x0b\x55\x16\x94\x69\x16\x3a\x75\x5e\x84\x5a\x5d\x56\x22\xa1\x16\x6c\xab\xf7\x08\xb5\x60\xab\x1f\x53\xd3\xa9\xab\xce\x84\xba\x78\xf1\xb8\x69\x82\x2d\xdb\x3c\x46\xe1\xa6\x29\x24\xde\x7a\xa6\x71\x9b\xdc\xc8\x22\x39\x0a\x85\x17\x94\x79\xf8\xa1\x06\x3a\xcd\xa2\x69\x0c\x12\x2e\xe8\x55\x6b\xd3\x70\xc1\x5b\xb0\x8c\x0e\x22\x2e\xd8\x72\x94\xe2\x28\x44\x5c\x50\x0e\x56\xee\xa9\x81\xce\x18\x32\x06\xdf\xa9\x7d\x92\x7a\xb9\x7e\xa2\x29\xca\xa5\x81\x22\xff\x26\xbb\x8b\xfa\x0b\xde\xdb\xd2\x9d\xe4\x5f\x20\x45\xc7\x28\xe4\x5f\x50\x39\xdd\x0a\xf5\x17\x64\x57\xd5\x28\xc4\x5f\xf0\xfe\x57\x1a\x9b\xfb\x28\xa8\x1c\x9a\xe5\xd2\x64\x2f\x7a\x5d\x97\x34\xd9\x95\x85\x31\x73\x2d\x87\x52\xd0\x06\x5d\xc0\x9f\x14\xf4\xaa\x2d\xf8\x93\x82\xd6\xc6\xdf\x37\x6d\x8d\xc2\xdb\x14\x6c\x1f\x26\x2a\x6f\x53\xb9\x0c\x2f\xf3\x11\x85\x1a\x94\xa9\x7a\x14\x6a\xb9\x57\x53\xa5\xfb\x39\x92\x82\x15\x5c\x55\x88\xd6\x40\x46\xb3\x51\x88\xd6\xe0\xfd\x65\xba\xec\xd6\x58\x77\x36\xf4\x98\x50\xe9\xd8\xc0\xae\xba\x51\xe8\xd8\xa0\xe4\x5c\xd3\x51\xc8\xd8\xc2\x03\x65\xf2\x21\x63\x83\xd6\xcc\x03\x3c\x50\xe5\x36\x96\x48\x2d\xee\xa6\xa0\xb4\xac\x86\x15\xee\xa6\xa0\x36\x6f\x0c\x77\x53\xd0\xab\xf7\x9b\xbb\x29\x68\xdd\x8b\xcb\xdd\x14\xbc\xff\x9f\x5e\xe4\x6f\x0a\xb6\x69\x14\x12\xd3\xc1\x7b\x5b\xfe\x8d\x9a\x0e\x6a\x31\xed\x72\x38\x05\xb5\xf9\x78\xd1\xd7\xc1\xfb\xcb\x54\x8a\xc0\x0e\xfa\x1a\x98\x04\x76\x20\x4d\xc1\x28\x04\x76\x79\x56\xd5\xdd\xa6\xea\x2f\xfe\x74\x1d\x99\x1c\xb4\x61\x18\x52\xc9\x41\x5d\x5a\x85\x4a\x0e\xd6\x6a\x5e\xa5\x92\x83\xf7\xff\x8f\x5c\xdb\x5c\x13\xc8\xd0\x73\xa9\xb8\x94\xad\x25\xd5\xa5\xea\xd2\xc8\x2f\x33\xed\x56\xca\x39\x68\x7d\xdd\x36\x5d\x9a\xaf\x7a\x49\x9d\x2a\xe5\x1c\xb0\x23\x2b\xdd\x5c\x73\x32\xbb\x53\xdc\x46\xa5\x7f\x03\x1b\xcd\x47\xa5\x7f\xeb\xa6\xb0\x91\x20\x95\xda\x0d\xea\x88\x1a\xad\xd4\x6e\xdd\xb4\x76\x86\x63\x25\x5a\xab\x73\xd8\x33\x33\x54\xa2\xb5\x46\x8e\xd6\x8f\xe6\x20\x47\xab\x1c\x19\xd1\x55\x95\x1c\x0d\x56\xf8\x52\x25\x47\x83\xf7\x97\xae\x5d\xae\x25\x13\xc5\x47\x39\xd4\xe0\x45\xcd\x39\xef\xa3\x6e\xab\x06\xc9\x35\x1d\x91\x56\x89\xd6\x60\xad\x3c\x56\x9a\x35\xd8\xac\x38\x57\x9a\xb5\xca\xc0\x9c\x77\xa7\xd2\xac\x41\xcb\x36\xbd\x51\x49\xd6\xa0\x7c\x0e\xff\xd5\x5d\x4a\xf0\x5f\xf1\x43\x6d\xe1\x0c\x76\xde\xdb\x4a\x9f\x06\x84\x62\x15\xe9\x17\x6c\x35\xa7\x21\x8d\x4a\xb1\x06\x6b\xcd\xa0\x52\xac\xc1\x56\x0f\x97\x34\x4f\x31\x05\xad\x5a\xaa\xf8\x8b\x96\x4d\x8b\xa3\x52\xa2\xb5\x9a\x82\x22\x01\x2a\xd9\x19\x8c\x96\x15\x88\x4a\x76\xd6\xea\x1b\x1d\x75\x57\xab\xb2\xbd\xe8\x75\x73\x49\xd1\xb2\x69\x4c\xe4\x59\x15\x10\x58\xab\x6e\xca\xaa\x4a\xa5\x31\x83\x2a\x4e\xa0\xd2\x98\xc1\x1c\x3a\x93\xc6\xac\x4d\xd1\x62\xc1\x55\xf2\x31\xa8\x39\xe7\x6d\x54\xea\x31\xe8\x82\x30\x2a\xf5\x18\x6c\x8e\x30\x1f\xb5\xe9\x82\xc6\x68\x4c\x31\x9a\x2e\x68\x99\x1d\x9b\x3f\x33\x1c\x39\xcd\x3e\xde\x14\x5e\xb3\xa0\x99\x91\x2b\x91\x19\x6c\xb2\x03\x8e\x4a\x64\x06\x3d\xc9\x8d\x46\x25\x32\x83\x63\x95\x42\xcd\xa3\x31\x73\x1c\xd5\xa8\x34\x66\xe5\x33\xf3\x06\xb7\x55\x73\x59\xa3\x53\x56\xb1\x85\x41\xa9\x46\x23\xd5\x59\xbb\x5a\x66\xd9\xbe\xd2\x87\xc1\xc6\xf1\x5a\xb9\xcc\x6a\xf7\x5a\xe7\xc3\x53\x79\xb4\x82\xd2\xa6\x7f\xf3\xcc\x9e\x93\x21\x74\x00\x87\x56\xb0\xd5\xe4\xb1\x18\x75\x78\x68\x32\x20\xf3\xe0\x54\x3e\xae\x2a\x40\x30\xdf\xbf\x4a\x44\x06\x9b\xf0\xcb\x4a\x44\xd6\x61\xa6\x8a\x15\x56\x29\xc6\x60\x59\xd0\x95\x62\x0c\x26\x13\xbd\x12\x8c\x41\x4f\x46\xae\x51\x09\xc6\x60\xcb\x66\xde\xbf\x7e\xa5\x2b\x41\x19\x1c\x49\x3d\x3e\x2a\x41\x19\xbc\xff\xe2\x9f\x75\xd0\x8b\x9e\x13\x21\x46\xa5\x28\x83\xb2\xc6\x39\x45\x59\xf7\xd5\x32\x69\x67\xfa\x31\xe8\x35\x06\x4d\xdd\xb5\xcc\x8b\x63\x7a\xc5\x29\xca\x1a\xf9\x58\x05\x03\x55\xf2\x31\xd8\x6a\x75\x9b\x96\x89\x6f\xab\xc4\xd4\xaa\x7c\x5b\x35\xc7\x06\xd5\x64\x52\x1b\x95\x7c\x0c\x7a\x5d\xb7\xa9\x67\xf2\x74\x58\x2e\xaf\x04\x65\x8d\x2c\xac\x49\x39\x36\x2a\x5d\x18\x54\xcb\xf6\x95\x2e\x0c\xb6\x9a\x5d\x78\xa3\x72\x9e\x05\x5b\x33\x7b\x72\x9e\x05\xb3\x99\x57\xa8\xc7\x60\x16\xef\x16\xf5\x58\xb3\x77\xab\x6e\x9b\xdb\x54\x2a\x29\x38\xb2\x9d\x6b\xd4\xa9\x52\x0e\xff\x31\x13\xd0\x98\xc1\xd6\x0c\x3a\x1a\x33\xe8\x6b\xf0\x13\x99\xc1\xfb\xff\x6e\x53\xcf\x17\xad\xf9\x0a\x89\x10\x0c\xde\xdb\xd2\x68\xfc\x75\x41\xaf\xbe\x42\xfc\x75\x41\x1d\xba\x98\xbb\x2e\xf8\xd3\x4f\x44\x6c\xf0\xfe\x59\x1e\x40\xc5\x06\xe5\xf0\x95\xa3\x62\xeb\xa1\x8b\xd7\xbf\xe9\x62\x47\x9a\x2b\x1a\x7d\x1a\xbc\xb7\x65\x0c\x11\xa8\x41\xc9\x19\x02\xa3\x12\xa8\xf5\xd0\x79\xd1\x16\x95\xa6\x0c\xca\x9a\xcb\x68\xca\xe0\xbd\x2d\x3f\x25\x2a\x83\x3a\xbc\x98\x44\x65\xe5\xd6\xcb\x52\x5b\xa5\x29\x83\xf7\x97\x19\x7e\x44\x65\x50\x72\xc4\xe6\xa8\x44\x65\xf0\xde\x96\xe2\xf2\xf4\x05\xa5\xf9\xdc\xd2\x99\x41\xcd\xee\x90\x51\xe9\xcc\xba\xf2\x39\xfb\xa1\x0e\x25\x3d\x7d\x22\x29\xcf\x60\xab\x5b\x75\x4d\x87\xc6\xd3\x57\xe3\xa3\xae\xa4\x67\xd0\x05\xd3\x54\x8e\xbe\xa0\xd7\x55\x30\xfd\xf9\xd5\x68\xbe\x91\x02\x04\x83\xd1\x4c\xd9\x34\x6b\x4d\x30\xa0\x4d\xce\xa3\x72\xfe\x05\x65\xc4\xd8\xae\x82\x01\x83\x2e\x68\xab\x92\xb1\xf5\xa7\x35\x7c\x14\xf8\x03\x83\xd6\x7d\xbe\xf9\x03\x83\xad\x19\x09\x94\x6d\xf0\xfe\xd2\x35\xcd\xf1\x5b\xe9\xad\x73\x49\x73\xfc\x56\x73\x28\x87\xe6\xc8\x86\xb1\xaa\x85\x48\xdb\xe0\xbd\x2d\x9d\x47\xdb\x06\x7d\x7d\x50\x48\xdb\xe0\xbd\x2d\x6d\x44\xdb\x06\x73\x7d\x23\x4f\xed\x41\xc7\x8a\x71\xac\x74\x6c\xd0\x2b\x6b\x92\x8e\x0d\xde\xdb\x52\x53\x42\x36\xe8\x75\x3d\x40\x7b\x64\x67\x59\xe5\x1e\xab\x64\x6b\x50\x0b\xb3\x93\x6c\xad\xd1\xa3\x72\x1b\x8f\x4a\x90\x06\x4d\x68\x7a\x25\x48\x83\xbe\x5e\x0d\x82\x34\x28\x39\xf9\x69\x54\x7a\x34\xa8\xf6\x9c\x54\x7a\xb4\xd2\xa3\xeb\x9b\x48\x8f\x06\xdb\x66\x92\xa4\x47\x2b\xa9\xc9\xf3\x5e\x49\xcd\xa0\x6d\x26\x2c\x52\xb3\x5e\xba\xcf\x77\x84\x8a\x0c\xe6\x1a\xf3\x54\x64\x95\x96\x31\x19\xa1\x47\xe5\xb5\x0c\x7a\x5d\x65\x53\x83\x4b\xbf\x68\x0f\xa2\x30\xe8\xc9\x40\x34\xaa\x78\xc3\x2a\x7f\xb5\xd7\x91\x4c\x0c\xb6\xba\x31\x0c\xe9\xc4\x60\x5b\x5f\x03\x3a\xb1\xde\xfa\xc0\x6c\x4d\xdb\x05\xa5\xae\x5f\xaa\xc1\x1d\x27\x08\x13\x41\x70\x61\xbd\x75\x0b\x8b\x8f\xb6\x0b\xca\x1a\xa7\xb4\x5d\x30\x97\x65\x4b\xdb\xd5\x47\x83\x47\x75\x56\xaa\x2d\xe8\xb5\xfe\x83\x8f\xba\xd2\x74\xc1\x56\x37\xb6\x24\x51\x17\xb4\x35\x06\x88\xba\x4a\xd4\x6d\xcc\x4b\xa2\xae\x12\x75\x66\x4c\xa2\x2e\x78\x6f\x4b\xab\x52\x75\x41\xaf\x5e\x7e\x6e\xd3\xfa\xa8\x34\x93\x93\xaa\x0b\xe4\x92\x19\x95\xaa\x0b\xde\xdb\xd4\x70\xd5\x3a\x4b\x7f\x99\x10\x1a\x59\xd7\x3e\x2b\x53\x7e\x2e\x6d\x2e\x6d\x71\x61\xba\xab\xb8\x44\xf0\xcf\x5c\xaa\x2e\x99\x92\x63\x81\x37\x9b\xbf\x82\x92\x0d\xde\xa3\xf1\x9a\xb6\x24\x1c\xa9\x5b\x0c\xc0\xc6\xd3\xd9\x64\x1c\xc9\xab\xd9\x78\x3a\x83\x9e\x3c\x99\xa3\xf1\x74\x06\x33\xe9\x0d\x46\xa3\xf4\x82\xf7\xcf\xdc\xf6\xb8\x96\x73\xd4\x14\x8d\xab\xb3\x51\x7f\x99\x7f\x1b\xf1\xd7\x36\x43\x31\xd6\x64\xe3\xd8\x0c\xb6\x24\x7d\x1c\x8d\x5f\x33\xa8\x25\x0b\x62\x8d\x5f\xb3\x6d\x66\xd1\x75\xdb\xee\xda\x9e\xa4\xe3\x25\x97\xa6\x4b\xea\x19\x63\xa5\x11\x84\x41\xaf\x99\x5b\x1a\x41\x18\x54\x11\x4d\x8d\x1e\x0c\xde\x5f\xba\x4d\x45\xe3\xc6\x14\x3a\xd3\x08\xc2\xe0\xbd\x2d\x65\xa3\x08\x83\x9e\x24\xa4\xa3\x51\x84\x41\xe7\x7b\x6b\x14\x61\x2b\x86\x5f\x66\x92\x46\xd9\x05\x5d\x7c\x5e\xe3\x8b\x6c\x64\x5c\x52\x60\x8f\x46\xc6\x05\x35\x5b\xcd\x47\x23\xe3\x1a\x19\x97\xfd\xb9\xa3\xd1\x71\xc1\x66\x45\xb6\x71\x3c\x06\x1b\x6f\x76\xe3\x77\x6c\xdc\x82\xc5\x6d\xfc\x82\x41\xe7\x9e\x6c\xfc\x82\xc1\x56\xd7\x90\xb4\x8b\x2b\x98\x2d\x2f\x75\xe3\x2a\x6c\x55\x71\xd7\x35\xc5\x8d\xb4\xe3\x51\x6a\xa4\x5d\x23\xed\x72\x06\xef\x68\xa4\x5d\x13\xc3\xf8\x71\xdb\x2a\xdb\xed\xb6\xb4\x11\x6d\x17\x8c\x66\xe4\xf2\x1f\x06\xef\x6d\x69\x37\x0e\xc4\xa0\x57\x55\xa0\x00\x5b\x53\xd3\xe8\xbd\x46\xef\x05\x35\xc9\x4f\x47\x23\xf7\x82\x2e\x52\xb9\x91\x7b\x81\x85\xfe\x46\xed\x05\xcd\xa7\xb8\xf1\x28\x36\xc7\xd6\x67\xee\x68\xf4\x5f\xf0\x4e\xab\xae\x69\x8d\x96\xc3\xc1\xbc\x2c\xf4\x5f\xeb\xca\x1f\x01\xd0\x48\xb4\xe0\x10\x24\xdf\x38\x06\x83\xce\xd8\x6f\x3c\x83\xad\xaf\x79\x3b\x45\xe3\xfb\x0b\xea\x6a\x20\xda\xae\xc5\xf7\x57\x93\xb1\x67\x34\xbe\xbf\xa0\xb5\xf5\x4b\xc5\xed\x06\x51\xf5\x53\x83\xa8\x27\x21\x61\x77\x9b\x8e\xea\x2b\x71\x70\x3a\x8f\x2c\x0c\x7a\x32\xf9\x8f\x46\x16\x06\xb3\xa8\x01\x59\xd8\x28\xb9\x64\xa2\x1b\x8d\x92\x0b\x36\x81\x9f\x8d\x92\x0b\xb6\x5a\x74\x1e\x29\x17\xac\xa0\xc6\x46\xca\x35\x22\x8c\x77\xae\x11\x61\x8d\x08\xcb\xb2\x62\x23\xc2\x82\x6d\x39\x43\x1b\x15\x16\xcc\xe9\x12\xbf\x5e\x8b\x13\xaf\x16\x2f\x1f\xc9\x15\x4c\xdf\xd8\xc6\x89\xd7\xa8\x30\x6b\xa5\x8d\x0a\x0b\x0e\x0b\x51\x8d\x0a\x0b\xde\xdb\x52\x05\x32\xac\xed\xa9\x82\x09\x90\x0a\x6b\x54\x58\x4c\x82\x46\x85\x05\xbb\xb8\xe0\x46\x85\x35\xf2\xaa\xb8\x8d\xbc\x0a\x4a\xd7\xcb\xe4\x55\xb0\x2d\x13\xa9\xd1\x57\x41\xaf\x4a\x4b\x5f\x05\x65\x7d\x6e\xa6\x0a\x90\x5c\x65\xb8\x4d\x0d\x5e\xac\x75\xe8\x46\x72\x05\x73\x4d\x89\x24\x57\x3b\x0c\xdd\x58\x09\x8d\xd8\x69\x36\x52\xf5\xf9\xf7\x2f\x76\x23\x85\x82\x5a\x54\x86\x14\x0a\x26\xab\xb0\x71\xe8\x05\xef\xb3\x5c\x53\x99\x38\xf4\xba\x69\x8f\x60\x0a\x7a\xd5\xf2\x04\x53\x3b\x0c\xa8\x58\x85\xed\x58\x25\xcf\xda\x80\xe1\xc9\x7b\xd7\x0e\x03\x7b\xf7\x53\xa3\xe7\x45\x1b\xc5\x03\x0c\x9e\x17\x87\x00\x9a\x46\x56\xb5\xaf\xc1\x63\x14\x13\x4c\xc1\x3e\x95\x83\x60\x6a\x2b\x1d\x61\x1a\x90\x5e\x0a\xf6\xf5\x59\xa7\x97\xda\x77\x95\x36\xf5\xa4\x84\x02\x89\x38\x46\xa3\x84\x1a\x25\x44\x3b\x37\x52\x28\xd8\x8f\xf5\x00\x83\x27\x4e\xb8\x6d\x5d\xf2\x92\x24\xe6\x91\x76\x69\x94\x50\xb0\x25\xcd\xeb\x68\x94\x50\xa3\x84\x4a\x9c\xbd\x8d\x12\x0a\x1a\xb5\xdb\x28\xa1\xe0\xbd\x2d\x0f\xe0\xbe\x0b\x66\x5d\x97\xb4\xc6\x2f\x09\x6a\x7d\x3b\x89\xa3\xc6\xc9\xc7\x76\x6c\xd4\x51\xb0\x22\xfb\x1a\x27\x5f\x23\x98\x8a\x37\x82\x60\x6a\x39\xec\xb4\x7a\xe3\xa8\xa3\x46\x1d\x15\xb6\x04\x75\x14\xf4\x6a\xf2\xa2\x8e\x82\xd9\x35\x07\x71\x14\x38\x22\x7e\x34\xe2\xa8\x11\x47\x45\x7b\x10\x47\xc1\x5c\x5f\x5d\xe2\x28\x98\x96\xfc\x1a\x6d\x14\x74\x01\xea\x8d\x36\x0a\xa6\xed\x13\x8d\x27\x30\x90\x2d\x6d\x34\x9e\xc0\x46\x41\x15\x16\x0d\x05\x15\xcc\x12\x97\x67\xa3\xa0\x82\x4a\x51\x36\x02\x2a\xd8\x6a\x72\xf7\x8f\x46\x41\x05\x53\x54\x7f\xe3\x0a\x6c\xa7\x06\x62\x0b\x51\x50\xc1\xe4\x3d\x68\x1c\x7f\xc1\x3e\x57\x05\x34\x10\x9d\x55\x98\x0d\x74\x56\xb0\x6d\xba\x98\xce\x0a\x96\xd9\xdd\xe8\xac\xc6\xf1\xc7\x81\xda\x08\xad\xa0\x57\xb3\x14\xa1\xd5\x08\xad\x65\xe1\x11\x5a\xc1\x92\x1f\x8d\xd0\x0a\xde\xdb\x32\x12\x78\xfe\x82\x7d\x6a\x5c\xae\xbf\x76\xad\xf6\x48\xb7\x13\x5f\x8d\x9f\xcf\x04\xc7\xcf\x17\x8c\xe6\xf5\xe1\xe7\x6b\xd7\x6a\x22\xff\xa6\x89\x22\xd1\x08\xdb\x46\xa2\x35\x12\xad\xb2\xc9\x48\xb4\xa0\x76\x5f\x58\x12\xad\x91\x68\x3c\x89\x8d\x44\x0b\x26\xd7\x46\x23\xd1\x1a\x57\x5e\x65\x80\xd1\x68\x41\xaf\x4c\x26\x12\xad\x91\x68\xd5\x98\xa1\xd1\x82\x5e\xb5\x11\x57\x5e\xf0\xde\x96\x36\xe2\xcb\x0b\x36\x82\xaf\xf1\xe5\x35\x2e\x39\x81\x33\x8d\x4b\x2e\x98\xcb\x30\x26\xdb\x5a\xb6\x7b\x55\xfe\xd1\x46\xa4\x05\xbb\x60\xd3\xc6\x01\x17\xcc\x35\x97\xf2\xbf\x05\xbb\xf8\xa0\x46\xc9\x05\x73\xfa\xc0\x92\x6a\x8d\x54\xe3\x17\x69\xa4\x5a\x30\xe9\xad\x46\xaa\xb5\xc7\x32\x67\x96\xcf\x1a\x5d\x16\x1c\x9c\x14\x8d\x2c\x6b\x09\x5d\xad\x16\xd2\x9b\xd0\xd5\x60\xb7\xe7\xb1\x09\x5d\x0d\x66\xcf\x62\x48\xe3\x92\x0b\x8e\xcf\xaa\x93\xaa\x3f\x3a\xd9\xe7\x9a\x7a\x6b\x22\x57\xd9\x25\xc4\x5b\xb0\x55\x92\xb1\x53\x6f\x41\x49\x5a\xe4\xd1\xa9\xb7\xfe\x51\xd1\x98\x78\x5d\x9e\x8e\xe0\xc8\x31\x0a\xa3\x93\x6a\xc1\xb6\x5e\xef\x4e\xab\x05\x93\x08\xeb\xfc\x74\x3d\xe1\xac\xd5\x5a\x73\xe7\x95\x0b\xba\xfd\x1c\x9d\x5b\xae\x13\x66\x56\x3f\x3b\x61\x16\x4c\x76\x49\x27\xcc\xfa\x66\x00\xd6\xbf\x9f\x90\x39\x3a\x17\x5d\xd0\x92\xf5\x7c\x74\xba\xad\xd3\x6d\xec\x8a\x4e\xb8\x05\x33\xa7\x1e\x8d\x4e\xb8\x75\xce\x3d\xab\x42\x9d\x73\x2f\x38\x78\xaa\x3a\x2d\x17\xbc\xb7\xa5\xd6\xc4\x5c\xb0\x8c\xd8\x2e\x24\x35\xd8\x73\x40\xf4\xe8\x5c\x80\x7d\x5b\x69\x98\x53\x69\x92\x2f\x38\x3e\xda\x86\xe4\xeb\x7c\x80\xac\xe9\x4e\xf3\x05\x33\x89\x58\x47\x27\xf9\x7a\x59\x6d\x93\x4e\xa2\xdc\x82\xb9\x67\x36\xec\x7c\x79\xc1\x2c\xf9\x10\x74\xbe\xbc\x60\x26\x11\xff\xe8\x7c\x79\xdd\x61\xaa\x79\x27\x3a\xc5\xd7\xc9\x3b\xaa\xbb\x93\x77\xc1\x14\x20\xd7\xc9\xbb\xa0\xac\x46\xa3\xee\x82\x99\x03\x9f\x46\xa7\xee\x3a\x75\x57\xd7\x33\x57\x05\x62\x98\x0f\xbf\x34\x04\xe2\xcb\x4b\x86\xc9\xd1\xf9\xf2\x3a\x11\x48\xa0\x76\x22\x30\x18\x39\x99\x73\x74\x22\x30\x18\x5c\x96\x9d\x06\x0c\x6a\xd3\x4f\x34\x60\xb0\x55\x16\x58\x17\x2f\x1a\x34\x56\x6d\xe7\x04\x0c\x36\xc9\x09\x3a\xa5\x18\xbc\xbf\x4c\x6b\x90\x8a\xc1\x26\x82\xb9\x4b\x0b\xd2\xab\x7a\xe6\xf3\xdf\x49\xc5\x60\xe3\x6a\xeb\x94\x62\xd0\x92\xf7\x73\x74\x4a\xb1\x73\xef\x99\xa9\x3a\xbd\x17\x6c\x02\x86\x3a\xbd\xd7\x9b\x1a\x0c\x3f\x55\x83\x1c\x84\x7a\x78\x26\x79\x17\xec\xb6\x11\x75\xea\xae\x37\xf3\xaa\xa1\xd6\x14\xb7\x65\x2b\x76\xf7\x00\x3d\xd5\xbc\x99\xba\x85\xeb\x2e\x28\xe2\xbe\x3b\xd7\x5d\x27\x0c\x93\xb4\x6a\x74\xc2\x30\x28\x3e\x95\x9d\x30\xec\xdc\x79\x35\xcb\x66\x9d\xe4\x0b\x06\xc3\xb8\x73\xe7\x05\xc7\xba\x49\x4f\xbd\xd8\x25\x83\xe8\x64\x61\xb0\xd5\x55\x29\xba\x30\x28\xc5\x80\xb4\x25\x2e\xd8\x1c\xea\x3f\xba\x30\xd1\x40\xa6\xc2\xd1\xa9\xc7\xe0\xbd\x4d\x31\xd4\x3d\xf2\x31\xa7\x75\x8e\x4e\x3d\x76\xdb\xe4\x8a\xaa\x6b\x8d\xe1\xc5\xcb\xe2\x59\xe7\x2e\x0c\x36\xce\xdf\xce\x5d\x18\x2c\x9b\xa6\x73\x17\xf6\x61\x86\xf1\x1a\x8b\x39\x0d\xb6\x6e\xaa\xa5\x3b\xfb\x58\x35\x70\x4d\x0d\x5e\x8c\xa4\x25\x1c\x9d\xa7\x2f\x28\x82\x29\x3a\x8d\xd9\x87\x29\xdf\xec\x47\x3d\x06\x95\xf3\xb1\xf3\xea\x05\xef\x6d\xae\xa9\xc1\x2e\x58\xcf\x25\x35\xd8\xbd\x7a\xda\x83\xc8\x0c\x5a\x72\xdd\x8e\x6e\x63\x5b\xb0\xdb\xb8\xd2\xc9\xce\xfe\xc7\xf9\xe7\x9a\x5a\x45\x77\xda\x1b\xd5\xc9\xce\x60\xf6\x7c\x62\xbb\x70\xd2\x3e\x57\xd1\x52\x77\x82\x32\x98\xfc\x86\x9d\xa0\x0c\x76\x3b\x6a\x3b\x3d\xd9\x29\x45\xf1\xf8\x9d\x52\x0c\xea\x6e\x44\x52\x8a\x5d\x2e\x7c\x41\xef\x9d\xdf\x2d\x68\xcd\xf4\xcd\xed\x16\x6c\xdc\x5d\x9d\xdb\xad\x67\xff\x5b\x15\x3f\xd4\x39\xd4\x82\xd1\x4d\xb8\x34\x66\xb0\x89\x53\xec\x44\x64\xf0\xfe\x32\xc5\xa5\x22\x83\x21\x94\xae\x53\x91\x9d\x8a\x14\xa6\xdc\xa9\xc8\xe0\x58\x45\xa3\x22\x83\xad\xae\xe9\x8f\x8c\x0c\x36\xcb\x84\x9d\xdb\xad\x53\x96\xb6\xf0\x75\xca\x32\x90\x25\x70\x74\xca\x32\x78\x6f\x4b\x7b\x08\x0c\x0d\xf6\xbe\x7e\xa9\x3d\x5e\x54\x46\x53\xb7\xc1\xae\x27\x56\x54\x86\xe7\xd1\x09\xd0\xa0\xb5\x7f\x38\xc6\x63\x74\xfa\x34\x78\xff\x25\xff\xcc\xef\x17\x54\x3b\x7a\x3b\xb7\x5f\x17\x38\x9a\xc3\x03\x46\xa7\x59\x83\x52\x9a\xdb\x34\xd7\x77\xed\x72\xcb\x25\xcd\xc5\xc7\xd7\x36\xd7\x34\x57\x82\x49\xa5\x26\xeb\x7c\x7c\xfd\xbb\x9a\x2b\x2d\x4d\xda\x06\xcd\x16\xd6\x4e\xda\xf6\xef\x6a\x2e\xd7\x34\x97\x2c\x20\x87\x07\x68\xae\x17\x73\xae\xd2\x6a\xae\x48\xdb\xa4\x7e\x1d\x9d\xb4\xed\xa4\x6d\x63\xa1\xd1\xb6\x41\x5d\x1f\x32\xd2\x36\xa8\x47\xd6\x20\x3a\x69\xdb\x29\x4f\xd9\x0e\x3a\xe5\x19\xec\x04\x6a\xe7\xaa\xeb\xa2\x50\x2d\xa5\x75\x6a\x34\xd8\x86\xa1\x42\x8c\x76\x7e\xb9\x35\xca\x48\xcf\x60\xe4\x24\xb6\xd1\x49\xcf\xa0\xd6\x43\xd1\xd4\xe0\xd4\x7b\xb1\x58\x3b\x51\x19\x94\xc3\x07\x84\xa8\x0c\xde\xdb\xf2\x9e\x50\x95\xc1\x48\x8a\xc6\xd1\x89\xca\x60\x74\x6f\x30\x51\x19\x94\x1c\xfe\x39\x3a\x51\x19\xbc\x23\x3e\x97\x54\xfd\xd4\x2b\xbe\xb1\xd4\x62\xd0\x04\x91\x75\x6a\x31\x18\x7c\xc7\x9d\x58\x0c\xde\x5f\x7a\xe6\xaa\x54\xb6\x86\x98\x21\xa8\xc5\xa0\x49\x48\xd5\x89\xc5\x4e\x19\xae\xd1\x41\x19\x06\x63\xe8\x3c\xca\xb0\x73\xc1\x89\x06\xe8\x5c\x70\xc1\x18\xbe\x80\x54\x60\x50\x3f\x26\x6e\x2a\xb0\x13\x69\x49\x8e\x3a\x3a\x91\x16\xd4\xa9\xdb\x89\xb4\x4e\xa4\xd9\x7b\xd0\x89\xb4\xa0\x6c\xe6\x1b\x22\xad\x0b\xae\x6c\x0c\x18\x8a\x2c\xa8\x85\x69\x45\x90\x75\xe9\x3d\xbc\x05\x04\x59\x50\x48\xdb\x2e\xb8\x32\x68\x5c\x2d\x9d\x03\x2e\x68\x36\x6a\x75\x0e\xb8\x4e\xc9\x89\x5d\xe8\x94\x5c\xd0\x3e\xeb\x92\x2e\x78\xd1\x3e\x06\x1f\x07\x5c\x7f\xe2\xd6\x36\x01\x50\x6d\xc1\x76\xe8\x3b\xaa\xad\x73\x93\x2d\xf3\x85\x9b\x2c\xa8\x6d\xdd\xa6\xfc\x89\x7d\x5c\x63\x83\x1c\xeb\xe4\x98\x78\x8f\x4e\x8e\x05\x55\xce\x80\x4e\x8e\x75\x0a\x4a\x60\xf7\xa0\xa0\x82\xa1\x81\x06\x05\x15\xbc\xb7\xb9\x56\x5c\x2b\xaf\x45\xd3\x73\xa5\xba\x52\xf3\xc3\x91\x4b\xcd\x25\x15\xc8\xb2\xe1\xa0\xa9\x02\x27\x5c\x8c\x41\x53\x8d\x8f\xd2\xc6\xf0\x19\x04\x54\x30\x6c\xe2\x19\xbc\x64\xc1\x7b\x5b\xcb\xb5\xd3\xb5\x75\x64\x68\x2e\x5d\x2e\x19\xf1\xbb\xb2\xdd\xae\xdd\x59\xff\x2d\xb9\xf4\xb8\xf4\xda\x7c\x9f\xb8\x8a\x06\x35\x36\xf8\xc4\x98\x12\x83\xb6\x0a\x9a\xcd\x9c\x83\xb4\x0a\xea\x8c\x6e\x18\xa4\x55\x30\x4c\xc1\x83\xb2\x1a\x9b\xa9\x29\x46\xce\xa0\x99\x82\xe1\x53\x30\x68\xa6\x41\x0c\x59\x0b\x19\xc4\x50\x30\xcc\x7d\x83\x18\x0a\xde\xdb\x14\x57\x0d\x44\x44\xc6\xc8\x19\xfc\x5f\x41\x33\xe0\x07\xff\xd7\x28\xde\x8b\x75\x9b\xe2\x72\x80\xe5\x95\x1d\xd4\x50\xb0\xd5\xa6\xa2\x1c\x60\x41\xe1\x74\x1b\x82\x1d\x83\x66\x17\xc7\x10\xed\x38\x8a\x1a\x1c\xfe\x4d\x0d\x1c\x0b\x3b\x3c\x53\x0d\x84\x36\xe6\x8c\x86\x31\xc8\xa1\xa0\xb6\x18\x3e\x83\x1c\x0a\xde\xdb\xf2\x53\xbb\xec\x82\xd1\xb2\x10\x3c\x44\x3b\x8e\xb5\xa3\x2e\x93\xe4\xa0\x9a\x06\xd5\xb4\xfe\x4d\x45\xa3\x9a\x5a\xf9\x87\xb8\xf0\x41\x54\x05\x23\x49\xf5\xc7\x20\xaa\x46\x35\xee\x32\x93\x0f\x3a\x28\x68\x5d\xaf\x71\xa2\x0d\xd2\x88\x09\x3b\x48\xa3\xa0\xda\xcc\x3c\x48\xa3\xc1\x63\x66\x01\x72\xf0\x98\x05\xa3\xc5\x08\x1f\x3c\x66\xc1\x14\x50\x35\xc4\x4c\x06\xe5\xb3\xb9\x4b\x95\x85\x34\xca\xcd\x39\xb8\xb4\x82\x52\xe2\x87\x19\x64\x50\xb0\x84\xff\x20\x83\x06\x19\xc4\x36\x1d\x6d\x15\x2d\xfe\xbd\x7c\xeb\x06\x19\x34\x92\x0a\xb1\x76\x6f\x35\xcd\x13\xac\x85\xa3\xc1\x19\x16\x54\x5b\x12\x07\x5f\x58\x30\x7c\x72\x07\x61\x14\xb4\x6a\x36\x20\x8c\x82\x91\x23\x8d\xc6\xa0\x8c\x82\xe1\x53\x3a\x28\xa3\x91\xcc\x20\x95\x6e\x1e\x64\x50\x50\xe5\x86\x1a\x54\xd0\x20\x79\x24\x69\x1d\x24\x4f\x30\x67\xf7\x4c\x9d\xd2\x55\xdd\x40\xa1\x79\x82\xc1\x8e\x18\x3c\x66\x43\x20\x65\x37\xec\x04\x52\x06\x43\x88\xe4\xa0\x8c\x46\xa2\x26\x6b\x37\x62\xe8\xa0\xa0\xe6\x30\xb9\x31\xa4\x06\x19\xa4\x11\x0b\x76\x90\x46\x41\x11\xa0\x3e\x48\xa3\xc1\x25\xd7\x57\x41\xd4\x7e\x25\xd5\xf7\x50\xef\xdc\x30\xd6\xb4\x2e\x67\x5b\xb0\x82\x8e\x07\x5f\x5b\xe0\x38\xdb\x31\xa8\xa5\xa0\x5a\xb4\x1d\xd4\xd2\x20\x83\xba\x16\x27\x83\x82\x15\xa0\x31\xc8\xa0\xc1\xfd\x96\x83\x17\xc7\xa0\x83\x82\x62\x0f\xf5\x20\x83\x82\xe1\x6b\x34\xc8\xa0\x21\x08\xb2\x6b\x0f\xee\xb7\xa0\xb1\x16\x07\xf7\xdb\xd8\x55\xaa\x2a\x9b\x4a\xbd\x90\x79\x7d\x0c\xfb\xe5\x06\x05\x25\xd2\x7c\x50\x50\x41\xe3\xf5\x18\x14\xd4\xe0\x92\xeb\x26\x78\x12\x2a\x18\x4d\x83\x73\xc9\x0d\xaa\x4a\xde\x9c\x41\x55\x05\x75\xc6\x56\x19\x54\x55\x30\x2d\x85\x0c\xfe\xb7\xe0\xf8\xf3\x4c\x95\x12\xdf\xd8\xcd\xbf\x84\x56\x30\xac\xd2\x0c\x42\x6b\xf0\xdc\xad\xca\x53\x55\xc1\xfa\x60\x0f\xaa\x6a\x08\x49\xcc\xe1\x94\x63\xd0\x46\x41\x91\xa5\x6b\x90\x46\xc1\xa1\xdb\x29\xa3\x71\x78\x0f\x4c\xdc\xc7\x7a\x66\xbe\x29\xd5\x25\x6d\x2b\xfa\xb0\xfb\xfa\x93\x21\xc1\x6e\xef\xc6\xe0\x4c\x1b\xf4\x45\xcf\x4a\xc8\xa0\x2f\x82\x61\x6f\xee\xa0\x2f\x82\x9d\xae\x1d\xe4\xc5\xa0\x25\xba\xf1\x47\x4b\x04\x53\x52\xa5\x41\x4b\x8c\xaf\x7e\xdf\x95\x63\x95\x2d\x1f\x6c\x9d\x47\x38\x8c\x9f\x0e\xf5\x5d\xe7\xc7\x0a\xb6\x8f\xa1\xc0\x8d\x35\x48\x82\x9c\xbd\x3e\x06\x49\x10\xf4\xc3\xa7\x98\x24\x18\xdc\x4c\xa4\xe2\x60\xec\x07\x83\xc1\x3b\xb8\x99\x06\xd7\x50\x0e\xd7\x1e\x83\x15\x1f\x1c\xd6\x20\x06\x2b\x7e\x08\xae\xa3\x93\x07\x33\x3e\x38\xc4\xc4\x0c\x66\x7c\x70\x54\x5f\x0d\xae\xa1\x21\xde\xae\x6b\x10\xf1\x76\xc1\x1c\xfa\x9d\xb7\x68\x5c\xeb\x01\xa9\x3c\x2b\x3b\x38\x2a\x93\x80\x95\x3d\xae\xfc\xdb\xf0\x3d\xe0\x59\x09\x6a\x53\x8e\x6b\xfd\xdb\xd7\x6d\xa9\x29\xcf\xca\xb8\x32\x4e\x23\x27\x86\x0d\x51\x41\xb5\x76\x3b\xf8\x5a\x06\x9b\xdd\x6e\xcf\xc1\x66\x0f\xe6\x66\x7c\xb0\xd9\x07\x57\x88\x5d\x35\x83\xe5\x1d\x0c\x2b\xf8\x83\xe5\x3d\x04\xba\x0d\x76\x13\x3b\x3b\x18\xad\xfd\xfd\x34\x8f\x31\x98\xe1\x83\x19\x3e\x7c\x18\x99\xe1\xc1\x5c\x06\x08\x33\x7c\xdc\x8a\xce\xac\xe2\x3d\x09\x1a\x1f\xfd\x60\x87\x0f\x81\x70\xf6\xef\x0f\x86\x78\xb0\x42\x99\x06\xf7\x49\xd0\xa4\x74\x19\xbc\x27\xc1\x26\xfb\xd8\xe0\x3d\x19\xbc\x27\x23\xde\x82\xc1\x5c\x0f\x06\x4d\x3c\x98\xeb\xc1\xb4\xe8\x34\x04\xb5\x05\x9b\xf0\xac\xc1\x80\x1f\x36\x34\x0d\xdf\x06\xde\x93\x60\x65\xa4\x1c\xbc\x27\x83\xf7\x44\x76\xf1\xc1\x7b\x12\x34\x6b\x20\x83\xf7\x24\xa8\x23\x36\xe0\xce\xf4\x0f\x9a\x1d\xd1\x3b\xd3\x7f\xcf\xee\xa5\x3a\x62\x13\xec\x0c\xfd\x60\xd2\x33\x3b\x43\x7f\x4f\x06\xbd\x2a\x55\xf9\x6e\xfb\xd2\x2e\x83\x5e\xc4\xcb\xce\x51\xb2\xcb\xa0\xb7\xbb\xf4\x75\xe9\xb5\xf3\x73\xa8\xd3\xd8\xd9\xf9\xc1\xda\x3c\xbc\x33\xf3\x83\x6d\x85\x88\xee\xec\xfc\x60\x93\x14\x77\x67\xe6\xef\x1f\x5d\x9c\x79\x69\x67\xd4\x07\xa3\x2b\x99\xd8\xb7\x9d\xbf\x44\xc2\xf1\x9d\x51\x1f\xd4\x1e\x5d\xb5\x33\xea\x83\xe1\x3b\xb3\x33\xea\x77\xb1\x6f\x63\x5d\xdb\x5d\x8b\xfc\xca\x6b\xb8\x73\x97\xec\x1c\x21\x92\x2f\xec\x1c\x21\x41\x95\x1e\x6b\xe7\x08\xd9\xd9\xfe\x32\x21\xec\x6c\xff\x60\x2b\x2a\xca\xf6\xdf\xd9\xfe\xa2\x9b\x77\xb6\x7f\x50\x3f\xd1\x5f\x3b\xdb\x7f\x67\xd4\xcb\xff\xbd\xb3\xea\x83\x21\x76\x61\x67\xd4\x07\x87\x45\xad\x9d\x51\x1f\x14\x36\xc1\xce\xa8\xdf\x39\x47\xcc\x41\x3b\xe7\x48\x50\x73\x72\xd7\xd8\x39\x47\x82\x95\x7b\x6c\xe7\x1c\xd9\x85\xbe\x65\xd2\xd8\xa9\x81\x9d\x1a\x88\x0d\xb9\x53\x03\x3b\x35\x60\xf3\xd9\x4e\x0d\xec\xd4\x40\x54\xe6\x4e\x0d\xec\xd4\xc0\xd0\x6a\xd4\x40\xd0\x7a\xde\x8c\x9d\x1a\xd8\xa9\x01\x1b\x91\x76\x6a\x20\x58\x3b\xb5\x76\x6a\x20\xd8\x7c\x8e\x76\xe6\xfe\x5e\x57\x3d\x53\x29\xae\x90\xa0\xac\x1a\xf0\x84\xec\x82\xe6\xc6\xba\xa6\x56\x35\xb2\x7e\xf3\x6f\x6a\x55\x8d\x3f\xdd\xc2\xef\x11\x2c\xa7\xf0\xce\xdc\xdf\xed\x91\xca\x19\x19\x63\x67\xef\x07\xcd\x9a\xfb\xce\xde\x0f\x56\x5c\xe1\xce\xde\xdf\x9b\x3e\xd6\x46\x3c\x26\xc1\x26\xf3\xf0\x2e\x44\x6e\xe7\x44\x11\x8a\xbd\x73\xa2\x04\x83\x0b\x6f\xe7\x44\x09\x96\xcf\x76\xe7\x44\xd9\x39\x51\x6c\x06\xdb\xa9\x87\x60\x48\x07\xb4\x53\x0f\xc1\x7b\x9b\xb2\xa9\x7c\x8b\xa9\x56\xfc\x52\x8f\xb6\x28\xd4\xac\x77\xed\x04\x45\xb0\x6d\x1a\x92\x5b\x65\xa7\x31\xf2\x25\xde\x49\x8c\xe0\xfd\x7f\xd7\x34\xc7\x8b\x51\x62\x40\xef\x34\xc6\xde\x35\x47\x4c\x82\x9d\xa2\x08\x9a\x35\x93\x9d\xa2\xd8\xfb\xaa\x94\x6b\x2a\x15\xad\x90\x43\xc0\xc6\x4e\x2a\xec\x82\xeb\xec\xd0\xd8\x69\x85\x60\x08\xf2\xdb\x49\x85\x60\x2d\x56\xec\xa4\x42\xb0\x49\x94\xba\x53\x0a\xc1\x9f\x81\x4b\x29\xec\xa3\xf9\xff\xd4\x9d\x2c\x08\x8a\x05\x98\x9d\x2a\xd8\x49\x00\xe9\xca\x77\x12\x20\x68\x76\x9d\xec\x24\x40\x30\x38\x6e\x76\x51\x79\xc1\x90\x1f\x63\xe7\x56\xd9\x05\xea\x49\x6a\xbe\x73\xa2\x04\x9b\x44\xb8\x3b\xed\xb0\x0b\xd4\x93\xd4\x7c\x27\x1e\x82\xed\x63\x72\x22\x1e\x82\x22\x58\x72\x27\x1e\x82\x7d\xce\xf6\xf7\xcf\xf5\xce\x11\x13\x0c\x0b\xdd\x3b\x47\x4c\x30\x4a\x04\xc8\x4e\x80\x04\x6f\x89\x3c\x4b\x63\xbd\x18\x6b\x6e\x24\x40\x76\x8e\x18\x39\xcf\x77\x0a\x24\x18\xc5\x97\x8d\x02\xd9\x77\x23\xe0\xf0\x04\x23\x60\xcf\xb0\x36\x95\xcb\xd8\xb1\x53\x20\x56\xba\x77\x0a\x24\x58\xd2\x73\xa7\x40\x82\x2d\xa7\x2a\x8f\xdd\xce\xac\xe0\xfd\xa5\x6b\x9a\x66\x26\xd9\xf2\xee\x92\xba\x13\x25\x52\xa4\xef\x44\x49\xb0\x71\x06\xec\x44\xc9\x4e\x94\xc8\x87\xbe\x13\x25\xc1\x10\x20\xba\x13\x25\xc1\xb6\xf6\xed\xec\x54\x49\x50\x25\xc6\xdd\xa9\x92\x9d\x47\xc8\xa9\x24\x3b\x8f\x50\x30\xb8\x16\x76\x42\x65\xe7\xfe\x91\x5d\x7d\xe7\xfe\x09\x2a\x33\x7c\x27\x54\x76\x4e\x9c\x3d\xb6\xe3\xce\x89\x13\xb4\x16\x1b\x76\x27\x54\x76\x4e\x1c\x09\x6e\x76\x4a\x25\x70\xea\xd2\xd8\x49\x95\x60\x88\x67\xdd\xf9\x70\x82\xf7\x97\xae\xa9\xc2\x8b\x95\x2e\x7a\xe7\xc3\x09\xde\xdb\x94\x4d\x15\x22\x7c\x64\xf9\xda\xe9\x9e\xa0\xc9\xd0\xb7\xd3\x3d\xc1\x28\x91\x42\x3b\xb7\xce\x4e\x0a\x49\x91\xbe\x93\x42\x41\x6d\x9e\x49\x0a\x05\x4d\x0c\xf7\xce\x47\xb3\xdb\x88\x25\xd1\xf9\xce\x49\x13\x8c\xc2\x66\xe2\xa4\xd9\x89\x28\xf9\x76\x77\x22\x2a\x18\x22\x72\x77\x22\x2a\x18\x85\xfd\x42\x44\x05\xdb\xca\xb9\xb0\x73\xd2\x04\x75\x33\x15\xd2\x55\xc1\x36\xe2\xbf\xda\xe9\xaa\xe0\xfd\x65\xc6\x02\x27\x4d\x30\x0a\xcb\x87\xd4\xda\x39\x69\xd8\x90\xfb\x77\xb5\xc7\x93\x1d\xe4\x29\x2d\x27\x4d\x30\x2c\x2d\xee\x9c\x34\xbb\x9d\x58\xf2\x2b\xee\x82\x0d\x83\x21\x5e\x76\x27\xd2\x76\xc1\x86\x7c\xdd\x3b\x95\x16\x0c\x8b\x54\xbb\x60\xc3\xa0\xd8\x0b\xb7\xf3\xf8\x04\xc5\x3e\xc0\x9d\xc7\x27\x18\xc5\xf4\x4e\xdd\xed\x7c\x34\xc2\x19\x76\x3e\x9a\x60\x88\xaa\xdd\xf9\x68\x76\x3e\x1a\x67\x21\xec\x7c\x34\xc1\x10\x28\xbd\x53\x77\xc1\xb6\x69\x0d\xea\x6e\x3f\xb5\x90\x89\x87\xc3\x24\x38\x22\xc7\x76\xfe\x92\xa0\xc8\xaa\xb1\x0b\xae\x0b\xb6\xf5\x44\x1e\x94\xa0\x7e\x7c\x38\x79\x50\x82\xba\xbe\xaf\x42\xeb\x82\x15\x14\xbc\x0b\xad\xdb\x2f\xc1\xda\xe6\x63\x1e\x94\x60\xd8\x18\xb8\x53\x7b\xc1\x10\x23\xbd\x53\x7b\xc1\xb0\x7e\xb4\x13\x7b\xc1\xfb\x67\x19\x07\x32\x62\x04\xdb\x1c\xfe\xdf\x68\xb9\x32\x5a\x18\x81\x04\x60\xd0\xd6\x87\x42\xb0\xdd\x4e\x13\xca\xeb\xbc\xd3\x84\xc1\xca\xbb\xb8\xd3\x84\x3b\x3f\xce\xfa\x4a\xf2\xe3\x04\xa3\x30\xd2\xf8\x71\x76\x7e\x9c\x35\x83\xf1\xe3\xec\xb2\x3d\x32\xce\xa9\xc9\x9d\x74\x94\x21\x76\x27\x1d\x83\x21\x8c\x7c\xa7\x0d\x77\xda\x50\xde\xd1\x9d\x36\x0c\x8a\xb0\xdc\x9d\x36\xdc\x05\xdb\x49\x7f\xba\x0b\xb6\x0b\x0a\x99\xbf\x93\x8b\xc1\x10\xf5\xbe\x93\x8b\x41\xe3\x72\xdb\xa9\xc5\x5d\xb2\x0b\x09\x31\x77\x72\x31\x28\x74\xe0\x4e\x2e\xee\xb2\x49\xfa\x8a\x90\x8b\xbb\x9d\x4c\x02\xfc\x76\x72\x2e\x18\x65\xfd\x99\x3e\xb0\x93\x69\x67\xde\x91\x73\x41\x65\x63\x4f\x72\x2e\x18\x25\x26\xf6\x24\xe7\xa6\x3d\x4a\xfb\xbf\xa4\x1d\x9d\xe2\xe2\x82\xc6\x19\x31\xb9\x70\xa6\xfc\x15\xfb\xee\x9f\x77\xd7\xf6\x1c\xe9\xb9\xe7\xd2\x74\x49\x1e\xc3\x96\x4b\x87\x4b\x7a\xc8\xa5\xaf\x4b\x19\x9d\x4d\xc1\x7f\x2e\xe5\x8c\x98\x4c\xa9\x93\x00\x0c\x86\x94\x8e\x93\xfe\x9b\xfc\x3c\xfb\xee\x97\xb7\x6b\x99\xda\xbb\xdb\x1e\x97\x32\x95\xc5\xd6\x9e\x24\xe1\xb4\x1d\x6a\xdf\x5d\xd3\x32\x49\x86\x91\x33\xca\xc7\x14\x69\x37\xb9\x83\x24\x3f\x9f\xdc\x41\xc1\x72\xc3\x4c\xca\x71\x0a\xab\xa3\x8b\x26\x9d\x18\xd4\xcf\x7a\xa8\x06\x8a\x4c\xb4\x62\x3b\xc9\xc4\x49\xff\xed\x71\x7c\x4f\xfa\x2f\x18\x96\x6c\x27\xfd\x37\x8b\xe2\xc6\x20\x9c\xbc\x3a\x41\xb5\x83\x79\x8a\x8d\x9b\xc5\x1b\x91\x15\xb8\x49\xc6\x05\x23\xe7\x12\x8f\x49\xc5\x05\xad\xab\x01\x15\x37\xa5\x93\x90\xc2\x7c\x92\x54\xb3\x66\x66\xcc\x48\x9c\x14\xd5\x4c\x7e\xc2\x3a\x63\x6e\x4c\xbe\x91\xa0\xd9\xff\x3b\xc5\x9b\x05\x9b\x24\xa6\x53\xbc\xd9\x14\x6f\xa6\x18\x44\xd6\xe4\x54\x99\x1f\xcf\xd4\xc9\x51\x59\xfb\xee\x97\x9a\x23\x22\xab\x1a\x69\x44\x56\x30\x2c\x22\x4c\x3e\x95\x49\x77\xcd\xbc\x4b\x93\xee\x0a\x86\x6d\x01\x93\xee\x0a\x86\xb4\xd8\x93\xec\x0a\xb6\x19\xc1\x36\xc9\xae\x60\x2d\x13\x4d\xb2\x2b\x18\x39\xb1\x6f\x4c\xa1\x6b\x41\xdd\xd7\x0f\x75\xba\xcc\x14\xd5\x0f\x35\x0f\x21\x26\xb2\x6c\x12\x62\xc1\x11\x8b\x7f\xd2\x61\xc1\xb0\xe9\x60\xd2\x61\xc1\x10\xd5\x38\xf9\x75\x26\x69\xc6\x50\x9c\xa4\x59\xd0\xac\x77\x4c\xd2\x6c\x92\x66\x32\xbc\x4f\xd2\x2c\x18\x8e\xa6\x98\xa4\x59\xb0\xad\xed\xa9\x93\x36\x0b\x96\xe8\x9a\xb4\x59\x50\xcb\xe1\x2e\x4d\x46\x9b\xcd\x58\x76\x93\x36\x0b\x36\xdb\xb4\x26\x6d\x16\x14\x9e\xd9\xc9\xff\x13\x0c\x7b\x3c\x26\xb5\x36\xfb\x2a\x46\x9e\x49\x4d\xcd\xe1\xdb\xed\x92\x67\x8e\x7c\x27\xbc\x4f\xc2\xcf\xe6\xca\x56\x91\xff\xe7\x76\x09\x86\x4d\x2a\x93\xbe\x0a\xd6\x4e\xeb\x49\x5f\x05\xa3\xe4\x0b\x3c\x79\x5d\x82\x21\xd2\x6c\x52\x5c\x41\x71\xc0\xc7\xa4\xb8\x82\x66\x99\x71\x52\x5c\x53\x24\xdb\x2c\xca\xaa\x9f\x12\xc9\x66\xcf\xc4\x14\xc9\x36\x79\x58\x6c\xa1\x9a\x04\x4e\x30\x6c\xf1\x98\xf4\xcd\xe4\x61\x91\x55\x7d\x12\x38\x41\x95\xe5\x7b\xd2\x37\x93\xbe\x89\x5e\x9e\xf4\xcd\x24\x3f\xa4\x50\x9f\xe4\x47\x50\xac\xee\x4f\xf2\x23\xd8\x96\xeb\x7a\xf2\x93\x04\xc3\xfe\x9c\x49\x91\x04\xef\x6d\xfe\x4d\xd9\xb2\x75\xc9\x09\x0c\xd3\xd6\xa5\x60\xe3\x8f\x9c\x44\xca\x9c\xf6\xb2\xc4\x22\x99\xd2\x34\x04\xc3\x5e\x99\x49\x56\x4c\xf1\x62\x32\xad\x4f\xf1\x62\xc1\xb0\x23\x65\x8a\x17\x9b\x34\x44\x8e\x0c\x1f\x93\x86\x08\xb6\x3d\x7a\x76\xd2\x10\xc1\x61\x07\xf5\xa4\x21\x26\x0f\x08\xb7\xdf\xa4\x04\x82\x29\x91\xc5\xa4\x04\xa6\x08\xaf\xa9\x8d\x48\x81\xe0\x10\xdf\x3d\x85\x70\x4d\xea\x60\x1a\x91\xd4\x41\xb0\x82\x93\x27\x75\x30\xbf\xba\xcf\x6b\xc6\xee\x0f\xca\x6e\x3a\x67\xf6\x07\xd5\x81\x03\x93\xd9\x1f\x94\xee\x8d\x62\xf6\x4f\xc6\xfb\x1c\xc7\x3f\x7c\xa9\xd9\xf6\x41\xcd\xc9\xd1\x63\xb2\xed\xe7\xda\x5b\x64\xb0\xb3\xed\x83\xb5\x54\x3b\xd9\xf6\x53\x00\x96\xf9\x8d\x6d\x3f\xd9\xf6\xd3\x64\xc0\xb6\x0f\xaa\xd0\x8d\xc9\xb6\x9f\x6c\x7b\x92\x6b\xb2\xed\x27\xdb\xde\x90\x65\xdb\x4f\xa9\x0c\xa6\xd7\xc9\x76\x9d\xa0\xc8\x47\x30\x59\xed\x53\xe6\x3e\xb9\xd3\x27\xb3\x3d\x18\x65\x5d\x52\x0e\x3e\x13\x99\xe9\x27\x9f\x49\x50\xf6\x75\x9b\x97\x53\xd0\xd4\x8c\x2c\x9d\x82\xa6\x82\xfa\x51\x5c\x41\x53\xd3\x16\x1b\x71\x65\x53\xd4\x54\xb0\x49\x39\x3f\x05\x4d\x4d\xe1\x50\x72\xb4\x4c\xc6\x7c\xb0\x49\x9a\x37\x19\xf3\x33\xc7\x29\x55\x71\x3c\x93\xe9\x1e\x34\xf9\x85\x27\xdf\xcd\xe4\xbb\x59\xbf\x34\x2e\x5e\xcc\x3d\x4b\x03\x93\x7d\x1f\x94\x8f\x0f\x03\xfb\x7e\xda\x27\x23\xcd\xd0\x64\xe0\x07\xc5\x09\xa6\x93\x81\x3f\xe5\xb2\x3b\x7c\xab\xd9\xe9\xc1\x3e\x4d\x4c\xcc\xf4\x60\xb9\x8b\x26\x33\x7d\xca\x51\x70\xac\x6b\x2a\x75\xe7\xdd\xcc\xe2\xc6\xb4\xff\x65\x26\x8e\xaa\x3a\x41\x6c\x72\xe7\x04\x73\x6e\x6e\x53\x83\xdb\xae\x67\x9f\x19\xc1\x4f\x41\xad\x6a\xc0\xd6\x9e\x7c\x33\x87\x9f\x32\xb6\x27\x63\x5b\xef\x31\xb6\x83\x22\x01\xdd\x64\x6c\xcf\x47\x7b\x9b\x85\x98\xd1\x41\xb1\xa0\x38\x85\x4d\xcd\x1c\x48\x54\x97\x55\xc2\xc5\x12\x8c\xf5\x6d\xe3\x62\x09\xb6\x99\x65\x91\x29\x46\x6a\xf2\xba\xc8\x7c\x3e\x79\x5d\x82\x61\xbf\xd8\x64\xa6\x4f\xa1\x54\x0e\x53\x3d\x18\xe0\x87\x0c\x71\x47\xd6\xe8\x0e\x16\x78\x30\x04\x9b\x1d\x42\xa9\x0e\x46\xb9\x74\xe8\x07\xab\x3b\x68\x92\x04\x1c\xac\xee\x43\xe2\x00\x99\xbc\x0f\x96\x72\x30\x44\xa4\x1f\x2c\xe5\x83\xab\x44\x56\xed\x83\xa9\x1c\xb4\xbe\xca\x71\xbb\x64\x73\xa5\x72\x3c\x2e\x65\xe6\x8b\xfd\x72\xb0\x94\x83\x61\x53\xd6\xc1\x50\x3e\x6c\x59\x91\x8e\xfb\x60\x29\x07\xc5\x8e\xb4\x83\xa1\x7c\x70\x5a\x1c\x69\xca\x83\xd3\xe2\x28\xfe\x2d\x97\xd8\xb1\x47\x91\x5f\x39\x6a\xef\xb0\x7d\x23\x18\xb6\xbc\x1d\x02\x96\x0e\x31\x46\xf6\xf5\x1c\xbc\x0a\xc1\x5a\x78\x39\x78\x15\x8e\xa2\x13\x32\x9f\x1f\x5c\x08\x41\x93\x87\xf1\xe0\x41\x38\xb8\x0b\x44\xaf\x1d\x8c\xdb\x60\xc8\xc3\x79\x70\x17\x1c\xd2\xa7\x99\x16\x0f\x96\x6c\x30\x6a\x16\xe6\x0e\x96\xec\xc1\x37\x70\x64\xb2\x38\x98\xad\x87\x58\xa0\xe2\x01\xca\x66\x43\xfd\xb1\xbb\xa6\x41\xd8\xad\x59\x82\x3c\x98\xad\x07\xdf\x80\x4c\xc5\x07\x23\x35\x18\x36\xb3\x1d\x8c\xd4\xc3\xf6\x76\x99\x8a\x0f\x36\x63\x30\x05\xfd\x1e\x6c\xc6\x83\xad\x26\x3d\xe7\xc1\x56\x0b\xf6\x23\xa6\xc2\xc1\x56\x0b\xfe\xb4\x2e\x5b\xed\xe8\xde\x6f\xbd\x60\x1d\x3d\x18\x36\xf7\x1d\x22\x73\x0e\x91\x39\x16\x42\x0e\x91\x39\x87\x0d\x0a\x9b\x4b\xab\x1c\xda\x68\xfd\x54\x1b\xe5\xcc\x1e\x7b\xef\x0e\xab\xed\x41\x11\x97\x7d\x58\x6d\x3f\x18\x88\x0e\xd7\x3d\x18\x88\xc1\x30\x81\x1c\x96\xdb\x8f\xec\x4f\x68\xf2\x99\x1d\x2c\xc4\x60\x70\x6f\x1c\x2c\xc4\x23\x51\x38\xed\xb3\x7e\xea\xbd\x8a\x3d\x28\x53\xd8\xc1\x1e\x0c\xde\xdb\x52\x36\x06\x61\x70\xc8\xf0\x72\x30\x08\x8f\x58\x7f\x4d\xa6\xe9\x83\xf5\x17\x8c\xfa\xf9\x87\x00\xf1\x83\x71\x18\xbc\xff\xa2\x9c\xda\xe6\xc5\xb4\x04\x7a\x58\xa2\x0f\x86\x6d\xb1\x87\x15\xfa\x23\x09\xcd\x9a\x85\xe8\xc3\x7a\x7c\x30\xec\x8f\x3c\x2c\xb8\x1f\xbb\x54\xf3\x9a\x95\xa9\x19\xcc\x8f\xb7\x82\xa5\x19\xbc\xb7\xa5\x86\x4c\xcd\xc3\x69\x3d\xf9\x72\x1d\x4c\xcd\x60\xc8\xde\x7b\xd8\xd3\x10\x0c\xc9\xfc\x0e\xe1\x3d\x47\x16\xdc\xdb\x47\x0d\x2c\xb8\x07\xeb\x68\xe9\xc3\x82\xfb\x91\x95\xf4\x26\x3d\xf0\x61\x29\x3d\x18\xb6\x47\x1e\x4c\xd9\xe0\xbd\x2d\x0f\x65\xcb\x06\x9b\xf3\x83\x0f\xa6\x6c\xb0\x35\x19\x7d\x0f\xb6\x6c\x30\x6c\xdd\x3c\x98\xb2\xc1\x7b\x5b\x6a\xc5\x96\x0d\x9a\x19\xfd\x60\xcb\x1e\x33\x15\xcd\x97\xeb\xb0\xb8\x1e\x8c\x35\xb2\x2d\xae\x1f\x53\xef\x15\xb7\xa9\xd5\xcc\xc8\x36\x91\x4a\x5f\x76\x1c\xab\x68\xf9\x29\xf3\x36\x28\xb2\x45\x1c\x16\xd2\x83\x21\x2b\xd6\x61\x21\xfd\x38\x8c\x45\xff\xc6\xe2\x0d\x86\x8c\xd5\x07\x8b\xf7\x38\x8c\x45\xe3\xd3\x12\x79\x30\x6c\xa3\x3c\xac\x90\x07\xdb\x6a\x21\x76\xf1\xf1\xd5\xef\x59\xa5\x3c\xd8\xa8\xc1\xb0\xb3\xf2\x60\xa3\x06\x4d\x74\xe5\xc1\x46\x0d\xb6\x26\x86\xf6\xb0\x34\x1d\x1c\x7f\x7e\xa9\x18\xd9\x3e\x50\xd7\x2f\x15\xe3\xab\xd5\xb2\xea\x73\x7c\x57\x39\xd2\x6a\x31\x89\x0e\xe6\x6b\x30\x19\x9c\x07\xeb\xf5\xf8\x19\xf3\x46\x2e\x5b\x35\x18\x6b\xb6\xb5\x0d\xfe\xf8\x69\xef\x2c\x18\x1d\x6c\xd5\xc0\x49\xf9\xe3\x60\xaa\x1e\x3f\x75\xcf\x9a\xe4\x61\xd1\x39\x58\x19\x4d\x0e\x8b\xce\xc7\x4f\xe3\x46\xaf\x1c\x76\xb3\x07\xc3\xae\xd2\xc3\x96\x82\x23\xf9\xa9\x9b\xcc\x21\xc7\x6f\x95\xd7\x47\x35\xef\x01\xc3\x37\x78\x6f\x4b\xd9\x58\xbe\xc1\x90\x34\xed\x60\xf8\x1e\xa7\xd6\x8d\x3d\x7f\x30\x69\x83\x61\x57\xe9\xc1\xa2\x0d\xf6\xf5\x59\x61\xd1\x06\x43\x82\xe4\x83\x41\x1b\x4c\x1b\x74\x0e\x06\x6d\x30\x84\x71\x1e\x16\xb5\x83\xf7\x91\x69\x22\xcb\xda\xc1\x26\x2f\xfc\x61\x59\xfb\xb8\x34\x6e\x84\xf6\x61\xc5\x3a\x18\x76\xcf\x1e\xcc\xde\xe3\xd2\x6a\x3e\x8c\xec\xd2\xa0\x6c\xdd\x6d\x4a\x7b\x69\x35\x9f\x32\xa6\x6a\x30\x64\x8f\x3c\x98\xaa\xc1\x90\x47\xed\x60\xaa\x1e\x62\xf9\xe5\xd2\x3c\xd8\xa0\xc1\x21\x8f\xda\xc1\x06\x3d\x6e\x83\x2d\xda\xe0\xb0\xe0\x1b\x8c\xd5\x2d\xcc\xd2\xe3\x31\xc9\xc4\x1e\x3c\x58\x97\xc1\xb0\x53\xf5\xb0\x92\x1b\xcc\x8f\x2f\x99\x95\xdc\xe3\xf1\x00\x46\x1d\x7b\x30\xd8\x24\x66\x3a\x9e\xf5\x80\xdb\x31\xf4\xe9\x2a\xcb\xb6\xc1\x90\xce\xea\xcb\x6a\x0c\xde\xdb\x46\xae\x6d\xae\x6d\xaf\x65\x1d\x31\xf6\x65\x35\x06\x73\x4b\x39\xbe\x02\x73\xbe\x31\x24\x9b\x45\xd8\x2f\x43\x32\x38\xf4\xcb\x97\x21\xf9\x4d\xb8\x7d\xdb\x32\x85\x7f\xad\xc2\x06\xdb\xc8\x90\xf9\xb2\x2d\xbf\x59\xfe\x6c\x92\x35\x7e\x59\x75\xc1\xe4\x10\xf8\x5a\xfe\xfc\x6e\x36\x54\xe4\x45\xf8\x5a\xeb\xfc\x6e\x99\x9f\x32\xa3\x7c\x85\xbe\x7f\x6d\x17\xce\xab\xf1\x15\xfa\xfe\x4d\xa8\x4b\xdb\x94\xcd\x5a\x67\x30\xbb\xba\xb3\x1a\x83\xe6\xc8\x81\xaf\x50\x97\xef\x3a\xd0\x3f\xe3\xe3\xcb\x92\x0c\xd6\x71\x7f\x5f\x2b\xa2\xc1\x7b\x5b\x2a\x6a\xbb\x70\x30\xf7\x8f\x5f\xaa\x41\x92\xfa\x66\x11\xf3\xaf\xdf\xec\xaf\x88\x99\x60\xd8\xb3\xfb\xb5\xd4\x1a\xbc\xff\x92\xda\x58\x6b\x0d\x36\x39\x41\xbe\xd6\x5a\xbf\xc5\x20\xd0\x36\x02\x5f\x82\xc1\xb4\xf8\xb2\x5a\x83\xf7\xb6\x14\x9d\xd9\x1a\x34\xee\xfd\xaf\x55\xda\xaf\x53\x64\xa4\x48\xf8\x32\x5b\x83\x21\x97\xc0\x57\x94\xcb\xb7\xaa\x61\xf3\x04\x55\x78\x31\xed\x7d\xfc\x32\x6e\x83\xd9\x37\x0f\x50\x83\x9a\xe9\x5c\x69\xc5\xc2\x7c\x63\xef\x36\x47\xb4\x7e\xd9\xbb\xc1\xb0\xfb\xf9\xcb\xde\x0d\x46\x5d\x25\x53\xcf\x64\x81\x5a\xb6\xf8\xd7\xd2\x6a\x30\xac\xa3\x7c\x2d\xad\x7e\x9b\x11\x15\x4d\xf0\xb5\x90\x1a\xac\xcc\x8d\x5f\xeb\xa8\xc1\xb1\x5e\x1d\x0b\xa9\xdf\x84\xc3\x37\xd3\xcb\x97\x09\x1c\x4c\x1b\x49\xbe\x56\x4d\xbf\x59\xfb\x6c\xf2\xfc\x7d\xad\x7d\x06\x83\x29\xfe\xb5\xf6\xf9\xed\x5a\x2d\x13\xf0\x97\xbd\x1b\x0c\xc9\x96\xbe\xb6\xe8\x7e\x1d\x5b\x19\x1b\xe9\xcb\x02\x0e\xde\x5f\xa6\xa2\x4c\xe0\x60\xd8\x6d\xfe\x15\x83\xf2\xed\xc6\x42\xa6\xdb\x2f\x7b\x37\x98\x76\x75\x7d\x99\xbb\xc1\xd6\x64\xf7\xf8\xb2\x77\x83\xa5\x05\xbf\xd6\x48\x83\x29\x2d\xd1\x97\x05\xfc\x1d\x86\x47\x66\xe0\xaf\x15\xd1\x60\xd8\xa3\xff\x65\x01\x7f\xf7\xf5\x80\x34\x1b\x3b\xf2\x6b\x0b\xad\xf7\x84\x1d\xf9\xdd\xe5\xc5\x8c\x98\xf8\x32\xfd\xbe\x4c\xbf\x7c\xc7\xbf\x4c\xbf\x2f\xd3\x6f\xcb\x3c\xfa\x65\xfa\x05\x43\x9c\xe5\x97\xe9\xf7\x65\xfa\x49\x69\xf4\x65\xfa\x05\x55\x80\xc0\x97\xe9\xf7\x65\xd3\xad\x79\x8e\x4d\x17\xac\x75\xb6\x2f\x9b\xee\x9b\x50\x88\xc6\x45\xf8\x65\xad\x7d\x05\x68\x57\x97\x94\x2d\x99\x65\x9b\x8c\x6b\x5f\xa6\x59\x30\xe4\x8c\xfb\x5a\xb2\x0c\xde\xdb\x52\x7b\x6b\x96\xc1\xb0\xb3\xfe\x2b\x14\x22\x18\x32\x5e\x7d\xc5\x6c\x7f\xd9\x79\xc5\xdc\xca\xce\x0b\xf6\x69\x80\xb0\xf3\xbe\x59\xd9\x6c\x72\xb5\x7d\xad\x6c\x06\xc3\xce\xfa\x2f\x3b\xef\x9b\x18\x87\x56\x0c\x5e\x16\x5c\x70\xc8\xce\xf0\x65\xc1\x7d\x0f\xc5\x8d\xc9\xf2\xb5\x66\x19\x0c\x5b\x7c\xbe\x76\x9d\x06\x5b\xb3\x24\xff\xb5\x8c\x19\xcc\x4f\xac\x87\xaf\x65\xcc\xe0\x58\x73\x9b\x20\x87\xef\x57\xeb\x9a\xe3\x19\x7f\xc1\x90\x2f\xe0\xcb\xf6\x0b\xde\xdb\x52\x36\xc6\xdf\x97\xf1\xd7\x3d\x40\x0d\xbe\x89\x59\xf5\x72\xb0\xfd\xbe\x5f\x67\x5b\x17\xd7\x74\xc2\x8b\x63\x1a\xcf\xd6\x29\xbf\x59\x94\x6c\x82\x9e\xbe\x16\x25\x83\x63\x8d\x40\x86\xde\x37\xc7\xb9\xff\x99\x29\x99\x70\xc1\x5c\xc5\x15\x37\xf0\x65\xd5\x89\x27\xfa\xb2\xea\x82\xf9\x99\x7e\xa9\xb8\xa7\x87\xc6\x08\xf8\x5a\x81\x0c\x76\x2b\x6e\x5f\x71\x03\xdf\xcb\x6d\xc6\x91\xc5\xc0\xe0\x58\xb3\xc5\xb5\x6e\xcb\x67\x82\x6b\xff\x6b\xfd\x2e\x38\xd6\x8c\xcd\x4e\x0a\x0e\xf6\xe0\x97\x9d\x14\xbc\xbf\x74\x4d\xbb\xbd\x38\xd6\xec\xc9\x41\x1f\x1c\xeb\x55\x63\x4d\x05\x07\x55\xf1\x65\x4d\x7d\x99\x4e\x3c\x2a\x5f\xa6\xd3\x77\x99\x4e\x2e\x69\xb5\xdb\xd2\x7a\xaa\xce\xc9\x1e\x6c\x8d\x17\xed\xcb\xcb\x1e\x1c\x6c\xe1\xaf\x4c\xa4\xc1\x7b\x5b\x9a\x83\xe3\x3d\x38\xd6\x14\xc8\x0e\xfb\x3e\x5a\x2d\xcb\x1d\x5f\x16\x56\x70\x30\x72\xbf\x2c\xac\xef\xa3\x47\xf5\x8b\xa0\xe9\xe0\x78\xdf\xdb\xbf\x7f\xb5\x2d\xf8\x7d\x1f\x1d\x3e\x3d\x4c\x39\x93\x91\x46\x68\xc7\xd7\xea\xde\xf7\xf1\x3a\x45\x6a\xff\x18\x65\xbf\x8f\xf7\x3a\x3d\xfe\x13\xf4\x1c\x4c\x6b\x74\x3f\xd6\xd6\x8f\x69\x65\x79\xef\xc7\xb4\x0a\xa6\x0d\x20\x3f\xa6\xd5\x2f\xd9\x61\x9a\x65\xa4\x9f\xd5\xb7\x9f\xd5\xb7\xbc\xb0\x3f\xab\x6f\xbf\x2c\xb5\x35\xe2\xf5\x67\xa9\x2d\x38\x4c\xdf\x3f\x46\xd9\x2f\x0e\xe8\x46\x31\xff\x38\xa0\x83\xc3\xe7\xec\xc7\x28\xfb\x31\xb7\x2c\x71\xfd\x98\x5b\xc1\xc1\xbe\xfd\x31\xb7\x82\xf7\xb6\xfc\x1b\x7b\x2b\xa8\x0c\xb5\x1f\x73\xeb\x27\x3b\x4b\x26\xb5\x1f\x73\x2b\xd8\x2c\x05\xfd\x58\x5b\x41\xb5\xf1\xe2\xc7\xda\x0a\x46\xdf\xfd\xbd\x56\xcb\xde\xc3\x66\x01\xe1\x27\x4c\x39\x58\xe7\x11\xfe\x18\x5d\xbf\xaa\x39\x32\x7f\xfd\x18\x40\xc1\x7f\x2f\x79\x66\xf5\x6f\xd5\x35\xff\xf6\x62\x38\x0e\xe9\x57\xd7\xbf\x4d\xb7\xa5\x52\x0c\xa0\x60\x74\xc5\x65\x00\x05\xeb\x08\x85\x1f\x03\xe8\xc7\x00\x62\x14\xfd\x18\x40\xc1\xb4\x6b\xfe\xc7\x00\x0a\x8a\x2d\x65\x3f\x06\xd0\x2f\xde\xe6\x95\x0b\xf7\x67\x25\x2f\x18\xb6\xab\xfc\xd8\x44\xbf\xa6\x43\x8d\x05\xce\xe5\x60\xf8\xba\xff\xd8\x44\x41\x75\xa6\xdd\x8f\x4d\x14\xbc\xbf\xac\xb9\xa6\x52\x89\xf2\xdd\xa2\x8e\x7f\x56\x0a\x7f\x71\x25\x37\x33\xce\x8f\x51\x14\x6c\xfb\xf0\x4b\x95\x62\x27\x99\x5b\x7f\xec\xa4\x60\xca\x9e\xf2\x63\x27\xfd\xfa\x7a\x68\x2a\xcf\x28\x0a\x86\xfd\x91\x3f\x46\xd1\x8f\xb5\x63\x43\xc0\x8f\xb5\x13\x1c\xab\xd9\x58\x3b\x3f\xd6\x8e\x04\x5c\x3f\xd6\x4e\x30\x3f\xeb\x36\x1d\xff\xa2\xd9\x8c\xf6\x63\xed\x04\xcd\xea\xe1\xcf\x7a\xdf\x4f\xc8\x6d\xe2\x8b\x7e\xec\x9f\x60\x63\xfb\xfd\xd8\x3f\x41\x95\x86\xe6\x67\x05\x30\x58\x27\x4a\xfc\x2c\x00\xfe\x72\x44\x77\x93\x5f\xe6\xc7\xff\x1b\xd4\xdd\x50\xb3\x00\xf8\xdb\x8d\x52\x2d\xc4\x72\x0a\xa6\xfd\x6f\x3f\x21\xaf\x3f\xab\x6d\xb2\xb8\xfc\xac\xb6\x05\x93\x51\xf0\xb3\xda\x16\xec\x4e\x00\xfb\x31\xb9\x82\xcd\x0e\xf0\x1f\x93\x2b\x78\xff\x2c\x95\xda\x57\x39\x7e\xd9\xd0\x90\x36\x63\x85\x05\x45\xb0\xc6\x8f\x15\xf6\x9b\x5a\xdb\xeb\xc8\xe4\xfa\xcd\x88\x5e\x8d\x66\x65\x2d\x68\x72\xe8\xff\x18\x61\x3f\x0b\x6b\x26\x00\x46\xd8\xcf\xc2\x5a\x35\x48\x2d\xac\x05\x9b\x9c\x22\x3f\x0b\x6b\xc1\x90\x10\xee\x27\x92\xf5\xc7\x7c\xb3\x33\xea\xc7\x7c\x0b\xd6\xf2\xc7\x8f\xf9\x16\x54\x67\x7f\xfc\x04\xb2\xfe\x1c\xf7\xbd\x2b\x99\x6a\x5a\x92\x13\xb9\xf5\x9b\xab\x9e\x11\x28\x43\x31\xbc\x9f\x87\x8e\x8a\xd7\xe2\xc7\x7c\xfb\xc5\x09\xbd\xc6\x1e\xeb\xed\x77\xac\x4a\xa5\x39\xac\xc9\x05\x4d\x1a\xb3\x1f\xeb\xed\x67\x99\x4e\x76\xfc\x1f\xf3\x2d\xd8\xc5\xb3\xfc\x2c\xd3\x05\xef\x6d\x69\x22\xc1\xad\x3f\xcb\x74\x06\x0c\x23\xef\x77\x98\xab\x7d\x6e\x8e\x55\x5e\x1f\x76\x97\xbc\x3e\x5f\xbd\x17\x1b\xfa\xc7\xca\x0b\x86\xbc\x45\x3f\x46\xde\xef\x2b\x54\xc2\x57\x89\x49\x17\x1c\x6c\xd7\x9f\xb0\xd5\xdf\x77\x95\x2d\x35\x65\xd2\x05\x43\x7a\xa3\x1f\x8b\x2e\x38\xd8\xa9\x3f\x16\xdd\x2f\x3b\xf8\x5a\x8b\x87\xe2\x67\xed\x2e\x38\x18\x5c\xbf\xef\x2a\x6e\x3e\x71\xfd\x1f\xbe\xd8\x3f\x06\xdf\x2f\x19\x2e\x9b\xc3\x0a\x7e\x96\xf6\x82\x29\xb6\xea\xc7\x06\x0c\x46\xcf\xea\xed\x8f\x0d\x18\xac\xb3\x65\x7f\x16\xfb\x82\xad\x1b\x3d\xfc\xd2\x3f\xeb\x7f\xd6\xc5\x7e\xd6\xff\x82\x26\x55\xf1\x8f\xf1\xf8\x4b\x4a\x91\x26\x71\xcd\xcf\x06\xc2\x60\x8a\xdc\xff\x31\x1e\x83\xe9\xbc\x88\x1f\xe3\xf1\x67\x49\x50\x24\xed\xcf\x92\x60\xb0\x39\xc7\xe5\x67\x49\xf0\x67\x49\x90\x4a\xfd\x59\x12\x0c\x8a\x93\xbb\x7e\x96\x04\x83\x41\x1f\xfd\x58\xa2\xbf\x84\xab\x36\x39\x05\x7e\xe2\x55\x83\x26\x9d\xf3\xcf\x66\xc4\x60\xae\x51\x61\x33\xe2\x2f\xee\xf1\xb5\x2d\xe7\x67\x31\x31\xa8\xb3\xb8\xa4\x06\x71\x8f\x37\xfb\xd5\x7e\x56\x13\x83\x22\x8c\xe4\x67\x35\x31\xd8\x56\x9c\xe0\xcf\x72\xe2\x4f\xaa\x7f\x53\xad\xd5\xc4\xdf\xa5\x43\xb3\x4c\xf3\xe3\x45\x0f\x36\xdb\x8f\x7f\x0c\xe7\xa0\xf1\xed\xfd\x18\xce\xc1\x26\x70\xf6\x67\x81\x31\xd8\x9c\xe7\xf3\xe3\x57\x0f\x36\xf6\xfb\x8f\x5f\xfd\x27\xf3\x88\x2e\xe6\x57\x0f\xde\x52\xa4\xd1\x38\xd6\x83\xcd\x5a\xe2\x8f\x5d\xfe\xb3\x80\xd9\x7c\x3a\x19\xe6\x41\x61\x2f\xfe\x18\xe6\xbf\x5b\xe7\x69\x35\x4b\x93\x41\xb3\x0b\xfa\x27\xd6\xf5\xc7\x70\x16\x1f\xf6\x63\x38\x07\xa3\x99\x82\x18\xce\xc1\xc6\x61\xfe\xbb\xd7\x03\xb4\x6d\xcc\xfc\x1f\x8f\x79\x50\x25\x89\xf9\x71\x98\xff\xd8\xd2\x76\x58\xfe\xd8\xd2\xc1\x10\xaf\xf8\x63\x4b\x07\xef\x6d\xae\x69\xc9\x27\x79\x12\x0c\x49\x1e\xf3\xdf\xa3\x8d\x7c\xfc\x19\xd0\xc1\x68\xa6\x42\x1e\xf3\x9f\xb5\xcf\x35\x27\x5b\xfb\x0c\x86\x8c\x13\x3f\x6b\x9f\x3f\x6b\x9f\x92\xb8\xfc\xac\x7d\x06\x87\x97\xea\x64\x66\x9f\x56\x30\x25\x71\x39\xd9\xd4\xc1\x68\x79\xb9\x4f\x2b\x98\xc1\x90\x71\xe2\x14\x7f\x1a\x0c\xe9\x2b\x4e\xf1\xa7\xc1\x14\xa7\x76\x8a\x3f\x3d\x13\x59\xda\x5a\xf7\xcc\xd3\xb5\x33\xc5\xf0\xff\x97\x4b\xa9\x40\x66\xdf\x93\xbf\xfc\x64\xb2\xdb\xa0\x7d\x32\xd9\x83\x95\x1b\xe8\x64\xb2\x07\xcd\xa6\x84\x93\xc3\x3c\x28\x02\x1d\x4f\x46\xfc\x69\x69\xd5\x9e\xdc\x93\x15\x1f\x94\x7d\xfd\x59\x73\x29\x5b\xd8\x0e\x7f\xa6\x31\x24\x1a\x89\x57\xf6\x64\xea\x07\xc5\xf2\xc2\xc9\xd4\x0f\xde\xff\x77\x9b\xd6\xd8\x32\xd4\xf2\xa9\x38\x6d\x49\x0c\xb6\xd1\x3d\x52\x63\x6c\xab\x9a\x6e\x53\xcd\x28\x02\x39\x3f\x4e\x82\xe0\xb4\x00\x2b\xaa\xf6\xa4\x08\x82\x21\x23\xc7\x49\x11\x04\x75\x5b\x77\xa9\x66\xd6\x5f\x7d\xb1\x4e\x8a\xe0\x74\x5a\x78\x3c\xbc\x27\x45\x10\xbc\xff\x9f\x7e\xb2\x97\x31\xd8\xec\xca\x3f\x89\x84\xa0\xd9\x07\x71\x12\x09\x81\x73\xa4\x4f\x0b\xb3\xc1\x70\x7e\xda\x69\x5d\x36\x18\x36\x7b\x9e\xd6\x65\x83\x29\xc7\xc8\x69\x27\x63\x70\x98\xba\x4f\x31\x07\xc1\x5b\x2e\x65\x35\x32\xd6\x8a\xae\x4b\x5a\xec\x45\xb1\x89\xee\xb4\xa0\x1b\xac\xa3\x2c\x4e\xeb\xb9\x27\x3d\x23\xe6\xf8\xa4\x67\x82\xd1\x3f\x7e\xa9\xc5\x12\xad\xd0\xda\xfa\x37\x4d\x96\xcd\x8d\xeb\x05\xb0\xec\x1b\xf4\x7d\x5d\xd2\x62\x96\x7d\x9d\x8d\x7f\x92\x3d\x41\xb3\x5a\x79\x52\x3d\x27\x3d\x23\xaf\xce\x49\xcf\x04\x6d\xb6\x7f\x38\xaa\xeb\x24\x77\xce\xc4\x32\x34\xc7\x15\x9e\x82\x19\x82\x2a\xb9\xd5\x29\x06\x37\x68\xb2\x65\x9c\xc2\x1b\x82\x2a\x7a\xe4\x24\x8a\x4e\x0a\xc8\xb9\x3f\x27\x05\x14\x34\x49\xbd\x4f\x0a\x28\x28\x16\x4b\x4f\x0a\xe8\xa4\x80\x9a\x61\x42\x01\x05\x9b\x2c\x2c\x27\x05\x14\x74\x69\x08\x4e\x0b\xc5\x27\xb5\x63\x32\x3e\xa9\x9d\x60\x05\xfe\x9d\xd4\xce\xd9\x75\x87\xf9\x48\xfc\x44\xd0\x77\xf3\x85\xf8\x89\xa0\x5a\x39\x39\xc5\xba\x06\x5b\x5b\xd3\x8a\x90\x8a\x60\x3b\x3e\x1e\xa0\x06\x16\x8f\xd7\x3b\x6e\xf1\x38\x68\x32\xee\x9e\x16\x8f\x83\xbe\xaf\xbb\x74\xda\x8b\x95\xa4\xfd\x14\x51\x11\x6c\xd3\x48\xa7\xb9\x82\x62\xb1\xf7\xa4\xb9\x82\x4d\x48\xf5\x49\x72\x05\x55\x2c\xd7\x49\x72\x9d\x22\x6e\xa5\xe6\x39\x09\xac\xa0\xca\xf4\x75\x12\x58\xa7\xe0\x89\xf5\xc2\xd1\x4e\x67\x4e\x83\x5b\xc5\x20\x9d\x4e\xd2\x29\xdf\x8d\x93\x74\x3a\xb3\xe3\xb0\xad\xd1\x6f\xcb\x61\xb0\xd2\x34\x9c\x96\xa6\x4f\x0a\x8b\x93\xe8\xa4\xb0\x82\xf2\x99\x2e\x19\x43\x09\xba\x6d\x72\xe3\x9c\x82\x6e\x83\x2e\x37\xf7\x29\x12\x22\xd8\x56\xc6\xc7\x53\x28\x44\xd0\x05\xba\x9f\xb4\xd9\x69\xf1\x9b\x9e\x3a\x29\xb1\x60\x85\x7f\x9c\x94\xd8\xb9\x4b\x38\xba\xa9\x82\x6e\xd9\x93\x46\x41\x7b\xd8\x54\x18\x6c\x76\x3f\x9f\x36\x15\x9e\x94\x98\x84\x3c\x27\x25\x16\x54\x87\xdb\x9f\xc2\x1e\x82\x26\x2e\xf9\x24\xce\x82\x15\x8f\x7d\x12\x67\xc1\xfb\x67\x69\x0f\xea\x2c\xe8\x82\xfc\x4f\xe2\x2c\xe8\xd3\xe8\x23\xce\x82\x6d\x6d\x98\x3b\xa9\xb3\x60\xe5\x25\x3d\x89\xb3\x60\xe3\x08\x3c\x89\xb3\x33\x4a\x6c\x25\xb7\x3d\x49\xb1\xa0\x8b\x69\x3c\x29\xb1\x33\x21\xc2\x4d\x92\x9e\x73\xae\xba\x67\x37\xbb\x21\x69\xb9\x3d\xe8\x8e\x89\x3a\x2d\xb7\x9f\x89\x1a\x6e\xf2\xf6\x9c\xa2\x86\x83\xb1\xbe\x4d\x04\x5b\xd0\x77\xcd\x6d\xb9\xfd\x3c\x74\x9e\x59\x87\x12\x0b\x2a\x07\xc7\x49\x88\x9d\x62\x28\xec\xd1\x38\xc5\x50\x9c\xce\x10\x37\x9d\x10\x67\xe7\xb1\x6a\x90\x5a\x51\x62\xc1\xb6\x3e\xf2\x56\xe0\x4f\xe2\x4c\xe6\x81\x93\x38\x0b\x8a\xbd\x4d\x27\x71\x16\xbc\xb7\xe5\x09\x96\xe0\x83\x2e\xad\xe7\x49\xaf\x05\xc5\xb9\x30\x27\xbd\x16\x94\x9e\x55\xa2\x53\xb8\x71\x50\xec\xf6\x3d\x85\x72\x04\x9b\x44\xd0\xa7\x50\x8e\xd3\x72\x7e\x8f\x75\x7a\x5a\xce\x0f\xba\x43\x58\x4f\xda\x2f\xd8\x2c\xde\x9d\xb4\x5f\x50\xe6\xaa\x92\xd6\x10\xca\xe1\xe4\xda\xd3\x72\x7e\xd0\x6d\xc7\x38\xc9\xc1\xa0\x38\x4e\xf8\x24\x07\xcf\xdf\x6a\xa0\x34\x9a\x50\x8e\xa0\x3b\xa8\xe3\xa4\xf7\x82\xbe\x86\x37\xbd\x17\x6c\x02\x26\x4f\x7a\xef\xb4\xe6\xdf\x23\xf8\x4e\xb2\x2d\xd8\x46\x0c\xdd\xd3\x9a\x7f\xb0\x16\xaf\x4f\x42\xee\xe4\x06\x90\xe7\xe1\xa4\xe4\x82\xe6\x5c\xcd\x93\x92\x0b\xfe\x58\x24\xf2\x45\x06\xdb\x9a\x23\xa5\x90\x09\x9a\xc4\x38\xe7\x6f\x55\xf3\xc9\x49\x7a\xb9\x44\xee\x9d\xa7\xa9\x29\x02\xea\xe4\x3f\x08\x56\x14\xe1\x49\xc7\x05\xeb\x88\xa6\x93\x8e\x3b\x4f\x5d\xd7\x5c\x53\x27\xc7\xb3\x7d\xfe\x41\x56\x9f\xc2\x48\x82\x6d\x5b\x7f\xa2\xc6\xa7\xb7\x97\x31\x48\xfa\x05\x45\x42\x93\x93\xf2\x3b\x45\x88\xf4\xac\x1b\x9c\x34\x5d\xd0\xd7\xd8\x17\x21\x72\x72\x86\x48\x5d\x74\xd2\x74\x41\x9f\xde\x7b\x9a\x2e\xe8\x0e\x6f\x3f\x69\xba\x60\x73\xd4\xc3\x49\xd3\x05\x5d\xae\xd1\x93\xa6\x0b\xba\xcd\x2b\x27\x4d\x77\x12\x6b\x9d\xe9\x47\xac\x05\x9b\x13\x44\x4e\x62\xed\xcc\x01\x02\x4d\x3e\xe2\x93\xcb\x24\x28\xc7\x7a\x80\x4e\xbb\xd4\xd3\x17\x97\xcf\x24\xe8\xb6\xaa\x9c\x64\x5e\x50\x0e\xc3\x89\xcc\x0b\x36\xfe\xfd\x53\xf8\x74\xb0\xce\x1d\x3d\x85\x4f\x07\xef\xff\xa7\x06\x76\x39\x06\x65\x19\xb8\x76\x39\x9e\xb7\x51\xcd\x90\xe7\x93\x09\x9a\x98\xed\x93\x4f\xe6\x24\x2d\xed\x6d\x38\x49\xcb\xa0\xac\xcf\x1a\x69\x19\xf4\x69\x6a\x27\x2d\xcf\x5b\x73\x30\xd1\x04\xc2\x04\x7d\x0d\x6b\x6a\x33\xe8\xd2\x72\x9e\xd4\x66\xb0\xd2\x2c\x9d\xc2\xb3\x83\x6e\xe7\xd1\x29\x80\xe6\xa4\x49\xbb\xd7\x86\x26\x0d\x9a\x4d\x7a\x27\x4d\x7a\x3e\xab\x39\x5c\xd3\x1c\xc9\x7e\xf9\x59\xbf\xd4\x1c\x4f\xf2\x8a\x9a\xde\x64\xd3\x39\x73\x1e\x9c\x0d\x56\x27\x95\x1a\x6c\xad\xb3\xab\xc9\xd4\xa0\x4f\xdf\x43\x9e\x9f\xa0\x1e\x2c\x72\x9e\x9f\xd3\xf1\xe0\x66\x02\x5a\x36\x68\xcd\xe0\xa6\x65\x83\x2e\xd2\xe4\x24\x65\x4f\x2e\x23\xa9\x45\x2e\x5a\xf6\x12\xc7\x23\xf9\xca\x25\x8e\x27\x28\xb6\xfa\x5e\xe2\x78\x2e\x9e\x25\xd9\xaf\x2e\x9e\xa5\xa0\x3b\x30\xf9\xa2\x82\xaf\xec\xb9\x6c\xb2\x5f\x5d\x34\x6f\xd0\x65\x5f\xb9\x68\xde\xeb\xe3\x2d\x88\x7d\x70\xf1\x36\x05\x2b\xcc\xe6\xa2\x79\x83\x3e\x57\x39\x2e\x97\x8c\x84\x74\xe8\x45\xf4\x06\x7d\x56\xb5\x4a\x4d\x2f\x3e\x29\x8e\x88\x8b\x9c\x0d\xd6\x69\x38\x17\x35\x7b\x89\x0a\x62\xb7\x5d\x54\x69\xb0\xf6\xa2\x5c\x44\x69\xf0\xde\x96\x2a\x88\x14\x0a\xfa\xcc\xe4\x7e\x89\x14\x0a\xfa\xcc\x87\xe2\xa2\x5d\x83\xb2\x7f\xdc\xa5\x52\xdb\xaa\x41\x9a\x8d\x83\x2b\xd8\xe4\xf0\xbb\xc8\xd9\xab\x18\x6b\x51\x4a\x17\xbd\x19\x14\x1b\x7b\x2f\x72\xf3\xe2\x94\xb2\xc2\x72\xd1\x9b\x41\xb7\xdb\xeb\xa2\x37\x2f\x61\x3f\x72\xfa\x5e\xe4\xe5\x25\xec\x27\x5f\xf9\x8b\xbc\x0c\xba\x0f\xe7\x45\x5e\x5e\xb4\xa4\xad\xc3\x17\x2d\x19\x74\xdb\xb8\x2e\x5a\xf2\x12\x09\x24\xe7\xee\x45\x39\x06\x9b\xdc\xc5\x17\xe1\x18\xfc\x19\x45\x84\x63\xd0\x6d\x66\xb8\xe8\xc6\x4b\xbc\xd0\x88\xc5\x77\x11\x8e\x41\x77\x40\xfd\x45\x38\x5e\x7c\x63\x66\xe1\x8b\x4a\x0c\xba\x6d\x4b\x17\xdf\x58\xf0\xde\x96\xba\x73\x8e\x05\x45\x40\xe5\x65\x5b\x67\xb0\xb6\xff\x5f\xe4\x65\x50\xb7\x8f\x3f\x53\xf5\xb8\xcb\x24\xf9\xbf\xb8\xcb\xae\xb6\xaa\x9e\x0e\xa5\x1f\x83\x22\x3b\xd7\x45\x3f\x5e\xbc\x6a\x82\xd7\x2e\x02\x32\xe8\x16\x32\x2f\x5e\xb5\x60\x5b\x27\xfd\x5f\x42\x8d\x82\x75\x4c\xef\x45\x66\x06\x85\x50\xbf\xc8\xcc\xa0\xc8\x01\x7b\x91\x99\x41\xe7\x32\xba\xa8\xcc\xe0\xfd\x7f\xbf\xd4\x42\x2f\xda\x68\x4a\xab\x81\xe2\x7b\xdb\x8e\x7f\xc8\x6f\x76\xf1\xcc\x05\xef\x1f\xfb\x17\x0d\xd8\x62\x61\x55\xcf\xd2\x80\xc9\xbf\xb3\x19\x27\x6d\x35\x60\xa6\xed\x58\x23\x17\x45\x1b\xbc\x7f\x96\xae\x25\x69\x83\xf2\x49\xc4\xc7\x65\x93\x67\xd0\x25\x33\xb8\xec\x1b\x08\xca\x91\x6f\xc0\x45\xf7\x06\x7d\x66\x5d\xf2\xa2\x7b\x2f\xce\x40\xe7\x54\x5d\x9c\x81\xc1\x12\xd6\x17\x67\x60\x50\x38\x33\x2e\x1a\x37\xd8\xda\xd0\x19\x44\x6e\xd0\xe7\x2a\x99\x9a\x77\xaf\xcd\x2a\x87\xaa\xe7\x08\x3c\xbb\x0e\x2f\x2a\x37\x78\x6f\xcb\x13\xc8\xdc\xa0\xcb\x73\x75\x91\xb9\x97\x7d\x03\x4c\x84\x8b\x1f\x31\xe8\xd3\x10\x26\x73\x2f\xfb\x06\xec\xdf\xbf\x78\x0d\x83\x75\x54\xff\xc5\x6b\x78\x0d\x95\x37\x2c\x6c\x12\x08\xb6\x63\x73\x49\xe5\x5f\x14\xeb\xa3\x17\xe9\x7b\x8d\x55\x2b\x65\x53\xab\x24\xe5\x91\xda\xe6\x12\xf1\x1f\xf4\x99\x0f\xd4\x45\x20\x5f\x64\xae\xfd\x7c\x17\x99\x1b\x34\x41\x9f\x17\x99\x7b\xf1\x37\x8a\xbe\xbf\x68\xda\x60\x9b\xe6\x6d\xfe\xc6\xa0\xc8\x19\x70\x51\xb9\xc1\xb1\xf9\x2e\x50\xb9\x97\x10\x2f\xc7\x9f\x5e\x9c\x8b\x41\x9f\xdd\x6d\xba\x4a\xd8\xfe\x30\x03\xd1\xaf\x41\x1d\xa6\x2e\xfa\xf5\x22\x56\xd9\xe9\x17\xb1\x1a\x94\xc3\xcc\x42\xac\x5e\x3c\x89\xd2\xa0\x5d\xd4\x6a\x70\x38\x72\xf5\x22\x56\x83\x2a\xe6\xf2\x22\x56\x83\xea\xd8\xab\x8b\x58\xbd\x88\x55\xc9\xd2\x2e\x62\x35\x58\x91\x39\xd7\x5c\x35\xd0\x2d\x6a\xc5\x6f\x18\xac\x0d\x78\x17\xfd\x7a\x1d\x5e\x2a\x43\x86\x5a\x0d\xfa\x6c\x2e\xa9\x3b\x01\x3b\xb2\xba\x7d\x11\xb0\x57\xd4\xaa\xe3\x10\x2f\x6a\x35\xa8\x6b\xd2\xe0\x70\xbc\x28\x53\xe9\xd8\x2e\xca\x34\x58\xb9\x13\x2f\xca\x34\x78\x6f\x4b\x4d\x05\x87\x05\x45\xda\xe5\x8b\x27\x31\xe8\xdc\x37\xd7\xb1\x6a\xf0\xe4\x00\x91\x5c\xa2\x5f\x83\x6e\x13\xf0\x45\xbe\x5e\xce\x2d\x88\xe9\x79\x91\xaf\x17\xf9\x3a\xb4\x1a\xf9\x1a\x94\x4f\x6c\xa6\x8b\x7c\x0d\xde\xa9\x3c\x97\x54\xf3\xeb\x9d\xf2\x02\xd1\xaf\x41\xb5\xed\xfd\xa2\x5f\x83\x22\x46\xf2\xa2\x5f\x2f\x5b\x11\xba\xff\xd7\xc5\x5f\x6a\xde\x7f\xe9\xe2\xc8\x57\x29\x9f\x2e\xf2\x35\xe8\x96\xf3\x2e\xf2\xf5\xe2\xba\x1c\x31\xc4\x2f\x5a\x35\xe8\xe2\x0b\x2f\x5a\x35\x68\xce\xdd\xbe\xf8\x26\x2f\xbe\x49\x29\x77\x2e\x5a\x35\x68\x4e\x4e\xbb\x68\xd5\xeb\xa7\xe6\xfe\x8d\x27\x32\xd8\xa6\x37\x9b\x27\xf2\xa2\x5f\x65\x76\xbb\xe8\xd7\x60\x3b\x98\x5f\xf4\xeb\xc5\x9f\x28\xb3\xdb\x45\x60\x06\x7d\x46\xac\x5e\x04\xe6\xc5\x9f\x68\x86\xe1\x4e\xbc\x68\xce\xb1\xbb\xa6\x57\x5e\xfc\x19\xdd\x34\x67\xd0\xa7\x81\x46\x73\x06\xf5\x30\x44\xf9\x0e\x83\x6e\xff\xf6\x25\x91\xe9\xc5\x9d\x38\xbc\x8b\x44\x65\x50\x96\x09\x45\x53\x06\x75\x7d\x24\x69\xca\xeb\xf2\xf6\x98\x87\x08\xc8\xa0\x36\xc5\xe0\x26\xbc\x2e\xe3\x45\xa5\x48\xc3\xa0\x88\x8b\xbf\x48\xc3\x60\x5b\x19\x6a\x2e\xda\x30\xa8\x6b\x92\xe7\xee\x0b\xba\xec\xac\x17\x77\xdf\x25\xc0\x4e\xca\xb1\xeb\x5a\x65\xcb\x77\x76\xfc\x43\xbe\x94\x8b\x98\x0c\xfa\x34\x83\x12\x93\x17\x31\x39\xb2\xda\x7c\x11\x93\x17\x31\x19\x47\xd4\x45\x4c\x06\x1b\xd7\xe8\x45\x4c\x5e\xb7\x4e\xf3\xf6\x92\x8e\xc1\x0a\x62\xbb\x28\xc7\xe0\xbd\x2d\x0d\x4d\x3a\x06\x7d\x7a\xe3\x04\xf8\x5d\x64\xa2\x24\x65\x17\x99\x18\xcc\x3f\xff\xa6\xd7\x5e\xb4\xe2\xeb\x41\x26\x5e\xce\x15\xd7\x43\x22\xf7\x2e\xca\x51\x8e\xb2\x8b\x72\x0c\x36\x7b\x06\x2f\xca\xf1\x7a\x3e\x6e\xcb\x4f\xe9\xc4\x60\x1d\xad\x74\xd1\x89\x17\x9d\x28\x47\xd9\x45\x27\x5e\x4e\xa8\xf3\x59\xa0\x13\x2f\x3a\x51\x8e\xb2\x8b\x4e\x0c\xa6\x28\x8b\x8b\x4e\x0c\x0e\x9b\x2f\x2e\x3a\x31\x28\xf6\x03\x5d\x02\x08\x2f\x1e\xce\xdd\x3c\x45\x3b\x06\xed\xb3\x7e\xa9\x85\x9e\x38\xfa\x57\xc9\xb4\x50\xa4\xe3\xfa\x78\x90\x8e\xc1\x18\xb4\x07\xe9\x78\x11\x85\x7b\xa6\xcb\x9b\x28\xbc\x39\x38\xf7\x38\x95\x6e\xd2\x2e\xa8\xdb\xee\xd2\x70\xe9\x70\x5b\xcf\xb5\xaf\x6b\xdf\x9c\xa3\xbe\xe5\xd2\xcf\xa5\x9f\xdb\x8e\x5c\x3b\x5d\xcb\x77\x78\xf8\xe5\xe5\x52\x0e\xe6\xcf\x58\xbb\x29\xbb\x9b\xb2\xcb\x14\x7a\x53\x76\xc1\xd6\xa4\x28\xbb\xb9\x33\x83\xe2\x38\xf9\x9b\x3b\x33\xe8\x32\x2b\xdc\xf4\xdf\x9d\x7c\xaa\x4d\x8a\xb2\x9b\xef\x32\x68\x76\x0e\xdf\x7c\x97\xb7\x38\x45\x89\xc6\x6e\xce\xcb\xa0\x4b\xc0\x70\x93\x89\xc1\x3a\x43\xea\x26\x13\xef\x4d\x73\x64\x48\xde\x34\xe1\x4d\x13\xc6\x82\xbc\x69\xc2\x3b\xf9\x74\x1a\xa5\x71\xcb\xa7\x13\x34\x5b\xd7\x6f\x9a\xf0\xde\x56\x45\x73\x8d\x43\xf3\x16\xe1\x98\xf7\xec\xe6\xcf\x0c\x36\xc7\x95\xde\xfc\x99\xb7\x0d\x25\x9c\xb4\x37\x87\x66\xd0\xa4\x33\xbc\x39\x34\x83\x6d\xcb\x84\x79\x13\x98\x41\x97\xff\xe0\x26\x30\x83\x69\x1d\xe7\xa6\x2f\xef\x62\x44\xea\x63\xee\xcb\xa0\xf2\xf3\xdc\xf4\x65\xf0\xde\xe6\x9a\xba\x13\x98\xc3\xbf\x19\x09\x2f\xf6\x3d\x2f\xed\xcd\x7f\x79\xdb\x33\x3d\xdd\xa5\x35\xb8\x2f\xe5\x0f\xbd\x69\xce\x60\x93\xd0\xeb\xe6\xbf\xbc\x39\x2b\xe5\x32\xbb\x69\xce\xa0\xcb\xfd\x70\xd3\x9c\x37\x67\xe5\x1e\xc9\x71\x13\x9d\x41\x11\xf2\x74\xd3\x9c\x37\xcf\xe4\x1e\x03\xf2\xe6\x99\xbc\x79\x26\x77\x0f\x50\xf7\xaa\xdf\x9b\x9f\xaa\x7c\xb2\xb3\xca\x50\x7e\xd3\x9c\x77\x35\x15\xc5\x2c\xbe\xc9\xc9\x60\x7e\x56\x71\xd5\x8a\x4e\xdc\x33\xa1\xdc\x74\x62\x50\x8e\x7c\xc8\x6e\x3a\x31\xe8\x33\x36\xc8\x4d\x26\xde\x14\x18\x67\xd5\x4d\x81\x05\x2b\x45\xe3\x4d\x81\x05\x7d\x0e\x77\x79\x66\xf7\xcc\x7c\x9c\x6f\x42\xea\xa6\x9a\xf2\xd1\xba\xa9\xa6\x60\x6b\x52\x86\xdd\xdc\x85\xc1\x66\x7d\xea\xe6\x2d\xbc\xed\x48\x91\x1f\xec\xe6\x2e\x0c\xea\xe1\xa5\xa2\xb7\x6e\x1e\x44\xb1\x9c\x37\x75\x15\x34\x5b\x29\x6f\xe2\xea\xa6\xa4\xe4\x30\xba\x29\xa9\xe0\x10\xd3\x7c\xf7\x55\x85\x98\x17\x99\x5f\x6f\x42\xea\x1e\xeb\x01\xa9\x15\x05\x13\xf4\x69\x16\xb3\xb3\xf9\x26\x6a\x24\xd0\xba\x89\x9a\xa0\x3b\x4c\xed\x26\x6a\x82\xe9\xf0\xba\x9b\xa8\xb9\x77\xbf\x8c\xe8\xb8\xf9\xcc\x82\xba\xc6\x29\x9f\x59\x50\xe5\x63\xbc\x6d\x21\xb9\xa7\x06\x3f\xfe\x21\x21\xe9\x4d\x7f\x04\x45\xa0\xcb\xcd\x7f\x76\x93\x24\xdc\x4f\x37\x49\x12\x14\xc1\x0c\x37\x49\x72\xf3\x9f\xe9\x22\x8a\xe4\x16\xc9\xc8\xfd\x74\xd3\x1f\xc1\xb6\xde\x6a\xfa\xe3\xe6\x05\xe3\x11\xbd\xa9\x88\xa0\x4f\xb5\xe1\x05\x0b\x56\x38\xef\x4d\x57\xdc\xe2\x11\x79\x6a\x6e\xf2\x20\x98\x73\xba\xa4\x1c\xe2\x11\x65\x8b\xba\xc5\x23\x06\xdd\x8e\x8a\x9b\x17\xec\xb6\xc3\xc4\x9a\xed\x4d\x45\x04\x85\x82\xbf\x89\x88\x60\xb7\xce\x7d\x13\x11\x37\x2f\x98\xe5\xf0\x9b\x8a\x08\xba\x4c\x2a\x37\x15\x71\xdb\x74\x62\xf5\xfe\xa6\x19\x82\x56\xf2\xdd\xbd\x49\x86\x9b\x3e\xb0\x36\x7d\x13\x08\x41\x5f\xb5\xa2\x0f\x6e\x7b\x95\xf9\x87\x6e\x02\x21\xe8\xd2\x9a\xdc\x04\xc2\x2d\x92\x91\xaf\xe1\x26\x07\x82\x95\xea\xe7\x26\x07\x6e\xbb\x4e\xac\xe4\xde\x0c\xfd\xdb\xf1\x64\x26\x26\x86\xfe\xcd\x4f\x65\x31\xe9\xe6\xa7\xba\xf9\xa9\x8c\x4f\xb6\xff\xcd\x4f\x95\x25\xe0\x9b\xed\x7f\xdb\x85\x6c\x99\xe8\xe6\xa8\x0a\xfa\x34\x1b\x92\x03\xc1\x7b\x9b\x87\xaa\xe9\x2f\x4a\xc8\x4b\x21\x30\x31\xe8\x33\x26\xc6\x4d\x21\xdc\xbf\x55\x51\xd7\x54\xf4\x97\x09\xf2\x50\x34\x15\xfd\xe5\xdd\x9c\xfe\x5f\x27\xe7\xe4\xed\x66\x6d\xf7\xe6\xcf\x0a\xba\xec\x3b\x37\x7f\xd6\xbd\x84\x44\x56\x17\x6e\x4a\xe2\x96\xa5\x27\x26\xfc\x2d\x30\x31\xe8\x32\xed\xdc\x02\x13\x6f\x7a\xc3\xba\xe2\x4d\x6f\x04\xbb\x4c\x79\x37\xbd\x11\x4c\x71\x12\x37\xbd\x11\xbc\xbf\x4c\x7b\x13\x1c\xc1\x26\x44\xe5\x26\x38\x6e\x82\xc3\xea\xd6\x4d\x70\x04\x6d\x98\xa7\x09\x8e\x60\x5f\x93\x32\xc1\x11\x6c\xcd\xca\xe8\x7d\xae\x8a\xbe\x13\x9f\xfd\xf9\xb7\xf0\xc5\xa0\x53\x69\x37\x57\xd7\x4d\xaa\x50\xf5\x37\xa9\x12\x6c\x52\x6c\xdc\xa4\xca\xcd\xfd\x65\x9d\xe6\xe6\xfe\x0a\x1a\x97\xff\xcd\xfd\x15\x54\x1b\xd2\x6f\xee\xaf\x60\x70\x97\xdc\x34\x4e\xf0\xfe\x59\xda\x9b\xc8\xb9\xf9\xbf\xf4\x31\x8d\x73\xdb\x58\x44\xaf\xdf\x14\x4d\xb0\xad\x21\xc9\x25\x76\x5f\xab\xee\x69\x5c\x92\x25\x58\x9e\xb3\x9b\x64\x09\xfa\xd4\x53\x14\xcb\x4d\xb1\x30\x27\x28\x96\xa0\x2c\xbb\x8f\x62\x09\xfa\xcc\x5a\xdf\xcd\xfd\x75\x13\x31\xd6\xdd\x6e\x22\x26\x28\x52\xcd\xdd\x44\x4c\x50\xda\x7a\xa4\xaa\xdf\x71\x67\xaf\x4b\x6a\xce\x23\x66\x9d\xe9\xe6\x11\x0b\xb6\x4d\x3b\xf2\x88\x05\x95\x2b\xe0\xa6\x74\x6e\x3b\x92\xac\xeb\xdd\x74\x4d\x30\xe5\x70\xbf\xe9\x9a\x5b\xb0\x25\x6d\x7b\x13\x31\xc1\x5c\xcf\xe4\xfe\xba\xed\x16\xa7\xf3\x6e\x22\x26\x98\xd6\x39\x6f\x1a\x26\x78\x6f\xcb\x20\x25\x62\xee\xe5\xec\xf2\x4b\x75\x7f\xf4\x31\x13\x9d\x62\x09\xa6\x34\x78\x37\xc5\x12\x1c\xdb\x7a\x80\x8a\x3e\x39\xda\x84\x19\x42\xb0\xdc\x62\x2d\x49\xbf\x9b\x83\x2a\x98\x52\x02\x3c\xa4\xc8\xf3\x59\x6b\x04\x3d\xd7\x36\xd7\x72\x5e\x7e\xec\x8b\x87\x7f\x2a\xa8\xf2\x5b\x3c\xf6\x99\x3f\x1f\xf3\x55\x64\xc1\x43\xb1\x04\xd5\x5e\xff\x87\x7b\xea\xc9\x51\xd9\xcd\xab\xf7\x08\xc0\x0c\xba\xe4\x52\x0f\x5d\xf3\x88\xac\x9c\xff\x92\x93\xf4\x21\x55\x82\x62\x5d\xf1\xa1\x54\x1e\x21\x95\x8c\xd1\x87\x13\x2a\x28\xf2\x88\x3e\x64\x49\xd0\x2c\x92\x3f\x64\x49\xd0\x25\xec\x7a\xa8\x92\x87\xde\x30\xfc\x1f\x7a\x23\x98\x0e\xaf\x7a\xe8\x8d\x87\x90\xe0\xb1\x7d\x08\x89\xa0\x58\x98\x7f\x08\x89\xe0\xbd\x6d\xe6\x9a\x56\xcd\x41\xd6\x9f\x74\xdb\x43\x48\x3c\x0e\xb2\xce\x37\xeb\x21\x24\x82\x3e\x23\xa2\x1e\x42\xe2\x21\x11\x7c\x05\x1e\x12\x21\xe8\x16\x4b\x1f\x12\x21\xe8\x47\x3e\xb1\x0f\x85\x10\x14\xc7\xb1\x3f\x14\x42\x30\xff\x14\xec\x72\xc9\x37\x40\xf9\x6f\x97\x74\xd0\xe1\x9a\x1e\x78\xd1\x2d\x82\x3e\x14\xc2\xc3\x51\xe5\x23\xf0\x70\x54\x05\xd5\xb1\xde\x0f\xd1\x10\x4c\xdf\xdc\x87\x68\x08\x56\xd0\xef\x43\x33\x3c\xd5\x10\x8b\x29\xf1\xf0\x4a\x05\x5d\x4a\xb3\xc7\xbe\xae\x87\x8e\x98\x87\x07\x4c\xd7\x66\x12\x34\xa4\x69\xe9\x88\x87\x40\x98\x31\xca\x1e\x02\x21\x68\x5b\x75\x9b\x4a\xd5\xec\xbd\xf6\x4c\x11\x8c\x0f\x17\xd4\x7a\x28\x17\x54\x70\x98\xbb\x1e\x2e\xa8\x47\xbc\xa2\x38\xbe\x87\x23\xe9\x69\xe6\xe8\x14\x8d\xd7\xe8\xb1\x3f\x7d\xf5\x14\x7f\x50\xd0\xff\xfc\x52\xb7\x90\x1b\x87\xb7\x95\xdc\x78\xc8\x8d\x98\xd7\x0f\xb9\xf1\x70\xe5\x08\x15\x7f\xb8\x72\x82\x69\xa1\xe6\xe1\xca\x79\x04\x2c\x0a\x6f\x78\x38\x6e\x82\xe9\xf4\xdf\x87\x04\x79\x68\x0b\x8e\x8a\x87\xb6\x08\x8a\x68\xda\x87\xb6\x08\x0e\xfb\x6d\x1e\xbe\x9c\x87\xe3\xe6\x30\x72\x69\x8b\xa0\x9a\x92\x1f\x8e\x9b\x87\xdc\x90\x82\xed\xe9\xab\x0a\xf7\xfb\x22\x77\xcf\xd4\x09\x39\x7d\xba\x11\x34\x8f\xc8\xc3\xa0\x4b\xbd\xf7\x70\xd2\x3c\x82\x11\xe5\x5b\x7b\x78\x69\x82\xb9\xc6\x91\x60\xc4\x87\xe3\xe6\x88\x05\xf6\x70\xdc\x04\xc5\x2e\xbf\x87\xe3\xe6\x91\x83\xc9\xb9\x5a\x8f\x1c\x4c\xc1\x3a\xd2\xe9\x21\x5e\x82\xcd\x4e\xe0\x67\xac\xe2\x3e\x99\x92\xd3\x1e\xc4\x4b\x30\x6d\xba\x7f\x84\x2c\x3e\x42\x16\x25\xdd\x7a\x84\x2c\x06\xfd\x88\x19\xf5\x08\x59\x7c\xf8\x72\x8e\xea\xdf\x54\x2a\x21\x8b\x82\x57\x1f\xbe\x9c\x87\x2f\xc7\xe6\xc8\x87\x2f\x27\x38\xec\xa6\x7f\xf8\x72\x82\xbe\x86\x07\x5f\xce\x63\xef\x98\x6d\x31\x0f\x67\x4e\xd0\xd7\xf0\xb0\x77\xec\xe1\xdf\x91\xe3\xed\xe1\xdf\x09\xfa\xb1\x79\x80\x16\x4a\x14\x63\x93\xe3\xed\x21\xc9\x82\x43\xcc\xd2\x43\x92\x05\x53\xb0\xfb\x23\xb0\xf1\xb1\xab\x5f\x38\xdb\x43\x73\x05\x9b\x1d\xc9\x0f\xc9\xf5\xd8\x50\x76\x44\xb1\x3f\x34\x57\x30\xd7\x0c\x4e\x73\x05\x73\x33\x3c\x78\x81\x82\x4d\x2a\xf0\x87\x0a\x0b\xba\x84\x85\x0f\x15\xf6\xf0\x02\x59\xda\x7e\x78\x81\x82\xbe\xde\x3d\x5e\xa0\xa0\x4b\x66\xfe\x70\x02\x05\xe5\x30\x0b\x93\x6f\x8f\x3d\xfd\x47\x24\xf6\x43\x85\x05\xf3\x63\x0c\x11\x61\x0f\xc5\xb5\x5e\x2a\x8a\x2b\x28\xe2\xb4\x1f\x8a\xeb\xb1\xa7\xdf\xb9\x6e\x0f\x2d\x15\x1c\x9b\x87\xf2\xc8\x04\xad\x9a\xb2\xa8\xab\xc7\x6e\x2f\x49\xf0\x1e\xee\x97\x60\x0a\xf4\x7c\xa8\xab\x87\x94\x92\x04\xef\x21\xa5\x82\x2e\x0b\xe3\x43\x4a\x3d\x62\x05\x0f\xdd\xc2\xd9\x12\x1c\xad\x95\x7f\xf8\x60\x13\x5f\x0f\x2f\x8b\x54\x7a\x0f\x2f\x4b\x70\x08\x4c\x7c\x88\xaf\x87\xd2\x12\x04\xf7\x50\x5a\xc1\xbe\xbe\xeb\x94\xd6\x23\x0d\x00\x39\xfa\x90\x5a\x81\x2c\x48\x0f\xa1\xf5\x50\x55\x7f\xae\x19\x3c\xbf\x7c\x42\xcc\x54\x54\xd5\xf3\x53\x41\xdf\x28\x5e\x96\xc7\x79\x71\x0c\x07\xaa\xea\xb1\x69\x4b\x34\xe4\xc3\xcb\x12\x94\x4f\xcc\xeb\x87\x36\x0a\x26\x31\xfa\xd0\x46\x41\xe7\x37\x7f\x68\xa3\x60\xda\x3b\xf9\x90\x46\x8f\xc0\x3e\x32\xe2\x11\xd8\x17\xf4\x35\x23\x8b\xdc\x7b\x08\x10\xe9\x98\x1e\x02\x24\xe8\x87\xc9\x9c\x00\x09\xb6\xcd\x2f\xe9\x8f\x27\xfb\xa7\x9a\x14\x7c\x0f\xb5\x11\x4c\xdb\x08\x1e\x6a\xe3\xe1\x3e\x91\x6f\xef\x21\x2d\x82\x69\xe3\xee\xc3\x7d\xf2\x44\x59\xf4\x65\xc0\x90\x16\xc1\x61\x09\xf2\x11\x6d\xf7\x44\x6d\xf4\x8f\xcf\x27\xb5\x11\xf4\x23\x6b\xb9\x0f\xb5\x11\xcc\x4f\xbc\x3d\x0f\xb5\x11\x74\x59\x37\x1f\x6a\x23\xe8\xeb\xfb\x41\x6d\x3c\x91\x16\x5d\x08\xf6\x43\x5a\x04\x53\xec\xe6\x43\x5a\x3c\xf7\x2a\xad\x6b\x4a\x7b\x67\xb3\x9e\x57\x93\x1a\x78\x6e\xa5\x35\x25\x73\x69\x04\x7d\x7d\x8d\xa8\x81\xa0\xaf\x2f\x0f\x35\x10\xcc\xf5\xad\xe0\xe4\x08\xf6\xdd\xfb\x4b\x1f\x3c\x09\x4c\xeb\x1f\x53\x2d\x63\x3d\x98\x92\x4e\x3d\xbc\x0b\xc1\xd6\xa5\x95\x7d\xb8\x17\x82\x63\xcb\x4a\xda\xc3\xbd\x10\xbc\xb7\xa5\xd5\x84\xa6\x05\xd3\x1a\xea\xc3\xf2\x0f\xde\xdb\xfa\xff\xfc\xdf\xfe\x89\xe9\xbf\x7f\xe2\x85\xe8\x9f\xb7\x0a\xfb\x27\x5e\x08\x38\xd2\x1e\xfb\x27\x36\x3d\x1c\xdb\x6b\x1e\xee\x9f\xd8\xf4\xfb\x27\x36\x7d\x4f\x36\xba\xfd\x13\x9b\x1e\x66\xfc\xb8\xfb\x27\x36\x3d\xbc\xb7\xf9\xb7\x9f\x6b\xbf\x3c\xe0\x93\x4b\xa7\x4b\xb7\xdb\x5a\xae\x3d\xae\xf9\x80\xe4\x97\x9b\xe2\x26\x5f\x7f\xff\xbc\x4a\x7f\xff\xc4\x0d\x01\xf5\x33\xf2\xcb\xb8\x21\xf6\xcf\xa6\x56\x35\xe5\xdd\xd4\xea\xc5\x9e\x73\x1d\xf6\xcf\xa6\x56\xd9\x1c\xd5\x3f\x2d\xe5\x8d\x83\x01\x8e\x44\xd5\xef\x9f\x4d\xad\x36\x9d\xd5\x14\x44\xb5\xe2\x73\x88\x31\xb1\x7f\x36\xb5\xda\x62\xbe\x15\x0f\x50\xab\xb8\x21\xfa\xa7\x29\xdb\xe5\xda\x95\xad\xdd\x25\x97\x6e\x97\x54\xbe\xa5\x63\x36\x95\xdf\x52\xf9\x23\xfd\x52\x54\xbe\x64\xd2\x3f\x72\x57\x51\xf7\xb8\x21\x7a\xb2\xe7\xed\x9f\xa8\x07\xe8\x31\x60\xf6\x4f\xd4\xc3\xfe\x49\x04\x5b\x4f\x5c\xcf\xfe\x29\xfa\xaf\x08\x98\xf0\x4b\x75\xcf\x8e\xa9\xed\x70\x97\xba\x17\x63\xa6\xa7\x89\xaa\x72\xbc\x38\xb2\xbe\xbb\x7f\xaa\x72\x08\x43\xcb\x19\x6b\xfb\xa7\xea\x84\x17\x47\xd2\xf5\xec\x9f\xaa\x68\x55\xbf\xe8\x84\xaa\x5f\x12\x74\x76\x18\x46\x55\xbf\x54\x43\xcb\x38\xaa\x0a\x92\xa0\xb3\x04\x7a\xef\x9f\xaa\x0f\xaa\x61\xaf\xe7\xab\xa6\xcc\x62\x7f\xfc\x7d\xfb\xa7\x6a\xc9\xa6\x8d\x46\xca\xd6\x14\xe4\xc5\x91\x9d\x2f\xfb\xa7\x69\xa3\x17\x47\x72\x15\xed\x9f\xa6\x68\xcd\xeb\xb7\xbb\xa6\x4b\x63\x91\x67\x05\x63\xff\x34\x3d\xda\x74\xdf\xee\xda\x7a\x68\x66\x86\x9a\x5f\x76\xcd\xd6\x8d\xdd\x99\x5a\x75\xed\x16\x23\x3d\xce\xed\xfd\xd3\x35\x5b\xd7\x46\xd3\x4f\x15\xe4\xc5\xcc\xf9\x6f\xfb\xa7\x6b\xa3\x6e\xec\xce\x8c\x86\xae\xff\x7a\x0e\x8f\xec\x69\xa3\xae\xd9\x1c\x6e\x96\x8c\x77\xfb\xa7\x2b\xef\x8b\x63\x3b\xfe\x9e\x4f\x7c\xff\x74\xad\x9a\xa8\xaa\xc3\x3b\xdc\x55\x70\x68\xd5\x23\xb5\x19\x5a\xf5\xc5\xec\x8a\x34\xb4\x6a\x0c\xf1\x1c\x3b\xb1\x7f\x86\xca\x0c\x83\xd1\x38\x1e\x06\xe3\x60\xb3\xfa\x33\x95\x19\x26\x0e\xe3\x67\x78\xc5\x86\x90\xc2\x94\x63\xe8\x8f\x11\x6f\x6b\x4d\xdb\x0f\xf5\x1b\xd9\x93\xfc\xf1\xff\x2a\x10\x73\xbd\x6f\x1f\xe5\x58\x35\x58\xdb\xd4\xde\x4b\xbb\x2e\xca\xa9\x66\x99\x6e\xf7\xcf\xae\x87\x92\x32\xb5\x6f\x9f\x14\x6d\x57\x83\x17\x25\x27\x9f\xee\x9f\x5d\x77\xec\x39\x6b\x6e\xdd\xa5\x4e\x89\xa9\xea\x9b\x72\xec\x2a\x25\xa8\x4a\x3d\x77\x3d\xb4\x3b\xe2\xe4\x93\x21\xbb\xab\xd4\x9e\xc3\x1c\x4c\x38\xbb\x4a\xc5\x0f\xd2\x93\xaa\x6f\xff\xec\x6a\xf5\x42\xc6\x86\xfd\xb3\xab\x54\x72\x69\xe5\xeb\xb0\x7f\xa6\x4a\x25\x8b\x6a\x02\x3d\xf7\xcf\x54\xa9\xa9\x52\x6a\x30\x55\x6a\x3a\xb8\x3e\xff\x3f\x55\x2a\xa6\x73\xcf\xa9\x4b\xfb\x67\x2a\xee\x8b\x32\x4c\x38\xd3\x7b\xe8\x54\x31\x73\xf2\xd4\x51\x53\x69\x37\xd7\x94\xf6\x85\xd4\x88\xfb\x67\x2a\x6d\x12\x2f\xf4\x44\x5d\xee\x9f\xc3\xf8\x4f\x68\x54\x31\x27\x1f\xc6\x55\x52\x69\xf5\x4d\xbf\x1c\x06\xd6\x91\x73\x91\x36\x97\xd4\xe0\x48\xb2\x6f\x33\xda\xa1\x06\x47\xc2\xc4\xb5\xed\xa1\x5b\x0e\x95\x2a\xa9\xd4\xa1\x52\x2f\xec\x51\xd8\x3f\x87\x4a\x1d\xba\xc5\x87\xf1\xd0\x2d\x47\xc6\x9a\x0e\x3d\x74\x4b\x0e\x53\x8e\xeb\x76\xff\x1c\xea\x99\x68\xa3\xbe\x99\x80\xbf\xda\x23\xb9\xaf\x12\x97\xba\x7f\xbe\xfe\xec\xff\x19\x3b\x93\x1b\x6b\x7a\x18\xd9\xee\x9f\x15\xcf\x84\xab\x91\x14\xd0\x68\x5f\x72\xf4\xdf\x84\x46\x9e\xa3\x6f\xfd\xd7\x2a\x50\x42\x66\x5d\x4d\x29\x45\x90\x14\x45\xee\xab\xe6\x66\x7c\xf8\xcf\x48\xdb\x4f\x7c\x6f\xfc\x8e\xfd\xcf\x50\x17\xe1\x8b\x76\x1a\x37\x72\x55\xb7\xc5\xd3\x21\x86\x2d\x8f\x62\xa7\x9d\x8e\x31\xa9\x50\xa7\xfb\xcc\x69\xd7\xc2\x96\x47\xe9\x96\xd9\xb7\x38\x26\x8a\x1b\xd9\x69\xd7\x92\x0a\x61\x14\xa7\xdf\x69\xaf\x7d\x30\xf7\x94\x3f\x9d\xcb\xa7\x69\x60\x69\xc0\x69\x3f\xea\x84\x70\x04\x4e\xfb\xf1\xb4\x37\x9c\x30\xa7\xbd\x41\xc2\x54\x82\x85\xe3\x77\xda\x1b\x1f\xd4\xe1\xc6\x70\xda\x1b\x9c\xa9\xa9\x72\x8e\xd3\xde\x80\x7a\x8f\xe2\x37\x7b\xd9\xf6\xcb\xe9\xcd\x9b\x97\x4d\xff\xa0\x0d\x3f\xc6\xcb\xa6\x7f\x50\xbb\xdf\xc5\x65\xcb\x2f\x6e\x77\x99\xd4\xff\xb2\xe5\x97\x9f\xac\xab\xfb\x65\x33\x2f\x6e\x64\x70\x01\xbd\x6c\x26\xf9\x58\x47\x71\x1d\xba\x6c\x27\xf9\x58\xa7\x9f\xca\x65\x33\x2f\x17\x1d\xa7\xd5\xe5\xe0\x7d\x90\x7b\x22\xdc\x36\xe0\xf6\x47\xdd\x3b\x6f\x7f\x94\xb4\x04\xcb\x7a\xdc\xfe\xe8\x07\x95\x53\xdb\xf1\xbb\xfd\x4d\xa9\x37\x41\x19\xf1\xbb\xfd\xd1\x9b\xf3\x4a\x92\xb7\xdb\xbe\xbd\xad\xc7\xa4\x09\xb7\xf5\xb8\x89\x62\x73\xa9\x7e\xac\x87\x0c\xba\xb8\xaf\x3f\x76\x08\xc6\xf9\xe6\xce\xf6\xf8\x95\x11\x61\x34\xf6\xde\xf9\xf8\x99\x91\x43\x0c\x3f\x61\xfc\x1e\x27\xcc\x43\xec\x86\x53\xed\xb1\x51\x1f\xcc\xe9\x27\xfb\xd8\xa8\x0f\xea\xcf\xd5\xfb\xb1\x51\x32\x74\xec\x4a\xf1\x7b\x6c\xd4\x63\x80\xa3\x45\x36\x8a\xab\xbb\xaa\x7d\xfb\x38\x61\x1e\x0e\xbd\x36\x9f\x72\xc2\x3c\x36\xdd\x19\xf9\xd8\x74\xf2\x25\x10\xef\x15\xbf\xd7\xa6\xbf\xbb\xe9\xf4\xd0\x6b\xd3\x5f\xc4\x83\xbd\xf1\xda\xf4\xd7\x0f\xc3\x1d\xfc\xb5\x9d\x1f\xb4\x90\x69\xbe\xb6\xf3\x75\x85\xf1\x0b\x7d\x6d\xe8\x07\x75\x39\x99\x5f\x1b\x4a\xbe\x84\x81\x0d\x3f\x7e\xaf\x4d\x80\xc9\xcf\xfd\xa3\x36\x41\xd6\x5e\xf2\xbf\x0f\x60\x47\x91\xd4\x97\xdf\xae\xc0\xa2\x6c\x59\x66\x38\x53\xa5\xe8\xb0\x88\xc3\x09\xb0\x8a\x22\x33\x2f\x3f\x7f\x0c\x0a\x58\xe4\xdc\xc0\xb4\xf3\x8b\x94\xbb\x60\x62\x1f\x12\x92\x82\x89\x5d\x98\xce\x81\x82\x89\x5d\xf8\x1e\xf3\xd5\x61\xd9\x20\x22\xd4\xa2\x69\x11\x8b\x34\x7b\x45\x21\xf2\x47\xf8\xde\xf4\xbf\xa5\x65\x4c\x9f\xfe\xa3\xc8\x46\xc1\xcc\xa5\x93\x45\x62\x0e\x14\xc2\x63\xa3\x48\xcc\x0b\x29\x0a\x46\x65\x91\x2e\x12\x67\x20\x9d\x8b\x05\x43\x7c\x14\x32\x0d\x8c\xba\xcb\xac\x5a\xe5\x08\x00\x74\xb2\xc8\x9b\x4b\xf5\x1c\x89\xd5\xc5\x06\x2e\x4c\xdc\x77\x51\x24\xc9\xc5\xcb\x06\xf8\xd0\x8b\x24\x19\x98\xdc\x1a\x14\x45\x8e\x5c\xbc\x87\x98\x63\x40\x51\x64\xbf\x40\xab\x95\x91\x6a\xfe\x66\xb7\x23\xd1\x16\x45\x72\x0a\x4c\x22\x19\xa3\x74\xdf\xe4\xc4\xfb\xe0\xf0\x4a\x94\x6e\x17\x7d\x90\x24\x62\x8c\xd2\xed\x22\x6e\x94\x9a\xfe\x66\xb7\x8b\x64\xba\xdc\xbd\x16\x45\xa6\x0b\xd4\x9f\x8d\x92\xe9\x02\xdf\x63\xb4\x1d\xdb\xb3\x50\x4b\xf3\x4d\xbb\x83\x6b\x7c\x07\x37\x44\x46\x91\xd6\x02\x8b\x0c\x19\x51\x86\x33\x66\xf8\xa3\x68\x8b\x32\xfc\xd1\xc1\x16\x5b\x2d\xf2\x47\x87\x3f\x3a\x7d\xd5\x1f\x1d\x5c\x1c\xc2\xe6\x56\x24\xa4\x65\xfa\xa3\x88\x86\x32\xfd\xd1\x0f\xd6\x6e\x82\x1c\x15\xf8\x1e\x63\x82\x48\x52\x81\x1a\xd6\x43\x92\x0a\x7c\x8f\xd1\x49\xd3\xee\xe5\x7a\x00\xee\x49\x8f\x22\x6f\x05\xcc\xdb\x10\x45\xde\x0a\xcc\xe9\xf0\x4d\xc7\xe0\x83\x58\xbb\x1a\x8e\xc1\xb4\xed\x2c\xdd\x45\x2a\x0b\xac\xee\x20\x4b\x65\x81\xef\x31\x5f\xb5\xed\x13\x1f\xed\xb2\x01\xb6\x3d\x76\xdb\x79\x35\x6c\x3b\x97\xeb\x72\x3c\x26\x4a\xd8\x76\x2e\xd7\xe5\x58\x45\x94\xb0\xe9\x92\x54\x6e\xe2\x8a\x22\x49\x05\xe6\x74\xca\x48\x52\x81\xef\x31\xcb\x6c\x42\x38\x8d\x98\x0b\xe1\x34\xe2\xcc\xfb\x20\x7d\x40\x14\x89\x2b\xd0\xda\xfe\x51\x5b\x90\x8e\x01\xdb\x4a\x49\x2b\xb2\x33\xb9\xd2\xb9\x32\xd2\x92\xfe\x28\x9b\x54\x91\x6b\x02\xde\x90\x10\x45\xae\x59\xd2\x0f\x12\x73\x42\x91\x58\x02\x66\x69\x8f\xb2\xfc\x20\xe5\x9a\xd5\x7e\x93\x6b\x02\x19\xdd\x22\xfb\x48\xae\x49\xde\xc6\x28\x72\xcd\x22\xd7\x74\x4d\x91\x6b\x16\x4c\xbc\x83\x1b\x30\xa2\xc8\x2c\x81\x45\x56\x9f\x28\xcb\xae\x5c\x76\x25\xc3\x27\xd7\x04\xbc\x51\x2b\x8a\x5c\xb3\xac\xdd\x02\xfa\x63\xd9\x82\x45\x46\x19\x97\xb6\xc3\x16\x90\xc8\x95\xe3\x1d\x51\x0e\x97\x14\x8e\x74\x0f\xae\xce\x88\x72\xf8\x9b\xdc\x1c\x3b\xad\xc6\xe1\x6f\x72\x25\xec\x68\xae\x46\xf2\x4f\x60\x39\x63\xa4\x9f\x45\x16\x49\x1e\xf8\x28\xb2\x48\x20\xbb\xb5\x95\x45\x16\x59\x64\x73\x3a\xcb\x22\x81\x39\x9d\xba\xb2\x48\xe0\x7b\xcc\x32\x7b\x8d\xfb\xa0\xa6\x8b\xc0\xe9\x47\x85\xd1\x75\xec\xf9\x21\x8d\x04\x26\x57\xeb\x47\x91\x46\x16\xc8\xe0\x68\x2e\x77\xb2\x41\x20\xd2\x8d\xe9\xb4\xd7\x2e\x9b\xe0\xa4\x94\x0d\x02\xab\xdb\x6d\xb2\x41\xe0\x7b\x8c\xba\x49\x07\x81\x56\xfd\x01\xe9\x60\x91\x0e\x36\xeb\x2b\x1d\x04\x22\xfd\x6e\xa5\x83\xe5\xb2\x6e\xd8\xae\xca\x65\xdd\x2e\xee\x2f\x89\xff\xbe\xfc\x23\x8a\xcc\xb0\x10\x3c\x32\xc8\xe0\x1a\xe5\xb6\x9e\x37\x61\x04\x41\x9d\x6e\xab\x49\xc6\xfd\x21\xb1\x2a\xb7\xf5\x24\xe3\xfe\xf4\xf7\x6f\x7b\x9a\x8b\xa6\xd4\x9e\xe5\xb6\xa7\x6f\x7b\xda\xdd\x41\x52\x09\x24\xf1\x1e\x51\x24\x95\xe5\x76\xae\xb8\x15\xc8\x20\x81\xd5\x9b\x6f\x3a\x59\x24\x95\xcd\x35\xfe\xde\x4d\x78\xf9\x9c\x78\x4c\x52\x09\xcc\xe9\x9b\x8f\xe3\xf1\x38\x31\x30\x53\x14\x49\x25\xd0\x3b\xca\xa7\xc8\x29\x81\xe0\x66\xd1\x28\x72\x4a\x60\xce\x66\x91\xc3\x41\x38\xfa\x68\x7e\x9b\xf2\x40\x20\x89\xef\x8a\x22\x0f\x04\xc6\xcf\x99\x2d\x0d\x2c\x72\xbe\xe6\x17\x26\xe7\x03\xf2\xe7\xb4\x90\xf3\x15\xc9\x5c\x73\xbf\x90\xcc\x01\x73\xba\xe5\x49\xe6\x8a\x96\xda\xe6\x42\xfd\xda\x6b\x1f\xa4\x42\xb3\xc8\xef\x8a\x96\xda\xe6\x86\x21\xc1\x03\x56\x77\xf4\xde\x5d\xb7\xd7\xc7\xbe\xef\xb5\x4a\xea\x2a\xa1\x16\x83\x34\x91\x51\x35\xcb\x02\x45\xbb\x61\xd5\x2c\x5b\x7f\x76\x08\x4a\xa7\x12\xf5\x2d\x24\xf7\xf1\x47\x25\xea\x3b\xaa\x44\x8f\x94\x87\x51\x25\x7a\x40\x72\xd1\x67\x54\x89\x5e\x85\x4d\x8d\x06\x01\xaa\xd2\x29\x20\x35\x94\x55\xed\x9c\x55\x3b\x27\x69\x05\xa3\x6a\xe7\x04\x26\x17\x52\x46\xd5\xce\x59\xab\xdf\x13\x8b\x66\xd5\xe6\x08\x4c\xce\x8f\x45\xd5\xe6\x08\x94\x41\x2a\xbe\xa8\x44\x31\x08\x1e\xec\x8c\x5a\xad\x47\x3d\x7d\xcc\x57\xad\xc8\x07\x75\xd9\x21\xd5\x7a\x68\xc1\x24\xab\x57\x54\xc9\x19\x30\x87\x6f\x4a\xce\x00\xa2\x7f\xa3\xca\xcd\x80\x1c\xb6\x53\xfb\x65\xd5\x7e\xd9\x8b\x65\xc3\x32\xac\x0e\xcd\x7f\xef\xb0\x90\x77\x96\x90\xfd\xa8\x32\xb8\xea\xed\xa8\xcc\xf9\xda\x6c\xf9\x07\x9c\x90\x88\xaa\x8d\xb3\x1a\xe4\xbc\xac\x96\xed\x6e\xdc\xe4\xb4\x7f\xd0\x76\x7f\xd0\xb9\x4e\x3d\x6a\xb3\xd9\xe4\x6d\x1a\xa4\xfe\x8b\xda\x6c\x37\x07\x6b\x49\x4e\x14\x55\xe3\x28\x10\x78\x2f\xa3\x6a\x1c\x05\x46\xf8\x54\xb7\x73\x48\xba\x3f\xba\xd5\xef\x56\x9f\x04\xb3\xa4\x5d\x8d\xda\xad\x3e\x64\xf3\x67\xb7\xca\x35\xab\x2c\x92\x73\x2b\x51\x65\x91\x40\x5d\x70\xab\x2a\x8b\x04\xe6\xf8\xf9\xff\xad\x99\x8c\x51\x63\x42\x95\x31\x02\x93\xdc\x3e\x51\x65\x8c\x75\x98\xb7\x91\x0f\xb4\x6a\x08\x05\xe6\x70\xb2\x0c\x6b\xab\x6d\xd4\x25\xbf\x6a\x1b\x05\x56\x77\x02\x69\x1b\x05\x3a\x79\x04\xa3\x0e\xbb\x9b\x78\xe9\xe1\x4a\x57\x87\xfd\x3d\xc8\xfb\x52\xac\x87\x8d\xd2\xaa\xea\x37\x5b\xa5\xa9\xc0\x24\x2b\x48\xd4\xb1\x5b\xf5\xf8\x98\xad\xb2\xc3\xc9\xb9\x94\x7e\x16\xd3\x0e\x27\xe7\xd2\x20\x2f\x74\xd4\xe9\x74\x9c\xa4\x8a\x43\xec\x54\xc9\x2c\x50\xf7\x80\x4a\x66\xab\x2c\xb5\xef\xff\x66\x7f\xc0\x52\xc9\x4b\x16\x55\x96\x0a\x54\x0e\x48\x44\x95\xa5\x02\x65\xf4\xfd\x03\xf6\xc7\x84\x99\xf8\x29\x4a\x53\xab\xfc\xb3\xc3\x79\xab\xfc\x13\x98\x7d\x5a\x5b\x1b\xf5\xc1\x94\x06\x57\x4d\xa9\x35\xf6\x99\x09\xda\x2e\x25\x05\x1a\x49\x61\xa3\x4a\x49\xab\xe6\x55\xad\xb0\x55\xf3\x2a\xd0\x0a\x9c\xa6\x6a\x5e\xad\xb1\xab\x4b\xab\xe4\xa4\x40\x93\x7f\x56\x29\x29\xe0\x65\xa2\x51\xa5\xa4\x55\x4a\xda\x6d\xbc\x94\x14\xc8\xbd\x5a\x49\x49\x6b\xd8\x82\xff\x8e\x3c\x8b\xaa\x59\x15\x68\xc4\xcc\x45\xd5\xac\x5a\xbd\x67\xd5\xaf\x30\x6d\xb2\x54\x57\x0b\x7f\x95\xea\x02\xd3\x5d\xbd\x4a\x75\xab\x54\x97\x83\x8c\x51\xa5\xba\x40\x19\xce\x31\xa9\x2e\x30\x89\x7d\x8d\x9a\x4e\xc5\xb4\x7d\x10\xe7\x9a\xb6\x8f\x14\xb7\x3d\xac\x9a\xed\x93\x24\x77\x17\x77\x49\x32\x30\xb5\xd6\x55\x49\x72\x95\x24\x93\x2e\x30\xaa\x24\x19\x98\x44\x6e\x45\x95\x24\xd7\xe5\xbc\xb3\xf1\x9a\x5a\x81\x85\x0f\x32\xaa\x84\xb8\xae\xfd\xa3\xcc\x28\x79\x2d\x30\x49\x17\x18\x55\x5e\x5b\x0f\x7f\xd4\x8a\x1c\xfe\xe8\x07\x91\x4e\xf6\xc3\x1f\x3d\x5c\x97\xdc\xd9\x0e\x7f\xe1\x83\x54\xd1\x54\xe9\x6f\x95\xeb\x76\x2c\x1d\x55\xae\x0b\xb4\xea\x5a\x25\xd9\x05\x86\x56\x8d\xaa\xad\x15\xf8\xde\xb4\x1e\x56\xf7\x20\xe3\xa1\x5b\xa7\xc6\x56\x60\x68\xe8\xa8\xb2\xe4\x7a\x3a\xca\x18\x09\xab\xfc\x17\x18\x5a\x35\xaa\xf4\xb7\xfe\x4b\x3b\x4b\x75\xe5\xbf\x80\xc7\xc9\xa3\x6a\x6b\xad\x1f\x25\x1e\x5a\x13\xaa\x8c\xb8\xee\x64\x45\x0c\x8b\x8c\xb8\x6a\x0b\xc5\x65\x1f\x55\x5b\x28\x90\x04\x2b\x46\x95\xfd\x02\x63\x37\x40\xf6\x5b\xb5\x85\xc2\x6a\xab\xe4\x17\x18\xbb\x1f\x25\xbf\xf5\xda\xc9\x31\x28\xb2\xfe\xf2\xe1\xee\xfe\x2d\x1f\x06\xca\xcf\x89\x2b\x1f\xae\xe4\x89\x1d\x24\x55\x8c\x7a\xd9\xdd\x17\xdd\x0d\xbb\xae\x52\x64\x60\x28\x94\xab\x1c\x18\xf8\xde\x64\x12\x69\x1e\xad\xde\x3a\x25\x15\xba\x6d\x93\x54\x79\xef\x20\x52\x65\x60\x28\x77\xab\x54\xb9\x12\x2e\x3d\xf6\x0e\x72\xdb\xb7\x18\x5b\xd3\x9d\x5f\x5b\x6b\x95\x17\x0f\xb7\x45\x79\x31\x50\xdb\xae\x87\xfd\x6d\x00\xc3\x70\x07\xb9\x6d\xc2\x4e\x17\x64\x91\x4d\xb8\x6d\x82\x13\x4b\x12\x0c\x94\xe5\x5a\x2b\x09\x06\x6a\x41\xf1\xd5\xc7\x16\x10\xcf\x3c\x86\x13\x4b\x7a\x0b\x8c\x3d\x3b\x34\x99\x02\x63\x2f\x7b\x9a\x4c\x2b\xf1\xcc\x63\xd8\x95\xda\x47\xeb\x3f\x62\x4c\x91\x63\x80\x7d\x34\x9d\xde\xf2\xe2\xea\x05\xac\xce\x21\x79\x31\x30\x54\xff\x55\xf3\x28\xd0\x77\x77\xbf\xd6\xff\x25\xda\xc8\x69\xf5\x5a\xff\xd7\x11\xa0\x6b\x5f\x47\xe0\x65\x5a\xb9\x0f\x4b\xb1\x81\xa1\x52\xac\x52\xec\xaa\x59\x75\x38\x76\x9a\x55\x81\xa1\x52\xac\x9a\x55\x81\x3a\xfc\xa0\x24\xe2\x40\xfe\x7b\xca\xbe\xf8\x88\xf8\x50\x0b\x55\x79\x38\x50\xf7\x82\x20\x0f\x07\x22\xdc\xd6\xa4\xe1\x55\xce\x3d\x68\x78\x93\x73\x03\x5f\x59\x52\x56\x2c\xe3\x83\x42\x5e\x37\x02\xa3\x85\xef\xb1\x45\x59\xb3\xcc\xa6\x37\x8a\xba\x45\x2c\xf2\x24\x0b\x8f\xa6\x0d\x16\x18\xba\x2f\x9b\x36\xd8\xf6\x73\xa2\x35\x2b\xf2\x58\x86\x9c\x4c\x1f\x63\x9c\x9a\x36\xd8\xe1\xab\xda\x60\x81\x21\xe7\x6e\xda\x60\x9b\x36\x58\x12\x8c\x45\xd3\x06\x0b\x0c\xf5\x75\xd3\x06\x0b\x14\xae\x75\x89\xa6\x0d\x16\x18\xaa\x9c\xa6\x09\xb6\x29\x07\x38\x09\x19\x4d\x39\xd0\x4c\xbf\xc3\xde\xdf\x94\x03\x40\xe1\xec\x7b\x34\xd5\x00\x30\xb4\x9d\x35\xd5\x00\x30\xb4\xe7\x36\x83\x1e\x9a\x96\x5a\x72\x9a\x45\xd3\x52\x0b\x0c\x05\x42\xd3\x52\x0b\x8c\xd9\xff\x3b\x71\x4a\x34\x63\x22\x5a\xdd\xbd\x40\x67\x55\x7b\xa1\xda\x0b\x83\x22\x7b\xa1\xba\x14\xc0\x56\x9b\x6a\x04\x68\x5a\xee\x9b\x62\x04\x30\x55\x51\x34\xc5\x48\x33\xa4\xda\xe1\x56\x8b\x00\x43\x4f\x69\x53\x8b\x00\xdf\xff\xa7\xff\xaa\xdd\x50\x4d\x22\xe1\x3f\xb3\x1b\x9a\xdd\x30\xa8\x9a\xfa\x04\x18\x1c\x34\x8e\xa6\x40\x69\x9c\xb0\x1c\xc4\x37\x45\x6b\x0e\x37\x0a\x65\x0d\x1f\xb3\x9d\xda\x98\xf5\xad\x35\x15\x0a\x90\xb1\xdf\x74\xb8\x9b\x97\x0e\x51\x5d\x15\x0a\x30\xa6\xa3\xa1\x44\x01\xc6\x74\x02\x28\x51\x80\x32\xb8\x6d\x3c\x9a\x1a\x05\x58\x5a\xbf\x9b\x1a\xa5\x19\xad\x31\x9c\x15\x0a\x12\xa0\xac\xf4\xbf\xed\xb6\xbf\x9c\x73\x63\x6e\x2a\x48\x80\xef\x4d\x3a\xb7\xdb\x1d\x44\x5e\xeb\x0d\x6f\xdd\xee\xe8\x76\x07\x4a\xbd\x19\xd4\x01\x24\xa7\x13\xa3\x69\x37\x07\xd2\x3d\xb8\x69\x37\x6f\xdd\x0d\x0b\x4a\xdb\x14\x29\xc0\x20\x21\x42\x34\x45\x4a\xeb\xae\x10\xec\xc2\xcd\xa0\x0e\x60\x4c\xe7\x95\x31\x1d\x4d\x2d\x43\x7e\xae\x68\x6a\x19\x60\x36\xfb\x5b\x2d\xd3\x86\xab\x1e\xac\xa7\x29\x5c\x80\x31\x9d\x7e\xea\x96\x36\xfc\x51\x22\x28\x9a\x82\x01\x18\x13\x4a\xdb\xd4\x0b\x6d\xba\x79\x38\x27\xe5\xf8\x40\xa4\x2d\x95\xe2\x03\x65\x0c\x62\x2f\x9a\x1c\x1f\x58\xc6\x02\x34\xe3\x2c\x80\x55\x8a\x3f\xe0\xf0\x4d\x66\x33\xd4\xba\x69\x9c\x6e\x86\x45\x87\x4f\xd9\x45\xc6\x59\x90\x8f\x2a\x9a\xe2\x00\x18\x7a\x64\x9a\xe2\x00\xc8\xb6\x8b\x6c\x80\x7a\x81\x0c\x11\xd1\xd4\x0b\x40\xfe\x5c\x81\xd4\x0b\x4d\xbd\x40\x92\xad\x68\xea\x05\x20\xf5\xfb\x35\xf5\x02\x50\x06\x19\xb5\xa2\x19\x8f\xd1\x8c\x8b\xf6\x43\xd3\xd2\x0d\xa4\x1b\x5b\x53\x55\x34\x2d\xdd\x13\xe7\x71\x53\x56\x00\xb9\x97\x50\x65\x05\x90\x7b\x3d\x33\x68\x03\x58\x06\x4b\x34\x85\x46\x33\x68\x43\x8f\x7e\x53\x69\x00\x63\xfa\x6d\x1b\xb4\x01\x7c\x8f\xf1\x03\xca\x0b\x60\x71\xe5\x62\x34\xe5\x45\x53\x4b\x18\xc9\xd1\xd4\x12\x40\x37\x82\xad\xa9\x25\x5a\xee\xb6\xd3\x93\x69\xdb\x3f\xa8\xd3\x99\x9b\xb6\xdd\xe0\x0e\x1d\xe7\xcd\xe0\x0e\xc0\x7b\x81\xa2\xa9\x42\x9a\x2a\x64\xee\x32\x1b\xff\x41\x0b\xbf\x0d\x65\x48\x33\xe0\x43\x03\x4d\x53\x73\x00\x93\x7c\x2d\xd1\x94\x1c\x8d\xf4\x38\x43\xbf\x5b\x5b\x36\x8b\xbb\xd3\x0a\x82\xb5\x29\x39\x9a\xfa\x42\x76\xde\xd4\x17\x40\x35\x1c\xa0\xa9\x2f\xda\xda\x75\xf3\x55\xeb\xb6\xcc\x06\xe7\x9b\xd6\x4d\x19\x22\xf9\x6c\x6b\x57\xe4\x93\x21\xc5\xb9\xab\x0c\x69\xca\x10\x99\x4f\x53\x86\x00\x93\xfb\xf6\xa2\x29\x43\xda\x61\xbf\xc9\x09\xb4\xaf\x03\x2d\x9c\x81\x87\xfd\x66\x14\x88\x44\xa4\x19\x05\x02\xd4\x70\x47\x50\x99\xb4\xc3\x7e\xdb\xaf\xda\x6f\x07\xfd\xe6\x8e\xaa\x0c\x01\xca\xf2\xb3\x52\x86\x00\x5e\xce\x1f\x4d\x19\x02\x94\x7f\xfb\xbf\xd6\x7a\xa0\xee\x19\xa8\xb1\x1e\x98\x3a\xbb\x9b\x62\xa5\x19\xf2\xb1\x77\x59\x65\x08\x30\x75\x9d\x37\x43\x3e\xda\xe9\xc7\xe1\x74\x53\x87\x00\xd3\xd0\xd0\x66\x7c\x07\x50\x8a\x3c\xc7\xf8\x8e\xa6\x5a\xf9\xdb\x9e\xad\x98\x01\xa6\xa1\x4c\x4d\x31\x03\x94\x7f\x3b\x92\x6a\x06\x98\x86\x23\x34\xd5\x4c\x53\xa7\xec\xcd\x52\x9d\x02\xcc\xe2\x32\xaa\x4e\x01\x26\x29\xa3\xa2\x19\xc5\x01\xb4\xe6\xbc\x33\x8a\xa3\xa9\x66\xf6\xca\xa7\x9a\x01\x3a\x77\x29\x44\x53\xcd\x34\x83\x3d\xf6\x77\xad\x9c\x01\x66\xf1\xab\x53\xcd\x00\xc5\x80\xa4\xa6\x9a\x01\xa6\xf1\x0e\x4d\x31\xd3\x94\x24\xd3\xcd\x58\x49\x02\x4c\x82\xe4\xa3\x29\x49\x9a\x92\x64\xba\x31\x2a\x49\x80\xc9\xa9\x8b\x68\x4a\x92\xa6\x24\x99\xee\x82\x4a\x12\xc0\xa4\x8c\xd1\x94\x24\x4d\xbb\xfc\xf4\x7b\xd5\x2e\x0f\x4c\x03\x1e\x9a\x76\x79\xa0\x8c\xe9\xa7\xa3\x61\x1e\x98\xba\xc9\x9b\xca\x05\xf8\x1e\xa3\x6e\x4a\x17\x60\x16\xbb\x4d\xe9\xd2\x94\x29\xd3\xe1\x53\xa7\x00\xe5\xe7\x6a\xa8\x4e\x69\xaf\x03\xef\x9c\x55\x6f\x00\xd3\x20\x87\xa6\xde\x68\x9a\xd7\xa7\xf5\x7d\xf7\xab\x0f\x2b\x35\x03\xaf\x79\xbd\x49\xf5\xc9\xa7\x16\x5d\xaa\xdf\xe5\xf0\x24\x89\x8a\x2e\x87\x07\x9a\x71\x1c\x5d\x0e\xdf\x8d\x97\x26\x6b\x59\x74\xe3\xa5\x81\x4a\x86\xfa\xe8\x1a\xe6\x81\x4a\x66\xeb\xe8\x1a\xe6\xbb\x41\x19\x64\xe6\x89\x6e\x50\x06\x50\xb5\x11\x74\x05\x01\x30\x0d\x0a\xe9\x0a\x82\x6e\x6c\xf4\x44\x2c\x76\xd9\x3f\x30\x0d\xa1\xee\x9a\xef\x81\x26\x4b\xea\x9a\xef\xbb\x91\xcb\xf1\xb3\xcc\x1f\xe0\xf6\x07\xae\xc7\x8c\x2e\x85\x07\xa6\x62\xb4\x4b\xe1\xbb\x29\x4f\x34\x3c\x77\x69\x37\x60\xaa\xb7\xe8\xf2\xea\x2e\xaf\x8e\x62\x99\xdd\x51\x99\x33\xf8\x59\xbb\xbc\x1a\x98\x46\x94\x77\xc3\x28\xba\xbe\x80\xb0\x8b\xf4\x05\x00\xd3\x00\xe7\x2e\xfb\xee\xfa\x02\x38\x58\x1c\x5d\xfa\x0d\x4c\x83\x45\xbb\xf4\xbb\xeb\x0b\x88\x6a\x75\x77\x13\x2e\x1e\xb3\x6a\xb7\x45\xb7\x8f\x59\x91\xc7\x32\x3e\x18\x87\x45\xfe\xdd\x75\x19\x90\x64\x26\xba\x2e\x03\x60\x1a\x8f\xdd\xa5\xe4\xbd\x55\x1f\xa3\xbe\x7a\x08\x80\x3a\x1c\x17\x29\x39\xd0\x0c\xef\xea\x52\x72\xa0\x91\x16\x2d\xba\x8c\x1c\xa8\x1c\x19\x8a\x2e\x23\xef\x6d\x37\x8a\xaa\xc9\xa2\x81\xe6\xa2\xd8\x35\xf4\x77\x48\xf4\x08\x54\x76\x97\x45\x03\xcb\xf8\x88\x2e\x8b\xee\xb2\x68\xb2\x66\x44\x97\x45\x03\xb3\xc2\x75\xba\x2c\xba\x73\x30\x71\xb8\x97\x75\xa3\x43\x80\x45\x82\xf4\xe8\x9a\xf5\xbb\x51\xca\xba\xce\xbb\x51\xca\xc0\xe4\x46\xd5\xe8\x1a\xe7\xbb\x24\x37\x58\x3c\xbb\x24\x17\x98\xc6\x0e\x75\x49\x2e\xf0\x3d\xe6\xab\x8e\x3c\xf7\xc6\x19\x3b\xd4\xb5\xce\x03\x65\x41\xd3\xbb\xc6\x79\x60\xea\x8c\xea\x63\x57\xed\xe2\x45\x8b\xec\x22\x43\x48\x62\xf8\xcf\x1c\x77\x42\x48\x38\x20\x11\x5d\xdb\x3c\xd0\x74\xc3\x77\xa9\x76\x37\xcc\x99\x9b\x8b\xa2\x6b\x75\xef\x86\x39\xb3\x09\x76\x23\x48\xfa\xdc\x0d\xf0\x55\x1b\xf0\x41\xc6\x7e\xcc\x06\x4c\x52\x6c\x39\x25\xa5\xda\x9d\xf3\x86\x23\x50\x2d\x5d\x62\x0d\x4c\xe3\x95\xba\xc4\xba\x4f\xa7\xa4\x6d\x97\x45\x03\x25\xed\x34\x59\x74\xe7\x0a\x83\x11\xac\xe1\x5d\x2e\x0c\x78\xcd\x74\x74\xa9\x30\x30\x8d\xae\xea\x52\xe1\x2e\x55\x0d\xd6\xeb\x2e\x55\x05\x66\xfd\xe5\x7f\xef\xd9\x5d\x26\xdb\x65\xb2\xe4\x75\x88\x2e\x93\xed\xc9\x24\x83\x19\x76\xad\xe2\x40\x19\xe1\x92\x99\xf6\x2a\xb9\x57\x34\x2d\x74\xc9\x6d\x97\xc9\x46\xfa\xaa\x55\xe7\xca\x38\x83\xb4\xba\x4c\xb6\xcb\x64\xc3\x35\x53\x26\xdb\xbd\xf1\x77\x3f\x66\xe7\xcb\x64\x83\xed\xa7\xcb\x64\x81\x59\x8b\x6f\x3a\x7d\x64\xb2\xc1\x66\xd6\x65\xb2\xc0\xac\xc5\xea\xda\xd2\xb4\xa5\xf0\x9e\xae\xf5\x1c\x98\xd5\xc5\x50\x72\xdb\x0d\x23\xd6\xc1\xd6\xe5\xa3\xc0\xd4\x1a\xdd\x0d\x23\x06\x8a\xd7\x62\x44\x37\x8e\x18\x98\x15\x2e\xd2\x65\xad\x9d\x14\x8b\x23\xfd\x60\xe5\xa3\xdd\x4b\x7a\x9d\x2c\x87\xfd\x46\x3e\x45\x53\xf8\x47\x3f\x9c\x05\x07\xd7\x80\xda\x52\x8d\xe7\xc0\xac\xb0\xe7\xae\xf1\xbc\x73\x95\x6f\xc5\x04\xd9\x25\xb2\x1d\xea\x69\x6a\xf6\xe8\x72\x4f\x20\x7f\xae\xdd\x72\xcf\x2e\x35\x4c\x7b\x5c\x6a\x08\x4c\x8d\x4a\x5d\x6a\xd8\x49\x36\x62\xca\xec\xe8\x06\xfa\x02\xcb\xe0\x94\x6e\x68\x47\x37\xc2\x36\x5d\x81\xe5\x66\x40\x76\x78\x77\x97\x9b\x75\x49\x17\xf9\x41\xa2\x4b\xba\x80\xd5\xec\x5d\x49\x57\xd7\x5e\xac\x37\xad\x4b\xb1\x80\x59\x6d\x82\xf6\xe2\x6e\x68\x05\xb9\x3a\xa2\x1b\x5a\x01\x2c\x09\x61\x37\xb4\xa2\xdf\xd6\x0d\x39\xd8\x65\x62\xdd\x7b\x7b\xed\x37\x03\x71\xbb\x71\x14\xe9\x8a\x6e\x1c\x05\x50\xd2\x95\xda\x38\x8a\x2e\x87\xf3\x40\x49\x97\xc3\x01\x73\x4d\x1f\xb3\x55\x72\x38\x12\x4f\x44\x97\xc3\x01\x73\xb9\xe1\xcb\xe1\x80\x62\xc6\xda\xe8\xda\x95\x81\xe6\xa1\x86\xfe\xd8\x52\x42\x7d\x7f\x8e\x95\x91\xbe\x40\x33\x4e\xb0\x4b\xfe\xba\x91\xbe\xfa\x0d\xbb\xec\x0f\x68\xe1\x20\x48\xfe\xba\x67\xe5\xf4\xba\x75\xf9\x1a\xd0\xd2\xad\x40\xbb\x32\x30\xbb\xcb\xbe\x76\xe5\x6e\x08\x06\xe9\x29\xa2\x6b\x1f\x06\x66\xf7\x4d\xed\xc3\x40\x31\x59\x67\xf4\xd7\x7a\xbc\x24\x99\x90\x8b\x68\x32\x06\x8a\x06\xac\xae\xc9\xb8\xbf\xce\x0f\xfc\x54\x5d\xf2\x07\x4c\xee\x11\x8c\x21\xf7\x1b\x3f\xeb\x01\xa5\x1d\x12\x3d\xa0\x73\xc1\x59\x0c\x79\xde\xf8\x39\xa2\x28\xa2\xe1\xb9\x35\x60\xe9\xd2\x1c\x46\x5b\x00\xa3\xd2\x1d\x43\xf3\xed\x90\xc1\x91\x4b\x21\x86\x0c\x0e\x98\xa4\x93\x8f\x21\x83\x1b\x9e\x6e\x23\x65\x4a\x0c\x29\x1c\x30\x8d\x85\x18\x9e\x6e\x1b\x5a\x7e\x49\x87\x14\x43\xcb\x2f\x30\x8d\x85\x18\x5a\x7e\x87\x31\xb4\xda\xfb\x87\x06\x5c\xa0\x68\xa6\x1c\xc6\xd0\x02\x3b\x70\x65\x48\x11\x81\xd6\xc2\x6a\x9c\x16\xd9\x76\x88\xcd\x90\x23\x02\x4d\x6b\xd5\xd0\xcc\x3b\x3c\xc9\x46\x4e\xa3\x18\x1a\x75\x81\x66\x0c\xf9\xf0\x24\xdb\xf0\xd8\x1a\x79\x24\x62\x48\x25\x81\xe0\xe6\xa4\x18\x1e\x5b\x1b\xb2\x4b\x4e\xfb\xc7\x90\x5d\x02\xad\xb1\x73\x0c\xd9\xe5\x90\x4a\x92\x5f\x21\x86\x54\x12\xe8\x46\x79\x0e\xa9\x24\xd0\xba\x63\x20\x93\x04\x8a\x69\x35\x62\x48\x25\x81\x32\xf7\x3f\xb3\xa1\x30\xc9\xb5\xff\x99\x0d\x85\x49\x72\xf5\x64\x0c\x89\xe4\x30\x30\x98\xf4\x21\x31\x64\x92\xc3\xe4\x18\x2c\x3c\x43\x22\x09\x34\x0d\x8b\x43\x22\x09\xf4\x1a\x16\x39\xc6\x1f\xd4\xc2\x32\x39\xa4\x96\x40\xe3\xd2\xd9\x18\x52\xcb\x61\x3c\x0a\x39\x5f\x62\xc8\x2d\xc7\xce\x97\xf1\xfb\xef\x4d\x7b\x48\x3d\x81\x62\x0a\x8f\x18\x72\x4f\xa0\xa6\xed\xd3\x1a\x3c\x4c\x05\x9f\x3e\x65\x97\x12\xb0\x62\x22\x8e\x18\x9a\x83\x81\x19\x7e\x24\x5a\x83\x81\xb2\x9c\x88\xf2\xd8\xa1\x35\x98\x64\x17\x31\xb4\x06\x03\xd3\xd3\x0c\x43\x1e\x0b\x14\xb3\x97\xc4\x90\xc8\x02\x33\x90\x82\x43\x1e\x3b\xfa\xee\x07\xcb\xec\x07\x12\x71\x54\x8c\x10\x43\x3b\xef\xe8\x4c\x14\xfd\x75\xc3\x30\x16\x60\xca\x44\x86\x61\x2c\x43\x0a\x4c\x3e\x86\x18\x52\x60\x60\xca\x6b\x86\x14\x18\xa8\x5c\x2d\x1f\x43\xa3\xf1\x30\x3e\x9a\x0c\x0a\x31\xb4\x1a\x03\x93\xcc\x77\x31\x8c\x8f\x06\x5a\xd8\x93\xda\x91\x07\xa9\x39\x3c\xba\x1d\x63\x38\xba\x83\x8b\x7e\x58\x1d\x87\x14\x7b\x48\x94\x39\xb6\x1e\x43\xa2\x0c\x54\x3d\xbc\x43\xa2\x0c\x8c\x9f\xb3\x47\xa2\x0c\x4c\xa9\xd4\x90\x28\x03\xfd\x67\x0f\x49\x94\x81\xe4\x3e\xeb\x18\xf2\xe4\x61\x5c\x35\xa7\xb4\x63\x18\x8a\x02\x84\x86\xac\x21\x29\x1e\xd3\x21\x60\x67\x18\x06\x51\x03\x75\xfa\xc5\x19\x9d\x32\x4c\x95\x6e\x3f\x1a\x9d\x32\xb4\x49\x7b\xb4\x73\x48\x94\x81\xa2\x6d\x72\x48\x94\x81\x34\x84\x6f\x68\x93\x1e\xda\x8c\x3d\x97\x38\xb4\x19\x03\x73\xf7\xad\x36\x63\xe0\x7b\x8c\xff\x66\xdc\x33\x50\x8c\xf2\x1d\x9a\x91\x87\xdc\x79\x7f\xac\x72\x67\x20\xc8\xd9\x14\x43\xee\x3c\x8c\x98\x5e\xf0\xfa\x21\x79\x06\xaa\x07\x51\x87\x76\x64\x60\x86\x6d\xd7\x8c\x3c\xc2\x05\xa2\x5b\x37\xa7\x02\x71\x27\xc5\x37\xe5\xcb\x43\x72\xbc\x30\x72\x0d\xc9\x31\x30\x65\xb8\x43\x72\x3c\xd2\xea\xba\x90\x78\x60\x0f\xa8\x9a\x92\x86\x7c\x19\x08\xd2\xe4\xc5\x90\x2f\x0f\x89\x30\xb7\x52\xc4\x90\x08\x03\xa1\x13\x60\x48\x84\x87\x21\x23\x6b\xf8\xdf\xac\x6e\x1a\x95\x4c\x91\xa4\x77\x68\xd2\xd5\xe5\x34\x64\xbd\x40\xd7\x74\x38\x34\xe9\x02\xf1\x73\x83\x32\x8a\x64\x18\x6a\xbd\x10\x4d\xc3\x50\x6b\x20\x8c\x2a\x1b\x86\x5a\x0f\x8d\xc1\xfb\x3b\xd0\x18\x0c\xc4\xcf\xea\x6a\x0c\x06\xaa\x5e\x97\x61\xf4\xf5\xf0\xa8\xdf\xc2\xe5\x34\x0c\xbf\x06\x8a\x02\x69\x18\x7e\x0d\xd4\xe6\x22\xaa\x15\x79\x90\x3e\x7d\x48\xc1\x86\x1c\x1d\x88\x5f\xb1\xc8\x6f\x43\xcb\xf2\xde\x19\xe4\xe8\x40\xdd\xb3\x59\xcb\x32\x10\x3f\x97\x1d\x03\xb7\x81\xbe\xd7\x77\x6d\xcd\x43\x72\x4f\x1a\x8e\x18\x92\x7b\x20\xf6\xa4\x97\xdc\x03\xcb\x79\x75\xd8\x41\xdc\xfe\xa5\xff\x63\xc8\xf6\x87\xd6\x67\xa5\xf2\xd0\xfa\x0c\x74\xed\x21\x43\xeb\x33\x10\xf2\xc0\x61\x5c\xcc\xd0\x20\x6d\xbc\xc5\xd0\x20\x0d\x94\xb6\x9b\x64\x2b\x8d\x8b\xc1\x68\x3f\x14\x05\x40\x28\x0a\x86\xa2\x00\x08\xc3\x06\x87\xf6\x68\xa0\xed\x91\xd3\x1e\x3d\x4e\xc6\xdc\x45\xd3\x48\x19\xa0\x18\x22\x3c\x0c\x94\x19\xa7\xdf\x9d\x24\x4d\x7b\x34\x10\x3f\xec\x67\xc3\x48\x19\xa0\x93\xe4\x3e\x86\x32\x64\x60\x8e\x1e\x4b\x3e\xa3\x3d\x1a\x68\x46\x0e\x0c\x65\x08\x50\x9b\xc4\x50\x19\x02\x54\x4f\xc9\x0d\x23\xcc\x87\x26\xe8\xe5\xdc\xd6\x04\x0d\xc4\x5e\x6e\x35\x41\x03\xf1\x73\x51\x36\xa0\x06\x08\x0f\xa3\x0c\x03\x6a\x80\x52\xea\x1f\x04\xf6\xb8\xec\x85\xcb\xbd\xda\x05\xf4\x72\xe6\x7f\xd0\x87\xa3\xa8\xb5\x1b\xe8\x9b\x83\x6a\xed\x06\x6a\x75\x1f\x52\x51\x01\x4d\x3b\xc3\x50\x51\x0d\xad\xdd\xcb\xfd\x50\x6b\x37\x10\x46\x76\x0d\xad\xdd\x43\x45\xb5\x5c\x66\x55\x54\x40\xf7\xd8\xeb\x50\x51\x0d\x15\xd5\xde\xf9\x55\x54\x40\xd7\xb7\x3d\x54\x54\x40\x21\x15\x51\x0c\x83\xd5\x81\x50\xb4\x0c\x43\x77\x86\xe7\x24\xb9\x01\x3f\x86\xb1\x3b\x63\xc7\xb4\x53\x5b\xed\xe4\x40\x16\xcc\x5c\x43\x75\x36\x3c\x27\xa9\x0f\x7f\x28\xcf\x80\x36\x1d\x5a\xd5\xd9\x50\x8a\x91\xca\x27\xc6\xbd\x1b\xfa\x30\x5d\xad\x87\x33\x40\x8d\xb5\xe4\xb8\x6a\x2c\xa0\x0e\x5b\xa0\xc6\x02\xc2\x64\x1b\x43\x8d\x05\xc4\xcf\x1e\x52\x63\x0d\x35\xd6\xc2\x5a\x3a\xd4\x58\x40\xfc\x30\xfb\x0d\x35\x16\x10\x7b\xab\xd6\xc0\x0e\x84\x89\x3b\x86\xf6\x75\xe0\xfb\x67\xfe\xa6\x6d\xe7\xf2\x2f\x8d\xe9\xc3\xd3\x94\x40\x18\xe5\x3e\x8c\x16\x1a\x8f\x3c\xcb\xfd\x50\x75\x36\xbc\xd6\x4b\x42\x6e\xd4\x0f\x10\x3f\x29\x8f\x56\xf8\x81\x86\x9b\x3f\x59\xaf\x1a\x0e\x28\xd5\xef\x4d\x0d\x37\x08\xa3\x9f\x3f\x39\xa6\xd1\x3b\x40\xd9\x5f\x97\xd1\x3b\x83\x30\xfa\xa9\x65\x74\x18\xbe\x03\x84\x09\x44\x86\xe1\x3b\x03\x5d\x37\xf7\x6e\xa2\xae\x03\xc2\x04\x22\x53\x5d\x07\x84\xfe\xe3\x69\xf4\x0e\x50\x94\x0f\xd3\xe8\x1d\x60\x19\xa7\x31\x35\xfc\x03\x61\x6a\x93\xa9\x1e\x04\xca\x74\xe1\x9a\x0a\x42\x20\x4c\x46\x32\x35\xfc\x4f\x62\x7c\xa6\x6b\xfd\xd4\xa4\x0f\x04\x77\xd3\xc6\xd4\xa4\x0f\xc4\xda\x6f\x5e\x16\xd9\xcc\xa4\xe8\xb6\xe8\x63\x63\x64\xc2\x8f\xa9\x92\x9c\xc4\xed\x4f\x17\xcb\xa9\x6c\x04\x82\x04\xd7\x31\x55\x8d\xb3\xec\xda\xf2\x03\x46\xfd\x00\x61\x16\x93\x69\xd4\x0f\x50\xa6\xcb\xd4\x34\xec\x07\x08\x8f\xe4\x4e\x55\x23\x10\x5c\x86\x16\x53\xd5\x08\x84\x89\x4d\xa6\xaa\x71\x7a\xf2\xd2\x65\x70\x2a\x1b\x81\xf0\x80\xc2\x54\x35\x4e\xee\xe6\x9a\x7e\xda\xd3\x50\x20\x60\xa9\x89\xa6\xaa\x11\x68\xca\xc1\xa9\x6a\x04\xc2\x24\x26\xd3\xe0\x20\x20\xd2\x81\xd2\x4b\x01\xc4\x0f\xf6\x34\x95\x96\xc0\xf7\x93\x54\x43\x6d\x09\x54\x7d\xc2\x53\x69\x09\x84\xbe\xf4\xa9\xb4\x04\x9a\xc7\x9f\xa6\x8e\x0b\x20\x95\x61\x53\xb1\x09\x7c\xff\x9f\x29\xa4\xda\x04\x8a\x31\xc6\x53\xb5\x09\x14\x03\x04\xa6\x62\x13\x68\x46\x6d\x4c\xc5\x26\xf0\xfd\x33\x1b\xe0\x44\xa8\xac\xc0\xf6\x8f\x6a\x73\x56\x27\x02\x8b\xc9\x54\x5a\x02\x61\xae\x96\xa9\xb4\x9c\xf8\x28\xa6\x2b\xc7\x54\x48\x02\x61\xc8\xe6\x54\x48\x02\xde\x12\x1e\x53\x1d\x09\x84\x47\xe8\xa6\x42\x71\x92\x63\x71\xfa\xfd\x4f\x55\x21\xd0\xb4\xa0\x4e\x55\xe1\x6c\x4e\x04\x3f\x45\x25\x20\xb0\xe6\xae\x9a\x0d\x6d\x4c\x78\xbf\x3b\x5d\x19\xc0\xf7\xa6\x65\x36\x94\x43\x0b\x3f\xf6\x8b\xa9\x2a\x04\xe2\x07\x7f\x9d\x8a\x42\x20\xb8\xd4\x21\xa6\xa2\x10\xf8\xfe\x19\x1d\xa9\x77\x03\x48\x35\xdb\x34\x15\x0c\x10\x64\x9c\x8a\x69\xd4\xd0\xec\xde\x3c\xe9\xb7\xa8\x76\x9c\x9f\x76\x5c\xf3\x0f\xd7\x60\xc7\x54\x59\x02\x65\xee\xef\x5e\x69\x09\xac\xb9\xab\xe9\xac\xe8\x2e\x79\x4e\x3b\xa5\x25\xa0\x2f\x68\xaa\x2c\x81\xf8\x0d\xdb\x62\xc7\x0c\x67\xb5\x1f\xb4\x92\x11\x08\x0f\x44\x4f\x25\x23\xf0\x3d\x66\x99\x8d\x19\xec\x30\xf0\xe2\xa9\x57\x06\x28\x73\xcf\x31\xdd\x32\xc0\x32\xd8\x6b\x2a\x36\xe7\xb0\xb6\x0e\xa4\x3a\x12\x88\xdf\xf4\x4d\xab\x3b\x1c\x48\x7b\x75\xec\xfa\x3a\x90\xb4\x4a\x87\x0b\x10\x61\x91\x0e\x97\x39\x1d\x35\xc7\x5b\xb9\x09\x24\xb7\x73\xc4\x54\x6e\x02\x7d\xb7\x5d\x1f\x0c\xb0\xe6\x2e\xb2\xed\x1f\xa4\x27\x1a\xa6\x02\x14\xf8\xfe\x3f\x3d\xa9\x02\x05\x96\x91\x80\xd3\xd8\x29\xe0\x7b\xcc\x57\x6d\xfb\x64\xf0\x6c\x93\x3a\x75\x6e\x9d\x6a\x87\x2b\x54\x81\xf8\x21\x1d\xa6\x42\x15\xc8\x19\xfe\x80\x3d\x34\x5d\xf2\x7c\xca\xde\x98\x4c\x6b\x3f\x42\x5d\x3c\x40\x7a\x32\x79\xea\xe2\x01\xd2\x48\xc6\xa9\xe6\x05\x96\xa1\x07\x53\xcd\x3b\xc3\xe1\x74\x50\x54\xa9\x40\xd1\x8c\x3a\x55\xa9\x33\xac\xff\xf4\x55\xeb\x6f\xca\x47\x67\x9f\xa1\x4d\x40\x68\x10\x99\x86\x36\x01\xd2\x96\xa9\xb7\x08\x90\x41\x4c\xc5\xed\x4c\xc7\x12\x2b\xd2\xd4\xf5\x03\xf4\x0e\x5d\x98\x8a\x5b\xa0\xcc\x5f\x58\xe6\x60\x9a\x76\xdf\x21\x31\xae\x09\xf8\x1e\xa3\x33\x14\xbc\x40\xd5\x1b\x34\x15\xbc\x40\xdd\x1b\xa4\x82\x17\x98\xcb\x21\xd7\x3f\x34\xd3\x86\xa3\x26\xa6\x1a\x18\x28\xfa\x2a\xa7\x1a\x78\xa6\xf3\x18\x2a\x33\x75\x06\x01\x53\xbd\x3b\x95\xc5\x73\x19\xd5\x81\x28\x98\x6a\x60\x40\x11\x3f\x95\xc0\xc0\xf7\x14\x6f\xaa\x81\x81\xa9\x04\x9e\x4a\xe0\xb9\x76\x3b\x2d\xb3\x9d\x0b\xb3\xbb\x73\x5b\xbd\x3b\x97\x33\x14\x8b\xce\x54\xdc\x02\x53\xa5\x3c\x15\xb7\x40\x84\x44\x40\x71\x3b\x0f\xfb\x1b\x0d\x39\x55\x95\xc0\x54\x29\x4f\x65\xe5\x3c\x6c\xbb\x5b\xb0\x4a\x10\x68\x9b\xdd\xa8\x04\x27\xa7\x86\xa7\x09\x92\xa6\xba\x0f\xf0\x02\xd1\x98\xea\x3e\x20\x0c\x29\x9c\xea\x3e\xe0\x7b\x93\x7a\x18\x88\x04\x84\x61\x6f\x53\x2d\x38\x11\x7e\xd3\xf3\x40\x53\xe1\x07\xac\xe9\x54\x56\xf8\x01\xdf\x63\xb4\x54\xe5\x07\x64\x3a\x54\x3a\xa0\x26\xd7\x66\x4d\xc3\x00\xe7\xb9\x9b\xc0\x99\x2c\x8b\x0c\x3e\x9a\xc8\xbc\xb9\xeb\xab\xcc\x03\xba\x11\x68\x53\x99\x37\x39\x24\x31\xf7\x9e\xae\xa8\x03\xba\xe1\xb0\x53\xd5\x06\x54\x32\x3a\xc6\x54\xb4\x01\xdf\x9b\x4c\x19\x55\xdb\x54\xb5\xb9\xde\xaa\xda\x80\xef\x31\x5a\xa5\x6c\x03\xba\x9e\xf1\xa9\x6c\x9b\xc8\xb6\x49\x96\xdd\x98\xca\x36\x60\x72\x75\x78\x4c\x65\x1b\xa0\x51\x60\xea\x2d\x03\x7a\x77\x85\xd4\x5b\x06\x74\x33\x86\x4d\x43\x94\x80\x5a\xa4\x59\xaa\x3d\xa0\x98\x00\x6f\xaa\xf6\x80\x32\xcd\xe6\x34\x55\x7b\x40\xf5\x80\xda\x54\xed\x4d\xef\x75\x2e\x92\x4e\xe5\x1e\x50\x42\x96\xa2\xdc\x9b\xa6\x9f\x94\x74\xaa\xf6\x80\xba\xbf\x63\xd5\xde\x44\xda\x4d\x0d\x29\x53\x69\x07\xb4\x96\xff\x7d\x0b\x76\x4c\x95\xdf\x44\xf9\x4d\x8f\xea\x4e\x95\x1f\x90\xe9\xc8\xaa\xfc\x80\xaa\xed\x68\xea\x83\x03\xbe\x37\xe9\x53\x9d\x70\x40\x16\xd9\xa6\xfa\x10\xf8\x1e\xa3\xea\x0a\x44\x20\x7f\xfb\xbf\xd9\x5b\x24\xac\xf4\x74\xf0\x54\x20\x02\x33\x5c\x56\xd5\x87\x73\x67\xdb\x91\xfa\x29\x10\x81\xac\xae\x23\x0a\xc4\xf9\xec\x46\x59\x66\xa3\x3e\xa8\x7a\x11\xa7\x7e\xb9\xf9\xec\x0c\x7f\x5f\x91\xca\x0f\x28\xd3\x90\x81\xa9\xf4\x03\xa6\xf1\x1e\x53\xe9\x07\xd4\xf0\xff\x1b\x80\x35\x55\x83\x66\x03\x99\xaa\x41\xc0\xab\xf4\x63\xaa\x06\xe7\xeb\xe4\x77\x5a\xe8\xab\x03\xda\x72\xa2\x2b\x10\x81\x19\xae\xa1\x0a\xc4\xa9\x40\x2c\x92\x2a\x05\x22\x50\xf7\x1a\xaa\x40\x9c\xe6\xd1\x31\xd3\xd5\x34\x10\x6c\xea\x0c\x74\x7b\x55\x33\x02\xdf\x63\x5f\x59\x28\x1a\x81\xaf\xac\x53\x56\x2c\xe3\x9a\xb2\xb4\xa8\x5a\x64\x4b\xd9\xa1\x42\x8d\x08\xcc\xd8\x45\xc3\x22\xc7\x8a\x36\x84\x91\x60\xf1\xc3\xe5\xc0\x06\x1b\x06\x82\x01\xd5\xad\x27\x54\x8d\xc0\xf7\xe6\xa2\xec\xb4\xec\xfc\xdf\xff\x5f\xc9\x3c\x1f\xa1\x6c\x04\xca\xf4\x64\x71\xa8\x1b\x81\xa9\x79\x3e\xd4\x8d\x81\xe3\x6f\x16\x98\x44\xa8\xe1\x80\x19\x50\x90\x50\xc3\x01\xd3\xc8\xde\x50\xc2\x45\x71\xc1\x9c\x3e\xf6\x5a\xc6\xaa\xc1\x12\x11\x8a\x33\xa0\x1a\x0e\x11\x8a\x33\xa0\x6c\x87\x4e\xa8\xce\x80\x29\xa1\x09\xd5\x59\x54\xd7\x83\xe9\x7f\x9b\x96\x4d\x1e\xa3\xc3\xd5\x5d\x40\xd9\x61\xb1\xa1\xf0\x02\x7a\xaf\x16\xd9\xa8\xca\xa1\x5e\x47\x4f\xdd\x15\x2a\x2a\xa3\x78\x43\x45\x05\xcc\xdd\xe1\x2a\x2a\xa0\xec\x48\xd2\xd0\x7f\x07\x54\x83\x62\x42\x91\x15\xcd\x25\x1f\x32\x17\x6a\x25\x60\x1a\x5e\x14\x6a\x25\xa0\x7a\x90\x38\xf4\xa9\x01\x95\x6b\xdb\x22\x54\x4f\xc0\x34\xba\x28\x54\x4f\x40\xd9\x91\xaa\xa1\x4f\x0d\x68\x5c\xdb\x16\xa1\xa0\x02\xca\x0e\xcd\x0c\x15\x15\xd0\x4d\x72\x18\x2a\xaa\x68\xce\x70\x0c\x75\xa1\x56\x02\xba\xc7\x7f\x42\xad\x04\xf4\xc1\x4e\x1c\x4a\x25\xa0\xec\x68\xcd\x50\x2b\x01\x93\x4c\xb6\x11\x6a\xa5\xe8\x4e\x70\x4c\x7c\xe1\x69\x71\x60\x1a\x0c\x15\x8a\xa1\xe8\x76\x6e\x5a\x66\xe7\x7e\xb0\xf4\xfe\x87\x6e\xb0\x18\xac\x32\xac\xf0\xe1\xd1\x89\x18\xf6\x07\x2b\x60\xe8\xdf\x02\x26\x77\x64\x45\xe8\xdf\x02\x6a\xdd\x45\x76\x87\x22\xc4\x80\xb4\x50\x84\x00\x4b\x07\x46\x28\x42\x82\xe3\xd7\x3b\x1a\x2a\x3c\x4e\x01\xb4\x0e\xf5\x09\x45\x08\x30\xb9\x49\x2b\x42\x11\x12\xe6\x12\x6a\x3e\x65\x77\xe0\x06\x23\x66\xea\xfb\xc3\xd9\x31\x99\x1d\x90\x95\x50\x85\x00\xd5\x30\x8d\x50\x84\x00\x65\x87\x05\x85\x2a\x04\x98\xe1\xa7\xa7\x08\x09\x15\x87\xb1\x48\xa1\xe2\x00\xaa\xa9\x4b\x42\xc5\x01\x94\xfd\xe9\xa9\x38\x02\xfa\x3f\xcd\x3c\x1b\xf2\xff\xf0\xb4\x03\xdb\x7f\xe8\xa5\x0a\x0e\x4c\x4f\x2e\x7d\x8c\x88\xfd\x2a\x5f\x8b\x5f\xa8\x6c\x1f\xf0\x8a\xc0\x08\xe9\x3e\x30\xb9\x44\x2c\x42\x5f\x16\x30\xdd\x31\xc3\x53\x0c\x21\xdb\xaf\x6c\x85\x21\xdb\x07\x6a\xac\x3f\xd8\xc1\x43\x31\x00\x94\xe6\x84\x55\x0b\x04\xf4\x7d\xea\xf1\x0d\xf9\x3b\x30\xc3\x05\xd3\xc3\xd1\xc0\x34\x90\x2e\x64\xf4\x40\xe3\x9e\xb7\x08\x19\x7d\xc8\xe8\x2b\x1b\x59\xc8\xe8\x81\xe9\x49\xb7\x90\xd2\x03\xd5\xf0\xd7\x90\xd1\xc7\x72\x1c\xed\x53\x1d\x51\xc0\xf2\x10\x78\x48\xd5\x63\x39\x39\xdd\x7a\x74\x27\x01\x69\x9c\x65\xe8\x4d\x8a\x43\x67\x37\x13\x45\xd7\x11\xf0\xbd\xc9\x63\xfa\x8e\x80\x9d\xff\x29\x74\x1d\xc5\xe1\x4c\x74\xff\x90\xd2\x03\x4d\x3b\x55\xe8\x29\x02\xca\x34\x09\x57\x18\x18\x06\xb4\xd2\x7c\xd3\x16\x1c\x4e\x1e\x37\x0b\x4f\x3d\x00\xdd\xb3\x3e\x61\xb0\x18\x50\xba\xfb\x87\x6e\x27\xe0\x7b\x93\x86\xea\x77\x02\x9a\x4e\x9a\xd0\xef\x04\x2c\x93\xb6\x84\x62\x23\xf6\xd9\x6b\xbb\x4d\x27\x13\x30\xf7\x82\xac\xd8\x08\xf2\x11\xcd\xea\x22\xaa\xb4\x00\x1a\x37\xdc\x46\xa8\x2c\x80\xef\x31\xba\x4d\x69\x01\xcc\x70\xc5\xd7\xcd\x14\xa7\xdf\x97\x8b\x97\x9a\x01\xe8\x7b\x2d\xd7\x7f\x04\xac\xbe\x7f\xd3\x16\x9c\x4c\x2c\xf7\x05\xfd\x47\xa1\xd8\x30\x0c\x25\x14\x1b\x40\x98\xa4\x37\x14\x1b\x71\x39\x06\x7e\x39\xea\x03\x60\xa5\x23\xaa\x3c\x08\x49\xbe\xb9\xba\x42\x92\x0f\x98\x47\x3c\x42\x92\x1f\xb7\xff\x8d\x00\x89\x90\x4c\x03\xc5\x94\x4d\x21\x99\x0e\xc2\xd8\x66\x75\xe1\xd6\x51\x02\xa4\x16\x82\x90\x4c\x03\x95\x5b\x1c\x23\x64\xcb\x40\xa8\x79\xc2\x28\xb6\x78\x9c\x93\x6e\xff\x72\x5e\xa0\x19\xb9\x14\x52\x5e\xa0\xef\xbd\x42\xca\x0b\x94\x59\x09\x05\x0a\x39\x2f\xd0\xcd\x57\x13\x72\xde\x90\xf3\x9a\xbd\x2b\xe4\xbc\xc0\xd4\x6d\x14\x72\x5e\xe0\x7b\x8c\xfe\xd0\x2b\x02\x54\xc3\x0b\x43\xa7\x08\xf0\x3d\x66\x45\x6c\xe8\x07\x75\x6f\x33\x7a\x45\x80\x69\xdc\x40\x3c\xbb\xa1\x26\xc4\xb0\x51\xf6\xf7\x07\xba\xe1\x43\x4a\x0d\xa4\x4a\x34\xa4\xd4\xf1\x3a\x49\x97\x65\xf6\xc6\x4b\x40\x0f\x0e\xd9\x90\x2b\x07\xa1\x6e\xb3\xb9\x85\x1b\xea\x06\x4c\x6e\x31\x8e\x30\xd4\x2d\xe4\xcf\x0d\x6f\x4a\xc8\x9f\x81\xc9\x95\xc5\x11\xf2\xe7\x20\xc3\xe4\xdc\xab\xa4\xcc\x18\x68\x46\x25\x86\xc4\x38\xf4\xa6\xb8\x2f\x48\x8c\x81\x6a\x02\x95\x94\x17\x03\xd3\x33\x13\x29\x2d\x06\xaa\x76\xb9\x94\x16\x03\x4d\x27\x6a\xea\x4c\x49\x0e\x3e\x4c\x23\x54\x53\xbe\x0b\x4c\x0f\x5b\xa4\x7c\x37\x89\xae\x9b\x86\xec\xa6\xe4\x16\x68\xbf\xfd\xd8\x6d\x11\x5e\x5a\x76\x94\x94\xdb\x26\x61\x73\xd3\x20\xcd\xd4\x01\x02\x4c\x8f\x69\xa4\x61\x73\x40\xe3\x9e\x82\x48\xa3\xe6\x80\xef\x4d\xfe\x9b\x61\x73\x40\xff\x41\x54\x52\xcf\x09\xf0\x3d\x66\xd9\xb4\x8c\xbc\x0d\x7c\x04\xa9\xe7\x24\x4d\x50\xb9\x2c\xb2\x9d\x1c\xc0\x98\x66\x37\x4b\x39\x36\xd0\x9d\x1d\x29\xc7\x06\xbe\xc7\xac\x9b\x6d\x37\x7f\xd2\xf2\x37\x77\x43\x1f\x1f\x63\x0c\xa4\xe2\xc0\xd4\x47\x94\x52\xf1\x24\xba\x6e\x9a\x2b\x2d\x25\xd9\xc0\x0c\xb6\x96\xd4\x03\x02\x7c\x8f\xd1\x47\xba\x40\x80\xb9\x47\x54\x2a\x9e\x52\x71\x1b\x2a\x15\x07\x7a\xcf\x3f\x24\x10\x4f\x89\x7a\xea\x21\x31\x2f\x5b\xca\xd4\x81\x19\xf0\x9d\x94\xa9\x67\xdd\xfd\x60\x35\xed\x07\x82\xef\xc2\xee\x92\xbc\x03\x93\xcb\xab\x23\x25\xef\xa9\x3b\xc4\x18\x85\x94\xa9\x03\x55\xe7\x73\xea\x0e\xc9\xe6\x80\x3b\xb1\xf5\x7d\x00\x4d\x1f\x55\xca\xe7\x93\x88\xb8\x69\x1c\x54\xca\xde\x81\xd6\xa6\x6f\xda\x2a\xee\xa9\x6d\x6c\x46\x29\x7b\xcf\x46\x98\x95\x93\x4c\x56\x0e\x4c\x4f\x24\xa6\xac\x3c\xf5\x73\x98\x32\x3b\xf5\x73\x00\x75\xec\x9a\x39\xb6\x6d\x37\x8a\x86\x4a\xde\x81\x62\xa4\x71\x4a\xde\x53\xa6\x6e\x0a\xaa\x94\xa9\x03\xcb\xc8\xc9\x94\xa9\x03\x65\x36\x1c\x0d\x69\x90\x1c\x50\x8c\x6f\x4a\x1d\x1d\x29\xa1\xf7\x04\x76\x4a\xe8\x53\x42\xbf\x7f\xd4\xb6\xeb\xb6\x30\x9b\x5c\xea\xb6\x00\xa6\xb6\xc6\xd4\x6f\x01\x7c\x8f\x59\x66\x4b\x8d\x88\x83\xc1\xa6\x52\x00\xf8\x1e\xa3\xa5\x6a\x01\x60\x9a\x45\x2b\x3d\x5a\x0d\x7c\x8f\xd1\x52\xf5\x01\xd0\xd2\x1f\xf0\x68\x75\x0e\x5b\xca\x9a\x9c\xba\x41\x80\xd6\xfd\x9c\xf4\x82\xe4\xb0\x55\x34\x54\x8f\x47\x0e\x57\xcc\x61\x99\x4d\xf8\xa0\xb9\xcd\xa4\x2a\x22\xa7\xd3\xc8\x7e\x93\xf9\x03\xcb\x0c\x45\x29\xf1\x4f\x29\xbd\xbe\xc2\x94\xd2\x03\x4b\xc3\x76\x4a\xe9\x81\xef\x31\xba\x57\xc7\x02\x30\x25\x96\x29\xcb\x07\xaa\x87\x5d\x53\x96\x0f\x74\xd3\xb1\xa6\x2c\x1f\x98\xc1\x6e\x97\x73\xd7\x96\x93\x2e\xfb\x7f\xd9\xdf\x5c\xb4\xbb\xbf\x20\x5d\x0d\x19\x8e\x3b\x24\x3f\x8d\x75\x03\xaa\xb9\xbb\x53\x27\x42\x86\xe3\x0e\x67\x4a\xdd\x03\x40\x35\x95\x59\xaa\x18\x32\xfd\x6f\x70\xea\xd4\x32\x0f\x4c\xcf\x68\xa5\x96\x79\xa0\xcc\x96\x3e\x66\x77\xa4\x57\xee\x59\x64\x6f\x48\xed\x9b\x8b\xb2\xd4\x1e\xa8\x3a\x50\x32\xf7\x8f\x7e\x1c\x72\x97\xd8\x74\x98\xbd\x64\x2b\x65\xf6\x29\xb3\x37\xe7\x49\xca\xec\x81\xa2\xcf\x38\x65\xf6\xa9\xb1\xbe\xd9\x28\xa9\x3d\x30\xd5\x3c\xa9\xb1\x3e\x97\xed\x74\xd1\xd7\x32\x0f\xb4\xe8\x3e\x66\x3b\x97\x77\x01\x33\xea\x0a\x00\xe0\x7b\xd3\x1f\xb5\x9d\x8b\x51\x77\x1b\xd0\x58\x0f\xcc\x70\xd4\x3d\x3f\x02\x4c\x0f\xb1\xa5\xb1\x69\xb9\xdc\x19\x1c\xd0\xb5\x1b\xea\x3d\x45\xbc\x69\x20\x1a\x50\xa6\xde\x97\x54\x4e\x00\xd3\xb3\x6e\xa9\x9a\x00\xbe\xc7\xa8\x87\x72\x02\x98\x9e\x75\x4b\x7d\x06\xa9\xc2\x30\x6b\x63\xaa\x30\x80\xe9\xf9\x80\x54\x61\xa4\x0a\xc3\xc8\xff\x54\x61\x00\xe5\x07\x45\x4d\x15\x46\xaa\x30\x8c\xfc\x4f\x15\x06\x90\x1e\xa3\x4c\x15\x46\x1e\x97\x8f\x59\x11\x5b\x8f\x76\xd0\x4b\x9f\x6a\x87\x54\x3b\x18\x10\x9f\x6a\x07\xa0\x2e\x3b\x44\xed\x00\x54\x8d\x78\xa9\xa3\x02\x98\xe1\xae\xa8\x9a\x00\xda\xd8\x2f\xda\x76\xd4\x84\x27\xe7\x52\x31\x91\xfa\x29\xba\xeb\x9a\x7e\x0a\x60\x75\x3f\x20\xfd\x14\xc0\xf4\x50\x5f\xea\xa6\x00\xb2\xbb\x7e\x2b\x39\x80\xef\x9f\xd1\x69\x6a\x0e\x20\xeb\xae\x86\x2d\x27\x2d\xea\x34\xf1\x5f\x2a\x3a\x80\x9a\xce\x48\x35\x47\x5e\x8e\x7b\xf9\x83\x49\x3c\x3d\x6a\x9d\x5e\xed\xeb\xc7\xa4\xff\x23\x75\x76\x74\xd7\x77\x9d\x1d\x40\x31\x36\x2c\x75\x76\xe4\xe5\x40\x3a\x6a\xba\x31\x80\xc9\xbd\xd7\x91\x7a\x31\x80\x6a\x92\xfe\xd4\x8b\x01\x94\x96\xfe\x7f\xdb\x7c\x39\x8e\x4e\x76\x1d\x14\x40\xd5\x01\x97\x3a\x28\x52\xd7\x43\xb7\x57\x75\x3d\x00\x53\xf3\x74\xea\x7a\x00\x6a\xc3\xa4\x95\x7a\x1e\xf2\xb6\xb6\x12\x07\x9d\x0a\xc0\x8c\x5d\x64\x6d\x55\x46\xe8\xf0\x54\x19\xa5\x36\x7d\x65\x61\x2a\x70\x80\x65\xb2\xb9\x54\xe0\xa4\xca\xc5\x14\x7a\xa9\x72\x01\x56\x1f\x16\x39\x53\x3e\xa8\x1e\x78\x4a\x85\x4b\x3e\xce\x01\xe7\xb5\x92\x04\x98\x9e\xf5\x4c\x25\x49\x92\xe3\x7e\x9a\x42\x2f\x55\x20\xc0\xea\x6e\xce\x2a\x90\xe4\x08\xf5\xdc\x1b\x94\x16\x7c\x60\x7a\x1c\x24\x15\x25\xa9\x05\x7f\xd7\x4d\x55\x02\x4c\x8f\x84\xa6\x16\xfc\x7c\x6d\x95\x2d\x55\x95\x00\xd5\x80\xb1\x54\x94\x24\x21\x5e\x53\xcb\x47\x6a\xc2\x07\xaa\x71\xb4\xf9\xda\x95\x0a\x15\xe5\x74\x2a\x54\x80\xa5\x29\x21\x15\x2a\xa9\xb9\xbe\x33\xf2\x4b\x59\xb2\x34\xd7\x77\xac\x88\x4b\x5d\x02\x54\x2d\x97\x4b\x5d\xb2\x0c\xdf\x32\x4d\xde\xd2\x36\x0f\x4c\x0f\xc4\x2e\xc3\xb7\xd6\xcf\xef\x69\x5a\xf6\x58\x46\x9a\x61\x16\x84\xe5\xd9\x9d\x55\x1c\x7a\x94\xf8\x52\x4b\x00\x33\x30\x18\x2d\xa5\xc4\xd2\xe8\x6e\x62\xbb\xa5\x22\x00\xc2\xf5\x7c\x29\x08\x96\x11\x51\x1d\x53\xee\x92\xea\x03\xd3\x6b\x05\x96\x4c\x7f\x19\xc5\x64\xd6\x81\x25\x87\x07\xa6\xea\x7c\x49\xe1\x97\xe6\x74\x13\xdc\x2c\x39\x3c\x90\x5a\x03\x97\x1c\x7e\x55\x47\x86\x6d\x70\x49\xbf\x81\xe5\x44\x5a\x06\x28\x01\xa9\xb5\x71\x49\xc8\x81\xf0\xa4\xc2\x92\x90\xaf\xe6\x20\xb0\xe6\x2c\xa9\x36\xb0\x0c\x23\x58\x1e\x6a\x59\xb2\x6f\x13\x9c\x2e\xd9\x37\x30\x83\xb5\x6f\xc9\xbe\x97\x16\x70\xf3\xc7\x2d\x2d\xe0\x40\x73\x39\x5c\x5a\xc0\x81\x39\xf7\x0f\x58\xb5\xc6\x2d\x22\xd5\x6a\xec\xaa\xdd\xfe\x33\x7a\x4d\xaa\x0d\xb4\xe6\x94\x91\x6a\x2f\xa9\xb6\xb9\xe2\x96\x54\x1b\x98\x06\xeb\x2c\xa9\x36\xd0\x0c\x59\x5c\xda\xc9\x97\xc1\x42\x26\x20\x5d\x72\x68\x60\x1a\xcf\xb6\xa4\xd0\x40\x99\xa6\x8f\x5b\x72\x68\xa0\xfd\x70\x2b\x2d\x03\x84\x80\x69\x9c\xd4\x32\x40\x68\x8d\xea\x9b\x4c\x36\x19\x2e\x30\x0d\x45\x59\x86\xfe\x2c\xe3\x7c\xb4\x9a\x2c\x19\x2e\xd0\x8d\x3b\x59\xc6\xf9\x00\x93\x7b\x56\x63\x49\x7a\x97\x16\xf6\xc1\x1a\xbb\xc6\xfe\x51\x92\xbb\x0f\xdf\xb4\xbf\x4d\xcd\x3f\xac\x86\x9d\xfb\x41\xf7\x22\x97\x25\x35\x5e\x66\xe6\xc7\x48\xba\x34\xb0\x03\xcd\x88\xdf\x65\x94\x0f\x30\x75\x68\x2c\x4d\xee\xcb\xc0\x9f\x51\x7d\xcc\xbe\xc5\xe6\x6e\x1a\x8c\xa5\xcd\x7d\x69\x60\x37\x4d\xdb\x92\x67\x03\x6d\xed\x22\x5b\x6e\x98\x8f\x5e\xc7\xa5\x85\x1d\x98\xd3\x61\x97\x8d\x03\xcd\xed\x6b\xc9\xc6\x17\x96\xf3\x69\x32\xb7\x25\xa9\x06\xea\x6f\x59\x64\x3b\xc9\x74\x34\x07\x6b\xe7\x92\x55\x03\x73\x62\x3a\x5c\xb2\xea\x25\xab\x36\x8b\xe7\x92\x55\x03\xc5\x74\xaf\x4b\x56\xbd\x3c\x40\xb2\xdf\xb4\x1e\xe1\xa8\xf4\x3f\xa4\x24\x5d\x9a\xee\x97\x19\xf9\x5d\xe3\x0c\xe6\x59\xe1\xbc\x46\xcd\x2d\x8d\xf2\x40\x4f\x67\x85\x46\x79\xa0\x6a\xdd\x5d\x06\xea\x2c\xed\xf4\x9a\xba\x96\x76\x7a\xa0\xee\x61\xd3\x10\x0f\xcc\x39\x7d\xd3\xbe\xcf\x5d\x73\x5a\x23\x83\x07\xa6\x99\x4a\x96\xe1\x36\x2b\xed\xe8\x61\x99\x1d\xfd\x41\x1a\x78\xb7\xa4\xf0\xc0\xda\xbd\x25\x85\x07\x8a\x86\x96\xe5\x29\x94\x25\x9b\xde\x93\x4c\x36\x0d\x4c\x83\x44\x96\x6c\x7a\x1d\x7e\x24\x58\x5a\x97\xfc\x14\x58\x9e\x6c\x5c\xd2\x53\x60\xce\xfd\x94\x23\x74\xf8\x03\xae\xe5\x72\x51\x60\x19\xdc\xb0\x8e\xfd\x03\x2e\x37\xe8\x9e\x25\x17\x05\x52\xff\xd2\x32\x68\x66\x49\x4f\x87\x4b\xbe\xf4\x14\x58\x26\x0b\x5e\xd2\xd3\xe5\x8d\xa7\xb6\x40\x7a\xba\xb4\x76\x0f\x1c\x7a\x4b\x7e\xba\xcc\xbe\xef\xf2\x2e\x3f\x5d\xa4\xd5\x9f\x83\x18\x9f\x25\xf3\x04\x7a\xb3\x1e\x32\x4f\xa0\x6b\x16\x5a\x32\x4f\xa0\x8e\x62\x91\xcb\xea\xe9\x48\xa5\x65\x8e\xd4\x07\x4d\xaf\xf0\x92\x78\x02\x65\xb9\x8c\x48\x3c\x81\xef\x4d\xa6\x82\xd6\x6e\xa0\x7b\xa6\x65\x49\x36\xd7\xbe\xb0\x89\x9a\x49\x36\x81\x32\xcd\xa4\xb1\x8c\xb6\x59\xde\xd8\xe4\x96\xe5\xa1\x8a\x75\x39\xa0\xbb\xcc\x01\xc5\x9c\xae\xfe\x5a\x5a\xd3\x97\x9c\xd4\x6b\x91\x96\x9c\x14\x28\x86\x69\x2c\x39\x29\xf0\x3d\x66\x99\xfd\xf1\x41\xd3\x1d\xbb\x24\xa5\x4b\x43\xbc\x9e\x8f\xa5\x21\x1e\xe8\x7b\x62\x69\x88\x5f\xe6\xfa\x31\xa5\xd9\x92\xa8\x02\x55\x8a\xbb\x8c\xa4\x01\xaa\x47\xff\x97\x91\x34\x8b\x1b\x5a\xe7\xdc\x65\x7e\x68\x1f\x4c\x8f\x9d\x2d\xb9\xeb\xc2\xaa\x3f\x4d\xee\xb4\x34\xeb\x03\xd5\x73\x7e\x4b\x3a\xbb\x48\xd5\xbf\x6f\x80\x5b\x86\xb2\x00\x7d\xc2\x67\x97\xa1\x2c\x4b\x3e\x6b\xa6\xaf\x25\x9f\x05\xe6\x82\x47\x2e\xf9\x2c\x50\x74\x42\x2c\xed\xf5\x40\xd9\x37\x3b\x2d\x0d\xf6\x40\x2b\xee\x33\xb2\x5e\xa0\x1b\xa3\xb4\x64\xbd\x4b\x7b\xbd\x66\xd4\x25\xed\x05\xba\x39\x18\x97\xf6\xfa\xa5\xbd\xde\x7c\x60\x4b\x7b\x3d\x30\x57\xf7\x4d\xc7\x85\x64\x42\xfb\x0e\xa2\x25\x3b\x06\xa6\x67\xee\x96\x06\xfb\x25\x61\x36\xed\xce\x92\x30\x03\xf5\xe7\x27\x24\x61\x06\x8a\x8e\xa0\x65\x10\xcc\xd2\xee\x6e\x6a\xde\x25\xc5\x05\xaa\x01\xd0\x4b\xbb\xfb\x7a\xad\xae\x53\x4b\x8a\x0b\x74\x73\x41\x2d\xe3\x56\x96\xac\xd7\x54\xae\x4b\xd6\x0b\x54\x63\x96\x97\xac\x77\xc9\x7a\x4d\x38\x76\xc8\x7a\x81\x66\xea\x8f\x43\xd2\x0b\x94\x7d\xb9\xc6\x21\xeb\x05\xa6\x81\xc4\x87\xd6\x78\x60\x1a\x97\x78\x18\xb6\x72\xfc\x1c\x3e\xd4\xd9\x21\x11\x06\xa6\x89\xf4\x0f\xc3\x56\x0e\x03\x52\x4c\x69\x7a\x18\x90\x02\x14\x1d\x57\x87\x36\xfb\xc3\x80\x14\x93\x90\x1d\x1a\xed\x81\xa6\xe5\xf1\x90\x55\x03\xad\x2f\xff\x19\x63\x70\x68\x8d\x37\xc1\xd0\x21\x85\x06\xa6\xde\x95\x43\x6b\xfc\xe1\xa1\x05\x03\x7d\x0f\x4d\xef\x40\xd1\xb6\x7f\x78\x68\xe1\xd0\xf4\x6e\x54\xef\x21\xd3\x06\xfa\x60\x9b\x3b\x34\xbd\x1f\x92\x6f\x53\x8a\x1d\x92\x6f\x60\x7a\xfb\xda\x51\x76\xdd\x1c\x04\x2b\xa2\x9d\x1d\x28\x66\x73\x39\x0c\x79\x39\x34\xbd\x7f\xfc\xed\x3f\x37\xed\x43\xcb\x3c\x10\x03\xb3\xdb\x21\xab\x3f\xaa\x75\x62\x67\x3c\x34\x70\x03\x99\xbb\xc8\x3a\xc9\xba\xdd\x54\x0f\x59\x37\x10\x86\x32\x1e\xb2\xee\xc3\x23\x00\xee\x66\x87\x47\x00\x80\x16\x10\x9a\x43\x22\x7e\x68\xf3\x76\x17\x39\xb4\x79\x03\x53\x8b\xda\xa1\xcd\x1b\xf8\x1e\xf3\xd5\x65\x19\x61\xa7\x7c\xb1\x87\x7c\xfd\xf0\x0c\x80\x37\x99\x1d\x12\x76\xa0\x68\xe6\x38\x24\xec\x40\x75\x0d\x3e\x24\xec\x40\xfd\xed\xda\xda\xf6\xe6\x07\x1b\xfe\xc0\x6e\xfc\xcb\x39\x4e\xfe\xbf\x7c\x1d\x58\x5a\x82\x0f\xf9\xfa\x21\x39\x37\x59\xd9\x21\x39\x07\xea\xee\x49\xc9\xf9\xa1\x31\xdb\xf4\x62\x87\xc6\x6c\x60\x19\xb5\x71\x68\xcc\x06\xd2\x48\xfd\x43\x5b\x36\x90\xb1\x7f\xd3\x9a\x0d\x87\x85\x1d\xfa\xd0\x70\x0d\x4c\xaf\x97\x38\xb4\x5b\x1f\xc3\xfe\x86\xfd\x1f\x92\x73\xa0\xed\xf9\x29\x39\x3f\xe6\xfe\x6f\xf4\x9a\x54\x19\x58\xda\xa3\x0e\x99\x32\x90\x1e\x1a\x39\x64\xca\x87\x21\xec\x1a\x79\x0f\xc9\x2d\x90\x26\x9a\x3c\xb4\x34\x1f\x06\x94\xe8\x41\x3a\x34\x35\x03\x6b\x77\x91\xa6\xe6\x83\x04\x44\xdb\x8d\x71\x48\x6e\x81\xc9\xfd\xf5\x71\x18\x9d\x7e\x70\xd6\x7a\x7b\x75\x0e\xcf\x5a\x03\xdd\x03\x08\x87\x67\xad\x81\xb2\x6d\xef\x87\x67\xad\x81\xaa\x3f\xfa\x90\x29\x03\xcd\x0c\x7d\x87\x4c\xf9\x08\x0e\x1e\x39\x4b\xa5\xbd\x40\xd5\x0c\x79\x48\x7b\x0f\x8e\x5a\x4f\x2f\xc9\x38\x0c\x4f\x01\x4a\x83\xeb\x1f\x32\x61\x20\x0c\xc1\x3c\x64\xc2\x40\xd3\xcd\x79\xc8\x84\x81\xb2\xfd\x1a\x87\x31\xeb\x40\xf3\x06\xc8\x43\x72\x0c\x74\x0d\x49\x87\xe4\xf8\xc8\xdd\x4c\x7f\xc0\x66\xa6\x67\x2f\x68\x93\x86\x71\xa0\x6c\x23\xef\xa1\x65\x1c\x08\x63\xe2\x0f\x0d\xe3\x87\x84\x59\xfb\xf3\x21\x61\x06\x5a\x71\x85\x97\x30\x1f\x1a\xb8\xb5\xe8\x1e\x1a\xb8\x0f\x0f\x64\xfb\xe9\x69\xe0\x06\xfa\x80\xcb\x1f\xda\xb7\x8f\xd5\x7d\x93\x86\x7a\xfa\x1a\x08\x83\xee\x0f\x83\xd1\x0f\x33\x71\xc2\x13\x0e\x4d\xde\x40\x31\xb4\xed\xd0\xe4\x0d\xd4\xea\xf4\xd6\xe4\x7d\x90\x0c\x69\x9b\xe4\x0e\x8d\xd9\x40\x69\x88\x91\x43\x63\x36\xd0\xf6\x1a\xb6\x76\x9b\x1c\x4f\xec\x5e\x87\xf6\x6d\xa0\x7a\x17\xcb\xa1\x7d\xfb\xf0\xa0\x35\x9b\xec\xa1\x79\xfb\xd0\x48\xad\x8d\xeb\xd0\x48\x0d\xd4\xbd\x10\x29\x02\x80\xf0\x38\xc0\xa1\x08\x00\xca\x36\xae\x1c\xaa\x00\x20\x7e\xd6\x56\x1b\x35\x90\x6a\xe0\x43\x5d\x00\xa4\x14\xfd\x50\x17\x1c\x46\xc1\x68\xd0\x39\x8c\x82\x39\x3c\x7d\x8d\x27\xe5\xd0\x92\x0d\x84\xe7\x08\x0e\xd5\x03\x90\x5e\x79\x72\xa8\x1e\x0e\x35\x80\x46\x93\x43\x0d\x00\x84\x16\xf5\x43\x0d\x70\x9c\xce\x3e\x37\x4a\xc3\x5b\x80\xa5\xfc\x3f\xcc\xf3\x79\x18\x38\x6f\xd8\xea\xa1\x2e\x00\xd2\x58\xcb\x43\x5d\x70\x18\xcb\x62\xd8\xea\x71\xee\x8a\x7c\x43\xb0\x89\x83\xec\xfe\xb8\x5c\x00\x5c\xc3\x24\xe9\x40\x78\xe5\xd9\xa1\xdd\x18\x48\x4d\xc9\x87\xb4\xfd\x30\x0a\xc6\x60\xc8\x43\xde\x0e\xac\xb9\x8b\x1c\x82\x0f\x52\xba\x7c\xc8\xe4\x0f\x83\xe4\x0d\x1b\x3c\xa4\xf2\x87\xd9\xa2\xfc\xf2\x64\xf2\x40\x35\x61\xfa\x21\x93\x3f\x8c\x45\x8f\xf1\x87\xc8\xb3\x43\xd2\x0d\x34\x6f\xef\x38\x8c\xae\x39\xb4\x21\x1b\xe6\x76\x48\xba\x81\xae\x2d\xed\xd0\x86\x7c\x18\x65\x6e\x00\xd9\x61\x94\x39\x50\x2b\x74\xfd\x90\x9a\x03\xd5\x2b\xb3\x0f\xa9\x39\xd0\xb5\xc9\x1e\x06\x99\x1f\xb2\x75\x63\x97\x0e\xd9\x3a\x50\xdb\x7e\xcc\xae\x37\xbc\xc6\x74\x2c\x87\x74\x1d\x68\x73\xff\x80\x8d\xf2\xc8\xb1\x9b\xae\x6c\xfd\x78\xec\x54\x67\x94\x3c\x1c\x48\x4f\x9a\x1f\xd2\xf0\x43\xce\x1d\xfb\xbf\x39\x8b\x3f\xa8\x46\x10\x1e\x72\xee\x43\xce\x6d\x5e\x8e\x43\xce\x7d\x18\x79\x8e\x73\xe4\x90\x73\x1f\xc6\xbf\x98\x36\xe3\x30\xfe\x05\x48\x83\xd1\x0f\x2d\xcd\x87\xa7\x89\xcd\xaa\x76\x48\xba\x81\xae\xf5\xf9\xd0\xd2\x0c\x44\x95\x5a\x49\xc3\x0f\x39\x77\xa0\x17\x0f\x39\x37\x10\xde\xb1\x78\xc8\xb9\x0f\x43\x62\x42\x7a\x6a\x4c\x0c\x50\x34\xf0\x9e\xd2\xf0\xf3\xe7\x20\x60\x89\x38\x25\xd8\xe7\x47\xaa\xc3\x64\x3e\xa7\x86\xe6\x53\x82\x1d\x08\xc1\x53\x82\x0d\x2c\xc6\xfd\x94\x5f\x03\xdf\x53\x49\x59\x5a\x96\x54\x6d\x51\xb4\x2c\x72\x5c\x96\x65\x87\x65\x34\x94\x39\x79\xca\xcc\x81\xe6\xf2\x7e\xca\xcc\x4f\xb2\x50\x4d\x3f\x9d\x53\xce\x0d\x84\x59\x10\x4f\x8f\x13\x9f\x86\xd3\x24\x24\xe1\x34\x9c\x06\x68\xf2\x97\xd3\x70\x9a\x53\xb6\x6e\x8e\xaf\x53\xb6\x0e\x94\xdf\xfe\x6f\xb6\x9d\x53\xc7\xca\xc5\xd3\xd0\x99\x53\xb3\x78\x22\xf7\x4f\xcd\xe2\x40\x78\x23\xe4\x29\x59\x3f\x3d\x4f\x9c\x3f\xcb\x6c\x15\x81\x32\x3a\x00\x4e\xe3\x64\x4e\x09\x7c\xb2\x1d\x9d\x12\x78\x20\x2a\x2a\xfb\x94\xc0\x9f\x12\xf8\x64\xbb\x38\x25\xf0\x40\xd4\xb4\xc8\x86\x6a\x64\x37\x8d\xdd\x29\x1d\x07\xc2\x9d\xec\xd4\xc8\x0e\x84\x77\x70\x9f\xda\xd8\x81\x32\xb1\x91\x9c\xda\xd8\x4f\x43\xd6\x13\x3d\x7a\x1a\x09\x03\x14\x53\xc5\x9c\x06\xc2\x9c\x9a\xe2\x93\xc5\xf0\xd4\x14\x0f\x84\xd9\x1a\x4e\x4d\xf1\x40\x78\xaa\xfe\xd4\x14\x0f\x14\x2f\xd3\x39\x35\xc5\x9f\x75\x77\x87\x6f\xda\x1d\xd5\xee\xa0\x87\xd4\x0e\xa7\xda\xc1\xbc\x30\xa7\xda\x01\x08\xd7\xa2\x53\xed\x70\xaa\x1d\xb2\x5a\xe6\x04\xe7\xf8\xb0\xb7\x72\x9e\x6a\x87\xd3\x83\xc1\x66\xf5\x3b\x15\x0a\x40\x18\x85\x78\xaa\x13\x4e\x0d\xfb\xba\x52\x4e\x85\x02\x50\x4d\xd7\x70\xaa\x13\x4e\x43\xdb\xb3\xfa\xaa\x2d\x45\x28\x28\x6e\x4f\x85\xc2\xa9\x65\x3f\xd1\xc5\xa7\x4a\x01\x08\x39\xe4\xa9\x50\x38\x0d\x7b\x49\x36\xd0\xd3\xb0\x17\x20\xbc\x31\xf4\x54\x15\x00\xe1\x26\x78\xaa\x0a\x80\xf0\xce\xd3\x53\x8b\xfd\xe9\x99\xde\x6c\x3e\x66\xab\x3a\xf1\x0a\xdd\xff\x6f\xa3\xba\x53\xd7\xb5\xc2\x0c\x52\x40\xad\xcd\xc7\x6c\xd4\x07\x51\x59\xb2\x4e\x25\xc6\x69\x9c\xbc\xf7\x83\x9d\x7d\xb7\x60\x9f\xf9\xff\x8a\x8c\x8d\x01\xaa\xa4\xe0\x54\x62\x00\xdd\xcb\xe9\x4f\x25\x06\xd0\xcc\xbf\x74\xea\x38\x38\x3d\x34\x9c\x56\x43\xcf\x01\x50\xda\xf2\x4d\x3b\x48\x67\x82\x19\x13\x4f\x9d\x09\x40\x31\xe5\xf0\xa9\x5e\x39\x3d\x34\x9c\xdd\xaa\xd9\x45\x83\x71\xf7\x3b\xf0\xd0\xf0\xa9\x83\xc1\xc4\x8a\xa7\x0e\x06\x20\x6a\x5a\x0f\x7b\x68\x70\x6e\xcb\x4f\xcf\x10\xfe\xd3\x78\x1c\x73\x2d\x9e\x3a\x1d\x80\xa8\xeb\x0f\x99\xc4\x4f\x7d\x12\xe7\xf0\xdb\x87\x80\x9c\x7a\x20\x80\x30\x9e\xf4\x54\x56\x9d\x7a\x20\x92\x0d\xe9\x54\x57\x01\x61\xd8\xe6\xa9\xae\x3a\x75\x2d\xa8\x33\x4f\x5d\x0b\xc0\x0a\x57\x56\x5d\x0b\xe7\x74\x7a\xb2\x1b\x9f\x3a\x0d\x80\x30\x3a\xf5\xd4\x67\x70\x86\x1f\x22\xdc\xe5\x54\x44\x01\xa1\xa3\xff\xf4\x88\x2f\x10\xda\x1a\x4e\x8f\xf8\x9e\xe1\xc4\x1e\x3e\xe6\xb8\x85\x13\x9b\xdf\x54\x56\x9d\x7a\x20\xbc\x59\xf7\x54\x57\x01\x55\xa7\xfa\xa9\xae\x3a\x3d\x1d\xe0\xb5\xe8\xa7\x2e\x08\xa0\x18\x8c\x7a\xaa\xb5\x4e\x0f\x0c\x1b\xa7\x7d\x2a\xb6\x80\x30\x98\xf6\x34\x22\xe8\x0c\x1b\xef\x32\xe7\x89\x01\xa0\x99\x62\xea\x8c\xdd\x78\x07\x06\x35\x77\xaa\xc9\x80\xea\xb1\xa7\x53\x4d\x76\xa6\x2d\x75\x9d\x53\x5a\x01\x61\x50\xe9\xa9\xb2\x3a\x3d\xd3\xab\x93\xfe\xd4\xc9\x00\xa4\x32\xea\x34\x70\xe8\x54\x46\x99\xc6\xf1\x54\x46\x01\x65\x2f\xd4\xca\xa8\x53\x27\x43\xba\x80\xe9\x65\x00\x62\x77\x88\xca\xea\x5c\x7e\x50\xee\x5c\x06\x05\x01\xc5\x33\x6a\xa7\x32\x0a\xa8\x9e\x84\x3e\x95\x51\xe7\xda\x1b\x06\x3d\xae\x8e\x02\x9a\x49\x70\x4f\x75\xd4\xa9\x68\x32\x77\xe4\xa9\x68\x02\xc2\x1c\xa7\xa7\xa2\x09\x08\x03\x6f\x4f\x45\xd3\x69\xb4\x4f\xba\x0d\x2a\x87\x80\x92\x2e\x73\x46\xfb\x00\xe1\xa5\x0f\xa7\xc1\x3e\xa7\x6e\x12\x7d\x22\xa7\x0a\xe9\xfc\xe4\x50\x98\x25\xeb\x54\x0d\x01\xa1\x43\xe1\x54\x0d\x01\xd5\xb8\xdb\x53\x35\x04\x84\xa7\x1a\x4e\xd5\x10\x10\x86\x64\x9f\x8a\x21\x20\xbc\x71\xeb\x54\x0c\x01\xb5\x4c\x2b\x61\x93\x3c\x6c\x6c\xe2\xc8\x53\x27\x09\xd0\x96\x5b\x94\x4e\x92\xd3\x93\xc5\x86\x3f\x9e\xaa\x21\x20\x4c\x89\x7d\x1a\xb1\x73\x1a\xb1\x93\x7e\x55\x46\xec\x00\x61\xc8\xf4\xa9\xdf\xe4\xd4\x89\x61\x96\xc5\x53\x99\x03\x64\xc1\x20\x7d\xea\xc4\x00\xc2\x0c\xbb\xa7\x4e\x8c\x53\x31\xe4\xe5\x3e\xa7\x62\x08\x88\xe5\xc6\xab\x18\x3a\x75\x62\x78\x31\xe7\xa9\x1a\x02\xba\x96\xe6\x53\x31\x04\x34\x73\xba\x9c\x8a\xa1\x53\xbf\x86\x19\x0d\x4f\xd5\x10\x90\x39\x7d\xd3\x21\xd0\xaf\xb1\x6c\xbc\x6a\x08\x58\x9a\x7d\x4e\xd5\x10\x10\x6d\x37\xca\x31\xd0\x87\xe1\xd1\xff\x53\x1f\x06\x10\x7b\x9d\xd6\x87\x01\x7c\x8f\x51\x37\x9d\x18\x40\xf5\x6a\xab\xd3\x90\x9c\xf3\xde\xd5\xa5\x6e\x0a\x25\xa0\xa8\x17\x4f\x85\x12\x10\x6d\xff\x33\x6b\x4b\xe6\xdc\xa9\x73\xe9\xbc\x77\xdd\x98\xf2\x7e\xb4\xca\xa9\xd3\xe3\xb8\x0b\x83\xe2\xa9\x52\x02\x8a\x01\x8b\xa7\x47\x13\xce\xc7\x71\x91\x3a\xa8\x94\x80\x65\xbc\xf5\xa9\x50\x3a\x51\x45\x46\x87\x9f\xaa\xa2\x53\x87\x85\xe9\xdd\x4e\x1d\x16\x40\x7a\x19\xe2\xa9\x50\x02\xc2\xb0\xef\x53\xa1\x74\x7a\x1c\x77\x61\xc2\x38\x9f\x5d\xdd\x4f\xfd\x79\x57\xe7\xa9\x28\x3a\x3d\x7b\xbb\x64\x18\xba\x1d\x80\xea\xc5\x70\xa7\x91\x3b\xa7\xe7\x09\xcc\x20\x74\x1a\xba\x03\xac\xc0\x0e\x76\x1a\xb9\x73\x1a\xa6\x63\xf0\xea\xa9\x78\x02\xaa\xa9\x1b\x4e\x7d\x18\xa7\xa7\x6a\x75\x2e\x9d\x7a\x27\x80\x30\x88\xfc\x54\x28\x9d\x9e\xaa\xd5\x2b\x70\xaa\x94\x80\x30\x24\xfd\x7c\x77\x13\xb6\x7b\xf6\xab\xef\xa5\x52\x02\x56\xfc\xfe\xb0\x69\x5f\xfa\x33\x2e\x4f\xce\xea\xa9\xb8\x94\x48\x40\xf1\x5a\xe4\x4b\x85\x74\xe9\x95\x50\x9a\x5c\x6a\x1f\x20\x0c\x6c\xbf\xd4\x3e\x40\x18\x60\x7f\xe9\x94\x00\xb2\x0e\xff\xff\x63\xd1\xe3\x3f\xf3\xcd\xd7\xb2\x97\x37\xbf\xee\xba\x54\x48\x97\xe7\x01\x3c\x88\x7e\x29\x6a\x80\x68\x4c\xbc\x4b\xa7\xc4\xa5\x32\x31\x41\xf3\xa5\x32\x01\x96\x01\xf6\x97\xca\x04\x08\x43\xe3\x2f\x85\x09\x50\xe6\x62\xdb\xba\x54\x26\x40\x9a\x15\xe2\xf2\x30\xed\xa5\xb7\xc1\x5c\x7d\x97\xee\x04\x60\xe9\xd1\xbd\xd4\x2f\x97\x11\x41\x66\xce\xbb\x54\x2b\x40\x78\x01\xfa\xa5\x5a\x01\xaa\x7e\xd9\x4b\xb1\x72\xa9\x4c\xcc\x9c\x77\xa9\x4c\x80\x30\x44\xff\x52\x99\x00\xcb\x10\xfd\x4b\x65\x72\xa9\x08\x4c\x93\x77\xa9\x08\x80\x30\x44\xff\x52\x11\x5c\xcd\xcf\x1a\xb6\x78\xc9\xeb\x81\x34\x46\xf5\x92\xd6\x03\x69\x22\xf1\x4b\x5a\x0f\x14\xfd\x8b\x97\xf6\x7f\x20\x8c\xed\xbf\xb4\xff\x03\xa1\x5d\xf2\x32\x5e\xe7\x32\x5a\x7e\x2d\x1f\xb3\xd3\x3e\x48\x2f\xfa\xb8\x8c\x96\xbf\x74\x09\x18\xd4\x7c\xc9\xd7\x81\x50\x0c\x5d\xf2\x75\xa0\x9a\x84\xe3\xd2\x25\x70\x91\x22\x27\x74\x46\x5d\xf2\x58\x60\x69\x3c\xbf\xa4\xb1\x17\x97\x03\xef\xb4\x87\x97\x91\x32\xc0\x32\x32\xfe\x92\xa7\x02\x59\x87\x45\x36\x8a\xe8\xf3\x9d\xf6\xf0\x32\xfa\x1c\x58\xc6\x74\x5c\x46\xc5\x5c\xd8\xff\x77\x42\xc6\x4b\xfb\x3f\xb0\x3c\x9e\x70\x69\xff\x07\x96\x06\xfb\x4b\xf3\x3f\x50\x76\xc6\xbf\x4b\xfb\x3f\x90\x75\xbf\x69\x0b\x60\xb8\x3b\xc5\xdd\x25\xc3\x05\xd2\xd3\x5c\x97\x0c\xf7\x22\x4b\xeb\xce\x54\x77\x49\x67\x81\x65\x9a\xe8\x4b\x3a\x0b\x54\xed\x48\x97\x8e\x03\xa0\xeb\x86\xb8\x24\xb8\x17\xfc\x73\x27\xaf\xbb\xe4\x9f\x40\x35\x00\xeb\x92\x7f\x02\x61\x14\xd2\x65\x44\x3a\xd0\x0d\x99\xba\x64\xa4\x57\xda\x43\xac\xb5\x97\x46\xf6\x6b\x07\xaf\x50\x59\x63\x57\x2e\x0c\xea\x3b\x53\xd5\x25\xed\x03\xc2\xcb\xd8\x2f\x0d\xea\x40\x1d\xb0\xbe\x4b\x83\xfa\x05\x11\xdc\x49\xb4\x2e\x99\x20\xd0\xcc\x62\x76\xc9\x04\x81\xb2\x73\x5c\x5d\x32\xc1\x4b\x8b\x3a\x5b\xc3\x25\x13\x04\xba\x91\x30\x97\x16\xf5\x6b\x39\x52\x56\x57\x72\x78\x49\x0e\xfd\x66\x25\x87\x97\xe4\x30\xac\x86\x6d\x5f\xac\xdb\x4e\x18\x0d\xea\x40\xf3\xca\xd0\x4b\x83\xfa\x75\x38\x76\x68\x8c\x4b\xbe\x78\xc9\x17\xfd\xb2\xe5\x8b\x40\xd9\x09\xa5\x2e\xa3\xc3\x81\x6e\x3a\xf6\x4b\xbb\x3b\xd0\x4d\xd1\x7a\xc9\x2a\x2f\xc2\x6a\x76\xb6\xa4\x4b\xc2\x08\x94\xb9\xff\x99\x43\x7c\x38\xd5\xa6\xff\xcd\x16\x1c\x1c\x98\xd9\x8f\xd9\x82\xd3\x91\xb2\xd7\xa4\x87\x40\xf5\x56\xc0\x4b\x7a\x08\x44\x83\xd9\x5f\x9a\xcf\x81\xaa\xa9\xf0\x92\x30\x5e\xa7\xb3\xc3\xd5\x55\x2a\x08\x14\xd3\xbd\x5f\x9a\xca\xaf\xd3\x21\xb0\x3f\x0c\x98\xb9\x4e\xfb\x9b\x31\x36\x38\x06\xa8\xd5\x06\x68\x3d\xbf\x2e\x6b\xeb\x63\x92\xc8\x4b\x12\xe9\x57\x20\x89\xbc\x2e\x27\xd1\x2e\xb3\x27\x2f\xd4\x0f\x36\x98\x4b\xc2\x78\x19\xf5\x62\x56\x9f\x4b\xc6\x08\xc4\xae\xae\x8c\x11\x08\x53\x59\x5c\x12\x46\xe0\x7b\xd3\x32\x5b\x05\x63\xfc\xb6\x8c\xff\xde\xaf\xe5\x93\xc0\xf7\x5f\xac\x93\xfd\x40\xe6\xd0\x86\xc2\xb9\x0c\x8a\xb9\xee\xdd\x1a\x3a\xc2\xd0\x16\xa0\x68\xbe\xbf\xb4\xb2\x03\xcd\x58\x94\x4b\x2b\x3b\x10\x6d\xbf\x68\x63\x6e\x87\xc8\xe5\x46\x3e\x09\x14\x83\x7f\x2f\xf9\xe4\x75\x5b\x35\x28\xcf\xe5\x21\x56\xa0\x6a\x17\xbf\xe4\x93\xc0\xd2\xcd\x77\xdd\xbb\xb6\xdc\x98\xef\x96\xa2\x79\x1e\xe8\x0d\x69\x74\x69\x9e\x07\xea\x5e\x0c\x24\x9d\xd7\xe3\x68\xa0\x40\x2e\xb9\xe3\x65\x8e\x16\x77\x4e\xe3\x5f\x80\x30\x1c\xe8\x92\x4d\x5e\x58\xca\xa3\xfc\xfc\x6f\xfe\xe6\x63\x4e\x61\x9a\xa9\xa5\x1c\x58\xaa\xc2\x4b\x9a\x08\x7c\x6f\xf2\x03\xf2\x44\x60\x79\x88\xea\x92\x26\x02\xdf\x63\x7c\x24\xf2\x44\x20\xd5\x50\x97\x11\xde\x40\xd9\x29\xa1\x2f\x4d\xf1\xc0\xf2\x1c\xd8\x25\x9b\x04\xbe\xc7\x7c\xd5\x56\xbd\xb4\x6a\xf9\x03\xb6\xea\x83\xe5\x69\xf7\x4b\xeb\x3c\x50\x76\x4a\xa8\x4b\xf3\x3c\xd0\xd2\xb5\x4b\x1e\x7a\x41\x3a\x77\x4a\xa8\x4b\xd2\x09\xa4\x59\x66\x2e\x49\xe7\xa5\x75\x5e\x45\x76\x4b\x3a\x81\x74\xf1\xba\x65\x95\xc0\xf7\xd8\xa4\xac\x5a\x56\xa9\x9b\x6f\x36\x8b\xec\x23\xe6\xc2\x6d\x98\x0c\x90\x6e\x50\xb7\x86\x7d\x20\x4d\x43\x7a\x6b\xd7\x07\x96\x39\x9c\x6e\x59\xeb\xfd\x31\xd5\x55\xbb\x3f\xb9\x2c\x42\x32\x74\xff\xfd\x61\x11\x77\xd7\xff\xfc\xf7\xa7\x45\x5c\x32\xc9\x4c\xb8\xe5\xb1\xc0\x57\x31\x7f\xf2\xb6\xcc\xa4\xed\xfe\xb3\xc7\xa2\xdd\x1b\x34\x5d\xd6\x0a\x64\xb3\x37\x34\xeb\xdf\xc4\xb1\x87\xa9\x98\x6e\xe3\xd8\x81\x65\x3e\x80\x5b\xb3\x3e\x10\x1a\x3d\x6f\xcd\xfa\xc0\x92\x96\xdc\x32\x60\xe0\xfb\x67\x8d\x32\x9b\xfe\x41\x1a\x4e\x7f\x1b\x97\x73\x7b\x05\x85\xb9\x96\x6e\xad\xff\x40\x6a\x95\xb8\xb5\xfe\x03\x69\xd0\xc0\xad\xf1\x1f\x08\x45\xdb\xad\xf1\x1f\x58\x75\x3f\x65\x6f\x14\x9b\x0e\x2b\xb9\xe5\xd3\x40\x33\x56\xf7\x96\x4e\x03\xa1\x9e\xbc\xa5\xd3\x40\x73\xa7\xb8\x65\xd3\x77\xdd\x6d\xe2\x37\xe5\xc9\x40\xdd\xd3\x45\x9e\x7c\x57\xa7\x32\xeb\xc4\x2d\x29\x06\xba\xe1\xd2\xb7\xa4\xf8\xae\x7e\xda\x76\xa4\x86\x78\xa0\x0e\xc7\xd8\x73\xab\x40\x1a\x3d\x76\x6b\x9a\x07\x96\x99\x10\x6e\x4d\xf3\xc0\x32\xad\xc2\xad\x65\x1e\x48\x2f\xa2\xbb\xb5\xcc\xdf\xcd\xde\x46\x00\xde\x92\x6e\x20\x7b\xf8\xcf\xec\xed\x0f\x96\xf1\xbf\xb7\x56\x78\xa0\x84\xb9\x91\x6e\xad\xf0\xc0\x32\xd3\xc2\x2d\x5b\xbf\x9b\x6d\x72\xc2\xcb\xcd\x81\x65\xa6\x85\x5b\x6e\x0e\x2c\xc5\xd6\x2d\x37\x07\xbe\x37\xf9\x6f\x92\x73\x20\xbd\x71\xe6\x96\x9b\x03\xdf\x63\xbe\x6a\xab\xb8\xd6\xd7\x23\x4e\xb7\x26\x7d\xe0\x7b\xcc\x1f\x75\x46\x6a\xd3\x87\x2b\xde\xda\xf4\xef\xee\x6a\xe2\x8c\x91\xb0\x03\xab\x62\x67\xba\x35\xb9\x03\x25\x8a\x2d\xd5\xe6\x0e\xe4\x5e\x12\xb4\xb9\xdf\xc3\xaf\xd1\x66\xc9\xeb\x81\x65\xd8\xe0\xad\xfd\x19\x48\x97\xc8\x5b\xa6\x7f\x13\xd6\x13\xde\x7a\x7a\xcb\xeb\x81\xd4\x8e\x7a\x6b\x7e\x06\xd2\x3c\x16\xb7\xe6\xe7\x7b\xda\x50\x68\xc9\x6d\xb4\x3b\x10\x6b\xfe\xe1\x40\xf6\xad\xc1\x1a\xf8\xfe\x0b\x5d\xa8\xc5\x1a\x48\x1d\x19\xb7\x7a\xe1\x96\xe2\x9b\xec\xe8\x96\xe2\x03\xdd\x24\xb0\xb7\x14\xff\x0e\x5b\xe3\xcc\xd3\x88\x7d\x9b\xa7\x92\x4d\xf1\x96\xf5\x03\xe9\x35\xf5\xb7\xac\x1f\x58\xa6\xed\xb9\x65\xfd\x77\xd8\xc0\xf4\x31\x1b\x18\xf8\x80\x1d\x5c\x6d\xd8\x40\x28\x13\x6f\x6d\xd8\xc0\xf7\x26\x8d\xd2\x86\x0d\xa4\x27\xfc\x6e\x6d\xd8\x77\xee\xda\x52\xa6\x89\x19\x08\x0f\xa8\xdd\x86\xfd\x00\x25\xbc\x5b\xee\x36\xec\x07\x58\x15\x45\x7f\x1b\xf6\x73\xa7\xd5\x5d\x96\x59\xdd\x64\x13\x98\xbe\x69\x75\xd3\x0e\x5f\xfe\xa8\xf5\x4d\x36\x06\x17\x1c\xe5\x07\x90\x5e\xd5\x79\xe7\xae\xae\x5f\x98\xf3\xc2\x08\x78\x20\xbd\x22\xfe\xd6\x36\x7d\x73\x60\x35\x54\x68\xb7\xfa\x03\x48\x2f\x62\xbd\xb5\x4d\xdf\x2a\x06\x93\x22\xdd\x2a\x06\x20\x13\x5f\xcc\xad\x62\x00\x4a\x98\x2c\xe8\x56\x32\x00\x4b\xcf\xf6\xad\x64\xb8\xd5\x07\x26\xe0\xbc\xd5\x07\x40\xe8\x0b\xbc\xd5\x07\xc0\xd2\x3f\x7d\x2b\x0f\x6e\x4c\xcc\xe1\x55\x63\xb7\x62\x00\x08\x8f\x9d\xde\x06\xe1\xdc\x68\x81\xf0\xf0\xf2\xad\x18\x00\xd2\xc0\xce\x5b\xeb\x31\xb0\xaa\xdf\x84\xd6\x63\x20\x87\x6b\x84\x8a\x01\x08\x03\xc5\xee\x63\x37\x80\x0f\xbd\x5a\x5b\x03\xf1\x81\xa5\xa3\xf5\x56\x44\x00\x61\x7a\xcc\x5b\x11\x01\xa4\x31\xf1\xb7\x22\x02\x08\x73\xe4\xdd\x8a\x08\x20\xa5\x69\xb7\x56\xe7\x1b\xab\x73\x98\xae\xe9\xd6\xea\x0c\xa4\x0e\xeb\x5b\xa9\x01\x2c\x1d\xe7\xb7\x52\x03\x58\x6a\x88\xdb\xa8\x1c\x20\x13\x8d\x7f\x2b\x3e\x80\xef\xff\xfb\x98\x9d\x81\x20\xd1\x1f\x79\x2b\x48\x80\x65\xe8\xee\xad\x20\x01\x52\x1b\xd6\xad\x9d\xfb\xc6\x82\x1d\x66\x6b\xba\xb5\x60\x03\xcb\xa0\x84\x5b\x3d\x72\x2b\x3e\xaa\xdf\x8f\xe2\x03\x58\x86\x16\xdc\x8a\x8f\x5b\xa5\x51\xdd\x88\x55\x1a\x40\x6e\xa6\xa2\x94\x00\x96\x62\xec\x56\x49\xdc\xd8\xa1\xc3\x4b\x2e\x6e\xed\xd0\x40\xea\x9f\xbd\xb5\x43\x03\x69\xd4\xe9\xad\x19\x1a\x28\x51\xbb\x65\xb6\xe0\xb6\x05\x8c\x9d\x1a\xe4\x36\x03\x65\xc5\x04\x7a\xab\x38\x80\xa5\x0b\xfb\x56\x71\x00\x69\x84\xd9\xad\xe0\x00\xd6\xbf\x6a\xd8\xa6\xdb\x21\x70\xef\x54\x5d\x00\xa9\x11\xe1\x56\x5d\x00\xa1\x97\xe2\x56\x5d\x00\xdf\x9b\x94\x29\x2f\x80\xd0\xad\x75\x2b\x2f\x80\xa5\x0f\xfe\xd6\xa6\x0d\x7c\x6f\x52\x5b\x03\x82\x80\x34\x84\xe7\xd6\xcc\x7d\x3f\x7e\x77\x2e\xa5\x46\xff\x00\x4b\xc7\xff\xad\x56\x01\x4a\x6c\x82\xa7\x58\x01\xc2\xdc\x7d\xb7\x62\x05\x48\x53\xbe\xdf\x9a\xbe\xef\xc7\x05\x66\x3f\xe6\xe8\x7d\x90\x1a\x64\x6f\x63\x84\x6e\x65\xce\xe6\x2f\xca\x1c\x20\xbd\xdb\xfd\x56\xe6\x00\xdf\x63\xb4\x54\x9d\x03\x2c\x83\x2f\x6e\x65\x0e\xb0\x0c\x1f\xb9\x95\x39\xb7\x32\x67\x93\x15\x65\x0e\x90\x7b\x32\x2b\x73\x6e\x65\xce\x66\x26\xca\x1c\x60\x19\x17\x72\x2b\x73\x6e\x22\x8e\x62\x73\x1a\x35\xcd\xad\xa6\x09\x8b\x6c\xbc\x9a\x66\x73\x09\x35\x0d\xb0\x36\x59\x51\xd3\xdc\x8a\x95\x6f\xdb\xfb\xcf\x0d\xfb\x51\xcb\x3c\x3f\x07\x84\xef\xf5\xd1\xf6\x0d\x2c\x4f\x4b\x3d\x0a\x0b\x60\x19\x00\xf1\x28\x2c\x80\xa5\x4f\xf8\x51\x58\x00\xcb\x88\x96\x47\x61\xf1\xa8\x18\x5c\xa3\x1f\x15\x03\xb0\xec\xfb\x47\xc5\x00\x2c\x43\x16\x1e\x03\x81\x9e\x62\x9b\x99\x65\x8f\x54\xfd\x91\xaa\x33\x07\x1e\xa9\x3a\x50\x76\x6c\xc6\x23\x57\x07\x96\xcb\xde\xa3\x81\x1c\x58\xc6\x05\x3c\x1a\xc8\x81\x65\x44\xc1\x23\xa1\x7f\xaa\x93\xdd\x37\xe5\xea\x40\x9a\xd6\xf0\xd1\xf2\xfd\x48\xdf\x0d\xf4\x78\xa4\xef\x40\x1a\x18\xf5\x48\xdf\x1f\xe9\xbb\x56\xcb\x47\xfa\x0e\x84\xb9\x9f\x1e\xe9\x3b\x50\xb6\xa3\xfb\x31\xdc\x06\x58\xff\x7e\xc0\x16\x10\xa9\xaf\x1d\xf0\x91\xe4\x3f\xcd\x59\x4c\x18\xc1\x23\xa5\x07\x52\x13\xe8\x23\xa5\x7f\xa4\xf4\xfe\x7f\x29\x3d\x50\x76\x2c\xc0\x23\xa7\x07\x96\xfe\xeb\xc7\x23\xb3\xc0\x32\xb0\xe0\x31\x01\x25\xb0\x0c\x3d\x7e\x0c\xe7\x07\x72\x0f\xb1\x36\xf9\x47\x7d\xa0\x4b\xfb\x51\x1f\x00\xcb\xd0\x88\x47\x7d\x00\x94\xed\xfd\x7d\x14\x08\x40\x78\xb8\xf4\x51\x1f\x00\xdf\x63\x8c\x81\x02\x01\x48\x5d\xc9\x8f\xe6\x7c\x20\xcd\xb8\xf3\x28\x19\x1e\xd2\xda\x6c\xbf\xeb\xa3\x40\x78\x4c\xe0\x8f\x43\xe2\x51\x1f\x3c\x04\xf3\x6c\x37\xf7\x23\xf3\x07\x96\xa1\x11\x8f\xc4\x1f\x58\xbb\xbb\x25\xfe\x40\xf4\xfd\xff\x6d\x3b\xd9\x64\xb6\x67\xfa\x31\x64\x06\x58\xbb\x9d\x86\xcc\x00\x65\xbb\x01\x1f\x43\x66\x80\x34\xee\xe5\x31\x64\x06\xc8\xce\xd6\xf3\x18\x31\xf3\x10\xf7\x12\xe6\x8d\x7a\x8c\x7b\x01\xd6\xee\x6f\xe3\x5e\x1e\xf2\x54\x6e\x57\xdb\xa3\x64\x00\xd2\x03\xfc\x8f\x92\xe1\x99\x56\x97\x55\xf4\x51\x1f\x00\xcb\xc8\xae\x47\x7d\xf0\x68\xf6\xd7\xb5\xf3\x48\xe3\x81\xec\x7e\x7a\x9a\xfd\x81\xf4\x56\x95\x47\xb3\xff\x63\xd4\x3f\x9b\xca\xa3\xd5\x1f\x28\x61\x22\xa4\x47\xb3\x3f\x90\x86\x2d\x3f\x4a\x02\x60\xed\x61\x9f\xbb\xb6\x5e\xc3\xca\x8b\x1e\x17\x00\x96\x2e\xfe\x47\x91\xf0\x44\xf5\xff\x53\x33\x25\x01\x90\xda\x9d\x1e\x25\xc1\x13\xfb\xda\x4a\x86\x40\x62\x0f\xa4\x49\x1a\x1e\x89\xfd\x43\x6e\x9a\x30\x27\xd1\xa3\x27\x00\x48\xf3\xf8\x3f\x7a\x02\x80\xb5\xbf\x76\x3d\x01\xc0\xda\xb3\xcf\xd8\x94\x27\xed\x6e\x67\xa9\x92\x00\xe8\x46\xce\x3e\x2a\x82\x47\x5e\x6f\xe6\xa2\x47\x5e\xff\xc8\xeb\xfd\x66\xe5\xf5\x40\x89\xc6\x76\xf7\x48\xec\x81\x55\xf7\x9b\x0e\x81\x29\xe8\x1b\x42\xff\x31\x5e\x05\x48\x0f\xbf\x3c\x86\xab\x00\xcb\x90\x9e\xc7\x70\x95\x47\x95\xd0\x5c\xac\x73\x37\x81\xeb\x15\xfc\xf4\x54\x09\x8f\x2a\x41\xb3\xfc\xa3\x4a\x00\xd2\xf3\x92\x8f\x2a\x01\x58\xb9\x8b\x9c\xdf\xa4\xa5\x0f\xed\x47\x8f\x8e\x0b\x20\x27\xc1\x7b\x8f\x7e\x0b\xa0\x84\x87\xeb\x1f\x1d\x17\xc0\x32\x4e\xe4\xd1\x71\xf1\x2c\x17\x14\x9b\xe0\xe1\x5c\x20\x4c\x00\xf3\xa8\x4c\x80\xf4\xaa\xf7\x47\x65\xf2\x2c\x1b\x8a\x06\x7b\x94\x21\xc0\xf4\x7c\xf6\xa3\xe7\x02\xa8\x7b\x83\x30\xf6\x05\x98\xa6\xc7\x7d\xd4\x2a\x40\xf1\x8a\xbb\x47\xad\x02\xec\x74\xf6\x8f\x5a\x05\x68\x1f\x4f\xfb\xef\xdd\x5a\x4f\x07\x30\xb5\xe1\x3e\x8a\x1b\xa0\x1b\x9c\xfd\x28\x6e\x80\x6a\xaa\xb9\xc7\x90\x9a\x87\x0b\x98\x4d\x89\xff\xe8\x0e\x01\xaa\x66\xd2\x47\x05\x04\x34\x4d\x50\x8f\x0a\x08\x68\x5e\x33\xf9\xa8\x80\x80\x59\xfc\x04\x55\x40\xc0\xd7\x79\x96\xd9\x79\x48\xa0\x06\xe3\x7c\x54\x40\xc0\x2c\x0e\x98\x0a\x08\x68\x86\x1c\x3d\x2a\x20\xa0\x78\x20\xe0\x51\x01\x01\xd5\x94\xbe\x8f\x0a\x08\xf8\x7e\xd2\x7f\x66\xf7\x7c\xd0\xe7\x2e\xb2\x7b\x3e\xa8\x1e\x73\x7a\x3c\x98\xf0\x18\x9e\x83\x31\xe8\x51\x27\x01\x7d\xef\xad\xea\x24\xa0\x19\x5b\xfd\xa8\x93\x1e\x73\x78\xba\xb6\xa9\x93\x1e\x45\x91\xd9\xad\x1e\x45\x11\x50\x8d\xc4\x79\x14\x45\xc0\xbe\x43\xe0\x51\x14\x01\xcd\x74\x17\x8f\xa2\xe8\xb9\x2a\x4f\xd1\x70\x8f\x26\x03\xd5\xa4\xff\x8f\x32\x09\xe8\xd3\x11\x51\x26\x01\x4d\xa7\xde\xa3\xdb\x06\x68\x46\x99\x3d\x0a\xa7\xc7\xfb\xdc\x5c\xe7\x15\x4e\x40\xd7\x34\xf9\xe8\xb5\x01\xa6\x46\xa5\x47\x29\x05\x94\xdf\xae\xaa\xed\xfe\xe4\xd3\xbe\xc6\xe0\x31\xa4\x07\x68\xe6\x50\x7b\x74\xca\x00\xdd\x33\xac\x8f\x17\x03\x00\x55\x89\xf4\x98\x77\x07\xd8\x77\x1d\x3c\x4a\x30\xa0\xc8\xff\x1f\x25\x18\xd0\xe4\xd3\x8f\x12\x0c\xa8\x0a\xd2\x47\x05\x06\x4c\xad\xf5\x8f\x0a\x0c\x68\x6a\xc3\x47\x2f\xd0\xb3\xaf\x05\xb0\xc3\x14\x65\xc0\xbe\x37\xe1\x51\x94\x01\xd5\xcb\x60\x1e\x45\xd9\x63\x54\x51\xf8\xa2\xbd\xf3\x41\xdf\xac\xc3\xa8\x22\x60\x5f\xae\xf0\xe8\x17\x7a\xf4\x0b\xf9\xe5\xaa\xdc\x80\xba\x77\x15\x95\xdb\xe3\xb1\x0d\x3f\x53\x95\x1b\xd0\x3c\xce\xf7\x28\xdc\x9e\x87\x05\x47\xe2\xa0\x4a\x03\x6a\xb3\x91\x8a\x34\xa0\xef\x51\x53\xa4\x01\x65\xfb\xaf\x1f\x83\x91\x80\x36\xfc\xda\xd4\x6d\x40\x33\x23\xdc\xa3\x6e\x03\xea\x9e\x15\xca\x36\x60\xdf\xca\xf0\x28\xdb\x80\x6a\x9c\xfe\xa3\x6c\x03\xba\x77\x36\x3d\x46\x2c\x01\xfb\x9e\x86\x47\x21\x07\x7c\x15\xb3\xcc\xee\xf9\xa0\xeb\x44\x7f\x8c\x6b\x7a\xb8\xeb\xdb\x4b\x19\x1e\x85\x1c\x50\xf6\xac\x53\xc7\x3d\x64\x1f\xd2\x11\xf0\x28\xda\x1e\x53\xa2\x22\xed\x1e\x35\x1b\xd0\xcc\x80\xfc\xa8\xd9\x80\xea\xe9\x8f\x47\xc9\x06\xec\xfb\x15\x1e\x25\x1b\x50\x74\x19\x3f\x3a\xa6\x80\xb2\x79\x8a\x22\x0e\x28\xdb\x93\xff\xa8\xe2\x9e\xd7\x86\xd3\xd5\x2a\x36\xa0\x9b\x4b\xe2\x31\x1a\x0a\xe8\x7d\xb7\xc8\x76\xbf\x2c\x1f\x72\x12\xfd\x52\x40\x95\x25\xbf\x4a\x39\xa0\x7b\x6a\xea\xd5\x2d\xf5\x72\x2a\xbb\xec\xa2\x6e\x51\x27\x0e\xd6\xa2\x61\x11\xed\x86\x98\xbf\xba\x9b\x80\xda\x59\x3e\x5e\xdd\x4d\x2f\xd7\x0b\x18\x51\xff\xaa\x0a\x81\xaa\x8b\xfa\x55\x15\x02\x65\xc7\x04\xbc\xca\xc2\xf7\xc7\x62\xd1\x7c\xec\xb6\x88\x3d\xa4\x5a\xf4\x58\xc4\x3d\x0a\xc3\x8a\xbd\x16\x31\xde\xd0\xb3\x57\xed\x08\x94\x1d\x86\xf0\x2a\x1e\xdf\xc2\x80\xa3\xa9\x5e\xbd\x4d\x40\x31\x27\xdb\xab\xb7\x09\x28\x9d\x01\x7f\xf5\x36\x01\xd5\x33\xc7\xaf\xde\x26\xa0\xfc\xd6\x1f\xee\xe3\x7a\xf5\x45\x01\x73\x77\xa8\xbe\x28\xa0\xb7\x6e\x1d\xed\x2a\x2e\x45\xf0\xe2\x88\x57\x57\xd4\xbb\x05\xae\x45\xf6\x54\x61\x86\xec\x17\x2f\x8b\xe8\x3c\x56\x89\x57\x79\xfb\x1a\x00\x66\x17\x2b\x6f\x81\xb2\xe3\x2e\x5e\xf5\x2d\xb0\x6f\x92\x78\xd5\xb7\xaf\x47\xcb\x8b\x45\x76\x5e\xb5\xfa\x8c\x84\xba\xf5\xf5\x92\x73\xc7\xcb\xb3\x24\x40\x1b\x58\x9e\x5f\x03\xb6\x5e\xb2\xa5\x7a\x54\xf5\x55\xa2\x02\xcd\x48\xac\x57\x89\xfa\x36\x66\x20\xcb\xf6\xab\xce\x04\x6a\xe5\x6b\x79\xd5\x99\xc0\xbe\x0b\xe2\x55\x67\x02\x51\x77\x91\x3d\xdd\xe4\x80\xce\x37\x85\xe6\xab\xd0\xb4\xfa\xea\x4c\xa0\xec\x38\x8c\x57\xa1\x09\x34\xcd\xce\xaf\x3a\xf3\xd5\x4f\x64\x34\xc5\xab\x0e\x04\x42\x3b\xfc\xab\x9f\xe8\xd5\x4f\x64\x4c\xc4\xab\x9f\xe8\xf5\x9c\x07\x5f\xed\xab\x34\x7c\xbb\x0c\x1b\x2d\xf4\x1a\xd7\x05\x2c\x0f\x4a\xbf\xc6\x75\xbd\xfa\x89\x1a\x86\x8e\x57\x3f\x11\xb0\x8c\xd7\x7e\xf5\x13\xbd\xfa\x89\xcc\x12\xf9\xea\x27\x02\x8a\xc7\x03\x5e\xfd\x44\x40\xf3\xb6\x89\x57\xa1\xf9\x6e\x55\xe9\xc7\xac\xaa\x04\xba\xa9\xe9\x5f\x55\x25\x50\x34\x11\xbe\xaa\x4a\xe0\x7b\xd3\x32\x7b\xfc\x83\x3a\x77\x35\xec\xf0\xe1\xc5\xe6\x74\x87\xe7\x30\xde\xad\x47\x97\x55\xb3\xc3\x87\x17\x61\x31\x15\xd4\xa3\xaf\x91\x69\x26\x93\x7c\x15\x9f\xc0\x0c\xe8\xf4\x6b\x64\xda\xab\x0b\x4b\x73\xfa\xab\x0b\x0b\x98\x61\xe7\x2a\x51\x01\xa3\xed\x5e\x15\xea\xab\xef\x49\x2d\xfe\xea\x7b\x7a\xbd\xe9\x80\x25\xfd\x55\xb4\x02\x7d\xaf\x03\x8a\x56\xa0\xbb\xc7\xbe\x8a\xd6\x57\x0f\x95\x89\x1e\x5f\xe5\x28\xd0\x3d\x58\xf8\x2a\x47\x81\x12\x9d\x8d\xf1\x55\x8f\x02\xb1\xe0\x33\xaf\x7a\x14\xd8\xa7\x03\x5f\x9d\x56\x40\xf3\x6a\xc4\x57\x85\x0a\x7c\xff\x8c\x46\x29\x51\x81\xa9\xd6\x7a\x8d\x55\x7b\xc3\x3c\x34\xc5\x57\x1d\x28\xbc\x56\x9e\xcd\x7e\xf5\x5a\xbd\x8a\xdb\xee\xc7\xae\xb8\x7d\xbd\x3d\xdc\x5e\x53\xdc\xbe\x61\x43\xe1\x09\xaf\xb2\x15\xd8\xc7\x0f\x5f\x65\xeb\xab\x73\xcb\xec\x8b\xaf\xce\x2d\x60\x1f\x66\x7c\x55\xb2\x2f\x47\x2a\xa2\xbb\xa8\x79\xa4\x02\x48\x6d\x59\xaf\x8e\x2c\x60\x75\x57\x05\x1d\x59\xaf\x82\xb7\xe3\x25\x78\x15\xbc\xc0\xf2\x58\xde\xab\xe0\x7d\x15\xbc\xdd\x9d\x43\xc1\x0b\x74\x03\x04\x5e\x05\xef\xab\xe0\x35\x71\xe3\xab\xe0\x05\x9a\xf7\x16\xbd\x0a\x5e\xe0\x7b\xcc\x5f\xb0\xf1\x1f\xd4\xd8\x75\xb3\xf1\xcb\x81\xf1\x55\xa5\xec\x6b\x0c\x1e\x82\xf7\x55\xca\xbe\xde\x01\xde\xdd\x22\x4d\x16\x05\x54\x8f\x71\xbf\xea\xd1\x97\xa3\xe9\xe1\x39\xf1\x57\xf5\xf9\x1a\x49\xe7\x8a\xa2\x5b\x0c\xe8\x5e\x0c\xfb\xae\x5d\x0f\x42\x7a\x51\x59\xaf\x7a\x14\x28\x61\x1a\xc8\x57\x41\x0a\x34\xa3\xf2\x5f\x05\xe9\x6b\x24\x9d\xd7\x5e\xbd\xca\x4f\xa0\x19\xfd\xfa\xaa\x2f\x81\x65\x52\xee\x57\x7d\x09\x7c\x6f\x5a\xe6\x58\x79\x66\xc3\x05\x45\x81\x09\x7c\x8f\x59\x37\xc7\x8a\x23\xec\xe6\x76\x7d\x15\x9d\xaf\x42\xd1\xcc\xa5\xaf\x42\xf1\xe5\x82\x6f\x25\xd4\xab\x2a\x04\x4a\x78\x32\xf9\x55\x16\xbe\x46\xd7\xb9\x59\x2b\x0b\x5f\x5d\x5e\x7d\xfc\x21\x9c\xec\x55\xe9\x01\xdd\x3b\x39\x5e\x95\x1e\x50\xf6\x8a\xa6\xd2\x7b\x0d\xbe\xdb\x13\x54\xff\x17\x30\x96\x8b\x9c\x4a\x0f\xe8\x8a\xd7\x57\xa5\x07\x7c\x6f\x5a\xb6\x1b\xc8\xb0\xf9\x01\x28\xf5\x5e\x63\xf4\x4c\x2f\xf9\x1a\xa3\x07\x34\xcf\xc7\xbe\xc6\xe8\xbd\xc6\xe8\x99\x5e\xf2\x55\xec\x01\x45\x7b\xf7\xab\xd8\x7b\xf5\x7f\x19\x0f\xf3\x2a\xda\x80\xf8\xed\x22\x27\x9e\xa1\x74\x1d\xf1\xf5\xea\x00\x03\xba\x8e\xd6\x57\x21\x07\x7c\x8f\xd1\x04\x95\x1c\x10\x26\x37\x7e\x55\x72\xef\xed\x18\x21\x26\x5e\x45\xda\xab\x9f\xcc\xaf\x5f\x91\xf6\xea\x27\xf3\x60\xfb\xab\x4a\x03\x9a\xa7\x29\x5e\x55\x1a\xf0\x6f\x5f\x54\xa5\xbd\xb7\xa3\x2b\xd5\x53\x92\x01\x6d\x73\x1a\x25\xd9\x7b\xdb\xe3\xb2\x82\x7b\xd7\x8d\x1c\xc5\x76\x9b\xa2\x09\x28\x4a\x80\x57\x6f\x17\xf0\x6f\xab\x54\x47\xbd\x2a\xa4\xee\x66\xac\x42\x02\xfe\xed\xc5\x2a\xa4\xd7\x13\x1c\xd8\xc5\x5f\x15\xd2\xfb\xf8\x01\x38\x8d\xd4\x43\xc0\xbf\x1d\x55\x3d\xf4\x3e\x76\xae\x3b\x9e\xb2\x06\xf8\xb7\x7d\xea\xb2\x02\x4a\x98\x46\xf3\x55\xea\x00\x25\x7d\x4c\xa9\x03\x18\xce\xff\xea\xb1\x02\xbe\x17\x69\x80\xea\x07\xf8\xb7\xef\xaa\x7e\x5e\xfd\x4e\xe6\x49\x7a\x95\x2c\x40\xee\x8d\x40\xc5\xf2\xea\x77\xea\xfb\x55\x67\xd1\xbe\x2a\xcd\x1f\x75\x12\xbd\x4e\x22\x7f\xd3\x49\xf4\xee\x06\xac\xff\xf7\x3f\xf9\x43\xa0\x08\x1d\xaa\x99\x3f\x04\x8a\x50\x49\x2a\x9a\x3f\xc2\xe6\x84\x12\x84\x2e\xe5\x8f\xb8\x39\xa1\xc2\xe8\xf2\x87\x8e\x11\x66\xff\xc6\x33\x7f\xe8\x18\xa1\x13\xa7\x94\x3f\x74\x8c\x30\xd9\x2d\xf2\x87\x8e\xc9\x9f\x0a\x85\x4b\xa9\xf2\x87\x42\x11\x02\x99\x97\x3f\x1c\x57\x42\x21\x01\x5c\xfe\x10\x2d\x42\xfb\xf7\xff\x1f\x8b\x5e\xff\x19\x6f\x16\x9b\xf9\x41\xe5\x8c\x62\xfe\x8a\xcd\x2c\xc5\xc7\xe8\x8d\x62\x3b\x8b\x37\x57\x0e\x8a\x6c\x26\xaa\x25\x46\xe1\x17\x8a\xed\x2c\xde\x5c\x49\x0b\x8a\xed\xe4\x9c\x08\x39\x0f\xf2\x57\x6c\x27\xc7\x44\xb0\x38\xe4\xaf\xd8\x4e\x72\x57\xad\xfd\xff\xd3\x22\x74\xc9\xf4\xdf\x2f\x8b\x16\x5e\x44\x4a\x0e\x4b\xbc\xae\xb4\xd0\xf2\x62\x67\x14\xaf\x66\x49\x8a\xec\x0c\xe3\xe1\x48\xda\x90\xbf\x6a\xcb\x39\xf8\x8e\xcf\x3d\x7f\xd5\x96\x57\x5b\x6e\xfd\xab\x2d\xe7\x2a\x6d\x2c\x07\xf9\xab\xb6\xbc\xba\x9b\xda\x80\x6a\x33\x3f\x65\x62\x10\x61\xfe\xaa\x0d\xf8\xc0\x18\xbc\xfc\x55\x1b\xf0\x81\x61\x7f\xf9\xab\xb6\xe0\x83\xca\x7d\x94\xf9\xab\x0e\x70\xdd\x8d\xb2\x6a\x36\xaa\x42\xcf\xf7\x63\x36\x8a\x53\xee\x31\x76\xd5\x1c\xe2\xea\xe5\x96\xfe\xe6\x4b\x91\x7e\xb7\x61\xd5\x9a\x0d\xe5\x94\x7b\x71\xa6\x35\xdb\xd9\x9c\xc9\x95\x2e\x6a\x36\x14\xc7\x1b\x09\x03\xf3\xd7\x1c\xe1\x66\xdb\x6d\x42\xb3\xed\xdc\x92\x8d\xa9\x20\x7f\xcd\x21\xfe\xa0\x13\x61\x96\xbf\xe6\x10\x7f\x30\xf0\x47\xe5\xaf\xd9\x43\xdc\x9b\xbd\xdb\xd9\xec\x21\x9d\x6c\xc3\x5e\x6b\xf6\x07\x51\x78\xb8\xe6\xf3\xd7\xec\x0e\x9d\x6c\xc3\x8f\xa0\xd9\x1f\x9c\x85\xef\x4e\x85\x66\x77\x18\x98\x37\x76\xd5\x76\x7f\x30\x17\x92\x37\xbb\x53\x41\x75\x45\xba\xd3\xfc\x75\xfb\xe3\x83\xba\xfe\x70\x58\x2b\x7f\xdd\xde\xe2\x12\xed\xb2\xff\x89\xbd\x65\x40\xde\x68\xd4\xa9\xdb\x35\x04\xe4\x61\x1f\xc9\x5f\xb7\x6b\xba\xc7\xff\x1a\x1d\xdd\x9d\x17\x9d\xd4\xe0\x61\x91\xfd\xc0\xe9\xf9\x69\x63\xba\xfd\xf0\x41\xdf\xdd\xd0\xed\x06\x6e\xc9\x2e\xfb\x27\xed\x06\x9d\x7c\x84\x4a\xe5\x6f\xd8\xbe\xc1\xbc\x6e\x7c\x97\xc3\x06\x28\xc7\xb0\x2c\xe7\x6f\xd8\x82\x0f\x2a\x09\x50\xf3\x37\x1c\xee\x61\xa3\x3a\xbf\x30\x6c\xd4\x07\xc9\x7d\x05\xf9\x1b\x36\x8a\x73\xf1\x41\xd6\xd5\xfc\x0d\x07\x7c\x90\x6a\xd6\xba\x0d\x07\x5c\x3d\x36\x3a\x0d\x1d\xb6\xfd\x83\xca\x29\xd2\xfc\x0d\xdb\xae\x7f\x90\x53\xc1\xf9\x1b\xbb\x59\x0f\xa1\xc1\xfe\x37\x07\x57\xc7\xdf\xae\xef\xf4\x17\x26\x1f\x9d\x9d\x3b\xfd\x01\xf2\x7d\x71\x8f\x49\xfe\xa6\x3f\x30\x9d\x2a\xc3\x37\xf7\x7f\x7b\x49\xfc\xcc\x5c\x0c\xa7\x0a\x7a\x29\xed\xa2\xf0\x63\xe2\xa4\x3a\xb6\xa6\xfc\x85\x9d\x4b\x90\x1f\xdb\x6b\xfe\xc2\xce\xc5\xa3\xb7\xe7\x75\xd8\xb7\xb1\x59\x39\x0d\x08\x3b\xf7\x83\x35\x27\x1d\x19\xf6\x2d\x71\x7f\xcd\x6f\x29\xec\xdb\x0f\x32\xed\xda\xb0\x6b\x55\x50\xc3\x36\x85\x2d\x0f\x2e\xeb\x9e\x34\x29\x6c\x79\xf8\xe1\x4c\x7a\x23\x9c\x31\x41\x94\xd8\xf4\x07\xec\xda\xe0\x08\x53\xb7\x1a\x76\x06\x37\xdb\xcd\x64\x0e\xa5\x9d\xc1\xcd\x76\xd3\x66\xa6\x9d\x61\xc0\xe0\x70\xa1\x4a\x9b\x4e\x9e\xb0\x3d\x5f\xd2\xa6\x93\x27\xac\xb8\x18\xa4\x2d\x47\x79\xed\x6f\x20\x6d\xf9\x07\x6d\xef\x30\x69\xcb\x93\x6b\x77\xfc\x2c\xd2\x96\xe7\x6e\x39\x95\x4d\x5b\xfe\x41\xab\xf6\x6c\xda\xf2\x74\x65\xb1\x99\xe9\xa0\xa7\xa7\xa6\xac\xac\x5f\x14\x57\x6a\xfc\xf6\x3f\xb3\x7f\xf4\x17\x8e\xa0\x1e\xcb\x36\x71\x0d\xc6\xde\x50\x96\x6d\x5a\xfb\x04\x07\xff\x6d\xd9\x02\xee\xac\x26\x06\x24\x7f\xcb\x16\xe8\x1c\x24\x3b\x6e\xfe\x96\x4d\xe0\x54\xd3\x90\x32\x2c\x5b\xa0\x3e\x1b\x41\x75\x97\x4d\xc0\x61\xb8\xbf\xa8\x65\x0b\x0c\x65\x74\xbe\x2f\x5b\xc0\xd5\x18\xa4\xca\xce\xdf\xda\x2d\xd0\x92\xe3\x53\x8e\xb0\x2e\xc4\x21\x41\x58\x0e\x31\x2e\xc4\xbd\x99\x1e\x0e\x31\x92\xad\xba\xc0\x1c\x0e\xb1\xc7\xe7\xdd\x3c\x0e\xe7\xfb\x41\x1e\xb5\xca\x4f\x1e\x76\x90\x22\x6e\xb8\x6a\x1f\xf6\x90\x79\xc8\x76\x91\xa3\xee\x29\xfb\x46\x2b\x0f\xfb\x4c\x75\x36\xa4\x0c\x87\xbd\xc1\x91\x7a\x8c\xab\xf9\x3b\xec\x0c\x4f\x48\xed\x9a\xd9\x19\x1f\xcc\xe1\xce\x7f\xd8\x19\x87\xf3\xdd\x39\x7a\xd8\x1b\xf8\x04\xf7\xb6\x73\xd8\x1b\x07\xfb\x26\x9f\xf0\x61\x5f\x7c\x50\xa1\xc3\xf9\x3b\xed\x0b\x4f\x56\x0d\x3f\x81\xd3\xce\xf8\x60\x6e\x2a\x70\xda\x19\x1f\xf4\x66\x67\x9c\x76\xc6\xb9\x3b\xc3\xc7\xec\x8c\x0f\xe6\xde\xbd\x4f\x3b\xe3\x9c\x3e\x46\x03\x4e\xa7\xcb\x07\x73\xef\xde\xa7\xb3\x45\x0d\x38\x24\xa2\xa7\xbd\xa1\xbb\xcf\x55\xf4\xb4\x37\xd4\x85\x64\x83\xca\xdf\x69\x77\x9c\xce\x0d\x1a\x7a\xda\x1b\xa7\xbd\x61\xa3\xec\x8d\xd3\xfc\xe5\xf4\xd9\x69\x77\x7c\xd0\xf7\x67\x7d\xd9\x1d\xe4\x30\xee\x2e\x38\x97\xbd\x81\x2a\x5c\xd2\x8f\xcb\xde\xc0\x4f\xb8\x77\xa8\xcb\xde\x20\x85\x71\xc8\x86\x2f\x3b\xe3\xb2\x33\x68\xf8\x65\x67\x5c\x7e\x4e\xb2\x8f\xcb\xa9\x41\x88\x65\xb7\xb7\x2f\xfb\xe7\xda\xad\xec\x7f\xd8\xa8\x2f\x3b\x81\xd4\xc5\xbf\x61\xc5\xed\x04\xee\x09\x1f\x6e\xca\x97\x9d\x70\x71\x6d\x8e\x5f\xf3\x65\x27\xec\x33\x5a\xea\x84\xdb\x2a\xdd\x5c\x6b\xee\x1a\x7b\x5b\x25\xbc\x73\x7b\xd3\xbf\x1d\x32\x0f\x69\x4d\x57\x9a\xdb\x39\xcd\x0d\x1b\x9b\x74\xdc\x8e\xe2\x0d\x19\xf4\x37\x6f\x47\x11\xf7\xdc\xf0\x6b\xbb\xad\xff\x07\xad\x39\x99\x6e\xeb\x7f\x5b\x7f\xfa\xea\xb6\xfe\x48\xcd\x9f\x4d\xba\xad\x3f\xb2\x32\xa6\x02\xe0\x71\xc8\xc8\x0c\xb0\x5c\x15\x1f\x87\x8c\xcc\x00\x31\x15\x00\x8f\x03\xf4\x60\x96\xb5\xe7\x1f\x07\x08\xa9\x59\x5c\x2d\x1e\x3b\xc3\x13\x5f\x73\x97\xd9\x1b\x9f\x96\x9c\x7b\x6d\x78\x6c\x13\x4e\xb5\xe1\x8e\xf9\xd8\x26\xee\xf4\xf8\xb9\xb4\x3d\xb6\xe9\xb1\x4d\xfe\xa4\x6d\x32\x60\x72\xba\xb6\x3d\xbb\x51\xa4\x40\xf4\x03\x79\x9d\x99\x2f\xda\xcd\xf9\xfb\xda\x4c\xae\xee\xe6\x5c\x67\xfe\x5e\x9b\x89\xeb\x6d\xb3\x9d\xd7\x99\x69\xbc\xa4\x83\xf9\xda\x70\xee\xfd\xd8\xd4\xe9\xb5\xe1\x86\x4b\x4e\x17\xff\xd7\x96\x7f\x50\x8b\x63\xf2\xda\x70\x4f\x85\x4d\x3f\xb6\xd7\x79\xf0\x41\xff\x29\xe7\x5e\xa7\x81\xce\xb7\x29\xcb\x78\x9d\x07\x1f\x2c\xbf\xac\xd7\x2e\x43\xc8\xc6\xf4\x33\x7d\xed\xb3\x97\x8f\xd9\x7d\xf5\xb5\xcf\x48\x9d\x9c\x6e\x1a\xaf\x7d\xa6\xb8\x25\xd3\x73\x16\xc5\x6d\xf1\x04\x18\x5e\xd3\x2c\x4a\x59\xa0\xcb\xff\x8b\x4a\xb6\x70\x61\x48\x4c\xfa\xb6\xa8\x5b\x81\x24\xfd\x7d\x16\x75\x2b\x50\x5a\xf8\xcf\xc2\x22\xe7\xfb\xfe\x6f\xcb\x32\xee\xf7\xde\xf5\x38\x2c\xe2\x1a\x14\x56\xa8\xa2\xba\x2d\x1e\xee\xe2\xe4\x4f\x16\xb5\x6c\xf9\xf4\xeb\xe4\x86\xde\x2c\x78\xdb\x84\xee\x37\x50\x94\xb2\x40\xe3\x18\x7a\x16\xa5\x2c\x50\x89\x1a\xce\xa2\x92\x05\xa6\x74\xb3\xa8\x64\x81\xba\x58\x89\x8b\x42\x16\xe8\x19\x3e\x65\xc3\x15\xb2\x6e\x38\x45\x25\x0b\x14\x5c\x60\x59\x54\xb2\xc0\xf7\x18\x95\x55\xca\x02\x13\xb7\x75\x16\xa5\x2c\xf0\x3d\x46\xa7\x29\x66\x81\x5a\x96\x8f\xd9\x1b\x1f\x2c\xcc\xe2\x59\x94\xb7\x05\x87\x5a\x90\x06\x2c\x0b\x1e\x35\x61\x62\xec\xcf\x52\xec\x20\x45\xe4\x84\xe0\x17\x45\x24\xe0\x6d\x06\x59\x14\x91\xc5\xe3\x58\x1c\x24\xc8\x52\xf7\xab\xcc\x18\x26\x69\x69\xf6\xad\x22\x72\xfa\xaa\x22\x12\x68\xd8\x5f\xb3\x28\x22\x01\x2f\x3d\xc8\xa2\x86\x2c\xcd\x6e\xb3\xf1\xaa\x43\x60\x0e\x7f\x53\x75\x58\x74\x97\x71\xe9\x47\x16\xe5\x21\x50\xc7\xa0\x55\xca\x43\x20\xd3\xc9\xd1\xec\xb5\x66\x7f\xb0\x9c\x17\x75\x1f\xd0\x7e\x3f\xeb\x61\xa3\x94\x62\xd3\xff\xa6\x14\x03\x1a\xc7\xe1\xb3\x28\xc5\x80\x12\xe4\x93\xce\xd2\xad\x47\x67\xf8\x06\x1d\xde\xad\x87\x8a\x0d\x5f\x78\x16\x15\x1b\x50\x31\xa6\x66\x51\xb1\x01\xbd\xec\x22\xc7\x80\xfb\x01\x87\xed\x54\xb1\x15\xfd\x6c\xaa\xf6\xa2\x64\x03\x52\x8b\x51\xe9\xbb\x05\x7e\xc8\xec\xc1\x65\x38\x2e\x63\x1f\xf6\xa6\xc8\x61\x51\xec\xfd\xa8\x99\x5a\x0f\xf8\xde\x64\xf4\x14\x7b\xc0\x1c\xf6\x9a\x5a\x0f\x68\xea\xf8\xa2\xd6\x03\x5a\x38\x78\x4a\x3d\x60\xe1\xd0\xc9\xa2\xd4\x2b\xc3\xaf\x7d\xfa\x98\x3d\xc4\xe5\x29\xc3\xbe\x55\xc3\x95\x61\x03\xe2\xf7\xdf\x5b\x75\x99\xb6\x8f\x3b\x52\x14\x65\x65\xda\x3e\x12\x3f\xcb\x01\xca\xb4\x7d\xd3\x75\x8a\x05\xbf\x4c\x6b\xee\x7d\x28\x2e\x10\xd3\x9a\x4f\x85\x14\xe3\x38\xad\x39\xd7\xa1\x28\x9a\xca\x74\xb4\x95\x90\xc4\x2c\x65\x51\x42\x02\x73\xb8\xe8\x29\x21\x81\xef\x31\xc6\x56\x0d\x09\x64\xda\xe6\xe9\x70\x1b\x3c\x4a\xb8\x64\x96\xe9\x78\x73\x3d\xa1\xb2\xaf\x4c\x87\xdb\xeb\x09\xd3\x37\x1d\x6e\xbd\x75\xb2\xe5\xa2\xfa\x04\xba\x52\xb6\xa8\x3e\x81\xb9\x3f\x12\xd5\x67\xd1\x35\x47\xf2\xed\x2c\x6a\x4d\xc0\x7b\x46\xb2\x28\x35\x4b\x38\xd5\xfd\x51\x55\x24\x10\xe4\xd5\xcc\xa2\x88\x04\x0a\xe7\x9d\xb3\x28\x22\x81\x46\xaa\xa6\x2c\x61\xd3\xc9\x3f\x91\x30\xd7\x12\x36\x9d\x0b\xd3\x87\x93\x5f\x59\x09\xb4\xbd\xe8\x29\x2b\x81\x46\x56\x90\x2c\xca\x4a\xa0\xfc\xdc\x75\x94\x95\xc5\x40\xd4\xe9\x70\xa6\xcd\x4c\x16\x1b\x3f\x07\x95\x66\xc9\xdd\x24\xaa\xa1\x3c\x04\xbc\xed\x24\x8b\xea\xb0\xe8\x97\xc3\x55\x9c\x45\x79\x08\x94\xe2\x9a\xa4\x3a\x2c\x86\x93\x72\xc7\x4a\x96\xb4\xba\xa9\x25\x91\xc7\x96\xd5\x35\x35\xc6\x74\xdd\x5e\xd6\x97\x6b\xd2\x87\x1f\xdc\xb2\xba\xea\xbe\x69\xdf\xaa\xfb\x80\x52\x5c\xa7\xd4\x7d\x45\xdd\xb7\x3b\x44\xdd\x07\x04\xf7\x37\x64\x51\xf7\x01\x0d\x57\x5d\x16\x75\x1f\x50\xd3\x2d\x57\xdd\x57\xcc\x22\xed\xbc\x55\xf7\x15\x6e\x44\x8c\xbd\x64\x28\xf2\x80\x24\xdc\x33\x8b\x22\xaf\x10\x14\x1a\xe1\x0f\x28\xe9\x80\xa9\x80\x2e\x2a\xba\xe2\x09\xb6\x70\x2a\xa8\xdf\x00\x2f\x89\xc9\x72\xf8\x99\x91\x46\x3a\x48\x75\x9e\xe5\xb0\xed\x1f\xd4\xb5\x68\xa7\x2a\x0f\xc8\xe6\x18\xa8\xf2\x80\xa9\xf4\x2e\xaa\xbc\x62\xc8\x65\xb8\x02\x29\xb0\x80\x46\x58\x78\x16\xf5\x55\x51\x25\x85\xd3\x48\x95\x04\x8c\x89\xd9\xa1\x9c\xfb\xbf\xc1\x45\x83\x31\x56\x24\x15\xe3\x24\xc3\x9d\x5e\x95\x54\x3c\x3c\xe6\xf7\xa3\x4a\x02\x56\xf7\xc3\x50\x25\x15\x0f\x8f\x61\xb3\x2e\xaa\x24\xa0\x71\x17\x69\x16\x55\x12\x30\x87\xab\x95\x2a\x09\x28\x9b\x08\xa9\x92\x80\x5e\x5d\xa0\x55\x49\x45\x49\x14\xae\xd0\x4a\x22\xa0\x17\xbb\x51\x49\x54\x48\x88\x16\x21\x43\xb8\xec\x5a\x12\xa2\x55\x27\xc7\x65\x67\x5c\x76\xad\x45\x76\x86\x62\x2a\x24\x0d\xaa\x25\x60\x0e\x39\x94\x6a\x09\x48\x6e\x22\xcd\xa2\x5a\x02\xbe\x37\xfd\x6f\xf6\xc6\xc5\x05\x7c\xc8\xf1\x72\xdb\x1b\xba\xc9\xb8\x6f\x2e\x8b\xda\x08\xc8\xe2\x7c\x51\x1a\x95\x1d\xb9\xe8\x8c\x57\x1b\x01\xab\x4b\x37\xd4\x46\x45\x6f\x5a\x48\xe6\xd4\x38\x40\x86\x43\xfc\xf8\xa3\x1f\xe4\x72\x72\xa8\x7a\x8a\x07\xc5\xb4\x9b\x94\xc7\x0e\x47\xf6\x54\xc9\x8b\xaa\xa7\xa8\x67\x62\x97\xd9\xbb\xdc\xb8\x4e\xc4\x47\x96\xc7\x16\x3c\x9c\x5c\x6c\xfe\x80\x2d\x78\x6c\x81\xc3\xf7\xd8\x02\xc2\x0b\xa7\x9b\x99\x4a\xa8\x78\x50\x2c\x9c\x57\x4a\x21\x20\x48\x65\x90\x45\x29\x04\x94\xe6\x9a\xa0\x14\x2a\xfa\xce\xc2\xcd\x46\xf9\x52\x3e\xad\xd2\xb5\x91\x16\xb5\x4a\x79\x77\x3d\x68\x81\xea\x02\xc8\x4d\xbf\x94\x17\x40\xd7\xb5\x55\x54\x17\x40\xad\x7f\x08\x2e\xcb\xa2\xf8\x28\x66\xa9\x08\x49\xd1\xbb\xab\x89\xbb\xd0\x69\xf1\x3a\x42\x0a\x92\x60\x45\xae\x0a\x92\xba\xbd\x6d\x8d\xa2\x62\x11\x2e\x74\x66\x4a\x55\x8f\x54\x33\x52\x10\x1c\x94\x55\xd7\x1a\xe0\xe1\x89\xac\x4a\x14\xa0\x72\x18\x26\xab\x12\x05\xe8\x1c\xd9\xca\xaa\x44\x01\x32\xa6\x3f\x99\x16\x25\x07\x8f\xad\xd8\xb2\x88\xa3\xd3\xd8\xa7\xaa\xa2\x05\xf8\x08\x2b\x45\xa7\x45\x0e\xe3\xb4\xec\xb2\x8c\x10\xe3\xe1\xff\x7f\x2c\xda\x2d\xa7\x66\xaa\x16\x20\xaa\x4d\x52\xb5\x54\x1d\x70\xe4\x48\xcf\xaa\x6c\x01\x5a\xf7\xbf\x29\x5b\xaa\x0e\x38\xa2\x42\xb3\xaa\x5b\x80\x36\xf7\x63\xf6\x86\x91\x7b\x11\xb4\x5d\x59\x01\x0c\xb9\x70\x55\x56\x00\xad\xf3\xdd\x54\xbd\x66\x55\xa5\x41\x3c\x7d\x56\x95\x06\xd0\xb2\xf9\x9b\xaf\x45\x98\x86\xac\xad\xbe\x35\xe0\x7b\x93\x6e\xd3\xb9\x56\xb9\xe3\xa5\xd9\x93\xd5\xda\x56\x57\x83\xf4\x55\xc7\x00\xaf\x19\xe1\x88\x59\xf5\x9a\x01\xdf\x63\x96\x39\x08\x1c\x57\x23\xa9\x64\x56\xdd\x66\x80\x67\x55\xb2\x2a\x78\x80\xf2\x63\xaf\xab\x0a\x1e\x20\xb8\xd9\x3b\xab\x4e\xb3\xaa\x06\x22\xa8\x22\xab\x1a\x08\xf0\x14\x4d\x56\x35\x10\x50\x8b\x13\x46\x09\x04\x94\x62\xfd\x95\x40\x55\x3f\x1a\xe1\x5f\x59\xd5\x40\xb5\x31\x47\x61\xd1\x55\x9f\x19\x50\x5c\x7c\xab\xaa\x08\x28\xfb\x1b\x50\x15\x01\x6d\xfd\xfc\xff\xf6\x8f\x09\xe4\xba\xff\xde\xfe\x21\x86\x90\xe4\x79\x59\x15\x45\x55\x37\x9a\x5e\xae\xaa\x1b\x0d\x08\x6e\x21\xcf\xaa\x1b\xad\xaa\x9d\x22\xad\x99\xbd\x41\xfa\x68\xee\x0d\xcf\xaa\x76\xaa\x86\x15\x12\xd8\x95\x55\xd7\x16\x10\x1c\xe5\xc8\xda\x6d\x53\x77\xb5\x64\x2f\xaa\xea\x29\xa0\x4d\x27\x9f\x72\x0a\xf8\x1e\xa3\x22\xea\x29\x20\xb8\x69\x37\xab\x72\x0a\xf8\x1e\xa3\x6e\xea\x29\x20\xf6\x37\xa5\x9e\xaa\xdd\xc1\x83\x56\xd5\xbe\xeb\xcb\xe0\xb1\x34\x56\x85\x52\xd5\x1b\x95\x2c\xdb\x55\x6f\x14\xd0\x34\x4d\x56\x55\x0b\x10\x1c\x16\xce\xaa\x33\x0a\xf0\x4c\x51\x56\x85\x4c\x35\x38\x90\x74\xeb\x59\xf5\x3c\x01\x9e\x29\xca\xaa\x78\xa9\xe6\xa8\x4b\xb6\xac\x3a\xed\x36\x72\xd4\x49\x07\xaa\x4a\xa5\x9a\xcc\x82\x6c\xe5\x59\x95\x2a\x40\xfe\x1c\x17\xa5\x4a\x35\x62\x90\x6c\xe5\x59\xd5\x2a\x40\x70\x05\x7b\x56\xa5\x4a\x55\x97\x70\x1a\x3e\xab\xba\x04\x58\xb2\xaf\xaa\x2e\xa9\x86\x0c\x92\xa1\x20\xab\x22\x04\x88\xb6\x7f\xd4\x56\x4d\x32\xb3\xb8\x22\xaa\x41\x80\xba\x57\x44\x35\x08\x90\x3f\x07\x59\x0d\x02\xb4\xe6\xcc\xd5\x03\x06\x74\x8e\xf5\x64\x55\x95\x00\x93\x2c\x81\x59\x55\x25\xd5\x80\x41\x2e\x01\xce\xaa\xbb\x0b\x48\x12\xea\x66\x55\xa8\x54\xdd\x5d\x7a\x21\xaa\x4a\x05\x18\x1c\x25\xca\xaa\x52\x01\x7a\xb1\x49\x2a\x95\xaa\x07\x2c\x1d\x76\x3d\x60\xc0\xf8\x39\xbf\x95\x2a\x80\x8e\x9b\xaa\x52\x01\xc6\x8f\x20\x8b\xaa\x52\xa9\xca\x12\xf2\xaa\x67\x55\x96\x00\xb5\x3a\x4c\xca\x12\xa0\xc4\x5e\x35\xf5\x80\x01\xe3\xe7\xb7\xa2\x07\xac\xaa\x5e\x12\xf6\x55\x55\x2f\x40\x97\xf1\x55\xd5\x4b\x55\xbd\x90\x8a\x28\xab\xea\x05\x18\xbf\x3f\xe4\x03\xcf\xaa\xb8\x01\x7a\x73\x4e\xe8\xfa\x02\x8a\x19\x12\xb2\xea\xfb\x02\xda\x5e\x07\xd3\x9e\xf9\x60\xfc\x1c\x0d\x55\x11\x30\xa4\xaf\x55\x55\x54\x55\x45\xe9\x36\xa9\x2a\x02\xc6\xcf\x0f\x5f\x55\x04\x54\xa9\x76\xd5\xb5\x56\xcd\x04\x98\x98\xfb\xaa\x4e\x33\x60\xfc\x5c\x0b\xd4\x4e\xc0\xe0\x98\x52\x56\xb5\x13\x30\x7e\x2e\x05\x4a\xa7\xaa\x7f\x4c\x57\x69\x55\x28\x01\x6d\x4f\x7d\x85\x12\xd0\x75\x82\x54\x85\x52\xd5\x41\x96\xee\x44\x3a\xc8\x80\x61\xe4\x4a\x55\x3b\x55\x63\x1a\xd3\x6d\x47\xf1\x04\x0c\xa3\x65\xaa\x1e\xb2\xaa\x3b\x2c\x5d\xb7\x15\x4f\xc0\x30\xb4\xa4\xea\x0e\x03\x6a\x75\xa2\x28\xa7\x80\x3a\x6d\x80\x72\xaa\x2a\xa7\xd2\x0d\x45\x39\x05\x0c\xd2\xbb\x65\x55\x4e\x01\x83\xa4\x61\x59\x95\x53\xc0\x30\x40\xa7\x2a\xa7\x80\x51\xfc\x52\x75\x9a\xd5\x7d\xbf\xbc\xcd\xb4\x83\xb8\x5e\x3e\x7c\xcf\xfe\xf9\x60\xa8\x5d\xab\x3e\x33\xa0\x2d\x57\x4f\x7d\x66\xc0\xd8\x1f\xbd\x2e\x33\xa0\x70\xed\x47\x56\x5d\x66\x55\x49\x97\xf0\xec\xaa\xa4\xab\xe6\xaf\xc6\xd4\x57\x95\x74\xc0\x28\xae\xa7\xba\xcc\xaa\x2e\xb3\x74\xbb\xd2\x65\x06\x8c\x22\x37\xd0\x65\x06\x0c\x15\x6e\x3d\xed\x1d\xce\xcc\x91\x59\x3b\xab\xf2\x10\xf8\xfe\x19\x7d\xad\x3e\x04\x72\xd9\xaf\xea\xc3\xaa\x3e\x54\x0c\x56\xf5\x21\xd0\xf7\x12\xa8\x3e\x04\x46\x71\xc7\x51\x1f\x56\x23\x29\xb5\x10\x55\xd5\x20\x30\x8a\x1f\xa2\x6a\xb0\x9a\x70\x24\xdd\x4c\xd4\x7e\xc0\x30\xaa\xa9\xea\x21\xab\xd7\x6e\xbb\x65\xb6\x9d\xfc\xd8\x9b\xec\x5d\xb6\xfd\xb2\xed\xfe\xa6\x6d\x37\x06\x33\x6d\xbc\x72\x10\x18\x9c\x94\xcc\xaa\x1c\xac\x9f\xf4\x1b\xc5\x6d\x4e\xe9\x07\x94\x22\xb1\x53\xfa\x01\xc3\x40\xaa\x7a\xed\x76\x9a\x45\x93\x17\x55\x7e\xd5\xe4\x25\x9c\xd7\xcd\x7a\xdb\xf4\x0f\xfa\xe6\x32\xb7\x4d\xff\x60\x18\x44\x53\x6f\x27\xc2\x07\x43\xa3\x57\xbd\xed\x0c\x62\x32\xf5\x97\xd7\xdb\xce\xf8\x60\x90\x6f\x3e\xab\xae\xb9\xea\xc9\x39\xd2\xf9\x67\xd5\x37\x07\xd4\x70\xf1\x52\x7f\x02\xa3\xec\xca\xda\x3f\xb7\x13\x41\xae\xa7\xd8\x04\x2a\x79\x1c\xb3\xea\x88\x03\x86\x91\x78\x55\x47\x1c\xf0\xbd\x49\x37\xea\x89\xab\x7a\xe2\x76\x9b\xec\x20\x62\x3e\xd3\xc5\x4b\x95\x0a\x8c\xbd\xaf\xaa\x52\x81\x61\x50\x59\xd5\x37\x57\x15\xae\xa9\x5e\x50\xb8\x02\xa3\xc8\x72\x15\xae\xc0\x30\xd0\xac\xea\xae\x03\x5a\x75\xe4\x74\xd7\x01\x55\x53\x6e\x55\xdd\x02\xeb\xe7\x27\xa6\xba\xad\xcf\xee\x0c\x2b\x6b\x67\x3c\x5e\x53\xe1\x4f\xda\x19\xfa\xe6\x52\x1d\xa0\x6f\x0e\x28\x3f\x07\x40\xdf\x5c\x35\x99\x89\xae\x95\xaa\x73\x0e\xe8\x7b\xd5\xd3\x39\x57\xf5\xc4\x91\x05\x31\xab\xae\x38\x60\x68\x9f\xae\xca\xdb\xfa\x3a\xc4\x2e\x4c\xfa\xdd\x80\x41\x84\x7d\x56\xdd\x6e\xd5\x08\xd2\x54\xc9\xe8\x77\x03\xda\x4f\x7d\xa9\x30\xae\x46\x90\xea\x3e\xab\x2a\x63\x60\x18\x27\x55\x55\xc6\x55\x01\x9b\xd0\xfe\xa6\x80\x05\xbe\xb2\x4e\x59\xb1\x8c\xdb\x48\x18\xd1\xa6\x93\x0d\xa8\xd1\xff\x60\x01\x6f\x6a\x5e\xa0\xe8\xa9\x6b\x4a\x5e\xa0\x95\xe1\xcf\x0f\x8b\x38\x15\xd7\xfc\xf5\x69\xd1\xa4\xe2\x93\xa2\xb0\xc8\x9e\xb1\x28\x2d\x62\xf2\xb3\x7b\x35\x25\x2f\x30\x38\xb8\x98\x4d\xc9\xdb\xd4\xb7\xa4\x45\xc8\xa6\xbe\x05\x86\x71\x66\x4d\x3f\x1d\xf0\x3d\x16\x94\x3d\x96\x99\xf3\xd5\xca\xbe\x16\xb1\x8b\xb2\xb2\x37\x55\x70\x2b\xbb\xfb\x92\x32\xbb\xaf\x30\xfb\x6d\x93\x2a\xb8\x29\x79\xc9\xd2\x95\x4d\xc9\xdb\x0a\x1f\x3e\x3c\xa3\xe9\x96\x6b\x66\x61\x24\xaf\x48\x36\xfd\x72\xc0\x28\xc3\x1f\xb0\xed\xfa\xe0\x12\xda\xd2\xf4\xc1\x01\x83\xec\x84\xd9\x14\xcb\xc0\x28\x7c\x71\x4d\xb1\x0c\x0c\x8e\xd1\x65\x53\x2c\xb7\xba\x7f\x93\xea\x56\x7f\x93\x2c\x89\x9c\xa3\xcb\xa6\xbc\x05\x8a\xb2\xa9\x29\x6f\x9b\x99\x57\xd6\xcf\x37\xfd\xcd\x0f\xaa\xb4\xaf\xa9\x65\x81\xa2\x77\xb0\xd5\xfd\x9b\x37\x35\xa3\x6f\xd5\xb2\x4d\x2d\xbb\x58\x0c\x9a\x5a\x16\x18\x85\x5d\xad\xa9\x65\x9b\xfe\xbc\xc5\x02\xd4\x14\xb3\xc0\x30\x66\xb3\x29\x66\x9b\x62\x56\x99\xdd\x14\xb3\xc0\xe0\xf8\x5b\x36\x83\x42\x81\x41\x66\xba\x6c\xea\x5b\xa0\x1b\x3a\xd7\xd4\xb7\x4d\x7d\xbb\xfc\xff\x76\x90\x5e\xbf\xf5\xb3\xcc\x1e\x22\x28\xb4\x3a\xbb\x15\xb8\x40\xab\xfb\x27\x1d\xa7\xc6\x38\xb1\x9b\x34\xf5\x6d\x33\x59\xa3\x6e\x89\xa6\xc0\x05\x06\x79\x13\xb3\x19\x26\xda\x8c\xff\xe4\xba\x88\x6c\x06\x80\x02\x83\x83\x7f\xd9\xba\xbd\xd1\x6d\x3a\x2b\x61\x33\xc2\x13\x18\x05\x29\xd8\x94\xc1\x4d\xb7\x22\x47\xe3\xb3\xe9\x56\x04\x6a\x75\xaa\x29\x83\x81\x51\x86\xff\xcc\x76\x2a\x83\xb9\x07\x22\x9b\x32\x18\x28\xca\x95\xa6\x0c\x6e\xea\xdb\xe5\x02\xa0\xbe\x05\x06\xa7\x19\xb3\xa9\x6f\x81\xfa\xaf\xc8\x16\x0c\xc7\x93\x5e\xd3\x11\x08\x54\xfd\xa2\x4d\x3f\x60\x33\xe8\x73\xb1\x55\x34\x1d\x81\xcd\xa0\x4f\xd7\x09\x1d\x81\xcd\x30\xcd\xe5\x47\xab\x32\x06\xaa\x1b\x7f\x53\x19\xb7\x61\x7f\x5b\x0d\xfb\xdb\xc8\x4d\x6e\x8b\xc8\x66\xe4\x26\x30\x8a\x5f\x81\xfa\x19\x18\x24\x9b\xcc\xa6\x7e\x06\x86\xde\xd3\xa6\xf3\x0f\x28\x9c\x6d\xca\xa6\xf3\x0f\xf8\xfe\x3f\xff\x6c\xda\xa8\x0f\x9a\xb6\xf3\xa6\xf0\x06\xea\x0f\x36\xdf\x14\xde\xc0\x28\xd3\x22\x87\x6e\xb2\x68\xb2\xef\x37\x75\x37\xd0\x49\x9d\x96\x4d\xd9\x0d\x8c\xc2\x1e\xdf\x94\xdd\xc0\x28\xec\x91\x4d\x0f\x21\x30\xc8\x6e\x99\x4d\x21\x0e\xf4\xea\x64\x51\x88\x03\xa3\x60\x12\x6c\xfa\x07\xdb\xa4\x77\xc2\x5f\xb4\x77\x3e\xe8\x06\x1a\x34\x75\x78\x53\x28\x93\x97\x39\x9b\x42\x19\x28\x46\x32\x34\x85\x32\x30\xb8\x73\x3b\x9b\x3a\xb9\x99\x3f\x7e\xb9\x31\xa9\x8a\x81\x51\xb0\x5a\x35\xfd\x77\xc0\x28\xf0\xf4\xa6\x4e\x06\x46\x71\x93\x53\x27\x37\x0f\xd1\x2d\xd7\x42\x85\x2c\x30\x34\x8b\x35\x43\x39\x81\xf6\x73\x7e\x1a\xca\xd9\x8c\xdb\x5c\x2e\x1b\x6a\x5b\xa0\x1a\x25\xdb\x94\xb6\x40\x92\xd5\x3f\x9b\xda\xb5\x79\x12\x6e\xb9\x46\xe4\xae\x07\x31\x6b\x2e\xa2\xaa\xd2\xb6\x8a\x8f\xf1\xa3\xea\x4d\x60\x78\xac\xa3\xa9\x37\x81\x51\xe0\x06\xcd\x50\xce\x66\x28\xe7\x1a\xff\x9d\xed\x24\x9b\x91\x9e\x40\xca\x05\x9b\xa2\xb5\xe9\xf1\x5b\x2e\x04\xaa\xd6\xa6\x6a\x75\x87\x54\xb5\x36\xd3\xc0\x2c\xe7\xb9\xee\x3d\x60\xec\x2d\x5e\xd5\x0a\x0c\x99\x77\x53\xb5\x36\xc3\x3a\x97\xab\xa0\xb2\x15\x18\x7b\x09\x59\xbb\x1f\x5c\xf1\x5c\x3f\x95\xad\xc0\xd0\xe9\xd2\x54\xad\xcd\x3c\x96\xcb\xc9\xaf\x6c\x05\xf2\xe7\x0f\xe8\x05\x6c\x9e\xb1\x33\x58\xb2\x29\x48\x81\xf5\x73\x49\x55\x8f\x02\xa3\xb8\x53\xab\x47\x9b\x7a\x34\xfd\xff\x0e\xae\x7a\x14\x22\xdf\xd4\xa3\x40\xd5\xa4\xd2\xd4\xa3\xed\xd8\x0d\xa0\x51\x0a\xcb\xa6\xb0\x44\xe8\x34\x85\x25\x50\x0d\x48\x6c\x0a\x4b\xa0\x1a\x79\xd3\xd4\x95\x4d\x11\x09\xb1\x6c\x8a\x48\xa0\xc4\xda\xff\xcc\xf1\x3c\x59\x09\xd2\x22\x5b\x79\x92\xaa\xc6\x45\x5c\x5d\xd9\xd4\x95\xf2\x22\x75\x25\xd0\xab\x7c\x44\x5d\x09\x0c\x6e\x8d\xcb\xa6\xac\x6c\x06\x67\x2e\xbf\x4b\x75\x25\x30\x8a\xac\x45\x59\x09\x54\xfd\x71\x4d\x59\xd9\x4e\x3b\xc3\x06\xe8\x64\x04\x46\x75\xaf\x52\x56\x36\x65\xa5\xdc\x46\x59\xd9\x3c\xa0\xa7\x8a\x6f\x6a\x48\x60\x70\xa4\x2e\x9b\x1e\xc5\xa6\xac\x5c\xce\x34\x65\x25\x50\x72\xff\x80\x4d\x57\x43\x2e\xbf\x72\x35\x24\x50\x9b\x74\x41\x0d\xd9\x74\x29\x2e\x3b\x52\x97\x22\x50\xb5\xd4\x37\x75\x65\xd3\x7f\xb8\x9c\x1c\xaa\x48\xa0\x90\x90\x3d\x9b\x2a\xb2\x79\x40\x6f\xd9\xe1\x8a\x41\x60\x54\x19\x8f\x62\xb0\x19\xa8\xe9\x51\xa1\xa6\x1a\x04\x06\xa9\x61\xb3\x29\x06\x9b\xde\xc8\xe5\xc0\xa8\x06\x9b\x6a\x70\xf9\x03\x8e\xa8\xa9\xf3\x97\x03\xa3\xf4\x03\xca\x5e\xa3\x95\x7e\xc0\xd8\xfc\x46\xe5\xd7\x74\x50\x6a\x3d\x68\x4a\x3f\x60\x54\x99\x97\xd2\x0f\x28\x9b\x4a\x2b\xfd\x80\x51\x8b\x4f\x39\x7c\x1e\xf7\xd3\x63\xde\x14\x75\xc0\x28\xfe\x7f\x45\x5d\xf3\x6c\xdf\x92\x28\xea\x8d\x04\xda\x4f\xe2\xa2\x33\x12\x18\x1c\x83\xcb\xa6\xa8\x6b\x28\xb8\xd4\x1c\xdb\x54\x70\x40\xfe\x9c\x1f\x2a\x38\x60\xec\x4d\x4c\x01\x07\x54\xae\x54\xcf\xa6\x80\x6b\x5e\xce\x24\x91\xd6\x3d\xd9\x08\x88\xcc\xdf\xcf\x32\xbb\xfb\x53\x61\xa3\xca\xd9\x54\x61\x8d\xeb\x69\xf3\xb7\xcb\xec\xdb\x0f\x46\xfd\x59\x64\xdf\xbe\x4a\x68\xaa\xd6\x55\x61\xc0\x57\x36\x28\x2b\x96\xf9\x21\xf8\x58\xb5\xa8\xfa\xd8\xa4\xac\x59\xd6\xf8\x85\x45\x51\xb7\x08\x67\x1a\xbb\x69\x57\x67\x01\xdf\x9b\x41\xd9\xb4\xcc\x89\xe5\x6f\x86\x45\xae\x87\x95\xa2\xb4\x68\xf9\x66\x52\x76\x58\xe6\x0d\xd3\xfe\xb3\xd3\x22\x16\xfe\xe5\x53\x97\x45\x64\xe3\x99\xfe\xff\xdb\xa2\x1b\xed\x6a\xd1\x63\xd1\x83\xe1\xc7\x66\xbe\x16\x39\xd3\xf8\x5f\xea\x2c\xa0\xe4\xcf\x36\xa9\xb3\x80\x41\x32\xe4\xec\xea\xac\x5e\x1c\x29\x3e\xbd\xae\x5a\x02\x86\x47\x36\xba\x41\x8c\x9d\xd3\x77\xde\xb8\x9f\x5d\x69\x04\x0c\x12\x66\x64\x57\x1a\x01\x75\x2e\xff\x99\xb5\xe5\x8a\xd9\x34\x3a\xb9\xeb\x0d\xec\x15\xc9\x80\xd9\xb7\x57\xbb\xb6\xd2\xb5\x0e\xa7\x9a\x0a\x68\xdc\xf9\x95\x5d\x4d\x05\xb4\x9a\x7f\x30\x7e\x77\x25\x57\xaf\x56\x1c\x71\xdc\xd5\x57\x40\x1a\xa2\xdf\xd5\x57\xbd\xd9\x5b\x10\xa5\xae\x4a\x02\x46\x45\x95\x76\x55\x52\xe7\x4c\x5c\x92\x7b\x29\xbb\xfa\x07\x58\xa4\x16\xcc\xae\xfe\xe9\xcd\x4e\x85\x7b\x74\xc5\x0e\x30\xc8\xa1\x94\x5d\xb1\xd3\x9b\x75\x63\xcf\xea\xca\x18\x60\x70\x6b\x46\xf6\xb6\xeb\x66\xa7\x5a\x35\x3b\xb5\x3b\x39\xa1\xd5\x5d\x2d\x02\x8c\xca\x6e\xda\xd5\x22\x1d\xe1\xe1\x95\x10\xd9\x15\x1e\x40\x86\x1d\xad\xf0\xe8\xa6\xf0\x70\xef\xef\x4a\x0a\x60\xe8\xdb\xe8\x4a\x0a\x60\xed\x81\x54\x52\x74\x92\x73\xa4\x67\x68\xba\x21\x82\x40\x37\x72\xbe\xeb\x7e\x03\xca\x76\x1b\x75\xfd\x6f\xc0\xa8\xce\xbb\xb1\xeb\xc1\x42\xe5\x8c\x55\x65\x74\x6f\x97\x0a\x9f\xb2\x87\x10\x1e\xd5\xaf\x4b\xe1\xd1\xa7\x0d\xf0\x93\x50\x3f\x00\xcd\x2d\xbc\xab\x1f\x80\xef\x31\x06\x5e\xfd\x00\x14\xdd\x01\x5d\xfd\x00\x2c\x8f\xae\x75\xf5\x03\xf0\xbd\xc9\x8f\x2a\x20\x80\x1c\xac\xd1\x5d\x01\xd1\xe7\x6e\x27\x6d\x57\x2e\x00\xa3\xda\x6b\xca\x05\xa0\xa4\xf1\xcb\x5d\xbd\x00\x14\x79\x4f\x57\x2f\x00\x5d\x27\x5d\x9f\xbb\xa1\x2c\x8e\xae\x06\xba\xf2\x80\xef\x9f\xd1\xb7\x6a\x08\x60\x69\x3b\xe9\x6a\x08\xe0\x7b\x8c\x2e\xfa\x3f\xc6\xce\xe4\x68\x7a\x96\x59\xa2\xae\x5c\x13\x9a\xb1\xa8\xcd\xef\x8b\x46\xff\x4d\xb8\xa1\x73\x78\xd7\xdf\xb3\xca\x08\x42\xdd\x02\x84\x50\x66\x4d\xe8\xcc\x03\x0a\xa5\x05\x57\xd7\x99\x07\x7c\x97\x31\x6d\x7a\xf3\x80\x41\xcd\xf0\xd5\xf5\xe6\x01\xdf\x65\x74\x44\x77\x1e\x50\x3b\xea\xa9\x9b\xcf\x06\x0c\xad\x7d\x5d\xdd\x02\x2c\x6d\x71\x5d\xdd\x02\x0c\x13\x8f\xba\xba\x05\xf8\xfe\x9f\xc7\xa2\x83\x0f\x18\xb5\x7a\x4b\x27\x0d\xa7\xdc\xfa\xf9\x26\xeb\x94\x03\x4a\xc7\x86\xd3\x75\xca\xf5\xe5\x2a\xe5\xdb\xd9\x95\x24\x7d\x79\x53\xc6\xae\x22\x01\x06\x75\xdb\x56\x57\x91\x00\xdf\x2f\x79\x06\x6b\xdf\xf4\x63\xad\xf2\xe9\xae\x3b\x0d\x18\x15\xee\xd6\xf5\xa6\x75\x8f\x58\xd5\x43\xd5\x15\x2e\xc0\xa8\xee\x14\x0a\x97\x4e\xc2\xd9\xd2\x27\xd3\x55\x29\x40\xfe\xdc\xf7\x54\x29\x40\xfe\xbc\x41\x3a\xdd\xf8\xce\x96\xc6\xfe\xae\x0c\x01\x86\x71\x4d\x5d\x15\x02\x7c\x97\xd1\x5d\x65\x08\x50\x8d\xad\xe9\x3a\xcf\x3a\xce\xb3\xa5\x8f\xad\x2b\x43\x80\x66\xfc\x7c\x57\x86\x74\x5c\x60\x4b\x57\x50\x57\x4c\x00\xa3\xba\xd7\xa9\x25\x3a\xe5\x34\x96\xfe\xa8\xae\xc7\x08\xe8\x46\x27\x75\x89\x7d\xc7\x3d\xb4\xb4\x52\x76\x69\x3c\xd0\x38\xe1\x6b\x75\x69\x3c\xf0\x5d\xc6\x43\xd0\x3f\x04\x0c\xb3\x16\xbb\xd4\xbe\x9f\x12\x57\x37\x40\x49\x7b\xb7\x80\x22\x34\xa7\x4b\xda\x81\x41\xdd\xf0\xd5\x25\xed\xc0\xe0\x10\x9b\xd5\x25\xed\x40\x59\x1a\x83\xbb\xa4\x1d\x88\xf0\xc1\x4b\xda\x81\xa1\xc5\xa0\x4b\xda\x81\xef\x97\x8c\x5d\x67\x10\x30\xaa\x33\x29\x8f\x07\x52\x4f\x41\x97\xc7\x03\xc3\xd8\xb2\x2e\x8f\xef\x97\x43\xf7\x75\xd1\x3d\x04\xf4\x9f\xef\x81\xd4\xbe\x5f\x3e\xe4\xfd\x53\xc7\x79\x61\x49\xf3\x0b\x21\x67\x07\x46\xc5\x4c\xd4\xe5\xec\x40\xa4\xbb\xa4\x94\x1d\xf8\x04\x00\x83\x92\xb3\x03\x43\xa5\xd3\xf5\x05\x75\x28\xfb\xd2\x32\xda\xe5\xec\xc0\xd8\xdf\x75\x1d\x3f\x40\x1b\xe3\xbf\xcf\xea\x58\x5d\xbf\x10\xf0\xfd\x31\xb3\xa5\x63\x08\x18\x75\xdf\xcb\x69\x80\xf8\x2f\x0d\x25\x5d\xe2\x0f\x94\xbd\x4b\x4b\xfc\xfb\xbd\x47\xc3\xd4\x48\xdf\x81\xda\xa5\x59\xd2\x77\xa0\x2c\x2d\xa7\x5d\xfa\x0e\xd4\xbd\x6b\x48\xdf\x81\x41\x25\xd2\xd5\xa5\xef\xfd\xb1\xbb\x98\x1e\xba\x6e\x1a\x60\xec\xb9\xd7\x4d\x03\x7c\x97\xf9\x53\x1f\x1b\x94\x5e\xfb\x67\x97\xd2\x03\xa3\x4a\x43\xf4\xd3\xf4\xc7\xa5\xe8\x2b\xa1\x07\x06\xa8\xca\x94\x6e\xe0\x20\x50\x96\x76\xd2\x6e\xe4\x20\xb0\xe4\xef\x5d\x96\x0f\xe4\xa6\xd2\xb2\xfc\x2e\xcb\xb7\x67\xb2\xfc\xfe\x7a\x4f\x04\x76\xd7\x17\x02\x8c\xba\x9b\xbc\xe7\x07\xb9\x29\xa6\x5c\x1d\x28\x4b\x2b\x54\x37\x0c\x10\x18\xa6\xe8\x0e\xe9\xfb\xf8\x79\x03\xa4\xed\x90\xfd\x02\x43\x53\xde\x90\xfd\x0e\x49\xac\xc6\xaa\x21\x89\x1d\x66\xfa\xb0\xef\x0d\x49\x2c\x50\x96\xb2\x7b\x18\x33\x07\x54\xca\xd8\xad\xa1\xff\x00\x48\x0e\x83\x5f\xc3\x90\xb9\x51\xdc\x45\x99\xc9\xa1\xff\x00\xe8\xd4\x5a\x59\x43\x46\x3c\xf0\x1f\x2c\xa5\xc5\xd0\x7f\x00\x34\x23\xda\x86\xfe\x83\x51\x7c\x06\x70\x82\x21\xff\x05\xf2\xd7\xbd\xc1\x6b\x13\xf3\x81\x0d\x7a\x18\x46\x07\x7c\xbf\x5c\xb4\x39\x50\x6a\x54\x70\xf2\xcd\x1a\x96\xa8\x00\xbe\xcb\x18\x82\x35\x2a\x80\x65\x90\xc6\x90\x5f\x0f\x8e\x40\x5d\x8a\xa8\x21\xc1\x06\x52\x21\x34\x24\xd8\x03\x77\xc4\x92\xc1\x0f\xdd\x11\x40\xd5\x9f\x32\xa4\xcb\x40\xa3\x36\xd2\x1a\xd2\x65\x60\x71\x7e\xcc\x1a\xba\x23\x06\x36\xff\xa5\x38\x1f\x1a\xfd\x81\xa6\xda\x1d\xd2\xe0\x21\x0d\x66\xc3\x19\xd2\x60\x60\x70\x72\xc1\x1a\xda\xfc\x81\xa1\x5d\x7d\x68\xf3\x07\x86\xde\xa5\x21\x57\x06\x92\xaf\xdd\x90\x2a\x03\x45\xfe\x35\xa4\xca\x83\x52\xeb\x3b\xb5\x7f\x68\xf1\x07\x92\x23\x3a\xd7\xb0\x08\x04\xf0\x5d\xc6\x2d\x75\x02\x00\x83\x13\x60\xd6\xd0\x09\x30\x24\xde\xf2\xe2\x21\xf1\x06\x52\xe9\x30\x24\xde\x40\xf1\x08\xd7\x35\xf4\x02\x00\x83\xea\x7c\x6b\xc8\xc5\x81\xaa\x99\x6c\xc8\xc5\x81\x56\x7d\x2f\x0c\x85\x1b\x24\x0d\x2d\x09\xd8\xe8\x7b\x54\xac\xaa\xfd\xff\xae\xaa\x61\xb2\x36\x1f\x86\x21\x65\x1f\x52\x76\xbe\x9c\x43\xca\x0e\xa4\x8e\x81\xa1\x13\x00\x28\x1e\xd5\xb7\x86\x5e\x00\x20\xd5\x9d\xc3\x74\x20\x60\x70\xd4\xd3\x1a\x72\x7d\xe0\xfb\xa5\x6d\x8e\x73\x70\x4c\x83\x33\x24\xd7\x1f\x72\x7d\x88\xe6\x90\xeb\x8f\xe1\xa0\xe0\xc5\x43\x5f\x01\x30\x38\x08\x65\x0d\x7d\x05\x63\x3a\x28\x3e\x80\x43\x1a\x0f\xe4\x8f\xef\xd3\x90\xc5\x03\xdf\x65\xfc\x54\x1a\x0f\x0c\xc3\x6d\x87\x34\x7e\x4c\xbb\xcb\x07\x6a\x68\xe1\x07\x06\x07\x4d\xac\x21\x65\x07\x76\xc8\xc4\x90\xb2\x03\xcb\x04\xcf\x21\x63\x1f\xe4\xfb\x2c\x3f\x4a\x43\x7e\x0e\x2c\x53\xdb\x86\xfc\x7c\x84\x23\xe0\x73\x36\x64\xd9\xc0\xa8\xbe\xd9\x92\x6c\xe0\xbb\x8c\x11\xc8\xb2\x81\xde\x9c\x0f\x49\xf6\x08\xdf\x32\x88\xcf\x90\x52\x03\x49\xa5\xdf\x35\xa4\xd4\x40\xf1\x1c\xdd\x35\xe4\xd4\xc0\xe0\xdc\x8a\x35\xa4\xd4\x43\x4a\x3d\xfd\x33\x47\x85\x77\xa0\xfe\xe1\x24\xcc\x35\x74\x1e\x8c\xf0\x49\x3a\xe8\xd8\x83\xe6\xb0\x52\xf7\x1f\x63\xea\xc6\x72\x80\x7c\x27\x87\x91\x71\x40\x51\x0c\x0c\x1d\x0a\xc0\xa8\xee\xaa\x3a\x14\x86\xf4\x7d\xef\x06\xd2\x77\x60\x70\xda\xce\x1a\xc6\xcf\x01\xf9\xf3\x2d\x91\xd1\x03\xdf\x2f\x59\x8b\x52\x7a\x60\x99\x12\x3e\x64\xf4\x40\x59\x7b\x6f\x91\xd2\x03\xc9\x59\x87\x6b\x48\xe9\x07\x49\x42\x6b\x7f\xc7\xd6\x1e\x15\x5b\x39\x9c\x70\x18\x0e\x07\x7c\x97\x31\x50\xc3\xe1\x80\x34\xca\x67\xe8\x9e\x18\xe9\x7c\xb8\x1f\x48\xf3\x81\xd5\x31\x87\x0d\x69\xfe\x48\xf7\x68\x97\xb1\x2e\x03\xa0\xff\x5c\x2a\x72\x75\x60\x18\xf2\x31\xe4\xea\x23\xed\x2e\xa2\x7b\xe8\x1f\x00\x72\x4f\xb8\xee\x81\x71\xd8\x0f\x77\x1c\xc3\xd5\x80\xc1\xc9\x19\x6b\x18\xae\x06\x7c\x97\x31\x21\xc6\xab\x01\x5b\xc6\x0e\xdd\x03\xc0\x77\x19\x1d\xd1\x3f\x00\x8c\x7f\x37\xf0\xc1\x90\xfe\xd3\xa1\x1c\x43\xff\x00\xd0\xb4\x58\x0f\xfd\x03\xe3\x70\x65\xb9\x18\x8c\x45\x03\xc6\xbf\x6e\x38\x28\x62\xd1\xba\x4f\x4f\x65\x01\x8c\xea\xc6\xaa\xcb\x60\x9c\xae\xa2\xdd\x66\x6f\x09\x1f\xab\x7e\xe9\x55\x0c\xc0\x77\x19\x03\x50\x32\x0c\x25\x83\xe3\x54\x32\x00\xf9\xab\xfe\x99\xbd\xbd\x7c\xee\x92\x10\x29\xfd\x90\xd2\x23\x93\x87\x94\x7e\xc8\xd5\xab\xdf\x6b\xb9\x3a\x50\xf7\x5e\x28\x57\x1f\xb2\x70\xce\x68\x58\x43\x16\x0e\x2c\x9d\x6d\x43\x16\x0e\xa4\x66\xb9\xa1\x2d\x1d\x28\xfb\xa3\x22\x2f\x07\xaa\x81\xd3\x43\x5e\x3e\x64\xd9\xcd\xcf\xb5\x2c\x7b\xc8\xb2\xd1\xfe\x43\x96\x0d\x7c\x97\x31\xdf\x9a\xdc\x81\xaa\x4f\x71\x48\xbc\x07\x76\xf3\xd5\xfc\xaa\x68\x37\x07\x46\x95\xba\x49\xbc\x81\xb5\x39\x99\xc4\x7b\x90\x8a\xb3\x9a\x9f\x67\xb9\x32\xd0\xcc\xab\x1e\x52\x65\x60\x19\x4c\x3d\xa4\xca\x03\xeb\xf7\x6a\x7e\x03\xb5\x7e\x03\xc5\xaa\x07\x43\xeb\x37\x90\x3f\x59\x82\xd6\xef\xf1\x7a\x4f\x1c\xe1\xc3\x88\x23\x60\x19\x1e\x3f\x8c\x38\x02\xca\x32\xa3\x65\x98\xfc\x0f\xa4\x06\xeb\x61\x10\xd2\x78\xed\x87\x2f\x95\x11\x47\x40\x84\x64\x42\x5b\x37\x90\xfb\xa5\x7d\x77\x3f\x08\xcc\xc5\x71\x33\x24\xd9\x43\xfa\x6c\x92\xcb\x90\x3e\x0f\xe9\x33\x46\x8e\x29\x7d\x9e\x3f\x47\xc0\x33\x98\xda\xb0\x81\xd4\x98\x38\xb5\x61\x03\xc3\xb5\x3c\x35\x61\x03\x7b\x2f\x9d\x9a\xb0\x81\x65\x11\x8b\xa9\x09\x7b\x52\x8c\x6e\x19\x0c\x3c\xb5\x57\x03\xcb\xdc\xff\x29\x63\x9f\xd2\x73\xc3\xfa\xa6\xf4\x7c\x4a\xcf\x79\x2a\x53\x7a\x3e\x8b\x13\x39\x6c\xb3\x1f\x05\x32\x91\x36\xd9\x0f\x49\xb6\xf1\xf7\x53\x92\x0d\xe4\x8f\xef\xd8\x94\x64\x4f\x49\x76\x73\x08\x92\xec\xb9\x49\xb6\xfd\x60\xd6\x26\xec\x79\x71\xe4\xc6\x9a\xd2\x67\x20\xf5\x19\x4c\xd9\xf3\x24\x98\x67\x51\xe2\x74\x4d\x79\x31\x30\x38\x81\x69\x4d\x0d\xcf\xc0\x77\x99\x6d\x69\x1b\xdb\x02\xef\xfb\x34\x57\x65\x56\xdf\x5a\x22\x01\xa6\x5c\x19\x58\x3a\x0e\xa7\x5c\x79\x6a\x1f\xa6\x0a\xfb\x9a\x12\x63\xa0\x77\x67\x5c\x62\x0c\x94\x65\x20\xe2\x94\x19\x03\xf9\xdb\x97\x39\x21\x9a\x91\xdb\x5f\xac\xe2\x53\xe6\x3c\xb5\x32\xa7\x7f\x6c\x37\x9b\x2b\x8f\xb7\x7f\x9a\x0d\x02\xec\xbd\x70\x1a\x3f\x33\xbb\x23\xe4\xb5\x9e\x66\xb5\x4f\xeb\x90\xf1\x49\x9d\xf2\x53\xa0\x24\xdf\xe7\x29\x3f\x05\xea\xe4\x45\x9c\x86\xb2\x00\x35\xab\x4d\x2e\x9f\x81\x7f\x09\xce\x3d\x25\xb1\x73\xb8\xd8\xd3\xcb\x5c\xec\x83\xf2\x83\x90\x89\x29\x63\x05\x76\x80\xfe\x94\xb1\x4e\x42\x59\x16\x47\x2c\xae\x29\xf1\x04\xba\x9a\x75\x6a\x64\x06\xbe\xcb\xe8\xad\x56\x66\x60\x49\x0b\xa7\x56\xe6\x29\x65\xed\x6c\x99\x53\xca\x0a\xf4\xbd\x06\xa4\xac\xc0\xfa\x21\xaa\xa6\xe1\x2d\x53\x16\xdb\xd9\x97\xa6\x2c\x16\x98\x96\x5e\x9c\xb2\xd8\x39\xa7\x97\xd9\xe6\x5a\xfc\x60\x19\x34\x32\x65\xac\x53\xf3\xb1\xc1\x9c\x53\x32\x0a\x94\xfd\x3a\x69\x3e\x06\xc2\x40\xa4\x29\x3d\x05\x8a\xb5\x34\xd7\x94\x9f\x02\xa1\x5d\x62\x6a\x3e\x9e\xda\x8a\x4d\xbc\x9f\xda\x8a\x81\x66\x91\xa4\x29\x8b\x9d\x92\xcc\x0e\xd3\x9f\x92\x4c\xa0\x18\xae\x31\x25\x99\x80\x87\xc6\xae\x29\xc9\x04\xc2\x70\x9f\x29\x8b\x04\xc2\xa0\xbd\x69\x08\x0a\xd0\x4c\x5e\x9c\xf2\x4a\xa0\x19\xb5\x39\x63\x77\xf6\xe5\x87\x74\xcc\x5c\x0d\xa0\x51\x70\x7b\x4d\xb3\xca\x81\xae\x8f\x7f\x6a\x28\x06\x6a\xf8\x4c\x34\x14\x4f\xf9\xa2\x75\x39\xa7\x7c\x11\x68\x14\x9d\x5e\x53\xbe\x08\x84\xc6\x91\x29\x5d\x04\x8a\x46\xb9\x29\x5d\x04\x42\x7b\xcc\xd4\x00\x3c\xb5\xf6\x76\xbe\x28\x53\x6b\x2f\x10\xfb\x01\x4b\x03\x81\xef\x32\xdb\x5c\xdd\xc4\xa9\x68\x2f\x99\xc6\xa1\x4c\x6d\xb6\xdd\x8f\x80\x3c\x10\xe8\xbf\x7d\x99\xfd\x48\xfb\x61\x93\xfd\x38\xec\x87\x53\x6b\xb0\x07\x10\xc6\x3e\x4e\x69\x20\xd0\xf7\x33\x97\x06\xce\xc3\x25\xea\x03\x96\xf3\x01\x61\x8c\xd4\x94\xf2\x01\x61\xb8\xe2\x94\xf2\x01\x9e\x00\xbc\xa6\x94\x0f\x08\x23\xa9\xa6\x94\x0f\xf8\xfe\x9f\xb9\x35\x26\x04\x08\x23\xb5\xa6\x39\x0a\x53\x03\xb3\x49\x92\x53\x1a\x08\x84\x2e\xd6\x29\x0d\x04\x62\x4f\x9a\x34\x10\x08\xad\xf7\x53\x93\xf3\xd4\xbe\x2c\x1b\x9d\xda\x97\x01\x4f\xf8\x5d\x53\xfb\x32\x10\x86\xa1\x4c\x23\x47\x80\x30\x34\x60\x4a\x29\xe7\xe9\x12\x72\xb9\x4b\x16\x01\x4f\x15\x5e\x53\xb2\x38\x09\xed\x58\x92\xd6\xa9\x49\x18\xe8\xd3\x8d\x43\xfe\x38\xb5\xff\x6a\xaa\x9c\xda\x7f\x01\x0f\x44\x5e\x53\xfb\x2f\xf0\x5d\xc6\x82\x31\xb6\x03\x68\x9a\xc4\xa6\xa1\x1d\x40\x33\xf5\x6e\x1a\xda\x31\x65\xa3\xdd\xc7\x22\x1b\x05\xc2\x28\xa9\x29\x1b\x05\x8a\x05\x07\xa6\x96\x63\xa0\x74\x57\xbc\x96\xe3\x79\xb9\xbd\x38\x1f\x12\x54\x20\x34\x07\x4e\x09\x2a\x10\x86\x37\x4d\x09\x2a\x10\x9a\xf9\xa6\x04\x15\xf0\x38\xe2\x35\xb5\x0c\xcf\xdb\xd9\xf0\x11\x48\x50\x81\xaa\x85\x63\xca\x4f\x27\xb1\x1e\x9e\xf8\xbd\xa6\xb1\x1e\x40\x68\xe6\x9b\xc6\x7a\x00\x2d\x1c\x80\x89\xe7\xc0\xf7\x4b\x1e\x9e\xc9\x00\x40\x1f\xbb\x6b\x8e\xf3\xde\xe3\xf4\xa6\x8e\x93\xc3\x4d\x0d\xc6\x9a\xda\x8f\x81\xd8\x4f\x40\xfb\xf1\x94\xed\xf6\xf5\x87\xa8\xf0\x29\x19\x9e\xc6\x82\x38\x81\x92\xe1\x29\xf3\xed\x7e\xaa\x65\xbe\x40\x18\xc2\x37\x65\xbe\x93\xd3\x6b\x76\xa9\xce\xa9\x95\x18\xf0\xc8\xe8\x35\x35\x12\x03\x35\xfc\x20\x6a\x24\x06\xca\xea\x4e\x97\x56\x62\xa0\xef\x31\x6b\x25\x9e\x2f\x85\x45\xdd\x54\x0d\xfc\x00\x62\x93\x1d\x99\x35\x10\x86\x87\x4d\x99\xf5\x34\x3c\xa4\xfb\x70\x0d\x0f\x01\x3c\x30\x7a\x4d\x59\x34\xd0\xb5\x93\x4e\x59\xf4\xb4\x5c\x96\x73\x2a\x8b\x9e\xaf\x4f\x63\xff\xd2\x31\x41\xa3\xcd\x1a\x99\xb2\xe8\xf9\xee\x31\x7d\x03\x08\x69\x34\xd0\xa8\x4f\xbe\xc2\x18\x12\xe0\xbb\x2c\x69\xab\xb6\x11\xe0\xc2\x4b\x18\xc6\x90\x00\x9e\x82\xbd\x42\xfe\x1d\x06\x8c\x68\xf4\x08\xd9\x36\x90\xd6\x32\x09\xd9\x36\x10\xc6\xf1\x84\x6c\x1b\xf0\xc4\xeb\x15\x46\xe6\x03\x51\x76\x2f\x0e\x9b\xd8\x45\xd2\xff\x3a\x6d\xba\xbc\x65\xa5\xed\xb6\x8d\x27\xbc\x87\xc9\x6c\x04\x59\xe6\x6b\x60\x32\x0f\x39\x39\xd0\xcd\x83\x0c\x2d\xe6\x40\x18\xb0\x18\x5a\xcc\x81\xef\x97\xfc\x9b\x26\x73\xa0\x59\x55\x24\x24\xf3\xa1\x15\x5d\x32\x13\xb2\x79\xa0\xad\x7d\x99\xe3\xa4\xce\xb3\x75\x10\xc3\xb8\x92\x90\xf3\x5b\xf8\x33\xe4\xfc\x40\x18\x65\x13\x72\xfe\x30\xfc\xc4\x7a\x95\x61\xf8\x09\x50\x4d\x15\x0f\xc3\x4f\x42\x69\x60\x41\xcc\x28\x7b\xf0\x0f\xff\x66\x13\x4b\x21\x34\xb6\x5b\xd2\x33\x34\xb6\x03\x95\x33\x1d\x3e\x81\x6a\x13\xa7\xae\x60\xf3\x0b\xd5\x02\x10\xda\xd5\x43\x5b\x3b\xf0\xfd\x19\xdd\xb5\x44\x34\x10\xc6\x7a\x84\xe6\xf7\x50\x40\x18\x68\x10\x0a\x08\x20\x8c\x88\x0a\x05\x44\xd4\x3d\x02\x66\x52\xb5\x00\x78\x84\xf9\x0a\xe3\xfc\xc3\x70\x15\x4b\xb8\x85\xe1\x2a\x40\x18\xd6\x14\x86\xab\x04\x55\x9d\x77\x29\xda\x30\x82\x1f\x08\x43\x85\xc2\x08\x96\xd0\x74\x6f\x7a\x74\x68\xba\x07\xa2\x3a\xe1\x2a\x94\x20\xd3\x7c\x59\xc6\x30\xd4\x1e\x80\xa7\xb0\xaf\x50\x5b\x44\x73\x08\xb8\x4e\x43\x23\x3c\x10\xfa\x06\xa2\xed\x21\xbc\xdc\x80\xab\xd4\x16\xd1\xed\x07\x4a\x3a\xb4\xa4\x03\x5d\x23\x6b\x68\x48\x07\xc2\xb0\xba\xd0\x90\x0e\x94\x7f\x7f\xe6\x4c\x76\x97\xcc\xfe\xa5\x5d\xfb\x20\x0c\x30\x09\xb5\x4b\x68\x5c\xd7\xcb\x1d\x8a\x17\xa0\x19\xcc\x1b\x8a\x97\xa0\xae\xd6\xb2\xe0\x46\x68\x49\x07\x3c\xd8\x7c\x85\xb2\x24\xb4\xa4\x1b\x85\x1a\xea\x92\xf0\xa4\x54\x5f\x78\x75\x49\x18\x36\x63\xf5\xb4\xd0\x94\x0e\x54\x1d\x73\xa1\x25\x3d\x0c\x9b\xb1\x1c\x59\x68\x4a\x07\x3c\xa0\x7c\x85\x8a\x26\x28\xb6\xb5\x2c\x34\x16\x2a\x0e\xc0\x73\xe4\x57\x18\x10\x13\x46\xbf\x58\x61\x2b\x54\x1c\x40\x54\x0c\x21\xa1\xd9\x1c\xf0\x38\xf5\x15\x9a\xcd\x81\xd0\x3d\x10\x06\xbf\x00\x9f\x78\xa6\xc9\x01\x28\x2e\xac\x02\x15\x8a\x0b\x20\x74\x83\x84\xe2\x02\x28\xcb\x62\x4e\x61\x70\x0a\x10\x3a\x55\x42\xbd\x11\xda\xc3\xad\xab\x14\xda\xc3\x81\xc2\xb9\x02\x2b\xb4\x87\x03\x65\x8d\xdd\x66\xdf\xb0\x91\xef\x7d\x58\x13\x39\xf0\x5d\x46\x47\xb4\x91\x03\xcb\x3a\x9d\xa1\x7a\x89\x70\x85\x43\x30\x42\xad\x02\x44\x2d\x7f\x28\x8e\x12\x4a\x19\x20\xf4\xc3\x84\x52\x26\x82\x79\x70\x8f\x50\xb7\x84\xb1\x2b\x96\x23\x0a\x25\x09\x10\x86\xe8\x86\x92\x04\x08\x3d\x16\xa1\xd5\x1c\xc8\xc9\xc7\x33\xb4\x9a\x03\x1e\x17\xbf\x42\xab\x79\xac\x3d\x64\x26\x50\x13\x39\x10\x3a\x53\x42\x13\x79\xac\x3d\x64\xe6\x5e\x7d\x03\x84\xfe\xa6\x50\xdf\x00\x65\x59\xe3\x37\x14\x38\x40\xd3\xa0\x1f\x0a\x9c\x50\xe0\x58\xd0\x37\x14\x38\x40\xe8\x22\x0a\x05\x4e\x18\xbb\x62\x04\x5e\x18\xbb\x02\x84\x1e\x9c\x30\x76\x25\xd2\x15\xe5\x47\x2a\xf7\x1d\x9e\xff\xfd\xdf\xb2\xda\x40\x68\xd4\x06\xea\x72\xd6\x34\x6a\x87\x85\x8b\x87\x9f\x54\x83\x52\x80\x65\xa1\xa1\x50\xf3\x84\xd6\xea\xe1\xc7\x52\xe9\x02\x78\xb4\xff\x0a\xa5\x4b\x50\x7f\x78\x19\xf4\x1a\x0a\x15\x20\x74\xd4\x87\x3a\x05\x88\xbd\x55\xa9\x53\x80\x30\xa4\x23\x34\x60\x87\xd2\x65\xfa\x79\x53\xba\x00\xa1\xfd\x37\x94\x2e\x41\x9e\xf4\xbf\xe5\x69\x20\x0c\xe0\x31\xfb\x2b\xd4\x29\xc0\x77\x19\xfd\x50\xa8\x00\x61\x98\x47\x28\x54\x42\x55\x32\xfd\xd4\xa8\x4a\x80\xba\x97\x91\xaa\x04\x48\xab\x2f\x84\x41\x2f\x40\xd9\x9e\xaf\x30\xea\x05\xf0\xd0\xfe\x15\x46\xbd\x84\x7a\xc6\xd2\xa6\xa1\x9e\x01\x3c\x7a\x7f\x85\x7a\x26\xd4\x33\x56\x28\x0d\xf5\x0c\xb0\x2c\xd2\x10\xea\x99\x50\xcf\x18\x8f\x1b\xea\x19\x20\x0c\x9e\x0a\xf5\x4c\x18\xaa\x6e\xd1\xd2\x50\xd0\x00\x69\x21\xb7\x50\xcf\x00\xc5\xe3\x5f\x56\x28\x68\x80\x30\x52\x2a\x14\x34\x40\x18\x05\x14\x0a\x9a\x50\xd0\x58\xdb\x34\x14\x34\x40\x5a\x58\x2c\x14\x34\x41\xc2\xf3\x32\x81\x3d\x94\x2f\x40\xe8\xce\x0b\xe5\x0b\x10\x46\x89\x85\x16\x77\x20\x8c\x27\x09\x05\x4d\xa8\x41\x2c\x3e\x1a\x6a\x10\x20\xf4\xe6\x85\x1a\x24\x4c\x2b\x9e\xbe\xcb\xaa\x0b\x20\x0c\xa0\x08\xa3\x53\xc2\xe8\x94\xe9\xfe\x61\x74\x0a\x90\xd6\x72\x0f\x45\x46\x18\x9d\x32\xf1\xa9\x86\x2a\x03\x88\xba\x9b\x7c\x06\x8f\x33\xe9\x12\x57\x65\x00\xa1\xf7\x2f\xb4\xaf\x87\x11\x2b\x56\x1a\x0d\x23\x56\x80\x5d\xa5\x26\xd4\x22\x61\xc4\xca\x74\x1d\x29\x46\x80\xd8\x7b\x8a\x62\x04\x48\x63\x8a\x43\x2d\x12\x6f\xf1\x97\xfc\x9b\x51\xe8\x40\x2c\x57\x96\x62\x24\x34\xe0\x6b\x72\x0c\x0d\xf8\x40\x72\xf0\xee\x0a\x0d\xf8\xa1\x01\xdf\xb2\xa2\xa1\xf4\x00\xda\xfe\xd4\x28\x3d\x80\xef\x32\x66\x5c\xed\x01\x2c\x0b\xcf\x85\x16\xfc\x50\x8e\x4c\xac\x09\xa1\x1c\x01\xc2\x08\x87\x50\x8e\x84\x72\xc4\x12\x61\x4b\x39\xb2\x0c\x56\xb7\xe2\xee\x52\x68\x00\x9d\x03\x73\xd7\x52\x68\x00\x65\x4d\x2c\x4b\x4b\x4b\x3f\xb0\x82\x19\x5f\x6a\x8f\xb5\xb5\xc7\xa4\x29\x6c\xf2\xf9\x61\xb9\x5a\xca\x0a\x20\xea\xee\xc7\x69\x93\x7d\x43\xf0\x2c\xc3\xc9\x81\xb4\x8e\xe2\xd2\xd2\x0f\xe4\x4c\xaf\xaa\x36\x39\x02\xe6\x6d\x29\x2b\x80\x30\xbc\x68\x29\x2b\x96\xb2\x82\x43\xbe\xd7\x52\x56\x00\x4d\xaf\xe9\x52\x56\x00\x61\xac\xc8\x52\x55\xac\xe2\x43\xe0\x0b\xbd\x14\x07\x40\xe8\xd2\x58\x6a\x83\x55\xdc\x64\xe3\x0f\x59\x5d\x4b\x51\x00\x2c\x8d\x34\xcb\xa0\x9c\xa5\x4e\xb0\xf0\xe7\x52\x27\x00\xa1\x47\x79\xa9\x13\x80\x62\xb5\xa5\xa5\x4e\x00\xd2\xe2\x94\x4b\x9d\xb0\xa4\xec\x96\x07\x5d\x52\x76\x20\xac\xa2\xb1\xa4\xec\xc0\xb4\x62\xd2\x32\x0d\x77\x35\x97\xb1\x73\x6f\x84\x39\xb0\x0b\x82\x2d\x19\xfb\x6a\x2e\x63\x76\xef\xa5\x07\x01\x08\x1d\xdb\x4b\x07\xc2\x92\xc5\x5b\xc3\x72\xc9\xe2\x81\xd5\x8a\x97\x39\x83\x8d\x8f\x99\x6b\x4c\x0f\xc1\x6a\x2e\x0b\x44\xe9\x92\xb2\x03\xdd\x38\xf4\x65\x70\xcd\xa2\x84\xd4\xe2\x4c\xe1\xb5\x0c\x9b\x59\x96\x90\x62\x17\x5a\x96\x90\x02\x9a\xe9\x3d\xcb\x40\x1a\x60\x2d\x57\x8a\xf4\x7f\x41\xec\x97\x35\x32\x97\xcc\x1e\xc8\xe5\x12\x30\x44\x66\x49\xf6\xad\x61\xb9\x24\xfb\x40\x33\x87\x66\x49\xf6\x81\x6e\x6d\x90\x25\xd7\x5f\x12\xfb\xe0\x03\xba\x24\xf6\xc0\x16\x9b\x4b\x62\x0f\xb4\xe5\xd0\xe5\xf5\x4b\x12\x6f\x55\xe4\x25\x89\x07\xaa\x3c\x6f\x49\xe2\x97\x24\xde\xaa\xaa\x4b\x12\x0f\x74\x0e\xa8\x5d\x4b\x12\x0f\x7c\x97\xf1\xe0\xf5\x4b\x00\x8b\xc3\x2a\xd7\xd2\x2d\x01\x7c\x97\x31\x50\xfd\x12\x40\xac\x7d\x03\x47\x65\x40\x7c\xc0\xa8\x97\xfc\x1f\x28\xe9\x16\xa1\x0f\x02\x18\x56\x37\x5f\x2a\x02\xa0\x6b\xa6\x5d\x2a\x02\x20\x8c\xaa\x5c\x2a\x02\xa0\xe8\xf1\x59\x2a\x82\x65\x6c\x8d\xce\xdd\xa5\xa7\x02\x28\x56\x15\x59\xc6\xd6\x00\x61\x84\xd6\x32\xb6\x66\xe9\xcf\xe0\x94\xc8\xb5\xf4\x67\x00\x4d\xdf\xee\xd2\x9f\x01\x94\xbd\x51\xe9\xcf\x58\x4a\x0e\x6d\x78\x6b\xee\xa1\x3f\x6c\x98\xde\xd3\x57\x5b\xc9\x11\xa8\x95\xa5\xe4\x00\x9a\x41\x7e\x4b\xc9\xb1\x8c\xd4\xb1\x42\xd1\xd2\xc7\x01\xc4\xcf\x97\xd6\x48\x9d\x65\x08\x8e\x19\xfb\x4b\x7d\x01\x74\x8f\x5a\x59\xca\x8b\xa5\x77\xc4\x84\xbe\xa5\xbe\x00\x96\x75\x86\x96\xde\x91\x15\x3e\xd0\xe6\x4f\x1d\xd6\x07\x61\x5c\xc5\xd2\xf1\x01\x84\x3e\xcf\xa5\x80\x00\xc2\xb8\xff\xa5\xe3\x03\xf8\xfe\x8c\x81\xea\xf9\x00\x7a\x43\x1a\x2c\x65\x06\x10\xa6\x02\x2c\x65\xc6\x32\x3a\xc7\x73\x43\x96\x3a\x03\x48\xb7\x18\x65\x06\x10\xcd\xcd\x4f\x99\xb1\x94\x19\xe1\xab\xad\xcc\x00\xc2\xda\xa8\x4b\x99\xb1\x94\x19\xd1\x6d\xf3\x19\x13\x76\xa3\x53\x6c\x29\x33\x96\x32\x43\x92\xbe\x94\x19\x40\x35\x63\x73\x29\x33\x56\xfa\xa4\x60\xc2\xcb\x78\x1a\xa0\x49\xe5\x97\xca\x63\xe1\x33\x59\x96\xfe\x5c\x3a\x4d\x80\xae\x0b\x78\xa9\x3c\x96\x7e\x94\x80\x5e\x2d\xfd\x28\x40\x0b\x44\xcb\xd2\x8f\xb2\xd4\x14\x16\x04\x5e\x6a\x0a\x20\xcc\x96\x58\x6a\x8a\x65\x3c\x4d\x38\x7a\x1d\x29\x40\xb7\x38\xfd\xd2\x91\xb2\xd4\x14\xe1\x06\xab\xa6\x00\xca\x6f\xff\xd2\x7e\x1c\x4e\x08\x32\x78\x1d\xbb\x23\x94\xfa\xdd\x4d\x4e\xc8\xe9\x83\xc7\x01\xb0\xf4\x74\x00\x65\x7f\x9e\xf5\x74\x2c\x63\x60\xf6\x67\x43\x87\x05\x10\x66\x5a\x2c\x63\x60\x96\xc1\xef\x46\xba\x2f\x75\x00\x10\x66\x5a\x2c\x65\xc0\x32\xe0\xc5\x08\xd8\x25\xc1\x07\x8a\xae\xb1\x65\xc0\x0b\x50\x35\xa0\x2f\x0b\xde\x2e\xd2\x53\x97\xb6\xbb\x25\xe7\x07\xfa\xc7\xe5\xff\xfb\x8b\xad\x22\x00\xc2\x1c\x94\xa5\x22\x58\xba\x33\x62\xdf\xcc\xa5\x87\x3b\xc3\x02\x7b\x4b\xf6\x0f\xa4\x65\x85\x97\xec\x7f\x49\xf5\x63\x5f\xe6\xac\xe2\xbb\xd0\x46\xba\xa4\xfa\xc0\xd2\x16\xb7\xf4\x5d\xac\xdb\x75\x01\x41\x5d\x52\x7d\xa0\x5b\xd2\x66\x49\xf5\x97\xce\x8b\xf0\x2b\x2e\xd7\x07\xba\xe6\xc4\xa5\xf3\x02\xe8\x96\x37\x5e\x06\xd7\x2c\xfd\x19\xba\x20\x97\xfe\x0c\x20\x0c\x6e\x58\xfa\x33\x80\xa6\x71\x6b\xe9\xcf\x58\x86\xe5\x58\x03\x69\x29\x1c\x80\x5d\x98\x74\x19\x96\x03\x2c\x2b\xeb\x2c\xdd\x19\xcb\x78\x78\x4b\x32\x2e\xfd\x19\x40\x78\x94\xd6\x52\x71\xac\x67\x8f\x9d\xf7\xc4\xe4\x55\x20\xac\xcd\xb7\x54\x1c\x40\x58\x4f\x6f\xa9\x38\x80\xaa\x27\x7a\x29\x38\x80\xb0\xb4\xdc\x52\x70\xac\x87\xa1\x2f\xbf\xd8\x16\x29\x02\xc2\x78\xe7\xa5\xf3\x63\xe9\xaf\xe0\x8c\xd2\xb5\xd4\x08\x40\x98\xb9\xb3\xf4\x57\x00\xf1\xf3\x09\xa8\x1a\x80\xb2\xac\xef\xb8\x94\x0d\xcb\x53\xf9\xdd\xd1\xf4\x61\x00\x35\xfd\x04\xea\xc3\x58\xfa\x30\x96\x2c\x41\x1f\x06\x50\x37\xb5\x52\x48\x00\x65\xf3\x77\x85\xc4\x32\xb8\xde\x14\xeb\xa5\x6a\x00\xc2\x1a\x81\xcb\xe0\x7a\x20\xd7\x6e\xf2\xa9\xbc\x2e\x48\xff\xcc\x87\xa2\x8e\xf0\xeb\x9f\xea\x88\xd4\x87\xa1\x16\x4a\x7d\x18\xa9\xb6\x68\x5e\xd6\x6c\x9a\x5e\x96\xb4\x85\x6d\xf1\xdd\xb4\x7b\xd9\xb2\x89\x11\xe8\xfc\x4b\x45\x43\xea\x8b\xf8\xd9\x74\xda\x64\x47\xf8\x16\xa7\xa2\x01\x28\xc9\xb7\x2d\x15\x0d\xa9\x2f\x62\x61\xeb\x48\x55\x03\x50\xcc\x6e\x4a\x45\x43\xea\x8b\xe0\xb9\xa7\xa2\x21\xcb\xf2\x97\xb6\xa5\x6d\xb8\x49\x7e\xfe\x99\x5d\xc3\x7b\x60\xd6\x46\x2a\x10\x80\xb0\x3c\x5b\x2a\x10\x52\x6a\xbf\xe7\x43\x6a\x0f\x84\x19\x5b\x29\xb5\x4f\x8d\xfb\x0b\xc1\x9b\x1a\xf7\x81\x66\xf0\x6e\x6a\xdc\xcf\xea\x14\xf1\x61\x4f\x2d\xf9\x40\x33\xbc\x20\x8d\xad\x07\xc2\xba\x6b\x59\x77\x3f\x9c\x35\x8c\x24\x69\xc5\x1e\x60\x48\xd4\x52\xa1\x00\x94\x65\xb9\xba\x54\x29\x00\x3b\xdf\x23\x55\x0a\x40\x4e\xbe\xcf\xa9\xb9\x1f\x08\xb3\xc4\x52\x73\x7f\xaa\x27\x2c\x6a\x97\xea\x09\x20\xcc\x12\x4b\xf5\x44\x1a\xa4\x64\x05\xbb\xd4\x05\x00\xa4\xfa\x31\x95\x18\xa9\x9e\x90\xb5\xa7\x7a\x02\x58\x56\x90\x49\xf5\x44\x1a\x86\xbf\xa0\x6f\xa9\x52\x00\xc2\x9c\xb3\x34\x0c\x3f\x15\x0f\x16\x72\x4b\xc5\x03\xd0\xb2\xda\xe4\x10\xf4\x14\x78\x98\x69\x2a\x15\x80\x54\x15\xa7\x9e\x82\xf4\x38\x79\x4b\xa8\xa5\xb6\x77\x20\xa4\xa9\x29\x6b\x4f\x49\xb5\x55\xbe\x52\x52\x0d\xe4\x9c\x36\x3d\x36\xc1\xc1\x20\x79\x69\xac\x0f\x50\xb5\x19\xa5\x96\x77\x20\xd5\xf0\x29\xf3\x4e\xa3\xd3\x17\x5f\xa5\x94\x54\x03\xe9\xe1\x23\x29\xa9\x4e\x93\x4c\x4d\xdb\x4c\x59\x35\x10\x16\x38\x4c\xed\xec\x39\x5d\x6c\x7c\x96\x52\x0a\x0d\xac\xb1\xfc\x37\x9f\xc1\x74\x97\x49\xdb\x7c\x08\x1f\xa4\xe5\x44\x53\x0a\x9d\xa6\x8f\x5a\xcc\x2a\xe5\xcb\x40\x58\xb2\x2e\xa5\xcb\x29\x37\xe6\x64\xfe\x95\x72\x63\x60\xfd\xe9\x8b\x9d\x52\xe7\xd4\xbe\xbe\xd8\x20\x53\xfb\x7a\x1a\x0b\x84\xfe\x4a\x0d\xe8\x19\xf4\xc9\xca\x56\x29\xdb\x05\xda\xde\x98\x64\xbb\x29\xdb\xb5\xa4\x54\xca\x76\xd3\x38\x1f\xdf\x1d\xd9\x2e\x50\x96\xc5\xa2\x52\xba\x0b\x84\xb5\xbf\x52\xb6\x9b\x6b\x78\x19\xeb\x47\x72\x0b\x94\xd8\x37\x70\xf6\x25\xb2\x09\x77\x48\x89\x2c\xb0\x93\x55\x53\x22\x9b\xc6\x8a\xa7\x5b\xb0\xb1\xe2\x40\xa4\x97\x19\x2b\x9e\xda\xcb\x2d\xe3\x93\xb2\x56\x60\x07\xa7\xa6\xf6\xf2\x94\xc8\xa6\x5b\xb0\x44\x16\xd8\xae\xdf\x94\xc8\x02\xe5\xdf\x7b\xa7\x0d\x1d\xc8\xee\x0e\x69\xfa\x67\x9a\xc4\x69\x95\xfc\x34\x89\x13\x48\x4b\xdd\xa7\xdc\x36\x8d\xf8\x4e\x2c\x8c\x69\xc4\x37\x90\xdd\xdd\xc4\xe8\x9f\x3c\xd2\xcb\x78\xa6\x06\xf6\x00\xab\x3b\x2a\xb9\x6d\x1a\xd8\x63\xf1\xa0\x94\xdc\x02\x69\x74\x5e\xca\x6d\x53\xeb\xb8\x07\x60\xa4\xd6\x71\x20\x8d\xce\x4b\xad\xe3\x69\xe6\x68\xfa\xe2\x49\x6e\x81\x34\x3a\x2f\x35\x98\xa7\x7c\x37\x5d\x35\xf2\x5d\x20\x55\x1d\x29\xdf\x4d\xad\xe3\x46\xad\xa5\xd6\x71\x60\xa7\x0d\xa6\xd6\xf1\xd4\x14\x9e\x6e\xc2\x72\x60\x60\x19\xdc\x90\x9a\xc2\xd3\x04\x50\x73\x2a\xd3\x04\x50\x20\x8d\x48\x4b\xad\xe3\x40\x58\x1b\x35\x25\xcf\x40\x35\x06\x2e\x25\xcf\x40\xd9\x1f\x16\xc9\x73\x6a\x43\x4f\x37\x5c\x6d\xe8\x29\xa1\xde\x4d\xee\x26\x17\x75\x02\x91\x87\x29\x61\x06\x5a\xf7\x81\x4a\x98\x81\xd9\xf7\x2d\x9d\x8d\x0f\x6a\x0f\xff\xcb\x15\x43\x7c\xba\xc7\xe9\xa4\x14\x3a\x39\x2b\xc2\x23\x90\xd2\xf0\xf4\x94\x42\x27\x66\xce\x94\x42\xe7\x47\x8e\xa7\x85\x7a\x52\x6e\x0c\x54\x49\x6f\xca\x8d\xd3\x5c\xce\xf4\xe3\x20\xeb\x05\xf6\x71\xcf\x69\x2e\x67\xde\x3e\x27\x37\x65\x29\x2e\xb0\x8f\x7b\x4e\xad\xe5\x29\xeb\xb5\xba\x51\xca\x7a\x81\xf0\x34\xc4\x94\xf5\xa6\x51\x3c\x56\x37\xca\x7b\x77\xf7\xe1\x32\xbb\xeb\xa3\xd3\x82\xee\x49\x87\x29\x9f\x05\xaa\x4e\xd8\x94\xcf\xa6\x16\x74\x4f\xd7\x4b\x09\x2d\x10\x46\x06\xa4\x84\x16\x28\xcd\x37\xc3\xfc\xce\x7c\xdc\x51\xc2\x36\x87\xf0\xc1\x3e\x9d\x3a\x35\xa0\xa7\x25\x5b\x2c\x06\x94\xcf\xee\xdb\xcb\x65\xf4\x43\xda\x9b\x12\x5a\x6d\x8a\x29\xa1\x05\xa6\xa7\x43\xa6\x84\x16\x48\xe5\x7e\x4a\x68\x53\x6b\xb9\x55\x7e\x52\x6b\x39\x90\x8a\xfb\xd4\x5a\x9e\xf2\xde\xbd\x70\xe5\xbd\x40\xac\xea\x65\x2e\x19\x79\xa9\xc5\x80\x0e\x79\x29\xd0\xe5\xdf\x87\xe1\x36\xc0\x4a\x66\xf2\x90\xa9\x02\xb1\x96\x57\x35\x9b\x1a\xa7\xe2\x24\x4d\xdd\x26\x5f\xed\x65\x5b\xd8\x16\x9f\xea\x9a\xde\x72\xd9\xb4\xc8\xf6\x19\x34\xa5\x4d\xae\xa2\xf4\xb2\xc3\x36\xd2\xbb\xf6\x3d\x4f\x9b\x5c\x45\xbb\xb7\x97\x6d\x17\xbd\xf5\x9e\xb7\x4d\xae\x22\xbe\x9f\x87\xf1\x36\xc0\x76\x84\x1f\x16\x68\x39\x64\xc7\x5a\x23\x0f\xd9\x31\xb0\x92\x59\x3b\x64\xc7\x87\xf6\xf3\xe4\x33\x7b\x48\x85\x81\xe5\x11\x4f\x87\x54\xf8\xd0\x7e\x6e\xe1\x9f\x43\xfb\x39\xb0\xac\xbd\x77\x68\x3f\x07\x56\xdb\xf7\x74\x8a\x2c\xf7\x92\xf9\x87\x7c\xec\xc3\xa8\x1d\x60\x99\x91\x7f\x48\xbb\x8f\xe2\x91\x0c\x3f\x6f\xe6\x7c\x41\xb2\xfd\x66\x1f\x92\x6c\xe0\xbb\xcc\xae\x3b\x5f\x85\x0c\xb9\xf4\x97\x4e\x17\xc6\xfa\xf4\xa8\xc4\x43\x6b\x3c\xb0\x3c\x25\xf4\xd0\x1a\x7f\x60\x66\xcf\x1f\x1f\x9f\x43\x3b\x3b\xb0\x2c\xfa\x78\x68\x67\x07\xbe\xcb\x6c\x73\x6e\xaa\x73\xc3\x0d\xa4\xec\x07\x94\x7d\x27\x78\x1d\x52\x76\x20\x24\x9a\x87\x94\xfd\xa8\x0e\xa1\xd8\xe6\x10\x08\xe8\xef\x98\x30\x0f\x43\x74\x0e\x8c\xfb\xbb\x98\xee\x21\x67\x07\xd6\x64\x43\x38\xa4\xec\x07\xf1\x38\x69\x4d\xa1\x43\x82\x0e\xec\x68\x99\x43\x82\x0e\x94\x9d\x42\x79\x48\xd0\x81\x8f\xba\xd3\xe4\xb3\x6c\x0e\x81\xcd\xe4\xd0\xba\x0f\xac\xd5\xec\x87\x43\x20\x1e\x67\xe7\x2a\x1d\x6d\xf7\xd7\x7d\x8e\xc1\x1b\x8f\x73\x74\x87\x00\x2b\x38\x24\xe8\xc0\x66\x00\x87\x04\xfd\xe8\xf6\xcd\x27\xa3\xdd\x1e\xf8\x24\x04\x4d\xf6\x8d\x04\xd8\x5d\xb1\xe2\x90\x8d\x03\x53\x0b\xcb\x61\xdc\xce\xd1\xed\x9b\x4f\x46\x8b\x3c\xb0\x72\xff\x72\xf7\xed\xf5\x32\x7e\x6a\xee\x00\xb0\x85\xfb\x61\xee\x00\x50\x76\x26\xee\x61\xf2\x00\xb0\x72\x37\xb9\x68\x86\x4f\xa1\xfb\x53\x9f\xc2\x07\xcb\x5a\x43\x87\xf6\x7d\x60\x35\xf6\xb9\x43\xed\x70\x0c\x47\xd5\x6d\x73\x54\x1f\x6c\xfa\x73\x68\xde\x3f\x86\xaf\x07\xe6\xc9\x43\x5b\x3e\xb0\xd9\xf8\xa1\x2d\xff\x18\x0e\x1e\xb2\x7a\xa8\x31\x80\x5d\x10\xff\x50\x63\x1c\xd3\x07\xe3\x22\x57\x51\x00\x9b\xb0\x1c\xda\xf2\x81\xed\xab\x3a\xb4\xe5\x03\xdb\xec\x7d\x28\x3b\x8e\xe9\xe3\x73\x2b\x55\x63\x1c\x16\xb2\xf1\xf5\x53\x63\x1c\x18\xee\x53\xbf\xce\xa1\xe5\x1e\xd8\x31\x9b\x87\xb2\x03\xf8\x2e\xf3\xa7\x0e\xf4\x83\x7d\x82\xcb\xa1\xec\x00\x36\x0b\x3b\x94\x1d\xc0\xae\xb3\x76\x68\xb8\x07\x3e\x15\x47\xd3\x1e\xba\xcf\x1d\x2a\x75\xa8\x44\x80\x4f\x27\xd2\xe4\x6c\x78\x28\x05\x5f\xcb\x43\x6d\x02\x84\x54\xed\x50\x7c\x00\xcb\xd3\x29\x0f\x03\x8a\x0e\x03\x8a\xf6\xe7\xc1\x88\x22\x60\xa9\xbe\x0f\x03\x8a\x8e\xd8\xb3\xe1\x0d\x9c\x8d\x0f\x7a\xf7\x7d\xd4\x94\x7f\xc4\xe9\x65\xcc\xad\x52\x06\xd8\x3c\xf5\xd0\xba\x7f\x84\xdb\x1d\x42\xf5\x50\xdd\x00\x9b\xf5\x1e\xaa\x9b\x63\xb9\x4a\x61\x31\x87\x1a\x05\xd8\x1c\xfa\xd0\x24\x0f\x6c\xbd\x7c\xa8\x5a\x80\x4f\x70\xd3\xe4\xf3\x5c\x66\x91\x78\x95\xeb\x76\x39\x28\xcc\xc8\x87\x56\x7a\xa0\x37\x77\x0a\xd3\x1f\x80\x36\x9b\xb7\xf4\x09\x2f\xf7\x44\x4c\x88\x87\x46\x7a\x60\x59\x23\xe0\xd0\x48\x7f\xa4\xeb\x16\x5e\x73\x98\x07\x7b\x24\x6f\xa3\xeb\x45\xb9\x03\x34\x93\x48\x0e\xe5\x0e\xf0\xfd\xd2\xcb\x1c\x67\x92\xdd\xe3\x93\x52\x01\x1d\xe9\xdb\x08\x23\x3a\x94\x3b\xc0\x0a\xf8\xec\xa1\xdc\x01\xbe\xcb\xe8\x9b\xe5\x6e\x80\xe5\x99\x1f\x87\x49\xb5\x47\xfa\x36\x42\x9c\x8e\xdc\x43\x78\x38\x38\xca\x9b\xfa\xa4\xd2\x25\x09\x4b\x3a\x8c\x36\x02\xf6\x19\x31\x87\x7a\x0a\x58\xd6\xf0\x3f\xd4\x53\xc0\xf7\x4b\x6e\xaa\xb3\x00\x58\x1e\x72\x7c\xe8\x2b\x00\xd6\xdc\xbf\x74\xec\x07\x4b\x72\xfc\x21\x27\xfb\x50\xa7\x01\x3b\x52\xf3\x50\xa7\x01\xdf\xed\xbd\x97\xb3\x75\xf0\x69\x77\xab\x35\xd6\xe9\x38\x5c\xc4\x52\x21\x75\x1a\xb0\x63\x52\x0f\x75\xda\x71\xec\x69\x60\x52\x15\x65\xc0\x92\x8d\x1e\xfa\x20\x0e\x0f\x80\xd0\x18\x7c\xa8\xd3\x80\x5d\xce\xe4\x50\xa7\x1d\xa7\xbb\x92\xac\xc0\x90\x25\x60\x59\xf0\xf4\x50\xba\x1d\xa7\x4b\xd6\x4d\xd4\xdc\x5c\x60\x17\x2b\x3e\x94\x6e\xc7\xe9\x10\xe4\x3d\xba\x2f\x80\xed\xb3\x3b\x94\x6e\xc7\xe9\x7b\x98\xf6\xd7\xa7\x7b\x62\xf9\xc0\xce\x7b\xa8\xd3\x8e\xcb\x21\x60\x16\x3c\x54\x65\xc0\xd6\x21\x87\xaa\x0c\x28\xa9\xc5\xf2\x50\x95\x1d\x46\x36\xb9\x15\xaa\xca\x0e\x2a\x6e\xa6\xb6\xc8\x43\x0d\x06\x2c\x0f\xec\x3c\xd4\x60\xc0\x77\x99\x3f\x75\xa4\x9c\xeb\xa7\x46\x3a\x14\x61\xc0\x77\x19\x23\xd5\x91\x01\xec\x14\xa6\xc3\x30\x26\xe0\xbb\xcc\x36\x47\x4f\x2e\xb1\x15\x79\x0f\xb5\x1a\xf0\x5d\xe6\x1d\x9c\x10\xfc\x1d\x6a\xcd\x43\x7f\x07\xf0\x5d\xc6\x4f\x8d\x76\x02\xb6\xf2\x3b\x94\x79\xc0\x32\x8e\xee\x50\xe6\x1d\xc8\xbc\xd4\xd6\x73\x28\xf3\x80\x65\xae\xe5\xa1\xcc\x03\x96\x45\x72\x0f\xdd\x1d\xc7\xed\x40\x7d\x51\x94\x79\xc0\x32\x4a\xf7\x50\xe5\x01\xbb\xa8\xff\xa1\xca\x03\xbe\x5f\x3a\x02\x07\x7a\xf3\xa5\x09\xff\xcc\x71\x7a\x36\xba\xc7\xa5\x1c\x3a\x32\x80\xb5\x55\x87\xc2\x0f\xf8\x2e\xb3\xcd\xa7\xfc\xb0\x29\x4f\x7f\xe9\x53\x7e\x1c\xa8\xcc\x4c\xe5\x07\x6c\x95\x77\xa8\xfc\x80\xa5\xb9\xf6\xd0\xb9\x71\x3c\x0e\x14\xc7\xf7\xa1\x18\x04\xb6\x9c\x3d\x14\x83\xc0\x77\x19\xeb\xc3\x70\x2a\x60\x79\x3c\xfd\x61\x34\x15\xb0\x74\xe1\x1e\x4a\xc6\xe3\xf5\xe9\xf9\xc2\xe8\x17\x01\x96\x05\xef\x0e\xfd\x22\xc0\x77\x19\xff\xa6\x8c\x04\xb6\xc2\x3d\x94\x91\xc7\xbb\x07\xca\x43\x50\x33\x02\xcb\x12\xc4\x87\x9a\x11\x88\xfd\x45\x52\x32\x02\xcb\x33\x42\x0e\x25\x23\x50\xd2\xe3\x39\x0e\x7d\x25\xc0\x0e\x39\x39\x8c\xb9\x02\xbe\xcb\xfc\xa9\xf3\xf1\xf2\x99\xf5\x8b\xa4\xfb\x04\xf8\x2e\xb3\x1f\xce\xc7\x4b\xf0\x28\x8a\xff\x78\xf7\x7c\xbc\x5e\xf6\xcd\xee\xa9\x4e\x05\x76\x42\xf7\xa9\x4e\x3d\xd5\xa9\x7c\x09\x4e\x75\x2a\xb0\xac\x73\x78\xaa\x53\x81\xef\xcf\xfc\x65\xb7\x0d\x7e\xcf\x40\x4f\x83\xb5\x80\x65\x35\x88\xd3\x60\x2d\xe0\xfb\xa5\x37\x08\xdb\x02\x3f\xc0\xa2\x69\xd9\xb4\xa7\xc8\x9f\x1e\xb6\x51\xd0\xa2\x3a\x80\xd3\xa6\x3d\x76\x7f\xfa\xd8\xc6\xd8\x11\x37\xa7\xa2\x14\x28\x69\x09\xaf\x53\x51\x7a\x2a\x4a\xf9\x0a\x9e\x8a\xd2\xb3\x38\x2a\xd8\xc9\xa9\x02\x05\xb6\xed\xe4\x54\x80\x02\xdf\x65\x0c\x41\x05\x0a\x2c\xd3\x80\x4f\x15\x28\xb0\x4f\x0f\x3d\x55\x98\xc0\xf7\x4b\x46\xa5\xc4\x04\x76\xe6\xee\xa9\x67\x07\x58\x56\x88\x38\x15\x9d\xc0\x2e\xb2\x77\x2a\x3a\x4f\x45\xa7\x9a\xf0\x54\x74\x9e\x8a\xce\xe9\x00\x9c\x8e\xea\x7b\xe0\xec\xea\x00\x02\x96\x27\xdc\x9e\x3a\x80\xce\xea\xa0\x60\x0a\xa7\xd2\x11\x08\x3f\x87\xa7\x19\xe3\xc0\x77\x19\x03\x35\x65\x1c\x58\x19\x7f\xc8\xca\x3e\xcd\x07\x39\x3d\xe9\xd0\x4f\xe3\xa9\x00\x05\x96\x9e\xc7\x53\x9f\x11\xb0\xcb\x12\x9c\x4a\x52\x60\x59\xc7\xf9\x54\x92\x9e\xcd\x37\x98\xfd\xf1\xd4\x3f\x04\x2c\xeb\xe7\x9f\xca\xcf\xb3\x39\xf7\xec\x2e\xa7\x2e\x1d\x60\x79\x2c\xc8\xa9\xae\x3c\x15\x91\xa6\xa9\x9e\x6d\xdf\x81\x15\x55\xbc\xcc\x15\xd5\xfd\x37\xb6\xd6\x53\x8d\x07\xac\xc5\xcb\x7f\x1a\xc1\x75\x2a\xfb\xcc\x1c\x3b\x95\x7d\xa7\xb2\x6f\x37\xed\x7f\x23\x93\x1a\xaa\x7f\xaa\xfa\xce\xe1\xf3\x80\x77\x9c\xaa\x32\x60\xdb\xad\x4e\x3d\x3a\xa7\x42\xcd\xec\xc1\x53\xa1\x06\xac\x9e\xfe\xd2\xae\x0d\x3e\xa9\x30\xb2\xd3\x38\x2c\x60\x79\x58\xfa\xa9\x74\x03\xbe\x3f\xb3\x1f\x3e\x03\xd2\xc3\xad\xcd\x79\xea\x31\x3a\x95\x56\x66\x76\x9d\x4a\x2b\xa0\x5a\x41\xea\x54\x5a\x9d\x6a\x26\x93\x83\x4e\x35\x13\xb0\x72\xf9\x4b\x6f\xf0\x41\x53\xd3\x9c\x73\xdf\xe0\xf1\x97\xac\x6c\x15\x12\xb0\x8c\x53\x39\x15\x48\xc0\x8e\x62\x3a\x15\x48\x27\xc9\x14\x69\x6e\xd0\xa9\xf6\x01\x76\xce\xfb\xa9\xf4\x39\x89\x6c\x4a\xd3\x68\x4e\x23\x9b\x4e\xeb\x75\xfa\x4e\x18\xd9\x74\x12\xb2\x94\x26\x46\x9d\x8a\x1a\x60\xc7\x9f\x9c\x86\x2c\x9d\xb1\x6b\x7a\x73\x53\x45\x0d\xb0\x4f\x6b\x39\xf5\xd8\x9c\xe4\x5c\xa7\x39\x22\xa7\xa2\x03\xd8\x47\xe5\x9e\x8a\x8e\x93\x7a\x9a\x69\x8c\xfc\xa9\xc2\x00\xd2\x80\x9c\x53\x1f\xcb\x49\x64\x50\x1a\x26\x7e\x1a\x19\x04\x44\xc0\x41\x4f\x45\x07\xb0\xac\x55\x7a\x2a\x3a\x4e\x45\x87\xb1\xfa\xa7\xa2\x03\x58\x66\xc4\x9d\x8a\x0e\x60\x19\xb6\x78\xea\x76\x39\x89\x1f\x4a\x53\x17\x4e\xe3\x87\x80\x6d\xac\x3d\x8d\x1f\x3a\x15\x18\xc6\xe5\x9f\x0a\x0c\x60\x59\x0a\xfd\xcc\x3d\x02\xa7\xcd\x55\xaf\xc0\x00\xba\x87\xed\x9c\x0a\x0c\xa0\xca\xfc\x4e\x05\x06\x50\x34\x5e\x9f\xea\x8b\xd3\xb3\xe8\x7c\x04\xea\x0b\xa0\xed\x5e\xa8\x2f\x80\x6a\x75\xde\x53\x01\x71\x1e\x98\x52\x5d\xdf\x8a\x05\xa0\x19\xe4\x7e\x2a\x16\x80\xb6\x9f\x89\xae\x1f\xa0\xeb\x9c\x3c\x75\xfd\x00\x4d\x27\xfd\xa9\xa2\x00\xbe\x41\x32\x3f\x4a\x0a\xa0\x7b\x82\xd4\x69\x58\x13\xd0\xcd\x55\x3b\x75\x06\x01\x5d\x55\x7c\xaa\x3b\x80\x2a\xbb\x3d\xd5\x1d\xa7\xba\xc3\xc0\xfa\x53\xdd\x01\x54\xd3\x8e\x4f\x75\x07\x50\x35\xe7\x9c\x26\x54\x9c\x9f\x14\xe9\x7b\x85\xaa\x44\x80\xae\x6e\x3b\x55\x22\x40\xd7\x9a\x73\xea\x44\x02\xfa\x0f\x46\x76\xaa\x4d\x80\x62\x32\xcc\xa9\x36\x39\x77\xd2\x05\x73\xa1\x5b\xe9\x54\xae\x98\x4e\x71\x2a\x57\x80\x36\xf6\x9f\x39\x3d\x1f\x94\xe9\x8a\xd2\xd3\x04\x34\x83\x80\x4e\x05\x0c\x50\x26\xa4\xe7\x54\xc0\x00\xd5\x63\x70\x4f\x1d\x4d\x40\xd7\x31\x71\x2a\x69\x4e\xce\x20\xd7\x0d\x7c\x2a\x5f\x80\xa6\x35\xed\x54\xbe\x9c\x06\x69\xf9\x09\xd6\xa9\x74\xea\x54\x72\x21\x2a\x68\x80\x6f\x44\xac\x57\x15\x0d\xd0\x95\x25\xa7\x82\x06\x68\xc3\x97\x50\x41\x03\xf4\xbd\x47\xab\x67\x80\xbe\x76\x93\xb3\xf3\x41\x37\x73\xea\x54\xce\x00\xc5\xe3\x51\x4f\xe5\x0c\xd0\xf5\x35\x9f\xaa\x19\xa0\x2f\x14\xdf\xa9\x9a\x39\x55\x33\xb5\xaf\x3f\x7c\xa6\x15\x3b\x40\x37\x6d\xf3\x54\xec\x9c\x04\x72\x19\x1e\x7c\x1a\xc8\x05\x34\x0d\x44\xa7\x5a\x07\xe8\x89\xf6\x3b\xd5\x3a\x40\x6b\x4e\xbb\x5a\xe7\xbc\x93\xab\x58\x5b\x3a\xb9\x80\x62\x9d\xb6\x53\xf5\x73\x9a\x96\xee\x42\x52\xfd\x00\x3d\x7d\x12\xaa\x9f\x53\xf5\xe3\xd6\xa7\xf8\x01\x4a\x97\x2e\x2a\x7e\xce\xe7\xc7\x0f\x99\x62\xf3\x46\x4e\x03\xbb\x7c\xcd\x94\x43\x40\xd7\x08\x76\x2a\x87\x80\xbe\x3f\x48\xaa\x21\xa0\x7b\x8c\xd4\xa9\x1a\x02\x8a\x66\xc8\x53\x31\x04\x34\xdd\x3e\xa7\x62\x08\x28\x75\x77\xc2\x99\x78\x9c\x09\x7a\x6f\xb6\xc9\xa9\x3e\x32\x71\xe7\x54\x1f\x01\x75\x6f\xdc\xea\x23\xa0\x19\xd9\x74\x2a\x8f\x80\xde\x76\xc7\x9c\x8a\x0f\xba\x1e\xff\xf3\xd9\x53\x61\x98\x01\x8f\x48\x8f\x1a\xd0\xd3\x6d\x55\xc1\x74\x7a\x8a\x9d\x2f\xb6\x82\x09\xa8\xbf\xfd\x43\x67\xe7\x83\x6e\xa4\xc0\xa9\x5e\x02\x9a\x39\xe8\xa7\x6e\x37\xa0\x99\xa2\x7b\xaa\xa0\x80\xee\x79\x54\xa7\x0a\x0a\x68\x96\xad\x38\x55\x50\x40\x1f\x3e\x5b\x15\x14\xd0\xd3\xf7\x5a\x01\x05\x54\x4d\xf8\xa7\x02\x0a\x28\xc3\xf9\x52\x3f\x01\xdd\xa3\xad\x4e\xf5\x13\x50\x4c\xf5\x39\x95\x4f\x40\xd5\x9f\x74\x2a\x9f\x80\x6e\x98\xc3\xa5\x7a\x02\xba\x87\x5d\x5d\xaa\x27\xa0\x79\xe6\xfc\xa5\x7a\x02\xba\x67\x5d\x5d\xaa\x27\xa0\xf8\xf2\x5f\x8a\x27\xa0\x1b\x1e\x71\x29\x9e\x80\x6a\x26\xe7\xa5\x78\x02\xba\x9b\xde\xa5\x76\x02\xba\x07\x8a\x5c\x6a\x27\xa0\x59\xaf\xfd\xd2\x15\x78\x29\xa7\x4c\xac\xba\x94\x53\x40\x97\x2a\x5d\xca\x29\xa0\x1a\x2b\x76\xe9\x09\x04\xba\xae\xa2\x4b\x4f\x20\x50\x0c\xc8\xb8\xd4\x5c\x40\xfd\xed\xab\x5e\x9b\x98\x30\x5e\xbf\x4b\xc9\x05\x34\x0d\x08\x97\x92\xeb\x22\x3b\xdf\x93\xba\x2e\xdd\x80\x40\xd3\x7b\x72\x29\xc2\xae\xc2\x3a\xa9\xfe\xd0\x71\xe3\xdf\x93\x9a\x5d\xaa\x2b\xa0\x4b\xfa\x2f\xc5\x15\xd0\xf5\x63\x5e\x8a\x2b\xa0\x5b\xb1\xfb\x52\x5c\x01\x5d\x8f\xe2\xa5\xb8\xba\xcc\xb9\x0f\x3b\xe1\xb0\x3f\xe8\xba\x6b\x2e\xb5\xd5\xa5\x43\xcf\x9c\xb0\x4b\x87\xde\xf5\x69\xab\xae\x0b\xee\x52\x5b\x01\x4d\x8e\x74\xe9\xcf\x03\xba\xa5\xa7\x2f\xfd\x79\x40\xd1\xdf\x74\xe9\xce\x03\xba\xfe\xa6\x4b\x4d\x06\x34\xed\x43\x97\x9a\x0c\xe8\xba\x74\x2e\x25\x19\x50\xcd\x48\xbc\xd4\x5c\x40\x75\x73\xba\x74\x03\x5e\xd5\x71\x7b\x95\xe3\xfe\xa0\x7a\x6e\xf7\xa5\xe4\x02\xda\x48\x7b\xef\xb8\x2b\xcf\xd6\xde\x1b\xcb\x07\xd4\x8e\x25\xfb\xd2\x2f\x08\x34\x79\xce\xa5\x5f\xf0\x6a\xec\x14\xdd\x26\x87\xdd\x38\xf9\xd1\x05\xac\x5b\xf0\x6a\x3c\x6e\x38\xd3\xa5\x0b\xf0\x32\x46\x8f\xcd\xe3\x32\x44\xef\xd2\x8f\x67\x16\xe0\xa5\x1f\x0f\xa8\x56\x51\xbb\xf4\xe3\x5d\xfa\xf1\x4c\xf0\xb9\xf4\xe3\x01\x45\xa7\xeb\xa5\x1f\x0f\x88\xee\x7a\xea\xfb\x06\x0b\xaf\xb2\xff\xef\x24\x72\xa6\x7b\x67\xdf\xb9\x94\x78\x57\x97\xd5\x4c\xdb\x9c\x45\x32\x72\xcc\x88\xb8\xcc\xc8\xb9\xf4\xec\x59\xf3\xf5\x52\xe3\x01\xf1\x2d\x95\xff\xfc\x22\x5f\x3a\xfe\xae\x21\x77\x47\x67\x5d\xba\xef\x80\xb0\xc4\xd1\xa5\x50\xbc\x86\xaf\xbb\x2b\x4e\xbd\x07\x4c\xf3\xfa\x2f\xf5\xde\xa5\xc3\xcd\x1a\x93\x97\x0e\x37\xa0\xed\x25\xa7\xc3\x0d\xa8\xba\xa3\x2f\x1d\x6e\xd7\xf4\x06\xcb\x36\x6f\x30\xb7\xe9\x92\xa6\x7d\x03\xea\xfe\x39\xcf\xca\xbd\x8b\x73\x17\xd2\x02\x5e\x97\x0e\x2b\x60\x0c\xd8\xca\xa5\x68\xbb\xf6\xa9\x6f\x7c\x40\x2e\xe5\x18\x10\x16\xf7\xb8\x74\x4e\x01\x45\xe1\x7c\xe9\x9c\x02\xca\xde\xd6\x8c\xbc\xbb\xc8\x40\xcf\xe6\x8e\x65\xb0\x1c\x10\x03\x0e\x71\x19\x2b\x77\x51\xa4\x35\xad\xed\x78\xe9\x75\x02\x62\xf0\xe1\xbf\xf4\x3a\x5d\xfa\x93\x9a\x03\xd5\x9f\x74\x6d\x6d\x47\x6f\x95\x76\x40\x0c\x3e\xf3\xd7\xda\xfd\x38\xfd\x25\x23\x30\x7e\x0e\xa8\x26\x78\x5c\xba\x98\x2e\x0a\xa6\xa6\x95\x22\x2f\x45\x1b\x10\xd6\x1d\xb9\xd4\x6c\x97\x5e\x21\x0d\x5d\x97\x5e\x21\x20\xac\x62\x72\xe9\x15\xba\xf2\xf2\x32\xff\x6d\xdf\xe1\xc6\x34\xe5\xbf\xf9\x4a\x23\xd0\x8c\x39\xbe\x14\x68\x97\x02\xad\xb9\x7b\x2a\xd0\x80\x7d\xbe\xdd\xa5\x40\x03\x22\xa6\x57\x39\xb9\x64\x8b\x68\x77\xbe\x14\x68\x17\xf5\xb4\xb2\xb9\xc9\xea\xa9\x01\x56\x73\xf9\xa9\xbd\xae\xed\xa8\x61\xbe\xd5\x5e\x40\xec\x4f\xa3\xda\x0b\xd8\xc5\x27\x2e\xb5\x17\x10\x5a\x16\x2e\xb5\x17\xb0\x43\xea\x2f\xa5\xd7\x45\xd4\x5d\x6a\xf1\xbc\x14\x5a\xc0\x0e\x9d\xbd\x14\x5a\x40\x36\x64\xe8\xa5\xd0\xba\x14\x5a\xd6\xab\xbc\x14\x5a\x40\x36\x97\xb2\x42\x0b\x08\x39\xd4\xa5\xd0\x02\xc2\xf0\x9a\xcb\xc4\xf5\x4b\x37\x50\x73\x98\x8a\x2f\x20\xc2\xdd\x4c\xf1\x05\x2c\xcf\xff\xbb\x14\x5f\xc0\x3e\x25\xfd\x52\x7c\x01\xdf\x9f\xd9\xe6\x04\x51\xb5\x55\xab\xcd\xa5\xfa\x02\x42\x26\x7a\x29\xbe\x80\x5d\xa0\xe2\x52\x7c\x01\xd9\xe0\x5a\x97\xe2\xeb\x3a\xf7\x9c\xd9\xe6\x9c\x7d\xb0\x6b\x99\x5e\xaa\x2f\x60\x1f\x84\x75\xa9\xbe\x80\xb4\x82\xe2\xa5\xfa\x02\xd6\xde\x05\x75\x28\x01\xcb\x02\x03\x97\x82\x0c\x58\x46\x68\x5c\x0a\x32\x20\xf7\x66\xac\x20\xbb\x74\x31\x19\xad\x77\xa9\xc8\x80\xa5\x01\xe1\x52\x90\x01\x4b\x21\x7d\x29\xc8\x80\xef\x97\x3c\x39\x15\x19\xb0\xd6\xee\xbf\x53\xa6\x64\x52\x51\x5e\x6a\x22\x20\xd5\x31\x97\x9a\x08\x58\xc6\x11\x5e\x3a\x80\x80\x30\xe7\xe9\x32\x05\x06\xf8\xfe\x8c\x67\xa2\x74\x02\xd2\xba\x73\x97\xd2\xe9\xba\x77\xd7\x98\x0e\x55\x11\x90\xd2\xd1\xeb\xde\x5d\x73\x2b\xc1\x72\x74\x29\x8b\x2e\x9d\x42\x4e\xa4\xb2\xe8\x52\x16\xb5\x61\x77\x7d\x9e\x38\x85\xac\x2d\x76\xa9\x8b\x80\xef\x32\xee\x60\xc6\x0b\xb0\x2b\x77\x5e\x6a\x25\x60\x9b\xee\x2f\xb5\x12\xb0\xe6\x6e\x72\xec\x0f\x61\xbd\x6e\x7c\x6a\x25\x60\x1f\xa2\x73\xa9\x95\x2e\x3d\x47\x6d\x78\x99\x63\xff\x20\x0c\x9f\xb8\x14\x4b\x40\x36\x3f\x03\x8a\xa5\xeb\x71\x86\x90\xc0\x97\x6a\x09\x58\x9e\xb5\x7f\x29\x96\x80\x6c\x7e\x54\x14\x4b\xc0\x5a\x92\x4d\xc5\x12\xb0\x8f\x4b\xbe\x14\x4b\xd7\xeb\xf6\x8b\xb7\xea\x52\xce\x00\xab\xc4\x1f\x82\xc9\x2e\xd5\xce\xa5\x8f\xa7\x49\x0b\x94\x28\xc0\xf2\x98\xf0\x4b\x89\x02\xa4\x15\x3f\x2f\x25\x0a\xb0\x4f\x34\xbc\x94\x28\xc0\x2e\xb5\x77\xbd\xbb\x97\x18\xd4\x7e\xfe\x97\x4f\x51\x0f\x4f\x83\x1c\xdc\x6a\x94\x5b\x47\x4d\x43\x45\xdc\x6a\x0d\x20\x5b\x7a\xd9\xb0\x09\x47\xcd\xf2\xaa\x69\x93\x9f\x17\x96\xf5\xad\xb2\x00\x96\xa5\xae\x6e\x95\xc5\xad\xb2\x68\xf8\x51\x6e\x95\x05\xb0\x22\xfd\xe5\x69\x13\x86\xdf\x9f\xf7\xbc\x6c\xf2\xc3\xc4\xf6\x7f\x2b\x2d\x80\x5d\xa4\xef\x56\x5a\x00\xdf\x65\xb6\xbd\xb6\x61\x0c\x66\xa1\xdc\x6a\x0b\x20\x1b\xbb\xec\xad\xb6\xb8\xf5\xd3\x34\xec\xe5\xb7\x7e\x1a\x60\xd7\xef\xba\x55\x12\xb7\x31\x7e\x8d\xd5\x79\xab\x08\x6e\x63\xfc\x98\xf0\x5b\x45\x00\xec\x0c\xb3\x5b\x45\x00\x14\x83\x82\x6e\x15\x01\xd0\xad\x27\x77\x2b\x08\x80\x62\xbe\xf3\x6d\x84\xdf\xad\x4f\xc6\x6d\xf6\xd6\x27\x73\x5b\xc6\x17\x8e\x72\xab\x1b\x80\x62\xbd\xc9\x5b\xdd\x00\x74\xe3\xab\x6f\x75\x03\xd0\x34\xff\xdc\xea\x06\x20\xd3\x7f\x77\xdc\x1f\x74\xab\x30\xde\xca\x06\xa0\xfe\x86\xbf\xf3\xf9\x56\x94\xb6\x03\x52\x36\x00\xc5\x02\x25\xb7\xb2\x01\x68\xd6\xb4\xb9\x75\xde\x00\xcd\x43\x7e\x6e\x95\x04\x50\x7e\xbb\x5b\xce\x97\x35\xbf\x20\x4e\xb7\x4a\x02\xe8\x73\x8f\xc7\xf9\x32\x53\x08\x0e\x7f\x2b\x2e\x80\x62\xca\xeb\xad\xb8\x00\xaa\xc5\x56\x6f\xc5\xc5\xfd\x89\x8b\xd9\x61\xb8\xb7\xe2\x02\x68\x26\xb7\xdc\x8a\x8b\x7b\x17\x19\xf0\xbf\x9c\x9c\x0f\xa6\x31\x3d\xb7\x7a\x03\x28\xc6\xd8\xdf\xea\x0d\xa0\xc6\xfe\x7b\x27\x87\xc0\xc4\xb9\x7f\xe8\xe4\x34\x57\x13\xcf\xcc\xb8\x44\x60\xf6\x6e\x57\x9d\x9c\x0f\xba\xb1\xf9\xb7\x45\x07\x80\xd9\xbb\xfd\x72\x72\x3e\xa8\x4a\xa3\x5b\xbf\x13\x50\x3d\xe4\xef\xb6\x32\x01\x30\x3b\x7b\xdf\xad\x0c\x02\xaa\x1e\xdb\x5b\x19\x04\x54\x8b\x75\xdc\x9e\xfa\x01\x74\x3f\xcf\xb7\x19\x48\x40\xb7\xdc\xc8\x6d\x06\xd2\xdd\x99\x1c\x1f\x87\x5a\x09\x98\x9d\x8f\xca\xad\x56\xba\x3f\x61\x34\xad\x66\x7a\x2b\x8c\x80\x66\x2d\xec\xdb\xea\x05\x40\xd1\xef\x78\x2b\x95\x80\x32\x9a\x5d\x75\x26\x3a\x33\xb1\xbb\xea\x4c\x50\xa8\xcc\x0d\xf0\xd6\x67\x06\x34\x99\xdc\xad\x9e\x02\x8a\xe9\xd8\xb7\x82\xe9\xa6\xea\xc1\xbf\xcd\xce\xb0\x48\x60\x58\x67\xe5\x36\x2a\x12\xa8\xba\x15\x6f\x65\x15\x30\x3b\xdf\xa7\x5b\x59\x05\x54\xab\x28\xde\xfa\xdf\x6e\xfd\x6f\xf2\x92\x5b\xff\x1b\xd0\xa7\x2f\x83\xfe\x37\x60\xee\xfe\xab\xc7\x80\x6e\x81\xa0\x5b\x3d\x06\x34\xeb\x9f\xdf\xba\xdf\x80\x6e\xb9\x93\x5b\xf7\x1b\xd0\x25\xef\xb7\xc1\x94\x40\xdf\x3b\x98\xc1\x94\x40\xf9\xb7\x21\x9a\xb1\x05\xf4\x0e\x39\xbd\x95\x7b\x40\x53\x1c\xdc\xca\x3d\xa0\xeb\x96\xb9\x95\x7b\x40\x31\x59\xfd\x36\xbe\x12\x28\x16\xfc\xbf\x4d\xeb\xba\xf5\x0b\xca\x8d\x6e\xfd\x82\x40\x93\x58\xdc\xfa\x05\x81\xf8\xd7\x0b\x67\x4c\xe9\x28\xc3\xb9\xd5\x8e\xb7\xe7\x04\x36\x2f\x73\x32\xa6\x5f\x0c\xf7\x01\x7d\x85\x40\xf4\xf2\x07\x0d\x7d\x1b\x7e\x79\xcf\x3d\x33\x4c\xa0\xae\x44\xa0\x4f\x37\x05\x5d\x89\xb7\x42\x55\xc7\xfc\xad\x50\x05\x62\xbf\xb6\x0a\x55\xa0\xc4\x6e\x72\x1e\x3e\xe8\xfb\x23\x66\x60\xe5\xed\xc1\xe6\xcd\xff\x77\x1a\x3e\x68\xe6\x99\xdf\x0a\xdc\x9b\x3c\xaf\x9d\x3d\x73\xeb\x35\x04\x8a\x15\x75\x6e\xa5\xeb\x6d\xc0\xe4\x9e\x41\x03\x26\x81\xe8\x08\xbf\x5b\xe9\x0a\x14\x1d\x84\xb7\xd2\xf5\x56\xa6\x6a\xe5\xb8\xd5\xa9\x40\xb7\x56\xee\xad\x4e\x05\x9a\x25\x5e\x6f\x65\xea\x6d\x8c\x63\xc7\x30\x74\x1b\xe3\x08\x84\x87\x78\xdc\x7a\x20\x6f\xa5\xab\x46\xf7\x5b\xe9\x0a\x84\xb5\xbe\x6f\xa5\x2b\x10\x46\x51\xdd\xba\x1b\x6f\x8e\xef\x4b\xcb\xec\xde\x4a\x57\x60\xad\xea\x65\xf6\x96\xb3\x3e\xb2\x57\xfb\xe1\x52\xff\xa0\x59\xb8\xeb\x56\xa6\xde\x86\x20\x5a\x7f\xfa\x56\x81\x02\xcd\x4a\xa3\xb7\x2e\xc2\xdb\x50\xc1\xee\x76\xaa\x02\x05\x56\x47\xa7\xde\x2a\xd0\xfb\x74\xf0\x08\x8d\x5b\x3d\x08\x44\xf7\x5b\xa6\x1c\x04\xd2\xfa\xb2\xb7\x72\x10\xe8\x16\xf1\xb9\x95\x83\x40\xd5\xb8\x75\x2b\x07\x81\xd8\x9b\xa7\x6a\xf0\x3e\xed\x99\x9f\x03\xb5\x1f\x10\xfb\x3b\x72\xee\x9e\xf9\x40\xdd\x9d\xd5\x7e\x40\xec\xed\x53\xed\x77\xeb\x79\xeb\xee\xc5\x8a\x3f\x20\xf6\x26\xae\xf8\x03\xbe\xcb\xec\x88\x6f\xcb\x07\x7d\x34\x6f\xea\x7c\x13\x3b\x68\x49\xea\x5b\xf1\x77\x5f\xce\xf7\x6e\x73\xec\x38\xda\xda\x6e\x72\xec\x54\x74\xde\x7b\xaa\xba\x0e\xf8\x7e\x69\x9b\x83\xa7\xde\xc1\xde\x67\xd5\x75\xb7\x01\x80\x7b\x07\x55\x9e\x01\x66\x19\xde\xfa\xcb\x80\xd2\xd3\x8b\x1c\xd3\xe5\x98\x90\x62\xb7\x0e\xb3\x9b\xba\xcc\xbb\x49\xef\xd8\xad\xd4\x33\x7f\xeb\x56\xea\x01\xd5\xe3\xcc\x6f\xa5\xde\x6d\x60\x5f\x9f\xb6\xd9\xdb\x9b\xfd\xcc\x9e\xe9\xd9\xba\x15\x71\x7d\xda\xe6\x63\xb9\x7d\x2c\x2c\x3f\x45\x1c\x10\xff\xfe\xcc\x11\x70\x8a\x5f\xee\xcd\x43\x11\x07\xd4\x56\x6c\x72\x04\xa4\x6f\x6d\x3a\xa7\x86\x03\x4a\x48\xe1\x95\x70\xf7\xe3\x53\x51\x10\xa8\xce\x80\xb0\x80\xf6\xad\x3a\x03\xa2\x2b\x11\x54\x67\xf7\xe3\xf2\x73\xec\xea\x2e\xa0\x9a\xeb\x78\x5b\x8e\xe0\x56\x8a\x75\xb4\xca\xad\x14\xbb\x9f\x5d\xb8\x8a\x26\xc7\x49\x92\xd7\x5e\xcb\x4a\x31\x20\x2c\xf7\x7d\x2b\xc5\xee\xc7\x57\x5b\x25\xa1\x97\x0a\xa8\x56\x22\xbb\xf5\x52\xdd\xef\x1e\x14\xd3\xa1\x03\x0a\x68\xc6\x17\xde\x2a\x36\xa0\xa4\x75\x6f\x6e\x35\x19\x50\x8d\x3a\xba\xf5\x40\x01\xdf\x65\x0c\x54\x17\xd4\x4d\x92\x97\x07\xab\xde\xfa\x9b\x80\xd8\x4f\x45\x31\x07\x14\x2b\x68\xde\x8a\x39\x20\xf6\x74\x2b\xe6\x80\xef\xff\x1d\x81\x03\x7d\xf9\x64\x39\xb7\xaa\xb9\x5b\xe9\xd6\xf9\x9c\x3e\x4a\xb7\xe7\xb7\x47\x10\xb4\x0d\xdb\xb4\xf5\x26\x4d\xd3\x26\x37\x4e\x18\xc8\xa3\x28\x03\x42\x89\xff\xa8\xc9\x1e\xbd\x3d\x8c\xfd\x51\x93\x01\xdf\x2f\xbd\xe9\x65\x1b\xb5\x87\xd2\x7b\xde\x36\xf9\x5c\xd2\x9f\xbe\xb6\x7d\x5b\xee\x40\x1b\x3e\x0a\x30\x60\x9f\xa7\xfb\x28\xc0\x1e\xe3\xe9\xf4\x02\x3e\xba\x72\x80\xe8\xd1\xff\xfb\x7b\xfd\x18\x6e\xf7\x18\xe7\xe6\xd9\xa6\x8f\xca\x0b\x88\xbe\xef\xff\xd8\x84\xcf\x8e\xe5\xf9\xa8\xbc\x80\x70\x75\x3e\x2a\xaf\x07\x95\x95\x0a\xc0\x47\x99\x05\x34\x0b\x0c\x3e\xca\x2c\x20\x5c\x63\x8f\x32\xeb\xa1\xae\x71\x9a\xa7\xf9\x28\x8e\x80\x62\x5d\xff\x47\x71\x04\x74\x23\xf0\x1e\xc5\x11\xf0\xfd\xd2\x7e\x38\xcf\x95\xf5\x1f\xfe\xd2\x31\xa1\x8e\xd2\xb0\xf2\x47\x79\x04\x84\xb5\xc8\x1f\xe5\x11\x10\x1d\x51\xfb\x28\x8f\x1e\x93\xb2\xcc\x72\x7a\xd4\x47\x40\x74\x76\xc7\x47\x7d\xf4\x98\x94\x65\x3c\xdf\xa3\x40\x02\x96\x56\xc7\x47\x81\x04\x84\x2b\xf6\x51\x20\x3d\xc6\xce\x0d\x94\xc8\xa3\xf6\x01\xc2\x17\xe7\x51\xfb\x00\xd1\x97\x57\x39\xf6\xe6\xc3\xab\xfe\x9b\x03\x6d\x3c\x3c\xd7\xba\x4a\xe7\xa1\xe2\x5a\x0e\x3e\xf5\x8f\xba\x06\x08\x5f\xe0\x47\x5d\xf3\x7c\x22\x26\xac\xf3\xfe\x28\x62\x80\xef\x97\xb6\x39\x28\xea\x28\x58\x0a\xf2\x51\xc5\x3c\x78\x7c\xd2\x44\x81\x47\x19\x03\x0c\xf3\x70\x1e\x65\x0c\x50\xa4\x0d\x8f\x2e\x9f\x47\x97\x8f\x6f\xa1\xca\x06\x88\xfd\xc6\xa9\x6c\x80\x66\xa4\xc6\xa3\xb2\x01\xd2\x92\x5d\x8f\xca\xe6\x19\x3e\x28\xac\xec\x8f\x0a\xe5\x19\x8c\x09\x81\xf2\x28\x50\x1e\xbd\x3c\x03\x11\xf9\x28\x47\x80\x34\xae\xff\x51\x8e\x3c\xc3\xa7\xc2\xb7\xf9\x51\x68\x00\x21\x1f\x78\x14\x1a\x0f\xe5\x90\xd3\xf0\x93\x47\x42\x0f\x64\xb8\xe4\x25\xf4\x8f\xec\xdd\x52\xcd\x8f\xec\x1d\x28\xbf\x69\x93\x93\x66\xc2\x94\x35\x98\x1f\x13\xa6\x80\xe8\xbb\x69\xdf\xd4\x35\xcf\xd7\xff\x91\xbe\x03\x45\x99\xfd\xc8\xde\x81\x62\x2d\xfc\x47\x7a\xfe\x18\xfc\x37\x86\x6d\xae\x79\xea\x34\xec\x1d\x48\xc6\x0e\x44\x47\xde\x3c\x32\x76\xe0\xfb\xa5\x97\xb9\xe6\x61\xf1\x03\x23\xc7\x23\x89\x7f\x8c\x11\xb4\x3c\xf4\x23\x8b\x07\x42\xe2\xf0\xc8\xe2\x81\xef\x32\x7f\xea\x7c\x04\xc4\x04\x81\xf3\x48\xe3\x9f\x7d\x0e\x0c\xdf\x9e\x47\x17\x14\x90\x06\x26\x3e\xba\xa0\x1e\x53\xa6\x86\xfb\x82\x29\x53\x40\xec\xed\xd7\xe8\xc2\xc7\x94\x29\xeb\xab\x3d\xa6\x4c\x01\xa5\xf1\xb9\x78\x8c\x2e\x7c\x14\x0a\x83\xcf\xe7\xa3\x50\x78\x2c\x7f\xe6\x10\x14\x0a\x8f\x0e\x2d\x0d\xfc\x8f\xaa\x00\x88\xbd\x25\xab\x0a\x80\xef\x32\x86\x60\x1e\x15\x50\x2c\x94\xf8\x98\x47\xf5\xe8\xf7\xb2\x02\xf5\xa3\xdf\x0b\x48\x0b\xda\x3d\xea\x09\x20\x96\xfb\xb0\x7a\x02\xc8\x68\x36\x39\x76\x53\xab\x8c\x6e\x78\xf4\x7b\x01\x4b\x06\xf3\x18\xf8\x08\x7c\x97\x31\x6d\x46\x3e\x02\xe1\xb9\x05\x8f\xd5\x25\x80\xd8\x5f\x08\xc5\x09\x90\xba\x60\x1f\xc5\x09\x90\x7a\xc0\x1f\xc3\x23\x81\xf4\x78\xd7\x47\xb9\xf2\x6c\x4f\x1b\x9d\x55\xae\x3c\x26\x56\x0d\x1f\x81\x42\x04\x48\xe3\x51\x1f\x13\xab\x1e\xc3\x23\x87\xbb\xb5\xe1\x91\x40\x18\x2b\xf1\xe8\x7c\x7b\x0c\x8f\xb4\x10\xf5\xa3\xf7\x0d\x08\x33\x13\x1f\x55\xcd\x73\xf8\x8c\xdd\xe8\x75\xb5\x01\x69\x48\xf9\xa3\xab\xed\x39\x7c\xc6\x6e\x93\x86\x39\x02\xb1\xba\x97\xf9\x8c\x0f\xf3\xdb\x19\xbb\xde\xb7\xe7\x70\x54\xee\xc3\x3a\xd6\x80\x0c\x37\x1e\x1d\x6b\x40\x6b\xf3\x0f\x05\x46\x1f\xfd\x6e\x40\xd1\xfc\xfb\xe8\x77\x7b\xf4\xbb\x0d\x77\xee\x63\x0f\xf0\x45\x8f\xd1\x71\xfd\x6e\x8f\x4e\x36\x83\xbd\x1e\x55\x15\x50\xf6\xaa\x53\x55\x3d\xaa\x9e\xb1\x7f\x6a\xcf\x4f\xd2\xf7\x8a\x4d\xf6\xfc\xf4\xa3\xe2\x4a\x51\xa8\x00\xab\xbb\x2c\xf4\x52\x3d\x3a\x83\x26\x6e\xb6\x47\x67\x10\x10\x96\xd9\x7a\x54\x1b\xc0\xb2\x56\xcc\xa3\xdc\x00\x22\xed\xad\x72\xe3\xf1\xe4\x42\xf7\x5f\xd5\x06\x30\xb5\x10\x3d\x86\xe7\x3d\x54\x52\x4b\xeb\x51\x3e\x4a\x0b\x60\xd7\x7b\x7d\xf4\x22\x01\xdf\x65\x3c\x35\xdd\x48\xc0\x76\x9b\x3c\x7a\x91\x1e\x73\x86\x34\x25\x3d\x4a\x0b\x60\xfb\x48\x1e\xa5\xc5\x43\x3c\x5c\x5a\xe3\xf9\xb9\x77\x47\x5e\x1c\x0b\x74\x57\xd1\xf0\x98\xf9\x63\xc5\xfb\x47\x85\x00\xa4\xe9\x24\x8f\x0a\xe1\x31\x3e\x6d\xfa\x52\xcb\xf3\x1f\x5d\x2e\x6e\x5e\xf2\xfc\xe7\x75\xa4\x2e\x3c\x23\xc8\x80\xb4\xc4\xe3\x23\x81\x7f\xa8\xb5\x90\x13\x0b\xd3\x63\xd8\xd7\x63\xe2\x8c\x43\x90\x86\x03\x69\x1c\xe8\x23\x0d\x07\xb2\xb9\xc5\x49\xc3\x1f\x7d\x2a\xee\xc8\xef\xee\xc6\xc5\x55\xfe\xbd\x4f\xca\xb4\x19\x6d\x9d\x8f\x34\x1c\x48\xcf\xa1\x7d\x74\xaa\x3c\x32\x73\xb3\x69\x5f\x99\xf9\x4b\x89\xb1\xb4\xdc\xf2\x6b\x4c\x17\xb0\x0c\x2b\x7a\xf5\xb3\xbc\x12\x78\xcb\x2d\xbf\x12\x78\x60\xbb\x68\x5e\x09\xfc\x6b\x46\xcc\x1c\xfe\x34\x6c\xc3\xed\x35\xbd\xc1\xb2\x69\x79\x59\xa7\x2d\x6d\x4b\x7c\x12\xde\xe0\xb0\xc9\xf9\xb0\xbb\xcc\xc7\x5b\x7c\x06\x7c\x51\x5f\x2b\x91\x01\xdb\x2d\xf4\x1a\x77\xf5\xca\xd6\xa5\xae\xaf\x6c\x1d\x08\x73\x84\x5f\xe9\x38\xb0\x7a\xf5\x2a\x47\xa0\x07\xc5\x1a\x4f\x6f\xd9\x37\x3d\xf1\xea\x32\x50\x3d\x28\xc0\x76\x28\xbd\xf2\x78\x60\x79\x9a\xd8\x2b\x8f\x7f\x3f\xd2\x9e\x7e\xee\x5e\x49\xfb\x6b\xa5\x03\xcd\x73\xaf\x2e\x0e\x20\x2c\x33\xf1\xea\xe3\x00\x52\x8f\xe5\xab\x8f\xe3\x95\xb4\xcf\xfd\x6f\x4e\x1a\x87\x91\x68\x8b\x7b\x25\xed\xc0\x3e\x31\xf5\x95\xb4\xbf\xd5\xb7\xc5\xde\x4a\xbd\x81\xe5\xc1\x93\xaf\xd4\xfb\x35\xf9\xc4\x6c\xf4\xd7\xe4\x13\x20\x1b\xb2\xe3\x95\x66\xbf\xcd\xf5\xcd\x2e\xfd\xea\x4f\x00\x96\xa1\x25\xaf\x9c\xfa\xd5\x79\x60\x29\xeb\x57\x06\x0d\x84\x69\xe0\xaf\xde\x83\xd7\x1c\x15\xab\x2e\xbf\x32\x68\x60\x57\xc7\x7b\xf5\x15\x00\x2b\x78\x0f\x5e\x39\xf5\xdb\x5d\x0a\x6c\x59\xaf\x9e\x01\x20\x0d\x58\x7e\x25\xd5\xaf\xa4\xda\x92\xf9\xaf\xa4\x1a\xd8\xd5\xda\x5f\x49\x35\xb0\x3c\xb1\xe9\x35\xb2\x0a\xd8\xde\xc0\x57\x9a\xfd\x9a\x2a\x63\x55\xe7\x57\x52\xfd\x9a\x2a\xe3\xa3\x92\x54\xbf\x38\x02\x76\x95\xed\x57\xbe\x0c\x2c\xcb\xad\xbc\x7a\x02\x80\x65\xfc\xdb\xab\x27\xe0\x1d\xbb\xb7\x5c\xa6\x41\x1f\xd8\xbe\xc5\x57\x06\xfd\x0e\x4f\x6a\x64\x53\x7f\xc7\xfe\xa9\x47\x18\x32\x76\x8d\xe4\xaf\x41\x51\xd6\xcc\x7c\xb5\x92\x03\x69\x65\xcd\x57\x2b\x39\xb0\xdd\xbb\xaf\xa4\x1a\xf8\x7e\xc9\x1b\x2a\xab\x06\x52\x97\xc4\xab\x99\xfc\x95\x68\x47\xf1\xa7\x4e\x1b\x44\xdb\x5c\x85\x57\xa2\x0d\x74\x8f\x26\x7c\x35\x93\x03\xc5\x54\xc2\x57\xea\x0d\x74\xfd\x41\xaf\xd4\xfb\xd5\x98\x1e\xe5\x0f\x5f\xec\x57\x5b\x3b\x30\xf7\x76\x23\x59\x07\xfa\xdc\x9d\xf4\x69\x7c\x30\xf7\xde\x25\x59\x07\xaa\x15\xf6\x5f\xb9\x3a\xd0\x3c\x8c\xf9\x95\xab\x03\x45\xa1\xf5\xca\xd5\xdf\x8f\x84\xcf\xbd\xff\xc8\xc1\x81\x3e\x7c\x6d\xe4\xe0\xef\xc7\xb7\x67\x43\x55\xbd\xf2\x6d\x60\xee\x05\xa6\xd9\x1c\x98\xfb\x7d\x33\x2e\xec\xfd\x18\xf8\xdc\x8f\x5f\x06\x0e\x34\x8f\xfd\x7b\x25\xe0\xc0\xd4\x3f\xfc\x4a\xc0\x81\xae\xb3\xf9\x35\xbd\x07\x98\x96\xc7\x78\xa5\xe4\x40\x35\x1c\xfc\x95\x92\xbf\x6b\x2f\x1b\xdb\x1c\xe4\x47\xc3\xa7\xa7\x9a\xbe\xc6\x98\x01\xd5\x44\x8f\x57\xd3\x3d\x30\x3d\x8e\xf4\x95\xa4\x03\xc5\x64\xd0\x57\x92\x0e\x54\x4f\x89\x79\xe5\xe8\xc0\xd4\xeb\xf3\xca\xd1\x81\x62\x35\x8b\x57\x8a\x0e\xd4\xbd\xc5\x4a\xd1\xdf\x5d\xa3\x98\x71\x4b\xd1\x81\xa9\x2f\xf0\x95\xa2\xbf\x52\x74\x2b\x70\xbf\x52\xf4\xf7\xe3\xde\xd3\xc0\xa8\x57\xee\x0d\x94\xbd\x04\xe4\xde\x40\xb5\x72\xc0\x2b\xf7\x06\xbe\x3f\x63\x48\x92\xef\xd7\x82\x08\x76\x56\xf2\x0d\x0c\x95\xf5\x2b\xf9\x06\xba\xd1\x4d\xaf\xbe\x02\xa0\x2d\xe7\xd5\xd4\x24\xa0\x6b\xa1\x7f\x8d\x85\x03\xa6\x9e\xbf\x57\x87\x02\xd0\x35\xeb\xbc\xf2\x78\x60\x1a\xc3\xf5\xca\xe3\x81\x96\xbb\xfb\xce\x05\x41\x74\x9e\xbc\xf2\x4a\xe3\x5f\x69\xbc\xe6\xfe\x57\x1a\x0f\x14\xa3\x6d\x5e\x69\x3c\x50\x4c\xf8\x7f\x75\x4e\xbc\x3a\x27\x3c\x4c\xe1\xd5\x39\x01\x54\x0d\xba\xaf\xce\x89\xf7\x70\x9f\x40\x5c\xbd\xd2\x78\x20\xb4\x02\xbc\xd2\xf8\x57\x1f\x86\xb2\xe6\xd5\x87\xf1\x42\xed\xad\x5a\xfa\xca\xec\x81\xb2\x45\xe9\x2b\xb5\x07\x8a\xa9\x55\xaf\xdc\xfd\x35\x5f\xe9\xdf\x1d\x1c\x29\x67\xbb\xac\xe6\x2f\x1d\xe8\x07\x61\x42\xda\x2b\x9d\x07\x22\x1c\xbb\x74\x1e\x28\x06\x9d\xbf\xba\x4d\x80\x66\xfc\xd7\x2b\xc1\x07\x96\xdc\xec\x95\xe0\xbf\xe7\x1e\x3a\x0f\x4a\x8f\x08\x30\x4c\x52\x7f\x8d\x8f\x7b\x2d\x93\xa0\xc8\x7b\xf5\x88\x00\xc5\xa2\xb9\xaf\xd2\xe0\x3d\x1d\x53\xb3\x6b\x8e\xe9\x83\xaa\x54\x7b\xf5\x74\x00\x45\xef\xe5\xab\xa7\xe3\xbd\x7c\xa9\x1d\xba\x72\x01\x68\xa6\xf6\xbf\x06\xb5\x01\x5d\x5f\xe8\xab\xf3\xe3\xb5\x4a\x82\x5e\xda\x57\xef\xc7\x6b\x9a\x91\x5d\xd3\xfb\x01\xf4\x9f\x5f\x11\x9d\x1f\xaf\x51\x6d\x16\x10\x7f\xf5\x7e\xbc\x9e\xff\x62\x6f\x8d\x6a\x03\xaa\xc5\xf6\x5f\xa3\xda\x5e\x5d\x1d\x41\x54\xdb\xab\xf8\x00\xfa\xfe\xb0\x5c\x7b\x50\xaf\x97\xf1\x53\xdd\x1f\x40\x97\x45\xbf\x7a\x3f\x80\xea\x01\x25\xaf\x12\x05\xf8\x7e\xc9\x74\xa8\x51\x80\x61\x81\x9e\x57\x89\x02\x14\x0b\x7b\xbc\x4a\x14\x60\x58\x86\xe4\xd5\x6d\xf2\xde\xae\x5b\xd9\x94\x7e\x13\xa0\x58\xed\xeb\xb5\xd8\x33\xd0\x35\x33\xbe\x7a\x52\x5e\xf5\x4e\xec\x7b\xba\x94\x6f\x52\x63\x5c\x1d\xea\x1d\xa0\x37\xb9\xab\x9e\x14\xa0\x05\x3a\xe6\xd5\x93\x02\xd4\xb1\x7f\xe8\x04\xe1\x49\x31\x2a\xfa\x55\x14\xbd\x56\x4d\x08\x07\x60\xe8\x1b\xd0\x3c\xd7\xe4\xd5\xb9\xf2\xaa\x9d\xcc\xe7\x7c\xd5\x4e\xc0\xb0\x48\xe2\xab\x76\x02\xc6\x9f\xca\x9c\xbc\x46\xc6\x01\x43\x87\xe9\x6b\x64\xdc\xab\x8b\x66\xbf\x70\xba\x68\x80\x61\xa5\x88\x57\x17\x0d\x30\xac\x6b\xf1\xea\xa1\x01\x4a\xdf\x7f\xe6\xf4\x3d\xc4\xef\xf8\x60\x55\x6e\xaf\x95\x17\xf6\x3b\xae\x8b\x06\x28\xda\x59\x5e\xa3\xe5\x80\x91\x7b\xc4\xce\xdf\xe3\x02\xf3\x06\x7a\x6d\x80\xa6\x03\xe5\x35\xb7\xe8\xd5\x91\x13\x4e\xa0\x3a\x10\x18\xb9\x9b\x9c\x3f\x0a\xf8\x2d\x67\x5e\x3f\xce\xab\xd3\x66\x33\x5b\x9d\x36\x40\x0d\x79\x81\x02\x12\x28\x96\xe5\x79\x15\x90\x40\xfd\xd7\xe4\x6c\xe8\xa1\x31\x56\xf3\x55\x1b\x02\xdd\x73\xf9\x5f\xa5\xe1\xab\x0e\x64\xed\xe4\x0f\x1d\x28\x34\xce\xe2\xc8\x1f\x09\x40\x42\x1b\x9f\x3a\xca\x1f\x09\x40\x42\xc3\xb1\x9d\x3f\xc4\xa2\xd0\xe6\xbe\xaa\xdb\xc4\x32\xf9\x3e\x00\xf9\x43\x2b\x0a\x83\xf2\x20\xf9\x43\x2b\x0a\x95\xc2\xb9\xf9\x43\x2a\xe6\x4f\x5d\x18\xdf\xbb\x9b\x3f\x74\xa1\xd0\xc9\xd1\xca\x1f\xba\x50\xe8\xbf\xdd\xfd\xd3\xa6\x93\x5b\x16\x9a\x2e\x9b\xf6\x64\x38\xa4\xdb\xb6\x9b\xcb\xfc\xe5\x63\x93\x54\x7a\xda\x8f\xd7\x36\xbc\xf0\x76\xad\x38\x3f\x1f\xf4\x91\xdc\xa0\x38\x3f\x1f\x0c\x4a\x7c\xe4\xaf\x38\x3f\x94\x02\xc4\x6b\x96\xbf\xe2\xfc\x28\x45\x63\xb7\x39\x41\x05\xa3\x7e\x32\x8d\xc5\x09\xfa\x20\x39\xf1\x32\x7f\xc5\x09\xe2\xb4\x7d\xca\x57\xe4\xaf\x38\x41\x64\x0a\x61\xf9\xcf\x1f\x99\x42\xc2\xf7\xff\xf6\xcc\x39\xa3\x0e\x03\xe5\xba\xf3\x57\x9c\xb3\x82\x4d\x29\xec\xac\x73\xb6\xcf\xe7\xb4\xc9\x39\xd3\x3f\x15\x61\x37\x9c\xb3\x0f\x1a\xbe\xd2\xfc\x15\xe7\x8c\x5c\xa1\xba\x87\xe4\x94\x15\xbc\x68\x8d\x99\xad\x4e\x59\x65\x23\x4e\x3a\x5b\x9d\xb2\xea\x94\xf1\x7c\xab\x53\x46\x60\xe0\xb4\xfb\xd5\x29\xa3\x40\x60\xfd\xe8\x67\xfe\xaa\x33\x66\x49\x87\xb0\xff\xd5\xf9\xa9\xce\x0f\x7d\xad\xce\x4f\xdd\xfd\x67\xce\xaa\xfd\xaf\x3e\x73\xbb\x61\xff\x11\xc4\x84\x71\xe4\xaf\xda\xff\x0f\x46\x3a\xa4\x66\xff\x9b\x1b\xe5\xa2\x6b\xcd\xde\x5a\xbf\xbb\xd2\x8d\x66\x6f\x9b\x07\x1c\x2e\xdb\x7c\x9a\xcd\xae\x31\x82\x66\xd7\x94\xcd\xb1\xe8\x5a\xf3\xd9\x7d\xd0\x39\x43\x36\x7f\xcd\x47\xa7\x6c\xe6\x30\x84\xfc\x35\x1f\xd4\x07\x95\xe3\xd1\xf2\xd7\x7c\x50\xf8\xa2\x7e\xce\x5a\x73\x9c\x2a\x69\x92\xcd\xf2\xd7\x1c\x68\xf3\xa4\x7b\xef\xe9\x40\x4d\x35\x0a\x17\x77\xf7\xb1\x20\xa5\x87\xaf\x45\x77\xa0\x9d\x93\x39\x5c\x1c\xdd\x81\xaa\xa4\xc3\x77\xa0\xfb\x5c\x3a\xaf\xba\xfd\xe8\x8e\x5d\xf7\x14\x96\x9c\xfc\x75\x07\xcf\x81\xa0\xc4\xd8\xe7\xaf\x3b\xf6\xee\x40\x1d\x55\x77\xa0\x9d\x93\xb9\x16\xd3\xd6\x1d\xa8\x52\x9a\xb3\x95\xf2\xd7\x1d\x29\x95\x28\xc8\x1d\xcf\x5f\x77\xa0\x1f\x04\x5f\xdb\xfc\xf5\x3d\xd0\x97\x44\x6e\x7e\x38\x7c\xa2\x83\x22\xed\xc1\x2d\x87\x43\x1f\x95\x26\x3a\x3b\x1c\x27\x1a\xbc\x77\xc6\x34\x1c\xe6\x07\x41\x21\xeb\xfc\x0d\x87\x49\xa5\x41\xcc\xbb\xf9\x1b\x2e\xc8\xb1\x47\x4e\x2f\x86\x23\xff\xa0\x97\xfd\xff\x8e\x7c\xf0\x65\x0b\xff\xcc\xa7\x3e\xf6\x64\xf0\x50\x86\x93\x31\xd8\xd2\xc2\x3f\x73\x32\x28\x60\x31\x97\xfd\x77\x2e\xac\x47\x48\x66\x48\xfe\x86\x93\x61\x3d\x42\xd7\xf2\x70\x32\x0c\xa1\x5b\xbf\xff\xfe\x4e\xe7\x6f\x3a\x59\x93\x92\x14\xde\x7f\x3a\x59\x9e\x46\x84\x2d\x39\x7f\xd3\x85\x32\x9d\x40\xa6\x79\x3a\x81\x93\xe8\xa4\xc2\x60\xa6\x13\x48\x88\x5d\xae\x1f\x5d\x9f\xce\xe0\x07\x9d\x7a\x37\xf9\x9b\xce\x20\xe7\x11\x25\x99\x0b\xf9\x9b\x4e\xd7\x74\xba\x6c\x72\xba\x76\x55\x43\x6f\xe0\xfe\x66\x3c\x1d\x36\xed\xfc\x4d\xe7\x66\x22\x80\x5d\xe9\xd3\xa9\xe1\xa0\xa1\xbe\xff\xcc\xa9\xd1\xd5\x46\x25\xb8\xfc\x85\x83\x0a\xcf\xa5\xe3\xa9\x85\x83\xd2\xd5\x86\x6e\xca\x5f\x38\xaa\x60\xf5\x2f\x7f\xe9\xa0\x08\x98\x9b\xbe\xbe\xe1\xa0\xac\xd0\xc1\xd1\x11\xf9\x0b\x97\x05\x15\x3a\xf6\xde\x18\x8e\xd3\xa3\x4d\x5d\x9c\xe1\x38\x75\xc8\x2d\xdf\x9b\x70\xa0\x41\x40\xba\x93\x1b\xae\x14\x1d\x72\x18\xcc\xf2\x17\x2e\x15\x6a\x18\x12\x31\x97\xbf\x70\x3a\x82\x8d\xd0\xed\x2c\x9c\x0e\x7d\x74\xcb\xad\x36\xf6\x7c\xa8\xf2\xf8\xe5\x72\x29\x7c\xd0\xa9\xca\x94\xbf\xe5\x52\xf8\x60\x35\xa7\x7b\x39\x69\x8b\x95\xb0\xbc\xca\x49\x5b\x70\x20\x17\xec\x72\xce\x96\xf9\x30\xf4\x62\x39\x67\x6b\x4f\x10\x2b\x61\x39\x41\x1f\x64\x75\x59\x2f\x27\x68\xb1\x10\xdc\x67\x97\x13\x64\x10\xe0\xf2\xe3\xb4\x9c\xa0\x5d\x87\xc4\x26\x27\x68\xf1\x2a\xb9\xf5\x2e\xe7\x47\x6f\xdc\xda\xfd\x70\xe4\x8b\x73\x62\xdc\xdf\xd2\x91\x7f\x60\xdd\x97\xfc\xa5\x23\x4f\xaa\xd5\xef\xab\x1c\xb9\x16\x01\xb2\x31\xf2\x97\x0e\x9d\xf0\x41\xe2\xcf\xf2\x97\x0e\xdd\x6a\x25\x4b\xfa\x94\x8e\xfd\x83\x59\xfc\x52\xa4\xeb\x25\x9d\x8e\xca\xe3\x4c\xa7\x03\x9b\xc0\xfe\xa0\xa4\xd3\x61\x94\x21\x67\x70\xe6\x2f\x9d\x0f\x8c\x02\xfb\x2b\x96\x4e\x47\x1e\x5e\xc6\xe4\xa6\xf3\x91\x24\xcb\xca\x8c\xd2\xf9\x30\xb5\x6e\x49\x2d\xd2\x05\x93\x64\x09\xfb\xe5\x4c\x17\x8c\x9e\xbc\x4d\x2d\x0e\x27\xe4\x20\x4b\xd8\x2d\xee\x70\x42\x0e\xb2\x84\xdd\xdb\x0f\xe7\x03\xab\xc0\x1a\xdc\xf3\x70\x3e\xb4\x0a\x2c\x17\xe9\xe1\xe0\xc9\xad\xfb\xb9\x20\x0f\xc7\xae\x73\x8f\x13\x10\xf2\x77\x38\xaa\x0f\xda\xe6\x5e\x87\x83\xb2\x08\xe2\x72\x3f\x39\x1c\xd5\x41\xc6\xb7\x9f\xa7\xc3\x41\x1d\x6e\x98\x8d\x51\x1d\x7b\x54\x7c\x26\xf7\x65\xae\x85\xc3\x33\x3e\xb8\xea\x74\x2d\x9c\xe4\xc8\xbb\x21\x9e\x0e\x1d\x13\x40\x71\xc9\x9f\x0e\xfd\x74\x2d\x74\x66\xe8\x74\xec\x84\x4e\xee\xef\xce\xe9\xd8\x4f\x92\xe4\xe5\x33\xa7\x4b\xe1\x83\x46\x52\x55\xfe\x4e\x67\x83\x2a\x26\x7b\xef\x3b\x9d\x0d\xa3\x29\x97\x9f\xa7\xd3\xa5\x40\x19\x93\xbd\x07\x9f\xae\x84\x0f\xfa\x74\xc1\x9c\xce\xd9\x07\x7d\x7f\x77\x4e\xe7\xec\x83\x3a\xe4\x07\xa7\x53\x66\xe0\xe4\x92\x70\x9f\xce\x0f\x81\x93\x7b\xe7\x38\x9d\x1f\xcd\x09\x14\xb9\xcf\xdf\xe5\x6c\x50\xa1\xa4\xb9\x43\x5e\xce\x86\xb6\x83\xfd\xe5\xbc\x1c\xfa\xc5\xd0\x7d\x8f\x2f\x87\x8e\xed\x60\x6f\xa4\x97\x43\xd7\x76\xb0\x9c\x8e\xcb\xb1\x5f\xbc\x05\x6e\x27\x97\x43\xd7\xe3\x49\xba\x54\xfe\x2e\x07\xfa\x41\x2d\x3e\xbb\xcb\x81\x6a\x4f\x40\x7a\xe5\xef\x72\x54\x1f\xd4\xbe\xff\x6d\x8f\x8a\x64\xf0\xe0\x97\xb7\x4f\x1d\x73\xc2\xde\xd5\x6e\xc7\x79\x5b\x89\x85\x1f\xde\x8e\x53\x73\x02\xe7\xae\xe4\xef\xf6\xa9\xdf\x3c\x75\x77\x9d\xdb\xa1\xdf\x0e\x6a\xd8\xe6\xa0\x6e\x07\xe5\x3d\x1d\x94\x56\x81\xef\x65\xf9\xef\xaf\xf5\xed\x00\x29\x2d\x92\xd2\x91\xdb\x27\x69\x69\x11\xf9\xe0\xed\xe2\xdf\x85\x15\x99\xfa\xdb\x59\xd0\x95\xba\x94\x4e\xb7\xd3\x80\x2b\x75\xff\xd9\xe3\x34\x3c\x3e\x6f\xd9\xf6\xe3\x3c\x7c\x50\x9b\x1c\xf1\x71\x1e\xa8\x37\x92\x92\xae\xc7\x69\x30\x3b\x6e\xf9\xae\x3e\x3e\xdc\x87\x75\xed\x57\xf2\x71\x1a\x1e\x28\xe2\xfe\x7f\xa7\xe1\xe1\x24\x42\xb7\x8c\xc7\x65\xad\xab\x76\xa9\x20\x1e\x87\xfe\x38\x74\x06\xf0\x38\x74\x05\xff\x72\x87\x7b\x1c\xbb\x27\xd7\xfa\x12\x3e\x8e\xfd\xd9\x63\x67\xee\x1f\xc7\xfe\xb0\x04\x64\xaf\xaf\x63\x37\x8b\x6e\x13\xaa\xd7\x27\x49\x4c\x66\x75\x75\xbe\x2e\xe2\x17\x17\x92\xcf\xf6\x75\x9c\xfa\x82\xf7\x4d\x5f\x47\x85\x94\xef\x7e\xd3\x5f\x47\xa5\x6e\x5f\xbe\x9a\xaf\xdd\xc5\xa7\x4b\x78\x55\xfe\x5e\xbb\xfb\xf2\x1a\xfa\x65\x7e\xed\xad\x52\x9e\x53\x70\xb2\x28\xe5\xcb\x4f\x42\xc3\xeb\x5a\x14\xee\x40\x21\x66\x21\x8b\xc2\xbd\x98\x4e\x47\xcd\xfe\x2c\x2a\xf7\x62\xe9\x0e\xf6\xed\xa2\x72\x07\xbe\xcb\x6c\x9b\xb6\x51\x4f\x8b\x39\x2a\x4a\xf7\xa2\x74\x5f\xac\xf6\xa2\x74\x07\x3c\xf0\x37\x8b\xd2\xbd\x94\xdd\x37\xda\x14\xcd\xc0\x5a\xfe\x9b\xa2\xb9\x28\x9a\x39\x47\x2b\x8b\xa2\xb9\x58\xbd\xd0\x21\x28\x9a\x8b\x59\x71\xd4\x19\xca\xa2\x6a\x06\x96\x32\xab\xa8\x9a\x8b\x12\x99\x12\x42\x59\x94\xc8\x40\xa1\x0c\x71\x96\xb2\xfb\xb6\xeb\xee\x24\x6d\x8f\x6d\x4e\xb9\x37\x60\xca\x8b\x61\x97\xa4\x2b\x66\x51\xc4\x02\x3d\xed\xae\x22\x16\xe8\xe9\x3d\x15\xb1\xa5\x4e\x7f\xc9\xbf\xa9\x58\x81\x20\xc4\x38\x0b\x99\x6b\x59\x14\xb1\x94\xd0\xc9\xa2\x88\x05\x96\x1f\xad\xa2\x88\x2d\x7a\x75\xa9\x38\x93\xa5\xee\xbe\xb9\x78\xb9\x4c\x15\x0b\x2c\xea\x9c\x65\x21\x9e\x52\xe8\x8a\xa5\xa2\xae\x05\xc2\xed\xb1\xa8\x6b\x8b\x21\x96\x14\xa6\xc9\xd2\x1c\x41\xf3\x19\xf8\xff\x3e\x03\xeb\xde\x53\x86\x26\x4b\xf3\x19\x58\xf7\x3e\xfd\x37\xc7\x69\xd8\x25\x45\x67\xb2\xa8\x75\x81\xc1\x81\x04\x59\x9a\xcf\x80\x52\xf8\xee\x1f\x45\xf5\x5b\x7a\xf5\x97\xdc\x54\x29\x0a\x8c\x1f\xec\xb0\xa8\x44\x8b\xb5\x31\x48\x0a\xcf\xd2\xed\xc7\x07\x83\xa3\x0c\xb2\xa8\x44\x8b\x35\xee\x29\xa3\x92\x45\x29\x0a\x78\x68\x44\x96\x6e\xd7\x3e\xe8\x95\x17\xb2\x74\xbb\x66\xa4\xa4\xe3\xec\xbb\x6b\x26\x97\xd8\x74\xd9\x84\xaf\x91\xaf\x7f\x51\xae\x02\xd5\xaf\x67\x51\xae\x96\x4e\xdc\x17\x84\xb7\xa8\x4d\x81\xe8\xce\x8f\xda\xb4\x58\x1a\x9f\x62\x2e\x59\x86\x0f\x6a\x70\x10\x8b\x7d\x55\xaf\x16\x65\x27\xc5\x62\xb2\x28\x3b\x81\x4e\xd6\x79\x16\x65\x67\xb1\x90\x06\xe9\x7c\x59\x86\x63\x42\x77\x12\x10\x92\x45\xd9\x59\x86\xab\xcf\x05\xa3\xc8\x04\x3a\x81\x18\x59\xd4\x98\x40\x1b\x0e\x4a\x8d\x59\xf4\x36\xa7\x8b\x54\xc5\x08\x04\x11\x16\x59\x14\x8c\x40\x74\x88\x77\x51\x30\x96\x7d\xd6\x16\xb7\x54\x30\x02\xa1\xd5\xa9\xa8\x17\x81\xe6\x8e\x58\xd4\x8b\xc5\x08\x4e\x8a\xab\x67\x51\x1c\x16\x23\x38\xe1\xe2\x45\x71\x08\xd4\xee\xa4\x4d\x87\x69\x50\x27\xb9\x2b\x59\xa6\xcf\xce\xc3\x6a\x7d\x8b\x95\x90\xc0\x77\x99\x6d\x0e\xfd\x83\x46\x34\x45\x96\xb9\x87\xce\xf3\xac\xe3\xbf\xbf\xd7\x25\x7c\xdc\xc6\x7c\x62\x48\x2a\xe1\x5c\x05\x69\xa0\x4e\xa9\x3a\x14\x08\x32\x84\xb2\xa8\x43\x8b\x3a\x94\xcc\xf2\x2c\xea\xd0\x62\xc8\xa7\x6b\x5a\x1d\x0a\xd4\xea\x56\xa3\x0e\x05\x6a\x74\xaf\x72\x99\x7c\x50\xbb\x5b\x88\x32\x14\x68\x03\xfa\x57\x94\xa1\x40\x74\x97\xa1\x2a\xb4\x58\x4e\x32\xdd\xdb\xd5\x97\x85\xe3\x6e\xbb\x6b\x4e\x2d\x09\xd4\xbd\xa3\xaa\x25\x8b\x81\x9c\x78\x59\xb2\x28\x00\x8b\x81\x9c\xe8\xcb\xb2\xec\xac\x9a\x10\x63\x7f\x16\x35\x61\x31\x90\xb3\x33\x67\x6a\xc2\x62\x20\x27\xde\x84\x2c\x8a\x42\xa0\x13\x9f\x92\x45\x4d\x08\x7c\x97\xd1\x5d\x45\x21\x50\x08\x01\xc8\xa2\x28\x04\xa2\xbb\xc2\x96\x83\x5a\x04\x78\x63\xd7\x2c\xcb\xe7\xbf\x5e\xff\x8c\xa7\xa2\x4e\x04\x82\x60\xeb\x2c\xea\xc4\x62\x4a\x99\xaf\x9b\x3a\x11\x68\xfb\x6b\xa2\x4c\x2c\xe9\xb6\x85\xb1\xbc\x28\x00\x81\xa5\x85\xae\xa8\xff\x8a\x61\x9b\x0a\x9e\xa2\xb2\x03\x6a\xf8\x09\x53\xd8\x01\x8d\x93\x4e\xb3\x28\xec\x80\x58\x2e\x34\x75\x5d\x39\xdc\x57\x20\x51\x45\xc5\x56\x0e\xb2\x04\x9a\x4d\xae\x2a\x75\x97\xea\xa9\xa8\xbb\x80\xe8\x68\xac\xa2\xee\x02\x3c\x2a\x3b\x8b\xb2\x0b\x58\xc5\x8d\xfd\xd8\xf7\xe4\x0d\x71\x6f\x50\x4f\x95\xd3\x95\x8c\x6c\x29\xca\x22\x20\xba\x8f\x58\x59\x54\xcc\x28\x73\x41\x2a\x8b\x8a\x41\x93\x7b\x4b\x55\xdd\x14\x53\xc5\x7c\x9f\x55\x37\xc5\xa0\x49\x19\x78\xb9\xbc\x29\x41\x93\xcd\x75\xab\x6c\x01\xd6\xc4\xfa\x59\x94\x2d\xc5\x1c\x30\x19\x70\xb9\x7c\x52\x17\xf1\xb5\x6e\x65\x2a\x19\xe0\xbb\x8c\x7e\x28\x65\x00\x1d\xe2\x59\x94\x32\x45\x29\xb3\xf9\x92\x52\x06\x28\xc5\x2d\x55\x29\x53\xac\x1f\xbf\xbf\x43\x97\x6b\xf9\xe2\x3b\xe4\x40\x55\x37\x40\xdb\x7b\x82\xea\x06\x58\xc3\xf9\xbe\x7c\x04\x1f\xd4\xb1\x7b\xeb\x23\xf8\xa0\x0f\xa9\x86\x12\x08\xe8\xc5\xcf\xbe\x12\x08\xa8\xc3\x8e\x29\x81\x8a\x09\x65\x9b\x16\xaa\x81\x8a\x2e\x55\x37\x5e\x35\x50\x21\x9c\x93\xac\xb0\x2c\xb7\x93\x41\x51\x90\xee\xd4\xde\x4e\xc6\xbd\x27\x83\x87\xa2\x04\x02\xcc\x44\xcb\xa2\x04\x02\x62\xf3\xda\xdb\xb9\xf8\xc0\xb4\xb6\x2c\xb7\x73\x61\xe9\x90\xfd\x46\x29\x7b\x80\x12\x72\x03\x65\x4f\xf1\xac\x5c\xf7\x17\x65\x4f\x79\xf6\x13\x66\x9c\x2a\x15\x20\x96\xeb\xf1\xf1\x09\x13\x2d\xda\x9d\xb3\xc7\x31\x7d\xda\xa5\xfe\x7e\xf2\x3f\xc5\x0b\x90\xdd\x17\x4a\xf1\x02\x7c\x97\x31\x4e\xd5\x0b\x10\x9b\x03\x3d\x8e\x80\x43\x6a\x7f\x3f\x37\x6a\x85\x04\x60\xde\x5c\x16\x85\x04\x50\x7f\xda\x45\xca\xeb\x4d\x5f\x6f\xca\x0d\xd4\x16\xc0\x77\x19\xa3\x52\x5c\x00\x26\xce\x65\x79\xf7\x4d\x0f\xac\x8f\xfe\x99\x4b\xe8\x7d\xfd\xe5\x77\xd3\xaa\x90\x00\x92\xf4\x9c\xac\xfa\x04\x01\x93\xe4\xb2\x2a\x2d\xea\x8f\x7a\xac\x14\x51\xcd\xaa\x8e\x00\x92\x5c\x9f\xac\xea\x88\xfa\x0b\x2f\xf3\xa7\xcb\x36\xce\x39\x64\x83\xa9\x6a\x06\x60\x51\x9a\x28\xab\x9a\xa1\xfe\x2e\x7f\x69\xd7\x6e\xdb\x38\x8a\xe6\xe7\x2f\x1f\x9b\x70\x01\x60\x51\xa9\xfa\xf1\x80\xfa\xe3\xac\x8c\xac\x3a\xf2\x80\xec\xf1\x87\x4f\x75\xd5\xcf\x07\x64\x67\x9f\xad\x4a\x96\x5a\x1c\x33\xfb\x7d\x55\x9f\x00\x41\xd1\x8b\xac\xea\x13\x60\x11\x1d\x9c\x55\x79\x52\x3f\x91\xf1\xfd\x72\xd0\x66\xcf\x0b\x71\x80\x7c\x98\xab\x22\xa3\xd6\x5d\xa7\x8c\x1b\xa8\x28\x80\xc0\x3d\x9d\x55\x45\x01\x7c\x97\x05\x6d\xde\x94\x82\x19\x04\x06\x65\xd5\x53\x06\x24\x39\x74\x59\xd5\x1d\x80\x09\x8a\x59\xd5\x1d\xb5\xda\x35\xd8\x60\x55\x64\x00\x49\x32\x49\xd6\xba\xbb\xe6\xa4\x62\xea\xa8\x8a\x0c\x20\x25\x58\x55\x91\x51\x9b\x23\xe0\x03\x5e\x95\x14\x80\x09\x84\x59\x55\x14\xc0\x72\x1f\xa9\x2a\x8a\xda\x5c\xeb\x7c\xac\xab\xf2\x01\x30\xb5\x31\xab\xce\x33\xc0\x94\xc2\xac\x0a\x0a\xc0\x1c\xbd\xac\x0a\x0a\x20\xc9\xe3\xca\xaa\xa0\xa8\xcd\xf5\xc4\x46\x55\x75\x9e\x01\x49\x8a\x59\x56\x7d\x67\xc0\xc2\xf3\x9f\x55\xdf\x19\x90\x54\x44\xc9\xda\x1d\x79\x27\x55\x90\x1d\xae\xea\x4d\xab\xdd\x87\x32\xbd\xcc\x31\x75\x1f\x0a\xfd\x57\x9c\xd4\xee\x0b\xc1\xfb\x5b\x55\x22\x80\x59\x8c\x59\x55\x22\x40\x92\xa7\x93\x55\x25\x52\xbb\x03\x60\x57\xaa\x8a\x0c\xc0\xc4\xc6\xac\x8a\x8c\xfa\x29\x8a\xfa\x23\x42\x20\xab\x92\x02\x08\x1d\xec\x55\x45\x51\x87\xdd\xb5\x6f\x3a\xb7\x00\x53\x38\xb3\xea\xdc\x02\xbe\xcb\xfc\xa9\x4f\xe5\x83\x45\x8e\x7f\x56\x55\x46\x1d\xe9\x65\xf4\x4d\x95\x01\x2c\x4a\xc5\x65\x55\x65\x00\xab\xf9\xa4\x74\x6e\xd5\xe1\xf2\x73\xe1\x8e\x3d\x04\x96\xdf\xf2\x32\x9f\xc1\x24\x20\xef\xe7\x13\x55\x52\x00\x11\xce\xa4\x92\xa2\xce\xe1\x65\xdc\x54\xb5\x00\x98\x46\x9b\x75\x3a\x82\x4f\x06\x7c\x97\xd1\x5d\x65\x40\x9d\xae\x05\xfa\x21\xe5\xaf\xe1\xfb\xce\x17\xbc\x4a\xba\x81\x5a\x5c\xdf\x92\xee\x1a\x3e\x52\x87\x25\x9f\x06\x96\xce\xca\x2a\x9f\x06\xea\xaf\xb8\x7b\x49\xa8\x81\x1c\xee\x1e\xba\x75\x80\xd0\xe6\x5f\xf5\xea\xd4\x78\xfc\xa5\x97\x39\x21\x1f\x98\x6a\x99\x55\x8e\x0d\xac\x70\x77\xd2\x5f\x53\x57\xf5\x97\x74\x57\xef\x0c\x90\x72\x84\xaa\x77\x06\xf8\x2e\xf3\xdf\x1c\x15\xa7\x55\x0d\x77\x69\xd9\x79\x5d\xb7\x97\x31\x50\x69\x31\x10\x14\xe1\xcf\xaa\x43\xa5\x26\x2b\x90\x03\x5a\xb2\x4a\x8b\x81\x45\xe6\x46\x56\x69\x31\xf0\x5d\xc6\xbf\xc9\x8b\x01\xf3\x4c\xb3\xea\x3e\xa9\x39\xbc\x8c\x07\x23\x55\x06\x92\xf2\xe9\x59\xa5\xca\x40\xfd\x51\x6a\x26\xab\xbe\x12\x60\x35\xbf\x03\xba\x4a\x80\xef\x32\xdb\x7c\x08\x24\x42\x8d\x7d\x03\x1f\x42\x9e\x5e\x66\x7f\x7d\x0a\xd4\x89\x9f\x7e\xa3\xa4\xd4\x35\x5f\x2f\x63\xb9\x1d\x3e\x85\x0f\xcc\xf5\xcd\xaa\xab\xa4\x1e\x8e\x14\x23\x45\xd5\x31\x02\x24\xb5\x84\xb3\xca\xbc\x81\xef\x32\x3a\x72\xf8\x14\x38\x4f\x2a\x7c\xcc\xfa\x4a\x80\x1c\x38\x2e\xab\xbe\x12\xa0\xfe\x38\x8e\x25\xeb\xe1\xe0\x3f\x30\x6d\x35\xeb\xe1\xe0\x3f\x48\x2d\xd8\x55\x66\x0f\xe4\xf0\x5d\x96\xd9\x03\x66\xca\x66\x95\xd9\x03\x29\xd3\xac\x32\x7b\xe0\xbb\xa5\x97\xb9\x16\x0e\xd7\x82\x7f\xe6\x5a\x38\x5d\x0b\x3e\x03\xdd\x27\x80\x09\xcc\x59\x75\x9f\xd4\x73\x7a\x19\x5d\xd3\xe5\x01\xac\x39\xfe\xbb\x2e\x4a\x56\x1d\x22\xc0\xf7\x2f\xfe\xb3\x63\x3e\xb1\x46\xba\xf5\xa9\x19\x80\xfa\xa3\x74\x6d\x56\x45\x03\xb0\x48\x6e\xcc\xaa\x4b\x04\xc8\xb1\xbb\xe4\xa0\x2f\x47\xe3\x77\x4b\x1d\x01\x2c\xbd\x48\x55\x1d\x01\x7c\x97\xf1\x70\xd5\x11\x40\x0e\xbb\xa6\x8e\x00\xbe\xcb\xe8\x9b\x3a\x02\x58\xe4\xa1\x64\x55\x47\x00\xdf\x65\xac\x01\x75\x04\x10\xe1\x08\xd4\x11\x40\x0c\xbf\xcf\xca\x88\x7a\xb9\x8a\xfd\xb4\xab\x10\x80\xe4\x10\xde\xac\xd7\x1e\x95\xdb\xcb\x70\x08\x3e\xb7\x8b\xed\xc5\x7d\x43\x3d\x50\xe1\xfe\xbf\xe2\xe3\x95\xfc\x03\xa1\x71\xa9\xea\xff\xa8\xf7\xe5\x65\xb6\x79\x87\x0f\xcc\x06\xce\x2a\x13\x07\xea\xaf\xb8\x7b\xeb\x80\x00\x4c\xf3\xcd\xaa\x03\xa2\x3e\x4e\xa5\xcf\x4f\xc2\x0e\xe4\x70\xb3\x92\xb0\x03\xa1\x27\xb6\x4a\xd8\x81\x1c\xbe\x12\xfa\x1f\x80\x1c\x3e\x3d\x29\x3c\xf0\xfd\x3f\xcf\x45\x0e\x0f\xe4\x70\x1f\x95\xc2\x03\xf5\x57\xfc\xa8\xca\xe1\x81\xd5\xfc\x5a\xea\x93\xa8\x8f\x63\x77\x31\xe8\x80\x00\x56\x77\x72\x75\x40\x00\x49\x19\xd8\xac\xfa\x1f\x80\x1c\xbe\x26\xfa\x1f\x00\x33\xad\xb3\xbe\xae\xb5\x97\x37\x07\x11\x58\x5f\x9f\xc0\xeb\xf6\xe8\x77\x5c\xd9\x00\xe4\x70\xa7\x52\x35\x00\xdf\x65\x4c\x9a\xb2\x01\x58\x7b\x31\xab\x1a\xea\xeb\x8a\x91\xc2\xbf\xae\x18\xab\xf9\x61\xaa\xa8\x7a\x29\xaa\xb2\x41\xa3\x55\x53\x36\x00\x5f\x5b\xa7\xad\xd8\x46\x7f\x59\xb9\x4d\xdd\xd0\x7e\xf6\x97\x69\x6b\x3a\x16\x80\x1c\xb0\xde\xa6\x63\xa1\xa1\x11\xc8\xd1\xce\xa6\x46\x68\xbf\x7d\xd3\xef\x51\x35\x69\x3d\xb0\xd4\x8b\x4d\xde\x0e\xd4\x9f\xe1\x55\x4d\xe2\x0e\xa4\xd6\xad\xa6\xaf\xa1\x15\x5f\x3e\x38\x6e\x93\xb8\x03\x49\x51\xd6\x6c\x12\xf7\x56\x9c\xb7\xf4\xa6\xcb\x36\x44\x2a\x1b\x43\xd3\xaf\x00\xa4\x2f\x5f\xd3\xaf\x00\xe4\xa8\x76\xed\xb4\x89\x9d\x95\x6d\xa1\x19\x7a\xd7\x8a\x65\xc7\xf9\x5c\x34\x55\x00\x60\xe2\x79\x36\x83\xea\x80\x20\x5f\x20\x9b\x41\x75\xc0\xf7\x4b\xee\xa9\x43\x02\x58\x1c\x0d\x9f\x4d\xf9\xd0\xea\xf0\x32\x6e\xaa\x30\x00\x56\xb1\x6b\x0a\x83\x66\x29\x3d\xd2\x3a\xb2\xa9\x0c\x80\xa5\x63\xb7\x55\xc7\x59\x0f\x2f\x63\x3a\xaa\xa3\xe2\xd8\xa3\x59\x6c\x72\x54\x6a\x8a\x5a\x18\x95\x9a\x02\x30\x39\x3f\x9b\x9a\x02\x88\xe5\x7c\x28\x29\x5a\x73\x54\xde\x54\x2f\x05\xb0\x38\x52\x21\x9b\x92\x02\x58\xcd\x11\x28\x29\x5a\x73\xa0\xc5\x7f\x73\xa0\x1f\x24\x71\xff\xd9\x94\x14\xc0\x77\x99\x6d\x0e\xb4\xf9\xa9\xb4\xc9\x81\xb6\x3d\x02\x6f\xea\x08\x3c\x89\x77\x78\x03\x47\x60\x31\xbb\x0a\x4f\x68\x6a\x03\x20\x07\xbb\x7a\x53\x1b\x00\x8b\xaa\xf7\xd9\x8c\xb4\x03\xbe\x5f\xf2\xf8\xf4\x6f\x00\x39\xb0\x91\x36\xfd\x1b\xad\x3b\x2a\x78\x42\x53\x42\x00\xd9\x9d\x0f\xfd\x1b\x80\x75\x03\xb2\x29\x2a\x5a\xf7\x51\x39\x2a\x3d\x17\x40\x68\x37\x69\x7a\x2e\x9a\xaa\x82\x34\xc7\x6c\xaa\x0a\x20\x38\x32\x25\x9b\xaa\xa2\x8d\xe6\x65\x3c\x51\xc3\xe3\x00\xcb\x0b\x64\x53\x41\xb4\xe1\xec\xb6\xf8\xef\x8f\x76\x53\x3a\x00\x6b\xb9\xf0\x8c\x8b\x6b\xc3\xae\xf3\x21\x68\x4a\x07\x20\x38\xf4\x24\x9b\xd2\xa1\x4d\xfb\xe4\x6b\xad\x03\x01\xb0\x96\x41\x36\x1d\x08\x40\xee\xc7\xa6\x24\x68\x73\x99\x51\xc4\x0d\x74\x20\x00\x49\x75\xf1\x6c\x3a\x10\x80\xd8\xb3\xaa\x03\xa1\xa9\x1c\xaa\x2f\xe7\xdc\xfd\xf8\x88\x21\xc5\xcc\xb2\xe9\x40\x68\xd3\x75\xe1\x86\xa0\xed\x1f\x48\x4e\x97\xcb\xa6\xed\xbf\x21\x26\x7e\x15\xcd\xdb\x54\x13\xc0\x52\x9a\x34\x4d\xf8\x80\xe5\x1e\xb2\x69\xc2\x6f\x8a\x89\xba\xff\xcd\xee\x12\x23\x66\x2c\x4f\x53\x4c\xb4\x70\x19\x4f\xfb\xe1\xa3\x0c\x5e\x44\xd4\x4a\x53\x4c\xb4\xe5\x5b\x87\xe8\x68\xc6\x75\x01\xab\x41\xc5\x9b\xca\x01\xa8\x3f\x23\x80\x9b\xd2\x01\xb0\x2a\x44\x36\x95\x43\x23\xd1\xeb\x27\x25\x6a\x1a\xf1\x01\xeb\x38\x64\xd3\x88\xdf\x76\x5a\x17\x5f\xae\xa6\xc5\xbe\x19\xc5\xe5\x8b\xa2\xc1\xbe\x2d\x77\x48\x1c\x2f\x6d\xed\xfe\x72\x98\xbe\x2b\x4f\x53\x7c\x53\x26\x54\x74\x64\x53\x26\x00\x6b\x6f\xfb\xca\x84\xa6\x4c\xa8\x7e\x7e\x94\x09\x40\x6a\xfb\x6c\xca\x84\x76\x38\x21\x58\x06\x9a\xb6\x72\x60\x4d\x78\x77\x93\xc4\x03\xf9\x73\xcd\x48\xe2\x9b\x07\x34\xe9\x4e\x6a\x32\xf6\x26\x63\x77\x3e\x64\xec\x80\xa5\x78\xb2\x49\xd8\x81\xef\x97\x3c\x84\x63\xf7\x43\xc6\x4e\xd7\x64\xec\x4d\xc6\x3e\xed\x86\x53\x74\xb8\x28\x7d\xa4\x52\x76\x20\xf4\x1c\x34\x29\x7b\x93\xb2\x57\xbf\x65\x52\x76\x60\x19\x64\xd5\xa4\xec\x40\xfd\x35\xd8\x7e\xd3\x68\x0f\x58\xc4\x22\x9b\x2c\xbe\x71\x46\xd3\xaf\xf9\xe5\x32\xe2\x09\x58\x54\xe2\xcb\xa6\x69\x1f\xf8\x2e\xa3\x23\xda\xf6\x01\x8b\x51\x64\xd3\xb6\xdf\xce\xf0\x32\xa6\x52\x3a\x0f\x58\xd4\x23\x9b\x6c\xbe\x9d\x8f\x97\xf1\x5c\x8c\x49\x02\x2c\xea\x91\x4d\x73\x7f\x93\x80\x37\x5f\x49\x09\x78\x93\x80\x4b\x15\x24\xe0\x4d\x66\x6d\x80\x72\x93\x59\x03\xa9\x87\xb3\xc9\xac\x81\xb5\x77\x6a\x99\x35\xf0\xfd\x92\x19\xd7\x42\x0f\xc4\x7e\x4b\xb5\xd0\x37\x09\x78\xf3\xdb\x28\x01\x6f\x12\x70\x5f\x35\x09\x38\x60\xd5\x8d\x6c\x9a\xe8\xdb\x0d\x9b\xda\x5f\x38\x8d\xef\x80\x75\x32\xb2\xc9\xbf\xdb\x3d\xbc\x8c\xa9\xd4\xd4\x0e\xc4\x74\x04\x5a\xda\x01\x4b\x07\x65\xd3\xd2\x0e\xa4\xc1\xdf\x4d\x4b\x7b\xbb\xed\xad\x5f\x0c\xcd\xea\x4d\xe6\x8e\xf9\xa7\xdd\xbb\x6b\xec\x1f\xbe\x68\x12\x77\x20\x0c\x11\x6f\x12\x77\xa0\xfe\x9a\xdf\x15\x23\x87\x80\xa5\x16\x6c\x46\x0e\x01\x39\x7c\xb9\xa5\xf7\xc0\xf7\x4b\xff\xcd\x27\xf5\xb8\xcb\x30\x4c\xf9\x7d\x93\xb9\xb7\xfd\x6f\x0e\x0a\xe6\x1e\x3e\x02\x99\x7b\xd3\xd2\xde\x5c\xe1\x5a\xda\x81\x1c\x3e\x76\x29\x73\xd3\xd2\xae\x87\xa8\xc9\x99\x01\xab\x8b\x64\x93\x32\x37\x2d\xed\x46\xeb\xb5\x77\xdf\x81\x77\xd4\xc1\x6b\x69\x6f\xf2\x63\x4a\xa0\x67\x97\x1f\xf7\x9f\x6b\x92\xef\x50\x37\x18\x07\x48\x4e\x58\xc8\xae\x0d\xbd\xff\x0e\x2f\x5b\xb4\x9d\xb6\xa9\xc8\x1b\x4d\x97\x4d\xbb\x8a\x2e\xff\x26\x19\x06\x56\x85\x97\x76\xc9\x70\x97\x0c\x93\x17\x9d\x5d\x32\xdc\x25\xc3\x58\xe4\xbb\x64\x18\xc8\xb1\xfe\xf0\xd5\xee\x9a\xbd\x81\x1c\x58\x66\xbb\xec\xb9\x4b\x95\x75\xad\x76\xa9\x32\xb0\x0c\x30\xe9\x52\xe5\x2e\x55\xc6\xa6\xd6\xa5\xca\x9d\xa3\x6a\x7e\x54\x4c\xc8\x6e\xfe\x09\x90\x63\x39\x98\xc7\x26\xc7\xcc\x62\xec\x12\x63\x20\x39\x59\x29\xbb\xc4\xb8\xcb\x78\x49\x9d\xce\x2e\xe3\xed\xd8\xbd\xa9\x33\x95\x5d\x76\x0b\x58\x80\x28\xbb\xec\xb6\x4b\x5b\x9b\xa3\x92\xb6\x02\x4b\x1e\xd8\xa5\xad\x5d\x8e\xca\xd9\x04\xd9\xe5\xa8\x40\x72\xc4\x4c\x76\x39\x2a\xb0\x4a\x7a\x95\xb3\xd6\x5c\x8c\xac\x95\xae\xdd\x1b\x58\xee\x07\x5d\xda\xda\xe5\xa8\xcd\x39\x92\xa3\x76\xed\xde\xec\xdd\x5d\x8e\x0a\x7c\x97\x79\x53\xa7\xb2\x69\xcf\xf1\xa6\xae\x1e\xa9\x2c\xa5\x69\xb3\x4b\x65\xfb\xa6\xb2\xfe\xdb\x1e\x15\xdb\xa8\x57\xc9\x64\x7b\xf7\x4d\x74\x08\x12\x52\x60\x19\xb9\xd4\xb5\x72\xf7\x4e\x3f\x94\x1d\x5d\x63\x35\x90\x03\x0a\xd9\x25\x9f\xc0\x77\x99\x3f\x75\x19\x53\x61\x8c\xa2\x63\xd9\x25\x9f\x7d\x14\x2f\xe3\xa6\x1a\xab\x81\xf5\xf3\xb9\x18\xfe\xd2\xc7\x3e\x0f\xd0\x36\xfb\x26\x21\x85\xde\x76\x09\x69\x1f\xaf\x97\x71\x07\x53\x1c\x00\xcb\x0d\x66\x37\x60\xa5\xcf\x7d\x24\x18\xa3\xd7\x96\x0c\x24\x67\xba\x64\x97\x5d\x02\xdf\x65\xb6\x79\x07\xe9\x25\x4c\xa1\x4b\x2f\x3b\x81\x27\x3f\x9d\xb5\x5d\xe2\x08\x84\x9f\xed\x2e\x6f\x04\xea\xcf\xf0\x81\x2e\x71\x04\xac\x32\x94\x5d\x2b\x74\x97\x4b\x1a\x8c\xd0\xe5\x92\xdd\x83\x43\xf9\x14\x74\xb9\x24\xf0\x5d\x46\x47\x0c\x24\x01\x16\xd5\xbd\xb3\x1b\x48\xd2\x09\x07\xf9\x75\x5f\x05\xc9\x64\x37\x2d\xc1\xb7\x54\xfb\x35\x50\x7f\xa6\xc3\x74\x0d\xd8\x80\xa5\x8d\xb2\x4b\x39\x7b\xf8\x4c\xbb\x1d\x71\x58\xe6\x20\x38\xbd\xc6\x88\x00\xcb\xb8\xbe\x2e\x0b\x05\xcc\xb0\xcc\x2e\x0b\x05\x96\x79\x34\x5d\x93\x76\xd7\x30\xad\x7f\xbf\x4b\x2f\x3b\x45\x03\xfe\x5d\x66\x6f\x17\x27\x16\x7a\x4b\xc3\x41\x80\xa2\x91\xa8\x4b\x2e\x81\xa9\xab\xae\x4b\x2e\x81\x69\x1a\x4d\x37\x1a\xa4\xaf\x9b\x26\x1e\x8a\x36\x6e\xa0\x69\xcc\xef\x32\xd0\xfe\xb1\xce\x69\xc6\x4a\xd7\xc4\xdd\xad\x19\xd0\xdd\xf4\xb5\x71\x03\x65\xba\x48\x35\x71\x77\x33\x04\x9c\x0b\x4d\xdc\xc0\x34\x89\xa5\x9b\x20\x00\xcc\xf5\xf3\xbf\x5c\x55\xe9\x93\x43\xb4\x74\xe9\x2c\x30\x15\x4f\x5d\x36\x0b\x7c\x97\x31\x26\xe9\x2c\x50\x48\x46\xcf\xae\xd1\xbb\xe7\xf5\xfd\xb2\xf8\x67\x3e\x25\xea\x01\x48\xe5\xbb\x81\xff\x40\xa9\xcd\xce\xee\x91\xbf\xc4\x13\x70\x95\x26\x6f\xa0\x52\xe7\x28\xbb\x26\x6f\xa0\xe8\x2d\xec\xf2\x67\xa0\x50\x08\x3c\xbb\xfc\xb9\x1f\x0c\xdc\xe9\xd1\xe0\x0d\xf4\xb6\x7f\xe8\xc0\x0f\x0e\x0c\xdb\x4d\x8e\x1b\x83\x77\x73\x61\x4b\x9f\x81\x66\x36\x4c\x97\x3d\x03\xc5\xec\xa3\x2e\x7b\x06\xe6\xbf\xab\x5c\x03\x07\x6b\xa0\xd8\x2f\xd7\xc0\xe1\xe4\x30\xad\x92\x67\x60\x9a\x32\xd3\xe5\xce\x40\xcd\x7d\x95\x93\x73\xb2\x2c\xe0\x7b\x5d\x9e\xdc\x4d\x16\xf0\xef\xb5\x76\x03\xd3\x24\x94\x2e\x73\x06\x9a\x2e\x93\x2e\x73\x06\xe6\xc2\x53\xd1\x25\xce\x40\x29\xed\xbf\x4b\x8f\x66\x97\x57\xf7\x93\xf1\x4a\x1d\x34\x75\x03\x9d\x7a\x3f\xd9\x35\x75\xf7\x93\xc1\xb9\x5f\x19\xfc\x0f\xd4\xb2\x7f\xb8\x07\xf7\x7e\x57\xc1\xe8\xba\x44\x1b\xe8\x94\x4a\xc9\xae\x3d\x1c\x68\x13\x61\xda\xb5\x87\x03\x45\xb3\x7c\x97\x8d\x03\x75\xfa\x4a\xc9\xc6\x81\xc9\xf9\x4d\xd9\xb5\x86\x03\x4d\xb7\x54\xd7\x1a\x0e\x54\x6a\x1f\x65\x97\xb2\x03\xdf\x8a\xb7\x17\xae\x06\x4a\x96\x19\xfb\xd1\x35\x69\x03\xdf\x65\x0c\x49\x9b\x76\xbf\x79\x12\xf6\x4c\xfb\x75\xbf\xdd\x72\x5c\x6e\x06\xb4\xf4\x9b\xd7\xcc\x5d\x4e\xfe\x0c\x4c\x33\x1c\xba\xfc\x19\x98\x9a\xb3\xba\x91\x2a\xc0\xf7\x67\x5e\xe6\xfc\xdf\xac\x37\x98\x66\x97\x65\x03\x6d\xca\x58\x34\x99\x03\xd5\xf0\xa4\x2e\xf1\xee\x0f\x8b\x0b\xee\xd9\x65\xd4\x40\x37\xa2\xb4\xcb\xa8\x81\xb9\x29\x97\x8c\x1a\x68\xcb\xa7\x24\xa1\xee\x0f\xfb\x8b\x53\xa6\x75\xbc\x3f\x7b\x7f\xa1\x63\x9a\xc7\xfb\xc3\x28\x9d\x0b\x09\x35\x30\xf7\xcb\xae\x25\x1c\x98\xcb\x41\x6a\x09\x07\xa6\x79\x3f\xdd\xe8\x7c\xa0\x84\xec\x4d\xdb\x38\x50\xf7\xab\xf7\xec\x41\xb2\xc8\x64\x26\x1a\xc2\x81\x5a\xdc\x31\x35\x84\x03\x5d\xaf\x40\xd7\x10\x0e\x94\xea\x1b\xf4\x3a\xee\x97\x41\xba\x14\xe5\xf9\x40\xd7\x5e\xd7\xa5\xf9\xc0\x5c\xce\xb4\x34\x1f\xe8\xd3\x8d\x43\x96\x0f\xcc\x25\x5d\x94\xe5\x03\xed\xe7\x4c\x1b\x4f\xd3\xb5\x9f\x77\xc7\xad\xfd\xbc\xbf\xbc\x5c\xbb\xaf\x0e\x92\xd3\x39\x95\x8a\xdd\x90\x7e\x60\x9a\xba\x30\x54\x0c\x40\xa3\x6e\x56\x0e\x0d\xea\xc3\xe4\x7c\x7a\x31\x34\xa8\x03\xd3\x2c\x85\xa1\xac\x00\xa6\xf9\x0d\x43\x59\x01\x14\x4e\x7c\xcb\x61\x68\x0e\x50\x38\xcb\xe7\x93\x20\x36\x31\x15\xe1\x55\xcb\x26\xce\x4a\x2e\x5e\x95\x36\xf1\xb8\xf7\x0f\x4f\x9b\xce\xef\x3b\x07\x2b\x1c\x2a\x14\xa0\x99\x37\x35\x0c\xdf\x19\x3f\xc6\x88\xd8\x1b\x6a\x16\xa0\x19\x71\x3d\xd4\x2c\x40\xe3\x40\xa6\x1c\x4a\x96\x51\x26\x3f\xe4\xbf\x8c\xee\x07\xba\x11\x1e\x43\xb1\x01\x4c\x33\x1b\x86\x62\x03\x28\x12\xe9\xa1\xd8\x00\x6a\xec\xbf\xb7\xf7\x85\xc5\x8a\xd6\x18\xda\xe5\x87\x92\xc4\xb0\xb6\xa1\x24\x19\x85\xee\xa3\x07\x87\xf2\x03\xa8\x3f\xaa\xde\xe4\x50\x7f\x00\xcd\x57\x6b\x68\x97\x07\x26\x47\x74\x7f\x32\xce\x26\x36\xc0\xf4\xcf\x7c\x46\x14\x89\xe3\x94\xb2\x1c\x46\xf5\x00\x9d\x92\x65\x9f\x62\xb3\x89\x73\xea\xd9\x78\x86\xc6\xfb\xa1\xf1\x9e\x72\xf0\x39\x94\x37\x40\x33\xbd\x62\x28\x6f\x80\xc9\x79\xd9\x39\xaa\x93\x51\x1d\xb9\xb7\x74\xe4\x95\x6f\xdf\xfe\xa1\x03\xa7\xae\xb3\x1e\xe7\xa1\x2c\x02\x6a\x71\x7a\x94\x45\x40\x6d\x7c\xd5\x86\xd6\x7c\xa0\x5a\x64\x61\x18\x20\x34\x1a\x53\x81\x30\x18\x0a\x25\xe0\xeb\x3e\xb7\x54\x29\x01\x53\xc6\x38\x14\x4a\xc0\x34\x01\x63\x28\x94\x46\xe3\x89\x43\xf8\x87\xa2\x08\x68\xc5\xc7\xab\x26\x02\xa6\xa1\xed\x43\x4d\x04\x14\x3d\x3d\xc3\xdc\x7a\x60\x1a\xb4\x3c\x0c\x0f\x1a\x2a\x27\x23\x14\x87\xca\x69\x7c\x32\x69\x72\x0c\x54\x0e\x65\x12\x50\x46\x2f\xff\xfd\x55\x1e\xfa\x03\x80\x6a\xce\xd0\xd0\x1f\x00\x4c\x0e\x9c\xce\xa1\x3b\x60\xf4\x3d\x2f\xac\x4b\xe5\xd7\xe0\x2c\x9b\xfc\xd9\xe4\xd3\x27\xcb\x5e\x65\x38\xb4\xfd\x03\xdf\x2f\xbd\x81\x13\xc3\xf9\x36\xc9\xb7\x74\x28\xd2\x80\x6a\x62\xca\x50\xa4\x8d\x2d\xd2\xa6\x6d\xce\xcc\x07\x93\x73\xa2\x73\x28\xd2\x86\xc9\x0d\xfb\xcf\x9c\x98\xee\xc4\xd0\x0d\x93\x1b\x80\x12\x2e\x12\x23\x91\x80\x62\x38\xe0\x50\xdc\x8d\x4f\xb5\xcd\x74\x6b\x52\xb5\x01\x5f\x2f\xf8\x7f\x23\x91\x06\x07\xd0\x98\xf7\x32\x8c\x30\x1a\xfa\x09\xf4\x84\x0c\xfd\x04\xc0\x94\x94\x0d\xfd\x04\x40\xdd\x7b\x8c\xa9\x0d\xc0\x4c\xd7\xaa\x41\x47\x63\xd0\x7f\xa8\xdb\x50\x28\x02\xdf\xff\xdb\xe6\x00\x26\xcf\x09\x56\x36\x14\x8a\x40\xd5\x2e\x37\x14\x8a\x63\x32\x65\x98\x0c\x87\xca\x0e\xa8\xfb\x31\xa9\xec\x80\xfa\x33\x48\x73\x98\x53\x00\x4c\x0e\xdf\xcd\xa1\xd8\x03\xaa\x6e\xa1\xa1\xd8\x1b\x14\x9f\xe3\xa8\xe8\x4f\x3d\xdb\xe4\x9c\xb9\x79\xeb\x38\x00\xda\x1e\x93\x5a\x0f\x08\x0b\x2b\x0c\xb5\xde\x88\xdd\x0d\xef\x69\x37\x48\x07\xd7\xed\x34\xd4\x62\xc0\x6a\x30\xe0\x61\x78\xd1\xd0\x6f\x60\xac\xe8\xd0\x6f\x00\xa4\xc1\x04\x43\xbf\x01\xb0\xf6\xd3\xd4\x6d\x30\x96\xbd\x75\xff\x36\xbc\x08\xc8\xe2\xc6\xa9\xdb\x60\x2c\x17\xb2\x7b\xba\xca\x0e\x08\x13\x1a\x86\xca\x0e\xf8\x2e\xb3\xbb\x2e\x84\x0f\xd6\xbf\x7f\x73\x21\x7c\x90\x9c\x9e\x90\xc3\x40\xff\x61\x48\x93\x21\x80\x43\xb9\x07\xa4\x7a\x63\x28\xf7\x80\x25\xc3\x1c\x3a\x1c\x86\x51\x4e\x46\x22\x0e\x25\xe0\x30\xca\xc9\x9d\x46\x05\x38\x8c\x72\x32\x98\x6d\x28\x01\x81\x65\x19\x8f\xa1\x04\x04\xd2\xa0\x89\xa1\x04\x1c\xba\x2a\x8c\x48\x1b\x8a\x3b\x60\x29\x0b\x87\xda\x6e\x1c\xf6\xc3\x0d\x5b\xf5\x05\x2c\x63\x95\x87\xea\x6b\x18\x83\x64\x0c\xcf\x50\x7e\x01\x61\x42\xc0\xd0\x7d\x01\xec\xbc\xda\xa1\x22\x03\xc2\x84\xb0\xa1\x22\x1b\xc6\x1b\x19\xe4\x34\xd4\x5f\x40\x98\x24\x36\x8e\xdd\x35\xa3\x7a\xbd\xa5\x4f\xea\x38\xfc\xa5\x5d\xf3\x49\x11\x70\xb4\xbf\x25\x0a\x30\x20\x8b\x1f\x34\x05\x18\x90\xa6\x85\x0e\x05\xd8\x38\xf7\x59\xc9\x3c\x29\xb5\x15\xb0\x2c\xcb\x32\xd4\x56\xe3\x1c\x5e\xc6\x4f\xd5\x45\x40\x16\x77\x76\xe3\x8d\x86\xd1\x43\xfa\x64\x86\xfe\x86\x61\xf4\x90\x9f\x4c\xa3\x87\x86\xd1\x43\x46\xd0\x0c\x25\x15\xb0\xf6\xc7\x5c\x49\x05\xa4\x19\xfe\xc3\xe8\x21\x20\x25\xad\xe3\xdc\x23\x60\xa9\xf9\xe5\x53\x65\x01\x69\x5c\xcc\x50\x65\x0d\xdd\x19\x06\x6e\x0d\x05\x14\x90\x66\x12\x0c\x05\xd4\xb8\x1c\xa7\x6f\xa8\x72\x09\x48\xce\x43\xcf\xa1\x5c\x1a\xca\x25\xe3\xdd\x86\x72\x09\x48\x43\x7b\x86\x2e\x8e\xa1\x8b\xc3\x00\x86\xa1\x8b\x03\x58\x25\xec\x87\x43\xe7\x08\x1b\xe3\x67\x86\x1e\x0e\x60\x19\x08\x32\xf4\x70\x0c\xb5\x97\x41\x65\x43\xed\x05\xa4\xb1\x32\x43\x0f\xc7\xb8\x9b\x97\xf1\x53\x93\xa7\x81\x34\xf2\x66\x28\xc7\x80\xb4\xba\xca\xd0\xe9\x01\x84\x7a\x6f\xe8\xf4\x18\xba\x33\x74\xeb\x0f\x85\x16\x10\xb9\x7e\x7f\xf8\x54\xab\xc3\x80\xfa\x1b\xfb\x9f\x7d\x6a\x78\x40\x0c\xb9\x19\x7a\x40\x86\xee\x0e\x83\x86\x86\xe2\x0c\x88\x90\xea\x28\xce\x80\xdc\xd4\x59\x71\x36\x9e\xee\x2f\x79\xe0\xfa\x36\x80\xe4\x68\xc0\x1c\xaa\xb3\xa1\xbb\x43\x13\xf6\xd0\xdd\x01\xd4\x70\xf5\xa8\xce\x80\x61\x4c\xec\x50\x9d\x01\xad\xf9\xc5\x52\x9d\x01\xc3\x78\xe0\xa1\x3a\x1b\x86\x2e\x19\xa0\x36\x94\x67\x40\xf9\xb9\x37\x2a\xcf\x80\xa6\xc1\x6c\x3c\x7b\xe8\x54\xf7\xf7\x5b\xa4\x62\x03\x5a\x25\xd8\x68\xa8\xd8\x80\x11\xbe\x0f\x2a\x36\xa0\x19\xcd\x3f\x54\x6c\xc0\xb0\x78\xd7\x30\xe5\x1a\xa8\x9b\xd0\xe9\xbf\x19\x9f\x88\x1b\x9b\x56\x2a\xe2\x86\xc5\xd3\x7c\x9f\x15\x71\x40\xef\x2e\x73\x45\x1c\x50\xf7\xf4\x2b\xe2\x80\xb2\x24\xf0\x8a\x38\xa0\x85\xac\x52\x0d\x07\x0c\xab\x6d\x0d\x63\xa0\x80\xba\xdc\x2d\x94\x75\xc0\xb0\x8c\xd6\x50\xd6\x0d\x3d\x41\xc6\xb4\x4d\x75\x1d\x50\x54\x97\x53\x5d\x07\x14\x93\xba\xa6\xba\x6e\xfe\xf6\x31\xe3\x34\x35\x9b\x3a\xff\xdf\x68\x1a\x36\x69\x2e\xf3\xaa\x69\x13\xb3\x83\xca\x9a\x46\x53\x4d\xb3\x30\x8c\x7c\x9b\x0a\x3b\x60\x28\xc7\xa7\xc2\x6e\x5a\x74\x6d\xd9\x8b\xc3\xa6\x9b\xab\x82\xa6\xc7\xa6\xe7\xbb\x2a\xfd\xff\xd7\xa6\xf7\xbb\x8a\x8f\xf9\x54\xd8\x01\x45\xbf\xc9\x54\xd8\x01\x55\xb6\x33\x15\x76\xc0\xd0\x8e\x3d\xf5\x45\x4d\x93\x2c\xf4\xda\x4f\xbd\x4d\x40\xd5\x24\x33\xf5\x36\xcd\x4f\xff\x0d\xf7\xf9\xa9\xfe\x03\xbe\x5f\xda\xe6\x90\x3e\xb5\x37\xac\xab\x35\x55\x7b\xc0\x77\x99\xff\x76\xd9\x86\x6d\xa2\xd8\x74\xdb\x44\x19\x94\xee\x00\x1c\xb9\xc1\x5a\x06\x70\x4d\x83\xb5\x80\x62\xe4\xd7\x54\x14\x4e\x45\xa1\x11\x40\x53\x51\x08\x74\xd3\x1f\xa7\xa2\x70\x9a\x3d\xce\xa7\x76\x2a\x0a\x67\x75\xcf\xc5\x36\x34\x95\x68\x40\x4f\xa8\xc7\x34\xe2\x6a\xea\xa7\xfa\x77\x53\xfb\xf6\x41\x33\x98\x62\x2a\xc8\x66\xb3\x1f\x6c\x23\x53\xf9\x35\x4d\x02\x87\x9d\x4d\x5d\x57\x40\x99\x2e\x34\x15\x19\xd0\x0b\xec\x6f\x2a\xc8\x80\x5e\xf9\x1a\x4c\x05\x19\xd0\x65\x14\x53\x41\x06\x54\x8d\x30\xd3\x80\xab\xd9\xfc\x5e\xba\x44\x95\x5f\x40\x9f\xae\x2a\xe5\x17\xd0\xd3\x21\x29\xbf\x80\x6e\xe6\xcb\x54\x7d\x01\xf5\xa7\x23\x78\xb6\x3d\x4c\xd2\x33\x18\x91\x82\x0c\x68\xe6\x26\x4e\x15\x17\xf0\xfd\x90\xff\x57\x72\x01\xdd\x5c\xd3\xa9\xe4\x9a\x4a\x2e\x0d\x2c\x53\xc9\x05\x94\x70\xe4\x7a\xbc\x80\x4a\x05\xd5\x9c\x06\x65\x01\x95\x73\x5a\x73\x2a\xcc\x80\xaa\x21\x63\x2a\xcc\x80\x52\xf7\x2d\x5d\xa1\xe4\x9c\x9b\xca\x3a\xd5\x65\xd3\xd0\x2d\xa3\x65\xa6\xc2\x0c\xa8\x73\x0f\xd3\x29\x23\x74\x6b\xed\xff\x77\xca\xd0\x65\x56\xa6\x99\xea\xb2\xd9\xdd\x81\xd8\x79\xa7\xc2\x0c\x68\x52\xba\xa9\x30\x9b\x63\x8f\x9c\x31\xe9\x4f\x03\xba\xe9\xb3\x53\x65\x06\x34\xe3\x0d\xa6\xc2\x6c\x1a\xf3\x65\x70\xc8\x34\xa8\x0b\x58\x56\xfa\x98\x06\x75\x4d\xc5\x9a\xbe\xbe\xa9\x58\x03\xca\x2f\x6d\x72\x50\xc3\xef\x50\xfc\x77\xed\xef\x9c\x8a\x39\x60\xa9\x02\xa7\x62\x0e\xf8\xfe\xc5\xae\xbb\x4e\x06\x55\x12\x20\x90\x53\x81\x37\x15\x78\x46\x5e\x4c\x05\x1e\x50\x64\x0d\xd3\x44\x13\xa0\xeb\xcd\x9f\x6a\x3e\x60\xc9\xab\xa6\x9a\x0f\x28\xe6\xbb\x4c\x7d\x83\x73\x4e\xff\xdf\x5f\xba\x2a\xa8\x8a\x6e\x4d\xcc\x69\xad\x33\xa0\x37\xd7\xa6\xd1\x68\x40\x53\x9a\x4f\xa3\xd1\x80\x6a\xb5\x9c\xa9\x53\x71\x1a\x8d\x66\xb4\xca\xd4\xab\x08\x74\xc3\x75\xa7\xd2\x73\xea\x41\x54\xa1\x4e\x45\xe5\xd4\x83\xd8\x6c\x72\xe4\x7a\x10\x0d\x78\x98\x7a\x10\x81\x6e\x85\xcd\xa9\x07\x11\x88\x65\xd7\xd4\x9e\x40\xb7\x26\xe3\x34\x8c\x0d\xa8\xb3\xf8\x43\x17\x0a\x6a\x74\x42\xee\xa6\x6a\x14\x68\x8a\xfa\xa9\x1a\x05\x56\x75\x1d\xea\x78\x9c\xe1\x9a\x70\x39\xe9\x52\x04\x56\xfc\xec\xab\x0f\x5d\x67\xa1\x0e\xca\xa9\xb3\x10\xe8\xc6\x32\x4d\x65\x26\x50\x0d\xc6\x9c\xca\x4c\xe0\xfb\x25\x0f\x5d\x9f\x22\xd0\x0d\xa0\x9a\x2a\xcf\x69\xc4\x9a\xa1\x73\x53\xe9\x39\x3d\x2c\x68\xff\xd2\xa7\xc2\xe1\xa3\x7b\xfb\x57\x79\x02\xdf\x2f\x19\x95\xd2\x13\xe8\x56\x25\x9d\x6b\x8f\xc0\xa3\x01\x6c\x72\xd5\x2e\x2a\x6c\xfa\x45\x50\x79\x02\xbd\xba\x61\x2b\x3c\x67\xf2\xf6\x4e\xc7\xa9\xa4\x04\xca\xe6\x01\x4a\x4a\x60\xed\xaf\xa1\x5e\xc5\xa9\x57\x91\xf3\xab\x73\xea\x55\x9c\xbb\xec\x98\xbf\x74\x36\x8c\x91\xa3\x63\xea\x4e\xa0\xad\xfd\xf7\xce\x05\xa9\xe9\xbf\xcd\x6c\xcc\xa4\x01\x96\x59\x7d\xd3\x44\x1a\xa0\x6b\xd6\x9a\xba\x1e\xe7\xb1\x7b\xc1\xbf\xe9\xe3\x03\xda\xfe\xc8\xa9\x31\x81\x25\x55\x9e\x6a\x4c\xa0\xfe\xa6\x7b\x99\x22\x13\x58\x13\x2a\x3b\xd5\x98\xd3\xa0\xb6\xe9\x37\xc1\xa0\xb6\x69\x65\x2f\x77\x59\x9d\x75\xc0\xd2\x38\x3c\x15\x94\xd3\x38\xb7\x89\x74\x99\x2a\x4a\x60\x58\x49\x77\xea\xad\x03\x96\x71\xa1\x53\x6f\xdd\x54\x77\x5a\x24\x77\xaa\x3b\x81\xba\xc9\x8d\xba\x73\x1a\xfa\x66\x6e\xd4\x34\xf4\x0d\x58\x46\x41\x4f\xa5\x28\x10\x9b\x7b\x28\x45\xa7\x52\x74\xbf\x51\x4a\x51\x20\xb5\xaf\x4e\xa5\xe8\xfc\x74\x67\xec\xf5\xa8\xee\x04\xaa\xde\x86\xa9\xee\x04\xbe\x3f\xe3\x06\x0a\x4f\xa0\x55\x28\xf4\xd4\xbd\x07\x74\x53\xc0\xa6\xee\xbd\x79\xb9\xf8\x30\xea\x4d\xb5\x28\xd0\xcd\x6f\x9e\x3a\xf3\xa6\x95\xc2\xdd\x6b\x55\xa7\xd3\x00\x3c\xf7\x25\xd5\xe9\xb4\x50\x38\x36\x83\xa9\x38\x05\xbe\xff\xf7\x97\xce\xc6\x85\x35\x50\x5a\xad\x38\x9d\x06\xdb\x6d\x22\xa3\x14\x05\x8a\xb5\xaa\xa6\x52\x14\xe8\xfb\x13\x6c\xb0\x1d\x10\x5a\x83\xa7\xce\x42\xa0\x18\x40\x38\xd5\xab\xd3\xfc\x97\x89\x83\x72\x1a\x7f\x07\x84\x41\xed\x53\xff\xe1\xd4\x7f\x38\x51\x82\x53\xc1\x0a\x94\xee\xc6\xa4\x60\x05\x96\xd9\x45\x53\xc1\x3a\x6f\xc7\xe9\xea\xd3\xa7\x08\x2c\x13\xe2\xa6\x3e\xc5\xa9\x4f\x51\x2b\xd3\xd4\xa7\x08\x84\x25\x06\xa7\x52\x17\x58\xc6\xe4\x4d\xb5\xec\xbc\x7d\xc4\x38\x4f\xa7\x71\x7a\x40\x98\x68\x31\xd5\xad\x40\xfd\x6d\xae\xa1\x70\x05\x96\x85\x8a\xa7\xc2\x15\x58\xad\xfd\xa1\x5a\xd9\xd4\xe9\x38\xd5\xb0\xd3\xd5\xaf\x86\x05\xba\xe1\xa1\x53\x0d\x0b\x84\xb6\x82\xa9\x86\x05\xfa\x4f\xfa\xac\x86\x9d\xcf\xe3\x9f\x31\x35\x4a\x51\x20\x0c\x94\x9b\x4a\xd1\xf9\x3a\x18\x7f\xaa\xf0\x04\x56\xa8\x73\x14\x9e\x40\x98\x14\x39\x15\x9e\xd3\xcc\x9a\x29\xf3\xd6\x7d\x08\xd4\xbd\xc1\xa9\x3c\x81\x6a\xf6\xf1\x54\x79\x4e\xa3\x04\xa7\x5b\x97\xd2\x13\x28\x26\x80\x4f\xa5\x27\xf0\x5d\x66\x9b\xa3\xe2\x00\xd6\xbd\xab\xaa\x3d\x27\x42\xf3\x37\x65\x88\x2a\x4d\xa0\x6d\xfa\xa1\xd2\x9c\x2a\xcd\x09\xbf\x09\x95\x26\xd0\xcd\xee\x0f\x95\x26\x10\xe6\x1d\x86\x4a\x33\x4c\xe5\xe7\xf0\xd9\x0c\xfd\x85\x40\xb3\xa8\x4f\x28\x35\xc3\xcc\x1d\x3d\xfb\xa1\xd6\x04\x42\x7b\x4d\xa8\x35\x81\x6e\xee\x78\x28\x35\x81\x30\xe2\x30\x94\x9a\x40\xb5\x5c\x67\x28\x35\xc3\x84\x7f\x4e\x6f\xca\xd0\x63\x08\x54\xbf\x1e\xa1\xfc\x04\xc2\x1c\xa8\x50\x7e\x02\x21\x65\x0b\xe5\x67\x14\x77\x6d\xbe\x61\xa1\xb2\x04\xaa\x05\xd2\x42\x61\x19\x65\x8f\x89\x7f\x33\xe5\x07\xa8\x86\xae\x85\xce\xc6\x50\x32\x4e\xa4\x6b\x28\x19\x81\xa6\xf9\x37\x94\x8c\x61\x96\xbf\x35\x82\x42\xcd\x08\xb4\x7f\x37\xb5\xbb\xd5\x8f\x1d\xd2\x3b\x74\xe1\x01\xcb\xcf\x53\xe8\xc1\x0b\xc5\xa0\x75\x7f\x43\x31\x08\x84\x81\xbc\xa1\x18\x8c\xea\xb4\x2d\x7f\x6a\x47\x2a\x3b\x3e\x9b\x68\xa8\x0f\xc3\xfc\x7d\x4e\x5c\xca\xd0\x3d\x07\x84\x19\x66\xa1\x3e\x0c\x63\x1b\x39\x5e\x29\x43\x81\x08\x54\x4e\xf7\xca\x50\x20\x86\x11\x8a\x1a\x46\xc3\x08\x45\x20\x77\x8b\x0f\x19\x5f\x9c\x85\xb8\x42\x5f\x5c\x98\x85\x3f\x31\xae\x84\x3a\x0f\xf0\xd0\x87\x0c\x75\x5e\x18\x9f\xd8\xfc\xa5\xb3\xd6\x77\xcf\x18\xbb\x0a\x0e\xf0\xa0\x89\x0c\x15\x5c\xa8\xe0\xc2\x9b\xaa\xe0\x80\xe4\xf0\xff\x0c\x15\x5c\x98\x86\xcf\x51\x4a\x19\x8a\x33\x60\xd5\x7d\x99\x23\x30\x18\x31\xf8\x8e\x85\xfe\x2a\xa0\x69\xa0\x0d\x83\x11\x81\xd0\x54\x1a\x6a\xa7\xd0\x85\xc5\x19\x49\x19\x2a\x25\xa0\x9a\xa2\x10\xe6\xd2\xc7\x58\x5e\xc6\x32\x1a\xfb\xa6\xc9\x65\x74\x4d\x4f\x17\xe0\x59\x1c\x19\x6a\x27\xa0\x58\x6c\x23\xd4\x4e\x61\x2e\xbd\x55\x82\x43\x25\x04\x14\xb3\x96\x43\x21\x14\xc6\x44\x5a\xac\x26\x54\x42\x40\xe5\x20\xa1\x0c\x85\x10\x50\xe5\x8f\xa1\x10\x02\x2a\xe7\x22\x66\x28\x84\xc2\x90\x48\x0b\xe4\x84\xb2\x07\xe8\xc6\xe8\x84\x21\x91\x31\x9d\x6f\x77\x0a\x65\x0f\xb0\xf4\xb8\x86\xb2\x07\x28\x56\xcd\x0f\x65\x4f\x44\xf5\x97\x8c\x40\x09\x02\x54\xd3\x77\x42\x09\x02\xf4\x5f\xf7\x2a\xbb\xa1\x47\x4c\x36\x17\x6a\x10\xc0\x42\x73\xa1\x04\x09\x43\x18\xc3\x19\x32\x84\x11\x08\x79\x55\xa8\x37\x42\x71\xb1\x57\xa9\xe2\x02\x08\x19\x53\x28\x2e\x42\x4f\x94\xde\xa9\x50\x0f\x00\x4d\xc5\x17\xea\x81\x50\x0f\x70\xf4\x45\xc6\xda\x77\x20\xf4\xd3\x3f\xf3\xd9\x99\xfa\x12\xbb\xcd\x87\x47\xea\x8b\xd5\x99\x42\x3d\x10\x7a\xa2\x8c\xa5\x0c\x05\x41\x64\xa5\x6b\x36\x39\x69\x6a\x84\x18\x7f\x88\xf2\x0e\x25\x04\x10\x12\xaf\x50\x42\x84\x5e\xa9\xf0\x33\xa3\x38\x00\x5a\xc1\xee\x16\xaa\x83\x30\x33\x3e\xfc\x58\x18\x26\x08\xd4\xe6\x9b\xa9\xa3\x2a\xf4\x4a\x69\xf0\x0d\xbd\x52\x40\x48\xb3\x42\xaf\x54\x98\x54\xb3\xd7\x85\x3e\x28\x20\x2d\xdb\x13\x2a\x86\xd0\xb9\xa4\x01\x36\x24\xfe\x40\x4c\xb7\x42\x9d\x4b\xc0\x77\x19\x93\xa3\x77\x09\x28\x1a\x35\x43\xef\x12\xf0\x5d\xe6\x1d\x9c\x7d\xea\x59\x49\x31\x43\x15\x11\x3a\xa1\xac\x98\x1e\x6a\x06\x20\x94\x98\xa1\x64\x00\xea\x2f\x7c\xc3\xd4\x0c\x40\xc8\x14\x43\xcd\x10\xa7\x7d\xf3\x7b\xa1\xdf\x08\x48\x03\x01\x43\xfe\x1e\x7a\x84\x2c\x16\x16\x7a\x84\x80\x5d\xda\x3a\x64\xe1\xa1\x47\xc8\x6a\xfb\x21\xe7\x0e\x3d\x42\x61\x93\xf3\x26\xc1\xd6\xe2\x1d\x12\x6c\x20\x0d\x1c\x0c\x09\x36\xf0\x5d\xc6\x48\x75\xff\x84\x35\xa8\x76\x3f\x9c\x5e\xdc\x3f\x1d\xa1\x12\x72\xee\xb8\xed\xae\xaf\xba\x3c\x19\x58\x96\x81\x0c\x5d\x3d\x21\x01\x36\xaa\x36\x24\xc0\x40\xea\x75\x0e\x09\x70\xe8\xd8\x31\x76\x35\x64\xbb\x40\x9a\x68\x13\xf7\xbe\xe9\xed\x65\xcc\x9b\x9e\x1b\x20\x4d\xdb\x09\x3d\x37\xf1\x0c\x2f\x63\xa4\x3a\x5b\x80\xa6\x37\x21\x8c\x84\x03\x9a\x29\x89\x21\x75\x0d\x6b\x3d\x59\x86\x3c\xe4\xae\x40\x59\x7e\x3e\xe5\xae\xf1\x5c\xff\xfb\xbf\x59\x7d\x7c\x3a\x56\x80\x5a\x9d\x35\x1d\x2b\xf1\x56\xff\x8c\xc7\x27\x29\x05\xba\xf2\x2b\x24\xa5\x61\x3a\x8b\x55\xc2\x43\x77\x08\xd0\xcd\xbb\x08\x79\x2a\xd0\x9a\xcf\x40\x9e\x1a\xc4\x9c\xfd\x2c\x1c\x1e\x72\x46\x60\x71\x0a\x68\x2e\x29\xe3\x32\x8d\x5b\xab\xe2\x92\x33\x02\x8b\xf3\x04\x73\xc9\x19\x81\x90\xd6\x2c\xbd\x13\xc0\x32\x84\x7e\xc9\x22\x81\xef\xcf\x26\x6d\xc3\x36\x2a\x1c\xb0\x77\x2f\x59\x24\xb0\xcc\x72\x5b\xb2\x48\x20\xe7\xb4\x67\xcb\x26\x2a\xe5\x4f\xaf\x4a\x9b\xd2\xff\x0f\xda\x0e\xdb\x38\x3e\xb4\xf8\xff\xa7\x4d\x2e\x98\xe6\x4f\x2f\xdb\xbe\x55\x2a\x67\x5c\x92\xcd\x25\xd9\x34\x1a\x74\xc9\x36\xd7\x47\x2d\x53\xe2\xb7\xa4\x96\xc0\xd2\xfb\xb4\xf4\x6c\x00\x4b\xfb\xd4\xd2\xb3\x01\x44\xf8\xff\xf2\x4f\x20\x0c\x1d\x5a\xf2\xcf\x55\x14\xc0\xdd\x36\x87\x5e\x88\xc6\xc7\xb3\xb1\xf4\x6c\x00\xab\xe2\xb1\x58\x3a\x36\x96\x94\x94\x23\x92\x73\x49\x49\x01\x8f\x0a\xcd\x25\x25\x5d\xfa\x22\x8c\x53\x5d\xfa\x22\x80\xe4\x9c\xde\x6f\x57\xb1\x89\xdd\x69\xf9\x54\x0c\x47\x03\x56\xf8\x54\x0c\x47\x5b\xa6\xd6\x18\xdb\xb6\x8c\x47\x03\x3c\x65\x34\x97\x64\x76\x49\x49\x3d\x63\x66\xd5\xdd\x91\x9b\x72\x32\x36\x39\xb7\x52\x52\x63\x3d\x97\x94\x14\x58\x3f\x34\xc0\x92\x92\x2e\x0b\x43\xfd\x3f\x63\x77\x93\x33\x3b\x93\x5c\x77\x7c\xee\x55\xf4\x0e\x5c\x24\xab\xc8\x0c\xc0\x33\x8f\xed\x3d\x24\x93\x49\x40\x03\x49\x8d\xb6\xb4\x7f\x83\xe7\xc7\x77\x20\x4d\xfa\x0e\x2e\xfe\x17\x04\xeb\x29\x7e\x15\xf3\xc4\x89\xc8\x48\x65\x9c\x4d\x52\x21\x28\x0a\xba\x91\x9f\x41\xd3\x8f\xa4\xd1\x9f\x4d\xea\xc1\x64\x95\x26\xf5\x10\xb4\xac\xbe\x58\x4d\xea\xa1\xd1\xa4\xea\x25\x1b\x4d\x1a\xb4\xdf\xbb\x9b\xc3\x35\x15\x5b\xa5\x65\xe3\xfa\x07\x4d\xa9\x48\xe3\xfa\x37\x15\x54\x8a\x15\x1b\xa7\x3e\x68\xb2\x16\x8d\x53\x1f\x1c\x95\x57\x5d\xfb\xbe\x5f\x30\x73\x52\xf9\x4e\xab\x99\xb4\x9f\xb7\x42\xfb\x83\x26\x28\x8d\x16\x0d\x4a\x2d\x71\xa3\x45\x83\x66\x25\x99\xc6\xc7\x6f\x4c\x7b\xcd\x57\x1b\xd3\x3e\x68\x47\xe4\x69\x23\x45\x83\x32\x97\xb0\x91\xa2\x8d\x8f\xef\x15\xd7\x68\xd1\x66\x72\xb6\x27\x8a\x16\x6d\xb4\xa8\x6a\xc3\x46\x8b\x06\x6d\xf5\x03\xa0\x45\x9b\xbe\x4e\xfc\xaa\x46\x65\x06\xb5\x67\xa4\x6c\x54\x66\xa3\x32\x55\xfa\x35\x2a\x33\xb0\x20\x6d\x35\x2a\xb3\xf1\xdb\x5b\x46\xa8\xc6\x6f\x0f\x0e\x75\xa8\x8d\xf0\x6c\xfb\x7b\x0a\x39\x53\x56\x7a\x70\x18\x29\x1b\x27\x3d\xa8\xdd\x0f\x91\x93\xde\x54\x6c\x29\xd3\x6b\xfb\x7b\x0a\x79\x89\x7a\xb9\x30\xd7\x83\x12\xb9\x35\xe6\x7a\xd0\xd6\xd8\xf2\x8d\xb7\xde\x28\x5b\xc5\x7c\x8d\xb2\x0d\x2c\xc6\xfb\x8c\xd1\x36\x7d\xb3\xe0\x77\x9e\x14\xca\x36\xf8\xbe\x8f\x1d\x61\x1b\x2c\x6a\x5c\x1a\x65\x1b\x6c\x8b\x5f\x26\x73\x3d\x38\x16\xef\x63\xe6\x7a\xb0\x69\x23\xdc\xcc\xea\x09\x36\x5d\xc5\x9a\x89\xe4\xc1\xf7\x93\x41\xac\x11\xc9\xc1\xbe\xb8\x3c\x44\x72\xb0\x1d\xef\x9f\x77\xcf\xb3\xd6\x88\xa9\x05\x4d\x6d\x59\xb0\x98\x0a\xd5\xd4\x96\x05\xc7\xe2\x3d\xae\xb6\x2c\x58\x3e\x1f\x9b\x5c\xb0\x96\xd5\x89\x32\x44\x36\xa5\x65\xc1\x61\x35\x99\xa6\xb4\x2c\xf8\x9a\xc5\xda\x08\xf5\x60\xdd\xbd\x3f\x09\xf5\x26\x0b\x60\x4c\x93\x05\x08\x36\xcd\xf7\x9a\x24\x40\xb0\x9a\xdf\xd0\x24\x01\x82\xc3\x64\x86\x26\x07\x10\xac\xfa\x69\x34\x9a\x3f\x78\xee\x6d\x2e\x3e\xd1\xdf\xd2\x54\x56\xdb\xa1\x46\xe1\xb7\xf6\x3e\x4f\xb9\x62\x14\x7e\x70\x2c\x09\x43\x1b\x85\x1f\x7c\xd5\xc0\x34\x02\x3f\xd8\x3e\xae\xab\x52\xb3\x56\xef\xf3\x94\x33\x27\xfa\x83\xed\xf0\x88\x11\xf5\xc1\x41\xad\x37\xa2\xbe\x99\x3c\xaf\xc4\xb3\x49\x0c\x04\x5f\x75\xc6\x4d\x5e\x20\x58\x37\xc3\x1c\xe9\x1f\x6c\xbc\xc8\x46\xfa\x37\x2d\xb6\x54\x82\x36\x99\x81\x56\x67\xbe\xd3\x61\xb8\x1a\xc9\x02\xc8\xfd\x35\x59\x80\x66\x02\x92\xb7\x8d\x09\x48\xad\x5c\x8c\x7c\xa5\x30\x22\x58\xb4\x35\x6c\xc2\x88\xf6\x84\x11\x87\x3e\x47\x4d\x14\x11\xac\x9f\xa2\x03\x84\x11\xc1\x42\x4f\x35\xc5\x6d\x2d\xcb\x91\x2e\xc6\x3d\x51\x44\xb0\xb1\x3a\x9b\xbc\x43\x53\xdb\xe6\xb9\x96\x77\x68\x26\xd3\x2b\x5b\x6d\x22\x86\xd6\x93\x89\xf6\x1c\x88\x0e\x9a\xfe\x57\xfa\xa4\x37\x49\x86\xe0\x6d\xde\xdf\x04\x0c\x4d\x92\x41\x8f\xd0\x26\x62\x08\xde\x95\x30\x9a\x80\xa1\xc9\x28\xa8\x6e\x6d\x32\x0a\x41\xe9\xb5\xdd\x64\x14\xda\xe9\xe1\x7b\x0f\xc4\xe5\x4e\x3d\x9a\xce\xd3\x4d\x5c\xd1\xf8\xf6\x45\xb1\x89\x18\x82\x66\x8a\x6d\xe3\xdb\x37\x41\x44\x25\x9a\x69\x82\x88\xa0\x74\xdb\x6e\x82\x88\xa6\xac\x4c\xe5\x6a\xe3\xdc\x07\xf5\x4a\x42\x71\x45\x1b\xae\xdb\xe6\xa3\xae\xdb\x88\x47\x41\xd9\xf1\xdf\x9b\xf9\xef\x0c\xc8\xa6\x3a\xac\x3d\x11\xc3\x6e\xce\x71\x13\x31\x34\x66\xbb\xec\x7f\x63\xb6\x07\xfb\x2b\xc6\x98\xed\xed\x72\x6c\x7e\x53\x26\xf0\x04\x9b\x15\x89\x9a\x58\xa3\x3d\xf1\xc5\x6e\xed\xb0\xc6\x58\x0f\x0e\x85\xbc\x4d\xa8\xd1\xc4\x15\x7a\x88\x37\x71\x45\xb0\xec\x7f\xe2\x85\xb7\xeb\x3d\xc1\xfb\x79\xc7\x7a\xca\x58\xf1\x41\x99\x29\xd6\x58\xf1\x8d\x15\xaf\xed\x77\x63\xc5\x37\x35\x64\x5e\xfe\xac\xf8\x66\xea\x8e\xbe\xdc\x4d\xc0\x12\xfc\xd8\xc1\x4d\xc0\x12\x1c\xfc\xe6\x26\x5e\x09\x6a\xf1\xdc\x89\x57\xda\x4c\x45\x9f\x5f\x89\xe2\xb0\xa6\x38\x4c\xd9\x48\x13\xc3\x04\xa5\xdf\x5e\x13\xc3\x34\x96\xbc\x5a\x95\xc6\x92\x0f\x0e\x95\xd6\x8d\x25\xdf\x58\xf2\x0a\x3b\x1a\x4b\xbe\xb1\xe4\x3d\x15\xa2\x9f\xe0\xd9\x2d\x87\x2b\xfc\x09\x4a\xf7\xbe\x26\xfa\x69\xa6\xdc\x28\xa0\x68\x2c\xf3\xa0\xc9\x03\x34\xe5\x5a\xc1\xf1\xd7\x17\x38\xdc\x07\x4d\x11\x6b\x13\x10\x35\x26\xba\xac\x6f\x89\x88\xca\xc4\x7d\x89\xda\x12\xeb\x04\x4d\x01\x48\x89\x75\x4a\xac\xa3\x71\x63\x89\x75\x82\xe3\x78\xff\xda\x6e\x53\xb3\x5b\xcb\xb6\xb2\x2d\x37\x61\xb5\x5b\xb7\x29\xeb\x7d\x7d\xfc\xb1\xd3\x26\x27\x1a\xeb\xa7\x44\x31\xc1\xe1\x25\x54\xa2\x98\xe0\x90\x2d\x28\x41\x4c\x69\x16\x60\xad\xa6\x12\xc5\x04\xcb\xf2\x6e\x5a\x6c\x5a\x72\x18\x39\x4f\x51\x4c\xd0\xf4\x5e\x2f\x51\x4c\xbd\x51\x4c\x8e\x5f\x14\x53\x66\xfe\x5b\xe9\xa8\x84\x2c\x41\x3b\x32\xc8\x97\x90\xa5\x32\xf3\xe6\x43\x8a\x95\x62\xac\xa0\x54\x1a\x95\x28\xa6\xb8\xe8\x0a\x1d\x8a\x8b\x1e\xb4\xac\x41\x5d\xc5\x45\x2f\x91\x8d\x25\x7a\x4a\x64\x13\xb4\xdd\xe1\x8a\x6c\xca\xdc\x18\xab\x07\x15\x67\x3d\x38\xfe\xfa\xa4\x63\x53\x52\xa5\xf5\x77\x89\x4f\x82\x23\xcb\xe3\x56\x29\xa9\x2a\xed\x6d\xb5\xb1\x2e\x5e\x78\x50\xa6\x6e\x96\x62\xa9\x12\xb2\x58\x91\xa3\x84\x2c\x41\x2d\xab\xdd\x1c\x47\x56\x78\x5c\x18\xe4\x25\x18\x09\x4a\x53\xcc\x12\x8b\x04\xcf\x6e\x3e\xea\xd8\xd2\xa6\x76\xfd\x3a\x8e\xf7\xd8\x52\x38\x1c\xdd\x53\x0a\xa1\x2a\x4d\xa6\x5e\x11\x55\x0c\xf2\xa0\x96\x08\x87\xe2\x8f\x07\xeb\xf2\xc9\x58\x59\x0c\xf2\xa0\x6d\x9e\x70\xc1\x4e\xc5\x33\x5f\x3e\x9e\x36\x9e\x79\x65\x9e\xbf\x96\x95\xa5\x52\x29\x68\xea\x7a\x4b\xfc\x13\x94\xc6\x1f\x25\xfe\xa9\xb4\xa9\x5d\x4c\x2c\x2b\x35\x48\x41\xb3\xe8\x6b\x31\xdb\x83\x66\x1a\x7a\x09\x70\x82\xf5\x5d\x2c\xac\x44\x38\xc1\x21\x83\x55\x22\x9c\xe0\xf0\xfe\x2b\xfe\x7b\xf0\x7c\xd2\x36\xb7\xe5\xc1\xbb\xb2\x59\x89\x83\xea\xe7\xb6\x2c\xfe\x9a\x33\x78\x50\x26\xa7\xd6\xef\x3d\x03\xb7\xc5\xcf\x56\x84\x13\x1c\x16\xe3\x2c\x11\x4e\x25\xc2\x59\x34\xca\x2e\x11\x4e\x50\x4b\x86\xca\x12\xe1\x04\x3f\xc9\xb5\x52\x50\x14\x3c\x9f\xcc\x89\x0a\x7a\x4a\x83\xdb\x84\xaa\x25\xe8\x09\x9e\xdd\xf2\xa5\x82\x9e\x7a\x42\x97\x9f\x54\x5a\x09\x5d\x82\x45\x31\x42\x99\x7f\x12\x7c\x57\x8f\xe4\xfe\x1e\xed\xf3\xaa\x90\xdc\x28\xc1\x4c\xb0\x59\x66\xa2\x04\x33\xc1\xf2\x89\xea\x2e\xc1\x4c\xb0\x49\x54\x97\x58\x26\x78\x0e\xcc\x27\x9d\x53\xd6\x4e\x34\xd4\x97\x60\x26\x58\x34\x9e\x28\xc1\x4c\xb0\x69\x36\x56\x82\x99\xe0\xc7\x10\x2a\xc1\x4c\xa5\x07\xd6\xf2\x71\xef\x84\x2e\xc1\xaa\x9d\x5e\x09\x5d\x82\x67\xb7\x9c\xb9\xd8\x25\x58\x9e\x1f\xe3\x3f\x1d\xaf\x4b\x68\x13\xfc\x18\x41\x25\xb4\x09\x9e\x3f\x9c\xdb\x28\xb6\x29\xb1\x4d\x9c\xbd\x12\xdb\x04\x3f\x4b\xdd\x96\xd8\x26\x58\x2d\xfc\x54\x62\x9b\x6a\x2e\x56\x06\xa8\x12\xc9\x04\x3f\x46\x4d\x89\x64\x82\xed\x7d\xe1\x8b\x64\x82\x85\xc3\x53\x22\x99\xe0\xc7\x08\x2a\x91\x4c\xb0\x6a\xa4\x50\x22\x99\xe0\xf9\x4a\x9f\x74\xfd\x1e\xfc\x2c\x47\x59\x42\x99\x60\x51\x8b\x52\x22\x99\xe0\xf9\x64\x9e\x4c\xe9\x8b\xe0\xc7\x07\x2a\xd1\x4d\xb0\xfe\xf5\x9c\x88\x6e\x82\x75\x8f\x34\x2d\xd1\x4d\x3d\xa1\xcc\x8f\x99\x53\x42\x99\x60\x95\xc8\x2a\x91\x4c\x3d\x31\xca\x8f\xaf\x51\x42\x94\x60\xb3\x2c\x45\x09\x51\x82\x2f\xd3\xaa\x84\x28\xc1\xd7\x84\xe5\x12\xa2\x04\x5b\xbd\x07\xe1\xc4\xbb\x1f\x5b\x04\x67\x09\x0e\x82\x9d\x00\x29\x59\x87\xea\xde\x81\x09\x18\x4a\x74\x10\xfc\x94\xc9\x97\xe8\xa0\xba\x67\x2e\x4a\xa8\xa4\x1d\x82\xa6\x5f\x56\xc9\x3a\x04\x4d\x5a\xa3\xc4\x10\xc1\x51\xce\x49\xd2\xa1\x4e\xaf\x4a\xc7\x21\x86\x08\x9a\xc2\xc2\x12\x43\x04\xcf\x6e\x39\x51\x31\x44\x70\xf0\xb6\x4b\x0c\x11\x34\x96\x4e\x49\x3a\xd4\x78\xbf\x20\x5f\xaa\xce\x27\x38\xd4\xeb\x97\x3a\x9f\xca\x24\x0e\xcb\x91\x57\x29\x8a\x09\x1a\xeb\xac\xc8\xf4\xa0\x4c\xb1\x2e\x65\x32\x41\x13\xa5\x17\xfb\x3f\x58\x17\xc5\xe6\x45\xcd\x07\xa5\x66\xbc\x88\xf9\xa0\x7d\x52\xa3\x55\xc4\x7c\x5d\x6e\x41\xca\x14\x8b\x98\x0f\x4a\x8b\xae\x22\xe6\x83\x52\xb0\x5c\x12\x07\xc1\xf3\xc9\x9c\x14\x81\x1f\x34\xe5\x0a\x45\xe0\x07\xcf\x6e\x8e\xc3\x9d\xca\x5a\x12\xba\x87\x15\xcd\x1f\x3c\xbb\x39\x77\xb7\x2a\x1d\x6c\x45\x98\x45\xd5\x07\xeb\xf2\x6a\x17\xb2\x3e\x68\x32\x61\x45\xd5\x07\xa5\x5b\x63\x51\xf5\x35\x1d\x47\x2c\xb4\xa2\xba\x83\xe3\x15\x16\x54\x77\x99\x1e\xaf\xaf\x78\x99\x6d\x11\x34\x4d\xe8\x8a\xc2\xae\xf8\xff\xcb\x12\x2b\xa0\xc8\xdd\xa0\x99\xab\xd7\xa9\xdd\x60\x5d\x44\x04\x9d\xff\x1f\x1c\xa6\x3a\x74\xfe\x7f\x8f\xda\x5d\xe8\x94\x4e\xed\x06\xe5\xad\xdd\xa9\xdd\x9e\x9a\x8e\x45\x94\xd0\x09\xd4\xa0\x34\x9c\xec\x04\x6a\xd0\xb4\x45\xea\x6a\x3a\x82\x52\xe4\xd8\x49\xd6\x9e\x62\x8d\x85\x74\xe9\x8a\x35\x82\xd2\xf3\xaa\xf3\xcf\x7b\xa6\x01\x2c\xcb\xbb\xad\x6c\xcb\x4c\xb4\xbc\x9c\xba\x79\xe0\x3d\xad\x4c\x17\x5e\x58\x57\x4b\x11\x14\x83\xb2\x9b\x0e\x1d\xac\x8b\xa9\x51\x9d\x97\x1d\x94\x55\x76\x3b\xad\x18\xd4\xfa\xfe\x31\x67\x10\x7b\x7b\xe1\xd2\x75\xf6\x76\xd0\x58\x5f\x9d\xbd\xdd\x37\x67\x95\x5f\x77\x57\x46\x1f\xd4\xea\xaa\x91\x8f\x41\xfb\xbe\x9f\x6c\x36\xe5\xa1\xcf\x4b\xb8\x73\xbc\x3b\xa9\xb8\xbc\xbb\x39\x34\x52\xb1\x1c\x86\x43\xdb\x1c\x5a\x86\xf9\x4e\x2b\x06\x45\x7c\x75\x45\xf3\x41\xe9\xfe\xd2\x55\x5c\x04\xb5\x6e\xf6\xda\x6c\xca\xaf\x36\x3f\xee\x4e\x3c\x06\x4d\x63\xa3\x4e\x3c\xf6\x34\x89\x5a\xcc\x7e\xeb\xea\xdc\x83\xa2\x3f\x3a\xf1\xd8\xbf\x2e\x77\xde\x31\x9d\x54\x0c\x6a\xfd\x93\x65\xb6\x3a\x27\x3d\x58\xdf\xe8\xa6\xb3\xd2\x83\x92\xc0\xeb\xca\xe0\xfb\xcf\x43\x9c\x71\xb2\x93\x8d\x41\x5b\x3e\x36\x39\x74\xb2\x51\x53\xe4\x4e\x36\x06\xed\xf0\xa4\x90\x8d\xfd\xe7\x0c\xf3\x4e\xee\xcc\xf2\xa0\x91\xc7\x9d\x57\x1e\x94\x74\x60\x27\x2e\xfb\xcf\xe1\xe6\x9d\xdc\xc9\xc6\xa0\x99\x97\xd4\xd5\x68\x74\x4a\xd2\xc4\xba\x4e\x49\x06\x4d\x47\xce\x4e\x49\x06\xcf\x6e\xb9\xac\xa4\x64\x50\x4a\x5b\x3a\x25\x19\x94\x25\x38\x3a\x25\xd9\x77\x67\x90\xf7\x63\x57\x7e\x11\xd4\xea\x37\xc7\x2a\x0f\xd6\xc5\x5a\xc8\x9d\x57\x1e\xac\xc7\xc7\x6e\x6e\x9b\x75\xb8\x9d\x3b\xc1\x19\x6c\x8a\x5d\x3a\xc1\x19\x7c\x0d\x3d\x9d\xe0\x0c\x96\x35\xef\xda\x4e\x70\x06\xdb\xe2\x19\x26\x38\x83\xe7\x28\x72\x4e\x14\x67\xb0\xf0\x01\x3b\xc1\x19\xac\x94\x70\x27\x38\x83\xdd\x22\x90\x9d\xe0\x0c\xb6\xef\xe2\x2b\xdd\xe1\x47\x64\xee\x1f\xaf\x0c\x56\x79\xb0\x5a\xfd\xba\xd3\x9b\xc1\x6e\xdd\x8b\x4e\x6f\x06\xdf\x3d\x91\x53\x27\x37\x83\x8d\x2a\xe9\xf4\x64\xb0\x5b\xf6\xa2\xd3\x93\x9d\x9e\x74\xa9\xc9\xc9\x60\x57\x33\xdb\xc9\xc9\xfe\x68\xc7\xfd\xe3\xea\xd0\x8e\xc1\x7a\xf8\x46\xbe\x78\x27\x27\x97\xe4\x55\x3a\x39\x19\xac\xef\x6d\x23\x27\x83\x5d\x01\x6e\x27\x27\x83\xd5\x42\x4a\x9d\x9c\x0c\x96\xe6\x81\x22\x27\x83\x5d\x47\xb6\x4e\x4e\x76\x72\xf2\xbd\x49\xe4\x64\xb0\x1b\xe4\x3b\x39\xd9\xc9\xc9\xc3\xdf\x77\x79\x1e\x7c\x95\xbd\x77\x6a\xb2\x93\x8e\x9a\xbe\x74\xd2\x31\x58\xb5\x86\xea\xa4\x63\xb0\x93\x02\x9d\x31\xde\x19\xe3\x0e\x96\x9a\xec\x8f\x82\xdc\xff\xda\xe4\x5a\x94\xb7\x6e\xc6\xfd\x4e\x4e\x06\xbb\x61\xbf\x93\x93\xc1\xf6\x89\x88\xe8\xe4\x64\xb0\x1b\xf5\x3b\x39\x19\x3c\x7f\xcc\x36\x67\xfe\x60\x5b\xcb\x77\x3a\xf3\xca\x2d\x2f\x7f\xcc\x2d\x7f\xf0\x63\x5f\x76\xfd\xb5\x7a\xcf\x29\xb9\x71\xec\xed\x60\xdd\x1d\xab\xe9\xdc\xbd\xe7\x94\x5c\x1e\xee\x76\xf0\x65\x8f\x76\x02\x36\xd8\x3f\xef\x07\x9d\x64\x2a\xed\x97\x77\x8c\xe3\x78\x07\xbb\xf5\x4b\x3a\x4d\x1b\x2c\x1a\xea\x77\x9a\xb6\x77\x8f\xa7\x27\xa3\xbf\x07\x9b\xc6\x9f\x06\x2a\x8e\x77\x70\x28\x62\xee\xc4\x6a\x70\xec\x06\x64\x62\xb5\xc7\xc9\x5e\x56\xbf\x25\x4e\x76\x70\x48\xa4\x75\x4e\x76\x70\xa8\x5e\xeb\x4a\xe3\x83\x85\x7b\xde\x95\xc6\x07\xeb\xa2\xdd\x78\x57\x1b\x1f\x1c\xe6\x00\x74\xa5\xf1\xc1\xb3\x5b\x9e\x76\xb6\x78\x70\x58\xb8\xb3\xb3\xc5\x7b\x0a\xe1\xdf\x80\xa7\x2b\x84\x0f\x0e\x85\xcb\x9d\x40\x0e\x0e\x45\xd2\x9d\x40\x0e\x0e\x69\xa6\xae\x28\xa7\x67\x8d\x87\xb7\x2d\x51\x67\xa8\x07\x07\x97\xaa\xf3\xd3\xbb\xb5\xab\x49\xdf\xae\xb4\xa6\x0f\x87\x96\x0b\xa9\x8e\xa6\x0f\xb7\x60\xf5\x51\xb7\x20\x2b\x35\x28\xfd\xee\x44\x79\xb0\xbe\xdd\x1b\x3a\x55\x1e\x1c\x56\xe5\xed\x54\x79\x50\x3a\xbd\x74\xaa\x3c\xd8\xd4\xb3\x77\xa2\x3c\x68\x26\xce\x75\xa2\x3c\x78\x97\xa0\xef\x44\x79\x90\xc5\xeb\xff\xf9\x18\xad\xda\xbd\x93\xf1\xef\xe8\x4f\xc6\x07\x8b\xaa\xb8\x4e\xc6\xf7\xeb\x3d\x65\x5f\xe6\x94\xd3\x6e\xd6\x5c\xbb\x4e\x65\x77\x2a\xfb\xd5\x64\x54\x76\x70\xb0\x54\x3a\x95\xdd\xa7\xc7\xce\xa3\xa8\xd8\x27\x38\xde\x11\x82\x77\xde\xa7\xdb\xe1\x51\x54\x6f\x1e\x1c\x1a\x72\x75\xb6\x78\x27\xd0\xdf\x61\x95\x40\x0f\x0e\xeb\x8d\x74\x02\x3d\x28\x7d\xc1\x3a\x57\x3c\x38\x2c\xf3\xd1\xb9\xe2\x3d\x45\xe3\xcb\xea\xb1\x50\x34\x1e\x1c\xda\x2a\x75\x45\xe3\xc1\xba\xac\x89\x2c\xbb\xa2\xf1\xe0\x50\xeb\xdc\x39\xe0\xfd\xf6\x10\x47\xb6\x9e\xa4\xfd\x19\x23\x7b\xd1\x6d\xfc\x64\x64\x07\x5f\x97\xf2\x64\x64\x9f\x1f\xd7\xe8\xdd\xb6\xdb\x96\x0a\x9d\xbc\x0e\x4e\x15\x3a\xc1\xb3\xdb\x9a\x6d\xcd\xb6\x24\x18\xe2\xee\x9c\xbc\xed\x53\x04\xb0\xee\x0e\xe4\xb2\x2d\x05\x6d\x3f\x5f\x30\x6d\x72\x9b\x77\xc7\x76\xdb\xe6\x22\x3d\x0f\xe3\x29\x04\x38\x17\xa7\xe0\x1b\x18\xd2\xc1\xc1\x99\x39\x19\xd2\xe7\xe2\x85\x90\x41\xe6\xa4\xf7\x83\xd2\x83\xe9\x64\x3e\x9f\x8b\x2f\xcd\xe8\x7d\xb2\x95\x83\x83\x5b\x73\x9a\xcf\x7b\x66\xa5\x85\xc5\x72\x8c\x27\x5b\x39\x28\xfd\x06\x4e\x93\x77\x83\x83\x5b\x73\x2a\xa1\x09\x9e\x4f\xe6\xe4\xd5\xd0\x04\xc7\x7b\x1c\x4a\x68\x82\x67\xb7\x5c\x5e\x35\x34\x41\xdb\xbe\xfe\x9a\xab\xbb\x7a\x42\x32\xda\x9d\x7c\xeb\xa0\x96\xdd\x27\x9d\x68\xac\xec\x45\xef\xf2\x53\x78\x12\x94\xb0\xe0\x14\x9e\x04\x3f\x26\xe7\x29\x3a\x09\xd6\x65\xcd\x08\x75\x0a\x4f\x82\xa6\x55\xc0\xa9\x1e\x3c\xf8\xca\x29\x9f\x3c\xf0\x73\xf3\x54\x46\x5b\x9c\x2a\x6d\x82\x5d\x13\x92\x93\xb9\x1d\x2c\x56\x93\x3f\x99\xdb\xe7\xf7\xfd\xce\x1c\x87\xb8\x23\x58\x35\x15\x3d\xc5\x1d\xa7\xe5\x12\xf2\xfa\x3a\xc5\x1d\xc1\xa1\x78\xed\x64\x64\x07\x9b\x22\xe0\x53\x28\x12\x1c\xd6\x3a\x3e\x85\x22\xc1\xba\x98\x73\x72\xaa\xda\x09\x0e\x55\x69\x27\x6b\x3b\x38\x4c\xff\x38\x95\x83\x07\xc7\x9e\x78\xf9\x14\xc3\x9c\x02\x16\x8d\xcb\xcf\xef\x7b\x4e\x52\x30\xfe\xbe\x1b\x90\xda\x1e\xbd\xf9\x4f\x01\x49\xb0\x59\xb2\xfc\x14\x90\x9c\x4c\x71\x0a\xf3\x64\x8a\x07\x87\xb9\x24\x27\x53\xfc\xe4\x80\x6f\x51\xdb\x27\x07\x3c\x58\xd5\x05\x9e\x42\x99\x33\x35\x3e\x8b\x52\xb8\x53\x90\x12\x94\x72\x8c\x53\x8d\xcf\x29\x6e\xb1\xce\xc7\x29\x6e\x09\x9a\xea\xdd\x53\xdc\x72\xa6\xf4\xe5\x9d\xdf\x7a\x12\xef\x41\x5b\x3d\x1c\xc4\xfb\xc9\xf4\xd5\x0e\xe2\xa4\xc1\x83\xd2\x07\xea\xa4\xc1\xcf\xc3\x3d\xc8\x1b\xf6\xa4\xb8\x83\x52\x59\x7c\xb2\x78\xcf\xe6\x82\x64\x7c\x3e\x99\xa7\x41\xc9\x2c\x9d\x04\x70\xf0\xec\x96\x6f\xa0\x80\x83\x7a\x4f\x81\x00\x3e\xd3\xec\x67\xd9\xdc\x65\x1e\x65\x50\x7a\x68\x9c\x74\x66\xb0\x2e\x9b\x6f\x20\x34\x83\x62\x87\x9d\x84\x66\x70\x1c\x9b\x4d\x8e\xa3\x32\x1f\x21\x2f\xe2\x93\x6d\x79\xd2\x86\x9b\xe3\xa0\x0d\x83\x52\x41\x78\xd2\x86\x67\x79\x8c\xbc\xd8\x94\x43\x04\xa5\x29\xc4\x49\x2f\x06\xa5\x0f\xc5\x49\x2f\x9e\xdd\x17\x78\xff\x99\x00\x19\xd4\xf1\x6e\xf2\x05\x69\xb2\xa3\x77\xc4\xc9\x90\x0c\xd6\x65\x6b\x7f\xd0\xb8\xec\x64\x58\x06\xa5\x5c\xfb\x64\x58\x06\x4d\x11\xf3\x49\x15\x9e\x14\xd4\x96\xb0\xe2\xa4\xa0\x82\x3a\xde\x4d\x2e\xe0\xc8\x8d\x8c\xef\x7b\x52\x50\xe7\xf0\x58\x78\x1b\x28\x2c\x08\xca\x6c\xad\x53\x5d\x41\xb0\x2e\x5f\x3f\x3a\x85\x05\x41\xb3\xce\xcd\xa9\x60\x39\x28\x3d\x22\x4e\xa2\xea\x64\x3b\x7e\xed\x46\xe1\x04\xa5\x25\xd6\x49\xe1\x04\xeb\xa2\x6d\xf4\x49\xe2\x04\x65\xf2\xec\x49\xc3\x9c\x0c\xc5\xef\xe2\xaf\xbd\xdf\x90\x0b\x5d\x36\xb9\xd0\x0c\x45\xad\x48\x4e\x86\x62\x50\x47\xc4\xd7\xc9\x50\x3c\x69\x18\xf5\x23\x27\x0d\x13\x94\x3a\xef\x93\x86\x09\x4a\x5b\x99\x93\x53\x18\x3c\x9f\xb4\xcd\x59\x4d\x67\xe5\x8f\x39\xab\x94\x09\x2c\xca\x36\x4e\x52\x27\x28\xd3\x04\x4f\x65\x02\x41\x13\x87\x9e\xca\x04\x82\xe7\x93\x39\x79\x75\x02\x67\xea\x04\x8e\x98\x05\x27\x41\x74\xce\xdb\x6e\xd9\x46\xd7\x04\xa5\xb0\xee\xe4\x4e\x9e\xb7\xc3\x8d\x53\x78\xca\xec\x07\xa5\x04\xfd\x94\xd9\x3f\x6f\x97\xcd\xab\x44\x1a\x3f\xa8\xf7\xa5\x29\x8d\x7f\x32\x36\xdf\xe1\x82\xb1\x19\x94\xce\xbf\x83\xfa\x19\xf4\x8a\x45\xa6\x07\xbd\x12\x94\xb2\xf4\x41\xaf\x04\xa5\xfd\xf3\x90\x8b\x1f\x24\x8c\x8e\xca\x83\x84\x19\x24\xcc\xc7\xa6\x69\x93\x93\xcf\x9b\x7a\xd0\x2b\x41\xb5\x04\x5b\x43\x96\x3d\x78\x76\xdb\xb3\x6d\xb5\x2d\x6a\x22\x7e\xf0\xa0\x6a\x82\xf6\xd7\x5e\x5f\x9b\xde\x2f\x78\xae\xee\xa0\x4d\x82\x52\x31\x3f\x24\xc1\x47\x16\x91\x5d\x74\xad\x1b\xb4\x49\x50\x26\x1f\x0c\xda\x64\xd0\x26\xfa\xc5\x0d\xda\x24\x28\xed\xc5\x06\x6d\x32\x56\x97\x2d\xb2\x66\x10\x22\x41\xe9\x3a\x3d\xe8\x90\xa0\x94\xe4\x0f\x3a\x64\x70\x4e\xad\xa0\x3b\x38\xa7\x41\xe9\x74\x3d\x48\x93\x41\x74\x58\x93\x76\x10\x1d\x41\x99\x52\x31\x88\x8e\xa0\x74\x1d\x18\x44\x47\x50\x6c\xe9\x21\xf1\x1e\xac\x8b\x86\x74\x43\x9b\x92\xa0\x34\x99\x1d\xfc\xd5\xe0\xd9\xcd\x47\x0f\xdb\xbc\x66\x6c\x72\x9e\x9b\xd7\x4c\x5e\x5a\x83\xc3\x1a\x94\x22\xd9\x61\x4e\xdb\x20\x7e\x34\xa9\x1b\xc4\x4f\x50\x2d\xef\x8f\x41\xfc\x0c\xde\xac\x75\x70\xc7\xf6\x9e\x7c\x64\xc1\xe2\x0b\xf2\xe8\x8e\xef\x7b\x0a\x39\x53\x22\x26\x28\x5d\xab\x07\x11\x33\x24\xe3\xb5\x7d\x1b\x14\x4b\x50\xb2\x3d\x83\x62\x09\x0e\x2b\x62\x0c\x8a\x65\xfc\x3c\x80\xf9\x45\x0e\x8a\x22\x28\x7d\xab\x87\x34\xfb\x20\x32\xac\x4d\x3a\x88\x8c\xa0\xf4\xc5\x1e\x44\x46\xf0\xec\x96\x2f\x65\x98\x06\xa5\x57\xf6\xe0\x97\x06\x4d\x40\x35\x48\x91\xa0\xcc\x2f\x1b\xa4\xc8\x48\xf3\x8f\x45\x43\xb7\x21\xcd\x1e\x94\x49\x27\x43\x96\x7d\xf0\x4b\x15\xbb\x0e\x7e\x69\x50\x74\xea\xe0\x97\x0e\x89\x71\x0b\x4d\x0e\x89\xf1\xa0\x4c\xd9\x18\xaa\x81\xc7\xee\x4b\x5d\x5d\xde\x65\x50\x26\x12\x0d\xde\xe5\xc8\x2a\xaf\x8b\xea\xd3\x41\x9e\x04\xa5\xbe\x67\xf0\x08\x87\xa4\xb4\x49\x95\x83\x49\x18\x94\x89\x44\x83\x49\x38\x24\xa5\xcd\x70\x1c\x5c\xc2\xe0\xcb\x32\x1a\x5c\xc2\xc1\x12\xd4\x56\x6c\xf0\x04\x83\xe3\xb7\xff\xc1\xa8\x3d\x58\x86\x83\x8a\xd2\x37\x61\x50\x51\xc1\x4a\xf0\x0e\x2a\x2a\x38\x74\x76\x1f\x44\xd4\x60\x19\x5a\x4a\x70\xf0\x0c\x47\xcb\x6c\x5e\x27\xcd\xfa\x1b\x0a\x60\x7f\x6e\x2f\x9f\x2f\x38\xac\xaa\x34\xf8\x7c\x43\xda\x58\x33\xac\xc1\xe8\x0b\x16\x4b\x28\x0d\x92\x6c\x58\x52\xd6\xfb\x8b\x24\x1b\x24\x99\x06\x56\x83\x24\x1b\x99\xe2\x66\xdd\x9f\x41\x6c\x05\xcf\x6e\x39\x05\x4e\xdf\xa8\x5f\x76\xcb\xe1\x32\xfa\x06\x4d\xa6\x51\xd4\xa0\xc9\x46\x2a\x54\x2d\x44\x33\x54\xa8\x06\x9b\x1e\xb4\x83\x24\x0b\x9e\x4f\xe6\x56\xd2\x64\x23\xf3\xd5\x4c\x15\x18\xac\xb8\x60\x55\x7f\x36\x58\x71\xa3\x67\x52\xbb\x77\x04\x95\x16\xac\x6f\x17\xda\x41\xa6\x05\x87\xf5\x1f\x06\x99\x36\xfa\x7b\xd5\x72\x3d\xe8\xb0\x61\xa5\xd5\x66\x93\x4b\xd4\x5d\x22\x77\x94\x17\x37\x62\x9f\x59\x9a\x66\xb0\xcf\x82\x55\x38\x3e\xd8\x67\x83\x7d\xa6\x07\xc0\x60\x9f\x0d\x3d\x23\x8c\x8c\xe6\x9c\x8d\xcc\x39\x5b\x2c\xf5\x3b\xd8\x5b\xc1\x26\x22\x1d\x2a\x48\x47\x96\x26\xd5\x4f\x64\x90\x6b\x63\xbc\x5f\x90\x4b\x44\x9b\x8d\x2b\x8e\x9a\x91\x80\x45\x35\xae\xf7\x0b\xf2\xa5\x0c\xa9\x71\x25\x7c\xf3\x1e\xa5\xc3\x82\x65\xf1\xda\xa7\xc3\xc6\x95\xb8\xcc\x0b\xe7\x7a\xff\xbe\x1f\xd8\x6e\x37\x57\xf2\x4a\x5c\xe6\xc7\x4f\x73\x05\xab\x25\x43\x06\x77\x69\x70\x97\x92\xa0\x19\xdc\xa5\x91\x32\xcc\xe5\x7d\xe6\xc9\xb0\xe0\xd0\xb5\x63\x90\x61\x63\xfa\xb5\x44\xff\x0f\x9a\x2b\x68\x16\x0c\x1a\x0c\xa7\x91\x79\x63\x8b\x8e\x4c\x83\xc0\x0a\x4a\xff\x96\x41\x5f\x8d\xe9\x0c\x3c\xe0\x04\x56\xd0\x94\xa3\x0e\x86\xd3\xb8\x5d\x35\xef\x2a\xa5\x93\xc1\xc1\x56\x1e\xf4\x55\xd0\x2c\xaa\x34\xe8\xab\xe0\xf9\x64\x8e\xcd\xc4\xb1\xa0\x76\xba\xc6\xc4\xb1\xc1\x4a\x52\x6b\x70\x11\x53\x17\x8f\xc8\x73\x7a\xf1\x88\x82\x72\xe3\x2f\x1e\xd1\x65\x16\x57\x86\x90\x8b\xe4\x0a\xd6\xc5\x4a\x39\x17\xcd\x15\x34\x33\xd8\x2f\x9a\xeb\x5a\x5c\xca\xfc\xf8\x2e\x2d\xdf\x82\xe6\x70\x2f\xe9\xdf\x2b\x25\x85\x8b\x75\x04\x2e\xae\x4e\xd0\xc4\x48\x97\x92\xc2\x60\x5d\x74\x23\xba\xcc\x8c\x0a\xca\x03\x78\xa9\x32\xbc\xf8\x41\x7b\x86\xe3\x8b\x1f\x14\xd4\x9e\xa1\xe6\xa2\xb9\x2e\x02\xcb\xdc\x81\x8b\xc0\x0a\x4a\x63\x88\x8b\xc0\xba\x32\x59\x6a\x31\xa7\xff\xa2\xa6\x82\x26\xb9\x72\x31\x7a\x2e\x02\x6b\x5f\x7c\x83\x8b\x94\x95\x37\xf7\x48\xeb\x8b\xc0\xba\xd6\xf7\xd8\x72\x17\x58\x38\x41\x59\x91\xee\x62\xe1\x04\xf5\x9e\x01\x31\x75\x91\x27\xa6\x29\x5f\xe4\x49\xd0\xd4\x05\x5e\xe4\xc9\xb5\xf9\x82\xcd\x6e\xbe\x60\x4b\xf1\x6e\x9e\xe7\x4b\x9a\xf8\x8a\x37\xb3\x70\xe9\x2f\xe6\x4c\x50\xef\xf5\x60\xce\x5c\x9c\x0c\xc6\xfa\xc5\xc9\x08\x9a\x49\x00\x17\xdd\x11\xd4\x7b\xee\xbf\xf7\x93\xb9\x92\x91\x6b\x17\xd9\x71\x29\xc8\xe3\x81\x5c\x72\xa6\x41\xf9\x2d\x5f\x94\x42\x70\x98\x4e\x73\x51\x0a\xd7\x4f\x39\x5b\xc6\xb4\x8b\x2c\x08\xca\xcb\xe2\x32\xd5\x3d\x28\x2d\x7e\x2e\x89\xd5\x4b\x2e\x94\xdf\x7b\xc9\x85\x06\xe5\x27\x7f\xc9\x85\x5e\x72\xa1\x5c\xbf\x4b\x2e\x34\x68\xdb\xe1\x93\x0e\x8d\x79\xb2\x1f\x7f\x30\x8f\xeb\xe2\xad\x04\x65\x0e\xfa\xc5\x5b\xb9\x0e\xd7\x3e\x83\xd4\x25\x0d\x1a\x34\x35\x50\x97\x2c\xe8\x95\x0c\xde\x62\x22\xd9\x25\x85\x17\x94\xfe\x4a\x97\x14\x5e\xb0\x2e\xd2\x4a\x97\x81\x3c\xa8\xf7\x51\x91\xc2\xbb\xca\xd3\x1e\x01\x76\x19\x67\x83\xf2\x8a\xbc\x0c\xb3\x57\xe6\x86\x2c\x2a\x96\x2f\xa9\xb2\xa0\x4c\x42\xbf\xa4\xca\x2e\x43\xef\xe1\x97\x58\xef\x37\xb8\xac\x3e\xe9\xb2\xaa\xc6\x3a\x3c\xc7\x46\xd0\xa0\xcc\xbd\xbe\x24\xb3\xae\x2c\x99\xb8\x68\x3e\x70\x49\x53\x05\x65\xc2\xf7\x65\xa0\xbd\x64\xae\x0e\xa7\x65\xb8\x0c\x4a\xed\xdb\x65\xb4\xbc\x32\x45\x7b\x39\x7c\x54\xb5\x54\xd0\x3e\x9e\x29\xd5\x52\x57\xba\x2e\x2d\x4a\xc9\x2f\xa9\xa5\x4b\xd7\x25\x37\x4b\x66\x29\x28\x73\xc0\x2f\x99\xa5\x8b\x2f\xa2\x5f\xc5\xc5\x17\x09\xca\x14\xfb\x8b\x2f\x12\x3c\xbb\xe5\x39\x63\x8c\x04\x65\x52\xfc\x65\xec\x0d\x9e\xdd\xf2\xa5\x06\xdf\xa0\x7d\xde\x4d\x0e\xd7\xa8\x6a\xdd\x9d\xcb\xa8\x1a\x94\x84\xdc\xc5\x04\xb9\xae\x3c\x34\x4c\xba\xcb\xb0\x1a\xb4\x2d\x9a\xfa\x92\xa1\x09\xd6\x85\x5f\x76\x49\xd1\x04\xf5\xbe\x5c\x8d\xbe\x41\xbd\xef\x12\xbe\xc8\x65\x70\x24\x96\x2f\x83\x63\x50\x52\xe5\x97\xc1\x31\x28\x13\x8a\x2e\x16\xc5\x35\xdd\xbe\xc3\x27\xdd\xbe\xac\x97\x2d\x31\x78\x31\x1a\xae\xdb\x65\x4b\x04\x77\x29\x7a\x0a\xea\x7d\x59\x19\x1b\x83\x7a\xdf\xa3\xc6\xc6\xeb\xf6\xec\x46\x9c\x5d\x7a\xf8\x04\x25\x7f\x78\xc9\xc6\x04\xed\x78\xff\x98\xf3\xbc\x73\x9e\x5f\x5f\xe9\x3c\x0d\x97\x7c\x91\x69\xb8\x9c\x29\xdd\x5f\xb8\x3d\x53\xe9\x7e\x50\x5e\x90\x93\xa9\x30\x0d\x7a\x6c\x8b\x69\xd0\x0b\xca\x00\x37\x0d\x7a\x53\x76\x43\xd4\x38\x65\x37\x82\xe2\xc2\x4d\xe3\x60\x50\x72\x96\xd3\x38\x38\x8d\x83\x02\xc9\xb9\xbc\x5f\x9a\x71\xf0\xdd\x34\x6d\xca\x44\xd4\xc5\x61\xdc\x36\xdd\x69\xf8\x9f\xa3\x35\x0c\x06\xbb\xc1\x61\xb2\x1e\xa6\x35\xa9\x73\xa3\xa6\x44\x49\xb0\x6b\xb2\x36\x8d\x95\xc1\x2a\x36\x9e\xc6\xca\xc9\x8c\x10\x32\x4e\x66\x44\xb0\x5a\xb6\x61\x1a\x3e\x83\xef\x27\x31\xc5\x34\x7c\x4e\xc3\xa7\x98\x74\x1a\x3e\x67\x96\xb0\x30\x13\x63\x32\x1e\x82\xaf\xba\xe9\xc9\x78\x98\x46\x54\x41\xef\x34\xa2\x06\x5f\xc5\x6f\xd3\x88\x3a\xf9\x13\x42\xc6\x69\x48\x0d\xf6\x72\x9e\xfc\x89\x60\x37\xc5\x62\xf2\x27\x82\xaf\xf6\xe7\x93\x3f\x31\xf9\x13\x66\xf9\x4f\xfe\x44\xb0\x69\x14\x33\xf9\x13\xc1\x6e\x3e\xc5\x64\x4f\x04\x7b\xc5\x2c\x9d\xec\x89\x60\xaf\xc3\x07\xcb\xa6\x2c\x75\x71\x38\x7e\x8f\xc1\xe6\x9e\xaf\x8e\xcc\xd5\x78\xb0\x08\x96\x27\x27\x22\xd8\x2b\x22\x6f\x1a\xfd\x83\xc5\xa4\x9f\x69\xf4\x9f\xdf\xf7\x62\xe4\xc8\x64\x6b\xa6\x95\x2b\x62\xb9\x4c\xa3\x7f\xb0\x6e\x79\xa9\x4d\xa9\x99\x60\x37\xe7\x62\x72\x35\x82\x57\x57\x4e\xae\xc6\xb4\x48\x45\x7e\x88\x93\x5d\x11\x6c\x12\xe8\x53\x91\xd8\xb4\x20\x85\x5f\x98\x94\xcb\xfc\xab\xf1\x69\x2e\x86\x9c\x4b\xb0\xeb\x48\x3f\xe5\x5c\x82\xb5\x32\xe4\x4d\x39\x97\xf9\x7b\x4f\x29\x5f\x40\xa9\x04\x7b\xd5\x1f\xb4\x09\x9f\x84\xcc\xfc\xbd\x37\xd6\x5f\x76\x7e\xbf\x94\x0f\x27\xfa\x9a\x9c\x91\xa9\x94\xcc\x74\x83\xc9\x1a\x09\xf6\xf2\x6e\x60\x8d\x04\x87\x97\xe0\x64\x8d\x4c\x59\x1a\x33\x10\xa6\x2c\xcd\xfc\xe5\x3a\xc4\x09\x9e\x34\xd0\x34\x29\x41\x62\x72\x12\x41\xc1\x6e\xd5\xef\xc9\x2d\x99\x69\xe4\xb3\x34\xef\x0b\x75\x63\xc1\xfe\x5e\x1b\x65\x63\xc1\x62\xae\xde\x54\x36\x16\x3c\x9f\xb4\x9b\xb3\xb2\xda\x45\x14\xc2\x24\x78\x82\xc3\x94\x95\xc9\x40\x99\xa6\x16\xe8\xc2\x30\x29\x9a\xe0\x2b\x1d\x3f\x95\x7a\x05\xc7\x27\x4a\x65\xd2\x38\x53\xa9\x97\x2e\x09\x93\xc8\x09\x0e\x0a\x76\x4a\x33\x05\xcf\x6e\xb9\x44\xf2\x4c\x41\x59\xdc\x69\xaa\xf5\x9a\x59\xda\x70\xb1\x9a\xd7\xe4\xda\x04\xa5\xc2\x69\x32\x6d\x26\xd3\x26\x62\x6f\x32\x6d\x26\xd3\x46\x26\x7f\x32\x6d\x82\xf6\xf1\xbb\x64\xda\x04\x6d\x77\x43\x95\x76\x05\xc7\xf7\x6b\x2f\xb7\xe0\x48\x21\x7c\x0c\xde\xc9\xa7\x99\xf1\x64\xde\x52\xfe\xc9\x94\x09\x0e\xc5\xf1\x93\x29\x33\xe9\x3b\x33\x43\x27\x7d\x37\x63\xca\x90\x7c\x93\x96\x9b\x4c\x19\xcd\x1a\x26\x53\x26\x38\x4c\x2f\x9f\x4c\x99\x59\xbe\x34\xe2\x7a\xca\x63\x4d\xdd\x83\xfc\xa4\x49\xbe\x60\x95\xfa\x9c\x24\xdf\x2c\xc7\xb1\xdb\xcd\x71\x54\x7c\x3e\xb7\x85\x0a\x9c\x52\x5b\x2d\x03\xff\xe4\xa3\x04\x87\xb9\xfb\x93\x8d\x12\x3c\xbb\xe5\xac\xe4\xb6\x82\xc3\x0c\xfc\x69\xf6\xef\xa4\x0c\x55\x9c\x4f\xca\x30\x68\x9b\x47\x86\x32\x0c\x56\x0d\xbd\xa7\x2a\xa7\x49\x2c\xea\x7c\x33\x89\xc5\xa0\xcc\x33\x98\xc4\xe2\x24\x16\x4d\xce\x98\xc4\x62\x50\x5a\x3a\x4c\x62\x71\x12\x8b\x3a\xa0\x4c\x62\x31\x38\xbe\x1e\x7a\x62\x31\x28\x2b\x6a\x4d\x65\x4e\xf3\x34\x62\xc5\x34\x99\x5c\x99\xe0\x90\x95\x9a\x5c\x99\x49\x66\xea\xd0\x30\xc9\xcc\x60\x95\x79\x9f\x64\x66\xf0\xec\x96\x53\xa0\x33\xe7\x99\x89\x6b\x86\x27\xdd\x3d\x27\xb1\xa8\x6b\xc3\x24\x16\x83\xd5\x74\xae\x49\x2c\x4e\x89\x35\x9e\xd7\x94\x58\x0b\xbe\x56\x77\x9b\xcc\x9b\x39\xfc\x10\x62\x0f\x4d\x6d\x7f\x82\x66\x61\x9c\xa9\x5c\x29\xd8\xac\x42\x34\x4d\xf5\x0d\x56\x4b\x2f\xcf\xf1\x1e\x5a\x56\xbc\xf1\xfc\x29\x60\x9a\x0a\x98\x2c\x0d\x30\xb9\x43\xc1\xf2\xca\x01\x05\x4c\x53\x32\x4f\x37\x86\x49\xc7\x06\x9b\x5a\xc2\x29\x99\x37\x55\x1a\x09\x0c\x27\x1d\x1b\xac\xef\xdb\x94\x8c\x9d\x92\x79\xa6\xcf\x4f\xa2\x75\x72\x8c\x9a\x4f\x3a\x83\x07\x87\x35\x04\x26\xc7\x68\x72\x8c\x62\x86\x4c\x8e\x51\x70\x88\xe0\xa7\x54\xde\x64\x22\x99\x17\x3f\x99\x48\x93\x89\xe4\xe6\x31\x91\xe6\x7c\xab\x34\x73\xa7\xe8\xe4\xe0\x78\xdf\x28\x74\xf2\x94\xcb\x2b\x22\x90\x50\x0e\x0e\x4d\xf9\xa6\x5c\x5e\x70\x68\xb1\x32\x59\x4d\xc1\xa1\xc3\xdf\x64\x35\x05\xc7\x6e\x20\x51\xee\x34\x89\xee\x5a\x6c\x73\x9e\xaa\x96\x62\xdd\x4c\xa2\x7b\x12\xdd\x26\xae\x4f\xa2\x3b\xa8\xe6\xa5\x4e\x74\x4f\x19\x3f\x2b\x11\x4d\xaa\x3b\x28\xeb\xe2\x4d\x8e\xd4\xbc\x9d\x14\xad\xc5\x7e\x0a\xea\x1d\xa9\x68\xf3\xa9\x54\xea\x7d\xd6\x88\xf3\x60\x3f\xfe\x64\x11\xae\x49\xbb\x4f\x95\x54\xe5\x0d\x4f\xbc\xcf\x7b\xe4\xaf\xf8\xc3\x1e\x62\x19\x47\x6f\x51\x19\xc7\xe0\xf8\xbd\x7b\xb9\x34\x49\x38\x1e\x29\xf9\xb8\x89\xfe\xfb\xf3\x1e\xe5\x37\xdb\xca\xb6\xbc\x6f\x7e\x36\x75\x9b\x1c\xc6\xe6\xa3\xa7\x6d\x71\x81\xbf\x36\x0d\x9b\x86\xdd\x7c\xf4\xb2\x4d\x63\x5f\x9b\xa6\x4d\x33\x6d\x40\x2a\x9b\x6e\x9b\x6e\x9f\x7c\x7e\x73\xb7\xbc\x64\xf0\xd5\x8d\xef\x96\x97\xbc\x95\x56\x69\x72\x70\x4b\x42\x06\xaf\x5a\xbd\x25\x21\x6f\x31\x8a\x09\x4a\xb7\x18\x25\x28\xad\x88\x6e\x31\x4a\xf0\xec\x96\x03\x31\x31\x23\xf8\x1e\xef\x5f\x6b\x36\xb9\x46\x19\xd9\x6f\x73\x35\x82\x9f\x49\x3a\xb7\xe8\xe6\x96\xf9\x64\x68\xde\xc2\x8f\x60\xb3\x50\xd9\x2d\xfc\xb8\x15\x6a\x99\x06\x7f\x8b\x3f\x82\xc3\xd2\x3c\xb7\xf8\xe3\x5e\x4f\xbb\xe5\x14\x4c\xf3\x08\x0e\x6d\x29\x6f\x21\xc3\x2d\x3e\xd0\xfe\xfe\x16\x1f\x04\x07\xcb\xe4\x16\x1f\xdc\x72\x89\xda\xfb\xdd\xc4\x7a\x70\x68\x55\x79\x13\xeb\xb7\x5c\xa2\x40\xe8\xa6\xd6\x83\x83\xb3\x72\xcb\x25\xde\xcc\x3a\xb1\xcb\x4d\xc1\x07\xcb\x27\xa1\xc5\xcd\xac\xbb\x89\x7a\xb3\xc8\x6f\xa2\xfe\x4e\xcf\x4c\x53\x12\x6e\x0a\xfe\xfe\xfa\xd9\x65\xb0\xbc\x09\xf1\xe0\xd0\x1f\xf3\x26\xc4\x6f\x73\x33\xc4\x1b\x37\xd9\x1d\xb4\x2d\x6f\x89\x9b\xec\x0e\x9a\x7c\xeb\x6d\x62\xef\x6d\xa2\x85\xb0\xe1\xfe\xbe\x5f\xaa\x0b\x46\xce\x80\xc6\x0e\x36\x65\xe6\x37\x89\x1d\xec\x6c\xe0\x9b\x86\x0e\x0e\x71\xe1\xcd\x0c\xbc\x25\x21\xeb\xfd\xa4\x13\xf8\xe9\xe6\x99\xa7\x8d\xd2\xbe\x7f\x2e\x6e\xb3\xcd\xc5\x4d\xeb\x22\xb6\xc7\x4d\x2f\xdf\x7c\x44\x81\xc3\xcd\x47\x0c\xea\xf0\xc8\xd0\xd0\xb7\xf4\xa2\xc0\xe1\x26\x98\x6f\xe9\x45\x3f\x35\x3e\x62\x50\x47\xc4\xda\xcd\x47\x0c\x9a\x39\x26\x37\x1f\xf1\xa6\xb4\x45\x01\x37\xa5\x1d\x14\x9d\x7a\x53\xda\x37\x59\x2d\x0a\xb8\xc9\xea\xa0\x0e\x8f\xa9\xf4\xe5\xcd\x95\x2c\x97\x8d\x2b\x19\x94\x56\xba\x37\x57\xf2\xe6\x4a\xd2\xf2\x37\x57\x32\x28\x8d\x29\x6f\x22\xfd\xe6\x27\x12\xee\x37\xad\x7d\xbf\x7e\x62\xbe\x80\xd4\xbe\x53\xab\xb5\xaa\xe4\xbb\xd5\x6a\xdd\x6f\xad\x56\x4e\x41\x32\xf4\x4e\xae\x72\x25\xc9\x6f\x22\xf7\xb6\x8c\x9c\xdb\x47\xe4\x06\x87\x8c\xe6\x2d\x17\x79\xa7\x7c\x6b\xfd\xb8\xf3\x44\x6e\x70\xe8\x8f\x7d\x2b\xdf\x0a\x56\x1e\xe6\x2d\x17\x79\xa7\xfb\xbe\xc4\xe6\x4d\xe2\x06\x9b\x65\xf7\x6f\x12\x37\x38\x24\x0f\x6f\x69\xc7\xa0\xad\x6e\xbb\xb4\xe3\x9d\x1c\xe3\xfa\x49\xa4\x79\xcb\x31\x06\x6d\x8b\x7c\xbb\x95\x7d\xdd\x11\xc2\xab\x49\xe4\x37\x25\x1c\x1c\x95\x4c\xcd\xad\xa5\x4e\x50\x16\x1b\xbe\xa5\x1d\xef\xac\xcc\xbd\x6a\x39\x72\xf3\x43\x83\x95\xf7\x79\xb3\x43\x83\x45\x7d\xcf\xcd\x0e\x0d\x76\xbe\xe1\x2d\x39\x19\x1c\xd5\x1c\x85\x73\x2a\x37\xc0\x5b\x9d\x82\x0e\x16\xe3\xff\x4d\x41\x07\x5f\x0b\x04\xdf\x26\x18\xdc\xe9\xaf\xb9\x66\x59\xc6\x99\x9e\x74\x0f\x1c\xed\xf3\xf8\xcd\x16\x63\x08\xd6\xf5\xf3\xcb\x7e\xab\xfd\xac\x47\xfa\x79\x42\xac\xd9\x32\x8f\x6e\x6a\x00\x67\x9a\xfa\xd4\xc6\x6d\xb6\xcd\x4d\x3e\x7e\xd9\x66\xbf\x34\x40\x58\x3f\xed\xbf\x4d\xed\x5a\x7f\xff\x7d\xd0\x9e\x2d\xce\x02\xac\x6b\xa6\x47\x4c\xed\xcd\x66\x5a\x9a\xad\xeb\xf2\x28\xa6\x99\x4e\x61\x2f\xd6\x35\xed\x16\xee\xca\x3b\x1e\xd6\xf5\xf3\x88\xbe\xdb\x64\xc4\x3b\xd3\x0c\x9f\x6d\xeb\xb3\x2d\x23\x21\x3c\xdb\x7e\xd9\xb6\xd9\xf6\xb5\x6d\xcf\xb6\x66\x9b\x2b\xf4\x0c\x85\x77\x8f\x4f\x76\xf7\xf5\xfd\x6c\x3d\xdb\x56\x9f\x5d\x7d\xf6\x9b\xef\x88\x6d\x75\xf7\x34\x77\x5e\xe3\xd4\xde\x9c\x26\x58\x3e\x69\x89\x70\xc7\x09\xf9\x5f\x77\xec\x85\xe5\x93\x1e\x00\x77\x4c\x86\x07\x47\xb6\x6d\xb6\xd9\xef\x79\x57\x2c\x9f\xcf\xf3\x8c\xdf\x33\x85\x0d\xf7\xdc\x33\x6e\x64\xde\xf0\x7d\x67\x2a\xe7\x7d\xa7\xd7\xf7\xbe\x66\xcb\xd7\x96\x6f\x9a\xef\x64\xcb\x2f\x5b\x7e\x96\x9e\x7e\xb6\xc4\x41\x80\xac\x7f\x7f\xdf\xd1\xb7\xf7\xfd\x88\xd9\xac\x3e\x77\xdf\x91\xb2\xf0\x1c\xfd\x37\xdb\x36\xdb\x32\x9d\x20\xdf\x3f\x7d\xdb\x83\x67\x2f\xdb\x7c\x5f\x8a\xf2\xf7\xff\xfa\x0c\x3c\xff\xff\xd7\xfe\xf7\xff\xf1\xbf\xff\x4f\xff\xfb\xff\xed\xff\x3a\xff\x36\xfe\xf3\x1f\xff\x98\xff\xf6\x1f\xd7\xbf\x8c\xff\xf8\xdb\xff\x7c\xb6\xfe\xed\x9a\xf7\xbf\xfc\xdb\xfc\xc7\xfc\x7f\xff\xfe\x9f\xff\x18\xf3\x6f\x7f\xff\xf7\xbf\x3f\x9f\xca\xbf\xff\x1f\x00\x00\xff\xff\xf9\x94\xac\x5b\x06\x27\x04\x00"); -func _gaefc ()(*asset ,error ){_ddga ,_ecgd :=_beeeg ();if _ecgd !=nil {return nil ,_ecgd ;};_dgag :=bindataFileInfo {_dae :"UniCNS-UTF8-V",_fb :656,_ae :_be .FileMode (436),_g :_a .Unix (1580492730,0)};_eacd :=&asset {_dd :_ddga ,_ef :_dgag };return _eacd ,nil ; -};func _cegf ()([]byte ,error ){return _c (_cage ,"UniGB-UCS2-H")};func _cgaf ()(*asset ,error ){_egc ,_ceaa :=_cff ();if _ceaa !=nil {return nil ,_ceaa ;};_gcb :=bindataFileInfo {_dae :"Adobe-GB1-4",_fb :2711,_ae :_be .FileMode (436),_g :_a .Unix (1580491274,0)}; -_dfee :=&asset {_dd :_egc ,_ef :_gcb };return _dfee ,nil ;};func _fgcb ()(*asset ,error ){_cgefe ,_bace :=_cbec ();if _bace !=nil {return nil ,_bace ;};_ggacc :=bindataFileInfo {_dae :"UniKS-UTF16-V",_fb :689,_ae :_be .FileMode (436),_g :_a .Unix (1580493040,0)}; -_dbge :=&asset {_dd :_cgefe ,_ef :_ggacc };return _dbge ,nil ;};var _cfce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x3d\x47\x0e\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x36\xdd\x80\x61\x07\xfd\xa1\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\x79\x3b\x04\x2f\xf9\xe9\x3d\x8a\x8c\x58\x1f\x86\xe3\x10\xc3\x0c\xf5\xd7\x3c\xda\x17\x9c\xc1\x87\xe8\x32\x4e\xe3\x92\x2d\x82\xc1\x73\x88\x55\x25\x1b\x70\xc1\xce\x7f\x7f\x92\xd8\x8b\x4e\x55\x55\x3f\x3e\xbc\x26\x7b\xfb\xe9\x74\xb8\xfd\x0c\xcb\x84\x2b\x3d\x0c\xc7\x97\xeb\x34\xe3\x65\x88\x7e\x84\x96\xd3\x6e\x49\x6b\x05\x80\xfa\x1b\x9e\xc3\x34\xe7\x2b\xdc\x7c\x74\xa3\xc1\x77\xe0\xd0\x17\xfe\x9c\x1d\xe6\x10\xcf\x70\xf3\xf8\x20\x37\xfa\xb2\xa4\xf4\x1b\x2f\x18\x67\x90\xc4\x30\x3a\xd2\xaa\x3e\x3c\xe9\xf4\x45\x5f\x10\xfe\x6b\xe5\x8d\xce\xe8\xe8\x0d\xf3\x14\xc6\x08\x52\xbc\x17\x62\xf7\x8f\xbf\x5e\x13\xae\xb5\xaa\xfa\x34\x1c\x9f\xbd\x9f\x70\x86\x5d\x2f\xd8\xf3\xe3\x34\x1c\xe1\xa7\x04\x29\xa0\xe9\x5a\xd5\xfd\x5a\xad\xdf\x9f\x46\xb7\x05\x1b\xc1\x03\xd9\xe0\xb2\x8e\x67\xac\xee\xb4\xd4\xcd\x3d\xac\x02\x9d\xea\x08\xb5\x8c\x5a\x42\x1f\x08\x69\x46\xba\xa0\x7d\x4f\xc8\x30\xb2\xf7\xa0\x94\x60\x97\x63\xe4\xc8\xb5\x2f\xc8\x70\x79\xe3\x0b\xea\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\x77\xba\xd5\xb2\x20\x12\xe8\x54\x4f\xa8\x67\xb4\xa7\xa0\x20\x64\x19\x59\x72\xb5\x84\x90\x11\xd7\x52\x05\x19\x6a\xb5\x35\x86\x5c\x54\xde\x38\x46\x8e\x5c\x54\xbe\x34\xb4\x0a\x74\xaa\xb4\xda\x3a\x1a\x88\x44\x29\xc1\x88\x83\x8e\x82\x92\x9a\x70\x1c\x2c\x02\x3b\x41\xc8\x73\xd0\xd3\x8d\x7b\xba\xd1\x73\xd0\xf3\x3f\x41\x7d\xf1\xd8\x2d\x8f\x2d\x65\x59\x89\xed\x1d\xca\xf7\xb2\x89\xdb\x72\xd8\x25\x67\x8c\x33\xed\x21\xbd\x7f\x79\xc0\x10\x71\xdb\xf4\x34\xa6\x92\xa2\xcf\x9f\x00\x00\x00\xff\xff\x3c\x9a\xd2\xc8\x15\x03\x00\x00"); -var _beaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\xf6\x10\x64\x1e\x49\x51\x7c\x94\x48\xca\x7b\xf5\xee\xe6\xfd\xcd\xf1\xf0\x34\x5d\xfd\x72\x7e\xd8\xdd\xd6\xa7\xa9\x1d\x8e\xfb\x73\x7d\x7c\x78\x3e\xef\xea\xb4\xad\x77\x87\xe3\x66\xe3\xc3\xb4\x3f\xec\x9e\x06\xc4\x7f\xbb\xfb\xf5\xb4\xd9\x5c\x7d\x3e\x1e\x3e\xdc\xdc\x7e\x75\xc1\x4b\x70\x2e\xbe\xfd\xfc\xe9\x07\x09\x6f\x7f\x9c\x9e\x1f\xeb\xc5\xe2\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x4f\xfb\xe7\xd3\xc5\xdb\x34\x5d\xfd\x5a\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\xef\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7c\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xab\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb4\xde\xd7\xe9\x3f\x22\xfb\x02\x3b\x98\x7d\xa9\xe7\xc7\xc3\xc3\x71\xf2\xff\x77\x6e\x36\xf1\xa7\x6f\xa7\x3a\xf9\x8b\xbb\xaf\x9f\x6f\xde\x4f\xbf\xfb\xc9\xbb\x29\xa4\x59\xe2\x1f\x17\xf9\x6f\x1f\x1f\xf6\xb4\xf2\xce\x29\x99\xdd\x61\xbf\xfb\x73\x3d\x6f\xbe\x73\xce\xb9\xe0\x7c\xba\x9e\x96\x5c\x02\xf1\x0c\x9c\x06\x0e\xaa\xcf\xc4\xaa\x5f\x2e\xd8\x17\x77\x3d\x2d\x92\x09\x7d\x87\x33\x61\xe8\xb0\x10\x4a\x87\x5c\xbb\x8b\xd7\x53\x16\xef\x89\x13\xb0\x23\x9e\x81\x47\x6c\xbe\x76\xec\x5e\xe0\x05\x38\x12\x67\x60\xfa\xab\x05\x58\x2e\x58\xca\xf6\x7a\xf2\xc1\xc7\x4c\xc1\x0e\x82\xd9\x04\x7b\xb5\x58\x28\xa8\x10\x24\x47\x41\x7b\xb5\x64\x75\xba\xa4\x50\xe0\x75\xc9\x4c\x41\x78\xbd\x44\xd4\x22\x51\x10\x55\x60\x16\xe9\xf5\x92\x59\x2d\x18\xd8\xda\xb9\xbf\x34\xc8\xc0\xa6\x2f\xc0\x16\xc4\xfa\xda\xe3\xb6\x1b\x2c\x81\x78\x07\xec\x89\xf7\xc0\x83\x78\x72\xbb\xeb\x69\x89\xbc\x18\xc9\xed\x81\x17\xe2\x0a\x3c\x13\x37\xe0\xb1\x5f\xf2\xfd\xa2\x24\x27\xc4\x1e\x98\xfe\x7c\x00\x8e\xc4\x02\x4c\x7f\x3e\xc2\x9f\x27\x4e\xc0\xe6\x6f\x06\x0e\xc4\x0b\xb0\xf9\xcb\xc0\x85\xb8\xc0\xbf\xf9\x5b\x81\xc9\xd7\x6f\x81\xcd\x5f\xe7\x9f\x82\xed\xb7\x07\x26\x7f\x5f\x81\x8d\x4f\x03\xe6\xfe\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x78\x49\xe8\x0f\x85\x97\x84\xfb\x87\x05\x98\xf1\x85\x0c\x6c\xfb\x81\x1f\x8b\x2d\x05\xf0\x13\xdb\x1f\xfc\xc4\xf6\x03\x3f\xcf\xfd\x04\xf1\x7a\xda\x4b\x44\x3e\xe8\x4f\xb0\x9f\xe3\xfa\x08\xfb\xc8\x7c\x46\xf0\x8b\xcc\x67\x04\xbf\xc8\x78\x23\xce\x97\x95\x96\x22\xfc\xb3\x8c\x52\x04\xff\xc8\xfd\x23\xf8\x47\xdb\x0f\xfc\x13\xf3\x11\x11\x4f\x1a\xfe\xe7\x7e\x5e\x39\x04\x4f\xdc\xef\x73\xf0\x85\xb8\x42\x6f\xf6\x0d\x78\xc4\xbb\x38\xad\xda\x65\x6c\xb8\xf4\xba\xce\xc1\x5d\x1c\x88\xc3\x85\xc8\xe3\x82\x89\xc3\x85\x28\xa3\xec\xc5\xe1\x02\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\xd3\x1f\x08\x97\x11\x80\x38\x10\x2c\x83\x80\xb8\x58\x80\xc3\xc0\x33\xd6\x8f\x0b\x29\x2e\x2b\x66\x3c\x59\xfd\x25\x62\xf5\xc7\xf8\x72\x05\x66\x7c\xbd\x3b\xe6\xb0\xd0\x7f\x41\x02\x17\xee\x8f\x46\x37\x8b\x98\x00\x84\x42\xee\x93\x6d\x4c\x95\x4d\xfe\xb7\x31\x23\x6e\xd5\xe0\x48\x76\x45\x70\x42\xb2\x2b\x82\x7b\xe1\x1b\x64\x85\xc1\xec\xb0\x5e\x48\xb6\x2a\x26\xd9\xaa\xfe\x48\xb6\xaa\x3f\x92\xad\x20\x2b\x24\xdb\xf4\xf0\xc6\x7e\xa1\xb5\xeb\x29\x88\x4b\x23\x40\x71\xae\xcf\x9e\xd1\xf7\x45\x9c\x74\x3c\xca\x45\xc4\xf5\x96\xed\xcb\x6c\x06\x18\x5e\x8c\x50\xdc\xac\x06\x9e\x82\x45\x05\x89\x82\xac\x02\x5b\x52\x54\x60\x9b\xac\x2a\x98\x29\xd8\x42\xb0\xd8\xae\x3b\x15\x04\x0a\xf4\x16\xd2\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x0c\x98\x18\xaf\x41\x66\xee\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x79\x98\xc1\xc1\x0c\x70\x98\x91\x89\xeb\xad\x2c\x0b\x2b\x4d\xd0\xca\xca\x8b\x08\xf6\xea\x90\x21\x88\xc7\x02\x86\x20\xa8\x6d\xe7\xe8\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x2c\xf0\x66\x90\x55\xc0\x18\xa4\x80\x25\x63\x90\x55\x0d\xcc\xc5\x16\x06\x16\xd3\x4e\x0d\x98\x68\xd9\xab\x80\x51\x46\xaf\x02\x2e\x89\xc8\xac\x45\xd5\x3b\x44\x96\x64\x58\x83\x0a\x26\x40\x15\xd9\x61\xc7\x15\x89\x22\x8b\x88\xcb\x62\x41\x47\x1c\x25\xab\x44\x12\x2a\xdc\x8e\x2e\x69\xde\x2c\x4f\x49\x54\x60\x16\x51\x05\xcc\x6c\x42\x8c\x91\x2b\x16\xbc\xc1\xdc\x0b\x81\xe6\xc1\x82\x58\x34\x0f\x91\x17\x6c\xa9\x2a\xe0\x7d\x58\x1a\x6e\xd8\xc5\x45\x6b\x0e\x9d\x6a\x94\x4d\x6b\x0e\xad\x7d\xa1\xde\xeb\xdb\x67\xcc\xfa\xd6\xb4\x55\x8f\xb3\x69\x4d\x70\x81\xc6\xdb\xa4\x35\x81\xde\xd1\x81\x34\x74\x0b\x37\x70\x52\xfb\x44\xac\xdd\x64\x26\xd6\xf5\x86\xeb\xcb\x51\xd1\x1a\xba\x57\xce\xe5\x1f\x9d\x53\x16\x76\xce\xf3\x7a\xbc\xab\x97\xb9\x23\x5b\x77\x3d\x8d\x4f\x8f\x16\x9c\xec\x51\x46\x5d\x72\xfd\xac\x62\xe6\xfc\xed\xf3\x6b\x7c\xf6\xed\xe2\xc2\xd1\xda\x7b\xd7\xf8\xc4\x2b\x2a\xdb\xab\x6e\x36\x15\x1e\x50\x99\x03\xb6\xb7\xab\xf1\x59\xa0\x32\x87\xab\xa9\xb6\x50\xd9\xb3\x43\xa8\x0a\x98\xf0\xc2\xe0\x7b\x99\x8e\x4f\x3c\x96\xbc\x3d\x2e\x3c\x55\x82\x77\x02\xe7\x72\x92\x64\x2a\x3c\x01\x1c\xc3\xe8\x35\x38\x3e\xf1\xba\xe1\x9f\x0a\x49\x6c\x2f\x1c\x66\x8a\xf6\x70\xb0\x55\xa8\x8f\xc4\xe6\xe9\xdc\x08\x43\x5c\x4f\xe7\x92\x33\x07\x08\xb3\x21\x0e\x2f\xd9\xe2\xa8\xf2\xd1\x54\x18\x4b\x8e\x63\xcd\xcf\xa6\x5a\x70\x96\x36\x12\xfd\x0b\x8f\x05\x17\x96\x4d\xd7\x95\x44\x5d\x99\x71\xd9\x39\xf9\x9a\xa9\x1a\xba\x16\x8b\xd1\xb7\x71\x3b\xc4\xb7\xa2\xc3\x5b\xa8\x5b\x4d\xd7\xa0\xb3\x92\x34\xda\x82\x57\x90\x2f\xd6\x3a\x7b\x6d\x8d\xc6\x2f\x3a\x7b\x58\xb9\x7e\x35\x9d\xb6\xe0\x4c\x9f\xfd\x35\x34\xda\xb3\x57\x9d\x4d\x84\x6c\x3a\x9d\x2e\xc5\x7a\xbb\xed\x27\x4e\xbb\x36\x1b\x83\x44\xd3\x25\xd5\x59\x8b\xb7\x75\x51\xd7\x05\x6b\x83\x62\xba\x59\x75\xd6\x02\xb7\xa6\xd3\xce\x14\xac\x21\x1b\x87\xa4\x3e\x6d\x6e\xa6\x64\x3a\xf5\x39\x4e\xaf\x35\xde\x95\xd6\x50\x39\xb9\x50\x95\x1a\x55\xf3\xe5\x0f\x49\x7f\xe9\x0a\xda\x04\x00\xee\xd7\xd3\x86\x3f\x1a\xec\x9e\xcf\xe7\x7a\x7c\xc2\x4f\x14\xf8\x31\xa0\xff\x81\x7f\x38\x56\xfe\x20\x72\x7a\x38\xf5\x55\xf8\xf7\x77\x00\x00\x00\xff\xff\x51\x4f\x67\x1f\x3c\x11\x00\x00"); -func _bfbf ()([]byte ,error ){return _c (_fgab ,"UniJIS-UCS2-HW-V")};func _abd ()([]byte ,error ){return _c (_dgd ,"Adobe-CNS1-3")};func _abgb ()([]byte ,error ){return _c (_dbgc ,"UniJIS2004-UTF16-H")};var _bcac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9d\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x14\x75\x61\x1c\xeb\xd3\x9c\xe1\x19\x71\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xfe\x48\xe2\xae\x66\xac\xaa\xfa\xf9\xe9\xfe\xd3\xf9\x70\xff\x19\x96\x09\x57\x74\xe8\x8f\xa7\xdb\x34\xe3\xb5\x4f\x61\x00\xc5\x56\xbf\x8c\xab\x1d\xa0\xfe\x86\x97\x38\xcd\xf9\x06\x77\x1f\xfd\x60\xf1\x3f\xf0\x18\x0a\x7f\xcd\x1e\x73\x4c\x17\xb8\x7b\x7e\x92\x1b\x3d\x2d\xe3\xf8\x07\xaf\x98\x66\x10\xc4\x30\x79\xd2\xaa\x3e\xbc\x98\xf1\x8b\xb9\x22\xbc\xe7\x78\xa3\x17\xc4\xdf\x30\x4f\x71\x48\xd0\xfd\x2f\xc4\xee\x1f\xfe\x7e\x1b\x11\xe4\xea\x3f\xf7\xc7\xd7\x10\x26\x9c\x41\x49\xee\x5d\xff\x3c\xf7\x47\xf8\x25\x41\x0a\x68\x5a\xb5\x93\xbf\xd7\xd2\x1f\x2f\x83\xdf\x8c\x8d\xe0\x61\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\x5c\xe5\x19\x79\xaa\xea\x0a\xb2\xdc\xde\x86\x82\xf6\x4d\x41\x01\x09\x15\xd1\x5a\xec\xaa\x07\xa3\x8c\x2c\x88\x04\x5a\xbd\x27\xb4\x67\xd4\x91\x51\x10\x72\x8c\x1c\x55\x29\x42\xc8\x88\x7b\xe9\x82\x2c\x45\x55\xd6\x52\x15\xb5\xb7\x9e\x91\xa7\x2a\x6a\x5f\x02\xad\x02\xad\x2e\x51\x95\xa7\x81\x48\xb4\x16\x8c\xd8\xe8\xc9\x28\x29\x84\x67\x63\x11\xd8\x09\x42\x81\x8d\x81\x4e\xec\xe8\xc4\xc0\xc6\xc0\x5f\x82\x72\xf1\xd8\x8a\xc7\x96\xb2\xac\xc3\x76\x0f\xe5\x7f\xd9\xc2\x6d\x31\xdc\x92\x33\xa6\x99\x76\x90\xee\xbf\x5c\x60\x4c\xb8\xad\xf8\x38\x8c\xc5\x45\xbf\xbf\x01\x00\x00\xff\xff\x42\x42\x4b\x36\x0e\x03\x00\x00"); -func _dfac ()([]byte ,error ){return _c (_cbga ,"CNS1-V")};var _gcec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcb\x6b\xeb\x46\x14\x06\xf0\xbd\xfe\x8a\x59\xde\x2e\x6e\x3d\xe7\x31\x0f\x81\x08\x94\x84\x0b\xa6\xdc\xb6\x34\x7d\x41\xe9\x42\x91\xc6\xc1\xd0\x48\x46\xb6\x17\xf9\xef\xcb\x39\x9f\x9d\xc2\x5d\x04\x47\x9f\xa5\x23\xe5\xf7\x65\x46\xbb\xc7\xfd\xd3\x7e\x39\x5e\xc2\xee\x97\x6d\x9d\x9e\xdb\x25\x1c\x8e\xcb\xbc\xb5\xf3\x7a\xdd\xa6\x16\x5e\xda\xeb\x71\xe9\x3a\xe2\x30\x1f\xa7\xcb\xfd\xd0\x3f\xa6\xb7\xf1\xd4\x75\x76\xfd\xf3\xfb\xf9\xd2\xde\xf6\xcb\x61\x0d\x82\xf3\xe6\xeb\xe9\x76\x6e\x08\xbb\x5f\xdb\xeb\xf1\x7c\xd9\xde\xc3\xa7\x1f\xe6\xf5\xa5\x7d\x17\xe6\x76\xb0\xfc\xe7\x6d\x6e\xdb\x71\x79\x0d\x9f\x7e\x5c\xb7\x36\xd2\xc7\x17\xcf\xd7\xd3\xe9\xdf\xf6\xd6\x96\x4b\x60\xcf\xda\x32\xfb\x67\xb7\x7b\xfc\x3a\x9e\x7e\x1a\xdf\x5a\xd8\xf9\xac\xcf\xb8\xf2\x33\x4e\xf3\x6f\xff\x68\xdb\xf9\xb8\x2e\x81\xbe\x8f\x31\xfd\x1f\xff\xf6\x7e\x6a\x81\x6e\x53\xfe\xfa\x7d\xff\x14\xfe\xa6\x40\x31\x70\x4a\x4a\xff\xdc\xf2\x3f\xbf\xae\x73\x0b\xf1\x7e\xaf\xfd\xd3\xe3\x7a\x5d\x2e\x81\xaa\x24\xdc\xa1\x23\xfc\x59\xd3\x3a\xb7\xf3\x69\x9c\xda\x36\x2e\xaf\xad\x0b\x61\x88\x31\xc6\x87\x30\x68\xf9\xf2\xe5\xc1\x9e\xf7\x9b\x33\xba\xc2\xb7\x2b\x8f\x33\x92\xfb\x15\x31\x1e\x0e\x0f\x21\x76\x43\x24\x1c\x93\x1d\x73\xca\xdd\x10\x19\x09\x5b\x92\x88\xbb\x21\x0a\x12\xb1\xa4\xe4\xda\x0d\x51\x91\xa8\x25\x14\x59\xbb\x21\x26\x44\xc9\x23\xae\x36\x3b\x23\xca\x1e\x25\xb1\xe1\x05\x51\xf1\xa8\xf4\x36\xbd\x22\xaa\xfe\x04\x51\x6d\x7c\x8f\xa8\xf7\x48\xa2\x8d\x1f\x11\x8d\xb7\xe7\xb4\xf1\x2f\x88\x5e\x3c\xaa\x64\xe3\x27\x44\x93\x45\x12\x8b\x8d\x9f\x11\xcd\x1e\x09\xdb\xf8\x86\xa8\x79\x94\xaa\x8d\x3f\x20\x3a\x78\x54\x35\x76\x03\x41\x8a\x5c\x4a\x63\x9f\xbb\x81\x80\x45\x8e\xa5\x92\xb8\x1b\x08\x5a\xe4\x5a\x9a\x63\xed\x06\x02\x17\x39\x97\xd6\xac\xdd\x40\xf0\x22\xbd\x99\xda\x78\x78\x91\x7b\x25\x29\x36\x1e\x5e\xe4\x5e\x29\x8b\x8d\x87\x17\xb9\x57\xaa\xd5\xc6\xc3\x8b\xdc\x2b\x93\xda\x78\x78\x91\x7b\x65\x8d\x36\x1e\x5e\xe4\x5e\x39\x5b\xb1\x04\x2f\x72\xaf\xdc\x5b\xb3\x04\x2f\x72\xaf\x42\x56\x2d\xc1\x8b\xdc\xab\xa8\x55\x4b\xf0\xa2\x76\xeb\xdf\xc6\xc3\x8b\xdc\xab\xf4\x56\x2d\xc3\x8b\xdd\xab\x92\x55\xcb\xf0\x62\xf7\xaa\x6a\xd5\x32\xbc\xd8\xbd\x6a\xb1\x6a\x19\x5e\xec\x5e\xb5\xb7\x6a\x19\x5e\xec\x5e\x3d\x5b\xb5\x0c\x2f\x76\xaf\x5e\xad\x5a\x86\x17\xbb\x57\x5f\xac\x5a\x86\x17\xbb\x57\xdf\x5b\xb5\x0c\x2f\xae\xf7\xff\x55\x9b\x0f\x30\xee\x91\xa9\x95\xcb\x10\xe3\x11\x59\xb1\x76\x19\x64\xec\x64\xd6\xbe\xdd\x02\x66\x3c\x21\x63\xeb\x97\x81\xc6\x33\xb2\x64\x05\x33\xd4\xb8\x21\x2b\xd6\x30\x83\x8d\x0f\x58\x24\xd1\x2a\x16\xb8\x49\x44\xc6\xd6\xb1\x00\x4e\x08\x59\xb2\x92\x05\x72\xc2\xf7\x05\x16\xbb\x41\x40\x27\x4e\x47\x12\xad\x66\x81\x9d\x60\x6d\x8a\x58\xcf\x02\x3c\xc1\xe2\x94\x64\x45\x0b\xf4\x04\xab\x53\xaa\x35\x2d\xe0\x13\x2c\x4f\x8d\x56\xb5\xc0\x4f\xe0\xa7\x62\x5d\x0b\xfc\x04\x7e\x9a\xac\x6c\x81\x9f\xc0\x4f\xab\xb5\x2d\xf0\x13\xf8\x25\xb2\xba\x05\x7e\x32\xdd\x77\x05\xbb\x07\xfc\x04\x7e\x29\x5b\xe1\x02\x3f\x81\x5f\xaa\xd6\xb8\xc0\x4f\xe0\x97\xc9\x2a\xd7\xdb\x1e\x08\xbf\x2c\xd6\xb9\xc2\x4f\xe1\x97\xb3\x75\xae\xf0\x53\xf8\xe5\x6a\x9d\x2b\xfc\x14\x7e\x85\xac\x73\x85\x9f\xc2\xaf\xa8\x75\xae\xf0\x53\xf8\x95\x6c\x9d\x2b\xfc\x34\xdf\xb7\x32\xbb\x47\xb9\xed\xc7\xa3\x65\x95\x4a\xf6\x5d\xf9\xbe\xfb\xda\xef\xf6\xfe\xfa\x78\x9f\x4c\xd7\x6d\x6b\xcb\xc5\xdf\x5e\xfe\xc2\xb0\xfd\xfe\xb8\xb4\x8f\x37\xe1\x69\x3d\xd9\x55\xfe\xf3\x5f\x00\x00\x00\xff\xff\x4c\xe9\x48\x7c\x35\x07\x00\x00"); -func (_daa bindataFileInfo )ModTime ()_a .Time {return _daa ._g };var _bef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xbb\xdf\xaf\xee\x86\xc1\x10\xdb\xd8\xec\xc1\x49\x88\xf3\x05\x21\x07\xad\xa6\xb5\x08\xb2\x92\xd0\x6a\x0f\xfe\xf7\xa1\xba\x24\x93\xf8\x60\x64\x95\xa5\x77\xe4\xa7\x7a\xa6\xfb\xee\xdd\xfd\xfb\xfb\xc3\xfe\x32\xdf\xfd\x7c\x3e\x6e\x3f\xf7\xcb\xbc\xdb\x1f\xd6\x73\x7f\x3e\xbe\x9c\xb7\x7d\x7e\xe8\x8f\xfb\xc3\x34\x65\x99\xd7\xfd\xf6\x72\x7b\x3b\x5e\xb6\x4f\x9b\xd3\x34\xe1\xfb\x9f\xbf\x3c\x5f\xfa\xd3\xfd\x61\x77\x9c\x95\x9f\x5b\x5f\x4e\xd7\xcf\xce\xf3\xdd\x2f\xfd\x71\xff\x7c\x39\x7f\x99\x5f\xfd\xb0\x1e\x1f\xfa\x77\xf3\xda\x77\xc8\x7f\x3a\xaf\xfd\xbc\x3f\x3c\xce\xaf\x3e\xbe\xcd\x5f\xd3\xcf\x2f\xa7\xd3\x3f\xfd\xa9\x1f\x2e\xb3\x8f\xac\x1f\xd6\xf1\x3a\xdd\xbd\xfb\xb4\x39\xfd\xb8\x79\xea\xf3\xdd\x18\xf4\xfa\xe3\xdb\xfc\x9a\x9f\x19\xff\xf4\x7b\x3f\x3f\xef\x8f\x87\x39\x7f\x9f\xd2\x7f\xe2\x5f\xbf\x9c\xfa\x9c\xaf\x23\xfe\xfc\xed\xfe\xfd\xfc\x57\x9e\x73\x9a\xc5\x23\xf9\xdf\xd7\xfc\x8f\x4f\xc7\xb5\xcf\xe9\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xac\x49\xaa\x31\xcc\xfc\x0f\x6d\x8f\x6b\x7f\x3e\x6d\xb6\xfd\xbc\x39\x3c\xf6\x69\x9e\x97\x94\x52\x7a\x33\x2f\x25\x3e\x7c\x78\x83\x1f\xfb\xcd\x27\xa6\x9c\xd2\xf5\xab\xfb\x95\xd1\xed\x2b\x29\xed\x76\x6f\xe6\x34\x2d\x29\xf3\x7d\xc6\x7b\xf1\x98\x96\x24\x4c\x04\x89\x67\x99\x96\xa4\x4c\x14\x49\x89\x3a\x2d\xc9\x98\x18\x92\x9c\xc4\xa6\x25\x39\x23\x1f\x91\x54\xcc\x0e\x46\x31\x22\x57\x0c\x2f\x8c\xca\x88\x4a\xc3\xf4\xca\xa8\x8e\x5f\x90\x0c\xe3\x1b\xa3\x36\x22\x4d\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\x30\xa2\x9a\x31\x7e\xcb\x68\x8b\x48\x53\xc1\xf8\x95\xd1\x3a\x22\x15\x8c\xef\x8c\xfa\x88\xbc\x62\xfc\x8e\xd1\x6e\x44\xd5\xd2\xb4\x64\x4a\xe5\x21\x65\xa9\xc5\xb4\x64\x62\xe5\x81\x65\xea\x32\x2d\x99\x5a\x79\x68\x59\xa4\x3a\x2d\x99\x5c\x79\x70\x59\x0d\x9b\x96\x4c\xaf\x6c\x57\x53\x8c\xa7\x57\x1e\x5e\xae\x05\xe3\xe9\x95\x87\x97\x87\x62\x3c\xbd\xf2\xf0\xf2\x5a\x31\x9e\x5e\x79\x78\x45\x36\x8c\xa7\x57\x1e\x5e\x61\x09\xe3\xe9\x95\x87\x57\x04\x8a\xcd\xf4\xca\xc3\x2b\x1a\x9a\xcd\xf4\xca\xc3\xab\x64\x54\x9b\xe9\x95\x87\x57\x31\x54\x9b\xe9\x95\xfb\xb5\x7f\x8c\xa7\x57\x1e\x5e\xa5\xa1\x5a\xa1\x97\x0c\xaf\x9a\x51\xad\xd0\x4b\x86\x57\x35\x54\x2b\xf4\x92\xe1\x55\x0b\xaa\x15\x7a\xc9\xf0\xaa\x0d\xd5\x0a\xbd\x64\x78\x35\x41\xb5\x42\x2f\x19\x5e\xcd\x50\xad\xd0\x4b\x86\x57\x2b\xa8\x56\xe8\x25\xc3\xab\x35\x54\x2b\xf4\x92\x7a\x5b\xab\x98\x4f\x30\x69\xcc\x0c\xe5\x0a\xc5\x64\xc3\xac\xa0\x5d\x21\x99\x0c\x32\xb4\x8f\x4b\xd0\x4c\xb6\xcc\x04\xfd\x0a\xd1\x64\x65\xe6\x28\x58\xa8\x26\x9d\x59\x41\xc3\x42\x36\xd9\xf1\x26\x49\xa8\x58\xe9\xa6\x89\x99\xa0\x63\x25\x9c\x66\x66\x8e\x92\x95\x72\x2a\xb7\x1b\x2c\x4d\x8b\x92\x4e\x07\x5d\xd6\x84\x9a\x95\x76\xca\x7b\x53\x15\x3d\x2b\xf1\x94\x37\xa7\x3a\x8a\x56\xea\x29\xef\x4e\xad\x68\x5a\xc9\xa7\xbc\x3d\x2d\xa1\x6a\xa5\x9f\xd2\xcf\x14\x5d\x2b\xfd\x94\x7e\xe6\x28\x5b\xe9\xa7\xf4\xb3\x8a\xb6\x95\x7e\x4a\x3f\xcf\xa8\x5b\xe9\xa7\xdb\xdb\x53\x01\xd7\xa0\x9f\xd2\xcf\x03\x85\x2b\xfd\x94\x7e\x5e\xd1\xb8\xd2\x4f\xe9\x17\x19\x95\x1b\xfd\x8c\x7e\xa1\xe8\xdc\xe8\x67\xf4\x8b\x40\xe7\x46\x3f\xa3\x5f\x54\x74\x6e\xf4\x33\xfa\x95\x8c\xce\x8d\x7e\x46\xbf\x62\xe8\xdc\xe8\x67\xf4\x2b\x81\xce\x8d\x7e\x16\xb7\x47\x19\xae\x41\x3f\xa3\x5f\xcd\xe8\xdc\xe8\x67\xf4\xab\x86\xce\x8d\x7e\x46\xbf\x1a\xe8\xdc\xe8\x67\xf4\xab\x0d\x9d\x1b\xfd\x8c\x7e\x4d\xd0\xb9\xd1\xcf\xe8\xd7\x0c\x9d\x1b\xfd\x8c\x7e\xad\xa0\x73\xa3\x9f\xd1\xaf\x35\x74\x6e\xf4\xb3\x1d\x9f\xb5\x82\xce\x9d\x7e\x9e\x6e\xcf\xdf\x34\x2d\x4e\x3f\xe7\xae\x90\x0a\x3a\x77\xfa\xb9\x30\x6b\xe8\xdc\xe9\xe7\xc3\x4f\xb2\xa0\x73\xa7\x9f\x1b\x33\x47\xe7\x4e\x3f\x77\x66\x05\x9d\x3b\xfd\x7c\xf8\x89\x24\x74\xee\xf4\xf3\xc2\x4c\xd0\xb9\xd3\xcf\xb9\x3f\x88\xa3\x73\xa7\x9f\x73\x83\x90\x82\xce\x9d\x7e\xbe\xb9\x6d\x1a\xb8\x06\xfd\x9c\x5b\x84\x0a\x3a\x77\xfa\xf9\x96\x99\xa3\x73\xa7\x9f\xaf\xcc\x2a\x3a\x77\xfa\xf9\xf0\x13\x4b\xe8\xdc\xe9\xe7\xf4\x33\x45\xe7\x41\xbf\xa0\x9f\x39\x3a\x0f\xfa\x05\xfd\xac\xa2\xf3\xa0\x5f\xd0\xcf\x13\x3a\x0f\xfa\x05\xfd\x5c\xcd\xc6\x36\x7e\xdb\xad\xa7\xdc\xbe\xdd\xbf\x83\xba\x61\xb7\x7d\x10\xbf\x80\xba\x41\x5d\xaf\x58\x11\x41\xdd\xa0\x6e\x64\xac\x88\xa0\x6e\x50\x37\x14\x2b\x22\xa8\x1b\xd4\x8d\xc0\x8a\x08\xea\x06\x75\xa3\x62\x45\x04\x75\x83\xba\x25\x63\x45\x04\x75\x83\xba\x45\xb1\x22\x82\xba\x41\xdd\x12\x58\x11\x41\xdd\xa0\x6e\x69\x58\x11\x41\xdd\xe8\xb7\xcd\x1b\xd7\xa0\x6e\x50\xb7\x1a\x56\x44\xb9\x1e\x71\xa8\x5b\x03\x2b\xa2\x50\xb7\x50\xb7\x36\xac\x88\x42\xdd\x42\xdd\x96\xb1\x22\x0a\x75\x0b\x75\x9b\x61\x45\x14\xfa\x15\xfa\xb5\xc0\x8a\x28\xf4\x2b\xf4\x6b\x0d\x2b\xa2\xc4\xf5\x68\x65\x0f\x38\x49\x48\xaa\xff\x6b\x06\x7f\x1f\x87\xd0\xaf\x07\xc3\xed\xcb\xf9\xdc\x0f\x97\x71\x06\x1d\x87\x3f\x9c\xdd\xf6\x87\xfe\xf5\x3c\x7b\x3a\x9e\xf0\xb5\xf1\xe7\xdf\x00\x00\x00\xff\xff\x1a\x9a\x7e\x09\xfb\x0a\x00\x00"); -func _bgff ()(*asset ,error ){_eebb ,_aagf :=_bbfa ();if _aagf !=nil {return nil ,_aagf ;};_fac :=bindataFileInfo {_dae :"CNS-EUC-V",_fb :11034,_ae :_be .FileMode (436),_g :_a .Unix (1580491606,0)};_fgadg :=&asset {_dd :_eebb ,_ef :_fac };return _fgadg ,nil ; -};func _agee ()(*asset ,error ){_aaab ,_bdg :=_bcec ();if _bdg !=nil {return nil ,_bdg ;};_bdd :=bindataFileInfo {_dae :"UniCNS-UCS2-V",_fb :631,_ae :_be .FileMode (436),_g :_a .Unix (1580492690,0)};_gcced :=&asset {_dd :_aaab ,_ef :_bdd };return _gcced ,nil ; -};func _bbdc ()([]byte ,error ){return _c (_abbf ,"HKm471-B5-H")};var _ddc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x5c\xb7\x15\xdc\xf7\x57\xdc\xa5\xb3\x70\xc4\xf7\x03\x68\x34\xe0\xf8\x81\x68\x61\x3b\x88\xec\x24\x40\x90\xc5\x25\x79\x28\x0c\x10\xcd\x0c\x46\xa3\x85\xff\x3e\xa8\xaa\xb6\x12\x1b\x59\x18\x6d\xd5\xd4\xe1\x65\x1f\x56\xd5\xe1\xed\x37\x5f\xbf\xfd\xe6\xed\xe3\xc3\xeb\xf1\xe6\x2f\x2f\x4f\xf3\x9d\xbd\x1e\xfb\xe1\x71\xbd\xd8\xc7\xa7\x4f\x2f\xd3\x8e\x61\xef\x1f\x1e\x2f\x17\x1f\x8e\xf5\x30\x5f\x7f\xfd\x27\x3f\xe6\x87\xf3\xf9\x72\x41\xfd\xbb\x5f\x3e\xbe\xda\x87\xb7\x8f\xfb\xe9\x88\xe2\xad\x4f\xcf\x77\xee\x71\xbc\xf9\xab\xbd\x7f\xf8\xf8\xfa\xf2\xcb\xf1\xc5\x57\xeb\x69\xd8\x1f\x8e\x65\x1b\xf8\x8f\x2f\xcb\x5e\x1e\x1e\xdf\x1f\x5f\x7c\xfd\xc3\x3b\xff\x19\x7e\xf7\xe9\xf9\xf9\xdf\xf6\xc1\x1e\x5f\x0f\x47\xcc\x1e\x17\x3f\x2f\x6f\xbe\xfe\xfe\x7c\xfe\xe1\xfc\x60\xc7\x9b\x6f\x7f\xb2\xc7\x2f\xff\x94\xbf\xfc\x33\xff\xc2\x3f\xfc\xcd\x5e\x3e\x3e\x3c\x3d\x1e\xde\xfd\xd1\xb9\xf2\x5f\xfc\xa7\x5f\x9e\xed\xf0\xf7\x15\x7e\x7e\xfb\xcd\x8f\x7b\x7f\xb4\xd7\x23\x38\xad\xfe\xe6\x1f\x3f\xbf\xfd\xe6\xf8\xa7\x3f\xbc\x3b\x42\x8e\xdd\xfd\xeb\x4e\xfd\xfb\xf7\x4f\xcb\xee\x5b\xb8\x04\x7d\x9d\xf9\xb4\xec\xe3\xf3\x39\xed\xe5\x7c\x7c\x6f\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\xff\xfa\xca\x27\x77\x3b\xae\xdf\x7d\xfb\xdd\xb7\x37\xec\xfb\x77\xfc\x8b\xd7\x32\x8f\x4f\xaf\xcb\xb6\x30\xae\x70\xf5\xfb\x76\xf8\x58\x52\x43\xd5\xff\xfe\xf9\xe2\x9d\xbb\x3f\xfb\x61\xdd\x2b\x02\x2a\xaa\xfd\x5a\x71\x3d\xf5\xd4\xd3\xe7\x76\x3b\x7a\x07\x90\xbb\x80\x09\x52\x4d\x91\xd8\x22\xc6\xc2\xc0\xb2\xd3\x13\xd9\xf9\x76\xf8\x12\x80\xec\x22\xa4\xdc\x8e\xa0\xa5\x77\x15\x52\x81\x54\x22\x4d\x88\x01\xc1\xd3\x82\x1e\x1f\xb0\x72\xc8\x05\x88\x56\x0e\xe0\x44\x0f\x4e\x14\x27\x82\x93\x3c\xf6\x13\xc5\x89\x63\xdc\x8e\x54\x51\x15\xc7\x12\xb2\x6f\x47\x76\xe0\x24\x55\x25\x54\xe5\x9e\x81\xa8\x2a\x61\xe5\x92\xb1\xc3\x2c\x4e\x06\xa7\x66\x7c\x8b\x2c\x4e\x06\xa7\x79\x54\x15\x71\x0a\x38\xdd\x61\x3f\x45\x9c\x02\x4e\xaf\xa8\xaa\xe2\x54\xf6\xc7\x15\x6c\xa8\x8a\x54\x41\xf2\x3e\xa0\xae\x89\xd5\xd4\xc5\x80\x4d\x36\xb1\xda\x56\x63\x51\xd8\xc5\xea\x3a\xa4\xe6\x00\x89\xd5\xc9\x4a\x3c\x91\x53\xac\x93\xac\x1c\xd1\xdc\x53\xac\x93\xac\xe2\x50\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x85\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe1\x44\xc5\xfd\x23\xa4\x08\xd6\x52\xe1\xe2\xe1\x39\x87\xb5\x96\x0a\x17\x59\xae\x62\x13\x26\x96\x91\xe5\x0b\xd6\x32\xb1\x8c\xac\x10\x50\xb8\xc5\xda\x64\xc5\x80\xe5\xb7\x58\x7b\x6e\x40\x0d\x85\x7b\x89\x75\xdf\x44\xb8\x5c\x87\x63\xe1\x70\x2c\x4c\xb5\x03\x62\xe1\x70\x64\xe5\x04\x96\x64\x3e\xa8\xe0\x50\x62\x01\x24\x96\xc4\x58\xa0\xfd\x21\x35\x0e\xa9\xb1\xf6\x08\x48\x2c\xca\x31\x34\x28\x74\x48\x8f\x83\x7a\x0c\x3d\x3b\x40\x62\x45\x8a\xd6\x41\xa3\x43\xfa\x1b\xd4\x5f\xf4\x68\xce\x90\x00\x47\x92\xb4\xd1\x9c\x21\x05\x0e\x2a\x30\x06\x34\x67\x48\x82\x83\x12\x8c\x11\xcd\x19\xd2\xe0\xa0\x06\x63\x42\x73\x86\x44\x38\x28\xc2\x98\xd0\x9c\x21\x15\x0e\xaa\x30\xe6\xda\x00\x89\x45\x15\xc6\x92\x50\x28\x15\x0e\xaa\x30\xd6\x98\x01\x89\x45\x15\xc6\xda\x51\x28\x15\x0e\xaa\x30\xb6\x8e\x16\x4a\x85\x83\x2a\x8c\x3d\xa3\x50\x2a\x1c\x54\x61\x72\x30\xf4\x90\x0a\x07\x55\x98\xbc\x47\xa1\x54\x38\xa8\xc2\x14\x1c\x5a\x28\x15\x8e\x31\x2b\xa0\x82\xc2\x31\x1b\x21\x16\x46\x18\x6d\x48\x98\x83\xc2\x4c\x91\xcd\x91\x30\x07\x55\x98\x12\x9b\x23\x15\x0e\xaa\x30\x65\x36\x47\x2a\x1c\x54\x61\xca\x6c\x8e\x54\x38\x2c\xfb\xdb\x91\x0a\x9b\x63\x39\x08\x0a\x7c\xa2\xa0\x48\x88\x6b\x95\x8e\xad\x4a\xab\x83\x5a\x4d\x35\xe1\xd0\xa4\xd5\x41\xad\xa6\x16\xb1\xbc\xb4\x3a\x28\xcc\xd4\x7a\xbd\x5c\xa7\x84\x39\x29\xcc\xd4\xbb\x07\x44\xd6\xa4\x30\xb3\xcb\xe9\x72\x9d\x12\xe6\xa4\x30\xb3\x47\x6e\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x61\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x57\xa7\xb4\x3a\xc3\x44\x61\x44\x57\x67\x98\x43\xd0\x60\xa1\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x8b\x03\x84\x38\x9f\xb1\x70\x2d\x8a\x3c\x27\x74\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x9b\xa0\x3b\x72\x46\xce\x4e\xb9\x63\xa6\x9c\x6f\x47\x2e\x01\xac\x94\x8b\xa0\xc2\x27\x66\x42\x95\x10\x37\x51\x12\x0b\xb5\x09\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x18\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x9d\x90\x87\x66\xd1\x3c\x88\x11\x90\x58\x65\xf0\x38\x50\x57\x30\x3f\xae\xb3\xac\x8a\x0e\xe2\x14\xcb\x6a\x42\x4c\xe3\x50\xd8\x9d\xb5\x6f\x47\x71\xb1\x70\x5c\xff\x3a\x62\xff\xdf\xd4\x9d\xc5\xf4\xf0\xad\x55\x78\xf2\xb2\xeb\xd4\xd0\x88\xb5\xe1\x0b\xcb\xaf\x53\x53\x23\x36\xca\x41\x86\x9d\x1a\x1b\xb1\xb3\x0b\x72\xec\x6c\x2b\x62\x22\x38\x87\x5a\x59\x76\xf6\x84\xb3\xe8\x3c\xb1\x9e\x4e\x41\xe7\xed\x28\x98\xdb\xb3\x27\x1e\x45\x2f\x03\x5b\xe7\x77\xee\x85\x7a\xa0\xd5\x8b\x83\xc0\xa7\xac\x3e\x3b\x86\x6a\x71\x19\xed\xeb\x68\xd2\xfd\xa3\xb8\x28\x88\x6d\xe8\x36\x01\x35\x2e\x6f\x8b\x10\x47\xac\x47\xb8\x4c\x65\xc4\x64\x46\x14\x9f\xd1\x77\x65\xc4\x3c\x71\x55\x28\xc1\x63\x13\x27\xef\x0a\xfa\x28\x1e\x96\x9a\x27\x2f\x0b\x93\x49\x52\xa2\xc3\xd7\x56\x92\x4c\x26\x49\x61\x46\x4c\x25\xc9\x1c\x62\x61\x1a\x4f\xc5\xc6\x64\x6c\x94\x84\x69\x3c\x15\x1b\x73\x6a\xf4\x63\x1a\x4f\xc5\xc6\x64\x6c\x94\x82\x69\x3c\x15\x1b\x93\xb1\x51\x0a\xa6\xf1\x54\x6c\x4c\x06\x42\xa9\x98\xc6\x53\x81\x30\x19\x08\xa5\x61\x1a\x4f\x05\xc2\x64\x20\x94\x4e\xdd\x28\x10\x26\x03\xa1\x3a\x4c\xe3\xa5\x40\x58\x0c\x84\xea\x30\x8d\x97\x02\x61\x31\x10\xaa\xc7\x34\x5e\x0a\x84\xc5\x40\xa8\x01\x96\x5a\x0a\x84\x45\xf7\xd7\x88\x69\xbc\xe4\xfe\x45\xf7\xd7\x84\xec\x5a\x72\xff\xa2\xaf\x6b\xaa\x28\x94\xaf\x57\xd4\xfd\xa6\x64\x40\x62\xd1\x8b\x95\x9a\x58\xf2\xe2\xa2\xcb\x6a\x45\xb8\x2c\xb9\x6c\xd1\x65\x95\xd2\x5c\x72\xd9\xd2\x5d\xa9\x61\xce\x2e\xb9\x6c\xd1\x65\x95\xc2\x5c\x72\xd9\xa2\xcb\x1a\xac\x71\x5d\x72\xd9\x2a\x88\xa0\xe6\x30\x67\x57\x61\x04\xe9\xa3\x55\x28\x67\x95\xb9\x08\xe9\xe2\x85\xae\x2e\x19\x64\xd5\xda\x01\x75\x42\xf5\x14\x74\xde\x8e\xd6\x5a\x27\x34\x04\xa1\x50\xfd\x92\x8b\x16\x5d\xd4\x02\x26\xd5\x92\x89\x16\x4d\xd4\x22\x26\xd5\x92\x87\x16\xa7\x5e\x4b\x98\x54\x4b\x16\x5a\xb4\x42\x63\x22\x2c\x59\x61\x51\xd1\x2d\x23\x53\x97\x14\xbd\xa8\xe8\x56\x0a\xf6\x25\x45\xaf\x13\x29\xd1\x2a\xa2\x71\x9d\x0c\x09\x7d\x34\xcf\xe6\x9c\xa6\x42\xae\x55\xb9\x7b\x29\x7a\x51\xd1\xad\x21\x07\x97\x14\xbd\xc6\x59\xf8\x1d\x23\xa1\x4a\x88\x85\xad\x83\x25\x91\x2f\x8a\xbc\x75\xcc\xb3\x25\x91\x2f\x8a\xbc\x3b\x0c\xfb\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x18\xf6\x6b\xed\x29\x68\xa2\x90\xfb\x5a\x7b\x09\x42\x61\x20\x24\x2b\x2c\x5a\xa1\x07\xcc\xb3\x25\x2b\x2c\x5a\xa1\x47\xa4\xda\x92\x15\x16\xad\xd0\x13\x02\x6c\xc9\x0a\x8b\x56\xe8\x19\x03\xc7\x64\x05\xa3\x15\x7a\x41\x7c\x99\xac\x60\xb4\x42\x2f\xa5\x5d\xae\x26\x2b\x18\xad\xd0\x2b\xc6\x92\xc9\x0a\x46\x2b\xf4\x16\x50\x28\x2b\x18\xad\xd0\x3b\xde\x18\x4c\x56\x30\x5a\xa1\x77\x0c\x09\x93\x15\x2c\xea\x8a\xee\x30\x25\x4c\x5e\x30\x7a\xc1\x3b\x8f\x50\x33\x99\xc1\x92\x78\x01\x73\xc2\xe4\x06\x4b\xe2\x05\x44\xab\xc9\x0e\x96\xc5\x8b\x38\x13\x93\x1f\x2c\x8b\x97\x90\x75\x26\x43\x58\x11\x2f\x63\x7e\x98\x1c\x61\x9a\x06\xae\x78\xd4\x4a\xec\x76\x7f\x85\xa8\x2e\x01\x13\x4f\xd3\xc0\xd5\x82\x5a\x09\xd9\x34\x0d\x5c\x2b\xe8\xa6\x94\x6c\xed\x0c\xc0\x7a\x48\xc4\x22\x31\xd5\x76\xdc\x94\x4c\xf2\xb6\x5e\xf1\xd2\xe6\x1d\x5b\xd5\x6b\x11\xc6\xf7\x14\x57\x51\x2b\xcd\x9b\xde\x37\xbc\x83\x04\x4d\xa2\x37\xbd\x70\x78\x5f\xb1\x9e\x54\x6f\xe7\xfd\x1d\x07\xa3\xc3\x24\x68\x1b\xf9\x04\x16\x91\xe4\x36\xf2\x20\xa6\xda\xc8\x83\x94\xca\x6d\x6c\x47\x0c\x3a\xb4\xb1\xef\x98\xd7\x9e\x0b\xb1\x20\x8c\xb5\x09\x42\x37\x69\xdf\xf4\xc2\xe2\x13\xa4\x68\x12\xbf\xcd\x85\x37\x16\x9f\xa1\x45\x9b\xb0\xe3\xfd\x03\xdf\x2d\xfe\x76\x50\xe7\xf4\xfb\x39\x6d\x93\xa6\xb5\xa9\xa7\x15\xbc\x00\x9a\x3c\x64\x4b\x4f\x2b\x3c\x41\x99\xc8\xd6\xd9\x81\x55\x9e\xe0\xc2\x7d\xed\x6a\x4b\xb5\x15\x5e\x36\x79\xc6\x4c\xb5\x8d\x42\x97\x69\xcc\x8c\x1d\x6a\x54\xba\xd9\x10\x36\xf0\x1e\xc8\xbb\xa8\x19\xe6\xea\xd5\x4c\xeb\x31\x5e\x4d\xee\xb2\xad\xf5\x3a\x4f\x5f\xf6\xb2\xad\x77\x48\x87\xd3\xdf\xf2\xd7\x76\xb8\x5e\xf9\xe0\x7d\x03\xc6\xfb\x95\x3e\xb0\xe7\x4e\xac\x12\xd3\x2b\xa9\xc7\x09\x6e\x19\x71\x3b\xdc\x22\x7d\xf0\x8d\x18\xaf\x91\xfa\xc0\x09\x7a\x62\x93\x98\x9e\xcb\x4b\xe9\x96\x63\xb7\x2f\x81\x58\x8d\xc0\x4a\x14\x76\xea\xbb\x75\x62\x43\x18\xbf\x6f\xe1\x73\x3d\xef\x21\xfb\xfe\x23\x43\xf4\x15\x98\xf6\xe2\xf5\x8c\x88\x79\xb2\xe5\xf7\x1d\x4a\x05\x96\x22\x6a\x43\x69\xc2\x1a\xb0\x0a\xc5\xee\x50\x3a\x31\xad\x97\x2a\x79\x5a\x2f\x4c\xee\x2f\xe1\xbd\x66\x87\xc9\xfd\x05\x3d\x23\xc3\x29\x5b\x69\xb1\x63\x4d\xc4\x1a\x31\xd8\x06\x1f\xa6\x3d\xa3\x07\x4a\x90\xad\x04\x09\x05\xd3\x67\x2b\x41\x76\x2a\xec\x7d\x4d\x19\x58\x61\xef\x95\x2a\xa1\xe2\x8d\x64\x2b\x55\x76\x1a\x7c\x46\x63\x5f\xd2\xc8\xc2\xb2\xf6\x52\x88\xa9\x16\xe9\xec\x43\x0b\xe4\x31\x9e\xb7\x12\x29\x74\x87\xe7\x2a\x91\xb6\x12\x29\x74\x87\x1e\x28\x91\x76\xbe\xf3\x70\x17\xda\x4a\xa4\x5d\x78\x46\xd1\x15\xf4\xa5\xe8\x8c\xf8\x81\x5a\x61\x89\x98\xee\x9d\x0e\x17\xf2\xad\xe4\xda\xf7\x7b\xac\xe7\x99\x2b\xb9\xf6\xfd\x1e\xcb\xeb\xdc\x56\x72\xed\xfb\x3d\x36\xe0\xb6\xb0\x95\x5c\xfb\x7e\x8f\x8d\xd4\x86\x92\x6b\x2b\xa5\x62\xe2\xf9\x2a\xa5\x36\x83\xc9\xc7\xcc\xf3\xed\xb5\x0a\x23\x2f\x37\xf2\x54\xdb\x71\x7c\x3e\x66\xdc\xa7\x76\x9f\x49\x58\x12\x2f\x13\xcb\xc2\x32\x7f\xf5\x62\xff\xfa\x2c\xc2\x8a\x7e\x09\xf3\xc4\xf4\x8c\xe5\x89\xe9\xb9\x2b\x08\x53\x2d\x3c\xb8\xfb\x52\xad\x7e\x8d\x71\xf9\xb7\xd7\x7f\xfc\xff\x87\xf3\xf9\xf2\xf9\xf7\xc6\xf9\xe9\xe5\xc5\x1e\x5f\xf9\xdb\x26\x7f\x54\x3c\x96\xed\x87\x47\xfb\xfc\x3b\xe9\xf3\xd3\x33\xaa\xf8\xdf\x7f\x02\x00\x00\xff\xff\xff\x1c\xad\x3d\x53\x15\x00\x00"); -var _aafc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xdf\x6a\xdb\x30\x18\x05\xf0\x7b\x3f\x85\x2e\xbb\x8b\x2d\xb6\xfe\x5a\x50\x0a\xa3\x19\x2c\x83\xae\x63\x5d\xbb\xc1\xd8\x85\x63\x7d\x09\x86\x45\x36\xb6\x03\xeb\xdb\x0f\x9d\x93\x65\x17\x45\xf5\x2f\xfa\x0e\x47\x49\x94\xcd\xfd\x6e\xbb\xcb\xc3\xaa\x36\x5f\xe6\xb1\x7f\x92\x55\x1d\x86\x9c\x66\x59\xc6\xf3\xdc\x8b\xda\xcb\x71\xc8\x55\xd5\x68\x95\x86\x7e\xfd\xf7\x88\xa5\x3f\x75\x53\x55\x6d\x3e\xfc\x59\xdf\x7e\x54\xe7\x45\x2e\xcf\xf7\xbb\xed\xd3\xeb\xb2\xca\x69\x97\x0f\xa3\x32\x9c\x4b\xe7\xe9\x32\xab\xd4\xe6\xab\x1c\x87\x65\x9d\x5f\xd5\xcd\xfb\x34\xee\xe5\x8d\x4a\x72\x28\xfe\x38\x27\x99\x87\x7c\x54\x37\x9f\xba\xa9\xcb\xcd\xf5\x85\xa7\xf3\x34\xfd\x96\x93\xe4\x55\x69\x98\xe4\x84\xb5\xda\xdc\x3f\x74\xd3\xe7\xee\x24\x0a\x3d\x5e\xa0\xc0\x17\x99\x97\x61\xcc\xaa\xd1\xef\xea\xda\xfd\xf7\x6f\xaf\x93\xa8\xe6\x32\xfd\xbc\xdb\x3e\x1e\x0e\x8b\xac\xaa\xd5\x35\xf7\xfc\x78\xde\x6d\xd5\xcf\x46\x35\xb5\xd2\xce\x18\xfb\xeb\xb2\xf5\xfb\xc3\x98\xae\x83\x26\xf2\x34\xfd\x90\xe6\x2e\x1f\xa5\xba\xd5\x8d\xd6\x77\xaa\x2c\xe6\x4e\x85\xb6\x0d\x20\x4b\xb2\x77\xaa\xd5\xbe\x05\x39\x92\x2b\x14\x2c\x68\x4f\xda\x83\x34\xa8\x27\xf5\xa0\xa6\x90\x21\x19\x29\xf1\x11\x64\x1b\x90\x75\x20\x64\x59\x4f\xf2\x65\xb0\xe5\xae\x40\x0a\xc8\xf2\xa0\x96\xd4\x82\x22\x28\x92\x22\x08\x55\x6d\x07\x72\x7b\xc4\x63\x97\x67\x55\x8f\xaa\x9e\xc4\x5e\x9e\x55\x0d\x28\x91\x12\x4a\x14\xd2\x5a\x0a\x61\x69\x75\xa8\xab\x5b\x6d\x35\xda\x63\x09\xb1\x69\x41\x86\x64\x40\x11\xe4\x48\xe5\x8c\x51\x73\x30\x90\x02\xa8\x01\x45\x52\x04\x95\xb7\xd0\x5a\x66\x59\x64\xe9\x52\xc2\x7a\x92\x27\x59\x10\xe3\x3d\xe3\x1d\x88\xf1\x9e\xf1\x1e\x24\x24\x01\x95\x8f\xd6\xb1\xbd\x63\x7b\xdd\x82\x0c\x89\xf1\x11\xe4\x48\x88\x37\x35\x28\x90\x10\x6f\x1a\x50\x24\xa1\xbd\x29\xed\x1d\xdb\x3b\xb6\x37\xa5\xbd\x63\x7b\xc7\xf6\xc6\x82\x18\xcf\xf6\xc6\x81\x18\xcf\xf6\xc6\x83\x84\x84\xf6\x06\xed\x03\x07\x83\x07\x95\xf6\xc9\xd6\x85\x92\x3d\x14\xb2\xa5\x6a\xf2\x24\x8f\x33\x3a\x5f\x6e\xdd\xf5\x0b\x5f\xfe\x2f\xf7\xfd\x7a\xff\xfa\xf3\x3c\x4b\x5e\x71\xdb\x71\xd1\xca\x4d\x19\xb2\x5c\x7f\x49\xa6\x71\x2a\x53\xf8\xfb\x1b\x00\x00\xff\xff\xf8\x0f\xe0\x8e\x75\x04\x00\x00"); -func _daad ()(*asset ,error ){_ddega ,_gegg :=_ccgea ();if _gegg !=nil {return nil ,_gegg ;};_ggda :=bindataFileInfo {_dae :"NWP-H",_fb :15060,_ae :_be .FileMode (436),_g :_a .Unix (1580492613,0)};_aeag :=&asset {_dd :_ddega ,_ef :_ggda };return _aeag ,nil ; -};func _dcdb ()(*asset ,error ){_fgbeg ,_cdb :=_cbaag ();if _cdb !=nil {return nil ,_cdb ;};_ddaf :=bindataFileInfo {_dae :"HKm471-B5-V",_fb :615,_ae :_be .FileMode (436),_g :_a .Unix (1580492433,0)};_dbc :=&asset {_dd :_fgbeg ,_ef :_ddaf };return _dbc ,nil ; -};var _aaae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcb\x6d\x4d\x96\xa5\x89\xf5\xfd\x57\x9c\x66\xa9\x51\x8a\xb5\xec\x6e\x20\x0e\x88\x2a\x02\x25\x45\x49\x42\x99\x29\x09\x84\x1a\xeb\x9a\x72\x50\xba\x07\x1e\x91\x8d\xfc\xf7\xc2\x9e\xf9\xee\x31\x76\x08\x0a\xce\xd7\x39\x9f\xbd\xb6\xb6\xdd\x6d\xda\xbc\x8e\xf9\x4f\xff\xd3\x7f\xf8\x9f\xff\xc3\xdf\xfe\xfa\x6f\xbf\xfe\xe9\xff\xfa\x8f\xbf\x5f\xff\xf1\xf9\xb7\x5f\xef\x5f\xff\x76\xff\xe3\xf9\xd7\xbf\xff\xb7\x7f\x5c\xcf\xaf\xf3\xf9\x2f\x7f\xfd\xdb\x5f\xfe\xb2\xa7\x5f\xf7\x5f\xaf\x7f\xfb\x14\xf9\xe7\xfa\xaf\xc7\xbf\xfc\xe5\x2f\xeb\xf7\xff\xf1\xbf\xff\xeb\xbf\x3d\xff\xf5\x3f\xfc\xed\xfd\xfb\xaf\x1c\xdf\xdd\xff\xed\x5f\x7e\xbe\xfd\xf5\xeb\x9f\xfe\x6f\xcf\x7f\xf9\xeb\xbf\xfe\xdb\x3f\xfe\xfb\xaf\xff\xe1\xff\x78\xff\xfd\x7c\xfe\x77\xbf\xee\xe7\x5d\x7f\xff\xbf\xfc\xe3\x7e\xfe\xf1\xd7\xbf\xfd\x97\x5f\xff\xc3\xff\xf2\xf7\x7f\x3c\xc7\xae\x8a\xff\xf8\xdf\xfe\xe5\x5f\xfe\xbf\xcf\x7f\x7d\xfe\xf6\x6f\xbf\x76\xfe\xf6\xfc\xed\xe6\xdf\xbf\xfc\xd3\xff\xf4\xbf\x1e\xff\xf2\x7f\x3e\xfe\xeb\xf3\xeb\x9f\xfe\xf3\xdf\xfe\xfa\xbf\xfc\xc7\xff\xf1\x3f\xff\xa7\x7f\xce\xe9\x7f\xfc\x3f\x51\x4b\xe5\xff\xfd\xf9\xc7\xbf\xfe\xf5\xef\x7f\xfb\xb5\xff\xef\xb7\x6d\xf8\xcf\xff\xe9\xbf\xff\xcb\xf3\xd3\xd8\x5f\xfe\xe9\xff\xf9\x9f\xff\xc3\xff\xfc\xeb\xff\xb5\xff\xda\xb7\x5f\xa9\xd6\x92\xfe\xdf\x3f\x7f\xff\x7f\xfc\xaf\x7f\xbf\x9f\x5f\x5b\x94\xf6\x98\xc0\xf5\xf7\xfb\xf9\xd7\x7f\x39\xae\xe7\x1f\xc7\xdf\xfe\xcb\xf3\x97\x5f\xbf\xfe\x0f\xdb\xcf\x7f\xbf\xd7\xff\xee\xdb\x3f\xff\xf3\x3f\xff\xf3\xef\x35\xc2\xff\xbf\x2f\x3f\x0d\xfc\xed\xef\xff\x76\x3f\x6f\xfc\xed\xdf\xff\x76\xfd\xb7\xbf\xbf\x7f\xed\xeb\xd7\xdf\x9f\xfd\x65\xdf\xb6\x9f\xde\xff\x7a\x5f\xff\x9f\xe3\x1f\x9f\x1f\x1e\xdb\xfa\xfa\x53\xd8\x7f\xff\x4a\xdb\x50\xb1\xfc\xfe\x95\xf6\xa2\x62\xff\xfd\x6b\xaf\x55\xc5\xf1\xfb\xd7\xbe\x75\x15\xe7\xef\x5f\xd3\x3f\x3d\x7e\xff\x6a\xcd\xc5\xf3\xf7\xaf\xbd\xb7\x4f\xf1\x5c\x9d\x66\xd5\x9e\xfb\x2a\x6e\x2a\x96\xdf\xbf\xf6\x39\x55\x6c\xbf\x7f\xa5\xa2\x51\x9c\x6b\x14\x9b\x8b\x63\x0d\xd9\x2d\xcf\xdf\xbf\x46\x49\x2a\xae\x61\x74\x0d\xf9\x64\x18\x1a\xf2\x79\xfd\xfe\xd5\xab\x66\x7f\xde\xbf\x7f\xf5\xe2\x51\x3d\xab\xd6\x4d\xbd\xab\x23\x8d\xea\x6a\x6b\x82\xea\xf7\xde\x56\x51\x2d\xdf\x6b\x90\x59\x2d\xdf\x63\x0d\x23\xab\xf8\xac\xa2\x7f\xfb\xfe\xfe\xd5\xbd\x56\x4f\x5b\xfd\xaa\xa9\x77\x5b\x45\xf5\xfb\xd2\xb2\x46\xf5\x8e\xf5\x5b\x35\xf5\xae\x31\xb7\xcf\xc7\xfb\xbe\xaf\xdf\x7e\x5a\xde\x13\x63\x56\x6d\xea\xeb\xe3\xcf\xb2\xef\x79\x7d\xdc\x76\x15\xd3\x1a\xa4\x6b\xf3\xaa\x4d\x2a\xd2\x6f\x56\xf1\x5d\x1f\xeb\xb7\x65\x8d\xb9\x15\x15\xf7\x55\xab\xdf\x96\xb4\x6a\xab\x8a\xf3\xf7\xaf\xfe\x55\xcb\x96\x69\xcc\xe5\x5c\xb5\x6a\xb9\x32\x2a\xb5\x5c\x19\xd5\x67\xad\xf6\xb6\x26\xd8\x5d\x5c\x13\xd4\x14\xd2\xda\xee\x91\x74\x1a\xd2\xd5\xd7\x8e\x7e\x9a\x4e\x37\x27\x29\xa9\x38\x57\x51\x1f\xdf\xc7\x2a\x16\x15\xcf\x55\xec\x2a\x5e\xab\xa8\x9e\xee\x7b\x15\x3f\xab\x53\xb6\x75\xbe\xb7\xf4\xd9\xa5\x52\x29\x7f\xf6\x34\x6d\xfb\xf6\xfb\xd7\xec\x2a\xb5\xdf\xbf\xf6\x7d\x57\xf1\x5c\xa3\xfe\x5c\x96\xc4\xf5\x1e\x29\xeb\xf3\x94\x7e\xff\x1a\x6d\x53\x39\x6f\xeb\xd2\x36\x15\xcb\xef\x5f\xa3\x8e\xa4\x72\xfd\xfd\x6b\xe6\xe4\xfa\x46\xb9\xa8\xbc\xae\x48\x75\xf5\x5a\x33\x6d\x74\xda\xd6\xde\x8d\x3a\x35\xf4\xbe\x9a\x2f\x55\x45\x96\xb8\x68\xb0\x7d\x0d\xb6\xa8\x35\x68\xc4\xa7\xb4\x6f\xf9\xf7\xaf\xbd\xec\x2a\xae\x05\xdf\x3f\x4d\xed\x7b\xfe\xfd\xab\xce\x4d\xc5\x45\x05\x3e\x47\x39\xed\x69\x51\x2a\x0d\x6b\x5f\x8b\x90\x9a\x3e\xe6\xa0\x17\xd7\xae\x39\x7d\x88\x42\xda\x67\x5a\x54\x40\x1f\xcf\xba\xe8\x4b\x57\x91\x8e\x5c\xbb\x0e\x89\x26\xb4\xcf\x75\x48\xaa\xc6\x3c\xd7\x98\xcb\x67\x35\xf6\x45\xd7\xc6\x68\xfa\x7a\x11\xb6\x31\x9a\xe6\x74\x26\xca\x45\xe5\x4c\xd9\xbf\x2f\x94\x35\x16\x4e\xec\x18\xfa\xfe\xa2\xfd\xa1\xf6\xae\x7b\x95\xb5\xd9\xfb\xf5\x52\x56\xfd\xcd\xf7\x7b\xe1\x2d\xf9\xa1\xfb\xff\x1b\x2f\x41\xda\x6f\x06\x5b\xd5\xd9\xbd\x96\x69\xba\x2d\xc6\x5a\x5d\x86\x4a\xab\xeb\x67\x9d\xe1\xdd\xfb\xf5\xec\x94\xb5\xe8\x4f\xa2\xac\x95\x7b\x32\x65\xed\xd1\xa2\x7a\x73\x9f\x5a\xba\xa7\xff\xfe\x35\x75\xa5\xd2\xfe\x0c\xea\xb5\x54\xcf\xa4\xfe\xd3\x5e\x5a\x0f\xe0\xae\x4b\x94\xb6\x35\xf8\xea\xda\x75\xd4\xd4\x78\xda\xda\x3a\xd5\x5a\xa7\xb4\xf1\xb2\x25\x15\xd7\xcb\xa6\x55\x4f\xeb\x60\x8e\xae\x5d\x4e\xdb\x3a\x4e\xc3\x3f\xe6\x8a\xe8\xc4\xa4\x6d\x3d\x14\xfb\x67\x62\x69\xd1\xe0\xb4\xab\xed\x75\xac\x47\xd7\xfd\x4b\xfb\xb1\x0e\xa3\x46\xb6\xdf\xab\x6d\xb5\xb5\x3f\x8b\xda\xfb\xe3\x97\x71\x6b\x96\x69\x4d\x5a\x87\x33\x41\x0a\x7a\x76\x79\xae\x59\x6b\x11\xd2\xea\x4a\x3b\x94\xd2\xb3\x06\xa6\xda\x45\x28\x76\x91\x95\xb4\xe8\xc4\x3e\x5c\xbb\x6e\xc5\xae\xdf\xe6\xfe\xfb\xd7\xc8\xc9\xd5\x6b\xd8\x5d\x2b\x54\xd6\x24\xab\x36\x2f\x95\xba\xc8\xc0\x74\xfd\xa0\x5e\x3f\xaf\x1b\x03\x57\xfd\x22\x90\xa3\x27\xad\x61\x65\x37\xb5\x21\x35\xd6\x50\x6b\x5a\x0f\x76\x40\x9f\x37\xd8\x0b\x17\x17\xb9\xfd\xaa\x8d\x55\x52\x6b\x1d\x96\xc1\xcb\x34\x0a\xdb\xad\x55\x1c\x95\xb2\x56\x66\xac\xde\xca\xd0\xa6\x8c\x93\xb2\xbe\x3f\x18\x9d\xc8\x4d\x3a\xa0\xc0\x9b\xfa\x3f\xd6\xca\xfa\x34\x3d\x0f\x4b\xa9\xb5\x7a\x16\xfb\xf6\x61\x68\x52\x8e\xa3\xaa\xb9\xe7\x9d\xa5\xd8\x54\x64\xb0\x1f\x4e\x23\xd5\x75\x0d\xea\x3e\x55\xdc\x7f\xff\xaa\x1f\xce\x2a\xd5\x75\x2b\x6a\x72\x71\x91\xd8\xaf\xdf\x5e\xab\xd6\xc5\xfb\xf7\xaf\x2a\x8a\x5b\xb7\x67\x15\xbb\x8a\xef\xfa\xed\x67\x92\x75\x3d\x61\x35\xb9\xb8\xfa\xad\x2e\xae\x7e\x75\x1b\x2b\xa4\x5d\xfb\x53\xd7\x1c\xaa\x5e\xa0\xba\xd7\xf5\x71\x53\xb1\xad\x62\x55\xb1\xaf\xdf\xba\x38\xd6\x6f\xdd\xd4\x5c\x1f\xbb\xa9\x63\x15\x5d\x7b\xae\xdf\xba\x96\xf9\xba\xa9\x35\x5f\xbd\x55\x75\xdd\xad\xaa\xd7\xa9\x26\xc6\xec\x5a\xc6\xac\xd5\x48\x6b\xcc\x3a\x32\x35\xad\x51\xe9\xfd\xa9\x89\x7e\x5d\x4b\xbf\x6e\x6a\xad\xa4\x8e\x4b\xcd\xf4\xab\x96\x33\xfd\xba\x48\xbf\x6a\x6a\xdd\xc3\x5a\x34\xa3\x4c\xbf\xda\xfd\x4c\xbf\x2e\xd2\xaf\x8b\xf4\x5b\xff\xe4\x6d\xa8\x85\x0d\xd4\xc1\x59\x4c\x59\x2d\x2a\xae\x07\x35\xf9\x2c\x20\x52\xe8\xd1\xab\x4b\xa8\xd8\xf5\xe6\xd5\x75\x3d\x92\x47\x71\x2c\xc2\xe2\xf9\x2d\x19\x23\x79\x99\x97\x8c\x91\xbc\xdb\x8b\x7f\x30\x2b\x54\x79\x5e\xbb\xbf\x5e\xcf\xeb\xae\xd7\xb3\xae\xd7\x75\x6f\xae\xe5\x1e\x8b\xb6\x56\xe4\x0a\x5f\x86\x25\x57\x24\xdf\x1c\x04\x89\x2e\x02\x58\xd7\x53\xbc\x37\x57\x2f\x82\xd7\x3c\x12\x08\xb3\x08\x60\xbd\x60\xc2\x54\x7d\xf1\x06\x68\x60\x17\x14\x42\x3c\x59\x5d\xb2\xc4\x2e\x66\xa6\x2e\xbe\x74\x6f\xae\x5d\x6b\xe0\x2d\xbf\xd6\x1a\xf8\xe4\x5d\xd0\xbe\xe1\x32\xfc\x9b\x07\xb2\x1e\xa7\xe6\x33\x70\xad\x07\xa5\x69\x56\x8b\x61\xd8\xc5\x37\xd5\x07\x62\xd3\xb5\xde\x8b\x16\x8d\xa6\x9b\xda\xb6\x45\xba\x44\x12\xda\xa2\x4d\xbb\x48\x42\x5b\x14\x22\xe9\xc6\x34\xde\x41\x1d\x92\xb6\x6e\x5b\xd2\x31\x6f\xeb\xb6\xcd\x94\x5c\xe6\xc7\xea\x69\xbd\x74\x33\xe9\x62\xb7\xc4\x48\x74\x8a\x5a\xe1\xe5\x53\xd7\xeb\x7c\xee\xba\xbb\xad\x71\xc6\x5c\x5c\x72\xac\x08\x5b\x6b\x8b\xe1\x13\xbd\x69\x4b\x4a\x48\x22\x03\xad\x71\xe4\xa6\x8a\x6b\xd8\xd5\xb5\x8b\xb3\x17\x61\x6b\xed\x85\x1d\xfe\xb4\xd5\x17\xb1\x1a\x4d\x24\xb5\x2f\x02\x34\x9a\x08\x70\x5f\xef\xe4\x68\x9b\xbe\xaf\xf1\xfd\x67\x1e\xef\x22\xdf\xad\x68\x43\xde\xad\xfc\xfe\xd5\xf2\x70\x19\xc6\x56\xcc\xc5\xbb\x38\x95\x56\x8a\xcb\x4b\x78\x2a\xdd\xed\x2d\xe9\xc9\x0f\xef\xbb\xe8\x72\x49\xe2\x7d\xdf\x45\x98\x4b\xd1\x8e\xbe\x90\xe2\x7d\xa8\x3d\xa8\xad\x84\xb3\xf4\x42\x6e\x37\xb7\xbf\x36\xb5\x99\x0b\x7b\xd7\xae\xe6\xf9\x55\x5e\xa2\x6d\x11\xe5\x7f\x21\xaa\x5e\xce\x17\xaa\x5a\xf4\x36\xbe\x8b\xac\x96\x54\x5d\xae\xbf\x7f\x15\x1f\xe7\x37\x18\x7b\xbd\xb5\xef\x22\xb4\xdd\xcc\xfb\x9b\xa0\xff\x5a\xdf\x17\xca\xdb\xa6\xeb\x6f\xde\x43\xf7\xff\xfe\xfe\x95\xbb\xde\xfe\x77\x11\xdf\xf2\x35\xbf\x25\x13\x67\xef\xd7\xbb\x84\xe2\x5c\x86\xbf\x1f\x6b\xbe\xcd\xf5\x8b\xc4\xf6\xaf\xf2\x5a\x8f\xf1\xf5\xfb\x25\x9f\x8f\x4d\xe3\x87\x06\x57\xef\xef\x3a\xd6\x6d\x7a\xbd\xd6\xb9\x2e\xa3\xb8\x3e\xff\xfe\x55\xb2\x28\xfc\x5b\xd6\x7a\x6d\xa2\x06\xef\x62\xb4\xca\xac\xfe\xbe\xad\xdf\xef\xfe\xbe\x73\xbe\x34\x9e\xc5\x88\xb5\x5d\x87\xff\x5d\xb2\x78\x4b\x9e\xdf\x12\xc6\x4b\xf7\x7a\x2f\xc2\x3f\x56\x7f\x7f\xf0\x68\xbc\xe5\x62\x32\x4d\xe5\x77\x0d\x46\x57\xfe\xad\xc1\xab\xa8\x7e\x71\x7d\xa5\x77\x97\x13\x87\x4f\x83\xad\x85\xc5\xd2\x64\x6b\x5d\x8b\xd9\x5c\x5e\x87\x63\xf8\x30\xd5\x75\x78\x77\x3d\x35\x6f\x5d\x87\x65\x36\xf7\x7f\xa0\xe0\xd1\x64\xeb\x3a\x2c\x26\xcb\x6f\xe5\x70\x8b\xe9\x7d\xeb\xda\x4c\xd3\xd2\xb7\xae\xcd\xec\xc5\xbf\x7f\x7f\xff\x6a\x9b\x17\x6f\xb1\xa1\x79\x88\x95\x7b\x17\x1f\xda\x76\x71\xc5\xef\x62\x44\xf3\x57\xff\x2d\x9e\x7a\xd7\xaf\xcb\xbf\x0f\xf5\xb7\xe8\x56\x33\x0d\x7c\x5b\x43\x61\xe3\xef\xe7\xda\x7c\x89\x54\x6f\x3b\xd0\xef\xb8\xfe\x5c\xeb\xeb\xcb\xb7\x48\x5b\xf9\x3a\xfc\x8b\xb6\x95\xfe\x35\xfe\xc5\xf1\xf5\xcd\xfd\xc3\x30\x98\xf8\xf4\xb5\x7f\xdd\xfd\xf7\xb4\xf6\xc3\xe3\xef\x79\xad\x8f\xfb\xeb\xeb\xb0\x36\x5f\xee\xbe\xe6\x33\x3d\xbe\xce\x61\x6d\xae\x5f\xc4\x46\xba\xae\xf4\xf6\xc5\xcd\x0d\x9f\x97\x7e\xb2\x3f\x3a\x9c\x7d\xcd\xc7\xcc\xef\xdb\xef\x75\xd8\x7d\x39\xfa\x4b\x59\xdf\x8f\x75\xd9\x72\x73\x79\xed\x4f\xd6\x7b\xf6\x0e\xce\x9f\x2f\xdb\xc8\xbf\x7f\xb5\xba\x69\x3c\x4b\x50\x68\xd3\xe7\x6f\x09\x0a\x79\x8a\xd8\xbf\xa3\xc1\x60\x69\xbc\xa3\xff\xfe\xd5\xfd\x7c\xbe\x63\x5d\xbe\xe1\xcb\x35\xe6\x22\x2e\x9e\xdf\x12\x34\xea\xf7\xf8\x16\x31\x37\x9f\xf5\x0e\xce\xdf\x57\xfb\x2f\xea\x2e\x8d\x77\xf2\x98\x7c\x95\xd7\x79\x6b\xe2\x16\xdf\x99\x57\x7f\xbe\x5f\x73\xdd\xaf\xe9\xf3\x38\xd7\x7c\xbe\x88\xff\x5c\xfb\x93\xbd\x9f\x93\xc7\xc1\xeb\x3f\x27\xea\x54\x7f\x8f\x0e\x58\xec\xd9\x3b\xd7\x7e\x8d\xe9\xfa\x75\xbf\x86\xd7\x6b\x2e\xe2\xfc\x75\x5e\xe6\x9a\xdf\xe6\xf3\x32\x5f\xea\xd5\xde\xe2\x33\xfb\xe6\xf9\x1d\x89\xc7\xd2\xe5\xcc\x7e\xaa\xbf\x25\x78\x95\x26\xfe\xff\x5d\xac\x67\x91\x96\x36\xbd\x8b\xf7\x6c\xd5\xeb\xbd\x98\xcf\x62\xed\xd5\xbb\xb8\xcf\x6a\xa6\xe3\x3d\xa0\x0f\x3e\x5f\xc7\xbd\xf6\xc7\xf4\xe7\x78\x90\x89\x34\xbf\x63\xd1\xbf\xee\xf5\x3f\xd7\xf8\xbb\xb8\xab\xf7\xe4\xfc\x49\x93\xf7\x9e\x8c\x5f\x8a\x86\xf7\x2c\xec\xb7\xeb\x2b\x9a\x61\xd7\x37\xfa\xd3\x7c\x4e\xf6\xe7\xab\xfd\x75\x9f\x9a\x89\xfd\x89\xe2\xd5\xfb\x77\x2e\x62\xdf\x9a\x7f\x7f\xae\xfd\xff\xea\xff\x5a\x65\x31\xf6\xef\xe2\x6a\xf3\x17\xbd\xb9\xd6\x7d\x99\xa6\x07\x8b\xcd\x6d\xc3\xeb\x73\xad\xfb\x5f\xbf\xca\x6b\x3f\x2c\x07\xbe\x8b\x0d\x2e\x3d\xb5\x3f\x7a\x5c\x16\x93\x5c\x9a\x89\xc5\x05\x71\xff\x6a\x7c\xc2\x59\x68\x32\xf0\xc9\x9b\x27\x7b\xdd\x58\x06\x5c\x7e\x98\x9c\x36\xfb\x82\xd8\xf9\xb2\xdf\x21\xe0\xba\x8c\x4e\xdb\xc4\xf2\x5e\xc4\x2f\x9b\x53\xb9\xd7\x4b\x5d\x3d\xbe\xbb\xac\xc5\xfa\x1c\xa6\xbc\xa1\x91\xfa\x30\x02\x79\xdb\x51\x4a\x7c\x68\x61\xde\x96\x88\xbc\x7f\x18\xf1\xbc\x2d\xbe\x69\x48\xc1\x9e\xd1\xda\x8e\xbe\xa9\xfc\x9e\x5f\x46\x91\xbc\xbd\xd7\xef\x5f\x33\x7f\x6e\x56\xde\xd7\x4b\xb2\xeb\xeb\x04\x2b\xfe\x39\x47\x39\x65\xc4\xa8\x0f\x1d\xca\x29\x87\xe8\x33\x3f\xe5\x45\x37\xd3\xe7\xda\xe5\xb4\xc8\xca\xcc\x1a\x6a\x5a\x64\x63\x6e\xc3\xe5\x07\x95\xb1\x7a\x5b\xd7\x6e\x6e\x1f\xb2\x96\xf3\x1c\x1c\x93\x4f\xf1\x42\x75\xeb\xe2\x3a\x34\x9f\x37\x3a\xe7\x2b\x68\x92\x8a\x15\x12\xac\x22\x06\x8d\xaa\xe2\xe2\xe4\x3f\x5b\x90\xf3\x05\x73\x53\x54\x9c\x90\x23\x15\x17\x75\xfa\x5c\xb6\x9c\x97\xdc\x34\xfa\x74\xd3\xeb\xb1\xd8\x35\xac\xb0\xef\xa8\xf6\x66\x94\xae\x85\x2d\x55\xc7\x58\x12\x3c\x87\x7b\xd1\xbd\xaa\x71\xdc\x8b\x6c\x34\x17\xd7\x41\xfc\x0c\xba\x3c\xff\x5e\x02\x28\xcf\xc6\x39\xfb\x6c\x6d\x79\xd6\xb9\xe9\xb9\xb9\xcc\x3d\xe8\xfe\x7e\x4d\x5a\x4a\x8e\xf2\x6c\x13\x3d\x8d\xeb\x79\x54\x3e\x44\xaf\x3c\x48\x08\xed\xa3\x42\x2e\x0f\x5a\x9f\x7d\xd3\x78\x30\x21\xa5\xcf\xe1\x28\xcf\x92\x10\xfa\x56\xf4\x7b\xb4\x35\x52\x14\x96\x07\x75\x4d\xf9\xec\x58\x79\x96\xc4\x90\xc7\x87\x48\x94\x07\x0d\xcd\xf7\xef\x17\x91\x6c\x43\xdf\x2f\x0e\xbd\xcd\xa4\x32\x1c\xf7\xd8\x5c\x5e\xf7\x7c\xf8\xfb\x75\x58\xcb\xee\xfe\x32\x8f\x8c\xd7\x6f\x71\xd0\x6d\x4b\x9a\x0f\x1c\xb4\x74\x89\xe5\x59\x1c\x73\x1e\xd3\xe5\xf5\xfb\x59\xd4\x5e\xb9\x51\x4e\x69\xbc\x25\x38\x78\xb7\x8f\xf1\x6e\xd7\xef\x17\x13\x9a\xa5\x26\x2f\x4f\x85\xe8\x0e\xcd\xbf\xce\x6f\x89\xae\x3c\x30\x95\x63\xfa\xfb\x45\x87\xda\xee\xef\x17\x1d\x1a\x4d\xe3\x59\x4c\x5c\xae\xee\x1f\xa6\x2d\x7b\x7e\x9d\x47\xc3\xfb\xb7\x98\xaa\xba\x79\x7d\x3a\xfa\xb3\x5d\xfd\x75\xfa\xdb\x34\xbf\xc5\xf4\x14\x3d\xa2\xe5\x59\x4c\x4c\x91\xee\xae\x3c\x83\xdb\xeb\xf3\xb5\x98\x92\x9a\xbc\x5e\xe3\xfa\x96\x50\xcb\xb3\x98\x94\x26\xc5\x7c\x79\x60\x4a\x24\x41\x97\x67\xae\xf3\x2d\x9d\x4e\x79\x26\x4c\xa4\xc7\xb3\xa8\x4b\xdb\x8a\xc6\xb3\x98\x92\xd6\x37\x8d\x7f\x51\x93\xb2\x55\xff\x3e\xc6\x93\xff\xe0\x11\x29\xcf\x84\xc3\xed\x6a\xec\x58\x12\x48\x9b\xba\x0c\x07\x96\x4a\x5f\xae\x63\x11\x71\xd9\x77\xca\xb3\x48\x5b\x6f\xc3\xbf\x5f\x8b\x3d\x8b\x26\xbb\x38\x88\x2e\xeb\x65\x79\x8e\x30\x66\xba\xbd\xf5\xa2\x36\x1f\xd6\x83\x47\x69\x73\xff\xcf\x12\xcf\x93\xda\x3b\xe1\x58\x7c\x99\x30\x6f\x4b\xfc\x2f\xcf\x05\x47\xee\xfe\xd6\x0b\xdd\x4a\xd1\x66\x2d\x6a\xda\xbf\x2e\xff\x22\x98\x79\x78\xbe\x8b\x26\x96\xcd\x9b\x71\x71\xd8\x3c\x3e\x1e\xcd\xd2\xb5\x19\xeb\x51\x6b\xc5\x87\xfb\xae\x2c\xbe\xfa\x5b\x74\xb1\x7f\x1d\xf6\x1b\x0e\x2b\x6b\xbd\x6e\x38\x7c\xaf\xc7\xcd\xa3\xbd\xab\xff\x9b\xc3\xed\xf1\x62\x29\x97\xc1\xa3\x3c\x4f\x46\x5d\xa0\xdf\x3f\x8b\xc3\x28\x3e\xbc\x4f\xe5\x30\x6a\x3c\xef\x5a\x9f\x91\x35\xde\x37\x41\x6c\x5c\x6e\x5c\x06\x1d\xce\xb7\x33\x7f\xf5\xbf\x9e\xd9\x56\x3e\x5a\xc0\xf2\x2e\xe2\x5c\x36\x5d\xce\x77\x11\xdb\xae\x67\xba\xfc\xa8\x63\x74\xd9\x50\xc7\x94\xad\xba\x7e\xad\xe7\xa6\xf1\xbf\xdb\x43\x7b\x59\xe5\x17\x75\xcb\x67\xfc\x2f\x5a\xf6\x4d\x87\x1f\x75\xce\xf8\x2a\xa7\xc5\x61\x4e\x11\xeb\x37\xaf\xf5\x98\xae\x5f\x6c\x43\x29\x53\xfd\xa1\x2f\xee\xd9\xf5\x07\xfb\xe7\x32\x1a\xe3\x0f\xd3\x52\x42\x9d\x51\xb2\xca\x85\x67\x50\xe7\x2f\xd4\x0d\xbb\x88\x69\xa8\x1b\xf4\xd6\x17\xd4\x0d\x5d\xfa\xea\xf2\x2e\xe2\xda\xd2\x70\xf9\xe1\x7b\xad\xe7\x22\xae\x6d\x68\xfd\xd1\x18\x34\x99\x28\x0b\x1a\x83\x26\xbb\x5e\x09\x8d\x40\xfb\x28\x5a\xcb\xbb\x88\x6d\x9d\x9e\x5f\x65\x3f\xbe\xda\x5b\xc4\x62\xf7\x7e\x21\xf1\x57\x11\x4f\x24\xea\x2e\x89\xaf\x84\x04\x3c\x74\xfe\x91\x80\xcb\x1c\x2e\x23\x51\x65\xf5\x8f\x44\xbb\x27\x97\x91\x88\x3c\xff\x45\x7c\x5b\xf1\xf9\x59\x9c\x56\x95\x3a\xab\x20\x91\xd6\xee\xf5\x1e\x21\xb1\xb9\xcc\x63\xec\xf3\x05\xb1\x2e\x7a\xec\x91\x30\x7b\xfe\xfa\xfd\xb1\xee\x7b\xd6\x78\x17\xf1\x2e\x75\x73\xfd\x8d\xba\x4c\xe3\x19\xb1\xfe\x2a\x43\xac\xb3\xee\x6b\x48\x84\xd5\xfb\xbd\x88\x71\xdf\x8a\xbf\x0f\x09\x42\xed\x2f\x09\xaf\x65\x7f\x0f\x7d\x93\xba\xac\x20\x21\xf5\xd9\xf4\x3d\x12\x4e\x6e\x5a\x0f\xe8\x5f\x29\xea\xff\x7c\x91\x38\xb5\xff\x8b\x97\xcc\x7e\x1c\x90\x40\xba\x1f\x6f\x24\x90\xda\xbd\x7e\xb0\x84\x5f\xf7\x11\x9e\x70\x7a\xbf\x2f\x1c\x75\xc4\x6c\x04\xd3\xbf\xf7\x3f\xb1\xa7\x17\x24\x80\xdc\x7c\xd8\x6e\xc4\x37\xbd\x9c\xef\x22\x86\xb5\xfa\xb0\xdc\x88\x5f\x7a\x39\xdf\x45\xfc\xaa\x5f\xb6\xf7\x8e\xc3\xa1\xf2\x83\xf8\x28\xce\xf1\x7d\xe2\xb0\xa8\xbd\x07\x83\x9d\x17\xef\x79\x21\xb6\x1a\xcf\xbb\x43\xfc\x55\xff\x2e\x62\x3a\xf5\xd8\xbd\x2f\xe2\xa5\x17\xeb\x45\xf7\xab\xc7\xe7\x7d\x0f\x58\xf3\x9f\xc5\xae\x1b\xc6\x45\x6d\x7e\xdd\xb6\x38\x8c\x43\xe5\x75\x99\xc4\x89\xd4\x6d\x8b\xc7\xc5\xe5\x45\xec\xe7\x87\xb8\xd6\x0d\x5d\xf5\xf8\x1c\xde\x8a\x88\x54\xd2\x57\x7d\x43\xdd\xa1\xfe\x17\x67\xd9\xa5\x8e\xa9\xdb\x7e\x70\xd8\x5c\x7f\xad\xc7\xe3\xb3\xfe\x75\xdb\xe1\x7c\xdc\x3f\xba\xea\xed\x43\xcc\xea\x96\x76\xc6\xeb\x32\xeb\xf3\x39\x4c\x75\x4b\xf1\x98\xaa\xbf\xd4\xd0\x05\x6b\x7c\xa9\xa3\xde\x70\xfd\xe2\x84\xeb\xd0\x78\x12\x02\xc8\x47\x48\xab\x5b\xe2\x32\x7a\xbc\x69\x8d\x57\x97\xa5\x6e\x70\xc6\x52\x57\x54\x3c\x75\xaa\xd4\x65\x75\x2b\x38\xcc\xec\xea\x6f\x11\xdf\x5c\xb2\xd6\x7f\x11\xdf\xdc\x92\xeb\x43\xd7\xab\xfe\x4a\x5c\x26\x8d\x3f\x88\xe9\xd0\xfa\x43\x3c\xbf\xfa\x83\x58\xf6\x4d\xed\xb5\xca\xe3\xa9\xfa\x1e\xeb\xa3\xf9\xf5\xe0\xdc\x34\x9e\x45\x1c\x9b\x3c\x3a\xea\xd6\x17\xf1\x28\x4d\xe3\x19\xa8\x4f\xab\xfa\x1f\x48\x1a\xbb\xf6\x6b\x70\x5e\x7c\xde\x26\xba\xfa\x5d\xeb\x85\x9c\x99\x3d\x9e\x89\xfa\x66\xe8\xfb\xc5\x7c\xf5\xe4\xfd\x87\xf9\x92\xcc\x5d\xb7\x13\xc9\xa1\xaa\xfe\x8c\xc7\xce\xf5\x6b\x7d\x76\xf7\x87\xba\x25\x67\x7f\x1f\xe7\x4b\xfd\xa3\xee\xd8\x92\xcb\xeb\xbc\xca\x1b\xb1\x6e\x8b\xf8\xd4\xe2\xf5\x47\x03\x91\xb3\xbe\xbf\xb9\xaf\x3e\x5f\x30\x5b\x9b\xc7\xbb\x98\xad\xb1\x65\x97\x0f\x38\x77\x8d\x07\xaf\xc3\xe4\xfd\x84\x39\xda\x8b\xf6\xe7\xe9\x48\x2a\x9a\xcf\x73\xaf\xf3\xef\xf5\x7a\x51\x4f\x66\xf5\xbf\x98\xa1\xba\x25\xfd\xfe\x0d\xfa\xf4\xa9\xdf\x91\x64\xf3\x87\xb9\xac\x3b\x92\xec\xd4\x7e\xec\x1b\xa2\xbd\xf6\x73\xdf\x60\xbe\x3e\x8f\x41\xc5\x1f\x2c\xeb\x31\x5f\x3b\xcf\xe3\xb3\xab\x1c\xeb\xa3\xef\xd7\x7d\x2d\xb2\xba\xd7\x9d\xfb\x25\x0f\xa2\x1a\x0e\x8d\x55\xf7\x79\xcf\x9d\xc7\x44\xed\x2d\xe6\xa7\xc8\x6d\xa4\xee\x30\x3f\x33\x69\xfc\xd8\x66\xb6\xa1\xf9\x95\x50\x17\xbb\x9c\x91\x6c\xaa\xca\xd0\xfb\xae\xf9\x15\x1e\xb3\xcd\xed\xe1\xac\x38\xd4\xdf\xba\xaf\x63\xdb\xff\x44\x72\xa9\x7b\xc1\xd2\xaf\xc5\xc7\x89\x32\xcb\x50\x54\x71\x9b\x2c\xdb\xee\xce\xd6\x61\x2f\x22\x1e\x7b\x41\xd7\x9f\x3d\xd8\x25\xd6\x16\x6f\xde\x8f\xed\x45\x8b\xbf\x2e\x7b\xc9\x9f\xc7\xa7\xee\x2d\xc1\xc9\xea\x7b\x6c\x13\xc5\xdf\xb7\x8e\x98\xad\xf6\xdb\xe0\xf2\x68\x3c\xd8\x2a\x4a\xf2\xef\x21\xd6\x3e\x0c\xed\xdf\x19\x2e\xeb\xde\xd0\x3d\x0e\xb7\x7f\x43\x2c\x35\x9f\x86\x2e\xdc\xe5\xbe\xf3\xbd\xc6\xdb\xb9\x2c\x3e\x1c\x70\x66\x9b\x0f\x5b\x0f\x49\xc8\xdf\xc7\x78\xd5\x5f\x47\x52\xab\xfa\x7e\x60\x28\x14\xb1\xda\xd1\xf5\x4f\x1f\x9e\xc5\x69\xf5\xdd\x87\x67\xa0\xe5\xe9\xda\x9f\x25\xe6\x96\xee\xdf\x2f\xb1\xb6\x88\xd3\xab\xb8\x1d\x36\x79\x4c\xd7\xfd\x80\x18\x8a\x38\xec\xe8\xb2\xbb\xf7\xe3\xc0\x50\xe7\xfe\x0f\xf6\x4b\xc4\x68\x47\x37\x3c\x3c\xdf\x93\xc3\x9f\x5c\x5e\xeb\xf9\xb5\x7f\x48\x8a\xf2\xc9\xae\x3b\x9a\xb6\xb9\xe9\xfb\x8b\xfd\xfb\xaa\x3f\x39\xcc\xae\x5f\xfd\x4b\xbd\x56\xf1\x54\x2c\x26\x66\xfb\x1d\xf5\x9a\xdf\x1d\x9c\xa1\xda\x5b\xc4\x6a\x6c\x5e\x0f\x98\x1b\xe9\xfa\xeb\x8e\x57\xf4\xd7\x78\x60\x66\xa4\x6e\xad\xfb\x0b\x31\xdc\x5d\xbf\x1e\x17\xf9\x86\xd4\x7d\x11\xb3\xb6\xfb\xf2\x2f\x66\xa6\xfb\xb1\xd8\xdf\x1b\x1f\xe5\x4f\x3d\xee\x85\x36\x9c\x57\x1c\x0a\x5b\xd1\x63\x80\x47\x61\x95\x0b\x61\xc5\xa3\xb0\x99\x98\xe2\x52\xd8\xb6\xec\xf6\x0e\x38\xf9\xae\xf2\x03\xb3\xa3\x32\x6a\xb7\xfe\x71\x19\xaf\x69\x67\xbf\x3e\x7e\x82\x15\x3f\xc1\x2e\xdf\xfc\x9a\x60\x46\x24\xd9\xd5\x84\x43\xd2\xe6\xf6\xd2\x84\xb9\xf4\xf7\xa8\x01\x37\x97\x1f\x24\x03\xcd\x27\xc7\x7c\x35\xde\x0c\xb1\xd2\x7d\xc7\x01\xb0\x4a\x32\xae\x29\x0c\xe1\x5e\x9f\x0c\xb3\xe7\xf9\x65\x24\x2f\xaf\xc7\x62\x5e\xb2\x1f\x7b\x3c\x06\xbb\xdc\xad\x97\x0c\x04\xe7\xaf\xf6\x4a\x8c\x57\xfd\xfd\xd0\x37\xb5\x5f\x38\xef\xd3\xe5\x9b\xfb\xab\xf5\xaa\x71\x9e\xd5\x7e\x65\xbf\x76\xad\x6f\x85\x19\xd5\x79\x4b\x75\x9d\xd7\xa1\xc7\x12\x1f\xc2\x5a\x74\xbe\xd2\xa2\x5f\xad\x0c\x8d\xaf\x85\x64\xa7\xf5\x69\xc1\x6c\x6b\xbe\xd8\x46\xbf\xea\x17\x3d\xea\xdb\x74\xfd\x0d\xb3\xad\xf1\x2f\x49\xb0\xcb\x1b\xba\xa6\x25\xf9\xf5\xe9\xf9\x8c\xce\xfc\x5d\x86\x39\x4f\x5a\x9f\xb1\xf6\xfb\xab\xbd\x81\xed\x7a\x1f\x7f\xf2\xb8\x24\xc4\xbc\xee\xc5\x0f\xc3\xa1\x88\x4f\x5a\x62\x9d\xbd\x46\x6a\x9a\x78\x51\xe8\x65\x4c\x10\x2b\x89\x69\x15\x8f\xc8\x22\xb5\x51\xc5\x23\xb2\x6c\x22\x3e\xe9\x98\x10\x0f\x4d\x16\x62\x26\x67\xab\x9a\x8e\x13\xce\x55\xdf\x13\x99\xd1\x75\x59\x13\x86\xa8\xe6\xc3\x74\xc1\xa9\x8b\x38\xa5\x2b\xc4\x48\x2d\xce\x15\xc4\x55\x8b\x03\x31\xeb\xbe\x2c\x17\x8b\xd5\xb4\xf9\x77\x82\x58\xa9\xff\xc5\x79\x15\x73\x1e\x09\xf5\xbf\x7c\xda\x2a\x91\x04\xb9\xee\xea\xff\x9e\x78\x61\x88\x38\xdc\xeb\x71\x9b\x5e\x0f\x24\xbd\xe6\xf9\x2f\xe2\x57\xaa\x38\x9d\x74\x63\x38\xf4\x78\x9e\x84\x8e\x5d\xf3\x7f\xc2\x1a\xa1\xf6\x9e\x58\x5f\xb5\xf7\x72\x78\x7c\x58\x97\x64\x57\x8a\x38\xe7\xf4\xc6\xe5\x55\x7f\x8b\x18\xb6\xaf\xf1\xbf\x5c\x36\x11\xdf\xf4\x42\x2c\xa6\xcb\x38\x76\xe8\x70\xe6\x0d\xc9\x51\xc4\x31\x2f\xe2\x37\xa4\xa6\xa8\x79\xe3\xb0\x8b\x19\xc8\x1b\x92\x87\x1e\xdb\x1c\x6a\x2e\x3d\x7e\xf9\xc7\xc6\x90\x55\x6e\x38\x7e\xb8\x8c\xa3\x87\x88\x75\xc6\xc6\xd0\xb4\x3e\x39\x6d\xa8\x1d\xd5\x5e\x82\x93\x16\xf1\xcf\x4b\xb2\xcb\x72\x93\xad\x19\xe2\x28\x07\xf0\x9a\x13\x6a\x09\x49\xb2\x19\xe2\xe6\xf3\x90\xf3\x9a\xff\x2e\x66\x23\x2f\x4e\x31\xcb\xb1\xa1\xe6\xb2\x7f\x7b\x51\xd5\x0c\xb1\x93\x0b\x70\xcd\x05\x35\x6a\xf7\xef\x83\x13\xd7\x78\xf1\xd2\x91\x21\xbc\x66\x22\x66\xa6\x88\x47\xc6\x4b\x67\x6e\xfe\xfe\xc6\x26\xa4\xf9\xd5\x9d\xf9\x68\xfd\x09\xa2\x19\x3a\xbf\x99\x28\x1a\x4b\xca\x19\x62\xe9\xfb\x9f\x2b\xcc\x9c\xf7\x73\x49\x82\x65\x88\x19\xcb\x8b\x39\xb4\x57\x58\xcd\xf5\xe1\xf1\x51\xff\x0d\xe3\x99\x24\xff\xdc\xc2\x46\xe2\x32\xcc\x6c\x55\x7f\x8d\xf3\xe4\xf5\xeb\xd8\xc4\x7c\x5e\x3a\x36\x03\xf7\xbf\x24\xcd\x5c\x9a\xeb\xb9\x9f\xd3\xbf\xef\x9c\x6f\xf5\xd7\xc3\xc6\xe4\xef\x5f\xee\xbb\xda\x1b\x4b\x32\x19\x3e\x4f\x73\x49\xd6\x66\xae\xb1\x60\x96\xe6\xf3\x3c\x0f\x34\x0f\xda\xbf\x45\x0f\x9b\x2c\xa6\x35\xe3\xa8\x60\x66\x2c\x1f\x38\x8a\xe8\xfe\xe7\x23\x1c\x79\xf4\xfb\x25\x89\x56\xa9\x15\x6b\xc6\x10\x5f\x7d\x1e\x50\x6b\x6d\xbe\x0f\x18\x3a\xe5\x85\x57\xb1\x74\xf6\xad\x68\x7f\x43\xad\xef\xf5\x86\x59\x53\xa8\x53\xcd\x30\x67\x53\xcc\x5a\xbe\x0b\x8e\x02\x1a\x4f\xa8\xf1\x25\x4c\xe4\xd0\x5c\x79\xbe\x8b\x9e\x95\xb9\xfd\xd1\xe3\x92\x17\x27\xd7\x36\x2f\xc6\x22\x66\x3d\x79\xb1\x17\x31\xb3\x0b\x61\xcd\x8b\x98\xe5\x2e\xe2\x9a\x1f\x16\xcf\x83\x7f\x96\xe4\xd3\x7d\x79\x1f\x74\x78\xe2\xf4\xf3\x73\xe2\xa5\xa0\xc5\x78\x2e\x5c\x04\xfd\x3d\xc4\xe8\xab\xfc\xf2\x78\xa9\x7f\x38\xcd\xe2\xf1\xbe\xa8\x85\xbc\x18\x2f\x3e\xf5\x3e\xbc\x2f\x62\xa0\x1e\xa7\x8c\xda\xcc\xf3\x2b\x8b\x73\x1c\x56\x03\x94\x2d\x0e\x6f\x57\x39\x22\xfa\x5c\x8f\x81\x53\x9b\x51\xb0\x29\x34\x49\x7e\x65\x0b\x4e\xbf\xaa\x8c\x64\x27\xe2\x52\x16\x67\xd9\xad\x96\x2a\x8b\xd8\x16\x19\x7c\x6b\xd9\x99\x9f\xc6\x5f\x82\xf3\xd4\xe3\x53\x76\xd6\x4f\xc4\xa7\xec\x10\x17\xa9\x95\xca\x12\xc3\x5b\x1e\xfa\x3e\x11\xaf\x28\xe2\x52\x52\x70\x5a\x1a\x1f\x2e\x9a\xbb\xdb\x4b\x18\xa0\x75\x38\x4b\xce\x10\x3b\x7d\x9f\x79\x3c\xb4\xbf\x05\xe2\x9b\xc5\xf9\x95\xc5\x49\x96\xe1\xf1\x2c\xb1\xbd\x9b\x13\x2d\xf9\xa1\x3d\x8d\x07\x97\x4a\xd9\xcc\x6a\x81\xb8\xca\x6b\xaa\x96\x45\x4c\xb3\x22\x2a\x2a\xc1\x7a\xbd\x48\x6d\x55\x90\x64\x87\xf7\xab\x85\x5a\x4c\xeb\x19\x92\xa7\xce\x4b\xe9\x8b\x19\x31\x31\x29\x8b\x38\x65\x3f\xbe\xa5\xe3\x75\xe8\xf1\x2f\x49\xb3\xcb\xe0\x5d\x4b\x67\x3f\xbd\x3f\x78\xad\x49\xe7\x5e\xcb\x20\x5c\x54\x8f\x6f\x19\xfc\xbe\xb9\xfe\xe1\xbe\x68\xbe\x13\xaf\x4b\xef\xff\x81\x9a\xce\xfb\x77\xe0\x52\xac\xc7\xa2\x1c\x61\x10\x57\x7b\xd8\x2c\x87\xd7\xf7\x24\x04\x53\xc4\xb8\x9c\x9c\x5f\xef\xef\x89\xcd\x50\x8f\x7b\xc1\x46\xe9\xc7\xb7\x5c\xc4\xa8\x8a\x58\x17\x24\xcf\xe1\xdf\x5f\x71\x1f\xd4\x3f\x3a\xfb\xaa\xc7\xad\x40\x4f\xe4\xcd\x52\xcb\x13\xeb\xab\xdf\x3f\xb8\x08\x7b\xbe\xeb\xbe\xe7\xee\xfd\x7b\xb8\x1f\xee\x6f\xdd\xe7\x2e\xd7\xfe\x5a\x90\x0c\x15\x54\x51\xeb\xba\xaf\x5d\xe1\x3c\xb5\x22\xf9\xc9\xa0\x5d\x2b\x92\x9f\x99\x2d\xe2\x66\x8a\xd5\x58\x44\xca\x14\x39\x98\x57\xa2\x50\x4a\x13\xb1\x27\x1c\xa4\x65\x49\x26\x35\x87\x1a\xba\xaa\xbc\x98\xa1\x21\x4e\xbf\xe2\x52\x9c\xa5\xa6\xab\xa8\x9d\xac\x76\xab\xa5\xa1\x26\xd3\xef\xc3\x0b\xd7\xfd\xaf\xc7\x3f\xcb\xe6\x5c\xeb\x92\x8c\x4a\xf2\x78\x6b\xd8\xc8\x3f\xeb\x51\x1b\xfb\xad\xfb\x54\x3b\x6a\x60\x31\xd7\x15\xb5\x6d\xd5\xe3\x56\x79\x4c\x8b\xc7\xcb\x79\x35\x73\x5f\x91\x64\x72\x57\x7b\x03\xe6\xa6\xfb\x7b\xbc\x58\xeb\x9f\xc4\xa9\xd4\x8a\x01\x4a\xe1\x51\xb5\xce\xe0\x94\x34\x79\x5e\xea\xa1\x97\xb3\xce\x0b\xe2\xa2\xc9\xce\x1b\xef\x0a\x75\x7e\x74\x7e\xaf\xf6\x90\x54\xb2\xc4\xba\x7a\x84\x37\x8d\x16\x6f\x5d\x96\x22\x97\xd5\x5a\x7f\x2e\x8b\xdb\x7b\x30\x90\x6a\x3c\x48\x26\xe6\x4c\x08\xfd\xa8\x59\x92\x4c\xc5\xc0\x3e\x75\x39\xeb\x8d\xcd\x40\x9c\x45\x45\x8d\xb2\x35\x97\xc3\x86\xa1\xdf\xaf\xc7\xb4\xca\x9f\xbe\xd6\x27\x74\xf2\xda\xcc\x97\x18\x2f\x6f\xc6\xe2\xec\x9b\x1c\x1c\x2a\x11\x1e\x5d\x2e\xa4\xb5\xa1\x93\x95\x43\x41\x6d\x3b\x5e\x6d\x9b\xcb\xa1\x03\xff\xac\x27\x61\x1b\xd5\xeb\xd9\x22\xa8\x5c\x9c\x4c\xcb\x8c\x47\x9c\x4f\xcb\x0d\xce\x5d\xed\xc1\x99\x76\x49\x36\x04\x67\x94\x4d\x97\xb7\x35\xfc\xd1\x35\x9f\xd6\x89\x5f\xd0\xe1\x6c\x1c\xb6\xe9\xf2\xe2\xbc\xaa\x5c\xd2\x6b\x3b\x30\x70\xeb\x31\x6e\x07\x92\xa5\x24\xb5\x76\x86\xfb\x99\xfa\x3b\x31\x10\xeb\x71\x6c\x70\x56\x56\xfb\x34\x02\x72\x37\x5d\xae\x76\xe3\x3d\x25\x62\xdf\x6e\x02\xd2\x44\x3c\xdb\x8d\xb7\x8a\xc7\x77\x43\x8c\xc4\xec\xb4\x27\x38\x5f\xcd\x6f\x31\x23\x59\x2e\xf1\xb5\xbd\xa8\xe1\xa4\xf6\x6c\x6f\x3c\x5e\x9f\xf9\x74\xbc\xc5\x14\xb8\x55\x7b\xe8\xdc\xf5\xb8\xf4\x2d\x24\x3f\x7f\xcf\x63\x2f\x62\xdd\xb7\x30\xd0\x7f\xfa\xef\xe8\xe0\xe5\x62\x57\xfb\x1e\x3a\x6f\xd7\x43\x3c\x74\x9e\xfb\x3e\x38\xef\x4d\xe5\x7f\x17\x0f\x52\x7b\xc2\x5b\xcd\xdf\x27\xe2\x47\x74\x3f\x7a\x26\x1e\xa2\xb8\x8c\x24\xaa\xf3\xd9\x23\x5e\x42\x92\x41\x07\x5a\xc0\xeb\xd1\x4b\xa8\x49\x34\xff\x90\x94\xf4\x38\x74\x24\x25\xb9\x90\xd7\x5e\x1e\x24\x77\xfd\xfe\xc7\xe1\x40\xfd\x57\xd4\x8c\xba\x8f\xbd\xc1\x1c\x68\x3f\x7a\x83\x59\x95\x4d\xa6\xe3\xa2\x5f\xdc\x7f\x8b\x90\x03\xad\x5f\x7b\x70\x60\xd1\xfc\x97\xa4\x93\x9b\xe7\xd7\x83\xd9\x55\x7b\x3d\x6c\x82\xda\x1f\x5c\xd4\xfd\x18\xf6\x31\x68\xcf\x65\x1c\x8e\x3c\xbe\x19\x8f\xb5\xda\x3f\xb0\xd1\x78\xff\x8f\x44\x7f\x5a\x4f\x5c\xa8\x15\x58\x5f\xfb\x15\x92\x90\xc6\xfb\xa3\x49\x51\x7b\x48\x22\x5f\xe3\xbd\x08\x39\xd8\x5c\xff\x10\xdc\xa8\xf1\x60\xd3\xb6\x5a\xab\x3f\xc1\x9c\x68\x7e\x30\xdf\x66\x1e\xfb\x8b\x01\x5f\xcc\x6f\x7f\x17\x7d\xb6\x30\xd1\xb9\x0f\x7e\x3c\xfa\x8b\xe4\x23\xfa\xd6\x5f\xe8\xa5\xee\xdf\xd8\x90\xd4\xeb\xfc\x93\xc7\x65\x6c\x18\xa0\x8b\x7f\x8c\xc1\x53\xc4\x6e\x04\xb1\xd4\xe5\x18\x5c\xae\xfa\x55\xcf\xe3\xa1\xc3\x34\x70\xc5\xec\x52\x53\x8c\x7d\x5d\xfe\x5d\x9c\xd4\x48\xe8\xbc\xdd\x5e\x2a\xbc\xb4\x49\xe5\x0e\x31\xf3\xf7\x07\x87\xd7\xf5\xb8\xb0\x6a\xb3\x06\x91\xa5\x53\x87\x7d\x64\xda\xd7\xe6\x8e\x45\x8c\xdb\xd7\x78\x17\xa7\x51\x92\x0e\xc7\xc8\x10\x17\x89\x89\x03\x4e\x79\xb8\x7f\x5c\x27\x37\x11\x97\xb1\x38\x8d\x5c\xc5\xb9\x0d\xd4\x10\xd5\xf5\xa8\x19\x6c\x83\x18\xa8\x19\x52\x77\x99\xc3\x2c\x4e\x71\x10\xaf\xe3\xcb\x32\xe0\x4c\xb2\xd7\x83\xf8\x1a\x79\x07\xd7\xd1\xc2\x80\xab\xf1\xad\xcb\xd9\xfd\x98\x8e\x88\x3f\x11\xe7\x34\x3a\x62\xb3\xd4\x3e\x03\xce\xc6\x36\x80\xd1\x71\x55\xd5\xe5\x1d\x23\x1c\x3c\x5c\xae\xc4\xef\x68\xbd\x06\x36\x06\x71\x42\x63\x22\x09\xe8\x31\x1c\x33\x0c\xd0\x3a\x0f\x73\x3d\xbe\x33\xbb\x9e\x78\x0e\x1d\xf6\x11\xf1\x08\x92\xac\xc6\x62\x46\x4a\xd6\xe3\x38\x8e\xe0\x04\xd5\xff\xe2\xcc\xab\x6d\x70\xe3\x0c\xe6\x41\xfb\x7f\xe2\x97\x9c\x5d\x7e\xb0\x49\xa8\x7c\x71\x3e\x92\xd6\x07\xe7\xeb\x4d\xcc\xd0\xc0\x05\x5f\xae\x9d\x75\x5c\x3c\x5e\x5e\x4f\x1e\x3f\x05\x3f\xd6\x71\x43\x3c\xbc\x7e\x37\xf1\x5b\xe2\xa4\xc7\x3d\x70\x99\xd7\xfc\xee\xb0\x69\xba\x3d\xd4\x8e\x1e\x3f\x6a\x51\xab\xf5\xc6\x83\xda\x46\x9c\xf7\x78\xce\xef\x60\xc3\x3a\x1e\x5c\x53\x7d\xf9\x97\xa4\xdf\x14\x1f\x5d\x07\x36\x21\xeb\xf8\x07\x9c\xbf\x82\xf7\xea\xc0\xe0\x6d\x4e\x75\x04\xf3\xa4\xc7\x6b\x6e\xe1\x0a\xfc\x69\x6f\xee\xa8\x61\x45\x8c\x26\x6a\x4c\x05\x3b\xd6\xb9\xe3\x00\x21\xce\x7c\x86\xda\x52\xeb\x35\x77\x98\x8b\xe9\xf2\x85\x0d\x4f\xdf\x27\x6c\x88\x5a\xff\x99\xfa\x77\xf0\x64\x9d\x09\x07\x03\x9d\xdf\xb9\xe8\x43\x2f\xd9\xf5\x78\xbf\x89\x1e\xcc\x70\x30\x29\xae\x7f\xf0\x96\xfc\xcc\x77\x42\x2f\x14\x32\x51\x67\x26\x98\x50\x92\xd5\x44\x12\xb1\x24\x30\x4b\x30\x4f\xfa\x3e\x1e\x63\xaf\x57\x81\x39\x10\x33\x36\x0b\xae\xe1\x62\xfe\x26\x8f\xf1\x9c\xae\x0f\x6f\x34\xad\xef\x7a\x9c\xbb\xd0\x51\xea\xe4\x71\xf6\x63\x33\x6b\x30\x83\xfa\x3d\x0e\x2d\xd6\x14\xcd\x45\x6f\xba\xd5\x86\x13\xfa\x62\x49\x6c\x86\xda\x52\xf4\x66\xb6\xd0\xf4\xe8\xfb\xd6\xb9\x4f\xfe\x9e\xf5\xf5\x7a\x2e\xe6\xb4\xe5\xb6\xfd\xc9\xe3\x32\x1b\x9c\xa5\x1e\x97\xd9\x40\x23\xd0\xe1\x9b\x04\xe3\x29\xd8\xba\xce\x9e\xbf\x23\x63\xeb\x24\xb8\x4e\xa8\x36\x75\xf6\xc1\x65\x76\xfd\xcd\x61\xd6\xe1\x81\x73\x98\xba\x3c\x73\x40\x2c\x86\xcb\x04\xeb\xf9\x70\x8d\x88\x2c\xd6\xe6\x42\xcc\x36\x11\xbb\x39\x39\xcc\x92\x0c\xe6\x64\xb3\x75\xb9\xe6\xc4\x06\x22\xe2\x3f\x71\x9d\xce\xde\x3c\x88\x9b\xd5\x0c\x13\xef\x1c\xab\xc5\xe6\x89\x8d\x46\x92\xc8\x5c\xc4\xab\xdb\x1b\x6a\x9e\xf1\x78\x6a\xf1\x89\x23\x91\xab\x75\x9d\x11\x5c\xe4\xf6\xae\x30\xe0\x69\xbe\x57\x44\x0a\x6b\x7d\xee\x50\xb3\xb8\x1c\x6a\x1d\x8d\x0f\x62\x56\xba\xeb\x0b\x9c\xb2\xc6\x77\xd3\xbe\x0f\x3b\x92\x9b\x75\xe8\x73\x49\x6e\xd9\xc4\x77\x62\x00\xb7\xda\x66\x3e\x8d\x48\x63\x8d\xff\x41\x2d\x23\xce\x68\x3e\x07\x6a\x48\x97\x91\x64\x7d\x7e\x50\x6b\x34\xf7\x8f\x1a\x72\xfa\xf2\x86\x2b\xb3\xd4\x1a\xf3\x25\x38\x52\xcc\xc7\x81\xb7\x4e\x12\xf1\x39\x30\x78\x5b\xb2\x3d\x40\xf8\xb0\xda\xe5\x08\x4e\x5f\xc4\xe7\xd8\x61\x06\xc4\x5c\x1c\xa8\x39\xec\x7d\x77\xe0\xbd\x33\x75\x7e\x0f\x22\xc3\x05\x01\x53\x0f\x0c\xd8\x42\x54\xa8\x47\x18\xb0\x35\x9f\x23\x87\x4e\x5a\xf5\xa8\xfd\x14\x65\x54\x8f\x82\x37\x90\x88\xe5\x51\x60\xce\xba\xcb\x3c\xce\x62\x66\x0e\x2e\xff\xd0\xf9\x3b\xb8\xec\x66\xc6\x8e\x16\x6a\x4c\xf5\x17\x0e\x1c\x3a\x5f\xc7\xc4\x26\x22\x62\x71\x10\xec\xa8\xb8\xa6\x7a\x1c\xe8\xd4\x3d\x3e\x6c\x96\x76\x20\x38\xae\xe0\xe4\xb5\x7e\x17\xe7\x49\xcc\xcd\x11\x3a\x7d\x11\x97\xe3\xba\xf0\xfe\x54\x19\x35\x58\x93\x9a\xe5\x00\x45\xae\xb9\xbd\x07\x35\xb2\x98\x9f\x73\x8b\xe0\xe9\xaa\xf2\xe4\xfc\xb8\x1e\x88\x0f\x3d\xfe\xe7\x16\x9a\x0c\x95\xb1\xc1\xc9\x95\xbf\x9e\xd8\xcc\x84\xaa\x50\xcf\x25\x99\x55\x6b\x1a\x4e\xbc\x13\x87\xfb\x47\xb2\x52\x24\x7f\x3d\x51\xb3\x0a\xe7\xa6\x9e\x15\x49\x4a\xe7\xef\xac\x38\x18\x7d\xfd\x9e\xc7\x47\xf7\xed\xac\xa8\x65\x75\x3e\xcf\x8a\x0d\x2f\xf9\xf7\x3c\xfe\x5f\xed\xdd\x68\x06\x34\xfe\x8a\x8d\x55\x92\xfe\xd9\x42\x2d\xa6\xf6\x43\xb2\xf3\x7c\x71\x0d\x6f\x6e\x6f\x11\xfb\x6a\x9b\xe6\x49\x70\xb4\x90\x20\xea\x89\xcd\xaa\x7a\x3d\x71\x48\xda\x93\xeb\x03\x50\xcf\xe5\x70\x88\x52\x7f\x3d\xbc\xd1\x3e\xfb\x79\x0e\x98\xf3\xf6\x27\xc1\x92\xf5\x1c\x1d\x9b\x84\x16\x17\x6f\x81\xda\x5d\x5e\x2f\xef\xd0\x65\x38\x09\xea\x11\x70\x4e\x3d\x09\xea\x51\xb4\x62\x3d\xc7\x8b\x2b\xa2\x7e\x8f\x81\x6c\x13\xe7\x78\xce\x0a\x67\xaf\xf6\x66\xa8\x61\xb4\x58\x33\x5c\x63\xfd\x3d\x41\x62\xde\xac\xf5\x58\x34\xeb\x98\x4f\x22\x89\x6d\x93\x38\xb9\x5c\xbb\x37\x87\x48\x62\x8b\xc5\x27\x62\xac\x60\x15\xea\x79\x40\xac\xbd\x78\x5c\x46\x7b\xb3\x9c\xeb\x31\x6a\x36\x70\x9d\x18\xe4\x84\xb3\x56\x4f\xd4\x44\xf2\xbb\xaf\xe7\x01\x67\x22\x4e\xf1\x3c\x79\x2c\xba\xcb\x88\xd9\x52\x43\x9c\xa1\x46\x12\x31\x3c\x4f\x20\x8e\x36\x7f\x0f\xb1\xf7\xe1\x21\x52\xb7\x17\x7f\x0f\xb1\xf2\x7c\xce\x97\xc3\xa5\xc3\x74\x85\x98\xac\xdf\x2f\x62\xd2\x9a\x0f\xdb\x15\x62\xbc\xfa\xbb\x82\x33\xd5\xfe\xc1\xd9\xdb\x06\x74\xf2\x58\x5a\x4d\x7a\x12\x27\x64\x03\xe1\xb9\x88\x4f\xdd\xdd\xfe\x7a\x2c\xcb\xd7\xfe\x10\x0c\xdb\x7c\x59\xee\xb0\x89\xb9\x1c\x62\xbc\xbf\x47\x92\x90\xda\xe3\xc4\x01\xc2\x3a\xff\x33\xd4\x9a\x3e\x5f\x0f\x06\x7c\xaf\x1f\x36\xc4\xec\xdf\x3f\x04\x8d\x89\xf8\x9e\x3f\xae\xae\x5a\x9f\x45\x1c\xab\x0d\xdc\xe7\x13\xfd\x6b\x7e\xd8\x0c\xac\x86\x38\x17\xf1\xac\x96\xbc\xcf\x1f\xc9\xc2\xfd\x41\x1c\x3d\x9f\x07\x07\x0e\xdf\x1f\x24\x0d\xab\x55\x4e\x5c\xeb\xcd\xa9\x9f\x2f\x41\x7a\x1e\xef\xfb\xef\x60\x4d\xea\x89\xab\xbd\xd5\x6e\x17\xb0\x5e\xb6\x09\x5c\xa8\xf5\xac\xa6\xb9\xb0\x41\x08\xbc\xaa\x5e\x78\x9f\xd9\x26\x73\xa1\x89\x48\xd3\xf5\xd8\xb0\xb2\xeb\xb1\x49\x35\x97\x51\x93\x89\x38\x5f\xd8\x34\x84\xa4\x59\xaf\xed\xfd\x86\x5d\xa9\x57\xc0\x7f\x69\xbf\x2f\x1e\x0b\xab\x89\x2e\x24\x9d\xac\xc7\xfe\x42\xb3\x21\x14\xd7\x7a\xa5\x60\x06\xf5\x7b\x6c\x20\x0a\x62\xad\x17\x71\x4b\x66\x4e\xaf\x8c\x66\x45\xeb\x77\x65\xbc\x2f\xc5\xdc\x5e\x78\x9b\xf5\xaf\x32\xcc\xc8\x70\x19\xef\x3b\xaf\xcf\x8f\x43\x87\xfa\x0b\x87\x0e\xa9\xa9\x2e\x82\x46\x85\x44\x52\xaf\xc5\x5c\x64\x33\x03\x57\x09\x58\x18\x97\x61\x86\x3c\xff\x12\x71\x36\x9a\x7f\x41\xb3\x20\xef\xd3\x0b\x4d\x89\xd5\xa4\x17\x8f\x9f\x6d\x2e\x17\x71\x4b\x36\xf0\x5f\x2d\xbc\xf5\x34\x1f\xbc\x73\x6b\x73\x39\xd4\xfe\x5a\xcf\x06\x12\x82\x98\x89\xab\x61\x13\xcf\x2e\xbf\x20\x3d\xfc\x91\x41\xff\xea\xfb\x37\xa6\x4e\xbd\xc0\xd3\xb3\x77\xd7\x35\x03\x53\x47\xf5\x33\x5e\x42\x2d\xde\x81\x4e\xd5\x87\x01\x98\x05\xc1\xc4\xd4\xeb\xe0\x31\xf2\xef\x8f\xe0\x9c\xb5\x38\x27\x98\x46\x7a\xc9\x2f\xd4\x1e\x5d\x62\xe4\x75\x86\x9a\x41\x8b\x81\xeb\xab\x1f\x97\x0b\x62\x2b\x4c\x9e\x7a\x01\x83\xa0\x08\xe6\x7a\x2d\xc9\xa2\xd9\x9b\xe8\xc2\x80\x59\xbd\xd8\x37\x06\x69\x8f\x1f\x1d\x66\x16\xf1\xbe\x1e\x88\xb9\x0f\xd3\x1b\x71\x40\x1a\xef\x1b\x3a\x73\xad\x07\x9c\xb9\x89\xed\x85\x2b\xaa\x89\xcf\xbd\xe1\x1d\x24\x49\xec\xe6\x72\xda\xc0\x76\x47\x10\xa1\xc6\x77\xef\x48\x2e\x5f\xe5\x82\xda\x29\xab\x8c\x6b\x70\x71\x99\xa0\x47\x8d\xff\xde\x71\x25\x14\xe7\x7a\xa7\xe8\x5f\xe3\x09\x83\xbe\xf6\xe7\xc6\x35\x53\x41\x7a\xf5\x2e\xec\x97\x0c\x9a\xf7\xe2\xfc\x4a\xd6\xe1\xbf\x1b\x6a\x0f\x3d\x9e\x37\x92\xb0\x2f\xef\xdd\xc2\xa6\xa5\xf2\x88\xc7\x68\xa8\x7c\xb2\x7e\x2a\x4f\x5c\x8d\xc5\xd9\xde\xe1\x3a\xed\xf6\x81\x09\x11\x8c\x47\xbd\xb1\xe1\x59\xed\x76\x9f\x78\x5b\xe9\x71\xb9\x7f\xce\x83\xcb\x17\x6a\x20\xb5\x7f\x02\x5b\x22\x62\x7c\x5f\x11\xa7\xa3\xf6\xc3\x7b\xd0\xfd\xdf\xac\x77\x72\xf9\x46\x4d\xa3\xf5\x24\x4e\xc3\x36\xc3\x1b\xd7\xe7\xe6\xfd\x78\x02\x8b\x4f\xeb\x81\xc1\xdb\xae\xef\xf7\x03\x0c\x52\x75\x3d\xae\xed\x7a\xec\xef\x27\xe2\x90\xb4\x5e\x0f\xfb\xe5\xfd\x41\x72\xdc\xbc\x3e\xef\xfe\x8d\x89\x55\x6f\x82\x66\xad\xe6\xb8\x5f\x6c\x8c\x22\xbe\x37\xe7\xdb\xcc\xd2\x8d\x8e\xbe\xb9\xff\x50\x9b\x7d\xb5\xff\x7c\x63\x6c\xd5\x87\x38\x32\x41\x61\xd4\xe7\xc7\x86\xb5\xab\xcc\x63\xb9\xbb\x3e\x24\xdf\xcf\xfa\x05\x62\x81\xe3\xce\x9e\x78\x7c\x24\x29\x80\x40\xd0\xb7\xdd\x65\xbc\x97\xc4\xc9\x3f\x3b\x41\xd8\xba\x1f\x0f\x92\xa8\x5d\x69\x1f\xd4\x66\x96\xcc\x40\x2c\xa8\x45\xf4\xef\xc1\x81\xa5\x7a\x3c\x04\xdd\x5a\x6d\x04\x82\x41\xcd\x7a\x9c\x9f\x8c\x83\x87\x98\x97\x27\xe3\x6d\xa8\xf3\xf2\x60\xe3\xb2\x4d\xf2\x41\xad\xd6\x75\x1f\x41\x30\xe8\xb6\x01\x3d\xa8\xd9\x6c\x13\x7b\x08\xfd\xb0\x4d\xe6\xa9\x10\xff\xe6\xf2\xea\xcf\xf4\xea\x69\x3b\xeb\xa1\xdf\xb7\x30\x7b\xa8\x7f\x1c\x00\xac\x76\x7d\xfa\xbf\xc3\x44\xab\x20\x10\x74\x7b\x53\x3e\xa1\x99\x6a\x2e\x77\x1e\xaf\x3f\x32\xe8\x3f\x88\x45\xf6\x4e\x78\x3a\x06\x68\xe9\x98\x9f\x7e\xc2\xa9\xbb\x3e\x88\x9f\x16\x13\x8c\x26\x07\x05\x3d\x03\x57\xd1\xe1\x7a\x0c\xf8\x9e\xdc\x20\xa8\x48\x87\x37\xe0\x06\x4c\xfc\x1e\x24\x17\x1b\xa8\x9f\x25\x99\x64\x21\x04\xd4\x67\x06\x67\xac\xfe\x8e\x78\x0c\x5c\x0e\x62\xaf\xc3\x07\xe6\x90\x6d\x28\x20\x04\x64\xbb\x22\xff\x20\x02\xe8\x72\x3e\x67\x78\x7f\xa8\x7f\xe2\x3a\xb2\x0f\xe7\x19\xc4\x5b\x9b\x01\x31\xb3\xd8\xff\xf0\x98\x59\x6d\xf2\xa0\x76\xc8\xe2\x24\x9e\xf0\xb6\x11\xa7\xf5\x44\x9c\x87\x24\x81\x40\x08\x28\x3e\x8c\x77\xb8\xba\xaa\x3d\x82\x5e\x85\x40\x5d\x41\x00\x28\x42\x64\xad\x0f\x6a\x30\xab\x11\x1e\xb0\x51\x5a\xf5\xf7\xe1\xfa\xa9\xfe\x08\x72\xdd\xc4\xe9\x3d\x70\xfa\xb6\x51\x81\x00\x90\xfd\x78\x3d\x8b\x13\x2f\x76\x50\x78\x70\x7d\xb6\x8d\x82\x08\xff\x3a\x45\xac\x88\xf0\x6f\x7d\xf7\xf7\xec\xa7\x2f\xcb\x8b\xab\xb6\x0e\xf3\x1b\x9c\xb7\x24\x2f\x00\x1a\x8b\xc7\x43\xc4\x7f\x37\x27\x15\x11\xfc\x82\x2a\xae\x44\xec\x57\x01\xf7\xd4\x77\xcf\xdf\x00\x82\x15\x00\xc6\xe6\x38\xa7\x77\x0f\xc9\xcc\xdf\x73\x7e\xbb\xdb\x03\x0e\xa5\xfa\xf7\xa8\xf5\xb4\xbf\x00\x30\xb6\xee\xf6\x13\x41\xb3\xba\xbc\x2f\x39\x00\x2c\xf9\x03\xa0\x58\x14\x11\x5f\x01\x40\xac\xde\xaf\x37\x73\x1f\xb4\xbe\x20\x06\x64\x13\x3b\x10\x03\xba\xd7\x2f\x22\xfe\x8b\x24\x43\x00\x05\xb3\xef\x23\x18\x81\xc5\x06\x76\x10\x00\x8a\x1f\x0b\x30\xfd\x8a\x22\xfc\x2b\x98\x7e\xbd\x8b\x39\x23\xc2\xbf\x4f\xed\x2f\x11\xfd\xcd\x71\x71\x60\xec\x75\x1b\xe4\xc1\xcc\xab\xd3\xeb\x83\x0e\x3f\x79\x7f\x51\xeb\xd8\x26\x12\x18\x7a\xb5\xbb\x1c\x71\x4e\x2e\x87\x03\x89\xdb\xc7\x9b\x54\xf7\x15\x84\x80\xbe\x79\xfc\xa8\x81\x36\x3d\x76\x6f\x0f\x62\xad\xf1\x77\x10\x0b\xa4\x96\x05\xd3\xae\x57\xcf\x0f\x84\x80\x5d\x8f\x43\x60\xd8\x39\xce\x2c\x30\xec\x84\x6c\x5e\xdf\x50\x13\x89\xbe\x80\x41\x57\x9b\xe8\x03\x88\x00\xdd\xcc\x4f\x20\x02\x08\x33\xb0\xbe\x23\xbc\x29\x35\x5e\xbc\x07\xb3\xd7\x23\x82\x6e\x7d\x5e\x50\x8b\x26\x31\xbb\x60\xc4\x95\xec\xf3\x87\xeb\xb4\x1d\x9e\xc0\x8c\xab\x66\x46\xc1\x7c\x6b\xf6\x4e\x03\xe3\xad\x58\x0d\xf9\x2e\x61\xa1\xda\x9b\x11\x8c\xb6\x6e\xc9\x3a\x30\xda\xb6\xfe\x47\x06\xfd\x17\xce\xaf\xf9\xf0\x1e\x21\x06\xaa\x31\x24\x07\x7b\x17\x01\xa8\x56\x92\xd4\x04\x01\xa0\x66\x9b\xcb\x4b\x02\x91\xe9\xcd\xc6\x5b\xe2\xeb\xf2\xe1\xed\xe5\xa0\xb7\xf7\x0a\x6f\x04\x4d\x36\xe0\x55\xc4\x09\xbe\xf8\x5d\x2b\xe2\xbf\x82\x18\xd0\xbe\x0e\x0b\xc4\x31\xfb\xf2\x2e\x4e\xae\x67\xb7\x47\x9c\xc7\xee\xc5\x45\x92\x18\x52\xf3\xbc\x44\xec\x0a\x90\xb0\x6d\x10\x2b\x05\x81\xb5\x88\xb8\x17\xb1\x69\x11\x71\xaf\x88\xe2\x46\x44\x7d\x29\x9f\xc7\xb0\x6d\x20\x68\xa7\xa6\x72\x0a\xd7\x69\x97\x81\xa3\xf9\x48\x2a\x6d\x03\xdd\x55\x71\x0d\x8d\x88\xf9\xaa\xa0\xb8\x46\xc4\x7c\xfb\x6e\x2f\x1c\x0e\xa6\xca\xf8\xed\x27\x8d\x97\x88\xdc\xd2\xd5\x1e\xa8\xd5\x82\x27\x69\x11\x21\xdf\x37\x8d\xbf\xb0\x5f\x9b\xfa\xab\x78\x57\x4d\xd5\xd7\x80\xff\x51\xfb\x35\x0c\xfc\xea\x1f\x78\x11\x61\x51\xb5\x2d\xb0\x9c\x3e\xc4\xb5\x6d\x10\x9f\x99\x55\xdf\x08\x1a\x9c\x9a\xff\x12\xcb\x87\x38\xd9\x46\x04\x7d\x17\x67\xd8\xb6\x16\x3a\x61\xb7\x87\x9a\xa3\x6b\x3d\x1a\x41\x84\x4d\xfb\x07\xa0\xe7\xee\xf5\x6a\xb8\xba\x4e\xcd\xbf\xc5\x63\xa4\xf2\x22\x4e\x43\x71\x1a\x2d\x22\xec\xe7\xd0\x7c\x47\xa8\xbd\x5c\x1f\xae\x9e\xae\x27\x48\x32\x6b\xfd\x26\x0e\x16\x59\xed\xa3\xf6\x95\x5a\xa8\x6d\x13\xef\xb7\xea\x72\x3c\xfe\x9a\x1f\x71\x13\x82\xd3\x69\x5b\x78\x27\x25\xad\xcf\x91\x61\xf6\xd4\x1f\xae\xcb\xc9\xed\x1d\x60\xa1\xed\xda\x1f\xd4\xb2\x8a\xdb\x68\x44\xf4\x57\x49\x02\x8d\x88\xfe\x92\xbc\x7e\x67\x78\x23\xaa\x7f\xe0\x46\x24\x89\x35\x72\x0d\x65\xa9\x39\x1b\xf9\x83\x8a\xd0\x72\x5b\x24\x10\xda\xbd\xdf\xa8\x55\xfb\xae\xf9\xe1\x30\xf1\x35\x1f\x1c\x24\x86\xf7\xfb\xc6\x06\x55\x5d\x46\xed\xbc\xe9\xf7\x37\xae\xc1\xbe\x3f\x81\x00\xe2\xfd\x0d\x04\x90\xa9\xf5\xc1\x7b\x2a\x7b\x3f\x91\xe4\xa4\x86\x6b\x1b\x92\x5b\x2e\xae\x47\x4d\xbf\xb9\x9e\xf3\xdd\xd4\x3f\x6a\xc8\xf2\xf5\x7b\xe8\x8d\xf6\x9b\x08\xff\xaa\xc7\xb2\xfd\x44\xf4\x6b\xfc\x3b\x9a\x0a\x31\x13\x6d\x27\x34\xa1\x7e\xd4\xac\x6d\xdf\x98\xdf\xd4\xef\x71\x98\xe8\x5f\xe5\x88\xe8\xd7\xf7\xe0\xf9\xcb\x66\xd7\x40\x04\xc8\x75\x57\x39\x21\xf9\x7e\x24\x8f\xb6\xe7\x08\x1a\x9e\x2a\x03\x9f\x33\x5d\x0e\xb8\xa7\xaa\x32\x68\xce\xda\x9f\x3d\xe3\x1d\xf8\x47\x36\x97\x16\x29\x91\x92\x1b\x03\x88\x4e\xf0\x13\x0d\x78\x80\x22\xe0\xb5\x46\xf8\x7f\x93\x5a\xa1\x11\xe1\xdf\xa4\x86\x6a\xe4\x45\xca\xe2\x94\x5b\x24\x46\x2a\xd9\x65\x5e\x6a\x11\x93\x48\x8d\x24\x3f\xec\xb6\x23\xf6\x29\x37\x54\xdb\x31\x80\xc9\xa0\xdf\xf6\x1a\xae\x99\xda\xcc\x16\x6a\x0b\xb5\x8f\x41\x4c\x6a\xb9\x06\xa6\x64\x2e\x6e\x2f\x92\x2d\xe9\x31\x20\xe2\x3f\x0b\x7e\xa6\x11\xd1\xdf\x7c\xd8\x89\xd8\x2f\x32\x80\xb6\x9d\x20\xaf\xe4\xf9\x76\x0e\x8f\x0f\x4b\x0f\xc9\x46\xed\xf7\xb8\x6c\x6a\x1f\x2c\x25\xd9\x10\x96\xcc\x03\x71\x50\xfb\x03\xd7\xd5\xcd\xf5\x18\x08\xa7\xd6\x6b\x84\xf7\x95\xfa\x43\x6d\x59\xbc\x7f\x13\x83\xb7\xfb\x83\xd8\x25\x1f\xde\x49\x9c\x8a\xc7\x37\xc3\xa0\xaa\xf5\x9c\xe1\x1d\xa2\xf6\x8f\xf0\x4e\xd1\xfa\x41\xbc\xe4\x4a\xde\xf6\x03\xf8\x8b\xa4\xf1\xe2\x5a\x2e\x35\x56\xdb\x03\x3b\xee\xab\x0c\xf3\xe2\xc3\x7f\xc2\xf9\x8a\xd8\x07\x02\xc0\xdc\x5d\x3e\x70\x7d\x55\xff\x67\xb8\xbe\x6a\xbe\x04\xd1\x2a\x69\x55\xdb\xb1\x01\x49\x12\x6c\x7b\x48\x8a\xde\x2f\x1c\x2a\xb2\x1e\xb7\x3d\xf0\x35\x9b\xbf\x0f\x35\x93\xda\x7f\x02\x7d\x57\x65\xe2\x2e\xe4\x30\xd2\x88\xe0\x2f\x5f\xf7\x01\x35\x92\x80\x07\x5b\x44\xf4\x77\xef\x07\xde\x5a\xdb\x70\x79\xad\xcf\xd7\x7d\x78\x83\xb8\x7c\xda\x8f\x88\x7e\x79\xff\x34\x22\xf6\x8b\x32\x10\x34\x22\xf6\x0d\xdd\xde\x88\xd8\x2f\xca\xb5\xd4\x48\xfb\x53\x15\x34\xd8\x52\xa4\x4b\xe9\x6e\x1f\x49\x5b\xf7\x23\xed\x91\xd7\xc3\x65\x88\xb5\x1e\x8f\xb4\x83\x5d\xa5\xf3\x91\x22\xc8\xb5\xb8\x1c\x36\x8d\xa1\xf2\x8b\x6b\xb3\xda\x23\xa8\xb5\x7a\x7c\x29\x32\xf0\x55\x95\xb1\x49\x69\xbf\x88\xf0\x6f\xad\x6a\xfc\xa0\xc0\x2a\x74\xa0\x91\x0f\xa8\xc8\xc6\xd5\x40\x00\x30\x74\x7d\x4b\x39\xee\xaf\xfa\xc3\x66\x22\x1b\x49\x4b\x38\x00\x54\x11\xeb\x54\x88\xf3\xd1\xe3\x47\x84\x7f\x95\xf7\x67\x23\x27\x50\x1f\x22\xce\x09\x6f\x30\x65\x2f\x6a\x44\xfc\x1b\x2a\xbf\x45\x84\xbf\x6c\xd8\x2d\x45\x10\xeb\xd0\x78\x40\x7b\xf7\x63\x92\xc2\x81\x4a\x8f\x41\xea\xa8\x35\xc5\x3c\x24\x80\x32\x77\x8f\xa7\x47\xff\x5a\x2f\x0c\xf0\x72\xf0\x68\x44\xe8\x57\xc5\x3d\xb5\x14\x88\x20\x1e\xdf\x08\xfa\xa0\xfe\x41\xf7\x6e\x5e\x1f\x24\x2f\x33\xbb\x04\xdd\xd7\xf9\x47\xb9\xba\x1a\x11\xf9\x35\xbb\xb3\x30\xb8\x8b\xf8\xa5\x19\x3a\x57\x2d\xc6\xc4\x00\xe8\xc5\x59\x9c\x57\x97\x81\xb2\x11\x61\xdf\xab\x17\xeb\x64\xb3\xbc\x38\x67\xa8\xc1\x34\x58\xbc\xb1\xe4\xfd\xd0\x48\xad\x57\x05\xe5\xdd\x12\x9c\x50\xf2\xe5\x42\xcd\xb4\x7b\xb3\xe0\x84\x86\x88\x67\xba\xf0\x1e\x12\xb1\x8d\x88\xfc\xe2\xc3\x80\xa4\x34\xbf\xca\x01\xcf\xa0\xf1\x5e\x18\xec\x44\x3c\x13\x6a\x29\x01\x07\x36\x22\xf8\x73\x15\xe7\x97\x6e\xd4\x42\xd9\x65\x80\x12\xb3\xbf\x0f\xe0\x4a\x8d\x0f\xc9\x6b\xf7\xe6\x11\xe1\x3f\x77\x7f\x8f\xc3\x82\x88\x59\x44\xf8\x9b\xb8\x92\x1f\xb0\x48\xa7\xdb\x52\x18\x8c\x45\xbc\xd2\x83\x0d\xc1\x87\x0f\x03\xb2\x52\x17\xb4\x14\x06\x64\x11\xbf\x04\xdc\x89\x1f\x5b\x22\xfc\xf3\xf4\xfa\x02\x5c\xd9\x4d\x2c\x5e\x0c\x8c\xdd\xe5\x58\xaf\x4f\xff\x39\xb0\x99\x34\xbf\x1c\x41\x6c\x1f\x35\x44\xcb\x5b\x38\x88\xa8\x1c\x79\x44\xc4\xcc\xe4\xc4\xe3\x2e\x62\x41\xc4\x7c\x9b\x7a\x2c\x72\x0e\x07\x0e\xf5\x07\x76\x99\x1c\x28\x5a\xce\x11\xb1\xde\x54\x0e\x57\x52\xd5\x13\xf1\xae\xa0\xd0\x96\x61\x76\x14\x57\xd4\x32\x41\x6d\x72\x5d\x6d\x99\xd4\x12\x4a\xf5\xd0\x32\xae\x9f\xd5\xbf\x6f\xe8\xa0\x75\xde\x23\x02\xdd\xcc\x5a\x6e\x3c\x86\x3a\xdf\x19\x1d\xf7\xd4\x63\x44\x44\x79\xdf\xbf\xea\x71\xd5\xd5\xe3\x9f\x3b\x71\x60\x3a\xff\x44\x98\x57\x05\x59\xb6\x8c\xb7\x65\x15\x31\xcd\xe1\x90\xf3\x55\x3f\x59\x5f\xcd\x67\x84\x77\xa8\xfa\x47\xcd\xe2\xfd\xce\x13\x9b\x92\xee\x33\x11\xea\x59\x6a\xce\x96\x01\x62\xfc\xaa\xff\x51\xab\xa8\xbd\x63\x47\xed\xa5\xfd\x05\xf8\x56\x6a\xb4\x46\xc4\x7a\xeb\x5e\xef\x83\xf3\x35\xfd\x7b\x1c\x16\xf4\x18\x66\xd4\x30\x8a\x63\x6a\xf9\x88\xa4\x9e\x2a\x5f\x20\x84\x0c\x8d\x1f\x6f\x37\x65\xa1\x6c\x00\x7b\x67\xa9\xf5\x1a\x68\xdc\xc5\x8f\x71\xc0\x71\x77\xaf\x2f\x08\x1c\xbe\xaf\x99\x38\xab\xe1\xf5\xbb\xc3\x4c\xa0\xf5\xfe\x91\x94\x34\x1e\x82\x42\x9b\xc7\x1b\x41\xa1\xae\x7f\xc3\x1b\x4f\xfd\xbd\x01\xa7\xa4\xfe\x5e\xe2\xde\x3e\x36\xed\x56\x82\x19\xd0\x7d\x8a\xa0\xeb\xa1\xf9\x17\xf2\xec\x08\x68\xb4\x95\x70\x05\x2f\x2e\xc3\x8c\x68\x7d\x0a\xae\xdf\xca\xe2\xd9\x4a\x02\xb8\xd6\xf5\x09\xfa\x22\x66\xa7\x24\x98\x7b\xed\x6f\xc9\xa0\xdf\x6f\x7f\x24\xb9\x10\x31\xdd\x15\x64\xd8\x0a\xae\x75\x4d\x9c\x64\x69\x1b\x9c\xb5\xea\xc1\xf2\x6a\x5f\x65\x2e\x7f\xd5\x60\x70\x65\xb3\xda\xa5\x10\xa4\xa4\x38\x95\x56\x26\x06\xbb\xa2\xc5\x8b\xc7\x4d\x9c\x4c\x99\xb8\x9e\xba\xbd\x19\xf0\x30\xbb\xca\x78\xa3\xe8\xf2\x45\x44\xb3\x74\xd8\xad\x80\x95\x65\xce\xbe\x04\x27\xad\x97\xb9\x1c\x21\x09\xb9\xfc\x70\x98\xf5\x7b\xf2\x34\x58\x2d\x51\x4e\x92\xf2\xe8\xf2\x97\x13\x03\xb4\xe7\x03\xea\xf2\x26\xce\xa5\x44\xde\x03\x71\xde\x05\x35\xa0\x5c\x65\x5b\xb9\xf0\x43\xd7\xe5\x2e\x17\x92\x9e\x1e\xd3\x12\xa9\x0a\xdc\x1f\xa9\x0a\xa4\x23\x6f\x05\x03\xb3\x5c\x7f\x5b\xe1\x31\x53\xde\x89\x56\xee\xc0\x06\x52\x7f\x37\x3a\x78\x8f\xef\x09\x07\x0a\x1d\xbe\xf0\xa6\x9a\x2e\x03\x17\xb3\xa9\x3d\x5c\x4b\xa5\xb6\x6c\x05\x03\xb3\x39\xcb\x12\x71\x16\xfe\x3e\x22\xaa\x3d\x3e\x0c\xc4\x43\x9c\x4f\x44\x58\x9b\x33\x2e\x04\xa1\x2a\x6e\xa1\x91\xd3\xb0\xf8\xb1\x8d\x08\x6c\x05\x45\xb6\xc8\x01\xa8\x38\x80\xf6\x93\xc8\x4f\xfb\x4f\xea\xbe\x22\x57\xf2\x56\x43\x8d\x28\x62\x4e\x7a\xbe\x3e\xb4\xff\xe4\xe7\x2b\x4a\x1d\xd1\x22\x22\x7b\x7a\x3c\x04\xa9\x56\x11\x17\x92\xf0\x65\xb9\x2e\x37\xb2\xf0\xb5\xac\xcb\x57\xf3\x44\x12\x56\xfb\xe1\x8d\xf4\xb1\x29\x36\x22\xb8\x8b\x1f\xdb\xfa\x93\x4c\x59\xdf\xe3\x6d\x24\x6f\xc0\x56\xe1\x94\x15\xc4\xda\x2a\xde\x44\x8a\x00\x6f\x95\xb8\x89\xd1\x5d\x0f\xf1\xd1\x79\xa9\xc4\x49\x08\x78\xb1\x11\xf1\xdd\x84\x85\xd7\x2a\x36\x16\x79\x6f\x35\x22\xc0\xbb\xf2\x16\xb5\x1a\x79\x8b\xf4\x98\xd7\xc8\x5b\x24\x35\x4f\x6d\x48\x6e\x52\x53\xd5\x16\x92\xaa\xda\x23\xb4\x41\xde\x95\xad\xf2\xb8\x5a\xcd\x52\x3b\x36\x30\x3d\x46\x95\x38\x2d\xc1\x3f\xb5\xda\x23\xaf\x93\x7f\x1f\x8f\xa7\xeb\x09\x32\x74\x3d\x90\xf6\x7e\x6c\xea\x08\x03\xb5\xda\x1f\x04\x61\x4b\x12\x8a\x88\x74\xab\x0d\xeb\x08\x1b\x8f\xe6\x17\x08\x0a\x52\xbb\xd5\x89\xc1\xdc\xeb\x19\x36\x0f\xef\x27\xa1\x0f\x66\x3e\x6a\xa0\x22\xfb\x3c\xcc\xc8\x07\xe9\xf6\x71\x78\xd1\xfd\x27\x81\x62\x35\xb3\x5c\x8f\x7f\x97\xf4\xab\x55\x42\x29\x76\xaf\xdf\x11\xeb\xa3\xf6\x40\x70\x30\xbd\x25\x28\xbd\x6f\x7a\x0c\xeb\x01\x70\xa7\xef\xc7\x89\x2b\xbe\x24\x4f\x32\x23\x16\x01\xb5\x36\x52\x23\x3a\xc9\x58\x23\x35\x62\x9d\xdb\x1f\x49\x2e\x35\xbc\x65\x36\x2d\xde\xc5\xe2\xf9\x72\x5d\x81\x4d\xa5\xc1\x5c\xe1\x87\xae\xc9\x5c\xe8\xa0\x45\xdc\xc8\x60\xd8\x86\xd4\x24\x15\x62\x68\x1d\x64\xc5\xb5\x54\x49\xb9\x5a\x7d\xb6\xef\x8c\x68\x8d\x08\xf9\xb2\xf9\xf2\x04\x64\xbc\x2f\x03\x6a\x8a\xe4\xc3\x4f\x1c\xc6\xac\xfe\x1e\xec\xb2\xe9\xf6\x51\x0b\x14\xff\x9e\x08\x6a\x49\x16\xf5\x8d\xa0\x38\x8d\x2f\x38\x0b\x71\x02\x15\xec\xad\xdd\x9b\xfb\x46\x7e\x07\xf5\xf7\x86\x8e\xfc\x73\x98\x88\xd0\xcf\x02\xea\x6c\x2d\xbc\xc3\xb4\xb9\x44\xec\x17\x8f\xb7\x61\xa0\x1e\xe2\x14\xda\x06\x2a\xb2\x88\x1d\x49\x1c\x8b\x92\xe2\x37\xb2\x38\x76\x65\xf8\x6e\x0d\x35\x86\x1f\xdf\x86\x24\xa0\xb8\x81\xd6\x22\x6d\xb7\x0e\x07\x08\x01\xb5\x48\x0d\xd0\xf6\x8a\xcd\x63\xaa\x0c\x56\x94\xd4\x08\x24\x7e\xac\x8a\x7b\x69\x0d\xec\x2e\x41\xdc\xb7\x96\x02\x45\xd5\xf5\x1d\xd7\x63\xcd\x2f\x22\xca\xf5\xd8\x36\xbc\x73\xaa\xe7\x0b\x22\x81\xf2\xa9\xb4\x86\x4e\x58\x71\x13\xad\xe5\xc8\x47\xa1\xf6\x50\x83\x0c\xf7\x8f\x1a\x64\xdf\x5c\x7f\x30\x7e\xcd\x2f\x50\x99\x25\x89\xb6\xc8\x7d\xaf\xc7\x91\x4c\x95\xb5\xbb\x3d\xe2\x50\x6c\x73\x69\x91\x7f\x64\xf8\xf7\xd8\xe4\x3c\x7e\xf2\x87\x58\x47\xdf\x2a\x11\xde\xd9\x65\xe2\x88\x24\x69\xb6\x0a\x90\xa6\xd7\xb7\xc6\xfa\x6a\xbe\x2d\x5c\xa5\x55\x8f\x0d\xca\xcc\x4d\x23\x82\x5d\x10\xfa\x8d\x6c\x99\x7d\xec\xfe\x7d\xb8\xaa\xab\xbf\x60\x06\x7d\x1e\x03\xc8\xd5\xfb\x85\x1a\xc6\xcc\x14\x19\x34\xb3\x25\xbf\xd6\x23\x23\xa4\xe6\x03\x8a\xb4\x1c\x00\x5a\x03\x35\xba\x7b\xbf\x02\xdb\xcb\xe3\x05\xb8\x55\x0e\x17\xad\xc1\x7c\x0a\xde\xa5\x35\xd4\x32\x53\xf7\xb5\xe1\x4d\x68\x7a\xd3\x80\xcc\x9f\xbe\x3f\x03\x35\xae\xc7\x8f\x9a\x78\xd3\x63\xd7\x22\x9f\x89\x1e\x83\x86\x1a\x47\x41\xb8\xad\x01\x91\x6f\xe6\xa7\x91\x34\x6d\xe8\x71\x6a\x33\x98\x17\xb7\x17\x70\x3f\x1a\x3f\xde\x8b\x26\xc6\x0d\xc9\x6c\x17\xfd\x6c\x41\xdc\x45\xff\x5a\x40\xea\x4b\x6d\xde\x40\xb1\xae\xde\x7f\x42\x13\x2c\xb9\x81\x70\xd1\xeb\xd7\xf7\xa4\xe0\x10\xfd\x6b\x60\x8f\x7d\xed\xe7\xf9\x40\x8f\xd4\x7f\x24\x68\xd2\xe3\xd0\x08\x1d\x50\x10\x7c\x6b\x68\x7a\x92\xf7\x8b\x38\x26\xc5\xa1\xb5\x16\xde\x90\xa6\x2f\xa4\x00\x51\x5c\x60\x6b\x64\x4b\xda\x6b\xfa\x93\xc7\xa5\xdd\x81\xa2\xa9\xc1\x3d\xa8\x81\x44\x8c\x1b\xf9\x6d\xbf\x2e\xeb\xbb\x7d\xa7\xbf\x6c\xed\x85\x13\x91\xce\xb6\x81\xe5\xb5\xc9\xc0\xd5\x16\xb1\xce\x56\xa3\xb4\xc8\x0f\x62\x62\x40\x90\x9d\x0d\x6e\xc0\x73\x34\xab\x69\x80\xe7\x68\x36\xd8\x35\xe0\x08\xbe\xdb\x0b\x1b\x84\xeb\x41\x01\xd5\x61\xeb\x1b\x92\x97\x36\x27\xe0\x3d\x14\xc4\xd9\x80\xf3\x70\xfa\xce\xd6\x03\x71\x20\xb9\x3e\xf2\x5d\xb8\x4c\x8a\x01\x11\xdb\x0e\xb1\xce\x9a\x4f\xdf\xc3\x01\x42\xed\x05\x0a\xad\x88\x6b\xdf\x03\xde\xc1\xbf\x0f\x49\xe5\x33\xff\x9e\x08\xba\xd4\xe5\xed\x10\x6b\x79\x47\x35\xe0\x3f\x9c\x5e\xb4\xf5\x14\x41\x74\x5d\x65\xbc\x51\x74\x59\x3b\x99\xb3\xb7\xaf\x72\x40\x94\xab\xff\x44\x04\xbc\x88\x7b\x87\x98\x9b\xf3\xed\x41\xcc\xfd\xfb\x08\x22\x74\xff\x78\x33\x59\xac\x26\x5d\x6f\xb7\xda\xa7\x97\x08\xca\x74\x39\x92\x6b\xa9\xbd\xf0\x5e\x12\x73\xd2\x4b\x64\x64\xd4\x7c\x6a\xc4\x09\xe9\xf7\x35\xe0\x61\xa6\xca\x70\xa6\x9e\x0f\x9c\xb9\x5c\x65\x5b\x0f\x14\xee\xea\x7a\xbc\x1d\x3d\x1e\x88\xbb\x39\xdb\x8e\x37\x92\x2f\x6f\xc7\xaf\xff\x6b\x3e\x01\x37\xb2\xbb\xbc\x63\x83\xd2\xf7\x81\x5d\xe6\xf3\xd7\x43\x0d\xac\xf5\x42\x0d\xe6\xc7\xba\x87\xda\x4b\xc4\xaf\xc3\x89\x9b\xf3\xed\xa0\xda\xda\xa6\xd9\xc3\x1b\x53\xf7\xa3\x07\x62\x82\x88\x19\xf0\x25\xc5\xc4\xbb\x8f\x50\xf3\x69\x3c\x70\xe2\x56\x13\x03\x6f\x52\xb2\x98\x97\x3e\x03\xf8\xd5\xf5\x38\x08\x78\x3d\xd1\x24\x74\x9f\xe7\x89\x5a\x56\x8f\x73\x27\x5f\x89\xe0\x83\x5a\x3f\x00\xba\xd5\x63\xd7\xcf\xc0\xba\x53\x7f\xa4\x08\x98\x9e\xef\x19\x6a\x62\x7f\x1f\x19\x55\x35\x7e\x88\xe7\x26\x49\xb6\xa3\xe6\xf2\xe3\xd4\x23\xae\x4a\xf4\xac\xdf\x61\xe3\xd1\xf7\x91\x74\x50\xcc\x60\x27\x28\xd9\x8f\x61\xbf\x43\xad\xa6\xf9\xe2\x7d\x99\xbd\xbe\xd0\x4b\x4b\xba\x1d\x2c\xc5\x29\x1b\x62\x47\x4d\xad\x20\xe9\xd6\x03\x1b\xd1\xe7\x6f\xd1\xcf\xb2\xfb\xbe\xbe\x71\xdf\x34\x1e\x52\x8a\xd8\x26\xf6\x03\xdf\xe2\xfb\x40\x1c\x94\x99\xdd\x8e\x5a\xcd\x0e\x19\xfd\x0d\x57\x6b\xff\x9e\x7c\x2c\x7a\x7c\xc6\x1e\x0e\x3e\x55\x65\x80\x70\xf5\xb8\x0c\x42\x1b\x6c\x13\x1a\xd0\x2f\xe5\x77\x6a\x23\x80\x60\xfb\x9f\xa4\x33\x6e\x03\xb8\x85\x39\xfd\xe3\x70\x65\x55\xe3\xa8\x09\x92\x88\xf7\xc8\xe1\xba\x5c\x54\x9e\x88\x6d\x1a\x5c\x46\x2c\xd6\xe1\x19\x39\x0c\x5a\x6a\xaf\xc4\xe5\x74\x19\xc9\x41\x8f\xc5\x28\x61\x30\x54\x7f\x64\xb6\x53\x3e\x8f\x36\x48\x11\x60\x4e\x6d\x00\xf1\xaf\x7c\x0d\x6d\x44\x1c\x86\x88\x71\xc0\xb3\x64\x5d\xae\x01\x31\x32\xb1\x04\xae\xa5\x08\x12\xbe\x8d\xc6\xe5\x90\xce\x75\xf4\x80\xbf\xd1\x7c\x41\x55\x2d\xae\x1f\x3b\x90\xf1\x6a\x0f\xd7\x44\xb9\xde\xb6\x41\x50\x69\xef\x6a\x1f\xb5\x9f\xfc\xee\xdb\xc0\xe0\x2e\x57\xed\x36\xd6\x65\xce\x4d\x87\x6b\xcc\x78\x7c\x34\x7e\xc4\x68\x45\x98\xb7\x71\x90\xbc\x47\x9c\xf4\x80\x93\xb2\x9a\x6c\xe0\x8a\x2d\x6c\xb1\x16\x70\x2b\x96\x0c\x06\xa8\xac\xc9\xe3\x3b\xc2\xb5\x56\xdf\x9f\x70\x6a\x9e\xcf\x19\x71\x37\x5a\x5f\xe2\x92\xaa\xf7\x03\x57\xee\xed\xab\x8c\xb7\x91\x0f\x6f\x04\x69\x7a\xfd\xae\x48\x61\xa0\xf9\xfc\xa0\x56\xfb\x7b\xb0\xb1\x7c\xd8\x41\xb1\xee\x5e\x9f\x9b\xfc\x3c\xd3\xe5\x8a\x43\x86\xd6\x13\x1b\x97\xbd\x87\x02\x8e\xe5\xeb\xbc\xa0\x53\xdf\xbd\x1f\xb8\x6a\x2b\xee\xa9\x0d\x24\xeb\xe4\xcb\xf8\x10\x84\xe8\xcb\xfa\x84\xf7\x94\xeb\x81\xef\x11\xa7\x3e\xde\xb0\x69\xaa\xfd\x37\x6c\x20\x9a\x0f\xae\xd9\x8a\x9b\x69\x93\xfc\x22\xca\x67\xd4\xe6\x86\xe4\xbe\xb9\x1c\x36\xb5\xaa\x72\xa8\x75\x3f\xeb\x35\xf7\xd8\x7f\x7d\x1f\x92\xa4\x1e\x9b\x09\x5c\xd2\xf0\xf7\x19\x54\x5e\x31\x5f\x93\x38\x8d\xec\xfe\x4a\xd8\x1c\x3e\xe3\x9f\xf1\x98\x8b\x5e\x04\x1c\x89\xbc\x3b\x5b\xc0\x91\x28\xd3\x62\x03\x8e\x24\x2b\x65\x42\x9b\x15\xc4\x0c\xad\x7f\xc0\x93\x28\x03\x6d\x9b\x3c\xfe\x4d\x92\x12\x70\x25\x45\x71\x4d\x6d\xb6\x00\x1e\x55\xfb\x2d\x24\x23\x8d\x1f\x87\x1c\xc1\xb3\xb4\x40\x1c\xb1\x9a\x1c\xc4\x91\x56\xa7\x7f\x8f\xc1\x5b\xf4\x61\xf6\xc8\x67\xa3\xf9\xc3\x0c\x28\x4e\xae\x81\x40\xd2\x4d\xbc\x67\x27\xd9\x96\xe7\x47\x68\x85\x99\x85\x39\x43\xf2\xd5\x78\x26\x36\x0d\xd1\x93\x40\x0c\xf1\x63\x3a\x43\xcd\x25\x66\x73\x1e\x21\x99\xe9\xf7\x27\x6a\x77\x31\x27\x81\x18\x62\x4d\xd2\x04\x81\x41\xe9\x98\xdb\x0c\xd4\x78\xb7\x4f\xf2\xc3\xa9\xf3\x3a\xaf\x40\x24\x51\x7b\x17\x0e\x48\xa2\xef\xf3\xc7\xe6\xac\xf5\xe3\xbc\x8f\xfd\x8f\x6c\x2e\xc0\x79\xe4\xea\xc5\x7a\x03\xb5\x58\x93\x79\x83\xb8\xb9\x8c\xf7\x87\x0c\x56\x07\x41\x53\x82\xcc\x6e\x07\xde\x2a\x36\xa0\x01\xd7\x51\x84\x62\xdc\x8e\x3d\xd2\x13\xbb\x9e\xb8\x16\xff\x9e\x20\x29\x1b\x24\x0f\xb0\xc9\x4c\xfc\x80\xef\x68\x36\x70\x1d\x29\x72\xf7\x17\x95\x03\xee\x41\xf5\x99\x88\x67\x5d\xde\x23\x83\x65\xa5\xcb\x71\xac\xc7\xb1\x2a\x39\x56\x3b\x88\xe0\xb5\xeb\xe1\xc1\xe3\x68\x07\x80\xa3\x14\x38\x21\x97\x89\x73\xd1\xe5\x3d\x0a\x06\x4f\x11\xdf\x03\xc8\x73\xa1\xae\xb6\x63\x5d\xce\x6a\x4e\xf0\x00\x6b\x4c\x10\xf5\xed\xe0\xf2\x65\xf7\x0f\x3c\x84\x75\xa6\x47\x8b\xc7\x52\xbf\x47\xcd\x61\x35\xe6\x81\x37\x88\x20\xb9\xdb\x31\x90\x1c\xbd\xfe\x70\xba\x26\x4e\x07\x99\xf7\x7c\xd8\x8e\x01\x67\x2f\xe2\x7c\xa0\x36\x50\x50\x6d\x3b\xc0\x0e\x9b\xe2\xd4\x0f\x10\x0f\x2c\x79\x1c\x47\x04\xa1\x69\xbe\x3c\x3e\xca\x55\xde\x8e\x33\x50\x97\x35\xbf\x2b\xfc\xf6\x55\x7f\xe1\x50\xe0\xfd\x88\x74\xd6\x7a\xdc\x0e\x92\x4b\xd9\x06\x73\xdc\x41\x4c\xf4\x7b\x5c\x49\x4d\x6c\x0e\x38\x39\x3f\x6e\x27\x71\x33\xf6\x16\x3b\xc9\x87\x32\xc5\xfc\x00\x37\xd2\x04\x5c\xd9\x4e\x5c\xd1\xb3\xce\x0b\xf0\x23\x45\xe9\xb9\xdb\x49\x82\x6c\xeb\xc4\xcf\x48\xde\xa6\xf1\x9d\x29\x50\xb7\xd5\x1e\x40\xa4\x42\xa1\x6d\x27\xc9\x9f\x94\xdc\xa9\x9d\x19\x20\x4f\x11\xc7\x13\xd7\x4f\xc5\x5d\xb5\xb3\xa0\x49\xd0\xfd\x3b\xc9\x57\xd2\xdd\x3f\x41\xaf\x8a\xdb\x69\x67\xe4\x57\x12\x71\x01\xfe\x24\x4f\x31\x77\xc0\x8f\x54\xef\xe7\x09\xb0\xa4\x0d\xc6\x27\x58\x76\xb6\xf9\x00\x4f\xb2\xe4\x6b\x95\x23\x2d\xb3\xbf\x87\x59\x90\x03\xc5\x89\x4d\x46\x08\x05\xed\x04\xb5\x5a\xc9\xae\xda\xd9\x23\xa5\x84\xe6\x47\x5c\x8a\x89\x1d\xf0\x24\xd9\x92\xc9\x09\x6a\xb5\xf2\xc3\xb4\xb3\x03\x9f\x22\x62\x7c\xe2\xe0\x60\x07\x97\x73\x04\x90\xad\xc6\x07\x30\xab\x32\x89\xb6\x40\x20\xb1\x77\xd4\x89\x77\xa6\x20\xef\x1b\x08\x22\xf5\x6b\xbe\x38\x34\x55\xef\x07\x71\x23\xc2\x66\x6c\x67\x64\xce\xd5\xf9\x3d\xc3\xc6\xe1\xfd\xc4\x15\xdc\xde\x9d\x20\x72\x94\xe4\xf3\x74\x86\x37\xae\xfa\x3b\x89\x13\x94\x0d\xe6\x24\x17\xbe\xb0\xe4\x1a\x88\x1c\x4d\x69\xbc\xdb\x09\xaa\xb5\x82\x28\xdb\x0f\xc2\x86\xdb\x0f\x07\x07\xb7\x17\xde\x91\xc9\xf5\xa8\x01\x25\x49\x9d\x48\x86\x66\x9e\x40\xd8\x28\x79\xfb\x93\x38\x97\x16\xf0\x1b\xd9\x87\x07\xf8\x8d\xdd\x83\x03\xbf\xbf\x7b\xb2\xc4\x91\x28\x5f\x49\x0b\x78\x0b\x01\x47\xb6\x1f\x38\x09\x1d\x8e\x80\x7f\x30\xf1\xbf\x22\x73\xa3\x38\xc5\x8b\xc7\xa6\x6b\xf1\x2f\x0c\xb2\x02\x12\x6c\x57\xc6\x1b\x42\xc4\xe7\x22\xb9\x90\x72\x42\x37\xe0\x1e\x9a\xf2\x8f\x34\xe0\x1a\xea\xa6\xf1\x5d\x11\x21\xab\xcb\x77\xa1\x73\xb7\xf7\xc9\x85\xa4\xa4\xa0\xaf\x16\x70\x0b\x9b\x2e\xe3\x85\xb7\x90\x50\x5a\xdb\x15\x71\x1e\xe2\x54\x2e\x0c\xa2\x4d\x8f\xc7\x55\xc3\xb5\x55\xe3\xab\xc1\x39\xb9\x4c\x8e\x70\xa9\x01\xae\x8a\x5f\xba\x38\x63\xe0\x1a\x9a\x0d\x8e\x17\xae\xd2\x4a\x9e\xd5\xae\xb8\x9c\x1e\x3f\x92\xd6\x26\xef\xaf\xab\x47\x5c\x8d\x7e\xdf\x23\x19\x9b\xda\x27\xb9\x99\x5d\xad\xaf\x8e\x43\x81\x88\xc3\x05\xa4\xbc\xd5\x68\x57\x0f\xd7\x48\xad\x67\xa4\x9d\xd5\xe5\xb8\x30\xa0\x2a\x73\x67\xbb\x06\x6a\x51\x49\x16\xd7\x92\xe4\x9a\x0d\x88\xd7\x08\xec\x29\xd7\x03\x54\xfa\xd5\x1e\xae\x99\xba\x3c\xd7\x40\xad\xa5\xcb\x1c\x88\x11\xf6\x16\xba\x02\x6b\x4b\xe7\xf5\x42\xcd\x93\xbc\x1e\x4b\x32\x2c\x36\xc0\x5f\x24\x53\x1b\x9e\x2f\x71\x28\x59\x9c\xe1\x15\x41\x67\xd2\x79\x5f\x33\x6c\x04\xae\xc7\x1b\x52\x6a\x1a\x10\x28\x8a\x5d\x9d\x2f\x38\x4d\xbb\xee\x5f\x01\xf7\xa3\xcb\x1b\x88\x12\xb6\x19\x5e\xc0\xf7\x28\x8d\x75\xbb\x78\x7c\x15\x14\xdc\x2e\x0c\xa8\x36\xd0\x5e\x27\x92\x9b\xcf\x4b\x60\xdb\x79\x3d\x81\xff\x51\x9a\xdc\x76\x05\xb1\xd1\xe3\x7c\x5d\x11\xf4\xe8\xfa\x90\x3c\xd4\x5f\x64\x9e\xac\xfe\x1e\xb5\xeb\x74\x7d\x04\x71\x6a\x3f\xf1\x96\x54\x5c\x5c\xbb\x22\xf3\xa4\xe9\x01\xf9\x40\x04\x14\xdb\x2e\x50\xad\x37\x8f\xe7\x09\x6f\x52\xfd\x1e\x07\x13\xdb\xa0\x2e\xf2\x17\x59\x0d\x7b\xe1\x70\xb2\x9b\x1e\x60\x73\xfd\xa2\x27\x4f\xd8\xbc\xb4\x1e\x78\x4b\x7e\xcd\xff\x09\x87\x07\xb5\xf7\x93\xc2\xc3\x65\xce\xaf\xee\xfb\x8d\x5a\xdc\x8f\xed\x4d\x4a\x0d\xab\x35\x41\xd0\xa8\x76\x90\x00\x21\xa3\x16\x3d\x76\x20\x64\x54\x21\x2a\xb4\x1b\xb5\xb8\x1d\x32\xee\x1d\x9b\x89\x1e\xa7\x3b\x01\x3c\x3b\x5d\xe6\xb1\x11\x73\x18\x88\x1a\xd6\xa4\xdc\x29\xe2\x82\x3e\xf3\xbf\x61\x5e\x3c\xbf\x9b\x94\x00\xbe\xdf\x77\x8e\xe4\x77\x4d\x65\x24\x11\x9d\xa7\x1b\xb8\x1c\x4b\xc2\x77\x86\xde\x4f\xff\x3e\x50\xcc\xff\xc8\xe6\x72\xe3\x2d\x56\x3c\xd9\x00\xde\xd3\xe6\xde\x18\x2c\xed\x27\x7d\x43\x3c\xed\xaa\x76\xd7\xf0\xae\x50\xe7\x70\x36\x4a\xf3\xda\xee\x16\x41\x87\xfa\x3d\x11\xba\x82\xab\x68\x77\x8b\x88\x74\x2d\x16\x41\x70\xbe\x8c\x77\xf8\x7d\xeb\x71\xb8\xf1\x2e\x51\xd0\x66\xbb\x7f\xc4\x56\xfd\xbe\x07\x71\xd2\xf8\x41\x05\xee\xde\x7c\x74\xd8\xf6\x6b\xbf\x7f\x82\xe6\xb4\xd8\x18\x14\x9b\x0f\x4f\xb8\x76\x7a\xbc\x70\x3a\x02\x86\x6c\x77\x60\xab\x89\xf8\xdf\x04\xd5\x09\x3b\xa8\xdd\x4b\x12\xa8\x4a\x6b\xdc\x6e\x0c\x8c\xd5\x87\x09\xec\xb5\xe9\xcd\x44\xe7\xed\x20\xa9\x1b\xce\x67\x48\x6c\xbf\xe1\x7c\x86\x0f\x17\x41\xae\x8e\x03\xb8\xaf\x78\x4c\xd5\x5e\x48\x02\xdd\xf5\xa1\x86\xd3\xef\x51\x4b\x29\xc2\xbb\xdd\x17\x06\xe3\xe6\x32\x0e\x18\x22\x2e\x37\x9c\x8e\x39\xbd\xfb\xc2\xc1\xc0\xfb\x77\x03\x77\x22\xce\xf4\x46\x0d\x95\x7c\xb9\xc2\xd5\xba\xb8\x9e\x34\xb7\x9e\xff\x1d\x36\x07\xcd\x37\xbc\xdb\x7c\x1e\x9e\x50\x83\xe8\xbc\x3d\xfc\x5e\x92\x32\x70\x28\xed\xeb\xf2\x86\x2b\xa8\x88\x07\x70\x28\xd5\xae\xa7\x01\x7f\x22\xd4\xe9\x76\xbf\x9c\x07\x49\x16\x01\x7f\xf2\xb5\xfe\x91\x89\xd2\x97\xed\x8d\x1c\xf5\xfe\x3d\x71\x1e\x7a\xcc\x6f\x82\xec\x84\x45\xd5\x9e\x48\xb1\x20\x49\x3a\xe0\x4c\x2c\x49\x3f\x04\xc9\x59\xc7\x0d\xbc\x49\x76\xdc\xc5\x13\x88\x00\xea\xef\x49\xe4\xeb\xd0\xfe\x3c\x29\x5c\xbb\xa7\xca\x48\x8e\x62\xee\x9e\x14\xae\xf2\xfe\x1e\x44\x0a\x3d\x86\x4f\xc2\x9b\x6c\xfa\xf7\x38\xf0\x68\x3e\x4f\xa4\xb5\xce\x6e\x0f\x07\x99\xe9\x32\x28\xca\x9e\x6f\x86\x53\xd7\xfd\x7d\x32\x92\xbf\x0c\xe0\xc0\xab\x34\xab\x51\x9f\xf0\xbe\xf3\xf8\x90\xec\x84\x70\xd0\x1e\xb0\xbf\x1c\x14\xf8\xfc\xa8\xdd\x87\xca\x30\x6f\x92\xec\x9f\x12\x69\xd1\x9b\xca\xd8\x10\x75\xbe\x9f\x12\x66\x00\xcd\x37\x52\x0a\x78\x7c\x95\xb8\x19\x71\xee\x4f\x0d\xf8\x17\xf5\x57\xf1\x1e\xf5\x7e\x42\x0f\xcd\xcc\x3e\x15\x9b\x87\x98\x87\x80\x6b\xb1\xa6\xe0\x01\xc1\x40\xc9\xdd\xda\x83\x26\xc2\x92\xd9\x83\x1a\xcf\x8f\xff\x03\x9c\x92\x32\xef\x36\xe0\x5b\x9a\xd5\x74\x4f\x00\x0b\x7b\x7c\x1d\x07\x17\x31\x6f\x4f\x38\x3c\x88\x7e\x3e\x00\xff\xda\x3b\x13\x04\x94\x62\x57\xe5\x87\x94\x2a\xd3\xe7\x6f\x22\xc9\xd4\x3f\xf2\x16\x7b\xc0\x6a\xb2\x98\xf6\x1c\x81\x9a\xa9\xc1\x1d\x40\xd2\xeb\xa5\x03\x3e\xa5\x29\x33\x5a\x7b\x20\x7e\x56\x5b\x3c\x27\x92\x81\x38\x5f\xe0\x53\x9a\x80\xe0\xda\x43\x50\x9c\x23\x84\x81\x47\x29\x36\xe8\x3d\x91\x16\x77\x73\x39\xd2\xf0\xea\xf7\xe1\xdd\xe0\xf1\x90\x69\xad\xf8\x72\xc1\x59\x09\x92\xbf\x3d\x40\xa6\xdb\x7b\xeb\x21\x22\x58\x99\x03\x1b\x70\x2a\xcd\x06\xb4\x27\x5c\x7b\xc5\x39\x3c\x4f\x38\x08\x68\x3d\xf0\x26\x73\x44\xfc\x03\xb1\x71\xd0\xda\x03\xd6\x52\xf7\xe5\x42\x8d\x68\x4e\x3d\xe0\x4d\x84\x15\xd4\xde\x0d\xb8\x15\x6d\xe6\x4b\x8a\x03\xab\xc5\x80\x37\x29\x56\x5b\x02\x6f\x92\x95\xdf\xa4\x01\x67\x52\xe7\x57\x99\x38\x02\x11\x87\x77\x11\x9f\xd2\xdc\x5e\x8a\x34\xa9\xfa\xfe\xc7\x75\x77\xa8\xcc\xe3\x31\x5c\x7f\xc1\xb9\xab\x3d\xe0\x4a\x1c\xe7\xf3\xe6\xf0\x96\x51\xfb\x10\x07\xa1\x3c\xb7\x17\x57\x5b\x61\x4b\xb5\x17\xc9\xd1\x92\xe5\x5b\xf1\x4e\x14\xb1\x7a\x41\xa5\x35\xb1\x0f\x38\x12\x3b\x88\xbc\xa8\x11\x7d\x39\x5f\x50\x68\xdb\xd7\xef\xc3\x5b\x47\xe3\xab\x91\xe9\xd3\xdf\xe3\x9d\xe5\xfe\x03\x41\x40\x6a\x82\x17\x6f\x2d\xa5\x3c\x68\xc0\x8d\x14\xa1\xee\xb6\x97\xcb\x6e\x35\x30\xf0\x23\xd9\xcc\xc9\x8b\x37\x54\xd5\xf9\x00\x5e\xa4\x18\x71\xe0\xed\x38\x84\x78\x3f\x80\x53\xb2\xe4\x0b\xbc\x48\xb5\x01\xf9\x1d\xa1\x76\x52\x7f\x48\x76\x46\x8c\x78\x49\x7b\x3d\xbc\x5f\x23\x22\xbe\x35\xde\x20\x26\xee\x1f\x1b\x9f\x5d\x5d\x81\x0f\xc9\x42\x09\x6e\x2f\x08\x00\xcd\xdf\x1f\xe1\x0a\xae\xf1\x12\x44\x6b\xe6\x0c\x44\x8f\x3e\x3d\xfe\x03\xd7\x5a\xa9\xc5\x5e\xe8\x41\x13\x31\x7f\x31\xe0\x6f\x3e\xcf\xb8\xba\x26\xaf\x17\xde\x4f\x49\xcc\xdc\x4b\x1c\x8b\x99\x95\xf7\x8a\x64\x71\x9a\xff\x15\xae\xc7\x1a\x1f\x36\x06\x61\xe5\xb5\x37\x82\x64\xe5\x5d\xf7\x22\x59\xd9\x61\xe3\x8d\x7c\x4f\xee\xef\x0e\x9b\xa3\xd6\x03\x04\x00\x87\x32\xbc\xa0\x40\xfb\x71\x7d\x9f\xa0\x17\x9a\xdf\x13\xcc\xb3\xe6\x07\xf6\x9b\x52\x12\xb4\x17\xd7\x7d\xbb\x32\xbf\xd0\x97\xaf\xfa\x37\x82\xa0\xb5\x9f\x6f\x04\x81\xfe\xb4\xd7\x37\xe8\x87\xbc\x07\xfb\x06\xca\xb4\x6c\xa0\x7d\xdb\x70\x0d\xdf\x5d\x1f\x92\x78\x55\x39\x80\x47\xbb\xca\xd0\x97\x0f\x3d\xef\x1b\xd8\x6e\x0a\xfa\xec\x1b\x08\x01\xf2\xae\xed\xdb\x1e\xa1\x25\x7f\x62\x73\xe9\x1b\x11\xb5\x82\x7f\xe9\x5b\x40\x96\xef\x6e\x1c\x54\xe1\xae\xc1\x92\xf9\xb0\x34\x77\x16\x2f\xb3\x7f\x1f\x8f\x8d\x26\x93\x02\x05\xd8\xe5\xf0\x7e\xd2\x62\xe1\xfd\xa4\x88\xf6\x0e\x9c\x49\xdb\xfc\xfb\xc8\xaf\x90\xb5\x18\xc4\x09\xe4\xa9\xc5\x28\x81\x3a\xab\xef\xc9\x87\x20\x83\x6f\xdf\x22\xdf\x4a\xd3\xf8\x6a\x60\x31\xa9\x3f\x10\x00\x64\x60\xec\xc0\x93\x94\x36\x34\x3f\x38\x89\xe1\xcd\x40\xed\x34\x8b\xbe\x0f\x9d\x70\xd2\xf7\x3d\x92\x63\xa9\x7d\xd2\xac\xca\x00\xd7\x81\x17\xc9\x5f\xed\x13\x01\x9b\xfd\xfb\x90\x74\xa6\xca\x33\x0c\xb4\x6a\x2f\x22\xec\xfd\x3d\x28\xd1\xd2\x59\x77\xe0\x45\xb2\x38\xed\xbe\x61\xf0\x57\x32\xac\x0e\x5c\x48\x55\x84\x74\xdf\x08\x7a\xed\x9e\x4f\x00\x8b\xba\xbd\x88\x0b\xf2\x7e\x40\x3c\xba\xe7\x83\x4d\x65\xab\x2e\x83\xe5\xe6\xf9\x9d\xe1\x8a\xac\xdf\xa3\x06\x12\x04\x7c\xdf\x08\x7a\x2d\xfe\xfe\x22\x99\xd9\xa6\xf5\xc6\xb5\x7d\xf3\xf9\xbb\x03\xeb\x4b\x97\x89\xb4\xd2\xd9\x97\x83\x14\x02\x72\xd5\xed\x5b\x24\x57\xea\x6a\x9f\xa0\xd1\x36\x74\x1e\x5e\x6c\x7c\x1e\x1f\xc0\x8c\x8a\xf3\xe8\xfb\x16\xf9\x72\xb2\xca\x11\xd4\xe7\xfa\x20\x16\xaa\xdf\x23\xf9\x52\x57\x19\x87\x81\xe6\xfa\x70\x1d\xfd\xf4\xb7\x23\x69\xc8\xa0\xdf\x77\xb0\xc9\x92\xeb\x23\x5f\xd1\x47\xb2\xe9\x3b\x71\x37\xc2\x8e\xea\x20\x66\x8c\xed\x23\x79\xf4\xbd\x10\x34\xfc\x21\xde\x1d\xc4\x8c\xfe\xf5\xfb\x1f\x84\x8c\xa1\x32\x6a\x3c\xdd\x8f\x1d\xef\x3c\xa9\x4d\xfa\x1e\xd8\x63\x45\xed\x03\xf7\xa3\x20\xde\xbe\x03\x29\x2f\x35\x64\xdf\x23\x1f\x91\xdb\x6f\xa8\x25\xdd\xde\x8f\x6b\xb5\x7e\x1f\xae\xd5\xdd\xf5\x9c\x1f\xcf\x07\x57\x6a\xd9\x80\xfb\x0e\xd6\x98\x1c\x72\xfa\x1e\x9c\xbd\xe8\x0b\x88\x18\x55\xc0\x97\x7d\x1f\x81\xb2\xed\x32\x6a\x1f\xd1\x3b\x10\x30\x9a\x50\xa8\xfb\x3e\x90\x2c\x86\xe6\xc3\xfd\x13\x42\x41\x07\xf1\xa2\x49\x2d\xd7\x3f\x08\x17\x6a\x7f\x06\x2a\xb9\xc6\x73\x10\xf4\xed\xf9\xac\xfb\xd5\x94\x0f\xa7\xef\x27\xcc\xa6\xdb\x43\xcd\x29\x38\x9a\xbe\x47\x1c\x9d\xcf\x23\x70\x5a\x0a\x7a\xed\x20\x50\x94\x2c\xfa\x04\x02\x45\x91\xb7\x6b\xdf\xaf\x40\xe1\x56\x19\x6f\x3a\x31\x97\x7d\xc7\x21\x46\x71\x4c\x7d\x8f\x20\xf0\xa9\xf3\xc3\x63\x2c\x6f\xc9\xbe\xdf\x41\x9f\xff\xc4\x5b\xac\xef\xc4\x91\x28\xdf\x49\xdf\x23\x68\xae\x69\xf0\x0f\x39\x94\xf5\x52\xee\xa4\x21\x16\xfc\x44\xdf\x9f\xc8\x94\xa6\x72\x00\x11\x0e\x0d\xe6\x0d\x6c\x1a\xb5\xc7\x4b\x9c\x7c\xd8\x89\x13\x91\x8e\xb7\x03\x77\xd1\x25\x46\xf6\x04\x27\x2f\x57\xd4\x0e\x3c\x45\xf1\x62\xa4\xd0\x61\x8a\x18\x06\x9c\x84\x80\x19\x7b\x42\x8c\x17\x1c\x48\x4f\x29\x88\xbd\x7e\x9f\x43\x4c\x54\x7f\xe8\x2c\x93\x0e\x6b\x0a\x20\x41\x5d\x0e\xe0\x25\xaa\x6c\x1e\x3d\x11\x57\xa1\x64\x3f\x3d\xa1\xa3\x54\x44\x77\x4f\x78\xe3\x28\xc8\xaa\x03\x47\xd1\x04\x14\xd7\x03\x7e\x42\xae\xb2\x3d\x15\x5c\x69\xab\xeb\x09\x72\xd3\x63\x12\xf0\x13\x92\xd4\x7a\xfa\x89\x30\xff\x1c\xee\x04\x16\x98\xe0\x28\x3a\xf0\x12\x25\xef\x2e\x83\x95\x25\xe2\x9a\xe0\xf4\x93\x38\x9d\x84\x8d\x48\x71\x25\x3d\x45\xbe\x09\x11\xcb\xd4\xc2\x81\x42\xfd\x05\x84\xb7\x2e\x43\x6a\x78\x27\xe9\xbc\x24\x88\xc3\xf0\xfc\x30\xe0\x66\xaf\x17\x6a\x4b\xa9\x19\x7b\xea\x44\x38\x67\xb5\x3f\x58\x9f\xe1\xf2\x8e\xda\x54\xf3\x3f\x30\x30\xee\xfa\xfd\x01\xb1\xad\x9a\x6f\xc0\xcf\x88\x99\x49\x48\xda\x66\x5e\xd2\x15\xeb\xaf\xef\x17\x27\x9c\xa5\x56\xe9\xe9\x0a\x49\x55\xfb\x7f\x45\xb2\x29\x7d\x7f\xc3\xd9\x7a\x7f\x6e\xe2\x3c\xbc\xbf\xa8\x01\x9b\xcf\x63\xa4\x04\x10\xf3\x93\x80\xec\xaf\xde\xaf\x37\xbc\xf9\x74\x9e\xdf\x50\xeb\x6a\xbc\xb8\xe2\xfb\xb1\x4f\x6f\xa4\x05\xff\xb4\x97\xb7\xe0\xd4\x3f\xe3\xcd\x81\x2a\xac\xc7\x3a\x87\x2b\xbc\xce\x6f\x26\x62\x5b\xc9\xa8\x7a\xc6\x35\x7e\xf8\xf7\xd8\x00\x04\xe7\xd2\x73\xe8\xfc\x75\x7e\x72\xc0\xb7\x7c\xbc\x8b\x3a\x08\x0b\x65\xb8\x3d\xd4\x54\x4a\x93\xde\x73\xc0\x4d\x69\xbf\x73\x21\xae\x47\xcc\x4a\x2e\x70\xca\x7a\x6c\x72\xb8\xa2\x8b\xf8\x67\x1c\x64\x36\xff\x1e\x6f\xb4\xe9\xdf\xb7\x38\xef\xfa\x1e\x60\xcc\xa9\xc7\x31\x72\xf4\xcb\x26\xd4\x41\x4c\xe8\x0a\x6a\xed\x91\x93\x5f\x92\x5c\xcf\x11\xb4\x29\x7a\x15\x08\x0a\x49\xcc\x23\x08\x0a\x5d\x0e\x32\x9d\x9c\xfc\xbd\xbb\xbf\xd1\x78\xfc\x34\x1f\x6c\x8c\xbe\xdf\x20\x28\x34\xc5\xfd\xf5\x3c\x48\x19\x92\x35\x9f\x11\xcc\xbb\xfa\x43\xf2\x54\xb2\xb0\x0e\xa2\x42\x56\xbe\x95\x9e\x01\xfe\x4d\xba\xef\x20\x2c\x14\x25\x2b\xeb\xe4\xfc\x2f\x3e\x7f\x20\x24\xb4\x2c\xe6\x07\x44\x84\xb6\x7b\xfd\xc2\x9b\x54\xcc\x69\x26\xa8\x7c\x3d\xe6\x7f\xf0\xb8\xe4\x1f\xe0\x3a\x4d\x06\x20\x4a\x05\x09\x75\xe0\x15\xca\xf0\xe0\xb8\x7c\xc5\x8b\xc3\x4b\x39\xbc\xb9\x17\xde\x0d\x3e\x5c\x3f\x06\x40\x97\xe1\x2c\xbd\x59\x17\xae\xbd\x22\xee\xc0\x2f\xe4\x21\x4e\x20\x93\xb9\x4f\xae\xa4\x3d\xdf\x11\x47\xe1\x32\x9c\xa0\x38\x8d\x4c\x9a\xdb\xe1\xc3\xff\x84\x4e\x5d\xed\x93\xd9\x4f\xae\xb9\x3d\x47\x90\xa6\x37\x87\xc7\xb5\x7b\x71\x11\x73\xfb\x57\x7b\x78\x17\xe9\x65\x07\xee\xa1\x48\x4d\xd7\x81\x6f\x28\xf2\xee\xe9\xf9\x8d\xcb\xa8\xf6\xc2\xfb\x4e\x9c\x4d\x7e\x51\xdb\xe9\xb1\x2e\x88\xbd\xd2\xa9\x76\x72\xfc\xe7\xa9\xf6\xca\xc6\xe1\x57\x7f\x05\x31\x58\x6a\xba\x5e\xb6\x60\x06\xdc\x1e\x11\xc3\x5a\x9f\xb2\x87\x4d\xcc\xe5\x00\xfa\xfc\xcc\x8f\x9c\xfb\xad\xe9\xb0\x95\x14\x36\x14\xf5\x87\x5a\x4d\xc9\xe4\x7a\x21\x88\x52\xde\x26\x9d\x1c\xfd\x45\xf9\x44\x7a\x49\xe1\x90\xb0\xab\x8c\x77\xd4\x74\x7b\xc4\x11\x6d\xfe\x3d\x36\xac\xdd\xbf\x47\x0d\x55\xdc\x1f\xf9\x82\x44\xec\xcb\x0f\x67\xaf\xf1\x66\x24\x4f\x11\x8b\x42\x9c\xce\xe6\xf5\xc5\xc0\x29\x6f\xba\x5e\x88\xdb\x29\x5e\x1f\x5c\xed\x05\xc1\xde\x4b\x04\x65\xee\x6e\x2f\x82\x58\x3f\xe7\xb3\xe0\x30\x22\xc4\x86\x5e\x4a\x3c\xbe\xfa\xbe\x80\x25\xe5\xf9\x01\xb9\x5e\x44\x3c\x0a\x41\x9a\xc9\xeb\x81\x2b\xaf\x1f\xcf\x42\x72\x2a\x19\xc4\x7b\xa9\x81\xaa\xec\x32\x06\xdd\xaf\xef\x43\xf3\xa0\xfe\x91\x2c\x14\x87\xd3\x4b\x48\x16\xc3\xf5\x70\xda\xe2\x84\x41\xe4\x28\xf2\x9e\xec\xa5\x05\xd6\xa0\xe6\x8b\xda\x50\x36\xa5\x5e\x1a\x99\x3c\xbd\x7e\xb8\x06\x7f\xed\x47\x8b\xfb\xe3\xf2\x01\xc2\x87\xc6\x43\x1c\x91\x92\xd1\xf5\x12\xa8\xeb\x5e\x9f\x1f\x87\x11\xd5\x0f\xf6\xd7\xfb\x0f\xb1\x56\x28\x40\x2f\xc0\xdd\xc8\x9b\xaa\x17\x88\xb5\xe0\xa7\x7a\x81\xd8\x4a\xed\xd7\x4b\x78\x3f\x7a\xbd\x40\x00\x19\x3e\xbf\x93\xa0\x52\x8f\xff\x08\xb5\xbf\xda\x3b\xc2\x01\x49\xeb\x73\x84\x66\xc2\xf5\xe1\x6d\xa9\xf6\x80\xb7\x91\x0d\xa4\x97\x23\x98\x61\x7d\x4f\x1c\x90\xe9\x2d\x08\x21\xb5\x7e\x95\x91\x24\xc4\x2c\x95\x33\x32\x7d\x6a\x7d\x08\x8a\xf7\x63\x51\x70\xf0\x90\xb7\x6e\x2f\xd8\x54\xad\xf9\xf8\x41\x08\xf1\x7e\xe3\x1d\x26\x9b\x70\x07\x01\xa4\xc9\xdb\xb1\x83\x00\x92\x47\xfa\x23\xc9\x05\x78\x90\x2e\x1d\x70\x2f\x77\x04\x45\xa9\x1c\x3a\x47\x13\xb7\x80\x64\xf7\x62\x2f\xe2\xdd\xad\x96\x01\x2e\xa4\x59\xad\x50\x1e\xfc\xb4\xf5\x98\x14\x20\xd8\x8b\x0e\x4b\x0d\x88\x75\x11\x7f\xe0\x3e\xb2\xc5\xb6\xba\xb3\x99\x22\x6e\x75\x8f\xb4\xb4\x59\x65\x80\x27\xb5\x58\x15\x35\x84\x74\xa6\xbd\xee\x61\x50\x75\x7d\x40\xfe\xab\xfd\x14\x70\x16\x53\xe5\x40\xfd\xd5\xf7\x09\xf8\x0f\x71\x3a\x35\x05\xc4\xbe\xbf\xc7\xfb\xc5\xfd\x05\x71\x14\xe7\x5e\x03\x78\x4f\x92\x60\xcd\xa1\xb3\xd5\xf7\x19\x78\x0d\x6d\x7e\xcd\xa0\x16\x4b\x12\x00\x6e\xa4\x08\x2b\xa8\x07\xdc\x88\xf2\x39\xf4\x1a\x58\x5b\x5e\x9f\x9f\x1c\xe8\x1a\x3f\x6a\x43\x61\x71\x75\xe0\x41\x9a\xb0\xd0\x3a\xf0\x20\x4d\x36\x99\x5e\x6b\x78\x5b\xa9\x7d\xe2\x80\xa6\x7f\x5f\xe3\xb1\xf2\xf7\xb8\x02\x4f\x7f\x4f\x9a\x63\xaf\x4f\x05\xbb\x4d\x97\x0b\x38\x91\xde\xbc\xde\x24\x27\x92\x9f\x7e\x07\x4e\x64\xc8\xaf\xbf\xd7\x06\x71\xd7\x79\xaa\x01\x37\xa4\xc7\xb1\xc2\x89\x0a\x58\xb0\x03\x1f\xd2\x87\xf7\x03\xef\xb8\x24\x35\x21\xf0\x21\x45\x06\xeb\x5e\x7b\x40\xd4\xbb\x9e\xa0\x43\xf7\xb7\x38\xcf\xac\xa0\xcc\x0e\x5c\x48\x13\xd6\x54\xaf\xa8\x35\x05\x1c\xd8\x2b\x39\xd8\xdb\xee\xdf\xe3\xa0\x90\x5c\x0e\xb5\xb1\xfa\x27\x3f\x92\x74\xee\xbd\x4e\x88\x83\x7f\x0f\xb1\xaa\x3e\x8f\xe4\x47\x9a\xbe\x2f\x3f\xd8\x7d\x9a\x2f\x40\xa0\xd5\xf3\x5b\xcc\x63\x56\x26\xc2\x5e\xc1\xf6\x2b\xd3\xdf\xe3\x70\xa1\xc7\x1c\xb8\x8f\x26\x57\xd6\x0e\xdc\x47\x51\x1c\x56\x07\xd1\xa3\x09\xf2\xbf\xd7\x33\xe2\xcc\x54\xff\xc3\x7c\x6a\x3e\x11\xc7\x54\x5d\x0f\xd6\x9c\x88\x61\x0d\x14\x74\x9f\x0f\xd4\x34\xc3\xeb\x79\x87\x03\x8a\xc6\x73\x83\x28\xe1\xfe\x70\x18\xc9\x6e\x1f\x66\xb4\xf9\x7c\x82\x05\x26\x87\x84\x5e\x1f\x80\x6e\x93\xfa\x27\xa8\x31\xf9\xfc\xbd\xd4\x7b\x3d\xdf\xe8\xdf\xdf\x93\x9c\x4d\xcc\x42\x05\x78\x54\x36\xe1\xde\x36\x98\x9d\xcd\x65\xe0\x6f\x44\xaf\x5a\x78\x8f\x89\x5e\x81\x80\xd1\x14\xd4\xdb\x41\xc0\xe8\xc2\xb6\xeb\x0d\xd7\x76\x25\x63\xec\x2d\xe2\x12\x77\x97\x23\xee\xa5\xab\x0c\xbd\xd2\x7d\x04\xa1\xa2\xc8\x46\xdb\x41\xa4\x28\x72\xb0\xea\xad\xa0\x66\xd4\xfc\x1b\x70\x42\xca\xb4\xd9\x1b\x92\xa2\xe2\xbe\x7a\xab\xe4\xe3\x49\x7f\x64\x73\x69\xf8\xb5\xcb\xfb\xa1\x07\xfc\x84\xe0\x4a\x7a\xc0\x47\xc8\xef\xba\x37\x74\x9e\xca\x59\xdd\x5b\x88\x99\x7a\x5c\x1a\xde\x0b\x42\x61\xed\xc0\x3f\xe4\xee\xc5\x20\x22\x59\x99\x01\x7b\xc3\xe0\x69\x1d\x39\x70\x10\xcd\x9b\xdf\xe2\x72\x8b\xb3\x06\x1e\xa2\x5b\xe7\x0d\xfc\x43\xb6\xe4\x04\xfc\x43\xee\x3a\x0c\x6d\xe2\x2a\xa9\xc3\x0b\x1c\x43\x57\x5c\x4d\x6f\x27\x41\x5c\x6e\xff\x0c\x6f\x08\x7d\x4f\xe6\x46\x19\x18\x7b\x8b\xa0\x24\xa9\x85\x80\x57\xa8\x82\x78\xef\xed\xc2\x35\xda\x87\x07\x83\xa2\x5c\x1d\x7b\x8b\x4c\x8c\x7a\x1c\x80\x5b\xc8\x42\x48\xe8\x0d\x57\x4d\x73\xd2\xc0\x2d\x94\xe4\xc3\x49\x32\xaa\xea\xc3\x40\xd0\x9f\xd5\x88\xed\x09\xce\x4a\xf3\x7f\x82\xb8\xe8\xf7\x4f\x3c\x16\x3a\x2c\x64\x5a\xf4\xe3\xd9\x70\xdd\x14\x7c\x4e\x07\x81\xa1\xc8\x3b\xa9\x83\xb8\xd0\xac\x83\xfd\x41\x58\xd0\xe5\x0e\x04\x85\xaf\xfd\x09\xa0\x4b\xd5\xf7\x90\xcc\x74\x99\x3a\x71\x27\xb6\xf9\x80\x98\xd0\x95\x92\xa0\x83\x98\x50\x14\xc4\xd5\x41\x4c\xc8\x4a\x1b\xdb\x3b\x36\x3f\xeb\xe4\x3b\x0e\x0c\x56\x4b\xf4\x14\x92\xf8\x67\x3d\x3b\xd8\x60\xde\xbf\x9e\x03\xf1\x40\xed\xe5\xe0\x24\x35\x3e\x20\xc7\xe5\x7a\xdf\x7b\x01\x7b\x4e\x97\xb3\x93\xb2\xc0\xcc\x40\xe7\xb1\x15\x0a\x72\xef\xc4\x25\x29\x5f\x51\xef\xd8\xf4\xb2\x1e\xc7\xde\x02\x91\x41\xed\x63\xe3\x13\x96\x55\xef\x1d\x83\xb7\xee\x17\x11\xfc\xb9\xeb\xbe\x12\xc1\xdf\x36\xf7\x37\xe2\xb1\xff\xec\x6f\x07\x0b\xab\x4b\x8d\xd2\xe1\xcc\x6d\x73\xea\x38\xf0\x28\xa5\x46\xef\x64\x56\x55\x66\xca\xde\x8f\x1b\x62\xa4\x7a\x82\x6a\x15\xe7\xd1\x89\xb0\x2f\x72\x9d\xee\x3d\xd2\x80\xbb\x7d\xe2\x32\x9a\xf7\x73\xdd\xaf\x3c\x75\x1f\xfb\xdd\x51\xb3\xab\xbd\x08\x7d\x10\x33\xd8\x39\xff\x4a\x5b\xdd\xfb\x13\x70\x3d\x9a\x1f\xae\xca\x96\xa4\x3b\x9a\x88\xf9\xf5\x3d\x11\xf4\xba\x2f\xfd\x09\x6f\x30\x7f\x0f\xb6\x5d\x76\x19\xc9\xd8\xfd\xe3\x4d\xa8\x38\xa1\x3e\x88\xeb\x53\x72\xc0\x1e\x11\xef\xf2\x2e\x5b\x94\x86\xfe\x77\x95\x51\x4b\xea\x3e\x0c\xf2\xfb\xe4\xee\xef\xf1\x8e\xd5\xfd\x18\x38\xc8\xd4\x8f\x03\x4d\x1f\x40\xe2\xfb\xbe\x8c\x42\x90\xa7\xe8\xd7\x28\x61\x53\xfc\xcc\x6f\x60\x43\xf6\x63\x39\x1a\x8f\x8b\xe8\xf9\x08\xec\x37\x3d\x46\xa3\xc5\xef\x55\x06\x55\x59\x29\x09\x7a\x04\x89\xdb\x66\x34\x60\xae\x7a\xfe\x93\x4c\x94\x7d\x10\x47\x20\x2c\x9c\x3e\x08\xaa\xb3\xce\x79\x04\xe7\x25\x31\x6b\x04\xa4\xbb\x36\x87\x88\xf2\xa6\x34\xba\x7d\x1c\x10\x33\xd7\xff\x88\x85\x6a\x0f\x94\x53\x1b\xd4\xc7\x19\x8b\xab\xc5\xc4\x80\x55\xa6\xcb\x00\x51\xea\x72\x0c\xfc\xee\xcd\x69\x12\xc1\xdd\x6d\x50\x1e\x00\x3d\x0a\x08\xaf\x0f\x0c\x58\x36\xb8\x13\x51\x5d\x14\x87\xd3\xc7\x13\x8b\xad\xf9\x3f\xc1\xb9\x6a\xb3\xdf\x0a\x31\xd3\xef\x5f\xe0\x35\xc4\x39\xcd\x0d\x38\x12\xcd\xef\x27\x62\x5a\xeb\x39\x81\x53\xb0\x03\xc0\x44\x2d\x24\x38\x88\x3e\xd1\x51\x17\x11\xcf\x19\xa8\xa4\x7a\x0c\x26\x6a\x19\xa5\x49\xed\x93\x38\x1e\x65\x6e\xec\x13\x9b\x8d\x92\xa3\xf5\x59\xe2\x30\xe8\xf7\x81\x95\xe5\xf6\x6b\xa8\x71\x8a\xca\x64\x3e\x14\xa7\x45\x44\x75\x13\xca\x70\x27\x82\xba\xc9\x15\xb4\xcf\x8a\x6b\xac\x38\xa3\x89\xa4\x62\xce\x67\xc6\xe1\x16\xf1\x27\xe2\xba\x9a\xb3\x23\xe2\xba\x2a\xd9\x51\x9f\x04\xdd\x65\x11\x33\x22\xae\xbb\xd5\x78\x44\x58\x37\xc1\x0b\xf5\x19\xa8\xc1\x1e\x2f\x92\x86\xbc\xc3\xfa\x1c\x81\xad\xa6\xdf\xe3\x1a\x6e\x9b\xd8\xfc\xd1\x61\xbb\x8c\x0d\x46\xc4\x64\x22\x49\x98\x93\x9f\x07\xfb\xe7\xf9\xff\xd8\x74\xb4\x9e\xe4\x43\x52\xbe\x9e\x4e\x44\x75\xb1\x0d\x6c\x46\xa6\x55\xaf\x17\x0e\x10\x56\x7b\x4c\x24\x85\xa4\xfb\x33\x4f\xe2\x8c\x8a\xbf\xc7\xb5\x56\x9c\xe7\x84\xf9\xc9\x1e\x5f\x64\x56\x15\x33\x41\x84\x76\x4d\x9e\xcf\x45\x72\x27\xaf\xef\x15\x40\xb0\x1a\xff\x15\xae\xaf\xaa\xbf\x23\x4d\xb4\xda\xbb\xc3\xa1\x44\xeb\x75\x87\x5a\x51\xfd\xdf\x11\xb7\xa3\xf1\x63\xf0\xb5\xcd\x65\x3e\x70\xfe\x22\x5e\x33\x6c\xba\x22\x8e\x13\x9b\xae\xd2\x9a\xf7\x89\x1a\x7a\xf3\xf9\x7f\x23\x39\xd9\xa7\xfd\x63\x23\x68\x55\xf3\x39\x36\x5c\xe9\xa7\xeb\x07\xf7\x35\xa9\xcc\x63\xaf\xfb\x77\x6c\x9c\x4f\x31\x4b\x07\xc9\xe3\x8a\xd4\x82\x04\x75\x77\x61\xdf\x75\x82\xba\x9b\x89\xf7\x81\x03\x94\x6d\xa8\x07\xf9\x9c\x2c\x89\x13\xe4\xdd\x6d\x43\x3b\x50\x33\x0f\xd7\xff\xa8\x79\x3f\xeb\x77\x44\x9a\x66\xdd\xe7\x03\xd7\x6c\x6b\x0e\x0e\x1c\x9a\x4c\xfc\x0f\x24\x11\xab\x51\x8f\x1c\x41\xb3\x1a\x7f\x26\x0e\x4a\x8f\xd9\x91\x03\x7e\x47\xfd\x83\x90\xd2\x25\x09\x1f\x25\x98\x1b\xad\x27\xa8\xe1\xb6\x01\x1f\xa4\x0c\x50\x4a\x8d\x7e\xe0\x00\xb2\x24\xc7\x3f\x78\x5c\x8e\x1a\x3a\x7a\xfd\x38\x22\xc0\xa5\x26\x39\xd0\xb9\x9a\xb3\x39\x5a\x18\xa0\x5c\x1f\x10\xd4\x1a\x6c\x07\x5e\x42\x97\xe9\x00\xe8\xce\x92\xc0\xd1\xc3\x00\xa5\xc5\x22\xf3\xa5\x82\xe8\xfa\x81\x9a\xa2\x7b\x3c\x78\x5b\x99\x13\x3d\x88\x53\x11\x36\x4f\x3f\x46\x60\x3b\x69\x31\xc2\x75\x53\x9c\xd6\x31\x22\x82\x5e\xe3\xc5\xfb\x43\x11\xe7\xfd\x40\xb2\xd9\xbd\xf9\xc0\x37\x0c\x1f\xae\x80\x1c\xf7\xe6\xa1\x83\x35\xb1\x3e\x7e\x72\xe6\xab\xfd\x23\x1c\x14\x34\x3e\x5c\xaf\xed\xcd\x73\xe0\x6a\x6d\x9b\xcf\x71\x05\x27\xa2\xf6\x22\x99\x92\x2f\xcf\x15\xf9\x2e\x34\xbe\x88\x33\x71\x3d\x40\xa0\x5f\x87\x97\xb4\xcd\x9b\xbf\xbf\x71\x7d\xf5\xf8\xef\xd0\x21\xab\xfe\x09\x83\xa9\xd6\x1f\x4e\x50\xae\xbe\xfd\x20\x68\x4d\x71\x31\xfd\x78\x88\x60\x9e\xfe\xfd\x0d\x33\xe1\xef\x5f\x38\x43\x95\x5f\xf2\xdd\xe8\xb1\x39\xde\x00\x7a\x74\x19\xc9\xd1\x97\xf1\xc5\x06\xa7\xc3\x7e\x06\x50\xa7\x88\xf9\x19\x39\xd8\x93\xcb\x60\x95\x75\x97\x49\xbe\x25\x62\x78\x82\xf0\x50\xf4\x98\x9c\xe1\x9a\xad\xf5\x38\x51\x23\xd8\x80\x7a\xa2\xd6\x14\x5c\x4f\x3f\x13\xde\x91\xba\xcc\x27\x88\x0e\x56\xeb\x12\x31\xdf\x9b\xd4\x90\x67\x09\x84\x05\xf5\x47\xda\x68\x61\xcd\x75\x22\xe8\x5b\x93\xe4\x7e\x46\xce\x74\x8f\x07\x4e\x54\x40\x8c\x3d\x22\xea\x15\xf4\xd9\xcf\xc0\x56\x13\xf1\x3c\x71\xe0\x28\xd5\xdf\xe3\x1a\x9b\x5d\x0e\xce\x59\xfd\x61\x53\x91\x2b\x78\x3f\x43\x13\xa1\xfb\x7c\x12\x57\x96\xb5\x5f\x67\x0f\x6f\x21\xfd\x9e\xfb\xb8\xe9\x31\x3a\x89\x0b\xb3\xeb\xea\x89\xe4\xd4\x3c\xff\x81\x2b\xba\x98\xb7\x73\x06\x56\x9d\xfa\x23\xa8\xd5\x0e\x07\x27\x88\x10\x76\x40\x39\xc9\x2f\x64\xb5\xf9\x49\xdc\x45\xf3\x7c\x49\xb3\x3e\x3c\x3f\x32\xcb\x36\xef\x1f\xde\x58\xd9\xeb\x7b\x92\x39\xd7\xfb\x8d\x37\x63\xf3\x7a\x13\x27\xe6\xf3\xfa\x13\xf1\x2e\xe6\xf4\x0c\x6c\xb3\xdd\xdf\x37\xfa\x73\x7d\x38\xe0\x68\x7d\x09\x9d\xb0\xe6\x81\x08\xf7\x6a\x87\x8a\x93\xb4\xea\xd6\x2c\x9c\x68\x16\xb2\xdb\xc7\xe1\x43\x29\x29\xfa\x45\x0a\x8b\xa1\xdf\x5f\xc0\xfd\x58\x2d\x7f\xe1\x8d\xe8\xc7\xfe\x02\x0b\xcc\x66\x8b\x2b\x85\xe6\x47\xed\xe1\x90\x21\xac\xb7\x7e\xa1\xe6\xb7\x64\x7a\x81\x15\x28\x38\x9b\x7e\x45\x7e\x9c\xf1\x47\x36\x97\x2b\x93\x89\xd1\x8d\x13\x74\x64\x31\xf3\xe2\x32\x08\xe2\xbc\x5f\xf1\x92\x69\x73\xae\x30\x00\x8a\xf8\x47\xc2\xff\xdd\xdf\xff\x04\x45\x6a\xf2\x01\xec\x27\xce\x98\x88\xee\xaa\xa0\xc1\x7e\x11\xa4\xa8\x7c\x2c\x3d\x22\xb0\x95\x7c\xac\xff\x44\x58\xeb\x72\x5f\x48\x4e\xc2\x1a\xeb\x57\xe4\x9b\xf9\xaa\x47\xc7\xed\xf1\x91\x4f\xc2\xde\x2b\x17\xde\x12\x76\xd5\xbb\x02\xbe\x41\x6a\xbf\xc8\xf1\x6f\xce\xf4\x42\xa7\x6d\xd7\xd8\x2b\x74\xda\xde\xfc\x30\xb0\x6d\xae\x87\x53\x96\xce\x9a\x88\xe7\x25\x1c\x7f\xca\x77\xd8\x04\x5c\x8e\x88\x78\x8d\x27\x38\x41\x11\x03\x72\xfc\x67\xc1\xdf\xf4\x0b\xb5\x96\x92\xb1\x75\x72\xf8\x67\xa1\xd4\xf6\x0b\xef\x3c\xe5\x94\xef\x37\x90\xf6\xd6\xe1\xde\x1b\x11\xbd\x12\xbb\xef\xad\x90\x76\xd7\xdf\x63\xc3\x90\x64\x79\x6f\x70\x56\xb2\xc1\xdc\x1b\x9c\x7c\xf2\xef\x71\x15\x9e\x2e\xdf\x00\xf5\x7d\xd6\xe3\xc6\xdb\xcf\xe7\xe3\x26\x4e\xc7\xfb\x1b\x11\xce\xca\x3f\xd2\x6f\x6c\x6a\xa3\xb9\x3e\x24\x31\xff\x9e\xc7\x5b\xfb\x47\x04\x74\xdd\xf5\x78\xdf\x29\x2e\xaf\x7e\x9f\x02\xf5\xdb\xf5\xe1\xbd\xe6\x32\x06\x60\xed\xdf\x9d\xe2\xfc\xab\x7d\x80\x3e\x2d\xe9\xdc\x09\xc9\x49\xc4\xe5\xc6\xc1\xc0\x36\x8d\xfb\xc7\x86\xa6\xf6\xf1\x3e\x54\x84\x7b\xbf\x03\x7e\x48\x9c\xf9\x1d\x69\x8d\x3d\x5e\x92\xf7\xd9\xb5\xfc\xc6\x41\xa0\x7f\x95\x0b\xe7\x43\xeb\x05\x64\xbf\x80\x4b\xfb\x0d\x67\x6a\x87\x90\x9b\xc7\xca\x0e\x2e\x77\x0d\xb5\xf2\xe7\x7c\xdd\x78\x03\x66\x9f\x87\x48\x63\xec\xf1\xa3\xc6\xb3\x5a\xf0\xc6\x80\x6f\x1b\x25\x41\xd1\xcd\x9c\xf4\xfd\xf3\x58\xa9\xbe\x13\xa7\xe2\xdf\xe3\x3d\x98\x7c\x1e\x3a\xf7\x49\x8f\xe9\x0d\xea\xf2\xd7\x7c\x7a\x24\xb3\x72\x39\xd4\x6c\x5a\xef\x90\x4c\xa5\xa6\xbb\x91\x4c\x85\x98\xd0\x09\x5a\xce\x42\x54\xe8\xf7\x64\x7f\x3d\x3f\xf2\xd3\xf8\xf1\xb9\x8f\xb8\x1f\xae\x47\x6d\x28\x66\xf0\xe6\x31\x53\x84\x7d\xbf\xc1\xde\xab\x3e\xef\x78\x57\x75\xf7\x7f\x46\x8a\x10\x8d\xef\x0c\x20\x4a\xd7\x13\x9a\xe1\xf3\x13\x71\x81\x62\x1e\xef\xc0\x12\xd3\xe3\x73\x63\x03\xb3\xf7\xec\x4d\x9c\x90\x6d\x7e\x77\xa8\xf9\x45\x7f\x08\x8a\xee\xf6\x8e\xbc\x43\x92\xf5\xf9\x03\xf5\x3e\x99\x3e\x80\x92\x9c\xbd\x5e\x84\x02\xb4\xfa\x47\x6a\x31\x22\xa4\xab\x89\xd3\x8d\x37\x96\xe0\x44\x3a\x11\xd3\xc5\xc4\xff\xc6\xc0\x9f\x3c\x59\x22\xa8\x2d\xb9\xdc\x4f\xf8\x61\xbb\x1e\x35\x87\x5e\xe6\xfb\x09\x57\x37\xb7\x77\x31\x79\xd7\xe3\xaa\xa8\xc7\xe1\x7e\x0b\xde\x1f\x6a\x3f\xd2\x8a\x8a\x93\x7d\x36\x38\x75\x6d\xde\xb3\xe1\x1a\x2c\x62\xf5\x84\x03\x80\x0e\x07\x11\xcf\x65\x68\xf3\x9e\x9d\xf9\xea\xb0\x3c\x70\xba\xe6\x84\x22\x22\x5a\xf9\x62\x3a\x11\xd0\x4d\x08\x06\x9d\x08\xe8\x6e\x1d\xf8\xf3\xe3\xfd\x94\x55\x46\x4d\x26\xce\x81\x08\xe6\x6a\xd7\xc9\x27\x50\x88\xfd\x7b\x0c\xf8\xb6\x31\x11\x81\xdc\x95\xa3\xbb\x13\x81\xdc\x04\x0c\xda\x9f\x82\x43\x84\xe7\x4f\x1a\x63\xc1\x81\xf4\xa7\x04\xb6\x53\x53\x19\x35\xa6\x24\xbb\x07\x83\x9d\x22\xd8\xfb\x53\xc3\xa6\xe2\x32\x6a\x07\x71\xc2\x11\x71\xac\xcc\x94\xfd\x41\xd2\xb5\xab\xed\xd3\x78\x5c\x87\xeb\xc3\x15\x54\xf3\x69\xf1\xf8\xb9\x0c\x27\xea\x7a\x6c\x78\x8a\xf8\xef\x4f\xe4\x3c\xf7\x7e\x77\x0c\xa8\x3a\x4f\xcf\x08\xce\x4d\xfd\x91\x8f\xa3\xba\x3d\x38\xe7\xe6\xf5\x04\x38\xd4\x6a\x17\x22\x94\xab\x32\x3d\xf6\x67\xe2\xcd\xe3\xfd\x9e\xd8\x08\x75\x5e\x23\x82\xd9\xde\x64\x6f\xb8\xa6\xcb\x21\x83\x20\xd2\xee\x38\xa6\xc8\x81\x6f\x9d\xfa\x1b\x06\x54\xad\xdf\x1b\x92\x49\x72\x19\x1b\x94\xce\xe3\x1b\xde\x63\xba\x1f\xe4\x9c\x6f\x5f\xbf\x6f\x91\xbc\xab\xa8\x4c\x9c\x84\x24\x5b\x82\x3c\xab\xe3\x86\xde\x70\x05\x9f\xae\x0f\xa0\x55\xd7\x07\x6a\x73\x53\x19\xc8\x7e\x8f\x0f\x60\x56\xab\xb9\x08\xea\x2c\x02\x4e\xed\xe4\x8c\xaf\x96\x4c\xc8\x11\x9f\x15\x44\xdb\x09\xf2\x2c\x43\xcc\x01\x41\x9d\xb9\x8b\x18\xbf\xa0\x2e\x5b\x32\x24\xe7\x7b\xb5\xab\x33\x41\x9d\x59\x41\xd7\x9d\x1c\xef\xd5\x71\x70\xe4\x78\x6f\x5f\xfb\xb3\x88\xfb\xb0\xe4\xfe\x42\xbc\xcd\x1c\x13\xc4\x99\xed\xa0\x44\x9a\xf6\xa6\xcc\x8c\xfd\xfd\xc9\xd7\xa4\xf6\x70\x50\x50\x9a\xe7\xfe\xfe\xd8\x54\xb5\x3e\xa4\x20\x29\x7a\x6c\x5e\xe2\x4c\xcc\x6c\xbc\x48\x2e\x0a\xaa\xee\x2f\x70\x5b\xd9\xf3\x09\x87\x05\x31\xb7\x11\xd4\xd9\x7c\xbe\x22\xad\x7b\x72\x39\xcc\x14\x6a\x0f\xb5\xa2\x25\x0f\x82\x38\xdb\xee\xf9\x00\x77\xa3\x14\x24\xfd\x7d\x27\xcc\x85\xfa\x7b\x63\xfc\x3f\xf3\x1b\x5b\x00\xa9\x7e\xcc\x08\x83\x20\xce\x52\xf7\x3f\xc1\x16\x1b\x1b\xae\xae\xca\x17\x32\x88\xf8\x6c\xca\xcc\x37\x22\xe2\x53\x28\xad\x83\x88\xcf\x2c\x6c\xae\xb1\x11\x44\x26\x78\x87\xb1\x05\x67\xfa\x21\x5e\x83\x08\xcf\x2c\x54\xd1\xb1\x01\xe1\x2c\xd7\xde\x41\xc4\x67\x53\xdc\xcc\xd8\x50\x43\x08\x3e\x66\x2d\x33\xed\xab\x3d\x2e\xb3\x74\xd0\x63\xcb\x91\x29\xcd\xdf\xa3\xf6\xf9\x10\xf3\xb1\x05\xaa\xb2\xc7\x07\xb1\x95\x4d\x67\x6c\x05\x1b\x4e\x55\x19\x6f\x08\xa1\x1e\x0f\x82\x2e\xab\x80\x27\xc7\x56\x23\xe8\x51\xe3\x25\x02\x5c\xae\xb2\x63\x0b\xd7\xca\xae\xf1\xf4\x48\xb6\xa6\xf1\x07\x50\xdf\x70\x19\xd7\xe0\xa9\xf5\xed\xa1\x63\x55\x7f\xa4\x49\x16\x16\xd5\xd8\x70\xd5\x14\xf1\x1c\x1b\x06\x5d\x39\x48\x8c\x0d\x87\x88\xe2\xfd\x01\xde\x46\x71\x23\x63\x1b\x40\x74\x7f\x38\xd3\xb1\x85\xf7\xd3\xee\x32\x58\x57\x55\xf3\x07\xc2\x5d\xde\x41\x83\x1c\xf2\x45\x7e\xf0\x23\x72\xc4\x2b\x82\x77\x90\x13\xbe\x37\xef\x2f\x6a\x0c\x05\xb9\x0d\x82\x3a\xb3\xf2\x63\x8c\x0d\xce\x50\x6a\xd1\xb1\x61\x60\x56\xdc\xcd\xd8\x22\x8d\xb2\xcf\xc7\x01\x30\xaa\xd7\xf3\x00\xd8\xb3\xa9\x7f\x38\x47\x01\x8f\x0e\x72\xc6\xb7\xec\xef\xe1\x1c\x65\x53\x1a\x1b\x0e\x1d\x72\xbd\x1c\xdb\x95\x61\x6e\xf4\x3d\x71\x2e\xc3\xe3\x8b\x4c\xa6\xde\x1f\x10\x20\x8a\x7f\x0f\x9c\x8d\x98\x87\xb1\xdd\xd8\xa8\xb2\xfa\xbb\x89\xa0\xf7\x65\x05\x5b\x6b\x78\xbf\x9e\x40\x08\xd0\x79\x7a\xb0\x49\xf9\x3c\x13\x04\xaa\xb8\xa1\xb1\xc1\x7c\x29\xe8\x6e\x6c\x2f\x41\xb6\xbb\xf6\x8f\xfc\x43\x82\x17\x19\xfb\x16\xeb\xdd\x54\x26\xc2\xfb\xab\x0c\x42\xc4\x87\x38\x8d\x7d\x03\x18\xf3\x23\xd9\x8d\x7d\xc3\x01\x42\xf7\x6d\x27\x1f\x91\x32\x67\x8e\x9d\xfb\xac\x4c\x94\x83\x20\xd2\xec\xfb\x40\xce\xf7\xac\xa0\xea\xb1\xa7\x08\x15\x50\xff\x29\x24\x7f\xd7\x07\xa7\xae\xf6\x80\x97\xa9\xda\xef\x3d\x83\x85\xa6\xf3\xb2\x87\x4d\x52\xf4\x8a\x34\xeb\x75\xb8\xfd\x12\x36\xc0\xcf\xfe\xee\x20\x42\x28\xee\x64\x90\x66\xbd\xc9\x00\x3f\x08\xfa\xac\xf2\x9e\x1a\x04\x7d\x16\x31\x6f\xe3\x93\x16\x5d\xe5\x1e\xc4\x58\xfd\x77\x82\x76\x37\xf5\x47\x7e\x1b\x79\x6b\x8d\x1d\xe6\x49\xf9\xab\xc6\xde\x83\xd9\xf7\xf7\x44\xf0\xbb\x3d\x80\x69\x85\x98\x31\xf6\xf5\xb8\x67\x21\x54\x0c\x82\x42\x8b\xb0\xc0\xc6\x1e\xa8\xec\x1f\x66\x63\x90\xc6\xbc\x2a\x6d\xf7\xd8\x61\x96\x9a\xf7\x17\x6f\x45\x25\x7b\x1b\x3b\xf9\x6b\xa4\xb9\x1a\x3b\x08\x0e\x5b\xfa\x93\x38\x97\xb1\xe3\x77\xad\x20\xc1\xb1\x63\x70\xd4\x4b\x3c\x76\xc4\x36\x05\x25\x0d\x72\x9a\x37\x89\x49\x63\x3f\x03\x1e\x43\x8b\x81\x01\x72\x16\x7f\x8f\x81\xbc\xab\x7d\xe2\x66\xb2\x17\x87\xb4\xc5\x8a\x13\x18\xfb\x15\x39\xd4\xfd\x3d\x36\x97\xae\xc5\xc5\xf5\xb0\xf8\x30\xdd\x01\x2f\xa2\xfe\x9f\x50\x43\xa8\x7d\xbc\x47\x24\x49\x8c\x3d\x20\xd3\xdd\x7f\x18\xf8\x75\x59\xf7\x07\x1d\xe4\xa6\xf1\x10\x34\xaa\x88\xea\xb1\x03\x6c\x37\xbd\x19\xe1\xaa\x58\xb5\xf8\x2f\x41\x56\x3e\x0c\x48\x5a\x9b\xfb\x8f\x9c\xe9\x59\xfd\x91\x6f\x41\xf0\x20\x23\xad\xcb\x9e\x95\x26\x79\x90\x33\xbd\xce\xaf\x7a\x88\x87\x0e\x53\x0a\x54\xdf\x0f\x67\x33\x22\x67\xba\x74\xf0\x23\x72\xa6\x0b\xe2\x7d\x90\x03\xbd\x66\x5d\xee\x14\xae\xda\x5a\xbf\xb4\x87\xb7\x50\x57\x99\xc7\x33\xb9\x8c\x9a\x4e\x8f\xe3\x4f\x4e\x74\x1d\x5e\x82\x58\xbb\xe2\x02\x46\xc2\x61\x41\xde\x3b\x23\xfd\x38\x2c\xa8\x7f\x50\xab\xa5\xe3\x1f\x04\xa9\x16\xd9\x64\x46\xca\x10\x37\xed\x67\x0a\x9b\x87\x88\x79\x04\xa1\x2a\x2d\xf5\x48\x04\xe1\x49\x52\x1a\x04\xa1\x36\x79\x8b\x0d\x82\x48\xbb\x99\xa5\x84\x77\x64\xd9\xf4\x7b\x22\xc6\xe5\x60\x32\xc8\x69\x9e\x65\x73\x19\x29\x98\x07\xf7\xd7\x43\xa7\xad\xf5\xf9\x09\x12\xd5\xfa\x90\xf3\x5c\x71\x11\x23\x05\x64\xbb\xf7\x0b\x60\x50\x49\xae\x23\x8d\x08\x6a\x55\xff\x23\xd4\x1e\xae\x0f\x1b\x9f\xfa\x0b\xe0\x4e\x9d\xaf\x04\xf0\xa6\xd2\x4e\x8f\x84\x24\x90\xbd\xfe\x91\x6f\xc5\xe3\x43\x6d\xec\xc7\x24\xfd\xb8\x3e\x6b\x7f\x0e\xb0\xb5\x74\x5e\xd3\x41\x8a\x8d\xa2\xf9\xa3\x26\xda\xdd\x5e\x20\x3a\x88\x39\x4b\x01\x19\x2f\x7a\x12\x41\xac\x72\xd0\x18\x91\x06\x7d\xe8\x7e\x27\xbc\xcf\xe4\x6d\x35\xd2\x19\x0e\x26\xfe\x3e\x98\x51\x8d\x17\xf8\x98\xcd\xeb\x79\x86\x83\x82\xeb\xd1\x8c\xf8\x3c\x46\x72\xc4\xaf\xf2\x3a\xcf\x0a\x0a\x1d\xe9\xc6\xa1\xc3\xbf\x47\xd2\x98\xbe\x2f\x77\xc0\xe1\x68\x7c\x37\x58\x80\x62\x1e\x52\xd8\x40\x45\x9f\x48\x53\x9e\xe5\x0a\x3d\xd2\x0f\x73\xe1\xfe\x50\xeb\xf9\xf7\x78\x7b\x16\xaf\x37\xcc\xc5\xf0\x78\x1e\x92\x11\x56\x97\x03\x55\x5e\xeb\x4f\x7e\x98\xcd\xfb\xf9\x62\xe0\x77\xff\xc4\xd5\x35\xd1\xdb\x9f\xb4\xe4\x1f\xb5\xdc\xc8\x1b\x99\x77\x45\xcf\xf3\x06\x02\x87\x98\x95\x4c\xa8\xc8\xa2\x2f\x7f\xf0\xb8\x64\x82\xf2\x84\xba\x3b\xc8\x71\x5e\x2c\x69\xe4\x90\x34\x44\x6c\x72\x64\x16\xd4\x61\x8e\x88\x5c\xe5\x77\x19\xe4\x3c\xaf\xc2\x1e\x1b\x39\x87\xda\xa4\xa9\x0c\xe7\xa8\xc3\x91\xd1\x41\x7b\xf1\x33\xc4\xc5\x9c\x7c\x26\xae\x43\x71\x04\x23\x43\x5c\xfc\x78\x65\x88\x8b\xfc\xd2\x47\x0e\x08\xf2\xcd\x65\x0c\x6a\x22\xc6\x19\x38\x8c\xaf\xf9\x12\xf7\x51\x74\x99\x72\x8d\xcd\x55\xff\x18\x4c\xe5\xbd\x35\x72\x8f\xe4\x4a\xfa\x7d\x00\x67\x26\x97\x31\x68\xea\xb0\x44\x0e\xf3\xe6\xf6\x80\x9b\x30\xe7\x4a\x04\x6e\x15\xe4\xfc\x88\x88\x5b\xc1\xa3\x0c\x22\x6c\xab\xd4\x06\x23\x03\xf1\xbd\xfb\x30\x90\xbf\x45\x71\x3d\x23\x72\x8e\x2b\xa2\x7a\x90\x73\xbc\x7e\xcd\x37\x50\x7c\xfd\x3d\xcc\x81\x32\x31\x8e\x8c\x01\x53\x41\x86\x23\x5f\x95\x1c\xfd\xea\x9f\xa0\xd9\xea\xf9\x10\x84\xa5\x08\xe7\x41\xd0\x6c\x11\x56\xd3\xc8\x77\xc6\xfb\x48\xfd\xdd\x18\x98\x7d\xb8\x6f\xb0\xe0\xc4\x09\x13\xb4\x5a\xa5\xe6\x1a\xf9\x09\x83\xb8\xda\x03\x8b\x69\x88\x13\xce\x2f\xde\x2f\x7a\x4c\xf3\x4b\x04\xbf\x1e\x8f\xfc\x06\xf3\xa2\xdf\x93\x7c\xc9\x8f\x25\x41\xae\x4d\xde\x3e\x83\x20\xd7\xaa\x88\xfe\x41\x10\x6b\x97\xeb\xf0\x28\x5b\x60\x49\x75\x95\x51\xe3\xe8\x7c\x14\x50\x73\x05\x87\x34\xc8\x81\xde\xeb\x57\x19\x88\x76\x71\x96\x05\x57\x69\x61\x3f\x8d\xc8\x61\xee\xc7\xb9\xe4\x80\x50\x77\x19\x1b\x87\x1e\xcf\x92\xc9\x8c\x2a\xe6\xa1\x94\xc8\x2f\xf2\x99\x7f\x04\x61\x4a\x07\x3f\x4a\x78\xfb\xe9\x3e\x16\x42\x11\xe4\x0d\x3a\x4a\xb8\x4a\x17\xd7\x93\x53\x5e\x8f\x7d\x09\x07\x1e\xed\x7f\x69\xc0\x1d\x35\x97\x01\x5a\xf5\x7c\x22\x3f\x8a\xe8\x43\xa4\x41\x37\x73\x55\x48\x5e\x26\x1b\xd4\x28\x13\xb8\x16\x9d\x8f\x42\xda\xe0\xee\xf5\x22\x4d\x70\x76\xfd\x81\x0d\x4d\xc4\xba\x44\x9c\x8f\x24\xbf\xc2\x63\x34\xbd\x9f\x27\x92\x8c\x98\xdd\x72\x72\xfe\x74\x3e\x08\x3a\xec\xc3\xfb\x15\xde\x78\x3a\xdf\x05\x2c\xb3\x2e\x7a\x43\x5a\xf3\x2e\x6f\xc0\x41\x90\x62\x15\x82\xc2\x28\x17\x66\x00\xef\x1f\xf9\x54\xaa\xfb\xbf\x78\xec\xdc\xff\x1d\xde\x7e\x6a\x1f\xb3\x85\x1f\x0f\xd2\x8a\xd7\xdd\xeb\x49\xe8\x80\x10\x52\x06\x69\xc5\xab\x99\xa3\x42\x68\x80\xe9\x0d\x71\x83\x45\x36\xb4\x51\xf7\x80\xbb\x2a\x2a\xe3\xb0\xf0\x55\x86\x19\xdf\x5c\x26\xf4\xe0\xcf\x24\x17\x82\x0e\x5b\xaa\xee\x1c\xb5\x8b\x06\x5b\x23\x88\x27\xb9\x0c\xd0\xa3\x36\x93\xa0\xc3\xae\x9c\xec\x83\x20\xc2\x5a\x75\x79\x2b\x70\x2b\xc2\x7e\x1a\xe4\x28\xef\x3e\x6c\x15\xb5\x96\x0c\xee\x23\x72\x8a\x2b\x59\xd1\xa8\x25\x50\x71\xd5\x3e\x36\x05\xd9\x48\x46\xfd\x79\x3c\xaa\xca\x61\xa0\x54\xb9\xa2\xe6\x28\x2e\x13\xf7\x20\xe2\x1d\x39\xc1\x9b\x17\x1f\x88\xfb\x39\xd4\x3f\x11\xc6\xe6\x24\x08\xea\x2b\x56\x63\x44\x8e\x70\xb9\x72\x8f\x3a\x88\x23\xf1\xf8\x23\x47\xb7\xd4\x2a\x04\xd1\x35\xa5\x19\x1e\x04\xd1\x65\x45\x10\x8f\x0a\x76\x91\x2f\x3b\x39\xb8\xab\x0c\xa0\xa3\xc2\x49\xee\x5e\xef\x23\xd2\xc0\xba\x8c\xf7\xd4\xee\x32\x8f\x8b\xd4\x9e\x91\x43\x3b\x7b\xfe\x44\x04\x0b\x78\x71\x54\x24\x53\xa5\x65\x1d\x35\x92\x0f\xb9\x7f\x2e\x8b\xbc\xc3\x06\x41\x70\xc5\x9c\x7f\x05\x1e\xc5\x6a\xaf\x48\x7b\xed\xcb\x4e\x10\x5c\x53\x32\xb3\x51\x89\x63\x28\x1e\x1f\xd8\x60\x02\x6a\x1c\x35\xbc\x67\xba\xcb\xc1\xc9\x69\x3c\xf1\x18\x89\xd9\xa9\x4f\x5c\x46\xcd\xff\x0d\xe2\xaa\xf6\x91\x2c\x65\xe3\x19\x15\x57\x57\x01\x8f\x0e\xd2\x56\x67\x01\x3b\x8e\x86\x1a\x49\x69\xa3\x07\x69\xac\x8b\x82\x22\x47\xa4\xb1\x96\x2b\xf4\x68\x01\xbf\x22\xe2\xd0\xc2\x15\x5d\xcc\x47\xdb\xc3\x35\xdf\xf5\xa8\x41\xdc\x3e\x6a\x61\x4b\x96\x2d\xe3\x7a\xdc\xf5\x3d\xf9\x59\x86\x1e\xdb\x06\x96\x9e\x74\xf2\xa3\x05\xf0\xa7\xe6\xdf\xb0\xd9\xec\x5f\xdf\x07\x5c\x89\xfa\xab\x11\x8a\xe0\x32\x8f\xdf\x57\x39\x88\xad\xc6\xdf\x02\xcb\x4c\xed\x03\xdf\x23\x94\xe2\xd1\x42\x2d\xa3\xfb\xd6\x50\xa3\x5a\x0d\x49\xdc\x59\xb3\x64\xdd\x08\x5d\xf0\xe3\xd1\x8e\x70\x50\xd0\xfa\x1f\xe1\x1a\xab\xf6\xae\x70\xf8\xd0\xf7\x78\x4f\xca\x00\x3d\xda\x1d\xcc\xab\xbe\x07\x7e\xc7\xc4\x98\x38\xb2\x36\xfc\xfb\x3b\xe2\x5a\x34\x1e\x5c\xa7\x15\x54\x3c\x1a\x9a\x8b\x2d\xa9\x4c\xdc\x56\x17\x7d\xf9\xc9\x74\x5b\x5c\x0e\x2c\x31\x97\xd1\xa4\x48\xb2\x8f\xcc\xb7\x9b\x24\x91\x8e\x1a\x51\xc0\xb3\xa3\x73\x1e\x14\x2a\x30\x3a\xae\xce\x56\x4b\x91\xb9\x35\xcb\xd5\x7d\x74\x6c\xa2\x8a\x43\x1b\xbd\x86\x37\x98\xbe\xaf\x41\x4f\x3f\xe7\xa3\x87\x64\x2e\xcd\x41\x27\x2d\xb6\xd2\x5a\x8f\x8e\x77\xef\x10\x3d\xed\x91\xc6\x5a\xf7\xab\xa3\xd6\x5b\xf3\xfb\x83\xc7\xa5\x03\xaf\x50\x24\x76\x77\xc4\x70\xb9\x76\x8e\xfe\x03\xb1\xfc\xd9\x8c\x1e\x9c\xb2\x17\x37\xe0\x63\x24\xd6\x77\xbc\x1b\xb2\x74\x92\x3d\x20\xde\x3d\xf8\x27\xe2\x4e\x5c\x46\x8d\xa3\xcb\x4e\x10\x53\x93\x1f\xfe\xe8\x2f\x69\x49\x75\x98\x3b\x58\x4b\xe6\xec\x7b\xf8\xc1\x7b\xb1\xd9\xfc\x22\xb5\xc1\xc0\x0f\x5e\xae\x85\x63\xec\x01\x37\xf1\xb9\x3c\x64\xe2\x6c\x56\xc3\x8d\x40\x09\x16\x71\x1c\x39\x88\xeb\x50\x19\xec\xaf\xec\xfa\x40\x11\xfe\xac\x07\x99\x36\xbb\x39\xe9\x01\x56\x98\x37\x7b\x80\x05\xa6\x20\xb0\x31\x70\x45\xf5\x63\x36\x90\x94\x2c\xa9\x8c\x48\x2e\x26\x49\x63\x80\xa5\xe4\xc7\x66\xfc\x60\x85\xa9\x3f\x82\xf8\xb2\x0e\x43\x04\x55\x29\xe2\x7b\x0c\x38\xd5\xaf\xef\x1b\xf9\x6c\x44\x3c\x46\x8b\xa0\x34\x8d\xef\x27\xee\x44\xf3\x5b\x9c\x6b\x15\x30\xde\x18\x18\x8c\xab\x1e\xcf\x41\xfe\x98\x5d\x8f\xc5\x40\xb2\xcb\x5e\xef\x11\x6a\x07\x7d\xcf\xf9\xeb\x22\x3e\x03\x1d\x72\xf1\x7a\x63\xf3\x49\x3a\x0f\xc4\x61\xf5\xaf\xfe\x50\x0b\x25\x8f\x17\x03\xbd\x39\x75\xe2\xb0\xba\x72\xfe\x8f\x31\x03\xb5\x5a\xed\x01\xdc\x29\x6f\xa2\x31\xce\x30\x30\xab\xbd\x2b\x1c\x38\xf4\xfd\x0f\x0a\xaf\xcb\xa0\x5e\xfb\x3c\x04\x5c\x46\x71\xb9\x22\x69\x68\x7e\x44\x90\x4f\x9f\x8f\x9b\x34\xd4\x22\x2e\x83\xc7\xf5\x6b\x7e\x00\x6f\x26\x9f\x5f\x1c\x68\x2c\x19\x13\xb7\x55\x15\x97\x33\x06\x41\x7f\xd9\xed\x83\x55\x96\x65\x03\x1a\x01\x3f\x24\xe6\x71\xf2\x38\x2a\x42\x7c\xcc\x1d\x6f\x44\x31\x3f\x91\xd9\xb2\x8a\xd8\xce\x1d\xe6\x4e\x6a\xac\x09\x71\x54\x9a\xec\x31\x03\xb8\x53\xcc\xe4\x0c\x6c\x32\xd1\x13\xe2\xbc\xba\xe2\xba\xc6\xc4\x86\x2a\x14\xee\x31\x09\x6a\x95\x6b\xf3\x98\x39\x98\xab\xcf\x79\x20\x8e\x2b\xcb\x75\x7e\x4c\xe0\x74\xe4\x3d\x3a\x66\x24\xd7\x93\xa4\x31\x01\xce\x34\x33\x37\x03\x7e\x46\x6a\xca\x89\x1a\x53\x0e\x18\x83\xb8\xa9\x9a\xdd\x1e\xe7\x55\xc0\xa3\x63\x8e\x40\xb0\xd0\x78\xb1\x61\x2a\x34\x63\xcc\x11\x71\x32\x6a\x6f\x60\x63\x92\xa6\x86\xb8\xaa\xe2\xf3\x38\xc9\x3f\x24\xec\xb0\x31\x23\x39\x99\x1e\x97\x89\x8d\x52\x40\x98\x63\x1e\x11\x54\xab\xf5\x38\xb0\x01\x7b\x7c\x78\xa7\x59\x6d\x3e\xcf\xb0\x79\xb9\x3e\x98\x41\xfd\x1e\xd4\x69\x4b\xa2\xc4\x35\xe5\xe2\xf5\x7f\x02\x78\x58\xeb\xf1\x86\x03\xc2\x9f\xb8\x22\x8f\x09\x64\xbc\xe0\x31\xc6\x11\xf0\x05\xe2\x5c\xc8\x34\xd9\x14\x81\x3c\x0e\x5e\x62\xc1\x87\x8c\x08\x5a\x52\xe6\xbf\x41\x26\xca\x6a\x9d\xe0\xb1\x11\x64\xd7\xdc\x1e\x06\x50\x11\x6f\x32\x53\x76\xa1\x82\x8e\x63\x8f\x4c\x7b\x1a\x0f\x41\x4d\xe6\x8c\x8f\x3d\xbc\x53\xd4\x3e\x71\x0d\xfb\x57\x7d\xe8\x54\xdd\x1e\xae\xc8\x22\xc6\x64\xaa\xcc\x8a\x13\x19\x47\x8a\xe4\x43\x1a\x0f\x41\x8e\x72\x75\x1d\x47\x02\x65\x55\xc4\x26\x82\x9e\x6c\xd0\x3c\x22\x99\x99\x0e\x1b\x41\x50\xf9\xfb\x7b\xfc\xf4\x3d\xbe\x0c\xe7\x24\x62\x71\x90\x8c\x4c\x71\x1e\xe3\xa8\xc1\xb9\x0d\x95\x2b\x6a\x15\x8d\x97\xc7\xc3\x3a\xd3\x83\x20\x45\xc5\x3d\x8c\x83\x64\x63\x72\x0d\x1e\xc4\x29\xd5\xe6\xf5\xe7\xf1\x10\xd6\xd6\x38\x5a\x1c\x66\x7f\xcf\x63\xa5\xc7\xf6\xc0\x9b\xeb\x6b\x7f\x40\xa1\x6d\x3a\xac\xc4\x35\x0d\x25\x23\x1b\x47\x0f\x1d\xba\xeb\x41\x24\xd0\x65\x38\x7a\x10\x3f\x97\x31\x98\x7a\x3c\x70\xc2\x36\x40\x1f\x24\x1b\x1b\x5e\x1f\xe2\x2a\x14\xd7\x33\x0e\xf2\xe9\x08\xf5\x78\x90\x59\xb3\xf9\xf1\x25\x8e\xa9\x66\xf7\x4f\xbe\x1c\x61\x59\x0d\xe2\x98\x9a\xe2\x78\xc6\x81\x77\xd2\xd4\xe5\x3b\x8e\x70\x2d\xd6\x7e\x85\x43\x82\xd7\x17\x6c\x29\xab\x0d\x0f\x38\xef\xad\xbb\xbe\xae\xef\x9b\xeb\x81\xe7\xf0\xfc\x43\xf2\xf4\xfd\x8b\xa0\x4c\x7f\x7f\xa2\x36\x12\xb1\x3a\x4e\x80\x35\x77\xd7\x13\x07\xe1\xfd\x3a\x71\xb0\xf9\xaa\xc7\xa6\x27\x49\xef\x38\xc3\xb5\x5d\xeb\x47\xf2\x30\xa5\xc4\x18\xc4\x61\x55\xa1\x24\x8f\x88\xbb\xb2\xc3\xc6\x11\x41\x97\x9b\xeb\x03\x08\xd6\xed\x91\xa2\x42\xcc\xe4\x41\xe6\x42\x79\x73\x8d\x03\xd7\xfb\x2a\x62\x19\x99\x44\xed\x90\x70\x84\x9a\x54\xc4\xff\xc0\x1b\xaa\x7b\xbf\x08\xc2\xb4\xc3\xc7\xf1\x44\x3e\x27\xf5\x8f\xcd\xb4\x7b\x3d\x9f\x40\x74\xd0\x7a\x3f\xe1\x3a\xec\x7a\x10\x2f\x7c\x3f\xdf\x1d\xc9\x4c\xf3\x23\x47\xbd\xe2\x9e\xc6\x41\x7e\x1f\x61\xf7\x8d\xe3\x25\xbf\x90\x88\x31\x71\x5b\x75\x9a\x3e\x10\x0a\x60\x7a\x79\x6e\x91\xec\xae\xaa\x0c\x84\xbe\xee\xfb\x09\xbd\xcd\x9b\xeb\x43\x72\xdf\x55\x0e\x6f\xbb\xcf\x78\x4f\x1c\xa8\xac\xa9\x39\x77\x24\x2f\xd1\x0b\x32\xa7\xd6\x5a\x5c\xee\xd0\x37\x7f\x8f\xc3\x8c\xee\xcb\x89\x26\xcb\xcc\xfe\x19\xf9\x84\xaa\xfb\xc3\x86\x3b\xf3\x9f\x3c\x2e\x04\x95\x35\xc1\x97\x8c\x33\x05\x1c\x86\x1a\x4b\x61\x43\x70\x7d\x24\x93\xd1\x62\x65\x80\x15\x75\x58\xce\xc8\xa9\xef\x72\x09\x62\xa3\xdf\x47\xc4\xb8\xd4\x1e\xa4\x61\x1d\xc2\xc2\x1a\x04\x91\x15\x01\x17\x8e\x13\x6f\x2d\xc1\x9b\x8c\xb3\x62\x30\x17\xa7\x78\xd6\xe0\xfc\x54\x6e\x61\xb3\xd0\x62\x11\x24\xa6\xb8\x8c\x71\x06\xdc\x81\x1e\x97\x33\xb0\xa9\xdc\x7f\x0f\x6c\x33\xf5\x0f\xe7\x2d\x94\xd8\xf1\x13\x44\x26\x62\x74\xe2\xbd\x91\x7d\x38\x70\xc5\xb4\x8d\xe0\x0c\x9d\xb2\x1e\x83\x33\x82\x38\x45\xac\xce\x19\x11\xdb\xfa\x3d\xde\x57\xca\x04\x39\x7e\x82\xc8\x34\x3f\x32\x71\xe6\xfe\x55\xc6\x1b\x44\x8f\x31\x99\x36\xfb\xd4\xe5\xb8\xf0\x8e\xb3\x5a\xe1\x2a\xf1\x38\xfb\x7b\xbc\xa5\x74\x99\x23\xae\xc9\x36\x90\xc8\xbc\x29\xf8\x9e\x41\xa6\xcd\x92\xa5\xf6\xbc\x22\xe8\x56\x8f\x29\x99\x32\xbb\xd2\xcc\x8e\x0b\x6f\x1a\x45\x9c\x8f\xab\x47\x1a\x6b\xf5\xdf\x03\x81\x40\xbf\xc7\xb5\x58\x41\x80\xe3\x42\xcd\x22\xd7\xe3\x11\x99\x29\xcd\x3c\x5c\x13\x49\x46\xeb\x7b\xcd\x88\x73\x50\x3d\x8f\xc3\xae\xf3\x76\x1d\x21\x89\xa8\x3d\xd2\x34\x2b\x3f\xcb\x20\xee\xa9\xda\x46\x77\x41\xfc\x6d\x43\xb8\x50\xd3\xd8\xfb\xed\x82\x73\xb4\xcd\x85\xcc\x94\xd9\x3a\xfb\xeb\x08\x9b\x92\xe6\x47\x90\x6d\x93\x8e\xfd\x3a\xe3\xf1\x52\x3d\xf9\x4e\x14\x67\x35\x2e\x24\x29\x01\xbd\x8e\xeb\x04\x25\x5c\x6a\xb5\xeb\xc4\x26\xea\xfd\x09\xac\xb0\xe6\xdf\x13\xb7\xf0\x55\x1f\xc4\x5b\xe3\xc7\xf5\xb6\x78\xbc\x38\xe0\x98\x93\xbd\x2e\xd4\x6e\x3e\x5f\x20\x00\x28\x4d\xf3\x20\xb3\x65\xa9\x5e\x6f\xbc\xed\x4a\xf7\xf7\xa1\xa6\x72\x7d\xe8\xf0\x5d\x46\x52\xd5\x63\x7a\x45\xd0\xb0\xe8\xc7\x45\xfe\xa5\xcd\xdf\xdf\xc4\xc5\x7d\xd5\x07\x62\x87\xe6\x87\x24\x98\x7c\x9e\x89\x1b\xb3\x43\xc3\x15\x9a\x13\xa9\x99\x22\xf3\xa5\xd5\xc6\x64\xbe\x2c\x5f\xe7\x11\x35\xd9\xfe\xf5\x7b\x5c\xcf\x8b\xbf\xe7\x7e\xfa\x3e\x04\xbc\x8c\xf7\x13\x6f\x3e\xdb\x6c\x88\x43\xab\xca\x37\x35\xae\x1f\x07\x1f\xad\xd7\x1b\xc0\x93\x9f\xf1\x11\x77\xd6\x94\x62\x61\x44\xdc\x99\x10\x1a\x06\x71\x66\x2d\x37\x97\x51\xb3\x69\x7c\xf7\x16\xf4\x23\xab\x0c\xb3\x2c\x4d\xc8\xbd\x87\x99\xa3\xa9\x1c\x8f\x91\xfa\x0f\x38\x30\x8d\x8f\x38\xa7\x9a\xfe\x08\x15\x79\xdc\x2d\xd2\x82\x6a\xf0\x11\x67\x30\x5d\x06\xf5\x53\x2f\x3b\x99\x20\xab\x80\xd5\x06\x99\x20\x8b\xe2\x56\x06\x99\x1d\x7b\xca\x2e\x63\xd3\x91\x64\x70\x93\x7f\x44\xf9\x53\xc6\x8d\x6b\x9b\xd5\x2c\x37\x97\x59\xd8\x3d\xe3\xe6\xb2\x99\x33\x24\xa8\xa8\xda\xf5\x91\xa0\xa1\x36\xbd\x78\xa0\x7e\xfa\xe5\x8d\xcc\x89\xde\xbc\x1b\x94\x66\xeb\xbc\xef\x40\x65\x16\x67\x7f\x07\xd0\x9d\x74\xe6\xc4\xfd\x64\x61\x43\x0d\xe2\x7a\x5a\xf3\xfc\xf0\x4e\x2b\x1e\xcf\x43\xd0\x9f\x1e\x2b\xe2\x76\x8a\x22\x76\x07\x99\x0f\x8b\x0d\xa4\xc4\xe5\x34\x73\x6a\x0f\xc9\x7b\xbc\x7e\xcf\x0e\x90\x9d\xc6\x47\x1c\x4e\x16\xdc\xc7\x78\x22\xc5\x80\xd4\x68\x0f\x40\x99\x02\xda\x1b\x0f\x0e\x13\x43\x97\xe7\x21\x28\x4f\x58\x72\x83\xcc\x7c\x4d\x39\xb3\x07\x71\x30\xd9\x6a\xa5\x87\xc7\xc8\x36\xb0\x07\x1b\x97\xe0\x4f\xc6\x13\x0e\x12\x1e\x4f\x8d\x88\xe4\xa6\x72\xf8\xe9\xab\xbf\x16\xc0\x7c\xea\xaf\x87\x41\x54\xbf\x0f\x04\x07\x9d\x97\x07\xb5\x84\x20\xed\xc7\x33\xc2\x86\xa2\xf5\xe2\x7c\x09\x18\x70\x3c\x01\x5f\x24\x1b\x05\xc9\xee\x8a\x5d\x99\x49\x76\x57\xed\x3d\xf3\x00\xc9\x6f\xef\xa9\x07\x35\xc1\xf4\xfa\x5f\x11\x21\xae\xdf\x13\x64\x66\xce\x9f\xe4\x74\x79\x0e\xff\x1e\x49\x4f\x9c\xe0\x03\x7c\x8a\x1f\xff\x27\xf2\xcb\x78\x7e\x4f\x78\x13\xea\xf7\xa1\x49\x98\x2e\xc3\x79\x4b\x92\x78\x42\xe7\xaf\xfb\xfa\x12\x4a\xa0\x20\xbf\xf1\xe2\xa0\xa3\xb8\xb2\xf1\x6e\xd8\xc8\x44\x4c\xdf\x3d\x52\x32\x34\x95\xc3\xa0\xeb\x32\x06\x5d\xdd\xa7\xf7\x27\x94\x60\xa8\x0c\x5c\x51\x76\x99\xcc\x94\xd5\xbf\x27\x0d\xee\xe6\xdf\x83\x55\xb7\xb9\x1e\x84\x0d\x31\x9b\x2f\x28\xda\xe5\xab\x8c\x9a\x4e\xfb\xf3\xa6\x50\xb3\xb9\x1c\x99\x47\xa7\xca\xd8\x70\xf5\xd8\xbc\x84\x2e\x08\x5e\x67\x10\x77\x54\xfd\x98\xbf\x39\x5c\x7f\xb5\x5e\xa8\xdd\x6c\x23\x7b\x23\x8e\xcc\xe3\x21\xc8\xdc\x0e\x48\x6f\x41\x32\xd0\x7d\x7b\x0b\x36\x44\x3d\xa6\x2f\xcc\xb3\x5d\x79\x5f\xb0\xe7\xf6\xaf\x72\xd8\x84\xd5\x5f\xa4\x41\xd7\x7d\x20\x99\x5d\x56\xfe\xa8\x41\x32\xbb\x52\xc4\x2c\xbc\x33\xce\xaf\xfa\x9b\xc4\x7d\x89\x3e\x90\xec\xad\x58\x52\x7f\xb1\xd1\xda\xdb\x31\xe2\x82\xac\x36\x7b\x03\x52\xff\xab\x1e\x87\x2c\xaf\x27\x36\x59\xdb\xd8\x22\xf9\xdb\xde\xff\x48\x72\x21\xc8\xa8\xec\x22\xe6\x6f\x00\x35\x8a\x18\xfe\x04\x0d\x55\xd7\x07\xb6\x8c\x06\x73\x83\xe5\x94\x5d\xc6\xa0\xad\x97\xfc\xc5\x75\xee\x6b\x71\x9e\xe0\x4c\x34\x58\xbc\x81\xcc\x69\xbf\x3f\x06\x34\xd5\xbf\x70\xfe\xcd\xe5\x04\x10\x9e\xfa\x0b\x88\x7b\x6f\x46\x78\xff\x88\x53\x7d\xc9\x77\x21\x2c\xae\x49\x50\x50\xd7\x78\x66\x64\x76\x93\x6b\xf2\xdc\x36\x38\xd9\xec\xef\xe3\x31\x48\x2a\x57\x20\xff\x5d\x8f\xc1\xf6\xa3\x06\x9c\x1b\x11\xea\xe2\xac\x27\x99\xdf\x7a\x6d\x2e\xe3\x00\xf0\xe1\x0c\x27\x99\xe0\xba\x92\x3b\x4d\xe2\x84\xba\x38\x9f\x49\x66\xb8\x3c\x3d\x9e\x1d\x31\x79\xd3\xf8\x7f\x2e\xbf\xbf\x0f\xf8\x98\xa6\x32\xeb\xf1\xe1\x74\x66\x24\x87\x93\x0e\x7b\x92\xfc\xad\xe6\xaf\xdf\x07\x36\xd6\xa6\x72\x20\x1c\xe8\xf7\x81\x95\x94\xb4\x1e\x04\x95\x0a\x35\x79\x6e\x29\x0c\x9a\xea\x3f\x6c\x58\xdd\xbf\x27\xa8\x74\xd7\xfc\x23\x88\x74\xaa\x1e\xe0\x3e\xe5\x30\x9f\x5b\x0e\x6f\x23\xb5\x8f\xb7\x94\x82\x1e\xe7\x96\x49\xe9\xe0\xf9\x41\x1c\x84\x8d\x34\x37\x1c\x42\x72\x53\x7f\x05\x35\xe1\xae\xfd\xc2\x55\x59\x69\x6a\x27\x71\x4f\x4d\xd8\x51\x73\x0b\x48\xfc\xa2\xfe\x20\x16\x8a\xa0\x9f\x5b\x10\x8b\x5d\xeb\x11\x06\xf6\xa4\xf1\xd6\x80\x0f\xd1\xf7\x35\xce\x93\xfa\x0f\xb8\x96\x5d\xed\x13\x67\x91\xbd\x7e\xa4\x19\x17\x62\xc5\xdc\x90\xd4\xab\xe7\x07\xea\x74\xf2\xf9\xa8\xb1\xbe\x1a\x4f\x8b\x7c\x45\x1a\x4f\x00\x69\x66\xd7\xa3\x26\xf6\xfc\x5a\xdc\x1f\xad\x17\xd8\x6e\xc3\xeb\x43\x90\xe6\xe6\xf3\x8e\x6b\xb6\x32\x77\x4e\xe2\xb8\x9a\x92\x59\xcd\xad\x83\x88\xb1\x6b\x7c\x68\x02\xf6\xaf\xef\x09\x82\xf4\xf9\xc2\x9b\x4c\x11\xe4\x93\xe4\x7b\xa5\x7a\xff\x7a\x30\x7b\x6e\x8f\xb4\xca\xbe\x9f\x23\x34\x31\x9a\x0f\xf0\x50\xc2\xda\x9a\x1b\x92\x71\xf7\xf9\x06\x21\xe4\xeb\xfc\x00\x1f\xa5\x20\xd0\x19\x71\x60\x42\xe8\x98\xdb\x08\x6c\x42\x9d\x8f\x1f\x4d\x85\xbf\x67\x3d\x86\xc6\x0b\x56\x9d\x52\x1c\xcc\x6d\x06\xaa\xbb\xbe\x0f\x6f\x38\x9f\xef\x1f\x9b\xb6\xe6\xc7\x63\xb1\x7b\x7f\x0f\x5c\xf5\x3d\xbf\x60\xc6\x7d\x1e\x50\xab\x8a\x59\x9b\xc4\x81\x65\x21\x40\xcc\x8d\xc7\x42\x6a\xe8\x19\x71\x61\xf2\xa6\x9b\x1b\x90\xfe\x52\xc3\xcf\x48\xf6\xd7\x7c\x3e\xb1\x41\xa6\xfc\x27\xae\xc8\x73\xc3\x95\x74\x78\xf2\x44\xe4\x2b\x68\x69\x12\xe4\x95\xa7\x89\x11\x06\xc4\xdd\x87\x01\x6c\xa9\xe1\xc3\xf3\x86\x37\x90\x36\x83\x20\x2e\xe9\x10\x27\x41\x5c\x55\xc9\xc9\xe6\x0e\x27\x25\xe0\xc5\xb9\xef\x04\x75\xe9\xf2\x93\xd9\xaf\xca\xef\x7f\xee\x64\xb2\x94\xc3\xc1\xdc\x53\x60\x8f\x7d\xfa\xdf\x33\x06\x5e\x11\x27\x32\xf3\x35\x45\xf4\x4f\x32\xf3\x35\xc5\x4d\x4c\x82\xac\xba\x80\x14\x27\x99\xfa\x5a\x75\x7f\xe4\xd4\x96\x37\xd5\x8c\xcc\x7d\x3e\x7c\x3b\x11\xee\x32\x28\xce\xbd\x85\x5a\x47\xe3\x01\x55\x5a\x3a\xf7\xb9\x63\x50\xcc\xc3\xdf\x13\x57\xa2\xcd\xdb\x81\x8c\x97\xcd\x67\xee\xa1\x96\xd3\x61\x20\x08\xab\x2a\xee\x68\xee\xe4\xb3\x50\xfe\x95\x49\xa6\xbd\x2e\xb5\xd5\xdc\x81\x80\x57\x10\xe8\xdc\x47\x18\x74\xd5\xdf\x24\xa8\xf3\xa3\x86\x9b\x04\x55\x75\x01\x1f\xce\x9d\xb4\xd6\x4a\x0b\x3c\x23\x93\x9e\x1f\xcb\x1d\x94\xe9\x54\x34\xbf\xc8\x54\xa9\xcb\x4f\xa6\xbd\x22\x49\x60\xee\x27\x6a\x82\x4d\xe3\x39\x89\xab\x18\x9a\xef\x15\xd8\x74\xaa\x07\xae\x62\x4f\xae\x8f\xfd\xd4\x7c\x91\x24\x8a\xd7\x0f\x57\x68\xa9\x71\x67\xc4\x49\x99\xb8\xef\x91\xec\xab\x6b\x7e\x57\xc4\xad\xa8\xbf\xc8\xd4\x97\xf5\x3d\xcc\x93\xe0\x91\xe6\x7e\xe3\x1d\xa6\xcb\x4d\xdc\x55\x93\x03\xc6\xdc\x51\xcb\xec\xc5\xf5\x38\x54\x88\xd8\x12\x87\xd5\x86\xe7\xf3\x04\xb1\xd5\x7c\x60\xbe\x92\xc7\xfb\x06\x3c\xc8\xa7\x4c\xdc\x52\x91\x01\x77\x92\x3c\x2f\x37\x3d\xf6\x89\x34\xb5\x8a\xbb\x99\x3f\x71\x4d\x1f\x66\x6d\xa6\x3d\xd4\x28\x4d\x65\xe0\x81\x74\xdf\x52\x8e\xfd\xd9\x55\x0e\xef\x37\xb5\x9f\x03\xf1\x40\xbf\x07\x08\xb1\x6a\xbd\x89\x33\xca\x92\x2c\x66\x42\xd2\x95\xf7\xe0\x4c\x38\xa4\x28\x74\x60\x92\xac\xae\xca\x01\x60\xa6\xf0\x56\x73\x19\xce\xdd\xcc\x15\x71\x49\x59\x6a\xf5\x99\x5a\xa4\x2d\x76\x19\xef\x26\x3d\x4e\x24\x9b\x6b\xf2\xb6\x9b\x69\x3d\x26\x5d\xf9\xab\x66\x0a\xc4\x81\xa2\xf5\x02\x98\x57\x69\x9d\x67\xc2\xbb\x4d\x69\x91\x67\xfa\x71\x18\x71\x19\x33\x82\x1e\xbf\xc4\xfd\x69\x6e\x3f\xd2\x3a\xbb\xbd\x13\xc9\x5c\x8f\x37\x71\x3c\xf5\x6b\xfd\x02\x3e\x4a\xf4\x34\x11\xf1\xff\xb5\x7e\xd8\xb4\x14\x27\x34\x23\x0e\x47\xd8\x6c\x33\x91\xaf\xaa\xe8\xf1\x4c\xa8\xed\x6a\x53\x7b\x2f\x41\x97\xae\x7f\x03\x41\xe1\xf3\x7b\xe2\x58\x8a\x99\x8f\x1c\xcc\xee\x70\x99\xc7\x6c\xfc\x89\xe4\x32\x33\x06\x1c\x65\x9a\x9c\x79\x07\x6e\x41\xc4\x2d\xef\xa1\xa6\xf9\x6c\x76\x86\x73\x95\x6b\xdd\xcc\x60\x35\x09\x5e\x60\x66\xbc\xaf\x5a\x77\xb9\x50\x3f\x55\x0e\x6c\x22\xf5\x87\x8d\x47\x6a\xa4\x49\xdc\x4c\x95\xc1\x75\xe6\x84\x77\x8f\x38\x9d\x1c\x62\xb0\x24\x8d\x5c\x02\xe2\x5e\xdf\x13\x71\x2f\x9d\xef\xcc\x05\x1d\xb8\x88\x71\x2e\xf1\xd8\xa9\xbe\xe2\x6d\x22\x49\x20\x57\xbc\x93\x3c\x9e\x16\x9c\xb0\xd6\xa3\x23\x29\xb8\xbe\xa3\x16\x10\x67\x9e\x3b\x8f\x8f\x0e\x43\x06\xfe\xa2\x79\xbc\x91\x26\x55\x9c\x3a\x71\x2d\xb5\x7a\xbd\xb1\xb1\x08\x6b\x69\x66\xd4\x86\x5d\x8f\x3f\x99\xe3\x72\xd5\x61\xcf\xe8\xf4\x2d\x69\x91\x39\xae\x6f\x1e\xdf\x89\x4d\x49\x8f\x41\xbe\x42\xcd\xa8\x7a\x82\xc6\xe4\x9a\x3b\x49\xbe\xd6\xa4\x36\x99\x19\xe6\xc2\x9c\x1e\xc9\xd6\x4a\xf5\x7c\x5f\x6c\x44\xe2\xdc\x4a\xa4\x05\xd6\xfc\x0b\xde\x44\x43\xe7\x85\xe4\x62\xb5\xe8\x32\x97\xb0\xe9\x89\xb9\x20\x99\x57\x57\xd0\xed\xfc\x24\xef\xd2\xf7\x81\xa5\xa5\xc7\x2b\xe2\x36\xa4\xf6\x9b\x05\x44\x03\xb9\x7a\xce\xd2\x23\xa7\xfb\x67\xfc\x15\x04\x04\x5f\xb6\x8a\xcd\x4c\xd8\x5d\xb3\xc2\xc9\x5a\x92\xac\x3c\xd6\x42\x44\x98\xe4\x6b\xc9\xb5\xfb\xf7\x81\x90\xf0\x19\x5f\x05\xbb\x4a\x36\x94\x59\x03\xa8\x51\x97\xb3\x02\x84\x2a\x83\xf6\xac\xb8\xe2\x5a\xb2\xab\x47\xb8\xc2\xaa\xbd\x80\xc4\xdf\xd4\xdf\x41\x3e\x9a\xaf\x32\xde\x3f\x5a\xdf\xfa\x93\x36\x57\xf5\xd8\x5c\x94\x9f\x65\x92\x9f\xa5\x4a\x2d\x3d\xc9\xaf\x52\x15\x34\x37\x2b\x6a\xc0\xa9\xfb\x10\xf9\x54\x9a\xd7\xeb\x26\xc8\x77\xb8\x1e\xb5\x4b\x77\x99\x7c\x50\xa2\x17\x15\x04\x02\xd9\x74\x27\xf9\x54\xaa\x34\x13\xb3\xed\xf1\x18\x7f\xe6\xfb\x93\xbf\x44\x92\x5a\x0b\xef\x32\xed\x77\x4b\x11\xe7\xf5\x69\xbf\xc1\x4c\x2a\xa8\x74\xb6\x70\x98\xd1\x63\x8c\x2b\x77\xb5\x24\xd0\xf0\xe6\x14\xd6\xd9\x24\xbf\x49\x17\x7c\xd1\x6c\x25\xd4\xfe\xfe\x3e\xf2\xa1\x34\x95\xb1\xf9\x89\x39\x68\x05\x49\x4a\x8f\xe5\x8f\x6b\xb8\xe7\x83\xeb\xb7\x0c\xea\x13\xd7\xef\x6e\xc9\xa7\xa1\x16\x53\x72\xb3\x89\x2b\x78\x6d\x1e\x1f\xae\xe0\x66\x56\x1a\x40\xc2\xd6\xc4\xb4\x46\xc4\xbc\x98\xbf\x48\x99\xa2\xcc\xb1\xb3\xb5\x40\x8c\x50\x19\xb3\x87\x92\x2b\xce\xd6\xe3\xf7\x1a\x1f\x71\x49\xcd\xed\x91\x0f\x29\x6f\xfe\x3d\x0e\x14\x6d\xff\x93\xc7\x85\x7c\x2b\xe5\xff\xc7\xd8\x9f\x23\xd9\xef\xf3\xc0\xa2\xe0\x56\xbe\x25\x88\x33\xe9\xfc\xf7\x42\x80\x52\x7b\x6d\xf4\xfe\x8d\x0e\x25\x4a\x99\xe7\xbe\x78\x37\xe2\xe7\xd5\x29\x4a\xe2\x04\x82\x18\x13\x8c\x7e\x58\x1d\x35\xa8\x99\x21\xbd\xfa\x0c\x4d\x84\x93\x9b\xa8\x7c\xa8\xcd\x98\x91\x91\xce\xc1\xbe\x87\xaf\x75\x5e\x26\x1d\xa1\xa3\xeb\xe7\x7d\x5c\x16\xbc\x0c\x3a\xb0\x85\xe8\x30\x5a\x1d\x6a\x63\xd6\xe6\x20\x89\x90\xf0\x0a\xab\x43\x8d\x64\xb1\xa0\xd5\x17\x20\xb5\xb5\xd8\x2b\x24\x6b\x3e\xbf\xa3\x32\x21\xc7\x07\x07\x2c\x6b\x6a\xaf\x0e\x1b\x22\x43\xa7\x57\xb7\xa8\x6f\xc2\xf9\x47\x7d\x0a\x8d\x07\xa8\xa9\xcc\x73\x58\xdd\x23\xda\x83\xeb\x01\xb8\x90\xcc\xcb\xa8\x87\x59\x91\x97\x43\x8f\x4a\x70\x45\xdf\x83\x83\xbe\xeb\xfd\x88\xeb\x57\x3b\xea\x73\x68\x3d\x21\xc9\x30\xce\x7d\x75\x48\xe6\xac\xd4\xb7\x3a\xcc\x96\x92\xac\x3a\x42\x61\xa7\xd6\x1f\x40\x74\x92\x74\x91\x07\xd0\x18\x9a\xba\x90\x07\x30\x08\x0f\xb3\x50\x4f\xa6\x4b\x4d\xee\x51\x6c\x49\xfb\x05\x07\x28\x1d\x94\xab\xdf\x11\xed\xc4\xc3\x01\x9f\xd3\xd4\xfa\xc1\xcc\x99\x74\x98\x1e\x1c\x16\x1d\xe6\x07\xd1\x44\xd4\x6c\x3b\xcc\x9e\x32\x03\xf5\x07\x36\x78\xd1\x1f\x42\xd1\x19\xca\xba\x90\x77\xd0\x58\xc9\x71\x8d\x2b\x24\xd9\xca\xdf\x08\x4d\xa6\xa4\x3e\x50\x8c\x8e\x3e\x85\x35\x52\x48\x9a\x83\xbf\x41\xef\xbc\xbc\x06\xcc\x8c\xf4\xd9\x2d\xe4\x21\x34\x99\xdd\x50\x5f\x66\x74\xb5\x43\xd3\xa6\x83\x7f\x0d\x00\x5b\x16\xf5\x0f\xe6\x48\x2c\xa8\x35\xc2\x27\x50\x38\x9f\x12\x9a\xe6\xb7\xff\xa3\x86\x0d\x9e\xcf\x47\x28\x2e\xd7\x67\xc0\x47\xc6\x24\xe7\x35\x02\x45\xf9\xe7\x77\xac\x47\xe3\xef\x90\x8c\x3b\x7f\x23\xfa\x90\xf4\x8d\x7a\x34\x95\xc5\xd7\xd6\x80\x26\x41\xc4\x83\x35\xa2\xd2\x24\xe9\x63\xf4\x88\xd6\xe3\xf3\x91\x37\x41\xe6\x3c\x70\xb9\x33\x9a\x72\x8d\x11\xa1\xc1\x1c\x0f\x34\x6d\xe6\xbd\xac\x11\x3e\x34\xad\x17\xe0\x4c\x58\x63\x7f\x0d\xc0\x93\x2c\xcd\x7f\xe3\xf2\xa6\x66\x3c\x10\x60\xb1\xb4\x7f\x3b\xcc\x9a\x1c\x0f\xce\xa3\xcc\x68\xc3\x23\x94\x9f\xfb\x7f\x10\x8a\x4b\xfa\x8c\xfa\x32\xac\xb4\xbb\x50\xef\xa5\x13\xe8\x73\x0d\x44\x97\x49\x78\x88\x54\x89\x4c\xfe\x35\x1e\x68\x1e\x34\xc3\x4d\x98\xe9\x27\x35\xe7\x89\x12\x1e\x74\x43\xac\x19\xd1\xba\x3f\xbf\x91\x17\xc4\xf9\x23\xd5\x62\x30\x09\x72\x4d\x98\xe9\x59\x2f\x6a\xcd\x0b\x3e\xa7\xac\x76\x68\xc6\x45\xdf\x83\x99\x95\xc2\xd7\x4c\x88\x36\xe5\x7c\x27\xce\x87\x2c\x07\xa8\x5f\x53\x57\xfe\x17\xe0\xca\x35\xe1\xd0\x2b\x59\x1f\x0b\xe0\x3a\x4e\x36\x05\xb1\xf2\xe3\x91\xe4\xa5\xc9\x16\xe4\x75\x90\x59\xcc\x82\xd0\x64\x32\x87\x09\xec\x1f\x1d\x06\xe4\x85\x34\x46\x03\x2d\xe4\x81\x14\x11\x0f\xf2\x40\x3a\x8b\x37\xad\xc8\x03\x99\xea\x0f\xd8\x40\x53\xe3\x09\xcd\x43\x9b\xd5\x00\x0f\xc1\xc3\x38\x5b\x40\xd6\x73\x33\x80\x05\x26\x4d\x6d\x76\xa0\xfe\x56\xfd\x0e\x66\xcf\xef\xf7\x60\x5e\x9c\x4f\x07\x71\x50\x52\x9c\x01\x9f\xc3\xc3\x31\x23\x49\x91\xcc\x61\x02\xde\x82\x0e\xff\x35\x11\x3d\x43\x08\xf2\x35\x03\xa2\x9b\x92\xc5\x44\xb1\x30\x26\xb1\xad\xbf\x3c\x08\xcd\x17\x0e\x61\x1d\x66\xe4\x3d\x34\x02\x03\xae\x09\xe6\x4f\x6c\xa4\x35\x03\xbe\x86\x9a\xdf\x44\xe8\x25\x33\xba\x57\xd4\xaf\x21\x56\xdc\x9a\x28\x06\x46\x20\xd3\x35\x9f\x88\xbe\xe1\x78\xa3\x66\x7b\xd7\xf3\xe1\x60\xfe\xc6\xb7\xc2\xc1\xcc\xf5\x5d\x00\x16\x65\x68\xf3\x5a\x08\x55\x67\x92\xe9\x5a\x81\x4d\x47\x7a\x40\x9e\xc5\x60\x28\xef\x8a\xbc\x8a\xa1\xef\x21\x43\x98\xa1\xbb\x6b\xa1\x58\x18\x33\xda\xd7\x02\x0a\x32\x51\x92\xd7\x42\x99\xe5\xa9\xf1\xa1\xd8\x12\x8b\x25\x2d\xd4\xbb\xa9\xba\xec\x17\x34\x5d\x26\xa5\xae\x85\xbc\xa4\x8b\xcc\x71\x81\x1e\x2b\x0f\xdf\x6a\xd0\xdc\xb9\x5f\x0b\x66\x52\xa2\x32\xaf\x85\xd0\x72\x96\xc1\x5d\xa8\x97\x33\x18\x5a\xbb\x22\xaf\x81\x49\x6d\x6b\xad\x58\x2f\x3e\x8f\x68\x38\x3a\xa4\xd7\x0a\x4d\x46\xe3\x03\xfd\xfd\xac\xcf\x0e\xac\x28\x8e\x67\x87\xb0\xa8\xe7\x01\x3f\x42\x4d\x06\xf5\x66\x06\xe1\x9c\x16\xea\xcd\x0c\x86\x8a\xaf\x65\x11\x9a\xac\xe7\x01\x0c\xc9\xcb\x06\xf5\x63\xea\x22\x7d\xae\x13\x01\x41\xec\x2f\xcc\x8a\x43\xed\xc8\xab\xa2\x30\x82\xfa\x30\x45\xfc\x61\x41\xd8\x61\xe5\xd5\xb5\xc2\xac\x48\xe1\x77\xfd\xe5\xfd\xb0\x1d\xf4\x2d\x66\xbb\x9e\x40\x75\xe6\xf8\x1e\x54\x2e\xe5\x79\xd8\xf0\xb1\xca\x8c\x8b\x54\x8a\x46\x94\xe7\x85\xfa\x2d\x83\x49\xe0\x6b\x67\xe4\xa9\x50\x92\xdf\x05\xd1\xa1\x14\xc6\x90\x7a\x30\x08\xaf\xb4\x50\x7f\xa5\x35\xd2\x33\xea\xa7\x54\x86\xae\xaf\x0d\x54\x6b\x46\xdb\xae\x0d\x33\x22\x11\x47\x16\xea\xa7\x0c\x86\x0a\x2f\xa4\x22\x14\x86\xe2\xaf\x1d\xf4\xc3\xf3\xba\x1b\x4a\x94\x50\x78\xd8\x61\x66\x6c\x7a\xff\x81\x99\xfc\x5b\x8f\x1d\x01\x02\x14\xb6\x36\x2a\xc1\xea\xf2\x40\x2a\xc2\x90\x99\x7f\xf7\xa8\x3f\xc5\xef\xed\x28\x5b\xfe\x2f\xd1\x62\x6b\x1b\x88\x93\x97\xc1\x46\xa8\x1f\x1d\xe6\x6b\x43\x2d\x26\x7c\xc6\xda\xa8\xa1\x3c\x34\x79\x64\x4c\x2f\x0d\x06\x70\x04\x72\x10\x21\x6e\xba\xc9\xc1\x69\x90\xe4\x98\xe1\xbf\x2c\xd4\x5e\x5e\x4e\x06\x07\x6f\x26\xb3\x34\x14\xc3\x21\xfc\xc5\x42\x68\x73\x21\x64\xff\x32\xa8\xb5\xd2\x6c\x0c\x40\x95\xb2\xc9\x5a\x45\x80\x01\x99\xbf\x81\xb9\x30\x43\x79\x21\xf4\xb9\x4b\x12\x89\x7a\x18\x5d\xe3\x6b\x60\x86\xd4\x64\x10\xca\x5c\xe5\xd0\x35\x40\x7c\xcb\xa1\x6e\x0b\x70\x1a\x9a\x0f\xb0\x9b\x98\x01\xbe\x2c\x42\x55\x79\x98\x6d\x23\xe9\x53\xe3\xf7\x80\x8b\xe1\x7a\xc1\xec\xc0\xe2\x6c\x0b\xf5\x1e\x0a\xb1\x91\x96\xdd\x71\x99\x7f\xed\x1e\xc5\x90\xc8\x3c\x3d\xc1\x87\x41\x9f\x17\xea\x3f\x34\x86\x42\x2f\x4f\x51\xb3\xfd\xeb\xdf\xa3\x26\x3e\x99\xa1\x17\x64\xa8\x93\xb9\xfa\x5f\xd2\x28\xdb\x11\x5d\xa6\x80\x08\xaf\x21\x79\xf3\xf7\x7b\x18\x2a\x43\xbb\x97\xdf\xa1\x49\x71\x7c\x28\x16\x45\x48\xfe\xe5\x51\x39\x90\x97\xb1\x23\x29\x90\x25\x02\x56\x84\x76\xca\x4c\xea\x90\x14\x19\x5a\xba\xce\x05\x4d\x8c\x87\x11\x10\xfc\x5d\x3e\xb5\x83\xfa\x2d\x92\x14\x4f\x86\x66\x4c\xcd\xe2\x14\xc0\x9b\xf0\xfb\xa7\x21\x89\x8d\x9a\xcc\x81\x19\x83\x95\x23\xd7\xe9\x51\x7c\xa9\xf0\x37\x24\xfd\xa2\xdf\x30\xfb\xa8\x7f\x38\xbc\x99\x11\xbf\xce\x0e\x78\x13\x8e\x1f\xc2\x09\x33\xde\x57\x40\xb4\xcb\x87\x74\x1c\xfb\x4f\x66\x71\x0e\x2a\x6b\x72\x7d\x4f\x24\x1d\x73\x3f\xcf\x1f\x90\x25\xc7\x8b\x80\x17\x31\xeb\x03\xc4\x02\x49\xf2\x37\xce\x2b\xf3\xd2\x16\xa2\x13\x2b\x11\x1d\xd6\x3d\x22\x1a\x6d\xf0\x37\x92\x9a\xb9\x5e\x77\x58\x3e\x48\x3f\x77\x14\x73\xe3\x7a\xdc\x2b\x84\x9f\xc6\xdf\x05\xed\x95\xbf\x51\x42\x82\xc2\xc1\x1d\x65\x9f\x69\x49\xb9\x91\xd4\xad\x00\x84\x7b\xc7\x79\xe6\xef\x08\xdd\xa6\x59\xf6\x36\xb4\x73\x7d\x6e\x0b\xf8\x23\x8e\xc7\x90\x0a\xc1\xf3\x73\x3b\xf2\xee\x34\x3f\xc0\xb3\x54\x5e\x5e\x77\xa0\x1c\xf3\x32\xba\x0f\xf2\x62\x28\x0c\xdc\x07\x96\x18\x6a\xce\x37\xb0\x10\x99\xf1\xbe\xee\x13\x49\xc1\xfa\x0d\xb3\xfa\xa5\xdf\x08\xa5\xd7\x7c\x81\x7d\x28\xcd\xe7\x06\xfd\xb3\xf8\xdd\x7a\x10\x8a\x7c\xd1\x0c\xf6\xc4\x65\x49\xfe\xf7\x00\x6e\x88\x49\xe0\x0b\xd1\x81\x85\x40\xa5\xeb\x81\x30\x56\xc9\xff\x23\x7a\x8e\x01\x5d\xeb\x09\x1f\x35\x85\xf3\x07\x01\x2e\xed\xdf\x2e\x17\x84\xc6\x75\xe6\x1d\xac\x07\x19\xe2\xcc\x5b\x58\x4f\x84\x92\x72\xf1\x1e\x1c\x1e\xc2\x7f\xac\xe7\x95\xf4\x1b\x43\x25\x17\x20\xc1\x07\x51\x6a\xd7\x83\xc3\xb5\xe8\x03\x00\xa4\x77\x63\xe5\xc3\xf5\x4c\x94\x51\xe5\x66\x3f\x0b\x71\xe8\x94\x8c\x9e\x05\x07\x21\x0f\x4b\x84\xde\x51\x72\xdd\x7e\xd5\xff\xfe\x97\x18\x4a\xb8\xfd\x95\x6c\x17\xb1\x97\xb6\xbf\x8b\x97\x18\xbd\xb4\x3d\x57\xfc\x1e\xfc\x7d\xbf\xcf\x7f\x37\xf3\xf6\xf7\x32\x4b\xcc\xb3\xd9\x5e\xf1\x7e\xe2\xfb\xef\xe2\x26\x86\x5e\x6f\xe4\x85\x2c\x26\xa9\x6d\xd4\xbb\x49\xf4\x41\x6d\x6f\xe8\xef\x33\x6b\x6d\x7f\x35\xab\x44\xcd\x62\x7b\x43\x7f\x1f\xb3\xd9\x3e\xf0\xfc\x27\x49\x6c\xe4\x85\x2c\x96\x59\xdd\xc8\x0b\x49\x29\xb3\xbf\x99\xd1\xce\xef\x2f\x8c\xb7\xb0\xff\x85\xef\x15\xb5\xbf\xf3\xa5\x66\xb2\x91\x97\xb1\xaa\xd6\x6b\x63\x3c\x95\xef\xdb\x7e\xdb\x1b\xdb\x5f\x49\x35\xb1\xf8\xda\x46\x1e\x43\x62\x71\xb4\x8d\xbc\x85\x44\x20\xcc\xed\x8e\xef\x35\xf6\xff\x4a\xaa\x89\x79\x03\x1b\xf5\x6c\x16\x51\x73\xb7\xbf\xcc\x32\x31\xf4\x7a\x23\xcf\x20\xd1\x66\xbf\x71\xf9\x2c\x96\x7d\xdd\xc8\x33\x48\xd4\x14\xb6\xdf\x98\xcf\xe4\xf8\x6e\xf4\xdf\x39\x9e\x07\xeb\x35\x39\x9e\xf7\xf2\x4a\x49\xfd\xbf\x87\x77\x31\x69\x72\xa3\xfe\x4d\x62\x34\xe5\x46\xde\x41\x62\x19\xd8\x8d\xbc\x83\x45\x07\xf8\x46\xbd\x9b\x44\xd4\xdc\x7d\xde\xc3\xbd\x98\xd7\xb1\xcf\xf5\xbc\xed\x9f\x26\xbc\x51\xdf\x66\xd1\xcc\xb9\x4f\xc2\xfa\x7e\xc2\xc3\x46\x3d\x9b\xc4\xfa\x37\xfb\x24\xcc\x87\xf3\x3f\x41\xdf\x9c\xef\xc9\x0b\xbf\xd9\x5f\xc1\xfb\x8b\xfd\x05\x7d\x2f\x7e\xbf\xbe\xeb\xcf\x3c\x8c\x7d\x2a\xd6\x7f\xf1\x7b\xf5\x3d\x4f\x34\x4b\xee\x53\xf1\xfd\xc5\xef\x37\xf4\xbf\x38\xfe\xa0\xf7\xc5\xef\x81\xde\x89\xea\xbd\x71\xf9\xa6\xac\xf5\x7a\x25\xe9\xc5\x7a\x38\xfb\xf4\x82\x76\x8e\x77\x5c\xf8\xcd\xf9\x0e\xac\x27\xcf\x3b\xea\xb9\x24\x0a\xbf\xfb\x4c\xac\x27\xf7\xf7\x4c\x47\x3b\x9f\xc7\xf9\x60\x80\xd0\x3e\xfb\x1d\x2f\x99\xe9\x3e\x36\xf0\x9b\xdf\xf3\x68\xe7\x7a\x80\xbe\x89\xb2\xbe\xcf\xab\x89\x2d\xd6\x23\xda\xe7\x60\xfc\x85\xf3\x3d\xe8\xbf\x70\x7e\x37\xfa\x2f\xec\x0f\xf4\x4d\x9f\xf6\x3e\x4f\x3c\xcf\xfe\x1e\xcc\xef\x13\x36\x37\x52\x17\x16\x85\xd9\x7d\x5f\x2f\x3f\xca\x3c\xbf\xf7\xf5\xf2\x23\x5e\x4e\xfb\x7e\x85\xcd\x44\xd4\xf9\x7d\x27\xf4\xf7\x09\x6f\xfb\x2e\xf1\x9b\xdf\x2f\xef\xf9\x1a\xe4\x1f\x77\x79\xcf\x17\xa3\xd1\x36\x52\x19\xd6\xa8\xf5\x1f\x2e\x97\x8d\xfa\x1f\x29\x37\x76\xfe\x4a\xfa\x8b\x37\xfd\x46\x1e\x43\xca\x64\x26\xf7\xcb\x5c\x17\xa3\xad\xf6\xfd\x4a\xfe\x6b\xa8\x73\x10\x1b\xa3\x31\x36\xea\x83\x24\xa2\x04\x6f\xd4\x07\x59\xb4\x81\xef\xbb\x75\xb4\x73\x71\xda\x4b\x3c\x43\xef\xbf\x6a\x5b\xca\x64\x0e\x77\xc7\xe2\x93\x18\xef\x20\x3e\x32\x87\xfb\x65\xbe\x8b\x3e\x98\x7d\x07\x71\x4d\x7e\xcf\xde\xf1\x4e\x2d\x9e\xe3\x7d\x1e\xde\x3b\x88\x89\x87\x17\x92\xca\x9a\x9a\x6f\x10\x0b\x0f\x27\x24\x8b\xc4\xa4\xad\x8d\xbc\x85\x44\x20\xbb\x7d\xbf\xcc\x6d\x4d\x8d\xf7\xc6\x66\xf3\xf0\x42\x12\x49\x0c\x1d\xdc\xc8\x73\x48\x34\x43\xed\x3b\x88\x8d\xc4\xf4\x80\x58\x18\x1a\xbd\x9f\x97\x39\x25\x86\x26\xef\xa7\xc4\xef\xce\xdf\xe9\xbf\xff\x2d\x9a\xbd\xf6\xf3\x6a\x22\x89\x36\xe5\x8d\xbc\x80\x45\x20\xc1\xfd\x80\xd8\xa8\xc9\x6d\xc4\xfd\x2f\x46\xeb\x6c\xc4\xfd\x27\xc2\xb9\xec\xe7\xbd\x7c\x17\x35\xd5\x8d\xfa\x24\x89\xf5\x4f\x36\xea\x81\x24\xd6\x9f\xd8\xcf\x44\x3b\x0f\xef\x33\xd1\x1f\x2f\x53\xd4\x07\x49\x44\xa1\xde\x10\x2e\x12\xd5\xfa\x0d\xe1\x22\x15\xcd\xc7\xf0\x9b\x87\xf5\xc1\x7e\x16\x1e\x56\xd4\xdb\x48\x17\x13\x73\xf6\xe3\x86\x07\x38\x40\xdc\x7e\x17\x33\x59\x36\x82\xe9\x13\xcb\x3f\xed\x07\x3b\x4e\xdc\xea\xfd\x3c\xd1\xce\x15\xc6\x8e\x31\xde\xc8\x2e\x5c\x3f\x0c\x86\x36\x14\xa5\x48\x0c\xae\xb5\x2b\x76\xec\x1b\x90\x21\xb8\x3c\x31\xfe\xcd\xae\x8c\xef\x7d\x27\xce\xae\x1a\xbf\x17\x7f\xbf\x2b\x7a\xa5\x9f\x07\xde\x29\x32\x4f\xd0\x10\x3d\xfd\x3e\xc0\x11\x55\x8c\xa0\x73\x04\x10\x80\x2e\x4a\x00\x86\x78\xea\x44\xdb\xa9\xa1\xee\x44\xba\x18\xc3\x66\xd7\xab\x7f\x26\xc6\x98\x19\x0a\x51\xbc\x0f\x54\xfe\x03\xdb\xdc\xd9\x65\x03\x99\x76\xf6\x10\xdb\x3e\x38\x84\xd8\xf6\xc1\x1e\xe7\x3b\x82\x8b\x51\x9e\x86\x90\xde\xc4\x40\x19\xbb\x70\x29\x5c\x8c\xb4\x31\xc4\xf8\x26\xe2\x4a\x19\x6a\x3d\xbc\x0f\xb0\xcb\xa0\x94\xc9\x2f\x6e\x50\x02\xef\x09\x43\x54\xee\xfb\x0f\x0e\xda\xf0\xc9\xc5\x41\x59\x8e\x07\xf8\x49\xc3\x56\x2c\x7d\x01\x5d\x2c\x7e\xc0\xb1\x6e\xb9\x72\x90\xa0\x25\x56\x97\xb1\xeb\xd5\x63\x12\xf1\x46\xec\xc2\x55\xc3\x70\x15\x43\x81\x85\x44\x70\x16\x43\x41\x83\x74\x91\x1d\x58\x02\xf1\x50\xd6\xb4\x04\x59\xe4\x22\x3f\x30\x94\x38\x78\xff\xf1\x7d\x32\x81\x9c\xea\x77\xc0\x2c\x65\xc7\xef\x6f\x48\xa9\x60\xcc\x45\xff\xa8\x18\x73\x61\x17\xa0\x3f\x06\x63\x5b\x6a\xf1\x7b\xf1\x37\x3e\x58\xaf\x7f\xb8\x6e\x2c\x75\x8c\x9f\x0b\x94\x46\xbc\xcc\x8f\xcf\x68\xe7\x60\x66\xcc\x6f\x72\x7e\xaf\x30\x9d\x18\xcd\x67\x28\x31\xf0\x3e\xc0\x15\x9a\x86\x07\x38\x3c\x5c\x00\x17\x83\xc1\x0d\xf1\xb2\x89\x85\xe6\x2d\x2d\xcc\xa7\x71\x08\xa0\x1b\x1a\x02\x0d\x75\x03\x12\x75\x69\x43\x3c\x6a\xa2\xee\x6a\x88\x2f\x4d\xf4\x32\x5a\x8a\x3d\xe7\x79\x4d\x07\xa4\xfd\xfb\x8f\x97\xb4\xa9\x8f\x59\x82\xfc\x5b\x3b\x3b\x7c\xf0\x41\x1e\xb6\xf4\x2c\xfc\x66\x87\x0f\xa6\x5c\x27\x17\xf1\xc1\x94\x79\xd8\x80\xbc\xff\x3e\xc0\x1e\x1e\x4c\xf9\x53\x77\x0d\xd0\xfa\x89\x12\xbd\xe5\x04\x1a\x60\x02\x8a\x21\xa6\x34\xd5\x4f\xa4\xb6\x0c\x11\xf7\xa2\x0c\x6d\x39\x61\x4c\xdf\x35\x6b\x19\x32\x6e\x1d\xec\x01\xd7\x48\xe5\xe1\xcb\x90\x69\x35\xe4\x1c\x44\xc4\x11\xe6\x20\xa2\x4f\xa6\xb6\x1c\x74\xf2\x5d\xcb\x96\x83\x4e\xb8\x89\x79\xa2\x7f\x1e\xd5\x0c\x1d\x8a\xb9\xed\x96\x37\x8e\x2e\xa3\xb0\x2d\xef\x57\xce\xf9\x99\x00\x84\xca\x8b\xc1\x09\x96\xc1\x1e\xe8\xff\xb3\xbc\xc1\x4f\x7a\xd6\x1b\x8e\x07\xd8\x05\xd8\x07\xb1\x3d\x2c\x5b\xc5\x6f\x7e\x10\x74\xc2\xe8\x0d\xcb\xa0\x13\x02\x43\x19\xf0\xd7\xd3\xc5\x52\x5f\x86\xc0\xcf\x44\x3c\x00\xcb\x67\xc7\x03\x5c\xe4\x63\x78\x80\x23\xc0\xcd\x74\x31\x5a\xd0\xf2\x39\x78\x80\x43\xba\xe3\x8b\x1c\xd2\x5d\xf0\x02\xd9\x36\x30\xd5\xdf\x7f\xf0\x93\x10\x67\x9a\x26\xfd\x80\x32\x58\x69\xd7\x32\x84\x5d\xfa\x94\x0d\xd1\xa5\xa9\x7d\xf2\x81\x15\x90\x56\x23\x77\x28\x29\x36\xe2\xd3\x76\xac\x40\x3b\x62\x6e\x93\x15\x5c\x2d\x17\x25\x4a\x2b\x20\x8d\xf6\xf3\x1b\xb7\x15\x03\x66\xad\xf4\x1e\xff\xe0\x27\xfb\xfb\x09\xa2\x88\x58\xe9\x33\x1e\xe0\xa0\xfa\xc2\x03\x7a\x61\xc7\x03\xec\xa3\x63\x65\x7f\x5e\xb8\xf1\x5b\xed\x0f\x5e\xe0\x99\x2d\xb0\x01\xb4\x9f\xdf\x18\x34\x2f\xcc\x02\x36\x75\x31\x7f\xd8\x10\xd8\x99\xe8\x4e\xb4\x82\xfb\x8c\x16\x6e\x43\xa0\x67\xa2\x92\x65\x05\x5c\x87\x30\x68\x56\x82\xfa\xf4\x3d\x8f\x76\x8e\xd8\xb1\x4a\x53\x1b\xe3\x98\x02\x4f\x5c\xf1\x27\x1e\xe0\x2a\x05\x3d\xf2\x08\x02\x52\x3c\x5d\xf4\x10\x5b\x81\x9e\x4f\xe4\x3f\x2b\xb8\xbc\xae\x49\xe6\x5d\x0e\x96\x75\xea\x8b\x3b\x1e\xd0\x27\xb1\xac\xda\xfb\x20\x58\xe6\x3e\x58\x09\x82\x25\xf3\x2e\x77\x8c\x89\xab\x04\xd5\x8b\x4e\x6c\x2b\x41\x9e\x8b\x23\x00\xa7\x6b\xeb\x5f\x8a\xee\x5b\xc5\xdd\xc9\xf0\x32\x43\xac\x69\x22\x7e\x88\xd5\xa0\x4c\xf2\x90\x9a\xe3\xf9\xce\xdf\x98\x1e\xbd\x18\x86\x60\xd4\xc4\xc8\x78\xab\x60\x7a\x8c\xc4\xb6\xda\xe2\x37\x3b\x04\x65\xb3\x36\x9d\xd5\x0e\x22\x61\x2a\x8e\x01\x35\x3c\x11\xc5\xdb\x6a\xaf\xf1\x00\x7b\x80\x36\x44\x18\x6b\x03\x6c\x78\x22\x92\xac\x55\x5c\x9f\x5d\x23\x84\x34\xcd\xf0\x63\xab\xeb\xe0\xf7\xb7\x41\x15\x5c\x90\x4e\x57\xab\x3b\x9e\xe7\x08\x41\x75\x4c\xd4\xb2\x6a\xe8\x9f\x0c\xa6\x1a\x4c\x29\x2c\x4a\x61\x15\xba\xb9\xb8\x2a\x70\xc3\xdf\x07\xd8\x83\x2d\x3c\xc0\x19\x78\x8c\x98\x33\x80\xfe\xd5\x33\x67\x00\x3a\x17\x17\xae\xa0\x5a\xc6\x8c\x59\x85\xb1\x8a\x96\x62\xab\x77\xb4\x73\x84\x90\xa8\x12\x4b\xff\x5b\xbd\x3b\x1e\x60\x87\xf7\x1d\xd6\x46\x7d\xe1\x3d\x28\x5d\x53\x7a\xc2\x3c\xc9\xa3\x58\x9f\x84\x07\xf8\x02\x14\x00\x3a\x17\x0c\xd8\xde\x89\xce\x27\x6b\x19\x8b\x44\x03\xa3\xb5\xa0\x93\xcf\x80\x67\x0d\x06\xa0\x4e\x8e\xd7\x5e\x05\x3e\xa5\xa4\x2f\x40\xa9\xd2\x45\xd0\x82\xb0\x48\x16\xad\xdd\x61\x11\xfd\xf6\xa9\xc5\xbe\x72\xd2\x2d\xf6\x95\x12\x02\x10\xa8\x93\x6c\x28\xd6\x20\xea\x26\x89\xba\x2d\xf6\x85\x17\x7a\x8b\x7d\xe1\x85\x0e\x0c\xe9\x94\x98\xa3\x69\x0d\xdc\x81\x09\xf3\xd6\x20\xd5\x88\xef\x77\xa8\x39\xc4\x61\xb5\x1e\xab\xc4\xa3\xdc\x33\x36\x92\x37\x7a\x87\x9c\xca\x0a\x1a\xd6\x63\xd1\x78\x5a\x7b\x8d\xf7\xbf\x29\x23\x92\x35\x11\x17\xd6\x7a\x8f\x76\xf6\xbf\xdf\x09\xd1\xea\x62\x00\x31\x4e\xf4\xa7\x1b\x82\x2f\x13\x5d\x80\x06\x90\xe2\xc4\x8a\x0e\x86\x60\xc1\xc4\x84\x7d\xeb\x4f\xb4\xf3\xfb\xa0\x02\x56\xcc\xb0\x71\xbd\xf3\x61\xe1\x47\x1b\x98\x0f\xd3\xe0\x6c\xc0\x6a\xf3\xc3\xe1\x47\x31\x3c\xf0\xad\x38\xa2\xe9\x12\x93\x28\x0d\xd1\x74\x89\x3e\x57\x1b\xd0\xea\x88\x15\x68\x03\x22\x13\x1d\xf0\x36\x7a\xbc\xdf\xf9\x3b\xde\xff\x06\x3c\x46\x0e\x33\x2e\x3b\x1c\x2f\xf7\x21\x4c\xb1\x8d\xb0\x73\xeb\x2c\x8e\x81\x29\x15\x8e\x00\xdc\x86\x21\x31\x36\xa0\xd4\x0d\x5e\x41\x03\x4a\x5d\x62\xde\xb9\x0d\x88\xd6\x84\x4f\xb3\x11\x7b\x42\xd5\x79\xec\xb0\x14\x93\x8e\x07\xd8\xc7\xd0\x6f\x1f\xf8\xcd\x0f\x84\x29\x9b\xf9\x23\x36\x7c\xe1\x01\x7e\x31\x76\x8d\xba\xf1\x88\x5d\xa3\x2a\x0c\xb4\xe0\xf4\xbb\x6a\x90\x6f\x18\x16\x65\x88\x49\x4b\x0c\xfb\x32\xc4\xa4\xa5\x31\xfe\x25\xa0\xd9\x26\x94\xb1\xc4\x6a\xc5\x36\x13\xf6\x98\x7b\x3e\xc3\x54\xcc\x10\x46\x9b\xe9\xe0\x81\x6f\x38\x13\xda\x1b\xcd\x59\x36\x83\x8a\x78\x2c\x81\x46\x9c\x12\x63\x76\x0d\xf0\xc3\x89\x08\x70\x36\x83\x8a\x78\x2c\x67\x03\x99\xf3\x58\x02\x6e\x38\xfd\xbe\xd0\x40\x05\xbc\x92\x67\x90\x15\xcf\xe9\x0c\xb2\xe2\x39\x9d\x10\x95\x12\xdd\x45\x86\xc0\xb1\x34\x78\x30\x01\x10\xfc\x3e\xc0\x2e\x07\x86\xc0\x93\x3a\x21\x3b\x11\x2a\xc5\x26\x64\x7d\x26\x1c\x1a\x10\x7f\x13\xc3\x30\x0d\x91\x68\x89\xb8\x57\x36\x21\x88\x33\x0c\xd3\x80\xe0\x9b\x98\x90\x6a\xd3\xe2\x79\x2e\x91\xe7\xb0\xbf\xf3\x83\x5e\xf0\x00\x07\x14\x0e\x93\x49\x66\x37\xbd\xe1\x01\x8e\x10\xa2\x3d\xab\xb1\xd8\x3c\x31\x02\x7e\x10\xbc\x83\x30\x8a\x06\x4c\xdf\xc4\xac\x25\x9b\x50\x09\xd3\xd2\x90\xa1\x12\x32\xa1\xdd\xe6\x1d\x26\x7b\xcd\xe1\x4e\x78\x80\x73\x00\x77\x65\x40\x84\x4d\xd0\x39\x21\xd9\x6d\x42\x47\x4c\x44\x5a\xb5\x09\x1d\x91\x89\x1c\x86\x70\xb7\xf7\x01\xf6\x00\x1d\x91\x80\x32\xb6\x20\xd8\x13\x73\xc0\x10\x8f\x96\x98\x93\x6e\x88\x3f\x4b\x4c\x7b\xb4\x55\xe3\xf7\xe0\xef\x78\x7f\xf2\x37\x46\xcc\x7b\x77\x55\x4c\x99\xdc\x66\xfd\x79\x29\x48\x16\x08\x38\x4b\x4c\x3d\xb2\x05\x15\x91\x01\x6e\xb6\x40\x98\x12\x78\x01\xec\x9b\xf2\x95\xf4\x0f\x4c\x99\xaa\xc9\x0a\xd3\xf1\xc5\x45\x5b\x1d\x53\x26\x7b\x5a\x20\x44\x89\xaf\x0b\x84\x28\x69\x15\x50\xbf\x29\x5f\xea\x72\x0e\x3c\xc0\x0f\xce\xf0\xa4\x50\xc6\x5e\x41\x9a\xb4\xed\xad\x20\x4d\xda\x1a\x96\xdd\x78\x81\x94\xb6\x0c\xab\x42\xfe\xb5\xc2\x3c\x7d\x51\x8c\x47\x18\x5a\x9a\x14\x05\x56\x90\x62\x57\x3b\xec\xcb\x0c\x4d\xb1\x75\x62\x59\xb4\xae\x10\xca\xe9\xfb\xb6\x15\x16\x6d\x86\xed\xdb\x0a\x5a\xa3\x75\x60\x41\x8b\xcc\x89\x07\x6e\x41\x0a\x67\x1c\xb5\xad\x20\x46\x5a\x0b\x16\x94\xc6\xcc\x6a\x30\x86\xd8\xb3\x44\x00\x7f\xdb\x09\xe7\x89\x4c\x68\xc3\x3a\xc0\x58\x4a\xdb\x41\x4b\xe4\x39\xbb\xc2\x23\xc5\x34\x2f\xdb\x90\x90\x18\xff\x63\x3b\xbc\x14\xf4\xd9\xd9\x86\x0d\x94\x08\x17\xb6\xeb\x9f\x8f\x89\x43\x82\x2c\xae\x13\xb8\x41\x5d\x3a\x70\x40\xae\x4d\x99\x5e\x31\xdb\xb8\x0d\x25\xfc\x6f\x10\x0b\xbd\xe6\xb6\x83\x38\xe8\xa6\x32\x60\xc9\xa6\x45\x72\x04\x96\x6c\x22\xd0\xbc\x01\x8b\x35\x65\xa6\x67\x18\xc0\x58\x7f\x8e\xec\x86\x44\x92\x59\xae\xd7\x80\xce\x8a\x23\xfb\x0f\x77\xcf\xb6\xf8\x7c\xd7\xe7\x0d\x6f\x73\x3c\x30\x5e\x66\x06\x51\xd8\xb6\x83\x07\x38\x40\xb0\x41\x06\x71\xd8\xc6\x65\xbb\x78\xa2\x37\x58\x08\x0b\x38\x1a\xc0\x47\x13\x0b\x34\x1a\xc0\x45\x13\x0b\xbe\x99\xc1\x75\x41\xa4\x79\x03\xd8\x68\xca\x85\x07\xd4\xe0\x78\x25\x20\xa7\x01\x7d\xf4\x7d\x60\xf1\x1f\x09\x0f\x74\xfe\xc6\x88\x28\x27\x5b\x8a\x11\xf1\x83\x39\x46\xc4\xf7\xe1\x79\x65\x58\x9b\x21\x6c\x2e\x65\x99\xce\x01\x19\x9a\x98\xcb\x6b\x56\x46\x3c\xc0\x2f\x40\x54\x67\xa0\x90\x59\xed\xe1\xfb\xe3\x10\xe0\x9c\x65\xe4\x8c\x19\xa4\xb6\xcc\x74\x65\x03\x8a\x68\x22\x8a\xa7\x19\x8c\xf1\xc4\xb2\x31\xa0\x8a\xa6\x2c\x8b\x27\x62\xe9\x12\x91\xb3\xcc\x82\x72\x49\x15\x06\x77\xad\x74\x44\x83\x56\x99\x65\x95\x36\x68\x95\x4b\x93\x04\x1f\x64\xe1\x41\x33\x70\x2d\xd6\x7e\x32\x0b\x42\xa5\x48\x01\x1c\xd0\x44\x00\x03\x33\x48\xce\x8c\xdc\x34\xdb\xf1\x3e\x77\x65\xc7\xfb\xec\xdf\xe2\x79\x0e\x18\x3a\xe2\xd2\x9a\x82\xc7\xb1\xbc\x86\x59\xd0\x1d\x4d\x21\x16\x74\x47\x7e\x64\x27\x9e\xe7\xf8\xe0\xcf\x25\xfa\x89\x59\xd0\xa5\xb6\x04\x22\x1d\xd1\x83\xcc\x83\x4e\x79\xfd\xfb\x95\xc2\x05\xda\xf9\x0f\x9c\x33\x32\x65\xbf\xc2\x07\xca\x8b\xc1\x83\x72\x99\xa6\x67\x1e\x94\x4b\x06\xe7\x41\xb9\xc4\x22\x34\x0f\xca\x25\xc7\x73\xe8\x84\x99\xd5\x44\xcd\xf3\xf8\xef\x7f\xf9\x22\xbb\x71\x08\x7e\x99\x45\x87\xcc\x5f\xda\xcd\xac\x48\x66\x9e\x0f\x7e\x73\x4c\xaf\x7e\x94\x89\x2b\x6f\xfe\x52\x6a\x26\x40\xa1\x39\x58\x66\x6e\x5c\x46\xc4\x18\x66\xc6\xb4\x99\xbf\x17\xf0\xcf\xf5\xe9\x0d\x1d\x90\x5f\xf9\xc4\x07\xa9\x2e\x38\xc4\xb2\x2c\xbd\xd7\x5f\x71\x3f\x33\x1d\xce\x7c\x85\x6b\x97\xc7\xcd\x17\xe6\x48\x0e\xe4\xb0\xbc\x67\xe2\xde\x98\x6f\xcc\x81\x32\x81\x83\xe1\x65\x29\xbe\x80\xf4\xcc\x97\xbe\xe8\x78\x41\x1f\x70\x8c\x59\x1b\x05\x2d\x35\x4b\x3f\x40\x6c\x4b\x66\xf2\xbe\xf9\xc1\xa4\xa8\x81\x00\x83\x33\x33\xe5\xc4\xfc\x19\xe1\x6e\x66\x8f\x0f\x5e\xe0\xf9\x06\x08\x66\xa6\xf7\xd0\x22\xb8\x24\x4b\x4d\x03\xca\x65\x66\x9c\xbe\x01\xe5\xf2\x7d\x20\xf3\x1f\xd8\x07\x9e\x6f\x84\x9b\xe4\x8b\x73\x3e\x09\x73\xe4\xf9\x3e\x19\xbf\x79\x9c\x4f\xc6\x08\x78\x9c\x4f\xc5\xfb\x3c\xce\xa7\x46\xfb\xb7\xea\x27\xf6\x99\xc7\x15\x30\x99\x99\xa5\x02\xed\x74\xcc\x90\xc7\xf1\x4c\xb4\xff\x13\xb2\x99\x9d\x85\x1d\x23\x88\xae\x9d\x55\xde\xb7\x79\x96\xce\x0a\xff\x3a\x79\xf4\x59\xd8\x11\x0a\x38\x07\x7e\xbc\x2c\x29\xec\x2c\x8c\x9f\xae\x80\x13\x44\x42\x85\xe5\x18\xe6\xc3\xb3\x77\x0c\xe3\xe7\x51\x3b\xb1\xc5\x14\x2e\x4e\x6c\x31\x85\x8b\x73\x63\xfd\x29\x4b\x9c\x07\xdf\xa3\xe1\xe1\x3c\xe8\x8f\x86\x87\x13\x14\x40\xd1\xe2\xbe\xe2\xf9\xce\xdf\x98\x31\xd9\xef\x7d\x85\x87\x9f\xf7\xe0\x7d\x61\xc6\xd4\x6f\x00\x65\x99\x13\x4f\x36\xe2\x3f\x72\xe2\xc9\x46\xf0\x68\xca\xba\x53\xee\xf4\xe0\x01\x8e\xe0\xbd\x63\x32\xa3\x7b\xed\xc6\x8e\x27\xaa\x23\x77\x8d\x98\x03\x4e\xe1\x7e\xef\x98\xcc\x3a\xe5\x16\x41\x18\x45\xdc\xe7\x6e\x03\x0f\x70\xc8\xb8\x73\x8a\xb8\xcf\x0d\xa2\x91\x49\xeb\x06\xd1\x30\x66\xce\x6e\x58\xdc\x0b\x81\x05\xec\x7e\xa5\xf3\xcc\x20\x3a\xbb\x47\xc4\x21\x50\x63\xb9\x27\x56\x81\x67\xff\x06\xd9\x11\xa6\xc5\x6e\x18\x13\x8a\x84\xef\x7b\xa3\x4b\x5e\xee\x88\x19\xcd\xcc\xfe\xb4\xfb\xc6\x07\x79\x55\x23\x12\x23\x33\xe1\xc2\x9e\x2b\x22\x15\xb8\x2f\xcf\x7b\x0f\x64\x06\x51\xdb\x03\xed\xbd\x24\xb2\x60\x60\x1c\x66\x06\xc6\xd9\x13\xeb\xce\x93\xf7\xb4\x86\xdf\x7c\x7e\xc5\xf3\xdf\x08\x80\x19\x98\x99\xdf\x67\x80\xf9\xcb\x0c\x8c\xb3\xe7\xa0\x9d\x27\xef\x89\x19\xf1\x22\x44\x24\x42\x66\x20\x9c\x3d\x07\x74\xc0\x8b\xf0\xb9\xff\x62\x1f\xf4\x0f\xcc\xe8\xbb\x19\x1d\xb8\x6d\x99\xa0\x8b\x0e\x9c\x34\x89\xd5\x0e\xb7\x7e\x66\x24\x9d\x03\xf7\x2c\x33\x92\xce\x81\x6b\x96\x19\x39\xe7\x57\x4c\x70\xf2\xfb\x0b\xef\x4f\x7e\x1f\x5e\xb8\xd2\x3e\x3a\x72\x00\x6b\xe5\x34\xf9\xc1\x1d\xb1\x0f\x89\x5f\xd8\x58\x92\xc9\x1e\xf6\x1d\xc1\x12\xe9\xfb\x87\xfd\xfd\x83\x4f\x60\x11\x99\x54\xea\xd7\xab\x10\xe5\x7c\x71\x4e\x58\xd4\x7c\x71\x4e\xd0\x87\x0a\x61\x9f\x1d\xf8\x57\x99\x05\x74\xfc\x02\x9d\x10\x1c\xce\x2f\x68\x33\x85\x00\x41\x7e\xbd\x77\x42\x66\x7c\x9a\x5f\xcf\x5f\xc0\x06\xbf\xf8\xbc\x1c\x85\x79\xab\x9e\xc0\x21\x98\xea\xe6\xe9\xe5\x08\xd2\x14\x3c\x5d\x18\xc1\xa7\x5a\x3b\x9c\xfc\x99\x88\x5b\x0e\x04\xad\x4c\x04\x21\x4f\x30\x95\x0a\x92\xc7\x53\x8e\xf8\x8d\x8b\x6f\x94\xfe\xbe\x51\x39\x82\x12\xf1\x1b\x17\xdf\x00\x25\x30\xe6\xcc\x13\x2e\x0d\xc6\x9c\x79\xfa\x8b\x29\xd1\x18\x41\x1a\xb9\xe9\x37\x3e\xd0\xf8\x01\xe8\x4b\x85\x77\xb9\xa7\x81\x2f\x36\xf6\x38\x30\xe9\xce\x21\x0d\x7c\xb0\xf3\xf9\x89\x49\x76\x76\x10\x01\x20\x7d\xfc\x8b\xb6\xe3\x69\xa1\x37\xee\x51\x5a\xd1\xdb\xe0\xef\x16\x5f\xd3\x03\x58\xa1\x4f\x28\xf5\xb4\x62\x09\x27\xfb\x5f\xef\xe1\x62\xa0\x99\x27\xd8\x2a\x0b\x13\xf0\x3c\xed\x84\x07\xf8\x02\x48\x37\x0f\xb5\x63\x85\xd4\x23\x4e\x3f\x41\x01\x3d\xbd\xea\x56\x26\x34\x83\x27\xc8\x32\x4c\xe8\xf4\xe4\x58\xa0\xc9\x05\x0b\xc2\x9e\x1c\x10\xb8\x43\xd6\x80\xc1\xef\x18\xb9\xe6\xe9\x8e\x76\xf6\x1f\x74\x3e\xd9\xff\x83\xc3\x49\xeb\xab\xa3\xe0\x7f\x66\xa5\x29\xcf\x41\xb6\xdf\x45\xe8\x39\xc8\xf6\xbb\x45\x3c\x43\x0a\x2e\x2c\x9a\xec\xf9\xc2\x92\x7d\x37\x9f\xe7\x88\x74\x22\xb4\x91\x03\xca\x2a\x33\x9a\xc5\x51\x82\x3f\x13\x44\xd9\x51\x52\x3f\x15\x5a\x27\x1d\x35\xf5\x33\xa3\xd9\x1c\x35\xf5\xdf\x07\xf8\x05\x48\xc1\x8c\x76\xf1\x1c\x27\x81\x18\x07\x9e\xf3\x83\x07\xf8\x42\xc4\xc7\x0d\xcd\xb2\x94\xf8\x07\x07\x01\x41\x9a\x11\x6e\x9e\xc1\xe5\x59\x2a\xd7\x73\x8b\xf6\xc6\xdf\xd1\xce\x31\x82\x49\x32\x02\xce\x81\x67\x95\x59\x66\xc1\x33\x0e\x46\x21\x37\xc8\x38\x18\x8c\x90\x73\xd4\xc9\x4f\x85\x98\x40\x9e\x07\xa6\xc0\xe3\x9f\x23\x96\x8a\x56\x25\xcf\x33\xe1\x01\x8e\x60\x45\x0f\x5c\x03\xb0\x65\xa6\xea\x7a\x5e\x58\xd5\xc2\x11\xfc\x45\x4a\xf1\x5e\x40\xe9\xfc\xcc\xa0\x3a\xcf\x3b\x3e\xc0\x76\xb8\xfd\xca\x14\x69\xbc\x2a\x5d\x66\xcc\x9c\xe7\x08\x94\x9a\xa2\x15\x5b\x78\x80\x5d\x82\x58\x59\x18\xc7\x33\xbc\x70\x82\x44\xf4\x7c\x63\xd2\x8d\x5f\x84\x81\x53\x30\x61\x8e\xf2\xef\x99\x61\x75\x8e\x48\x85\x5c\xb4\x6a\x90\xdc\x95\xd3\xe3\x19\x26\x51\xe5\x25\x78\x01\x7d\x33\xc3\xdb\x01\x84\x95\x89\x47\xef\x25\xa8\x93\x3c\xa5\x54\x6c\x24\x39\x42\xe9\x68\xe7\xed\x5a\x62\x63\xb9\x8a\x05\x76\xee\xca\x82\x1b\x5e\x5e\x99\x27\x33\x64\xcd\x0b\x44\x1c\xc2\x56\x7a\x81\x86\x45\xcd\xdf\x11\x33\x90\x59\x97\xd7\x0b\xb4\x1f\x82\xb1\x38\xdc\xe9\x99\xc8\x83\x0e\xf0\xa5\x24\x00\x0c\x2f\x37\x3a\x24\xad\x97\x1b\xfb\xca\x6d\x2b\x10\x65\x19\xcf\xe6\xf5\x8a\xdf\xdf\x07\xe1\x31\xcf\x04\x4d\xf6\x0a\xd5\x83\xb8\xb5\x8e\x2a\xdb\x99\xd0\x64\x5e\xdf\xc3\x95\x99\xe6\xe3\x70\x88\x67\xa6\xc5\x78\xc5\x51\x62\x38\x9c\xd7\x1e\xbf\xf9\xfd\x1e\xdf\xe3\xf7\xc7\x4b\x35\x84\x2a\x74\xb8\xb7\x33\xa3\xdf\x1c\x55\xae\x73\xa5\xf4\x80\xaa\xd6\x99\x55\xa3\x1d\xde\xe7\x4c\x28\x41\x47\x95\xea\x4c\xb4\x30\xaf\x77\x7c\x9f\xfd\x43\xd4\xaf\xf9\x5f\x9c\x3b\x0e\xb7\x6f\xae\x3c\xb7\x35\xc2\xb4\x18\x68\xe6\xf5\x25\xb8\xcc\xfa\x1a\x5e\x9f\x07\xbf\xbf\xd1\xb6\x0b\xa3\xf9\xec\x6b\xde\xb0\xda\xf5\xb3\xaf\x39\x6a\x48\xe7\xca\x63\xdc\x40\x8f\x2c\x73\xec\x2d\x56\xff\x93\xf6\xbc\xc5\xea\x17\x7e\x1f\x1e\xc6\x5a\x79\x64\x5a\x31\x3c\xc0\x0e\xcb\x5f\xf0\x5d\xe2\x3f\x0e\x1e\xe0\x08\x6a\xc4\xd2\xf1\x14\x36\x28\x0a\xca\x92\xf5\xd6\x9e\xf8\x07\x07\x09\xc5\x80\xd1\x71\xde\x62\x8b\x1b\x3f\x39\x22\x7e\x8f\xd7\x66\x8b\x3d\xe5\x29\x43\x71\xe6\xcc\x68\x37\x47\x71\xe6\xcc\xe0\x36\x6f\xd0\x03\x2a\xd3\x3f\x1c\x90\x5a\xb9\xf2\x58\xb6\x15\x21\x84\x4b\xff\x48\x78\x80\x3d\x42\xe3\x24\x06\x95\xb7\x15\x93\x5a\x9c\x54\x90\x11\xcf\x69\xdb\x18\x22\x6f\x6e\x78\xcf\x33\x83\xdf\x1c\xf5\x98\x93\x8a\x19\x78\x43\x8c\x71\x6d\xda\x4a\xdc\xdd\x95\xec\x10\x15\x99\xdf\x07\xb8\x6c\x7e\xe3\x01\x0e\x01\xd1\x3a\xb5\x69\xb3\x71\xdb\x13\xd8\xca\xe1\x6e\xcf\x04\x0e\x73\x00\x65\xa5\x4a\x93\x94\xb7\xfb\xbd\xcd\x09\x5e\xe3\x28\xd2\xfc\x3e\xc0\x31\xdc\x0d\x0f\xe8\x85\xe8\x92\x1c\xb5\x41\x11\x66\x40\x9b\x37\x9c\x0e\xe6\xc1\x78\x7b\x5a\xbc\xf0\x0d\xba\x83\xa0\x25\xab\x77\x10\xb4\x96\x05\x75\x94\x93\xd0\xb1\xbc\xe7\x89\x07\x16\x7f\xc7\x10\x78\x84\x3a\x48\x9a\x79\x8f\xde\xe1\xee\xac\x6d\xf1\x93\xaf\x60\x9b\x1b\x49\xba\x97\x08\xd6\x5c\x7a\x63\xe1\x81\xc9\xdf\x31\x06\x6e\x05\x10\xc0\x32\x03\xd6\x1c\x88\x5e\xb2\xf5\x39\xe2\x0c\x64\xea\xf3\x0e\x87\x69\x65\x4c\x8d\x77\xdc\xf7\x5a\xb6\x0e\x26\xd6\x78\x11\xf5\xfe\xe0\x37\x3f\x30\x22\xbc\x53\x93\x7a\xef\x09\x59\xfa\xbc\x8f\xf8\x00\xe7\x34\xa3\x03\x4e\x01\x21\xaf\xb5\xab\x87\x89\x29\x50\x94\x46\x3d\xe7\xf7\x01\xf6\x30\x0f\x1e\xe0\x0b\x10\x08\x58\x63\xd4\x01\x54\x95\xa5\xe1\xf4\xdd\x23\xe2\x94\x2f\x6c\x2c\x33\x05\xb9\x1e\x31\xb1\x2c\xd4\xe7\x28\x01\x9d\x19\xce\xe6\xdd\xb0\x8a\x6a\xf7\x58\x35\x9e\xda\xee\x20\x4f\x4a\xbb\xc0\xaa\x7a\x1f\xe0\x24\xa0\xd7\x35\x8a\xbf\x1d\x7a\x1c\xab\x1f\x39\xe2\x33\x32\x61\x66\xbd\x43\x6d\x6b\x7a\x3f\xa8\x57\x94\xf2\x60\x0d\x78\xc2\x50\xe4\x39\x13\xd3\xda\x47\x10\x2f\x0f\x14\xc0\x96\x52\x25\xee\xa8\x8f\xf4\xae\x01\x41\xaf\x1d\x55\xa1\xdf\x07\xf4\x8f\x85\x07\xbe\x11\x0e\xdc\x96\x9d\xc2\xeb\x00\xb5\x33\xba\xcb\x01\xb7\x94\xea\x20\xe7\x1a\xaf\x28\x9a\x7b\xfa\x97\x48\x6a\x1f\x11\x61\xcb\x72\x5a\x3e\x4a\xc3\xdb\xfa\x5a\x4c\x80\x7b\x30\x70\x56\x18\xfc\xe5\x03\x3a\x1f\x83\xbb\x1c\x01\x27\x99\xc1\x5d\x3e\x5e\x1d\x30\x33\x96\xcb\x47\xdc\x06\x12\xbe\x51\xe7\xfa\xfd\x07\xd7\xac\xbe\xa4\xce\x80\x11\x1f\xed\x2f\x2a\x58\xff\x70\x3c\xc0\x17\x70\x76\x3a\xb9\x1c\x62\x54\x72\xa7\x64\x3a\xba\xe1\x37\x87\x3c\xa2\x9d\x43\x86\xd3\xad\xd2\x2b\xed\x08\x39\xc9\x4c\x6c\x76\x40\x34\xbd\x0f\x70\x12\x10\x19\x18\x6b\xe5\x03\x8a\xa1\x4a\x2c\xfa\x58\x2b\xfe\xc1\x31\x2c\x2c\x03\x0f\x13\x0a\x60\xbf\x0f\xf0\x93\x50\xec\x98\xbc\xed\x03\xb4\xcf\xe4\x68\x1f\x30\x59\xd4\x49\x3e\x39\x70\x1b\x74\xed\x7b\xdc\x06\xf3\x33\x1c\xf9\xc0\x6d\xa0\xe3\x37\xe2\x36\x98\x3c\xb0\x03\x87\x41\xc7\x6f\xe0\x36\x60\x75\x0e\x1f\xe7\xe0\x37\x9f\x87\x2e\x28\xed\x77\xdc\xf1\x3c\xa7\x70\xc7\x88\xbe\x9d\x9d\x50\xf5\x08\x26\xe4\x40\x6e\xca\x52\x8e\xe7\x15\xe1\xd7\x94\xc4\x00\xe5\x94\xa5\x1c\x03\x9a\xe9\x7d\x60\xf1\x1f\xa0\x6d\x6a\xa3\x33\x45\xc0\x36\x69\x65\x66\x4c\x89\xe7\x77\xc6\xe9\xe1\xf9\x9d\xd0\xec\x84\x1b\xec\x13\x9a\x1d\x03\xc0\x1c\x00\x4d\x49\xa0\x19\x8e\xca\xdd\x99\x11\x61\x0e\xc4\xa6\xcc\x88\x30\x9f\xb0\x81\x10\x6e\xcd\x67\x9c\x07\x72\x00\x20\x2e\x65\x46\x84\xf9\x1c\xf1\x9b\xef\x83\x18\x19\xf1\xe5\x73\xc4\xa2\xe8\x03\x63\xe3\x01\xfe\x46\x50\x70\xa3\x8f\xc6\xe7\x7c\x17\x65\xf0\x44\xce\x19\x21\xe4\x64\x19\x13\xd4\x3a\xb4\x8a\x50\xcc\x86\x16\x0d\x56\x8b\x76\x51\xa6\x9c\xb0\x5a\xd0\xfb\xe0\x73\x47\x90\x3a\x95\xc7\x09\xab\x05\xbd\x0f\x8e\x60\x9a\xcc\x22\x75\x8e\xd8\x97\xcc\xa8\x31\x9f\x1e\xed\x9c\x34\x68\x97\xc8\x09\x3e\x11\x35\xac\xfa\xd5\x3e\xcf\xcb\x65\x18\x24\xe6\x13\x71\x81\x2a\x18\xed\x28\x80\x9d\x59\xa9\xc7\x27\x68\x93\x51\x63\x3e\x5f\xb1\x22\x8f\xcf\x1b\xe7\x0b\x6a\xda\xe0\xb6\x2e\x98\x1d\x5a\xe2\xaa\x2d\x98\x1d\x98\xb2\xe8\x2b\xfd\x05\xda\x17\xfe\x03\x73\x26\x53\x40\x28\x4b\x96\xe1\x63\x41\x90\x26\xe2\xbc\x2f\xa8\x2d\x8c\x48\xf7\x15\x84\x40\x46\xbf\xa0\xf1\x13\x1a\xcb\x57\x8f\x30\x7b\x9a\x5e\x56\xc7\xbe\x36\x76\x08\x91\x80\x51\x69\xbe\xa0\x29\x32\x3e\xdd\x57\x50\x16\x85\x68\x04\x9e\x64\x46\xad\xf9\x9a\xf1\x9b\x1d\x42\xc1\x67\x90\x9a\xaf\x85\xdc\x05\xa6\xb4\xfa\x82\x86\x3f\x28\x44\x2f\x68\xf8\x8d\x39\xae\xbe\x82\x90\x28\x55\xaf\xd8\xf6\x7f\x0a\x6b\xf3\x85\x20\xbb\x96\xb9\xe7\xcb\x41\xe8\x64\x3f\x2b\x32\x19\x64\xfb\x5a\x07\x0b\x42\x7e\xb3\x10\x20\xd5\xf2\xcf\x3f\x10\x4a\x2d\x6b\xd7\x82\x81\x60\xf0\x7a\x8f\xa0\x94\x46\x18\x71\x47\x54\x4a\x1e\x5a\x73\xe4\x36\xb4\xfc\xf3\x06\xa6\x44\x8e\xb3\x6e\x10\x26\xb5\xe5\x05\x93\x83\x8a\x23\xfb\x82\x2b\x8f\x81\x6b\xbe\x83\xf0\xc8\x3f\x50\x7c\x3a\x35\x96\xd2\xf7\x0d\x05\x8d\x81\x66\x8e\xea\xd1\x99\x81\x66\xbe\xe1\xb2\x25\x84\x9b\xa3\x1a\x73\x66\x18\x99\xa3\x1a\x73\x66\x18\x99\xa3\xda\x72\x6a\x32\x00\x6c\x5c\x87\xc4\x8c\xf3\x3d\x0e\x7e\x73\x84\xd0\x95\x18\x05\xe6\x28\x37\x9c\x19\x05\xe6\x1b\x06\x03\x06\x7d\x39\x22\x3a\x32\x63\xbc\x7c\x47\x8e\x00\xd3\x72\x1c\xf5\x75\x33\x83\xba\x7c\x47\x8e\x40\xd5\x88\x4e\xc2\x03\x1c\x41\xec\x34\x13\x77\x1c\xc8\x47\x99\x18\x9f\xbe\xef\x18\xc2\xe2\xef\x77\x91\x75\xdd\x6e\x28\x15\xba\x6d\x0d\x37\x0d\x91\x64\x1c\x31\x20\x99\x48\x30\x6e\xb1\xe6\x54\x72\x2d\xd6\x9c\xdc\x03\xc8\x46\x72\x2f\xba\xc1\x17\xc6\x9c\x05\xb7\xd8\x03\x8a\xf7\x06\x2f\xf7\x24\xf3\x30\xe8\xaf\x0c\xe9\x72\x5b\xf1\xfe\x37\x7e\x83\x49\x81\x18\x97\x6e\x10\x43\x09\x28\xed\x40\x16\xca\x32\xde\x19\xa8\x4e\xb6\x3a\x8b\x0c\x86\xa1\x09\xc1\x06\xc1\x90\x30\xf7\x98\x30\x79\x85\xc7\x84\xc9\x2b\x1c\xcc\x8a\x25\x7a\x1d\x71\x00\x49\xa8\xae\x0e\xb8\x8c\xcc\xe2\x4c\xee\x50\xaa\x84\x2c\xe7\x0e\xa5\x8a\x30\x9a\xee\x50\x89\x1a\x03\x2e\x1d\x85\x56\x33\xe3\xb9\xdc\x63\x0d\x29\x1d\x38\xac\x00\x82\x63\x72\x87\x18\x37\x79\xf4\x3c\x16\x91\x67\xd3\x91\xb6\xd0\x44\x15\xde\x3b\x1e\xd0\xef\x48\x35\xe1\x35\xe3\x41\xf9\x3c\xac\x3e\xa2\x07\x0e\x61\x34\xfc\xe6\xa4\x63\x9b\x28\x2d\xa0\x76\x6a\x96\x81\xd2\x23\xbb\xeb\x67\x48\xd8\x47\xc6\x7f\x39\x8a\x8b\x66\xc6\x7f\xb9\x23\x95\xb3\x11\xef\xcd\x51\xfd\x33\x2f\xde\xdd\x81\xa2\xd1\x7e\xff\xb1\xf0\x00\xe7\x04\x19\x6d\xf1\xb4\x3b\x28\x85\xb5\xbf\x1d\xb0\x19\x99\x80\x75\x0e\x18\x8c\xcc\x00\x33\x77\x28\x30\x0c\x30\xf3\x80\xb9\x10\xe2\x99\x1f\xf8\x2b\x17\xef\xc1\x73\xc5\x07\xd8\x9e\xe2\x03\x9d\xbf\xb1\x06\x0c\x94\x71\xa0\x3a\x65\xc9\x68\xe7\x2f\x01\x66\xe8\x0b\xef\xe1\x90\x8c\x16\xa1\x07\x8c\x50\x73\xc0\x3e\x65\xc6\x90\x7a\x84\x22\x2c\x0a\x13\x07\xca\xf7\x22\x3b\x39\x2d\xda\xf9\x7d\xd0\xcd\xca\xff\x52\xd7\xc6\x23\x4e\x81\xe1\x68\x7e\x10\x78\x2c\x78\x5c\x3f\x50\xb4\x99\xca\xee\x81\x4b\x21\xfc\x50\x3f\x50\xb4\x19\xb0\xe6\x07\x02\x1c\x03\xd6\xfc\xcc\xf8\xcd\xe1\xaf\xf8\xcd\x05\x04\x91\x31\xdc\xcc\x0f\xd4\xe4\xce\x50\x01\x3f\x50\x93\x65\xa3\x3e\x91\x76\xc1\xd8\x01\x07\x4e\x55\x66\x7c\x99\x47\xec\x02\x41\x02\x1d\x50\x16\x99\x20\x79\x8e\xaa\x9c\x99\x38\x5e\x7e\x82\xa6\xc8\xad\x50\x55\x33\xcb\xa4\x7d\x82\x86\xb4\x24\x41\x43\x5a\x01\xd8\xc0\x55\xa9\xc9\xcf\x03\x12\x20\xfb\x0a\x6c\x0b\xc1\x3a\xfa\x81\xda\xcc\xd8\x03\x47\x34\x43\x66\xf8\x9a\xdf\xe0\xd7\x0c\x5f\xf3\x3b\x88\x90\x44\x1a\xc1\x0c\x8b\xa2\xd0\x0d\x25\x99\xd1\x6c\x7e\x07\x49\x51\xd4\xb9\x83\xa4\x68\xcb\xb8\xa1\x24\xf7\xcc\x63\x72\x43\x49\x66\x34\x9a\x07\x3a\x46\x67\xe6\xb8\xa3\xb2\x67\x66\x78\x9a\xdf\x41\x74\x64\x77\x88\x44\x48\x3d\x6b\x88\x50\x32\x75\x2c\x02\x62\xa2\x67\x8d\xb9\x63\x0d\x78\x2c\xee\xa0\x1b\xf2\xc3\x1b\xe2\x1a\x03\xca\xfc\x9e\x91\x62\xa4\x17\x60\xc3\x64\x71\x4b\xbf\x23\x2d\x4b\xf2\xd1\x3d\xb1\x2a\xbc\x45\x6f\xc8\xfd\x8c\x27\xf3\x3b\x28\x91\xec\xf0\xde\xb1\x2a\x94\x55\x6e\x07\x69\xeb\x77\x10\x06\x59\xfa\x0d\x27\xb6\xaa\xc4\xf8\xf3\xee\x63\x61\x61\x00\x07\xe2\x55\x61\x3d\x43\x47\x3d\xcc\x24\x30\x61\x0f\xc8\x2b\x86\x8b\xf9\x13\xf9\x3c\x04\x58\xf5\xa8\x88\x49\x68\x78\x47\x05\xcc\x42\x74\x6b\x07\x46\x56\x61\x7c\x99\x3f\x19\x23\x20\x7b\x7a\xa0\xe0\x75\x26\xc7\x3b\x4a\x54\x16\xc6\x93\xf9\xd3\xe2\x37\x3f\xd0\xd0\x01\x2f\x95\x07\x2e\xe8\x4e\x20\x24\x07\xf0\x55\x61\xf1\x00\x7f\x22\x25\x88\xd5\x0f\xfc\xe9\xeb\x7d\x80\x1c\xe3\x41\x05\x75\x26\xab\xf9\x33\xd0\x23\x85\x0d\x80\x57\x28\x04\xc5\x9f\x89\x29\x93\x41\x3c\xa8\xde\x41\x8c\x55\x7f\x5e\x65\xab\x5c\x14\x46\x50\x64\xb2\x10\xd6\xcf\x11\x10\x52\x18\xce\xe6\x0f\x60\xe9\x18\xce\xe6\xcf\x1d\xbf\xd9\x3f\x60\x0a\x59\x91\xdc\x51\x97\x31\x75\x99\xd9\x9e\x07\x9b\xc4\xf3\x1e\x58\x15\x9d\x49\x46\xfe\x3c\x18\x31\xc5\x99\x07\xc5\x62\x58\x5f\xe5\xa0\x52\x63\xb9\x3e\x7e\x70\xae\x20\x93\x6f\x49\x4f\x54\x46\x64\xb8\xdb\xb9\x12\x46\xf4\x1d\xff\x73\xbd\xd2\x48\x61\x99\xd2\x73\xc5\x1e\x7e\xd2\xcb\x41\x04\x4a\x61\x30\xdb\xb9\x10\x3f\xdb\x59\x87\xf6\xa0\x34\x60\x61\xf4\xda\x09\xf4\x8b\x4e\xd0\xfc\x03\xf8\x8b\x72\x75\xbe\xd0\x30\xe2\xce\xf6\x86\x11\x77\x8e\x20\xa8\xe6\x23\xfc\x83\x18\x96\x72\xf5\xf1\x0f\x77\xce\xb9\x06\x1e\x1e\x5c\x9e\x20\x90\xc1\xe5\x99\x58\x8e\xc1\xce\x63\x83\x3f\xc9\xe9\x5c\xa8\xa2\x7b\x0d\x4e\x1f\x8e\xd3\x4e\xe5\xf6\x5c\x86\xe9\x4e\x7e\x10\x8e\xd3\x3e\x0a\xbf\x60\x98\xee\xe4\x7a\x04\x89\x4c\x4e\x0f\x02\xb8\x40\xd4\x0f\x20\x25\x0a\xc3\xd3\xce\x15\x34\xb4\xd8\x23\xd4\x9e\x3e\x34\x66\xd4\x0f\x62\xb8\xd9\x49\xd7\xc1\xef\x6f\x81\xd3\xcb\x60\x0b\xe1\xd9\x4e\x2a\xf1\xfc\xe0\x6f\x64\x74\x32\x6f\xf8\xa4\x57\x9e\x2c\x0c\x47\x3b\x09\x91\xa7\x9d\x32\xf5\x49\xd8\x32\x02\xb6\x9d\x84\x2d\x23\x60\xdb\x49\xd0\x83\x3a\xcd\x5d\x27\xa1\xf8\x2b\xa3\xcb\x4e\xa0\x48\x74\x0a\xc1\x27\xf5\x84\x07\x12\x7f\x63\x8c\x99\x73\x7a\x59\x7a\x61\x19\x90\x03\xd8\x89\x42\x08\xb7\x93\x26\x46\x90\xd9\xe1\x8c\xf7\xf9\xfd\x1d\xed\x8b\xbf\xd1\x5e\x38\x20\x04\xaa\x76\x8a\x0a\x27\x59\xc1\x03\xec\xd0\x22\x3b\x91\xfb\x1a\x55\xd2\x52\xe1\x08\x0c\x8b\x56\x38\x02\x44\xeb\x77\x8a\x06\x27\x19\x86\xac\x1e\x50\x90\x39\xe9\x83\x27\x86\xc4\x55\x7f\x30\xe4\xc2\x21\xc7\x36\x73\x97\xf2\x35\xf0\x3b\xf1\x77\xe4\x2f\x7e\xfc\xfb\xe4\x6b\xe1\x81\x6f\x00\x51\x97\x8c\x15\xce\x0f\x22\x29\x0a\x4b\x8d\x9c\x1c\x74\xf2\xc9\x1e\x27\x97\x3b\x12\x28\x17\xff\x81\x5d\x24\xaf\xc9\xf5\x2f\xa3\x52\xff\xc0\x2e\x92\xf9\x20\xf2\xa2\x24\x32\x1f\x80\x44\x94\x44\xe6\x13\x95\xc3\x18\x9f\x77\x72\xec\x62\xe3\x08\x62\x17\xc9\x7c\x32\x80\x0a\x19\xaf\x77\x10\xf7\x50\x58\x16\xf3\x64\xe0\xf7\x13\xf5\xe6\xe4\xd8\x75\xb2\x16\x20\x40\x14\xc6\xf3\x9d\x8c\x32\x8e\x14\xa6\x4e\x8e\x2d\xea\x9c\x30\x72\x75\x06\x91\xed\x4e\xf6\xfc\x3e\x30\xd8\x21\xc0\x89\x54\xf5\xf9\x64\x37\x3c\xc0\x1e\x80\x83\xc9\x00\xbd\x93\x63\x93\xc9\x5f\x80\x00\x51\x18\xa0\x77\x72\x6c\xfa\xe4\x0c\x62\xd3\x3f\xc5\xec\x14\x44\xb6\x0f\x82\xe4\x9c\x02\x14\x73\x62\xd1\x9d\x80\x73\x18\x0c\x6e\x3b\xe5\xc2\x9a\x4d\xbd\xf0\x44\xd6\xe9\x37\xa4\x12\x64\xf1\x69\x5e\xa7\x24\x0c\xe1\x93\x89\x4f\x41\xae\xcf\xa0\x6d\xea\x94\xd4\xf1\x00\xc7\x84\xf0\xd6\x41\x3c\xb5\x53\xf2\xdb\x25\x33\x6f\x4e\x79\xb5\x8a\xc2\x08\xbf\x53\x40\x78\x04\xf3\x3d\x05\xfa\xeb\x60\x22\xcd\x29\xb8\xa6\x73\xd2\xef\x8a\xdf\x8d\xbf\xd1\x23\x4b\x2a\x9e\x02\x42\x60\x00\xde\x29\x20\x04\x06\xe0\x9d\x02\xed\x71\x10\xf3\xe9\x14\xe0\x0f\x67\x7d\x00\x29\x0f\x83\x20\x50\x07\x75\xb5\x0a\xd3\xa9\x4f\x01\xa0\x6a\xce\xeb\x5f\x6e\x9d\xf2\x5e\x02\xe5\x67\xc5\x40\x57\x34\xde\x1d\x20\x37\x94\x9f\x05\x3b\xf1\x3c\x3b\x47\x11\x2e\x56\xac\x3c\x08\x03\x49\x83\x71\x20\xa7\xdc\x05\x0f\x70\x93\x1f\x7c\x90\x47\xbd\x80\x8c\x18\x1d\x78\x0a\xb2\x64\x47\x4d\x1c\xc1\xf3\xe0\x81\x6f\x04\xf5\x8a\x44\xde\x4f\x3a\x3c\xf5\xc2\x10\xb8\x1e\x88\x2c\x29\x2c\xad\x72\x6a\xc2\xfa\x7c\x72\xc8\xa9\x28\x3a\x48\x0c\xbb\x83\xba\x5d\x85\x00\xd6\xa7\xe2\xe8\x33\xfc\xf0\xd4\x1e\xcf\x17\xfe\x8e\xe7\x2b\x7f\xe3\xfb\xbc\x15\x2b\x94\xc5\xc1\x48\xd4\x53\x3b\x66\xd0\x38\x83\x11\x1d\x70\x40\x00\x1e\x52\x71\x8e\x53\xe7\x7b\x76\x19\x9f\x78\x2a\xbc\xb0\x83\x75\xf5\x4e\x45\xa9\x2f\xa6\x53\x9d\x0a\x2f\xec\xa0\xf3\xfa\xd4\x89\x31\x91\x5d\x20\x7a\xa5\x30\x46\xf1\xd4\x57\x39\x2c\x0c\x49\x3c\x15\x25\xf4\x33\xd9\x49\x8d\x6d\xa7\x30\x52\xc1\x1c\x18\xa1\x78\x2a\x98\x01\x03\x12\x4f\x3d\x98\xe2\x60\xff\x90\x1e\x33\x99\x4d\xbd\xe3\x79\x0e\x38\xa8\x80\xcc\x06\x01\x2e\x85\x36\xda\x53\x51\x72\x9f\x01\x8b\xa7\x42\x57\x1c\x5d\x2b\xf0\x60\x82\x9f\x1e\x74\x1a\x84\x47\xda\x74\x4f\x0b\x22\xa0\xb0\x83\x00\x98\xc2\x08\xc6\xd3\xe0\x72\x1d\x74\x6c\x9f\x96\x06\x1e\xf8\x46\xd8\x82\x4a\xc8\x8c\x5a\x50\xc9\x64\x87\x70\x48\x0a\x24\xff\xb4\x8a\x25\x20\x73\x0a\x20\x05\x01\xb5\x9f\x06\x60\x6a\xc6\x38\x9e\x16\x74\x46\x69\xa9\x05\x9d\x7d\x3e\xa3\xd3\x3a\x78\xd3\xe2\x08\xa0\x4c\x0e\x7a\x64\x4e\x7b\x95\xc9\x52\x34\x82\x1e\x09\xdb\x59\xff\x38\x78\x80\x23\x80\x8e\x41\xe8\xe2\xd3\x40\x88\x0c\x79\x3c\x0d\xca\xe4\x18\xbc\xb8\x11\xdf\x52\x18\x8f\x78\x50\xf2\xad\xb0\x7e\xec\x41\xac\x49\x61\x3c\xe2\x69\x27\x9e\xe7\x14\x4e\x64\x80\xab\x07\x54\x2a\x60\x80\xe2\x69\x88\x90\x1e\x53\x3d\x1c\xcc\x49\x53\x40\xc6\xe8\x98\xea\xf2\x60\x4e\x14\xb7\x1a\x28\x8d\x11\x8b\x07\x58\x10\x85\x01\x8a\xa7\x41\x1b\x1d\xb4\xf2\x9e\xf6\x0c\x3c\xc0\x8d\x0c\x30\x05\x9a\x7d\x4f\x7b\xde\xb3\xc1\x10\xc6\xd3\x41\x5a\x8c\x74\x3f\x1d\xa4\x55\x28\x4e\x75\xa8\xaf\x83\x76\xd8\x83\xc2\x71\x85\x11\x8a\xa7\x43\x1b\x65\x40\xe2\xe9\xd0\x46\x09\x4a\x7c\x3a\x14\x99\x42\x16\xd8\x4b\xbc\xff\x4d\x01\x85\xe1\x8a\x18\x7e\x47\x79\x83\x42\x06\xd7\x6b\x2c\x22\xaf\x39\x54\x86\x2b\x8c\x57\x3c\x3d\xe0\x1b\x98\xa2\x7a\xa2\x34\x5c\xd1\x88\x41\x9a\xc4\x05\x3c\x1d\x8a\x0c\x71\x01\x0f\x4a\xc3\x15\x86\x2f\x9e\x0e\x6d\x97\x05\x2d\x4e\x00\x60\x8c\x95\xfe\xc5\xba\x76\x3a\x54\x61\xa2\x0c\x9e\x0e\x4d\x87\x90\x80\xa7\xcf\x82\xdf\x1c\x4d\x60\x3d\xd0\xdb\x7a\x50\x9c\xad\x14\x0a\x4b\x3d\xc8\x94\xdc\x2d\x8a\xab\x11\x11\xf0\xf4\x85\xe9\x92\xbb\x75\xb8\x32\xc7\xd2\x08\xd6\x7b\x76\x0b\xd9\xdd\x1f\x80\x07\x4d\x45\xa7\x43\xbb\x66\x3c\xe6\x41\x50\x4a\x21\xa6\xe0\xe9\x10\xd7\x58\xc1\xe2\x74\x68\xdb\x8c\xd7\x3c\x1d\xaa\x15\xe3\x35\x4f\x47\x18\xd7\x58\xe4\x4f\xa8\xb7\x56\x18\xaf\x79\xba\x47\x07\x1c\x61\x9c\x34\xf2\xb7\x7e\x30\x20\xbd\x0f\x06\x4d\x77\xce\xe9\x40\x99\x67\x3c\xe7\xe9\xe7\x0f\xc8\x40\xff\xc0\x88\x28\xae\x75\xe8\x72\xb4\xc1\x9c\x7e\xc7\x07\x39\xa0\x38\x67\x94\xde\x10\xf3\x52\x88\x85\x77\x3a\xb4\x7d\x46\x24\x1e\x14\x24\x2b\x04\x38\x3c\x23\x4e\x11\xb9\x1f\x0a\x90\x95\x42\x9a\x1d\x71\x68\xc8\xfd\x46\x1c\x1a\x72\xbf\x81\x78\xed\x79\x75\xfd\xe3\x5d\x31\x06\x80\x9e\x00\x3d\x99\x4c\x2e\x3b\x03\xc7\x8a\x11\xa1\x67\x40\x99\x64\x44\xe8\x19\x38\x66\xb4\x01\x1d\xc4\xa4\x14\x02\x24\x9e\x01\xf3\x00\x23\x46\x4f\x80\xa2\x4c\x66\x77\x9d\x01\xf3\x00\x43\x48\xcf\x80\x6e\x29\xc1\x64\xb4\x80\x72\x58\x7c\x00\xce\xdb\x29\xfd\x76\xa0\x38\x3f\xe1\xba\x4f\xe0\xa8\x4c\x29\xbc\x03\x77\x40\x25\xcb\x47\xd9\xb1\x52\xc9\x1e\x07\x94\x4d\x06\x86\x9e\x01\x23\x02\xe3\x40\x0f\x70\x55\x0a\xe3\x40\xcf\x80\x11\x81\x71\xa0\x67\xc0\x8a\xc4\x38\xcf\x33\x70\x92\x2a\xc5\x3f\x04\xa4\xa4\x29\x4d\x6b\x2c\xac\x3a\x99\x5f\xc0\xac\x4c\x22\x84\x9f\x81\xb3\x46\x44\xf1\x07\x2e\xf5\x4a\x05\xfc\x59\x90\xd6\x18\xfe\xf1\xac\x57\x4d\x18\xb4\xf2\x3c\x51\xeb\xa8\x7e\x27\xef\x59\x51\xb5\xf5\xd2\x6f\xd4\x6e\xf9\x76\xf5\x59\x17\x4a\x22\xff\xfc\x1e\xbf\x88\xf0\xcf\x02\xb7\xfe\xfd\xbd\x50\x7e\x43\xfd\xef\xdf\x12\xdd\xcf\xba\x0c\xb5\x68\x2a\x7f\xfb\xdb\xde\xf8\x7e\x8a\xaa\xbc\x1c\x0f\xaa\x0c\x33\x4e\xf9\x59\x19\xb5\x60\x2e\xce\x27\xa3\xfc\x40\xe6\xf7\x32\xca\x2b\x24\xf6\x87\x5a\x49\x44\xd4\x7e\x16\xaa\x04\xb3\xea\xee\x13\xb5\x90\x18\xc7\xf8\xac\x86\x12\xf0\x89\xe3\x47\x55\x60\xea\xea\x0f\xa0\x2b\x7e\xc7\xd7\x0e\xda\x39\x3e\xd4\xea\xa2\x0e\xf5\xac\xf6\x8e\x87\x46\xf8\x07\x50\x17\x95\x7a\xe3\xb3\x7a\xd4\xc2\xd2\xef\xfc\xdf\xff\xfa\xcf\x7c\x3a\xca\x7d\x34\xce\xa7\xa3\x7c\x4b\xd6\xf3\xed\xbf\xff\x8d\xa6\xf1\xf6\xfe\xdf\xff\xda\x35\x38\x1e\x54\x0c\x60\x02\xe1\xb3\xde\xab\x64\x30\x72\xed\x59\x2f\xc5\x37\xc6\xde\x3d\x80\xde\x68\xe5\xff\x61\x53\x9b\xfd\xff\xe5\xa2\x79\x80\xca\x31\xae\xc9\xbd\xe8\x51\xb4\x50\x63\x43\xa9\x88\x49\x5a\x45\x45\x65\x66\x1e\x3e\xeb\x15\xdc\xdb\x0f\x2d\x8e\x28\x62\xc8\xb1\x8d\xf4\x7e\x5f\x63\x1f\xa8\x96\x30\xf4\x3c\x4a\xf3\x88\xd6\x07\x68\x47\xb4\x35\xee\xdf\xf2\xf1\xcf\x9a\xa8\xeb\xd4\xf4\x1b\xb4\x54\xf9\xfc\x7b\x31\x56\x56\x28\x7e\x00\x12\xa2\x0a\xbb\xcf\x42\xf5\x84\xda\xf5\x1b\x7b\xad\xf1\x2f\x7c\xbf\x73\x7e\x0b\x75\x8a\xb4\x1e\x28\x47\x5e\x35\x3e\x14\x1d\x65\xf4\xf2\xb3\xde\x7b\xb3\xff\xf4\xbf\xd3\xff\xb9\x3e\x1b\xe3\xd5\x7a\xa3\x08\x69\xd2\x78\x36\x2a\x6e\x77\xd2\x2a\x4a\x81\xfc\xac\x3f\x4a\xab\x30\x9a\xfa\x59\x7b\xff\x9f\xb4\x89\x3a\x5b\xe3\xe7\xfb\x28\xbf\xbf\xd8\xfe\xde\xba\xb5\xea\x2c\xa2\x94\x08\x61\x33\x1f\xd4\xd9\x6a\xe3\xe7\x79\x9c\x8d\xc9\xf1\x1b\xea\xd8\x35\x8e\xc7\x9e\xff\xf3\x2c\x79\xfd\xad\x4e\xf1\x2c\x7f\x69\x9b\x15\x8d\x9f\xe5\xfd\xb7\x02\xf0\xb3\x1c\xa5\x93\x06\xfb\x7b\x2f\xf5\x9a\x34\x7e\x94\x0e\x6a\x3a\x0b\xef\x25\x5f\x7f\x68\xdd\x51\x0d\x63\x72\xfc\x28\x65\xd2\x7e\xfa\xc3\xd9\xd5\xf3\xa8\x73\xf7\x73\x56\x51\xb4\xb1\x8b\x17\xbd\xb2\x73\x25\xe4\xde\xb3\xce\x8d\xdf\xfc\xfe\x41\xa9\x16\x9d\xd5\x57\x26\x68\x4b\xbc\x29\x8a\x9e\x4e\xce\x07\x15\xb7\x59\x67\xed\x59\x37\xea\xc0\x65\xb5\xa3\x88\x68\xe6\xfc\xee\xfd\x5b\x44\xf5\x41\x9d\xb1\xda\x0b\xfb\x7b\xa2\xe8\x28\xfb\x7b\x70\xd6\xc5\x5b\x50\x54\x92\xa1\xed\x0f\xa2\x68\xda\x10\xef\x7e\x50\xea\x67\xe8\x77\xf0\x3a\xfd\x7e\xde\xf7\xb9\x5e\x88\xba\xe9\xfd\xe7\xf7\x7b\x3e\xa8\x54\x3e\x1b\x77\x93\x78\xe7\x7e\xef\xa6\x4a\x4b\xc3\xb3\x51\xee\x9e\x5a\xf6\xb3\xdf\xbb\xa9\x52\xf0\x7f\xf6\x7b\x37\x0d\xc2\x20\x3c\xfb\xbd\x9b\x1a\xab\x93\x3c\xc0\xaa\x19\x0c\xda\x7b\x36\xee\x26\x46\x5f\x3f\x88\x02\x2a\xf4\x47\x3c\xfb\x8a\x8a\xf1\xdf\x7a\xef\xb8\x5b\x12\xdf\xff\xbb\x5b\xbe\xfe\x9f\xa8\xee\xf0\x75\xff\x04\x74\xdf\x47\x0d\x0f\x4c\x35\x5c\xcc\x07\x86\x9a\x4f\xc4\x7f\x9e\x80\x87\x6e\xfc\xd9\x61\xc6\xf9\xbf\xca\xf7\xff\xbf\xfd\xff\xfd\xff\xdc\xf1\xf0\x75\xbd\xb2\xdb\xdf\x9f\xc8\x30\xfb\xfe\x6f\x99\xff\xb7\xf2\xdf\xff\x08\x77\x74\x95\x97\x33\xfd\xfd\xf9\x32\x15\xa6\x58\x5c\xa8\x32\xff\xfd\xb9\x50\xb0\xfc\x6b\x31\xbd\x13\x05\xf3\xda\xd7\xe2\x7a\xc7\x51\xfa\xee\x6f\x09\x2e\x64\x19\x7d\x7f\x36\xe0\x5d\x5f\x6c\xea\x6c\x2a\xd1\x34\xbe\xa6\xa2\x26\x40\x49\xd1\x8e\x9c\xaf\xf4\x75\x95\x03\x5c\xfd\xdb\xcc\x0c\x77\xd5\xf7\x27\x20\x10\x2b\x5b\x5c\x2d\xa8\x0f\xd3\xbf\x16\x2e\x5c\xbe\x32\x32\x49\x1a\x5b\x9a\x5a\x02\x41\xf9\x6b\x29\x99\x2d\x91\x5f\xc8\x11\x94\xa5\x96\xfd\xdf\xff\x26\xe3\xb1\xf3\x35\x36\x9b\x86\xfd\xf7\xbf\x99\xf5\xd6\x38\x6a\xba\xdf\xa6\xc6\xc9\xce\xc4\xa6\x57\x27\x63\x79\xe3\x9c\x1a\x97\x01\x1e\x16\x06\x34\xe6\xf4\xca\x27\xdf\x9f\x28\x93\x58\xbe\x96\xce\xc9\xa6\x8e\x1a\x6a\xe9\x6b\x19\x6a\x19\x60\x91\x6c\x59\x6a\x59\x61\xf1\x66\x8b\x46\xb0\x02\x1b\xf0\x6b\x79\xb9\xf6\xf7\x67\xfb\xef\x7f\x73\x7e\x26\x97\x9c\xb5\xaa\xf9\x5d\xd5\xc9\xf0\xd7\x9c\xf3\x50\x53\x80\x11\xb1\xc5\xd4\x12\x40\x63\x5f\x4b\x67\x4f\xc8\xc4\xa4\xcb\x25\xe7\xde\xd5\x32\xde\x8e\xb2\x9a\x6e\x35\x3d\x6f\x13\x37\x3d\x6b\x1d\xf2\xc0\x79\xf9\xf4\xbd\x9c\x87\x3e\x38\x06\x9a\x38\x72\xed\x6d\xc6\xde\xb2\x84\x7f\x46\x3a\xe7\xf7\x67\x42\x13\xdf\x9a\x59\x4d\xc0\xa8\x9b\x6c\x51\x57\x01\x42\xc6\xe5\x5b\x5a\xbe\x15\xb3\xfa\x08\x22\x9b\x16\xc9\xfc\x6d\xe2\x1e\x66\xd7\x84\xdf\x0b\x6c\x32\xdb\x29\x03\x86\xfa\xfb\x13\x43\xe7\xaa\x57\x51\x0b\x0c\xac\x8c\x6a\xcb\x30\xaf\xfe\xfd\x89\x55\x62\x7e\x6d\xae\x83\x1b\x02\x9b\x2a\x83\xbe\x72\x9d\x45\x2d\xe3\xbf\xff\x2d\x02\xb9\x64\x64\xf6\xfd\xfd\xf9\x0a\x10\x44\xfb\xcb\x80\xa0\xfd\xfb\x13\x23\xa7\xfa\x9b\x61\x30\xfd\xfb\xf3\x5e\xa8\x6e\xfa\xd7\xd2\x12\xa7\xdb\xd2\x2b\x4f\x7c\xe2\x5d\x6e\x99\xc7\xa9\xbd\x5a\x03\xb3\x6a\x32\x60\x5c\xbf\x3f\xdf\x3b\xe3\x13\x39\x72\xcb\x4b\x2d\x28\xd4\xd8\xd8\x72\xd4\x82\x4a\xfd\x1c\x41\x51\x3f\x05\xfd\x70\x04\xa5\xa9\xe5\x95\xcb\x79\x9c\x9a\x78\x07\x72\xfb\xe8\xf7\xcf\x48\xdc\xfb\xfe\x44\x9d\x5a\x8e\xa0\x72\x0d\x5a\x4d\xb8\x89\xd9\x52\xd4\x82\xaf\x71\x04\x9b\x3b\x04\xe3\x22\x4b\xdf\xe4\xa6\x15\x85\x19\x91\x3e\x8a\xdc\x45\x0a\xbd\x23\xcb\x3b\xb3\x65\xa9\x65\x23\xd7\xea\xaf\x65\xe8\xbc\x8c\xf1\x6e\x1d\x13\x1a\xf2\x98\x24\xba\xf1\x32\x91\x49\xcb\x5c\x41\x88\xc2\xf7\x27\x00\x94\x13\x5b\x26\x5b\x52\xd4\x30\xfa\x5a\x52\x55\x0b\x00\x81\x27\x5b\xba\x5a\xd6\x4b\x8d\x1f\xb7\x29\x17\x89\xa4\x5c\x2f\x91\x2c\x1a\x38\xcb\x55\x13\x9b\x30\xbc\xc6\x31\x6c\xb5\xbc\x92\x13\xe1\xce\x4a\xe2\x8e\x97\x04\x13\xc3\x27\x52\x94\xd4\x1b\x5b\xa0\x1d\x7c\xf7\x55\xc9\x9a\x6b\x4e\x28\x46\x5e\xbe\x96\xae\x96\x97\xa1\x10\xa9\xb7\x64\x2e\x5d\xc9\x13\xc3\xe6\x02\x15\xb2\x9a\x02\x9f\x18\xa5\xc2\x82\xd4\xe3\xef\xcf\x05\x81\x99\x2d\x5b\x2d\x28\x61\xdc\xd9\x72\xd4\xf2\x0a\x71\x9f\xfe\x5e\xca\x52\x3f\x2f\xdf\xa7\x34\x59\x0a\xb9\x53\x29\x0b\x65\xe6\x38\x82\xb5\xd8\xf2\xaa\x2c\x6d\xb1\x85\xd2\x46\x29\x1b\x75\x2a\x0b\x5b\x86\x5a\xe6\x3b\xea\xc6\x96\x9f\xaf\xbd\xa3\x6e\x6a\xd1\xa8\x5f\x55\x85\xe5\xf4\x4b\x31\x8d\x1a\xc5\x7f\x13\x47\x60\x5a\x03\x43\xa5\x53\xae\x8e\xeb\x9d\x57\xde\xa1\x5c\xd8\xfc\xfe\x38\x60\x43\x24\x67\x63\x08\x46\x43\xbc\xd8\xf7\xe7\x79\x3f\xf7\xf5\xd4\x9e\xf3\xed\x43\x7b\x0e\xee\xdf\xcf\xd8\xd6\x13\xa9\xbb\xa7\x0b\xe5\x27\x3f\x72\xec\x00\xe7\xf8\xfe\x04\xa3\xfb\xd4\xb7\x5e\x07\x9b\x90\x4d\x5d\x09\x65\xdb\xdb\xf3\x5d\x07\xbd\xbd\x42\x7b\x25\x00\x40\xef\xe4\x0d\x1d\xf9\x90\x63\xa5\x2f\x33\x20\x64\xca\xff\x9b\x98\xd9\x07\x0f\x4d\x1f\xef\xa1\xa9\xd4\xf4\xfb\x20\xa7\xee\x03\x61\x2f\x2c\x2e\xdd\x61\xd0\xf8\xfe\xcc\x98\xdb\x1f\x39\x77\x94\x6e\xfd\xfe\x9c\xaf\xdc\xf8\x11\xc6\x48\xf6\x6d\xf2\x40\xf8\xc4\x64\x5c\xd3\x28\x94\x0e\x47\x29\xe3\xfd\xe0\x67\xfc\x1a\x9d\xb2\xd4\xe8\xd0\xf5\x59\x16\x77\x4c\xee\xf3\x98\x86\x0a\xa6\xdf\xa9\x1a\xab\x7e\xa4\x36\x56\x85\xc6\xf8\xf9\x9f\xc7\x26\xad\x0d\x60\x3a\x76\x72\xa4\x71\x2e\x7e\xf0\xc0\x86\xc5\xc0\xf3\x89\x20\x98\xef\xcf\x97\x31\x33\x58\x64\xce\xf1\xad\xe1\x9c\x28\xfc\xc9\x18\xd7\x89\xaa\xe5\xdf\x9f\xaf\x62\x43\x6b\xf5\xaa\xed\x5b\xc3\x55\x5b\x46\x45\xc6\xbf\xb7\x56\xa3\x24\xbf\xda\x7a\xd5\x27\x55\x92\xed\x3c\x42\x0b\xf6\xf3\xc6\xec\xbd\x05\xeb\xf2\xf7\xe7\x4b\x70\x59\xc5\xa2\xaf\x6f\x84\x6b\x5f\xd0\x77\x59\xe0\xc9\xc9\xb2\x76\x00\xeb\x5d\x2a\xf4\x77\x65\x35\x95\x97\x33\xb1\x4c\x93\x5f\x4d\x4d\x60\x9b\x2a\x7f\x78\x0d\x35\x45\x81\x81\xc5\x26\x53\x13\x58\x1d\xcb\x3a\x79\xd2\x30\x50\xcc\x84\x51\xba\xdb\xd3\x52\x13\x44\x7d\x96\xba\x73\x52\xef\xf6\x60\xf9\xac\xca\xe6\x14\x0c\xb6\x67\x0c\x9e\x35\xd2\x3c\x6b\xf0\xaf\x1c\xba\x8a\x6a\x33\x66\x57\x53\xf4\xa5\xa6\x87\x4d\x05\x15\x05\x3f\x1d\x71\x7b\xd1\x42\xbd\xd4\xbb\x8a\x8a\x39\x96\xa9\xa6\x15\x30\xf1\x6c\xda\x6a\xc2\x30\x58\x55\xcd\x29\x1f\x6c\x2f\x98\x97\xaa\x35\x56\xcd\xeb\x15\x03\x56\x51\xa1\xc6\xaa\xd5\x68\x98\x32\xcb\xaa\x79\xd3\x94\x1b\x46\xc8\x0a\x6a\xde\xb4\xbc\x0d\xc3\x60\xa5\x43\x40\x0a\xfe\xfd\xd9\x31\x0c\x16\x71\xf4\xa1\xfd\x02\x6e\xc6\x0f\x45\x0d\xad\xc6\x2b\x4b\x2e\xde\x8f\x1b\x69\x00\xdf\x9f\xa8\x52\xc9\xc2\x64\x3e\x44\x36\x23\x0a\x7a\x72\xbf\x86\xc8\xe6\x3d\x5f\x8b\x08\x12\xdb\xa7\x86\x31\x63\x18\x9c\x32\xa5\xd3\xed\xf0\xc9\x32\xfc\x6b\xfb\x54\x5f\xef\x45\xba\xaa\x8a\x87\x4e\xad\x06\x02\x02\xa8\x7f\x6c\x9f\x5a\x0d\x5c\xd4\x55\x53\x5e\xda\x94\x85\x29\x6b\xf0\x4b\x53\x5e\x28\xa4\xa9\x11\x2e\x11\x1b\x0a\x3d\x30\xda\x6b\xfb\x12\xb1\x6d\xcc\xeb\xa7\x9c\xa8\x96\xf7\x65\x06\xab\xb2\xb2\xa1\x6f\x11\x5b\x40\xb3\x8b\xe6\xb7\x06\xbf\x51\xaf\x54\x27\x65\xab\x2f\x40\xda\x12\x73\x6d\xbb\x69\x5e\x86\xbe\xf4\x41\x53\x5f\xa8\x11\x41\xf3\xf5\x76\xd3\x7e\x01\xa3\x96\x21\x60\xdb\x4d\x24\xfa\x5e\xc5\xab\xaa\xc9\x35\x2f\xc7\x1a\xfe\x54\x44\xd5\x1a\x3a\x86\xf1\x53\x0c\x55\xfb\xe5\x58\x5e\xd5\x39\x75\x4d\xf9\xa0\x04\xa9\x0e\xd1\xd1\xe0\x0f\xb6\x72\x70\x18\xb7\x28\x0a\x39\x6c\x49\xa7\xf2\xd6\x08\x6f\x8c\x70\xb2\xaf\x5b\x23\xbc\x41\xd8\x53\x1f\x14\xb1\xdd\x01\x7f\xcf\x35\xbc\x35\xc2\x1b\x9b\xa2\xa3\x77\x6b\x53\x9e\x18\x06\x37\xe5\x51\x5f\x4f\xc0\xc9\xb3\xaf\x47\x7d\x3d\x58\x8d\xc5\x11\x3e\x22\x36\x40\x87\x33\x6a\x6d\xfb\xa3\x4d\x79\xb0\x1a\xaa\x55\x7a\x91\x00\x0e\xae\x80\xaa\xb2\xa4\xe2\xf3\xb8\x2b\x57\x53\x85\xd1\xcb\xd5\x74\x02\x4d\xfe\x6b\x4a\x5c\xc3\xf3\xf2\xf9\xd5\xc8\x1c\x8e\xf8\x3c\x32\x5d\x16\x2b\x27\x6d\x24\xb6\x7c\x7f\x3e\x68\xe2\x30\xc4\xe7\x91\xde\xb2\x88\x67\xb1\x4f\xde\x6a\xc2\x07\x59\x86\xf0\x88\xcf\x9f\xe0\xf3\x2a\x7f\x9a\xb9\x1a\x07\xc5\x16\x9b\x2a\x8d\x96\xaa\xa6\x16\x88\xef\x6c\xea\x6a\xc2\xbc\x78\xb5\x9d\xa2\x79\x81\xcf\x13\xbc\x62\x1f\xf1\xf9\x53\xd1\x17\x8f\xf9\xa9\xea\xab\x46\x5f\x95\x4d\x9a\x17\xca\x79\x12\xcc\x62\x9f\xa6\xd5\xc0\x15\x40\x58\x8a\x7d\x74\x05\x1c\x5c\x01\x8d\x45\x3b\x8f\xae\x00\xa4\xf8\x2c\xea\xca\xfb\x74\x0d\xa3\x63\xf0\x2c\xdd\x89\x22\xef\xdf\x9f\x81\x62\xae\xb7\xb4\x86\xb8\x38\x9a\x08\x60\x68\x84\x03\x85\x6a\x67\xfe\x27\x51\x75\x9f\x51\xf4\x66\x20\xbb\x93\x4c\x75\x79\x1c\x14\x14\x6d\xaa\xee\xab\xcb\xe3\x8c\x13\xc0\xe8\x5f\xd3\xd4\x50\x66\x60\xa6\xf3\x2d\x5d\x1e\x07\xa6\x8d\xa6\x9d\xa6\xea\xb5\x0f\xaa\x9a\x11\x7a\x70\x9f\xa9\x8d\x99\x58\x2c\xd6\x15\x3d\xba\x3c\x0e\x2e\x8f\xa6\x7a\xbf\xba\x3c\x00\xa6\xba\xba\x4a\xfb\xea\x86\x38\xb8\x21\x08\x52\xb8\xcf\xd2\x12\xbf\x0a\xd7\x22\x92\xc4\x3e\x5b\x3b\xfd\xca\xf0\x8b\x9a\xd1\x3e\xe2\xda\x07\x95\x55\x89\xcd\xb0\x0f\x55\xa3\x7d\x3c\x90\xcc\xb9\x1a\x62\xcd\x07\xac\x99\xf1\xff\xfb\x88\x35\x1f\xb0\x66\x8a\xaa\xfb\x88\x35\x1f\x47\x5f\x14\xb3\xce\x51\x5f\x27\xfa\x52\x93\x08\xee\x60\x35\x78\x0d\x9c\xa3\x35\x04\xd7\x66\x61\xb4\x7d\x6e\xad\x21\x58\x33\x6b\xe9\xec\x23\xd6\x7c\x1e\x8c\x70\x70\x0d\x1f\xad\x06\xd0\xa0\x32\x2f\x7b\x64\x5e\x7d\x7f\x62\x18\xaa\x7f\xfc\x68\x18\x2f\xe7\x5c\x04\x41\xd8\xb7\x84\xe9\x3b\x50\xaa\x55\xb8\x56\xc2\xf4\x7d\x61\x18\xaa\x49\x4b\x4d\x71\xdf\x00\x6a\x20\x10\xe4\xbe\x29\xb8\xef\x3b\x15\x94\x21\x66\x5f\x89\xf3\xba\x33\x8a\xfa\xb2\x48\xec\x5d\x34\x0c\x88\xaa\x59\xf5\x81\x25\xaa\x22\x33\x6b\xb1\x1c\xcc\xbe\x8b\x3e\xf8\x72\xb3\xc5\xb4\x87\x7d\x97\xa1\x26\xe0\x21\x73\x2b\xef\x62\x6a\xc2\x30\xc8\xdd\xee\xaa\x61\x44\x45\x00\xf2\xa9\xbb\xaa\xaf\x80\x64\x57\x85\xe1\xaa\xbe\x2a\x2a\x27\xb3\x74\x2b\x80\x72\xbf\x3f\x03\xd2\x9b\x53\x16\xe3\xbb\xc1\xf8\x86\xfa\x6a\xfa\x20\x04\x5c\x26\x5f\x6c\xe4\x9a\x7d\x7f\xfe\xc1\x63\xb3\x89\x17\xf0\x1d\x05\xb6\x79\x6d\xdf\x5d\x6b\xd8\x51\x7e\x59\xe5\x92\x69\xa3\xde\x77\x1f\x68\xe2\xbc\xba\x76\x19\x68\xbb\x8c\x14\xdd\x48\x71\xfb\xfe\xc4\x08\x3b\xa7\xdc\x8f\x9a\xb0\xbc\x2a\xad\x2c\x4e\x7a\x0f\xf4\xf5\x53\x65\x59\x7d\x01\xe5\x82\x51\xa5\xfb\x16\x3f\xbc\x83\x1f\x52\x0e\xb8\x87\x88\x6d\x62\x0d\x59\x73\x1d\xe8\xbe\xdf\x9f\xa8\xf0\xfc\x53\xb1\x59\x53\x06\xd3\x1b\x2a\xc6\x2c\xa6\x77\x1b\x9a\x74\x52\x4c\x2b\x1f\x45\x35\x28\x4b\x21\x37\xee\xfb\xb3\xa0\xfa\x33\x87\x21\x6e\x73\x43\xda\x9b\xaa\xd2\xed\xfa\x60\xd4\xd4\xa0\x1e\x7b\xbb\xb6\x32\xb8\x0d\x2f\xfb\xfb\x68\x2b\xcf\xbb\x86\x53\x95\xb1\x25\x23\xde\x28\x9c\x97\x35\xf8\xa3\xfd\x02\x8f\x9a\xaa\xb7\x2d\x1e\x75\xdf\xf1\x41\xf6\x75\x2f\x35\xbd\x97\xd4\x14\x01\xdc\x5a\xf9\x07\x53\x56\x81\x6c\x49\x7b\x37\xd8\xd7\xd4\xca\x3f\xfa\x20\x78\xd4\xd4\x1a\x8a\x47\xdd\x10\xe9\x98\xec\xbd\x1f\xf1\xa8\x07\xaa\x3b\xb3\xb6\xf7\x23\x91\x0e\xf9\x85\xa9\xf0\x26\x7a\xae\xa5\x26\x94\xc8\x5e\xfa\xe0\xad\x26\xf4\x45\x19\xf1\x49\xdc\xca\x07\x12\xd8\xd2\x07\x25\x81\x3d\x39\x6a\x64\xf3\x83\x92\xc0\x1e\x70\x36\x26\x11\xef\x47\x3c\xea\x81\x2c\xc5\xec\xe0\x0d\x47\xed\xf7\x67\x7c\xf0\x5b\xde\x47\x3a\xf3\x83\xfa\xe9\x8c\xc6\xdd\x8f\xc4\xac\xe7\x65\x3c\x6b\xa9\x90\x74\x9d\x6a\x5a\x01\x2d\xcd\xa6\xad\x26\x8c\x90\xd5\xdf\x1f\x31\xa2\x07\xdc\x86\xae\xff\xfd\x88\xdb\x3c\x51\x6f\x99\x52\x2c\xdc\xca\x7f\x7f\x76\x54\xf8\x26\x4b\x79\x24\x81\x3d\xe1\x10\xa3\x0c\xf0\x88\xdb\x20\xf5\x71\xb1\x88\xc3\x7e\x86\x46\x08\x9d\x99\xc9\xa9\xfb\x91\xd8\xf3\xe0\x98\xaf\xc5\xd5\x98\x5a\x5e\x88\x3d\xcc\x50\xdd\x8f\x14\xe3\x07\x02\xcc\xd2\x2e\x2f\x51\x54\x54\x79\x66\x6d\xff\x67\x65\x35\xc1\xb5\x4b\x34\x9d\xfd\x2c\x8d\x3e\x8a\x41\x5f\x2a\x63\xbe\x48\xbf\x0f\xca\x4f\x5c\x4c\x4c\xdd\x8f\x64\x98\x07\x9a\x67\x51\x35\x74\xd3\xac\x2d\x3e\xa9\x3a\xe0\xf6\xf3\xc9\x27\xda\x3e\xa6\xf8\x88\xe5\x3c\x51\x13\xfa\x52\xbd\x70\xd7\xa1\xf0\xe8\xae\xfe\x9b\xc0\xfa\x48\x01\x7d\x80\xdc\x51\x54\x96\x5d\x2c\xe9\x41\x39\x8c\x8b\x39\x99\xfb\x39\xda\x84\x13\x93\x68\xa4\x64\xb1\x97\x27\x6a\xc1\x32\x53\x72\x3f\xb7\xd6\xe5\xc6\x40\xc9\x1c\x9f\x5b\xeb\x72\xc7\xdc\x07\x29\xe5\xd1\xee\x41\xd3\x2c\xa2\xe5\x47\xbb\xf7\xc4\x28\xa9\xd6\x3e\xe2\x4b\xcf\x13\x23\x21\xdf\x7f\xc4\x98\x9e\x27\xba\x63\x7d\x32\xb9\x83\xec\xba\xa2\x3b\x35\x65\x35\x45\x77\x44\xed\xbf\x68\x70\xb4\xeb\x8a\x45\x51\x19\xef\xeb\xa8\x0d\xdd\xd1\xd8\x6b\x17\x39\x90\x21\xcc\xe0\x6d\xe3\x7b\x49\xdf\x4c\x51\x83\x5d\xf5\xcc\x19\x5f\x60\x11\x5f\x50\x9a\x3e\x79\xb3\x29\x8f\x78\x8d\x9f\xa4\x6b\xd1\xae\x1a\xdd\xa9\x5c\x39\x59\x8d\x5d\x35\x10\xc1\xd5\xd4\xd5\x14\x9f\x54\x77\xf5\x61\x5b\x0b\xff\x99\x6a\xcb\x33\x64\xc0\xae\x16\x88\xd9\x85\x4d\x5b\x4d\x1e\xd5\xdf\xb9\x98\x4d\x33\x18\x31\x71\x55\x7e\x1f\x9a\xf8\x88\xa2\xf0\xec\x6d\xfc\xbc\x16\xeb\xcc\xa2\x08\x0a\x6b\xb0\x0b\xae\xef\x4b\xa5\x98\xae\xa9\x75\x9e\x51\xf5\x9d\xc5\xdd\xae\xa9\xee\x50\xa0\x84\xf1\xdf\x76\x2d\x91\xc3\x1a\x51\x2c\x3e\xb3\x6d\xaa\x2d\x40\xa8\xb9\x96\x4b\xd4\xb0\xfe\xaa\xd4\x73\x06\x4b\x6b\x19\x58\xf7\xac\x63\x71\x6d\x2d\xe5\x8e\xde\xb2\xda\xd4\x1b\x2a\x71\x32\xc4\xdb\xae\x6d\x6a\x7a\x02\x96\xf9\x6b\x32\x7d\x11\x75\x58\x19\xb8\x6d\x97\x69\xbf\xed\xaf\x33\x8e\xd1\x44\x42\xc1\xc3\x98\x49\x66\x97\x69\x6e\x1e\xab\xcc\x72\x2e\x97\x8b\xbc\x3c\xba\xe3\xe6\x90\x85\xd9\x05\x16\x56\xb5\x37\x2e\x32\x89\x8a\xc3\x4c\x2b\xb3\xeb\xe8\xa8\x9e\xc0\x46\xe6\x04\x8e\xf6\x26\xf8\x57\xd6\x31\x3e\xda\xee\x13\x93\x63\x8d\x86\xeb\x68\x72\x27\xba\x63\x29\x96\xeb\x16\x09\x01\xfc\xf4\x22\xfa\xbc\x5d\xb7\x16\x2c\x38\x8a\x0a\x65\x25\x71\x94\x74\x45\x7f\x2c\x1e\x22\x27\x9c\xa5\xc0\xc0\x63\x95\x8d\x44\x67\x84\x25\x14\x8d\xa4\x2d\xda\x92\x18\x4a\x0a\x86\x92\x59\xcd\x30\xd1\x80\x65\x09\x0c\x85\xc6\x68\x4b\xf4\x5a\x5b\x0a\x1f\x46\xe1\x82\xa5\xa4\x81\x44\x2d\x76\x16\xea\x49\x49\x03\x01\xab\x21\xc0\xb1\x25\xb1\x9a\x94\x73\x7c\x91\x6d\xb9\xa8\x0d\x71\x66\xa4\xd7\xc4\xd0\x07\x4b\xc1\xa1\x98\x6e\x64\x49\x1c\x2a\xa1\x7a\xd6\x45\xb1\xc6\x52\xd6\xbc\x11\x06\x75\x15\x0d\xa5\x68\x72\x25\xba\xe3\x04\xa8\x1d\x5a\x24\x97\xd3\xc4\x6d\x89\x3e\x0e\x4b\x05\x2b\x59\xf4\x5a\xd5\xbe\x41\x3d\x64\xc8\xbc\x21\x05\xfd\xfb\x33\x06\xc2\x32\x65\x89\xaa\xa3\xa5\xe0\x95\x4c\x23\xb2\x54\x35\xb9\x08\x32\xa3\x87\xc9\xe4\xc0\x33\x38\xf0\x12\xe3\xeb\x2d\x35\x75\xd7\xa2\x3b\x56\x82\x42\x28\xd6\xf7\x27\xe6\xfd\xf3\x45\x2d\x73\x54\x45\x67\xbe\x91\xa5\xa6\x91\xb4\x58\x66\x1e\x90\xd4\xb4\xcc\x2d\x46\xd9\x38\x73\x7a\x56\x2d\x8d\xf8\x26\x6f\x82\x34\x44\x43\x81\x5d\xc8\xa3\x9a\x86\xd6\x39\x38\xba\x18\x62\x1a\xea\x2e\xd8\x36\x53\x62\x2c\x4d\x11\xd1\x8c\xee\x58\x72\x2f\x4d\x75\x17\xe5\xfb\x59\x76\x09\x61\x0f\x7f\x7f\x42\xe2\xbb\x8a\x8e\x9c\xd8\x76\x04\x91\x55\x4d\x6e\x69\xeb\x82\xa3\x33\x77\xc5\xd2\xd2\x82\x85\x34\xa8\x8a\x68\x49\x2c\x3d\x05\x6f\x16\x03\x4b\x5b\xef\x01\xc6\xf9\xfa\x39\xc7\xae\xf7\x82\xb9\x55\x6d\xd0\xd1\x42\x07\x07\xab\x2c\x35\x93\xc4\xc1\x52\x48\x60\x04\x29\xb1\x74\x5c\x6d\x38\xad\x64\x52\xe9\x16\x85\x85\x70\xf6\xdb\xa6\xc5\x84\x70\xc6\x08\x73\x4b\xb7\xf6\xee\x8e\xde\x78\x1b\xa7\x5b\x33\x08\xc1\xad\xb2\xdc\x4c\x7a\x34\x03\xe4\xdf\x5d\xf4\x62\x58\x7a\xb4\x41\xc1\x2f\xe9\x90\x30\x05\xa9\x58\x0e\x31\x8b\xd1\xe3\x86\x9a\x11\xdf\x9f\xa0\xf6\x71\xfd\x93\xb0\x6b\xf9\xea\x7a\x33\x26\xcf\xb2\xf0\x99\xca\xa3\xe5\x70\x09\xd3\x2f\x61\x59\x6c\x38\x07\x1b\x1e\x1a\x28\x27\x9f\x43\x76\xab\xbc\x41\xb3\x78\x6d\x4e\x31\x50\xce\x21\x6d\x35\x61\xee\xf4\x4c\x58\xa6\xb7\xc0\xa2\x90\xc4\x45\x7c\x6c\xcb\xd4\x2d\x2d\xa3\xb6\xf3\x45\x8f\xbc\xe5\xa2\xa1\xc4\x51\x6f\x64\x3a\x59\x47\x3d\xc7\x51\x67\x10\x9a\xe5\xf6\xf3\x5e\x8c\x85\xf7\x56\xd6\x51\x47\x3c\xe3\xdb\xc6\xfe\x68\x2c\xb2\xdc\x03\xe0\x96\xd3\xeb\x9a\xde\x88\x29\xb0\x94\x5e\x1e\x5a\x95\x11\x40\xb9\xfc\xe2\xd0\xfe\x04\x87\xa0\x8d\xdc\xb2\x38\x44\xc4\x2d\x5e\x2a\xe1\x9f\xa7\x3e\x09\xcb\x4f\xfd\x69\xd2\x27\x81\x90\x74\xd1\xa8\x6d\x8a\x6a\x32\x44\x35\xa5\x4b\x75\xf6\xf3\x12\x01\x82\x7b\xfc\x6c\xab\x98\x47\x5e\x25\x5e\xeb\x6c\xd3\xfe\x04\xf7\x50\x61\xfd\x2c\x79\x30\x43\x1e\xa4\x0b\xcb\x50\x3d\xe3\xfb\x33\x46\x42\x06\x01\x04\x89\xef\xcf\x18\x09\x69\x76\xab\xb7\x1d\x98\xa9\x24\x22\xc6\x60\x58\x86\x38\x78\xa9\x3e\x7e\xde\x5a\xca\x1d\xbd\xb1\x72\x5c\x36\x6d\xb8\xc5\xe4\x58\x5b\x2f\x9b\xba\xf3\x98\x1c\x2f\xd1\xec\x9a\x5c\x40\x79\x6a\xde\x12\xdf\x72\x70\xbf\x4e\x26\x9d\xc5\xfd\x72\x70\x3f\x95\xac\xcf\x87\x7c\x3f\x87\x8c\x46\xc0\x64\xcb\x47\xdd\xc1\xf0\xc5\x2c\x7c\xcb\x87\x6c\x25\xc3\x39\x7a\x75\x72\xb8\x7c\x8b\x50\x50\xb3\xbf\x69\x51\x6e\x9d\x90\x7b\xc7\x6b\xdc\x9e\x5b\xdb\x03\x0e\xd7\xb4\x5e\x8f\x76\x07\xc8\x49\x97\x2a\xe2\xe7\x47\x13\x00\xae\xfd\xcf\x59\x7d\xb4\x3d\xa8\xa2\x4c\x54\x7e\xcb\x74\x82\x5a\x06\x46\xc2\x45\xd0\x66\x2b\x62\x8b\x05\x8a\xa9\x0a\x4c\x16\x29\xa6\x25\x38\x26\xa1\x9a\xad\x48\x31\x2d\xc1\xf7\x08\xd3\x6c\x45\x7c\x2f\x70\x38\x2e\x15\xe4\x2f\x49\xdd\x21\xf8\xb1\x55\x35\x15\x35\x61\x6e\xbc\xe7\x0b\xc3\x1f\xad\x84\xca\xda\xa9\x59\x17\x3a\x49\xad\x84\x14\xa3\xea\xfb\x45\x52\x4c\x09\x34\x48\x5e\x84\x45\xec\xab\x34\x6c\xce\xa0\xb8\x5e\x18\x78\x6e\x05\x4a\x64\xfb\x69\xba\xd5\x84\x7d\xe3\x15\x59\xba\xa6\x86\x5a\xa6\x17\x03\xd6\xad\x74\x0d\x24\x50\x26\x29\xde\x14\xfa\x13\xad\xc0\x9f\x78\xa9\x0e\x7c\x19\xfa\x24\xc2\x4d\xda\x4f\x93\x36\x27\xf8\xa1\xaa\xab\x97\xa1\xcd\x09\x69\x6a\x50\x09\x2e\x43\xf3\x0e\xb1\x88\xa6\x75\x53\xe0\xa5\x95\x19\xdd\x71\x94\x92\x98\x0a\xf8\x21\x61\xf8\xad\x88\x1f\x96\xd0\x73\xc7\x50\x9b\x36\x27\xf8\xe1\x60\xc5\x58\x25\x6e\x58\x09\xa6\xa7\xf2\xee\x0a\xc0\xb4\xb2\xfe\xde\xe3\x28\xc5\xbd\x90\xf0\x91\x54\x2c\xb4\x6c\x2d\x4a\x48\x4c\xaa\xc7\xae\x58\x4b\x03\x2e\x4a\xba\x26\x4b\x13\x2a\xda\xd2\x4a\x28\x98\xaa\x9a\x5e\xa4\x60\x16\x28\x98\x4d\xb3\x73\xcd\x3c\xb8\x97\xea\x80\x17\x57\x77\x1e\xf1\x60\x2c\x78\x57\x5c\xf4\x85\xc2\xd8\x0c\x6a\xb6\x22\xf9\xac\x84\x7c\xa6\x22\x95\xe5\x68\x24\x27\xa0\x4a\xf9\x45\x71\xa8\x12\x0a\xe6\xa4\x28\x5f\xa4\x60\x02\x51\xe5\x6d\xe3\x0c\x6e\xad\x73\xc8\x6e\xc4\x90\xb5\x22\xf6\x55\x9e\x58\x30\xd1\xfa\xa3\x05\x0b\x41\x6b\xb2\xfe\x5f\x15\x47\xa9\xd7\x5f\xdb\x37\x96\x2a\xbb\x54\x0d\x5d\x51\xe5\xb4\x2b\x03\x21\xac\xc6\x21\x9f\xbc\x57\xab\x0e\x79\x0d\xe1\x86\x26\x75\xab\x12\x6e\x6a\xa8\x7d\x8b\xfa\x67\xcd\x53\x6d\x2b\x60\x43\xd9\xc4\x73\x57\x43\x26\x52\x95\xec\x2a\x99\xe8\x2f\x6b\x87\xf0\xa3\x56\xa5\x50\x21\x96\x31\x75\x96\x9b\xac\x52\xa8\x6a\xb0\x22\x26\x0f\x5b\x6d\xfa\x64\x88\x52\xc4\xbb\xb4\x2a\x5e\x54\x43\x5c\x22\xd4\xa5\x29\x79\xc1\x6a\x8f\xee\x1a\x9b\xba\x9a\xb0\x60\xaa\x9e\x5c\xbb\x16\x2c\x8e\xb9\x2a\x1f\x57\x19\xad\x6a\x68\x3f\x6b\xb6\x7f\x13\x77\xeb\xd4\x48\x91\xbe\x7d\xd1\x8a\x6e\x95\xae\x79\xab\xbb\x44\xc0\x22\xdb\x24\x56\x54\x1c\xcc\x74\xf1\x9a\xac\x3a\x98\x15\x07\x33\x5d\x54\xe9\xab\x0e\x66\x05\x36\x59\x22\x88\xbc\x55\x5a\xbd\xad\xc2\xb2\x9d\x08\x81\x68\xd5\x35\x45\x8f\xb1\xf0\x9e\xa9\xae\xb1\x78\x8c\x85\x15\x92\xab\x4e\x2d\xd2\x34\xde\x36\x2e\x9b\x8e\x26\x30\x6d\x52\x52\x3d\xdd\x7a\xb4\x15\x27\xe6\x40\x2b\x67\x95\xea\x54\xa1\x3a\x75\x4d\x41\xc7\x16\x30\x38\x29\x11\x31\xd0\xaa\x8e\x6d\x45\xba\x5d\x52\x71\xdc\x7a\x17\xb5\x05\xb0\x28\x7b\x63\xdc\x95\xd5\x3b\x46\x42\xfe\x0e\x28\x9d\xef\x4f\x8c\x84\x22\x42\x7d\x44\xba\x4f\x2c\x0a\xef\xfa\xfa\x68\x51\x9e\x18\x25\xed\x87\x4d\x87\xbd\xa5\x58\x68\x32\xea\x26\x65\xa5\xe1\x42\x67\xd4\x85\x35\x5d\xe8\x40\xcf\x49\x8a\x38\xb5\x26\x3e\xd0\x80\x05\xac\x90\x53\x6b\x32\x1a\xa1\xce\x54\x62\xcc\xbe\x35\xb1\x88\x96\x4b\xbc\xf6\x91\x5f\xcb\x1a\x09\x8c\x46\xaa\xf6\xdc\x98\xac\x65\xc8\x8a\x49\xbd\xea\x2d\x75\x06\x74\xea\xa4\xca\xb1\xad\x68\xde\x88\x35\x60\xc2\x81\x35\xc6\x1a\x58\x2b\x31\x10\xca\xbb\xca\x9a\xb1\x56\x62\xde\xdc\x39\xe5\xcd\x58\x2b\xd1\x1d\xb7\x47\xf9\x31\x86\xfc\x98\xc4\x4c\x57\x53\x82\x8c\x35\xd8\xd7\x09\x4c\x64\x4d\xf6\x75\xe4\xce\xbc\x5f\xe4\x72\x55\x4d\x0e\x85\x77\x99\x7b\x60\x8d\x01\xb5\x06\x64\xa2\x94\x08\xa7\x67\x8d\x7e\x3e\x6b\x2d\x26\xc7\xd2\xb5\x4d\x2c\xae\x41\x23\x4c\xc4\x76\xb0\x46\x27\xa0\x35\x38\x01\x25\x41\x37\x86\x1c\x58\x0b\x0e\xc7\xa2\xd0\xad\x6b\x29\x57\x8c\x84\x15\xaa\x9b\xc4\x80\xb6\xe3\x35\x0e\x44\x62\x40\x0b\x4e\x44\x28\x39\x6b\xe2\x44\x2d\x38\x51\xd6\xa6\xee\xad\x36\x00\x1b\xd2\x09\xd0\xb6\xc6\x0f\x05\x47\x71\x42\xd6\x4c\x23\x31\x8c\x84\x77\x61\x93\x31\xbc\xc1\x18\xce\xdc\x21\x6b\x32\x86\x47\x65\xae\x24\x63\x78\x33\x6d\x0e\x42\x49\x59\x13\xc5\x9a\x69\x73\x82\xeb\xc9\x16\xde\xc4\xf5\x5a\x70\x3d\xa2\xaf\x59\x13\xd7\x8b\xba\x5f\x89\x79\x9b\xd6\x5c\x93\x43\x10\x41\xd7\xf9\x76\x6d\x0e\x8c\xe1\x2c\x9e\x62\x4d\xc6\xf0\x76\x62\x25\xa9\x84\x35\x19\xbc\x5b\x70\x21\x19\xbc\x9b\x8c\x3b\x2d\xd8\x09\xc1\xc0\xac\x8b\x9d\xf4\x2b\xda\x68\x32\xe9\x52\x1d\x7a\x8a\xa1\x4c\x36\x65\x35\x95\x08\x7a\x1e\x6c\x6b\x6a\x1b\xd1\xb6\xd8\xc6\x61\x02\x59\x29\xc9\x45\x6e\x5d\xd6\xe4\x0e\x8b\x71\x2a\xdc\xf1\x2e\x8b\x71\x8f\x23\x4e\x67\xac\x75\x1d\xf1\x5e\xa3\x3f\x4a\x70\x5d\x86\xda\xde\xe3\x3d\xd2\x73\xef\x7a\xaf\xc7\x7b\x5c\x6a\x25\xa7\x59\x5f\x31\x16\x16\x12\xef\x0c\x96\x33\x80\x15\x25\xe6\xe2\x58\xd7\x8d\xdc\xe3\xf8\xc8\x8a\xdb\x99\x01\x66\x3d\xce\x08\xc1\x24\xac\xeb\x8c\xf4\xbf\x80\x6a\x32\xc5\x2e\xcf\x4f\x0f\x38\xc1\x4b\x4d\x5a\x95\xbf\x88\x6a\x9e\xff\x6e\xda\xa1\x13\xdd\x91\x4d\x75\xd9\x1d\xfb\x1d\xc3\xd4\xec\x64\xed\xeb\xf0\xc5\xfe\xa8\xe5\xfd\xd1\x7b\x71\x67\xb5\xa4\xf7\xb4\x62\x41\x64\x8d\x12\xdc\x10\x91\x0d\xa8\xbc\x4c\xa3\xb7\x21\x95\x17\xa8\x43\x29\x11\x5a\xcf\x86\x4c\x7d\x23\x47\x77\x3c\xb0\x43\x72\xe6\x80\x9c\xc9\x6a\x39\x36\x18\x8e\x6b\x23\xe8\x88\x61\xa6\x36\x44\x47\x03\xb8\xd2\x89\x49\x99\x36\x98\x78\x61\x03\x35\x83\x06\x1d\x16\x83\x39\x7a\x36\xe2\x16\x91\x09\x6d\x14\x8d\xa4\xc4\x48\xd4\x44\x4a\x19\x35\xd6\x92\x77\xfc\x90\x7b\x61\x04\xd5\x4a\xb9\x18\xa2\xda\x28\xae\x95\x88\x2b\x61\xa3\x6a\x06\x71\x1f\xb0\x2c\x9e\x0d\x69\xdf\x81\x67\xc4\xfa\x3d\x36\xe4\x43\x18\x2d\xb6\x87\x96\xab\x21\x03\xe1\x88\x43\x22\x63\xd8\xd0\x21\x19\x71\x48\xba\xf6\x4e\x87\x64\x74\x7c\xb3\x6b\x13\xa4\x48\x0f\x28\xd2\x23\xcf\x7f\x93\x78\x95\xfd\x69\x03\x06\xc4\xd4\x29\x9d\x0e\x39\x8d\x07\x9c\xc6\x2c\x17\x64\x43\x4e\x63\x24\x8d\xa6\x1f\x11\x6d\x48\xfe\x1e\x33\x26\x28\x42\x92\xd3\x78\xcc\xe8\x4e\xdf\x94\xd3\x78\xcc\xe8\x8e\xeb\x32\x45\x2c\x2b\x60\x34\xbf\x93\x37\x98\xdd\x6e\x51\x45\xec\x47\xf8\x19\x4b\x93\x43\x41\xb1\xc1\x73\x0e\xf8\xa6\xef\xcf\x18\x08\x85\x80\x21\xc7\xc4\x08\xbe\xc2\xf0\x57\x1b\xe2\x2b\x23\xee\x57\xc6\xbf\xda\x90\x43\x79\xec\xe8\x4e\x4d\xa6\x26\xcc\x8d\x02\xce\xd8\x5a\x4a\x8b\xe5\x22\xd3\x44\x11\xb3\xef\xcf\x16\x40\x96\x6c\xd2\xdc\x2c\x06\x42\xb9\x62\xc8\xd9\x3c\x10\xf8\x92\x18\x53\x6b\x43\xb6\xc5\x11\x57\x17\x93\x56\x6d\x48\x80\x1e\x77\x8c\x92\x13\xb8\x35\xca\x60\x62\x83\x8c\x6a\x88\x89\x8d\x60\x62\x3f\x67\x59\x4c\x6c\x40\xcb\x4e\x83\xb2\xca\x90\xdd\x6e\x20\x79\x61\x70\x06\x53\x3c\x6c\x06\x0f\x23\xe3\x98\xe2\x61\xf3\x8a\x44\x09\xf2\xb0\xc9\x50\x37\x8b\xe2\x68\x2c\xbe\x64\x93\x49\x80\x36\xaf\x18\x08\x8d\x19\x53\x2e\x89\x19\xd7\x32\x73\xe8\x6d\x4a\xa5\x9f\x71\xbf\x8a\x2c\xa7\xdc\xbf\x13\xee\x5f\xd6\x01\xb4\x29\x1f\xef\x0c\x71\x9d\xe0\x05\x36\x25\xae\x4f\x88\xeb\x32\x28\x4d\xdd\xca\x33\x98\x30\x23\x5e\x6d\xca\xc7\x3b\x83\xd3\x8a\x1a\xa6\x38\xed\x8c\x1b\x9b\x75\xaf\x6c\xca\xc7\x3b\xe1\xe3\x1d\x34\x57\x4e\xf9\x78\x67\x70\x53\x9a\xaf\xa6\x7c\xbc\x33\xc4\x75\x06\xbd\xda\xac\x5a\x93\xe0\xb4\xcc\x67\xb5\x29\x4e\x3b\x81\xf3\x99\x98\x2e\x6d\x53\x1c\x73\x86\x04\xcd\xc2\x50\x36\x25\x41\x4f\x48\xd0\xac\xa5\x63\x53\x46\xc9\x19\xdc\x74\xd0\x04\x3a\xc5\x4d\x67\x70\x53\x96\x8a\xb2\x29\x6e\x3a\x7b\x74\x47\x73\xd9\x94\x59\x72\xc2\x2c\x39\xe8\xad\x98\x32\x3d\x4e\x98\x17\x93\xac\x65\x53\xe6\xc5\x19\xec\x92\x75\xa1\x6c\xca\xdf\x32\x23\xc9\x8c\x35\xa0\x6c\xca\xb5\x3a\x83\x6d\xc8\x5c\x36\x65\x20\x98\x21\x7b\x4f\x86\x02\x4d\x39\x17\x66\x30\x07\xc2\xad\xdb\x94\x73\x61\x06\x07\x60\xe8\xa9\x4d\x71\x80\x19\x62\xf4\x14\x69\xba\xce\x16\x52\x02\x58\x1b\xcb\xa6\x2c\x7e\x33\xa4\x68\x06\x9f\xda\x94\xe3\x61\x86\xed\x80\x21\xa6\x36\x65\x3b\x98\x21\xfe\xc8\xee\x35\x25\xfe\xcc\x13\xcb\xa2\xa5\xbe\xb5\xd4\xb0\xcf\x25\xd9\xb6\xa6\x7c\xab\x13\xbe\xd5\x9f\x95\x96\x6f\x75\x06\x0f\x63\x01\x1f\x9b\x12\xbf\x67\x30\x2a\xd9\xbd\xa6\x18\xd5\x0c\x89\x6a\xe9\x9b\x8f\xba\x7b\xa2\x3b\x6e\xba\xdc\xae\x33\x84\x2d\x16\xd7\xb1\x25\x46\x05\x7c\xbe\xb7\xad\xb1\x8d\x33\x5f\xc1\x3a\x16\x2f\xc2\x25\xd1\x7c\xa5\xf8\x26\x2f\x8b\x25\x8b\xdf\x2a\x31\x3d\x2a\xaf\x4b\x42\xce\x42\x3c\xec\x54\x77\xe5\x56\x53\x7c\x92\xa7\x79\xe9\xc4\xae\x38\xb1\x8b\x7e\xc2\xa5\x13\xbb\x42\xfe\x61\x89\x13\x5b\x92\x7f\x16\x62\xf3\xd3\xe2\xd1\x5b\x32\x07\xae\x16\xd3\xa3\xf5\x71\x31\x17\xde\x56\xc3\x6a\xf2\x9a\x5f\x0a\x61\x03\x42\x5f\xca\x84\xde\xb4\x25\xc7\x2a\xd0\xf7\xde\x36\x4e\x4f\x27\x1d\xc8\x78\x6f\x1b\x57\x4c\x8e\x55\xa0\xe2\xa5\x49\x1e\xbd\xba\x56\x05\x8e\x84\x7c\xf1\x54\x2e\x39\x56\x17\x1c\xab\x2c\x9f\x60\x4b\x72\xd1\x1a\xd1\x9b\xf6\x5c\x4c\x60\x8d\x98\x81\x36\x41\x4c\x00\x98\x74\x6f\x1b\x47\x29\xa7\xeb\x9a\xd1\x1d\xd7\x52\x86\xc7\x05\x48\x6b\x02\x08\xd9\x9a\xa6\x26\x8f\x84\x2c\xb5\xfd\xf4\x76\xe3\x35\x12\x98\x44\xa6\xb5\x63\x90\x54\x80\x96\xb4\xfd\x05\x69\x84\xc8\x19\xb6\x24\x8d\x00\x43\x2e\x65\xd9\xd7\x96\x98\xd1\xb2\x98\x1b\xd9\xfe\x12\x33\x5a\x16\xdd\x91\xed\x2f\x53\x77\x16\xdd\x71\xb9\x5c\x34\xe4\xb1\xcc\xa2\x59\x39\x48\xa3\xd6\xa1\xd8\xe2\x92\x10\xb3\x3c\x7a\x9b\xff\x28\xf0\x2e\xd7\x04\x51\xb5\x63\x52\xe8\x58\x72\x9f\xae\x13\x83\xa1\x76\xbe\xe4\x3e\x5d\x70\x9f\xb2\xb4\x9b\xad\xa3\x4d\x38\xd8\x04\xad\xca\xd1\x26\xdc\x57\x7c\x91\xab\x29\x23\x27\xd0\xe1\xd2\xd4\x82\x29\x2e\x0e\xf5\x12\x53\x66\x72\xbc\x2d\xb9\x2d\x16\x78\x5f\x4e\x3a\x3e\xe2\x7d\x0b\x82\x58\x26\xa0\xaa\xad\x47\xc4\xf7\x44\x77\x1c\x89\x5c\xab\xc0\x95\x4b\x93\x02\xc2\x7a\x44\x7c\x60\x7d\x99\x60\x5d\xb6\xc5\xfa\x00\x0f\x97\x98\x8d\x60\x5b\x32\x1a\x90\xdd\xde\xd7\x16\xdb\x38\x01\x94\x6e\x4c\x59\xf6\xc3\x2d\xbb\xe9\x2e\xf1\x1e\x69\x7d\x4b\xf3\xdb\x90\x55\x58\x87\xce\xb6\x64\x95\x5d\x62\x4d\x68\xa2\xda\x8a\xf1\xd8\x25\x66\xc0\x75\xde\xb2\x2d\xee\x1a\xdd\xd1\xcb\xbb\xab\xba\x43\x9e\x80\x6e\xad\x2d\xa6\xb8\xc1\x14\x09\x9b\x65\x5b\x61\xbd\xbb\x45\xf2\xa1\x16\x45\x61\xbd\x3b\xf0\x6f\x49\x0b\x5b\xfa\xe2\x6e\x31\x10\x4d\x4e\xde\x93\x1d\xfc\x92\xf9\xa9\xb6\xc5\x2f\x77\x8f\x0d\xd7\x28\xe5\x93\xdd\xf0\xc9\xea\x6a\xdd\x7d\xa8\x69\xa1\x89\x3b\xa0\x38\x94\x0d\x2d\x33\x67\x92\xde\x96\x96\xb9\xa1\x65\xb2\x8c\x9e\x6d\xc9\x4c\x3b\xb8\x6c\xa6\x85\x6a\xcb\x5d\xbb\x83\x95\xb2\x8e\x98\x6d\xb1\xd2\x1d\xc9\x9a\x8a\x06\xde\xf2\xc9\x6e\xb0\xcb\xf5\xd3\xa4\xcd\x81\x1a\x99\x59\x36\xc2\xb6\x78\xe2\xde\xd1\x1d\x55\xd3\x2d\x0d\x0d\x78\x21\x69\x25\x35\x99\x9a\x1c\x4d\x1c\xe4\xfe\xf9\x62\xac\x09\x19\xd8\x96\x05\x74\x5b\xf4\x46\x2e\xb5\x4d\xbd\x21\xa5\x41\x62\xc3\x96\x99\x73\x7b\xac\x17\xe5\xba\x2d\x53\xe6\x0e\x9e\x28\x03\xe2\x96\x03\x67\x9f\xbf\x36\x0e\x45\x2c\x6a\x9f\xe8\x8e\x23\x39\xda\xd5\x27\xd6\x4b\x34\x24\x5f\xe7\x8e\x23\x2e\x43\xa0\x31\x51\xdc\x0c\xd2\x4d\x66\xb9\x0e\x33\x49\x37\x86\x10\xaf\x2c\x23\xa1\xc9\x60\x69\x90\x7c\x32\xa1\x1f\xcd\x24\xf9\x18\xfc\xa0\x59\xf1\x95\x26\x27\x87\xa5\x18\x0b\x2f\x34\x93\x54\x64\x80\x9d\xcb\x44\x69\x37\x93\xb3\xd3\x4a\x8c\x93\xc1\x5a\x26\xf5\xc7\x50\x8c\x9d\xd5\x7c\xcc\xe4\x92\x30\x94\x2f\xc9\x44\xa8\x35\x63\x06\xa4\x19\x6a\xe8\xc8\xd7\x69\x85\x87\xdc\x6a\xf4\xc6\x0d\x32\xa5\x03\x18\xdc\x15\x4c\x14\x32\x63\x7a\x91\xa1\x1e\xea\xfb\x1a\x27\x27\xbe\x81\xda\xa8\x3f\x12\x9f\xc9\x25\x61\x2d\x7a\xa3\xe9\xca\xe4\x92\xb0\xe0\x1b\x32\x9c\x9a\xf8\x86\xa1\x52\x53\x26\x04\xb9\x99\x78\x83\xf5\xd8\x03\xf2\x22\x93\x6b\xd5\xe0\x3e\xcd\x04\x02\x37\x93\x98\x62\x71\xee\x2a\xd5\x18\x9b\x3f\xef\x3d\xd1\xc6\xf7\x14\x0b\x61\xb0\xc6\x66\x59\x63\x4d\xd6\x58\x8b\xf3\x4a\x1c\x08\x33\xa9\x46\x16\x42\x4c\xd5\xbe\xea\x54\x5a\x48\x23\x44\x82\x30\x93\x34\x62\x28\xf6\x95\x09\x9b\x69\xa6\x53\x69\x16\xe3\xe4\x85\x60\xf2\x30\x58\x1c\x4b\x82\x41\x98\xe9\x58\x5a\x1c\x4b\xc2\xa5\x9a\xe9\x58\x9a\xc7\x37\x29\x42\x9b\x74\x23\x83\xc0\x91\x09\xd3\x6a\xa6\x90\x07\x7b\xe2\x9b\xbc\x4a\x4c\x0a\x89\x41\x21\x61\xe9\x43\xb3\x47\x94\x14\xc7\x99\x05\x50\xcc\x74\x9c\xed\x89\x6c\x5a\x3a\x50\x80\xf7\xf3\xfd\x39\xa2\x6d\xb0\x6d\xaa\x0d\xdd\x71\xe6\x02\xf8\x31\x07\xf0\x03\x4b\x24\x9a\xeb\xa0\x3b\x3c\x13\xb9\xd1\xcc\xe1\xf2\x8f\x7a\x02\x4e\x24\xef\x34\x81\xff\x98\xc3\x07\x9a\x1b\xe5\x5d\x97\x0f\x14\xe8\x3f\x89\xc8\x50\xe6\x04\x01\x35\xa0\xff\xbc\xaf\x2d\xb6\xa9\x37\x18\x55\x98\xc9\x66\x2e\x13\x35\x90\x80\x52\x26\x90\xb1\x39\xb3\x12\x2d\x4a\xf4\x66\x82\xcc\x9a\xcb\x09\x0a\x6c\xa0\x1f\x45\x45\xd8\x40\xe6\xc1\x70\x14\xba\xe4\xf2\x90\x78\x08\x31\x8d\x22\xa6\x8b\xe3\x78\x48\x23\xb2\x88\xbb\x9c\xa0\x80\x03\xca\x17\xaf\x50\x97\xa0\xe2\x2f\x57\xc9\xd7\xb5\xfe\x4d\xdc\x75\xf9\x48\x51\x50\x38\x65\xe2\x15\x9a\x8b\x21\x79\x0d\x32\xa2\x21\xca\x99\x94\x6d\xfe\x8a\x3b\x99\x25\xc9\x4c\x80\x44\xe6\x35\xe6\x40\x51\xd2\xc5\xac\xbc\xc5\x52\x53\x96\x74\x99\x71\x3c\x54\xa3\xc6\xe0\x0a\x97\x6a\xe4\x13\x13\xe4\xc5\xec\x8a\xbf\xf2\xe0\x47\x72\xeb\x0b\xd7\xc7\x1c\x6a\x53\x96\x39\xd9\xa5\x37\x01\xf3\x27\x13\xd0\xd6\x5c\xba\x11\x80\x7d\xde\xd7\xb8\x0b\x4b\x23\x59\x18\x09\x2f\x6d\x57\x30\xbb\xaf\x8d\x26\x2e\x97\xc2\x51\x01\xf2\x93\xb2\xfc\xec\x2e\x4f\x2e\x50\x7f\x7e\x34\x42\xa1\xfe\x98\x07\x5f\x54\xa0\xa7\x8b\x2f\x3a\x42\x55\xb3\x02\x3d\x5d\xb1\xaa\x40\x07\xca\x17\x6d\x99\x2e\x96\xe9\x21\xac\x10\x5b\xcf\x5c\x9e\x5c\x60\x00\x65\x16\xd9\x34\x97\x1c\xe3\x86\x69\x6b\x45\x64\x69\xf6\x50\xed\x3a\x45\x1c\x97\x6a\x07\x50\xa0\xcc\x32\x9b\x26\x50\x20\xf3\xe0\xb3\xf2\x60\xbb\xf8\xac\x07\x9f\x25\xb2\x83\x09\x16\xc8\x1c\xd1\x63\x99\xd0\x0e\xe6\x72\xd7\x3a\x90\x2f\x15\xda\xe2\x72\xd7\x02\x17\xe8\x7d\x8d\xa3\x54\xf8\x8a\x87\xd4\xd4\xa9\x65\xba\x5c\xb9\x7e\x62\x76\x64\xeb\x2e\xcd\xce\x43\x9f\xea\x64\xeb\x2e\x7d\x0a\x78\x3d\xf9\xd2\xee\xc8\x39\xe7\xc1\x9e\x07\x4d\x50\xfe\xfc\x7c\xf2\x89\xb6\xaf\xbb\x23\x85\xea\x84\xb4\x25\xe7\xd6\x51\x08\xff\xb9\xb0\x3f\x4d\xaf\x6d\x35\xc5\x27\x49\xb2\x47\xd6\xeb\x13\xfc\x79\x50\x28\x3c\xf2\x1c\x9f\xe0\xa6\xf2\xef\x9c\xfc\xd3\x16\x53\x20\x61\x1e\xd9\x9a\x4f\xf0\xb0\xa1\xb1\xc8\xce\x74\x42\xa3\x92\xf5\xf7\x48\xa3\x3a\xaf\x46\x95\x15\x0c\x24\xec\x1b\x3b\xc1\x89\x64\xa3\x3e\xd2\xb6\x4e\xb0\x1b\x19\xa9\x05\x8c\x63\x27\xe4\x1f\xc5\x58\x1e\x99\xa0\x80\x84\x93\x2f\x92\xd8\x91\x09\xea\x84\xda\x34\xc8\x89\x8e\x8c\xc6\x27\xcc\x4c\xac\xa8\x61\x47\x2e\xb8\x03\xaf\x57\x56\x8c\xe5\x51\x70\x29\x10\x68\x32\xeb\x93\xda\x21\x80\xb0\x9d\x60\x7c\x93\x1c\xe0\xc8\x21\x76\x80\x67\xa6\xaa\xfc\x76\x08\x68\x66\xc0\xa0\xc9\x2c\x71\x6a\x47\xcc\xed\x84\xb0\x25\x03\xdb\x51\x20\x3e\x40\x68\x32\x2b\x9f\xda\x91\x43\x0c\x65\xb5\xdf\xd7\x48\x0e\xe2\x6e\x27\xb8\x9b\x96\x59\x0e\xb1\x13\x6c\x8a\xf8\xe4\x26\x58\x1a\x3b\xc1\x6f\x08\xb6\x60\x47\x06\xa3\x13\xca\xd1\xa4\xf8\x76\x64\xa1\x3e\x27\xbe\x49\x43\x93\xd0\x62\xec\x1c\x10\xfb\x54\x93\x66\x10\x47\x99\xb5\x9b\xec\x9c\x9f\x4f\x5a\xb4\x71\xcb\x75\x94\x51\xae\x3b\x65\x45\x58\x1e\x99\x93\x0f\x4c\xc6\x2a\xe7\x6e\x47\x26\xe3\x13\x2c\x60\xd1\x2e\x7c\xe4\xdb\x3a\x21\xbd\xb1\x28\xbb\x1d\xf1\x80\x13\xe7\x9c\x05\xd8\xed\x96\x56\x05\xfc\x98\xa4\x6a\xe8\x76\xcb\x0b\x7f\xc3\x4d\x95\x89\x5d\x6b\x37\x01\xb8\xec\xbe\xc0\x6c\xe9\xce\x10\xa2\x8c\xdd\xc1\x03\x88\x78\x60\xb7\x78\xc0\x1d\x3c\x40\x1a\x90\xe0\x66\xec\x0e\x65\x8c\x65\xcd\xed\x56\xb2\xf4\x8d\x12\xf4\x32\x34\xdd\x12\xc4\xee\xd0\x80\x58\x8b\xdc\x6e\x69\x40\xc0\x83\xf9\xb1\x41\xdd\x12\x46\xee\xe0\x0e\x8b\x2a\xc9\x2d\x2f\xfc\x1d\x2c\x60\xd1\xf8\x76\x4b\x3b\xba\x43\x05\x22\x82\x81\xdd\xf2\x29\xdd\x0d\xdd\x91\xd7\xde\xd2\x80\x00\x11\xf3\x63\xbb\x12\x44\x8c\x01\x12\x26\x95\x8b\xa7\xfc\x56\x48\x2a\x30\x62\xb2\x12\xc1\x85\x11\x63\x37\x18\x47\xb9\x34\x39\x31\x0e\x80\xc4\x24\xd5\xf5\x36\xe0\xbf\x7c\x7f\x46\x77\xa4\xb0\x5b\x56\x15\x60\xbf\x64\x62\x2e\xda\x4d\x6c\x2c\xbb\x07\xe6\x26\x1a\x92\x7d\xfa\x1e\x3b\xbe\xc8\xde\x86\x7a\x1b\xd8\x38\x2a\xed\x02\x83\xb1\x7b\xc4\x40\x78\x57\xdc\xf2\xdb\x03\x28\x26\xa9\xca\xb7\xdd\x62\x53\x80\x83\x79\xdb\xd8\x9d\xfc\xf6\x80\x86\xc9\x89\xac\xe8\x96\xa0\x75\x83\x15\x25\x11\xb3\x72\x82\xee\x15\xcb\x45\x75\xf1\x56\xde\xcf\xfd\x72\x25\x58\x01\xff\x49\xdc\xbd\xe5\xd6\xbf\x77\x7c\x55\xb4\x2e\xc9\x08\xd8\x31\xa9\x5c\xf4\x91\xde\x4a\x8a\x06\x98\x4c\x4e\x3a\x3e\x12\x2c\xee\x13\xcb\x22\xe2\x93\x6f\xeb\x7e\x19\xd3\xdb\xc6\xa5\x3e\x43\x6d\x13\x9f\xe4\x4a\x8b\x51\xdd\x27\x46\xa2\x93\xac\xb8\xd8\x1b\x71\xb1\xe5\xe7\xfc\xc8\x64\x7c\xdf\xa0\x87\xaa\x26\xd1\x03\xcc\xc2\x2a\xfd\x6c\xb7\xcc\xc2\x80\x8d\x49\x45\x07\xe1\x91\xa5\x16\x38\x31\x49\xd5\x90\xed\x91\x4a\x08\xa0\x98\x4c\x30\x48\x7b\x24\x73\x3c\x29\x5e\xe3\x82\x3d\xf2\x8a\x3f\x29\x5e\x2b\x6c\x32\x35\x81\x54\xa8\x88\x3d\x72\x98\x3f\x25\x06\xa9\x36\x69\x46\x00\x7d\xc9\xac\x26\x6c\x8f\x72\x8a\x3f\x10\x18\xb2\x94\x47\x8e\x2d\xa0\xc0\xa4\xc2\x82\x27\xf6\x88\xdd\x00\xeb\x25\xa9\x16\xae\x3d\x0a\x81\x07\xee\x4b\x26\x58\xa4\x3d\xf2\x79\x3d\x2f\xe3\x49\x45\xe6\xd1\x47\x46\xdc\x07\x5a\x85\xaa\xe3\xda\xa3\x84\x8f\x27\x00\x05\x64\xef\x7b\x74\x4b\xa2\xf4\x7c\x52\x25\x4c\x7b\xe4\x90\x7d\xe0\xe8\x50\x89\x49\x7b\x14\xd6\x08\x4c\x92\x2c\xb8\x87\x47\x4e\x8e\x27\x48\xbd\xd0\x9a\xf9\xc8\x1e\x11\x20\x25\xaa\x29\x69\x02\x29\xb1\x00\x29\x29\xb2\x05\x0a\xa4\xc4\x9e\x13\xb8\x27\xbc\xb5\x1e\xf9\x71\x03\x1a\x44\x45\x20\x5d\xd0\x20\x7e\x95\xf8\x66\x67\x1b\x8d\xf3\x8e\x0a\xf2\x49\x05\xd9\xfc\xe2\x52\xfb\x05\xd9\xae\xb0\xdc\x93\x5f\xe4\xec\x7e\xc1\x26\x5e\xea\x27\x74\xf8\xd5\x7e\xbe\xf9\x44\x5b\xf9\xda\xe8\x43\xf4\x2b\x78\x34\xe1\x48\xfd\xa2\x0f\xd1\xaf\x0e\xb2\x9d\xfc\x24\x8d\xe2\x7e\xcd\xf8\x64\xe7\x27\x97\xa6\x17\x2c\xee\x13\x9b\x5c\x50\x17\x7e\x05\x41\xb4\x8f\x58\xfc\x22\x41\x78\xc0\x60\x94\x76\xe9\x93\x9a\x1d\x94\xc9\xc2\x42\x4d\x7e\x6d\x75\xb7\xa3\x3b\x35\x75\x35\x61\x51\x08\xb5\xe9\x17\x3d\x7e\x7e\x6d\xd0\xca\xe2\xe4\x08\x14\xeb\xd7\xab\x1f\x66\xd6\xf3\xf0\xcb\xb4\x5c\xa8\xad\x5e\x98\xc6\xe7\xc2\xc1\x70\xe0\x5e\x64\x9e\x1f\x07\xf8\xc5\xf7\x67\x0c\x44\xbb\x6a\x1a\x88\xc5\x40\x26\x9b\x34\x10\x47\xf1\x82\x8b\x63\x74\xad\x64\x1c\x11\x66\xff\xf9\xe5\x9a\xb6\xc7\x4a\x16\xae\xa4\x6b\x4f\x7d\xe1\x93\x1c\x88\x6b\x4f\xe3\x64\xb5\xc2\xd5\x72\x91\x50\x1c\x1f\xda\xc9\xfc\x3a\x5a\x93\x13\xdd\x55\x0e\xe5\xa8\xbb\x13\xdd\x71\x72\xc7\xd4\xf4\xce\x9b\x80\x95\x7e\x31\x4b\xc2\xaf\x3b\xc8\xa4\xf2\x35\xa6\x5f\xfa\x05\x8e\x9f\x13\xe7\x76\x6b\xde\x77\x0c\xa4\x71\x72\xb7\x28\x28\x6e\x83\x26\x3a\xbf\x35\xb9\x27\xba\xfb\xd4\x79\xbf\x1e\x75\xf7\x44\x77\x9c\xf7\xa3\xf5\x8a\x23\xde\x3e\x76\xe3\x89\x02\xad\xa7\x2b\x3e\xf9\x69\x2a\x9e\xe8\x26\xf0\xc0\xf1\x28\x2c\x7e\xe1\x89\xae\x40\x0f\x44\x8e\x42\x6b\x91\xa7\xa4\x6f\xa6\xd8\xf2\xc9\xf7\xe8\x26\x74\xc0\x6c\xa4\xd2\x3e\xc6\xee\x89\x52\xab\xa7\x57\x4a\xcd\x2c\x92\xee\x29\xeb\x93\x39\xc8\x79\xf1\x93\xc4\xdd\xf0\x94\xeb\xfb\x5a\xe1\x17\xb3\x7a\xcb\x03\x4d\x85\x4d\x53\x4d\x18\x08\xf3\xa1\x3d\xe5\x9f\x81\x60\xc7\x49\x5f\x89\xb1\xaf\x8e\x7a\x14\x99\x55\xc3\x3d\xd1\xb0\xe8\x01\xc8\x51\x98\x10\xe5\xa9\xa8\xb7\x02\xf2\xaa\x1c\x23\x3d\xa0\x9e\x82\xc9\x76\xd2\x57\x12\x93\x0d\xb4\x8e\xc2\xc0\x51\x4f\x55\x4b\x12\x57\x24\xab\x37\x78\xaa\xea\xae\x46\x77\x6a\x32\x35\x61\x6e\x95\x13\xa0\x75\xd0\x03\x75\xa3\xf4\xcc\xe5\xa2\xac\xee\x40\xdd\xc8\x84\x90\x71\xa1\x6e\x78\xa0\x6e\x14\x06\x8d\xba\x50\x37\x3c\x50\x37\x4a\xd7\xe6\x88\xdb\xa7\x90\xc8\x3b\x6f\x9e\xd4\xd5\x5d\x8f\xee\xd4\x34\xd4\x84\xb9\xf1\x7c\x24\x31\xfb\x14\xb2\x3a\x4d\x79\x9e\x86\x96\x6b\x44\x6f\x3c\xaa\x69\x88\xd0\x47\xcc\xa0\x71\x94\x43\x33\x40\xc9\xde\xd2\x35\x94\xa9\x99\x87\x68\xdd\x7b\xff\x27\x69\xd7\xd3\x14\x89\xcd\xfb\x9d\x05\xaf\xa5\xb4\x34\xd2\xb8\x7b\x98\x9a\xe1\x40\xe9\xf8\xfe\x8c\x1e\x75\x24\x97\x3e\xb9\xb0\xb3\x9d\xdb\xb0\x45\x9a\x3b\x26\x31\x39\x09\xdd\x3d\x81\xe5\x51\xba\x4e\xeb\x16\x1d\x6d\xac\xb5\x98\xc3\xd6\x5a\xc7\x95\x45\x40\x56\x4f\x5b\x3b\x1b\x22\x53\xd7\x21\xd7\xc5\x94\xde\x0b\xe5\x6d\xe3\x37\x4d\x04\x08\xdb\x62\x19\xbc\x3d\x93\x6b\x8f\xe2\xae\x18\x3a\x0a\xae\x3d\x8a\x0b\x61\xe8\x28\xe8\x42\x08\x58\x91\xc2\x28\x56\x17\xac\x88\xa7\xd0\x01\x46\xe6\x7b\x47\x2b\x0d\x1d\x20\x4f\x6e\xc2\x51\x77\xa1\x03\xb0\x44\x94\xa7\x5b\xd3\x8b\x1b\x61\x88\xa8\x6f\x75\x17\x6c\x7f\x88\x79\x88\xed\x07\xae\x48\x61\xc1\x72\x4f\x4c\xbb\x77\x40\x8c\x64\xc2\x65\x7a\x12\xd7\x4f\x4f\xcc\x5c\x54\xfd\x88\x1e\x1e\xd0\x83\x36\xe1\xd1\x42\xc7\x8d\xc0\x98\x53\xcf\xba\x11\x02\x8d\xa4\x30\x94\xd8\xb3\x6e\x04\xc0\x84\xa4\x42\xa4\x55\xcf\x34\x71\x38\x70\x42\x72\xfe\x74\x2d\xcf\x74\x35\x79\x0e\x95\x83\x41\xa7\x9e\xa9\x72\x78\x86\xca\x41\x64\x27\x17\x6e\x88\xe7\xb8\x2b\x18\x6d\xeb\x99\xee\x66\xcf\xe9\x8e\x36\x8e\x32\x91\x47\x67\xdc\x23\x2c\x16\xef\x82\x1b\x71\xd4\x42\x4b\x85\xd6\x4a\xcf\xba\x11\x72\x5e\x78\xed\xdb\xb9\x5c\xf4\xda\xcb\xe5\x33\x13\x75\x5c\x20\x25\x9e\x83\x0d\xd3\x20\xe9\x99\x9a\x8a\xe7\xd0\x54\x66\xe2\x72\x51\x53\xf1\x0c\x4d\x85\xda\x81\x67\x89\xcf\x39\xf8\x30\x03\x1a\x3d\x37\x75\x17\xcc\x76\x66\x4e\x40\xcc\x36\xb0\x4d\xca\x24\xff\x16\xb6\x89\xa3\xa0\x5b\x2a\x34\x56\xba\xea\xb8\x79\x86\x4b\xb9\x4c\xd2\x6c\xee\xda\xd5\x7e\x30\x4c\xce\x9c\xe1\x79\x9e\x83\xdb\x32\x06\xcf\xb3\xb8\x6d\x60\xa2\x14\x02\xc3\x7a\x16\xb7\x0d\xe0\x93\x32\x79\x3b\xe5\xa1\xee\x60\xff\x28\x9a\xc1\xd4\xaa\xcc\x98\x39\x19\x71\x9e\xda\xba\x89\xad\xe3\x81\x14\xee\x89\x07\xee\x49\x99\x9d\xa3\x14\xa7\x0d\x00\x93\xc2\x10\x5d\xcf\x92\xe4\x03\xc0\xa4\x30\xc8\xcb\xf3\xd2\xcc\x77\xcc\x4e\x84\xc9\xda\x5f\x9e\xff\x6a\x7f\xf1\x35\x71\xda\x1c\x9c\x76\x52\xe1\xc8\x5b\xdd\x05\x3b\x65\x48\x96\x67\x69\x00\x40\x33\xc9\xa5\xa8\x37\x8d\xc4\x62\x24\x64\xde\xd9\x34\x12\x8b\x91\x90\x8a\x4c\x8b\x12\xca\xe2\xd4\x61\x3d\xea\x0d\xe2\x6e\xd1\xce\x49\xdc\xcd\xc1\xf8\x18\xa7\xe2\x59\x8c\x2f\x87\xf1\x83\x96\x51\xcf\x34\x7e\x38\x40\x49\x72\xd1\x86\x8b\x27\x06\x12\x49\x59\x5a\x2f\x22\x91\x78\xbe\x63\x24\x9c\xdb\x23\x62\x78\x02\x5b\x8f\x02\x55\x7e\x44\x0c\x0f\x88\x81\x4a\x64\x7e\xf4\xc5\x97\x3b\xe6\xd2\x38\x90\x47\x0c\x25\x58\xe2\x62\x6f\x45\x2c\x31\x20\x45\x0a\x43\x43\xbc\xd0\xd2\xe2\x40\x17\xc9\x2c\x4b\xe6\x85\x96\x16\x2f\xc1\x2d\x57\xd3\x27\x5d\x6d\x98\x5b\xd7\x17\xb9\xca\x25\xc5\x4a\x52\xca\x17\x12\x89\x03\x89\x24\xb3\x44\x8d\x0b\x89\xc4\x4b\x30\xd9\x45\x65\xbd\xd0\x69\xef\x81\x52\x52\x98\x73\xef\x42\x29\xf1\x92\xa3\xd4\x26\xe5\x86\x42\xcf\xbc\x97\x1c\xdd\x71\x02\x12\xad\x4b\x70\xd2\xc5\x33\x50\xc4\x49\x4b\x70\xd2\x9f\x2f\x6a\x4d\x6a\x8d\xd7\xb8\x5e\x55\x9f\x84\x8a\x5f\x19\x42\xec\x45\x2a\x7e\x81\xd4\xc7\xb8\x1d\x2f\x92\xfa\x0a\xd8\x57\x65\xb8\xac\x97\xae\xc9\x81\x47\x55\xe2\xcf\x7a\x19\x5a\xcb\x11\xdd\x91\x2c\xcb\x50\x77\x23\xba\xe3\xc4\x87\xba\x1b\xd1\x9d\x88\x41\xec\xab\x04\xfb\x1a\x1c\xc9\xd0\xae\xc2\x44\x5b\xaf\xc6\x19\xd0\x44\xeb\x65\xc6\x48\x44\x44\x53\x5b\x37\xa3\x3b\x5e\xb9\xc2\x30\x71\x94\x55\x7b\xdb\xb8\xe5\x2e\x9a\x85\xb2\x5b\x13\x65\xa2\x22\x65\xb7\x40\xd9\x25\x7c\xa6\x97\xa3\xd9\x81\x33\x54\x26\x66\x7b\x39\xea\x0e\x66\xa4\x9a\xea\xbf\x81\x91\x79\x61\x34\xad\x97\x1b\x57\x32\x45\x98\x22\xe6\x10\x40\x1f\x95\xd6\x56\x2f\xb7\x06\x7a\x63\xa0\x14\x61\xca\xad\x81\xde\x81\x16\x59\xf5\x49\xad\xf5\x13\x90\x90\x94\xe7\x8b\x24\xa6\x02\x3d\x99\x88\x77\x5e\x1e\xd1\xdf\x13\x23\xd1\x79\x7d\xb4\x0d\x60\x0f\xaa\x68\xee\x82\x15\xf1\x7a\xc5\x7b\x3c\x5d\x55\x7a\x72\x40\x8e\xd4\x44\x11\x5a\x90\x23\x5e\x73\x0c\xf3\x0b\xdc\xf1\x4a\x2f\xae\x57\xa8\xa7\x55\x26\x95\x4a\x2f\xae\x57\x04\xbe\x54\x46\x6c\x7a\x95\xa4\x12\xd8\x21\x55\xd6\x0a\x61\x87\x78\x2d\xf1\x4d\xca\x1c\x95\xc9\x09\x5e\x5f\xa5\x33\x13\x5a\xd4\x2b\x93\x13\xbc\x42\xc2\xa9\xcc\x4b\xf7\x2a\x09\xa7\xf6\xe8\x8e\x62\x45\x95\x0e\x57\xa1\xc3\x31\x18\xcd\x85\x0f\xe2\x35\x4e\x3a\x0b\x07\x78\xed\x3f\x9f\x8c\x51\x6a\xa5\x75\x9c\x51\x15\x35\xd5\x4c\xfe\xa7\xb2\xa8\x5e\xe1\x71\xa9\x9a\xf8\x50\x77\x28\x65\x55\xa5\x1a\x55\x1d\xe7\x80\x23\xa9\x0c\xd9\x74\xc1\x91\x78\x5d\xd1\x1d\x99\x55\x95\x15\xb0\xae\x18\x26\x2d\x12\x75\x69\x98\x70\x9e\x56\x89\x92\xd5\x34\x3d\x58\xd8\x2a\x6d\xb1\x5e\x4d\xef\xc1\xd3\x59\x65\x8b\xad\xa2\xf7\x0a\x05\xa1\x16\x8d\x45\x0a\x42\x85\x82\xc0\xea\xd9\x2e\xf4\x0c\xaf\x71\x14\x58\x68\xcc\xeb\xa3\x29\x04\xbd\x33\x04\xd1\xab\x6e\xca\x8a\x58\xb4\x4a\x40\x49\x17\xb2\x86\xb7\x0b\xdd\x51\x6b\x6a\xf4\x49\x78\xbb\x62\x76\x3c\x5e\x8d\xa9\x7a\xde\xe2\x28\x54\xae\x4a\xd3\x51\x08\xb0\x8e\x5a\x49\xd2\x8d\x8e\x4e\x07\xc8\x46\xaa\xda\x59\x41\x6b\x38\xe0\x32\xde\x36\xbe\xa7\x5b\x08\x05\x66\x33\xe1\x4c\xbd\xe9\x16\x6a\x71\xba\x88\x90\xea\x2a\x39\xeb\x81\xad\x51\x2b\x49\x5a\x45\x67\x3d\x40\x32\x2a\x83\x28\xbd\xc9\xc4\x03\xbc\x8c\x4c\x38\x53\x6f\x3a\x41\xc0\xc4\x48\x95\x59\xeb\xde\xe8\x73\x75\x80\x64\x28\xbc\xd2\x05\x92\xe1\x2d\x0e\x1e\xb3\xd6\xbd\xc9\xc2\x03\x00\x8d\x5c\x79\xaf\xb5\xea\x6a\xba\xd1\xc4\x65\xa6\x37\xd6\x1b\x62\xdc\x2b\xb1\x40\xbd\x31\xc6\xdd\x01\x97\x91\x89\x2e\xea\x8d\x05\x3b\xbc\x21\x1e\x43\x26\xfb\xd6\xb4\x92\x88\x1a\xab\x32\xcb\x37\x19\x78\x5a\xc3\x40\x28\x88\xb5\x2e\x12\xea\x51\x13\x9c\x8b\xd5\x45\x42\xc1\x52\x08\xda\xe9\xad\x8b\x14\x82\x6f\x54\x9e\xff\x26\xbe\xd1\xe2\xaa\xaf\x9d\xdf\x1c\xea\x6e\x44\x77\x5c\x64\x49\x01\x2d\xd8\x06\xaf\xd7\x26\xb6\xd1\xe2\xa6\x67\xb8\xa9\x37\xdd\xf4\x0d\x37\x3d\x23\x58\xbd\xe9\xa6\x6f\xc1\x51\x58\x90\xda\x9b\x38\x4a\x0b\x29\x80\x51\xaa\xde\x24\x05\x34\xc4\x93\x54\x46\xa9\x7a\x93\x82\xd3\x42\x0a\x20\x10\x81\x37\x99\x92\xda\x8c\xa1\xb0\x3b\xb9\x31\x5a\x40\xbf\xb2\xf6\xb4\x37\x99\x92\xda\x9a\xef\x6b\xbc\x98\x9a\x74\x9f\x16\xbc\x8d\xb1\xad\xde\xc4\xdb\x02\xf8\xa4\x12\xa2\xd1\xdb\xd6\xec\x36\xf8\x17\x31\x1a\x5d\x08\x26\x0e\xe8\x91\xa4\x92\xfe\xde\xa4\xa9\x00\x8b\x24\xff\x2c\x98\x69\x0f\x82\x95\xb6\xac\xd7\xb4\x28\x06\xb2\xd4\x5a\x12\xa6\xc4\x01\x4b\x92\x89\xb6\xea\x4d\xbe\x8a\x80\x22\xa9\x8d\x3a\x66\x73\x0d\xc4\x71\xaa\xa8\x4d\xa9\x72\xb3\x47\xe5\xe6\x9f\x25\x39\x5a\xe5\x13\x5f\x14\xa7\x91\x89\x29\xa0\x48\xaa\x5c\x1c\x82\x22\xf1\x06\x75\xaa\x12\xe1\xd0\xdb\xad\xee\x5e\xcd\x2a\x37\x5e\xff\x4d\xde\x83\x40\x30\xa9\x0c\xdc\xf5\x76\x8b\x16\x5e\x21\x28\x37\xb1\xd8\x47\x9b\x13\x37\x01\x01\x02\xbd\x49\xf2\x69\xef\x4d\x90\x59\x04\xce\x9b\xb4\x29\xd4\xbb\x7d\x5f\xe3\x20\x65\x61\x02\x5e\x4a\x6e\x34\x6f\x08\x2e\xc5\x3b\xee\x08\x39\xb4\xba\xee\x88\x7e\x05\x1e\x31\x0f\x78\x97\x81\xa9\xbf\x8a\x55\x6e\x64\xe7\x5d\x92\x54\x8f\xab\x85\x68\x15\xde\x75\xb5\x04\x38\x4b\x25\x08\xa0\x77\x5d\x2d\x81\xb2\x52\x59\x2a\xdc\xbb\x8c\x4f\x00\x5c\xc9\x22\x85\x4e\x7f\xb7\xf7\xe4\x68\xfa\x37\x24\x32\xef\xba\x93\x7a\x88\x75\x72\x9b\x74\x29\x54\x1d\x0a\x15\x51\x32\x5d\xa8\x2e\xde\xe3\x2a\x23\x1e\xac\xf7\xac\xb9\xc7\x7d\x45\x9c\x0b\xef\x72\x56\xf4\x8c\x2d\xe7\x75\xd5\x75\x5d\xf5\x02\x76\x4f\x18\x59\x07\x3a\xcc\xf7\x27\x46\x42\x51\xa3\x4b\x16\xec\x25\x56\x93\xd6\x81\x5e\xb5\xaf\xf0\xe7\xcb\x85\xd6\xab\xf6\x35\x6e\xb9\x46\xce\xd0\xab\xf6\x35\xae\x32\x62\xd3\xb9\xa0\x67\xbc\xc3\x4a\x56\x3b\x89\xb6\xcb\x4a\xd6\x5b\x74\xa7\x26\x4d\x00\xf7\x15\x11\x34\xbd\xcb\x23\xd1\xe1\x75\xa8\x72\x9b\xf4\xa6\xc9\xbd\xf7\x93\xe2\xd0\xbd\x33\xca\xd9\x7b\x8b\x81\xd0\xee\xd6\x65\x3f\xeb\x21\x95\xb2\xce\xaf\x77\x49\xa5\xbd\xdf\x01\x25\xcd\xc9\x0d\x2d\x4a\x28\x99\x72\x72\x74\x29\x99\x1d\x4a\x26\x63\xdb\xbd\x4b\x2a\xed\x71\xf5\x74\xad\xf3\x50\x77\x71\xbf\xc8\xcb\xd1\x75\xbf\xf4\xd0\x24\x89\x7f\xe1\x5d\x77\x48\x9f\xd1\x1d\x67\x3e\x35\xf3\x10\x74\xe5\xe4\xe8\x4b\x24\x8b\xa8\xea\x9f\x63\xb7\xb4\xce\x2b\x7a\xd3\x49\xd6\x1d\x12\xc0\x40\x95\x20\x17\xde\x75\x87\x04\xc2\x4f\x65\x7c\xb1\x77\xd9\xcf\x00\xf6\x93\x09\x20\xe3\x5d\x57\x48\xdf\x31\x71\x5e\x59\xdd\x44\x28\x88\x8f\x66\xd5\x7f\x17\xc0\x8f\xf7\xb8\x79\x08\xfa\xea\xdd\x44\x97\x71\xbd\x30\xbc\xd8\xbb\xae\x97\x6e\xa8\xbb\xff\xd3\x9b\x98\x43\x28\xde\x9d\x1a\x74\x77\x8d\xc4\x63\x24\x9c\x80\xfc\xdd\xdd\x63\x4d\x78\x1d\x77\x17\x5d\x22\x24\xa4\xf1\x32\xeb\xae\xdd\xf1\xe8\x8d\x9e\xf7\x2e\x9f\x76\xa0\x17\xd5\xc1\x8b\x42\xe8\x45\xde\x43\x97\x1f\x54\xea\xba\xac\x7c\xfd\x44\x77\x9c\x80\xac\x7c\x3d\xae\xa5\xc1\x9b\xba\xeb\x5a\xea\x71\x2d\xf1\x82\xec\xb7\x96\x39\xf4\x78\x39\x68\x54\x09\xdb\x51\x09\x3b\x13\x8a\xc7\xbb\xf4\x9a\x1e\xb7\x99\xfc\x33\x5d\xfe\xee\x80\x5f\xaa\x43\x87\x4e\xd7\x59\x40\x2c\xd5\x21\xde\xad\x3b\x0b\x68\x4b\x99\x15\xef\xbd\xcb\x17\xde\x9f\x3f\x74\x73\x7d\x52\x13\x0f\x1d\x9f\x58\x22\x2e\x64\x26\x1f\x57\xac\x33\xc5\xfb\xc1\x00\x6f\x1f\x08\xf0\x26\x62\x90\x0b\x99\xc9\x47\x98\x06\x58\x8d\xcf\x87\x2e\xb4\x11\x17\xda\xa0\x0c\x3f\x74\xa1\x8d\xd0\x87\x06\x19\xdf\x48\xea\x0e\x36\x40\x39\xae\x87\x3c\x26\x28\x1e\x9f\x2a\x71\x46\x7c\x64\xcd\x20\x27\xbc\xc6\x2f\xe6\xac\xa6\xe8\x8d\xac\x61\xc8\x10\x11\xd8\x52\x55\x2e\x9f\xa1\x6b\x69\x84\xaa\x44\xa0\x11\x1f\x45\xdd\x95\xe8\x6e\xb2\x69\xaa\x29\x26\x3e\xf4\x9a\xab\xed\xa5\xcb\x4e\x13\xc5\x90\x16\x35\xe2\x5a\x92\xcb\x67\xc8\x19\x1e\x00\x52\x55\x7e\x1d\x01\x48\x39\xf0\xa2\xde\x36\x7e\x53\xba\x12\xf0\xa2\xb2\x38\xfe\x68\xfa\x64\x7b\x45\x11\xa2\x2b\xf9\x90\xa3\x65\xc4\xfd\xc2\x3a\x7a\x3e\xa4\xf4\x04\x7e\x54\x25\xe2\x89\x0b\x3f\xca\x03\x23\xaa\x0e\xda\x0c\x84\x11\xe5\xa3\x03\x30\x7d\x6a\x7f\xe4\x84\x19\x61\xf6\x98\x34\xa5\x0c\x99\x3d\x06\xf4\x97\x2e\x9a\x95\xfe\x32\xe2\xee\x21\x0e\x87\x0f\xb9\xb5\x03\x3c\xaa\xce\xa4\x4f\xfe\x74\x77\xe3\x93\x6a\xa2\xf0\x3c\x90\xf4\x5b\x27\x4d\x0d\x83\x49\xbf\x0e\xac\xa8\xdc\x45\xea\x0c\x87\xf7\x81\x70\x78\xdd\x58\x83\xe1\xf0\x1e\xd0\x51\x75\x32\xe2\x68\x28\x40\x6b\x20\x40\x8b\x29\x36\x3e\xa4\xd9\x8c\xb8\xb1\x18\x98\xef\xc2\x8e\xf2\x01\xcd\x86\x90\x94\x3e\x96\x7a\x0b\xed\x85\xc1\xf7\x3e\x14\x9f\x05\xa8\xa8\xac\x3b\x70\x6c\x4d\x6d\x77\x34\x71\x45\xb6\xa6\xb6\x63\x21\x69\x30\x1d\x72\xdc\x00\x3a\x2a\xeb\x7a\x14\x74\x94\x8f\xb8\xcb\x18\x97\xef\x43\x2e\xf2\x80\x95\xaa\x72\x90\x0d\x5d\x58\x23\xcc\x47\x93\x36\x81\xa1\x00\xad\x61\xd1\x1d\x27\x20\xa5\x67\xe0\x52\x22\xde\xbb\x0f\x05\x68\x0d\x0f\x2a\x69\xff\x18\xc4\x30\x14\xa3\x35\x10\xa3\x45\x54\x4a\x17\x56\x95\x8f\xb8\xea\x08\xd6\xe0\x43\x77\xd6\x08\x9d\x48\x6e\xb7\x21\x9d\x68\x00\x72\xa6\xca\xed\x36\x74\x31\x8d\x3b\xd6\x85\x57\xeb\x90\x1f\x69\xc4\xed\x33\x75\xc8\xe5\x5b\x0f\xdc\xac\x3a\x29\x3d\x0f\x5d\x31\x23\x78\xfe\xe4\xd5\x24\x24\x2b\x07\x92\x95\xd2\x92\x5c\x48\x56\x3e\xe3\x3a\x60\x42\xbd\x4f\xe9\x30\x33\x78\xfe\xe2\xfd\x39\x99\x8f\xe9\x01\x57\x55\x09\x63\xe3\x33\xa9\xbb\x84\xee\xa6\x9a\xf4\xc9\x04\xfa\xe3\xb5\x0b\x64\xab\xef\x4f\x4c\x8e\x99\x0c\x3e\x15\x50\x35\x11\xb3\xab\x10\x0d\x81\x5c\xf9\x8c\x9b\x62\x31\xd8\x6a\xca\x49\x1e\x00\x58\x75\xf1\x6c\x4d\x5d\x07\x81\x64\x55\xe5\xe6\x9b\xd2\x44\x00\x6a\x95\x59\x51\xd7\xa7\x62\xa3\x66\x18\xce\x98\xe4\xe0\x93\x89\x95\x3e\xe3\x3a\x60\xbe\xb6\x4f\x05\x40\x05\x94\x55\x5d\x14\xd7\x05\x65\xe5\x33\x74\x8a\x45\x85\x76\xca\x3c\x36\x11\x00\x25\xa9\x68\x32\x61\xc9\x67\x8d\xee\x9a\x3e\xa9\x19\xe0\x3a\x20\x84\xa4\x4f\x05\x47\xcd\x16\x8b\xc2\x7b\x70\xca\x29\x3f\xc3\xf4\xc4\xba\x8f\x3e\x65\x7a\x9a\x30\x3d\x0d\xfa\xb4\x84\x56\xe5\x33\xd8\x3a\x11\x7a\x7c\xca\x49\x1e\x48\x56\x75\x51\xa8\x98\x43\x44\x04\x05\xa0\x5d\x9a\xdd\x54\x77\xc8\x65\x92\xec\x36\x65\x5f\x9a\x2f\x3f\xce\x84\x81\xf3\x29\xd5\x60\x22\x19\xb3\x31\x81\xd5\xa7\x18\xf4\x84\x79\x69\xf0\xa2\x10\x34\x96\x4f\x30\xe1\x76\xa9\x37\xd9\xc7\x27\xf0\xb8\xdb\xa5\xf7\x14\x8e\x14\x90\x5a\xed\x12\xf1\xc9\x11\x3e\xc1\xe0\xda\x45\x0e\x3d\xc5\xe0\x26\x18\xdc\xe0\x55\x31\x15\x3a\x34\x3d\x86\x42\xcb\xe6\x54\xe8\xd0\xf4\xe8\x8e\xde\x86\xa9\xd0\xa1\x80\xcd\x6a\x17\x79\xb4\x60\xb3\x3c\xa0\xb1\x1a\xd3\xde\x7c\x32\xcf\xc9\x81\x92\xa5\xe4\x3c\x9f\x72\xa1\xcd\x13\xdb\x43\x8f\xc2\x94\xfc\x3c\x21\x3f\x4b\xc2\x14\xa0\x96\xcf\x3b\x7a\xa3\x78\x33\xc5\xdd\xe6\x53\xa3\xe0\x08\x47\x29\xdb\xcd\x8c\xea\x1a\x97\x28\x45\x06\x9a\x89\x10\x20\x05\x1c\x09\x19\xcb\x03\x19\xab\x25\xd2\xfa\x92\xbf\x3b\x90\xb1\x1a\xeb\x37\xfa\x92\xb0\xbb\x5e\xe1\x36\x2b\x4e\x69\x11\xc2\xcf\x17\x04\xda\xc6\xd2\x8e\xbe\xe4\xef\x5e\xf0\x77\x0f\x5e\x77\x4b\xd1\x41\x81\xb5\xd5\x98\xe3\xe0\xc2\xda\xf2\x95\xe3\x93\xd4\x00\x96\x0c\xf5\xab\xc4\x28\x29\x70\x2c\xb9\xba\x56\x8d\xd9\x91\xa7\x2c\xd9\x14\x16\x6c\x0a\x04\x74\x74\xe1\x62\xf9\x6a\xf1\x49\xde\x3e\x4b\x87\x3c\x30\xb3\x5a\xfa\xb2\xfa\x7d\x49\x20\x0c\xf0\xab\x96\xb8\x77\x4b\xa6\x6e\xe0\x60\x29\xe5\xd2\x97\x3c\x64\xab\xc7\xec\x78\x31\x2d\x19\x15\x56\x8f\x4f\x92\x39\x2c\x45\xd7\x04\x30\x56\x4b\x94\x23\x97\x18\x47\x20\x5c\x35\x39\x0e\x85\x70\xe5\x0b\xd6\x81\x26\xc7\xe1\x12\x0b\x00\xa2\x55\x96\x98\xbf\x14\x42\x03\x44\xab\xd4\x08\x5a\xed\x82\xb1\x72\xc0\x56\xa5\x26\xe7\xe0\x52\x78\xcd\x5a\xd1\x1d\x55\xb4\xb5\xd4\xdd\x8a\xee\xb8\x98\x8a\xae\x59\x16\x9f\x24\x07\x58\x52\xae\x17\xe4\x98\x41\x89\x43\x78\x54\xbe\x82\x03\x30\x4f\xc3\x97\x38\xc0\x02\xaa\x66\xcb\x8c\x80\x5e\x2e\xaa\x7d\xe5\x99\x4c\x24\x48\x5f\xac\x86\xe1\xcb\x63\x24\xb4\x2a\x2c\xd9\x83\x17\xec\xc1\x43\xd4\x20\xbd\x7b\x1d\x1c\x11\x11\x83\xa2\x0a\x01\x4b\xf5\x7e\x51\x6d\x22\xa2\x97\x85\x28\x91\xd6\x97\xb4\x75\x40\x56\x29\x8f\xd6\x97\x84\xa2\x15\xdc\x86\x85\xbb\x7d\x89\x6d\xac\xa8\x00\x94\xa9\xe5\x2f\xa9\xe4\x01\x46\xd5\x32\x65\x8a\x25\x2b\x32\x70\xa9\x32\x4b\x9c\xf8\xba\x29\x48\x2e\xb8\x1a\x07\x2d\x8a\x4b\xae\x46\xc0\x52\xa5\x96\x69\xdd\x58\xd2\xc8\x17\x34\x72\x62\x36\xfa\x92\x46\xbe\x82\x7f\x65\x5a\x37\x96\x82\x72\x02\xc3\xaa\xb1\x00\xb6\x6f\x31\xa9\x00\xaa\x6a\x2c\xee\xe8\x5b\x41\x39\xc0\xac\xca\xd2\xb3\xb6\x24\xb0\x1d\x8c\x68\xfd\x1b\x1e\x83\x6f\xc5\xe5\x6c\xe8\xe4\xad\xd0\xdc\xbd\x25\xa0\xed\xe0\x61\x85\x86\xeb\x2d\x1e\xb6\x81\x7e\xd3\x58\x30\xda\xb7\x1c\x91\x1b\xc2\x48\x53\x6c\xd7\x96\x30\x02\xd8\x2a\x65\x2c\xfb\x96\x30\xb2\x83\xbd\x11\xfd\xc6\xb7\xf4\xd6\x1d\x3c\x4c\xa1\x32\x5b\x3c\x2c\x00\xa9\x5a\x21\xd5\x6e\x19\x46\x81\x4d\x95\x27\x7d\x00\x9b\x38\xf8\xbe\xc1\xc2\x14\xc6\xb8\xe5\xad\x03\x34\x55\x6a\x84\xb8\xf1\x2d\x95\x76\x0f\x8f\x36\x7e\x52\x4e\x32\x80\x45\xa5\x56\xd5\x9d\x04\x95\x1d\x7c\xa3\xd2\x79\xb0\x65\x56\xdc\x21\x1e\x54\xda\x53\xb7\xc4\x83\x0d\xf1\x40\x61\x93\x02\x6d\xf2\x1d\x3c\x45\x4e\xb2\xad\x48\x99\x00\x74\x6a\x44\x9c\x71\x01\x3a\xf9\x0e\xf1\x40\x5e\xb2\x2d\x8b\xdd\x86\xc5\x6e\x32\xc3\x66\x4b\x3a\x08\xac\xa7\x26\x57\x9e\xb0\x9e\x1c\x58\x4f\x79\xd2\x05\x20\xac\x27\xdf\x71\x96\x2b\x0f\xde\x56\x7c\xdd\x8e\xf3\x4a\x2c\x1a\xdf\x52\x62\x36\x5c\x3b\xad\x89\x54\xe4\xe4\x0f\x8c\xa8\xd6\x68\x96\x33\x29\x38\x16\x47\x48\xfe\x0f\x93\x75\xca\xae\x78\x8f\x82\xbe\xc9\xa5\x62\x71\x12\x1a\x75\x5e\xd3\x49\x08\xfc\xa8\xd6\xaa\xde\xd3\x37\x53\x7c\x93\x56\x2d\x93\x79\x0a\x70\x51\x99\x38\x90\x6e\x32\x4f\x59\xbd\xf0\x1a\x65\x3b\xab\x3f\x6d\xd1\x1d\x59\xa3\x49\x09\x30\x28\x01\xcc\x98\x77\x01\x3a\xb9\xc5\xb9\x6b\x5c\x69\x23\x6a\x81\x5b\x1c\x2e\x79\x4d\x84\xe8\xe4\x81\xda\xd4\x64\x5a\xb4\xa6\xee\xe0\x25\x97\x46\x6f\xf2\x92\x5b\x94\xed\x92\xcd\xce\xe4\x75\x30\xf8\xbb\x5b\x27\x1f\x33\xf9\xbb\x0d\x5a\x40\x23\xa8\xb8\x9b\xbc\x07\x36\xa2\xbb\xc1\x26\x75\x07\xdb\x7b\x63\xed\x3a\x37\xd9\xde\xcd\xe2\x93\x54\xcc\x4d\xb1\x29\x16\x02\xaf\x14\x46\xd3\xa5\x66\x21\x9e\x4a\x0f\xb0\xfb\xa7\x0d\xf7\xcc\x10\xad\xc8\xbe\x6b\x41\x7f\x0a\x88\x77\xd1\x9f\x87\xc0\xa8\x30\x74\x97\xc0\x08\xe4\xa2\x4c\xe4\x49\x77\x31\x62\x0f\xd2\x64\xa1\x30\x77\x91\x66\xa0\x1a\x35\x85\x9a\xbb\x48\x13\x48\x45\x6f\x5b\x61\x9b\xba\x4b\xd1\xdd\x62\x93\xba\xcb\x20\x3f\x5d\xcc\x2e\x55\xd9\x5f\x2a\x15\x4a\x82\xbb\xd2\x92\x3c\xc7\xa2\x90\x33\x3a\x4b\xbb\xb8\x23\x34\x65\x76\x35\x6d\x35\xc5\x20\x79\x2f\xbb\xfc\x79\x01\x4f\xd4\x64\x77\x74\x19\x55\x81\x54\x94\x89\x28\xec\x4e\x3c\x34\xf7\x72\xbf\x4d\x43\x6f\x91\xb3\x03\xa8\xe8\xfd\x22\x5f\x53\x64\x4a\x20\x17\x4d\xde\x15\x82\x26\x72\x8f\x53\x27\x63\xa5\xcb\x9d\x17\xd0\x44\x4d\xc6\x4a\xd7\xd1\xf2\xb8\x9b\x74\xc9\xb8\x32\x8c\xbc\x45\x77\x6a\xd2\x72\xc5\xc9\xa2\x88\xe3\x3a\x59\x1e\x92\x37\x91\x9b\xdd\x65\x6e\xf5\x38\x59\x8a\x87\x77\xdd\x4d\x1e\xe2\xb5\xec\x87\x2e\xf1\xda\x47\x8d\x6a\x66\x9c\xb9\x6c\xaa\x1e\x77\x93\x98\x8a\x4b\xa6\x05\xde\x50\x26\x92\xb2\xfb\xd2\x30\xe3\x44\xca\xac\xe5\x3a\x91\x01\x40\xd4\x7e\x16\x5a\x11\x15\x1e\x9a\x32\xb1\x3f\xdd\x95\x9c\x03\xe4\xa0\x3c\x79\x21\xf8\xd6\x8e\xc3\xf0\x48\x98\x4b\x77\x19\x1e\x01\x1c\x94\x9a\x8c\x61\xae\x38\x8c\x40\x12\x9a\x22\x06\xc5\x61\x78\xb0\x8d\x49\xe1\xce\xc5\x36\x02\x65\xa8\xfd\x8c\x44\x21\x6d\x01\x17\xd4\x08\xec\xe1\xae\x68\x0b\x20\x07\x65\xc2\x5c\xba\xcb\x7c\xe8\x21\x79\x2f\x11\x91\xcc\x87\x1e\x5c\x8a\x98\x1f\xee\xe2\x52\x7e\xff\xb5\x71\x2d\xef\x9f\x36\x0c\x73\xd1\xf5\xe3\xba\x41\x3d\x8a\x5e\x2e\x6a\xca\x2e\x4f\x53\xe0\xfe\x34\xd9\xae\x8e\xec\x80\x27\x6e\xd0\x45\x0e\x76\x24\x84\x1e\x08\xa1\x8b\xf6\x16\xe1\xfe\xf8\x09\xc6\xb7\xc8\x84\x8f\x5c\x3f\x81\x09\xd4\x14\xc7\x2d\x4c\x20\x3f\x71\xb9\xca\xd0\x74\x14\xcb\x70\x52\x74\xa7\x26\xee\x79\xc0\x05\xb5\x35\xfe\xd1\xc4\x2b\x34\x21\x3f\x39\x7a\xe4\xfd\x7a\xe4\xfe\x09\xa4\xa1\xb6\xa8\x5e\x08\x69\xc8\x4f\x99\xd1\xf6\x11\xee\x51\xc6\xe3\x81\x14\xda\x65\xbf\x3a\x72\x9f\x1c\x9c\xe7\xce\xd2\x69\x7e\x74\x9e\x03\xfb\xa7\x13\x4e\xd9\x85\xfd\xe3\xa7\xc7\x37\xb5\x49\x72\x9f\x1c\xe4\xb0\xc8\x9c\x79\x64\x82\x3b\xb8\x60\x3b\xb1\xa0\xfc\xc8\x45\x02\x38\x9f\xd4\x2f\x5e\x41\x47\x51\xd9\x67\xc5\x50\x78\xcd\x1c\x39\xcc\x0f\x1c\xe6\x4b\x33\x90\x67\xe2\xac\xf8\x24\x39\x99\x40\x7c\xfc\xac\x98\x01\xef\x0b\xa1\xf8\x78\xa0\xf8\xf4\x8b\x87\xf6\xc8\x61\x0e\x40\x9f\xbc\x28\x8b\x1d\x39\xcc\x03\xe0\xa7\x13\xff\xc2\x05\xf0\xe3\x07\x07\xb3\x13\xa8\xd8\x8f\xa4\xde\x03\xa9\xb7\xcb\xea\x72\x64\x14\x3b\x38\x99\x9d\x10\x25\x7e\x74\x32\x0f\x8c\xf0\x9d\x75\xc2\xfc\xc8\x08\x7f\xee\xf8\x26\x5d\x93\x47\xa7\x2f\x50\x7c\x7a\xd2\x29\xd2\xe9\x0b\xa4\x9e\xae\xc0\xeb\x23\xad\x12\xa0\x3d\x59\xc6\xe1\x23\xf3\x56\x80\xf8\x74\x42\x2c\xf8\x2d\xb1\xe3\xbe\x62\xea\xdc\xbc\x5b\xc6\xfb\xfb\x8a\xee\x28\xf0\xdf\x12\x89\x03\xe0\xa7\x13\x73\xd8\x6f\x9d\xda\x40\xea\xe9\xc2\x20\x10\x52\x8f\xdf\x40\x53\xec\x89\x57\xfa\x2d\x8f\xed\x9d\x62\x9c\xbc\xd2\x05\xd5\xe3\x37\x44\xe2\xc5\xac\x80\x5b\x22\xf1\x9d\xa3\x3b\xb2\xd5\x5b\x47\xf6\xce\x31\x05\xb2\xf1\x5b\x47\xf6\x86\xc7\xb6\x67\x5a\xfd\x6e\x79\x6c\x6f\x78\x6c\xc5\x93\xee\x42\xba\xbd\x21\xf6\xf6\x4c\x0d\xf0\x96\xd8\x0b\xd4\x9e\xac\xd4\x92\x5b\x97\xf3\x1d\x07\x5d\x79\xc8\xb7\x0e\xfa\xfd\x4a\xc0\x6f\x1b\x67\x20\x7d\x33\x60\x7c\x94\x91\x22\x18\x1f\x0f\xa8\x9e\x9e\xab\xda\x34\x12\xe4\x88\x2c\x2a\xbe\xb7\x72\xd5\x80\xcc\x93\xba\x02\xce\x6f\x79\x50\x03\xaa\x47\x89\x2c\x82\xea\xf1\x3b\xd8\x83\xd2\x74\x6f\xb1\x07\xa0\xf6\xbc\x6d\x9c\x9c\x0c\x6d\x81\xc7\xd3\x65\x6f\xba\xa7\xba\x83\x9b\x74\x89\x50\x64\x68\x03\xfc\x4e\xea\x59\x04\x26\x5f\x68\xe0\xf1\xb0\x0a\x80\x0b\x8f\xc7\xef\x60\x46\xca\x55\xbd\x65\x86\x0f\xac\x9e\x2e\x13\xd0\x2d\x8e\x73\xaf\xe8\x8e\x3c\xfa\x96\x33\xf4\xde\xd1\x9d\x9a\x8a\x9a\x30\x01\x8a\x39\xb7\x32\xdc\xee\x28\x53\x97\x29\x78\xdc\x72\x86\xde\x90\x49\x08\x0e\xea\xb7\x64\x92\xdb\xaf\xa8\xfe\xc8\x9d\x93\x59\x0f\x18\x3a\xa9\x13\xf3\xc4\x6f\x41\x2c\x04\xa8\x8e\x7c\x24\x02\xd5\xf1\x3b\x58\x91\x52\xbd\x6e\xb1\xa2\x1b\x39\x67\xbd\x88\x18\x94\x73\x76\xdf\x8e\x4f\x92\xbc\xc4\xa5\xee\x27\x46\x42\x4e\x74\x2b\xab\xe4\x7e\x15\xee\x72\x91\x99\xde\x84\x68\xf7\xfb\x65\x52\x85\x50\xa4\x7e\xcb\xf4\x15\xe8\x3e\x5d\xf9\x55\x8f\x98\xd4\x73\x25\xbc\xd6\xd9\x94\xd5\x14\x03\xa1\x30\xf9\x88\x7f\x05\x28\x50\x97\x85\xe7\x11\xff\x7a\xae\xe8\x8e\xc2\xe4\x23\xe7\xe3\x93\xfe\xff\x8c\x5d\x3d\xd2\x64\xb7\x0d\xcc\x7d\x8a\xef\x06\x7e\xfc\x03\xc8\x44\x89\x63\xfb\x0e\x33\xd3\x83\x2a\x05\x92\xb6\xd6\xd2\xfd\x5d\x0f\xd0\x74\xaf\x5d\x0e\x14\x6c\xb0\x1f\x6b\x08\x12\x04\xfb\xe1\x87\x6c\xa6\x38\x56\x72\x42\x17\xcb\x92\x04\xa8\xd9\x20\x7c\x85\xce\x3a\x46\xc1\xd7\xe0\xaa\x86\x62\xa3\x28\x8c\x1a\x5c\x9e\x10\x46\x45\xaf\x3e\xa9\xe7\x50\x19\x31\x6e\x2f\x62\x90\x50\xf4\x15\x62\x5f\x88\x51\xa3\xe4\xaf\x54\x61\x8c\x8c\x8d\x4c\x37\x08\x42\x15\xc6\xc8\xb0\xc3\x26\x5d\xb1\x50\xd8\x11\x2b\x57\xae\xab\x49\x13\x2f\xd4\x9b\xf4\x29\x62\xfd\xd0\xe5\xb3\xda\x3a\xdb\xa4\x94\xf2\x53\x26\x61\x2f\x94\xf2\x0f\x2b\x71\x1c\xa5\xee\xb1\x45\x86\x24\x36\x59\x29\x08\x55\x11\xc3\x73\xe2\x0c\xb0\x43\x2e\x4c\x14\xb4\xe9\xbc\x7c\xa8\x18\x10\x85\x5f\x3a\x2f\x1f\xc2\xaf\xf0\x12\x47\xfc\x0a\x1d\x23\x8c\x24\x3d\xb0\x49\x28\x0d\x91\x1e\xc4\xae\x99\x13\x2f\x43\xd5\x80\x78\xe4\x46\x9e\xf4\x16\x43\x45\xbf\xc8\x50\xc6\x74\x38\x3c\x54\xf4\x2b\x8e\x25\xe3\x8b\xfa\x2f\x71\x2c\xbd\xa2\x1c\x15\x1d\x25\x0e\x39\x2a\x81\xfa\x1d\x7d\xad\x50\xa9\x2d\xde\xa9\xb2\xd9\xff\x9a\xcf\x2b\x4a\xa4\x57\x14\xe4\x2c\x46\xf5\xa1\x20\x22\x0a\x57\x74\x1c\x32\x84\x2b\x51\x6e\x8c\x4e\x21\x87\xae\xe8\x44\xd4\x68\xd4\x24\x85\x66\x02\xdc\x96\xb6\xac\x12\xe0\xc5\xce\x64\x3c\x16\x88\x8b\x09\x70\x5c\x05\x03\x3c\x30\x8c\x8b\x30\x80\xab\x5d\xd5\xe6\x9f\x36\xd6\xdb\x70\xb5\x9a\xc2\x67\xef\xe1\x62\x86\x0e\x57\xf2\x2d\x1b\x39\x4c\x70\x91\x6f\x19\x57\xd6\xdb\xcc\x3a\xdb\xc8\xd4\x8e\x6b\xa4\x59\x7f\x1c\x38\x5c\xf4\x1d\x70\xd5\xc6\xe4\xe9\x58\x5c\x43\xe2\xb2\xf4\x6f\x3c\xbd\x04\x11\x4c\xe1\x9a\x25\x6e\xb0\xcf\x29\x71\x33\xc5\x7d\x4c\x1e\x17\x33\x7b\xb8\x32\x7b\x67\x3c\x01\x8b\x6b\x49\x63\x85\x03\xe4\xf9\xc0\xb5\xa4\xb1\xda\xec\x3c\xfe\x03\x71\x56\xa1\x78\xa9\xcc\x16\xb5\x69\xea\xb3\x02\x0f\x9e\xba\xc1\xc5\xc0\x03\x97\x25\x92\x7d\xbc\x00\x5c\x26\x65\xd6\x66\x37\xe7\x30\x5d\x5d\xd6\x8e\x26\xc9\x07\x2e\xd7\x30\xcb\xeb\xe0\x61\x56\x5c\x2e\x71\x9e\xe2\x3e\x9b\x16\x97\x4b\xdc\xbe\xea\x67\xec\x72\xcb\x1e\x2a\xb8\xb0\xc3\x2e\x1f\x52\xf4\x23\x15\xad\x51\x3e\xb4\xae\xb5\x9f\x59\x8d\xc7\xf5\x90\xc2\xca\x0f\xe0\x43\x6f\xb8\x1e\x5a\xd7\x4c\x40\x18\x4b\xe7\xb8\x9e\x12\xf7\x2c\x71\x6a\xd2\xba\x66\x06\xdf\xf8\x90\x20\x2e\x56\x05\x91\xf4\x53\x83\x91\x13\x44\x3f\x85\xab\xd0\x83\x07\x29\x71\xbd\xa4\xcb\x57\xcd\x60\x72\x94\x3c\xda\x84\xa4\x9f\x1a\x0c\xb8\x20\xfa\x29\x14\xc5\x94\xf9\xe4\x28\xa1\x91\xa0\x46\xc2\x41\xf2\x89\x1a\x5c\xc8\xb9\x49\xcb\x90\x2a\x51\xea\xd2\xf6\x81\x16\x15\xb9\xa8\x87\x73\x83\x16\xb5\xd0\x8f\xaf\xf0\xe1\x7a\xcb\x86\x0a\xc3\x5c\x66\xf9\xd6\xbc\x2b\x14\xe3\x5b\x7b\xb8\xde\x12\xf7\x2e\x71\x6a\x0a\x36\x15\x84\x09\x36\x42\x5a\xae\x20\xcd\x65\x27\x21\x5b\x28\x08\x73\x42\x58\xa3\x93\x83\x96\x0f\x51\x18\x2b\x8d\x68\xcc\xf2\xa2\x55\xa8\xb2\x2f\xfe\x6e\xe8\x77\xe9\x07\xf0\x7c\x02\xc4\xc2\x84\x56\x28\xc5\xe4\x1d\x1a\x4f\x05\xa0\x15\x14\xed\x4f\x02\x01\x8d\x49\x52\x14\xd5\x92\xed\x49\x71\x53\xe2\x66\x89\x3b\x6c\x1a\x6a\xba\x57\x95\x1c\xa6\x68\x4c\x92\x22\x49\x97\xee\x1e\x29\x8d\xb5\x3d\x24\x0b\x93\x68\x1d\x21\x16\x26\xb4\x02\xb0\xfd\x09\x94\xd1\x04\x60\xc5\xd0\x64\xcc\x8a\xa3\x09\xc0\x8a\x6a\xc9\xf6\xa2\x2e\x97\xc4\xad\x12\xc7\x26\x93\xbe\x2a\xa0\xe2\xf3\x48\x68\x4c\x92\xa2\x15\xb6\x31\x6b\x89\xc6\xf3\x09\x68\xfe\x67\xdb\xc7\x66\x9b\xab\xad\xc2\x9f\x7d\xa8\x95\xad\x61\x56\x56\x85\x6f\xe9\xa0\x6d\xc9\xab\x80\xe4\x68\xc9\x1f\x5a\x83\x47\xae\x41\xe7\x30\x1f\x9a\x42\x01\x18\x09\x7b\xd1\x1e\x12\x57\x28\xc5\x73\x6e\x68\x42\xa9\xa2\x29\x32\xd2\x59\xa0\x3d\x25\xee\x99\xe2\xf8\xd1\x6a\x4f\xad\x6b\xbe\x0d\x63\xcc\xb8\xa0\x3d\x35\xf3\x42\xa9\x33\xa9\xb1\x97\x16\x0f\x35\x14\xc2\x8d\x28\x85\xd0\x2a\xb6\x60\xc8\x8b\x16\x9a\x42\x6d\x2e\x86\x39\x68\xf1\xc3\xef\x4a\x1e\x37\x65\xd7\xe6\xea\xf9\xda\xa6\x33\x84\x40\x67\x02\x12\x3d\x43\x01\xbf\x68\x80\x9d\x49\x46\xf4\xf4\xcd\x9d\xf4\xfb\xe8\xf4\xcd\xd1\xd3\x37\x6f\x44\xd3\x2e\xf7\xa0\xf7\xea\x92\xe6\x2e\xfe\x1c\xf4\xdc\x94\xce\x34\x1b\x44\xa0\x83\x3e\x4a\xdc\xe7\x18\x1f\xfa\x90\xb8\x51\xe2\x3e\x9a\xee\x2c\xfc\xa1\x78\x77\x9c\xbc\x08\x10\xef\x0e\xfa\xaa\x2e\x69\xd3\x9d\xce\x39\xba\xd5\x50\x88\xec\xdd\x34\x14\xaf\x29\x10\x6c\xfb\x96\x36\x77\x1a\x04\x77\x9e\x98\x69\xd0\xd3\xdc\xbd\x49\x61\x32\xf7\x62\xad\x71\x72\x04\xa3\xcb\xdc\x8b\x9a\xc6\xf9\x9c\x16\xfa\x91\xb8\x53\xe2\xa8\xb0\x23\x71\x79\xa9\xd3\xc9\xda\x8b\xce\x04\x23\x7a\x26\x11\xbd\x8d\xbf\x76\x6d\x0d\xfd\x48\x31\xa7\x46\x43\x00\xec\x0f\xad\xdf\xa3\x66\xa8\x75\xd7\x0e\x2b\xe6\x1a\x6f\x5a\x77\x7d\xeb\xfb\xf3\xcf\x97\xa2\xf9\xbb\xa7\xa6\xf1\x2c\xcd\x10\xaf\x3a\xaf\xde\xa0\xdf\x5b\x6c\x34\xad\x9f\xfc\x80\xfe\x2c\x71\xa6\x2e\x7f\x10\xf7\xae\x36\xae\x2d\x4f\x40\xa3\xdf\xee\xc2\x60\xce\x0f\xfd\x35\xd4\x54\x23\xe1\xe6\xeb\xf2\x03\x7a\xfa\x01\x3c\x10\x86\xfe\x92\x71\xa2\x94\xc2\x8f\x5e\x87\x94\x82\xea\x92\x2e\x49\xd7\x5e\x2f\xf2\x1d\x6f\xb2\x40\x68\x06\xef\xea\x73\x73\x28\xcc\x76\x20\x59\x73\x46\x73\x35\x69\xd9\xdf\xb5\x76\x84\x88\x1e\xb2\xa4\xfc\x6c\x93\x64\x02\x62\xd1\x41\x4f\xd4\xf1\x2e\x84\x10\xea\xf4\x44\x1d\x27\x23\x26\xba\x50\xa7\xb8\x72\x9c\xe9\x40\x0c\xa1\x4e\xd2\xe6\x8c\xf6\xc9\x37\x61\xf0\x32\x0c\x8a\x0f\xc7\x79\x56\x0c\xe2\xc3\x41\xf2\xdf\x88\x0b\x18\x43\x78\x94\xf4\x37\xf7\xcf\x9c\x6d\xae\xb6\xea\x92\x38\x3d\x9a\xba\x6c\x09\x1e\x87\x23\x21\x43\x18\x46\xcf\x41\xd2\xcb\x19\xcc\xac\x22\xd9\x6f\xee\x1e\xd5\xa6\x09\xf4\xd2\xc9\xe4\x04\xc8\x36\x80\xe4\xbc\x11\xbb\x30\xc4\x79\x83\x51\x80\xda\x3f\xb9\x02\x0c\xd6\x49\x30\x0a\x35\x3b\x77\xd6\x10\x6a\x8e\xf1\xa7\x38\x0e\x65\x48\xdc\x28\x71\x9c\x9c\x3c\x99\x91\xa0\xc9\x43\x7e\x18\xbc\x42\x83\x31\x4b\x95\x44\xb1\xa1\x98\x6a\xa4\x27\x43\xe2\x10\x88\x98\x07\x45\x79\xe3\x9d\x58\x2b\xca\x1b\x24\xe5\xcd\xe0\x2b\x70\x10\xe5\x0d\x46\xc1\xe9\x68\x94\xb6\x35\xb7\xc2\x4c\x1e\x98\x82\xe8\x70\x50\x94\x37\x3e\x64\x27\x5b\xe2\x76\x89\x33\x36\x69\x51\x13\x32\x79\x4a\x11\x43\x90\x39\x32\x0b\xea\xa3\xab\x4d\x9a\x3c\xa9\xc9\xce\xb9\x1d\x2d\x5c\xa1\x29\xf9\x38\x30\x04\x97\xa3\xe0\x92\x27\xb7\x30\x04\x97\xe3\x51\xe2\x06\xad\xf9\x21\x71\x8f\x12\x47\x9d\x3c\xa4\xaf\x67\xe9\x84\x9f\xbb\xf1\x94\x4e\x0a\x2d\x07\x91\x74\xb0\xfe\x8a\x51\x90\xc8\x7c\x26\x86\x20\x71\xbc\xaa\x4f\x86\xca\xe3\xa5\x15\x7f\xe5\x8a\xf3\x3b\x32\x5e\x5a\xf1\x82\x44\x66\x26\x31\x04\x89\x23\x21\xb1\x4b\x29\x0a\x8d\xc6\xab\x94\x42\x24\x1d\x90\x52\x0a\x12\x99\x99\xc4\x10\x24\x26\x3d\x50\xf3\xb1\x39\x14\xc1\xde\x78\xd7\xec\xe8\x4c\x0e\x45\x2b\x23\xa3\x95\x1f\xf6\xe3\x5b\xca\x2c\x48\x64\x86\x11\x23\x34\x94\xc2\xbd\xa9\xcd\x2a\xdc\x1b\x99\x8d\x71\xb2\x94\x60\x84\xc4\x45\x89\xfb\x34\x4d\xe6\x64\x51\x1c\x40\xce\x14\x23\xc4\x01\x84\x79\x63\xd2\xdd\xf6\x19\xca\x64\x69\x16\x33\xc3\x0e\x27\xff\x07\x26\x2f\x38\x60\xd6\x6e\x25\xff\x04\x26\x2f\xb5\x61\x96\x8b\xc3\x2c\x1c\xa6\x5c\x9c\xb9\xaa\x4f\x4e\x7d\x2a\x5d\x51\x84\x3d\xce\x2c\x1c\xa6\xdc\x9f\x69\xaf\x6a\xfb\xac\xd0\x64\x02\x12\x33\x33\x89\xbe\xe8\x30\x4e\x9e\x44\xc2\xf4\x34\x08\x9a\x9f\xd8\x75\x30\x0b\x39\x48\x43\x8d\xa9\x28\x61\xfa\xbb\xda\xd4\x25\xf7\xf2\xbc\x1d\xaf\xd1\x69\xb5\x93\xd7\xcc\x30\xcb\xa3\xe2\x1d\x7a\xcc\xad\x91\xec\x1c\x89\x51\x61\x5b\x8a\x3e\x35\x71\x9a\xad\xb8\x7c\x30\x93\xb7\xc2\x79\xab\x1d\xf3\xa1\x19\xbc\x6a\x06\x1a\xca\x4b\x33\x28\x73\x5f\x87\x7d\xca\xdc\x67\x79\x07\x64\x2c\xc6\x94\x77\x30\xcb\x03\xe0\x71\x30\x4c\x79\x00\x33\x49\xb6\xdc\x08\xdf\xf3\xad\x45\xc8\xe4\xa3\xf3\x38\x18\xe6\x5b\x46\x56\xdb\xc4\x9a\x7e\xa7\x3e\x6b\x2f\xf0\xf2\x3a\xa6\xf6\x42\x91\x00\x39\x49\x7f\x31\xf5\x9d\x9f\xf9\xba\xac\xf3\xfd\x2e\xcc\x90\x3e\xcb\x07\x50\xea\x4e\x04\x41\x58\x99\x99\x74\x3e\xd2\x85\xa5\xcc\xe4\xaa\x8d\xc2\x6b\x82\x58\xda\x28\xc5\x1e\xe4\xbc\x27\x08\xb1\x07\xa1\x18\x82\x5c\x79\xbd\xc5\x1b\xb1\x48\xb2\xa0\xd1\xf7\xf8\x6b\x4e\xef\xe2\xa1\x09\xac\x0a\x3e\x8c\xc1\xf6\x52\xf0\xb1\xea\x3b\x4a\x37\x4d\x84\x3e\x58\xb5\x6b\x79\x50\x0e\x4b\xbb\xb6\xc8\x7e\x9c\xe4\xb7\x58\xda\xb5\x6b\x96\x38\x1a\x8c\x68\x7b\xb0\x32\x25\xc0\x77\x3e\xb1\x78\x2d\x01\x49\xc5\xd3\x9c\x17\xb9\xb1\x96\x66\xb0\xd2\xe4\xd5\x23\xcb\xaf\x58\x85\x11\x4e\x73\x11\x37\x0f\x56\x61\x04\x1f\xba\xc2\x12\x46\xac\xe4\x0a\x75\x3e\x74\x85\x45\xe6\x2e\x14\x03\x8f\xf3\xba\x36\x96\x69\x28\x56\x43\xa1\x38\xa5\x3b\x93\x70\xa7\xb9\x13\x07\x96\x6b\xf5\xfc\x5e\xbd\xa1\xc9\xb9\xa4\x15\xea\x38\xbf\xdb\xcb\x65\x2c\x05\x2d\xbc\xc9\x8d\x25\x68\x29\x9a\x1d\x77\x19\xe7\x96\xb8\x5d\xe2\x9c\x4d\xae\xa6\x93\x4d\x9c\xc0\x96\x2e\x2b\x56\xe3\x65\x6d\xac\x23\x7d\x3d\x4a\x5f\xf4\xd3\x96\xb2\xa4\xab\x3e\xa4\xca\xb5\x2d\x7d\x48\x57\x7e\x48\x87\xd4\xac\x0f\xe9\x2a\xd4\x51\xf2\x6b\x09\x75\x56\xa1\xce\x96\xc2\x94\x64\x2c\xba\x19\xdf\x9a\x1d\x24\x0e\x25\x8e\xb3\x53\x26\x71\x55\xd8\xb1\x35\x14\x7d\x7f\x57\x86\x1d\xa4\x64\x85\x98\x68\xb0\x0a\x8f\x48\x46\x8b\x25\x3c\x2a\x96\x1a\xdf\x5a\x71\xe1\x51\x51\xd1\x38\x9f\xc2\xc7\x0a\x89\x8b\x12\xc7\x09\x84\x94\x52\x90\x43\x9e\x5a\x88\x6f\x06\xc9\x37\xa3\x17\x2e\x20\xbe\x19\x58\xa1\x11\x79\x6a\x21\xbe\x19\x58\xa1\x11\x79\x6a\x21\xc2\x19\x14\xa9\x8c\xf3\x1a\x2e\xac\x49\x5c\x2b\x71\x6a\x1a\x6a\xca\x09\x30\x7e\x30\x56\x52\x61\x15\xad\x28\xb5\x27\xd6\x18\x58\x2b\x69\x8c\xf8\x8d\x95\x54\x14\xa3\x8c\xf3\x32\x2d\xac\x6b\x06\x59\xb1\xf1\x6d\x1c\x8a\x52\x32\x56\x01\x84\xf2\x77\xa6\x00\xc2\x32\x80\x18\xf4\x65\x8c\xe7\xb3\x60\x05\x8a\xbc\x4b\x0b\x53\x55\xa6\xb8\x61\x7c\x33\xbe\x33\x21\x9f\x25\xb7\xa7\xf3\x9d\x6f\x98\x42\x88\x22\x80\x71\x9e\x1f\x84\x4d\x0d\x65\xd6\x50\x38\x73\x25\x43\x93\x0a\xe6\xfe\xd9\x07\x84\x4d\xa8\x98\x5c\x30\x77\x1b\x7f\xc7\xaa\x2e\x92\x1c\x66\xc8\x5b\x16\x39\x0c\xac\xc0\x54\x49\x46\x53\xa1\xa7\x88\x63\x9c\x47\x12\x61\x42\x4c\x33\xab\x36\x0e\xc5\xa4\xb1\xac\xe6\x38\x0f\xdf\xc1\xe4\x39\x59\x96\x6e\xe5\x80\x8b\x1c\x06\x56\xa8\xc8\x67\xa6\x61\x2a\xf4\x58\xde\xb4\xf7\xc3\x3d\x62\x5b\x53\xa8\x00\xe9\xc8\xa2\x15\x20\x59\x06\x48\x43\xe6\x20\x17\xc8\x0a\xc3\x94\x80\x34\x61\x58\x31\xc0\xf8\x61\xec\x61\x72\x8f\x2c\xaf\x72\xfa\x61\xd9\xcc\x94\x7b\xb5\x0a\x75\x78\x2d\x16\xa6\xfc\xaa\x55\x66\x88\xa7\x15\x61\xca\x0c\x15\x97\x8b\x1f\xe6\x63\xec\xa9\xb1\x3c\x77\xb5\x51\x2d\x4f\x4d\xaf\xe2\x19\x9e\x47\x84\x29\x9e\xb1\x8c\x67\x48\xda\x0a\x31\xaf\xc0\x0a\x86\x79\x68\x05\xf6\xd2\x30\x0b\x6b\x8f\x4c\x53\x58\x6b\xb8\xaa\x8d\xea\x84\xa6\x5e\x1e\x9e\x72\xaf\xa2\x5e\x81\x25\xb3\xfc\xbe\x64\x64\x90\xb1\x64\xd9\x66\x5f\x8c\x30\x4c\x65\x1b\x4b\x20\xde\x3c\x87\x01\x53\xd9\xa6\x08\x56\x36\x1f\x76\x85\x09\x6d\x8b\x29\x65\xf3\xb6\x2d\xc4\x94\x02\xcb\xcb\xa3\xfb\x92\x95\x85\xf4\x92\xd1\xce\xe6\x79\x04\x98\xa2\x1d\xcb\x68\x67\x48\x65\x72\xfe\x8a\x29\x65\xf3\x39\x52\xb8\xca\xd2\xc5\x94\xb2\xf9\x1e\x29\x5c\x70\xeb\x59\x96\xde\x7c\x74\x14\xae\xb2\xb4\xb7\x9a\xde\xe7\x5e\x26\x5c\x6e\x9a\xb7\x44\x08\xae\x82\x28\x4f\xe0\xad\x66\xc0\xda\x99\x0b\x53\x8b\x0e\x65\x93\x57\x17\x2e\x4c\x2d\x5e\x93\xad\xfc\xb1\x2b\x97\x93\x14\x27\x43\xa1\xa3\x0b\x52\x7d\xd4\xec\x68\xb7\xae\x22\xb8\x67\x11\x9c\x1c\xaa\x70\x15\xc1\x7d\x94\x34\x86\x6b\xae\x22\x78\xd1\xa1\x6c\x5e\xfc\x85\x0b\x6e\x8b\xd7\x64\xf3\xc0\x28\xc4\x6b\x02\x9f\x65\x63\x7b\xff\xb7\xdb\xeb\xff\xdf\xeb\x75\xd5\xc8\x7d\x96\x5e\xe8\xa2\x3a\x6f\xc7\x22\x19\x50\x06\xc9\x36\xe1\x02\x5c\x5f\x35\x18\x86\x34\x2e\x54\x4d\x76\x94\xa1\xf0\xd7\xe5\x86\x16\x23\xca\x6e\x8c\x76\xdc\x24\xcd\x4a\x1a\x7b\x94\xa7\xe9\xb7\x63\x79\xff\x8c\x6a\x11\xde\x7a\x16\xa6\xb6\xca\x6e\xae\xc2\x94\x5b\x89\xd3\x50\x54\x59\x2f\x22\x95\xdd\xb8\x4d\x5c\x80\x5b\x8c\x28\xbb\xd1\x3f\x12\x23\x0a\x3c\x93\x5c\x64\x3c\x85\x2b\xc9\xe5\x59\x59\xdf\x8d\x05\x26\x57\x61\x20\x19\x50\xee\x36\x76\xa9\x50\xd5\xd3\xd7\x24\x03\x29\x5c\xbe\x66\xb2\xa3\xb4\xdd\xb4\x83\xb6\x66\xb7\x6b\x76\x74\x2f\x5c\x18\xee\xa7\xc4\xf1\xb3\xe0\xca\x72\x79\x66\xb9\x26\x73\x3d\x7e\x34\x83\x47\x29\xe5\xf3\xfd\x8d\xc3\xa8\x2b\xce\xed\xd7\x4c\xe6\x6c\xe2\xf0\x54\x6b\xe4\xb5\xed\xc9\x94\x4d\x1c\x6e\xd7\x38\xf7\x16\x14\xaf\x6c\x1c\xe6\x3b\xe2\xf4\xeb\x6e\xfa\x84\x2b\x71\x78\x61\x26\x4e\x9f\x3f\x7d\x4d\xf2\x05\xc7\xe9\x92\xd5\x9f\xd9\xc4\x11\xb2\x22\x15\x79\x21\x7c\x32\xb7\x12\x87\x55\xe2\x38\xa3\xfd\xf4\x35\xd7\xc7\x10\xe2\xb0\x4a\x1c\xe7\xde\x8f\x93\x3c\x83\x71\x86\x06\x7f\x3b\x42\x93\x59\x89\x38\xcc\xac\xc6\x99\x57\x36\xed\x4f\x13\x7d\x9f\x38\xf7\x46\x9d\x7c\x92\x2a\x0e\x13\xab\x71\xee\x2d\x3b\x79\x21\x2e\x0e\xbd\xa2\x38\xb7\x13\x24\x26\xc7\x38\xf3\x07\x59\xef\xbb\xc9\xa8\x0d\xb2\xb8\x46\xde\x65\x9f\xe4\x3a\x0b\x5d\x60\x8f\xbc\xaf\x2e\x2a\xbd\x38\x4b\xb2\xee\x1d\x3a\x4d\x3a\x74\xa9\xf7\x0e\xb3\x26\xcd\x3b\x8e\x4b\x1b\xfe\xc8\x26\xfd\x4a\x23\xf4\xd4\xbc\xa6\xec\x1a\xe1\xbd\x29\xc4\x77\x1b\x67\x4b\x1b\x77\xf8\x35\xa7\x8c\x8d\xe1\x57\x9c\xdb\x8b\x99\x24\x85\x8d\xb3\xd5\xe1\xc9\x0e\x8d\x4d\x47\x53\x3e\x69\x36\xc6\x45\x39\x9a\xf2\xc9\x79\x49\x51\x4c\xed\xc6\x39\x69\x51\x32\xec\x23\x8b\x3a\x39\x2f\x57\x87\x1a\xc6\x23\x87\xb1\xd9\xe1\x43\xb2\x1e\x3b\x9b\x68\x51\x0f\x29\xea\x91\x1d\x1e\xda\xe1\x53\x66\xf3\xbc\x07\xcf\x67\xe6\xe2\x3c\xd5\xe1\x33\x6d\xe3\xe2\x30\x9e\x1a\xfc\xed\x0f\x4d\xde\x87\x0c\x5d\x90\x8f\xbc\x20\x2f\xb6\xce\xd0\x05\xf9\xc8\x0b\xf2\xa2\xdd\x8c\xf3\x52\x87\xb7\x0b\x34\x97\xe6\x05\x75\x88\xfc\xd5\xe1\xaf\xa0\xa5\xbc\x9d\x1c\xd1\x44\x86\xee\xb9\x47\xde\x65\x17\x15\x64\x9c\xb7\xa6\xfc\xee\xb7\x1d\x76\x76\xf8\xd6\xaf\xde\x69\xa2\x83\x66\xf3\x96\x0e\xdf\xf7\x94\xdb\xa6\x36\xde\x82\x94\xb8\x17\x85\x54\x89\x71\x42\xb2\x22\xb7\xc3\xe4\x76\x08\xc9\x8a\x94\xf5\x09\xc5\x22\xe8\xc1\x44\xdc\x3b\xbe\x7f\x0a\x8c\x11\xfc\x1c\x47\x1e\xf2\xe4\x13\x8b\xa1\xd3\x86\x91\xa7\x0d\xdb\xfc\x9f\x0c\xd4\xfd\x9f\x5f\x1e\xdf\xfe\xf6\x8f\x7f\x3e\xbe\xfd\xeb\xf1\xcb\xfb\xeb\xf5\xc7\xf7\xef\xef\x5f\x7f\xc7\xcf\xaf\xdf\xbf\xfe\x7e\xff\xf5\x0b\xef\xf8\xf9\xd7\xf7\xf7\xf7\xbf\x7f\xfb\xe3\xfb\xeb\xfd\xf5\xed\xb7\x6f\xf7\xaf\xf2\xdf\x7f\x02\x00\x00\xff\xff\x26\x2e\x42\x12\xc5\x7b\x02\x00"); -var _bccd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x1c\xc7\x0d\xbd\xcf\xaf\xe8\xa3\x73\x70\xb6\xbe\x49\x02\x8b\x01\x0c\x29\x8b\xc8\x81\xe3\xc0\x8a\x93\x00\x41\x0e\xdd\x5d\x6c\x61\x81\x68\x76\x30\xbb\x0a\xa0\x7f\x1f\xf0\xbd\x95\xe2\x18\x3e\x58\xf4\xbe\x26\x59\x2c\xd6\x63\x91\x35\x77\x6f\xde\xbd\x7d\x77\x79\x7c\x59\xee\xfe\x72\x7b\xda\xdf\xfb\xcb\x72\x3c\x5e\xe6\xcd\x9f\x9f\x3e\xdd\x76\x5f\x36\xff\xf0\x78\x39\x9d\x72\x59\xe6\xe3\xfe\xf2\xe5\x4f\x88\xfd\xe3\x7a\x3d\x9d\xc2\xfe\xfd\xe7\xe7\x17\xff\xf8\xee\x72\x3c\x2d\x95\x7a\xf3\xd3\xf5\x55\x77\x59\xee\x7e\xf2\x0f\x8f\xcf\x2f\xb7\xcf\xcb\x37\xdf\xcd\xa7\xcd\x7f\xb7\x4c\x3f\x02\xff\xf1\x36\xfd\xf6\x78\xf9\xb0\x7c\xf3\xfd\x7a\x5d\x2f\xf9\xeb\x87\xf7\x9f\xae\xd7\x7f\xfb\x47\xbf\xbc\x2c\x19\x98\x5f\x26\xe4\xe9\xee\xcd\x0f\xeb\xf5\xcf\xeb\x47\x5f\xee\x2c\x5d\xff\xf3\xed\x4f\x7f\x7a\xff\xfd\xb7\x7f\xc4\x37\x7c\xfa\x9b\xdf\x9e\x1f\x9f\x2e\x4b\x4e\xbf\x4f\x69\xfc\x0f\xff\xeb\xe7\xab\xbf\xfa\x3a\xdd\xfd\xfc\xee\xed\x8f\xc7\xf1\xec\x2f\x8b\x4a\xa2\xce\x3f\x7e\x7e\xf7\x76\xf9\x67\x5e\x72\x5a\x4a\xaf\x2d\xff\xeb\x55\xf5\xef\x3f\x3c\x4d\x5f\xa8\x74\xea\xdc\xd2\xfe\x34\xfd\xf9\xba\xee\x7e\x5b\x2f\x1f\xfc\xb4\x2c\xf7\x29\x9d\x97\x65\xb9\xd7\x74\x8e\xbf\x34\xb7\x74\x5e\xee\xed\xe1\xe1\x0d\xfe\xfe\x8e\x5f\xdf\x3e\xe0\xaf\x3f\x24\x7c\x7d\x78\xf3\xfa\xf5\xe1\x2d\xbe\x3e\x3c\x9c\x63\x97\xbf\xf2\x7d\xca\x5c\xf2\xf2\xf4\x32\xfd\x20\x86\xd5\xee\xf3\x71\x5e\x72\x58\xfc\xf2\xd3\x29\xa7\xf4\x1a\xe3\xe3\x7c\xd5\x2e\xa1\x2d\x1e\xda\x11\x20\xa2\x5c\x4c\x4e\x5f\xc2\xd4\x1c\x1f\x47\xad\x81\x50\x21\xaf\xfb\x79\x19\x36\x02\xd9\x14\xc8\x76\x9c\x17\x69\xe1\x22\xef\x44\x76\x0f\xc4\x02\x99\x2b\x10\xd7\xf3\x22\x1d\x56\x07\xfd\x1c\x72\x5e\x44\x60\x75\xec\x44\xf6\x40\xc2\xaa\xb4\x23\x90\xd2\xc3\x4a\x53\x20\x03\x56\x45\xec\xbc\x88\x01\xd1\x0c\xc4\xd6\xf3\xa2\x39\x3c\x17\xa3\xd5\x91\xcf\x8b\xb6\x72\xba\xd7\xca\x5d\xd4\xd8\x85\x95\x1e\x08\x77\x51\x6d\x9c\x17\x53\x0d\x84\x56\x75\x1b\xe7\x25\xa7\x1c\x01\xd5\x8d\xd0\x04\x54\xc3\xae\xd1\x53\x8b\x30\x72\xea\x11\x64\x13\x42\xc8\x5f\xb2\x58\xaf\xd1\x7b\xb3\x7c\x5e\x72\x4e\x91\xc8\x46\xf7\x10\xd2\xb0\xbb\xb6\x52\x2b\x84\x34\xcd\x80\x32\xa1\x8c\xc4\x11\x2a\x84\x0a\x20\x04\xb1\x56\x42\x35\x92\x99\x2a\xa0\x46\xa8\x41\x8b\xee\x3b\xa1\x0e\x2d\x04\xb1\x0e\x42\x23\xa0\x42\x43\x21\x14\xc7\xd0\x33\xdd\x2b\x21\x9c\x55\x65\x10\x46\xc8\x00\xd1\xfd\x4a\x68\x45\xf4\x09\xd0\x46\x68\x03\x84\x4c\xac\x3b\xa1\x1d\x71\x35\x40\x93\xd0\x04\xa4\x80\x9c\x90\x23\xd4\x01\x88\xf9\x0a\x21\x3d\xc1\xd7\xc6\x7c\x85\x90\x9e\xe1\x6b\x63\xbe\x42\x48\xaf\x08\x62\x63\xbe\x42\x48\x2f\x34\x64\xbe\x36\xe4\xab\x62\xc5\x8d\xf9\x0a\x21\xbd\xd3\x17\xf3\xb5\x21\x5f\x20\x40\xdb\x98\xaf\x8d\xf9\x42\x5c\x1b\xf3\xb5\x31\x5f\xc8\x04\xf9\x0f\x21\xbd\xd2\x17\xf3\xb5\x21\x5f\x8d\x41\x30\x5f\x21\xa4\x27\x06\xc1\x7c\x85\x90\x5e\x70\x42\x1b\xf3\x15\x42\x7a\xe6\x8a\xcc\x57\x08\xe9\x64\xe1\xc6\x7c\x6d\xc8\x57\x0b\xa8\x93\x98\xbd\x63\x8f\x1d\x50\x87\x56\x97\xa8\x83\x84\x12\xeb\xb2\x13\xf2\xf3\xa2\x45\xc3\x7d\x27\x57\xbb\x76\x40\xb1\xa1\x6e\xc8\x6a\x47\x49\xa5\x01\x43\xd2\xb7\x93\x13\x02\xf7\xe4\x44\x0f\x02\x68\x29\x84\x36\x42\x33\x20\x70\xb5\x33\xf7\x3d\x36\xa4\xac\x8e\xce\x0d\xf5\x3d\x43\x2b\x32\xd1\x27\x0d\x8f\x16\x45\x9c\x43\x6b\x70\x43\x10\x32\x52\x06\x94\x09\x85\x61\x46\xf4\xa3\x15\x42\x05\x5a\x34\xac\x84\x6a\xac\x58\x12\xa0\x46\xa8\x01\xa2\x56\x27\x14\xdb\xae\xa8\xa1\xd1\x06\xa1\x01\x5f\x02\x48\x08\x09\x0c\xa9\xa5\x84\x14\x5a\x84\x8c\x90\x41\x8b\xa1\xae\x84\x56\x68\x35\x40\x1b\xa1\x0d\x2b\x12\xda\x09\x4d\x68\x75\x40\x4e\x28\x4e\x28\x55\x06\x81\xdc\x8f\xde\xe1\x1e\x86\x9d\xa1\x86\xd0\x4a\xc3\xce\x50\x3b\x42\xad\x48\x4e\x67\xa8\x1d\x71\x55\x1a\x32\xae\x8e\xe3\x40\x6d\x8f\x3e\x09\x4d\xf8\x82\xa1\x31\x54\x43\x5c\x19\x29\x34\xc6\x15\x42\x2b\x93\x43\x4e\x40\x68\xca\x71\x8e\x83\x57\xda\x58\x41\x39\xd0\x77\xf0\xfe\x82\xd0\x84\x82\x19\xbc\xbf\x20\xb4\xa0\xd2\x06\xef\x2f\x08\x2d\x19\x59\xe5\xfd\x05\xa1\x85\x9c\xe0\xfd\x05\xa1\x05\x37\xc0\x20\xbf\x20\x34\x75\x04\xc1\xda\x86\xd0\x84\x66\x33\x58\xdb\x10\x5a\x51\x7c\x63\x67\xbe\x76\xd0\x97\x71\xed\xdc\xf6\xce\x3d\x12\xe2\x1e\x77\xee\x11\x2b\x4e\xee\x31\x84\x26\x86\x3a\x49\xcc\xc9\x6d\x17\x74\xe9\x2f\xdd\xf5\xb7\x1a\xae\x8e\xc9\xac\x4c\x66\x05\x29\x98\xdc\xc9\xc4\xe6\x70\x0e\xc2\x1a\x90\x60\xa4\x66\x34\x64\x21\x23\x21\x34\xf7\x04\x48\x09\x29\x0c\x1b\x20\x23\x14\x27\x9f\x71\x41\x08\x19\x09\xa1\x19\x97\xa0\x90\x91\x10\x32\x0a\x7d\xed\x84\x76\xb8\xcf\x80\x26\x21\x92\x81\x86\x4e\xc8\xe1\x9e\xa1\x1e\x84\x0e\x40\x30\xec\x8c\xbe\xa3\x82\x91\x61\xe9\x99\x10\x2a\xb8\x11\x2a\x84\x0a\x20\xec\xb1\x57\x42\x15\x50\x05\xd4\x08\xe1\x82\x68\x08\xa2\x77\x42\x1d\x10\xb6\xcd\xb2\x10\xd4\x40\xae\x74\xcf\xe4\x84\xd0\x8c\x9b\x58\x78\xbd\x89\xc5\x8a\x35\x63\x45\xe3\x8a\x26\x08\x15\x2b\x1a\x0d\x0d\x86\xe8\x10\x62\xcc\xaa\x21\xab\x03\x59\x35\x66\x15\x57\x65\xe5\x1e\x59\x3c\x10\x9a\xc1\x48\x31\x66\xd5\x90\x55\xb4\x75\x31\x66\xd5\x50\x75\xcc\x3d\x4b\x0c\x42\x4b\x61\x10\xcc\x2a\xa6\x86\xae\x58\x91\x25\x06\xa1\x89\xe7\xc8\xa9\x01\x42\xba\x12\x62\x56\x31\x35\x74\x5c\x95\xc2\xaa\x83\xd0\xc4\xe4\xb0\xea\x20\x34\x2b\x56\x64\xd5\x09\x4a\xac\xa2\x27\x09\x47\x04\x08\x4d\x4c\x21\x47\x04\x61\x3b\x30\x42\x4c\x0e\xda\x41\x6a\xd8\x10\xdb\x01\x84\x74\x23\xc4\x4c\x60\x1e\xe8\xc6\x15\x99\x09\xcc\x03\xdd\x18\x17\x33\xb1\xe2\x12\x24\xbf\x38\x0f\x40\x68\xe2\x69\x73\x1e\x10\xce\x03\xe8\x36\xc2\x79\x00\x42\x13\x79\xcf\x79\x00\x42\x13\xc9\xc4\x3b\x43\x38\x0f\x60\x86\x15\xde\x19\xc2\x3b\x83\x2c\xe4\x9d\x21\x9c\x07\xd0\xa6\x84\x9d\x0b\x42\x13\x59\xc8\x56\x2c\x1b\xe2\x62\xc1\xec\x8c\x6b\x67\x10\xd8\x90\xd3\x97\x83\x5f\xe8\x10\xe2\x4c\x61\x08\xad\x3c\xed\x83\x64\x3a\x90\x42\x52\xee\x60\x0a\x63\x26\xd6\x0a\x43\xe5\xa5\xa0\x6c\x8c\x68\x07\xca\xc6\xa8\xec\x82\x25\x56\x54\x16\x8c\x46\x75\xc8\xc0\x8d\xa7\x03\x2b\x42\x88\x75\x42\x2b\x21\xb0\x10\xbc\x57\x52\x4e\x63\xc5\x9c\xd1\xd6\x8d\x2b\x1a\x26\x5c\x5e\x95\xc6\xa9\xc1\xa0\x55\x30\xea\xad\xd4\x5a\xa1\xd5\xd0\x21\x56\x6a\xad\xd0\x6a\x12\x04\xd8\xa8\xb5\x41\x8b\x87\xb6\x51\x6b\x83\xd6\x40\x5c\x3b\xb5\x76\x68\x09\x88\xb9\x53\x6b\x87\x96\x82\x13\x93\x5a\x13\x5a\x86\x01\x67\x52\x6b\x86\x56\x61\xcb\x73\x6a\x79\x68\x95\x8c\x91\xdd\xa9\xe5\xd0\x2a\x98\x07\x0e\x6a\x1d\xd0\xaa\x20\xc0\x41\xad\x03\x5a\x2d\xba\xa0\xf1\x5d\x66\x09\x5a\x98\xc5\x2c\x29\x21\x68\x81\x26\xf6\xfa\xb6\xc3\xa3\xa9\x48\x1c\xad\xf1\xd5\x64\x78\xdb\x14\x89\x7a\xb4\x42\xad\x02\x2d\x8b\x16\x60\x85\x5a\x05\x5a\x26\xed\x74\x6f\x7c\xba\x18\x9e\x2e\x35\x45\x75\x18\xdf\x2e\x56\x43\xab\xe6\x51\x4e\xf7\xc6\x67\x89\xe1\x0d\x52\x8b\x4a\x40\xd4\x6a\xd0\xaa\xd1\x28\x8c\x33\xa2\x61\xfa\xab\x2d\x86\x38\xe3\xf4\x67\x1d\x5a\x18\x8d\x8d\x83\x97\x0d\x68\x8d\x11\xd1\x0f\x6a\x0d\x68\x49\xcc\xc1\xc6\xd6\x64\x02\x2d\x0d\xde\x9b\x50\x0b\x5c\xad\x16\xbd\xd2\xc8\x55\x53\x29\xe7\xa5\xe1\xce\x31\xf2\xcb\xc0\xaf\x96\xe2\x52\x30\xf2\xcb\xc0\xaf\x96\x35\x0c\xc9\x2f\x03\xbf\x5a\x89\xe3\x30\xf2\xcb\xc0\xaf\x56\x25\xb6\x4d\x7e\x19\xf8\xd5\x1a\x8e\x83\xfc\x32\xf0\xab\xf5\x91\xfe\xbf\x15\x8f\xfa\xeb\x4e\x6c\x64\x9f\x81\x7d\x6d\xe0\xb0\xc8\x3e\x03\xfb\x9a\x44\x99\x1b\xd9\x67\x60\x5f\x53\x1c\x16\xd9\x67\x60\x5f\xb3\x18\xb8\x8c\xec\x33\xb0\xaf\x19\x0e\x8b\xec\x33\xb0\xaf\xe7\xa8\x56\x23\xfb\x0c\xec\xeb\x19\x87\x45\xf6\x19\xd8\xd7\x6b\xcc\x3a\x46\xf6\x19\xd8\xd7\x6b\x1c\x16\x2e\xfe\x79\xc4\x09\x8f\xd3\xbd\x93\x8b\x0e\x2e\xf6\x9e\x52\x40\x4a\x08\x36\x3d\x8e\xce\xc9\x45\x07\x17\xfb\x88\xde\xe0\xe4\xa2\x83\x8b\x5d\xe2\xe8\x9c\x5c\x74\x70\xb1\xab\x84\x7b\x72\xd1\xc1\xc5\x6e\x71\x74\x4e\x2e\x3a\xb8\x38\xd2\x68\x01\x51\x0b\x5c\x1c\x39\xda\x85\x93\x8b\x0e\x2e\x8e\xd2\x4b\x40\xd4\x02\x17\x47\x8d\x47\xa6\x93\x8b\x0e\x2e\x8e\x16\xed\xc2\xc9\x45\x07\x17\x07\x9e\xb5\x4e\x2e\x3a\xb8\x38\x46\x89\xe8\xc9\x45\x07\x17\xc7\x88\x5e\xea\xe4\xa2\x83\x8b\x03\xbf\x01\x38\xb9\xe8\xe0\xe2\xd0\x78\x6e\x3b\xb9\xe8\x1a\x5a\x92\x62\x4c\x72\xa5\x16\xb8\x28\x69\x44\xf4\xe4\xa2\x83\x8b\x92\xa3\xb3\x39\xb9\xe8\xe0\xa2\x94\x78\x5a\x39\xb9\xe8\xe0\xa2\xd4\x78\xfc\x3a\xb9\xe8\x2b\xdf\xe9\xd1\x67\x7c\x45\xc7\xf5\x95\x43\x6d\xf0\xda\x37\xdc\xd4\xbe\xe1\xa6\xd6\x38\x7b\xdf\x30\x26\xf9\x16\x33\x91\x68\x3c\xc0\x7c\xeb\x1b\xa1\x68\x89\x8a\x3d\x6e\x83\x5a\xa3\x01\x82\xaf\x61\x80\x64\x05\x04\x43\xa5\xfb\x10\x62\x31\xda\xf8\x8e\x7a\xa3\x10\x8b\xf1\xcd\x77\xcc\x0b\x14\x62\x71\x9f\xfb\xce\x50\x21\xc4\x62\x1c\xf1\x1d\x93\x00\x85\x58\xb4\x1e\xdf\x31\x09\x50\x88\xc5\xbd\xe9\xfb\x4e\x5f\x3b\x7c\x45\xf9\xf8\xee\x84\x9c\x50\x03\x44\xf7\x4e\xf7\x1d\x10\xdd\x3b\xdd\x0f\x40\x3b\xa1\x1d\x50\x44\xcf\x22\xa3\x10\x03\x01\x26\x9e\x7c\x14\x62\xd1\xec\x7c\xe2\x7d\x47\x21\x56\x13\xa0\x41\x68\x00\xca\x80\x94\x10\xfa\x5f\x8d\xe8\xe7\xa0\xaf\x01\x5f\x35\xa2\x9f\x8a\x50\x21\xc4\xa2\x83\xf8\xd4\x4e\x08\xa1\xc6\x35\xe3\x53\x85\x10\x32\x11\xc5\xef\x53\x9d\x90\x03\x42\xf4\x46\x43\x63\x10\x7a\xba\x3f\x62\x80\x88\x7f\x72\x14\xc6\x11\x16\xf1\x4f\x89\x9d\x1d\x71\x50\xf1\x4f\x5c\x13\xbf\xbc\xb6\xe2\xff\x3f\xae\xd7\xd3\xd7\xdf\x35\xf7\x4f\xb7\x9b\x5f\x5e\xf0\x2b\x2a\x7e\xba\x5c\xa6\x1f\x8f\x17\xff\xfa\x8b\xec\xf5\xe9\x1a\x56\xf8\xef\xbf\x01\x00\x00\xff\xff\x89\xe9\xd8\x67\xbd\x15\x00\x00"); -func _aee ()([]byte ,error ){return _c (_eaf ,"Adobe-Japan1-1")};func _cgge ()([]byte ,error ){return _c (_bbg ,"90ms-RKSJ-H")};func _ced ()([]byte ,error ){return _c (_bfb ,"ETenms-B5-V")};func _ccdb ()([]byte ,error ){return _c (_fcag ,"HKdla-B5-H")}; -func _cbf ()(*asset ,error ){_feeb ,_fbbd :=_gfbb ();if _fbbd !=nil {return nil ,_fbbd ;};_agcc :=bindataFileInfo {_dae :"Adobe-KR-7",_fb :1853,_ae :_be .FileMode (436),_g :_a .Unix (1580491445,0)};_fgf :=&asset {_dd :_feeb ,_ef :_agcc };return _fgf ,nil ; -};func _dbe ()([]byte ,error ){return _c (_abdg ,"Adobe-KR-1")};func _gcfd ()(*asset ,error ){_eceg ,_ggag :=_afdb ();if _ggag !=nil {return nil ,_ggag ;};_bedac :=bindataFileInfo {_dae :"WP-Symbol",_fb :846,_ae :_be .FileMode (436),_g :_a .Unix (1580493083,0)}; -_efdcf :=&asset {_dd :_eceg ,_ef :_bedac };return _efdcf ,nil ;};var _ga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3e\x10\x05\xf0\xbb\x3f\xc5\x1c\xf7\x7f\xd8\x7f\x2c\x2b\x8a\x2d\x28\x0b\x25\x29\xd4\x85\x6d\x4b\xd3\xdd\x16\x4a\x0f\xb2\x34\x0e\x86\x46\x36\xb2\x7d\xc8\xb7\x2f\x7a\x93\x75\x0f\x61\x92\x9f\x3d\x8f\x77\x98\xec\x8e\xed\xa9\x8d\xc3\x42\xbb\xaf\x69\xf4\x67\x5e\xa8\x1f\x62\x48\x3c\x8f\x6b\xf2\x4c\x1d\x5f\x86\x58\x14\xaa\xa2\x30\xf8\xe5\xed\x27\x86\xbf\xba\xa9\x28\x76\x75\xf3\xf8\xe1\xe5\xf8\xf8\x91\xd6\x99\xef\x74\x6c\x4f\xe7\xdb\xbc\xf0\xb5\x8d\xfd\x48\x5a\x56\xc3\x3a\xdd\xd7\x89\x76\xdf\xf8\x32\xcc\x4b\xba\xd1\xc3\xfb\x30\x76\xfc\x1f\x05\xee\xb3\x7f\x49\x81\xd3\x10\x2f\xf4\xf0\xc9\x4d\x2e\xaa\xed\xc1\x79\x9d\xa6\x3f\x7c\xe5\xb8\x50\x09\xe3\x18\x30\x8b\xdd\xf1\xd9\x4d\x9f\xdd\x95\xe9\xad\xca\x2b\x1e\xc0\x5f\x39\xcd\xc3\x18\x49\x95\xff\x97\xe5\xe1\x9f\x7f\xbf\x4d\x4c\xea\x1e\xf0\xf3\xa5\x3d\xd1\x2f\x45\xaa\xa4\xca\x68\x63\x7e\xdf\xfd\xc7\xf3\x18\xb6\xb7\xaa\x5a\xda\xfb\x21\x24\x17\x2f\x5c\xbc\x73\xca\x55\x4f\x94\x87\x7e\xa2\xba\x69\xea\x4c\x9d\x02\x75\x15\xc8\x82\xbc\x10\x67\xb2\x2a\x93\x97\xb7\xbc\x01\xed\x41\x0e\x14\x3a\x10\x16\x59\xde\xca\xa3\xb6\x2a\xc7\xef\x1d\x08\xa3\xb6\xaa\x01\x69\x21\x0d\xb2\x20\x23\x94\xe3\x6d\x55\x82\x6a\xa1\x1a\xa4\x40\x56\xc8\x82\xaa\x4c\x5e\xb2\x3c\xb2\x2a\x9d\x89\x85\x58\x68\x0f\x92\x78\x96\x78\x03\x92\x78\x96\xf8\x03\x88\x85\x18\x94\xdb\x1b\x69\x6f\xa4\x7d\xd5\x80\xb4\x90\xc4\x5b\x90\x11\x42\xbc\x2e\x41\xb5\x10\xe2\xb5\x02\x59\x21\xb4\xd7\xb9\xbd\x91\xf6\x46\xda\xeb\xdc\xde\x48\x7b\x23\xed\xf5\x1e\x24\xf1\xd2\x5e\x1b\x90\xc4\x4b\x7b\x7d\x00\xb1\x10\xda\x6b\xb4\xef\x65\xb1\x3f\x80\x9a\x7c\x81\xdb\x31\xe4\xef\xf9\xf6\xb7\x5b\xf4\x6b\x4a\x1c\x17\x5c\x3e\x2e\x2e\x5f\xd1\x10\x79\xfb\x63\x4d\xe3\x94\xb7\xf0\xf9\x1b\x00\x00\xff\xff\x09\x64\x4a\x68\x84\x03\x00\x00"); -func _bcec ()([]byte ,error ){return _c (_dcgd ,"UniCNS-UCS2-V")};func _afgc ()(*asset ,error ){_beee ,_gbac :=_bceg ();if _gbac !=nil {return nil ,_gbac ;};_dgad :=bindataFileInfo {_dae :"KSCms-UHC-HW-V",_fb :703,_ae :_be .FileMode (436),_g :_a .Unix (1580492573,0)}; -_caaa :=&asset {_dd :_beee ,_ef :_dgad };return _caaa ,nil ;};func _efcf ()(*asset ,error ){_gded ,_ebbab :=_cfgg ();if _ebbab !=nil {return nil ,_ebbab ;};_egbfe :=bindataFileInfo {_dae :"HKdla-B5-V",_fb :613,_ae :_be .FileMode (436),_g :_a .Unix (1580492314,0)}; -_gcagc :=&asset {_dd :_gded ,_ef :_egbfe };return _gcagc ,nil ;};func _aaaa ()(*asset ,error ){_edg ,_gcc :=_ecc ();if _gcc !=nil {return nil ,_gcc ;};_agc :=bindataFileInfo {_dae :"Adobe-KR-3",_fb :1293,_ae :_be .FileMode (436),_g :_a .Unix (1580491421,0)}; -_fga :=&asset {_dd :_edg ,_ef :_agc };return _fga ,nil ;};var _afgcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xeb\x6f\x4b\x92\xdf\x07\xcf\xeb\x55\xec\xa1\x9e\x81\x9e\x5e\x2b\x2f\x11\x99\xd0\x6c\xb0\xd5\x2e\xdc\x08\xd9\xc6\x2d\xd9\x06\xe3\xc1\xba\xb6\x0b\xdc\x55\x45\x75\x69\xa0\x77\x6f\xf2\xf3\x59\xa7\x64\x8c\x61\x9f\xc9\xc9\x9d\xff\xfc\xe5\xca\x6b\x64\x5c\xbe\x11\xf1\x77\xff\xee\x1f\xff\xe1\x1f\xff\xf8\x87\xbf\xfe\xf8\xbb\xff\xe9\x2f\x7f\xba\xfe\xe9\xf9\xeb\x8f\xf7\x0f\x7f\xbc\xff\xf2\xfc\xeb\x9f\xfe\xf3\x5f\xae\xe7\xc7\xf9\xfc\xf3\x1f\xfe\xf8\xbb\xdf\xed\xe5\xc7\xfd\x87\xeb\xaf\xbf\xfd\x93\xff\x5d\xff\x72\xfc\xf9\x77\xbf\x5b\xbf\xff\xa7\xff\xf2\xaf\x7f\x7d\xfe\xe5\x1f\xff\xf8\xfe\xe9\x47\xb5\xdd\xfd\x9f\xff\xfc\xb5\xfd\xf1\xe3\xef\xfe\xe7\xe7\x9f\xff\xf0\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xfb\x4f\xe7\xf3\xff\xfb\x71\x3f\xef\xaa\xff\x1f\xff\x72\x3f\x7f\xf9\xc3\x1f\xff\xf9\xc7\xbf\xf9\xf7\x7f\xfa\xcb\x73\xec\x7f\xfb\xc3\x3f\xfd\xe7\x3f\xff\xf9\xff\x7a\xfe\xe5\xf9\xe3\x5f\x7f\xec\xd4\x3d\x7f\xbc\xf9\xff\xef\xfe\xee\xdf\xfd\x87\xe3\xcf\xff\xc3\xf1\x2f\xcf\x8f\xbf\xfb\x4f\x7f\xfc\xc3\xbf\xff\xa7\x7f\xfb\x9f\xfe\xe3\xef\xf7\xf8\xb7\xff\x3d\x7f\xe5\x8f\xff\xcb\xf3\x97\x7f\xfd\xc3\x9f\xfe\xf8\x63\xff\xff\x6f\xdb\xf8\xaf\xd5\xff\xf1\xbf\xfc\xf9\xf9\x3a\xfb\xdd\xdf\xfd\x6f\xff\xe9\x1f\xff\xe1\xc7\xff\xbe\xff\xd8\xb7\x1f\xa5\xf7\xd6\xfe\x8f\xaf\xfe\x7f\xfd\x0f\x7f\xba\x9f\x1f\x9b\xff\xaa\x4e\xe0\xfa\xd3\xfd\xfc\xeb\x9f\x8f\xeb\xf9\xcb\xf1\xc7\x7f\x7e\x7e\xf7\xe3\xc7\xdf\x6f\xdb\xb6\xfd\xfc\xb1\xfe\xfb\xfb\x7f\xc8\xdf\xff\xfe\xe7\xaa\xfb\x87\xb1\x6d\xff\xf0\xef\x56\xfd\xdf\xff\xc3\x7f\xfb\xfb\xdf\xff\xc3\xef\xbf\xfa\xff\xee\xbf\xb6\xfd\x3d\x75\xcf\x1f\xef\xff\x57\x8f\xbf\xdb\xfd\xd0\x1f\xff\xf4\xd7\xfb\x79\xad\xfb\xbe\xf1\xf7\xdb\xb6\xbf\x3f\x7f\xec\xeb\x57\xff\xcf\x3f\xff\x6e\xdf\xb6\x6f\x74\x7f\xb8\xaf\xff\xf3\xf8\xcb\xfa\xc1\xb1\xad\x96\xab\xb0\xff\xfc\x51\xb6\x41\xb1\xfd\xfc\x51\xf6\x46\x31\x7f\xfe\xd8\x7b\xa7\x38\x7e\xfe\xd8\xb7\xa4\x38\x7f\xfe\x98\x36\x3d\x7e\xfe\x88\xb0\x78\xfe\xfc\xb1\x67\xac\xe2\xb9\x3a\xad\xd4\x9e\xfb\x2a\x6e\x14\xdb\xcf\x1f\xfb\x9c\x14\xe3\xe7\x8f\xd2\xf8\xc2\xb9\xbe\xb0\x59\x1c\x6b\x08\xf6\x30\x7f\xfe\x18\xad\x50\x5c\x9f\x48\x86\x70\xf2\x09\x86\x70\x5e\x3f\x7f\x64\x67\xe4\xe7\xfd\xf3\x47\x36\xbf\xf6\xac\x5a\x7f\xf6\xae\xce\xf8\xda\x15\x6b\x90\xf4\x7b\x6f\xab\x48\x0f\xf7\xfa\x70\xa5\x87\x7b\xac\x4f\x54\x8a\xcf\x2a\xda\xf6\xfd\xf9\x23\x9d\xdb\x13\xab\x5f\x7e\xf6\x6e\xab\x48\xbf\x2f\x3d\xf0\xb5\x77\xac\xb6\xfc\xec\x5d\x63\x88\xd5\x60\xdf\xf7\xd5\x76\xf5\xb0\x17\xc6\x40\x6d\xc9\xd5\x60\x2d\xc9\x5e\x57\x83\xd8\x29\x96\xf5\x61\x6b\xeb\xaa\x2d\x14\xe9\xb7\x52\x7c\x57\x03\xda\xb6\x35\x86\x68\x14\xf7\x55\x4b\xdb\x56\x56\x6d\xa7\x38\x7f\xfe\xc8\xaf\x96\xe5\x63\x0c\xed\x5c\xb5\xf4\xd0\xf9\x1a\x3d\x74\xbe\xb6\xe6\xb6\xc7\x1a\x64\x5a\x5c\x83\x64\x38\x65\x2d\xf5\x28\xec\x40\xb9\x72\xad\xea\xea\xa2\xdc\xec\x56\xa1\x38\x57\x91\x06\xf7\xb1\x8a\x8d\xe2\xb9\x8a\x49\xf1\x5a\x45\x7a\xbb\xef\x55\x5c\x33\x6a\xdb\x3a\x1b\x5b\x59\xab\xd6\x3a\xe5\xb5\xae\x65\xdb\xb7\x9f\x3f\x66\x52\x8a\x9f\x3f\xf6\x7d\xa7\x78\xae\x51\xac\x43\x55\x38\xde\xa3\x54\x9a\x94\xf2\xf3\xc7\x88\x8d\x72\xdd\xd6\xc1\x0d\x8a\xed\xe7\x8f\xd1\x47\xa1\xdc\x7f\xfe\x98\xb5\x58\x1f\x94\x1b\xe5\x75\x9c\xba\xd5\x6b\x8e\x2c\x74\xd9\xd6\x3a\x8e\x3e\x19\x4a\xae\x6e\x5a\xa7\xc8\x32\x34\x06\x90\x6b\x00\x8d\x5f\x72\x17\x56\x69\xdf\xea\xcf\x1f\x7b\xdb\x29\xae\x05\xd9\xd7\xcf\xf6\xbd\xfe\xfc\xd1\xe7\x46\x71\x9d\xfa\x75\x1c\xca\x5e\xd6\x6d\xe3\x73\xfb\x9a\x40\x09\x1a\x70\x48\x9a\xb5\x6b\x6c\xeb\x02\x94\x7d\x96\x75\xea\x69\x30\xfb\xba\x37\x49\x91\xce\xac\x5d\x9b\xc2\xc0\xf6\xb9\x36\xa5\x33\x86\xb9\xc6\xd0\xd6\x2c\xf6\x75\x1f\xc7\x08\x5a\xac\x0b\x39\x46\x30\xb6\xb3\x50\x6e\x94\x2b\x65\xdb\x37\xca\x7c\x87\xdd\x1f\x83\x36\x17\xfd\x0c\x7e\x7b\xdd\xab\xcc\x62\xef\xd7\x4b\x99\xfa\x9b\x36\x7b\x83\x66\x7d\x74\xe6\xff\x83\xf2\x94\xfd\x66\x20\x9d\x8e\xef\x35\xc5\xe9\xef\x19\x47\xb7\x0c\xc5\xe0\x13\xcf\x3a\x13\xbb\xeb\xf8\xec\x94\x59\x9c\xa7\x50\x66\xc6\x4f\xa5\xcc\xfa\xad\x1b\x3b\xf7\xc9\x94\x9f\xfc\xf9\x63\x72\xfc\xca\xfe\x0c\xea\x99\xe6\x33\xa9\x5f\xbf\x2d\x8b\x70\xee\x1c\xba\xb2\xad\xc1\x74\x6b\xd7\x96\xd2\x49\xd9\x62\x9d\x10\xe6\x58\x36\xa8\x62\xa1\xb8\xa8\x22\xab\x53\xd6\xa6\x8f\x64\xc5\xcb\xb6\xb6\x6f\xd8\x98\xa3\xc5\x4e\x95\x6d\x11\xa5\x7d\x0d\xb0\x2c\xda\x50\x76\xfa\x58\x47\x64\x24\xe7\xb3\xec\xc7\xda\x6c\xbe\xb8\xdf\xab\x0f\x7e\xb7\x3f\x8b\xd2\xd8\xe0\x65\x1c\x8c\xb4\xac\x41\xb3\xf1\x85\x6b\x90\xd5\xf2\x5c\xa3\x66\x02\x65\x75\xc7\xaa\x95\xf2\xac\x0f\x52\xbb\x2e\xc7\xce\xf5\x29\xeb\x6e\xec\xc3\xda\x75\xa2\x76\xda\xd6\xfc\xf9\x63\xd4\x62\xf5\x1a\x46\x32\xab\xb6\x06\xda\x59\xc8\xd2\xfa\xba\x02\xd3\xfa\x41\x3d\xcd\xfb\xc6\x40\xa8\x5f\x97\x7a\x64\x61\xbe\x9d\x55\x65\xa1\xba\xf3\x65\xee\xfd\x60\x75\x68\x12\x3c\x1b\x16\x17\x39\xf8\x6a\x9d\x19\xbf\x4c\x9e\x05\xa7\x36\x1a\xcb\xcd\x8c\x47\xa7\xcc\x8c\xc6\xea\xb1\x0d\x16\x6b\x9c\x94\x69\x73\xf0\x55\xae\x54\x39\xa0\x0e\x1b\xfd\x1f\x6b\x05\xdc\xb5\xe7\x61\xda\xcc\xef\x59\x4f\xe8\x7a\x8c\x4a\x75\xeb\x19\x7b\xdd\x99\xc6\x46\x91\x01\xac\x17\xa4\xf4\x75\x7c\xfa\x3e\x29\xee\x3f\x7f\xf4\xf5\xe2\x95\xbe\x4e\x52\x2f\x16\x17\x19\xf8\xda\x5e\xab\xd6\xe2\xfd\xf3\x47\x87\x22\xf4\xed\x59\xc5\xa4\xf8\xae\xb6\x6b\xa0\x7d\x91\xc2\x5e\x2c\xae\x7e\xbb\xc5\xd5\x2f\x27\xb4\x43\x5e\x58\xb3\xbe\xc6\xd3\xa1\x6c\x7d\xef\xab\x41\x50\x8c\x55\xec\x14\x73\xb5\xb5\x38\x56\x5b\x7f\x36\x57\x03\x7f\x76\xac\xa2\xb5\xe7\x6a\x6b\x2d\xe3\xf5\x67\x6b\xbc\xd0\xbd\xbe\xce\x5e\x87\xda\xf5\xc2\x18\xac\x65\x0c\xcc\xa2\xac\x31\xb0\x3d\xbd\xac\xaf\x41\xd7\x7a\xa1\x5f\x6b\xe9\xd7\x9f\xad\x19\xb3\x35\xbd\xd2\x2f\x3d\x54\xfa\xb5\x48\xbf\xfc\x6c\x9d\xcd\xde\x18\x59\xa5\x5f\x56\xbd\xd2\xaf\x45\xfa\xb5\x48\xbf\xfd\x57\xb4\xa8\x37\x16\x94\x8d\x5a\x8f\x64\x6f\x14\x17\xe1\x2d\xee\x03\x6c\x12\x44\xb3\x2f\x46\x69\x87\x66\xf6\x75\xa4\x8a\x5f\x3a\xd6\xe5\x71\xac\x8b\x67\x2a\x2e\xc7\xe2\x99\x8a\x2b\xbe\xde\x09\x9f\xaf\x0e\x09\x4e\x5b\x2c\x12\xbc\x43\x69\xfb\xa2\xc0\x7b\x58\xcb\x79\xe6\xee\x77\x78\x25\x0f\xd1\xe2\x95\x8a\xa7\x0c\x06\x29\xb9\xb8\x7d\x91\xe8\x3d\xac\x5e\x97\x35\xfc\x0a\x84\x82\x8b\xdb\x2f\x1e\x46\xaa\x2f\xe8\x0e\x1f\xbc\xb8\x11\xbc\x91\x7d\xf1\x48\x3b\x0f\x52\x5f\x6f\xfc\x1e\xd6\xae\xf1\xbb\xec\xd7\x1a\xbf\x3b\x7b\x71\x67\x87\x65\xde\x50\x3f\xb2\x08\x5d\xb8\x07\xd7\x22\x58\xc1\xe8\xd6\xe3\xb0\xf3\xbe\xf5\x87\x8b\x94\xac\xc7\xba\x5f\x23\x38\xb9\xb1\xad\x2b\xc8\x35\x88\x75\xd7\x76\xae\x41\xac\x1b\x51\x38\x61\x01\xdd\x64\x53\x62\x9d\xc6\xc2\x51\x89\x75\x1a\x67\x29\x96\x69\x4c\x6f\x8b\x42\xce\xc2\xe1\x8e\xc2\x57\xd8\xad\x68\x50\x4b\xba\x5e\xfb\xbd\x73\x8e\x23\xd8\x43\x8b\x8b\xef\xe5\x62\x46\xac\x87\x96\xbb\x14\x8b\x13\x2a\x1c\xff\x08\xb6\x73\x52\x5c\xc3\xe8\xd6\x2e\x8e\x86\x8b\x19\xf1\xc2\x3a\xac\xdf\xe5\xba\x78\x23\xb8\xf2\xb9\x2e\xd6\x08\x88\x42\x2e\x7a\x3a\x62\xa3\x4d\xb7\xcd\x1a\xd3\xbb\x48\x48\x34\x16\xea\xdd\xda\xcf\x1f\x51\x87\x65\x98\x02\x1e\x8d\x77\xbd\x36\xd1\x9a\xe5\xc5\xd8\xb5\xf4\xb7\x8b\xb3\x93\x18\xbf\x8b\x4e\xb4\x02\xbf\xf0\x2e\x42\xd1\x1a\x2b\xfb\x42\x1e\xf6\xc1\x6f\xa1\x04\x30\x88\xe5\x85\x14\x6c\xf6\xb3\x16\x37\x7c\x11\xdf\xb5\xba\x75\x7e\xe5\xc5\x0a\x37\x28\xce\xcb\xc5\x77\xea\x2f\x37\xbf\x41\x47\xdf\x75\xf5\x5b\xe9\x96\xfb\xcf\x1f\xcd\x63\xf1\xca\xd4\x40\x83\xdf\x45\x08\x52\x06\xe6\x2d\xd0\x1d\xd6\xe1\x85\x2a\xc4\xb4\xfe\x86\x7e\xda\xff\xfb\xf3\x47\x4d\xe8\xfd\xbb\x08\x43\xfb\xc6\xb9\xf8\xe6\xea\x1a\xbe\x8b\x71\xae\x6d\xd8\x66\xac\x31\x87\xf5\x8b\x0c\xe4\x57\x5e\x73\x19\x5f\xfb\xc5\x9f\x8f\x8d\xf1\x40\x1f\xba\xeb\xbc\x8e\x47\x4c\xe7\xb8\xce\x47\x1b\xcd\xfa\xfa\xf3\x47\xab\x50\x99\xb7\xad\x39\x6e\xdc\x82\x77\x3d\x80\x6d\x76\xdb\xc4\x6a\xbf\xdb\x26\xd9\x47\xbe\xb5\x1e\xc6\xd8\x39\x3c\xef\xe2\xc9\xa3\x38\xce\xc5\x94\xb7\x74\x4d\x16\xc1\x19\xab\xcf\x5f\x10\xa9\xb7\x5d\x0c\x30\x28\xbf\xeb\x83\x1c\xfd\xb7\xfb\xf6\x50\xbf\x5e\xdc\x96\x69\xb9\xb0\xc9\x0c\xa4\x37\x26\xca\xc0\x7b\x5f\x0b\x10\x96\xd7\xe6\x0c\x37\xb0\xaf\x43\xb1\x43\xce\xde\xbe\x36\x6a\x86\xfd\x1f\x08\x55\x0c\xbc\xaf\x8d\x92\x64\xbc\x9d\xc3\x02\xc3\xf0\xf6\xb5\xc0\xde\xfd\xb7\xaf\x05\xce\x66\xfb\x25\xb4\x6c\x4e\x7a\x3d\xef\x75\xf0\xa4\xbe\xeb\x7d\x8f\x1d\x4e\xe2\x5d\x0f\x7c\xfd\xfa\x0f\x49\xbe\xf5\xeb\x12\xec\x83\x3e\xd7\x7d\x0c\xef\xf1\xbb\xa4\x94\x0c\xbf\x1b\x73\x6d\x02\x2c\xdf\x1b\x07\x72\x95\xf5\xe7\x5a\x07\x0f\xe9\xba\xaa\xed\x3b\x44\xeb\xae\xb6\xfc\xc6\xb3\x5e\xdc\xdc\xec\x9f\x87\xc2\x4b\x96\x6b\x3d\xd3\xfe\x73\xc9\x54\xc3\xf1\xe4\x12\x94\xbe\x3e\x97\x5c\xd0\xc2\xc3\x9e\x6b\x6c\xd3\xef\x26\x07\x21\xac\x5f\x17\x0b\xf9\xb0\xbc\xb9\x5e\xd6\xe1\x1e\xe5\xc9\xba\xb1\xf9\x4b\xa8\x68\x32\x0e\x6f\xde\xeb\xe0\x78\xb8\x96\x80\x11\x0d\xca\xfb\x8e\x75\x30\x6b\x58\x5e\xeb\x56\xa1\x8f\xef\x60\x7f\x3d\x98\xa3\xfe\xfc\x11\x7d\xe3\x5b\x8b\x31\x8a\xe9\xfe\x2e\xc6\xa8\x4e\x08\xcf\x3b\x82\xc7\x90\x31\x8c\x25\xde\x49\x72\xdf\xb1\x0e\xe9\xf0\x30\x8e\xb9\x2e\x93\xe3\x5c\x8c\x54\xff\xed\xbb\x8b\xc0\xf8\x16\xbe\x83\xfd\xfd\xfa\x79\x11\x13\x19\xc3\x84\x80\x7d\xe5\xb5\xa7\xc1\x2b\xfd\xce\xba\xfa\xf4\x1c\xce\x75\x0e\xa7\x7b\xbd\x84\x99\xfa\x11\xa1\x25\xcd\xb4\xea\xda\x4e\x88\x93\xeb\xb3\x84\x98\xec\xbb\x6d\xd0\x35\xf0\x6c\xbe\x73\xad\xe1\x98\xd6\xaf\x73\x38\x9c\xe3\x5c\xc4\xe3\xdb\xa3\xb9\xc6\xb9\xb9\x47\xf3\xa5\x9e\xdf\xae\xb7\x3c\x37\xc7\x79\x14\x08\xad\xe5\xca\xda\xd2\xe7\x62\x0a\x5b\xc0\xff\xbc\xeb\x69\x6f\x68\x0a\xca\xbb\xde\xf6\xe8\xae\xc9\x7a\xdc\x9b\x52\xe0\xbb\x5e\xf7\xee\xe3\xf2\x1e\xdc\x0b\xf7\xf1\xb8\xd7\xba\x79\xbf\x8e\x07\x5e\x8e\x71\x1e\xeb\xfe\xa6\xeb\xb3\xa4\xb3\x4c\x5e\xc2\xf7\x64\x7f\x91\x66\xdf\x93\xf1\x20\x44\xbc\x4b\x22\xcb\x74\xdf\x17\x73\x90\x7d\x5a\x1f\xf4\xc9\xd8\x4e\xd6\xed\xeb\x67\x9d\xbd\x90\xf0\x9c\x28\x03\x5c\xcf\x73\x11\x9e\x08\xdb\x9f\x6b\xfd\xbf\xfe\xaf\x55\x86\xc1\x79\x17\x87\x50\xbf\x3b\x75\xad\x33\x36\xbd\x0b\x8b\x5d\x88\xe1\xbc\xae\x75\xfe\xfb\x57\x5e\x6b\x25\x0f\xfa\x2e\x36\xa2\x2d\x51\xe6\x57\xc4\x6c\x31\x19\x2d\xbc\x28\x17\xc4\xe6\xeb\x6c\xf2\xa2\x30\x40\xf8\x8c\xcd\x81\x2f\x71\x33\xd2\x03\xbb\x98\x8b\x8a\xb6\xa5\xbc\x17\x17\xd7\x83\x7f\xcb\x2c\x5b\x46\x2f\xe2\x45\x5f\xd2\x65\x56\x5f\xa3\x25\x5e\xb6\xee\x77\x97\x78\x59\xe7\xda\xc0\xba\x21\xe9\xad\x47\xa1\x6e\x3b\x02\xc7\xba\xcf\x75\x5b\xec\xf5\xbe\x18\x96\xba\xad\x77\x6f\xa0\x80\xa9\x68\x11\x46\x6e\x94\xdf\xf3\x53\x60\xd5\xed\xbd\x7e\xfe\x98\x75\x9d\xc4\xba\x2f\xea\xb5\xd3\xa2\xc0\xb2\xac\xbd\xab\xa5\xc2\xfa\xad\xbb\x56\x4b\x95\x85\x9b\xab\xbc\xee\x7b\x59\xc7\xb3\x96\x75\x8d\x66\xe5\xf3\x65\x5d\x97\xb9\x0d\xcb\x0f\x2a\x0a\x7a\x5c\xc7\x73\x6e\xeb\x9a\xd6\xba\x44\xfe\xbe\xa8\x5b\xad\x17\xaa\x04\x8b\x6b\xb3\x16\xfd\xae\xf5\xf2\xce\x51\xec\x90\x09\x8a\x28\xa4\x3a\xc5\xc5\xe1\xac\xe5\xa9\xf5\xe2\xc1\x6a\x14\x27\xd7\x8d\xe2\xba\x79\xeb\x50\xd6\xba\xf8\xbd\x91\xd3\x2e\x16\x91\xda\xf9\x9c\x7a\x35\x6a\x6f\xbe\x6c\x2d\x4f\x3f\x1d\xa3\x2d\x72\x3c\xf7\xba\xbb\x9d\x6f\xdc\xeb\xaa\x84\xc5\xb5\xc1\x6b\x10\xed\xf9\xaf\x9c\x50\x7b\x36\xf6\x71\x2d\x6f\x7b\xd6\x1e\x65\x0d\xcb\x9c\x9f\xb4\xcd\x1a\x34\xc2\x4a\x7b\x96\x10\xde\x11\xe1\xda\xb3\x41\xc0\xd6\xc5\x6d\x0f\x1c\x52\xec\x41\x79\x11\x89\x7d\xe3\x5b\xa8\xe8\xca\xda\x90\xf6\x2c\x0e\x29\xb7\x46\x7b\x24\x28\x04\xe3\xf6\x20\x42\xb5\xb5\x82\xed\x59\xdc\x52\x1d\xeb\x72\xb4\x07\xc9\xe9\xb7\xf6\xeb\x72\xc7\xa0\xcd\xe2\x60\x62\x16\xca\x70\x27\x63\xb3\xbc\xce\xf9\xb0\xcd\xda\xfc\xb6\xdb\x67\x85\x98\x39\xdf\xc5\x79\xc4\x56\x18\x1b\x9c\x07\x32\x73\x7b\x16\xb7\x51\xc7\xb4\xbc\xda\xcf\xc6\x6f\xdb\x8d\xd0\xc7\x18\x9a\x9c\x8d\xfd\xa0\xbc\xdc\x69\xbf\x1e\xf9\x8a\x4a\xa5\x3d\x1d\xc2\x30\x18\x7f\x9f\xbf\x71\x99\xed\xe1\x01\x1f\xd3\x36\xeb\x7e\xc5\x6e\x9b\x75\xbf\x46\xf0\xad\xf5\xa8\xd6\x6e\xff\x3c\xa4\xd5\x71\x26\x84\xca\xf5\x5c\x0f\x60\xdf\x9c\x57\x22\x6f\xee\xf4\x99\xf4\xb9\x31\xce\xf5\x70\x35\x88\x6e\x7b\xd6\xa3\xd4\x90\x65\xdb\x33\x38\xc9\xee\xe3\x7a\x70\x7a\x71\x8e\xe3\xfa\x8d\x03\x6e\xcf\x7a\x7c\x02\x45\x4d\x7b\x78\x70\xe0\xbc\xdb\x33\xd7\x39\x41\xbe\x6a\xcf\xe4\xd1\xf6\x5b\xeb\x06\xc5\xd6\xf8\xd6\x7a\x70\x22\x37\xc6\xb3\x6e\x4d\xdb\xba\xed\xfd\x56\xfd\x05\xd1\x6a\xcf\x84\x63\x48\x3a\x58\x62\x60\x8b\xc9\x81\x3a\xd0\xbc\x7a\x18\x8f\x45\x54\xd0\xb5\xb5\x67\x5d\xd3\x8c\x61\xfb\xb5\x30\xb3\x31\xf0\xf5\x72\x24\x9a\xd8\xf6\x1c\x2a\x65\xfd\xed\xa2\xc2\xe1\x41\x38\x20\x78\x9b\xfd\x3f\x8b\x8d\x2f\xfc\xf6\xe4\x35\xf2\x00\xa2\x1a\x47\x1c\x68\xcf\x05\xd7\x62\x9f\x8b\x82\x47\x6b\x2c\xe4\xba\xfd\xf9\x5d\x82\x75\xd1\xeb\x70\xcc\xeb\x4e\xb7\xcd\x05\xbb\xd8\x58\xbf\x0b\xa1\x6d\xc9\x82\x2d\x02\x19\xcd\xc3\x72\x77\x16\x89\x3e\xd7\xbd\xce\xef\xe0\xdc\xbc\x88\x95\x39\xde\x70\x3c\xce\xe5\x86\x90\xef\xf4\x7f\x73\x58\x1c\x03\x5a\x75\x94\x56\xed\x79\x2a\x22\x03\xed\x9f\xf5\xa2\x34\x0f\xc5\xd3\xd9\x70\xbe\xf5\xae\x79\x8d\xca\x18\xde\xc2\xc5\xb2\x1c\x1c\x28\x36\xff\x4d\xc6\x4f\xff\x8b\x1c\x47\x5b\xd2\x70\x7b\x17\xf1\x68\x1b\x87\xf7\x5d\x84\x21\x21\xdf\xed\x13\x9d\x38\x98\x88\x4e\x6d\xeb\xd6\xaf\xb9\x6f\x8c\xe7\x5d\xd2\x67\xdb\x16\xfd\x6b\x2f\x0a\x99\x6d\x71\x30\xed\x45\x23\xb3\x71\x88\x10\xb5\xc6\x57\x5e\xa2\x4a\x9b\x10\x92\xb7\xae\xb9\x4c\xeb\xd7\x53\xd1\xda\xa4\x4f\xf4\x15\x59\xad\x3f\x58\x4f\xcb\x68\x2c\xd6\x43\xd4\x14\x55\x5a\xa5\xdc\x20\xa5\xec\xaf\x22\xc6\x0e\x01\x50\xc4\x80\xe6\x37\x44\x8c\x44\x1f\xd2\xde\x45\x0c\xa2\x0c\xcb\x0f\x6d\x98\xfb\x22\x06\x31\x58\x1f\xa4\x85\x40\xed\xda\x90\x16\x02\xfd\x66\x53\x2a\x88\x3d\x29\x4f\x2e\x22\x63\xeb\xac\xd5\xf7\xdb\x75\x51\x76\xd7\x10\xee\xbf\x73\xe9\xe1\xc2\x13\xee\xb3\xc9\x49\x0f\xce\x0f\x9c\x74\x9b\xc3\x32\x5c\x60\xa5\x7f\xb8\xe4\xbd\x58\x86\xab\x73\xfc\x8b\x48\x44\x73\xbf\xd6\x8b\xd8\x11\x15\x1b\x5c\x6f\x4f\xd7\x64\xc8\x4d\x5a\x86\x60\xbb\x8f\x10\x92\x06\xe1\x87\xa3\xcd\xfa\xb5\x3f\xd6\x99\xaf\x8c\x61\x11\x95\xd6\x37\xeb\x6f\x44\x4e\xbe\x35\x5c\x1f\xca\x10\x92\xca\x19\x96\x2b\xed\xae\xf9\x22\x18\xb9\x35\xdb\xc8\x39\xd1\xcf\xe2\x38\xa3\xda\x86\x7b\x8a\xc8\xd9\xe0\xf0\x72\x06\x6d\xe0\xd8\x6a\x30\x17\xee\x6f\x6b\xf4\x7f\xbe\x70\xb7\xac\xff\x7a\xbb\xab\xc4\x09\x4e\x2b\x25\xea\x70\x5a\x3d\x9d\x2f\x4f\xf2\x77\x56\x79\x93\xa7\x6b\x7e\x61\xb4\xe2\x61\x91\xf1\xd9\xf3\x57\xfa\xf7\x06\x27\x54\xc3\x8d\xbd\x61\x2f\xa1\xbc\xef\xba\xd0\xbd\xbb\x51\x37\xec\x22\x94\xf7\x5d\x97\xb8\x4b\x31\xdf\xdb\xcd\xa1\xfc\xc0\xbe\xf2\x72\xbf\x8f\x1b\xc5\x6f\x1f\x14\x9a\x4e\xfa\x79\x21\x0c\x7c\xeb\xdd\x21\x42\xd4\xbf\x8b\x00\x4c\x08\xe7\xfb\xc2\xd6\x3a\xd1\x17\x9d\x04\x44\xee\x7d\x0f\xd8\x97\xfe\xbb\xbf\xef\x1b\x0a\x55\x36\xa1\x6f\x9b\x1b\x3e\x28\xaf\x03\xc8\xab\xd3\xb7\x4d\x62\x66\x79\x11\x9e\xb9\x88\x41\xdf\xd0\x8b\x8c\x75\x28\x3a\x2c\x5e\x2b\x5f\x7d\x20\xc2\xd0\xff\x7a\xd1\x13\xd1\xa9\x6f\xfb\xc1\xc6\x5a\x7f\x2d\xa2\xb5\xd6\xa7\x6f\x3b\x2f\x99\xfd\xa3\x17\xd9\xd6\x05\xed\x5b\xd9\x19\x83\x65\xe6\xb5\x36\xb0\x6f\x45\x02\x4c\x9f\x25\xd0\x4f\xf0\xdd\x92\x88\x2d\xd6\x2f\xae\xa2\x0f\xbe\x55\x60\xb6\x16\x13\xd9\xb7\xc2\x81\x75\x0c\x65\x8d\x81\x83\xd6\x37\x38\x0c\x44\x92\x8e\x15\xab\x23\x72\xf6\xad\x61\x6c\xda\xe9\x73\x11\x89\xda\x2a\xeb\xb3\x88\x44\x8d\x62\xbd\x7a\x08\xfa\x6c\x1e\x40\xc6\x23\x01\x18\xac\x0f\x97\xfe\xeb\x93\x8b\x9e\x1b\xbf\x5d\x62\x78\x8d\x8d\xfa\x74\x5e\x8c\x33\x7d\x59\xf9\xd6\xba\xdc\x81\x85\xa5\x6f\x4b\x04\xce\x16\x7c\x6b\x20\xfe\x77\xfa\x1f\x70\x57\x3b\x6b\x38\xd8\x23\xf7\x74\xa2\xd7\xd9\x99\x23\x7c\x6d\xf5\x5b\x13\xf1\x6a\xd0\x66\x3d\x92\x59\x5c\x7f\x1e\x49\xf8\xf3\xbe\x9d\x70\x4e\x9d\xfa\x53\xc2\x69\xfd\x9a\xd7\x6e\x9f\x88\x48\xb5\xda\xc6\x7d\xa4\x7f\x44\x98\xad\x58\x5e\x67\x00\x2b\x73\xdf\xd6\x25\xeb\xcd\xf5\x41\xd2\xa8\x95\x36\x37\x67\xd8\x7d\xe4\x61\xdc\x1c\xc3\x7a\x18\xc7\x56\x2d\x1f\x70\x36\x7c\x0b\xab\x72\x71\x6d\x79\xdc\xf6\xc6\xba\x3d\x09\x37\xc6\xd8\x9e\x25\x2a\x6e\xce\xf1\x45\x0c\xaf\xf4\xbf\x1e\xb4\xbe\x15\xda\xbf\xde\xbb\x55\xbf\xc3\x25\xd7\xf5\x98\xf7\x1d\x2e\x79\xb2\x56\xfb\x06\xbb\xcf\xda\xee\x1b\x8f\xe4\x22\x48\x1d\x9b\x64\x85\xc0\xaf\x95\x87\xc8\xed\x94\x9d\x17\x6d\xd6\x19\x6e\x68\xea\xfb\xce\x39\xc4\x6a\xd6\x35\x4e\x77\xce\xf6\x5e\x13\x02\xc6\x6f\xd7\x23\xd6\x30\xd9\xf4\x9d\x47\x6c\x16\xc6\x83\x2e\x6d\x1b\x8c\xb3\xa9\xb2\xb0\x5c\xe1\xd8\x3a\x65\x68\x4e\x32\xce\x06\x81\xdc\xfc\x2d\x46\xe8\x41\x9f\xeb\x0c\x8f\x6d\xff\x15\x67\xd6\xf7\x86\x25\x80\x45\xc2\xf8\x5d\x51\xde\x75\x4c\xde\x6d\xdb\xed\x78\x1d\x9c\xc6\xa5\xd9\x1b\x7a\xa0\xea\x40\x16\xdb\xdc\x5c\xd4\x4f\x67\xc6\x22\xad\x83\xdf\xea\x22\x72\x7d\x8f\x02\x97\x40\x1b\x74\x51\xcd\x36\x91\xb0\xe8\xf4\x13\x83\x43\xc7\xb7\xd0\x4b\xb5\x62\x7b\x08\x89\x1b\x12\x7f\x53\xd4\xf6\x3d\x90\xb9\x87\xfd\xdc\x5c\x74\xc6\x16\xe8\x57\x2c\xe7\x4e\x1b\xc6\x90\x1c\x34\x37\x87\x17\x74\x73\x63\x53\xae\xce\x36\x8e\x81\x3e\x13\x6e\xb2\xd3\x66\xa0\x3c\xe5\x22\xee\xe8\x81\xa6\x9b\xb6\x5e\xc7\xdc\xdd\xb4\x81\x04\x96\xac\xdb\x62\xa1\x5b\xda\x7e\xb1\xcd\x8d\xd7\xb7\x63\x6a\x0e\x50\x1e\x7d\x3f\xb8\xd0\x5c\x8e\x1d\x7d\x49\xba\x56\x07\xca\x4d\xfb\x3f\x58\x43\x2e\xdc\x8e\xae\x62\x38\xe6\x93\x43\x54\x2c\xaf\xb9\x7f\xeb\x09\xb7\x0a\x5e\xa4\xef\x48\xa8\x73\xa3\xcd\xc5\x7a\x7e\xf5\x27\x07\xc4\xfa\xd5\x3f\xa2\x69\xc7\x22\xdd\xbc\xa0\xfb\x6d\x3d\xe3\xbc\x7d\xa1\xf9\xed\xba\x88\x63\x73\x2e\x3c\x56\xe8\x81\xfa\x0e\xaa\xe3\xfb\x16\x0f\x14\x2a\x82\xbe\xbf\x5c\xe8\xdd\xfa\x45\xcc\xb0\xd5\xf4\x7d\x5d\xd0\xd8\xbd\x04\xeb\x81\x4a\x09\xd5\xfe\xde\x60\x30\x56\x3d\x26\x65\x15\xf1\x1d\x43\x72\x34\x08\x12\x96\xe4\x8e\xf9\xb8\x63\x49\x0e\x09\x00\xa6\xe4\xd8\xaa\xbf\x3d\xe0\x72\x92\xf2\xc3\xc3\x45\x19\x71\x35\xb3\x52\x66\x0d\x73\x50\x46\xcf\xc4\x38\x0b\x0f\x0e\x1c\x67\x2f\x18\xe1\x36\x7f\x5b\x26\x8f\xb9\x6d\x10\x8d\x37\xcb\x0f\x1c\x12\x63\xab\x8e\x99\x31\x54\x2e\x22\x67\x1e\x83\x70\x87\xc3\xee\x45\x25\xbb\xf3\xaa\x3c\xbc\x8e\xb3\xc2\x29\x3a\x97\xf5\x28\x55\x09\x3f\x56\xe3\x04\x1e\xb2\xf8\x39\x38\x21\x7e\xdb\x1c\x03\x7d\x7e\xf7\x94\x7e\x1a\x67\x66\x5a\xbe\x39\xcf\xcc\xb1\x7b\x36\xe8\xa7\xb3\x86\x3b\xeb\xd0\x79\xf0\xd9\xd3\xb2\xc4\xd8\x36\x20\xb4\xd8\x90\x7b\x63\x1f\xcb\xba\x8f\xd1\x06\xdf\x0d\x39\x4e\xe6\x15\x32\x26\x8c\x19\x5d\xef\x57\xbf\xee\x5a\x6e\xd3\xfa\x1b\xc6\x84\xf1\x2c\xae\x34\x41\x76\xf4\xb2\x38\xd1\x9c\x8e\x6d\x24\xe3\xb7\x0c\xf3\x52\x98\xd7\x58\x6b\xfe\xfd\x76\xa0\x23\xdf\xc7\xaf\x88\x59\x81\x05\x4d\x17\x49\x45\x2a\x97\xac\x2c\xb6\x53\x6b\x4e\x2f\x13\xcb\x08\x14\xb6\x70\x11\x61\x29\x3b\x56\xee\x86\xf8\xd6\xb1\x72\xb7\x8d\x4b\x56\x8e\xc9\xa5\x61\xe0\x5c\x50\x0c\x86\xbd\x2c\xf1\xb3\x86\x6d\x40\x4f\x25\x07\xb9\xa0\x04\x0c\x37\xf0\x82\x9b\xe1\xf2\x95\x4b\x56\x96\xc9\x5d\x12\x03\x26\xc7\x05\x4d\x0f\xda\xc5\x44\x83\x4d\xb8\x0b\x17\x91\xfe\xd7\x4b\xd9\x7c\x69\x0a\xaa\x21\x6c\xa7\x1d\x24\x51\xed\x3b\xfd\x2f\xb1\xb1\x0d\x88\x25\x00\xa2\x9c\xce\x05\xee\x33\x1c\xff\xba\xc4\xad\xf3\x7a\x95\x1b\x45\xaa\xdf\x7a\x0a\x7a\x1a\xc6\xff\xa8\x85\xe2\xb7\x8f\xeb\xc0\x6f\x5f\x36\xcd\x83\xb0\x38\xce\xd6\xe0\x3c\xca\xeb\xa1\xa6\xcf\x75\xa1\xe3\x1b\xcf\xcb\xc1\x84\x48\x94\x97\x8b\x32\x2d\x63\x80\x61\xf3\xeb\x06\xe7\xca\xe5\xae\xeb\x12\x0f\x44\x92\x5e\x37\x0e\x0e\x0f\x42\xdd\xe0\xb4\x20\xcc\x55\x11\x12\x22\x5a\x3f\x3d\x53\xa5\x1c\x18\x66\x2c\x63\x8c\x81\x90\x54\xf4\x4c\xc1\xbc\x6a\xd9\x10\xb7\xf9\x6d\x81\x0b\x81\x08\xd5\xc5\x71\x56\x60\x07\xbd\x72\xb9\x01\xa5\xf4\x5a\x10\x43\xe0\x92\x2b\x97\xd5\xbd\xa8\x75\x8d\x7f\xe7\x61\xa9\xeb\xb5\xae\x18\x30\x7a\x6d\xfb\x6f\x96\xc1\x5e\xb9\xb8\x40\x23\x7a\x6d\xa8\x02\xd2\xf6\x72\x2d\x8c\x01\x0b\x17\x4a\xf6\x5e\x41\x9d\x4d\x2e\x4d\xc5\xc2\x35\x37\xdb\xdc\xe8\xea\x18\xe7\x12\x39\x3b\xc8\x98\x5e\x01\xa1\x0d\xce\x43\x05\x85\x26\xb7\x5d\xb9\xe8\x9e\xff\xda\x79\x60\x5d\xdb\xc5\x95\xb6\xc1\x83\x59\xd7\xe3\xac\xd5\xb2\xd7\xfe\x40\xe4\xe8\x3f\x50\x44\x22\x09\xd4\x50\xef\x65\x19\x06\xa1\xd3\x67\xb0\x77\xce\x37\xd1\x35\xba\x47\x89\x0e\xc9\xfe\x17\x77\x5b\x5b\x58\xcf\xb9\x9d\xb6\x4f\xce\x09\x7d\xa6\x7a\x3e\xdb\xbc\x9c\x79\x7e\xbb\xc4\xd2\x3e\xdc\xbb\xb9\x38\x72\x99\x11\x34\xb5\x2d\x3c\x1b\xf3\x40\xd2\x60\x3d\xd7\x5d\x0e\xb4\xbf\xbd\x62\x9c\xf0\xc1\xac\x07\xc6\x1b\xce\x7f\x3d\x34\x7a\xd1\x7e\x71\xbd\x1d\xb1\xba\x57\x94\xf8\xdd\xbd\x40\x6c\xdc\x3c\x4b\x28\x72\xb1\xe4\x76\x34\xb9\xb9\x35\xd6\x59\xb5\x8f\x6b\xc2\x43\x0a\x84\xaf\x57\x1e\xcf\xc9\x43\x5a\x97\x34\xd8\xc3\x33\xa3\xaa\x07\x06\xaa\x2a\x19\x3a\xe6\x75\x37\xdb\xdc\x7e\x49\xcc\xea\x7a\x65\x63\x73\x42\xeb\x82\x66\x71\x61\xd6\x05\xd5\xbc\xdc\xeb\xba\xa0\x35\x21\x06\xf5\x61\xd2\x0e\xea\x59\x9c\x5c\x7a\xa8\x1f\xe4\x5d\xb8\x9f\xfa\x9c\x58\x28\x98\xd0\x73\x61\x46\xb6\x0d\x17\xee\x2b\xbf\x10\x45\xfa\xe7\x75\x6f\x8e\xe1\x45\x4c\x73\x42\x2f\xf8\x1c\x0f\xc5\x0b\x6b\x0a\xf1\xab\x88\x9f\x8e\xb3\xad\x97\x7b\x28\x1a\xb4\xcd\x43\x91\x94\x45\x7c\x5a\x8f\x32\x97\x05\x6b\xe8\x96\x02\x4e\xb4\x6d\x72\x3f\x9d\x32\x1c\x27\x97\xa9\xad\x17\x3d\x15\x03\xdb\x22\x0c\x0d\xc5\x74\x6f\x3b\xe3\x64\x3c\xcd\x97\x1e\x22\xd7\x76\xe6\xcb\x25\x6b\x3b\x97\x09\xb1\xae\x2d\xd6\x3d\xea\xa0\x4d\x01\x97\xca\x65\x6a\xc5\xd7\x91\xef\x62\x66\xdf\xfd\x6d\x41\x09\xce\xe6\xb7\x5a\xb9\xb8\xb4\xa9\x10\x2d\xd6\xb9\x41\x24\x2a\x2f\x71\x5b\xaf\x78\x1b\x7e\x6b\xb1\xf7\xe9\xab\xdf\xea\xc3\x6f\xf9\x16\xa6\x72\x74\x90\xbd\x41\x0c\xb0\x06\xf6\xb6\x08\x40\x05\x1d\xd5\x01\x77\x66\x43\x3c\x6c\x70\xc9\xc3\x35\x0c\xc5\x4c\xe6\x2e\xa7\xcb\x1e\xb5\x5c\x0f\x8e\x17\xa8\xad\xcb\x57\x25\xd2\x2d\xb1\x3e\x3b\x9e\xc5\xdd\x26\x8a\xf5\xde\x92\xb5\x75\xdd\xb0\x96\xa2\xb3\xe9\x6d\x00\xdb\x85\x48\xb7\x41\xfb\xb0\xfe\xe1\x8c\x31\xe6\x89\xf5\xdc\xf5\x3f\x10\x69\x5d\xcf\x03\xa8\x05\x84\xaa\x1d\x2a\xdc\xf9\x2d\x3a\xda\xe1\x3a\x9c\x40\x67\x21\x18\xed\xe4\x3c\xb8\xce\x27\x3a\x54\x88\x7d\x43\x2f\x2b\x91\x6e\x17\x78\x60\x08\x49\x83\xd3\x1d\xb6\xbf\x3c\x4b\xf4\x8f\x8e\xa7\x43\x2c\x1b\x77\x07\xcb\x51\x6f\x8f\xeb\x40\xfb\x07\x18\x85\x63\x5e\x67\xbe\xa6\xeb\xf9\x70\xae\xec\x73\x9d\xed\x04\x0a\xd4\x1b\x1c\x2a\x40\xa9\xde\xd7\x19\x4e\xa0\x6f\xbd\xc3\x89\xa2\x40\xef\x1d\x4e\xd4\x87\x11\x2c\x5a\x53\x54\x04\x81\xd6\x00\xbd\x74\x90\x60\x2d\x20\x3c\x40\xb6\xa2\xc2\x81\xf5\xaa\xea\xa3\x53\x5e\x0f\xda\x80\xfb\xe9\x40\x2d\x2a\x22\x6d\x47\xdc\x53\x5c\xed\x4b\xc4\xeb\xde\x8b\x2e\x92\xc1\xfe\xd7\x23\x50\xd1\x79\xf7\xbe\x38\xbc\x56\x1c\x43\x57\xef\xbe\xe6\xd2\x83\x35\xe7\xec\xf5\x44\x35\x01\x33\xd2\x51\x2f\x74\x88\x65\x87\x00\x37\xc7\xc0\x19\x90\xd9\xe9\x70\x69\x35\xf9\xed\xe0\xb1\x4a\xdb\x80\x1c\xe8\xbf\xc2\x89\xf5\x8e\x12\x10\xf8\x5f\xef\xd3\xd7\x8e\x49\x40\xcd\x07\x94\xb7\xcf\x8b\xcb\xc4\xc0\xe7\x8d\xc5\x84\x8f\x1c\x49\x7b\x7e\x0b\x37\x56\x61\x3b\xfb\xa1\x95\x8a\x49\xaf\x83\xd6\x80\x0c\xf4\xfe\x1d\x34\x7f\xfb\xa0\xfc\xe5\x5b\x70\x60\xbe\x40\x40\xb5\x7a\x85\x4b\xeb\x28\xeb\x27\x87\xb7\xdf\xe8\x90\x78\x51\x3a\xa2\xd0\x16\x96\xd5\x57\xd1\x7e\x11\xe0\x0e\x5e\xa7\xf7\x47\x5d\x0e\x0b\xfc\x82\x49\x74\xc1\x16\xc7\x13\x18\x33\x3a\xc8\xac\xc4\xbc\xdf\x03\x5d\x02\x06\x86\x1e\x3b\x56\xd4\xcd\xb2\xfa\x95\x35\x77\xa0\x57\xdd\xb9\x87\xe0\x76\x5e\xa9\xa8\x7c\x8b\x97\x2c\x96\x88\xd1\x83\xcb\x1a\x70\x00\x09\xc7\x06\xd0\xaa\x6d\x1c\xea\x08\xf0\x31\x8c\x2d\x12\x0c\x13\x9b\x1f\x6c\xec\xb4\xbc\x5e\xca\x0e\x34\xa6\xc7\x81\x32\x1d\x82\x1d\x07\x1c\x2d\xdc\x64\x9c\x9a\x41\xe9\xf3\x44\x79\x0d\x71\x0d\x5e\x44\xc5\xb1\x00\xd4\xbc\x71\x18\xe3\xc6\x32\x08\xe1\x89\x1b\x60\x24\x97\x3e\x6e\xac\x45\x7e\xf7\xe6\xc2\xf1\x70\xc5\x23\x27\xc1\x38\xd7\x83\x53\x81\xde\xf4\x78\x11\x5d\x11\xe7\xe3\x95\x28\xae\xb1\x25\xd6\x4c\x40\x87\x3d\xd5\xd9\x40\xcc\x72\x93\x13\xb5\x0d\x84\x1f\x42\x92\x9b\xca\xfd\xd5\x7f\xa2\xbf\xc1\x64\xdb\x73\x57\xa7\x62\x3d\x97\x86\xb3\x91\xfb\xe0\xcc\x04\xe5\xbf\xe1\xb7\x7a\x16\xac\xa5\xb6\x29\x60\xbc\x38\x57\x59\xc1\x3f\x35\xcb\x70\xbd\xec\x7b\x8a\x8b\x82\x43\x4a\x5c\x0c\x9c\x4b\x36\x45\x1e\xc6\x2f\xb7\x07\x71\x4a\xb8\x3d\xe0\x2d\x3d\xdb\x03\x67\x4f\xfb\xcf\xf0\x40\xff\x1d\x11\x9b\xb3\x9a\xc1\xe3\xc0\x5a\x65\xc0\x08\xa0\x4b\x4b\x60\x3e\xcd\xfe\x43\x08\x12\xf3\x8d\x07\xa3\x11\xe3\x5f\xdc\x5b\x0d\xc7\x99\x32\x0e\xfc\x36\xd5\x95\xb2\x6e\xc0\x64\x24\xa8\xb9\x44\xb3\xe6\xc3\x9e\x40\x5a\xdc\xa3\x9c\x12\x72\xfa\x39\xd0\xab\xb9\xfe\x47\xa1\x4f\xe6\x0e\x3c\x04\xa0\x7e\xcf\x4b\xae\x8e\x31\x7c\x52\x10\xbf\x85\xeb\xfa\xc6\x70\x01\x41\xda\xac\x7f\x00\xb5\xf2\x2d\x74\xe7\x8a\x8d\xf9\xf8\xf8\x30\x4e\x98\x14\x1f\xed\x7c\x51\xfa\xc3\x44\xe4\xbb\xe8\x86\x0c\x54\x72\x96\x24\x5a\xf9\xc2\xc9\x71\x4f\xf3\xe5\x8e\x73\x3e\xc7\x06\x37\xdf\xe7\xaf\x88\xd9\xd8\x50\x82\x37\x7f\x84\x62\x97\x8b\x3b\xbc\xe8\x1c\xae\xc1\x61\xec\x5f\x3d\x44\x8b\x0d\x1c\x98\xd6\x13\x91\x64\xec\xeb\x12\xec\xbc\x82\xa3\xa0\x53\xf1\xb7\xa5\x41\x9d\x0b\xe5\xe4\x82\xda\xe6\xe0\x50\x58\x0f\x84\x80\x85\x1c\x20\x7f\x27\x07\x67\x54\xfa\x61\xb1\xc7\x22\x18\xf1\x8d\x61\xbd\x2e\xad\xb0\x39\xa3\x72\x99\x60\x59\x07\xdc\xc6\xb0\x7f\xcc\xe3\x1b\x97\x69\xac\xd7\xa5\x76\x5e\xd6\x81\xe8\xd1\xad\x47\xc4\x50\xff\x34\x10\x31\x4a\x5a\xe6\x80\xf0\x5a\x0f\x70\x6f\x1e\xb4\xc1\x0b\x54\x9d\x0b\xd8\x35\x50\x14\x7d\x84\x4a\x67\xbe\xbb\x0e\x6f\x4a\x80\x87\x98\x30\x5e\xbe\x91\xb0\xdf\x88\x63\x83\x17\x4b\xfd\xd0\x48\x20\x03\x1c\xea\x31\x34\xc6\x58\xee\x60\xe0\x98\xe3\x40\xcf\xc4\xab\x36\x26\x5c\x11\x04\x75\x4c\x95\xe0\xec\xc5\x5c\x44\x7a\x56\xeb\xc1\x63\x71\x70\x86\xf8\x24\x38\xc2\xb1\x1e\x9c\x56\x21\xae\xe3\xf0\x55\xa6\xff\xc5\xc1\x74\xf5\x97\xe3\xf4\xd1\x60\xfd\x4f\x30\x1a\xd5\xf2\x83\x2e\x8a\xf2\xc5\xbe\x14\xe6\x05\x98\x64\xe3\x41\x1b\xc0\x79\x30\xcb\xf7\x71\x41\x14\x9d\x3b\x44\x14\xe0\x6b\x1f\x37\x97\xc6\xf9\xde\x60\x10\xe1\x42\xc6\x12\xff\xdb\xb7\x47\xb7\xba\x5b\x7f\x8b\xb8\xed\x78\x10\xf3\x15\x7b\xc7\x83\x78\x05\xa7\x32\x9e\xf3\x37\x30\x6a\x1f\x0f\x30\x01\x2f\xc1\xe2\xfe\x03\x3c\x78\x1f\xe8\xea\xd4\x03\x0d\x38\x21\x80\xa0\x7d\xa0\x58\x97\x1b\x18\x3e\x7a\x10\xc5\xb9\x09\x9d\x58\xbf\x9d\x3b\xaa\x03\x2e\xdc\x44\x54\x07\xec\xda\xe7\x8e\x91\x03\x0e\x66\x2a\x9e\x33\xc7\xb9\xf3\x98\x4c\xcb\x17\xfa\x4e\xda\x14\xf4\xa9\xac\xcf\x2c\xf9\x1b\x50\xb6\xcf\x82\xb1\x81\xf3\x30\xd7\xbd\xc8\x56\xad\xc7\xd2\xca\x5d\x98\x1a\x7b\x9a\xf5\x0f\xd6\xf0\x35\xe6\xc9\x1d\x01\x12\xd5\x67\x05\x74\x0a\x47\x38\xe1\xba\xe4\x8a\x66\xf3\xd1\xa3\x8d\x04\xdb\x39\x36\x1e\x07\x1e\xcc\xd9\x80\xb1\xf0\x08\x4f\x08\xf6\x9c\xd6\x6b\x15\x65\x1d\x16\xf1\x4e\xbc\x80\xfa\x84\x78\x4b\xd8\x66\xf7\x41\xa6\x3d\x06\x24\xa5\xb5\xb9\xee\x54\x2a\x3e\x4f\xee\x91\x5c\xe3\x54\x3c\xe7\x4e\xcd\x50\xfa\xa2\x4d\x24\x67\xcf\x36\xac\x83\x73\x5f\x8f\x7f\xd4\xd8\x7e\x45\xcc\x66\xf0\xa2\x43\xcc\x66\xe0\xa5\xc0\x26\x4f\x40\x9e\x00\xca\xfb\xcc\xfa\x1b\x2a\xb9\x4f\x00\x9c\x78\x55\xf5\x99\x83\x03\x6e\xfd\xcd\x01\x61\xd3\x78\x39\x26\x87\x6e\x0e\x2e\xca\xb0\x0c\xf8\xd3\xcd\x1c\xa2\xb0\x59\x6c\x2e\xe8\xc6\xc5\x9d\x93\x03\x02\x87\x34\x27\x0b\xcf\x61\x9c\x13\xfd\x16\x44\x68\x02\x0f\xa9\x2e\x2a\x97\x55\x11\x63\x62\xe1\x52\xcc\x9c\x27\x7a\x35\xb8\xae\xb9\x2e\x65\x6a\xf5\x9b\xa7\x44\x97\x45\x02\xeb\x05\x84\xa4\x4f\x01\x78\xfe\xf6\x52\xe9\xc9\x98\x2f\x11\xd6\xcc\xeb\x56\x44\xb2\xac\xd8\xc5\x77\xb9\xa0\x2d\xad\x6f\x70\x1b\x7c\xf7\xa6\x1f\x0f\x0e\x9c\xa5\xfa\x98\xb9\x38\xcb\x2a\x91\x98\x28\xd9\x15\xaf\xe6\x13\x20\xb2\x19\xcf\x83\x18\xc5\x0b\x37\x97\x08\x9f\xdb\x57\x86\x4b\x76\xbf\x10\x5b\xc2\xfe\x11\xbd\xa7\x87\x5a\x28\x07\x62\xcb\x7c\x01\xc4\xf2\xc8\x1c\x58\xbb\x0a\x97\xec\x40\xb1\x2e\xc7\x7c\xe0\x21\xa3\xb8\x74\xc8\xfd\x70\xc9\x8e\x9d\x07\x81\xc7\xe4\x40\x84\xd1\x92\x7b\x60\xf9\x9a\x9c\x87\x03\x54\x3b\x6e\x4b\xfd\x40\x69\x8e\xe7\x44\x3f\x54\x9a\x33\xb6\xa3\xaa\x0b\xa1\x1e\x71\x18\x04\x5e\x3f\x1a\x56\x33\x2e\xfa\xd1\x78\x3c\xd3\x32\xc4\x9b\x07\xea\xe0\x12\x0c\xf6\xf7\xe0\xe0\xfb\x60\x1e\xa1\xa8\x4e\x9f\x1a\x5d\xd8\xc7\x63\xa2\xeb\xe2\xa2\x1c\x80\x5d\xc1\xf5\xf5\xe3\x40\x37\xe3\x77\xd1\xd1\x6a\x54\x38\x2e\xb9\x1c\xe6\x7b\xb1\x77\x3c\x56\x87\xba\x1f\x2e\xd3\x71\x5d\x58\xea\x29\x23\x5a\x06\x22\xd2\x81\x77\x6b\xf8\xdb\x07\x55\x06\x8f\xd8\xb9\x09\x14\xef\x94\x27\xfb\x65\x3d\x2e\x32\x3c\x02\xe7\xa6\x94\x42\x19\xfd\x25\x50\xa0\x7e\xa2\x83\xc4\x83\xa2\x9f\x8b\x83\xec\x4a\x17\x27\x16\xea\x61\xff\x70\x84\x78\x06\xf4\x13\x15\x01\x3e\x56\xfd\xec\x70\x81\xec\xef\xd9\x31\xb6\x7d\xed\x21\x72\x9c\xc9\xb3\xa3\x46\x60\xdf\xcf\x8e\xbe\xb3\xd8\x9e\x47\xe0\xfb\xed\x8d\x84\xc0\x78\x3a\x7a\x62\xb8\xff\x33\x14\x33\xe9\x47\x8e\xd3\x31\x03\x63\x09\x7f\xbb\x08\x4f\x57\x77\x7b\x02\x08\xc7\x93\xa3\x9f\xe8\x08\xbb\x73\xc7\x20\xb7\x17\xeb\x75\xd4\xb5\xac\xc1\x8f\x3e\x53\xab\xe8\x5a\xdb\x73\xc0\xbc\xc4\xaf\xc0\xb1\xfd\x5c\x72\x6a\xe0\x45\xdb\x4f\xac\x09\x3d\x2d\x2f\x4a\x3d\x38\x50\x27\x00\x39\x9c\xb5\xfa\x09\x40\x0e\xf4\x6a\x3f\xc7\x8b\x69\x9a\xf6\x28\x1f\x37\x5e\xee\x73\x76\x38\x1e\x7e\x3b\x15\x9d\x98\xe8\x14\x86\x60\x1b\xc0\x8d\x2e\xe4\x22\x54\xa1\x9e\xe3\x04\x79\xad\x2e\xea\xe4\x30\xee\x2e\x1e\xc8\x6b\xd9\xec\x13\x56\x19\x57\x8a\x7e\x1e\x10\x12\x27\xcd\x81\xd5\x8a\x74\x2e\x82\x17\x2a\x13\x4f\x14\x9a\xf8\x92\xf6\x13\x91\x0d\x4c\x4f\x3f\x0f\x5e\x20\x5e\xeb\xf3\x84\x50\xa5\x65\x58\x74\x44\x8f\x53\x51\x8e\x0b\x7d\x9e\xb8\xba\x6d\xb6\x81\xf0\xb8\x69\x20\xa0\xb3\xd9\x86\x8b\xe8\xd8\xce\x97\xcd\x64\x03\x2f\x59\x6e\xda\xaf\x0b\x14\xe1\xc6\x5e\xb2\xfa\xf4\x79\xc9\x01\xb0\x9e\x70\x3c\xea\xe7\x4e\x08\xad\x22\xff\x09\xae\x4e\xe5\xe9\xb9\x2e\x59\xdf\xed\x67\x11\xda\xf6\xad\x1b\x20\xe4\xf0\xa0\xdd\xea\x1a\x2d\xcb\xea\xdb\x06\x2e\x0a\x71\xe6\xc4\xc8\xa1\x4e\xe8\x54\x6c\x77\x1f\x1f\x94\xfe\xce\x17\x7d\x6a\xb5\xfd\x03\xd0\x11\x22\x71\x7e\x10\x03\xe6\xb5\x2e\x77\x57\x99\x7e\x3e\xf6\xcf\x38\xd1\x21\x29\x7a\x9c\xeb\xd2\x77\x39\xf5\xf3\xe3\xa8\xec\x93\xcb\xed\xd8\x1e\x8c\x2e\x9e\x37\xb8\x2b\xc5\xa2\x13\xd8\x8e\xdc\xcc\xf9\x02\xfe\x74\x0c\xef\xdf\x5c\x7d\xfa\x09\x84\x47\x71\xf5\xc2\x3d\x52\x5d\xd1\x85\xd8\xab\x48\x75\xa1\x7f\xc2\xa1\xb0\x5f\x58\x42\xd5\xa5\x5d\x48\x1d\x65\x5a\x8f\xbe\xb0\x5a\x8f\x2e\x30\x2c\x23\x72\x42\x3c\x2e\x74\x57\x78\xab\xf7\x6b\x7b\x7f\x73\x31\xea\x97\xee\x93\xac\xf9\x05\xa1\x52\x64\xbb\xe0\xde\x2a\x84\xff\x42\x62\x21\x02\x41\xbf\x8a\x0f\x32\xed\xd1\x6f\x01\x2a\xee\x17\x18\x3e\x1f\xff\xab\x22\x11\x31\xdf\xab\x62\x49\x87\x59\xb8\xb0\x7e\xe6\x57\xe6\xc1\x19\x96\xb1\xe4\x3a\xaf\xcf\x00\x43\x9f\x1a\x60\x10\x09\x2f\x80\xbe\x78\xea\xf4\x6b\x3d\x26\xd5\x07\xe1\x6a\xba\x36\x59\xe6\x41\x73\xfc\x4d\x1c\x1b\xe3\x6f\x48\x14\x20\x01\x2e\xa4\x1d\x45\xfe\x0b\x22\xaa\xce\xec\x02\xc3\xa7\x31\xe0\x0a\xad\xbd\x8c\x0d\x84\x43\x0f\xcb\xaa\x83\x98\x7b\xe0\x09\xc1\x03\x72\x05\xba\xf6\x6a\xf9\xc5\x63\xe3\x97\x06\x80\x2b\xf7\xdf\xfc\xb9\xfa\x85\xff\xae\x16\xc9\x6b\xea\xcf\x45\xfd\x94\xaa\x32\xe9\x03\xdd\x80\x1b\x82\x5b\x05\x6e\x4e\xfd\x3a\x20\x78\xb6\x3f\xe4\x3c\x98\xdc\x89\xbf\x1b\x54\xfe\x42\x9c\x49\x58\xd9\xeb\x54\xc4\x60\x42\xc0\x0d\x24\x66\x17\x84\x01\xff\xaf\x7e\xe1\x0e\x01\xb2\xbb\x5f\x8b\xa3\x0a\xad\x6c\x17\x4a\xdb\xee\xc2\xdc\x28\xc4\x1d\x0f\xf2\x7a\x85\xa8\x5c\x0f\x04\xc6\x0d\x7c\xc5\xcf\x31\x86\x57\x1d\x0c\x73\x81\x83\x91\x30\x5c\x40\x03\xbc\x64\xf7\x86\x05\x0d\xae\xf1\xe6\xf0\xaa\xac\xbc\x05\x9d\xf2\xdd\x7b\x87\x33\xfb\xca\x0d\x71\xaf\x52\x06\x46\xd1\x2c\x03\x7c\x65\x3c\xf7\x8e\xa9\x19\xce\xe0\x2e\xf6\xcf\xb7\x34\x00\xb0\x6e\x37\x66\x76\xc0\x9f\xfd\x6e\xac\x21\x0a\xdc\x7b\xbd\xc4\xad\x72\x88\xee\x40\x9c\x81\xe8\xde\x70\xd5\x1e\xea\x3b\xd4\x1d\x52\x1e\x12\xbc\x41\xf9\x64\xbe\x94\x27\x10\x0c\x38\x86\x5b\x78\x88\xfd\xe0\x66\x83\x7b\x4c\xbf\xd1\x77\x2a\xae\xde\x27\xd6\x43\x88\xd9\xfd\xed\x85\xe5\x0b\xd1\x8c\x7e\x4e\x5c\x7a\x20\x18\xf7\x25\xee\x8d\x7e\xb4\x2c\xdb\xff\xcd\x9a\x14\xcb\x37\x22\x15\x73\x07\x77\xa5\x0e\xf5\x06\xee\x11\xae\xd5\xa3\xbf\x2f\x73\x41\xb1\x2e\xdc\xe6\x7e\x70\x87\xeb\xd6\x03\xab\x81\xf0\xdf\x8f\xf8\x3c\xe6\xf8\xb0\x86\xae\x1b\x9c\xeb\xe6\xbc\xde\xfd\x37\xff\xc4\x7e\x03\x54\x56\x84\xb9\x5f\xf4\xac\x10\x89\x9b\x73\xe2\x43\x77\xa3\xd7\x09\xfb\x57\xfc\xfc\xfa\x79\x7e\xf3\x6d\xec\x0f\x78\x47\x5c\x51\xfa\xf3\xe9\x0b\x77\xca\x10\xda\xdd\x7a\x39\xe9\x35\x5f\xbd\x19\xc4\x44\x3e\x12\x39\xb8\x25\x3c\x15\x72\xdb\x2d\x63\xb9\x83\xcb\x79\x76\x40\xe6\x9c\xab\x07\xae\x57\xa8\xc2\x83\xf8\x29\x07\x89\x37\x43\x6f\xdc\xdf\x07\xa3\x51\xf7\x5b\x00\x9b\x15\xdf\xf0\x6c\xe8\x15\xe2\xfd\x54\x8c\x31\x3c\x4a\x4f\xc5\xfa\xcc\x1e\x3d\xe8\x11\xd5\xc5\x3e\x88\xa5\xc9\x59\xc5\xb3\x21\xd5\xcf\x3d\x88\xa8\xea\x1a\x1f\xe0\x5a\xea\xd2\x9e\x0e\x11\x0a\xcb\xab\x4f\xef\xe0\x13\x3b\x73\xa1\x7d\xa8\xce\xa2\x7f\x8c\x04\xaa\x0b\x9e\xfc\x9b\x7f\x68\xc7\x53\x21\xb5\x92\x3f\x4a\x80\x61\x39\x21\x8a\xbf\x34\x00\x3c\xb0\x79\x5a\x28\x9e\x44\x09\x8e\x9e\xe3\xc9\x13\x6e\xc6\x7a\x2f\x31\x0b\x80\x2f\x9e\x80\xba\x67\x60\xd2\x1f\xd6\xa3\xf4\x77\xb0\x03\x00\x1e\x87\x42\x17\x05\x2f\xf1\x03\x67\xa6\x72\xfc\x59\x1c\x58\xc5\xc3\xa0\x3f\x53\x0e\x83\x3e\x0f\x09\x92\x65\x09\x0f\x9b\x8c\x9f\x9a\xfa\x30\x3c\x0c\xaa\xd0\x8c\xcf\xab\x80\xc3\xfb\x9c\x5a\x6a\xe8\x1f\x6c\x56\x75\xf3\x4f\x89\x0a\x0b\xc6\x05\x55\x1c\x78\x20\x90\x8a\x3f\x0f\xe2\x46\xe5\x15\x79\xb4\x5e\xf1\x3a\x3e\xe2\xb4\xe0\x8a\xf4\x30\x68\x6e\xf8\x2d\xc4\x80\xdf\x02\x3c\x26\x5a\x48\xc7\x93\xa0\x11\x7d\xa0\x3f\x88\x96\x8a\x12\x0f\x3e\x42\xd1\x6d\xa3\xb9\x9e\x3e\x01\x1b\x6f\xbc\xbe\x0f\xdc\x8f\x7a\x41\x3c\x09\xaa\x44\xf1\x59\x5c\x4b\xd3\x38\xf1\x00\xf7\x50\x2f\x85\xc7\x40\x9f\x5c\x44\x3c\x06\x22\x77\xdb\xb0\xb6\x1e\xb4\x17\xc8\x09\x07\xe4\x95\x53\x81\x53\xc4\x21\xbb\xf9\x2d\xbc\x07\xd2\x57\x50\xcf\x00\x42\x59\x74\xbc\x01\x3a\x4e\x61\xfd\xdd\xeb\x6f\x8e\xc8\x1d\xc7\xeb\x10\xe7\xf7\xee\x72\x90\xb6\xe1\x3c\xa4\xbf\xc5\x35\xa8\xdb\x1e\xb1\x97\x75\xc6\xf1\x3a\xd2\x7e\x0a\x40\x65\x0e\xf5\x4b\x0c\x21\x25\x01\x1c\xa9\x1b\xa8\xfc\x8e\x63\x74\x77\x0d\xdf\xca\x59\x62\x1d\xf0\x36\xa8\x5e\x5c\xbc\x0d\xd2\xf9\xea\x3d\xd0\xe0\x50\x71\x4a\xae\x9e\x55\x7c\x8d\x9b\xca\x7a\x3c\x09\x9a\x84\x0a\x7f\xe1\x86\xc7\x40\xc7\x5f\x38\x93\xc7\x13\x8f\x81\x9c\xac\x33\x5e\x02\x21\x16\x13\xdf\xde\x54\xa1\x8f\xdf\x6e\x9f\xce\x0b\x7d\x4f\x71\x9d\x11\xbb\xd4\x75\xe9\xc3\xdb\xd3\xb2\x38\x3f\xcb\x1a\x75\xec\x07\x2b\x3f\x67\x18\x0f\x83\xdc\x1c\x0f\xa2\xd9\x06\xe1\x7c\x53\x42\xc2\x78\x12\x6f\x06\xd4\x08\xf8\xdb\x66\x77\x9c\x78\x18\xec\x10\x27\x7d\x6c\xc5\x41\xea\x63\x4b\xa4\x97\xfe\x2a\xb2\x71\x8f\xf0\x99\xed\xc1\xbd\xc0\xab\x20\x7d\xc4\xf4\x2a\xc0\xef\xb8\xbf\x43\x2b\x39\x63\xc0\xb2\x5c\x9d\x8b\xc0\x66\xf7\x08\x31\xbf\xc0\x38\xe0\xeb\xda\xaa\xfb\x0b\x3c\x44\xc3\x1e\x7e\xaf\xdd\x07\x1f\x3f\xd6\xd0\x42\x8a\xef\x6a\x53\xf4\x7e\x17\xa3\xd4\xb5\x62\xe3\x8b\x9a\x72\xe4\xfa\xa2\x6e\xf9\x4b\x03\xc0\xcb\x4b\x1c\x1e\x8a\x43\xd6\x94\x0e\xe0\x9c\xb4\xb8\xe1\x54\xda\x0a\x22\x83\x8e\xa4\xea\xcc\x5e\x82\x6e\x4d\x17\x1e\x6b\xc8\x77\x48\xb1\x4e\x0a\xbc\x7c\x2f\xad\x12\x0c\x5c\xb7\x22\x5e\xe5\x17\x4c\x09\xde\x03\x1d\x6f\x83\xf8\x36\x8a\xcb\x5d\x3d\xd4\xeb\x95\xcd\xea\x6f\xc1\x69\xed\x2e\x06\x5c\xd4\x40\x04\x7b\x41\x43\xe3\xc4\x1c\x1b\x17\x11\x10\x63\x88\xee\xe7\x62\x85\xe8\x7e\x50\xd8\x01\x8a\xbf\xb5\x45\x50\x63\x23\x92\x49\x09\xca\x45\x78\x88\x65\x5c\xa7\x16\x37\x16\x1b\x51\x0c\xc0\x36\x05\x68\xfd\x0e\x20\x33\x40\xeb\xc7\x6f\xbf\xd5\xf0\x30\x29\x83\x01\x2a\x8c\x01\xd4\x73\x4b\x7e\x4b\x74\x11\xdc\x78\x42\x84\x7e\x6e\x8c\xa7\xb1\x86\x1b\x7d\x76\x2c\x86\x93\xfa\xae\x3b\x19\xfd\x74\x8d\x01\xf4\x8f\x5b\x0e\xfe\x83\xb1\xe9\xaf\xb7\x88\x41\x6c\x5c\xb2\x59\xa9\x0f\x80\xa6\x93\xf1\x2f\x36\x7e\xc0\x25\x04\xc8\xfd\xe4\x85\x8e\x2d\xd4\x55\xf8\x5b\x44\x98\x64\x2e\x01\xe8\x34\x58\x4f\x9c\xe6\x77\xe7\x18\x40\x0c\x26\xe3\x0f\x09\x1e\xe5\x75\xf9\x06\xb8\xab\x10\xd1\x3f\x07\x63\x1e\x8a\x93\xd6\x6b\xa2\xb7\x1e\x70\x6c\x65\xbe\x13\x63\x49\xa5\x1f\xd4\x11\x88\x69\xb1\x4d\x2c\xad\xdd\xb2\x8f\x00\xe3\x04\x23\x85\x2b\x57\x6c\x5a\xe8\x0a\xf3\x3a\x2a\x0f\x2f\x7d\x02\xdf\x28\xfe\xf6\xc0\x3f\x74\x67\xdd\x50\x23\x80\xc1\x0a\xbc\x04\x3a\x5c\x51\xe0\x25\xd0\x8a\xf3\x3d\xb5\x4a\xd3\x3f\x2e\x3a\x70\x8d\x41\x4c\xba\x8a\x08\x1f\xc4\x9c\x6b\x44\x70\x08\x83\xce\xed\xae\x39\x6a\x81\xdc\x19\x27\x86\x90\x6f\x6c\x18\x3f\x86\x6b\x7e\xa3\xff\xeb\x96\x51\x77\x6c\xb4\xbf\x81\x51\x78\xde\xf4\xa4\x71\x9d\xf5\xa4\x99\xcc\x0b\xcb\x60\x75\x6d\xe1\x32\x11\x5d\x63\x83\xb3\xac\xcd\x7a\x54\x3a\x9b\xf5\x9c\x93\xa0\x7f\x44\xef\xf6\xb5\xe7\x4e\xb1\xe6\x78\x0c\x74\x08\x6d\x7c\x5e\x02\x8c\x67\x47\x1a\xe1\x01\x89\x1d\x98\x52\xdf\x93\x32\xe3\x9c\xb4\xc7\x10\x92\x5f\x59\x2f\x01\xda\x10\x33\x08\x1d\x67\xe0\x55\x50\xfb\x4e\xb9\xc0\x49\x2f\x4e\x2b\xf6\x2a\xd0\x7a\x52\xc6\x7d\x6b\x5a\xd6\x85\xaf\x53\x26\x72\x07\xeb\xb6\x57\x2c\xc8\xbf\xd4\x99\x85\xe1\xf1\x8a\x1d\xe0\x44\x8b\xbb\x48\xe0\x66\xd0\x70\x3c\x0d\xdc\x09\x02\xb1\x22\xf0\x18\x08\x44\xbf\x20\x46\x5e\x85\xdb\x08\x83\xe4\xb5\x6a\x19\x6a\xce\x05\x32\x4c\x1e\xf8\x92\xd8\x61\x47\x89\xf1\x17\x3b\x4a\x46\x0c\x00\xb1\x77\xcd\xec\x2c\x70\x28\x9e\xd0\x0f\x0a\x47\xc4\xd8\xc0\x2f\xbc\x36\x7f\x6b\x90\x3d\x08\x12\xde\x03\x15\x77\xa9\xc0\x4b\x20\x3c\x38\x78\x03\x34\x94\xbc\xb1\x03\x56\x2c\x8e\x39\xd9\x34\x37\x2a\xe5\xd8\xe8\x27\x3d\x98\xf4\x83\x3f\x1d\xfa\xa4\xc5\xc3\x71\x39\xe8\x67\x00\x1f\xd8\xac\x47\x79\x3a\x99\xe3\xd0\x92\x48\x9f\x88\xe7\xcd\xf5\x9c\x28\xd6\xed\x93\x8b\x5b\x3c\x14\x13\xdc\x98\xdf\x9d\x2a\x88\x99\xfb\xd4\x82\x43\x3f\x87\x16\x22\xe6\xcb\xa5\x04\xea\x12\xfb\x81\x3b\x4a\x61\x0c\xc0\x5e\x10\x15\x63\xd7\x07\xf6\x2b\xf3\x28\x79\x88\x4e\x38\x09\x08\x8f\x9e\x04\x73\xb7\x7c\x00\x37\xa0\xff\x53\xb8\x01\x63\x06\xb4\x4c\x70\xc1\xd8\xd1\xcf\xc1\x95\xc6\x2e\xb7\xea\x1a\x62\x20\xa9\x10\xcb\x5d\x1f\xf7\xb0\x8d\x22\x1e\xfd\x3c\x46\x7f\xa0\x0c\xa6\x0a\x43\x4e\xe0\x19\xd0\xbe\xb3\x84\x28\x87\xe3\x72\xe8\x25\x90\xae\x15\xd6\xc6\x6d\x58\x5e\xf3\xfa\xce\xd2\xeb\x65\x5a\xfd\xe8\x25\x80\xa5\x2c\xf0\x06\x68\x44\x31\x0a\xbc\x01\x0c\x59\x13\x78\x03\x34\x62\xed\x05\xe1\xe4\x3a\x40\xd3\x28\x86\x0f\x4b\xfb\x81\x3b\xe7\x5c\x95\xdd\x18\x5a\x96\x21\x24\x10\xad\xb2\xe3\x63\xc8\xbe\x14\xc1\xc6\xcd\xb2\xba\xab\x41\xf9\x05\xd6\xc1\x6f\x01\x18\x77\xbf\x5b\x8c\xf4\xd9\x29\xa3\x0b\x64\x0d\xf1\x18\x88\xe8\x8c\x87\xe8\x06\xc0\x8b\x82\x18\x73\x0d\x3d\x62\xe0\x49\x60\xc8\x9d\x28\xd5\xf3\x4c\x9f\xe8\xc0\xd0\x7b\x45\xc1\x48\xd0\x21\x24\xa5\x81\x93\x83\x88\xe2\x31\xd0\xb1\xd4\x07\x71\xe6\x72\x40\x3c\x0a\x56\x4b\xa2\xdc\x05\xde\x03\x86\xf1\x09\x3d\x06\xd0\x97\x47\x11\x54\x3c\xf8\x16\x11\x6d\x24\x60\x45\xa3\x20\x04\xa9\x24\x62\x3b\x8f\x46\xc1\x79\x7d\xf7\x5b\x69\xff\xcc\x11\x25\x3e\xc6\x98\xc0\x03\xa0\x83\xf9\x8b\xa2\x57\x8d\xdf\x1d\xde\x0b\xfa\x27\x8a\x4a\x38\x2f\x38\x45\x19\x07\x80\xfd\x7d\xfe\x32\x36\x62\x80\xfa\xef\xd5\x8e\x55\xdc\x73\x89\xcb\x54\x67\xc0\x84\x26\x4a\x52\x27\xb7\x5e\xca\x44\x39\x1b\x20\xfa\xb3\x3b\xd1\x93\x85\x74\x72\xa7\xa2\x25\x03\xc1\xaa\x88\xa5\x23\x08\xef\xd9\x09\x9f\x12\x85\x57\xad\x78\x18\x11\xf1\x76\x17\x92\x57\x6d\x70\xe9\xcb\x85\x65\x0d\xc2\x20\xea\xbf\xb9\x21\x70\x7b\xf3\x2b\xeb\x86\xc1\x18\x2e\x14\x9d\x5c\xfa\x82\x18\x88\x23\x72\xe0\x19\x50\x3b\x2f\x71\xb9\x11\xd3\xaa\x65\x9c\xa7\xab\x6d\x74\x34\xe7\xbb\x70\x8a\xbb\x8b\x8a\xc7\xc0\xdc\x6d\x83\xa1\x82\x0b\xaa\xc7\x80\xc4\x80\x98\xa3\x0d\xdd\x43\x14\x15\xd9\x5c\xca\xf2\xa0\x4f\x72\x93\x51\x6a\x13\xf2\x28\x8a\x4a\x6d\x2e\x71\xc1\x05\x48\xc2\x8c\xc7\x40\x9d\xae\x03\x8e\xe6\xe9\x45\x79\x51\xb6\xa6\x65\xe7\xb8\xfa\xaf\xfa\xe2\x31\xce\x2a\xa8\x72\x89\x1e\x51\x37\x8d\x37\x94\x8d\xd1\xc5\x03\x55\x0b\xc4\x9e\x8b\x02\x5a\x3f\x26\x84\xaa\x56\x8d\x2e\xf4\x89\x8f\x27\x46\x91\xa8\x55\x34\x7d\x50\xd6\xd4\x4f\x3d\xe8\x7b\x00\xbd\x51\x79\xb8\xc0\xde\x45\x05\x60\x09\x7c\x20\x2a\xa1\xa2\x08\xeb\x14\x15\x73\x7d\xb7\x7d\xa0\xff\xe0\xcc\x88\x94\xf7\x21\xad\x01\x41\xe5\x9c\x54\xf4\x28\x13\x82\x07\x0a\x3e\xf7\xaf\x1e\xc8\x03\x8f\x40\x4d\xf0\x8b\x9c\x1f\x10\xf1\x1d\x30\x6d\x54\xac\xe7\x1d\x02\x50\x35\x68\x7d\xf5\x93\x75\x60\x6c\x43\x0b\x3e\xfd\x23\x22\xb9\xe6\x75\xa2\xdb\xe3\x6c\x83\xa0\xaf\x88\xf0\x51\x71\xc2\xfe\xea\x3f\xb1\x88\xdf\x2e\xb1\x28\xb1\xa8\x46\x25\x30\x03\xa2\x68\x80\xa6\x8f\x74\x4d\x0e\xf6\x71\xda\x1e\x43\x05\x04\xb5\x22\x3a\x81\xe7\x8b\x7a\x18\x38\x97\xf2\x85\x87\xcd\x60\x3c\x58\x57\x89\x20\x1b\x04\x51\xa9\x88\xbd\x41\x34\x94\x26\xc1\x36\x1c\x4a\xba\x0e\x78\xba\x78\x86\x2b\x38\xc2\xe1\x7c\x6f\x55\x46\xac\xc9\xc7\xed\xf1\x2d\x00\xbd\xe1\x18\x04\xf4\x5a\xff\x6a\xd5\xa5\xcf\x57\x57\x3a\xfa\x7c\xc1\x5c\x96\x55\x6e\x3e\x08\x9c\x3d\x81\xe5\x83\xf1\x37\x62\xbf\xe1\xac\x1f\x4d\xe8\x4a\xb3\xcc\x83\xc3\xbc\x1a\x70\x15\x22\xe6\x46\x2b\x04\x5a\xb0\xbe\x70\x8f\x78\xb8\x5a\x81\xd9\x61\x9d\x5b\x25\x3a\xcf\xf6\x4b\xce\x0c\xb4\x78\x02\x46\x8d\x86\xd9\x36\x78\xc5\x5b\x6c\x70\x24\xd4\xe3\x2f\x19\x5f\x99\x4b\xd0\xf9\x20\xa6\x54\xc5\xa5\x06\x78\x0f\xdc\xd8\x12\x70\xf0\xd9\x64\xd2\x12\x4b\x5e\xa9\x36\x81\x03\xf8\xdb\xa9\x9b\xd3\x4e\x19\xab\x10\x87\x54\x94\x37\xfa\x92\x68\xf8\x2d\xca\xf1\x34\xb9\x10\x28\x78\x3b\xe4\xea\x2c\x3f\x1c\x10\xda\x13\xab\x49\x31\xa4\x9d\x04\x89\xe3\x12\xb4\x13\x25\xb8\x63\x23\xfa\xc6\xc6\xcb\xd4\x8c\x93\x04\xa7\xd2\x10\x8d\x81\x24\x44\xbb\xc0\xc7\x70\xd8\xdb\x05\xf7\x09\x01\x6e\x86\x39\xb2\x4f\xc2\x1c\xa1\x77\x89\x86\xb2\x1b\xb8\x44\x34\x08\x24\x71\xa4\xa2\xdd\xfa\x9a\xd1\xe7\x8d\xfe\xc6\xef\x3e\x1a\x45\xd8\x64\xad\x84\xd3\x32\x2e\x4f\x1b\xbf\xc5\xec\x8f\x78\x1e\x0d\x65\xb7\x2f\x7a\x13\x47\x65\x1b\x51\xe4\x7e\x17\xe5\xf5\xe0\x25\x13\x51\x2e\x87\xd1\x00\x09\x83\x61\x0a\xe2\xa0\x36\x09\xb3\x48\x73\x00\xb1\x61\xbc\x51\xf0\x43\xf1\x05\x11\x65\xfd\x09\x1d\xda\x80\xba\x44\x57\x94\x86\xc0\x10\x26\x34\x07\xeb\x4f\x9c\xd0\x46\x48\xa8\x10\x75\x3e\xfd\x16\xe0\xe1\xce\x65\x22\x28\x68\x05\xbe\x11\x44\x05\x8d\xca\x21\xed\x75\xc2\x55\xd3\x8f\x56\xb9\x19\x94\x1f\x38\x0f\xdb\x1b\x58\x9b\x36\x58\xdf\xb0\x1a\x47\x87\xdb\x00\x54\x1c\x1d\x2b\x1b\x48\xf6\xe8\x60\xa4\x46\x5a\xcf\x25\x63\x8f\x3a\xb8\x28\x1c\xaf\x03\xf4\x7a\xe0\x9f\x1b\x1d\x3d\x19\x96\xc7\x00\xc9\x9e\xc4\xbd\x8b\x6e\xdc\x3b\x08\x7c\x37\xee\x1d\x22\x58\x0f\x38\x4b\x44\xc2\x1e\x72\xc3\xfc\x16\x58\x13\x16\xf3\xe8\x10\x63\x45\xa4\x9e\xe8\x17\x21\x78\x1d\xdc\x21\xee\x7c\xd1\xd3\x78\x7e\xb6\x97\xe8\x5a\x0f\x18\xd5\x7a\x42\xf1\x48\xd8\xfa\x50\x39\x4e\x3f\x03\x90\x39\x5c\x9d\xa8\x79\xc5\xe7\x3e\xd4\xc3\x31\x4e\x3d\x27\x10\x57\xfb\x44\x11\xef\xdc\xd5\x69\xb9\xb6\xc0\x9d\x7c\x64\xba\x51\x33\xdc\x8b\x69\xec\x57\xfb\xc1\xb0\xc4\xf9\x27\xb8\x6a\x97\xd1\xe8\xc7\xdf\x82\x2d\x46\x07\x2a\xb5\x3b\xdf\xc3\x79\xf1\x5b\x3c\x33\xa4\x09\x00\xe6\x73\x83\xa0\xf6\x03\x47\x79\xcf\xd5\x09\xb4\x07\x4e\x97\x08\xaa\x8d\xe0\x04\x41\x08\x55\x03\x38\x06\x21\x54\xfb\xdc\x7e\xc9\x99\x75\xad\x51\x1b\x93\xbe\x98\xb4\x87\xf1\xd2\x97\x90\x0f\x5e\xe2\x63\x18\xe0\x85\xfe\x83\xcb\x4a\x24\xd4\x18\x88\x3c\x9d\x0b\xad\xfc\xdd\x31\xfb\x13\x24\x31\xfa\xb3\xfd\x16\x49\x32\x40\xe8\xb7\xcd\x43\x67\x48\x1c\x0f\x14\x22\x49\xf1\x10\x81\xaf\x9a\xdd\x36\xf8\x78\x4e\xfb\x41\x4c\x68\xb6\x07\x39\x0e\x47\xd5\x5f\x01\x99\x7c\xd7\x17\x85\x57\xa1\xe3\xf3\xb8\xbb\xd8\xaf\xb1\x9d\xe8\xf3\x55\xef\xb2\x36\x10\x0f\x80\x8a\x73\x7c\x84\x16\x4c\x16\x1b\x6f\x80\xe6\x18\x02\xe5\xf8\xe0\xb5\x88\x8d\xa8\x19\x5c\x5c\x82\xb9\x36\x02\xf6\x07\xd1\x5c\x93\xa8\xea\x11\x88\x2a\x12\xe9\x80\x2b\x02\x63\x14\x61\xd8\x74\x36\x07\x0f\x83\xde\x10\x0d\x62\xef\xe8\xb4\x26\x65\xfc\xfe\x10\x25\x08\xfa\xda\xc1\x9c\x45\xe0\x23\x49\x58\x9e\x88\x62\x64\x01\xeb\x13\x38\x06\xe3\x14\x05\x0f\x61\x0e\x2c\x5c\xdd\x31\xe3\xb5\x40\xbc\xb1\x08\x74\x15\x60\xa4\x22\xaa\xf1\xa5\xf8\x2d\xa2\xcd\xb0\x7f\x44\x9b\x7d\xb3\xfe\x60\x3c\x8c\xd3\xa8\x1c\x70\xbd\x61\x8c\x7e\x88\x2b\x91\x67\x7b\xfa\x5b\xf0\x61\xea\xcc\xc2\x98\x5e\xc3\xf6\xe8\x32\x1d\x0f\x31\xba\xd4\xeb\x44\x07\xb1\x5e\x2d\x83\xb7\x83\xbb\x8d\x8e\x53\xbb\xeb\xd0\x5d\x07\xc6\x1c\x42\x42\xa8\x47\xff\xe7\x63\x15\x20\xeb\x09\xef\x13\x44\xb7\xcd\xb1\xdb\x5e\xc8\x0c\x7d\xfa\x20\xbb\xd7\x06\x2d\x70\x0d\x11\x9d\x7c\x00\x89\x76\x5b\xe5\x44\x23\x8d\x04\xcb\xd8\x88\x0c\x82\x91\x20\x82\x68\x20\xe9\x1a\xea\x3b\xe9\x18\x08\x54\x80\xe1\x24\x82\x47\x1e\xb7\xa5\x08\xc4\xa8\xc9\x19\x0e\xac\xcc\xde\xa9\x20\xa4\xcf\xf4\xbc\x0d\x54\x0d\x8e\x07\x95\xc5\x06\xe1\x0c\xe3\x81\x41\x90\x02\x51\x0b\x90\x73\x04\x61\x7c\x7c\xc4\x82\xe0\x92\x03\xe2\x17\xd3\x47\xc9\xdf\xea\x42\xc6\x78\xb0\x5c\x4b\x30\x02\x0e\x72\xe7\xbe\x87\xc4\x86\xfb\x1b\x86\xfa\x41\xfd\x12\x44\x1e\xe9\xae\x3f\x30\x25\x39\x4b\x3c\x4e\xb2\x7f\x6d\x08\x87\xc5\xfd\x0d\x7c\x36\xbf\xb5\x3d\x1f\xee\x1a\xfd\x1b\xa8\x0f\xe2\x14\xc0\x8b\x00\xe1\x47\x20\x7d\x15\xd7\x10\x3c\x1f\xf8\xc8\x08\xad\xde\xde\x23\xc2\x6d\x81\x25\x8d\x20\xaa\xde\xde\xcb\xaf\x88\x59\xdc\x7a\xb6\xf3\xf1\x07\xd1\x0c\x82\x11\xc4\x69\xfe\x0e\xf2\xbb\xfd\x16\xc2\x36\xe2\xe5\xd5\x41\xc7\x10\xf8\x4b\x6e\x28\x13\x63\x11\x92\xaa\x28\x14\xc6\xe2\xf2\x42\x00\xe6\x54\x71\x89\x1b\x4c\x28\x52\xe1\x06\x13\x2a\x3a\x03\xd7\x85\xdf\x7e\xab\xfe\xc9\x7a\x3c\xed\xd9\xd8\xdc\xe0\x14\x59\x3c\xdd\x66\x00\xe5\x06\xae\x32\x86\xd4\x8d\xd4\x3b\xa1\x58\x6f\x9c\x2a\xcb\x84\x2d\x82\x30\x24\x84\xa4\x32\xb6\xdc\x35\x72\xf0\x5b\x23\x29\x40\x0c\x72\xd7\x6d\xc3\xf6\x72\x63\x6b\xfc\x59\x00\xd6\x72\xa8\x13\x42\x82\x05\x30\x70\xa7\x31\x94\x6f\x64\x11\xb4\x99\x94\xb1\x0a\x71\x90\x93\x48\xe7\xdb\x57\x36\xcc\x0b\xfd\x17\x90\xf8\x10\x9b\x84\xc0\xc8\x49\xa4\x04\xc6\xf6\x82\x4e\xed\x1f\x2b\x9e\x6c\x39\x61\xa4\x53\x71\x2c\x9b\x80\x5b\xcb\x06\x40\xe4\xb7\x5a\xee\x78\x7c\xb2\x19\xa9\x95\xb1\x75\x71\x75\xb4\xef\xba\x39\x4d\xca\x70\x00\x8e\x0d\x0e\x06\x48\x42\xa4\x91\x50\xba\xf5\x58\xb7\xfd\x16\xc4\x46\x8e\x21\xb1\xca\x79\xa8\x13\x6c\xd0\x37\x36\x5d\x74\x76\xcb\x3b\xfa\x3f\xda\xe8\xe3\xe9\xfe\xa6\xaa\x09\xe6\x88\x68\x29\x21\x4f\xc5\x49\x2e\x71\xc2\xb5\xc8\x49\x24\x51\x18\xd4\xdd\xa6\x56\x75\xce\x55\xea\x2d\xc1\x05\xc5\xbd\xa7\x49\x54\x72\x28\x02\xf3\x2d\xb8\x16\x55\x16\xb8\xfd\xb4\xca\xa3\x94\xd3\xc0\x06\xd6\x63\x3c\x70\xee\x48\x11\xe9\xd9\x98\xa8\x11\x20\xde\x49\xdc\x2f\xdc\xcf\x22\x0f\x82\x31\x40\x38\xf3\xd4\x0f\x97\x3e\x09\x43\x34\x1d\xf3\xa9\xca\xc2\x36\x46\x1e\x66\x3c\x5c\xfa\x0d\x2e\x39\x11\x21\x25\x7e\x29\x76\x90\xbb\x99\xb7\x7a\x38\xda\x18\xcc\x94\x07\x39\x01\x6c\x4b\x50\xf3\x56\x2c\x65\xcc\x58\xd2\xab\xeb\xc0\x1d\x97\x7b\x4e\xfc\xa9\x27\xfa\xd4\x44\x25\x02\x38\x3c\x52\x5f\x69\xf7\x77\xdd\xf7\xb6\x7b\x86\x5f\xcf\x24\xdf\x22\x54\x97\xba\xc6\xcf\x3d\xc9\xb3\x04\xfe\x4f\xc6\x21\x11\x4b\x35\xa8\xe4\x2b\x84\xc4\xf6\xc4\x27\x83\xc8\x8d\x5d\x63\x58\xa7\x4c\x90\x06\x88\xd9\x00\xd6\xa4\xae\x6e\x70\x1f\x89\xed\x17\xc3\x20\x07\xf9\xab\xf0\xd8\x31\x70\xb1\x98\xd3\x1f\x09\x25\xa0\x33\x44\x86\x02\x51\x19\x55\xf8\x46\xa3\x3c\x61\x2f\xf9\x78\x85\xcd\x66\xd3\x46\x55\x81\xc8\x6f\x9b\x87\xd7\x32\x9c\x13\x84\x6a\x34\x15\xa9\xf4\x49\x94\x4e\xe2\x69\xc5\x20\x0c\x91\xaf\xe9\x20\xac\x10\x71\x9b\x62\x88\xaf\x82\x60\xe8\x86\x54\x39\x8c\x83\x0b\xe7\x45\xc7\x25\xa9\x11\xfa\x26\x46\x70\xb8\xd0\x19\x8c\xd4\x1d\x8b\x31\x13\x65\xa0\x59\x3f\x76\x42\xe2\xf0\x5b\xcc\xd4\xc0\x19\x62\x00\x00\x26\x75\x4f\xe0\x32\x14\x60\x7a\x62\xa0\xb8\x07\x72\x12\x63\x1d\xf0\x1a\x6c\xe6\x98\x12\x39\xc6\x03\x2b\x0e\x22\x3e\xc6\x41\x20\x39\xb8\x90\xc1\x2b\xa8\xc8\x39\x80\x96\xe0\x9b\x19\xba\x18\xc9\x21\x0d\xa2\x12\x14\xbf\x7b\x08\x5b\xa0\xcd\xc9\x6b\xea\xd8\x4e\x31\x6d\xac\x03\x58\xbd\xee\x5a\x01\x45\xd9\xbe\x32\xd6\x37\x0f\x85\xe0\x5b\xe7\x7b\x19\xfe\x88\xb1\x7d\xd1\x46\x6c\x83\xaf\xa2\x07\x87\xc8\x23\xe9\xbc\x6e\x62\xc5\x4d\xcb\x1d\x83\x0a\x73\x47\x8f\xa8\x65\x4d\xd7\xa3\x6f\x8f\xd0\xcd\xec\xae\x15\x90\x13\x30\x7f\x31\xe0\xc8\x8b\x07\xf6\x01\xa4\xea\x41\x7e\xb4\x0c\x5a\x8f\x7b\x18\xdc\xcc\x78\xd5\xdd\xd2\xcf\xab\x7e\x8b\xb1\x01\x33\x01\xa3\x16\x93\xd8\x5d\xc4\xc3\x8b\xb9\xc1\xd9\x6f\x96\xd5\x4d\x76\xca\xaa\x1d\xd6\x1c\xe7\xee\xfa\xd3\x46\x2e\x16\xc2\x36\x71\x99\x1b\xb6\xa9\x44\x85\xe0\x91\x9c\xe0\xae\xaa\x7d\x36\x75\x4e\x6b\x3c\x53\x02\xcf\x1d\xd1\x75\x07\x8b\x7c\xe8\xba\x43\x44\xd6\xc0\x75\xa7\x12\x52\x29\x66\xc7\x5b\x85\xf5\xd1\x8d\x87\xe8\xca\x31\x79\x04\x02\x6e\x0f\x97\x9e\x06\xb6\x2f\x66\xe8\xb8\x4f\x3f\x21\x87\xc7\x78\x30\x68\xe1\x86\x14\x7a\xe7\xa8\x72\xc1\x3b\x27\x48\xb5\x14\x13\xcb\x32\xe1\xb3\x62\xa6\xf1\xd8\x18\x3f\x0f\x02\xb8\xcc\xc0\x53\x27\x25\x2a\x33\x09\x86\xe8\x38\x81\x4d\xf9\x50\xcc\x29\x27\xcd\xb7\x26\xba\x2b\xee\x8e\xde\x36\x12\xe0\xa9\x08\xc9\xc3\x3e\x0f\x39\x48\xda\x9f\xa8\x6b\x78\x7c\xf4\xb6\x51\x8a\x9b\x78\x5a\x10\xae\x3b\xa6\xd1\x70\xec\x87\xc0\xa9\x93\x33\x30\x2f\xbd\x76\xf8\xed\x85\x11\x0e\x3a\x33\x3f\x9d\x37\xf3\xe5\xcc\x8c\xfd\x97\x3a\x33\x5c\x65\x6a\x77\xa2\xaf\xd1\x2e\x18\xe0\xeb\x65\xb5\x8c\xa5\x06\x45\xe1\x01\x50\x90\x90\x26\x71\x60\x2d\x52\x29\x89\x4b\x4c\x23\xf2\x45\x1c\xbb\xa1\xaf\xad\x07\x5b\x66\x7b\xc0\x81\x2a\x64\x0f\x7c\x39\xbd\xc4\xb8\xc7\x84\xca\xc4\xa3\x98\x57\xa0\x51\xd6\x85\x83\xfa\x0a\xfa\x9b\x43\x7d\x54\xfc\x0d\x39\x5c\x47\x25\xb9\x03\x44\xf1\x00\x19\xad\x39\xfa\x80\xb8\x6a\x24\x38\x5a\xe3\x55\xb3\x0c\xce\x8c\x43\x7d\x34\x14\xbb\x10\x89\x83\x10\x31\x44\x1f\x88\x63\x1d\xde\xee\xab\x7c\xe0\xa7\x49\x98\x9d\x38\x38\xa4\xd5\xfe\x71\xf3\x50\x07\x70\x84\x84\x96\xf6\x88\x30\x8a\xea\x07\x56\x1b\x42\xa3\xc4\x31\xe0\x5c\x5d\x1f\xb8\x07\x2f\xdf\x41\x74\x50\x37\xf6\x18\x70\x3c\x10\x8f\x03\xf1\x01\x00\x73\x1c\xf8\x60\x4e\xb8\x99\x03\xef\x07\x39\xad\xe3\x10\x24\xc9\x98\x21\x72\xc4\x82\x8f\xe3\x34\xfa\x06\xe3\xbc\xc4\x00\x51\x7f\x61\x60\x70\xad\x0c\x4f\x0e\xb1\x3c\x08\x20\xa8\xfe\xec\xb8\xbd\x40\xb4\xc7\xd4\xef\xc5\x3a\x78\x65\x25\x96\x27\x18\x35\xad\x99\x27\xf1\xc3\x26\x8f\x18\x2e\x3a\x81\xa3\x79\x9c\x40\x63\x2a\x7b\x84\xbb\x4e\x23\x74\x7a\x9c\x04\x37\x57\xd7\x72\x1a\xc8\x92\xef\x9e\xc5\xe8\x27\xfc\x16\x27\x7e\x22\x29\xc4\x49\xe0\x3f\x02\xfc\xc5\x49\x42\x13\x1f\xd2\x13\x73\x3d\x98\xc2\x38\x1b\x52\x04\xe7\xf3\x24\xee\x57\xda\x3f\xc0\x63\x30\x70\x71\x1a\x7b\x8f\xcb\x84\x3b\x50\x9d\x3c\xb6\xb8\xeb\x74\xd7\xf6\xc4\x41\x5c\x45\xf6\x89\xbf\xad\x3a\x39\xdc\x78\x82\xb4\x59\x81\x1b\x4f\xfa\x38\x9c\xc1\x43\x81\x51\xe4\x44\x97\x86\x07\x43\x9c\x44\x1b\x21\x58\x61\x9c\x69\xa8\x28\xc6\x09\x56\xcc\x8b\x8b\x1b\x4f\x95\x03\x3b\x89\x36\x42\x2c\xb4\x38\x13\xf7\x21\x08\xc6\x89\x31\x43\x63\xd2\x69\xae\x05\xc7\x46\x40\x02\x22\xf7\x86\x9e\x3a\x5a\x00\x4f\x2c\xec\x84\xe8\x09\x3c\x6f\xfa\x37\x66\x0c\x78\xdd\xb5\x02\xe3\x85\x2f\x76\x9c\x46\x7b\xe6\x3c\x9c\xea\xb1\x5c\x5b\xa0\x2b\x5a\xe4\xf1\x7a\x69\xc5\xbd\x3b\x45\x35\xd0\xe7\x09\xae\x14\xfd\xd9\x49\x4c\x7f\xfc\x61\x03\xaf\x97\x20\xbc\x7a\x9c\x44\x21\x01\x34\x1b\x9f\x47\x8b\xfd\x68\xcc\xf0\xb7\x5a\xc0\x8b\xf5\x88\xc6\x70\x81\x27\x1c\xaa\x8f\x1e\x1e\x2d\xad\x6e\xbf\xc2\x99\x85\xee\x2e\xd5\x4d\xc3\xdd\x65\xf7\xe3\xc4\x10\x4a\x07\x0e\xde\x8b\xb8\x5f\xa1\xdb\x09\x8e\xe0\xf1\xb9\x82\xb0\x39\xba\x73\x48\x84\x2e\xa3\xb9\xf2\x5a\x5f\x10\xb6\x64\x91\x2e\x14\xca\x38\x25\xc7\x55\xff\x96\xf4\x24\x2e\x02\xd8\x11\x1f\x3c\x70\xe1\x08\x62\x7a\x05\x2e\x19\x7d\xe3\xbb\x97\x08\x65\x0e\xe9\x85\xce\x46\x4b\xd0\x05\xb7\x07\x70\x31\x74\xb1\xd8\x38\xb0\x57\x37\x05\x16\xdf\x12\xa7\xc5\x6b\x74\xa1\xf0\x25\x19\x4a\x5c\x5d\x58\x01\xdf\xed\xbe\x7c\x96\x89\xd5\x8e\x68\x70\x75\xb0\x32\x70\x18\xb8\x64\x84\x8a\xd7\x0b\x48\x08\x81\x0e\xe3\xf2\xf0\x3a\x1e\xb8\xc3\x0d\x4b\xe5\x95\x62\xd7\x68\x9f\x06\xa9\xa4\x1f\x13\x91\xa0\x4b\xbb\x12\x03\x03\x97\xe3\x22\x54\x8e\xa2\xe8\x95\x9a\xc1\x99\xbb\x21\x96\x39\x5c\x17\x4a\x61\xa2\xe9\xc6\x45\x62\x11\x8d\x04\xd7\xe2\x32\x43\xa5\xea\x35\xf4\x19\xb4\x1e\xe7\xfe\xef\xb7\x98\xd9\x39\x74\xd7\x40\x6c\xe4\x80\xeb\xed\xa1\x35\xed\xd2\xcf\x91\x33\x70\x21\x82\x15\xe7\xb2\x38\xd4\xa6\x12\xff\x22\xe8\xe4\x70\xcc\xe0\xc3\x2a\x2f\xf4\x25\x30\x12\x9d\xca\x35\xd5\x1b\x59\x8f\xd5\x1b\x91\x0a\x4f\x91\x26\xc4\xe3\xe2\x75\x17\xfe\x73\xe9\x42\xc6\xa1\xd6\x0b\x44\x1d\xea\x85\x7b\x18\xe1\xc9\xe3\x82\x48\x03\xa8\x8e\x0b\xa5\xb0\xca\xe5\xeb\x84\xb3\x74\x8f\xf4\xbd\x75\xee\xb8\x93\x11\xe6\x39\x2e\x2f\x16\xc4\xfb\xba\x04\xbe\x5a\x2f\xa7\x45\x9f\x46\x97\xed\xb6\x41\x5d\x30\xad\x17\x94\xcb\xda\x62\x0d\x07\x8b\x19\x97\xd1\x65\xbd\x0b\xc4\xdf\x22\xf8\x41\x5c\x44\x21\xd9\xfc\xd6\xa3\x95\x9f\xf6\x18\x7b\xd4\xff\x5d\x8f\x09\x44\xf8\x2d\x86\x9f\xdd\xbb\x80\xce\xf8\xbb\x3b\x8f\x3a\x45\xe6\x82\x35\xfc\x1b\xff\xa3\x61\x83\xdf\x7e\xe1\xb3\x2c\x73\x1e\x38\xf3\x37\x6a\x16\x09\xf3\x4d\xa8\x2b\xc5\x76\x3c\x57\xba\xc6\x0f\x3c\x54\x7a\x83\x70\xde\x66\x9a\x63\x3c\x37\x6a\x16\x0d\x2a\xf7\x8e\x0e\x0c\xe2\x77\x17\x02\x27\x4c\xcb\x10\x36\x1e\x67\xbd\x58\x94\x82\xee\x22\x96\x6e\x8d\xff\xe6\x51\x72\x9c\x37\xa1\x87\x3c\xe7\x77\x35\x70\x67\x50\x86\xeb\x62\xef\x6e\x5c\xb6\xe4\xaa\xef\x0a\xcd\x99\xb6\x37\xf2\xcb\x2f\x75\x66\x37\xd6\xcc\xe6\xc0\x75\xfc\x65\xb1\x6f\x14\xb5\xe2\x42\x6e\x2e\xbd\x26\xd3\xbb\x6b\x31\xe1\x23\xbc\x58\x84\x3d\x8e\x3b\x04\xa6\xd2\x1e\x04\x34\x2e\x25\x71\x87\xa8\x79\x26\x0a\x08\xd3\x03\x7b\x8b\x59\x81\x38\xdd\x58\x7c\x00\xe2\xc6\xfd\xb1\xc7\xb4\x4f\x2f\x1f\xe3\x21\xea\x44\xba\x09\xe8\x4b\xc4\xd6\xdc\x1f\x50\x93\x85\x41\xc1\x1a\x6e\x9a\x66\x79\xc7\xc0\xeb\x85\xc3\x77\xdc\xfa\x96\x42\x84\x6e\x00\x9c\xf8\xa0\xc5\xbd\xb8\xa2\x4e\xa8\xec\xb8\x51\xb6\x76\x37\x10\x9f\xd3\xe9\x02\xa3\x53\x11\x1c\x78\xf3\x92\x91\x2d\x27\x6e\x5e\xb2\xe1\x66\x02\x36\x16\x3f\x74\x5f\x12\x60\x7e\x2b\x57\x94\xd6\x2b\xba\xd2\x1e\x31\x10\xc4\x7a\xdc\x17\x8a\xec\xb0\x8c\x11\x85\xcb\x74\xf3\x7a\xf9\xfa\xde\x17\xc6\x06\xd7\xf3\xc6\x05\x08\x0e\xe0\x46\xf4\x2b\x1e\x46\x21\x24\xcd\x7a\xc2\x36\x3b\xfe\x5b\x9d\x13\x63\xd6\xa2\xea\x5e\x3c\x8a\x36\xec\xe9\x43\x7b\xb8\x6d\x5c\x83\xe2\x3b\xd4\x9a\xee\xb9\x34\xb8\x06\x75\xe1\x00\xba\x03\x11\x3d\x24\xee\x97\xbd\x80\xa3\xd2\x1d\xe8\x5b\x1f\x23\xcd\x7a\x30\x5f\x63\xf1\xdb\x1e\x9c\x16\x04\xfe\x06\xcc\x89\xff\x60\x3c\x86\x5d\x82\x0b\xd7\xd5\x47\x2e\xfc\x01\x9c\xa9\x1e\x05\xb7\x9f\x2a\xa6\xea\xd1\xab\x80\x3e\x9f\x42\xdc\x2c\xd6\xed\x29\xc2\x52\x26\x65\x38\x57\x1e\xdb\xa7\x08\xc9\xb1\x0d\x5e\x23\x10\xd4\x87\xd4\x6e\x8a\xd8\xba\x0c\x35\xc6\xf6\x18\xaa\xbc\xfa\x5b\x8c\x4f\xd3\xb2\x19\x95\xf9\x6e\x85\x9b\xe1\x3c\x3f\x15\x49\x00\x25\x3b\x6e\x45\xa1\x2a\xe0\xd1\x92\xeb\x77\xe1\x38\xf1\x78\x88\x07\x9f\x4a\x01\xa5\xcf\xa7\xae\x19\x94\x79\x54\xe1\xf8\x4d\x9e\x22\x07\x8c\xbb\x51\x13\x76\xf4\x34\x55\x43\x8c\xd9\x50\x45\x7e\xb7\x83\x51\x83\xb3\x31\x49\x0a\x91\x9f\xe3\xe9\x58\xf6\x5d\x5b\xee\xb2\x0c\x02\x49\x52\x82\xf8\x76\xa1\x4b\x92\xd2\xc2\x83\x67\x03\x01\x2e\x83\x84\x29\x29\x07\xf9\x20\xea\xfa\x08\x3c\xb8\xd2\x11\x1d\x3a\x70\x4f\x0a\x45\xda\xc7\x00\x15\x7e\x97\x8c\x61\x1a\xde\xbe\x44\x27\xdc\xf7\x87\xc0\x12\x5a\xd8\xf1\x04\x6a\x42\x36\x1e\x42\x8d\x4d\xf7\x77\xc2\xa5\xf5\x5f\x5a\x33\x49\x5c\x12\xb2\x94\x24\x2b\xe9\x2a\x4f\x9f\x83\xd0\x3a\x50\x4f\xdc\x87\x82\xa8\x92\xf1\x70\x89\x15\x4f\x1e\x52\x55\xc9\x2a\xe3\x3e\x14\x38\xb9\x06\x49\x49\x9a\x08\x6b\xdc\x84\x9a\x0a\x50\x13\x91\xec\x9b\x65\xc3\x45\xd3\x5e\x8b\x86\xdf\x22\x22\x65\xf3\x30\xf2\x22\x12\x1a\x28\x1e\x42\xca\x68\x79\x7c\x40\x55\x13\xad\x34\x70\x25\x0a\x95\x92\x8f\xb0\x08\x5e\x8e\xe7\xd1\x78\xc0\x5c\xb0\x72\x8a\xca\x7f\xb8\x58\x02\x29\x1f\xfc\xec\xd2\xc3\x88\x28\x2d\x37\xa3\xdb\x0f\x7e\x67\xf1\x6e\xb8\x18\xb1\xc0\xe4\x61\x4c\xc5\x4c\xdc\x7e\x9a\xe2\x39\x6e\x3f\x95\xd8\x60\x61\x8e\xc5\xf9\x95\xc1\x1b\x71\x39\xc8\x99\xd8\xc2\xdf\x16\xc3\x0c\xd3\xe6\x83\x3f\x0c\xca\x10\xad\x61\xbd\xa9\xfe\xf8\x2d\x2e\x3d\xe2\xe4\xc8\x75\x98\x64\xa5\x0d\x92\x89\x04\x11\x3d\x82\x3c\x86\x81\x6f\x60\xbc\x70\xae\x72\xb4\xa6\x03\x14\xd3\x46\x0a\xc0\x2a\xe1\xd1\x75\x47\xe3\x0d\xa9\xfe\x9a\x87\x97\x64\x1f\x3d\xbe\xf6\x5a\xbb\xf8\x6e\x37\xe2\xae\x6d\x4c\x95\x47\xff\x7a\x1e\x20\x32\x98\xae\x8f\x10\x49\x61\x9a\x3d\xa2\x3f\x04\x69\xf6\x42\xd5\x04\xee\x3a\xd5\xc7\xc7\xc4\x1f\xe4\x95\x0d\xd3\xe0\xe9\x9d\x40\x1a\xbc\xae\xd5\x92\x84\x20\x4d\x4e\xda\x24\x20\x2a\xb5\xbf\xc4\x1f\xae\x21\x1c\xa7\xde\x1e\x24\xf5\x88\xe1\x1a\x0e\xd1\xeb\x8c\xc1\x0b\x64\xff\xe8\x41\x85\x18\xe0\x7e\x53\x89\x40\x11\xa4\x7f\xcb\xb0\xcd\x21\x74\x85\x31\x00\x5a\xf6\xf1\xc4\x4b\x26\xa7\xe3\x21\xc1\x87\x62\xa6\x69\xdb\xc8\xa5\x11\xa6\x6d\xdb\x3c\x1b\x40\x0c\x8a\x73\xc4\xd2\x47\xf2\xe7\x78\xc1\x93\xf9\x10\x91\x6e\x2d\x15\xc1\x48\x02\xd2\x54\xca\xe3\x55\xd3\xf0\xdb\x0d\x93\x7d\x90\x57\x20\x5e\x38\x42\x0d\x2d\xaf\x71\xfe\xec\xf3\x56\xe7\xca\x5c\xf0\x24\x10\xca\x44\x4e\x8e\x90\x18\xbf\x8f\x77\x84\x71\x3e\x32\x1d\x8c\x13\x9f\x56\x42\x1b\xc5\x0b\xfc\x47\x28\x07\x79\x3b\xf2\xab\x7f\x05\x81\xb3\xb6\xaf\x20\xde\xf9\xbb\xbf\xcf\x8d\xfb\x82\x65\x39\x37\x22\x86\xa0\xdf\x4d\xf3\x73\x90\x48\x25\xc9\xcf\xd1\x71\xca\xcf\xed\x73\xdc\x4f\xca\xdc\xa3\x45\x5b\x72\x33\x59\xfe\x7a\x70\x72\xc3\xc3\x00\xc4\x42\x6e\xbb\xb0\xaf\x5f\xe9\xcc\x92\x84\x1d\x89\x3b\x53\x6e\x86\x7c\xd9\xed\x8c\x28\x15\xc9\x40\x88\x9e\x4a\x36\x9b\x24\x91\x47\x10\x71\x34\x49\xe4\xd1\x39\xe0\x49\xf2\x8e\xe4\x62\xe5\xf6\x59\xfa\x98\x28\x96\x3e\x50\xf6\x89\xab\x4f\x6c\xb6\x37\xf6\x52\x65\x42\xe0\x8a\xea\x64\x42\xcd\xe8\x09\xb4\x21\x7e\x12\x8a\xe9\xdc\x8c\x43\x16\x7c\xb7\xeb\x7f\x47\x9f\x78\x12\xa0\x6c\x4d\xdc\x78\x5a\x0c\xc6\xc9\x2b\x32\x5c\x30\xc4\xbd\xd9\x68\xa3\xae\xa2\xd0\x26\x0d\x68\x48\x3f\x84\x25\x46\x89\x99\xb8\xe5\xd4\xaf\x1f\x90\xc8\xd5\xf6\x72\x6f\x93\xf2\x54\xb9\xcc\x6f\x45\xf4\xdb\x86\x08\x20\xe8\x48\x12\xb7\x9c\x0a\x77\x92\x1b\x86\x01\x82\x18\x26\x2e\x37\x1d\x84\x78\x6e\x66\xb2\x72\x6c\x3a\xe8\xfb\x5b\xb1\x74\xae\x15\x97\x26\x1d\x1b\xba\x31\xb2\x2d\x25\x89\x39\x62\x38\xce\x53\x68\x06\xed\x11\xcd\x08\x77\x93\x1b\xc0\xe3\x66\x1b\xd2\xd0\xa1\xfc\x4d\x12\x73\xc4\xe6\xfe\xde\xfa\x51\x72\x00\x09\x25\x5e\x3d\x5c\x84\x27\x02\xf2\x90\x9b\x01\xf8\x92\x7e\x00\xfa\x92\xb6\x2d\x71\x9b\xc9\xef\xbb\xaf\x29\xe2\x56\x9f\x24\xd4\x48\x40\xb9\x49\x12\x8d\xce\x2b\x9b\xfb\xe6\x45\xa1\x7e\x37\x30\x5f\x52\xc6\x90\x10\xd6\x6b\xde\x5f\x7d\x9a\x5c\x03\x03\x40\x92\xe9\x3f\x8b\xf5\xc6\xbd\x5b\x1c\x5b\xee\x60\xda\xf0\x01\xcc\x2f\xf9\xc5\xe2\xb4\x92\x9c\x16\x0d\xaf\x91\xc4\x5b\x25\xbf\xf6\x9f\x87\xca\xa0\x8c\xa8\xcb\xb9\xda\xb1\xf0\x22\xfe\xe4\xae\xcf\x66\xa3\x1f\x33\x3b\x25\x63\x30\x7f\xeb\x22\x0c\xb9\x1b\xdf\xce\x7e\x02\x31\xdc\xdf\x7e\xb0\x11\xda\x0b\x1b\x49\xeb\xd9\x2f\xc7\xf6\xe5\x60\xf5\xb7\x80\xc9\xa7\xf5\x70\x3c\xdc\x23\xbc\x52\x3a\x8e\xe9\xb9\x0f\x23\x9e\x58\x46\x1c\xe3\xce\xe2\x89\x12\x44\x12\xc9\x9d\xbc\xa2\x58\xba\x93\x5c\x14\x89\x07\x43\xe2\x7d\x12\x88\xb1\xf9\x9b\xc7\x09\xfd\x4c\xa3\xba\xf0\xad\x03\xe0\xba\x63\x23\x17\x27\xf1\xdb\x72\x3f\x79\xd8\xfd\x2d\x22\x3c\xae\x53\xb9\x8b\xd7\x74\xaf\x71\x65\x04\x78\x9c\x78\x8a\x34\xb2\x36\xa5\xf9\x27\x40\x17\xe4\x7e\x19\x09\x85\x32\x56\x5a\x1e\xf3\xdc\x6f\xb3\xb2\xd3\x5e\x10\xfb\x64\xbf\x20\xd8\x58\xc3\x73\xbf\xa5\x1b\xbf\xb2\x66\xe6\x0e\xde\x8b\x38\x61\xb9\x0b\xd4\x0c\x06\x45\xc6\x18\x10\xd9\xb9\x13\xee\x1a\x77\x91\xdc\x1f\x23\x4c\x52\xd6\x89\x79\xf0\xc1\x57\x5f\x2a\x7e\x0b\xd5\x2e\x1e\x1c\x70\x5d\xe8\x21\x12\x17\x94\x84\x95\x4d\x92\x53\x24\xd0\x80\xc4\x8d\xa4\x39\xa1\xa2\xbc\xce\x85\xd6\x15\x04\x87\xec\x2c\xb0\xfa\xb8\xd6\x64\x29\x12\x1e\xda\x57\x59\x56\xfa\x44\x46\x2f\x1c\x84\xa2\x53\x32\x87\x0b\xb7\x10\x13\x0e\x27\xc9\x23\x3a\xc1\xe6\x92\xe4\x11\x26\x1f\xce\x82\x55\x0b\x30\x61\xe2\x3a\x12\x38\xbf\xa6\xee\x22\x40\x12\xb2\x90\x31\x06\x1f\xcf\x34\xc1\x04\xc9\x84\x53\x77\x11\xb8\xc9\x2c\x1f\x22\x7e\x1d\x96\x82\x7f\x25\xae\x23\x89\x5b\x48\x23\x13\x4e\x16\x2e\x07\x69\xb4\x92\xa4\x12\x26\x37\x4e\x92\x4a\x74\xb0\x5f\x59\x8c\x23\xc5\x45\x27\xc1\x44\xf3\xb5\x2b\x86\x4f\xe1\x40\x15\x92\xc2\x00\xe2\x4d\x12\x4f\xb4\xe1\x38\x51\x3a\x57\xe7\x88\x78\x8e\x88\x9d\x24\x98\xa8\x60\xf2\x12\x97\x92\x8e\xce\x26\x0b\x16\x5e\xc0\xd2\x59\x0e\x94\xad\x3b\xed\x0f\x08\x43\x67\xcc\xba\x4b\xf1\x40\x15\xb8\x73\x1f\xa5\x72\xb9\x3e\xb4\x21\xb5\x18\x62\x51\x96\x4b\x6e\x98\xf5\xbf\x0c\x26\x48\x9b\x1b\x8e\xc1\x75\xbb\xc1\x69\xb9\xce\x88\xc6\xe1\x5e\x1b\x7a\x88\x47\xac\x10\x32\xa8\xbb\x86\xaf\x56\x60\xce\xc6\xab\xda\x81\x31\x00\xed\x91\xf0\x97\xd7\xd0\xec\xeb\xb7\x75\x93\x9b\x59\x63\x30\xe7\x01\x31\xd2\xb2\x0a\xbd\xe1\x3c\x54\xd0\xe8\x04\x19\xcc\x0a\x0c\x67\xd8\x1e\xfd\x10\xae\x4a\x59\xd5\x09\xb1\x5f\x55\xf7\xa4\xad\x51\x46\x79\xed\x6f\x11\x09\x09\x33\x9f\x55\x17\x41\xd6\xdc\x7c\x06\xc0\x70\x16\x19\x80\x3b\xa1\x7f\xa1\x31\x10\x21\xf3\x13\x6c\xb6\xc7\x2a\x3a\x6d\x1f\x9e\x19\xda\xe0\xb0\x4e\xa6\xaf\x34\x97\x00\xba\xba\xc4\x5b\x22\x01\x18\xa7\xf9\x03\xe0\x32\xb3\x0a\xc4\xe5\x0e\xea\x39\x41\xd2\x96\xc4\x73\x22\x31\x3e\x25\xf9\x03\x4c\xa0\x9d\x75\x98\x42\x95\xb1\xa1\x67\xf5\x9c\xe3\x39\x61\x62\xed\xac\x83\x90\x5c\x95\xb1\x0d\x99\x1a\xfa\x84\xd3\x25\x38\x63\xe2\x45\x51\x89\x43\x96\x95\xc0\x12\x85\x33\x6f\x4e\x02\x82\x3f\x26\x79\x08\x9a\xfb\x8b\x87\x44\x54\x1e\x31\xbc\x22\x62\x77\xbe\x5a\xf9\x79\xfc\x2b\x00\xf8\x45\xe0\x7f\x41\xcc\xea\xe7\x68\xcb\x00\xcd\x46\x0c\xc5\xc7\xad\xa2\x0d\x3f\xce\x21\x6d\x4e\x0e\x6a\x3b\x5c\xec\xcb\x2c\x31\x2c\xde\xa7\x24\xb5\xcc\x8b\xee\x42\x5e\xc0\x22\x20\x36\xb8\x5b\x54\x12\x73\x64\x25\x9a\x28\xa6\xfe\x24\xbf\x6c\xfa\x42\x57\x62\x6b\x01\x96\xcb\x4a\xd8\xe6\xe1\x21\x7a\xd4\xcd\xd0\x0f\x51\x46\x81\x39\x64\x15\x7c\xeb\xe2\x41\x8c\xd3\xc5\x80\x85\xce\xef\xb7\x58\xdc\xa0\xf8\xb8\x70\x34\x44\xda\xc4\x3d\xa3\x61\x11\xcb\xfa\x7a\x60\xf9\xad\x96\x5c\x5e\xac\xfa\x9a\x31\x7d\xd5\x37\xd8\x69\x74\x03\x49\xee\x81\x3a\xf9\x6d\xdb\x38\x44\xf4\xd9\x60\xad\x11\x69\xb3\x6d\x3e\x08\xfe\x16\xb4\x35\xf3\x6a\xbb\xba\x46\xcb\x3a\xd3\xaf\x71\x92\x27\x20\xc8\x5b\x90\xad\xa8\x0f\xa3\x4f\xc4\x52\x82\x66\x66\x03\x34\x8b\xf5\x27\xc9\x25\xd0\x88\xd7\x95\xad\x68\x90\xd8\x29\x63\x01\x9c\xfe\x16\xbc\xdd\x66\x7b\xf4\x85\xbb\xed\x11\xfd\x9a\x7d\x12\x97\x0e\xc2\xd3\x3e\x8e\x87\x31\x54\x38\x5d\x2e\x4a\x03\xf7\xb6\xb9\x0e\x28\x73\xb1\xd2\x66\x03\x03\xd7\x9c\x17\x10\x1e\xc2\xd1\x64\x13\x70\xbb\xfb\x5b\x41\xc5\x6b\xdf\x1b\x86\x1c\xbc\x31\xb2\x35\x89\x34\x6d\x48\x68\x52\x1d\x27\x21\x68\xc8\x28\x95\x0d\xf0\x6d\x71\x2e\xa6\xc1\x63\xaf\x1b\x01\x07\x51\xb8\x67\xeb\x46\xd9\xb0\x8c\x02\xfa\x6b\xa3\xa4\x41\xff\x70\x54\xe0\xdb\xb2\xc9\x51\x0d\xeb\xe1\x4e\xe0\x2a\xf0\x7a\x69\x58\xc6\xb3\x85\x7e\xca\x8c\xd9\x6c\xf7\xdd\x7a\x22\xeb\x3a\x5f\x60\x14\xdf\x5a\x85\xe7\xcd\x32\xa9\x19\x3b\xdf\x02\x6f\x47\x90\xcd\x6c\x46\x9f\x71\x5e\x9f\x21\x87\xfa\xc1\x3a\xbb\xfe\x10\x12\xa0\x43\xd9\x70\xc1\xc2\x4a\x98\x0d\x42\x82\xbb\x60\x36\x93\x95\x40\x84\x9a\x96\x6e\xe7\x88\x27\xcd\xf0\x3c\x90\x84\x28\x1c\xcf\xa1\x3a\x88\xdf\x1e\x1a\xe1\x98\xd7\xa1\x04\x62\xbd\xd6\x73\x7e\x8b\xdb\x15\xfa\xad\x6c\x87\x0c\x05\x6d\xc0\xcf\x49\x13\xf0\xb0\xe9\xfd\x2b\xc3\x45\xf1\xd0\xb5\xd3\x88\xbb\xcc\x0b\x40\xbe\x84\xaa\x61\x8c\x01\xed\x90\x0d\xdd\xb0\x92\xcc\xe7\x61\xe3\x9a\x63\xc1\x44\x57\x9d\x78\xd2\x04\xd6\xed\xc4\x93\xa6\x8e\xf2\x4b\xce\x0c\x37\x9b\x44\x3f\x91\xed\x16\x10\x48\x59\x99\xdb\xcb\x6a\x68\x1a\x17\x66\x11\x95\x54\x8c\xc2\xe5\x26\x14\x2b\x48\xd6\x10\x58\xd9\xb2\x11\x8e\xa6\xb1\x51\xdd\xb0\x33\x10\x21\x5c\x68\xaa\xec\x65\xdf\x59\x60\x2e\x6b\xdf\x0d\xbd\x5c\x29\xe3\x38\xce\x44\x3b\xa2\x07\x3a\x80\xec\xbb\x0a\x62\xeb\x0d\x31\x44\x3f\x45\x57\x93\x49\xd9\xe8\x12\xb4\x21\x69\x08\x20\xc3\xec\xc5\xb0\x3f\xb6\xc1\xd2\x64\x9f\x5e\x6e\x38\x9b\xae\xe3\x2f\x5c\x29\x09\x20\x02\x7c\x5b\x76\x32\x5e\x77\x36\xa1\x57\xa2\x5d\xc0\x15\xe1\xa2\xd3\xf0\x3b\x4b\x5d\x74\x88\xe7\x94\x5d\x3f\x47\xe7\xf5\xc5\x94\x67\x3c\x88\xcf\xf8\x3f\x26\x6e\x36\x81\x7f\x68\xe2\x66\x13\xe8\xd2\x92\x84\x11\xad\x40\x44\x3b\xf8\xb9\x69\xfb\x2e\x21\xb4\x0d\xd0\x89\x69\x1b\xc2\x66\x3b\x2f\x53\x85\x71\x18\x71\xc5\xc9\x70\x4d\x08\x78\x07\xee\x27\x71\xc5\x19\x60\x83\xb2\x07\xc4\x86\xbd\xeb\xba\xa8\x41\x5c\xbb\x19\x84\x8a\x65\x23\xa6\xd2\x1e\x0b\x2c\x49\x7d\x13\xf7\x9b\x86\xa2\x3c\x7b\x1a\x66\xc7\x7a\x80\xa9\xf6\xb9\x5e\xfa\x0a\xe0\x36\x71\xb9\x09\xfc\x04\xd3\xe4\x14\x38\x22\x67\x1f\x66\x31\xb7\x3d\xc6\x89\x62\x59\xf5\x05\xfd\x13\x4b\x0f\x9d\x4d\x92\x7f\xa2\xab\x83\xc1\x85\xa6\x76\xf7\x9a\x58\x7a\xd3\x33\xf6\xf9\x08\x33\x66\x9c\xec\xbb\xe3\x3c\xc9\x28\xc5\x23\xd0\xf1\x1d\x6e\xd3\x36\x18\x4e\x20\xf0\xb8\xd0\x04\x50\x82\xc4\x85\xa6\x81\x2f\x4c\xbc\x64\x82\x10\x43\xd9\x4f\x71\x90\xd4\x7f\x8f\x3c\x63\x13\xcf\xd7\xad\xc7\x4f\x96\x0b\xdd\x8d\x14\xe3\xbe\x20\x52\x0d\xe7\x7e\x6b\x04\xe2\x5b\x37\x5e\x20\xf6\x89\x21\xa7\xda\x0f\x0f\x7e\xb8\xef\xf8\x57\x62\x90\xc8\xfe\x10\x8c\xa1\xd0\x3f\x00\xd7\xe2\xfe\xbe\xd4\x3b\xf7\xd7\xfe\x6d\x43\xc0\x4a\x1e\x8a\x8e\xe3\x3e\xba\xea\x8c\x8d\x87\x6b\xb3\x8c\x3b\x16\x77\x30\xb4\x6c\x72\x07\xf1\x44\x09\x00\xd2\x89\x27\x4a\xe2\x7b\x9b\x01\xac\x86\x20\xad\x19\x62\x55\x77\xcb\x62\xce\x92\x32\x77\x90\xb3\x8a\x07\x49\x43\xaf\x9c\x78\x8d\x34\x8c\x85\x19\x0d\x11\x9b\xf1\x07\xae\x68\x44\xc4\xcd\x80\x5b\x05\xb3\x98\x41\x7a\xbc\xad\xfc\x52\x67\x16\x60\x6b\xb0\x74\xa4\xee\x22\xb8\xf4\xa4\xee\x1f\x60\x4a\x32\x90\xe9\x89\x4b\x9e\x21\x8b\x0b\x31\x0b\x2c\x17\x44\x22\x48\xdc\x39\x6a\x3a\x21\x50\xdb\x44\x25\xcd\x40\xb1\xab\xde\x05\xd7\x8e\x70\x13\xc2\xc3\x0e\x47\x82\x9b\x47\xaa\x53\xc1\x9d\xa3\xca\xf9\xe1\xce\x51\x93\x0d\x09\x12\x34\x78\x59\x4d\xea\x01\x76\x2d\xe3\x04\x94\x68\x3f\xa7\x56\x0f\xda\x10\xcd\x15\x65\x6b\x86\x80\x3d\xc4\x34\xdc\x2a\x3a\x61\x6d\x32\x48\xd6\xe0\x0b\x41\x12\x90\xc0\xc4\x9d\x61\xa4\x56\x88\x13\x2e\x16\x15\x0f\x89\x34\xf1\x87\x5c\x08\x2e\x16\xad\xb8\xf9\x04\x19\xec\x6e\x88\xe9\xe8\x78\x59\xe3\xf1\x45\x64\xfc\x8f\x97\x89\xf6\x8f\x84\x8a\x8d\x22\x22\xab\x44\x37\x30\xbf\xe3\xbe\x95\x78\x5a\x34\x2c\x74\x89\x77\x45\xa8\x3f\xf8\x3c\x2a\x38\xec\x7a\x4e\x7c\xeb\xa6\x33\x3a\xf5\x29\x07\xc9\x01\x24\xb1\x48\x53\x27\x87\xb7\x44\x12\xda\x28\xf1\x96\x68\x80\x12\xd3\x24\x23\x84\x4c\xce\x44\x27\xaa\x2e\x27\x31\x5a\x28\x86\x64\x91\x6b\x5f\x73\xcf\x6a\x0a\x34\xda\x54\xbd\x1f\xf8\x6d\xf5\x15\xe7\xbb\x84\x70\x01\xce\x93\x24\x10\x49\x72\x24\x24\xc9\x41\xd2\x07\x21\x21\xcc\x44\xca\x48\x92\x80\x74\xe2\xde\x65\xa2\xfb\x24\x39\x4e\x92\x04\xa4\xe1\x3a\x95\x89\x1e\x14\x7f\xc3\xcc\x44\xb1\xce\x39\xc4\x33\xa0\x92\x7b\x34\xf1\x0c\x88\xcd\x3e\x87\x84\x7f\xad\x73\xe2\x9f\x98\x88\x42\x09\x07\xa3\xce\x2f\x0f\xf3\x63\xf2\x5b\xa2\x10\x13\x75\x36\xf3\x20\x1f\x2b\x84\x01\x44\x7f\x05\xa7\x95\x20\xfa\x1b\xf0\x90\x4c\xc3\xb1\xdb\x0f\x58\xab\x70\x6d\xd7\x39\xac\x24\xac\xce\x5c\xa2\x74\x16\xd7\x4d\xb8\x13\x0f\x72\x7e\x49\x79\x58\xb7\x47\x97\x30\xc6\x09\x64\x43\x2e\x3c\x91\x3a\xe6\xd7\x06\xe4\x3e\x67\x2c\x1f\xad\x96\xb6\xc1\xf7\xb6\x5a\x86\xc3\xb6\x7f\xac\xcc\xe0\xea\x92\x3c\x1f\x9d\x80\xa4\x29\xfa\x1e\x8b\xe7\xba\x4d\xf4\xbf\x53\x46\x0c\xe7\x2c\x91\xab\x23\xc9\x3f\x91\x03\xdf\x5b\xcf\xd5\xc0\xf8\xd4\xfb\xa4\x8c\x81\x84\x33\x36\x1a\x60\x5d\xee\x23\xf9\x36\xba\x3a\xc2\x81\x3e\x5b\x42\x3b\x02\x62\x06\x6d\x19\xfa\xb4\x42\xf0\x46\xd8\x9e\x32\x51\x36\x08\x6d\x94\x82\xdb\xd5\xe1\x0d\x1e\xc3\xac\xbf\x8a\x34\x9b\x03\xbc\x11\xfe\x59\x39\x00\x70\xaa\xf3\x18\xbe\x94\xb0\x88\xc3\x50\x36\x2c\xde\x30\x99\x2d\x22\xd5\x38\xb8\xa0\xd6\x7f\x6c\x2a\xbf\x25\x22\x80\x0a\xfa\x71\xba\x18\x2c\x00\x4a\x43\x12\xf9\x26\xc8\xf4\x06\x28\x31\x07\x98\x1e\x5f\x77\x90\xe9\xa9\x82\x9b\xa4\x18\x15\x27\xdd\x1c\x28\x0d\x55\xdc\x83\x22\x6f\xe0\xdb\x92\x04\x16\x55\x02\x4c\x02\x8b\xa6\x48\x35\x5e\x52\x7f\x41\x18\x48\x5a\xd1\xd4\xcd\xcc\x0d\xd7\x1d\xc6\xf9\xa1\xc5\x99\x3b\xc9\x29\xba\x46\x02\x92\x4a\x34\x5c\x3b\x92\xa4\x12\x8d\xf4\xfa\x39\xf5\xea\x87\x20\x4d\xc4\x28\xc2\x0c\x27\xc9\x23\x3a\xd1\x5c\x73\xa2\x63\x23\xa0\x64\xce\xe6\x86\xd0\x5e\xbf\x45\xfb\xe9\x8a\x5a\x8d\x32\xd1\x53\x79\x1d\x41\x91\x07\x11\x2b\x72\x9a\x4d\x1c\x1d\xcf\x34\x59\x2b\x2f\xdc\x84\x1b\xf3\x25\x9b\x1e\x16\x88\xd0\x34\xdd\x17\x6b\x08\xba\xbc\x13\x2c\x2f\x27\xc0\xce\xca\x05\x05\x5d\x9e\x8a\xba\x20\xca\x03\xb7\xb4\x9c\x46\xa3\x70\x0c\x70\x57\x58\x30\x73\x0e\x7d\x4b\x69\x0f\x8c\x45\x5d\xe3\xfc\xf4\x25\x96\xd1\x9f\x71\x81\x26\x5c\x94\x5c\xce\x3c\x58\x4f\xc7\xff\xe9\xde\x98\x3b\xf1\xf3\x88\x1b\x97\xa0\xc8\x9b\xfa\xc5\x69\x44\x62\xe7\x88\x91\x43\x71\x86\x5c\x0e\x41\xda\xb6\x9c\x24\x3d\x26\x54\x4e\x9a\xcb\x81\xe8\xc4\x39\x79\xc4\xaa\xdf\x35\x0a\x31\x0f\x08\x08\xf4\x5e\x1c\xdb\x45\x80\x3f\xd7\xc1\xec\x55\xee\xc5\x25\xdc\x80\x7a\x33\x94\x3b\xe6\x5b\x03\x0f\x73\xbc\x15\xab\xe9\xff\x16\x03\xc7\x78\x50\x4c\xab\x33\x9b\x66\x03\xe3\x52\x4e\x75\xcf\x5c\xee\x89\xee\x99\x50\xf1\x39\x51\x7d\x6c\x9e\x1f\xf3\x34\xb0\x8f\xc7\x06\x90\x98\xb1\x1d\x1b\x50\x9d\x69\x3d\x39\x36\x20\xe4\xc7\x06\xe1\xe7\x7c\x1e\xe4\x48\xc5\xaa\x98\xc7\x6e\x8e\xd1\x46\x19\x3d\xee\x6e\x3d\xe7\x0d\xa2\x72\x60\xe4\x53\x1f\x6c\x2e\x07\xb9\x76\xc0\xea\xa9\x3e\x92\x5c\x0e\x31\xac\xff\x54\x10\x6b\xbe\x87\x61\xbc\x39\xdb\xe4\x72\x08\x25\x87\x03\x03\x9e\x44\xe8\x80\xeb\x52\x15\x40\x8e\x87\x0a\xe6\x2c\x01\xae\x57\xfc\xb8\xf3\xa8\xba\x7b\xd1\x7f\x33\xd3\x17\xdf\x6d\x3e\x56\xcc\x9d\x68\x2c\xea\xa7\x0f\x93\x18\x73\x37\x0f\x8c\x34\x8b\x73\xfd\x05\x31\x3b\xba\x7a\x1d\x7e\x24\x92\x1d\x91\xe7\x30\xe3\x50\xb5\x5e\x25\xa0\xf5\x86\x13\x61\x20\x24\x2c\x50\x46\x3f\x70\xc6\x95\x2b\x3a\x52\x25\x20\x13\x25\x7a\x2d\xa0\xcd\x3c\x10\x49\xd2\x6f\x61\x3d\xf4\xd5\x3f\xc0\x8d\xe1\x0b\x96\xc7\xd0\x77\x8f\x09\x69\x7e\xe7\x75\x3c\x86\xc8\x7d\xc6\x80\xa5\x06\x74\x7c\x1e\x70\x6c\xbb\x9b\x80\x7b\xc6\x70\x33\x0d\xe1\xe2\xa2\xa2\x3f\x90\x90\x1c\x5f\xdc\x7f\xfa\x39\x34\x4e\xf0\x5d\xe0\x24\x5a\xc1\x48\x6c\x91\xea\xe4\x0e\x53\xf6\x43\x20\x0f\x83\xee\x79\xe8\x2e\xe3\x54\xf1\x5d\x71\x60\xd6\xe3\x64\xff\x1d\x8a\xdb\x8c\x4c\x96\x81\x1b\x38\x9e\x5b\x7d\x06\xf5\x8f\x8a\x60\xd6\x87\x57\x19\x88\x44\x1e\x00\x29\xc1\xa2\xe5\xf1\x80\xec\x9e\xb6\x37\xd5\x9f\x6d\x5e\x5e\x68\xca\x2f\x71\xda\x20\x6c\xc7\xab\x33\xb7\x65\x38\x57\x0f\xec\x8b\xfe\x92\x83\x73\xea\x1c\x0f\x81\x39\x8d\x59\x5f\x2c\xe3\xd7\x99\x96\x09\x8c\xc8\x85\x3e\xf1\xd8\x68\x10\xb0\x53\x98\x09\x73\x39\xcd\x01\xca\x7e\x9d\x88\xed\xb8\x84\xe5\x59\xb0\x80\x73\xc0\x4f\xbc\x34\x54\x3b\x80\xd6\xcf\x40\xf4\x3e\x9b\x1e\x15\xf4\x69\x66\xee\x6a\x3d\xd9\xab\xe0\xec\x4f\xe3\xce\xfb\x2d\x5e\x7d\x9c\xb0\x53\x14\x3f\xc0\xdd\x34\xa9\x87\x06\xa7\x13\xa3\x4b\xeb\xb6\x01\x86\x50\x2d\xcb\x79\xd0\x27\xba\x31\xa0\x2b\x79\x2a\x75\x70\xb6\x4f\xb0\x8f\x24\xe0\x4d\x93\x6e\xc8\x7d\x9e\x9c\x55\x12\xee\x24\x39\x33\xaa\xf0\x01\x72\x63\x44\x38\xfe\x01\x34\x86\x47\xf5\x9c\xfa\xd5\xd2\x27\x00\x63\x0d\x0f\xe4\xc0\xe8\x1a\x81\xc8\x75\x91\xaa\x5f\x4e\x30\x55\xe1\x98\x09\x4b\x3f\x1c\x27\x51\x94\xc3\xf5\xc4\xaa\x58\x5d\x87\xd3\x4c\x65\xd6\xa3\xe2\x70\x4d\x2e\x93\x12\x53\x2f\x48\x98\xc7\xff\xd4\xf7\x73\xb7\x4d\xd0\xa7\xf5\x1a\xb1\x58\x07\xe0\x51\x4a\x1a\x20\xee\xbb\x06\x92\x93\x50\xf4\x4a\x14\xe4\x7e\x68\xd5\x7e\x30\xcc\x10\x5a\x2a\xcd\xa9\x40\xc6\xad\xbc\x70\x21\x53\x8d\x73\x61\x95\x96\xf0\x5f\xf8\x57\xaa\x9e\xba\x8a\x92\x18\xbf\xc5\xa0\x82\x1f\x6b\x5e\xa8\x80\xe4\x80\x2f\xfc\x8e\x71\xb5\x4a\xf3\x19\xb4\xf1\x4b\x9d\x19\xc9\x0e\xfa\x6e\x67\x00\xf3\x64\x71\x2f\x0e\x14\x61\x61\xf2\x92\x4a\xb2\x78\x26\x26\x20\x04\x75\x9a\x8c\x60\xb7\xcd\x07\x88\x65\x12\x3a\x10\xc3\x61\x80\x52\xef\x00\x4d\xf3\x02\xbc\x4a\x7c\xb2\x14\x69\x4e\x60\xc7\xfc\x10\xe5\x1c\xf6\xcb\xa4\x27\x6c\xf8\x65\x1c\xb5\xaf\x1e\x3d\x8a\xdf\x25\x5e\x94\x96\xa3\x0b\x6b\x88\x26\xdf\x4b\xf7\x0c\xc4\x61\x73\x0f\xc8\x01\x5c\xe8\x4e\x84\x21\x5c\xea\x4e\xdc\x04\x95\x95\x9b\xf5\x70\x1b\xe8\x48\x40\x7f\x2f\x66\x7b\x95\x6f\x75\x45\x96\x45\xe5\xf3\x2d\x5f\x65\x2e\x04\xb9\x07\x2a\xee\x58\x79\x21\x36\x12\xa4\x32\xc9\x31\x50\x89\xb0\x90\x17\x16\x5e\xe2\xe9\xe7\x4d\x28\x1e\xf5\x0d\xf7\x06\x4a\x1a\x76\xfd\x26\xe9\x06\x91\x23\xf2\x36\xc3\x0f\x1c\xed\xbd\xf1\x22\xa2\x3f\x23\x3f\xc1\x50\x51\x7b\x23\x36\xfa\x98\x98\xab\x80\xf0\x4a\x79\x63\x1d\x76\x5f\xc8\x4f\xd0\x5d\x67\x11\xdf\xc4\xf4\xca\x1b\xdd\x24\x19\x84\xf2\xf6\x15\x0f\xdb\x9b\x85\x3a\x28\x63\x3c\x80\xa8\xdf\xc5\x43\x4d\xfb\x62\x74\x15\xeb\xb5\x9c\x5a\x46\x49\xcd\x7a\xde\xc5\xf3\x43\x3f\x38\xd3\xcb\xbd\xdd\x05\xce\x8f\xcb\x74\x63\x6c\x50\x77\x75\x7f\xfa\x48\xfa\xc1\x12\x0d\xe2\x3e\x6f\xdd\xd5\xe0\x60\x6e\x43\x65\x3b\x06\x02\x89\x0a\x7b\xb9\x31\x1e\xe4\x57\x6e\xec\x0b\x73\x24\x64\x10\x8e\xfe\x79\xc3\x01\x68\xb0\x21\xa7\x42\xd5\x98\x74\x77\xd5\x1a\x6b\x1f\x6f\xac\xc6\xd5\xbd\x30\x3c\xb6\xe3\x41\xd4\x55\x4c\xbe\x51\xfa\xab\x97\x05\x10\x1e\x72\x21\xf7\x47\x08\xa9\x4f\x70\x63\xb6\xc7\xb2\x5c\xdc\x8b\xe4\xec\x41\x80\x6f\xa2\x6f\x7c\x63\x4b\x83\x12\x5a\x56\x44\x65\x4d\xe4\x80\x11\x69\x6f\x38\x60\xbc\x25\x12\x20\x77\xc5\x8b\x22\x6f\x12\xfd\x28\x4d\x91\xd7\xa1\x49\xe4\xcc\xeb\x80\x6f\x69\xde\x8a\xcf\x3c\xc8\x37\x04\x12\x44\x7f\xde\xf8\xfc\x76\xcf\x0c\x16\xc3\xb4\xff\xd3\x30\x5c\x7c\xf7\xd4\x89\xdc\x7a\x60\x56\xee\x97\x58\x52\x1e\xed\x5b\x7f\x4c\x88\x1c\x39\x21\x42\x64\xc2\x7d\x9a\xac\xd8\xfe\x51\xbf\x70\xbf\x00\x84\xa7\x16\xf0\x5b\x2e\xd9\xfd\x25\x3a\x4f\xf1\x5e\x10\x41\xa3\x3a\xc7\xdb\x04\xce\xbf\x14\x33\x41\x88\x77\x2f\x9f\xc9\x26\x70\xc5\x49\xd0\xe2\x4d\x22\x74\x63\x0c\x28\x0e\x1c\xe4\xb8\x9c\xd9\xfd\x88\x2f\xb1\x1e\x11\x06\x0a\x7e\x3f\x9a\x58\xfd\xed\xc5\x24\xac\xc7\x64\x0d\x71\x22\x79\x44\xd3\xca\x29\xfa\x5b\x3d\xd0\xb3\xc1\xcd\xb0\xa8\x0f\x79\x39\x71\x2b\xca\x47\x23\x01\x9b\x63\xd2\x87\xc1\xa2\x92\xf4\x21\xe5\x9c\x1e\xb8\x07\x5f\x35\x51\xe1\xc4\x45\x4b\x90\xe0\x81\x67\x43\x82\x04\x4f\xf5\x2b\xcf\x67\xe9\xab\x94\x11\x39\x79\x39\x40\x76\x77\xcd\xe3\x8f\x91\x2c\x6c\x8f\xd2\x5f\x3d\x1f\x48\xed\x24\x96\x7a\x82\xd4\x0e\x1c\xee\xf3\x69\x18\x3c\x1c\x3f\xe1\xb1\x71\xad\xc9\xa7\xe9\xbb\x17\x94\x11\xd5\xe1\x38\x1f\x14\x9d\x20\xeb\xf3\xe9\xea\xc6\x2c\x23\x6e\xc0\x55\x88\xce\x26\xea\x6c\x92\x24\xa2\x0b\x61\x78\x4c\x6e\x32\xac\xd7\x74\xcf\xd8\x42\x22\x6a\x99\x57\xdf\x7a\xf4\x9d\x78\x0f\xe4\x63\x1c\x79\xd7\x3c\x51\x0a\xb3\x77\xcf\xf0\x65\xa5\x4f\xe2\x63\x75\x7f\x0b\xe7\x11\xce\x1d\x47\x7c\xc5\x25\x10\xdc\x9d\x88\xaf\xf9\x90\x50\x5a\x7c\xd2\x33\xd1\x9b\x72\x06\x44\x76\x6b\xe5\x7c\x85\xc9\x60\x50\x01\xf4\x9b\xe2\xf9\x8c\xe9\xaf\x6e\xe6\x55\x29\xcc\x7c\x5f\x39\xb0\x62\x19\xfd\x1f\x7b\xfd\x6a\xd9\xe4\x5c\xbd\x66\x5e\xb7\x7d\x18\x48\xb1\x51\x06\x17\x05\xc7\x0c\x58\xb7\x8b\xb1\x7b\x85\xae\x4c\xeb\x0d\x36\x60\xbd\xd1\x3a\x82\x32\x21\x83\xfc\x2e\x01\x09\x14\x21\x01\xe8\x36\x02\x09\x24\x71\xf3\xbb\x1c\x18\xb1\xf2\x2b\xa0\xe5\x04\xac\xdb\xc8\x5a\x96\x00\x74\x2b\xd9\xdc\xf3\x9d\x26\x85\xa1\x9f\x89\x8e\x13\xc6\x01\x80\x6e\x05\x58\x9e\xc4\xbe\xef\xe2\x2f\x89\x7d\x1f\xdf\xba\x2d\x62\x33\xe4\xec\x5f\x88\x8a\xcc\x05\xa0\xdc\xaa\x71\x8e\x30\xf6\x41\xd4\xd6\x7c\xbf\xb8\x7d\xfc\x16\xe3\x04\x61\xbf\xf3\xfd\x74\xc3\xcc\x8b\x70\x5e\x0d\xc2\xf6\x82\x03\xf3\x61\x79\xe1\xcc\x00\x90\xe7\x8b\x8b\x63\x75\x6c\x1a\x2a\x60\x16\x04\xe8\x86\xfb\x68\xa8\xfb\x62\x59\x95\x14\xbf\x45\xac\x96\xd3\x02\x94\x1b\xbb\x63\xc3\x05\x8b\x70\x5e\xf9\xbe\xe4\x48\x75\xfc\xaf\xe3\xd9\x7f\xf7\xf7\x63\x33\xa8\x40\x6c\x94\xf1\x4c\xda\x7f\xe5\x9b\x39\x36\x20\x06\xc4\xe5\x1a\xa0\x77\x83\xa8\xa1\x43\xf4\x2e\x11\x0a\x06\xe8\xdd\x8a\x2f\xe4\xd8\x00\x3d\xe2\xb6\x31\x36\x39\x80\x75\x29\x07\x88\xdd\x8a\x97\xfe\xd8\x08\xdf\x01\x2c\x62\x80\xde\x0d\x30\x6a\x63\x43\xf4\xc0\xfd\x69\x2d\x09\xfd\xf0\x5b\x0e\x38\xfa\x8f\xb1\x55\x23\x4c\xda\x06\x71\x6c\x11\x98\xb1\x19\x65\xc3\xef\x42\x18\xd0\xbd\x8d\x8d\xcc\xd3\x28\x25\xc7\x86\xd5\x83\xe8\x18\x03\x60\x6d\xc7\x71\x7c\x6c\x5d\xe0\x2b\x63\x00\xc9\x0e\x24\x61\x6c\x9a\xcd\x93\x6f\xa5\xc1\x28\x19\x8f\xce\xc1\xc3\x32\x30\x8a\xc9\x3a\xa4\x7a\x02\xfa\x24\xcc\x36\xfe\x83\x63\xc3\xe4\xce\xa5\x1f\x1b\x0a\x68\x8c\x1f\x63\xc3\xe0\xd1\x5c\x37\xdc\xae\xc0\x78\x8d\x6d\x10\x26\x65\x71\x00\x63\xd3\xd2\xb7\x5b\x36\xc1\x32\xe3\xff\x92\x4a\x58\x4f\x2c\xfe\x9d\xf1\xe3\x0b\x09\x32\x7a\x10\x1f\x3f\xc3\x75\x46\x54\x01\x6c\x39\x00\xe8\x56\x62\x59\x8d\x8d\x17\x1a\x31\x7f\x6c\x28\xbb\xc1\xb4\x8d\xcd\xf0\xdb\xee\xcb\x41\xc0\x00\xe7\x7e\xe0\x40\x1f\xf4\xcf\xcb\x8d\xe3\xfe\x20\x6e\x7e\x54\xdb\xf0\x72\xa3\xdb\x1b\x1b\x06\x18\xcc\xe9\x63\x33\x6d\xde\xa4\x0d\x38\xb3\xe1\x77\x8d\x0c\xec\xba\xe1\xc9\xd1\x6c\x8f\xab\x15\x8f\xc6\xd8\x6e\xf4\x82\x95\x3e\xc9\xaa\xde\x3d\xc8\xf8\x36\x0e\xd7\xf0\xd1\xc3\x80\xbd\x7b\xd0\x05\x7a\x36\x00\xf1\x82\xb1\x1b\x1b\x8f\x24\xc0\xce\xb1\xbd\x80\x99\x77\xd6\x93\x98\x76\xb8\xe5\x8c\x7d\x73\x4d\x82\x32\x88\xf5\xaf\x8c\x87\xc7\xba\x7c\x63\xdf\x70\x58\x5f\x1c\xe7\xd8\x37\x8c\x1c\x9c\xc9\x9d\xf8\x76\x44\xbb\x1d\x3b\x67\x9b\x48\xb3\x03\xd0\x6f\xf5\x2c\x11\x07\xbf\x02\x20\x1f\x7b\x11\x52\x44\xff\x45\x49\xc0\x7a\xb9\x19\x7e\x8b\x5b\x54\x67\xcd\xf7\x6a\x32\x94\x8d\x32\xba\x58\xee\x20\x61\xe9\xfb\xb0\x9f\xa6\x7e\x74\xad\xf3\x8e\x57\x07\x98\xb0\x41\x58\xfa\x40\x89\x3f\x00\xee\x76\x2c\x83\x03\xe0\x6e\xe3\x51\x1d\xbf\x85\x96\xa7\x9c\x12\x0c\xfa\x4f\x80\xd0\x1b\x7d\x12\x9b\x0d\x6b\xe3\xd8\x79\xf4\x88\x41\x38\xf6\x94\xf1\xb1\x0d\x9e\x01\xfe\x96\x80\x0a\x78\xab\x8c\x7d\x11\xfb\x8a\x07\xc9\x00\xd0\xdb\xf0\xaf\x1c\xbb\x51\x69\xd6\xc3\x32\x08\x0f\xdf\x09\xa9\x3e\x76\x1e\xba\x70\x9d\xb1\x56\x13\xec\x72\xec\x66\x0f\x1b\xf4\x83\x67\xc6\x92\x46\x7e\x41\xcc\x76\x30\x25\x80\x4b\xc7\x8e\xe2\x15\xaa\x3d\x76\xd8\x4b\x00\x7b\x83\x78\xf1\x01\xcb\x37\xf6\x53\x37\x15\x26\x84\x12\x96\x14\xf6\x63\x87\x8d\x24\x7e\xd8\xd8\xc1\xa8\x55\x27\x47\x48\x6c\x70\x45\x63\xbf\x8c\x41\x6f\x1b\x74\x66\xc9\x62\x60\x8e\x6e\x6e\xe0\xad\x5b\x0e\xfd\x3f\x8a\x1e\xf4\x63\x7e\xc6\x8d\x6f\x19\x52\xc6\xfe\x35\x06\x70\x90\xf7\x07\xf9\x7b\xe3\x5b\x00\x7d\x41\x91\x8f\x1d\x07\xdc\xe9\x82\x69\xb2\xee\x2c\x12\xe9\xe0\x8b\x1b\x02\x77\xb8\xd9\xbf\x71\xe7\x2b\x7d\x12\x87\x09\x37\x9b\x51\xc8\xf8\x4e\x98\xed\x41\xdc\xf9\x3e\xbf\x7a\x2e\x0d\x1b\x58\x8c\x22\xb1\x5e\xac\x61\xdc\x79\xf4\x37\xc3\xb8\xf3\x84\xb5\x19\xc4\x94\xef\x95\xc3\x5e\x84\x9c\x30\xdf\xb2\x6b\x4d\x4b\xca\x10\xdd\x62\x19\x91\x16\xe2\xfa\xc5\x97\xe7\x50\x00\x2a\x4e\xb0\x44\xa3\x60\xa8\xc0\xf2\x35\xca\x67\xa8\xa0\x7f\xa2\x8d\xa0\x07\x1a\x80\x87\x1b\xba\xb4\x51\x2a\x97\x95\xb5\x2d\xea\xb4\x20\x30\x82\x84\x09\x3d\x3e\x0a\x20\x4f\xb8\xbd\x01\x48\x38\xb0\x66\x0e\x40\xbf\xe9\x43\x57\xb0\x80\x93\x98\x63\x14\xd0\xee\x18\x7b\x06\xf1\xe2\x2b\x3a\xb3\x51\x7c\x34\xec\x33\xd5\x9d\x30\xaf\x0f\xdc\xcb\xbc\x88\x23\x0f\x16\x6a\x14\x43\xd6\xb8\x86\x38\xdc\xc3\x19\x8f\x32\x04\x18\xd3\xff\x50\x9c\xb1\x5e\x3d\x28\x7d\xea\x28\xcf\x3e\x16\x1c\xdf\x09\x31\x3e\x0a\x5c\x51\x75\x7d\x8c\x43\xe6\x77\x51\x5f\x48\xc0\xca\x07\xf7\x60\xdd\xcc\xb5\xca\x19\x28\x64\x82\x27\x58\xe4\x00\x3c\xdc\x77\x7f\xab\x97\x06\x8f\x67\x31\x24\x0e\x77\x47\x50\x31\xc6\x95\x61\x38\x79\x12\xa3\x8c\x82\x25\x14\xeb\xe1\x28\xa7\xc6\x1e\xdb\xf8\xe0\x33\x06\xdc\x9f\x36\xe7\x7e\x6a\x9c\xb0\x1e\x09\xc7\xbd\x36\xa0\xea\x57\x36\xc9\x33\xed\x6f\x0c\x30\xb6\x87\xbb\x9a\x9e\xb1\x5b\xd7\x2c\xbe\x4b\x16\x79\xc0\xa8\xa3\xa8\xdf\xe5\xde\x11\x06\xbe\x02\xfd\x18\xe5\x7b\x4c\xec\x13\xb1\xd7\xf6\x58\xe7\x9b\x6b\xc2\x63\x32\xfc\x16\xc9\xab\x49\x44\x3c\xca\x63\x94\x1c\xd6\x87\x58\x68\x9b\x6b\xfb\x62\x0c\xb0\x7f\xb0\x9b\x01\x4d\xf8\x42\xbf\x2f\x31\x76\xd4\x8d\xe8\xd0\xd0\x96\xba\xe1\xe9\xc2\x43\x54\x81\x74\xad\x7b\xf4\x0b\x62\x56\x01\x7c\x12\xfd\x61\x10\x3b\xbe\xc9\x5d\x55\xb9\x2b\x2e\x56\x35\x8a\x29\x07\x44\xd4\x33\xb1\xcd\x06\x71\xe4\x3b\x3e\x9b\xa3\x56\xc5\x9f\xa0\xcc\xcb\xcd\xe6\xd4\x6a\x2a\xb2\x4e\xd9\xb4\x5e\x0c\x1c\x6c\x16\x78\xa3\x51\xab\xa9\xb3\xe8\x87\xcb\x04\x56\x66\x54\xc3\xb9\x6c\x96\x51\x50\x42\x30\x2a\xae\x29\xdf\x98\xc1\x6c\x91\x09\x7b\xd4\xee\x62\xd3\x3f\x8a\x60\x2c\x8f\xa3\xa6\x01\xf8\x68\xaf\x23\x7b\xb1\x8c\x02\x97\x8d\x32\x46\x7c\xf8\x5b\x5c\x44\xe4\x0c\x40\x3a\x77\x42\xe8\x0c\xd1\xcd\xb8\x09\x0d\x10\xcd\x1d\xf1\x61\x54\xc2\xaa\xec\x6e\x08\x31\xcc\xc0\xc6\x0d\xe3\xbc\x83\x22\x1f\xc4\x79\xef\xdf\x98\x8d\x1c\x61\x1b\x1e\x07\x22\xb5\x8e\x8a\xd2\x16\x30\xea\xa8\x4b\x34\xa8\x5e\x26\x81\xca\xdd\xb1\x01\x32\x04\xf1\x3d\xaa\x99\xaf\x78\x70\xaa\xe9\xee\x5c\x2b\xf2\x19\xc8\x01\xd7\x1b\xff\x56\xb8\x0a\x80\xc4\x1d\x11\x72\xd4\x47\x85\x3b\xbf\xc5\xff\x8e\x6c\x3c\xa3\xbe\x58\x9a\x20\xc0\x95\x2c\x40\x28\xeb\x47\x7d\x7d\x94\x68\x4f\x60\x3e\x09\x2d\x60\xe3\xc0\x3a\x36\x00\x1b\x77\xbc\x04\x06\xa0\xe2\x04\x5e\x31\xda\xa6\x3f\x60\x52\x46\xd4\x62\x5f\x1a\xd1\x1c\x70\x8d\x1b\xc4\x94\xcf\xfe\x95\x09\x53\xc3\x8b\xde\x80\x84\xe0\xd3\x37\x8c\x11\x2f\xf1\x6e\xd5\xf0\x32\x96\xd1\x63\x41\x74\x1b\x79\x0b\x08\xf0\x37\x5a\x33\x76\xd7\x1a\xbf\x20\x5b\xf4\x37\xa3\x69\x1d\xe6\xac\x36\xa0\x49\x58\xed\x47\x13\x12\xd2\xac\x27\x9e\x3e\x84\xbf\x69\xf4\x62\xfd\x1b\xb9\x4a\xe5\xa2\x00\xc4\xf6\xe1\xd8\x8c\x25\xc6\xbd\x30\x9c\xbc\x8f\x61\x23\x10\x24\xfa\xbf\xd1\x26\x2e\x49\xec\x4b\x23\x64\x75\x3a\x47\xc2\x54\x57\xeb\x0f\xf4\x91\x10\x92\x26\x4e\x0e\x4e\xb4\x41\xf0\xa6\x6b\x7b\xc2\xa5\xc1\x38\xb4\x93\xfd\x65\x5f\x00\xa6\xe6\x70\x0d\xb5\xea\x72\x4e\x1a\xfe\x9e\x64\x64\x1f\x84\x8a\x4f\xac\xc6\x03\xf0\x6a\xc7\x73\x62\x34\x92\xd4\xec\xae\x27\xf1\xc6\xba\xfd\x5f\x10\x4e\xfb\xbf\xb5\x0e\xd3\x0f\xea\x29\x89\x16\xa1\xdc\xfb\xee\xdc\x81\x17\xe1\x21\x34\x08\xe5\xde\x7d\xdc\x1a\x30\x22\xef\x14\x18\xd3\x86\x3e\x72\xf4\x5d\x17\xc4\x46\x19\x43\xc5\x57\x86\x61\xd9\x2c\x03\x47\xfa\x35\x67\xd6\x4d\x13\xd5\xfd\x08\xe2\x12\x03\xe9\x82\xe2\x8a\x65\x9c\xb9\x59\x60\x80\xa9\x49\xfc\xfa\x01\xe8\xb4\x93\x1c\x78\x74\x5c\x8c\xf0\xe9\x1b\xc4\x82\x4f\x37\xb6\x23\x36\xa2\xb8\x1f\xc6\x73\x27\xf8\xdd\xe8\xcd\xa8\x0d\xf4\x83\x6e\x09\xbd\xd7\xe8\x1f\xd1\xea\x94\x55\xce\x52\xee\x88\x30\xcd\x32\x98\x27\x88\x8a\xf1\xd9\xc3\x45\x22\x2c\xcf\x1c\xf4\x0f\x22\xdb\x57\x04\x80\x68\x53\x54\x31\x56\x3b\x50\x94\xd1\x07\x78\x2f\xc7\x63\x2c\x75\xc4\x22\x40\x9b\x41\x58\xeb\x01\x68\xb3\x82\xbc\x1e\x1d\x1f\x37\x0f\x3e\x31\xd3\x3b\x4a\xde\xd1\x79\xc5\x77\xd7\xc4\x7c\x7f\xc3\x32\x96\xc1\xdd\x32\xc4\x0c\x71\xde\x18\xe8\xd5\xf1\x83\xaa\xc6\xf1\x7a\x74\x38\x60\x42\x17\x8f\x6e\x60\x3b\xfb\xe7\xa0\x61\xc1\x1c\x80\x30\x9b\x9c\x50\xc7\x4d\x48\x71\xd2\x10\xe6\x1e\x7c\x40\x98\x41\x50\xc8\xd1\xc1\x33\x35\xbf\x8b\xaf\x25\xce\xd9\xa3\x6b\x99\x4a\xcb\xbe\xb2\x7c\x4b\x82\xc7\xc3\xd5\x1f\x0f\x2c\xe3\x7f\x25\x06\xf4\x03\x47\x8b\x1e\x6e\x74\x20\x06\x38\xee\x0f\x42\x92\x57\x1c\xb8\x47\x20\xca\x11\x32\x7c\x10\x9e\xbc\x01\x88\x1d\x86\x27\x07\xfa\x31\x42\x77\x23\x2e\x47\x08\x8d\xe1\x91\x89\x5d\x98\x8f\xf5\x88\x36\xf6\x83\x9a\x42\x8e\x36\xc8\x50\x04\x64\x60\x00\xb6\x4c\xb2\x8f\x8f\xc0\x9f\x17\x5d\xce\x08\x1d\xeb\x19\x7f\xa0\x63\xdb\xbf\x36\xba\xf4\xd0\x67\x17\x9a\x64\x19\x22\xfa\x95\x25\x0c\x8c\x27\xf4\xf7\xa4\x1f\xdc\xc3\x88\x70\x31\x42\x31\x8a\x33\x19\xa8\x02\x14\xbd\xc1\x44\x86\x1c\x79\x00\x5f\x92\x68\xc5\xa1\x71\x82\xf5\x39\x84\x21\xf0\xdb\x4b\xc3\x0c\x6d\xb0\x8c\xa3\x04\x1f\x71\xcb\x14\xd0\x06\x77\x2f\x09\x06\x78\xc7\x18\xb6\xbf\xc5\x96\xf1\x2d\xe0\x21\x00\xb0\x47\x20\x99\x90\x65\x6b\x88\x41\x4c\xee\xd1\x17\xb1\xb9\x59\xd6\x1f\xd3\x32\x52\x10\x1c\xbf\xd1\x9b\xc9\xac\x3f\x12\x51\x9a\xc0\x09\x23\xd9\x0b\x20\x45\x23\x81\x78\x28\x06\x12\xcd\xb8\x02\xb1\x19\x89\xae\x17\x7c\xe4\xc8\xae\xd5\x92\x36\xdd\xbb\xbf\xf6\x25\xe5\xe0\x91\x1c\x92\xd0\xe6\x84\x2a\x1f\x09\x22\x82\x84\x41\x23\x0d\x4f\xce\x39\x4c\xc4\xde\x35\xce\x5f\x10\xb3\x34\x69\x02\xec\x7a\xc2\xba\x63\x96\x1f\xf9\x85\xdd\x58\x0b\x96\x72\x1b\x2e\x86\xee\x4f\xb0\xfd\x89\x45\x83\x7c\x8e\x23\x0d\x6b\xe3\xa0\x1e\x31\x61\x96\x11\xb5\x38\xf8\x80\xfa\x02\x7c\xcf\x48\x92\x71\x80\xdc\x1f\x89\x9f\x9d\x1c\x4f\x8a\xbf\x71\x61\xd8\x04\x12\x6a\x8c\x01\xfe\x06\xb3\xf3\x18\xbb\x2e\x22\xeb\xd0\x0d\xb3\xbb\x70\x99\x86\x11\x28\xb8\xdc\xa3\x4a\x0c\x06\x65\x7c\x2a\xab\xf5\x46\xa6\x58\x73\x21\x22\x6e\xca\x85\x0c\xfc\x2e\x5d\xf8\x81\x7f\x25\x20\xc6\x31\x80\x06\x48\x20\x07\xdc\x9e\xdc\xd8\x30\x80\x23\xdc\xd5\xc0\x9f\x4e\xc2\x36\x3e\xbf\x4b\xfa\x04\x14\x5a\xd9\x10\x01\x84\xa0\xd7\xc7\x80\x1b\xf8\xda\x90\x38\x83\xa8\x16\x63\x98\xef\xd2\xef\x7e\x98\x30\xc6\xb9\x38\x83\x8e\xc3\xee\x18\x28\xb2\xc9\x2d\x38\x06\x31\xd2\x48\x56\x32\x06\x1c\x67\x75\x4d\x86\xe2\x06\x6d\xd8\x5f\xb2\x2a\x8d\x81\x3e\xa3\xb9\x26\x66\x3a\x67\x2f\xc0\x17\xe6\xd7\xa7\x09\x5d\x1d\x03\xca\x7d\xb9\x19\xf0\x85\x49\x1e\x82\x31\xa6\xd1\x46\xf8\x2d\x8e\xf2\x58\xd9\xc6\x38\x55\x76\xf3\xdb\x4b\xa3\x0b\x6d\xbe\x48\x10\x96\x89\x4e\xe2\x5e\xe8\xb2\xd2\x2c\x77\xb8\x2b\xc6\x09\xf2\x7d\xba\x2f\xe4\x97\xc4\x12\x3d\x06\xc4\xf8\x1b\x27\x8e\xef\xc5\xf3\x80\x51\x4a\x0e\x1b\x0c\x62\x07\xeb\x36\x86\x39\x25\xed\x07\xbf\x4e\xb2\x90\x8d\xa1\xbb\x1a\x8f\xf6\x84\xb8\x82\x70\x1f\x73\xc7\x2a\xcd\x23\x66\x94\xda\x0e\x61\x98\xe4\x6f\xc0\xb0\x31\x26\x97\x9b\x30\xe7\x63\xea\x28\xcf\x03\x3e\xf5\xe5\xe4\xee\x80\x53\x4c\xb0\x89\x63\xa2\x0f\x26\x12\xca\x98\x00\x8c\x81\x75\x8c\x59\x7d\x0c\xd7\x5e\x80\x47\xac\xc0\x73\xc6\xc4\x95\x0b\xcb\xfe\x98\x06\x00\x85\xbb\x9a\x38\xb2\xfb\xc0\x4e\xdd\xa5\x10\xc9\x27\xa2\x3a\x46\x94\x31\xcd\x52\xe5\x6f\x39\x03\x38\xee\x8f\x39\xf4\x2c\x61\x0c\xe8\x6b\x81\x59\x8d\x39\xc4\xa5\xf1\xdb\x81\x9e\x0f\x69\x0a\xec\x60\x73\xaf\x27\x31\xed\xf0\xc1\x1c\xd3\x80\x8f\x10\xb3\x89\x5e\x16\x27\xf5\x31\x0f\x01\xcc\xcc\xe5\x40\x3f\xed\x77\xb1\x90\xaa\x7e\x99\xa7\x3a\x45\xeb\x7d\x90\x69\x4f\xf4\x10\xb9\x5e\xb0\x7d\xb5\xb9\x3e\x8f\x81\x2b\x98\xcb\xab\x11\xe2\x57\xd0\x8c\x31\x09\x89\x83\x9b\xca\x38\x74\x6f\xe0\x65\x22\xa2\x6c\x80\xd4\x1e\x07\x54\x1b\xf7\x9b\x21\x90\x8f\xe8\xa3\x83\x48\xb3\x5d\x59\xf9\x20\xd9\x07\x31\x96\xc6\x01\x18\x55\xa2\x42\xd4\xd9\xc4\xeb\x7e\x1c\xbb\x11\x41\xf9\x16\x00\x3f\x39\x8c\x63\xd7\x42\x44\x3f\x60\x9b\xf6\xaf\x5e\xdd\x80\xbf\x05\x9a\x01\xc1\x20\x02\x6d\x05\xd7\x35\x8e\x62\x60\x3b\xbe\x05\xd8\x15\x88\xc1\x38\x4c\x5b\xcf\xc5\x12\xf8\xa7\x02\xf7\x30\x28\x24\x1b\x0b\x08\xb0\xfe\xd6\x06\xdc\x8f\xdf\xad\xbc\x7c\x5c\x94\x83\x20\x8f\xe0\xb4\xc6\xd1\x7d\x59\x07\x65\xd2\xa7\x71\x81\x0e\x88\x96\x3a\x80\x03\xf0\x2a\x98\xa7\x71\x10\xcc\x11\x18\xc5\x00\xb7\xd7\xc3\xf5\x81\x68\xe1\xe7\x38\x8e\xf0\x80\xd8\x06\x42\x08\x61\x3e\xb0\x42\x7e\xeb\x46\x24\x05\x72\x62\x8e\xc3\xa4\xbb\x1c\xfc\x23\xd5\xc7\x58\x8f\xd7\x02\x07\xea\x48\x2f\xb1\x65\x14\xc1\x7e\x0b\xae\x42\x25\xf8\x41\x30\xc7\xe1\xbc\xc0\x4e\x81\x8d\x1b\x07\xf1\xde\x88\x8e\x31\x88\x82\x1b\x12\x69\xf0\x7c\xbd\xda\xbf\x29\x09\x77\xeb\x15\xf1\x58\x73\x2c\x74\x24\x2b\x19\xc7\x21\xec\x82\x35\xd4\x20\xe1\x3a\xe0\x1b\xa8\xf8\x7c\xc0\xa9\x6c\x69\x3d\x99\x97\xc2\x7a\xdc\x60\x1c\xbf\x9c\xae\xe7\x53\xc0\xad\x6d\xc8\xea\x23\xa7\x78\x9c\x38\xb8\xef\xd6\x83\x7f\x72\x0d\x4f\x8c\x55\x5f\x3d\xba\x4f\xb8\xcf\xe3\x14\x56\xc3\x7c\x09\xd4\x48\xe8\xaa\x01\xbe\xb0\x13\x41\x63\x88\x29\xd4\xd0\x72\x08\xac\xdd\xac\x37\xc8\x81\xbf\x25\xcc\x14\x0f\xf8\x41\x34\x54\xac\x90\xe3\x30\xab\x3d\x17\xdd\xc8\xbd\x1a\x24\x0e\x45\x7e\x88\xd0\x61\xca\x37\xd7\x10\x90\xad\x86\x99\xe3\x31\x9e\x1f\xfd\xa3\x03\x4e\xe7\xfe\xe8\xa5\xc1\x9a\x3c\xc2\x2b\xac\xc7\xfb\xc4\x73\xfb\x92\x7f\xd3\x71\x12\x8b\x1f\xcc\xdf\x38\x88\x2d\x87\x8f\xf0\x38\x5e\x62\xd7\x41\x30\xc0\x20\xf6\xe9\xbd\x00\x3a\xe4\x1d\x3f\x37\x83\x75\x76\xca\x66\x64\x1a\x94\x31\x02\x6d\xd6\xcb\xd9\xef\x94\xb5\xde\xae\x31\x9c\x18\x05\x95\xa6\xce\x1d\x4e\x91\x3b\x42\xb4\xe1\x4e\x76\xf9\x71\xa2\xc2\xd2\x28\x05\xae\xb1\xaa\x27\x3e\x91\x12\x65\x7c\x4e\xe3\xd5\x75\xfb\x44\xdf\x3c\xeb\xaf\x88\x19\x00\xc8\xc0\xbd\x67\x9c\x5f\x62\x0e\x3a\x28\xea\x93\xac\x37\x68\x1a\x13\xad\x38\x58\xb3\x51\xa7\xf9\x00\x2c\x37\x2f\x16\xed\x45\xbb\x23\xce\x10\xae\x78\xe0\x9f\x38\x4e\xf3\x2a\x72\x71\x4f\xac\x8d\xb8\xfd\x8c\xb3\xa3\x88\xe7\xb5\x3e\xbb\x2f\x31\xe5\x50\x47\xc5\x44\x4d\x67\xbf\x5b\x06\x3a\x01\x31\x3b\xf5\x25\xb4\xff\xd4\xf7\x93\xfe\xe1\x54\x88\x80\x30\x3e\xd0\x23\x17\xee\xc4\xf2\x52\xdd\x1c\x4c\xeb\xea\x8d\x4e\x75\x1b\x10\xa4\x53\x50\x2e\x17\xf1\x9c\xa2\xd1\x69\x8f\x25\x91\x48\xb0\xe3\x03\x3d\x32\xce\xcb\x54\x6a\x5f\x19\xab\x0d\x04\x9b\x88\xb8\x39\x39\x5c\x17\x16\x58\xc5\x8a\xab\x49\xbc\x6d\x83\x35\x90\x03\x2e\xb6\x4f\xfd\x96\xd1\x71\x71\x0f\x1b\x44\xc4\x6d\x24\xaa\x18\x97\xc0\x66\x08\x30\x11\x6e\x93\xb0\xca\xe3\xc2\x4a\x05\x3a\x7e\x5c\x69\x78\x72\xfa\x4f\x3d\x15\x68\x0f\xec\x02\x10\xe9\xb8\x10\x91\x80\x63\x0c\xa3\xce\xfa\x68\x5c\x13\x2e\x8d\x75\xb8\xa6\x38\x27\xea\x21\x4e\x64\x04\x1a\xd7\x21\xd7\xc5\x6f\x09\xe3\x4d\xac\xb2\x01\xe6\xaf\xab\xd7\xbc\x20\x42\xea\x93\x2e\x44\x2a\x2d\xad\x17\x2f\xb7\x3a\x33\xa2\xce\x56\x75\x3c\xd7\xa1\x6e\x8f\x71\x02\x66\x0e\xf4\x34\xd7\x29\x51\xa4\x9e\x38\x61\xe0\x08\xc7\x05\x17\x48\x30\x83\x71\x9d\x44\x60\x41\x2c\xbd\x4e\x33\x56\x59\xc6\xef\x32\x6c\x0f\x86\xe9\xab\x97\xa8\x30\x1e\xe0\x0c\xcd\x31\x60\xc4\x92\x4b\xb8\x2e\x33\x59\xb1\x56\x78\x12\x10\xc6\x7b\x10\xa5\xb6\x75\xd7\x04\xeb\x6d\x4b\xdb\x28\x12\x5a\xaf\xbe\xc7\x32\xdc\x30\x04\xf8\x12\x68\xcd\x7d\xb9\x88\xc9\xb7\xd9\x86\xa4\x24\xe5\xab\xd7\x1b\x86\x71\xc2\x95\x16\xcf\x06\x18\x47\x0d\x18\x97\x92\x0f\x22\x9e\xd1\x6b\x55\x5f\x10\xbd\xb6\x7d\x7b\x8d\xc8\xb9\x7f\xed\x81\xc3\x34\xdb\x70\x6e\x3d\x4b\xba\x45\xb9\xb6\x58\x81\xd5\xb1\x81\x8f\xec\xc4\x11\x1c\xd7\x67\x0c\x63\x8e\xaf\x8e\xe3\xeb\xbb\x60\x22\x83\xb0\x4b\x43\x4c\x24\x1e\x18\x03\x1c\x64\x90\x6c\x65\x80\x83\x0c\x8d\x64\xf7\xe6\x7d\xa9\x94\x61\x34\x90\x6a\xee\x5d\x15\x56\x50\x96\xe0\xd1\xbf\xae\x95\x7c\x17\x9c\x5f\x2f\xbf\x8c\x9a\x31\xee\x30\x34\x2f\x83\x12\x87\x34\x2d\xe3\x5d\x0f\xc5\x27\x12\x6c\xc7\xc1\x74\x10\x09\xb6\x81\x21\x1b\x44\x79\x4d\x32\x76\x8f\xdb\xb8\x4a\x70\x48\x37\x31\xbd\x88\x31\x36\x6e\xcc\xaa\x8a\x48\xb7\x49\x50\x79\x1d\x6f\x0e\xa6\x2f\x34\x00\xbc\xae\xb9\x1b\xa0\x5d\x4c\x27\x8d\x77\xbd\x94\xda\x68\xab\x2e\xea\x4d\x84\x0e\x75\x2a\xb7\x51\x39\xe0\x78\x6e\x9d\x71\xd1\xc1\x80\x99\xab\xf8\xfa\x0d\xb0\x71\x11\x8e\x13\x0b\x69\xf3\x5b\x5f\xa2\x04\x7e\xfb\xe8\xc6\xc3\xb7\xc8\x42\xa3\xf2\x17\xac\x5b\xf8\x9a\x3e\x04\x92\x73\xbe\xcf\x8e\xd3\x2d\xdf\x05\xdf\x56\x71\xa1\x19\x8f\x61\x8b\x10\x45\x1f\x9c\xd7\x71\xf6\x1d\x0f\x86\x10\x52\xf3\x8f\x07\xc0\x27\xfe\xb0\x83\xa8\xa1\x41\xdc\xf3\x01\xfe\xac\x2a\xd6\x3d\x10\x3c\xf5\x8b\xcf\x97\x74\xb7\x50\xc6\xf8\xe1\xb7\xba\xa8\xed\xa0\x2c\xee\x87\x3e\x43\x87\x60\xfa\x4c\x15\xbe\xb4\xd7\x33\x83\x3d\x7a\x10\x43\x08\xc5\x33\x9e\xa1\x3e\x8c\x39\xb2\x8f\x38\x1c\x8f\x47\xf7\x36\xf4\x52\x04\xeb\x6c\x42\x39\x08\xd6\xd9\xb5\x4c\x3d\x84\x06\xd2\x32\xf8\x20\x32\x4c\xd7\xe7\x12\xe1\x4e\x7b\xc0\x90\x72\x42\x04\xdc\xac\x24\xce\x18\x0f\x89\x54\x00\xdf\x8e\xe7\x36\xf3\x3a\x73\x31\x76\x9a\xe3\x7c\xb4\x32\xd3\x5e\x29\x62\x5a\x86\x53\x81\x8b\x7a\xd4\x09\x71\x86\x5f\xa0\x46\x80\x45\xc7\x8b\x71\x0b\xec\xe3\x78\xc9\xdc\x85\x2b\xd7\x78\x77\x43\x33\x05\x65\x15\xd0\x96\x51\x40\x73\xf6\xde\x0f\x6a\x34\x28\xe3\xd2\x56\x2d\x13\x75\xb6\xdb\x9e\x70\xce\x9b\xed\xf1\xab\xdd\xac\xc7\xa3\x85\x87\xfd\x25\xb2\x49\xfb\xca\x88\xb4\xac\xdb\x5b\x14\x51\x2d\x1b\xdd\x77\x52\x36\x4f\x25\xf5\xc0\x97\x70\xeb\x1a\x60\xf2\xba\x04\xfe\xad\xc2\x25\x98\x23\xe2\xaa\x7a\xc7\x57\xbc\xa3\xdf\x02\x0c\xaf\x11\xee\x6d\x70\x48\x9c\xc9\xb7\xa1\x4f\x85\x00\xbf\x30\x1d\x42\x21\x5e\x7c\x66\xf7\xaf\xac\xae\x9a\x3e\x0d\x27\xcf\x59\x22\x28\x67\x25\x46\xe0\x20\x28\x67\x6b\x3c\x14\xef\xf4\x3c\xd0\x27\xd9\xab\x92\x7b\x41\xb0\xcb\x26\x37\xff\xa2\x57\xd6\xba\x2d\x96\x4e\xf1\xf3\x35\xd4\xcf\x57\x8f\x41\xd1\xb9\x9b\x03\x17\x69\xc1\xc0\x97\x7b\xfe\x92\x33\x03\x8c\xd7\xc8\xae\x33\x5e\x9d\xb3\xb9\xd0\x1f\xd0\xae\x5b\xaf\x6f\x14\x1f\xbc\xf1\xd7\xab\x96\x51\xa0\x43\xe5\x5f\xcc\xb3\xdf\xe4\x1e\x5f\x20\x06\x82\xd5\x4c\xee\xe4\xfd\x94\x92\xd4\xbf\x70\x42\x61\xd9\x24\x1d\xf4\x69\x58\x1e\x17\x4c\x4b\x19\xdc\xc0\x4b\x9c\x2a\xfc\x1f\x27\x80\xba\xe4\x5b\xd3\x28\x97\xc0\x34\xe6\xb6\xc1\x25\x54\xdb\x48\x90\x0a\x65\x32\xcc\x7c\xbf\x45\xd1\xbc\x44\xe3\xb9\x81\xa0\x87\x23\x99\x44\xbf\x4c\x92\xb0\xcc\xcd\x6c\xcd\xeb\x85\x9e\x44\xc2\x4c\x02\xfc\x4d\x70\x75\xc9\x4b\x36\x89\x8a\x59\xa7\xdf\xda\x61\xb9\x37\xc6\xf3\x5d\x02\xdb\xe8\xfe\x14\x94\x99\xcb\x7a\xbd\xa6\x01\x31\xd1\x97\x4c\x02\x5f\xf6\xfa\xb5\xd7\x57\x71\xa3\xac\xc7\x03\xed\xf5\x9b\x2b\xcc\x05\x00\x30\xd1\x34\xe6\x56\x54\xe0\xd2\xbf\xfa\xc2\xb4\x3d\x00\xe0\x9d\xf1\x0b\xfa\x9d\xd4\xe3\x28\x4c\x8c\xf8\xb9\x55\xad\x6f\xf4\x83\x35\x10\xe0\xeb\xdc\x2a\xa1\x9c\x1c\x27\x97\x03\x5f\xb9\xb9\x61\xb0\xa9\x41\x9f\xe4\xca\x84\xf8\xcd\x0d\xc8\x06\x61\x98\x27\x98\xbf\xc0\x07\x70\x6e\x86\xee\x69\xf4\xc9\x45\x01\xb9\x3f\x37\x2f\xca\xce\x5c\x54\xd6\x17\xc6\xd0\x75\xbf\xa1\x4d\x77\xef\xe8\x5f\x97\xa4\x9d\x7e\xc0\x51\x55\xe7\x4b\x58\x77\xbc\x49\xe6\x06\x37\xdf\x1d\x27\xd1\x43\x8a\xfb\xd2\x5d\x07\xbe\x15\xc6\xbd\xe3\x5b\x3a\xb5\x57\xeb\x51\x59\x38\xce\xf0\xbc\x31\x47\x7c\x57\x87\xf3\x0a\x13\x65\x33\x1e\x60\x26\x44\xd3\x9d\xe0\x11\x83\xa0\x84\x73\x23\x55\x1e\x91\x23\xe6\x66\x16\xf6\xaf\x0d\x20\x58\xf7\x11\x2b\x27\xc8\xf7\x49\x60\xd0\xd6\x5d\xcf\xf4\xe1\xf5\xb7\x84\xe2\xf6\xdc\x0e\xa5\x26\xc6\x86\x9b\x1f\x7e\x8e\x73\x83\xc3\x4e\xcf\x09\x1e\x36\xdf\x7e\xe1\xfe\x07\x88\x77\x8a\x5f\xc4\x03\x66\x6e\x43\x5f\x66\xf6\xe5\x93\x46\x6c\xc3\x5c\x06\x63\xc0\xaf\x96\xb0\x48\x73\x9b\x46\xb1\xa1\x8d\x56\x57\xcf\xc9\xa7\x3b\x67\x9c\x10\xaa\xdd\x75\x3e\x80\xfc\x38\x4e\x19\x16\xf7\x02\xb5\x00\x0f\xe9\x04\xbf\x58\xf1\xe4\x98\x1b\x84\x0a\xd5\xc7\x14\xcb\x88\x95\x76\x6e\x84\x12\x42\x75\x33\x0d\x36\x1a\xee\xfb\x65\x8e\xd7\x5f\x41\x33\xe6\x86\xa9\x7f\x38\x09\x50\xff\x00\xf9\x26\x60\xc5\x3a\xbd\x70\x28\x55\x77\x37\x04\xdf\xc0\xe1\xa6\xbd\x5a\xcd\x58\x30\x13\xed\x2e\x79\x7a\xee\x5f\x06\xa7\xb5\x21\xbb\xe9\xbe\x72\x52\x06\xa0\xc8\x25\x20\xca\x68\x07\x33\x34\x77\x22\xd3\x62\x78\x98\x7b\xd1\x67\x73\xf5\xbf\x57\x94\xd1\x5c\x3e\xa2\x86\x06\x5e\x02\x93\xa8\xa1\x01\x46\x6a\x02\x26\x4c\x9c\xaa\x27\x11\x44\xa3\xdb\x27\xf1\xd0\xb1\x12\x4e\xa3\x89\xba\xc9\x3b\x88\x7b\x14\xac\x73\x0f\xc5\x2e\xbe\x45\x94\x10\x74\x36\x73\x47\xc1\x4a\xda\xb3\x69\x14\x50\x17\x75\x27\x24\x0e\x3a\xb9\xb9\x2b\xc6\xb2\x21\x80\x0c\x3b\x98\xbc\xb9\x13\x8f\x8a\x98\x64\x93\x88\xa0\x89\x78\x38\x77\xc2\xdd\x00\xe2\x9d\xfb\x50\x01\x4d\x9f\xd3\xec\x3d\x3b\x65\x43\xfa\x50\x26\x54\x39\xa1\xa9\xa7\x91\x3f\x25\xb4\xbb\x19\xdc\x1b\xe3\x34\x02\x2d\x97\x80\x88\xa0\x0d\xae\x68\xee\xa6\xfe\xda\xf8\xd6\x09\x76\x6a\x30\xe6\x4b\x5f\x5a\xea\x71\x29\xd9\x8b\xf5\xae\x2d\x63\x36\xe1\xb3\xf3\x05\xfa\x81\xaa\x61\x8a\x0b\x94\xd8\xec\x06\x5b\x4c\xc6\x79\x89\x21\xa3\x4f\x23\x88\x56\xda\xf0\xe8\xe1\x26\x37\x77\x92\x7d\x20\x4a\x4c\x30\x85\x81\x11\x65\xee\x88\x51\xe4\xb2\x9c\x3b\xde\x27\x15\xc2\x00\xbe\x30\x86\x63\x7b\x24\x0c\x8c\x8d\x47\xb2\x38\x86\x2f\x57\xe3\x2a\x83\xe1\x6b\x28\x9d\x27\x81\x3e\x2b\x79\x26\x66\x21\x0c\x33\x98\xb6\xf9\x61\xfb\xd6\x43\x3a\xcb\xae\x28\x14\x94\x71\x33\xe3\x4c\x96\xea\xba\xed\x94\xb5\xb4\xd2\x4f\xd5\xfb\x81\xf6\x38\x49\x77\xd6\x04\x1c\x5e\x85\xa3\x9a\x05\xee\x19\xcb\xf2\x2c\xa6\x9d\xe3\xee\x10\x7c\xb3\x63\x24\x98\x45\x6b\xa9\x65\x38\x1b\x1f\x43\xb0\x7a\x15\xb5\xcc\x2c\x61\x48\x6c\xcb\x58\xf4\x20\x7e\x04\xd3\x0c\xac\xb7\xb3\x90\xdd\x9c\x18\x84\xb3\xe8\x9d\xd0\x98\x23\x01\x21\x08\xf5\x3d\x0b\x16\x55\x42\x6b\xcf\xf2\x19\x72\x2c\xa3\x4a\x82\x88\x16\xce\x5b\xd8\x8f\xa1\xbe\xfd\xed\x09\x07\x0f\x51\x07\x0f\xd7\xbf\xf9\xea\xfe\xc7\xdd\x2f\x26\x03\x77\xbe\xe8\x0e\xc1\xd5\x4d\xf1\x6d\xf8\xa2\xce\xf2\x98\xec\x9a\xfe\x11\x6f\xc9\x45\x31\x09\xb2\x59\xc3\xfa\x57\xcf\x89\xd5\x1e\x3c\x59\xf3\x91\xa9\x32\x0e\xc3\x32\x04\x72\xfc\x8a\x33\x9b\x15\xa5\x1b\x11\x65\x67\x25\xa3\x36\x31\xbd\x66\xdd\x15\xa9\xd6\xc2\x57\x38\x03\xcc\xb6\xb3\xe2\x97\x87\x5b\xc2\xac\x58\x12\xc9\x89\x39\x2b\x71\x8c\x40\x43\xcf\x6a\xd0\x40\x0e\x2c\x18\xb5\x86\x28\x37\xab\x49\x22\x58\xd4\x5a\xb0\x88\xf1\x7a\x55\x59\x6b\xb8\xab\xda\x0c\xcb\x43\x1b\xd0\xfd\xe8\x24\x66\x35\x2d\x1c\x04\xa3\x36\x09\x27\xf5\xe4\x31\x24\x1a\xed\xac\x26\x6b\xf0\x5b\x21\x57\xc1\x5c\x12\x6e\xc9\xfa\x44\x4c\x80\x83\xa9\x09\x91\x63\x43\x2a\xee\x28\xe1\x18\x0c\x33\x0c\x37\x03\xb6\xac\x77\xd7\x04\x3d\x19\x7e\x76\xb3\x22\x3e\x93\xd1\x68\x12\x2d\xb3\x92\x67\x73\x56\x74\x3f\x72\x87\x44\xcb\xcc\xcd\xef\x9e\xe8\xf6\x20\x48\xf5\x52\xc4\xa6\x1e\xa0\x23\x30\x87\x49\x60\xca\x40\xfc\x99\x95\xc7\xc4\xd7\x97\x60\x94\xad\x3b\x66\xd2\xbf\xf9\xb2\x36\x43\x53\x33\xfe\x86\x95\x6d\xb0\x47\x04\x70\xec\x64\xce\x9e\x4d\xdd\x27\x8f\x09\x41\x15\x13\x60\xf3\xfc\x2d\x90\x22\x6d\xf4\x67\x84\x28\x8a\xc1\x42\x1c\x9e\x0d\x2f\x07\x4c\xf4\xb3\xa5\xf1\xee\xd7\x78\x3a\x9e\x10\x1e\xcc\x8e\x0e\x12\x1f\xc9\xd9\xe1\x12\xe4\x62\x3b\x84\x1c\xaf\x88\x49\xdc\xb2\x4a\x92\x8e\x29\xec\x05\x5f\xce\xd9\xf1\x31\x44\x1f\x36\xbb\xce\xd9\x1c\xde\x4e\x90\x00\x14\xe8\xb3\x03\x6d\x90\xe3\xec\x87\xd0\x03\x7e\x6b\xe8\x9e\x8d\x3e\xc9\x43\xfa\x5b\x19\x4b\x19\xeb\xd0\xbf\x90\xcf\xd4\xa3\x33\x23\x56\xd9\x34\xdd\x3f\x6a\x90\x49\xec\xb1\x0e\x50\x73\x76\x44\xe3\xc9\x59\x32\xde\x58\x38\xc7\x1b\xb0\xf4\xb0\x1e\x71\x29\x2d\x13\xff\x8f\x3b\xd2\xf1\x54\x40\xf7\x3c\x89\x37\xd6\x91\x40\x66\xec\x12\xec\x35\xe6\x2f\x06\x18\xdc\x64\x68\xf1\x64\xcd\xa3\x88\x53\x5c\xfd\x04\x0f\x38\x00\xe0\x19\x1a\xa2\x20\xd8\x40\x51\xba\x5c\x51\x60\x85\xc7\x0f\x74\x12\x1b\x2c\x71\x6f\x9b\xd1\x54\x07\xd9\xc6\xf8\x61\x41\x19\x9d\x28\x8f\x43\x34\xb8\x40\x08\xed\x07\x63\x71\x6c\xc0\x55\x50\xd0\x4f\xe0\x2a\x29\x27\x47\xa6\xf9\x4e\x80\xc8\x09\x74\xa5\x87\xdf\x05\xba\xe2\x43\x14\x04\xa5\x50\x6a\x8a\x00\xad\xcf\x23\x6c\x48\x31\xa2\x25\xcf\x08\xbd\x3d\x28\xa3\xce\x22\x00\xeb\x24\x73\x7c\x82\x95\x9c\x01\x56\x2f\xfc\x2d\xf1\xf3\xc8\xa8\x36\x43\x6c\x68\xec\xbf\x22\x66\xc4\x21\x6b\x58\x3a\x66\x10\x73\x1c\x84\xf8\x0c\x53\x97\xc1\x16\x12\x7b\xac\x7d\x0b\x36\x44\xcd\x33\x90\x75\x48\x7b\x40\xc0\xc2\x4c\x47\x5f\x7b\x08\x15\x04\x29\xa6\xf9\x22\xa9\x87\x7d\x2d\x2e\x9e\xa9\xe4\xe1\xae\x62\x9a\x58\x98\x49\x90\x8c\x34\x5d\x98\x29\x47\x42\x9b\xc3\xa8\xa7\x7c\x17\x25\x32\xf1\xd0\x67\x20\x4f\x03\x0f\x99\x71\x1a\x1b\x8c\xf1\x1b\x6b\xca\x6f\x11\x4d\x00\x9c\xd3\x8c\x4b\xeb\x0c\x73\xc1\xe5\xa6\x40\xf0\x42\xb1\x1a\xe2\x14\x46\xc2\xac\xfe\x16\xe5\x7e\xd8\x5e\x6c\x90\xf5\xc4\xca\x72\xee\xbc\x52\xe0\x6c\x66\xc0\xc1\x10\x41\x74\x06\xe2\xb9\x2f\x62\x98\x50\xd7\xf5\xc1\x89\x56\xee\xc1\x34\xf4\xc0\x04\x26\xf8\xa1\xc4\xcd\x69\x9a\x92\x5e\x96\xfb\xff\x66\xec\x5f\x72\x6d\x07\xb5\x2f\x7d\xb0\xfe\x6b\xc5\x6d\x82\x01\x03\x46\x3a\xba\x7d\x81\x89\x9d\xb5\x2c\x64\xff\x0b\x29\xbe\x6f\x9d\x7f\x48\xa1\xcc\x38\x51\xf2\xda\x6c\x9b\xf7\x63\x32\x1f\x63\x34\xc1\xf8\xec\xc3\x57\xc6\x1b\xbe\x7d\xb5\xee\x31\xb9\xa4\x1f\xb3\xbd\x5c\xe1\x93\x13\xf0\x63\xa2\x39\xc1\x3f\xac\x6c\x48\xcc\xb0\xce\xdf\x5e\xcd\x60\x9a\xbf\x5d\xc4\x0d\xd7\x18\x5c\x09\x06\x3e\x49\x15\x64\xd7\xd1\x2f\xa5\x84\x9b\xdf\xb8\x69\x20\xcd\x74\x40\x36\xd1\x2d\x8d\x9e\x3c\xdd\x3b\xbf\x99\x33\x6c\x8a\x9d\x2b\x36\x3a\xce\x81\x7f\x52\xf5\xba\x0a\x76\x5a\x6f\xa6\x23\x9d\x63\x0c\x18\x9d\x00\xf4\x62\xfe\x2c\x6e\xe2\xfb\x46\x57\x57\x54\xa8\x5b\x51\xba\x3d\xfd\xdf\x6f\xf5\x37\xbc\xa3\x6b\x03\xed\xea\xe8\x1d\x71\xf6\x1e\x3f\xd6\xf6\xdf\x6f\xdb\x52\xf9\xad\x84\xd1\xf8\x8d\x25\x9a\x79\x02\xbe\xda\x0d\x30\xe5\xe8\x48\x51\x44\x3f\x8c\x2e\xa2\x2c\xe3\x02\x83\x7b\x53\x5d\xf0\xf3\x91\x62\xf3\x80\x91\xbd\x61\x25\x1f\xbd\xeb\x46\x41\x59\x48\xe7\xf8\x9c\x8d\xae\x3e\xd2\x36\x12\xea\x03\x37\xc0\xe8\x84\xf1\x0c\xeb\x3f\xd9\xd4\x91\xb0\x3b\xc6\x92\x61\x7f\x4e\xaf\xed\x94\xc5\x5c\xf5\x2a\xda\x43\x57\x20\xfa\x7f\x4b\xce\x42\xdd\xf0\x35\x04\x11\x7a\x80\x73\xd6\x08\xa6\x1f\xb2\x8f\x7b\x68\xe8\x12\x05\xab\xfd\xe8\x1f\x92\x16\x57\xd7\x07\x95\xce\x83\xe4\xfd\x00\x9f\x85\xea\x69\x3c\x7a\x3b\xfc\x7e\xe3\x4b\x47\xfd\x71\xa1\xea\x38\xc1\x8e\x07\x95\x0e\xb8\x80\xe3\xb9\xd0\xf9\x65\xd3\x91\xb0\x8b\xdf\xa2\x22\xe0\x90\x7c\x12\xd6\x7f\xea\xfc\x30\xaf\xbc\x39\x80\xc1\x76\x8f\xfc\xaf\x40\xf3\x01\x3d\xfa\x0d\xe3\xcd\x78\x74\x97\x60\x41\x3f\x32\xa2\xa0\xb7\x78\x74\x56\xb4\xe2\x45\x92\x11\x0a\x87\xf3\x8e\xc0\xdf\x01\xd3\x79\x77\x42\xe1\xcb\x55\xb1\x9a\x0d\xfc\xb7\x8a\x83\x86\xff\x56\x03\xc8\x6f\xe8\xbf\xf5\x98\x27\xb1\x66\x8f\x65\x29\x69\xd9\x91\x95\x30\x0f\x26\xec\x53\x85\xdc\xa1\xc3\x64\x0a\x42\x9a\x7c\x24\x8f\xb8\xfd\xed\xc6\x43\x3e\xcd\x45\x49\xdd\xa0\xc2\x52\xb2\x7c\x0c\xdf\x62\x72\x3d\x3a\xaf\xb2\x38\x60\x0d\xef\x18\x06\x06\x8c\xe0\x1d\x38\x97\xf1\x08\x93\xc2\x89\xf2\x00\xce\x88\x53\xe5\xf8\xf9\x3f\x59\x67\x14\xd6\x4e\x70\x7c\x9e\x2a\x01\xc7\xe3\x61\x13\x22\x56\x6e\x3c\x86\x57\x21\x89\xc2\xe4\xdd\xf0\x52\x1f\x62\xb0\x11\xf7\x3a\x1e\x40\x18\x09\xfa\x1f\xcf\xa7\x25\x8b\x3a\x88\x6b\xdf\x7c\x47\x65\xf7\x29\x77\xa8\xec\xa6\x1f\x06\x01\xfa\xb8\x75\x8c\x81\xcb\x0c\xce\xc0\x63\x18\x4b\xcb\x58\xe0\x47\xd5\x71\x85\x18\xfa\x4e\x75\xbf\xc5\xc3\x1a\xf7\x87\x31\x00\x67\xc4\xcb\x7e\x0c\x90\x32\x40\xd0\x18\x03\x58\xee\xc7\x72\x01\xe3\x03\x5c\x6f\x80\xd3\x76\xbb\xf1\x0f\xa4\x67\x1c\x86\xc7\xc0\x57\xef\x62\x71\x0f\xc6\x1a\x92\xe1\x31\x60\x8b\x22\x5a\x62\x8c\x2a\xd9\x2f\xdf\xe2\xf6\x02\x9c\xf3\x00\xd7\xad\xe3\xb6\x30\xf4\x6d\xc2\xc1\x72\x8c\x61\x1b\x79\x07\xab\x2b\x0a\xf1\x31\x94\xd2\x2c\x97\xf1\xfd\xb5\x6b\x1a\xf7\x47\x59\xd3\x83\xda\x77\x08\xd7\x41\x4a\x03\x47\xad\x13\xaa\x37\xc0\x51\xeb\xb8\xb4\x0c\x58\xba\x2b\x0e\xa8\x43\x4c\x35\xac\x6f\x03\x8c\xb4\x7b\x30\xee\xb0\x6e\x37\xaf\xed\xc3\x6b\x75\x37\x1d\xdf\x41\x0e\x1c\xb0\xd0\x8a\xeb\x62\x70\x70\x81\x4e\x3c\x86\xd7\x6a\x84\x88\xf1\xf3\x99\x23\x9d\x79\xe2\xc6\x30\x3e\x51\x3c\x28\x17\x2e\x0d\x80\x38\xc7\x44\x4f\xac\xaa\x01\x57\xa9\x0a\xa2\xc7\xf8\x91\x6c\x23\x44\xcc\x8c\xdf\x18\x52\xce\x2c\x58\xf0\x39\x30\x71\x47\xea\x84\xd5\x0d\x30\xc9\x6a\x65\x6e\x80\x31\x76\xe3\x3e\x33\x26\x28\x24\x78\x2f\x8c\xc9\x55\x9a\xe8\x9c\x01\xc6\x58\xc7\xa5\x62\xe0\x9a\x54\x70\xed\x19\xd3\xf1\x62\x0e\xcf\x0a\xcc\x17\x87\xc6\xf4\x8a\x5d\x7d\x1f\xb6\x78\xf6\x99\xa9\xf1\x80\x83\x71\x82\x84\xec\xa6\x35\xa5\xa8\x44\x10\x98\x52\x54\xfa\xed\x14\x12\xfe\x5f\xd6\xcc\x31\x17\x83\xcf\x86\x04\xcb\x75\x45\x11\x3f\x26\x62\x36\xe1\x2b\x63\x82\xc1\xdd\x6d\x04\xde\xe2\xc3\x02\x25\x26\x65\xd7\xc6\x47\xa4\xaa\xcc\x5d\xb2\x33\xb1\x70\x97\xe2\x34\x9b\xdf\x42\x19\x9d\x59\xe8\x0b\x10\x37\xc2\x51\x06\x6e\x1d\x05\xc8\xa0\xb1\x10\x9b\x95\xd8\x96\x5c\x81\x0c\xda\xba\x65\x6e\xa9\xfc\x26\x04\x8b\x05\x81\xbb\x47\xf3\xd4\x11\xbf\xaa\x59\x2e\x94\x69\x70\x7d\x0e\x5c\x39\x6e\x15\xd0\x0b\x58\x15\x15\xf4\x6b\x48\x6d\xc5\x3b\xc4\xe8\xe1\xc9\x3e\x96\x2e\x03\x4c\x70\x58\x9f\xeb\x6d\x7d\xc2\x90\x27\xda\xc8\x75\x03\xc0\xca\x01\xce\x53\x21\x56\x6e\xac\xd7\x0d\xfe\xa4\x87\x20\x7a\x2c\xfa\x48\xe8\xab\xd0\x29\x82\xf9\x54\x71\xfd\x18\x91\xc4\xb5\x3f\xf9\x87\xf8\xfe\x2c\xe8\x28\x92\x5c\x34\x7e\xeb\xe8\x4b\x3a\x16\x4f\x0d\x1e\x71\x2b\xa9\xf0\xfb\x4c\xa8\x1b\xb7\x94\x11\x92\xd4\x30\x16\x40\x12\x55\xa0\x81\x46\x88\x56\xca\x86\x0d\x61\x6c\x05\x86\x68\x68\x96\xf7\xca\x1f\x9c\xd6\x98\xfd\xc7\x86\x55\x09\xe4\xdb\x01\x1c\x50\x53\x37\xb9\xc1\x30\xf3\xb4\xde\x19\x09\x1b\x89\xea\x47\xdc\x4a\x3e\xbb\xe2\x54\x89\x94\xb6\xb9\xaa\x80\x16\x3b\x76\x13\x98\xaf\xf0\x1b\xe9\xa7\xf8\x9b\xeb\x98\xf9\xa3\x58\xc7\x2b\x7f\xec\x69\xd8\x0f\xf5\x91\xab\x94\x53\x5c\x98\x1a\xf5\x79\xf0\x90\x16\x25\xf5\x2d\x49\x0a\xfd\xb0\x75\xcc\xa6\x6f\xf7\x2f\xe8\x9c\x3a\x60\x58\x72\x23\x81\xbb\xf3\x56\xca\x81\x97\xb3\xe2\x2b\x39\x5e\x19\xa2\xd8\xf0\xde\xae\x55\xb4\xf3\x1b\x07\x6f\xda\xf8\x7a\x93\x61\xbc\x5e\x41\x2d\x69\xcb\x3b\x3c\xc4\x2a\xbf\x61\x8e\xa7\x9e\xef\x00\x1e\x8a\xc3\xe1\x15\x02\x9c\x5b\x90\xbc\x90\x1a\x21\xa0\x7b\xbc\xbb\xf5\xd1\xfd\x04\x35\xc2\xbb\xa4\x66\x24\xcf\x65\x38\x1c\x65\x2d\x5c\x9f\x98\x6f\x6f\xe0\xd3\x69\x3d\x09\x43\xba\xd9\x14\x5f\x11\x31\xd8\xf0\xa0\x69\x7c\x20\x43\x19\x50\x33\x16\x25\xef\x97\xf8\x68\xbc\xef\xc7\xbb\x75\xa8\xf6\x37\x6a\x99\xcb\xdf\xb8\xea\x58\x67\x62\xa2\x95\xe4\xa0\x72\xbc\x01\xee\x1c\x1f\xae\x19\x17\x57\xcb\xcf\x8d\x96\xf5\xfb\x11\xa2\x86\x13\xfb\xc0\x82\x5c\x08\xee\x1f\x50\x30\x56\x68\xf6\x86\x96\x59\x0c\x90\xe3\x53\x2f\x8e\xf0\xf2\x61\x4c\xaa\xff\xde\xcc\x30\xc3\x36\x7c\x92\xc6\x87\x87\x3b\x3e\x4c\xe3\xd3\xd4\x4f\xa3\x3f\x26\x1d\xe1\x34\xe3\x6b\x10\x2e\x30\x98\x40\xaf\x74\x10\x16\xc6\xc7\x64\x84\xcc\x73\x00\xa5\x52\x41\x4f\x1d\xf0\x18\xde\x84\x00\x0d\xb8\x0b\x6f\xcc\xf8\xe3\x1b\x28\x4f\x99\x68\x9a\x73\x91\x0c\x66\x5c\xf7\x7f\xff\x93\x30\x35\xcf\x38\x12\xc3\x20\xe6\x6e\xc6\x69\x74\xc2\x72\x37\x23\xdf\xfc\xee\xfc\x7e\xcf\x3b\x67\x07\x9f\x71\x36\xc8\x84\x1f\xdb\x84\x01\x3d\xe1\xcb\x35\xe3\x74\x46\xc2\x9d\x64\xe2\xcb\x35\x70\x9e\x9c\xe0\xb4\x25\xf4\x7f\x33\x2a\x79\x9e\x6b\xe3\x8c\x23\x11\x26\x24\xaa\x19\x95\x3c\xcf\xc2\x9a\xd1\x79\xe7\x9c\x22\x13\x5f\xae\x01\x2c\xf1\xc4\x97\x2b\x41\x68\x3c\xf1\xe5\x1a\xb7\xf9\x0c\xea\x50\xc8\x7f\xf0\x6d\x31\xfd\xd4\x19\x09\x6c\xe2\x6b\x35\x6e\xdb\x38\x29\xeb\xe6\xfd\x35\x4f\x7a\x25\xfd\x48\x03\x09\x60\xca\x89\x3f\x53\x02\x50\x72\xe2\xc3\x94\x08\x52\x9f\xb0\x6e\x27\x42\xaa\x26\x4c\xdb\x09\x1f\xa3\x09\x1e\xdb\x00\xcd\x61\xc2\xba\x9d\x70\x27\x99\xf8\x21\x25\x74\x3c\x93\x4d\x6e\x00\x81\x3c\xf1\x43\x4a\x48\x4b\x13\x46\xed\x01\x24\xce\x8c\x97\xfc\x1b\x65\x7d\xb4\xf1\xa1\xac\xb3\x29\xa6\x64\xfe\x67\x52\x0f\x1c\x65\x27\x98\x6d\x09\x2b\xf9\xc4\x27\x29\x01\x87\x3c\xf1\x49\x1a\x28\xd9\x27\x38\x6d\x09\x34\x87\xb9\xcf\x64\x1f\xf8\x66\xcd\x7d\x7d\x27\xfd\x48\xd5\x13\x6c\xb6\xc1\x15\x7e\xc2\xc6\x9d\x00\xec\x9b\xe0\xb1\x25\x30\xdb\xe6\x4e\xd4\x8d\xfa\x6f\xe7\x09\x75\x86\x69\x3b\x41\xb1\x36\x61\xce\x4e\xc4\x02\xcf\xed\x3c\x19\xe4\x73\x6e\x0e\x03\xff\xaa\xb9\x6f\xfa\x67\xf0\xed\xb9\xa2\x0e\xae\xe1\x73\xdf\xe4\x33\xc8\xa7\x92\xff\xa0\x3e\xce\x99\xc1\xb7\xcc\x19\x50\x54\x26\x9b\x74\xca\xb6\xf1\x48\x21\x03\xfc\xb6\x09\x69\x76\xc2\xf9\x76\xe2\x06\x95\x00\xd6\x9c\xbb\xd3\x76\xe6\x3c\x78\x66\x09\x21\x62\xee\x87\xb6\xd3\xcf\x90\x57\x27\xfc\xe4\xe6\x66\x5e\x61\x3c\x9b\x7b\x9e\x3a\xb0\x01\xcc\xbd\x3a\xbf\xf9\x36\x4c\xa7\x2d\xcc\x13\x10\x67\xe6\x3e\x52\xe3\x00\xdf\x6e\xee\x4d\x7d\x0a\x75\xde\xe4\x5f\xa8\xe7\x4b\xfe\x85\x3c\x99\x27\xe8\xce\xe7\xfe\x7c\x87\x3c\x3f\xea\x79\x0e\xf6\x89\xfb\xd2\x40\x40\x98\xef\x75\xd6\x1a\x34\x78\xf3\x3d\xb7\x82\xc1\xe6\x37\xdf\x73\xb0\x27\xd0\x73\xe6\x9b\xc8\xf3\x1c\xaa\x13\xc2\xe4\x84\xea\x69\xbe\xe7\x76\x37\x3a\xeb\x05\x92\xe4\x84\x55\x74\xe2\xca\x34\xce\x35\xff\xff\xbc\x99\x4d\x30\xb7\x12\xbc\x7b\x13\x9f\xa7\xc1\xee\x3f\xf1\x67\x4a\x99\x05\xf4\x9e\xcd\x60\x60\x3d\x9c\xef\x91\x84\x46\xb7\x10\x06\x16\xab\xca\x04\x8b\x2b\x81\x40\x31\xc1\xe2\x1a\xe8\x57\x26\xcc\xca\x89\xb0\x99\x09\x2e\xd7\xe8\xbe\x7f\xc4\xcb\x04\x15\xfb\x7c\x1b\x9d\xc4\x80\xbf\x0e\x32\x8b\x03\x16\xe4\x81\xfe\x6c\xbe\x0e\xe6\xc3\xb7\xeb\xd4\xe1\xb1\xd1\xc1\xfb\x4c\xea\xd7\x01\x64\x52\x73\x1a\x8d\xc7\x3a\x3b\x50\x4c\x5e\x4e\x94\x84\x23\xe2\xc4\x87\x29\x11\x74\x3b\xdf\xb3\x58\xc7\x63\x1d\x5e\x3a\x9e\x49\xcd\xa9\x93\x30\x2f\x4f\xfc\x9c\x12\x57\xbf\xf9\x3a\xb0\x0c\xe0\xc7\x40\xe1\x06\x32\xbf\xb3\xf8\x12\x6e\x1a\xf3\x2b\xfe\x6e\xfc\x4e\xff\xfd\xcf\xe0\x3a\x39\x21\xf2\x4d\xe8\x36\x26\xbe\x44\x83\xa0\xe4\xf9\x31\xb0\x48\x99\x13\x9f\xa1\x81\xb5\x6b\xe2\x33\x94\x08\x55\x9a\xdf\xd9\xa4\x07\xd2\xf0\x04\xeb\x2b\x81\x19\x36\xc1\xdf\x4a\x60\x4a\xcd\xef\x21\x9d\x49\x0d\x59\x6e\x02\x15\x62\x82\xc5\x95\x40\x12\x99\x1c\x26\x09\xb1\x7f\x72\x98\xa4\x62\xdd\x16\xbf\x99\xc8\x10\xd5\x26\x18\xb8\x27\x38\x58\xe9\xc2\xd9\x6d\x7e\xb1\xf8\x07\x05\xb3\x8b\x5e\x78\x94\x4d\x9c\x75\x12\xd0\x7f\xf3\xa3\xd7\xc1\x1b\x99\xdf\x67\x3a\x3d\x41\x2f\x62\x7f\x5b\x17\xdb\x1c\xce\x1f\x0b\x70\xa9\x84\xe3\xc2\xba\xec\xc5\x53\xd8\xc2\xf1\x25\x61\x6b\x5d\xb0\xb0\x26\x9c\x5d\xd6\x75\xfb\x7b\xf0\xfb\xb4\xfe\x4a\xbf\x7f\x9c\xaa\xe2\x5f\xba\xf0\x10\x39\xff\xa0\xb4\x9b\x12\x1a\x25\x70\x90\x5d\x9c\x04\x0b\x7f\x91\x84\x0e\x60\x81\x23\x95\x2e\xec\xa7\xeb\x3a\xf2\x6e\xc2\xee\xb9\x00\x95\x3a\xff\xb8\xf9\x83\xee\x6e\x64\x5b\x19\xfe\x46\x4e\x76\x7d\xa7\x08\xbb\xbe\x93\xeb\xb9\x10\xa4\x0b\xcb\xfc\xc2\x25\x22\x61\x84\x5a\x17\x1b\xd3\x85\xd5\x6a\xe1\x1f\x91\x88\x09\x5c\xe0\x3b\x9d\x7f\x90\xad\x23\xf4\xf0\xf5\x64\x24\xd8\xa7\x16\x5e\x0e\xe7\x0f\x2a\xb2\xf8\x7c\x50\xe0\xca\xfe\x83\xcf\x17\x5d\x35\xfc\x82\xac\x06\x1f\x04\x6d\x85\x1a\x79\x5d\x8c\x1d\xe8\x69\x0b\x26\xd5\x44\x7c\xce\xba\xd8\xda\x30\x15\x2d\x80\x97\x12\x81\x48\x0b\x30\xa4\x74\xb1\x1c\x56\x62\xc0\x38\xdb\x57\xe2\xcc\xb9\x58\x0f\x0b\x68\xa4\xf3\xc7\xf9\x3c\x31\x7c\xb0\xe5\xac\x94\x83\xdf\xa7\x38\x88\x4f\xd3\x55\xfc\xe3\xa6\x1e\x85\xac\x18\x63\x1c\x4c\x56\xaa\xfe\x1e\xfc\xe6\xe3\xfb\xfa\xc7\xf6\xb6\x52\xa3\x5e\x34\x30\x75\x3f\x22\xb3\xc7\x74\x0a\x7c\xac\xef\x43\x7d\x8f\x30\x92\xb0\x08\x2f\x20\x8c\xce\x3f\x68\xe1\xb3\xf8\x07\xc5\xb3\x19\x5d\x38\xb2\x2c\x7c\x13\x12\x20\xfb\x2b\x0d\xea\x58\x29\x82\x31\xe3\xa2\xbc\xc0\x26\x4a\xc8\xe4\x0b\x1f\x81\x84\x9c\xbc\xb0\xff\x27\xb4\xae\x2b\xd9\xff\xcc\xe7\xb4\x99\x2e\x7f\xff\x38\xd3\x05\xf9\x71\x25\x64\x0a\x38\xdb\x57\xfa\xf8\x98\xc9\x99\xce\x65\x23\x61\x5f\x5c\x80\x01\xa5\x0b\xae\xdc\x05\x1a\x50\x42\x45\xb2\x40\x03\x3a\xff\x20\xa7\x8f\x6a\x1f\x71\x7a\x01\xfb\x93\x90\x78\x56\x4e\x8c\x05\x0e\x62\x0b\xbb\x7f\xba\x8f\x48\xb2\x32\xe2\xc3\x85\x1c\xb2\x72\xa2\xbc\xb3\x35\xaf\x8c\xfc\x70\x77\x72\x62\x0b\xbb\x99\xa8\x19\x99\xc1\x6a\x64\x07\x8f\x92\xb3\x83\x77\x64\x92\x95\x1d\x9f\xb3\x7d\xaf\xec\xf8\xd0\xa9\xf9\x21\x7f\xa6\x72\x46\x0e\xc4\xe7\x7e\xc1\x84\x99\x2e\xbc\x4b\x56\x9e\xe7\xec\xfa\x55\x88\x43\xfd\xc2\x40\xb1\x32\x4b\x04\x1d\xe9\xca\x93\x75\x04\x3b\xc7\x02\xf3\x26\x21\x96\xaf\xcc\xd2\x21\x76\x66\xe5\x73\x07\x4a\x88\x52\x0b\x3b\x7d\xc2\xf2\xb2\x20\xc6\x4c\x04\xfc\x2d\x30\x69\xd2\x05\xe4\xe2\xc2\x68\x9f\x88\x2d\x58\x79\x4f\xff\x41\x67\x9c\x5b\x4d\x82\x47\x78\x65\x76\xc0\x0b\xab\xf2\xca\x7b\xf3\x0f\x8a\x7b\xfd\x9a\xe2\xde\xc2\x4b\x6c\x2b\x60\xce\x9c\x3f\xf8\x9c\xa3\xaa\x5a\xf1\x8f\x51\x01\x21\x7a\x65\x04\x09\x74\xdd\x0b\x0f\x80\x54\xcf\x39\xb1\x0a\xc3\x08\x5f\xf5\x2a\xc9\x8e\x3a\x92\xdc\x82\x4f\x33\xe1\xe7\xb7\xe0\xb2\x4c\x17\xa7\xf9\x2a\x0c\x4b\xfd\xfd\x66\x47\xc4\x41\x61\x95\xd6\xfc\x83\xcf\xcf\x05\x26\x11\x8d\xb3\xa0\xbf\x3c\xff\xa0\xc0\x36\xf8\x87\x2f\x4d\xff\x41\x5e\x8d\x5e\xf8\xbd\xf4\xf2\xdb\xf4\x8f\x97\x98\xcb\x85\xbb\x41\xfd\xfd\xa6\x22\x6c\xba\x85\x25\x78\xe1\x7b\xbd\x30\xcc\x27\x54\xac\xab\xb0\x57\xa2\x49\x59\x18\xe9\x13\x42\xe2\x2a\xac\x2e\xc2\x44\x57\x71\x84\xfd\x36\x4c\xa7\x16\x41\xeb\x1e\x3b\x2d\xa8\x12\x33\x13\xfa\xc8\xf3\x0f\x5a\xe7\x78\x33\x4d\x81\x6b\x49\x17\x1a\xec\x55\xb8\x07\x10\x5d\xbc\x0a\x9b\xe3\xf5\xb0\xa9\xc0\x32\x99\xb8\x0c\xae\xe2\x44\x78\x6e\x3f\xa7\x0b\xec\x7f\x27\x02\xbe\x4f\xab\x38\x11\xd8\x54\xe0\x9f\x4c\x88\xab\x0b\x33\x7f\x42\x79\xbe\x8a\x43\x3f\x28\x81\x55\x5b\xc7\xbf\x48\x03\xd6\xcd\x1e\x8c\xf9\x73\xe1\x0f\x90\x88\xc5\x59\xb7\xa3\xcf\xfa\x81\x00\x32\xa1\x61\x5d\x90\x38\xa6\x0b\xed\xd5\xc2\x51\x20\xe1\x99\xb3\x60\x62\x4c\x78\x9b\xac\xbb\xfa\x9b\x4c\x99\x2d\x60\x70\x2e\xd8\x0b\xd3\x85\xbb\xdb\x02\xa1\x25\x81\xa6\xb2\xa0\x32\x3c\xff\x20\x27\xa4\x3c\xe0\x48\x16\x10\x2d\x09\xa4\x84\x75\xb3\xfd\x36\x4b\x46\x2a\xc1\x3d\x63\xdd\x63\xf3\xfb\x74\xe0\xcd\x8a\x46\x91\xbc\xe0\x0b\x4c\x38\x83\xae\x9b\x11\xc6\x19\x71\xc1\x0b\x98\xdc\x0d\xee\xc5\xd5\x08\xc0\xa9\x75\x23\xd7\xbb\x1b\x80\xd1\x72\xfe\x41\x4e\x6b\xf0\x0f\x6a\x14\xd6\x82\x1a\x21\x3b\xb6\x4c\x8d\x98\x37\xee\x18\x37\x33\x02\xfb\xe6\xba\xb9\x24\xa2\xc9\x58\x10\xfe\x25\xb4\x98\xeb\xe6\x54\x4c\x50\x13\x2c\x58\xfe\x12\xaa\xb6\x05\xea\xca\xb9\x75\xfb\xc5\x99\x68\xcd\xea\x7d\x5e\xcd\x99\xb2\xf7\x97\xf8\x07\x2f\x21\x1c\xa1\x70\x5a\xe0\xab\x24\x14\x81\x0b\x7e\xbe\xe4\x65\x7b\x55\xc7\xe7\x5c\x7a\x17\x64\x7a\x09\x06\xcd\x55\x8f\xd0\x9f\x52\xf2\x0b\x84\x43\x37\xa5\xea\x20\x32\x24\xb5\xbe\xde\xf8\x4f\xff\x55\xfb\x98\x8a\x57\xfb\x98\x93\x02\x54\x91\xe4\xbd\x68\xc1\x0b\x77\xfe\xe0\x3f\xf6\x19\x9b\x7d\xb5\xcf\xd8\xec\xc1\x09\x39\x17\xfd\xd3\x21\xb0\xb2\x25\x9c\xf7\x57\xe5\xc4\x72\x1f\x6a\x88\x72\x60\x12\xac\x66\xeb\x98\xe2\x2d\xd3\xb1\xec\xf6\x0d\xb9\x00\xb4\xab\xd5\x6c\x28\xb3\xb8\xdd\xbe\x7f\xaa\x8d\x67\x41\x02\xff\x60\xb5\x66\x3a\xf9\xcf\x53\x39\x6e\x4f\x0b\x20\x8c\x84\xbe\x7e\x61\x58\x4f\xa8\x4b\x17\x80\x17\x09\x64\xa7\x85\x71\x39\x11\x1c\xb0\x20\xda\x4a\xf8\xa0\x2e\x88\xb6\x12\x08\x57\xab\x9f\xdb\x77\x02\x0c\x76\x75\xea\x86\x3b\xe6\x82\xf0\x2a\xfd\x76\x9d\x5e\x16\xff\x38\xbd\x82\xd5\x36\xe1\x44\xbb\xb0\xda\x26\x74\xc8\xab\x23\x7d\x12\x87\xbc\x3a\xc7\x1e\x4a\xfd\xd5\x9b\xef\x37\x7e\xfb\xfe\xa9\x44\xef\x59\xd5\x03\x99\xf6\xb3\xc2\x80\xbc\x58\x5d\x9d\x8a\x73\xb5\x77\xaa\x57\x28\x81\x55\x85\x09\x6a\x75\x84\x4f\x18\x66\x57\x47\xf8\x4c\xf8\xca\xaf\x8e\x58\x42\x58\xe9\xea\xf6\x17\xa2\x78\x9f\x6a\x31\x98\x17\x9d\x25\xd3\xfd\x1d\x9d\xdf\x7c\xa0\xfa\x04\x9f\xaf\xd5\x63\xf0\x0f\xbe\xb6\x27\x91\xb9\xbb\x3d\x89\x98\x0d\x22\x45\xfa\xdb\x52\xce\x2d\xcc\x80\x0b\x5b\x69\xc2\x5c\xb9\xb0\x95\xa6\xde\xff\xe5\xe0\xb1\x1e\x84\xc9\x04\x3a\xf6\x7a\x12\x7d\x4e\xff\x3f\xaa\x33\x30\x6b\xaf\x27\x6d\xfe\x71\x8a\x7c\x90\x38\xb9\x42\xae\xc7\xd1\x63\xea\x82\x70\x91\x12\xbe\x10\x0b\x58\x8b\x44\xc4\xeb\x7a\x1c\x3d\xa6\xee\x53\x99\x36\x4c\x5d\xa0\x2c\xd2\xdf\x97\x2a\xa3\xc1\x16\xfe\x38\x94\xcc\xe3\xc7\xa1\x64\x1e\x3f\x1c\x7b\x09\x95\xde\xc2\xd0\x99\x3a\x93\x17\x40\x8a\xf3\x0f\xb2\xed\x14\xc1\x4c\x7e\x38\x03\x09\x21\x5a\xd0\x61\x25\x1c\x55\x17\x68\x13\x09\x53\xfb\xc2\x4a\x9a\x88\x51\x5c\x0f\x02\x0c\xa6\xf6\x05\x92\x44\xc2\x81\x78\x3d\xcb\x77\x68\x5a\x64\xf5\x39\x7c\x1c\x85\x7f\x50\x98\x4a\x31\xc8\xf6\x16\x1c\x56\x7f\x6b\x84\xf8\x03\x62\xd9\x82\xab\x2a\x11\x1a\xbe\xc0\x9e\x48\x84\x59\x2f\x70\x25\x12\x5e\x7d\xeb\x41\x54\x4d\xc3\x6a\x20\xaa\xe2\x78\xbf\x9e\x57\xb5\x8f\x75\x7a\x13\xff\xa0\x4e\xec\x08\x18\x41\xd6\xc3\xbc\x01\xae\x66\x3d\xc8\xad\x09\x04\x82\x05\xd5\x55\xc2\x49\x6b\x61\x72\x3d\xff\x20\x27\xe4\x56\x02\xa4\xd6\x40\xf8\x21\x66\x61\x61\x2b\x4d\xf8\xd2\x2f\xec\xa3\x09\x77\xd8\x05\x8f\x55\xc2\x4c\xb1\xc0\x8a\x48\x78\x7b\x2d\xec\xa0\x09\xc0\xa6\x35\x6e\xaa\xcd\xea\x1a\x3f\x6d\x15\x43\x82\x51\x34\xe1\xaa\xb7\x20\xac\x4a\x18\x5a\x17\xc4\x54\x49\x61\x02\x70\x89\x94\x61\x5e\x5f\x03\xc1\x07\xd5\xc4\x1a\xaa\x35\x60\xf8\x58\xd0\x54\x25\xac\x19\x6b\x30\xd0\x8a\x09\x83\x81\x56\x32\x00\x6a\x22\xe5\xcb\x6c\x9f\xce\x3f\xf8\xf8\x51\x53\x86\x8c\x32\x1c\x76\xee\xc3\xc3\x61\xe7\xbe\x01\x91\x54\xca\xb0\x9a\x2f\x98\xa4\x12\x56\xfc\x35\x54\x91\x40\x8e\xb0\x30\x93\xa6\x87\x63\x61\x38\xd4\xcd\x74\x74\x1e\x98\x8b\xd6\xd8\x36\xc9\x3e\x40\x90\x41\xef\xbe\x86\x9a\x14\x5c\x82\xd6\x70\x4c\xb9\x35\x0c\x24\xda\x0c\x99\xe9\x1a\x48\x2f\xf8\x8f\xac\xe1\x60\x73\x83\x18\x08\xb1\x19\x54\xb4\x85\x7d\x34\x01\x2a\xb4\x66\x62\xfe\xb1\xd0\xe0\x5d\x4a\xd8\xce\xd7\x74\xec\x58\x5b\xf3\x46\x43\x88\xfb\xe2\x9a\x9c\x74\xd8\xce\xd6\x54\x53\x85\xee\x73\x4d\xee\xfb\x44\xa2\xac\x79\xff\xf4\x7f\x14\x87\xec\xe2\x2c\x9d\x8c\xa4\x13\x13\x04\x86\x94\xd1\x42\x2e\xe8\x92\x92\x02\xd1\x64\x90\xd0\xce\xaf\xe9\xc0\xa0\x32\x5c\xe0\x25\x24\xf8\x80\x16\x78\x09\x09\x30\x9d\x05\x3e\x41\xca\xb8\x60\x2d\x00\x0a\x7e\x53\x79\x72\xfa\x64\xe0\xa5\x17\x68\x05\x4c\xe5\x7f\xec\x75\x50\x1f\xa5\x8c\x77\xda\x9a\x6b\xf1\x15\x65\x72\x81\xcf\x18\x4e\xd6\x5c\x9b\x7f\x50\x01\x96\x34\x86\x99\x35\xd9\xa8\xe1\x78\x58\x93\xe5\x03\xd8\xeb\x22\xb8\x3f\x01\xea\xba\x08\xe2\x4f\x00\x62\xae\x85\x0a\x0b\x54\x9d\x45\x40\x7f\xca\x10\xfa\x2e\x18\x89\x12\x41\xf2\x8b\xe8\xfe\xf3\x8f\xc1\x1f\x89\x7f\x34\x7e\x53\x1a\x72\xc7\x4a\x96\xc6\xc7\xd9\xd2\x78\x1f\xcd\x32\x66\xd6\x85\xb9\x36\x65\x55\x34\x84\xe7\x27\x7c\xa7\xd7\x2a\xdd\x7f\xf0\x05\xa2\x0d\x46\xb6\x05\x41\x51\xca\x18\x21\xd6\x42\xe9\x8c\xc5\x6a\x2d\x4e\xd8\x8c\x9b\xf7\x22\x5a\x3f\x11\x4d\xbf\xa0\x28\x4a\xc4\x60\x2d\x22\xf7\x53\xf6\x86\x8f\xfd\x36\x11\xdd\xb8\x96\xb3\x82\x91\x59\xa8\xa0\x95\x5b\x17\xd2\x6d\x56\x4b\xb2\x90\x6e\x87\x95\x65\x4d\x03\x7c\xba\x16\xab\x12\x4c\xc0\xb5\x9c\x08\x1c\x27\xc4\xdf\x27\x82\x1e\xd6\x42\x0a\xc1\x32\xbf\xd6\xf4\x7d\x7a\x6c\xfa\x3e\xf9\x2f\xdf\xa1\x12\xc8\xad\xc3\xf6\xb3\x6e\x81\xc5\x5a\xcb\xb1\xe5\xba\xb3\x1c\x5b\xd6\xdd\xda\xbe\x43\xb9\xe8\xa6\x89\x14\x5a\xcb\x31\xb7\xbb\x38\x76\x89\x4c\x5b\xe1\xf8\x73\x1c\xc4\x95\x54\xfd\x36\xfe\x60\x5e\xb2\x79\xc4\xa5\xee\x97\x0d\x2a\x9c\x0d\xb8\x86\xae\x70\x36\xb0\x68\xc3\xd9\x40\x8c\xf3\x0a\x67\x03\x2b\x38\x90\x55\x33\xc8\xbe\x0b\x56\xa1\x0c\x85\xdc\x0a\x0e\xe3\x0c\xd0\xdd\x8a\x33\x1f\x32\x28\x90\x2b\xf2\xe6\x37\xe5\x1d\x99\x2f\x83\xa5\xb3\xe2\xcc\x80\x4c\xb0\xf3\x0a\x96\x7c\x86\x4d\x62\x61\x93\xce\xd8\x59\x57\x9c\x0d\xfb\xb7\xfd\x46\x25\x23\xd6\x63\x3c\x7c\x8c\xf8\x14\x1c\xa1\x59\xb9\x3a\x8e\x38\x94\x71\xd1\x5c\x31\x54\x4f\x33\x2d\x21\x06\xca\x20\xb6\x2c\x88\x81\xce\x3f\xa8\xdf\xa4\x4e\x9c\x0f\x30\xfd\xa4\xac\x60\x4d\x68\x7d\xbe\xfc\x3a\x78\xc9\x0f\x82\x7a\xd8\x81\x48\xc6\x59\x99\x09\x3b\x53\x26\x68\x60\xc5\xa6\x82\x48\x5f\xc4\xc7\x67\xdc\xc5\x56\x7c\x5d\x75\x38\xb9\x7e\xbc\xc4\x5c\x27\x80\x3d\xa3\x69\x5d\x1a\x82\xb2\xa2\x25\x91\xea\x19\x7f\xa0\x45\xa4\xfa\xf9\x47\xe6\x0f\xfa\x89\xb9\x8e\x59\x28\xc3\xdb\xb6\xa0\xec\xc9\xb8\xdc\xaf\x9d\xf9\xcd\xf4\x86\x52\x27\x63\x9e\x5c\xfb\xe6\x7d\xa6\xf7\xbe\x4d\x3f\x3d\xb3\xed\x6f\xa6\x31\xa1\xed\x19\xe8\xd2\x05\x6d\x4d\x06\x78\x6a\xed\x87\xf4\x7f\x46\x86\xae\x3d\xe8\x4d\x80\x1f\x16\xa4\x33\xbf\x03\x6c\x0f\x75\xf9\xec\x23\x7b\xd0\x6b\x1c\x60\x1b\xbd\x68\xf6\xf4\x84\x9a\x26\x03\x4d\xb9\xb6\x83\x84\x80\xb6\x17\x75\x64\x9e\x42\x29\x93\x89\xca\x5d\xdb\x2e\xe7\x70\xd9\x76\x39\x87\x0b\x0c\x2c\x19\x3a\xf6\xb5\x3f\xbe\xe5\x02\x02\xeb\x4a\x86\xf1\x78\x6d\x47\x82\xa3\xe5\xbd\x7c\xa7\xf1\x9b\x5a\xb3\x55\xbc\x97\xd6\x02\xf6\xd4\xf7\xa2\xd6\xc8\x70\x84\xa5\x67\x28\x4d\x17\xb6\x9c\x0c\xbb\xe7\xc2\x01\x20\x65\xf7\x32\x38\x58\x32\x58\x79\x8b\x38\xf3\x8c\xe7\xc4\x7a\xe9\x7d\x88\x70\xd6\x7b\x6b\x9b\xa0\x4a\xef\xd9\xd7\x32\x78\xf1\x4b\x43\x4b\x71\xa5\xbd\xb5\xf3\x0f\xaa\xc1\x1e\x57\x5c\x69\x2f\x03\xe6\x35\xf2\x65\xc0\xb0\xd9\x2e\xa8\x51\x52\x21\x58\x61\xc1\x8d\x92\x31\xe0\xae\xb7\x6b\xab\x40\x42\x7b\x1f\x5a\xc1\x3a\x78\x19\x62\xc2\x95\xd6\xcb\x05\xa3\x28\xb8\xbc\x93\x6c\xd9\xf4\xb1\xfd\x67\x3c\x7c\xd7\xfb\xf2\x31\xdb\x39\xd6\x96\x8c\xc3\xd5\xfa\x2e\xad\x18\xf4\xd9\x77\xf6\xa4\x8c\x23\xc9\xfa\x90\xf6\x4b\x62\xbb\x20\x56\x3a\x63\xa0\x5d\x9f\x7d\xc3\x2c\x85\xd7\x24\xab\x94\x87\x3b\x24\xe3\x60\xbf\x88\x53\xce\xf8\x92\x2e\xc2\x8c\x33\x06\xda\xf5\x6d\xd2\x99\xa5\x9f\xb5\x63\x53\xc5\x5a\x91\x31\xca\x2e\xb8\x3a\x32\xe4\x44\x0b\xae\x8e\x54\x8a\xb5\x7b\xa9\xdd\xd9\x61\x83\x18\xd6\x4c\x60\x76\x10\x57\xaa\x68\x12\x98\x09\x32\x56\xdc\x20\x66\x34\x63\xc5\x0d\x62\x43\x33\x96\xdb\xb8\xac\xe8\x43\x3e\x83\xf7\x1f\xf2\x41\xbb\x59\xea\x19\xb7\x20\xf8\x31\xa7\x87\x8f\xa7\x36\x90\xc4\x17\x93\xe6\x3c\xe4\x34\x5f\x0d\x25\xe9\xfc\xb1\x7e\x7f\xf0\x1f\x1a\x8d\x93\x70\xc0\xc1\x90\xa1\x7c\x8b\x8b\x0e\x80\xa8\x28\xe0\x60\x48\xd2\xce\x07\x31\x8b\x19\x20\xb8\xb8\x18\x1f\x02\x62\xe3\x42\x6a\x2b\x04\xa3\xc5\x75\xf6\xa6\x8c\x1d\x35\xae\xef\x67\x8c\xe1\xeb\xef\xac\x20\xfc\x8d\x23\xb1\x3a\x70\xc7\x8c\x74\x56\x84\x92\x53\x40\xa5\x90\x51\x2a\x04\x06\x83\x4c\x24\x64\x10\xe5\x98\x89\x52\x8b\x84\x2a\xc0\x10\xb1\x48\x59\xbb\xcc\xc5\x5b\xe7\xca\x96\x71\xae\x8b\x54\xb4\xcb\x5c\xbc\xc5\x48\x60\x27\x8d\xc4\xa6\x85\x9d\x34\xd2\xcf\x0e\x64\xd9\x0c\x4b\xae\xfe\xe6\x83\xca\x07\xc8\x7f\x32\x63\x05\x9c\x08\x19\xe0\xd9\x48\x9d\x8a\x37\x8a\xeb\x7c\xdc\x78\xe7\xa1\xb2\x8d\x8c\x34\xe4\xb4\xfe\x2f\x69\x2e\xd2\x20\x67\xfa\x30\x0d\x73\xee\xfc\xae\xe6\xe0\x3f\x68\xe1\x11\x04\x22\x0d\x9b\xfe\x50\xce\x38\x13\x12\x03\x69\xc0\x8d\x70\xfe\x41\xed\x67\xe2\x1f\xbc\xc4\xb4\x80\x00\x36\x88\x7f\xcc\xd9\x5c\x59\x09\x04\x25\x07\x9c\x07\x99\x50\x8d\x48\x9c\x57\x38\xf1\x46\x0a\x1a\xf8\xd0\x58\x27\xcb\x43\x61\xac\x90\x6c\x25\x58\xbf\x58\x57\x23\xbd\xa6\x93\xbf\xf3\xe6\x21\xff\x8f\x09\x8c\x46\x21\x20\x2b\xc8\x20\x0e\x46\x76\x4a\x9c\x4d\x35\xb2\x53\xe2\xec\x60\x91\x91\x2e\x0a\xc0\xdc\x91\x2f\x9a\x79\x76\xd2\xc8\x5a\x00\x09\x91\x0b\xc2\x12\x33\x96\xa6\x80\x5a\x20\x03\xc0\x11\xd0\x06\xa4\xc2\x0d\x3d\xe0\x0d\xc8\x58\x5b\x03\xde\x80\xf3\x0f\xbe\x40\xba\xc0\x02\x15\xd9\x19\x45\x6c\x44\xe4\xfc\xf1\x0f\x5e\xd2\x56\xdb\xad\x6d\x29\xfe\x41\x21\x08\x24\x58\x5f\x23\xb3\xf3\x00\x09\x1d\xb9\x9a\x5e\xf9\x6d\x3a\x65\xb3\xd0\xb1\xca\x06\xb1\x89\x19\x88\xa6\xc8\x4c\xae\xc2\xaa\xc8\x4c\x2e\xac\xb5\x01\x2f\x40\x2a\xc4\xa1\x45\xee\x54\x89\xa5\x90\xb5\x25\x72\xd3\x8b\xfc\x24\xfe\x41\x09\xc3\x9c\x68\x03\xdb\x07\xae\xd2\x91\x07\x3d\x50\x28\xe1\x67\x31\x64\x7f\x82\x26\x20\x63\xd4\x8d\x3c\xfd\x80\x74\x54\xa6\xe5\x71\x58\x8e\xe8\x99\xb1\xdd\x46\xd6\x60\xf8\x38\x46\x6b\xf0\x0f\xb2\x65\x12\x00\xf8\x16\x19\xed\xa6\x61\xd5\x91\x5f\x2a\x5e\xf9\x9a\x4b\xbd\xe1\x99\x01\x74\x7e\xc6\xac\x1b\x58\x31\x72\xb1\xa5\x48\x39\xfa\xd0\x45\xe6\xea\xaf\x3f\x53\x14\xe6\x0a\x5e\xed\x41\x20\x63\x06\x83\x27\x8a\x23\xcf\x1a\x2a\x37\x1d\xcb\x8a\x28\x8d\x74\x76\xe5\x62\x27\xd3\xea\x82\x6e\x45\xda\xe7\x28\xe7\x1c\xcb\x98\x56\xa3\x70\x74\x11\x92\x1e\x05\x29\x91\x9b\x41\x60\x6b\xc8\xe0\x4b\x47\x41\xb2\x23\x48\x29\x50\xdf\x67\xa2\x9b\x83\xc0\xbc\x64\xd0\x4a\x94\x97\x4c\x99\x33\xe5\xa5\x8f\xe9\xca\x82\xa8\x80\xbd\x35\xee\xcb\xdf\xe7\x63\x34\xf4\x19\xe0\x8d\xb8\x11\xbb\xc0\x64\x08\x10\xd4\x33\x61\x9f\x71\x9f\x89\x98\x71\xa9\x0b\x14\xf1\x19\xb7\xb5\xb8\x99\x7a\x98\x67\xe3\x6e\xfe\x26\x9f\xe6\xb7\xe4\xd3\xcf\x48\x11\x02\x1d\xa8\xd8\x33\x16\xd9\x00\xe1\x3c\xc3\x63\x1e\xa0\x9a\x67\xd0\xc5\x03\xcd\x78\x26\x74\x39\x40\x2c\xcf\x44\x67\xc6\xfd\x9a\x0f\xf9\x23\x02\xdd\xf9\x5f\xca\xb9\x40\x75\x9d\x21\x6f\x8a\x5b\x73\x24\x06\xd2\xb8\xcf\xe0\x66\x70\xb2\xe2\x3e\x77\x91\x8c\x05\x38\xea\x45\x89\xe7\xbe\x1a\x95\x9e\x81\x11\x2a\xc0\x1b\xcf\x30\x27\x45\x65\xcc\x81\xd8\x8e\x6a\x2f\x9d\x93\x38\xaa\xbd\x54\xc8\x07\x4d\xec\x0d\xeb\x47\xd4\xb2\xf8\x07\x99\x96\x9f\xc1\x37\xf1\xc7\xe6\x1f\x94\x70\x6b\xcb\x65\xb6\x56\x04\x27\x3d\x9a\xa3\xd6\xcf\x3f\x28\x1c\x61\x09\x4b\x6d\x54\xbb\xbc\xf2\x79\xd7\x46\xcc\xb6\x5b\xed\x67\x66\x25\x60\xdf\x19\x2b\x6c\x00\xf6\x9d\x31\xbc\x46\x45\x3e\xba\x71\xf3\x0a\x42\x20\x33\x4c\x7e\x51\x87\x66\xe8\xe1\x1f\x89\x7f\x90\x2b\x12\x2f\x71\x86\x51\x87\x15\x1c\x54\xd0\xe1\x63\x1e\xd7\x49\xd1\xec\xec\x68\xec\x33\x06\xd9\x00\xe3\x3b\x09\x9a\x14\x15\x5f\x0d\x89\xf1\xa3\xb2\xb7\xc3\xf7\x1a\xa0\x7c\x27\x19\xd2\x03\xf5\x7d\xfe\x15\x81\x45\x4c\x92\xc7\x20\x10\x32\x13\xa8\x18\xa8\xf5\x33\x01\x9b\x41\x90\x63\xba\xb9\x16\x46\x7d\xcf\x4e\x4f\x30\x56\x00\xfa\x7d\xfe\x41\x19\x6f\xe5\x1f\xbe\x64\xb6\xec\x04\x15\x21\x1b\x83\x6b\x54\x66\x18\xfe\x6a\x51\xbf\xea\x4b\xa7\x22\x8d\x09\xa2\x6c\xd3\x98\x20\x36\x09\xbc\xee\x64\x74\x63\xb4\x73\xa9\xcc\xb6\xa2\x65\x8b\x60\xda\x35\xa6\x08\xbe\xb2\xd1\x50\xf7\xde\x75\xf0\xf9\x11\x1e\x72\x65\x8a\xb4\xa2\x61\x7e\xf8\xd6\xe0\x1f\x0f\xbf\x2d\x83\xae\x22\x12\x33\x63\x58\x0d\xa2\x2c\xbd\x1b\x07\x36\x09\xaf\xc6\xd1\x50\x10\x4b\xcb\x10\x8d\x33\xc0\xa6\x36\x16\x28\x24\x4d\xd1\xda\xc7\x6f\x3e\xe8\x9a\xef\xad\xe0\xd9\xab\xbc\x19\x47\xeb\x7e\x40\xfd\x1e\x33\xa2\x4a\xb8\x23\xdc\xcd\x9c\x1e\xaa\x84\x48\x02\x2e\x78\x92\xea\x3a\x08\x5e\xcc\x58\x55\x83\xc0\xc4\x0c\xfe\x6f\x10\x80\x98\x95\xe2\xda\x6c\x7a\x0b\xf0\xd2\xa4\x3b\x38\x68\x9b\x7e\x0a\x80\x8d\x06\xf0\xe1\x19\x73\x6b\xb4\x45\xab\x4d\x0f\x5b\xca\x6c\x6e\xc1\xd0\x23\x45\x10\x83\x78\xfe\x41\xa5\x90\x3f\x2b\x22\x45\x43\xe6\x04\x65\x2f\xb0\xbf\x64\xe0\x15\xa2\x21\x66\x56\xdf\x77\x46\x38\x42\x1f\x6d\x60\x36\x02\x14\x9e\xc1\x2d\x89\xee\x84\x60\x02\x12\x94\x97\x6e\x62\xfd\xa3\xa7\xd3\x06\x00\x4d\x02\x34\xf1\xf3\x0f\xff\x18\xfc\xe3\x94\xdc\xd9\x71\xe1\x42\x89\xce\xac\xc1\x62\x19\x84\xe5\xa5\x1b\x06\xa7\xe8\xe7\xe8\xcf\x2d\xfd\xcb\xb3\x24\xba\x9e\x0e\x40\x25\x46\x2f\x95\xaf\xcc\xc1\x8a\xd1\x57\x9d\xb9\x86\x41\x33\x3a\xb2\x29\x86\xcb\xc0\x48\x94\x31\x5c\x46\x3f\x72\x6a\xc6\x56\x19\xdd\x9d\x49\xc1\x05\xcc\xf3\xf3\x07\xed\xbd\xcf\xd4\xc1\xe8\x13\xbd\xfe\x3c\x2e\xfc\x23\xf8\x07\x2f\x31\xef\x60\x3a\x0c\x6c\x49\x19\xea\x94\xe8\x6d\xf1\x9b\x6a\x74\xd3\xa9\x06\x8a\xcd\x1b\xad\x79\x60\x26\xca\x38\x88\x07\x61\x7c\x49\xd6\xa6\xe8\x1c\x1f\xd8\x18\xa3\x23\xb0\x0a\xe1\x1a\x7d\x0c\xff\xa0\x8c\x41\x33\x98\x84\x00\xa0\x9f\x7f\xf0\x39\x02\x28\xce\xec\xd1\x99\x47\x38\x95\x47\xe7\xba\x72\xc3\x57\x1a\x9d\x9d\xa9\x39\x06\xee\x4c\x10\x42\x46\x67\x67\x72\xaa\x76\x77\x26\x18\x14\xa2\x33\xa9\x9c\xaa\x9d\x9d\x09\x84\xad\xe8\x7b\xf3\x9b\x77\x90\x53\x95\xae\xfb\xeb\x3b\x54\xe9\xb5\xb4\xd3\xcb\x0f\xe2\x28\x01\x6c\x41\x64\x5f\x56\xe8\x7e\x2e\x5d\x50\x38\x41\x09\xf3\xcb\x0a\xdd\x84\xf0\x9d\x7f\x0c\xfe\x60\xbe\x20\x09\x3f\x49\x47\x15\xc6\xe8\xc9\x54\x8f\xb9\xfd\x38\xf3\x98\xdb\x0f\x12\xa8\x38\x16\xf1\x20\x81\x62\xd4\x0c\x02\xf8\x92\x81\x2e\x01\x1a\x7b\xc6\xc2\x19\x44\xf3\x65\x2c\x9c\xf1\x70\xd7\x21\x44\x35\x1e\xe7\x13\xab\x81\xe8\xbc\x8c\x85\x33\x9e\xee\x6f\xde\x67\xb0\xb1\x64\xc6\xd3\x6d\x90\x1f\xf4\xc9\x3f\xf8\x8d\xc3\x45\x45\xe7\x16\xcf\x73\x1a\x04\x1b\x4a\x3c\x8f\x6e\x31\x2c\x99\x87\x59\xd0\x6d\x35\x02\x65\xb7\xa1\xdc\x54\x2a\xe4\x48\xf1\x70\x53\x41\x2b\x15\xcf\xd4\xc1\x06\x61\xf6\xe1\xa6\x82\x56\x2a\x30\x62\x65\x00\x3b\x03\x3b\x54\xc6\xfa\x19\x4f\x98\x4e\xc5\x99\x0f\x44\x5b\xc4\x83\x27\x86\x98\xe6\xf1\xec\xb3\xa2\x30\x78\xc6\x83\x9d\x59\xa0\xf1\x00\x04\x3d\x83\x36\x17\x0f\xe3\x8e\xf5\x33\x9e\x73\xa4\xe4\x5e\x4e\x09\x03\xd1\xb2\xd3\xc5\x83\xab\x47\x85\x8f\x27\x06\x57\x0f\x5c\x5f\x63\xa4\x9f\xd3\x4f\xe1\x0f\xea\xcd\xa2\xc0\xc4\x94\xbd\xdc\x0c\x84\x11\x50\x77\x62\x20\xa6\xe1\x51\x13\xc3\x81\x60\xf3\x19\xdc\x0a\x08\x6f\x8c\xd1\x74\xf9\xe1\xfa\x34\x1a\x7d\x5c\xc9\x94\xe3\x01\x2b\x6a\x0c\xa4\x57\x7c\x6b\x62\x38\x8a\x08\x22\x18\x89\x32\xd6\xd5\x18\x8f\xbf\xc9\x94\x8b\x00\x06\xd5\x18\x03\x9f\x27\x5c\x93\x63\x70\x13\x80\xc0\x30\x06\x37\x81\x8a\x9f\x72\x0c\x07\x0e\xa9\x64\xd8\xf5\xff\x34\xbb\xc6\xc0\xd0\x5b\x33\xfd\x3f\x82\x89\xc3\x52\x1b\x7a\x41\x79\xcf\x1c\x9b\x46\xb1\xbe\x06\xc6\xc2\x9a\x7f\x7f\xe0\x5a\xe2\xed\x72\x70\x81\x80\x70\x29\x34\x20\xc9\x16\x1e\x58\x90\x72\xb7\x7f\xf0\x89\x92\xd2\x3a\x86\x63\xc9\x0a\x1b\x2f\x83\x8f\x24\x3e\xb8\x7e\x08\xce\x1d\x03\xd5\x28\x06\xd6\x98\x0e\x32\x6b\x07\x90\xf2\x54\xa1\x11\x88\x89\x60\x89\x91\x34\x40\x1d\xcf\x18\x49\x63\xa2\x8a\x26\xcc\x35\x40\xfc\xce\x98\x42\x03\xc4\xef\x8c\x29\x34\x40\xf6\x4e\xd5\x8b\xc2\x64\x6b\x25\x76\x36\x66\xdf\xfc\xa6\x64\xe4\x3f\x2c\x9b\x01\x34\x76\xc6\xb2\x19\x93\xcb\x04\xc6\xcc\xc0\x4a\x93\xb1\x5f\xc6\xd4\x0f\x09\x17\xb9\x00\x4f\x3a\x63\xb4\x8c\xa9\x1f\xd2\x6d\x69\x3b\xf1\x0f\x4a\xb0\xc7\x71\x9e\x0b\x22\xe9\x32\x71\xf8\x31\x5f\x8b\x18\xfc\x3e\x9d\xe1\x16\x3d\x11\xae\xdc\xa1\x17\xbb\x1b\x51\x54\x81\x2d\x27\x13\x15\x15\xcb\x7e\x41\x98\x5e\xf6\x0b\x2b\x87\x88\x39\x55\xb0\xb1\xd0\x41\xe2\xf3\x14\xcb\x3e\x42\x04\x5a\x68\xdc\xe1\x27\x89\x85\xbc\x8c\xc9\x32\xd6\xf0\xfd\x53\x9f\xc5\x35\x83\x38\xf6\x58\x1c\xff\x00\x8c\x04\x11\x6d\xd9\x8b\xef\x62\x64\xbd\xeb\x2e\xbd\x9f\xba\x95\xe3\x2e\x82\x89\x33\xc2\x4a\xb3\x56\xc2\x4a\xb3\x56\x82\xc5\x08\x04\x75\x60\x4b\x48\xa2\x1f\x04\xa1\x2e\x19\xa0\xbf\x08\x84\x43\x23\x6b\x23\x10\x0e\x09\x89\x8f\x40\xd4\xab\x18\xdb\x03\x40\xe3\x8c\xbd\x32\xc2\x36\x73\x4a\x04\xb7\x04\x43\xf7\x22\x38\x66\x21\x26\x89\xb0\xd1\xcc\xdb\xc0\xdd\xa9\x3a\x22\xd1\x1a\xff\xf0\xb7\xee\x63\x6c\x6d\xe1\xec\x61\x12\x47\x37\x27\x8a\xe8\x95\xdf\x54\xdc\xee\xe3\xc4\x00\xaf\x38\x7b\x49\x0f\x3d\x1b\x7f\xc5\xd1\xaf\xd8\x34\x03\x20\xe0\x8c\x4d\x33\x02\xb7\xde\x4a\x2c\x6c\x80\xe0\x9b\x07\x7b\xbb\xd1\x2f\xf5\xef\x1f\x83\x7f\x50\x3f\xce\xd2\xc1\xac\x0f\x46\x08\x1c\xf7\x20\xe4\x25\x13\x9c\x1b\x84\xb3\x64\x8c\xa3\x11\x08\x6b\x18\x47\xc3\xb0\x15\xa3\x49\x63\xa3\xbf\x1d\xec\xa9\xfb\xf2\x03\xd2\x93\x1f\x34\x7e\xd3\x06\x0c\x55\x41\xc4\x5f\xf6\x2c\xdd\x3f\x47\xb5\xee\x17\x67\x62\x79\x96\x6a\xa2\xc0\x9a\x1a\x84\x02\x66\x7c\x01\x42\x73\x05\x6c\x72\x01\x8b\x7f\x86\x8f\x24\x76\x35\x9d\x7c\x18\xab\x91\xff\x85\xeb\x16\xda\x32\x30\x9f\x06\x54\xfb\x49\xf8\x87\xd8\x08\xed\xb8\xe8\x87\x31\x28\xc6\xf5\x07\x24\xfc\x19\xc3\x6a\x6c\x0e\x5a\x0c\xab\xb1\x1f\x7f\x53\xad\xe1\x6f\x1a\xce\xa0\x62\x26\x8d\x8d\x08\xde\x30\x33\xc4\x46\x04\x57\x5f\xb2\x75\xc3\xc2\xe6\x10\xc4\x25\x66\x6c\xa3\xa1\x4d\x83\xe0\xe5\x20\x54\x25\x13\xfc\x1b\xa0\xee\x66\xe2\x2d\x63\x3b\x8e\xac\x46\x50\x74\xb3\x2a\x95\xed\xd8\xd9\x1c\xc7\xce\x16\xa0\x77\x11\xfd\x2f\xa0\x95\xcf\xc0\x32\x84\x71\x2b\x86\x80\xc7\x46\x1c\xc7\x46\x11\x58\x38\x32\x26\xd6\x78\xd9\x4f\x30\xb1\xc6\xeb\x60\x33\x09\x34\x70\x40\x47\x12\x2f\x02\x38\xd6\xd6\x78\x1d\x46\x8e\xb1\xd7\x61\xe4\xfe\xf2\x22\x80\x37\x38\x54\xe2\x45\x00\xc7\x7a\x1a\x46\xba\x34\xbc\xe6\x03\xa4\xde\x8c\x29\x35\x5e\x07\x98\xe5\x8b\xb5\x22\xb5\x6c\xd1\x08\xba\x4e\x2d\xc3\x4a\x5a\xb6\x1e\x8d\x36\x30\xb5\x5e\xc7\x8a\x75\x0d\x97\x7b\xc6\x20\x1a\xef\xa3\xeb\x9e\x2f\x71\x7f\x07\xec\x36\x5e\x5d\x14\x3d\xe7\xde\x87\x16\xb1\x03\xbf\xc8\x44\xd8\x43\xe3\x75\xa4\x59\xd6\xef\xb4\x45\x9c\x47\x6f\x30\x4d\xfc\xed\xa0\xb0\xd5\xbc\x28\xd6\x45\x55\x8b\x0f\x66\x48\x40\x8c\x82\x88\xc6\x02\xc6\x6a\x80\x89\x9b\x04\xb9\x08\x43\x1a\x31\x7b\xc6\xa7\x2f\x1d\x60\x05\x21\x2a\x2e\x30\x3a\x01\x12\x6e\x01\xd1\x24\x88\x7b\x2c\xd8\x46\xe3\xcb\x94\xc0\x12\xfc\x10\x42\x25\x3b\x0d\x20\x6c\x0b\xf6\xd0\xf8\xaa\xbf\xf9\xa0\x92\x11\x9b\xd9\x87\x9a\xbc\x11\x5c\x17\x04\x34\x16\x00\x8e\xe2\xd3\xfd\x0e\xc4\xa5\xf8\xda\x38\xff\x60\xa5\x7c\x20\xd8\xe3\x74\x19\x5f\x27\x57\x0e\x18\x82\x53\x34\x15\x05\x44\xf1\x05\xb7\x96\x90\x10\x1e\xbc\x82\xf8\xa0\x8c\xb8\x38\x78\x00\xa5\x2d\x84\x1f\x07\x46\x9d\x82\xb9\x35\x3e\xc2\x71\x31\xb7\xc6\xf7\xfa\x9b\xfc\x09\x8d\x06\x3d\x3e\xc0\x7c\x4d\xcd\x6b\xeb\xf7\xd1\x79\xcc\x7b\xe3\x51\x1a\xce\x7b\xf1\x7d\xd4\x82\xa3\x0a\x4a\xf5\x02\x76\xd9\x06\x01\xb6\x5c\x67\x3d\xec\xcb\xe1\x39\xcd\xdf\xa2\xb2\x62\x86\xdd\x30\x9c\x17\x50\x3b\x37\x0c\xe7\x05\x18\xe1\x7d\xd9\xa7\xe7\x74\xda\x58\x8a\x0a\xc6\xd6\x0d\x7b\x79\x6a\xe0\x35\x6f\x60\x4d\x0b\x16\xd6\x6d\x34\x4b\x03\x14\x68\x13\xce\x52\xae\xc6\x4b\x10\xfa\x5f\x8d\x74\xc8\xc6\x30\xc3\xee\xcb\x91\x3a\x93\x67\x63\x5b\x2a\x57\xfb\x17\xdf\xcb\x86\xe8\xbc\x20\x48\xef\xcb\x01\xea\x34\xef\xa1\x49\x9d\x42\xec\xf0\x73\x02\xee\x0b\x14\xe9\xab\xd3\x0c\x94\xc5\x0d\x41\x7a\x5f\x8b\xaa\x3f\x7c\x8c\xb2\xb8\xf5\xc2\x17\xf0\xeb\x83\x02\xb8\x2f\x87\xe8\xa1\xba\x08\x2e\x02\xd5\x6c\x42\x4a\x0a\xa6\xd4\x7d\x39\x76\x83\x5c\x11\xe9\xe4\xa7\xd8\x98\x97\x0a\x66\xd2\x9d\xae\xcd\xef\xd3\x21\xe9\x6c\x0a\x85\xb0\xd6\x9d\x8a\xef\x74\x7e\xe3\xd9\x8b\xbf\xf6\x4e\xe7\x4c\x2f\x98\x4f\x77\xc2\x73\xa0\x21\x97\xec\x44\x77\x12\xe4\xba\xa5\xcf\x26\xc8\x75\x27\xe4\x3b\x39\xcb\x77\x02\x50\x19\xcb\xe8\x36\x82\xa4\x21\x5c\xec\xd4\x12\xff\x48\xfc\xa6\xec\x4c\xfd\xce\x56\x53\x80\xf0\xda\x84\x99\x14\x42\x5e\x77\x7a\x28\x21\x93\xe9\xe3\xfb\xe4\x33\x4d\x1f\xfc\x26\xbd\x50\x18\xce\x05\x8d\xe3\x62\x43\x62\xad\x5d\x74\x03\x50\x79\xfe\x41\x5d\x41\xa8\x4c\x85\x12\xa0\x09\x82\x4e\x7b\x27\xbc\x84\x1a\x47\xc4\x4e\x8b\x6a\x98\x13\x00\xe0\xc9\x8f\xb7\xc5\xd1\x33\x1f\xd5\x28\x54\xc3\xee\xa6\xf7\xa0\x84\x2e\xa0\xec\x6f\x63\x43\x84\xe8\xda\xf9\xdc\x89\x0b\xca\xef\x2d\x6e\x24\xe8\xf3\x1b\xeb\x49\x01\x0e\x6c\x67\xc7\xe7\x9c\x35\x3b\x97\x57\x67\xdb\xc1\x1f\xf4\x2a\x6b\x2b\xdf\x3f\xcf\x5b\xff\xa0\x57\x59\x68\x58\x58\x4a\x62\xa1\x11\x28\x52\x12\x0b\x4d\xc4\x47\x6c\xc1\x3b\xdb\xab\x95\x12\xec\x55\x16\x5a\x26\x40\x1a\xbb\xf0\xc6\xfe\x51\x80\xc7\xdd\x19\x1c\x22\x22\xba\x76\xb6\xe7\x59\x4e\x44\x83\x14\xec\xc5\x1b\x76\xe3\xc2\x41\xb8\xb3\x5d\xd7\xa8\x34\xfe\x72\x9d\x28\xde\x9d\x23\x9f\x7f\x74\x32\x25\x20\x4e\x34\xf1\x9d\xa1\xe6\xc4\x18\xbc\xe1\x28\x2e\x18\x83\x77\xb6\xb3\x59\x4b\x44\x83\x14\x8c\xc1\x3b\xdb\xf1\x0f\x35\xb2\xe3\x8f\x30\xb9\xe1\x0d\x4e\x9d\xa0\xaf\x0d\x71\x70\x21\x16\x77\x1b\xe6\xd1\x31\xbc\x6e\xc8\x81\x0b\x96\xe1\x5d\xf0\xc8\xe9\x44\x83\xed\xe2\x90\x1c\xa9\x71\x97\x44\x11\x47\xbe\xd8\x05\xff\xba\xce\xdd\x70\x97\xd4\xf8\x07\xe5\xe1\x7e\x20\x8f\xc6\x2e\xf9\x64\x8b\x27\xdc\x2e\x47\xb2\x2a\x58\x8f\x77\x61\x70\x01\xa1\xd8\x05\x59\xb9\xe3\xe4\xb6\x0b\x5b\x39\x5c\x7d\x1b\x9b\x4a\xc1\x7a\xbc\x21\xe7\x4d\xc2\xb8\xee\xc2\x40\x60\xf4\xdd\x85\x81\xc0\xe8\xbb\x61\xde\x4d\x9d\x98\xc0\x0d\xf5\x6e\xc9\x7e\x80\x6b\x54\x27\x40\x70\x83\xa1\x58\x70\x3d\xdf\x05\xa0\x82\x9c\xc7\xbf\x76\xb9\x72\x36\xa4\xf2\x6b\x2d\x63\xc9\xe5\x77\x13\xdd\x51\x7e\x8d\xdd\xbe\x43\x21\x80\x2d\x82\x6a\xbb\x31\xe9\x24\x69\xc6\x77\x39\xf7\xd0\x02\x04\xed\x96\x81\x97\x28\xdd\x0d\xd3\x6e\xc1\xe2\xbc\x0b\x1e\xce\x1d\xda\x96\x5d\x60\xa7\xc4\x09\x7e\xdf\x97\xce\xd5\xe7\xb4\xde\xf7\x45\x11\xb4\x09\x8b\x50\x01\xc6\x6c\xdf\x89\xf6\x9d\xb3\x67\xdf\x00\xa5\x12\xbf\xbb\xc1\x64\x2c\x80\x98\xec\x9b\x65\x80\xe9\x7a\xdf\xcd\x77\x0a\xbf\x7d\xe7\xe6\x37\xf9\xb0\xbb\xde\x08\xaf\x1d\x2f\x82\x0d\x19\x6e\x41\x06\xda\x77\x37\x23\x0a\x23\xe8\x4d\xe0\xad\x7d\x3f\x67\x5e\x63\xd3\xde\x37\x5a\x66\x29\x7f\xf7\x0d\x74\x23\xae\x86\xfb\x46\xcb\x2c\xe9\xd5\xbe\x1f\xca\x63\xb9\x60\x5d\x2a\xd8\xb3\xf7\x7d\x04\xd6\x82\x09\x7b\xdf\x50\x0a\x64\x96\xd1\x6d\xd7\x73\xf0\xdc\x2c\x10\xac\xd9\xfb\x66\x51\x60\xc0\xde\x37\x34\x93\x18\xb0\xf7\xcd\x29\x0e\x01\xf8\x86\xc7\xb6\x20\x95\xed\xdb\x51\x60\x71\x61\x70\x2a\xe8\x18\xf6\x0d\xed\x00\x86\xed\x0d\xa7\x6d\x92\x9f\x73\xdf\xb0\x75\x63\xe5\xde\x95\x43\x1c\x3d\xc4\xae\x0e\x02\x07\x18\x86\xa8\x82\x95\x7b\x57\xd4\xca\x1d\x25\xfb\x86\xed\xb6\x60\xf2\xde\xd5\xd1\x61\xd1\x55\x47\xe7\x21\x53\x94\xb4\x02\x03\xed\x7a\xd3\x04\x16\xa0\x01\x18\x82\xde\xec\x0a\x50\x09\xf6\xef\x5d\x1d\x4f\x4e\xbc\xea\x78\x8e\xce\x6f\xd6\xdf\xa0\x04\x84\xda\x8e\x86\x6d\xd7\x23\xd4\x96\x62\x09\x4d\x27\xf6\xec\x1f\x9b\x7f\x50\x02\x32\x16\x10\x1a\xbb\x32\xd0\x98\xc2\x77\x45\xa8\xed\x9d\x8d\x1d\x7b\x53\xc1\x7e\xbd\x81\xd0\x2c\x60\x30\x6f\xec\x42\x05\xfb\xf5\xae\xdb\x77\xa8\xd2\xd6\x03\xde\x9c\x40\x4f\xc2\x98\xbd\x2b\x9e\x23\xfd\x31\x27\x18\xd7\x8b\x55\xc2\x43\xb8\x3f\x66\x0b\xd9\x07\x66\xee\x5d\x19\x51\x2c\xdb\x9b\x98\x90\x82\x31\x7b\x57\xa4\x60\xe9\x91\x37\x0c\xb0\x05\xcb\xf6\xae\x06\x61\xa0\xa2\xd8\xf5\x3b\xf3\x0a\x33\xf7\x6e\x0c\x23\x1e\x39\xbb\x31\x8c\x85\xa3\xb0\x21\x2a\x77\xf4\x09\x1b\xe0\xcd\x82\x35\x7b\x37\xa4\x60\x0c\xd8\xbb\x21\x05\x03\x90\xb1\xe1\x7a\x2d\x50\x28\xee\x56\x7c\xff\x54\x09\x80\xcd\xe2\x06\xd4\x80\x59\x82\x13\x64\xb7\xdb\x46\xb3\x75\x82\xb0\x59\xb0\x6b\xef\x66\x68\x07\x6e\xc7\x5b\x88\xcd\x62\x2d\x18\x76\x62\x97\x77\x43\x60\x23\x76\x79\x03\xb1\x59\x30\x71\x6f\x98\x5f\x0b\xe0\x56\xdb\x60\x96\x7e\xee\xc9\xff\xd8\xe3\x1a\xa2\x36\xd1\xcf\xbb\x21\xc9\x11\xbe\xbc\xdb\x53\xf8\x4d\x89\xc6\x80\xa0\x51\xde\x80\x60\x16\x18\x6f\x76\x73\x1a\xb0\x62\x05\xb5\x24\x7a\x79\xb7\x41\xd5\x59\xb1\x0d\xb5\x6e\x1f\x96\x30\xce\xbc\x86\xc9\x77\xff\x82\x6c\xb8\xc6\xed\x86\xa4\x8e\x1d\x7e\x63\x3c\x2a\xc4\x3b\xef\xc6\xd1\x0a\xb2\xd5\x6e\x48\xed\xd8\xe7\x77\x43\x3c\xc4\x3e\xbf\x1b\x66\xca\x0e\x55\xe8\x06\xe3\xb2\x60\x9f\xdf\x2d\xcc\x88\x92\x9d\x99\xac\xd9\xb6\x29\xcc\xf7\xd9\x44\x50\xc7\xed\x06\x1a\x0f\x76\xfb\xdd\xf6\x2f\x40\xc2\x3f\x28\x8d\xa3\xb5\x21\x73\x72\x8f\xda\x90\xd8\x16\xae\x4e\xbb\x39\x2f\x39\x65\xb1\x41\x15\xe2\x7d\x77\xe3\x56\x80\x05\x7b\x03\x1e\x59\x08\xac\xde\xdd\xd9\xc7\x4a\x06\x30\xb2\x14\xe6\x43\x77\xc2\xb1\x92\xbb\x13\x8e\x95\xdc\xf1\x51\x79\xae\xe6\x1f\xb0\xa3\xb0\x92\x0d\x26\x7a\x70\x9e\xdc\x9d\xa9\x88\xa5\x7f\x77\x84\x5a\x2c\xfd\xbb\x33\x2d\xb9\xa7\x6d\x6c\x46\x85\x40\xec\xdd\xb9\x3a\xe0\x01\xb0\x0d\x32\x7a\xf0\x6a\xdc\x9d\xab\x03\xee\x00\xbb\x23\xdf\x7a\x00\xc1\x99\x7b\x5e\xe2\x1f\x28\xa3\x1f\x65\xe8\x0e\x39\x01\xf0\x2b\xdb\x58\xa4\x47\x81\xba\xb3\x1f\xdd\x6c\x41\x40\x45\x96\x9b\x25\xde\x11\x76\x31\xf4\xef\xce\x85\x02\xdb\xfe\x26\x2e\xa9\x60\xdb\xdf\x9d\x0b\x05\xb6\xfd\xdd\xb9\xd9\x61\xc3\xdf\x9d\x99\x77\x73\x1c\x63\x30\x4a\x8f\x92\x62\x1f\xf4\x0c\x0b\xd9\x10\xa5\x07\x54\x97\xdd\x99\x93\x20\xbf\x7c\xa8\xef\x65\x1b\xfb\x06\x27\x2a\x26\x9c\x6f\x5c\xf9\x2f\xa9\xcd\x27\xf6\x1e\x2c\x55\xdf\x10\x21\xf9\xf2\x37\xb8\x68\xa7\x87\xbf\x71\x01\xd7\xfd\xfb\xdd\xff\x22\xe9\x7c\x83\xdd\xe4\xef\xef\x01\xc4\x96\xf9\xcf\xbf\xd0\xec\xdf\xb8\x16\x98\x6d\x37\xbf\x03\x3e\x59\xde\x4f\x22\x51\x53\x16\x28\xd9\xf8\x76\x7c\x23\x83\xa9\x76\x51\xb7\x0c\x44\x52\xe6\xdb\x0c\x94\x53\x22\x4f\xb0\xfa\x40\x4e\xf9\x06\xa8\xd7\x20\x4e\x7f\x62\xf2\x61\xe7\xfe\x86\xcc\x69\x89\xfa\x80\x74\x8d\x6c\xff\x11\x96\xf2\xb7\x5c\x78\x29\x90\xe7\xbf\x01\x16\x23\xb2\xe0\x27\x2f\x2a\xca\x9c\x8f\xd0\x95\x1b\x19\xf6\x1b\x72\x54\x54\x7f\xe7\xff\xfe\xa7\xfd\xea\x06\xe1\x39\x02\xf9\x27\x8f\x2a\xfa\xb6\x6f\x80\xe9\x58\xad\x03\x4c\x56\x57\xa7\x2c\x10\x8e\x70\x50\xfd\x06\x3c\xbc\x58\x56\xbf\x01\xa5\x25\xb6\xde\x8f\x30\x99\x5a\xfe\xb7\x3b\xea\xd3\xfe\xb7\x8d\xed\x23\x82\xa6\x5f\x0f\xfd\xd5\x04\x58\xb5\x6c\xa0\xa6\x1e\xe6\x01\xe8\xde\x78\xb4\x7e\x03\x06\xbd\xdf\x78\x77\xc1\x56\x29\xbb\xa7\xbf\x44\x35\x1f\x9c\xaf\x9d\xed\xeb\x1b\xd0\x63\xfe\xe6\x0d\x04\x5a\x8f\x63\xd9\xdf\xbf\xb0\xfc\x1f\x5c\xb0\x37\xc8\x40\xdf\x90\xef\xf9\xe6\x1d\x78\x61\x41\xd6\xfe\x08\xd6\x11\x69\xfa\x1b\x20\x36\xc1\x15\xf3\x8d\x87\x7e\xb7\x3e\x83\x7c\x1a\xf5\x1c\xe0\xe9\xd9\x16\x20\xe5\x6f\xcb\x05\x30\x18\x4f\x8f\x6f\xc0\x52\xf7\xcb\x7f\xa6\xff\xd5\xae\x29\x1f\x30\xef\xc8\x89\x61\x59\x13\xd4\xf5\xc6\x3c\x00\xd2\xeb\xd7\x3f\xc0\x99\xe1\x55\xf2\xc1\x2f\xfb\x77\xec\xc1\x57\xec\xbf\x7c\xa0\x21\x18\xa4\x9f\x1d\xfa\xbe\x9d\xaf\x40\x80\x11\x16\xff\x81\xaf\x58\xfb\xef\x1d\xe6\xd6\x43\x7d\x16\x38\x9f\x95\xb2\xd6\xf7\xbf\xe6\x5f\xdc\x7f\x91\xab\xbe\x11\x50\x3f\x3c\xf4\x73\xb4\xbf\x08\xd7\xdf\x80\x5a\x13\xb4\xf4\x6f\x04\xec\x81\xd6\x07\xd8\xbb\xea\x7c\x0a\x59\x1a\xe9\x1f\xc8\xe8\x09\xb0\xfe\x06\x10\x63\xf5\x97\x27\x73\xda\x77\xc0\xff\xfc\xcd\x63\x00\x62\x9b\xeb\xed\xc8\x1f\x37\x61\xc3\xdf\x80\xaa\xa3\xb9\x77\x6c\xa0\xd0\x9c\xc7\x2f\xb4\xb7\xae\x3d\x01\x89\x1f\xea\x06\xea\x3a\xf8\x96\xdf\x78\xc1\xd5\xcc\xa6\x03\x06\x9c\xa9\xe7\x3b\xff\x82\x19\x7f\xe0\x43\xde\x10\x7d\x7d\x04\x3a\xdd\xcd\x3c\xa1\xd9\x2c\xae\x25\xb9\xba\x07\xf5\x01\x47\xb4\xbb\xa7\xc0\x46\x87\x03\xc2\x37\xa4\xe2\x74\xec\xc0\x96\x04\x1d\xe1\xc3\xaa\xd5\xda\xef\xf7\x99\x57\x08\xb5\x1f\x54\xbd\xdd\x35\x0f\x55\xef\xcd\x2d\xe3\x9b\x50\x03\x20\xa1\x7f\xf3\x92\xf2\xe0\xe2\x37\x0c\x83\xac\xff\xf9\xe3\x72\x7e\xf8\xfd\xfc\xe5\xf0\xfe\x26\x7b\x1f\x5e\x27\x1f\x16\x34\x79\x8e\xbf\x79\x89\xc2\x7f\xfa\x64\xe6\xff\x87\xfa\xe4\x9b\xbf\xbd\xec\xe4\xff\x89\x14\x75\xb2\xff\x0c\x35\x3e\x23\xf1\x71\xad\xa2\xe1\x1f\x97\xaa\x23\xfa\x7c\x9f\x70\x22\x95\x9f\x8d\xab\xd6\xff\x5f\xb9\xe7\xff\x33\xff\xdf\xff\xaf\xf7\x7f\xfe\x5c\xf0\x14\xfd\xb9\x2e\xbc\x26\xcf\xdf\x2b\xf3\xf7\x2a\xff\xfd\x0f\x61\x74\x57\x39\xab\xee\xcf\x55\x26\x64\x36\xe7\x1d\xd0\xfa\xcf\x63\x00\x32\x7f\x52\x96\xef\x08\x1a\x5a\x4f\x4a\xf8\x4e\x00\x05\x9a\xff\xe7\xcf\x85\xb7\xde\x79\x54\x70\x4e\x2e\x92\x1a\x49\xc5\xa4\x7e\x92\x8a\x49\x84\x10\xa2\xcf\xc8\x57\x3a\x59\x65\x81\x6b\x4e\x87\x66\xd4\x84\xe7\x41\x58\xf5\x4d\x4a\x98\x02\x9e\x5a\x3b\x29\x34\x2c\xc3\xbd\x04\x77\x7e\xbe\xce\x85\xfc\x3c\x44\xe4\x38\x29\x25\x93\xa2\x7f\x2a\x39\x97\x61\xca\xfc\xef\x7f\x1e\xfc\x4c\x32\x0c\x40\xe7\xb1\xfe\xfb\x9f\x27\xfb\x56\xdf\x26\xbd\x27\xa9\x52\xc9\xb3\xc7\x9d\xc7\x7d\xfa\xad\xff\xcf\x9f\x9c\x2a\xd5\x46\x2b\x86\x31\x3b\xa7\x73\xce\x9c\x07\xb0\xac\xe5\xa4\x34\x2a\x29\xf7\xcb\xd9\xd7\x32\x3e\xd3\xe7\xc1\xf2\x25\x65\x98\x32\xd4\x9c\x90\x62\xce\xc3\x98\xe4\x93\x72\x76\x8a\xf3\xa8\xff\xfd\xcf\x03\xcf\x4c\xce\xb6\x36\x9f\xd6\x3e\xb8\x19\xe4\x9c\xbb\x49\x06\xb3\x91\xb2\x4c\x31\x78\xf3\xa4\x34\x72\xc2\xd3\x16\x95\x58\x86\x04\xe4\x3c\xfa\xc9\x28\x9b\xf4\x9a\xf4\x9d\x24\x3a\x37\x5b\xef\xdc\x99\x37\x47\xa6\xcc\xb9\xfb\x61\xef\x24\x51\x03\xfb\x32\xd3\x97\xd0\x10\x64\xdc\x72\xcf\x23\x91\xc4\x5b\x4f\x36\x89\xf8\xda\x87\x14\xb3\x32\x88\x93\xe6\x0d\x9b\x37\xac\xd5\xe9\xf0\xbc\x6c\xcc\x8a\x93\x44\xdf\xe5\xb0\xa2\x67\x73\x7b\xf0\xec\xcb\xc0\x8b\x9c\x07\x55\xa0\x17\x6e\x47\x81\x8b\x3e\x56\xd2\xcc\x35\xff\x4f\xbe\x69\x0d\x7e\xcb\xf9\xee\x74\x0c\x77\x7b\x0c\x8f\xf9\x7e\x8a\x29\xfd\xbf\xff\x19\x04\x27\x65\xbc\x41\xff\x64\x70\x14\x88\x24\xce\xc0\x28\xfc\xc9\x37\x35\x40\x14\xce\x5c\xde\xff\x64\xbc\x42\x71\x2b\xc9\x35\x51\xcd\x2a\x7f\xd8\xe9\x82\x9a\x99\x4e\x35\xcb\xda\x45\x4a\x33\x05\x7a\x9f\x42\xca\x30\x05\x10\xd7\x4a\xca\x36\x05\x66\x01\x72\x2e\xe6\x53\xc8\x87\x9c\x4b\x35\x45\xaa\x6c\x52\xcc\xa7\xc0\x07\x4b\xce\xc5\x7c\x0a\x18\xcc\xe4\x7c\x53\xe7\x7a\x43\xb4\x4c\xce\x77\x31\x85\xaf\xc8\x79\xd2\x43\x5c\x84\x81\x6b\xcb\xd5\x96\x72\xed\x45\x7f\x94\x9b\x5d\xdd\x1a\x1e\xe8\x99\x94\x61\xca\xc4\x27\xf0\x7f\xfe\xe4\xee\xbc\xe9\xfd\x74\x19\x0e\x49\xb9\x3f\x0c\x5a\x3f\x13\xff\xe1\xb6\x59\x30\x27\x9c\x07\xc0\x19\x89\x94\x87\x94\x24\xf6\xdd\x49\x39\x5b\xc6\x79\x00\x28\xf1\x90\xd2\x4c\x19\x67\x14\xcf\xaa\x28\x30\xb8\x9d\xc7\xf7\xdf\xff\x0c\x2e\xd7\x05\xe2\xb4\x3f\xe5\xa2\xb8\x4a\xde\xd3\x94\x73\x12\x11\xd6\x59\x12\x3d\x5b\x12\xe2\xfe\xd9\xda\x4b\x3a\x6b\xe6\x4f\x49\x48\x2c\x67\x9f\x2a\xd9\x3a\xe6\x24\xf9\xe8\x49\x69\xa6\x74\xa8\x0c\x78\x87\xa6\x95\xfc\x50\x3c\x0d\x41\x11\x78\x1e\x70\x10\x74\x52\x1e\x53\x20\x50\xcb\xa4\x4c\x53\x80\xbd\x6e\xa4\x6c\x53\x3e\x78\x83\x4e\xca\x30\x1f\x08\x58\x8a\x29\xd5\x14\xe0\x31\xc9\xf9\xc8\x4b\x7f\x4a\x39\x22\x11\xd4\x9e\xc5\xdd\xbd\x14\x78\xc3\xcf\xbd\xac\xc0\xc8\x72\x1e\xcf\x29\xbd\x92\xf2\xfb\x0a\x26\x02\x53\x2c\x1d\x82\x5e\xba\x0c\x8e\x96\xf3\xa0\xce\xe4\xbc\xac\x33\x8c\xe1\x85\x56\x84\xef\x40\x16\x76\xce\xc4\x1a\xef\x59\x79\x15\x8b\x78\xc5\x8c\x51\xb1\x29\x9e\x07\x44\xdd\x27\xa7\xfa\x9d\x6b\xe9\x79\xb0\x6f\x9e\x8b\x61\x23\x1a\xe6\x3c\x80\x89\x3d\xc3\xd8\x08\x52\x39\x0f\x16\xda\x11\xe5\xda\xdd\x49\xc2\xb3\xfb\x06\x2e\xa1\xd5\x23\x45\x9c\xc7\x11\x74\x70\xf0\x6f\x8d\xb9\xdd\xf0\x4d\xed\x23\xfd\xf5\xe8\xf1\xcc\xfc\xff\x75\x8c\x36\xf8\x0a\xce\xe3\x9c\xdc\x48\xdb\xad\xb3\xf2\x5b\xc7\xb4\x03\x28\x78\xe3\x82\x70\x1e\x10\xa3\x1e\x99\xa7\x01\x49\x7c\x1e\x30\x9c\x9d\x01\xe8\xe9\xf4\xd8\x79\x9c\x33\x08\x3b\x5a\x2f\x9c\x8a\xbd\x14\x78\xa3\xce\xe5\xad\xc3\xc8\x71\x1e\xc0\x39\x9f\x71\xea\x0f\xfd\xdb\x1f\xf8\x2d\xc0\x28\xe8\xe3\x5c\x6c\xcf\x03\xc9\xf0\xba\xff\xe7\x4f\x9f\x8c\x5d\x27\xbe\xba\xb1\x72\x3a\x14\xbc\xe7\xb1\x20\x8a\xc8\xff\xf3\xe7\xc1\xb0\x73\x1e\x10\x1c\x43\xac\xfc\x9c\xa2\xce\x83\x36\x42\xf7\x0a\x92\xfb\x79\x54\xe8\x48\xa0\xb9\x39\x5f\x9c\x47\x06\x5d\x55\x66\x1a\x92\x2a\xe4\xd9\xa2\x1d\xe3\x25\x7b\x1e\x42\xff\x43\x35\xf1\x3e\x24\x9d\x6d\xb1\x65\xc1\xbd\xaf\x53\xe2\x98\x10\xd2\x62\x1a\x9a\x44\xdc\x9e\x07\xe8\x51\x02\x83\x9e\x2d\xe0\x3c\xca\x59\x41\xc0\xeb\xc5\x91\xd0\xce\x83\xe5\x2a\xcc\xe9\x11\xce\xce\x43\x50\x21\x90\x43\x4f\x7b\xcf\x83\xa5\x07\xfc\x1e\x2e\x31\xe7\x01\xaa\x13\x10\x87\x71\xf6\x8a\xf3\x40\xb4\x00\x52\x33\x18\xed\x19\x6e\x19\x20\x4a\x06\x1b\xf6\x8c\x4c\x25\xc0\x7c\x04\x19\xfa\x3c\x16\x49\xe0\x96\x9e\x83\xf6\x3c\xcc\xcb\xa4\x8f\xa4\x02\xb2\x68\x02\x31\xb5\xd8\xa0\x33\xda\xa3\x08\xba\x5a\x1e\x93\x86\x90\x34\x24\x4d\x93\xc8\x1e\x44\xc8\x60\xdf\x9e\x30\x8d\x8f\x22\xb2\xea\x6d\xbd\xce\x36\x3d\x8a\xa0\xaa\xb7\xb5\xaf\x54\xb5\x8b\x3d\x6b\x55\x2b\x25\x82\xfe\x18\xd5\x66\x57\xb2\x07\xc1\x94\x70\xe0\x3f\x33\x1a\xd9\x03\xb2\x8a\xc3\xcd\x79\x24\x31\x6d\x48\xb2\xf6\xe7\xec\x1c\xec\x83\x13\x57\x9c\xf3\x00\x09\x36\x89\x64\xeb\x70\x74\x81\x6e\xe9\xaf\xee\x70\x9c\xf9\x35\x88\xae\x98\xf1\x98\xfd\x63\xf6\x54\x95\x53\x77\x06\x7a\x58\xcc\x7c\x33\x1e\xf3\x3a\x9b\xe4\xb8\x05\xcd\x7d\xac\x3d\x4a\x76\xe4\x98\x49\xd0\xf2\x79\x90\xbd\x55\x1d\x76\xce\xa0\xaa\x56\x62\x58\xd5\x01\xf0\xac\x25\x0e\x07\x0d\x30\x25\x2c\x7a\x33\x86\x83\x36\xa9\xd7\x0f\x3a\xd7\x66\x9f\x89\x3d\xe0\x21\x98\x30\x9d\x9f\x07\x40\x1c\xce\x89\x69\x25\x26\xf8\xbb\xce\x9c\x69\x5e\x40\x1c\x10\xc3\x39\x63\x59\xaf\x45\x5e\x7e\xb8\xcc\x0b\xbc\x25\x54\x09\x13\xe2\xf2\xf3\xa0\x5e\x00\x46\xc6\x72\x68\xcf\xb6\x3a\x6e\x93\xc2\x7a\x05\x6d\xfc\x21\xf8\xda\xc6\x20\xfb\x1f\x78\xaf\xfd\x15\x34\x5b\x7c\xde\xb0\xaa\x1b\x48\x5d\x27\xd3\xb6\x12\x9b\x2e\xec\x64\xff\x3a\x42\xf8\x1e\x26\x67\xe1\x6b\x89\x2f\x25\x3e\x62\xfd\x5a\xe2\xcb\x04\x78\xfc\xd0\x41\x7b\x85\xc0\x11\xf9\xd7\x12\x5f\x3a\xc7\x29\xf7\xda\x39\x9f\xd9\x8b\xf7\x6b\x5e\x9f\x90\x33\xe4\xf5\x99\xd7\x47\xed\x07\x25\x7e\x0e\x1a\xf0\x26\x58\x12\x67\x7c\x76\xce\x47\xed\xc5\xd8\xbd\xe8\xe8\xcd\xd6\x71\x0b\xa9\xeb\x3e\xc1\x5e\x38\xaa\x48\xb9\x57\x98\xb4\x45\x9a\x01\xf0\x97\x36\xee\xb3\x4f\x0c\x68\x58\xe6\x76\x9f\xc0\x03\x6b\x80\x58\x37\x71\xba\x3a\x8f\x8f\x24\xb2\x77\x9f\xc0\xed\x6a\x10\x8b\x31\x77\x9e\x26\xf1\x21\xb0\xa1\xdb\x7d\x62\xbb\x4f\x08\xcb\x9b\xa9\xfd\x06\xe0\xb4\x8a\x92\x5b\x6e\x93\xaa\xc8\x30\x24\x35\x93\xa8\x57\x11\x77\xd8\x7a\xb1\x4f\x10\x74\x31\xb7\xfb\xc4\xbe\xc9\x8b\xe9\xbb\x6f\xf3\xba\xcd\x0b\x50\xe3\xdb\x7a\x01\x51\x4b\xf0\xc5\x04\x20\xfe\x3c\xf8\xb0\x0a\x47\x5c\x4d\xa2\x44\xc0\x68\xb7\x5b\x07\xae\x62\x03\x59\x75\xe2\x0d\x76\x1e\x54\x02\x38\x5a\xc0\xe3\xcf\x43\xa4\x14\xdf\xb2\x8d\x6c\x30\xd5\x8e\xee\x96\xd8\x01\x31\x7e\xf2\x3f\x8f\xe2\x09\xa5\xfb\x79\x88\xfe\xc2\x30\xbb\xd9\x6c\x00\x70\xab\x88\xcd\x6e\x36\xbb\x6f\x81\x56\x00\x38\xb6\xa8\x47\xec\x15\xde\x72\xb3\xd9\x88\xf8\xd5\x1e\x46\x14\x9b\x1b\x44\x45\x42\x7a\x27\xa4\xf0\xe7\x41\xe3\xc0\xbf\xdd\x6e\x36\x9b\xcd\xa6\x8a\xdb\xec\x66\x43\xc0\xfd\x68\xc2\x34\xbb\xb3\x6c\x76\x16\x82\x7d\xe7\x1e\x76\xc1\x11\xc2\x06\x11\x10\x73\x4f\x7b\xf8\xc8\x13\x03\x49\x6a\x6e\x77\x83\x0d\x72\x2f\xb1\x07\x73\x23\x4a\xcd\x1d\xa2\xa3\x50\x7b\x97\xfe\x66\xe9\xe3\x23\x33\xb7\x4b\x7f\xb3\xf4\x39\x8a\xe7\x76\xe9\xc3\x30\x3f\x40\x41\x9b\xf8\xbd\x9d\x87\x79\x99\xe4\x00\x6e\x6a\xcf\x36\x02\xf7\xfc\x79\xf0\x21\x1b\x04\x14\xf4\xe7\x41\x89\x9c\x36\xdb\xa5\xbf\x3f\x4a\xec\xb4\xf1\xb3\xf6\x44\xb5\x65\x36\x67\x3c\xe7\xce\x83\xec\xc5\x9b\xfe\xcc\xfe\xac\xda\x81\xe3\xff\x7c\x3d\xfc\x5f\x91\x36\x04\x2c\xf6\xf0\x7f\x2f\xb2\x17\x93\x18\x49\x70\xbe\x04\x1c\x10\xe0\x3c\x5f\x04\x89\xf9\xa6\x02\x1c\x34\x79\x25\xea\xf5\x66\x00\x98\x2f\xd1\x9f\xcd\x9e\xa3\x38\x8b\xdb\xec\x51\x8c\x17\xdd\x00\x0a\x6c\xe2\x38\x77\x1e\x8d\x24\x50\x8d\x4b\x37\x09\xac\x88\x5b\xf4\xe8\x65\x12\xd9\x17\xb1\x9e\xcd\x5e\xe4\x1d\xd6\xd3\x7b\x9b\x97\x70\x2c\x22\x3c\xdf\xe6\x75\x83\x44\x7d\x0b\x18\x1d\x26\x09\x1d\x42\x55\x5d\x88\x2f\x0b\xb1\x9b\x57\xf5\x43\x0e\x6c\x1c\x83\x26\x7e\x7d\xe7\xf1\x83\xeb\x20\x89\x0d\xf5\x15\x20\x9c\x6d\xf7\x6d\xb6\xb1\x01\x57\x2d\xe4\x34\x77\xfe\xf9\x9e\x3b\xff\xc0\x21\x7e\x02\x6f\x70\x1e\xf4\x2a\x3b\x31\xae\x82\xe7\x41\x89\x8d\xaa\xb6\x6d\x12\xcd\x16\x8e\xda\x15\xfc\x76\xf2\xfa\xa1\x52\x9b\x17\x11\x14\x58\xa8\xe7\xeb\x7a\x7c\x5d\x8f\xec\xd7\x6f\x77\xd0\x1e\xda\x08\x46\x3b\x28\x09\xe7\x01\xda\xf5\x0f\xc9\xda\xaa\xb2\xf8\xba\x60\xd5\x2e\x3e\x18\x17\x46\x77\xe6\x2c\x7b\x42\x50\x27\xce\x24\xfc\x08\xcf\xa3\x80\x7e\x4d\xf6\xae\x0e\x88\xfc\xc7\x23\x82\x78\xf8\xa1\x78\x4e\xc8\x9b\x6f\xd8\x85\xae\x0e\x36\x67\x68\xfd\xcf\xe3\xb4\xf1\x11\xcd\xdb\xb3\xf2\x05\xd0\x32\x5b\x89\x6d\x7f\xb1\x86\x1e\xb1\xc0\x5d\x43\xef\xeb\x87\xe4\xf5\x0e\x93\xce\x66\xf5\xd8\xd1\xaf\x3d\xf1\x51\x55\xc1\xbc\x3d\x05\x5f\x96\xd5\x63\x4f\x7c\x7e\xc8\x1a\x7a\x6c\xa3\x6b\xe8\xe5\xc8\xc3\xc1\x7a\x7e\xae\xa1\x0f\xd1\x18\xaf\xe9\xf9\x79\xe4\xe1\x27\x99\x60\xb7\x98\xdf\x35\x4c\x02\xc6\x7b\xf8\xe1\x6b\x12\x79\x71\x56\x7e\x89\x2e\xfc\x38\xb9\x86\x1f\x7a\x72\x7d\x59\x0c\x6f\x3e\xf4\xe4\x82\xf2\x7f\xe0\x10\x3c\x3f\xd7\x10\xdc\x11\x03\x8f\xdf\x89\xa2\xf3\x3c\xfc\x10\xf0\x6c\x65\xd7\x0f\x4c\x75\xac\xec\xf3\xf3\x98\xfa\xce\x22\x19\x43\x60\xec\xfb\x31\x69\x08\x6f\x41\xd2\x34\x89\x12\x41\x79\xff\x5c\x30\x1f\xab\x03\xf5\xf4\xfc\x5c\x1d\x9f\x78\xd3\x9c\xce\xa8\x58\xff\xcc\xaf\x81\x22\xce\x52\xf8\x3c\xb9\x3e\x15\x62\xec\xd1\x9f\xab\x03\x37\xcc\x01\xe8\xd0\xfc\xba\x25\x22\xbb\xe2\xc0\x3a\x3f\x8f\x93\x8f\xe9\x3b\x86\x48\xe2\x36\x9b\xe3\x04\x0f\xd6\xf9\x29\xa8\x7e\x1c\x14\xc3\x5e\x1d\x8e\x90\xe8\xd5\xe0\xe7\x7f\x23\x9b\x84\x0a\x94\xc8\xa2\xf9\x0d\x6b\x21\xb0\xf5\x25\xcc\xf9\x60\xbc\x3f\x60\x8f\x2e\x9c\x56\xe7\xe7\x59\xf1\x21\x39\x16\x91\xd1\x97\xb5\x5d\x7e\x2a\xa6\xf8\xfa\x7d\xfa\x99\x26\x4a\xb9\x4d\x10\xd7\xfa\x12\x6f\x3c\x9c\x2c\x61\x76\xf7\xbf\x0f\xe4\x4f\x41\xf2\x23\x3a\xa3\x08\xc1\xee\x12\xfa\x80\x58\xba\xf0\xf7\x9c\xdf\xb6\x73\xb6\x95\x82\x47\xe2\x73\x79\x7c\xe2\xf8\xe2\x9d\x39\xf1\x48\x3d\x0f\x2a\xc0\x22\xfd\x5e\xdb\xf3\x5a\x77\x28\x1f\xbe\xcf\x5e\x44\x72\x2c\xce\x81\xcf\x5e\xfc\x2c\x15\x31\xf4\x73\x1d\x7d\x9f\x25\xb0\x7f\x7c\x2e\xa4\xef\x33\x3b\x70\x09\x55\x37\xad\xeb\x32\x3b\x93\xb2\x49\x66\x07\x92\xcd\xc5\xc5\x73\x5d\x97\x8d\x10\x16\xfc\xc8\x8d\xe7\x41\x76\x5c\xc2\x17\x4a\xaa\xf3\x28\xa6\xf1\x5e\xf2\xdb\x24\xc6\xba\xd8\xe6\xe8\xb5\x97\x7a\x6d\xf8\x77\x97\xfa\xaa\x75\xe5\xee\x6b\x7c\x8a\x2a\x70\x5d\xb7\xd9\x09\x5f\xce\x52\x59\xd7\x2d\x02\x88\x49\xcd\x24\x3f\x35\xbb\xb3\x48\xfe\xac\xab\xaa\x47\x13\xff\x1d\xd5\xf5\x82\xbb\x3f\x95\x1f\x74\xfb\x34\x29\x44\x6d\xa7\xb1\xd5\x9a\x74\x2b\x2c\x62\x7b\xb7\xc2\x5d\x10\x77\x72\xeb\xbf\xd7\x6c\xff\x10\xd8\xdd\xf6\xa3\xe2\xbd\x84\x8b\xbb\x1e\xdb\xff\x88\xd4\x0e\xe0\xe2\xf5\x98\x1d\x80\x53\xf8\x3f\xac\x6b\xd8\xed\xa3\x0b\xe8\x0e\x3c\xfb\x78\x4c\x13\xc0\x82\xb6\x0e\x7b\x7d\xfc\x90\xe2\xa9\xc9\xb0\xad\xe2\xc2\x80\x7f\x04\x2c\xcc\x79\x98\x5b\x36\xcd\xdc\x40\x6d\xc5\xc5\x61\x5d\x73\x99\xf4\x09\x03\x01\xf2\xbb\x5f\x82\x99\x8b\x03\xc3\xc2\xa7\xf7\x3c\x7e\x99\x51\xe6\x72\x68\x5c\x6b\x78\xce\xad\x6b\x59\xb7\xb0\xf5\xc0\x68\xe1\xdd\x7b\x1e\x66\x47\x27\xb1\xd4\xd6\xc5\x52\xbb\xed\xa3\x70\x18\x44\x59\xc6\x7d\x6e\x01\x41\x73\x1e\xe2\x33\x50\x91\x6d\x1f\xb9\xbe\xb2\xd3\x75\xdb\xbd\xdb\xca\x49\x12\xb0\xad\xdc\x36\x3b\x49\x01\x5e\x87\x86\xc0\xf3\x2b\x8b\xfb\xff\xda\x30\x57\x84\x20\x7a\xc9\x15\x91\x2e\xf3\x03\x04\x4a\x25\xdc\x4a\xc6\x7a\x82\xb0\x94\x50\xb2\xac\x04\x40\x29\x77\xff\x95\x5c\x10\xc9\x05\x01\xe9\xc3\x82\xa6\xff\x3c\x8a\x78\x10\x24\xdd\x26\x75\x21\xef\x05\xc3\xb7\x00\xf1\xd2\x01\x26\x4b\xc9\x02\x58\x22\x80\x2c\xac\xe4\x12\x49\x39\xfb\x25\x69\xb9\x98\x86\x8d\x8c\x71\x4e\xa8\xd4\x57\x72\x25\x15\xd1\xf6\x5d\x49\x09\x14\xbd\x8b\xe3\x64\xa5\x6c\x7d\x31\x13\x5d\xc5\x22\x8a\x95\x2b\x66\x47\x45\x90\x02\x97\x8e\xd3\xa8\x0e\x16\x7e\xd3\xe7\xf1\x09\xc8\xcf\x6b\xb7\xfd\x86\x18\x88\xeb\xc6\xc2\xa5\xfa\x3c\x2c\x00\x38\xc1\x84\x68\xb8\x92\x6b\xb5\x88\xd9\x7f\x5b\x39\x8d\x63\x68\xac\x96\x8a\xba\x85\xa2\x2e\xe1\xd7\xb1\x52\x35\xbb\x6a\x76\x22\xf4\x57\xeb\xcb\x92\xbe\x7f\x5f\xda\x7c\x11\xcc\x8b\x18\xfd\xd5\x12\xaa\xcd\x67\xe2\xa4\x6a\xf3\xab\xa5\xc2\x28\x81\xe7\xf6\x9f\x95\xba\xdf\x8a\xd0\xdf\x1d\x1b\xe3\x62\x99\x9a\xa9\xdb\x7e\x77\x08\x17\x66\xea\x66\xe7\x76\x80\x5b\xd2\x4a\x8f\x83\xf3\x98\x1d\x10\x93\x38\x78\x9f\x87\xd9\xf1\xe9\xe3\xb8\x0e\x19\x06\x9c\x72\x6e\x07\x1a\xc3\x6e\x2b\x37\xec\x3a\x77\x08\xfc\x89\x56\x1a\x36\xcc\xd3\x52\x24\xc2\xe4\x16\x91\x5c\xfb\x2e\xb0\x34\x7d\x0f\x98\x87\xeb\x37\x5f\xc3\xf7\x5c\x74\x3f\x32\x83\x6d\x07\xb8\xc2\x7e\x3c\x06\xae\xb0\xe4\x09\x46\x70\xc7\x4a\x3b\x4c\x93\x1e\x80\x22\x5e\x47\xcc\x43\xed\x6f\x9a\x8d\x7d\xe5\x1d\xa0\xfd\xaf\x7d\xf7\x9a\x9b\x94\x03\xaf\x35\xf1\xa0\x83\xa0\x6f\xa5\xcf\x9a\xe0\xdf\x77\xa1\x95\x59\xe9\xb3\xa3\x5c\xaf\x3f\x6e\x00\xd7\x6b\xf6\xb8\xc2\xb3\x61\x81\x1d\x74\x1e\xcc\x8a\x7e\xfd\xf3\x30\x5f\xf9\x6a\x7e\x61\xe5\x65\x17\x40\x58\x5c\x59\xd5\x2a\xfa\x97\x95\x5d\xf6\xd9\x65\xdf\xad\x00\x95\xcf\x9e\x79\x37\x3b\x66\x76\x8d\xe7\x64\x05\xa8\x53\x9a\x26\x7d\xf2\x23\xc0\x09\x80\xd6\x64\x09\x24\x74\x81\x6d\xb1\x32\x32\xe4\xca\x60\x45\x5f\x68\x9a\x57\x2e\x16\xe1\x94\x86\xc0\x6d\x65\xa7\x74\x76\x4a\x63\x4c\x5b\xb9\xfe\xde\xb3\x0c\xc9\x02\x9c\xd2\xd8\x39\x4f\x1a\xf9\x71\xe9\x59\xb9\x19\x98\x4f\xf5\x9a\xd5\xeb\x56\xa5\x4b\xb5\x60\x2b\xba\xc1\xfc\x7c\xd9\xed\x27\x67\x7e\xfd\x31\x32\x58\xaa\x87\x9e\xd0\xf4\x38\xdf\x9f\x07\x9f\xfe\x92\xfc\xf4\x91\x20\x82\xa9\xaa\x95\x68\x61\x25\x4a\x97\x58\xf2\xe0\x16\x9d\x47\x32\xd0\x9d\xa4\x6c\x92\x24\x08\x92\x31\xb8\x1a\xb2\xab\x41\xf0\xf8\xec\x79\x99\x39\x2f\x51\x85\x2d\xd0\x8e\xce\xc3\x12\xe4\x68\x98\x96\x30\x2d\x81\xb1\x9e\xe6\x36\x8d\x21\x67\x70\xd0\xe5\xaf\xcc\x71\x79\x89\x05\x9f\xa7\x4d\x9d\xe6\x06\x7a\x22\x31\x01\xe7\x61\xe5\xb2\xac\x11\x66\x17\x56\x8e\x4d\x33\x87\x95\x33\x4c\xda\xfa\x7a\xec\x65\x57\x25\x04\x85\x2b\xbb\x2a\xb3\xab\x52\xc8\xf6\xbc\xd9\x47\xb2\x67\x1c\xe0\x09\x8b\xa0\x81\xf3\x20\xbb\x64\x12\xcb\x23\xbf\x52\x50\xb0\x02\xf3\xeb\x40\x80\x37\x5f\x6d\xc4\xeb\xcc\x79\x25\xa4\x68\x72\x4d\xd8\x4d\xac\xc0\x6a\xbb\x3e\x7b\xe9\x93\x22\x82\x85\x9a\x3f\x2b\x02\xfe\xca\x6f\x6e\x7e\x76\x13\x48\xcc\xa0\xc1\xac\x8c\x92\x72\x65\x7c\xde\x2f\x40\x19\x56\x71\x99\x16\x04\x4d\xc1\x44\x8b\x82\x66\x71\xe5\x36\xc9\x18\x14\x34\x8b\xeb\x10\x18\x86\x55\x5c\x87\xc6\x30\x5c\x02\xc9\x13\xc3\x70\x1e\x64\x27\xf9\x02\xfe\x14\xcb\x28\x06\x51\x49\x09\x62\x38\x0f\xfb\x57\x32\x05\x94\x97\xab\x78\x8a\x88\x1a\x5f\x3c\x45\x8a\xd1\xbb\x6c\x84\xc5\xe5\x55\xea\x8f\xaf\x82\x12\x70\x74\x58\x05\x61\xb1\xfe\x92\x5e\x93\xe8\xb7\x1f\x29\x86\x55\x03\x0f\xf6\xc2\x21\x62\x95\x66\x01\x46\xfe\x72\xac\x80\x47\x75\x1e\xf2\x69\x30\x58\xe0\x52\x9d\x07\xad\xfa\x25\xd9\x49\xae\x4b\x91\xc8\x4b\xb7\x93\x3c\xa5\xe0\x42\x5d\xa5\x5b\xdf\xfe\xa3\xce\xa0\xa9\x8f\xd9\x3d\x66\x47\xa9\x9e\x48\x85\x75\x09\xcc\xcb\x2a\xae\xcb\xa2\x7c\xda\xbb\x69\x76\x92\xeb\xb2\xcb\x74\x81\xa2\x6f\x15\x17\xa1\x10\xe7\x1a\x5e\x57\x19\xbf\xf7\x28\xd5\xd5\x85\x63\x4d\x12\x88\x15\x33\xec\x79\x58\x61\x56\x9c\xb6\xd6\x55\x24\x5e\x81\x8c\x74\x69\x6d\x5d\x45\x01\x52\x74\xf1\xa2\x00\x59\x10\x20\xab\xb5\x0b\x6b\xec\xea\x12\x77\x1b\x8f\x9c\xf3\xd0\x0e\x06\x10\x63\x09\xc7\x4b\xaa\x16\x4e\xe4\xe2\xf9\x56\x3c\xdf\x04\x14\x2d\xdb\x12\xb6\x61\xd9\xb2\x6f\x38\xac\x0a\x90\x0f\xa2\x46\x51\x80\x2c\x32\xb1\x08\xb9\x5d\x5e\xdb\xef\x99\xf7\xc8\x90\xe2\xf2\x2a\x9f\x0d\x73\x4e\x7c\x36\xcc\x83\x0b\xfe\xb0\x75\xbb\x22\xee\xeb\x97\x26\x09\x07\x65\xdc\xca\x86\xc2\x5b\xdf\x28\xe0\xd7\xed\x24\x86\x5e\x77\xdd\x4e\xe2\xdb\xc3\x64\xc8\xc1\xe1\x61\x72\x2b\xf6\x0d\xb9\x38\xf2\x63\xda\x30\x64\x9a\x24\xe6\xdd\xed\x99\x23\x72\xf5\xed\x99\xf3\xf3\x4e\x1a\x52\x5d\x28\x80\x61\xf7\x4c\x0d\x58\xd0\x5b\x01\xec\x76\xe9\xe0\x00\xbb\xee\xea\xa7\x1e\x4d\xc4\x0b\xaf\xdb\xb5\x73\x7b\x0c\x11\x2a\xbc\x74\x46\x59\x77\x33\x3b\x68\x39\xd0\x37\xac\x1b\x30\xf4\x4b\xe4\x64\x22\x54\xfe\xac\xdb\x69\x2c\x0a\xf2\xed\xa5\xea\x56\x8a\x1a\xff\x0f\xf5\xe6\xff\xe1\x38\xbf\x1f\x6b\x80\x8b\xf0\x85\x96\x62\xdd\xa8\xa0\xd7\x0d\x1d\x50\xba\x7e\xec\x21\xd6\x9e\x89\x99\x2e\xf9\x3e\x9c\x98\x37\x13\xf3\x5c\xb1\x48\xb3\x5a\x4b\x7e\x4c\x20\xe3\x6f\xb4\x0d\xeb\x46\xb3\x90\x08\x5b\x5d\x77\x58\xd5\xb0\x8c\x5b\x9e\x10\xcb\x08\xcb\x00\x21\xf9\x76\xb6\xe2\x3e\x73\xd2\x68\xa6\x53\x93\xb8\x97\x94\xc4\xef\xbd\xb7\x5d\xb4\xad\x0b\xb7\xdd\x5b\xd1\xeb\x46\xf4\x6a\x56\xc5\xe9\x4a\x68\x4c\x4a\x44\x84\xae\xdb\xe9\x7a\xe3\x52\x97\x04\xe5\xbd\xdf\x62\x9a\x01\xd3\x12\x91\x74\x93\x2c\x81\x7d\x83\x50\x9a\xf3\xa0\x04\xb6\xf4\xfb\x73\xe8\x3f\x1b\xc1\x5e\x0d\x7c\xdb\x79\x58\x2a\xf7\xce\xea\xa4\xae\xc9\x0e\x60\x43\xa8\x0a\x43\x95\x8d\x19\xad\xfe\xaa\x6e\xcc\x44\xce\x24\x2d\xc6\xab\x3a\xcf\xab\xec\x0d\xea\x09\xaa\x97\x20\xf0\xdd\x12\xbe\x1e\xab\x3a\xf5\x6b\x2e\xbe\x96\xe1\x3d\xb1\x04\x09\x42\xe8\x75\x1c\x8a\xce\x83\xb0\xef\xdb\xb7\xcc\x0c\x84\x07\x59\x48\x17\x08\x71\xe7\xc1\xb4\x94\x96\x04\xdd\xf8\xaa\xc5\x02\x38\xcf\xf5\x2e\x5a\xb5\x58\x5f\x7a\x4e\xff\xa2\x55\x8b\xd9\xd1\x4d\xfa\x13\x2d\xfc\x89\x12\x9e\x9d\x4b\x87\xa2\x55\xd1\x57\x48\x0b\x55\xd5\x57\xe0\x63\x94\xa4\x31\x5d\x80\xcd\x9d\x07\x7d\x2e\xed\x0a\x06\xed\x45\xb4\x50\x4a\x84\x50\x2e\x22\x84\xce\xc3\xca\x01\x93\x5b\x5d\x82\xb5\x4a\xc6\x2a\xe1\x0b\x4a\xc0\x55\x51\x02\x2a\x09\x00\x5a\xf7\x67\x55\x57\x20\x80\xcd\xb5\xd9\xd4\x61\x09\x20\x43\x57\xb7\xef\x3a\x7d\x4d\xfe\x17\x5f\x73\xe5\xc8\x35\x57\x5d\x39\xd5\x95\x93\xed\xcc\x39\x4d\x23\xc0\x14\x25\x49\x9d\xd6\x03\x81\x49\xfb\xcd\xaa\xcb\x12\x00\xbc\x97\xab\xaa\xaa\x74\xa8\x12\xf5\x74\xf9\x64\xec\xa4\x25\x05\x2c\x4a\x87\xba\xec\x24\x4c\xc3\xe0\x35\xad\xba\xec\x24\x57\xa1\x3a\x87\xea\x2a\xac\xae\x42\x22\xf9\x56\x75\x15\x8a\x73\x97\xf0\x77\x5c\xc4\x33\x9d\x07\xd9\x39\x7f\xc3\x4e\x42\xe9\x00\x90\xd3\xaa\x2a\x1d\xaa\x1c\xaf\xb8\xcd\xae\xaa\x82\xa1\xba\x6a\x54\x30\x54\x2f\x31\xd5\xe5\x40\xb0\xda\x6a\x2e\x87\x26\xef\x6a\x96\xc6\x46\xd1\xa5\x25\x8b\x78\x48\xca\x26\x15\x8d\xff\xb2\xe0\x54\xd3\xba\x69\x83\x34\x8a\x6d\xd2\xf4\xa2\x3a\x5e\xcd\xdb\x7e\xe3\x66\x2f\x85\xe3\x6a\xde\xec\x9b\x53\x18\xe5\xe8\x6a\x4e\xe1\x26\x15\xab\x97\xec\xe6\xc5\xbb\x35\xdf\xab\x32\xe5\xf8\x5e\xf3\x3d\xba\x40\x67\xb6\xd5\x86\x65\x00\x98\x0d\x52\xdc\x79\xd0\x79\x28\x76\x9a\x3b\x6c\x73\x3a\x79\x1b\x27\xf4\xe7\x3c\x8a\x69\x34\xc3\xb9\xd3\x7e\x0e\x04\x2c\xce\xa6\x26\xaa\x19\xd6\x79\x99\x64\x2b\x7e\x1e\x04\xcc\xeb\xb6\xec\xa9\x6d\x76\x2c\xa7\xe6\xfd\xb4\xbd\x16\x6b\xed\xbc\x3d\x36\x49\x74\x15\x8f\x89\xd5\x39\x8f\x6e\x9a\xef\xd9\x32\x07\xad\xca\xa2\xe3\xa0\xf5\x4b\x3a\x20\x93\xb2\x49\x72\x04\xcb\xc2\xe3\x95\xb1\x67\xb3\x63\x82\x76\xcf\xdb\xce\x79\x0b\x3a\xd6\x22\xb2\xe7\x3c\xe8\x3b\xb9\xcb\xba\xe3\xd3\xc1\x57\x48\x38\x39\xae\x8e\xc3\xcc\xea\xe0\x7b\x75\x14\x34\x1d\x5f\xbc\xd5\xdd\x75\xbc\xba\x11\xf6\x73\x1e\x96\x60\x12\x23\xd1\x6f\xdb\xca\xde\xdc\x55\xb3\x74\x47\x5b\xa1\xa6\x3b\xda\x82\xc7\xfd\xc8\xc8\xfa\x6d\x4d\xdc\x4f\xa4\x18\xeb\x4a\xc3\xc6\x02\x81\xbf\xb5\xba\x3a\x95\x5e\xed\xa6\x21\x0b\x91\xb5\x73\xf2\x78\x29\xeb\x4e\x9e\xee\xe4\x91\xc5\xab\x3b\x79\x3a\xe4\x36\x3f\xd6\xae\xae\xa0\xdb\xe5\xb5\xc9\xcf\xbf\x4f\x74\xbd\x27\x57\xe7\xe2\xf9\x63\xdd\xea\x2a\x65\x3b\x4a\x59\x20\xbd\x56\x57\x29\x8b\x93\x65\xfa\x1d\x71\x5d\xf9\xa1\x3f\x56\xd4\x81\x52\x29\xdb\x1f\xb3\xf3\x5b\x95\xb2\x5d\x22\x1d\x76\x0d\x00\xee\xfe\xac\x3e\x0c\xf7\x85\xcf\x08\x2f\xe5\x25\xc2\xdd\xef\xb0\xe9\xc3\xca\x01\x74\xd7\x99\xcf\x84\x2d\x9d\x87\x05\xb0\x79\x77\x15\x33\xdd\xf5\x81\x99\x7a\x75\xd7\x47\x77\x1f\x95\xad\xab\xab\xa8\xed\xd3\xec\x4c\x5a\x26\x51\x37\x0e\x96\x3e\x6d\xea\xb2\x59\x32\x2f\x2d\x87\x8e\x7d\xd4\xab\x87\xfe\x7a\x0b\x7f\xbd\xf4\xdb\xf7\xbb\xca\xdb\x8e\x01\x24\x49\x2a\xd8\xbd\x8b\x76\xb7\x34\xa9\xbb\xba\x82\x40\x7f\x2d\x95\x8a\xbc\x96\xea\x62\xeb\x2c\xac\xee\x62\xeb\x3f\xc6\x6a\xe7\xae\x8b\xad\x23\x05\xa7\xce\x99\xd1\xbd\x17\x76\x9c\x57\x64\xf7\x7b\x5c\x6b\x8f\x6b\x8d\x85\xf0\xb8\xd6\x9e\x1f\x87\x35\x6b\xed\xc1\x94\xb7\x04\xdb\x03\xb0\x6c\x81\xb5\x77\x1e\x16\xc0\x25\xe0\x51\x15\xf3\xb8\xdd\xe2\xf3\xbc\x1e\x45\xea\xc7\x7d\xd4\x61\x7d\x54\xb7\x3e\xa8\x5b\xc1\x66\x5c\x8f\xba\xd5\x47\xb1\x02\xe7\xef\xf5\x28\x56\x3c\x88\x15\x5e\x8c\x1e\x77\xdb\xc7\x45\x8f\x85\x7a\x3d\xea\x56\x1f\x57\xb8\xbd\xfe\xb8\xc2\x1f\x77\x60\x69\xb1\x1e\x75\xab\x0f\xba\xd5\x2e\xa5\x92\xba\xd5\xc7\xd5\xcc\x35\xeb\x51\xb7\xfa\x28\x56\xfc\x68\xb0\x6e\xdb\xe0\x0a\xff\xd1\x61\xb9\xc2\x9f\xfa\xa3\x03\xa7\x54\x57\xee\xa3\x24\xf0\x97\x9e\x2a\x4c\xdb\x06\x9f\x92\x64\x5b\x5d\xcd\x9d\x2b\xf0\xe3\x6a\x7e\x5c\xcd\x3f\xaa\x29\x57\xf3\xd3\xcc\x4e\x6a\x29\xaf\xad\x4f\x93\x6d\x8a\x52\xbd\xa2\x3e\x5c\x47\xff\x72\x42\x79\x1d\x7d\x5c\xae\x60\xa0\xad\x47\x3d\xd1\xa3\xf3\xda\x8f\xcd\x49\xd5\xe7\xe3\xf4\xf7\xda\xf6\x28\x80\x3f\xca\x0c\x0f\xa6\x9b\x47\x25\xcb\xe3\x64\x07\x66\x63\x3d\x2a\x59\x1e\x67\xb6\xd4\x43\x8f\x33\xfb\x51\x1c\x90\x75\xe8\x09\xe7\x98\x9c\x46\xd8\xa9\x1e\x6f\x90\x8f\xd2\x00\x46\xe5\xf5\xa8\x78\x79\x94\xc9\xa5\x19\x7a\x94\xc9\x1f\x8f\x1b\xef\x63\x8f\xc7\xcd\xb3\x6d\x86\x5d\xf0\xda\x05\xaf\x3c\xe7\x92\x6a\xa9\xfb\x7c\xd0\x7d\xfe\x7a\x40\xdd\xe7\xe3\x1a\x1b\x32\x66\x29\x36\x3c\x2e\x28\xef\x63\x8f\x0b\xea\xf1\xa4\x1a\x7e\xfb\x99\xdd\x67\x76\x74\xb2\xea\xd0\xc7\xc3\x6b\x48\x6a\xe5\x82\x22\xbe\x31\xfd\xb8\x80\x86\x4a\x95\xe1\x12\x18\x92\x59\x29\x4a\x8c\xe4\xb7\x6c\x32\xc3\x1b\xe4\x28\x56\x0f\x21\x74\x78\xb8\x8c\x22\x9f\x96\x49\xaf\x49\x7e\xca\xac\x1d\xce\xd0\xe1\x0c\x1d\x8f\x9c\x5a\x16\xeb\x79\x23\xeb\xcb\xf0\xbc\x19\xb7\x74\x60\x4c\xbd\xe1\xb5\x72\x54\xab\x27\x6b\x14\x3e\xce\x6b\x40\xa0\x4c\xd4\xf7\x1a\x9a\xea\x88\x6a\x4c\x99\xd0\xdd\x35\x54\x78\x12\xb9\x98\x7e\x74\x30\x7a\x23\x2f\xa2\x0d\x4f\x9a\x24\x5b\x66\xd7\xcc\x4e\xaa\x2d\x5b\xd1\xa5\x8e\x67\x36\x0e\x15\x9e\x03\x85\xa7\x94\x9e\xc3\x73\x67\x74\x73\xb3\x8f\x9d\xdc\xa3\x5b\x13\x3b\xc5\xc9\x4d\xec\xdf\x49\xa3\x54\x95\xa0\xe3\x31\x3b\xda\xea\xc5\x74\x00\x9f\x40\x40\xcd\x1a\xcf\x32\x49\xd2\xac\x62\xda\x2f\xb7\x97\xd7\x18\x30\x8f\xa2\x31\x2d\x54\x8a\x30\xa5\xeb\xc1\xa9\x80\x47\xff\x1a\x9e\x0a\xc4\xed\xa5\xec\x7d\x6e\xb8\x78\xc6\xb2\x6e\x5d\xea\x2f\x07\x67\x99\x5d\x97\x27\xcc\xec\x96\xd9\xd1\xac\x70\x6c\xc2\xe6\x3b\xd6\x2a\x32\xc5\x7b\x74\x79\x0e\x0f\x8f\x11\xe6\xf6\xfc\x5f\x1c\xe8\x44\xe9\xfd\x59\x82\x43\x3e\x1c\x06\x43\x35\xe7\xd8\x16\x86\xb4\x3c\x54\x73\x0e\xd4\x9c\x40\xf4\x2d\xe2\xf5\xce\x83\xce\xb1\x35\xdb\xce\x91\x5f\x5f\x32\x95\xe1\x65\x97\xa8\xbc\xf4\xd8\x40\xed\x7d\xe0\x43\xa6\x1f\xcf\xca\x50\x5d\x33\x64\x79\x4f\x4e\x2b\xd7\xe4\xe0\x40\xcb\x04\x40\xaf\xf1\x39\x98\x9f\xd9\x51\x82\xaa\x4f\x62\xf7\x7e\x1c\x79\xc4\xee\x9d\xc7\x27\x87\x19\xb4\x5c\x2e\x49\xc2\xf1\x12\xde\x2a\x6b\x7a\xc6\x11\x59\x97\x7e\x44\x2b\x53\x35\xe7\x94\xc3\xdf\x7b\xe7\xf4\x9e\x3c\x25\xbc\x92\xb2\x73\x2a\x01\x4e\xce\x0c\x30\x01\xd7\xf4\xcc\x98\xc5\x36\x70\xa5\x9a\xda\x0c\x66\xb1\x26\xb4\x7f\x7a\x17\x9d\xb7\xd9\xa1\x5d\x9d\xb7\xd9\xe1\x67\xe2\x6e\x36\x5d\xa4\x93\x45\x4a\xd8\xd5\x9a\x9a\xd3\x67\xd5\x89\xd0\x46\x68\x4e\x9f\xc6\x8c\xd3\xe7\x53\x39\x71\x56\x0b\xb0\x72\x6a\x83\xa6\xeb\x36\x49\xd9\xe6\xba\x9d\xcd\x0e\xb6\x54\x75\xa4\x13\x1d\xa9\x5b\xe8\x6c\xdd\x24\x08\xbb\x58\xdd\x53\x3b\xc5\x44\x9a\xcc\x59\xa6\x36\xa5\xc9\x89\x34\x09\x24\xe1\x9a\x9e\x49\xd3\xd5\x0d\x8f\xc9\x9a\xaa\x4d\xa7\x4b\x19\x1c\xb9\x35\x5d\xca\x53\xe7\x48\xad\xee\x53\x1d\xe9\x64\xd9\x8e\x5f\x92\x9d\x84\xb8\x28\x37\xc9\x9a\xae\xd1\x39\xcd\x4e\x42\x35\x25\x37\x62\x11\xd2\x48\x26\x2d\x93\xe4\x80\xa3\xd0\xf9\xfb\xd2\x36\x54\x29\xda\x2c\x74\x99\x1b\xab\x6a\x2e\x73\xc3\xc5\xc5\xed\x7d\x7a\xdd\x9d\x61\xbb\x9a\x8c\x6e\xb6\xcb\x35\xea\xc5\x73\xaa\x60\x9a\xfb\x97\x46\x11\x2e\xa5\xb9\xcd\x8e\x12\xb6\xbd\xf9\xd9\x2e\xc7\x46\x5d\xe5\x74\x0a\x7b\xa1\x5c\x38\x14\xaf\xc5\xa9\x92\x81\xec\x59\xcb\x53\x65\x61\x0a\x93\x5b\x62\x2d\x2f\xb2\x2b\x49\xd0\x26\x8d\x9b\x27\xcd\x42\x7f\x99\xb5\xc7\x2e\x95\x38\x2b\x59\xc6\x2d\xf5\x9b\x65\x48\xff\x25\xab\xff\x52\x59\xb9\x8a\xe5\x4a\xa8\xa6\x18\xb5\x00\xd0\x06\xc5\x6a\x2d\x55\x31\xab\x48\x18\x27\x17\x1a\x9e\x8a\x6b\x81\x2d\xa5\xae\x72\x15\x26\xf1\xba\xcd\x4d\x6a\x34\xdd\x49\x16\xea\x19\x1c\xa8\xd6\xc2\xcd\x6a\x2d\x89\x01\xb5\xe4\x2e\xe7\x3f\x98\xa6\xbf\x93\x71\xa9\x8a\x59\xd5\xdc\xb8\x62\x2d\x55\x31\xcb\xf9\xef\x45\x79\x39\xff\x57\x93\x16\xef\x91\x39\xce\x52\x9b\x7d\x32\x64\x96\xb3\x4f\x50\x73\x66\x59\xf5\x97\xc7\xc5\x72\xde\xc9\x76\xbf\x9e\xdf\x7b\x9f\x69\xbc\xa7\x6e\x7e\x71\xcb\xce\xde\xb2\x97\xb7\xec\xe5\xfc\x94\x3d\x7e\x29\x5a\x2d\x0f\x91\xdb\xfe\x74\x36\x2e\x4f\x87\x5b\x42\x3a\x4f\x87\x05\x98\x9b\x2c\x04\x6b\x39\x1b\xd7\xb2\x5c\xc9\xe4\xd4\xb4\x2c\xa7\xa3\x24\xee\xcb\xe9\xb8\x9c\x8e\x92\xb6\x2f\xa7\xe3\x0a\xbf\x45\x14\x58\xca\x56\x8b\x03\x40\xb6\x81\xb5\x54\xc5\x2f\xb9\xcd\xb4\xe0\x2d\x05\x9f\x85\xe0\x03\x34\xe3\x5a\x9f\x23\xe4\xb4\xad\xf2\x14\x3a\x6d\xd7\xa7\x37\xa9\x1c\x6e\x17\x8b\x2a\xdc\x66\xf1\x1b\x5f\xa1\x2f\x47\x70\x95\x20\xb6\x67\x19\x30\xb3\x42\x76\x43\x06\x32\x9c\xc8\x81\x46\x26\xcb\x89\x1e\xea\x31\x43\x1a\x43\xf6\x36\x83\x68\x56\xa4\x1f\x15\x1e\x05\xa8\xb3\x24\x8a\x26\x11\xc1\xb4\x82\xa0\xdd\x45\x14\xcd\x79\x0d\xb2\x39\x2f\x17\x44\xd3\x24\x3c\xe4\x56\xa8\x2a\x20\x9a\x26\x65\x02\xe7\x17\xd8\xb4\xe7\xf1\x99\xc6\x7b\x2a\x2d\x89\xad\xf9\x09\x42\xc6\xd6\xac\x70\xa1\x68\x3a\x0a\x35\x3e\xe1\xe1\x21\x83\x7a\xb8\x52\xc2\x53\x41\xcd\x43\xa8\xb4\x24\xa4\x26\x5f\x6c\x95\xe1\x41\x11\xf0\xa7\x5c\xd7\xf8\xf7\x71\x1e\xea\x34\x43\xa2\x45\xe2\x2d\x57\xb8\x90\xe2\x76\x98\xba\x04\x7d\x61\x9a\x14\x7c\xbe\x66\x13\x6f\xeb\x24\x03\x9e\x8b\x2b\xaa\x5d\x21\xe1\xa0\xd7\x96\x50\xc4\x82\x03\x60\x85\x22\x56\x40\xb7\xa4\x10\x17\xda\xb3\xc2\x75\xa4\xfa\xda\xb8\x99\x15\x88\x5d\x22\xdc\xaf\x50\xee\x22\x96\x26\x13\xb8\xbd\x42\x19\x8b\xc0\x99\x24\xf8\xfd\x8a\x61\x09\x92\xcb\xb1\x09\x87\x4e\x17\x01\x94\x3d\xc8\x97\x2b\x34\x33\x13\x40\x93\xb2\xfa\xe6\x50\x93\x4a\x34\xcd\x4f\x22\x34\x9a\x66\x85\xeb\x54\x83\x6f\xb8\x4e\x63\xfe\x38\x06\x99\x1c\xda\x9e\x89\xb4\xc9\x57\x91\x5d\xd0\x42\x3d\x34\x88\x45\x5c\xa1\x26\x95\xb8\x9a\x2c\x73\x79\x78\x8e\xc4\xa2\xba\xb6\x40\x0d\x40\x28\xea\xc9\xef\x1d\x8a\x7a\x04\xd9\x64\x20\x34\x97\x41\x36\x2b\x5c\xdf\x6a\x7e\xc3\xf5\x1d\xae\x6f\x19\xc0\x0d\xb3\x59\x81\x55\x2d\xe3\xfa\xbe\x42\xb5\x69\x10\x11\xab\x89\x23\x54\x9b\x12\x67\x73\x5e\xa3\x54\xcd\x19\xe1\xa9\x04\x80\xfe\x0a\x55\xa9\xb1\xad\x1d\xdb\x45\x28\xe1\x85\xf2\x97\xac\xe0\xa1\xfc\x45\x7c\x4c\xbe\xec\x25\x95\x77\xe1\x36\x20\xf9\x76\x7c\xbf\x4f\x3f\xd3\xe0\xe4\x53\x00\xdb\x9e\x5e\x2a\xcd\xb6\x2e\x22\x5b\xf6\xbd\xea\x6b\xd3\x24\x3f\x65\xa8\xb7\xda\x83\xed\x3e\xd0\x39\x34\xb7\x9a\xd9\xed\x6a\x56\xef\xb4\xf3\x2f\xcd\xaa\x30\xb0\x5b\x1d\xc0\x76\xad\x75\xcb\xf0\x9e\xb4\x95\xc0\xbc\xb5\x6f\x25\xb0\x2d\x5b\x65\x33\xc9\xaa\xb8\x72\xd4\x15\x6c\xa5\xb2\xed\x32\x51\x59\x60\xe0\xca\xda\x9e\x37\xda\x64\xb7\x57\x27\xa2\x55\xb2\x6c\xf3\xdb\xab\xd3\x56\xdc\x92\x79\x7a\x7b\xb9\xdf\x5e\x93\xe4\x84\xde\xaa\xea\x36\xda\xb3\xac\x4d\x76\x6b\x44\x26\x8a\x24\x83\x03\xba\x08\x25\x39\x0f\xb2\x93\x28\x79\xab\x50\xdb\x72\xe0\x4a\x92\x4c\x7c\xc9\x79\xb0\x4e\x30\x70\x6e\x17\xdd\xf6\xf0\xf2\x62\xb7\x75\xf8\x20\x90\x24\x83\x22\xba\xb6\x0a\xb5\x2d\xbd\xa6\x7c\xc8\xdb\x55\xb7\x5d\x75\x36\x5f\x85\xda\x76\x39\x49\x8f\x6c\x58\xc9\xda\xae\x13\x9c\xd6\xd7\xf6\x02\xb4\x15\xae\xa4\x32\xde\x6a\x0a\xf6\xf6\x5b\x2e\x4a\x46\x83\xac\x2d\xfd\xe6\x63\x92\x35\x71\xca\x4a\x19\xbc\xf7\xef\x53\x39\x26\x87\x9c\x91\x56\x85\xb8\xaf\xac\x45\x76\x7b\xdd\xdf\x5c\xed\x85\xbb\x5e\xdb\xab\xfd\x76\x6a\x0f\xee\xf1\x5b\x5d\xd9\xf6\xd4\x93\x0e\x78\x3b\xb7\xb7\xf3\x18\xc0\xea\xf5\x2a\x85\x11\x1b\x92\x44\x94\x5e\xaf\x5a\xe8\x17\x35\x58\x96\x9a\x17\x94\xe5\xf3\x60\x71\xa3\xb6\x31\x52\x64\xbd\xce\x6d\xf9\x75\x5f\xe7\xf6\xeb\xdc\x56\x92\x32\x7c\x64\xbd\x0a\x6b\xb2\xea\xbe\x3a\xeb\xbe\x40\x6d\x7b\x41\x7a\x3d\xd0\x5e\x25\x29\xa9\x74\x5f\x25\x29\x62\x3f\x7e\x77\xa6\xd7\x43\xe1\x75\xb6\x8f\x47\x6a\xca\x61\x9a\x25\x70\xc9\x7b\x95\xae\x5e\x45\xa9\x21\x79\xa6\xba\xac\x57\xe6\x46\x19\x27\x95\xa4\x08\x05\xf9\xdd\xad\x0c\x05\x59\x84\x7f\xa4\x22\x37\xec\xab\xa9\x99\x58\x90\xac\x23\xb1\xb1\x20\xeb\x65\x01\x14\xa9\x62\x5f\x17\x00\xc1\x20\x49\x4c\xe5\x45\xcc\xc7\x79\x98\x1d\x23\xf6\x7a\xbb\x20\xde\x23\x13\x0b\xba\x5e\x62\xb1\xd6\x0b\x14\x7b\x72\x6c\xd4\x13\xbc\x7d\xfa\x25\xb9\x75\x73\x03\xfb\x5f\xa3\xa1\xc1\x1f\xeb\xed\x16\xc0\x1e\xf3\xaa\x9f\x26\x20\x24\x89\xaa\xbc\x5e\x97\x13\xe1\x1f\x27\x8d\xec\xd4\x4f\x13\x06\x92\x13\x4b\xe7\xf5\xc0\x7a\x59\x3a\xc9\xc1\xd7\x57\xea\x1d\x36\x0b\xf1\xf0\xd5\x2f\xea\x3d\x2b\x88\x5b\xe4\x3f\x8f\xf3\x57\xf5\xf5\x3b\xcd\xc5\xb9\xe1\x09\x44\x9c\x48\x2a\xf2\xc8\xbe\x3a\xe9\x12\x34\x92\x93\xd3\xca\x8d\xff\xdd\x36\xc7\xc1\x54\x67\xf6\x6e\xd9\x47\x65\x41\xdd\xdd\x34\x98\x2d\x59\xbb\xaf\x0b\xeb\xdd\x96\xe0\xcc\xd5\x8e\xfd\x62\xc7\x2e\xbf\x79\xe5\xd5\xfe\x85\x37\x0a\x3c\xd9\xf5\x7a\xb5\x7f\xb9\xc6\x97\x1f\x23\xaa\xd7\x78\xc2\x44\x52\x71\xc2\x7c\xde\xbc\x89\x0d\x49\xa2\xe3\xae\x4f\x91\x90\xe0\x90\x4c\x10\xea\xfa\x3c\x0b\xbe\xe4\x6b\xb7\x4c\xa3\xbe\x96\x7c\x0d\xaa\x4f\x65\xbd\xcf\xa5\x81\xc0\xf6\xa9\x48\xfe\x8a\x85\x9a\xa6\x84\x45\xe0\x47\x06\x85\x76\x7d\xfa\xc6\xfe\x0d\x02\x61\x69\x7c\x2a\xcc\x88\x02\x49\x05\x70\x9f\xf5\xb9\x5c\x88\xf9\x48\xe2\xb1\xae\x4f\xd7\x8c\x4f\x3e\x51\xe4\xba\x4f\x1d\xda\x07\x6b\x75\xf1\x5a\xfc\x79\x19\xff\x90\x66\x44\x66\x5d\x9f\x0e\x3b\x9f\x0e\xdf\xde\x1f\x3f\x77\x47\xa0\xb2\x93\xe8\x93\xeb\x53\x41\xfa\xa1\xd0\x11\xfe\x71\x7d\x9a\x4b\x89\x7b\xc8\xba\xc5\x7f\x2a\x71\x3e\xa7\x44\xe1\x76\xfb\x29\xd7\x1b\x04\x21\xde\xe3\x32\x08\x62\x19\x04\x51\xbc\x53\x1a\x04\xb1\xbe\x6d\xfc\x04\xbb\xd9\xa7\x1e\xd5\x10\x05\x01\x1b\xc3\x10\x85\xb8\x8a\xdf\x36\x69\x55\x37\x69\x5c\xc7\x04\x93\x0b\x5c\xfd\xcf\xa3\x1b\x19\x61\xda\x30\x8d\x6f\x65\x72\xbb\xea\xef\xdb\xcf\x34\xa8\x4f\xd1\x19\xc6\xe5\x5e\x40\x38\x71\x5c\xe8\x0c\xe3\x6a\x0c\x37\xb4\x24\x17\xca\x87\xb8\x24\xf4\xc4\x9f\x35\xae\x61\xf5\x5c\x82\x00\xc1\xeb\xca\x1f\x97\x1d\x5f\x61\x5e\xb8\xe8\xf8\xd0\xbd\xbf\xc8\x75\x76\x0d\x6b\x87\xd0\x58\xaa\xc4\xab\xd3\xec\xa6\xd9\x99\xd4\x4c\x5a\xb2\xbb\xca\x01\x1b\xa6\x31\x16\x90\x55\xe0\xc4\xff\x27\x2e\x29\x6d\xe1\x84\xb8\x96\xcd\x5a\x12\xc6\x66\xd3\x8a\x69\x8d\xd7\xe8\xa5\x73\x2e\x9e\x87\x05\xd8\x9b\xcb\x02\x96\x05\x40\x2f\xbb\x2c\x00\xa0\x7a\x62\x1b\xe2\x0a\x5b\xea\xd4\x91\x0b\xee\x0a\xab\x1b\xb6\xb4\x48\x2d\x6b\x5f\x42\x26\xc1\x4c\x0c\x5d\xfe\xe3\x72\x86\x55\x90\xde\xaf\x70\x68\x9c\x4e\x72\xaf\xe1\xff\x7f\x1e\x66\x07\xaa\xfb\xb5\xcd\x6e\x9b\x1d\x95\x3b\x53\xeb\x3c\xa0\x2e\x4d\xbe\xf5\x92\xf4\x3a\x0c\x40\xba\xe3\xfe\x7f\x1e\xb0\xa0\xca\xa0\xfb\x5a\xdf\xd7\x02\xe0\x29\xb8\x5e\x47\xc6\xdd\xa4\x3a\x1f\x5e\x2b\xf7\x99\x5d\x95\xdc\xd6\xec\x3e\xb3\x93\xe2\xd6\x76\x39\x85\xab\x34\xad\x1c\xdc\x91\x2e\x3f\x05\x4f\x3e\xa1\x3e\x09\xe3\x0c\x4a\x95\x78\x15\x15\x60\x18\x41\x50\x64\x45\x4b\xc9\x6f\x93\x5d\x2c\x81\x2a\x6a\xc1\x20\x44\x20\x15\x99\xd1\x12\xa7\x74\xa4\x2c\x63\x2e\x9c\xab\xd9\x4f\xb3\xc3\x0f\x35\x94\xf1\x02\x91\x20\x59\x90\xed\xc7\x78\x81\x20\x5e\x20\x83\x70\x13\x09\x3b\x76\x18\x2e\x50\xf0\xcb\x8d\x94\x7f\x05\xd0\xc3\x45\x1a\x5e\x66\x04\x98\x31\x19\x94\xe4\x48\x5c\x44\xc3\x00\x82\x82\xa3\x57\x80\xbf\x7e\x1e\x0c\x97\x1c\xba\x68\x2c\x23\xb9\xa8\x5b\x92\xae\x77\x9b\x26\x5d\x2e\xfc\x05\x84\x13\x9c\x87\x4c\xbe\xcc\xfd\x74\x9b\xdd\x6d\x76\x26\x2d\x93\xa8\x9b\xbc\xb2\xdc\x2a\xc3\x68\x81\xd2\xa4\x13\x46\xa6\x08\xa2\x05\x32\xa1\x22\x61\xb4\x40\x18\x2d\x50\xe4\x47\x33\x5a\x20\x8c\x16\x28\x72\xa3\x19\x2d\x10\x49\x09\x02\x8a\xf8\x48\xcd\xec\x9a\xd9\x99\xd4\x4d\xa2\x6e\xcc\x9b\xe4\xa6\x91\x94\x29\xb8\x1a\x46\xea\x36\xab\x9b\x1b\x53\x33\x75\x27\x44\xb7\x26\x55\xaa\x61\x6b\x02\x44\x6b\x69\x16\xf1\x58\x63\x45\x83\xd6\xda\x3f\x4f\xf3\x48\x8f\x43\x07\x75\x1b\x01\xb3\x41\xb0\xc1\x79\x58\x03\xf9\x80\x87\x95\x1f\xe6\xec\x94\x1c\x7e\x0a\x23\x14\xf1\xb1\x91\xa6\x43\x2c\xdb\x34\x37\xb6\x48\xee\x51\xc6\x1c\x94\xe6\x2c\x9d\x8e\x13\xec\x24\xd9\x49\x3f\xed\x0b\xb7\x32\x02\xa2\x23\x4d\x7b\xd6\x23\x49\x2a\xb4\xe4\xc6\x05\x3a\xfd\x49\xe3\xdb\xe5\x80\x86\xac\xbb\xec\x96\x20\x83\x9d\x07\xc5\x4a\x47\x96\xc2\x3e\x73\x63\xe9\x4e\x19\x37\x16\xc3\x1a\x0a\xd6\xe8\x30\xac\x21\x92\x32\x49\x97\x57\x7a\xdb\x03\x5b\xb2\x62\x3a\x65\x9b\x9d\x32\x89\xb4\x63\xe9\xb5\x7a\xee\x2c\xdd\xc9\xf0\x9a\x9d\xdb\x48\x77\x31\xb8\x8d\x18\xd7\x50\xba\xa4\xd4\xb8\x55\x07\xe1\x0d\x99\x30\xdb\x48\xee\x22\xe9\xb3\xc6\xce\x86\xcf\x7e\x87\x54\x45\xf6\x2a\xa3\x1f\xc2\xe8\x87\x22\x2f\x58\x76\x67\x31\xfa\xa1\xc8\x09\x96\xdd\x59\x08\x55\x48\x85\xc8\xe7\x20\x60\xe1\x3c\xcc\x0e\x36\x5d\x54\x5c\x91\x15\x71\x30\x2a\x47\x46\xc4\x89\x8c\x88\x43\x04\x53\x18\xb7\x10\xd9\xbd\x06\x2b\x78\x64\xd4\xb7\x91\x93\x34\xc9\x5d\xc6\x65\xf6\x82\xcc\xfe\x03\xd8\x74\x18\xde\x10\xe0\xb3\xa5\xc2\x2d\x36\xb2\x3b\x4b\x86\x4c\x8b\x40\xda\xc8\xc5\xd7\x0a\x34\xb9\xf0\x99\x18\x04\x11\xd9\x65\xcf\x85\x35\x32\x92\x50\x64\x25\xa1\x47\xa6\x65\x24\xa1\xc8\x48\x42\x48\x29\x91\x15\x03\xb2\xeb\xfe\x91\x54\xb9\x9a\x9d\x8b\x5c\x86\x2d\xe3\x27\xc2\x58\x89\x22\xb7\xa1\xb1\x12\x01\x58\x5c\x2a\x52\x63\x89\x13\x17\x19\x55\x6d\x91\xfe\x2a\x37\x7b\x13\xb6\x18\xa4\x9e\x10\x3b\x2e\xb2\xab\xfc\x91\xd4\xd8\x55\x6e\x4c\x45\x91\x09\x2b\xbb\xca\x0d\xa0\x28\x32\x62\xe5\x6e\x76\xdc\x13\x8a\x35\x79\x6c\xc5\x63\x8d\x59\xf8\x44\x4e\x9c\x07\x5d\xc7\x44\x34\x7e\x22\x8c\x9f\x28\x4f\x93\xdf\xd9\x52\x95\x34\xa4\xbb\xca\x4a\x1a\x06\x46\x14\x8c\x61\x91\x87\x35\x9e\xd6\xce\x81\x05\xeb\x2c\xf2\x0f\xeb\x8c\xd7\x5c\xd9\xd9\x95\xfd\x3c\xb2\x43\x9b\x9d\xcb\x58\x86\xab\xac\x44\x42\x84\x44\x2e\xc5\xdc\x2c\x61\x59\x82\xfc\xdb\xcb\x12\x96\x25\x30\x3a\xcb\x46\x28\x1c\x3e\x4e\xce\x6d\x6e\x1c\xe7\xc5\x9e\xf3\x38\xcf\x2e\xc4\x21\xaf\xb5\x0b\x31\x7b\x39\x90\x63\x29\x73\x39\x08\x02\x1f\x72\xb1\x83\x5d\x9b\x46\x3c\x14\x29\x97\x8c\x78\x88\x2c\x21\x33\x47\x06\xa1\x0e\xe7\x61\xac\xa2\x54\xd6\x9f\x9d\x0e\x71\x7d\x91\x64\xfb\xf3\x4b\xc8\xe4\x4a\x95\x99\xda\x05\xe1\xd2\x94\x41\xa9\xb8\x34\x0d\x65\x28\x98\x16\xa2\x70\xd3\x08\x22\x1a\x32\xf0\x6a\x51\xb8\x69\x44\x71\xb5\x4a\x81\x54\x5c\xad\x85\xd5\x5a\x9a\x5f\xd2\xfa\x92\x6c\x29\xd2\x87\x11\x0f\x41\xc4\x43\x06\x2a\x29\x8c\x78\x88\xe2\xa2\x96\x1f\xa9\xa0\xa4\x0e\xa3\x20\xca\x90\x19\xdb\x15\x5c\xb2\x10\x91\xec\xeb\x05\x8d\x74\x40\xf0\x90\xc1\x54\x8a\xa2\x68\x50\x5c\xc1\x43\x5e\x6c\x57\x70\x71\x05\xff\xbe\xb4\x0d\xf7\xed\x6b\xb4\xeb\xf6\x53\x44\xea\x5b\xd6\xc8\xa2\x48\x5d\x38\x1d\xb1\xbf\x44\xf1\x74\x2c\x2c\xaf\x5b\x02\x1f\x62\x22\xce\xe3\x93\x99\x1b\x06\xee\x6e\x5b\xbb\xd9\xdd\x52\x77\x9b\x5d\x37\x3b\x2a\xdc\xcd\xae\x9b\x9d\x9d\xee\xf2\x2a\x2e\x2f\x38\x9c\x4a\xb7\x37\xb9\x72\xdf\x10\xf6\x04\x31\x11\xe7\x61\x09\x0e\xce\x63\xd7\x3d\x66\xd7\xe4\x02\xb7\x76\xcb\xda\xd9\xc5\xe1\x58\x23\xa4\xde\x89\x33\xa7\x28\xa4\x16\x84\x54\x99\x99\xca\xb6\x76\xcc\xf4\x1b\xc7\xdf\x28\xdb\xec\xb8\x06\xdd\xe7\xa6\xf9\xcf\xe3\x9c\xb0\x84\x3f\x51\x64\x59\xe7\x08\x29\x4e\x7a\x03\x11\x6e\x6e\xd3\x51\x5e\x2b\x00\x35\x5e\xe1\x08\x29\xaf\x15\x78\x8d\x5a\xbd\xfd\xd4\xbe\xf8\x0c\x51\x45\xee\x28\x9e\x48\x05\xb9\x96\x48\xc3\x28\x9f\xe3\xf9\x59\x82\xf3\xf4\xb3\x7b\x98\xf6\x22\x21\x87\x61\x0d\x71\x5f\xbe\xd7\x64\x37\x1f\xa6\xf9\x1e\xa2\x80\xa1\x0e\x71\x67\x8b\x85\xdc\xf0\x46\x8b\x1a\x37\x62\xe7\xed\x15\xe3\x46\x8b\x1a\xb7\xa4\xcd\x58\x72\xe3\xf6\xc4\x30\x86\xe1\x56\xda\x37\x86\x21\xee\xe2\xb7\x32\x9a\xe3\xbc\x12\xb7\xa4\xde\x97\x49\xb4\xf6\xe6\x64\xb9\xf1\x5b\x8e\xdb\x93\xe5\x6e\x66\xc7\xb6\x7f\x2b\xdb\xdd\xc8\x76\x32\x60\x19\xaf\x10\xb7\x33\x1a\xc0\x92\xb8\xdb\xef\x53\x4b\xb5\x07\x9c\xbe\xa0\x6c\xa6\x1b\xbe\x8c\x10\x66\x33\x6e\x34\x46\xb7\x15\xee\x66\x07\x54\xd8\xad\x68\x75\x3b\x7d\x0d\x7f\xb8\x31\xe5\x86\xe1\x0f\x71\x0f\xb3\x63\x71\xdd\xde\x26\xef\x61\xb1\xd2\xc6\x0f\x8b\x45\xc9\x79\x7b\xb4\xde\xcb\xea\x71\xb3\xbb\xe5\xfc\xbf\x97\xef\xa1\xa9\xbc\xbd\x63\xdf\xce\x8b\x5b\xf2\xed\x62\x19\x0a\x2a\x37\x82\x0a\x08\xbe\x61\x14\x40\xdc\x4e\x15\x69\xef\xef\xcf\xaa\x38\x2f\x24\x1a\xbb\xdd\x21\x6f\x6c\x71\xb7\xcc\xf7\x46\x06\x44\x85\xfa\x0f\x50\xb2\xa8\xe8\x62\xa2\x5e\xd6\x4e\xbe\x71\x5c\xf8\xa2\x3a\x55\x6e\x5a\x51\x9d\x2a\x06\x15\xdc\xb7\x74\xe0\x28\x2a\x83\x00\x81\x74\xdb\xa3\x86\x06\x04\xae\xff\x27\x8d\xf7\xdc\xad\x00\x15\xcd\x84\x25\x47\x75\xb7\xaa\xce\xb2\x1f\x9b\x7c\xfe\x7d\x6a\xb1\x92\x9a\x3b\xcb\x74\xfa\xbf\xff\x32\xca\x9b\x5d\x31\x3b\x5a\xe1\x8c\xc2\xcf\x3f\xdd\x78\x33\x07\xd4\x1f\xe7\xc1\x70\xb3\xa9\xe9\xf4\x1f\xd5\x89\x87\x37\x73\x54\x6f\x32\x04\x02\xe4\x1f\x01\xfd\x1d\x26\xc1\xb4\x2e\x3d\x3a\xda\xd1\xa8\x52\x87\xdf\x32\xa3\xe3\x7b\x11\xb8\xfe\x67\xa2\x88\xa3\x02\x94\x13\x15\xbd\xff\x5f\xd2\x7a\x5b\x5a\x65\xb8\x47\x62\xac\x5e\x64\x6a\xa5\x00\x0e\x34\xe8\x45\xce\x43\x4c\x61\x1a\xd5\x1c\x1a\x97\x04\xc1\xbc\x01\xf3\xc8\x79\xd8\x02\xe6\x75\x75\xfe\x57\xb7\xea\x1b\xda\xbd\xda\xcd\xae\x9b\x1d\x8d\x77\xf7\xae\x4e\x7f\xb6\xd1\xea\xf4\xaf\xee\xd4\x3f\x0e\x7b\x77\xea\xca\x4e\x8d\x25\x3a\xaa\x3b\x75\x75\x45\x00\xa4\x1b\xd5\x15\x51\xdd\xbd\xe5\x45\xad\xee\xde\xf2\x98\xdc\x58\x9d\xa3\x2a\x30\x55\x77\x6f\x1c\xc3\xa3\x7a\x15\xaa\x8f\x45\x90\x9d\xea\x9a\x6a\xa8\x35\xd8\xb9\x51\xbd\x0a\x55\xd8\xfa\x80\x60\x8f\xaa\x0c\x55\x5d\x73\xd8\xa6\xa3\xba\xe6\x0c\xa0\xb8\x7f\x9c\xf7\xd3\xda\x49\x92\xfe\xa3\xbb\xf7\xde\x43\x98\x43\x12\x02\x3b\xaa\x92\x10\x31\x0f\xf9\xd7\xb0\x65\x9f\xb8\x84\x6b\xf6\x35\x1b\xb1\x18\x56\xdb\x4a\x18\x44\x10\xfa\x90\x25\x79\xad\xea\x66\x0c\x79\xb8\x2b\x32\x64\x0d\x0b\x80\x8a\x17\x9b\x7b\x88\x5c\x1b\x22\xd7\xfe\x9a\xb0\x6d\xfd\xf6\x4b\x57\x88\x57\x23\x43\x1e\x6e\x55\x38\x86\x3c\x44\x45\xfc\xba\x89\xe0\x8c\xfa\x9a\xdd\x0b\x2d\x3d\xdb\x75\x55\x9b\x62\x64\xc4\x8d\xe1\x3c\x20\x72\x39\x8f\x97\xd7\xe8\xcc\xcf\x4e\x72\x27\x91\xf6\xbe\x7a\xc2\xc0\xee\x92\x01\x9f\x8b\xaa\xf4\x05\x96\xe9\x79\x8d\x42\xbd\x19\x11\x67\x91\xab\x44\xfa\xee\x2d\x8d\xbd\x45\x05\x59\x73\x6f\x81\x05\x26\xdd\x18\xc4\xa3\x79\x31\x6a\x72\xc5\xb3\x3d\x34\x4f\xa6\xe6\x16\x84\x77\x7e\x34\xb7\x20\x83\x36\xee\x1f\x17\xbe\x5b\x90\xd1\x18\xf7\x8f\x06\xdf\xcb\x12\x41\x19\xd9\x2e\x6f\xe8\x83\x03\x5a\x99\x5c\xf3\xbf\x23\xd5\xa2\xb9\x67\x35\x8f\x41\xd5\x40\x4d\x41\xac\x21\x88\x11\x65\x1b\x46\x79\x44\x73\x6b\xfb\xf1\xe2\x67\xeb\xee\x3e\x86\x3f\x7f\x34\x95\x34\x0d\x46\x5b\xf5\x71\xcd\x6d\xac\xc9\x5f\x5f\xe5\xe3\x2f\xc5\x34\x4a\xe0\x08\x68\x9e\x95\xad\xd8\x6a\xa4\x70\x28\x6e\xce\x83\x7e\xe5\x4e\xd3\x6e\xfb\xd5\xdd\x4e\x92\x7d\xd8\x6f\xce\xa3\x0b\x06\xc0\x90\x78\xa6\x36\x6e\x6b\x77\x63\xd0\x9b\xb7\x35\xe8\x6e\x72\xbd\x4d\xb2\x22\xec\x63\x44\xde\x46\x53\x23\xd3\xd0\xbe\xdc\xaa\x81\x60\xc2\x39\x0f\x18\xff\xe1\x60\x6c\x78\x03\x44\xab\x16\xc0\x3d\xaf\x79\x7f\x6b\x9e\xc6\xb2\xe0\x37\x4f\xe3\x06\xdd\xd5\xad\x32\xa7\x75\x1b\xa1\x30\xa9\x32\xa7\x29\x4c\x36\x84\x49\x7c\x2f\xa2\x79\x1a\x37\xb7\xa8\x66\xfb\xbb\xd9\xb9\x1f\xa9\xcd\x69\xee\x47\x4d\xc9\x11\xbf\xfe\x68\xee\x3d\xed\x31\x3b\x6a\xfc\x58\x63\x0f\x72\x95\x39\xf0\xea\x9c\x07\xed\x77\xfa\x0d\xdb\x3f\xcc\xcd\x99\xeb\xde\x63\x00\xce\x2d\x49\x7e\x73\xef\x31\xb2\xe6\xc6\x5e\x1f\xcd\xfb\x1b\x01\x36\x99\x80\x91\x68\x6e\x3d\x6d\x5a\x61\xb6\x32\x42\x6a\xce\x83\x81\x80\x17\xdd\xc0\x9a\x68\xee\x50\x04\x59\x47\x5b\x8e\xab\xdb\x91\x7c\xf7\xcd\xed\x08\x56\x9e\x5c\x7f\xb9\x39\xe9\x15\x88\x1b\x92\x6e\x0b\x4b\x08\x4b\xa0\x22\xea\x85\x5b\xd8\x06\xb6\x59\x78\x7b\xce\x83\x71\x65\x73\x6b\x61\x2f\x49\xe2\x2f\x87\x7d\x53\x07\x6c\xd4\xcf\xdd\xd9\x68\x8c\xfa\x89\xa6\x2c\xdd\x11\xee\x9a\xb7\xc6\xb6\xcd\x8e\x8a\x78\x6b\x6c\x6e\x5b\x9d\x9d\xb7\xb9\x6d\x35\xb7\x2d\x36\xc6\xf6\xda\x7c\xe5\x67\x15\x49\x22\xf7\x06\xc8\xbd\x99\xd0\x98\x68\xca\x49\xcd\xdd\x4d\x3d\x52\x53\x2f\x6c\xf8\xd1\x2d\xdb\xbd\xe1\x47\x61\xa8\xd1\x2d\x87\x7d\x73\x2f\x23\xe2\x28\x83\x40\x1d\x4d\x5d\x71\xfb\x7e\x68\x12\x7e\x6a\x85\x95\xa9\x65\xb7\x36\x22\x29\xfa\x65\xfb\x11\x3b\x88\x45\x3a\x0f\x86\x9a\xad\xdc\x88\xa4\xe8\x8a\xde\xf2\xd7\x77\x37\xb8\xee\x06\xd7\x91\x31\xba\x1b\x5c\x57\x9e\xea\x2c\xc4\x9e\xcc\x8e\xbb\xa4\x0a\xdf\xae\xe6\x07\xf0\xe7\x74\x4b\x50\x0f\x67\xd1\x79\x24\x5e\xe3\xcb\x9c\x4d\x32\x37\xa6\x7a\x57\x90\x37\x36\xea\x56\x05\xd5\xdd\xae\xba\x22\x96\x74\xf4\x44\x3b\x9d\x87\xd9\x3d\x24\x3d\x26\x59\xe1\xee\x6b\x61\xda\x19\xd7\x86\x68\xdf\x95\xba\xba\xdb\x95\x2a\xa8\xae\xb2\xd8\x40\xa8\x5b\x7d\x93\x81\x50\x41\xec\xd3\x49\xe3\x5b\x65\x2c\x62\x9f\xb2\x3b\x47\xaf\x7e\x0a\x17\x3f\xd1\x45\xd1\x55\x10\x75\xf7\x21\xf0\xf6\xa2\x2b\x3c\x19\x07\x75\x13\x39\x11\xc6\x41\x85\x31\x4f\x37\x34\x28\x61\xcc\x53\x74\xf8\xd9\x6e\x39\xe3\xbb\x4a\xa3\xee\xb5\x00\xb2\xb4\xe8\x5e\x0b\x3a\x72\x51\x73\xac\x95\x8b\xba\x7b\x93\xec\xf1\x5d\x35\xb0\xc1\x4f\xb7\xec\xe2\x06\x3f\x05\x01\x4f\x19\x72\x91\x20\xea\xe9\x4f\x74\x9c\x59\xef\x07\x91\x9d\xa8\xa7\xf3\xb0\x04\x93\xba\x49\x67\x09\xbb\x83\x11\x07\x75\x1e\xc0\xb9\xc8\x2e\xdf\x35\x6c\x75\x0c\x5b\xb8\x2a\x45\x57\x52\xea\xee\x60\x38\x7e\x84\xb1\x4f\xd1\x91\x94\x08\x79\x0d\x82\x9e\xce\x83\x5e\x92\x49\xbe\x6b\xd7\x22\xdc\x29\xbb\xf7\xf5\x69\xd5\x66\x23\x89\x16\x4c\xab\x36\x6d\x28\x17\xe4\xae\x62\x89\xd0\xa7\xec\x76\x68\xe8\x53\x74\xf7\x34\xfc\x3e\xa2\xab\x32\x36\x1c\xea\x56\xb1\xd6\xdd\xc0\xba\xd7\x9f\x07\x99\xbb\x6b\xd8\xea\xcb\xec\xa8\x88\xc2\x53\x67\xb3\x02\x0f\x23\xba\x86\xad\x1e\x8e\x42\xfd\xbf\x50\xb2\x77\x6d\x5c\x1d\x1b\x17\xd1\xaf\x61\x4c\x55\x74\xb7\x3c\x9c\xdc\xa3\xbb\x97\x75\x65\x2b\xd5\x73\x5d\xd9\xaa\x13\x52\x72\xab\x9e\xeb\x6e\x5c\xfd\xb5\x3d\x6c\xa1\x5d\x3d\x56\x77\x97\x7a\x9c\xcc\xea\x98\x8d\xdb\xba\x25\x92\xef\x6e\x49\xdd\x3d\x44\xae\x78\x23\xad\x82\x48\x2b\xdd\xb1\xc2\x48\xab\x78\xdc\x56\xe4\x72\x7f\x94\x91\x1e\xf7\x10\x79\xdc\x89\xb1\x3a\x8f\xcf\xb4\xd3\x67\x4f\x32\xbb\x44\x76\x8f\x49\x7e\x9a\x18\x4f\xb6\x55\xa2\xae\xce\x83\xca\x49\xcd\xfe\x68\xa8\x7a\xb0\x99\x6b\x02\x30\xf8\x2a\x1e\x77\x9a\x81\xf1\xea\x51\x79\x6c\x40\xd6\x3d\x98\x6b\x8f\xdb\x8a\x91\x56\xb7\xea\xbe\x47\x89\x87\x80\xab\x0c\x52\x6a\x3c\xda\xa0\x1e\x2f\x6e\x12\xa6\x13\x62\x75\x1e\x7e\x8a\xa4\xf1\x68\x70\x32\xd4\xea\x1e\x88\x15\x86\x5a\xc5\xa3\x2c\x23\x9b\xf9\xe3\x35\xed\xc1\xe0\xe4\xe9\xf3\xe0\xa0\x15\xcf\x6d\x76\xd5\x4f\xad\x09\xdb\x0a\x21\xac\xf1\x68\x84\x7a\xaa\x8d\x60\x1f\x7c\x54\x46\x3f\x5e\x99\xc0\x59\x8c\xc7\x2b\xd3\xc3\x95\xa9\xa3\x2b\x33\xaa\x2a\x1e\xb7\x0b\x22\x65\xe2\x51\x79\x6c\xa4\xd5\x3d\xd8\xf4\x09\xb1\x3a\x8f\x0f\x58\x19\x6b\xf7\x98\x1d\x3e\x5b\x9e\x79\x8f\xf7\xa3\x07\xbe\x72\xc2\xf6\xe2\x51\x44\x79\x70\x8a\xac\x38\x7e\xc6\xe3\x46\xf0\x70\x3d\xea\x6c\x34\x86\x68\xc5\xc3\xa2\xaf\x97\xb9\xa9\x7f\x78\xc0\x57\xa8\xb2\x85\x3f\x9a\x85\x0c\xe5\xaa\x12\x82\x1b\xca\x15\x40\xf7\xa7\x7a\xb1\x13\x3c\x2e\xc0\x87\x05\x08\xf1\x4a\x3c\x9a\x76\x9e\xb0\x08\x6e\xb8\x8f\xa6\x9d\x27\xcc\x0e\x6d\xcb\xa3\x69\xc7\xb0\xad\x0a\x8d\x4e\x18\xb6\x15\x86\x68\x55\xdc\xe7\xe2\xc1\x8f\x2b\x88\xd4\xd2\x69\x2f\x1e\x55\x6f\xcf\xb6\x9b\xd0\xac\x3c\xca\x01\x0f\x72\x80\x27\xad\x81\x5c\xf1\xbc\xe6\xc6\xb1\xf2\xb8\xea\x20\x05\x48\xf5\xe2\x58\x79\xbc\xab\x3c\xa2\xde\x5c\x8e\x84\x17\x93\x07\x93\x8d\x06\x20\x23\xb4\xc2\x08\xad\x0a\x4b\x75\x0c\xf5\xc2\x46\x68\x55\x70\x13\x63\x78\x98\xc3\x38\x97\xb5\x13\xc1\x38\x77\x1e\xcb\xd7\x3a\x69\x61\x1a\x25\xb0\xed\x0d\xad\x38\xc6\x76\x55\x7c\x5c\xc2\xd8\xae\x18\xd9\x4f\x91\x48\x86\x0a\x8e\x51\x2c\x95\x83\x60\xa8\x32\x1b\xb7\xb5\x63\x4d\x0c\x65\x74\x38\xe5\x32\x81\xa6\x61\x7c\x56\x8c\xea\xa7\xec\x4e\xc3\x49\x6c\xcc\x56\x05\x88\x3c\x86\x07\xa6\xc1\x58\x15\x0a\xe3\x18\xaa\x16\x88\xc9\xd2\x05\x32\x86\x9a\x35\x18\xdc\x52\xd5\xc5\x61\x28\xa4\xc3\xd2\x96\xaa\x5e\x09\x43\xeb\x89\x01\x5a\x72\x48\xc4\x70\x01\x18\x79\x55\x55\x10\x1a\x79\x15\x03\xe9\xbb\xaa\x20\x1c\x4e\x6d\xa2\xad\xb2\xe2\xc7\xd0\x54\x42\xb4\x55\xaa\x80\x18\x84\x61\x56\x41\x68\x55\xaa\x2a\x03\x87\xe6\x93\x31\xcc\x0e\xd1\x0d\x26\xb6\xf3\x30\x3b\x1a\xab\xf5\x04\x5e\xb3\x54\x33\x33\x7b\x28\xf4\x0e\xce\x91\xce\x09\x60\xfc\x54\x0c\x67\x36\xfe\x36\x31\x9c\xd9\xd0\x9d\x9d\x34\x6a\x12\x8e\xf6\x39\x43\x32\x11\xa9\x41\x30\xd5\x79\x58\x02\x52\xfa\xf0\xfe\x3e\xb8\xbf\x77\x7b\x5d\x39\x78\x6c\xa6\x8e\x9d\xae\x15\x93\xd0\xa9\xf3\xa5\x69\x0e\xce\x59\x06\x3a\x94\xc6\x50\x5a\x26\x9c\x4a\x7f\xd2\x18\x1e\x3a\xc3\x55\x02\xa0\x70\x0c\xa7\xff\x10\x41\x0a\x9a\xdb\x18\x8a\xc6\x06\x4d\xd5\xcc\x5e\x3f\xbc\xe5\x13\x3b\x95\x81\x02\x8a\x01\xcc\x7d\x0c\x54\x88\x9d\x9b\xe7\x50\x85\x48\xe8\x54\xaa\x70\xe0\xc6\x50\x32\x1e\x48\xc6\xc4\x94\xc6\x50\x32\x1e\xae\x2f\xd8\x6e\x63\x68\x64\x31\xb6\xaa\x02\xe8\x1b\xd3\xc5\x64\x20\x55\x05\x4c\x31\xa6\x46\x16\xe2\xa9\xb2\xf2\xd8\xf4\x04\x9b\x2e\x9c\xf1\x6f\x7f\xf6\x90\xa3\x23\x26\x32\x72\x2d\xa8\x19\xa6\x07\xdc\x74\xad\x41\xd9\x12\xd3\xb5\x36\x89\x5a\xa9\x00\xe9\xc6\x54\xc1\x38\x39\x1c\xaa\xb6\xb0\xe9\xe1\x40\x68\x95\x9e\xb5\x31\x3d\x1c\xa6\xcb\x8f\xa8\x95\x98\xca\xa1\xd3\xb5\xa6\x89\x64\xba\xd6\x0c\xa0\xaa\xb0\xa2\xc6\xf4\x42\x4c\x1c\x55\x7e\xd0\x95\x4c\xf0\x3d\x62\xb2\xd4\x34\x8f\x4e\xb5\x78\x84\x51\xa5\x4a\x88\x4a\x4c\x45\xd3\xd9\xc3\x34\x3e\x55\xc9\x46\xe0\x53\xaa\xb7\xd9\x79\x60\x4c\xd7\xc1\x8d\x52\x65\x7a\x0d\x9d\x6e\xe7\xd0\x70\xc6\x74\x3b\x9f\x6c\xe7\x9a\x5b\x0d\x52\x8a\xe9\xda\x50\xc9\x36\xb5\x90\x18\xb8\x54\x89\x28\x09\x03\x97\x62\xba\x9d\xab\x65\x9b\xde\x08\x27\x37\xc2\x07\x8f\xa5\xe9\x6e\x6e\x2c\x53\x55\xb5\x67\x2c\x53\x10\xcb\x94\xe1\xad\x0a\x63\x99\x62\x3a\x77\x21\x70\x8b\xa9\x7d\x70\x3a\x4f\x89\x31\x89\xa9\x70\x34\x51\x3d\xd5\xea\x50\xa8\xc4\x36\xe6\xa9\x42\xec\x16\x4b\x81\x69\x39\xb5\xd4\xef\x2c\x6f\x53\xeb\xf2\x3d\x04\x90\xa5\x6a\x68\x39\x53\x2a\x32\xeb\x72\xa6\x18\x07\x55\xeb\xed\x7b\x7e\x9b\xfc\x96\x5b\xd7\xf2\x3a\x45\xe8\x53\x26\x2e\x35\x96\xd7\xa9\x05\xf5\x7d\x85\x9f\x20\xd6\xfd\x4b\x33\x3b\x96\xea\x52\x28\x59\x08\x25\x78\x48\x87\x81\x4b\xb1\x9c\x77\x10\x20\xc6\xc2\x6b\x3c\x96\x93\x4c\xed\x8f\x91\x4b\x61\x94\x52\xf5\x2a\xba\xaa\xd9\xa1\x3d\x56\xa2\x5e\x6a\x8f\x97\x70\x67\xde\x09\x97\x5a\x97\x85\x5e\xb8\xc2\x9f\x18\x4b\xbd\xf0\x42\x2a\xa9\x80\x3e\xc4\x52\x9b\xb2\xba\xd9\x75\x92\xcc\x0e\x1d\x46\x05\x13\x2f\x96\x3a\x8c\xb5\xfc\x14\x01\x79\x69\xb3\x58\x1e\xe8\x0a\x88\xcb\x4d\x6e\x79\x2c\x2b\x97\xac\xf7\x97\xc6\xbe\xd4\x1d\x0b\xef\xe7\xcb\x71\xd4\x31\x43\x6a\x9d\x08\x0f\x52\xdd\x26\xc2\x83\x94\x88\x9f\x4c\xa4\x6b\x84\x0b\x3e\x1c\x5a\x00\xd4\x22\x1c\x5a\xa3\x80\xaa\x2e\x12\xe1\xd0\x12\xe5\x73\xd2\x0a\x69\x66\x97\xcc\x6e\x90\x64\x76\x99\x61\x74\xc3\x95\x4c\x27\xe2\x8c\xb0\x5e\xe8\x11\xba\x63\x45\xb6\x11\xac\xd0\x00\xba\x28\x02\x93\xc5\xd3\x4c\x9a\x26\x59\x28\xfb\x6d\xa8\xd7\x33\xbc\xa7\x7a\x3f\x95\x4f\x27\x88\xf2\xc9\x44\xc4\x07\x44\x3a\xe7\x71\xee\x89\x20\x8f\x05\xd1\x3f\x7f\x82\x20\x9f\xf3\x25\xaf\x69\xb1\x30\xe2\x07\xba\xa8\x30\xa4\x27\xc2\x59\xe7\x25\x36\x54\xeb\x19\xd2\x53\xbd\xc4\x86\x53\x2c\xdc\xb3\xdc\x8c\x42\x4f\x2b\x08\x78\x32\x9c\x4d\x11\xda\x27\xc2\x19\xc6\xd1\x12\xce\xb0\x50\x62\x00\x11\x20\xc2\xeb\x74\x38\xc3\xf4\xcb\x08\xf7\xac\x50\x3c\xf0\xde\x19\x8a\x07\xd1\x6f\x51\xdb\xa8\xb1\x77\xe7\x70\xcf\x72\x51\x84\x67\x37\x31\x3b\x99\x08\xfe\x20\x70\xe7\x3c\x6c\x84\x43\xe8\x4c\x34\x80\xa7\xfe\x3a\x40\x4d\x7e\x28\xd1\x12\xf3\x1b\x92\xdf\x04\xd1\x38\x19\x04\xf9\x88\x69\x0f\x73\x41\x25\x5c\x36\xc2\x0b\x2a\xc1\x38\xa9\x7a\x29\x0b\xf5\xfd\x46\xe6\x3c\x76\xba\xfa\xfe\x70\xfa\x3f\x1c\x86\xe1\xf4\x37\x5a\xa7\xfe\x4a\xd0\x64\x67\x18\x4e\x25\xe0\x20\x42\xed\x3e\xd1\x38\x99\x70\xd9\x08\xaf\x9b\xa1\xc4\x30\x1c\x1c\xaf\x9b\xe1\x6a\x22\x06\x21\xc2\xd5\x14\xef\x2f\x8d\xb6\xbe\xbf\x34\x8a\x1d\xa8\xa2\x24\xae\x89\x10\x14\x72\x20\xd1\x86\x9a\x2d\xe3\x6b\xaa\x77\xab\xed\x3d\x72\xbb\x53\x0e\x56\xd8\xf6\x10\xde\x1c\xc2\x83\xfb\x86\xf1\x35\xb1\x5d\x88\x83\xc5\xbe\x55\x45\x19\x73\x53\xf5\x57\x30\xe6\x26\xb6\x9b\xa7\x17\xa4\xad\xae\x1d\x32\x9a\x4c\x60\x6d\x6c\x57\x98\x61\x38\x75\xf4\xff\x8b\x2b\xba\x51\x3a\xb1\xb3\x39\xb3\x8f\x6e\xd5\x52\x46\xee\xd4\x81\x78\x63\xe4\x4e\x6c\x88\x2f\x2a\xa1\x7e\xb1\xf5\x58\xdc\x9c\xc2\xcd\x7b\xd6\x56\x1d\xb4\x99\xbf\x0d\x08\xb8\xd8\xce\x5f\x63\x6d\x1a\xe1\xfc\x61\xac\x4d\x40\x13\x93\xda\x65\xa7\xa9\x0e\x82\x27\x26\x7b\xbd\xdd\x5e\xf9\xa0\x75\x39\xaf\x0d\xd2\xac\xde\x63\x1a\x5b\xd5\xd6\x2b\x61\x0f\x8b\x60\x5b\xda\x2a\x92\x37\x8a\xe4\x61\x4d\xd4\xcc\xec\xe1\xa7\xac\x38\x83\x68\x02\xb6\x96\x93\xc6\xb8\x38\xf5\x8d\xa2\x69\x90\x8f\xc5\x56\x91\x4c\x30\x4d\x1e\x9c\x69\x5b\x45\xb2\x81\x35\x0d\xbf\xfe\x30\xb0\x26\xa0\x62\x49\xb2\xae\x85\x5c\x2c\xb1\x39\xd5\x9b\xb7\x8f\xed\x25\x0d\x32\x96\x93\x46\xa7\x38\x33\x37\xca\x8c\x06\x7e\x5a\x6c\x95\x19\xfb\xf5\x5b\x54\x8e\xdb\x59\x68\x14\x4d\x4b\xce\x2e\x67\xa1\x11\x33\x4d\xc7\x03\xe9\x57\x82\xc0\x99\xec\x65\x7e\x7b\xfd\x32\x88\xa6\xe1\xb2\x1e\x92\xad\xc4\x7b\x59\x65\x3a\xef\x55\xe9\x01\xdb\xca\x49\xbb\x49\x1b\xa6\x59\x15\xf4\x2f\xaf\xb3\xd5\x88\x99\xa6\x4f\xb8\x11\x33\xf1\x12\x15\xda\x60\x05\x8e\x57\xcd\xe9\x9b\x2c\x97\xad\xd9\x90\x99\x78\x39\xea\x07\xde\x25\xaf\x47\xfd\x9b\xcd\x8e\x65\xfd\x3a\x45\xdf\x6c\x55\xd8\x26\x5e\xa7\x28\x9c\x2e\xa9\x65\x6e\x91\x92\xba\x04\xa4\x2e\xd9\xb5\x04\x75\xcb\x9f\x80\x30\x25\xb5\x8c\x04\xf8\x7a\xac\x13\x39\x93\x75\xfd\x79\xdd\x74\x5f\x27\xb2\xfe\xb3\xaf\x13\xf9\x85\x8a\xb7\xe9\x40\x2b\xa5\x4a\x18\x46\xa3\x87\x90\x61\x34\x61\xc8\x4c\xcb\xb7\x69\x96\x80\x4f\xcf\x40\x60\x7d\xf5\x85\x23\x4a\x26\x35\x1d\x25\x5e\x35\x9d\x86\xcc\xe8\x48\x64\xc8\x4c\xbc\x4e\x77\xdd\x52\x5f\xa7\x3b\x91\x33\x27\x8d\xca\x79\xc1\x33\x3e\xa6\x79\x5f\x92\x31\x25\x08\x93\xc9\xc3\x81\xf0\x82\x47\x48\x4c\x6a\xd9\x01\x53\x87\x69\x7c\x0c\xa8\x24\x61\x7c\x4c\xbc\x2e\x1e\x7d\x3c\x5f\xd5\x19\xc6\xcc\x34\xaf\x38\xaf\x2b\xe5\x1d\x66\xc7\x1e\xf0\xaa\xc4\x7c\xa7\xd9\x99\x54\x4c\xa2\x22\x1c\x2f\xaf\x1e\x73\xaf\x30\x78\x99\x03\xe1\x55\x89\xf9\x72\x46\x10\x14\x1c\xaf\x67\xc4\x7b\x2e\x8d\xa9\xe9\x31\xf9\x7a\x5d\x24\xbe\x25\x35\x62\x27\xe2\xd5\x65\xdd\x60\x17\x75\x3e\x06\xbb\xc4\xeb\xd2\xd1\x05\x4d\x7e\x95\x80\x5f\xe5\xa4\xd1\x7c\x7d\xdc\xde\x73\x33\xcb\xc3\xb9\xe4\x6a\x82\x73\xe5\xbc\x46\x9a\xde\x3e\x70\xaf\x14\xf8\xd2\x03\x02\x96\xf3\x18\x24\x51\x5f\xaf\x64\x46\xd3\x34\xfd\xc3\x64\x5d\x89\x0f\x96\x7d\xc2\xaa\xc2\x00\x9b\xf8\x5c\x5f\x70\x1b\xc4\xe7\xfa\x32\xe8\xa6\x79\x83\x91\x8a\x25\xe0\x5d\x39\x69\xa7\x33\x3f\x95\x8a\xf0\xaf\x14\x35\x4d\x9f\x0e\x6d\x04\xda\xa4\x06\x45\x41\x7c\xda\x4c\x3f\x97\x17\x1c\x05\xf1\x29\x5b\x7d\xae\xa5\x42\x37\x7d\xae\x25\x78\x5c\x4e\xda\x20\x2d\x4c\xdb\x14\x41\x76\x7a\xb1\x7f\xc5\x52\x79\x4b\x0d\xe2\x87\x6c\xd5\xf4\x38\xf9\xd4\x20\x7e\x88\x39\xed\xe6\x48\xfb\x14\x73\xbe\x4a\xcf\x65\x93\xac\xb0\xab\xf0\x66\xaf\xff\xea\xef\xd3\x65\x5a\x26\xcd\x46\x78\x4e\xc0\x86\x17\x92\xb2\x04\xa4\x2c\x05\xe2\xe8\xf8\xf4\x8f\xfb\x10\x7d\xda\x8d\x06\xe5\x53\x5b\xf8\x75\x2a\x8c\xe0\xfb\x79\x74\x7c\x2e\x39\xfd\x35\x3e\x95\x25\x9f\xeb\x4b\x7f\x8d\xcf\xf5\x05\xa1\xcb\x49\xa3\x54\xcd\x97\x1f\x4e\xe6\xed\x66\x09\x7f\x3a\x99\x7f\x8f\x35\x66\xbd\x7e\x6a\x4b\xbe\xc9\x84\xbd\x39\x3d\x3f\x95\x7e\x1f\x22\x52\xd3\xd9\xe1\x53\xe9\x67\x8c\x51\x03\xe9\x3a\x8c\x31\x8a\xcf\x83\x42\x13\xfd\xe7\x41\xf1\x6d\xdf\xe3\xcc\xfa\x54\xc9\x7d\x2f\x4d\xbb\xff\xcd\x8b\x16\x86\x0c\xc5\xe7\x92\x01\x07\x3d\x3e\x85\x19\xf9\x55\x9a\x66\xd5\xcf\xf5\x21\x99\x4a\xd3\xaa\x2f\x99\x4a\x40\xa6\x52\x40\x61\x8d\x4f\xc5\xde\x87\xe2\xa1\x55\xa7\xaa\x8a\x07\xa3\x92\x1a\x66\xca\x0d\x63\xca\x79\x58\xec\xd9\x5a\xb6\x2c\x29\xfb\x4a\x97\x69\xfd\xa4\xa1\x9f\xdb\x57\xb2\x2a\x67\x0e\x6e\x68\x7a\xff\xec\x8b\x38\xff\x46\x8c\xc4\xbe\x88\xf3\xdf\x72\x76\x37\x50\xc4\xf7\x05\xd2\xc5\xbe\x0a\xd3\xe1\x1c\x7c\xfb\x62\x8f\xdf\x97\x13\x13\x6b\xf6\x96\xdc\x7b\x1b\x20\xd5\xb0\x22\x6d\x03\xa4\xb6\xcc\x29\x0d\xf3\xd0\x96\x39\x65\xc3\x9c\x52\x50\x9e\xee\x8b\x1b\xe3\x86\x2c\x25\x35\x2c\xd7\xfb\xaa\xb6\xcc\x79\x4e\x1c\xc2\x86\x32\xe5\x3c\x2c\xb6\xd2\xda\x6a\xb1\x0a\x3f\xad\xd2\xda\xe6\xb7\x0a\x3a\x58\x57\xf6\x85\xa0\xb3\xaf\xc6\x8a\x3b\xbb\xf7\xbe\x9a\x8d\x75\x52\x83\xfc\xbd\xaf\xee\xa7\xce\x60\x82\x0f\xf6\xd5\x2d\xd6\xd3\x00\xa3\xf4\x96\x89\x65\xc3\xc4\x52\xd0\xe3\x6e\x99\x58\xf6\xf5\x5c\xbe\xc6\xa7\x8f\xfd\xae\x50\xd3\x06\x9f\x4e\x3b\x60\xd2\x01\x96\x3a\xed\x4f\xe7\x2f\xda\xe8\x0d\x41\xca\x79\x2c\xd3\xe8\xbb\x69\x7f\x22\xd0\x37\x54\xca\xfb\x5a\x66\xb7\xcc\xce\x24\xfb\x13\xcd\x47\x03\x30\x70\x5f\x68\x05\x37\x61\x53\x05\x89\x6b\x1b\x36\xb5\x25\x4a\x69\x18\x60\x37\x0c\x29\xe7\x61\x4d\x6e\x4a\xc5\xa4\xb4\x09\x9b\x2a\x08\x66\xdb\xb0\xa9\x6d\x88\x54\x83\x80\x7d\xcb\x94\xb2\x89\x94\x2a\x84\x2d\x6f\x28\x52\xce\x83\xba\xd9\xfa\x6d\x53\xb7\xcd\x72\x3a\x6d\x3b\x73\xd3\x99\x83\xba\x6d\x3b\xd3\x55\x09\x4a\xdf\x96\x3b\x65\x1b\x49\xd5\xba\xc3\xfa\x5a\x5f\x45\x35\x30\xf9\xf6\xf5\x9a\xdd\x6b\x76\x26\x7d\x24\xb9\xc4\x9c\xfe\x9f\xad\x57\x78\xeb\x8e\xc3\x67\x9f\xbb\xc4\x3a\x4b\x4c\x26\x96\x2d\xc5\x4a\x43\xa3\xb8\x13\xb7\xf4\x9d\x14\x85\xe0\x22\xdf\xa9\xf8\x1e\xfb\x37\xfa\xf4\x6d\x14\xd2\x96\xda\xa4\x71\x39\xdc\x84\x24\x9d\x47\x37\xad\x93\xb6\x4c\x33\xbb\x9b\xec\x6e\xb3\xbb\xcd\x6e\x90\x54\x4c\x3a\xbd\x49\x2c\xf2\x4e\x5c\x8e\x37\x81\x47\xe7\x4b\x72\x43\xc7\xb7\x89\x42\x32\xdc\x74\x1b\x85\xb4\xa5\x36\x69\xcf\x11\x68\x77\x72\x81\x19\x99\xd4\xd0\x3e\xec\xe4\x02\x33\xe4\xa8\xc1\x98\xb6\x53\x35\xbb\x6a\x76\x24\x35\xdb\xa5\x00\x06\x1c\xd6\x26\xd6\xe8\x3c\xfc\xb4\x53\x04\xfa\xf4\x2d\x41\x49\xc3\xb7\x7f\x4b\x50\xb2\x93\x62\xd4\x33\x68\xc5\x63\xb1\xde\x2e\xc0\x70\xda\x30\x93\xfc\xd9\x49\xc1\x67\xd8\xc5\xd3\x3e\x99\xf4\x49\xa6\xd8\x69\x55\x5c\x60\x04\xa8\xef\x34\xcd\xce\xd5\x84\x1d\x6f\xcb\x3c\xb2\x0d\xef\x69\xb8\xed\xef\xb4\xcc\x6e\x91\x1d\x9b\x58\x5a\xf6\x27\x58\x47\x8d\x1b\xc7\x4e\xcb\x1a\xbb\x9a\xc6\x4d\xcb\xc2\xce\xdb\x16\xc1\x32\x31\x44\x67\x27\x65\x1a\x44\xd5\x9d\x3e\xab\xe2\x24\x43\x6c\xda\xe9\xfb\xbd\x67\x7e\x4c\x46\xe9\x43\x36\xfc\x1f\xa9\x23\xc2\x6c\x18\x3f\xce\xe3\x23\x8d\x81\xcc\x5c\x4a\x77\x46\x96\xe8\xc0\x85\xec\x8c\x2c\xb1\x33\xb2\x44\x62\x15\x67\xb7\xf1\x9c\xfd\x94\x69\x61\x7c\xcb\x96\xe5\xa3\x73\xad\xdb\x06\xb8\x6c\x59\x3e\x3a\x0e\xe8\x3b\x17\xb3\x2b\x66\x77\x7a\x20\xa3\xf8\xdb\xc6\xc1\x74\xfc\xcf\xb7\x71\x30\x5b\xe2\x8f\x0e\xc0\xc3\x96\xf8\x63\xe7\x66\x11\xec\x14\xb9\x59\x44\xb7\x2a\x2c\xee\xfc\xd8\xda\x87\x8e\x67\xe6\x19\x69\xb2\x65\xef\xe8\xc9\x86\x39\x2d\x8c\x3e\xe9\xc4\xbc\xef\xec\xb4\x30\xd4\xa4\x03\x4f\xb6\xa5\xea\xd8\x44\x9c\x14\x6e\x61\x5b\xaa\x8e\x9d\x71\xa6\xec\x44\xa9\xef\xcc\x45\x74\x43\xc5\x71\xd2\xfe\xed\x16\xb7\xf3\xb0\x41\xc3\xd2\x58\x98\xf0\x75\x9c\x87\x35\xb5\xbf\x9d\x71\x46\xa2\xf4\x64\x7f\xbb\x57\xe7\xf5\x43\xd2\xe5\xbd\x65\xb5\x96\x2d\x62\x7d\x65\x5c\x99\x76\x3e\x53\xae\x24\xfb\xd1\xfd\x3b\x2f\xb3\x6b\x7e\xfa\xcb\xee\x35\x8d\xbe\xc5\x63\x60\xe7\xb3\xb5\x17\xee\x90\x3b\x47\x31\xc9\x12\x98\x84\x52\x7e\x6c\x28\x3f\x0a\x86\xb3\x9d\xc3\x41\xde\x36\x82\xcd\x2f\x6f\x1b\xb1\xfd\x94\x23\x22\x3b\xa7\x0d\x8a\xe9\xc9\x11\xdd\xd6\xe4\xf5\xdb\x87\x22\xb8\x1d\x6c\x22\x5c\x4a\xea\x26\xd9\xdd\xaf\x7d\xc7\xd4\x97\xcc\x63\x67\xb6\x61\x9c\xed\xb7\xd1\x2e\x1b\x4a\x8f\xd4\xb3\x33\xdf\x55\x03\xa7\xc7\x49\xa3\x9b\x5c\x35\xc6\xb6\x74\xae\x95\x5b\x36\x8f\x4d\x88\x4b\x49\xe7\xbe\xb4\xff\xbf\x84\x9d\x3b\x8e\x64\xb9\x11\x45\x7d\xad\xa2\x77\xa0\xca\xe4\x27\x48\xa0\x3d\xd9\xd2\x1e\xb2\xea\x26\x81\x31\x66\xa6\xd1\x9a\xd9\xbf\xc0\x73\x64\x8d\x0c\x19\x85\x87\x0a\xe4\x23\x83\x8f\x0c\xc6\x87\x71\x19\x8d\xe4\xa3\x88\x63\x29\xce\xd2\x22\x8e\x25\x60\x57\xc4\xb8\xa7\x29\x47\x40\x57\xee\xcf\x0a\x5a\x49\xf3\x55\xf6\x83\xf6\xf0\xd5\x07\xc2\xb0\xe9\x01\x84\x59\xda\x93\x4e\xd1\x2e\x0d\x0f\x3a\x20\x57\xee\x9b\xd2\x64\xe4\xe9\x18\x3a\x8c\x90\x05\x1e\x30\x2b\xa2\xe3\x23\x66\x25\x4d\x81\xa6\xe4\x58\x1a\x71\x9f\x34\xa5\xf7\xc9\x0a\x6b\x4a\x2f\x35\xea\x2f\x8d\x2e\x9a\xcd\x35\x9b\x83\x39\x35\x49\x43\x78\x39\x84\x4c\x23\x45\x29\xad\x3b\x54\xa4\xad\x69\x83\x35\x34\x09\xc0\x85\x08\x94\x89\x90\x95\x7a\x22\xe3\x42\x56\x02\x64\xa5\x71\x2b\x5d\x84\xac\xc4\x02\x1f\x45\x05\xaf\x50\xd9\xe3\x3e\x9a\x34\x7a\x55\x76\x85\xac\x54\x73\x1e\x96\xcd\x2d\x9b\x9b\x90\xfc\x98\x88\x2e\xa7\xa1\x69\x8a\x6e\xc3\x0b\xae\xf6\x94\xe6\x48\x37\x23\x7d\xc2\xdb\xf6\xc3\x29\xcd\xe0\x07\xd2\x14\x57\xeb\x80\x14\x27\x5e\x69\x8a\xab\x45\x3f\xaa\x35\x66\xff\x65\x73\x2f\x9b\x63\x0c\x2f\xc7\xf5\xe9\x18\xd8\xf6\xda\xa7\x63\x50\x5a\x29\xc3\x95\x46\x5c\x34\x4d\xd1\xc4\xbf\x4d\x53\x34\xad\x17\x52\x00\xa5\x62\xbd\x90\x50\x2f\xa4\x71\x2e\x1b\xeb\x85\xc4\x7a\x21\x85\xe7\x9a\xa6\x68\x52\x36\xa4\x3d\x1d\x84\xa6\x55\xfb\x72\x10\x48\xb0\xf5\x42\x22\xb0\xa7\xf0\x5c\xd3\x14\x4d\xe0\x37\x8f\x6a\x8b\x2e\x14\xc3\xf6\x96\x3b\x94\x6b\xd3\x1a\x6a\x58\x43\xff\x5d\x87\x6f\x07\xab\x68\xe2\x91\xa6\x1d\xbb\x50\x0e\xbb\x8b\x53\x39\xb4\x86\x48\x81\x82\x48\x3b\x36\x77\x6c\xee\x92\x3a\xbe\x76\xc4\xda\x14\x2e\x69\xc4\xda\xa4\x53\x32\xa1\xc0\x6d\xa4\x13\x2a\x4d\xc7\xcc\x29\xf0\x08\xe9\x24\xba\xa4\xbb\x3a\xc9\xbf\x4f\x27\x59\x2e\x5d\xd5\x82\xd7\x97\xae\x6a\xb1\x98\x47\x91\xe2\x9e\xae\x99\x2f\x60\xa6\xf0\xfa\xd2\x55\x37\x7d\x7e\x49\xbb\x5f\xaa\xe3\xa8\xa6\xe3\x81\xd6\x40\x91\x82\x77\xb9\x0f\x3e\x3c\xd3\x28\xea\x25\x5d\x09\xe0\x9a\x82\x74\xad\x95\x5e\x6f\x69\xbe\xca\x9a\xed\x57\x89\x35\x2a\xf8\xa5\x93\xde\x16\x6b\x83\x14\xb9\xd2\xe9\xcb\x1e\x16\x3d\x4c\x06\xb6\xfc\x00\x5b\x86\x99\x6e\x31\x34\xe9\xe4\xe9\x17\xd9\xcd\xe9\x2f\x39\xf9\x92\x13\xbb\xf8\x92\x13\x97\xc5\xd8\xbc\xeb\xb2\xe8\xee\xe2\x20\xeb\xd3\xdd\xc5\xad\xd5\x51\x1c\x97\xa5\xbb\x63\x53\x9f\xe3\xd2\xf8\xdd\xdb\x8f\x82\x73\x5a\x1c\x97\xa5\xbf\x9d\x34\x97\x0f\xc5\xb0\x43\xf9\x8d\xfb\x38\xde\x96\x4d\x7b\xae\x15\xc1\x36\x05\xa8\x3d\x96\xe1\x48\xe7\x16\xd2\xe2\xbe\xb3\x80\xbc\xb9\x0f\xdf\xc5\x25\x14\x80\x93\x81\xc7\x5a\x5c\x6e\x96\xa1\xc7\x3a\x5c\x40\xa4\x07\x66\xb8\x80\x44\xe5\x14\xf9\x81\x11\x95\x13\x11\x38\xa5\x9f\x68\x59\x8f\x00\xc4\x69\xcf\xd5\xfe\xbf\x52\x1f\x04\xf1\x33\x34\x7a\x28\x63\x95\xa1\xd1\x33\xdc\x37\x51\x73\x02\x6a\x62\x61\x8d\xe2\x00\x30\xc3\xd5\x2a\xc8\xa6\x00\x89\x67\xb8\x5a\xa9\x9c\x71\x69\x1d\x9a\xcd\x61\x82\x73\x9f\x65\xc0\xcd\xdc\x07\x63\x24\x51\x38\x63\xc8\xc9\x60\x89\xf8\x26\x61\xd1\x58\x45\xa3\xb8\xf6\x3f\x62\x65\x32\x5c\xfb\x5c\x30\x96\xe1\xda\x1f\x60\x84\x8b\x0b\xc6\x32\x40\x86\x45\x64\x4c\x91\x16\x9c\x31\xed\x62\xda\x05\xcd\xe9\xf6\x02\x86\x79\x54\xb1\xce\x47\xf9\x15\xaf\xa7\xdb\x9a\xcc\x95\xad\x29\x35\xc5\x3e\x3c\xca\x49\x51\x44\xc8\x14\xce\x50\x44\x84\xc1\x54\x39\xc9\xcb\xe6\x96\xcd\x15\xa4\x92\xb4\x21\xc1\xc8\x72\xac\xda\x72\x24\x05\x67\x6c\xc7\xf5\x72\x5c\xe8\xb9\xa1\x77\x3c\xdc\x38\xf5\xf1\x86\x1b\xe7\x60\xe3\x6c\x0e\xdf\x8d\xd3\xda\x1a\xa5\x53\x36\x94\x9a\xa1\xd4\x2c\x07\xa6\x53\x2a\xac\xa4\x96\xdc\xc5\xe6\x62\x73\x70\xa7\x07\x3a\x34\x73\x96\x5d\xb8\xbf\x0e\xcc\x1c\x20\xd2\x11\x69\x92\xa1\x1c\x01\xea\xce\x50\x8e\x44\x9f\xd4\xf2\x0b\x2b\x47\x42\x4d\x8a\x2b\xac\x33\x8e\xcd\x1d\x9b\x83\x91\xe3\x20\x14\x19\x70\xde\x11\x57\x12\x70\x25\xde\x50\x13\x71\x25\x99\x4a\x11\x38\xef\x88\x2b\xc9\x54\x8a\xc0\x79\x47\x60\x49\x04\x91\x14\xe9\xa8\xb1\xf2\x47\xc0\x92\xb4\xd6\x24\x35\x49\x30\x82\xfd\x32\x89\x78\x66\x6a\x0d\xe9\x32\x8a\x12\xc9\x7c\xd8\x1a\x96\xf6\x24\xe2\x19\x91\x23\x45\x72\x69\x80\x8c\xdc\xc7\x97\x34\xba\xd0\x25\x99\x1a\x30\xfa\x87\x53\x03\x66\x62\xc0\x50\x49\x33\x93\xf3\xad\x4c\x85\x93\xdc\xd2\x4c\xa3\x48\x62\x42\x6a\x61\xe7\x4d\x25\x71\x82\xf5\x2d\xee\x1f\xce\xd4\x84\x11\x00\x52\x9c\x63\x66\x76\xbb\xe8\x76\x01\xc7\x3a\xc3\xc0\x40\xee\xcf\xae\xb0\x4f\xa5\x13\x1c\xc8\xa5\xf1\x3b\xa2\xaa\x01\x14\xd2\xd4\xfe\x82\x42\x32\x15\x62\x9d\xd2\x69\x00\x4a\xa0\x48\x71\x04\x9a\xa9\xc4\xce\x39\xa5\xd1\xc5\x74\x64\x44\x9b\x8a\xc3\xc3\x4c\x35\xd3\x24\x84\xaa\xe1\x20\x28\x24\x53\xe9\xe4\xba\xdd\x4c\x03\x50\x93\x8c\xea\xe2\x36\xf5\xcc\x25\x2b\x1a\x58\xdb\x15\xa0\x81\x35\x31\xb0\x9a\x9f\x5d\x95\x33\x95\x31\x1d\xd5\xa9\x8c\x89\x00\x29\x2e\x5d\xcf\x54\x0d\x51\x4e\xe5\x51\x14\xcb\xca\xd4\xb7\x9e\x9a\x4e\xa4\x8d\x66\xea\x47\x4f\x3d\x1d\x4e\x45\x63\x85\x94\x88\xed\xa8\x8d\x1f\x02\xa8\xe3\x3e\x96\x34\x86\xf1\x29\x7b\xda\x49\x9c\x7b\x66\x6a\x27\x4d\xec\x24\xc0\xd3\x11\xa1\x91\xa9\xb8\x73\x98\x91\xf9\x65\xb7\xca\xf6\x76\x6a\x95\xed\x99\x0f\x69\x0c\x37\xb2\xac\x46\xd4\xb7\x16\xa2\x91\xc9\x0d\x1b\xeb\xc3\x49\x8b\x93\x41\x78\x69\x7d\x60\xd9\x4c\xc3\x4b\x13\x81\x5f\xc4\xfd\x33\x0d\x2f\x09\xc8\x58\x5c\x14\x9a\xa9\x74\x8b\xb4\x58\x64\x9d\x46\xa4\x45\x26\xc9\x99\xeb\xc3\x59\x3b\x8e\x03\xeb\x69\x11\x47\xcf\xd4\x7a\x9a\x58\x4f\xcd\xa1\xa9\x24\x45\x5a\x2c\xae\xcf\x4c\x19\xd6\x15\x69\xb1\xb8\x3f\x33\xa5\x78\x17\x61\xdd\xc5\x65\x99\x29\xc3\xba\xf5\x90\xbd\xf1\x01\x6d\x49\x63\xc5\xf3\x55\x84\x50\xa4\x1e\x72\x42\xcc\xad\x94\x65\x61\x15\x0b\x9c\x79\x4a\x59\x16\x2f\xb1\xf4\xf3\xad\x25\x13\x60\x13\x4d\x53\xb1\x14\xe5\x6a\x72\xc7\x7c\x97\x41\xe2\x22\x48\x0c\xc6\x39\x65\x90\xd8\xba\x31\xeb\x03\x33\xae\x0c\x12\x0b\xab\x58\x24\xb6\xa6\x14\x6f\xf1\x12\x8b\x03\xe2\x88\x97\x48\x75\xe7\xec\xaf\x37\xb9\xd7\xff\x6a\xf5\x32\x86\x5c\xdd\xf1\xa0\x9a\x8b\x2c\xd2\x80\xaa\x68\x80\x73\x53\x0a\xba\x95\x66\x96\xc1\x41\xcb\xca\x04\xa4\x45\xd3\x7c\x2d\xd5\xb0\x08\x8b\xf5\xc0\x8a\xaa\x69\x6b\xd3\xd6\x78\x53\x8d\x5b\x57\xc9\xde\x9f\x31\x1c\xe5\xbc\x08\x84\x2d\xc3\x74\x65\x20\xcc\xe2\x33\xeb\x61\x17\x46\x9a\x05\x62\xac\x07\xcb\xa8\x14\x74\x11\x16\x8b\x0b\xd9\x23\xc2\x22\x94\x97\x69\x20\x96\x63\x79\x99\x14\x91\xe6\xf5\x20\xc0\x55\x06\x50\x40\x55\x5c\x1a\xaf\x6a\x82\x16\x3a\x17\x84\x71\x4a\x9d\x6b\xc5\x99\xf5\x70\x65\x2d\xb9\x5b\x72\xc7\xf6\x5f\xee\x11\xb5\x6d\x8e\xed\xa5\xf4\xc2\xa8\x2f\xd3\x3a\x3e\x4d\x6d\x39\x79\x39\x88\xbb\xbf\x1e\xf2\x82\xbf\x9f\x7d\x75\x4a\xc7\x57\x39\x9b\xd3\xe9\x43\x7a\x70\xc7\x55\x39\x9b\x65\x7a\xf6\x5d\x86\xe2\xb5\xcf\xc6\x3f\x38\xfb\xf9\x71\x49\xd7\x1c\x3a\x9b\xc4\xa4\xb3\xaf\x67\xdd\xc1\xbf\x9f\xfd\xb4\xad\xeb\x31\x77\x92\x04\xcf\x26\x02\x76\x48\x2e\xee\xf8\x1a\x67\x13\x8d\x3d\xfb\xba\xcd\x9d\xc2\x4b\x67\x13\x8d\x3d\xfb\xae\xc7\x0e\xee\xf2\xec\x26\x13\x57\xe9\x74\xac\xfb\x43\xd9\x89\xef\x67\xf7\x0f\x48\xeb\x92\xd0\x35\x87\xaa\x12\x9d\x2b\xc2\xce\xc6\x81\x3e\xd4\x96\xe8\x24\xd6\x9d\x8d\xf6\x39\xfb\x2a\x1c\x11\xa7\x87\x9a\x13\xf7\xf1\xbe\xa4\x09\xf7\xa0\xa8\x0f\xf9\xcd\x1d\xcc\xdb\x31\xb1\xf9\x90\xcb\x2c\x44\xf1\xec\x61\x5b\x77\x45\xf6\xe9\x18\xcb\x61\x5f\x73\xac\xb3\x0c\xce\x2e\xb9\xbf\x7e\x4b\xef\x4f\x7f\x65\x8f\xc5\x97\x90\xd5\xb2\xc7\xbb\x58\xc4\x85\x1f\x2b\x42\x1c\x2a\x42\xf4\xee\xa4\x61\x9e\x1d\xca\x3f\x74\xc0\xd7\xc7\x52\x0f\x67\x6f\x5e\x9c\x90\xb6\xac\x6e\xa6\x63\xf2\x71\xb6\xac\x6e\xf8\x72\x40\xb8\xe6\x67\x6f\x66\xc8\x05\xb0\x9d\xa1\x0d\x5f\xe5\x8b\x36\xff\xa2\xf9\xc5\x8b\x2f\xdb\xba\xbe\x50\x07\x2a\x7c\x28\x34\x71\x1f\xbc\xb8\x99\xc7\x4f\xa7\xe3\xf3\x32\xc1\xb5\x76\x67\x7f\xfa\xe2\x27\xdf\xfe\x83\xe6\x3f\x65\xe2\xea\x9c\x4e\xfe\xe2\x31\x31\xfa\x90\x18\x2d\x8a\xf7\x98\x18\x7d\x48\x8c\x16\x9e\x7b\x2c\x22\x71\xc8\x7b\xee\x43\xbe\xe2\x8b\xe1\x57\x9b\x5f\xc5\x4f\x78\x95\x8a\x30\xd5\x63\xbe\xf3\x21\xb7\x59\x48\xea\xd9\x6f\x59\x7d\x3f\xef\x3c\x3e\x79\xf1\xed\xaf\xde\x4c\x6d\x63\x3a\xde\x8e\xf1\x3a\xea\x9d\x6a\x05\x67\xbf\x15\x85\x73\x3f\x0e\x90\xcf\x43\xfa\xf2\x7d\xb0\x4c\x3a\xcb\xe4\xd8\xd6\xa1\xad\x6b\xa2\x1d\xce\xc0\xbf\x9f\x73\x57\x31\x95\xe4\xcf\x61\x7b\x3d\x1c\xf4\x72\xe5\xe1\xf1\x74\xf3\x70\xba\xf9\xe8\x7f\xf1\x98\xee\x3f\xbf\xbe\x7e\xfc\xed\x1f\xff\x7c\xfd\xf8\xd7\xeb\xd7\xf7\xb7\xaf\x3f\x7f\xfe\x7c\xff\xf6\x47\x7e\xf9\xfa\xe3\xdb\xdf\x2f\xf5\x5b\xde\xe7\x97\xdf\xde\x3f\xdf\xff\xfe\xfd\xcf\x9f\x5f\xef\x6f\x3f\x7e\xff\x71\xdf\xe2\xef\x3f\x01\x00\x00\xff\xff\x4d\x4c\x2d\xc1\x6d\xd7\x01\x00"); -func _febc ()([]byte ,error ){return _c (_dfa ,"Adobe-Japan1-5")};func _gad ()([]byte ,error ){return _c (_ccdd ,"HKm314-B5-H")};func _dgeb ()([]byte ,error ){return _c (_decc ,"UniCNS-UTF8-H")};var _fcag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4d\xaf\x26\xbb\x71\xdf\xf7\xe7\x53\x3c\x4b\x67\xe1\xdc\x26\x9b\x2f\xdd\xc0\xe0\x00\x8e\x6c\xc3\x42\x60\x27\x88\xf2\x06\x04\x59\x34\x59\x45\x61\x00\xdf\x99\xc1\xdc\xd1\x42\xdf\x3e\xa8\xff\x8f\x47\x4a\x14\x03\xba\x0b\xa1\x34\x75\xc9\x6e\xf6\xbf\xab\x48\xfe\xba\xf8\x9c\x9f\x7e\xf3\xdb\xbf\xff\xed\x97\xcf\x3f\x5e\x3f\xfd\xe7\xef\x5f\xe7\xef\xfc\xc7\x6b\x7d\xfe\x62\xdf\xfd\x97\xaf\x7f\xf8\x3e\xfd\x35\xfc\xf7\x9f\xbf\xbc\xbd\xa5\xfc\xb2\xcf\xf3\xc7\xc7\x3f\x65\xe6\xcf\xcf\xb7\xb7\xb7\xe8\xff\xbb\x3f\xfe\xf2\xc3\x7f\xfe\xed\x97\xf5\xf5\x75\xd2\xce\xfe\xf0\x6d\xb7\x7d\xbd\x7e\xfa\x2f\xfe\xfb\xcf\xbf\xfc\xf8\xfe\xc7\xd7\xdf\xfc\x9d\x7d\x1d\xfe\xef\x5e\xe6\x2b\xfc\xff\xe9\xbb\xf9\xf7\xcf\x5f\x7e\xff\xfa\x9b\xdf\xfc\xcb\xef\xd2\x9f\xdc\xbf\xfb\xc3\xb7\x6f\xff\xea\x3f\xfb\x97\x1f\xaf\x24\x9f\x7f\x31\xd9\xb7\x9f\x7e\xf3\xcf\xcf\xb7\x7f\x79\x7e\xf6\xd7\x4f\xff\xf4\x1f\xed\x5f\x9f\xbf\xfd\x0f\xf5\x6f\xff\x49\xff\x49\xff\xe5\xbf\xfb\xf7\x5f\x3e\x7f\xfd\xf2\x4a\xff\xfe\x38\xda\x9f\xdd\xff\xf5\x8f\xdf\x7c\x5f\xe9\xed\xa7\xff\xf9\xdf\x7e\xfb\xf7\xaf\xff\x95\x5e\xe9\x78\xe5\x5a\x73\xfa\xdf\xdb\xff\x3f\xfe\xf9\xab\xf9\xeb\xe0\x5f\x99\xb1\xcf\xaf\xe6\xbf\x7c\x7b\xa6\x7f\x7f\xbe\xfc\xde\xdf\x5e\xaf\x4f\xc7\xf1\xfe\x7a\xbd\x3e\x5d\xc7\x7b\xfc\xeb\xef\x52\x39\xde\x5f\x9f\xfe\xf1\x1f\xfe\xf1\x1f\xde\x63\x90\x7f\xd1\xfe\x2d\x71\x99\x2f\x5f\x7f\x98\x2f\x7c\xba\xc2\xa7\xb4\xde\x5f\x29\x7a\xfc\xdf\xff\xe9\x2d\x1d\xc7\xbe\xef\x67\xdb\xad\x73\xb4\xee\x1e\xad\x3f\x3d\xdc\xed\x49\xf5\x7a\x7f\xdd\x77\x38\xea\x8d\x63\xbe\xbf\xd2\xd9\xcb\x29\x9f\xc9\xa7\x4e\xf9\x0a\xcf\x93\xe4\x59\xf5\xfd\x95\x5a\x0e\xcf\x6a\x78\xda\xfb\x2b\x17\xb5\x59\x1d\x4f\x0f\x4f\x97\xe7\xc2\xe3\xe1\x89\xbb\x65\x6e\x9f\xe3\xca\xb9\xb6\xf0\x70\xe5\x1c\x6d\xce\x14\x6d\x4e\xda\x9c\xd1\xa6\xa4\x18\xcf\x49\x9b\x73\x8c\xf7\x57\xe9\xd1\xeb\x1c\x86\x67\xbd\xbf\xea\x11\x6d\x0a\xbd\x4a\xf4\xaa\x77\x0d\x0f\xbd\x4a\x5c\xb9\xd5\x18\x61\xa5\x4d\x8d\x36\xbd\xc6\x53\x54\xda\xd4\x68\x73\xa5\xe8\xd5\x68\xd3\xa2\xcd\x7d\xc4\x78\x1a\x6d\x5a\xb4\xb9\x7b\xf4\xea\xb4\xe9\xd2\xe7\x68\x31\xa0\x4e\xa3\x1e\x8d\x52\xca\xd1\xef\xa2\xd5\x85\x8a\x39\x06\x79\xd1\xea\x5a\x08\x1b\x1d\x6f\x5a\xdd\x6a\x75\x5e\x47\xb8\x68\x75\xab\x55\xd1\x1b\x79\x68\xf5\xa8\x55\x3d\x43\xdc\x87\x56\x8f\x5a\xb5\x23\x3a\x0e\x5a\x0d\xb5\x6a\x77\x09\x17\xad\x86\x5a\xf5\x1a\x1d\x27\xad\xa6\x5a\x5d\x35\xa2\x62\xd2\x6a\x2e\x7b\x7f\xa5\x3b\x45\xc7\x19\x3d\xb6\xc9\xe5\x8c\x56\x46\x47\xd3\xcb\x3b\x8e\xb8\x96\xd1\xd1\xd4\xea\xe8\x31\x08\xa7\x95\xab\x55\x6a\x71\x2d\xa7\x95\xab\x55\xce\xd1\x71\xd1\x6a\xa9\xd5\x99\xe3\xf2\x8b\x56\x6b\xae\x70\x5d\xd1\x71\x19\xad\xf6\x20\xf2\xdb\xa7\x71\xa8\xe3\x38\xd4\xb1\xf4\x3b\x5c\xea\x38\x0e\xb5\xaa\x25\x5a\x11\xe6\x43\x11\x9c\xdb\xd9\xc2\x45\x2b\x82\xb1\x45\xec\x0f\xa2\x71\x10\x8d\xfd\x3e\xc3\x45\x2b\x85\x63\xbe\x22\x42\x07\xf1\x38\x14\x8f\xf9\xae\x47\xb8\x68\x75\x2a\x68\x8f\x88\xd1\x41\xfc\x0d\xc5\xdf\x99\x42\x9c\x41\x00\x8e\x42\x68\x87\x38\x83\x08\x1c\x8a\xc0\x33\x87\x38\x83\x10\x1c\x0a\xc1\xf3\x0c\x71\x06\x31\x38\x14\x83\x67\x09\x71\x06\x41\x38\x14\x84\x67\x09\x71\x06\x51\x38\x14\x85\x67\xed\x57\xb8\x68\xa5\x28\x3c\x5b\x89\x8e\x44\xe1\x50\x14\x9e\xfd\xac\xe1\xa2\x95\xa2\xf0\xec\x77\x74\x24\x0a\x87\xa2\xf0\xbc\xee\x90\x90\x28\x1c\x8a\xc2\xf3\xae\xd1\x91\x28\x1c\x8a\xc2\x72\x44\x42\x0f\xa2\x70\x28\x0a\x4b\x4a\xd1\x91\x28\x1c\x8a\xc2\x92\x8f\x90\x90\x28\x1c\x63\xf6\x70\xb5\xe8\x38\xe6\x25\x97\x3a\x9e\x91\x68\x83\xc0\x1c\x0a\xcc\x72\x4a\x1c\x02\x73\x28\x0a\x4b\x91\x38\x44\xe1\x50\x14\x96\x2a\x71\x88\xc2\xa1\x28\x2c\x55\xe2\x10\x85\xc3\x6b\x7a\x7f\x95\x26\x71\xbc\x66\x5c\x59\x77\xc4\x75\xca\xa5\x6b\xb5\x3b\x86\x4a\xac\x0e\xc5\x6a\xe9\x25\x5e\x1a\xb1\x3a\x14\xab\xe5\x3a\xe3\xf2\xc4\xea\x50\x60\x96\xeb\xee\x6f\x9f\x26\x81\x39\x15\x98\xe5\xbe\x53\xb8\xd4\x6a\x2a\x30\xeb\x51\xcb\xdb\xa7\x49\x60\x4e\x05\x66\x4d\x31\x6f\x4e\x02\x73\xa6\xe7\x79\x7f\xd5\x9c\x92\x5c\x43\x2e\x75\xcc\x39\xbf\x7d\x9a\xc4\xea\x54\xac\xd6\x33\x54\x9d\xc4\xea\xcc\x33\x3a\x9e\xa1\xea\xcc\x73\xe0\x1a\xea\x98\xe4\x9a\x72\xe9\x5a\x45\x97\x27\xa2\xe7\xd9\x8e\x70\xc5\x74\x3e\xcf\xa6\x6b\x29\xc8\x6b\x09\x25\x26\x41\x3e\xcf\x71\xbd\xbf\x6a\xcd\x72\x8d\x1b\xd7\x1d\xae\xaa\x6b\x8d\x07\xd7\x23\xd7\x21\x97\x06\xa1\xec\xa8\x35\xe6\xd9\x49\x76\xcc\x52\xeb\xfb\xab\xb6\x1c\xad\x4a\x6d\xb8\x9a\xee\x58\xe5\xea\x72\x69\x10\xad\xa8\x23\x83\x50\x0e\xd5\x76\x85\x8b\x1c\x9a\xca\xa1\xda\x63\x39\x98\xe4\xd0\x54\x0e\xd5\xeb\x0c\x25\xc8\xa1\xd9\x58\x0f\xce\xf3\xed\xd3\x24\xc8\xe7\x5d\x62\xf4\xb7\x9e\xf1\x2e\x0f\xae\xe7\xfd\xd5\x62\xa5\x9b\x77\xd1\xe0\xef\x36\xde\x5f\xed\x90\xce\x77\x93\x82\x4a\x8e\x76\x94\x43\xcb\xf4\xc7\xf2\xfa\x6f\xad\xb8\x93\xdc\x99\x77\xac\x52\xed\xa8\x31\x9e\x7b\x38\x2e\x5d\xe4\xc4\xb5\xe4\xf2\x19\xae\x4b\x77\x77\x93\x4b\x6b\x56\x8a\x6c\x9d\x24\xdd\x54\xd2\xb5\x54\xe3\x41\x48\xba\xf9\xc4\xda\xdb\x72\x8a\x31\x3e\x5a\x7c\x31\x2d\x45\x8c\xce\x47\xab\xef\x54\x6a\xb6\xf3\x08\xe9\x48\xcd\xa9\xd4\x6c\x4a\xba\x49\x6a\xce\x41\xab\x58\xde\x26\x79\x38\x95\x87\xad\xc4\xf2\x36\xc9\xc3\x39\x59\x4b\x63\x79\x9b\xe4\xe1\x54\x1e\xb6\x16\xcb\xdb\x24\x0f\xa7\xf2\xb0\xb5\x58\xde\x26\x79\x38\x95\x61\xad\xc7\xf2\x36\xc9\xb0\xa9\x0c\x6b\x57\x2c\x6f\x93\x0c\x9b\xca\xb0\x76\xc7\xf2\x36\xc9\xb0\xa9\x0c\xeb\x47\x2c\x6f\x46\x86\x99\x32\xac\x1f\xb1\xbc\x19\x19\x66\xca\xb0\x9e\x62\x79\x33\x32\xcc\x94\x61\x3d\x47\x8c\x1a\x19\x66\x4a\xa7\x7e\xc6\xf2\x66\xa4\x93\x29\x9d\x7a\x89\xc9\xc0\x48\x27\x53\xa2\xf4\xd2\xa3\x23\x89\x62\x27\x1b\x86\x56\xc3\x45\x2b\x05\x77\x57\xc8\x18\xc1\x6d\x0a\xdb\xde\x23\x5b\x8d\xb0\x35\x85\x6d\xef\x57\x74\x24\x6c\x8d\xcd\xc7\x15\x0b\x97\x11\xb6\xa6\xb0\xed\x77\xc4\xbb\x11\xb6\xa6\xb0\xbd\x8e\x58\xb8\x8c\xa9\xdf\x5a\xe4\xf4\x75\xc4\xc2\x65\x4d\x39\x8d\xb9\x7a\x44\x8e\xb5\x69\x72\xb1\x93\x09\x55\x8d\x05\xc2\x7a\xbf\xc3\x75\xcb\xd5\x1f\x5c\xcf\xfb\xeb\xba\xae\x5b\xae\x81\x2b\x3a\xa2\x17\xcb\x88\x69\x19\xb9\x72\x4c\xfd\xc6\x32\x62\x5a\x46\xae\x33\xa6\x7e\x63\x19\x31\x2d\x23\x57\x89\xa9\xdf\xc8\x30\x53\xa6\x5c\x35\x92\xc7\x48\x05\x53\x44\x5f\x35\x26\x29\x23\xa2\x4d\x11\x7d\xb5\x16\xe3\x22\xa2\xed\xb1\x70\xf5\x98\x6b\xec\xb1\x85\x6b\xe9\x81\xe2\xf2\x8f\xd3\x51\xd7\xea\x1a\x3d\x11\x6d\x8a\xe8\xeb\x8a\x89\xc5\x88\x68\x1b\x4f\xd3\x33\x9e\x72\x75\xb9\xd4\xf1\xba\xa3\x15\x41\x6e\x0a\xf2\xeb\x8e\x05\xc2\x08\x72\x53\x90\xdf\x47\xac\x9e\x46\x90\x9b\x82\xfc\x56\x3e\x1a\x41\x6e\xb6\x46\xb8\x62\xf5\x34\x5b\x13\xd7\x8c\x8e\x1a\x97\x2d\xc3\x15\x1d\xb3\x5c\xa4\x82\x29\x15\xee\x1c\x0b\x84\x91\x0a\xa6\x54\xb8\xcf\x58\x20\x8c\x54\x30\xa5\xc2\x5d\x62\x81\x30\x52\xc1\x94\x0a\x77\x8d\x19\xdc\x49\x05\x57\x2a\xdc\xed\xa8\xe1\x52\x2b\x57\x2a\xdc\xad\x5d\x6f\x9f\x9c\x54\x70\xa5\xc2\xdd\x63\x9e\x77\x52\xc1\x95\x0a\xf7\x95\xa3\x23\xa9\xe0\x4a\x85\xfb\x8e\x2d\xb8\x93\x0a\xae\x54\xb8\xef\x98\x75\x9d\x54\xf0\x93\x3d\xef\x11\xd3\xae\x93\x0b\xae\x5c\x48\x47\x8a\x49\xcd\x49\x06\x2f\xb4\xcb\x31\xf1\x3a\xd9\xe0\x85\x76\x39\x66\x5e\x27\x1d\xbc\xd2\xee\x8c\x77\xe2\xe4\x83\x57\xda\x95\x98\xeb\x9c\x84\xf0\x46\xbb\x1a\x5c\xe1\x64\x84\x37\xda\xb5\x14\x7d\x09\x76\xdf\x7b\xf2\x7e\x94\xf0\xd1\x8e\x4d\xf9\xd1\x5b\xf4\x25\x90\x9d\x5d\xf9\x71\xb5\x50\x93\x48\xf6\xeb\xc9\xe1\xbb\x73\x91\xef\x94\x8f\xbe\x77\x6c\x3d\x9c\xf0\xf6\xbb\x07\x05\xa5\x43\x52\xdd\xbd\xe1\xd3\xc6\xff\xe8\xd1\x97\x98\x77\x36\xf0\xe9\x88\x10\x74\x82\xde\xd9\xc1\xa7\xd4\xe3\x7a\x44\xbd\x3f\x1b\x1a\x62\xb3\xe1\x04\xb4\x8f\xfa\x84\xef\x8c\x99\xdc\x47\x1d\xf2\xd1\xf7\xd4\x8b\x24\xca\x7d\xac\x43\xbe\x88\x43\x1f\x6b\xfb\x12\x63\x6e\xf2\x65\x7c\xea\x5b\x22\xd0\x9d\xd8\x77\x08\x20\x95\x08\x45\x27\xf8\x7d\x5a\x20\x40\xaa\x11\x8b\x3e\x23\x1d\xb7\x89\x67\x3b\xe5\x5b\xf2\x71\xbd\x16\xcc\xe4\x64\x89\x1b\xd7\x6b\x7a\x47\xa4\x89\xdb\x73\x87\xaf\xeb\x1d\x59\x6c\x71\x3e\xb9\xd1\xb7\x47\xb6\x3a\x59\xe1\x4e\xdf\x4b\xa1\x4c\x5a\xb8\xbb\x34\xb8\x14\xcb\xee\x03\xdf\x08\x74\xd2\xf6\xcd\x3d\x56\xce\x4f\xee\x5c\x4f\x13\xa8\x93\x3f\xbe\xb8\xde\xdd\xd2\x5f\x5d\xad\x9d\xfc\xf2\x05\x95\x1d\xf1\xfa\x17\x09\xb6\x8e\xd8\xb0\xa4\x9c\xd2\x15\x3e\xed\x58\x30\xf1\x48\xb7\x7c\x5d\x3e\x20\x2f\xc5\x2b\x5c\x64\xe2\x3a\x62\x5f\x96\x72\xba\xe4\xd3\xc6\x0c\x13\xaf\x30\xc9\x37\xe5\xe3\xbe\xda\xe6\x2d\x52\x76\xa5\x96\xe5\x0b\xc9\x57\x6a\x27\xbe\x87\x47\xbf\xe5\x1b\xf8\x24\x47\xd3\x7d\x93\xf6\x29\x6b\x63\xfb\x99\x7a\xf8\x18\x4b\xe2\x1e\x67\x2c\x28\x8b\x84\x5f\xb9\xf5\xf0\x95\x33\xfa\xe6\x76\xe1\xbb\xc2\xd7\x23\x64\x57\x6e\xb7\x7c\x5c\xaf\x74\xb5\xe3\x7a\x79\x6a\x7c\x25\x48\x61\xe5\xa9\xf1\x65\xee\x51\x23\x55\x16\xd3\xc5\x3a\x7b\x91\xef\x92\x2f\xf2\x26\x8c\x33\xe6\xd0\x80\x29\x64\x31\x85\xe4\x16\xcb\xcf\x62\x0a\x59\xa5\x49\xfb\x5e\x6a\xf8\x9a\xb4\x67\x5a\xc9\x3d\xf6\xf8\x8b\x69\x65\x95\xa1\x7b\x5c\xd2\xa5\x8c\x8a\xaf\x32\x96\x26\x1f\x7d\x63\x7a\x4e\xf9\xca\x6a\xa7\xf9\x79\x31\x25\xe5\xfb\x88\xfb\x32\x25\x2d\xa6\xa4\x7c\x1f\xa1\x01\x53\xd2\xaa\xbb\x5d\x6c\x86\x16\x53\xd2\x6a\x7a\x47\xe7\xd1\x42\x97\xc6\x3b\x92\x89\xbe\xf8\x8a\x7c\xa0\xfd\x11\x5b\xdc\xc5\xd4\xb5\x98\xba\xce\xa4\x77\xce\xd4\xb5\x98\xba\x4e\xed\xe7\x16\x53\xd7\x62\xea\x3a\x73\x6c\x17\x16\x53\xd7\x62\xea\x3a\x4f\xc5\x06\x53\xd7\x62\x9a\x3a\x8b\xde\x2f\xd3\xd4\xd2\xcc\x94\xce\xaa\xf7\x7b\xf7\x8e\x4f\xed\xea\xa5\x76\xf4\xbd\xe3\xf5\xa5\xb3\xc6\x86\x6a\xdd\xb3\xe0\x2b\xb4\xab\xf2\x55\x7c\xa1\xe9\xd9\xa4\xdf\x3d\x1b\x3e\xdd\x83\x77\x79\x4f\xee\x61\x49\x3e\xee\x6b\x19\x1f\x7d\x23\x45\xd7\x53\x74\x5f\x99\xd4\x7a\xe0\xf3\x7a\x4a\xc6\x97\xf5\x35\x23\x56\xda\xf5\x94\x13\xdf\xc9\x17\x8e\x22\x5f\xc1\x57\xf0\x75\xf9\x2a\xbe\xb8\x47\xbd\x3a\xbe\x86\x2f\xc6\xd7\xea\x49\xdf\x8e\x2f\xe2\xbe\x68\xdb\xb4\x9e\x72\xe1\x8b\xb8\xaf\x3d\x73\xdf\x1b\x5f\x4c\x5d\xf5\x8e\x1d\xd7\x7a\x04\x0a\x98\x54\xf5\xdd\x61\x3d\x42\x05\x4c\x82\x15\xd6\x53\x26\xbe\xa9\x6f\x37\x8a\x8d\xa7\x18\x3e\xe3\xd9\xe8\xeb\xf8\xf8\x54\x93\x68\xb7\xf0\x2d\xda\xe9\x7a\x55\xef\x52\x26\xb5\xde\x35\xe6\x8a\x7e\x55\xfa\xed\xb1\x54\xf4\xab\xd2\xaf\x35\xe9\x5c\xd1\xaf\x4a\xbf\x9a\xa5\x73\x45\xbf\x30\xa9\xde\x5d\xba\x54\xf4\xd3\x5c\x57\xef\x4e\x3b\xf4\xd3\x5c\x57\x7b\xe5\x1e\xe8\x17\x26\x35\x7d\x38\x58\x4f\x45\xbf\x30\xa9\xe8\xeb\xc8\x7a\x2a\xfa\x85\x49\xad\x9f\x7a\x1f\x15\xfd\xb4\xac\xb5\x83\xe7\xad\xe8\x17\x26\xee\xc1\xf5\xd0\x4f\x9f\x23\xdb\x41\x6c\x54\xf4\x0b\x93\xea\x45\x1c\x54\xf4\xab\x7c\xfd\x0a\xd2\x5d\x4f\x45\xbf\x30\xa9\xf4\xaa\x77\xd9\xd0\xaf\x49\xbf\x4b\xf3\xc6\xd3\xd0\xaf\x25\xee\xa1\xf1\x35\xf4\x53\x4e\x57\xd1\xd2\x7a\xc8\x69\x99\x54\xaf\xa4\x7b\x90\xd3\x32\xa9\x1d\x45\xef\xa8\xa1\x9f\xe6\xab\x92\xd0\x80\xf9\x4a\x26\x95\x52\xa4\x5f\x43\x3f\xcd\xbb\xe5\x2a\x7a\x5e\xe6\x5d\x99\xd4\xf7\x3b\x67\xde\x95\x49\xed\xbe\x18\x1f\xfa\x35\xf4\x2b\x3c\x1b\xfa\x69\x0d\x68\xad\xe3\x43\xbf\x86\x7e\x27\xf7\x40\xbf\xb6\xe3\x8f\x67\x43\xbf\xa6\x0f\x8a\x1f\x63\x46\xbf\x30\xa1\xb3\xae\xd7\xd1\x2f\x4c\x2a\xcc\x2f\x4f\x47\xbf\x30\xa9\x96\x8b\x76\xe8\xd7\xc9\x5f\xcd\x07\x4f\x47\xbf\xae\xf8\xd3\xc7\xd4\xf5\x74\xf4\xd3\xba\x00\xbb\xae\x87\x75\x41\x26\xde\xa5\xde\x51\x47\xbf\x4e\xfc\x65\x3d\x07\x73\x98\x4c\x12\x88\xc7\x3f\xd0\x2f\x4c\xf4\xfd\xeb\x70\xbe\x9e\x8e\xbc\xfd\xa6\x0b\xc3\x42\xde\xae\xf4\x3e\x12\xb7\x43\xde\x4e\x7a\x13\xc6\x1d\x79\xc3\xa4\x5a\x1b\x43\x45\xde\x6e\x4c\x35\x3c\x12\xf2\xf2\x25\xf6\x38\x25\x07\xd3\xad\x4c\x84\xa2\x64\x7b\x90\xed\x41\x36\x42\xec\x41\xb6\x47\x61\x97\x19\xcb\x83\x6c\x61\x52\x39\x49\x81\x07\xd9\x1e\xa5\xed\xd1\xe9\x8b\x6c\x61\x52\x4f\x59\x12\x3d\xc8\xf6\x20\x1b\xd3\xc0\x83\x6c\x8f\x64\xeb\x5a\x0e\x9e\x07\x5d\xb4\x63\x2b\xa5\x2b\x4c\x1e\x74\x09\x93\xfa\x71\xd3\x0e\x5d\x1e\x74\xe1\x15\x3e\xe8\xf2\x30\xed\x15\x69\xf5\xa0\xcb\x43\xd8\xf1\x0a\x1f\x74\x79\xa4\x4b\x3f\xf0\x11\x76\xcf\x62\x39\xd0\x98\x07\x61\x37\x0e\xf4\xc3\x87\x7e\x83\xb4\x25\x9c\x06\xfa\x8d\x8c\xf6\xd2\x60\xa0\xdf\xd8\x4b\x04\x3e\xb4\xd2\xb6\xa0\x9e\x4c\x7b\x6c\x0b\x64\xa2\x9d\xde\xc7\x40\xab\xa1\x14\xad\x55\xcf\x36\xd0\x6a\x48\xab\x72\x71\x5f\xb4\x1a\xd2\x2a\xa3\xcb\x40\xab\x41\x8a\xb2\x94\x0c\xb4\x1a\x7b\x89\x90\xf6\x03\xad\x06\x29\x8a\x06\x03\xad\x06\x5a\x1d\x3c\x2f\x5a\x0d\x62\x88\x29\x64\xa0\xd5\x40\x2b\xa6\x9f\x89\x56\x53\x29\x9a\x98\x2e\x26\x5a\xcd\xc4\x94\xae\xb1\x4c\xb4\xd2\xd6\xad\xde\xda\xba\x3d\x6c\xdd\x64\x52\xbb\xb5\x05\x78\xd8\x02\xc8\xa4\x72\xf2\x1c\x6c\x01\x64\xc2\x47\x3b\xf4\xd3\x16\xa0\x26\x96\x0d\xb6\x00\x32\xa9\xde\xda\xe6\x3e\x13\xfd\xc2\xa4\xe3\x26\x6d\x27\xfa\xcd\x9b\xa9\x86\x31\xa3\x9f\xb6\xcd\xad\xee\xeb\xa1\x9f\xb6\xcd\xf5\x66\xc9\x61\xdb\x2c\x93\xca\x79\x71\x0f\xf4\x9b\xe8\xc7\xd4\x3a\xd1\x6f\x6e\xfd\xb8\x1e\xfa\x4d\x96\x58\xa6\x3d\x43\x3f\x53\xac\xdd\xcc\x07\x86\x7e\xda\xca\xb4\xcc\xf6\x81\xad\x8c\x4c\x2a\x67\xd3\xf5\x0c\xfd\x8c\x2d\x8a\xb6\x9b\x8f\xa1\x9f\x29\xfe\x6e\x62\xd2\xd0\xcf\x98\xe2\x12\xd7\x43\x3f\x93\x7e\x67\x95\x06\x86\x7e\xd6\x59\xda\x69\x87\x7e\xc6\x14\x47\x6e\x19\xfa\xd9\xcd\x3c\xc4\x73\xa0\x5f\x98\x54\x1a\x73\x93\xa1\x5f\x98\xd4\x0f\xe6\x1c\x43\x3f\x53\xfc\x55\xb6\x41\x86\x7e\xa2\xbf\x7a\xef\xbe\xe8\x67\x5b\x3f\x7c\xe8\x67\x5a\x62\x1b\x73\x93\xa3\x9f\x93\xab\x6c\xf1\x1c\xfd\xc2\xa4\x7e\x92\x5b\x8e\x7e\x2e\xfd\xca\xad\x31\x3b\xfa\x39\xfa\x25\xfa\xa2\x9f\x17\xda\xd1\x17\xfd\x1c\xfd\x4e\x69\xef\xe8\xe7\x8d\xad\x11\xed\xd0\xcf\x99\xeb\x12\x3e\xf4\x73\xe9\x77\x32\xff\x39\xfa\x39\x6b\x00\xef\xd7\xd1\xcf\x77\xfe\x4a\x67\x47\x3f\xdf\xf1\x87\x0f\xfd\x5c\xfa\x95\xc6\x3d\xd0\xcf\x15\x7f\x27\x73\xa2\xa3\x9f\x4b\xbf\x93\x25\xd1\xd1\xcf\xb5\xc4\x26\xf2\x68\xa1\xdf\x22\xfe\x98\xeb\x16\xfa\x89\xe4\x4b\x66\x3b\xbc\xd0\x6f\x31\xd7\x91\x33\x0b\xfd\xc2\xa4\xb2\x97\xd3\x85\x7e\x4b\x5b\xbc\xcc\x96\x67\xa1\x1f\xf5\xdb\xbd\xf5\x58\xe8\xb7\x1a\xb9\x4f\x5f\xf4\x5b\x9d\xe5\x9e\xb1\xa0\xdf\xba\x98\x5f\xe8\x8b\x7e\x6b\xe7\x2f\x7d\xd1\x6f\x29\xfe\x4e\xb6\x5f\x0b\xfd\x96\xe6\xbf\x53\x58\xf9\x2c\xf4\x13\x8e\xd5\xce\x3b\x02\xc7\x64\xe2\x39\x18\x33\xfa\x2d\xb6\x28\xda\xfa\xf2\x75\x04\x93\x4a\x3a\xaf\xbf\xbe\xdc\x0f\x68\x43\x26\x75\x96\xf6\x01\x6d\xc8\xc4\x0e\x26\xcb\x77\xe2\xdb\xbb\x95\x24\x5f\xc1\x27\x29\xf5\x91\x65\x0d\x68\x43\x26\x15\x7d\x8e\x5b\x03\xda\x90\x49\xa5\x69\x5a\x1e\xd0\xc6\x80\x36\x54\x22\x5f\x03\xda\x18\xd0\x46\xd6\xf2\x3c\xa0\x0d\x99\x98\x6a\xba\x7c\x0f\xbe\x1d\x8a\x8c\x6f\xe0\x1b\xba\x5e\xe3\x7a\x13\xdf\x24\x3c\xab\x7c\x86\x8f\x50\x6c\xf4\x75\x7c\xce\xeb\xc7\xb7\xf0\x29\x95\x99\x82\x07\xb4\x31\xa0\x8d\x7a\x9f\xf2\xa1\x9f\x68\xa3\xe6\x44\x3b\xf4\x83\x36\x4e\x85\xe7\x80\x36\x64\xd2\xad\x1d\xc5\x00\x36\x64\x52\x67\x93\x39\x80\x8d\x01\x6c\xe8\x9b\xfa\x1a\xc0\xc6\x00\x36\x6e\x45\xec\x00\x36\x64\xc2\xc7\xf5\x90\x0f\xd8\x48\x15\x1f\xf2\x09\x36\x4a\xba\xb8\x1e\xf2\x09\x36\x6a\xba\x78\x0c\xe4\xab\xc8\x27\x08\x1b\xc0\x86\x4c\x4a\x57\xa1\x2f\xf2\x09\x36\x8a\xbe\x74\xaf\x01\x6c\x0c\x60\x23\xdf\x3c\x07\xf2\x01\x1b\xaa\x56\xae\x01\x6c\x0c\x60\x23\x57\xc9\x0c\x6c\x0c\x60\x63\xcb\x07\x6c\xc8\xa4\x96\x79\x36\x60\x63\x00\x1b\x5d\xab\xcb\x00\x36\x64\x22\xa3\xe8\x8b\x7e\xc0\x46\xd1\xac\x37\x80\x0d\x99\x54\x0b\xba\x00\x1b\x03\xd8\xa8\x1d\x1f\xfa\x09\x36\x4a\xe6\x7d\x00\x1b\x03\xd8\xe0\x63\xd5\x00\x36\x64\x62\xb7\xa4\x50\x03\x36\x64\x52\xa9\x37\xcf\x86\x7e\xc0\x46\x26\x3d\x80\x0d\x99\x54\xda\xc1\x73\xa0\x9f\x60\xa3\xb4\x13\x1f\xfa\x09\x36\x5a\x6a\x7a\x36\x60\x43\x26\xb5\xac\x1d\xe8\x00\x36\x64\x42\x3f\x3d\x2f\xb0\x31\x80\x8d\xac\x0f\x71\x03\xd8\x18\xc0\x46\xd6\x4a\x3c\x80\x0d\x99\x54\xbb\x66\xf9\x01\x6c\xc8\xa4\xd2\x79\x0e\x60\x63\x00\x16\x59\x3b\xd5\x01\x58\xc8\xa4\xd2\xaa\xc6\x0c\x39\xc8\x24\x0a\xa7\x6b\x40\x0e\x32\x91\x46\xd2\x0f\x72\x18\x90\x43\x61\xca\x81\x1c\x64\x52\x4b\xfb\xd9\xd0\x0a\x72\x48\xa4\x34\xe4\xc0\xb7\xde\xd2\x35\x2b\xf3\xad\x17\x13\xed\xf0\xa1\x81\xc8\xa1\x74\xad\x4c\x03\x72\x90\x49\x2d\xdd\x9a\x9a\x20\x87\x01\x39\xa8\x68\xb2\x06\xe4\x20\x13\xe9\x2b\x5d\x20\x07\x99\xd4\x00\x3d\xca\x26\x98\xd0\x45\x63\x86\x1c\x06\xe4\x50\x76\x5f\x74\x11\x39\xb4\xc2\x73\x40\x0e\x32\xa9\x75\xed\x50\x06\xe4\x30\x20\x87\x9c\xe9\x8b\x2e\x0f\xba\x34\xc6\x87\x2e\x90\x43\xe9\x3c\x1b\xba\x40\x0e\x89\xa9\x0e\x72\x18\x90\x43\x16\xd8\x0e\xc8\x61\x40\x0e\x85\x78\x86\x1c\x06\xe4\xa0\x93\x18\x6b\x40\x0e\x03\x72\x28\xcc\x11\x90\x83\x4c\x2a\x57\xc6\x87\x7e\xa2\x89\x52\x79\x97\xd0\x84\x4c\x6a\x95\x78\x81\x26\x06\x34\xb1\x73\x10\x9a\x90\x49\xad\x1c\x8c\x0f\xfd\x06\x1f\x9c\x0a\x63\x41\xbf\x81\x7e\xfa\xd8\x32\xa0\x89\x01\x4d\x14\xed\xa4\x07\x34\x31\xa0\x89\xc2\x1c\x01\x4d\x0c\x68\x82\x9d\xfe\x80\x26\x64\x22\xee\xa5\x1f\x34\x31\xc6\xd6\x8f\xb1\xa0\x1f\x34\x91\xf4\xb1\x60\x40\x13\x32\x11\x1b\x7a\x0e\x68\x42\x26\xe6\x08\xf5\x85\x26\x64\x52\x2b\x2c\x15\xd0\xc4\x80\x26\x2a\x73\x1d\x34\x21\x13\x3e\xae\x87\x7e\xa2\x89\xd6\xd1\x05\x9a\x90\x49\x4d\xe7\x73\xd6\x80\x26\x64\x62\xe7\xd6\x7e\xc5\x6a\x0f\x6c\xc8\xc4\xed\x78\x24\xe4\x15\x6c\x94\xa6\x4d\xf5\x00\x36\xc6\x86\x0d\xa6\x7e\x60\x43\x26\xc2\x84\xbe\xc8\x2b\xd8\x68\xd7\x1e\x16\xf2\x02\x1b\x59\x9b\xa4\x01\x6c\xc8\xc4\x6b\xe5\xd1\x91\x57\xb0\x51\x6f\x52\x0f\xd8\x18\xc0\x46\x65\xa7\x00\x6c\x0c\xbe\x9b\xf2\x66\x60\x0d\x99\x50\x5c\xc3\x83\x35\x64\x72\x22\x20\x40\x8d\x01\x6a\x24\x16\x21\x50\x63\x80\x1a\x55\x5f\xd5\x06\xa8\x21\x13\x2f\x9f\xbb\x22\xae\xb1\x40\x5c\x5c\x0f\xf5\x6c\x6f\x95\x19\x31\xea\x09\x35\xda\xc9\xe4\x0d\x6a\xc8\x24\x0e\x12\xac\x01\x6a\xc8\x24\x8e\x57\xac\x01\x6a\x0c\x50\xe3\x24\xc0\x40\x0d\x99\xd4\xf2\xc1\xa3\xa1\x1e\xa8\x51\x99\x1c\x41\x0d\x99\xd4\x2a\x0b\x04\xa8\x21\x93\x4a\x61\x02\x01\x35\xc6\x46\x8d\x4c\x3b\xe4\x73\x16\x08\x82\x18\xd4\x90\x89\x37\xa4\x31\x83\x1a\x32\x81\x29\xba\x2f\xa8\x21\x93\x0a\x5f\x25\x07\xa8\x31\x40\x8d\xcc\x62\x00\x6a\x0c\x50\xe3\x64\x11\x02\x35\x06\xa8\x51\xd9\xc8\x80\x1a\x03\xd4\xc8\x4c\x2a\xa0\xc6\x00\x35\x92\x3e\xdd\x0c\x50\x63\x80\x1a\x9d\xa8\x02\x35\x06\xa8\x51\x99\xd0\x41\x0d\x99\x54\xae\x3d\x16\xf4\xf3\x1d\x7d\x3c\x2f\xfa\x09\x35\x5a\xd3\x27\xa3\x01\x6a\x50\x34\xac\x9d\x04\x05\x35\x28\x1a\xb6\xca\x7b\x03\x35\x06\xa8\xd1\xd0\x05\xd4\x90\x89\x31\xeb\xbe\xa0\x86\x4c\x2a\x84\x0b\xa4\x21\x13\x43\xd1\xeb\x85\x34\x06\xa4\xd1\x32\x3e\xe4\x13\x69\x74\xa2\x0f\xd0\x90\x49\xad\x31\x9d\x03\x1a\x32\xe1\xa3\x2b\xea\x2d\xd4\x63\xea\x01\x34\x06\xa0\x01\xfc\x0e\x40\x63\x6c\xd0\x40\x29\x40\x43\x26\xde\x86\x54\x06\x34\x28\x91\x56\xea\x7a\x94\x48\x31\xa9\xe9\xf8\xc1\x9a\x90\xc4\xa4\x6e\x91\x94\xe3\x13\x92\x98\xd4\x2d\x98\x5b\x26\x24\x31\x21\x89\x53\x6f\x72\x42\x12\x93\xba\x45\xd3\xf3\x4e\x48\x42\x26\xae\x47\xbb\x86\x8f\x4c\x3d\x19\x4b\xc7\xb7\x97\xe1\x2a\xdf\x85\x8f\x65\xa4\x72\xdf\x1b\x1f\x5b\xb9\x3d\x96\x07\xdf\xf3\xfe\x6a\x55\x9f\xd3\x27\x20\x31\x29\x5b\xb4\x1b\xdf\xc4\xa7\x6f\x2a\xd7\xcd\xf0\x0c\xdf\x9e\xe6\xb8\xad\xe3\x93\x54\x3a\xc9\xb7\x26\x20\x31\x29\x5b\x14\xed\x7a\x27\x20\x31\x01\x89\x9b\xc7\x05\x24\x64\x82\xdd\x74\x3d\x40\x62\x02\x12\xa9\xe1\x43\x3e\x81\x44\x49\x5a\xbd\x26\x24\x21\x13\xe3\x6b\xf2\x21\x5f\xdd\xab\x08\xed\x90\xaf\x52\xf6\xd1\xea\x3f\x21\x89\x09\x49\xf4\x44\x5f\xe4\xab\x4c\x74\x5a\x26\x26\x24\x31\x29\x5b\x64\x7d\x0b\x9b\x90\xc4\xa4\x6c\x51\x32\xed\xd0\x4f\x24\xd1\x7a\xe6\xbe\xe8\x47\xd9\x22\x5f\xf8\xd0\x4f\x24\x91\x8e\x8e\x2e\xe8\xf7\x41\x12\x3c\x2f\xfa\x89\x24\xda\xa9\x65\x62\x42\x12\x13\x92\x38\x35\xff\x4f\x48\x42\xa6\xf3\x19\x63\x02\x12\x93\xaa\x45\x17\x63\x4e\x40\x42\x26\xf7\x83\xab\xa1\x1e\x45\x8b\x8f\x66\xa8\xd7\xd8\x03\x12\x05\x70\xc4\x84\x23\xfa\x89\x0f\xf5\xc4\x11\xf5\x68\xf4\x45\x3d\x71\x44\xe3\xeb\xe7\x84\x23\xe6\x07\x47\xd0\x17\xf5\x28\x5a\xf4\x4a\x3b\xd4\xa3\x68\xa1\x73\x1f\x6b\xc2\x11\x13\x8e\x38\xaf\x5f\xb1\xce\x4f\x30\x63\xb6\xfd\xc1\x45\x2f\x0b\xcc\x90\x89\xd5\x8b\x4b\x23\x6e\x98\x42\xd9\x78\x42\x19\x13\xca\xa0\x4c\x3e\xa1\x8c\x09\x65\x50\x3a\x9a\x50\xc6\x84\x32\x3a\xe9\x04\x65\xc8\xa4\x72\x6b\x8a\x9a\x50\xc6\xa4\xa4\xc1\xf7\xd2\x09\x65\x4c\x4a\x1a\x37\xef\x0f\xca\x90\x89\x76\xf4\x45\x5d\xc8\x23\x69\x51\x9a\x90\xc7\xa4\xa4\x91\xf5\x7d\x78\x42\x1e\x93\x9a\x45\x6e\xf4\x45\xdd\xce\x22\xac\x12\xd8\x84\x3c\x26\xe4\xd1\x89\x7f\xc8\x63\x42\x1e\x2c\x90\x13\xf2\x98\x9b\x3c\x2a\xed\x90\x8f\x9a\x45\xd7\x2e\x8f\x53\x21\x98\x18\x8b\xde\x2a\xe4\x31\xa9\x59\x40\x1e\x13\xf2\x90\xd9\x9f\xff\x27\xe0\x21\x13\xb7\x95\x7c\x80\x87\x4c\x3a\xf9\x94\x34\x01\x0f\x99\x00\x5f\x49\x00\x78\x4c\xc0\xe3\x42\x52\xc0\x43\x26\x95\x2d\x29\xe0\x31\x01\x0f\x36\xec\x13\xf0\x90\x89\x99\x91\x76\xc8\xf2\xb0\xb6\x92\xee\x80\x87\x0c\x1f\xbe\x27\xd8\x21\x93\x6a\xe7\x05\x81\x1d\x32\x91\x12\xf4\x24\xa6\xc0\x8e\x4b\x3b\x93\x09\x76\xc8\xa4\xaa\xcd\xd9\x84\x3a\x64\x52\xe9\x2c\x21\x50\xc7\x84\x3a\x4e\xe6\x13\xa8\x43\x26\x55\xca\xc8\x13\xea\x98\xd4\x30\x12\x71\x0b\x75\xcc\xb1\x57\x56\x7c\x88\x07\x61\x5c\xc4\x05\x84\x21\x93\x7a\x3a\x19\x0b\x42\x89\x30\x6a\xe7\x7d\x43\x18\x13\xc2\xb8\x44\x1d\x13\xc2\x98\x10\x46\x22\x3b\x21\x8c\x09\x61\x70\x0c\x64\x42\x18\x93\x7a\xc5\x55\x91\x00\xa9\x20\x0c\x6a\x2c\x13\xc2\x98\x10\x46\x26\x46\x21\x0c\x99\x90\x54\x63\x86\x30\x26\x84\x71\x31\x57\x42\x18\x13\xc2\xb8\x58\x0a\x21\x0c\x99\x08\x16\xae\x87\x56\x22\x8c\x9a\x3a\xed\xd0\x4a\x84\xc1\xb9\xe1\x35\x21\x8c\x49\xbd\xe2\xd8\x63\x21\xd0\xa8\x57\x50\x6e\x9e\x20\xc4\x04\x21\xae\xdd\x17\xfd\x26\xf9\xa7\xcd\xd4\x04\x21\x26\x08\x71\x11\xcc\x20\xc4\x04\x21\x32\xe1\x02\x42\x4c\x10\x22\x93\xe3\x20\xc4\xdc\x08\x41\xd0\x83\x10\x93\x7a\xc5\xc9\x1a\x02\x42\x4c\xea\x15\x1c\x07\x9a\x20\x84\x4c\xaa\xd4\x35\x26\x08\x21\x93\xf7\x8e\x03\x84\x98\x20\xc4\xcd\xa4\x0f\x42\x4c\xca\x15\x27\x52\xc1\x10\x13\x5e\xb8\x1b\x7d\x91\x0a\x5e\xa0\xc4\x32\xe1\x85\x49\x69\x22\xef\xeb\x21\x95\x78\xa1\x02\xea\x13\x5e\x98\x94\x26\xf8\x40\x35\xe1\x85\x49\x69\xa2\x1e\x5c\x0f\xa9\x28\x4d\x94\xed\x43\x2a\xf1\x42\x6d\xcc\xea\xf0\x02\x07\xd3\xda\xcd\xc2\x02\x2f\x70\x30\xad\xdd\xcc\x37\xf0\x82\x4c\x64\xaf\xae\x07\x2f\xc8\xa4\x5a\xf4\xa1\x6d\xc2\x0b\x32\xd1\x4e\x7d\xe1\x85\x09\x2f\x9c\xa4\x1b\xbc\x30\xe1\x85\x8b\x69\x18\x5e\x90\x89\x76\xf8\x08\xb5\x30\x67\xbb\x71\x21\x9f\xef\xcf\xc1\xf8\x90\x0f\x5c\xc8\xa2\xbc\x09\x2e\xc8\xa4\xa3\xee\xe1\x21\x9f\x70\xa1\x53\x11\x9e\xe0\x82\x4c\xbc\x71\xbd\x36\x70\x41\x26\xf5\x1d\xcd\xe0\x82\x4c\xaa\x54\xb7\x26\xb8\x30\x77\x65\x82\xd9\x05\x5c\x98\xbb\x32\x91\x68\x87\x7c\xbe\x23\x4d\xf7\x00\x17\x26\x95\x89\x4c\x26\x80\x0b\x32\xa9\x73\x50\x67\x82\x0b\x32\xf1\x2a\x69\x87\x7c\xc2\x85\x4e\x85\x65\x82\x0b\x32\x91\x45\xf7\xaf\x58\xe7\xc1\x89\xb9\x7f\x78\xc6\x82\x06\x4e\x4c\x70\xe2\x62\x51\x02\x27\x64\x52\xa5\xb0\x3c\xe1\x89\x09\x4f\x64\xde\x34\x3c\x21\x93\x3a\x67\x08\x26\x3c\x21\x73\x1d\xbc\x7c\x70\x42\x26\x71\xd6\x7c\x4d\x70\x42\x26\xf5\xa3\x72\x0b\xd4\x05\x27\xf8\x52\xca\x2f\xa7\x30\x31\xe4\x50\x88\x13\x92\x98\x08\x9c\x2c\x5f\xc2\xc7\xda\xaa\xc0\x36\x70\xc2\xc0\x89\x53\xc7\xe1\x0c\x9c\xb0\x8d\x13\xba\xaf\x81\x13\x06\x4e\x9c\x7a\xd3\x06\x4e\xc8\xa4\x7e\xe8\x0d\x1a\x38\x61\xe0\x84\x8e\xf7\x2f\x03\x27\x64\x52\x3f\x2e\xfa\x5e\xf8\xd8\x0f\x37\xc6\x72\xe3\x43\x2a\xcd\x47\x06\x4e\x18\xc7\xa0\x7a\xe6\x1e\x03\x1f\x73\xde\x41\xbb\x89\x0f\xad\x6e\xae\x67\xf8\x4c\xeb\xd2\x41\x5f\xc7\xe7\xf8\x8a\x7c\x0b\xdf\x92\x4f\x35\x41\x83\x27\x0c\x9e\xc8\x9a\xa7\x0d\x9e\x30\x8e\x41\x9d\x9a\xb8\x0c\x9e\xb0\x5d\x98\x10\x58\x1b\x3c\x21\x13\xd7\xd3\x7d\xe1\x09\x99\x40\x34\x7c\xe8\xb7\x8f\x41\xf1\xbc\xf0\x84\xc1\x13\xb9\xe3\x43\x3f\xf1\x44\xd7\x6f\x2d\x96\xc1\x13\x32\xa9\x83\x72\x06\x4f\xd8\xe6\x09\xed\x9c\x0d\x9e\x30\x78\x82\xc2\x89\xc1\x13\x32\x71\x3d\x9e\x17\xfd\xe0\x89\x73\x5f\x0f\xfd\x2a\xfa\xe9\xa3\x86\xc1\x13\x32\xbb\xe8\x62\xe0\x84\x4c\x86\x26\x0c\x9a\x90\xf9\xa8\xc3\x18\x34\x21\x13\x3e\x29\x0a\x4e\x18\x38\x41\x6d\xc6\xc0\x09\x99\x68\xc7\xf5\x50\x4f\x3c\xd1\xcb\x41\x5f\xd4\xdb\x3c\xa1\x4f\x10\x06\x4f\xc8\x84\x02\x52\x0f\x9e\x30\xea\x12\xec\x4e\x0c\x9e\xb0\xcd\x13\x8d\xbe\xa8\xd7\xa8\xeb\x14\xc6\x82\x7a\xe2\x89\x92\xb4\x03\x32\x78\xc2\xa8\x4b\xa4\x7d\x5f\xd4\xdb\x75\x89\x4e\x5f\xd4\x03\x18\x32\x91\x01\x30\x18\x87\xa0\xa8\x3b\x19\xc0\x20\x13\x91\xab\x31\x43\x0c\x32\x1f\xb5\x28\x83\x18\x6c\xd7\x25\x76\x3b\xf4\x13\x31\xf4\xa4\x25\xcd\x20\x06\x99\xd4\x29\xc7\x19\xc4\x60\xfb\x10\x94\x76\x54\x06\x31\x18\xc4\xa0\xdf\xcf\x2e\x83\x18\xec\xe3\x10\x14\xf7\x45\xbf\x30\x27\x5f\xd4\x0c\x60\x30\x80\x61\x4b\x05\x30\xc8\xa4\x92\xf6\x6d\x91\x0f\x60\xd0\x8f\xcf\x96\x01\x0c\x06\x30\xa4\x4a\x3b\xe4\x03\x18\xf4\x8b\xb4\x65\x00\x83\x7d\x00\x83\xc2\x00\x60\xe0\xd8\x77\xa3\x1c\xc7\xb1\x6f\x4c\x2c\x2d\xba\x1e\xc0\x20\x93\xce\x9d\xbc\x00\x83\x71\xc8\x89\xf2\x8f\x41\x0c\xf6\xec\xb3\x61\x92\x05\x62\x30\x4a\x15\x49\xdf\x39\x0c\x62\x30\x4a\x15\xfa\xd5\xcf\x32\x88\x41\x26\x15\xca\x2b\x06\x31\x18\xc4\x50\xb4\xc9\x32\x88\x81\x63\xe9\x25\x91\xd0\x10\x83\x51\xaa\x38\x0b\xe3\x43\x17\x4a\x15\x67\xe1\x7a\xe8\xf2\xec\xa4\x94\xce\x30\x83\x51\xaa\x38\x09\x49\x98\xc1\x9e\x5d\xf8\xe7\xbe\x84\x15\xcc\x70\x30\x09\xc1\x0c\x32\x1f\xa5\x4b\x03\x1a\x0c\x68\x60\x03\x6e\x40\x83\x4c\xaa\x94\xe8\x0c\x68\x30\x4a\x15\x7c\xd1\x35\xa0\xc1\x28\x55\xec\x89\x18\x68\x90\x09\x9f\x9e\x0d\x68\x90\x49\x65\xeb\x4c\xa9\x42\xe6\xa3\x64\x6a\x80\x84\x4c\x2a\x94\xd4\x0c\x90\x30\x4a\x15\x14\xf9\x0d\x90\xb0\xb1\xf5\x53\x5c\x01\x12\x36\xb6\x7e\xfd\xaf\x2f\xf5\x06\x67\x18\x9c\x41\xb5\xd3\xe0\x0c\xa3\x92\x01\x3f\x18\x9c\x21\x93\x4a\xe6\xd5\xc0\x19\x06\x67\x9c\x84\x09\x9c\x61\xbb\x92\x41\xc8\xc2\x19\xb6\xcf\x45\x69\x63\x6b\x70\x86\xcc\x79\x92\x8c\x60\x86\x81\x19\x37\xcb\x17\x98\x61\x60\xc6\xcd\x9b\x01\x33\x8c\x63\x51\x14\x95\x0d\xcc\x30\x0a\x19\x27\x93\x19\x98\x21\x13\x13\x83\x14\x02\x33\x64\x02\x65\x18\x32\xea\x72\x2c\x8a\x93\xd1\x06\x66\x18\x98\x71\x32\x51\x83\x19\x32\x11\xc5\xf4\x45\x3e\x61\x46\xdd\x6f\x0b\xcc\x90\x49\xe5\x64\x52\x01\x33\x6c\x63\xc6\xbe\x2f\xf2\x81\x19\x27\xd9\x08\x66\xc8\x7c\x14\xc7\x0d\xcc\x30\x8e\x45\x9d\x44\x22\x9c\x61\x70\xc6\xc9\xa2\x01\x67\xc8\x7c\x14\xd1\x0d\xce\x30\xdb\x5b\x16\x8d\x8f\x5a\x85\xc1\x1e\x99\xe7\x80\x3d\x6c\xb3\x87\x36\x93\x06\x7b\x18\xb5\x8a\xad\x01\xec\x61\xd4\x2a\x28\x66\x1b\xec\x61\xb0\x47\x26\x93\x61\x0f\xa3\x56\xc1\x71\x4a\x83\x3d\x64\xe2\x7a\xf8\xd0\xcf\x76\x31\x9b\xeb\xa1\x1f\xc7\xa2\x32\x8b\x0b\xec\x21\xf3\x51\xf8\x37\xd8\x43\xe6\xca\xaa\xb5\x1b\xe8\x61\x94\x2a\xb6\xa4\xa0\x87\x4c\xec\xf8\x74\x5b\xd0\x43\x26\xd6\x52\x5d\x0e\xf4\xb0\x8d\x1e\x37\x3e\xe4\x73\x4e\xf5\x30\x51\x83\x1e\xc6\xa9\xa8\x0f\x1f\xf2\x51\xaa\x38\xf5\x25\xd7\x60\x0f\xdb\xec\xc1\xae\x12\xf6\x90\x09\x0a\xc7\x87\x7c\xbe\x0f\xbe\xe3\x43\x3e\xd8\xa3\xb3\x90\xc0\x1e\x32\xf1\x1c\x7a\xbd\xb0\x87\x4c\x2a\x90\xaa\xc1\x1e\x46\xa9\x22\xef\xeb\x21\x1f\xa5\x8a\x7b\x3f\x1b\xf2\x6d\xf6\xd0\x17\x39\x83\x3d\x8c\x52\x45\x21\xfc\x60\x0f\xa3\x54\x71\xa2\x33\xec\x61\x6b\xef\xf8\x74\x5f\xd8\x43\x26\x55\x6a\xd9\x06\x7b\x18\xa7\xa2\xf8\x16\x69\xc0\x85\x6d\xb8\x60\x7c\xc0\x85\x4c\x3c\x87\x9e\x17\xb8\x90\x89\xf1\xe1\x43\x3f\x4e\x45\x9d\xfb\x1e\xe8\xc7\xa9\xa8\x8c\xa6\xc0\x85\x51\xac\xe0\xac\x87\x41\x17\x32\xa9\xec\x29\x07\xba\x90\x89\x34\xa2\x2f\xfa\x71\x2a\x6a\xef\x66\xa1\x0b\x7e\x43\xd5\x4e\xbd\x73\x7e\x43\x85\xf9\x38\x3b\xe2\xd0\x85\x97\xad\x55\x97\x2f\xe3\xe3\x04\xa3\xf6\x45\x0e\x5d\x38\x74\x91\x6f\xfa\x16\x7c\xa4\xaa\x76\xae\x0e\x5d\x38\xc7\x9e\xf8\x6e\xeb\xd0\x85\x43\x17\x59\xb3\xa9\x43\x17\x4e\xb1\x82\x67\x73\xe8\xc2\x3f\x8a\x15\x8c\xe5\xc6\x27\xba\x80\x88\x1c\xba\x90\x49\x27\x65\x27\x87\x2e\x1c\xba\xd0\xaf\xdc\x97\x43\x17\x32\x71\xdf\x22\x9f\xe1\xdb\x9c\xcb\xb3\x39\x3e\x48\xac\xf3\x1c\x0b\xdf\x2e\xca\xea\x79\xa1\x0b\xdf\x74\x71\xe2\x43\xbf\x4d\x17\x68\x05\x5d\x38\x74\x91\x35\x6d\xf0\x27\x04\x30\xb1\x77\xd5\x58\xa0\x0b\x87\x2e\xb2\xde\xa5\x43\x17\x5e\x77\xae\xea\x39\xa0\x0b\xdf\x74\x51\xb9\x07\xfa\xf1\x23\x8b\xdc\xf0\xa1\x5f\xe5\xd8\xd8\x85\x0f\xfd\x38\xf7\xc4\x39\x0c\x87\x2e\x1c\xba\xc8\xc4\x01\x74\xe1\x75\x17\xb5\xa5\x3d\x74\x21\xf3\x71\xae\xc8\xa1\x0b\xe7\xdc\x13\x67\x5b\x1c\xba\xf0\x5d\xad\x38\x78\x0e\xf4\xa3\x5a\x91\x75\xde\xc5\xe1\x0b\xa7\x5a\x91\xee\x5f\xc1\xf5\x0e\x7e\x38\xc7\xa2\x92\xb6\xcf\x0e\x7e\xc8\x44\x48\xe0\x43\x5e\xe1\x47\xd1\x8f\xd1\x97\x83\x1f\x4e\x39\x83\x55\xd7\xc1\x0f\x07\x3f\xf4\x57\x27\x96\x83\x1f\x4e\x39\x83\x43\xf3\x0e\x7e\xc8\xc4\x74\x2b\x29\xc1\x0f\x6f\xac\xba\xfa\x8a\xec\xa0\x86\x4c\xb4\xe3\x7a\x48\xb9\x4b\x17\x4a\x6f\x07\x35\x64\x52\xbd\x32\xed\x90\x92\x23\x50\x05\x79\x41\x0d\xa7\x36\x01\xba\x38\xa8\x21\x93\xca\x4e\x01\x50\xc3\xf7\xef\x2d\x08\x3b\x50\xc3\xf7\xef\x2d\x34\x75\x39\xa8\x21\x93\x8e\x5b\x7b\x74\x07\x35\x64\xa2\x9d\xee\x0b\x6a\xc8\xa4\xc2\x31\x17\x07\x35\x64\x22\x05\x14\xc6\xa0\x86\xef\xe2\x04\xaf\x15\xd4\xf0\x7d\x2c\x6a\x5f\x0f\xad\xc4\x1a\x95\xca\xbf\xc3\x1a\xce\xb1\x28\x0e\xbf\x3a\xac\xe1\xfc\xa0\xe2\x4c\x3c\x07\xfa\xf5\xad\x1f\xcf\x8b\x7e\xbb\x38\x71\x72\x0f\xf4\xdb\xac\x71\x71\x0f\xf4\xeb\x3b\x14\xd5\x17\xd6\x90\xb9\x39\x77\xec\xa0\x86\x73\x2a\xaa\x32\x3c\x50\xc3\x3f\x4e\x45\xe9\x71\x41\x0d\x7f\xf6\xa9\x1e\xdd\x16\xd4\xf0\x8d\x1a\x3a\xaf\xeb\xa0\x86\x3f\x5b\x16\xda\x21\x0b\xa8\xc1\xe9\x1f\x07\x35\x64\x52\xd5\x8f\xa8\x97\x83\x1a\x0e\x6a\x54\x6d\x46\x1c\xd4\x90\x09\x1f\xed\x90\xe5\xd9\x19\x8a\x0f\x59\x1e\x4a\xd7\xcc\x02\xa0\x86\x3f\x5b\x16\xc6\x87\x2c\x42\x8d\xa2\xbf\xc8\xb1\x1c\xd4\x70\x50\x23\x11\x42\xa0\x86\x83\x1a\x9c\x17\x77\x50\x43\x26\x55\xc8\xd4\x41\x0d\xa7\x3e\xc1\xde\xda\x41\x0d\x99\xf0\xd1\x17\xfd\x06\xab\x29\x69\x09\x6a\x38\x58\x51\xb7\x0f\xad\xf6\x09\x28\x5e\x2f\x58\xe1\xfc\x9e\x82\x4d\x9a\x83\x15\xce\xef\x29\x38\xad\xe8\x60\x85\x4c\xaa\xac\x7e\x0e\x56\xc8\xa4\x52\x09\x67\xb8\x41\xe6\xe3\x54\xa3\xc3\x0d\x32\x91\xbe\xdc\x17\xad\xe0\x06\xbe\xb6\x3a\xdc\x20\x13\xf7\x50\x3b\xb8\xc1\xe1\x06\x70\xcb\xe1\x06\x9f\x1b\x6b\x75\x5f\xb8\xc1\xf9\x3d\x05\xdf\xfe\x1c\x70\x70\x4e\x40\x9d\xda\xdd\x38\xe0\xe0\x73\x9f\x42\xd4\xfb\x00\x1c\x9c\x13\x50\x69\xb7\x23\xd6\x66\xfb\xf3\x09\x4b\x07\x1c\x64\xc2\x47\x3b\xf4\x9b\x5b\x3f\x7c\xe8\xb7\xc1\xa1\xf1\x1c\xe8\x07\x38\x70\x3a\xd3\x01\x07\xdf\x47\x9c\x2a\xcf\x81\x7e\xd4\x27\x12\xab\x10\xe0\xe0\x73\x9f\xe2\x94\x56\x80\x83\x4c\xf8\xf4\x3e\x00\x07\x99\x8f\xd3\x9e\x0e\x38\xb8\xed\xa3\x13\xea\x0b\x38\x38\xe0\x90\x88\x53\xc0\xc1\x37\x38\x30\x85\x01\x0e\x4e\x81\x22\x11\xa7\x80\x83\x6f\x70\x60\x2a\x01\x1c\x1c\x70\xa0\x90\xe8\x80\x83\x7f\x80\x03\xd7\x43\x3f\xc0\xa1\x91\xe7\x80\x83\x6f\x70\x50\x91\xc1\x01\x07\xe7\x90\x53\x26\xf7\x01\x07\xff\x38\xe4\xc4\x3d\xd0\x0f\x70\xd0\x1f\xb2\x59\x0e\x38\xb8\x6d\xfd\x68\x87\x7e\xb6\x73\x15\x0d\xd0\x0f\x70\x68\xcc\x11\x80\x83\xef\xa2\x05\xba\x40\x0e\xbe\x8b\x16\x02\x16\x87\x1c\xdc\xf7\x09\x50\xc5\x06\xe4\x20\x13\xd3\xb8\x74\x81\x1c\x1c\x72\x28\x3c\x2f\xe4\xe0\x90\x03\x75\x48\x87\x1c\x1c\x72\x68\xe4\x1b\xe4\xe0\x90\x03\xbf\x23\x72\xc8\x41\x26\xee\x41\x5f\xf4\xf3\x5d\xfd\xff\x8b\xd5\x3e\xe7\xff\x7f\xb1\x87\x2b\x64\x42\x35\x3d\x39\x5c\xe1\x1f\x47\xa0\x18\x01\xea\xfa\xf8\xf3\x39\x61\x7e\xe3\x8f\x89\x3d\x8d\x14\x87\x2b\x9c\x9a\x46\x62\x06\x81\x2b\x9c\x9a\x06\xa8\xe6\x70\x85\x7f\xd4\x34\xe4\x83\x2b\x64\x52\xe1\x07\xc9\x0e\x57\xf8\xda\xea\xea\xc9\xe1\x0a\x99\x68\xa7\x7b\xc0\x15\xbe\xf6\x4c\x28\xc5\xe1\x0a\xe7\x08\x94\xfe\xf6\xc1\x72\xb8\xc2\xf7\x19\xa8\x93\xfb\xa2\x2e\x45\x0b\x8e\xef\x39\x5c\xe1\x9b\x2b\x3a\x63\x41\xdd\xb5\xcf\x1d\xd3\x17\xfd\xe0\x8a\xbe\xc7\x82\x7e\x6b\xff\xda\x87\x76\xe8\xc7\x21\xa8\xbc\xfb\xa2\xdf\xda\xe7\x6b\xe9\x8b\x7e\x70\x45\xdb\xf7\x45\xbf\x5d\xb5\xa8\xe5\xff\x79\xab\xf1\xff\x7f\x7e\xbe\xbd\xfd\xe9\x6f\x27\xce\x3f\x7c\xff\xee\x5f\x7e\xe8\xef\x34\xea\x0f\x24\xbe\xcc\xd7\xe7\x2f\xfe\xa7\xbf\xf9\xf8\xed\xeb\xb7\xe8\xa5\xff\xfd\x9f\x00\x00\x00\xff\xff\xa6\xb9\x1e\x14\x1f\x52\x00\x00"); -func _fbaf ()(*asset ,error ){_face ,_geae :=_abda ();if _geae !=nil {return nil ,_geae ;};_bfafd :=bindataFileInfo {_dae :"UniGB-UTF8-H",_fb :235585,_ae :_be .FileMode (436),_g :_a .Unix (1580492783,0)};_eeaa :=&asset {_dd :_face ,_ef :_bfafd };return _eeaa ,nil ; -};var _feda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x5b\xcf\x2f\x3d\x92\xdd\x07\xde\xd7\xa7\x78\x2e\x35\x17\x33\x9d\x3c\x93\xc0\x8b\x0d\x8c\x0e\xad\x69\x08\x1a\x1b\x96\x4f\x80\xe1\x8b\x3c\x30\xdb\x05\xb8\xab\x1a\xd5\xad\x0b\x7d\x7b\x83\xbf\x15\xc9\x68\x0b\x32\xde\xda\xc0\xc6\xc3\x3f\xc9\x4c\x32\x23\xc8\xe0\x5a\xc1\xd3\xdf\xfc\x9b\xbf\xfb\xb7\x7f\xf7\xa7\x3f\xfe\xf3\xcf\xdf\xfc\xf7\x7f\xf9\xf3\xfd\x9f\xe6\x3f\xff\xbc\x7f\xfc\xd3\xf3\x97\xf9\x4f\x7f\xfe\xcf\x7f\xb9\xe7\xcf\x35\xff\xfe\x8f\x7f\xfa\xc3\x1f\x42\xfc\x79\xfe\x78\xff\xf3\xf7\x93\x3f\xf7\x3f\x9c\xff\xf8\x87\x3f\xac\xe7\xff\xd3\x7f\xf9\xa7\x7f\x9e\xff\xf0\x77\x7f\x7a\xff\xfc\x93\x94\xef\xf9\xcf\xff\x68\x79\x7f\x7e\xfe\xe6\x7f\x98\x7f\xff\xc7\x7f\xfa\xe7\xbf\xfc\x97\x9f\x7f\xf5\xff\x7d\xfe\x7c\xcd\xff\xd7\xcf\x33\xdf\x15\xff\xdf\xfd\xe5\x99\x7f\xf9\xe3\x9f\xfe\xfe\xe7\x5f\xfd\xfb\x7f\x1d\x76\xec\x7f\xfa\xcf\xff\xf8\x8f\xff\xe7\xfc\x87\xf9\xa7\x7f\xfe\x29\xc4\xcd\x3f\x3d\xfc\xfd\xc3\xdf\xfc\x9b\xff\x78\xfe\xe3\xff\xff\xfc\x87\xf9\xf3\x37\xff\xfe\x5f\xff\x87\xf8\x1f\xfe\xdf\xff\x3f\xe2\x89\xfe\x9f\xe7\x5f\xfe\xe9\x8f\x7f\xfe\xd3\x4f\xf8\xff\x1c\x47\xf7\xe8\xff\xf1\xbf\xfc\xe3\xfc\x09\xf6\xf8\xff\xfa\x3f\xfd\xdd\xbf\xfd\xf9\xdf\xc2\x4f\x38\x7e\x62\xc9\x65\xfc\xef\x16\xff\xbf\xfc\xc7\x3f\x3f\xf3\xe7\xd0\xaf\xa4\x7a\xdf\x7f\x7e\xe6\x3f\xfd\xe3\x79\xcf\xbf\x9c\x7f\xfa\xfb\xf9\x87\x9f\x9f\xdf\x8e\xe3\xd7\x8f\xfe\xfd\xd6\xfe\xf6\xd7\x8a\xe9\x21\x1d\xeb\xff\xaf\x9f\xdf\xfe\xf6\xdf\xa5\xb1\xfe\x5b\x7c\xb6\xbc\xbf\xfd\xed\xbf\xfb\xdb\x7f\xf7\x6b\x7d\xc1\x7f\xf5\xbe\x3f\x04\x15\xf3\xa7\x3f\xff\xf3\x33\x5f\xc5\x51\xc2\x6f\xe1\xfd\xf5\x13\xd6\x13\xff\x32\xe9\x0f\xe1\x38\xac\x5e\x7f\x7c\xee\xff\xe3\xfc\xcb\x1f\x54\x78\x4e\xf5\xd7\x4f\x8c\xa9\x64\x22\xc6\xfa\xbf\x22\x72\xee\x16\x71\xa5\xf8\xeb\x27\x87\x1a\xf7\xef\xf4\xeb\x27\xb7\xa3\xed\xdf\x79\xfd\x8e\x9e\x5e\x48\x1f\xfb\x77\x5d\xcf\xf7\xb2\x7f\xb7\x5f\x3f\xe1\x08\x29\xec\x88\xfe\xeb\x27\x94\xe1\x2f\x1c\xbf\x7e\x72\xaf\xdf\xef\x7b\xc9\x27\xc5\xd4\xf7\xef\x40\xfe\xb8\x7f\xc7\x95\xde\x8e\xfd\x3b\xfd\xfa\x19\xdd\x93\xa9\x5f\x2d\xfb\xf7\xaa\x5f\xef\x79\xff\x5e\xf5\xeb\x6d\xec\xdf\xed\xd7\x4f\x3c\x46\xd8\xbf\xfb\xaf\x9f\x72\x04\xaf\xce\xf8\xf5\x13\xf2\xae\xfe\xb3\xaa\x17\x4b\x4e\xfb\x77\xa0\xfa\xc7\xfe\xbd\xe4\xd7\x82\xff\x46\x7e\xd9\x7f\xe7\x25\x8f\xd6\xfa\x8e\x28\xbf\x7e\x52\xda\xf2\x78\x56\x05\x43\x28\xfe\x40\xfb\xf5\x93\x47\xae\xfb\xf7\x92\x5f\x8c\xfe\xfc\x58\x15\x8e\x5f\xfe\xb9\x2a\x98\x63\x4f\xfb\x77\xf8\xf5\x13\xf3\x56\xe0\x5c\x15\x2c\x25\x7a\x7a\xfa\xf5\x93\xea\xe8\xfb\x77\xfe\xf5\x93\x72\xc8\xfb\x77\xf9\xf5\x53\x6a\xf5\xf7\xab\x7e\x5b\xc2\x73\x55\x30\xf5\x32\xf6\xef\x55\xc1\xf4\x2f\x5e\xb8\x9a\xd8\x88\x5f\x05\x5e\x2a\x58\x4b\xdd\xbf\xc3\xaf\x9f\x32\x52\xde\xbf\xe3\x7a\xbe\x7b\xfa\xaa\xe0\xd8\x2d\xf4\x5d\x15\x2c\xe9\x88\xfb\xb7\x04\x58\xf6\xef\xfa\xeb\xa7\x1e\x87\xbf\x6f\xd5\x2f\x05\x7f\xbe\xff\xfa\xa9\xa1\x7a\xfe\xa5\xe1\xd6\xad\xfe\xe3\x40\xc3\xc7\x48\xfb\x77\xa0\xcf\xf4\xfd\x7b\xd5\xaf\xa5\xb8\x7f\x27\xde\xe7\xf9\x97\x86\x7b\xf1\xf4\x42\x8b\xaa\xfb\x77\xfd\xf5\x53\xe2\xbf\x78\x7f\x5b\xdf\x53\x3d\x7d\xc9\xaf\x0d\x2f\x6f\x29\x78\x7c\xf2\x18\x18\x90\x52\x3f\x05\x8d\x80\xfc\xea\x71\xec\xdf\xab\x83\x8c\xaf\x01\x8c\xb0\xea\x17\x76\x8f\x18\x81\xfa\xc5\xdd\xa2\x46\x40\x80\x39\xb5\xfd\x7b\x75\x91\xf2\x09\x6c\x84\x55\xc1\x9a\xbf\x2e\x3e\xc2\xaa\x60\x6a\xc3\x5f\xb8\x04\x58\xe2\xf7\xbe\x88\x00\xe3\xd7\xe4\x47\xa4\x07\xd7\x7f\x91\xbe\x2a\xd8\x63\xd8\xbf\x97\x82\xe3\xa7\xe0\x11\xe9\xc2\xa9\xf8\xf3\x85\xdf\x6d\xff\x5e\x46\xac\xe7\xb1\x7f\x2f\x05\x87\x98\xf7\xef\xbe\xea\x9f\xbc\x3c\xba\xf0\x16\x50\x5a\xf5\xab\x65\x2b\x3c\xad\xfa\xa5\xbe\xeb\x97\x50\xf0\xd1\xd2\xfe\x9d\x7e\xfd\xc4\x96\x3c\x9d\x1e\x92\xfc\x7d\x4b\x7e\xc7\x96\x47\x5a\xf5\x4b\xf9\x33\x29\x23\xc9\xc4\x14\x7f\xdf\xaa\x5f\x0d\x9e\x4e\x03\x0c\xdf\xf3\x99\x0e\xd2\x42\xda\xbf\x97\x82\xbd\x81\x66\xe4\x77\x04\xff\xbd\x4c\x8c\xd7\x37\xaf\xfa\xc5\xb1\x1b\x5c\xa6\x7e\xf1\xf0\xfc\x4b\xbf\x47\x0e\xfb\xf7\xb2\x30\xe9\x33\x59\x23\xd3\x00\xfb\x6e\xe0\x79\xd5\x2f\xb5\xd8\x19\x97\x6c\x3c\xf9\x6f\x8f\x30\x63\x94\x55\xf9\xd0\x52\xda\xbf\x97\x70\xd3\x67\x6f\x47\xc1\x3e\xc6\x9a\xf7\x6f\xcc\xcf\x56\x76\x59\x95\x6f\x21\xf8\xef\xf2\xeb\xa7\x1d\x47\xdf\xbf\x97\xf9\xa9\x47\xf5\x02\xda\xaf\x9f\x31\xfc\x7d\x1d\xe1\x84\xfd\x7b\x59\x9f\xbe\x9f\xaf\x34\xce\xbe\xcb\xab\xf4\xee\xb6\x1b\x7f\x45\xb8\xdb\x5c\x8e\x4a\xfd\xb6\x35\x1b\xd5\xcc\x63\xda\xbf\xcb\xaa\x4f\xe9\xfe\xc0\xaa\xe0\x88\x9e\xa1\x21\xed\xb1\x7f\xf7\x35\x80\x24\xff\xbd\xc6\xbf\x3d\xbe\x8d\x46\x05\x5b\x3f\xf6\xef\xf0\xeb\xa7\xa5\x31\xf6\xef\xf8\xeb\xa7\xc5\xea\xf9\x57\x05\xdb\x6e\x5d\x8d\xde\x13\xa2\xff\xa6\xf7\x1c\xfe\xfc\xea\x3d\x79\xf8\xfb\x1b\xe3\x6b\xd8\xbf\x3b\x0a\x28\xfb\x37\xbd\x7b\x9b\xab\x4e\xef\xa9\xdb\x1c\x75\x14\x1c\x6b\xd8\xbf\x57\xef\x89\xfb\x7b\x3b\xad\xb3\xee\xde\xdb\xa9\x5f\xc9\x79\xff\x2e\xcb\x5a\x0c\x4f\x5f\xbd\x27\x15\x2f\x6f\x99\xc7\x3d\x5c\x8c\xae\xde\xfd\x8d\xff\xa3\xaf\xfa\xb5\xd4\x3f\x05\x0d\xf0\x43\xda\xbd\x7d\x60\x7d\x9a\x77\xef\x81\x00\xc3\xb6\xcf\x03\xfb\x18\xb7\x00\x06\x15\x3c\x8a\xff\x5e\xdd\x67\xec\xee\x3d\x84\x70\xea\xd8\xbf\x97\x00\xfb\x38\xbc\x06\xfd\xd7\x4f\x3f\xba\x17\x08\xc6\xda\x35\x3a\xe9\xdf\x3e\xc0\x9c\xd4\xb0\xc7\xb2\x7f\x47\xec\x69\xdf\xbf\xd3\xaf\x9f\x96\xb3\xa7\xaf\x2e\x52\xbe\x01\x6e\x9c\x74\x91\xb6\x5b\xd4\x49\x0b\x8c\xdd\xf3\xaf\x16\x58\xab\xbf\x0f\xfb\xd3\xe2\xfe\xbd\xfa\xb7\x0f\x40\xd7\xaa\x5f\xeb\x47\xda\xbf\x03\x03\xca\xb1\x7f\xa3\xe1\xe2\xbf\x97\x00\x57\x43\xdd\x11\x34\xc1\xe1\xbf\x57\x13\x8c\xcd\x0b\xa0\x8b\x8c\xdd\xe6\x01\x89\xb1\x44\xff\xdd\x19\x41\xfc\x05\x4b\xc7\x6d\xb7\x11\x30\x62\x4f\xc1\x7f\xa3\xe3\x3d\x24\x82\x11\x63\xc9\x71\xff\x5e\x12\x2c\x5b\x82\x02\x89\x69\x7f\x21\x20\x31\x1e\xff\xf2\x05\x58\x99\x6d\xf2\x85\x12\x7d\xc8\xbb\x35\x46\xef\x46\x08\x4a\xec\x3e\xa4\x08\x25\xc6\x7f\xf1\x7b\xa1\xc4\x18\xfc\x77\xfc\xf5\xd3\xdd\xc4\x83\x12\xdb\xd8\xe5\x81\x12\xdb\xd8\x43\x9a\x40\x62\xfe\x30\xcf\x78\x34\xc4\x6c\x4c\x02\x48\x4c\xe3\x03\x81\x03\x90\xd8\xd3\x11\xf6\xef\x41\x13\xfb\xde\x37\x65\xa5\x8b\xff\x5e\x46\x66\x83\xbc\x01\x48\x6c\x7d\x77\x2a\x40\x62\xf1\x21\x67\x0a\x65\x1f\xfe\xfc\xb2\x82\x7d\x1b\x25\x40\x62\x6f\xdb\x28\x80\x11\x7b\xca\xfe\xbe\xbe\x40\x7b\xf5\xe7\x57\x17\x59\x9d\xfc\xaf\x18\x62\x5e\x69\xff\x28\xfb\x37\x26\x7c\x57\x06\x00\x19\x43\x1f\x1e\xb1\x4c\x64\xae\xfe\xc0\x42\x40\x63\xdb\x7c\x10\x64\x6d\xbb\xb9\x81\x20\x47\xdb\x16\xe2\x95\x89\xdc\x26\xf4\xd5\x00\x19\x3d\xff\xe0\xfd\xa6\xbd\x13\x04\x19\x8e\xaf\x83\x9d\x20\xc8\x9e\x3e\x93\x7b\x1e\x92\xee\xd7\xda\x4e\x10\x64\x8f\xb9\xed\xdf\x68\xff\x93\xfe\x79\x88\xc3\x7c\x16\xe9\xac\x1f\xc0\x3a\x76\x44\x16\xad\x6b\x3b\x42\x3c\xaf\xd9\x27\x9f\x4d\x56\xd6\xeb\xd0\x2c\xc7\xd7\x07\x4f\xc6\x81\x15\x11\x76\x44\x57\x84\x35\xd2\x29\x25\xc5\x12\x91\x43\x5b\x2d\x3e\x76\x72\xf7\xa5\xed\xaa\xd6\x3e\x9f\x5f\x3f\x3d\x88\xde\xbc\x95\x3c\xab\x12\xb1\x40\xd3\xe0\x61\xb1\xae\xd6\x5f\x79\x4f\x6c\xf9\xd7\x8f\x19\xcf\xd8\xce\x95\x1f\xb9\xc4\xf6\xac\x2e\xdf\x14\x3f\x97\x3c\x13\x63\x52\xec\xcb\x3a\x0d\xac\x59\xec\x09\x3b\xc0\x8b\xc6\x41\x61\x3c\x7c\x96\xd5\x1d\xc7\x52\x48\xbc\xd7\x78\xd6\xa8\x68\xbc\x57\xa5\x3b\xe0\x24\xce\x40\xc1\x3c\x3b\x41\x7c\x1a\xf5\xe3\x5c\x2f\xcd\x85\x02\xe6\xd2\x44\xc3\x90\xc4\xf5\x65\xa3\x17\x2a\xf1\xd2\x7f\x31\x81\xf1\x6d\x4b\x9b\x49\xe1\xce\x4b\x79\xcf\x4b\x61\x81\x67\xdf\x93\x02\xe8\x80\xf1\xbd\x56\x01\x6d\xd5\x28\xe5\x43\x09\x9d\x1f\xab\x4a\xca\x94\xf2\xfa\x04\x81\xb8\x94\xd7\x5b\x43\xd4\x03\xf7\x8a\xa7\xa7\xa7\x42\x4d\x11\x4b\x2a\xf4\x30\x06\x9d\x54\x26\x9f\xbf\x6a\x91\xea\x7a\x4f\x40\xbe\xa9\x56\xde\x49\xfe\xb6\xbe\xe0\xa8\x0a\xaf\xf7\x37\xbd\x73\xe9\x35\x1c\xb9\x51\x09\x14\x32\x00\x53\xa9\x5d\x4a\xd0\x13\x37\x4f\x24\xc2\x8f\x12\x28\x7a\xa9\xaa\x07\x3a\x76\x5a\x9a\xea\x07\xe3\x46\xea\x2a\x9a\x6a\xf4\x41\x38\x12\x56\x09\xca\x23\x01\x53\xed\x81\xe0\x81\x5d\x69\x4c\x84\x4d\x61\x67\x5d\xc2\x86\x4c\xa6\xf3\xe2\x59\xca\x3a\x27\xe1\x41\xf8\x25\x4c\x9e\xeb\x20\xcc\xb3\xd7\xb9\x5a\x0e\x1a\x4f\xb4\x84\x48\x13\x4c\x2f\xef\x04\xc1\xe5\xb2\xf2\x07\xca\xca\x4d\x2d\x24\x13\x5e\xcd\x54\x63\x62\x6e\x8d\x7a\xae\x67\x73\x5f\x5d\x79\x58\x78\xae\x30\x50\x37\x8f\xc8\xb3\x95\x70\xa2\x81\xf0\xec\x58\xdd\xe3\x40\x05\xf9\x5c\xef\x0f\xb8\x12\xf2\x19\x31\x01\xe4\x3f\x19\x0c\x30\x5f\xf9\xc4\x5d\x50\x9b\x12\x68\x13\x87\x1e\xae\x08\x97\xc2\xce\xf5\x31\x8b\x60\xfc\x8e\xf5\xcc\x37\x8d\x01\x28\x94\x1f\x6a\x45\xe7\xcc\x8f\x9c\x12\x88\x2f\x3f\x2b\x53\x45\x7c\xf9\xa9\xb2\x64\x07\x3f\x56\x13\xab\x74\xc9\xfc\x74\x25\x04\x7e\xac\xf2\xb3\x04\xf8\x2c\x85\x86\xa1\xd7\xae\x8f\xcd\x28\x31\x4f\x14\xad\xf8\xb9\x94\x25\x42\x92\x5f\xda\x3c\xb6\xb8\x14\x09\x3c\x10\xa6\x7d\xd2\xab\xca\x6a\xe7\xe1\x68\x4d\x09\x32\x18\x91\xf0\xe4\x61\xe2\x69\xdc\xc2\x89\xa5\xaf\x9a\x76\x3a\x40\xe9\x17\xfd\x9f\x17\xa1\x95\xaa\xf8\x81\x71\xa2\x63\x94\x81\x93\xaa\xeb\x45\xa3\xf3\x30\x09\x4b\x2d\x4d\xe3\x7c\xb9\xb0\xda\xd8\x82\x9a\xcf\x5f\x3f\xe3\x00\x03\x56\x2a\xd4\xe8\x17\xb5\x76\xe2\xd7\xb3\x95\x02\x2a\xcd\xa7\x8e\xc1\x08\xb0\x54\x5d\x51\x7b\xc5\xba\xd7\xfb\xc4\xd6\xf0\x9e\x7b\x75\xb0\x20\x66\x53\xef\x9b\xae\xcd\xc3\xf7\xa3\x04\xfd\x58\x8d\x4c\xfc\xa5\x3e\xeb\x4d\x8d\x51\xb5\x3e\x3c\x70\x28\xfc\xf0\x05\x4b\x14\x15\x33\x27\xa8\x53\x67\xa7\x46\x94\xb6\x74\x30\x0e\xcc\x62\x7d\xf3\x0a\xd3\xe5\xdb\x32\x48\x4b\xc8\x84\x89\xef\x0a\xf3\x05\x7c\x59\x5b\x5f\x1f\x42\xa0\x57\xb5\x7c\x91\x29\x12\xbe\xe9\xb5\x95\xf0\xcb\x4b\x57\x61\x0d\xe3\x74\xd0\xe3\x5b\x41\x74\xe8\xa3\x95\x0b\x9d\x15\xc2\x37\xa2\xa3\xb0\xc2\x17\x87\xa8\x04\x6a\x0a\xbd\x6d\xe5\x55\x02\x25\xd4\x83\x27\xc8\xb4\xb4\x3f\x3a\xac\xa2\x35\x4a\xa0\xb5\xb4\x65\x9c\x86\x86\xe2\xc6\x30\x12\xd4\xb9\xdb\x32\x4e\xeb\x07\x4f\xf4\x40\x2e\x3e\x6e\xf5\xe8\x71\xa0\xce\xb6\xac\xd6\x38\x68\xd8\x6d\xb5\xa9\xf5\x80\x32\xa1\x67\x7a\x65\x5b\xe6\x6c\x25\xf0\xa5\xd8\xb3\xa4\xca\x2e\x7b\xd6\xfa\x50\xfc\xa4\x7e\xd4\x63\xd9\x83\x71\xd0\xa8\x1a\x8d\xad\xd2\xf0\xda\x50\x5d\x29\xed\x24\x0f\xc3\x75\x3b\x31\xed\xa8\xbc\x5d\xc4\xe3\x2d\x6d\x57\xa6\x60\x5a\x55\xbb\x0a\x06\x84\xc2\xae\x8b\xb1\x56\x99\x50\x03\xdd\xbc\xdd\x07\xcd\x9f\xfc\xf7\x82\xcc\x21\xd2\x8f\xda\xcd\x37\x63\x4c\xda\x2d\xfd\x28\x93\x74\xcb\x67\xd2\x22\x6b\x51\x7e\x2c\x2c\xe6\xbf\x3d\x3c\x0b\xf8\x69\x0f\x83\xbc\x34\x82\x4d\x09\x1a\xcd\xdb\xb2\x29\x43\x5e\xd7\x86\x85\xb0\x4c\x6b\xec\x1c\xf2\xbe\xb6\x35\x76\xb6\x41\xe7\x6c\x2f\x32\x15\x24\x6a\x6b\xf0\xec\x8b\xa1\xfe\x8e\x79\xeb\xb4\xdd\x46\x3b\xee\x8c\xa5\x0d\x0d\xf5\xd5\x8e\x7b\xb1\xf8\xc2\x9b\x8b\x7e\x54\x12\xc8\x74\xf1\xdd\xc8\xa3\xf3\xad\x1d\xcb\xdc\xd7\x77\x74\x75\xf5\x8e\x05\x54\x15\xfb\x83\x60\xe9\xde\x7d\x16\xc2\xbc\x47\xd0\x80\x4e\xd6\xdf\x04\x33\x53\x7c\xa5\x6f\xac\xcf\x1e\xab\xcf\x74\xb9\x0c\x47\xa6\xdd\x63\x6e\x47\xa6\xdd\x67\x5c\x67\x23\xd3\xee\x0f\x65\x7a\x95\xb0\x04\x35\x0a\xed\x9e\x61\x60\x14\x7d\x9a\xc2\x0f\x86\x5b\x61\xda\x7a\xa6\xad\x8f\xa2\xaa\x52\x44\xa5\x51\xea\x61\x06\xb8\x4c\xb5\xc7\x1a\xd1\x5b\x47\x46\x63\x99\xcc\xde\xe9\xd2\x63\x59\xae\x36\x54\x8b\xc1\x00\xc7\xa0\x39\x18\x7f\xe4\x14\x1c\x27\x5d\xa3\xe8\x1b\x4e\xc0\x4a\x51\xf8\xc5\x98\x50\xeb\x25\xdf\x5e\x69\x88\xe3\x02\x25\xd0\x33\xc6\x45\x5b\xc2\xdc\x8e\x5b\x5f\x46\xfe\x1b\xb9\x07\xc5\xd3\xb8\xf5\x9e\x9b\x3e\x09\xf6\x1d\xb7\x0a\x96\xbc\x6e\xb0\x97\x5e\x8a\x95\x14\x3e\x19\x58\xc9\x4e\xe7\x1e\x0f\xd4\x5c\xb5\x7e\xd6\x57\x8a\x46\x8f\x65\x01\x7b\x62\x34\x3b\x81\x64\xa1\xd0\xf7\x4e\x9a\xd1\x01\x31\x3a\xcb\x58\x25\x53\x8b\xb3\x08\x4b\x44\xc2\x18\x6e\x79\x64\xcf\x65\xc6\xfa\xc1\xe7\x9c\x32\x63\xd2\xc8\x59\x10\x1e\x03\xda\x09\x78\xee\xf4\xf4\x73\x41\xcc\x1e\xb1\x81\x57\x06\xf8\xd3\xd3\xaf\x65\x70\x87\x06\xc9\x0b\x8b\x16\xb1\x9f\x57\x5f\x05\xc8\x5f\x72\x2d\x85\x8c\x88\x62\x2f\x2c\x43\x44\x99\xd7\xc5\xb3\xd8\xe7\xeb\x52\x9e\x55\xa1\x0b\xd9\x45\xd0\xd6\x25\xd9\x69\x9c\xbb\x96\xec\x86\xfa\xea\x05\x34\x0a\xc8\xe5\x5a\x8d\x7f\x44\x14\x7b\xad\x11\x66\x44\x3e\xe6\xa2\xc1\x47\xd0\xe9\x35\x97\x1c\xe5\x41\xbb\xde\x03\x24\xb0\x2a\x7a\x67\x3d\x1b\x08\xd3\x10\xe0\xab\x77\x11\x8c\x68\x84\xf9\x18\xec\xc2\x4d\xab\xcb\xe8\xe0\x5e\x1f\x19\xa2\x7a\xc5\xdd\x05\x23\x0a\xe1\x89\x2d\x54\xf8\xa5\x30\x1e\x58\xe8\x7f\x3d\x40\x09\x83\x11\x16\xa5\xdd\x0c\xf9\xf2\xf6\xdf\xb4\xe5\x6e\x79\x4e\xba\x26\xf1\x80\xaf\x03\xc0\x75\x2f\xc3\xdb\x3b\xc6\xf9\x5e\xe0\xab\xd7\xae\x70\xa1\x00\xbc\xa2\xb7\x50\x28\xa2\xbb\x4f\xe0\xbf\x0a\x50\xfb\xc5\x46\xde\x0f\x88\xae\x29\x8c\x1d\xc0\xa6\xde\xd8\xc5\xa8\xd1\xf6\xc6\x2e\xc6\x23\xff\x9e\x69\xbb\x81\x58\x05\xcd\xdd\x2f\x5d\x92\x81\xe8\x69\x1a\x27\x1a\x61\xde\xac\x6f\x7d\x5a\xa1\x5a\x89\x30\xc3\x2c\x1c\xe3\x61\xe4\x0a\xf4\xe7\x67\x09\xb0\x0d\x58\xfb\x43\x53\x3a\xe8\x3d\x0f\xcd\x47\x6d\xf8\x59\xd4\x68\x04\xec\xc5\x33\xf1\x94\xc5\xaa\x04\x10\x31\x1a\x7a\xa6\xcc\xf8\x6a\x0e\x0f\x26\x3d\xd0\x33\x9e\x77\x12\x5e\x1a\x9a\xcb\xd6\x8e\x40\xbf\x9d\x45\xe1\x4c\x78\xb5\xc3\x98\x68\xac\xb3\x74\x46\x31\x85\x87\x12\x94\xeb\xc4\xa1\x40\xb8\x62\x61\xb0\xc8\xb3\x02\x25\x69\x4c\xb3\xbe\x3c\x00\xd0\x9e\xed\xa0\x88\x55\xa5\x09\x11\x19\x54\x6f\x0e\x7a\x3d\xad\x78\x0e\x35\x20\x5e\x84\xae\x3b\x16\x63\x4a\xa5\x0c\x3e\xf3\x64\x28\x48\x0a\x3f\x14\xd0\xf5\x43\x02\x5b\xdf\x39\x2f\x46\x6e\x5a\xe8\xbc\x14\x4f\x4d\x6f\x1a\x13\x00\x6d\xde\x68\x47\xd6\x76\xde\xb8\xec\x2c\x01\xa6\x8b\x61\x98\xb7\x1e\xa6\x16\x0b\x7b\xb7\x41\x53\x9f\x0c\x3c\x32\x3d\x73\xde\x7c\xfe\xca\xff\x82\x92\x13\x74\xe8\x2d\x00\xfa\x43\xf1\xab\xef\x05\xe6\xd4\xde\x52\xb0\xda\x95\x30\xef\xc4\x08\xbf\x0c\x17\x72\xdc\xbe\x95\x61\x04\xc5\xbe\x80\x9e\x88\xc6\x5f\x40\x4f\x2c\x74\xca\xb7\x03\x8c\x15\x1e\x0c\xe8\x74\xe8\x77\xe0\x6f\x2c\x2a\x6d\x20\x3b\x60\xf8\x8b\xac\x13\x32\x7d\xc7\xad\x4c\x7a\xe2\xc1\x5d\xc6\x03\x0b\x0e\x0f\x4d\x97\xbd\x17\xce\x03\x14\xf8\x2e\x79\xb5\xce\x88\xf7\xde\x74\x3e\x0d\x73\xef\xad\xc6\xc3\x37\x23\xbb\x81\xa6\xde\x65\xdb\x5b\x5f\x8d\x6a\x1c\x40\xa9\xb0\xc6\x85\x71\x40\x1f\x99\xff\x1b\x87\x51\xc0\xb6\xc2\xa0\xa1\xb4\x0a\x18\xc7\x42\x43\x23\x64\xc5\x17\xc2\x65\x85\x1f\xc8\x43\xe4\x3d\xd8\xbf\xb0\x10\xd6\x38\xa6\xde\xcf\xb3\x2f\x2d\x6d\x51\xb7\x71\xa8\xf1\xa7\x95\x27\xe4\xa5\x9b\x42\x7c\xc8\xbc\x67\xf5\xf9\x11\x32\x92\xe8\x41\x99\xe4\xe6\x48\x2b\x5c\x54\x09\x85\xe5\x02\x52\x78\x55\x28\xeb\xa5\x8c\x41\x61\x49\x71\x04\xfa\x04\xf3\x6e\x23\x48\x99\x2a\xa0\xea\x3d\xe4\xa9\xf8\x6a\x21\x9f\x23\x54\xfc\x05\xab\xb5\x8c\x50\x45\xaa\x79\xa0\x01\x4d\x54\xb0\xf9\x60\x28\x0c\xbb\x91\x96\xfd\x1b\xa1\xf1\xf5\x85\x70\x47\x35\x7a\x16\x90\x3b\x16\x80\x1d\x01\xbb\x9b\x22\xcf\x0e\x15\xdc\x7e\x0f\xb5\x8d\x00\x1c\x0e\x89\x5a\x0d\xc6\x86\xcc\x9b\x69\x3d\x2d\x12\x86\xe1\x82\xbd\x47\x38\x31\x05\x12\xc7\x79\xf1\xa9\x71\x85\x01\x70\xbd\x92\x07\x04\x9c\x25\x26\x10\x30\x98\x6a\x84\x9b\xb2\xf4\xfe\x5b\x48\x88\xf7\x3c\xd0\xfe\x41\x1e\xf0\x02\x43\xcf\x08\x18\xf1\x2a\xf5\x3c\x9a\x27\x88\x14\xf6\xa8\x83\x21\xfb\xa7\x28\x41\xb9\x2a\xa4\x5e\x99\x9a\x12\x28\x0e\xe8\x91\x1b\x55\x7a\xe4\x7d\x28\x84\x55\x3d\x04\x88\xb1\x65\xb2\x6c\x84\x45\x98\x87\x09\x9f\x61\xd5\x5a\xcc\x22\xcc\x21\x0e\x7d\xc3\x2b\x4f\xda\x0a\xc7\x4b\x04\x78\xd5\x3b\xde\x10\xe3\x05\x6c\x47\x5c\x60\x3d\x24\xc6\x88\x11\x1f\x8d\x50\x89\x70\xa6\xe7\x75\xc2\x98\xc2\x65\x0c\x46\x9c\xf2\xa4\xad\x4f\x88\xcb\x82\x77\x38\xc9\x48\xf8\x46\xda\x1a\x3a\x46\xa2\xbd\x1d\x14\x9c\x1a\x94\x11\x85\x24\x9a\x12\x8e\xe0\x91\xba\x38\xec\x7a\x67\x12\xb7\x59\x66\x61\xa4\x13\xb4\x4c\x45\xf1\xe7\x84\x14\x13\x2f\x82\xe8\x44\x65\xba\xb0\xc7\x59\x61\x41\x4a\x0a\x40\xb3\x07\x6d\x2f\x5d\x37\x0f\x17\x4a\xbb\xe8\x49\x9d\x07\x6e\x94\x30\xc8\x04\x57\x49\xaa\xdd\xc3\x38\xb5\x4c\xea\x48\x74\xed\xae\x67\x1f\x78\x6b\x25\xff\x22\xcc\x4d\xe2\x4d\x8c\x71\xa9\x2b\xac\x5a\x77\xc2\x8c\xc6\x96\xe7\xa4\x12\x5d\x09\x8c\xb4\x07\x05\x60\xa7\x21\x95\x23\xe1\x15\x6d\xd8\x8e\xb4\x98\xf7\x7a\x40\x3f\x5e\x8c\x30\x32\x5d\x5a\x0e\x29\xd2\x0a\x13\x7e\x91\x7e\x50\x3d\xd0\xe9\xa1\x4f\x78\x19\xd7\x55\x8d\x45\x8c\x5a\xd7\x5b\x51\x94\x2c\x5e\x86\xef\x1c\x45\xe1\x07\x2b\xb7\xaa\x8a\x73\xab\x35\x94\x93\xf1\xb5\x24\x64\x9d\x0b\x4e\xac\xaa\x3c\x1a\xb2\x1a\xe1\x35\x64\x25\x46\xe0\x91\x0b\xbe\x23\xba\x42\x2e\x72\x73\x04\xc2\x32\x91\x85\xf0\x4d\x4b\xa0\xe0\x82\xc6\xad\xb0\xa9\x17\x0d\x7e\xd0\xd4\xe8\x21\xb9\xe2\x61\x40\xb3\xb9\x16\x32\xd1\xa6\x32\xde\x9c\x84\xfa\xb3\xc6\x78\x34\x95\x71\x5b\x86\xae\x70\xe2\x81\x44\xd1\x8d\x37\x55\x8a\x6e\x7a\x13\xbd\x33\xcb\xb8\x75\x65\x6a\x4a\xe0\xeb\x9a\x3e\x82\x0f\xc2\xeb\x99\x12\x06\x23\x63\x02\x33\x6d\x3e\x03\x1d\xda\x20\x53\x0f\xd8\x58\xf2\x74\x19\xf7\xf6\x7b\xd6\x2d\xe3\x8a\x02\x3f\x8d\xcc\x00\x1a\x68\x29\x38\xff\x5a\xc3\x78\xe7\x8b\x91\x1b\xcb\x95\x2f\xc9\x5c\x99\x20\xf5\x45\xf2\x87\x27\x45\xac\x4f\xbe\x51\xa4\x94\xb4\xb8\xea\xc0\x81\x3c\xf0\xca\xf5\x1e\x28\x6c\x32\x8b\xb7\x30\xc9\x28\x48\x2d\xf3\x15\x05\x9f\x39\xde\xcb\x51\xe4\x59\xa5\xc1\x95\x05\x86\x86\xda\x7a\x51\x85\x16\x6e\x1b\x05\xde\xd6\xe8\x4b\xe5\x56\x1e\xde\xf3\xd0\x5a\x8b\x5e\xfa\x30\x88\xa3\xec\x82\x43\x20\x75\x85\x93\x32\xf1\x34\x4c\xba\xd2\x75\xcb\xea\x65\x23\xa1\x95\x32\x11\x51\x5d\x5f\x53\xe4\x0e\xac\x95\x70\x87\xa0\x75\xc2\xd8\x21\xbe\xb2\x82\x1e\xf3\x62\x43\xa3\x8a\xb6\x52\xeb\x56\x57\xef\x4e\x48\xa8\x55\x5a\xe2\x82\xc2\xa3\x2d\xca\x1b\x12\x58\x78\xb4\xd5\x98\x46\xa2\xb9\xb6\x05\x5c\x06\xf8\x64\x34\x46\x9e\xb6\xf0\xef\xc0\x11\xd3\x3a\xa6\xa4\x89\x0f\x80\x1e\xe4\x4b\x49\x8c\x75\x0d\x1f\x66\xa3\x7f\xe2\xc5\x68\xac\x60\x1a\xf8\x17\x06\x18\x74\x74\x7c\x66\xcc\x2a\x8e\x0e\x03\x3a\x50\x59\x6f\x7c\x3c\xa8\xa2\x2f\xd5\x84\x7c\xd0\xd2\x7b\x63\x80\x66\xe4\xee\x38\xa8\xb2\x0c\x4e\xc7\x41\x95\x54\x02\x0e\xcd\xb1\xb0\xd0\xe8\x32\xb1\xe0\x99\x7e\x2e\xd3\x9e\xb0\x00\x9d\x31\x52\x26\xbf\x33\x2e\xc0\xec\x47\xbf\x10\xb5\xc5\x33\xc0\xd0\xdd\xfa\x2d\xcb\xab\x30\x1d\x1a\xcb\xd0\x19\x17\xcb\xa1\x70\xe2\x8b\xa9\x0f\x73\x24\x00\xe1\xd1\x31\x92\x05\x75\xc8\x11\xa2\x1e\xd9\xa7\xa4\x45\x3c\xe3\x14\xab\x26\xc6\xc8\x09\x49\x1c\x84\x57\x6b\xcf\xa1\x05\x7e\xd0\xda\x3b\x61\xfc\x79\x09\x4b\x32\x2a\x2e\x4f\xac\xcd\x68\x2a\xa0\x12\xe6\x23\x11\xc4\x58\x50\x65\x30\xc1\x38\x46\x07\x9b\xea\x3d\x7d\x10\x4f\x7e\xe3\x8e\x54\x02\xa8\x82\xd7\x72\x98\x8b\x63\x10\x3e\x95\x7f\x35\x83\x71\x49\xa0\x99\xb0\x54\xc6\x7b\x2e\x54\x16\xab\x7e\x24\x2a\xa4\x07\x96\x0d\xc2\x51\x37\xc6\x45\x45\xa3\xe2\x1f\x5e\xd4\x08\xab\xfd\x51\xd1\xd5\x9e\x42\x16\x6a\x93\xef\x03\x17\xc4\x18\x38\xe7\x72\xd4\xa7\xe1\x9c\x4b\xa0\xb3\x71\x53\x3d\x10\x1c\x3e\x8e\x91\xc0\xa9\xf2\x71\x34\x89\x45\x1e\x78\x7d\x3e\x43\x79\x56\xbc\x74\x93\x15\xdf\xa9\x35\xef\x59\xe3\xd4\x48\xd8\x63\xfc\x20\x63\x99\xc1\xdf\x31\x6b\x67\xc6\x46\x62\xd0\x4f\x4d\x3d\xd1\xd7\xce\x0a\x56\x55\xfc\xd2\x61\xc8\x09\xab\x70\x56\xb9\x80\x49\xc0\xef\x54\x28\xfd\x6c\xb8\xe1\x01\x09\x67\xa3\x1f\xd1\xaa\xce\xce\xb4\x5d\xe3\xd9\x4e\x0d\x19\x00\xce\x81\x22\x0a\xf9\x07\x1d\x9e\x56\x7b\x0e\x5a\x33\xca\x3d\x07\x8d\x81\x61\xfe\xc4\xc4\xe1\x30\x1d\x27\x3c\x3f\x63\x07\x4e\xfa\x75\x50\x1e\x7a\x4b\x52\x1e\x00\x12\x7e\xf4\x71\x82\xe5\x3a\xad\xf6\x5c\x52\x1d\xf8\xbb\xc6\x39\x61\x5d\x18\xb5\x13\x4e\x9c\x33\xc6\x5b\xbe\x9c\x8c\x41\x39\xa7\x24\xb1\x1a\xc3\x85\x79\x0c\x5d\x61\x80\x34\x18\xef\x66\xb0\x8d\x18\x9a\xbb\x60\x2c\xf8\xe0\x1b\x1f\x79\xb0\xf8\x6b\x15\xd0\x0e\xfd\x50\x7f\x5f\x25\xdf\x8d\x79\x1a\xfa\xfe\xdd\x58\x20\x41\x73\xbe\x99\x6a\x3b\xe8\x83\xb7\x78\x10\x6d\xe1\x66\xba\xac\xf0\xc5\x37\xf3\x0e\x4c\xfe\x8c\xfb\xc6\x0b\x40\x23\xbc\x27\x83\xa5\x2a\x87\x59\x56\x4b\xbd\x27\x66\xb6\x2a\x7e\x99\xd3\xdc\xe9\xc0\xb7\xa6\x11\x30\xa7\x37\xf3\x9a\x2c\xbd\x1a\x37\xf6\x9a\x69\x8a\xf1\x40\x84\x32\x36\xfa\xc1\xe3\xca\xf2\xaf\xf1\x64\xc8\x92\xc5\x03\x53\x78\xf6\xc9\x93\x02\x68\x50\x0f\x76\x53\x98\xe5\xa9\x60\x16\x6a\xf1\x54\x79\xf2\x78\xa0\x0a\x4e\x53\x18\x60\x81\x95\x0b\xe3\xa1\x9d\x75\x06\x04\xfc\x21\x1d\x4f\xf3\x90\x3f\x04\xba\x3e\x9e\x35\x80\x84\x8c\x83\x73\x3c\xcc\x16\x54\x44\xf1\x30\x5b\x90\x99\xfe\x1b\x8f\xdc\xfa\xc8\xf7\xc1\x1d\x15\xc2\xd2\xc7\x43\x6b\x0c\xf4\xd3\x87\x39\x1e\x3c\xae\xe3\x39\xa5\x70\xe2\x69\x75\x01\xc5\x3e\x27\x9f\x4c\xcb\x79\x4e\x1a\x02\xad\xfd\x39\x71\x71\xe9\x2b\x2f\xf2\x1f\x0a\xd3\x4a\x07\x65\xe1\x34\xc5\x37\x30\x1e\x71\x60\x20\xe4\xa3\x49\x6d\xd5\x73\x71\x9a\x21\x6c\xf5\x30\x0e\x0b\x2a\x3d\x0f\xa8\x11\x3e\xf0\x30\x23\xa4\xd1\xed\x51\x4b\xc6\xb4\x3e\x1a\x7a\x25\x21\xf9\x43\x81\xe8\x72\xe8\xb0\x40\x7b\x3c\xb8\xe2\x85\xbe\x9f\x17\x12\x6f\x79\x26\x2b\x24\x68\x8c\x13\x3b\xce\xb4\xc4\x98\x4c\x5d\x17\x0b\xd3\x48\x81\x68\x53\xd3\x7b\xd8\xdc\xc9\xf4\x5e\x39\xe8\x36\x53\x9e\x0b\x40\xd6\x5c\x90\x73\x25\x64\x7e\xd0\x72\x10\xf5\x04\x5b\x5a\x09\x4c\x0f\x09\x54\xcd\x2a\xc7\x5f\x20\xcc\x2a\xaa\x83\x91\x78\x56\x78\xdf\x38\x7e\xcf\xae\xcd\xaa\x36\xa9\x87\x60\x05\x20\x25\x7c\x4b\x23\x80\x09\x27\x68\x0a\x6f\xec\x98\x4d\x75\xc7\x0a\x4f\x30\xa8\xb4\x35\x19\xa8\x98\x07\x1d\x93\xc1\x29\x34\xc5\xa3\xf5\x41\x75\x35\x50\x35\x04\xb2\x7a\x6d\x28\x1a\xee\x67\x57\x33\xa1\x34\x46\x2a\xd9\x82\x09\x60\x09\xb4\xcf\x39\x94\x87\x5a\xc8\xb0\xa1\x96\x79\x6a\x5e\x93\x2f\x80\x36\x17\x7a\xa1\xfc\x55\xf8\xdc\xc7\xa4\x59\x15\x9a\xe7\x84\x68\x45\x6c\xd3\xbc\xf4\x4e\xe4\xf7\x6a\x1a\x78\x85\xdf\xcc\x82\x02\x2a\xfa\x2e\x49\xf4\x8a\x51\x7c\x71\xae\x46\x46\xc5\x77\x74\x28\x37\x79\x4e\x7c\xf4\x80\xa6\xf7\x64\x74\xb5\xb0\xb0\xea\xaa\xc3\x4b\xb3\x6d\x8c\xae\xaf\x9a\x2d\xc0\xea\xa5\x79\x66\xc5\x4f\x38\x1a\x78\xf6\xc5\xd2\x64\xe0\xc4\xfb\xe2\x80\x60\x00\x7e\x69\x86\x19\x5e\xf2\xaa\x19\x32\x96\x9d\x07\x38\xa3\x2c\x1c\x73\x1e\x38\x1f\xf3\x6a\x0b\xe7\x21\x54\x96\x15\x66\x9e\x60\x35\xaa\xf3\x60\x2a\x05\x94\x78\x1e\xb8\x56\x8e\x55\xd1\xf3\xa0\x51\xb1\xbc\xf8\x3c\xd4\xa8\xd2\x92\xc4\x79\xd0\xa8\x72\x22\x41\x43\xda\x1a\xbd\xcf\x83\xb5\x02\xac\xd0\x3c\x8f\x2e\xc7\x02\x61\x34\x59\x2c\xcc\xa4\x71\x50\x98\x66\xce\x64\xef\x79\x0c\x3c\x74\x81\x02\x00\x23\x10\xe8\xf3\x00\xfe\xa7\xc1\xd7\xc8\x4b\xa8\x1a\x3d\xf8\xb4\x3b\x35\x7d\x26\xde\x00\x9e\x05\x9f\x32\xe3\x76\xb2\xa2\x25\x46\x06\xc7\x73\xac\x21\x24\x1c\x28\xe7\x1c\x94\x06\xa5\x3f\x4f\x4c\x70\x5d\x0a\x3c\x4f\xc9\x65\x61\x85\x53\xa3\x75\x5b\xfd\xfc\x3c\x41\xab\xa5\x54\x32\xe1\x7b\x0e\x41\x99\xe4\xf5\x1d\x84\xe5\xab\xd5\x03\x38\xf5\x07\xf9\x71\xb9\x77\x0b\x5f\xbc\x68\xf5\x8f\xf3\x1c\xf4\x89\xa0\x04\xba\x36\x82\x61\xec\x5e\x99\x2a\x3f\x10\xc0\x6a\xe3\xe7\xb9\xa0\xee\x4a\x58\x45\x5c\xcc\xfa\x1d\x0b\xe3\x9c\x17\x3a\x8f\x6b\xec\x3b\x99\x4c\x09\x5a\x18\x7f\x5e\xc0\x72\x96\xc1\x9c\x97\x66\xfd\x0e\x65\x6a\xca\x14\xf8\x81\xb1\xa2\x65\x30\xfd\xd2\x6b\x56\x3c\xc3\x31\xfa\xb9\xb2\xea\xb7\xf2\xdc\xbc\xa8\xae\x81\xf0\xbc\x85\xe9\xa9\xf7\x4d\x1f\x4f\x14\xa6\xc9\x8b\xc2\x7b\xee\x01\x82\xb6\x30\x8d\x64\xd9\x81\xf3\x61\xaa\x07\x0f\xf8\xf9\x60\xce\xd2\x32\xa4\x27\xe3\xdd\x80\x7e\x9f\x36\xde\xa1\x5b\x1c\xfd\x83\xc1\xf2\x7c\x20\xa2\xf9\x77\x17\x67\x9f\x0f\x36\x85\x75\xc0\xe7\xd3\x01\x48\xab\x5f\x9d\x1a\xc2\xd2\x1a\xce\x4e\x19\xdf\xb4\xe0\xc2\x89\xfd\x6c\x8d\xd6\x2a\x07\x3a\xb0\xfe\xc4\x68\xb5\x96\xc9\xdf\x35\xe2\xaf\x0a\xce\x21\xa7\xe0\xaa\xf8\x3c\xe1\x9e\x0b\xec\x9d\x72\x2d\xe3\x8a\x3e\x5f\x0c\x61\xe5\xd9\x57\x2b\x67\x16\x08\x3c\xdf\x2e\x6a\x41\x1e\x66\xca\x59\x10\x7e\xbe\x4c\x50\xb0\x2c\xe3\x7c\x99\xe1\xa9\x40\x8d\xf3\x95\xa7\x91\xbe\x8a\x67\x79\xd4\xa2\x4c\x90\xe4\x65\x24\xce\xf7\xd4\x03\x8b\xd3\x5f\x47\xb6\x1f\x83\x1f\x89\x1f\x4b\x71\xd7\xc1\x34\x55\xcd\x4a\x78\x09\xe7\x15\xc6\x03\xdb\x0a\x4f\x83\x70\x81\x60\xd7\x81\xef\xa3\xae\x46\x72\x1d\x45\xeb\xc9\x94\xe7\xe4\xa5\x4b\x00\xd7\x51\xf4\xa1\x85\xf0\xad\x04\xe5\x02\x61\x14\x95\x30\x95\x40\xd1\x78\x45\x6a\xe3\x89\xaa\xd5\x65\x81\x30\x56\x4c\xd5\xc3\x5b\xc2\x72\x89\xeb\x60\x70\x62\x61\xd3\x75\x68\xad\x5c\xa0\xe4\xa6\x97\x76\x12\x18\x23\x6a\xa5\xb4\x65\x9f\x43\xc5\x6f\x7e\x1d\x60\x15\xbc\x48\x17\xbe\xe9\xce\x6a\xc4\x4b\xbe\xe9\xca\xfa\x8a\x0b\xdf\x74\x67\x11\xc6\x15\xc0\x64\x35\x2c\xe6\x71\x05\x71\xd9\xca\xd3\x38\x05\x31\x88\x17\x0e\xec\x95\x49\x09\x8c\x0d\x7c\x1c\x6e\xdd\xc1\x26\xa9\x2b\x4a\x13\xcc\x2f\x5c\x31\xaf\xc6\x97\xf9\xa2\xc8\xd0\xcb\x20\x76\xc5\x0a\x1c\x5c\x3d\xe8\x62\x85\xe0\xc0\x2e\x5f\x2c\xfe\x1b\x79\xd9\xf4\x2b\x42\xed\xc0\xa4\x57\x1c\x5a\x53\xb0\x9e\x4d\xd8\x00\x7d\x27\xae\xc9\xc1\x4a\x98\x2b\x31\xf3\x95\x91\x24\xae\xc9\xc1\x92\xea\x8b\x65\x67\xa1\xb2\xfe\xf9\x4a\x70\x44\x76\x43\x5d\x59\x73\xeb\xab\xcb\x5d\xf2\x78\x31\x2a\x5d\x78\xb3\x46\x5e\xad\xf8\x32\x67\x16\xcd\x2a\x57\xbe\x0c\x96\x7b\x65\x46\x8d\x38\x48\x00\x7b\xf6\x45\x72\xaf\xdc\x78\x78\x71\x99\x2b\x77\x06\x10\xf4\x9c\xf9\x9a\x4c\xb3\x62\xc1\xd8\xc8\xab\x0b\x5c\x45\xe2\x62\xb5\xe0\x55\x96\xb8\xb4\x94\xfd\x2a\x9a\x52\x58\x7d\xec\x2a\x60\xa3\xc0\x17\x14\xb8\x43\x5e\x64\xf3\x2a\xac\xaf\x61\xbe\xf7\x2a\x45\x0d\x86\x3c\x18\x16\xfc\x0c\x57\x19\xb8\x29\x93\xc2\x1a\x87\x57\x9e\xba\xf4\x37\xb0\xd6\x57\xb5\x19\x88\x46\x18\xb0\x7d\x28\xcf\xa9\xcd\x0f\x81\x1f\xf2\xb9\x17\xc2\xe2\x0b\x4b\x5c\x2d\x8b\x0a\xac\x2f\x6b\x85\x0f\x40\xaf\x8d\xa9\x0c\x3c\x8d\x57\xa3\x65\x37\xe5\x67\xc5\x22\xdb\x53\x2e\x96\xf5\xf4\xf6\xbb\x6e\xb6\xab\x31\xfe\x14\xc4\xdd\x9a\x4c\x25\x2f\xc6\x72\xd5\x83\xc2\x3b\xcd\x13\x33\x73\x69\x99\x8f\x6a\xd5\x69\x31\x95\x5a\xd9\x5a\x91\x85\x9a\x2f\xad\x15\xa9\x2d\x29\x81\x05\x0f\x0b\x12\x5c\x3d\xab\x17\xaf\x12\x3a\x8e\xd4\x40\x07\xe8\x45\x0e\xd9\x4c\x98\x91\x2f\x28\x0f\xdd\x0a\x9f\xca\xd5\xcd\x04\x28\x8c\x6c\x0e\x3d\xfc\x2a\x13\x4f\x54\x88\x7b\xa0\xe4\xf5\x6d\xbd\xd0\xac\x3a\xe6\x3e\x20\xe4\x21\x77\x2e\x8d\x78\xa0\xd1\xc6\x8b\x86\xe8\x0d\x35\x1a\x43\x64\x85\x3c\x58\x65\xd6\x48\x5e\x27\x9c\x0c\x97\xe3\x75\xca\x1c\xb2\x20\xf3\x3a\x31\x87\x92\xd1\x89\xa3\xad\x22\x54\x16\x3f\x74\xd6\x50\x5f\x27\x0b\xaf\xf0\x7d\x5d\x67\x3d\x09\xaf\xca\x9d\x02\x3e\x7c\xc0\xd9\xf5\x9e\x4a\x18\x39\x0e\x6a\x74\x8a\x9e\x36\x5e\xca\xf4\x62\x1d\x34\x6e\x18\xff\xc0\xbf\x74\x9d\x2c\x05\x65\xd7\xe9\x25\x06\xcf\x62\xe7\x4b\x20\x20\x46\xf2\xcb\xbe\xe3\xb7\xb9\x04\x02\xc0\xed\x17\x43\x77\x63\x9e\xf2\xba\x8a\x5e\x5a\x08\xaf\x06\xca\xd6\xcc\xeb\xd2\xc2\x03\xba\xd8\xc5\xe7\x74\x4c\xef\x85\xff\xa2\x1d\x3c\x8b\x0f\x8a\x95\x3c\xd7\xb5\x8c\x53\x68\x60\xae\xeb\x62\x2c\x8e\x96\x69\x28\x41\x4f\x33\x79\x36\xa8\x05\x8e\xc6\xbe\xb0\xf4\x75\xd3\x97\x64\xa0\xe1\xfc\x6d\xac\x21\xea\x82\xe7\x77\xf6\x72\x5e\x37\x1a\xec\x7c\xc1\x0d\xcc\x6c\xc0\x95\xeb\x06\x66\xb2\x3d\xec\xba\x57\x3f\x59\x09\x83\x1f\x2c\x07\xe5\x3b\x6f\x7c\x2d\xda\x37\x75\xdd\x58\xd2\x46\x57\xbf\x6b\x57\x82\x72\xb1\x2e\x24\xab\x0c\xcd\xb5\x2a\xd3\x54\x26\x95\x81\x75\xc7\x70\xdf\xed\x50\x02\xb9\x80\x38\x91\xf6\x76\x37\xd5\x50\x9f\x84\xdb\x92\x25\x96\xd7\x4d\x1b\x38\x54\x73\x38\x50\xa4\x3b\xdc\x74\x4a\x99\x25\xbc\x15\xbd\xd2\x7e\xee\x05\x16\xd7\x8b\xf4\x00\x13\x8e\x49\x99\xe4\xad\xa3\x1a\x74\x56\xd6\xff\x5c\x77\xd7\x6a\x5a\x6a\x41\x23\x93\x16\x6f\x1a\x59\x63\xe3\xd3\x25\x1f\x48\xc6\x9e\xdc\x34\xb2\x06\x80\xbf\x6e\xcd\x61\xeb\x1b\x58\x87\xcc\xce\xac\xeb\xee\x4c\x0c\x4b\x13\xa0\xa3\x68\xf1\x38\x47\xf4\x52\x06\x99\x8a\xa6\x6f\x5c\x4c\x38\x4c\xaf\x1b\x00\x12\x8b\xf2\xc0\x46\x10\x85\xf9\x3d\x16\x5b\xbb\x9e\xcc\xea\x1c\xcc\xfe\x93\xa5\x44\xd4\xf0\x00\x4c\xe3\xef\xee\x7c\xb8\x9e\xcc\x12\x1d\x86\x6c\x01\x46\x75\xb4\x27\x4b\x80\x0c\x47\x8f\xc6\x72\x2b\xe6\x56\x82\x72\x69\x49\xa8\xea\x22\x6d\x67\xbd\xea\x65\x1e\x62\x7d\xec\xb3\x60\xce\x88\x0c\xd3\x4f\x51\xbb\xc1\x4c\x3d\x74\x7e\x29\xfb\xa1\x57\x68\x5c\x7f\x70\xea\xa9\x6d\x3d\xd6\xf6\xc9\x5f\x99\x06\x6b\x0a\x6b\x91\x09\xf9\xad\x39\x49\x24\x5a\x7d\x96\x95\x00\x51\x6d\xd4\xbb\x69\x5a\x5b\x61\xc4\x5c\x29\x40\x4b\xcb\x55\xeb\xae\x17\x75\x5e\xd4\xb5\x8e\xba\x10\xc6\xc7\x90\x78\xa0\x4b\x32\x18\x08\x41\x5e\x26\xda\xae\x07\x88\x09\x41\xbb\x58\x03\xb3\x32\xf1\xf4\xc2\x98\x03\xef\xd4\xf5\xd8\x22\x22\xbe\x99\xc9\x01\x76\x94\x5e\x0f\xd3\xd2\x61\xd1\xa4\x6b\x32\x70\x40\xbe\xae\x29\xad\xe2\x16\xb8\xa6\xb4\xda\x94\x49\xe6\x48\xf1\x2c\xe4\x5a\x64\xf5\x9a\x0c\x1c\xc2\x88\xb8\x43\x46\xc4\x0e\xe2\x0e\xe9\x4c\x99\x5c\x00\xf2\xd0\xa2\x1e\x2e\x7a\xa9\x12\xa0\x89\x55\x0f\x50\xbb\xde\x09\xe3\x36\xcd\xca\x03\xc8\xeb\x2a\x8c\xf5\x01\xbd\x11\xe6\xf3\x9b\xde\xf9\xf2\xc5\xeb\xcb\x26\x63\x4e\x07\xef\xe0\x49\x59\x05\x2b\x81\x95\xcf\x49\x61\x1a\x32\xe3\xc0\xac\x5a\x35\xa7\x30\x4d\x12\x35\xe3\x38\x19\xb8\x6a\x2e\x1c\x27\x3d\x30\xe8\x68\x4d\x4e\x44\xa4\x53\x7e\x5f\x9a\xc8\x6c\x5a\x11\x46\xc1\x8d\x76\xc7\xee\xe1\x6b\x36\xbd\x94\x2f\x6b\x7a\xa9\x1e\x66\xf6\x59\x62\x6c\xfa\x1a\x5e\xd4\x35\xb5\xa0\x30\x7c\x64\x28\x5c\xf4\x52\xfd\x60\x8a\x5a\xb2\x86\x14\xb1\x43\xe5\x9a\xdd\x4a\xa6\x84\x2e\x6f\xac\xc2\x94\xdc\xf5\xc0\x43\x26\x4c\xce\x64\xc1\xbf\x70\xfa\x64\x31\xda\x21\x45\x0d\xad\xca\xa1\xb4\xa1\xad\x28\x7c\x02\x0b\x65\x1a\x6b\xfd\x2e\xf9\x6f\xa2\xb4\x83\xef\x84\x65\x70\xd7\x1c\x43\x99\xf4\xb4\x06\x08\xaa\x01\x65\x6e\xea\xf5\x53\x36\xa7\xab\x38\x74\xd8\x28\x82\x41\xb1\xa9\x0f\xbf\x59\xe8\x37\x13\x66\x3a\x16\x28\x83\x3b\x67\xe0\x76\xbe\x5e\x28\x0f\xbb\x1f\xaf\x97\x85\xa5\x6c\xa1\xb9\x5e\x35\x36\xaa\xca\xaa\xa1\x11\xe9\x47\x6f\x05\x44\xf0\xcd\xaf\x35\x12\xbd\xa8\xd2\x84\x69\x61\xaf\x1a\x09\xfd\x02\xfe\x37\x62\xff\x3d\x82\x7a\xbd\x8c\xaa\x35\xab\x14\xa6\xef\x30\x76\x6f\xa3\x44\x20\xf6\xdb\x54\x22\x5a\x7d\x1b\x25\x82\x50\xdf\x26\x9a\xa4\x30\x6e\x7b\x7d\x12\xb8\xf0\xcb\x2f\x05\x0f\xbd\x09\xf4\xd9\x94\x40\xaf\xc4\x04\x88\xa2\xb6\xa0\x92\xb5\x3a\x31\x11\x46\xf1\xec\x2b\xbd\x5e\xb5\x39\x09\x16\x44\x26\x9c\xfc\x5a\xfb\xe3\x45\x00\x7a\x08\xfe\xf5\x76\x15\x80\x6c\x58\x39\xc5\xd6\xbc\x4b\x2b\xa7\x5a\x52\x69\x18\x19\x16\x3c\x5d\x38\xd3\x7a\xa6\x47\xb0\x58\x6a\x50\xf0\x0d\x8d\xed\xb0\x84\x5b\xc4\x15\xc7\xdd\x7d\x60\xf7\xf3\x52\xc4\x7d\x64\x01\x7a\xe5\x61\x4b\xcd\x6a\xdf\xf7\x21\xb3\x0f\x8b\xbf\x0f\x51\xb8\x65\x4b\xee\x03\xb5\x73\xa0\xc2\x7d\xb0\x06\x89\xbd\x75\xf7\x81\x51\x4a\x87\xf2\xe0\xd3\x0d\x14\x56\xb4\xe0\x53\x61\x9c\xd2\x4b\x51\xf7\x21\x5b\x32\x28\xb8\xea\x9d\x0a\x4b\x12\x83\x30\x36\x19\x57\xd4\x7d\x54\x0d\xb4\x3c\x5c\x6f\x25\x50\x1a\xd8\xa4\xae\x2e\x7a\x1f\xc2\x51\x55\xe1\x57\x99\xa8\x1e\xed\x82\xc9\xeb\x5b\x2e\x37\x4e\xd9\xb8\x0f\x50\x47\xb7\xb0\x04\x5c\x28\x5b\x66\x26\x51\x82\xda\x42\xaa\xca\x85\xff\xe5\x40\x7a\xe8\x1c\x17\xe8\x7d\x30\xc8\x43\x06\xef\x63\xa8\x7e\x03\x29\x0d\x89\x75\x85\x21\xc0\x8d\x5d\x48\xb7\x56\x6d\xb1\x64\xe9\x0e\x30\x43\x5a\xe7\x1d\xaa\x68\x6b\x23\x4c\x13\xce\xcb\x6a\xde\x2c\xcf\x1a\xec\x35\xbb\x03\xf5\x6e\x7a\x91\xed\xc8\x22\x0f\x16\xa4\x2e\xcb\x72\x47\xb8\x54\x5e\x70\xec\x8e\x40\xd5\x5a\x15\xe6\x3b\xe1\xaa\xb7\x88\x74\x5d\x26\xfa\x66\x1b\x5d\xcf\x6b\x6c\xb8\xb5\x8d\xae\xb1\x2d\xf6\x8e\x9d\xc9\xf8\xd5\x0c\xef\x88\x5f\x8a\x95\xbd\x77\x94\x1b\x07\xe9\x45\x4a\xce\x5d\xf1\x38\xcd\xa2\xc2\x20\xaa\x52\xf5\x30\xfe\x90\x4a\x09\xda\xe6\xb2\x86\xf4\xdb\x28\xb9\x0a\x93\xe9\x2a\x55\x3f\xf0\xd7\xac\x51\xe0\x8e\x27\xf3\xcb\x6b\xd4\xb8\xd9\x0a\xd7\xd5\x1a\xc4\xe1\x0b\x6d\x38\x69\xf5\x2a\x32\x4a\x00\x3e\x76\xbc\xdd\x89\x81\x98\x6d\xd3\x77\xce\xda\x81\x94\x08\xc3\xed\x03\xe1\xa2\xfc\x8d\x30\x7b\x62\xf9\x32\x16\xad\x74\x56\xb0\xdd\xb9\xb2\x38\x97\xe6\x99\x35\x03\x49\xa5\xb5\x0c\x84\xc5\xab\x77\x16\xde\xc0\x5f\x7b\x6b\x1d\x08\x13\xaf\x77\x1e\x10\xda\xdf\xdd\x7a\x75\xb3\x21\x6c\x48\x73\xf0\xfb\xae\xb6\x97\xe9\xe9\x31\x52\x5b\x99\x7e\x8e\x16\xb9\xf3\xd0\x94\x13\xd5\x92\xfc\x38\x55\xe1\xce\x43\xdf\xb7\xe4\x51\x60\xab\xcc\x2c\xdc\x05\xb6\xaa\xcd\x8a\x77\x91\xc3\x9b\xc6\x84\xa7\xa0\xb3\x7b\xfa\x2e\xb6\x7d\x90\x07\xe4\xa1\x49\x0a\xb3\x40\x9b\x6f\x2a\xb8\x9c\xda\x82\x4a\x77\x61\x88\x57\x5b\x2a\xda\x4a\xb8\x0c\xf1\xad\xdd\x56\x2c\xda\xbb\x0b\xfb\xdb\x18\x2b\x6f\xbc\x09\xa3\x2d\x44\x78\xe3\x4d\x08\x5a\x6f\x7d\x6b\xa9\xc9\x41\x43\xac\xf8\x34\xc4\xd0\xee\x8a\x0b\x48\x92\xad\x5a\xb8\xd4\x14\xa6\xb7\x2e\xcb\x7d\x57\x6a\xc4\x8e\xb8\xbb\x62\xf5\xf1\x39\xde\x72\x0f\xc0\xdc\xee\x26\xa0\xb1\x86\xca\xbb\x31\x02\xb0\x3e\xe9\x6e\x18\x74\x66\x25\x6f\x36\x88\x84\xce\xa6\x8d\x5b\x3b\x44\x0e\xda\x49\xd7\x66\x25\x2a\xd1\x8b\xe6\xeb\xd6\x8b\x3a\x05\x70\xb8\xc3\xdd\x31\x44\xb2\xab\x1d\x2c\x0a\x27\xbb\x3b\x18\x82\x9d\x6a\x77\x47\xcb\x47\xa2\xb0\x25\x96\xa0\x05\x60\x77\xc7\xdd\x8b\xbb\xfb\xee\x83\xa1\x07\xcd\x76\xed\x07\xc4\x26\x0d\x55\x02\x99\xda\x1e\x0f\x5a\x82\xd6\x3f\xb0\x95\xe5\x1e\x58\x40\x2d\x91\xbd\x07\x78\x8a\x59\x8a\x7b\xa8\xe5\xd2\xa2\x07\x58\x84\xd5\xf9\xf7\x00\xd2\xea\x2b\x07\xca\xc1\x87\x7c\xe3\xe1\x1f\x1d\x65\x8a\xe7\xe3\x71\xb9\xc5\xf3\x59\xca\x7d\x9f\xda\x92\xc5\x7b\xce\xaa\x15\x06\xe4\x91\x24\x68\x44\xa7\xd4\xa1\xf7\x30\xd8\x1e\xa8\xf5\x94\xd8\x17\xa1\xba\x4f\xa0\x1b\xbb\x2e\xee\x93\x71\x54\x9c\xf7\x3e\x9b\x44\xba\xa4\x72\xd2\xc5\xb4\x25\xf3\x3e\xb5\x21\x2b\x28\xcc\x6a\x74\xfa\xed\xd9\xb5\x14\x44\x61\x4d\x44\xad\x2f\x3e\xb5\xb1\xaf\x50\x32\x2b\x01\x18\x84\x6f\xe6\x03\x06\xa8\xec\xd6\x7c\x80\x3c\x92\x37\xf3\x01\x9d\x95\xfa\x37\xf3\x01\xa1\x83\x99\x6e\x26\x04\x06\xfc\xf5\xbe\xd8\xda\xc6\x5a\xe6\xfb\x32\xcb\x4b\x9e\x22\x8d\x67\xc2\x28\x70\x81\xc3\xfb\xc2\xa1\xab\xed\x0c\xf7\x25\xcf\x20\x43\x15\x7e\x81\xc1\x04\xe7\x7d\x61\xce\x58\x0b\x70\x5f\x12\x0c\x6d\xf6\x62\xa1\x58\x53\x55\xbb\x9a\x17\x2f\x55\x93\xc2\xa6\x5e\xf8\xea\x1a\x9d\xe8\xa2\x77\x75\x56\x1a\xdd\xda\x08\x72\x50\xbb\x3b\x33\x2e\xd2\xeb\x6e\x3a\x17\xab\x8e\xee\x3b\x4b\x8e\x8a\x07\x57\x16\x85\x59\x17\x80\x66\xb5\x4f\x83\x05\xa8\xf7\x2d\xed\x97\xdf\x9b\x33\xbd\x6f\xed\xc3\x5b\xe0\xfa\xbe\xb5\xa0\x8f\x8e\x61\x1e\x06\x86\x0f\x28\xff\x38\x00\x2e\x77\x13\x17\xa1\x10\xc6\x24\xed\x5b\xbe\x6f\x69\x97\x16\x60\xf3\x23\x18\x9e\x9b\x09\x32\x6d\x54\xba\x6f\x06\x22\xf6\x69\xdd\x62\xdb\x81\xb1\x47\xdc\xad\x32\xde\x3e\x1a\x93\xe8\xb6\xcc\xe8\xf6\x8c\xed\xd0\xcc\x2d\x27\x11\xdd\x53\xed\xad\x00\x32\x26\x26\xbd\x1e\x4a\x60\xf8\x64\xa0\xd7\x6e\x01\x61\xaf\xa9\xc5\x72\x98\x57\x21\x68\x19\x27\x90\x72\x67\x4b\xf2\xfd\x6a\x72\x80\xc2\x5e\xe4\xc7\x66\xd3\x1b\x3c\x3b\xd8\xfc\x74\x03\x55\x5b\xa3\x72\x2f\x5b\x36\x3a\x33\x22\xf7\x0b\x00\xa8\x40\x0f\xb0\x6a\x63\x77\xc5\x0d\x0c\x1d\x6c\xaf\xbf\x5f\xd5\x9a\x09\x84\xfb\xa5\xd6\xec\xc1\xbd\x5f\x11\x16\x5a\xbd\xe0\x26\x47\xb4\xdc\x2f\xbe\x64\xf6\xfc\xdd\xef\x60\xfe\x00\x23\xf4\xf2\x35\xac\x5c\xb8\x99\x35\x09\xbd\xa2\x76\xa6\x4d\x06\xdb\x53\x1f\xe0\x63\x1b\xcb\x14\x3e\x20\xc3\xc6\x1e\xdc\x47\x68\x90\x13\x83\x1e\xa6\x37\x3a\xdb\xe2\x9f\xc3\x3c\x69\x91\xb0\xbc\x96\xe4\x07\xce\x33\x13\xf7\x80\xed\x42\xa7\x7d\x3e\x87\x96\x76\x2d\x0b\xf3\x30\x8b\xd1\x71\x9e\x3e\x9a\xc5\xe8\x0c\x78\x8f\xd6\xbf\x73\x58\xc6\x13\xcc\xfb\xbc\x32\x81\xa4\x5a\x5b\xda\x7f\x00\x52\x1d\x38\xff\x08\x48\xb1\xf2\xf1\x09\xac\xe8\x60\x19\xf1\x13\xf4\x52\xf6\x78\x3c\xc1\x9a\x4e\x20\xac\x29\xa7\xf1\x87\xdf\x1e\xa6\x27\x46\x5d\x48\xe5\x89\xa0\x90\xb1\x10\xc6\x13\xe5\xf2\x25\x7f\xc4\xbb\x4d\x57\x7d\x22\x54\x87\xbd\x46\x4f\xb4\xf9\x99\x4e\x58\xb0\x28\x11\xd6\x76\x07\x85\x55\x89\xa1\x1f\x2f\x46\x98\x02\x1a\x24\xfb\x68\x84\x05\xf9\x28\x8c\xa5\x27\xec\xc1\x7c\xa2\x76\x98\x2b\x6c\x24\x33\x13\x86\x64\x1e\x54\x08\x4e\xf1\xd5\x1a\x92\x89\xef\xf4\x01\x6b\x0d\xce\x10\x79\x12\xdc\x81\x75\x44\x8f\x4e\x17\xc8\x6b\x54\x78\x52\xe6\x9c\x90\xb1\x86\x82\x27\x65\x2d\x79\x52\x98\x99\x81\xc5\x0b\x1e\xd6\x81\x0f\x7a\xe3\x93\x34\x33\x40\xad\x13\x00\x0b\x47\xd4\x93\x8a\xac\xdc\x20\x7c\xf3\xd2\x42\x69\x45\x2f\x4a\x84\xf5\x39\x14\xc0\x6a\x5c\x76\x91\x3d\x3a\x83\xa0\x73\xe2\xcc\xc3\x19\x04\x03\x1f\xfc\xa3\x33\x08\xfa\xf7\x04\x73\x0c\x91\x84\x2e\x57\x28\x4f\x8b\xdf\x23\xed\xd4\x85\xe7\xa8\x86\x26\x2b\x69\xa8\xcc\xff\x84\x3e\x46\xfc\x1d\xe3\xf6\x30\x3b\xd4\xab\xbd\x6d\xea\x29\xfd\xd0\x1e\x58\x5e\xcd\xdc\xa4\x00\xca\x93\x34\xcd\x5f\x94\x10\x95\x40\xa1\x43\xcd\x89\x0a\x6b\x73\x78\x47\x19\x43\x07\x08\x0d\x25\xb0\x8b\x31\xf1\xe9\xb6\x6b\x5c\x0f\x9f\xca\xa4\xd7\xea\x53\x90\xb4\x36\x65\x4a\x1b\x74\x64\x6d\x62\x7d\xd2\xa9\xdd\xbe\xeb\x4d\x19\xe0\xa3\xcd\xa4\x4f\xce\x5a\xab\xd0\x09\x83\xe9\xd6\x00\xf1\x64\xc6\x41\xed\x13\x7d\x32\xf0\x6b\x24\x3d\xc0\xd4\x11\xed\x3d\x33\x42\xe4\x65\x2a\x1e\xad\x15\xaf\x55\x61\x90\x52\x22\x0f\x5b\xba\x34\x7c\x3f\x82\xdd\x83\x36\xae\xf5\xe1\x7d\x0d\x9c\x4f\xa6\xc7\x0e\x0b\xab\xb0\x4a\x98\x93\x1c\xf4\xa2\xaa\xef\x41\xf9\xb9\x69\x13\x04\xdf\x83\x1f\x40\xb0\xe3\xd1\x9a\xf0\x61\x61\xce\x22\x02\x2d\x3c\x3a\xb4\x81\x29\xe6\x47\x73\x70\x4c\x6d\x3f\xac\xfc\xee\xc3\xde\x0a\x13\x40\xa5\xcc\xcd\xb5\xae\x78\x68\x3d\x5b\x31\x1f\xe6\xe9\x64\x1e\x9f\x0c\x6f\x62\xdd\xf6\xa3\xb5\xdd\x45\x42\xa5\x9b\xe6\x41\xb5\x57\x4b\x0b\xda\x65\xf1\xe4\x8e\xb1\xe8\x7c\x27\x8d\x89\x93\xf7\x1e\x3b\x2d\x62\x50\x21\xb5\x25\x69\x61\x48\x55\xf4\x16\xe8\x45\x1f\x99\x17\xd1\xe1\x41\x63\x8f\x8e\x94\x18\x85\xd2\x18\x29\x6b\xa6\xd6\x8c\x94\xda\xe1\xf0\x64\xda\xd8\xc8\x0a\x83\xfb\xb3\x5e\xaa\xd2\x78\xf8\x54\x69\xd8\xa9\x22\x7b\x47\xe7\x17\xb3\x60\x45\xf7\x53\x74\x16\x09\x32\x85\x58\xf4\x60\xf1\x7c\x33\x9f\x53\x8a\x5e\xd4\x78\x91\xa6\xf9\xa8\x85\xce\x6b\x60\x1e\xfd\x29\x45\xd5\x6b\x7a\x82\xea\x15\x4a\xb3\xed\x7d\x7a\x40\xd2\xa3\xf7\x6b\xd6\x52\x4a\x2f\x45\x73\x59\x7a\xd3\x54\x26\x3d\x2d\x24\x48\x9d\x70\x62\x56\x65\x02\xb3\x4a\x4a\x85\xe6\xc6\xd9\x35\x0f\x04\x27\xe8\xcc\x82\x47\x0c\x07\xa4\xfd\x14\x5c\x50\x25\x28\x13\x2e\xa8\x35\x02\x3f\x85\x31\x4b\x1b\xe4\x9f\x42\x03\xc5\x31\xfe\x68\x61\x3d\x6e\xd8\xa7\x34\xed\xb3\xe3\x1b\x8c\xbf\x53\x8b\xc6\x22\xa6\xa6\x30\x8d\x9b\xd1\xa2\x30\x94\x6b\x77\xe4\x53\xba\x16\xe5\x65\xc2\x70\x05\x5a\x4f\xc1\x73\xa9\xad\x92\x4f\xd1\x21\x2a\x85\x2a\x31\xab\xa1\x8d\x99\x4f\xe9\x32\xe1\x54\x89\xe3\x08\xb4\xf3\xf1\x29\x3a\x5e\x25\xff\x9e\xf3\xed\x29\x6a\xb2\xcc\x9a\x3f\x85\x55\xe5\x43\xea\xc3\xe1\xa9\x95\x33\x4f\x01\x97\x0e\x7d\xba\x48\x46\xa2\xf6\x72\x20\x80\x19\x0a\xcd\x91\x13\x51\x1e\x1d\xa5\x31\xa4\x7b\x6d\xbe\x6d\x8a\x3f\x79\x69\xa0\x04\x8c\xd9\x00\x34\x14\x6b\x9a\x64\x52\xd3\xc4\x75\xfc\x40\x19\xfb\xa8\x95\x30\x9d\x3f\x30\x62\x55\x26\x59\x98\x5a\x7c\xaa\xe6\x71\x8b\x1e\xc0\xa4\xd0\xae\xeb\x1a\xe1\xd6\x03\x99\x1f\x9c\x3e\x53\x1b\x61\xc4\x03\xa6\xa9\x59\x4c\x4c\xe1\xa9\x07\x94\x89\x3a\x61\xe5\x98\x14\xef\xec\x98\x7d\xaa\x26\xf2\xe8\x15\xd5\xd6\x8e\xf1\xb0\x1a\x39\x33\x04\x0f\x7b\x15\x3a\x53\xa8\x4f\x95\x59\x0c\x2a\x42\x66\x11\xf0\xc2\x94\xfa\x4a\xd0\x6b\xb5\x18\x99\xba\xaa\x2b\xc0\xf6\x1e\xe6\xd4\x3b\x7b\x00\x9e\x4a\x57\x18\xf4\x97\x6a\xa7\xfd\xa8\x88\x57\x0f\x90\xa9\xca\xb9\x42\x71\x74\x05\xa8\xcc\x53\x35\xc1\x0e\x0c\xaa\x2c\x9d\x65\xcf\xc4\x53\xab\xb4\x92\xf5\x80\xb4\x82\x04\xaa\x24\xc0\x4b\x9b\xb4\x82\x55\xa9\x3a\x21\xa7\x29\xcc\x7a\x21\x55\x55\x56\x58\x50\xa0\x62\x85\x05\x23\x2a\x56\x78\x34\xc5\x03\xe4\x55\xef\x26\xd1\x60\x01\x2b\x9d\x47\x10\xac\xea\xa0\x21\xfa\x7f\xc5\x0c\x0f\x2c\x4c\x55\x57\xa0\x53\x55\xcc\x70\x52\xc9\xf4\x04\xce\xe0\x79\xaa\x5a\xab\xc4\x4d\xab\x0c\xfa\x4e\x0d\xab\x98\x8b\xa6\x19\x1c\x94\xd8\x00\x42\x1c\x25\xfc\xe8\xb8\x13\xf8\xca\xd3\x58\xe2\x22\x34\xc2\x02\x86\xa0\x65\x97\x4f\x2b\xda\x56\x53\x09\x53\x39\xec\x51\xd3\xc2\x91\xa2\x3c\x6a\x0d\x43\x6f\x62\x57\x13\xfd\x84\x25\x0f\x7d\xd0\xe3\xd9\xb9\xd2\x99\x84\x7b\x5a\x95\xe9\x68\x84\xb5\xdc\xbb\x10\xc6\x63\x8b\x24\x1a\x62\x14\xf2\x6d\x62\x0a\x8c\x23\x8d\xb9\x51\x4e\x4a\x7a\x38\xaf\x64\x34\x3a\x71\xb3\x33\x70\x78\xbf\xb6\x8c\xe8\x8b\xd5\xb9\x71\x01\x3d\x1c\x51\xd2\x59\x8f\xfc\x34\x0d\x48\x9d\x87\x87\x74\x46\x45\x87\x0e\xb7\x64\xec\xd0\x96\x19\xf6\xa8\x3e\x5d\xeb\xb7\x11\x4b\xb7\x19\x6e\xe2\xc7\xf1\x9d\x4d\xf8\x74\x06\x33\x56\x73\x3d\x38\x4a\x82\xf6\x47\x3c\x5d\xa3\x19\x23\x58\xd7\xc1\x4f\x55\xf1\x58\x54\x2c\x43\x97\x3b\xac\x29\x0f\xf0\x87\x71\xbd\x0f\x61\x93\xdf\x63\xa9\x8f\x3c\x2d\xc5\x0a\x11\xf0\xcc\x84\x5f\x96\x60\x50\x2b\x99\x1c\xf5\xb1\x91\xed\x47\xe1\x07\x75\xc7\xfe\x8c\xac\x0d\x4e\x8d\x70\x52\x26\x25\xb0\x7c\x0e\x55\xb0\x99\xa5\xb1\xa6\xe2\x19\x99\xc9\x3a\x9a\xc0\x60\xc1\xa1\xb6\x5e\x3c\x23\x33\x5b\x57\x94\x89\x56\x79\xa8\x68\xad\x23\xe9\x84\x2f\x3d\xa0\x1f\xac\x2c\xec\x0a\x43\xce\xa2\x5e\x84\x0d\xb0\xea\x69\x93\xd6\x92\xe0\x28\xf6\x0d\xfa\x81\xdf\x12\xa3\x3b\xb4\xfe\xfa\x50\x98\x2d\x2c\xb0\x0a\x9d\x27\xc2\x14\xdd\x33\x60\x79\xd1\x9e\xa5\xb3\x46\xe5\x61\x25\x21\xba\x1e\x4c\x13\x6b\xd7\xd1\x33\x6c\xc2\x51\x0f\x43\x5b\xb0\xbf\x43\x66\x8c\xad\x27\xcf\x10\x06\x54\xc9\x90\x27\x36\x52\x3c\x83\xfe\xc0\xf1\x62\xcf\xa8\xac\x31\xc4\x72\xb1\x13\x28\x68\x6b\xcf\x33\xb4\xc5\x8b\x1e\x37\xe0\xd4\x42\xc7\x43\x03\x34\xd3\x0a\x8f\xed\x17\x52\xbd\x85\x20\x99\x56\x78\xf0\x97\xf5\x4c\x7b\x1a\x42\x90\x4c\x25\x3c\x83\x61\x3c\x59\x82\xb6\x23\x2b\x1e\x68\x65\x61\x00\x24\xc3\xea\x90\xe9\xea\x8a\x97\x42\x8b\x12\x38\xc3\x26\x2b\xcc\xac\x02\xa8\x9e\xd3\x55\x3a\x3b\x35\x9f\x01\x25\xe5\xc0\xef\x67\x80\x07\x38\x97\xf1\x19\x5d\x1b\xf6\xa8\x84\x76\x0d\x62\xc6\x06\xa0\xb1\x63\xf6\xd8\xc2\x34\x38\x0c\xf6\x19\x5a\x9a\x80\x2d\xc5\xcb\xd7\x99\x60\x78\xb4\xb5\x89\x0d\x0d\xcf\xd0\x0e\x19\x38\xc0\xd0\xb9\x56\x58\xa8\x21\xdf\xb9\x3e\x86\x99\x8d\x91\x9a\x1e\x66\xa3\xaa\x84\x8a\x8b\x60\x1c\x7a\x58\x72\xa4\xff\xb1\x90\xa8\x67\xfa\xe8\x69\xbd\xa4\xe9\x87\x0e\xa4\xaa\x84\xe9\x25\x34\xfa\x53\x0b\x6b\x0f\xe5\xa1\xd9\x52\x55\x9c\x90\x9d\xf3\xa2\x1e\x56\x13\x37\x61\x0b\x1c\x89\x9d\x75\x6e\x0f\x8b\x87\x3a\xeb\xca\x1f\xdc\x7f\x83\xed\xf8\x0f\xab\x76\x3a\x87\x53\x3d\x97\xe0\x16\xfd\xe8\xd2\xc2\x23\x60\xd8\xc5\xa4\xbf\x60\xd8\x35\x44\x30\x57\xfe\x9b\xe9\x79\xd9\x58\x5c\x5e\x83\x39\x9b\xe7\x66\x2e\x87\x19\xf0\xe7\x66\x26\x8c\x59\xae\x87\xf5\x3b\x61\xe0\x2b\x7a\xb4\x69\x87\x03\x05\x9f\x9b\xf9\xf9\xc1\xc2\x85\xe7\x96\x9f\x22\x29\xcc\xda\x21\xbe\x80\x03\x4f\x74\x3c\xea\x73\x43\x7f\x65\xe9\x59\xe5\x33\x34\x62\xb2\x7e\xa7\x71\xe2\xd0\x63\xcb\x77\x30\x29\x37\x53\x64\x2d\x95\xdf\x33\x6f\xac\x39\xee\x59\x85\xc3\x7a\x39\xac\xee\xb1\x05\x2f\xe0\x3a\x16\xbc\xb4\x41\x6b\x60\xc1\x4b\x67\x3f\xff\xa3\x43\x55\xaa\x3e\x82\xf5\x10\xa3\x42\x33\x38\x55\xc5\x9a\xf6\x6d\x9b\xad\x78\x11\xcd\x27\xeb\x61\x6d\x3b\x04\x1c\xb0\xbb\x67\xb0\x2c\xf7\x61\xc5\xc9\x48\x60\xbf\x47\x9b\x8a\x79\xf6\xd1\x1a\x63\xfa\xf6\x83\xc4\x58\x79\xf9\x3c\x48\x8c\x99\xba\x47\x0b\x51\xd8\x38\xf6\x68\x21\xca\xa8\x59\x0f\xd3\xa7\xaa\xc2\x8c\x57\xb8\x85\x1e\xe1\x1e\x4e\xa7\x7a\x1e\xcd\x3d\x02\x09\x59\x42\xbd\x12\xc8\x85\xc0\xd9\x3f\xf4\x3c\xe2\x00\x38\xd2\x9e\x07\xdb\xc3\x5a\xe7\xe7\xa9\xaa\x13\xf5\xae\x7c\x03\x6a\x67\x63\x51\x30\xcf\x90\x2d\x6a\x01\x04\x3d\xb2\x2a\x40\x8b\x47\xab\x1a\x68\x34\x0f\xde\x70\x8e\xe0\x7c\x1e\x5b\x92\x48\x58\xb8\x5f\xe2\x66\xed\x4a\x93\x7f\x80\xa5\xdc\x23\x59\xbc\xce\xf4\xa5\x16\x5d\xc7\x68\xf2\x09\x72\x62\x64\xc5\x63\xe8\x31\x00\x8f\xe6\x17\x50\x33\xab\x55\x9a\x48\xe3\xa3\x59\xb8\xa0\x3c\xcc\x03\x49\xc2\xb8\xbc\xc4\x18\x1e\xf5\xed\xaa\xcf\x97\xd7\x80\xae\x31\xed\x3c\xad\x44\x98\x89\xe1\xa6\x78\xd0\x2e\x15\xd5\x06\x1f\x79\x61\x58\xe9\xd2\x59\xbb\xff\x4c\x8d\x42\xd8\x0b\x1d\xde\xc2\xf1\x58\xcf\xd4\x58\x20\x6f\xde\x94\x8b\xb9\x2b\x13\xb2\x06\xd2\x4e\xb1\x3b\xe6\x42\x1f\x2d\x51\x61\xb6\xec\x99\x55\x9b\xcd\x79\xa0\x6a\x71\x38\x35\xd2\x5c\x30\xc6\x7c\x36\xdc\x82\x28\x56\x0e\x5f\x35\x24\x56\x65\x0c\x4e\x51\x7d\x6c\xc9\x04\x7e\x12\x2d\x99\x18\xf2\x6c\xb2\x64\xa2\x73\x98\xe7\xf3\x8a\x67\xb0\x25\xef\x79\xb3\x36\xfd\x34\xc2\x5a\x18\xbd\x3e\x01\x2f\x6f\xc7\x9b\xfb\x70\xa2\x4a\x18\xcc\xb4\x3d\xaf\x9c\x5b\x98\xff\xb7\x50\x55\xec\xe2\x2b\x54\x4e\x27\xd4\xda\xf8\x8a\x0d\x7b\xd9\xfe\x3e\x04\x44\x5e\x99\x83\xa6\x4c\x4d\x09\x54\x43\xe8\x10\xb1\xbe\x55\xe7\x22\x2d\x7d\xe2\x48\x6e\x1c\x36\xfa\xb0\xe6\xa1\x27\x8b\x07\x4b\x03\xde\x58\xf2\x10\x06\xdb\x69\x9e\x57\x9b\x34\x82\x32\x5d\x4a\xa0\x7e\x5a\xf4\x80\x55\xd2\xa2\x87\xd1\xf5\xd5\x5a\x90\x47\x13\x7b\x75\xb4\x27\x0e\x4a\x16\x3d\x8c\xa8\x7a\x77\xec\xa1\x2c\xe8\xab\x36\x5c\x14\xc6\x6f\x3b\x94\x89\xd5\x10\xcb\x3c\xcd\x43\xd8\xfa\x77\x37\x66\x4d\x16\xce\x77\x34\x3c\x59\x50\x80\xf3\x6e\x85\x71\x2d\x2f\xeb\x30\x0f\xad\xb3\x56\x3c\x33\xff\xf2\x02\x4f\xcd\xfc\x73\xa0\xee\xd4\xcc\xbf\xd6\x84\x4f\x66\xfe\x3b\x87\x03\xcc\x43\x56\xb3\xf2\x26\x8d\xb9\x0b\x42\xcc\x03\xaf\xdf\x60\x86\x7f\x1e\xc6\x7a\xc9\x04\xb6\xa5\x41\x4d\xf6\xf6\xac\x4c\xbc\x49\x87\x7f\x76\x9e\x66\x16\x70\xb0\xee\x7a\x6a\xd7\x0f\x3e\x9f\x79\x18\x7a\x5e\x6f\xd2\x51\x31\x00\xc4\x19\x64\x8b\x78\x38\x54\xb0\x7d\x24\x5e\x4b\x1c\x78\x0f\x1e\xee\xce\x59\x4a\x93\xc3\x58\x3a\x9b\x8b\x67\x60\xac\x64\xbd\xff\xe4\x50\xde\x30\xb0\xf6\x33\x88\x0c\x2c\x1b\x35\x03\xeb\x9c\x86\x6a\x11\x98\x5c\x63\x0a\x61\x06\x98\x41\xb1\xb7\x3e\xca\xc4\xab\xd8\x22\x92\xf5\x5a\x01\x77\x2c\xd6\xd4\xd1\x2d\x6c\xa8\x9d\x41\x0b\x07\x3a\x4f\xb3\xc6\x85\xed\x8c\x33\x08\x76\x24\x85\x41\x66\x8d\xba\xd2\x05\x33\xe2\x0e\x27\x57\x6e\xe0\x9e\x9c\x78\xe0\xd7\x8f\xcc\x0f\x15\x5d\x09\x47\x25\x14\x7e\x00\x17\x56\xcb\x9c\x31\xeb\x55\x4b\x64\xb1\xe8\x69\x25\x14\x3d\xcd\x03\x45\x4f\x87\xce\x0f\x2a\xbe\xfa\xd7\x8c\x40\x5e\xf0\xd8\x8c\x5a\x3c\xdf\x15\xcf\x7a\xf6\x46\xd1\x5a\xf2\xdf\x78\x56\x6b\x36\x96\xb9\x98\x78\xff\x3b\xe8\x7f\xb2\xec\xa2\x71\x7a\xe9\xc4\xfb\xdf\xa0\xaa\x33\xae\xd6\x1a\x0f\x3c\x4c\x33\x32\x13\x08\xca\x9d\xb1\xaa\x00\xbe\x53\x98\xf5\x50\x1e\xed\x74\xa2\xb0\x26\x9f\x3a\x9f\xd6\x84\x9c\x78\xe9\xea\x8c\xf1\x60\x66\x6f\xda\xae\x88\x46\x26\x66\x4e\xc1\xb8\x33\x76\xd5\x54\x79\xd8\x5f\xa0\xaf\x5c\x1d\x30\x1e\xb8\x18\x67\x04\x23\x71\x36\xc4\x64\x7e\x61\xb0\x53\x77\x46\xb5\xf4\xcc\xe7\x68\xf1\x42\x27\x8f\x74\x4e\xbb\x65\xb1\xc8\xe0\x80\xd7\x19\xa5\xf3\xae\xfc\xec\x96\xe8\x88\x05\xb6\xcd\xd2\xf7\xc9\x9a\x90\xc1\x16\xd3\x19\x45\xe2\x68\x54\x36\x35\x81\xb8\x12\xb8\x91\xd3\xde\x26\xcb\x40\x06\x73\x77\x33\x31\x31\x0b\xd9\x9e\x49\x7b\x1f\xaa\xc2\x28\x9f\x2e\x9c\x4c\xf9\xe8\x2c\x15\x9d\x6e\xc8\x4b\xa5\x63\xba\x70\xd2\xe4\x15\x95\x4e\xda\xd6\xd1\x15\xd6\x21\x30\xbc\x48\x0b\x76\xfa\x92\x62\xc2\xc9\x81\x3f\x6d\x72\x6a\x72\x3c\xf0\xd9\xcd\x04\x53\x60\xd6\x65\x26\xec\x2f\x5e\xa5\xa9\xa9\x0c\x3c\x87\x33\xc9\xc0\xa4\xdf\x5b\x1f\x32\x99\xcd\x18\xac\x7a\x9d\x9c\xa8\xbc\x4a\xd1\x1b\xb4\xf7\x92\x12\xbb\x56\x20\xf3\x49\x4b\x6f\xf1\xc0\x1d\x3a\xb5\x9f\xa5\x60\x1c\x98\x98\x18\x9c\xc7\x30\x99\x98\x88\x07\x47\x47\x4f\x4d\x4c\x70\x20\xc3\x64\x62\x62\x25\xe8\x07\x1f\xb2\xc6\x82\xc9\xc1\xcb\x2b\x81\x32\xb4\xf4\x88\xe6\xcd\x64\xc4\x28\xfa\xf2\xa1\xca\x22\xaa\xa1\xca\x46\x3d\xad\x89\x6b\x2a\x3e\x54\x8f\xd5\x97\x92\x3a\x38\x3e\xb1\xc9\x64\xc4\x28\x0b\x71\x4f\xe6\x22\x06\x27\x9c\xcc\x8c\xe6\x71\xa7\xcf\x8c\xe6\xd9\x4f\x39\x39\xce\x66\xc8\x2e\x65\x56\x41\xc3\x24\x66\x86\x3d\x00\xed\x26\xd3\x12\xab\x00\x12\x18\x54\x58\x19\x35\x39\xe7\x26\x1e\x1c\x8c\x33\x39\xe8\xa6\xb3\x0c\x69\x32\x79\x31\x38\xb4\x6c\x6a\x8e\x82\xe5\xb7\x33\x97\xa1\x07\x0a\x3f\x4e\x32\xe9\xad\x12\x78\xd6\x6b\x19\x76\xb0\x7c\x9c\x74\xb3\x12\x1a\x3f\xb4\x73\x92\xe2\xb0\x14\x6c\xdc\x98\x9c\x6e\x33\xd8\x74\x38\xb3\xac\x43\x22\xac\x46\x64\x61\xc9\xbe\xea\x07\x0f\xe8\x45\x4d\xb2\xa7\x80\x86\x6f\x40\xd2\x63\x91\x45\x91\x54\xd5\x80\xe8\xaf\xd9\x1a\x10\x16\x51\x3b\x8e\x58\x4b\x35\x59\xc7\x14\x0f\x76\xab\x4c\x5b\xc7\x44\xcf\xd1\xb4\x06\x5b\x91\x66\xee\xaa\x2a\x25\x70\x18\x1c\xd3\x3a\x93\xe9\x8e\xc1\x42\x81\xc9\x51\x36\x83\x39\xa4\xc9\xac\xc6\x60\x75\xf4\x64\x56\x63\x15\x40\x55\x31\x21\x41\x55\x92\x8f\xa7\x52\x30\xe6\xa1\x48\x5e\x2c\xa5\x63\xcf\xe5\xcc\xd6\x4a\x18\xfb\x34\xd1\xa0\xf1\xa4\x64\x6e\xd0\x61\x67\xf5\x2c\x6a\x02\x39\x12\x46\x00\x0b\x0e\xcf\x92\x45\xfb\x33\x61\xda\x1e\x06\x8e\x99\x89\xc1\xd2\xb8\xc9\xc4\xc4\x60\x99\xd3\x64\x32\x62\xe0\x66\x9f\xcc\x45\x34\x16\xf4\xcd\x52\x28\x8c\x39\xe6\x59\x68\x19\x4c\x9a\x4e\xe6\x22\x7a\xb0\x17\x3d\xca\x44\xc9\x45\x27\xcc\xf1\x26\x6d\x41\xa7\x2f\x31\xb5\x30\xd8\xbb\x37\x59\x3c\xd5\xba\x4a\xd6\xfe\x91\xca\xb3\xe6\x80\xe5\xa5\x78\x34\x40\xb4\x93\x29\x87\x78\x00\x38\x27\x53\x0e\xa3\x44\xc2\xd6\x2e\x10\x05\x74\xa3\xa2\x9d\xd2\x54\x6d\x1a\x46\x91\x09\x2a\xbc\x95\x46\x92\x55\x9a\x1a\x09\xc6\xb8\xa8\x2d\xb0\xe0\x66\x16\xe3\x21\x4a\xc0\x36\xc0\x62\x66\xd1\x76\x0b\x86\x07\x66\x13\x06\xab\x72\xa7\xa6\x02\xba\xbe\x5f\x8b\xe0\xc6\xef\x9d\x62\x39\xf1\xfb\x0f\xa6\x46\x27\x6e\xff\xc1\x71\x14\x53\x67\x0f\x71\x9e\xd6\x2c\x6a\x04\x6c\xa7\x98\x72\xfb\x73\xd4\xcf\xac\x32\x03\x8b\x38\x4e\x39\xf1\x39\x98\x79\xea\x2c\x6e\xce\x21\x98\x55\x7b\xcd\xf8\x24\x6d\x60\x63\xe5\xf5\x94\x1b\x9e\x4d\xae\xb3\x9a\x7e\xe9\x03\xb8\xe1\x87\x2c\x82\x36\xb0\xe1\x44\x9b\x55\xdd\x18\xc9\xca\x47\xae\x06\x87\x8f\x3c\x1e\xac\x18\x9f\xf8\xc8\x07\xa7\x26\x4e\x79\xb6\x2b\xd6\x0e\xcf\xf6\x38\xf8\x9c\xaa\xae\x8b\x69\xa9\x4c\x65\xb3\x24\x62\xd6\x86\x35\x61\x4d\xf0\xac\x52\x4b\xd0\x8b\xe8\x10\x55\x2f\x9a\xca\x44\x82\x5d\x7c\x80\x5c\x7a\x50\x02\x1f\xaa\x15\xc8\x98\x10\x7c\xe4\xf1\x60\xc5\xca\xac\xb8\x42\x70\x4e\x4c\x73\x92\x17\x85\xbb\x32\xe9\x55\xaa\xa0\xc2\xd4\x03\xb3\x51\x35\x28\x48\x4a\x70\xff\xd2\x15\xe6\xa3\x19\xe7\x2b\xb3\x8a\x6a\x72\x55\x3a\x64\x04\xac\x8c\xe7\x05\xb8\xd4\x64\xc9\xe9\x5a\x4d\x5d\x17\xf5\xe0\x61\x1f\x85\xf1\x5f\x67\x85\x17\x00\x4c\xd3\xae\x36\x30\x42\x93\xf1\xe6\x18\xa0\x29\x6f\x3b\x93\x24\xb3\xc9\x78\x03\xa3\xf0\xb6\xaf\x4c\x7a\x82\xde\x81\x90\xb4\xc1\x90\xfd\x74\x53\xe7\x83\x73\xec\xe7\xc4\xdb\x1e\x0f\x41\x66\xdc\xed\x83\xa3\x10\x66\x13\x52\xc3\xd5\x38\x1b\x48\xad\xa8\x1e\x4d\x23\x50\x25\xac\xb1\x8f\x12\xba\x56\x50\xf2\x0d\x26\x79\x84\xd7\x24\xf9\xc8\x03\x32\xa7\xb4\x55\x1d\x28\xce\x4a\x90\xa9\xa3\xc2\x45\x1f\x70\xd0\x0f\x8e\x06\x98\x4d\xe3\x37\x20\xac\x01\xbc\xb8\x57\x66\x36\x75\x1e\x06\x87\x06\x4b\x8f\x34\x98\x2e\x01\x03\x92\xb4\x7b\x91\xd3\x25\x26\xbb\x17\xe3\x81\x3b\x7a\xda\x49\xd7\x68\x87\x63\xa9\x06\xbc\x71\xf6\x7c\x2a\x93\x9e\xa6\x16\x87\x9e\xa6\x16\xc0\xb0\x6e\xb3\x5b\x3c\xac\x11\x11\x7b\xd0\x35\x22\xb2\xfa\x63\xb2\xc7\x71\x70\xc8\xf6\xec\x4c\xb6\xb2\x07\x79\xf6\x8a\x5c\x58\x8f\x3b\xbb\x2c\x22\x66\xa6\xb3\x7a\x91\x19\xf3\xd9\x35\x0a\xd2\x19\xba\x46\x41\x8e\xa9\x9c\x5d\xd6\xae\xeb\x01\x4a\x00\xac\x75\x9d\xcb\x46\xab\xea\xea\x0c\x6c\x5b\x9d\xda\x20\xc9\x82\xaa\xd9\xad\xcd\x23\x00\xb5\x79\xce\x59\x9c\x5d\x6d\x1e\x6a\xd4\xed\x3c\x65\xbd\x49\xbb\xa4\xf8\x68\xf9\x1a\x8b\x5e\xc4\x21\x34\xe3\xf7\xa6\x51\xe7\xb0\x03\xf0\x57\xd5\x87\x61\x4e\x85\xd1\x85\x88\xc5\xd0\xe9\xb7\x54\x0b\x5f\x7a\x17\x0b\x1a\x3a\xf5\x87\x2e\xca\x59\xde\x8d\x03\x03\x27\x67\x79\xaf\x87\x0b\x3f\x18\x53\x95\x09\x94\xca\x4c\xf4\x64\x03\xe8\xca\xa4\x1f\x1c\xfd\xc2\xf0\x37\x74\xe8\xa7\x3d\x20\xd1\xd2\x16\x71\xb2\xf7\x9a\x14\xae\x4a\xe8\xfc\xe0\xa8\x26\x4c\xd6\xa0\x7b\x70\x4c\xd2\xc4\xe1\xde\x39\x30\x73\xca\x1b\x2e\xc2\x86\x37\x3c\x1e\x02\x68\xb6\x0e\x15\x23\x8a\x37\x7c\x74\x7d\x44\xd3\x31\x20\xbc\x88\x95\x3b\xe2\xc7\x78\xc3\xbb\x7a\xf8\x90\xb9\x13\x02\xc4\x1d\x3e\x38\xf4\x71\x0e\x48\x0d\x8b\xb5\xe6\xe8\xfa\x36\x6a\xaa\x35\x93\x5d\xf9\x39\x64\xa5\x2a\xac\x5d\xdc\xca\x0f\x32\x14\x0a\x93\x9f\x9c\x15\x70\x73\xe8\xec\x1e\x89\x9e\x7e\x16\x54\x6b\x9d\x47\xca\x90\x30\x20\x38\x02\x64\xf8\xcf\x07\x8b\x0d\x27\xfe\xf3\xc1\x8e\xa8\x89\xff\x7c\x15\x40\x4d\x75\x7c\x45\x51\x61\xfa\x1c\xc6\x76\x1c\xe8\x9d\x9d\x6f\x13\xff\xf9\x10\x3a\x3b\x6d\xe3\x6a\x26\xac\xb3\x6f\x02\x61\x4a\xc3\xfc\x9e\x74\x58\x4e\x10\x9a\xa7\xa6\x86\xb0\x82\xa7\xb6\x1e\xd0\xa8\x4e\x99\xca\x62\x09\x7c\x0e\x36\xfd\xe4\xf8\x5f\x4e\x30\x9c\x5a\xe8\xdb\x2d\x9e\x97\x62\x1d\x4f\x1d\x90\x4c\xdb\x39\x85\x04\xf9\xcc\x53\xf7\x68\x24\xc5\x03\xed\xf5\x7e\x93\x29\x2d\xf2\x94\x1b\x04\xe3\xc8\xe9\x5c\x3d\xea\xcb\x58\x7e\xc2\xd6\xdb\x79\xea\x40\x08\xfa\xc5\x25\x7e\xcf\x84\xf5\xbc\x98\x31\xe0\x68\x8d\xa9\x35\xb9\x9c\xe0\x39\x75\x14\x07\x87\x29\xcc\x4b\x1b\xe2\x18\xdf\x2e\x19\x7b\x8e\x54\x9f\x57\x51\x0b\xe6\x45\xb6\x29\x45\xf1\x68\x84\xf5\x73\x53\x0b\x74\x05\x27\x34\x67\xc0\xb9\xe8\xf3\x52\x87\xe1\xec\xd4\x79\x55\x6d\x76\x57\x02\x13\x85\x18\xf5\x4b\x47\x9b\x82\x1b\xae\xa6\x07\xe8\x30\x97\x56\xeb\xc1\x80\x2e\x6d\x7f\xa5\xb5\x69\x26\x02\xc7\xe2\xbc\xe0\x7e\x4c\xdc\xcd\xab\xeb\xdb\x78\x29\x7b\x4d\x59\xb5\x3e\xed\x08\x11\x0a\xb0\x39\x03\x2c\x94\x4e\x00\x13\x8d\xb8\x65\x66\xd9\x6f\x3d\xb5\x2a\x97\x55\xa8\xf3\xd6\xe7\x58\x18\x73\x85\x2c\x6e\xdb\x00\x45\x58\xe7\xc9\xd0\xa6\xe4\x9e\x97\xfb\x05\xb7\xfa\x60\x57\xe2\xd4\x99\x23\x3d\xfe\xde\x51\xbd\x53\x07\x92\x70\x94\xe0\xc4\x67\x3e\xe4\x9b\xc2\x67\x1e\x0f\xae\xeb\x99\x8f\xad\x99\x1f\x84\x31\x6f\xa0\x5e\x9d\xcc\xc5\xc1\xfd\xf3\x3b\xc1\x84\x9a\xc8\x4f\x4e\xf7\xc1\x4f\x1e\x0f\xfc\x98\xf3\xd1\x04\x1a\x83\x9c\xed\xc6\xc4\x94\x3c\xe2\xae\x02\x3c\x8f\xce\x54\x41\xa5\x8f\xb9\xa0\xf8\x56\xed\x5d\x89\xca\x53\xf5\x40\xe5\x07\xfb\x0a\x80\xc6\xac\x13\xee\xc5\x4a\x18\x2c\xd8\x54\x09\xf0\xec\xaa\xf8\x4b\x0f\x53\x57\x88\x2f\x0b\x5f\xe7\x23\xe2\xcb\x72\xb1\x89\x3f\xbd\x0b\xa1\xe3\x4f\x5f\x09\xbc\x4a\xcb\x69\xe9\xc7\x53\x6b\x4b\xd1\xc5\xd4\x54\x19\xc5\x4d\x9d\x14\x4d\xc3\x67\x4b\x69\x63\x6a\x6a\x4e\x5d\x07\x70\xe8\x59\x76\xaf\x60\xea\xe4\x67\x67\x5f\xf5\x9c\x5a\x97\x4a\x97\xd6\x2e\x52\x26\x16\x26\x9b\x45\xb5\xca\x76\xb2\x59\x34\x1e\x6c\x0b\x9e\xec\x16\x1d\x1c\x34\x32\xa7\x96\x8e\xe8\xe1\xaa\x9b\x0e\xc8\xa3\xc5\xab\xb8\x51\xd8\xd8\xd9\x59\xb4\x32\xd9\xd8\xd9\x99\x04\x98\x53\x04\xa5\xeb\x0b\xaa\x5e\x44\x02\xce\x56\x0d\x3e\xda\xa8\x29\x38\xc6\x46\xcd\xc6\xed\x45\x93\xc5\xd7\xa3\x2a\x3f\xf8\x88\x6b\x85\xe6\xd4\x4d\x62\xa0\x91\x09\x3e\xe2\x2c\xba\xc9\x41\x33\xa3\xa2\x59\xb6\x63\xc6\x83\x1d\x77\x73\xea\x8e\x15\x7d\xb2\x6e\x00\x93\xb8\xb4\xd4\xb9\x2b\xcc\x17\x77\xe5\x51\x03\xa3\xa5\x4e\x1d\xfc\xa8\x92\x39\xf3\xb3\xa9\x64\xad\x07\x46\xd6\x9a\x10\xa8\x28\x99\x09\x81\x81\xbb\x7e\xda\x7c\x00\x30\xfd\xcd\x40\x1c\x8e\x8a\x9b\xaf\xce\x93\xa1\xda\x6f\xd6\xdc\x65\x21\x7c\x7f\x57\xfc\xcd\x57\x56\x4c\x4e\x61\xed\xb4\x14\xd1\x7d\xa5\x29\xb9\x35\x5f\x34\xc5\x2a\x80\xf9\xca\x31\x49\x77\x7d\xe5\x9c\xa2\xe7\x69\x3e\x80\x39\xa0\xf9\x0a\xbe\xb2\x74\x72\xbe\x72\x34\x62\xdd\xde\x7a\x29\x41\x4f\xe8\x0c\x2e\xea\xa4\xc1\x5a\x99\x9a\x0e\x39\x52\xbc\x1e\x00\x45\x69\xf9\x39\x7b\xa5\xe6\xab\xc1\x57\xd5\xeb\x74\x7a\x16\xf0\x4d\x1d\x1a\x2f\x3f\x13\x87\xc6\xaf\x04\xea\xc1\x39\x8e\xc3\x12\x64\xa3\xf5\xa6\x5b\x99\x28\x0f\x0f\x82\x9c\x51\xaf\xd6\x32\xeb\xeb\x74\x3c\x95\x1e\xd0\x1e\x6c\xfc\x4f\x1c\xf9\xd3\x39\x05\x61\xbe\xea\x86\x72\xbd\xb1\xaa\xbd\xb1\x75\xe9\x3d\x34\xce\xb0\x34\xec\x3d\x50\x5d\x88\xbf\xe7\x87\x7b\x8f\xac\xeb\x5b\x1a\x61\xe9\x75\x75\xd8\xf7\x50\x67\x0c\x0a\x73\xda\xd5\x92\xdb\x7b\xa8\x63\x66\x15\xa9\xcb\x52\x3a\x61\xc6\xcb\x4a\xe9\x3a\xd9\x7d\xc9\xfc\xd5\x31\x63\xdc\xec\xf3\xea\x5c\xa1\xaa\x67\x6d\x31\x74\x5c\x61\xa1\xae\xd5\x3c\x5e\x26\x38\x06\x27\xf2\xbc\x9c\x32\x36\x70\xf9\xbd\x07\xae\xc8\xc0\xac\xda\x7b\x34\xdd\x20\x48\x01\x3a\x85\x2e\xf2\x05\x20\x30\x0e\xe4\x79\x99\xeb\x88\x81\x15\x44\xef\xc1\xf4\x0f\xa7\x41\xbd\x87\x90\x56\xe2\xcb\xb4\x97\x5e\x5f\x2c\x65\x27\x6a\x04\x12\x38\xb2\xc2\x3a\xca\x41\x79\x04\x84\x78\x27\xb3\xc5\x5d\xef\x59\xf6\x3a\x06\x16\x99\xbd\xcc\x87\x34\xb6\xad\xbc\x87\x8e\xb0\x5b\x4d\xf1\xd5\x11\x41\x6c\x85\x7d\x83\x66\xd5\x51\x96\x1d\x7e\xbf\xfa\xdc\x1b\xb4\xb9\x7d\x75\xa7\x37\xac\x31\x2b\x06\x50\xc1\xcb\x4e\x80\xc6\xe1\x9c\xaf\x4e\xc2\xc7\x3c\xbc\x01\x37\x3c\xa7\x8f\xbd\x41\x03\x61\xe5\x61\xed\x04\xa6\x42\xda\x5e\x19\x54\x80\x89\x65\xf5\xea\x37\xd8\x45\x2b\x4a\x90\x83\xba\x12\x66\xc3\x2f\x0a\x0f\x88\x8b\xd3\x26\xdf\xd0\xf5\x99\x9d\xd2\x74\x14\xd7\x50\x38\x29\x81\x37\x69\x41\x67\xd7\x13\x45\x09\xd4\x49\x57\x2d\x04\x85\x1b\x09\x43\xb9\x74\x7f\x67\x24\xcc\xf6\x59\xf4\xa9\x49\x16\x16\x81\xbf\x9a\x58\x61\xd7\xf2\x1b\xb5\x8c\x7b\x75\xc5\x37\xae\x51\x3e\x06\x3a\xe9\x1b\x33\x93\x5a\x41\x09\x6c\xb7\x45\x3f\x9a\x00\xc1\xc5\xf3\x7e\x13\x20\x8a\x67\xdb\xf7\x62\xe8\x2f\xdb\x1c\x06\xec\xf6\x8d\x45\x1b\x83\x28\x4c\xe7\x80\x1c\x3c\xab\x56\x08\xe0\x7d\x63\xd3\x4b\x15\x66\x77\xf2\x32\x77\x2f\xdb\x19\xa2\xee\xda\x7a\x63\x13\x13\xd5\xd3\x94\x10\x29\x59\x3b\x55\x2d\x1e\x71\x27\xbe\x00\xe4\xc4\x5e\xeb\x37\x76\x7d\x5a\xa5\x1a\xda\x77\x47\x93\x8c\xb8\x23\x39\xf7\xed\xd5\x4c\x07\x67\x80\xbd\x51\x8b\xdd\x54\x23\xf0\x3e\x27\x1a\xbc\x9a\xb8\xe0\x00\xfe\x97\x89\x8b\x18\x80\xd7\x2f\xbb\x27\x06\xa7\x0f\xbc\xd1\xac\x8c\x1e\x7e\x94\xa9\xf3\x43\x67\x3f\xaf\x4c\xda\xb5\x8a\xf7\xfb\xe5\xfe\xc6\xc1\x61\x0d\xaf\xee\x6f\x64\xa7\xda\xab\x1d\x16\x38\x9c\x5e\x76\x58\xc4\xc0\x79\x8e\xaf\x76\x58\x00\xe0\xde\x24\xed\xd0\xab\xb4\xc3\x82\x3d\x72\x6f\xd2\x2e\x17\x64\x94\x74\x14\x16\xd5\x4e\x12\x6a\xb4\x1f\x20\xbb\xdf\xdd\xce\xf0\x26\x9d\x25\x54\x33\x61\x41\xc0\x46\x98\x3d\x89\x08\x47\x93\x09\xb8\x2a\x5f\x6d\x22\xc0\x57\xff\xb2\x57\x60\x70\xa6\xeb\x8b\x8b\x7d\x70\xcc\xea\x9b\x35\x4e\x21\xf0\xac\x2e\xca\x62\x85\x37\xab\x8b\x5a\xa6\x53\x09\xbc\x09\xb0\xce\x31\x8d\x2f\x9e\xf4\xa8\xeb\x8a\x5f\x1d\x1a\xcf\xf5\x91\xaf\xbc\xe7\xdc\x73\xf2\xb2\x47\x37\x06\x76\x53\xbf\x59\x33\xa4\x74\x4c\x79\xc9\x71\xf8\xbd\xf2\x80\xb3\x14\xe1\x95\x07\x3c\xe0\x93\x7d\xb3\x76\x6b\x2e\xfa\xf8\x66\xdb\x57\xc6\xc3\x43\x0e\x22\x1e\xd6\xc6\xd5\x45\x2b\xdf\xa2\xe5\x41\x94\x5c\xd4\x9b\xd8\xd3\xfc\xe2\x87\x1e\x7a\x51\xd1\x99\x3e\x0b\x2f\xbd\x5c\x50\x18\x43\xd2\x13\x45\x67\x59\x35\xc2\x5a\xc6\xa1\x30\xf0\x9e\xb6\x8b\xc7\x78\x80\xfe\x5e\x1d\xc6\xc5\xdd\x20\x6f\xd1\x92\x20\xcc\xaf\x9c\xbe\xb2\x88\x85\x8d\x42\xac\xc4\x78\xcb\xe2\x24\x31\xb0\x95\xe1\x2d\xf4\x45\x56\x82\xbe\x5a\x8c\x5e\x69\xec\xac\x1b\x1f\xf8\x47\x5e\x96\x8d\x0f\xf6\x8f\xbe\x2c\xed\x1e\xf0\x90\x97\xa5\xdd\x31\xb0\x0b\xe8\x95\x3f\x97\x53\xd9\x5e\x96\x76\x0f\x68\xf5\x5b\x24\x23\x8c\x1a\xee\xdb\x18\xd8\x55\xfc\xca\x7f\x0b\x5b\x7b\xf1\xd9\x0e\x56\x8d\xbd\xb8\x6c\x57\xa6\xc1\x0f\xaa\x37\x22\x61\x55\x49\xf1\x54\x69\xf1\xad\x97\x95\xda\x31\x80\x67\x5e\x96\x6a\x0f\x36\xf5\xbf\x95\x1e\x01\xaf\x7a\x6b\x96\xef\xbd\x13\x56\xbd\x69\xac\x55\xd2\xc6\x3c\xc8\x99\xcb\x72\xb2\xb7\x4a\xaa\xb4\xaa\x5a\x31\x52\x1c\x8b\xfb\xb2\x97\x78\x70\x5c\xee\x5b\x19\x5b\xd9\xfa\xfd\x56\xd6\xfa\xb0\x68\xea\x65\x5d\xb3\x96\x62\xbc\x55\x7d\x8e\xce\x5e\xd5\xe7\x38\x7f\xee\x95\x97\x97\x29\xdb\x97\xf5\xcb\xdd\xe2\x75\xaa\x2b\x92\xac\x3a\xd3\x0a\xcb\x8f\xa3\x35\x06\x26\x8e\xdf\x8a\x2b\x1d\x5f\xca\x5b\x75\xef\x29\xa8\xa1\xea\x9e\x40\xc6\xe8\xaa\x05\x2b\x40\x11\x2e\x93\x1c\xac\xfb\x78\xe5\x8d\x85\x70\xbf\x15\xa7\x84\xec\x3b\xeb\x9a\x63\xc8\x2a\x0d\x6f\x21\x6b\x3d\x5e\x5c\xb6\x2b\x41\xb9\xd4\x02\x14\x96\x24\x69\x26\x75\xa8\xbd\x51\x25\x28\x4c\x60\xc6\xf7\x95\x37\x97\x03\x02\xdf\xc6\x1c\x1d\xfc\xec\x95\x07\x97\x55\x23\x2f\x37\x3f\x0e\x8d\xc6\x4d\x77\xda\x30\x4a\x37\x79\x1c\x68\x0c\xdc\x02\x19\x03\x13\xa6\x6f\x13\xff\x64\xa4\xc5\x51\xbb\x12\x78\xba\xa8\xe2\x7a\x9a\xf3\xeb\x92\x32\x51\xef\xf6\x7b\x2b\xe1\xde\x26\xcd\x0f\x1e\x92\xe6\x71\x69\xbe\x4d\x07\x69\xd1\xf5\x1b\xae\x7b\xd6\xa9\xbc\x4d\x7d\x08\xfb\x2f\xef\xae\x00\x64\x93\x0d\x61\xc2\xeb\xe5\xf2\xc8\xc1\x26\xf7\xb7\x83\x11\x71\x13\xbf\x38\x56\x07\x5b\x1b\x5f\x9d\xf7\x0f\x9c\x7e\xbb\x7c\x33\x98\x73\x1d\x11\x87\x83\xfa\x65\x77\x79\x0c\xf8\xc6\x5f\x56\x4a\x0f\x0e\x61\x78\xbb\x36\x12\x22\x03\xb9\x49\x39\x20\xeb\xed\x70\xeb\x80\x7f\xf7\xd5\x7e\x74\x76\x76\xbe\xdc\x1c\xd0\xed\x45\x5a\x00\x49\xd3\xea\x02\x34\x9c\xdc\xfb\x76\x00\x0d\x87\x84\xbf\x1d\x54\x1f\xd8\x27\xf3\xca\x99\xca\x99\x77\x2f\xce\xd4\xa8\x7b\xea\x5e\x5d\x35\xc0\xb5\xa5\x6f\xd7\x66\x27\xd5\x4f\xc0\x85\x9d\x35\x6f\xb7\x1b\x9f\x79\x2d\xcd\x97\x99\x8f\x57\x4e\x53\x2b\x81\x89\xff\x43\x45\xc3\xae\xd8\xaf\xf0\xea\x9e\x02\x0e\x10\x7e\xb5\x6e\x99\xfb\x78\x5e\xad\x5b\xd6\xfb\xb5\xfd\x5d\x15\x62\x55\xf1\xe0\x54\xdb\x77\xd8\xb5\x7b\xe4\xd7\x39\x7a\x34\x14\x5c\xa4\x03\x87\xcf\xab\x35\xc2\x4c\x92\xbf\xb8\x2f\x63\x80\x12\xbf\x43\x53\x6d\x18\x5a\x2d\x1e\xc6\xf9\xf3\xb2\x46\xb8\x73\x59\xd0\xab\xbb\x03\xb8\xc0\xe5\x1d\x42\x1b\xec\xe0\x7d\x87\x76\x05\x33\xda\xca\x73\xc8\x89\x1c\x2f\x27\xe8\x0e\xb6\x14\xbf\xac\xb6\x8d\x81\x7d\xdb\xaf\xdc\x85\x2c\xa4\x7b\xb5\x16\x96\x0b\xaf\xdf\x53\x0d\x06\xe4\x75\xea\xee\x47\x40\x12\x0e\x3c\x1d\x4d\xf0\x9e\xe6\x9c\x51\x98\xcf\x67\x74\x3d\xf5\xc9\x58\x41\xee\x13\x8c\x81\x73\x8c\xdf\x93\x35\x72\x5c\x23\xfa\x72\x3a\xdf\x4a\xe0\x69\xb1\x7a\x85\x71\xb8\x73\xfe\xc9\xab\xa3\xfa\x58\x79\xf9\x9e\xb2\x6a\x1a\xca\x38\x8f\x7f\xa8\xf1\x68\x3f\x3f\xcb\x9f\xdf\xb3\xab\x79\xf2\x09\xcc\x6e\xe0\x08\x7b\x75\x52\x5f\xd5\x27\x68\x0b\x36\x82\xd4\x39\xfd\xcc\x83\xbe\xa7\x64\x94\x14\xc6\x65\x6b\x79\x74\x94\xea\x2a\x4b\xd7\x1d\x72\x96\xee\x7b\xc9\x8f\x81\x81\xd3\x5e\x7b\x0d\x6a\x97\x1d\xbd\x1a\x09\xd3\xca\x65\x7d\x2e\x6c\x46\xb5\x30\xae\x02\xac\xd5\x25\x74\x50\x15\xd6\xa9\x0b\xe4\xd1\x9e\x52\x9a\xc8\xa5\x5e\x21\xb8\xc3\x86\xfc\xce\xfa\x91\xf7\x02\x90\xb2\x2a\xf2\xbd\xf0\x4c\x07\x56\xf0\xbd\x97\xf9\x19\x1a\xe1\xfb\xbb\x8b\xfe\xbd\x98\x01\x63\x49\xdd\x7b\x31\x8b\x19\xd8\x90\xfc\xea\x26\x44\x76\x80\xbd\xda\x85\xcf\xe9\x53\xaf\x8e\xff\x63\x5f\xe5\xcb\x29\x7f\xad\xb7\xff\x3b\x41\x4d\xed\xbf\xb6\x6e\xb7\x96\x84\x81\x59\x6e\xdb\x3e\xbc\x3e\xef\x16\x2a\xe0\x74\xc7\x57\x27\xf5\xb1\x5b\xe1\xbd\x35\x7e\x21\x40\xce\xce\x1b\x2c\x8d\x7c\x6f\x8d\x40\x34\x9f\x47\x44\x8c\x51\xd7\xd6\xea\xd2\x00\xb4\x0e\x97\x99\x98\x17\x87\xa1\x2e\xad\x7f\x1f\x09\x5f\x64\xf5\x31\x57\xa5\x5e\x84\x08\x90\xa5\x56\xdb\x72\x49\xcd\xab\x45\xb5\x6a\x92\x3a\x40\x8e\x45\xe2\xaf\xfc\x83\x82\xdb\x8f\xfa\x2a\xeb\xd2\x5e\x8e\xf4\x1f\x1c\x86\xf4\x3e\x1a\xa5\x31\xb7\x2c\xb6\x1d\xac\x29\x7c\x39\x40\x6e\x3d\x40\x09\x4d\xa5\x0d\xc2\x10\x54\xe4\xa2\x23\xfd\x39\xa3\xeb\xe5\x04\xb9\x18\x65\x92\xb8\x08\x51\x97\xee\xbf\x5a\x55\xcb\x3a\xdf\xd7\x2e\x45\x04\x76\xe9\x4c\x01\x8e\xf4\x7f\xe5\x5c\x64\x0d\xe1\x2b\xd7\x1f\xb3\xc6\x2f\x9e\xbf\x50\x99\x29\x7b\x1f\x9d\x4f\x49\x27\x7e\x34\x91\xad\xae\x84\xeb\x2f\x2f\x53\xf2\xff\x34\x7a\xfd\xe5\xfc\xd3\xdf\xcf\x3f\xfc\x16\x8f\x5f\x3f\xbf\xb1\x51\x9d\x5b\xf7\xfb\xfb\xa4\xfe\xeb\xe7\x0b\x72\x01\xbf\x2e\x8b\x5f\x11\x33\x1d\x5f\x9a\x5d\xce\xcf\x3a\xf9\x1e\xd2\x1a\x8a\x2d\x6d\x05\xb9\xda\x5f\xd7\xca\xae\x88\xe8\x69\xd1\x9e\xe3\xe2\xe0\x15\x91\x3c\x2d\x59\x5a\xf9\xd2\xb2\xa7\x65\x4b\xab\x5f\x5a\xf1\xb4\x62\x69\xed\x4b\xab\x9e\x56\x2d\xad\x7f\x69\xcd\xd3\x9a\xa5\x8d\x2f\xad\x7b\x5a\x57\x1a\x2b\x7f\x88\x18\x9e\x36\x2c\x2d\x58\xda\x59\x52\xb2\xb4\xb3\xa4\xc2\xd9\xe7\xdc\xcd\xa8\x88\xee\x69\x43\x69\xdd\xd2\x7a\xaa\x5f\x5a\x5f\xd9\x62\x64\xdb\xda\x8a\xb8\x72\xca\x96\x76\x7d\xdf\xce\xfd\x95\x2b\xc2\xbf\xfd\xfa\xbe\x3d\x98\xac\x2f\xff\xf6\xab\x9a\x1e\xa2\xa5\xcd\x77\xa7\xcd\xd7\xbe\xe1\xd3\xdf\x7b\xec\xb4\xf7\xb0\xb4\x4f\x7f\xaf\xeb\xf6\x0d\x96\x56\xbe\x34\xd7\xed\x6b\xba\x85\x6b\x13\xe1\xba\x7d\x4d\xb7\xcc\xef\x13\xe1\xba\x7d\xed\xfb\x70\x58\x10\xe1\xdf\xf7\xda\xf7\xe9\x76\xdc\x15\xe1\xdf\xf7\x9a\x6e\x01\x43\x44\xb8\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xdd\x72\x39\x3d\xed\xb4\xb4\x2d\x97\xcb\xd3\x2e\x4b\xdb\x72\xb9\x3d\xed\xb6\xb4\x2d\x97\xc7\xd3\xac\x8f\xd5\x2d\x97\xe9\x69\xd6\xc7\x74\x21\x6c\xc8\x8a\x67\x39\xf1\xa1\x1b\xc6\x71\x1f\xad\x3f\xab\xff\x6a\x49\x5c\xc7\x5d\xb4\xfe\x14\xe2\xb8\x24\x13\x5f\xcf\x6f\x3d\x4c\x8e\xe2\x0f\xaa\xff\x9c\xc4\xbd\xe4\xc3\x27\xd0\xc3\xab\x7c\x5c\x6b\x70\x70\xe8\xe0\xea\xbb\x5f\xdf\x56\x50\x75\x1a\x5f\x5a\xf4\x34\xd3\x3f\x8e\x0a\x22\x92\xa7\x99\xfe\xd9\x59\x49\x44\xf6\x34\xd3\xbf\x6e\xfd\x5f\x11\xc5\xd3\x4c\xff\xba\xae\x74\x45\x54\x4f\x33\xfd\x33\x6b\x45\x44\xf3\x34\xd3\x7f\xdb\xdf\xd0\x3d\xcd\xf4\x0f\xe1\x26\x62\x78\x9a\xe9\x5f\x57\xf0\xaf\x88\xd3\xd3\x4c\xff\xba\xdb\x7f\x45\x5c\x9e\x66\xfa\x6f\x5b\x2e\xb7\xa7\x99\xfe\xfb\x96\xcb\xe3\x69\xa6\xff\xbe\xe5\x32\x3d\xcd\xf4\xdf\xb7\x5c\x5e\x4f\xb3\xfe\xdb\x3f\xb9\x8c\x63\xa7\x0d\xeb\xbf\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\xd7\x3f\xb9\x0c\xd7\xdf\x30\xfd\xf5\x4f\x2e\xc3\xf5\x37\x4c\x7f\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\x37\x3e\xb9\x0c\xd7\xdf\x30\xfd\x8d\x4f\x2e\xc3\xf5\x37\x4c\x7f\xe3\x93\xcb\x70\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xf8\xe4\x72\xba\xfe\x4e\xe9\x2f\x1d\x9f\x5c\x4e\xd7\xdf\x19\x2c\xed\x93\xcb\xe9\xfa\x3b\xa3\xa5\x7d\x72\x39\x5d\x7f\x67\xb2\xb4\x4f\x2e\xa7\xeb\xef\xcc\x96\xf6\xc9\xe5\x74\xfd\xd9\x98\x95\x8e\x4f\x2e\xa7\xeb\xef\xac\x96\xf6\xc9\xe5\x74\xfd\x9d\xcd\xd2\x3e\xb9\x9c\xae\xbf\xb3\x5b\xda\x27\x97\xd3\xf5\x77\x0e\x4b\xdb\x72\x71\xfd\x9d\xd2\x5f\x0a\x5b\x2e\xae\xbf\xf3\xb2\xb4\x2d\x17\xd7\xdf\x79\x5b\xda\x96\x8b\xeb\xef\x7c\x2c\x6d\xcb\xc5\xf5\x77\x4e\x4b\xdb\x72\x71\xfd\x9d\xaf\xa5\x7d\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x86\x0f\x52\xfc\xe4\x72\xb9\xfe\x0c\x1f\xa4\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\x3d\x76\x5c\xae\xbf\xcb\xf4\x17\xb7\x5c\x5c\x7f\x97\xe9\x2f\x6e\xb9\xb8\xfe\x2e\xd3\x5f\xec\xdf\xae\x1d\x61\xd7\xff\x16\x9c\x25\xbf\xab\xf7\x32\xf5\xc6\x2d\x36\x57\xef\x65\xea\x4d\x5b\x6c\xae\xde\xcb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\xbe\xe6\x74\xbb\x7a\x6f\x53\x6f\xfa\xe4\x72\xbb\x7a\x6f\x53\x6f\xfe\xe4\x72\xbb\x7a\x6f\x53\x6f\xde\x72\x71\xf5\xde\xa6\xde\xbc\xe5\xe2\xea\xbd\x4d\xbd\x79\xcb\xc5\xd5\x7b\x9b\x7a\xf3\x96\x8b\xeb\xef\x36\xfd\xe5\x2d\x17\xd7\xdf\x6d\xfa\xcb\x5b\x2e\xae\xbf\xdb\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\xb6\x5c\x5c\x7f\x8f\xe9\xaf\x6c\xb9\xb8\xfe\x1e\xd3\x5f\xd9\x72\x71\xfd\x3d\xa6\xbf\xba\xe5\xe2\xfa\x7b\x4c\x7f\x75\xcb\xc5\xf5\xf7\x98\xfe\xea\x96\x8b\xeb\xef\x31\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\x5f\xfd\xe4\x32\x5d\x7f\xd3\xf4\x57\x3f\xb9\x4c\xd7\xdf\x34\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0d\x87\x5f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfa\xe0\x70\xe8\xd1\xd3\x4c\x0f\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\x4b\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\xc7\x96\xcb\xe5\x69\x97\xa5\x6d\xb9\xdc\x9e\x76\x5b\xda\x96\xcb\xe3\x69\x8f\xa5\x6d\xb9\x4c\x4f\x9b\x96\xb6\xe5\xf2\x7a\xda\x6b\x69\x9f\x5c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xc3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\x39\x6e\xb9\xb8\xfe\x8c\xe6\xe5\xb8\xe5\xe2\xfa\x33\x9a\x97\xe3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xff\x4a\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\x39\x6d\xb1\xb9\x7a\x8d\x05\xe6\xb4\xc5\xe6\xea\x35\x16\x98\xd3\x16\x9b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\xb4\xe5\xe2\xea\x35\x16\x98\xf3\x96\x8b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\x2e\x5b\x2e\xae\x3f\x63\x81\xb9\x6c\xb9\xb8\xfe\x8c\x05\xe6\xb2\xe5\xe2\xfa\x33\x16\x98\xcb\x96\x8b\xeb\xcf\x68\x5e\x2e\x5b\x2e\xae\x3f\xa3\x79\xb9\x6c\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\xba\xe5\xe2\xfa\x33\x9a\x97\xeb\x96\x8b\xeb\xcf\x68\x5e\xae\x5b\x2e\xae\x3f\xa3\x79\xb9\x6d\xb9\xb8\xfe\x8c\xe6\xe5\xb6\xe5\xe2\xfa\x33\x9a\x97\xdb\x96\x8b\xeb\xcf\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\xbe\xe5\xe2\xfa\x33\x9a\x97\xfb\x96\x8b\xeb\xcf\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\xe5\x0d\x87\x9d\xe6\x05\xa3\x79\x79\xc3\x61\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\xbf\x12\x0e\x47\x67\x81\xd1\x58\x60\xf9\xe0\x70\x74\x16\x18\x8d\x05\x96\xb4\xc5\x76\x79\x9a\xa9\x29\x6d\xb1\xdd\x9e\x66\x6a\x4a\x5b\x6c\x8f\xa7\x99\x9a\xd2\x16\xdb\xf4\x34\x53\x53\xda\x62\x7b\x3d\xcd\xba\xd9\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x79\xcb\xc5\xf5\x67\x2c\xb0\xe4\x2d\x17\xd7\x9f\xb1\xc0\x92\xb7\x5c\x5c\x7f\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x65\xcb\xc5\xf5\x67\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdd\x72\x71\xfd\x19\xcd\x2b\x75\xcb\xc5\xf5\x67\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\x4a\xdb\x72\x71\xfd\x19\xcd\x2b\x6d\xcb\xc5\xf5\x67\x34\xaf\xb4\x2d\x17\xd7\x9f\xd1\xbc\xd2\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdf\x72\x71\xfd\x19\xcd\x2b\x7d\xcb\xc5\xf5\x67\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\xd8\x72\x71\xfd\x19\xcd\x2b\x63\xcb\xc5\xf5\x67\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\xb1\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\x0d\x5b\x2e\xae\x3f\xa3\x79\x35\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb0\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\xbf\x16\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x34\x2f\x19\xcd\xab\x1f\x1c\x4e\x4e\xf3\x92\xd1\xbc\x5a\xb6\x5c\x2e\x4f\x33\x3d\x94\x2d\x97\xdb\xd3\x4c\x0f\x65\xcb\xe5\xf1\x34\xd3\x43\xd9\x72\x99\x9e\x66\x7a\xa8\x5b\x2e\xaf\xa7\x59\x3f\xfa\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\xb6\xe5\xe2\xfa\x33\x9a\x57\xdb\x96\x8b\xeb\xcf\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\xbe\xe5\xe2\xfa\x33\x9a\x57\xfb\x96\x8b\xeb\xcf\x68\x5e\xed\x5b\x2e\xae\x3f\xa3\x79\x75\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb1\xe5\xe2\xfa\x33\x9a\x57\xc7\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfb\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x3b\xb6\x5c\x5c\x7f\x46\xf3\xda\xb1\xe5\xe2\xfa\x33\x9a\xd7\x8e\x2d\x17\xd7\x9f\xd1\xbc\x76\x6c\xb9\xb8\xfe\x8c\xe6\xb5\x63\xcb\xc5\xf5\x67\x34\xaf\x1d\x5b\x2e\xae\x3f\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\x2d\x6c\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\xe2\x96\x8b\xeb\xcf\x68\x5e\x8b\x5b\x2e\xae\x3f\xa3\x79\x2d\x6e\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\xaf\x84\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\xd2\x16\x9b\xab\xd7\x58\x60\x4b\x5b\x6c\xae\x5e\x63\x81\x2d\x6d\xb1\xb9\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\x4b\x5b\x2e\xae\x5e\x63\x81\x2d\x6f\xb9\xb8\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\xbe\xe5\x72\x79\x9a\xe9\xa1\x6f\xb9\xdc\x9e\x66\x7a\xe8\x5b\x2e\x8f\xa7\x99\x1e\xfa\x96\xcb\xf4\x34\xd3\x43\xdf\x72\x79\x3d\xcd\xfa\xd1\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\xd8\x72\x71\xfd\x19\xcd\x6b\x63\xcb\xc5\xf5\x67\x34\xaf\x8d\x2d\x17\xd7\x9f\xd1\xbc\x7e\x6c\xb9\xb8\xfe\x8c\xe6\xf5\x63\xcb\xc5\xf5\x67\x34\xaf\x1f\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\xc3\x96\x8b\xeb\xcf\x68\x5e\x0f\x5b\x2e\xae\x3f\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\xaf\x84\xc3\xd9\x59\x60\x36\x16\xd8\xe3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\x3d\x6d\xb1\xb9\x7a\x8d\x05\xf6\xb4\xc5\xe6\xea\x35\x16\xd8\xd3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xbc\xe5\xe2\xfa\x33\x16\xd8\xf3\x96\x8b\xeb\xcf\x58\x60\xcf\x5b\x2e\xae\x3f\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xb2\xe5\xe2\xfa\x33\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xbd\x6e\xb9\xb8\xfe\x8c\xe6\xf5\xba\xe5\xe2\xfa\x33\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xc5\x69\x5e\x31\x9a\xd7\x3f\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\xde\x0a\x76\xd2\x4c\x2e\x65\x74\x9d\xa2\xa4\xa0\x9e\xab\xd9\xd2\xb6\x1e\x8a\xd1\x84\xc1\x7d\x21\x44\x9c\x9e\x76\x5a\x5a\xff\xd2\x2e\x4f\xbb\x2c\x6d\x7c\x69\xb7\xa7\x49\x0f\x83\x7b\xf6\x88\x78\x3c\xed\xb1\xb4\xf0\xa5\x4d\x4f\x9b\x96\x16\xbf\xb4\xd7\xd3\x5e\x4b\x4b\x96\xe6\x34\xa1\x18\x4d\x18\x5c\x55\x46\x84\xeb\xcf\x68\x82\xee\x6b\x21\xc2\xf5\x67\x34\x41\x37\x93\x10\xe1\xfa\x33\x9a\xa0\xeb\x3c\x88\x70\xfd\x19\x4d\x18\xe1\x93\x8b\xd3\x84\x62\x34\x61\x84\x4f\x2e\x4e\x13\x8a\xd1\x04\x5d\xb6\x4a\x84\xeb\xcf\x68\xc2\x88\x9f\x5c\x9c\x26\x14\xa3\x09\x3a\x69\x99\x08\xd7\x9f\xd1\x04\x9d\x0b\x4d\x84\xeb\xcf\x68\x82\x4e\x25\x26\xc2\xf5\x67\x34\x61\xc4\x2d\x17\xd7\x9f\xd1\x84\x11\xb7\x5c\x5c\x7f\x46\x13\x46\xdc\x72\x71\xfd\x19\x4d\x18\xb1\x87\xbf\x06\x0e\x17\x67\x11\xc5\x58\xc4\x88\x9f\xd8\x9c\x45\x14\x63\x11\x23\x7d\x62\x73\x16\x51\x8c\x45\x8c\xf4\x89\xcd\x59\x44\x31\x16\x31\xd2\x27\x36\x67\x11\xc5\x58\xc4\x48\x9f\xd8\x9c\x45\x14\x63\x11\xba\xf0\x9e\x08\x57\xaf\xb1\x88\x91\x3e\xb1\x39\x8b\x28\xc6\x22\x74\x39\x36\x11\xae\x5e\x63\x11\xba\x8c\x9a\x08\x57\xaf\xb1\x88\x91\xbe\xe6\xe4\x34\xa1\x18\x4d\x18\x69\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\x57\xaf\xd1\x84\x91\xb7\x5c\x5c\xbd\x46\x13\x46\xde\x72\x71\xf5\x1a\x4d\x18\x79\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\xd7\x9f\xd1\x84\x91\x3f\xb9\x38\x4d\x28\x46\x13\x46\xfe\xe4\xe2\x34\xa1\x18\x4d\xd0\x7d\xac\x44\xb8\xfe\x8c\x26\xe8\x52\x52\x22\x5c\x7f\x46\x13\x74\x19\x29\x11\xae\x3f\xa3\x09\xba\xec\x92\x08\xd7\x9f\xd1\x04\xdd\xe2\x46\x84\xeb\xcf\x68\x82\xae\xad\x24\xc2\xf5\x67\x34\x41\xd7\x27\x12\xe1\xfa\x33\x9a\xa0\xcb\x1b\x89\x70\xfd\x19\x4d\x18\x65\xcb\xc5\xf5\x67\x34\x41\x77\xe2\x11\xe1\xfa\x33\x9a\xa0\x9b\xe7\x88\x70\xfd\x19\x4d\xd0\x25\x6e\x44\xb8\xfe\x8c\x26\xe8\xe2\x33\x22\x5c\x7f\x46\x13\x74\x60\x2d\x11\xae\x3f\xa3\x09\x3a\x39\x74\x45\x38\x4d\x28\x46\x13\x74\x3e\x2b\x11\xae\x3f\xa3\x09\x3a\xbb\x94\x08\xd7\x9f\xd1\x04\x9d\x10\x4a\x84\xeb\xcf\x68\xc2\xa8\x9f\x5c\x9c\x26\x14\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\xe8\x16\x16\x22\x5c\x7f\x46\x13\x74\xcf\x08\x11\xae\x3f\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\x8c\xf6\xc9\xc5\x69\x42\x31\x9a\x30\xda\x96\x8b\xeb\xcf\x68\x82\xae\x5f\x26\xc2\xf5\x67\x34\x61\xb4\x2d\x17\xd7\x9f\xd1\x04\x5d\x15\x44\x84\xeb\xcf\x68\x82\x4e\xbc\x24\xc2\xf5\x67\x34\x41\x07\x98\x13\xe1\xfa\x33\x9a\xa0\xb3\xc7\x57\x84\xd3\x84\x62\x34\x41\x87\x46\x13\xe1\xfa\x33\x9a\xa0\x63\xba\x89\x70\xfd\x19\x4d\xd0\x41\xda\x44\xb8\xfe\x8c\x26\xe8\xe8\x6a\x22\x5c\x7f\x46\x13\xb8\x91\x48\x11\xae\x3f\xa3\x09\xba\x66\x82\x08\xd7\x9f\xd1\x04\x1d\x1b\x4a\x84\xeb\xcf\x68\x82\xee\x7f\x27\xc2\xf5\x67\x34\x61\xf4\x4f\x2e\x4e\x13\x8a\xd1\x04\x9d\xd8\x4a\x84\xeb\xcf\x68\xc2\xe8\x5b\x2e\xae\x3f\xa3\x09\xa3\x6f\xb9\xb8\xfe\x8c\x26\x8c\xb1\xe5\xe2\xfa\x33\x9a\x30\xc6\x96\x8b\xeb\xcf\x68\xc2\x18\x5b\x2e\xae\x3f\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\x30\xc6\x27\x17\xa7\x09\xc5\x68\xc2\x18\x9f\x5c\x9c\x26\x14\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\xa0\xeb\xc7\x89\x70\xfd\x89\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\x63\xc3\x61\xa7\x09\x45\x34\x21\x1d\x1f\x1c\xae\x4e\x13\xaa\x68\x42\x3a\x3e\x38\x5c\x9d\x26\x54\xd1\x84\x74\x7c\x70\xb8\x3a\x4d\xa8\xa2\x09\xe9\xf8\xe0\x70\x75\x9a\x50\x45\x13\xd2\xf1\xc1\xe1\xea\x34\xa1\x8a\x26\xa4\xe3\x83\xc3\xd5\x69\x42\xed\xa6\x87\x0f\x0e\x57\xa7\x09\xb5\x9b\x1e\x3e\x38\x5c\x7d\x36\xa8\x76\xd3\xc3\x07\x87\xab\xcf\x06\xd5\x6e\x7a\xf8\xe0\x70\xf5\xd9\xa0\xda\x4d\x0f\x61\xcb\xe5\xf2\x34\xd3\x43\xd8\x72\xb9\x3d\xcd\xf4\x10\xb7\x5c\x1e\x4f\x33\x3d\xc4\x2d\x97\xe9\x69\x33\x35\xd2\xb6\x5c\xde\x14\xbe\xb4\xd7\x9e\xe3\xf0\x4e\x4e\x12\xda\xcf\x69\x36\x28\x1d\x1c\x48\x4f\x84\xeb\x6f\x98\xfe\x62\xfe\xd2\x5c\x7f\xc3\xf4\x17\xcb\x97\xe6\xfa\x1b\xa6\x3f\x6e\x03\x26\xc2\xf5\x37\x72\x2a\xa4\xb5\xfe\x57\xc0\x61\x9d\x47\xca\x35\xf7\xe1\x2b\xaa\x70\x66\x6d\xac\x81\xb8\xd6\x56\x5c\x15\xab\x6b\x89\x38\x89\xb5\x15\xc5\x8d\x15\x97\x0e\x9e\x6d\x97\xe2\x38\xa3\x94\x8b\x34\x3a\x97\xcb\xaf\x3f\x51\x71\x95\x38\x95\xd1\x5f\xc5\xf1\xec\x50\xbe\x33\x13\x27\x26\x7a\x72\xb6\x6e\xbc\x1b\x71\x62\x99\x37\xe7\xa5\xc6\x79\x10\xd7\x61\x97\x53\x75\xd1\xd9\xa8\x59\x75\xd1\xd9\xa8\xf1\xe5\x3b\xb2\xca\x7d\xf5\x1d\x6f\x25\x4e\x4c\xf8\xbd\x15\x37\x15\x57\xfe\xf0\x5b\xe7\x3e\xf9\xf5\x27\x2b\x6e\x10\x57\x15\x47\x5d\x72\x8a\xc4\x0d\xc5\x5d\x8a\xcb\xc4\x3d\xc4\x49\xa6\x39\x2d\xf9\x25\xc9\x34\x15\x95\x9b\x13\x71\x5d\x71\x8f\xe2\x2a\x71\x2f\x71\x55\xe5\x16\xca\xa8\x9c\xe7\xca\x8d\xf2\x2b\x6e\x7d\x1b\xb7\xc8\xaf\x3f\xaa\x0b\xe7\x29\x27\xc9\x39\xe9\xcc\x58\x2e\xf0\xef\x49\x67\xc6\xa6\xce\x79\xb3\x5c\xd9\xd0\xb9\x03\x7e\xfd\x91\xac\x90\x5f\xea\xc8\x8a\x3b\xdd\x83\xee\x03\xed\xdc\xe3\xbe\xfe\xa8\x7e\x83\x67\x87\xea\x77\x52\x86\xa0\x6e\x3a\x55\xc6\x79\x2a\x8e\xfa\x9d\xb7\xe2\x78\x96\x6b\xe5\x7b\xba\x54\xbf\x6b\x28\x8e\x72\x2f\xd5\xe5\xa6\x7e\xdc\xdf\xd5\x93\xf4\x9b\x74\xa6\x6d\x91\xfc\x74\xa6\x6d\x92\x8e\x04\x41\xb3\xda\x2e\x97\xb8\xaf\xb8\x25\x03\x2e\x6e\xff\xad\xe7\x46\xdb\xe0\x44\xfe\x9e\x5b\x54\x1c\xdf\xc6\x01\xf4\x3d\xab\xed\xe6\x56\x15\xc7\xb3\xad\x2b\x8e\x32\x04\x1f\xb3\xce\xe1\xe5\xd2\xf3\x15\xd7\x89\x4b\x8a\xe3\xdb\xe4\x59\xe5\xd2\xf2\xdf\x7a\x1e\xca\x87\x29\xe3\xd2\x98\xf5\xe7\x56\x5c\x26\x0e\x39\x73\x67\x79\x38\xb8\x80\xaf\x67\xc9\x2f\x9f\x5d\x71\xd4\xef\x44\x06\xf9\xce\x8a\xa3\x7e\x37\xed\x2f\x3f\xb4\xab\x76\x2c\x1d\xe5\xe7\x52\x1c\x65\xb4\x18\x89\x53\x19\x73\x28\x8e\x72\xa7\xf2\x4d\xea\xdc\x12\xcf\x4e\xd5\xf9\x3d\x14\x47\x19\xaf\x64\x25\x39\x0b\x2a\x16\xc9\x99\x1b\xd1\xc3\xc1\x39\xf0\x9d\x2b\x6a\xd6\x1f\xbd\x8f\x73\x8c\x8b\xda\x2e\x77\x96\x87\x43\xb0\xaf\xa8\xed\x16\xc9\x94\xcb\xbc\x7a\x91\x4c\xb9\x60\x26\xe8\xd6\xc6\x5e\x7a\x57\xdc\xa9\xb8\x41\x1c\x6d\xa8\x48\xa6\x5c\x3a\xd9\xcb\x48\x8a\x2b\x8a\xe3\x7d\x83\x3e\x58\x4e\xe5\xa3\x5f\x96\x53\xf9\x2e\xc5\xe9\x3b\x2e\xc5\xe9\xdb\x7a\x59\x32\xa8\xfa\x36\x6e\x06\x0f\xba\x04\xaf\x73\x83\xcc\x6f\xbd\x16\xda\xcb\xe0\x4c\xe5\xaa\xef\xad\x95\xfe\x26\xd8\xc3\x0d\xdf\xbf\xf5\xaa\x6f\x93\x87\xaf\xea\xdb\xaa\xea\x37\xe8\x33\xdc\xbc\xb2\xfe\x2c\xfd\x86\x83\x76\xcf\x45\x2b\xbf\x75\x2e\x49\x59\x71\xd4\xe5\x44\xf6\xf5\x1e\xc4\xd1\x17\xea\x8d\x4c\xeb\xa3\x7c\x75\xb5\xe7\xfa\x28\xdf\x52\xfd\x8a\x6b\xc4\xa1\xf3\x3a\x95\x8f\x36\x54\xa7\xf2\xcd\x46\x1c\x5e\xc6\x3a\x55\x67\xda\x41\x38\xe8\xe7\x55\xed\xa0\x2e\xd3\x18\x82\xa0\x44\x7d\xf5\xbd\xc8\x2a\x1c\x63\xe5\x6b\x99\xbe\xc5\xd5\xdc\x61\x15\x4c\x5c\x51\x5c\x57\xdc\x20\xee\x51\x1c\xcf\x72\x4b\x6b\xe7\x7e\xee\xf5\xa7\x2a\x8e\x67\x65\xff\xb8\xc7\x25\x84\xc0\xf7\x72\x0d\xcb\xfa\x53\x14\xd7\x88\x43\x7e\xad\x29\x1f\x3a\x6a\x1a\x67\xb8\x78\x25\x04\xc1\x8a\xa6\x7e\xc9\xcd\xd9\x2b\xae\x10\xa7\x7c\x5d\xf9\xf0\xd0\x36\xf5\x55\x6e\xc9\x5e\x71\xbc\x4f\x7d\xb5\x8d\xa6\x38\xea\xa7\x76\xd5\x86\x9e\x45\xbf\x4d\xfd\xb7\x9d\x7a\xb6\xf1\x6d\xa7\x9e\x3d\xf5\x6d\xf4\xd5\x76\xea\xdb\x2e\xe5\xc3\xee\xb6\xab\x2a\xee\x24\x6e\xf0\xec\x75\x2b\x4e\xb2\xe2\x0c\xfb\x76\xeb\x3b\xd4\x0e\xe2\x81\x5c\x6e\xc9\xf4\x26\x9f\x26\xaf\xdb\x23\x99\x3e\x41\x71\xf1\xf7\x87\xfb\xf6\xa8\x0a\x8f\x5e\x1d\x10\x91\x4c\x48\x63\x48\x0c\x5c\x2b\xd7\xdb\x6b\x71\x2a\x0e\xb3\xd7\x35\x24\x76\xa9\x3f\x32\x34\xf5\x8c\x6a\x7a\x53\x3e\x44\xde\xd5\x05\x3a\x66\x3e\xc8\x43\xd6\x65\xe6\xfb\x4d\x93\xe5\xb6\xf3\xde\xf5\x49\xfd\xe1\x7d\x89\xa6\xd8\x9f\xa2\x38\xea\x92\x46\x22\xae\x2b\x6e\x2a\x8e\x32\xa6\xca\x98\xcb\x3c\x86\x7c\x50\x97\xc9\xb7\x75\x86\xfb\xc0\xf5\xe2\xbd\xbf\x59\x71\x34\x09\x6e\x97\xea\x5d\x43\x49\xd7\xb7\xc9\x1b\x35\x64\x06\x46\x3e\x15\xb7\xf2\x0d\x0d\x25\x03\x33\xa0\x6b\xa0\xfa\x90\x19\x18\xe5\x56\xdc\xaa\x0b\xf7\x69\xaf\x3f\x8a\xc3\x3c\x8e\x4a\x33\x19\x0c\x43\x81\x8b\xba\xfb\xd0\x30\x34\x1a\x32\xd0\x44\x2c\xf7\x58\xaf\x3f\xaa\x0b\x5d\x74\x48\x7e\xa3\xab\x2e\x34\x9d\x21\x53\x38\x64\x42\x32\x72\x19\x32\x21\xdc\x1d\x1d\x02\xd7\xcc\xf7\xa1\xe1\x79\x30\x3c\x07\x4d\xbe\x8e\x73\x28\x6e\x2a\x6e\xe9\x72\x5c\x2a\x43\x3a\xe2\xa2\xb6\x3e\xa4\xa3\x71\xe9\x7d\x40\x99\x71\x4b\x06\x77\x52\x1c\xdf\x71\xeb\x7d\xb7\xf2\x61\x5a\x87\xcc\xd4\x90\x99\x2a\x40\x99\x21\x33\x35\x9e\xa6\x38\xca\x7d\xf4\xec\xc3\xb7\x15\xc9\xea\xd1\xb7\xc9\xfc\x14\xcc\xf2\x90\xf9\x19\xd2\x91\x26\x60\x4f\xb5\x3f\x6e\xb9\x09\x41\x9e\xa6\x53\x43\xce\xc9\x71\xfa\x81\xab\x5c\xfa\xa9\xe3\xf4\x4f\xc9\x94\x7b\x5f\xfa\x29\x99\x9e\x33\x29\x6e\x7d\xc7\x29\xc8\x78\xaa\x0c\x6e\x1c\xe9\x97\xda\xc1\xa5\x36\xce\xcd\x69\xfd\x92\x89\xbb\x64\xe2\xb8\xcb\xa9\x5f\x99\x32\x2e\x99\x24\x0d\x75\x97\x4c\xd2\xa5\x72\xb9\x5c\xae\x5f\x2a\xf7\xea\xe8\x9c\xeb\x54\xfa\xd5\xd1\xf9\x25\xbd\x71\x83\x4c\xbf\xa4\xb7\x4b\xe6\xa2\x63\x92\xae\x2b\x2b\x8e\x72\x7b\x57\x9c\xca\x95\x8e\x7a\xa7\x2e\x97\x9e\xbd\xd1\xb9\x3c\x07\x97\x20\xd4\xa5\xbe\xc5\x9d\xce\xfd\x52\xdf\xba\x34\x6c\x8c\x43\x71\xaa\x8b\xfa\x11\x37\xcb\xf6\x4b\xfd\xe8\x9a\xe8\x88\x7b\xa9\xfa\x35\x6f\xc5\xbd\x8a\xe3\xd9\x97\xb6\x71\x49\x7e\x5c\x13\xdb\x6f\xc9\xef\x96\xfc\x06\x32\xbd\x25\xbf\x5b\xc3\x81\x86\xce\x5b\xc3\xc1\xad\xe1\x40\x9e\x82\x5b\xc3\x01\xf7\x56\xaf\xb8\x4e\x1c\xf5\xbb\x25\xd3\x01\xcc\xb8\x25\x53\x6e\xa2\x09\x91\x9b\x4c\xfb\x2d\x58\x70\xd3\x3f\xe2\x41\x3f\xbf\x07\xfa\xb8\x81\x05\xf1\x00\xd6\xdf\x32\xcb\xf7\x12\xd9\xb2\xac\xd4\x59\x6d\xfc\x7e\x94\xaf\x50\x67\xd9\xc9\xfb\xd1\xfb\x1a\xcf\x3e\xc8\xf4\x7e\x2d\x8e\xfa\xbd\x16\xb7\xea\x17\x35\xfc\x3d\x92\x01\x57\xcb\x84\xa8\xe1\xef\x69\x55\x71\xd4\x59\xc3\xcb\xd3\x6e\xc5\xe9\x59\x18\xee\xa3\x6f\x7b\x16\x6a\x5f\x71\x3c\xdb\x87\xe2\x94\x8f\x76\xc0\x15\x33\xeb\xcf\xa3\xb8\x4e\x1c\xed\xe0\xa1\xbd\x44\x2e\x13\xef\x8f\xda\xcb\x33\xf9\x36\xae\x86\xec\x8f\xda\xfd\xb3\xd4\x1c\x22\xb7\xae\xf7\x67\x22\x97\xe7\x55\x9c\xea\xf2\x5a\x1c\x65\x44\xec\xf3\xd4\xb7\xcd\xa5\xd2\x10\x23\xf0\x66\x6a\x0c\xe0\xea\xe8\x15\xb7\xca\x98\x05\xd9\x4f\xe0\x52\x4c\x8c\x33\x53\x70\x89\x1b\xa0\x43\x4c\xd4\x65\x36\x64\x3f\x25\x83\x84\xcd\x99\xa2\x31\x73\x20\x2b\xee\x4b\xeb\x73\xdc\x8a\x53\x3e\xe4\x32\x4f\xd5\x65\x21\xbd\x15\xd7\x88\x2b\x8a\xe3\x3b\x34\xb3\x31\xa5\xf3\x79\x5e\x8a\x4b\xc4\x21\xab\xb9\x46\xdf\x15\x47\x19\xea\x47\xf3\x46\x6f\x1a\x53\xa6\x20\xf7\xbc\x6f\xc5\x51\x86\x6c\xdd\x7c\xf8\x5e\xae\x35\xec\x53\x63\xd4\x9c\x94\xa1\x31\x65\x4e\xda\xee\x54\xdb\xd0\xec\xc5\x2b\xf9\xbd\x05\x7d\xe8\x8a\x1c\x2e\x6c\x5e\x7f\x54\x06\xdf\xf1\x16\xc6\x8f\xb7\xf2\x6d\x5c\xa8\xd7\xdf\xca\xb7\xbd\x92\x55\xee\xe3\xf7\x87\xfb\x57\xcd\x89\x3b\x97\x43\x2c\xa8\xe1\x55\x73\x7a\x17\xe0\x59\xa3\xf8\xfa\xcc\x77\x74\xc5\x21\x72\xee\xcc\xef\xaf\x90\xce\x0b\x42\x8d\x05\x76\xf0\x0a\xa1\xbe\x12\x5b\xc1\xb4\xbe\x97\xf2\x31\x44\xc4\x42\x73\x7a\x6f\x7d\x92\xc4\x56\x5a\x25\x4e\xf9\x18\x0e\x62\xa1\x19\xbf\x1a\x0e\x5e\x89\xa8\xac\xe6\x34\xb8\x80\xf9\xb7\x71\xe8\x33\x59\xef\x32\xb8\x6b\xf8\xb7\x71\x80\xc4\x62\x5d\xc3\xdf\x38\x68\xee\xe3\x60\x08\x8b\x30\x9f\x71\x30\x84\x8d\x43\xdd\x9b\x6b\x9d\xc6\xf1\x7f\x31\x76\xee\xb8\xbb\xf4\x38\x7e\xce\x7b\x15\xbd\x03\xd7\x4d\x17\x02\x07\x93\x38\xb6\xf7\xa0\x2b\x30\xc1\xcc\x34\xda\x33\xfb\x37\xf4\x3c\x6f\x62\x3b\xf8\x1c\x1c\xbc\xf8\xf3\x54\x95\x24\x8a\x22\xf9\x23\x29\xe9\xcc\xe7\xf9\x61\xbc\xa0\x97\xb8\x98\xd6\xb8\x30\x43\x0f\x77\x0e\xc6\x85\x2a\x8c\x8b\x08\xc2\xc3\x9d\x89\x71\x11\x41\x88\x6b\xf9\xbd\xe0\x5d\xd4\x5e\x5c\x2e\x15\xae\x8d\x8c\x8b\xa5\x12\x97\xe3\xe0\x72\xc7\xf0\xa6\x97\xb8\xbf\x5b\x5a\x40\x7b\xa5\xd1\x2e\x41\xec\xb8\x3f\xda\xb8\x41\x57\xde\x12\x12\x5c\x71\x7c\x7e\x5e\x69\x2f\xb4\x2c\xad\x4a\x4b\xd0\xba\xb4\x21\xad\x42\xf3\x7b\xd9\xef\xc1\xbf\x3b\x7f\xd2\xa6\xb4\x0f\x1a\xfc\xbb\x0b\xb2\x51\x3f\x68\xa5\x48\x83\xa7\x04\xbd\xe3\xc6\x45\x09\x6f\xa7\x79\xb8\xd0\x3b\xbc\x9d\x26\xb8\xae\xf8\xd0\x32\xb4\x24\xcd\xbe\x64\xda\xad\xf6\x25\xec\x4b\xa6\x7f\x61\x5f\x02\xfe\x71\x07\x7b\x70\x29\xf1\xf9\x91\x2f\x85\xb1\xb1\xe4\xe3\x6e\x8e\x97\xf9\xb8\x9b\x34\xe7\x1c\x53\x17\x77\xff\xd1\xe8\x1f\x17\xc5\xc7\x3d\xec\x9f\x4b\x99\x9b\xb5\xe3\x1e\xb6\xab\x4c\x86\xbc\x1f\xf6\x6f\x30\xbf\x21\xef\x51\xf3\x71\x4f\xbf\x27\x9f\x97\xdf\x53\x8d\x86\x3c\x5d\xce\x25\x28\xfb\x01\x39\xc6\xbd\x9c\x0f\xe5\x25\x5e\xe6\x7c\xfb\x9c\xb2\x11\xc7\xdc\x87\x51\xb7\x78\xe4\x69\x20\x7f\x8f\x3c\x7d\xfa\x99\x0f\x6f\xff\x88\xa7\x33\x1f\x0f\xae\xd6\x7b\x1d\xb5\x17\xcf\x44\xfe\x1e\x4c\xfb\x7b\x1d\x75\x1b\x0f\xa6\x3d\x1e\xfa\xfc\x12\xf0\x8d\x67\xf9\x1c\xea\xfb\x25\xd0\x1b\xaf\xed\xbe\x44\x4c\xbc\x11\x23\x5e\xdc\xdc\x78\x91\xa1\xf7\x66\x2e\x5f\x65\xe8\xcd\x3e\xc7\xbc\x11\x7e\x3a\x3f\xf4\x8f\x9b\x88\xe3\x55\x5e\xde\x62\xbb\xcc\xc7\xeb\x38\x08\x32\x1d\x5a\x40\x43\x86\x5e\xd6\xef\xfb\xd8\x97\xb0\x0d\xa2\x7d\x2f\x17\x55\xc7\x8b\xaa\x8e\xb7\x33\x36\x2e\x66\x8e\xb7\x27\x69\x05\xda\xc7\x73\x47\x00\xce\x4f\x83\x96\x18\x47\xf7\x7b\xb8\x41\xef\x93\xce\x9a\x79\x87\xfd\x03\x35\xbd\xd4\x15\xc4\x3b\xed\x1f\x10\xe3\xc5\xfc\xc5\x3b\x6d\x77\xfa\xbd\xc2\xd8\xd4\x07\x2f\x88\xfa\x7d\x0a\xcf\x81\xa8\xe3\x5d\xf6\xaf\xd2\x06\xee\x52\xbc\xc7\x82\x1e\x1a\x7d\xde\x3e\xb7\x7d\x4e\xbe\x6c\x9f\xdb\x21\x8d\x77\x81\x59\xf1\x3a\x47\x4f\x9c\xb1\x19\xd5\x8a\x0f\x17\xca\x6b\x2d\x82\x3b\x94\xcf\xcf\x90\xf6\x41\x5b\xd2\x98\xa3\xf7\x3e\xf2\xf7\xa9\x23\xb8\x5a\xf9\xd0\x12\xb4\x90\xd6\xa4\xd1\x46\xb6\x8d\x6c\x1b\xc8\xda\x07\xca\x8e\x0f\x1d\xf1\xbe\xc8\xfd\xa7\x8e\xf8\x88\x3c\xbe\x2f\x32\xfe\xe1\xe6\x86\x51\xb2\xf7\x45\xc6\x8d\x88\xc5\x47\x44\xe7\xe5\x56\xfb\xf8\xaa\xed\x62\x3f\xde\x97\x79\xfb\xb0\x1f\xf1\xe1\xe6\xbe\x14\x25\xc4\xd7\xed\x73\xf7\x7b\x95\xef\xe1\x92\xc5\x07\x5c\x7c\xb9\x69\x2d\x3e\xe0\x62\x7c\xd8\x8f\xf7\x43\x9f\x7e\xd3\x36\x26\x3c\xf8\x1c\x87\x72\x6f\x04\xeb\xe5\x16\xc2\x30\x82\x15\xc9\x71\x7c\xac\xb7\x44\x04\x35\x8c\x4c\xbd\xe9\x82\xa6\xec\x26\x22\xd5\x2f\x37\xc3\x45\x22\x52\x1d\x09\x57\xeb\xc5\x5e\x06\x37\x17\xff\x89\xe4\x38\x80\x36\x91\xba\xcf\xa1\x9b\xde\x94\xf9\x9e\xf6\x28\x29\x7f\xe9\xc0\x89\x48\xae\xd5\xa4\x5c\x71\x01\x60\x24\xe5\x2a\xe1\x92\xbd\xd9\xbe\xe0\x92\x45\x22\x3a\xf7\xe6\xff\x0f\x74\x1f\x49\xb1\x4b\x1b\x16\x91\x37\x8f\xb4\x43\xda\x94\x76\x3e\x6d\xd0\x2b\x88\x69\xdd\x2f\x97\x84\x46\xc6\x0b\x89\x0c\x3a\x7d\x33\x6a\x3e\xab\xfa\x0d\x70\xbd\xe4\xb0\xc3\x00\x57\x18\x18\x7a\x35\xc5\xc5\xef\x95\x4c\xf7\x35\x61\x25\x57\x69\x7c\x8f\x9b\x27\xa3\x28\x4e\xc5\xef\x71\xc1\x66\x14\xbf\x57\x08\x98\x79\xda\x7e\x14\xcd\x81\x81\x97\x37\x30\xa7\x06\x5e\xc2\xc0\xcb\x1b\xb0\xc8\xc0\x4b\x18\x3c\x79\x83\x25\x50\x54\xfd\x85\x00\xd7\xab\x0a\x2e\xcb\x76\x31\xd9\x6f\xb0\x44\x8b\x26\xdb\x08\xc7\x1b\x8c\xa3\x3a\x8e\x4a\xd0\xdf\x93\xea\x83\x9b\x7a\xcf\x4f\x95\x96\xa0\x35\x69\x4b\xda\x99\x7e\x6e\xee\xfd\x13\x15\xc4\xff\x5d\x37\xdf\x2b\x9f\x34\x9f\x63\x09\xd4\xca\x1c\x55\xd0\xcb\x77\xc1\x97\xaa\x7a\xac\xc7\xa3\xb9\xbf\x0b\x75\x5b\x1b\x62\x5c\x0f\x78\xbf\xbf\xab\xf2\x6e\x43\x9c\x2a\x26\xe2\x23\x28\x17\xb5\x57\x69\x3c\x77\xc3\x17\xa3\x2d\x51\x8f\x97\x73\x68\xb4\x31\x7c\x6e\xd0\x2e\xb9\xbd\xa8\x63\x48\xdb\xd2\xce\x7c\x54\xcd\x4b\x25\xc8\xfc\x71\x75\x76\xd4\xe9\x38\x96\x34\xcc\x9f\xd1\x96\xa8\x8b\xb1\xdd\x98\xb5\xba\xe5\x01\x11\x98\x8f\x8b\xfb\xa3\x6a\xfe\x8c\xb6\x7c\x9a\x17\xa3\x2d\x11\x9f\xdf\x63\xbc\x21\x9f\x83\xc0\xdf\xc7\xb5\xfa\x11\xaa\xa4\x40\x25\x7d\xdc\x8f\x19\xa1\x0c\x45\x61\x8e\x34\x25\x51\x7c\x17\xb7\xe5\x7b\x50\x71\x01\xba\x0a\x23\x2b\x1f\x39\xbb\x30\xb2\x12\x51\x7d\x97\xf1\x72\x5d\xef\xf9\xa9\xd2\x02\x5a\x93\x66\xbb\xac\x8f\xa8\xb6\x8b\x2b\xf3\x3d\x2f\xe3\x88\x47\x9a\xef\xbe\x8c\x23\x7c\xb7\x49\x83\x2f\xd1\x7e\x34\xf8\xcc\x6e\x8f\x08\xd5\x5e\xe0\x4a\x7f\x0f\xea\x82\x30\xcb\xf9\xf1\x5d\xcc\x50\x0c\xdf\x1d\xf6\xa5\xd2\x97\x61\x5f\xa6\x7d\xc1\x14\x1b\x6d\x09\x02\x2c\x87\x46\x5f\x88\xec\x45\x4c\xdb\x45\x5e\x42\xf5\x18\x20\xfe\x8f\xda\xb6\x08\xe7\x32\x08\x14\x7f\x5c\x4b\x1b\x41\xa0\x38\x02\x44\xf3\xbd\xc8\x55\x80\x68\xc2\x48\x8d\xc7\xc8\x87\x91\x9a\x30\x52\xf3\x69\x5e\x9a\xf3\xdb\x08\xaa\x7f\xef\x23\x8d\xbe\x34\x10\xff\xf7\xbe\xd0\x40\xfc\xd1\xb2\x7d\xc1\x5d\x6f\xea\x8d\xe6\x3a\x7a\xf3\x59\x47\x8d\xc8\x59\x70\xe3\xf0\xfd\xbd\xc8\x06\x21\x9f\xf3\x63\xbb\xf0\xca\x28\x4f\xb4\xea\x38\x30\xcf\x4d\x33\xd4\xaa\xe3\x40\x87\x35\xd7\x5b\x73\x2e\x5f\xdc\xfa\xe6\x5c\x72\xe9\xf0\xa1\x55\x68\xb6\x11\x8c\xe3\xbb\xf8\x9e\x6e\x69\xc3\x1c\x7c\x1f\xbc\x6a\x42\x91\x46\xa4\xe1\x03\x25\x46\x53\x37\x35\xd7\x2f\xdb\x43\xa2\xb9\x7e\x9b\xeb\x8d\x84\x64\x34\xd7\x5b\x03\x4d\x7e\x5c\x1a\x1b\x6d\x16\x69\xbe\x9b\xe8\x8b\x73\xd9\x96\x6d\xe0\xca\x34\xe7\xcd\x08\xd6\x47\x12\x30\x8c\x60\x85\x51\xa8\xef\x63\x6c\x46\xa1\xa2\x2b\x2f\x09\xf3\xd7\x95\x17\xa3\x41\x1f\xb7\x2f\x87\xd1\xa0\x30\xa2\xf3\x91\xec\x0a\x23\x3a\x31\x48\x66\x7e\x19\xf9\x1b\x24\x33\x83\x80\xcd\xfd\x51\xbf\x14\x46\x6a\x62\xb8\x2e\x0b\x3c\x18\xae\xcb\x51\x7c\xee\xe5\x39\xa2\x73\x61\x44\xe7\x2b\x40\x11\x23\x3a\x31\x80\xa9\x1f\x89\xa8\x18\x24\x2e\x63\x60\x03\x3e\xee\x06\x8e\xa1\x0d\x18\x24\x1a\xbf\xc2\x9a\x19\x42\x82\x41\xb0\xdc\x63\xbb\x63\x8c\x2e\x8d\x36\x28\x9d\x8f\xa1\xdb\x37\x56\x92\x46\xbb\x9a\xd8\xa1\x8c\x57\xd6\xf4\xd0\x56\x10\xd8\xb9\x3f\x12\x47\x31\xb6\x6d\x60\x43\xbf\xca\x1c\x19\xe5\x89\x09\xbc\xfb\x6a\x4a\xd0\x5e\x69\xb6\x01\x9f\xe7\x57\xa5\x31\x0e\x61\xd1\xd4\x56\x4c\x20\xda\xc7\x85\xcb\xc1\xbd\xc7\xe7\x07\xd9\xad\xf5\xfd\x6b\x73\x3f\x73\xf3\x15\xbb\x85\xe7\x34\x55\x8f\xd3\xe5\x53\x31\x6b\xd3\xe5\x33\x9d\x9a\x8a\xc7\x61\x40\x2a\x0c\x48\x7d\x15\x71\x37\xf8\x14\xc4\x9b\xee\x4f\x24\xc5\x1d\xc7\xe7\x87\xee\xc7\x2d\x8d\x69\x98\x2e\x9f\x60\xc9\x4f\x97\xcf\x54\x15\x8a\xa4\xa6\xaa\x90\x1b\x8d\x0f\x8d\xe7\x9a\x2c\x22\x40\xf3\x05\xd3\x3f\xf5\xfa\x27\x01\x9a\x2f\x10\xc5\xd9\x6c\x83\xfc\xdd\x47\x0e\x2e\xa6\x1e\xd6\x24\xf8\xf9\xc5\x07\xdb\xba\xe3\xc5\xeb\xff\x02\xf3\x32\xf5\xfa\xa7\x6a\x34\x50\x21\x53\x35\x3a\x87\xe3\xc8\x8c\x43\xf4\x37\xa7\x6d\x60\x86\xe6\xb4\x7f\x13\x5e\x11\x70\x8c\x39\xe5\xd5\x72\x1c\xa0\xb0\x29\xfa\x9b\x5b\x1a\x2e\xc5\xd4\xfd\x9a\xaa\xc7\x00\xf9\x4c\xd5\xa3\x81\xb5\x44\x89\x52\x18\x58\x8b\x09\x12\x48\x17\x6a\x65\x8a\x04\xe6\x91\xb4\x43\x3b\xdf\x33\xd8\x16\x0b\x77\x24\xe9\x66\x2c\xcd\x24\x31\xb7\x3b\xe9\x66\x2c\xdd\x91\x45\x50\x29\x5d\xcc\xd1\xd2\x9d\x5b\xc9\xef\x3d\xd2\xe0\xd5\x42\xec\x12\xa5\x4d\xb1\x8c\x0c\xac\x6c\xff\x98\x8f\xa5\x0a\x5e\xb8\x6e\xe9\x42\x55\x13\xb5\x3b\x3f\x0b\x1a\xcb\x62\x15\xfb\x57\x6c\x17\xaf\x7f\x29\x57\x0b\xb9\x4a\x17\x73\xb4\x74\x23\x0d\xf2\x25\x4a\xa3\x62\x29\x6b\xab\x3a\x36\x96\xd4\xaa\xb6\x1b\xf6\x0f\xd7\x68\x29\x57\x0b\xf7\x30\xe9\x1a\x2d\xd5\xf2\x6a\xb6\xcb\x1c\x2d\xe5\x8a\xf8\xdf\x9d\xae\x2a\x4d\x1e\x60\x8a\xd3\xc5\x1c\x2d\x4d\xf1\xa2\x2e\x21\xe9\x56\x19\x0c\x8c\x85\x37\x9f\xc8\x7f\xc6\x12\x75\xae\x2e\x5f\x58\x33\x4b\x57\x6b\x6d\xfb\x0c\x5a\x5b\xa2\x3a\x83\x7c\xe9\x46\x55\x1b\xe4\x8b\xfd\xd1\xc6\x8d\x9a\xda\x1f\x6d\x6c\xf9\x47\xc9\x52\x6c\xf9\x67\x40\x2f\x3d\xcc\xa5\x11\xbb\xd8\xe4\xbc\x13\x01\xdb\xd8\x04\xb7\x63\x93\x9b\x4c\x0f\x3c\xdd\xe4\x26\x63\x3b\x5e\xaa\xe9\x63\x3b\xde\xed\x78\x1f\xdc\xeb\xed\x78\x37\x6b\x2b\x3d\xa8\x9a\xdd\x98\x8f\x3d\x7e\xcf\xd1\x86\xeb\xc3\x88\x5d\xd2\x55\x30\x62\x17\x1b\xb9\x4f\x0f\xf2\xbc\x45\x2a\x9b\xe4\x40\xa2\x6e\x27\x36\xc9\x81\xd8\xb8\xdc\x49\x73\xbf\x55\xa3\x9b\xb5\x90\x5e\xdc\xaa\xed\x5a\xd8\xca\x38\xc1\xde\x66\xb4\xaf\x5d\xb8\x82\x09\xe4\xd8\xae\x23\xf0\xe7\x27\x49\xcb\xd0\x8a\xb4\x2a\xad\x42\x6b\xd2\x6c\x37\x5d\xd0\x36\xb4\x64\xbb\x89\x36\x48\xda\xb5\x8b\x3c\x73\x7a\x8f\x5c\xb5\x8b\xc8\x59\xbb\x5c\x0b\x6f\xe6\xb9\x6c\xbb\x45\xda\x41\xa7\xed\x42\x77\xb6\xab\xf8\xbd\xca\x73\xc5\xef\x39\x6f\x24\x2e\xdb\x45\xd0\xba\x5d\xca\xee\x1b\xd0\xc2\x77\xa9\xa9\x49\xdf\x81\x27\xed\x0a\xc7\xe1\x1c\x7d\x67\xad\xb6\xab\x39\x0e\x60\x4c\xfa\x5e\x78\x30\xe4\x0b\x6e\x5f\xfa\x1c\xc7\x70\x6c\xd3\x77\x33\x3c\x98\xbe\x3b\x7d\xae\x48\xf3\x39\xe7\x83\x04\x62\x23\x84\xf9\xa7\x19\xa1\x4c\xdf\x91\xdd\x76\x03\x31\x1a\x91\x29\x3a\xfc\x48\x78\x1a\x77\xfc\xf3\xcc\xd3\x25\xe1\xfa\xc7\xe1\xb0\x95\x56\x8d\xe2\x2a\x36\x3c\x37\x0a\xac\xce\xcf\xe0\x54\xff\xbf\xfd\x69\xaf\x1f\xa2\x5a\xe7\xc9\xa7\xfd\x4f\xca\x77\xe4\xe1\x3d\x5a\xba\x25\x29\xe9\x2c\xa0\xef\x98\xfc\x96\xa5\xe4\xb3\xcc\xd2\xd1\x58\x2d\x0f\x29\x47\x70\xd2\x71\x0f\x5b\xf1\x99\x72\xfe\x23\x1f\x60\xd8\x48\x7f\xff\x69\xe5\x74\x22\xbf\xe7\x2d\x61\x5c\x03\x76\x05\x48\xb1\x99\x93\x6e\xf5\xa8\x91\xa0\x52\xa3\x09\xb0\x5a\x3d\x8c\xce\xf0\xb2\x0e\x46\x56\x8f\x6c\xb3\x47\xb1\x09\x54\x5a\x1c\x65\x1a\x14\x73\xb4\x20\x9c\xd2\x82\x70\xca\x45\xe1\x46\x33\x03\xdc\xc4\x1a\x17\xd9\xa7\x26\xd6\x68\x61\x21\xc8\x95\xfe\x7a\xa7\x76\x0b\x5c\xc6\x16\x67\xaa\xca\xb1\x82\x4d\x47\xba\x35\x9c\x87\x94\x8e\x86\x68\x4d\x09\xd7\x41\x4e\xe9\x39\x1d\x68\x00\xcd\xd6\xa8\x66\x4a\x14\xf6\x37\x1d\xe4\xd6\x00\x45\x29\x21\xe1\x0d\x50\xd4\x74\x9a\x53\xca\xbc\x6b\x47\x75\x72\x13\xf1\xfb\xd6\xe4\x0d\x8e\x25\xae\x52\xeb\xd4\x7e\xb4\xee\x3a\x4d\xc7\x5f\x68\x1d\x97\xbe\x75\x7b\xe7\x6c\x74\xa2\x52\x4d\xf7\x33\xe5\x8b\x77\x6d\xa1\xe3\x07\xa4\x7c\x74\x7d\xeb\xb6\xd0\x0f\xf7\x89\xcf\x36\x1d\xcd\x36\x5c\xf5\x99\x55\x35\x5c\xf5\xc3\xb1\x66\x26\x60\xb8\x22\x07\x81\x8a\x84\x03\xd9\x06\x16\xa6\xe9\x54\xa6\xf2\x41\xb3\xd5\x81\xe7\x92\x0a\x5a\x64\xe0\xb9\xb4\x41\xe5\x47\x2a\x68\x82\x41\x95\x5b\x1b\xf6\xae\xc0\x27\x9d\xbb\x36\xd5\x36\xe5\x80\x8b\x36\xd5\x36\x93\x8a\xa7\x54\x8e\x35\x69\x13\x8b\xda\x74\xe4\x52\xbd\xa0\xe1\xc8\x35\x1d\xb9\x54\x11\xbf\x49\xea\xab\x4d\xb5\x48\x65\x1e\xa7\x5a\xc4\xf4\x5f\xaa\x0f\xed\xda\xe7\x49\xb5\x59\x22\x4e\xdf\x26\xb1\xb5\x36\x89\xad\x25\x9c\xd4\x36\xb1\x94\x6d\x12\x44\xf0\xd0\xeb\x86\x8b\xf6\xa7\xe9\x95\xa5\x8a\x26\xd5\x2b\x6b\x7a\x60\xa9\xa2\x35\xf5\x2a\xda\x52\x43\xd6\xe3\x1d\xb5\xa5\x86\x5c\xd9\x76\x2b\x34\x2a\x3e\xdb\xcf\x6a\x57\x14\x84\xa9\xb9\xf6\xb3\xda\xa4\x86\xdb\x02\x40\xb7\x65\x5f\xe2\xa1\x0d\xfb\xb2\xd4\x7c\xa4\x86\xdb\x92\xcf\x8b\x20\x47\xa2\xa8\xbc\x69\x29\x9b\x69\xae\x14\xe9\xcc\xaf\x69\xae\xb6\xf5\x20\xe2\x00\xd9\xb6\x95\x5b\x2d\xa5\x07\x41\x37\x2d\x65\xdb\xf0\x2a\xe3\x09\xb5\x4d\xac\xae\x6d\x80\x7b\xc6\x13\x6a\x5b\x1e\xec\xe8\xd0\x58\x2f\x3b\xa6\x34\xbf\x77\x78\xda\x2f\x24\xbc\x63\x89\x82\x0a\x81\x8e\x05\x3a\x3f\x3e\x76\xba\xdc\x2f\x7c\xf7\xae\x81\xc9\x38\x33\x5d\x03\xd3\x2f\xb0\x6d\xbe\x0e\x16\xe8\x58\x96\xf3\x73\x9f\xcf\x9d\x91\xf5\x2b\xfb\x58\xb6\x27\x07\x0a\xf4\x0b\xbf\xaa\x5f\xd4\x31\x65\x6a\xb9\xba\xd9\xae\x7e\x85\x9f\x3b\x36\xa7\x5f\xf8\xd2\xfd\x62\x26\xf3\x7d\x56\x4c\xbf\x9a\x3d\x46\x7f\x1f\x19\xe8\xe6\x9c\xba\xf9\xa5\x7c\x9f\xf1\x77\x92\x48\x7f\xba\xf9\x9b\x7c\x1f\x4b\xdc\xcd\xdf\x74\x73\x30\xf9\x2e\xef\xa1\xe1\x55\xf5\xfb\xd7\xc2\x99\xef\xae\x85\xe8\xe6\x2e\x70\x0e\xfb\x43\x15\x46\x7f\x70\x18\xf3\x73\x9d\xc7\x1e\x1c\xc6\xfe\x50\x01\x93\x9f\x23\x7a\xfd\xa1\x02\xa6\x5b\x30\x9c\xa9\x20\xea\x16\x0c\x77\xd3\x1e\xf9\x49\x7c\x0f\x91\xea\x0f\xf1\x97\x8c\xd3\xd2\x1f\xe2\x2f\xfd\x41\x25\xe5\xe7\x38\x78\xfd\x21\x9b\xdf\x1f\xbb\x47\x7c\xa3\x6b\xaf\xfa\xf3\xab\x52\x3a\x24\x33\x1c\x9d\xf2\xdd\x3b\x3f\x07\xfe\x76\x8a\x78\xff\x74\xb3\x19\x99\x28\x7b\x37\x9b\xd1\xcd\x5c\x64\xb6\xdc\x75\x33\x17\x9d\x92\xd9\x3b\xbf\x4c\xe3\x4b\xf8\xa0\x9b\xcd\xc8\x84\x23\xfa\x4b\x28\xa8\xbf\x76\xe5\x65\xce\xb4\x78\xdd\xfa\xd4\xe7\x39\x3d\x36\x90\xdf\x3f\x25\xe5\x3d\x0a\xa3\x7f\x4a\x8a\x01\xfa\x4c\xf4\xa0\x1b\xa0\xef\x1f\x8a\x25\x53\xba\xdc\x3f\x94\x48\xff\x80\x6c\x99\x1c\x73\xa7\x56\xf5\xfc\xf8\xdc\x59\x54\xdd\xf2\xd4\xfe\x11\xb0\xce\xe4\x98\xfb\xc7\x22\xe8\x9f\x1c\xfd\x3e\xde\x95\xa3\x5f\xfc\x9e\x3b\x42\x60\x79\x6a\x37\x40\x9f\x89\x32\x74\xcd\x74\xff\x05\xcf\x8f\x71\xeb\xc9\x09\x4f\xca\xd4\xc7\x64\xa4\xa3\xf2\xff\x74\x8a\x40\xef\xcc\x46\xb9\x9e\x40\x1c\x3d\xe1\x65\x65\x36\xc8\x75\xca\x43\xff\xf4\x94\x6d\x82\xd9\x48\x0e\xcd\xb8\x7b\xfe\x8e\x25\xe9\xc6\xdd\x7b\x72\x8d\xa6\xe3\x41\xf6\x04\xd8\xef\xc9\xee\x25\x66\x43\x9f\xa1\xa7\x5f\x30\xf1\x88\xbc\xb1\xec\x9e\x01\x3f\x39\x31\x8a\xac\xc8\xe7\x04\xf7\x48\x3f\xf7\x4c\x6a\xa4\x67\x62\x16\x39\x15\x9f\xa3\x7b\xc6\xb7\x33\x29\xe9\x6e\x7c\xbb\x5b\x98\x99\xa9\x28\xea\x3a\x26\xdd\x98\x77\x3a\x36\xad\x1b\xf2\xee\x94\x3a\xde\x39\x7f\x7f\x9d\x8c\xef\x05\xc3\xdd\xa9\x84\xbc\x73\x46\x94\x0a\x89\xde\x5e\xec\x55\x3e\xb0\xb4\x97\xc4\x5c\x15\x94\x62\xce\x30\xdc\x12\xc8\x5e\x30\xf0\x99\x28\x4c\xa7\x1e\xf2\xfc\xd0\xfb\x0c\x23\x2d\x81\xec\xc5\xde\x17\xe4\x4b\x97\xa9\x1b\xe9\xc6\x72\x77\x3d\xa4\x5e\x5d\x25\xe5\x78\x4d\xdd\x52\xbe\x5e\xb1\xe6\x99\x20\x4c\x27\xc2\xfd\xa7\x57\xbb\x4c\x10\xa6\x57\xbb\x5c\x9d\xe7\xc2\xc2\xae\x54\x6d\xf6\x6a\xf7\x0a\x93\x50\xf1\x3f\xba\xc1\x6f\x4f\xcc\xed\xba\x61\xbd\xaa\xb3\xcb\x41\x5f\xbd\xda\xe5\xfa\xeb\x72\xa5\x5d\xbb\x6c\xd0\x18\xb3\xdf\x75\xc5\x7a\x90\xee\xca\x14\x08\x77\x2b\xf4\x7a\x28\x5e\x95\x61\x84\xe2\x15\x98\x8f\x4c\x0a\xbb\x1b\x0b\xee\xfa\x67\xb9\x22\x0f\xfa\x67\x3d\x88\x2f\xe5\x5a\xf8\x9e\x22\x47\x11\xdd\x9d\x71\x4b\x7a\xd8\x15\xe3\x9b\xe5\x78\x25\x5d\xaf\xac\x37\x42\x3f\x9e\x4f\xdb\x9b\xa6\xa2\xb9\x22\xe2\x58\xa3\xde\x5c\x11\x16\xac\x79\x1e\x6d\x6f\x4e\x2e\x75\x6b\x87\x76\x86\xd6\xe4\x5e\xcb\x21\xad\x42\x43\xdd\x35\xd5\x27\x85\x54\xbd\xa9\x3e\xf5\xde\x32\xb1\x8e\xae\xf7\xd6\x5b\xf5\xb9\x2c\x2d\xa4\x31\x34\x62\x18\xbd\xe1\xf9\x74\xc3\x96\x39\x60\x81\x5e\x5e\x37\x7c\x48\xe6\xa5\xeb\xe6\x75\x6b\xdd\x32\x59\x91\x6e\xad\x5b\xef\xe8\xac\x42\x08\xa3\x77\x75\x56\xc7\x0b\x2e\x18\xda\xde\x5d\x4d\x9d\xa1\x95\xeb\x3e\x5d\xee\x0e\xad\x13\xe1\xf5\x58\xda\xde\x1d\x5a\x27\x6c\x55\x30\xc8\xbd\x13\xb6\xea\xba\x8d\xe5\xc2\x48\xe9\x36\x76\xdd\xc6\x72\x21\x7c\xba\x8d\xdd\x08\x25\x91\x98\xae\xdf\xd8\x07\x0a\xa0\x50\x96\xd5\x0d\x50\xf6\x81\x8c\x16\x12\x25\x9d\xba\xb2\x3f\x7d\x20\x2c\xe5\x3e\xde\x6a\x1f\x44\xd0\xfa\xc0\x70\x95\xfb\x86\xa6\x9a\x1d\xe5\xf8\xfc\x80\xed\x3e\x94\x1f\xbc\xcc\xf3\xd8\xe9\x9d\xee\x65\x1f\x88\x72\x21\x9f\xd2\xf1\x35\xcf\xcf\x92\x76\x7a\x3c\xc2\xe7\xb0\x65\x45\x23\x65\x1c\xb3\xeb\x72\x96\x9b\x09\x1f\x8e\x8c\x4a\xb2\x87\x38\x47\xd7\x0b\xed\x86\x18\x0b\xdb\xaa\xfa\x24\xfe\xd3\x27\xf1\x9f\x72\xa3\xdc\x0d\x27\xf6\x89\xfb\x51\x6e\x94\xfb\x54\xce\x26\xe9\x94\x72\xa7\x33\x19\x53\x33\x8d\x33\x7a\x97\x3b\xf3\x5c\x1e\xd2\xec\x72\xa1\x0d\x3c\xec\x3e\x09\xdb\x96\xbb\x24\x68\x3e\xf7\x63\x01\x0a\x68\x56\x9f\xab\x3e\x87\x81\xd3\x0b\xed\xb3\xfa\x1c\x02\xa4\x17\xda\x67\xd8\x3f\x66\x63\xea\x6d\x10\x22\xbc\x0b\x5b\xb1\xfa\x0c\xdf\x95\x2d\xa4\x7b\xfa\x94\x2d\x13\xb6\x50\xaa\xdd\x75\x60\xfb\x42\x79\x95\xe7\x0a\x68\x59\x1a\x5d\x21\x94\xd2\x17\xf0\xa4\xaf\xe4\xe7\xd0\xe4\x4b\xb6\x18\x16\x2b\xcf\xc3\x73\xba\x65\x44\xbd\x0e\xad\x40\xf3\x39\x5c\xb5\xc2\x21\x07\xdd\x10\x58\x37\x04\x56\x1e\xec\xaf\xf5\x6b\x7d\x91\x99\x28\x14\x2c\x74\x62\x5f\xe7\xc7\x77\x99\x36\xc3\x5d\x7d\x55\xfb\x8c\x87\xb4\xb4\xc9\xab\xfe\x9e\x3b\x53\xbe\x94\x96\x45\xf8\xa7\x10\xd6\xe9\x78\xd1\xe7\xe7\x93\xc6\xbb\x61\x5f\xc2\xbe\xa0\x70\x97\xac\x22\x14\xf5\x3c\x68\x87\xed\x72\xde\x9f\xc3\x3d\xb8\xb0\x6f\x95\xe6\x4e\x7e\x0e\xdf\xcf\x12\xb4\xbe\x5d\xba\xec\xf8\xea\xfa\xe1\x7d\x83\x63\xca\x53\xa5\x85\x34\xbb\x1c\x17\xb4\x29\xcd\x77\x99\xf1\x0d\x1e\xed\xfb\xc7\x16\x3c\x2e\xfd\xf5\xae\xbf\x5e\x48\x3c\x75\xfd\xf5\xbe\x95\xa0\xf7\xe2\x5d\x22\xce\xdd\xfa\xb4\xc2\xae\xb2\x6e\xb4\xab\x6f\x94\x75\x79\x59\x80\xd6\xa7\x75\xeb\xd3\xca\xcb\x54\x6e\x59\x40\x3d\xd9\x43\x40\x68\xe8\xd6\x8f\x8b\x72\x8a\xf2\x1e\x6d\x33\xf4\xeb\x07\xf1\xa3\x43\x8b\x43\xc3\x67\x18\x97\x6c\x79\x5f\x9e\xc3\x67\x18\x97\x5a\xee\x7d\xff\x7a\x3f\xdd\xb8\x8e\x64\x9d\x1f\xe4\x9f\x78\xd6\x00\x03\x9c\x1f\x47\x79\x14\xd9\xb8\x8a\xb4\x62\xb7\x12\xcd\x21\x38\xe3\x52\x70\x38\xce\x61\x5c\x20\xdb\x61\xac\xa9\xe0\x7f\x0e\xf1\xc1\xb8\x5c\x3b\x6f\xe6\x7b\x70\x63\x5c\x3f\x6e\x04\xcf\x35\xdb\x80\x1b\xf8\x81\x43\x80\x30\x6e\xac\x68\x21\x4c\x35\x6e\x04\x62\x58\x6c\x56\x08\x53\x8d\x1b\x3f\x75\x50\x4b\x76\x68\xa7\x89\x1b\x40\x38\x6e\x7c\xd2\xf2\xc1\xc9\x1b\x65\x39\xa8\x1b\xbb\xcb\xaf\x0d\xfc\x92\x21\xe0\x28\x6c\x6b\x1b\x02\x8e\x71\x3b\xa9\x6c\x6b\x1b\xa0\x8f\x3f\x43\xc0\x51\xbe\x23\x88\x43\xc0\x31\x00\x1c\x4f\x3a\x8a\x71\x58\x2b\x35\x1e\x3c\xad\xc2\x6e\xb5\xf1\xe0\x4a\x8d\x47\xb3\x82\x0f\x39\x04\x21\xc3\x9d\x87\x85\xc3\x14\x86\x35\x55\xe3\xc1\x3a\x96\xc4\x6c\x3c\xd4\xa9\x8d\x07\x57\xb8\xa4\x63\x59\xc7\xc3\x72\x1a\x0f\x86\xbf\x24\xb8\x2c\xb8\x18\x8f\x31\xac\x63\xa8\xc7\xab\x2c\x09\x2e\x0a\xe1\x93\x21\xb8\x18\x2f\xfe\x46\x49\x47\x71\x8f\x17\x65\x39\x04\x17\x25\x1f\xd1\x1c\x82\x8b\xf1\xda\x95\x0c\xf7\x5e\xbb\xf2\x3a\x91\x94\x3a\x0e\x6a\xa4\xfe\x0c\xc1\x45\x01\x38\x0e\xc1\xc5\x30\x9c\x56\x78\x55\x70\x31\x3e\x15\x5e\x3e\xfa\x7d\x7c\x18\xea\xf1\xb1\x17\xb1\xe4\xec\x73\x8c\x4c\x10\x52\x88\x73\x0d\x41\xc8\x10\x84\x94\x7c\xf4\xfb\x10\x84\x0c\xab\x84\x4a\x2e\x3e\x47\x57\xc0\x22\xb7\x87\xdf\x8e\x8f\x18\xe9\x70\xdf\x5c\xc9\x95\x76\xf1\xf4\xc6\x47\xa4\xa9\xb0\x2f\x6d\x58\x25\x34\xac\x12\x2a\xe5\xe2\x7b\xd8\x8b\xf1\x11\xa1\x28\xe5\x28\xe9\x21\x08\x19\x1f\xb1\xed\x52\x1e\x9e\x73\x36\x04\x26\x85\x08\xcf\x10\x98\x0c\x80\x89\x45\x92\xc3\xa2\x9e\x91\x5c\xd9\x04\xcc\x46\xc2\x89\x1d\x82\x95\x52\x98\xf0\x24\x0b\x92\x0e\x02\x75\xfe\x23\xb9\xda\x93\xf2\x5d\xe0\x32\x28\xe5\xfc\x30\x5c\x02\x41\xc3\xed\x6b\x23\xfd\x86\x91\x79\xd7\x99\x4c\x0a\x10\x27\x18\x8c\xe4\x30\x04\x30\x9e\x5d\x3b\x12\x59\xe1\x21\x80\x29\x78\xac\x43\x00\x33\x00\x30\x4f\x1c\x58\x37\x32\xf8\x6a\x64\x87\xc1\x2e\xb7\x91\x55\x50\xf9\xcb\xd2\x7c\x0e\x2e\x67\xbb\x57\x91\x82\xec\x6c\x64\x32\x30\x85\xc4\xe4\xc8\xd4\x35\x0d\x41\x4d\xa9\x74\x59\x50\x33\xf2\xaf\x2b\xc7\xd9\x1d\x82\x9a\x01\xa8\x79\x49\x2e\x0d\x41\xcd\x70\xf3\x55\xa1\x9e\x66\x88\x3c\x46\xd1\xea\x71\xfc\xd5\x28\xc5\xe7\x54\xef\x91\x78\xb7\xf8\x9c\xeb\x20\xe0\x5e\x71\x1d\x88\x50\x0a\x09\xb6\x61\xbd\xcf\x10\xa1\x14\xce\x01\x18\x22\x94\x01\x42\x79\xf1\xcc\x86\x9b\x8d\x86\x25\x36\x95\x7c\xd8\xb0\xc4\x66\x54\x26\xb2\x5e\x77\x85\xc6\x68\x2b\x5d\xf6\xa0\xd7\x51\xed\x72\xc5\xc1\xac\xd7\x41\x32\xa3\xe2\x60\x8e\x5a\xa4\xa1\x94\x44\x23\xa3\x12\x59\xab\x6c\xcb\x1f\x95\xc8\xda\xa8\x61\x1b\x74\x99\xa8\xf1\xf9\xa9\xd0\xe0\x5e\x25\x1e\x33\x2a\x16\xa9\x5e\xf5\x85\x86\x0e\x16\xc9\x54\xf6\xd6\x0d\x91\xcc\xa8\x0e\x0d\x7d\x2b\x92\x19\xf1\x1b\xda\x01\x3c\x43\x24\x33\xac\x74\xa9\xf7\x71\x7d\x46\x68\x22\x28\x6e\xb9\xeb\xfd\x4a\xab\xd2\x78\x97\x02\xce\x21\x92\x19\x51\x7f\xb4\x33\xe1\x11\xbe\x8b\x3c\x56\xfc\xa6\x11\x2e\xab\xb0\x7b\x04\x7d\x86\xe8\x66\x80\x6e\x5e\xec\xf9\x10\xdd\x8c\xf6\xd9\x95\xe3\x0b\x0c\x63\xce\x43\x74\x53\xa9\xf3\x1c\xa2\x9b\x21\xba\xa9\x37\x3a\x58\x74\x33\x1a\x5b\x38\x3c\x7e\x75\x34\x60\xc1\x68\xf8\xdd\x95\x6d\x09\xa3\x01\xd2\x46\x73\xb8\x04\x91\x46\x73\x86\x1a\xb2\x5c\x1f\x66\xb7\x29\xcb\xc6\xb5\x2b\x45\x3c\xc3\xb8\xf6\x60\x97\xcf\xa1\x1d\xc9\x68\x6a\x96\x86\x1f\xe1\x11\xad\xa3\x55\xfb\x52\x6d\xe3\x65\x1c\xe1\xd8\x9c\x5d\x5c\xb3\xd1\xc2\x36\x70\xd0\xeb\x71\xcd\xfe\xd2\xc8\x37\x62\x51\xa3\xc9\x49\x52\x1e\x43\x30\x35\x00\x53\x2f\x79\xa2\x61\x29\xc6\x30\x66\x5e\xf1\xc8\x46\x77\x15\x83\xa9\xee\x8a\x47\x36\x08\xa0\x9f\x1f\x7b\x9a\x7d\x17\x6e\xf4\xe4\xc8\xd1\xe5\x3d\xf9\x2e\xce\x6b\x7d\x0a\xcf\xa9\xb4\x7a\xb6\xf7\xe8\x68\x01\xd6\xe8\x3f\x0e\x31\xab\x5d\x3f\x42\x80\x55\x5f\x38\x2e\xc0\x1a\x5d\xf9\xc7\xd3\x1a\x5d\xf9\xef\x72\x8d\x0a\xd2\xd1\xab\x7d\x91\x6b\x1c\x6b\x35\xba\x5c\xeb\x0a\xd8\x8b\x86\x72\x13\xd3\x10\xb0\x55\xf2\x7b\x43\xc0\x36\x00\x6c\x2f\xe9\xa9\x31\x5c\xda\x03\xd3\x55\xf5\xb4\x86\x2c\x70\x8f\x50\xd5\x6d\x72\x8f\xd0\x70\x3f\x50\x25\x0d\x38\xac\x32\x19\x03\x47\xb5\xbe\x68\x9e\xa1\x7b\x35\x88\x97\x54\xdd\xa6\x81\xf3\x3a\x04\x76\x95\xf4\xde\x18\x44\x24\x87\xd5\x28\x95\x2a\xa2\x61\x35\xca\x00\xe0\xdd\x95\x8a\xa1\x21\xb2\x1b\xe3\xc7\x02\x4c\xdc\x90\x05\x6c\x33\xba\x2b\x27\x5f\x8d\x41\x2a\x6f\x58\xa1\x52\xa9\xfa\x19\x22\xbb\x21\xb2\xab\x1f\x26\x4e\x64\x37\x40\x76\x6f\xa2\x59\x91\xdd\x30\xf6\x5f\x29\x04\x1a\xc6\xfe\xc7\xe4\x44\x84\xfa\xa1\x65\xa6\xcb\x78\x62\x1d\xeb\x17\x09\x1a\x96\x5a\x94\x54\x13\xeb\x49\x94\x34\x40\x49\xaf\x86\x5f\x94\x34\x4c\xec\x7b\x0c\xeb\x30\xb1\x3f\x4c\xd8\x57\x12\x6a\x63\xb9\xc4\x0c\xf3\xd7\x94\xa0\xb9\x9c\x96\x82\x61\x97\x4d\xce\x0f\x77\xe5\xd4\x84\x5a\x70\x57\xce\x00\x8c\xdc\x35\xa1\xdd\x96\x42\xb0\x7e\xdd\x43\x2d\x88\x4c\x06\xc8\xe4\xe5\x54\xcd\x61\xe4\x7f\x98\x23\xf7\xa4\xd4\x61\x8e\x7c\x88\x4c\x6a\xc6\x3a\x6e\x5d\x70\x00\xca\xed\xc9\xa8\x63\xeb\xab\x6c\x05\x23\x63\x31\xb7\x82\x21\x32\xa9\x19\xad\x20\x32\x19\x9b\x8d\x58\x9e\x8e\x3a\xb6\x0e\xeb\x2e\x7e\x0f\x65\xb9\x75\x58\x77\xf1\x5d\xd8\xb2\xcb\xef\x5d\xd8\xa2\x1b\xb6\x65\x8b\x68\xa5\xe6\x44\x1b\xa0\x95\x41\x92\xe1\xae\x19\x45\xbb\xb5\x17\x5b\xb6\x70\x82\xea\x10\x99\x0c\x90\xc9\xcb\x26\x8a\x69\xea\x7b\x5e\x80\x33\x0f\x53\x9d\xa4\x1a\xfe\x4c\x92\x0c\x77\xa5\xba\x76\x5e\x04\xdc\xe6\xf5\x63\xcb\xe1\xf2\x14\x99\xcc\xeb\xc7\x82\x08\x68\x53\x1a\x02\x44\xec\x6f\x0a\x3d\xe6\xa5\x14\xe0\x86\x4d\x70\xc8\xf9\xe1\xdd\x72\xd3\x17\x94\xef\x34\x0d\x51\xcb\xcd\xf7\xaa\xfd\x73\x26\x71\xc3\xa6\x90\x62\x02\x29\xde\x38\x90\x75\x0a\x29\xe6\x6d\xf7\x70\x91\xa6\x7b\x55\xa6\x7b\x55\x2a\xbb\xfe\xe7\x8d\x6d\x98\xee\x4b\xa9\xb8\x4d\x53\x48\x31\x85\x14\xb5\x04\xcf\x15\xdf\xb5\x2b\xf5\xac\x8d\x29\x7c\x98\xb7\x4b\x0d\x7f\x68\xde\x08\xda\x14\x3e\x54\x7c\x9f\x29\x7c\x98\xc0\x87\xef\xfa\x9e\xbf\xfd\x99\x0f\x3e\xfb\x7c\x54\xc2\xd4\x69\xcd\x07\x9f\x7d\x3e\x72\x9e\x3a\xad\xf9\xc8\xf9\x47\x8e\x52\x93\x35\x1f\x39\xfa\x64\xdf\x65\x86\x1e\x34\xcb\x7c\x80\xc5\xb5\x56\x9e\x03\x16\x4f\xf3\x1f\x95\x42\xac\xf9\xe0\x23\xcd\xc7\xb5\x56\xe3\x83\xf6\x4a\xfb\xa4\xf1\xae\xc3\x35\x27\x52\x29\xc4\x9a\xc2\x96\xf9\x50\x88\x55\xc9\x60\xcf\x07\x41\x9b\x8f\x5a\x89\xa2\xab\xc9\xe9\x29\x7f\xe6\xa3\x62\xa6\xe8\x6a\x3e\x61\x1b\x20\xad\x1a\x07\x7b\xcc\x87\x60\xcb\x14\xde\xd4\x78\x68\x57\x56\x01\x6f\xbe\xfb\x28\xe1\x69\xee\x64\xbe\x78\xa2\x95\xda\xac\xf9\xe2\x89\x4e\xcf\x3c\xa9\xc4\x26\x27\x87\x9d\x9c\x1f\x86\x4b\x6d\xd6\x7c\x65\x9f\x3b\x4b\x6a\x7c\xbc\x8b\x53\x33\x5f\x25\x83\x7a\xad\xf9\x2a\x19\xaf\xeb\x19\x77\x72\xbe\xac\xe7\xf9\x82\x3d\x2a\x59\xc0\xe9\x39\x28\xd3\xf3\x4d\x6a\x30\x6d\x2f\x6b\x72\x0a\xab\x6a\x54\x9e\x93\x55\x6f\xb5\x8d\x4a\xbb\xa8\xaa\xf9\x56\xbf\xc7\x74\xbc\x38\xe8\x93\x23\x4d\xee\x1a\x91\xff\xd2\xca\x4f\x91\xd8\xf4\xf8\x13\x0f\x5b\x9d\x22\xb1\x09\x12\xfb\xf0\x33\xe6\x87\x39\x9b\x1f\x55\x5a\x71\x1d\xd7\x6d\x02\xcb\xce\x4f\x97\x56\xa1\x4d\x69\x84\x2e\xaf\xe3\x5c\xcf\x0f\x13\x37\xbf\x64\x75\x05\x4b\xf1\x23\x76\x39\x01\x69\x87\x56\xa0\x85\x34\xbf\xc7\x44\x7f\x0a\xe7\x47\xce\x36\x38\x2d\x62\x7e\xae\xa7\x8f\xe5\x1e\xd7\x43\xbb\x2e\x77\xf7\x75\xc4\xf5\xd2\xae\x42\xf7\xc1\xdd\x20\xb1\x39\x81\x6f\xe7\xa7\x49\xe3\x7b\x38\xf0\xd3\x94\x53\x10\x82\x9d\xa6\x9c\xa6\x27\xa2\x04\x45\xed\xf3\x03\xc8\x4e\xf7\x7f\xc4\x75\x34\xe8\xfc\x9c\x05\xb6\x81\xdc\x41\xa2\x74\x02\xf3\xce\x8f\xe3\x38\x1e\xd1\x14\xed\x4d\x0e\x46\xb9\x03\x2f\x7c\x8a\xf6\x26\x68\xef\xc3\xb9\x98\xa2\xbd\x49\x36\xea\xf6\x48\xd9\x29\xda\x9b\xe9\xb3\x09\x54\x4f\x52\x38\x01\x7d\x77\x70\xdb\xc2\x4c\x0a\x67\x3a\xc2\x59\x03\x4d\x91\x54\xaa\xe0\xc0\xf3\x18\x9f\x4b\x7e\x2e\xf9\xb9\xc2\xe7\x5c\xee\xe0\xc0\x3b\xf0\xf3\x67\x72\xb9\xa7\xec\x28\x50\x01\x49\x05\xea\x0e\x93\xe0\xb2\x86\xe9\x0e\x93\x99\x8a\x92\x81\x32\x4f\x72\x3e\xfd\x38\x7f\x2c\xfa\x4c\x72\x3e\xfd\x38\x1f\xb4\x2b\xe7\xd3\x8f\xf3\x28\x78\xb6\xa5\x9c\x1f\xfa\x0c\x4e\x9a\x29\x64\x0b\xf6\x27\x28\xf5\x9f\x1c\x8e\x72\x7e\x68\x83\xa8\xf6\x4c\x0a\x73\x92\xcb\x9c\xbf\x31\x05\xa3\x13\x30\xfa\x7d\xc7\xe1\x9e\x59\xcd\x28\xf0\xf4\x40\xdc\xe9\x71\x28\x33\xb3\xdc\x83\xa8\xf6\xcc\x0a\xae\x59\xb7\x20\xaa\x3d\x41\xa6\xe7\x87\xe1\xde\x2f\xcf\xe5\x2c\xad\x4a\xf3\xb9\x21\xcd\xae\xa0\x3e\xb2\x2c\x70\xf7\x49\xdc\x18\x16\x77\x9f\x4c\x81\xac\x07\xe9\x4e\x81\xec\xcc\xd5\xe1\x32\x95\xb9\xda\x67\xaa\x87\x83\x1d\x06\x33\x57\xbf\x87\xb6\x0c\xca\xf2\x66\x56\x5b\xe6\x90\x7d\x99\x77\x65\x95\x47\xb3\x04\x3b\x11\xa6\x47\xb3\x4c\xc1\x72\xb0\x13\x61\x0a\x96\x27\x60\xf9\xe3\x34\xa3\x29\x58\x9e\x45\x81\xe4\xd4\x8f\x59\x64\x5f\xf9\xe4\x7c\xf5\xb9\x26\x6d\x4b\x3b\xdd\x2b\x4a\x9a\x29\xbe\xe0\x24\x90\x59\x94\x34\x37\xd1\xc4\x83\xd2\x2f\x4a\x9a\x9b\x68\x82\x50\xf7\x2c\x78\x35\x53\x40\x1e\x8f\x7d\xd1\xd8\x14\x25\xed\x41\x8f\x14\x25\xad\x28\x69\x1c\xeb\x31\x4d\x19\x4e\x01\xb9\xe7\xfa\x4e\x01\xf9\x2c\xb2\x94\xf0\xf7\x2c\xb2\xb4\xb8\x9e\xd5\x73\xc5\xf5\x5c\xd0\xaa\x41\xf8\x7b\x16\xa5\x8f\xc3\x53\x0e\x8d\x77\x35\x36\x02\xfc\x20\xd4\x3d\x05\xf8\xb3\xec\xf8\x97\xbf\x7f\xf9\x80\x8f\x69\x0a\x72\x9a\x6e\x0c\x4e\x13\x99\xa6\x1b\x67\x55\x1d\x3e\xf9\x48\x50\x55\x1d\xd6\x5f\x97\x59\xcf\x02\xf7\x59\x71\x95\x83\x43\xc6\x66\x25\x9a\x38\x2b\x30\x2e\x38\x3c\x6c\x0a\xbe\x27\xe0\xfb\xcb\xac\xb5\x50\x6b\x92\x25\xbc\xe3\x45\xf8\x42\x0d\x19\x72\x99\x6d\x08\x93\xfc\xe1\xf9\x91\x86\x8b\x10\x94\x2a\xcc\x90\x2b\xd4\x11\xce\x90\x2b\x9c\xcf\x71\x07\xb1\xd8\xe9\xb6\x90\x19\xe1\x73\x74\x39\xf0\xda\x27\xbb\x43\x0e\x8d\xe7\xec\x1e\xe0\xfb\x23\xf1\x39\x1b\x15\xe4\xb3\x29\x40\x5c\x54\x31\xd9\x46\x71\x7e\x6c\xa2\x26\x68\xc8\x32\x1b\x23\x0e\x8d\x77\x09\xba\x4f\xc1\x72\x70\x8c\xd9\x14\x2c\x4f\x53\x86\xf1\xb1\x4e\x4d\x19\xce\x86\xc9\x8c\x8f\x75\xda\x28\xe2\x99\x82\xe5\xe0\xe2\x89\xd9\x5c\x2f\xa2\xdc\xf8\x58\x93\xa2\xdc\x09\xca\xa5\x48\xfd\xcf\x14\xe5\x4e\xd3\x7e\xf1\xe1\x38\x99\xf6\x9b\x5d\xd9\x23\x3e\x3b\xbb\xb2\x27\x02\xf5\xb0\xdb\x29\x02\x9d\x5d\x8d\x46\xde\x7f\x76\x6d\x49\x57\xce\x38\xf8\x76\x76\xb2\x4a\xb3\xab\xd1\x38\x86\x64\x76\x39\x2a\xda\x0c\xc0\xcc\x14\x6d\x4e\xd0\xe6\x17\xa5\xfc\xb5\x91\x37\x7b\x38\x87\xd6\x9b\xad\x11\x73\x90\x4c\x9a\x82\xd1\x48\xc7\xa7\x9f\x1e\x4e\x31\x07\xd8\x3b\xd8\xc9\x37\x07\xbb\x64\xe7\xd0\x02\x53\x52\x30\x87\x16\x18\xfc\x79\x07\x25\x05\x73\x28\x5f\x24\x1b\x0f\x2d\x41\x63\x44\x56\xb1\x45\xc2\x43\xb6\x8a\x6d\x5a\xc5\x16\xd4\xce\x4d\xc1\xe8\x1c\xca\x9c\x4b\x67\xe8\x0a\x0a\x50\x23\x23\xfe\x03\xa4\x38\x87\x32\x97\xf1\x1a\x86\x2b\x71\x28\x73\x84\xa1\xe7\xd0\x0e\x0c\x5c\xc1\x20\x0c\x3d\x05\xa8\x13\x80\x9a\x38\x81\x72\x0a\x50\xa7\x3b\x19\x82\xc8\xf4\x9c\x5a\x5b\x77\x32\x44\xc6\x65\x9c\xae\xd8\xe9\x8a\xe5\xac\x95\x69\xea\x71\x5a\x28\x17\xec\x22\x99\x53\x3b\x40\xb6\xf1\x0e\xa0\xd3\x9c\xc4\xb7\x26\x75\x70\x77\x50\x0f\x31\xa7\x42\xc2\xb6\x84\x78\x8b\xa4\x2e\x49\xae\xa0\xa2\xad\x89\x9b\x53\x11\xce\x3e\x57\xed\x9e\x72\x43\x54\x7b\x9a\x8d\x9c\x1e\x9d\x11\x9c\xa2\x36\x3d\x3a\x63\x4e\xcd\x00\xa5\x14\x73\x6a\x06\xe6\x8f\x7b\xe8\x68\x33\x94\x73\xaa\x50\x32\x33\x64\x86\x72\x7a\xec\x46\x70\xc7\xc5\x14\x7b\x4f\xb0\x77\xba\x51\x00\x4b\x97\x70\x7d\x36\x81\xe1\x5f\x3a\xd2\x16\xee\x87\xca\xc8\xc2\xfd\xb9\x14\x34\x2a\x38\xe6\xd2\xb2\x2e\x9d\x90\x72\xf1\x6e\x96\xa6\x00\x95\x9b\x77\x15\x20\xb3\x91\x41\x52\x60\x8a\xe5\xa7\x58\x3e\xca\x73\x86\x6b\xe6\x71\x9a\x51\xf4\xec\xdf\x69\x46\x71\x9a\x3d\x0c\xca\x20\xa7\x18\x7d\x82\xd1\xd3\x03\x69\xab\x8c\xcc\x1e\x06\x87\xe1\xcc\xed\x84\x8b\xbd\xa3\xa0\x01\xb6\xab\xdd\x2a\xbe\x10\xc5\x99\x29\x9c\xdb\x09\xaf\x97\xcf\xf9\x2e\x39\xaf\xa0\x32\x72\x92\x22\x3c\x3f\x70\x9e\xca\xc8\xb9\xd5\xb3\x5b\x8b\x54\x71\x4c\xb6\x0a\x4a\xec\xed\x11\xbf\x53\xec\x3d\xcd\x00\x86\xa8\x50\x9c\x3d\xc1\xd9\xe9\x3d\xfe\xc1\x12\x67\xaf\x4b\x03\x5c\x0f\x0c\x59\x17\xd0\x64\x5d\x2e\x67\xce\xdb\x59\x17\xcb\x79\x99\xa6\x8b\x7a\x5c\xc2\x75\x91\x07\x5e\x62\xe5\xa8\x67\xe9\x2e\x4b\xf6\xd6\xa5\xb1\xe5\x0c\x9e\x65\xea\x6e\x99\xa6\xb3\x74\x7a\x89\x9f\xd7\xe5\xd2\x65\x17\xeb\xba\x30\x17\xeb\xd2\x5c\x70\x06\xcf\xba\x10\xbe\x65\xb9\x5f\x80\xec\xd6\x15\x3e\xe7\xd0\xe2\xe6\xb9\x66\x9f\x19\xda\x77\xfc\xee\x25\xf6\x5e\x9e\x31\x11\xd4\x5e\x2e\xcf\x98\x58\xb7\xb3\x41\xd5\xc9\xba\xf1\x2d\xd6\xad\x17\xcb\x8e\x98\x75\x33\x43\xeb\x76\x36\xa8\x1c\x59\x62\xef\x65\xea\x2e\x8e\x02\xfd\xb3\xc4\xde\xcb\xb3\x1e\x22\x2a\xcf\x11\x5b\x5d\x37\xa9\x6b\x0b\xa3\x97\x67\x3d\x2c\xce\x7a\x08\x4e\x36\x59\x66\xf8\xd6\xad\xda\x3e\xa0\xeb\xfc\x61\xb3\x2e\xa1\x08\xba\xec\xc8\x80\xed\x89\x03\xa5\x96\x10\x7d\x81\xca\x9f\x8b\x43\x7e\xd6\x43\xde\x6a\x3d\x67\x69\x3c\x96\x59\xaf\x87\x1c\xd5\x02\xa9\x3f\xd7\x75\x64\x60\x3d\x60\xc7\xc5\xf9\xa5\x87\xc6\xbb\xd9\xef\x1d\x3d\x74\x68\xbc\x9b\x7d\x37\xfb\xee\xf1\x68\x96\xb0\x7d\x3d\xc7\x72\x1d\x5a\x82\x16\xd2\x06\xb4\x8f\xe7\xd0\x40\x8b\xb2\xc5\x43\xab\xd0\xfc\x5e\xf5\x7b\x89\x77\xc3\xef\x85\x7d\x39\xf6\x65\x3d\xb2\xe5\x09\xdb\x80\x55\x4f\xf8\xee\xd1\xcb\x8f\x47\x04\x2f\x21\xfa\x02\xa2\x27\x4a\xdb\x97\x10\x7d\x91\x88\x3c\x8f\x49\xfb\xa4\x39\xb4\x83\x82\xd6\x0b\x00\x5d\xef\x51\x30\xcf\x05\x0a\x5a\xe0\xf5\xf3\x23\x4b\xcf\x72\x5e\x9c\x51\x7a\x7e\x5e\x69\xbc\x0b\x44\x5f\x40\xf4\x43\x0b\x68\x21\xad\x43\xab\x37\xb4\x29\xcd\x2e\x1f\xe8\xbd\x5e\x54\xc1\x7a\x8f\xbc\x1d\x1a\xdf\xcb\x7e\xef\x08\x5f\x7c\x95\xcf\x65\xbb\x77\x98\xfd\x5c\x17\xf2\xc3\xc1\x12\xe7\x87\x66\x41\x37\xeb\x75\x59\xbd\xa5\x4b\x63\xb8\xca\x23\x85\x99\x87\xf6\xd7\x49\xf9\xe5\xf1\x13\x8b\x33\x4e\x9f\x8b\xfa\x9d\xf5\x3a\x09\x6f\x30\x81\xec\x7d\x5e\x24\x62\xcf\x8f\xcd\x3d\xf4\xde\x49\x00\xf1\x27\x54\xea\xf2\x34\x86\xf5\x7d\xf6\xf4\x78\x28\xeb\xc3\x49\x5b\x80\xfc\x43\x3b\x9f\x13\xc9\xaf\x4f\x46\x52\xbf\xb3\x3e\x65\xf3\x53\x36\x01\x3a\x4b\xd4\xbe\x48\xad\x3e\x1e\x91\xbc\x3e\x99\xc6\xa1\x0c\x87\xf6\x42\xb3\x8d\xe3\xf4\x1d\xda\xe1\x86\x48\x7e\x91\x82\x7d\x2e\x0e\x96\x5a\xe6\x59\x17\x87\x32\x3c\x1e\x9d\xbc\x3c\x8d\x61\x7d\x75\x48\xe3\x7b\xca\x26\x45\xa1\x87\x46\x5f\xc2\x3e\x2b\x9b\xec\x53\x5a\x9f\x4b\x96\x73\x4c\x0f\x8d\x76\x09\x74\xaf\xef\xc8\xab\xb7\x0c\x2c\x41\xfb\x02\xb4\x27\xce\xac\x59\x82\xf6\x95\x3e\xc4\x81\xfd\x23\x2b\xc9\xa9\xa4\x68\xde\xa8\x4a\xeb\x49\x57\xfa\x71\xef\xa0\xdd\x25\x42\x5f\x29\xc1\x15\x2a\x84\x56\x52\x0c\x93\x62\xf8\x20\x0f\x9e\x3a\xba\xc8\xde\x1e\x1a\xef\x66\xdf\xcd\x70\x80\x4d\xe2\x2b\xc9\xd1\x24\x47\x29\x11\x5a\x49\xf5\x0e\x92\x3f\x34\xbe\x97\xfd\x5e\xb1\xdd\x63\x7d\x96\x08\x7d\x81\xd0\x9f\x8b\x9c\xd3\x02\x9a\x9f\x9f\x25\x8d\x71\x80\x9b\x56\x52\x36\x29\x1b\x5a\x09\x2b\xb5\x92\x5a\x01\x8c\xb4\x52\xb5\x8d\xb0\xcf\x1f\x7c\x09\xfb\x1c\xbe\x7b\x5c\xa9\x25\x6a\x5f\xa0\xf6\xe7\x22\xd1\xb4\x44\xed\x0b\xd4\x9e\xb4\x16\x99\x18\xe7\x22\x85\x7c\x1e\xfb\xa0\x25\x69\x55\x9a\xcf\x75\x69\x76\x05\x25\x93\x41\x12\x0b\x24\x7f\x68\xbc\x4b\x52\x75\x71\x3e\xc4\xa1\xf1\xae\xac\xcf\x49\x16\x20\x54\x59\xe5\x9b\x55\xbe\x94\x12\xad\xec\x74\x80\xf8\x0f\xed\xb0\x4a\xc4\xbf\xf2\x8f\xa5\x98\x90\x4c\xbe\x78\x65\x05\xf7\x09\x9e\xab\xf6\xb9\xa2\xc9\x28\x11\x5a\x59\x53\x93\x6b\x97\x46\xff\x5c\xcf\x59\xc1\x25\x99\xb5\xb2\x82\x9b\xc3\x77\x0f\x2c\x5e\x59\x2b\x0a\xa0\x3f\x34\xda\x88\xdf\xbb\x4b\xda\x99\x5e\xd1\xfd\x02\xdd\x67\x8e\x8a\x5f\xa2\xfb\x05\xba\x7f\x2e\x4e\x48\x59\xa2\xfb\x55\x5c\xf7\x54\x1c\x2d\xd1\xfd\x2a\xdf\x90\x56\xa0\x4d\x69\xeb\xac\x8d\x72\x7a\x57\xd4\xa9\xd4\xf9\x3e\x17\x07\xa9\x2c\xeb\x7c\x57\x51\x57\xbe\xe8\x77\x90\xfe\x9f\x55\x0a\x33\x09\x14\x5d\x45\xc5\x58\x54\x82\xe4\xbc\x56\x51\xf8\x8a\xc2\x07\xec\x5c\x02\xf9\x55\xea\x2d\x8d\xae\xe0\x14\xaf\xa2\x40\x02\x45\x57\xd1\x4c\x15\xb5\x21\x4e\xf6\x12\xc8\xaf\xa2\x99\x7a\xed\x33\x5e\xe2\x2a\xaa\x82\x17\xf5\x20\xb8\x5f\x9c\x8c\x2a\x0e\x5b\x25\xec\xb2\x96\x8b\x14\xda\x12\xef\x2f\x12\xfa\x59\xb5\x2d\xde\x5f\xf5\xc7\xd0\xe3\x4e\x2f\x4b\x8e\x57\x55\x46\x5f\xcc\x40\x55\x15\x54\xad\x14\xa7\x7d\x2e\x13\xff\xab\x6a\xa5\xd8\x9b\xbf\xaa\xce\x40\xd5\x19\xe0\xb4\xb6\x55\xb5\x48\x55\xe5\x4a\x25\xfd\xaa\xba\x3e\xe4\xff\x9f\x8b\x4a\xfa\x55\x41\x1e\xab\xaa\x48\x41\xca\xab\xaa\x48\xab\x5c\x06\x29\xaf\x2a\x97\xab\x5c\xe6\x70\xef\x65\xb9\xf2\xaa\xca\x28\x87\x7b\xaf\xaa\x8c\x56\x65\x94\x93\x42\x57\x95\xa3\x14\x03\x1c\x1a\xef\xca\x96\x2a\x5b\xd0\x72\x16\x03\xac\xf8\x7c\x95\x25\x19\xca\x4f\x38\x5c\x0a\xa3\x56\x80\x3f\x57\xfc\x86\x8b\x5e\x0e\x2a\x5a\x17\x87\x91\x1e\x1a\xcf\x69\x23\x42\x8d\xa6\xb5\x0d\x1d\xd6\x70\xf9\x71\x8e\xf7\x32\xbe\xb1\xc2\xe1\x72\x8e\xf7\x0a\x87\x16\x0e\x8d\x3a\xf7\x65\x7c\x63\x71\x22\xc6\xe3\xd9\xde\xcb\xc3\x48\x57\xa8\xd1\xb8\xd2\x66\x85\x4e\x6c\x28\x2c\x9c\xed\xbd\x8c\x79\xac\x70\xf9\x25\x54\x95\x31\x8f\x45\xcc\x23\x53\x2c\xb8\x9a\xda\xab\xa9\xbd\x08\x0c\x2c\xcb\xa9\x57\x73\xa9\xa5\xe7\xfb\x6b\x23\xef\x01\x13\x8b\xc8\xc8\x79\xe5\xb4\xd6\x54\x64\x4d\x1b\x92\xf0\xf0\xac\x5b\x58\xcd\xa5\xc8\x59\x77\xcb\xba\x85\xd5\x9c\x68\xe5\xba\x55\xbb\xa5\x15\x4d\xc0\x81\xa6\x82\x6a\x3f\x0e\x15\x9f\xab\xd2\xe4\x06\xee\x92\x87\x49\xac\x16\x2c\xed\x84\xc2\x6b\x61\xbb\xae\x13\xee\x8d\x5c\x86\x53\x16\xe1\x94\x4c\xa6\x79\x51\x2d\x70\x7e\xe8\x32\x89\xd1\xd5\x09\x48\xac\x2e\x37\xf2\x01\x53\xab\x6b\x46\x7b\x7a\xa4\x9d\x61\x74\xb5\x4c\x57\x47\xb3\x77\x61\x75\x51\x4d\xd7\x4b\x23\x59\xba\xba\x0e\x47\xcf\x43\x1a\xef\x66\x9f\x73\x9d\xe8\x6d\x76\x22\x4a\xab\xeb\x92\x71\x46\xc4\xea\x0a\x4e\x97\x55\x20\xfe\x65\x18\x67\xf5\x6a\x9f\x81\x26\x54\x15\x9c\x1f\x04\x96\x04\xea\xea\x9a\xc2\xee\x9a\xc8\x89\xfe\xc9\x02\x42\x36\xee\x24\x59\xc6\x64\xd6\xd0\x6b\xa0\x16\x6d\xb9\x13\x70\x0d\x4d\x52\xc6\xd9\x1c\xe9\x47\xb3\x09\xd6\x93\x05\x02\x6b\x38\x5c\xe0\xf3\xb2\x40\x60\x0d\xfd\x7c\xea\xd3\xd6\xd0\xca\x8f\xc2\xf7\x48\x78\xae\xa1\x49\x1a\x0e\x0d\x48\xbd\x8c\xbf\xac\xe1\x4c\x92\x04\x5d\x26\xfe\xd7\x70\x18\x85\x61\x18\x43\x59\xc4\x50\x72\xc2\xea\x19\x43\x59\xd3\x61\x14\x5c\x33\x63\x28\x6b\xea\x12\x72\x6c\xfa\x9a\x5a\xd6\xa9\x15\x25\x0e\xb8\xdc\x58\xb8\xa6\x4e\x0d\x07\x0f\x2e\x37\x16\xae\xa9\x53\xc3\xc1\x83\xcb\x92\xee\x35\x7f\x43\x83\x05\x1e\x01\xb1\xa6\x36\x84\x4d\x89\xcb\xcd\x86\x8b\x53\x1f\x9e\x8b\xfa\xb4\x35\x9d\xc9\xe9\x70\x81\xde\xcb\x22\x84\x35\x75\x4c\x80\xde\xcb\x00\xc7\x22\xc0\x91\x73\x3e\x4d\x18\xcc\x58\x4b\x81\x64\xff\xe1\x32\x98\xb1\x96\x96\x90\xfd\x87\x8b\xc8\xc6\x9f\xb5\x74\x2e\x84\xde\xcb\x35\xb9\x5c\x93\xdc\x33\xb9\x96\xda\x6d\xc9\x02\x72\xb9\xcb\xd3\x0a\xd6\x92\x05\x1c\x20\xb5\x96\x2c\x58\xfa\x70\x5c\xbc\xb3\x2c\xd5\x5e\x4b\x8d\x47\xbd\xdb\x5a\xb2\x60\xfd\x86\x8b\xd9\x5b\xc5\x36\x44\x71\x9c\x27\xb8\xdc\xcf\xb8\x96\x82\x4b\x3c\x73\x2d\x4d\xe6\x52\x70\x85\xf7\x4b\x6c\xbb\x2a\x52\xc5\xb9\x83\x8b\x88\xca\xf9\x91\xcd\xa8\x32\xf7\x38\xae\xa5\x13\x42\x82\x77\x2d\x41\xc5\xd2\x7b\xe6\x28\xde\x65\x91\xc4\x5a\x4a\x90\xa1\x01\x03\x30\x8b\x00\x4c\x2e\x40\xf4\xed\xba\xdf\x1a\x07\x0e\xe4\x58\x5b\xe3\xb0\x65\x29\xc7\x18\xae\xad\xab\xbc\x0f\x67\x83\x53\xd0\xd6\x96\xa3\xdb\xb5\x11\x4c\xe4\xd6\x5e\x6c\xd7\x46\xf8\x9c\x6b\x63\xcb\x51\x4e\x3b\x5c\xd6\x4d\xac\x2d\xf7\xc8\x03\xaf\x2d\xf7\x28\x95\x78\x2e\xf2\xbb\xcb\x1a\x89\xb5\x15\x20\xf6\xa8\x2c\xab\xbc\xd7\xd6\x09\x09\x1c\x98\xad\x5d\xa1\xd8\x3b\x44\x5f\x1e\x42\xba\xb6\x66\x85\x94\xdc\xda\x32\x99\xc2\xef\x43\x3b\xcc\xf3\x60\xd2\xb5\x45\x64\x06\x2e\xb6\xcc\xdb\x3f\xe6\x65\x86\x26\xf3\x08\xfb\x64\x12\xfa\xdb\x22\xef\x7d\x09\x8b\xd9\x05\xb3\x3d\x31\x60\x5f\x3a\xc0\xec\x1f\xd9\x9e\x18\xb0\x29\xb9\x38\xb4\x7a\x68\x30\x74\x5f\x5a\x60\xee\xe7\xdc\x6e\xf2\xdc\x54\x5e\x1c\x1a\xdf\x83\xcb\xfb\x52\x6e\xc9\x3e\x6f\xea\x2f\xfe\xec\xeb\xc7\xd1\xe0\x5d\xac\xf2\xbe\x94\x51\x4e\x06\xd9\x86\x91\x36\xa7\x0d\x3c\xf7\x75\xf1\xbd\x62\x1b\x28\xdc\xfb\xba\x18\x07\xf1\xcf\x4d\x69\xc6\x73\xe3\x9d\x6e\xab\xc2\x37\xe1\xa6\x60\x4b\xe7\xbe\x60\xf2\x26\xda\x74\x1e\x7b\xa1\xd9\x2c\x5c\xbe\x49\x25\x6f\x42\x4f\xe7\x67\x4b\xe3\xdd\xf0\x5d\x94\xdc\x4d\x10\x65\x7b\x50\xc1\x26\x02\x75\x68\xbc\x0b\x97\x37\x11\xa8\xcc\x41\xce\xdb\x08\xd4\xa6\x86\xfc\xb9\x39\x2b\x64\x5b\x3c\xbe\x29\x02\x79\x6e\xe2\x20\xdb\x93\x4a\xf7\x9d\x7f\xb4\xc3\xe5\x1b\xe5\xb5\x39\x81\xf4\xb9\xaf\xf2\xd7\x5b\xe4\x37\x55\x21\xe7\x67\xf2\x4a\xe5\xd3\x78\x5f\xfb\x66\x21\x7a\x7d\xc1\xbe\xc3\x2e\xe0\x8e\xdc\x1c\x88\xb9\x8d\x3c\xed\xdb\x11\x51\x63\xb9\x8d\x3c\x6d\x22\x4f\x6e\x31\xda\xd6\x9b\x6f\x02\x50\xcf\x4d\xf6\x74\x3f\x84\x53\xf6\x03\x66\xbd\xef\xb3\x9a\x36\xd5\x23\x7f\x36\x37\xe7\x3c\x37\xa9\xd2\xfd\x60\x80\x37\x45\x24\x8f\x3b\x52\xb7\x45\x24\xfb\x49\xec\x60\x21\x32\xb0\x9f\x6c\x1b\xce\x3d\xd5\x17\x9b\x90\xd3\xf9\xf1\x5d\xb8\x66\x21\xc8\xe6\xb2\x9c\xc7\xdb\x0b\xb6\x9b\x63\x37\xf5\x20\xc1\x99\x63\x9b\x88\xd3\x9f\x4d\xac\xe9\xf1\xf2\x82\x4d\x7d\xfb\xf9\x81\x2b\x5c\x5e\xb0\x1f\xe7\x94\xad\xb4\x87\xf6\x42\x43\x5c\x9f\x1f\x57\x8e\xfb\xb2\x0d\x3c\x6d\x02\x4f\xe5\x7e\x0f\xc9\xfb\x70\xf6\xfb\xe3\xca\xb1\xd3\xdb\xfb\x70\x36\xb5\x21\x87\xf6\x41\x1b\xd2\xb6\xb4\x23\x0f\xd6\x81\xec\x37\xdb\x04\x13\xf4\x66\xbf\x87\x91\xba\xc9\x76\x6e\xa3\x3d\x9b\xfa\x8e\xe7\x7e\x8e\xfd\xdd\x46\x7b\x36\xfb\x6f\x9f\x1b\x44\xbd\x0d\xe7\x6c\xae\xa2\x79\x6e\x32\x8c\xdb\x30\xcd\x26\x4c\xe3\xde\x9c\x6d\x89\xfc\xfe\xec\x32\xc7\x50\xec\xcf\x2e\x7f\x76\x0f\x64\xbb\xbd\x32\x66\x7f\x8a\x2b\x9b\x5f\xf6\x87\xd7\xb4\x0d\xd3\xdc\x20\xd6\xfd\x81\x24\x36\x7b\x72\x9f\x9b\x43\x3d\xb7\xe1\x97\xfd\x39\x69\x9c\x92\xb6\x2d\x90\xd8\x9f\x9c\x7f\x8f\x2b\xbc\x3f\xe5\xf1\x23\xda\x74\x53\x1a\xb9\x3f\x0c\xc3\xfe\x9c\x8d\x97\x99\xb4\x18\x62\x7f\xce\x06\x17\xe3\x6f\xe3\x2a\x9b\xb8\x4a\x01\x61\x6e\xe3\x2a\x3b\x39\xb4\xf7\x68\xe3\x9d\x94\xd1\xe4\x4a\x64\xf3\xcb\xb6\xa2\x61\xb3\x0d\xf7\xb9\x29\x8d\xdc\xc6\x4b\xb6\xf1\x92\xfb\x3d\xea\x73\x13\x28\x39\x3f\x3e\x87\xb0\x58\xbd\xb0\x8d\x6f\xdc\x2f\xfa\xce\xd2\xf7\x9d\x94\x47\x0e\x4e\xdb\xa9\xda\x86\x33\xf4\xa2\xdb\xac\x4a\xd8\xc9\xe1\xb2\xcd\x79\x1b\xcb\xd8\xc9\x59\x63\x4b\xc9\x36\x96\xb1\x89\x65\x14\x4e\xcd\xde\x96\xc3\xef\xec\xd0\x30\x66\x9b\xdb\x59\xce\x4f\x93\xf6\x41\x5b\xd2\xf6\xbf\xfc\x3d\xd8\x49\xba\x2d\x4a\xd8\x44\x2f\xce\x63\xd2\x92\x34\x64\x94\xeb\x45\xb7\xa1\x8c\x9d\xe5\x00\xb0\x6e\x5b\x49\xbf\x33\x1a\xfa\xe6\x7e\xa6\x4d\x85\xc2\x9f\x9d\x5d\xa5\x5c\x31\xba\x73\xb1\x7b\xca\x2d\xe7\xb2\x6c\x62\x18\xe7\x67\x49\xa3\x5d\x39\x95\xe5\xd4\x97\x79\x0e\x97\x78\xe7\x6a\x5f\x8e\x27\xb5\x89\x6b\x9c\x1f\xb4\x3b\xbb\xab\xb7\x85\x0a\x3b\x03\xc6\xef\x0f\x2b\x95\x55\xd1\x59\x15\xcd\x21\xe1\xdb\xb0\xc5\x26\x6c\x51\x38\xdc\x7b\x1b\xb6\xd8\xdc\xd4\xf2\xdc\x6c\x96\xd9\xdc\xd7\x72\x7e\x9c\x0c\x64\xd9\xb0\xc5\x2e\x9f\xc3\x3d\x90\x70\x17\x39\x5a\x92\x4d\x30\xb9\x45\xe5\x55\x64\x15\x90\x70\x17\x59\x55\x72\x93\x16\xd0\x98\xdc\x22\xab\xd2\x4d\x1b\xb2\xca\xb8\xc5\x0d\xae\xdb\xc6\x28\x76\x51\xbe\xd3\x4b\xbb\x0e\x83\x60\x41\xc9\x7c\xce\x60\xc1\xae\x0e\x23\xe5\x04\xed\x95\x96\xa4\x15\x68\x45\x1a\x43\xe3\x0e\xff\xed\xe1\x9c\xbb\xba\xc4\x29\x5e\xdd\x16\x11\xec\x9a\x1f\x69\xb4\x91\x7d\xb7\xd8\x46\xd0\x86\x32\x5f\xb5\xbf\x64\x5b\xb7\x41\x80\x6d\x10\xe0\x26\xdb\xba\x3d\xc4\x73\x13\x0b\x78\xbc\x76\x62\x57\xd7\x41\x75\x26\x33\x86\xb5\x3a\x93\xd5\x75\x00\xd0\xda\xee\x1c\xd8\xec\x1c\x78\x6e\x80\xd6\x76\xe7\xc0\xae\xae\x0d\x80\xd6\x36\x32\xb0\x09\x06\x3c\x37\xd5\xab\xdb\x6d\x02\x9b\x60\xc0\x73\x73\x48\xeb\x36\x0a\xb0\x8d\x02\xdc\x54\xa0\xee\x70\x8d\x87\xd6\x96\x9b\xa7\x76\xe0\x27\x6f\x23\x03\x37\x39\xd3\x6d\x64\x60\x73\x5b\xc9\xa1\x9d\xbe\x70\x67\xc9\xf9\xf9\xd1\x0e\x9f\xdd\x62\xb0\x43\x69\x66\x43\xf6\x36\x32\xb0\x43\xa3\x43\xf2\x72\x5b\xf9\xb0\x43\x29\xe5\x10\xc0\x6d\x14\x60\x87\x53\x5e\xfe\xef\x73\x6c\xd3\xfd\xff\x18\x79\x77\x20\xec\xe6\xec\x73\xeb\xff\xb6\x30\x62\x37\x67\x9f\xd3\xde\x77\x73\xf6\x9b\x42\x5c\xe0\x2e\xdb\x16\xfe\xec\x96\x6c\xed\xe5\x5d\xbd\xb9\xa6\x0e\x00\xc3\x6d\x11\xff\x6e\x72\xad\xc0\x5d\x77\x25\x6c\x36\x22\x1c\x1a\xdf\x23\x54\xb4\x9b\xeb\x9d\x54\xe9\xb6\xa8\x62\x1b\x2d\xb8\x71\xd5\xb7\x45\x15\x9b\x8d\x08\xcf\x5d\x90\x44\xa3\x05\xbb\x29\x11\xe4\x4f\xb7\xfb\xb0\x77\xd3\xfd\xe2\xe2\x90\x6d\xb4\x60\xb7\x1f\xd7\x2a\xcf\xc9\xb5\xf6\xe3\x1a\xfa\xcd\x4a\x8b\xdd\x95\xf6\x82\xc4\xba\x39\x7b\x77\xb5\x7e\x65\x81\x76\x10\xd6\xee\x1a\x34\xee\xd7\xda\x6c\x1a\xf8\xb3\xbb\xc6\xab\xe2\x0a\x76\x8d\x57\x27\x04\x7b\xd7\x8f\xe7\x1c\x47\xb7\x7f\xf5\xe3\x39\x90\xce\xee\x1a\x2a\x4e\x8c\xd9\x5d\x43\xd5\x09\xa3\xde\x24\x4b\xb7\xb8\x7d\x73\xf9\xc7\xa1\x15\x68\x49\x9a\x6d\x30\xde\x61\x9f\xc5\xed\x37\x49\xd5\xed\xee\xec\x3d\x5c\xa1\x5c\x71\xba\x87\x8a\x66\xe0\x49\x7b\x61\xc9\x1e\x7a\xd2\x43\x89\x65\x9f\xfd\xf6\x44\xa0\x3d\x9c\x23\x70\xcd\x1e\x7a\xd2\x6c\xe6\x3e\xb4\x07\x5a\x91\x56\x8f\xc9\x48\x92\xfc\x9c\x53\xc9\x81\x36\x5b\xc8\xbf\x87\x53\x49\x02\x75\x8f\x6a\x57\x00\x85\xde\x75\xb2\x2d\xc3\xd8\x86\x01\x6e\x4e\x1a\xde\x62\xfe\x3d\x9d\x0e\xee\x35\xd9\x53\xe5\x33\x9d\x8e\x40\xf9\x4c\x87\x3b\x75\x0a\x83\x29\x9f\x3a\x85\x53\x9f\x23\x98\xf2\xa9\x61\x9e\xa4\x86\x6e\x4a\x59\xb7\xc7\x3e\xee\xe9\x42\x26\xf9\xba\xa7\x0b\x79\x2a\xba\x81\xee\x9e\x2a\xb3\xa9\x32\x23\xd3\xba\xad\xaf\xd8\xec\xe6\x7e\x1e\x8e\x1e\xdc\x62\xfe\x4d\xfd\xc4\xa1\xf1\x9c\xc8\x81\x62\x8a\xe7\xe1\x94\xab\x6d\x31\xc5\xa6\x98\xe2\xd0\x78\x4e\xd1\xa0\x98\xe2\x79\xb8\x49\x75\x5b\x4c\xb1\xa9\x95\x38\xb4\xd3\x97\x45\x8c\x6f\x53\x99\xf0\x3c\x14\xa1\x6e\x2b\x13\xb6\x20\xf8\x60\xc5\xff\x53\x31\x9c\x3f\xfe\xad\xfd\xe3\x6f\xff\xfd\x7f\xb4\x7f\xfc\xcf\xf6\x6f\xeb\xef\xe3\xbf\xfe\xf9\xcf\xf5\xef\xff\x39\xff\x75\xfc\xe7\xdf\xff\xdb\xa1\xfe\x7d\xae\xfd\xaf\xff\xbe\xfe\xb9\xfe\xd7\x7f\xfc\xd7\x3f\xc7\xfa\xfb\x3f\xfe\xe3\x1f\xe7\x2d\xfe\xfd\xef\x00\x00\x00\xff\xff\x80\x7b\x94\x6c\x70\x5a\x01\x00"); -func _bbga ()(*asset ,error ){_gef ,_dag :=_abd ();if _dag !=nil {return nil ,_dag ;};_dbd :=bindataFileInfo {_dae :"Adobe-CNS1-3",_fb :1881,_ae :_be .FileMode (436),_g :_a .Unix (1580491185,0)};_ggbc :=&asset {_dd :_gef ,_ef :_dbd };return _ggbc ,nil ; -};var _agg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x14\x5e\x5b\x9a\xfe\x83\xd2\x85\x63\x8d\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x0e\xa5\x8b\xe0\xf8\x58\xba\x72\x7e\x27\xa3\xd1\xcd\xdd\xc3\xfd\xc3\xba\x3f\xa7\x9b\x9f\x4f\x87\xed\x63\x3f\xa7\xdd\x7e\x5d\x4e\xfd\xf5\xf0\x76\xda\xf6\xf4\xd4\x9f\xf7\xeb\x30\x88\xa6\x65\xbf\x3d\x5f\xdf\xc6\xcb\xf6\x65\x73\x1c\x06\x9c\xff\xf8\xfe\x7a\xee\x2f\x0f\xeb\xee\x90\x8c\xc7\x2d\x6f\xc7\xcb\xb1\x29\xdd\xfc\xd2\x9f\xf7\xaf\xe7\xd3\x7b\xfa\xf4\x65\x39\x3c\xf5\xef\xd2\xd2\x77\xc8\x7f\x3a\x2d\xfd\xb4\x5f\x9f\xd3\xa7\x1f\x36\xc7\xcd\x2a\x1f\x1f\x3c\xbe\x1d\x8f\xff\xf4\x97\xbe\x9e\x53\x8d\xac\xaf\x4b\xbc\x0e\x37\x77\xdf\x36\xc7\x1f\x37\x2f\x3d\xdd\xc4\xac\xcf\x3c\xf3\x33\x0f\x8b\x4f\x7f\xef\xa7\xd7\xfd\x61\x4d\xf2\x7d\xce\xff\x89\x7f\x7d\x3f\xf6\x24\x97\x29\x7f\xfe\xf6\x70\x9f\xfe\x92\x24\x39\x69\xa9\xe2\x7f\x5f\xf2\x3f\xbe\x1d\x96\x9e\xf2\xf5\x5a\x0f\xf7\x77\x87\xb7\xf5\x9c\xd4\x72\x69\x0c\x85\x7f\xd6\xf6\xb0\xf4\xd7\xe3\x66\xdb\x4f\x9b\xf5\xb9\x0f\x29\xcd\x39\xe7\x7c\x9b\xe6\xf2\xe5\xeb\xd7\x5b\x7c\xdf\xff\x1d\x31\x4c\xd7\x33\xf7\x0b\x93\xeb\x19\x39\xef\x76\xb7\x29\x0f\x73\x16\xbe\x17\xbc\xd7\x52\x87\x39\x2b\x13\x45\x52\x44\x87\x39\x1b\x13\x43\x32\xd6\x36\xcc\xd9\x99\x38\x12\xc9\xea\xc3\x9c\x0b\xa3\x12\x91\x36\xcc\xae\x8c\x6a\x44\xc5\x30\x7c\x64\x34\x46\x34\x4e\x98\xde\x18\xb5\xf8\x06\xd9\x31\x7e\x62\x34\x45\x64\x19\xe3\x37\x8c\x36\x97\xef\x89\xf1\x4f\x8c\x9e\x22\x6a\x82\xf1\x5b\x46\x5b\x44\x96\x47\x8c\x5f\x18\x2d\x11\x99\x62\x7c\x67\xd4\x23\x2a\x0d\xe3\x77\x8c\x76\x11\x35\xcf\xc3\x2c\x94\x92\x90\xf2\x3c\xd5\x61\x16\x62\x49\x60\xb9\x15\x1d\x66\xa1\x96\x84\x96\xd7\xdc\x86\x59\xc8\x25\xc1\xe5\xad\xfa\x30\x0b\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\x62\x23\xc6\xd3\x4b\xc2\xab\x54\xc3\x78\x7a\x49\x78\x95\xd6\x30\x9e\x5e\x12\x5e\x55\x1c\xe3\xe9\x25\xe1\x55\x3d\x63\x3c\xbd\x24\xbc\x6a\x45\xb1\x42\x2f\x09\xaf\x3a\xa1\x59\xa1\x97\x84\xd7\x28\xa8\x56\xe8\x25\xe1\x35\x3a\xaa\x15\x7a\x49\xbf\xf4\x8f\xf1\xf4\x92\xf0\x1a\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x8d\xa8\x56\xe9\xa5\xe1\xd5\x26\x54\xab\xf4\xd2\xf0\x9a\x14\xd5\x2a\xbd\x34\xbc\x26\x47\xb5\x4a\x2f\x0d\xaf\x69\x44\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xff\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\x6c\x44\xbb\x4a\x32\x0d\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x56\x50\xb0\x52\x4d\x3b\xb3\x11\x0d\x2b\xd9\x74\xc7\x45\x92\x51\xb1\xd1\xcd\x32\x33\x45\xc7\x46\x38\x13\x66\x05\x25\x1b\xe5\x4c\xaf\x0b\x2c\x0f\xb3\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x41\xd1\x46\x3d\xe3\xea\xb4\x86\xa6\x8d\x7c\xc6\xe5\xe9\x19\x55\x1b\xfd\x8c\x7e\x6e\xe8\xda\xe8\x67\xf4\xf3\x82\xb2\x8d\x7e\x46\x3f\x6f\x68\xdb\xe8\x67\xf4\x2b\x82\xba\x8d\x7e\xb6\xbd\xde\x15\x70\x0d\xfa\x19\xfd\x4a\x45\xe1\x46\x3f\xa3\x5f\x69\x68\xdc\xe8\x67\xf4\xab\x82\xca\x9d\x7e\x4e\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xad\x0c\xd7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\x73\xfa\xb5\x09\x9d\x3b\xfd\x9c\x7e\x93\xa2\x73\xa7\x9f\xd3\x6f\x72\x74\xee\xf4\x73\xfa\x4d\x23\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x7c\xc7\x7b\xad\xa2\xf3\x72\xd9\x43\xf2\xf5\xfe\x9b\x87\xb9\xd0\xaf\x70\x57\xc8\x23\x3a\x2f\xf4\x2b\xca\x6c\x42\xe7\x85\x7e\x25\xfc\x54\x14\x9d\x17\xfa\x15\x67\x56\xd0\x79\xa1\x5f\x29\xcc\x46\x74\x5e\xe8\x57\xc2\x4f\x35\xa3\xf3\x42\xbf\x32\x32\x53\x74\x5e\xe8\x57\xb8\x3f\x68\x41\xe7\x85\x7e\x85\x1b\x84\x8e\xe8\xbc\xd0\xaf\x6c\x44\xb8\x69\xe4\xd8\x11\xaf\x3b\x1f\x7e\xc7\xb3\xc3\xc7\x5e\xbe\x7d\x3b\x9d\xfa\x7a\x8e\x27\x87\xd8\xac\xb1\xd7\xee\xd7\xfe\xf1\x14\x72\x3c\x1c\x71\x56\xfc\xfc\x1b\x00\x00\xff\xff\x0d\xf5\xe5\x1f\xb1\x08\x00\x00"); -var _cga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3c\x10\x06\xe0\xbb\x7f\xc5\x1c\xf7\x3b\xec\x17\x4b\xb2\x2d\x09\xca\x42\x49\x0e\xcd\x96\x6d\xcb\xa6\xdd\x16\x4a\x0f\x8e\x3d\x09\x86\x46\x36\x8a\x7d\xc8\xbf\x2f\xf3\x4e\xea\x1e\xc2\x24\x8f\x34\x2f\x13\x33\xde\x6c\xf7\xbb\x7d\x1a\x66\xda\x7c\xc9\x63\x77\xe0\x99\x4e\x43\xea\x33\x5f\xc7\x25\x77\x4c\x47\x3e\x0f\xa9\x28\x8c\xa5\x7e\xe8\xe6\xbf\x3f\x51\xba\x4b\x3b\x15\xc5\xc6\x87\xc7\xd7\x8f\x87\xe7\xc7\x0f\xb4\x5c\xf9\x6e\xdb\xfd\xee\x70\xbb\xce\x7c\xd9\xa7\xd3\x48\x4e\x7b\xfb\x65\xba\xf7\x13\x6d\x5e\xf9\x3c\x5c\xe7\x7c\xa3\x87\xf7\xfd\x78\xe4\xff\xa8\xe7\x93\xf8\xe7\xdc\x73\x1e\xd2\x99\x1e\x9e\xdb\xa9\x4d\x66\x3d\x38\x2c\xd3\xf4\x9b\x2f\x9c\x66\x2a\x61\x9c\x7a\xd4\x62\xb3\x7d\x69\xa7\x4f\xed\x85\x69\x9d\xe5\x0d\x27\x38\x78\xe3\x7c\x1d\xc6\x44\xa6\xfc\xbf\x2c\x9b\x7f\xfe\xf5\x36\x31\x99\x7b\xc2\x8f\x6f\xfb\x1d\xfd\x34\x64\x4a\xb2\xb5\xab\xab\x5f\x77\xff\xfe\x32\xf6\xeb\x2d\xeb\x75\xfc\x6e\xe8\x73\x9b\xce\x5c\xbc\x0b\xa6\x32\x4f\x24\xc5\x3e\x91\x0f\xc1\x0b\xd5\x25\xa8\x36\xa0\x08\x3a\x2a\xf5\x42\xd1\x08\x35\x7a\xab\xa9\x40\x15\x28\x82\x7c\x0b\x42\x63\xd0\x78\x29\x3e\x1a\x89\xb7\xf1\x24\x84\xe2\xa3\x09\x42\x2d\x6e\xa1\xf8\x68\x22\xc8\x29\x39\x21\x5b\x82\x6a\xa5\x1a\x64\x40\x5e\xc9\x83\xac\x50\xa7\x59\x1d\xb2\xac\x13\x62\x25\x56\xaa\x40\x1a\xcf\x1a\x5f\x83\x34\x9e\x35\xbe\x01\x75\x4a\x1d\x48\xa6\x77\x15\xfe\x36\x8a\x8f\x36\x80\xac\x92\x05\x45\x50\xa5\x24\x0f\x27\xba\x12\xd4\x28\x35\x20\x03\x0a\x4a\x01\x24\xd3\xbb\x46\xb3\x1a\x64\x39\x99\xde\x05\x8c\x8a\xe2\xa3\xab\x40\xb5\x12\x46\x75\x35\xc8\x2b\xe1\x49\xb8\x06\xc4\x4a\x0c\xc2\xf4\x51\x1b\xa3\x0e\x11\x64\x05\xd7\x65\x90\xef\xb2\xfc\xeb\x32\x76\x4b\xce\x9c\x66\xac\x3e\x36\x4e\xb6\x68\x48\xbc\xbe\x5a\xd3\x38\x49\x17\x3e\x7f\x02\x00\x00\xff\xff\xb6\xb5\x3e\x79\x86\x03\x00\x00"); -func _acg ()(*asset ,error ){_ecb ,_aeef :=_dede ();if _aeef !=nil {return nil ,_aeef ;};_caaf :=bindataFileInfo {_dae :"GBKp-EUC-V",_fb :768,_ae :_be .FileMode (436),_g :_a .Unix (1580492107,0)};_fged :=&asset {_dd :_ecb ,_ef :_caaf };return _fged ,nil ; -};var _gfeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x5f\x6b\xe3\x46\x1b\x05\xf0\x7b\x7d\x0a\x5d\xee\x7b\xb1\x6f\xe6\xf9\x33\x9a\x19\x10\x0b\x65\x97\x85\xb0\x6c\x5b\x92\xd2\x5e\x3b\xd2\x38\x18\x1a\xd9\x38\xce\x45\xbe\x7d\x39\xcf\xb1\x53\xe8\x45\x70\x7c\x22\x3d\x12\xbf\x93\xd1\xe8\xee\xeb\xfd\xb7\xfb\xed\x70\x19\xef\x7e\x3f\x1f\x97\xc7\x7e\x19\xf7\x87\x6d\x3d\xf7\xd7\xe3\xdb\x79\xe9\xe3\x53\x7f\x3e\x6c\xc3\x20\x3a\xae\x87\xe5\x72\xfb\x1a\x1f\xcb\xcb\xee\x34\x0c\x38\xff\xf1\xfd\xf5\xd2\x5f\xee\xb7\xfd\x71\x34\x1e\xb7\xbe\x9d\xae\xc7\x8e\xe3\xdd\x43\x7f\x3e\xbc\x5e\xce\xef\xe3\xa7\x5f\xd6\xe3\x53\xff\xdf\xb8\xf6\x3d\xf2\xdf\xce\x6b\x3f\x1f\xb6\xe7\xf1\xd3\x8f\x87\x8f\xf0\xf1\xed\x74\xfa\xbb\xbf\xf4\xed\x32\xb6\xc8\xfa\xb6\xc6\xe7\x70\xf7\xf5\xe7\xee\xf4\xeb\xee\xa5\x8f\x77\x31\xe7\xf3\x8f\x87\xcf\x3c\x24\xfe\xf2\x67\x3f\xbf\x1e\x8e\xdb\x28\xff\x4f\x49\xff\x8d\xff\x78\x3f\xf5\x51\xae\x13\xfe\xfa\x79\x5c\xfb\x98\x6e\xf3\xee\xbf\x7d\x3d\xbe\x6d\x97\x51\xb5\xb6\xc2\x50\x78\xdb\xcb\x71\xed\xaf\xa7\xdd\xd2\xcf\xbb\xed\xb9\x0f\xe3\x38\xa7\x94\xd2\x97\x71\xce\xed\xfb\xf7\x2f\xb8\xa7\xff\x1c\x31\xb4\x74\x3d\xf3\xb0\x32\xb9\x9d\x91\xd2\x7e\xff\x65\x4c\xc3\x9c\x84\xdf\x05\xdf\x35\x4f\xc3\x9c\x94\x89\x22\xc9\xa2\xc3\x9c\x8c\x89\x21\x29\x53\x1d\xe6\xe4\x4c\x1c\x89\x24\xf5\x61\x4e\x99\x51\x8e\x48\x2b\x66\x4f\x8c\xa6\x88\xb2\x61\x78\x61\x54\x22\x2a\x0d\xd3\x2b\xa3\x1a\x77\x90\x1c\xe3\x1b\xa3\x16\x91\x25\x8c\xdf\x31\xda\x5d\xef\x13\xe3\x9f\x18\x3d\x45\x54\x05\xe3\x17\x46\x0b\x22\x4b\x05\xe3\x57\x46\x6b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc5\xf8\x3d\xa3\x7d\x44\xd5\xd3\x30\x0b\xa5\x24\xa4\x3c\xb5\x69\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x53\xaa\xc3\x2c\xe4\x92\xe0\xf2\x3a\xf9\x30\x0b\xbd\xc4\xaf\xa6\x18\x4f\x2f\x09\xaf\x6c\x05\xe3\xe9\x25\xe1\x95\x27\xc3\x78\x7a\x49\x78\xe5\x5a\x31\x9e\x5e\x12\x5e\x93\x38\xc6\xd3\x4b\xc2\x6b\xf2\x84\xf1\xf4\x92\xf0\x9a\x26\x14\x2b\xf4\x92\xf0\x9a\x1a\x9a\x15\x7a\x49\x78\x15\x41\xb5\x42\x2f\x09\xaf\xe2\xa8\x56\xe8\x25\xfd\xda\x3f\xc6\xd3\x4b\xc2\xab\x34\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x16\x54\xab\xf4\xd2\xf0\xaa\x0d\xd5\x2a\xbd\x34\xbc\x9a\xa2\x5a\xa5\x97\x86\x57\x73\x54\xab\xf4\xd2\xf0\x6a\x05\xd5\x2a\xbd\x34\xbc\x5a\x43\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x36\x66\x8e\x72\x95\x62\xba\x63\x56\xd0\xae\x92\x4c\x83\x0c\xed\xe3\x12\x34\xd3\x85\x99\xa2\x5f\x25\x9a\xae\xcc\x32\x0a\x56\xaa\x69\x67\x56\xd0\xb0\x92\x4d\xf7\x5c\x24\x09\x15\x1b\xdd\x2c\x31\x53\x74\x6c\x84\x33\x61\x96\x51\xb2\x51\xce\xf4\xb6\xc0\xd2\x30\x1b\xe9\x2c\xe8\xc4\x12\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x65\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xcf\x28\xdb\xe8\x67\xf4\xf3\x8a\xb6\x8d\x7e\x46\xbf\x2c\xa8\xdb\xe8\x67\xcb\xed\xa9\x80\x6b\xd0\xcf\xe8\x97\x27\x14\x6e\xf4\x33\xfa\xe5\x8a\xc6\x8d\x7e\x46\xbf\x49\x50\xb9\xd3\xcf\xe9\x37\x19\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\x5f\x11\x74\xee\xf4\x73\xfa\x15\x47\xe7\x4e\x3f\xa7\x5f\x99\xd0\xb9\xd3\xcf\xa7\xdb\xa3\x0c\xd7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x4e\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\x4d\xd1\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x35\x74\xee\xf4\xf3\x3d\x9f\xb5\x8a\xce\xf3\x75\x0f\x49\xb7\xe7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x15\x74\x9e\xe9\x97\x95\x59\x43\xe7\x99\x7e\x39\xfc\x54\x14\x9d\x67\xfa\x65\x67\x96\xd1\x79\xa6\x5f\xce\xcc\x0a\x3a\xcf\xf4\xcb\xe1\xa7\x9a\xd0\x79\xa6\x5f\x2e\xcc\x14\x9d\x67\xfa\x65\xee\x0f\x9a\xd1\x79\x6e\xd7\x7d\xaf\x24\x64\xa5\x7a\xec\x7e\xb7\x5d\x0e\xbf\xe3\x3d\xe0\x63\x6f\x5e\xde\xce\xe7\xbe\x5d\xe2\x2d\x20\x36\x60\xec\xab\x87\xad\x7f\xbc\x51\x9c\x8e\x27\x9c\x15\x3f\xff\x04\x00\x00\xff\xff\x4b\x3b\xc9\x6a\x7d\x08\x00\x00"); -func _fdgaa ()([]byte ,error ){return _c (_caeb ,"UniJISX0213-UTF32-V")};func _cgb ()(*asset ,error ){_fbf ,_gbea :=_ffd ();if _gbea !=nil {return nil ,_gbea ;};_cge :=bindataFileInfo {_dae :"Adobe-CNS1-0",_fb :1587,_ae :_be .FileMode (436),_g :_a .Unix (1580491131,0)}; -_ccd :=&asset {_dd :_fbf ,_ef :_cge };return _ccd ,nil ;};func _ddbda ()(*asset ,error ){_geg ,_cdgde :=_ccb ();if _cdgde !=nil {return nil ,_cdgde ;};_bce :=bindataFileInfo {_dae :"GBTpc-EUC-H",_fb :44556,_ae :_be .FileMode (436),_g :_a .Unix (1580492236,0)}; -_daef :=&asset {_dd :_geg ,_ef :_bce };return _daef ,nil ;};func _ebcd ()(*asset ,error ){_gfbbd ,_cfd :=_cgbe ();if _cfd !=nil {return nil ,_cfd ;};_bafc :=bindataFileInfo {_dae :"Adobe-KR-9",_fb :2173,_ae :_be .FileMode (436),_g :_a .Unix (1580491457,0)}; -_efag :=&asset {_dd :_gfbbd ,_ef :_bafc };return _efag ,nil ;};func _dfd ()([]byte ,error ){return _c (_ffgb ,"Ext-RKSJ-H")};func (_cg bindataFileInfo )IsDir ()bool {return false };func _agaef ()(*asset ,error ){_gfb ,_cecg :=_aeg ();if _cecg !=nil {return nil ,_cecg ; -};_fgb :=bindataFileInfo {_dae :"Adobe-KR-0",_fb :640,_ae :_be .FileMode (436),_g :_a .Unix (1580491402,0)};_aaa :=&asset {_dd :_gfb ,_ef :_fgb };return _aaa ,nil ;};var _fbae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xfe\xd6\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\x14\xb7\x2d\xff\xc7\x7f\xfe\x6f\x7f\x4a\xf1\x3f\xfe\x4f\x78\x05\x6f\xfc\xef\xf7\x6f\x7f\xff\xe5\xaf\xbf\x7e\x85\xff\x7e\x8b\xc1\x8f\xff\xdb\xbf\xfd\xed\xfe\x0a\xab\xa7\xff\xf3\x9f\xff\xfc\x9f\xbf\xfe\xaf\xf0\x15\xb6\xaf\x58\x6a\x68\xff\xf7\x7a\xfe\x7f\xfc\xd7\xbf\x5e\xf7\xd7\xc6\x56\xe0\x2c\xce\xbf\x5e\xf7\xdf\xff\xb6\x9f\xf7\x6f\xfb\xaf\xff\x72\xff\xe1\xeb\xeb\x7f\xd8\xd6\xbf\xef\xf9\xdf\xb0\xfd\xe9\x4f\x7f\xfa\xd3\xf7\x04\xf3\xdf\xbd\xf9\xe9\xe0\xd7\xbf\xfe\xe3\xba\x1f\x3e\xfb\xfd\xb7\xf3\x5f\x78\xbe\xbf\xc2\xfc\xfa\xfd\xda\x1f\xc2\xb6\xad\xd1\x7f\xb9\xce\xff\x67\xff\xed\xf3\x61\x39\xbf\xbf\x46\xfb\xb4\xda\x6c\x0d\xb5\xae\xef\xaf\x91\xd5\xba\xbf\xbf\xc2\xb6\x7d\x9a\xfb\x36\x87\xf9\x34\xf2\xfc\x4d\xdd\xec\xe5\xfb\xab\xfa\xc7\xfa\xfd\x35\x92\x5a\xed\xfb\xab\x45\x77\xd3\xbf\xbf\x6a\xf6\x97\xe3\xfb\x2b\x94\xa8\xe6\xfe\xfd\x15\xb2\x5f\x3e\xe6\x30\x82\x6f\x3f\xe7\xcb\xee\xf9\x9a\x4d\x0f\x3b\xe1\x2d\x02\x7f\x9f\x68\x89\xfa\xf6\xd8\xbe\xbf\x9a\x21\x3e\xc2\xf7\x57\xf5\x5c\x8f\x3c\xa1\x2a\x6a\x96\xd9\x95\xbf\xad\xdf\x5f\xad\x75\x35\xdb\xf7\x57\x08\xee\xaa\x7f\x7f\x85\xe4\xae\xe6\x8c\xaa\xa6\x70\x60\x46\xfe\x75\xce\x28\x6a\x0a\x07\x80\xac\x9f\xe6\x59\x67\x57\x1a\xf7\x6a\x13\x48\x41\x75\xcd\x81\xb2\x70\x75\xcd\x6f\x8b\x06\xba\xe7\xb7\x9e\xc2\x83\x6f\xd5\xf3\x83\x6f\x3f\x53\x08\x93\x7c\x46\xaa\x55\xed\x80\x76\x50\x3b\xce\xbe\x5b\xf1\x0b\x09\x0f\xea\xd0\x83\x8c\x07\xa9\xe9\x01\x70\xd6\x04\x41\xd8\x2a\xfb\xf0\xa0\x0d\x0f\x9a\x47\xe9\x78\xd0\x93\x1e\x0c\x3e\xf0\x28\xfb\xf7\x57\xdc\x52\xf2\x1b\x07\x1e\x88\x62\xc2\x76\x72\x14\x7f\x72\x71\x14\xbf\x71\x13\x74\x0f\xfb\xf0\x8d\xcf\xa2\x84\xb0\xa1\xd3\xa8\x4f\x42\xe0\x1b\x9a\x4b\x88\xc0\x8f\x06\x09\x09\x6d\xf7\x50\x09\xa7\x1f\x34\xc2\x29\xc0\x03\xe7\x2a\xc2\x08\x81\x73\x6d\x7e\x63\x9f\x7d\x0e\x8f\x79\xcc\xdd\x28\x92\x0d\x81\x33\xed\x1e\x83\x33\x1d\xee\xf2\x26\x14\xee\xe2\x21\x14\x7a\x10\x39\x53\xaf\x5a\x0c\x7c\x43\x0b\x1d\x23\xdf\xf0\x03\x2e\x74\x77\x1f\x5c\xe8\x21\x7c\x46\x4e\x5e\x54\x1d\x22\x16\xba\x07\xf7\xd1\x31\x15\x01\x1a\xc7\x6c\x07\xe1\x3b\x62\xea\xd5\x50\x1d\x68\xfb\xf7\x35\x31\xe1\x3f\xae\x89\xe9\x8b\xb4\x26\x26\x62\x4b\x73\x09\xb3\x20\x48\x9c\x56\x14\xf2\x52\xe2\x03\x7f\xb0\xe6\xe9\x4f\xd6\x3c\x05\x45\xe2\x3c\xc5\x9e\x42\x5a\x8b\xec\x3e\x3a\x3b\x15\x9c\x89\x8b\xfc\x82\x73\xe7\xaa\xbb\x0f\x12\x74\xf6\x28\x27\x1e\x98\x50\x12\x97\xd9\x93\x4f\x24\xe8\xec\x4e\x89\x8d\xa8\x25\xca\x0b\x1b\xea\x23\x03\x1b\x5a\xb1\x3c\xb7\xb7\xbf\xcf\x6b\x73\x0b\x86\x4c\x5c\x34\xe1\x22\x17\x42\x99\x20\xa5\x96\x44\xf9\xff\x93\x31\x21\x13\x51\xde\x71\x99\x3b\xbf\x8a\x42\x32\x77\x43\x33\x08\x83\x10\xfb\x13\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x8a\xae\x64\x44\xe6\x0b\x34\x23\x1c\x94\x8d\x63\x6a\xc5\xcb\xda\xd4\x5a\xad\x02\x2c\x08\xa6\x32\xb1\x90\x85\xe5\x42\x1c\x78\xef\x14\xd2\x43\xf5\xf7\x8b\x1e\x3c\x02\xe9\xc1\x78\x2c\x6b\xd3\xbb\x8f\xb5\xe9\x3d\x0a\xe9\xc1\x34\x55\x0e\x3e\xf0\x28\x6b\xdb\x0b\x55\x65\x6d\x7b\x03\xbe\xe8\x41\xb8\x2b\x64\x70\x92\x0d\xa1\x4e\x7a\xf0\xfe\xac\x73\xd3\x47\x75\x58\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x32\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\x58\xc6\xb5\x45\x13\xfe\x64\x09\x3d\x3f\xb8\x66\x97\x1e\x61\xf2\x4b\x73\xa1\x31\x17\xd8\x98\x1f\x58\xde\xee\xad\x75\x46\x3e\x10\xc8\x27\xf6\x92\x31\x7b\x12\xb3\xfe\xe0\xc1\xef\x5a\x8a\x6b\x03\xa6\x85\x94\x2b\xe0\x7d\xf5\x77\x45\xfc\xae\x19\x5e\x09\xbf\xbb\x9d\xf1\xbb\x20\xbc\x16\xbb\xd1\x0c\x2e\xea\x12\xd6\x03\x2e\x22\xd5\x0c\xfe\xe2\x56\xb3\x04\xbe\xc8\x51\xbc\x91\x2e\xa2\xd5\xd2\xf1\x5a\xac\x57\x24\x78\x11\xad\xe6\x31\x0f\xe1\x30\x9e\x1f\x68\xc8\x42\x54\x9c\x12\x60\x64\x75\x19\xc9\x74\xba\xa8\x3e\x16\x60\x22\x74\xb5\x89\x6a\x0d\x11\xcb\x5a\x0c\x7f\x01\x5c\x68\xb3\x46\xb2\x9d\xae\xdd\x1d\x0b\x70\xd1\x37\x7f\x41\x71\xfb\xfa\xa4\xf3\xc1\xd0\x03\xec\xb5\xe8\x41\x77\xb4\xfd\x3b\x79\xab\x7b\x3c\x09\xe5\xa6\x07\x37\x1f\x18\x88\x87\x40\xa8\x8b\xca\x99\x8b\x06\x63\x0d\x54\x02\x04\x15\x99\x48\x37\xb2\xc8\x44\xba\x64\x76\xac\x9c\x59\x70\xa7\x9c\x99\x08\x3f\xd6\x35\xb3\xa6\x07\x58\xd4\xde\xcb\x4f\x04\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc5\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\xd2\x35\xe2\xe4\x22\x23\x4b\x2d\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xfd\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\x96\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\xa5\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x93\xf5\x12\xfb\x09\xf4\xf8\x0b\xce\xc4\xf8\xea\xa4\xcf\x60\x30\xb8\x6c\xd2\x8d\xe3\xe0\xd4\xc4\xc3\xe2\xe0\xd4\x0c\xf9\x00\x93\xf2\x3e\x1b\x9c\x89\xf7\xee\x20\xbd\x4a\x64\xc5\xb1\xa8\xd1\x83\x70\x6a\xc3\x7d\x70\x23\x0d\x0f\x42\xc8\x83\xdf\x58\x80\x6a\xd9\xf6\x05\x97\x3a\xdd\x17\xcb\xd0\xa2\x1c\x9c\x8a\xd8\x73\x3c\xf8\x86\x29\xf0\xe0\xbe\x31\x02\xa7\xd9\x69\xaa\x3f\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xb0\x42\xbd\x3c\x27\x95\x37\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xa9\x1d\xcf\xb9\x9e\xde\xa2\xe7\xf1\xfd\x25\xe1\x17\x4f\x62\x44\x4c\x37\x52\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xac\x44\x21\x15\x9c\xdd\x3b\xf4\x5a\xe2\x52\xf0\x4d\xbe\x6e\xe4\x5c\xd4\x1b\x8a\xdf\x27\xf1\x48\xff\x49\xd3\x3a\x16\xc4\x69\x9a\xbe\xc3\xad\xfc\x9e\x6b\x9a\x56\x6f\x14\x63\x4d\xdb\xef\x20\x49\xd3\x5a\x0d\xc9\xdf\xce\xb9\x27\x0f\x73\xfd\x1e\x8f\x89\x86\x69\x97\x72\x91\x02\x77\x86\xd4\xc5\x44\x1b\xb0\x4b\xb3\x4e\xb4\xce\xba\xd4\xa6\x44\xeb\xac\x17\x3f\x68\x6f\xf7\x44\x8a\xf0\x56\x68\xc8\x48\x8a\xf5\x6c\xe3\x1a\xd2\x6f\x70\x48\x19\xd8\x29\x12\x4a\xa9\x51\x29\x91\x1e\x65\x1d\xa7\x69\x6c\x49\x21\x4a\x34\xac\xba\xcc\xfe\x94\xe0\xe5\x10\x80\x69\x81\xa0\x59\x27\x8e\xd8\xfc\x80\x88\x72\x97\x4b\xb6\x48\x4f\x4b\x1d\x4a\x57\x16\xd1\xa5\x0e\x2b\xca\x22\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\x60\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x9a\x54\x8d\x31\xfe\x44\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\x48\xde\xa5\x93\x50\x9b\x44\xe6\x6e\x09\x71\x13\x5f\x4b\xd8\x2e\x71\x1b\x7e\xa3\xf0\x81\xfa\xc0\x76\x88\x9b\x48\x38\x6f\xf3\x93\x4d\x4b\x9e\x61\x18\x6d\x62\x0f\x0f\x94\xad\x18\x3e\xfb\x2b\xdc\xe0\x17\xe9\xc3\x20\xc2\x7d\x40\x0b\xfa\xc8\xfe\xf0\x34\x6c\xe1\x0f\x1b\x0c\x4f\xa3\xd2\xe3\xdf\xc1\x59\x3f\x68\x0b\x4f\x83\xcc\xf8\x2c\x45\xdc\xb6\xa9\x76\x7f\xd0\x1c\xb7\xb9\xe1\xaa\x7f\x0d\x73\x37\x7e\x6c\xaa\xb8\xc1\x37\x93\xd5\x9a\x08\x7f\x35\xd3\xef\x9b\xf9\x45\x69\x71\x0b\x65\xf6\xa4\x71\x42\x9d\xcd\xaa\x66\x37\x8f\x8c\x5b\x18\xe6\x91\x71\xc3\x46\xfc\x4c\x30\x6e\xd8\x86\x9b\xdf\x9d\xf4\x19\x0d\xe1\x0d\xfc\x7d\x9a\x11\x20\x0e\x35\x01\x84\x9b\x00\x42\x5d\xcd\xbd\x24\xdf\x55\xdc\xd2\xf1\xfd\x25\x9d\x36\x6e\xd8\x19\x31\x04\xf5\x9d\xee\x17\xfb\x89\x5b\xe2\xd6\xcc\xea\x3d\x93\x1e\xbb\x3a\x84\x65\xbf\xa9\xc3\x3c\xd8\xa1\x7e\x07\x2d\xd4\xd8\x35\xc2\x54\x15\x5b\x37\x5e\xa6\xf5\xd9\x24\x2c\xe2\x86\xb5\x4f\xcd\x6d\x80\x30\x8c\x9c\x1d\xc4\x53\x34\x24\xd8\x6f\x95\xe3\x25\x6e\x60\xbf\x61\xfb\x6c\xc4\x08\xe7\x64\x08\xbd\xf8\x41\xfa\xfe\x6a\x1f\x75\x2a\xd2\xd3\x18\xc4\x91\x22\xdc\x86\x3d\x6d\x7e\x7f\x47\x3b\xab\xfd\x70\x07\x7c\x66\x09\xf7\x5d\xdf\xa2\x3e\x98\x94\xd0\xaa\x47\x88\x61\xfe\x6e\x00\xe0\x14\x13\xc4\x70\x78\x8d\xf4\xfa\x19\x12\xb2\x04\x3f\x98\xcb\xf6\x61\x78\xf1\xe3\xbe\x12\xa9\xd1\xb5\x14\xb7\xae\x19\xcc\x75\xee\xe9\xa3\xaa\x45\x38\x2f\x86\x3c\x7b\x11\xbe\x8b\x21\x65\x2f\xc2\x75\x31\xa4\xcc\xc4\x8f\x6f\x22\xaa\x83\xb9\x0c\x3d\x7d\x34\xce\x18\xa6\xd2\x35\x64\xe9\x46\x98\x84\x32\x74\x22\x4c\x42\x79\x98\x62\x80\xea\x13\xe3\xa6\x19\x4c\x95\xa0\xa7\x4d\x2f\x9c\x07\x5f\xd0\x78\x10\xeb\x31\x1a\x22\x32\xaa\x68\x90\xa7\x0d\x28\x9b\x36\xc2\xe4\x93\x0c\x8e\xe1\x9e\x03\x6c\xc1\xed\x86\xb6\x5e\xbf\x3b\xda\x5a\xd2\x7b\xa0\x2d\x00\xa7\xa5\xd6\x93\xde\x8f\x93\x86\x64\x1f\xc7\xb8\x61\xf0\xa1\xe6\x9c\xae\xd6\x2f\x82\xa0\x62\xe8\x7e\x7d\x39\xb0\x9a\x1e\xb4\x49\x20\x9b\x9a\xfd\xfb\x4b\xfe\x96\x18\xe9\xb6\xce\x1f\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\xe8\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4e\x18\x23\xd8\x5a\x0c\xa1\xff\x40\xac\xc4\x08\xcf\x72\x10\xec\x93\x77\xc9\x05\x15\xe3\x64\x56\xcd\x33\x9b\xcc\xaa\x6d\x1e\xe9\x01\x20\xc2\x54\x04\x1e\x35\xb1\xa9\x2e\xc8\x37\x15\xe3\x54\x16\xe4\x87\x8c\x31\x5e\xdf\x5f\x3d\x0c\x0d\x35\xe9\xbe\xd5\x28\xb4\x4e\x4d\xa0\x6d\x6e\x96\xf9\xb3\x3a\x03\x73\x13\xbd\xc4\x04\x38\x35\x72\x26\x0a\xc4\x83\x63\x06\xc9\x17\x91\x60\xa4\x4f\xb1\x88\xf3\xc0\xd6\x96\x53\x33\xc2\x42\xad\x62\x64\xb0\x4f\x15\x14\x88\x91\x4e\xb0\x22\x26\x42\x6d\x3f\x86\xae\x0f\xc6\x12\x8b\x02\x69\x34\x3e\x10\xb2\x60\x0f\xc4\xd0\x05\xd2\xb8\xc9\x0c\xf5\x09\x82\x68\x31\x74\x8d\xb2\x4f\x1c\x14\x7d\x70\x00\xfd\x49\x93\x3c\xb9\x11\x85\xf1\x84\x18\xca\x5c\xe2\xcf\x83\x00\xca\xd6\xef\x2b\xcc\x20\x5e\x95\x06\x76\xaa\xdc\x9c\x31\x0d\xca\x10\x51\x40\x82\x05\xf2\x7e\xb0\x80\xfc\x28\x1d\x31\xc1\x24\x89\x0a\xb5\xc5\x04\x93\xe4\x77\x9f\x94\x7f\xff\x80\xc8\xd2\x0e\x84\x32\xf5\xbb\x37\xa6\x6a\x13\x6a\xfc\xc4\x3f\x62\x8e\x89\x0f\x3e\x0b\x96\xef\xc9\xc6\xe5\x28\x8b\xf9\x79\xe0\xc6\x12\xb1\x96\xc9\x25\x7b\x14\x58\xa5\xdc\x68\x7f\x3a\x28\x73\x89\x7b\x14\x0c\xa5\xa2\x43\x31\x9d\x32\x6d\xfb\x1e\x3f\xea\x76\x2c\x0d\xfd\x49\x7a\x96\xc9\x34\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x3b\xb5\x47\x6d\xeb\x32\x95\xce\x1e\xc5\x17\xca\x34\x53\x7b\xcc\xea\xbf\x03\xbe\xe4\xfe\x31\xbe\xf4\x93\x32\x11\xdf\xb4\xf7\xca\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x42\xa6\x10\xa3\xaf\xee\x76\x32\xe5\x8f\x81\x11\xcb\x41\x61\x2e\xc9\x5a\x0e\x70\x7d\xc1\x77\x80\xeb\x0b\xbc\x83\x6b\x36\xfc\x3a\x99\xb0\x5f\x38\xe7\xfb\x9a\xfe\x54\x03\x5b\xd2\xec\x4f\x92\xcd\x10\xba\x4e\x48\x51\x09\x8d\x32\x85\x88\x45\x54\x39\x11\x18\xae\x6a\x02\xd9\x1e\x8c\xca\x71\x92\x14\x2d\x53\xe6\xb4\xa8\xd1\x21\x71\xb6\xb2\x79\xfc\xc9\x6d\xc4\x42\xcb\x39\xb7\x92\x88\xa7\xdc\x19\x6b\x2d\x6c\xde\x05\x6d\x41\x83\xf0\x69\x7c\x11\xcb\x3d\xbf\x6f\x02\xfe\x59\xc8\x15\xbc\x0f\x25\x9e\x56\xaf\x4e\x29\xd2\xa4\x05\xd6\x0d\xb3\x0d\x6a\xde\x50\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xe2\xd5\x7a\x7d\x2a\x72\x4d\xcc\xa9\x56\x50\xaa\xc4\x5f\x05\xa5\x6f\xe2\xf9\xb5\x92\x56\xd4\x7b\x4d\x78\x3f\xa9\x9d\xf1\xbb\x60\xaf\xc0\x46\xf8\x89\xd9\x12\x6b\xad\x78\x39\xab\x4d\x32\x11\xac\x73\x9b\x29\x76\x1a\x6b\x3d\x40\x85\xe2\xec\xb5\x92\x03\xbd\x1e\x4c\x42\x6a\xee\x0f\x9c\x21\x0c\x43\x8f\xa5\x10\xf0\x8b\x3f\x49\x9d\xab\x6b\x27\x14\xbf\xc1\xc5\x92\x84\xaf\x93\x54\xa7\x09\x24\x04\x1d\x37\x25\xb4\x1e\x2c\x8d\x46\xd4\xdd\x36\xf2\x38\x09\xf5\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\xa8\xdf\x51\x8e\xf7\xd8\x32\x95\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x64\xb6\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x48\x19\xa8\x51\x5c\x70\xc0\x1d\x13\xa3\x36\xe2\x01\xb8\xc2\x26\x52\x3d\xe0\x13\x88\x66\x6c\x47\x24\x18\x92\xdc\x07\xdc\x00\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x02\x81\x19\x4d\x83\xc7\x28\xbf\x83\xfc\xf8\x88\xc7\x4f\x17\x37\xb0\x51\x8a\x08\xe5\xee\x88\xb8\x59\x71\xbf\x7b\x81\xbd\x56\xfc\x46\x43\xdc\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\xe1\x09\xcc\x56\xce\xee\x69\xe7\xe7\x9a\xdd\x8e\xdf\x5f\xc9\x7a\xc2\x3d\x75\xe1\x6c\x65\xf8\x9e\xca\x70\x36\x27\xb8\xe9\x06\x4c\x52\xee\xee\xc1\xcc\x0b\x31\xd2\x1b\x33\x4f\xbd\xb8\x4b\x64\x5f\x94\xea\x4f\xc6\xf7\x57\xd9\x8a\xfb\x3c\x66\xbb\xbb\x3d\xc9\xb3\xc9\x2b\x18\xef\x29\xa4\x53\x95\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x49\x17\x6f\x64\xe8\x14\xc5\x68\xe2\x0d\x89\x9c\x83\xb6\xc0\xbd\x03\x28\xdb\x04\x37\x72\x71\x92\x05\xd0\x8d\x7d\x95\x86\x04\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x2b\x8f\xe0\xa9\x23\x27\x27\x0f\x2f\x18\xb2\x72\xd2\x10\x63\xbb\x21\x94\xca\xa6\xdd\x7f\xc3\x7b\xf9\xee\xf4\xc0\x5c\xac\x57\xdd\x70\x67\xe6\xad\x69\x2e\xc8\xb1\xc9\xdb\xeb\x13\x7a\xd6\x44\xd0\x70\x51\x84\xf4\x5a\x65\x78\x39\x87\x64\xdf\xcd\x98\x97\x7d\x05\xf7\x99\xb0\x68\xda\xde\xf7\xd4\xbd\x62\xd5\xc6\xbb\x99\x9c\x53\x65\x4b\xdf\xf0\x73\x26\xdb\xc6\x37\x7d\x9b\x8a\x6b\xc5\xfb\x64\x86\x52\xf7\x20\xb0\x8e\xa3\x89\xed\x0a\xdf\x5f\x69\x33\xca\x2f\x80\x65\xce\x75\x33\xf2\xf5\xfe\xa2\x71\x66\x7e\xa3\x4f\x38\xab\xc6\x80\x81\x9d\xba\x71\x01\x03\x3b\xd9\x2b\x70\x23\x73\x28\xc9\xc5\x1a\xef\x29\x1c\x43\x35\x2e\xa6\xb5\x95\x92\x29\xe3\x06\x65\x48\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xe1\xc7\xec\xdf\x27\xb5\x0e\xd9\x1c\xf7\x03\x37\x84\x54\x97\x67\xa3\x17\x6b\x53\x7b\x32\x3d\x8b\xfa\x67\xf2\xde\x2c\x8f\x55\x7c\xa6\xbd\x96\x27\xb3\xfe\x81\x78\x7a\xe0\xa1\x55\xca\x50\x7c\xa6\x5c\xce\x41\x7a\xc2\x33\x05\x73\x8a\xcd\x9d\xb7\xf9\x7b\x30\x30\x13\x9f\x45\xfb\xfd\x99\xd6\x5d\x8e\x32\x2b\x9e\x69\xdc\xa5\x28\x33\xe0\x99\xb6\x5d\x4a\xc3\xfd\x9f\xf3\xfd\xe0\xef\xaf\xd9\x96\xde\xf3\x6c\x60\x50\x2f\xf8\x9e\xd9\x16\xf2\x9e\xb0\xa1\xad\xf1\xa6\x6d\x98\x42\xf5\xef\x93\x5f\x0d\xb1\x9f\x67\xca\xa5\x1c\xa5\x76\x3d\xa1\x7e\x7f\x65\xfb\x12\x1e\xa4\x22\x25\xcf\x77\x9a\x08\xa9\x79\x3e\xd3\x5c\xcc\x49\x5c\xf9\x99\xe2\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x47\xeb\x99\x9a\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\x0e\x52\x94\x19\xf8\x4c\xbd\x3f\x75\x6d\xee\x27\xce\x7d\xa7\xd0\x57\x7c\xa6\xf4\x8a\xf6\x16\x3e\x48\x37\x7a\xad\x47\x9c\xeb\x57\xc5\x60\x9e\x88\xfd\xa0\x9d\xfe\x4c\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x5a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xf8\xc3\x87\xe9\x05\xee\xf0\x21\xdd\xea\x41\x26\x92\xc2\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xf2\xe6\x49\x90\x37\xd2\x2a\x9e\x69\x26\x67\x5b\xaa\x4f\xaa\x68\x0b\x1f\xa9\xa1\xed\xfe\x27\x5f\xaf\xe2\x20\x0f\xfc\xeb\xb9\x78\x41\xd3\x44\x80\xb2\xee\xe2\x93\x0e\xb4\xfd\xc1\x39\x37\x80\x11\x36\x2d\xf1\x3c\xc4\xe3\x1f\xe4\x1f\x8d\x57\x7f\x53\x45\x51\xa6\x4e\x7c\x90\x7d\x14\xbd\xdb\x73\x80\xb0\x13\x80\x53\x97\x4d\xc5\x1b\x66\x9a\xf6\xc9\x16\xea\x03\x1f\xa5\x52\x62\xe2\x33\x2d\xfd\x64\xbf\xed\x93\x2b\x84\xa5\xfb\x6b\xd8\x90\x82\x37\xf7\xef\xaf\x12\x92\xfb\x9f\x08\x50\x7c\x21\x3e\x79\x6e\x60\x05\x70\xe3\x93\xa7\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\xc9\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x59\x9a\xb2\x74\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\xbc\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x02\xc1\xb3\xf9\x77\x68\x45\x86\x7f\x2a\x91\x69\x13\xf7\x7d\xca\x9c\x7f\x31\xc1\x94\x39\xff\xea\x0d\x56\x06\xda\x7e\x7f\xce\xbf\x9a\x40\xcb\x34\xac\xcc\xad\x1f\x44\xff\xab\xb9\x31\x12\x8e\x7a\xf7\xf8\x58\xff\x57\xff\x0f\x08\x5c\xf8\xa6\xee\x28\x01\xf5\x30\x5a\xe3\xf7\xe9\x6a\x91\x99\xfa\x4c\xe3\x24\xd6\xe2\xef\xf3\xc4\x97\x84\xfb\x33\x8d\x93\xa4\x10\x56\x7c\xa6\xfd\x91\xb2\x37\x1c\xb2\x04\xb2\xc5\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\x69\xa0\xa4\xec\x05\x9f\x16\x4a\x0c\xed\x47\xd6\xcf\x33\xad\x97\xd4\xbd\xfd\xa7\xf1\x92\xda\x0b\x9a\x7b\xfe\x9e\xfc\xfb\xdc\x1d\x55\xea\x27\x82\x25\x31\x7a\x35\x91\x3e\x90\x87\x6c\x33\x44\x4b\x42\xf2\xfe\x46\xf6\x80\x75\xe2\xa7\x4d\xf4\x0c\x43\x8f\x0c\xa4\xe1\xe5\x6a\x13\x3d\xaf\xe5\x46\xfe\xd1\x4b\xfe\x30\x95\x40\xaa\xe4\xd3\xc6\xf7\x57\x7d\xc9\x97\x36\xb1\x33\x36\xf7\x47\xcb\xc8\xdf\x4f\xfe\xb8\x79\x3b\x32\xf7\xe8\xd5\xbe\xbf\xbf\x6a\x94\x06\xf8\x4c\x13\x27\x5a\x81\x79\xfa\x36\x7f\x77\x7f\x3d\x60\xfb\xea\xfb\x3e\xb7\x47\xb1\x3c\x99\x56\x42\x8c\x86\xaf\x67\x24\xb3\xb9\x3f\x58\x37\x72\x72\x3c\x88\x05\xd6\xe1\xfe\xe7\xfc\xed\x68\x78\xfa\x94\x0f\xaf\xed\xd4\x91\x28\xf4\x1a\x7f\x9f\xe3\x7b\x3b\x4d\x0b\xa3\x26\xcb\x97\x7e\x22\x83\xdd\xf0\xcd\xf9\x0f\xb3\x23\xe4\x22\x74\xb3\x3b\x06\x1a\xfd\xfd\x60\x78\x43\xdf\x8f\xf0\xfd\x55\xab\xe1\x47\xb6\xd6\x4b\xfe\x21\x5d\x2b\x9b\x9f\xc3\x39\xef\x00\xcb\x33\xb0\xfe\x66\x57\xd3\x1c\x49\x61\xf8\xf7\xf6\xfd\x55\xed\x7c\x7e\xa6\x31\x52\x9b\xb7\x27\x92\x16\xb2\xe5\xd1\x98\xf3\xb7\x9a\xfb\x4c\xdb\x24\xf6\xd7\x78\x93\x3d\x2a\xb9\x28\x3e\xe3\x82\xbe\x24\x7a\x9a\xb6\x4b\x4c\xa6\xbf\x69\xba\xc4\x62\xfd\x63\x9a\x2e\x71\x98\xfd\x32\xe1\x21\x78\xbb\xee\x11\x0a\x81\x5f\x98\xf2\xe1\xa5\x20\x4d\xd3\x26\x65\x2b\x24\xfb\xe4\x0f\xc3\xdb\x1f\x96\x8e\x9d\xff\xcf\xde\x7e\xa7\x63\x3f\xd3\xf0\x49\xdd\x04\x38\xed\x9e\x54\xcc\xaf\xa7\xd9\xd3\x82\x37\xe4\xb4\x7a\x5a\xb0\x3c\xdb\xe9\xf9\x71\x7f\xd7\xf7\x57\xaf\xd6\x56\xa7\xc9\x93\xb2\x09\x76\x7f\xc0\xff\xd5\x3f\xf2\x37\xb2\x37\xcc\xb4\x88\x5a\xf0\x06\x86\x97\x2e\xc8\xb6\x7b\x60\x0f\x25\x2b\x08\x47\xc6\x06\x17\xfc\xc7\x9c\x7f\x79\xf5\x07\xfe\x68\xf9\x34\xcd\xa7\x58\x8c\xbf\x03\x1b\xc0\x04\x77\x30\x53\xce\xed\xc9\x00\x5e\x0a\xf4\x81\xa8\xb4\x37\xf0\xb1\x32\x94\xd5\xbe\xe0\xd7\x73\x1b\x8e\x38\xd9\xae\x0f\x4c\x2f\x5b\x17\x0f\x83\xe4\xd6\x37\xa6\xe5\x95\x36\x2b\x6c\xd3\xf0\x6a\xf9\xf5\x3e\x73\x2c\x34\x5f\xf8\x11\x73\xf4\xf7\x73\x7d\x6d\xb6\x3e\x70\x88\x24\x9b\x2b\x0f\xf2\x53\xaa\x77\x00\x5d\x8b\xde\x51\xf0\x2c\x66\x6b\x84\xd3\x8e\x6b\xd9\x02\x7f\x9a\x71\xe9\x65\x41\xc0\x75\x3d\x2c\xc0\xa6\x55\x17\x1d\x53\x79\x2e\x28\x00\xa6\xf8\x2b\xc1\x1c\xaa\x3f\x90\x2f\x89\xd1\xef\x0f\x6c\x69\x9b\xd6\x4c\x4f\x9f\xdd\x97\x10\xf0\x56\x0e\x63\x42\xc0\x5b\xaa\x52\x42\x60\xba\x56\xff\x8a\x18\xca\xeb\x63\x46\xa6\x9b\xdf\x47\xbc\xe1\xe3\x2c\x49\xdb\xd4\xcd\xbb\x54\xb5\x84\x70\x74\x88\x31\xf8\x01\xe2\x74\x1f\x27\x42\x42\x80\x3a\xc4\xf0\xd9\xed\x89\x21\xea\x2a\x2f\x70\xda\x90\xbc\x11\x43\xd3\x18\x2b\xde\xf0\x61\xb8\x89\x27\x8b\x2c\x31\xd2\xf6\x80\xe3\x6a\xcc\x07\x93\x12\xcc\x08\x03\x54\xb9\xa9\x53\x9c\x40\xf6\xf0\x61\xf8\x29\x4e\x85\xba\x4b\x9f\x4c\x08\x3b\x75\x65\xbf\x27\xc4\x9d\xba\x0e\xc3\xa4\x88\x39\x29\x1d\x3e\x21\xa9\xb3\xcb\x40\x49\x71\x2a\xd4\x5d\x07\x6f\x52\x9c\x0a\x75\xab\x9f\x48\x54\x8a\x53\x9f\xee\x8a\x8e\xa4\x88\x60\xae\x32\xc9\x13\x02\x5b\x5d\x67\x80\x12\x22\x5b\x5d\xc7\x7c\x52\x9c\xfa\x74\x57\xb8\x25\xc5\xa9\x4f\x77\x9d\x82\x4a\x31\x63\x7e\xc5\x6d\xba\x08\x35\xff\xa9\x4f\x77\x1d\xfd\x49\x08\x95\x75\xa5\x3d\xa4\xb8\x62\xfe\x43\x0f\x0a\xbc\xc5\x43\x00\x43\x22\x6d\xb9\xf9\xc1\x7c\x21\x54\xb7\x31\x82\x96\x20\x0e\x8c\x50\x85\x91\x01\x0c\x17\xcd\x00\x2e\xb2\x2d\x7b\x89\x06\x50\x5c\xdd\x6e\x7c\xc1\x3d\x00\xc7\x22\x3c\x64\xd2\x75\xe9\xc8\x29\x4e\xa1\x14\xb6\xdc\x85\x34\xc4\xb5\xb6\xdc\xfd\xc5\xc9\x2e\x85\xe6\x29\x97\x7a\x0a\xfe\x02\x68\x7e\xcd\xfa\xe1\xac\xf5\x02\xa2\x5a\x5b\xf6\x1b\x70\xaa\x6d\x79\x68\xde\x53\x52\x74\x05\xb5\x52\xdc\xb9\xf2\xa2\x9c\x1d\x2b\x5f\xdc\x23\x56\xbe\x6a\x16\x90\x14\x3a\xc1\x96\xe2\x0e\x90\xaa\xfb\xc3\xca\x6b\xf3\x23\xd3\xaf\xeb\x78\x5c\x8a\x0f\x2c\x2d\xef\x4f\x64\xaa\xf5\x2d\xbb\x8d\xc4\x06\x91\x2a\xb3\xd5\x82\xb2\xb9\x12\xf2\xd5\xba\x64\x6d\x4a\x38\xa4\x15\xfa\xc7\xba\x4d\x0c\x30\x86\xae\xdd\x99\x70\x48\x2b\x28\x07\x2d\x25\x44\xbb\x43\xff\xd8\x5b\x89\x49\x6f\xa1\x77\x8f\x7a\xf0\x81\x47\x3d\xf9\xc0\x70\x5e\x88\xc7\x7f\x26\x9a\x02\xb2\x01\xfc\x41\x28\x98\x87\x80\x08\x60\x3b\xda\x32\x29\x10\xca\xe1\x0f\x90\x1f\xa0\x3d\x93\x18\x03\x97\x6f\x2e\xa5\xc0\xf8\x8b\x7a\x8c\x88\x90\x68\x93\xa4\x48\xcc\x09\x31\x48\xac\x0b\x63\x13\x62\xe0\x44\x0f\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x92\x42\x8a\x21\x8a\x17\x3a\x0c\x42\x42\xc2\xb6\x14\xdf\x40\x1a\x5d\xb0\xa1\x3d\x45\xf2\xa4\xe8\x28\x90\x12\x21\xd0\x08\x09\x58\x91\xa5\x9e\x12\x5c\x01\x61\xa4\x9f\x58\x36\x09\x89\x78\x7d\x13\x1f\x4a\x38\xab\x14\x46\x12\x4e\xc0\xd8\xb6\xec\xf1\x4f\x02\xe8\x2f\x38\xa5\x24\xd2\xc0\xb9\xa3\x30\x24\xaf\x12\x78\xd5\x96\xdd\x46\xec\x48\xbc\x2d\x65\x42\xec\x75\x98\xc6\x7b\x2b\xdd\x1f\xec\x98\xb3\x90\x94\x41\x49\xa6\xac\x69\x9c\x77\x79\xab\x52\x9a\xbc\xae\x95\xa1\xfe\x0a\x91\xea\x11\x91\x80\x1f\x86\x36\x75\x2a\x5c\x79\x93\x4a\x01\x8c\xe2\xdf\x09\x16\x5b\x50\x12\x66\x4a\x0d\xd9\x3b\x62\x56\x69\x5a\x48\xad\xbe\xda\x10\xc3\x51\xeb\xd4\x98\x17\xe1\xef\x1f\x20\x41\x03\x20\xbd\x39\x28\xdf\x31\x21\x35\xb1\x6f\xc6\xe2\xe0\x76\xd0\x42\x0c\x40\x18\xfd\x3e\x76\x83\xd7\x65\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x89\x34\x44\xfc\x5b\x35\xf1\x33\xf6\x6c\x88\x77\x08\x80\xee\xdf\xc1\xdf\xbd\x0a\x07\x01\x56\x7f\x07\x48\x3b\x6a\xd5\x0e\xf6\xe7\xf7\x99\x90\xa5\xfe\xa0\x22\xda\xe8\x4d\x09\x3a\xa1\x8c\xda\x94\x4e\xc8\x0b\x31\x7b\x64\x4e\xf6\xcd\x84\x77\x82\xf3\x9a\x25\x9d\x58\x82\xa0\x09\x5c\x08\x80\x26\xf5\x77\x91\x87\x69\xd1\xf3\x46\x2b\x5c\xdb\x35\xf3\x7c\x6b\xd2\x9c\x33\x58\x67\x53\xf8\x3f\x65\x66\xda\x8e\x8f\x27\x39\x65\xa4\xce\xb6\xa8\x1d\x95\xe3\x8d\x13\xbc\x41\x0f\x70\x9e\x21\x7b\x4b\x65\x9c\x67\x68\xf1\x63\xfd\xa6\xdc\x97\xb5\xae\x51\x60\x1e\x36\xf9\x7b\x53\xc6\x61\xe5\xaa\xf3\x60\x29\x23\x18\xd2\x94\xfc\x95\x32\x14\xf0\x9e\xc4\xb1\x33\x52\xba\x9b\x7c\xc4\x29\x33\x65\x5a\x3a\x75\x2a\x81\x21\x02\x51\x4c\x81\xd3\xcf\x6e\xf2\x54\x70\x48\xac\xe9\xf4\x5b\x2a\x08\xdb\x36\x1d\xb8\x49\x85\x76\x98\x4e\xcd\xa6\x82\x88\x53\x93\x9f\x3f\x95\xa9\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x90\x3a\xb7\x55\xbd\xf1\xc0\x39\xa8\x63\xb2\x09\x61\xf7\xd0\xf2\x47\x3b\x4f\x15\x49\x9f\x23\x7c\xec\x89\x54\x33\x3a\x55\x62\x6f\xaa\x48\xfd\x6f\xf9\x63\x61\xa5\x8a\x08\x5e\xcb\x82\xa3\xc2\x26\x6e\x52\xe1\x53\x45\xe0\xa6\x59\xbb\x68\x88\x6a\xb7\x22\xe6\xd8\x10\xd5\x6e\xe5\xe3\x97\x48\xad\x15\x3e\xf8\xcc\xa5\x75\x06\x66\xc4\x7a\x1a\xd6\xa5\x15\x3f\xb8\x11\x0a\xd3\xf9\xf0\xd4\x6e\x60\xac\x48\x61\x6f\x9c\x7e\x11\xe8\xed\xb9\xf8\xe0\x33\x4a\x47\x6c\xa5\x95\x8f\x3b\x31\x75\xf8\xa7\x5f\x2c\xb2\x27\xda\xc7\xd2\xa5\x7a\xe6\x27\x12\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\xc2\xae\xef\x38\x37\x2c\xa3\x35\x75\x04\xfe\x86\xbc\xae\xa9\x3f\xfb\xef\x82\xa0\x69\x40\x66\x3b\xc9\x2d\x0d\xc4\xa9\x5b\x8d\x3f\xc9\x6a\x4b\x03\x07\x71\x5a\x95\x64\x18\x3b\x8e\xe2\x29\xef\x36\x0d\xd8\xb5\x9b\xb1\xb7\x97\x93\x0f\x3e\xcb\xba\x93\x44\x5b\xd0\x1b\xf0\xad\x35\x39\xf3\xd3\xde\x71\xe2\xcb\xca\xfe\x7e\x72\x14\xf1\xde\x9d\x39\xda\x4a\xa1\x4f\x3b\x22\x74\x4d\x69\x35\x69\x47\x84\xae\x29\x29\x2b\xed\x37\x26\x2a\x97\x7e\xda\x9f\xc4\xed\xf6\xc1\xef\xb1\x11\x30\x21\x8b\x31\xfc\xa6\xcc\xbb\x74\x20\xe5\xb8\x29\x55\x2c\x1d\x48\x2b\x2e\x8a\x8b\xa4\x03\x67\x99\x9a\x8e\xf7\xa4\xa3\x11\x0e\x19\x46\x07\xa2\xe9\x4d\x07\xff\xd2\x01\xe6\xe2\x40\x5d\x3a\x3a\xfb\x10\x63\x3e\x10\x46\x6e\x3a\x9b\x93\x0e\x24\x09\x55\x33\xb9\x03\x71\xd3\x3a\xc4\x5a\x8f\x93\x7d\x88\x0f\x1c\x0f\xc8\xcb\xbc\xe4\x78\x70\xaa\xd2\x16\xd3\x89\x04\xdd\x3a\xa4\xab\x9f\x48\x50\x68\x72\x82\xa5\x13\xa3\xb4\xa1\x85\x3a\x11\x28\x6d\x56\x8e\x2e\xe4\x85\x37\xa5\x78\xa4\x0b\xc6\x6e\x1b\x1f\xb7\x6f\xba\x12\x69\x56\xeb\x72\x65\xc8\x61\xa9\xdb\x17\x4e\xa8\xb5\x21\xb2\xbf\x60\x75\xf4\x4d\x06\xf4\x85\x1c\xa7\x97\x64\xbd\xce\x15\x00\xff\xac\xc2\x35\x05\x4b\xe8\xf2\x66\xa4\x1b\xfc\xe9\xa5\x59\xde\x89\x93\x15\x5c\x37\x4f\x6b\xdb\x2a\xbf\x2b\x47\x91\x1d\x71\xe3\x60\x5c\x97\xcf\x35\xdd\x90\x1b\x5d\x3e\x99\xc4\x54\x8a\xbe\x89\xd7\xde\x3c\x54\xa5\x13\x11\x09\x69\x0c\xa1\x6f\x62\x69\x37\xcf\x43\xea\x88\x44\x42\x1c\x21\x74\xef\x1f\x7a\xa2\xeb\x90\xdc\x80\xab\x39\x74\x1d\x61\x49\xf0\x2d\x87\x97\x2d\x0b\xdf\x57\x78\x99\x44\x70\x6e\x85\x6c\x1b\x87\xce\x98\x1e\x34\xfd\xe7\x62\x1f\x62\x69\xcf\xb5\x70\xba\x3e\xc9\x5b\xe2\x27\x1f\xc3\x2c\x6f\x38\xe0\xd8\xe5\xe3\xcc\x1b\x8f\xb4\xea\x74\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa4\xf1\x2e\x37\x71\xe6\x11\xf4\xae\x1c\x98\x1c\xf2\x83\x07\x1f\x6e\x9c\x79\x0c\xda\xf9\x83\x39\x1c\x40\xa1\x84\x73\x0e\x07\x3f\xf9\xa4\x2c\x66\xa4\x31\x87\x1e\x3f\xf6\x55\x0e\xf7\xcd\x07\x1a\xe5\x61\xa7\x1f\x9c\x66\xa4\x16\x87\x2e\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\xf3\xe0\x64\x56\x26\x52\x8e\x6b\xb6\x1f\x6b\x27\xf3\xc4\x56\x97\x4b\x2f\xc7\x8b\x0f\xb2\x3e\x41\x52\x40\xd7\xb9\xe5\x9c\xa0\xdf\x74\x45\xb1\x32\xcc\x93\xd0\x25\x8b\x73\x42\xc6\x6d\x4f\x1f\xc3\x2f\x27\xce\x45\x47\x53\x73\xc2\xc6\xee\x3a\x57\x9a\x33\x6c\xc5\x2e\x92\xca\x99\xd5\x39\x5e\x6f\x40\x08\x74\x9d\x05\xc9\x19\x7c\xad\xeb\x18\x4e\xce\xe0\x6b\x5d\x67\x21\x73\xe6\xb9\x7c\xf9\x7b\x72\xc6\x11\xf9\xb6\x7d\xdc\x11\x39\xe3\xb4\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\x43\xe2\xf7\x5c\xd5\x29\x7c\xaa\x5d\xf2\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xd4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\xe0\xfc\x56\x2f\x71\xfb\x81\xfc\xca\x05\xf6\x63\x56\x7e\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\x87\x05\x9b\x0e\x9a\xe4\x72\x10\x04\x01\x59\x00\xf5\x08\xfe\xe4\x06\x99\x2b\xb8\x97\x0b\x65\x8f\xbc\xd9\xb9\x82\xd7\xf6\xaa\x15\xa8\x81\xf1\x6a\xed\x9d\x0a\xa3\xad\x2b\x22\x9e\x2b\x0f\xea\xea\xfc\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xed\x9d\x8f\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc7\xc8\x8d\xb5\x49\x94\x27\x91\x1b\xc8\xbc\xb7\x4f\x86\x59\x6e\xac\x68\xa3\x04\xe0\x4c\x5d\xa7\x2b\xa9\x33\xf7\x80\x85\xd7\x01\x99\xdc\x59\x01\x45\x27\xe1\x73\x67\x2c\x59\xce\xbf\xdc\x33\xd6\x59\xe9\x0b\xb9\x43\x7d\xee\x0a\xe0\xe5\x01\xf7\x7c\x93\x8f\x24\x8f\x1b\x34\x2b\x5f\x42\x1e\x50\x6d\xfa\xf8\xa8\x9c\x79\x87\x9b\xa5\xcb\x59\x90\x77\xe4\xd3\x75\x49\xc9\xbc\x43\x27\xef\xb2\x8c\xf3\x01\xd3\x3c\xa9\x8a\x4a\x3e\xe0\x49\xed\x4a\xf4\xcb\x47\x5b\x6b\xfb\xe9\xf4\x80\x51\xd4\x95\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf5\xf0\x31\xc4\xf2\x49\x25\x4c\xce\xcd\x7c\x46\xac\xbe\xb2\x37\xf3\x09\xc0\x86\xdc\x87\xf9\x3c\x19\x6f\x12\xfb\x39\x71\xe4\x6c\x6c\xc2\xd8\x79\x07\x7e\xf2\x79\x70\x81\xa7\x0d\xe5\x67\xe5\x0b\x72\x62\x28\x86\x92\xef\xdf\x67\x00\xe5\x7b\x43\x1e\xd4\xab\x4d\x2b\x47\xf8\xba\x37\x44\x01\x9b\x3b\x80\xd3\xbf\xf8\x77\x64\xed\x04\x77\x30\x10\xd3\xf5\xef\x88\xea\x7d\xbc\x37\xf9\xe6\xd1\xcc\xec\xf7\x29\x74\x5e\x0f\xae\xef\xaf\x54\xc4\xb9\xee\x0d\x71\xdd\x8f\x5f\x2c\xdf\xd8\x47\xcd\x02\xe5\x46\xde\x8e\xbc\xaa\xf9\x86\x42\xa2\x3c\x9f\x7c\x87\x35\x25\xf5\x08\x43\x25\x4b\x12\xdc\xa1\xa0\x83\xa8\x36\x02\x99\xc9\xed\x86\x44\x1d\x0f\x80\x44\x0f\x6d\xd3\x3b\x20\x8e\x35\xdc\xdf\x0d\x94\xf8\x7d\x64\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\x19\x39\xd6\x80\xb1\xbf\xd3\xb2\xf2\x0d\xaa\x6e\x4a\x30\xcf\x37\x52\x69\x36\xb1\xc8\x1b\x32\x24\x47\xad\xfb\x0d\x0b\xd8\x49\x87\xf9\x8e\x0c\x96\x0a\xcb\xb0\x88\x9b\xb2\xa8\xf3\x3d\x95\xb4\xbc\x79\x12\x70\x82\xa9\x68\x4b\xbe\xd3\x54\xd0\xc3\x66\x42\x40\x3a\x8c\x72\xc5\xf2\x9d\x68\x85\x7b\xa1\x40\xd0\x0a\x8f\xe5\x7b\x6a\x13\x71\x78\x61\x51\x81\x47\xde\x9b\x7c\x27\xc4\xb7\x87\x7f\x7f\x56\xf2\xd9\x6a\x67\x26\xa7\x09\x22\xa4\xaf\xc8\x96\xce\x37\x58\x4e\xd6\xf1\xb3\x7c\xe3\xa4\x4a\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\x69\xf6\x69\xc8\x8c\x94\x32\x13\x6b\x9e\xb4\xa8\xac\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3b\xd4\x53\xc6\x29\xbe\x16\x73\xf8\x89\x64\xba\x4b\xf9\xfe\xaa\xd9\x6b\x52\x88\x51\x8d\x86\xb2\x36\x45\x7c\xf9\x9e\xda\x57\x0e\xde\xab\x28\x6a\x93\x4c\xe8\xa8\x69\xe3\xb4\xde\x7c\xc3\x0e\x0b\xe6\x20\x77\x59\x46\xab\xda\x98\x4f\xf1\xef\x88\x98\x46\x41\x50\x23\x52\xb2\xdc\x4e\xec\x50\x1d\x4c\x7d\x78\x3e\xd0\xa2\x54\x92\x6a\xd6\x22\x34\xd0\xba\x18\xe1\xdd\x10\x54\xee\x82\x11\xf5\x14\x86\xa2\x46\xf9\x66\x71\x04\x4f\x02\x99\xda\x59\x71\xed\x7c\xa3\x58\x42\x35\x4b\xeb\x11\x68\xd1\x22\xf4\xdf\xe5\x1d\xe6\xbb\x57\xec\x36\xff\x8e\x30\xb4\xb8\x28\x52\x9b\x63\x33\xe5\x4f\x0d\x3e\x07\x93\x51\x3f\x90\x64\xe9\xf6\xf9\xce\x63\xcc\x37\x6c\xb7\xfc\x22\x44\x64\x42\x07\xb7\xa1\x04\x45\xf3\x0b\x78\x92\x86\xc9\x90\x89\x05\xde\x8a\x83\x1e\x6f\x0d\xc8\x3c\x67\xc5\x22\x33\xf2\x9c\x63\xd8\x4c\x77\x63\x52\xc6\xbb\x3d\xd0\x16\xd2\x91\x4a\xb0\x49\xb2\xde\x88\xd9\x04\x49\xeb\x9b\x0a\x8f\x52\x87\xf2\x3d\x15\x0d\xa7\xdc\xe6\x7b\x07\x8e\x4d\xf8\x30\x4f\x2d\x33\xef\x9d\x20\xfb\xfb\x8a\x5c\x45\x4d\x01\x1e\xa8\xda\xb5\x86\xfb\xdc\x58\x5b\x13\x80\x08\xdd\x8f\xe6\xf1\x1e\xce\x50\x0f\xa6\x72\x90\x83\xf7\xc2\xd4\x23\xb3\xb5\xab\x7b\x9a\xc7\x59\x59\xc5\x79\x65\x2a\xbf\xb6\xf2\xb1\xbf\xb3\x4b\xf3\x8d\x82\x80\x4e\x79\xcf\x4c\x65\x6e\xb6\x4b\xee\x69\x73\xc6\x64\x98\xce\x69\xc6\x16\x23\xf5\x24\x4e\xd4\x23\x4d\xe5\xd7\x3a\x4f\x01\x9e\x75\x20\x30\x23\x91\x39\x87\xe0\xdf\x1b\x12\x06\xdd\x61\x67\x07\xee\x11\xf1\xf2\xea\x0e\x0e\xe6\x74\xab\x7d\xa1\x43\x4d\xe1\x04\xe1\x79\x67\x9c\x73\x3b\x17\xef\x56\x9c\x0d\xcd\xc9\xc2\x7a\xea\xda\x31\x98\xe5\xa2\xfe\xcf\x6b\x19\xa7\x39\x13\x55\x28\x21\x23\x07\x3a\xeb\x2c\x60\x46\x0a\x74\x2a\xd1\x03\x0c\xa4\x00\x69\x02\x74\x2b\xea\xa4\x58\xbe\x51\xfa\x27\xbc\x28\x71\xda\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\xcc\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x56\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x50\xdc\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\xa4\x79\x67\xb7\x17\xed\xaa\x4b\xfa\x61\xa4\x3d\xdf\x0f\xa5\x44\xd1\x17\x4f\x84\x70\xd6\xa4\x60\xab\x8e\xe0\xed\xf3\x14\x7e\x21\x3c\x3c\x95\xe6\x86\xda\x5c\x98\xfc\x23\xb9\xf3\x4c\x29\x17\x65\x11\xdc\xcf\x09\x1c\xba\x73\x32\x34\x6f\xb6\xe7\xe6\x8c\xb4\xce\x0f\x79\xb2\xb6\x1f\x12\xcb\x7b\x92\x46\x83\xc4\xf2\xa0\xdc\xa3\x8c\xc4\xf2\xd9\x43\xd7\x03\x84\xd4\x5e\x2f\x2c\xb4\x0f\x3d\x18\x98\x91\x5f\x40\xa0\x40\x7b\x01\xd9\xdf\x13\x04\x0f\xb9\x14\x49\x7f\x01\xcf\xa8\x14\xcb\xe7\x53\x8f\x52\x6d\xec\x0e\x19\xe2\xc8\xff\x4e\x3a\xb8\x91\x91\xff\x1d\xaa\x68\x17\xf9\xdf\x31\xa8\x04\x44\x7e\x42\x21\x08\x1a\x31\x30\x32\x51\xdc\x25\x19\xf5\x70\x1f\x4b\xda\x09\x88\xc0\xa3\x1e\x42\xe4\x34\xcb\xb3\x22\xfe\x19\x49\xde\x49\x3e\xf5\x8c\xa4\xe9\xd9\x81\xf0\x10\xa9\x92\x88\xeb\x20\x2d\x3a\xa9\x16\x5e\x46\x5a\x74\x96\x2f\x36\x33\x2d\x7a\x28\x4d\x22\x23\x0f\x7a\x02\xe9\x2f\x90\xe7\x25\x71\xf3\x2c\xd5\xcf\x40\x52\xf5\x13\x1b\x41\x26\xf4\x9c\xb7\x66\x85\x7a\x8c\xc5\x40\x22\xc2\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x54\x60\xaf\x25\x02\x9c\x8a\x79\x64\xa6\x42\x37\x1d\x23\xcc\xcc\x7d\x0e\xd6\x5f\x91\xec\x3c\x1f\xa8\x0b\xa8\x8b\x9b\xb6\x10\xb2\x99\xe3\x10\x91\x23\x9b\x39\xbf\x30\x0d\xe5\xb0\xda\x3e\x65\x3a\x73\x4e\xe2\xdf\xc8\x4f\x0e\x72\xa8\x65\xe4\x27\xa7\xad\xb9\x07\x64\x0d\x68\x5f\x21\x3f\x39\x9a\x35\xad\xfc\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\xd4\x70\x25\x72\x56\x86\x72\xf6\x08\x28\x17\x20\x86\x0f\xcf\x62\xd6\x29\xa1\x8c\x0c\xe5\x89\x36\x8f\x30\x60\x5c\xf9\x05\xe8\x3e\x52\x88\x91\xa2\x9c\x55\x93\x28\x3f\xd4\x28\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\xe0\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x4a\x29\x99\xf1\xd0\x19\xac\x93\x38\x19\x59\xc4\xd9\xe6\x38\xb2\x88\x67\x9f\xc2\x73\x65\xde\xb4\x94\x05\xa4\x02\xc7\x60\x4d\x19\xb9\xc0\xd9\x36\x26\x72\x81\xb3\x4d\x6d\xe4\x02\xcf\x0f\xd4\x25\xe2\x13\x76\xe3\xc1\x01\x9b\x8a\x89\xa9\x41\x94\xcb\x44\x44\x2e\xef\xec\xc0\x0f\xa8\x8b\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd5\x9a\xd9\xba\xf6\xac\x22\x3b\x77\xf6\x28\x54\x76\x9a\xb1\xa6\x06\xb8\x9e\x8b\xf4\x62\xe4\xe7\x86\xa1\x7c\xa5\xcc\x04\xdd\x16\xbd\x1a\x1d\x50\xcb\x27\x83\x8c\xdc\x2c\x1f\x7a\x66\x46\x6e\xb0\xea\x8b\x94\xdc\x97\x27\x12\x29\xb9\x59\xd5\x1f\x32\x52\x72\xe7\x07\xc2\x4b\xe7\x81\xa4\x9f\x64\xdc\x65\x24\xec\xce\xaf\x3d\x03\x2c\x93\x7c\x0f\xc8\xd8\x9d\x2f\x68\xe9\xa7\x26\x9d\xed\xef\x40\xca\x6e\x57\x06\x7f\x46\xca\xee\xfc\xc0\x0f\x90\xc5\x67\x52\x19\xc4\x80\x70\x88\x7c\xa8\x6c\x23\x14\x49\xba\xd9\x7e\x3d\x24\xe9\xce\x1e\x3d\x24\x50\x62\x82\x46\x88\xbf\x5a\x6e\x0d\x32\x05\xb7\xc9\x9f\x2d\x46\x90\x96\x1b\x82\xb9\x27\xd3\xf0\x2c\x56\xe0\xe4\x4b\xe6\x7d\xfb\x81\x3d\x25\xac\x40\x77\x6e\xee\x10\xba\x73\x91\x36\x81\xb4\xd7\x30\x2c\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x79\xab\xc3\xa2\xf5\xa0\xd3\xc8\x3d\x1e\x44\x82\xd7\x1d\xee\xcf\xac\xaa\xbe\xf9\x39\x60\x08\xbb\x4d\x97\x99\x57\xf6\x04\x27\x93\x5e\x87\x54\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x5a\x9c\x5b\xb7\x1f\x9d\xc9\xa5\xc9\x32\xe5\xa4\xde\xe6\x69\x9d\x24\x56\x73\xcf\x13\x89\x6a\x66\x1b\x54\x9f\xbd\xe9\x4f\x6a\x39\xd6\x41\x2e\xb0\x0d\x63\xfe\x02\x39\x1a\x91\xd7\xc2\xb4\x60\xbc\x18\x30\x30\x01\x5f\x30\x09\x2c\xc7\x50\x4e\xb3\x5b\xe8\x5c\x20\x3f\x0b\xce\x0b\xfc\xd8\x5b\xfa\x02\x17\xb1\xb0\xbf\x38\x27\xb3\x99\xa9\x4f\xa7\x6a\x86\x4c\x05\xda\xc4\x34\x15\xe8\x56\x4d\x1c\x37\x8c\x1a\x77\x48\xfd\xd9\x1a\xf8\x33\xf5\xe7\xd4\x5e\x1d\x50\xc7\x31\xde\x6f\xa4\x9d\x1b\xc4\x1b\x23\x7a\x25\x1f\x6e\x62\xe9\xcb\x0f\xd4\xdf\xd4\x3c\xe9\x87\x68\x93\x35\xf8\x3c\xf0\xec\x98\x0f\x4c\xf5\x37\xe5\xe1\x2e\xb1\x8b\xab\x3b\xe8\x38\xa4\xab\x49\x30\x04\xfe\xfa\x7e\x61\x49\xbb\x7c\x69\xb8\x96\x73\x0f\x96\xde\x5b\xe4\x41\x19\x9f\x8f\x11\x50\x58\x29\x6b\x93\x83\xad\x20\x3d\x78\xee\x91\xa4\x07\xf0\x3a\x14\xbf\x40\x18\xbb\xda\x8d\x30\x64\x3d\x80\xdb\xe1\x63\xb9\x94\x0d\x8e\x52\x1b\xe5\x65\xdb\xa8\xea\xf9\x05\x2a\xb8\xc5\x3d\xcc\xb5\x96\x90\x2a\x1b\x14\xdc\xaa\xf3\x37\x65\x9b\x1a\x6e\x91\x23\xb3\xa0\xa2\xd7\x9c\xb6\x80\x0c\x20\xe0\xcf\x16\x29\x48\x72\x4e\xaf\x49\x04\x9a\xb4\x1f\x95\xa6\xa0\xb0\x57\x56\xc2\x69\x41\x29\xaf\x30\xaa\x47\x58\xb3\xf4\x0b\xd4\xa2\xba\x80\xa6\x06\x5c\xdd\x23\x29\xdc\xbf\x53\x15\xfc\xe8\x2c\x85\x35\xbf\x5a\x34\xa2\xc2\xc5\x31\x0c\x35\x52\xcf\xba\xc7\x84\xde\x15\x7e\x12\x1e\x2a\x5b\x24\x0a\xd4\x3b\xf2\x13\x93\xe1\xc5\x29\x49\x5d\x9c\x50\x36\x9c\x92\x1c\x45\xab\x14\xb9\xee\x5a\x67\x64\x27\xd6\xe6\xef\x29\x61\x92\x26\x1c\xb1\xc5\x5f\x1d\x40\xbd\xa9\x5a\xb4\x48\x84\x78\xc0\x03\xc7\x4e\xfd\x3b\x2d\x04\x0f\x30\x55\xb0\xcd\x4b\xc4\x5c\xa7\xe4\x55\x4f\x6b\x03\x0a\x44\xea\xf3\xc1\x20\x7d\x12\x53\xd4\xe6\xc1\x3d\xf7\xb0\xd6\x44\x18\x46\x66\x74\x32\xa1\x21\x72\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xee\x9a\xea\xf6\x02\x41\x43\x64\x68\xae\x5d\xb3\xa6\x36\xde\x44\x05\x19\x58\x33\x5a\x33\x6b\x2d\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x34\x19\x9a\xdf\x80\xcc\x0a\x9a\x54\x01\x77\xf7\xef\x65\x11\xbf\xc6\x2c\x58\x6a\x13\x22\xfc\xb5\x0a\x0f\x97\xad\xac\xa5\x76\x0f\x94\x9b\xc6\x1b\xd5\xeb\x26\x98\xa6\x3a\x9d\xb6\x57\x8f\x0f\x81\xd6\x07\x95\x6b\x97\x84\x17\x9c\xe1\x1b\x2f\xf2\xa8\x0b\x4a\xf5\x59\x19\x89\x14\xd4\x95\xde\xc3\xe4\x07\xdc\xa3\x49\xcb\x5d\xa9\xab\x26\x77\x01\x12\x6b\x1e\x83\x3b\x2e\x69\xf9\x1a\xd7\x5f\x3d\x2c\xfd\x39\x6b\x39\x1a\x0b\xb7\xf9\x03\x9c\x2d\x8e\x9a\x28\xf4\xe9\xcd\xb8\x6e\xcc\xe5\x11\x8c\x2b\x6e\x65\x92\x6c\x5c\x7f\xb7\x51\xcd\xce\x8b\xd7\xb9\x78\x1a\x70\xa9\xcf\x59\x34\x4e\xaf\x70\x77\x9b\x0a\x46\xd6\x90\x9d\xb6\x91\x67\xdd\x49\x52\x59\x68\xe9\x90\xad\xa6\xfa\xbe\x54\x3b\x0f\x4a\x85\xc1\xab\xb5\x14\x58\xb3\x68\xc6\xc3\x8b\xf0\x40\xfd\x74\x08\x6f\x83\x7a\x50\xf7\x83\xb5\x7a\x9a\xf8\x80\x1e\xe4\xe5\x9e\x0a\x6a\xca\x66\xe1\x03\x24\xf6\xea\xe0\x20\x08\x7e\xe1\x64\x8f\x82\x7a\x69\xa8\x55\x9f\xec\xa4\x31\xf3\xe8\x7d\xd1\x98\xa6\xb1\xd3\xaf\x67\x6c\xee\x8c\x34\xb8\x7d\xc1\xae\x14\x94\x07\x5d\x5e\xc6\xdd\x01\xe7\xe9\xab\x0d\x06\x61\x1e\x7e\x40\xd0\x74\x21\xea\xa0\x0f\x42\x30\xe2\x6c\x55\xf6\x24\x96\x8a\x6a\x79\x7c\x90\x66\x2d\x58\x98\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xfe\x5c\xb3\xa0\x93\x5e\x38\xb3\xc1\x93\x96\xa9\x81\x3c\x51\x48\xed\xf5\x02\xfd\x20\xaf\x2e\x88\xeb\xfc\x33\x51\x84\xe3\x4e\xf1\x05\x21\x39\x96\xa9\x03\xe7\x9d\x74\x80\xba\x6c\xf0\xe7\xd6\xe6\xf1\x10\x21\xae\x43\xcb\x70\xd1\x1e\x32\x3f\xb9\x38\x85\x21\x90\xaf\x82\xa2\x04\xee\x01\x3c\xcd\x3b\xfb\x42\x28\xf2\xf5\x3e\x4b\xee\x6d\x7e\x01\xa7\x56\xbd\x93\xe9\xc1\xf5\xce\xbf\x68\xee\x78\x93\xdc\x24\x05\x0b\xb4\xa5\x72\x9a\xfe\x6e\xd0\x82\xc7\xbc\x33\x5f\xd0\xb4\x6e\xec\x65\xe3\x85\x09\x0b\xc9\x9b\xfd\xc6\xd1\x53\x2b\x5f\x37\x63\xeb\x16\xb2\x37\x7d\x39\xd9\x63\xc0\x91\x61\xcc\xdd\x98\xc6\x0b\x48\x6e\xed\xac\x07\x70\xea\x16\x15\x63\x2d\xdb\x43\xbf\x9a\x19\x2f\x8b\x6f\x34\x93\xcb\xc3\x6d\x64\xe4\x3e\xdc\xfd\x1a\xf4\xe1\xbc\x44\x91\x0f\x79\x94\x09\xec\x81\xae\x30\x3c\x04\x59\x94\xe7\x05\xd7\x6e\xf5\xea\x3c\x6b\x6f\x7f\xba\x64\x8d\xcf\xfa\x31\xab\x0a\xf3\xb5\xaa\x6e\xfe\x29\xbc\x5f\x48\x67\x1d\x0a\x6f\x13\xaa\xba\xfe\xa1\xf0\x36\xa1\x21\x05\xbf\xf0\x36\xa1\x2c\xe7\x5c\x09\x74\xdd\x0e\xbf\x40\xf5\x41\x8c\x34\x2c\x3d\x54\x6c\x11\xd7\xfc\x44\xeb\x17\x01\x6a\xa6\xca\x60\x96\x80\x08\xbd\xb2\x16\x0a\xea\x86\x66\x15\xaa\x2a\x61\x65\x57\x78\xc8\x40\x3b\x2a\xa9\x4d\xf6\x60\x3c\x40\xed\x8c\x1f\x7f\x4d\x09\x4b\xed\x14\x9b\xc4\x9d\x3e\xf3\x81\xe6\x0d\xad\x52\xb9\x5f\x05\xb5\x4a\xb3\xca\x41\x95\x10\xb9\xd7\x44\x74\xb8\x5c\x27\xa9\x9a\x6a\xe1\xdd\x39\xc1\x0a\x06\xae\xca\x99\x0f\x84\xb8\x14\x51\xfa\x4c\x3d\x24\x72\x20\x69\x39\xb8\x2b\x67\x7e\xa1\x3e\xd3\xca\x41\xf7\x1b\x0d\x50\xf9\x05\x52\xbe\xd4\x43\xdc\x8c\x33\xbb\x10\xaa\x12\x31\x61\x20\x0e\xb4\x85\x08\x84\xe5\x95\x3e\x55\x78\xa5\x8d\xca\x80\x94\x40\x47\xab\xb5\x05\xde\x6a\xa3\x4a\xb5\x85\x97\xda\xe8\xc6\x82\xc2\x3b\x6d\x92\x67\x9d\x51\x56\xc1\x8b\x8d\x30\x7d\xd5\xf6\x47\xc2\x60\x6c\x5e\xfc\x4c\x0b\x42\x68\xcc\xf0\xc8\x0c\xb7\x59\xcc\xd9\x00\xb2\x2e\x8c\xfb\x87\xff\xc4\xb4\x92\x59\x29\x29\x1b\xc0\xb5\x50\xea\x01\x8e\xdb\x68\xda\x28\x11\x3d\x0a\xa2\xc2\xa5\x97\xf6\x81\x3b\x6c\xb2\x6a\x76\x15\x96\x89\xad\x4a\x3a\x2a\xb8\xb1\x66\x3e\xf0\x1b\x74\x6f\x74\xf7\xb9\xa3\xfa\x8c\xdb\x27\xcb\x15\xa8\xbd\x18\x92\xc6\xac\x8c\x32\x99\x7a\x2a\xa1\x14\x5e\x2a\xb9\xcd\x4f\x62\x44\x05\x17\xcd\xb8\xd8\x4e\xe1\x3d\x33\xc1\xfa\x13\xee\x99\x09\x38\x5c\xfb\x79\x80\x65\x12\x47\xc5\x3d\x32\x2e\xcf\x53\x78\x8f\xcc\x10\x7b\xc4\x35\x32\x79\xf3\x8e\xac\x28\xcf\x63\xce\xd4\x28\xcb\xf4\x3e\x53\xc6\x93\xe9\xa0\xd1\x04\x97\xf6\x1c\x96\x93\x56\x10\xe1\x46\x18\x5d\x73\x51\x02\xf3\xb2\x65\x84\xe0\x3e\x98\x24\x7f\x50\xe1\x85\x30\x6f\xb6\xd3\x98\x9a\x69\xd2\x6a\x4c\xa6\x13\xcc\x8d\x1e\x4c\xa9\x29\x01\x6a\xa8\x8e\xed\x96\xd0\xe3\xbb\x26\x51\x09\x7d\x4d\x42\x43\x2c\xa7\xad\x99\x42\x07\xe2\x8b\x7b\xe0\xa5\x00\xfe\x00\x55\x91\xa2\x47\x84\x08\x90\x3d\x10\x50\x97\xad\x25\x73\xb6\x0e\xf2\x8f\xee\x00\x8a\xd1\xeb\xf7\x35\x07\x43\x80\xba\x48\x51\xed\x81\xba\x11\xb2\x0e\x02\x9c\xb0\xca\x0e\x2c\x28\x69\x9c\x74\x0c\xbf\xa0\xa6\x71\x56\x2a\x60\x09\x83\x69\x2c\xee\x8f\xa7\x51\xcc\x71\xe0\x63\x7d\x31\x6f\x1e\x20\x75\x87\x70\x90\x16\x73\x24\x38\x48\xb3\x5c\x4e\x25\x20\x3b\x21\x26\xb7\x17\x96\xdd\x43\xfe\xfe\x6a\xdd\xb4\x85\xca\x05\x36\x57\xc3\x5e\x01\xb2\x96\x09\x95\x0a\x74\xa4\xa4\x84\xa9\xde\x26\x2b\x20\x01\x87\x2e\x5a\x32\x53\x44\x7a\x82\x12\xb4\x4a\x80\x3a\xab\x2c\xba\x82\x0c\xe6\x68\x8b\x3b\x1c\x10\x68\x26\x4d\xb8\x60\xbb\x67\x30\xd5\xdb\xbc\x99\x81\x1c\x8b\x8d\xbb\xc3\x9d\x0f\x34\x85\x83\xaa\x66\xf1\x10\x28\x7f\x25\x0d\x39\x1c\xf0\x92\x18\xcb\x07\xb9\x9c\x3c\x1d\xb8\x8d\x68\x3e\x50\x97\x27\xbd\x97\xe6\x73\xac\xcc\x66\x31\x7d\x62\x16\x16\x89\x70\xda\x66\x2f\xec\xb9\xa0\xf6\x07\x20\x5e\xe9\x69\xe1\x64\x28\xc7\x9b\xfc\x3c\x20\x0b\x34\xef\xa9\x40\xa7\xe1\x59\xb2\x22\x40\xf5\xef\x34\x98\x2d\x7c\x98\x23\xf9\xe2\xdd\xd7\x9a\x95\x60\x60\x8e\x83\xf5\x7c\xdc\x71\xe4\x40\x72\xe1\x8d\x46\xe3\xc5\xea\xe0\x74\x8d\xe6\x6c\x17\xca\xcd\x1a\x71\x17\xb3\x67\x04\x24\xcf\x4e\xbd\x38\xd5\x45\x28\xcd\x26\xee\xed\x5d\x7a\xac\x84\xa9\x13\xa7\xe6\x2d\x75\x53\x75\xf4\x16\xb8\x17\xd0\x9a\xd6\x0d\x54\x9b\xd1\x40\xe3\x1d\x96\xca\x37\x31\xed\x0e\x50\x3c\xcd\xe2\xe4\x46\xcc\xdf\x42\x1a\xfa\x6f\xb4\x46\x76\x53\xfd\x91\x3d\x15\x1e\x82\xac\x0f\xa0\xee\xea\xee\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\x30\x7a\x59\x7e\x26\x80\x9e\xf2\xae\xc6\x56\xc2\xc3\xf3\x2f\x9a\xd0\x43\x2f\x86\x35\x1f\x38\x81\xa3\x89\xf3\x41\x76\x9c\x31\xf2\x30\x3e\x20\x1c\x3f\xf0\x9e\x7a\x95\xe1\x02\x56\xf2\x4d\x41\x25\x73\x97\x7f\x2b\xa8\x5d\x1e\x8b\xde\x8f\x1b\x64\xbc\x98\x10\x8b\x99\x0f\xf3\x51\x14\x33\x4f\xca\x17\x2a\x38\x70\x10\x95\x03\x55\x22\x6f\xe1\x14\xad\xb3\x78\xb9\x32\x65\x0b\x6a\x97\x67\xe5\xce\x94\xc8\xfa\x75\x5a\x11\xd4\x2e\x0f\xaa\x0f\x53\x22\xf3\x5c\x95\xdd\x53\x58\xbd\x3c\xeb\xb2\xc6\x12\xa9\x56\xcb\xfb\x10\x71\xda\x5b\x19\x0f\x25\x32\x7f\x41\xd9\x35\x25\x22\xf3\x55\xc7\x43\x4b\x0c\xd4\x52\x86\x5f\xb8\x40\x86\x82\x39\x92\x0a\x24\xf5\x63\x64\x2e\x81\x5f\x40\x4d\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\x0a\x6c\x71\x7b\xed\xc6\xa2\x07\x03\x09\x85\x02\x1a\xfe\x52\x85\x8b\x4b\x5c\x19\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x3a\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x3e\xb0\x5f\x00\xe9\x49\x44\xa3\x4e\x45\xd0\xbd\x2c\x05\x75\x2a\x72\x7c\xfd\xce\x6c\x07\xf7\x47\x05\xd5\x6d\xba\x2a\x45\xca\x91\xa9\x0a\x62\xf6\x28\x24\x91\xbd\x79\xe3\xf2\x9e\x4a\x2f\x89\x19\x61\xa4\xe8\xf6\xaa\xd6\x2a\x10\xe8\x1e\xcd\x7e\x61\xae\x5b\x33\x12\x33\x64\xbe\x8c\xf4\x48\x05\x56\xca\x1a\x2f\x43\x6b\x4a\xf8\x29\xb8\x0c\x2d\x55\x2f\xdb\x47\xa1\x15\x12\x96\x42\x3b\xfc\x06\x25\x96\x69\xa7\xf0\x1a\x38\xc1\xc0\xc3\x8f\x66\xc4\x11\x57\x5e\xd8\x29\x88\xcb\xd0\x72\xf4\x8e\x2c\x94\x60\xe2\x09\xbc\x0b\x6d\xbc\x96\xb6\x2e\x4d\x41\xf3\xe2\xd1\x22\x79\xcb\x70\xc4\x27\x3a\x5c\x81\xab\xd1\x52\xf2\x10\xcb\x79\x6a\xd4\x23\x19\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\xb4\xc0\xbd\x56\x95\x69\x47\x7a\x01\x75\xc9\x8a\x67\xdd\xa0\x5e\x79\xd6\x8d\x77\x86\xba\x0d\x72\x95\x99\x89\x3b\xcd\x72\x34\xf5\xa1\x2c\x99\xb5\xdc\x48\xad\x57\x19\x17\x05\xd7\x91\x65\x45\xdb\x4a\x6c\x58\x7b\x7f\xd0\xe9\x18\xf3\x52\xf6\xc5\x58\x34\x24\xeb\x07\x4b\x20\xf2\xee\xb1\xa6\xf4\x9d\x12\xfb\x22\x50\x3f\xe0\xf1\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\xd4\x4a\xa5\x6a\xa0\x74\x4a\xb6\xb7\x9f\x67\xb7\x72\xaa\x3f\x49\xcd\x2e\x28\xac\x92\x1d\x73\x8a\x4b\x67\x95\xb8\x43\x5d\x94\x18\x6c\x2b\xa0\x2e\x8a\xab\x83\x16\x94\x45\xe9\xc9\x9b\x7e\x30\x2a\xaf\x19\x43\xa9\xb5\xbf\x01\x35\x4f\xb2\x4e\xe6\x97\xc8\x03\xa0\x2a\x7f\x56\x70\x63\xc1\x1c\xd1\x0f\xea\xf7\x57\xd7\xe5\xbe\x25\xee\x8d\x2f\x68\xca\x3b\x0a\x70\x4a\xe9\x44\xd5\x94\x64\x8f\x68\xe4\xb5\x4a\xd2\x10\x59\x05\xa5\x18\x65\xb8\x65\x29\xd8\x35\x10\x0f\x9c\x11\x30\x13\x80\x93\xf6\xc5\xc8\xa8\xd5\x4a\xcd\x89\x07\x2d\x75\xad\xc9\x01\x53\xc4\x22\x94\x3e\x5a\xfb\x12\xe2\xb1\xce\xe9\x7f\xda\xe7\x86\x29\xba\x8d\x45\xb6\x88\x45\x05\xab\x66\xd2\x3e\xb9\x9d\x2d\x6e\x4e\xc4\x19\xa4\xc8\x47\xa6\x15\xd8\x74\xc7\x25\x6b\xce\x02\x2e\xbc\x63\x2d\x2b\x7d\xae\xe0\x8e\xb5\xa4\xc3\xd3\x85\x97\xac\xb5\xf4\x7a\xc0\xec\x23\x53\x26\xb2\x72\xad\x1e\x46\x78\x6d\x83\x1d\x10\x91\x69\xb8\x9b\x07\xbd\x58\xa9\xd4\x6c\x08\x77\xb6\x04\xeb\x16\xcc\xd3\xb5\x43\x21\xc2\x6d\xfb\x42\xdc\x45\x2f\x9d\x45\x39\x32\x75\xa3\xa5\x26\x2f\x73\xf3\xbc\xaf\x81\xea\x89\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x92\x3e\x7b\x12\x60\xc6\x96\xb2\x17\xa2\x69\x26\x26\xaa\xb8\x96\x69\xeb\xac\x92\x21\x84\xdb\xb7\x9a\xfd\xc3\xeb\x6b\xdf\x79\xbc\xb9\x01\x34\x00\x55\xe0\x68\x46\x79\xc3\x68\xeb\xee\xa0\xb1\xb2\xb4\xda\x9d\x1f\x68\x8e\x37\x93\x2f\xbd\x27\x6f\x6e\x62\xd3\xcf\xbd\x66\x2d\x20\x1e\x7a\x2a\x2d\x10\xe8\xe5\xb5\x2b\x32\x32\x79\xc1\x8c\xea\x61\x55\x60\x41\xf1\xac\xa5\x13\x98\x54\x6c\x2d\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe6\xea\x89\xe1\x4a\x84\xda\x3c\x0f\x7a\x79\x2d\x94\x1e\x1c\xe3\xd0\x90\xac\x56\xa4\xf2\xd8\x25\xe1\xd0\x97\x0e\x9b\x17\x9c\x49\x4d\x51\xee\x2b\x54\x33\x9a\x93\x0c\x7a\x00\xad\x2d\xfb\x05\xa0\x5e\x82\x17\xc5\x8b\xa6\xc5\xe3\x0f\xc0\xdf\x85\x15\x14\x22\x8a\x21\x8a\x7f\x26\x16\x67\x1e\x06\xe1\x41\xf1\x64\xfd\xce\x62\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\xf0\x11\xbf\x40\x80\x32\xeb\x98\x00\x4a\x17\x25\xdd\xec\x50\x12\x75\x59\x7b\x52\x12\x7d\xc4\xc5\x2f\xa0\x1e\xf3\x6b\xc4\x83\x1f\x08\x8d\xc8\x4c\xa8\xfd\x05\x34\xb4\x2a\xe3\x11\x07\xc1\x82\x5d\x25\x09\x27\xc1\xc6\x64\xd1\x3f\x10\x42\x09\x05\x9b\x2d\x66\x53\xa4\x47\xac\xa9\x9d\x00\xa0\xe0\x99\xba\x76\xd7\x4d\xcf\x05\x95\x93\xe6\xf0\x7e\x80\xfa\xab\xda\xa3\xac\x84\x34\xcc\xe0\x71\xc5\xa0\x4f\x50\x95\xc4\xd4\x01\x5d\x11\x57\x50\x2a\xc9\x27\x8c\x0a\x4b\x25\x8d\xf8\x7a\x40\x98\x84\xc4\x44\xc5\x51\xae\x15\x94\x46\xf2\x61\x99\x82\xe2\x47\x29\xcb\x5e\x67\xf1\x23\x5d\xf9\x54\x50\xfb\xe8\xa5\xea\xa2\xf6\xd1\x04\x49\x58\x49\x6b\x12\x1e\x92\xa6\x6b\xf5\x83\xb9\x1d\x5e\xeb\x96\x37\x80\xa0\x21\x73\x78\x17\xea\x2e\xa8\x95\x14\x9a\x53\x50\x70\x22\x3b\x36\x93\x56\x06\xa9\x05\xff\xce\xca\xdf\x9a\x23\xd4\x71\x5d\xad\x59\x58\x5c\x69\x98\x14\x33\x2b\x7f\x6b\x0a\x28\x8c\x9c\x5f\xfd\x31\x18\x51\x0d\x21\x9d\x3b\xda\xe1\xa8\xbe\xe4\xfc\xfb\x82\x6a\x4b\xc9\xc1\x09\x54\x5b\x8a\x2a\x86\x5b\x12\x33\x89\xa5\x8c\xb3\xd6\x52\xf5\xfe\x44\x29\x63\xeb\x84\x09\xda\xfb\x90\xe1\x97\x98\xc9\xa0\x43\x95\x25\xc1\x3d\xad\xec\xbb\x92\x0a\x37\x47\xf2\x83\xf3\x5d\xed\xbc\x24\x28\xef\xd6\x8b\x13\x32\x1b\x9a\x77\xd7\x52\xd5\xa5\x86\x26\xa8\xea\xb5\x1b\xeb\x48\x6c\x18\x8e\x4c\xa4\x55\x9d\x41\x30\x55\x32\x4e\x03\x59\x7f\x57\x61\xbd\xa4\x4a\x34\x7a\x9a\x75\xd1\x8e\xa0\xac\x84\xd2\x43\xa0\x66\xa2\x29\xa1\xad\x6b\x20\xd5\x5e\x77\xdb\xab\x1d\xb1\x05\x35\x62\x63\xde\xa3\xb0\x02\x9f\x75\x35\x65\xc0\x65\x3d\xbc\xbf\x1a\x8e\x9a\x9a\x4d\x36\x96\xd4\x14\xd6\x78\x5a\xee\x0d\x00\xd5\x11\xe3\x1d\x79\xc6\x4a\x11\x2f\xa8\x81\x15\x92\x6e\x41\x2f\xa9\xad\x2a\xe2\x1e\x03\xb5\x28\xe5\xdc\x4c\xf0\x59\x27\x33\xd6\x4e\x4e\x6b\x62\xea\xa8\x13\x2d\x7b\x38\xf1\x6e\x10\x4b\x62\xde\xf9\x19\xec\x7b\x4c\xa8\x5b\x98\xbd\x72\x3c\xf1\x66\x95\x08\x85\xb5\xb2\x95\x5d\x14\xd2\x4a\xc3\xf4\x3a\x38\x6f\x6f\x19\x54\x08\x19\xde\x21\x48\xbb\xad\xdd\xf4\x04\x7d\xbb\x5b\xc0\xec\xd8\xf4\x66\x02\x28\xa4\x13\xec\xbc\x4c\x4b\xe1\x36\xae\x77\xec\x72\x73\xcf\x9d\x30\x0a\xa6\x1d\x87\x1c\xcc\x8e\xa1\x6e\x6f\x36\x49\x78\xf5\xd6\xb0\x0e\x95\x78\x8d\x47\x7a\xbd\x81\x1a\x9d\xdd\x30\x80\xfc\xa4\x07\x26\xa6\xf2\x5a\xe7\x41\x7d\xaf\xec\xe8\x2c\xeb\x79\x39\x1a\x9f\x58\x5e\xc1\x62\xf3\x58\x93\x52\x8f\xcc\xa3\xf8\xd9\x09\xd5\x92\x8e\xfa\xbe\x82\xa0\xa4\x63\xed\x30\x3f\xa0\x10\xb5\x8c\x3a\xd6\x9c\x85\xb5\x83\xca\x8a\x5f\xa0\xce\xef\x2d\x80\xd2\x2e\xcd\xf9\x28\x89\x37\x86\x58\x2b\x4b\x74\x4c\x37\xb7\x21\x63\x2c\x52\xce\xfe\xbe\x18\xa1\xa4\x93\x0b\x21\x3b\x23\xd1\xcd\x2c\xbf\x17\x8a\x96\xa5\x2e\x6b\x13\x45\xcb\x62\x33\x5b\x80\x97\x39\x9b\x3a\x71\x1b\xac\xe3\xd7\x69\x69\xf4\x8a\x78\xa3\xaa\x59\x74\xba\x28\xef\x82\x6d\xce\x16\x48\x38\x48\xf7\xa2\x1d\xe4\xfd\x3a\x51\x28\x5d\x34\xd5\x04\xe1\xc5\x94\x2c\xa3\xed\x42\xad\x78\x8b\xc9\xa9\x8e\x77\xfb\xd5\xd2\xc5\x2d\x97\xdd\xe3\xc3\xba\x61\x9a\x04\x8e\xce\x0d\xeb\x99\x09\x1a\xb9\xfd\x89\x09\x0a\x79\x33\x71\xde\xe9\x7d\xbf\x44\x49\xf7\xaa\xef\xa5\x36\xeb\x6c\xf9\x77\xfa\x4a\x9a\x5f\xa0\x41\x6a\xb5\xf1\x86\xec\x37\x31\xde\x38\x11\xfe\x02\x71\x47\x5b\xeb\x80\xa3\x77\xd5\xd4\x0c\xf5\x3c\x1b\xed\x70\x5a\xbf\xb0\x88\xa4\x8d\xd7\x0e\x46\xd2\x86\x43\xf8\xa8\x9b\x12\x55\x1e\xb3\xa4\xa9\xcc\x47\xfb\x0c\x12\x7c\xd8\x2f\xb5\x17\x2e\xec\x97\xfa\xb6\x6a\xa0\x99\x10\x1e\x9e\x00\x6b\x7e\x03\x38\x78\x8d\x00\xc5\xd8\x4c\xe6\xe9\x18\xc1\x6d\xe8\x98\xda\x4f\xb8\x22\xf8\x95\x9b\x95\x79\x6e\xce\x5e\xe6\xcc\x7c\x0d\x4d\x31\x23\x5d\xc3\x28\x41\x25\x98\xa8\x02\x9e\x25\xa3\x68\xa8\x8a\x8e\x94\x8c\x4b\x54\x74\xa4\xb4\xe4\x6d\x5d\xbf\xa5\x36\x0e\x37\x6f\x06\x00\xc1\x72\x4d\x28\x23\xc7\x58\x87\xa9\x4b\xc6\x21\xba\x61\x80\x71\x88\xce\xf9\x8a\x99\x7a\xbb\xb6\x56\x0e\xac\x41\x2d\xa1\x9d\x03\x6d\x8d\xe8\x37\x68\x94\xc9\xef\x9d\x91\x9a\x61\xfb\x3a\x07\xac\xba\x56\x35\x07\xc6\xef\xa5\x8b\xe4\xc0\xc2\x6b\xc2\x51\xc4\x9d\x4d\xd2\x6a\x73\x24\xeb\x17\x3f\xc8\x71\xad\xab\x66\x89\x82\x0c\x36\x76\xf3\x4a\xe2\x6d\xee\x92\xfe\x20\x6d\xb7\x8c\x2c\xde\x77\x9b\x7c\x30\xba\x0b\x54\xfa\xab\x1e\x13\xb4\x9a\xdd\x23\x79\x8a\xb6\x63\xe6\x39\x3d\xdb\x27\x19\xd9\x20\xc9\xaa\x71\xc6\x31\xbc\x17\xd4\xeb\x02\x12\xf7\x30\x20\xa0\xb4\x36\x53\x95\x4e\x8e\x60\x64\x64\x76\x38\x6f\x27\x27\x22\xd6\xfd\x63\xad\xb3\xfb\xc3\x76\xb2\xd3\x20\x53\x91\x36\x9a\x58\xa1\x41\xc2\x20\xe7\x55\xaa\x50\x10\x64\x1a\xc3\x3f\x0b\x01\x65\x24\x86\x54\xd3\x7e\x26\x3f\xf1\xc2\x4e\xbd\x3a\xa9\xbc\x41\xc9\xcc\x0c\x79\x8d\xcf\x7a\xe3\xee\xe0\x24\x4a\xdd\x01\xcf\x01\xbc\x7a\xe0\xaa\x18\xe0\xb5\x2a\x7a\x01\x8a\xf6\x6b\x95\xe0\x18\xf7\x99\xeb\x92\x0b\x19\xb1\x84\x4b\x2e\xb0\xa9\xfc\x45\xa5\x75\x61\xa8\x96\x0f\x5a\xce\xfa\xbc\x9c\xce\xd2\x2a\x73\x5d\x13\x17\x58\xc8\xb5\x78\xad\x7c\xa5\x7a\x6e\xd2\xa8\x70\x19\x98\xaf\xd4\xa5\x79\xf8\x01\xfd\xd4\xde\x65\x38\x12\x97\x3c\x51\xb8\xa1\x75\x7d\x74\xc9\xa8\xdb\x60\x6e\x9f\x1b\xa3\x79\xcd\x0f\xa0\x2e\xbd\x3a\x04\x75\x1a\x24\xaa\xb6\x5e\x3c\x2a\xaa\x9e\x75\x5b\xe7\x77\xd5\x26\xe7\x11\x12\x50\x07\xa2\x76\x6f\xe3\x4e\x88\x05\x00\x53\x7e\x1d\x1f\xc8\x4b\x71\x35\x63\x98\x8a\x2b\x5c\xc0\x9f\x36\x95\x21\xe9\xc6\xb9\x13\x66\xf7\xc0\xb2\x05\x9b\x5f\x58\x88\x16\x9a\x70\x42\x2e\x4b\x2f\xcd\x28\x16\xe1\xac\xe2\x8c\xec\x0b\x67\x78\xe7\x55\x2c\x42\x2a\x5f\x46\xb1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\xb7\xe6\xd9\x1f\x89\x8a\x5a\x13\x02\xe1\x05\x8e\x6e\x07\xf9\x32\x53\x88\x5f\x3d\xae\x14\x62\xef\x7b\xb8\xa6\xad\xde\x64\x9e\x48\x73\x48\x21\xef\x54\xc9\x4c\xb3\x2b\xe3\x42\x9e\xdd\x8c\x8c\x0b\x1b\x15\x79\x07\x66\x25\x07\x33\x75\x67\x03\xb9\x4a\x92\x9a\x9c\xf6\xc6\xad\x28\x44\xee\xd0\x0d\x2c\x58\x50\xf2\x3b\x07\x83\xb0\x18\xaa\xbb\x04\xfd\x18\xb3\x48\x41\xde\x9c\xbf\x9d\xf7\x85\x6a\x77\xc1\x42\xa9\x26\xc1\xa9\x5e\x67\xbb\x97\xf3\xb1\x58\xae\x10\x71\x40\xfc\x5a\x9a\xf1\x86\x3c\x4b\xcb\xa5\x0f\x7b\xd7\x1c\x98\x85\xc9\x63\x95\xa1\x90\x33\x38\x1f\xb4\xd7\xbc\x5c\xd0\x8f\x87\x73\x4f\x50\x45\xf6\xcd\x92\x0e\xd6\xf1\x17\x41\x1c\x20\x18\x33\xe1\x83\x89\x60\x52\x3e\x33\x14\xea\xe0\x0e\xa7\x3e\x9d\x74\xfb\x63\xc9\xc8\x73\xb6\x9a\x96\x59\xb7\xe2\xb5\x13\x4f\x6e\x13\x77\xb0\x08\xc8\x3d\x60\x2b\x7b\x5f\x9d\x5c\x3b\x81\x08\x05\x3c\x78\xa7\x9e\x14\xe9\xaf\x1e\xd7\xd2\x08\x0b\xbc\xd9\xc1\x86\x76\xbe\xd8\xa5\x5e\xb8\xe9\x89\xf2\x18\xd4\x5e\x4d\xc4\x37\x66\x65\x18\xa7\xae\xd9\x9a\xf5\x8c\x1b\x0e\x6f\x2b\x4e\x37\xe9\x29\xfd\xc8\x10\xca\x37\xd9\xa5\xb9\x19\x55\x4f\xaf\x2b\x55\x4f\xd3\xda\xcd\xbb\x99\xcc\x6b\x58\xf4\xe1\xb5\x91\x1f\x9c\xb5\x32\x81\xaf\x7c\x09\x33\x9f\xe5\x18\xf6\x96\xa0\xb2\xe8\x85\x7e\x28\xce\x92\xbb\x24\x50\x6e\x53\x16\x79\x8f\xe0\x58\x9b\x6e\xf8\x28\x05\xda\xa3\xd3\x90\x0a\x73\x18\xec\xe6\x29\xbc\x90\x5d\x58\x2d\x70\xf4\xaa\x70\x6e\x61\x6d\xbe\x61\xb7\x4f\x81\xbe\xd9\xbc\x03\xca\x46\x6f\x5c\xf7\x18\x60\x70\x62\x80\x85\x1a\xa3\x88\xa9\x20\x49\xc1\xdc\xaa\x84\x05\x53\xd1\x03\x94\xce\x17\xe7\x28\x91\xac\x24\xf9\xc1\x5a\xda\xa6\x07\x94\x7e\x8a\xe8\x17\x2a\x5f\x72\xd2\x17\xd4\x4c\xd0\x4d\x64\xa5\x20\x33\x37\x4b\x9b\x2b\x89\x6a\xb8\x36\x5d\xa1\x9b\x73\xf8\x05\x1a\x02\x0a\x77\x14\x1c\xa9\x1a\x2f\xd4\xd2\xef\x29\x8f\x5b\x41\x92\x80\x77\x40\x49\x74\xa0\x35\xbf\xb0\x48\xce\x6f\xd0\x72\x6e\x7e\x30\x97\x57\xa5\xb3\x4b\xa1\x3a\x66\x4c\xe7\x45\x72\x7e\x80\x53\x38\x72\xdb\x17\xfa\x31\xe5\x5b\x2d\x28\x89\xa0\xfb\x58\x4a\x61\xc1\x2c\x6f\xec\x92\x29\xfe\x9a\x7b\xa4\x9d\x6a\x4c\x22\xd9\xf6\x85\x87\xbc\x80\x16\xea\x33\x4b\x4c\x69\xb9\xcb\x46\x11\xab\x41\x0b\x99\xb0\x4c\x8a\x82\x73\x58\x5d\x0c\xb0\x30\xb3\xc0\x5e\x93\x52\x38\x66\x54\x1b\xdb\x40\xae\x1f\x5c\x4f\xde\xaa\x89\x7a\xd5\x20\xf0\x07\x35\x30\x7c\xa1\x2f\x2a\x96\xd7\xf4\xc2\x9a\x04\x16\x36\xa5\x72\x79\xa5\x2b\x17\x68\x33\x4e\x7d\x2b\xb8\xac\xcb\xf6\x79\x69\xcc\x18\x6c\x7e\x01\xb7\x35\x4a\xb3\x28\x3c\xff\xef\xd8\x66\x81\x7a\xe3\xf0\x6e\xe9\x81\x88\xd2\xf2\xaf\xb0\xbc\x89\x72\xea\x3b\xd9\x6e\xe4\x82\x0b\xbb\x9a\x11\xd9\x11\x30\x0e\x7e\xbf\xe1\x7d\x4d\xaa\x33\xf6\x29\xaf\x1b\xee\x61\x0f\xc3\xb3\x46\x65\x2c\x07\x09\x71\x0f\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\xf4\x5f\xc9\x42\x28\xac\x00\x6e\xe9\x56\x58\x0b\xcb\x0e\xa4\xc2\x23\xfc\x0e\x9f\x96\xe5\x2b\x94\x19\x52\x58\xfd\xca\xb1\xcd\x82\x33\xfb\x76\xba\x16\x54\xbf\x72\xe8\xbd\xc0\x57\xe8\x04\xd4\x82\x13\x50\xc5\x44\x0c\xdf\x61\x36\x1e\x07\x97\x46\x88\x1e\x54\x13\xf4\xfd\xbe\x40\xd4\x80\xfb\x02\x51\x30\x43\xbb\xe9\xde\x78\x50\x6e\xac\xcc\x94\xa9\xdc\x64\x6b\x60\xb8\x52\x3e\xb6\xf6\xa3\xb0\x10\xaf\x9b\x77\x16\x66\xc1\xb5\x58\xce\x8f\x2f\xfb\x72\x85\x7a\x74\xce\x47\xed\x83\x67\xc0\x05\xed\xb1\xd6\x40\x08\xe0\x85\xf4\xc5\x2f\x50\x98\x99\x27\x9f\x54\x42\xcd\xbd\x78\x56\xca\xf9\x83\x05\x3a\x44\x0e\x7e\xa1\xa0\xad\x21\xce\xb5\x81\xfc\x02\x88\xd1\xb4\x76\x52\x90\x74\x3f\x20\x83\x34\x7b\x3b\xc9\x20\xbd\x63\xa0\x44\x54\x9f\x34\x28\x2b\xae\x6e\x5a\xba\xd6\x96\x51\x1f\xd7\x82\xdb\x0f\x00\xb7\xbc\x11\x28\x8c\x9f\x5f\x12\xf3\xa2\xba\x96\x3d\x06\x36\x7a\x70\x07\xdc\xe8\xa6\xce\xe5\x99\x33\x8b\xc4\x91\xfc\x2c\x7d\xac\xdc\x04\xca\xc8\x44\xc9\x2a\x87\x3a\x71\x85\x7e\x76\x92\x5d\xb9\x17\x6a\xfc\x80\x8a\x80\xc5\xf2\x4d\x75\xca\xa2\x61\x85\xad\x65\x14\x94\x87\xf8\xb7\xc8\x43\x05\xa9\x1c\xfd\x02\x25\xbb\x89\x00\x67\x8f\x54\xd7\xba\x14\x28\x1b\xba\xb9\xa0\x14\xe4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe5\x42\xea\x37\x6e\xea\x8f\x43\xda\x76\xdd\x28\x6e\x5e\x5f\x2c\x86\x54\xf5\x00\x39\x9d\x42\x7e\xe5\x99\x79\xd5\x70\x2e\x95\x35\x9f\x6c\xaf\xb3\xc8\x6e\xb3\x8c\xc3\x2d\x05\xd9\x29\x26\x15\x47\x89\xac\xd2\xd7\xc0\xd8\x9d\x80\xc2\x01\x76\xeb\x12\x95\x51\x62\xc7\xbe\x2b\xae\xe9\x55\xa5\xe5\x52\x51\xd8\xb5\x78\x75\xea\xf2\x15\x49\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xe8\x27\xce\x4f\xaf\x38\x38\xd4\x3d\x29\x96\x74\x72\xfc\xbd\xe2\x6e\x5b\xa7\x02\x55\xe6\x38\xda\x61\x50\xe1\x4b\xca\xaf\x1e\xe9\xf1\x12\x13\xad\xd0\x5f\x54\x3f\xba\xd4\xc4\x88\x4c\x75\x97\x2c\x84\x12\xdc\x25\x23\xb5\xc3\xd3\xe0\xd6\x78\x41\xc5\x2b\xe2\xc5\xba\x6a\x5e\x13\xd5\x27\x99\x8c\x46\xb2\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x54\x96\xe0\xb0\x7f\x5d\x3a\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xa6\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xa3\xe3\x59\x26\x57\x9d\x2a\x4b\xf3\x11\xa5\x5a\x28\x20\x5e\x0f\x78\xa1\xbb\x30\x51\x68\x9a\x1a\xdd\x3c\xcd\xf3\x42\x4d\xe5\x0a\xea\x0b\x3a\x89\xac\x71\x54\x94\xa6\x57\x81\xc3\x52\xeb\x9a\xb7\x08\x15\xa9\x8a\x8e\xfe\xd7\x0a\xc2\x4d\xfe\x1d\x9c\x4c\x1a\x6b\xe5\xbd\x06\x13\x71\x3f\x90\x4a\xb5\x2e\x9c\x08\x40\x5c\x97\x5a\xc4\xbf\x2b\xf2\x12\x83\x73\x07\x2a\xce\x7c\x17\x4b\xc1\x8a\xf3\x38\x16\x43\x15\x17\xa2\xbe\x66\x48\x8d\x48\xca\x44\xed\x3c\x54\xe1\x21\xfb\xa2\x6a\x7f\x01\xaa\x96\x96\x56\x91\x86\xe8\xc0\x7c\xe5\x99\xef\xd7\x42\x52\xc3\x31\x79\xd1\x9d\xe3\x74\x85\x8a\x3c\xc4\xf6\x06\x0a\x7b\xd5\x40\x23\x73\xd0\x0e\xf9\x0a\x77\xcc\x4b\x13\xc4\x15\x27\xad\x16\xbf\x00\x15\xda\x6a\x5b\x1d\x0b\xef\xee\x92\x72\xcd\x88\x62\x2e\xa1\xfd\x56\x75\x27\x66\x34\x0d\xdc\xe4\xe9\x8c\xa1\x0a\x77\x8c\x15\xfb\xba\x93\xfb\x57\x3f\x68\x9c\xa7\x16\x7f\x5f\x98\xf1\x1b\x83\x40\x08\x35\xfb\x42\x8d\x26\x46\x35\x43\x12\xbd\xf2\x06\x02\x6b\x3d\x95\x85\x88\xac\x58\xd5\x83\x21\xfe\xd7\x1b\x44\x9e\xba\x3c\xb8\x7e\x82\x8a\x95\x89\xec\xfc\xaa\x70\x96\x64\xc9\xb9\x7a\xdc\x3c\x67\x23\x64\xc2\x19\xe2\x1a\x99\xa5\x22\x85\x30\x4b\x10\x56\x78\x43\x74\x69\x74\xa9\x08\x2e\xea\x8e\xe2\x52\xcf\x75\xcd\x8d\x60\x80\xb3\x23\x5b\x8a\x9d\xdc\x67\x52\x11\xea\xb9\x23\x6d\xd9\x3d\x12\x51\x5e\x0d\xde\x5d\x61\x7f\x5b\x3d\xd7\x8a\x6b\xde\x27\xaf\x72\x37\xd0\x6b\xc1\xf5\xc2\xb5\xb1\x4f\x4d\xe3\xe2\xb4\x84\x98\x8b\xd3\xd0\x10\xc8\x07\xcc\x16\x31\xf0\xaf\x38\xea\x52\x2f\xb2\x73\x43\x7d\xc1\x83\x6c\x3a\x46\xe5\x4e\x27\x97\x56\x26\x08\x3a\x05\xa5\x42\xf1\x79\xa9\x78\xf5\x62\x5c\xc6\x6d\x5e\xe5\xe3\xb5\x41\x44\xd2\x31\xfd\xca\x14\x41\x3b\x3c\x2a\x14\xa1\x61\xb2\xbd\x19\xec\xf2\x62\xf2\x9a\x9e\x17\x0b\xb9\xa9\x9e\x35\xf7\x49\x5e\x2e\x6f\x57\x85\xa3\x26\x5b\xf0\x21\x26\xb8\x79\x2d\x96\xa6\x64\xe9\x8c\x04\x3f\x1f\xa0\xad\xb8\x44\xc5\xa7\x0c\x2b\xf5\x22\xcb\xc1\x87\xa9\xcb\x9a\xf6\xd4\x93\xe2\x66\x12\x7d\xc0\x30\x24\x0a\xda\x86\xbd\x2b\x61\xd3\x36\x14\x9c\x49\x6e\x63\x4f\x88\xa7\x35\x9e\xbf\xb6\x2f\xa2\x21\xd7\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb5\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xe4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x2d\xb9\x51\xeb\x12\x52\x1b\xce\x6b\x67\x51\x5f\x43\x19\x4c\x5d\x14\x55\x5a\x58\xcb\x38\x7e\x22\x8b\x70\xc5\x41\x72\x26\x5f\x8b\xdc\x2d\xa2\xf6\x86\x4c\xba\x34\xc4\x05\x1a\xcf\xad\x38\xe9\xa5\x45\xa6\xb8\x7b\x8a\x91\x10\x6b\x19\xe0\x75\x72\x71\x90\x16\xe9\x95\x10\x52\x59\xb3\xdd\xb4\xda\xe2\xce\x21\xdc\x03\xd1\xde\x0d\x15\xae\x59\x08\x86\x81\x5a\x7c\xf7\x03\xca\x58\xcf\x03\xf9\x79\x4e\x9b\x6f\x38\xbb\xed\x64\xba\x96\x1e\x8e\x29\x28\xe1\x22\xd2\xd5\x9b\xa5\xe5\x35\x6f\xb5\x97\xc7\x47\x6d\x5c\x59\xdf\xfd\xfd\x49\x08\xb4\x30\x99\xac\xcb\x20\x51\x57\x6a\xee\x01\xe4\xee\x49\xb2\x08\xa6\x34\xbc\x46\x77\x8f\x57\xba\x2c\x88\x84\xb7\xc2\x40\x80\xdb\xe4\x85\x32\xea\x5a\x05\xeb\x7b\xb5\x57\x0f\x1a\x02\x01\xb6\xcd\xd4\x58\x0b\x7a\xf4\xef\xb4\x43\xfc\x3b\x85\xa1\xf4\xbd\x56\xc9\x66\x64\x1c\x35\x24\x96\x65\x2f\x4c\x65\x54\xdd\xbf\x93\x0d\x19\x6f\x2b\xd1\x4c\x2e\x83\xc6\x12\x95\xe9\x35\x28\xb9\xa3\x31\x8b\x54\xb3\x97\x41\xd5\x58\x64\xc7\x69\x89\x0d\x27\x3b\xaa\xeb\x81\x34\x56\xa1\x74\xad\xa9\xd6\xe8\x09\x95\x69\xd9\x70\xa2\xb9\xd9\x8a\x6b\x8d\x39\xac\x62\x57\x8d\x47\x9a\x5d\x3e\xaa\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x7b\xe3\xab\x34\xd5\xd6\x69\x53\xcb\x50\x6f\x38\xec\x91\xbb\x3f\x20\xf6\x84\x0b\x1c\x59\xb6\x16\xd0\xfa\x22\x32\x0d\x89\x13\xc5\xd9\xb3\x18\x54\xfc\x64\x8c\xb4\x41\xdd\x52\xba\x6b\x1b\x64\x92\x32\xc2\xda\x58\xa8\x71\x9f\xbc\x9c\xce\xd8\x1c\x6b\x54\x81\xc5\xb0\x98\xd3\x55\x1a\xb5\x2c\xcf\x6b\x5f\x98\x10\x5c\x2c\x9c\x63\x1e\xb1\xf3\xcc\x89\x3f\x00\x2b\x97\x21\xd8\x96\xd6\x25\x95\xbc\x2d\xad\xcb\xb8\xdd\x09\x76\xf6\x27\x50\x50\xe5\x4c\x68\x3b\x63\x79\x1e\x82\x3c\xc3\x63\x20\x63\x4c\xd7\xeb\x94\x76\x10\x97\x1a\x12\x27\x8b\x5f\x76\x7d\x63\x82\x96\xa3\xfa\xed\xe4\xb4\xd5\x03\x35\x24\x59\xd4\x0d\x65\xcd\x75\xa3\x4f\x69\x67\x9b\x20\x99\x23\xe0\xca\xc8\x17\x27\x45\xf6\x55\x33\xe2\xe9\xc7\xb1\x69\xd3\x4e\xde\x9f\xa1\xa5\x3a\x19\xf9\xf5\x86\xa5\x93\x46\x9a\x45\xbb\xa8\xf7\x1b\x2b\x17\x41\xd2\x90\xbc\x19\xce\xd6\x6b\x9b\xda\x4b\xb2\x9a\xd8\xae\x35\x69\x4d\x12\xca\x4b\xb3\xb5\xd4\xa0\xbd\xf8\x40\x52\x9b\xca\x4b\x2a\x3f\xba\x43\xaf\xb4\x9b\x94\x22\xdd\xb8\xe1\xb0\x43\xf1\x9e\x81\x66\x53\x9d\xb2\xbf\xee\xe0\xb1\xcd\xd9\x6e\x52\xb4\x17\xf2\x5e\xa4\xa1\x75\xb8\xa9\x80\x99\xa5\xb0\xee\xb8\xcd\x1f\x5c\x62\x18\x8b\xa9\x0b\xd9\x49\x0e\x28\xb4\x87\xe4\x67\x2c\x4c\xdd\x26\xbd\xc0\x86\x6e\xe3\x23\xad\xed\x21\x3b\x31\x0c\xac\xb4\x68\xac\xf1\x96\x44\x9b\x43\x8d\x21\xa9\xf4\x7a\x40\x99\x26\x7e\x83\x7b\x14\x53\x13\xb9\x74\x1e\x4e\xd0\x52\x75\x9c\xc3\x75\x7d\xd4\xd2\x11\xc4\x6a\xf9\xf5\x80\x37\x0b\xf9\x0b\xd4\x81\x90\xc6\xd5\x59\x6b\xdc\xe9\x13\x7d\xa3\x0a\x9f\xfc\x06\x77\x59\x57\x1b\x25\x58\xe5\x42\xe8\x3c\xce\xe0\x1c\xa4\xbe\xfc\x4e\xda\x14\x7d\x6a\x3c\xd1\x85\xbe\x7a\x18\xe8\xc1\x6d\x1a\x05\x32\x75\x3a\xb2\x9a\xca\xe6\x0e\x48\x80\x06\x32\x90\x1d\xc9\x52\xe9\x91\x02\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xb3\xb7\xba\xac\xa3\x74\x9e\xb5\xb5\xb7\xac\x47\x6e\x8b\xec\x37\xe8\x29\xf7\x0b\xdc\x16\x52\x5e\x71\xa7\x65\xb3\x16\xd4\x79\x4f\xbd\x58\x7b\x4f\xb8\x37\xc2\xef\xe3\x7c\xc0\xcb\xc9\xd0\x51\xc1\xc6\xc1\xe8\x9e\xca\x34\x96\x8a\x3b\xa0\xda\x64\xcc\xf2\xf0\xac\x27\x89\x24\x25\x9f\xf2\xe9\x4b\xc5\x31\xa6\x33\x36\xa6\x14\x8c\x9e\x71\x68\xcd\x58\xc9\x1c\xc1\x78\xcc\x2c\xc1\x2e\x90\x32\x17\xdb\x1d\x90\x3f\x79\x52\xcb\x3f\x34\xdc\x25\x55\x12\x77\x51\xa8\x70\x7a\x5a\x53\xcb\x89\xcd\xb3\x42\x05\x19\x1f\xc7\xea\x25\x23\x08\xaa\x1e\x0b\x05\x9a\xbc\x04\x1d\x09\xfa\xde\x58\xbd\xa0\x76\x49\xf5\x88\x38\x46\xe1\x59\x22\x3f\xdf\x47\xf3\x3a\xd3\x92\x5e\xbf\x2f\x90\x35\xcb\xa9\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\x87\x52\x8f\xcc\xb6\xb7\x25\xdd\x79\x17\x8c\xd3\x2b\x7a\xe5\x09\x7c\xcd\x01\x15\x61\x54\xab\xb6\xf4\xa5\x14\x79\x9b\x21\x07\xa9\x6c\x6e\x13\x06\x75\x00\x17\x92\x5d\x4a\xbd\xad\x11\x05\x64\xc3\x2e\x0b\x7e\x81\x32\x3d\xf9\x05\x64\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\x84\xdd\x86\x4f\x26\x75\x96\x70\x31\x2f\x40\x61\x41\x47\x97\x7a\xa7\xa3\xc4\xd3\x64\x91\x6c\x27\x2a\x75\x5e\xf6\x69\x17\x42\x1f\xac\x31\xaa\x2f\x06\x39\x9a\xac\xf7\x3e\xe8\xe5\xac\x7e\x03\x07\xbe\x83\x7b\xe8\x84\xf2\x47\xbe\xba\x3e\x50\x76\x52\x6c\xbe\x2f\x8f\x93\x21\xc4\x95\xfd\xd6\x45\x3b\x22\x60\x96\xc8\x7d\x5f\xf0\x68\x65\x50\x30\xa5\xc9\x81\xd1\xf7\xc5\x51\x35\x03\x56\x0c\xb4\xdd\xdd\x59\xd5\xda\x8c\x00\xde\xa3\x22\x03\xac\xb3\x62\xa0\xed\xea\xce\x54\x77\xa9\xc3\x7d\x2a\x32\xa9\x98\xf5\x20\xf5\xa6\x18\xed\x07\x69\xc1\xef\xef\x68\x6b\x61\x0f\x02\x20\x90\x51\x40\x65\xf8\xbc\x57\x87\x2f\x69\xb3\x18\x41\x1e\x4d\xf5\x1c\x99\x96\xee\x54\x87\xce\x44\x1a\x9b\xf6\x9d\xc7\x51\x9d\x26\xd5\x11\x05\x2b\xb2\x23\xfa\x89\xaa\x1d\xe6\xbf\x2c\x72\xed\x98\x7f\x3f\xc9\x9b\xdc\x3e\xc1\x3e\xdd\xe6\xca\x79\x21\x10\x03\x7b\x79\x79\x3b\x0f\x9b\x5a\x09\xe8\xf0\x14\x15\xe3\xf1\x62\x46\xae\x81\x82\xeb\xa8\x78\xf1\xaf\x95\x62\xac\x95\x40\x05\x95\x17\xf9\x5c\x8b\x1a\xb4\xd8\x70\x36\x15\xe9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x4d\xbb\x33\xdb\x3d\xbf\x7a\x3c\xf1\x82\x27\x41\x39\x54\xfd\x00\xd4\x12\x3c\x22\x08\x54\x86\x4f\xbf\x99\x55\xe0\x49\x2c\x0d\xcc\xab\xc9\xa8\x9b\xdd\x24\x1d\x51\xb6\x92\xfc\x02\xd7\x4a\x43\xb0\x64\xa0\x75\x9d\x7e\xd3\x23\x26\x44\x22\x3b\xfd\x45\x90\x28\x8c\xed\xf2\x05\xfd\x26\x8c\x9a\x24\x3c\x4f\xd5\xcc\xeb\x61\x61\x35\xcd\x01\x09\x42\x2f\x11\x30\xb5\xb5\xb4\x99\xba\xe0\x78\x2a\x96\x8c\x48\x0f\xb2\x76\x37\x36\x70\x4f\x6d\xc1\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x17\x66\x6c\x38\xeb\x2c\xea\x1a\x1b\x7b\x1c\x6a\xe3\x90\xb0\xd6\x75\x6c\x64\xaf\x52\xe6\xc6\x46\x72\x14\x96\x07\x3c\x47\xd6\x59\x06\x8e\x75\xea\xea\xcd\x32\x02\x39\x9d\x41\x98\x7a\x53\xea\xf2\x60\x8c\xb0\xee\xa2\x54\x1b\x69\x34\xc1\xbf\x0f\x9c\xbc\xa8\x6a\xef\xb8\xb1\x48\x53\x40\x74\xae\x64\xf7\x7f\xe2\xec\x92\xdb\xa4\x2c\xad\xd2\xe0\x11\x4d\x9f\xaa\x1c\x71\x51\x8e\x66\x1d\x23\x8e\x4e\x6b\x48\xb8\x8a\x86\xe5\xdc\x88\x6b\xc3\xf8\x0b\x90\x52\x76\x97\xe0\xde\xb2\x67\x07\x7d\x47\xe9\xd5\xe5\x80\xa4\x14\x94\x91\xb3\xd2\xac\x51\x13\xda\xfb\x63\xc0\x53\x64\x57\xfc\x58\x8e\x22\x29\x8f\x83\x07\x39\x9d\x4f\x37\x12\x8f\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x2d\xfb\xf5\x02\xfc\x5d\x72\xac\x0e\xc4\x03\x8b\x11\x0d\xc5\x0d\xb7\x5d\xfd\x40\x02\x8d\xb4\x08\x45\x38\x4b\xd8\xd0\x9e\xe1\x52\xeb\xe4\x62\x19\x99\x00\x49\xf8\x0f\x94\x15\xb4\x1b\x68\xe4\x75\x97\xbc\xa6\x00\x5f\x56\x79\xf5\x80\xf0\x52\xf1\xef\xa0\xf6\xe2\x0e\x01\xc2\xab\xfd\x60\xff\x6a\x15\x11\xe4\x2b\xd2\x90\x06\x3c\x57\xf6\xbe\x8c\xe5\xb9\x12\x03\x18\x05\xa7\xde\xc4\xe6\x06\x94\x3c\xc7\x19\x07\xea\x49\x3b\x99\x6e\x50\xc7\x13\xf3\x1f\xb8\xef\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\x43\x42\x62\x61\x83\x4a\xa0\xf3\x21\x46\xa1\xd3\x49\xfe\xc0\x51\x39\x47\x81\xcc\x53\x99\xb6\x10\x06\xd5\x42\xa9\x2e\xa3\x72\x8e\xee\x00\x37\xd2\x48\xb1\x1d\x15\xa2\xa0\xf8\xfb\x8e\xf0\xba\xdf\x07\x13\x2b\x6e\xf3\x08\x90\xfb\xa7\x9d\xd4\xfd\x00\xa2\x41\xaa\xd1\xa8\xb4\x7a\x4d\x39\x15\xd7\x61\x78\x73\xd5\x45\x49\x9a\x53\x5b\xeb\xa4\x37\x70\x48\xd3\xd6\xdf\x40\xe4\xd2\x25\xf5\x06\x6a\x4f\x17\xa9\x2e\xa3\xad\x75\x70\x8f\x0b\x48\xc1\xd0\x68\x32\x98\x14\x90\xfe\xe5\x3a\x66\xa3\x43\x08\x4b\xb9\x19\x1d\x46\xae\x41\x9a\x4a\x66\xb2\x40\x1c\x3c\x72\xe9\x95\xef\x28\xe7\x35\xfc\x3d\x83\xef\x66\xcd\x4b\xe9\x94\x9f\x67\xa0\x5e\x4a\x31\x67\xe6\x19\x4d\x67\x25\x8c\xb1\xf4\x00\xcd\x0a\x15\x53\xaa\x59\xed\x72\xb2\x79\xd0\x81\xa2\x75\x06\x9a\x4e\x37\x07\x4b\xc7\x60\x91\x09\x7f\x30\x99\xb1\x6e\x2f\x2e\x63\x00\x26\xb9\x4d\xc7\x20\x39\x9a\x3e\x51\x14\xc5\xb5\x72\xc6\x8e\x13\xee\x92\xd1\x63\xa7\x95\x2d\x34\x2f\x87\x9a\xf4\xfb\x01\xbd\xd4\x35\xb7\x06\x0b\xf9\x59\xfe\xec\x64\xff\xc3\x3d\xd0\xec\x36\xbd\xed\x4b\x1e\x08\x0d\xac\x8a\xe2\x64\x8c\x81\x52\xd6\x45\x6a\xe0\x38\x96\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x98\x8b\x2c\xbc\x1c\x38\x44\xf0\x6a\xf3\x96\x3c\xf7\xb8\xc8\xc9\x0f\xe6\xe2\xd9\x84\x1d\xcc\xc7\xb2\x0d\x3b\x4e\x46\x56\xcd\x0a\x96\x2a\x3a\xfc\xa0\x02\x6a\xb7\xe9\xfb\xf1\x6a\x22\x89\xdb\xc7\xea\xc7\xb9\x94\x34\x4d\xeb\xa4\xfe\xa3\x59\x2d\x5d\xd4\xbb\x00\xaa\x67\xf0\x07\xab\x36\x9f\x7a\xbc\xe8\x1c\xf0\x34\x50\xae\xda\x35\x44\x06\x34\x4f\xd7\xc6\x1c\x54\x0b\xab\x7f\xe7\xde\x37\x4b\x5e\x5e\xbb\xfe\xa3\x30\xd1\x60\x59\xbe\x17\xb3\xc2\x89\x46\xe7\x22\x0e\x38\xe1\x6c\xf6\xf0\x42\xea\x66\x07\xee\xb8\xc9\x19\x34\x63\x54\xd9\x6b\xa6\xa6\xa9\x22\x26\x7b\x6b\x07\x12\xb5\xd2\xf0\x2a\xdc\x04\xf8\xf5\x06\xb9\x95\x6c\xe2\xc1\x78\xa4\xa3\xc7\x83\x85\xf6\x9c\x2a\x32\x58\x61\xc4\xa9\x22\x03\xb9\x5d\x0e\xea\x0c\x96\xca\x73\x06\xcc\x60\x6e\x97\xa3\xc7\x03\x7e\x3c\x1f\x54\x1e\xc8\xdd\xf2\x49\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xe4\x64\xfb\x03\xaa\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd5\x51\x82\x64\x5f\xaa\xe3\xf0\x83\x9b\x63\x7e\x80\xda\x71\x59\x89\xee\x14\x2c\x3b\xef\xe3\x73\x2a\xc6\x1e\x16\xd1\x77\x3d\x58\xeb\x55\xf5\x00\x66\x6a\xf7\x17\x10\xa0\xcd\x1f\x1c\x3c\x62\x17\xf4\x00\x14\xd7\xdc\xc1\x02\xca\x40\x40\xa9\x37\x22\x10\x6a\xb4\x92\xb0\xaf\x38\xa2\x24\xea\x1e\xd7\x6a\xf9\x01\xb4\x00\x11\xf9\xbe\x9c\x72\xa2\x91\x9d\xda\xa1\xd3\x26\x70\xc9\x79\x73\x31\xe1\x9d\x91\x45\xa7\x28\xec\x71\xe1\xd2\x0f\x40\xe9\xd2\xd3\xf7\xb4\xd6\x73\xe8\x01\x4e\xd6\x1a\x6c\xc4\x09\x9d\x4c\xb4\xd3\x89\xa6\x9d\xba\xe3\x68\x9e\x43\x51\x7b\x66\x62\x8d\x64\xe6\x9e\x09\xb4\x48\x6c\x47\xcd\x0b\x6b\x63\x7b\xe6\x4d\x72\xa2\xb9\x9d\x3e\x33\xe7\x51\xec\x3c\x5a\x67\x2f\xc8\x5e\x70\x9c\x4f\xe2\x64\xa7\x3a\xe3\x8c\x83\x9d\xca\x89\x97\xb7\x2e\xe4\x6b\x1a\x95\x26\xd0\xf0\x03\xd4\x68\xf4\x3c\x2a\x43\x6a\xd1\x2f\x80\x42\xba\x87\x00\x41\x74\x7f\x40\x16\x24\xe5\x60\x5f\x41\x39\x77\xc9\x0a\x0d\xf6\xf5\xef\xd4\x16\x1c\xd1\xdc\x1b\x6d\x76\x53\x5d\x7b\x40\xa6\x42\x4d\xa7\xef\x4d\x02\x62\x67\x91\x5f\x3b\xa4\xf7\xb1\x90\x27\xfc\xa3\x28\xaf\x1d\xd4\x3b\xd3\xaa\x1d\x28\xda\xe9\x52\x72\x58\x66\x67\x84\xcc\x71\x9b\x7d\x70\xea\x02\x73\x90\x99\x69\x45\x11\x30\x6b\xf6\x69\xef\x63\xcd\x43\x0f\x10\x0f\x6b\xf6\x48\xef\x3b\xc9\x44\x36\xec\xbe\x93\x0d\xc8\x7f\xb1\xd3\xed\x63\xbf\xe3\xce\xe4\x64\xe7\x99\xec\x3c\x83\x65\xc3\x7d\x3f\x78\x0e\xdd\xfb\xe3\x58\xec\xcd\x9d\xae\x25\xd0\xe4\x29\x60\x9d\x05\xba\x1f\x5c\x56\x77\x01\xcd\xc4\x5b\x0c\x87\xae\x4a\x77\x07\x3c\x62\xec\x0d\x84\xa2\x05\x76\x94\xef\x48\x2b\x2a\x92\x14\xfb\xb9\x96\x30\xfe\x44\x32\xed\x2c\x53\x66\xb3\x77\xa7\x63\xc8\x1e\xb9\x9d\xd2\xd9\x1b\xf4\x84\x9d\xdb\xdd\x46\xa5\x6a\xef\x15\x96\x2c\xb0\xfb\x6c\xc7\x5d\x66\xd5\xdc\x15\x21\x33\xa7\xb5\xec\xf4\xe1\x0c\xff\x4e\x1c\x4a\x58\xee\x17\x97\x5f\x82\x69\xe7\xdd\xbc\x4e\x44\xd9\xe1\x73\x71\xcd\x82\x9d\x41\x2f\x13\xd0\x2a\x20\x60\x1e\x71\x13\x06\xc1\x88\x22\xb6\xc5\x22\x81\x67\xb6\x5c\x44\x66\xa7\xf8\xb4\x93\x6f\x67\xc8\xcb\xde\xd8\xfd\x59\x63\xe8\x13\x26\x3e\xbb\x28\xcc\x8e\xfc\x9c\x60\xaf\xc6\xb1\xad\x79\x34\x3d\x08\x7c\xa3\xea\x41\x67\xa7\x7e\x80\x5b\x31\x64\x9b\x1e\x88\x17\x39\x24\x7e\x6c\x20\x2f\xb1\x9d\x03\xe9\x2f\x55\xdb\xf7\xa0\xa0\xb2\x5f\xef\x08\x74\x36\x49\xb3\x38\x20\x99\x46\x7a\xbd\x71\xf1\x81\xde\x88\x4b\x51\xd0\x20\xc8\x69\x29\xaf\x17\xc8\x4f\xab\x5f\xd8\x01\x45\x56\x1b\x6e\xe1\xea\x36\x79\x9b\x6c\x86\x83\xd1\x1e\xc9\xec\x03\x4e\x83\x2a\x06\x70\xa4\xcc\x69\x68\xc8\xc4\x79\xfa\x03\xee\xcc\xe8\x1e\x6f\xbc\x20\x44\x66\x52\xa5\x40\xcc\xb4\x3f\x45\xc7\x07\x2e\x92\xaa\xda\xeb\x07\x8e\x30\xf9\xc2\x8b\x23\xaf\x9d\xed\x17\x16\x99\xaa\x4b\x16\xf3\xf7\x17\xd3\x8c\xcf\x55\x74\x7d\x14\x32\x2d\xc3\xc8\xe4\x5d\xe9\x00\x07\xcc\xf6\x2a\xba\x3f\x70\xe9\xaa\x03\x98\x07\xae\xed\xf7\x91\x82\x03\xe7\x95\x7a\x76\x7f\xb8\xdb\xd6\xc4\x53\x68\x1b\x0a\xe2\x25\xd6\xa2\x3b\xc0\x91\x29\x23\x89\x95\x91\x8c\xf6\xba\x6a\xc8\xab\x4d\x00\xb5\x8e\x4c\x15\xae\x7e\x9f\xe4\x2b\xee\x77\xc0\x08\xd7\x8d\xfa\xe5\x80\xd1\xdd\xb3\x7f\x5f\x10\x09\x87\x4c\x56\xb1\x23\xfb\x40\xe4\xc6\xd7\x31\x1d\x38\x3d\x6e\xdf\xe6\x81\xa2\xa5\xf6\x2c\x1e\x8d\x20\x6a\x8a\xc8\x05\xf6\xcd\xe2\xe5\x80\xcd\x5d\xbd\x6a\x0d\xb4\x6a\x90\x57\x64\xa7\x19\x02\x9e\x7a\x91\x3b\xf4\x40\xb6\x70\x35\x88\x9d\x92\x45\x2c\xf4\xc0\xf9\xa9\xf4\x5a\x18\x9c\x9f\xaa\xaf\x17\x48\xce\xd1\x5d\xc2\xdc\x14\x8f\x3c\x78\x87\x94\xed\xd1\x03\xf9\xc5\xae\x2f\x70\x74\x9c\xd3\x7f\xb5\x71\x6b\x99\x34\x9a\xa3\xd3\xa6\x6a\x7e\xe1\x80\xcf\x49\x78\x42\x2a\xcc\x8b\xd1\xf0\x7e\xd5\x66\x10\xb9\x32\xd2\x0c\x0e\x9e\xb8\x12\xcf\x3d\x68\xc4\x77\x05\x60\x0f\xe6\xce\xe4\xf4\xa3\x12\x0c\xc7\xb4\xf9\x93\xef\x34\x39\x06\x6f\x8a\x33\x2b\x44\x20\xca\x19\x02\xc7\x60\x9d\x49\xb7\x51\xe2\xc5\x9c\x71\x20\x2e\xf9\x82\x0f\xe5\xdd\xbc\x59\xa0\x54\xbc\xd6\x7d\xe0\xce\x2d\x59\xf8\x07\x92\x72\x9c\x47\x75\x40\xc5\xa8\xd2\x6c\x8f\x9d\xa5\xda\xf4\xfe\x9e\xf1\xbe\x56\x08\x95\xff\xbb\x57\x00\x45\x9d\xaa\x97\x98\x87\xa9\x1c\xab\x38\xe8\x21\x70\x40\xf0\x80\x87\xc0\xf9\xdb\xc7\x4e\xc9\x2a\x3f\xfb\x41\x07\x81\x59\xd4\x3a\x34\xae\x0f\x0e\x3a\x2e\xb5\x22\x28\xc9\xe4\x38\xea\x81\xd3\x57\xe9\xd5\xa6\x5b\xc5\xb4\x8f\x48\x97\x4b\x92\x1e\x07\x2f\x71\x36\x00\xb4\x07\xbc\x7f\x0f\xea\xda\xd9\x5d\xe2\x86\x44\xa9\x3b\x07\xeb\xac\xca\x03\x76\xd0\x9f\xe0\x58\xc7\x81\x58\xd7\x8b\x6f\x9f\xdc\x2a\x5a\x06\xa8\x37\x8e\x7d\x1c\xa8\xbb\x6a\x4b\xfa\x98\x0a\x4d\x6a\xd2\xd9\x0e\x9c\xf6\xaa\xc6\x32\x2e\x06\xa8\x66\x79\xa8\xfb\xef\x78\xce\x71\x72\x15\xbc\xce\xbc\x1b\xcb\x9a\xfb\xb1\x14\x1c\x39\xdd\x0f\x2a\x38\x7e\x01\xde\x06\xeb\x80\x07\x8e\x7e\xd9\xbd\x7b\x20\xa9\xa8\x9a\xc7\x5d\x24\x75\xc3\x70\xad\x75\xd0\xa4\x70\x37\x96\x73\x1b\x0e\x9c\x0d\x7b\x49\x3f\x44\xad\xec\x50\x3e\x10\xb4\x72\x2d\x9e\x83\x57\x63\xc9\x3a\x39\x58\xa1\xc9\x35\xca\x8e\x9b\x4a\xa5\xdb\x90\xb7\x5e\x26\x84\xac\xaa\x21\x44\xc8\xca\xc5\x81\x0e\xe8\x53\x4e\x25\x3e\x6e\x54\xf9\x93\x65\x79\xdc\xfd\xfb\xab\xf8\x9c\xcb\x81\x94\xa2\xf2\x1a\x0f\x6a\x8c\xa2\xe7\x07\x22\x5c\x9b\x43\xa4\xc7\xd4\xbf\xd2\x4b\x34\xde\x6b\x11\x84\x82\x87\x8b\xa0\x11\x79\x0a\xde\x41\xab\x03\xe5\x52\xed\xf2\x39\x96\x33\x23\xfb\x01\x2a\xf8\x5a\x49\x79\x38\x27\x8f\xd0\xe1\x33\x12\x0e\x50\x2c\x35\xbe\xbe\xbf\x38\xa2\x90\x82\x0c\x24\xdf\x8f\x78\xc0\xd7\xe1\x1c\xbc\x13\xc5\x51\xed\x91\x3e\x51\x82\xc9\xd5\x83\x4e\xb8\x3a\x5a\xd1\x9c\xce\x0d\x2c\x66\xb8\x8d\x55\x90\x58\x39\x11\x66\xf3\x89\x82\x73\xe3\xd5\x95\x45\x6d\x06\x77\xa2\xda\x07\xe2\x88\x1e\x90\xbb\xb7\xb8\xc3\x0b\x03\xb8\xc3\x1b\x19\x52\x41\x6d\xdc\x54\x25\x0e\x75\x22\x5d\xdb\xae\x96\x73\xd5\x60\xd2\xba\x9e\x48\xd7\x36\x13\x3d\x11\x95\xcb\xba\xb2\xb7\x9c\x53\x5f\x8d\x6d\x73\x0f\xf4\x28\xc9\xdc\x39\xa1\xaf\x26\x8b\x99\x13\x71\x38\xbb\x3d\x4e\xdc\xd1\x3a\xb9\xe8\x0f\xa4\xce\xb9\x62\x70\x62\x99\x67\x04\x19\x69\x6f\x9f\x11\x1b\x41\xd1\xaa\x73\x79\x59\x9a\x1f\xc0\x5f\x2e\x7e\x75\x46\x4a\x6a\xed\xc5\x13\xb7\xb0\xfa\x5a\xd7\x93\xe9\xda\x8e\x96\x9e\x2c\x22\x60\xd9\x7d\xb2\x88\x80\x33\x9b\x4f\xe6\x6f\x3b\x53\xf9\xa4\xdb\xe5\xd5\xa6\x70\xf6\xca\x27\x5a\x16\x92\x7e\x27\xa2\x70\xb6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb9\xf9\x4c\x2c\x0e\xac\x89\xa1\x8e\x80\x03\x79\x67\x42\x41\x2f\x63\x06\x55\x04\x6c\xd5\x9f\x53\x03\x4f\x36\x34\x4e\x16\x4b\x95\x30\x39\xf3\xba\x56\x4a\x6d\x6a\x76\xc2\x6c\xe6\xd5\x56\x9a\x23\x6a\xa1\x3a\x03\xec\x44\xed\x53\xdd\xcd\x5f\x4e\x64\x94\xfb\x74\xff\x89\xd3\x78\xce\xb5\x3e\x51\x30\xc0\x05\xc8\x4e\x44\xe5\x1c\xa5\x3b\x91\x4f\x5e\x8d\x10\x44\xe5\x2c\x8e\xcf\xa9\xce\xb7\x2a\x23\xf4\x2c\xa0\x6d\xaf\x41\x81\x46\x63\xd2\x5e\x41\x35\x03\x50\x28\x3d\x4d\xba\xe5\xc0\xe1\x4a\xb7\xd7\xba\x0b\x44\x28\xec\x3d\xb9\x4b\x6a\xc7\xe6\x00\x75\x43\x6e\x95\x60\x44\xbd\x01\xa7\x72\x9e\x15\x87\x1a\x65\x6b\x9f\xcb\x6f\x25\xeb\xfe\x44\x06\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xe6\x62\xf7\x83\x13\xb3\x16\x95\x30\xd5\xca\x0e\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x34\xa4\xcd\x64\x98\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\xa4\x5e\xb9\x8a\xe8\x09\xb7\x57\xed\x5e\xe8\xe5\xf6\x32\x63\x5d\x2a\x7c\xf7\x27\x14\xf2\xee\xb3\x93\xcd\xb8\x53\x9e\xd7\x73\x98\xf8\xec\xf4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xdc\x61\xa3\x6a\xe0\x78\xae\xb9\x2b\xee\x0d\xa8\xf2\x48\x9d\x83\x5b\xd0\x3d\xe0\x40\x9f\x4f\xcb\x9f\x63\x41\xe9\x2f\xd6\x10\x82\x92\xe5\x93\x2c\x47\x4f\xde\xe8\x6f\x76\xb6\xfc\x62\x26\x88\x9d\x5a\xba\x65\x00\x6b\xfb\x9b\x1b\xed\x74\x10\x98\xec\x77\xde\xb6\xa6\x79\x23\xe1\xca\x91\x88\x73\x27\xfa\xbd\x7e\x3b\x63\x6f\x5a\x60\x44\xc2\x9a\xa7\xc5\x2b\xad\x1c\xa9\x3d\x8f\x00\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xbd\xd6\x78\xe0\x1d\x57\x76\xcc\x9d\xcb\x31\x67\x22\x3b\x48\x33\x6e\x43\x0b\x94\x7f\xe1\x84\xe3\xae\xbc\x7a\x64\x5c\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xd9\x84\x27\xd2\xad\xaa\x9c\x07\x27\xb5\xce\x9f\x95\x59\x38\x59\x80\xc0\x61\xdf\xf3\xa4\x00\x30\x2b\xe3\xf5\xab\xdd\x72\x73\x05\xb4\xa4\x06\x9f\xd7\x22\x60\x21\x11\x99\x4f\xbe\x1d\xfc\xbc\xd6\xbe\x14\x88\x48\x2b\x77\xd9\xc0\x93\xb7\xa5\x4a\xe3\x3a\xef\x65\x28\xab\x07\x1c\x81\x73\x9e\xc4\x79\x73\x04\x2d\xc2\x0d\xc3\xd9\x9c\x01\x85\x8b\xaa\x59\xc9\x4d\x21\x65\xa4\xde\x28\xe4\x6f\x4a\x9b\x2a\x5c\x7a\x31\x58\x5e\xe3\xe4\x20\xed\xf9\xe0\x38\x8d\x77\xd8\xd4\xd0\x92\xef\xfa\x3e\x91\x97\x54\xcd\x39\x9e\x03\x39\x98\x82\xe0\x21\x44\x1f\x1c\x5d\x1b\x1d\x59\xe2\xa7\xd7\x46\x4d\x5c\x74\x71\xf1\x26\xa5\xe0\x2f\x40\x17\xc2\xc1\xb5\xd1\x17\x90\xfd\xc2\x4a\x7c\xf8\xb4\x59\x15\xa0\x88\x96\x2f\xc4\x96\xaa\x0c\xa2\x6b\xc5\x96\x44\x9a\x17\xca\x06\xd4\xee\x1e\x40\x5a\xa2\x85\x6b\xe5\x29\x15\xb5\x41\x6a\xa2\x84\x0b\x79\x4b\xbe\xd4\xf2\x42\x3e\xb8\x6f\xea\xbd\x10\x89\xaa\xc3\xe3\x71\x4a\x9a\x41\xe0\xf6\xac\x7e\x00\x39\x28\x2b\xf2\x8a\x6b\x4a\x9a\x02\x75\x24\x79\x84\x2f\xde\x4f\x6a\x57\xda\xb5\xd2\x94\x5e\x5d\xf0\xcc\x81\x07\x8d\x38\xc9\x91\xfd\x05\x33\x66\xfc\x3b\xc3\x10\xda\xf1\x57\xa2\x7a\xaf\x1d\x7e\xc1\x23\x38\x7c\x58\xe8\x4a\x6b\x57\x09\xac\xb4\x76\x80\x96\x82\x99\x3f\xf6\xec\x5c\xb8\x4b\xde\xa6\xdf\x95\x29\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xb3\xc0\xae\x15\x8d\x92\x96\x72\xb1\x6e\x91\x8f\xc1\x5c\x48\xfa\x76\x41\xf4\x0b\x75\x8c\x2c\x92\x2f\xaa\x21\x72\x45\x5f\x53\xed\x48\xc3\x34\x5a\x68\x31\x37\xbf\x00\xf4\xcb\x97\x7d\x31\x19\x28\xfb\x03\x6a\x76\xcd\x2f\x50\x11\x49\xee\x01\x20\x68\x9f\x5d\x95\xc8\xf5\x02\xd6\x45\xa4\x9a\x37\x2b\x49\x5a\x6f\xb8\x50\x17\xd2\x6e\xb7\xab\x52\x5c\x1a\xb7\xd4\x13\x86\x5f\x40\xc6\x90\x14\xed\x0b\xc9\x33\x9b\x51\xbd\xd4\x02\x43\x4d\xc7\x9e\x36\xf3\x45\xb5\x40\x9e\xee\x8b\xd5\xc6\x7d\x88\xea\x62\x9d\x23\x73\xd1\x6b\xd5\x35\x92\x4c\xbf\x50\x7f\xdc\x2c\xef\xe2\x79\x32\x1f\xb3\xba\x50\xc6\xd1\x19\xd8\x17\xea\x18\xb9\x00\xce\xb5\xb4\x84\xe6\x0f\xa8\xd2\x79\x37\xa2\x70\x91\xef\xd5\xbd\xa8\x35\x18\x6f\x28\xba\xe8\xe2\xf5\xd7\x20\x63\xf7\xf6\x5c\xe1\x34\x2f\xce\xe0\x66\xf2\x86\x66\xb6\xcc\x6b\x77\x0d\x8a\xf0\xd7\x20\x54\xda\xc6\x8f\x42\x42\x17\xef\x71\x7f\x6d\x4e\x24\xcf\xd8\x2e\xbd\xc6\x42\xac\x66\xbd\xd3\xda\x30\x0d\xef\x44\xac\xdb\x8c\x49\x49\x89\xb8\x76\xee\x1b\x29\xf7\xd7\xbe\x06\x15\x22\xa6\xd6\x90\x6d\x08\x5e\xc8\xda\xf6\xa5\x1a\xd7\x41\xfa\x90\xb8\xb9\x10\xbe\x2b\x0e\x98\x5f\xac\x48\xee\x40\xf0\x75\x70\xf5\x04\x04\xf2\xb4\x37\x79\xaf\x2f\x08\xf9\x16\xdc\x23\xe7\xad\x69\x9e\x6b\x29\xd4\xc1\x49\x3f\x8d\xb9\x3d\x9c\x4b\x4d\xf6\xf1\x75\x32\x59\xaa\xf8\x01\xbc\xac\x96\x06\xb8\xc1\xa7\xc9\xa6\xba\x4e\xca\x48\x2f\xff\x05\x7f\x99\x49\x96\x85\x86\xec\xff\xba\x2e\xa0\xda\x93\x40\x4e\x75\x0b\xfe\xbd\xa2\x2d\xac\xf0\x80\x9a\xd5\xd2\xeb\xe2\xb1\x3c\xf3\x8f\x8b\xe1\x59\x13\x18\x6e\xa5\xf4\xdd\x47\x17\xbc\x4d\xaf\xa5\xb8\x58\xb4\x5c\x68\x59\xe1\x39\xb3\x30\x84\xe7\x1c\x6f\xbf\x90\x11\x9d\x5c\xa1\xf0\xc2\xf1\x7b\x5f\x0d\x7e\xdd\x6b\xe9\x34\x04\x02\x78\xc3\x14\x7d\xb3\x5a\xa0\xd0\xc2\x33\x6b\x26\x06\xe8\x2a\xd6\x7e\x2e\x16\x32\x72\xd8\xf5\xba\x39\x27\xb7\x91\x82\x6f\x08\xd6\x1d\xeb\x1a\xe0\x21\x9a\xdd\x46\x91\x5a\xcf\x60\xea\x2a\xc9\x9e\xd3\x0b\x77\xef\xf8\x6c\xd9\xf5\xb4\x69\x78\x79\x02\xcf\xc2\xba\x66\xf8\x2c\xa6\xec\x37\xe8\xe3\xf3\x08\x17\xf2\x15\x05\xf1\xc3\x42\x2e\x86\x88\x35\x93\xb5\x8e\xf7\x8a\x2e\x8a\xe5\xde\xf0\x2f\xf9\x7c\xdb\x8d\xf3\xff\x4e\xe3\xbe\x71\x8d\xa4\xf3\x24\xee\x8d\x3a\xa5\x54\x89\x1b\xda\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x34\x58\xc4\x07\x6e\x28\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xc8\xad\x1e\x50\x03\xe9\x75\xfe\xed\x86\xf6\xd2\x64\x44\xdf\xd0\x5e\x9c\xd9\x7a\x07\x82\xa4\x49\x4f\xed\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\x9e\xd0\x37\xb9\xdf\xb8\xbb\xc6\x11\xd2\x9b\xd7\x40\xfa\x20\xec\x1d\x91\x7d\x16\xfc\xc2\x9c\xa5\x6d\x89\x1b\x29\xd1\xaf\x13\x77\x37\x0a\x6c\xfb\xea\xbf\x1b\xce\x18\x07\xbc\x6f\x5e\x65\xe3\x73\xaf\x77\xc2\x2d\x8c\x9b\x5f\x28\x7c\x41\x3d\x26\x5c\x00\x21\x6a\xba\x13\x62\x15\xdd\x23\xd0\x47\xed\x95\x42\x74\xd3\xbe\x94\x1b\xc1\xcc\x26\xd7\xc3\x8d\x7b\x1e\x9b\x7c\x3b\x77\xc6\x85\xd6\x06\x39\x83\x55\x4a\x96\xde\x3c\xca\xe6\x20\xfd\xbd\xa2\x9f\xda\xe3\x77\x86\x95\x67\xda\x80\x1a\xe3\xb3\xb7\x37\xee\x79\x6c\x3f\xcb\x4a\xb8\xe1\x3a\x71\x71\x80\xbb\x50\x2f\xf7\x68\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\x8c\x62\x67\x3f\xa0\x6f\xd3\xa4\x57\x58\xeb\x46\xfe\x9e\x1b\xe5\xb3\x9b\xb7\xc3\xd4\x82\x92\x53\x6d\x6f\xe4\xfc\x34\xa9\x8f\x77\xc5\xf6\x71\x87\x95\x33\x14\x8c\x75\x11\x92\x3f\xa0\xa3\x4f\x3a\xcf\xdd\x16\x2d\x6a\x99\x70\x03\xe3\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x28\x80\x64\x7e\xdc\xb8\xc5\xc5\x41\xb0\x1b\x09\xc4\x8e\x30\xdf\x08\x6e\xba\x50\xe3\x8d\x53\xfa\x63\xf3\xef\x38\xb4\xd0\xdd\xdf\x85\x20\x96\xdf\xbf\xb1\xe3\xfd\x3b\x70\x66\x4a\xee\x0c\x2c\x48\x1f\xbe\xa7\xce\x95\xb6\xcd\x6d\xa8\x58\x12\x5f\x37\x2a\x2b\x39\x9b\xeb\x9e\x1a\x56\x72\x38\xe8\xee\xf4\xee\x0a\xc9\x7d\xad\xab\x1f\x40\x62\x3a\xe9\xe9\xee\xf0\x49\x7b\x99\x10\x58\xdc\x24\x1a\xee\x51\x91\xd3\x26\x14\x0d\xe4\xc2\x9b\x47\x51\x59\xda\xdc\x21\x2f\x80\xe9\xee\x90\x11\x23\xb5\x71\x58\xdf\xd7\xd1\xdf\x7b\x24\x44\x42\x0a\x22\x83\xaf\xfb\x77\xef\x1d\xee\x0a\x67\x6d\xdc\x3b\x0c\x59\x59\xc2\x37\xb2\x8b\x37\x93\xd6\xbe\xc8\x5b\x78\x87\xd3\xe5\x75\x74\xf4\xde\x79\x17\xad\x16\x8a\xd1\xc5\x17\x5b\xdb\xc1\x18\xa5\x0c\xdd\x70\xba\x84\xd7\x8e\x59\xc9\xc4\x12\xe3\x37\x9c\x2a\x0e\x1a\xdd\x07\xa2\x0b\x66\xb5\x8c\x16\x9a\xfb\x1f\x1d\xb4\xe3\xf7\x07\x41\xd0\xb4\x0f\x1a\x60\x52\xfa\x6e\x5c\xaa\x68\x3b\xe4\x46\xa9\xc6\xe6\x54\xa1\x1b\x15\x90\x9a\x37\x0c\xf4\xab\xcd\xdb\xfe\x84\x06\x57\xdc\x86\xcc\x74\xaa\xf9\x8d\x53\x6c\xc1\x07\x3b\xef\x73\x91\x8b\xbb\x24\x05\x0b\x91\x17\x57\x53\x98\x66\x2a\xb1\xf3\xad\x6e\xba\x5e\x9c\x8d\x74\x5f\x2b\xf7\x4f\x6d\x68\x5c\xa6\xd0\x6b\xe1\x41\x30\x5c\x0b\x28\x8f\x01\x2d\xd0\x78\xb9\x16\x90\x06\xea\x99\x34\xeb\x6d\x87\x1a\xd5\x76\x70\xde\x37\xe4\xac\x3c\x27\x37\xc2\x77\x3e\xeb\x7c\x23\x1f\xca\x3e\xbc\x9b\x37\x1c\x3a\x44\x79\xe3\x84\xd9\xeb\x4a\xe8\xfb\x86\x2e\xec\x7d\x89\xf0\x9a\x6f\x84\xb8\x1f\x8e\xa8\x0e\x10\x5d\x73\xd1\xfe\xfb\x01\x33\x94\x3f\xf5\x46\x32\x94\xa3\xe9\x37\x8f\x98\x99\x51\x3d\x58\xe9\xea\x36\xcf\xb6\x7a\x0a\x28\x08\xd0\x9b\x5f\x80\x37\xdf\xe1\x80\xfb\x41\xa1\x05\x4f\x89\xe1\x38\x67\xfc\xdc\x28\x1b\xd9\xea\x8f\x7c\x72\xf7\xc3\xe0\xc4\xa7\xf7\x67\xa3\x07\x4e\x28\x7e\x10\xbc\x73\x5c\xf9\xd9\x18\xea\xd2\x1e\x7e\x36\x60\xa4\xfa\x03\x5c\x61\x2a\x71\xf3\xf0\x4c\x9c\xd3\xdc\x1e\x94\x5b\x7a\x9d\x29\x7e\x98\xfc\xe5\x14\xa4\x07\xa9\xcd\x8e\x6d\x3f\xb8\x62\xc5\x6c\xe4\xa1\x7e\x26\x9f\xc8\x83\x64\xb0\x6d\xf8\xf7\x49\x67\xce\xf6\x7f\x58\x31\xdb\x39\x6c\x0f\xe2\x79\x2e\x17\xf6\xa0\x62\xb6\xcb\x36\x3c\xd4\xe7\xe4\x52\x79\x98\x07\xed\x39\x07\xd4\x01\xd8\xfc\x3d\xd2\xdc\xa5\xf8\x3f\xc8\x46\x73\xc1\xb2\x07\x37\x25\xda\xc6\x7f\x02\xc5\x97\x00\x5c\x17\x25\x6a\xaf\x3d\x28\x66\x30\x8a\x07\xb8\x89\x22\x43\xf4\x80\xae\x34\xa3\x18\x60\x3f\xe9\xf7\xb8\x76\xaf\x86\x88\x74\x88\x17\x3f\x20\xb7\xf6\x32\xe0\x22\x71\x07\x1c\x1f\x16\x37\x10\x67\x7d\x56\x55\x70\x4d\x2a\x92\x59\x4b\x53\x7f\x70\x63\x8b\x0f\xa7\x3c\x11\xdb\xbd\x79\x00\x6e\xf7\xe0\x11\xc0\x93\xe4\x6d\x79\x98\x44\xfd\x02\x9a\xd1\x3c\x69\xc1\x4f\xc2\x69\x15\x31\x90\x27\x31\x94\xad\x59\x23\x96\xf7\x3a\xc5\xfa\xe0\x8c\x9d\x0d\xf4\x07\x67\xec\x5a\x73\x1b\xa7\x81\xad\xce\x3d\xa8\xb9\xf9\x3a\xc4\xfc\x20\xda\x67\xa7\xc3\x93\xe8\x09\x15\xc7\x78\x50\x33\x7c\x64\x0f\xc9\x1c\x04\xa3\x05\xf1\xbe\xd7\x39\xea\x07\x01\x3f\x1f\x63\x7d\xf2\x5a\x09\x75\x91\x71\x8b\xbc\xc9\x87\x35\xa4\x9c\x51\xf7\x64\x4e\x43\x40\xc1\xf9\x66\xcf\xc5\x03\x5f\x9b\x0f\x54\x3e\x79\x49\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\x4c\x11\xe6\x4b\xe5\x1f\x5e\x77\xe8\xb4\x9f\x67\x69\xa6\xb2\x60\x9e\x02\x6a\xe8\x6e\x93\xf5\x1a\xb3\xf0\xc6\xb5\x6a\x18\x40\x2e\xf2\xc7\x3e\x95\xd4\x60\xbc\xa1\x2c\x95\x93\xb8\x1f\xdc\xfb\xe2\x23\xfb\x0f\x82\x7c\xcd\x79\x84\x0f\xd2\xf8\x5e\x07\xaf\x1f\x9e\xa5\x1b\xc3\x63\xc0\x14\xec\xfe\x02\xfe\xd9\xe2\x36\xef\x5d\xd0\x2c\x51\x96\xca\xa6\xe6\x83\x02\x0c\x9b\x17\xa6\x42\x67\xf2\xda\x57\xcc\xc9\x68\xe3\xd1\xb9\x17\x9e\xa1\x1a\x3b\x40\xf7\x34\x5e\x21\x26\x00\xa1\x29\x37\x5f\xef\xff\xc0\x3d\xd8\x4c\x8f\xb8\x04\xc6\x22\xf3\x61\x05\x07\xa7\xd8\x3d\x0d\xb9\x4c\xb2\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x1b\x96\x06\xf4\x40\x1b\xf6\x81\x9a\x07\x05\xad\x6a\xde\x7e\x22\x81\x1e\x3a\x27\x65\x7e\x3c\x9d\x13\x14\x0a\x91\x33\xd8\xcd\x13\x98\x32\x68\xde\x4d\x5f\xa5\x2c\xb6\x07\xb5\xb1\x7c\x96\xe3\xe1\x5d\x8a\x2f\x84\xa0\x22\x69\xb3\xb4\x80\xeb\x72\x78\xcd\x79\x31\xba\xf4\x9c\x07\x19\x82\xc1\x19\x7a\x0f\x22\xa0\xcd\xe9\xa0\x0f\xce\x0a\x38\x6d\xe9\x41\x04\xd4\xaa\xf7\x83\xa3\x03\x21\xbb\x9d\x70\x3d\xaa\x3a\xe4\xc9\x01\xa7\xc8\x3d\xd0\xd5\x7d\x4d\xda\x83\x1c\xc0\xe4\x5c\x8a\x07\x05\xd9\xdb\xf0\x88\x27\x27\xe9\x07\x0b\x68\x7f\x81\x1d\x2f\x77\xc0\x43\x6d\xde\x94\x8c\x88\xaa\x2b\x43\x3e\xfb\x22\x3c\xf5\xb8\xaf\xcd\xe4\x2f\x28\xc7\x8d\x97\x9d\x98\xd7\x90\xfb\x80\xb1\xed\xdf\x61\xe3\x6c\xee\x91\x1c\x41\xd6\xfb\xb3\x33\x0f\xc0\x72\x76\xc7\xf6\x19\x7e\x81\xa9\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xd3\x45\x9f\x03\x82\xda\x94\x09\x5d\x3f\xb9\xb0\xc2\x73\x70\xc3\x6b\x69\x8e\xc5\xc6\x34\x04\x52\x01\x83\xd7\x1a\xce\x53\xdf\x50\xfc\x4c\x65\xbf\x39\xec\xff\xc0\x79\xea\x40\xf4\x73\x12\x6d\x72\x10\x3c\x48\xe4\xb3\xd7\xf9\x39\x17\x73\xf7\x03\xee\x60\x45\x42\x1e\xd6\x43\x75\xde\xdc\x03\xf5\xbf\x39\x0a\xf1\xd0\xdd\xea\x3d\x83\xeb\x16\x9d\x0e\xf1\x40\x55\xf7\xc5\xaf\x0f\xa2\xa8\xae\x13\xfa\xe0\xe4\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xe4\x1a\x49\x49\x7d\xa0\x97\xdb\xba\x7d\x10\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd9\xc5\x0f\x12\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2f\x82\x59\x21\x2a\x91\xfa\x94\xde\xc3\xab\xc5\x4b\xf2\x0b\x17\xbb\x10\xee\xa1\xcc\xbf\x74\x59\x28\xf3\x3e\xf3\xfb\xf0\xe0\x9f\x13\xcf\x1e\xde\x18\xe3\xe4\xd5\x07\xb9\x72\x4e\xcf\x7b\x78\x83\xcc\x6b\x23\x42\x9f\xf7\x15\x5a\xcf\x43\xee\x2a\xcf\xc3\x33\xf5\xf7\xdc\x5f\x3d\x70\xa7\x7a\xe2\xac\x66\x6a\x09\x80\x6a\xa6\xba\x6b\xa0\x6e\xac\x4e\xaa\xfb\x8d\xea\xc6\x12\xed\x4a\x86\xa9\xdb\x0a\xce\x56\x3f\x98\x7b\x5d\xe7\xe8\xeb\x86\x0b\x62\x94\xbb\x55\x37\xd4\x8c\x50\xe1\xe1\xba\x05\xf0\xa7\xa2\x21\x79\x13\xb8\x6a\x3c\xd4\x2d\x50\xda\x57\x3f\x28\xe8\x41\x30\x05\x9e\xfa\x2a\x6a\x93\x37\x7c\xd6\xa6\x6e\x81\xf7\x7e\x55\x8f\x39\xd0\x83\x7b\xa4\xa5\x9f\xdc\x25\x10\x17\xdc\x03\x94\xfc\xe0\x21\x90\xd6\xf4\x11\x4a\x75\x63\x35\xaf\x92\x35\x02\x3c\xa0\xbd\xfe\xe4\xe4\x6a\xdd\x22\x49\x63\xa8\xbd\x08\x58\xc3\xf3\x46\x43\x19\x42\x75\xc3\xe1\x0f\x85\x6e\xeb\x86\x72\xa6\xaa\xe6\x54\x37\x94\xa4\xa8\xc6\x21\xd4\x65\x1d\x48\xaf\x5b\x24\x02\x04\x3f\xd2\xe3\x74\xe6\xb4\x6e\x91\xf3\xd7\xa2\xb0\x72\x98\xf2\x87\xea\x86\x23\x88\x8a\x1c\xd5\x0d\x37\x89\x77\x23\x08\xb7\x1b\xba\x5c\x49\xdd\xe0\x6e\xad\x2a\xdb\x56\xb7\xa9\xfd\x66\x15\xb9\xaf\x5b\xa6\xc6\x95\x45\x38\xd0\x54\x55\xf3\xa5\x6e\xb8\x8e\xb0\x27\xb7\x13\xda\xee\x00\x38\x88\x1a\x71\x85\x8d\xab\x3b\xe4\xb6\xcf\x02\x92\x17\x0c\x26\xd3\x5e\x26\x4c\x42\x13\xc2\xc8\x5b\xd2\xaa\xf2\xf4\x89\xb2\x8a\xeb\x86\x8b\xbb\xbb\xdb\x50\x65\x15\xb5\xa9\x1b\xe3\xc8\xca\xdf\xab\x1b\x8e\xa3\x0c\x2f\x04\x4f\xa3\xa8\x9a\x54\xdd\x10\x48\xce\xa6\x5d\x68\xb2\xfd\xd5\x26\x88\x02\x89\x45\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xca\xd6\xc5\x2d\x35\x20\xc2\xce\x9b\x8a\x51\xd7\xad\x12\xaf\xfe\x02\xdc\xd3\x48\x98\x7a\x6c\x1c\x86\xb8\x92\x47\x98\x03\xa0\x28\x84\x2e\xc9\xab\x1b\x0b\x87\x79\x0a\x95\x53\x10\xc8\xa8\x5c\xdf\xbd\x7f\x11\xc5\xd6\xd1\x8f\xba\xb1\x72\xfd\x26\x9c\x41\x8f\x55\x71\x84\xba\xb1\xb4\x6a\x53\xff\x6d\x21\x5d\x10\x36\x54\x10\x34\xc3\x80\xda\xfa\xee\x80\xb6\x61\xd1\x0c\x1a\x45\xbb\xb9\x1c\x0a\x3c\x74\xf3\x87\x4e\xe6\x5d\x44\x7c\x50\x1c\xfb\xeb\x03\x20\xcd\xfc\xa0\x23\xab\xa6\x68\x48\x9e\x35\x51\x36\x79\xdd\x3a\x89\xb3\x88\xbc\x71\x37\xa1\xaa\x05\xd7\x8d\x57\x13\x7a\xcb\x77\x60\x2d\x8b\x76\x3b\x8e\x7b\x75\x61\x0d\x15\x22\xba\x37\xe0\xf2\xe1\x9a\x52\x78\xf5\x60\x31\x4c\xb8\x7a\xb0\x9b\x56\x19\x15\x2f\x1e\x92\x51\xf1\x4d\x20\xf1\x6e\xc2\x6a\x52\x19\x6b\x12\xc2\x13\x0e\x9d\x76\xf3\xa1\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd5\x31\xbd\xc4\xcd\x72\x04\x9b\x1c\x91\x7c\x57\xcc\x57\x96\xea\xe8\xa5\xd8\xe9\x97\x7b\x75\x01\xb7\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x5d\x44\xe6\x34\xd0\x2d\x93\x45\x18\x1c\xc5\xc1\xd4\x71\xd0\xa0\xf5\x34\x79\x0c\xb6\x9a\x77\x1d\x11\x66\x8f\x86\x44\x19\xd7\x6e\x12\x47\xe5\xfc\x6e\x62\x38\x20\xf2\x8c\xd7\x03\xb5\x3a\x4c\xc1\xac\x49\x51\x2c\x23\x71\xa8\xa4\x97\x9f\x58\x41\x75\xe3\xa5\x85\xe9\xf5\x35\xea\x6a\x34\xb7\x41\x4b\xa6\x94\x83\x46\x99\xb7\x28\x8b\xa7\x15\x4b\xd8\x93\x7c\xed\xf5\x00\xc5\xfe\xac\x06\xa0\x60\x45\x37\x6d\x9d\xb0\x3a\x8c\xf4\x73\x21\x5d\x63\x32\x5f\xef\x25\x1f\x50\xf9\x4c\xf5\x30\xeb\x86\xa0\x7c\xf7\x8e\xba\x96\xde\xa0\x21\x2e\xee\x41\x91\xd6\x45\x1c\xb9\x4d\x1f\xb2\x19\x15\x8a\xe6\x6f\x46\xcb\xb5\x40\x10\x4c\x70\x32\x57\xe3\xe9\x5a\xe4\x6c\x98\xa8\xbb\xba\x8d\xb2\xb3\x66\x55\x37\x95\x44\x75\x00\x1f\x73\x37\xe7\xba\x17\x5e\xd5\xc1\x0a\xe2\x0b\x8d\xcb\xc9\x5c\x35\x89\x1b\xc4\x6b\xf6\x4e\x5d\xb7\xf9\xf7\xb5\x74\xea\x91\xb7\x68\x9b\x2d\x50\x4f\x6d\x1a\xe1\x41\xbe\x96\x77\xcb\x43\x08\x04\x32\x9c\xd0\xaf\x1d\xfc\x2c\xa6\xa0\x11\x19\x85\x7f\xc9\xc0\x07\x45\xbe\x2c\xc2\x90\x51\xf8\x5a\x27\x6a\xad\x16\x48\xac\x42\x5b\x5e\x0f\xe8\x51\x92\x2e\x11\x50\x74\xdf\x92\x3e\xe0\x88\xaf\xc2\x09\x35\xf0\xde\x6d\x95\xcb\xa9\x01\x7e\x63\xaf\x53\xd8\x40\x8d\xd5\x1f\x70\x3f\x35\x3f\xe8\xdf\x5f\x4d\x9a\x74\x0d\xa8\xad\x66\x1e\x11\x36\x1a\x0c\x2f\x10\x08\x74\xf3\x17\x5c\x7a\x7d\xc1\xa4\x45\x9d\x95\xa9\x21\xc0\x8b\x6a\x18\xa8\xe6\x0a\xf1\x21\xf0\xac\x80\x30\x1d\xc2\x02\x52\x68\x08\x24\xe0\xec\x4f\xe0\x9a\xf3\xb4\x71\xec\x38\x24\xb7\x69\x0f\x14\x3f\x20\x75\x64\x03\xf1\x80\x9b\x6a\x16\x11\xa9\x32\xe2\xb6\x81\xaa\xab\xc8\x2f\xc4\x85\x69\xe1\x21\x82\x1e\x45\xf1\x01\x27\x35\xba\x98\x6d\x58\x07\x33\xaa\x5f\x60\x3a\xcf\xab\x4b\xa8\x03\x22\xf9\x90\x00\x82\x17\x3f\x51\x8e\xb9\x4b\xdc\x8e\xd4\x45\xa1\x81\xa7\x2e\x8a\x61\x58\xa7\x2e\xbc\xfc\x09\x86\xb8\x98\x55\x48\x74\x89\x7b\xb1\xe0\xaa\xf5\x45\x45\x35\xe0\xb2\xed\xde\x84\x07\xd4\xb1\xed\xdd\xbf\xc3\x0a\x32\x1a\x12\xd4\x32\x6d\xc3\xc0\xcb\x1c\x75\x48\xa7\x06\x6a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\x8c\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xda\xae\x27\x89\x74\x03\xef\xfc\xc0\xfb\xb5\xbb\x47\xa4\x14\xf0\xf7\x28\xec\x2d\xa9\x10\x70\x36\xa3\x0f\xf5\x87\x04\x83\x49\x4b\x3f\x90\x41\x01\x0e\x58\x1d\xc6\xad\xa1\x30\xd3\xd0\x64\x40\xc5\x76\x68\x34\x5e\xa9\xa4\x53\x43\x35\x54\x14\xf2\x33\x38\x95\x8a\x80\xf0\x51\x97\x48\x12\xfc\x38\x58\xdd\x87\x5f\xc0\x35\x7f\xc1\xbf\x83\x71\x45\x0f\x00\xbe\x34\x84\x9f\xca\x2d\x6e\xca\x44\xad\xb2\x61\x90\x2b\x41\x16\x51\x40\x51\x35\x2f\x0e\x38\x56\xdd\x87\xd6\x98\xa5\xcc\x8a\x29\x17\xfe\xd6\xde\x35\xa5\x06\xa2\x18\xfe\x9d\x33\x70\x87\x15\x33\x70\x1b\x24\xd1\x35\x83\xe5\x9f\x35\x99\x32\x35\x21\x79\xcd\xdb\xe2\x08\x1e\x82\xbc\xd6\x9c\xb0\x61\x92\xc1\x6d\x9e\xee\x32\xa3\x43\xf1\xb3\x17\x2f\x85\x8f\x54\xa1\x9c\x1a\xe0\x02\x1d\x32\x1d\x03\x2f\x65\x92\x03\xa9\x06\x5e\xaa\x6d\xdd\x38\x40\x75\xb5\x35\x1e\x90\xcf\xb9\x49\x9b\x0a\x70\x79\x8e\xcd\xbf\x67\xb4\xfd\x7b\x45\x5b\x93\x64\xee\x66\xf5\xd6\x18\x38\xfa\x69\xe6\x0d\x0f\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x5a\x10\xd2\xe0\xc2\x4e\xf3\xb6\xab\xcf\x9d\x17\x6a\xa9\xcf\x95\xaf\x60\xcc\xef\xd0\x88\xa4\x65\x86\x95\x9f\x50\xfc\xc5\x64\xf7\xf6\xac\x84\x9d\xbe\x19\x13\x28\x0e\x89\x0c\x69\x95\x01\xe9\x9e\xc3\x42\x8c\x87\x44\xaa\x11\x8d\xfc\xcf\x21\xf7\x4f\x40\xba\xe7\x8b\xa5\xf0\x2c\xb3\xcc\xdd\xb0\x4a\xb3\x98\xcd\x1d\x8c\x28\x9b\x9e\x90\xfe\x39\xbc\x74\x07\x2f\xa8\xf0\x26\x84\x2a\x29\x07\x79\x0d\x27\x63\x87\xde\xc6\x38\x9b\xac\x8b\xe4\x6b\x80\xe2\xa8\x92\x82\x35\xa0\xe8\xee\x66\x18\x91\xce\x30\x82\xdb\x03\x6d\xa1\xf5\x24\x44\x82\x10\xa5\x56\x94\xf2\x57\xc3\x49\x24\x09\x40\x64\x8f\x0e\x73\x05\x56\xe0\x35\x71\x5d\x6b\xdd\x04\xe0\x45\x47\xb2\xe5\xd1\xb5\xd0\xec\x07\x34\x72\xcc\xcb\xae\x45\x2d\x42\x13\xeb\xdb\x16\xb3\xc3\x9b\xe9\x6c\x96\x61\xc8\x36\x18\x32\x73\x02\x93\x37\x93\xb9\x39\x4e\x0b\x0f\x53\xc7\x4d\x6d\xc1\xec\xf9\x5e\x8b\xa7\xd5\xe6\x15\x04\xc5\xec\x84\xe7\x7f\xab\xb7\x2e\x6a\xd8\x6e\x26\x49\xe8\x7e\xc3\x8b\xb7\x74\x3f\xcf\xe3\x21\x10\xfe\x00\xbc\xe0\xd5\x41\x07\x81\xb9\x03\x2c\x8e\x79\xf6\x83\xc5\x90\x43\x26\xe0\x70\xc9\x30\x4b\x46\xba\x81\xee\x9c\xac\x01\xfe\xcb\x21\xbb\x28\x42\x31\x1c\xf1\x47\x6e\xb8\xc8\xc2\x30\xca\xa5\xa9\x91\x77\x13\x28\x55\xa6\xc6\x8d\x22\x44\x22\x34\x2e\xff\xa8\x44\x40\x64\xb6\x40\x76\x17\x98\x40\x72\x0f\x98\x40\xf2\xef\x48\xeb\xd5\xaa\xc5\x80\x2a\xc2\xfe\x3e\xe0\xac\x59\x77\x1b\xdb\x43\x9c\x28\x06\x9c\x43\x90\x4e\x18\x71\xb0\x65\x24\xff\x5e\x48\x59\x1e\x00\xd5\xe4\x8a\x3f\xd8\x61\xc2\x78\x00\x6c\x87\xe4\xdf\x4f\xe2\xc0\x3d\x5e\xdf\x5f\xb5\x69\x89\x63\xc0\x12\x24\xb7\x71\xbb\x94\x34\xe3\xc8\x5c\x50\x55\x8d\xa9\x11\x2a\xe3\x48\x7e\x81\x49\x1d\x92\x30\x31\xd2\x11\x2e\xc3\x2c\x46\x9e\x57\xf6\x17\x8d\x5d\x6a\xcc\x48\xff\xfd\xeb\x0b\xd0\x51\x72\xfb\xe0\x17\xee\x82\x50\x6b\x21\xe1\xcf\xac\xda\x2d\x31\x81\x70\xb2\xdb\xcc\x50\x92\x68\x8e\xb8\xf9\xe0\x05\x34\x74\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xce\x46\x2f\x65\x3a\x60\xc3\xfb\x05\xca\x10\xa9\x80\x11\x09\xa7\x49\x89\x56\x35\xe2\x30\x6f\x75\x1b\x2e\xd3\x6c\xa0\xa7\x52\xd9\x86\xd4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\x9e\xb5\xb1\xb3\x24\x32\xfa\xaf\xd4\x8e\x1a\x79\xf8\xc6\xce\x91\x38\xb5\xca\xd8\x5e\x5d\xf4\xef\xaf\xfa\xc2\x2c\xca\xee\xaa\x34\x71\x8d\x50\x22\x75\x8a\xba\x46\x5e\x31\x65\xcf\x44\xe4\x15\xe2\xaf\x11\xb1\x12\x52\x84\x23\x0b\xc7\x29\xdf\xa0\xc6\x42\x8f\xa5\xb4\xf3\xc8\x92\x3e\xd5\xb3\x98\x8a\x67\xb4\x7b\x22\x16\xce\x4a\x3c\x3f\x42\x13\xb5\x85\x10\xcb\x9a\xa5\x50\xcd\xa2\x3e\xe2\x8d\xb1\xf0\xbc\xa5\xb7\x45\xc1\xb6\x30\x55\x33\xd3\x55\xa1\xf1\x1a\x0b\xa7\xa1\x21\x2a\x09\x48\x78\xe2\x71\x9f\x6a\xc4\xc2\xcd\x3a\x8c\x38\x5e\x4a\x5e\x8d\xa8\x0a\x41\x26\x5f\x40\xa4\x1b\xb4\x1a\xe8\x55\x1a\xd7\x43\xf2\xe4\xaa\x44\x61\x44\x3c\x3f\x18\xe8\xc6\x8d\x25\x3d\x27\x36\x46\x4e\x04\x43\xe3\x62\xfa\x03\x1a\x67\xdd\x1f\x30\xf8\xe7\xb5\xc0\xc5\xe8\x43\x9a\x54\xe4\xa1\x5f\x85\xeb\x6b\xc4\xc5\xe8\xa3\xb8\x8d\xcc\x51\xcf\x12\xe1\xfb\xea\x5d\x80\x88\xbc\x02\xe2\x35\xc2\xb1\x3a\xbc\xb3\x99\xcb\x6a\x00\x70\x49\xa8\x6b\x91\xd4\x88\xeb\xa8\x74\x17\x5c\x8d\xa8\xad\x6b\x6f\x43\x1c\xcc\x9e\x35\xda\xa6\xf6\x98\x2c\x93\x22\xb5\x47\x53\x17\x8b\xe6\x98\x14\xa8\x4d\x9a\x01\xb2\x4e\x6e\xf7\xfb\x28\x61\xe1\x5d\x3a\x68\x95\xd7\xf2\x23\x21\x04\x0f\xe9\xf0\x1a\x22\x11\xd6\x91\x99\x08\x07\xa9\x55\xfe\xc8\xa3\xc5\x32\x9f\xe3\x4e\xa9\xde\xfd\x00\x75\xfe\x4c\x88\x53\x09\x2c\x9b\x25\xcc\xc1\x3b\x5e\xf4\xfb\x41\xa1\x27\x85\x28\x1e\xcc\xed\x15\xbe\x58\xee\xd6\x44\xc2\xfa\x34\x2f\xde\x89\x73\xbd\xc3\x4b\x74\x30\xc0\xab\x29\xe1\x4a\xaa\x61\xa2\x42\x71\xbd\x61\x56\xba\xa2\xd6\x26\x53\xf8\x0e\x87\xdc\x16\x91\x2a\xa0\x97\x1c\x07\x81\x87\x57\x88\x2a\xa0\xcc\xfb\x48\x15\xb0\xb9\x3f\x48\x87\xe6\xfe\x40\xc4\xd2\x49\x23\x22\xd8\xe9\xd5\xff\xcd\x19\x6a\x06\xc8\x67\x1d\xde\x89\x4b\x27\xd4\x07\x70\x4d\x0e\x13\x39\x2f\x65\x30\xff\x41\x65\x5c\xdb\x17\xf1\x22\xc9\x09\xe0\xa5\x53\x7a\x55\x51\xbd\xa6\x5a\x51\x8a\xa8\xe7\x37\xcc\x4d\x70\xc0\x68\x98\xe8\x70\xbe\x48\x87\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x9a\xcd\x8d\x4a\x15\x56\x2c\x70\x73\xe7\x78\x75\x08\x9c\x5a\xc0\xc2\x0f\x39\xfc\x3d\xe3\xe5\xd5\xba\x1d\xe2\xe5\xf6\x24\xc5\x87\xca\x99\x8c\xb2\x88\xe3\x41\xc3\x02\x97\xf1\x73\xe3\x0c\x85\x74\x37\x79\xe9\xe3\x8a\x8e\x7b\xdd\x57\x76\xab\x91\x82\x62\x33\xc9\xbc\x85\xea\xa6\x08\x35\x41\x83\xd4\x3d\xed\x35\x6d\xa4\xec\xa1\xf6\x62\xc0\x7e\x40\x49\x25\x71\x99\x36\x26\x47\xb8\x47\x90\xb2\xf4\xcb\xc4\x6a\x33\xd5\x6d\x46\xae\xab\x3b\xa0\xa6\x23\x95\x39\x51\x03\x15\x9a\xd2\x46\xeb\x5a\xbb\x23\x2d\x47\xa4\xb6\x43\x0a\x38\x4e\xa0\xfd\x9a\x18\x91\x57\x39\xa7\x9a\x96\x27\x52\x2c\x2f\xad\x13\x45\xd5\x6f\xc0\x0e\x6c\x1e\x03\x9e\xf3\xa0\xd5\x4f\x3c\x32\x24\xb5\x22\x45\x6e\x61\xb7\x3b\x3c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbf\xa1\x28\x3e\x41\xc5\xdb\x86\x5f\xa0\x24\x4a\x7e\xe1\x81\xbb\x4a\x98\x4a\x54\x23\xc4\x6a\x53\xe2\xae\xd3\x26\x4b\xcb\x4f\x28\x85\x2a\xf1\x56\x04\x7b\xa2\x13\xca\xb5\x6c\x4a\xb9\xae\x69\x2a\x71\xad\x79\x1e\xf0\x03\x9a\xd7\x25\x24\x68\x36\xb7\x97\x1f\xd0\x98\xca\x54\x03\xdc\x43\x5e\x40\x44\x3d\x18\x08\x7f\x6a\xc8\xcc\x9d\x67\x5c\x65\x3a\x75\xe4\xd8\x4a\x2c\xce\xfb\xb3\x64\x84\x04\x2f\x9f\x4e\x1c\xd4\x94\xe9\x12\x36\x11\x67\x6e\x54\x41\x8c\x92\x2d\xca\xc7\xa9\x89\x17\x27\xa8\x4e\x55\x4d\x85\x87\x1e\xe4\xe7\x4a\x4b\x3f\x4b\xfe\x04\x9e\xc2\x57\xbb\x4d\x2c\x66\xb7\x3b\x3f\x70\x0f\x94\xa9\xe2\x16\x89\x09\x9e\x0e\x17\x25\x28\x68\xca\x00\xad\xa9\xd2\x10\x6a\x7e\x40\x6e\x20\x0e\x97\x6a\x83\x20\xd4\x3c\x11\xc6\xd6\x75\x56\x35\xa1\xac\xe2\x30\x81\xc1\x1d\x38\x5e\xbf\x33\x39\xc0\x6b\x5b\x17\x05\x0a\x53\x28\xbc\xa8\x1a\x86\x35\x35\x1a\x15\xf2\x03\xa4\x86\xca\x31\xe2\x89\xa9\x51\x12\x9a\x44\x1b\xad\xfc\xe1\x37\x20\x0a\x4d\x1c\xad\x81\xad\xbb\xc7\x85\x39\x41\x89\x5b\xd8\xa3\x59\xd6\xd4\xe8\x92\xee\x47\xa9\x69\xdd\x20\x6a\x7e\xd1\xc8\x2f\xbc\x2b\x96\xc3\x4f\xca\x72\x42\x69\x46\xcb\x9e\xd4\xe9\xab\x30\x66\x3a\x43\x46\x1a\xa3\xaf\x69\x69\x0c\x5e\xe4\x6e\x0f\x7d\x62\xa5\xc5\xec\x2e\x89\x7b\x7f\xb0\x76\xbf\x16\x03\x17\x24\xd8\x83\x97\x3a\xf7\x9d\x7f\x07\xd1\x9a\x04\x07\x43\xb4\xde\x77\xac\xb0\xec\xb5\xe2\xa5\x5d\x96\xa0\x89\x27\xc0\x1d\xaf\x49\xd4\x03\x25\x6e\xd2\x60\x69\x24\xcd\x72\xe9\x7d\xde\x49\x83\x1b\xd5\xb3\x42\xb5\xc4\x6c\x4e\xcc\x8a\xcb\xf6\xf1\xa7\x41\xa8\x85\x16\x04\xbf\x87\x0c\x9d\xc4\x2b\x4b\x65\x2a\x25\x04\xc3\x87\x39\x01\x2e\x5c\x18\x66\x04\x3c\x24\xe5\xf0\x4e\x42\x2c\xbc\x7a\x0e\xbc\x09\xcc\xfe\x87\x84\x3c\x4b\x9b\x94\x09\x85\x6a\xec\x22\x49\xf0\x41\xc6\x57\x07\x73\x8e\x3a\x65\x53\x13\x5d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\xbc\xd5\xe9\x72\x94\x3d\x90\x98\x44\x69\x91\x8a\x48\xf8\x30\xf1\xa1\xf6\x73\x33\x92\x0f\xca\x6c\x43\x74\xdc\x53\xdf\x95\x02\x9d\xce\x0d\x6d\xcd\x80\xc5\x11\x1d\x89\x49\x67\x9a\x56\xb4\x89\x73\xaa\xa3\x65\xb3\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x87\xd2\x91\x89\x34\xf5\xcf\xa2\x03\xb8\x35\x2d\x7d\x52\x2a\x74\x9a\xfa\x64\xd2\x51\xa4\x9a\xa6\x3e\x99\x36\xd3\xde\x45\x13\xd8\x3c\x78\x2a\x94\x45\x87\x59\x6b\xba\x28\xa2\xa5\xe5\xa7\x0b\x09\x02\xd2\xc1\xd3\xd4\xff\x92\x63\x17\x89\xc5\x0d\xa5\x4c\xa5\x8b\xba\x8f\x15\x8d\x9b\x5a\x81\x57\x0e\x0a\x5f\x30\x23\xb9\x13\x40\x10\xda\x6e\x26\x78\x79\x0f\xdf\x9c\xb5\x3b\xc0\x9e\xcd\xdb\x4f\x4e\xa7\xd6\x84\x7c\xca\xf4\x62\x01\x37\x4f\x45\x6a\xfc\x87\xe2\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe6\x74\x1b\xf1\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xaf\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1d\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x38\xac\xed\x7c\x97\xbc\x3d\xe8\xe1\x33\x89\x1c\xc8\x86\x24\xa6\x32\xfc\x7b\xc3\xa6\x44\x0e\x40\x73\xf0\x0b\x79\x8a\x46\xa9\xd9\x39\x70\x12\x43\xed\x86\xf7\xab\xda\x9d\x1d\xfa\x01\xf4\xc1\xee\x36\xe5\xbb\x78\x6b\x46\xe9\x99\xa1\x0b\x0a\x6a\x5e\xc7\x79\xc4\xd9\x32\xd2\x11\x87\x6e\x28\xa8\x39\x52\x73\x12\xa3\xca\x91\x98\xf2\x17\x1d\x6d\x77\x49\xde\x38\xfc\x60\x11\x87\xe6\x81\xea\xd5\x2a\x67\x50\xf3\x54\xe7\x92\x2e\x0f\xa9\x99\x09\x88\x2a\x55\x52\x33\xcf\xef\x38\x7e\x92\x13\xf6\xad\x98\x63\xe6\x81\xef\xfc\x7a\x40\x20\x35\x04\x82\xbc\x4e\xad\xcb\x74\xc8\x65\xaf\x77\x5a\x15\x00\xd5\x66\x6e\x92\x17\x07\x0e\x37\x15\xe9\xa9\x99\x07\xb8\x1d\x60\xc9\x19\xcc\xc8\x43\x64\x7a\xd8\xe5\x1e\xc9\xa8\x77\x67\xe3\x3a\x33\x5f\x30\x1b\x93\x85\x54\xae\x70\x43\x2e\x14\xa6\xdd\x0f\x70\x97\xe8\xe6\x36\x63\xd7\x92\x95\xb9\x30\x8d\x45\x3c\x33\x2f\x67\x56\xf1\x83\x8b\x79\x03\x42\x55\x59\x33\x55\xa7\x95\x41\x78\x61\xbf\x92\x8b\x4a\xbb\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\x70\x23\x44\x7f\x40\x3d\xc3\x84\xc9\x62\x35\x56\x55\x32\xdd\x57\xaa\x14\x53\x73\x23\x1d\x2a\x16\x94\x1b\x56\x34\xfa\x05\x9c\x96\x15\xaf\xcf\x6d\x85\xa7\x04\xd4\xd4\x86\x5a\x33\x76\xdb\x42\x8d\x5f\x58\x98\x50\x17\x38\x5b\xed\xb4\xbb\xdc\x29\x0d\x8a\x1f\x34\x7e\xa1\x3e\x3b\x68\x3f\xfa\x85\xb5\xe6\xc2\x04\x3d\x52\xd9\x7b\x76\x04\x76\xa1\x99\xb3\x8a\x5d\xf3\x17\x60\x0a\xe2\xde\x79\xea\x26\x65\x33\x53\x40\x59\xe6\xf4\xfa\x9e\x74\x28\xb3\x31\x0f\x64\x8d\x56\x77\xc8\x9a\xa3\x82\x99\x57\x37\x39\xbf\x37\x53\xd3\xb0\x77\x32\xef\x5c\x5f\x49\x98\x8c\x78\x66\xf0\x5a\xec\x84\x49\x93\x5a\xaa\x85\x3c\x0e\x79\xa7\x98\xf4\xfa\xee\x10\x18\xb2\x5c\x33\x3c\x57\x0e\xa1\x66\x9e\xd0\xc8\x26\x21\x1c\xb7\x56\x81\xdd\x9a\x77\xca\x55\xc1\x78\xa0\x50\xa3\xf1\x8a\xac\xbb\x66\x06\xc0\xd3\xd8\x39\xfe\x28\x4b\x2e\x1f\x2c\xf0\x23\xf0\xa6\xe6\x51\x36\xd9\x24\xf9\x80\x63\x4d\x16\x6a\xe6\xcd\xeb\xba\x1f\xab\x66\xdc\x38\x6a\xf1\x92\x4f\x08\x71\x19\x20\x79\x5d\x2a\x21\xf5\x2f\x9f\x40\x61\xf2\x07\xd8\x42\x32\x93\xf2\x49\xa3\xb8\xba\x87\x9d\x42\x53\x18\x40\xa1\xe5\xe6\x3d\x75\x22\x1f\x4d\xa6\x7e\x5e\x35\xef\x4c\x59\xd7\x5a\x67\xcd\x92\x9a\x86\x14\xb6\x4c\x57\x95\x87\xa4\xab\xca\x96\x7c\xbe\x16\xfd\xbb\x4b\xd0\xbf\x2c\xb3\x3c\x55\x91\xb2\xc9\x2e\xcf\x77\x04\xcb\xd3\xfb\x54\x2c\x2c\x33\x59\xa7\xa6\x99\x0d\xdf\x34\xe5\x86\x7b\x20\x69\x09\x4f\x37\xf1\x24\x90\xe0\x8a\xb2\xdd\x95\x6f\x32\x76\xf3\x89\x1b\x62\x59\x2a\x60\x7e\xb8\x23\xfd\xc5\x13\xd0\xa3\xb0\xf2\x00\x2b\xe6\x02\x0f\x64\x8d\x69\xe3\x21\x57\x30\xa2\xa9\x6b\x48\x25\xcc\x0f\x2d\x1e\xeb\x16\x0f\xb0\x62\x2c\x3c\xe4\x44\xa6\x96\xe7\x9a\x2f\x58\xbc\xc1\x17\xe5\x3c\xd7\xfc\x70\xcb\x4a\x18\x95\x0d\x8a\xae\x74\x91\xb2\xc2\x9b\xf2\xb3\x16\xde\xea\xa4\x7a\x23\xb5\x6c\xa0\x37\x89\x96\xb2\xad\x2e\xf5\x60\x79\x82\xa4\x1b\x97\xb0\xd6\xc6\x0f\x18\x59\x19\xfe\x04\xab\x2f\x09\x58\x78\x15\x86\x63\xdf\x85\x57\x61\xe8\x2e\x94\x5a\x02\xf6\x51\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x14\x4e\x62\x7f\x65\x2a\x2c\xcd\x27\x03\x4a\x04\x45\x49\x36\x95\x88\xd5\x92\xb8\x2b\x2c\x27\x6c\xbb\xbb\x44\xca\x09\x69\xc3\x25\x62\x75\x0c\x63\xc4\xde\x97\x70\x2b\x91\x4e\x75\xf7\x78\x13\x24\x3f\xc0\xa1\x6f\x4f\x22\xad\xc5\x50\x0f\xf4\x46\xa9\xf8\x51\x2d\xd4\x4e\xc4\xcc\x4a\x02\x51\x8b\x85\x97\x04\xc4\x8a\xe8\x0b\x7d\x53\xd2\xf3\x0a\x6f\x5a\xb7\x23\xa9\xe0\x74\xb1\x5d\x05\x05\xa5\x82\xeb\xab\xc3\x07\xa1\x67\xcd\x91\x57\x74\xda\xc7\x52\xf2\x5a\xec\xa1\x07\xd0\xa8\xb4\x4b\x4a\x5e\x44\x2d\x18\x32\x61\xd4\xc2\xf0\xc0\x85\x53\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\x61\x18\x79\x65\x57\x70\x50\xfa\x72\x41\x70\xd0\x5a\x46\x59\xce\x27\xe9\xaa\xa5\x10\x68\x45\x27\x4a\x01\x91\x8b\x81\x95\x42\x3c\x6b\x65\x70\x6d\xa7\xca\x8d\xd5\x52\x38\x07\xb7\xa1\xba\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x15\xaf\xfa\x77\x8a\x7b\xe9\x67\xa5\x2e\xe6\x22\x98\x71\x94\xb8\xc4\xfa\x13\x29\x54\xa8\x57\x99\x32\x71\x88\x58\xd7\x93\xd4\x52\xd7\x1a\xb8\xf7\x83\x08\x10\x4e\xe1\xa7\xf2\xb9\x9a\x82\x53\xc0\xd5\x84\xd7\xc0\xdb\xbc\x06\x53\xcb\x8a\xb6\x8f\x4b\x43\x3c\xcc\x84\xd6\x50\x5f\x40\xbc\xb1\x34\x20\x4c\x8e\xb6\xc2\x1b\xb3\x9a\xc9\x64\xc5\x08\xa5\x7f\x96\x4e\xf3\x56\xba\x7c\xe9\x6b\xd1\x04\x63\x5f\x2c\x5f\x58\x45\x09\x1b\x73\xc7\xd2\x79\x89\x82\xd0\x82\xd3\x13\x96\x8c\xa5\x2f\x20\x34\x8b\xce\xc3\xd2\x1e\x12\xba\x83\x3b\x98\x4a\x59\x52\x4d\x83\x5a\x10\x25\xb4\xaa\x59\x06\x15\x73\xa9\x75\x65\xd0\xbc\x88\xfe\x02\x35\x6f\xbc\x9f\x78\x38\x42\x45\x40\x6b\xc1\x7d\x9a\x8e\x70\x94\x01\xa6\x62\x2e\x84\x2c\x33\x5d\x55\x5f\xcb\x3a\x2c\xe1\x0d\x39\x20\xb6\xdc\xc1\xbe\x76\x87\x1f\x30\x00\xac\x1e\x97\xd2\x26\x23\xba\xec\xbc\xb0\x59\x43\xd0\x1f\x24\x2b\xab\x2c\xa5\x4d\x16\x4d\x61\xd1\x9c\xf8\x7a\x40\xa0\xdd\x23\x6c\x09\x2f\x0c\x1c\x3c\x8e\x62\x97\xa5\xa3\x0d\x0f\x49\xce\x28\x98\x0f\x5e\xb9\xe7\x36\x19\xa3\x59\xe9\x0a\x50\x4a\x74\x96\x83\x66\x80\x34\x8a\xc2\x4a\xc5\xb6\x2d\xca\x01\xde\x29\x2d\xa7\x20\x6f\xad\x35\x6f\x41\xc4\x34\xad\xdd\x16\x86\x2c\x37\x8f\xc9\xf3\x7e\x9a\xe5\x41\xfe\x6e\x11\xc3\x1b\xc4\x9a\xc9\xe1\x84\xc6\x60\x46\xc5\xbc\xb6\xea\xd5\x3c\x21\x94\xbc\x91\xe9\x66\x32\xe3\xc2\x51\x5d\x07\x25\x0b\xbd\x4c\x5e\xfc\x93\x86\x7d\xf2\x08\x83\x20\xf8\x0b\xb8\xc6\xcc\xae\x4f\x08\x29\x33\xa2\x73\x4d\xc2\x43\xe2\x60\x95\x34\xda\x72\x91\x53\xbd\x1e\x80\x35\x78\xe3\x5e\xdc\xa7\xc6\x3c\xef\x8e\xaf\x5e\x7e\x68\x83\x56\xd5\xca\xc5\x4d\x60\x9d\xe3\x82\xd2\x6f\x92\xbd\x40\x4f\xde\x24\xbc\xd5\x53\xe7\xdb\x6b\x41\x26\x9c\x15\xa7\x32\xd5\xc5\x90\x6c\x15\x96\x1b\x97\x95\x78\x9a\xd0\x0e\x9d\x72\x55\x50\xc6\xd0\xaa\x59\xc1\x09\x89\x68\x34\x21\x0d\xae\x19\x22\x1c\xf5\x7d\x09\x56\x68\x8f\xc1\x7b\x06\xca\xa2\xaf\xff\xaa\x85\xca\xa2\xe7\xfc\xac\xa5\x17\x04\x0f\x57\xca\x20\xa1\xee\x4e\xb2\x9e\xf5\x00\x09\x56\xa2\x10\x99\x6c\x2a\x9b\x56\xeb\x06\xf3\x5b\x3c\xb6\xa2\x30\x8e\x1d\xbd\x75\x03\x71\xbd\xda\x6b\xa1\xb2\x1e\xa0\xb6\xa3\x14\xb9\xba\x31\x6e\xf0\x23\x19\x54\x59\x33\x47\x55\xd8\x6a\xdd\x06\xc0\x71\xef\x50\x97\x86\xc1\xa3\x77\xbe\xa9\x4d\x09\x20\x76\x5e\x71\xe7\x85\xea\x30\xd4\x8a\x1a\x39\x9b\x3b\x44\x0d\x1c\x1b\xc0\x35\x40\x26\xbd\x7e\x87\x6b\x4f\x7c\xab\xe2\x86\x0b\x17\xda\xae\x95\x4a\xa5\x07\xe4\x45\xf1\xb6\xd2\xeb\xff\xc7\xd8\x95\x9c\x4d\x8c\xea\xc0\x54\x26\x84\x36\x9b\xe0\x32\xb9\x78\xcd\x3f\x84\xf7\xb9\x4a\x53\xe5\x77\xfb\x8f\xee\xb6\x41\x80\x10\x85\x56\x94\x02\xfd\xf9\xce\x3c\x36\xc2\x21\x8d\xb1\xb0\x5a\x9a\xc6\x50\x78\x49\xd7\xf5\x6d\xa4\x1f\x9b\x76\xf0\x60\x8a\x66\x5f\xe3\x47\x41\x06\x99\x70\x13\x1d\xa9\xb3\x45\x54\x49\xaa\xdd\x67\x20\x45\x9f\x46\x91\xb5\x43\xdd\xe5\xe2\x07\xfe\x81\xc7\x5c\x75\x17\x8c\xa6\x98\xa6\xe1\x24\x33\x9a\xca\x0b\x6b\xa3\xa9\x2f\x84\x60\xa6\x01\xf3\xe0\xb5\xae\xbc\x32\x4e\xff\xb0\xfd\xfb\xcf\x74\x00\xc7\xa8\x4c\xf6\x33\xfd\x03\x24\x9b\x4e\xf7\x51\x83\x54\xfb\x87\x1c\x86\xa8\xae\x74\xbf\x92\xf4\x1c\x2f\x76\x0d\xa5\x3d\x1f\x03\x05\x4e\xd7\x87\x86\xf7\x24\xdc\x24\xfa\x06\x83\x89\x8d\xd2\x46\x7b\xf7\xe4\xe6\x51\x43\x53\x57\x74\x2d\x19\xf0\x8c\xb3\x7d\x68\xbc\x58\xb7\x6f\xda\xd3\xa3\xf1\x48\x11\x2c\x1c\x8d\x6b\x25\x65\xc2\x68\x0c\x32\x97\xdc\x18\x2f\xd8\xed\x9b\x59\x90\x76\x5a\xdf\x63\x07\xb4\x83\x76\x5a\x1c\x2d\x97\xc6\x44\xf0\xa6\xd3\xdc\x07\x86\xa9\x33\x64\xf4\xe4\x41\x0d\x93\xf0\xd7\xfb\xa0\x23\xb0\xc5\xfb\x86\x86\x54\x5f\x12\x47\xc7\xce\xf5\xc4\x76\x6a\x10\xcc\xa3\x80\xb7\x9b\x59\x12\xf0\xd6\xda\xc5\xd1\x49\x92\x7a\x60\xe2\x1c\xab\xd4\x06\x03\x8e\xed\x7a\x39\x5e\xb8\xdb\x6d\xb4\x1a\x2c\x8f\x61\xcb\xc2\x18\x9c\x7b\xf1\xcf\xe0\xe6\xf6\xff\x03\x59\x2f\xdc\x00\xbc\xd6\x2c\x1c\x99\x16\x3b\xbc\x75\x07\xed\x6c\x66\x38\x7a\xce\x79\xda\xe0\x39\xe7\x88\xe4\xf1\x42\xe2\xbe\x79\xa5\x02\x5e\xb6\x66\xc7\x84\xc4\xa2\x30\x3a\x07\xed\x06\x90\xc6\x4f\x87\xf7\x08\x72\xf8\xe6\x2f\x50\x18\x5f\x97\xaf\x41\xc7\x3a\x25\xb4\x1b\x23\x4e\x7e\xa1\x69\x8b\x3c\xad\xdd\xc4\xc3\x37\x34\x4c\xb8\xd2\x7d\x34\x29\x83\x35\xf2\x84\x72\xc6\xac\x18\x96\x86\x31\x31\xd1\x26\x0a\xaa\x4b\x65\x40\x19\x03\x9a\xcb\xcd\x4b\x39\xc1\xd1\x9f\x0e\x09\x48\x75\x16\x8f\x09\xe6\xf0\x34\x2c\x52\xe4\xa5\x42\xcc\xb1\x15\x2f\x63\x11\xdc\x75\xff\x80\xc3\xfa\x6f\x71\xab\x03\x9e\x77\xd6\xf7\x8d\x45\x7a\x35\xde\x45\xe6\x16\xfd\x0b\xbc\x2c\x14\x37\x98\x63\xdb\x57\xa3\xb1\xe3\x58\xb5\xb0\xdc\xe9\xef\xee\x67\x68\x4c\xec\x9b\x3a\x50\x6f\xce\x8a\xd8\xc1\xac\x32\x3e\x77\x19\x61\xa1\x24\x81\x63\x20\x89\x8c\x2f\xd9\x83\x91\xc1\xca\x2a\x38\xc6\x81\x70\x4b\x4b\xb6\xd4\x51\x9a\x57\x61\x10\x35\xfa\x1d\x07\x79\x4f\xd7\xab\x71\x60\x16\x4c\xd3\x81\x55\xd3\xcd\x66\x1c\x3c\x12\x7c\x3a\x43\x71\xa9\xe4\x9c\x63\xc0\x62\xba\x7d\x1a\x7c\x40\x92\xd8\xe4\x24\x2c\xb4\x58\x02\xd6\xdd\x84\xa0\x06\xa0\xec\xe6\xed\x84\x94\x93\xd5\x1e\x03\x83\xc1\xbe\x1e\x34\xb0\xac\x8b\x70\x8e\x71\x92\x66\x3f\x73\x37\x78\x50\x34\xa1\x1a\xe2\x8f\x33\x6b\x62\xeb\x93\xab\xf1\x0d\x75\xfa\x62\xd3\xbe\xf9\x0b\xb8\xc8\x59\xc7\x37\xa0\x97\xdc\x3e\xef\xe7\x3c\x69\x5e\x2e\xe4\x6d\xfd\x3c\x43\xfd\x6c\x10\x72\x25\x3b\x89\xbf\x6e\x88\x91\xcf\x33\x28\x10\x5a\x1e\x4c\xa0\xed\x00\xb0\x01\x93\xa9\xbd\x9e\x06\x33\x46\x1a\xd2\x0f\x3a\xd5\xd9\xed\x78\xb0\xde\x87\x11\xf8\x78\xd0\xa7\x21\x03\xcd\xa4\x9f\xff\x2b\x60\x8c\x68\xa2\xd7\x9c\xd4\x71\xe3\xe9\xf8\x5e\x83\x7c\x02\xcf\x22\x11\x05\xda\xac\xbc\x18\x0f\xd1\xb2\xdb\x43\x9a\x02\x9f\x82\x2f\x94\x9d\x0e\xba\x1b\x88\xe8\xa8\x9f\xf6\xa1\xa1\xf6\x41\x0c\xb5\xe6\x47\x20\xa0\x9e\x9b\x1d\xb1\x83\xb5\xeb\x75\x90\xc7\x2f\x37\xd0\xd2\x0f\xf5\xdf\x7f\x9a\x63\xd7\xe3\xd7\x39\x65\xfe\x82\xf0\xa3\xfa\x0d\x04\xa1\x48\x16\x07\x63\x7b\x87\x3f\x38\x70\x39\x34\x09\x17\x52\x4b\x4d\x3d\x03\x31\x4d\x3f\xe3\x48\x14\x62\x8a\x8d\x42\xce\x1d\x6c\x2c\xb5\x23\xb9\x12\x5b\x56\x7a\xd0\x33\x5c\x6e\x3f\x2d\x90\x71\x86\x9e\x03\x69\x2e\x45\x21\x03\x7f\xc3\x24\x6e\x20\x79\xf9\x99\xfb\xa7\xfa\x07\x64\xaa\xdd\xdc\x03\xf6\x7c\x35\x05\x88\xfb\x75\x03\x8c\xe2\xf0\x0d\x24\x4a\x22\x0d\x8d\xa1\x50\xff\xd1\xfc\x09\x8c\x6f\x1e\xe4\x8b\x4d\xeb\x67\x16\x5e\x68\x5a\x7d\xe2\x45\x61\x72\x6b\x7f\x9f\xee\x53\x7a\x06\x89\xda\xe0\x91\xf9\x19\x45\x72\xcd\x59\xd5\x98\x5e\xdc\x59\x8d\xb7\x22\x0d\xc0\x12\xbe\x01\x15\xeb\xf6\x79\x06\xaf\xb7\x3f\x5d\x82\x02\xfa\x57\x1b\x83\x03\x98\xd5\xf1\x7d\xc1\x5c\x8d\xda\x68\x51\x73\xa7\xfa\x03\xb0\x89\xe7\x8b\x10\x55\x7a\xb6\x68\xbc\xd8\x6a\x2b\x04\x43\x80\x7d\xe3\x88\x46\xfa\x35\x03\x99\xf1\x46\x9b\x39\x5a\xca\x55\x7f\x01\xb5\x98\x44\x7d\x24\xe4\xdc\xdc\x04\x0f\xac\xe1\x26\x10\xee\xe9\x59\x6f\x08\x63\xf7\xff\xd4\xc8\x4a\xc6\x05\x32\xde\x4c\x8f\xa2\x57\x14\x43\xf3\xfb\xbc\x89\xea\xba\x10\x3d\x57\xc5\x5f\x0c\xaa\x98\x34\x31\x1d\x52\x51\x20\x22\x3a\xb2\x53\x7c\x3e\x48\x9a\x35\x08\x62\x54\x73\x56\x67\xc2\x18\xfd\x3f\x20\x23\x85\x93\x02\xc6\x6b\x07\xb9\x07\x22\x89\x9d\x2f\x26\x58\x9f\xed\xf3\x3f\x7c\xee\x75\xc1\x8f\x81\x93\xa3\xfb\xfd\xdc\x6d\xfe\x01\x06\x27\xe9\xc5\x63\x20\xb2\xc7\xaa\xf5\x40\xbd\x36\xd5\x25\x18\x41\x00\xaa\x03\x32\x62\x83\xf7\x83\x9f\xa1\x88\x11\x08\x88\xe0\x7d\x5f\xb3\x1c\x9c\x65\x4b\x41\x38\x0e\xda\xf1\x2b\x58\xa1\xd9\x5a\xdf\x80\x16\x57\xf5\x11\x47\xd0\x12\xae\xd2\xbd\x23\x02\x28\x41\x46\x94\x40\xd2\x1c\x9b\x12\xe3\x85\xa3\xd5\x46\xec\x98\x89\x12\xd4\x62\x56\x86\xf1\x2c\x4c\x9e\xd0\x02\xfe\x31\x71\xf6\x58\x8a\x31\x4f\xb9\xbb\x20\xfe\xb4\xd8\x9b\x07\x9e\x45\xe2\x24\x89\x6e\x2f\xb7\x9c\x5f\x48\x90\x20\x12\x90\x3c\xd1\xf6\xac\x58\x4c\x44\xe8\x2d\x95\x00\x55\x37\xaa\xc8\x0a\xcc\xcb\x6f\x30\x8d\xbe\xfa\x60\x3e\x45\x5f\xda\x02\x7a\x60\x9f\xb0\xb1\xf2\xd4\x17\x99\x8b\x97\x03\x2f\x0e\xcc\xf7\x1f\x59\xbb\x12\x89\xb8\x0f\xa8\x27\xbd\x16\x48\xb8\x58\x04\xf1\x02\xf9\x15\xad\x94\x8d\x1d\xa2\x45\x40\x39\xe0\x27\xf8\x59\xdb\x9d\x1a\x54\xef\x98\x1d\x92\xc5\xb2\x7a\xe7\xcc\x6b\x0c\xc8\x7d\xe8\x38\xcd\x60\xc6\x1b\xeb\xdf\xe3\xc8\x89\x54\x17\x07\x95\x60\x82\x74\x71\xe0\x32\xe2\x4d\x7b\x00\x34\x5a\xb0\x1c\x94\x0b\xde\xf6\x59\x48\xd9\x1f\x40\x5a\xfb\x7c\x20\xee\x1d\xee\x11\x34\x7b\x6d\x5f\xdc\x3b\x9b\xf7\x4c\xea\x70\x2d\x5f\x59\x36\x59\xf8\x2e\xe0\x19\xe8\x14\x35\xc1\x24\x37\x61\xc1\x73\xd2\x21\x45\x97\xe5\x38\x81\xcd\x7f\x6e\x91\x12\xdb\x7b\x00\x4a\xdc\xed\xf3\x01\x35\x69\x5e\xa9\x33\x79\xe1\x6f\x67\xd0\x89\x8c\xb0\x61\x0a\x21\xf8\x3e\xcf\x10\x2b\x96\xb5\xf0\x2b\xb4\xf2\x35\xe0\x57\xd8\x2d\x18\xaf\xe4\x76\xcd\x21\xfc\x0a\x7d\xc5\x0c\x80\x6a\x87\x0c\x07\xd4\xbb\xed\x73\xa0\x5c\x13\xee\x9a\xfe\x60\xf1\x05\xcd\x19\x1d\x11\x87\x9f\x79\xf1\x95\x06\x22\x98\xb8\xdd\x2e\x50\x71\xe1\xd6\x66\x04\x78\x71\x90\x9a\x64\xc6\x4a\x7f\x80\xc4\x0d\x05\x83\xb7\xec\x0d\xce\xb2\x18\xb9\x73\x87\x6a\x94\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\x8d\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\xe8\x64\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\x6e\xcb\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\xe4\x3e\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xd0\xe9\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\x0a\x78\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\xd2\xce\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x73\xd4\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\x6a\xfe\x29\x6d\xcf\x1c\x38\xc5\xcd\x16\x08\xa2\xf9\xf0\x72\x7a\x1f\x78\x7b\x8c\xe4\x0b\x91\x13\x04\x06\xd2\x50\xcc\x17\xbb\xf6\x22\xbd\xf9\x0c\x5e\xe0\x75\x5f\x9f\x41\x75\x92\x9f\x21\xbe\xcd\x69\xa9\x6c\xf5\x42\xc3\x03\xc1\x95\xf3\xc7\x64\xf1\xe2\x10\x76\x98\x88\x7a\x09\x65\x56\x1e\xf3\x45\xb7\xbd\x48\x63\x3c\x03\x22\xde\x0b\x87\x92\x3b\x8e\x57\x9b\x88\x79\x89\x69\x39\x42\x5d\xab\x87\xc9\x98\x17\xc7\x38\xcd\x89\xec\xbe\xde\x71\x73\x50\x4c\xf8\x05\xae\xac\x8e\x95\x39\x2f\xd0\x24\xe6\x78\xe1\x6d\x38\x35\xe8\x9c\xa4\x51\xef\x53\xfb\x6a\xf7\xd7\x09\xec\xea\x8b\xd3\x5c\x38\x18\xcd\x4b\x6b\xf0\x03\x91\xb0\x68\xed\x17\x1e\x98\x70\x51\xd8\xbc\x9a\x2b\xe7\xcd\x3f\x60\x83\x58\x3a\x2e\xd2\xa4\x16\x5f\x64\xda\x8b\xcc\x07\x93\x7e\xa5\xbe\x6f\x4e\x40\x53\x7b\x00\x4d\xd6\x52\x76\xd2\x9a\xb9\x27\x3b\xb8\x89\xf1\xef\x3f\x9f\xfc\x8e\x93\x21\x2b\x96\x4c\xfb\xc4\x0d\xd6\xff\x27\x7b\x68\xd8\x3b\x69\x36\x09\xbc\x36\x08\x9a\xce\x9d\xf5\x2e\xd4\x22\xd1\xae\x6c\x1e\x13\x65\x7e\xec\x87\x31\x13\xeb\xea\xaa\x3f\x89\x75\x2d\xaf\x59\x35\xd1\x09\x88\xe7\x0b\x76\x7b\xf1\xc4\x03\xeb\x7e\x66\x01\x58\xb6\x98\xbb\x8e\x1d\xcf\xee\xe0\x60\x83\x1a\x64\x66\x70\xd4\x18\x09\x55\x9d\x43\x69\xc2\xd9\xd4\x7e\x7a\xf3\xec\x7c\x41\x34\x02\xaa\x16\x8f\xe1\x85\xaa\xd3\x39\xd3\xe6\x09\xff\x6d\xaf\xf4\x09\x92\x7c\x58\xb3\x4c\x90\x57\xfe\x24\xab\xe8\xc6\x39\x4f\xb0\xf3\xa7\x43\xa8\x99\xcd\x8d\x0c\xaa\x76\x80\xde\xbc\x92\x57\xd4\xc2\x0b\x57\xab\x23\x40\x26\xa3\x60\x54\x3a\x65\xcc\x0b\xa2\xc4\x5d\x5e\x98\x66\xdd\x52\xe6\xc5\x5b\xb0\xe5\xed\x8b\x67\xbb\x72\xdf\x8f\x09\xdf\x55\xe7\x60\x9a\x4c\x11\xe9\x1c\x61\x13\x29\x22\xd7\xa7\xc5\x07\xf3\xae\x06\xa1\x02\x2e\x16\xf0\x2f\x58\xed\xf6\x03\x9c\x70\x76\x2d\x3e\xe4\x00\x45\xed\x8c\x30\x6f\x6a\x70\xaa\x1b\xe0\x19\x25\x38\x3c\x6f\xfa\x4f\x1a\x6f\xdc\x9c\xe8\xe2\x37\x2e\xb6\xe1\x46\x99\xb8\xcd\xcf\x0f\x88\xd0\x33\xe0\xa9\xc3\x93\xe6\x93\x57\x31\x51\x99\xf0\x53\x10\x7b\x12\x7e\xda\xa9\x6c\x3e\x60\xd8\xe2\x26\xa0\x1d\xfb\x74\x91\x0c\xeb\x0f\x08\x72\xbc\x4d\x1f\x5a\xe8\xa3\xfd\xe5\x1c\x5a\x48\xf4\x63\xb7\x91\xf5\xc3\x3c\x6b\x8b\x2e\x46\x5e\xdb\xc4\xb7\x7e\x60\x0d\x11\xbc\xa0\x26\x36\xee\x5b\xbf\x1c\x62\xd7\x0f\x39\x44\xff\x40\xde\xd8\xf4\x4c\xb9\x12\xa6\x61\xa7\xe8\x72\x1f\xd0\x78\x0a\xf8\xad\xdf\x89\x16\xfc\x01\x43\xe4\xfd\xfc\x22\x70\x7b\x42\x2f\x28\x96\x8b\x0c\xa3\x6b\xa3\x52\x56\xdc\xb6\x36\xda\x5a\xfd\xc5\x56\x30\x4a\xf5\x98\x9a\x67\x1d\x01\x2b\x1d\x25\x74\x90\xad\x8d\xd2\xb3\xbb\x13\xaa\x0c\xfd\x05\xf6\x79\x75\x93\xc0\x17\xd3\x34\xc0\xbd\xd0\x34\x15\xac\x84\xc4\xf5\x2a\x20\x49\x0b\xbf\xe0\x9c\x5b\xaa\x9f\xb9\x47\xd5\x3f\x42\x89\x1c\x11\xbf\x10\x4a\x54\x04\x17\x56\x21\x3d\x5a\x86\x8a\x1d\x27\xf1\xbf\xe8\x69\xeb\x3b\xed\xaa\xb4\xa8\x09\xe5\x2d\xe8\x89\x4b\xf5\x17\x3c\x61\x74\x6b\x5f\xd0\x13\xab\x8a\xfb\x58\x35\x11\xbd\xbf\x00\xb7\x7b\x56\x59\xc8\xc7\x06\xe2\x55\x21\xeb\x3e\xcf\x38\x51\xa4\x5f\x59\xc0\xba\xc3\x29\xec\x56\xea\x7a\xcd\x8f\x4c\xf7\xe8\x54\xe3\x0b\xe8\x75\x38\x29\xdd\x6a\x8c\x56\xf3\x33\x8f\x31\xe1\xdf\x85\x32\x3a\x4e\xed\xb3\x3a\xb6\x40\xf3\xff\x28\x6e\xe2\x51\x75\x5e\xee\x25\x07\x56\xe7\x30\xfd\xcc\x60\x4f\x2d\x5d\x4f\x51\x24\x1a\x3b\x18\xdc\x33\x0b\x67\x02\xe7\x47\x58\x50\xd4\x3a\x45\xe5\x1a\x2c\x85\xa5\xff\x07\x78\x47\x18\x69\x0d\x84\x0a\xe8\x00\x58\x23\xd9\xd9\x3f\x34\x4e\x8a\x48\x1c\x14\x5d\x1e\x34\xc3\xbe\x3f\x9b\x70\x20\xf7\xdf\x72\x13\x14\xf1\x66\x30\x68\x77\x8b\x47\xf9\x42\xda\x5e\x9a\xff\xa7\xbc\x35\x07\x32\x51\x4f\x71\x8b\x18\xa5\x37\x25\xbc\x0d\xea\x87\xa6\x84\xc0\x1e\x27\x4a\x52\x56\xcf\x0b\x21\xb1\x19\x12\x90\xd8\x16\xac\x05\x04\x5c\x74\x8c\xad\xe0\x1e\x71\x7b\x58\x38\x0b\x16\xba\xe4\x3a\xa7\xfb\x4a\x40\x3c\xdd\x03\x0a\x1e\xe8\x50\x59\x8c\x02\x1f\x7e\xe6\x98\xd4\xc0\xc4\x4a\x75\x3f\x63\x48\x92\xff\x0b\xe8\xb6\x19\x7b\xae\xb9\xe3\xf2\x2f\x92\x58\xe8\x26\x3e\x3f\xdc\xc8\xca\xad\x31\x2c\xf4\x30\xfc\x4c\xc4\x6d\xc1\xf1\xa2\xd9\x0f\x04\x5a\x08\x8a\x2a\xe1\x67\xee\x20\x21\x9a\x85\xac\x8f\x2a\x6a\x39\x16\xa2\xa4\x3e\xfb\x63\x81\x7b\xe3\x4f\x17\xa1\x45\x60\x2b\x25\xd3\x4a\x60\x6b\xb9\x08\xdc\x3a\x9c\x5c\x71\xed\x04\x1f\x9e\xb3\x1d\xab\x38\xfc\x05\xc5\x8c\xd4\xb6\x8b\xf5\x27\x9d\xfc\x68\xed\x5c\x15\xf3\xe6\xce\x0d\xa5\x21\x52\x4f\xeb\x34\x2f\x8b\x15\xbd\x7d\x69\x58\x07\xa6\x55\x37\xda\x75\x40\x3c\x7b\xe1\xa1\x96\x2d\xe1\x06\x28\x14\x3e\x2f\x64\x82\x69\x8d\xeb\x48\xe6\xd2\x38\x10\x28\x55\x04\xf1\xd7\x91\x1b\xc6\x5f\x80\x6a\x4f\xfc\x81\x73\xce\x02\xfa\x4c\xa2\xb5\xf6\x27\xb9\x4d\x0d\xc0\x97\xb6\x08\xd1\xaf\xd4\xbb\x4e\x7f\x10\xff\xfe\x13\x76\x6a\x5b\x0c\xd1\xb6\x3a\x63\x11\xbd\x7a\x9e\x4e\x06\x4b\xb8\x81\x13\x41\x4a\x1a\x35\x03\xab\x3e\xdf\x73\x08\x5a\x2a\xb8\x23\x0c\xa7\x91\x5c\x17\xf8\xc3\xc7\x2a\x6b\x8c\xbb\x62\xc0\xba\x30\x06\xcb\x4e\x68\x52\x6d\xcb\x5b\x17\xf0\xb6\x17\x0e\x6a\x51\x47\x47\x2e\xa8\x45\x8b\x94\x92\xeb\x2e\xe0\x6e\x51\x74\x13\x01\x79\x08\x77\x8a\x46\xff\x00\xfe\xb3\x64\xbc\x21\x45\x3c\x69\x37\x4f\x1c\xef\xb0\x9b\xce\x62\x3e\x93\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\xd6\x79\x52\x93\x88\xa3\x72\x91\x83\xf5\x24\x91\x5a\xfa\x87\x37\x25\x8b\xc6\x87\xdb\xc8\xf8\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x72\x3e\x28\x93\xe6\x6d\x46\x8f\x83\xe5\x3e\xa1\x91\x98\x96\xb6\x0f\xd8\x4f\x90\x68\xa7\xcb\x81\x15\x4b\x3b\x35\x9f\x8e\x3a\xd9\x7f\x18\x86\x90\xdf\xce\xc4\x91\xd6\x2c\xed\x88\xac\x52\xa5\xcb\xb1\xc3\x41\xd6\x5e\xf4\xfb\x8b\x0c\x3f\x4a\xf0\x9d\xc8\x50\x8b\xbf\x23\x12\xab\xd9\x9a\xbc\x6f\x64\x1f\x1d\xa5\x3b\x91\x9e\x18\x72\x47\xdc\x78\x31\x05\x1b\xf6\xb1\xc4\xd1\xce\xc4\x90\x8e\x42\xdd\x91\x4d\xdc\x1e\x90\xfb\x06\xaf\xba\xe5\x1e\xb9\xad\x35\x8f\xfb\x86\xc5\x0e\xb7\x78\xf1\x05\x77\x09\x8e\xd4\x99\xb2\xc3\xa3\xd6\x4e\xcb\x7b\xfa\x14\xb8\xcb\x82\x00\x49\xe1\xe5\x1d\x50\xd1\x5e\xf8\x3b\xa1\xa2\xd7\x81\x55\x24\xad\x1d\xdb\x59\x15\xd2\x31\x4d\x3b\x02\xb9\x1c\x51\xb9\x17\x3a\x5a\xfb\x03\x02\x35\x4d\x42\xe1\x36\xd6\xfb\xc8\x35\xae\xa2\xc2\x63\xaf\xd4\xe2\x68\x9f\xef\xc8\x2d\x6e\xc7\xe3\x9d\x50\x51\xb7\xe2\x3d\x7d\x5d\x75\xab\xdd\xe1\x36\x60\x37\xe3\x1d\x8a\x56\x47\x6c\xee\x70\x23\xb0\x33\xc9\x0e\x28\x39\xd6\xf6\xa7\xec\x71\x3b\xd3\x0f\x55\x7f\x7d\x93\x5e\x0f\xe0\xe1\x22\x89\x40\x38\xba\x16\xaf\x41\x23\x5f\x48\x12\xee\x2f\xf0\x9c\xdd\x04\x37\x48\x09\x49\xc6\xbd\x71\x40\x7e\x9f\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\xb3\x72\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x88\x35\x50\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\x73\x1b\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\xa1\x94\x7d\xa2\x96\x9a\xa5\xc8\x24\x6a\xf1\xea\x4e\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\x16\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x04\x67\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xf1\xe4\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x99\xa3\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xe3\xbd\x57\xfe\xe1\x2c\x3a\x36\x9e\x3d\x02\x08\xc7\x86\x95\xf4\x88\x10\x51\x63\xbc\x70\x14\x66\x4f\xf4\x33\xc0\xa0\x8e\xc6\xa3\xf0\xf0\xd5\x69\x7e\xa0\x28\xb4\x19\xfe\x60\x78\x8c\x75\xd8\x07\xd3\x3e\x5b\xe7\x7c\x14\x1a\xb9\x8b\xdb\xe4\x79\xa8\xf3\xf6\xa8\x05\xd9\x60\x45\x44\x2a\x83\x3c\xad\x75\xb0\x4d\xff\x00\x69\xa4\x83\xe2\xe0\x09\x2f\x85\xd7\x01\xe5\x90\x33\x8b\x1d\x0c\x6e\x29\xee\x81\xb7\xba\xf0\x07\x60\x16\xdd\xad\x0f\x1c\xe2\xdd\xeb\x96\x69\x67\xc4\xe1\x47\xc3\x46\xd7\x55\xe2\x60\x12\x67\x87\xcb\x1c\x8d\x24\x8a\x64\x84\xa6\x18\x74\x1c\x2c\xe1\x3c\xa7\x5f\xa0\x83\x91\x66\x85\x49\x9b\x5d\x6b\xe0\xc0\x99\x5d\x9d\x86\xff\xe8\x10\xb1\x26\x9a\x91\x28\x4e\xe4\x75\xd0\xd4\x69\x6e\x83\xf6\xa9\x4a\x94\x1c\x79\x82\x9b\x5d\x3b\xf3\xa9\x09\xd2\x1e\x3c\xc2\x05\xf4\x8f\x8e\x5d\xd7\x4c\x42\x12\x69\x1a\xc0\x70\xd2\xba\x1d\x83\x16\x05\xdd\x70\x0e\xe8\x97\xaa\x6e\x1b\x07\x6a\xe1\x59\xd1\x77\x20\xd8\xda\x7a\x99\xe3\x3d\xf3\x8b\x63\xc5\x0f\x96\x74\x76\xb2\xdd\x03\xd1\xd8\x2e\xd1\x70\x00\x03\x0c\xbb\x0e\x1e\x88\x55\xb1\xf1\xea\x40\x2d\x3c\x07\xba\x1d\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\xea\xdd\x4e\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xe1\x25\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x84\xad\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\xa5\x24\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xca\x6c\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x27\xb4\x23\x71\x8c\x99\xe9\xe0\x41\x31\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\xf6\x15\x7f\x3a\x86\x60\xc7\xb4\xdd\xf2\x38\x21\x35\x04\xe4\x0e\xd8\x25\x9b\x7d\xab\x0e\x64\x7f\xb6\x89\xe4\x38\xe1\x07\xe5\x2d\x0b\xd5\x4e\x75\x9e\xe1\x03\x66\x48\x5b\x20\x8e\x8b\x13\x2a\x72\x5f\x90\x54\x3f\x13\x72\xf1\x46\xe5\xff\x53\x48\x68\x46\xa1\xfa\xb1\xf5\xf7\x40\xf2\xe6\xb0\x0d\xfc\xb8\x50\x3a\x40\x18\xe8\x20\x46\x12\xb0\x3b\x98\x9c\xd9\x19\x16\x8e\x9b\x59\x23\x74\x1d\x3a\xa0\xa9\x71\xd1\x9e\x03\x2e\x6e\xae\xf2\x73\xb0\x4c\x9c\xab\xf4\x1c\x37\xbb\xd0\x2c\x3c\xd9\x85\x96\xf5\xc1\xa8\x8d\x5f\x1e\x5e\x7f\x7c\x70\x3e\x4c\xfe\xe1\x53\xe9\xa1\x8e\x4c\x3b\xfc\x44\x14\x73\xd8\x0a\x72\xb2\xde\x86\x4a\xe4\x8f\xf3\x47\x9c\xae\x3d\x79\xc2\x08\xe7\xb2\x28\xe7\x2f\x3b\x29\xfa\x21\xe7\xce\x5f\x30\xf9\x8f\x04\xd1\xf9\xcb\xa1\x4e\xfd\x00\x81\xaa\x4d\x79\x6e\x79\x6c\xa8\x09\x24\x48\xb6\xf5\xf3\xdc\x78\xd6\xe9\x7c\x3d\x37\x46\xbd\xab\x45\xba\x9d\x59\xd9\x77\x6e\x9c\x7e\x7f\x40\x9f\x1b\x9d\xc8\x27\x54\x1d\x2e\x37\x71\x22\x65\x8d\xeb\x8c\x9c\x85\xb9\xb0\xb4\x67\xce\xc2\x63\x41\xa7\xe1\x99\xe1\x10\x62\xd3\x13\x2e\x5f\x0e\xfc\x3d\x13\xd9\xe8\xd0\x3f\x91\xee\x38\xac\xb3\x3c\x2b\x9d\x79\xfc\x8c\x2a\xc2\xba\xa7\x9f\xcc\x7e\x5c\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xc7\x4c\x93\x2c\x39\x5f\xe8\x32\xbb\xae\xfe\x67\x63\xa2\x4b\x35\xd0\x10\xd3\xe1\x79\xa1\x5d\xac\xfb\x99\xba\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\x00\x06\xd7\xfb\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\x08\x06\x2b\x8f\xcf\x4c\xb9\x37\xfd\x43\x72\xa1\xfa\x40\x0a\x19\x17\xea\x38\x61\x28\x53\x01\xf2\x71\x76\xde\x89\x75\x66\x9f\x8c\xaa\x35\x5f\x43\xf9\x10\xd6\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x50\xd7\x6e\x3b\x61\x28\x73\xed\x90\x13\x3e\x5a\x4e\x6a\x7a\x22\xea\xd6\x09\xe7\x4f\x2a\x2b\xcc\x1d\x83\x8e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe4\x72\x51\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xe4\x32\x76\xa2\xb0\x13\x21\x0a\x4e\x4a\x7d\x06\x6f\xf5\x3a\xaf\xcf\x0c\x49\x30\x4d\xcc\x5d\x6c\xc5\xec\x19\xb9\xb9\xfd\x09\x32\x36\xea\x48\x3f\x33\x68\xe1\xd3\xc9\x85\x8d\x68\xa2\x30\x8f\x5e\x18\x98\xad\x9c\xc8\xfc\x9c\x9c\x37\x11\xfd\x82\x94\xea\xe2\x53\x27\x13\xd3\x7c\x7f\xe0\x26\x5a\x7f\xf2\x52\x38\x27\x24\xbf\x97\x7d\x12\x62\x74\xd3\x03\xf7\xe9\xea\xfe\x17\xfb\xd3\xba\x20\x6d\x8d\x2d\xa2\x27\x41\x8d\x59\x93\xca\x14\x41\x92\x73\x61\x40\x02\x41\xe7\xa2\x82\xdd\xff\xe7\x80\xdc\x40\x0e\xc8\x6f\xb0\xe6\x97\x9f\xc9\x4a\xde\x50\x8c\x67\x58\xba\x0d\x9f\x88\x67\x70\x70\xca\xb9\xc8\x5b\xfe\x00\xc2\x4f\xb8\xfe\x5c\xbc\x80\x0b\xd2\x9c\x8c\xcb\xb5\xaa\xf9\xdc\x21\x70\x4d\x24\xf3\x1c\x9b\xfd\x51\x80\xb7\xd9\xa7\xf1\xdc\x19\x5b\x26\x92\x32\x75\xa0\x17\x7a\x4f\x76\xf6\x0f\x2f\x67\xb8\xac\xd7\x79\x10\x45\xbb\x49\xc0\x28\x57\x5e\x3a\x0f\x0a\x7d\x33\x1f\x22\x75\x5d\xc9\xfb\xcc\xb4\x34\x1e\xe7\x31\x51\x85\x46\xc3\x3c\x58\x43\xd4\x1f\xec\xe8\xc1\xff\x03\x53\x0b\x6f\x9e\x07\xb2\x68\x58\x28\x1c\x58\x7b\x33\xf7\xc1\x21\xf8\xfd\xf7\x7c\xb5\x49\xe0\x3c\x81\xc9\x2d\x64\x4e\x1e\xb7\xc5\x2f\xe0\x90\xf1\x3a\x20\xff\xa0\xeb\x3d\x9f\x50\x20\x0d\xe7\x97\x3e\x11\xad\xe0\x6c\x02\x27\xe2\x11\x8c\xb5\xce\x13\x49\x5c\xcd\xde\x27\x6f\x68\x1e\xd2\x99\x2b\xad\x2e\xd3\xe9\x4b\x0a\xf4\x93\x4e\x5f\x56\x58\x9f\x17\xc5\xb3\xd9\x8b\x70\xcb\x87\xed\x45\x35\xc1\xe7\x07\x64\x97\x17\x00\x3e\xd3\xeb\xcb\x13\x07\xaf\x2f\xd7\x58\x39\x91\x93\xc6\xfe\x7d\xe7\x8b\xbf\x66\xf7\xa6\x47\x8e\x1a\x27\xc8\x3d\xa1\xd4\x0a\xdf\xf2\x4e\xd8\xe6\x9a\xf0\xda\x79\xb3\x42\xb9\x7b\xb8\x51\x74\x45\x98\xf9\xbc\x91\x7d\xdc\x48\x08\xc6\x3a\x9b\x19\xce\x9b\x39\xb7\x34\x84\x3b\x05\x87\xc6\x88\x24\x36\x4e\xca\x7f\xde\x14\x1c\x06\x31\xd0\x7a\x39\xf9\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x85\x82\x8d\x7a\x90\xe6\xc6\x41\xdd\xe7\x93\x1b\x42\xd3\xc6\x50\x63\x0f\xe2\xa1\xc6\xd3\xf8\xe1\xa1\x7e\x49\xa7\xd2\xf5\xfb\x91\xa8\xa1\x1f\x36\x2a\xfe\xab\x7e\x80\xb6\x4f\xf2\xf0\x62\x30\xaf\x4d\x05\x17\x0b\x62\x38\xe9\xca\x05\xa7\x2b\xdf\x97\x2e\x98\xd6\x9c\x82\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x5e\x55\xce\xb2\x72\x41\x91\xe6\xba\x5b\x17\xd3\x22\x3a\x62\xf8\x82\x2d\xcd\xe9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xe8\xda\x66\x1d\xf9\x85\x78\xdd\xcf\xb8\x37\xe6\x63\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\x11\xc3\x7f\xab\xb5\x7a\xa5\x9e\x4c\x57\xb8\x0b\x66\xb2\xe2\x11\x17\x00\xbb\x9f\xbb\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x7a\x69\xc3\x59\x97\xae\x5a\x50\x3a\x45\x53\xf4\xc2\xd3\xee\x5c\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xcb\xda\x87\x13\xa0\x66\x73\xbc\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x35\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe9\x5b\x9b\xee\x42\xf5\x34\x67\x27\xbc\xe0\xb4\xe5\xd4\x27\x17\x1d\xa8\x9c\xe8\xe6\xa2\x51\xca\xd5\xf5\x2e\xa8\xb4\xec\x26\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\xb4\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\xac\x93\xfb\x19\xc5\xa0\x95\x49\x38\xeb\x82\x0f\xbf\x13\x21\x5c\xc8\xbf\xe2\x74\x9a\x17\x4b\x67\xd8\x60\x77\x0d\x14\xcc\x6f\x7e\x21\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8f\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\x50\x8e\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x74\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x62\x51\x9d\xe0\xed\x7a\xa1\xda\xec\x66\x37\x78\xe7\x5b\x07\x7b\x01\xa9\x55\xab\x97\x2e\x66\x1c\x74\xa5\xbc\x0b\xd0\xed\xb3\x30\x93\x12\x58\xb7\xc6\x0b\xd9\x53\x9c\x51\xf0\x5a\x19\x3c\xa2\x51\x31\x0d\xb4\x8d\x50\xd7\xe2\xca\x69\x14\x69\x29\x13\x7e\xbc\xa0\xe3\x72\x4e\xc2\x6b\x11\x80\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x52\xb8\xae\x34\x70\xbd\xe0\xad\x3a\xa8\xe6\x42\x7d\x32\xbb\x6b\x5e\x3b\x9d\x5e\xa5\x46\xbb\x68\x39\x73\xa1\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xda\x7a\x17\x4c\x67\x9f\x79\x80\x3b\xbd\xbd\x02\x2f\x7a\xcf\xdb\xc3\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x69\xad\x79\x29\x0e\x5e\x24\x04\x8b\x2f\xb8\xcb\xbb\x50\xd3\xc5\xdc\xcd\xf3\xd3\x27\x0d\xa7\x82\x3a\xd7\x89\x52\x1c\x9e\xc9\x04\x53\x42\x73\x17\xab\x98\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\x14\x53\x8e\xa7\xbb\x90\xdd\xd9\xf9\x7d\x2e\xc6\x86\xda\x38\x7b\x9d\x3c\xda\x2c\x86\x4f\x9c\x1a\x3e\xda\x90\xe0\xcf\x19\x18\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\x60\x07\xda\x32\x54\xbf\x90\xf0\xcf\xb1\xf9\xd7\xc5\x31\x88\xe6\x2b\xe3\x14\x34\x28\xa8\xae\xb6\xf8\x93\x85\xe8\x22\xce\xf2\xc2\x5f\xf4\x27\x5a\x6e\x2d\x01\x82\xe9\xa1\x3a\xd4\x93\x06\x6b\xa1\xb3\xbe\x5c\x17\x0f\x22\x9f\x33\x37\x71\xbc\x34\x5d\x17\xc2\x45\x3f\xe2\xf0\xe6\xa6\x0a\x7f\x01\xf1\x67\xee\xba\xa9\x88\x0e\x7f\xc1\x85\x13\xd9\xf0\x93\x72\x5a\x89\x0b\xd8\xab\x39\xd9\xd3\x45\xec\xe5\xa3\xed\x86\x51\xf4\xd3\x00\xd7\xcd\xff\x63\x50\x5e\x78\xd6\xe1\x75\x4d\x9e\x2b\xf3\x53\x7b\xa2\x10\x60\xea\x12\x99\xd7\x03\x23\xa9\x45\x3a\x6a\x63\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x56\xc8\xd4\x18\x1e\xea\x82\x2c\xce\x58\x2c\xcd\xa7\xe9\x03\xe7\x49\xc3\x28\x78\x5d\x39\x1b\xe5\x05\x13\xa9\x23\xed\x2f\x78\x61\x39\x27\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xa7\xd0\x0f\x49\xe2\xd4\x0f\xc8\x4d\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x81\x6a\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3e\xea\x64\x96\x37\x2a\xa5\x59\xa5\x76\xc3\x37\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xb3\xb5\x4e\xc1\x1b\x89\xac\xed\x11\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x73\x4f\x33\x00\xff\x28\xa7\x1c\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7f\x7d\x43\x6b\x68\x0f\x94\x1b\x39\x5a\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\xc0\x81\x3a\x56\xef\x72\x22\xb1\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xe9\xb5\x11\xd5\x0d\x14\x58\x6d\xa3\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5d\xb5\xcf\xe2\xdd\x78\xc8\x6a\xbb\xde\x4c\x83\xed\xc8\xa5\xbb\x31\xd3\x8d\xba\x40\xd4\xa8\x9d\x70\x6f\x44\x8d\xb6\xcf\xff\x14\x5a\x7e\x81\x25\x6f\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x71\xa1\x56\xb7\xdd\x9d\xf8\x44\x7d\xa0\x40\x9a\x11\xd4\x4d\x8d\x63\xf1\x33\x4f\x3c\x1d\xec\x37\x90\xe5\x30\x12\xb8\x61\x4d\x75\xd8\xc4\x3d\x92\x26\xad\x36\xbc\xf1\xc3\x75\x37\x6f\x04\x83\xfa\x9a\x71\x0f\xde\x3b\xa4\x38\xbd\x07\xf9\x49\xa3\x1a\x5c\x0b\xff\x0f\x43\x90\x47\x0d\x7f\x28\xc7\xa6\xdc\x41\xa7\x09\xdd\x41\x6f\x14\x00\x69\xe3\x4f\x25\x86\xee\xa0\xe1\x5d\x8a\x82\x3b\x68\x1a\x90\x62\xe0\x46\xf1\x5a\x27\xa7\xbd\x91\x72\xcf\x1e\xb2\xf7\x7c\x41\x80\x43\x9a\x6f\xa8\x0f\xed\xe1\x78\x03\x14\x2e\xbb\x98\xdf\xc0\x80\x56\xc7\xdd\x33\x67\xdd\x3f\x60\x92\xfd\xcc\xda\x20\xde\x31\x2b\xe7\x58\x24\xc2\x6a\x69\xe4\x7b\x2f\xee\x0f\x37\x40\xd3\x83\x34\x7e\x37\x00\x9b\xcb\xdb\xde\xc8\x1d\xe2\x3a\x4e\xf7\x22\x05\x1a\x33\x93\x4a\xdb\x2b\xe4\xde\x51\xa4\xce\x9c\x84\x42\x1f\x56\xc9\xdf\x3b\x59\xd1\x72\x0e\xbe\x54\xf6\x6c\xb9\x81\x08\xab\x9d\x84\x6e\x98\x30\x3f\x92\xfc\xe0\xe5\x51\x40\xe6\x86\xc9\xd2\x66\xa0\x9b\x29\xa0\xed\xaf\x70\x27\x24\xb4\x58\x38\x50\xff\xca\x8c\x01\xa3\xe5\xe7\x30\x38\x50\xf8\xc5\xb2\xfc\xa0\x98\x58\xfe\xe1\xe4\xd2\xb9\x45\x4a\x6f\x31\xcb\x41\x2c\xa5\xe7\x93\xf3\x24\xbd\xd4\x7d\xe6\x28\x34\xee\x93\xa3\x10\x0d\x8c\xc9\x74\xdd\xda\x1b\xfa\x37\x1b\xc8\x6e\xa4\x80\xb6\x7b\xeb\x7d\xf2\xc4\x13\x74\xbe\xe9\xc6\x6e\x43\xfd\x8d\xbc\x79\xbe\x95\xdc\x09\x19\x8b\x9b\xa4\x4e\x51\x53\x4f\xc8\x68\x8e\x4f\x0d\xdd\x32\xd1\xbc\x60\x16\x0f\x8b\x60\xc4\x3c\xcc\xe2\x64\xa6\x1a\xfa\xb8\x8f\xe4\x41\xcc\xe4\xe7\xa6\x7e\x5f\x28\x8a\x65\xa2\x2f\x94\x34\x36\xcb\xbe\xf8\x6a\xfb\xe8\x21\xef\x9b\x57\x88\xcf\x1b\xa4\x5a\x34\x51\x55\xe5\xd5\x86\x5b\xb9\xe1\xd1\xfd\xa0\x36\xcd\xcf\xff\xbf\xdc\x60\xb7\xde\xfb\xc1\xa6\x31\x45\x4c\xd0\xec\x1a\x70\xf7\x93\x14\x88\x24\x38\x74\x35\x67\x2b\xbb\x1f\x88\x2e\xcf\xdb\xc3\xb3\xfc\xbf\x89\x7d\x7e\xcc\x7e\x54\xf5\x5c\x50\xf2\xed\xa7\x67\xc2\x1d\x8d\xe1\x41\x00\x62\xf9\x7c\x90\x6b\x3d\xf5\x03\x2e\xd9\xdd\x1f\xf0\xc2\x19\xfe\x81\x0a\x8f\xf0\x17\xb9\xb8\x26\xea\xc1\xbd\x5c\x5f\xc0\xd2\x39\x5c\x8c\xfd\xd9\xa0\xf4\xd6\x3e\x7b\xe0\x55\xee\x4d\xf1\xa0\xfe\x87\x5d\x10\x9f\x0d\x1a\x10\x4d\xe4\xc3\xf0\x42\x6b\xea\x1f\x66\xe4\xf0\x4d\xeb\xd9\x92\x43\x35\xce\x8d\x6e\x1b\xee\xe3\x45\x41\xb5\x6a\x2d\x1e\xa0\x9e\x2e\x5c\xf6\xbc\xa0\x27\xa6\xb0\xed\xc3\x62\x64\xae\x99\xfb\x00\xe5\x2c\xbb\x30\x3f\x25\xc5\xb2\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa6\x73\x38\xd4\xc3\xdc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x34\xc9\xab\xff\xfe\x94\xc8\xe7\xa9\x98\x67\x71\xfc\x53\xc9\xc0\x5a\x39\x1a\x73\x9d\xee\xf2\x61\xad\x5a\xd7\x09\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\x4e\x43\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\x11\x05\xdc\xe3\x8a\xce\x0f\x2d\xab\x8e\x48\x7c\x58\xcc\x4c\x9b\xe6\xa1\x5f\xb7\xab\xe1\x3e\x2c\x66\x66\x2f\x83\x07\xa6\x56\xdb\x07\x9e\x84\x35\xd3\x3f\xbc\x3b\xd5\xaa\xf8\xa7\x53\xeb\xd7\xfc\x42\x2e\xa5\x96\x0e\x5e\x62\xf6\xb6\x78\x58\x18\x76\x33\x51\xb9\x94\xfe\x21\x25\x9e\xc6\xd9\xb9\xb6\x9a\xea\xd4\xa8\x49\x90\x3f\x23\x25\xbd\x7f\x20\x30\x97\xde\xe5\x81\xe3\x98\xf5\xb7\x0f\x7c\xc5\xad\x87\x79\x06\xb7\x85\x4e\xdd\x87\x29\xe4\xec\xb6\xf0\x8c\x0b\x5f\xb8\x05\xc4\x06\x7b\x18\x2f\x54\xea\x76\x83\x7d\x02\x96\x75\x41\xf5\x07\x21\x84\x5d\x87\xd1\x03\xd7\xf1\xcf\x16\x88\x1d\xcf\x9a\x58\xa4\x7b\xb3\x79\xf7\x61\x00\xa0\x13\x89\x3e\x91\xf8\x50\x14\xbe\x60\xa8\xdb\x31\xf7\x81\x6d\xd5\xbe\xe7\x0f\xc0\x91\x8d\x9f\xcf\xcc\xc5\x17\xc9\xc8\x07\xe7\x44\x25\xcf\xc4\x24\x79\x8f\x21\x3d\xf1\xfa\xf6\xc0\x3b\xa8\x3f\xa0\xc6\x57\x4a\xbb\x67\xd2\xdd\xb3\xb9\x8b\x1c\x85\x89\x00\xcf\x0b\xec\x3f\x2b\xd7\x56\x5f\x20\xec\xd0\x7a\xbf\x67\x71\x69\x2d\x7e\x56\x0e\x43\x54\x2c\x2a\x7e\x74\xd1\x7c\x56\x6e\x4d\xbf\x41\x7f\x01\xbf\x30\x51\x78\xd2\xfb\x62\x91\x89\xbd\xb5\x50\xfa\x63\x7d\x96\x97\x05\xda\x5c\x58\xf5\xd9\x53\x74\xab\x13\xe4\x7c\xf3\x05\xfd\xd9\x21\xba\x85\x04\x1e\x38\xa7\x59\x45\xf0\xec\x94\x28\x96\xdd\xac\xfd\xb1\x36\x7f\x01\x16\xb1\x88\x83\xe2\x6e\x7d\xb6\xd6\x9e\x44\x69\x6e\x68\x44\xb5\x33\xc6\x73\xe0\x06\xeb\xc9\x83\xef\x99\x75\x81\xcf\xd1\xdf\x15\x35\x93\x65\x1e\x0c\x29\x80\x9e\x83\x3c\x60\xa2\x90\x19\xc3\x7a\x84\xe7\xe0\x92\x77\xbf\xc0\x5b\xb6\x90\xdd\x83\x68\x42\x9b\x5d\x1f\xa4\x79\xfb\xc8\xa0\x93\x7c\x2a\x2e\x3b\x11\x8c\xeb\x9d\xc0\xe0\x42\x3b\x6f\x3c\x50\xe4\xf9\x0a\xfa\x9c\xf4\xe7\x92\xfe\xe6\x39\xa9\x13\xd5\xbd\xf8\xb9\x38\xf7\x22\x01\x6a\x35\xdf\x49\x1f\xa4\x9d\xf8\x4c\xc3\x95\xfc\xe0\x0f\x20\xd4\x3c\x8f\x17\x65\x96\xa5\x3d\x3c\xc2\x7c\x93\x7f\xa0\x06\xfb\xb5\x3f\xb9\x29\x3c\xb0\x4e\x3a\x26\xe8\xa1\x46\xcc\xe4\xc0\xd8\xb8\xd9\x17\xe4\x49\x6b\xa3\xc1\xcb\x0d\xcd\xa4\x39\x1c\x80\xcd\x60\xf9\x81\x86\xcb\x1e\x33\x0f\x34\x5c\x9f\x33\xff\x21\x37\xeb\x26\xf8\xc0\xd8\x68\xef\xe1\xe7\x21\xe3\x88\xa4\x87\x8c\xe3\xff\xc7\xbf\xff\x84\xf3\x57\x3d\x40\x74\x1f\xc7\x88\x07\xfa\x29\xe7\x5a\x78\x58\x62\xc3\x11\x9f\x0f\xf3\x4f\xd8\xd5\xe3\x01\xc2\x93\x91\x22\x7e\x30\x56\x4e\x39\xe1\xc4\xef\x47\x1a\xa7\x9e\x49\x53\xd1\xf3\x40\xf4\xba\xdf\x87\xb6\xe5\xbf\x45\x8c\xdf\x0f\xac\xfc\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\xff\xd8\x24\x7e\x1b\x29\x0a\x3d\x77\x84\x19\xfa\x39\x38\x46\xb5\x88\x6a\x6d\xbd\xf9\x19\xb3\xd4\x34\x04\xf8\xad\xf5\xa6\x0e\xa1\xd2\xea\x4d\x24\x6f\x37\x86\xe8\xff\x41\xd0\x7f\x07\x63\xfc\x58\x5b\x56\x87\x40\xfc\xe0\xe3\x3f\x65\x2a\x8a\x5f\xc1\x24\xb9\x07\xa4\x53\xd3\x7d\x24\x7e\x05\x32\xdf\x93\x04\x15\xd4\xf0\x24\x32\x15\xda\xda\xd4\x25\xf2\x41\xf4\xa6\x31\x03\x5a\xf5\xa6\x39\x82\x5b\xdc\x26\x0f\x98\xf8\xd5\x9c\x14\xad\x23\x2b\xab\x85\x67\xa1\xe6\xc2\x88\x08\x26\x43\x53\x0e\xad\xf8\x11\x4a\x35\x35\xd1\x72\x98\x9a\xd8\x96\xbd\x8a\x0c\xe4\xee\x9d\x32\xb4\xc4\xaf\x71\x93\x15\xb1\x0b\x8b\xa7\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x98\x6c\x98\x01\x3a\x85\x5d\xd1\x7a\xbc\x00\xcc\xb9\x76\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\x15\x8a\xe3\x87\x04\x0b\x53\x85\x79\xe3\x87\x1c\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x6c\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x8b\xc9\xcc\x56\xea\xf4\xc5\x3b\xae\x60\x1c\x3f\x16\x29\xdb\x34\x53\x41\x09\xeb\xa9\x62\xd1\xb2\xf0\xc8\x27\xb7\xbb\xfa\x9c\xd9\xa7\xd6\x0b\x45\xec\x7f\x9e\x5b\x38\xac\x0f\x73\x11\x33\x1e\x2c\xd1\x08\xdf\x2d\xd5\x3f\x8d\xdf\x22\xcf\x14\xbf\x40\xc3\x6c\xf7\x0f\x3c\xb2\x8b\x3f\x21\x57\x79\x18\x80\x1a\xab\x7f\x7e\x80\xd0\xf9\x34\xc1\x6b\x42\xf1\x0b\x0f\x9b\xd0\xcc\xec\xd4\x7f\x76\xff\x80\x30\xc6\xea\x67\x08\xfb\xcf\xff\x28\x01\xf6\xf9\x1f\x9b\xa3\xff\xc5\x46\x14\x3f\xe8\x86\xba\x39\xf6\x48\x09\xa2\x59\x84\xb2\x68\xfe\xbc\x7f\x89\x29\xba\x18\xf0\xc8\x69\xf3\x17\x54\xa3\x78\x62\x61\x1e\x54\xc9\xb1\xf8\xc1\x31\x4b\x79\xfa\xe3\x87\x8c\x06\xb2\x79\xc6\xef\x60\x4e\x7b\x35\x78\x4e\xc4\x4f\x88\x5f\x4f\xca\x07\x6f\x5d\xf8\x9c\x77\x8b\x45\xb8\x90\xcb\x68\x1a\xbf\x8b\x63\xf0\x2e\xbb\x26\x49\xf4\x1b\x58\xa6\x21\x92\x19\x47\x17\xa6\x19\x2e\x47\xb2\x00\xc5\x8f\x00\xc0\x9b\xea\xce\x55\xd3\x07\x08\x7b\x9b\x3f\x4b\x20\x1e\xb1\xde\x33\x0f\x6b\xa2\xf9\x79\xe7\x3c\x8a\xa6\x87\x5d\xfe\xf7\xc2\xf6\xa3\x90\x13\x7f\x6e\x74\xd6\xd1\x81\xb8\xfd\x52\x98\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd3\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\x50\xd4\xe9\x10\xdc\x52\x67\xa1\x3e\x37\xb6\xe8\xff\xf7\x7f\xff\xa9\xaa\x43\x1d\x1b\x4a\x47\xf5\xe1\xe7\x14\xa2\xff\x4d\xdc\x56\xe8\xdd\xf5\xf9\x81\xfe\xe1\x6a\x11\x75\x9d\xa4\xdf\x8c\x8d\x45\x99\x96\x47\x99\xea\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x58\x0b\x45\x29\xc4\x56\x29\x8e\xfc\x05\xe2\xd4\x7c\x90\x6e\x95\xe7\x49\xf5\x0b\x74\x27\x14\x11\xf0\xbd\xde\xe4\xc3\x13\x1b\xed\x1a\xba\xa5\xc6\xf6\x9e\x40\x31\x25\xb8\xb7\x46\x58\x3a\xfc\x45\x96\x3f\x11\x07\xe0\x00\x92\x59\x31\xb6\x06\x7c\xe0\x16\x3b\x31\x94\x57\x8f\xf5\x3c\x97\x9b\xa4\xe5\x43\x1e\x30\xb1\xf5\xe4\x32\xcd\x15\xbc\xb1\xfb\xf0\x33\xe0\x78\x68\x66\x3a\xcf\xf3\xea\x1f\xe0\xed\xb4\xfc\x4c\xc6\x96\xe4\xde\x68\x1b\xa9\x6e\x91\xe7\x8f\xa7\x8e\x81\x64\xca\x1f\x19\x1b\xfc\xad\x7b\x68\xdc\xef\x29\x58\xab\xce\x86\x6d\x90\x46\x0d\x93\xf7\xff\xf0\xff\x28\xbf\x36\xdd\x01\x1d\x85\x86\x1b\x44\x36\x06\x0f\x7a\x70\x62\x45\x32\xa2\xc2\x14\xde\x1e\x5b\x10\xb3\x78\x9f\xbc\xe7\x99\x75\xcd\xb1\x4d\xce\xbc\xe7\x15\xf1\x57\xdd\xec\x30\x79\x86\x7a\x8c\x93\xd7\x1a\x37\x89\xf2\x40\x5d\x47\xe8\x36\x33\x28\x4c\xcf\xd4\x61\x48\xf0\x6f\x30\x6e\xc8\x01\x36\xb6\xbc\x4b\x5b\x82\xbc\x27\x5c\x95\x8a\x33\x36\xb8\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\x85\x1f\xa5\x98\x88\x6d\xe5\x52\x6a\x9b\x2c\x42\x22\x2f\x3e\x7c\x8b\xab\x77\xff\x9e\xf3\xf0\x97\xfc\x0a\xb1\xed\x85\x6f\x6b\x08\x3b\xe6\xc0\x0b\xc7\xb3\x4f\x47\xc5\x96\x37\x60\xcb\x40\xdc\x80\x95\x46\x20\x36\x38\xb7\x2c\x5d\x81\x63\x3b\x18\x27\xb9\x34\x04\xde\x70\xa7\x28\x3e\x78\x9b\xf4\xac\xc1\xef\xb7\x4f\x0d\xf1\xbd\xd0\x4e\xa9\x7a\x62\xe3\x05\x56\xd8\x73\x63\x9d\xf1\x65\x89\x76\xc2\x69\xc3\x3d\x9c\xec\xd1\xff\x53\xaf\x62\x11\xc9\xc0\xf1\x65\xe1\x72\x92\x04\x8d\x12\x89\xc6\x97\xc7\x00\x3f\x92\xee\x75\xba\xa8\xcf\xf4\x86\xe0\x8d\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x08\xf0\x2e\x87\xcf\x6e\x17\x04\xdc\x2e\xa2\x4a\x5d\xcf\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x57\x63\x37\xff\xde\x54\x66\x6b\x5a\x98\x37\xdc\x5d\x22\x5f\x8e\x2a\x51\xc6\xc6\x4b\xee\x72\x7b\x4c\xe7\xa7\x31\xbe\x97\xde\x56\xcd\x8a\x2c\xbd\x23\x95\x4c\x6c\xa8\xbd\xa3\xa2\x2b\xb1\x3d\x14\xd9\x5e\x49\x38\x59\x74\x4b\x2e\xc4\x9d\x77\x1f\x34\x0f\x29\xf0\xfb\x48\xff\xe0\x43\x02\x46\x09\xe5\xb8\x88\xf2\xa3\x1c\xd3\x16\x2e\xef\x81\x5c\x15\x4e\x15\xe5\x47\xfc\xa8\x49\x2c\x3f\x9c\xf9\x82\xc9\x65\xc3\x9c\x69\xa1\x0b\x5d\x61\xa5\x0a\x8d\xb2\xa5\x18\xf1\x1b\xd4\xe0\x08\xeb\x94\x2d\x17\xca\x6f\x60\x54\x92\x02\x65\xa3\xd2\x2e\xfc\xc5\xc3\x26\x44\x15\x13\xc1\x48\xcf\x17\x05\x49\x02\x15\xf7\x11\x05\xb5\x67\x94\xaa\x3c\x0a\xf3\xbe\x28\x8b\x66\x14\x14\xf0\x56\xe6\xfe\x28\xf0\x64\x50\xb5\xd6\x28\x79\xad\xd4\x9d\xa4\xe0\x5a\xa9\x9a\x9e\x51\x70\xad\x54\x74\x55\x14\x78\x32\x4c\xa5\x4a\x88\x82\x4c\x31\xca\xc6\x10\xa5\x22\x54\x58\xdc\x58\x98\x81\x5b\x51\x65\x51\x6a\x72\xb4\xbf\xc0\x7d\xcf\x07\x57\x41\xce\xed\xf0\x6a\xa1\xc4\x8c\x72\x4c\x45\x69\xc4\x04\x3a\x0a\x0b\x53\x6a\xff\xbc\x3a\x2c\x7b\x28\xf5\x59\x14\xe6\x1d\x94\xfa\x2c\x0a\x92\x68\xab\x74\x5e\x94\xf7\x9e\x5a\x55\x37\x24\x4a\x43\xac\xa2\xc4\x57\x79\x21\x40\x1f\x3f\x3f\x23\x71\x96\xd7\x8e\x59\x09\xa5\x1c\x8b\xd2\x59\x63\x4d\xab\xdf\x29\x1a\x74\xb4\x95\x9e\x3c\xe8\x37\xde\xc5\x55\x11\xb6\x28\xef\x79\x1e\x96\x87\x05\x26\x80\x25\xe5\x57\x14\x78\xd1\x0e\xd3\xd0\x09\x9e\x75\xd6\x15\xa6\xc0\xf6\xc4\xf6\x24\x52\xab\xdb\x1f\x20\x3a\x7d\xc0\x1a\xde\xd2\xd8\x45\x81\x09\xa0\xea\x60\x2a\x2f\x20\x68\xbf\xee\x0f\x88\x5a\xcc\xa1\xf0\x8d\x90\x3f\x61\x94\xc1\x8b\x59\x99\x7f\x39\x87\x0a\xe0\x40\xff\xd0\x43\xe0\xa5\x2b\x4d\x09\x82\x39\xdd\x9b\x4a\x20\xa7\xab\xa7\x1d\xf6\x00\x55\x5c\x8b\x12\xb9\x2d\xb5\x70\x41\xe4\xed\x39\x78\x21\x45\x2d\x1e\x32\x2c\x02\x72\xac\x89\x82\xd8\xaa\xe1\x11\x05\x21\xab\x69\x42\xb2\x19\x95\x1b\x8c\x02\x03\x81\xaa\x60\x45\x81\x81\x40\x85\xba\xa2\x4c\xca\x47\x09\xe8\xf2\x22\x90\x3e\xbc\x85\x10\x01\xbe\xf9\x4e\x53\x52\xbd\x6f\x9a\x26\x91\x9b\xa7\x61\xb1\x0f\xd1\x90\xda\x7b\x2f\xd4\x02\xbf\x9b\x1d\x59\x7b\x45\x0e\x17\x51\xa8\x68\xd7\x85\xa4\xec\x6c\x51\x0d\xec\x24\xd2\xef\x53\x88\x77\xff\x80\x73\x48\x90\xa1\x30\x89\x5f\x7c\x7e\x48\xa2\x45\x24\xf2\x4f\x2b\xde\x20\xca\x41\xcc\xe2\x71\x1f\x3c\xf1\x35\x31\xf0\x97\x18\x16\xb1\x07\x95\x32\xd3\x3f\x20\xd6\xbd\xf8\x83\x85\x0f\xdc\x03\x0f\x0e\x51\x00\x9d\x79\x55\xec\x7b\x94\x93\x37\x56\xcf\x1b\xfd\x5f\xbd\xfa\x48\x3e\x33\x2c\xa2\xe1\xdb\xf0\x99\x36\x28\xcd\x87\x05\x4f\xfa\x36\x4c\x7f\x40\x75\x97\xae\x23\xe5\xe4\xf9\xad\x1b\x4e\x01\xe8\x18\x1e\x04\xcb\x55\x7f\x9e\x39\x0b\x1a\x04\xe2\xac\x7d\x5b\x29\xac\x45\x6d\x90\x5d\x50\x11\x30\xcc\x2c\x17\x4a\x64\x08\x01\x17\x16\xf8\x33\x24\x2e\x40\x0c\x43\xb7\x97\x02\xdf\xd2\x5f\xf1\xbe\xbc\x49\x82\x16\x8a\x39\xf7\xac\x13\x2e\x28\x36\x5d\xbd\xeb\x6e\xb8\x53\x7f\xfe\x87\x93\xb8\xf7\xc4\x43\x39\x62\x12\x12\x44\x54\xff\x00\xfe\xf3\xb4\x01\x44\x58\x69\x54\x80\x21\x86\x37\xd5\x43\x65\x85\x60\x7d\x79\x32\x6e\xc2\x2d\x32\x17\xa8\x68\x7c\x50\xf7\xd0\x82\xe1\xa1\xb4\x54\x0b\x95\xd5\xa8\xad\xa4\xad\x09\x23\x24\xa2\x2b\x7c\x31\xc7\xe7\x85\x83\x5f\xf8\x05\xde\x88\xfd\xc5\xc6\xa3\x4b\x47\x78\x4d\xa4\xf1\xf9\x01\x1c\x55\xfd\xcc\x89\xa8\x7a\x66\xd0\xfc\xd4\x33\x8e\x7c\x77\x09\x5d\xb6\xbc\x72\xa3\x6e\x34\x6f\x7d\x1a\x7c\xb7\xa1\xfc\x0a\xa2\x96\x1c\xa6\xbe\x40\x7d\x67\xab\x9a\x2b\x52\x19\xab\xe8\x56\xd4\xc2\x1b\x54\xf8\x07\x9e\xf9\x42\xda\x15\xa5\x41\x46\x73\x17\x48\x2f\xbe\xfc\xff\x01\xcb\xcc\xd2\x33\xf7\xc4\xa7\x45\xc8\x8e\xe9\xe7\x07\x83\xd2\x07\xa9\x26\x10\xd0\xae\x95\xf7\xeb\xe1\x1f\xc8\x61\xf1\x17\x1f\xba\xa8\xa8\xed\xac\x34\x6b\x51\x2b\xf1\xc3\xf0\x0f\x70\xc4\xfa\x34\x8f\x7d\xae\x8c\x27\x51\x13\xe6\x08\x83\x56\xa4\xbf\x99\x3f\x01\xa1\x0a\x65\xba\x32\x83\x47\xad\x8c\x6b\xd4\xa4\x34\x22\x06\xdd\x3e\x2a\x94\xeb\x96\x9f\x15\xa0\x46\x59\xdd\xa3\x36\xda\x4d\x3c\xcd\x9d\xe6\x26\xc1\xc1\xda\xc9\x6d\xa6\xb2\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x16\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x05\x0b\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x51\xd3\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\x11\xd6\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\x4c\x22\xac\x9c\x82\x51\x91\x34\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x61\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\x86\x5d\xd5\x50\xa2\x1e\xdc\xe4\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\xe4\x92\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\x10\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xe6\x5f\x52\xfe\x44\x05\x26\x6a\x53\x86\xd1\x4a\xef\x00\x4f\xfb\x93\x5b\x51\xbc\x02\x07\xd0\x61\x2c\xf1\x90\x5f\xa5\x49\xa9\x89\x92\xa4\x3a\xa9\x0f\x6f\x5c\xe6\x26\x7a\x84\x2a\x29\x4f\x54\xe4\x15\x5e\x1e\xf2\x43\xf4\x28\x6e\x69\x0c\x79\x91\x0f\x4f\xb4\x5f\xae\xc4\xd0\x0f\x0c\x03\xaf\x7a\xce\x81\x4d\xfd\x80\x95\xf8\xbc\x30\x50\xeb\xc6\xcf\x10\xdf\xda\xa9\x0d\xa5\x8d\x6d\x56\x68\x8c\x96\x96\xf3\x64\xb4\x8d\xf7\x46\xad\x5c\x63\x54\xcc\x4f\x62\xad\x95\x0c\xc9\x16\x0d\x85\xc9\x18\xf4\x05\xd3\xf4\x79\x6d\x1b\x61\x90\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xf8\xfb\xee\x1e\x79\x27\x0b\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\xa1\xf1\xc0\xa9\xae\x11\x2c\x69\x15\x89\x3e\x24\x46\x1b\xc3\x91\x3d\x91\x2f\xae\xa9\xf2\xec\x8f\x06\x58\xa3\x64\x63\xd1\xe8\x23\x30\x3d\x2b\x88\x43\x51\xde\xd4\x68\x70\xa6\x54\x52\xd3\x68\x8d\x77\x38\xf7\x08\xef\xca\x21\x78\xd0\xd2\x65\x40\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x6d\x0e\x6d\xab\xd6\xc8\xa4\xba\x0d\x34\x46\x9a\x28\xdf\x5c\x34\x22\x9f\x4d\xb2\xbc\xa5\xbd\x45\x2a\xbe\xd6\xb9\x9c\x22\xa3\x67\xaf\x9a\x7c\x04\x35\x0f\xcf\x55\xea\x63\xdc\xe2\x81\x68\x73\x77\x09\x20\x1e\xfe\xfe\x22\x09\xa2\x1a\xea\x18\x2b\x0a\x5a\xe7\x5c\xea\xff\x81\xe2\x2f\x12\x81\x6d\xe4\xb1\x29\x92\xe1\xa4\x30\x3e\xcf\x0d\xe9\xe0\xfd\x3c\x38\x04\x31\xd4\xe0\x10\xfc\x8c\xd5\x14\x1c\x68\x23\x27\x56\x53\x3f\x18\x98\xf8\x79\x83\x90\xc2\x7b\x19\x0e\x9a\x4a\xf9\x10\x8d\xd0\xcc\x8b\x17\xb9\x12\x22\x2a\x78\xbd\x30\x0f\x22\x6d\x9f\x85\x6a\x43\xb0\x8b\x32\x53\x46\xa3\x02\x46\xf8\xa2\xc1\xc4\xd3\xa6\x99\x94\xc8\x6a\xf3\x56\x65\x7a\x1b\xe9\x28\xdb\x9c\x7c\x41\x5d\x4e\xec\xc4\xe1\x0f\x70\x4a\x0b\x3b\xb4\x99\x32\x4d\x44\x2f\xf6\x29\xec\xd5\x56\x0a\x14\x11\xb1\x92\xc1\x34\xb7\xf4\x51\xd8\x24\xad\xdb\xa2\x3c\xd0\xcd\xad\xad\xc5\x37\xdc\x0b\x31\x8c\xf7\x06\x53\xc8\xa8\xba\x65\xb4\xc5\xb9\x30\x19\x30\x02\x9b\xe7\xf6\xa4\x53\x54\xec\x39\x37\xa2\x93\x7a\x1d\x0f\x1d\x85\xc8\x9a\x2a\x27\x44\x23\x16\xdb\x7e\x7f\xf2\x63\x68\x7b\x6e\x56\x91\x4c\x3d\xd1\x34\x45\x39\x6a\x0d\x32\x93\x03\x7a\x3d\x77\x9e\x99\x9b\x7f\x20\x17\x56\xd3\x0c\x05\xb0\x5d\xd2\x1a\xb3\x10\xdb\x02\xd0\xa0\x3a\xf2\x9d\xb6\x25\x74\xd3\x05\xb1\x11\xa9\xa9\x90\x63\xb4\x23\x7b\x15\xa1\xc8\xef\x37\x37\xcb\x77\x04\x4b\x17\xcb\x73\xc6\x4a\x2b\xdb\x59\xb4\x93\x43\xd3\xdd\xa8\x9d\x39\x34\xff\x80\xfd\x25\xdc\xd4\x00\xa4\x1c\x29\x18\xed\xc4\xee\x11\x0c\x6a\xd7\x8f\x2f\xe8\x0b\x00\xa5\x62\x0f\xab\x06\x8b\x92\xf2\xd3\x45\x83\x05\x69\xda\xa3\xa7\x5d\x64\xf6\xcd\x5f\xf0\x30\xd4\x85\xac\x41\xff\x53\xec\x4f\xd5\x60\x42\x52\x1d\x96\x68\x74\xbb\x9c\xde\xa2\x57\xce\xb7\xde\xa0\x86\x48\x40\xa3\xdd\x0c\xfb\xd0\xc0\x51\xff\x4b\x39\xd8\xa2\xdd\x54\xe7\xe8\x5e\xd9\x18\x0c\xe3\x71\xc2\xe8\x34\x0c\x22\xe0\x8b\x59\x7e\xe6\x5b\x14\xaf\x1d\x06\x15\x28\x18\x56\xec\x7f\xd5\xee\x5c\x3f\x77\x81\xbd\x62\xb9\x72\x63\xfd\x36\x1f\x96\x08\xa7\x19\x3e\x4c\x53\xe7\xa4\x8b\x68\x7b\x60\xcb\xb0\xf8\xa4\x0e\xca\x52\x81\xf0\xca\xb2\xf0\x49\x9e\x12\xd1\x0f\xf5\x3f\xcd\x3f\x90\x01\xcc\x86\x99\x2c\x50\x3b\xba\xff\xa0\xf3\x94\x3c\xed\x3f\xcc\xa4\x44\x42\x47\x81\x2f\x65\x01\x8a\x0e\xa8\xa4\x14\x3c\xd1\x19\x5f\x63\x97\xb0\x8e\xc4\x30\xa1\xa5\xe9\x30\x75\x29\x1f\x4e\xf4\xdf\x8d\x67\xbd\xbf\x51\xd9\x27\xa6\xed\x48\x03\x58\xec\xf0\xd5\x11\x2d\xa3\xcc\x32\xd1\x11\x1d\xf3\x53\x85\x97\xe8\x1b\x23\x53\x74\xbd\xee\x1b\x35\x44\xd3\x4d\xe0\x3a\x57\xfd\xc5\xbb\x9a\x36\xa4\xf6\x0d\x75\xfe\x74\x0e\xf5\x8d\x44\xfa\xf9\x81\xda\x5f\x44\x33\xe7\xf2\x26\x88\xd0\x59\xce\xd6\xf7\xaa\x5e\x98\x2d\x76\xf9\x07\x06\xdb\x69\x98\xc0\x77\x73\x13\xa8\xe8\x08\xb8\x51\x82\xf7\xe8\x25\x0b\xf8\x6b\x10\xf0\xe1\x2c\xf6\x42\xeb\x85\xb5\x4d\x34\xec\x17\xf0\xbd\x2f\x68\x58\x25\xaf\x07\xa6\xfb\x40\xde\x5c\xbf\xc0\xc5\xd2\xea\x16\x14\x0f\x94\xfc\xef\xf5\x07\x17\x2e\x3f\xa3\xb4\x84\x40\x4b\x87\xda\xcb\xd2\xa2\xbf\xf8\xaf\xf8\x7c\xe8\x35\xb9\x43\x13\x09\xaf\x50\x1b\x58\x7a\x9d\xff\xfe\xd3\x54\xe8\x21\x7a\xcd\x21\xf8\x07\x98\x1c\xc5\xe2\x1d\xe9\x68\xaa\xa7\xb1\x72\x04\xa6\x88\xa2\x43\xb7\xcd\xde\x72\xa9\xd4\x62\xa3\x88\x73\x93\xa8\xdd\xa0\xbc\x2c\xd1\x61\xab\x8b\x3f\x95\x8a\x88\xde\x72\x51\x44\x40\xa3\x3c\x2c\x6e\x7e\xa1\x39\x0d\xb9\xed\x78\xd6\x9a\xc0\xd4\x67\x55\x74\x6f\xcc\xa4\xea\xff\xb1\x81\x36\x0f\x28\xa5\xa5\xa6\x00\x71\xcf\x36\xa8\xf7\x9e\x23\x16\x49\x1d\xce\x12\x66\xc5\x04\xa7\xd5\x3f\x20\xb5\xaa\xd9\xa4\x73\x50\x66\xef\xce\x0b\x8f\x68\xe8\x1c\x83\x96\x15\xd1\x41\x61\xce\x44\x74\x90\x62\x57\xa3\x23\x3a\xc8\x8a\xea\xde\xa9\x14\xf6\x86\x42\xbe\x9d\x62\xd7\xbd\x8e\x1a\x66\x4a\x31\x18\x7d\x6c\x7c\x41\x5f\xbc\xe8\xb4\x2a\xc0\x36\xfa\xe0\x2a\x6a\xda\x47\x87\x36\x4b\x24\x02\x9c\x1a\x17\xf6\x11\x78\x5f\x93\x34\xb8\x4c\xfe\x1f\x45\xe1\x4d\x32\x82\xac\xc3\x53\x02\x25\xa1\x53\x2f\x45\x47\x68\x51\x7c\x46\x40\xac\xa4\xbd\x01\xef\x5a\xab\x3d\x3a\x95\x88\xca\xcf\x1b\x3d\x72\x59\xd4\x02\x90\xaa\x0d\xb0\x1d\xc6\xc6\xf8\x3c\x77\x9e\x30\xfe\x00\x9c\x5b\xdc\x45\xfc\xfb\x4f\x2d\xde\xae\x50\x3b\x86\xe7\x90\xee\x4d\xca\x76\x1a\x9d\x99\x20\x15\x59\x12\x1d\xd6\x47\x1b\xf0\x3b\xdd\x75\x95\x9a\x34\x3a\xac\x8d\x61\x5e\x43\xbe\xe9\x62\xbf\xc1\x3e\x31\xaf\xde\x0e\x13\xac\xe3\x75\x78\xb1\x70\xb5\x57\x5f\x47\xb0\xd1\xdc\xaa\x7b\xb8\x61\x4e\xf2\xf3\x83\x67\x75\x90\x58\x59\xc7\x68\x47\xc2\x1f\x1b\xb4\x3a\xea\xf3\x86\xb9\x7d\x25\x89\x6a\x71\xd1\x46\x66\xa9\x84\x54\x8b\xe1\x85\x58\x3c\x46\x4d\x34\xea\xf3\x5a\x35\xda\xf7\x5c\x3a\x8d\x12\x61\x42\x61\xee\xd9\x79\xd6\x77\xff\x80\x73\xd4\x13\x0d\x10\xaa\x32\x6b\xd1\x69\x9c\xdc\x84\xfe\x3a\x12\x27\xda\x7b\xbe\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\x34\x56\x4e\x9f\x48\x07\x7b\x14\x89\x07\x2f\x0c\x82\x93\x1d\xfe\xbb\xf1\xe9\x71\x41\x98\x8b\xe4\x83\x10\xc8\x4b\x89\x4c\x8a\x3f\xd5\x12\x8f\x7e\x70\x5a\xb4\x96\x07\x80\xb4\x85\xf5\x99\xa7\xa4\x3e\x40\x90\x50\xf8\x3c\x3a\x39\x08\xcd\xf3\x99\xd3\xa6\x51\x21\x96\xbb\xfb\xc0\x3a\x09\x47\x2d\x0c\x4f\xba\x00\x6a\x50\x80\xc4\xf1\xf9\x9f\x01\xe9\xdd\x5d\x80\x66\x61\xcf\x7e\xd2\x67\xd4\xd8\x00\xca\xc5\xb9\x79\x93\xc0\x20\x1a\x9f\xe7\xca\x17\x44\xe4\x8b\x99\x8b\xea\xaa\x45\xbf\x00\x58\xcc\xe2\x17\x4d\x16\x9f\x17\xe8\x39\xe6\x16\xb1\x67\xda\x5f\x82\x5e\xa3\x23\x8b\xb5\xfd\x3a\xfa\x95\x23\x74\x77\x54\x04\x7c\xde\x00\xba\x11\x4a\xec\x37\x97\x45\x48\xb5\x03\x5e\x2f\x8f\x10\xf0\x3a\xdc\xc0\x9d\xbc\xa5\x59\xa6\xa6\x72\x33\xb3\xc1\x20\xab\x98\xfb\xe8\xac\x0e\xa2\xaa\xf1\xd1\x91\x27\x71\x6e\x9f\x26\x78\x70\x5b\x98\x3d\x2f\xe6\xb7\x7b\x79\x7f\x28\x2f\xcd\xf1\xc8\xbe\x63\xbb\x73\x7f\x28\xcd\x3e\x2f\x60\xed\xbd\xe7\xe0\xd7\xe5\x50\x83\x41\xbf\x2d\x25\x27\x8d\x81\xd0\x23\x07\x02\x8c\x1f\x35\x20\xba\xfd\x0c\xfa\x66\x6f\x9f\x2f\xc8\xa0\xc3\x9f\xe4\x4c\x74\xfd\x40\x1f\x54\x1d\x54\x03\xae\xd7\x76\x73\x1e\xa9\x3c\x14\x99\x03\xf1\x49\xf6\x49\x1f\x3f\x2e\xe8\x70\xa7\x60\x59\xb1\xcf\xf8\x91\x43\xb5\x4b\x46\x42\x68\x49\xe5\xb1\x25\xdd\xfe\x81\x28\xc5\x9d\x6e\x39\x79\xea\x75\xa3\x75\x6f\xf8\x0d\xe2\x0e\x77\x8b\xa8\x24\xbb\x4a\x8f\x42\x60\x55\xfd\x03\x04\xaf\x4e\xc0\x51\x78\xd5\xf7\x40\x10\x52\x5e\x1d\x96\x34\x0a\x0e\x65\xf1\xc0\x28\x24\xd3\x44\x24\xc4\xad\x7e\x83\xaa\x38\x8f\x0c\x1e\x65\x76\xb2\x1c\x95\xfa\x1f\x53\x41\xcb\xec\x26\x2d\xf5\xa8\x24\xd3\xcf\xbc\xcc\x7b\x60\x2c\x54\xdb\x3f\x6f\x60\x85\xa4\x95\x1c\x95\x67\x96\xfb\x68\xbc\x57\x4b\xfe\x8f\x46\xe6\xd5\x51\x3c\x1a\xb6\x98\xe4\xd4\xa0\xf5\x75\x7a\xe8\xb0\xbe\x96\x5f\x75\x9b\x74\x7a\xf0\xc8\x88\x53\xc3\x5f\x50\xe7\xf0\xf9\x81\x1a\x43\xd3\x99\x8a\x4c\x73\x2b\xb0\xe6\x67\x60\xc4\x96\x9f\x15\x82\x5b\x99\x0f\x91\xd1\xb9\x84\x3a\xa7\x46\x1f\x70\x64\xf3\x0b\x38\x44\xc2\x0d\xe4\x82\xa9\x0b\xa8\x29\xe3\xd3\x40\xee\x7b\xcd\x4c\x16\x9f\xd5\x65\x7f\x8c\x5c\x0f\xb5\x49\xe8\x16\xfe\x02\x4d\x4a\xc3\x33\x06\x79\xc2\x5c\xc3\xc8\xa7\x2d\xfc\x03\x75\x2b\x5e\x30\xa8\x11\xed\xd9\x33\x52\x8d\xe8\x99\x41\xce\x1c\xfb\xd5\x8c\xa0\x08\xf4\x6a\x10\x7b\x09\xde\x0d\x62\x2d\x9d\x7d\x23\x90\xd4\x77\xb9\x47\x64\xf2\x6a\xee\x80\x83\xf0\xff\x70\x0f\xf1\xda\x05\x12\xb0\xcb\x80\x30\x26\x29\xd6\xf7\x93\x2e\xff\xd2\x81\x8c\x09\x1b\x98\x47\x80\x4a\x21\x76\x59\x18\x93\xd9\x3c\xd4\x41\x22\xb7\xea\x17\x58\x12\x52\x23\x42\x9a\xed\xdf\x9f\x52\x31\xc4\x98\x1c\xbe\x5b\xc7\x96\xf9\x50\x87\x33\x48\x77\x92\x41\x53\xb1\xa7\x13\x39\x19\x95\x02\x23\xc6\x4a\xc6\xd3\xfc\xc0\xc3\xcc\xd6\xec\xb1\x10\x3e\x65\x36\x5a\x88\x3e\xf8\x34\x48\xd5\xf2\xa7\x47\xda\x32\x44\xe1\xe2\x15\x44\xf8\x67\xd0\xa7\x5d\x55\xe8\x63\xa4\x72\x53\xca\xe6\xb1\xc3\x04\x13\xfe\x82\x3e\xe5\x26\x6a\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\x05\xa8\x27\xe6\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xd5\x43\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\xa8\xc9\x16\xe2\x71\xc1\x99\xd5\x1c\x7d\x53\xe6\x7b\x47\xbf\xb0\xaa\xdb\x58\x3b\x6e\x86\x24\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x6e\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x60\x71\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\x46\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xbc\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\xef\x16\xd3\x2d\xd0\x76\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\xa2\x5d\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\xc1\x3f\xd9\x8c\xa2\x12\xe4\x68\x1a\xe1\xef\x5f\xec\xcd\x1c\x95\x8b\x65\xfe\x01\x7c\xb3\x91\x29\x1a\x17\x4f\xa0\x3e\x12\x8b\xe9\xb4\x0f\x96\x77\x0d\xb7\x00\x06\x2b\x7e\x26\x14\xd3\x56\x8d\x96\xd3\xa2\x26\x7b\xf6\xa1\xc5\xeb\xdc\xdd\x92\x68\x01\xa5\x9b\x6d\xcc\x01\xa5\x9b\x8d\xa7\xd1\x73\xdf\xf8\x87\x1c\x97\x7e\x80\x12\x6d\x48\x22\xc5\x28\xff\xfe\x13\xd3\x4c\x3a\x2a\x7c\xd3\xb5\x98\x83\xb7\x1b\x73\x20\x02\xf0\xac\x44\x8b\xc1\x62\x62\x22\x29\x9d\xf1\xcc\x0e\x70\xc6\xb3\x51\x3b\x06\x4b\x4c\x98\x25\x07\x07\xe1\x67\x5e\x76\xcc\x0c\x41\xb1\xda\xfd\x43\xe1\x30\xfd\x03\x78\x52\xd7\x8e\x60\x55\x35\x27\x7c\x88\x20\x3c\x97\x08\x0a\x66\xe1\xb1\xf3\x78\xc0\xe6\x3b\x8b\x9b\x7c\xf0\xac\x61\xc0\x06\x1c\xce\xaf\x10\xe9\x54\x2f\x34\x11\xc0\x37\x36\xd8\x06\xf0\xcd\xd4\x3d\x25\x90\x00\xc7\xc6\xd8\x60\xc5\x10\x9b\xe6\x82\x8e\x6f\xf6\x39\x8d\x45\xab\xc6\xf2\x1b\x94\x07\xd2\xf7\xc7\x62\x1f\x9a\x3b\xc6\x98\xab\x7a\x6a\x04\x0a\xb6\xda\x9c\x1b\x54\x53\x15\xcf\x0c\xd4\x52\xb3\x78\x5c\x3b\x52\x5b\x78\x58\x3b\x17\xd4\x4c\x08\x73\x6a\xf3\xed\x29\xf6\xac\xb4\xec\x26\x10\x10\xfb\x21\xe2\xc2\x4d\xc7\xff\x53\x42\x0c\x37\xc9\xad\xa0\x73\x2e\x0e\x92\xad\x2e\x0e\x22\x16\x33\xcd\x01\x3e\xb5\x98\x3a\x08\x5d\x4d\xd4\x81\xc3\x5f\x50\x36\x32\xdf\x8d\x39\xe0\x20\xcf\x68\x81\xe1\x37\x67\x9b\x65\x1c\xdc\x3a\x16\xf8\x28\xa6\x6f\x03\x6f\x9c\xbc\xec\x5a\xaa\x20\xef\xb4\x6d\x98\x91\x8e\xf7\x16\xe7\x84\x34\xc2\x3c\x71\x51\xeb\xe2\xe5\xbc\x28\x01\x84\x48\xe3\xca\x61\xf9\x0d\xf6\xa1\x71\x13\xc3\x58\x3d\x1b\xa8\x1b\x6b\xed\x6c\x40\x37\xe4\x9b\x52\x00\xd3\x58\x55\x1a\x77\xf2\xb5\x88\x82\xe6\xe7\x33\xf5\xd0\xfc\x4c\x1f\x9c\x77\x32\x8c\x48\xb8\x59\xd6\xce\x1f\x50\x76\x5b\x32\xbe\xa0\xa5\x3a\x2d\x45\x30\xc9\xcd\xf0\xff\x3b\x5b\x74\x0b\x27\x7f\x30\x91\x4c\x7c\xe0\x67\xb0\xbd\x4f\x52\x68\x8e\x6c\x7c\x88\x87\x6a\x1d\xcb\x5a\xd6\xcb\x77\x58\x5a\x20\x8f\xb3\x9d\x46\x22\x3d\xdd\x2c\x8c\x1f\x9a\x83\x05\x79\x03\x96\xd5\x59\x04\xad\x02\xba\x24\x5f\x8c\x27\x2a\xd1\xfe\x56\xfd\xcb\x89\x34\x51\x7f\x6d\x96\xcd\x5f\xe7\xac\x0d\xfd\xb0\xf8\xc6\xa6\x1f\xd8\x9f\x9f\x2f\xbe\x50\xf4\x03\xb7\x95\x20\xf4\xdc\xb8\x6b\x74\x26\x4d\xd4\xdb\xb0\x7a\x6c\x22\x82\xdf\x1b\x77\xc2\xae\xba\xc9\x02\x32\xb7\xa4\xa1\xea\x07\x1e\x9c\x82\x45\xb3\x60\xa3\xea\x20\x9d\x05\xc6\xe4\xf0\x33\x45\xb5\xce\x8f\x99\x2a\xa2\xcf\x1b\xa8\xc8\x62\x9a\x60\xf4\xb4\x45\x7b\xd2\xd7\x5f\x77\x91\x49\x4f\x7d\x95\xf4\x88\x59\xb9\xd8\x92\x58\x13\x95\x67\xed\x83\x38\x2b\x62\xc8\x25\xda\x67\x6a\x77\x74\x47\x9b\x70\xa5\x5f\x8e\x41\x9c\x00\x17\xd6\xf1\xcd\xfa\x30\x41\xcc\x7f\xcf\x50\xd5\x84\x73\xcc\xcc\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x97\x28\x09\x35\x3b\x1d\x08\x65\x90\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x30\xe5\x84\x15\x4e\x25\xfb\x62\xf6\x64\x19\xcd\xcd\xe0\xf2\x98\x25\x06\x42\x31\x4c\xe6\xa0\x0b\xca\xf2\x0b\xdc\xbd\x9b\xdf\x40\xca\xaa\xe1\x17\x60\x23\xd0\x66\x9e\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\xc3\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x31\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\xc3\xcc\x72\x3e\x98\x39\x29\x67\xb5\xde\xc8\x87\x67\x85\xe1\x84\xdb\xbb\xbd\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x86\xc7\x99\xa3\x78\xd4\x4b\x73\x3a\x27\x15\x09\x1e\xc2\x7b\xf6\xd7\xe6\x6d\x82\xec\xc3\xa5\xfa\x99\x42\x55\xc0\x7e\xc2\x42\x65\xdb\xcf\x5c\x81\x04\xca\xa2\x88\xe9\x67\x0c\xe4\x26\x0c\x56\x56\x1e\xce\x45\xe9\x50\xfc\x03\x95\xb7\xcb\x34\x11\x2b\x08\xa1\xce\x3d\x85\xa4\x56\x12\x26\x2c\x6b\xdd\x66\x62\x05\x33\xdc\xce\x18\x56\xf5\xb1\x93\xa9\x25\x77\xe7\x8b\x15\x8a\xbd\x8d\xe6\x4e\x2a\xfd\x4c\xa6\xff\xbc\x80\x30\x2d\xe7\x34\x9a\x48\x5b\x63\x2d\xdc\x3c\xf2\xbc\xd2\x4c\x1c\x49\xb5\x26\xff\xe0\x2e\xb0\x24\x45\x22\x80\x35\x3e\x9f\x60\x73\x0a\x7e\x4c\x78\x66\x59\x81\x32\xe9\x98\xa5\xc2\x95\x31\x51\x79\xd5\x77\xe6\x49\x47\x2d\x7b\xe1\x4f\x64\x0e\xb0\xf2\x62\x1e\xc9\x00\xea\x92\x2a\x17\xb3\x1c\x6a\x58\xf8\x82\x3b\x11\xc5\xa7\x82\x24\x31\x4f\xda\xdf\xa7\x3f\xc8\x7d\x27\xa2\xcf\x3c\xf9\xfd\x06\xe6\xd6\x82\x15\xb9\x72\xe6\xf8\xd3\x0d\x69\xa6\xfa\x45\x08\x6c\x9e\xc9\x2e\x9a\x45\x64\x22\x50\x55\x8d\x98\xa8\x68\x6f\xed\xe7\x4c\xec\xe2\x5d\x74\x71\xda\xbd\x94\x70\x24\xb3\x12\x69\x5e\x3c\x03\x75\x35\x98\x17\x2f\xe9\x16\xcc\x04\x33\xde\xe9\xe9\x47\x66\xe1\x73\x71\x9e\xcd\xd4\x69\x97\x12\x6a\x9b\x37\x8d\xfe\xba\x5e\x4c\xaa\x50\x2c\xd0\x50\xd5\xde\xd6\xe8\x99\x6e\x5e\x9e\xe8\x9b\x8b\xef\x06\xe0\x6c\x21\xd0\x36\x1f\x1c\x71\x4a\xcd\x1b\xf3\xa1\x0c\xf5\x5c\x3e\x1c\xb8\xbf\xc8\x71\x8a\x06\x94\x78\x6d\x4a\xdb\x17\x93\xa1\x83\xf6\x05\x9f\x48\x11\x34\x2d\xd9\xe1\x13\x3f\x7d\x51\x9b\x4f\xce\xc4\x7f\xe3\x58\x2c\x01\x66\xc7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x76\x78\x75\x81\x2c\xc7\xb3\xe8\x5c\x5c\x48\x93\x67\x3c\xb1\x88\x37\x74\xa1\x59\xc8\x10\x64\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x6e\xd5\x8b\x39\x0c\x1c\x2e\xbd\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\x0b\xba\x0a\xe5\xbf\xc8\xa0\x49\xc9\xee\xbc\xab\x80\xef\x74\xd9\x5f\x28\xd7\x60\x70\xb8\xe0\x34\x65\x78\xb9\xe0\x25\x5f\xec\xee\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\xf8\xe0\xf2\x17\xf4\x93\xb7\x6b\xd7\x42\x00\x60\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x5e\x2a\xf4\xb6\x10\xff\xd7\x94\x90\x37\x56\x65\x6e\x1b\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\xda\xf6\xef\x3f\x61\xdf\xfb\x85\xb4\x07\xcb\x51\xdf\x8b\xb8\xc7\x3e\xc8\x0b\x6a\x91\xa6\x74\xbb\xb1\xe0\x5b\x1f\xbf\x4f\x1f\xf1\xb6\x29\x49\xb8\xe0\x2d\x65\x64\xbe\x1a\x16\xa3\xf8\x7d\x1e\xc6\xba\x37\x2f\xe4\x46\x2a\x76\x73\x5e\x48\x97\x5c\xec\xd5\xbc\xfa\x2b\xaa\x2c\x68\x56\xdf\xf8\x82\xc6\xd1\x71\xb0\x49\x8c\x2c\x16\xa6\x75\xb0\xfa\x82\x6b\xbe\x11\xe2\x42\xd4\xa2\xed\xad\xab\x73\xab\xf8\x79\x92\x48\x2d\x16\x35\x35\xcb\x24\x5c\x08\x62\xd4\xa8\x01\xbc\x6c\x9a\x59\xf0\xc4\x9f\xfe\x7f\x70\x25\x44\x10\x7c\x9d\x1c\xaa\xb9\x46\xc7\x66\xd6\x2c\x0d\xe2\xcb\xea\x17\x50\x23\xd3\x6b\x3d\x92\xc7\xdd\xc3\xc1\x31\x6b\x0c\x83\x89\xfa\xf4\x02\x9d\x91\x8a\x6e\x5d\x0b\xbe\x44\x56\x57\x2e\xf8\x0e\x85\x5d\xfb\x56\x70\xd0\x5a\x29\xd6\xb2\xb7\x9f\xf5\x8a\x94\x28\x7f\x3a\x93\x56\x70\xab\x5b\xfe\x50\x27\x23\xc9\xbc\x60\x00\x73\x86\xca\xc5\x5a\xf9\xcd\xff\xa3\x1c\xbf\x8e\xa8\x05\xfb\x96\x1d\x3d\xd6\x24\xbd\x9a\x44\xa6\x3d\x5e\xa6\x17\x89\x97\x5c\xe0\x3f\x16\x80\x9f\x4a\xbe\xc7\x9a\x48\x1e\x6d\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\xc2\x1f\x3f\xe9\x10\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x59\xa0\x57\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xaf\x92\x8f\xf2\x45\x2b\x56\x91\x2a\x63\xd1\xa7\xde\x2d\xc0\xa5\xde\x87\xe8\x22\xae\xb3\xa7\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xc2\x79\x89\xd6\x81\x9c\xe7\xde\x72\xf0\x6e\xf2\x11\xb9\x0e\x82\xd1\xe6\x1f\x72\x5e\x34\xd7\x47\x2e\xa7\x86\xc5\x82\xf9\x52\x9e\x2c\xa8\x78\x54\xd0\x3f\x16\xca\xe5\x17\xc1\xfa\x85\x4a\x14\xaa\x44\x17\x8b\x20\x4e\xea\xd6\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x7c\x11\xeb\xe4\xb6\x34\xcb\xb1\x16\xd9\x47\x48\x23\x45\x94\x43\x70\x17\x0b\x4d\x38\x93\xec\x82\xa5\xcc\x09\x23\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xcf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xd0\x5f\xa4\x33\x5a\x2c\x9b\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x45\x4f\x2f\xd0\x34\x66\x77\xe9\x05\xd3\xd8\xb2\x48\x46\xf5\xb0\x62\x67\xe8\x75\x73\xbd\xdd\x42\x43\xfe\x1b\xcd\xe4\xcd\xf3\x51\xd7\x97\x85\xe0\x49\x2b\xf9\x17\x80\xde\xe7\xf4\x83\x43\x92\x63\xdd\x16\xd4\x4e\x6b\x7c\x1a\x38\x38\x08\x93\x70\xa2\x05\xb7\xc8\xcb\x89\xbf\x40\x25\xd7\x66\x89\xf8\x70\xbb\xeb\xe2\xb0\xa8\x45\x52\xb5\xae\x58\x00\x76\xb6\xd7\x2d\xba\xe7\x6f\x3a\xee\x76\xc0\x36\xdf\xd8\x77\xa6\x80\x70\x7e\x8f\x1d\x0e\x48\xcd\x69\x76\x77\xa8\x92\xaa\x01\xea\x8e\x52\xae\xc5\xbe\xec\x3b\x6c\x5b\x16\x6b\x3b\x54\x4b\xcd\x89\x79\x77\x26\x48\x2e\xba\x21\xef\xa8\xf5\x6a\x9c\xbd\x27\x14\xd4\x38\x76\x38\x20\x59\x28\xed\x80\x86\x0e\x03\xdc\x59\xea\xd5\x69\x79\xf7\xad\xa1\x94\x93\x9f\x29\xe7\x74\xe9\xda\xb7\x40\x4a\x65\x3f\x23\x63\x83\x36\xe7\x9e\xd0\xb0\xfb\x07\xd4\xdf\x99\x7e\xc6\x8d\xc5\x79\x7e\x77\x78\x27\x79\x27\xed\x85\xc7\x85\xc6\x50\x72\xb5\xfe\x14\x0b\xbb\x97\x9c\x55\x4d\x5a\xe1\xe9\x26\x71\xb1\xd3\x11\xc9\x29\x7e\x77\x58\xc2\x6a\xf5\x33\xb7\xae\xf0\xf2\xce\xda\x16\x76\x54\xdd\x51\xbe\xe2\xb3\xb6\x70\x5d\x2a\x92\x0e\x7b\x05\x4f\x7b\x88\x95\xb8\xa3\xbb\x01\x2e\xad\x58\x74\xaf\xc9\xe5\x62\x06\x78\x2e\x7d\xd6\x1e\xb6\xb1\x3a\xdc\x05\x15\x07\xfe\x1f\x82\xdb\x0b\x49\x5d\x98\x36\xee\x0e\x4b\x99\x2d\x90\x3b\xdc\x9a\x9c\xc8\x62\x47\xd5\xaf\xcf\xa4\xb4\x94\x91\x1a\x63\x42\x46\x73\x78\xa3\x49\x49\x14\xa5\xee\x4c\xca\xb4\x9d\xba\x33\xfb\x28\xef\x70\xb0\xff\xb6\x70\xb2\x49\x37\x01\xef\xf3\x70\x9f\xc8\x10\x2c\x3d\xc4\x9e\xba\x35\x11\x0d\x07\x7a\x7b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x22\x71\xef\xc9\x2e\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\x74\x07\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\x00\x4c\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x2d\xec\x1e\xac\x2c\xa2\x16\x83\x1b\xd9\x1b\x15\x29\xa2\x1d\x9f\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\xef\x92\xc4\x81\x5e\x8d\x17\x07\xba\x64\x4b\xec\x33\xb7\x91\x7a\x98\xc8\xbb\x2f\xe4\xba\x4f\x1e\xd4\xa6\x09\x25\x33\x1c\xa9\xb5\xa3\x62\xc6\x26\x83\xc2\x8e\x9c\x9d\xe1\x7c\xba\x3b\x3c\xa1\xd6\x30\xd1\xf0\x6e\x72\x8e\xd7\x3d\x75\x86\x66\xa9\x49\xf1\x60\x22\x16\x6f\xcb\xc2\xfc\x7b\x82\x43\x73\x1d\xca\xd2\x3a\x0c\x79\x07\x58\x8c\xe5\x16\xb8\x75\x3c\x33\x48\xeb\xe9\x94\xae\x3b\x3c\xa2\x9c\x7f\x75\x5f\x60\x4a\x5d\x7c\xf7\x45\xa2\x35\x0d\x2b\x67\x56\xa3\x62\x35\x0c\x1d\x4f\x3b\xa3\x3b\x3f\x6b\xc5\xe0\xcd\xcf\xe2\xec\x58\x4c\xaf\xcd\xce\xdc\xa5\x1a\x13\x93\x74\x39\x54\x6b\x47\x52\x2e\x07\xb1\xef\xc8\xc9\x65\x60\xb8\xc3\xf4\xe7\x3c\x9f\xfb\x91\x3d\x6a\xa6\x11\x69\xb9\xc6\xe7\x07\x8e\x5a\x34\x32\xf2\xd2\x29\xc9\x77\xe8\xf7\x7c\xff\xdf\xe9\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x25\xc3\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x10\xde\x4f\xa6\x4d\xd7\x05\x6e\x3f\x79\x3f\x6b\xbf\x3f\x1d\x46\xd0\xf5\xd9\x3d\x7b\x67\x01\x5b\xef\x62\xa6\xf8\xb2\xbf\xd5\x0e\xd3\xa3\xb3\x49\xee\x67\x02\x36\xb7\xc0\x11\x6b\x99\x2e\x18\x72\x4c\xdf\x8b\x2a\x9b\x03\xec\x76\x14\x27\x5b\x9f\x67\xce\x80\x96\x8d\xaa\x3a\xc7\x16\xec\x17\x8e\x6b\xaf\x3b\xf2\x6c\x3b\xd7\xcc\xfe\x22\xc6\xb0\x67\xdd\x7e\x13\x5b\x89\xa0\x9b\x95\x57\xd5\x1e\x2a\xf9\xdb\xec\xb0\xa3\x98\xac\x33\xd5\xef\x37\x32\x36\x4c\xff\xcf\xa3\x52\xfa\xd1\xfd\xce\x19\x17\x05\xd0\xfc\x7d\x4e\xc6\x9b\xf7\x2a\x3f\x13\xab\x09\xcc\xef\x37\x87\xe0\x2e\x50\x7c\xc3\xac\x0b\xff\x75\x67\xd5\xdb\x13\x1e\x9a\x0b\x1e\xde\x61\x0c\xdd\x1e\x3a\x7c\xa9\x87\x07\xc1\x71\x3e\x0a\x1f\x62\x58\x4d\x02\x52\x89\x7f\xf8\xf6\xc9\x59\x77\x83\x09\x59\x45\x23\x93\x69\x38\x9b\xd7\x8e\x78\x50\xa7\x70\x3a\x5e\xc0\xd9\x9d\xc7\xef\x80\x27\x95\xbb\x3c\x7e\x98\xe7\xe1\x67\xea\x2e\x25\x74\x8e\x1f\x59\x5b\x07\xc2\x81\x1c\x65\xce\x95\x71\xc0\xbb\xdd\xe2\xfb\x40\xb1\x0d\xe7\xf5\x3b\x36\x2a\x2a\x45\x01\x32\x96\x85\x63\x6f\x0e\x98\x2d\x9b\x85\xce\x81\x8c\x64\xd6\x6d\x1c\xf0\x82\x32\xaf\x1d\x1b\x81\x97\xd8\xff\x60\xa6\x71\x29\xb6\x0e\x5a\x25\x1d\x20\x71\x94\xf7\x64\x75\x06\xd9\xa3\x30\xc9\xa8\x9f\x73\xd4\xfe\x00\xa2\x75\xf8\x39\xb9\xcb\x5d\xf0\x80\x90\x7a\xf5\x28\xbc\x22\x4b\x46\x1c\x2c\x02\xeb\x71\x97\x5c\x3b\xfd\x50\x79\x89\xd2\xa6\x3b\x52\x8b\x58\xfd\x06\x76\xa5\x4e\xf7\xa3\x52\x3f\x27\x23\xf5\x51\xb1\x4d\x75\x06\x1d\x95\xab\xe9\x06\x90\x86\x4a\xbb\xe8\xa8\x79\x27\x72\x97\x84\x87\x52\x66\x1f\xf4\x6b\x2f\xda\x68\x07\x4c\x9f\xbe\x67\x1d\x80\x73\x9f\xe5\x6c\x39\x75\x6e\x61\xc2\xde\xe7\x06\x50\x35\x40\x3b\xff\x80\xcf\x7a\x78\xf1\x90\x0b\xdd\xb9\x9c\x0e\x84\x47\x3a\xe7\xd8\x41\x17\x76\x4b\xe3\xa3\x21\xed\xa3\x44\xc7\xd1\xb1\x2f\x75\x17\x39\xa0\x1f\xfc\x34\x00\x97\x77\x7b\xa3\x1d\xcc\xa4\xba\x99\x63\x11\x2d\x69\x97\xb7\x83\x3e\xf1\xe5\xf3\x03\x8c\xd8\x9e\xf6\x0e\x12\xb5\xaf\x0f\xe6\x3d\xf7\x01\x72\x0c\x4a\x02\x29\x0c\x8f\xc1\x59\xd4\x24\x64\xf0\xe2\xf2\x17\x38\x51\xbc\x0e\x83\xc8\xdf\x2c\x3a\x76\xae\xbd\x3b\xc5\xbc\x4d\xbf\x40\xa8\xd7\xfc\x02\xb6\xcd\xfc\x93\x07\xc3\x01\xab\x6d\xd8\x28\x7e\xd0\x2b\xcb\x67\xdc\x11\xac\x03\xed\x4d\x14\x14\x25\x9a\xa5\xc8\x30\x6e\xad\x2c\x73\xa7\x3a\x3a\xf9\x08\x1e\xe5\x5e\x0a\xa8\x18\x1d\x56\x7a\x30\x37\xaa\xcf\xd1\x63\x26\xc7\x8b\x8a\xc9\xf0\x04\xbf\x10\xb8\xef\xf8\x99\x1b\xd5\x2c\x0f\x3f\x2e\x7b\x89\x1f\x13\x6b\x67\x76\x9c\x04\x4d\x12\xfb\x07\xb2\xb1\xdb\x1f\xfb\x48\xa0\x27\xbd\xe2\xb1\xb8\x4d\x9b\x7f\x80\x8c\xf5\x5a\x22\x5d\x7b\x35\x43\x2e\xd4\x2b\xb5\x04\x45\x39\x92\xb2\xe9\x24\x39\x98\x02\xcd\xa3\x26\xb0\xfb\x3c\x03\x95\x49\x53\x7a\xc0\x3a\xec\xc8\x80\x83\xd9\xdc\xad\x4f\x3e\x16\x79\x43\x4b\xb3\x38\x68\x37\x00\x67\x84\x4f\x03\x18\xb3\xf7\xec\x4e\x08\x6e\x91\xbc\x67\x76\x23\x3d\xf3\xaa\xe2\x73\x05\xe9\xd3\x3e\x52\x60\xa7\x8a\xc1\x12\x75\x67\xa2\x7d\x91\x00\x27\xb1\x66\x0c\x73\x1c\xd9\xa7\x9a\x64\x4a\x78\x33\x38\x2d\xc1\x8e\x79\x3a\xe0\x4a\xef\x6c\x27\xc7\xc1\x7d\xbb\xdc\x02\x27\xda\x67\xd5\x81\x2a\x3d\x16\x66\x07\x81\xd5\xa7\x09\xaa\xc2\xbc\x56\x50\x1a\xfa\x08\x3f\x4e\x5c\xe9\x3d\xd3\x27\x89\xd2\x5d\xe4\x38\x19\x7a\xad\x71\x33\xbd\x9a\x33\xdb\x1f\x2f\x98\x1c\xbf\xcf\x73\x60\x62\x44\xc2\xc9\xeb\xb0\x59\x1a\x58\xf2\x23\xdf\x58\x46\xc5\x45\x0d\x8e\x93\x2c\xee\x0f\xb0\xfa\xcb\x24\x90\xa3\x35\x2d\x50\x21\xce\x2a\x3d\xc4\x41\x95\xa1\x53\xe1\x1f\x17\x85\xba\x0f\xd0\x2b\xc5\x91\xdb\x48\x22\x34\x11\x89\x10\xbd\xfb\x2f\x2c\xb8\xa9\xa0\xce\xd0\x3c\x09\x6f\x79\x5b\x1b\x8f\x17\x01\x0e\x3b\xe1\x1c\x37\xe7\x49\x34\xdd\xf4\x91\x30\x8b\xbd\x88\x6f\xd8\x85\xf3\xb8\x93\x24\xf7\x78\xc1\x60\xa0\x1e\xe0\x47\x36\xab\x94\x1d\xc7\x43\x6d\x9c\x8f\x96\xa7\xbe\x4d\x4a\x0f\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x8b\xed\x04\x68\x92\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xde\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x4e\xb8\x93\xb6\x5f\x9f\x68\xe7\x0f\x74\x7e\xbe\xa0\x77\x81\x84\xf9\xf9\xa3\x32\xbd\xf9\x0d\xa2\xe1\xf0\x1b\x17\x86\xea\x67\x5c\xaa\xac\xbd\x38\x7f\xdc\xc0\x3a\x15\xcf\x17\xe8\x0d\x3b\xc0\x9e\x2f\xd0\x6b\x4e\xa8\x77\x6e\x9c\xdc\x3f\x5d\x89\xce\x17\x14\x0e\xfb\x31\x9e\x1b\x67\xde\x8d\x53\xce\x6b\x2b\x9f\x1b\xf9\x4f\x37\x8e\x93\x35\xd7\xc4\x2e\xe7\x8b\x1a\x87\xf5\xe6\x27\x41\xa3\xfd\x88\xce\xcc\xe0\xa6\x59\x2d\xa4\x57\x0d\x16\xca\x3c\x1d\xe2\x67\xe1\xb5\xb0\xfb\x0b\x12\xe9\x17\x92\x3d\x44\xe4\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x5c\x56\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x83\x5d\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\x79\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\x70\x58\xf1\x33\x97\x57\x1a\xe8\xb3\x63\xf3\x7b\x62\x99\x70\xbf\x9a\x07\xfb\x44\x0b\x9a\xe8\x4e\x21\xd9\x4d\x03\x31\x9b\xce\xdd\xb3\xe7\x26\xf2\x0f\xa0\xda\x7b\x64\x50\x3a\x68\xe2\x90\x3f\x7f\xba\x3c\xc2\x49\x8f\x3e\x63\x85\x73\x60\x18\x16\x1f\x03\x62\x54\x17\xc2\x73\x50\x94\x77\x37\xb9\xd8\xa4\xa8\x1c\x98\x59\x5d\x5c\xce\xc1\x8b\xca\xe7\x07\x22\x70\x1d\xf6\x27\x5d\xfc\xaa\x19\x3d\x72\x2f\x69\x2a\x98\xa4\xcd\xc1\x57\xe7\x8b\x1e\xab\x9d\xd1\xce\x20\x99\x1a\x46\x5a\x9f\x3f\x3f\x40\x42\xd9\x71\xe7\x0c\xee\x8d\xe9\x4e\xa9\xf7\x31\x5f\x07\xf9\x54\x87\xf5\x49\x0b\xb2\x07\x32\x0b\xf3\x90\x6b\x49\x27\xf8\x52\x30\xe7\x9c\xc9\x86\x1a\x29\x6b\xeb\x3a\xa7\xeb\x39\x51\x61\xe0\xf3\x02\x82\xcc\x3c\xae\x89\x92\x09\x9f\x1e\x12\x57\xeb\x85\x85\x15\x16\x2e\x3a\x17\xe2\x86\x05\x38\xce\x8c\x23\xf8\xbc\xd0\x51\x7b\x44\x2c\x02\xb0\xe8\x28\xed\x73\xe1\xbe\x65\x0a\x50\xa9\xce\x89\x56\xce\xc5\x13\xc8\x5c\x09\xad\xa0\x01\xef\xb9\xd3\xb5\x48\xc0\xeb\xdc\x21\xc8\x2d\x08\xf7\x82\x67\xf5\xb8\x93\xe5\xfc\x3e\x0a\x5e\x0b\x8f\x9c\x3b\xe1\x84\xc5\xda\xce\x1c\x0e\xe2\x8e\x1d\x1b\xc7\x67\xe2\x0e\x31\xd8\xfc\x3e\x04\x90\x45\xf7\x7e\xe3\x7f\x4d\xc9\xc1\x9b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xf1\x77\x00\x3a\xb4\x3f\x15\x95\x38\x0f\xda\x5c\xbc\x83\x0e\x1e\x35\xba\x53\x9c\x4c\xca\x6b\x9d\xc8\x79\x60\x00\x3e\x5d\x91\x37\xe3\xc3\xa9\x4c\x05\x67\xb5\xcb\x79\x82\x2b\x7c\x96\x9e\x18\x80\x4f\x96\x93\x90\xcd\xe2\xed\xc4\xfe\xf1\xe1\x75\x26\xa3\x6a\x51\x80\x12\xd7\xe7\x83\x8b\x2d\xf8\x05\xb8\x7f\x79\xce\xd2\x12\x6d\xc6\xb9\x48\x83\x88\x4e\x0f\x40\x6f\x72\xa6\xc5\xd8\x74\x55\x3a\x2f\xea\xd9\xbd\x70\x2f\xb0\xac\x9f\x89\x4a\x5c\x39\xdc\x26\x38\xc1\x62\x22\x71\xa6\x8f\x9a\x8b\x93\xef\xa9\xbd\x20\xad\xbc\x21\x2f\x5e\x7b\x7d\x7a\x5d\x37\x76\xa8\x69\x80\xed\x5a\xe8\xf7\x64\xc9\x5f\x63\xa3\x9b\xc3\xd4\xf7\x74\x31\xb4\x9d\xef\x44\xc0\x83\x2f\x4f\x67\x6a\x1a\x2d\x66\x6e\x82\x29\x69\x8b\xce\x1b\x52\xdd\x6b\xf1\xb0\x0b\x75\xf9\x60\x03\x79\x4c\x0f\x8f\x43\x0b\x6d\xe2\x4e\xb3\x07\x0d\xcf\x3e\x60\x1f\xe0\x08\x29\x86\xce\x8c\x66\x70\x07\xd4\xca\xff\x47\xc0\x95\x66\xe8\xa6\x67\x10\x34\xfc\x4c\x88\x59\xfd\x03\x2a\x8e\x69\x21\x2f\x94\x28\xb4\x1f\xef\xf5\x23\x81\x55\xcf\x24\x28\xf4\x8c\xa2\x02\xe2\xbe\xeb\x87\xe0\xf7\xcd\xed\x27\xb3\xe9\x87\x0d\xfe\xa8\x9a\xd3\x8b\xc1\x0e\x9b\x2e\x35\x17\x0b\x1d\x38\x7c\xf7\xda\xa8\xc4\x17\x4e\xbe\x36\x16\x93\x77\x13\xd8\x22\xc3\x1f\x50\xb8\x2f\xff\x10\x70\xa0\xf3\x07\x50\x75\x6e\x6e\x90\xbe\x6b\x9a\x45\xc4\x6f\xda\x2a\x7e\x41\x4f\xe9\x90\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfe\x25\xdb\x2f\x38\x37\x3a\x3d\xc6\x85\x0a\x89\x4e\x08\x78\x21\x87\xb0\x73\xaa\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x72\x88\xdd\x2f\xda\xb5\xc5\x1a\xd7\x0b\x31\xeb\x87\xc8\x74\x76\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\x42\xd0\x66\x48\x72\x41\x6d\x69\xcf\x8e\xab\xf2\x02\xa3\xe3\xe1\xaa\x60\x2e\xaf\x4b\xe6\x90\x13\x45\x15\xeb\xe2\x31\x40\x49\xe9\x6a\xbc\x17\xeb\x39\x4d\x3f\xf3\x4e\xe5\x59\xaa\xd8\x5e\x9e\x56\x66\x84\x73\x28\xc5\xc5\x02\x4f\x56\x36\x5c\x88\xf7\xac\xda\xe3\x17\xeb\x3b\xfd\xfc\xdc\xb0\x0e\x6e\x80\xac\x23\x92\x1b\xd8\xfd\xd3\x1e\xa1\xa0\x4e\xb0\xab\xa1\xfc\xb2\x64\xe7\xd5\x70\xa2\xe9\xce\x7e\xc1\x84\xed\x90\xc6\x8b\xa5\x16\xc6\xf8\x53\x35\x89\xab\x71\x49\xb4\x04\xc4\xba\x72\xc4\xbd\x98\x20\x4e\x07\xd4\x45\x0f\x49\xc7\x0d\x5e\x3d\xf9\x46\xab\xde\xe9\x65\x22\xbc\x7d\x11\xec\xea\xf6\x74\x31\x63\x9c\x23\x0b\xaf\x04\xb7\x9f\x37\x88\xd0\x9b\x7b\xc5\x98\xa7\xfb\xa0\xb3\x6f\x73\x13\xb9\x1f\xfc\x05\x00\x9b\x30\xfe\xf5\xa2\xdd\x6a\x63\xf5\x85\x84\xc5\x0e\x26\xba\x06\x8e\x71\x13\x4d\x83\xb9\xa3\x1d\x2f\x16\x93\xf0\xb4\x8f\x1c\x85\xd6\x69\xe0\xbc\x09\xbf\x90\x83\xd0\x4a\x0f\x4c\xb5\x99\x2f\x92\xb7\xf4\x45\xa0\x54\xbf\x57\x3a\xc8\xed\x6a\x20\x40\xa3\x67\x3a\x73\xba\x89\x75\x62\x40\xa1\xa4\x69\x0c\x8a\x76\xcb\x66\x2a\x49\xa7\x9f\xe9\xae\xf5\xe9\x81\x3b\xfa\xe7\x2e\x80\x36\x04\x8c\x2f\x6a\x51\x5d\x66\xf3\x9a\xc9\x0f\xea\x74\x12\x9e\x5b\x7e\x4f\xde\x22\xbd\x85\x26\xcd\xb2\x3e\x22\x98\x3c\xc4\x7a\xaa\x8b\x49\x91\x6b\x77\x1b\x00\x55\x26\x7c\x26\x8f\x8b\xce\x49\xb6\x15\x15\x8b\xb1\x1e\x96\xd0\x8b\xeb\xab\x16\xa9\x28\x75\xe4\xe0\xc5\x9c\xc8\xf6\x8e\xbb\x56\x5e\x66\xf4\xfc\xca\x0e\x47\xd0\x5e\x8b\x3c\xa9\xb9\x83\x33\xa5\x53\x63\x5c\x8c\xab\xf9\x48\x86\x44\xcb\x16\xf2\x2f\x5a\x1e\x76\x3f\xbf\x76\xb8\x7e\xfb\xe0\x22\x38\xb6\x00\xde\x31\x06\xf3\xc7\x4e\x8f\x69\x8b\x8a\x3d\xc7\xe0\x2f\xc8\x83\x82\x0b\x17\xe1\xb0\x8f\x3e\x84\xd5\x7c\xc4\x1b\xa2\x6a\x7c\x05\xbc\x08\x8f\x2d\x40\x77\xcc\xb3\x8f\x80\x17\x2e\x0f\xfb\xc3\x5f\x08\xbf\xb5\x2e\xe5\x42\xe6\x39\xe7\x6b\xb8\x32\xc2\xc6\xe2\xef\x40\x4a\x08\x13\x78\x40\x3c\x2e\x37\x48\xc8\x24\x80\x73\x1d\xb0\xd6\xfa\x34\x3f\x26\x28\x70\x0f\xd4\x47\x79\xa3\x1e\xc0\x0f\xd3\xcf\x2f\x8f\xdb\xe6\x73\x11\x50\x7b\xd6\x61\xe2\xb7\x31\xe4\x82\xaf\xa7\x41\xde\x75\x72\xdb\x0a\x62\x5d\xac\xc3\xe5\x2b\xc0\x75\x42\x09\x62\x12\x81\x97\x9d\x12\xed\x82\x0d\xbe\x99\x31\x18\x52\x63\x7b\xcb\x75\x12\x57\x8a\x64\x96\xd9\x72\x2a\xfb\xeb\x82\x34\xf3\x2c\x21\xa4\xa6\x49\xe1\x70\xbd\x68\x79\xd8\xa4\x7e\xb1\x84\x85\x97\xfd\x22\xa3\xf8\xdc\xbb\x38\x8b\x22\x99\xb5\x3d\xed\xbf\x7c\xa1\xb6\xa7\xd3\x41\x5e\xc4\xca\x1f\x12\x2f\x34\xa0\x39\x78\xa1\xf2\xd8\xfe\x96\x00\xe8\x7a\x71\x73\xfd\x4c\xd8\xbd\xe1\x63\x35\x4e\x97\x4f\xc7\x44\x5e\x48\x8f\x52\xab\xc9\xb9\x1b\xbe\xf0\x0b\x94\x31\x46\x0a\x09\xbd\x2d\x96\x10\xcd\x63\xb7\xe3\x0b\xb1\xc6\x4e\xfd\x7e\x31\xba\xc7\x6e\x03\x57\x42\x71\x8b\x10\x14\x0e\xfb\xac\x12\x62\x8f\x4b\x91\xea\xe2\x62\xfc\x8f\x85\xd2\x43\xec\x60\x31\x06\xf0\xee\x68\x83\xeb\x81\x1b\xba\x31\x1c\xb3\xd4\xd9\x5a\x73\x3d\x49\x94\xbf\x38\xd0\xc2\x7f\x5f\xdc\x28\x70\x51\xec\x07\x70\x43\x07\xec\xa4\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\x1f\x2c\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\x3a\x78\x4e\xff\x80\x51\x9b\xc4\x8d\x6e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xd3\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\x35\xb4\x92\x0a\x77\x01\xcb\x49\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x30\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x7f\x5b\x8a\x82\x9b\xf9\x94\x3d\x2f\x0c\x4f\xae\x62\xd1\x9b\x70\xd9\x41\x93\x37\xbd\x42\x97\x9f\xa9\xb1\x15\x56\xbc\x2b\x89\x56\x17\x80\xc7\x4e\x5f\x7c\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x3e\xbc\xa9\xdf\x5d\xfe\x1e\xda\x09\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x78\x12\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x6d\xec\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\xab\xc4\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xfe\x93\x36\xee\x06\xd8\xb5\x9b\xd7\x1d\xbc\x53\x7b\xbf\x05\xa4\x88\x97\x91\xe1\xe2\x1f\xf6\x86\x16\xd8\x12\xff\x86\x12\xd8\xc1\xd9\xf7\xdc\xff\xfd\xe7\x03\x66\xee\x09\xf2\x84\x0c\x6e\x86\x8b\xdb\x1c\x7f\x4f\xac\xbb\xc0\xc8\x8d\xb0\xa1\xcf\xf6\x80\xca\xd7\x7e\x3e\x77\x3a\x10\x2c\xbf\x00\x91\xa0\x4b\xc8\xbd\x92\x0d\xfc\x03\xd8\xc0\xcb\x96\x41\x43\xe6\x65\xa6\x92\xa9\x9a\xf3\x07\x42\xc3\x05\x2e\x9e\x0a\xec\x20\x38\xf3\x50\x46\x68\xfb\x3c\x95\xdb\x4b\x77\xca\x87\x29\x30\xab\x6e\x42\x4f\x25\x9c\xff\xfc\xc0\x99\x97\x78\x7d\x52\x6e\x68\xc7\x3c\xac\xd5\xe3\xd8\xff\x87\xb5\x7a\x6c\x14\x7e\x70\xd1\xb6\x1b\xc1\xd3\x08\x1c\xfd\x3f\x15\xa5\x02\x76\x0f\xac\x36\x36\x8e\x3f\x1d\x0d\xe8\x9a\xf2\xc0\x26\x63\x2b\xf4\xd3\xe9\x96\xe5\x71\x75\x1e\x4b\xda\xa5\x4f\xcf\x71\xe9\x07\xd8\x5c\xba\xd3\x0d\x3d\x83\x38\xc5\xc3\x18\xbc\x97\x54\xff\x80\x6d\x19\xfe\x02\x85\x58\xb4\x4d\x1f\x56\x24\xfc\xbc\xcf\xa3\x70\xfa\x85\x1b\x36\x7e\x0d\x23\x98\x2d\x5d\xff\x07\x99\x78\xfa\x05\x82\x49\x8d\x33\x60\x25\xf0\xd4\x23\xba\xaf\x79\x7d\x03\xf3\x22\x81\xfc\xbc\x7b\xf2\x13\x33\xf2\x4c\xb0\xa0\x36\xf1\xc3\x4d\xa1\x33\xe7\x99\xc8\xbe\xae\xa3\xf6\x99\xe0\x48\xed\xba\x67\x72\x06\xd4\xdf\x64\x7f\xa2\xef\xdd\x54\xd5\xf1\x5e\xcf\xcc\x75\xf1\x07\xd8\x65\x66\xe0\xc9\x83\xb6\x9a\x02\x64\x5a\xfc\xf4\x98\xdc\xa6\x2e\xe8\xa8\x53\x25\xcb\x9e\x95\x0b\xe9\x1f\xc0\x3c\x92\x04\xcf\x22\xde\xd4\x46\x7c\x70\xbf\x0c\x1b\x12\x9e\x85\x6d\x62\xde\x60\x29\xc2\xba\xfc\x02\xc4\x91\xd9\x6b\x41\x16\x78\x93\xec\x70\xbc\x35\xff\xee\xbc\x79\x4f\xff\x80\x89\x36\x6f\x31\x2b\xc3\xcf\x0d\x24\xaf\x69\xa2\x10\xbd\x17\x3a\xd6\x1e\xd6\xc3\x29\xfe\x9f\xf0\xb3\xba\x07\x32\x9b\x37\xd5\x4e\x1a\xfd\x0c\x89\x69\xde\x82\xf5\xc4\xf7\xcb\xe7\x68\x6c\x51\xf3\x76\x60\xf1\x3d\x06\x5e\xef\xcc\xcd\x30\xaf\x58\xc2\x3e\x07\xf7\x9c\x44\xec\x03\x97\x6d\x1f\x73\x0f\xec\x21\xdd\xbe\x03\xcf\xc9\xc3\x5b\x97\xa3\x07\x99\xc6\xab\xf9\xef\xa4\x68\xf1\x0e\xa1\xdb\x8c\xa3\xf7\x9e\x13\x4b\xb7\xdc\x24\x3c\x96\x85\x2e\x1f\xf8\x4c\x77\xbb\x18\x3c\xcc\x0b\xde\x7e\x7f\x72\x50\x78\x2e\xaa\x14\x35\x07\x17\x78\xcb\xac\xc4\xdb\x9d\x0e\x89\xe7\xa2\xeb\xa5\x8e\x91\xe7\xca\x31\xeb\x0b\x18\x26\x9c\xf9\xe2\xe1\x05\xcb\xac\x86\xfb\xd4\xb4\xe3\xe3\x73\xd3\xee\xf6\xf3\x1b\x58\x17\x2f\xf4\x9d\x73\xa2\x39\x80\xcb\x8c\x95\xc3\xcf\x0d\x78\x60\x29\x81\x54\x4d\xdd\xca\xde\xe7\xf9\xe1\x05\xf5\x00\x8f\x99\xd9\xbc\xa5\xe0\x31\x63\xed\xf1\xf3\xde\x86\x86\x35\x8f\x0f\x4a\xda\x74\x5b\x0e\x9e\x07\x19\xac\x04\xd3\x9e\x87\xcb\x92\x3d\xce\xdf\x7b\x39\xaa\x4a\x95\x30\x7f\xef\xdd\xa8\xc9\x14\x32\x7f\x88\xa0\x6b\xba\xd4\xce\xdf\x0f\xe5\xbf\xfe\xc3\xd7\xf3\xf7\x5e\x9e\x86\x54\x7e\xf3\x07\xd3\x85\x9c\x9d\xe6\x0f\xa6\x8b\xf2\xe9\x80\x96\xb3\xe5\x1f\x26\xc7\xe8\x2f\x76\xfe\xe0\x26\x0f\x34\xe1\x17\xc0\xdf\x1f\x1a\x79\xa4\x2c\x7f\x40\x5e\xdb\xfc\x06\x85\x57\x53\x13\xef\x8d\xac\x28\x95\xca\xfc\x6d\x94\x5d\x9b\xa8\xc2\x85\x4c\x4a\xbf\xf9\xdb\x78\x6d\x68\xfe\xa1\xf1\x0b\x75\xca\xb2\x3a\x9b\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x89\x35\x7f\x4c\x0f\xa5\x48\xd2\xf9\x63\xe9\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x99\x26\xaf\xce\x7b\xe3\x1a\x4a\x94\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xbe\xc9\xd2\xd4\x26\xa2\xea\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x3a\xbc\x94\xae\x36\x2b\xcd\x90\x4d\x03\x61\xb1\xe5\xaa\x99\xa9\x29\xe6\xdd\x07\xf5\x51\x4b\x64\xd6\x64\x5b\x91\x85\x3b\x54\xf1\x72\x30\x07\xe5\xcf\x7c\x8b\x24\x94\x72\x01\x9e\xbf\xca\x71\x74\xff\xf0\xa0\x05\x3d\x33\xa5\xb8\x42\x26\xe7\xaf\xe5\xfe\x16\xd9\x2d\x07\x26\xba\x71\x8b\x2a\x9e\xdd\xf7\x8e\x34\x8a\x57\xbc\x83\x47\x3c\xd9\xf0\x5b\x96\xf3\xc2\xfc\x75\x4e\xbe\x06\xd5\xf9\xbd\xc6\xd0\x61\x3a\x35\xdb\x76\x92\x2c\x82\xe0\xe7\xdc\x7f\x9f\x1f\x36\xa8\x53\x35\xa6\x41\x02\x34\xaf\x23\x47\x20\x8a\x47\xf2\xa0\xdf\x00\x49\x45\x6b\x37\xc8\x73\xa6\x79\xc0\xfc\x54\xd5\xe5\x8b\x8c\x86\xae\x79\xf3\x17\xb9\x51\xd4\x22\x14\xf2\xba\xbc\xce\x1f\x14\xf2\xba\x5e\xcf\x5f\x40\x99\xe9\x1e\x83\x52\xf4\xf3\x03\x66\xb9\x88\xe6\x17\x4a\x15\x85\x54\xcc\x1f\xae\x33\xba\x06\xce\x1f\x3c\x55\x66\x33\x4f\xe3\x8a\xa2\x6b\xdf\xfc\xbd\x57\x94\xf6\x33\xc3\xe2\x86\xa2\xd3\x6f\xfe\x52\x3d\xdf\xf5\xc1\x84\x08\x2b\x7f\xb9\x10\xcd\xdf\x8b\xcc\x86\xfc\x28\xe7\x6f\x92\x7c\xcd\x07\xd2\x61\xd5\x29\x72\x27\xaf\x67\xcb\xbd\xad\x7f\xff\xa9\x65\x6a\x82\x5e\x68\xd6\x64\xfc\x9a\xbf\x17\x99\x55\x61\xd5\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\x6a\x10\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x45\x63\xd8\xa1\x9c\xf4\x24\x11\x65\x35\x6f\x9d\x1d\x85\x4c\xbb\x3f\xa0\xe0\x32\x1b\x51\x6d\xdf\xbc\xf9\x98\x34\x61\x8a\x86\x17\x77\xd5\xcf\xac\x20\x67\x42\xff\x99\x53\x77\x88\xd7\xea\x0f\xc0\x26\xd5\x0d\x22\x14\xd7\xbb\x33\xd5\xf4\x6a\xf0\x80\x35\xcc\x1d\x00\x96\x6d\x6e\xef\xe0\xb9\xe5\xed\x7f\x64\xee\x15\x7f\x81\x94\xf5\x4d\x14\x01\x44\x09\x08\xce\xdf\x09\xbe\xb3\x0c\xa3\xef\x72\x33\x09\x28\x0d\xad\xa0\x84\xf9\x4b\xd0\xe5\x69\xa3\x16\xfd\x67\x59\x0c\xd4\x55\x3f\x5f\xe4\xfe\x16\x37\xc1\x0d\x45\xe1\xee\xf3\x77\x52\x01\xb1\xd4\x24\x33\x51\x29\x8e\x76\xfe\x2e\x6a\x9b\x8c\x00\xae\x24\xd3\x9f\x60\x0b\x78\x9c\x17\x76\x6c\xf5\x07\xe0\x37\x13\x75\x91\xdf\x34\x4c\xe8\xc9\x8b\x77\x3c\x5c\x4a\x86\x77\x44\x66\xd9\xb4\x6c\x67\xc1\x15\xef\x39\xe4\xad\xfa\x08\xd6\x9b\x7b\xd4\x0d\x50\x0c\x5a\x68\x21\x17\xc1\x52\x19\xbe\xf9\xbb\x79\x7c\x18\x53\xc0\xa7\xe4\x73\xdc\x33\xb1\x77\x58\xf6\x3e\x38\x8b\xbd\x27\x9e\x9c\x37\x8d\xf2\xa1\x8d\xcf\x07\x0e\x32\x7d\x7f\xa8\xa4\x1b\x4a\xf3\x2e\x62\x66\x2b\xc5\x7e\xcd\x1f\x32\x5b\xad\x30\x78\x82\x03\x74\x98\xe5\x1e\xb2\xdc\x10\x53\x03\xff\xad\x30\x76\xa2\xab\x4a\xf3\xc6\x7a\xb0\x2d\xcc\xa4\x0f\x5d\x45\xdc\xe4\xcd\x16\xfe\x6b\x72\xa3\x83\xb4\xa4\xc3\x06\xe7\x95\xa5\x7a\x82\x73\x43\x0a\x05\x15\x33\x9b\x1b\xdc\xa3\xbd\x7c\xdb\x0f\xd9\xf7\xc2\xff\x23\x67\xd8\x7f\x5a\xe1\xb9\x41\x9b\x6e\x6c\xb6\xbd\xf8\xaf\x48\xf1\x31\xb7\x1f\x0d\xb0\xc3\x1d\x5e\x1c\x93\xde\xd8\x52\x7a\xa8\x8b\x2d\x27\xce\x3f\x4c\xbe\x11\xfa\x01\xce\x25\x5a\xdf\x6d\x03\x4f\x36\xff\xcf\x3b\xd4\x70\x0b\x37\x3b\xd5\x17\xcc\x94\xa5\xd8\xdc\xb9\x41\x1d\x6e\x24\xb5\xb1\x42\x61\x73\x9f\xd4\x87\x37\x89\xc9\xad\x70\xe4\x7e\x46\x71\xbe\xb5\xfd\x25\x86\x68\x6e\x89\xe5\x8a\x3b\x04\xcf\x4a\x18\x6c\x35\x79\x56\x04\x54\x84\x6a\x79\xa5\x50\x6e\xba\x7e\x9e\x93\x23\xb5\x14\x2f\x50\xab\x96\xf3\x5b\xe2\x34\x8f\xa0\xe6\x34\xf9\x07\xae\x8d\xd9\xe5\x05\x66\xc3\x90\x64\xa3\xb3\x88\x6e\x6a\x73\x6b\xd4\xbe\x0d\x0d\x83\xb0\x4b\x30\x6c\x63\x89\xc0\x62\x86\x69\x49\x85\xbf\xc0\xe2\x49\x3e\x6c\x2c\xcb\x22\x3f\xdf\xb9\x41\x5b\xad\x3c\xdc\x73\x43\x8e\x2b\x19\xb6\xe6\xd6\xb1\x99\x85\x08\x36\xe6\x02\x55\x68\xe8\xdc\x3a\xd6\x56\x30\x69\x83\x32\xdb\xc8\x6c\xeb\x1d\x19\x26\x45\x51\x4f\x06\xf4\x0b\x58\x9b\xff\x14\x42\x73\x1b\x29\xd3\x44\x02\x0b\xf4\x7d\xdf\xe0\xb1\x5d\xfd\x06\x3c\x4d\xab\x5f\xa0\xe3\xb0\xa9\x1e\x9c\x6a\x11\x41\xe5\xb2\x8a\x3b\xce\x2d\x98\x6d\x42\x44\x05\x6b\x87\xea\x34\xd8\x82\x7b\x5b\xd8\x6a\x0b\x1c\x51\x12\x6a\x5b\xe4\x5a\x88\xa8\x98\xe0\x10\xbf\x00\x87\x5d\xaf\x55\xd0\xae\xe0\x1e\x9e\x7f\xff\x89\x30\x03\x4d\xe0\x4b\x6f\xb3\x49\x7c\x69\xfe\x81\xa6\xec\xb3\xcb\xa0\x29\xb3\x8c\xdc\x26\xef\x40\x9e\x96\x49\x26\xae\x6e\x92\x62\x35\xc4\x71\x50\x96\x59\x68\x6e\x13\xe7\x93\xe5\x0b\x95\x65\x2a\x19\x39\x37\x06\xad\x7d\xe6\x69\x12\x3b\x68\x62\x17\x77\x9a\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\xed\xa3\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x19\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\xc1\xf7\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x95\x5d\x02\xbb\xdb\x05\x01\xa7\x5b\xc9\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\xad\xfd\xc5\x63\x6e\x6e\x17\x6f\xf8\x16\x3d\x17\xc7\xe8\xf6\x39\x46\x37\xcf\x75\xf3\xfb\x84\x29\x96\xc8\x84\x78\xe1\x2d\x76\xd3\xad\xd1\xcf\x3c\x5d\xcd\x3b\x37\x7d\xec\xfc\x1c\x6f\x17\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\xe1\x03\x36\x3d\x8f\x3d\x51\x70\x77\xe8\x0a\xd4\x98\x1b\x42\xde\xca\xe7\x99\x07\xae\x41\xc4\x03\x0e\x5f\x7e\x81\x7a\x56\xe1\x92\xc2\xf2\x2f\xf2\x5b\x99\x05\x88\xae\x2b\x68\x62\x96\x1f\xe7\x56\x07\x6a\x81\x47\x84\x22\x3d\x67\xf9\x71\x6e\xdd\x24\x71\x69\xe8\x79\xfd\xfb\x4f\x97\x63\xfa\x2c\x70\x90\x50\x50\xe6\x2c\x3f\x72\xb4\x2e\x6b\x05\x2a\x3d\xdf\xe6\x0a\xc2\xe1\x14\x73\x39\x0b\xb3\xb3\x6b\x50\x25\x15\x7a\xda\x44\x65\xfb\xe1\x03\x8d\x09\xd1\x70\x72\x7e\x99\xe5\x85\x88\x43\xce\xc7\xb3\x40\x19\xa7\x64\x30\xb3\x10\x20\x0e\x3f\xf3\xf4\xed\xfe\x80\xc8\x5a\x18\xb3\x20\x02\xee\xfb\xcc\xba\x0d\xa6\x80\x57\x2f\xf1\x78\xd9\xa0\xee\xe9\x26\xe9\x1d\x43\x75\x97\x25\x8f\x3e\x4d\x42\xa1\xb8\x14\x76\x2a\x85\xdc\xb1\xfc\xc9\xc2\xa8\xfc\x02\x7c\x79\x8b\xff\x3f\xf0\xbf\xba\x84\x37\xb2\xf1\x5d\x81\xf3\xb1\xd4\xfc\xb3\x20\x63\x56\xb7\xfa\xa7\xbc\x08\x71\x28\xc6\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x5f\xd8\x59\xa0\xfb\x93\x03\xc7\x2c\xcc\x0e\xff\x69\x60\xa2\x41\xcd\x1a\xbc\x91\x95\x40\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x85\x72\x4a\xe3\x4a\x8b\x44\xd6\xa3\x56\x6c\xff\x2c\x74\x8f\x30\xc6\x28\x74\x8f\xb0\xb6\xa1\xb4\xac\x66\xaf\x79\x6a\xcc\x61\xae\x79\x69\xb9\xfa\xa2\xa2\x51\xbb\xd0\xdc\x09\x45\xae\xc4\x4b\x69\x14\xb9\xba\xe5\x96\xf4\x0a\x96\x7a\xaf\x74\x9e\xf9\xee\x85\x11\x6e\x6d\xf8\x13\x7a\x65\x48\x57\x54\x3a\xd7\x57\xb3\x0d\x0d\xa2\xa2\xf4\x66\x61\x5a\xac\x36\xdc\x24\xf6\x8d\x90\x4b\x01\xec\x54\x0c\xdd\x2c\x09\x3b\x75\xcf\x2d\x50\x21\xfa\xfa\x57\x06\x8f\xb3\xe1\x1f\x1a\x5e\x50\x0f\x83\x96\x6e\xcd\x4c\xfa\xfc\x7a\x6b\x42\xc5\xe8\x4b\x45\x19\xbc\x6b\x0b\xad\x17\x18\x5f\xe5\x4e\x3d\xcb\x40\x0e\x23\x09\xc5\xf2\xa2\xd2\x51\xcd\xc4\xb0\xbd\xf6\xb6\xfd\xe5\x24\x2a\xc1\x78\x2e\xcf\x29\x12\x6a\x7d\x44\x17\x6b\x36\x5b\xaf\x53\xd2\xbf\xd7\x93\x1e\x94\xa8\xc3\x9f\x60\x97\x58\x58\xd1\xe1\xb7\xe9\x2c\x2a\x93\x93\x26\xa4\x54\x58\xde\x26\x2c\x5e\x66\xce\x92\x3f\x59\x7c\x43\xb3\xc0\x14\x58\xcd\x3b\x07\x28\xb4\x78\xa7\x4c\x2c\xad\xf7\xee\xa4\x12\x4e\x47\x66\xa1\x7f\xaf\xaa\x2a\xcf\xb2\x18\x7f\x67\x1e\x5d\x49\xa7\x7f\x68\xd4\xd3\x89\x4e\xe2\xd2\x8f\xe0\x5d\x93\x3f\xf8\x13\x00\x7c\x1d\xbb\x65\x41\xcc\x79\xf7\xc1\x81\xb7\x7a\xff\xee\x3f\x36\xa0\x0f\x76\x06\x30\x98\x67\x77\xba\x6c\xfb\x85\xf1\xef\x3f\xb1\xcc\xa2\x3b\x63\x15\x87\x9b\xa4\x8c\x10\x4a\x2c\xf0\xe0\xad\x16\xc5\x50\xfd\x55\x73\x1c\x4a\xe8\xf8\xe6\x54\xf6\x9c\x3a\x93\x80\x42\x5f\x5e\x3f\x26\x47\x50\x28\xe3\x2c\xc8\x93\x5f\x75\x4d\x29\x89\x64\x05\x6d\x0b\x4a\xea\x0c\xb3\x04\x13\xac\xb6\xf0\x17\xc1\x3e\xfd\x45\x22\x7e\x3d\x63\x98\x3a\xc7\xcb\x91\x0c\xa1\x61\x1f\x1c\xa5\x5f\xe0\xe6\x0f\xff\x80\xfc\xba\xd3\x5d\xe6\x30\xfd\x03\xa3\x23\xcd\xd9\x27\x95\xf1\xa2\xe1\x4c\xc1\xa8\x3e\xaf\x9c\x08\x51\x7d\xd1\x77\x52\xe3\x44\xd4\x5a\xf5\x52\xbc\xc0\xb2\xf9\x62\x5c\x10\xb4\x36\x3d\x88\x8c\x59\xf3\x44\xa1\xae\x60\xd7\x8d\xb3\x00\x29\x56\x4f\x13\x9c\x6c\xcb\xe7\xc4\x00\x54\xac\xe6\x06\x78\xdd\x5a\xcb\x5a\xe0\x65\x5b\x2d\xa9\x2f\x30\xa4\x17\xff\x4e\x86\x54\x03\x30\xfc\x1a\x9f\x97\x3b\xd7\x56\x24\xde\x38\x04\xbd\x55\xef\xdc\x35\x1a\x24\xb2\xa9\x7e\x8e\x51\xe8\x1b\xc3\x1c\xfe\x42\xd1\xb2\x2c\x72\x98\x4d\xab\x4d\x77\x99\x1c\xad\x41\xbe\x60\xb4\x5a\x35\x5c\xe8\x47\xfb\x39\x09\x12\x7b\x1a\x2c\xc0\x91\xd6\xf7\xe4\xf2\x90\x68\xcd\x23\x82\xe0\xaa\x39\x3a\xa1\xa7\x8f\xfa\x87\xa7\x91\xe5\xf2\xc3\x95\x10\x91\x88\x82\xab\xa6\x11\x7e\xb6\xd5\x50\x20\xb3\x65\x79\x17\x3d\xc9\x7f\xff\x75\x51\x33\xab\xbe\x64\x5c\xfd\x6d\xff\xfe\x33\x55\x7f\x69\xd6\x1f\x8b\x23\x36\x3d\x73\x10\x6e\xa0\x61\xed\xfd\x4c\x37\xd9\xa5\x67\xa0\x3c\x9d\xc1\xf5\xc7\x21\xb8\x3d\x6e\x99\xe9\x1f\xe8\x54\xa5\x67\xc2\x44\x53\xcc\xbc\xa9\x4a\x52\x3b\x2b\x52\xea\x6f\xb5\xff\xe5\x30\xaa\x74\xc1\x55\x1a\xb6\x59\x99\x34\xd5\xa7\x69\x2d\xf4\x93\x97\x44\xae\x50\x22\x2a\xc1\xce\xac\x2f\xe4\x0b\xe5\xa4\x9a\x95\x88\x4e\x68\xa8\x32\x85\x81\x0f\xf0\x9a\x79\xaf\xa4\x7a\xa8\xb4\xf0\xfa\x40\xae\x50\x13\x2a\x27\xf2\xac\x69\xf1\x15\x96\xae\x70\xa1\xad\xd2\x23\x56\xb8\xd0\x2a\x26\x67\x56\x5a\x84\x7d\x69\xae\x15\xbc\xd5\xfc\xdc\xf1\xac\x1e\x2b\xec\x18\xe1\xff\x83\x0d\xb8\xc7\xf7\x94\x31\x4a\xac\x70\xb1\xad\x52\x9d\xd7\xca\x2b\xb1\x54\x0d\x35\x51\xe1\x34\x4d\xdc\x20\xda\x83\x95\x30\x51\x57\x98\xca\x1a\x84\x86\x15\xb5\xf1\xd6\xe3\x61\x35\x8a\xec\xe5\x37\x30\x0c\xc1\xef\xfa\xc2\xc6\x18\x5e\xab\xc6\x5b\xaf\x0e\x81\x8a\xec\xfb\xaa\x99\x3a\x6b\x66\x55\xf0\xff\xef\xa6\xb5\x9e\xb2\x76\xd2\xa8\xa5\x62\x4d\x22\x9b\x73\x6a\xe7\x09\xee\x0f\x38\xf3\x12\x66\xb5\x93\x66\x81\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x75\x2e\xbf\x31\x41\xb5\xa9\x40\x04\x94\x5d\x36\xea\x8b\x11\xa7\x8a\x0c\xcc\x0a\x8c\xe8\xbc\x3e\xb3\xb2\xc6\xa0\x11\x52\x85\x11\xd8\xb7\x80\x8a\xf4\x03\xd5\x33\x17\x4c\x23\x25\x9a\xe8\xc3\x1a\x92\x35\x15\x46\x5e\x9f\xe8\x15\x3e\xab\xdf\x0f\x92\xcb\xfd\xc2\x03\x1a\xd5\xc3\x4c\x92\xb4\x78\x33\xd7\x5f\x44\x33\xd7\xd5\xa7\x8f\xc9\xe5\x56\x1f\x93\x87\xa1\xb9\x10\x4e\x77\x3e\x79\x2a\x22\xb0\xaa\x99\x12\x7a\xc4\x8f\x74\x82\xe7\x6a\xb7\x8e\xb7\xc2\x73\xd5\x28\xa2\x2e\x5e\xb7\xcc\x61\x8b\xf2\x4e\x3d\xc0\x11\x55\xe9\x85\x67\x5d\x34\x63\x78\xef\xae\xc5\x41\xf8\x0b\xd2\xa0\x89\x64\xae\xaa\xb6\xfc\x02\x05\x86\x60\x44\x65\x4c\x56\x5b\xfe\x01\x62\xdb\x32\x90\x88\xce\x22\x08\x7a\xc4\x6a\x01\x83\x90\x2c\x45\x91\xcc\x4a\x17\x3a\xc3\xaf\xba\xe7\x3e\x11\x0d\x48\x48\x50\xcd\x3f\x3b\x95\x1c\x96\x6a\x3b\x47\x21\xfe\xd9\x19\xec\x20\x92\x58\xf9\xc8\x67\x76\xdd\xb9\xfd\xbd\xd5\x0e\xc6\x36\x8a\xa8\x83\x1c\xa8\x0f\xa0\x17\x94\xf3\xe2\xac\x07\xa5\xa4\x0e\xf9\x7a\x42\x08\xfa\xa4\x80\x5a\x6f\x98\x7d\xce\x00\xc3\xa9\x03\x16\x6d\xfe\x9c\x45\x50\xe3\x0d\x6f\x55\x44\x34\x85\xc5\xcd\x09\x66\x08\x3f\x13\x9c\x79\x90\x17\xc3\x4c\x7d\x3a\x5e\x44\xce\xfe\x04\x29\x02\xde\x6d\xf6\x97\xc3\x88\x69\xa8\xba\xb7\xf1\x45\xbf\x01\x11\x08\x9d\x9d\xfc\x8b\x67\x7d\x81\x95\x53\xc4\xcf\x8a\xd0\xff\xd9\xbd\xc7\x50\xc1\x79\xb3\xd8\xbf\xc1\x18\x3e\xed\x6e\xd2\x2b\x98\x53\xa1\xa2\x9b\xc6\x9b\x95\x1e\x73\x86\x8f\xf5\x5e\x48\x75\x23\x46\xb8\x69\xea\xf1\xa6\xbc\x71\xfe\x79\x92\x80\x83\x3e\xeb\x4a\x3b\xad\x19\xe3\x41\x2c\x85\x94\xab\x15\xe1\x45\xd5\x67\x1d\x61\x91\xe5\xc8\x0b\x8b\xe6\x30\x02\x41\x0a\x2a\x6b\x15\xeb\x93\x92\x4a\xb3\x08\x05\xdd\xec\x9f\x2f\x40\xe1\xf2\x17\x27\xbf\xd0\xb4\x3d\x60\x3d\xcd\x4a\xcb\x94\x54\x02\x5e\x8d\xa8\xe7\xf3\x4c\xc3\xf1\xd4\x33\x63\x1c\xb5\x52\xed\x47\x22\x87\x9e\xf7\x7f\xff\x09\x15\xba\x9e\x0d\x0e\x74\xf2\x0b\x9f\xed\x85\x41\x55\xa1\x73\xb3\x51\xdb\xa6\xc3\xb4\x01\x15\xc9\xe1\x74\xb6\x1f\x75\x1b\x92\x2a\x2d\xdd\xe5\xb4\x41\xdb\x46\x81\xaf\x1e\xb7\x5c\xe9\xae\x1f\x82\x3f\xf8\x0d\x4a\x2e\x41\xaf\x56\xc0\x3d\x3a\x96\x1a\xa2\x8d\x14\xe9\x33\x5b\x59\x48\xf3\xe7\xff\x21\x23\x24\xd8\xda\x8b\x84\x86\xdd\xb9\x1a\xf3\xc5\x1b\xaf\xb6\x9a\xfe\xc9\x7a\x7e\x45\x82\xdd\x62\x1a\x55\x53\xd2\xd7\xb4\x9a\x2b\xab\x16\x2b\x0e\xa1\xe5\x67\x54\x66\x95\x24\x6d\xb4\x64\x5a\x7c\x37\x58\x32\xed\x4a\xd7\x68\xc9\x34\x9e\x6d\x88\x63\x1f\x9e\x25\x24\xef\x54\x5d\xa3\xd9\xd2\xd2\x29\xd9\xdb\x5a\xca\x39\x2d\x55\xbb\x91\xbb\x58\xb3\x08\x88\x31\x55\xc0\x62\x36\x6a\x9d\x0c\xe3\x5b\xe7\x65\x44\x34\xf4\xe4\x68\x75\xda\xe9\xa5\xaa\x3e\xa9\x64\xea\x02\xad\xad\x53\x52\x99\x9f\x06\x0f\x5b\xb1\x78\x43\x64\x79\x97\x3c\x6f\xd0\x32\xd9\xfd\xa7\xa1\x50\xf2\xe6\xa9\xa6\xe3\x9a\x2f\x71\x6d\x90\x7f\x36\xb7\xf0\xf2\xbc\xa2\x37\x67\xa3\xda\xc9\xd0\xbe\x21\x34\xc7\x8e\x8d\x8d\x09\x3c\x7d\x91\x6c\xe3\xc0\x0b\xa6\x91\xb1\xc9\x6e\x80\x27\x82\x1b\xb8\xf1\xbe\xff\x7f\xf0\xac\x89\x65\xa4\x8e\x02\xb0\x67\x43\xa8\xba\x35\x4d\x2d\xe8\x00\x22\xd9\xd1\x22\x47\xa9\x2e\xe0\x0b\xb7\x79\x0b\x04\x11\x87\x8e\xd2\xf6\xe2\xa4\x21\x17\xe4\xf7\xae\xcf\x69\x11\x47\xc1\x39\xce\xbe\x70\x2d\x60\x35\x34\xbf\x44\xae\x9d\x89\x22\x03\x49\x68\x37\x18\x5c\x67\x17\x70\x6e\x30\xb8\xda\x6d\xb5\xc1\x3b\xae\x79\xdb\x64\x76\x77\x4b\x1b\xe4\x64\x6a\x7f\x2a\xdd\xfa\xa2\x6b\x28\xbd\x35\xa2\x45\x58\x26\xb4\xd1\x16\x4d\xd0\x5e\x58\xea\xa8\x86\x9f\xb9\xcb\x74\x90\x36\x46\xa9\xf7\xe2\x36\x17\x1c\x6d\x35\x09\xb0\x94\x76\x73\xdf\x62\xfa\x6e\x1d\x54\x0d\x08\xa7\x99\xd9\x90\x91\xc9\xae\x1e\x8d\x19\x96\xba\x8e\xc2\xb6\x13\x87\x99\x28\x38\x97\xd9\x65\xb9\xed\x29\x31\xd5\x04\x0b\x2d\xda\xd4\xd9\x0e\x06\xa3\xe9\x8b\xa3\x41\x14\x88\x86\x63\xa2\x5a\x81\xe6\xe5\xe0\x4a\xab\xc7\x83\x57\x22\x0b\x69\xa8\x87\xec\xe3\xd4\x0e\xf2\xb7\x3b\xa4\x1e\xd6\xdc\xc7\xbc\xed\xbd\x98\x04\x4e\x83\xbe\x38\xe9\x7f\x2a\xbc\xda\x4e\xce\x8b\xa6\xe1\x24\x7e\x15\x22\x6e\x27\x0c\x5e\x82\x86\x0d\xc9\x37\x9b\x7b\x38\x29\xdf\x34\x08\x04\x0d\xd8\xd1\xb0\xc1\xd2\xd9\x74\x7a\xb7\x93\x38\xcf\xe2\x0d\x96\x4f\xbb\x9e\xb5\x17\x23\x0d\xbb\x50\x35\x04\x81\xc7\xf0\xff\x95\x63\x14\x85\x17\x29\x52\x83\x17\xa7\xd5\xff\x83\x22\xdd\x12\xdb\x0b\x82\x1c\x22\x3d\xdb\x9d\xcc\xa6\x69\x66\x1a\xcc\x6e\x9a\xef\x13\x25\xc0\xd5\xc3\x0d\x77\x54\x4b\xec\x9b\x12\x5a\x48\xb3\x3d\x39\xcd\x22\xfa\xe1\x96\x14\x74\x6c\xf4\x2d\xf3\x95\xbd\x01\xb5\xd8\x91\xa8\x3d\x94\x86\x16\xb8\x4f\x52\x25\xba\x1f\x5a\xdc\xbc\xef\xe1\x07\xd6\xaa\x9b\xe4\x65\x45\x57\xac\xf6\x80\x1b\x34\x73\x9d\x61\xd4\xd3\xcf\xb8\x9b\x68\x9c\xfd\x97\x34\x2c\xfd\x40\x2f\x1c\xc1\x8c\x4e\x23\x9e\x2f\x27\x7d\xe3\xb9\x21\x69\xd0\x19\x17\x6d\xa7\xfa\xfe\xe2\x8a\xaa\x3a\x56\xef\x21\x04\xaa\xd5\x29\x92\x0e\xd9\x47\xa6\xc3\x4a\x67\x57\xc2\x4e\xfd\x4d\xff\x7c\x40\x8e\x92\x84\xec\x1b\x85\xc1\x32\x0d\x18\xb7\x26\xbf\x17\x32\xfd\xd0\x33\x17\x43\x2c\xd1\x4b\x7d\x17\xfc\xe7\x17\x06\xd2\x37\x68\xa2\x58\xfb\xc6\xb7\xb8\xce\xa4\x41\x56\xf2\xf4\x92\x54\xfa\x13\x2e\x8e\x68\x82\x52\xc7\x08\xb0\x17\x9e\xc0\xc2\xee\xbd\x52\x8f\x24\xb4\xd4\x53\x47\xa3\xbd\xdb\xd3\x72\xa7\x3b\x79\xa7\xe5\xce\x6d\x56\x02\x05\x6d\xe6\xfe\xc2\x9b\x08\xa1\xc2\x5e\xef\x17\x55\x7a\xb1\x18\x7f\xe8\xfb\x6e\x87\xca\xc5\x8e\x37\xbd\x61\xe6\xbc\x18\xad\xa2\x08\xaa\x3a\x68\x54\x4d\x34\x37\x30\xd1\x80\x7a\x6c\x4c\x55\xa4\x89\x43\x90\xb2\x2d\x6a\x1d\x7e\x5f\x4d\xb0\xa3\x23\x77\x79\x6c\x7f\x72\xe4\xee\x89\x94\x04\xc6\x7a\x4f\x6e\x54\xf7\x9d\xfb\x50\xa0\xa3\xd3\x2d\xcc\xb7\x8d\xde\x2b\x84\xb6\x46\x84\xf0\x48\x7b\x31\xf4\x54\xbe\x34\x37\x09\x6d\xb7\x79\xa7\x73\xc4\xa6\x61\xa1\x41\x3f\x13\xe4\xfa\x7b\xb2\xaf\x57\x91\xe1\x94\xd1\x4d\x12\x95\xae\xd2\xb5\x74\x64\xf1\xf9\xcc\xfa\xa0\x85\xcc\xb3\x38\x26\x7c\xd7\xc4\x8d\x03\x19\xe4\x3d\xeb\x03\x98\xc2\xfc\xfc\x02\xa9\xa9\xd2\xb9\xb3\x03\x38\x35\x53\x30\x72\x62\xf5\x02\x51\x8c\x84\x53\x0f\x42\x7f\xdd\xff\x3b\x6b\xd8\xd8\xfe\xda\xe9\xe3\x6f\x2b\x53\xa7\x4d\xce\x2e\xe8\x1d\x36\x39\x1b\x68\x3b\x6d\x72\xb6\x4b\x76\x38\x96\x35\xc1\x88\x9e\x38\xc7\xcc\x36\x91\x36\xdc\xf3\xc4\x14\x3c\x21\xcd\x59\x9f\x3c\xf5\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x87\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6c\xd2\x65\xb1\x4f\xe2\x06\x9d\xa0\x1d\xc1\xcc\x36\x5d\xf7\xc5\x3d\xa5\x16\x68\xd2\xeb\x9e\x7d\x04\x5d\xda\x75\xa3\x03\x1d\xd9\xc2\xd7\x59\xfb\x5a\x31\xe9\xb3\x03\x2d\xd9\xf3\xb9\x23\x1a\xa0\x7d\xfe\x87\x2c\xd2\xd9\xd3\xa9\x2f\xea\x9f\x1e\x38\xf5\xfe\x22\x4d\x7e\xba\xa4\xf7\x3d\xa5\x93\x26\x06\x9e\x65\xf6\xdd\xe9\xcc\x6f\x6e\x65\x48\x87\x0e\xc9\x26\xfc\xbe\x53\x86\xea\xd2\xdc\x77\xce\xbd\x3f\x58\xef\xa5\x65\xfa\x83\x1d\x16\x3d\x11\x89\xf0\x00\x65\xac\x99\x7d\x7f\x31\xe1\xb4\x6c\xda\x79\xfc\x79\xed\xf6\x1b\x2f\x98\x44\x38\x2e\x0a\x8a\xf7\xe3\xf7\xee\x82\xcd\xcf\x04\xf7\xd3\x3f\x50\x9e\xea\x96\xde\xd3\x02\x28\x7d\x61\x3f\xa8\xfd\xd0\x3d\xaa\x13\xe3\xf9\x6c\x82\x77\x5b\xf3\x79\x49\x8b\x9f\xef\x55\xfd\x44\xb4\x9e\xae\x20\x9d\xe9\xd1\xad\x82\xe9\x2c\xa1\xf8\xd9\xbc\x70\x36\x6b\x3e\xa4\x99\xdd\xbc\x9b\xc1\x4e\x7a\xd0\x2d\x7f\x81\x5b\xae\x80\x42\xcf\x40\x4e\xef\xde\x13\x07\xa6\x19\x88\x98\xcc\x32\x0e\xa1\x99\xf6\x51\xe8\x69\xd1\xf3\x5a\xc1\x82\xd7\x7c\xf0\x20\x1e\xc0\x2e\x08\xfd\x22\x83\xb9\x87\x34\xe1\xf9\x68\xba\xb9\xb9\x3d\x73\xc8\x76\xbe\x79\x5f\xdd\xa4\x41\x13\xc7\x88\x80\x8f\x20\x4e\x4d\x94\x0f\x50\x68\xa2\x7c\x07\xe8\x37\xd6\xa2\xfb\x03\x6a\xa0\xcd\x51\xe9\xfc\x65\x20\x81\xfa\x34\xad\xfc\xfe\x76\x1c\x3d\x49\x91\xa6\xe9\x41\x49\x3f\xdd\x57\xfb\x43\xe6\x70\x7f\x20\xc8\x92\x02\xd5\x6b\xa6\x61\x08\x8b\x23\x5a\xc5\xd9\xe1\x18\x66\xe3\x7f\x7f\x12\x44\xfc\x37\x8b\xe3\x47\x85\xa3\x26\x7e\x20\x6f\xa5\x5d\x1b\x07\x20\x9f\x62\xc2\xdf\x83\x0f\x79\xfc\xaa\x9e\xc9\xaf\x6e\x10\xa2\x44\x9b\x70\x20\x0f\x4e\x28\x35\xd6\xbb\x7d\xd8\xe3\xd0\x0f\xbc\x51\x48\x42\x0e\x28\x96\xec\x59\x31\xb6\xf1\xef\x3f\xdd\xda\xeb\xb1\xc5\xfb\x2c\xc0\x38\x36\x7a\xa2\xe9\x8a\x31\x52\xcf\x24\x56\x18\x1b\xe7\xcd\x5d\x52\x28\x2f\xff\xc0\x7b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x35\x65\xe3\xff\x28\x59\xd5\x4d\x03\xa7\xa7\xbf\x1d\x0a\x46\xa1\x86\x3b\xdc\x04\x77\x95\x3a\x2d\xa8\xce\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xd5\x55\x5a\xdf\xc1\x92\xd7\xd6\x57\x0d\x1a\xcd\xba\x58\x66\xa4\xd1\xcc\x1c\x80\xa0\x49\x7b\x14\x8c\x96\x99\x0e\xd5\x09\xbc\xf7\xc7\xd4\xfd\x69\x30\xf7\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\x55\x24\x9b\x03\xd9\x14\xad\xf2\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x3a\xdf\xdb\xf1\x78\xc0\xfb\xde\x11\x24\x83\xf5\x05\xbb\x67\x0f\x36\xaf\x50\xd5\xeb\x39\x60\xe3\x1a\x9f\x3e\x60\x6f\xb2\xb2\x70\x74\xc4\x49\x7b\x01\x51\x82\xfa\xe3\xde\x37\x80\xb3\xc2\xbc\x0d\x4f\x2b\xbb\x5f\x0f\x24\x9b\x09\xa5\xa1\x9a\x63\xd0\xde\xa8\x23\x6c\x50\xe9\x65\x4d\xcb\x40\x5a\x0b\xeb\xaa\x07\xab\x4e\x5b\xa7\x35\x10\x01\xa0\xa4\x50\x73\x0c\xde\xb0\x74\xe6\x8c\x41\xf8\x60\x2a\xe0\x4b\x65\x7b\xf7\x08\xc6\xea\x98\xcf\x90\x1f\xb1\x58\x47\x39\x22\x59\x57\x9d\x04\xe3\x15\xdd\x24\x75\x92\x26\x13\x60\x4d\xe5\x7a\xe6\x00\x56\x73\xdd\xad\x39\x66\x36\xa9\x4e\x27\x84\xad\x85\xeb\x98\xe4\x5d\xcf\x0d\xbc\xa1\xea\xe7\x0b\x1e\xcf\x1e\x48\x26\x9b\x10\x6a\x1d\x30\x9d\xb5\xcf\x73\x47\xda\x19\x8d\x6b\xe5\x40\x35\xae\xb4\xa5\x49\x8f\x35\x90\xcc\xb0\x58\xc3\x37\x76\x58\xeb\xad\x5d\x1b\x3b\xfb\xd0\x17\x3b\x20\x64\xf1\xff\xec\x43\xa0\x60\xc0\x31\xc9\xa6\xb5\x41\x33\x95\x15\x1e\x03\xb9\x20\x6c\x83\x19\xf0\x98\x6f\x16\x56\x07\x45\x8f\x27\xfb\xe0\x66\xf0\x44\x20\x39\x84\xad\xb9\xe3\x08\x76\xe1\x26\x28\x28\x3c\x0a\xc6\x29\xb6\xed\x2f\x79\xe8\xe6\x38\x1e\xbe\xad\x89\x3c\xe9\x12\x24\x40\x38\xce\xa4\xd1\x3f\x24\x8d\x9a\x27\x04\x3a\x5a\xd7\x35\xe8\x22\x6f\x35\xce\xa0\x9e\x48\xf8\x7f\x9c\x4c\x15\xec\xff\x71\xf6\x59\x44\x9f\xcc\x57\xe8\x06\x33\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xa2\x06\xc1\x28\x47\x6b\xcb\xc6\x45\x12\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\xec\x69\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x15\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x2d\xfe\x83\x9a\x3f\xd2\xc8\x0c\xc0\x96\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\xf6\xf0\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\x71\x68\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x38\x34\x7e\x13\x2f\x4c\x3d\x73\x98\x6e\x60\xc7\xb3\x7b\xa0\x03\xb1\x16\x22\x60\x73\xf3\xbc\x06\x3d\x91\x94\x8f\x72\x06\x5d\xdc\xad\x80\x0b\x66\x11\xec\x1e\x06\x2a\xc0\x74\x09\x93\x40\xce\x8a\xfe\xf3\xff\x3c\x71\x96\x5f\xa0\x5b\x6a\xf7\x1b\xf0\xbb\x19\x7e\x26\x4c\xf1\x3c\x00\x2c\x59\x45\x1c\x28\x1b\x1d\x9f\x0f\x78\x19\xf0\xbc\x6c\xc4\xea\xc2\x29\x91\xe0\x49\x32\x30\x4a\x22\x06\xbf\x91\x5c\xad\xf5\x2b\x1d\x9d\x6a\xaa\x0a\x25\xb5\xa7\x06\x6e\xef\x56\xc7\x47\x61\xa8\x53\x77\x1f\x39\x77\xfa\x01\xb6\xbf\x8f\xa7\x59\x54\x0a\x00\xe9\x71\x03\x3e\x4c\xb6\xac\x04\xb2\xfe\xd9\x2c\x12\xcc\x59\xa1\xa2\xec\x33\xe0\x93\xf4\x71\x8b\x09\xe4\xac\xe8\xc5\x5d\xe4\xdc\x68\xb2\x80\xae\x6c\x8b\x09\xa2\x2b\x3b\xad\x04\x53\x52\xd8\xa9\x20\x68\x51\xb4\x32\x32\xa0\x11\x73\x08\x56\x34\x26\x0f\xf0\x07\xd8\xbd\xe6\x19\xda\x0b\xad\x20\x0d\xe4\xb6\xb6\x59\x21\x7a\x4e\x8c\x16\x10\x91\x8e\x56\x98\xc6\x8b\xad\xc2\x31\x84\xd1\x31\x2f\x52\x77\x07\xcc\x87\x1f\x1b\x66\xc0\x67\xdd\x9a\xe7\x48\x0d\xd5\xf0\x17\x98\x06\x1d\xfe\x81\x22\x2c\xbd\xb4\xbf\x1c\x47\xc1\x30\x49\x6b\x80\x63\x90\x5e\xb7\x86\x68\x2b\x6f\x7e\xb8\xa3\x5b\xdb\x1e\x48\xd9\xd7\x75\x54\x04\xcc\x7c\xd6\xb5\xc7\x20\xeb\xb8\xc1\xcc\x78\x61\x8e\x46\xb1\x95\x8f\x92\x2e\x10\x24\x69\x93\x40\x04\x14\xc0\xde\x34\x48\x06\xd6\x2d\x6d\x82\xba\x78\xdd\x67\x83\x56\x3a\xab\xd4\x22\x10\x95\x66\x7e\x86\x4d\xce\x39\x31\x62\x12\xcf\x7a\xeb\xcf\xdc\x22\xfe\x02\x88\x6a\x58\x20\xc1\x9d\x7c\x0e\x0b\x9c\x49\xbf\x84\xe1\x36\x5e\x49\x6f\x57\xdd\x60\xe2\x09\x5f\xef\x62\xf1\x3c\x32\x19\x54\x3e\xa9\x3c\xe0\x0c\xda\xe6\x7c\x63\x8c\x95\x02\x45\x23\xcb\xa8\x44\x4b\x10\xd8\xde\xac\x2c\x8c\x9d\x9b\xc2\x92\x13\xee\x45\x56\xd3\xc6\x4e\x03\xa1\xae\x67\xc1\x54\x11\xc3\x93\x01\xd4\x65\x55\x60\xec\xd9\xa7\x9b\x40\x9f\xa6\xf2\x20\x53\x09\x4f\x04\x0a\x98\x58\xf3\x17\x28\x75\xd7\x7d\x71\x0d\xa4\x76\x58\xde\xeb\x30\xbe\x59\x05\x16\x70\x2f\xea\x9f\x06\x6f\xd2\xe8\x16\xe9\xbf\xab\x2b\x63\x20\xf0\xd0\xf1\x9e\x41\x54\x35\x2c\x05\x01\xa2\xac\xbf\x0c\x60\x26\xab\xe1\x02\x19\x96\xad\x08\x0c\x26\x8b\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb1\x48\xc7\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\xbc\xbf\xad\x76\x89\x2b\xd7\x5f\x8b\x87\x30\xc2\xbe\x59\xa2\x5d\x04\x9f\x5e\x1c\x56\x1c\xf1\x45\x2a\x12\x26\x79\xa0\x54\xff\x0c\xef\x27\xf8\x19\x39\x90\x2a\x98\x0a\xd9\xca\xc0\x20\x4e\xb2\xb3\x56\xd0\x63\xdb\x3a\xea\xa0\xd5\x6e\x58\x0e\x22\x93\x71\xb7\xde\x20\x68\xc6\x33\x6b\x43\xdf\xd3\x7d\xdf\x0e\x02\x1f\x5d\x7c\x83\xf5\x89\xad\x79\x0d\xb8\x1a\x75\x5d\x84\x83\x0a\x22\x6b\x56\x03\x09\x20\xba\x01\x61\x30\xfa\xaf\x7d\xda\x64\xb0\x8a\xa6\x93\xb9\x8e\xdb\xa7\xcd\x03\xd9\xe8\x34\x0c\xe8\x78\xac\xcd\x8b\x87\xd2\x4c\x73\x35\xe1\x6c\xd4\x7d\x13\x9e\x04\x47\x8e\x29\x9a\xac\x3d\xe2\x80\x9e\xf9\xcb\x35\x9c\xfa\x01\xae\x6f\x92\x24\xf3\xc7\x35\xed\x6e\x73\xa7\x78\xf2\x1b\x39\xbb\x4b\x3f\x60\x7f\x08\x03\xcc\x1f\xe8\x96\x44\x9c\x3f\x4e\xae\x5a\x4c\xcd\x91\x96\x63\x12\xfb\x48\x36\xcd\x8d\x3c\xa0\x91\xcf\x2d\x79\x40\x5d\x32\x61\x97\xef\x41\x13\xb6\x43\x6b\xbb\x26\x7c\xbf\xad\x80\x9b\x1b\x35\xe5\xf1\xa7\x10\xd8\xb9\xe5\x24\x68\x48\x5b\xae\x95\x09\xa0\xd8\x0f\xd3\x7c\x92\x22\x8d\x9a\x19\x9a\xad\xf0\x9d\x2f\x9a\x8a\x29\x21\x3e\x0b\x47\xad\x3e\x0a\xf7\x9f\xa6\x09\xde\xe3\x76\xf6\x9c\xa8\x90\x67\x2d\xf8\x2c\x3c\xac\x75\x7a\xcf\xc2\xc3\x59\xaa\x94\x59\xb8\xe5\x75\x5e\x4e\x96\x4d\xb6\x7a\x77\x56\xd2\xa0\x89\xae\x3c\x0e\x75\x82\xce\x4a\x21\x30\xfc\x03\x27\x56\x13\x01\xef\x6e\x2b\xc7\x66\xc6\xfc\x49\xcb\x34\x89\xa4\xc2\x0d\xf0\x7c\x14\xa6\x98\xa9\x97\x12\x0d\x8d\x7b\xcf\xec\xd0\x30\x31\x1e\x16\x83\x04\xad\x84\x9e\x0d\xd2\xd4\x6b\xd1\x68\xfd\x91\x92\x69\xa2\x44\x9e\xed\xc4\x93\xbe\xdc\xaa\xae\x3b\x67\xcb\xe5\xd4\x64\xbf\xd8\xab\x38\x15\xc2\x44\x65\x65\xdf\xf5\x27\x15\x5f\x21\xcd\xca\xec\x49\xb5\x7f\x20\xd5\xea\x02\xee\xde\x56\x5d\xce\x9e\x44\x6a\x26\x3b\xb7\xa6\xfb\x80\xa2\xcb\x86\xe3\x99\xe8\x4c\x70\x67\x12\x9d\x79\x98\x9d\x73\x2f\xcd\xcb\x84\x26\xac\x7c\x68\xa2\x38\xf6\xea\x41\x13\xd6\x3e\x44\x61\xeb\x7a\x1a\xe0\x1d\xd6\x37\x33\x2d\xbd\xc3\xac\xc3\x9d\x83\x69\x27\xfc\x02\x87\xad\x2e\x07\xf3\x24\xa9\xc7\x91\x3b\x57\x8b\xf7\x62\xba\xea\x8b\xf2\x64\xaa\x0c\xd5\x2a\x9d\x73\x90\x81\xfc\xcc\xa9\x97\xa2\x6c\xd2\x46\xa9\x4a\xa2\x73\x06\xb3\x41\x8a\x86\xe0\xda\x78\xeb\x20\xcf\x99\x75\x1a\x13\x2e\xed\x56\xcc\x4c\x64\xc6\x58\x26\x9a\x46\x4e\xab\xdb\x27\xe3\x0c\xad\xb0\x9f\xc8\x5b\x66\x4d\xce\x84\x49\xb3\x9b\x46\x98\x34\x6d\xd9\x9d\x33\xe7\x51\x1f\x4c\xec\x44\x2f\x1d\x51\xa2\xee\xc5\x93\x25\x43\x7e\x7e\x1f\x16\x02\xcf\x33\x22\x0a\x7d\xe9\x9d\x8b\xdf\x6b\x08\x50\x99\x4d\x69\x38\xe6\x82\x34\x91\x4a\x64\x52\x83\xf6\x11\xca\x0b\xcc\xa5\x3b\xee\x5c\x1c\x91\xa6\x60\xf1\x34\x32\x83\x27\xd8\x13\xe2\x98\x04\x7b\xcb\xcf\xd8\xa6\xba\x5e\xce\x9d\x27\xa4\xf9\x17\xb1\x80\x5d\x59\xec\xe7\xdc\x59\x48\x42\x83\x40\xf6\x55\xab\x4c\x26\x34\x6c\xbe\x66\x4f\xd4\xb2\xf3\x7d\x75\x22\x70\x4f\x45\x71\xe6\x3c\xb8\xce\x7e\x3f\xa0\xed\xf4\xff\x14\xf3\xe6\x7f\x1a\xe9\x54\x82\x76\x4e\xb8\x55\xf9\xda\x3e\xcf\x1c\xb4\x06\xf5\x42\xbd\xb2\x79\x3f\x9c\x05\x1e\x43\x22\x19\xea\xb2\xf9\x8b\x3f\x9d\x43\x08\xe1\x6b\x4e\x33\x35\xcf\x9c\x21\xcd\xc8\x49\x99\xef\x21\x9d\x74\x9b\xf0\x1c\x9e\x88\xc8\x15\x8a\x9b\x54\x9f\x8d\xcf\x0f\xd0\xd1\x2b\xc1\xfc\x9c\xf4\xb3\x52\x09\xd2\x39\xa1\x4f\xf3\x7d\x7b\xbe\xc8\xb0\x4e\x6f\xa7\x8b\x88\xa0\xf8\x07\xf8\x24\x5b\x50\xc1\x08\xe8\xab\xf0\xbc\x78\x36\x9a\xdb\x51\x68\xce\xb7\xeb\x79\x53\x2f\xe9\x1d\x7a\x23\x04\xc0\x24\xa5\xea\xcb\x1b\xec\x9e\xe8\x42\xfc\x9c\x31\x75\xde\x40\x40\x70\xbe\x96\x4d\x20\x38\xab\x21\xe7\xc3\x41\xfa\xfd\x0e\x60\xa4\x89\x7d\xb2\x47\xb1\xf3\x83\x1c\x14\x1e\x34\x94\x63\xbe\x7c\x4f\x38\x65\xd9\x09\x70\x3e\xa8\xba\x6a\x66\x7b\x50\x3a\x40\x70\x6f\xfd\x72\x61\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\x93\xfa\x6f\xfd\xe0\x90\xa2\x75\x59\xd0\x5b\xf9\x2e\xb5\x7e\xa0\x68\xf3\xff\x54\x28\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbe\xf9\xff\x8a\x06\xfc\x4c\x87\x3a\x51\xb4\x61\x9d\x05\xd5\xd7\x8b\x81\x86\xe7\x70\x31\xcd\x96\x95\xee\x0b\xda\x21\xdf\x0f\x57\xa1\xc1\x49\x3b\x7c\xc1\xf8\xd6\x37\xcf\x12\xd3\x26\x38\x0c\x6f\x21\xe2\xad\x2b\x61\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x9f\x4a\x25\x3c\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\xaf\x46\xab\xf2\x16\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x81\x14\xde\x87\x8b\xf6\x39\xc7\xb0\x2d\xc0\x1e\xdf\xf8\x16\x15\x48\xaa\x78\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\x0b\xc4\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x09\xc3\xb3\xc9\x54\x08\xce\x6a\xba\xa0\x62\x1a\xe6\xa0\x17\xe6\xfc\x1f\x4d\x14\xf2\x9e\x29\x7a\x4d\xd9\xc8\xb1\x3a\xe2\xe8\x74\x8b\x5c\x2c\x7e\x66\xfb\xc0\x4a\x50\xf2\xf9\x82\x67\xa7\xce\x81\xd5\xa9\xbc\xf8\x7c\x02\xb6\x91\xd8\x5e\xf4\x51\xf7\x6a\x40\xc9\x34\xa4\x83\x59\xa9\x47\xd2\x39\xb0\x46\x4e\x9d\x5a\x60\xe9\x5f\xef\xf6\x35\x38\x77\x9a\xec\x41\x0e\x10\x8b\x40\xb3\x64\xe4\xbc\x06\x01\xa2\x89\x86\xa3\x94\xc1\xf7\x1a\x14\x69\xcb\x5d\x3e\x78\x41\xc3\x0e\x8a\x34\x13\x89\x54\x08\x76\x3d\x5c\x91\x34\x8a\x06\xa8\xa2\x0c\x94\x57\x10\x8b\x4b\xff\xb2\xe0\x8b\x35\xa4\x3e\x5b\xc8\xcf\x55\x6c\x84\x58\x41\xc1\xec\x61\x44\x4e\xb5\xe6\x81\x2e\xe4\xfd\xf7\xa7\xb0\xa3\x05\x54\x63\xd8\xbc\x5e\x54\x53\x54\x38\x75\xae\x17\xd5\x6c\x75\x0a\x1d\xae\x09\xb1\x6d\x11\x86\x84\x5f\x3e\x18\xd6\x1c\x90\x58\x9a\x24\x26\x5c\x35\x3f\xc2\x2b\x6b\x08\xb5\xac\xd4\x84\x7d\x7a\xe4\x3a\xf9\x19\x9a\x31\x4b\x87\x99\xe3\x73\x0f\x0f\xca\x79\x8a\x02\x66\xbe\x57\x65\xd6\xb9\x16\x49\xf4\x73\xe3\x3e\xd5\x1c\x52\x2f\x66\xc4\xba\x32\xcf\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd3\xb6\x50\x70\xc2\xf7\xfe\x45\x9f\xab\x61\x31\x4a\x9f\x2b\x2b\xff\x17\x7c\xd8\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xdd\x55\xcf\x1b\xb2\x7b\x19\x9a\xad\xf4\xa8\xf2\x33\xe4\x80\x50\xcc\x82\x52\xed\xb3\xab\x0f\xce\x92\x2e\x8e\x0b\x79\xee\x0d\x22\x16\x4c\x99\x56\xb2\x2d\x7a\x50\xd9\xe8\xb2\x8e\x24\x59\x2b\x45\x97\x2a\x5b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xc7\x94\x61\xc8\x3a\x92\x79\xdd\x09\xf6\xa0\x94\x4b\xff\x63\xec\x5f\x92\xb6\x69\x95\xe5\x40\xb4\x7f\x46\xf1\xcd\xe0\x24\x77\xe8\xfc\x9d\x6a\x57\xcd\x21\x6f\x94\xa9\xa1\xad\x6d\xab\xa4\xf9\x97\xa5\x3b\xb8\x3f\xcb\x4c\x2a\x7d\x8d\xd7\xec\x7d\x92\x4c\x08\x20\x88\x08\xe2\x3a\x20\xc9\x58\x3f\x32\x1e\xde\x35\x7c\x06\x99\x19\xab\xfb\x80\x2c\x95\x96\xf7\xee\x69\x84\x4a\x63\x3c\xbc\x74\xf9\x98\xc2\xa9\xfc\x87\x35\xb0\x54\x97\x09\x03\x33\xcb\x3b\x10\x64\xbc\x15\x29\x4f\x04\x04\x72\x59\xfd\x50\x69\xd6\xc4\x75\xd6\x84\xf1\x52\xbb\x5b\xfd\x06\x91\xd8\x8c\x7b\x52\xf1\xe3\x83\x38\x29\xb2\x49\x79\x30\x28\xcd\x78\x29\xe0\x91\xd4\x1c\x00\x38\x26\x90\xb2\xf8\x83\x05\x85\x5f\x78\xd8\xa5\x96\x7f\x2e\x34\xdd\xcb\x7d\x32\xf7\xd4\xe1\xdf\xc8\xab\x61\x8b\xd4\x09\xdb\x9d\x4d\x3d\x27\x62\xe1\x4c\x95\xcf\x83\xcc\x3d\xf9\x03\xd6\x45\xf4\x0b\x27\x93\x60\x1c\x7a\x00\x3c\xfd\xf9\xfd\xc2\x35\xcc\x1d\xf0\xbe\xea\x1e\x90\x4a\xca\xa7\xfb\xa4\x93\x92\xc3\xe5\xce\x80\x78\x68\x49\x20\x27\x54\x4d\xc6\xb1\x13\x9a\xa6\xae\x32\x40\xfd\x0c\x6b\x7f\x35\x6d\xa8\x9a\x4c\x92\x4e\x94\xc6\x75\xdc\xd7\x09\xd5\x93\x05\xcb\x13\xd9\x49\x7d\x94\x4e\xe4\x96\x3a\x7c\x4b\x3f\xa9\x39\xb2\x99\xf5\x44\x72\x29\xb3\x96\x93\x62\x94\x0d\x92\x67\x5c\xb3\xd2\x98\x91\x32\xbd\xa8\xd8\xb9\xed\x72\xfa\xcd\xf3\x19\xdc\x27\x24\xb1\xea\x1e\x78\x3c\x25\x34\x9d\x11\x39\x9a\x75\x61\x3d\x51\xcd\xab\x4a\x32\x38\x69\xa6\xb3\xa5\xef\x4c\x74\x2f\xd2\x4a\x23\x41\x69\xcf\x6e\x67\xe1\x58\x75\xc8\x84\xa5\xdf\x08\x7f\xc1\x8a\x4e\x8a\x6c\x3f\x5f\x53\x8f\xa9\xf9\x24\x52\x38\xcd\xe7\x93\xc7\x9a\x83\xd2\x4f\x24\x3b\x35\xb3\x3d\xe9\x3e\x65\x3b\xe4\xc9\x12\x3d\x2a\x1d\xd6\x4f\x26\x9d\xb7\xfd\xf4\xa4\xc0\x56\xfd\x42\xe2\x0b\x82\x69\x09\x64\xba\xe0\x9e\x99\x40\x6b\x50\x26\x1d\x08\x3f\x5d\xe2\x54\x4a\x3f\x73\x42\x60\x1b\xce\x12\x7f\x66\x9e\x4a\xdd\x50\xcf\x4c\xb9\xd2\x13\x83\xe7\xbb\x8d\xb8\x27\x14\x53\xbd\xb8\x1d\x94\x5b\xc7\xfa\x2c\x0b\x6a\x4d\x03\x1e\x59\x96\x32\xce\x52\xa0\xa0\x71\x87\xc4\x0c\x89\x5f\x27\xf3\xa3\x3a\x55\xc2\xb9\x14\x55\x52\x4e\x9c\x85\x28\xef\x2f\x6e\x76\x61\x20\x1e\x2e\x84\x07\x61\x78\x89\x7e\x23\xd7\x95\x73\x6e\x9e\x28\x34\xd4\x82\xa1\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xb3\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\x6b\x88\x61\x8a\xb4\x79\xf8\x84\x3c\x68\x61\xee\x5c\xee\x5e\x5e\xf7\x86\xf8\x02\x9f\xd0\x46\x80\xfc\xc1\xcb\x19\x69\x11\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\xab\xa8\x39\x77\x22\x87\xf7\x01\x01\x84\x3f\x18\x8d\x3c\x0b\x3f\x54\x01\x7e\xf6\xc3\x91\x6a\x27\xac\x9b\xc3\xb3\x42\xc6\x7c\x15\x4f\xee\x27\xdd\xe8\x6d\xf3\x3d\xfb\x8a\x8a\xd0\xef\x07\x91\x98\x06\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\x58\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\x35\x09\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\x3d\x4d\x9a\x4a\x8b\x7f\x73\x16\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\xa4\x7f\xfe\x1e\x94\xc4\x74\xe2\x24\x84\xde\xfb\x93\xbc\xd5\xcb\x76\x32\x6d\xa3\x56\x01\x89\xb6\x2c\xd6\x9e\xe7\x22\x88\x1e\x62\xcd\x41\x93\xfa\xa4\xc4\x38\x7c\x26\x11\x16\xe9\xe4\x12\xe7\x45\x6c\xca\x7e\xb0\x16\x5a\x50\x2e\x19\x50\x6a\x9d\x13\x89\xb4\x92\xaf\x76\xe7\x45\x7c\xf1\x66\x41\x2a\xf4\x4d\xee\xbc\xde\x6f\x21\x7c\xec\x90\x14\xf6\x30\x65\x41\xce\xd7\x2a\x15\xc4\x79\x2f\xa0\x34\x02\x6c\xb3\xb5\xff\x1d\x1b\xba\x49\x0c\xb3\xbb\x03\xf7\x2f\x1e\xae\xf3\x05\x4d\xf1\x5e\x24\x5d\x3b\x4b\xcb\xad\x8d\xc1\x27\x1c\xe2\x7e\x04\x04\x24\x9b\xb0\x31\xf8\x44\xdc\x64\xed\x06\x18\x09\xcf\x7c\x42\x9e\xa5\x59\xd0\x90\x50\xf9\x0d\x3b\x24\x9f\x9f\xa0\x9c\x86\xd7\xe0\x13\x83\xb3\x83\xfb\xce\x67\x6d\x83\x76\x96\x42\x6f\x77\x8f\x20\xe8\xe6\x9e\x50\xf8\x1d\xde\x79\xa4\x97\x18\xaa\x8b\xdc\x4f\xb8\xc7\x39\x27\xe8\xf9\x20\xc5\x8b\x85\x05\x98\x81\x7f\x90\x0f\x79\xbc\xec\x30\x7f\xbe\xd8\x35\xa3\x01\xea\xe1\xfe\x48\x1f\x2f\xdc\x34\x2c\x08\x52\xc8\x96\xe6\xe3\x44\xaa\x09\x87\x94\x9c\xc8\x07\x3b\x5c\xc0\xe7\x84\x6b\x5c\x2f\xfe\x4d\x06\xa4\x0f\x26\x49\xa5\x4f\x30\x6a\x06\xb8\xf4\xd1\x39\x79\x40\xb5\xc6\x93\x97\x0f\x9f\x8e\xc9\xcb\x47\xf0\x03\xa4\xa7\x30\xf3\x9f\x84\x59\x73\x80\x05\xd9\x01\xb4\xe7\x3c\x91\xb2\xc8\x20\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x1f\x98\x28\xe1\x74\x0f\x0a\x3e\x5a\x3d\xe6\xe4\x98\xea\x01\x32\xbe\x8b\x1c\x5c\x81\xe8\x2e\xf9\xf9\x0a\x44\x16\x01\x09\x89\xdd\x75\x15\xae\x40\xa0\xfd\x3e\xcb\x93\x74\xfd\x3e\xd1\x1e\xf4\xfb\x82\xc4\xee\x01\xd7\x46\xf8\x03\x24\x17\xfe\xe9\x90\x12\x7d\xf1\x83\xc5\x89\x05\x42\xe4\x1c\x34\xc9\x48\xc5\x89\x7f\x13\x64\xad\x12\x6a\x41\x39\x47\xf9\x85\x54\x62\xce\xf5\x7e\x45\x78\x3c\x78\xd9\xe3\x5a\x55\x75\x90\x16\x3e\x6b\x04\x64\x87\x75\x7d\x81\x2b\xf1\x72\x26\x42\x7b\x51\xe7\xa9\x03\x70\xb1\x5c\x80\xed\xfe\x17\xaa\x03\x38\xd3\xfa\x05\xf9\xd8\x49\xce\x2f\x66\xed\xb2\x43\xc3\x95\xd7\x89\x10\x0c\x79\xdd\x52\xfd\x06\xa9\xa7\xd8\xe2\xf5\x09\xc4\xd5\xc9\x89\x2f\x28\x30\x9d\x17\xfd\xa2\x8f\x9c\x73\xff\x5e\x99\x40\x79\x88\x89\xdf\x5a\x98\xe5\x33\x27\x4a\x72\x21\x64\x61\x38\x9d\xf6\xc5\xb8\x50\xef\x76\x59\x07\xdb\x2f\x60\x6f\x24\x87\x5d\x2c\x76\x2b\x59\xf5\x2a\x54\x16\x47\x3f\x00\x3e\x89\x45\x5d\x85\x9b\xe7\x76\xe4\x38\xc8\x7f\xe5\xd3\x7d\x15\xb2\x65\x11\xa2\x0b\x2e\x79\xce\x08\x7d\x51\xf7\x69\x7f\x8c\xab\xae\xd2\x8d\xfa\x4d\xf8\x44\x68\x2e\x58\x5c\x9d\xc8\xfa\x82\xa4\xeb\x04\xcf\x57\x5d\xd4\x5d\x33\xae\x1c\x52\x4b\xb4\x44\x5d\x75\xd8\x58\x8e\xcf\xbf\x91\x05\xd6\x0b\x02\x4d\xa7\x0b\x0b\x5c\xc8\x9d\xd1\x7f\x4e\x2c\x02\x19\xcc\x55\x2f\xe6\x18\xeb\x5e\x32\x5a\x68\xed\xbd\x74\x51\xd3\xd9\xbd\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\xcf\x12\xca\xcc\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\xcb\xc0\x2c\x64\x76\x64\xb9\x18\x86\xda\xbd\x17\xfd\xfc\xe7\xcf\x4f\xb8\xdd\xb5\x1c\xf9\x86\x1f\x70\xa9\xdd\xe5\xc2\x67\x8f\x09\x7c\xf6\xd2\x2d\x71\x58\xb7\xd0\x6b\x25\xe5\xd0\x07\x48\x3b\xe6\x44\xb2\xd7\xa0\xa3\x8a\xc4\x8d\x6b\xf0\xee\x25\x25\xf1\x35\xd6\x95\x52\x63\x0c\x52\x5c\x21\xc0\x8d\x9c\x7f\x36\x7d\xdd\x89\xc7\x54\x34\xfa\x66\xfc\x92\x05\x84\x1b\x35\x73\x9d\x7a\xf4\x66\x69\x11\x33\x8a\x9b\x35\xdf\xec\x0e\x73\xc3\xc1\xd6\x39\x31\x6f\x52\x13\x89\xfd\x37\x2f\xd7\xa6\xe2\xf7\x47\x3c\x52\xf0\x90\x99\x04\x4c\x72\xd3\x8d\xcb\xb5\x93\x64\xde\x79\xe1\x7d\xd4\x03\xaa\x38\x04\x24\xbd\x42\x1c\x20\x75\x93\xda\xe8\xe4\xdc\x24\x2e\xd9\x23\x4c\xc2\xa4\x0f\x90\x14\xd0\x09\xa6\x6e\x7a\x89\xd8\xe1\xe6\x46\x3c\xd4\xe8\x42\xfd\x7b\x51\x97\xe2\x4f\x0a\xba\x10\x90\x4c\xf9\x67\x6e\x75\x97\xb5\xf8\x82\xaa\xf0\x2c\x34\x7f\xf2\xcd\xcb\xb5\x64\x6e\x5a\x60\xec\xb4\x73\x33\x20\xca\x96\xc3\x1b\x16\x15\x07\x12\xdc\xb8\x5d\x3b\xad\xd0\xcd\xcb\xb3\xbd\x5b\xee\xca\xc0\x94\xe4\x37\x06\xc1\xd4\x7e\x21\x87\x8f\x53\xe6\xde\xb8\x4e\xdb\x99\xf0\x26\x91\x11\xbb\xb9\xeb\xc2\x10\x21\x00\x52\xf0\x14\x55\x72\xee\x37\x5c\x71\x9d\x85\xe5\x06\x0d\x38\x5c\xbe\xee\x6e\x40\x3a\xc9\xe6\x77\x5b\xfb\xe9\x07\x18\x53\x64\xe5\x6e\x44\x42\x89\x58\x77\xe7\xbc\x05\x43\xe7\x66\x68\xa9\x91\x35\xd0\x49\x0f\x6e\x98\x23\xec\xe6\x71\xaf\xdb\xad\xee\x33\x37\x0a\xc2\xfd\xa0\x3d\xdd\x70\xed\x56\x71\x23\x8d\x60\x37\x27\xbf\xe9\x97\x6b\xd6\x7f\x23\x28\xdc\x41\x7a\x37\xcc\x0b\x0e\xe1\xb9\x59\x22\xce\x7c\xf8\x66\xda\x40\x33\xe2\x9b\x69\x03\xed\xad\x72\x83\x04\x38\x80\xe6\xfe\x28\x40\x32\x99\xba\x41\x00\x52\xcd\x7f\x75\x27\xba\x4f\x16\xe4\xd1\xa2\x21\xf4\xca\xec\xe5\x3e\x99\x08\x53\xbd\x9f\x0b\xe5\x05\x1f\xac\x17\xd6\x24\xde\xc8\xd0\xe3\x14\x03\xf7\xc9\x70\x5e\x6d\xe3\xc9\x55\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x7c\x10\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xb1\xec\xfb\xbb\xe4\xa6\xf0\xd3\xce\x19\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x71\x82\x10\xc9\x7e\x9a\x98\xc4\x4d\xaf\x14\x9f\x8c\xef\x12\x9c\x5c\x2a\xe0\xfe\xee\xc0\xf9\x07\x01\xee\xc5\xc8\xfc\x02\x09\x40\x77\x0f\x0c\xea\x17\x44\x28\x8c\x62\xed\xee\xbd\xae\xbd\xd1\x2f\x9c\x70\x48\xd2\x22\xdd\xeb\xa8\x68\x8e\xb8\xe6\xda\xcd\xeb\x46\x61\x14\xa7\x61\xbf\x6f\x72\x3e\x4f\x12\xf9\x82\x5c\x38\xe5\x7e\x28\xc9\xf9\x8b\x27\x01\xaf\xb4\xcf\x8c\x0b\xb3\x30\x78\xb3\x50\x8a\xc5\xc9\x1b\x71\x61\x25\x98\x42\xe0\x22\x6c\xef\xf3\xfb\xbb\x08\x47\xbb\xb7\xdd\xcb\xe1\xd9\x43\x92\xb2\xfe\xbc\x80\xea\x55\xba\xd8\xde\x2f\xaa\x95\xfb\xf4\xbe\x34\xed\xfc\x3c\x00\x41\x70\x07\x48\x60\x6d\x8f\xf9\x1b\x37\x61\x5f\x8f\x6e\xdc\x84\xad\x4d\xb8\x19\x0c\x6f\xa7\xa9\x9b\xb5\x52\x8c\x7c\xeb\x2a\x2c\xfe\x7f\xbf\xc8\x15\x53\xdc\x23\x17\x5a\x22\xf2\x3d\x91\x2e\xc1\xe7\x8f\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x0c\xc5\xa4\x47\xa6\x7f\x03\x3d\xcc\xf5\x98\xa0\xda\xce\x5c\xf7\xba\xfd\x4a\x88\x7c\x0e\xde\x0b\xa5\xcc\x7c\x58\xfd\xce\x39\x7d\x1f\xde\x5e\x9b\x7f\xe3\xe0\x8a\x2e\x3e\xc7\x22\xad\x7e\x00\x74\x68\xee\x11\x94\x47\x8c\xf5\x81\x6b\xb4\xdd\x4a\x1f\x06\x86\x59\xf4\x7f\xe0\x1b\x6d\x4f\xd5\x87\x77\x59\x31\xa0\x87\xe6\xa9\xe8\xdf\xd8\x7d\xe1\xf8\x83\xab\x6d\x13\xfb\x78\x78\xb5\x95\x4a\xe0\x09\x6b\x5d\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\x2f\x18\x11\xca\x6c\xdd\xcf\xb3\x34\xe7\x12\x7b\x1f\x32\x7f\x91\xc7\x07\xa1\xce\xad\xbb\x7d\x1d\x1a\xbf\x80\x4c\x60\xda\xca\x87\xa1\xce\x41\x97\xb4\xa7\xf2\xa8\x6b\xdd\xe9\xe2\x69\xed\xfd\x03\x8f\xce\xfe\x77\xd9\x17\x1e\xdc\x36\xec\x3b\xf6\x34\xae\x99\x26\x88\x2a\xb6\xb6\x55\x3f\x8d\x7a\x18\xff\x6e\x20\xef\xfe\xbd\x10\x49\xe0\x75\x0e\x20\xe8\xfa\x42\x77\x8d\xc8\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x82\x09\x31\xd2\x2e\x65\xf5\x30\x46\x3a\x88\x27\x3d\x4b\x50\x90\x78\xfb\x8c\x85\xcd\x02\x73\xd0\x30\x29\x36\xf4\xc0\x83\xd3\x39\x9f\x9e\x41\xe9\xc6\x1b\xb7\xe4\x7a\x51\xab\x87\x8e\x07\xf6\xf4\x7b\x4e\x38\x2d\xeb\x54\x3e\x2c\xed\x1a\x44\xd6\x1f\xf8\x70\x5a\xdb\xfa\x9c\x14\xb1\x24\xf1\x3e\xcc\xee\xeb\xc8\xba\x07\xd9\xf4\x9a\xed\xe3\xcf\x45\x32\x2d\x09\xf7\x81\x9a\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x04\x16\x19\xaa\x7d\xef\x1e\xb8\x0e\xd8\xe7\xe8\xa1\xd6\xd8\xbe\x74\xcf\xb5\xca\x8e\xbb\x0b\xc8\x00\xa2\x71\xcf\xbd\x96\x42\x5b\x06\xbd\xb1\x3d\xd3\x9e\x7b\x41\xa5\x2d\xbb\xd7\xda\x68\x8c\x7b\x81\xa9\x2d\xbb\x3b\x4f\xbf\x07\x61\xd9\x2a\xa3\x1a\x82\x76\xec\x24\xf1\xdc\x10\x50\x8d\x58\xcc\xd7\x12\xaa\x1f\x80\x7e\x98\xc6\x31\xad\xb0\x3d\x03\x9e\x87\x19\x17\x25\x4f\x3e\xcb\x07\x22\xfb\x13\x90\x0c\x63\x37\xeb\x7f\xd9\x2a\xff\x3c\xa4\x7a\xe2\x9b\x0f\x99\xa0\x09\xc2\x43\xa8\xb5\x12\xd0\xfe\x5a\xde\x7a\x10\x0b\x6d\x23\xe6\xf3\xf1\xb8\x68\xbd\xe5\x03\x96\x66\xfb\xe1\xf3\xae\xe3\xa3\x0e\x19\x0a\x6d\xcf\xc5\xe7\x25\x59\xd3\x6d\xe1\x41\x15\x86\x61\x44\x7d\x17\x89\xd1\x4a\xbe\xa8\x85\x2d\xa1\xf4\xa1\x3e\xd7\xce\x91\xcf\x84\x08\x14\xfd\x42\xe6\x10\x7e\x50\x20\x7f\x08\x06\xf8\x77\xda\x5e\xf8\xd0\x61\xc2\x5a\x8c\x67\x72\xda\x7b\x1d\xdf\xc5\x7f\xc4\x9a\xdf\x83\xe2\x46\xf4\x1b\x88\x44\x13\x4a\xbd\xc7\x3a\x4d\x43\x0f\x6e\x7e\x91\xf4\x00\x69\x9b\x75\xa4\x5f\xf0\x0f\x6b\xfa\xdf\x10\x38\x4d\x0d\x41\x7f\x06\x6b\x18\xde\xb0\x80\xf0\x27\x00\x5b\x08\xf3\x46\x3a\x58\x8a\xd3\xbe\xf0\x25\x68\x76\xb2\x78\xe9\xb5\x69\x1b\xf3\xcb\x94\x29\x56\x3a\xbc\xc8\xef\xeb\x8b\xf4\x8b\x8c\x28\x56\x1b\xbf\x89\x4b\x23\x91\xfd\x5d\x85\xea\x25\x52\xbc\x08\xe9\xb5\xd2\xf7\x45\xc2\x5f\x2b\xd3\xdf\xc4\x69\x08\xf1\x5f\xaa\x20\xac\x30\x78\xd3\xd2\x73\x68\xe6\x88\x2b\xb1\x09\xe0\xcd\xa8\x6e\x2e\x34\x7e\x73\x43\xbb\x3a\x80\xfe\xc0\x1a\xa5\x17\xba\xc8\x1e\xfe\xca\x95\xfb\x45\xbd\x79\xeb\xa4\x5f\x16\xa1\x0a\xcd\xbd\x01\x9d\x82\xa1\xa3\x92\x4d\xa2\xe7\xcb\x2a\x55\xf5\x67\x7c\x92\x6f\x89\x8a\x6f\xe1\xaa\x6a\xa3\x58\x50\xc0\x3a\x94\x17\xba\x04\xdf\x7f\x5f\x04\x90\x58\x05\xf6\x52\x31\x50\x7f\x1e\x50\x38\x28\xfe\x02\x1e\x7f\xe2\xf5\x2f\x5c\x31\x7d\x35\x7a\xeb\xda\x48\x0d\x49\x57\x4c\x6b\x5d\x5e\xc4\xf8\x5a\xe1\xf1\xc2\x13\xd3\x2a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x94\x13\xef\xd2\x0c\x88\xf3\xbd\x0c\x00\xb1\x1e\xe6\x6d\x44\x59\x69\x40\xde\xb6\xc0\xd2\x27\x88\x00\xf1\x7d\xe6\x45\x3a\x5f\x67\x71\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5e\xd4\x48\x3a\x83\xe2\x4b\x0d\xa4\xf5\xc4\x2f\x73\xab\x04\x99\x3f\x5f\xa8\x1f\x9a\x9d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\x30\xb6\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x87\x9d\x05\xf7\x97\x75\xa8\x7a\xf5\x0b\x40\x3a\x9f\x89\x7e\xe1\xb7\x40\x64\x94\xb0\x38\xef\xcb\xd2\xa7\x5d\x22\xc4\x3b\x08\x91\x66\xcd\x22\x07\x41\x02\xef\x0b\x6f\x49\x8b\x97\xef\x20\xc8\x5a\xd7\xb1\xd6\xd1\x1f\x90\x07\x4a\x40\x78\x21\xa5\x58\x8c\x79\x07\xef\xc2\xde\x8a\xb1\x90\xd2\x40\x3c\x7c\xe0\x41\x28\x55\x7b\x1e\x30\x9e\x5b\x08\x79\x59\x1d\xd5\x22\xde\x7b\xae\xdd\x13\xdc\xe7\x5a\x3a\x0d\x02\x9d\x82\x45\xa3\xf7\x13\x6c\xa2\x83\xd0\x5e\x78\x4c\xfe\x2c\xdd\xc9\xe3\x2a\x86\xf3\xb2\x2e\x55\xd0\x65\xe2\xa5\xe0\xe3\x79\x21\x78\xc5\x7c\xf8\xbd\x08\xb4\xdb\xa9\xef\xd2\xdd\xe0\xbd\x78\x5d\xfd\xf9\x02\xe1\x21\x76\x49\x79\xaf\x55\x06\x53\x50\x5f\x54\xfd\x88\x4f\xbe\x10\x73\xba\x2e\xfe\xef\x27\xe6\x34\xbb\x7d\xbd\x37\xf9\x85\x71\xea\x06\xce\x89\x0b\xbe\x88\x54\x36\xe3\x7d\x97\x90\x63\x9c\xc2\xc5\xff\x87\xc9\x41\xc6\x71\xc9\xa7\x17\x22\xce\x0f\x4b\x83\x75\xdb\xf2\xc9\xcb\xf4\x2f\x87\x01\x80\xa5\xd8\x00\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x37\xe6\x17\xb5\x0f\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xad\x01\x1d\x36\xed\xeb\xf3\xd2\x9a\x6c\xc7\xe7\x97\xa5\x0d\xec\x29\xfd\xce\xb5\xf0\x9a\xd6\x5c\x0b\x2b\x28\x18\x50\x6c\x28\x59\x4d\x34\x48\xad\xf4\x4e\x46\xea\xfe\x5d\x99\xd7\x77\x12\x66\xed\x3c\xc5\x99\xe2\xee\x59\x4a\xc4\x00\x02\x73\xc4\x6c\x26\x13\xcc\x59\xf7\x39\x59\x5b\xde\x7e\xce\x13\xd7\x6b\x07\xd1\x4e\x14\x1e\xed\x3f\xbf\x79\x08\x45\xd8\xe7\xb1\x68\xc3\xd0\x83\x81\x60\xaa\xac\xdf\x38\x94\xe2\x46\x13\xb6\x63\x93\x8a\x89\xa4\x29\xa6\xf2\x13\xb7\x65\xd3\xe8\xf9\x09\x3f\xc9\x6b\x3c\x03\x21\xd2\x14\x42\xe5\x14\x92\x1e\xd0\x86\xa0\xfb\xf6\x64\x1c\xb1\x3d\x7f\x66\x00\xf9\xaa\x7e\x01\xcb\x2a\x7a\x37\x03\x41\xf4\xfb\x90\x8d\x83\x41\x62\xbc\xd6\xcf\x90\x10\xbf\x74\x22\x67\xa4\x24\xa4\x23\x3b\x23\x49\x6a\xf3\x1b\x38\x92\xd5\x2f\xac\x75\x15\x0c\x8c\x99\xb1\x27\xf5\x64\xf9\x85\xec\x17\xce\x4f\x38\xd6\xb5\x6f\x32\x87\xb1\xf5\xd8\x33\x52\x0e\x10\x31\x9b\xac\x4c\x15\x7e\xba\x20\x86\x1b\x1d\x22\x2b\xa2\x0a\xaa\xc4\xbd\x10\x0c\x69\xa5\x82\xd7\x66\xa5\x35\x2f\x7f\xc1\x0b\x95\xee\x11\x93\xa5\xa6\xaa\xc1\x4a\x70\xc3\x12\xce\xce\xc4\xcd\x70\x97\xe4\x25\xcd\x83\x72\x77\x04\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\xb4\xb4\x8c\x4d\x76\xe8\xc9\x64\x70\x72\xfd\x79\x00\x94\x33\x0e\x67\xea\x94\x44\x7d\x26\x2a\x51\xe5\x9f\x2e\x81\x73\x3a\xf8\x13\x3e\xa1\x3f\x2b\x9b\xd7\xee\x69\x12\x14\x33\xbd\x9b\x0c\x5e\xb6\x21\x7e\x52\x72\x34\x3e\x7c\x92\x63\x72\x04\xe0\xcc\x9c\xa4\x7f\x4f\xce\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x98\x07\xf1\xa2\xc9\x60\xe5\xee\xad\x40\xe6\x98\x9f\x85\xa5\xcb\xa7\xad\x12\xb3\x10\x28\x2d\x03\x04\x47\x6b\x9c\x27\x1d\x38\xa5\x94\x99\xd4\x32\xd9\x39\x7c\x0e\x32\x5c\x81\x80\xd4\xb5\x76\x1c\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\xc9\x48\x7e\xf6\x12\x1e\x74\x5d\xa2\xeb\x3c\x29\x1d\x9b\xa2\x9d\x6b\x92\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\xc5\xf2\x79\x76\xfc\x16\xcc\x30\x2c\xfc\x76\xf0\xad\xfc\xcf\xd9\x3e\x09\x92\x16\x81\x0e\x73\xba\xd4\x4c\xe4\x2e\xb1\x2b\xda\xbc\x22\x22\x49\x34\xde\xb5\x40\x76\x07\xd8\x06\xaf\x22\xb3\xd0\xda\x8d\x70\x22\xb7\x89\x05\xfa\xf9\x09\x04\xdd\x95\x05\x27\xf4\x20\xae\x7d\x30\x59\x3a\xc9\xbe\x91\xf3\x42\xaa\x5c\xf1\xca\xb9\xf4\x22\xa6\xa9\xcc\x6d\x62\xeb\xcb\xbc\xe3\x27\x52\xa4\xbf\xd2\xd5\xcd\x3b\xff\xf3\xa7\x0d\x63\x1e\xb4\x2a\x56\x97\xcf\x9b\xd7\x3a\x4f\x08\x3a\x94\x6c\xb7\xc4\xc9\xa4\xb7\xed\x07\x20\xca\x8b\x26\xb9\x94\x28\xda\xcf\x03\xc8\x8b\xa6\x5d\xcf\x9a\x93\xfa\xa4\x16\xc5\xc8\xcc\x0c\x73\xf6\x36\x9f\x0c\x91\x6d\x3f\x5f\x80\xb3\xe8\x16\x33\x97\x69\xe1\xe7\x0b\xb0\x2e\xe9\x0c\xe7\xcb\x2b\x8a\x71\x01\x1e\x6e\x16\x63\xe6\x4b\xba\x6f\x7c\x5e\x5a\x11\x6f\x36\xf2\xe0\xda\x32\x30\x5f\x86\xe2\xb9\x9d\x36\xd9\x9f\x07\xc8\xfe\x68\xf4\x45\x1a\xdc\x2e\x9d\xd7\x7c\x59\x99\x4b\x93\x7a\x49\x48\xfc\xfd\xe2\x55\xee\x00\xf8\x2c\x35\xdb\x84\x52\xc5\xd9\x57\xe7\x32\x0c\x78\x0e\x08\x4b\xe9\xd2\x1c\xcd\xb9\x96\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb7\x32\xa4\xe0\x98\x93\xac\xca\x18\xfd\xc9\x2d\xc9\x76\xe6\x39\x17\x46\xaf\x21\xc6\x81\xda\x07\x22\x76\xe3\x38\xe0\x20\xbf\x7b\x1c\xc7\xc1\x3b\x4e\xf7\x83\xf4\x2d\xdb\xe1\x0f\xa8\x19\xea\xee\x11\x1b\xb1\x35\x68\xe3\x80\x5e\x47\x1b\x31\x8e\x55\x51\x3d\xbb\xc7\x0b\x93\xc8\xfa\x4d\xb5\xce\xe6\x4b\xe3\x80\xdd\x60\x6c\x21\x78\x1c\x48\xa9\x22\x42\x31\x0e\xa8\x7d\xa2\xdb\x51\x7c\x61\x34\xb5\x23\xa3\x4a\x1f\xea\x0f\xa5\x17\x8e\x9f\xdf\x70\xec\x33\x40\x14\x84\x86\x7f\x57\x8c\x9f\xf4\x1b\xf9\x8b\x83\xc7\x23\x9d\xa9\x9a\xe2\x27\x06\xb5\xb6\x19\xe9\x38\xc2\x89\x5d\xf0\x80\xd4\x64\x75\x7f\x80\xf0\x91\xea\x0f\x30\xc3\xc3\xbf\x27\xcc\x83\x5a\x74\xc4\xbc\x48\xf9\x32\x0e\x64\x4f\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xce\x91\xea\x96\xae\x39\x21\xd0\x38\x79\x0d\x90\x86\x4e\xe9\x38\xc6\x01\x15\x95\xb4\x79\xe3\x48\x5c\x54\xb7\x53\x4b\x56\xb5\xea\x48\x03\x1c\xbd\xea\x10\x67\x14\x60\x35\x8e\x44\xa7\x3e\xb7\x13\x2b\xdc\x21\x19\x7b\xd3\x0b\x99\xc9\x39\xbc\xea\x70\xc1\xab\xc6\x75\x26\xa9\x53\xc2\xa6\x71\x64\x12\x99\xe1\x07\xf0\x8d\xf7\x24\x19\xb2\xe2\x49\x42\x3a\x19\x41\xeb\x0a\x1f\x9a\xfe\x03\x02\x52\x90\x18\xd3\x32\x25\x49\x9f\x2e\x48\x2b\xf2\x82\x1d\x07\x02\x5a\x94\x56\x7f\x1c\x05\xa7\x2f\xe8\x7d\x84\xa7\x8c\xa0\xf7\x21\x9a\xfc\x00\x0c\x6f\xbc\xf1\x57\x5a\xb9\x71\xa0\x64\xc3\x08\x5a\xe1\xf2\xa1\x71\xf6\xec\x0a\xd1\xd6\x58\x52\xb0\x05\xd1\x2f\x90\xb7\x18\xf1\x0b\xf7\x44\xe0\x22\x70\x25\xf9\xa4\x7e\x72\x4f\x93\x2e\x7d\x1c\x95\xac\xc5\x47\x97\x81\x2b\x9e\xcf\x27\x18\xa5\x1f\x24\xa0\xf5\x4d\x5e\x4a\xe3\xa8\xf0\xfc\x4f\xee\x00\x73\xf2\x49\x61\x09\x88\xe0\xdf\xbc\xfe\x7a\x92\xf5\x81\x95\xd3\x2f\xbc\xb8\xb1\x6b\x07\xe0\xdd\x27\x6f\xaf\x71\x30\x92\xf9\x07\x44\x28\xd3\x46\x14\x04\x8d\x04\x72\x68\x92\x88\x5c\xce\x46\x12\x28\xd3\x86\x17\x01\xf9\x56\x94\x67\x74\x1c\xad\xe3\xb7\xdb\xa9\x9d\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x78\x36\x9e\xc3\xd9\x6f\x78\x9b\x90\x83\x2f\x9b\xda\xc0\xb5\x4f\xd5\xde\xc6\x01\xcd\x9b\x12\x85\x8c\xa3\x73\x46\x02\xb8\xa7\x7f\xfe\x14\xe5\xa8\x1d\x07\x0d\x7c\xc5\xfd\x91\x8f\x79\x53\xa8\x9a\x33\xc0\xcc\xe9\xf7\x03\x31\x3c\x87\x86\xe9\x1b\x54\x75\x23\x0a\x6f\xfa\xc2\x3c\x2d\x6a\x27\x8f\xf0\xb6\x75\x32\x36\x9f\x94\x8e\x7d\x4a\xda\x16\x06\xc6\x34\xbf\x30\x02\xce\xa6\xba\x5c\x16\x43\x43\x39\x68\xfa\x29\xee\x82\xd7\x5d\xb3\x36\xe6\x00\x0c\x06\x6b\x50\x8f\xed\x37\xce\x85\x1d\x82\xf3\xa4\x10\xd0\xb4\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\x70\xb2\x82\x44\xfd\xf9\xa2\xc2\x31\xcf\x1f\x00\xc5\x8d\x1f\x27\x75\x4c\x5a\xbc\x93\x2b\xa1\x79\x31\x7c\xb9\x99\xe7\x43\xd7\x36\x7c\x66\x96\x0d\x72\x08\x84\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x9a\xf7\x45\x49\xd5\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x04\x26\x44\xe9\xe0\x17\x98\x7b\x59\xd6\xfd\x71\xdc\x6b\x7f\xb4\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\xd5\x52\x2c\x59\xb7\xfb\x01\x77\xc3\x8b\xf7\x50\x29\x62\x38\xa1\x60\x1b\x49\x5d\x3e\x44\xd5\xae\xb5\x79\x68\xcd\x36\x54\x0f\x82\x74\xbc\x78\x4c\x0b\xd8\x2c\x52\xb1\x08\x84\xc5\x01\x48\xc7\x4a\xb1\x3f\x0e\x78\xbd\x28\xc0\x7d\x1c\xcb\x42\xe8\x85\x78\x91\x56\xaa\x08\x46\x06\x55\x37\x13\x2d\xe4\x00\xcc\x3f\x2f\xd0\x2e\x6d\x2c\xa4\x8a\xee\x47\xc4\x98\x34\x65\x98\x75\x31\xc4\xe3\x47\x32\x9c\x4c\x8c\xa3\x69\xcd\x85\x13\x7f\x73\x17\x1a\xc7\xe4\xee\xba\x7b\x88\xdf\x12\x48\xc2\xd2\xb8\x0d\x3f\xc0\xa2\x64\xff\xe6\xf5\x50\x87\x33\x20\x5e\x63\x58\x8e\x0c\xcb\xe2\xa8\xd3\x1a\x0e\x0a\x72\xdd\x0f\x78\xad\xd6\x4e\x04\xd6\xf5\x52\x3c\xc6\x08\x81\xa3\xaa\xcf\x40\x65\x81\x56\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x0e\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\xb5\xeb\x23\x30\xff\x9e\x22\x2c\x46\x60\xba\x3d\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\x2e\xb8\x35\x6a\x5c\x8b\xa1\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x78\x7d\x23\x1c\xa1\xb2\x5f\x20\xc5\x15\x0e\x05\x96\xee\x92\x97\xc6\x08\xb0\x6b\x2a\x92\x70\x04\x96\x29\xb5\x48\x17\x12\x17\xcf\xbf\xb9\x78\xd5\x0f\xc8\xde\x87\xbb\xa4\x94\xa8\xd3\x16\x96\x61\x53\x87\x29\x40\xcb\x55\xe2\xe1\x51\x79\xc6\x87\x3b\x7d\xf8\x86\x76\x99\xa1\xca\xd5\x98\x92\x3b\xdf\xd0\x0e\xa0\x7a\x69\x34\xa0\xb0\x5f\x8e\xec\x1e\x50\x58\xd4\x50\x21\x61\x9e\x0a\xd3\x8f\x00\xb1\x2e\xfd\xbc\x8f\xd8\x24\x2f\xdd\x52\x42\x19\x13\x91\x59\x46\x25\x64\x47\x28\x0b\x44\xf5\x08\xc1\x4f\x86\x82\x11\x28\xe8\x65\xb7\x63\xa1\x4c\x33\x02\x85\x3b\x5d\xc3\x42\x61\x58\x8f\x37\x83\xa9\x69\xc6\xcf\x83\x8b\xab\xa0\x4f\xea\xda\x3f\x4d\x13\xe2\x5a\x31\xd4\xb0\x66\x0e\xa3\x48\x5d\x24\x41\x9b\x53\xc1\x26\xb2\x7f\x37\x8e\xa9\x79\xa2\xd6\xe9\xf0\x29\xaf\xcc\x46\xeb\x0f\xb0\xb0\xd5\xbf\x79\x40\x8d\xe8\x94\xbe\xc4\xa9\x02\xdc\x9d\x86\x78\x78\x80\x34\xd6\xbb\x47\x6c\x4c\x0a\x2a\x98\x21\x7d\xa9\xb2\xf9\x08\x90\xbe\x7c\x33\x0a\x6d\xad\x9b\x26\xdd\xd6\xba\xf9\x01\x55\x2e\xc6\x86\x4e\x35\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\x20\x57\xe9\x11\x3e\x91\x2a\x66\x63\x18\x25\xa8\xe2\x1e\x16\x54\x7e\x01\x6c\xc9\xf3\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\x69\x20\xe9\x62\xe5\x1b\x5c\x40\x24\x71\xf5\x61\x1d\x8b\xa4\x68\xde\x4c\xfd\x62\x9c\x1d\xb4\xd9\x18\xc3\xe0\x7a\xad\x92\x6f\x23\x8c\x05\x83\x1e\xb0\x4e\x45\xf3\x6e\x9d\x5c\x39\x75\x79\x66\x38\x90\xaa\xc7\x73\xad\x93\xa0\x66\x3d\xd3\x18\x84\x10\x30\x65\x0e\x93\xdf\x93\xeb\xf2\x57\x37\xa4\x70\xe2\xc2\xe3\x25\xa0\x68\x65\x62\x7f\x2d\x2e\xa9\xde\x2f\x5c\x70\x24\x74\x06\x88\x56\x25\x4a\xf8\x0f\xac\x7a\xd1\xdd\xe5\x05\x5e\x5e\xb5\x04\x94\xac\xaa\xb6\x85\x92\x55\xf7\x2a\xb3\x9c\x6a\xf2\x0b\x98\xa0\xa9\x30\xac\x9e\x63\x78\x63\x2f\x72\x0b\xe3\x0e\x65\xb1\xe1\x65\x67\x65\x8c\x66\xe4\x41\x39\xd4\x31\xbc\x8a\x74\x81\xf6\xc5\x33\xdc\x15\x5e\xe8\x82\x0a\x96\xd0\xe0\x79\x22\xf2\x37\x05\x4d\x13\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\x4c\xec\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\x7a\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xce\x3e\x27\xf8\xa5\x7f\x63\x02\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\x46\x05\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x19\x62\xb8\x36\x37\xaf\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xa9\x04\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xa7\x05\x58\x4e\x47\xf3\x20\x0f\xbf\xd0\xca\xc3\x11\x6c\xe8\xfa\x12\x99\x38\xc7\xea\xbc\xc8\xd4\x7f\xfd\xe7\x01\x5c\x52\xb3\xbf\x20\x54\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\x26\x10\x4d\x0f\x10\xce\x5f\xfc\x01\xcb\xaa\xec\xcd\x88\x01\x4e\xdd\xe2\x96\x11\x2a\x44\x69\xe6\x47\x84\xa7\xf1\x68\x6e\xc7\x29\xd5\x3d\x22\x86\x65\x9e\xf6\x07\xd0\x84\x48\x18\x8e\x70\x1b\x1b\x56\x57\x45\x96\x82\x88\x52\x2c\xc4\x4f\x00\x6b\x87\x58\x61\x8c\x5c\x58\xcd\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\xcb\x98\xd6\x08\x49\x0f\x90\x32\xc3\x8b\x90\xb8\x6a\xee\xe0\x46\xbb\x20\x62\x54\x9a\x9c\xfe\x46\x44\x54\x9a\x0f\x5d\xcc\x58\x35\x83\xcc\xa4\x7d\x72\xe3\x1a\x31\x2f\x98\x05\x13\xbc\xcc\xc2\xcf\x0b\x58\x47\x1d\xf3\xc8\xa4\x7d\x56\x7e\xc4\xbc\xf6\x5e\x40\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\x49\x18\x34\x2b\x94\x56\x55\x3a\xdb\x11\x19\x24\x6b\x7d\x4b\xcc\x38\x98\xc5\x43\x4e\x0e\xa9\x21\xe0\x59\x36\x74\xb2\x63\x09\xf8\x40\x43\xb2\x48\x97\xd5\xb3\x11\xf6\xc1\xa1\x9b\x6b\x64\x90\x5a\xf3\xd6\xb0\x38\x6a\xf9\x9b\x42\xe3\x23\x22\x60\x76\x48\xea\x8a\xac\xf0\x75\xb8\x77\xa0\x9a\xae\xde\xb1\xf2\x98\xeb\xd6\x1b\x2b\x0f\x98\x51\xad\xc2\xb2\x26\x09\x39\xc2\x0b\x6d\xe8\x1a\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x31\x7c\x64\xe9\x52\x26\xbf\xa6\x11\x29\x67\xc9\x03\x68\xc4\xf6\x22\xee\xc7\x2f\x4c\x42\xa1\x2e\x90\x91\xaf\x19\x4c\x84\xac\x26\xe3\x0a\x1c\xd3\x7f\xe8\x4a\xef\xc8\xe8\xa9\x0e\x99\x70\x4f\x8e\x72\x23\xf6\x93\x20\xb8\x87\x87\x6f\x68\x5e\x2c\x35\x61\xa5\x6a\xfc\xc4\xa8\x28\x13\xe2\x88\xcc\xc7\xa2\xc0\xbd\x11\xe1\x44\x36\xbc\x19\x83\x47\x42\x93\x40\x08\xeb\xd0\x95\x28\xb2\x48\xbc\x8d\x03\x11\xe9\x58\x7c\xb7\x8f\x0c\x81\xeb\x3e\xb6\x03\xe6\x08\xcf\x02\x75\x51\x87\xae\x3f\x11\xc6\xe5\xf1\xd3\x01\xd7\xd1\x87\x90\x9e\xf1\xcd\x14\x99\xf9\x56\xa4\x2d\x88\x4c\x66\xdc\x4c\x4a\x4e\x66\x22\xf4\x21\x43\xbd\xb0\x9f\x13\x00\x7f\xb0\x61\x55\x71\xbc\x48\x3b\xa4\xe4\x88\x90\x94\xd2\xcf\xb9\x64\xce\xbc\x66\x72\x03\xfb\xef\x90\xdc\x1d\x69\xff\x6d\x26\x60\xa8\x42\x3a\x74\x59\x88\xf4\x10\x6b\x3f\x5d\x92\x16\x48\x4a\x8e\x37\x85\x5e\x63\x3e\x0b\xc3\x47\x2f\xde\x4d\x42\x6e\x54\x5f\xa2\x91\x69\x1c\xad\xb6\x72\xea\x1b\x91\x5e\x62\x16\x46\x22\x14\x57\xc3\x1a\xd6\x78\x2f\x38\xfc\x00\x17\x7a\x39\x20\x8d\x08\x57\xf7\x21\xd9\x3a\x3e\x20\xbd\x12\xc6\xe3\xc3\x64\xb5\x9a\xea\x83\xb8\xfd\xea\xdf\x50\x4b\x88\xd3\x47\xca\x3f\x12\x3b\xe3\xb3\xd6\xce\x03\x80\x44\xf9\x2c\x3c\xa4\x8a\xc6\xaa\x97\x10\xe8\x83\x97\xb2\xbb\x24\xed\x48\x1b\xae\xca\xe5\x8c\x88\xda\x15\xd9\x34\xe1\x25\x99\x31\x0d\x78\x09\x94\x3f\x20\x50\x86\xf2\xe5\x86\x7a\x08\x18\xf8\x7f\x60\x22\xdf\x37\xd4\xd0\x73\xc5\xe6\x1e\xc9\xd2\xbc\x6e\xf4\x84\x97\xa9\x7a\xc4\x19\x51\x25\x4c\x3d\x20\x53\xf2\xcf\xf1\x9b\x3c\x7e\x3e\xbf\x88\xd5\xaa\x26\xf6\x9f\xc8\xd4\x55\x4b\x7c\x44\x24\x2e\x39\x24\x59\xc6\x89\xa2\xd3\x06\x89\xa1\x5d\x9e\xc3\x84\xcb\x9f\x6c\x48\xe9\x58\x10\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x6b\x19\xab\x1e\x50\x23\x92\xfc\xc5\x04\x8c\xc7\xdf\xf0\xa3\x04\x9d\x98\x9c\xb8\x46\x62\x56\x41\x79\x83\x8e\xc4\xe2\x5c\x36\x40\x24\x66\x0d\x94\xdb\xc2\x48\x10\x97\x14\x7e\x30\x12\x0c\xa8\x87\xf8\x4b\x0a\x5c\x33\x77\xb0\xf6\xb5\xe9\xc1\x83\x35\xf0\x07\xe0\xe1\xcd\x1d\x2e\x6c\xd5\x0b\x50\x88\xa9\x78\xd2\x48\x11\x3c\x5c\xd2\x77\x8a\x11\x23\x6a\x51\x51\x0a\xff\xd0\x35\x2d\x31\x65\xa0\x8d\xd4\x29\xf2\x40\xf9\x37\xf4\x7c\xc9\x1d\x52\x70\x49\xee\x11\x3a\x59\x2f\x5b\x24\x99\x16\x51\x4d\x2c\xa6\xdf\x7e\x60\xba\x70\x87\xf2\x10\x37\xac\xba\xee\xe1\x05\x8c\x5a\x55\x38\x9d\x59\x6b\x9f\x12\xe2\x5c\xdd\x5f\x5a\xa4\x4b\x93\xa2\x17\x9a\xea\xe8\x8c\x94\x0a\x7a\xf4\x17\x64\xca\xa2\x7e\x89\x4e\x68\x36\x99\xa6\xc4\x9d\xf2\x0b\xd7\xf7\x5b\x97\xcf\xf4\x09\x7c\xed\x30\x6e\x2e\x79\x4e\x64\x3e\x65\xf2\x5c\x75\xb8\xf2\x12\x18\x59\x21\xd0\xa5\x7c\xb8\xcb\x0b\x65\xbe\xb5\xb0\xf4\xf8\x12\xd5\x4f\xac\x7e\x6f\xab\x64\x2a\x0b\x41\x35\x2d\x16\x66\x55\x9a\xb5\x91\x0a\x82\x1f\x8a\x5f\xa0\x74\xe2\x43\x88\x44\xcf\x87\x2e\x1c\xa9\x80\x52\x35\x77\xb0\x28\xba\x7b\xa0\x18\x2a\x66\x95\x0a\x0b\x3d\xba\x87\x1b\x3d\x1a\x6a\x52\x26\xa3\xf4\x27\xc6\xb5\xc3\x67\xa4\xae\xa5\x57\x0f\x4b\xc6\xd2\xcd\x2a\x55\xaa\x42\x8d\x83\x95\x5c\xd8\x4b\x83\x68\x02\x2b\xc0\x53\x25\x21\x10\x9b\x49\x48\xdb\x77\x04\x03\xc1\x3b\xa4\x27\xda\x40\xf5\x3d\x66\xe3\xda\x1a\xe9\x1a\x15\x1c\x62\xa9\xa9\x2d\x24\x13\x8a\x2c\x0d\xdc\x4f\x1f\x64\xec\xba\x4d\x25\xa6\x72\xf6\xdd\x36\x35\x2e\x96\xfb\x24\xbf\x94\xcc\x9b\x1a\x03\x8b\x35\xb1\x46\xf1\x42\x42\x52\xea\xd4\x68\x98\x00\xb0\xa4\x84\x1c\x72\x47\x5a\x1a\x34\x13\xc5\x95\x4d\x59\xda\x9e\x04\x23\x64\xf6\xea\xf5\x05\x85\x56\xab\x53\x70\x32\x1e\x2d\x61\x4f\x92\x75\x1a\x38\x0e\xc1\x2f\x10\xd1\x74\x9d\x49\x48\xa7\x7c\x78\x0c\x24\xdf\xeb\x46\x93\xa5\x53\x93\x78\x98\x3e\xe1\xae\x59\x9c\x4c\x34\x49\x46\x53\x09\xc6\x07\xc8\x49\x77\xa4\x73\x6d\x99\xc0\x3e\x97\x3a\x52\x50\x9d\x08\x58\xf6\x8e\x2d\x2d\x5b\xf7\x0b\x2c\xce\xa2\xfd\x58\xf2\x9f\x59\x0e\x22\x0a\x8a\x35\xe8\xe9\xa4\xf0\x2e\x21\x33\xa1\x2a\xfd\x61\x5c\xbd\x88\xee\x5a\x88\x0b\x2c\x21\xfe\x1d\x4b\xba\x88\xf9\x66\x41\x4b\x09\x66\x08\x6f\xea\xb2\x25\xb9\xa7\x1b\x04\xde\x3c\xea\x86\xd2\xc1\x38\xc8\x7a\xf3\xdd\x64\xe6\x13\xda\x9a\x6f\x30\xe9\xe6\xf1\x93\x74\x99\xee\x05\x84\xbf\x58\x73\xd6\x3a\xc2\xdb\x7f\xf8\x8a\x9e\x96\xdc\x27\x81\x26\x3d\x58\x05\xd3\x5b\x44\xf5\x07\x6f\xff\x03\x99\xaa\x9b\x18\x3e\x84\x4a\x63\x52\x6f\xa5\x08\x82\x91\x68\x8e\xec\xa6\xa7\xcf\x83\x2f\x04\x36\xf5\x52\x3e\x6b\x0f\xcd\x3a\x66\x0a\xb0\x46\x5a\xb5\x91\x5e\x52\x4f\x33\xae\x17\x48\xed\xb3\xf6\x82\x8b\x48\x20\x4e\x2f\xb9\x88\x59\xe1\xbb\xd6\x56\x30\xbc\x9c\x85\x76\x8b\xae\x73\x72\x24\x1f\x89\xae\x72\xdd\x6c\x82\x01\x02\xb6\x77\xa4\x4f\x0c\x73\xee\xc4\x91\x26\x75\x44\x66\x34\x73\x6d\x8f\x06\x9d\x2b\x5b\xba\x3f\x59\xd4\x70\xaf\x7e\x86\x73\x5c\xb4\xcd\x24\x1f\x8b\x8a\x34\x3d\x00\x16\x69\x43\xf3\x41\x8b\x96\xfa\xcc\x47\xc3\x0b\x45\xbf\x3b\xbb\xf4\x17\x14\x03\xaa\x07\xa5\xe8\x22\x6e\x95\x03\x70\x42\x13\xc9\x81\x63\x0a\xa8\xc0\xe5\x8f\xfa\x5d\x38\x84\xc6\x84\xb4\xa5\x84\xea\x23\x07\x58\xb7\x0e\x7f\x00\x1e\x2e\xd2\x98\xe1\x7d\xe6\x02\xfc\x23\x7f\xc2\x52\xb3\x3b\x59\x8e\x60\xf2\xb2\x1d\x66\x56\x2d\x1d\x3f\x2f\xac\x1e\xb4\x4e\x09\xe2\x96\x84\xe4\xcc\x52\x5b\xf2\x3d\x1f\x39\x91\x06\xfd\x3c\xa0\x2d\x49\x0c\x34\x53\x36\x11\xc1\xc8\x09\x2c\xd9\x5b\x81\x34\x4c\x36\x2d\x65\x4a\x26\xa2\x83\x39\xad\xed\xd6\xba\x31\xe9\xb1\x35\xeb\x39\x71\xe5\xc5\x2e\x73\xe6\xbc\x05\x53\x5e\xa7\x4f\x30\x50\xba\x11\x51\xc9\x19\x42\xa1\xd4\x59\x39\x13\x29\xdd\xce\x20\x15\xc3\x40\x87\x30\xdb\x93\x33\x64\x15\x25\x2d\x1c\xb9\x40\x2e\xcd\xfe\xfd\x6d\xbe\x8f\x77\x2e\x14\xad\xc5\x7f\x33\xf3\x1f\xd9\xa1\x29\x17\xac\x83\xae\x96\xb9\x60\xf3\xb2\x7f\xdf\xfc\xc0\x5d\x42\x06\xf0\x29\x28\xdc\x4c\x49\x22\x99\x92\x89\xce\x7f\x66\x05\x0a\x6b\x9e\x73\x25\xd0\xda\x9a\xba\x36\x57\xeb\x50\x79\x0a\x82\x1f\x70\xb3\xb4\xb0\x95\x5c\xcc\xeb\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x8a\x29\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x01\x4c\xef\x66\xa3\xb6\x5b\x02\x54\x6e\x24\x64\x62\x84\xb9\x01\xc5\xbc\x96\x0d\x87\xd7\x40\x50\x0c\x29\x7f\x93\x9a\x6e\xe4\x06\x3a\xfb\xd3\x39\x96\xb5\x18\x3c\xdc\xb9\x24\x2b\xe4\x0e\x64\x93\xb4\x91\x99\x7d\x58\xa9\xf8\x46\x66\x82\x35\x85\xe4\x8e\xf2\x81\x97\xcc\x91\x4a\xa3\xc2\x57\x5b\x5d\x96\xed\x52\x8c\xbc\xb4\xb5\x68\x7a\xd0\x99\xdc\xa7\xe9\x37\x76\x4e\xb2\x42\x01\x10\x0a\x23\x1e\x65\xc3\xa0\x31\x3b\x95\x1d\xcd\x0f\xb0\x66\x22\xd4\xa5\x53\x32\xd6\x21\x2a\xc8\x81\xac\x6c\x05\xa3\x74\x6c\x7d\x75\x3b\xf2\x65\x04\x83\x44\x47\xa1\x66\x18\x26\x9c\x2a\xf5\x9b\x05\xf4\x3d\xeb\x81\xfb\x71\xf7\x6f\x28\xa1\xb5\x11\x85\x32\x98\x54\x00\x65\x80\x90\x54\xb7\x2f\x06\x28\x08\x4e\x20\x52\xf5\x6f\x2a\x89\x74\x28\x0b\x7d\xba\xa4\x3b\x29\x27\x63\xbf\xb4\x26\xb0\x5a\x9a\x42\x97\xb3\xa0\xd8\xb9\x7f\x57\x6e\x9c\x3b\xe0\x22\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\x62\x90\x2e\x2a\x11\x0c\x12\x6b\x8f\x7b\xeb\x4f\xa0\xa3\xb8\x7a\x41\x3d\xfe\xa4\x02\x3b\xa3\x40\x01\x17\xfd\xc1\xb5\x08\xb0\x80\xb8\xe8\xc9\xe2\xad\xa6\x88\xd6\xdc\x03\x73\xeb\x48\x79\x56\x2e\x90\x9a\xe6\xdf\x38\x3f\x62\x8e\xe5\x22\xc3\x35\xba\x5d\x38\x23\xa2\x13\x85\xb5\x65\xed\x52\x52\x28\xb5\x79\x6b\x6e\x8a\x16\xa2\x66\x05\x62\x9b\x3d\x4a\x0a\x7d\xc4\x14\xf8\x32\x0a\x7d\xc4\xec\x39\x51\x6e\xe0\x5f\x73\x0f\x0c\x54\x96\x40\x54\x6e\x42\xad\x69\xdf\x5c\x49\x2d\xd4\xca\x38\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x20\x2e\xa1\x4e\xf2\x51\x79\x28\xcb\xf8\x94\x3d\x80\xb1\xfb\x05\xf2\x36\xc9\x60\xe5\xe1\x29\xf2\x3a\x3c\xa4\xea\x92\x1c\x0b\xab\x8e\xd9\x59\xa3\xbc\x20\x48\xfe\xe2\x05\x6d\xd0\x55\xa5\xbc\x54\xf3\x88\x43\x17\xca\x7d\x3e\x78\x4b\xee\x13\x05\x2e\x88\xc9\xc8\x26\x0e\x15\x45\xd8\x95\xdc\x79\xd4\xb0\x10\x22\xea\x01\x09\x96\xc4\xf4\x4a\x51\x44\xd7\x9f\x1a\x23\x5f\xf0\x83\x05\x95\xba\x88\x38\x3b\x32\x5a\x55\xa8\x59\x94\xab\x6f\xd4\x48\x01\xd9\x5d\x32\x1d\x83\x5d\x27\xea\x27\xac\x24\xbb\x31\x54\x2a\x41\xac\x81\xaf\x89\x34\x4e\x24\xa6\x7e\xb2\xc6\x8f\xca\xae\xb2\xec\xa7\x9d\x86\x6b\xa2\x09\xbe\xf8\x8d\x0f\xd3\x15\x75\x3b\x2a\xea\x2d\xf8\x26\x59\x33\xef\x2f\x42\xec\x9a\xb1\x1b\xe3\x6f\x4a\x17\x8d\x0a\xb3\x9b\x72\xc2\x8d\x0a\xff\x25\x95\x49\x18\x35\x03\x7d\xa4\xe4\xac\xb0\x91\x59\xc4\xac\x19\xbc\x4a\x36\x8a\x5a\x80\x2b\x92\x31\x2a\x0b\x63\x59\xdd\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x93\x66\x54\xea\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\x82\xa4\x05\x5a\x46\x2e\xcf\x01\xb9\x17\x6c\xa8\xae\xc8\x04\xab\x4c\x60\xa3\x56\x6a\xa3\x35\x00\x8c\x5e\x4a\xe8\x3b\x6a\xfd\x0e\x65\x38\xfc\xfe\x89\x5c\x65\x02\xb0\xde\x68\xf7\x78\x44\x55\xf1\xca\x0a\x4f\x71\x5b\x97\xea\x27\x6e\x34\xbb\x18\xd4\x06\x03\x7f\x76\xfb\x5a\x33\x41\xd0\xe0\xfc\xae\x5b\x77\x45\x35\x76\xbb\xd3\x55\x8a\x27\xd2\x15\xd4\x86\x9a\x7c\x3e\x4d\xf0\x54\xb2\x1b\x76\x65\x06\x48\xbb\xaf\xd4\x46\xd1\x2f\x79\xc4\x07\xee\xf6\x1e\x71\xcd\xc9\x5f\x90\x20\x1b\x2f\x3b\x0f\x8b\x48\x78\xed\x2b\x63\x9b\x36\xba\x53\xeb\xe8\x43\x4f\xf7\x71\x2b\xf0\x2a\xbc\x9f\xac\x63\xaa\xa8\x8b\x35\x8c\x2a\x10\x21\xac\x5c\xa8\xcc\xf4\x60\x97\x97\x0a\xb3\x9c\xa2\x23\x47\x85\xef\x93\x65\xe2\xda\x51\xd8\xcd\x0b\x07\x91\x22\x4b\x0a\xaa\x48\x23\xab\x74\x48\xa3\x0e\x0a\xb4\xba\x6b\x54\x94\xc1\xca\x9e\xe4\x28\xe8\x50\x33\x60\xcd\x84\xe1\xd3\x39\x1a\x5e\x10\x2e\x8c\x8e\xdf\x9a\xd2\x60\xb6\xce\xe6\x0f\xa8\x2f\x34\xfe\x23\x02\x54\x25\x3e\x46\x85\xef\x94\x4a\x4a\x8d\x3a\xa0\x01\x37\x59\x63\x4d\x05\x5b\x8c\xea\x49\xf4\xd3\xb2\x9f\x88\x09\x32\xfa\x9d\x6b\x1b\x34\xe2\xc9\x12\x1b\xa2\xdf\x95\x6a\x1f\xdb\x67\xea\xc9\x59\x69\x4c\x7a\xa2\x8b\x2d\xd5\x25\x96\x48\x52\xaa\xe7\x89\x0f\xfc\x9b\x17\x45\x6f\xed\x09\x63\x87\x51\x1c\x5a\x20\xeb\x3b\xea\x72\x97\xf2\x31\xff\xa4\x92\xa6\x32\xc1\xa3\x5e\x38\xa5\xde\xba\xab\x7d\xb3\xf4\xa1\xbb\x78\x06\x7c\x8c\x2f\xd6\x17\x70\x87\x37\x64\x31\x81\x08\x99\xa4\xdb\x6b\xb8\x22\xe6\xb3\x9a\xc1\x50\x93\xd4\xdc\x9e\xe1\xf6\xac\x65\x84\x3d\x30\x79\x4a\x48\x16\x99\x24\x78\xd5\x9b\x6e\x1a\x5a\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xe6\x94\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x0b\xa0\x07\x19\x48\xbd\xcf\x2c\x79\xaa\x92\x4b\xa3\x42\x1c\x09\xde\x46\xf8\x4a\xa9\xaa\xc3\xa8\xac\x02\xe6\xab\x75\xfd\xe4\x91\x9c\xd2\xdf\xf1\x9e\x67\xed\x80\x26\x8c\xac\x91\xd5\x88\x09\xd9\x25\xfc\xfc\x5e\x3b\xe0\xf1\xe9\x26\xe8\x25\x5c\xb2\x8b\xc4\xc2\x8a\x9c\x15\x16\x5d\x2a\x7c\xa7\x7e\x4e\x17\x04\x8f\x18\xdd\x4e\x44\xf5\x26\x22\x2d\xa4\xfd\x71\xeb\xbb\x7c\x0d\xf4\x9b\x77\x02\x09\x3f\x75\x22\xcd\xab\x19\x3a\x8b\x92\x29\x41\xc5\xa8\xf0\x97\xb7\xfa\xa2\x4e\x54\x99\xf0\x2c\x11\xda\x69\x13\x70\x9d\x40\x03\x09\x6c\x75\x2e\x34\xf0\x0b\x1f\xc3\x54\x6e\xb3\xd1\x60\x17\x4c\xba\x84\x34\x46\x6e\x7a\xd2\xed\x58\x84\xd7\x5f\xe0\xec\x44\xff\xa6\xa2\x48\x1b\xdd\x60\x38\x54\x8d\x9d\xd1\x8e\x06\x17\xb6\xae\xdf\xa0\x62\x3a\x0a\xed\x58\xcb\x98\xf5\x00\xa9\x14\x74\x01\x68\x07\x2b\x6a\xfa\x37\x50\x53\xfb\xd0\x60\x77\x54\xf2\xed\xd1\x42\xc0\xef\x43\xbf\x13\xde\x17\x00\xcc\xdf\x65\x97\xd3\x16\x00\xb1\x6e\x56\x0d\x86\x44\x0b\x77\x2d\xac\x55\x14\xc8\x0c\xc5\xb4\xe3\x61\x83\x69\xd1\xca\x8d\x16\x28\x39\x67\x0f\xc1\x90\x3c\xfd\x66\x31\x31\x33\xc9\x16\xb1\xac\xd2\x01\xb6\x88\xa0\x5d\x49\xf7\x2d\x52\x3a\xac\xfe\x00\x54\xd1\x3b\x99\x40\xf4\x24\x38\xb4\x25\x80\x0a\xdf\x1b\x0d\x79\x06\x29\xc1\xb8\x3f\xdc\x5e\x19\x35\xa7\x75\xfc\x04\x52\x97\xc5\x1a\x2d\x71\x59\xb4\x0a\x09\x36\x68\x61\x6f\x83\x74\xd9\xed\xef\xd9\x20\x5d\x06\x23\x57\xe6\x88\x6e\xc7\x9c\x3d\x40\xc6\x3e\x64\x77\xd8\xd8\xa1\x3b\x00\xea\x64\x77\x00\x88\x74\x82\x5b\x5e\x79\x59\xdd\x23\xf8\xdb\x70\x07\xeb\x02\xa3\x39\x64\xb0\x0e\xc9\x19\x8d\x5e\x59\x3a\xc2\xad\xd0\x5d\xd9\xed\x85\x57\x64\x3f\xa8\xc8\xff\xa4\x11\xca\x82\xd9\x2f\x50\x4b\x25\xb1\xb9\x41\xb7\x66\x27\x8a\x56\x78\x0d\x6b\x7e\x70\xb1\x0b\x3f\x00\x6d\xcb\xfe\xfd\x22\x14\x4f\x63\x42\x95\x16\x7c\x02\x11\x20\x99\x7d\x00\xe0\xa9\x65\x75\x7f\xab\x74\xa8\x6b\xfe\x80\x1b\xa1\x55\xa1\xd4\x6a\x54\x59\x1e\xf7\xa2\x74\xad\x72\x23\x84\x8c\xc8\x38\xa6\x64\xcb\xa3\x55\x92\xeb\xe0\x11\xc0\x7e\xbc\x08\x70\xc1\x37\xe5\x6b\x75\x51\x67\x81\xd0\xa8\x59\x10\x29\x6b\x6d\x01\x2d\xa0\x20\xe9\xda\xe8\xd5\x96\xef\x97\x88\x67\x6b\xc0\x0e\xdd\xc0\x5a\xc3\x89\x29\x1e\xe2\xe2\xce\xfc\x4d\x4a\xee\xd1\xa0\xb6\x53\x52\xe1\xd1\x1a\x2f\x5f\xa6\x94\x4b\xaa\x35\x1d\x63\x69\xb0\xee\x4f\xa0\x9c\x73\xe8\x59\xfb\x64\xd8\x66\xe5\x49\xeb\x60\xa1\xc5\x1d\x60\x1b\x24\x69\xb7\xce\x1b\xfc\x4f\x07\x5c\x55\x6d\x03\x1c\xc9\x1c\x11\xd0\xc6\x12\xc6\xd4\xc3\x58\x67\x5c\x5f\xb0\x2c\x97\x0d\x98\x0d\x32\x66\x33\x6d\x1c\x14\x93\x8d\x9d\x63\xa1\xab\xbb\xc0\xc2\x48\x8e\x6e\x34\x15\x3a\x7a\xb6\x8d\xb5\x30\x02\xfb\x64\x6d\x0b\xcd\x9b\x9a\xaf\x68\x62\x77\x82\x62\xfb\x88\x9c\x58\x08\xcf\x0b\x9a\x2c\xeb\x67\x1a\xdc\xf1\x7f\x80\x3e\xa9\x10\x37\x36\x9d\x2c\x10\x69\x7c\x3b\x17\x21\xd0\x2c\xae\x75\x4c\xd5\xc7\xb5\x26\xee\x07\x54\xbb\x9b\x60\x32\x01\xaa\xaf\xd7\xed\x5a\x33\x17\x5c\x74\x89\xb7\xd5\xb4\xdd\xd4\x1e\x1b\x8e\x9b\x33\xd5\x20\x37\x67\xaa\x2e\xe9\xf5\xd5\x3d\x55\x18\x10\x6d\x57\x6b\x37\x3d\x1d\x4c\x54\x97\xe4\xe7\xc5\xa2\xe4\xe7\xb3\x0b\xfb\x61\xb7\xab\x59\xbb\x17\x26\x7b\x50\x5e\xd8\xbc\xfe\xcc\xee\x61\xf3\x5f\x63\x05\x7c\x0b\x1e\xed\xa1\x7a\x54\xf3\x78\xc8\x63\x2d\x05\x3c\x6b\x22\xda\x92\x25\x0f\x5a\x0e\x60\xa2\xf0\x28\xf5\x53\x7b\xa8\x43\x33\xf5\xa6\x8c\xe7\x03\xbe\xf4\x53\x5e\xbd\x25\xe3\x49\xdb\xd4\x96\x3a\xca\x98\xf5\x2e\xc0\xf5\xc9\x4b\x5d\xb4\x57\x1c\xa9\xbb\x6d\x5c\x69\xef\x8b\x94\xe8\x6e\x27\x36\x4b\x0f\xd7\xe6\xea\x52\x6f\x4c\xb0\x3d\x9f\x18\x54\x96\x4d\xc9\xed\xbc\x33\x75\xbf\x80\x73\x6f\x4c\x9b\x40\x02\x63\xef\x92\xe2\x3c\x71\x18\x1d\xed\xc4\xdd\x50\x57\x56\x49\x71\x47\x3f\x02\xd4\x22\x4d\xbf\x51\x45\x56\x0c\xa1\x7f\x42\x5d\x3c\xb4\x9d\x9d\x51\x8f\xe3\xe7\x05\xb2\xb9\xac\xdf\x15\x81\x43\xee\x90\x0c\x41\x97\xe5\x0e\x8b\xa4\x12\x5c\x8f\x7e\x90\x4a\x74\x0f\x81\xbd\xeb\x1e\x81\xf2\x79\x32\xcc\x6b\xef\x3c\x06\xc4\x3a\x61\x65\x0f\xb0\x32\x68\x6f\x7b\xe0\x15\x4a\x20\xa0\xd2\xbe\xb9\x5e\x0f\x0c\x89\x76\xfb\x9a\xa4\x1f\x90\x18\x8a\x0e\x75\x94\x9d\x55\x52\xf6\xd1\x03\x54\x21\xc3\x3d\x92\xfe\x36\x7f\x00\x36\x27\x81\xa5\xd3\xc3\xcc\xe1\xe1\x3d\xac\x49\xed\xad\xed\x0c\xa9\x74\x7c\x6b\x87\x2a\x32\x08\xe9\x7b\x24\x9b\xeb\xe3\x6f\x98\x52\xa7\xd4\xe8\x6d\x40\x80\x66\x1f\xc9\xe3\x91\x29\xfe\xf4\x4f\x9b\x98\x27\x15\x59\x4e\xc3\x00\x21\xc8\x41\xd7\xb4\xbe\xcc\xb2\x5e\xf7\x65\x96\x15\x39\xef\x90\x3c\xed\x0f\xd4\x61\x74\xb5\x4a\xa0\x27\xde\x10\x84\xcf\x3d\x41\x03\xe0\x1e\x13\x68\x9a\x4e\x54\x47\x78\x66\xb6\xd1\xa0\x7f\x92\x66\x52\xd9\xd8\xd1\x13\xe2\x7c\xa2\x3b\xc0\x99\xed\x86\x80\xcb\x2e\x32\xdb\x33\x4f\xb9\x8e\x58\xa7\xa8\x69\xf4\x5c\xa2\xa6\x0e\x69\x5f\xa2\xa4\xd1\x0f\xda\x4e\xb3\xd2\x8e\x68\x4d\xa7\xb5\xe8\xd0\x6e\x5a\xb2\xec\xac\x53\xe3\x24\x39\x9d\x65\x69\x8c\x3c\x85\x7b\xa5\x49\x14\x5a\x46\x7e\x1e\xc0\x3d\x6c\xb8\x47\x68\x3f\x8d\x5c\x85\x04\xf3\xe7\x03\x78\xf1\x18\xe3\xa1\x1d\xf5\x45\xa9\x17\xc4\xa9\x8b\x4d\xf6\x0a\x43\xf3\xf0\x6f\x1e\x08\x09\xe4\x9d\x72\x9f\xee\x14\xbd\x72\x51\xbc\x53\x14\xeb\x44\x1c\x3b\x13\xcd\x46\xe3\x42\x03\x7f\x33\x88\x0d\x08\x2b\x92\xde\x4f\xf8\x33\x4a\x70\xec\xd4\xf5\xf8\x7b\xba\x80\xdb\xb4\xdd\x4f\xd2\x0d\xdd\x01\xfa\x49\x66\xe5\x33\x70\x62\x23\xa4\x03\xeb\xcc\x5c\x60\x43\x5b\x47\x78\x9d\xd3\x10\xf4\x8b\x2a\x53\x6f\x1d\xd5\x41\x5e\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\xbe\x95\x71\xe0\x7b\xbf\xb9\x32\x5a\xca\xe5\x11\x6e\x84\x83\x68\xe0\x88\xef\x7e\x2f\xa8\xfc\xc5\x82\xca\x0f\xb8\x78\xc5\x63\x90\x3e\x99\x1a\x3c\x2c\x92\xa2\xed\xf9\x38\x6c\xfd\x19\x03\x3a\x92\xe2\xa5\x7b\x59\x14\xc5\xb3\x58\xfc\x54\x82\x7d\x87\x5f\x8f\x9d\x72\xfb\xcb\x8b\xae\x91\x92\xc5\xdd\x93\x27\xfe\x52\x41\x68\x72\xf0\xae\x20\x7e\x2d\xf7\x3b\x30\x73\x77\xc1\xdb\x45\x31\x58\x17\x5e\xf0\xef\xe7\x9f\x3f\xd9\x3c\xbb\x7f\x3c\xbc\x24\x53\xc5\x17\xb9\x4c\xcc\x7b\xa8\x66\xd1\x85\xab\xcf\x05\xb4\xf6\x77\x42\x52\x37\x3f\x9c\x0b\x66\x7f\x41\x75\x9a\x40\x44\xe2\x01\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\x40\x1c\x07\xd1\xc1\x2f\x14\x10\x55\xb7\x53\x7e\x12\xc5\x1a\xcc\xf4\x69\x45\xff\x38\xb8\x4a\x45\xbf\x11\x05\x2d\xf3\xca\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\xb6\x78\xfc\x95\xa7\xc2\x08\x2c\xe2\xef\x8f\x33\x3e\x16\x78\x81\xf8\x2c\x9a\x3c\x3e\xee\xda\x1c\x17\x3e\x96\xc3\x90\x8e\xe1\xf8\x78\x65\x8b\xba\xfd\x0f\xb0\x4a\xc7\x85\x8f\x65\xb5\xd3\x09\x19\xe0\x86\x8e\xda\x1d\x71\xed\x92\xbf\xf8\x28\xaa\x6a\xfc\x8c\xc1\xf0\xb9\xe2\x76\xde\x08\x3d\x09\xd4\x80\x8c\xba\xcc\x0f\x38\x4b\x1b\x51\x46\x22\xfa\x4b\xaa\x1d\x74\x86\xb6\x8d\x6e\xa4\x35\x6d\x01\x95\x28\x44\xf8\x01\x12\x64\x96\x24\xec\x1d\x4b\x8f\x22\x89\x7d\x40\x8f\xe2\x78\xca\x91\x3f\xdc\xb0\x4d\x68\x64\xd2\xed\xe6\x2e\x89\x2c\xc3\x5d\x52\x7b\xf4\xf3\x00\xc8\xa2\x7b\xe0\x00\x77\xb3\x44\x39\x60\xcb\x73\xc0\xdc\x40\x2a\xf5\x92\x8c\x9f\x99\x77\x1d\xb1\xb3\x51\xb0\x5b\x92\x41\xc7\x32\xde\x89\xf4\x8f\x42\xa8\x85\xc0\x1f\x7b\x6b\x0e\xa6\x1d\x85\x29\xde\x86\x5f\x58\x2b\xe5\x1e\xd6\xf6\x08\x2a\xe4\x56\x2f\xc9\x38\x5f\x28\xac\xfc\xbc\x31\xf9\x86\x3a\xad\xe4\x06\xe2\xa2\x03\xbe\xb2\x49\x7a\xb4\x41\xa3\xca\xcf\xef\x35\xa8\x7a\x60\xd6\x4c\x27\xba\x19\xdf\x85\xd7\x55\xf4\xc6\x58\x46\x14\xd1\xfe\x71\x92\x9c\x48\xe8\x1b\x27\x97\x42\xab\x7f\xae\x0d\xd4\x18\x08\x40\xcf\xc9\xbf\x3f\x81\x47\x45\x44\xc6\xb8\x28\x46\x9a\x3c\xc0\x11\xa3\x38\xe3\xd4\xb8\x70\x38\x6c\xb2\x18\x28\x09\xf2\xb3\xdc\x1f\xd7\x4b\xb6\xb2\x0c\x96\x08\xb1\xc9\x62\xc0\xcf\xc2\xe1\x1d\x63\xd9\x34\x9a\xbf\x98\x7c\xa0\x2e\xef\x95\x2b\xcd\x0f\xd6\xc4\x05\xe6\xc7\xe4\x7e\xee\xc3\x03\x4c\xce\xaa\xdf\x01\x4f\x0c\xc7\x98\x0c\xb0\x34\x47\x6c\x0c\xdc\x76\x4b\x32\x51\xc3\xcd\xf4\x07\xaf\x1f\xd0\x08\xe9\x28\x07\xcc\x14\x0e\xb8\x18\x74\x7d\x75\x06\x93\xb1\x2e\xaa\xdd\x3d\xc2\xf2\xe2\x03\x0c\xdf\x58\x87\x1a\x0c\x96\xf2\xf0\xfd\x6f\x3c\x27\xbb\x34\x0c\x38\x4b\xa6\xf5\x4c\x96\x6d\xcb\xc7\x80\xf3\xac\x83\x3a\xc6\xc3\xb3\xd4\x0d\xd4\xc4\x0b\xea\xf1\x5d\x94\x59\x40\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x98\x86\x38\xf9\x98\x6b\x1a\xfe\x02\x50\x8b\x83\x0d\x96\x46\x76\x8c\xec\x40\x31\xa8\xac\x69\x9e\x07\x96\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\xcc\x4c\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\xfc\x95\xce\xee\x3c\xa8\x07\xfa\x81\xe0\x85\x74\x62\x00\xb0\xd0\x12\xec\xce\x40\x7d\x81\x8e\xee\xc9\xb0\x24\x4b\x61\xe7\xc7\x13\x7f\xbc\x14\xcf\xb0\x44\x05\xfd\xae\x5c\x85\xa8\x07\xe3\x9f\x3f\xdd\xf1\x35\x67\x58\x53\x1a\x7a\xf0\x72\x4a\xea\x22\x72\xef\xc4\x85\x4e\x32\x3a\x6b\x53\xcf\x15\x07\xae\xe3\x7f\xc2\x5f\xa5\xd8\x73\xeb\x64\xe0\x90\xf5\xd4\x27\x12\x58\xdb\xf5\xf9\x8c\xdc\x6e\xf5\xf0\x5d\xe2\x92\xa5\x87\x73\x71\x36\x9d\x83\x93\xe5\x44\x1c\x5a\x7b\xf2\x5a\xe7\x20\xd5\x33\xad\xa9\xfb\x8d\x8f\xc2\xdb\x7a\x75\x32\x96\x3c\xfd\x7c\x01\x76\x2a\x05\xe9\x99\xc1\x43\x24\xd7\x9d\x4c\xbe\xa8\xac\xda\xe3\x24\x27\x94\x30\x79\x66\x48\x4d\xd2\x98\x9e\x99\xa7\x79\xf8\x05\x60\x98\xc4\xd3\x93\x9c\xd1\x0a\xd0\x33\x13\xcd\x87\xc7\xc4\xe1\x94\x58\x75\x66\x52\x77\x0d\x51\x16\x4c\xea\x12\xce\xb5\xaa\x71\x3b\xce\x42\x2c\x17\x2f\x3d\xc9\xf8\x24\x4c\x9e\x85\xeb\x24\xfe\x7d\x16\xae\x93\x60\x62\x26\x68\xb3\xce\x13\x26\x02\x95\xac\x19\x27\xbc\x6f\xa3\xb4\x6d\x27\x8b\x8f\x8e\x9f\x17\x80\xd7\xa2\xb3\x27\x7c\x69\xed\xe9\x75\x42\xe1\x6f\x3f\xa0\xb3\x02\x44\xe9\x70\xcf\x0a\xf1\x40\xf7\x82\x13\x9e\xb5\x3f\xe7\x12\xf7\x3e\x3b\x5f\x9c\x08\xdd\xb0\xfb\xe5\x79\x92\x26\xea\x86\x7e\xb2\x86\x95\x15\x86\x27\x3c\x09\xcd\x7e\x4e\x5e\xe3\xac\x30\x3c\x4f\x72\x17\xd1\xbc\x13\x56\x7d\x1b\x9c\xcf\xc5\xe1\xbc\xf0\xd7\x5a\x78\xbf\xc1\x1b\x92\x4f\xf3\x45\xb6\x2a\xa8\xa8\xe3\xfd\xc1\x2f\x16\xb9\xb2\x2e\xef\x24\x13\xac\xfe\x0d\xde\x6e\x4d\xd9\x89\xea\x0f\xb6\x2a\x9f\x5b\xc3\xab\x31\xef\x45\x05\xd5\xc5\xcd\x24\x4c\x5a\x09\x7a\x1f\x3a\xba\xed\x44\xd6\x93\x68\xd5\xd8\x89\x38\xde\x9f\xbb\xe2\x79\x63\x7b\x25\x20\x9e\x70\x1e\x1c\x3f\x44\x86\x6c\x50\x02\xe1\xc9\x3a\x8e\x8e\x8d\x3c\x59\xc2\xca\xa1\x8a\x27\xea\x36\xfe\x5c\x2f\x4f\x2a\x6c\xad\x2e\x3b\x11\xdc\xeb\x08\x82\x13\xb1\xbd\xed\xa7\x07\xae\x5d\x32\x10\x37\x5e\xd0\x07\xef\x82\xd2\x0f\xb8\x61\xde\x8f\x77\x41\xa5\x2d\x45\x3e\x66\xdb\x1a\xce\xc5\xe7\xc4\x3a\xcf\x77\xed\xa0\x96\x1b\xc1\xbc\xc9\x14\x9f\x57\x43\x71\xeb\x93\xc1\xbd\xd6\x69\x9c\xc8\xd0\x9c\xc5\xff\xcf\x17\x34\x49\xbc\xf8\x7c\xb1\xd6\x6e\x9f\x58\x5a\x31\xd6\x13\x57\xc3\xd8\xff\x2a\x0b\xc3\x39\x49\x33\xa5\x66\x3a\x27\x8e\xbe\xb8\xf0\xc9\x8a\x14\xc9\x27\x99\xba\x5f\xeb\x64\x4e\xf2\x69\xb1\xe5\x93\xa9\x52\xac\x21\x39\x59\xb4\xd1\x1a\x92\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\x82\xe1\x37\xb0\x11\xe2\xc3\x17\xf3\x31\xfb\xca\x7d\xa1\xce\xc4\x61\x84\xba\xc0\xa9\x0f\xef\xf6\x45\x66\xec\xb8\xd0\x8b\xcc\xd6\x61\x9e\x57\x20\x96\x4a\x82\xb8\x02\x8f\x86\x98\xe9\xc5\x3b\xa3\xb8\xf1\x15\xd6\xa8\xee\x13\x84\xaa\xfb\x37\x91\x52\x22\xc6\xc5\x5a\x8d\x8e\x02\xbc\xc2\x32\x0d\x69\x6a\x01\x1b\x2e\xee\x7b\xb1\x78\x57\x12\xe9\xba\x22\x88\xa5\x38\xc6\xc5\x6b\xa6\xb3\xa4\x5d\xd0\xb1\x0e\x07\x40\x5e\x71\xa5\xf5\x11\xdc\xcc\x94\x6c\x76\x7b\x7d\xec\xb6\x24\x1d\xb6\x2b\x7d\x04\xdb\x4a\x92\x0b\xcc\xf6\xf8\x59\x2b\xba\x8f\x5a\xfb\x73\xa1\x2e\x83\x23\x03\xae\xc4\xa2\x30\x82\x81\xce\xa2\x8e\x3e\xbd\x70\xcd\xb4\xcf\xd2\x85\xc4\xc6\xf6\x1f\xbe\xc0\x5b\x9d\x21\xe4\x82\xb5\xde\x69\x78\xaf\x8f\xb5\x26\x87\xd5\x5f\xb9\x13\x44\x3f\x58\xcb\xe0\x11\x78\xf6\x8a\xbb\x9c\xe8\x52\x2b\xf9\xf1\xd6\xe6\xcb\xda\x85\x88\x5a\x15\x5a\x1b\x57\x59\xab\xa0\x0e\x3e\x4e\xd9\x7c\xeb\xb9\xc0\x28\xed\xb5\x7f\xf1\xc6\x68\x0f\x59\x96\xfa\x6f\xf6\x8a\xbe\x18\x76\x62\x55\x0f\x6a\xfd\x7f\x50\x6b\xd0\x4a\xa2\x24\x91\x81\xc5\xff\x7f\x54\x1b\x57\x5d\x33\xd7\x3c\xa8\x27\xb5\x6e\x06\xd5\xfd\xb3\x03\x70\x50\xbd\xbf\xdb\x60\x79\xb5\x75\xde\xfc\x80\x8b\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xea\xfd\x5f\x0f\x82\x92\x25\x37\xed\x31\x89\x5a\xfc\x1f\x94\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x23\x83\xda\xfb\x5f\x17\x5a\x6e\x24\x94\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\x34\x51\xdb\x37\x0f\xe5\xfa\xc3\x8f\xd6\xe6\x62\x3d\x6f\x3b\x14\xad\xfa\xfc\x76\xa6\x41\x7d\xfe\x60\x33\x38\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\xf1\x62\x9d\x24\x4d\xa6\x90\x27\x25\xee\xe4\x37\x80\x9b\x86\xf2\x5c\x4b\x23\x30\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x9f\x95\x39\x59\xcf\x59\x50\x5e\x6b\x65\x34\x8f\x2b\x7c\x4b\x17\xfe\x2a\xfe\xf5\x62\x06\x5f\x07\x75\x5e\x70\x93\xb4\x3c\x7f\xb1\x68\xa8\x35\x86\x17\xe4\xa9\xe1\x48\xd3\x0b\xc1\x1c\x96\x6c\x2f\xd4\xca\x70\xd2\xfb\x8b\x26\x73\xab\xb6\x2e\x98\xcc\x87\xc3\x8f\x2e\x08\x58\xc7\xcf\x69\x83\x80\xe5\x3b\xc3\x45\xcf\xc9\x24\xe9\xe8\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x0d\x15\xa3\x37\x7c\x3a\x11\xbc\x91\x7e\x86\x5c\x9b\xed\x2e\x41\xa7\x24\xd1\x5f\xb4\x87\x5b\xe1\x76\x21\x36\xe3\xe7\xf8\x22\x16\xc3\x1e\xa9\xd7\xb3\x60\xd2\x39\x79\xb8\x72\x9e\x05\xa4\x27\x2b\xc1\xaf\x87\xe4\xda\xb3\x40\x44\x6d\xb6\xd0\x77\x21\xb2\xe2\xe7\xc0\x43\x27\x90\x24\x40\x5f\x2f\xb0\xde\xc8\xf3\x12\x46\xcd\x1a\xc2\xd6\x8f\xba\xf4\x7a\x17\x90\x82\x01\x0e\x8f\x76\x1e\xbc\xa0\x77\x1f\xf6\xe8\xbf\x90\x11\xb8\x58\x79\x76\xbd\xdc\xce\x9f\x07\x93\x0f\xd4\xe7\xc4\x76\xba\x0b\x88\x53\x3f\x9b\x05\xe3\xf9\xcf\xee\x4e\x92\x63\x1f\x2b\x04\xf1\xda\xa9\xec\x9a\x0b\x6a\xcd\x7b\x52\x34\x31\x35\x66\xfa\x39\xab\x2a\x2f\x06\xf1\x26\x9f\x1b\xc6\xec\xda\x40\x70\x4d\x62\xa1\x90\xea\xfe\x64\xa8\xee\x2c\x78\x37\x2a\x75\x1d\x76\x52\xbc\xe1\x16\x69\x47\xca\x1b\x02\x93\x8d\xfe\x37\xbc\x1e\x93\x0e\xfb\x0d\x6d\xbd\xa1\xbe\x0f\xe0\x60\x76\x7f\x6b\x69\xdd\xc1\x8d\x0f\xba\x7e\x23\xf9\x72\xf3\x07\xa4\xf7\xd2\xa5\xdd\x9f\x78\x95\xcd\xcf\x6f\xd6\x31\xb5\x16\xf2\x86\x7a\x3f\x49\x70\xbc\xe1\x27\xe9\x55\xb9\xa1\xc1\xf7\xe6\xde\xa1\xe0\xb7\x07\x20\x09\x34\x88\x9f\xb0\xd5\x9c\xb0\xf6\x86\x39\xfc\x70\x44\xf6\x1d\x88\xd4\x5e\xa5\xa5\xfb\x90\xe2\xf3\x86\x8e\x3f\xc9\xbe\x74\x47\xd2\x24\x69\x99\x6e\x56\x4e\xb5\x4a\xfe\x8e\x5c\x78\x41\x0d\xe9\x2c\x65\xf7\x48\xe9\xac\xf9\x05\x22\x8c\xb7\x82\xb5\xbd\xac\xc7\xbc\x23\x2f\x15\x9e\x48\x24\xc2\x78\xa9\x60\x24\x2f\xc1\x2f\xbc\x18\xd4\x40\x4d\xd8\x8b\x04\x04\x4c\xe4\x49\xc2\xda\x4d\xe7\x4c\x07\xb7\xde\x94\xf7\xa4\xa7\xb8\x97\xbc\x27\xf6\x72\x2f\xe5\x8a\x11\x84\x89\xfa\xec\xcf\x79\xd3\x6a\x2e\xd9\xe7\x46\xe8\xb2\xf9\xd1\x9d\x58\x46\xc2\x43\x90\xef\x36\x03\x85\x49\x48\xfb\x72\x33\x5a\xe8\x07\xa7\x19\xb9\x6c\x5d\xe9\x0d\xb3\xfa\x61\x06\x75\x67\xca\x4a\x9e\x28\xec\xec\x49\x12\xdf\x9d\x1b\x7e\xff\x15\x43\xba\x21\x51\x5a\xab\x71\xb3\x7c\xab\x55\xaf\x37\x55\x2f\x52\x11\xdc\x85\x62\x94\xf7\x81\x46\x08\xc7\x2d\xdf\x85\x12\x4c\xf4\x27\x70\xf5\x97\x94\x7b\x33\x07\xcb\x51\xfc\x02\x96\xb1\xb8\x4b\x4a\xb5\xe2\x1e\x37\x0b\xbc\x3a\xe7\xe2\x5d\x88\xe5\x52\xcf\xdc\x65\xc1\xed\x41\x48\x15\xa5\xf1\xb9\xe1\xc1\x99\x0c\x66\xe5\x0d\x4d\xc4\xfa\xae\x6b\x66\x7e\x63\x51\x6f\xbf\xc1\x95\x15\xdc\x4b\x28\x15\x4f\xba\x59\xd1\xf5\xe7\x64\x34\x9e\x2d\x49\x62\x37\x2b\xb6\xda\x2f\xe8\x6e\xdc\x3d\x8d\xd1\xd6\xd1\xf1\x03\x50\x35\xcf\x94\x69\x8d\x1d\xe5\x7a\xd3\xc7\xd2\xfe\x27\xf7\x8b\x32\xee\xa2\xef\x37\xc3\xfb\x1c\x95\x7a\xbf\x9c\x87\x96\x06\x15\x97\xac\x76\xbe\x71\xa1\x4f\x12\x30\xef\x17\x74\x51\x82\xf0\x4d\x06\x23\xb1\xf7\x9e\x6b\x96\xea\x10\x55\xaa\x9d\xa3\xe3\x9e\xb8\x64\x48\x65\x78\x4f\x04\x48\x99\x3c\x30\x49\x84\x55\xe9\xf7\xe2\x27\x3a\x69\xcf\xd2\x7c\xeb\x28\x3e\x30\xe6\xaa\x14\xee\x78\xc8\x0c\xb4\xae\xcf\xd1\x90\x32\x30\xea\x37\x96\x51\x52\xf4\x73\xd0\x01\xa6\xf9\x05\x22\x9d\x24\xaf\x07\x8a\x6c\x4b\x24\x0f\x6d\xb7\x8e\x92\x7d\x48\xdc\xc5\x0d\x1e\x12\x6f\xf1\xc0\x27\x30\xff\xa3\x7f\x53\x32\x93\x5e\xe1\xc1\x35\xd8\x69\x96\x1f\xe4\xb2\x72\x04\xca\x13\x39\x27\xcd\x19\xb6\xd4\xac\x6b\xf4\x03\xff\x74\x97\xf6\x79\x68\x5b\xfd\xf9\x1e\xe6\xe8\xe8\xfe\xc9\xbf\xa4\x62\x78\x12\x85\x59\x09\x38\x4f\xe2\x4e\x8a\x4e\x3f\x89\x62\xbb\xae\xea\x4f\x62\x00\xb3\xbb\xe0\xa4\xa4\xc4\x7e\x12\xe5\xfa\xe4\x2f\x40\xf3\x9a\xbf\xe0\xac\xb5\x0a\x48\xde\x90\xc4\x33\x9f\xbc\xb6\x5a\x40\x65\xf2\x23\x09\x97\x0f\xaf\xc9\xde\x88\xcc\x4b\xd4\xf0\x03\x2c\x9c\x67\xc1\x64\x56\xa9\xb8\x07\x60\x43\xf3\x10\x3c\x54\x22\xbb\x0f\x4c\xad\xce\x40\xf9\xf0\xda\xac\x33\xf6\x14\xaa\x73\xbc\xb6\xa8\xc9\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xc2\xfa\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x60\x19\x7e\x5e\x58\xcb\x20\x18\x2a\x2f\xac\xc5\x6f\x9c\xdc\x1b\x77\xc1\xcb\x83\xa6\x59\xef\xef\xe0\x7a\x19\x2a\xf6\xca\xbb\xdf\x28\xa3\x09\x68\x84\x4a\x26\x63\x74\xa3\x28\xe9\x65\x80\x43\x78\xfa\xbb\xe8\xd7\xa7\x51\x9f\x25\x49\xf5\x69\x34\x3e\x17\x8f\xf7\xf2\x81\x00\x66\xf2\x05\xab\xb0\x9f\x4e\x76\x24\xfd\xd5\xc3\x0c\xed\x36\x50\x3d\x48\x7c\x90\x7e\x5e\xe0\xce\xb9\x9d\xd7\x69\x1f\xfc\x4e\xd1\x55\xac\xe3\x61\x4d\x1b\x2b\xbd\x1f\xe6\x93\x92\xe0\xf0\x20\x5b\x54\xb2\x01\xe3\x19\xd4\x67\x88\xcf\x3e\xf4\xf9\x3e\x74\x7d\x79\x06\x17\x4a\x5d\x30\x77\xc1\xe1\xa5\x3f\xb1\xdb\x52\x89\x3d\x27\xc0\x96\x01\xe3\x59\xd5\x65\x0e\x3f\x00\x15\xf7\x08\xcc\x34\x60\x87\x83\xe7\x64\x05\xa5\xc3\x0f\xb0\xdb\x22\xe3\xcf\xb2\x78\x8b\xe1\x3d\x17\xb6\xdb\x08\x06\x03\xf7\xf1\xf3\x01\xb9\x9b\x67\x71\xe1\x9c\x0d\xbf\xc0\x69\x7b\x16\xd7\x37\x6d\xe7\x8c\x7b\x90\x89\x20\x79\x65\xaf\x05\xb4\x41\x20\xe7\xf7\xbc\x99\x7a\xe0\x30\x01\xba\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\x00\x4a\x3f\x9a\xdd\x3d\xf7\x3a\x58\x7e\x81\x4b\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\x35\x2d\x2d\xcc\x2a\x27\x7d\xb8\xcb\x89\x2e\xb4\x30\x4f\xc2\x6f\x7d\xf0\x50\xf6\x14\x4f\x7e\xbe\xeb\x6c\x73\x6e\xed\xe7\x41\xcd\x2f\xef\xee\x43\x8a\x65\x20\x1f\xee\xa6\xd4\x27\x0f\x13\x81\x9a\x6d\x3f\xcb\x38\xe0\x85\x78\x79\x5a\xbd\xda\x2f\x45\x62\x5d\x1d\x9f\x97\x33\xf7\x17\x8d\x6b\xeb\x2f\xa8\x1d\xd6\x8d\xe5\x59\xf7\x55\x09\x07\x0f\x9c\xbd\xf3\xe1\x2f\x16\x9c\x7e\x81\x4b\xa3\x99\xb3\x3c\xa3\x35\x90\xcf\x44\x54\x95\x89\x35\x32\x7d\x1e\xbe\x01\x3f\xf4\xf6\x76\x3e\xe0\x07\x96\xf8\x2c\x0d\xe4\x03\x71\xc2\x1e\x43\x0f\x34\xfe\x8e\x82\x7a\x26\x60\xf4\xd2\xcd\x05\xe3\x5e\x87\x97\xbe\x64\x8e\x09\x7f\x8f\xb5\x10\x43\x0f\x4e\xbe\x71\xe8\xc1\xc3\x07\x51\x0f\x56\xa7\x7b\xa9\x5e\x66\xdb\xb4\x4c\xf2\xa2\xb0\x73\xb2\x6e\xe9\x85\x61\xbb\x49\xbf\xf5\x52\xb3\xee\x00\xe9\x97\x79\x18\x2c\xaa\xbd\xdf\x6d\xaf\x65\x03\x8e\x4c\x39\xd9\x63\x36\xda\x3d\xd5\x23\x02\x78\x5c\xf3\xec\x6d\x8b\x43\xf8\x85\x8b\x43\xba\x87\x4f\x18\x74\x46\xc5\xb7\x71\xed\xfc\xc1\x2a\xef\xb7\x7f\xf7\x95\x82\x40\x2f\x20\x44\xc7\x8e\xee\x2f\xa2\xca\x87\x83\x8f\x5f\x68\x3c\x93\xf5\x53\x6f\xc7\x76\x7a\x59\xa0\x8c\xcc\x22\xa6\xa8\xf7\xdf\xb2\x78\x31\xca\xfd\x67\xcb\xd8\x28\xef\xdf\xb2\x08\xfa\x4b\x7f\xa4\x23\xfe\x4d\x09\xf2\xf1\x0e\x46\x2a\x7b\xb4\xce\xaf\xfd\x60\x2d\x91\xe1\xc3\x92\x88\x00\xbd\x4b\xb3\x29\x91\xe8\x1d\xd0\x55\x7b\x1b\xcf\x85\xc0\xda\x86\x93\x10\xfb\xf7\x27\x30\x27\xf1\xe5\x97\xd5\x33\x2c\xee\xbe\xe0\x06\x39\xfa\x37\xe8\xaa\xce\xe9\x7b\x92\x93\x7a\x5b\x4e\xc2\xa8\x35\x5e\xcc\xc0\x40\x9f\x0c\x78\x90\xac\xf0\x2e\xcd\xa7\xa4\x76\x94\xfe\xff\x3e\x11\x94\x50\x66\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x19\xc6\x8f\x19\xe4\xf6\x03\x00\x8f\x58\xf0\x03\x38\xa1\x36\x03\x34\xbf\x0e\x24\x3e\xbc\x37\xc3\x44\xbc\x75\x37\x52\xf2\xfe\xfc\x5e\x98\xa1\x75\xbc\xd7\x66\x0b\x46\xe4\x0a\xfc\x49\xd2\xfd\x22\xeb\x8c\x1d\x5d\x5f\x84\xfa\x54\xc9\x02\xef\x43\xfd\xb0\x3a\x40\xe5\x32\x5f\x97\x5f\xe8\x35\x73\xf2\x6f\xca\x0e\x9e\xf5\xd3\xff\xf9\x53\x6a\xf6\x0b\xdf\x6d\xcd\xf9\xb4\xde\xa5\xd6\xd4\x1c\x1e\x02\xa4\x29\xc0\x15\xca\xf9\x33\xde\x07\x24\x22\x19\xa0\xc9\x55\x14\xc4\x1f\x9f\x68\x59\x3a\xa7\xf7\xa5\x0a\x42\xe4\xf2\x45\xfe\x98\xec\x7d\x58\x5a\x4d\x5d\x54\x5e\xa4\x09\xcc\x3f\x1f\x50\x6c\xab\xee\x12\x34\xdf\x8b\x34\x17\x6e\xf9\x01\xaa\x96\x5a\x14\x7c\x27\xb5\x81\xd2\x94\xbc\x30\x0a\xe7\x9f\xdf\x5c\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x91\xdb\x59\x2c\xf5\x9d\x6b\xe2\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\x64\xb6\x43\xf4\xe7\x32\xc1\x66\xbf\xf1\xa2\x1c\x49\xd4\x6f\x6a\x35\xb5\x5b\x33\x50\x25\xa0\x4b\xd9\x0c\x6b\x66\x7e\x83\xf7\x1d\x5d\x03\x27\xfc\x9d\x9c\xbb\x70\x86\xb5\xfe\x82\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x09\xf5\xff\xbf\x07\xfe\x84\x02\xca\xcf\x20\x94\xbd\xb3\x1f\x4c\xbe\xb1\x37\x75\x22\xae\xc6\x8e\x82\x13\x7a\xc4\x2c\x51\x7c\xc6\xb5\x43\xfe\x80\x8a\x20\x5d\xe4\x50\x9f\xbf\x65\xa1\x3e\x8a\xef\x7f\x50\xa9\x8b\xc4\x99\xea\xc2\x82\x5a\xfa\xe1\xe7\x44\xa3\x76\xfe\xf7\x40\x53\x65\xf1\x7c\x67\x5d\x40\xf1\xfc\x94\x7f\xbe\x40\x2d\x23\x63\xef\x4c\x8b\x6a\x08\x4e\x5c\x50\x73\x71\x97\x9c\xb9\x90\x71\x2e\x2d\x9d\x78\x1e\xaa\xe3\x7f\x0f\xd4\x05\xdc\x83\x87\x73\x3b\xa0\x3e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xc0\xca\xf2\xf7\xad\xfd\x55\x4c\xd2\x64\x20\x8c\xd7\x0d\x4a\x3a\x57\x09\x9c\x85\x78\xab\x1b\x33\x4a\xe5\x37\x27\x3a\x5b\x95\xf2\x9d\xcb\x61\x16\xa2\x90\x71\xac\xac\x95\xf7\x27\x9d\x9f\x68\x55\x0a\x45\x05\xa3\x21\x95\x72\x4e\x8d\x30\x0b\x79\x8a\x71\xaa\x42\x92\xf3\x0b\x15\x52\xb0\x24\xd4\x59\xc9\xd6\xba\x1f\x0c\x76\x29\xb0\xe0\x25\x95\x8d\x84\x48\xee\x93\xab\xdb\x17\x0c\x7e\x61\xc1\xa0\xb5\xa9\x3c\xa1\xc6\x5b\x16\x8a\x75\xf2\x82\xd9\xb8\xdd\xba\x8a\x4f\xdc\x72\xb3\xa8\xd7\x6c\x64\x7c\x46\xec\x46\x7c\x10\xe7\x9b\xd0\xea\x65\x1f\x7a\x64\x00\xca\xd5\x43\xf0\xf8\x15\xbf\xf0\xf0\x81\xc6\xec\xc8\xf0\xe3\x89\x75\x22\xa5\x8f\xc6\x20\x61\x11\xdd\x9f\x83\x42\x84\x74\x16\x93\x62\x8f\xe9\xca\x12\x7b\x7c\xfe\x58\x48\xd5\xfe\xc7\x13\x71\xc6\x36\x78\xcc\x4f\x90\x29\x76\xff\x9a\x9f\x20\xf3\xad\x9d\x7a\x40\xc6\xbd\x6c\xb2\x72\x92\xb8\xf9\x2c\x31\xee\xd8\x7a\x91\x79\x72\xed\x7c\x10\x4e\xde\x39\xfc\x09\x62\x85\x7e\xb2\x28\x4c\xd6\xc5\x32\x8b\x9d\x4c\x47\x67\xe1\x65\xc2\xc4\x59\xec\x75\x86\x82\xfd\x21\xfb\x7a\xcd\x0a\xfd\xd9\x51\xc0\x13\x71\x3a\x87\x22\xc5\xcf\x86\xbb\x6b\x51\xba\x88\xf3\xa2\xa6\x5b\xc9\x1a\x66\x87\xe6\xb5\xe4\x8d\xce\xb3\x23\x1c\xbd\xe4\x0d\xe9\x44\x7c\x48\x48\x4a\x2e\x3f\x07\xe4\xf3\xa4\x6b\xfd\x44\x04\xc6\x07\x58\xde\x0f\x22\x5d\xbe\xb6\x2c\x38\x47\xa4\x73\xfc\xbe\x1a\xce\x01\xb3\x44\xd2\x4d\x7f\xd2\xe1\x3e\xc9\xc2\x3b\x07\x30\x38\x49\x27\x3f\x07\x52\x39\x65\x29\x41\x26\x3c\xee\x9b\x52\x87\xce\x81\x08\xf3\xac\xab\xe0\x1c\xd8\xa7\xac\x1b\xec\x84\x5f\x79\x53\xce\xd5\x09\x2f\xf0\xe0\xa2\x71\x13\x2e\xd7\xc1\xc5\x69\xe6\x80\x96\x58\x55\x3f\x26\x7d\x93\x93\xdc\x3e\x26\x3c\x83\xbb\x6e\x59\x13\x9e\xc1\x5d\x62\xfb\x84\x67\x70\x53\xf1\x92\x49\xc7\xe0\x2c\x37\xa1\x09\xc7\xe0\x9e\xbb\x3f\x48\xdf\x6f\x4d\xe2\xfc\x18\x65\xcf\x5b\xdb\x30\xcf\xc0\x10\xdb\xc3\x2f\xd4\x7f\xfe\xf4\xa2\xfd\x3a\x3f\x3e\xd9\x95\x22\x68\x9e\x1f\x13\xec\x65\x1f\xa9\x79\x7e\xf7\xad\x5e\xba\xbf\x7f\xbe\xdf\x3f\x00\xbd\xf8\xed\x01\x91\xea\xc2\x33\x04\xcb\x0c\xca\xbc\x38\x4f\x56\x33\x08\xfe\x8d\x14\x98\x9b\xa6\x4e\x78\x1d\xf7\x9a\xdc\x01\x6b\xa5\x56\x3f\x60\xd5\x52\x77\x80\x6c\xd8\x49\x6b\xc6\x6a\xa1\xfb\x3e\x38\xe1\x93\xdc\xab\x67\x18\x51\x2d\xc4\x33\x8a\x74\x20\x34\x00\x0f\xa4\xd5\x8d\x06\xf0\x59\x0e\xe9\xa3\x6c\xff\x7b\xbe\x34\xe9\xd1\x9c\x92\xc1\x85\x3e\x39\x49\x09\x35\xe1\xe2\xfc\x3d\xf0\x00\x90\xc0\x65\x74\x9d\xf0\x79\x0e\x49\xbc\x75\xc2\xe7\xb9\xa9\xda\xd5\x84\xcb\xf3\x37\x88\xe6\x0c\x9f\x67\x87\x6e\xcc\x13\x42\x42\x12\x25\x9c\x27\x84\x84\x94\x3c\x6d\x18\xea\x92\xb4\x14\xf3\xa4\x2b\x97\x32\xac\xcd\x33\xf1\xe4\x46\x8f\xf2\xf2\x81\xe1\x9a\xec\x43\xc3\xe6\xb5\xdb\x5a\xcc\xcc\xe5\x30\xc2\x66\x2e\x47\x12\x60\x99\xcb\x51\xfc\x09\x97\xa3\x69\x7d\x32\x97\x23\x0a\x30\xe8\xb6\x55\x70\x72\xc2\xdd\xfa\xeb\xd3\x5d\x70\x39\xb2\xbf\xa0\xcc\x34\x04\x39\x64\x91\xf6\xf3\x05\x57\xa3\x69\x97\x32\xcf\xb6\x0f\x4a\xe6\x6a\x64\x83\xc5\xd5\x48\x7e\xc0\xd5\x18\x9a\x6b\x21\xe6\x14\x75\x5a\xb8\x1a\xde\xc8\xc2\xd5\x88\xea\xa3\x70\x35\x8c\xad\x85\xab\x91\xb5\xc4\x65\x21\x87\x1f\x90\x38\x16\x41\x5a\xb8\x1c\x3e\x93\xf4\xf4\xfe\x41\x97\x42\xec\x68\x7e\x40\xec\x28\xee\x14\x76\xff\xf0\xd3\x07\xf3\xd0\x79\x05\xcb\xda\x7b\xad\x31\x0b\xe8\xcb\xa9\x62\x9e\x95\xb3\x35\x35\xab\x6b\xb6\x7e\x83\xb3\x15\xb3\x80\xc7\x78\xf0\x2d\x7f\xc2\x65\xfc\x1b\x45\xe8\x02\xb7\xb8\x22\xd5\xe5\x3c\x2b\x67\x1b\xfd\x09\x37\xbf\xf9\x13\xce\xd6\x88\x0d\x09\xaa\x89\x35\xc0\xcf\x3c\xd8\x47\x6a\x9e\x08\x30\xce\xd1\x58\x0b\x99\x2a\x29\x63\xcf\x84\xb7\xeb\xf0\x9a\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x8c\x2e\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x92\xda\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x80\xfc\xf0\x5e\x99\xf9\x27\xc4\x77\x25\x51\x9a\x13\xce\x4f\x3a\xbd\xf3\x4d\x5f\xcf\x02\xe3\xcd\x58\x68\xbf\x8d\x6d\xf1\xdb\xc8\x94\xcb\xc5\x0a\x13\x45\xc2\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\x7c\x57\x85\xff\x2d\xdf\x09\x13\xf9\x71\x42\xdc\x81\x52\xf1\x38\x60\xcc\x4d\x3b\x31\x64\x3c\x0e\xa4\xa2\x54\xbc\xd7\xf7\x00\x12\xd0\x56\xda\xc5\x83\xf5\xfe\xdb\x36\x4a\x7f\x0f\xe8\xab\x99\xf5\x09\xa2\xdc\xf3\xf6\xb3\x8c\x07\x0a\xa9\x7f\xa2\x6b\x5b\x0f\x50\xcb\x39\x1e\x3b\x47\x71\x3c\x50\x16\x37\xa4\xae\x37\x62\xa0\x2d\xb3\xec\x3e\x50\x3b\x28\xc8\x19\x3e\x1e\x2c\xd4\xd2\x76\x62\x85\x78\xa4\xce\x07\x5d\x9f\x4c\xce\x65\xec\x51\x56\xb6\xfa\xed\x5f\x1d\x8f\x72\xac\x37\xf6\x27\x05\xbc\x2a\xef\xd4\x0a\xf1\x40\x56\xe9\x6f\x15\xf6\x6c\x0b\x83\x13\x92\xd6\xa3\x6e\xe9\x6b\xaf\x69\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\xf7\x02\x21\xd3\x57\x68\x3b\x30\x2b\x1e\x8d\x6e\x81\xfb\x6a\x15\x0f\x26\x35\x91\x1f\x60\x3c\x3a\x38\xb3\x5c\x0b\xe3\xd1\x61\x21\x92\x0f\x5d\x3c\x06\xcd\xf0\x3b\x33\x45\x3c\x06\x8c\x82\xf2\x5f\x8b\xc7\x80\xc9\x2f\x07\xed\x0b\xc2\x47\x83\x3c\xde\xe2\xb1\x28\xeb\x2e\xdb\x16\x8f\x93\x99\x9f\x37\x55\x8c\x07\x5c\xd4\x83\x9c\xc7\xe2\x71\x21\xa3\x52\xda\x25\x25\xe2\x01\xcf\xcc\x90\x76\xac\x45\x3c\x60\x75\x0e\x72\xa3\x88\xc7\xb3\x76\x7f\xec\x3e\x1e\x16\xe4\xd8\xdc\x2a\x1e\x2f\xe0\x90\xed\xf1\x7b\xc0\x61\xb5\x0d\x2f\xd3\x49\x6d\x56\x1c\x8f\x59\xb8\xa6\x1b\x1d\x02\xab\xb0\x4a\xa5\x1f\x43\xa4\xa4\xb2\x43\xf5\x63\x88\x60\x92\x52\xea\xc7\x10\x99\xc6\x6b\x4b\xda\xdf\x83\x8b\x6f\xb4\xfd\x00\xce\x93\x52\x07\xc7\x80\x12\x70\x41\x0a\xe4\x18\x22\xfc\xf7\xa4\xa7\x8c\x21\xc1\xbb\xa1\xee\x2c\xf7\x31\xb0\x06\x95\x14\x8b\x31\xa0\xa4\x54\x90\xe6\x31\x86\x74\xf3\x41\xde\xa3\xb0\x58\x40\xcb\xcb\x70\xf3\x3d\x78\x59\xa3\x6d\x43\x5a\x16\x60\x6d\xbf\x51\x33\x1f\xec\x15\x0b\x48\x34\xfa\x49\x6e\x7b\x14\x24\x47\x0c\x2d\x8f\xfd\x09\x72\xe4\x7d\x0f\xf6\x02\x75\xdc\x1f\xeb\xce\x82\x1c\x03\x83\x68\x5b\x89\x7b\x72\x88\x20\x6c\x5d\xbf\x6f\x26\x0e\x29\x9b\x9e\x84\x87\xd1\x05\x65\x53\x9c\xb0\xb0\xa1\xe4\xfd\x09\xed\xf7\xad\xe4\xbd\x1c\x0f\x4c\x2f\x6d\xa7\xeb\x8c\xe1\x19\x7c\xa3\xf8\xc1\xcd\x07\x1b\x72\x1a\x81\xdb\xce\x07\x1d\xc3\x03\x24\x6c\x3b\x9c\x3e\x06\xda\xf4\xda\xce\xee\x11\xc3\xcb\xfa\x1c\x45\x4b\xfa\x26\xae\x8f\x00\x03\x2b\x0a\xad\x34\x3d\x68\x9c\xdc\x26\x41\x61\xc2\x79\xb3\x95\x45\x8d\x63\x0c\xc4\x97\x7d\xd1\x89\x11\x65\x74\xc3\x10\x2d\x88\x89\x9d\x56\x3f\x40\x12\x91\x56\x37\x3d\x89\x95\x39\x28\xb7\xc2\x36\xc6\x0a\xb7\xd3\x56\xf7\x29\x8d\xc8\xa5\x12\xda\x2e\xee\x1b\x23\x33\x93\x28\x7b\x5b\x8c\x03\x76\xf6\xb6\xeb\x59\xc6\xc8\x68\xb3\xb6\x59\x58\x8c\x57\x66\x74\xf3\x46\x8f\x48\x27\x72\xf9\x59\xc4\x48\x07\x49\x59\x29\x62\x84\x77\xe3\xf7\x60\x6d\x43\x5c\xc7\xb6\x85\xdd\xc7\xcb\xb0\x8d\xad\xd8\x8a\x71\x22\xeb\xe8\xb1\xf3\x5f\xc6\xc4\xe2\xdf\x6d\xd7\x1b\x8d\x29\x10\xa3\x5a\xfe\x8b\x7b\xd3\xf7\x36\xf7\x68\xd3\x85\x14\x26\x33\x2d\xef\xc5\x4a\x09\x8e\x64\x6d\x87\x82\xc4\xc4\x12\x45\x79\x67\x76\x8c\x29\x31\xbb\xfd\x8e\xc3\xfe\x1e\xac\x4f\xb2\x1e\x10\xa6\xaa\x4e\x9f\x95\xcf\xd9\x7d\x9c\x7c\x10\xf5\x60\xf2\x81\xfa\x20\x5d\xd8\xb5\xef\x62\x4a\x93\xaa\x97\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xd2\x29\xad\xed\x2d\x49\x99\x8e\x76\x4d\xd3\xcf\x1c\x65\x97\x1d\x89\xa9\x30\x3a\x73\x1b\x3d\x62\x42\x6d\x88\xd0\x76\x3a\xf9\x98\x0a\x97\x70\x87\x67\xc7\xc4\x5c\xef\xad\x6b\x09\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xed\xc7\x11\x53\x43\x3c\x55\xeb\x5a\x31\x24\x21\x0d\x6d\x97\xe4\x8a\xa9\x81\xb1\xd6\x21\x48\x99\xf8\xb1\xee\x40\xe2\xef\xc1\xca\xa1\xb8\x21\x6d\xab\x1e\xf8\x3e\x7f\x09\xd9\xcd\x3e\xe1\x41\xc3\x32\xd7\x58\xd7\xaa\x77\xa2\xe8\x4e\x74\x14\x13\xb2\x31\x7d\x0f\x76\x1f\xe7\xe0\x6c\xb7\x08\x90\x6e\xe8\xa6\xda\xce\x4d\x12\xd3\x0d\x1d\x59\x8e\x9a\xed\x8d\x9d\x4b\x3b\x66\x3e\xa6\x07\x05\xbf\xdb\x0e\x20\xfd\x1e\x20\x68\x7e\x6b\x9e\x62\x7a\x32\xdf\xd0\x02\x3d\x44\xa9\x9d\xb6\x27\xa6\x87\xb2\xc9\xd0\x41\x78\x48\x4b\x86\xb6\x61\xc2\x85\xa7\x6d\x77\xc5\x98\x8f\xcc\xc3\xb4\x11\x37\x1f\x74\x96\xd9\xee\x35\x31\x07\x68\x92\x14\xe0\x1d\x73\x60\xe5\xd6\x1d\x24\x13\x73\xc0\x5c\xfa\xb6\x9c\xc7\x8c\xfa\xa1\xdf\x25\x66\x41\x9a\x13\x94\x88\x7d\x7b\x52\xc7\xcc\x0a\x5e\x62\x1b\xb9\xb2\xcc\xe3\x56\xea\xc6\xcc\x34\xdb\x7d\x2b\x3b\x63\x66\x16\x3a\x55\x7e\x8f\xb9\x33\xd5\xe3\xae\x72\x11\x33\xaf\xc9\x7d\x1b\xcb\x63\xbe\x58\x71\x7a\x5b\x27\x62\xbe\x58\xfc\x66\x1b\x0a\x62\xa6\x87\x77\x17\x6d\xc9\x0f\x72\xa8\xa5\xed\xc5\x15\xf3\x7b\x2c\xa3\x48\xd7\x03\x4c\x36\xf8\x01\x84\xe5\xbe\xf3\x43\xc6\xfc\x32\x37\x68\xd8\x38\x97\x5f\x96\xc8\x0b\x02\x7d\x2e\x73\xda\x66\x24\xe5\x60\x39\xee\x9d\x21\x2c\x96\x83\xb9\xb3\x76\xda\xb4\x58\x02\xfc\xc4\xfb\x4e\x01\x16\x4b\x40\x16\xf1\xbe\xb3\x35\xc6\x12\x6e\x4e\x7f\xe8\x13\x16\x8e\xdd\x99\x13\x63\x41\xb5\xf5\xef\xc1\xee\x23\x32\x36\x7c\x27\x30\x88\x85\x25\xaa\xba\x84\xec\x92\x59\x56\x66\xdf\x2c\x62\xc9\xcc\x0e\xb1\xdd\x72\x63\x29\xc7\x7a\x63\x7f\x82\xaa\x2c\xa1\x6f\xe7\x8c\x58\x98\x0d\x3f\x4b\x2e\x2f\x4c\x7d\xda\x84\x2f\xa5\x71\x2e\xbb\xa4\x58\x2c\x0d\x62\x45\xdf\xd1\xfb\xb1\x30\xad\xd6\x2e\x07\x1b\xcb\xa0\x30\xb3\x8d\x19\xdf\x03\x6a\x94\xb7\xf4\x5b\x56\xde\x8b\x7d\x2f\x8e\x05\xf1\xbe\x21\xed\xb0\xf5\x58\x4e\x66\x6e\xda\x29\x59\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf9\x70\xa7\x64\x8d\x85\x11\x44\x5d\xc7\xb8\xdc\x20\xaf\x7d\x07\x11\xc6\x72\x83\xe0\xf4\xad\x51\x8e\x65\x49\x11\xdb\x32\x1a\xcb\xcb\x35\x4e\x9a\xfd\x4b\x34\x95\x58\x5e\x5e\x08\x2f\x3d\xfd\x8d\x87\xc4\xf7\x76\xe1\xdb\x7b\x6d\xde\x7b\x7d\xbe\xe7\xf5\x32\x13\xe5\x56\xf5\xc4\xf2\xbe\xeb\xc1\x1e\x71\x32\x5b\xf3\xf6\xa5\x8f\x05\x77\xd3\xef\xc1\x9e\xd7\xe4\x72\x6e\x7d\x49\x2c\x13\xb2\x4f\xdf\xaa\xc3\x58\x26\x0b\xc5\x6d\x2d\x55\xac\xc7\xc1\x3e\x36\x35\xaa\x07\x0c\xa3\x7d\xeb\xdb\x62\x3d\x98\xab\x66\xfb\xf6\xc5\x7a\xa0\x10\x71\xdf\xae\x18\xb1\x46\xa0\x7d\xda\x39\x98\x63\x8d\x95\x37\xc7\x7d\x1f\xab\xb1\xb1\x8f\xae\x4f\x58\x6b\x69\xbb\x45\xc6\x9a\xf2\x2a\x1d\xbc\xfb\x60\x7d\xba\xbe\x55\x72\xb1\xa2\x80\x43\xe8\xdb\x8d\x26\xd6\xca\xcb\xe6\xf6\x27\x8a\x15\xf9\xae\x43\xdf\xc9\x17\x63\xed\x4c\xbf\x9e\x35\xb9\x95\xb3\x6b\x1b\xb8\x63\x1d\xd4\xb8\x55\x3f\x20\xf5\xc9\x65\xf7\x01\xbb\x40\xc8\x3b\x27\x76\xac\x63\x75\xaa\x05\x3a\x79\x62\xb3\x16\x68\xe9\xd3\xb6\x2d\x31\xd6\x13\xd5\x36\xfb\xce\x95\x1c\xeb\xca\x09\xb0\x8d\x72\xb1\x9e\xe4\x67\x87\xde\x60\xf4\x47\xcb\x1b\xab\xeb\xcd\x62\xa4\xbb\xf4\x5d\xac\x37\x2d\x4d\xd1\x0f\x08\xd8\x8e\x07\x89\xf5\x25\x2f\x3a\xb4\x0d\x0b\x0b\xcb\xbe\xb2\x54\x1a\xc4\xba\x64\xf4\x3a\x11\xb6\xd4\x77\xd1\xb6\xd8\x8e\xc9\x2a\x80\xfb\xa8\xb4\xc0\x94\x99\xdb\x22\x10\x5b\x80\xd0\xd0\x77\x46\xc0\xd8\x28\x22\xf5\x5d\x55\xf9\x7b\x70\xf1\xc1\xb1\x1f\x90\x17\xd5\x4d\x9f\x1a\xea\x02\x86\x5e\xf7\xf1\xf8\x2e\x40\x7c\xb0\x3b\xad\xcc\x9b\x59\x37\x26\xb7\x0a\xd7\xb0\xbe\x95\x4d\xb1\xb1\xd6\x4d\xaf\x5b\xdc\x6b\x2c\xce\xa1\x6a\x03\xb1\x55\x54\xcf\xea\xdb\x4f\x24\xb6\x46\x36\xb1\x75\x41\xb1\xad\x84\xe8\xbb\x50\x7b\x6c\xc8\xbc\xfd\x3d\x58\x8b\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x60\xf4\x09\xba\x7b\x81\xce\x4e\x48\xb7\x30\xd7\x2e\x16\x7e\xd8\x8a\xaf\xef\x01\x86\xdd\x19\xc0\x62\x63\xb0\xa0\x6c\x0c\xb1\xdd\x89\xa1\xda\x5a\x8f\x1b\x52\xbc\x62\x75\x63\x83\x1b\x71\x3c\x76\x79\xb3\xd8\x1e\xa4\x33\x96\x27\x5c\x6c\x6f\x58\x0f\xf6\x27\x93\xd7\xf3\xad\x64\x8c\x9d\x0a\x9e\xbe\x93\x86\xc4\x7e\xa0\xd4\x68\x6f\x7b\x2e\x1f\xd9\xc5\x12\xee\x35\xed\x91\x25\x51\x76\x8d\xd6\xd8\x23\x93\xd4\xb5\x7d\x23\xe9\xa8\x03\x1a\x94\x07\x3c\xf6\x4c\x0a\xb3\x4b\xc6\xc7\xce\x3a\x7f\xbd\xed\x2b\x4a\x2f\xac\xed\x2b\x21\xbb\xd7\x87\xeb\xb1\x97\xb0\xa3\x82\xc0\xf7\x60\x7f\xb2\x92\x8d\xed\x5c\xf7\xdf\x03\xd6\x87\xdb\x48\xd7\xc7\x2a\x18\x1c\xf4\x49\x6f\xcc\xe7\x99\xf4\x80\xf5\xb4\x36\x8e\xf5\x75\x90\x25\x0f\xf7\x73\xd7\xb5\xd6\x1b\x99\x35\x3c\x36\x0f\xec\xe7\xaa\x19\xac\xe9\x9f\x83\x9f\x6c\x62\xd0\x4f\x72\xfc\x9d\x2e\x3b\xf6\x93\xc7\x54\x12\x73\x5f\x1c\xad\x6f\xd9\xa4\x33\xb8\xb4\x4b\xb8\xed\x8c\x5f\xec\x92\x87\x3b\x8e\x7a\xdb\xda\xd1\xd8\x1f\xee\xf5\x4e\x3f\x19\xfb\xb3\xe0\xda\xa2\x49\x7f\x56\x85\xd0\x4d\x81\xfb\x1b\xd6\x72\xfc\x45\x5e\xbd\xef\x6d\x42\xb0\xe9\x75\x7f\x99\xa7\x7f\x6b\xa8\x63\x7f\x3b\x27\xbe\xb9\x6e\x7f\x5f\x8e\x38\x34\x22\x12\x0a\xef\x6a\xf0\xb1\xcf\x55\x38\x73\x0b\x36\x7d\x11\x9f\x9d\xc3\x2a\x8e\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xd6\x7f\xe4\xc1\x37\xb6\xce\x65\x94\x9b\x09\x5b\xf6\x96\xad\x32\x3f\x69\x57\xcc\x8e\x2c\x77\x11\xfa\xae\xfb\x13\x59\x68\x21\xf4\x1d\x60\x1e\x47\x2b\x7c\x63\x53\x67\x26\xbd\x0c\x5d\x02\xf9\x38\x57\xd0\xd2\x3e\xc1\xe3\xa1\x7d\xa8\x09\xd2\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\x17\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xad\xc7\x19\xc6\x72\x28\xdf\x7d\xc4\x8b\xc2\xf3\x26\x93\x27\x0b\x4e\x0f\x69\x20\xcf\xcc\xc8\xc1\x5d\x1f\x27\x9e\x05\x72\xdc\xd8\xb5\x5b\xe2\x59\x97\xaf\xd9\x96\x88\xce\x0a\x8f\xac\x63\x07\xb3\xc7\xb3\x5e\xeb\x8d\xdd\xe9\x78\xe9\xc3\xb0\xc9\xd3\x85\x62\x0e\x41\x15\x2c\xe2\xd5\xc8\xf0\x77\x12\xf1\xef\x01\x09\xe9\xbe\x59\x5f\x6d\x39\xed\x0c\xbf\x41\x25\xee\xc6\xd3\xab\x55\x56\xfd\xce\x7a\x80\xaa\xdf\xc7\xf6\x8a\xfb\x1e\x50\x13\xba\xcf\xe3\x85\xbc\xfd\xf1\xd0\x5c\xae\xd6\xa9\x30\xd9\x47\xf8\x42\x5a\xfd\x90\x77\xed\xc6\xef\x01\x2f\x7d\x1b\x71\xaf\xd6\x59\xbd\x23\xea\x8d\x41\xd6\xb3\x29\xda\x85\x8c\xf3\xf1\xd8\xf5\x25\xbf\x07\xf0\xe4\x09\x9e\xfe\x45\xbb\x5d\x53\x1f\x28\xfd\x7c\xec\xdc\xb8\xdf\x83\x49\xb1\x42\x80\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\x5d\xe0\x42\x5a\xed\x78\xec\x64\x53\xf1\x62\x4e\xeb\x63\xa7\x82\xfa\x1e\x9c\x8c\x2d\x5b\xab\xfe\x14\x5a\x75\xfb\x16\xb3\xde\xd8\xa8\x4b\xdf\x24\xff\x2d\x34\xd3\x89\x6e\xbe\x28\x74\x13\xf2\x0e\x7c\x88\x93\x09\xc4\x8b\x74\xc7\x93\xc9\xbb\xa5\x23\x99\x9d\xde\x0e\xdb\xa8\xf2\x3d\xe8\x78\xa1\xe9\xf7\x49\x45\xb1\xbe\x58\xa2\x6d\xf7\x83\x4e\xa5\xb7\x3e\x89\xf7\xbf\xa9\xd6\x67\xa7\xfd\x7e\xdb\xaa\xbe\x07\xa4\x40\xfb\xa0\x4f\xa4\x7d\xfe\xc0\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xfe\x53\xcd\x90\xa3\xac\x43\x4b\xfa\xcd\x8c\x92\x92\x30\x67\x1f\x9c\x6b\xd4\x18\xe7\x02\x4b\x9f\xc0\x23\x3a\x6d\x7f\x95\x38\xfb\x45\x38\xab\x26\x7f\xf1\xbc\x45\xcd\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\xd1\xc1\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x00\xce\x6d\xce\xfb\x1e\x80\xf9\xd5\xf2\xef\x8c\xab\xfc\x4f\xf8\xd6\x44\x46\xdc\x0f\x57\x37\x40\x83\x2e\x37\xd2\x01\xce\xb1\xec\x60\x1b\xdf\xe7\x38\xe8\x3b\xa4\x95\x1d\x0b\x29\x34\x29\xa6\x84\x95\xe5\x6c\x22\x25\xec\xd7\x85\x1e\x2c\x8f\x84\x2d\xe1\xcc\x41\x0f\x04\x29\xc5\xe6\xa0\x05\x59\x07\x73\x0e\x58\x35\x92\x2e\xcf\xcb\x9b\x28\x1f\x06\xf4\xa1\x67\x59\x15\x18\xcc\xc5\xb0\x63\x8b\xe2\x1c\x2b\xa5\x7f\xfd\x5f\x7b\x48\xfe\xeb\xfc\x8f\xff\xfb\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\xd0\x2b\xef\xe7\xe5\xd1\xf3\x86\xea\x73\xbb\xe1\xbb\x25\xef\x7f\xbf\x65\x3c\xf4\xc9\x87\x18\xfb\x5f\xf8\x84\x35\xb5\xdc\x6e\x61\xda\xc3\xdd\x72\x7b\x78\x24\xe0\xdc\xe6\xdb\xe3\xf8\xc4\xe1\xf5\x2f\x6d\x6e\xc7\x6e\x79\x86\x5b\x28\x44\xef\x96\xd7\xbd\x31\x7f\x57\x52\x8b\x7b\x9b\xcc\x43\xbf\x5b\xa6\x7b\x43\xaa\x85\x6d\x40\x3f\xc2\x27\x89\xec\x7f\x07\x13\xa6\x6f\xb8\x63\xd5\x5c\x23\xe3\x0d\xe5\x58\x7e\x44\x43\x11\x81\xd8\x76\x5f\xfd\x28\x98\xdb\xd0\xa7\xaa\xf1\x1c\xe9\xd0\xca\xa6\x83\xb5\x6b\xd5\x52\xdd\x02\xd2\xb3\xd7\x22\x05\xc1\x98\xe8\xbb\xac\x8c\xff\x47\x0a\x8f\xdb\x5e\xb6\x45\xb5\x4d\xb5\x31\xa9\x54\xd7\x0e\xa7\x74\xaa\x0d\xfe\x3f\x45\xf9\xf2\x8f\xf4\x11\x94\xfd\xef\xaa\x3f\xe4\x36\xc3\x82\x02\x86\x87\xe2\x2a\x8e\x34\x3c\x37\xa8\x59\x14\xd7\x74\xa4\x0f\x8b\xf6\xbf\xdf\x14\x0e\x7f\x75\xde\x6e\x02\x47\x92\xbb\xfe\x91\x2e\xf7\x08\x51\x59\x9e\xe2\x47\xba\xdd\x23\x22\xce\xe4\x0d\x7a\xc0\x1c\xb0\xff\x05\x7f\x92\x73\xfd\x01\x65\xc3\xfe\xf7\x66\x5b\x53\xdb\xeb\x36\x42\xb2\xdd\x3a\x0e\xdc\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xee\x3d\x28\xd8\xe6\x40\xb9\xf7\xf5\x2f\xec\xc1\x2a\xfd\x79\xa0\x46\xfa\xfe\x97\x80\x6c\x4f\xb1\x03\xc5\xcc\xf7\xbf\x04\x64\xbb\x01\x85\x37\xed\xb6\xf0\xb2\xf4\xbb\x62\x42\xa2\xcf\x79\x3c\xe0\x90\xbe\xdd\x7a\xe2\x91\xa2\x5a\xe0\x70\xb2\x7d\x19\xe3\x91\x86\x5b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x62\x48\xf1\x68\x59\x6d\x6d\xfc\xf3\x67\x24\x37\x75\x03\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xcf\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xaa\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\x62\xd8\xe1\x45\x1c\x95\x57\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x2d\x62\xf8\xe8\x62\x57\x6e\xac\x18\xe3\x26\x21\x31\x46\xfa\x39\x6d\xb7\xc1\x18\x63\x73\x1b\x62\x4b\xdc\x72\xb9\x85\xdc\x77\xb7\x54\x0d\x15\x29\xd3\xa6\x9f\xb6\xea\x36\x14\x67\x0d\x6a\x39\xdd\x72\x21\xc3\xc8\x6e\x69\xc2\xa7\x08\xf9\x24\xca\x7d\x3e\xc6\xe6\xfe\x98\xc0\xa1\x1c\x1a\xab\xfb\x3b\xa4\x03\xdb\x4e\x74\x31\x76\x43\x08\xcd\x4b\x91\xeb\x75\x84\x0e\x71\xff\x0b\xe7\x71\xc1\xd1\x0d\x21\xd4\xfa\x25\x6f\xd2\x18\xe3\xe3\x36\x08\x27\xa5\x09\x05\xd2\xa1\xf5\x05\xdd\xfd\xbe\xdb\x1b\x9d\xa2\x4e\x44\x8a\xe7\x3f\x7f\x14\xc3\x15\xd3\x78\xd4\x82\x30\xb6\xa8\x5a\x70\xd1\x14\x2e\x26\x38\xcb\xc4\x6d\xc3\xfa\x1e\x34\xb7\x7d\x08\x17\x3c\xd8\x79\xb9\xe9\x41\x93\x7a\xbc\x84\x70\xa0\x83\xa1\x2a\xcb\x6f\x4c\xd7\xab\x36\x18\x3f\xab\xb2\xd8\xc6\xec\x43\x91\x51\x0e\x43\x55\xe6\x63\xf6\xb1\xcd\x1d\xce\x60\x3a\x4a\x59\x84\x3d\xe2\xaa\xdd\x95\x5d\x35\x66\xd1\xf5\x98\x07\x03\xb6\x36\x37\x8e\x79\xdc\x6a\xbb\x3e\x1c\x56\xe8\x54\xcc\x97\x76\x2d\xe3\xae\x7e\xc8\xbd\x2f\xe6\xc7\x30\x82\x45\xba\x0a\x7c\xcc\xaf\x96\x24\x43\xce\x39\x94\xf8\x26\xe6\x59\xdc\x06\x21\x43\x61\xe4\xb1\x1c\xea\xb3\x20\xbd\x7c\xde\x7e\x61\xb1\x54\x6d\x5c\xa9\xef\x77\xac\x37\xd1\x8f\xa5\x69\x72\xe5\x5b\xad\xae\xac\xb5\xb1\x74\x37\x7d\xab\xd3\x15\xb4\x18\x61\x72\xdd\xff\x16\x74\xb8\x41\x2c\x9e\x1a\x6b\xaa\x57\xe5\x1b\x8f\xa8\x46\xbe\xff\xc5\x60\xda\x9a\x6a\xe8\xeb\x81\x26\x4d\xba\x8a\xc1\xc4\x0a\x5d\x4e\x55\xaa\xee\x88\x62\xe4\xfb\xdf\x07\x64\x6e\xc3\x58\xab\x76\xb4\xe2\x46\x15\x15\xdc\x1c\xab\xcf\x2f\xca\x27\x7f\xb8\xb5\x81\x6c\x3e\xbf\xad\x61\xb1\x76\x4a\x83\x88\x72\x03\xfb\x5f\x48\x72\x4a\xe0\x1a\xc7\xd4\x71\x43\x6e\xef\xaf\x6d\x2f\xf2\xe5\xe3\x76\xc1\x09\xf1\x6b\xa2\xe4\x4a\x39\xf5\x7f\x25\xba\x46\xa4\x47\xdc\xff\x16\xd6\x06\xde\x73\xbf\x4c\x4c\x90\x5b\xf0\xa3\xad\x7b\x82\x6f\xd7\xba\xbc\x48\x59\x90\x54\xe7\x3b\xbe\x92\x6e\xe3\x4b\x57\x7f\x65\x4e\x8b\xaf\x0f\xd6\x7b\xd3\xea\xb0\xfd\x16\x23\x62\xcf\xf6\xbf\xe5\x9f\x3f\x59\xc9\x29\x23\xe2\xbf\xf6\xbf\xf1\x9f\x3f\xb9\x6c\x1f\xee\x38\xaf\xa9\x26\x26\xef\xdd\x32\x40\x9c\x8f\xbf\x7a\xe2\x6f\x48\x54\x84\x81\x67\xff\x5b\x7e\x03\x51\xd2\x21\x4c\x49\xc7\x27\xcd\xc8\x01\x3e\x1d\x5a\xe6\x74\x7c\xcb\xbc\x7d\x43\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x52\xe9\xf8\x26\x55\xb7\xcc\x90\x0e\xa1\x5d\xa2\xa9\xa8\x6a\x29\xd2\x11\x7e\xfa\x1b\xa4\xff\x63\xb7\xa5\xa4\x36\x20\x49\x54\x34\x70\x3a\x72\x50\xdb\x40\xc0\x82\xe0\x18\x86\xe3\xe3\xa7\x4d\x15\xbf\xd3\x31\x86\x9b\x90\x70\x53\x9e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\xac\xc5\x10\xb1\x4e\xc7\x47\xac\x55\xf7\x30\xf9\x76\x93\x70\x4f\x50\x96\xe8\x74\xcc\xe6\x96\x13\x1c\x59\x1f\x4d\x77\x37\xd1\xdd\xda\xfb\x64\xc1\x20\x05\x38\xca\x55\xd5\x94\x4b\x61\xba\x0d\xd7\x8b\xaa\xcc\xfe\x29\xe8\xc0\xa4\x30\xf9\xdd\xa6\x4a\x29\x4a\x92\x4b\x11\xaa\xe9\x43\x61\x5f\x29\xc6\xd3\x6d\xf3\x23\xb9\xfb\x58\xa7\x98\x34\xb3\x88\x0c\x5f\x35\xa8\x49\xf2\x66\x8a\x9f\x40\xd5\x15\xa7\x99\x62\xb9\xdd\x04\x42\xad\x2c\xfb\x29\x76\x03\x02\xbd\xd5\xa1\xaa\x9b\xc9\xcc\x37\x45\x38\x23\x1d\x46\x52\x28\x74\xf7\xbf\x90\xdc\x73\xd7\x04\xce\xec\xb6\x0e\x28\xf7\x7a\xc5\xcb\x13\xb8\x16\x28\x9a\xc1\xe3\x2e\x41\xfb\x0f\x85\xf6\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x8f\xd3\xa0\x0a\x2d\x29\x85\xd3\x6d\x28\x66\xa9\x0a\x16\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa9\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x31\x12\x94\xb3\x3e\x25\x11\xd0\x94\x70\x36\x82\x72\x96\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\x34\x87\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xcf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x99\x77\xcf\xa0\x23\x23\x9d\x17\x4c\x72\x42\x82\xe8\xd4\xea\xa1\x0e\x8d\x0e\xe9\xfc\x78\xa9\xb2\x1c\xa6\xf4\xe8\x3c\x26\xe8\x22\x83\x0a\x27\xa6\x22\xe5\x45\x2a\xcc\xb2\xab\x7c\x79\x09\x15\x69\xf7\xbf\x74\x2c\xdc\xf7\x4d\xba\x90\xec\x7f\x0b\x55\x52\x75\xb7\xc5\xa4\x36\xb8\x19\x0d\xe5\xc5\xc8\x6f\x9c\x6a\xc3\xb6\x66\xa5\x4b\xce\xb0\xbf\xee\x7f\x03\xdb\xe2\x6e\x6b\x1e\xaf\x15\x06\xc5\x8c\xdd\x36\x5e\xb5\x7d\x07\x46\x2e\xd8\xdf\xef\xcb\x4d\x8c\xc7\x59\xc4\x21\x4f\x6d\x78\x9e\x30\xa6\x07\x65\x3e\xc9\x08\xae\xdc\xff\x32\x31\xe5\xbe\x56\x66\xc4\x55\xee\x7f\xe1\x12\xa4\x00\x8c\x3c\x2f\xf7\x79\x21\xeb\xab\x04\xb9\x3c\xa5\xbf\xc9\x13\x25\x57\x42\xd8\xb2\x49\x86\xab\xfb\xfe\xf7\xe3\x89\x92\x7a\x8b\xf9\x54\x39\x0e\x2e\xca\x56\x76\x14\xdf\x47\x0b\xd8\x45\x0c\xe2\x1f\xe5\x28\x41\x6d\x28\x87\x1c\x54\xa6\xba\x1c\x3d\xa9\xed\xbb\x30\xc4\xa0\xea\xcc\xe5\x18\xee\x73\xd0\xb3\x7c\x8b\xd9\xe5\x18\x53\x6d\x27\xa7\x90\xd5\x76\xba\x0d\x69\x1d\x82\xea\x06\x97\xe3\x3a\xdd\xb6\x9c\xd3\x05\xcb\x3d\xd4\x76\x9f\xdf\xd4\xdd\xf4\xdc\x6a\x7a\xb8\x9a\x9b\x15\x97\x20\x52\x55\xc2\x47\xaa\x2c\x60\x94\x70\xdc\x6e\x82\x35\x67\x7b\x2d\x1d\x25\x04\xb7\x05\x76\xb9\xd5\x0c\x25\xe8\x46\x58\x02\x42\x28\x83\x2a\xba\x96\x10\xfd\x5d\xe4\x77\x5b\xe6\x2f\x21\x69\xe6\xe1\xc3\xe0\x2c\xf9\xa9\xe0\x3a\xbd\xff\xfd\x26\x27\x71\xb4\x84\x51\xd4\xf4\x71\x6a\xe9\xe5\x0f\x7a\x41\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xd3\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x7a\xb5\x18\x17\x91\x95\x7a\xaa\x98\xdb\x95\xc8\x5c\x6d\xd2\x12\x96\xa8\x33\x42\xb7\xaa\x2c\xb1\xbe\xc0\xde\xb0\xff\x65\x48\xf5\x0e\x27\x2d\xd1\x73\x8b\x28\x55\x1c\xc4\x5c\x4b\x94\xa2\xaa\xc4\x13\x05\xdf\x0c\xa5\xae\x3a\x25\xa2\xb0\x6f\x88\x47\xf9\x2b\x01\xb7\x44\x63\x58\x24\x86\x29\x03\x47\x89\xd3\x90\x7e\xd2\x83\x1c\x16\x8f\x92\x0e\x7d\x96\xa0\xd7\xce\x8a\x8c\x2a\xc9\xe8\x00\xe6\x14\x83\x77\x28\x49\x45\x50\x12\xb2\xc4\x07\xa5\xed\x29\xa0\xf4\xfb\x5f\xce\x62\xeb\x38\x4a\x92\xae\xa2\x24\x56\x0a\x54\x2a\xc8\x02\xe7\xda\xfd\x2f\x0e\xb3\x6e\x43\x25\x1b\xfd\xf2\x87\x7e\x59\x19\x45\x4b\x16\x2f\x2c\xd4\x9b\x0d\xdd\xe5\x4a\xd6\x85\xad\xc0\x0d\x3e\x06\xef\x5f\x96\x7a\xb5\xe4\xf7\xc3\x3f\xe9\x9e\x8a\xaf\x80\xa5\x30\x34\xc0\xab\x52\x7c\xb8\x0a\xac\x56\x21\xee\xc8\xb9\x52\xa4\x7d\x2a\x05\x09\x3a\x15\x60\x5c\xe0\x6d\xbb\xff\xbd\xf0\xd9\x0e\x0a\x2a\x45\xec\xa9\x94\x87\x0b\xb6\x25\x8b\x52\x25\x75\x94\x0a\x3b\x43\x56\xd2\xad\x82\x70\x92\xfd\x2f\x10\x57\xf5\x5f\x4a\x15\xa7\x2f\x15\xe9\x4e\x83\xee\x0b\xa5\x56\x7f\x57\xb1\xd0\x62\x33\xa5\x36\xb7\xc1\x66\x9d\x95\xa9\xaa\x54\x63\x6e\x85\x2b\x7a\xce\x5b\x33\x5b\xaa\x57\xb3\xa2\xda\x45\xd0\x4d\xb0\xd4\xa9\x65\xa9\x93\xa1\x06\x9b\x29\x94\xe6\x83\xd9\x90\x9c\x38\x48\x49\x5c\x9a\xa4\xaa\xd2\x10\x19\x31\x54\x68\xbd\xb4\xa8\x5d\x6f\x11\xec\x50\x59\x25\x4b\xd3\xcd\xa1\x34\x78\xea\x67\x05\x44\x97\x96\x9a\xdb\xfa\x3f\x7f\xb2\xb2\x5a\x94\x96\x1e\x37\x81\x6c\xaa\x9c\x46\x69\x59\xd3\xa3\x85\xd8\xa9\x93\x0a\x4a\xbc\xef\x7f\x19\x26\xb2\x85\xb1\xd2\x86\xfb\x64\xc6\x22\x85\xdc\x97\x66\x7c\x47\x1d\xea\x9c\x37\xfb\x2d\x6d\x7a\x38\x98\x20\xb2\x0a\x04\x97\xee\xe3\xd5\x79\xbc\x94\x65\xad\x74\x89\xd2\xa5\x77\xc6\xa3\xec\xeb\x4a\xe9\x5d\x54\xba\xd3\xfa\xae\xf4\x1c\xa5\x4b\xcc\x2e\xfd\xe4\x2e\xe8\x9c\xa0\xaa\xe4\xfe\x97\xc1\x26\xe2\x18\x7d\x5e\x6e\x7b\x70\x5f\xdd\xab\x89\x2a\x8c\xfb\x5f\x22\xd9\x96\xea\xcb\xf0\x69\x1e\x38\xcd\xdb\x9f\xec\x28\xd0\x07\xec\x7f\x2b\x3f\xdb\x78\x3b\x9a\xdb\x18\x5f\xa1\xb8\xf5\x32\x64\xe8\x29\xa8\x6c\x96\x15\x81\x5e\xc6\xab\x09\x8c\x97\xe8\x20\xe1\xe2\xf4\x70\x88\x89\xce\x45\x5b\x8e\xb0\xe1\xfd\x6f\x61\x6e\xb3\xbd\x07\xa7\xe5\x80\xf3\x64\xb4\xc8\x8e\x1f\x2d\xa7\xee\x63\x05\x45\x4f\x72\xd1\x81\xbd\x4c\x04\x50\xe2\x21\xab\xe0\x68\xb9\x9a\xce\xf9\x45\xcf\x5a\x65\x80\x28\x97\x6e\x86\x05\x35\x03\xe2\x27\x02\xed\xb6\x53\xb4\x9d\x99\xfa\x83\xd2\x1e\x95\xcb\xbc\x12\x2e\xae\x5f\xdb\x5e\xcb\xcb\xeb\x75\x3d\xcc\xdc\xb6\x25\xfa\x72\x1f\xc2\x30\xe4\xff\xce\x8a\xaa\x2c\x77\xd2\x70\x48\xdc\x9c\x15\x25\x59\x90\xc9\x77\xff\xbb\xc2\x72\xf4\x99\x84\xd7\x72\x53\x78\x95\x8a\xa2\xdc\x53\x50\x22\xe9\x6d\x0c\xca\xe9\x51\x90\xe1\x73\xfd\x5b\x21\x53\xe5\xad\x57\x28\x4f\xd3\x0c\x90\x11\x33\x06\x55\xc3\x29\xc8\x91\xb8\xff\xfd\x2e\x17\x9e\xdc\x2b\x45\x45\xa1\x87\x4d\x56\x72\x83\xf2\xca\xce\x52\xe0\xff\x9d\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\x66\xda\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x84\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x16\x50\xac\x3f\x2a\x48\xb8\xf5\x75\xb9\x17\xe5\xbd\xb5\x60\x70\x0a\xce\xd2\x63\x97\xf7\xf1\xe4\x58\x2a\x49\x61\xf0\xe5\x95\x1e\xbb\xc0\x0b\x28\x2b\xee\x94\x9e\xc3\xfb\xdf\x81\xa6\x3d\xef\x69\x79\x11\xe1\xb7\x21\x17\xd1\xf5\x69\x21\x60\x52\x08\x28\xfb\x26\x5d\xa6\x59\x21\xd2\xde\xe4\xa6\xcd\x99\x46\x86\x49\x64\x28\x22\xdd\x53\xca\xea\x32\x11\x4e\x19\x8a\x08\xdf\x7c\xdc\xf6\xac\x36\x0d\x67\x5a\x4a\x9f\x66\xab\x2c\xca\x7c\xba\xdb\x06\x72\xb1\xaa\xe9\xd5\x32\xcf\x97\x71\x50\x1b\x94\x7a\x68\x06\xf5\x28\x8d\x05\x2c\xda\x6e\x1b\x6e\x43\x2a\xbb\xed\xf1\x77\x54\x8b\xf3\x15\xe2\x7c\x0c\x65\x9b\x3b\xea\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\x83\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x5e\xb3\x81\x44\xe4\xec\xfe\xf7\x23\x89\xaa\x51\x5b\x83\xd4\x31\x35\x74\x2e\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xa0\xb5\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\x21\x30\x3d\xf1\xb0\x26\x3e\x34\xde\x7b\xab\xed\x65\xa1\x90\x31\xfe\x4a\xe8\xad\x51\xea\xc8\x1a\x8f\x0f\x6f\x55\xe0\xac\x46\xdd\x0c\x6b\xfc\xc4\x81\xac\x4a\x53\x35\x76\x2d\x27\xf4\x4d\xd1\xe5\x86\x6a\xf4\x04\x23\x32\x1e\x6e\xcf\x9e\xa3\x5a\x38\xaf\x11\x15\x45\x82\x50\xac\x46\x1d\xd7\x0a\x7d\x53\x0c\x75\x4b\x1c\x15\x76\xf1\xfd\x2f\x42\x9d\xea\x16\x39\x6a\xca\x1a\x0e\xaa\x99\x8f\x2c\xee\x19\xa4\x53\x7d\xc2\xa0\x1d\x86\x52\xba\xd6\xa4\x73\x5e\x57\xc0\x99\x54\xcf\x35\xbd\x1e\xef\xe5\x78\x5b\xb3\x52\x93\x6e\x02\x95\x11\xcf\x43\x79\x0f\x6a\x96\x89\xb1\x66\x66\xd2\x55\x3e\xc9\x9a\x3d\xbf\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\x86\xd4\x54\x3b\xad\x66\xb9\x37\xd4\xfc\x86\x7f\xfe\x14\x65\x3a\xac\xb0\xd7\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\x22\x71\xbf\x96\x8f\x79\x17\x25\xac\xaf\x25\xdd\x6e\x7a\xf8\xd9\x5e\x95\x22\x25\x7f\x2d\x1f\x82\x17\x25\x90\xa9\xc5\x40\x16\x02\xa9\xb9\x95\xe9\xc1\x10\x98\x1e\x94\xb1\xa1\x96\xf9\xba\x8d\x7b\xbe\x29\x7b\xb5\x64\x5e\x21\x99\xc7\xa0\x3c\x05\xb5\x4a\xe4\xa8\xf5\xe3\x37\x45\x5a\x97\x5a\x65\xa2\xae\x15\xa1\x1a\x79\x07\x7f\x1e\xb5\x8a\xbd\x56\x58\x64\x8a\x92\x7b\xd6\x5a\x6f\x37\x3d\x0c\x72\x54\x97\xcd\x9f\x41\x91\x53\xa5\xb5\xac\xb5\x7b\x38\x7a\x5b\x2a\x83\x61\xad\xe3\x54\xdb\x00\x6d\x57\x86\x87\x5a\x6f\xad\x65\xbd\x21\xda\xa9\xc6\x63\x6d\x51\xa7\xa4\x7d\xf7\xc7\x12\xb6\x05\xa3\x36\xd9\x60\x2a\x02\xf8\x8a\xf4\x23\xb5\xc9\xe9\xa7\x36\xaa\x8d\xda\xbe\xdf\xd5\x9e\xb4\x3d\x1d\x1e\xfb\xb9\x6e\xfd\x4f\xed\x75\xaa\xad\x81\xe6\xb4\xed\x4f\x51\xbb\xf1\x99\x9e\x6b\xad\x6b\x31\x51\xaf\x7f\xff\x7b\xb1\x4d\xdf\x49\xe9\xc2\x70\x90\x18\x9a\xce\x64\x97\x9a\xaa\xb2\x20\x7c\xeb\x51\x6d\xd3\x70\x4e\xc2\x29\x64\x1f\x72\x15\xa8\x63\xc1\x29\x7a\x3b\x9a\xe6\x30\x90\xd7\x35\x2b\xd5\x44\x1d\x8f\x56\x73\xc0\x0d\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\x25\x6f\xea\x69\xea\xc7\xec\x40\xad\xeb\xbb\x53\x92\x4c\x65\xfa\x98\xac\x3c\x18\xf5\x94\x85\xbc\x9e\xc8\x18\x1b\xba\xf0\xf6\xd4\x55\xa6\x42\xfc\x0d\x59\x29\x90\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x41\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\x0a\x95\xa1\x8b\x74\xa0\x9c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x28\x00\xf9\x7d\xb7\xb7\xef\x94\x38\x59\x4f\x46\x43\xf7\x2d\x32\xd6\x4b\xbe\x51\x15\xf6\xc3\x18\xba\x28\xff\x75\x68\x1b\x2e\xa4\x69\x68\xdb\x39\xfe\xa8\x97\x54\x3d\x15\x05\xcb\x5c\x33\xa1\x5e\x52\x86\x56\x88\xf0\x1f\x98\x1a\xce\x3b\x8b\x2a\x66\x4e\x96\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\x8b\x79\x21\xb3\x5b\xe8\x62\x6b\x97\x11\x17\x75\xb7\x9c\xdd\xba\x5e\x97\x81\x44\x12\xd8\xb0\x7d\x63\x8f\x7a\xc9\xcb\xa9\x5e\xa8\xe3\x19\x7a\x12\x94\x72\x9e\xab\xac\x30\xd5\x54\x9f\xbb\x5e\xaf\x17\x8c\x21\xb6\xaa\x17\x5d\x51\x77\x67\xff\x9b\x91\x23\x76\x1f\xcb\xdb\x44\x80\x55\x6a\x9c\xc7\xbd\xde\x66\x4f\xa8\x81\x11\xb2\x1c\x45\xea\xe3\xef\x9e\xc8\xe1\xb4\x2a\x8f\x45\x96\x87\xd9\x3b\x64\xd6\xa8\x6f\xd6\xd4\xe9\x13\xdf\x86\x96\xe5\x95\x06\xaf\xbe\x30\x6b\x34\xd5\x96\xab\xaf\x1c\x89\xea\x8b\xb4\x48\x4d\x15\xe0\x2a\x92\xf9\xee\x7f\xa1\x3a\xb2\xf8\x64\x31\xbb\x42\xcc\x2e\x59\xa8\x62\x29\xbb\x2e\x5f\xfb\x72\xa8\xed\x75\x97\x2f\xbb\x14\x37\x99\xf2\xed\xa8\x93\x55\xd4\x9b\xa6\x37\x7d\x14\x26\x77\x48\xf5\x08\x9a\x7d\x2f\xdb\xc1\x8c\x4a\xa2\xfd\xed\x90\x42\xb4\x1d\x10\x8a\xf3\xf6\xf6\xfd\x1e\x14\xb7\xc1\xc9\xb1\x6c\x67\xc6\x16\xf2\xde\x86\x16\x32\xb2\xb9\x6d\x42\xd6\x82\x84\x92\x16\x58\xe9\x56\xe9\x4e\x5b\x90\x85\xba\x41\x16\x8c\x36\x2e\x35\x4b\x6a\x0d\x92\x5a\xb4\x71\xa9\x45\x09\x48\x2d\x7e\x1c\xbc\xc8\xdc\xd3\xa2\x34\xcb\x2d\xe6\x03\x4d\x1b\xc8\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\x2e\x6c\x2d\x56\xcd\x20\x32\x74\x4f\x19\x23\x1b\x72\x78\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x0b\x16\x49\x73\x54\xc5\xb0\x25\xd9\x82\x5a\xa2\x2d\x68\x47\x22\x1d\xcd\x5e\x97\x8d\x5e\x97\x5d\x65\x66\x9a\xbd\x27\x1b\xbd\x27\x47\x49\xfd\xaf\x44\xdf\x96\xb2\xa6\x01\xe3\x5c\x91\xc5\xba\x25\xa3\x44\xe2\xa5\x59\xa5\xef\x5a\xf2\xec\xd3\x9a\xfd\xd6\x7a\x36\x1b\xeb\x5a\xea\x5c\xb5\x2d\x38\xb6\x34\xfc\x1d\x14\x1e\xb9\x09\x05\xb3\xd4\x74\x2d\x43\x4d\x97\xfb\xa6\xfe\x2d\xcb\xda\xd5\x32\x99\xb7\x92\x2c\xb7\x2c\x89\xa6\x65\x54\xfd\x09\x2a\x1d\xdd\xb2\x61\xc9\x0c\xc3\xea\x5b\xbf\xdc\xb2\xd4\x1a\x2d\xb3\x98\xb2\x8a\x42\xb4\x2c\x26\xdc\xf2\xc7\x08\x4a\x55\x97\x45\xea\xbd\x56\x12\x43\xa6\xf7\xed\xbe\x15\x6f\x7c\xc1\xc6\x47\xa5\x22\x6f\xa5\xf9\x3b\x46\x94\xca\x8e\xd4\x8a\xf8\x65\x2b\x1f\x98\xa5\x09\x07\x8b\x6e\x12\xad\xe0\xaa\x94\x77\x10\xd8\xd1\x8a\x4f\x4a\x81\x77\x48\x97\xf9\xa9\x95\xc7\x6d\xef\x6a\xd3\x77\xd3\x7d\x7e\xbc\xad\xe8\x9e\xde\x2c\x8d\x36\x48\xa3\x45\xee\x7c\x0c\x7c\xdc\xff\x56\x16\xdb\x2a\x6a\xbb\xdc\xc6\xb0\x71\x61\x75\x95\xf3\xc0\x77\x2b\xfe\xba\xdc\x37\xd2\x56\xe5\xed\xd9\x2a\xab\xd9\x28\xab\x74\xab\xf2\xf7\xfc\x2e\x87\xf8\x4c\x90\x48\xf1\xdc\x6a\x45\x8f\xdb\xba\xde\xec\x65\xd4\x6a\x3d\xd1\xb4\x4f\x6c\x95\x0f\x4e\xab\x2c\xba\xa9\x04\xca\xad\x0e\x03\x32\xf0\xd9\xbe\x57\xb6\x2a\x36\xda\x2a\xd8\x68\x54\xbe\xe2\x56\x65\x2b\x6e\x4c\x49\x90\x7b\x55\x97\xa7\xe1\x07\x25\xb6\x9b\x5d\xab\x97\xa1\xbc\x38\xdc\x3e\xcb\x4d\x7a\xa5\xd6\x10\x35\x12\x4d\x57\x9a\xdc\x30\x1b\xe4\xe3\xb2\x03\x48\x8e\x66\x7d\x74\x83\x3e\xba\x48\xa0\x6c\x2d\x0b\xf1\x1a\x52\x03\x56\x55\xce\x6f\x4d\xca\x89\xd6\xa0\x9c\x88\xca\xfe\xda\x9a\x94\x66\xad\x21\x14\x3b\xcb\x27\xbb\x59\x57\xdd\x5a\x43\x39\xd1\x43\xfb\xdd\xbc\xce\x0d\xbe\x4e\x43\x17\xf8\x66\x01\xbd\x41\x40\x2f\x5d\x2c\xa1\x3d\xc2\xbc\x86\x00\x83\xae\xf2\xca\xad\x47\x4d\xa1\x23\x40\x3e\xef\x7c\x2c\x47\xeb\xf2\x2f\x6c\x9d\xd5\x6c\x55\x2a\xa8\xf5\xd7\x6d\x8c\xf7\x90\x5b\x7c\xeb\x72\xc2\x6f\x9d\x51\x9e\x32\x4b\xb5\x21\x93\x55\x43\x12\xd8\x30\xe4\x13\xd2\x86\x2e\x57\x6d\xf0\x72\x35\xb6\x4a\xad\x8d\x4b\x7d\x0e\xec\xeb\xd8\x4c\xbb\x0d\x79\x81\xb7\xc1\xc8\x4c\x79\xb5\xb4\xd3\xb4\xfd\xfc\x68\x7b\x91\xf7\x46\x3b\x75\x4d\x6d\xd0\x31\xc7\x18\xb6\xe2\xbf\x9d\x3e\x06\xc8\x60\x58\xe4\xbc\xd1\x4e\xd9\xcf\x1b\x6a\xb8\x87\xac\x4a\xe6\xed\x94\xca\xb6\x9d\x0f\x80\x14\x82\x9d\xaf\x7b\x7c\xd1\xe3\x56\xfb\xb7\xcb\x30\x5e\x84\xb1\xaa\x49\x1e\x26\xed\x8a\xdc\xb9\xad\x4f\x6f\x97\x39\xef\x85\x1c\x9c\x51\xb7\xb5\x76\xe9\x36\xd3\xae\xef\x36\x53\x54\x5a\xaf\x5d\x32\x43\xb6\x8b\x45\xe9\x15\xbf\xd1\x2e\x5d\xa6\xdb\xc5\x82\xe2\x32\x4b\xb7\xcb\x9b\x7a\xb1\x74\xb8\x4c\xcf\xed\x36\xb1\xb9\x49\x6c\x82\xc6\xbb\xe5\x8e\xd4\x58\x45\x6f\x48\x21\xd5\x6e\x6f\xf8\xaa\x6d\xa7\x8b\x55\xbb\xa5\xcc\x69\x37\x43\xeb\x65\x2e\x6d\xb7\xc4\xad\x76\x43\xdc\xca\x2a\x25\xdc\x1e\xa9\xc6\xdb\xaa\x76\xa6\xea\xbb\xed\x31\x83\x79\xc8\x60\x54\xac\xb1\x3d\xba\x6a\xb7\xa7\x73\x5f\x35\x87\x47\xc2\x79\x43\x55\x9c\x68\xff\xc3\xf6\xdc\xee\xf3\x46\x85\x24\x15\x3e\x6d\x8f\x8c\x44\xed\x61\x9c\x8a\xb4\x24\xed\x2d\x5a\xb3\xb7\x9c\xff\xfc\xa9\x3b\xdc\xfc\x68\xaf\x79\x16\xaa\x82\x84\x2e\xf7\xf9\xf6\xca\x29\xa7\x21\x3c\xb7\xee\xc0\xc8\xa3\xa1\x00\xc8\xfe\x37\x7f\x4d\x5a\xcc\x57\xce\x73\xed\x85\xf3\x9c\x4a\xfd\xb6\x57\x97\xc6\x06\x27\x95\x18\x65\x27\x6e\x70\x3a\xd9\xff\xbe\xf8\x4c\x4d\xba\xa3\xb6\xf9\xdd\x51\x6b\xd0\x0e\x4c\xef\x38\x53\xb2\x67\x53\xc5\x69\xca\x37\x3f\xea\x52\x8d\x60\x53\xca\x87\x36\x57\x32\x8f\xee\xb6\xee\x36\xcc\x5a\xb8\x67\x5f\x97\x46\x5f\x97\xae\xc2\x5d\x6d\x36\x8f\xc6\x82\x2c\xaa\xe0\xdd\xe6\xad\xbd\x41\x9a\xec\x1a\x44\x4a\xad\x73\x6e\xd4\x39\x97\x43\xdb\x3d\xa7\x87\x63\x25\x05\xe9\xf5\xba\x7d\x25\x3b\x7c\x25\xab\xaa\x81\xf7\x43\x2e\x66\x1d\xb1\x1b\x31\xca\x05\xb0\x1f\x32\x2e\xf7\x03\xbe\x4f\x45\xb9\xe2\x7b\xa8\x1b\xca\x1e\xea\x07\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\xee\xde\xc3\xf3\xa8\x0d\x41\x55\x43\xc9\x41\x7b\x90\xf8\xd2\xc3\x47\xc4\xab\x52\x4d\x77\x3b\x31\xf6\x00\x43\x4f\x8c\x4a\x81\xfc\xff\x2d\xed\x76\xfb\x38\xf6\x30\x11\x61\xb6\xd9\x7c\xb7\x67\x47\x87\x67\x47\x95\x1b\x56\x8f\xba\xa1\xf6\x08\xe5\xf8\x90\x78\xd6\x1d\x93\xd0\x11\x93\x50\x65\x76\x66\x0e\x83\xfd\x6f\xff\x9a\xb6\x2e\xb7\xdb\x8d\xf1\x23\x95\x98\xc2\xd0\x67\xc3\x3d\x0e\x90\x3e\x25\x20\xef\xf1\x34\x24\x4c\x81\xa9\xf2\x95\x3d\x9e\x1e\x8e\xf2\x86\x2c\x7f\x3d\x89\xdc\x74\x06\x73\x75\xdd\x34\xbb\x5d\x37\x3a\x5c\x37\x62\x94\xd2\xa5\xa7\xe0\xef\x02\xa6\xb0\xa5\x83\x8e\xf0\xae\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\x2c\x5a\xea\xa9\x27\x39\xd6\xf6\x84\xd0\xc3\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x1b\x56\xcf\xcc\x8d\x51\x04\x66\x16\x95\xea\x19\xd9\xc8\x7a\x11\x2c\xf9\x74\x1b\xca\xb0\x45\x69\x4f\x7a\x96\xca\xa2\x67\xa4\xc3\x8c\x32\x73\xf5\x2c\x53\x43\x67\xb8\x40\xdf\x29\x08\x8f\x5e\x14\xb5\xd5\xcb\x91\xf8\xdd\x86\xb3\x78\xc9\x0a\x96\x4c\xa9\xf0\x7b\x91\xaf\xc1\xd7\x17\xba\x4c\xea\x52\x24\xa7\x17\x5c\xb6\xa2\x12\x29\xf7\x22\x3e\xdf\x0b\x93\xff\x94\x2d\xe6\xf7\x72\x69\xa9\x71\x1b\x88\x51\xf1\x4d\xbd\xc8\x60\xd5\x0b\x13\x33\xed\xe4\x84\x47\xaf\xba\x6a\xf6\x8a\xab\x66\x53\x79\xac\x5e\x65\x27\xea\x70\x1b\x89\x51\x99\xe4\x7b\x95\x31\xa8\xd7\x82\x42\xa0\xd9\xdf\x49\x12\xeb\x95\x92\x98\xac\x02\xdd\x3a\xe2\x0e\x39\xbc\x2a\x80\xa8\x57\xf9\x62\xf6\x3a\x98\xe3\x65\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd9\x5d\x10\x11\xe4\x9b\xdb\x9b\xb4\xfb\xbd\xb1\x06\xb0\x7c\x22\x7a\x53\x5c\x52\x6f\x4c\x59\x23\x45\x41\x6f\xb2\x67\xf5\xc6\xba\x85\x0a\x0c\xec\x6d\x08\xcc\x86\x6c\x6f\x63\xa7\xf6\x3b\x7a\x3b\x3d\x1e\xbc\x5d\x8a\x57\xba\xc9\xdb\xa5\x37\x64\x10\xe8\x35\xaa\x4f\x19\xf2\x7a\x9b\xf0\x9e\xd7\xe6\x75\xe9\xa9\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\xb3\x72\x34\x1d\xf5\x6e\x64\xe9\x2c\xcb\xa0\xda\x2c\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xcc\xf4\x8e\x44\x5a\x51\xd1\x49\xbd\x1b\xc7\xfa\x87\x63\x55\x8e\xb4\xdd\x8a\xec\x4e\x45\x76\x51\x81\x92\x3e\xe4\x8e\xd4\x19\xf6\x3c\x94\xf5\xba\x0f\xdd\x33\xfb\x08\x5c\x68\xa1\xf4\x30\xf3\x62\x74\x74\xd1\xe5\xbb\x0f\x39\xa2\xf7\x11\x3f\x52\x5c\x35\xb9\x21\xc9\xa2\x0f\x58\x21\xa2\x2c\xeb\x7d\x98\xe8\x8c\x8f\xe8\x54\x25\x4e\xee\x43\x2a\xfc\x8e\xe4\x4b\xb5\x8a\x3c\x9c\x3e\x3f\xe7\x01\x0c\x93\xcd\xba\x9f\xb2\x67\x77\xe4\xf0\xff\xda\x76\x97\xa7\xa2\x59\xfa\xd9\x70\xe1\x2a\xd1\x6d\xa7\xdb\x40\x89\xcb\x96\xf5\xfb\x79\x6a\x51\xce\xf3\x63\xb1\xca\x14\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xcd\xe0\x92\xfb\x56\xbf\x90\xe8\xa0\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xf6\x1c\xfd\x96\x70\xd4\x91\xe9\x2c\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xae\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x73\x51\xb6\xc1\xad\xdf\xb2\xb2\xf6\xbb\xa3\x0e\xcf\xbe\x3f\xf4\x5b\xc1\xdf\xfd\xbe\x30\x01\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\xdb\x4b\x7f\xbc\x73\xcf\x81\x08\x93\x2d\xed\xf6\xe7\xd5\x57\xa8\x95\x58\xdb\x16\x09\xfb\x23\x73\x40\x7f\x58\x52\x59\x56\x92\x6e\x17\xee\xfe\x12\x17\x64\x08\xee\xaf\x14\x96\xfd\xfd\x04\xfd\xda\x85\x78\xaf\x62\xa5\x3b\x4a\x03\xd6\x9d\xdb\xe1\xe8\xaf\xe2\x77\xfa\xcb\xd4\x7e\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\xe3\x77\xa7\xe3\xf7\xe8\xc2\xd8\xb7\x78\x38\x56\xe4\x96\x8f\x42\x7f\x65\xd5\xec\x2f\xab\xb6\x56\x1d\xab\xd7\x84\x01\x69\x60\x62\xdc\x69\x61\x8f\x3e\x65\xec\xe8\x28\xa6\x15\xa3\x5c\x7c\xfa\x94\xda\xa7\x23\x1c\xe9\x6b\xdb\x53\xb7\xf0\xdd\x21\x7c\xc7\xa8\x70\x98\x3e\x0d\xe7\x5c\x70\x6e\x35\x53\x9f\xd5\xdf\x7d\x08\x56\xbb\xf0\x64\x9e\x1e\xee\xe4\x06\x89\xee\xcd\x4b\xb8\x37\x91\x38\xa2\xec\xd4\x89\x47\x9f\xba\x31\x76\xe4\xd6\xad\x2e\xc0\x78\x28\xaa\x62\x1c\x11\xa2\x83\x4c\xcb\xc3\x51\x45\xe3\x48\x5c\x15\x15\xf3\x39\xa4\x52\x1e\xf0\x18\xaf\x43\x55\xf0\x0e\xf9\xad\x0e\xe6\x1e\x68\xba\xe3\x8c\xe3\xf1\x70\x0f\xa8\xba\xf2\xbd\x8f\x43\x6a\xb9\x81\x8c\x01\xa1\xb7\xf1\x77\x32\xef\x40\x6e\xc8\xfd\x2f\x0c\x59\x52\xcd\x0d\x6b\xe8\x07\x34\xf4\xa1\xcb\x4e\x37\x82\x2e\x6a\x23\x20\xdf\x4b\x94\x81\x65\x04\x19\x35\x06\x34\xf9\xa1\x28\x0c\x6e\xd8\x7f\x63\xc0\x7f\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\xe6\x9e\x52\x69\x51\x7b\x5d\x0f\x78\x5d\x7f\xc3\xed\x3a\x44\x41\xe6\xd2\x81\xb4\x95\x5d\x98\x34\x82\xcc\xff\x23\xc0\xfc\x1f\x9b\x16\x3b\xbc\x86\xf2\xbb\x2c\x75\x57\xfe\x0b\xba\xf3\x8e\xf0\xf1\xd9\x3a\x54\x27\x29\xea\x34\x8f\xc8\xd3\xac\x0a\x06\x23\xca\x4d\x66\xe0\x52\xf0\xb5\x75\xb5\x55\xb7\x71\x2d\x7f\xbe\xbb\xdd\x06\x99\xa3\xa9\xbc\x57\x8c\x1e\x0f\x55\xd9\xa2\xac\xe0\x23\x4a\xb3\x32\x22\xea\x81\xc7\xa6\x72\x5b\x51\xf6\xff\x11\xd3\xfa\x6e\x2f\xa6\x43\xa8\x46\x2c\x1c\x4f\x35\xed\x6c\xb8\x18\xc8\x8e\xf8\xb5\x69\x0e\xba\xb2\x0c\x5c\x59\x3e\x71\x4f\x4d\xee\xb2\x31\x91\x98\x8a\x4b\x3a\x82\x6a\xc4\x93\x4b\xa6\xba\x62\x51\x9a\xa8\x11\xa1\x89\x1a\x43\xa5\xcf\xa2\x58\xef\x88\xd4\x5f\xab\xc8\xcb\x88\xb7\xbf\x83\x3b\x48\x71\x41\xd7\xf8\x18\x96\x87\xd3\x53\xcd\xaa\x24\x11\x6e\x24\xe6\x2e\xd6\xe5\x7d\x24\x5d\xbb\x46\xe2\xb5\x4b\xb2\xd1\x70\xde\x87\x81\xc8\xe7\x76\xa8\x6c\x5d\xba\xdc\xe5\xc5\x95\x56\x15\x65\x3b\xa2\x0f\x38\xa2\x7f\x6d\x7b\x59\x92\xac\xee\x03\x91\x43\xed\xd0\xa6\x67\x89\xd8\x23\x33\xb4\x62\x68\x13\x9c\xc0\x61\xe4\x85\x48\x2a\x6f\x56\xa4\x5b\x1d\xa5\x73\x17\x54\x90\xad\xc8\x51\x61\x14\xd4\x94\xd2\xdd\x70\x14\xa9\x4f\x46\xa1\xfa\x44\xea\xe1\x51\x14\xf5\x39\x0a\xd2\x52\x8f\xa1\xcd\xab\x52\x38\x8f\x4a\xdc\x94\x79\x79\x54\xe3\x66\x8d\x13\x39\x1c\x36\x94\xd5\xc4\xb1\x26\x9e\x73\x95\xf4\xb6\xca\x7f\x2c\x95\x7f\x57\xf1\xb0\x2a\x6d\xf4\xa8\xd4\x46\xcb\xf4\x3c\xaa\xac\x35\x03\xd9\xb7\x5a\x10\xe9\xb0\x36\x7d\xd4\x6b\xa0\xb4\xc5\xfe\xaa\x89\x91\x8e\x16\x39\x39\x61\x83\xfd\xb4\x07\xfc\xb4\x9b\x5c\x4c\x46\xf3\x39\x68\x0d\x3c\x56\x7c\x74\x34\xf9\x3f\x8f\x36\x50\x1b\x44\xe4\xb4\x19\xc6\xc6\x5c\xb0\x43\x3b\xde\xae\xe4\x36\x54\x49\x51\xfd\xb8\x26\xf6\x34\x1a\xd9\x93\xf4\xa7\xa3\x19\xbf\x1a\xf1\xab\xab\x7c\x73\x9b\x86\x72\x12\x4a\x55\xb5\xeb\xf2\xdc\x18\xcc\x0b\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x63\x2d\x0a\xd5\x7b\x75\x1b\xf2\xcf\x8c\xa1\xd2\x71\x76\xa0\x19\x70\xa0\x69\x41\xc5\xd1\xbb\x09\x40\x67\xa2\x67\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\xd9\x25\x8a\x21\x0c\x2f\xca\x48\x2c\x2c\x2e\x96\x36\x92\xbb\x4c\xab\xcb\xae\x36\x77\x99\xd8\xe5\x9e\xc1\x90\x5a\x62\x0c\x54\x7a\x74\x1d\xf9\xa1\x4b\xe1\x18\xdf\xd1\x54\x96\xba\x63\x0c\xf3\xcf\x71\xa2\x43\xd5\x1f\xb6\x09\x61\xc0\x84\xf0\xc1\x28\x38\x5e\xc3\x88\x02\x1f\x71\xa8\x74\xf3\x30\xb3\x83\x47\x4f\x8b\xc2\xe6\x31\x0d\xe3\x04\x8c\x2a\x0f\x3b\xa4\x4b\x1f\x83\xba\x74\x15\xd9\x1b\x63\xba\xc7\xc9\xaa\xfa\x2a\x0c\x7e\xca\x20\x33\xce\xc8\x02\xb2\x62\x76\x28\x61\xb5\xff\xc5\x35\xc6\x14\xff\x34\xaa\x9f\x44\x75\x69\x86\xc6\x79\xb9\xcf\x8b\x29\xa7\x54\xbb\xd5\x77\x9c\x71\xa2\x28\xaf\x82\x65\xc6\x29\xbb\xd1\x38\x9f\x89\x26\x41\xa2\xfc\x06\x03\xe9\x9c\x9b\xe2\x3e\xc6\x39\xdd\x84\x9a\xe5\xd1\x45\x5d\x2f\x4b\x00\x17\x25\x00\x39\x19\x8c\xcb\x84\xfb\x3a\x16\x90\xfa\xce\x92\xd6\x15\x31\x9c\xaa\x9a\x5f\x32\x28\x8d\xeb\x13\x25\x5b\x54\x91\x7c\x5b\x4f\x06\xac\x27\x4d\x39\x5e\xc6\x65\x3a\x7a\x25\xa6\x98\x13\xfb\xbf\x4c\x47\x2f\xd2\x51\x99\x71\xc6\xe5\x03\x7e\x7d\x07\xbc\x25\x95\x08\xbf\x4c\x62\x2f\x92\x58\x99\x78\xc6\x25\xff\xf3\x71\xc1\xff\x7c\x1c\xda\xb8\xab\xba\xcb\x4a\x64\x90\x68\x70\x35\xf7\xd9\x98\xe4\x51\x95\x48\xaf\xe1\xb6\xef\x3c\xa8\x02\xcd\xf7\x5b\x34\x03\xbe\x4b\x4d\x91\x3e\xe3\x32\x4f\xba\x90\x89\x20\xc5\xf4\xef\xd2\x6e\xad\xff\x53\x61\xf7\x96\x7e\x60\xdc\x2b\xbd\xa4\x70\xfd\xce\x5a\xb1\x3b\xb3\x4d\x44\xfd\xb6\xc8\x7e\x17\xa6\x94\x14\x3e\xdf\xd5\xdf\x55\xa6\xbd\x14\x21\xba\xbd\x2c\x77\x65\xc2\x4b\x11\xa2\x47\x9a\xc0\xf1\xb0\x26\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x3c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf0\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x69\x75\x1d\xc9\x47\xce\x4b\xe3\x59\x75\xb1\x5d\x65\x5d\xe9\xa9\xc6\x0b\xbf\xd5\x74\xb8\x26\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xd6\x77\x29\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\x83\xfe\x75\x13\x4b\xb1\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x67\xef\x09\xbc\x72\x18\x1f\xf0\xa8\x8a\xe9\x70\x15\x78\x29\xdf\xc6\x3b\x91\xe2\x47\x14\xe0\x9d\x06\x64\xa2\x7c\xb7\x6b\xe8\x4a\xcd\x3e\xe6\x81\x54\x48\x2e\x22\x2b\xe5\xd4\x40\xb8\x43\x3c\x7e\x0a\xcc\x2a\x70\x74\x20\x35\xed\x07\x88\x8a\xa3\x4a\x81\x33\x26\xe2\xef\x92\xcb\x6c\xdb\x4c\x35\x66\x45\xc1\x67\x89\x06\x53\x49\x94\xc6\xac\xac\x6f\xeb\xd2\xb3\x1e\x6d\x70\x34\x97\x09\xb6\x40\x3e\x6f\x26\x52\x55\xe5\x38\xdb\xd9\x57\x96\xc8\x92\x5d\xd4\x54\x38\x34\xc7\x60\x71\x52\xd7\xdd\xdc\x27\x72\xa2\x72\x4f\x2f\x2e\x65\xa8\x35\x99\x50\x99\xf5\xfa\x53\xd5\xef\x52\x53\x59\x05\x0f\x77\xdb\x25\x4b\xcd\xbc\x98\x5c\x21\xaa\x25\xb9\x05\x09\xbd\x54\xe1\xf0\x95\x27\xf5\x04\x46\x36\x79\xe1\xcd\x57\xe7\x74\xbe\x38\xa7\x75\xa7\xbe\x3f\xe6\x9b\xfc\x19\x32\x58\x74\x15\xa4\x7b\x75\xff\x9a\x88\xf7\xb1\xbb\xe3\xb4\x8a\x66\x42\x45\xd3\x86\x6a\xaf\xbd\x22\xdb\xf3\xfd\xc8\x76\x1b\x5b\x02\x99\xaf\xfc\xd7\xe6\xfb\x49\x20\x6d\x04\x7f\xf5\xb8\xe9\xc5\x57\x1e\x6b\xaa\x29\x1f\x68\xd2\xc4\xb2\x81\xff\x70\xa7\xb9\x5e\xee\x9b\x0d\x3c\xe2\x10\x63\x55\xad\xc3\x37\x1b\xfa\x4c\xe8\x5d\x66\x4f\x9b\x89\x72\xeb\x55\xb5\x0c\xa7\x4e\xfc\x9c\x2c\x31\xe8\x7a\x7a\xa7\x5b\x60\x21\x53\x5d\x3a\x09\xe7\x73\xae\xb5\xd8\x2d\x86\x1c\xa5\xac\xbb\x2b\x0c\x0a\xe7\x27\x4c\xb3\xc1\xfe\x10\x73\x56\x7f\xf5\xf1\x16\x17\xe6\x9c\xaf\xa1\x7b\x21\x9e\xaa\xda\xdd\x86\x3b\xcc\xc0\xcc\x26\xc7\xe2\x95\x61\x86\xe4\x36\xb8\x83\x1e\x7b\xb3\xc2\x0c\xc5\x6d\xc8\x66\x74\xd4\xa4\xb6\xe6\x36\x24\x29\x09\x7b\xbc\x18\xaf\xcd\x68\x62\xbc\xc8\x68\xb6\xde\x28\xd6\xb9\x89\xce\xf7\x6f\xa3\xbd\x66\x67\xe2\x2e\xdb\x99\xe0\xfb\x77\x30\x6b\xb9\xf2\x89\x6f\x67\x89\xef\x5f\xe6\xbe\x4e\xf9\xdf\xd9\xe5\xf7\xe3\xbf\x9e\xff\xf9\xff\xfb\x3f\xfe\xcf\xf3\x3f\xff\xaf\xf3\xbf\xbe\x7f\xee\xff\xf1\xaf\x7f\xbd\xff\xf1\xdf\x9f\xff\x72\xff\xf7\x3f\xff\xff\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xcf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x6f\x00\x00\x00\xff\xff\xf2\x2b\x7f\x90\x0a\xb6\x03\x00"); -func _fdaa ()(*asset ,error ){_eca ,_eebg :=_edfd ();if _eebg !=nil {return nil ,_eebg ;};_dga :=bindataFileInfo {_dae :"Adobe-GB1-3",_fb :2159,_ae :_be .FileMode (436),_g :_a .Unix (1580491263,0)};_fcbe :=&asset {_dd :_eca ,_ef :_dga };return _fcbe ,nil ; -};type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};func _bgcfd ()(*asset ,error ){_cdfd ,_ecge :=_bacd ();if _ecge !=nil {return nil ,_ecge ;};_ecfgb :=bindataFileInfo {_dae :"GBpc-EUC-V",_fb :786,_ae :_be .FileMode (436),_g :_a .Unix (1580492178,0)}; -_gcf :=&asset {_dd :_cdfd ,_ef :_ecfgb };return _gcf ,nil ;};func _fda ()(*asset ,error ){_gbc ,_ggg :=_bda ();if _ggg !=nil {return nil ,_ggg ;};_bec :=bindataFileInfo {_dae :"90ms-RKSJ-V",_fb :1895,_ae :_be .FileMode (436),_g :_a .Unix (1580491032,0)}; -_bff :=&asset {_dd :_gbc ,_ef :_bec };return _bff ,nil ;};var _cgef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcb\xee\x6f\xbb\x91\x98\x37\x3f\x4f\xb1\x87\xce\xc0\xe9\x75\x21\xab\x8a\x80\x20\xc0\xb1\x22\xc4\x30\x9c\x04\xdd\x76\x32\x5e\xd7\x8e\x80\xf4\x91\xa0\x56\x0f\xfa\xed\x83\xf5\x7d\x94\xda\x08\x82\xec\x33\x39\xff\xda\xeb\x47\xb2\x78\xa9\x7b\x15\xf9\x77\xff\xf1\x3f\xfd\xee\x3f\xfd\xfa\x87\xbf\xfc\xf8\xbb\xff\xfd\xcf\x7f\xbc\xfe\xe1\xf9\xcb\x8f\xf7\x0f\xbf\xde\x7f\x7e\xfe\xf9\x8f\xff\xf2\xe7\xeb\xf9\x71\x3e\xff\xf8\x87\x5f\x7f\xf9\x65\xdd\x7e\xdc\x7f\xb8\xfe\xf2\x57\x90\xff\x5d\xff\x74\xfc\xe9\x97\x5f\xbe\xf6\xff\xf0\xaf\xff\xfc\x97\xe7\x9f\xfe\xd3\xaf\xef\x1f\x7f\xec\xfe\xee\xfe\x97\x3f\xcd\xdf\xfe\xf8\xf1\x77\x7f\xff\xfc\xe3\x1f\xfe\xf9\x2f\x7f\xfe\xd7\x1f\xff\xee\x3f\xdc\x7f\x3c\x9f\xff\xe1\xc7\xfd\xbc\xdf\xbf\xff\x6f\x7f\xbe\x9f\x3f\xff\xe1\xd7\x7f\xfc\xf1\xef\xfe\xf3\xdf\xff\xed\x1f\xff\xe1\x5f\xfe\xf4\xa7\xff\xfb\xf9\xa7\xe7\xd7\xbf\xfc\x18\xfc\xdb\xf3\xeb\xcd\xff\x7f\xf9\xbb\xff\xf8\x5f\x8e\x3f\xfd\xaf\xc7\x3f\x3d\x3f\xfe\xee\xbf\xfd\xfa\x87\xff\xf0\x9f\xff\xfe\xdf\xff\xb7\xff\xfa\xfb\x35\xfe\xfd\xff\xc2\x67\xbe\xfe\x1f\xcf\x9f\xff\xf9\x0f\x7f\xfc\xf5\xc7\xfa\x3f\x2e\xcb\xf6\x6f\xff\xfc\x5f\xff\xf5\x4f\xcf\x8f\x75\xf6\xf2\x7f\xfe\x97\x3f\xde\xcf\x8f\x45\x68\x17\xcb\xeb\x8f\xf7\xf3\xcf\x7f\x3a\xae\xe7\xcf\xc7\xaf\xff\xf8\xfc\xf2\xe3\xc7\x6f\x96\x65\x59\x7e\xfb\xe3\xfb\xef\x37\xbf\xcb\xdf\xff\xfe\xb7\xdf\xbf\xfd\xae\x96\xe5\x77\xff\xf1\xfb\xf7\xdf\xfc\xee\x7f\xfa\xfd\xef\x7f\xf7\xfb\xf9\xef\xff\xf3\xbf\xfd\xf6\xf7\xfc\xdb\xf3\xeb\xfd\xff\xea\xf1\x97\xd5\x81\x7e\xfd\xe3\x5f\xee\xe7\xf5\xdf\xe6\x18\xbf\x59\x96\xf5\xfd\xed\x8f\xf5\x6b\xf5\xdf\x7f\xfe\x65\x5d\x96\x89\xdd\x1f\xee\xeb\xff\x3a\xfe\xfc\x35\x38\x96\xef\x97\xdf\x1f\xeb\x6f\x7f\x6c\x5b\xab\x05\x60\xfc\xf6\xc7\xba\xf8\xe7\xe1\xbf\x37\x80\xfb\xb7\x3f\x56\xff\x7a\xbe\x5f\xd8\xf2\xf5\x17\xfd\x03\xce\x12\x28\x80\xaf\x9b\xb5\x6a\x03\x98\x1d\x8d\x0f\xb8\xf3\x6b\x1e\xdf\x9f\x2f\x7f\xe6\x2f\xbf\x59\xd6\x15\x1c\x7a\xdf\x3f\x60\x2f\x81\xef\xf7\xdb\x95\xf6\xf4\xfd\x6c\xbb\x17\x81\x6f\x8c\xb6\xd0\x26\xb6\x0f\xab\xd6\x05\xbe\x31\xb6\x65\x5d\x44\x76\x5b\xbe\x7e\xe7\x5f\x41\xd3\xd1\x3f\x60\xb7\x9f\x11\x00\xe7\x6f\x7f\xac\xfb\xc6\x9f\x97\xff\x9e\x00\x8f\x40\x7d\x40\x6b\x02\xf4\x9f\x34\x1f\xcb\xfe\x01\xac\xd8\xee\x9f\x5f\xf3\xfd\x1b\x6e\x5d\xf6\xef\xcf\xce\x9f\xfc\xe0\x1b\x6a\x5d\x77\x1a\x6e\x2b\x40\x08\x7c\x23\xaf\xdb\x2a\xb0\x03\x6c\x5f\x8b\xe4\xcf\xf9\x23\x3a\xdd\x4e\x01\xba\xbd\x37\x80\x4e\xf3\xbb\x09\x7c\xcd\xb7\x45\xf4\x7a\x03\xb0\xcd\xb7\x98\xdb\xb6\xbc\x00\xb1\x7c\xc0\xea\x90\xb1\x02\x7c\xbd\xb5\xe2\xcf\xc3\x7f\xff\x3a\xde\x36\xfb\x8a\x0e\xd0\x05\x02\x80\xe5\x19\xc9\x90\x5d\x64\x92\x51\x82\xe5\xf7\x4f\xc7\x28\x06\x1c\x43\x80\x2f\x87\x7d\x0d\xbe\x3c\xe2\x35\x3e\x54\xf6\xd5\xbe\xc6\x37\x7e\x7b\xf9\x12\xdf\x89\xdc\xfa\xf8\xbe\x6c\x0b\x18\x77\xce\xef\xb6\x80\x66\xff\xce\xf0\xca\x52\xf4\xeb\x9b\x30\x0b\xd1\x9f\x6f\xf1\x58\x86\x58\x2f\x7e\xcd\x70\xb1\x3e\x02\x5f\x3f\xd1\xec\x87\xe1\xa2\x39\xc2\xf8\x9a\x67\xfb\xda\xf4\x6f\xe6\x2f\x4b\xda\xb6\xbd\x00\x1a\x40\x08\x04\xc0\x77\xd2\xb7\x77\xa9\x0f\xd8\x39\x18\x2f\xfb\x3e\xd6\x35\x00\xbe\x45\x6d\x9d\x79\xbc\xec\x49\xeb\x8b\x5d\x5f\xfc\x6c\x13\x78\x01\x1a\x6d\x3c\xbc\x7d\x02\x6c\x50\x07\xb3\x77\x05\x83\xe0\xd0\xbe\x9c\xa3\xb1\x8e\x06\x90\x7c\x69\x02\xa0\x13\x1d\x44\x59\x81\x16\x22\xba\x42\xce\x31\x7b\x7b\xd9\x7b\x76\xec\xdd\xdc\xbc\x0e\xa2\xdb\x2e\xe0\x17\x06\xf5\x28\xbc\x1c\x85\x36\x1c\x94\x43\xda\x97\xb4\xcd\x37\x68\x5f\x67\x07\x03\x80\x1d\x7b\x39\xbe\x7d\x75\xdd\xb6\x1b\x60\xf8\xe5\x65\xfb\xc4\x00\xe2\xec\x9b\x0b\xbf\xbb\xb1\x76\xb0\x6f\x00\xe5\xcf\xbe\x99\x8e\x74\x0d\x76\x06\xdd\x9b\x3f\x63\xdf\xda\x02\x1f\xfc\x2b\xc7\xfb\xff\xe0\x81\xdb\xbb\x83\x44\x9f\xbd\x3f\x00\x09\x7a\x3b\x18\xf5\x62\xed\x39\x22\x3d\x39\x5f\x2f\x47\xa4\x67\xb1\x74\x6d\x17\x48\x80\x06\xe0\xa2\xb6\x6f\x81\x7a\x2d\x74\xdd\x58\xa0\x5a\x05\x52\xc0\x9f\x81\xf8\x58\x59\xad\xc6\x6a\xc9\x04\xde\x76\x00\xec\x62\xf0\x2d\x5d\xac\xae\x3d\xe7\x32\x56\x88\xed\x6d\xcf\x6f\x7f\x6c\xcb\xe6\x46\xb4\x0f\xeb\xd8\x16\xbe\xf4\x05\x00\xf6\xf7\x7e\xfc\xf1\x03\x98\x1c\xd4\x1a\x1b\x9c\xe7\xed\x4d\x80\x71\xfa\x87\x75\xf4\xdd\x36\x1f\xd6\x11\x3b\x58\xf7\x14\x60\xa6\xbd\x04\x1c\xe7\x00\xf0\xc8\xf5\x1b\x20\x04\xbe\x15\x8d\xf4\x9c\xf7\x57\x00\x0c\x60\x11\x51\x30\xc2\x17\x26\x11\x25\x05\x04\xb8\x95\xdb\x1a\xbb\x80\x5f\x9a\x00\x83\x06\x88\x56\xf3\x67\x20\x5a\xb0\xa2\x37\xbe\x45\x8c\xb1\xf9\x33\x70\x1b\x62\x1d\xa7\x80\x5f\x58\xc4\xe1\x29\x0b\xb0\x1e\x43\xe0\x11\xb0\xcd\x87\x75\x2e\x0b\xf3\x81\xef\xe7\xe2\xd1\xce\x0d\xa0\xfc\xf2\x21\x9a\x4a\x91\x37\x1b\x80\x5d\x67\x07\x08\x7a\xcb\x0f\xd1\xdc\x9c\x4f\xe6\x6f\x7f\x6c\xeb\xd2\xed\xe0\x5b\xd1\xdc\xa5\xce\x3c\x00\x10\x36\x6f\x7e\x58\x67\xf3\xec\xe4\x05\xe0\xe4\xf2\x06\x70\xb3\xf2\x3b\x07\xeb\x5a\xfe\x0c\xac\x5b\x03\xd1\x02\xeb\x26\x17\xa8\x15\x20\x58\xaa\x62\x0a\xbd\x81\x4e\xed\x02\x74\x5d\x4c\xa1\x77\x7a\xab\x2e\xe0\xcf\x98\xc2\x24\x99\x4a\x01\x30\xa8\x12\x60\xa6\x35\x00\x9c\x4f\x1d\x02\x76\x70\x0a\xf8\xb3\xfb\xc3\xba\x6d\xe2\xf6\x2d\x7c\x56\x17\xb7\x57\x80\x36\x83\x29\x94\xc7\x1f\x29\x90\xca\xcd\x77\x80\xf5\x40\xfe\xbe\xa3\x09\xd0\xf5\xf8\xb0\xae\xc5\x99\x8e\x10\xe0\x90\x8f\x04\x90\x5d\x8d\x4f\xd9\x58\x43\xce\x81\x84\xaa\xa5\xfc\xf2\x61\x5d\xca\xf3\x77\x9c\x02\x76\x7d\x01\xc8\x98\xc7\x0d\x20\x3f\x18\x8f\x80\x5f\xbe\x29\xd4\xb6\xd1\x06\x71\x55\x9b\xbd\x1d\xdf\x14\x6a\x77\x0a\xc7\x0e\xe0\xa9\x3a\xda\x87\x4e\xed\x02\x4c\x61\x77\x4f\x8f\x10\xa0\x6b\x94\x8e\xea\xab\x1d\x7c\xfa\xd5\x3a\x79\xf1\x71\x0a\xf8\x33\x10\xed\x72\x0a\x54\xb8\x8a\xc5\x2f\x8f\x00\x5f\xce\x15\x60\xeb\x3f\x65\x98\xe7\xf6\xa9\x59\xf3\xcc\x9e\xbb\xcd\xd8\xbc\xb3\x01\xb8\x11\x27\x88\x4f\x2e\x70\x86\x80\x43\xb1\xf6\x91\x4c\xe9\x64\x85\x27\x7f\x38\x59\xe1\xf4\x30\x9e\x97\x80\x6d\xbe\x43\xb2\xad\xc5\x38\x17\xb8\x66\x67\x16\x17\xeb\x98\x8e\x73\x81\x4e\x7a\xca\x2e\xd0\x99\x4c\xf6\xea\x02\xb6\x01\x9d\x72\xed\xd1\x2e\x6b\xb2\x9e\x0b\x74\xe6\xda\x5f\xd7\x37\xe8\xee\x89\x41\xd7\xaa\x6a\xec\xe4\xcd\x38\xe5\x1a\xdc\x8e\xd3\xfd\xd2\x69\xf3\xd1\xed\x8e\x42\xbe\x7e\xf4\x0d\xb0\x0b\xc4\x07\xac\x13\xc8\x5f\x7e\xb3\xef\xf4\xf6\xa9\x56\x00\x21\x10\x00\x25\xf0\xfd\xac\x79\x18\xeb\x23\xe2\xbd\xdd\x62\xfd\x89\xe5\xbd\xaf\x4e\xee\xd3\xe9\xf6\x8e\x1a\x59\xf5\x51\xe7\xde\xd1\x9d\xaa\x3e\x0d\x69\x8f\x98\xc0\xfe\x01\x8f\x6b\xf0\x91\xea\x9e\x9b\xf3\xf9\xc4\xf2\x9e\xdb\xfc\xd9\xd7\x75\xee\x0e\xfa\x11\xca\x9e\x6e\x49\x7d\x3b\xb7\xd7\x32\x81\xaf\xeb\x42\xcd\x28\xd8\xef\x5e\x65\x6f\xd9\x3e\xe0\x9c\x1d\x7c\x93\xab\x47\xac\xf3\x9b\x5c\xbd\xb7\xc0\x87\xc1\x40\x1a\x54\x7d\x92\x77\x1f\xe1\x7c\xbe\x33\xbb\x8f\xd9\xdb\x47\x90\xfb\x18\xfe\xec\x23\x87\x7d\x48\x1b\x58\x18\xfb\xf0\x88\xd5\x47\x83\xfb\xb1\x0f\x81\x0f\x83\xe3\x70\x7f\xbe\x43\xb1\x1f\xb7\x58\x7f\x24\xb4\x1f\xef\x6c\xf3\x61\x70\x2e\x73\x9c\x0f\x83\x73\x2e\xc8\xa7\x66\xec\x67\xda\xdb\xa7\x38\xee\xe7\xeb\x97\x4f\x69\xd9\xaf\xd5\xae\x3f\xc5\x71\xbf\xb6\x09\xec\x00\x4e\xee\x23\xc8\xfd\x7a\x1d\xf4\x13\x27\xfb\xbd\xba\x06\x9f\x4d\xb1\xdf\xdd\xb5\xe6\xb8\xdc\x2e\xef\xf8\x14\xc4\xfd\xf6\x5c\x8f\x4f\x79\xd8\x1f\x8f\xf2\x58\xbe\x71\x1e\x2c\xa0\xc2\xf4\xd8\x9f\xe7\x16\xf8\xc6\x79\xde\x09\x7c\x33\x55\x45\xad\xf1\x9d\xb7\xb6\xb8\xa7\xe3\x3b\x6f\x6d\xd9\xe7\x97\xfa\x80\x98\xe3\x8c\x0f\x90\xa7\xa0\x8a\xb4\xe5\x9a\xc0\xfa\xcb\x6f\xda\x8a\xaa\x55\xe3\xe3\x36\x6d\x95\xa7\x8c\x8f\xb2\xda\xd6\xe7\xcf\xda\x2f\xbf\x69\xbb\x14\x3c\xd6\xfe\x01\xd7\x6c\xf3\x61\xb0\x3f\x13\x48\x80\x43\xe0\xc3\xa0\x75\xe7\xb3\x7e\x18\xf4\x55\x74\xb6\x0f\x83\xfe\x4e\xe0\xc3\x20\x3c\x62\xf0\xfc\x16\xf2\x10\xd4\xa4\x16\xe7\x23\xf0\x61\x10\x52\x23\x06\x52\x8b\x7b\xb6\x09\x00\x57\xe7\x23\xa6\x96\xdb\x04\x3e\x0c\x32\x9c\xcf\x27\x52\x5b\xa6\x5f\x3e\x16\xd0\x52\xfe\x3d\x3e\xfd\xa7\x15\xaa\x48\x8d\x4f\xc2\xb7\x79\xc8\x3f\xa9\xf3\xff\xcf\x30\x5b\x29\x78\xc6\xc7\xf6\x5b\x1d\x13\xf8\xd0\x1b\x68\xd0\x85\x7e\xd7\x86\x72\x03\xc9\xd5\xe6\xd1\x1e\x9f\xb1\xd1\xc6\xe5\xa2\x7e\x4a\x4b\x3b\xe6\x02\x7d\x72\xbd\x1d\x73\x16\x9f\xe4\x6a\xc7\xe9\x64\x3f\x7d\xa8\x1d\xb7\x88\xb7\x6f\x81\x8e\x67\x7e\xf9\x30\x38\x5e\x7b\xfb\x98\x6c\x3b\xbb\xb3\xf8\xc4\x58\x3b\x73\x15\xf8\x30\xb8\x57\x7f\xf6\x89\xa4\xf6\x40\x1b\x6d\x6b\x02\x4e\xe1\x53\x0c\xda\xb3\xdc\x7e\xf9\x3a\x78\xb4\x56\x36\x3a\x78\xb0\xb0\xda\xf6\x89\xf2\xf6\xac\xa2\xf3\xa9\xcf\xed\xd9\x66\x07\x7c\xd9\xe6\x38\x0d\xc0\xde\x04\x50\xf5\x1b\x46\x40\x7b\xe6\xf9\xeb\x74\x8d\xb9\xde\xb6\x8f\x13\xb6\xa7\x89\xf5\x04\xba\x76\x19\xb8\x35\x4f\xd9\xc7\x23\xdb\xd3\x6c\x13\x60\xd0\xb5\xd8\x02\xac\xbb\x18\x04\x93\x0b\xc7\x09\x70\x0b\xdb\x24\x6d\xe6\x21\x09\x70\x0b\x11\x4d\x7e\x96\x6e\x49\x80\x5b\xba\x54\xc9\xcf\xd2\x35\x48\xbe\x94\xf3\x49\x10\x2d\x31\x48\x70\x2b\x07\x75\x1c\x74\xa8\xb6\x15\xe8\x94\x1d\x14\xe3\x94\x8b\xe8\xa0\x63\xfe\x8c\x0e\x54\x5a\x86\x83\x0e\xb1\x1e\x74\xa0\x9e\x32\x92\x45\x1c\xf6\x36\x58\x9d\x79\xb4\x93\x35\x38\xec\x6d\x80\xe8\xe1\xba\x89\xf5\x29\x75\x8a\x35\x4c\xb6\xed\x0b\x88\x9e\x0e\x5a\xf4\x06\x9b\xd7\xec\x6d\xcf\xe9\xb1\x2c\x7e\x06\xef\x6a\x3b\x7c\xe8\x51\xf2\x0e\xe7\x03\x7f\x68\x3b\x4c\xe9\xb9\x58\xd1\x1d\xd6\xf3\x28\x6c\x47\x31\x9f\x7b\x7e\xe1\x67\xb7\x54\x52\xcc\x87\x43\xde\x76\xd8\xc8\xf3\x78\x0e\x8a\x71\x9e\xf9\x33\xda\xbc\xd8\xb3\xa8\x5a\xed\x81\xa7\xb4\x1d\xce\xf1\xc8\xcc\x47\xd1\xc1\x2b\xcd\xb9\xa2\x50\x49\xdb\xe1\x1c\x7f\xe5\xab\xae\xa8\x22\x15\x47\x45\xd3\x29\x50\x38\x2a\xda\xbb\xac\xb6\xf9\x06\x7d\x57\x17\xf1\x93\x06\x4d\xe3\xb6\xed\x10\xba\xc6\x6d\xa1\xab\xb5\x77\x77\x75\xa0\xfa\x77\x77\x79\xa1\x7a\xed\xd9\xb6\x43\xf5\xef\xee\xf2\x42\x80\x5a\xa9\x85\xa9\xd2\xb4\x45\x0b\x65\xaf\x69\x8b\xb6\x1d\xaa\xd7\x94\x2c\x8c\x98\xa6\xf5\x58\x63\xd0\x35\x26\x5e\xdb\xa1\x46\x8d\xa5\xb6\x43\x59\x1a\x4b\x63\x61\xb3\xb4\x68\xda\x0e\x61\x68\xd1\x8c\x85\xcd\xd2\x88\x69\x3b\x64\xa6\xa9\xd2\x76\x28\x4b\x4b\x63\x2c\x88\x06\x2d\x8d\xb6\x07\x88\xd6\x6c\x53\x3f\x63\x98\x5a\x11\x6d\x0f\x66\x8e\x15\x31\x16\xc4\x0b\xb6\xc2\xda\xf6\x74\xa8\xc7\x2f\xf6\xee\x0a\x43\x1b\xda\x0a\x63\x41\xf0\xbc\x43\x24\xa0\x0d\x0d\x87\xb1\x70\x96\xb4\x15\xc6\xc2\xf1\xd1\x3c\x68\x3b\x84\xa2\x79\x30\x16\x44\xd2\x2b\xa5\xed\x69\x6f\x2e\x10\xf2\x49\x8b\xa0\xed\x69\x6f\x97\x5f\x58\x93\x31\x11\xa5\xeb\xc3\x71\x38\x7f\xa8\xcf\x1f\x00\xa2\xa7\x93\x43\x72\xa9\xfd\x8e\x05\xc9\xf5\x9e\xce\x07\x42\x51\xe1\x1d\x0b\x87\x51\x4d\x76\x2c\x9e\xb2\xeb\xf1\x67\x20\x7a\x3b\x53\x8e\xa9\xfa\xea\x58\x10\x56\xef\x2d\xa5\x79\x18\x6f\xf7\xcb\xf3\x77\x3b\x28\xf2\xe8\x9d\x94\xe6\xc1\xba\x5d\x5e\xcf\xec\xb3\x0b\x30\xe8\xeb\xf2\x7a\x4c\x5f\x06\x6d\x0b\xd3\x86\x9e\x5a\x83\x3f\xbc\xaf\xd3\xf6\x00\x43\x5c\xad\xc1\x1f\x5e\xf4\xae\xb1\x78\x9a\xdf\xf2\x0b\xe8\xbc\x87\x00\x18\xbc\x62\xf0\x49\xb7\xae\x2e\x3d\x96\x4f\xba\xf5\x65\xd9\xfc\x59\x00\xb8\x20\xdf\xa1\xef\x8b\xbe\xb8\xf6\x1d\xd3\xbe\x2c\x6e\xe3\x27\xf7\xfa\x82\x2f\xae\xb5\x4f\xeb\xe9\x8b\xee\xb7\xf6\x69\x3d\x7d\x51\x86\xb5\x8f\xf5\xf4\x45\xf7\xdb\xf2\x89\xc7\xae\xc7\xb8\xb5\x95\xae\x51\x40\xc6\xd2\xe8\x40\x57\x5a\x5b\xc1\x60\x73\x0d\x56\x7a\xdb\x5c\xf8\x26\x20\x6e\x9d\xae\x37\x77\xbb\x33\x9f\xcd\xc9\x75\xe6\xb3\x3b\xb9\xce\x38\x4a\x37\x0c\xfc\xbe\x48\xd1\x6d\xa7\x83\xe6\x8a\x76\xe6\xd3\x3c\x89\x1d\x44\xdb\xec\x0d\x74\x70\x01\x35\x9c\x02\x7d\xe9\xee\x5c\x67\x41\x24\xfc\xb6\xd3\xa6\xbb\x0b\x9d\xf9\x74\x17\x7e\xa7\x83\xee\xe4\x76\xda\x84\xb8\x05\x58\x87\x93\x0b\xb0\x8e\xd9\x1b\x1d\x84\xbd\x05\x53\x98\x6c\x24\xc0\x20\x67\x07\x0c\x9a\xb3\x03\xc6\x49\xb7\xde\x3d\x85\x73\xb4\xe6\x36\x96\x58\x07\x18\x94\xe3\xb8\x8d\xe5\x81\x0d\x06\x95\x1f\x34\x37\x4b\x42\x6f\x8d\xae\x27\xa1\x07\x8b\x38\x09\x3d\x59\xc4\x21\xa2\xc9\x7c\x0e\x7f\x96\xb4\x39\x5c\xc4\x64\xd0\x73\xb6\x61\x9c\x53\x0c\xdc\x1f\x74\xcf\xd6\xdc\x05\x44\xdd\x58\x92\x71\x50\x44\x5b\x73\x4b\x4e\x0f\x52\x31\xe8\xe5\x38\xc5\xa0\x97\x5d\x17\xd3\xbe\x66\xd7\x60\x70\xb9\x73\x9d\xde\x24\xe7\x16\xcb\x4f\x18\x66\x5f\xee\xd9\x21\xe8\x49\xde\xcd\x8d\x98\xe4\x5d\xe0\x7a\x8b\x9e\xbb\xf2\x4c\x8c\xc0\xf5\x11\x09\xb7\xe8\x71\x81\x0a\x8c\x1e\x27\xeb\x7e\x3d\x1e\xe0\x62\x81\x1e\xf9\x5d\xb1\x40\x8f\x1b\xe1\x7e\x3d\xae\x63\x31\x8b\x57\x0a\x18\x2c\xc3\x2b\x0d\xba\x79\x8a\xd8\xe6\x16\x4d\x5a\x1f\x2c\xd0\xeb\x32\xb0\x5f\xab\xae\xf6\xf6\x71\xf6\xbe\x4e\xf2\xfe\x98\x79\x5f\x27\x79\x0f\x01\xbb\xfe\xf8\x77\x5f\x17\xa7\x3d\x00\x56\xcf\xdf\x27\x21\xfb\xaa\x0f\xbd\xa5\xc0\x1c\xe7\xc3\x7a\x9d\x44\xcc\x86\x1b\x7e\x19\x58\xee\x7d\xdd\x52\xc0\x2f\x2e\x2f\x1b\x6e\x34\x66\xac\xb0\x91\x15\x3f\xf5\x58\x61\x23\xab\xca\x2b\x11\xb5\xbe\xee\xbb\x5f\x56\x80\x2e\xb0\x01\xb8\xbc\xe5\x17\xbb\x2e\xbf\xd8\xf5\x0a\x06\xbb\x04\xc9\x06\xaf\xfb\xfb\xb7\xa0\x42\x5f\x31\x9e\xc6\xba\x32\x85\xee\xa0\x43\xe0\x30\xa8\x40\x6f\x93\xa2\x07\x53\x88\xf9\x33\xb0\x96\x88\x89\x4a\xf4\x35\xec\x7a\x63\x9c\x34\xf6\xe0\xe4\x72\xf6\xc6\x5a\xe3\x82\x6c\x7d\x05\x90\x6e\xbb\x88\xd6\xf6\xb7\x48\x46\x5f\x95\xf8\x5d\x44\x95\xe3\xeb\x26\x60\x28\x44\xac\x6b\x46\x3f\x04\x6e\xbf\x80\x68\x4d\x74\x00\x86\xcb\x0b\x5b\x5c\x87\xa1\x90\x55\xc0\xe5\x85\x47\xae\xc3\xf9\x6c\x02\x29\xc0\xf2\x22\xc7\xc7\xba\x0b\x3c\x02\xac\xce\xe1\x14\x5c\xaa\x63\x76\xc0\x1a\x1c\x22\xea\xb4\x0f\xa7\xed\xe4\x4e\x11\x15\xb7\x73\xf6\x06\x3a\x2a\xbc\x5d\x44\x95\xd6\x6b\x03\x9d\xcb\x05\x11\x51\xcc\xeb\xd6\x45\xe7\x72\x79\x11\x75\x86\xf5\xc6\x0a\x5b\x34\xac\x37\x56\xd8\xe2\x7a\x1b\xe7\x81\x13\xae\xd2\xf6\x0a\xf3\x5b\x9f\xe5\x6f\x51\xa3\xbe\x3e\xee\x1c\x8c\x79\x95\x68\xd7\xc6\xf2\x42\xa7\x83\x28\x5f\x5f\x5f\xd1\x71\xd0\xd7\xf9\xd0\x9b\xe1\x43\xc3\x4e\x7d\x5b\x5c\x78\xc4\xd6\xa6\x25\xd8\xe9\x6d\x9b\x11\xad\xf9\xe5\x11\xf8\xb0\xde\x66\xdc\x0a\x86\xb9\xad\xee\xcf\xfc\xe2\x14\xe6\x17\xf7\x07\x56\xba\x19\x90\xc2\xc7\xdc\x0d\x2d\xb6\xfe\xe9\x9e\x7d\xdb\x45\x07\x11\xb4\x29\x11\x3b\x3c\x64\x53\x22\xae\x30\xcc\xad\xd9\xf5\xcf\x19\xe6\xd6\x1c\x37\x6c\xe6\x02\xd9\x7b\x77\xf3\x60\x30\x5b\x77\xf3\x90\x76\x9b\x36\x63\x87\xc1\x6c\x5d\x96\x00\x93\xdd\x26\xa5\x85\x6d\x0c\xec\xc1\x60\xb6\xee\x94\x60\x30\x06\x42\x1b\xc1\xa5\xbe\x41\x69\xad\x43\xf8\x5b\x7a\x9a\x21\xfc\x4d\x45\x9b\x68\x41\xdf\xd2\xc3\x08\xe1\x6f\x39\x07\xa5\x83\x49\x90\x4e\x21\x1d\x07\x36\xbf\xe5\xec\x1a\x44\x27\x41\xc2\x4a\xb7\x72\xe9\xe0\xec\xdb\xa4\x34\x18\xf3\x36\x49\x08\xa1\xb8\xa9\xd6\x12\x67\xec\xdb\xe1\xa0\x2e\x88\xfa\xea\xea\x14\x94\x76\xb1\xd0\x06\x15\xb5\xc5\xc2\x14\x70\xc3\xb6\x58\xe8\x40\x01\x17\x0b\x1d\x68\xf2\x05\x7c\x75\x93\x02\xf0\x46\xf7\xed\x92\x0b\xc0\x57\x37\x8d\xc1\x40\x8b\xdb\x20\x87\x16\xb0\xdf\x8d\x43\xdf\x02\x8d\x6c\x53\x52\xad\xae\xdb\x3c\xda\x2e\xd5\xeb\xb4\x5d\x10\xb5\xd2\x80\x25\x6c\x2a\xa2\x01\x4b\xd8\xd4\x3d\x03\xc2\xdf\x97\xf9\x25\x01\xe6\x97\x02\x70\xad\x11\x68\xfb\x0c\xd6\xb2\x6e\xbb\xaa\x63\x40\xeb\xfb\xea\x7c\xd0\xae\x76\xe3\xa6\x01\x0d\xee\x53\x82\x20\xdd\x76\x25\x08\x91\xb3\xbe\x6b\x19\x06\xfc\x61\x9f\x12\x64\x80\xce\x3e\x63\xba\x3b\x40\xfd\x2d\xc0\xdb\xf7\xdd\x71\xa0\xdb\xbd\x79\x46\xe1\xf9\x7b\x13\x1d\x08\x72\xef\xae\x35\x9a\xc5\xae\x7e\x17\xa8\x81\xbb\xd2\x80\xa0\x70\xdf\xbb\xdb\x08\x09\xed\xc6\xed\x03\xb2\xdb\x63\xa2\xc3\xcf\xd0\xef\x5a\x40\x25\x7b\xb8\x3a\x10\xc6\xae\xb2\xb7\x0e\x3b\x60\x75\xb6\xc5\x0e\x1e\x01\xda\xa4\xe8\x70\x7a\x77\x0f\x2c\x01\x81\xbe\xe7\xfc\x99\x5f\x5c\x10\x0e\xec\x8e\x01\x39\x08\x66\xf6\xbd\x8c\x78\x73\x46\x77\x8d\xbf\x0d\x61\xbb\x2b\x1a\x36\xe4\xeb\x3e\x5c\xf8\x04\x37\x95\xbd\x6d\x15\x10\x6b\x34\x89\x7d\xb8\x20\x9c\xeb\x1d\x73\x6d\x6c\x9c\xaa\x1d\x9e\x3f\x08\x9a\xf6\xdd\xa4\x97\xe0\x58\xee\xc7\x1c\x94\x0d\x96\x16\x08\xa7\x76\xfd\x9e\x2d\x10\xf7\xfb\xe9\x1a\x20\x9c\xf6\x49\x0b\x10\xfa\xae\x34\xd8\x38\x89\xbb\x27\x7e\xdb\xfc\xe2\x38\x90\xe6\x7e\x3b\x53\xf4\xac\xfd\x76\x1c\xcf\xe8\x3c\xfe\x1e\x3e\xdc\x1f\x63\x43\x52\xed\xd2\xc2\x86\xa4\xda\x71\xf8\x0d\x22\x0a\x7d\x57\x1d\x23\xa2\xd0\x77\x4f\x7c\x42\x73\x4d\xce\xbe\xed\x3f\x8b\x92\xf7\xa6\x42\xb5\x21\x2e\x1b\xae\xc1\x96\xcc\xbc\xc9\xb5\x93\xc9\x36\x3c\x7b\x2d\xc1\xb5\x61\xee\xb4\x04\xbd\xb6\xd9\x06\xf4\xda\xe6\xcc\x77\xbf\x88\x1e\xd6\x4a\xdb\x27\x46\x1d\x60\xb7\x8d\x80\xf3\xc3\x40\x69\xbb\xfb\x85\x81\xd2\x70\x87\xb4\x44\xaa\x36\xe2\xf4\x83\x2c\x8d\xde\xf0\x8d\xb4\x44\xc4\xb6\x36\x3b\x00\xd1\xe6\x32\x38\x1f\x2c\xa9\x96\xa2\xa3\x25\x85\xab\xb3\x93\x52\xf4\x7d\x01\xb7\xee\xa0\x90\x5d\xeb\xae\x3d\x32\xba\x69\x15\x6d\xc8\xe8\x46\x8c\x7a\x6c\xc8\xe8\xa6\x55\xb4\x21\x55\x5b\xcc\x41\x05\xe6\xa0\xcc\x27\x5c\x5e\xe4\x6d\xd3\x5e\xc2\x8b\xda\x5b\x4e\x0c\x04\x5c\x10\x27\xa7\x68\x48\xe7\x93\x73\x1c\xbf\x4c\xdc\xf8\xa2\x7a\x96\xe2\x56\xe2\x86\x39\xda\x54\xcf\x52\x44\x71\x41\x8e\x0d\xce\xd1\xb4\xb1\x36\x04\x76\x43\x3d\x6b\xe9\x14\xca\x35\xe8\xf6\xe6\xc2\x8b\xb5\xba\x1a\xae\xdb\xde\xc6\x1c\x14\xac\x27\x0d\x22\xd7\xdb\xe1\xe4\x60\x4a\x4d\xeb\x6b\x83\x29\x35\xbc\x24\x2d\x9d\xc2\x21\xa1\x74\x01\xd7\xcd\xf9\x1c\x73\x1c\x00\x9d\x29\x1b\xec\xaa\x9d\xae\x8e\x58\x9f\xb6\x11\x51\x75\xb5\x14\x37\xed\xb2\x0d\xd1\xdd\xd4\xd5\x52\x0c\x54\xa8\x48\xea\xe9\x4d\x1d\x2a\xed\x5a\xfb\x28\x61\x7e\x6d\x52\x1a\xbc\xab\x3d\x8e\x03\x27\x6c\xaa\x5a\x1b\xbc\xab\xbd\x1e\x65\xd8\x55\xd3\xeb\x98\x18\x58\x4d\x27\x47\x62\x53\xb5\xd7\x15\x85\x5d\x99\xea\x34\x70\x2b\xf7\xae\xe1\x93\x28\x02\x7d\x99\x5d\x37\x00\x17\x9e\x71\xfa\x32\xdb\x7c\x5d\x77\xd3\xde\x92\x41\xfb\xea\x6e\xa3\x8a\x74\x1d\x16\xc9\x38\x7d\x9d\x6d\xe8\x5a\x23\x06\xbf\x74\xef\x93\x1a\xe1\x77\x5d\xe1\x94\xa2\xb3\xbb\x20\x62\xa0\x45\x83\x93\xba\xf7\xdd\xd5\x11\x83\x5d\x44\xe1\x77\x7d\x97\xd0\x11\xd0\x7d\xd2\xa9\xe8\x4c\x3a\x45\x5a\xf7\xe6\x36\x22\xad\x7b\x73\xda\xe2\xd6\x3c\xa3\xe2\xa6\xc7\x63\x43\xb1\xe9\x6d\xe2\x06\xa2\xdd\xad\x17\x1d\x15\xb5\x14\x03\x15\xb5\x0d\xbe\xda\xfb\x44\x87\xae\x95\x7b\x29\x6e\x31\x3b\x00\x9d\x74\x41\xb0\x6c\xbb\xb6\x4e\x8a\xdb\x24\xa6\xfa\x59\x94\xbc\x77\x85\x55\x3a\xee\xa4\x27\xcc\xd1\x3e\x85\x15\xe6\x68\x47\xbb\x6a\x39\x01\xb8\x36\x3e\xf4\xde\x91\x35\x8d\xe4\xa1\xde\x71\xc2\x8f\x1d\x1d\xaa\x9f\xf3\x67\xf4\x86\x78\x19\x78\xd7\x7b\x57\xd5\x2a\x94\xb0\xae\xaa\x55\xf6\x86\xaa\x35\x70\xb5\xf7\x8e\x63\x61\xec\xc8\xdb\xae\xac\x29\xbb\xd6\x77\x50\x76\x2d\x39\xec\x08\xdf\x4e\xdc\xb4\x95\xe3\xe8\x77\x2f\x7b\xd3\xf2\xc0\x71\xdf\xbb\x5e\x85\x1d\x49\xdc\xd5\xc8\x76\x84\x6f\x27\xd3\x73\xec\x88\x58\xc3\xd2\x63\x47\xc4\x06\xe7\x7c\xec\x48\xd5\xd0\xc0\x2f\xda\xc4\xe2\x4c\x31\x20\x43\x03\x9f\x70\x7e\x8f\xd5\x71\x10\x34\x61\x2a\x5c\xd9\x9b\xf6\x05\xfe\xfd\x1e\xda\x17\x65\xd7\xba\xdf\x76\x44\x50\x28\x82\xf6\xcd\x2f\xce\xc7\x71\xb4\xdc\x0b\xdb\x34\xf6\xd9\x75\x01\x4c\xdc\x06\x80\xab\xb3\x09\x38\x1f\x44\x50\x68\x4f\xec\x88\x93\x68\xfe\x0c\x09\x12\x1e\xd3\x42\xfc\x87\xc6\x05\xce\xfe\x1e\x8a\x06\x92\xa1\x7a\x18\x76\x2a\x27\xa7\x49\xbe\xc3\x7e\x43\xef\xd9\x0e\xc7\x8d\x14\x37\x67\xaa\x00\xd8\xe1\xb8\x91\xae\x1b\xac\x34\x34\x14\x76\xb8\x67\xe8\x9e\x27\xd1\xa4\x87\xd2\x60\x87\xe7\x87\xd2\xa0\x5c\x1d\xa5\x01\x01\x82\x1e\x72\xf6\x1d\x56\x1a\x5a\xc7\xe5\xba\x1d\xf3\x67\xa0\xa3\x75\x5c\x9b\x80\xa7\x17\x5d\x3a\x4e\xcf\x68\x17\x98\x58\x83\xdb\x29\xd6\x5d\x60\x76\x00\xa2\x97\x27\xd1\x15\x55\x39\x2a\xe4\x78\xe8\x16\x23\x3b\xac\xc7\xed\x22\xc2\x57\x43\xff\x16\xa9\x62\x3d\x54\x8e\x48\xde\xe8\xc1\x19\x6d\xb5\x0b\xb8\x25\xf0\xef\x50\x39\xda\x61\xa5\xf1\xce\x9f\x81\xe8\x3c\xb0\xb0\xd2\x90\x4b\x13\x78\xe8\x31\x4f\x2f\x6c\x31\x97\xf9\xb3\x00\x70\x1b\xd1\x0a\x52\x1f\x73\x35\x7f\xe6\x14\x10\xb6\xa9\x5b\x99\x5c\x92\x9e\xeb\x6c\x53\x00\x1e\x4b\xb8\x5a\xfe\x77\x49\x99\x3d\xf5\x24\xef\xb0\xb8\xdc\x6c\xd3\x05\x6c\x03\xef\x32\xae\xdd\x8a\x3d\x4d\x99\xf9\x0e\xef\x4a\x8d\xe8\x62\x4f\x53\x1f\x33\x79\x56\x3d\xf7\xf9\xb3\x6f\xdd\xb2\xcd\x9f\xd1\xa6\xc9\x29\xe0\x62\xa9\x36\x45\x3a\x56\x4f\x2d\xe8\xea\x7e\x71\xb3\xd8\x60\x53\x66\xc7\x5e\x02\x2e\x55\xfd\x2c\xe8\xd3\x53\xeb\x98\x4c\x95\x9e\xe1\x21\x41\x46\xa7\x96\x47\x61\x5e\xa7\x6a\x13\x69\x60\x3d\xc3\x0d\x67\x8f\x73\x12\x0a\xc6\x53\xa6\xb3\x40\x76\x66\x3a\x0b\x2c\xa9\x4c\x0f\x23\x96\x54\xaa\x43\x91\xf7\xd2\x53\xb6\xbf\x0f\xdb\x78\x18\x39\x24\x69\xe4\x96\x24\x98\x9e\x46\xa7\x48\x82\xe9\x59\xae\x23\xe7\x22\x75\x64\xed\xd8\x4b\xa9\x19\x52\x1e\x92\xe1\xe6\x61\x22\xa5\xae\xa7\x86\x89\x94\xba\x9e\xc8\x95\xe9\x69\xa0\x88\x58\x4a\x4f\xd9\x3c\xb1\x94\x9e\xba\x99\x09\x9f\xf4\xbc\x66\xd7\x20\x8a\x4f\x69\x10\x3e\xe9\x29\x9b\x27\x7c\xd2\xf3\x12\x37\x4f\x8c\x81\x22\x12\x67\x7a\xe2\x66\x1e\x86\x4f\x12\xce\x3e\x0c\x85\xe4\x23\x06\x30\xf3\x54\x9d\x21\xed\xb0\xe7\xa4\x0d\xcf\x12\x16\xf5\x68\xab\x80\x9b\xe5\xf1\x31\xb4\xd3\x56\x01\x0f\x89\xc7\x07\x77\xef\x30\x62\x92\xaf\xcb\x8b\x45\x9d\x12\x57\x83\xe3\x96\xae\x27\x92\x6d\x7a\x19\xe7\x21\xd9\xa6\x97\x36\x48\x83\x7b\x16\x9c\x7d\x34\x18\x66\xad\x22\x0a\xc3\xac\xd5\xde\x60\x8b\x65\x12\x02\x99\x37\xbd\xc8\x6b\x1e\x0d\x16\x57\xba\x7b\x49\xc3\xe9\xb5\x39\x1f\xb8\x5a\x99\xe4\x4c\x4e\x4e\xaf\xcd\xf9\xc0\xd5\x0a\x33\xbe\x91\xa0\xd3\x4b\x33\x9e\x04\x9d\x5e\xdb\x1c\x94\x71\xf6\xf9\x05\xa0\xcd\x41\x19\xa7\x4d\x44\xe9\x5a\x0d\x86\x64\x9b\x5e\xfa\x71\x1b\x5c\xad\x34\x3b\xc8\xbc\xe9\x85\x53\x77\x34\xc4\x49\xe9\x9e\x22\x0d\xa7\x57\xb7\x37\x64\x4b\x69\xe0\x93\x79\xd3\x4b\xdd\x86\xcc\x9b\x5e\x31\xdb\x30\x68\xcc\x36\xfc\xcc\xe3\x3f\x5c\x51\xb2\x9c\xda\x70\x45\x3d\xfe\xc3\x15\x4d\x27\x07\xf7\x2c\x53\x1a\x86\xcb\xab\x43\x69\xb8\xa2\x35\x7b\xa3\xeb\x9a\xbd\xd1\x06\x77\xef\x68\x98\x2a\x65\x70\xd6\xa0\x4f\x8d\xd9\x01\x4b\x35\xe6\xa0\x2c\x95\x26\xb9\xe1\xa0\x22\xb7\x7f\x18\x01\xaa\xc3\xcd\x42\x22\xd6\xe1\xa1\x40\x22\x96\x52\x67\xb8\x54\x9a\x03\xc3\xd5\x39\xe7\x17\xc6\xd1\x57\x45\x72\x4d\xaf\x6b\xf6\x06\x6e\x2a\x50\x43\x44\x55\xa0\xc8\xb4\xe9\x25\xfd\x90\x69\xd3\x4b\x11\x34\x9c\xc2\xed\x38\x22\xaa\xb7\xb6\xc1\x98\xeb\xb6\x37\xb1\xbe\x5d\x03\x18\x73\x3d\xce\x07\x26\x5b\x8f\xfb\x23\x06\x8f\x87\xa2\x6f\x3f\x63\x98\xa6\xcf\xb5\x01\x07\x1e\x8b\xc7\x14\x0e\x3c\x54\x9b\xc8\xf6\xed\x63\x99\x1d\xf2\xc5\x50\x88\xf1\xa5\xb1\xba\x74\x58\x38\x43\xf3\x80\xbc\x97\x3e\x56\x39\x14\xe6\xce\x20\x14\xd2\xc8\x7b\xe9\x63\x52\x00\xec\x77\x28\x78\xda\xfc\x22\x4f\xf1\x8b\xb6\xc2\x80\x47\x8e\xdd\x03\x0c\x97\x1e\x06\x3c\x48\x75\xe9\x43\xaf\x96\x51\xa3\xb1\x4f\x74\xc0\x5a\x03\xdf\xd8\xd0\xd0\x70\x20\xef\xa5\x0f\xcd\x03\x52\x5d\xfa\x50\xd6\x18\x28\x1a\x46\x3a\x9b\x83\xea\xfc\x22\x83\xa4\x8f\xee\x38\x0e\x3a\x09\x05\x76\x35\xfa\xec\x80\xae\x67\xd1\x0a\xec\x6a\x18\x24\x21\x83\xa4\x8f\x98\xbd\x81\xdb\x24\x21\x31\x50\x23\x33\xec\x34\x54\xc2\x0c\x2e\x0d\x83\x9b\x24\x66\xf4\xa1\xbf\x8b\x5c\x8c\x3e\x20\x87\xbe\xc0\x39\x06\x14\xd0\x17\xd8\xfc\x20\x8f\xa7\x2f\xf0\xef\x31\x29\x00\x96\x6d\x42\x58\x27\x31\xa3\x0f\xf5\xae\xe6\xe4\xb0\x1a\x3a\x89\x19\x7d\xa0\x84\xf5\x05\xd5\x7e\x68\x2a\x37\x67\xaa\xa9\xdc\x9c\xdc\x94\x2d\xb0\xdf\x71\xce\x41\x05\x28\xd0\x58\x60\x4a\x03\xaa\xe9\x0b\x7c\x68\x68\x37\x37\x18\xf3\x30\x23\xa1\xc1\x98\xc7\xe5\x14\x60\x4a\xe3\xb2\x10\x04\x35\x7d\x5c\x8e\x33\xfc\xe2\x38\x08\x8d\x61\xc0\xa3\x0d\x7f\x36\x07\x05\xd1\xcb\x69\x23\xa0\x87\xa1\x90\x86\xe5\x34\xcc\x48\x68\xae\xa8\x85\x3d\xa4\x4e\xf4\xf1\xb8\x06\xb0\x9e\xf1\xb8\xbc\x9b\x3f\xe3\x54\x75\xd7\xfa\x71\x75\xe0\x36\xe3\x71\x72\x70\x9b\x61\x4a\x43\x77\x17\x74\x1e\x77\x84\xed\x50\x0d\xec\xc8\xd7\xf1\xce\x71\x58\xaa\x57\xac\x51\x51\x07\x02\x6d\x74\x77\x01\x05\xb1\x2f\xe8\xab\x07\x4e\xb6\x4e\x22\x46\x3f\x16\x97\x0a\x0e\x75\xa0\x13\x8e\xce\x5a\x1f\xeb\xfc\x59\x03\xd8\xfd\x42\x07\xab\x83\xc2\xb2\x8f\x6d\x7e\xe1\x67\x9b\x87\x02\x0e\x75\xe8\x63\x36\x0e\x77\x58\x74\x63\xea\xc4\xa1\x81\x6f\x1c\xce\x94\xc1\x61\xe8\xed\x30\x16\x69\xb4\xed\xd8\x5d\x51\xb8\xda\x61\x01\x8d\x49\x15\x47\x13\x37\x18\xd9\xd1\xe6\xcf\x18\xa7\x39\x28\x42\xe3\x68\x73\x50\xc6\xe9\xee\x02\x3a\xee\x61\x0e\x41\x67\x4b\x0e\x28\xab\x9b\x47\x71\x84\xf3\xd9\xfc\xd9\xec\x7a\x00\xcc\xae\xfd\x99\x58\xbb\xa2\xd2\x5c\x77\x45\x0d\x8a\xf4\x9f\xe6\x61\xf6\x43\xb7\x58\x77\x85\xb5\x7d\xba\x8b\x5a\xb3\x77\xd0\x53\x3e\x75\x44\xc5\x31\xc4\x15\x7e\x7e\x18\x24\x31\xac\x76\xa8\xd2\x75\x44\xc5\xa1\x23\xab\xbb\x74\x68\x71\xdd\x64\x8e\x43\x52\xed\xae\xa3\x9e\xe5\xee\x3a\x6a\x15\x19\x70\x3b\x4e\x7b\x73\xe9\xae\xd9\x81\x00\x24\x64\x24\xed\x98\x24\x04\x33\x3f\x2e\xb7\x15\x21\x72\x5c\xee\x17\x3c\xff\xb8\x9d\x0f\xfc\xfb\xd0\x3e\xef\x28\xd6\xc7\xe3\x4e\x22\x00\x8e\x49\x42\x08\x80\xe3\xb1\xeb\xd9\xc6\xae\x61\xcc\x66\x49\x8f\x0e\x5f\x3d\xd4\xd5\x8c\x8f\x9d\xe6\xe4\x18\x12\x3b\x17\x0f\x23\xe3\x9c\x8a\x20\xa3\x60\xe7\x32\xbb\xfe\xa6\x70\xae\x73\x50\xbe\xa8\xb8\x19\x1f\x3b\x95\x47\xc6\xc7\x4e\xcd\x1d\xca\x16\xfa\xb9\xd9\x1b\x9a\xec\xb9\x79\xb0\xc0\xed\x9c\xa7\x19\x1e\x79\x9a\x45\x63\x18\xed\x54\xea\x18\x39\x3b\x77\x77\x1b\x86\x79\x5a\xca\x65\x06\xc9\x69\xf5\x96\x79\x22\xa7\xb1\x14\xea\x52\xfa\xa9\x6c\xe9\xf0\xfc\xd3\x5c\x99\x0e\xc3\x3c\xe7\xd1\x76\x72\x5d\xac\x61\x8b\x67\x97\xf0\xc5\xda\xf0\x49\x87\x47\x9e\xe1\x1a\x88\x5b\xc8\x39\xc4\x2d\x5d\x37\x18\xf3\xa9\x04\xe9\x30\xbf\x33\x25\x7c\xd1\x49\x07\x15\x9d\x74\xb7\x45\x67\x9e\x6b\x78\xe4\x59\xf6\x26\x3a\xea\x5d\x1d\x1d\xf7\x2c\x71\x83\x7b\x9e\x53\xea\x20\x8f\x4e\x05\x4d\x47\xe1\x3d\x49\x0b\x1d\x54\x5b\xf6\x53\x71\x62\xe2\xc2\x89\x76\xd5\x4d\x5c\x38\xf1\x48\xf5\x15\x36\x7f\x7a\xf8\x8c\xd3\x9f\xb7\x5f\xe0\x91\xa7\x01\x6b\x63\x84\x27\x59\x68\x9d\x42\xd9\x7e\x92\x9a\x3d\x0c\x18\x9e\xba\x9a\x0c\x18\x9e\xba\x8d\x0c\x18\x9e\x32\x66\x03\x86\xe7\xfb\x6f\x75\x85\xfd\xc4\x8b\xda\x0d\x4b\x9f\xef\xc4\xfa\x9b\xdc\x25\xc7\x35\xde\x7c\xe1\x5d\xea\xc6\x9b\x2f\x63\x77\x94\xbc\xf4\x4b\x8e\x6b\x74\xd7\x4c\xfe\x11\xf0\xe2\xcb\x33\x6a\x74\xf7\x5a\x67\xfd\xe2\x87\x8e\x39\xfe\x9d\x22\xbc\x7e\xcd\x32\x47\x8e\xf2\x25\x93\x35\x30\x79\xed\xb3\xeb\x04\x70\x3e\xb0\xec\x4b\x8b\x3a\xe0\xd2\x97\xdc\x33\x60\xcc\x97\x65\x80\xc6\x56\xaf\x66\x9d\x24\x07\xe9\xd2\x36\x08\x58\xf6\xd5\xed\x9a\x83\x74\xe1\x43\xea\xc6\x3c\xaf\x6e\x1b\x0e\xf9\x15\xee\x02\xb2\xff\x92\xe3\x52\x92\xd4\xaf\x70\xe1\xd7\x9f\x9a\xe4\x57\xb8\xad\x9c\xb2\x0b\xf3\xba\x1b\xf6\xbc\x72\xfd\x5b\xe5\x66\xbf\xb4\xa8\x03\xfb\xe2\x4a\x57\x0b\x89\x7f\xe9\x7a\x32\xf0\x7a\x95\xe3\x22\x2a\xae\x9a\x5f\xf8\x99\x76\x73\x60\x52\x5c\x7a\x9b\x28\xe9\xee\x97\x59\x5c\x81\x5c\xbf\xcc\xe2\x0a\x84\xc8\xe5\x99\x35\x58\x7b\x1d\x13\x1d\x7e\xa6\x79\x60\xe4\xf6\x3a\x26\x3a\xb4\x91\xfd\x52\x9f\xd4\xaf\xc3\x0e\x90\x06\xd7\x39\x3b\x60\x0a\x30\xe6\x6e\x08\xf3\x82\x31\x77\x43\x98\x17\x49\xce\x7d\x5b\x6c\xf3\x08\x30\xe8\x65\xc1\xaa\xe7\x4f\xc6\x6c\x1c\xf8\x52\x83\x09\x64\xcb\x45\x2c\xaf\x6f\x68\x09\xd7\x33\xdb\x80\xa8\x1a\x8c\x91\xce\x4b\xc3\x9b\x42\xcb\x7e\x4d\x72\x40\xea\x5c\x06\x15\x8c\x1d\x5f\x18\xde\xdd\xe0\xe6\x05\x97\xee\x86\x30\x2f\x55\x13\x43\x98\x17\x2c\xbb\x1b\xb5\xbc\x35\x14\x8c\x37\xdf\xf8\xae\xfa\xc6\xf9\xbb\xb5\x0d\x8c\x2a\xdf\xd2\x86\x21\xcc\x7b\x75\x1c\xb6\xf1\xa6\xd6\x68\x04\xa2\xee\x36\x25\x32\x90\x6e\xb7\x84\x62\x38\xd2\xf2\x81\x41\x45\x68\xbf\x0d\x37\x04\xa2\xee\x36\xb5\x2a\x10\x75\xf7\xe6\x9e\xa2\x25\xdc\xdb\xc4\xad\x00\xc4\x8d\x73\x70\x6f\xb3\x6b\x3a\xd8\x67\x1b\x70\x9b\xc4\x05\x4b\xb8\xcd\x06\x09\x68\xfd\x36\x90\x17\x88\xc7\xbb\xbb\xd6\x1c\x8a\x3b\x66\x6f\x74\xe0\x21\xdf\xd0\xe2\x6e\x0f\xf9\x86\x9a\x71\xeb\x36\x32\x64\x7e\xab\x2f\x18\x18\xbf\x4b\x44\x91\x95\x77\x89\x28\xda\xc8\x5d\x2e\x3c\x47\xec\x9e\xa7\x17\x06\x73\x0f\xf7\x14\xce\x71\x0f\xb7\x84\xc3\x77\x1f\xe2\xc6\x71\xb9\x0f\xeb\x9b\x39\x2e\xb7\xca\x43\x84\x80\x87\x8f\x43\x71\x6b\xf6\x46\x08\x38\x53\x04\xda\x6d\xa8\xc0\xc8\xfa\x7d\xda\x01\xf6\xd1\x7d\x7a\xc4\x76\x7f\x36\x7b\xf3\x67\x76\x80\x84\xbf\xf5\x21\x19\x3f\xbf\xe7\x51\xc6\x3e\xba\x2f\xb1\x76\xeb\x0d\x22\x18\x3f\xbf\x6f\xb1\xf6\x1c\xdc\x12\x20\x5a\xc1\x7d\x7b\x2c\x3d\x07\xda\xc0\x81\xe0\xbc\xd5\x4b\x02\xd9\x7f\x3f\xf3\x0b\xb8\x3d\x2e\xa2\xdb\xa8\x9a\x6e\x5c\xf1\x36\x99\xd0\x60\xfa\xfd\xba\xf0\xe8\x32\xb7\xfa\x77\xc0\xfc\xac\x50\xe9\x5b\x08\x38\x1f\x38\xe1\xb3\xb8\xdb\xec\xc2\x33\x0f\x39\xcb\xfb\xcc\x73\x5d\x02\xb3\x83\x04\xf0\xb8\xfc\x34\x71\xbd\x3f\xab\xb3\x28\x9b\x39\x0b\x36\xe2\x59\x5d\x3a\x36\xe2\xd1\x0f\x15\x88\xf2\x47\x1d\xde\x30\xe1\xa3\xa2\xc3\x15\x16\xdd\xca\x98\x6e\x64\xd0\xca\x98\x6e\x64\xf0\xd9\xe5\x50\xac\xfd\xa3\xda\x6e\xfc\xcf\x32\x99\x61\x7e\xc0\x63\x45\xbc\xf1\xbf\x67\x9f\x1d\x80\x5b\x73\x8b\xe0\xdf\x8f\xc5\xe8\x06\xe9\x1e\x2f\x3c\x30\x2e\xf7\x4c\x12\x82\x99\x3f\x5d\x0a\xc0\x62\x7b\x14\x3c\x46\xec\x1e\xcd\xeb\x18\x02\xb3\x0d\xe8\xa8\x0f\x19\xb1\x7b\xa6\xe0\x81\x17\x3f\x2a\x3a\x89\xf8\x7f\x94\x13\x89\xf8\x7f\x4c\xfd\x35\x43\xe1\x29\x59\x0f\x8c\xd9\x32\x99\xbe\xc3\x98\x1f\x8d\xe8\x1d\xc6\xfc\x18\x60\x4b\xf8\xaa\x65\x32\x7d\xb7\x6b\xd4\xf4\x6e\x4c\xed\x19\x73\x50\x16\x7e\xcc\xde\xc0\x7a\xcc\xde\x40\x14\x3f\x54\x37\xa6\xf6\x48\x9d\x46\xce\x1e\xc3\xd2\x09\x97\xb6\x66\x66\x24\x2a\xc3\x73\x78\xe5\xc4\x04\x6e\x01\x70\x53\xcf\xcf\x09\xdc\x02\xe0\xa6\x04\x31\xbc\xf5\x68\x51\x27\xfc\xfb\x21\x5d\xb8\x53\xf2\xd2\x1f\x69\x30\x61\xe6\x8f\xae\xdb\x84\x99\x5b\x09\xd8\x77\x44\xea\x73\xcf\x0e\xe8\x0d\x1a\xec\xc6\xc7\x1e\x83\x24\x69\x6f\x12\xa4\xf1\xb1\xc7\xdc\x12\x33\x39\x2c\xa0\x19\x69\x6f\x9a\xca\x46\xb4\x9e\x77\x7e\xa1\x83\xd7\xae\xe1\x91\x16\xc3\x8c\x84\xaf\x5a\xff\xd2\xa9\x72\xe9\xef\xe2\xb4\x61\xb2\xd6\x22\x76\xaa\x5c\xba\xf7\x60\x74\x03\x5f\xde\x83\xe1\x15\x0e\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x86\x29\x1a\xaf\x94\x65\x14\xcc\x9b\x2b\xba\x81\xaf\x77\x9b\x3f\x6b\x00\x4e\x1b\xbe\x3a\x6f\xa1\x30\xf0\xe5\xc5\x13\xc3\xdc\x8b\x79\xbd\x84\x51\x30\xcb\x71\x86\xe9\x16\xef\xee\xd9\x41\x8f\xfc\xdb\x5d\x13\x60\xbd\x3b\x05\x38\xd4\xbc\x6b\x62\x87\x43\x79\x4f\xc4\x30\x2b\xc3\x3b\x1f\x46\x3a\x05\xf5\xbb\x9d\xf0\xc9\xbc\xd9\xc1\xc8\x99\x97\x39\x74\xe3\x63\x5c\xe6\xf0\x01\x8c\x23\xcd\x25\x32\xd9\x1b\x17\x46\xc2\x7e\xdf\xee\x7c\xc2\x2f\x2e\x48\xf8\xc5\xc9\xc1\x8b\xbd\x4a\xa1\xef\x68\xb2\xdc\x36\xb0\x76\xe3\x56\xaf\x8a\x1a\x65\x31\xdd\x3b\x05\x3a\xc5\x2f\xdd\x2b\x01\x86\x69\x1d\x16\xfe\x77\x03\x52\xef\x24\x40\xec\xb0\x59\xef\x62\x56\x86\x45\xef\x9d\xd2\x93\x6e\x35\xfb\xc8\xfe\xd3\x3c\xcc\x57\x01\x97\xae\xfd\x31\xfb\x60\x5c\x7d\x57\xa6\x6c\xbc\x93\x84\x5c\x3a\x35\x32\xc3\x34\xd6\x92\x77\x43\x2e\x56\xd3\x74\xa3\x2c\x96\x8f\x8f\x74\x85\x21\xbb\x6e\xc8\xc5\x22\xf1\x6e\x94\xc5\x6a\x9a\x6e\x94\xc5\x6a\x9a\x91\x48\x94\xf7\x76\x27\x91\xf8\xef\x24\x21\xd7\x51\xc5\xcd\x88\xc9\x3b\xa9\x06\x51\xf1\x1a\x3e\x49\x24\xf1\x6b\x12\x56\x86\x3f\x63\x8b\x0c\xac\xbc\x93\x9e\xdc\x88\x57\x0c\xe0\x0f\x16\xc3\x0c\x93\x2c\x5e\x15\xb7\x06\xb3\x78\xf5\x29\x51\x8a\x12\x8b\x09\x89\xe4\x48\x84\xe5\x2b\x83\x1c\x89\xb0\x7c\xa5\x13\x99\x89\x05\xaa\xe9\x04\x63\xc2\x5a\x96\x4e\xfc\x25\x16\xc3\x27\xe4\x48\xc4\xa2\x15\x4e\x26\x44\x2c\x2a\x6e\x64\x42\x84\xe5\x2b\x9d\x28\x4b\x2c\xaa\x67\x64\x42\xc4\xac\x65\xa1\xd2\x3e\x16\x4d\x72\x02\x2b\x61\xa9\x71\x27\x96\x12\xb3\xb0\x85\x34\x88\x58\x4c\x1a\xe1\xa6\x94\xf0\x6a\xa5\x91\x05\xd6\x66\x76\xe4\x00\x83\xe6\xb4\x3f\xce\x11\x8b\x8a\x1b\xf5\x2f\xb1\x74\xe7\xb3\x83\x8e\x22\x88\x88\x49\x2c\x92\x03\x41\x92\xb0\x96\x65\x70\x09\x4b\x2c\xdd\xde\x76\x70\x33\xcf\x8a\x74\x8b\x58\xd2\x3d\x1d\xa0\x63\xa6\x61\x0e\xd0\xf1\xd0\x13\x54\x88\x45\x65\x8f\x44\x8c\x58\xca\x71\x9a\x6d\x5e\xbf\xd0\xb5\xca\x1e\xa9\x13\x61\xc1\x49\x27\x0c\x10\x8b\x9e\x22\x52\x27\xc2\xea\x93\x4e\x18\x20\x16\xcb\xcc\xc8\xa3\x88\x59\x8a\x52\x0b\x18\x40\x18\x1d\x17\x7e\x2c\xda\xda\x78\xed\x63\xc1\x54\x19\xb5\x08\xd8\xf5\xca\x38\xa7\x5d\x07\xd3\x56\xd9\xc3\x37\x1f\x8b\x95\x65\xdc\x3d\x13\x16\xa9\x0c\x32\x2c\x62\x96\xa2\x94\xa7\x6a\xd2\x42\x80\x8e\x71\xc5\xf2\x20\x5d\xa2\x13\xa0\xa3\x82\x58\x9e\xaa\x6b\x76\xcd\xe4\x14\x4e\xa4\x4e\x84\xe5\x2b\x1d\x17\x7e\x2c\xea\x84\xe4\x51\xc4\x72\x4f\xac\xfd\xe2\xd9\x49\xa6\xa0\x1f\x80\x94\x86\x58\x6e\xef\xf0\x49\xb0\x36\xb1\x84\xec\x82\x58\xde\x09\x30\x8e\xf2\xa8\x49\x0b\xd6\x9c\x91\x5d\x10\x8b\x26\x51\x93\x30\x54\x10\xc9\x21\x88\x55\xc7\x15\x39\x04\xb1\x2a\xb6\x28\xbb\x08\x2f\xed\x1a\xc5\x41\xb2\xda\xa4\x53\x76\x11\xab\x1e\x82\xe2\x20\xad\xab\x4b\xf5\x29\x6a\xe1\x2d\x5e\x83\xbc\x83\x58\xd7\x39\x4e\x00\xb8\xd6\x9f\x38\x09\xab\x4d\x3a\xce\xf0\x98\x05\x26\xf5\x89\x93\xb0\xc0\xa4\xb7\xf1\x33\x1f\x66\xac\x2a\x88\x5c\x80\x13\xab\xb7\x24\xe1\x29\x8f\x75\xf7\xc8\x0d\x90\xd8\x67\x87\x20\x31\xef\x42\xe2\x9c\xaf\x5e\x5d\x44\xb9\x47\xac\xde\x56\x84\x73\x3c\x56\x85\x15\xe9\x0a\xb1\x42\x83\x83\x74\x85\x58\x0d\xe2\x57\xa3\x6b\xc3\x91\x05\x6d\xac\x84\x5c\x3a\x5e\xef\x58\x15\x56\x64\x35\xc4\x2a\x75\x76\x4e\xf3\x2c\x45\x21\xc5\x21\x2c\x45\x19\x64\x35\xc4\x2a\x75\xe2\xe8\x8e\x55\x6d\x91\x1b\x4d\x62\x35\xab\x98\x74\x85\x58\x75\x98\xe1\xa7\x8e\x35\xbc\xa4\x89\xe3\xb3\x12\xe8\xef\x94\x7b\x84\x15\x2b\x83\xac\x86\x98\x15\x2b\x24\x25\x84\x15\x2b\x83\xbb\x33\x62\x55\xc3\xe4\xee\x8c\xb0\x14\xa5\xe3\x80\x0e\xab\x4f\x06\x17\x69\xc4\x5a\x8e\xc3\x59\x5a\xa5\xe8\xee\xf1\x51\x8f\x24\x3d\x21\xd6\x63\x7e\x61\x75\xa4\xdb\xee\xee\xab\x20\x92\xb8\x10\xab\x9e\x88\xee\x51\x50\xd4\xf5\xc6\x38\x8a\x3a\x52\x1a\x62\x3d\xdd\x9f\xc6\x38\x52\x34\x6e\xe5\x58\xcf\xd9\x1b\x5d\x6b\xbe\x75\x37\xeb\x9c\xbd\x31\x8e\xd2\xad\xbb\x59\x93\x88\x21\xae\xd5\x7c\x63\x12\x17\x62\x9d\xa4\x9a\x74\x3d\x09\x32\xe9\xed\x96\x29\x25\xbd\x59\xf7\x49\xaa\x41\xac\xfa\x8b\x29\xf7\x88\xf5\x15\x51\xf7\x47\x5f\x5c\xef\xe0\xf6\x7a\x67\x9a\x0b\xaf\xd8\xea\x2c\xbc\x65\x25\x9d\x5b\xfd\xc2\xe2\x91\x8e\x5f\x3a\xac\x0a\xe9\x14\x64\x84\xb7\xcf\xf5\x0e\xd6\xdb\x24\xa1\xf2\x67\xf6\xc6\x14\x36\x22\xf8\xbd\x33\x85\x6d\xd2\x13\xa4\xba\x19\x0a\x21\x57\x21\x36\x25\x15\xe9\x09\xb1\x6d\xb3\x6b\x7f\xe6\x6e\x23\x9c\x2c\x38\xe9\x38\xb6\x63\x93\x98\xf0\x4b\xc7\x66\x90\x84\x5c\x85\xd8\xb4\xb6\x70\x52\xc7\x66\xae\x23\xb9\x0a\x61\x5d\xca\x20\x57\x21\x36\x05\x1a\x17\x83\xc4\xa6\x33\xaf\x3b\x8e\xd2\x0d\x1f\x73\x6c\x1a\x58\x5c\x19\x12\xdb\x24\x26\x24\xe2\x2c\x30\xe1\x7a\xc2\xd8\xd0\xfc\x7a\x17\x83\x3e\xdb\x00\x18\x3e\x21\x23\x21\x36\x0d\x2c\x32\x12\x62\x9b\x54\x22\x6e\xfa\xeb\xba\xb8\xe5\x6c\x03\x6e\xe9\x7c\x44\x54\x9d\xb0\x8b\x8e\xf4\xc3\x35\x23\xb1\xa9\x20\xe2\x97\x8e\xcd\x7c\x7d\xee\x1c\x09\x6b\x4a\x06\x77\x8e\xc4\xa6\xb9\xd6\x61\x35\x9b\x82\x93\x0b\x48\x62\x53\x56\x92\x13\x11\x9b\x9e\x3c\x2e\x20\x89\x4d\x0b\x2d\x44\x67\xcc\x36\x4c\x8e\x3a\x94\x1e\x76\x7d\xf8\x05\x51\xb7\x49\x59\x63\xfd\x59\xe2\x7a\x6c\xc7\xec\x03\x24\x70\x67\x0f\xb2\x27\x62\xd3\x6b\xc2\x25\x26\xb1\xe9\x00\x0c\xd1\x33\x54\xca\x8d\x26\xb1\x9d\x13\x3d\x70\x55\xc3\x0c\xd1\xd3\x48\x0b\x7b\xd3\xfa\x22\x95\x22\x36\xe9\x89\x54\x8a\xd8\x5e\xbb\x46\xa2\x58\x8a\xd2\xf1\x3a\xc6\xa6\x03\x03\x3f\x61\x6c\x06\x56\x48\xa5\x88\x7d\x99\x6d\x0a\x40\x74\x50\xa8\xf6\x65\xb6\x19\x00\xa2\x03\x1b\x99\x75\x29\x64\x5c\xc4\xae\x33\x8f\xbc\x8a\xd8\xb5\xa4\xf0\xec\x85\x57\x2b\x0e\x92\x2c\x62\x57\x9c\x70\xf1\x49\x58\x97\x32\xb8\xf8\x24\x76\x9d\x0f\xb8\xf9\xc2\x22\x95\x8e\x9b\x2f\xac\x3e\x19\x5c\x89\x12\xbb\x42\x83\xeb\x4c\x62\x6f\x13\x1d\xba\xd6\xa8\xc1\x4b\x17\xbb\xa1\xf9\xe1\x7c\x14\x0d\x01\xe7\xb0\x48\x65\x0c\xe7\xa3\x9c\x18\xce\xc7\x30\xfb\x10\x6b\x15\xb7\x21\x3a\x1e\xed\xe8\x0c\x2a\xcf\x1f\xe2\x96\x6e\x09\x7c\x68\xd7\xc5\x40\xfa\x45\x58\x7d\xd2\x71\xe6\x85\x35\x26\x1d\x67\x5e\xec\xa6\x44\x72\x1f\x4a\xec\xe5\xfe\x04\x83\xea\xf3\xe3\x72\x94\xd8\x4d\x89\xe4\x72\x94\xd8\x6b\x22\xca\x7c\xca\x99\xc2\xe6\x77\x03\x86\xb8\xf9\xc2\xea\x93\x8e\xff\x2e\xac\x3e\xe9\xb8\xec\x62\x9f\x47\x1b\x85\x6a\xd7\x92\xe2\x42\x95\xd8\x8d\xbf\x0c\x57\xc7\xa8\x3f\xbe\xb8\xd8\xe7\xe9\x45\xba\xed\x6a\x71\x5c\x9b\x12\xbb\xde\x67\x5c\x69\x61\xc1\xc9\x18\xae\x8e\xa1\x44\xfc\x6a\xb1\x1b\x9a\xa7\x96\x25\x76\xb5\xb8\xe1\x52\xe9\xa4\x1e\xae\x8e\x1e\x02\x6e\x89\x8c\xdd\x80\x21\xde\xb3\xd8\x95\x06\xc3\x75\xd3\x49\x3d\x5c\x2a\x03\x86\x5c\x18\x1a\xbb\xea\x19\xb9\x24\xb1\xeb\xa4\xc6\xd9\x15\xbb\xfe\x3b\x72\x49\xa2\xe9\x8a\x26\x97\x24\xda\x32\x7b\x0b\x00\x78\x24\xee\xa9\x68\x5a\x34\x38\xa1\xa2\xcd\xd3\xcb\x22\x36\xfd\xd2\x78\xa4\xa2\xe9\x8a\x1e\xac\x68\x5b\xdd\x12\xb8\x67\xd3\xdd\x36\x90\x2d\x6d\x73\x7f\xe0\x50\x6d\x1e\x7f\x96\xb7\x69\xfa\x73\xeb\x49\xcc\x6a\x13\x6e\x3d\x89\xa6\xb5\x9f\x30\x59\xab\x4d\x7a\xc2\x64\x9b\x8c\x19\x2f\x56\x34\x23\x81\x5c\x80\x1a\x4d\x2e\xcd\xad\xa7\xd1\x0c\xc6\xe0\xdf\x8a\x66\x5c\x9b\x6b\x53\xa2\xe9\x8a\x4e\x58\x69\x33\xc8\xcd\xb5\x29\xd1\x74\x45\x73\x31\x5a\xb4\xc9\xb2\x91\x6e\xcd\x3c\x45\x52\x5b\xa2\xe5\x6c\xc3\xcf\xca\xe5\x45\xd0\xb4\x9a\xb8\x81\x8e\x41\xed\x51\xf9\x33\x86\xd9\xc6\xec\x83\x99\xeb\xb4\xe6\x4a\x94\xf0\xfe\xb1\x8e\x87\x2a\xda\x10\x09\xc4\x4b\x33\x18\x33\xdc\x2f\x5d\x01\xb8\xab\xa2\xcd\xd3\xec\xe6\x1d\xf6\xe6\x7e\xc9\x98\x71\x4a\x45\xd3\xc2\x49\xb8\xa7\x45\x1d\x1d\x3f\x54\x34\xf3\x51\xa8\x28\x8a\xa6\x4d\xcf\xcd\x29\xd1\x70\x98\x75\xca\x8b\xa2\x69\xa0\x24\xcc\xaf\xcd\xa3\xed\x1e\x5f\x62\x0d\x27\x6c\xda\xf4\xdc\x82\x12\x4d\xa7\x35\x75\x43\xd1\x6e\x2f\xee\x84\xab\xb5\xc9\xbf\x11\xb1\xdc\xb4\xb6\x2d\x8b\xbb\x7f\xbb\xa8\x18\x0e\x4d\xd3\x05\xa7\x54\xb4\x67\xf1\x67\x74\xf0\x11\xca\x07\xf0\x33\x5d\x69\xb8\x84\xa2\x3d\xb7\x5f\x6c\xf3\x0a\x30\x9f\x4f\x4e\x7c\x00\x3b\xa9\x76\x85\xe7\x28\x9a\x24\x84\x17\x28\x2c\x1e\xe9\x78\x81\xa2\xbd\xae\x35\xcc\xaf\xab\x5d\x51\xcf\x13\xfd\x13\x1a\x5f\x6f\x01\x30\x3b\xe8\x00\x73\x3e\x09\x70\x08\x14\xc0\x44\xe7\x43\x94\xe2\x91\x6d\x21\x11\x28\xba\x29\x28\xb8\x84\xa2\xaf\xc3\x2f\x2b\xc0\xed\x17\x7a\xdb\x1c\x14\x89\xd8\x37\xef\x45\x85\x47\xf6\x6d\xf6\x06\xa2\x8a\x13\x0a\x75\xa2\xef\xb3\x0d\x58\xef\xee\x36\x7c\xa8\xef\x2e\x15\x76\x66\x6f\xae\x28\x76\x66\xf7\x62\x55\x5c\x33\xd1\xf5\xab\x51\x9b\x13\xbd\x4d\xdc\xe8\xc0\x50\x29\x45\x37\xd1\xfb\x1c\x07\x74\xba\x5d\x73\x76\x2c\x04\xe9\x38\x6d\xa2\x9b\x82\x42\x01\x4d\x74\xc5\x09\xde\x98\xe8\xe9\xcf\x20\xef\x5e\x6e\x16\xd2\xba\xeb\x2e\xd0\x7f\xd2\xf5\x91\xe9\x3f\xe9\x8a\x06\x5d\x26\x7d\xcc\x2f\xe0\x66\xa6\x97\xee\x8f\x3e\x26\x3a\x20\x3a\x5c\x1d\x88\x69\x5e\x6a\xac\x63\xc4\x62\x91\x9e\x98\x78\x5d\xcf\x57\x71\x2c\xbb\x7a\x89\x3e\x8a\x2e\x61\xe8\x96\xb0\x24\xa4\xeb\x96\xe8\x9f\x00\xd8\x16\xb2\x8f\xa2\x5f\x6e\xfd\xee\xcf\x5e\x7f\x06\x3a\x12\x86\x2e\x86\xce\x85\x86\x0b\xd9\x47\xd1\xef\x79\x6f\x2d\x83\xea\x06\xd3\xab\xd0\x11\x0d\x5d\xaf\x42\x57\xe5\xd1\xc0\xe7\x12\xb7\xaf\x03\x76\xce\xa3\x4c\x05\x44\x58\x05\xd2\xa9\x25\x88\x58\xa4\x1f\xec\xa3\x30\x4c\x43\xf6\x7f\xc4\xe2\xea\x40\x0b\xb1\xb9\xf0\x9c\xf8\xd0\x3d\x55\x10\x46\x7c\x1a\xcb\xf7\x25\x00\x6e\xbf\x7c\x93\xb3\x88\xa3\x6b\x7e\xc6\xee\x7c\x38\xb0\x56\x74\x74\x6d\xd1\xd8\x25\x0c\x7f\xf6\x9d\xaa\x0f\x18\x3f\x63\x98\x96\x7b\x74\x32\xe1\xc3\x72\x8f\xae\xd1\x19\x9f\x0a\xb4\x2d\x24\x0f\x45\x78\x49\x2f\x97\xbf\x44\x34\x67\x8e\x55\x14\xdd\x71\x11\xe5\xd1\x67\x6f\x60\xd4\xdd\x22\x44\x79\xe8\xe4\xd5\x36\xb5\x44\xa4\x6b\xd8\x45\xba\x74\x50\x40\xa4\x14\x80\x24\xb6\xf6\xa3\x73\xab\x62\x44\xba\x40\x88\xe5\x48\x17\x15\x49\x1c\x29\xe1\x43\x28\x56\x85\x74\x2e\x5f\x8c\xd0\x06\xd6\xac\x8a\x21\x3a\x10\x4a\x18\xc2\xd4\x2a\x8a\xe1\xe4\x10\xb1\x61\xc4\x44\xab\x28\x8c\x67\x6a\x15\xc5\x21\x11\x8b\xb5\x02\x40\x13\x89\xe2\x91\xef\x8b\x3f\x73\x50\xe4\x44\x9c\x6e\x38\x32\x3a\x4e\x37\x2f\xfd\xe2\x16\x41\x9d\x31\x29\x00\x9e\x1f\xa7\x88\x26\xf3\x39\xe7\x38\x60\x7d\xce\xae\x41\x54\xe5\x48\xe3\x29\xae\xd9\xb5\x5f\xec\xba\xfc\xe2\x95\xcc\xb0\xec\x50\x39\xd2\xf6\xe1\x7a\xc1\xef\x67\x7e\x99\x3f\x63\xd0\xdb\x05\x41\x12\x5b\x7d\xd2\x35\x77\x62\x8a\x06\xb8\x80\x97\x70\x76\xcd\x9d\x78\x5c\x03\x97\xea\xb5\x0d\x94\x16\x5a\xd4\x5c\x97\x18\x29\x9b\xd7\xb8\x48\xf3\x09\xc9\xd3\x8e\x9c\xcc\x1c\xad\xc7\xea\x93\xae\xd5\x90\xcb\xec\x3a\x01\x6e\xbf\xf0\x33\x1c\xc1\x5d\x0b\x20\x0d\xac\x68\x01\xe4\xe6\xa9\x62\xdd\x72\xe3\x54\x71\xe7\x7f\x50\x49\xf2\x01\x0c\x6a\xf8\x44\xcd\x3c\xf7\xdd\x2f\x3b\x80\xcb\xdb\x04\x9c\x29\x04\xe9\xa5\xa2\x5d\x95\x3b\x0d\x4c\xaa\x65\x53\x8a\xf2\x75\xc0\xcf\x5a\x17\xe0\x67\x6d\x76\xc0\x14\xe6\x2d\xd9\x90\x6a\x6a\x37\xab\x17\x67\xf7\x67\x10\x53\x76\xd7\x0d\xfa\x49\x79\x3e\xb7\xb8\x44\xc6\x9c\x02\xd3\x0e\xc7\x61\xad\x29\x30\xf9\x00\x66\x1a\x97\x00\x93\x0b\x11\xed\x76\x20\xa2\x08\xb4\xcc\x4d\x80\x41\x53\x74\x20\x40\x0b\x4c\xba\xaa\x70\x6a\x83\xa8\xfd\x5a\x6d\xd2\xd5\x7e\xa9\x36\xf9\x3a\x00\x28\x17\x11\x51\x97\x35\xdb\x30\xa8\xde\x67\x35\x59\x4b\x4f\xfa\x80\x98\x28\x3d\xf9\xda\xb0\x3a\x63\xa2\x43\x1b\x33\xbd\x48\x9e\x0e\xeb\x50\x3a\xc9\xd3\x91\xca\x23\xae\x06\x8c\x54\xb9\xe3\x36\xc0\xc8\xd3\x0e\x3c\x62\xa6\xc3\xa8\xaf\xa6\xf4\xa3\xba\x99\xd7\xea\xcf\x98\xe9\x24\xa6\x8a\x9f\x31\xcc\x94\xd2\xb8\x64\x26\x52\x29\xc4\xbd\x32\x91\x2a\x54\x2a\x88\x79\xbb\xdc\x28\x7b\xf9\x88\x11\xea\x99\x75\x29\x9d\xfb\xef\x22\xd5\xae\x86\x87\xfe\xf5\x98\xa2\x9e\x59\x70\x12\x6a\x57\x89\xa6\x14\x6a\x57\xf9\xbe\xfe\xec\x1b\xa7\x14\x2f\xbc\xce\x10\xb5\x7a\x2e\x90\x42\x56\x78\x84\xea\x4c\x6d\x6e\x38\x52\xa8\xd0\x60\x42\x75\xa6\xf6\xe6\x17\x81\x53\xe0\x1b\xb4\xda\xfc\xd2\x01\x42\x80\x71\x50\x5a\x82\x2b\xe1\xa2\x54\x5a\xb8\xa1\x25\xaa\x89\x28\xab\x53\x5e\x4a\x4e\x8e\x72\x54\x88\x35\x87\xbe\x72\x76\x3d\x00\xc2\x9f\x09\x20\x4e\x48\x92\x0b\xaa\x35\x3e\x60\x05\x10\x6b\xc8\xbb\x08\x78\x04\x39\xca\x51\xf3\xc8\xa1\x91\x59\xc7\x11\x24\x2c\x47\x95\x58\x43\x5c\x55\xb3\x03\x00\x8e\x4f\x28\xd7\x6b\x38\x6d\xc8\xce\xd2\x8d\x50\x94\xd7\x98\x6d\xc0\xfa\x70\x79\x21\xc8\x3a\xe6\xa0\x74\x70\xd8\xc6\x45\xe4\xc8\x85\x32\xba\x60\xbf\xb1\x88\xdb\x3c\x2e\xdd\x2f\x6e\xb0\xb8\x5d\x52\x00\xd4\x59\x97\xbd\x89\xce\x3d\x07\x65\x75\xd0\x6d\x42\x91\x6a\x81\x46\x2c\x62\x70\x3b\x53\xe4\xab\xd5\x1a\xb1\xd8\x46\x96\xcd\x05\x31\x51\x72\x69\xb2\x06\xa3\x1e\x37\x0b\x8a\xae\xd7\xae\xa1\xe8\x01\x97\x0e\x65\xe5\x58\x24\x14\x8c\xdb\xb1\xb8\x73\x98\xb0\x63\x11\x03\x28\x9a\x22\x8e\xef\x8b\x6d\x5c\xd1\xf9\xc5\xad\x87\xd6\xc7\x6a\x6f\xc8\xca\xb1\x3a\x28\xe2\x71\xa8\x99\xaf\x02\x9b\xfb\x03\xe1\x8f\x5d\x74\x20\xfc\x31\x0f\xec\xfc\xe2\xa0\xf3\x8b\xeb\x06\x4b\x18\xbb\x3b\x07\x4b\x18\x4d\x02\xc4\x3a\x1e\xcd\xd5\x99\xc0\xc4\x0d\xac\x7d\x22\x80\x7b\xce\x62\x4c\x8e\x8b\x48\x1d\x3e\x04\xc0\x4d\x64\x31\x26\xc7\x45\xbe\x8e\x90\x16\xd0\x24\xc6\x64\xbf\x76\xe0\x6d\xfd\x24\xb3\xc6\x98\xbc\x18\x2d\x7b\xa4\x5b\x82\xe4\x1d\xe9\x22\xc2\x29\x86\x5a\xce\xea\x38\xe5\xf1\x47\xd8\x8e\xe1\xba\xa1\x72\x8f\xe1\x1a\x38\xe8\x98\x1d\xf8\x05\xa1\xbe\x3a\xe8\x70\x72\xc8\xe4\x71\xd8\x06\x8d\xc5\x82\x8c\x50\x22\x8e\xc3\x45\x84\x71\x59\x9d\x11\x8a\xc7\x71\xb8\x06\xe2\x86\x62\x13\x8a\xc7\x41\x21\x6c\x7c\xa2\xee\x27\x0c\x73\x9c\x52\xb4\xe8\xa9\xdb\x90\xaa\x18\x56\x6b\x84\x12\x72\x9c\x2c\x10\x79\x8b\x61\x81\x46\x70\xdb\x78\x58\xa0\x11\xdc\x36\x1e\xe3\x4a\x7f\x06\x46\xd2\xd3\x66\x07\x58\xc7\xa1\xe8\x1b\xf7\xee\x17\x06\x95\x36\xc8\x4e\x8c\x21\x2f\xe6\xea\x95\xb0\xf2\x22\x94\x90\xe3\x19\x7e\xa1\x6b\x52\xba\x42\x09\x39\x34\x7b\xc9\x41\x8c\xf1\xce\x0e\xc0\xed\x9d\x6d\xc0\x4d\x96\xad\x20\x1d\x78\x44\x63\x9d\x6d\x5e\x81\xaf\xcd\xa1\xad\xc0\xd5\x2b\x71\xe0\x1e\x0d\x45\xdf\xb1\x74\xbf\x0c\x80\x89\x81\x3f\xe3\x5c\x90\xc4\x18\x16\x5b\xc4\xea\xcf\x56\xd1\x41\xda\x59\x79\x11\xeb\xfc\x59\xf3\xcb\x06\xe0\xb6\xce\x9f\x0d\x01\xbf\xcc\xae\xbf\x99\x1e\x9b\x5d\xa3\x77\x59\xad\x11\x5c\x7a\x16\x87\x3a\x14\x19\x8d\x71\x6c\xb3\x0d\x3f\xdb\x3d\x4b\xf8\x28\x8e\x7d\x7e\xa1\x8d\x04\xa9\xdc\x3b\xb4\x81\x37\x7f\xd6\x3c\x3e\x70\xe9\x43\x4d\x89\xf4\xc6\xa0\x26\xe3\x03\x98\x9c\x82\x46\x51\x77\xcc\x27\x44\x30\xf9\x8e\xee\x22\x4e\xc0\x73\x80\x95\x77\xf8\x4c\x07\xb7\x99\xc5\xe1\xcb\x1c\xca\x3d\x4a\x37\xbe\x9f\x81\x5b\xb8\x3a\xb0\x79\x4a\x37\x3e\x00\x0c\xa4\x5b\x6e\x33\x8b\x23\x67\x1b\x7a\x93\x3a\x49\x21\x8c\x43\x1b\x84\xac\xc1\x38\xb4\x41\x48\x14\x8c\xa3\x3c\x89\xfe\x4c\xe1\xc4\x1d\x2a\x61\xdd\x46\x28\x6c\x8f\x72\x17\x6c\x33\x9c\x0f\xf2\xf5\x90\xbc\xb9\x43\x25\x0e\x25\xd5\x3a\x01\x5f\x4e\x41\x8a\x1e\x63\x62\x00\x70\xf8\x8c\x0a\xb2\xd2\xea\x8c\x58\x27\xe0\xe4\x10\x41\xc7\xa4\xb9\x09\x48\x73\x88\xa0\xe3\x74\x0a\x48\x9d\xe3\x9e\x1d\x80\xf5\x53\x7e\x61\x0d\x1e\xd7\x1a\x41\x73\x28\x4e\xb8\xb0\x3a\x0e\x5d\x40\xdc\x51\x1d\x96\x5d\x84\x02\xed\x78\xdd\x53\xf4\xc8\x63\x52\x89\xbd\xbd\xb3\x83\x6f\xd0\x73\x71\x75\xe8\xfa\x9c\xc7\x9f\xae\xcf\xc5\x69\xd3\xf5\xb9\xce\x71\x12\x40\xfa\xa1\xeb\x73\xf5\x20\x21\x82\x2c\xd5\x88\xd5\xae\x57\x57\x07\x79\x74\xce\x73\x6d\x07\x9b\x18\x20\x9c\x2c\xbb\x08\x65\xd8\xb9\x4f\x0c\x68\x33\xcf\x35\x82\xe6\xdc\x5d\x2a\x04\xcd\x39\xcf\x35\x82\xe6\xfc\xeb\xcb\x36\xfc\x4c\x65\x68\xf5\x67\x3e\x66\xb3\xe6\x4f\x35\xcc\xb3\xbb\xfb\x08\x9e\x73\x9e\x66\x84\xd5\xa9\xde\x4f\x7a\x63\x9c\xe1\xa2\x22\x2a\x28\xd0\xf8\x00\x86\xf2\xcd\x18\x85\xc8\x99\x4e\xc9\x2f\xe9\xda\x23\x44\xac\xbc\x08\x85\xc8\x59\xb3\x6b\x66\x51\x1e\x7a\x04\xcf\x59\xae\x23\x72\xe3\x2c\x8f\x9c\x1d\x28\x92\x36\x3b\x18\xf3\x67\x8c\x33\xa4\x5b\xd4\xda\x73\xb8\x0c\x98\x6f\xe7\x61\xd7\xc8\xa7\x53\x91\xc4\x8d\xde\x71\x1e\xae\xb0\xe3\x28\x78\x36\x44\xd2\x79\xfa\xda\x0f\xa2\xe1\x3c\x5d\x6e\x44\xd2\x49\x78\x2b\xc8\x6f\x8f\x13\x9f\x52\x6c\x48\xae\x93\x10\x73\x6c\x8b\x1d\x5c\x02\xb6\x99\x5d\x83\xe8\x39\xdf\x1b\x02\xb8\x5c\x03\xb1\x56\x04\x91\x13\x1f\xe7\x35\x11\x65\x0a\x2a\x6e\x8a\x93\x53\x5d\x4d\x71\x72\x5e\xf6\x86\x08\x3a\x6f\x09\x05\xb9\x67\x89\x88\xaf\x17\xc5\xa9\xe3\x94\xb4\xd0\xe0\x45\x86\x6d\xd9\x9d\xdc\x5b\x02\x74\xa0\x9e\x4f\x26\x68\x5c\x8a\x06\x32\x41\xe3\xa2\x3e\x29\xe4\xf9\xd7\xe2\xa0\x30\xf3\x4b\x0b\x80\xb4\xd0\xb0\x44\x24\xe4\xec\x97\xa2\x41\xfe\x7d\xc9\xf3\x49\x18\x8d\x6b\x9b\x5f\x04\x9a\x5f\xbe\x69\x5f\xfb\xc4\x2d\x01\xfe\xed\x99\xa5\xb8\xd4\xbb\xb8\x84\x25\x2e\x82\x0a\x21\xcb\xbe\xf6\x89\x35\x80\xb4\x41\x5e\x69\x50\x15\xf2\x01\x60\x2d\x6d\x90\x6a\x1e\x97\x4a\x18\x57\xad\xc4\x35\x5f\x7d\x82\xb3\x5b\x22\x12\x72\xf6\x4b\xf5\x4c\xfe\x7d\xf5\x61\x1b\x01\x77\x1b\x66\x7e\xc9\xcc\x77\xc4\xa3\xf5\x22\x21\xcb\xbe\xa4\x92\x1d\xf1\x78\x49\x25\xf2\xef\x4b\x53\x45\xfe\x7d\xa5\x18\xc0\xb2\x2f\xe9\x47\xc6\x7c\x69\xb7\xec\x2e\xbc\x76\x8b\x5c\xda\x62\x91\x90\x17\x5f\x35\x7f\xc6\xa0\x35\x07\x65\x9c\xf2\x24\x76\x7f\x76\xfb\x85\x41\x87\x83\xc2\x16\x2f\xb5\xb8\xdd\x2d\x39\x3c\x3b\x30\xa5\x4b\x57\xd3\xee\x2e\xa8\x91\xc9\xd5\x2c\xfc\x08\x19\xd9\x25\xcf\xdf\xdd\x92\xcb\x9d\x43\x5f\xbd\x2e\x31\x80\x87\x5c\xb2\x79\x79\xc8\x75\x8b\xb5\x0b\xaf\x71\x21\x43\xb9\x6e\x17\x1e\xe6\x70\xcd\xa3\x0c\x73\xb8\x8c\x1b\x90\xf3\x1a\xd7\x63\x1b\xc8\xd9\x92\x90\x90\x9c\xaf\xc7\x36\x90\xf3\xa5\x9c\x20\x35\x36\xae\x57\x0c\xa0\xac\x6b\x9e\x78\x24\xef\xad\xa5\xb1\xb7\x9f\xd5\x92\xc7\x6d\x4c\x80\x7b\xe3\xe3\xd6\x8d\xb4\xb3\x93\x16\x82\x84\xc4\x75\xab\x29\x71\x17\x4d\xdc\xeb\xec\x3d\x00\xd2\x9f\x31\xae\xca\x91\x64\x67\x21\x48\x48\x76\x37\xc9\x1c\x21\x71\x51\x15\xf2\x75\xf0\x21\x7e\x6f\x9e\x73\x76\xff\xc6\xaf\x1b\x12\x97\x85\x20\x21\x3d\xdd\x9b\xdb\x8a\xd9\x7b\x6b\x92\x93\x9f\x1b\xb7\x82\x47\xaa\xb9\x77\xa7\x80\x58\xbe\x77\x31\x40\xa9\xbc\x77\x77\x1f\x19\x7d\x37\x27\x87\xea\x78\xb7\xf9\x85\x41\xf1\x1c\x85\xe7\xfc\x0e\x97\x1b\x33\xf1\xf6\x3d\x32\x0f\xf0\xed\xab\x63\x1e\xd3\x5b\x71\xb2\x73\xfe\x2c\x2b\x09\xcf\xdf\xed\x73\x62\x1e\xb9\x5b\x33\x9e\x5b\xf5\xe3\x56\x39\x22\x8d\x37\x6e\x2e\xf4\x09\xde\x0f\x88\x5b\xd9\x42\x9a\x75\xdc\x35\x7f\xc6\x38\xda\xe7\xfb\x2e\x30\x7b\x63\xa6\xc3\xf9\x70\x96\xee\x21\xa2\x1c\x92\x5b\x7d\x68\x47\x94\xdf\x9a\x3b\xf3\x90\x1c\x8e\x03\x79\xdf\xca\x89\x79\x0e\x4e\xdb\x40\x0e\xf7\x39\xdb\xd0\x81\x5a\x0f\x89\xc4\x71\xab\xf5\x90\x48\x1c\x37\x91\xe8\x98\x27\x44\x2f\x2a\x59\xc5\x61\x25\x49\x90\x66\x1d\xf7\x35\x3b\x60\x41\xe4\xf9\x73\x1b\x35\xd6\xb9\x52\x3f\xac\x31\x89\xb9\x8d\xb7\x6b\x80\x9d\x79\x6b\x90\x90\x96\x1c\xf7\x2d\x17\x80\x3a\xef\xdb\xb5\xc6\x43\x70\x4f\xe2\xc2\x9a\xbc\x9f\xd9\x1b\x1d\x48\x5c\x73\xb3\x54\xc2\xb8\xb2\x26\x2c\x38\x89\xb9\xd6\xaf\x6d\x5c\x5e\x29\x6d\x2e\xe2\xeb\x82\x60\xed\xdf\xaf\xe8\x20\xd4\xef\x77\xf6\xf6\x75\xfd\x4c\xa9\x83\xb4\x7e\x16\x17\x04\xf2\x7e\x26\x99\x41\xde\xcf\xa4\x1f\x6c\x7a\x8a\x45\xbe\x2f\xdf\xa0\x8f\x31\x35\xee\xab\x89\x67\x1e\x7f\x24\xef\xa3\x13\x8a\x6b\x7b\xe2\x99\xc7\x1f\x06\xf3\x28\x68\x9c\x8f\xf5\x21\x21\x6e\x8f\x31\x0e\x72\xac\xc3\xfa\x90\x98\x88\xaa\xab\x4d\x44\x9b\xeb\x06\x4f\x79\xda\x9c\x02\x1d\xb4\xf9\x33\x3a\x20\x97\x29\xfe\xfa\x33\xa9\x11\x99\xfc\xf0\x16\xeb\x42\xc2\x75\xf8\xda\x4a\xcc\x0e\x7c\x37\x70\xfe\x2c\x76\x7f\xc6\xe4\x08\x8c\xc7\x5f\x81\x53\x80\xc9\x65\xf7\x67\x02\x60\x40\x26\x75\x3c\x1e\x7f\x6e\xb2\x89\x47\x01\x40\x26\x75\x50\xf8\xf1\x7d\x01\x37\x55\x2b\x32\xa9\xe3\x51\x34\xf0\x10\x40\xf8\x0a\x4a\x98\x22\xfd\x10\xac\x88\xb6\xfe\x54\xc3\xb4\x10\x24\xb8\xb2\x26\x1e\x49\x88\x8b\x69\xe2\x21\x93\x28\x4c\x99\x7e\x74\xa4\x4e\x8c\x0c\x5e\x4c\x24\x4e\x31\xda\x04\xd2\x2f\x6c\xb8\x7a\x17\xf7\xd7\xc4\xa3\xaa\x65\x3a\xb7\x55\x21\x61\x9a\xf5\x73\xb9\x74\x22\x2e\xa5\x99\xdb\xfd\xe8\x30\xe3\x2e\x9a\x78\x48\x69\x0f\xf3\xa7\x2d\x11\x09\xf3\xa7\x9f\x7b\xa2\xc3\xcf\xee\x21\xc0\x9a\x3c\xce\x07\x31\xf6\x68\xac\xcf\xf9\x10\xbe\x0b\x6e\x8f\x09\xde\x4b\xf9\xbe\x30\x05\x0d\x94\x89\x35\x59\xec\xc1\x85\x31\xf1\x48\x0e\x62\xfd\x2a\x92\x4c\x0e\xf7\xdd\xd4\x68\xf0\x21\x9e\x4a\xfd\xbe\x04\xc0\x6c\x93\x00\xa2\x03\x87\xb2\x2a\x24\xb8\x16\x26\xde\xd5\x35\xc0\xec\xf5\xd5\xd2\x30\x69\xfb\x55\x09\x73\xa6\xef\x76\x08\x30\xe8\xe6\x8a\x82\xdb\x6b\x24\x83\x87\x0e\xe2\x55\x57\xe3\x39\x83\xf0\xf5\x95\xe0\xc6\xff\x78\x15\x1a\xdc\x5f\x13\xaf\x21\x0a\x1e\x56\x0c\xdf\x08\x0d\x2e\x72\x89\x57\x71\xc2\xf5\xff\xf1\xaa\x91\xcd\xc9\xf5\xf9\x85\x41\x8d\x44\xcf\xf9\xf8\xf4\x26\x17\xb7\xc4\xab\x46\x36\x27\xa7\xd4\x99\xf3\xf1\x49\x4c\xd3\xb9\xdf\x49\x35\x08\xce\xf9\x24\x26\xf7\xae\xc4\xab\xe2\xd6\x90\xa2\x6f\x4c\x0c\xc0\x5a\x8d\xcc\x0c\xee\x37\xed\x1a\x17\xf1\xab\x46\x66\x46\x3a\x6f\x50\x7e\x00\xb8\x4d\x4a\x43\x39\xf2\x2d\x97\xe0\xa6\x94\x78\x95\x47\x73\x75\x34\xc9\xb9\x0f\x25\x7c\xbb\x25\xb8\x0f\x25\x5e\x15\xb7\x39\xed\x49\x9d\xf0\xef\x77\xcc\x0e\xe8\x7a\xcc\x0e\x04\xe4\x02\x30\xf3\x77\x92\x2a\xbc\xf8\xd5\x17\x67\x7e\xfb\x7b\x38\x05\x17\xe4\xf0\x24\xba\x06\xc7\xec\xc0\x9f\xcd\x0e\xc0\xe0\xf0\x1c\x60\xb5\xbe\x93\x4e\x61\x98\x16\x98\x44\x2b\xbf\xb8\x88\x2e\xd5\x29\x31\x95\x80\xc4\x04\xc3\x7c\x2f\x27\x07\xcb\xf6\xdd\xc0\x30\x15\xfb\x55\x0d\xe4\xba\x99\xb0\x72\x24\xcc\xcb\x7e\x0d\x18\xce\x45\xbc\x67\x1b\x30\xb8\x4f\xbf\xd8\x81\x47\xcc\x45\xa4\xa6\x24\xcc\xd8\x7e\x09\x7d\x84\x19\xdb\xef\x33\x7f\x06\x6e\x12\x2d\xf7\x94\x84\x05\x26\xc1\xeb\xc2\xf1\x2a\x9c\xb8\x47\x26\x78\x60\xe5\x03\xc0\xcd\xa0\x48\xff\xb8\x67\x2e\xcb\x6c\x93\x00\x92\xf3\xb7\x88\xe9\xcb\x29\xc1\x3d\x25\xe9\xcb\x29\x41\xc6\x76\x5a\x6d\x12\x7d\xfd\x99\x86\x99\xbe\xc2\x1d\x7d\xa5\xc3\xd5\x27\x66\x3f\xae\x96\x3e\xab\x12\xdc\x5b\x92\x8b\x96\x14\x37\xf1\x27\x05\x27\x1f\x12\xa0\xa7\xb4\xe3\xf2\xfd\x5c\x26\xdd\x16\xb8\x9a\x41\xc2\x16\xe5\x42\xe6\x7b\x70\xd3\x48\x2e\xbb\xcb\xfd\xed\x57\x2e\x93\x88\x07\xb3\xd0\xe0\x22\xeb\x3b\x17\xc3\x34\x5c\x66\x93\x8b\x61\x1a\xb2\xf4\x73\xd1\x19\x41\x0a\x78\x2e\x0a\x38\xae\xac\x49\x9e\x55\xf9\x00\xa6\xa0\x4c\x23\x39\x3c\x2d\x38\x09\x6e\x27\xc9\xa5\xcf\x36\x60\xad\xea\xd8\x77\x3a\x98\xa4\x3a\x40\x54\xb3\x8a\x14\xfd\xb4\x48\xc5\x07\x78\x73\x99\x44\x3c\xc0\x40\x22\x26\xd5\x3c\x7d\x3c\x25\x48\x35\xcf\x25\xe7\x38\xcc\xd4\xe4\x14\x4e\x4c\x5a\xcb\x12\xdc\x53\x92\x8b\xd1\x1c\x8e\x4f\x2e\x24\x31\x06\x49\xe8\xb9\x94\x0b\xd2\xf8\x42\x12\x63\x90\x77\x9e\x8b\x82\x94\xab\x71\x72\x31\xce\xc3\xd5\x38\xc9\xab\xf1\xdf\xcf\xc0\xe0\xf0\x98\x36\xa6\x70\xcc\x71\x98\x82\x7e\x35\x0e\x63\x2e\xca\x4a\x72\xc8\x93\xc2\x96\xef\x0b\x1d\x48\x83\x24\x94\xa7\xef\xc5\x2f\xf3\x30\x5e\xce\xb4\xf3\xb3\x6b\x7e\x61\x41\x54\x2a\x49\x35\x4f\xab\x4f\x82\x54\xf3\xa4\x78\x64\x5b\xe6\x31\xbd\xdd\x92\x10\xf0\x67\xc1\x38\x3a\x12\x28\x39\xc8\x65\x52\x4d\x30\xb9\xd7\x43\x1f\x4c\x41\xaa\x99\xa7\xf7\x9d\xbd\x7d\xf3\xa1\x5e\xe4\xfb\xd2\x00\x5c\x83\x8f\xdb\xe4\x6a\x34\xc7\x73\xbd\x4e\x12\xfa\x58\x4f\xae\xfa\xe2\x78\xc1\x20\xa9\x17\xf9\x7e\x46\x1b\xed\x23\xf2\xdb\x73\x35\x00\xcf\x4d\x3d\xe9\xeb\x24\x41\xb2\x7b\xfa\x22\x7c\x90\xc5\x9e\x56\x81\x04\x89\xeb\xc9\x1b\x24\xdb\xc2\x7d\x3c\xb9\xee\xf3\x67\x60\xa0\x23\x41\xca\x5a\x3d\xe4\xbc\x71\x91\x6b\x93\x64\x12\x0c\xe6\x89\xff\x78\x71\xae\xba\x18\xb8\x77\x25\x7d\x69\x24\xb8\x6a\x25\x29\xef\xf8\x3a\xa0\x8d\xfa\x1d\xf7\xae\xe4\x6a\x36\x8b\x94\xb5\x76\xa7\x0d\x1b\xb1\xf0\x23\xb8\x84\x25\x57\x63\x43\x52\xd6\xda\xe7\x38\x20\xaa\x8f\x99\xe7\x33\x72\x0d\x28\x98\x17\x33\x72\xf5\x59\x67\x52\xda\x73\xd5\xc0\x22\xa5\x3d\x2d\x09\x09\xb2\xd8\x73\x4d\xf7\x07\x3a\x5d\xf5\xca\x49\x9a\xab\x92\x8a\x2c\xf6\x5c\xcb\x29\x40\xa7\xbe\x34\x12\x24\xae\xe7\x3a\x8f\x3f\x34\x67\xe1\x47\x70\x39\x4a\xae\x64\x6d\x05\x97\xa3\xe4\x3a\x69\x01\x6a\x5c\xd5\x23\xb9\xe8\x24\x57\xf5\x48\x52\xda\x73\xd5\x45\xc7\xad\x41\xe9\x13\x22\x11\xcb\xcf\x2a\x7d\x92\xaa\x90\x6d\x91\x20\x57\x85\x15\x57\xa2\xe4\xaa\x52\x29\x75\x5a\xfb\x11\x24\xae\xe7\x7a\xcd\x9f\x31\x94\x41\x1f\x72\xd5\x73\xbd\xc4\xb5\xb1\x26\xea\x84\x24\xae\x27\x85\x20\xdf\x17\xba\x36\x02\xc4\x25\x26\xe9\x33\x24\x11\x1e\x6d\x0d\x2e\xca\x4a\x72\x55\x5b\x94\xf0\xd7\x7b\x76\x0d\x06\x12\x57\x78\x66\xb5\xbe\x7a\x03\x1d\x6d\x2c\xde\x96\xce\xd5\xa0\x4f\xef\xac\xe3\xeb\x51\x80\x25\x58\x22\x12\xdc\xeb\x91\x9b\x71\x53\x59\xc2\xa6\xb6\xc8\xbd\x1e\xb9\x29\x9f\xb8\x15\x29\xb7\x75\xb6\x19\x00\x2e\x37\x2c\x81\xf7\x45\x3e\x80\x36\xab\x44\xdc\xfd\x19\x9c\x23\x38\x58\x9b\x9e\x08\x1e\x1b\xc9\x6d\xf3\x5c\xc0\x2c\x36\x0d\x2e\x99\x85\xc5\x23\x3e\x86\x9e\xbe\x49\x12\x64\xf2\xe7\xa6\xf5\x45\x26\x7f\x6e\xea\x91\xb2\x91\xad\xf9\x33\x36\x6b\x33\x88\x2a\x7f\xd8\x74\xe6\xc9\x12\x36\xc9\x8e\x4b\x31\x72\xf3\x6d\x76\x2e\xc5\x48\x9e\x1d\xd9\x16\x8a\x61\x72\x33\x4c\x23\x7f\xf0\xa5\x91\xe0\xea\x8b\xdc\xe6\xa3\xeb\x2e\xa2\x2e\xef\x70\xdd\xd4\x16\xe5\x1c\x9b\x36\x16\xa9\xf3\xb9\x49\x4f\x64\xcb\xe7\xa6\xa0\x91\xa7\xf8\x20\x49\x84\x8b\xa8\x82\x28\x83\xd9\x54\x10\xe5\x29\xd6\x8b\x44\xb8\xbc\x39\x31\x60\x79\x55\x10\xe5\x29\x5b\xb9\x0b\x49\x6f\xba\xec\x28\xa0\xc9\x6d\xcc\x9f\xd1\x66\x38\x53\xb8\xcd\x36\x3c\x2e\x70\x9b\x6d\xd2\x93\xbb\xa0\x7e\x17\x2e\xef\xa4\x27\xb8\xf4\xa6\x6c\x21\xf7\x3e\x37\x3d\x11\xe1\x5a\x5f\xb3\x03\x30\xd0\x99\x47\xee\x7d\x6e\x6a\x71\xb2\x9e\x6d\x12\x46\x80\xce\xa4\x05\x17\x5e\xe7\x03\x25\x3c\xb9\xe9\xcc\x0b\x77\xe1\x76\x0d\x5c\x5e\x5d\x0c\xe1\x22\x3e\xb3\x0d\x83\x3e\x9e\x2a\x94\x94\xcd\x70\x10\xf5\x3c\xb9\x3d\xb3\x03\xa6\xf0\xba\xd6\xb0\xb8\x4d\x9b\x4a\x16\xb7\x6b\x1f\xc9\xbb\x7c\x90\x24\xc8\xe4\xcf\x5d\x2b\x88\xfb\x9f\x72\x37\x66\xc3\x43\x14\xb9\x4f\x09\x02\xef\xda\x75\x24\xc8\xbb\x76\x3d\x6c\x5c\x97\x91\xbb\x42\x83\xdb\x97\x72\x37\x39\x40\x56\xb3\x2b\x34\xa8\xc0\xc9\x5d\xfd\x87\x52\x9a\xdc\x95\x06\x21\x3a\xf3\xc0\x8a\x81\x3e\x66\x72\xef\x73\xef\x65\x9b\x04\xb8\x04\xbe\x35\xd8\x8d\xc4\xc8\x9e\x76\x43\x89\xdc\xbe\x94\x3e\x2e\x12\xa4\xe8\xe7\xae\x66\x14\x3f\xad\xf4\x49\x9f\x21\x89\x18\xf6\xfe\xda\x0c\xf4\x72\xe2\xca\x50\x1e\xed\x74\x19\xcc\x1c\x20\x99\x3f\x77\x13\x67\xb8\x9a\x29\x77\xb5\x2b\x32\xfb\x73\x37\x3d\x8b\x7b\x9a\x72\x57\xbb\x92\xc5\x59\x22\x12\xe9\x02\x95\x93\x5d\xc1\xc0\xd8\x64\x3a\x59\x72\xb5\x22\x9d\xac\xaa\x56\x3a\x59\x29\x80\xcb\x93\x72\x57\xd6\x70\x55\x44\xee\xea\x5d\x5c\x9e\x94\xbb\x09\x96\x5c\x9e\x94\x96\x88\x44\x8a\xa8\x29\x35\xdc\xa4\x94\xbb\x7a\x17\x37\x29\xe5\x2e\xa1\xa4\x58\x1f\xa2\x23\xd6\x26\xdb\xa4\x88\xea\xe6\xe3\x5a\xa5\xdc\xf5\x44\xc8\x7e\x7d\xe1\x24\xd2\x41\x75\xf3\xc9\xfc\x2c\x38\x89\x74\x50\x89\x2b\x1d\xd4\x14\xe3\xd8\xfd\xe2\x82\xec\x7e\x11\x6b\xf8\xf7\x2e\x3d\xc9\x3d\x2d\x38\x09\xae\x8a\x48\x9f\x3b\x09\xb2\xf2\x73\x7f\x1c\xc7\x0e\x9e\xd9\x06\xdc\x9e\x53\x80\xde\x1e\xe7\xd3\x6c\xe3\x52\xa1\xf0\xee\xfa\x28\xc2\x2f\xaf\x0b\x82\x48\xdd\x0d\x14\xc5\x04\x1c\x14\x2e\xed\xab\x28\x41\xb6\x7c\x36\x12\x2c\x83\xcc\xf7\x6c\x7a\x2f\x62\xfe\xcc\x36\xb0\xdf\x66\x6c\x88\x8b\x0c\xd2\xf7\x51\x82\xfc\xf6\x6c\x3a\xf3\xc2\xde\x14\x34\xb2\xf9\xb6\xcd\xde\x12\xc0\xf3\x06\x2b\x6d\x3a\x1f\xb8\x39\x20\xad\x3e\x09\x1e\x7b\xc8\xa6\x04\x91\xe7\x37\xc3\xf9\x3c\xa8\x90\x4d\xf7\xb5\x9c\xbd\x4d\x52\x85\xb3\x37\x23\x40\x5c\x16\x90\x4d\xea\xe4\xb2\x80\x6c\x2a\x61\xb2\x79\x1f\x31\x09\x4a\xf5\xb3\x29\x34\xe4\xec\x96\xa2\x04\x49\xe8\xd9\x0c\xda\xcb\x64\x5b\x7a\x94\x51\xb5\x9a\xaa\x96\x1c\xd7\xf7\x44\x82\x4a\xfb\x6c\x93\x16\xa0\xe8\x56\xc8\x30\xf9\x6a\x9b\x84\x01\xd1\x36\x93\x18\xe5\xab\xcd\x70\xbe\x7c\xb5\x19\x0d\x4d\x28\xb8\x19\xc1\x27\xf3\x3d\x9b\x11\x7c\x39\x6e\xd3\x20\xe1\xc9\x83\x6c\xdc\x42\x11\xa4\xc1\xa7\xef\x89\x04\x69\xf0\xd9\xb8\x49\x29\x48\x76\xcf\x66\xd0\x54\xf6\x6b\x1d\x4a\x90\xf9\x9e\xcd\xcc\x63\xee\x31\x4a\x8b\x52\x82\xcc\xf7\x6c\x3a\xc3\xc9\x7c\xcf\xa6\xbb\x20\xdc\x05\x73\x92\xc3\xb5\x96\x7e\xc8\x89\xcf\x76\xce\xc9\x31\x28\xf7\x51\x04\x65\xf7\xe9\x83\x24\x41\xa5\x7d\xb6\x6b\x4e\x1b\x0c\x28\xd8\x0a\x2a\xed\xd3\x42\x96\xa0\xd2\x3e\xdb\xe5\xb4\x61\xf3\xed\x9a\x1d\x30\xa8\x0e\xf4\xa8\x9f\x32\xcc\x66\x86\x0f\x75\x5e\x69\xfd\x4b\x50\xa0\x9f\x56\xb9\x04\xf9\xfb\x69\x95\x4b\x90\xb2\x9f\x4d\x65\x2f\x50\xe8\xdb\xed\x46\xc0\x1f\x9a\xa4\xca\xa3\x05\xe9\x13\x29\x41\x66\x7f\x36\xb3\x82\x94\x35\x4d\xef\x3a\x75\xfc\xd9\x24\x48\xea\xf8\xb3\x4b\x76\x94\xee\x67\x5f\x26\x6e\x7e\x11\x37\xf8\x43\xd7\x91\x40\x69\x40\x76\x45\x1f\x85\x62\xd9\xf5\x2a\x50\xe1\x9f\x56\xac\x04\x15\xfe\xd9\xb5\xb1\x28\x21\xcb\x6e\x22\x03\x55\x63\xe9\x43\x28\x41\xe9\x7e\xce\xf2\x15\x65\x9a\xe5\x2b\x41\x1d\x7f\xce\xf2\x15\x05\x5c\xdf\x66\xd7\xa0\x23\x75\x52\x5b\x90\xdd\x14\x07\x45\x5f\x37\x8c\xab\x18\x9b\xe5\x2b\x0a\xa7\xae\xc1\x45\xd5\x41\x76\x35\x3f\xae\xf2\xcf\x2e\xdd\x2a\x8f\x7c\xe1\x24\xb8\xca\x3f\xad\x65\x09\xca\xe1\xb3\x6b\x56\x71\x13\x7f\x76\x75\x42\x25\x55\x57\xaa\x52\x69\x96\x5d\x8a\xa6\x96\x20\xbb\x22\x96\x4a\xb3\xec\x86\xaa\x14\x5b\x5d\xc1\xc9\xcd\xfb\xd9\xe3\xf4\x0b\x53\x50\x08\x72\x8b\x7e\xf6\x9c\x3f\x63\x0a\x46\xa7\xb8\x1e\x3f\xbb\x72\x8f\xdb\x97\xd2\xe7\x4d\xa2\x20\x87\x3e\xe6\xa0\xb4\x31\x2d\x94\x5a\xf2\xec\x26\x7f\x2a\xea\xfa\xa4\x4e\x68\xa3\x1f\xc3\x2f\xa0\x63\xe4\x96\x62\x84\xec\x4a\x2a\x0a\xd0\xb2\x4f\x1a\xe4\x24\x76\xa9\x86\x9a\xb3\xec\xca\x23\x2a\x13\xb2\x5f\x73\x1c\x66\x7a\xd9\x06\xed\xca\xf7\x51\xa2\x3c\x3b\x7a\x15\x94\x95\xdd\x8c\x84\xf2\xb8\x5c\x6e\x09\xc4\x65\x65\x4c\x94\x67\xe7\x9e\x5d\x83\xb5\x31\xdd\x72\x83\xef\xd9\x06\x0c\x9e\xd9\x46\xc0\x85\x87\x4a\x3a\x39\xfe\x41\xfd\x41\x76\xb3\x47\x87\x5b\x6f\x4a\x83\x22\xd5\x9a\x99\x18\x6e\xb0\x96\x13\xef\x68\x65\xa7\x16\x2c\x86\xbb\x4d\x91\x40\x0c\x37\xd8\x38\x30\x4f\x67\x65\x2c\x73\x1c\x81\xd5\x2f\x01\xe0\x6e\x43\x4c\xd4\xd9\x7c\x3f\xe3\x8b\x69\x10\xd4\xc3\x65\x98\x15\x44\xd5\x5b\x86\xd1\x5d\x2a\xb9\x33\x36\x71\x63\xb3\x42\xb7\x04\x15\xd5\x19\x9b\x33\x45\x74\xfb\x58\x4a\x50\x51\x9d\xd1\x9c\x29\x5b\x12\x12\x06\xc5\x71\x19\xd2\x02\xd7\xd6\x67\xe8\x7c\x18\x2c\x7c\xf4\xd9\xa6\x00\x44\x07\x93\x35\xfa\x1c\x94\x0e\x54\x37\x15\xdd\xa1\xba\xa9\xe8\x0e\xd3\xd8\xa8\xcf\xce\xd0\xc5\x40\xd1\x5a\x86\x0e\xf4\xb1\xfd\x94\x61\x46\xcc\x71\x41\x42\xe3\x89\xca\x8b\x0c\x9d\x11\x5c\x8a\x9f\xa1\xba\x49\x25\x77\x86\xae\x76\xee\x31\x4a\x9f\x6f\x89\xe1\xae\x48\x5c\xc3\x8d\x30\xc7\x8d\xc2\xb7\xb4\x02\x27\x86\x6b\x5f\x6e\x11\x92\xd8\x72\x9c\xe0\x4e\xfb\x0c\x1d\xea\xd4\x5e\x67\xa8\x47\x72\x75\x51\x86\xa1\xdf\x01\xef\x9a\xb5\x39\x54\xc1\x65\xe8\x8c\xe0\xe9\xa9\x9c\x45\x37\x5c\x5d\x94\x16\xdd\x04\x37\xe4\x67\x4c\x4a\x83\xd6\x43\x01\xa7\x36\x32\x8b\x6e\xd4\x46\xc2\x50\x15\x65\xdd\x19\x8a\xb1\xe1\x4e\x2a\xb9\xa8\x0a\xc9\xd0\x7f\x47\x21\x48\xfa\xb0\x4b\x0c\x37\x4f\x7a\x1a\xee\xd7\x3d\xdb\x80\x9b\x2e\x06\x75\x9b\xd0\xac\xa2\x40\x3a\x43\x4b\x4a\x75\x26\x78\x9e\x38\x86\xcb\x6b\x62\x9d\xba\xcd\xac\xa6\xa1\x5c\x2f\x7d\xe5\x25\x28\x04\xc9\x30\x7b\x82\xc7\xa2\x32\x26\xd9\xa1\x29\xc5\xa4\x34\x77\xc1\x20\xd6\x70\xe1\x27\xd9\x61\x8e\xc6\xeb\x96\x20\x38\x63\x92\x9d\x0b\xaf\x43\x9d\x02\xe9\x8c\x49\x83\x70\xa8\x34\x65\x95\x4a\xc0\x4c\x45\x1d\xa5\xd3\x99\x56\x6a\x72\x93\x52\xa6\xa2\x8e\xe2\x91\x4c\x9d\x1c\x6a\x64\xb3\xb8\x87\xea\xc1\xb4\xb8\x27\x28\x1e\xc9\x59\xdc\x43\x29\x61\xe6\xa4\x5b\x98\x5f\xae\x13\x1d\x3a\x50\xf7\x54\x8b\x4b\x83\x65\xd4\x51\x67\xea\xe4\xa0\xae\x30\xa9\xf4\xf9\xbe\xd0\x9b\xc6\xa0\x5a\x5c\xee\xae\x01\x02\xcd\x12\x9e\xe0\x86\xff\x4c\xe5\x9e\x5a\x5c\xee\x2e\x08\x8a\xdb\xac\xe7\x51\x71\xf3\x69\x99\xa0\x14\x25\x53\xc2\x57\x8b\x4b\x03\xc9\xd4\xa5\x64\x1a\x1f\x53\x8b\x4b\xa5\x9b\x5a\x5c\xea\xf1\xa0\x62\x25\x73\x52\x34\x27\x24\x63\xb6\x01\x37\xfd\xec\x54\x72\xe7\x2c\xee\x51\xd9\xf3\x29\x99\xa0\xac\x3b\x53\xdf\xa2\xca\x5e\xc6\xec\x5a\x80\x15\x55\xd9\x4b\xcd\x42\x95\xbd\xd4\xe3\x41\x59\x77\xa6\xaa\xb0\xfa\x9d\xe5\x38\x31\xdc\x6d\x85\xe0\x70\xb7\xf5\x6b\xa8\xc5\xe5\x18\x02\x60\x6d\x5e\xdf\x70\xeb\x35\xe4\xd4\xe2\xd2\x24\x3f\xd5\xb1\x54\x3c\x0e\xcf\x81\x41\x2c\x75\xb3\xd4\xb5\xae\x6e\x96\x2a\xaf\xc3\xad\xd7\x9b\x4e\x7d\x76\xe6\xe9\xa0\x28\x6a\x69\x48\x59\x45\x2d\x27\xd1\x22\xd0\xd2\xcc\x70\x6e\x5f\xca\xbc\x66\x1b\xa6\x70\xcd\x36\x20\xaa\xfb\x63\x8c\x9f\x25\xae\x67\xde\x13\x3d\x66\xf1\xac\x02\xa0\x67\xa2\xd3\xf0\x5c\x28\x14\x55\xe9\x2c\xee\xc9\xc5\x73\xf1\xba\x26\x70\x42\x1f\x9d\xc9\xc5\xa3\xa0\xf9\xa6\x7e\xe7\x33\x31\x49\x71\x4f\xd6\x32\x7b\x4b\x00\x77\x12\x0e\x55\x56\x51\xa8\xb8\x95\x39\xb0\x85\x65\x58\xeb\xec\xe0\x5b\xe1\x52\x0d\xa4\xaa\x34\x8b\x37\x2e\x92\x32\xe8\x2c\x63\xc7\x3c\xef\x94\x65\x0c\x8a\xfb\x92\xb2\x76\x3b\xe0\x90\x50\x10\xf4\x01\xfc\x6c\x9e\x73\xf8\x5d\x51\xb8\x9c\xd4\x0d\xa5\xef\xbf\x24\x95\xcf\x59\xf8\xef\x92\x62\xe7\xac\x98\x5d\x33\x05\x2b\x22\x54\x10\xcb\xb2\x33\x75\x42\x0a\x82\xbe\x36\x4c\xce\x8a\x08\x15\x44\x9f\x6f\xc9\x85\x43\x62\xa5\x4f\x2e\x1c\x92\x32\xb1\x8e\x2b\x92\xb2\x30\xd2\x72\xe1\x5c\x94\xa9\x14\x3c\xfc\x94\x35\x66\x1b\xd0\x19\xb3\x6b\x81\xd9\x86\xa5\x1a\xb3\x0d\xc0\xe1\xfe\xa0\xcd\xd7\x31\xc7\x11\x98\x6d\x40\xd4\x90\x2c\xb5\xaf\x59\x87\xbb\xcd\xa1\xe0\x91\x96\x6d\x29\xd8\xa2\x8f\xb4\x24\xb5\x46\xe9\xbb\x2c\x49\xad\x72\x96\x5e\x05\xf5\x55\xdf\x65\xc9\xc5\xdd\xd6\x97\xcd\xbd\x4c\x49\xd9\xcf\xf7\x85\x71\x6e\x77\x1b\x3f\x61\x59\xd1\xaf\x5a\x5b\x26\x99\xaa\xd6\x96\x1e\x6b\xd5\xda\x9a\xc7\x12\x51\x57\xe4\x0b\xe5\xe2\xd9\x51\xd0\x70\x93\x52\x52\x10\xb4\xe6\xe2\x41\x7a\xdc\x12\xcf\x8e\xce\x3c\xee\x58\xca\x7a\x9d\x82\x67\xe7\x9d\x5d\x83\xe8\x3b\x7b\x03\x37\x72\xbb\x93\x3a\xa8\xa4\x6e\xe8\x03\x1a\x80\x47\x19\xae\x36\x16\xa7\x8d\xe0\x9c\xd5\x41\xaa\xcf\x03\x07\x60\x52\x06\x9d\xb3\x20\x88\x57\x9f\x72\xa8\x91\x71\x93\x52\x8e\x79\x94\x61\x57\x43\x07\x20\xf7\x25\xe5\x80\xb3\x27\x55\xcb\x39\x0c\x9a\x72\x79\x52\xfa\x0e\x4b\x52\xc2\x9c\xd4\x00\x7d\x5f\xbe\x05\x19\xdd\xb5\x66\xb7\x87\x4a\x98\x4a\xf2\xe8\xe2\x86\x4d\xe5\x03\x2b\x49\x85\x54\x8e\xc9\xb2\x87\x80\xab\x83\xa4\x1a\x5a\x27\xdc\x7d\x94\x56\x07\x25\xd7\xfd\xe7\x08\xa9\x84\xcd\x1a\x56\x3a\x53\xf2\x9b\x23\xc5\x9a\x9d\x1b\xfa\xeb\x54\xc6\x47\xba\x25\x6c\xe3\xd0\x47\xa1\x32\x3e\x26\x61\xb0\x8d\x63\x9e\x78\x64\xcb\xac\x0e\x52\xe5\x1e\xc6\x79\xd4\xb2\x87\xfe\x06\xb5\xec\xe1\x51\x56\xb1\x1e\x87\x18\xb8\x0b\xc7\x6c\xc3\x14\x0e\xd7\x2d\x7f\x56\x4b\x9e\xc3\x80\xa8\xba\xf5\x38\xc5\x08\x59\x33\x4e\x89\xcb\x9d\x3c\x27\x7a\x0c\x75\x4a\x42\x6e\xab\x69\xd6\xea\xe3\x43\x5f\x9c\xfa\xf8\xb8\x5d\x61\x77\xe5\x76\x51\xdd\x15\xb9\xb4\xca\xf9\xb8\x5d\x2d\x77\xe5\x91\x91\xb9\x11\x93\x31\xbb\x74\xfa\xd5\x54\xa7\x87\xbc\x98\x8a\xe4\xb4\x84\x27\x57\xf8\x37\x85\x3a\x1f\xb0\x02\x74\x81\x0d\xa0\x04\x76\x80\xc3\x0e\x1a\xc0\xec\x40\xe0\xf2\x4b\x07\xb8\xfd\x02\xc0\xe5\x2f\x49\x81\x53\x5a\x9b\x93\x14\x38\x25\xef\xa5\x7c\x6d\xfc\x02\x75\x52\xdb\x9b\x87\xa6\x3f\xb7\x22\xe5\x21\x9b\xe7\x22\xa4\x3c\x34\xf0\x29\x83\xce\x43\x42\xa1\x0c\x3a\x0f\xee\x05\x4b\xca\x98\xf2\x90\xe7\xab\x99\x1f\x54\x3e\x27\xc5\x4a\x79\x18\xf4\x19\xc8\xa3\x43\x4d\x89\x77\xa8\xf2\xd0\x65\xa7\xce\x3e\x0b\x75\xd4\xd9\x7d\x49\x25\x29\x22\x4a\x1f\x4f\x49\xaa\x62\xf3\xd0\x99\xa7\x02\x7f\xf4\xd9\x01\x58\x77\x67\xea\xe4\x62\xa2\xc3\x14\x4c\x28\x50\xff\x3e\x62\xf6\x26\xe0\x8a\x3a\x9f\x74\x4b\x9c\x42\xba\x88\x62\x6d\x96\x1d\xb7\x2f\xe5\x91\xe2\xe6\x14\xd2\x85\x17\x1d\x53\x0d\xb8\x97\x29\x7d\x53\x25\x57\x71\x93\xb8\x54\xfa\x0f\x89\x6b\x15\xb7\x9a\xe3\x80\x4e\xb9\xf5\x8e\xa3\x37\x90\xb2\xee\xf4\x4d\x95\xa4\xb8\x27\x8f\x31\x7f\xc6\xba\xa9\x36\x0d\x98\xd2\x31\x09\x12\x3e\x74\x0c\x31\x80\x13\x1e\xea\x50\x5c\x9e\x94\x87\x2e\x06\xea\xc2\xf3\xd0\xd6\xd1\x50\x38\xce\xf9\x85\x36\x9a\x37\x5a\x00\xc7\x39\xc7\x01\x1d\xcc\x9b\x5c\x1d\xf4\x9c\x83\x32\x9f\xcb\x5d\xb0\x6b\xe5\x91\xda\xfc\x71\xcf\x2f\xf4\x76\xbb\x0b\xf6\x66\x46\x82\xaa\xbd\x2f\xb4\xe4\x6a\x6f\x3a\xb6\x29\x12\xcf\x83\x8b\x34\x72\xb5\xb7\xc7\x05\xb1\xcd\x23\xa2\xc8\x30\x8a\x88\xbe\x2f\xb6\xb1\xb7\xf9\xc5\x05\x81\xc9\x1e\x8a\xa0\x31\x01\xf7\x14\x26\x7b\x4c\xa2\x9d\x80\x5c\x0d\x26\x7b\xbc\xb3\x83\x6f\xb3\xce\x65\x0e\x5a\x00\xb3\x8d\x5f\xdc\x39\xf8\xea\x39\xe9\x14\x56\x7a\x2e\x9e\x10\xe4\xde\xb9\xd8\x9b\x3f\x5b\x3d\x14\xfe\xcc\x6c\x72\xcd\x81\x73\x12\x2d\x42\xd0\x67\x61\x72\xcd\x9f\xa6\x15\xf9\x66\x4c\xae\xb3\x0f\x49\xd5\x3e\x36\xcf\x39\xfc\xfc\x34\xa6\x3b\x26\xe0\x32\x60\x38\x9c\xdb\xeb\x17\xe6\x37\x89\x18\x23\xe0\xf4\xa2\x10\x55\xfd\x73\x9f\x18\xf1\x65\x12\x31\xbc\xf8\x9c\x44\xec\xcf\xbc\x35\x84\x1b\x9c\xf2\x9c\x14\xed\xcf\xcc\x17\xd2\x3c\xa0\x3e\xe9\xfb\x42\x6f\xdd\x0e\xd0\xd4\x4f\xc5\xa5\x86\xc3\xa9\xb8\xa4\xf8\x34\x67\x7d\x12\xf7\x32\xe5\x19\x72\x35\x6c\xb9\x33\x9c\x36\x9c\xfd\xd4\xdf\xa0\x11\x70\xaa\x13\x6a\x04\xf8\xce\x4c\x52\x89\x9a\xe7\xa4\x68\xd8\xfc\xa9\x1a\x48\xad\x51\x9e\xe5\x8a\x22\x55\x7d\x33\x26\xa9\x3c\xcd\x53\x17\x83\xb6\xc2\xa9\x1a\x48\xdd\x50\x9e\x93\x3a\xed\x9a\x9b\x04\x92\x22\xa2\x3c\x0d\xe3\x0e\xc7\xc1\x01\x98\x54\x14\xe5\x39\x49\xd5\x41\x71\xdc\x27\xe5\x45\x49\xe5\xd2\x07\xd0\xe6\x9c\x5f\xf8\x19\x25\xb3\xc9\xf3\x19\x79\x72\x1f\x66\x52\xa0\x9a\xa7\xaa\xe3\x10\xeb\xcb\x9f\xa1\x8c\x9f\x64\xc3\x26\x35\xa9\x79\xe2\x6f\x48\xca\x50\xf3\x24\x4d\x6f\x5d\x9c\x02\xfe\x86\x75\x11\x6b\xbc\xdc\xeb\x22\xa2\x64\x97\xaf\x9a\x1d\x27\x5e\xee\xa4\x74\x35\x4f\x2c\x9a\x55\xb3\xe3\x7c\xe6\xa0\x60\x00\xa9\xae\xda\x13\xe7\x33\x31\x00\x51\x54\xc7\x75\x71\x0a\xb8\xf9\xd6\xc5\x29\xa0\x13\xae\xdc\xbe\x94\xe7\xfb\x00\x20\xb6\x2e\x7c\x07\xab\xc6\xc5\xb5\xb8\xf0\xa8\xf6\xd7\x22\xd6\x88\xfb\x6b\x11\x6b\x24\x15\x35\x4d\x1f\xf0\x61\x7d\x69\xde\x50\xfb\x9a\x97\x54\x42\xe9\x53\x5e\x9b\xcb\x8b\x08\xba\x36\xbb\x46\x04\x51\x78\xf4\x01\x8c\xd3\x27\x06\x02\x1b\x80\xbd\x75\x17\xd1\xde\xba\x83\x22\xc7\x7d\x81\x26\x79\x17\x23\xaf\x70\x75\x10\x27\x17\x26\xf9\xaa\x71\x71\x85\xd3\x46\xa0\x59\x5e\xb4\x6a\x42\xf8\xfc\x4c\x52\xc6\x94\x14\x11\x7d\x5f\x0a\x40\xdc\x90\xa2\x57\xba\x54\x22\x5a\x6e\x09\xa2\xee\xaa\xf9\x33\xba\x2e\x77\x01\x49\x65\xdd\xd0\xca\xe5\x07\xe9\x23\x33\x49\xe9\x6a\x5e\x8a\x20\xaa\x55\xf3\x52\xb6\x50\xfa\x94\xd7\x21\x06\xce\xe7\x70\xda\xce\xe7\xb0\x4d\x13\x70\xeb\xc5\x5a\xc3\x87\xa2\xa8\xbc\xd0\x16\xd7\x45\xac\xd5\x09\xa9\x90\xca\x4b\x15\x8e\x07\xfb\xd3\x77\x65\x92\x37\xfa\xf3\xba\x24\x26\x44\x1d\x15\x45\xdb\xaa\xa5\x71\xe1\x2d\x4b\x6a\x52\x93\xf2\xa2\xef\xcb\x4f\x7d\x98\xd7\xe3\x2c\x30\x0f\x28\x37\xfa\x00\xd6\xe4\x11\xd7\xee\x17\x77\x12\x57\xe7\xf5\x8a\x38\xb2\xf3\x7a\x3d\xc0\xc8\x4e\xdf\x99\x49\x1e\xf0\xcf\xeb\x9d\x88\x7f\x6d\x6e\x35\x3f\x8a\xb1\xf2\xd6\x3e\xa7\xe2\x35\xef\xc5\x43\xcf\x38\xb7\x2a\x1d\x95\x59\xe9\x0b\x34\x49\x31\x56\xde\xeb\xfc\x59\x02\x78\x7c\x10\x22\xbc\x40\xf3\x7d\xb1\xcd\x25\x40\x9b\xdd\x0d\x87\x7b\xde\xbb\xbb\x82\xe9\x72\xef\x4e\x01\x41\x4a\xd9\xcf\x07\xec\x00\x1e\x39\x64\xe7\xdd\x3c\x17\x88\x4b\xdf\x8c\x49\x4a\xae\xf2\xee\xb3\x0d\x58\xf7\xd9\x86\x41\xbb\xd3\x86\xf9\x51\x1d\xb4\xad\x5c\xc7\x90\x56\x07\x25\x95\x59\x79\x6b\xc7\x50\xcc\x98\xf7\x3c\xe7\x88\xad\x3b\xdc\x63\x14\x6b\x4b\x85\x92\x7a\xab\xbc\x53\xb2\x43\xa0\xdd\xe9\xb4\x91\x61\xb7\xea\x19\x85\x54\x79\xe3\x94\x4a\xca\xa5\xf2\x4e\xf7\x07\xe9\x66\x11\x51\x52\x3b\x95\x77\x4d\xdc\x40\xa7\x3c\xa6\xc8\x3d\x4b\x85\x92\xda\xa9\xbc\x87\x4b\x95\x02\xd0\x20\xe5\x87\xe9\x43\x35\x49\xf9\x61\xfa\x50\x4d\x52\x71\x98\xf7\x61\xd7\xe5\xcf\x9c\x9c\xbb\x70\xc8\x94\xdc\x85\x43\x52\xc5\x91\xc5\x43\x35\x1f\x00\x3a\x32\x73\x2a\x0e\xf3\xbe\x24\x2e\x44\xdd\xad\xaa\x45\x21\x55\x52\x2a\xb4\xad\x5c\x91\x94\x3e\x2d\x93\x3b\x2c\xe1\x9e\x14\x80\x44\xbc\x35\x6f\xa8\xdd\x4b\x1f\x9d\x49\x5e\xb2\xc8\xfb\xf6\xb8\xb8\xa7\xaa\x5a\x3b\x04\x79\x4f\x96\xed\x36\x6a\xd3\xf3\x44\x45\xde\x2a\x54\x54\x55\xe5\x8d\x8b\x38\xa9\xaa\x4a\xcb\x7e\x56\x8d\xa5\xfb\x75\xda\x08\xb4\x5b\xc2\xa0\xc4\x2a\x9f\x79\xe2\x39\x07\x8f\x5c\x5a\xfb\xc8\x47\x67\x92\xaa\xaa\xf4\xc1\x98\xa4\x76\x2a\x79\x23\xe6\xfb\x99\xc0\xea\x97\x01\xb0\xf9\x25\x00\x9c\x02\xcc\xc2\x07\x63\x92\x12\xab\x7c\xb4\x4e\x28\x74\xcb\x07\x5d\x66\xe5\xba\xa3\xf4\x8d\x98\xa4\xd0\x2d\x1f\x4c\x95\x55\xfb\xe8\xd9\xc5\x8d\x0d\x7e\xda\xec\xa0\x00\xe6\x38\x74\x80\x96\xb3\x6a\xf8\x3c\x8a\x06\x6e\x69\xc8\xa7\x7b\x28\x20\x33\x5f\x82\x49\x2a\xa4\xf2\x09\x7b\x83\x7e\x9e\x70\x0a\x48\x90\x47\x9b\x9e\x32\xb3\x7c\xc8\xdb\x59\xb9\x64\x21\x1f\x4d\x15\x8a\xa2\x92\x07\x63\xbe\x2f\x74\x3d\x4f\x7c\x0a\xb8\x59\x10\xd3\xa3\x00\xe0\xfa\x85\x7c\x4a\x74\xa0\x1f\x1e\x8c\xf9\xbe\x30\x9f\x9a\x6d\xfa\xcf\x18\xe6\xa3\xa8\xd0\x92\xf2\x69\x99\xa4\x6e\x2d\x9f\x49\x35\xd0\xd3\x83\xc7\x60\xd5\xc6\xb2\xdc\x28\x29\x55\xcb\x47\x3b\x86\x52\xb5\x7c\x77\xbf\xa0\x20\xf2\xa4\xc8\xd7\x66\x05\xf0\x67\x28\x88\xbe\x2f\x92\x3c\xdc\x9e\x6f\x9b\x3f\x4b\x00\xb7\x88\x93\xe9\xc3\x21\x49\x05\x58\xbe\xb2\x2b\x2a\xc0\xf2\xed\xae\x16\xe7\x8f\x87\x43\x3e\x80\x41\xbb\xf3\x41\x58\x59\x49\xb2\x72\x33\x42\x5a\x3c\xb2\x72\x33\x42\xbe\x31\xdb\x80\xf5\x64\x4a\x90\xdd\x3b\x77\x05\x4a\x7b\xd3\x15\x86\x9e\x5e\x35\x4c\x4a\xd5\xd2\xc7\x46\x92\x52\xb5\xb4\xac\x64\xd5\x92\x7a\xe7\xe6\x41\x28\x56\x92\xac\x5c\x1c\x94\x3e\x36\x92\xd4\x93\xa5\x95\x24\x49\xd5\x58\xbe\xe5\x82\xc0\x23\x5f\x37\x8f\xe2\xb2\x7c\x09\x89\x25\xaf\x79\xa4\x95\x24\xc9\x6b\x1e\xf9\xaa\x88\xf2\x66\x7a\xbe\xc3\x69\x23\x82\x7c\xad\x24\xa9\x34\x4b\x2b\x49\x56\x0d\xae\xf7\x98\x1d\x80\xb5\xbc\x4b\xeb\x8b\x07\x49\x3e\x80\xde\xc8\x06\x49\x4a\xc8\xd2\x7a\x91\x55\xeb\xcb\x97\x46\x92\x8a\xaf\x7c\xcf\xd9\x86\xde\x74\x68\x52\xfe\x95\x3e\x3b\x92\x54\x7c\xa5\xc5\x23\x49\x91\x57\xbe\x97\x93\x5b\x6d\x23\xa2\xa8\x9b\xaf\xca\x2b\x05\x5b\xf9\xde\x73\x50\xbf\x4c\x44\xf9\x22\x23\xd3\xe0\xb2\x5e\x24\x29\xcb\x4a\xdf\x20\x49\x2a\xb1\xf2\x25\x3e\xb6\x6a\x8a\x59\x49\xb2\x72\x71\x50\xbe\x84\xa5\x93\x1a\xad\x7c\x55\x51\x35\xb0\xde\x77\xf6\xc6\xa0\xaf\x88\xa2\xab\xbd\xef\xec\x20\x7e\xf9\x4d\x2d\xe4\x4c\x25\x35\x67\xb5\x2c\x12\xc6\x47\x25\x65\x25\x49\xf2\x4c\x47\x2d\x8b\x1d\x7c\x9a\x52\x2d\xca\x7e\x6a\xb4\x6a\x59\x6d\xf3\x51\x49\x59\x2c\x92\x14\x6c\x15\x8f\x98\x7c\x5f\xe8\x60\x95\x77\x95\x1d\x88\x41\xd1\xc1\xe6\x9e\x16\x6d\xb6\xd9\x06\x0c\x36\x4f\xe2\x27\x5b\x6a\xd9\x5c\x83\xcf\x58\xaa\x65\x73\xe7\x76\x80\x5d\xae\x36\x98\x82\x6a\x05\x15\x5f\xb5\x48\xc1\xd4\x75\xd5\xb2\xdb\xa6\x81\x28\xb5\x60\x49\xf5\x56\x2d\x6d\xb6\x01\xb7\x36\xdb\x80\xdb\xe4\x9e\x83\x0e\x9a\x5b\xdf\x40\x54\xc5\x1a\xab\xae\x78\xde\xe4\x03\xe8\xad\xcf\x0e\x98\x02\xd5\x26\x49\x91\x57\xf9\xd6\x49\x52\xe4\x55\x8b\x1c\x97\xba\xae\x5a\xc2\x35\x18\x60\x90\x13\x00\x03\x49\x93\x3a\xb5\xf2\x45\x93\xa4\xaa\xaa\x96\xe1\x6e\x0f\xba\x96\x8b\x51\x3b\x55\xcb\x98\x58\xff\xcc\x87\x59\x0b\xb7\x44\xae\xdc\x35\x51\xd4\x8b\x7c\x7d\x80\xb8\xf6\x1f\x85\x55\xb5\xa8\x34\x53\x3e\x55\xd6\x8b\xac\x58\x93\xb5\x48\x76\x18\x90\xb5\x70\x8d\xc5\x8a\xcd\x58\x16\x8f\x24\x45\x52\xb5\x68\x0c\x36\x0f\x16\xb5\x95\x2b\x06\x64\x2d\xfa\x6d\xa8\x8b\x2a\xde\x31\xf9\xbe\x30\xd9\x6b\xe2\xc6\x94\x26\xa5\x15\x83\x4e\x4a\xf3\xc8\x69\x0c\x72\x3f\x45\x59\x49\xb2\x72\x3f\x45\x2d\xf7\xfc\x19\xbd\x11\x2d\x58\xb1\x33\x6b\x79\x24\x6f\x8f\x9c\xea\x33\x2f\x33\x96\x65\x25\xd9\x3c\x65\xea\x0f\xcd\x83\xa5\xc9\xc7\x9b\x8d\xb5\xbc\x6e\xab\xe7\xe2\x75\xa9\x3c\x0a\x12\x17\x26\x6c\xad\xea\xd2\x54\x21\xd5\xaa\xfd\x87\x3d\x5b\xeb\xe2\xb4\xd9\xbc\x75\x9d\xbd\x7d\x83\xae\x6a\x09\x94\xf0\xd4\x8a\xab\x73\xc5\x1c\x2d\x5e\x1e\xf9\x00\x7f\x36\xfc\x19\x5d\xab\x4c\x50\xc2\x53\x2b\xc5\x57\x49\x09\x4f\xad\xd2\x06\xd6\x64\xad\xfb\x6c\x13\x00\x2e\xef\x27\xbd\x6b\x35\x5a\x40\x09\x4f\xad\xaa\xdc\xd8\x99\x65\xf5\xc9\x8a\x9d\x59\x6b\x9b\x6d\x18\xa7\xcd\x41\xc1\xad\xcd\x0e\xc0\x2d\xe6\xa0\xf4\x16\x4e\x61\xe3\x67\x7a\x37\x29\xa0\xa9\x35\x3c\x2e\x1b\x6d\xd2\x9f\xc1\x87\x56\x15\x5e\x8c\xc1\x5a\x95\x2d\xdd\x41\x95\x2d\x54\x96\xd5\x5a\x1e\xbe\x9d\x71\x14\xf7\x54\xb9\xd4\x3a\xe6\xcf\xf8\x32\xdc\x92\x1d\x0c\xd4\x8b\xbb\xe3\x18\x05\xa3\xe0\xa4\x7c\x01\x24\xa9\x31\xa9\x55\xbd\x18\xd3\xb2\x56\xb5\xdf\x0d\x9e\xb2\x9e\xb3\x0d\x0b\x72\x8a\x35\x0c\x66\x25\xcb\x29\xa9\x05\x2b\x1f\xfd\x48\x0a\x4e\x6a\x25\xcb\x29\xbb\x1d\x90\x6e\x91\xdd\x36\xf3\x90\xc3\x7a\x56\x72\x99\x92\x62\x91\xb2\xd6\x63\xc5\xe8\xac\xf5\x76\x4b\x60\x3d\xab\x1a\x33\xf5\x21\xb5\xea\xf1\xc0\x1c\x2d\x2b\x3a\xb2\xdb\xdb\x3c\xf1\x30\x18\xdf\x06\xc9\x6e\x6f\x7a\x2a\xbb\xbd\xe9\x9c\xec\x76\xa0\xa0\xc1\x84\xad\x55\x4f\x65\xb7\x03\xd5\x67\x4c\xd8\x5a\xb5\x1e\x29\xf2\xaa\xcd\x50\x01\x45\x1c\xe5\x43\x21\x49\x75\x46\x51\xeb\xf1\xb5\xe1\x67\xfa\x35\xa8\xb4\xa8\x6d\x9d\xbd\xd1\x06\x77\xe2\x8a\x2d\x5a\x3e\x14\x92\xd4\x5b\x95\xd5\x19\x2b\x86\x69\x6d\x9a\x85\x9b\x5d\xcf\xa3\xfc\x19\x58\xb5\xed\xae\xc1\xa7\x15\x94\x45\x1c\x49\x35\x43\x6d\xc6\x70\xa9\x66\xa8\x8d\x54\xbe\xa4\x9a\xa1\xb6\x36\xdb\x7c\xf3\xd9\x34\x18\xb7\xf8\x59\xa5\x4f\x6d\x7d\x22\xd1\x00\x26\x12\xa0\xd7\xdd\xc9\x00\x23\x9d\x2b\xbc\x56\x59\x9b\xfe\x14\x6a\x25\x6a\xd3\xce\xa4\x56\xa2\xb6\x98\xbd\x81\xde\xa4\x80\xe4\x67\x39\x7f\x46\x07\x29\xe1\xc3\x7e\x29\xea\xf8\xbe\xd8\xc6\x8d\x40\x42\x6e\xda\x8c\xbc\x41\x59\x9b\x1a\x34\x6f\x50\xd6\xa6\x9f\x90\x1a\x86\xda\x86\xbb\x02\x63\xde\xf4\xa7\x50\x8c\x55\xdb\x98\x18\x30\x05\x85\xc8\xe6\x3a\x2a\x0d\x28\x5b\xa8\x4d\x4f\x4b\x1f\x7c\x31\x28\x4c\xd9\x42\x6d\x93\x50\x10\xf2\x3e\xd3\x91\x14\x27\xd4\x26\xd5\x50\x9c\x50\xdb\x29\x41\x96\x00\xbd\x51\xe0\x54\xdb\xa5\x68\x70\xda\xb7\xf3\x71\xa6\xfa\xea\xc9\xe4\xaf\x8d\x04\xbe\x24\x79\xbf\xb6\xc9\xf3\x5d\x83\x79\xe8\x9d\xa9\x6c\x9e\x44\xfc\xda\x1e\x7b\x83\x99\x53\xc7\xf1\x01\x7e\x91\x8d\xb8\x06\xef\x6c\x03\x6e\xaf\xdb\x08\x97\xde\xf5\xec\x61\xfa\xd7\x8e\x77\x7d\xc5\xf4\x2f\x9f\xf6\x48\x52\xe7\x6b\x37\xbc\x45\xb6\x7c\xf9\x66\x47\x52\x6b\x54\xbc\xd9\xf1\xb5\x49\x00\xa7\x00\x8b\xf3\xcd\x8e\x24\x5b\xbe\x76\x8d\x41\xb2\xe5\x6b\x27\xa6\xbb\x62\xd3\xd7\xee\xd1\xe6\x9d\xde\xb2\xdc\x63\xc5\xc0\xaf\xdd\xa3\x4d\xe2\x7a\xed\xe6\x2a\xf0\xb4\x47\xed\x9a\x7c\x98\xfe\xb5\xc7\x6c\x03\xa2\x3a\xe6\xa8\x42\x2a\x9f\xdc\x48\xaa\x90\x6a\xd7\x2d\xc1\x25\x2c\xb5\xa7\x88\x76\xda\x68\x01\xec\xc8\xb0\x9d\xa2\xbc\x95\x3b\x89\xca\x42\x89\x24\x8b\xbd\x7c\x4b\x23\xc9\x55\x2f\xdf\xd2\x48\xd2\xd3\x6b\x57\xb5\xe7\x46\x96\xda\xc7\x6c\xc3\x8a\xea\xa3\xe0\x9d\x8f\xda\x75\xbf\x71\x57\x50\xed\x44\x73\x56\xbc\x0a\xb5\xab\xb3\x53\x44\x54\xbb\x6a\x3a\xf9\xed\x45\x69\xc3\xf7\x33\x7a\x53\x67\x27\xbf\xbd\x76\x95\x07\x4a\x85\x6a\x97\x95\xe2\x62\xa8\xfd\x76\x0d\x52\xa0\xf9\x05\xdc\x74\x58\x90\xdf\x5e\xfb\x2d\x3a\x88\x86\xfd\xb6\x37\xc8\xcc\x87\x35\x92\x94\xf6\xf2\x61\x8d\x24\x3d\xbd\x7c\x4b\x23\x49\x0e\xaf\x5d\xee\xb9\xbb\xdb\x6a\xe6\xe4\x83\xd7\xfe\x3a\x39\xb7\x5e\x4d\x82\x27\x73\xab\xc9\x4a\x49\xc5\xae\xa6\x27\x02\x57\x46\xb5\x6d\x76\x50\x00\xa2\xc3\x89\x6f\xf3\xec\x70\xc8\x9b\x8e\x04\xfc\x1a\x65\x99\x42\x92\x7d\x5d\x4d\x47\x02\xf7\xc8\x54\x9b\x47\x0c\x71\xd2\x54\x92\xc9\xbe\xae\xa6\xec\xc7\xe3\x51\xcd\x08\x09\xa9\xd8\xd5\x54\x04\xf6\xf6\x33\x93\xbc\x9a\xac\x95\x9b\x87\xca\x82\x86\x24\x69\xbb\x5a\x9f\x7d\x24\x80\x4b\x07\x83\x69\x31\x67\x41\x9b\x70\x8b\x06\x3f\x93\x7b\x92\x9a\x5d\x4d\xfd\x01\x7f\x4a\x59\xf7\x90\x64\x63\x17\x4f\x70\x7c\x5f\xc0\x55\x4b\x97\x9c\xeb\x6a\xb2\x52\x3c\x2d\xd5\xcc\x43\x20\x01\xbb\xda\x3c\xda\x28\xda\xd6\x3d\xac\xdc\x22\x54\xbe\xc7\x91\x64\x63\x57\x1b\xce\x87\xa3\xdd\x34\x61\x49\xcd\x2e\xdf\xdf\x48\xb2\xb1\xcb\xba\x87\x24\xcd\xba\x78\x58\xe3\x6b\x03\xd6\x86\x4f\x48\xb3\xae\x36\xcf\x39\x14\xd0\x54\x9f\xb9\x6c\xa8\x9a\x26\x2c\x97\x0d\x95\x05\x0d\x49\x49\x52\x35\x75\x0e\xfc\x36\xd5\xf4\xc5\x51\x9f\x54\x54\x2a\x7c\x5f\x40\xe7\x12\x51\x28\xa0\xa9\x80\x90\x59\x5d\xcd\x90\x0b\xf9\xd3\x65\xd9\x42\x92\x32\x5d\x3e\xc6\x91\x64\x49\x57\x53\x35\xd9\xc3\x2f\xa7\x5f\xc0\x40\x3d\x85\x17\x40\xaa\xdd\xce\x07\x8a\xb6\x4c\x61\xc5\x3f\x54\x4d\xb3\x17\x97\x50\x59\x99\x90\x24\x53\x97\xaf\x6c\x24\x29\xd3\xe5\x2b\x1b\x2b\xfe\xa1\xb2\xe4\x20\x49\x99\x2e\x9f\xdc\x58\x71\x16\x95\x4f\x6e\xac\xf8\x87\xca\x57\x36\x92\x94\xe9\x6a\x7a\xb9\xb9\xba\xa8\xda\x3b\xbb\x66\x72\xef\xec\xfa\x03\xba\xfc\x1b\x17\x50\xf5\x65\xe2\x56\x00\x8f\xc0\x37\x39\x6b\x16\x92\x37\x48\xaa\xeb\xbe\xe6\xb6\xa2\xea\xab\x53\x80\x0b\x74\x23\x33\xa4\x4c\x17\x95\x09\xdf\xcf\xbe\x99\x76\x35\x18\xde\xb5\x2d\x2b\x13\x92\x77\x6d\xab\x6f\x9e\x44\xb8\x40\xd7\xd2\xc5\xbb\x54\x7d\x8a\x06\x4c\x65\x9f\xdc\x48\xd2\xac\xab\xab\xc0\xe3\x5d\xaa\x2e\x75\x52\x3b\x55\x5d\x13\x96\x0a\xa9\xea\x3a\x00\x29\x8a\xaa\xae\x3d\xcb\x4b\x23\xd5\x27\x11\x23\x6c\xbb\x44\x4c\x36\x76\x75\x75\x76\x12\xb0\xab\xf7\xd9\x06\xdc\xfa\xfc\x19\x6b\xd0\x5d\x1d\x58\x42\xd7\x50\xc5\x87\x54\x3d\x66\x1b\x16\x51\x3d\x1f\x87\x52\x59\x99\xb0\xe2\x50\xaa\xae\xd3\x90\x12\xab\xea\x7a\x97\x70\x28\x55\x9f\x82\x06\xda\xee\x39\xc7\xa1\xb7\x72\xda\x08\xdb\x6e\x46\x42\x42\xce\x5d\xdb\x00\x87\x52\xf9\x80\x47\x92\xb1\x5d\x3c\xe0\xf1\x7d\xf1\x67\xae\x0e\xe4\x6c\x9d\x43\xf2\xbe\x6c\xf5\x49\xb4\x50\x30\xef\x7c\x7c\x6d\xe8\x80\xd0\xe8\x8a\x43\xa9\xba\xd6\x30\xb9\xdc\xe5\xa3\x1f\x2b\x57\x17\x55\x3f\x24\x19\x88\xb6\x6b\x00\xf3\xbe\x6c\x75\x95\x7e\xd2\xb7\xcb\xa7\x3d\x92\xf4\xed\xa2\x80\x61\x5b\xdb\xfa\xb3\x67\x76\xab\x4f\x1a\x84\xec\x3a\x05\x42\x2b\x1e\xaa\xea\x66\x05\xf1\xdc\x49\xf5\xd7\x99\x7b\x80\x75\x67\xe3\xae\xaa\xee\xa1\xc7\x5d\x55\x3e\xdb\x91\xe4\x42\x97\xcf\x76\xac\xf8\xae\x2a\xb4\x4d\x49\x8c\xae\xd0\xf1\x83\x23\xab\x42\xc1\x43\x92\x73\x59\x75\xb0\xe2\xd5\xaa\x50\x53\xc7\xab\x55\x31\xc9\x01\x29\x14\x52\x00\x77\x12\x55\xe8\xf5\x6e\x30\x0b\x6b\x0b\x56\x2e\x5c\x2a\x9f\xfa\x48\x32\x9e\x2b\x36\xdb\xc0\x05\x42\x29\x84\xbf\xab\x62\x1e\x6d\xc4\x58\x68\x8e\xe2\xe2\xaa\x68\x22\x0a\x79\xc7\x3c\xc0\xc8\xb4\xd0\xa5\x4a\xca\x74\x05\x11\xfc\x15\x7f\x57\x45\xb8\x54\x9c\xa5\xd0\x69\xad\xbf\xcb\x84\xff\x95\x9b\x87\x2a\x3c\x99\xbc\x51\x5b\xa1\xdf\x93\x8c\xe7\x0a\x8d\x4e\x5e\x6c\x29\x73\xfc\x57\x9d\x5f\xa1\x77\xb3\x90\x2d\xa1\xf7\x59\xe7\x97\x69\xfd\x49\x62\x74\x05\xe5\xa1\x2b\x57\x17\x55\x1c\x73\x1c\x96\xea\x98\xe3\xd0\x86\x74\xe1\x55\xaf\x96\x69\xfd\xab\x1e\xaa\xb8\xdc\x39\xe8\x36\x8c\xb2\x90\x3f\x5d\x3c\x78\xf1\x7d\x11\x38\xfd\x42\xd7\x54\x89\x25\x29\xd3\xe5\x83\x17\x49\x96\x74\x85\xea\x33\x59\xd2\xe5\xeb\x17\xab\x1e\xaa\xd0\x80\x24\x4b\xba\x7c\xfd\x62\xd5\x5d\x15\x86\xcc\xa9\x82\xab\x50\x7d\xd6\x77\x65\xf2\xfe\xca\x9d\x44\x15\xda\x8c\xe5\x11\x53\xb7\xe1\xc2\xa5\x32\xdd\x3e\xc9\xac\x2e\xdf\xc5\x48\x32\xab\x2b\xe5\xc5\xba\xb8\xd2\x5c\x33\x52\xa6\x2b\x57\xf7\xa7\x0b\xf8\x85\x83\x94\x1e\x3e\xb2\xa4\x2b\xcd\x1b\x23\x4b\xba\x72\x75\x17\x90\xa2\xa9\x6f\xb1\x21\x45\x73\x73\x17\x10\x9c\xa9\x3f\x5f\x67\x57\x36\xa7\x80\x08\x4a\x4f\x15\x99\xd5\x95\xd4\x63\x26\x99\xd5\x95\xaa\x2f\x64\x56\x57\x1a\x57\xe4\x7a\xa0\xca\xee\xba\x71\x2c\x7d\xaf\x62\xd5\xf3\x65\x16\x7b\x52\x36\x57\x19\x73\x0a\x05\xe0\xc2\x23\x8f\xd2\xe4\x2e\x12\xae\x2b\x35\xfe\xc8\xb1\xae\xd4\xde\x23\xad\xba\xd2\x20\x09\x99\xd4\xe5\xdb\x13\xab\xae\xb3\x9c\xcc\x0f\x19\x96\xe5\x2e\x20\x9c\x52\x43\x8e\x4b\x9a\x2a\xf5\x85\xe8\x47\x4b\x0d\x39\x5e\xc9\xad\x3c\x66\xd7\x4c\xce\x18\xa1\x1e\xb6\xd4\xe1\xc7\xfd\x42\x95\x2a\x29\x0d\x79\x64\xe2\x7a\x52\x77\x57\x39\x0f\x2c\x6c\x23\xe5\x84\x24\x76\x57\xaa\xc0\xeb\x6e\x33\xa5\x7d\xe5\x3a\xa0\xca\x79\xae\xe1\x21\xbe\x4a\x91\xe4\x7f\x57\x4e\x86\x59\x3f\xf5\x61\xe6\x2d\xb7\x81\xf0\xd3\x9c\x0f\xd2\xc6\x2b\xe7\x01\x46\x0a\xf9\xf6\x44\x92\x43\x5e\x69\x98\x90\xb4\xf1\xca\xd7\x99\x23\x3b\x53\x37\x1f\x57\xfd\x54\xaa\xa9\x93\x36\x5e\x3e\x51\x91\x24\x87\x57\xce\xd3\x8c\xec\x2c\x3d\x20\x3c\xb3\x5b\x3e\x51\xb1\x72\x3d\x50\xd5\x3c\xc0\xc8\xb4\x52\x99\xd0\xcd\x57\xeb\xc4\x80\x9f\x79\x4c\xb9\x04\xa8\x4a\x1d\x9e\x1c\xf2\x22\x57\xfd\xfb\xb2\x02\x78\x2e\xba\xc0\xf0\xcb\x06\x20\x6e\x88\xd8\xd2\x4c\x24\x6d\xbc\x7c\xd6\x62\xd5\x4f\x58\x6d\x76\xd0\x00\x0e\xbf\x08\x3c\x02\xcc\x67\x9e\x73\xc8\xae\xd4\x05\x78\xca\xa8\x4a\x35\x9d\xac\xef\x9a\x69\xf0\xe4\x76\x57\xf5\xd9\x01\x6b\x30\xcf\x79\x08\xcc\x36\xcc\x34\xe6\xcf\x00\x8c\x4e\x91\xce\x5d\x65\x74\x8a\x74\xee\x2a\xcd\x51\xd2\xb9\xab\x28\xdd\x58\x75\x34\x96\xde\xc0\x42\xd9\x2b\xfd\x1a\xd4\x2f\x56\xcd\x43\x0f\x3d\x95\x7e\x0d\xd2\xac\xcb\x07\x2f\x56\x9d\x93\xa5\x28\xe7\x82\xac\x2a\x2d\x50\x72\xae\xab\x4c\x1a\xe1\x1a\xa2\x2a\x79\x31\x97\x0d\x55\x1d\x8e\x03\x39\x94\xbe\x6c\xb2\xb1\xab\x3c\xc0\x5c\x36\x54\xa5\xf7\x82\xfb\x85\xca\xd7\x2f\x56\xae\x14\x2a\xde\xb8\xf8\x00\x10\xbd\xdc\x7a\xc8\xa1\xee\x39\x28\x58\x6b\x67\xf2\x74\x72\xd5\x64\xd9\xc8\xca\x9a\x8c\x99\x43\x5e\xfa\x35\x48\xda\xae\x99\xec\x4e\xd2\x76\x95\x1a\x33\xcf\x2d\x57\xa9\x31\xf3\xdc\x72\xd5\x3b\x7f\x46\xd7\xea\x0b\xdc\x3c\x54\xa5\xd1\x59\x1e\x4b\xdd\xd7\xdc\x3c\x54\xbe\x7e\xb1\x72\xf3\x50\x0d\x73\x99\x28\x80\xac\xb1\x38\x39\xd8\xa2\xc9\xee\xab\x3e\xd9\x61\x6c\x88\xd2\xc8\xf2\xf5\x8b\x55\x9f\xec\xf0\xf8\xeb\x93\x1d\xeb\xec\xe0\x43\x67\xa8\x17\x93\x80\x5d\x66\xbe\xaf\x5c\x29\x54\x83\x5b\x5c\x92\x1c\xeb\x1a\x9b\xdb\x08\x5b\x1c\xd2\x02\x69\xd5\x35\x34\x6e\x79\x9a\xa9\x86\x8e\x6d\x1d\xb4\x43\xc2\xe0\x69\xa6\x1a\x2a\xc9\x83\x0d\x1e\xdc\xc9\x9f\x64\x5f\xd7\xd0\x1b\xa8\xeb\x76\x18\xda\xd1\x75\x3b\x0c\xce\x72\x73\x57\x99\x2d\xbf\xf2\x2e\x74\x8d\xee\xb4\x61\x57\x63\x1e\x7f\xf8\xce\x50\x1a\x90\xcb\x5d\x43\x69\xa0\xef\x77\xc4\x1c\x94\x71\xf4\xfe\xe9\x08\x1e\x26\x96\x50\x68\x59\x43\xcb\x56\x47\xf0\x50\x63\xd1\xdd\x3b\xa4\x12\xaa\x2e\x6b\xe8\x31\xd4\xdd\x3b\x53\xe7\xc7\xfa\xb3\x57\x23\x6b\xa6\xd2\x53\x9f\x59\xc3\xbc\x2b\x4a\x32\x6b\x48\x4f\xc3\xdd\x57\x83\x1e\xee\xbe\xea\xcc\x70\xc3\x75\xef\x0c\x37\xfc\x98\xf3\xa3\x03\x8d\xdb\xe1\x86\xab\xe8\xe8\x3f\x1e\x87\xab\x05\xef\x1a\x1a\xb7\xdc\x15\x54\x43\xe3\x76\xb8\xe1\xca\x8d\xe1\x1e\xeb\xeb\x21\x83\xbb\xc6\x39\xdb\x30\xe8\xe5\x29\x43\x0e\x0e\x63\xad\xc3\x0d\xd7\x89\xa3\x6b\x7a\xdc\x1e\x05\x18\xd9\xd0\x05\x3e\xdc\x63\xb3\xa9\xb8\x2b\xa8\x86\x71\x53\x2e\x09\xab\xa1\x69\x39\xdc\x7d\xa9\x86\xdc\xee\x9a\x09\xf2\xe4\x76\xd7\xb1\x78\x4c\xc3\x2f\xfe\x8c\x3d\x3e\x8c\xf3\x70\x57\x50\xf9\xac\x45\x92\x80\x5d\x87\x41\x54\x72\xae\xeb\xb0\x2a\x84\x42\xcb\xf2\x25\x8b\xa4\xd0\xb2\x0e\x73\x4b\x78\x30\xab\x8e\xd5\x35\x60\x79\x0f\x85\x06\x99\xd5\x65\x4e\xfc\xca\x5d\x41\xe5\xe3\x15\x49\x9a\x75\x1d\x93\x9e\xba\x5f\xc4\x00\x69\x70\xa8\x7f\x93\x59\x5d\x33\x27\x9e\xcc\xea\x3a\xac\x83\x22\xb3\xba\x8e\x49\x5c\x98\x48\x87\x9a\x39\x97\x0d\xd5\xb1\x7b\xce\xd1\x6d\x0e\x35\x73\x9d\xf0\x87\x76\xa6\x7e\xf7\xc3\xcc\x07\xfd\xee\x87\x9a\x39\x85\x96\x75\xf4\xd9\x86\xc9\x29\x4e\x48\xa6\xae\xc3\x80\x28\x29\xd3\x75\xc4\x6c\x43\xd7\x1a\x9d\xdc\x59\x56\x87\x0a\x15\x49\xce\x35\x53\xe7\x49\x72\xae\x43\x47\xcf\x10\x03\x15\xf8\x21\x06\xe9\x14\x50\x4d\x7c\xbc\x62\xd5\xb5\x7e\xe8\xf5\xd1\x9b\x4e\xe6\xfb\x07\xd0\x75\xcd\xde\x04\x9c\x1c\xbc\xf8\xd0\xe8\x24\xf3\xb8\x0e\xfd\x41\x5c\x02\x54\xc7\xa4\x12\x11\x35\x3b\x91\x2c\xe2\x9a\x09\xf2\xe4\x0a\xd7\x61\xd4\x95\xbb\x82\xea\x50\x04\x0d\x71\x9b\x22\x08\x36\x7f\x1c\x1e\x31\xd8\xfc\x61\x74\x6a\xcc\x2f\xee\xa9\x5f\x4e\x97\x0a\x01\x70\x4c\x62\x42\xe5\x39\x4c\x55\x24\x6d\xb7\x78\xfd\xe2\x03\x98\x29\xfe\xa0\xa2\x70\xaf\x0e\xf4\xae\x22\xb7\xb6\xcc\x96\x2f\x72\x6b\xeb\xd0\xb8\xe8\x76\x8d\x71\x51\x24\xda\xd6\x81\x0b\xa8\x48\xb4\xad\x03\x81\x56\xe4\xd6\xd6\x71\xcf\xae\x19\x14\x2f\x6a\x91\x41\x5b\x07\x62\xab\xc8\x93\xad\xe3\x71\xad\x91\x3a\x07\xa5\x83\x6b\x88\xce\x3b\x7f\x46\x1b\xaa\xe6\x8b\x94\xd5\xf2\xf9\x8c\xd5\x88\xc2\x81\x06\x56\xbc\xca\x55\xbe\xa5\x51\x24\xa6\xd6\x29\x69\x1a\x6b\x30\xd9\x7d\xe5\x22\xa4\x22\xd9\xfd\xfb\xd9\xd7\xf5\x89\xa4\xaa\x65\xab\x9f\x31\x4c\x9f\xe0\x58\xb9\x18\xa9\xce\x75\x0e\x35\x00\x66\xef\x05\xe0\x9a\xc0\x39\x4c\x69\x2f\x5e\xdc\x2a\x9e\xe0\xf8\x7e\x46\x1b\x1d\x3f\xdc\x9f\x54\x27\x01\x82\xa2\x24\xae\x48\x69\x5f\x8b\x9c\xd1\x3a\x35\x50\x02\x61\x65\x4a\x7b\x51\xaa\x56\xa7\x04\x69\xc4\xe4\x94\x20\xb9\x05\xae\xce\xe6\xd2\xc1\x60\x7c\xa9\x63\xe5\x5a\xa5\x3a\xdb\x1c\x14\xdc\xda\xec\xcd\x36\xb3\x37\x10\xed\xf3\x67\x20\xda\xc5\xad\xf9\x85\xa3\xc0\x0d\x47\x75\x76\x77\x05\xe5\xf5\xe4\xaa\xc0\x22\xfd\xb4\xce\x70\xc3\x61\x57\xa7\x5e\x20\x6e\x38\x2a\xd3\xe0\x8b\x52\xb5\x32\xf3\x7d\x0d\xc4\xc9\x99\xae\x28\x1c\xea\x4c\xcf\x5f\xf7\x8b\x2b\x0a\x87\x3a\xa5\x5b\x23\x33\x3c\xe0\xf1\x7d\x01\x37\x0d\xa1\x70\xf7\x6b\x22\x0a\x6e\x25\xa2\x5d\xc0\x99\xa2\x73\x9c\xe5\xba\xb9\x8d\x63\xf6\xc6\x97\xe1\x14\xd0\x71\x4d\x90\x2f\x72\x51\xcb\x04\xf9\x95\x7b\xe8\xea\xd4\x92\xe2\x8e\xa5\xba\x76\xb1\x86\x91\xf1\x26\xc4\x07\x7c\x53\xb8\xe6\x96\xc0\xc8\xae\x36\xbb\x0e\x00\x37\x18\x19\x76\x35\xd7\x1a\xa1\x71\x99\xe6\x6a\x3c\xe9\x6a\x13\x83\x02\x70\x11\xe1\x77\x57\x9b\x18\x30\x8e\x71\x1e\x23\x4d\xbe\x23\x51\x94\xd1\xd5\x35\xf7\x94\x93\x78\xcd\x9d\xc3\x87\x74\x85\xb8\x21\x41\x2e\xf3\xfc\x8c\x41\x5d\xaa\x26\xc6\xa0\xc8\xed\xfe\x00\x06\xd5\xb5\xce\x25\x4d\x75\xe9\x32\xe1\x5e\xa6\xba\x4a\xc2\x87\xe3\x5e\x73\x4b\x38\x89\xd7\xdc\x05\x58\xa9\x6f\x42\x14\x29\xab\x35\x73\xbb\x79\xac\xbe\x7c\x06\x62\xe5\xc2\xa5\xba\xf4\x99\x73\xe1\x52\x5d\xa7\xb8\x71\xc4\x2e\x93\x44\x8c\x5b\x99\x73\x5d\x24\x4b\xd6\x85\x2b\xba\xc8\x8f\x2c\x1f\x7b\x28\xf2\x23\xeb\x32\x49\xc4\xf0\xd6\x75\xdb\x66\x15\xf0\x8c\x72\xf8\x2e\x42\x3b\x45\xfd\x58\x5d\xa4\x8f\x14\x99\x93\xc5\xcb\x0f\x1f\xc0\xf2\x5a\x4b\x10\xdd\x2f\x5d\xc0\x2f\xe1\xcf\x40\xe7\x71\x1c\x48\xe6\xd2\x4b\x62\x7c\xec\xc2\x4b\x52\x64\x4e\xd6\xa5\xf6\x61\x14\xec\x42\xfb\x28\x32\x27\x8b\xc7\x1d\xd6\x22\x4f\xb1\x6e\x1d\x71\xc6\xc7\x4c\xc5\x2e\xb2\x11\x8b\xec\xeb\x0f\xa0\x8d\xe9\x58\xdc\xb8\x57\xf7\x2a\x3a\xbb\xc0\xec\xe0\xc3\xfa\x0e\xc7\xd9\x05\xe6\xcf\x3a\x80\xc7\x32\x04\x4e\xbf\x7c\x58\x93\xe1\xfc\x01\x3f\xd5\x30\x6f\xf3\x3f\xb9\xb5\xaf\x6e\x29\x9a\x12\xb2\xba\x4d\xf9\x34\x14\xe7\xe3\x08\x45\xe2\x63\xdd\x1e\x12\x12\x1f\xeb\x9e\xd4\xc9\x01\xbe\x0d\x58\x1b\x8a\xbb\x89\xb2\x14\x29\x91\x75\x1f\xf3\x0b\x6d\x0e\x97\x01\x1d\xea\x46\x5c\x16\x95\x66\x35\xf3\x9a\x0d\xd2\xdd\xf3\x2c\xa1\xc1\xdc\xe7\x6c\xc3\xfc\xce\x89\x41\x02\xb8\xfb\x1c\xb9\xfb\x9a\x6d\xe8\xed\x72\xb5\x60\x71\xf7\x35\x11\xa5\x03\xe5\x20\xaf\x4d\xd5\x7d\xbb\x74\x1c\x2c\x5e\x3d\xf8\x00\x06\xbd\x3d\xda\x38\x64\x7c\xe8\xa0\x78\x7a\xaa\x4c\x72\x2e\x0a\xd2\xca\x57\x0f\x8a\x82\xb4\x32\xaf\xb9\xa8\x41\xab\x5b\xc3\x8e\x77\xfe\xcb\x87\x0e\x8a\x07\xa6\xea\x9e\x12\x12\xdd\xe6\xd1\xaf\xc6\xbd\x4c\xf5\xcc\xb3\xc4\xf1\x79\xe6\x21\x19\x02\xd2\x20\xda\xc8\xb3\x3a\x6d\x8e\xcf\xa3\x53\xd7\x60\xe0\xb3\xcd\x0e\xbe\x29\x3c\xbb\x47\x81\x43\xc2\x0b\x06\xdf\xcf\x68\xb3\xbb\xa7\xb0\x38\x9e\x33\xf8\xbe\xd8\xe6\x10\xb0\xcd\x1c\x94\x9f\x35\xb7\x11\xd5\xe4\xe1\xc6\x99\x22\x3f\xb2\x9e\xe6\x31\xe5\x20\x3d\x53\x52\x0d\x81\x89\xdb\x37\xed\xc7\xfc\x3b\xee\x09\xac\xa7\x7b\x42\xd8\xed\x47\x23\xcd\xb0\xe0\x63\x5d\x8a\x81\xbc\x47\xa9\x63\x16\x24\x09\xcb\x1f\xc0\xa0\xbc\x7b\xb6\x1a\xd5\x23\x47\xf9\xfb\xc2\xa0\x35\xc7\xa1\x4d\x79\xae\x61\x64\x8f\x52\xc7\x78\xdf\x33\x8f\x32\x1b\xfc\xd4\xec\xcd\x0e\x3c\x07\xf8\x1b\x1e\xc3\x0d\x5c\x91\x54\x8f\xe2\x84\x5b\x91\xea\x31\xcd\xd5\x70\xdd\x73\xcc\x9f\x31\xe8\x39\xbf\x30\x0e\xa5\x91\xab\xe1\xba\xe7\x9c\x1d\x80\xce\xe5\xfe\x70\x42\x1e\x19\xa6\xe1\xba\x47\xf5\xcc\x64\xc9\x47\xdf\xaf\xb1\xbb\xe7\xf6\x88\x79\x0e\xb8\xf5\x72\x35\x5c\xf7\x3c\x1e\x65\xcf\xc1\xeb\xb1\x74\xb7\xdf\xf9\x05\xac\x3d\x7c\x06\xe5\x1e\xd5\x33\x93\x18\xdf\xc5\x33\xca\x6e\xbf\x8b\x27\x84\xdd\xe6\x25\x81\x0f\xf8\xa6\xf0\x6e\x73\x50\x81\x5b\x60\x00\x80\x9b\x39\x7a\x3e\x04\xb0\x72\x11\x52\xbd\xea\x4c\xa6\xe5\xbd\x58\xfb\x45\xc5\x57\xbd\x6d\xfe\x6c\x05\x70\xeb\xe1\x91\xaf\xca\x90\xb1\xbb\x57\x65\xc8\x3c\x38\xaf\xfb\x5f\x8d\xdd\xbd\x96\x4b\x19\xbb\x23\x15\xfb\xfb\x99\x5f\x5c\x37\xc4\xe3\xdb\xc5\x8d\x69\xfb\x10\xc0\x6a\xec\xce\x87\x00\x6a\xdb\x7e\xf6\x44\x45\x79\x5d\xfe\x6a\xf8\xee\xd5\x08\x30\x7c\xf7\xca\xd5\x4c\x92\x7b\x89\x3c\x95\x49\x72\xaf\x2c\x6e\x73\x7e\x87\xe8\x39\x3f\x4b\x37\x8c\xf2\xbd\x3a\x5f\x8d\xf2\xbd\xea\xfd\x66\xcc\x99\xd7\x5c\xe6\xc5\xbd\x7a\xa8\xb8\x21\xb1\x4c\x65\x2e\xb3\xdf\x5e\xa5\xaa\xd9\x6f\xaf\x01\x5e\xee\x4e\x2c\xee\xce\xff\xbe\x08\x48\x1b\x30\xbf\xd7\xca\x25\x23\x76\xaf\x42\x71\x73\x72\xf3\x60\xc1\xe2\x66\x5e\xb3\xa1\xb8\x57\xa1\x68\xc2\x9b\x79\xcd\x65\xc2\xdb\xfb\x8a\x35\x8c\xf9\x7d\xdd\x15\x38\xe1\x4b\x14\xac\x78\x87\xaa\xde\x77\x76\x0d\xd6\xaf\xdb\xda\x04\x60\x3d\x09\xf3\x7b\xe7\x31\x45\xbf\x7b\x5f\x07\x75\xda\xa6\xfb\xe4\xa7\xec\x0d\x6f\xd5\x5f\xf3\xe3\x84\x63\x59\x5c\xeb\x0f\xd1\xe1\xad\xfa\x45\xbe\xda\x58\x96\xd9\x5b\x03\x98\xbd\x0d\x00\x77\xe1\xe3\x91\x63\xe6\x42\x13\x0c\x1c\xcb\x2a\xd6\x7e\xd9\x5c\xeb\x04\x90\x95\x12\xfc\x1b\x8b\xac\x74\x4b\xc6\xd9\x67\x07\x02\xa2\x93\x8c\xc3\x1d\x3e\xc5\x7b\x57\xc3\xbb\xf2\x6b\xfb\x18\xcc\x58\x9a\xe3\x14\xb8\xa9\x54\x72\x33\xd4\x58\xe4\x9e\xdc\x0c\x35\x66\x2a\x33\x71\xc5\xb1\xe8\xe2\xca\x64\x0d\x64\xa5\x94\x4b\x8d\xa5\x7b\x90\x92\x05\x21\xf4\x5b\xe4\x3f\x8d\xc5\xd0\x6f\x26\x3f\x8b\xd9\x01\xf3\xc1\x3e\x2f\x9e\x9a\x1a\x8b\x7a\x24\xd7\x44\x8d\x05\x47\x56\x51\x07\x35\x16\x2c\xf7\xa2\xf4\x69\x2c\x2a\x0f\xdc\x19\x35\x16\x52\x34\x8a\x6a\xa7\xe1\xc5\xf9\x6b\xba\x20\x93\x17\xbb\x06\x72\x5c\x9e\x80\x1a\x0b\x8e\xab\x22\xc7\x68\x2c\x2a\x0f\x84\x39\xc7\x42\x1c\xb8\x78\x02\x6a\x70\x57\xfe\x07\x30\x1f\xd5\x0a\x12\x8e\xc6\x72\xcc\x36\xe0\x26\xcd\xf1\xd0\xd3\x58\xa4\x39\xca\x98\xc6\x72\xcc\x41\xc1\x60\xf2\xe2\x62\x0a\xa7\x5d\xef\x74\x7d\xda\x66\xa7\xeb\x4b\x0c\x76\xba\x56\x79\x25\x2b\x68\x2c\x6a\x12\xc4\x2f\x87\xa9\xcb\x45\x56\xd0\x30\x5b\xb9\x28\x70\x1a\xcb\xa4\xac\x41\x07\xcf\xec\x1a\x0c\xa4\x1f\x52\x84\xc6\x4c\x6a\xe6\x96\xa7\xb1\xbc\xa2\xd3\x58\x90\x77\xfe\xec\x1b\xc7\x04\xe5\x22\xf7\x67\xac\xeb\x04\x1a\xc0\x6c\xd3\x01\x5c\x9d\x8f\x1a\xc7\x6a\xf2\x3e\x91\xcd\x41\x4e\xf2\xf7\x25\x01\x66\xd7\xdf\xa0\xeb\x3e\x7b\x1b\x00\xcd\x36\x7e\xb9\x05\xf8\x62\x86\x3d\x81\xc9\xb1\x76\xdb\xf4\x9f\x31\xcc\xb1\xc6\xfc\x25\xe3\x6a\x5a\x92\x38\x33\x56\x85\x3c\xa1\xc5\x31\xb3\x8a\xb9\xa7\x69\xac\xf3\x94\x7d\x84\x3f\x56\x4f\x19\x97\x36\x8d\x95\xdb\x49\x56\x82\x8e\x63\xd5\x74\x21\xce\x38\x56\x85\x3c\xcf\x48\x8d\xb5\x5c\x06\xe8\x96\xe4\xe3\x0f\x60\x1c\xe5\x3a\xb9\x32\x63\xf5\xc8\x11\x9b\x1c\xde\x4f\x5f\x3b\x74\xbb\x8e\x89\x28\xe3\x28\xf1\x89\x5a\x8e\x55\x9e\x4f\xd0\x71\xac\xc6\x1e\x08\x3a\x0e\xaf\x93\x2f\xf2\x5e\x86\xd7\xc9\xaf\x44\x20\xc7\xca\x2d\xa5\x2b\x41\xc7\xb1\x2a\xf1\xc9\x6e\x19\xab\xb9\x3f\x04\x1d\x07\x77\xcb\x7f\x00\x18\xe8\xde\x21\xef\x65\xac\x97\xf3\x81\x84\xcc\x10\x2e\xea\x86\xc6\xfa\xf8\x33\x0e\xe3\x6a\xb4\x97\x30\xe1\x30\x5d\xb8\x48\x00\x19\xab\xa9\x3b\xc4\x0c\xc7\x3a\x4f\x19\xcc\x62\x95\x95\x12\x19\x1c\x5e\x00\xbf\x12\x0c\x1c\x9b\x3c\x92\xd4\x90\xb1\xad\x73\x9c\x01\xe0\x7c\x38\xc0\x9b\x8a\x28\x69\x1e\xc3\x3b\xdf\x57\xc2\x75\x63\xd3\x7f\x42\xb8\x6e\x6c\xbb\x33\xe5\x00\x6f\xf8\x30\x8b\xf2\xa2\xb1\x99\xfd\x46\xb8\x6e\x6c\xd4\x68\x15\xb5\x46\x63\x6b\xb3\x0d\xe8\x18\x1f\xe3\x4e\xd0\x61\xba\x70\x91\x00\x32\x36\x15\x03\x72\x3e\x86\x17\xc0\xaf\x5c\x03\x3a\x36\xe2\x63\xc5\x73\x55\xc3\x9b\xdd\x8b\xf2\xa2\xb1\xf5\x89\x35\x3f\xf3\x8c\xf2\xf8\xd5\xd8\x74\x41\x72\x93\xd2\xd8\x64\x64\x04\xd8\xc6\xa6\x2b\x83\xac\x8c\x41\x0e\xef\x07\x80\x81\xf6\x11\xb9\x17\x63\x53\x8f\x24\x0e\x37\x36\x19\x19\x89\x18\x63\x1b\xb3\x0d\x5d\x9b\x6a\x40\x84\x6e\x6c\xba\x32\x48\xc4\x18\x24\xf4\x7e\xcb\x66\x07\x97\x00\x3f\xd3\x0a\xe2\x71\xa8\xb1\x19\xc6\x2d\x0e\xf9\x76\xba\x06\x9c\xb7\x4d\x3d\x92\xa8\xde\xd8\xae\xd9\x81\xc0\x2b\x00\x3a\x26\x58\x12\xef\x1b\x9b\xea\x26\xaf\x3e\x8d\xed\x9e\xb8\x09\xfc\x3f\x84\xbd\x49\x0e\xec\x3c\xb2\x66\x39\x8f\x55\xc4\x12\x9c\x3d\x09\x5c\xc4\x5e\xd8\x48\x35\xab\x41\xed\x7f\x50\xe0\x39\xfa\x03\x2f\x91\x99\xb8\x23\xc9\xe9\x14\x7b\x23\x8d\xd6\x7c\xe6\xa2\x80\x16\xa2\x57\x22\xf4\x7d\x23\x3e\x4e\x23\xfb\xaa\x58\xec\x01\xf8\xa6\x11\x5d\x7c\x18\x6f\x8c\xf8\x4a\x0b\x9c\x54\x51\xae\x14\x4b\x8e\x11\x5f\xdb\x76\x99\xa1\xf1\x99\xed\xa2\x16\x1c\x49\x39\x21\x3e\x4d\x23\x79\x3f\x42\x47\x38\xd2\xef\x6b\xc1\xad\x34\x29\x1a\xc4\xdb\x69\x24\xf5\x56\x9d\xf3\x35\x85\xaf\x9e\xc2\x0f\x09\x83\xc3\x36\x85\xaf\x6d\x77\x40\x92\x02\x3f\x14\x86\x23\x45\x2b\xcd\xfe\x70\x4a\x58\xb0\x49\x5d\x17\xaa\xc4\xa1\xad\x70\xc7\xc6\x63\x7c\xb6\xc2\xa0\x3c\x0d\x6d\x85\x3b\x2e\x49\x23\xe9\x07\x05\xca\xd3\x48\xf9\xfb\xe6\x6f\x32\xcc\x91\xf2\xd7\x56\x9a\x07\x84\x5f\xc7\x64\x63\x24\x25\xf2\xbd\x33\x40\xc5\xb6\x16\xda\x5a\xbe\xe6\x31\x40\xdf\x3a\x2f\xb4\xb5\xba\xce\x0b\xcd\xd3\xf3\x19\x70\xa8\x21\x4a\x7b\xc7\x98\x63\x80\xc5\x7e\x7f\x50\x69\xfb\xbe\xa1\x1e\x0d\x2c\x81\x8d\x1a\xa9\x7f\xd9\xa8\x67\x7c\x2d\x60\x22\xbe\x05\xcc\xa2\x4f\xda\x6a\x81\x21\x35\x92\x82\x39\x2c\x3b\x46\x52\xc1\x8b\x72\x73\x24\x39\x66\xcc\x3c\x46\xd2\xf7\x1f\x70\xa8\x21\xc8\x7a\xc7\x7d\x6a\xa4\xe5\x1c\xb3\x9a\x3f\x13\x63\x60\xa3\x46\xda\x5f\x01\xd4\x23\xf7\x8b\x1f\xd4\x48\x1e\xcb\x04\xd9\x1a\xc9\x35\x8b\x2e\x6f\x24\xcf\xe8\xcc\x02\x16\xfc\x3c\xa0\xcb\x1b\xe9\x5b\xcd\x2c\xe0\xa4\xbf\x1f\xea\xbb\x91\x64\x85\x01\x4d\x1d\x58\x08\xdf\x6c\x34\x54\xc3\x19\x10\x9b\x46\xd6\x23\x19\xc4\xa6\x91\xbf\x05\x0c\x13\x96\xbf\xc5\xc8\xd1\x90\x5d\x8c\xa8\xde\x46\x8e\xce\x02\x4c\x58\x76\x2d\x81\xa4\x34\xf2\xb7\x96\x60\xc2\x72\xfa\xb2\xf1\x8f\x1c\x26\x18\x4b\x43\x73\xe1\x8e\x6d\xc9\xc8\xe9\x2b\xe0\x76\x5b\x54\xf3\x80\x86\x6e\xe4\xfc\x35\xc7\x7f\xcc\x06\x0d\x0a\x71\x1e\xd0\xd0\x8d\xec\xfd\x1c\x0d\xdd\xc8\xdf\x42\xea\xfe\xf3\xf8\x0f\x5d\x50\x55\x8a\xea\x6d\x64\x5d\xe8\xd1\x8f\x8d\xcf\x6c\x17\xfd\xd8\xc8\x6e\xa5\x00\x91\x8e\xac\x88\x18\xe3\x94\x91\xdd\x57\x41\x25\x1d\xb9\xb9\x29\x41\x42\x45\x21\x14\xc6\x29\xa3\x7c\x3b\x2e\xb4\x50\xbe\x1d\x97\xe5\x2f\x3a\x72\x00\xe1\x68\x14\x8f\x7b\x8c\x53\x46\x71\xc1\xa2\x94\x1b\xa5\x7f\x5d\x18\xfc\xf8\x2a\xf5\x87\x95\xde\xeb\xf5\x28\xdf\x8e\x0b\x61\x14\x85\xc7\xe8\xee\x46\x99\xdf\x3f\x7c\xe3\xdd\x0d\xeb\x8f\x51\x3c\xee\x31\xf8\x18\x45\x6f\x55\xf4\x70\xa3\x2c\x27\x18\x2a\x11\x2a\x39\x80\x63\x34\x44\x47\xee\x58\x72\x8c\xb2\xed\x02\xcb\xbf\xc8\x61\x62\xd6\x31\x8a\x1e\x45\xa0\x08\x0d\x01\x91\x03\x28\x42\xa3\xa8\x27\x45\xa7\x36\x8a\x42\x50\xac\x25\x86\xe8\xc8\x01\x05\xdb\x28\x3a\x57\x80\x22\x34\x8a\x1b\x33\x28\x42\xa3\x06\xbf\xb9\xf7\xf3\x51\xa3\x5d\xb8\x57\xf2\x51\xf5\x60\x03\x5f\x68\x54\x65\x48\x18\x48\x8c\xea\x05\x1f\x75\xdd\xa8\xde\x82\xb0\x96\x18\x9f\x61\x20\xba\xbb\x51\xe5\x23\x31\x9d\x18\x62\x13\x77\xac\x25\x86\xd8\xc4\x1d\xfb\x86\x51\x5d\x89\x98\x34\x0c\x6d\x01\x3b\x16\x09\xa3\x2a\xff\x46\x91\x37\x04\x1d\x0e\xe3\xaf\xf0\x6e\xa3\x7a\x93\x07\x52\x68\xd4\x6a\xc3\x59\xa6\xd5\x7b\x0c\x90\x42\x43\x00\xe1\x8e\xb1\xc0\xa8\xf2\x9e\xe8\xff\x46\xc5\xbf\xa2\x63\x39\x30\xaa\x8c\x28\xca\xc0\x51\x65\x37\x51\x06\x8e\xfa\xad\xe6\x6e\x01\x2e\x05\x18\x9d\xda\xbf\x6f\x28\x60\x7c\xcd\xa1\xe7\xee\x84\xe0\x0b\x8d\xea\x7e\x57\xd8\x8b\xeb\xb7\xdf\xb1\x32\xab\x92\x23\x20\x85\x46\xf5\xb6\x82\x9b\xd6\xa8\x3a\xea\x0c\x98\xbd\xfa\x2d\x39\x16\x56\xfd\x96\x1c\x5c\x5c\x5d\x2e\x2c\xf6\xe2\xba\x1c\x7b\xf6\xe2\x2a\xef\x89\x36\x71\x54\xf9\x48\x34\xde\x43\x4b\xc3\x8e\x86\x78\xd4\x6f\x61\xb1\x31\x0b\xdf\xdb\x8b\xdd\xf6\x7e\x5e\xec\x0f\xf7\xf3\x88\x06\x72\x54\x65\x4a\x68\x61\x87\x86\x82\x1d\xc5\xeb\xc0\x1c\xf0\x72\x4d\x91\x1f\x76\x1b\x46\xb4\x21\xd0\x8c\xa8\x16\x47\x53\xea\x8d\xd6\x72\x34\xaf\x2e\x78\x2e\x8d\xf6\x2d\x53\x4e\x1d\x01\x77\x3b\x61\xa4\x46\xe3\xc0\x8e\xc0\xf6\x8c\x06\x87\x19\x41\xea\x19\xcd\x1b\x0e\x01\xa6\x46\x8b\x36\x94\xa5\xdd\x14\x82\xa2\xc2\x1c\xcd\x65\x8a\x0a\x73\x34\x5c\xd5\x22\x80\x3e\xa3\xa9\xbb\x23\xda\xd4\x68\x58\x70\x77\xa2\x4d\x8d\x96\xbf\x6f\x28\xcd\x05\x8c\x72\x73\xb4\xfc\xb5\x80\x56\x7b\xc8\xa3\xcf\x1c\x8d\x73\x3c\xfe\x20\x07\xed\x16\x23\xaa\xd2\xd1\x40\x9d\xef\x68\x3a\x87\xb8\xbc\x11\xb8\xd1\x81\x11\xe3\xfd\x41\x43\x71\x4f\xee\x28\x33\x47\x53\x77\x87\xfe\x72\x34\xd0\x06\x22\x88\x40\xa3\xc9\xc9\xa2\xb2\x1c\x5a\x34\x46\x40\x80\x06\x16\x8d\xf7\x07\xf5\x54\x7b\xca\xd9\xd2\xbc\xed\x57\xc7\xad\xda\x53\x87\xaa\x39\xbc\x9c\x2d\xda\x3a\xf6\xea\xe8\x34\xdb\xc6\xd9\xd2\xdc\xa5\xab\xdd\xf6\xea\x5f\xed\x69\xb3\xa7\x9c\x3a\xc2\xf7\xf6\x6a\xb7\xfb\x57\x0f\x45\xbb\xfd\x56\x7b\x3a\x6c\x1b\xa4\x09\x62\x6f\xe8\xe8\x2f\x87\xe6\x8d\x11\xe5\xec\xd0\xbc\x31\xa2\x82\x1d\xcd\x8d\x19\x97\xb1\xd1\xa6\xf5\xc0\x17\xb7\xf9\xb5\x80\x7a\xdc\xb2\xd1\x6c\x0e\x0d\x1f\x23\xca\xd9\xd1\xb8\x7a\x45\x60\x40\x47\xdb\xd6\xc3\x49\xd5\xd4\x1b\x54\x87\x77\x7f\x45\xf3\xcf\x71\x78\x39\x5b\x9a\x7a\xab\xea\xf0\x1e\x67\x9b\xb3\xa5\xb9\x31\x57\xc7\xfa\xfd\xb2\xf1\xcd\xeb\x20\x16\x7f\x7c\xf5\xf0\xcd\x47\x59\xc5\x1f\x56\xea\x20\x62\xe9\x15\x7f\xd5\x1f\x8e\x1b\x47\x77\x57\xd8\x85\xf2\x6f\x74\xf5\x06\x35\xfd\x75\xc3\x04\xbe\x37\x74\x34\x83\xa3\x07\x07\x95\x7b\x73\x0f\x5f\x55\xb7\xb3\xda\x3a\x46\x74\xa0\xa3\x7f\x94\xc6\xf1\xd2\xb1\xef\x8a\x68\x2d\x47\x57\x96\x80\xfe\x6f\xf4\x68\x01\x9c\x35\x5d\xb2\x43\x19\x38\xb4\x8f\x8c\xa8\x30\x47\x47\x65\x1e\x41\xea\x19\x9a\x44\x76\xd4\x84\xa3\x27\x27\x8f\x4d\xa9\x13\xec\x21\x02\xce\x33\x7a\xfe\x0a\xa0\x39\xea\x67\x51\x13\x8e\x9e\xbf\xe6\xd0\x36\xf9\x62\xd4\x77\xa3\x7f\xf4\xc4\x36\xdf\xd5\x92\xe3\xeb\x36\x30\x96\xbc\xff\xd0\x02\x75\xad\x38\xbe\x8d\x5e\x6c\x01\x9b\x5f\xff\x88\x8b\x59\xe9\xc0\xa9\x76\x14\x7b\xa3\x7f\xc4\xc5\x69\xd0\xab\xe4\xc0\x21\xaf\x19\x65\x27\xae\xd6\x10\x4d\xb8\xa3\xe5\x1b\xfd\x5b\xb3\x8e\xf5\x94\x88\xd9\xf3\xfb\xfc\xb2\x51\x9a\xdb\x7c\x75\xe0\x97\xdd\xe6\x00\xe8\xcb\x4a\xd9\x57\xfb\x72\xc5\xb0\xaf\xf6\x65\xab\xd9\x4a\xfb\x72\xdc\xd8\x4a\xfb\xfe\x0a\xa0\x34\x2d\x48\x08\xd9\x35\xfa\xfe\x4a\xf3\xc7\xd7\x05\xc6\x60\x3b\x3a\xc3\x1f\x0e\x2f\xbb\xa7\xe6\x8d\xbd\x3a\xc1\xa8\xb7\x22\xa0\xa2\xa3\xab\x10\x25\x48\xcb\x00\x70\xf7\xfe\x73\x5b\x30\x54\x2a\xe0\x2c\x37\xc6\xb7\xf8\x18\x5e\x6d\x10\x3b\xfa\xb1\x31\x40\x2e\x8c\x40\xf0\x8c\x11\xbe\x6f\xfc\xe1\xb8\x71\x04\x69\x90\x18\x51\x24\x8f\xe1\xd1\x80\x83\xdd\x18\xf1\x2b\x8d\x7f\xbc\xa4\xa1\x39\x1b\xc3\xd3\x00\x45\xf2\x18\xdc\xcb\x22\xba\xe3\x31\x5c\xb0\xe8\x8e\xc7\xc0\x8b\x39\x06\xb6\xab\x81\xd9\x6e\x0c\x6c\x57\xc3\xc5\x87\x1e\x78\x0c\x85\x0f\xe8\xe1\xc6\x40\x2c\x16\xd1\x03\x8f\xa1\x24\x02\x3d\xdc\x00\xbe\xf7\xfe\x43\x3d\xdf\xb2\x64\x44\x87\xcb\x32\xb0\xc1\x0c\x65\x14\xe8\xc7\x86\xa6\x8a\x11\xa0\x9d\xa1\xa9\x62\x04\x95\x74\x68\xca\xd7\xd1\x9c\x8d\xa1\x10\x14\x65\xd9\x18\xe3\xfb\x86\x02\xf0\xff\xed\xf8\xd0\x8d\x81\xb2\x22\xa2\x96\x1e\x58\xfc\xdd\x1f\x7c\xe3\xbe\x8a\x26\x7a\x0c\x40\x23\x3a\xde\x75\x63\x60\xcb\x14\xd1\x44\x8f\xe1\x82\x45\x0f\x37\x80\xe2\xbd\xff\xf0\x63\xd9\x39\xb6\x6c\x31\x75\x3b\x9a\xb3\x31\x5c\xa3\x68\xa2\x87\x30\xba\x9d\x80\x24\x63\x28\x52\x6d\xce\x02\x70\x54\x11\xfc\x9d\x31\xb6\x0d\x65\x47\x12\x53\xb7\xa3\x46\x1b\x60\xea\xde\x7f\x28\xe0\x7c\xa5\xf1\x8d\x9a\xda\xe6\xfc\x1c\x87\x8a\xcd\x5c\xb4\xdd\x8e\x82\x6d\x8c\xc7\x99\x63\x67\x1f\xcf\x57\x1a\x45\x3f\xf6\x27\xff\x4d\x4b\x3e\x86\x02\x5b\xf4\x72\x63\x3c\x5f\x55\xd4\xab\x09\x54\x73\x5d\xbc\x5f\xe9\xd4\x8b\x73\x4f\x44\xc5\x3c\x86\xbb\x36\x4a\xba\x31\x7f\xdf\x37\x89\x1f\x8e\x30\x4b\x01\x90\xde\xfb\x4d\xe3\xc7\x57\xc0\xad\x67\x06\x27\x8f\x7d\x68\xba\x65\xa3\x21\x1e\xe2\xf2\x46\x80\x76\xc6\x94\x87\xc2\x25\x6e\x60\x9d\x78\xff\xa1\x52\x6f\x93\x68\xec\x06\xc6\x85\xf7\x1f\x5a\xe0\x2e\x8d\xfa\x6e\xcc\xe4\xca\x64\x87\x9a\xe9\x2b\xba\xf0\xc3\x6e\xb3\x29\xcd\xec\x37\x2c\x9f\x89\x13\x5b\x47\x49\x37\x66\x76\x5a\x39\x27\xa6\x84\x82\x92\x6e\xcc\xec\x70\x73\x68\x08\xc5\x1b\xc1\xc9\x19\x53\x21\x07\xea\xbb\x21\x2e\x6f\x04\x6e\x74\xcc\xf2\x15\x40\xa5\x12\x4a\x63\xc5\xcc\x62\xdb\x9a\xdf\x38\xbc\x2c\x9f\xa9\x30\x0f\x6f\xbb\x31\xab\xcd\xe1\xd0\x98\xee\xdf\xe8\xee\xc6\xfc\x96\x36\xeb\x62\x7e\x4b\x9b\xbd\x6b\x7e\x4b\x9b\x6b\xc8\x5c\x5f\x36\x0a\x58\x6e\x09\x1c\x34\xd3\x1d\x17\xdd\xf1\x98\x6e\xa5\x20\xe8\x8c\xf9\xad\x66\xb6\xb8\x79\x9c\x39\xb6\xb8\x79\xbe\xd2\x28\xe0\x7c\xd9\xa8\xe7\xf9\xb2\xf1\xcf\x23\x75\xb2\x77\x89\x56\xdb\xd1\xf7\x0d\xd1\x6a\x23\xaa\xdf\x31\x1f\x27\x98\xdd\x06\xb4\xda\xfb\x83\x16\xe0\x9c\xd9\x51\xfe\x0d\x6d\xf6\x22\xaa\xdf\x31\x5f\x87\x97\xa3\x41\x1c\xdb\x88\xb6\x77\x88\x56\x1b\x41\x98\x19\x8b\xf0\x19\x11\xe8\x98\xb1\x7e\xdf\x3f\x37\x1b\xc6\x78\xf7\x47\xe3\xc7\x97\xad\xf3\xa3\xfa\x63\xf0\x63\xda\x82\xc8\x0f\x7a\x8a\x52\x78\x2c\xd9\x74\x34\x8e\x63\xc5\x2f\xdb\x6d\xdb\x4a\x12\x06\x12\xa9\x25\xbf\x00\x86\xca\x58\xc8\x35\x22\xe0\x28\x63\xa9\x46\x43\x31\x39\xc4\x86\x8d\x28\x85\xc7\x92\x11\x00\x0f\x65\xac\xec\xa2\x60\xf9\x2f\x44\x67\x11\xd5\xef\x10\x28\xb6\xab\x30\x5c\xe5\x2b\x80\xd2\x64\x04\xd4\x11\x2e\x4f\x78\xc0\x51\xc6\xaa\x5f\x69\x14\xc0\x1d\x31\x82\x94\x32\x30\x70\xbb\x3f\x68\x28\x2a\x89\x88\xde\x77\x60\xb9\x76\xbf\xa1\xe8\x61\x36\xb6\xdf\xa5\x54\x58\xed\x21\xa0\xaf\xf7\x1f\x2a\x1d\x5f\x3d\x14\xed\xb2\x44\x09\x3c\x96\x3c\xae\x6a\xc1\x25\xf3\x80\x46\x78\xac\x69\x3d\x50\xd6\x72\x8d\xa2\x11\x1e\x4b\x1e\x17\x8d\xf0\x58\xae\x51\x94\xc0\x43\x00\xd7\xae\x2a\x71\x6d\xeb\x81\x30\x04\x70\x8d\xe0\x6e\x8e\xa5\x59\xa8\x4a\x46\x01\x5c\x63\xcc\x7f\x0b\x51\x31\x96\x9b\x2e\x1a\xe2\x21\x86\x6b\x57\x1d\xb9\x54\x84\xa9\x81\x14\x9c\x35\xa2\x3b\x1e\xfb\xe7\x44\xc0\x47\xee\xdf\xd7\xa2\xce\x8f\xed\x8f\xc1\x0f\x37\x0b\x08\x7f\xcb\x3f\xa8\xa8\x14\x8f\xb5\xab\x8e\xdc\xc1\x89\x80\x6a\xb6\x2a\x32\xd5\x91\x3b\xda\x3f\x68\x63\xc7\xef\x1f\x8a\x4e\x8e\x16\xeb\x6f\x7b\x4d\x24\x9e\xcd\xd8\x6e\x8b\xe0\xa3\x8c\x2d\xbf\x8a\xa7\xe6\xd8\x6e\x8b\x2a\x92\xb7\x6a\x5c\x55\x98\x5b\x5e\x80\x40\x35\x63\x67\x29\x80\x2d\x7b\x7f\x1b\x19\xfb\xc3\xf6\xc6\x16\x59\x8c\xbb\xda\xea\xea\x3f\x8e\x0e\x4b\x4e\x03\xbe\x08\x4e\xc9\xd8\xcd\x89\x60\xf9\xec\x6f\x7f\x60\x83\xd9\xee\x0f\x20\x7f\x0e\xb1\x47\xbb\x9a\xce\xfd\x7c\xcd\xe1\x1b\x6f\x1e\xb8\x6d\x0e\xa1\x43\x23\x00\xa1\xe3\x68\xe6\x81\xa7\xe6\x38\xdf\xc0\x33\x73\xe7\xa3\x75\x66\x4e\xb4\xd0\xa8\x2e\x1c\x7b\xb5\xfb\x4d\xe4\x87\x3d\x65\xac\x8f\x97\x75\xd5\xdf\x27\xfa\x0d\x23\x7a\xe2\xd7\x02\x8a\x96\x57\x6b\xec\x50\x27\xd9\x05\xc6\xed\x7c\x63\xcd\x76\x75\x3c\x5b\xc0\x1c\x19\xc7\x4b\x34\x41\x74\xc6\xd1\xe6\x83\x20\x3a\xe3\xc8\x36\x81\x2c\x32\xce\x47\xc4\xf6\xb4\x4a\x1b\x76\x4e\x5d\x24\x8e\xa3\xe3\xa8\xe4\xc6\x71\x74\x60\x07\x77\xb3\xd1\x9c\x6f\xac\x6d\x41\xb3\x68\x2b\xed\x36\xc7\x4a\x09\x47\x13\x55\xb3\x1f\xcc\xc6\xa3\xca\xf4\x23\xdf\x95\xe0\xc8\x0e\x52\x9f\x98\x60\xb5\x80\xf4\xbc\x95\xfa\xcf\xf6\x1f\x2a\xf5\x3a\xa0\xe6\xf6\xe0\xc6\xd4\xbb\xff\x00\xc9\x15\xd5\xc6\x1f\x84\xe1\x31\xb1\xfd\x1e\x99\x7e\x15\xf0\x67\x7f\xdf\x90\x0d\x0f\xbd\x08\xb2\xc8\x38\x88\x13\x23\xc8\x22\x03\xb0\xcf\xfb\x83\xa2\x01\x6e\xe9\x78\xb8\x8e\xe3\x7d\x16\xfc\x90\x21\x8a\x67\x04\x3f\x64\x9c\xf7\x1b\x2a\xba\xfd\x5a\x1a\x3b\xee\xf1\x04\x51\x4f\x7f\x5e\x9b\x03\x63\xf3\xfc\x6c\x01\xdb\xef\xf3\xfb\xfe\xb9\xa5\x3d\x2e\x24\x95\xf6\x8f\x87\x06\xee\xae\xe3\x33\x70\xc3\xc3\x75\x3c\x2a\x2b\x70\x6a\x1d\x8f\xf3\x03\x30\xc8\x10\xb4\xb2\xe3\xc7\x3a\x1e\xa5\x72\xb8\xae\x8e\x47\xb1\xb2\xfa\xe5\xc7\x5d\x5a\x45\x3f\x08\x96\xf7\x07\xdf\x38\x8d\x2a\xfa\x81\xa2\xbc\x3f\xee\x88\x3e\xc3\x99\x63\x2b\x7d\x86\xa3\x13\xfc\x01\x35\xaa\xc1\x7f\x64\xb9\x55\x43\x6b\x1d\x16\xd5\xe0\x3f\x6e\xe6\xfd\xaf\x41\xd0\xc6\xf3\xad\x0b\x76\xe0\x47\x7e\x5c\x7d\xf3\x33\x6d\x11\x5b\xe9\xa3\x64\x4f\xad\xf2\xb3\x1c\x6e\x76\xcf\x47\x2b\x48\x55\xcc\xcf\xb7\x14\xd8\x4a\x1f\x95\x24\xaa\x98\x9f\xed\x70\xb3\xaf\x3e\xdb\x25\xc7\xbe\xfa\xa8\x3e\xe9\x0e\xaa\xf6\x42\xb8\xb2\x8e\xe7\x5b\x24\x1c\xe5\x8f\x1c\x0c\x7e\xad\xe3\x39\xae\x73\x8e\xf2\xe7\xd8\x1c\x8e\xf2\x47\xfd\x8b\xfa\xe6\xe7\x71\xec\x8b\x3f\x6c\x01\x5b\xe9\xf3\x7c\xa5\xf1\x43\xd6\x04\x88\x8d\xf1\xbc\x5f\x0b\x68\xf5\xb7\x96\xd8\xef\xde\x9f\xa5\xb1\xc5\xbd\xf2\x29\xea\xe9\xdf\x9f\x83\xc8\x39\xf8\xea\x41\xa0\x8e\xfa\x95\x69\x01\x9f\x62\xbc\x5e\x2d\xd5\x51\xbf\xe1\xfb\x26\xf3\xc3\x85\xc5\xae\xf6\x06\x29\x80\xb3\xe5\xf5\x6a\xa9\x2a\xfb\x8d\x56\xca\x41\x83\xc1\xdb\x3d\x88\xa9\x27\x59\x1a\x47\xc3\x67\xe3\xa6\xc6\xfb\xf5\x9c\x00\x1d\x62\xbc\xf9\x6b\x1b\x45\x6b\x4a\xa1\x92\xfb\x2d\xb6\xa0\xfb\xc3\xe5\xc3\x64\xbd\x9e\x13\xa9\xfb\xc3\xc9\x62\xe6\x44\x18\x8d\xa9\xfb\xc3\x65\xca\xb9\xf7\xba\xdf\xa5\xe1\x0f\x89\x8b\x73\xef\xad\xee\x1c\xc3\x1f\xee\x84\x4c\x30\xd8\xa3\xf7\x1f\x7f\x58\x34\xbb\xb4\xd8\xa3\x1d\x6f\xd5\xf1\x2a\xcc\xc3\x41\x75\x80\x16\x7a\xb3\xf1\x43\x13\x7d\xe2\x1a\x0d\xa0\x43\xef\x3f\xf4\x47\x3b\x1e\xe2\x1a\x8d\x77\x7c\x95\xfa\x8f\x6b\x87\xdb\xf1\x3b\xed\x29\x17\x62\x4d\xec\xa2\xd6\x05\xef\x2c\xfe\x08\xff\xfa\x33\xf7\x37\xdb\xbc\xee\xff\xfc\x3b\xe1\x07\x30\xf7\xbd\x0f\x65\xcc\xd9\xe7\x06\xee\xf7\x7b\x0d\x24\x17\xde\x23\xd9\x4d\x7f\x6e\x7a\xa1\x98\x64\xba\xef\x8d\xf4\xca\xfb\xa5\x93\x42\xf6\xf4\x92\x85\x64\xcc\x16\xfd\x32\x07\x92\x1b\xef\xf3\x7e\xf9\x65\xb9\xc3\x7c\xc7\x68\xe2\x10\x90\x10\x8c\xcd\x8d\x13\x63\xa1\x2d\x98\x2e\x5a\x0d\x9c\x68\xa1\x0c\xc4\x00\xf7\xe6\x37\xc1\x78\x4f\x88\xcd\xa6\x10\xef\x97\x3e\x26\xc8\xed\x19\xab\xdc\x89\xa5\x7f\x42\x98\x36\x37\xac\xa9\x5d\xbb\x7b\x66\x42\x92\x36\xf7\x9d\xc8\x8c\xdd\xee\xdc\x77\xc7\x4c\x08\xd5\xe6\x06\xd7\xa3\xf2\xda\x1b\xc9\x94\xd8\xef\x20\x22\x10\x98\x1b\xc6\xb5\xd1\x96\x61\x45\x94\xc2\xcc\x36\xda\x72\xf7\xbc\x8c\x0d\xec\x04\xb5\x3d\xfd\xcc\x3e\x2b\xe9\x7f\x13\x48\x4e\x00\xdd\xd3\xcf\xc2\x2e\x9b\x9b\xb9\x6a\xcf\xcd\x99\xd8\x29\x6b\x31\xc2\x9d\xe4\xc5\x90\x74\x86\x72\x4d\xb2\xd3\xa4\xbb\x07\x26\x84\x7d\x73\xb3\x05\xda\xdf\xfd\x23\x0b\xc5\xc0\x10\x0f\x5f\x99\xed\x4e\x1f\xef\x1e\x99\xb9\x02\xcf\x8d\x60\x62\xf8\x4a\x67\x3a\x23\xb8\xfb\x7d\xa7\xfe\xbd\x48\xa6\xbf\x9b\x69\xa5\x29\xc7\x66\x31\x80\x87\x2f\x69\xc9\x61\x14\xb2\x59\x18\xfa\x4e\xb3\x1e\x27\x96\x57\x93\x69\xd6\x33\xff\xf3\x6f\x50\xc4\xe6\x7e\xac\x87\xa6\x3c\xb7\x9e\x40\x21\xf7\xa6\x97\x9b\xeb\xf1\xa1\xcb\x83\xec\x77\xff\xcc\xcd\x05\x79\xcf\xe5\xe4\x8c\xdc\x9d\x34\x37\x17\xe1\xcb\x40\x0f\x8a\x79\x99\x63\x57\xe1\x7b\x1b\x10\x6e\xfd\x40\xcc\x63\x91\x37\x61\x0c\x13\x22\xc5\x79\x2e\xb5\x71\xcc\xcf\xf3\x2b\xf7\xc3\xcb\xca\xce\xf3\xab\x37\x39\xf1\xca\x2a\x60\xdd\x9f\x4b\x84\x9c\xcf\xf3\x04\xfa\x76\xd9\xa7\x09\xac\x3c\xa8\x5d\x13\x36\x31\x21\x94\x9c\xe7\x92\x29\x90\x5d\xf3\x40\xa6\xf0\xf3\xf3\x40\xa6\x89\xb2\x23\x83\xcf\x74\x9e\x78\x0b\x4c\x34\x2a\x32\xf9\xdd\x2f\x19\x2c\xa6\x16\x5c\x7a\x8e\xed\x09\x03\x99\x90\x5d\xce\x73\xe9\x98\x33\x7b\x9e\xc4\x18\x0e\x0a\xbf\x5b\x73\x02\x3a\x7c\x9e\xcc\x64\x99\xfd\x72\xf3\x18\xdc\xcd\x73\x6f\x99\x89\x80\x4b\x13\x68\x7b\x4c\xef\x26\x58\xf6\x9c\xcc\x13\x76\x34\x11\x85\x69\x9e\x4b\xd3\x1c\xcb\xf3\xdc\xfd\x3c\x11\x8f\x69\x9e\x4b\xdf\x9c\xc9\xf3\xd4\x3b\x55\x18\xbb\x4d\xc0\xed\x81\xc6\x9a\xf8\x7a\xe4\xee\x3c\x5c\x5a\x07\x74\x7c\xe2\xce\xc1\xb9\x3a\x61\x4d\x33\xe0\x13\xf3\x34\x1b\x65\xfa\x1d\xfc\xee\x18\x5e\xbe\x07\xd0\xa9\x79\x2e\xd7\x93\xbb\x63\xd8\x2b\xd9\x69\x6d\xa7\x98\x44\x13\xfb\x1d\x95\x4a\x9d\x97\xfb\x49\x08\x60\x27\xbe\x1c\x9c\xab\x13\x76\x36\x73\x0c\xcd\x33\x16\x59\x48\xbf\x4c\x0b\x68\x50\xf3\x40\xf6\xf8\xf3\x4c\x3c\x3a\x12\xee\x3c\xf3\xac\x3b\x9e\xdd\x45\xb1\x58\x64\x81\xf7\xcd\xa7\xf4\x7f\x33\x44\x8e\x05\x44\xc6\xe6\x71\xee\x05\x35\xf7\x2f\x0b\x34\xe1\xb8\x1c\x86\x0e\xb2\x85\x97\xe5\xb0\x9d\x07\xe2\xc3\x9d\x67\x1e\x88\xcf\x55\x71\x6e\xe7\xbe\xcc\xe7\xe6\x60\x63\x39\x97\x23\xe1\x2c\x9e\x07\x32\xec\x7f\x83\x47\x9b\x38\x79\xa4\x20\x61\x5c\xaa\xcb\xc3\xe5\xf0\x30\x66\x52\xc6\xfb\x23\xdd\x77\x16\x84\xa4\xf1\xde\x56\x40\xa4\xf0\xc8\x79\x38\x38\x2f\x0b\x2f\xd2\x8c\xcb\xe2\x70\x1c\x4f\x1c\x40\x32\xd6\x2a\x13\x5c\x7b\x8e\xc5\xf9\xdc\x43\x2e\x63\xaa\x32\x9f\x7b\x09\xe6\x80\x9c\xcf\xcf\x42\x1a\xef\xef\x7f\xfe\xcd\x51\x39\x9f\x40\x53\x18\xec\x27\x5c\xa2\xa2\xb5\xcf\xbd\xc4\x25\xd0\xda\x27\xac\x77\x42\x6c\x3c\x1f\x4e\x4d\x96\xd2\x03\x91\x22\x33\x9e\xe0\xe5\x27\x44\xc6\xf3\xb9\x37\xb6\x3c\xfc\x34\x32\x67\x10\xe1\x73\x69\x33\x0f\x8b\xb9\xb4\x89\x51\xde\xc4\xd7\x04\x5b\xbb\x09\x1a\x7e\x42\x54\x3c\xf1\x2d\x01\x25\x69\x82\x8b\x9f\x71\xc5\x9e\x4f\xb2\x52\x9a\x9b\x23\xe9\x14\x9e\xad\x88\xde\x65\x2a\x82\xdc\x9e\x6c\x91\x14\xcf\x81\x1b\x7c\x65\x75\x42\xf9\xf8\x9d\x64\x2c\x4c\x26\x70\xfa\x58\xcd\xcd\xa7\xb0\x33\x5a\xeb\x25\x54\x50\x8d\x26\x8e\x29\x19\xd3\x90\xf9\x94\xdb\x53\xa6\x05\xb4\xfd\x8c\xe3\xf5\x7c\xa0\x4e\xfc\xae\xe7\x73\xa9\x33\x3b\x46\x95\xc5\xc9\x3e\xf1\x54\xba\xc4\x09\xfd\x5c\xae\x0a\xfb\xb5\xf9\x34\xeb\xa4\xc4\x06\x19\xda\x0b\xa8\x19\x33\x8f\xf9\x34\x66\x1d\x16\x02\x57\x96\x14\x6c\x3a\xa4\x4a\x38\xa7\xf9\x74\xd6\x60\x36\x0f\x5d\x85\x28\xb9\x9b\xa4\x60\xe3\x07\xa3\xc4\xe1\x84\xdf\x4a\x02\x1f\x7e\x3e\x97\xab\xca\x16\x79\xe9\x36\x5b\xca\x62\x0d\xb0\xcd\x70\x6b\x28\xa8\xa8\x27\x6e\x29\xd9\xe4\x7b\x64\x96\x9f\xe3\x7b\xc9\x16\x93\xb3\xf9\xec\xe7\x26\x47\x0a\x3c\xac\x2a\x76\xa8\xe7\xd2\x24\x06\x62\x93\x5b\x44\xf9\xb9\x34\x2f\x4d\x66\x07\xe6\x30\x60\x8e\xe9\x59\x37\x8b\x03\x79\x69\x15\x63\xb0\xc9\xbd\x00\xeb\xaf\xf9\x3c\xf6\x81\x02\xef\xd9\x58\x7e\xce\xdd\x3d\x1c\x73\xa5\x4a\xcf\x46\x0b\xe7\x70\x84\xa1\x79\xa4\x40\xce\x29\xae\x13\xd9\x81\x7e\xe9\x32\xcc\x22\x2e\x32\xd9\x31\x7f\x19\x4f\xab\x7f\x69\xc9\xad\xf2\xbd\x07\x5c\xc1\x2d\x75\xbe\x3f\x0e\x8d\x9b\x83\x0b\x05\xb6\x5d\x93\x4b\x43\x42\x48\x3e\xdf\x68\xd9\xb7\x1e\x9c\x5f\xb0\xde\x9a\x6f\xb2\x25\x14\x92\xca\x2d\x90\xcd\x80\xb8\x05\x29\x58\xd1\x65\x38\x8b\x47\x33\x51\x0b\x12\x32\xf4\xc9\x2d\x22\x21\x35\x9f\x5c\x22\xca\xef\xaf\x21\x62\xe7\x7b\xd9\x54\xec\xb6\x26\xce\x35\xc5\xf3\xf7\xcd\x4c\x08\x87\xee\x9b\x0b\x3b\x33\xaf\xf4\x91\xd3\xf5\x95\xe0\x60\x53\x09\x84\x80\xe9\xd4\x7c\x33\xbb\x9c\x7d\x2f\xee\x72\xbc\xde\x09\xf1\x34\x78\x8b\x0d\xa5\xa2\xca\x22\xe4\x95\x23\x88\x1d\xec\x75\x59\xc3\xc3\xbd\x1d\x62\xe2\x43\x18\x4f\x3c\xad\x26\xe1\x09\xb0\xaf\x9a\xef\x88\xb7\x6c\x56\x2c\x37\x07\x90\x71\x26\xf7\x06\x0c\xa8\x26\x17\x85\x84\x98\x7d\x12\x3b\x20\x05\x1b\xbb\xc8\x42\x77\x16\xed\xb6\xb1\x9b\x91\xa0\x25\x9b\x96\x38\xd8\x9b\x3e\x70\x46\xbc\x97\xb3\xc3\x36\x6a\x12\x31\xa0\x7c\x85\xb3\x90\xd9\x4b\x71\x9e\x49\x88\xdc\xe7\x7b\xef\xc2\x58\x38\x4d\x62\x05\x24\x84\xef\xf3\x3d\x7e\x79\x5f\x9f\x3b\xb2\xd1\xfe\x3c\x74\xd3\xc1\xbf\xcb\x11\xb4\x96\x89\x63\x4c\x0a\x0e\xfe\x5d\x8e\x40\xb5\xac\xdf\xbd\xd8\x16\xe0\xc4\x17\xc8\xff\x09\xcf\xab\x05\xf0\x3f\xc8\x2c\xeb\xf7\xb3\x29\x83\xf7\x5b\x67\x34\xc7\x3d\x1b\xa8\x73\x81\xff\x0f\x40\xcb\xfa\xdd\x5b\x6f\x42\xa0\xbf\x88\x04\x00\x3a\xcb\x02\xe0\xbf\x80\xdf\xbd\x7e\xf0\x64\x20\xc4\xaf\x5f\xe4\xcb\x44\x45\x97\x29\x4b\x80\xc5\x2f\x90\xfe\x41\x6c\x59\xe0\xfc\x27\xc0\xe1\x17\xc8\xfe\x18\x5d\x2d\xbc\x5c\xb0\xb2\x5a\x80\xf2\x03\xbb\xb2\x70\x6a\x29\xc8\x25\x17\xf0\xfc\x00\xb0\xac\x1f\x1b\x36\xca\x84\xf5\xbb\xcb\x0d\xf4\x95\xf5\xcb\xf6\xc1\xdc\xb7\x85\x99\x76\x17\x86\xb3\x51\xfb\xe5\xac\x40\xc9\x5e\x78\xc2\x14\x04\x93\x0b\x47\x18\xf0\xb2\x17\x20\xfe\x05\x11\xe5\xc2\x25\x26\xa1\x9a\x58\xbf\xc2\x58\x35\xf3\x9c\x9b\x9d\xea\x0b\x23\xd1\x7c\x67\x24\x02\x6d\xb9\x17\xef\x92\x69\x4a\x65\x20\x02\x6d\xb9\xa7\x01\x58\x2a\xeb\x57\x29\x3c\x50\x3f\x5b\x3d\xd0\xf1\xeb\xd7\x98\xab\x41\x76\x2e\x63\xf8\xbb\xad\xdf\x25\x09\x20\x55\xd6\xaf\x9b\x9d\x4a\x2f\x49\x94\x42\xe7\xba\x25\x52\xe9\xbd\x5c\x97\xe4\x58\x0c\x4b\xa1\x56\x38\x31\x54\x22\xeb\x07\x51\x54\x4a\x9c\xe9\x66\xb7\xa2\x29\xd3\x4e\x03\xe6\xe4\x9d\x3c\x0b\x1e\x3f\x52\xd5\xbd\x58\x15\xc7\x0e\x1a\x8a\xae\xbf\x75\xc7\xb4\x51\xe9\xae\x4c\x39\xa5\xdc\x5d\x3f\xa1\x46\x59\xbf\xfd\x92\x4e\x4d\x50\x48\x27\xfb\x13\x59\x0a\x7f\x33\x74\x5e\xbf\xe7\xb6\x74\xd0\x88\x87\x05\xe9\x68\x3e\x97\xd6\x07\x8d\x78\xb8\x5d\x44\x6a\xe0\x1c\x88\xae\xfc\xbb\xe1\x63\x28\xb6\xc2\x8f\x85\xc7\x92\x08\x3f\xa6\x07\x2a\x00\xb6\x3f\xa1\x94\x59\x81\x1d\x1a\x9d\xcc\x0a\x81\xb5\xd7\xf9\x36\xd0\x19\x3a\x16\x02\x9d\xb9\xfb\xe1\x0a\x77\x8d\x63\xf4\xb4\x42\xa2\xef\x90\x1e\xd0\xfb\x98\x18\xad\x80\x18\x40\xaa\x09\x97\x5d\x29\xb0\x57\x2b\x64\xa6\x13\xaa\x09\x77\xb3\xc5\x6c\x68\x05\x57\x39\x84\x80\xe7\x4c\xc1\xd5\x60\x85\x62\x76\x1a\x79\x17\x31\x10\x03\x2b\xdc\x05\x0a\xa6\xc0\x0a\x05\x42\xc8\xbc\xdf\x85\x08\x86\xc0\x0a\x15\x9a\x88\xbe\xd3\x16\x16\x68\x68\xac\x55\x2b\x6d\xe1\x66\xf7\x95\x02\xcd\xc1\x82\xb7\x9e\x3e\x79\x27\xfd\xae\x38\xf0\xaa\x57\xe8\xd0\xa1\xad\xea\xe7\x26\x53\x48\x67\xb4\x58\x9f\x40\xf8\x17\x42\x77\x2c\x9c\x68\x12\x42\x8e\x15\x5c\x9f\x85\xfc\x97\x11\xa9\xc5\x2c\xf4\xbf\x30\x5c\x77\xa9\x62\xeb\xb3\x82\xcb\xb3\x30\x5a\xf7\x02\x81\x39\xcf\x0a\xb3\x42\xd9\xbe\x33\x75\x85\x26\x4e\x0a\xa4\xfe\xc9\x62\x28\x34\xf1\x2e\xe6\x6a\xf5\x08\x06\x50\xb2\xac\x70\x17\x70\x02\x69\x7e\x85\xcb\xb6\x54\x5b\x75\xc8\x4d\x79\xdc\x1e\x90\x95\xac\x70\xc8\x41\x79\x87\xb1\x65\x01\x02\xd3\x5f\xcd\xc1\x95\x01\x35\xcd\x0a\xcf\x1d\xda\xef\x95\x25\x5a\xc9\xfd\xb0\x25\xb1\x21\x83\xcf\x8f\x10\x68\x05\x6e\x08\x08\x59\x56\xb8\x37\x04\xac\x6f\x56\x78\xef\xe8\x83\x61\xb6\xc2\x65\x3e\xf0\xa1\x5f\xe1\xf2\x1e\x85\x33\x68\x85\x7b\x59\xc0\xd4\x66\xc5\xdf\xed\x3c\x64\x0a\x58\x7f\x42\x13\xb4\xa2\xbb\x3a\x05\x02\xd5\x5f\x3c\x1b\x70\xd7\xc1\x6f\x7d\x01\xda\x5f\x3c\x1b\xe2\xbd\x8c\x63\x87\xb3\x22\x84\xe0\xd9\x10\x03\xf3\x53\xcd\x42\xfd\xc9\x4f\x6f\xfd\x97\x8d\x58\x51\x5a\xa9\x66\x7f\xc9\x42\x31\xf7\x9c\xa8\xf7\xf0\x5c\xd1\x63\x82\x5e\xc4\xc8\x4c\xd8\xf4\x74\x57\x3c\xa8\x58\x8b\x38\x01\xc9\xbd\x17\x27\x20\xec\x80\x16\x2e\x40\xc9\xbd\x37\xde\xf3\x03\x8b\xa0\x45\xb8\x80\x84\xec\x69\x11\x2d\x20\x21\x70\x5a\x91\x23\xa1\x30\xb7\xe0\xfc\x63\x26\xb4\x40\xf9\x4f\xa0\xd0\xaf\x08\x0d\x7d\xaf\x8c\x3f\x9b\x53\x84\x86\xbe\x57\x06\xe0\xaf\xf6\xc5\x2b\xba\xbd\x77\x6a\xae\x8c\x8e\x03\x5b\x69\xdd\xf0\x9d\x16\x39\xb2\x12\x24\xdb\x3e\x31\x00\x12\x80\xf5\x2b\x76\xe6\x67\xd0\x26\x78\x1e\x82\xe0\xad\x08\xcf\x83\xd9\xea\x8a\xfd\x4e\x90\x59\x46\xfe\xcf\xbf\x31\xf7\x59\xf1\xd2\x4f\xc1\x10\x74\xe1\x0f\x94\xd0\x40\xad\x38\xef\xc8\x02\x3c\xb3\xe2\xdd\xf7\x9b\x59\x2e\x5d\x15\x8c\x3b\x57\x9c\x36\x92\xf4\x4b\x29\xf8\xad\x2f\x1c\x89\x52\xb4\xce\x4b\x35\x48\xef\x56\xbc\x9c\x13\x86\x37\x2b\x2e\x3f\xa4\xd7\xeb\xe1\x78\x31\xfd\xbd\x59\x28\x6f\x23\xb7\xb1\x89\x97\xa3\xc2\x16\x67\xe1\x70\x84\x45\xcc\xc2\xc3\x28\x21\x1e\x5b\x38\x18\x61\xe7\xb2\xe2\xbd\x01\x14\xec\x0f\x17\x11\x02\x9a\x8b\x16\xc6\x09\x8c\x92\x85\x9f\x51\x41\x8c\xbb\x08\x15\xd0\x5c\x91\x97\xf2\x4a\x75\x2d\xdd\x83\xa6\xb9\x0a\xef\x51\x92\xd0\x9d\xad\x08\x15\xba\x95\xc5\x7b\x8f\xc0\xae\x64\xc5\xd7\xc6\xfa\x6e\x29\x54\xfa\x22\x65\xfa\xd1\xb7\xb7\xf2\x6e\x3a\xb2\x2a\x8e\xdd\x78\xe9\x10\xa3\x8d\x15\xb9\xb3\xa3\x64\x5b\x04\x1d\xc0\x2e\x63\xe1\xae\x84\xe8\x6d\xa5\x5f\x43\xc8\x65\xf2\xad\x9f\xbd\x29\x05\xe6\x8a\x2d\x06\x77\xa4\x84\x34\x6f\xa5\x4b\x6f\xb8\x38\xaf\x74\xc9\x2d\xa1\xa6\x5b\xe9\xd2\x15\xb6\x0b\x0b\xaf\xa4\x84\xc2\x6e\xe1\x87\x94\xd0\xd7\xad\x14\x99\x15\xf8\x1b\xe2\x12\xa4\xc4\xb4\x24\x78\x31\x80\x2e\x16\x21\x0a\x30\x74\x58\x49\xa1\x18\x53\x44\xb0\x82\x44\x5c\xc0\x85\x8b\x51\xc2\x21\x77\xe1\x47\x54\xb0\xe3\x5a\xe9\x12\x16\x16\x0a\x2b\x41\x58\x08\x05\x57\x82\xab\x02\xe0\x7c\x25\xb8\xa7\x66\x57\x2b\x63\xc7\xf1\x98\x6a\xfb\xcf\xbf\x51\xf1\xaf\x54\xa9\x15\x56\x23\xd5\x71\x93\x69\x2f\x97\x66\x94\x83\x2b\x5d\xfa\x6a\x36\x17\xf2\x72\x2d\xa6\x6a\xbb\x78\xbf\x9c\x14\x0a\xf7\x45\xfc\x83\x84\xf2\x70\xa5\x4b\x5d\x88\xff\x16\xf1\x0e\x8a\xeb\x28\x75\x9b\xe2\xbb\x15\xd1\xa3\x7b\xc6\x15\x57\x0c\x9e\x4c\x20\x22\xaf\xd4\xad\x88\x1e\xc1\x6c\x61\xd7\xb4\x12\xd2\x30\xa4\x98\x2b\xdd\x43\x0e\x30\xe4\x95\x10\x82\xcb\x0e\xe1\x02\x85\x16\x7d\x11\x3c\x21\x25\xbf\x1c\x94\x92\xcd\x62\x29\x74\xe3\x9e\x60\x08\x1d\x57\xe2\x04\x93\x79\x4a\xf3\xb6\x85\x03\x07\x5f\xa7\x84\x37\xf1\x4a\x8b\x91\xe6\x34\xc3\xed\x29\xa5\xfc\x37\x50\xea\x95\xb8\xfb\x7c\xeb\x09\x12\x4e\x36\x63\x53\x35\xe5\x6e\x66\x8d\x7d\x3a\x5d\x7e\x0e\x15\xf8\x4a\x9b\x86\x42\x37\xe9\x9e\x92\x28\xc3\x17\x81\x17\x12\x42\xce\x45\xa8\x85\x82\x21\xc7\x4a\xa7\xdd\x2c\xe6\x86\x57\x74\xbe\xcf\xb8\xc9\xe6\x66\xe8\xe1\xc5\xd3\xa5\x72\x34\xcb\x8b\xa8\x0c\x09\x39\xe8\x4a\xe7\xdc\x64\x5e\x1f\xaa\x64\x42\x1e\x76\x0d\x09\xeb\x72\x86\xdd\xd5\x76\x89\xb9\xbb\xd8\x5e\x66\x9b\xed\x3d\x5d\x42\x45\x65\xbc\x32\xb2\x6b\x54\x8b\x2b\xff\xee\x1c\x58\x25\xee\x57\x68\x88\x57\x96\xf4\x18\x9f\x1c\xf8\xb2\xf0\x4a\xe7\xa1\xb7\x7c\x49\x0f\xad\xf1\xca\x92\x1e\xf4\x83\x73\x56\xc1\xd5\x77\xe5\x7b\x74\xa1\x9f\x5d\x78\x66\x25\xdc\x8e\x57\x96\xc4\x38\xe9\x09\xc9\x50\x50\x18\xae\xcc\xa5\x1a\xbd\xe4\xca\xdc\x89\x50\x0a\x2e\x22\x35\x24\x60\xf7\x57\xe6\x86\x8d\x34\x75\xe5\x42\xf1\x14\x23\xe9\x31\xe4\xc4\x61\xc0\x3b\x78\xe1\x9a\x95\xd0\x5a\xae\x5c\xef\x60\xa0\x48\x5b\xc4\x60\x40\x6d\xbb\x32\x17\x14\xdc\x58\x57\xae\xe5\x26\x53\xb6\x94\x07\x15\xe6\x4b\x79\xa5\xdb\xbd\x4b\x7a\x48\x8a\x57\x96\xf2\xa0\xc8\x8c\xec\x19\x49\xed\xc2\x69\xab\x74\x3f\x45\xc8\x8c\x90\x75\xe5\x7b\x9f\xc1\xe9\x78\x65\xae\xf8\x08\x5c\x57\xbe\xe7\x1a\x1a\xe0\x95\x3b\xbd\xe8\x66\x61\xfe\x39\xe0\xb3\x44\x03\x19\x12\x95\x01\x91\xf4\xca\x83\xa1\x86\x50\xf2\xb8\x4b\x04\x82\xc8\xf7\x5c\x03\x74\x78\x65\xe4\xcd\xc8\x4b\x17\xa1\x19\xc0\x11\x5e\x79\x32\x2c\x1c\xb7\xf9\x52\x15\xea\xdf\x45\x20\x86\x94\x2c\x6f\xdd\xa1\x80\x26\xf2\xba\x53\x34\x5c\x3a\xf7\x2c\x03\x24\x78\x11\x8f\x21\xa1\xcc\x5c\x44\x60\x40\x4f\xbb\xf2\xa5\x20\xb4\xb4\x2b\x43\x1e\x70\xdc\xd9\x13\x8e\xbb\x48\xbe\x27\x5c\xc1\xdf\x6e\x65\xc9\x86\x63\x3a\x73\x39\x1a\xce\xca\xa1\x7a\x1a\xcb\x8a\x87\xcd\xcd\x8f\x0a\x0b\x0a\x7f\x1e\xee\x3f\x94\x78\x59\x47\x1c\x89\x57\xbe\xe7\x57\x19\x36\xe5\x9e\x5f\xdd\x35\xfc\xde\x56\xb9\x6e\x51\xe2\x78\x57\x21\xb8\xc2\x37\xb1\x48\x96\x11\x16\x2f\x22\x2b\x74\xd6\x6a\xb9\x17\xa4\x32\xbe\xf7\x85\x62\x24\xf2\xce\xdd\x8a\x35\x5c\x10\x25\x00\xd3\xbf\x0a\x34\xc4\x71\x40\x40\x84\x82\x87\xd4\x2a\x91\xec\xcc\x6c\x89\x66\xff\x9b\x78\x6a\x95\x7b\x72\x21\xda\x5f\x84\x50\x48\x88\x8c\x57\x49\x5c\x08\xbb\xef\x77\xe0\xd9\xf1\x09\x9f\x90\xf0\xd4\x5e\x85\xcb\x16\xde\x50\x8b\xa8\x08\xc9\x9b\x54\xb9\xd4\x53\x70\x72\x5a\xa5\xdc\x4e\xb2\x06\x88\x95\x90\x10\x37\xaf\x02\x51\xb1\x06\x08\x94\x50\xc1\x3a\x5c\xa5\xa2\x14\x62\x17\x28\x2c\x76\xbc\xb8\x57\x69\x74\x86\x13\x95\xb0\x06\xdd\x11\xbc\x8b\x1a\x68\xdd\x45\x78\x02\x94\x00\x8b\x78\x04\xc3\xf1\x9b\xa4\x52\x1c\x97\x17\x24\xd3\x0b\x3f\x42\x70\x73\x57\xb9\x5b\x7f\xfd\x39\xf2\x93\xbe\x71\x10\x97\x7b\xfd\xae\xc0\xc7\xad\x72\x97\xe3\xb0\xf2\x4d\x1f\x38\x9f\xcb\x5d\x8e\xc3\x02\x37\x7d\x70\xb0\xee\x06\x0c\xe2\xeb\x2a\x68\x18\xf1\x16\x5f\xf8\x07\x26\xc4\xde\xab\x1c\x2a\xe2\x1c\x2e\xcf\xbc\xf7\x5b\xf6\xee\x82\x8e\x11\xe7\xf0\x55\xee\x9d\x05\xac\xd8\x55\x1e\x7a\xcf\x11\x5a\x5e\xd4\x59\xec\x3b\xe5\x45\x87\xc5\x59\x59\x91\x3f\x21\x04\x5f\xf5\x47\xb5\x2c\xf1\x8a\x8e\xc1\x2b\x66\xbd\xf7\x93\x8a\xe8\x7f\xd5\x70\x1b\x4f\x31\x35\xa8\x5a\x4b\xbc\xd3\x78\x4a\x64\x17\xc6\x31\x7b\x11\x9a\xa0\x02\x32\xb6\x6a\x4c\xff\xf9\xf7\xb0\xc0\xbb\x23\x57\xa4\xed\xab\xc6\x72\x93\x79\xbd\x3c\xcf\xf0\xc3\xbb\x72\x80\x7e\x5d\x04\x24\x48\xf9\x7b\xb7\x85\x54\x8f\x2e\xde\x1b\x6e\x2d\x0c\x06\x8b\xb9\xb2\xab\xe2\xd7\xbd\xea\xbd\x40\xa0\x9c\x58\xf5\xee\xa4\x00\xc3\xae\x8a\x56\x0e\xff\xee\x55\x2f\x6b\x33\x6c\x60\xab\xf7\xae\xcf\x02\xa8\xf3\x36\xc5\x1c\x93\xa9\x2b\xbe\x53\x08\x2d\xe4\xae\xeb\xb5\xbf\xde\xcb\x6e\xc2\xef\x7a\xd5\xbb\x5e\xf0\x68\x5d\x15\xb6\x1d\x0f\xec\x55\x27\x72\x07\xbb\x7c\xd7\x0b\x9e\xa9\x0b\xcf\xc0\x1a\x6d\xec\x0a\x37\x99\x16\x22\xd1\x47\x00\xbf\xea\xbd\x03\x03\x2e\xbb\x70\x03\x4c\x08\xe0\x57\x45\x28\x8a\xab\xf6\x22\xf6\x00\x90\xb3\xab\x1e\xe6\x96\x4d\xa3\xde\xdd\x06\xf0\xd9\x55\x5f\x72\xd0\x07\x64\x95\xb8\x4e\xaf\xfa\x52\xf6\x6d\x77\xfb\xdd\xa9\x92\xb5\x6e\xc8\x2a\xf1\xa1\x5e\xed\x6e\x25\x38\xbe\xae\xe6\x4e\xc2\xe9\x86\x0b\x60\x42\x78\xbe\xf0\xf3\x4b\xf8\x45\x2f\x42\x00\x24\x3c\xa1\x57\x8b\x7c\x4a\x72\x42\x8e\xc1\x68\xe1\xbb\x97\x10\xaa\xaf\x76\x77\x0b\xf4\x25\x8b\x10\x01\x09\xe7\xe8\xd5\xd2\x44\x4a\x42\xe9\x69\xfd\xe7\xdf\x38\xc1\xae\xc6\xad\x52\xee\xa6\x65\x86\xa8\xfd\x55\x42\x85\x3f\xdf\xb0\x41\x77\xc9\x0c\x2b\xe6\x48\xc6\x93\x7a\x35\x96\x06\xdb\x54\xab\x34\x82\xab\x21\xce\x76\x38\x97\xae\xd6\x18\x1c\xb3\xb4\xdb\x64\x48\x16\xd7\xba\x9a\xbe\x2c\x77\x1d\x73\x85\x6d\x8d\x15\x68\xee\x7b\xac\xe2\x1f\xba\x1a\x8a\x9f\x6c\xee\xcb\xa2\x56\xb7\xf9\x86\x11\x0d\x10\xb0\xab\xcd\xdb\x71\xb7\xc3\x86\xcb\xfc\xef\x7b\x67\x58\x2d\x1e\xd0\x59\x7c\x27\x17\x21\x01\x2a\xc1\x47\x56\xc3\xca\x1d\x2f\xc8\x05\xb8\x7f\xca\xd6\x0b\xf0\x14\xce\x8d\x0b\xaf\xb8\xaa\x6c\x09\xcc\xff\x80\x6b\xe3\x6a\xf7\x5c\xac\xee\x20\x0d\xab\x62\x54\x48\x0b\x5f\xb9\x80\xde\x68\x35\xec\xc9\x70\x6b\x5c\x60\xfd\x27\xf4\x07\xab\x01\x1e\x05\x32\xec\x6a\xf7\x50\xab\xae\x4a\x5c\xde\x12\x41\x3b\x97\x1e\x6f\x38\x24\xae\xfe\x63\xfe\xd9\xdb\xfb\x8f\xf6\x57\xd3\x69\x33\x9b\x3b\x18\xff\x15\xcf\xff\xd5\x31\x4f\x50\x96\xa3\xd7\xdb\x2f\xf9\x0e\x05\x70\x6a\x77\x6c\x88\xf1\x3d\x5c\x3d\x30\x86\x0c\x7f\xc7\x28\x15\xe8\xd5\x85\x27\x5b\x52\xb2\x03\xb6\x7f\xfd\xbe\xe5\x1e\x85\xbe\x62\xf5\x84\xa8\x8c\x79\xe9\x98\x14\xe0\x1a\xbe\x70\x62\xab\xdf\xb7\xf8\x4d\xfc\x20\xd4\xce\xe6\x44\x54\x80\x05\xf6\x7f\xf8\x41\xa9\x1d\xa3\x02\x1c\xc1\x57\xc7\xc8\x15\xbc\xd5\xd5\x4b\x44\x70\xc6\xb7\xc4\x00\x02\x7a\x75\xe1\xf0\x56\x15\x18\xe1\xef\x96\x80\xf6\x5f\xbd\x5a\x57\xe3\xbd\x93\xee\xfb\xe2\x9d\x76\xd6\x07\xa9\x9b\xef\x8c\x33\xac\x04\x78\xff\x55\xe1\x50\x6f\xb4\x81\x6d\xa1\xdf\x55\x9b\x70\x38\x5f\xbd\x21\xb1\x4b\xe6\x67\x6c\x11\x49\xf5\x4e\xfb\x6d\xcf\xbd\x7d\x55\xa5\xf4\xa2\xfe\x63\x23\xb5\x3a\xd0\x11\x1e\x75\x1d\x1e\x10\x35\xca\xea\x9c\x98\xf8\x89\x2f\x9d\xe5\x7e\xce\xa3\xeb\x19\x4a\xc6\x3b\x2e\xe1\x3e\xbe\x44\xf8\xc7\xa8\x6a\x75\x36\x3e\xf0\xf0\x17\x7e\x72\x15\x84\xeb\xd5\x97\x65\xd2\x7e\xd7\x39\xdb\x10\x7e\x71\x15\x1f\xe7\xd5\xb1\x91\xc4\x24\x6a\xe1\x22\x97\xd4\xc2\x74\xd7\xbf\xe5\x80\xa3\x82\xf1\xd3\x22\x4a\x40\xc2\x6b\x7d\x75\xd7\x39\x42\xaa\x0e\xd7\x07\x8a\xfe\xea\xae\x79\xb6\x89\xce\x49\xac\x68\xae\xe3\xb7\x84\x25\xd3\xea\xe7\x8e\x7f\x75\x0d\xe0\xb5\xf4\x73\xed\x3d\x88\x09\x61\xbc\x8c\x21\x80\x55\xd3\xea\x84\xc6\xf0\xd0\x27\x82\x40\x2a\x7f\x05\x45\x5e\x5d\x22\x63\x03\xe8\xaf\x0d\xa4\x51\xef\x44\xb8\x49\x43\x70\x38\xc5\xd4\x68\xf5\x17\xd1\xa5\x03\x0c\x06\x15\xda\xca\x35\xb8\x5d\x29\x19\x1c\x3f\x24\xa0\x0c\xd2\x80\x28\x15\x07\xe2\xea\x57\x95\x7a\x13\x94\x20\xa0\xd1\x5c\x03\x5e\xc1\xc5\x32\x70\x79\xc2\x87\x71\x8d\x50\x91\xa4\x36\xde\x99\xa8\xef\xdd\x3c\x89\xf7\x41\xfa\x1d\x60\x5d\xfc\x30\x49\x5a\x83\xf3\x42\x3d\xd2\x88\xd6\x45\xbd\x18\x0b\xa9\x48\x1a\xf7\xc0\xa8\x98\xf1\xad\x21\xf1\x41\xa0\x03\x41\xbd\x7a\x22\xe3\x0b\x60\x22\xb4\x06\xb0\xbd\xd8\x02\x2d\x42\x0d\x24\x95\x43\x23\x33\x51\x9c\x53\x03\xc7\x12\x8c\x81\xd6\x90\x58\xb9\x0a\x0c\x88\x15\x13\xa0\x85\x1f\x5f\xc0\xd8\x66\x11\x64\x20\xa9\x2a\x22\xc6\x40\xc0\xc2\x66\x11\x48\xa0\x56\xc7\x01\x9f\x51\x14\xa9\x6b\x54\xc6\xdf\xbe\xe3\x9b\x8d\x5d\xcd\x1a\xc4\x97\xc1\x6d\x71\x0d\xce\x09\x00\xfb\xd7\x80\xf8\xf0\x60\x5c\x03\xae\x15\xec\xfe\x35\x24\x44\x36\x95\xd1\x2b\x02\x66\xca\x07\x29\x0b\x83\x9b\x35\x3a\x62\x65\xcb\xef\x96\x49\xf9\xf7\x92\x56\x71\xdb\x5b\x63\x30\xce\x6c\x36\x03\xc2\x0d\xce\xbb\x84\x0b\x67\x30\x06\x1b\x9e\xe3\x3c\xee\x86\x87\xaf\xdb\x1a\x33\xf2\x4e\x99\x70\x43\x40\x14\xac\x71\xb9\xa1\xaa\x34\x10\xf7\xc3\x04\x5a\xc1\xc2\xad\x30\x60\xcd\xb2\x06\x32\x4a\xa5\xbc\x63\x59\x2f\xe3\x8c\x99\x9f\xda\xae\x21\xb1\xb2\x39\x8d\x4b\xac\x15\x2c\xc5\x35\x70\xe1\xc6\x40\x65\x8d\x7b\x58\x55\x1c\xbd\xd6\xc0\x92\xa8\x54\xd3\x11\xba\xbb\x06\x20\xee\xe0\xda\xdb\x48\xdd\x9d\xf7\x4b\xd0\xb5\x39\xbf\x10\xb4\xac\x27\xf1\x0a\x6a\x73\x6c\xd1\x0c\x10\x93\x60\x8d\x87\x71\x76\x0c\x51\xf8\x12\x77\x60\xe1\x78\x18\x82\xe3\x03\x6f\x0d\x06\xc3\x1a\x2f\xf9\xed\x0b\x74\xa7\xb0\x0e\xef\x41\xe3\xd0\xaf\xf1\xda\x5f\xda\xf0\x32\xb6\xb4\x7f\x42\x5f\x58\x09\x2c\xdd\x08\xb1\x12\x58\x93\x03\x0d\x15\xfe\xc2\x6f\x30\x15\xf3\x04\xe6\x82\x0d\x8c\x30\x06\xa9\x7c\xf9\x99\x0b\x36\xb0\x89\xa7\x0c\x7a\xfe\x85\x67\x61\x2a\x5f\x39\x6c\x60\xa6\xc3\x61\x29\x71\x99\x58\x27\x10\x71\x60\x11\x7e\x20\x60\x00\xb0\x26\x77\x36\xd5\x8a\x3a\x0b\xe2\x82\xb7\xa6\x87\x9e\x79\x00\x55\x08\xb6\x27\x5b\xe6\x5f\x85\xf1\x33\x5b\x30\x85\xe1\xd0\x4d\x04\xfa\x45\x18\x82\x54\x2c\xac\x56\x74\x12\x34\x0a\x71\x87\x8a\xcc\x29\x91\xb1\x49\x4c\x88\x4c\xa1\xc5\x44\xde\x41\x70\xe0\x35\x81\x3c\x50\xd7\x4e\x64\x82\xaa\xac\x60\x36\xca\x61\xd7\x26\x14\x41\x55\x14\x40\xbc\x81\xaa\x2c\xc0\x70\x03\x2a\xc4\x27\x84\xe5\x45\x7f\x22\xfd\x28\x5c\x31\x26\x08\x4a\xc4\x4d\x5f\x13\xc1\xa3\x27\xd0\xc4\x6a\x1a\x17\xbb\x45\xa0\x81\xea\xed\x7d\x22\x3e\x04\x55\x63\xcd\x89\xf2\xc2\xc9\x9f\x0c\x24\x1b\x33\xb1\x08\x2a\x38\x60\x6b\x4a\x64\x6c\xba\x13\x22\xc3\xf8\x6e\x11\xa2\xa0\x7a\x7f\xc7\xdb\xb1\x02\xee\xb5\x26\x5c\x60\x77\x92\x11\x93\xa8\x7a\x9d\x8b\x3c\x4e\x14\x5e\x07\x2a\xa9\xf1\x7a\xac\xdd\xf1\x27\xea\x87\x5a\xea\xb9\x68\xb3\xe3\xcf\xfd\x42\xfd\xec\xdc\xb6\x87\xfc\x38\xa5\xa8\xbd\x9e\x98\xd6\xaa\x0c\x99\x97\x83\x34\xf2\xf9\x22\x0e\x41\xf5\xf6\x3e\xcf\x25\x20\x4f\xc7\x09\xac\xb7\x2a\x6b\x22\x12\x24\x4f\xc7\x89\xe4\xa4\x3a\xe6\x18\xfc\x54\xc7\x16\xff\x01\x75\xd9\x44\x23\x08\x2a\xad\xf1\x72\x4c\x40\x6f\xac\xf5\xb3\x4c\xdf\x13\xe9\x8d\x77\xbf\xf5\xfd\xf6\xcb\x4b\xe6\xba\x5c\xa3\x81\xcf\x17\x6e\x90\x15\x34\xa4\x45\xd4\x81\xa0\x1e\x79\x71\x70\x81\xee\xba\x16\x07\x17\x90\x1d\x8b\xf8\x03\x21\x5a\x0e\xd7\x5c\x00\x3b\x96\xd1\x07\xa2\xe5\x70\x70\x11\x6e\x60\x2d\x22\xc7\x46\xb8\x52\x9c\x24\xab\xf7\xb8\x85\x1f\xaf\x9a\xe7\x75\x2f\x49\xd5\xcb\xdb\x42\xf6\xa2\x2a\x88\x80\x04\x95\x28\x1e\x6b\x01\x0f\x85\x03\xe0\x22\x36\x41\xf5\x42\x86\x47\x65\x52\x47\xb4\xe0\x50\xc1\x21\x5a\x0b\x35\x1b\x58\x20\x8b\x50\x04\x15\xf3\xb4\xb5\x70\x6d\xc3\x39\x6f\xe1\x73\x59\xbd\x7a\x19\xa1\x40\xed\xf3\x82\x88\xc1\x26\x5a\xb8\x62\x26\x95\xe8\x04\x2e\xa8\x20\x13\xad\x85\xaf\x2f\xae\x7c\x6b\x71\xa8\x7a\x3f\xc3\x41\x33\x81\x27\xb2\xf4\xcf\x8c\xf6\x17\x03\x5a\xa0\x45\x96\x61\x0e\xd4\x40\xaf\x6a\x3b\x69\x03\xde\x10\x6a\xa0\x57\xbd\xb4\xe0\xd5\xcb\x40\x06\x2a\x8f\x57\x75\x7c\x78\x6f\x7e\x4b\x1b\xe0\x68\x65\x82\x56\x7b\xd0\xb8\x31\x3e\xdd\xba\xc8\x03\xfd\xaa\xfe\x32\x4e\x81\x2a\xe6\x75\x0f\xcc\xf6\x73\x7e\xa5\x6b\xc7\x56\x5a\xae\xf1\x6f\x9b\xd9\xe2\x04\xad\x2e\x34\x5c\xfa\xd5\x2f\x13\xcb\xa0\x79\x5d\x5a\x44\xb7\x54\xc1\xbc\x26\x03\x03\xa1\x2f\x4e\xcd\xea\x62\x84\x55\x56\x23\x8c\x9b\x68\xaa\x2e\xc6\x69\xa3\x28\x7f\xf9\x2d\x8d\x5d\x7e\xcb\x20\x5d\x56\xb9\x81\xa9\xb2\x16\x28\x42\x2a\x79\xd7\x65\x95\x1b\x20\x2a\x0b\x9f\x52\xe3\x9d\xaf\x75\xd9\xe6\x06\x50\xca\x5a\x10\xb7\x96\x0a\x4b\xe2\x6e\xbe\x33\x69\x2e\x6a\x89\xbb\xf9\xce\x40\xba\xa8\x31\x9c\xaf\x2e\x64\x54\x0f\x72\x81\x0b\x35\xa1\x57\xa1\x05\xc2\x8a\x6a\x61\xdc\x52\x9b\x57\xa1\x05\x42\x80\x7a\xe1\x75\x2c\xd3\x77\xfa\xcb\x46\xbe\x30\xf7\x25\x14\xc2\x5a\x6e\x1e\x6c\xde\xcb\xcd\x43\x82\xc0\x70\x50\x85\xe3\xc2\xc7\x1f\x38\xde\xb5\x1e\x16\x42\xf3\x9d\xb6\x21\xe6\x59\x97\x93\x6e\x5e\x1f\x16\x9e\xff\xd1\x85\x86\x0e\x51\xad\xe4\x72\xb3\x81\x45\x5f\x5c\x5d\xf1\x57\x5c\xdb\xcd\x86\xc3\x6a\x63\xa8\xa2\x8a\x72\x03\xec\xaa\x76\x7a\xff\xd0\xe1\x52\x26\xee\x2d\x49\xd3\x0b\xbc\x61\xdb\xef\x2b\xe7\x21\xdd\x77\xca\x67\xc3\xc6\x15\x36\xa9\xd3\xdc\x6e\x48\x6c\xc0\xf8\xc0\x24\x30\x58\xd6\x8e\xcc\x35\x9c\xe5\x8e\x94\xe9\xb7\x6c\x2a\x2a\x1e\x77\x74\x4c\x06\xef\x87\x74\xf3\x33\x26\x5f\x99\x8c\x09\xdc\xe7\x4e\xb4\x99\x0d\x7e\x03\xeb\xa9\x16\x72\xdf\xd3\xbd\xc9\xe9\x12\x4d\x23\x69\xf4\xa1\x5b\xac\x6a\x3d\x42\x61\x04\x95\x73\x38\xc2\x24\x2d\x40\x76\xb9\x75\x61\x3b\xbd\x36\x4e\x50\xaa\xdb\xf0\x95\x6d\x72\x9f\x86\xc4\x50\xdf\xb6\x25\x68\x38\xd1\x8d\x7e\x50\x8e\x7f\xc3\x0d\x03\xf8\xb2\x76\xb7\x0d\xd4\x75\x0f\xea\x86\xbd\xea\xc2\xd5\x25\xa8\x9f\x23\xc8\x45\x52\x47\xbb\x71\xde\xc6\x11\x70\xed\x8e\xce\xdb\x72\xb4\x8b\x67\x03\xd8\xa3\xa2\x2e\xa7\x6d\x97\x4e\x1b\xf6\xa3\x6b\xa3\xa3\xaf\x5f\x3a\x63\xe8\x3c\x0e\xfa\x05\x8d\xef\xc9\x9a\x31\x3f\xba\x7b\x40\x17\xd6\x86\xc6\x35\x85\x22\x9a\x46\x03\x0a\x61\xe1\xc5\x62\xfc\xe9\xb5\xa5\x3b\xf6\x01\xdc\x55\x0c\x45\xbd\xf4\x51\xd1\xea\x64\x6f\xea\x82\x71\xd8\xc7\xba\x68\x3f\x34\x95\xcc\x83\xd1\x3c\x90\x2f\x0b\x8f\x15\x63\x48\xaf\x8d\x93\x5f\xfa\xd2\xa1\xaf\xfa\x57\xce\xcc\x90\x1c\x78\x0c\x2c\x82\x70\x24\x0d\x5a\x70\x68\x69\x72\x45\x7a\xb4\x10\xde\x61\xe1\xd1\xd2\xe4\x84\x70\x69\x49\x5e\xaf\xf4\x51\x51\xad\x8d\x8f\x8a\x61\xa5\x17\xae\x26\x4d\x6e\xe3\x10\xe2\x4e\xa1\xda\x41\xc7\x2e\x57\xa1\xf7\xb2\x52\x35\x9c\x97\x9b\x5c\x05\x51\x38\x52\x6d\x7e\xfb\x90\xee\xb7\x2c\x64\x36\x8c\x03\xdb\xac\xea\xea\xc0\x36\x6b\x3f\x43\x9c\x0e\xc3\x3a\x2f\x5c\x52\x9a\xa7\xf8\x21\x9c\xbb\xba\xab\x83\x7c\x48\xa3\x95\x93\x2d\x87\x32\x33\xa7\xac\x79\x32\x86\x0e\x4c\xfe\xe1\x9a\xa9\x9e\xea\xc0\xd1\x56\xf3\x4b\x10\x10\xe8\x29\x8c\x9b\x7d\x47\x30\x0d\x96\xcd\x3a\xc5\x6f\x2b\xef\xf4\x0b\x6e\xcf\x40\x21\xea\x90\x74\x1e\xf1\x6a\x79\x08\xf1\xa8\xbc\x10\x9f\xe7\xe4\xd5\xf2\x34\xf3\x53\x6f\x33\x3f\x7d\x6c\x8c\xb3\xdf\x4a\x4c\x10\x3d\xee\x26\x2d\x7e\xdf\xb2\x28\x6c\x43\x67\x71\x59\x6f\x4f\x58\x6a\xd0\x4e\x62\x41\xab\x54\x3a\xdd\xf6\xd3\x06\xec\xc8\xaa\xf5\x42\x58\x4a\x8e\xcf\xc0\x9c\x83\x0d\x43\x2f\x13\xfc\xcf\x16\xa1\x43\x0c\x6b\xbc\x88\x1c\x92\x80\xa3\x59\x78\x9f\x18\xe1\x78\xe1\x3c\x9d\x9a\xe5\x80\xf8\xa5\xd6\xe5\xcc\x07\x13\x11\xdf\x5f\xf2\x50\xce\xb2\x4c\xda\x80\x3c\x49\xcb\x19\x5d\xad\xd5\xb5\x1c\x64\x45\x6a\x52\x74\x5d\xd1\x2e\xe2\x2c\xeb\xe2\x5b\x10\x6d\xd4\xb0\xe0\xa4\xd2\x70\x4c\x5a\xe7\xf8\x2d\xed\xc1\x34\x58\x8b\x19\xdc\x51\x8c\x89\xbc\x74\x3c\xd1\x64\xe6\xe0\xc3\xaf\xba\x05\x67\xeb\x86\xb7\xed\x3a\x5c\x21\x9b\xed\xfc\x6c\x59\x18\x13\x9c\xf9\x55\xc9\xe0\x74\x12\x54\xc9\xe8\x74\xd2\x6c\x3f\x1c\xb0\xea\x99\x03\x4d\x69\x93\x73\xa0\x29\x55\x35\xcf\x8f\x31\x6f\xbe\x27\xd2\x33\xef\x99\xf4\xc8\x3b\x6d\x63\x83\xc4\xab\xc4\x80\xc8\xeb\xe1\x0a\xe9\x35\xff\x09\xb4\x19\xda\x79\x30\x26\x23\xb6\xc4\xc2\x87\xbb\x69\x55\x49\x8c\x12\xa3\x24\x2f\xfc\x4a\x1a\x5e\xae\xeb\x01\x84\x52\xa5\xcb\x03\x7d\x49\x53\x4f\xb4\x7c\xbe\x8d\xb4\x07\x1a\x79\xb0\xb1\xd7\xd2\x03\x9f\x94\x86\x67\xcd\xd2\x27\x05\x37\xbf\xf5\x70\x88\xe1\xcf\xb7\x8c\x80\x82\xbb\xc3\xc2\xfb\xa4\xe5\x5f\xfa\xdb\x66\x86\x6f\x4a\xd2\x0e\x04\xdf\x94\x86\x73\xcc\x22\x1a\x8a\x21\x98\x17\xfe\x28\x46\x53\x5e\x4f\xc6\x42\x08\xf6\xf5\xc1\xbb\x17\xc4\xdd\x85\x2b\x49\x73\x11\xe1\x4b\xd2\x5c\x2c\x0f\x32\x21\x2d\x93\x9e\xcb\xb2\x26\x30\x6e\xd6\x53\x13\x79\x18\x24\x08\x1a\x17\x87\x45\x40\x94\xf6\x4d\x1a\x1e\x24\xc0\xe0\x2c\xbc\xdf\x53\x73\x42\x1a\x9d\x73\x02\xdb\xcb\x3b\xe5\x03\xa2\x0a\x40\xec\x7a\xb0\x37\x26\xe8\xc5\x7a\x24\xd0\xe6\x3b\x6d\xe3\x94\x7a\x50\x2a\x64\x27\x07\xce\x32\x3b\x21\x5c\x0f\x01\xd9\x59\x0f\xd6\x95\x5a\xb8\xe8\x2c\xae\xb0\x1e\x57\x6f\xe3\xf8\xae\x07\x33\x0e\xd0\x76\xd6\x83\xad\x96\x42\xe1\x07\x93\xc9\xe6\x42\x40\xa0\xa9\x70\x1c\xd7\x8d\xa4\xfc\xe6\x61\x51\x2b\x58\x27\x40\x49\x53\x66\x89\x27\x78\xd2\x14\x0b\x47\xf0\xa6\x3c\xf2\x05\x53\x49\x81\xfb\x8b\xa0\x1f\x17\x81\xf5\x86\x89\x01\x56\xe7\x9d\x72\xfc\x96\x2b\x98\xf2\x1b\x7c\xbb\x9b\xb2\xb4\x17\x99\xa2\xf2\x9b\x17\xe3\x0f\xad\xb7\xf0\x9c\x30\xc6\xec\xd2\x45\x82\xb0\x16\xeb\x65\x0d\x00\xa0\xba\x70\xe4\x6e\x1a\x41\xbf\x08\xe8\x71\x19\x58\x44\x27\x69\x5e\xe1\x5f\x00\x8d\x14\x76\xbf\xe8\x91\x08\x82\xb1\x70\xa4\x68\x1a\x43\xe3\xe9\x9d\x94\x09\xbd\x38\x07\x2a\x13\x7a\xb1\x25\x54\xf6\xf3\x62\x7e\x01\x1a\xcd\xc2\xc7\xda\x50\xb4\xeb\x75\x23\xe4\xe4\x36\x6a\x88\x82\xf2\x17\x21\xb5\x42\x6d\x22\x83\x24\x90\x5f\xd6\x7b\xee\x98\x80\x16\xb6\x5e\x04\xd0\x8e\xf3\x8b\xc9\x9d\x1b\xf0\x8b\x00\xfa\x1b\xe7\x07\xe2\x63\x63\x20\x40\x48\xd2\x1a\xe8\x85\x4b\xc6\x04\x68\xe3\xa2\x90\xb0\xf3\xda\xb8\x11\x04\x64\xc3\x5b\x37\x02\x0c\xbd\xb6\xa1\x30\x90\x07\xef\x5f\xb1\xfc\xc4\x3b\xe3\x99\x28\xc7\xf1\xb9\xeb\x73\x63\xb3\x6f\xa0\xd7\xad\x71\x3e\xc0\x2c\x1b\xe3\x7c\x63\xbe\xee\x5f\x9d\x58\x83\x51\x0e\x4a\x0e\x2c\xc6\x36\xd1\x2c\x0c\x0c\xbe\x7f\xc8\x53\x91\x19\x6f\xcc\xf3\x13\xe6\x63\xfb\xe7\x18\x66\xdf\x99\xdf\x4e\x39\x00\x03\x63\xbb\xba\x7f\x97\x63\x33\xec\xf1\xc6\xca\x3e\x20\x3f\xde\x5a\xd9\x83\xe6\xb2\x7f\x40\x37\x20\x33\xde\xbf\x69\x1b\x7c\x7f\x78\xef\xf7\xfd\x1e\x26\xc6\x45\xde\xbf\xf5\xf0\x4e\x39\xdc\x9a\x00\x34\xd9\x04\x9c\x30\x42\xf2\xfe\xe1\x6e\x8c\xed\xd6\xfe\x21\xa7\x44\xd6\xb8\x7f\x87\x3c\xfd\x6f\xf0\x65\x1b\x43\xfb\x44\x84\x89\x6d\x20\x8a\x62\xe5\x8f\x05\xd3\x21\x08\xb1\xd8\x90\xb7\x62\xd5\x46\x87\x88\xdb\x52\x9c\x04\x94\xff\x58\x8b\xed\x1f\xa8\xb0\xc5\x49\x78\x27\xf9\x29\x13\x37\x2a\x4c\xc7\xf6\x8f\xc8\x42\xc5\x49\x80\x70\x81\x3a\xd9\x01\xf9\x0a\x72\xaf\x1d\x10\x5c\x12\xef\x73\x07\x4e\x17\xc2\x7d\x6e\xa3\x5a\x00\x3a\xbb\x03\x3b\x3e\x60\x28\x1b\xdb\xfc\x84\xdd\xd9\x0e\x71\x60\x4e\x47\x99\xf7\x3a\x93\x30\x3c\xdb\xe1\x5e\x67\x8c\x32\xbb\x03\xd7\x16\xe4\x34\x9b\xd8\x16\x09\x93\xb0\x1d\x52\x21\x9d\xf2\x09\xa2\x5a\x6d\x5b\x6a\xa4\x77\xde\x37\xe9\x94\x99\xe9\xe3\xdd\x24\x76\xc0\xf0\x04\xb3\xb5\x1d\x58\xbc\xc8\x4b\x36\xa6\xfd\x09\x1b\xb6\x8d\x69\xbf\xb1\x5c\x77\xe0\x10\x40\x9b\xbe\x03\xf2\x0c\x0c\xda\x36\x26\xff\xc6\x73\xdc\x01\x0e\x0f\xeb\xb6\x8d\xfd\x7f\x40\xb6\xb1\x43\xe5\xdb\x4a\xdb\x38\x04\x90\xa3\xec\xd0\x74\x7d\xa5\x7c\x38\x39\x94\x2e\x3b\xa0\x24\x40\x56\xb1\x43\x27\x3f\x73\x14\x88\x50\x00\xd4\xe8\xc6\x7a\xbf\x0d\xc7\x16\x59\x45\x75\xac\xb0\xde\xef\xb6\x07\xb8\x41\xae\xe7\x9b\xf8\x17\xc6\x30\xdd\x01\x48\x13\xae\xd5\x3b\x5c\xce\xcc\x70\xa6\x3b\x10\x4f\x98\x6b\xf5\x26\x44\x86\x91\x4d\x77\x98\xb6\xd3\xfc\x58\x4b\xb2\xc0\xb1\xf7\x37\x1e\xe1\xc6\xe0\x3f\x81\x9f\xb2\x31\xf8\x37\xf6\xe9\x0e\x88\x2f\xb8\x26\x6f\xac\xfc\x03\xd7\xe1\x1d\xd6\xc4\x3a\x91\xfc\xc8\x20\xb9\x0e\x6f\xcc\xfc\x0d\x44\xb8\xc3\xd6\x07\x98\xfc\x88\x20\xb8\x02\xef\x00\x31\x75\xc7\x67\x5b\x3e\x6d\xe3\x10\xab\xce\xef\xe7\x3f\x4c\x39\xa7\xde\xba\x22\xdf\x72\x15\xea\xbe\x73\xd0\x55\xe7\x97\x83\xae\x3b\xb6\x8f\xe5\xd0\x66\xb8\x37\x10\x55\x76\x80\xee\xb8\xa2\xee\xf0\x46\x4c\x27\x6f\x1b\x22\x62\x01\x7c\x09\x76\x44\x06\x89\xf5\xde\x8e\xd0\x08\x48\xa1\x3b\xfe\x30\xd2\xfc\xde\x19\xff\x7b\x4d\xdb\x38\x02\x18\xb0\x72\x47\xae\xfc\x5c\xe5\x36\x8e\x00\x46\xee\xdb\x38\x02\x18\x5f\x72\x63\xda\x6f\x0c\xbe\xad\xb1\x3e\x26\x81\x5b\x63\x7d\xe4\xe5\x3b\x46\xdb\x4c\x5d\x91\x71\x86\xf6\x23\x22\x02\xc0\x3d\x77\xbc\xdc\x55\x47\x83\xb9\x23\x22\x02\x6e\x56\x3b\x46\xe8\x82\x4d\x3a\x12\x07\xac\xfa\x6d\xd2\xb4\x93\x7e\x25\xfb\x48\xdf\x11\x17\xe0\x5f\xb0\xf5\x00\xe8\x7f\x8d\x58\xb8\x23\x36\x96\x58\x01\xee\x98\x99\x1c\x16\x66\xe4\x54\xc6\xae\x72\x47\x4e\x65\xbc\x12\x36\xc1\x41\x12\xc1\x45\x76\x2c\x56\x48\xe5\x12\x22\x0b\x2a\x4a\x88\x10\x04\x1e\x02\x81\x2b\xdb\x8e\xf8\x7b\x75\x27\xea\x72\x69\x06\xa9\xdc\x11\x20\x41\xae\x6c\x3b\x02\x2b\xce\x55\x6b\x47\x89\x32\x9b\x4e\x5d\xb6\xad\xdd\x09\xc4\xd3\x7a\x47\x50\x89\xb8\x3a\x6d\x02\x8a\x18\x35\x72\x47\xc2\xd7\x71\x8d\xda\x78\x0a\x24\x30\x5c\x36\x9e\x02\x46\x7c\xdc\x11\x21\x23\x3e\x01\x3b\x62\x9d\x0c\x9a\xcb\x8e\x10\x31\x68\xa0\xdb\xe0\x21\x9c\xe8\x3b\xe2\xff\x8b\x89\xe1\x8e\x63\x62\x03\x4b\xf9\xc8\x14\x39\xdd\x37\xfe\x04\x46\x4f\xdc\x11\x59\x05\xd7\xab\x1d\x0d\x63\xcc\x26\x17\xef\x15\xc9\xc0\x85\x3b\x1a\xb7\xd8\x71\x40\x43\x07\x9e\xcb\x8e\xab\x62\x35\x4b\xdb\x90\x23\xe2\x69\xb0\xe3\xc2\xf6\xb6\x9a\x9f\x30\xc7\x81\xbe\xa0\xc5\xeb\x5f\x99\x2f\x79\xc8\x8f\x46\xaf\x5b\x0e\xf2\x8c\xee\xb7\x87\xf1\x77\x01\xea\xf7\x6f\xfe\x4b\xb8\x46\xfd\xdb\x51\xc2\x95\x20\x0e\xe5\x57\xda\x76\x28\x9f\x43\x06\x67\x02\x43\xec\x6d\xbc\x09\x7a\x70\x3d\x3c\x6c\xde\x12\x16\x1c\x6a\x97\x98\x1e\xc6\xdf\xb5\xf1\xd8\x1e\xda\xfc\x30\xa7\x83\x72\x20\x68\xdc\x49\x77\x04\xee\xb9\x39\xa7\x58\xce\x75\x89\xef\x2d\xe4\x61\x2e\x80\x5f\x6b\x12\xfa\x4b\xf9\xae\x93\x97\x39\x62\x43\xc5\xb9\x20\x70\x2b\xd8\xc9\x78\xe6\x1c\x56\xe9\x87\x11\x30\xf3\x9b\xb0\xdb\xec\x97\x03\xdb\x09\xb9\x60\x87\x03\x4b\x88\x2f\xe4\x30\xf0\x3b\xe8\x88\x59\xb6\x31\x51\xd0\x84\xee\x14\xfc\x96\xf2\xd9\x18\xd0\x84\x6e\xc2\x9e\x74\x94\x3d\x5b\x6f\x03\xb9\x10\x3d\x0c\x08\xc1\xb2\x93\x07\x29\xc4\x9d\x32\xe5\xb3\x61\x24\xb4\xea\x84\x42\xd9\x29\x63\xc3\xcc\xba\x4d\xe0\x80\xc2\x55\xef\x84\xed\x1d\x41\x51\x76\x42\x7b\x4e\xa4\x93\x4d\x3c\x93\x44\x6c\x93\x9d\x8a\x79\xa8\x4b\x1a\x84\xd6\xf4\x1a\xe8\x8c\x39\x5e\x03\x46\x66\xdb\xb8\x0d\x18\xa9\x6e\x27\xbc\x6f\x3a\x73\x41\xbc\x13\x83\xd6\xed\xd4\x02\xf9\x29\xd3\xd8\xfc\xc5\x77\xc6\xd3\x71\x43\xab\x8e\xf2\x69\xe3\x50\x60\x50\xb9\x9d\xee\xad\xc9\x20\x6e\x3b\x21\x2f\x04\xe6\x64\xe3\x50\x90\xb0\x29\xdd\x86\x46\xc1\x5f\x62\x1b\x19\xe5\x72\xe1\x7f\xd9\xcc\x92\x27\x2e\x13\x4e\x04\x95\x1e\x6d\xf8\x25\xc4\x44\x94\x94\x9d\x90\x7f\x00\xfb\xb8\x13\x5a\x3f\x2c\x51\x37\x01\x53\x0c\x0c\xb7\xd3\x25\xca\x8e\xb3\xca\x4e\x84\x34\x83\xbd\xdf\xc9\x50\xe2\xec\xf8\x7a\x03\x60\x82\xba\x93\x51\xf9\x5d\x38\xb8\x00\x20\x84\xdd\x9a\xe9\x27\x27\xed\xf8\x2d\x1d\x82\x50\x10\x86\x6e\x62\xa6\x04\xd9\xef\xf4\x4c\x2c\xbf\x69\x3f\xdc\xe4\x08\xd4\xf5\x60\x4c\xee\x42\x43\xb0\x2e\x3b\x9d\x90\x4f\x8c\xe0\x3b\x03\xe9\xe4\xbf\x7e\x4b\x39\x08\xd0\x65\x9b\xf3\xaf\x62\x13\x1e\x79\x6f\xe4\x31\xdd\x6f\x3b\xef\x83\x74\xdf\x69\x0f\x93\x96\x09\xfe\x87\xcf\xc6\xce\xc1\xc8\xeb\x3f\xde\x6d\x83\xe9\x77\xd1\x11\xbd\x65\x67\xe4\x0d\x83\xeb\x03\x76\xff\x01\x10\xc4\x9d\xa3\xe1\xd8\x69\x03\x5a\x36\x2c\x6d\x77\x4e\x96\x49\xfe\xe4\xb7\x85\x77\xbf\x35\xcf\x83\x0d\x3a\xe5\xa3\x12\x27\xea\xcb\xce\xd9\x6f\xe9\x0b\x2a\x71\x62\xbe\x6c\x9c\x03\x8c\x05\xb7\x75\x0e\xc0\x5e\x76\x13\xa3\x25\x61\x24\xbb\xf5\x02\xc8\xf6\x17\xae\x51\xee\x36\x17\xec\xdd\xed\x17\x78\x88\x72\xf6\xb9\x1a\xb0\x9a\xf6\x57\xf3\xd3\xce\x2f\xcc\x37\xed\x6f\x77\x9c\x31\x94\xdd\x44\x70\x49\xd8\xd2\xee\xdc\xb0\x79\x67\xde\xb3\x40\x7b\x3f\xd3\x1f\xf2\x98\xff\x6e\xae\xc8\x75\x76\xfe\x82\x7d\x93\x8e\x2b\x80\x9c\x74\xee\x8c\x33\x5c\x63\xfe\x42\x78\x93\x8e\x69\x09\x36\xb4\x3b\x8f\x88\x05\x3e\x6d\xc3\xc7\x66\x58\xa6\x61\x86\x7e\x7e\x5b\x48\xa7\xbf\x02\x88\xc1\x05\xe2\x24\x90\x30\xba\xdd\x79\x7e\x01\xa0\x79\x37\x0f\xe5\x4f\xf3\x50\xef\x64\x5e\x58\xff\x59\x84\xdf\xe0\x3b\x63\xce\x81\x99\x97\xdf\x52\xd7\x66\xcc\x5d\x0f\x70\x90\x44\x7a\xd9\x79\x33\xe6\xae\x0d\x6c\xc2\x08\xfa\xb2\xb5\xfe\x07\x07\x64\x67\xb1\xf4\x38\xf4\xb0\xfe\x4f\x68\x66\x77\xc6\xdc\x16\x6d\xec\xce\xf7\xc0\x31\x90\xcb\xce\x70\x8d\x68\x5d\x37\x7e\x01\xbd\xd8\x47\x01\x3c\xe1\xce\xf3\x17\x7c\x9a\xfc\xaf\xf9\x69\x8f\xc1\xb5\x5c\xcf\xf7\x86\x66\x98\x95\x9d\x0d\xce\xff\xbd\x7f\x51\x50\xff\xf5\x67\x97\x5f\x24\x4f\xe5\xdd\xf8\xa5\x85\xf7\x4c\x7a\xe3\xdd\x36\xff\x75\x33\x2b\x22\xbb\x7f\x85\x31\x18\x6c\x5a\x45\x90\x56\x0b\x33\x26\x3f\x8b\xba\x18\xe3\x23\x9a\x87\xfc\x6c\x66\x25\xdc\xc9\xf1\x6e\x5d\x90\xd3\x10\xba\x66\x17\xfc\x72\xbc\x5b\x17\xd8\x57\x62\xd5\xec\x02\x9b\x8a\x7d\xd2\xd6\x9d\x00\xb4\x94\x5d\x04\xb6\x86\x38\x4a\x32\xbf\xef\xe4\xaf\xe6\xa1\xae\x6a\xba\x11\x81\x68\x03\x6a\x70\x4c\x7f\x77\xe1\x54\xc3\xf6\x77\x17\xae\x78\xc4\xbb\xd9\xe5\x5e\xeb\x12\xd1\x6a\x76\x41\x26\x81\x21\xf0\x2e\x46\xec\x66\xd3\x2a\x18\x05\xa3\x8e\xde\xa5\x7e\xd1\x1a\xee\x7b\x63\xe0\x4d\xbf\xa7\x4e\xf7\xda\x5b\x24\x2c\x4e\xc7\x02\x61\x79\x05\xfe\x02\x21\x39\x0e\xc8\xf0\x86\xf9\xbb\xd8\xba\x94\xd3\x3f\x7c\x6c\xde\xe9\x17\x5c\x66\x19\xb4\xd9\x72\x2e\x61\x19\x49\x65\xe3\xbf\x90\x08\x4d\xb3\x8b\xd0\x7c\x9c\x70\x85\x83\x08\x7f\xd4\x8d\x63\x43\xc2\x08\x79\x97\x0f\xb1\x8f\xba\x30\x4b\x21\x5e\xcd\x2e\x12\x1c\x1b\x3c\x6e\x0e\x09\xff\x8c\x5d\x3e\x78\x53\xc6\x76\x4e\x3c\x56\xcc\x0f\x01\x41\x34\xc4\x4d\x4a\x5e\x2d\xcb\xe5\x1a\x8d\x15\xb2\xcb\xb2\x7c\xbe\xbd\x04\x67\x6c\x8f\x5d\xb8\xb2\x11\xfd\x6b\x97\x4b\x70\x46\xf6\xd8\x05\x22\x1b\x6c\x2a\x05\xb3\x11\xaf\x9f\x78\x46\x84\x01\x61\x95\x7b\x70\x75\xb4\xcf\x1b\xb7\x87\xee\x35\xb6\xe8\x64\xe3\xbc\x23\x77\xf4\x30\x29\x1e\x56\x8e\x03\x1c\x9e\xd7\xd5\x82\x0d\xe5\x60\x73\xc5\x37\x22\x78\x98\x14\x38\x3c\x34\xc5\x1b\x3f\x89\xfc\x63\xe3\xaf\x3f\x90\x90\xe0\xce\xf1\x93\xc8\x18\x6c\xef\x0a\xbd\x28\xbe\xa8\x81\xf1\x61\xc3\xa8\x77\x9d\xe7\x1f\x7d\xac\x91\x31\x81\xcb\xa9\x18\x24\xbb\x29\xd6\x38\x48\xaf\xbc\x4f\xf2\xdf\xb1\xaa\x09\xcf\x20\x36\x03\xe2\x31\xe5\x1f\x9c\x5f\x4d\x95\xf4\xce\xfb\x5d\x27\x8a\x26\x6a\xc2\xab\x07\x3a\xad\x84\xbf\x51\x4c\x51\x93\x65\x52\x3e\x38\x96\x78\x00\xec\x9a\xf0\x2b\x82\x4e\x6b\x62\xdc\x58\x93\x06\x75\x72\xf3\xab\xf7\x26\x96\x7f\x8c\x79\xe5\x40\x73\x23\xac\xc8\xc5\xdd\xfc\x6a\xe6\x5b\xe8\xa5\x16\xc6\x96\x75\x45\xd4\x27\x03\x5f\xed\x5a\x18\x2b\xd6\x4c\xe5\x56\xe6\x7e\x52\xeb\x5d\xdb\x28\x93\x36\x31\x99\x8c\x3f\xb5\x6b\x03\xfd\x8a\x8d\xbc\x42\x2f\xd2\x66\xbd\x07\x51\x6f\xb6\xa7\x33\x26\xe1\x6f\x2e\x4a\xbb\xf6\x3b\x21\x5e\x55\xea\xf0\x23\xdf\x2f\x01\x79\x7d\xa8\x5c\xb5\x24\xc4\x7a\xaf\x54\x19\x8b\xf8\x5d\x21\x14\x09\xae\xde\x93\x29\x63\x11\xbf\xf1\xf5\xe8\xb2\xfd\xf8\x7a\x18\xf0\x69\x57\x1c\xd8\x9a\x0b\x01\xa2\x91\x80\xea\x3d\xbd\x32\x16\xf4\xbb\xa2\x99\x92\x20\x88\xef\x24\x8c\xfd\xc6\xaf\x23\x63\x2a\xb2\x2b\xce\x6a\xb2\xf1\x15\xa0\xd7\x6f\x11\xed\x7a\xf3\xd8\x66\xb0\x80\xbf\xc5\x82\x47\x1b\x86\x8e\x9b\xc8\x50\xf9\xc7\x09\x51\x89\x72\x83\x7b\xd4\xae\x87\xc1\xe3\x44\xc4\x57\x24\x62\xef\xb2\x71\x16\xc9\x44\x20\xda\xf5\xe0\xce\xe5\x24\x13\x28\xfa\x1b\x87\x87\x09\x61\xe3\xc7\xa1\x24\x7e\xe3\xc0\x35\x47\x01\x31\x31\xa4\xe2\xd7\x36\x60\x97\x94\xb5\x54\xb0\x84\x6d\x0f\xa1\xa5\x44\xef\xde\xed\x07\x96\x19\x87\x46\x03\x31\xdc\x36\xb4\x1f\xe3\xcf\xb5\x0b\xbf\x13\x63\x20\x6d\x1c\x4f\x04\xc7\xde\x0d\x84\xc2\x1f\xe3\x4f\x50\xaa\xfc\x63\xcc\x09\x43\x25\x18\xf6\x6e\xa0\x83\xff\x90\x85\x10\x50\x2a\xe3\x19\xb0\x1b\x11\xcf\xf1\x1e\xd8\x78\xa1\x88\x93\xbc\xf1\x42\x31\x24\xd1\x6e\xfa\xac\xfd\x7c\x67\xfc\xe1\x7e\x5a\x62\xfc\x93\xf9\x19\x7f\x36\x9e\x06\x01\xc9\xc1\x34\xc0\x44\xf1\x36\xd8\x2d\x93\x87\x79\x6c\x44\x4d\xf8\x31\x47\x2d\x2f\xf2\xd3\x1e\x9c\xdc\xe4\x06\x9a\x84\xc2\xe6\x44\x9c\x28\x63\x05\xed\x56\x18\x7f\xd6\x89\x81\xa1\x80\x48\xdd\xc4\x85\xca\x5f\x5d\xf7\x80\x12\x36\x78\xb7\x7b\xbd\x12\x28\x78\x37\xf0\xc6\xb1\xbe\xdf\x8d\x83\x48\x91\x0b\x4e\x29\x99\xa0\x49\xbb\x41\x58\xdd\xbe\x48\x58\x70\x60\xad\x5b\x3e\x65\x76\xe6\xc5\xf6\x77\xdb\x43\x39\x70\x7b\x1e\xb6\x6d\x30\x17\x88\x4d\x1a\xb0\xa2\x98\xba\xec\x76\x0f\x25\x71\x7a\x77\x1b\x22\xcb\x99\x9f\x31\x71\xbe\xa6\xe5\x50\xfe\x64\xbe\x10\x89\x10\x1e\x4a\xe8\xdc\x8d\x37\x8c\xf1\x6b\x36\xde\x30\x82\xe0\x6e\xc3\x41\x61\xec\xbd\xdb\x7a\x48\x27\xcf\xa6\x2f\x70\x78\x0d\x8c\xe4\xc0\x9a\x6f\x1c\x38\x8a\x08\x9a\x41\xa0\x7f\xe6\xa7\x5f\x6c\x7e\x46\x88\x0a\xce\x29\xb1\x4b\x14\x19\x11\x1f\x2a\xff\x2c\xff\x30\xce\xac\xff\x76\x18\x1f\xe7\xeb\xde\xb8\xba\x57\xf2\x06\x9a\x32\x01\x6b\x76\x7b\x68\x27\x1b\x5b\x33\x14\x25\x5c\x69\x7b\xfc\xf6\x6f\xe8\xd2\xbb\x19\xbd\xdd\x85\x03\x12\x1a\x6e\x1e\xdb\x68\x54\xc1\x45\xf4\x5e\x22\x20\x34\xe8\x6e\x2f\x03\x09\xa7\xd2\x70\x30\x25\xfc\xe7\x6e\x2f\x9d\x80\x5b\xc2\xfd\xa6\x7b\x12\xe3\x7e\x13\x81\x56\xdc\xb8\xdf\x74\x95\x07\xb8\xdf\x64\x05\x94\x1d\x39\x84\x27\x71\x0f\x96\x53\x79\xbf\x83\xe1\xb5\xb1\x07\x3b\x74\x07\xb8\x83\xdd\x8b\x05\xf7\xee\x91\x05\xc2\xe9\xd5\x0d\x53\x08\x51\x12\x6d\xaa\x7b\x1d\xeb\x86\x22\x64\x91\xe2\xae\x93\x5d\xbc\xdd\xb8\xc3\xc9\x77\x26\x96\xd3\xab\x4b\x94\x9c\x5e\x84\xa3\xea\x5e\xb5\x0c\x40\x85\xdf\xe1\xc6\x75\x27\x63\xef\xb5\x71\xdd\x89\x58\x7f\x6f\x5c\x77\x32\x80\xbb\xdb\xb0\x54\x60\xfb\xed\x9e\x69\x67\xf3\x9d\x31\x64\x92\x7b\xa6\x8f\x6c\x00\x3d\xb3\x09\x31\xc9\xb8\xf7\x64\x5c\x4a\x36\xee\x3d\xdd\x2b\x12\xee\x3d\x19\x97\x92\x8d\x7b\x4f\x04\xc3\x6f\xe3\xde\x93\x15\xc8\x12\xcd\x2a\x2b\x84\x25\x64\x55\x56\xc0\x4a\x5c\xaa\xee\x15\x86\xb0\x54\x19\xfc\xda\x8d\x0b\x50\xf7\xd4\xef\x95\xf1\x67\x53\xec\xc6\x3b\x34\xbd\x99\x9f\xb6\xb1\x01\x60\x23\xb5\xfb\xbd\xfa\xf5\xe1\xbc\x83\x18\x0c\x7a\xdf\xee\x9d\x36\x3b\x9e\x06\xe3\x86\x08\xba\xfe\xb2\x8e\xad\x31\xb6\x5d\x03\xf7\xba\xd7\x3d\xad\x71\x01\x32\x9c\xcc\xee\x83\x7e\xc1\x65\xf6\x41\x5f\x20\xee\x0e\x2c\x74\x70\x3d\x0c\xe6\xda\xbe\x10\xd7\x28\xb8\x1e\xc0\x35\xc4\xcb\x64\x77\xa0\xf6\x83\xf3\x3e\x0d\x4e\x4f\x39\x93\xf9\xb5\xfc\x69\xd4\x7b\xf3\x33\x0e\x70\xa2\x7d\x1a\xf3\x9e\xf7\xc5\xd8\x42\x0b\x7d\xb1\x26\x59\xff\x7d\x7f\x11\xf3\x79\x37\xdd\x77\xbf\xa5\x3d\xa7\xe2\x0a\x4c\xbd\x5f\xe4\x64\xea\xf2\xc0\x1c\xe6\x31\xc4\x2f\x75\x49\xdc\xce\xc5\xe5\x32\x87\x87\x06\x9e\x3a\x39\x48\x5f\xb8\x60\x7a\x68\xf4\xf7\x0b\xcd\xcc\xfb\x22\xcf\x1d\x93\xf1\x45\x4f\x1e\xbc\xfb\x6d\xe1\xbd\xdd\x6f\xb3\xe9\x9d\xf4\xca\xfb\x83\x9f\x72\xe2\xdd\x30\x9e\xe4\xbf\xb7\xb5\x81\x6b\xd9\x1e\xc1\x50\x96\xe4\x0f\x8d\x6f\x1b\xef\x5f\x6c\x4e\xde\x07\xe9\x9d\xf7\xcd\x3b\x75\x5d\xae\x74\x48\x5f\x23\xd2\x4e\x36\x2d\xa3\x6f\x61\x60\xbf\x47\x3c\xa4\x53\xaf\x81\xe7\xc7\xdf\xec\xcc\xf6\xb8\x27\x6b\x76\xd3\x1a\x89\x0e\xc1\x55\x8c\xcc\xc0\x3b\x00\xc5\x40\x7f\x91\x77\x1a\x0e\x37\x30\xca\x17\x68\xf0\xbe\xd7\x3b\xd8\x5f\x87\x8c\xbb\xe1\xc0\xe0\xd2\xf9\x75\x08\x98\x4f\x02\x70\xed\xd1\x8c\xfd\x47\xf9\x06\x80\x61\x97\x1f\xed\x0b\x27\xc6\x3b\x1d\xe2\x04\x1d\xf7\x2a\x37\xfe\x79\x7f\x49\xa7\x4c\xdc\x3a\xff\x79\x37\xea\x0f\xed\xec\x96\x43\x3b\xbb\xf9\xa9\xcb\xc0\x31\xf6\xf7\x12\x50\x56\x61\x30\xc6\x17\x28\x89\xf7\x74\xcb\x4c\xe6\xcf\xe4\xa1\x3d\xf7\xa4\x1c\x6e\x5a\x63\x18\xc8\xc2\x6f\x37\xe9\x4c\x88\xd8\xeb\xd1\xfc\x0f\xdf\xd2\x9e\xf9\x05\xb9\xe1\x9d\x71\x80\x2b\x22\x26\x58\x76\x63\x1e\x70\xa8\x6e\xc6\xc4\xfd\x1a\x18\x40\xee\xb1\x18\x73\x16\xf2\xc0\x09\x19\xa3\xc7\x4d\x38\xb0\xfc\xb5\x73\x7f\x71\x58\x78\x1f\xb8\xbb\x53\xe6\x17\x8c\x86\x6f\x39\x59\x01\x6b\xdd\x03\xe0\x5f\x02\x81\x6d\xa2\x82\x0d\xe2\x30\xed\xc1\x09\xea\x86\x4d\x18\xb0\xfc\xf5\xf7\xbc\xf8\xca\xf3\xad\x11\x08\x2c\xe7\x09\xa4\x53\xce\x03\xdc\xbe\xe3\x00\xe6\xe8\x37\x26\x0f\x73\x07\x07\x3f\x38\x0c\x01\x6c\xdd\xb8\xe8\xc4\x28\xd1\xbc\xb6\xed\xce\xcb\x34\x26\x01\x44\x33\x7f\x77\xcc\x5d\x63\xd3\xe8\x02\x9c\xee\xb8\xd6\x64\x15\x30\x5f\xd0\x2e\xb8\x31\x62\x76\x0d\xd7\xc0\x0c\x40\xd9\xc2\xb5\x10\xbe\x6b\xc4\x60\x39\x8c\x33\x44\x3c\x8d\x5f\xc3\x38\xcf\x48\x99\x1c\x0e\x33\xde\xf1\x77\x1e\x27\x9c\x2b\xb0\xae\x7b\x46\xfc\xeb\xa3\xf9\x09\x08\xc0\x5c\x4c\x89\x8f\x83\x82\x18\x60\x86\x9d\xd9\x13\xe0\x5e\x0f\x84\x69\x08\x3b\x36\xe0\xc9\xa1\xe4\x81\x30\xa5\x2f\x36\xe0\x59\x18\xff\x62\x9e\x3b\x6e\x5f\xdb\xaa\x6d\x20\x8f\xc1\x47\x99\xdf\xc9\xe1\xa3\x32\x09\x2f\x9c\xac\xd2\x68\x56\xc6\xd3\x31\x91\xd6\x38\x3c\xf1\xbc\x19\x0a\xdf\x67\x63\xad\x72\x78\xce\x0e\x2d\x54\xdf\x69\x0f\x1b\xf3\xec\x8c\x89\x6d\x06\xc7\xde\x83\x62\x0e\xc6\x87\xcd\x6c\x0e\xda\xc6\x01\x3e\x8d\xe5\xd1\xcc\x43\xdb\x6c\x27\x28\xb9\x6e\xf6\xd3\x35\x6f\x9e\x75\xf7\x0d\xb0\xd5\x37\xde\x33\xd9\xb5\x84\xf7\xcc\x00\x78\x71\xcf\x45\x1b\xfa\xdf\x3c\x00\x36\x6e\x33\x19\xf4\x81\x8d\xdb\xcc\x00\x2a\x69\xcf\xcd\x00\x58\xf0\x06\xe6\x80\x4d\x88\x38\x63\x19\x54\xd2\x3d\x2f\x0b\x3a\xb0\x80\xde\x5f\xc8\x31\x4e\x85\x79\xc0\x42\x80\x58\x71\xa1\xc9\x9e\x2e\xf3\xb0\x78\x39\xed\x88\x3d\x96\x3d\x45\xa6\xc4\x81\x0c\x66\x3e\x77\xb0\x93\x0b\x10\xf6\xd2\x13\x65\x3e\x7e\x4b\xbd\x40\xec\xaa\xf9\xfa\x22\x88\x71\x72\xcc\x97\x4e\x73\x12\x4f\xe4\x1f\x6a\xbb\x96\x81\x9d\x18\xf8\x2f\x7a\x18\x27\x07\x6e\x33\xd9\x53\x67\x49\x28\x9c\x0a\xcb\x93\xe6\xcb\xef\xb7\xb7\x0d\x2b\x32\xf0\xc8\xab\x16\x8b\x1d\x83\xc0\x4d\x40\x31\xe3\xeb\xec\x05\xe7\x07\xf8\xe9\x26\x9c\xd8\x48\x96\x43\x34\x31\x0c\x4d\xf7\x02\x38\x20\xd9\x06\x16\x3b\xa8\xa8\x7b\xa5\x07\xc4\x07\xf3\xbc\xa4\xdf\xfe\xe2\x12\x33\x32\x87\xc3\xba\x9c\x5f\x4c\xdf\xfb\x24\x0f\xf9\xef\xd5\x6c\xe0\x4c\xbf\x71\x77\x31\x0e\xcf\x26\x08\x59\xf6\x60\x59\x10\x13\xc0\x60\x1b\x77\x97\x81\x51\xeb\x5e\x97\xf3\xcb\x60\xa0\x6e\x02\x90\x0d\x6c\x04\xf7\xba\x84\x65\xa0\x9e\xbd\x44\xa3\x88\xbe\x1f\xd2\x69\x1b\xf1\xed\x5c\x8c\x8b\xc3\x0a\xd0\xd4\xbd\x00\xe0\xf5\xb0\x5a\xed\x8e\x55\x66\xe3\x5c\x70\x78\xd1\x6f\xbb\xed\x21\x3f\xc4\xe4\xe1\xb3\x80\xe6\xf5\xc0\x59\xf7\x90\x19\xc0\x46\xec\x75\x0f\x99\x08\x68\xd8\x5e\xc4\x9c\x04\x34\x6c\x2f\x44\x1c\xd1\xb6\x4d\x81\xb6\x29\x7f\x32\x9e\x10\xd0\x9a\x8c\x03\x07\xda\x5a\x8c\x27\xc4\xb4\x16\xf5\x72\xa0\xe1\x71\x12\x41\x19\xdb\x78\x9c\x64\x5c\xaa\xf6\x42\xc4\x81\x4b\xd5\x5e\xe0\x52\x63\x80\xbd\x89\x5a\x36\xb2\xf3\x08\x37\x86\x5b\xd4\xc6\xb3\x64\x64\xd7\xd2\x66\xac\x1c\x4f\x38\x30\xc0\x39\x37\x5e\x20\xc6\x23\xda\xeb\x61\xdc\x38\x1c\xd6\x53\x01\xd2\xa0\x1c\x0e\x07\xe9\x8e\xb0\x65\x03\xbb\xbd\xbd\x9e\x41\xba\xef\xac\x01\xc7\x96\x9b\x95\x87\xc9\x62\xfd\x13\xff\x6c\xe3\xe1\x31\xb4\x5d\xc3\xc3\x23\xe3\x2e\xb5\xf1\xf0\x18\xda\xae\xe1\xbd\x61\x44\xa3\xbd\xc3\x03\xe0\x46\xe2\xfd\x25\x9d\x6f\x23\x98\x1c\x6c\xc0\x78\x69\x18\x2e\x68\xe3\xa5\x31\xf0\x9f\xdd\x78\x69\x44\xd0\x2f\x36\x5e\x1a\x99\x38\x67\x7b\xb3\xc1\xab\xa8\x23\xcc\x59\xc6\xbd\x6a\xef\x34\xf9\xf6\xf6\x05\x8f\x8d\xec\xe1\xb6\xef\x4d\x66\xe0\x1f\xba\x37\x21\xf6\x52\xf9\xab\xcc\x8c\x68\x27\xd9\x53\x70\x4b\x04\x5c\x13\x76\x61\x50\x61\x77\x37\x0b\x1c\x5f\xc8\xbd\x8b\xf9\xcd\xf3\xf0\xce\x60\x14\x40\x4e\xd8\x9c\x0c\x8f\x06\x5e\xd7\xc6\xe5\x23\x83\x17\xba\xb7\x0b\x9f\x93\x86\xb0\x28\x03\x03\xcb\xbd\x09\x86\xa3\x06\x90\x00\x6a\x03\x1f\xc9\xbd\x39\x81\x80\xe9\xda\xb8\x8b\x44\x60\xba\xf6\x6e\x96\xc9\x84\x34\x26\x6a\xf8\xce\x44\xb1\xf0\x89\xa9\x32\x88\x1e\xbe\x09\xaa\x12\x71\x9f\xd8\x04\x4f\xc9\x9e\xee\x84\x64\x1b\xf8\x21\xee\xdd\x58\xb0\xb6\x19\x8e\xcd\x13\x71\x4b\x34\x5c\x4f\xf6\x60\x72\x6c\x27\x01\x6f\x92\x83\x8d\x0c\xc3\x93\x78\xcf\x09\x08\x0a\xe5\x4c\xc6\xc7\x36\x2f\x26\xca\x36\x2c\x50\x50\x5c\x68\x12\x10\x84\xb5\xb9\xb6\x78\x72\x6f\x22\x55\x26\x4e\x50\x23\x9d\x78\x72\xef\x7b\x98\x8c\xea\x98\x23\x17\x4c\xce\xd1\x66\xf1\xda\x4e\xe4\x19\xa0\x75\xed\x7d\xe8\x8b\xed\x44\x16\x98\x9c\xa3\x07\xa2\xe4\x34\xdd\xc4\xb1\xc4\xb2\x7b\xef\x27\x82\xd0\x62\x3a\xf5\x72\xb2\xe2\xf9\x61\x54\xa2\x6d\x30\x13\x4f\xfa\x8d\x8c\x10\x50\xaf\x6d\xd4\x12\x4f\xfa\xfd\x5e\x82\xd0\xc4\x66\xc3\x75\xc9\x0d\x10\xaa\x64\x68\x62\x73\x7e\xd4\x4b\x1e\xc3\xd6\x81\xc9\xb5\xf1\xf0\xc8\xb8\x7e\xed\x23\x91\x71\x20\x9c\xcb\x69\x0d\xcd\x58\x88\x5f\x67\xbc\xa1\x4d\x88\x92\x41\x88\xda\x7d\xc2\xdd\x3c\xd4\xde\x12\x81\x24\x62\x04\xbe\x09\x35\x92\x3d\x9c\xf1\x02\x89\x1e\x1a\xc7\xc3\x84\x31\x3c\xc8\xff\x3c\x34\x88\x68\x37\xb0\x46\xdf\x87\xb8\x42\x04\xb7\xdb\x84\x29\x19\x9a\x8a\x1c\xa2\x0d\x67\x0e\x01\x3c\x48\x22\xb1\x13\x36\x31\xef\x72\xe4\xc0\xc7\xf3\x23\x02\x84\xb5\xf1\xfc\xc8\xb8\x93\xed\x03\x8d\x80\xfc\xb2\x89\x26\x92\x71\x27\xdb\x78\x84\xc4\x6c\x1f\xeb\x1d\x43\x2d\x01\xce\xe5\xb4\x62\xe6\x10\x20\xb6\x48\x06\xdc\x74\x9f\x4b\x0b\x11\x23\xf6\x8d\xb7\x47\xf4\x80\xc2\xdb\x23\x03\x74\xba\x8f\x6b\x9b\x39\x32\xba\x88\x0c\xc5\xe9\xe6\xa7\x3d\xdd\xfc\xf4\xb1\x33\xce\x5f\x7e\xc6\x0d\x26\x82\xa8\x23\xa3\x7d\xdf\xd2\x17\xe7\x0b\x6e\x0c\x0f\x8c\x8d\x17\x48\x96\x71\x38\xd0\x0e\x86\xf4\xfb\xdc\xab\xfd\x50\x6e\x7a\x08\x57\x0c\x12\xf2\x26\xf0\xc8\x50\xf3\x4b\x6c\xbd\x88\x07\xc6\xc6\xdb\x23\xe2\x75\xb1\x8f\x07\xce\xf8\xab\x9d\x19\xae\x20\x59\x8e\xe4\xec\x08\x9c\x0f\x83\x04\x01\x11\xc0\x6f\x13\xc5\x24\xe2\xb6\xb1\xcf\x36\x22\x04\x0d\x81\x68\xb2\x13\x0b\xa1\x60\xb9\xbf\xcf\xbd\x9e\x0c\x85\x92\xb8\x73\x44\x50\xb2\x36\xee\x1c\x59\xce\xe0\x40\x1c\x40\x63\x6d\x62\x8b\xe4\x64\x87\x5e\xcb\xa4\xfc\x77\x02\x18\x44\x87\x10\xa0\xab\xba\x27\xce\xc8\x50\x40\x69\x30\x3e\x55\xf7\x0f\x1c\x98\x1c\x00\x61\x44\x62\xe6\xe4\x78\xe0\xba\x54\xdd\x13\x0d\x24\xe3\x03\xb8\x71\xe7\x18\xda\xe5\x3c\x70\x63\x72\x21\x44\x09\x19\xda\xe8\x3c\x84\x47\xc3\x6d\x63\xe3\x9e\x11\x71\xb1\xd8\xb8\x61\x64\xb9\x13\xdc\x30\xb2\xdc\xc9\x73\x39\xb0\xa1\xbc\xf0\x41\x68\x0e\xc2\xf3\x26\x4e\xc8\x50\x5e\xf8\x48\x34\xc5\x3c\xb4\xb3\x98\x7e\x28\x87\xf6\x5c\xe2\xc8\xf8\x18\xee\x07\xe2\x90\x83\xc1\xeb\x62\x68\xbe\x61\xe8\x0f\x39\x09\x42\x7f\x0c\x65\x84\x0f\xf2\x36\xb9\x81\x47\x62\xe2\x30\x21\x84\xc7\x00\xec\x6b\x3f\x97\x38\xc6\x70\xac\x38\x28\x80\x18\xda\xcf\x25\x8e\xa1\xa9\x02\xde\x18\x59\x4e\x9d\xd8\x1e\x43\xad\xdc\x23\xd1\x20\xf3\x78\xfa\x1d\x43\xb5\x66\xc4\xf0\x88\xc0\x56\x6d\x62\x78\xe4\x64\x7b\x3a\x63\x08\x87\x44\xe4\xc1\xa1\xa6\xec\x41\x36\x06\x94\xd4\x26\xb6\x47\x96\xdb\x30\xec\x20\xf0\x44\xfb\x99\x8c\xa7\x75\x4d\xd3\xc9\x33\x17\xe9\x94\xef\xc2\x87\x70\xf1\xde\xc8\x72\x18\x04\x0b\x1c\x2a\xa8\x88\xfa\x91\xbd\x2d\x10\xf5\x63\xa8\x11\x26\xec\x47\xd4\xe4\xe1\x71\x9d\x43\xac\x0f\x87\x03\x6e\x4e\x9b\x00\x82\x59\xee\xe4\x71\x3d\x43\xc4\x0f\xf6\x6d\x3f\x35\x2d\x0f\xb6\x07\x3f\x55\x2d\x44\xd9\xc8\xc0\x9e\x6e\xa2\x6c\xdc\x3f\xa8\x9a\xe5\x5a\x5c\x1e\x77\xbf\xcf\x80\xa0\xee\x47\xf4\x27\x15\x2f\x06\xf8\x03\xde\x68\xbf\x3f\xc6\x85\xf5\xfd\xb2\xbe\x81\x37\xda\x2f\x51\x60\x7f\x6a\x1f\x70\xff\xc8\x60\x87\xed\x97\x28\xa5\x3f\x25\x61\x6f\x20\xc0\x1a\x2b\xf3\x0d\xac\x2e\x66\x1f\x5f\x90\x28\xff\xf7\x22\x75\x06\x3e\x75\xe3\x0b\x12\xe5\xff\xde\xcb\x63\x85\x9f\xba\x14\x42\x75\x44\xd0\x85\xf6\x9b\x20\x63\x96\xc8\x9b\x18\x1a\x96\xc5\xeb\x92\x85\x54\xde\xec\x68\x30\xb7\xaf\x11\xdf\xd8\x98\x88\xe2\x17\x7e\x0a\x08\x89\xe2\x17\x75\x9b\x20\x96\xc6\xfd\x83\x76\x13\xd1\x4f\xbf\x09\x02\xfa\x65\x60\x52\xf7\x5b\x19\xb2\xf2\x57\x55\xc0\x2b\xca\x93\x72\xc5\x17\x31\x96\x9c\x29\xde\x25\x51\x6e\x94\x98\x1d\x11\x24\x9e\x4d\xd0\x8e\x8c\x3b\xda\x7e\xfb\x07\x1f\x66\xa6\x44\x26\xda\xdb\xc5\xf7\x72\x7c\x3a\x51\xea\x1c\x74\x84\x5a\xc5\xb1\x65\x9b\xc7\x81\x6d\x13\x24\x30\x13\xd3\x6a\xbf\x83\xf1\x54\x8a\xf4\xc2\x17\xe1\xe6\xba\x89\xef\x71\xff\xa0\x3a\x64\xbb\xc5\xd9\x60\xbd\xeb\xad\xf1\x22\xc3\xc5\xff\x75\xe3\xfd\x92\x65\x16\x5f\xd6\xbe\x9e\x1b\xef\x9a\xc2\x98\x51\x03\x9c\x91\x9c\x20\x91\x42\xee\x1f\xd4\xb0\x68\x1f\x2c\xd6\xcb\x8a\x2f\x4e\x99\x3b\x3b\xbb\xed\xbb\xad\xd9\x3c\xd6\x46\x9f\x89\x93\xfc\x03\xfc\x64\xbf\x5c\xba\xe5\xe7\x88\x11\x72\xff\xe0\x6b\x94\x40\xb8\xdb\xed\xf7\xb1\x06\x86\xef\xf1\x03\xfa\xf3\x58\x03\x03\xf0\x3a\xde\x9c\x98\x2f\xa1\x56\x8b\x13\xf1\x7e\x78\x6a\x54\x87\x44\xd8\xfb\xc2\xfb\xb2\x26\x9a\xef\x2c\x78\x2e\xc3\xe7\x87\x84\x0a\x80\x9e\x43\x3c\x91\x0c\x78\xec\xf9\x49\x52\x77\x1b\x3c\x04\x11\x89\xe5\xf2\xc2\x87\x28\x22\x19\x98\xd8\x43\x14\x91\x0c\x1e\xec\xf9\x21\x12\x06\xc4\xe7\xfc\xb8\x9c\x73\xf1\x38\xbf\x60\xd7\x28\x47\xe2\xba\xd3\x70\x7e\x12\xd4\xe5\x7f\xcf\x8f\x60\xdf\x3f\x6e\x72\xe7\x47\x0c\x7a\xac\x70\xce\x4f\x22\xaa\x54\x40\x54\x28\x18\xd1\xf3\x33\xf0\x62\xa5\xd0\xcc\x08\x13\xd0\xf9\xfc\xd0\x90\x72\x3d\x39\x04\x19\xb9\x7f\x50\x5d\x86\x3e\x1a\xef\xdc\xb7\xc1\xac\x39\x3f\x77\xfe\x4e\x6d\x86\x5c\x6c\xbe\x1b\x73\x91\xa1\xa8\xe6\xa7\xcb\xd5\xfc\xa6\x33\x0b\xd1\xda\xe0\xaf\xe0\x87\x0f\x21\x40\xee\x1f\xd4\x66\x44\xa8\x4e\x1f\xb8\x7d\xc3\x04\x9f\x5f\xb3\x54\x06\x55\x28\x35\xb8\xd7\xf3\x23\xd0\x66\xf9\xde\x93\x18\x77\x54\x21\x55\x7e\xef\xc5\x3f\xa8\x82\x20\x8e\x08\x40\xce\xaf\x3d\xfe\x61\x1d\x10\x4d\xa7\xa8\x2e\xa4\x9e\xb9\x90\x2f\x17\xbb\xdd\x2d\x96\x2e\xc1\xad\x15\x7b\x01\xb7\x06\x37\x7e\x7e\x9d\x25\x3d\xa8\x4d\x12\x1d\x0c\xdf\x60\xe6\x90\x7b\x1c\x02\x8f\x64\xd8\xeb\xf3\x13\x80\x10\xc8\xf4\xf3\x43\x10\x00\x7f\x7d\x7e\x92\xa8\xad\x98\x7e\x40\x9e\x69\x64\x4b\x9a\xba\x98\x52\x6e\xe1\x07\x4f\xa8\x8c\x9b\xf2\xf9\x2d\x36\x29\x0e\xab\xf3\x93\x14\xfd\x7a\xb3\xbc\xff\xaa\x24\x38\xc4\x26\xc9\xd9\xa5\x7f\xa2\xa5\x51\xe7\x99\xfc\x41\x0f\xcf\x12\x11\x90\x21\x41\x0a\x06\x58\xcb\xf9\x09\xb9\x06\x46\xf5\x21\x36\x49\x04\xad\xe5\x10\x9b\x24\x73\x0b\x38\x3f\x62\xec\xff\xd8\xc3\x0e\x2e\x53\x99\x6b\xc0\xd1\x65\xea\x97\xa4\x91\xf7\x8e\x03\xb8\x26\x07\x9f\xa9\x9c\x1d\x44\x6c\x1d\xe0\xf7\x0f\x31\x4c\x32\xfc\xfe\x21\x6e\x49\xf8\xb1\x17\x9c\x80\x51\x03\x0c\xfc\x09\x1f\x7c\x21\xcb\x36\x10\x91\x1f\xcf\xa1\x13\x60\xe2\x30\x9b\x3a\x81\x30\x6e\x39\xf0\x71\x00\x8b\xd1\x35\x4f\xd8\x93\x8c\x7c\xea\xe0\x06\x15\x81\x3c\x39\xb8\x3b\x65\xae\x02\x27\x40\x85\xe0\xbe\x9d\xc0\x51\xc6\x55\xe0\x10\xe0\x24\xfc\xbe\x8f\x21\x2a\xe0\x45\x0e\x3e\x4e\x39\xdb\x0a\x88\x0a\x48\x91\x13\xca\x23\x72\xa2\x99\x5e\xfe\xa0\xa4\x4a\x47\x6d\xea\xa5\xb0\x88\x83\xd1\xc1\xc9\x29\x82\xff\x71\x02\x01\x6c\x7f\xf9\xfb\x83\x26\x25\x46\xa6\xda\x24\xdf\x37\xe9\x83\x77\xa6\x3a\xf0\x0e\xb1\x61\xca\x75\x42\x63\x24\xf1\xd5\x3d\x84\x3d\xc9\xc8\xd5\x4e\x80\x10\x40\xeb\x38\xb8\x45\x65\xe4\x6a\x27\x40\x14\xb8\x1b\x1d\x62\xa0\x64\xae\x15\x27\xa0\x50\xe1\x2a\x71\x02\xdc\x18\x57\x89\x43\x80\x93\xf0\x03\x69\xf2\x04\x24\xc7\x5c\x05\x0e\x7e\x4e\x11\x3f\xa4\x13\x44\xdc\x84\x37\x3b\xe1\x5e\xd6\x23\x18\x17\x27\x08\x5d\x88\x6b\xed\x09\x44\xf5\xc6\x9b\xe8\x04\xa9\x02\x00\xce\x83\xab\x53\xc4\x9d\xe8\x04\x60\x98\x7e\xb0\x73\x27\x70\xa7\xc7\x9f\xe8\xe0\x03\x95\xbf\xe1\x46\x70\xcc\x9d\xfe\xe0\x0f\x95\xb3\x73\xb2\x99\x13\x18\xac\x13\xa4\x0e\xe7\x44\xf8\x42\xdc\x65\x4f\xe0\x86\xff\x8d\x3d\xd6\x0b\x80\x67\x9c\x80\x98\x17\xf0\x8c\x13\x10\xf3\x66\xc7\xde\xd5\x5d\x7c\xbf\x17\x11\x80\x31\x4e\x70\x75\x33\x0f\xf1\x57\xc5\xaa\x6c\xfc\x68\x64\x0a\xbc\xb3\x58\x99\x87\xf8\x1b\xa4\xdf\xa6\xe2\xd6\x14\x71\x89\x3a\xb8\x35\x65\x6e\x19\x27\x06\xba\x73\xcf\xde\x13\x5d\xe8\x97\xc9\x3b\x31\x32\xc4\x1e\x1f\x11\xa6\x2d\xdf\xe3\xf3\x44\x41\x01\x3d\x3f\x22\xd1\xe7\x71\xa8\x3a\x38\x24\xc5\x6a\x7a\xe2\x03\x8e\x95\x28\x65\x5c\x7e\xff\xe0\x90\x14\x7e\x6e\xdc\x91\x98\xf4\x98\xc9\x9d\x98\x1c\xc9\x6e\x49\xac\x6e\xa8\x35\x7e\xe0\x9e\xec\xaa\x11\x41\x31\xb2\x8f\x83\x3b\x52\x04\xdd\xe2\xe0\x8e\x94\x71\x1a\x3f\x91\xf8\x6a\x5c\x83\x0e\xae\x49\x19\xeb\xe7\x13\x0b\x2b\xb7\xfe\xfe\xa6\x3e\x38\x11\x09\x1a\x60\xbf\x87\x88\x27\x11\xdc\x8c\x13\x91\x0e\x20\xb6\x3d\x11\x29\x00\xe1\x20\x0e\x8e\x4b\x19\x8c\xd5\x13\x39\xa4\xb2\x53\xd1\xaa\xd8\x9f\xfc\x41\x78\x75\x5c\xbd\x4e\x94\x56\x38\x8b\xf0\x44\xca\xd9\xd1\x91\x56\x38\x96\xe2\x88\x02\x84\xf2\x07\xb6\x3c\xd2\x44\xfc\x50\x3e\x93\x3f\x18\x7f\x47\x8d\xcb\x7c\x75\xa0\x38\x34\xc0\x14\x3e\x11\x41\x18\xfe\x59\x27\x4a\x44\xd0\x4d\x9c\xe6\xa7\x82\x69\x7e\x6a\x9e\x4c\x85\xeb\x32\x22\x62\xce\x4e\x85\x78\xa1\x2e\x4c\xbc\x97\x22\xde\x5a\x27\xca\x09\x56\xd7\x0a\x9c\x60\x76\x8e\xa4\x27\x4e\x3b\x62\x99\xe4\xec\x7c\xdd\xab\x7f\x04\x01\xe3\x44\x51\x42\xbf\x65\x20\x71\x39\xdc\xdb\x52\x2d\x69\x43\x07\x1c\x64\x51\xcc\xd0\x6f\xea\x91\x45\x03\x7c\x71\x08\x8c\x12\xf1\xe4\x3a\x78\x30\x45\xbc\xb7\x0e\x1e\x4c\x39\x3b\x59\x10\x20\x9e\x5c\x87\xd0\x28\x11\x8f\xad\x83\x07\x53\xce\xce\xcf\xe3\xc4\x71\x62\xe3\xaa\x94\xb3\x2b\xf6\xf9\xd0\x53\xf9\x1a\xf9\x02\x9e\xfe\x07\x9f\xa4\x08\x94\xc5\xc1\xf7\x28\x67\x67\xf7\xb5\xb6\x9b\x27\x81\x49\xf4\x03\x16\xf2\xa4\xcb\x2d\x46\x24\x62\x27\xfd\x3e\xbc\xd5\xc0\x8f\xc2\x1f\x89\x77\x16\x53\x37\x7d\x98\x29\xf3\x83\x83\xa7\xfb\xf5\xf2\x8f\xc2\x8f\xd7\x1f\xb7\xab\x29\x7c\x15\x36\x7e\x08\xba\xca\x4e\x9f\xc2\xa5\x3c\x90\x2b\x4e\x0a\x8f\xe8\xad\x14\x2c\xd5\x83\x33\x71\x92\x54\xcf\x51\x87\x03\x53\xce\xdd\x4c\xcd\x4c\x54\x82\xa8\x0e\xf3\xcb\x93\x12\x33\x06\x70\xc2\x49\x98\xf3\x64\x96\x63\xca\x76\x84\x0f\xa4\x4f\x96\x60\x2a\x55\x84\x58\xfe\xc0\xa4\xc0\x8d\x98\x30\x29\xf7\x0f\x73\x31\xd0\xcc\x06\xc1\x51\x22\x10\x09\x27\x79\xf0\x31\x19\x89\xcb\x15\x30\x07\x07\xc7\xa2\x0c\x6e\xf1\x49\x90\x1a\xce\x59\x87\x30\x24\x19\xdc\xe2\x83\x8f\x50\xe6\x62\x7d\xf0\x11\x8a\x8d\xdd\x23\x8d\x26\x8e\xac\x99\xe8\x5b\xf1\x1d\x42\x80\x0d\xc3\x79\x28\x12\xe4\xf9\xa4\x39\x05\x98\xf5\x8f\xc5\x1f\xf4\x9f\x6b\x13\x8a\x94\x93\x26\xad\x86\x70\xf0\x2a\xca\x28\x52\x4e\x5a\x49\x14\x5a\xaa\x46\xd0\x0c\x42\xc1\x49\xcb\x2e\xfb\x81\x35\x38\x41\x50\x17\x10\x0e\x07\x3f\xa4\x88\x33\xd5\x49\x40\x73\xfe\x70\x3d\x3d\x69\x37\x32\xfd\xed\xde\x7a\x88\x48\x12\x01\x36\x38\x89\x53\x0a\xe4\xe4\x93\x24\x1e\x48\x92\x90\x24\xd9\x23\x2e\x49\x3c\x6c\x2b\x84\x16\xc9\x9e\x70\x78\x32\x45\xbc\xa3\x8e\x9e\x4c\x3f\xfc\x2c\x4f\x7a\x58\xe6\x6c\x1f\x04\x1d\xb9\x7f\x98\x8b\xc8\xa5\xb0\x76\x89\xc0\xbf\x08\x20\x4e\x7a\xc4\xeb\x75\x08\x91\xce\x61\xd2\x7a\x12\x96\x3b\x48\x23\x4e\x92\xda\xa0\xe7\x84\x3b\xfc\xaf\xdb\x87\xf7\xe5\x8f\xdb\x6e\xc2\x96\xdc\x3f\xfc\x41\x03\xa1\xc9\x8c\xe5\x38\x50\xcd\x27\x4b\x6d\x50\x18\x6e\x51\x19\x77\x91\x83\x5b\x54\xf8\xe1\x02\x70\x32\x31\x82\xf1\x17\x39\xf8\x3c\x65\xf0\xa2\x4f\x0e\x4e\x0c\x4b\x3c\x63\x65\x57\x20\x4f\x42\xa0\xdc\x3f\x2a\x3f\x98\x7b\x28\x07\x0f\xa8\x8c\x80\xe4\xe0\xad\x14\x9b\x1f\x43\x2b\x08\x48\x4e\xce\x74\xce\x6f\xa1\x1b\x04\x24\x27\x97\x28\x78\x2f\x4d\x82\x49\x04\xd2\xf9\x10\xd7\xe4\xfe\x91\xf8\xc1\xb8\xb2\xa0\xf0\x5d\x8a\xf8\x7c\x1d\x7c\x97\x32\x38\xce\x27\x57\x6b\x66\x00\xaa\x05\xf1\x6d\xb5\x66\x06\x00\x1b\x02\xa0\x2d\x0e\x91\x4b\x22\x96\xbc\x27\xd7\x47\x48\x60\x2a\x40\xe4\x8d\x18\xfa\x10\xd2\xe4\xfe\x41\x0d\xe8\x7f\x40\x72\x3e\x19\x4b\x1e\x3c\xb7\x0e\xde\x4b\xe1\x37\x58\xb2\xb9\x47\xfe\xa0\x79\x00\x00\xfe\x86\x93\xd5\x2f\x15\x81\x88\x70\x88\x6b\x12\x7e\x58\xc3\x9d\xdc\x0f\x7f\x50\x1f\xd2\x3c\x1c\xb0\x0e\x0e\x4c\x19\x89\xcf\x21\xf8\x49\xc6\xc9\xe6\xe4\x59\xc5\x26\xa6\xa7\xc8\xae\xf1\xcc\x3a\x84\x2e\xc9\x88\x65\x0e\x9e\x4a\x19\xb1\xcc\xc9\x3b\x0a\x54\xec\x0f\x86\x06\x76\x8b\x88\x25\xf7\x0f\x4a\x42\x74\x81\xd0\xe4\xe0\xab\x14\xdd\x2e\xf0\x55\xca\x08\x50\x0e\xc1\x4c\x22\xc8\x09\x07\x5f\xa5\x88\x65\xf3\xc9\xc7\xfc\x54\x70\xcc\x4f\x8b\xce\x23\xcc\xb1\x7f\xbc\x64\xa2\xb2\x47\x6c\xe3\xe8\x0f\xc6\x95\x5d\x0e\x2f\xa6\xd8\x5d\xae\x1c\x45\x08\x50\x4e\x46\xd4\xdd\x5d\xad\x88\xba\x71\xfa\x39\x84\x3a\x89\xdd\x95\xcb\xb1\x84\x07\xd7\xc1\xa3\x29\xcb\x48\xea\xd1\x14\x7e\xdf\x07\x4c\x03\x27\x11\x91\x4f\xee\x1f\xe6\x62\x1a\x58\xea\xf8\x34\x45\xac\xa7\x0f\x3e\x4d\x19\xe1\xcb\x29\x3f\x6b\xa8\xbc\x43\x1a\x70\x8f\xb8\x33\x45\x62\xb4\x9f\x22\x2d\xb1\x51\x14\xbc\xeb\x03\x56\xb0\xa7\x84\xcb\x2b\xe1\x70\x75\x88\x90\x72\xff\xa0\x06\xc4\xe3\x6e\x97\x38\x2e\xc5\x1e\xff\xca\xce\xe1\xd5\x94\x41\x6f\x3e\x45\x02\x64\x91\x16\x42\x6c\x23\xe1\x39\x25\x39\xf1\x50\x29\x11\x53\xb2\x52\x1d\x22\xa6\x04\xc1\xc1\x4f\x41\x92\x0e\x16\xca\xc1\x97\x29\x62\xe2\x7d\xf0\x65\xca\x8a\x7b\x0a\xe4\x8b\xb9\xf7\x21\x96\x4a\x08\x88\x05\x4f\x29\x02\x44\x33\xf5\x05\xd2\xc4\xa9\xff\xe0\xe5\x94\x15\xf8\x14\x48\x13\x47\xfe\x53\x90\x96\x28\xf0\x29\x48\x4b\x02\x96\xcb\xa7\x48\xb3\xd5\xf7\xea\x1f\x54\x81\x71\x90\xd2\x9f\x52\xa7\x7f\xd0\xa3\xca\x54\x66\x8b\x82\xb2\x1d\x68\x28\x9b\x70\x4a\xa7\x20\xec\x2c\x8e\x33\xf2\xcc\x10\x9c\x56\xae\x7f\x60\x00\x9c\x22\x61\xc3\xe8\xe1\x6d\x75\x33\xf9\x83\xf9\x66\x7d\x94\x6e\x9b\x58\xb2\xa5\xdb\x8e\xc8\xec\x4b\xd9\x1c\x9c\xa5\x0b\xb0\x8d\x38\xa2\x20\xc5\xf4\x4e\x81\x97\xd5\xfd\x83\xd6\x0e\x2b\xa4\x28\x49\xbe\xf8\xce\xe4\xb1\x5f\x94\x69\x43\x20\x8b\x32\x13\x99\xfc\x23\xfb\x07\xf5\x4d\x26\xcf\x61\x46\x76\xa2\x10\xab\xc0\x06\x77\x87\x99\x7b\x5e\x77\x64\xa5\x6c\xc7\x83\xab\x9d\xc2\xad\x22\x65\x3b\x04\x9e\x99\x30\xa2\xe5\x44\xd2\xe9\x82\x71\xb9\x39\xb8\xca\x71\x34\xba\x1f\x3b\x1a\xae\xb3\xc3\x68\x70\x6a\x12\x55\x26\x83\x14\x73\x0a\x56\xea\x9e\x3d\xb8\x57\x65\x10\x98\x4f\x91\xe2\xe1\x44\x71\xb5\xca\xe5\x7b\xa7\xa5\x9c\x7a\xe5\xb5\x36\xd8\x8b\x82\xc8\xbf\x7c\x7f\xb0\xa7\xb0\x8e\xab\x44\xcb\xb6\x58\x91\xf8\x2b\x17\xab\x12\x2d\x07\x00\xf1\x66\x42\xc0\xa8\xe5\x54\x64\x8f\x98\xb1\x9f\x8a\x60\x1f\xfc\x99\x53\xa5\x41\x98\x22\x62\xc8\xc4\xce\x76\x5e\x51\x51\x61\x9b\x70\x2a\x22\x49\xbc\xae\x4f\x45\xc8\x2f\x60\xef\xc1\x1b\x2a\x88\xa2\x7b\x70\x87\xca\x58\x27\x1c\xdc\xa1\x22\x31\x80\x4e\x4d\xd6\x46\xa9\xc9\xaf\xb3\x7f\x30\x25\xf6\x01\x5a\x24\x52\xd0\xa9\x1e\xa5\xf6\x01\x4d\x16\xa6\x0a\xa7\xe6\x42\x1e\x6a\x46\xea\x19\x30\x2a\x39\x3a\x56\x81\xed\x7c\x6a\xfe\x9a\x44\x47\xf3\xe2\x0b\x9a\x24\x82\x7d\xcc\xfe\x38\xfc\x41\x9b\x4a\xe0\x9d\x66\x20\xf6\x24\xf2\xd5\x21\xe8\x4d\x2e\xf0\xa6\x04\xbd\x89\x18\xe3\x1f\x5c\xae\x32\x90\x54\x87\x08\x38\x19\x64\xe8\x43\x08\x9c\x88\x0f\xf7\xa9\x78\x92\x14\x47\x1b\xb1\xe5\xf8\x2b\x84\xf7\xc1\x07\x2b\x08\xd3\x7a\x2a\x5a\x04\x3c\xb0\x4f\xc5\xf0\xa8\xfe\x7c\xa7\x16\xf6\xcf\x8a\x05\x2c\x2a\xbc\x83\xff\x55\xae\x8e\x38\x54\x86\xd7\xf5\xc1\xe7\x2a\x57\x07\x16\x8b\x56\x3c\xad\x4f\x1d\xce\x84\x93\x8d\xdd\x38\xae\xd6\x87\x30\x3d\xf7\x0f\xc6\x03\xe5\x02\x0e\x00\x07\x6f\xac\x88\xaf\xf5\xc1\x1b\x2b\x57\xa7\x02\xea\x23\xba\xd7\x21\x0c\x4f\xc6\xda\xe3\x10\x87\x27\x12\xdd\xeb\x10\x70\x27\x83\x18\x74\xea\x65\x8c\xa3\x4c\x50\x85\x31\x0e\x68\x30\x0f\xee\x5b\x51\x26\x08\xf7\xad\x20\x64\xea\xa9\x8b\x76\x27\x4a\x45\xd1\x80\x87\xf5\xa9\x18\x37\x55\xa7\x77\x3f\xbc\x9b\xce\xde\x97\x6c\x36\xe6\xb1\xca\x2f\xab\x84\x9c\xec\x03\x46\xe8\xc3\x85\x82\x36\x22\x28\x58\xad\x58\xa1\x0f\x17\x0a\xd2\x4f\x62\x0f\x9d\xca\xd1\x5d\x5d\x1c\x08\x3f\x71\x9a\x3e\x15\xa2\x1e\x1c\x8e\xba\x73\x01\x87\x74\xea\x6b\x7e\x3a\x8a\xc6\x22\x28\x39\xad\x28\x26\x64\xc0\xf0\xe1\x8a\x38\x17\x1e\x62\x04\x65\x65\xa2\x0d\x02\x47\x4d\x7a\xf0\xcf\x0a\x01\x0d\xcc\x69\x28\x1a\x08\x30\x74\x88\x12\x14\xd1\x8d\x9e\x16\x18\x7a\x16\x4c\x83\xa8\xf1\x28\x3c\x2d\x3a\xc4\x6c\x5e\x2d\x32\xc4\xd5\x77\x87\x98\x8d\xac\x41\xe2\x78\x32\x9c\x86\xbc\x13\xc7\xe9\xd3\xf0\x7d\x14\x79\xf3\x34\xa9\x9a\x9d\xbc\x71\x60\xe2\x64\x7a\x1a\x07\xa6\x9c\x1f\x31\x84\x32\x01\x30\x4e\x93\x48\x95\x36\xeb\xbc\x25\x17\x48\xfc\xa0\xfb\x07\x23\x80\x6a\x02\x85\xed\x69\x97\x2e\x33\x88\x4d\xa7\x21\x39\x45\x61\x7b\x5a\xb1\x54\x3a\xcd\xfd\x71\x40\x25\x0d\x89\x6a\x50\xb0\xab\x5b\x17\xa8\xd1\xa7\x79\xda\x2a\x9b\x6d\x58\xb1\xe3\x6c\x7c\x08\x4c\x74\xff\xa0\x58\x49\xd6\xa1\x41\xec\x53\x59\x33\x0d\x6d\xe2\x70\x64\x10\xa9\xe2\x79\x7c\x5a\xa5\x79\x2c\xe9\xc6\x99\x8a\x93\xe3\x21\x7e\x51\x56\xc8\xdb\x24\x77\xb6\xbb\xd6\x6c\x9e\x85\xa2\x8c\x00\x51\xea\xe0\x2d\x16\x04\xa7\x3c\xb8\x8b\x45\x5c\x1e\x4f\x43\x2f\x38\x1c\xee\xee\x07\xb4\x42\x52\x1f\xbe\x37\xd2\x69\x11\x0a\x88\xa0\xc0\xaf\x61\x64\xa8\xe8\xb8\x81\x2f\x85\xa3\xed\xe9\x69\x1f\x6c\x82\x82\x18\x36\xa7\xe7\xdf\xd9\x47\x13\x6f\x76\x86\x9b\xa0\xc5\x4e\x24\xaa\xdd\xe9\x39\x9c\xa3\xc1\x79\xfe\x3e\x89\xe7\x68\x4d\xac\x34\xbf\xe7\x7c\xce\x9d\x96\xa8\x35\x0f\x09\x0f\xec\xbd\xe6\x3a\xa7\xe7\x72\xce\xf8\x3e\xe9\x5f\xc2\x1b\xbf\x6a\xff\xba\x1d\xf6\xdc\xce\x5b\x6c\x13\xac\x70\xcf\xe3\xec\xa5\xc1\x3a\x44\x48\xc2\x63\x8d\xc1\x6e\xcc\x03\x6c\xec\x4d\xb0\x1b\xeb\xec\xfa\x25\xe4\x2f\xe1\xf9\x8c\xde\x83\xdd\xd8\x67\xbf\x5f\x19\xf5\x4b\x78\x73\x32\xc1\x6e\x9c\x03\xec\xe5\x4d\xb0\x1b\xcf\x79\xd8\x23\xa2\xd2\xf5\x5e\x7e\xe7\x79\xf1\x58\xc0\x40\x87\x84\x57\xf7\x01\x2c\x73\x4e\x2f\xf1\x68\xc5\x15\x95\xb5\xdf\x84\xe7\xf7\x7d\x92\xfe\x49\x08\xd1\x04\x5a\x5a\xf2\xd9\xdf\xf8\x42\x0f\x37\xe1\xbd\xe7\x67\xd4\x64\xc7\x84\xf5\xe5\x68\xff\x24\xbc\x5f\x0e\x5a\x5a\xea\xd9\xe9\x2b\x74\xfc\x37\xc1\x69\x4d\xbf\x7f\x12\x74\xda\x50\x4e\x7e\x13\xb4\x71\xd2\x06\x87\x84\x77\x38\x69\xc9\x96\xb6\x83\x81\x49\xd4\xea\xe6\xf4\xd2\xcf\x2e\x5f\x0e\x5b\x3a\xce\x99\x5f\x8e\xfa\x25\xa0\xf0\x8d\x1a\xe4\x9c\x5e\xf6\x39\xff\x94\x61\x4b\xcf\x39\xaf\x13\x95\xc6\x97\x00\xa2\x69\x8c\x8a\xcb\x7b\x79\x0e\x76\x2a\x51\x83\x1d\x12\xde\x9f\x9d\xcb\xb6\xf4\x3d\xfb\xb1\x8c\x9c\xbe\x84\x47\xcb\x78\x25\xe5\x37\x01\x73\x87\x9b\x40\x4b\xeb\xef\xbc\x97\xdf\xba\x09\xb4\xb4\x86\xb3\xb5\x07\xc7\x6c\xe7\xf4\x9a\x0e\xb6\x5a\x37\xa1\xff\x93\x30\xbf\x76\xd0\xd2\x9a\xcf\x39\xb6\x94\x7d\x9f\x84\xc7\x15\xc4\x1e\xdf\x6b\x39\xfb\x38\x2f\xdc\x5b\x6e\x02\x90\xcc\x51\xa3\x9e\xd3\xeb\x9d\x17\x1b\xc6\x51\xd0\x6b\x3f\xcf\xb4\xe9\xc5\x96\x8e\xa3\xcd\x61\x24\x28\x1e\x09\x20\xa1\x46\x8d\x75\x4e\x6f\xbf\x73\xc2\xd7\x0e\x5a\xda\xc2\x01\xd3\xf2\x26\xd0\xd2\x36\xce\xa9\x56\x7b\xcf\x86\x17\xdf\xa8\xd0\x71\x2c\x7c\x87\x50\xa1\x30\x30\x2f\xb1\x8b\x82\x10\x50\xef\x10\x01\x03\xd7\x9f\xd7\xe8\x45\x95\xd5\xf2\x0e\x31\x70\x31\x55\x7d\x07\x0a\x8d\x8c\x4c\xf8\xc5\xbd\x2a\x74\xa2\xaf\xbe\x46\x36\xfa\xef\x0f\x30\x7a\xc1\x84\x78\x07\x6a\xbd\x9e\xbe\x7a\x96\x80\xac\xd6\x23\x02\x6a\xf3\x1f\xe0\x29\xb9\xe9\xbd\x78\x68\x85\x3a\x2e\x21\xbd\xb8\x68\x85\x86\x12\xf5\x1d\xc2\xd9\x20\xe7\x78\x71\xd2\x0a\x8d\x10\xa9\xef\x08\x82\xf3\x0c\x8a\x0e\xf4\x07\x3b\xa8\x77\x80\xbc\x51\x31\xd1\x78\x07\x22\xd6\x8a\x15\xdb\x3b\x84\x8b\x2b\x0e\xd5\xbd\xd0\x86\x8a\x33\xfa\x6b\x14\xa6\x86\x10\xf9\xc5\xd1\x2b\x74\xd4\x9a\xef\x40\xa0\xd4\xdb\x57\xf4\x12\xbd\xd8\x4a\xe9\x4f\x75\xac\xc3\x11\xe1\xd0\xa2\x1f\xa1\xee\xfc\x41\x7f\x10\xe1\xbc\x46\x75\xea\xdc\xf2\x5f\xc2\x3a\x85\x82\x03\xd0\x3b\x90\xf2\x56\x64\x7d\xef\x88\x40\x6b\x21\x04\x7c\xc7\x3f\x10\x3d\x99\x1f\xa0\x45\xc2\x52\xbc\x23\x82\xae\x85\xb4\xe2\x1d\x48\x80\x1b\xd7\xbd\x97\xc8\x50\xa1\x60\xb6\xfe\x0e\x22\x6c\x14\x18\xbd\x17\x6f\xb5\x50\x31\xcb\x7a\x87\x58\x77\x68\x40\xde\xcf\x5f\xad\x39\x06\xa0\xdd\xe5\xf4\xb5\x40\x9c\xdf\x68\x36\xd0\x8d\xbf\x16\x80\x3c\x52\x5a\xfc\x9b\xc9\xf4\x3b\x92\xf0\x91\x2e\x2c\xae\xf6\xb5\xda\xa2\x7b\xb5\x0f\x15\x8e\xe9\x1d\x62\x0a\xe5\xef\x1f\x01\x9e\x3a\xfd\x03\xbb\xb2\x81\x1a\xfa\x0e\x90\x1d\x3a\x3e\x37\x2f\xbe\x71\xa1\xc3\x4e\xbf\x03\xfe\xa6\x03\x18\xfb\x0e\xae\x33\x3a\x9e\xbf\x23\x89\x05\xe7\x2a\x4b\x02\xcc\x35\xff\x39\xa2\x94\x31\xc7\xdc\x68\xda\x37\xad\x1f\x52\x4a\xa2\x05\xf9\x9b\x3c\x5a\x70\xef\x34\xa1\x23\x96\x7a\x07\x8a\xe3\x0c\xf7\xf8\x12\x71\x2b\x94\xe4\x32\x05\x2e\xa2\x45\x57\x99\xe8\x60\x59\xaa\xc9\x62\x17\xda\x6d\x82\x8e\x34\x3c\xf0\xdf\x91\xc5\xe9\xf9\xf9\x0f\xfd\x29\xd2\x13\x77\xa1\x0c\x8b\xfb\x8e\x7b\x17\x0a\xe5\xa3\xe8\x2c\x92\xa6\x13\x4e\xe8\x91\x4a\x78\xe8\x97\x80\x5e\xa1\xb2\xa3\xbe\x46\xf4\x6a\x58\xee\xbe\x84\xf4\x0a\x2d\x39\x25\xc0\x7b\xf6\xe2\xe8\x20\xd7\x94\xc7\x7e\x07\x08\xbf\x0d\x78\xe6\x17\x7f\xc3\x90\x8b\x0d\x05\xe3\x37\x17\x47\x07\xbd\x41\x0b\x8e\x35\x82\x95\x86\xe1\xe0\x8b\x2f\x62\x68\xdf\x2a\x2b\xf6\xc7\xd1\x41\xff\xd7\x7f\x36\xb4\x2c\x97\xb6\x95\xee\xff\x41\xc4\x80\x3c\xf5\x6f\xe6\xe0\x10\x35\x8e\x7f\x89\x38\x16\x0a\xbe\x72\xaf\x21\xc7\x4a\x76\x65\x12\x35\xa1\x36\xe7\x07\xe6\xd1\x80\x42\x2f\x2e\x90\x41\x36\xec\xc5\x07\xf2\x32\x51\x34\xb4\x0a\x00\xee\x7a\x43\x8a\x53\x88\x8e\xfc\x0e\x74\xf5\x99\xbb\xe6\x3b\xaa\xc8\xa3\x5f\x36\x88\xab\xb9\x25\x20\xe0\x69\xdf\xfe\x40\x10\xa6\x5c\xdd\x16\xab\x9b\x9f\x6b\x07\x6c\x5e\xe3\xd3\xbc\xa3\xba\xde\x86\xa5\xbd\xc2\x59\xf1\x43\xc0\xc5\xe8\xde\x85\x45\x8d\xf0\x73\xef\x40\xcc\x53\xbf\x31\xc0\xa4\xa6\xc0\x25\xbe\xf8\x6b\x86\x56\x1d\xaa\xe6\x66\x51\x21\x26\x34\x9f\xb5\xbb\x43\xb5\x26\x64\x3a\x2d\x68\xc2\x7b\x7f\xf5\x0c\xe7\xd4\x7f\xd8\x2c\x7e\xdf\x0f\xe8\x27\x3a\x59\x4d\x20\x3a\xc7\xa0\x39\x3f\x3f\xff\x79\x3c\x00\x6c\xa8\x9b\x85\xbb\xe7\x07\xcf\x6d\x69\x88\x9d\xf3\x70\x78\xb9\x28\x97\xe4\x86\xd9\x93\x80\xbb\x4c\x63\xff\xd0\x4a\x29\x1a\x68\xd7\xf6\x73\x8b\x43\xa2\xd5\x8b\x54\xff\x21\x02\x65\x4b\xf3\x70\x0a\x74\xbb\x8b\xcd\xe3\x86\x82\xe0\xcb\xab\xfe\x4b\x14\xb8\x50\x86\x63\xd0\x5d\x6f\x12\x13\x01\x1c\x3b\xf1\x92\xde\x81\xe8\xab\x60\x08\xfe\xe2\xae\x1a\x4a\xb1\x34\xf0\xbd\x4a\xf1\x9c\x18\x6c\xe6\xcd\xc3\x16\x45\x71\xcd\xee\x07\x83\xfd\xad\xb8\xfc\xd1\x14\xd7\xf6\x57\xb3\xec\x77\x0c\x3b\xeb\xb9\x31\xc4\x51\xcc\x74\x16\x7d\x58\x83\x15\x79\x89\x4d\x17\x7a\x94\x54\x09\xad\xd3\x9a\x9b\xfb\x10\x0a\xab\xf9\x63\xb1\x91\x65\x4b\x63\x31\x16\xb7\x1e\xa0\x30\x73\x71\x5f\x45\x88\x90\xdb\xf7\xcf\x2b\x92\x2b\xff\x08\xce\x87\xb0\xea\x1d\x60\xe0\xfe\xb3\x4c\xa7\x93\xe7\x70\x7f\x70\xd1\x6e\xa5\xc8\xfa\x4a\x75\x80\xc4\xc1\x0d\x1e\xd8\x68\x01\x5a\xf4\x44\x99\x9e\xc4\x4e\x84\x38\xec\xdf\xc9\x05\x46\x4c\x06\x90\xe3\x1d\x68\xf5\xfe\xa1\xf5\xc9\xe4\x11\x5a\xf8\xc5\x39\xf7\x56\x6a\x69\xe2\xb4\x7e\xcd\x79\x1c\x6e\x4b\x83\xb8\xb2\xeb\x1c\xc5\xb9\x40\xf0\xef\x58\x41\x40\x2c\x8a\xc6\x90\xa5\x17\x7b\x8a\x36\xb0\x57\x17\xe3\x12\xef\xca\x5d\x60\xb9\x59\x34\xbf\xa9\x1e\x27\x54\x0a\x28\x68\xc7\xa4\xf0\xc5\x29\x38\x86\x21\x0f\x05\x2c\x68\xc9\x4e\x09\xa2\x12\x3d\x3c\xde\x81\xc9\x4b\x26\x26\xf1\x3b\x90\x95\x94\xf0\xd5\x73\x04\x52\xf7\x1b\x16\xe3\xc7\x50\x61\x3c\xf6\xcf\x1e\xb9\x85\xd7\x95\xb3\xd8\x42\xac\xba\x13\xa2\x40\x69\xcd\xd5\xbc\xe5\x94\xdc\xa5\xd1\xa0\xf4\xee\x6c\x0b\xa2\xde\xdd\xae\xb6\xc4\xf5\x15\xc0\x66\x51\x5c\x89\x40\x0c\x1b\x36\xfd\xc5\x9b\x39\xd4\x9f\x34\xb8\xe5\x2c\xbe\xe6\x2c\x51\x8f\xe9\x8f\xf0\xc3\xad\x98\x8d\xf9\xe9\x9e\x3a\x18\xeb\xb4\x9f\xdb\xe2\xf6\x70\x72\xbb\xc2\x5a\xa7\x7f\x6b\xe7\x04\x77\x28\x8a\xc6\xca\xad\x14\x07\x84\x20\x2f\xbd\x48\x18\xe2\xf3\x67\x7b\x7a\x04\x85\xf7\x08\x3a\x1f\xc8\xb3\xd9\x9a\x18\x71\xf4\xf4\xc8\x29\x79\x22\x1e\xe6\xa7\xb8\x0e\x8e\x9b\xdf\xcf\x16\xac\xff\x71\x9c\x00\x18\xd9\x3f\xbe\xeb\x48\x3f\xb2\x22\x47\xfa\x71\xdc\x84\x99\x0f\x4e\xd6\x23\xe4\xb7\x07\xa7\x40\xf3\x43\x6a\x44\x39\x5b\x7f\x1e\xd0\x4f\x12\xbd\x9a\x16\x08\xb1\xdc\xdc\x46\x9e\x0f\x8a\xd7\x6f\xdc\x0f\x24\xda\x47\xce\xcf\xbd\xeb\x11\x30\x52\xd2\x14\x49\x2f\x39\xa7\x0f\xfb\xc1\xb7\x0f\x3d\x1e\x4e\x5f\xa5\xc2\x43\x3b\x54\xa0\x58\xe6\x8f\x7e\x1e\x39\x59\xa7\xf1\xf9\x90\x8e\xf9\xe7\x95\x33\x77\xf5\xbe\x32\x0f\x2e\x24\x24\x63\xbd\x79\x00\x00\x12\xdb\xbb\x07\x00\xc6\xbc\x65\x48\x18\xaf\x9c\xb9\xbb\xd8\xfb\x71\xb2\xf4\xf4\x15\x54\xd7\x15\x22\x78\x66\x68\xe5\x7f\xd9\x30\x63\xfd\xdf\xf6\x4b\x70\xda\x5b\x74\xaf\x40\x69\x56\xb1\x7e\x79\x07\xe6\xc1\xb5\x78\x38\xbc\x82\x41\x4a\x5b\xaf\x5c\xae\x9c\xd6\xeb\x41\xec\xfe\x82\x35\xbe\x5a\x95\x17\xa7\xf7\xa0\xb6\xec\x9d\xbf\x2f\x48\x40\xe7\x07\x6b\xd1\xf3\x6d\x72\xab\x6a\xf8\x1b\xbe\xc6\xac\x2c\xc0\x7b\xbc\xf3\xf7\xdd\x42\x32\x3f\x60\x2c\x90\xd0\xbf\xf3\xf7\xad\x45\x7f\x38\x77\x74\x7c\xfe\x64\x94\xa2\xdf\x4c\xa1\x39\x2d\x7a\xc9\xdc\xf3\x23\x7a\xdc\xc2\x4f\x4d\x78\xf3\xee\x89\xf4\x2a\x4a\x23\x04\xc6\xab\x85\x79\xc4\x56\xe2\x7d\x59\x64\x01\x3d\xca\x4b\xa0\x83\x10\x65\x2c\x5e\xd6\x55\xe8\xb5\xfe\x5f\x8f\xa7\xff\x6f\xfe\xbf\xff\xcf\xf3\xaf\x3f\x3f\xec\x9d\xff\xfc\x34\xcf\xbd\xbf\xef\x31\x70\x1f\xe5\x3f\xff\xbe\xb5\xfc\x7e\x77\x8f\xbf\x0f\xc5\x04\xdd\x4c\xcb\xb4\x6d\x3c\xcb\x7e\xd3\x96\x05\x2d\x4d\x86\x49\xb1\xa8\x65\x33\xfb\x8f\xb4\x6c\x9a\xf7\xe1\x4e\x0d\xcb\x1a\x96\x86\x94\xa4\x58\x3e\xdb\xa4\x48\x7d\x3f\x6c\x6c\xff\xfc\x7e\x47\xa9\xc0\xa0\xb4\x4b\xf5\x7f\x7e\x3f\x25\x05\x58\x08\xfc\x30\x60\xbd\x8f\x57\x84\x83\xf2\xaf\x3f\xbf\x10\xa9\x21\x28\xe3\x62\x7d\xff\xc2\xbd\xc9\xdc\x47\x32\xad\x92\x46\x1d\x18\x90\x46\x0d\xc5\x7f\xe1\x72\xee\xf7\xb1\x4c\xe3\xdb\xcb\x8c\xdf\x87\x75\xdc\x3b\xc6\x0f\x30\xfd\xfb\xb0\xbc\xbb\xfb\xfd\xb0\x13\xbd\x0f\xeb\xbd\x67\xcc\x0f\x53\xd0\xfb\x38\xa6\xdd\xbe\x45\xfb\x11\xd9\x83\x02\x5a\xa2\x5f\x1a\xb4\x2f\x29\xd2\x40\xe1\xf5\x4b\xf7\x58\xbe\x0f\x64\x05\xa8\x40\x7e\x69\x99\x6f\x7f\x69\xf7\x5b\x4c\x29\xfe\xfc\xb2\xed\x43\x6c\x1b\x30\xda\xfd\x13\x82\x21\xde\x90\xfd\xc6\xdf\x5d\xf7\xf7\xa1\x49\x06\x29\xc3\x14\xc5\x97\x37\x25\x98\xc7\x40\xab\x95\x94\x6e\x0a\x41\xf6\x28\xe7\xde\xa1\xef\x83\x90\x74\xf1\xa6\xb0\xac\xe2\x8f\x1b\x70\xa4\x9c\x7b\xe5\xbd\x8f\x4a\xf8\xb8\x9b\x92\x2c\x99\x8b\x63\xa2\x9c\x7b\x7f\xba\x0f\x84\xdb\xc3\x36\x5e\x56\xf8\x3e\xbe\x34\xca\xba\xfc\xe8\x9f\x88\x25\x78\x08\xe3\x9e\x82\x91\x81\xbf\x0f\xe3\xa1\xde\xc3\x23\x12\xa4\xe0\x3e\x1e\xd3\x6e\xad\xd8\xf4\xde\x87\xdf\xde\x1b\x5d\xc4\x0c\xf7\x3e\x4c\xcb\xa4\x0d\xd3\x86\x11\xba\xfe\xf5\x27\x46\x47\x0b\xd4\xfb\x20\xbe\x60\xc4\x3e\xf4\x3e\xba\x69\xed\xa6\xdd\x61\xb8\x0f\x6b\xbd\xbc\x40\x04\xa6\xfe\x3e\xb6\x69\xe4\x4b\xf4\x0c\x5b\xcd\x10\x10\xa8\xc7\x98\xb6\x69\xc7\x34\xf2\x55\xf3\x71\xad\xb9\x87\x6f\x8c\xac\xab\x18\xb9\xce\x04\x24\x36\x31\xde\x4b\xcb\x7d\x18\x33\xb6\x53\x6b\xb7\xc5\xdd\x16\x77\x5a\xdc\xfd\xb6\x7f\xdf\xde\x1a\x52\x64\xd6\x13\x42\x85\x7b\x02\xc6\xec\x28\x89\xdb\x6a\xcc\xa0\x58\x58\x41\xb1\x7c\xfd\xbf\x47\x53\xc4\xe8\xe0\x4f\x2c\xd9\x5a\xc7\x2d\x0d\x3d\xf1\x7d\xb8\x3e\xe8\x7f\x61\x2f\x88\x85\xbd\x20\x72\x5f\x8f\x60\x69\xde\x87\x51\x68\x5b\x24\xcd\xf2\x8c\xd4\x0a\x32\x55\x44\x75\x7c\x1f\xc1\xb4\x4a\x9a\xdf\x6e\xeb\xb8\x3b\x50\x2c\x97\x0b\xf9\x13\xd1\x1c\x87\x48\x54\xc2\x58\x7f\xac\xba\xca\x66\x2d\x4c\x5b\xac\xbf\xc7\xb4\xd7\xb4\xfb\x6d\xb5\xbf\xd5\xc8\x9c\x44\x19\x8c\xb5\x26\xd3\x8a\x69\x7c\x5b\x9b\x69\xd3\xb4\x41\xda\x36\xcd\xe8\xb2\x97\x2f\x8d\xad\xd1\x3e\x74\x0b\x21\xa0\xfe\x8b\x04\x73\xba\x0f\x2f\xc8\xff\xfa\x13\xdf\x44\x0d\x2f\xd2\x92\x81\xb5\x64\x7c\x5d\xb3\xaf\x37\x67\x82\x3d\xc4\x77\x52\x2b\x6e\x44\xa1\x63\xf8\x17\xdf\x09\x0d\xe0\x36\x14\x3a\xda\xaf\xf8\xae\x6e\x9a\xc2\x13\xe8\xe7\x5d\xe6\x13\xa0\x83\x70\x74\x11\xaf\xa0\xfb\xf8\x2e\x55\x8d\x34\x56\xed\xcb\xe8\x09\x74\x97\x7e\xf7\x90\xbc\x0f\x03\x1f\xdf\x1b\x5f\xfa\xdd\xa5\xfe\x27\xe1\x57\xc3\x5a\x49\xbf\x90\x4d\x91\xb3\x21\xa5\x9a\x62\x80\xe5\x94\x6e\xda\x3d\xe1\xee\xe3\xf5\x9c\x2a\x37\x2d\x5b\x3e\x56\x82\x91\x70\x71\x09\xa7\x8c\xfb\x78\x44\x48\xa9\x37\x6d\x9a\xef\xfd\xd2\x6e\x1d\xee\xdf\x29\x20\x06\xb8\xeb\x29\x05\xe8\x24\x05\x6e\x7a\x42\xe0\x25\xc2\x55\xfc\x49\x1f\x2d\x32\x4a\x29\x16\xbe\x8c\xdf\xdc\x5c\x6a\x4f\xd8\xdc\xde\x87\x69\x77\x07\x4e\x18\x3e\xde\x87\x51\x80\x2f\x0d\x24\xd0\xd4\xff\xa4\x04\x93\x1c\x99\xc5\x94\x2e\xc3\xfb\x27\x61\xf1\x17\x22\x9c\x6a\x02\x98\xfc\x3e\xdc\x11\xef\xce\x93\xea\x65\xda\xef\x03\xe8\x5a\xa4\x18\x69\x2f\x7a\xbb\x39\xe9\x44\xb3\xcb\xfb\x32\x9c\x7f\x32\x5e\xea\xa1\x8f\xfc\x0f\x90\xb1\x47\xf6\xff\xe9\x14\xcf\x0f\xdd\xcc\x68\x2e\x42\x86\x79\xca\x0f\x5b\x53\x7e\x14\xde\xa2\xda\xcf\x38\xd0\xde\x47\x35\x8d\x7c\x6c\xe7\x19\xff\xd8\x20\xfc\x42\x26\x06\xd9\x7d\xb0\x18\xd8\xea\xf2\x93\xcc\x97\xbe\x7c\xf5\xa6\xdd\x93\xf2\x3e\x92\x69\x83\xb4\x63\xda\x6b\xe8\xb8\x74\xd3\x8a\xdf\x16\xbf\xbd\xdb\x5f\x7e\x8a\xf9\xca\x97\x8f\x6f\xab\xed\x83\xe4\x3a\x92\x95\xfc\xd4\xc7\xb4\xd7\x34\xda\x02\x79\xe5\x47\xf9\x07\xde\xf8\x99\x70\x62\xf7\x71\xcc\x47\xdf\xfa\x22\xad\x1b\xc6\xae\x53\xde\xb0\x6f\x5c\xee\xf5\x54\xcf\x38\xb0\xde\x87\x62\xf3\x4e\xfb\x58\x74\x19\xbf\xd5\xa0\xd7\x78\x7e\xa6\xf9\xa6\xe3\x37\xf8\x76\x5a\xc7\x54\xa0\x35\xa8\xf7\xee\x73\xf7\xc1\xcd\x0c\x9d\x68\xc6\x59\xf5\x3e\xc2\x7f\x99\xd5\xfc\x6c\xdb\xcc\x35\x2b\xc3\x8c\x66\xc2\x93\xdd\xc7\x30\xec\x1d\x6d\x7e\x2c\xcf\xb0\x7b\xdc\xd1\x33\x4e\xab\xf7\xa1\x0c\xe8\x1e\xb2\xf9\xe5\xf8\xce\xaf\x73\x8e\xa2\x3d\xbf\x3f\xc6\xf9\x0d\xd6\x7b\x89\x38\xe3\xed\x79\x1f\x32\xce\xac\x8d\x37\x53\x9e\x11\xc2\xf4\xfe\xcc\xaf\x73\xf9\x16\xbf\xcd\x77\x5c\x08\x15\x76\x1f\xf6\xed\x6e\x81\xf9\x2d\x7e\x8b\xbc\x70\x00\x1d\x9c\x09\x17\x76\x1f\xdb\x70\x7c\x89\xb4\xaf\xbc\xd7\x7c\xa4\x55\x96\xfb\xdb\x0c\xd5\x57\x68\x73\xeb\xa6\x0d\xf3\x99\xb6\x4c\x3b\xa4\xdd\x43\x3f\xbf\xed\x31\xed\x55\xcc\x4d\x79\xdd\xf6\x19\x2d\x0e\x37\xc8\xfc\xf6\x69\x9a\xe3\xd2\xf8\x76\xfa\xed\xf4\x5b\xe6\x08\xb5\xdd\x7d\x54\x25\x88\xf4\x63\xb3\xc6\xf1\xb0\x0c\xba\xd8\x65\x76\xce\xfb\x98\xa6\x31\x2e\xdb\x31\xdd\xb6\xcf\xb1\xdf\xf6\x8d\xad\x61\x80\xf6\x9a\x51\xfd\xdc\x87\xe5\x0d\xea\x38\xf6\xf7\xd8\xdf\x44\x3f\xdc\x06\x8c\x66\xa6\x97\x5a\x7e\x1f\xdb\xfc\xd8\xe6\x3b\xf6\x85\x9d\xf8\x3e\x58\xa7\x88\x6c\xca\x2f\x24\xd3\x44\x99\xbe\xb7\xa4\x02\xbf\x76\x1f\xd3\x7c\x99\xb4\xc7\x34\x43\x1d\xde\x3b\x7f\x81\x67\xbb\x8f\xef\x16\xfe\x23\xad\x9a\xd6\x4d\x8b\xa4\x4d\xd3\x8c\x30\x78\x99\xcc\x22\x03\x57\x64\xe0\xf4\xf0\x29\xb8\x2c\xde\x87\x7d\x2b\xb4\x19\xa6\xae\xe0\x20\x18\xf4\xcd\x29\x84\x2e\xbb\x0f\xbf\xcd\xb4\x65\x58\x07\x62\xaf\x01\x8b\x50\x3c\x20\x0a\x07\xc4\x4d\xa3\x1f\xf7\x26\x72\x1f\xb6\x25\x53\x1e\x2c\x47\xf1\xfa\xa1\x07\x4b\xf9\x6d\xc7\xc0\x79\x43\x82\x5f\x7e\xa7\x90\x76\x6c\xcb\xdd\x73\x8a\xcc\x72\x09\xee\xa7\x38\x6f\x94\x00\xfb\x57\x02\xec\xcf\x00\x84\xb1\x04\xc7\xd9\xe0\x5f\x03\x70\xc5\x12\x42\x33\x0d\xb0\x65\xd0\x5a\x0b\xee\x6c\xf7\xb1\x4d\xe3\xdb\xc8\x18\x10\x2c\xec\xa6\xdd\x39\xc2\xa5\xed\x3e\x18\x2b\x4c\x0f\x4b\xc8\xb6\x25\xdb\x96\xbb\xfe\x4a\xc8\xd6\xfb\x8d\x73\xe7\xdb\xcb\x83\xdd\x07\xfb\x10\x36\xfa\x05\x6e\xf8\x3e\x9a\xe5\xf5\x9b\x56\x6d\x5f\x55\x1b\xf4\xa3\x6f\x8d\x31\x08\x9f\x08\x39\xd0\xe6\x69\x7f\xa7\x88\xe1\x89\xf2\x96\x6d\x41\xb6\x36\x70\x74\x2e\xf8\x7f\xdd\x87\xe2\xa5\x48\xda\xb6\x2d\x5b\xa1\x4a\xa2\xbf\x87\x39\x0a\xca\x56\x50\x3d\x94\xf0\x5a\xde\xab\x60\x88\x75\x10\x5e\xfb\xf6\x21\x95\x67\xd3\x1c\x97\x57\xc1\xef\x3d\xb2\x0b\x7e\x5a\xf7\x61\x9b\xef\x59\x56\xa2\x63\x8a\xef\x54\xd0\xce\xb4\x44\xd7\x2e\x1c\x78\x18\xe0\xc1\x95\x08\xc3\x5b\x08\x18\xf5\x09\x7d\x4a\x84\xa1\x28\xf8\x57\xdd\x7c\x7c\x9b\xfc\x16\x96\x4d\xbb\xd0\x12\x33\x73\x19\xb3\x7d\xbb\x7b\x49\x89\x05\x3a\x8a\xee\x6b\x80\x87\x96\x58\xad\xa3\x5a\xc7\xdd\x5f\x0a\x5c\xf7\x7d\x28\x9d\xbf\xfb\x46\x89\xc3\x7a\x3d\x8f\xca\x08\x7f\x3d\xee\x4b\x1c\x16\x23\x9e\x37\x18\xa0\x25\x8e\x97\x34\xa3\xcf\x62\xfa\x56\x22\x9c\x78\x89\x46\x9e\x45\x36\x5c\xe2\xb4\x59\xd3\x2e\x0d\xba\x2e\xf9\xe8\x9e\x34\x70\x0a\x2f\x51\xb2\x88\x92\x05\xee\xa4\xc5\x7b\x6a\x89\x1e\x4d\x70\x53\x85\x4b\xeb\x7d\x7c\xfa\x44\xea\x7d\x98\x56\xc2\x15\x05\x21\x0d\x0b\xf1\x8a\xee\xc3\x20\xa1\x6c\x35\xc4\x0f\xba\x0f\xa5\x58\x97\x73\x2a\xf1\x75\x28\xdf\x4f\xe5\x70\xdb\x92\x24\xc7\x24\xe9\x81\x0e\x57\xf0\xc7\xf9\x53\x92\x11\x5e\x51\xd2\x16\x3c\x71\xee\xa3\x99\x76\xc7\x25\x45\xbf\x35\x6a\x2b\xea\x95\x92\x12\x6d\x4e\xc9\xfe\x0e\xca\x4b\x96\x27\x99\xc1\x15\x96\x24\x99\x11\x1a\xe8\xa6\x91\xcf\x2d\x2e\xa9\xc3\xc3\x69\xb2\x24\x38\xca\x92\xd4\xaa\xe1\x2f\x59\x88\xeb\xf3\xa7\x10\xc6\x27\x64\xbc\x03\x0b\x71\x7c\xee\x83\x7e\x00\xf7\x59\x92\x5b\x61\x42\xc9\x93\x11\x75\x95\xc4\xf1\x57\x08\xef\x73\xf3\xdd\x31\x4d\xce\xaf\xd1\x75\x32\x6e\x73\x25\x4d\xfb\x2b\x3b\x82\x66\xae\x24\xb7\x3d\xfd\x5f\x06\x12\xa9\x92\xb6\xe5\xed\x4f\x95\x45\xbd\x87\xa5\x8d\x0f\xca\x4d\xbb\xeb\x00\x67\x93\xfb\xb0\x2d\xf7\x68\x2a\xe9\x19\xa6\x1d\xd3\x28\xef\xb1\x2d\x48\x05\x33\x12\xff\x82\xe7\xc8\x7d\x40\x66\xa8\x04\x4a\xfe\x31\x7e\xb8\x85\xdc\x7c\xa6\x75\xd3\xa6\x69\x83\x34\xd6\x5f\x96\x45\xc1\x75\xab\xe4\x40\x1d\x39\xaa\x6d\xe2\x18\xca\x6e\x8f\x59\x16\x14\x51\x78\xc9\x69\x99\xb6\x4d\xbb\xfd\xc8\xcd\xb4\xa6\x0c\x34\xf3\xed\x34\x6d\x9a\xaf\x90\xb6\x4c\x43\x50\x3f\x00\xc0\x2a\x19\x36\xad\x64\xd9\x34\x3c\x91\x0a\xce\x0b\xf7\xe1\x98\x5e\xce\xbd\x64\x6e\xa0\x25\x6f\xfb\xcb\xbc\x65\xc7\x39\x6f\xdb\xc7\xb6\x92\x1f\xd6\x5a\x7e\x14\x29\xb3\x0e\x8a\x5b\x57\x41\xee\x92\xb1\x0f\x28\xa5\x91\x8f\x20\x1a\x61\x00\x70\x54\x4a\x67\x3e\x08\xa0\x11\x06\x2c\x68\xc1\x04\xfc\x3e\xfc\x96\x2d\xa4\xf4\x61\x9a\x63\xea\xb7\x83\xb1\xc7\xb2\xfb\x7e\x4b\x3e\x8f\xd8\x32\xcc\xc7\xfc\x12\x25\xe3\x3e\x1c\x2b\xf6\x8d\x32\x1e\xd3\x6c\x0b\x6c\x86\xb7\xfa\xa2\xe1\xf7\x40\xe5\x58\x8a\x7b\x49\xf9\xc6\xd4\x3a\x1e\xf3\x49\xe7\x78\x5a\x94\xf2\xda\x37\x44\xb3\x19\x3d\x7e\xa9\xce\x79\x85\x7e\x07\xea\x86\x42\xa4\x87\xfb\x18\x06\x9a\xb8\x63\x8a\xd5\xf1\x7d\x70\xe4\xc0\xbe\x16\xcc\x84\xef\xe3\x35\xed\xce\x11\x26\xbf\xf7\x51\x4c\x1b\xa4\x0d\xd3\x26\x69\x99\x6f\xab\xf5\x72\x5b\x1f\x00\x9e\x94\x3a\xcc\x37\xcc\xc7\x11\x51\x5d\x07\xd5\x39\xc7\x8a\xa4\x54\xe7\x97\xd8\x03\x61\xc0\x6e\x96\x7a\xd8\xc3\x2a\x9a\x85\x4c\x50\xc2\x52\x1f\xe6\xa8\x22\xd1\x1f\x20\x6e\x94\xfa\x5a\x87\x47\x18\xba\xb0\x42\x70\x80\xfb\xb0\x6f\xb0\x32\x4d\x9a\x69\xd2\x0c\xf7\xf0\xd2\x60\xeb\x4b\xfb\xd9\x3e\xe8\xbc\x21\x97\x2b\xc4\x05\xb8\xf9\xee\x18\x34\x8f\x35\x4d\x4b\x07\xec\x6b\x69\x8e\x55\x93\x2d\xc0\xc4\xbf\x00\xc6\x7f\x1f\xac\x71\x74\xc9\xa5\xc9\x16\x60\x62\x19\x44\xaa\x2c\xad\x99\x06\x5b\x30\x40\x50\x28\x4d\xb6\x00\x3b\xc6\x90\x01\x85\x2f\x6d\x9b\x6f\x1b\x7c\xb9\x51\xc7\xb1\x6f\xa8\x79\x06\x96\x87\xa5\xc1\xd2\x96\x66\xd0\x65\x22\xb3\x94\x26\x7d\x34\xe8\x63\x60\x2f\x58\x9a\x63\xd5\xbe\xb1\x62\x8d\x77\xc7\x05\xe8\xf6\x9b\xaf\x93\x56\x4c\x63\xff\x23\x0e\x5a\xe9\xee\x2f\xdd\xfd\x85\x50\x65\x05\xac\xf5\x3f\x05\x68\xf5\x90\xb1\x66\x2f\x1d\xe9\x5b\xe9\x18\xa7\x64\x82\xc1\x96\xee\xd1\xde\x91\x66\x65\x4c\xcf\x4b\xcf\xdb\xb4\x63\x30\x93\x3b\x56\xbd\xd0\x5f\x20\xcd\x43\xc6\x32\xab\xf4\x4a\x7f\x7b\xd5\x86\x84\xf5\xdc\x91\x20\x94\x8e\x92\x7c\x60\x62\x57\x7a\xb7\xbc\x6e\x79\xf9\xf7\xf7\xe3\xbe\x4b\x8e\xa0\x88\x87\x8c\x01\x50\x01\x16\xfc\x3e\x34\xda\x82\x2c\xba\xdc\x59\x5f\x56\xc7\xd1\xd4\x97\x5d\x52\x31\x49\x24\xad\xd2\x3d\xc6\xbb\xc7\x38\x66\x28\xa5\xcb\x9d\xf5\x63\xb3\x38\xc2\xfa\xb1\x5e\x8f\xf6\x61\x79\x0f\x5b\x66\xff\xe2\x60\xb3\x8d\x76\xa7\xb0\x7f\x53\xc8\x96\xd9\x9d\xc2\xee\xd1\x0e\x8c\x7b\xc1\xa4\xeb\x3e\xaa\x69\x9d\xb4\x61\x9a\x26\x31\x6c\xc1\x43\x2e\x4e\x23\xa9\x91\xe1\xba\x86\x4b\x5b\x53\xa7\x4c\xc0\x95\x82\x75\xd3\x7d\x3c\xa6\xdd\x71\x19\x1e\xcf\xda\xdb\x64\x74\x54\x05\xdb\x99\x3f\x45\xdb\x98\x4c\x90\x95\x32\xe4\x8c\x3f\xdb\x17\x6c\x90\x0b\x76\x1f\xf7\x61\x79\x90\x00\x66\x19\xf7\x61\xcc\x70\x96\x13\x76\x0e\xf7\xf1\xa5\x51\x9e\xd3\x3a\xbe\x69\x85\x44\x87\x9c\x9d\x66\x04\x03\x77\xe6\x82\x09\xc0\x7d\x34\xe3\x85\x33\x2e\x6e\xad\xea\xd9\x47\xb6\x2d\xdc\x44\x8b\x1a\xe9\x81\x4f\x6f\x41\x99\x7a\x1f\x5f\xec\x70\xc6\xe0\xf8\xed\x51\x4f\x05\x59\xa0\xff\xbc\x0f\xc4\xb9\x40\xbb\x97\xe1\xfc\xaa\xe6\x2c\xd8\xe0\x94\x21\x4b\xa6\x4a\x52\x60\xd2\x32\x9c\x37\x35\x6f\x03\x2f\xd2\x32\xdd\x7e\xd4\x5e\x0d\xdc\x3b\xcb\x74\xde\x00\x80\x0e\x83\x40\xe3\x05\x04\xe8\xfb\x30\x9e\x39\xac\xd6\xf4\x18\x9f\xc6\xd5\x06\x2a\xbe\x4c\x59\xad\x89\x21\xd6\x28\xe1\x8e\xcb\xf4\xf6\x32\x31\x80\x1a\xd8\x2f\x95\xe9\x36\x35\x99\xb7\x81\x0a\xad\x4c\xb7\xf4\xe9\x96\x8e\x05\x47\x99\xde\x12\x27\xb7\xc4\x42\x3c\x8d\x32\xa5\x99\xe9\x11\x86\x62\xb9\x4c\x69\x01\xdc\xe2\x9b\x76\xfb\x3b\x37\x73\x34\xd1\xae\x17\x60\xe4\xcb\x94\xf5\x05\x8b\x38\x8c\xc2\x7a\x9e\x8e\xe9\x3c\x5f\x6c\x21\xfa\xe1\xf8\x4d\xc7\x0f\xe7\xb0\x32\xa5\x85\xf9\x58\x07\x47\xfb\x94\xcd\x9d\xaf\xdf\xc2\xae\xaf\x1f\xfd\x5d\x5f\xec\x77\x58\x0a\x00\x7d\xef\xc3\x6f\x61\x73\x97\x63\xb0\x8c\x39\x8e\xe0\xbc\x2c\xd7\xee\x32\x36\xbb\xb7\xe2\xe5\x96\xb4\x8c\x47\xee\xad\x18\x10\xde\xfb\x70\xce\x59\x93\x0b\xa1\x76\x01\x87\x37\x14\x60\xbd\x0a\x40\xbc\xf7\x51\x8d\x7d\x44\x79\xcd\x7a\x9b\xf5\x72\xeb\x5c\xb2\x23\x0b\x33\x9f\xe1\x75\x62\x79\xa3\x59\xdc\x68\x0a\x61\x0d\xca\xea\xf6\xad\xdb\x37\x68\x66\x0d\xeb\x18\x5f\xda\x1d\x97\xe5\x51\xb2\x60\x5f\x8b\x37\xe0\xb5\x6c\xdf\x32\x8d\xeb\x04\x40\xbb\xf7\x31\x4c\xe3\x5b\xc4\xda\x05\x7c\xdd\x50\x50\x43\x95\x25\x9b\xb6\x60\xc9\x0a\x8a\xa8\xb2\x8e\x69\xd2\x07\x6a\xa6\xb2\xdc\xd7\xd6\xa7\xd8\x4f\xd4\x21\xeb\xbb\xd0\xe2\x17\x6f\xb6\x80\xee\xde\x87\xf5\xb2\x76\x97\xfb\xdf\x7a\x3e\xdb\x0e\xbf\xb5\xbc\xe7\xfd\xaf\xbd\x47\x59\xaf\xfd\x7d\xed\x07\xb7\xd3\xed\x71\xb5\x39\xae\x06\x3e\x31\x65\x23\xa5\x2d\x5b\x65\xb0\xb7\xd3\x8d\xc4\xae\xec\x9f\xe5\xc1\x7a\x6c\xe9\x08\x4c\xdd\x30\xbc\x7a\x6d\xd9\xe1\x6d\x6c\x7a\x44\xef\x65\xbb\x86\x76\x76\x5c\xda\x5d\x93\x3b\x5b\x6f\xb6\x2d\xad\x92\x66\x1d\xb0\x05\xc5\x2b\xda\x96\x85\xda\x2a\x9a\x40\x93\x2f\x1b\x69\x69\xd9\xda\x45\x11\xf6\xb5\x6c\xaf\x1d\x7b\x1a\xfb\x0a\x1a\xdc\xb2\xd7\x5b\x1b\x1e\x42\x2d\x94\xbd\xec\x1b\x01\x0b\x8b\xd7\x9d\xed\xd5\x01\xa3\xfb\x50\x88\x48\x50\x8e\xfd\x3d\x3f\x4d\xb4\x38\x3a\x0f\x2a\x84\x72\xb8\xca\x15\x50\xe2\xcb\x91\x15\x3c\xb2\x82\xb5\x98\xb6\x4c\xdb\xe6\xbb\x7d\x3b\x48\x28\xcb\xe1\x3a\x36\xc0\x9c\x29\xc7\xb5\x7b\xfa\xf7\xed\x1d\x2b\x9c\x20\xee\xa3\x18\xc3\xeb\xf6\xed\xa0\x80\x2a\x47\x73\x1d\x3c\xe8\xca\xf1\x8a\x0b\x1a\xe6\x4d\xa3\x3c\xd7\xcb\x71\xbd\x44\xf6\x92\xf3\x14\xd3\xec\x2f\x92\x0b\xe0\x31\xef\x83\x73\xa1\xb6\xf1\xf7\xe3\xfe\xbc\x16\xad\x99\x45\xb4\xf9\x0a\x40\x0e\xd6\x11\xc3\x1b\xdc\x91\xab\x3e\x46\xad\x07\xd6\xb7\x3c\x0a\xa9\x1e\x6e\xca\x05\x18\xdf\xf2\xb8\xdd\x3e\x2e\x09\xac\x1a\x0b\x8e\x02\xf7\xa1\x75\x0d\xd3\xff\xc8\xc1\x3c\xd5\x6f\x11\x2a\x3d\x1e\x89\x0f\x76\x8f\x83\x68\xcf\xe5\x71\x6b\x00\x60\x32\x0c\xb4\x4c\xe5\xf1\x66\xfb\x34\xdb\xcc\xd1\xf9\xc8\x3d\x3e\x08\x71\x8b\xb7\x97\xc7\x9b\xd9\xd3\x3e\x6b\xbc\x42\x9a\xed\xfb\x42\xa0\x71\xdb\x45\xc2\x7e\x1f\xed\xbf\x56\x1a\xe5\xf1\x48\x7c\x5c\x4e\x20\x7f\x96\x47\x8e\x1c\x39\xfa\x4d\x23\x9f\x1c\xf9\x73\x3e\xfb\x0a\xca\x73\x0a\x1f\xa6\x70\x60\x15\x53\x1e\xb9\xd1\x47\x93\x1e\x6f\x1b\x8f\x5b\x3a\xf2\xf6\x9b\x46\x79\x6e\x03\x0a\xdf\x47\x63\x5b\x79\x1e\xfb\xc6\xd6\x30\x9a\x75\xbc\xb6\xf9\xb5\xcd\x48\x1f\x1e\xb7\x7e\x60\x24\x6f\xda\xcd\xf7\xff\x33\xf6\x26\x37\xb8\xeb\x38\xdb\xed\xbc\xa2\xa8\x10\x2c\xdb\xea\x80\x8d\xca\x45\x94\xed\xfc\x43\xb8\xe0\x5a\xef\x77\xfe\xd1\xc5\x3e\x23\x01\x82\xad\x5e\x14\xdb\x87\x9f\x57\x1e\x10\xc8\x22\x9c\x6e\xfd\x54\x24\x7e\x28\x12\xab\x92\xca\xa7\x22\xf1\x2b\xce\x17\x52\xf3\xa9\xcc\x22\x5a\x27\xeb\x72\x7c\x2a\xdf\xab\xca\xf7\xaa\xa4\xf2\x79\x95\x3f\xa5\xa1\xee\xbf\xcd\xef\x9a\xdf\x35\xeb\xa6\x75\x8f\x75\xb9\x06\x9f\xfb\xfb\x49\xfa\xf1\x8c\xab\x9f\x7b\x04\xb8\x62\xd6\xf1\x1d\xb6\xb0\xfa\x0d\xd7\x80\x2b\xa0\xa2\xbd\x7e\x92\x7e\x25\x90\x4f\x12\xf2\x4d\x1d\x0c\x79\x4a\x3e\x35\x58\x1f\xca\xde\x8a\x02\xbd\xe2\xdc\x92\x85\x7d\xf0\x94\x7c\xb2\xb9\x9f\x4e\x83\x84\xbb\xd5\x4f\x6d\xd5\x87\xb2\x77\x92\xea\xad\x6a\xd1\xac\x5a\x34\x27\xe0\x26\x55\x85\x7c\x55\x21\x5f\xf1\x17\xac\x9f\xcf\x01\x3a\xf8\x32\x3b\xec\xe6\xa7\x26\x44\xe5\x7b\x25\x8a\xaa\x7e\x9e\x17\x74\xf0\xf9\x1d\x63\xf6\x69\x57\xf9\x3e\x81\xea\xa8\x60\x16\x66\xf1\x4b\xeb\x57\xff\xf3\xa7\x69\x0f\x6d\xda\x43\x27\xae\x55\x4d\x0f\x89\xa6\x87\x84\x2e\x8e\x4d\x1f\x89\x76\x18\x3f\x40\xc8\x52\x3b\xf0\x13\x68\x2a\xda\x2b\x8a\xf6\xa6\x95\xb4\x1d\x3a\xa4\xe3\x16\xd7\x40\x17\xcc\xc2\x33\x34\xf8\xb7\x7e\xd4\x99\x7a\x10\x49\xbe\x81\x05\x98\x05\xe7\x8a\x30\xa0\x06\xda\x5f\x16\xcb\x3a\xfe\x6d\x8e\xcf\x73\x80\x97\x79\x3b\x9a\xed\x75\xfd\xb1\x6f\xda\xc3\xb8\xd2\xc0\xe6\xcb\x3e\xf8\x97\x3d\x6f\x07\xc6\x95\x09\x6e\x44\x03\x98\x2f\x8b\x5f\x7b\x23\xeb\xa6\xdf\xc9\xa6\x21\x62\xb4\x63\xda\xc7\xb2\x8f\x4a\x1f\xcb\x3e\x74\x3b\x25\xaa\xa6\xa9\xcc\x6f\xb8\x0f\x95\x4a\x94\x4c\x3b\xc2\x3e\x24\xd5\x77\x63\x6e\x8f\xeb\xa7\x21\x05\x9c\x83\x76\xb0\x97\xed\xf0\xee\x03\xf6\xd2\x8e\xc7\x7e\xf5\xe0\x03\x84\xa9\x1d\x9f\xfb\xf1\xfd\xea\x68\xef\xb3\xbd\xcf\xcc\x89\x27\xf3\x85\x45\x6e\x87\x77\x1a\xb6\xbe\x15\xa4\xce\x56\x0e\xcf\x50\x9e\xf1\x06\xe8\x5d\x16\x9f\x75\x39\x0f\x0d\x01\xad\x14\xff\x9d\x39\xbe\x92\x32\x4d\x16\x9c\x67\x24\xfe\x56\x78\xc6\x1b\x0e\x49\xf9\x5d\xae\x5f\x41\xb4\x69\x85\x3d\xaf\x84\x98\xb4\x72\xdb\x9e\xcf\x1f\x90\x31\xad\x54\xc7\x52\x7f\x5e\x90\x8c\x0f\xff\x86\x06\x88\x5d\x99\x20\xc8\xb4\xe2\xd9\x28\xb2\x82\x35\xa5\xd8\xa6\x71\xa0\x81\x63\x97\x75\x8c\x19\x11\xa8\x61\x23\xc8\x7f\xe9\x03\x03\x6c\x2b\x18\x60\x2b\xa0\x28\x0d\xcc\xba\x2c\x5e\xeb\x68\x8f\x67\xb7\x15\x3d\xc3\x81\x2d\x69\x7a\xd6\xb4\x22\x4b\x01\x0b\xdf\xca\x74\x2c\x38\x59\x4f\x20\x03\x1a\x78\x75\x59\x70\x4e\x31\x22\xb4\xb2\x5c\x2b\xd9\x0c\xc0\x5c\x1b\x38\x73\x59\xb8\x7e\x2d\xef\x56\xd9\xce\x03\x8d\x67\x05\xa6\xa3\x61\x79\xc8\x82\xfb\x8b\xe6\xa2\x95\xcf\x79\x7c\xce\xb7\x32\xe6\xcf\x79\x7c\x9e\x97\x7c\x2f\x9b\x7e\x3e\x4d\x63\x43\xc5\x33\xac\x9d\x68\xb0\xda\x29\xdb\x02\xfb\xdf\xc0\x82\xcb\xc2\xf9\xfe\xe3\x80\xf7\xff\xff\xdc\xb7\x53\x72\x71\x4a\x2e\x70\x93\x6b\x00\xbe\x65\xe1\x12\x31\xd4\x13\x77\xa9\xf6\xb3\x4f\xa0\x14\x69\xa7\xc7\x04\xf0\xb6\xfc\x2e\x97\xf2\xf4\x98\x00\xdc\x56\x2a\xae\xfd\x4d\x97\x87\x76\x12\x10\x32\x51\x8a\x34\xb0\xd8\xb2\x30\xf9\xe7\xa4\x3d\xc8\x7c\x3b\x87\x2e\xf1\x93\x7e\x51\x2e\xb6\x73\xb8\x0d\x1c\x45\x6d\x16\x4d\x9b\x45\x25\x64\xa7\x69\x94\x68\x1a\x25\x2a\x31\xe8\xed\xf4\x8a\x9e\x5e\x51\xd2\xe9\x36\x80\xc8\xb2\x80\x0b\xc6\xb9\xb9\x9d\x6e\xd7\x09\xf9\xae\xf8\xa9\x36\x40\xca\xb2\x08\xbf\xa3\xdf\x6d\x7b\xfb\xd7\x5e\xa3\xce\x31\x63\x63\x35\xee\xa4\x9d\x8f\x6b\x25\xd7\x4f\xf0\x75\xc3\x92\x91\x85\x7d\x70\x3c\xcf\xc7\x35\xc0\x13\xb8\x12\xa2\xdc\xce\xd7\x3e\xe4\xe6\xe1\x6e\xdb\x09\x37\xdf\xce\xcf\x31\x43\x96\x35\x54\x34\x0d\x15\xc6\x6d\x34\x60\xba\xb2\xd0\xc5\x07\x92\xa9\xb1\xa1\x69\x6c\xa8\x78\x9d\xb7\x0b\xbf\x89\xa6\x61\x61\xe2\x84\xd6\xae\xdb\xef\xcc\x3a\x3b\x6d\xef\x66\x6e\x57\x75\x6e\x5c\xdb\xcb\x2b\x7a\x79\x45\xc1\x60\x6c\x57\xb7\xdf\x6e\xbf\xc9\xdd\x36\x5d\x55\xda\xa5\x64\x06\x54\x61\x03\xa7\x2b\x0b\xae\x00\x8e\xcb\x0d\x8b\x42\x16\xee\x65\xb3\xce\x3e\x7c\x76\xc1\x89\x6b\xba\xb9\xb4\xeb\xb7\xce\x9c\xd3\xeb\xb1\x5f\x59\xad\xc6\x59\xbb\x24\xad\x80\x58\x95\x39\x1d\xcb\xeb\xdc\x5e\xd7\x00\x52\x78\x79\xf5\x34\x18\x54\x5c\x6e\xda\x0d\xd7\xdf\x6e\xb9\xfe\xc6\x39\x05\xd9\x29\x0b\xee\x07\x81\xea\xed\xc6\xf6\xdc\xee\xd3\xb3\xc1\xf8\xc8\x7b\x9f\x85\x67\x83\x73\x7a\xa3\xf8\x6b\xa6\xbe\x9f\x68\x83\x1a\x39\xe2\xb3\x60\x6e\x3d\xa5\xce\x76\x7b\x9e\x49\xe3\x5e\x2a\x38\x72\xed\x5e\xf6\x4b\xc0\x43\xc5\x17\xbc\x91\x93\x3d\x0b\xfd\xf7\x39\x6b\x77\xb0\xa6\xb7\x5a\x05\x22\x04\xda\xed\x19\xbf\x75\xc6\x87\x3d\x6c\x60\x18\x65\xe1\xbf\x27\xff\xbe\xf6\xab\x14\xd1\x2f\xbe\x43\x8a\x68\xa4\x55\xcf\xba\x1c\x5f\x75\xbe\x15\xf7\xc1\xda\xd9\xb7\x8a\x6d\xb2\xd5\xcb\xc8\x25\xce\x41\x95\x1e\x98\x19\xbc\x62\x80\x68\xd5\x73\x55\x6f\xeb\x38\x07\x15\x0d\x42\xab\xd5\xa4\xbb\xb0\x1e\xa4\x07\xcf\xc2\x7e\x1b\xfd\xfa\x94\xd4\x7c\x4a\xce\x83\xec\xb6\xad\xfa\x6c\x54\xc5\x04\x90\xcc\x5a\x95\x7d\xa8\xb2\x0f\x80\x92\xb5\xda\xed\xc3\xe8\x25\x59\xa3\x8a\x48\xd0\x80\xb4\xc9\xba\xbc\x6f\x75\xd8\x9e\xf1\x42\x00\x89\xb5\xea\x13\x51\x7f\xd1\x38\x83\x7f\x67\x58\xe7\x1a\x70\x5e\xaa\x7b\x54\x7f\x7b\x34\x59\x03\x9f\x08\x8d\x12\x95\x40\xc3\x56\x71\x96\x6b\x35\x8c\x73\xe4\x6c\x54\x5c\xbe\x1a\x9e\x89\x39\x37\xbe\x93\x5e\xe9\x7e\x58\x65\x65\x48\xed\xfd\xa7\x09\x60\x73\xe0\xd7\xd1\xea\x76\xcc\xdb\x04\xc3\x17\x63\xde\xf6\x4b\x94\x44\x05\x93\xaa\x55\xf7\xb2\xbe\xfa\x8a\x43\xd7\xc0\x9a\xc9\x62\x5a\xc7\xdc\xa4\x39\xf5\xb5\x5f\xd8\xc3\xfa\xb9\xe7\x9f\x75\xac\x7d\x43\xbc\x6b\x0d\x88\xc3\x03\x6d\x5a\xc3\xb7\x31\x8b\xee\x77\x8d\xba\x69\x9d\x0e\x9d\xa7\xdf\x71\x36\xda\xcf\x71\xef\xa2\x3d\xc4\x8e\xd6\x14\x3b\x88\x6a\x68\x0d\x2d\x5e\x13\x98\xe6\x20\x4b\x6f\x6b\xc5\x7f\xcf\x5f\xf4\x03\xed\x9d\xfe\x6b\x02\x62\x32\xec\xb6\x26\xfb\x6a\xe6\xef\x0a\xfa\x51\x6b\xde\xc1\xe6\x5b\x86\xa1\xa2\x35\xe9\xa4\x99\xba\xab\xec\x88\x86\x9e\x66\x66\xee\x3a\x60\x0f\x1b\xda\xaf\x26\x14\xcc\x71\xfc\xea\x1e\xeb\x38\xcf\xb2\x0a\xba\x6f\xb6\xd6\xdc\x4b\x58\x46\x0d\x42\xad\x19\xd9\x87\xbb\x5d\xd3\xf8\xd3\x30\xfe\xe4\x77\x93\x3a\xe7\xd6\x6c\xaf\xd3\x9e\x2c\x4f\x53\x9c\x25\x45\x7d\x6b\xb2\x3c\xcd\xb3\x2b\xfb\xd0\x86\xf3\x95\xc6\xe6\xdb\xfd\xd7\xe7\xbe\x0d\x97\x77\xb8\xbc\x5c\xb3\xe6\x71\x6f\x1e\x77\x32\xd0\xb7\x36\xed\xce\xe7\x94\xa8\x90\xd6\xe4\x82\xcd\xad\x5d\x7d\xc6\x9b\xc7\xb3\x6d\x97\xa8\xf3\xdd\xf6\x5f\x15\x61\x84\xc6\xb5\xf6\x38\xa5\xff\xcb\x89\x6d\x9d\xdb\x00\x5a\xd2\x71\xd8\xef\xe3\x12\xa9\x28\x06\xa3\xa7\x35\x8f\x6c\x7b\x97\xdf\xb1\xfd\xaf\xcb\x46\x60\xff\x81\x3b\x4c\x03\x4d\x25\x0b\x03\x44\x0a\x7d\xc8\x41\x6b\xf7\xaa\x84\x3f\xb7\xe6\xd3\xd9\x7c\x3a\xc9\x46\xdf\x30\x78\x65\x21\x49\x62\x6e\x5d\xae\xba\x1f\xbf\xc8\xe7\xdc\x86\x2e\xbb\xd4\x3d\xb2\x60\xe3\xb4\x8e\xc7\x75\x03\x6a\xa5\x54\x8c\x21\xad\x9f\x8c\xa5\x9f\x5e\x15\x24\x95\x8e\xf4\xdc\xba\xc7\x13\xe0\x9a\xd6\x25\xad\x1d\x23\x42\x05\xc0\xa6\x91\xb8\x3a\x0b\x73\x83\xb3\x06\x18\xd0\xfe\x34\x6d\x66\xc6\xfc\x34\x60\x4e\xb2\xb0\x5f\x8e\x5d\x57\x6a\xea\x4a\xcf\x60\xc0\x34\xf0\x46\xb2\xf0\x3b\xf6\x1c\x14\x91\x3f\xad\x1b\x7d\x08\xcc\x4a\xeb\x72\xbc\xe4\x8e\x3e\x8f\xe2\xba\x60\x9f\x6d\x7d\xba\x1f\x90\xcc\x2e\x39\xeb\xf1\xfb\x97\xef\xc2\xb9\xa9\x1d\xc1\xa0\xd1\xba\x4f\x76\x97\x0d\xc2\xd7\xbb\x75\xd9\x20\xf2\x3b\x9f\x07\x69\x46\x5b\x97\x33\xc6\x3c\x97\x75\xb4\xf7\xfa\xaf\xd2\x10\x9e\xdd\xad\xe3\x9a\xd3\x48\xbd\xfc\x8b\x17\x6b\xda\xe5\x9a\x29\x95\x0f\x94\xa9\x8d\xdc\xc9\x59\x5c\x7e\xd7\xa8\x6b\xd6\x75\xeb\x06\x75\x8f\x75\xaf\xff\x52\x77\x42\x06\x86\x81\xf4\xb8\xf9\x35\x0c\x77\x59\x70\xbd\x09\x1d\x6c\x03\xe5\x67\x1b\x97\xb1\x6b\x9c\x2b\x72\x21\x67\xf1\x58\x47\xbf\xb8\x4f\x35\x52\x1d\x67\x1d\x7d\x48\x56\x48\x67\x5c\x1a\x09\xd9\x1b\x39\x8c\xb3\xb8\xad\xe3\xdf\x69\x9d\xd1\x9e\x87\x73\x5b\x8e\x65\x39\x3e\xa4\xe7\x21\xbb\x84\x4d\xae\x34\x49\xe6\x70\x8f\x34\xc6\x35\xc9\xe3\x40\x83\xd5\x46\xb8\x7e\x48\xc5\x43\x56\x61\xc0\x2a\x34\x12\x86\xb7\xa1\x14\x8b\x9d\x2e\xeb\x3a\x75\xb6\x07\x5b\xd5\x48\xc0\xdd\xc6\xeb\x77\xaf\xdf\xf1\xb4\x6b\x78\x6b\xc3\xd0\x29\xe9\x0b\x56\xb8\x2c\x1e\x73\xdd\xe7\x3d\x9a\x4a\xa7\x3f\xd0\x06\x0c\x0b\x8d\xa8\xfb\x2c\x96\xb9\xef\xf3\x6c\x4c\xd7\x45\x43\x59\xc3\xd3\xbe\x11\xfd\x9d\x85\x7d\x70\xd6\xa6\x24\xd8\xb0\xec\x06\xaa\x5f\x23\x42\x3a\x0b\x22\xce\x30\x0e\xb4\x29\x0b\x60\x80\x72\x23\x67\x71\x9b\xd2\x44\x33\xca\x1e\xc5\x7f\x7d\xee\x0d\x72\x6d\xde\x5f\xa2\x3d\xb3\xf0\x1c\xf8\xaf\xec\xd7\xf4\x79\x26\x33\x62\x9b\x3e\xc5\xbf\x18\x45\x3c\xc1\x1b\x31\x8a\x59\x7c\x7e\x97\xeb\x32\x7d\x9e\xcd\xaa\x7a\x10\x49\xd8\x96\x4f\x1d\x76\xab\xd2\x0a\x34\x67\x79\xd6\x16\x38\x04\x8d\xe8\x95\xb6\x88\x0b\x6a\xcb\x7c\xf7\x64\x04\x6c\x58\xaf\xb2\x78\xac\xcb\x75\x59\xc4\x05\x35\xb2\x91\x96\x46\xd2\x90\xb6\x64\xab\x16\x12\x7a\x2b\xd0\x9c\x25\xbb\xb4\xc8\xd7\x76\xa0\x78\x6e\x6b\xb0\x7e\x0b\x8f\xf6\x06\xd8\x5e\x5b\x6a\x4c\xd6\x72\xbe\xd0\xa1\xb5\xec\x63\xd9\x87\x75\xb2\x28\x6b\x5b\x07\x7b\xb8\xa4\xf7\x1a\xb1\x1a\x2e\x6e\x6d\x49\xef\x97\x77\x1f\x6d\x73\x0b\xd9\x8c\x90\xcd\x20\x89\x5b\x0b\xb5\x55\x71\x0a\x00\x61\x1d\xfe\x1a\x2d\xc8\x05\x66\x5e\x89\x16\x8a\x3b\xd8\xb2\x4a\xc3\x33\xbf\x85\xda\xaa\x00\x1e\xa1\xe1\xaf\xd6\xc2\xf5\x8b\xdf\xfa\x41\xd7\xc2\x73\x65\x22\x49\xb3\x4b\xb4\x40\x2b\xdd\x34\x4e\x35\x52\x9a\xb6\xf0\x0c\x05\x4f\xb1\xd1\xde\x2d\xd4\x4c\x85\x91\xe6\x64\xfb\x6c\xa1\xe8\x1a\xc3\x7d\x83\x3d\x24\xcb\x63\x16\xdf\x3f\x71\xcc\x2d\x36\xe7\x20\x10\x49\x1b\x99\x2d\x9b\x86\xa3\xa6\xe1\xa8\x91\xee\xb6\x85\xb4\x33\xbc\x97\x67\xa9\x7f\x7f\xee\xb5\x17\x35\xed\x45\xed\x84\xa4\x6f\x97\x0d\xf3\x4d\x69\xb8\x4a\xb5\x2d\x99\x22\xa7\x61\x69\x1e\xa7\xed\xd1\xd9\x00\x6e\x1d\xa4\xb4\x6a\x5b\xa9\x7d\x03\xc0\x74\xe0\x36\xd3\xb6\x1c\x11\xa9\x07\xf3\xdf\x9c\xd2\x56\x19\xb3\x51\xc6\x34\x8f\xc9\x56\x19\xb3\x87\xc1\xa9\xb5\x50\x57\xad\x73\x2c\x28\x77\xb6\xca\x98\x3d\x5d\x0e\x48\xcd\xc6\x45\xa6\x6d\x94\x77\xcd\x23\xb1\xbd\x8e\x1b\xbc\xf2\xe3\x72\x1e\xd8\xea\xda\xc6\x56\xd7\x3c\x12\x5b\x05\xcd\x36\xd0\x99\xbc\x7b\x6d\x6f\xc7\xb2\x9d\x2f\xdb\xba\xdd\x06\xd2\xfc\x9d\x66\xd3\x68\x7b\xdb\xaf\x51\xc9\x78\xf0\x37\xf0\x76\xb2\xb0\x5f\xae\xd9\x7e\xfc\xee\x59\xd6\x31\x3e\x8f\xf6\x06\xf4\xf1\x20\xb6\xb2\x6d\x25\xae\xfd\x0b\xd0\x85\x95\xd9\xb2\x32\xda\xa4\x1a\x5e\xfd\xed\xc1\x3e\xdb\x48\xcd\x97\x75\xf9\xdd\x83\x0f\x42\x7b\x7e\xd8\x2b\x1c\x93\x47\xe5\x9d\x20\x5d\x07\xc9\x8d\x1a\xb9\xf4\xb2\x30\x5a\xb9\x58\x37\xac\x9b\xd6\x9d\xd4\x3d\xd6\xbd\xd6\xe5\x98\x1f\xaf\xc0\x53\x7f\x51\xd8\xf4\x2b\x27\xfb\x80\x8a\x76\x5c\x3c\x07\xe0\x05\x65\xf1\xc3\x81\xc9\x35\x7d\xbc\x16\x8f\xa4\x15\xe3\x45\x7b\xe4\x50\x49\x71\x57\x1a\x69\xb3\xda\xa3\x72\xf6\x91\xac\x90\xdc\xaa\x3d\xb2\x9b\x0f\x88\x52\x07\x90\x76\xed\x59\x90\x8b\x67\x39\x37\x14\x6b\x4f\xd8\x1e\xf1\xf0\x07\xc6\x81\x46\x8a\xb9\x2c\xb8\xde\x17\x1a\x8e\xe7\x71\xbe\x46\x5f\xe3\x52\xd5\x30\x96\x65\xe1\xfe\xf2\x6c\x3c\xaf\x7d\x10\xc8\x6c\x64\x77\x7b\x64\x19\x9f\xef\x57\x97\xed\x11\x9e\x92\x85\x75\x90\x90\x17\x9b\x68\x7b\x25\x49\x04\xea\xb7\x57\xa9\xe4\x3d\x5d\x7b\xce\xd5\xeb\x1e\xbd\xa7\x78\x2a\xf4\xfb\xca\x2a\xbc\xbf\xb5\xe7\x69\x22\x8c\x25\x8b\xdb\xba\x1c\xf3\xeb\xf3\xf7\x2a\x29\x03\x2d\xd0\x5e\xef\xe0\x6b\x88\x16\xa1\x94\xed\x95\x15\x34\x9a\xa5\x81\xde\xd6\x8c\x5c\x69\x46\xae\x34\xd0\xd8\x9a\x86\xb2\x46\x16\xb6\xac\x63\x7c\xb2\x78\x2f\x2c\x9e\xc1\xf6\xed\x95\xa5\x30\x53\xda\x41\x0e\xc5\xf6\xba\x1f\x04\x9c\xe4\x77\xfc\x2b\xfb\xf0\xca\x3e\xe0\x85\xdf\x5e\x9f\xbf\x77\xff\xe2\xc1\xf9\x4e\xf6\xff\x7d\x7e\x28\x51\x8c\x4f\xa9\xf3\x05\xaa\xed\xd0\x00\xf1\xca\x9a\x9b\xc6\xac\xe1\xb2\xd4\x3e\xdc\xd4\x1a\xa0\x5e\x59\x97\xdf\x7d\xb2\xe1\x1a\xac\x9a\xc6\x81\xcf\x3d\x22\x89\xd9\x79\x00\xfe\xd3\x3e\xd9\x70\x72\x93\xe5\x77\xb4\x27\x1b\xfe\x9d\xce\x8d\xb1\x7c\xee\xd1\x77\x3a\x66\xe8\xd5\x27\xdb\xf7\x09\x33\x84\x07\x7f\xc3\xca\x95\xc5\xb0\x6e\x50\xb7\xac\x73\x5d\x38\x43\x84\x9d\x64\xe1\xdc\x1c\x9f\x7b\xf4\xfd\xf6\x08\x76\xe9\x93\x45\x21\x1f\x59\xd6\xe5\x1e\x7d\xdd\x7f\xa5\x9d\xa4\x7a\x68\xdf\x70\xcc\x64\xc6\x3b\x34\x54\x7c\xb2\x2d\xe6\x0c\x3b\x88\x26\x68\x9f\x4f\xf6\x37\x7e\xff\xd2\x1e\xbe\x0f\xed\x23\xcc\xed\xf8\x8d\x4f\x23\xc7\xb7\xdc\x0f\xe8\x9a\x11\x29\xcd\x88\x94\xa6\x11\x81\xb8\xbd\x2c\x5c\x3f\x9e\xb5\x4f\xf1\xee\xdb\x8e\x05\x0d\x8c\xd1\x22\xcd\x68\x91\x86\x2f\x4f\xfb\x64\x6f\x3e\xef\xdb\x6f\x2c\xbe\x47\x9f\xef\x91\x46\x84\x4f\xb6\x9e\x24\x5d\xf9\xdd\xfc\xcf\x9f\x7e\xe0\xab\xd0\x8f\x43\xac\xad\x3c\xa7\xdd\x50\xe0\x4e\x70\xc9\x79\x30\xbe\x4e\x38\x49\x16\x82\x8c\x24\xcb\xdd\x35\x62\x75\x8d\x58\x0d\x43\x40\x27\xb9\x55\x16\xc5\x3a\xfa\x60\x9d\xfb\x81\x9b\x6e\x03\x4b\xa8\x1b\x05\xd2\x4d\xe0\xd4\xc0\x66\xe8\x86\x9b\x77\xa3\x3b\x1a\x9e\xfe\x9d\x68\xf1\x2c\xa0\x6b\x28\xee\xfb\xc1\x19\xef\x87\x22\x2e\x86\x8f\x6e\x88\x78\xd7\x20\xd4\x08\xa9\xef\x64\x1a\xca\xc2\x3e\x1a\x75\xf8\x92\xf5\x72\xc2\x06\xd5\xbc\x5b\xdd\xd0\xef\x8e\x8d\x45\xe4\x97\xbf\x3d\xf7\xdd\x28\xf0\x6e\x14\xf8\x81\xcb\x52\x37\x2e\xb1\x9b\x28\xa8\x01\x01\xd5\x0b\x64\xb9\x9b\xc2\xe7\x00\x7a\xa9\x97\x61\x77\x72\x2b\x28\xdf\x7b\x41\x39\xdb\x0b\x51\xe0\x07\xb0\xea\xbd\x60\x13\xed\x85\x28\xf0\x83\xa0\x89\x5e\xc2\x7f\x43\xc0\x84\x83\x7f\xb7\xdf\x89\xee\x81\xf2\xbd\x97\xc7\xb1\x80\xaa\xd1\x40\xff\xea\x85\x63\xd2\x0b\x0a\xc7\xd6\x9c\xfa\xeb\x72\xfc\x80\x23\xce\x92\x75\x48\x11\x9d\x5c\x39\x59\xc7\x98\x21\x17\xdd\xa8\xf2\x86\xb7\x7e\x3f\x79\x3a\xfb\x49\xce\xa7\x83\x68\xfb\x4e\xe0\x73\x16\x6c\x21\x9e\xf9\x9d\x8c\x35\x59\x88\xa0\xc5\xdc\x4e\x9e\xc9\x7e\xca\x51\x12\x6d\xdf\x4f\x94\x45\xdd\x20\x8c\x46\xda\x96\x4e\x80\x74\x16\x8e\x2f\xb9\xe5\x7e\xc2\x65\x76\xb2\xd7\x64\x5d\x8e\xef\x84\x7c\xf7\x53\x16\x0a\x77\xac\x7e\x56\xfb\x90\xfb\x6e\x1c\xa7\x13\x2e\xb3\x9f\x22\x4c\xa1\x54\xef\x58\x41\xb2\xe0\xc8\x92\x28\xa8\x9f\x61\x7b\xe0\x17\x1c\xc0\x30\x77\x32\x91\x64\x61\x7b\x9d\x35\xf8\x1c\x33\x40\xef\x07\x2e\x55\xfd\xfc\x5c\x83\xcf\x35\x48\x8e\xb7\x13\xaa\x90\x85\xf3\x9d\x8d\xba\xb0\xce\xef\x92\x34\xf4\xcb\x2b\x75\x49\x32\x89\x27\xee\x46\x6d\xf7\xeb\x87\xfe\x96\x52\x53\xbf\x50\x0a\xf7\xeb\x72\x2f\x93\xbd\xe9\x58\x1e\xb2\x70\x8f\x92\x84\x74\x2c\x0f\x59\x78\x0e\x18\xdf\xd5\xec\x17\x60\xd5\x03\x08\x9a\xae\x61\xa1\x6b\x58\x68\x44\x28\xf7\x6b\xd8\xc7\xf8\xe1\xfd\x30\xe6\x69\x1d\xda\xaa\xd6\xfd\x77\xf9\x2f\x99\x3b\x0e\xa0\x67\xbb\xd1\x09\xdd\xe8\x04\xd1\x7d\x3a\x89\x37\xb2\x78\xfc\x8e\x31\x6f\xe7\x26\xdb\xd7\xfd\x17\xe3\x4f\xbf\x94\xea\xf0\xfe\xef\x84\x2f\x64\xe1\xba\x5c\xac\x01\xf6\xde\x7e\x3d\x82\x06\x5d\xac\x15\x5e\xe9\xfd\x42\x11\xdb\x50\xb4\x77\x23\x1b\xfa\xf5\xda\x07\xe7\xea\xfa\xfc\xf7\xf3\x5f\xce\xd0\x2d\x29\x34\x71\x45\xc3\xcf\xa1\xdf\xee\xdb\x5d\xec\xd7\xef\x90\x90\xfa\xad\xe6\x02\x85\x7c\xc7\x6a\x91\x85\xfd\xa6\xc4\xd5\x35\x5e\xf4\xfb\xfc\xc1\xe9\x4c\xea\xd8\x23\x0d\x15\x0d\x25\x7d\xbf\x79\xfe\xfa\xad\xd6\xc3\x73\x7a\x13\x31\xde\x6f\xef\x0c\xf0\x78\xfd\xc6\xbf\xa7\x93\xe9\xa2\x34\x52\x85\xf4\xfb\xf6\x3b\x59\x99\xde\x6f\xea\x1c\xcb\xcd\x73\x80\xfb\x54\x27\x0d\x46\x16\xd3\x3a\xc6\x0c\x0b\xda\x6f\xd9\x1b\xfc\x17\xfa\x5d\x1d\x9f\x22\x06\x50\x7e\xfd\x96\xae\xdd\xf8\x16\x34\x22\x11\xfa\xdd\x6c\x4f\xb6\x14\x25\x7d\x27\xc9\x45\x16\xaf\x7d\x50\xd7\x5d\xab\x0e\x9d\x24\xbf\x56\x27\x6b\x45\x16\x9e\x8d\xc9\x98\x87\x7d\x0c\xc7\xdc\xe8\x63\x3a\x16\x71\xad\xc8\x59\xd1\xef\xe5\x7e\xa8\x81\x41\xf9\xde\xb1\xaa\x64\x41\x7b\xe4\x16\xe8\xf7\x67\xdd\x67\xbf\xdc\x19\x31\x0c\x7a\x3d\x1c\x1f\x77\xa6\xfa\xac\x55\xd9\x4d\xbc\xfa\x7b\x75\x2f\xab\x7b\x09\x7e\x65\xaf\xb0\x2d\x5d\xc3\x4c\xc3\x76\xdf\x2b\xc6\xdb\x5e\x05\x44\x44\x09\xde\x2b\x22\x5f\xaf\x8a\x7c\x23\x59\xe4\x5e\x6f\xfb\xb8\xbd\x1f\x33\xd7\xa5\x4a\xaf\xaa\x5a\xa8\xc1\x7e\xd4\x6a\x1f\xf5\x87\xb8\xc4\xbf\xcd\xb1\xb4\xff\x87\x06\xd7\x49\x2d\xf0\xa7\x57\xf1\xe6\x46\xe3\xdf\xee\x77\xff\x87\x1a\xc7\x7c\xbd\xbf\x46\x90\xb4\xd1\xf9\x77\x38\x96\xe1\x7c\x3b\x63\xc6\x58\xd8\xeb\x70\x9d\x39\x43\x15\x31\xb0\x13\x41\x72\x1e\x44\xef\x74\x0d\x29\x5d\x6c\x87\x86\x01\xbb\x57\xc4\xc0\x5e\x7d\x9e\xd1\x68\x77\x8d\x2b\xbd\x12\xeb\xde\xd0\x68\xf7\xea\x7b\x54\x9f\x1f\x2a\x12\xdf\xf9\x64\x57\x9f\x6c\x00\x76\xba\x51\x25\x9d\xa8\x92\xf3\x20\x1a\xa8\x63\xf1\xc8\x62\x5a\x97\xfb\xd1\x10\x09\x7a\xf3\x0e\xe2\xc1\xdf\x35\x40\x74\x0c\x10\xe7\xe1\xdd\x6f\xde\xa3\x76\xd9\x1e\x7b\xd9\x7c\x3f\x9a\x77\xa1\xff\x0b\xcf\xfc\x2e\x1c\x44\x6f\xa4\xfd\x3b\xb0\xcb\xf5\xe6\x71\xc7\x9e\x70\x1e\xe4\x3e\xea\x0d\xb7\xb7\xde\xfa\x0f\x21\x95\xee\x7c\x5e\xda\x70\x58\xb5\x52\xe7\x10\xdc\x1a\xec\xc2\x5d\x43\x40\x6f\x4a\x66\x9d\xad\x26\x52\x25\x8b\x6d\x1d\xdf\xa1\xf0\xe9\x06\xac\x34\x92\x43\xf7\x26\xc9\x04\x84\xfd\x3c\x24\x0d\x1a\x02\xfa\xcf\x10\x20\x69\xc0\x02\x90\xc5\xf6\x5f\xc6\x87\x52\xb8\x37\xdc\x25\xda\x74\x6e\x6e\x43\x13\xd1\x8a\x8c\x34\x5d\x25\x7d\x57\x49\xdf\x80\x3b\xe9\xdd\xeb\xd3\xc1\xf4\x3d\xc0\x6d\xeb\xdd\xeb\x83\x0e\x3e\xeb\xf8\xce\x6b\xd1\xbd\x16\x78\xf0\xf7\xee\x36\x88\x4b\x7e\x78\xbd\xd1\xb0\xff\xe9\x9d\x1c\x1e\x07\x98\x82\x5d\xa5\x7a\x57\xa9\xde\x00\x41\xe9\x1d\xee\xbb\xf7\xc1\x7c\xb1\xb7\xf5\x8e\xbb\x58\xef\x72\x8f\x28\xc1\x7b\xf7\xc9\xe9\xe1\x7c\x27\xff\xa2\x41\xe8\x5d\x0d\x02\x76\xb4\xde\x5d\x97\xfe\x5b\x17\x58\xb2\x2e\x59\xe9\x92\x15\x14\xe3\xdd\x20\x96\x8e\xce\xbc\xf4\xc3\x31\xcb\x02\x74\x95\xae\x92\x90\xe1\x1a\x0c\x41\x5e\x41\x1d\xed\xc3\xeb\x3d\xd4\xe8\x60\x1f\xeb\xc3\x73\x35\x3c\x57\x24\x60\xef\xc3\xe7\x79\xb4\xfd\x0f\xd6\x5a\x37\x98\xa4\x8f\xf1\xfe\x83\x89\xda\x87\xf3\x1d\xcb\x7e\x21\xb7\x46\x81\xf4\x11\xfe\x7b\xe5\x7e\x8c\x6d\xdd\x8e\x7f\x30\x4b\xfb\xf0\x3a\x0e\x60\x93\x0f\xc9\xc5\x90\x6d\xf9\x29\x8f\xb1\x7b\x75\x30\x7c\xb3\x38\xad\xcb\x3e\xa6\xcf\x1a\xf8\xb3\x3f\x74\xc7\x0e\xd6\x6a\x16\x00\x0d\x62\xbf\xeb\x53\xd6\x63\xfa\x0c\x49\x06\x8c\xda\xe8\x46\x6d\x74\xbc\xf0\xbb\x8a\xe7\x3e\x95\xbc\x07\x67\x08\x74\xd2\x2c\x5c\xbf\x94\xfe\x3a\x5a\xe8\x2c\x5c\x03\xee\xc7\x94\x9c\xa1\x57\x3e\x0f\x80\x84\xfa\xf4\x6c\x88\xfd\xd8\xf1\x9a\xef\x00\x18\x66\x61\x7b\x9d\xb1\xb8\x56\xa0\xf7\xe5\xbf\xcc\x2d\xfc\x77\x3b\x0f\x9e\xbf\x29\x8b\x32\x7f\xeb\xc7\xb3\x41\x68\x46\x16\x60\xf5\xa1\xf0\xee\x46\x59\x74\x20\xe1\xce\x03\x7f\x97\x0e\xf0\x5b\x16\xf6\xcb\x19\x02\xd8\x2d\x0b\xfb\x2d\x59\x07\x4a\x59\x16\xac\x33\x7e\x27\xdd\xc8\x8b\x6e\xe4\x45\x47\xb9\xdd\x8d\xb2\xe8\x46\x59\xf4\x52\xb2\xdf\x25\x2b\xb8\x2e\x61\xd8\xe8\x77\x11\x2c\xd9\x97\x48\xb9\xc5\x3e\x64\x1f\x8c\xc6\xe8\x78\xd2\x77\x34\xd8\x59\xbc\xd6\xe5\x7e\x2c\x59\xe4\x05\x8b\xdc\x0b\x34\x6c\x75\xc7\xd2\x1d\x0b\xa4\x75\xf9\x8c\xaf\xe1\x7c\x61\x8d\x16\x5a\xc6\xbe\x7c\xc6\x89\x38\xea\x6b\xfa\x1d\x3e\x17\x1d\xa3\x4e\x5f\xd2\xba\x25\xad\x03\x88\xb7\xaf\x65\x1f\xcb\x3e\x78\x3a\x17\x92\x72\x5f\x42\x41\x16\xbf\x0b\xeb\x02\xba\x8b\xe1\xad\x2f\xb4\x23\x7d\xa1\x1d\xe9\x40\xb8\xf4\xe5\xb9\x5f\xee\x1b\x1e\xf7\x1d\xed\xf7\x9f\xbe\x5e\xd7\xc0\x7f\x3f\xfb\xfd\xec\x17\xd6\x23\x64\xc3\x43\x36\x1c\x0c\xec\x1e\x8a\x36\x71\xba\xa6\xb0\xf5\x81\x01\xb1\xc7\x6d\x1d\x62\x42\xe0\xcb\xd3\xa3\xba\x7e\xb0\x1e\x46\x5e\xf4\x68\xce\xd7\x3a\xcf\x69\x48\xc3\xa4\x4d\x81\xa7\x7a\x0f\xc1\x44\x0b\xac\x02\xa1\x0f\x59\x70\x26\xcf\xc3\xba\x66\x1d\x7b\x8e\xd2\xba\x87\xf3\x8d\xed\xb9\x9a\xb9\x56\x46\x13\x74\xa2\x09\xce\x72\x70\x36\xb6\xf7\x77\x9f\xe2\xc3\xb2\xe7\x6a\xaa\x3b\x9a\xea\xfc\xae\x53\xf7\x58\x27\xcc\x23\x74\x72\x63\xf8\xe8\xdb\xf9\xa2\xbd\xee\x6a\xaa\xbb\x9a\xea\x22\x6d\xda\xd3\xf6\x10\x13\x3a\x46\x8e\xbe\x65\x1f\x76\x08\xbb\xc7\xfe\x6e\x59\x05\xd0\x71\xce\x42\x24\x51\x57\x3b\xdc\xd5\x0e\x17\x7c\x1f\xba\x5a\xdf\xae\xd6\xb7\x80\xbd\xd8\xd5\xfa\x76\xb5\xbe\x05\xc3\x5b\xdf\xbe\x65\x42\xea\xa4\x50\x98\x75\x9f\xfd\x26\x47\x98\xdf\xfd\xdd\x33\xbf\x6f\x62\x9c\xfb\xfe\x1c\x02\xc7\xe9\xc1\x6e\xdd\x1f\x41\xff\x88\x21\xee\xcf\xb1\xac\x73\x29\x5b\x0e\xff\x51\x62\x78\x8a\x75\x3c\xc5\x8f\x12\xc3\x03\xb7\xd2\x4f\x8e\x93\x0a\xe5\xfe\x48\x46\x81\x15\xed\x8f\xd2\xc1\x73\x39\x7c\x9e\xba\x47\xe9\xe0\xb9\x1c\x3e\x64\x0f\xed\x72\x16\xe2\x17\x43\x5a\x89\x96\xc8\x42\xa8\x56\xc8\x14\xf9\x21\xb2\x70\x1e\x1c\xed\xc7\xed\x7a\x7e\xdb\x05\x57\xf8\x78\xe5\x1f\xaf\x3c\xde\xfa\xfd\xe9\xd6\xa1\xc0\xec\xc4\x01\xf7\x47\x4e\xf1\x91\xb4\xa2\x18\xef\xcf\xb2\x8f\x24\xad\x67\x39\x1c\xb3\x4f\xd3\xb3\x7e\x40\xdd\xb9\x0d\x8f\xdb\xff\x00\x29\xd1\x51\x82\xf7\x27\x5c\x53\xb0\x59\x3b\x46\x8e\xfe\x48\x96\x1f\x02\x19\x3b\xc0\xb2\xfd\x91\x2c\x3f\x61\xbf\x1c\xb1\xc7\xe3\xfe\xec\xdf\x77\xac\x81\x6c\xd0\xb3\x3d\x12\x48\x25\x06\x75\x74\x83\x3a\x3a\x71\xc5\xfd\x79\xdd\x0f\x94\x68\x1d\x65\x79\x27\x9a\x23\x8b\x69\x5d\xb6\x27\xb4\x52\x7f\x0f\xaf\x05\x57\xea\xc5\xe5\xa6\xbf\x42\x3c\x5e\x1c\xc5\x17\x6f\xd0\xfe\x92\x1a\xa6\x14\xd6\xea\xf5\x1c\x80\xba\x74\x9a\xc0\xac\xbf\xd8\xc1\xfb\x2b\xc6\x3c\x0a\xf4\xfe\xba\xe7\xef\x69\x1d\x4f\xe7\x8b\x0b\x68\x7f\xc1\x2c\x34\xdf\x59\x7f\xbd\x8e\x2a\xb2\x3b\x60\xe1\xdd\xe8\x8e\x4e\x74\xc7\x69\x6a\xb3\xfe\xca\x56\xbd\x42\x94\xa3\x68\xef\x6f\xf5\xbb\xea\x3a\xc3\xba\xbd\x3e\xb1\x2f\x89\x23\x4c\x41\xd6\x5f\x25\xc2\xb7\x2e\xeb\x98\x6f\xb3\xae\xb9\xce\x9c\x21\xb0\x97\xb2\x78\xf9\x0e\x89\xeb\x55\xd3\xf5\x0e\xe7\xcb\x7e\xbc\xd8\x76\x3b\x7a\xef\xd2\x2f\x24\x86\x4f\x2d\xc5\x47\x82\xe2\x52\x60\x7d\x3f\xa5\xd8\xef\x37\x0f\x9e\x17\x21\x89\xfa\x77\xdb\x07\xda\xaf\xcf\x79\x7c\xbf\x79\xc0\xe2\x7d\xb2\x8c\x5f\x73\xed\x21\x03\x1f\xd1\x2c\xfd\xfb\x8d\x99\x73\xa0\xb2\xb7\x7f\xbf\x31\x73\xa7\x55\xf6\x76\x95\xbd\x05\x04\xd3\xfe\xf9\x34\x7d\xd3\x79\x54\xfa\x50\x13\xf7\x11\x84\xdb\x51\xf0\x77\x31\xd8\xba\x18\x6c\x1d\xc5\x7d\xff\x64\xab\xbe\x47\xe0\x78\xd6\x4f\x85\x6d\x57\x61\xdb\x81\xd9\xe9\x9f\xec\xf5\x87\x94\x53\x08\xe8\xea\x9f\x6c\x24\x81\x06\x67\x01\x3f\x78\x1c\xe0\x61\x0c\xe0\xd9\xf2\xdf\x41\x5d\xb5\x8e\x7b\x0e\xf4\xce\x00\xd8\x31\x0b\xc7\xdc\xf9\x0e\xd6\x6d\xa0\xcb\x3d\x0b\x81\x5f\xe3\x28\x7e\x67\xfa\x04\x94\xfe\x43\xef\xff\xa1\xf7\xbf\x28\xd5\xe3\xc0\x78\x31\xcc\xfe\xdf\x49\x91\x31\xc8\xf8\x9f\x05\xb4\xa4\xa4\xb4\x36\xd0\xe8\x66\x21\x52\x73\xa5\x0e\x49\x7e\x1c\xe3\x87\x7a\x3d\xa9\x0b\xeb\xf6\x3f\xd0\xf4\x43\xac\xb7\x01\x0e\x69\xd6\xf1\x1d\x2c\xc0\x38\x64\x01\xf0\xd6\x1f\x00\x8d\x66\xe1\x77\xc9\x96\x8e\x03\x43\xd4\x20\x03\x7f\xd6\xf1\xef\xe3\xf8\xc0\x0d\x2d\xd8\x76\x07\x49\xf5\xb3\xe0\x1c\x90\x86\x77\x90\x36\x3f\x0b\xf7\x28\xcf\xd0\x28\xae\x69\x91\xb6\x93\xde\x76\x14\xfc\x58\x06\x28\x3f\x67\x01\x5f\x63\xe8\xd5\x3f\xf4\xea\xef\x60\x99\x0f\x12\xcf\x67\xc1\x1e\x01\xa9\x33\xd4\x0e\x0f\xb5\xc3\xe5\x3c\x2b\x75\xb7\x75\xd5\xef\x72\x6e\xa5\xd9\x6f\x13\x4e\xb7\xd0\x6f\xb7\xbd\xfe\x6b\x8f\xf1\x75\xc7\xd2\x1d\x0b\x7b\x0e\x86\x4f\x16\xcb\xef\x26\x75\xec\x65\xc1\xad\xbb\x13\x5c\x3b\x70\xc9\xcf\xe2\xf6\xdf\x5c\x83\x82\x21\x6a\x14\x0c\x51\xbd\x72\xae\x4a\xd8\x1e\xd9\xc1\xca\x79\xf3\x2f\x74\x77\x90\xbb\xbd\x74\xb4\xd2\xa3\xf0\x14\x8f\xe2\x53\x4c\x40\xdc\x40\xa5\x9c\xc5\x10\x16\x98\x3a\x8c\x0d\x43\x78\x9f\x4e\xee\xc8\x01\xae\x4f\x16\xa2\xd1\x73\xae\x4e\x58\xdf\x01\xda\xe6\x59\xce\x5f\x5d\xb7\xce\xf6\x92\xfd\x1f\x7a\xe1\x0f\xb4\xcd\xa5\x93\xd3\x71\x9c\x68\x50\xc7\x59\x6c\x8f\x73\x05\x04\x60\x16\x9f\x75\x7f\xf7\xcc\x1f\xc0\x03\x65\xf1\x6b\x26\x97\x52\xa5\xf5\x38\xe5\xaa\x89\xe5\x1d\x42\x6f\x0e\xa0\x37\xcf\x72\x36\x86\xd5\xec\xce\x4c\x00\x28\x8a\xc7\xd9\x9d\x12\xb0\xff\x9d\x84\xec\xe3\x84\xdb\x1b\xa7\x12\x1c\x09\xf5\xc6\x89\x92\x65\x9c\xd3\x2d\x9c\x4c\xdd\x6b\x01\xa2\xcf\x59\x70\x97\x18\xe7\x72\x2c\xa2\xb0\xd7\x69\x9d\x4b\x84\xdd\xb0\xe0\x42\x31\xce\xe5\xf8\x96\xe3\x73\x2c\xcb\x65\x93\x83\xc6\x83\x7f\x9c\xe1\xbf\x92\x2e\xf2\xb7\x0d\x72\x8e\x67\xf1\x58\xc7\x1a\x3c\x8e\x45\x29\x07\x6f\xfd\x81\xab\x7d\x16\xd5\xba\x4a\x9d\x6b\xf0\xd8\x07\x47\xf1\x7c\x1d\xb3\x92\x0f\x09\x0e\xc6\xe9\x91\x30\xd3\x77\x39\x9d\xef\xe7\x1a\x48\xf6\x60\x3d\x06\x9a\xf3\x2c\x44\x78\xce\xa7\x64\x5c\x1e\x13\x72\x7b\x67\x5d\xae\xbd\x0a\xf4\x81\x02\xfd\x2c\xb0\x28\x83\x8c\xdb\x59\x54\xeb\x72\xed\x2f\x9e\xd3\x71\xf9\x9c\x12\x64\x38\x2e\x60\x21\xc6\x65\x9a\x12\x52\xc1\x8f\x0b\xa3\xc4\xb8\x2e\xd7\x85\x2b\x70\x61\x1b\x1a\xc2\x00\x75\xbc\xfa\x87\x30\x40\xe3\x92\xc3\x07\xba\x73\xe0\x7e\x9f\x85\xdf\x55\xfa\x9d\xf6\x3b\xed\x97\xab\x7c\xa1\xd1\x19\xd7\x0c\xeb\xf8\x17\x57\x9f\x61\x4e\xec\x02\x7b\x33\x2e\x49\x21\x4a\xf5\xd2\x51\x9c\x8e\x0b\xc9\x67\x5c\xfb\xf7\x1d\x63\xd9\x7e\xb7\xed\xb7\xd1\xc7\x63\x7b\xa4\x94\x2e\xb0\x37\x43\x28\x9f\x71\x7d\x8e\x19\x32\x2a\x6c\xcf\x10\xb6\xa7\x13\x6c\x3a\x48\xe1\x9c\x45\xf7\xdf\x41\xdd\xb6\xce\xfd\x18\xfc\x0b\x5b\x30\x50\x00\x9f\x85\x00\xc5\x71\xa3\xb9\x18\xb7\x9a\x0b\x14\x9d\x43\x05\xf0\x20\x9d\xf1\x59\x80\x0f\x1f\x77\xf8\x6f\xf8\x6f\xb2\x23\x43\x88\x9e\x21\x44\x4f\x27\x91\xfb\xc0\xd5\xfe\xcf\xb8\x25\x3f\xe4\x6a\x18\xf7\xb6\xee\x71\x0d\xb8\x83\x15\xef\xe6\x51\x41\xc1\xeb\x78\xdc\x8f\xea\x53\x67\xee\xdb\x4e\xf0\xe5\x40\x7b\x9b\xc5\x63\x5d\xae\x95\xca\xd9\xa1\x72\xb6\x90\x07\x69\xe0\x2e\x9f\xc5\xb0\x8e\xf6\x50\x78\x0f\x73\xc2\x76\x34\x80\x43\x38\x9e\x81\x4e\xf5\x34\x9b\xde\xd0\x53\x7d\x98\x2a\xb5\x00\x87\x32\xea\xf2\x5f\x9f\x35\x34\x7b\x43\x4f\xf5\xa1\xa7\x7a\x07\x2e\x68\x54\x22\x07\x46\x15\x58\xbf\x3b\xb7\xc7\x31\x3f\x8e\x19\x3a\x54\x7d\xc2\xaa\x4f\x18\x9a\xbd\x81\x9b\x79\x16\xf6\xd1\x99\x87\xe4\xb6\xe2\x5f\x21\xf6\xfb\xd0\x8b\x7c\xe8\x45\x6e\xae\x9e\xd1\x7c\xea\x5a\xf9\xd5\xe5\xbf\x0d\xa3\xd3\x68\xa7\x73\x3b\x73\x6e\xcd\x27\xac\xf9\x84\xa1\xd9\x1b\x64\xe9\xcc\xc2\x7d\xe3\xfe\x36\x8c\x08\x43\xcf\xed\x0e\x5c\xd0\x68\x9e\x0d\x1c\xb3\x4f\x33\xf2\x8d\x86\xd1\x69\xa0\x34\x3d\x0b\x59\x7b\x46\xc3\x5e\x3e\x1a\xf6\xf2\x4e\x56\xe8\xd1\x5c\xab\x86\xff\x51\x21\x1d\xd9\x00\x5d\x35\x8b\x66\x1d\xfd\x62\xa0\x1b\x20\xf0\x9c\x85\xc0\xc3\x01\xe6\x4e\x16\xb0\x32\x78\xdc\x0f\x61\x76\x46\x3f\xec\x17\xb6\x05\x5f\xe1\x2c\xfc\x97\xfd\xe8\xd2\x88\x7e\xb9\x97\xad\x52\xb7\xac\xf3\x5f\xf6\xa8\xa3\x59\x19\x9d\x1c\xaa\x05\x3f\x82\x41\x9e\xc3\x2c\xfc\x97\xfb\xd6\xb7\xff\x6e\xff\xe5\x0d\xe8\xb2\x28\x28\x20\xb3\x2e\xfb\xc5\x27\x36\x0b\xc7\xcc\xdd\x12\x9e\x66\x08\x4f\x23\xe6\xfc\x18\xb2\x19\xc3\x8c\x3f\x64\xf7\x1a\xc2\xd3\x8c\x21\x5c\x2e\xc6\x81\x31\xd0\xa0\x8e\x21\x9b\x86\xe7\xfb\x00\xab\x26\x0b\xf3\x72\x75\xbe\x83\xf5\x1d\xc3\x84\x25\x68\xfb\xc6\xd8\x7e\x67\x56\x0a\x14\xfc\x43\xed\xe1\x18\xbe\x01\x44\xa8\x0d\x71\x65\x86\xb8\x32\x1d\x2d\xde\x18\xd2\xfb\xf1\xf9\x1d\x67\x03\x55\x62\x16\x8c\x0f\x88\x9e\x41\x3a\xaf\x2c\xa6\x75\xd9\x07\x79\xab\xfe\x0c\x32\x56\x9d\x85\xfc\x36\x83\x1c\x32\x59\x30\x3e\x72\xb3\x0e\xb2\xc7\x64\xc1\xbe\xd5\xfb\xef\xae\x7a\x03\x4c\x96\x2c\x86\xbf\xe4\xf0\xa7\xe4\xd6\xa4\x25\x1d\xc5\xfd\x00\x93\x25\x0b\x48\xa1\xdc\x0a\x99\x29\xb2\xf8\xd5\xf1\x9d\x53\x9f\x2a\x22\x88\x19\x1c\xe4\x5b\xc8\xa2\x58\x97\xff\x2e\x8f\xe2\x2f\xef\xc0\x84\xb4\x2e\x24\xc7\xb1\xca\xef\x3b\xeb\x6e\xeb\x38\x3a\x00\x0f\x8e\xe5\x15\x5d\x92\x33\x14\x6b\x63\x79\x14\x97\x89\xb2\x08\xc0\x1a\xcb\x2b\xba\xbc\xa2\xc0\xec\x8c\x55\xfd\x57\x72\x46\xf0\xe0\x40\xbb\x97\x85\x63\x69\x8d\xba\xb0\x8e\x2b\x4a\x40\xe1\x58\x18\x39\xc6\x32\xeb\xd1\x74\x2c\x92\xf4\xa5\x74\x30\x21\x49\x0b\x05\xf5\xc0\x91\xb5\xf4\x09\x3b\x82\xeb\x6a\x16\x66\x9f\x81\xac\x2c\xaf\xf7\x92\x95\x21\xad\xfc\x50\xa1\x37\x84\x6b\xe9\x28\xae\x06\xae\xab\x59\x98\xfe\xe1\xb0\xce\xb1\xbc\x1e\x09\x8e\xd3\x7a\x9d\x1b\x6c\x46\xca\x3c\xd4\xb9\x2e\xb8\x9a\x8d\x83\x67\x43\xb8\x96\xb1\xf0\x73\x18\x28\xc2\xc6\xfa\x5c\x03\xd9\x11\x6c\xed\x63\x7d\xb6\x47\x9c\xe8\xc0\x8b\x7c\x84\x52\x58\x98\x92\xef\x48\x69\x77\x84\xfb\x11\xc5\x7e\x79\x5e\x02\x85\xed\x88\x62\xbf\x29\xd9\x8e\x40\xcb\x33\xd0\x1d\x66\x1d\xed\x11\x61\x30\xd0\x13\x96\x81\xe2\x6a\x04\x4a\xf0\x01\xe2\xcb\x59\x40\x4d\x1c\x21\x19\x8d\x8a\xa4\x8c\x6f\xc6\x08\xa5\x35\x50\x5b\xca\x40\x33\x35\x42\x36\x23\x50\xb0\x0e\x82\x5d\xc6\x96\x55\xdd\xcd\xb1\x70\xbd\x37\x4a\xdc\xb1\xbb\x59\xbc\x20\x49\x1b\xcf\xf7\xb1\xa7\xfd\x32\x96\x0d\xf0\xea\xd8\xd3\xb5\x62\x2f\xb7\x7b\xb9\x97\x6b\x00\xab\xb0\x65\x41\x85\x02\x19\x78\x82\x8f\x2d\xa9\xde\xa2\x95\xa3\x18\x1f\x68\xfc\xb2\xb8\xad\x63\x2c\xde\x2d\x21\x43\x06\xde\xe1\x63\xcb\x16\x6c\xd9\x02\xd9\x2a\x5d\x4a\x07\x0a\xc2\xfc\x6e\x50\x67\x1f\xa6\xc3\x41\xdb\x32\xf6\x76\x2c\xfb\x97\x8b\x2d\xd7\x6f\xa3\x90\x1f\xfb\xf5\x3b\x24\xb8\xed\xbd\xdc\xde\xcb\xc6\xfd\xdd\x9f\x7d\xe0\xaf\x31\xd0\x66\x0c\xb5\x7d\xe3\x81\xdd\x1c\x68\x33\xc6\xa3\x54\xa2\x06\x70\xe0\x1d\x3e\x1e\xd0\x29\xc7\x53\x38\x93\xb2\x69\x8f\x77\xe6\xc1\x0e\x5e\x40\x7a\x1c\xa8\xd1\xb2\x70\x2c\x9c\x03\x54\x57\x59\x6c\x93\xe3\xe5\x3a\x3f\x4a\xb1\x8f\xf4\x05\xdf\x91\xa1\xeb\xe4\x00\x5a\xe4\x2c\xf8\x89\x0c\x54\x52\x59\x4c\xeb\x06\x75\x8c\x05\x65\x54\x19\x85\xb1\xa0\x06\xca\x62\x59\x97\x6b\x8a\xef\xe2\x9f\xf1\x36\xbf\x83\x7d\x00\x0c\x24\x0b\xce\x41\x87\x2c\x0b\xa0\x3d\xde\x59\xac\xe3\x5f\xcf\xcb\xeb\x79\x91\x4d\xd3\x5d\x71\xbc\x9e\x03\x94\xe0\x43\xc0\xeb\xf1\xee\xe7\x9f\x34\x96\xe3\x95\xd5\x07\x2a\xe3\x2c\x9d\x75\x16\x23\x63\x7c\x6a\x2e\xf0\xf5\x18\x9f\x4f\x84\x2e\x87\x03\x25\xf8\xf8\x64\xf5\x3f\xa4\xba\x41\x8e\xb5\xa1\x7b\xe1\x10\x23\xc3\x94\x5a\xe3\x93\x6d\xf9\x4e\x93\x69\x21\x8d\x7f\xb2\xf5\x9f\xa9\x06\x49\xc7\x3e\xd4\x42\x8d\xcf\x84\x81\x40\xd1\x8c\x0f\x6d\xda\x40\x0b\x95\x75\xf4\x8b\x16\x6a\xa0\x85\x2a\xe3\x84\x35\xd7\x35\x71\x7c\xd2\x53\x02\x37\xc7\xe7\xfa\x7d\xbf\xf5\x83\x45\xf9\xa6\x63\x46\xfb\x35\x70\xff\x1e\xa2\xf9\x8f\xcf\xa4\x55\x4a\xe3\x22\xf7\x0f\x91\xfb\x4b\x47\xc4\xf8\xd4\x70\x00\x46\x9d\x75\xcc\x4d\xb6\x0f\x6f\xbf\xb3\x90\xf4\x6b\x7c\x9e\x8d\x4f\x5a\x77\xde\xd7\x7f\xfe\x4c\xb5\x46\xf3\x30\x6b\x28\xee\xdf\x53\xad\xd1\x54\x6b\x34\xf0\xfe\x9f\x07\xe7\x65\x8a\xf0\x3f\x70\xff\x9e\x62\x5a\x4c\x31\x2d\x06\xa0\xee\x53\x40\xe9\x29\xa0\xf4\x40\xcb\x3d\x01\xb8\xf8\x33\xcd\xfb\x31\x10\x85\xe7\x81\xa6\x7a\x92\xee\xa3\x0c\xb4\xdc\x53\x4c\x8b\x79\xdc\xd6\xe5\xd9\x98\x07\x2c\xf7\x3c\x6e\xc7\x3c\x18\xcb\x6d\x7b\xbf\x75\x4e\x96\x62\xea\x4a\x38\x75\x25\x1c\x60\xcd\xcc\x03\x3a\x39\x8f\xea\xf8\xfe\x05\x88\xee\x3c\xf0\x10\x9d\x47\xb5\xe9\x49\x77\xcd\xa6\x9b\x4d\x4f\x86\xdf\x1c\x82\xf8\xf3\xd7\xc1\x50\xf1\xb4\x9e\x07\x01\x08\x03\x85\xf7\xd4\x9b\x71\xea\xcd\x68\x6a\xae\x69\xa2\x92\x29\x5c\xc6\xc0\xeb\x7b\xa2\x01\xcb\xc2\x7f\x0b\x7d\x0c\xff\x25\x4d\x73\x21\x06\x76\x1e\xd3\xef\x64\x47\xe0\xc8\xa7\xd9\x79\x26\x08\x19\x25\x85\x59\xea\xec\xc3\xe4\x67\x78\xcd\x4f\x30\x31\xb2\x78\xfd\x97\xf1\x6d\x97\x68\x7b\x4c\x5c\xb6\xc7\x7e\x65\x51\xe0\xdc\xe7\xf1\xba\x0d\x6f\x58\xc7\x76\x7d\xfe\xeb\x93\x08\xec\xc7\x54\x11\x36\x7f\x8a\x30\xec\xf4\xb3\xc0\xa1\xce\x42\xd0\x5d\x81\x4b\x9f\x05\x77\x98\x49\xbe\x86\xac\xcb\xf6\xf4\xac\x9c\x62\x55\x0f\xbc\xe6\x67\xa9\xb6\xa7\xe2\x79\x14\xda\xe3\xfa\xcc\x22\xb7\x8c\x3d\x7f\x92\xb9\x25\x0b\x33\xd4\x26\x7b\x33\x8b\xfb\x51\x7e\xfb\xd1\x72\x9d\x85\x8a\x98\x42\x45\x0c\x30\xdf\x67\xc1\x6e\x38\xcb\x72\x2f\x3b\xdf\x61\x6c\x98\x05\x63\x83\xe9\xde\x66\x41\x8a\x98\x45\x29\x02\xd8\x8f\x29\xa6\xf5\x2c\x26\xc8\x40\x69\x3d\xcb\x63\xbf\x8f\xfd\xb2\xce\xe2\x5c\xcf\xf2\x78\x0e\x58\xe7\xf2\xda\xc7\x6b\x7b\xc9\xb5\x4e\xa1\x22\xa6\x50\x11\x03\x7c\xf7\x29\x16\xc4\x3c\x65\xf1\x88\xb3\x9d\xa8\x9a\xb2\xe0\x1c\xe0\x1f\x30\x4f\x24\x8b\x79\x9a\xca\x14\x68\x9b\x79\x7a\x55\xc0\x78\x38\x0b\x31\xb5\xd3\xd4\x31\x93\x7c\x31\x65\x80\x0d\x3f\x4f\xd7\xea\xec\xb6\x57\xe9\x17\x8d\xd3\x3c\xd5\x3e\x0c\xd6\xef\xe4\x29\x9e\xa7\x69\xf0\xc8\x2a\x36\xd5\xca\xcc\x53\x52\x8d\x74\x30\xd5\xca\x4c\xb4\x32\x59\x97\xe3\xbb\x50\xb6\xcd\x0b\xc3\xd6\x40\xa1\x3c\xaf\xf3\x57\x67\x2e\xd6\x24\x67\xf3\xf2\xca\x5f\xf7\xff\x4b\x6b\x38\x2f\xef\xe5\x85\xe7\xb6\xc9\x90\xe6\xe5\x3c\xae\xdf\x39\x48\xf6\x61\xea\xae\x38\x75\x57\x2c\x64\x4a\x9b\x6a\x4c\xa6\x49\x93\x0a\x49\xd6\xe6\xb5\x6c\x0f\xa3\xd3\x40\xc9\x3c\x2f\xd8\x82\x09\x2e\xf2\x69\x52\xa1\x89\xaa\x24\x8b\x6d\x1d\xe3\x83\xad\x9f\xba\x17\x16\x7c\x01\xe6\xe5\xfe\x5e\xde\x99\xc9\x9d\xbe\x90\x30\xe7\xa5\x84\x09\x56\xc5\xbc\x25\xa3\xb7\x2c\x00\xb6\xfb\x79\xa3\x91\x98\x77\xb9\xad\xcb\x7e\x6f\xb4\x46\xf3\xae\xae\x15\xe7\xea\x86\x0d\x9f\x37\x09\xf2\x0b\x58\x10\x13\x95\x4a\x16\x61\x1d\x7d\xc0\x72\xcf\xbb\xb3\xe7\xf8\xfc\x4c\x82\xe6\xb3\x80\xe6\xdc\xac\x55\x75\x5d\xaa\x9a\xa4\x09\xe9\x17\xd0\x77\x1a\x3b\x3f\x48\x29\x36\x05\xf4\x9d\xc4\xce\xe7\x77\xb9\xa6\x15\x56\x6b\xe2\xbd\x95\xc7\xea\xa4\xee\xb1\xee\xf5\xbb\x5c\x17\xe3\xdf\x67\xd5\xc8\x86\x1f\xd0\xd4\xbd\x6b\xd6\xe7\x97\xe4\x93\x3e\x5e\xc7\xf7\x9a\x9f\x11\x3a\x69\xdc\xf8\x6c\x4a\xd9\xe0\x39\xcc\xe6\x19\x6f\x9e\x71\x3c\xb2\x67\xc3\xae\x3e\xc1\xff\xfd\x65\xb9\x9d\x6a\x1a\xa6\x5a\x85\x01\xfe\xfc\x6c\xae\x1f\x21\xe0\x65\x20\x25\xce\x86\xa1\x62\x1a\xbf\x6d\xe6\xda\xd9\x86\x75\xbf\x24\xa4\x37\xed\xe1\x3b\x32\x89\xd3\xce\xba\x9b\xba\xc7\xba\xd7\x3a\xfa\xc0\x26\x3f\x1b\x36\xf9\x81\x57\xfa\x24\x5a\x3b\x0b\x93\xbe\x71\x07\xdb\x74\x7c\x3e\xf7\xb5\xd2\xc7\x72\xbe\x26\xf4\x01\x61\x72\x36\xd8\xe1\x49\x70\xf7\x59\xe6\xe4\xbb\xb0\x3d\x95\xef\xf8\x1f\x4d\x81\x89\x27\x01\xdf\x79\x7d\x99\xdb\x76\x2c\xd8\xfd\x07\x62\xe5\x6c\xee\x07\xbe\x5f\x59\xc7\xf8\x1e\xe7\xfb\xdb\x0f\xe8\x9f\xbe\x5f\xb3\xfd\xb2\x21\x72\x7f\x89\xfe\xce\xc2\xfd\xe5\x1e\xb5\xd7\x35\x7d\x4d\xd5\xd8\x59\xbf\xd7\xf1\xfd\x5f\x4e\x42\xbf\x73\xdf\x3e\xf7\x8d\xa7\xbd\x21\x3e\x4d\x62\xc1\x7f\x39\x39\xa7\x01\xdf\xd3\x80\xef\xf3\xe0\x5c\x75\xb4\x50\xb3\x9b\x4e\x0f\x6d\xf8\xd4\xbf\x6c\x76\xf3\xb2\x1f\xdc\xd5\x8e\xe6\x71\xf6\xe3\xb3\xee\xef\xca\xfc\xd9\xab\xcd\x10\x5b\x78\x02\x8a\x3a\x3b\x4a\x91\xd9\xb1\x6f\x0f\x3c\xe4\x67\xc7\x2d\x6f\x76\xdc\xf2\x4e\x72\xe6\xce\x3e\x1c\xea\x70\xa8\xc9\x9d\x4d\x82\xaf\xb3\xf8\x7d\x37\xa9\xb3\x8f\x70\xa8\x1c\xa7\xbe\x1d\x2a\xd7\xe2\x24\x15\xc7\xec\x2e\x6f\x37\xf7\x3c\x31\xbf\x13\x50\xe4\x2c\x6c\x8f\x63\xa2\x5b\xd9\x04\x1b\x39\xeb\x98\xfa\xe7\x98\x71\x5b\x38\x81\x3a\x98\x43\xce\x6e\xc8\xd9\xe1\x5d\x3f\xc5\x46\x9e\x62\x23\x0f\xbc\xeb\xe7\x20\xe6\x77\x8e\xdf\xb2\x71\x74\x86\xcf\x90\xb1\xda\x83\xb4\x89\x93\x20\xed\x2c\xcc\xc8\xcd\x93\x83\xd6\x29\x8b\xdb\x7f\x73\xfb\x8d\xc1\x9e\xc6\x60\x0f\x24\xb3\x39\x6e\xff\xbd\xc9\x17\x08\xe8\xe8\x54\x49\x35\x87\xcf\x3d\x5e\xc6\x53\x25\xd5\x1c\xe6\xcb\x43\x9a\x9c\x43\x72\x36\xba\x6b\x30\x18\x73\xb7\xdf\x6e\xbf\x29\xd1\xcc\xe1\x91\x1d\x1e\x59\x20\x6b\xe6\x90\xac\x0c\xc9\x4a\xe3\x68\x0f\xb4\x00\x93\x30\xe9\xf3\x24\x15\xc7\x1c\xb2\x37\xe0\x18\x67\x9d\xdf\xb9\x2e\xb8\xef\x8d\x96\x92\xcf\xd4\xed\x6d\x8e\xcf\x31\xf7\xec\x97\x14\xf9\x59\x70\xdc\x51\x8c\x4f\x41\x8d\xe7\x34\xc3\x3f\x12\xe6\x24\xa3\x7b\x16\xf6\xcb\xb9\x9a\xb2\x41\x24\x50\xcf\xba\x4a\xdd\xb6\xee\xb1\x2e\xe7\x31\x25\x71\x26\xff\x1e\xe4\x93\x9e\xd3\x27\xc2\x7c\xde\x03\x0c\xfe\xa9\xb6\x6a\xaa\xad\x3a\x71\xc7\x9a\xd3\xa7\xce\x74\xb9\xa3\x1f\xf4\x21\x59\xf9\x25\xbd\x45\x5a\x9b\x64\x7f\xcd\x82\x73\x8a\xd4\x39\x05\x17\x9e\xba\xae\x0d\x94\xea\x73\xba\xce\x28\xb2\xce\xb3\x70\x9e\x41\x06\xce\xc2\xf5\xe3\xec\xaa\xc1\x9a\xcb\xab\x4c\xac\xf1\x5c\xc0\x8d\xcc\x05\xfa\xd9\xe8\xb0\xaa\xba\xa4\x4d\x5d\xd2\x06\xca\xf7\xb9\x94\x04\x96\x39\x17\x71\xb3\x9a\xf8\x9d\x65\xc1\x39\x25\x5e\x78\x2e\xdc\xfc\xe6\x22\xc8\x6b\xe0\xad\x3f\x05\x03\x9e\x82\x01\x0f\xbc\xf5\x27\xea\xa2\x3f\x73\x99\xef\xac\xa4\x54\x3c\x17\x2e\xaf\x73\x3d\xae\xc1\x4d\x1f\x3e\xed\x80\xfc\xe6\x77\xb9\xa6\xba\x7c\xcd\xf5\x9b\xdb\xcc\xef\xc2\x7b\x14\x07\x39\xca\x00\x31\x9d\x81\x7f\xcf\x04\xc3\x37\xeb\xf2\xbc\x04\xca\xca\x89\xb2\xe7\x3c\x91\x30\x67\xc8\x0e\x07\xec\x70\x2e\x34\x75\x7e\x77\xfe\xbe\xab\xd4\xbd\xd6\x7d\xd6\xd1\xaf\xeb\x12\x4a\x9d\x20\x1a\xce\x90\xc5\x43\x51\x74\x9a\x69\x6c\xaa\xe5\x99\x68\x79\xb2\x8a\xf1\xf9\xbc\x84\x39\x3b\xc9\xb5\x36\x37\x01\x4e\x73\xff\xfa\x80\xbe\x6c\xfc\x85\xe6\x26\xde\xff\x24\x0f\xf9\x34\xe8\x78\x6e\xef\x25\xfe\x4c\x73\xcb\xfe\xe3\xfe\x54\x06\x69\x8b\xe7\x23\xa9\x46\xeb\x71\x9e\x27\xec\xf5\xe3\x1a\x3c\xbf\x35\x40\xd2\x7b\x50\xd8\x4e\x7c\x97\xce\x13\xdf\xa5\x29\x90\xeb\x7c\xdc\x73\x52\x70\x4d\x41\x5b\x27\xa0\xad\x59\x97\x63\x79\x14\xc7\x1e\xc5\x31\x60\x7b\xe6\xd3\x6c\xaf\xdb\x1e\xcf\x24\xd1\xad\x59\x38\x0f\xbf\x93\x16\x3f\xd2\xe2\x0b\xd6\xe3\xd9\xf6\xbb\xe9\x57\x11\x0d\xc7\x9e\x2c\xc2\x3a\xfa\xfd\xec\x17\x6d\xd0\x89\xaf\xd1\x14\x81\x75\x3e\xb8\x03\x0e\xf2\x1a\x4c\xa2\x51\xb3\xd8\x7e\x47\x1d\xc6\x8b\x09\xd0\xe9\x79\xe2\x57\x34\x4d\x43\x36\x49\x43\x96\x75\x39\x96\xd7\x7d\x7b\xd5\xce\x61\x80\x98\xaf\xec\x17\x8a\x93\xf3\x24\x37\xc1\x7c\x15\x4f\x5e\xc5\x13\xa2\x18\x26\xea\x93\x2c\xcc\x1a\x67\xbf\x18\xc0\xe6\x8b\x01\xec\x54\xa4\x7a\xbd\xbf\xaf\x74\x12\x17\xe4\xf9\x12\xec\x3c\x5f\x70\x5b\x4e\x82\x89\xe7\x0b\xbc\xd9\x04\xb9\xf4\x3c\xf1\x0d\x9a\x22\x97\xce\x17\xb7\xdf\x13\x63\xdc\x54\x2b\x33\x45\x2e\x1d\x8a\x27\xa6\x1c\x9b\xdf\xe1\x98\x7b\xce\xd7\x60\xce\x49\x30\x67\xd6\xf1\x9d\x6f\x05\xda\x96\xf3\x24\x08\x77\x7e\xb2\xff\x9f\xec\xff\x80\xd5\xd2\x97\x67\xe2\xcb\x93\xdf\xe5\xd9\xfd\x64\x69\x41\x10\x3d\xcf\x6b\xfe\x5d\x99\xbf\x84\xa3\x58\x26\xb8\x3f\x5b\x3e\x93\x6b\xf3\x4c\xae\x7d\x48\x82\xa9\x39\xad\xb9\xfe\xf7\xdf\x0b\x0d\xe9\x12\xa4\x79\x01\xd2\x7c\xb7\xe4\x12\x97\x18\xcd\x6b\x7b\xdd\x6f\x6a\x1e\x6b\x3e\x3e\xe2\xbf\x62\xe3\x88\xc3\xa7\x35\xd3\x9a\x5c\x41\x1b\x42\x2c\x5a\x78\x5f\xde\x04\x0d\xad\xcd\xb3\xba\x36\xcf\xea\xaf\xc6\x01\xe4\x1a\xde\x18\x96\xd7\xc6\x40\xb9\xb8\xc2\xc0\x0f\x2f\xae\xf1\x9f\xb5\x79\x4d\x6e\xda\xbe\x6c\xe8\xba\xf3\xb7\xca\x28\x2f\x5b\x4a\xaa\x7b\x01\x31\xbe\x84\x8c\x5e\x5c\xfc\x33\xcf\xc8\xe2\xf2\x67\x41\x77\xd5\xa6\x9c\xdd\xf5\x52\xc5\x5c\x6e\x17\xea\x66\x55\x1a\x6b\x77\xbb\x2a\x29\xca\x5f\x47\xb2\x97\x0b\x34\xe9\x3f\x0b\xda\x71\x63\x73\x5e\xbb\x3a\x86\x94\xea\x6f\x80\xe4\xd6\xae\xae\x4b\xa5\xc7\xce\x04\xab\x3d\x36\x7e\xec\xf4\x08\x5a\xed\xda\x8d\xb5\x1a\x7c\xd5\x5d\x62\xd8\x83\xc6\xe0\xbb\x63\x40\x96\x6d\x34\x4e\xa4\xc5\xda\x9d\xdf\x26\xa3\x1a\xfe\x86\xf3\x71\xa3\xa1\xe1\x08\x50\xb7\x38\xa6\xe1\xc8\x47\xfe\x06\x04\xf1\x02\xf2\x3a\x8b\x93\x2a\xfe\x9b\x4e\x26\x39\xfa\xbb\x1f\x34\x3e\xdd\x9a\x99\x4d\x0d\xc6\x34\xdd\x1a\x64\xd0\x3c\xe6\x0b\xed\x78\x16\xb9\x35\xbd\xd0\xd2\x72\x1f\xb8\xe9\x83\x1d\x5d\x2e\x41\xbe\xdd\x77\xf7\x74\x2e\x5b\x4a\x4e\x13\x35\xd7\xda\x61\x4b\xf9\xa6\xdf\x68\x4a\xd7\x0e\xc7\x94\xd2\xfa\xcd\x33\xbb\xc4\xdd\x5e\xe8\xcd\x49\x41\xbe\x54\x97\x2f\xfd\x69\x27\xb3\xdb\x2e\x6f\x4a\x0c\x37\x2f\xf1\x12\x6a\x61\x01\xb5\x70\xf7\x8b\x91\x6f\x07\xf5\xd0\xdf\xc5\x8f\x8f\x8d\xa7\x48\x7c\x1d\x8c\xe0\xf1\x04\x3d\xac\xdd\xcd\x7f\xaf\x4b\x9e\x3c\xd9\x75\x30\xa6\xd7\x91\xbf\xb4\x74\xb3\x74\xaf\x23\x7f\x19\xb9\x87\xf1\xb5\xf1\x97\xc6\xfd\xc8\x35\x48\x52\x8c\xfe\x6c\xed\xcf\xdf\x52\xa4\xb8\x5c\xcc\xcf\x01\xe4\xb3\x7d\x81\x44\xb5\xf6\xe7\xb6\x24\xf5\xc2\x99\x62\xed\xcf\x1d\xfe\x18\x25\xf4\xe0\xc1\x77\x64\x3d\x07\x3b\x5c\x07\x55\xdd\x2a\x76\x98\x73\x0e\x04\x44\x16\xd9\x14\xb7\x5f\xe5\xfe\x7a\xca\x99\x35\xb4\x84\x5c\xbf\xf0\xf1\xbd\x3b\x07\xff\xc1\x27\x6c\xe1\xef\x7b\x63\x9f\x5f\x0f\xca\xd1\xf5\x14\xb6\xb8\xd3\x94\xd7\xff\x39\xf9\xb1\xf3\xa3\x97\xfd\xc9\xcb\x0e\x8e\xc5\xd2\xfd\x77\x3d\x17\x6b\x37\x72\xcd\x1f\x4c\xd0\x0b\xa4\x09\x80\x2d\x16\x68\x13\x59\xd0\x12\xa7\x45\x77\xe0\x85\x3b\xb0\xd9\x7e\xd6\x73\x39\xf4\x9b\xa6\x38\x09\xcf\x6d\x53\xc9\x68\x00\x3c\xbd\x9e\xdb\xa1\x27\xfb\x75\x8f\xe4\x9a\xd7\x03\x57\xb0\x78\xa4\x6f\x74\x78\x4b\x27\xe2\x85\x13\xb1\x79\x7e\x96\xe0\x15\xeb\xa9\xfc\x58\xf8\x51\x3a\xcc\x13\x8e\x37\xc8\x7a\xbc\xd8\x4f\x0b\x3e\x62\xa0\xcd\x29\xb7\x9c\x72\x65\xa9\x9a\x53\xe6\xf6\x0f\x4e\xb5\x8e\xc7\xeb\xe9\x27\x55\xcc\xb9\xbb\x7a\x3d\x8f\x42\xf5\x23\x47\x90\x8f\xf0\x3d\x38\xd6\x8f\x14\xe1\xe9\x34\x4e\x77\xc3\x96\x46\x52\x7d\xa8\xc6\x33\x5c\x83\x14\xf0\xee\xc1\x39\x7f\x30\x20\x2f\x58\x0b\x20\x28\x16\xec\x45\x16\x0c\xdc\x45\x1f\xee\x68\x52\x8f\x7b\xf0\x0e\x3c\x92\x0d\x80\x34\xee\xe1\x7a\x4e\x9b\x9a\xd9\x14\x12\xc2\x7a\x24\x1b\x4f\x92\x0d\x54\x93\xeb\x99\xce\x78\xb1\xc2\x37\x4d\x2d\x57\x6a\xd1\x94\xf3\x5b\xce\x6f\x31\x3f\xa8\xf5\xb3\x9c\x5f\xf2\xfe\x17\xbe\xbe\xeb\x91\x96\x3c\x90\x89\xe1\x9c\xc3\x19\x26\xb5\xb8\x48\xab\xb0\x84\xf2\x58\x30\x4a\x17\x54\x50\x1f\xeb\x85\x3f\xf5\x3d\xda\xdf\xe3\xdd\xd7\xb3\xdd\xde\x64\xac\x50\x9d\x2e\x98\xab\x2c\xe8\xdb\x66\xb7\x27\x65\x73\x52\x7e\x5f\x39\xe8\x4d\x4f\x9d\x73\xf1\xd8\xd4\x43\x53\x8c\xf9\x71\xfe\x0f\x0b\x3e\x18\xf3\xe3\x2a\x41\x6b\xf0\x26\x58\x22\xf1\xaf\x07\xca\x42\x0e\xa0\x25\x10\xff\x7a\x5e\x16\x6e\xd2\xe1\xeb\xc2\xbd\xb4\xc5\xbb\x20\x34\xff\xc2\x7e\x86\x83\xcf\x7a\x3e\xc7\x9e\x7c\xd0\x3d\x21\x6e\xb2\x7d\x0b\xe0\x7d\x3c\x7e\xd6\x23\xb5\x01\x9d\xe4\x46\x25\xb8\x4c\xbf\xbb\x00\xdf\xbf\x18\x01\x00\xfc\x59\xdc\x90\xad\x4a\x55\xb5\x2a\x57\x01\xb5\xe1\xd2\x8f\x7c\x61\xad\x23\xbb\xd2\x7a\x25\x24\xe4\xe9\x05\x44\x64\x91\xab\x37\x0b\xc6\x94\x6c\xe2\x12\x0b\x65\xc1\x7d\xde\xa0\xe7\x2d\x3d\xc8\x17\x1e\xe4\x37\xba\xc6\x05\x2c\x4a\x16\x17\x55\xb4\x0e\x94\xea\x7a\x4f\x0e\xc1\xe5\x57\xcb\x2a\x7e\xe4\xc2\x98\xfc\x77\x91\xfc\x17\x9f\xe6\xa5\xdf\xf9\xc2\xef\xfc\x46\x1b\xb9\x5e\x79\x8b\xf7\x62\x36\xc9\x09\xae\xf7\x72\x36\xc9\x62\xdc\xae\x8b\x8c\x04\x09\x08\xee\xc9\x5d\x20\x0b\x41\x16\xd9\xb8\x8b\x70\x3b\x65\x58\x0b\x0e\xe6\x8b\xba\x60\xbd\xc9\x4d\xdc\x4e\xaf\x3a\x97\xa4\x42\x26\x22\x5a\x38\xa8\x67\xc1\x22\xf0\x7a\x00\xc8\x92\xc5\xf3\xbf\xff\xde\x4e\x18\x93\xe6\x22\xb3\xc1\x0d\xc9\x78\x9b\x53\x49\x4e\xe3\x2a\x0e\x49\x82\xf4\x36\x56\xb8\xfa\xd5\xb0\x6a\xfe\xef\xbf\xb8\x52\xaf\xb7\x39\x95\xa4\x4b\xf7\x84\xf9\x00\xd7\xe5\xcf\x22\x1d\xc2\x0d\xcd\x78\x25\x51\x60\xbc\xdc\xb3\x31\xbb\xee\x92\xf7\x4a\x95\x5f\xd9\x78\xa7\x71\x16\x53\x12\x85\xfb\xfc\xed\x5a\xe2\x9a\xb3\xc8\x89\x70\x93\xcb\x78\xbd\xc3\x91\x0f\x36\xa1\x33\x28\xc9\xd6\x9b\x9c\xcd\xed\x5c\xe4\x6c\xde\x24\x55\x37\x29\xe5\x17\x52\x47\x16\xd9\xf8\x6d\x8d\x8d\x4f\xf6\x0e\x06\xec\x9d\x1e\x83\xc9\x4e\x71\x19\xcc\x7f\xbc\x5e\x08\xd2\xf4\x54\x2f\x37\x3d\x69\xc9\x3d\x3d\xb0\xe1\xe2\x25\x83\x51\xf1\xb3\x58\x6f\xd8\x61\xe4\x52\x41\xf2\x5f\x69\xc2\xbb\x59\x74\x08\xfc\x2b\x4d\x00\xaa\xa6\x1e\x6e\xf2\xf6\xbf\xe4\x39\xf0\x2d\x5f\xca\x34\xeb\x4d\x92\x40\x5a\xa9\xf5\x4a\x12\xde\x64\x42\x2a\x58\xac\xeb\x7d\x5c\xce\x27\x97\xd3\x8d\x79\xdc\xab\xa4\x15\xf5\x70\xfb\x1e\x5b\x4a\xbe\xe4\x02\xf8\x6c\xbd\xd2\x0d\x32\x39\x54\x74\x7a\x4b\xd9\x68\xbd\x29\xfe\xd5\xc3\x05\x95\x24\xbc\x29\x01\xd7\xc3\xe5\xfb\x1c\xc3\xc7\x8f\x30\xe8\x9a\xb0\x17\x32\x53\x3d\x9c\xf3\xe7\x20\x92\xdf\xa8\xa8\xf8\xd6\x27\x99\xf8\x0e\xda\x62\x86\x1f\x4a\xd0\xf5\x1d\xdc\xc8\x66\x55\xb7\x8a\xf9\x4c\x6a\x96\x35\x9b\xff\x06\x55\xaf\x55\xb4\x0e\x9f\x42\x82\xe7\x2c\x1a\x55\x34\x85\x3c\xbe\xbe\xbc\xf6\xf5\xb0\x2d\x54\x53\x0b\x09\xad\xe2\xaf\xb1\x3e\x19\x8e\x2f\x19\x8e\x9b\x23\xf3\xc9\x70\x7c\x27\xad\x43\xf5\x3e\x49\x00\xa9\xea\xc9\x6e\xb5\x3e\xb9\x8b\xef\x62\xce\x9c\x0f\xd3\x4a\x2f\xd2\x4a\x63\xc8\x58\xdf\xed\xa0\xe0\x37\xe0\x5c\xc8\x2f\x9d\xc5\x84\xf2\x53\xe3\xf4\x6e\x86\x04\x69\xd6\xbc\xbe\x30\xaf\x57\xf4\x76\xeb\x93\x04\x60\x64\xaf\xa8\xed\x16\x96\xf6\x2c\x78\x57\x79\x6a\x84\xfd\x59\xc0\xfe\x60\xfa\x58\x82\xfe\x2c\x0c\xf1\x15\x55\xdc\x32\x39\xc6\x22\x39\x06\x9e\x75\xcb\xd4\x18\x8b\xd4\x18\x15\x8f\x90\x65\x66\x8c\x45\xc8\x88\x39\x87\x16\x71\x23\x59\xf0\xd2\x76\xbf\x72\xa0\x9d\xd6\x4f\x5a\xf7\xc6\x7f\x9d\x2d\xe5\x69\xfb\xba\xcd\x77\x9a\x87\x0e\x99\xe1\x7a\x91\xe1\xfa\x9e\x7f\xd7\x5f\xaf\xaf\xbb\x4a\x29\xd8\x54\x20\x3a\xd7\x27\x45\x20\xe1\x75\x05\x59\x70\x7d\x18\x34\x16\x01\x2c\x15\x60\xc1\xf5\x49\x12\xbe\xc1\x8f\xf0\x28\x66\xe4\x58\x88\xd5\x24\x00\x5e\x1f\xfe\x1b\xeb\x9b\xbc\x57\x1e\x8b\xe9\xa0\x53\xd8\xa9\x05\x9a\xfb\x4d\x67\x3b\x69\xca\x03\x2c\x95\xf8\x52\xc4\xa9\x5e\x2c\xa1\x8d\x16\xd0\x46\x17\x71\x8e\xeb\x93\x70\x7c\x8b\xb6\x3c\xc1\xcb\x9d\x5a\x70\xe8\x1e\x84\xe5\x56\x45\x0e\x0b\x84\xc1\xf5\x85\x6d\x05\x2b\xe7\x09\x0e\x57\x2e\xa5\x1b\xf2\x93\xad\x4f\xb6\xe5\x83\x06\x15\x4f\x70\x38\xd2\xe0\x00\xb9\x55\x12\xa1\x6f\xb3\x34\xee\xcb\xf6\xaa\x6d\x9a\xa2\x71\x05\x1e\xf2\x76\x93\x11\x61\x7d\xb2\x25\x64\x0c\xa9\xbf\xd9\x48\x84\x3e\x88\x50\x81\xd5\x26\x79\x48\x16\x9c\x16\x0f\x9e\x54\x88\x98\x1e\x13\x27\x2d\x3d\x35\x16\x9e\x1a\x57\x81\xfb\xfe\x5e\x67\x93\xec\x09\xc1\x1a\x4b\xd7\x8d\x45\x9a\x91\x7a\xba\x3b\x9f\x63\x48\x21\x88\x5c\x0b\xeb\x93\x2c\x81\xdc\x54\x09\x6a\x59\x9f\x72\xd1\x97\xd4\xa9\x9e\xce\x46\xb2\xf4\x41\x83\x80\xb7\x0c\x9d\x40\x82\xd0\x21\xd2\x31\x04\xbe\x1f\x59\x04\x1f\x4d\xaa\x5e\xab\xf8\xcf\xaf\xa0\x2e\x41\xd8\x50\xc5\x67\x25\x70\x06\xc9\x82\x1f\x4f\x7e\x24\xcd\x49\xe0\x05\x82\xd5\x2d\x0e\x54\xa0\x01\x24\x54\x05\x9a\x30\x0e\x7c\x71\xe2\x80\x04\x9d\x49\x52\x83\x24\xe2\x59\xd0\xe1\x4d\xeb\x97\x1d\x5e\xfc\x98\xf4\x33\x0e\x94\x17\x71\x24\xe1\xb9\xce\x83\x61\xa1\xbd\x88\xe3\xa2\xad\xea\x8f\xb6\x75\xb3\x34\x95\x61\x21\xe2\xc4\x91\x22\x0e\xd1\x2a\x61\xfe\x94\x20\x5f\x79\x45\x29\x10\x07\xf1\xb9\x71\x54\x66\xd8\xf8\x0f\x9d\x64\xe0\x55\x82\x71\x30\xcc\xa7\x12\x07\xd4\x04\xd4\xc2\x20\xb7\x4a\x16\xac\xfb\x60\xa0\x84\xef\x07\x89\x56\x2e\xa2\x70\xe3\x68\x4e\x1a\x72\x82\x5a\x20\xcc\xb9\x12\x04\x55\x55\x94\xa0\x41\x14\x55\x16\x4c\x67\xf2\x55\xff\x7d\x95\x4b\xea\x32\x74\x77\x07\x4a\x80\xb2\x33\x8e\xe1\x62\x25\x41\xa8\xd7\xc1\x57\xc3\x61\x25\x27\x50\xf1\x5a\x09\xbd\x4c\x02\x2f\x13\x60\x99\xe2\x18\xce\x19\x42\x50\x59\x85\xe9\x04\x93\x10\xd4\xeb\x60\x15\xa6\x83\x4a\x89\xc6\xb4\x4b\x21\x4a\x57\x80\xd2\x55\x5d\xe2\xe9\xaa\xa7\x14\x53\xaf\x42\xe3\xd3\xc6\x21\x0d\xf9\x1e\xc5\xb1\x1c\xd3\xb2\x25\x76\x6b\xd9\x52\xca\x35\xb5\x59\x13\xd6\xe4\xf4\xdc\x86\x70\x1b\x52\x76\xc1\x3e\x19\x47\x38\x24\xc8\x02\xfa\xd9\x00\x09\x2c\x0b\xe6\x7b\x32\xca\xb0\xa5\xe4\x47\xb0\x4d\x86\x7e\x31\x81\x2b\x8c\x99\xa1\x82\x60\xb1\x2c\xb2\xf1\xc1\x91\xdd\xee\x1e\x54\x61\x30\xee\xed\x29\xdb\x1c\xeb\x8b\xb6\x1f\xef\x51\xb2\x26\x40\x7a\xc5\xf1\xb8\x72\x10\x0a\x64\xf2\x30\xf6\x2c\x88\x3d\xab\xa4\xa4\x0d\x13\xd4\x04\xb0\x64\x75\x58\xe3\xc0\x93\x43\x31\xf3\x53\x1c\xaf\x8d\x27\x87\x52\xa7\x35\xfe\x96\xd4\xa2\x5e\x1e\x83\xd7\x41\xa5\x44\x53\x91\x9a\xe3\x78\x9d\x1e\xf7\x1d\xcc\xc5\x30\x6b\x7d\x94\x83\x95\xea\x56\x0d\xab\x72\x7e\xb3\x51\x13\xd6\xe4\x42\x71\xa0\xcc\x5d\x13\xe5\x60\x3b\x39\xd4\xe4\xb1\xf9\x13\xa4\xbc\x27\x5e\x28\x0a\xa6\xaf\xc0\x11\xa8\xa2\xd1\x0d\xb2\xde\x67\x31\xf3\xa3\x4a\x8d\x6d\x27\x49\x20\xe5\x5d\x14\xa2\x9e\xa3\xa4\x7c\x72\x61\xb0\x08\xfd\x86\x82\x5c\xf8\x98\x61\xa3\xc0\xa7\x44\x81\x6e\xe0\x58\x13\x45\xba\x51\x4e\x76\x98\xb5\x33\x75\x4e\x94\xe4\x60\x88\x39\x0a\x71\xdc\xa2\x5c\xec\x02\x6b\x57\x2e\x87\x79\xd1\xf8\xdf\x85\xda\x28\x08\x32\x41\x16\x7e\xa2\x96\xa2\x48\x66\x0a\x64\xe6\x9a\x56\x6d\xab\x50\x0b\x5d\x2c\xec\xed\xc4\x92\xe7\x01\x1e\x2d\x0a\x90\x4b\x51\x92\xda\x54\xe4\xb9\x30\x8b\x4f\x90\xc5\x87\x10\xa6\xd0\x19\x2a\x80\x99\xab\xf7\x61\x4b\x36\x9e\x24\xa9\x22\x83\x85\xf1\x84\x41\x3c\x21\x61\x4e\x61\xe4\x60\x10\x39\x48\xfe\xf3\xd0\x85\x2a\x70\xa1\xaa\x78\xfb\x04\x59\x80\xb2\x08\xb4\x57\x7e\xf5\x5a\x45\xe3\x85\x71\x62\x08\x0f\x32\x02\xd5\xdb\x85\xc4\xf5\x2a\x00\xaf\xbb\xa4\xd2\x86\x25\x46\x49\x36\xc8\x1c\x56\x51\xa4\x61\xa5\xa9\x1c\x63\xa0\xdd\xbd\x84\xd9\xb9\x9d\x61\xf7\x54\x24\xb3\x83\x25\x3a\x08\x4f\xcc\xc2\x61\xb1\xa0\x92\x35\x62\x15\x2f\xbc\x13\x83\x80\xc5\x2c\xce\xfc\x8f\x8f\x86\xa3\x1a\x34\x7e\x31\xf6\x61\xe3\xc9\xe6\x10\x9b\x15\x64\x16\xca\xe2\xce\x1a\xba\x93\x84\x15\x48\x18\x92\x52\x94\xe9\xc2\x40\xc2\xee\x9b\x96\xa4\x61\x25\xf9\x97\x4a\xe8\x48\x94\xe5\x38\x21\x46\x08\x25\x51\xc2\xd6\x83\xaf\x20\x7e\xf8\x8e\x65\x41\xf3\x8d\x31\x48\x8e\x0a\x94\x86\x10\x91\xd0\xa9\x2c\xf0\x23\xab\xa0\x31\x46\xd9\x2e\x5f\x12\x16\x6c\x14\x51\xb6\xab\x00\x03\x02\xc7\x1c\x78\x9c\x65\xc1\xe6\x0c\x9a\x92\xb0\x94\x87\xa6\xbc\x1d\x8f\x4d\x25\xd7\x01\x56\x5d\x94\xd7\x8d\x78\x79\xbd\x26\xff\xbd\xae\x55\x72\x1b\xad\xb1\xa7\x52\x91\x02\x15\xa9\x5e\x6b\xa9\x08\xd8\x7f\xa6\x99\x8a\xf2\x39\x04\x44\x9e\xea\x11\xfd\x6c\xea\xa3\x29\xce\xe3\xe7\xd0\xa1\x3e\x30\x4f\x71\xca\x6d\x10\xc4\x59\x2b\xe7\xea\x44\xe2\x89\x33\x25\x1e\xac\xf4\x71\xca\x80\x10\xdc\x59\xe1\x81\xe2\xc4\xa8\x14\xe7\xc1\xfb\x92\x1c\x4f\x88\x2a\x18\xc4\x79\x12\xa6\x16\xa7\x5c\xca\x09\x97\x02\xca\x64\x9c\x72\x29\xf8\xd4\x99\x6d\x2a\x74\xa9\x0b\x5c\xea\xb0\xe2\xc7\x29\xb1\x39\x4f\x06\x05\xfd\x39\xb1\xb9\xc4\x99\x44\xa7\x56\x2e\xf3\x89\x4b\x52\x9c\x27\x6f\xb8\x03\x95\x00\x9d\x70\x29\xf2\x11\x26\x6a\x0a\x12\x35\x5d\x27\xe4\x15\x3c\xc3\x2c\x58\xd1\xdb\x2a\x47\x7a\xf1\x23\xd4\x9b\x94\x4d\x59\x30\x52\xa8\xf7\x89\x22\x24\xce\x9b\x1b\x37\xfc\xca\x71\x21\x1a\xf9\x64\x9f\x92\x06\xbc\xfd\x2e\x19\x89\x53\xce\x85\x24\x4f\x97\x8c\x04\x5e\x80\x59\xb0\xa6\x9c\xc8\x13\x03\x7a\x90\xf6\xa9\xe2\x0e\x14\x27\x66\x97\x38\x2b\x3b\xdd\xe9\x51\x4a\x70\x22\x09\x55\xa7\x8d\x32\x24\xce\xe4\x60\x48\xd3\x13\x67\x77\xd6\x48\x3d\xd5\x31\x74\x97\x39\xa5\x9e\x06\xd9\x3d\xe5\x65\x70\x37\xac\x3e\x91\x67\x77\x01\x3b\xdb\x3a\x18\x42\x77\x5b\x93\xcb\xc1\xd9\x21\xce\xee\xa0\x90\x6a\x70\x01\x8a\x73\xd8\xf8\xa0\x71\x76\x75\x38\x99\x01\xfd\x98\x4c\x59\xee\xe6\x44\xce\xa9\xd0\xe8\x73\x3a\xce\xa4\x07\xd8\x82\xe2\x94\xbd\x39\x53\xdc\x31\x47\x55\x9c\xd3\x35\x4e\x12\x51\x7d\xb3\x4c\x65\x15\x04\xe0\xf6\x83\xc9\x48\x1a\x4e\x24\x9f\x76\xd0\xd4\xb2\xf1\x14\x80\xba\xbf\xc9\xde\x10\x82\xdb\x7f\xdf\xb8\x74\x72\x37\x5e\x09\x29\x0a\xf1\xb7\xf8\xc9\xc7\xb9\x3c\x1d\x32\x3c\x5e\x12\x69\xcc\x19\xb0\x4e\x50\xda\x53\x1a\x43\x3c\x6e\xf5\x55\x3a\xb7\x93\x49\x7e\xc5\xe4\x55\x71\x6e\x3b\x4c\xde\xa5\xff\x3e\xb2\x3f\xa8\x4e\x83\x62\x92\x3e\x2b\x8b\x97\x2a\x3a\xdc\x1e\xa1\xe4\x6a\xc8\x70\x19\xe7\xe3\x69\x7c\xf2\x34\xca\x3f\x9e\x52\x9d\x13\xb9\x07\xd3\x68\x9c\x8f\xfd\x25\x0f\xd3\xbd\x6f\x8f\x8d\x3f\x6f\xd6\x8c\xbf\xbf\xb6\xe7\xeb\xe6\xbe\xed\x7f\xff\xed\xde\xc6\xd7\x63\x92\xa4\xa9\xe2\x7d\x14\xe7\xeb\x31\x49\xa1\xa8\x7b\xf3\x3e\xc7\x97\x52\x4f\x87\xa2\x9f\x9f\xbb\xf6\x45\xd6\xe4\x91\xb8\x24\x3f\xc4\x08\x03\xc4\x16\x97\xec\xd0\x05\x41\x02\x52\x31\x08\x1d\xce\x82\xfd\xe7\x72\x5e\x92\x9f\x0b\xca\xd2\xb8\x9c\x57\xb1\xa9\x42\x53\x95\x9a\xcb\x9a\x1c\x37\x92\x87\x60\x9e\x71\x25\x0f\x54\xa5\xc1\x17\x56\xa0\x20\x22\xd9\x1c\x5c\xa1\x6f\x6c\x5c\x85\xc6\x21\xc2\x17\xaa\xda\x20\x46\xb9\x12\x18\x12\x97\x14\xe9\x82\x22\xe1\xe1\x14\x80\x7f\x66\x41\x5b\x9d\xe9\xa0\xba\x89\x4b\x5b\x11\x47\xc7\xa0\xe6\x00\x01\xb4\x12\x28\x12\x04\x2e\x67\xc1\x8f\xbc\x29\x26\x25\x8b\x2b\x89\x89\xf9\xb8\x82\xc4\x63\x7f\xe2\x4a\x99\xa7\x12\xe9\x11\x97\x1c\xc6\x95\x6c\x45\x77\xa4\x38\x5b\x06\x3e\xba\x04\xa2\xc6\x55\x7f\xbf\xe5\xce\x40\x42\xae\xe6\x52\x21\x23\x79\xc4\xf5\xdf\x0d\xfc\x77\xb1\x85\xc5\xd5\xfc\xad\xe7\x7a\x3a\x4a\xf9\x86\xab\xfb\x1b\x43\xea\x2e\x42\x52\x12\xb3\x6d\xc5\x25\x09\xb9\x10\x7e\xc0\x01\x8c\x4b\x2e\xe1\x4a\x19\xa8\x3b\x3b\xb9\x84\x2b\xe9\x05\xc9\xa3\x02\xb0\xd2\x2c\x26\xbf\xd1\x92\x5c\x02\xc1\xd8\xb5\x73\x31\x2e\x49\xc1\x05\x9b\xd0\xb9\x18\x97\x6c\x02\x71\xd9\x15\xaf\xa3\xb8\xa6\x8b\x8e\xed\xe6\xf2\x47\x69\x01\x7e\xc7\x18\xda\x82\x74\x6a\x59\xd0\x14\x6c\x89\x78\xa8\x41\xe8\x76\xed\x9e\xbd\xe5\x36\x70\xf5\xbb\x67\xcf\xab\x7f\xc1\x4b\x00\x22\x1a\x57\xb8\xf1\xc9\x52\x5c\x97\x63\x08\x97\x0f\xf6\xa2\x7b\xae\x14\x64\xae\xe4\x32\x88\xb7\x8d\x0b\x1b\x6f\xe0\xec\x7c\x5d\x8e\x61\x3b\x9d\x24\x0a\xf5\xb7\x81\xdb\x2d\x4d\x56\x04\x17\x9b\xb8\x64\x38\x2e\x18\x8e\xee\x41\x7b\x6c\x3c\x29\xc0\xf0\x6c\x3c\x8e\x20\xc5\x96\xeb\x72\x36\x32\x1c\x60\xad\x9a\xf0\x2b\xae\xd7\x15\x45\xc9\xfa\xdb\x67\x6f\x37\x81\xe7\xa6\xfb\x8a\xeb\x73\xf9\x30\xf2\x5e\x5e\x54\xaf\xf7\xf5\x61\xe0\x74\x19\x3e\xa7\xf3\xb1\x7e\xbc\x1e\xc2\xb5\xc6\x05\xcb\x81\x39\x33\x6e\x8c\xba\x71\x1f\x0c\x7e\x76\xaa\x2e\xab\x20\x65\xd5\xaa\x6a\x15\x6d\xf1\x58\x18\xcd\x1e\xf7\xa1\xdd\xd5\x2a\xa8\x22\x2e\xdc\x03\xc1\xf7\x96\xc1\x00\xfe\xb5\x0e\xc4\x99\xdb\x2b\x7e\x73\xc5\x07\x92\xef\x8d\x35\x26\xee\xbc\xe9\x75\x70\x94\x6f\xaf\xf8\xcd\x15\x1f\x1c\x65\xb1\x61\xe3\x46\xc4\x21\xbf\x57\xdc\x5e\xf1\x3b\x19\x0d\x5c\x82\xe2\x56\xc2\x21\xab\x1d\xc6\xd2\x10\x2a\x36\x40\x82\xad\x98\x46\xe3\x96\xe5\xb8\xb9\xf3\x44\x17\xc4\xed\x9d\xbf\xd1\xce\xe2\xf9\x13\xf7\x65\x53\x29\xb8\x5c\x98\x34\xe3\x96\x0c\x80\x16\x6b\xfa\xaf\xb8\xd5\x95\x00\x16\x7b\x11\x47\x1f\xf7\xed\x0c\xd1\xc6\xe2\xa5\x13\xb7\xd2\x08\xbe\xeb\xf8\x24\xc5\x2d\xc7\x71\x43\x3e\xb0\x5f\xc6\x5d\x9d\x60\x92\x8f\x3a\xd8\xd6\x1b\xab\x4d\xdc\x75\xe4\x7f\x0c\xa1\xba\xec\x48\x23\x00\x9e\xc6\x2d\x01\xb9\x1b\x8d\xd3\x52\x73\x82\x0d\x91\xdc\xbd\x91\x80\xdc\x8d\xff\x20\x4e\x80\x09\x64\x71\x52\x45\xeb\xdd\xad\xef\x6c\x3d\xec\xdf\x2d\x51\xb9\xd1\xb1\x0c\x27\xa8\x8e\xe5\xc6\x44\xac\xb4\x2b\x18\x6d\xdc\x08\x1a\x03\x66\xfd\x96\xe7\xb8\x07\x3f\xc2\xf5\xdc\xc3\xf5\x1b\xac\x0c\x9c\xd7\xad\x4a\xe5\x4e\xd6\xe3\xc2\xac\x18\x66\x17\x8c\x1b\xb2\x32\x7e\x55\xee\xc5\x64\x2f\x60\xaa\x84\xb5\x8d\x1b\xe9\x63\x78\x96\x97\xd3\x86\x88\x80\x62\x18\xf7\x72\x5f\x93\x96\x54\xc2\xa4\xc3\xa4\x84\x71\x23\x90\xcc\xe3\xfe\xfb\x93\x7b\x87\xbb\x90\x04\x05\x7c\xda\x00\x73\x21\x8b\x0f\x8d\x03\x55\x72\x17\x37\x24\x66\x7a\x62\x95\x60\x6e\x18\x0e\xe2\xac\xe3\x96\xa0\x00\xbf\x60\x86\xae\xb8\x1f\x47\x8d\x70\x02\x86\x69\xdc\x0a\x27\x77\xf2\x06\x44\xa6\xc4\x2d\xf9\xb8\xd1\x7a\x60\x3f\x0c\x93\x21\x06\xb0\xbd\x95\x58\x86\x00\xbb\x37\x8b\x9e\xff\xd1\xb8\xd4\xe3\x46\x5e\x99\x8e\xfd\xb5\xf1\x97\xc6\x69\xe9\x73\xe8\x88\x2b\x98\x0b\xe3\xfe\x9c\x20\xc4\x63\xda\x94\xc4\xe3\x4e\xb1\xa5\x4e\xde\xf4\x2a\xf1\xa8\x88\x22\x98\x02\xa3\xaa\x2d\xa9\xd8\x68\xc9\xf5\x10\x55\xc1\x03\x78\x09\xb3\x79\x45\x55\xca\xa8\x29\x65\x00\x9b\x19\x15\xbb\x6d\x80\x37\x51\x09\x86\x8e\x8a\xdd\x36\xc0\x16\xae\x18\xe7\xa2\xaa\x1d\xa9\x65\xe7\x7f\x83\x1a\x46\x55\x21\x14\x18\xe7\xa2\x9e\x36\x9e\xf4\x02\xb8\xde\xa8\x0a\x27\xa0\x0f\x0f\xdb\x56\x10\xa9\xf9\xfa\x63\x4f\x8f\x8a\x85\x36\x48\x13\x59\x31\xe9\x85\x28\xc4\x01\x0a\xb1\x07\xb8\x4a\x26\x6a\x92\x86\x4b\x45\x43\x55\xb1\x41\x2a\xc9\x4a\x24\x76\x54\x15\x1b\x35\x65\x16\x4f\x79\x55\x56\xa9\x49\x25\x3c\xd1\x55\x8d\x2a\xb8\x19\x15\x73\x61\x00\x9e\x91\x45\x6e\x0c\x67\xbc\x56\xd7\x17\x1d\x2b\x11\xdd\x21\xa8\x46\x00\x72\x6c\x4a\xb1\xa8\x92\x04\x00\x8f\xbd\x08\x15\x3b\x6e\x54\x28\x02\x2a\x2b\xb3\x50\x06\x00\xc8\x66\x13\x8b\xaa\xd6\xb5\x36\x76\x8a\x33\x0c\x2c\x47\x16\x34\x0e\xff\x4d\x8e\xca\x2c\x3e\xaa\xd8\x2a\xe9\x46\x45\x06\x21\xb6\x3b\xaa\xca\x08\x92\x52\x36\xc2\xb8\xa3\xaa\x50\x05\x36\xb9\x01\x49\x18\x02\x7d\x44\x9d\x7e\xc5\x0c\x65\x21\xea\x1c\x28\xc0\xf8\x71\x3a\x88\x49\x8f\x08\x71\x55\x7e\xa1\x26\xbf\x80\x9f\x41\x54\xf9\x05\x82\x72\xcc\xee\x15\x55\x71\xa2\x2e\xa6\xc8\x1b\x5f\x65\x21\x48\x71\x39\x79\x7d\x08\xd5\xc9\xe2\xe5\x23\xa6\x13\x36\x1e\x34\xce\xa0\x54\xa0\xd6\x14\x21\xc8\xca\x17\x55\x05\x6a\xcd\x6b\xdf\xb0\x0c\x86\x71\x3e\x41\x68\x0f\x69\xfa\xa2\xca\x64\x90\x00\xb3\x1d\x9e\xd7\xed\x52\x25\x6d\x68\x87\xa7\x53\xa2\x40\xf8\x8f\xf9\xc1\xa2\xaa\xd6\x20\x14\x08\xff\x84\xa8\xca\x17\x35\x39\x8b\xc9\x53\x57\x55\x97\xd6\x87\xe5\xf4\x08\x3d\xce\xee\xa1\x25\x8f\x90\xd2\x44\x7d\x98\x9e\x67\x41\xe5\x68\x7d\xf9\xd1\xc3\xa0\x5a\x03\xac\x93\xeb\x3e\xfd\xca\xb1\x27\x1b\xd1\x0a\xe2\x59\xfd\x1c\x68\x52\x85\x56\x5c\x86\xcf\x0d\x4c\xfe\xa1\xe1\x15\x13\x4d\x99\xa1\x25\xb3\xd0\x0a\x43\x15\x1b\x25\x5a\x52\x82\x46\xcc\x77\x90\x59\x33\x0b\x7e\xe4\x8d\x6a\x4a\x08\xe4\xd7\x9c\x7e\xa4\x81\x04\x18\x95\x56\x2e\xab\xa6\x55\x2b\x47\x8a\xa2\xc1\x7c\x9b\x41\x8a\xcd\x86\x2f\x7e\x34\x35\xa4\x2d\x79\x06\x7c\x32\xa2\xa9\x0e\x6d\x79\xe1\x1b\x60\x76\xd1\xe4\xfd\x5b\x72\x06\xd3\x96\xe4\x0c\xc0\xbb\x6e\x78\xe6\x47\xd3\x8a\x02\xdc\x75\xc3\xf2\x1e\x4d\xba\x40\x5c\x55\x03\xdb\x2e\x1a\xde\x9d\x01\x00\x76\xc3\x05\x3f\x9a\x6a\xca\x76\x8f\x6c\x9d\x41\xc9\x05\x10\x82\x65\x0e\xaf\x20\x0e\x2b\x0b\x86\xce\x01\x69\xea\x22\x48\xdc\x79\x01\xc9\x12\xcd\x4b\xdf\x2a\xeb\xce\x99\x69\x58\x6e\xa3\x61\xb9\x25\xdb\x7c\x98\xd6\x33\x5a\x63\xa4\x10\x99\xe6\xab\x0f\xc8\x76\xc3\xa8\x16\x4d\x33\x4a\xcb\x7b\x6d\x42\xaf\x10\x41\x26\x40\x90\xb9\x08\x2b\x0c\x21\xb8\x83\x2c\x9e\x8d\x34\x71\xd1\xd4\x4f\x10\x04\x76\xe1\x95\x10\xad\x3b\xc5\xce\x20\x5c\x2e\xd5\x92\x2d\xa5\x8b\x46\x34\x79\x08\xd3\x1d\xc0\x74\x5f\x6a\x00\x9b\xbc\x01\x81\x5d\xed\x3c\xfe\x0e\x1c\x1a\x4d\x91\xa1\xa5\xc8\x00\x22\x6e\x34\x5f\xfb\x06\x51\xc0\x43\x3f\xda\x72\x9d\x92\x12\x34\x1c\x86\xa3\xa9\x3f\x68\x79\xed\x9b\xda\xdb\xa6\x79\xa4\xe5\xbd\x9f\xce\x23\x1c\x4e\xdc\x7c\x44\x53\x5e\xef\x96\xef\x7c\x3b\x7f\x5f\xb9\x72\xc1\xa0\x9d\xad\xd6\x90\x96\xd7\xbc\x9d\x4e\x6d\x3b\xdb\x4d\x87\x1e\x0e\xe5\x03\xa0\xc4\xaf\xbb\xb1\x0b\x2a\x10\x40\x12\x6f\x5a\xcf\x8c\x2c\x8b\xc6\x75\xc6\xa7\x36\x9a\x86\x0d\x92\x8c\xb6\xd3\x7d\x7f\x6c\xeb\xb1\x2d\x36\xd9\x1b\x4e\x58\x99\x79\xc0\xa2\xa9\x11\x68\x98\x49\x6f\x9b\x7f\x9d\x10\x97\x1e\x87\xd9\x30\xf6\x2c\x9a\x97\xbe\xf9\xa3\xdb\xf7\xb2\xa8\xa8\x45\x9b\x9a\xcb\x06\x1d\x38\x3d\x30\xd2\x01\x62\xd2\xda\x09\x01\x69\xd2\x01\x12\x92\x9a\xec\x2b\xba\x74\xa0\x27\x47\x20\x27\x60\xc0\x5a\x10\xb0\x46\xc8\x63\x18\xae\x16\x00\x06\x35\x42\x0c\xa2\xcb\x1b\x74\xac\x24\x1a\xcb\xba\x64\x00\x30\x74\x33\x7a\x85\x09\x4b\xa3\xe7\x3d\x6f\x84\x71\x87\xf9\x4a\xa3\xe7\xcb\xde\x2e\x28\x8a\xd8\x43\x01\xf6\x10\xde\x44\x61\xb2\xd2\xe8\x90\x01\x9c\x43\xa3\x9f\xbf\xa6\x5e\xaa\x18\x28\xce\xe1\xd1\x93\x25\x98\x3c\x09\x22\x16\x45\x4f\x5e\xa0\x5d\x9c\xa3\xae\x31\xb5\x5f\x34\xce\xa0\x14\x06\x7a\x3e\xfc\xf8\x17\x85\x00\x46\xd1\x6f\xf4\xef\x9c\xac\xee\xc3\xdf\x53\x4a\x20\x4e\x33\xc4\x6b\x0f\xf0\xda\xdb\x05\xe3\xdf\xb5\x68\x90\x46\xb5\x29\xcf\x75\x49\x45\xaf\xac\x0b\x8f\x60\x57\xbb\xd0\x93\x01\x20\xaf\x69\x74\xed\x17\x84\xea\xb5\x8b\xa3\xd6\xd5\x5a\x02\x00\xdf\x2e\x4e\x4c\x57\x3c\x20\x78\x8f\xdc\xa7\xd1\x65\x06\x3a\xb4\x03\x77\xca\xe8\xda\x2a\x3a\xfc\x01\x81\xde\xd1\xa5\x1d\x24\x68\x6d\x9a\xc2\xba\x8a\x4c\x92\xb5\x4e\x54\x07\x5d\xad\x65\x4f\x42\xd0\xae\x5f\xd5\xb6\x2a\x2f\x2f\x87\x4a\xe8\xf9\x00\x7a\xbe\xe1\x15\x18\x5d\x0b\x6c\xff\x99\x2a\x18\x82\x5a\x08\x82\x07\xe7\xaf\xc6\x41\xc1\x42\xe0\x28\x18\x5d\x16\xa2\x0f\x96\x0a\x52\xd5\x55\x64\x82\x65\x3f\x7f\x1f\xb9\x0f\xf3\xcc\x1a\x06\x3e\x6d\x7b\x72\x45\x1c\xa6\x36\x0e\x92\xc7\xca\x5a\x75\x19\x8f\x3e\x6d\x9b\x95\x52\x8f\xd9\x93\xfa\x34\x90\xc9\xa2\x6b\xa6\xed\xc9\x92\x94\x03\x9a\xd7\xa5\x44\x3d\xe5\x8e\x76\xff\xaa\x3c\x2e\x40\x9d\x1e\xbc\xa7\x5d\x4a\x24\xb0\x3e\x58\xf6\xd1\x55\x65\x92\x9f\xb6\x69\x80\xea\xe1\x2e\x13\xbf\x72\x78\x21\xa4\x4e\x1d\xea\x84\xcb\x5f\x74\xa9\x53\x87\x1f\xb9\x91\x98\xc5\xe8\x0f\x30\xfa\x2f\x6d\x1c\x5d\x82\xd5\x53\x24\x31\xff\x59\x88\x9d\x15\x64\xba\x6d\xb8\xf8\x45\x57\x7d\xd1\xa1\x4e\xda\x88\xba\xd4\x09\xe8\xfe\x86\xcf\x5d\x74\x89\x4c\x4f\x41\xa2\x49\xfd\xbb\x82\x04\x51\x97\x85\x08\xd1\xe8\xb2\x11\x00\xfb\x9b\x6d\x2c\xba\xc2\x45\x27\x18\x0a\xd4\x9f\xe8\x52\x94\xfe\xd1\x96\xe7\xf6\xb3\xad\xcf\xb6\xb2\x47\xa3\x34\x63\x80\xda\x7a\x70\xc3\x07\xbe\x5e\x31\xc8\x9d\x80\xa7\x5a\x0c\x39\x8b\x01\x4d\x01\x33\x2c\x0c\xdb\x8c\x71\xb0\x69\x9c\xe5\xa1\x1e\x82\x40\xcd\x86\xd3\x56\x0c\x4d\xaf\xa3\xd8\x16\x3d\xca\x5a\x90\x66\x57\xc4\xec\x18\x6a\x1f\x07\x94\xe7\x46\x06\x30\xe3\x6e\x10\xe0\x79\x11\x07\x1e\x43\x89\x83\x74\x05\x05\x47\xb8\x18\x72\x20\xa4\x2e\x68\x5a\xa1\x86\xf6\x90\x71\xb2\x69\xec\xd0\x50\x5d\x31\xc0\x35\xc2\x5d\x2e\x86\x04\x6a\xc0\x95\xdc\x88\x01\xe6\xf3\x8d\x01\x57\x72\x73\xc4\x87\x14\x6a\x5c\xf6\xc8\x20\x94\x56\x8c\x2e\xc5\xa9\x2e\x86\x76\xd8\x71\xb1\x38\xff\xc2\x6d\x2a\x86\xac\x0d\xe9\x7f\x9b\xf6\xad\xa1\x51\x65\xc0\xed\x68\xdf\x32\x68\x35\x08\x5a\xbd\x2a\x07\x7e\x48\xc3\x46\xf2\x33\x4d\x93\xd7\x90\x3c\x91\xb0\xa1\x69\xe0\x1a\x8a\x2a\x83\xdc\x2c\x07\xef\xe5\x50\x21\x3a\xa0\x58\x9a\xb3\x04\x5f\x8b\x91\x64\xaa\x69\xce\x1a\x9a\x57\x07\x11\xea\xf8\xf4\xc5\x90\x64\x91\xfb\xc1\xac\x69\x31\x24\x59\x03\x76\xa7\x7a\x8a\xb4\xb8\x0e\x52\xed\x2b\x28\x0c\x35\xa7\x44\xca\xb6\x7a\x59\xe5\x50\x93\xc5\xb9\x88\xb1\x8f\xa1\x11\x76\x90\x1d\x92\x68\xa0\x18\xb2\x3b\xa3\x33\x21\x6e\xca\xd0\xfa\x02\x26\x5c\xab\xbc\x30\x42\xc2\xc5\x80\x6a\x55\x4f\x91\x36\xd7\x81\x73\xfc\x6f\x25\x86\x3b\x9f\xc4\xeb\xd2\xd4\x47\x5a\x8a\x3f\x41\x16\xe5\x56\xdd\x53\xc5\x23\xa0\xe4\x9a\x66\xaf\xa1\x86\x75\x4c\xe6\xe8\x12\xaa\x1d\x19\xd3\xb6\xe8\x51\xc2\x35\x10\x86\xc0\x57\x8b\xa1\x2a\x84\x44\xcb\x4d\xdf\x91\x21\x2b\x34\x82\x1e\xbd\x16\x52\x96\x81\x10\x43\xd4\x7a\x0c\x99\x1c\x20\xec\x0a\x18\x58\x31\x54\x95\x92\x0c\xa3\x55\x4f\xb7\x96\xd8\x01\x65\xd1\x0b\x63\x48\x59\xc6\xc3\x3e\xc2\x4c\x0c\x29\x0b\x11\xc9\xe6\x6c\x8b\xa1\x1a\x94\xa8\xe3\xd6\x3c\x39\xf2\x2a\x03\x10\x71\xd2\x47\x84\x71\xc8\x41\x1c\xb2\xc9\xd9\xc2\x30\xe4\x18\x49\x73\x1a\xf9\xb7\x62\xc8\xbe\x8c\xa4\x39\xad\x41\x2a\xc7\xe7\x4d\x41\x8c\x69\x90\xca\xa1\x2d\x96\xd4\xcf\xe5\xf0\x22\x6a\x8c\x1d\x70\x34\xc0\xac\xc6\x94\x5b\x99\x07\x3f\x72\x98\x0c\x68\x0e\x02\x9a\x9b\x5e\x05\x53\x3b\xeb\x3c\x58\x7b\xce\x84\xa9\xa2\x03\x6c\xbe\xa6\xa7\x81\x51\xcf\x41\xd4\xf3\xe5\x31\x99\xea\x41\x67\xa1\x47\x8e\xc9\x94\xa7\x99\x27\x3f\x42\x0d\xa6\x4a\x4f\x42\xa3\x9b\xc6\xf9\x29\x19\x01\xd9\xaf\x11\x44\x1e\x06\x4b\x07\xc1\xd2\x57\x85\xfe\x4c\xe2\xdb\x62\x12\xf1\x42\x5e\xc0\x98\xaa\x3d\x27\xd4\x80\xd0\xb5\x30\xa2\x3a\x88\xa8\x2e\x0a\x87\x53\xe3\xeb\xbc\x68\x1e\x3f\xa4\xa9\xf1\x75\xc2\xd7\x34\x38\xa4\x29\x51\x20\xfa\xba\x11\xba\x16\x53\x8d\x26\xc9\x46\x4c\xeb\x16\x53\xb9\x85\xfc\xd7\x62\xb7\x87\xe9\x47\x62\x42\x14\x00\xe1\x8a\xa9\x28\x43\x46\x92\xa6\xbd\x65\x4a\x01\x26\x77\x1b\xa4\xd4\x98\x9a\x55\x67\xb3\x2d\x7a\x54\xa7\x39\xb9\xc8\x8d\x87\x7e\x2a\xb7\xcc\x94\x5b\x8a\x42\xeb\xf4\x6e\x93\x48\xbb\x75\x48\xda\xd4\x2a\x32\xe1\x5a\xb4\xdd\xcc\xfe\x6b\xeb\xa3\x8a\xb6\xbc\xc8\x13\xa5\x06\x11\x6d\x31\xb5\xac\xce\x61\xf3\x8c\x4b\x8e\x84\x14\x2a\x62\xbd\x87\xa9\x53\x62\x92\xab\x1e\x2f\xd7\x98\x1a\x52\x27\x77\x9b\x7c\x6f\x31\xbd\xdb\x04\xa6\xb7\xce\x59\x9d\xde\xed\x39\x31\xda\xa3\xd0\x9e\xaa\x3e\xe6\x62\x6b\xdd\x34\xd5\x9c\x33\xf9\x89\xa6\x15\xd1\x48\xf6\x98\xf0\x16\xe5\x57\xe5\x84\xb8\xee\x64\x75\x8b\xa9\xad\x84\x7c\xe0\x4d\x13\xce\xd4\x4c\x3a\x11\x73\x34\xe1\x90\xc9\x25\x0b\xdb\xe2\x7c\x11\x24\x1e\xe6\x73\x29\xb6\xa5\xba\x73\xc2\x5b\x68\xb0\x31\x4c\x3e\x08\x93\x2f\xc5\xb6\x24\x0a\x46\xc9\x2b\xac\x4f\x29\x00\xd0\x8f\xad\x7b\x7c\xb5\x8a\x4e\x32\x58\x29\xad\x1b\x4a\x1f\x13\x2c\xe4\xe2\xb9\x57\xdf\x49\x12\x72\x81\xe7\x63\xaa\xdd\x24\x15\x4c\x03\xc9\x2b\xa6\x96\x4f\xd2\xc2\x08\x3b\x1f\x53\xa6\x64\x22\xd3\x10\xca\x16\x53\xa2\x30\x3f\xdb\x62\x10\x9a\x43\x09\xd4\x2f\xa0\xbe\xc5\x92\x03\x21\xab\x4c\x51\xce\x37\x74\x3f\x00\x9f\x34\x9f\x5c\x2c\x6d\x23\x0b\x3a\xd1\x7f\x5f\x4d\xab\x58\x7b\x98\x12\x91\x27\x63\xc1\x81\xf4\xfe\x2f\x84\x60\x13\xd7\xc4\x42\x0e\xea\xdc\x94\xa5\x1c\x04\x20\x40\xeb\x08\xfd\xe6\x5a\x8f\xc5\xab\x8f\x53\x77\xac\xeb\xf7\x55\xde\x27\xed\x30\x4b\x31\x64\x21\x74\x68\x74\x59\xb7\x3f\xde\xfe\x38\xa8\x0a\xab\xde\xac\x42\xaf\xbf\x34\x5c\x90\x95\xbd\x8d\xd3\x2a\xdb\x02\x3b\x4c\xcd\x83\xd0\x98\xb1\xb8\xfa\xda\x37\x96\x8e\x54\xc0\x10\x34\xcd\x2e\x4b\x63\xe8\x02\xe3\xb6\x20\x06\x2c\xaf\xfe\xe2\xf1\x27\x48\x2d\xcc\x9b\x13\x40\x6a\x36\x42\xd2\x62\x69\x0e\x5d\x64\xce\x23\x55\x79\x2c\x95\x97\x4b\x6a\x00\x4b\xb4\xa4\x06\x0b\x79\x45\xe3\x8c\x10\x9b\xb1\x00\x81\x07\x6b\x3f\x96\x8f\x3f\xa8\x9b\x26\xa5\x8b\xa5\x85\x63\x25\x9d\x68\x44\xa5\xc5\x52\xd7\xb1\x00\xbf\x01\x3a\x2f\x96\x9e\x17\x0b\x02\xa1\x15\x60\xa9\xeb\x58\xe8\x3a\x74\x86\x5c\x0a\x31\x24\xf0\x29\x78\x23\xc7\xd2\x0e\xb2\x10\x59\xd4\xe6\x2f\x5f\xfa\x35\x68\x8b\x67\x7d\x69\xf4\x20\xcb\x4f\x1b\x1c\xe5\xa5\xd0\xb2\x70\x32\xf7\x91\x5d\xd2\x8c\x35\x6d\x8b\x09\xa9\x2b\x59\x98\x57\x2b\x8f\xd9\x52\x13\x0a\x3a\xe8\x55\x5d\x1c\xe5\x11\x92\x03\x89\xea\x1f\x4b\x79\x64\x01\xf8\x85\x03\x74\x2c\x4d\x23\xa4\x0b\x6a\xa3\x59\xc5\xd5\x5f\x20\xed\xe9\x13\xbd\xa4\x19\x0b\x79\x44\x75\xfa\xd2\xe4\xba\x80\x42\x07\xa4\x21\x96\x5c\x03\x79\xf5\x9b\x2a\xf6\x25\xd7\xb0\x36\x3f\xba\x5e\xda\x43\x48\x32\xd4\x06\xb4\x7f\xa9\x40\x59\x28\x50\x74\xaf\x5c\x2a\x50\xc0\xa5\x68\xc3\x95\xd0\xc2\xba\x92\x9a\x5c\xfa\x57\x2e\xc9\xc8\x82\x8c\x10\xb0\x1e\x66\xf0\x0f\xf2\x15\x35\x30\xaf\x62\x49\x46\x16\x0a\x94\xe1\xd6\x6a\x75\x05\xfd\xb4\x69\x24\x5a\x52\x96\xf5\x1d\x54\xd1\xa3\x82\xcc\x82\x8c\x4c\x98\xb8\xa5\x20\x03\x00\x46\x9b\x4e\x5b\x46\x62\xc1\x48\x10\x59\x16\xa1\x95\x04\xe0\xd3\x06\x88\x55\x88\x92\x11\x20\x62\x34\xb5\x9f\xa1\x3d\x35\x00\xe6\x3f\xe1\x2d\x02\x04\xc7\x00\x1d\xb5\x4d\x4e\x74\xc8\x35\x00\x8e\xda\x08\x11\x8b\x90\x28\x04\x0a\x51\xb5\x65\xa1\x88\x42\xfa\xa5\x06\xca\x6d\x88\x99\x11\x81\x0c\x31\x39\x5f\xa1\x0c\x11\x60\xb7\xab\x40\x0b\x6d\x9e\x41\x76\x94\xd3\xe6\x7d\xfc\x03\x89\x00\x98\xaa\x08\x6d\x9e\x62\x6d\xa8\x41\x33\x5b\x53\x44\x92\x8b\xa2\xba\x2c\xe4\x07\x80\x64\x6d\x2a\x48\x42\xe3\x45\x24\xb9\x68\xaa\x43\x42\x3a\x01\x3a\x6b\x9b\x70\x0d\x21\xaf\x4f\xb2\xa7\xa2\x52\x2d\x54\x6d\x06\x86\x09\x35\x0f\xe1\x75\x07\xc9\xb5\x4d\xe4\xa4\xd0\x30\x11\xdc\x6d\x32\x41\x45\x78\xb7\x03\x96\x5d\x5d\x40\xa8\x9f\x08\xac\x97\xc0\xc1\x46\x74\x47\xcf\x45\xd6\x15\x35\x54\x5a\xc6\xc0\x39\x89\x33\x61\xa6\xa9\x88\xbc\xb5\xfd\xe0\xc2\x84\xb7\x36\x26\x5f\x41\x6a\xc3\xfb\x18\xd3\xe6\xd9\x47\x95\x97\xb1\xae\xfc\x0a\x22\x1a\xbe\xe1\xa1\xef\x93\x07\x40\xfe\x3c\x16\x5e\x54\xfe\xe8\x7d\x8c\xe0\x47\x68\x61\x68\x79\x8c\x60\x10\x10\x2b\x33\x5b\x85\x99\xad\x4e\x17\x5a\x23\x03\xf9\xad\xba\xe2\xa1\x79\xad\x22\xf2\x76\x75\xc5\xc3\xf0\x5a\x45\x3e\xd2\x5d\xe3\x4b\xe8\xa7\x1d\x8f\x6d\xb1\xf6\xda\x27\x23\x6f\x97\xb9\xe6\x22\xbc\x56\xf1\xd0\x16\x8f\x6c\x68\xa0\x8c\x87\x71\xf1\xa2\x86\x37\x2d\x5e\x46\xcf\x8b\x1a\xde\xb4\x78\xf9\x11\xa1\x2a\xf4\x5c\x88\x8f\x95\xf0\x4c\xc8\x9f\x07\xfc\xf9\xe9\x6e\x6b\x8f\x0c\x9c\x95\xb4\x9a\x84\xf6\xc8\xf8\x18\x3d\xaf\x95\x60\x14\x01\x00\x85\x69\xe7\x62\x6b\x8f\xdc\x87\x6d\x4d\xaa\xc2\x2a\x6e\xda\xbf\xc0\xbe\x8c\xed\x45\xdc\x85\x99\x40\x63\xb7\x1c\xfd\x06\xf3\x49\xad\xa8\x00\x16\xb1\x0b\x1b\x68\x57\x6a\x14\x40\xb0\x30\xb3\x42\x6c\xef\xe6\x4e\x5e\xdf\x94\x77\x21\xa8\x45\x80\x64\x51\xd4\x8b\x6e\x2d\x96\x3b\x79\xfd\x62\x5c\xc1\x96\xc9\xdf\xe0\x82\x1a\x32\x20\x62\x45\x80\x58\x61\x5a\xbc\x30\x05\x59\x00\x5c\x51\xd4\x9e\x0a\x5b\x13\x64\x20\xeb\x07\x14\x6f\x6b\xa1\xdc\x24\x1a\x34\x20\x60\xcb\x22\x6c\x2e\xb5\x01\x01\x42\x56\xc4\x4e\x4e\xa1\xcb\x72\x6f\xad\x1a\x3b\x39\x85\x5e\x1c\x97\x1e\x96\x26\x33\x23\xbe\x3f\x04\xb6\x88\x9d\x44\xc1\xf4\x7a\xb1\xb5\x6a\x80\x75\xd1\x0b\xd4\x53\xac\x8b\x00\xd8\xa2\x13\x45\x16\x5b\xfd\x00\xf8\x16\x45\xad\xee\x56\x59\x09\xbe\x45\x97\xb5\xdd\x3e\xfe\x9b\x78\x11\xe0\xb1\x62\x2b\xf9\x03\x7f\xd1\x0b\x37\x65\x4b\x0d\x76\xe7\x47\xc8\xdb\x56\xa6\xdf\x1d\x67\x42\x48\xe5\x96\xef\xdf\x83\x71\x71\x2d\xb6\x4c\xfe\xe6\x0d\xd7\x61\x49\x04\x8c\xd8\xf9\x94\x77\x8d\x40\x5b\x01\x7e\x93\x8c\x07\x8c\x9a\x10\x02\x23\x00\x83\xee\x84\x6d\x05\x88\xd0\x59\xd8\x16\x13\xd2\x5b\x72\x93\xae\xc4\x00\x06\x31\x30\x02\x0c\x8c\x42\x3e\xab\xd8\xbe\xe1\x7b\x31\x7a\x18\x4d\x81\xa2\x03\x2c\x8c\x62\x50\xc3\x96\x66\x80\x7c\x61\xce\xbd\xd8\x9a\x33\x49\x13\x57\x8c\x73\x10\x39\x3a\x80\xbe\x28\x2a\x93\x05\x8e\x0e\xa0\x2f\x7a\xe1\x9e\x6f\xdf\x70\x60\x30\x2e\x05\xbf\x2d\xb1\x01\x0e\xc3\x54\x7d\x61\xaa\xb9\x10\x49\x5a\xe7\xa0\xad\xdd\x13\x3c\xe9\x5e\xd0\x30\x6f\xed\x9e\x3b\x1f\xff\x0e\xa8\x54\x98\x8f\x2e\x40\xd0\xe8\xc5\xbb\xe9\xe3\xbf\x21\x49\x40\x4a\xc5\xd6\x14\x0a\x90\x46\x51\xa5\xbd\xb5\x85\x6e\x48\xd2\xe5\xb8\x24\x49\x60\x6b\x74\x19\x42\x51\x35\x62\x43\x92\x64\x08\xb7\xa6\x12\x80\x36\x3a\xe1\x63\xb1\x25\x49\xe0\x66\xf4\xe2\x85\x51\xd7\xb0\xb1\x8b\xe8\x26\xb8\x15\x18\x80\x71\xea\xa7\xf7\x51\x81\x01\x14\x8d\xa2\xca\x7c\x6b\x04\x01\x4d\xc3\xdc\x81\x21\x04\x76\x00\x9a\x51\x54\x99\x3f\xca\x10\xcf\x41\x5b\xc5\xaa\xdb\x2a\xb6\x83\xf5\x32\x03\x5e\x80\xa3\x71\x81\xf1\x12\x8f\x34\x07\xa8\x8c\x0e\x62\x72\x3c\x5a\x46\x1e\x5c\x28\x41\xd6\x09\xd3\xe4\x05\x48\x52\x97\xe2\xf4\x23\x19\x7a\x92\xe6\x98\x6f\x30\x4c\x9c\x17\x0f\x21\x24\x4a\xd8\x22\x69\xc4\x23\xcd\x81\xa5\x7a\x54\x59\x92\x51\xaf\x1b\xa2\xf1\xa8\x8c\x04\x94\xca\xfc\x83\x61\x22\xbd\x20\x91\x5e\x07\x82\x27\x1e\x75\x0d\x80\x6c\x5c\x7a\x47\x3e\x52\x26\xf0\x33\xba\x2c\x82\x28\x56\xf1\x24\x51\xe9\x27\xbc\xeb\xa3\x0c\xf2\x20\x83\x68\x05\x78\x34\x7c\x3c\x37\xfe\xb0\xbc\x10\x8f\xa4\xe3\xa9\xfc\x88\x7d\xeb\x51\xb1\x00\x80\x46\xb9\xa6\x5f\xb1\x69\x4f\x63\xbd\x5c\x7b\xb9\x86\xa7\xf1\x23\x2f\xc4\x23\x9d\x00\x4d\xa3\xeb\x0e\x2e\xce\x78\x00\x8e\xd1\xb5\x95\x3d\x2a\xfa\x9e\xce\xe8\x6d\x5e\x5e\x1f\x2c\x8c\xa2\x5f\xcb\xa3\x79\xe2\x19\x78\xe2\x42\xdc\x1f\xfd\x26\x81\xbe\x28\x5a\x02\x1e\xcd\x13\x40\x5f\xf4\xcb\x2a\xfd\xac\x81\xbe\x30\xb7\x49\x3c\xf2\xfa\x0f\x74\x02\x34\x80\x78\x34\x50\x80\x86\x71\xa9\xb7\x78\xd4\x0f\x3c\x90\x0e\x5d\x36\x44\xc6\x08\x90\x31\x8a\xc6\x01\xa1\x31\xe2\x99\x38\xff\xda\xbc\x16\x8a\x67\x9d\x54\xd1\xbc\x04\x06\x38\x8c\x7e\x41\xa3\x1f\xd5\x81\xe0\x60\x74\x60\x60\xe2\x91\xd7\x07\xfb\xa2\x5f\xa7\x5f\xb9\x38\x10\x05\x83\xc2\x4c\x2c\x18\x4f\x12\x02\x73\x08\xc6\xa3\xca\x00\xc0\x8b\xab\xa3\xaf\x13\xea\x22\x9e\x6d\x5b\x83\x2a\xf7\x31\x09\xc1\xd5\xcb\xf9\xf7\xa7\x58\x24\x8c\x20\x37\xe1\xa5\xd6\xe4\x51\xc9\xf0\x3c\x0c\x1b\x36\xf9\x51\x3a\x00\x06\xbe\x80\xc5\x1b\xa2\x63\x04\x90\xf0\x5d\xb2\xfb\x68\x71\x7d\x92\x74\xf4\xcb\xa3\x2c\xcd\x00\x1d\xa3\x6b\xc2\x13\x37\x3e\x1e\x7d\xa9\xa1\x9e\x02\x5f\xc4\x03\x81\x00\xff\x2b\x1e\x45\x81\xe7\xe3\x30\x60\x7d\x7c\x24\x10\xcf\xa7\x13\x76\xfe\x28\xf2\x45\xbc\x68\x14\x6e\x7c\xbd\x5e\xd5\x8c\xef\xc1\x72\xc2\xff\xbc\x8a\x02\x2f\x0c\x8a\xe6\x97\x57\x3b\x29\xd8\xf4\x5d\x9a\xf1\x6a\xd3\x78\x0b\x7b\xca\xd5\x7f\x65\x4a\x5e\x60\xc7\xef\xcb\xaf\xba\x55\x9c\x22\x56\x42\x3c\x8c\x78\xe1\x53\x2e\x04\xf8\xd7\x40\x54\x60\x31\x8a\x01\x3f\xaf\xd6\xd4\x17\x0e\xc4\xe8\x1e\xc1\x2f\xe2\x85\x40\x18\x2c\xf6\x4a\x20\xc0\xc3\xe8\x17\x02\xd6\x2b\x81\x00\xde\xa2\x83\xd3\x1c\xaf\x4a\x8a\x97\x48\x54\xd0\x93\xe2\x55\xcd\x08\x9a\x45\xbf\x11\xb0\x4c\xc3\x18\xa4\x61\x2c\x80\x1b\x87\x59\x18\x03\xf8\xfd\xae\x81\xec\xd5\xd0\x00\x14\x7f\x37\x1c\xeb\x55\x6f\x01\x0e\x86\xf9\x6a\xe2\x55\x1e\x79\x61\x37\x34\x90\x99\xbd\x31\xcc\xde\x08\x3c\x42\x08\x8a\x11\x80\x62\x94\x9b\xc7\x4c\x50\x8c\x00\x14\xe3\x52\x47\xf6\x6a\x40\x05\x15\xa3\x18\xae\xf4\x6a\x7b\x00\x0a\xa3\xeb\x41\xf3\xca\x94\xbc\x80\x2b\x1a\xc1\xf4\xea\x6a\x01\xf0\x45\x37\xb4\xeb\x55\x23\x01\xf2\x45\x01\xae\x20\x5e\x7d\x2e\x81\xbc\x28\x37\x0f\xd0\xab\xfa\x01\xe4\x8b\xfe\x3b\x26\xaa\x1f\x00\xba\x28\x5a\xb0\x5e\xf5\x93\x00\x5d\xf4\xdf\x31\x91\x24\x01\xa0\xd7\x81\xc6\x08\xf1\x2c\x02\x3c\x8b\x02\xca\x40\xbc\xda\x47\x5f\xe9\x0f\x44\x50\x78\xbd\x78\x11\x64\xf4\x0a\x79\x0d\x5a\x7d\x01\xe7\xd5\x82\x25\xec\x45\x90\x8f\xb2\xff\x16\x5a\x43\xc3\x8b\x20\x73\x73\x3b\x84\xe5\x8b\x17\x32\xf2\x5b\x09\xc9\xc8\x0b\x19\x31\x96\xeb\xd5\xd0\x00\x66\x85\xb9\x07\xe3\x55\xf8\x00\xbf\xa2\x68\xfa\x7a\x75\x7b\x7a\xb9\xdb\x1a\x9f\x5e\x15\x88\x40\x5b\x74\x2d\x4d\xaf\x51\xa2\x60\x5a\x14\x0d\x64\xaf\xfc\x00\x40\x16\x1d\x24\xe5\x78\xf5\x8e\x7c\x51\x20\x6a\xb8\x7b\x8d\x13\x7d\x91\x47\x34\xcc\x08\x6a\x11\x00\xfe\x75\x8d\x29\xaf\x56\x05\xb0\x2d\x7a\x85\x5b\x7e\x95\x5a\xde\x64\x0b\xae\xee\xed\x90\x02\xbc\x88\x28\x60\x2d\xc7\xab\x55\x13\x6c\x8b\x0b\x1c\xcd\xf8\x54\x20\x82\x5a\xd1\x8d\xf9\xfe\x14\x51\x40\xb0\x28\xce\x51\x08\x8b\xf8\x20\x0a\x60\x2f\xc7\xa7\x55\x01\x24\x8b\x5e\xb9\xdb\x9f\xfe\xd6\x5f\x81\xc6\xc2\x10\x8a\x6a\x11\x5f\xa1\x79\x2e\xb2\xa8\x16\xf1\x15\x9b\xaf\x54\x85\x55\x0f\x55\x34\xaf\xed\xe1\x3b\x59\x68\xb4\xab\x9f\xb6\x87\x0f\xe9\x82\xbc\x3d\xf1\x29\x5d\x7c\x5e\x64\xee\xd0\xa7\x8d\x91\x14\x10\xbd\x72\x7c\x3f\xa5\x0b\xc0\x2c\x8a\xd6\xb4\x4f\xbb\x22\xc0\x16\x5d\xb3\xd2\xa7\x09\xe1\xbb\x0d\x08\x61\x42\xde\xed\x0f\xb9\x41\x85\xda\xa7\x02\x12\x38\x8b\x42\x6a\xc7\xf8\xd4\x36\x02\x67\x61\x0a\xc0\xf8\x54\x2d\x02\x67\x71\x91\x19\x2c\x3e\x55\x8b\xe4\x35\xed\x95\x37\xfc\x53\xb5\xf8\x35\xf6\x11\xee\x4f\x6c\x8b\x00\x6a\xa2\x1b\x05\xf5\x69\x1c\x20\xc3\xa9\x59\xf8\xe2\xf3\xf1\x07\xf5\xa1\x37\x64\x90\x4f\x4d\x1c\xe0\x0d\xdd\xa0\x1b\x10\x1c\xb2\xa8\x0c\xa2\x51\xe5\x50\x79\x64\x0d\x71\xf9\x94\xe9\xc9\x60\xd1\x0d\x5e\xf9\x64\xd9\x01\x72\x28\x9a\x40\x3f\x9f\x62\x72\x5a\x74\xe3\x59\x3e\xc5\xfc\x4f\xec\xa8\x5f\x95\x5f\xed\x9b\xf0\x12\x76\x48\x1d\xdb\x07\x4f\x2d\x2f\xf6\xc9\x53\x83\xd5\x50\x3c\x98\x9f\x4f\x26\xb8\x0d\xbd\x71\x61\x3e\x8d\x75\x5f\x5e\xb8\xde\xe6\xbf\x70\x8b\x36\x4d\x6b\x98\xa6\xd5\xe8\x41\xa1\x1e\xe2\x83\x0b\x07\x78\x37\x3e\x7d\x99\x81\x77\x28\x15\x15\xef\xa7\xc5\x0f\x78\x87\xae\xad\xe5\xd3\x61\xe9\x83\x31\xef\x9e\x48\x55\x70\x5f\xde\xc7\x0e\x10\x6f\x08\xec\x10\x00\x34\xf4\x5e\xea\x7f\xfe\x6c\x01\x1a\x36\x59\x3a\x3a\x66\x8e\x6d\x92\x8e\x7d\xc0\x00\x63\xd3\xd8\xc2\x2a\x6c\x70\x0f\x3a\xf1\x1f\x5b\xdc\x83\x4d\x4a\x8d\x4e\x78\xc4\x06\x03\x21\x0b\x2e\x75\x1e\xd2\x0d\x06\xc2\x9f\x4d\x0e\x8d\x4e\xc4\xc4\x06\xf1\x20\x8b\x1c\x2a\xd8\x6e\xfb\xc0\xa8\xb5\x0f\x24\x59\x34\xee\xfb\xa8\x36\x9f\x5c\x69\x47\xe3\xbe\x49\x93\x91\x05\x3f\x16\x7e\xc4\xa8\xb5\x41\x3b\x28\xdc\xf3\x7d\xa0\xd7\xda\x24\x8d\xed\x28\xce\xb7\x39\x63\x37\xe8\x03\x7d\x38\xc7\xe9\xb4\x21\xe1\x35\x19\xf3\x2d\x14\xc1\x3e\x38\xa4\x38\x76\xef\x63\xfa\x63\x72\x92\x7d\x34\xbf\x9a\x56\xd1\x96\x2b\xb1\x6c\x6b\xd9\x16\x43\xe5\xdc\x6e\x90\x07\x2e\x42\x82\xb6\xc8\x03\x9b\xa4\xb2\x1d\xb7\xea\x7d\x60\x75\xda\x07\x56\x27\x10\xdd\xb7\xd9\x35\xf6\x41\xe2\x22\x42\x37\xb7\x99\x67\x37\x99\x67\xcd\x90\xb6\x45\x28\xd8\xc0\x12\x14\xcc\xda\x1b\x6c\x82\x2c\xe0\x53\x92\xf6\x6f\xb0\x09\xb2\x08\x10\xce\x98\x76\xd8\x23\xd2\x27\x08\x0c\xfb\x08\x7b\x44\xfb\x55\x9d\xf6\x76\x25\x36\xfb\x38\xe9\x71\xbb\x12\x9b\x1e\x1b\x6d\x6d\x27\x84\xb9\x0a\xc0\x85\x0d\x62\x41\x16\x6c\x5a\xb7\x2d\x9b\x7f\x98\x50\xa3\xc7\xc7\x09\xc1\x49\x8e\xc1\x1c\x1f\xdb\x7a\x6c\x8b\x1f\xb1\x60\xed\xc3\x73\xef\x7a\x3d\x6e\xed\xcb\x4a\x78\xe4\x70\xab\xd9\xa6\xd1\xad\x2e\xce\xeb\xda\x73\x15\x86\xa3\x7f\xdd\xb4\x97\xb5\x9f\x6c\xc7\xeb\x50\x61\x41\xc7\xe4\xe4\x7c\xb6\xf5\xd9\x96\x55\xae\x57\x3e\x40\x9d\x1c\x0d\xbb\x78\x61\x0a\x2c\x28\xc1\xa8\x5b\xd0\x83\x5d\xb8\x43\xf3\x18\x54\x55\xab\x3a\x11\x5a\x07\x55\xd3\xaa\x8f\xaa\x1c\x57\xe1\xb5\xd9\x00\x1b\x98\x48\x6e\x9b\xe6\x64\x03\x63\xd0\x51\x76\xef\x02\x73\xb9\xc1\x31\x28\x84\xb1\x6e\xc0\x0c\xb2\xc8\x95\xc0\x65\x77\x93\x04\x25\x8b\x3b\xbf\x62\xda\x82\x1a\x6c\x40\x0d\x4c\x54\xb6\x81\x2e\xc8\x82\x55\x65\xda\x05\xf7\xbd\x4d\xc2\x94\x02\x09\xdf\xe5\x72\x42\x17\x13\x82\x02\x14\x58\xd0\x0d\x48\x41\x21\x92\x75\x8b\x52\xb0\x41\x29\xe8\xf3\xf2\xc7\xc7\xaa\x3c\x00\xa8\xd7\x77\xb9\x6c\x9e\xbc\x0a\xcd\x25\xbc\x1d\x3d\x5c\x29\x1a\xf7\x0d\x3e\x41\x16\x36\xcf\x1c\xe1\x4a\x77\x41\x2f\xd6\x5c\xc2\xdb\xb6\xa0\x26\xa4\x95\xd8\xa2\x12\x6c\xf3\x19\xe3\xb1\xb0\xc5\x20\xd8\x25\x89\x4a\x27\xd0\x62\x17\xa9\x09\x50\x04\x1d\xf7\xca\x0d\x1e\xc1\x9f\x5d\x92\x39\xbd\x48\xff\xb2\x85\x25\xd8\x40\x11\x74\x5c\x2e\x37\x78\x04\x59\xd8\x3c\xe3\x82\x51\xdd\xe4\x85\x29\xcd\x4d\x6b\xae\x04\x8c\x2a\x3a\xfe\x6d\xfe\xe4\x6d\xfe\x64\x54\xe2\xbb\x48\x86\x40\x2a\x30\x87\xdd\x06\xa2\x20\x0b\x7e\xe4\xf8\x0a\x42\xb0\xcb\xf0\x47\x86\x3a\xdc\xda\x71\x33\x54\xe6\x38\xdc\x5a\x18\xd5\x39\x18\xfd\x70\x6b\x49\x1a\xd1\x3c\x13\xd3\x09\x4d\x8e\x89\x27\x67\xda\x16\xe9\x3a\xda\x45\x5b\xd3\x09\x21\x28\x13\x06\xb6\x45\x2b\xd8\x05\x46\x15\x67\xc2\x6d\xb2\xe6\x6d\xb2\x66\xa2\x71\x77\x91\xa4\x15\x8c\x62\x60\x21\x6c\x01\x0c\x36\xc9\x70\xcc\xa1\xb7\xcb\x72\xed\x93\xb2\x0d\x22\x2e\xb6\x98\x06\x1b\x00\x83\x71\x78\x98\xc2\xb6\xd0\x9e\x11\x9d\xb6\x4b\x78\x00\xf0\xc8\x1b\x2e\x21\xaa\xb2\x0d\xcc\x81\x69\xf6\x36\x49\x73\xb2\xa0\x2d\x47\xbf\x1d\xfd\x5e\x54\xfd\xdd\x56\xbc\x8b\x84\xab\x3c\xb4\x6b\xef\x8f\xab\x42\xae\x9d\xe6\x59\x7b\x9c\xdc\xc3\x4c\x4e\xce\xc7\xeb\x4d\x79\xf9\xd1\x9b\xf2\xba\xcd\x49\x86\xc6\xe1\x42\x49\x7f\xca\xcb\x8f\xde\x94\xcf\x6d\xfe\xd8\x66\x28\xb1\xa9\xaa\x77\x81\xfe\x34\x28\x71\xf9\x9c\x5c\xf2\xc4\xe3\xb8\x69\x4b\x92\x54\xf0\xf4\x03\x1a\x79\x8b\x84\xb0\x41\x42\x18\x00\xbd\x6d\xd3\x59\xef\x33\x29\xd3\xc0\x51\x6c\x9f\x92\x24\x80\x0d\x06\x46\x87\x6d\x32\xeb\x6d\x32\x6b\x1c\x53\x36\x58\x06\x59\x10\x79\x09\xbd\x3e\x61\x80\xf7\x09\x03\xdc\x38\xb7\x27\x66\xb4\x4d\xe2\xeb\x71\x24\xd3\xba\x4f\xcc\x68\x9b\xbc\xd7\x66\xfa\xdb\x24\xbf\xfe\xb3\x4f\x08\x57\xb3\x4a\x46\x02\x30\x04\x73\xff\x6d\xc1\x10\x36\x60\x08\x83\x04\x0e\x1b\x14\x84\x2c\xec\x91\xaf\x2e\x27\x84\xf6\xbe\xf1\x68\x88\x7c\xb0\x49\x58\x64\x2e\xc0\x7d\xa2\xaa\xdf\xe7\xc5\xce\xa7\x68\xbe\x01\x46\xc8\x82\x53\xc4\xda\x9f\x52\x29\x00\x10\x06\xb1\x20\x1b\x14\x84\x2c\x92\xf7\x04\x46\x75\x9f\xb7\x73\xbc\x59\x55\x58\x97\x13\x66\x7a\x83\x7c\x50\x9a\xcd\xcb\xcd\x9c\x29\x28\x0f\xa0\xe3\xf6\x59\x9d\x50\xb2\xd9\x03\xe8\xb8\x7d\x4a\x92\xce\xa4\x39\xa3\x1c\xfc\x88\x95\x6e\x93\x32\xe9\x1a\x6c\x2d\x79\x93\xb2\xc8\x55\x05\x5a\x75\x9f\xcd\x1d\xc2\xfd\xae\x71\x11\x4d\xf5\xbd\x49\xf5\x3d\x70\x98\xd9\x66\xfa\xde\x64\xfa\x1e\x38\xcc\xec\x53\x62\x03\xde\xc1\x28\x27\x6d\x75\xdb\xea\xb6\xc5\x20\x86\xa3\x4f\xb1\x77\xe0\x98\xb2\xcf\xe1\xda\x0f\xd6\x9e\x1b\x2c\xfa\xc1\x06\xfd\x60\x10\x58\xb2\xcd\x23\xbe\xc9\x23\x6e\x1e\xc1\x7d\x4a\x6c\x00\x33\x18\x05\x96\xea\x9c\x0e\x75\xb1\x38\x37\x6b\xbf\x5c\x68\xd2\x00\x81\x63\xb0\x4f\x99\x25\x70\x0c\x46\xf1\xac\x2e\xd7\x2b\xa9\xc9\x28\x9e\xd5\xe5\x3e\xc2\x2c\x01\x77\xb0\x45\x32\xd8\x67\x40\xc2\x3d\xf7\x61\xf3\xa8\xea\xbb\x4b\x28\x1b\x04\x92\xc1\x35\x6c\x4b\x36\x88\x2c\xe3\xa3\xc0\xc4\x9d\xdb\xad\x85\x0d\x22\x1c\x7c\x8b\x77\xb0\x4f\x88\x4d\xf1\x76\xc8\x06\x01\x81\x30\xb0\x17\xec\x53\x62\x03\xa2\xc1\x28\xde\x8e\xc7\xb6\x80\x96\x95\x47\x3c\x1f\xe7\xf8\xb0\x84\x9d\x95\x78\x1c\x84\xa9\x6a\xdd\xc7\xd7\x33\x61\x46\x65\xc8\x90\xe0\x04\x1b\x70\x82\x81\xd3\xc7\x16\x9c\x60\x9f\xf8\x0d\x77\x58\x04\x80\x0a\xfe\xec\x13\x6a\xd2\x79\x34\xce\xcf\x7d\xc4\x08\x08\xd0\xc1\x06\xaa\x20\x0b\x92\x24\x43\xfb\xcd\xa6\xb5\xc9\xa6\x35\x08\x5d\xd9\xa6\x38\xdf\x40\x17\x5c\x64\xe9\xdd\xe0\x17\x64\xc1\xb4\xe1\x1a\x2e\x84\xee\x0d\x74\x41\x21\x50\x7d\x5f\x52\x93\xcb\xd4\xf8\x1c\x00\x20\x0d\xfe\x6c\xd0\x0c\x4c\x97\xb8\xc5\x31\xd8\x17\x3a\x36\x1c\x9f\xf6\x25\xcf\x03\x9e\xc1\xc0\x5e\xb0\x2f\x74\x6c\x1b\x3c\x03\x73\x2a\xee\x4b\x02\x03\x6a\x81\x29\x15\xf7\x85\xdf\xf0\x06\xbc\xa0\xa0\x1f\xd8\xa2\x16\xec\x0b\xd2\x81\x7b\xd4\xbe\x50\xbb\x6d\x12\x82\x8d\x93\x85\xbe\xb0\x05\xee\x0b\x9e\x07\xa8\x86\x2d\x90\xc1\x26\x3b\xfb\x20\xd7\xc5\xbe\x50\xc2\x6f\x92\xb3\x0f\x70\xe9\x36\x38\x07\x59\xf0\x56\x42\x86\x84\x3b\xd8\x57\xf2\x39\xa6\x57\xdc\xd7\x6d\xf3\x37\x07\x00\xca\x74\xdd\xce\x31\x99\x9a\x71\x72\x87\xae\xdb\x09\x41\x60\x4e\x57\xa2\xba\xf6\x50\x13\xd4\xfe\xfb\x92\x9a\x80\x84\x30\x88\xad\xd9\x97\xdc\x0c\xc0\x07\x26\x51\xdc\x57\x73\xf4\x8d\x25\x84\x75\xb9\x94\x8d\x2e\xf8\x14\x9c\xbb\xf6\xd5\x7e\x3f\xb2\x12\x10\x77\xf0\x0f\xb2\xe0\xc7\xc6\x8f\xdd\x1f\xbb\x3f\x5a\xe5\xd6\x76\xd3\xf2\xb3\x5e\x18\xfe\x36\x30\x08\x03\x4b\xf7\xbe\x86\xdb\x31\x4c\x8e\x4f\x8f\xf2\x29\xe0\x21\x8c\x73\x1c\x7f\x7f\x8a\xcd\x60\xbf\xc9\x60\x6f\xa6\xc6\x7d\x49\x6c\x48\x60\x3f\x00\x9c\xd9\x97\x3c\x0b\x70\x09\x97\x1c\xbd\x29\xed\x37\x70\x09\x03\x30\xbb\x7d\x49\x7f\x48\xd3\x66\xca\xc5\x2d\x50\xc2\xbe\x20\x49\xa7\x47\x79\xb9\xc2\x8b\x6d\x86\x01\x06\x47\x21\x8b\xdc\x66\x22\xa1\xb7\x99\xf0\x37\xd8\x09\x03\x6b\xc5\xbe\xc2\x6d\x4e\x6e\xe6\xc2\xef\x65\x5f\x4a\x66\x57\x92\xa1\x8b\x44\x6f\xfb\x0a\x97\x20\xe9\xcf\xc0\x76\xb0\x85\x53\xd8\x57\xd0\x16\x72\xf8\xb5\xdd\xf9\xcd\x57\xb0\x31\x40\x24\x64\xf1\xd0\x96\x55\xde\xa7\xc7\x1e\x69\xeb\x71\x42\xc9\xae\x0c\x4c\xbe\xfb\x52\x9a\xba\x9e\x5f\x92\x78\xaa\x5c\xc2\x94\xa0\xc6\xe5\xf1\x7b\x6c\xeb\x35\xf5\x3b\x07\x4b\xfa\x03\x7c\xc2\xc0\xda\xba\xaf\xd7\xb6\x70\x25\xc6\x8b\x6e\x5f\xaf\xa3\x4f\x0e\x66\x60\x6d\xdd\xe4\xf3\xcf\xe2\xa2\x8a\x1f\x95\xa6\xae\x5f\xd6\x6d\x06\x21\x37\x73\x7d\x34\xef\xad\xfb\x5c\xd5\x6f\x51\xc5\xad\x93\x24\x01\xb2\x30\x80\x59\xdf\xb7\x32\x17\xc0\x0a\xa6\x60\xdc\xa0\x2b\x64\x91\x0f\x36\xae\x43\x5b\x44\x85\x0d\x8a\xc2\xc0\x5e\xb0\x6f\xb9\x19\xf2\xe0\x0d\xd0\x05\xf6\x8d\x11\x70\xdf\x49\x73\x4c\xd3\xb8\x81\x57\xc8\x82\xdd\x86\xec\xde\xd2\x9f\x3b\xd9\x15\x13\x37\x6e\xf1\x13\x36\x08\x09\x03\xf8\xb9\x2d\x36\xc2\xbe\x4f\x7a\x44\xe8\xbe\xe5\x53\x6e\x02\xa3\xd1\xf1\xef\x5b\x32\x02\x1e\xc2\x40\xc7\xbf\x01\x45\xc8\xc2\x3c\xd5\x8c\xfe\x76\xa8\x29\x14\x0d\x42\x65\xb6\x40\x08\xfb\x86\x66\x60\xe7\xda\xb7\x34\x03\x6c\x84\x81\x9d\x6b\xdf\x0a\x45\x40\x24\x5c\xca\x82\xe6\xf8\xdb\xa0\x1f\x98\x86\x71\x03\x81\x90\x05\xd8\xdf\x3c\x07\x77\x75\xf4\xc9\x88\x8c\x1b\xae\xe1\x56\xdc\xb9\x11\x77\x80\xe2\xdf\x62\x21\xec\x1b\xca\x82\x12\x7e\x83\x8b\x90\xc5\xa2\x8a\x55\x95\xb2\x80\x7f\x30\x6e\x07\xd1\x6d\xab\xdb\x16\xdb\xd1\x9d\x50\x92\x91\x81\x7d\x65\x0b\x7c\xb0\xef\xc1\x8f\x28\x4f\xee\xe1\x7a\x25\xe9\x30\x71\xe3\x06\x17\x21\x0b\x76\x88\xa7\xe5\x96\x4e\x80\x7f\x30\x88\xb0\xdc\xf7\x74\xa8\x93\xf5\x82\xa7\x16\xe5\x60\xdf\x50\x00\x6c\x0f\xfb\x5e\x2e\x4e\x12\x02\xf3\x33\x6e\x40\x10\xb2\xe0\xd6\xda\xa3\x44\xe1\x5e\xb4\xd5\xac\x72\xa1\xbd\xee\x1c\xf2\x3b\x1c\x3d\x82\x0c\x56\x85\x2d\xb4\xc1\xbe\xb9\xee\xd8\x0b\xf6\x1d\x2e\x4e\xb0\x69\x9e\x1c\xb5\x2e\x37\xe6\x3d\xf0\x01\xf6\x2d\x05\x00\xed\x60\xdc\x5c\x98\x5b\x15\x0b\xa0\x07\x97\x92\xec\xbd\x9d\xd0\xc3\xe8\x3d\x4c\xf2\x16\x37\x14\xe0\x86\x63\xbb\x1f\x17\x27\x29\xc0\xa8\xee\xa3\xfa\x14\xa0\x11\xae\xe9\x4a\x48\x14\x40\x3d\x30\xd3\xe2\xbe\xd5\xa7\xdc\xc4\x42\x4e\x17\xe7\x75\x42\x08\x2f\xd5\xc3\xa4\xf0\x72\xc3\x6e\x28\x31\x8a\x81\xb0\x6f\x28\x40\xfd\x55\xb9\x84\x79\xeb\x07\x6a\xd9\x7d\xcb\x81\x80\x81\x60\x3e\xc5\x5d\xbd\xdb\x40\x21\x14\xa5\xbc\x8a\x49\x6f\x57\x24\x95\xca\xf9\x12\x03\x61\x57\xee\x36\x88\x69\xbb\xaa\x3c\x01\x16\x61\x00\x8f\xb6\xab\x77\x1b\x94\x83\x81\x8e\x7f\x57\x05\x0e\x10\x0c\xcc\x9a\xb8\xab\x2c\x42\x85\x45\xc0\x43\x76\x83\x6c\x90\x85\xc9\x5b\x19\x17\x96\xb9\x5d\xe1\x1a\x88\x13\xd9\x55\x16\x01\x58\x83\x81\x2f\xf9\xae\xaa\x45\xaa\x29\xe9\x2e\xbf\xb2\xad\xcb\x84\xac\x7c\xa5\xc2\xa3\xe6\x15\x1f\x15\x4e\xb2\x2a\x70\x54\xf3\x6d\x21\x70\x08\x69\xb0\x2b\x14\x80\x00\x93\x5d\x55\x8b\x54\x73\xb4\xa3\x29\xa9\xca\x20\x40\x1b\x0c\x00\x4b\x77\xc5\xa3\x78\x57\xb3\x11\x43\x57\x2b\x96\xb9\x5d\xab\x99\x21\x59\x2f\x95\xac\x20\x1f\x5c\xf3\x5f\x78\x50\x6f\x81\x11\x76\x35\x65\xb1\xf3\x6d\xf6\x6e\x8a\x2c\x34\xa2\x42\x23\xec\x0a\x19\xc1\x80\xb1\x6b\x73\x1f\x1a\x3b\x8f\xe0\x57\xa5\x19\xe0\x20\x98\xf5\x71\x57\x55\x24\xc0\x21\x14\x20\x55\x76\x95\x1b\xa9\xd2\x0c\x6e\x5d\xed\xae\x4a\x32\x25\x03\x7c\xd4\x5d\xd5\x9a\xd4\xa4\x26\xd7\xfc\x55\x39\xd4\xfe\x4b\x63\x97\x55\xc3\x45\x1f\x2c\x3a\x9c\xb3\x98\x0a\xbb\x42\x59\xb0\x7c\xec\xaa\xb8\x53\x91\x6d\xf0\xf5\xdd\x55\x45\x4a\xc5\xe2\x37\xb8\xd4\x15\x8b\xdf\x26\xd7\x69\x01\x9e\x65\x57\x39\x10\x90\x17\x8a\x9c\xa0\xc8\x0b\xbb\x4e\xdb\x62\x10\xd3\x53\x94\x64\x68\x90\xdb\x7f\x57\xe9\x4f\x45\xdc\x51\x93\x26\xaa\xc2\xae\xe6\x8c\x45\x5d\x5c\x95\x6d\x80\x52\x18\x8d\x5b\x57\x95\x6d\xea\x2f\x35\x17\xdb\xa1\xd6\x04\xe4\x04\x73\xd7\xee\xaa\x20\x53\xb7\x3f\x32\xed\xed\x8f\x9b\x5c\x62\x93\xd1\x4b\x46\x00\x48\x30\x21\xed\x16\x21\x61\x57\x74\x20\xed\xb4\xca\xf5\x4a\x02\x33\x08\xe1\xd9\x55\xca\x52\xd1\x81\x34\xef\xe6\x6b\x8f\x2f\x6d\xc1\x98\x57\x19\x89\x8a\x20\x03\xbe\xcb\xae\xaa\x65\xc1\x4e\x30\x3f\xe4\xae\xca\x36\xf5\x65\x1f\x1d\xd7\xeb\x4a\x24\x8b\x51\x7c\xd6\xab\x5c\x03\x38\x0a\x45\x25\xa9\x38\x0a\xbb\xa2\x16\x69\x5e\x0b\xd5\x22\x40\x2b\x98\xfd\x76\x0b\xad\xb0\x1b\x94\x05\x27\xe1\xdd\xd4\xd4\x36\x18\x09\xc2\x81\x76\x53\x2d\x02\xda\x42\x99\x4c\x48\xb4\x85\xdd\x0e\x9b\xb7\xea\xb1\x8a\x7d\x44\x2f\xdf\x94\x6d\xc0\x61\x28\xf3\xca\x41\x34\x49\x52\x43\x90\x01\xc8\x6d\x37\x95\x27\x00\x31\x14\x55\xa9\x22\x30\xec\x86\xf5\x70\x42\x20\x40\x63\xc8\x82\x55\xe5\x5a\x35\x55\xbc\x0d\x71\x07\x28\xb7\xdd\x14\x77\x00\x67\x30\xfb\xee\x6e\x12\xae\x76\x31\x08\x9e\x4f\xc0\x17\xb2\x60\xed\x1d\xaa\x0a\x8f\x46\x86\x2d\x42\x67\x77\x53\x44\x69\xd8\x18\x27\x6f\xa5\xb0\x0c\xbb\xa1\x16\x01\x2b\x73\x37\xcd\x37\x20\x35\x98\xa8\x72\x37\x6c\x8c\x1b\x2c\x86\x81\xab\xd5\x6e\x92\x24\x80\x17\xca\x44\x3a\x68\x92\xa4\x06\x49\x52\x23\xda\x30\x3b\x6e\x70\x19\x06\xc6\xb6\xdd\x24\x49\xa4\xd4\x1d\x84\x29\xed\x26\xcd\x01\x9e\xa1\x4c\x88\x60\x93\x4f\x21\xe3\xee\x68\x9c\xfb\xa6\xa6\x96\xbc\xbb\x03\x90\xc8\xdd\xd4\xa7\x90\x83\xf7\x56\x35\xd8\x24\x43\x20\x36\x0c\x50\x22\x77\x53\x9f\x02\x62\x43\x51\x07\xdb\x9a\xfb\x08\x19\x9a\x4e\xbb\xbb\x12\x08\x45\x8d\x8b\xdc\x14\x8a\x40\x6f\x28\xf8\x59\x6f\xd1\x1b\x76\x43\xc5\xa2\x2a\xa3\x75\x17\x3a\x65\xa3\xd1\x5d\x68\x95\xb7\x0d\x09\x08\x47\x9e\xdd\xa4\x39\x6d\xd8\x16\xcd\x0f\xf7\x11\x9a\xa3\x3e\x97\xec\xbf\x7f\x76\x4b\x9a\x33\xd4\x48\x98\x03\x78\x9b\x03\x78\xc2\x22\x34\x79\x9e\x86\xd6\x45\x95\x41\x53\x79\xdb\x92\x1a\x0d\x5c\x56\xb6\xf0\x0f\xbb\x21\xf5\x10\xf2\xb4\x9b\x8a\x98\xb6\x6c\x8b\x43\xae\xf2\x16\xc8\x87\xd1\x3d\xd1\x2a\x6f\x1b\x52\x8f\xb6\xc0\xa6\xd4\xd3\xb0\xb6\x12\x30\xbe\x85\x84\xd8\xa4\x14\x36\x57\xe6\x6e\xe1\xda\xa7\xf0\x33\x54\x06\x34\x4d\x54\x2d\x19\x24\x93\x0b\x6f\x21\x21\x76\x43\x10\x22\xa1\xe6\x16\x12\x62\xb7\xa4\x5f\xa6\x02\xde\xc0\x43\x64\xc1\xb8\xbc\x8f\xca\x46\x20\x43\x9c\x87\x6b\x2f\x49\x6b\x28\x62\xba\xe7\x5e\x92\x06\x70\xc4\x7d\x48\x14\x24\x69\x00\x47\x0c\xf0\xee\xb6\xc0\x11\x1b\xb0\x88\xd1\xbd\x0a\xea\x66\x00\x8b\x38\x71\x55\xdf\x4d\x71\xa9\x91\x30\xf7\x77\xbe\x54\xfe\x82\x25\x31\xba\xb7\x56\xfe\x09\x2c\x89\xfb\x70\xa1\x25\x7c\x60\x49\x0c\x6d\xa7\x62\x49\x6c\xb0\x24\xce\xa3\xfc\xdd\x56\xbc\x85\x9a\xd8\xed\x65\x8c\xbc\x95\x4d\x0b\x56\x7b\x39\x6b\xbc\x95\xa2\x4f\x6c\xf2\x1e\x0f\xe0\xf6\x76\x53\x0d\x04\xe2\xc4\x09\xd8\xd0\x6e\xaa\x8b\x41\x9f\x18\x9d\x1b\xdc\xa5\x8b\x1d\xba\xd8\x39\x91\xc2\x4f\x6c\xf3\x25\xbb\x76\xe2\x4f\x6c\xd2\x25\x0f\x65\xc1\xae\x51\xab\x1f\x9c\x35\x2e\x75\x97\x2e\xf6\x22\x34\x14\xcd\x17\xdb\x2a\xb6\x65\x55\xb7\x8a\x71\x41\x76\xbb\x4a\x65\x80\x2b\x86\xf6\xca\xae\xe9\x0b\xfc\x8a\x9b\xa4\x29\xbb\x4b\x2a\x3b\xa4\x52\xe3\x24\xb8\x16\x59\xb0\x35\x68\x31\x85\xb7\xd8\x1d\xea\xa9\x80\xd5\x95\xdf\x3a\x7a\x66\x90\xfa\x36\x50\x17\x59\xd8\x16\xd3\x56\x33\xd4\x2f\xdb\xe2\x47\x79\x3c\xa0\x2b\x6e\x15\xfa\x5d\xd3\x57\x47\xa4\x23\x19\xd9\xee\x8a\x74\xc0\x59\x9c\x07\x07\xbe\xcb\xf6\x81\x67\x31\x34\x31\x89\x67\xb1\xc1\xb3\x38\x09\x58\xdf\x5d\x1a\x0b\xae\xc5\xad\x71\xa0\xcb\xf6\x81\x6b\x31\x06\xa6\xc2\x7e\xdb\x3c\x39\x6a\x09\x3f\xd8\x5d\x29\x0f\xf8\x0a\x33\x38\x6f\xe1\x2b\x36\x59\xa7\x4d\xf2\xb9\xbb\xca\xa2\x9e\x44\x74\x00\xe9\xb7\xcd\x43\xbd\xc1\xac\x18\xda\x5a\xba\xca\x22\x30\x2b\x4e\xc0\x9f\x76\xc7\xfb\x6a\xf7\xc6\x1d\xe0\xc8\x75\x55\xcf\x1d\x29\x6f\xb8\x69\x4a\x79\xbd\xb3\xb5\xd0\x6b\x31\x2d\x76\x87\x7a\x92\xdd\x6c\x77\x39\x36\x60\x2e\xc6\xe0\xf1\xef\xdd\xe6\x3b\xeb\x05\x25\x16\xc1\x62\x9b\xf7\x1a\x00\xa8\xdd\x15\xfc\x3a\xa9\x56\x35\x0e\x88\x57\xb1\xfb\xe0\x47\x4f\xa1\xd6\xfc\x3e\xd9\x34\xe8\xa2\xf0\x14\xbb\x93\xaf\x98\x90\x83\x0d\x30\x45\x16\x1f\xb0\x62\xcc\x51\xd3\x3d\x00\x14\xe7\xe1\x91\x53\x16\xec\xab\x51\xc5\xda\xab\xfa\x01\x80\xe2\xfe\x2d\xb4\x1c\x1b\x60\x14\xe7\xe1\x61\x92\x63\x03\x8c\x62\x80\x48\xb8\xbb\x74\xb1\x93\x18\x4d\x2b\x4c\x97\x2e\x82\x36\x31\x86\x6d\xa9\x8d\x06\x6d\xe2\x2c\xf0\x88\x5d\xf1\xb0\xa7\x48\x78\x12\xf8\xbb\x41\xa1\xc8\x82\x55\x85\xd8\x74\xc5\xc3\x4e\x5e\xe5\x82\xde\x54\x7c\x8a\xdd\x21\x95\x20\xc3\x6d\xf1\x29\x76\x7f\xfc\x91\x4d\xd3\x90\xde\x21\x5c\xc3\x55\xd5\x6a\xd5\xa1\x52\xc3\x8b\x2c\x7b\xd6\x51\x3d\x0f\x2f\xb2\x34\xa7\x23\xe5\x69\x81\xef\x9f\x3d\x42\x4d\x34\xa4\x8b\x3c\xb1\x47\x12\x95\xb3\x14\xab\xba\x55\x91\x55\x1c\xb9\xa1\xba\x86\xec\xe0\x83\x10\xb1\x6d\x72\xf0\x0d\xda\xc4\x09\xf2\xd5\x1e\xaa\x8b\x47\x69\x54\x0d\xaa\x6c\x2b\x39\xab\x21\xbf\x39\xa4\x13\x20\x4f\x9c\x64\x1a\xdb\x22\x4f\xec\x01\x9d\xd0\xdc\x2e\xf2\xc4\x1e\x28\x75\x64\x2e\x87\x44\x01\x1c\x89\x31\x1d\xaa\x26\x72\x70\x24\x4e\xad\x1d\x43\x96\x0a\xb4\x88\x41\x6e\xb3\x6d\x2e\xf2\x0d\x5a\xc4\xa9\xb5\x43\xb4\x88\x0d\x5a\xc4\x98\x68\xe2\x86\x8c\xd7\x48\xa2\x30\x26\x94\x69\x28\xf8\x01\x07\x31\x64\x1b\x87\xd7\x1d\x08\x88\xb3\xa0\xf5\x1d\x1a\xbf\xc7\xcd\x20\xd0\x6c\x0f\xf5\x3c\x23\x99\xad\x21\xdb\x28\x42\xc4\x1e\xb0\x54\x32\x84\x43\x4b\x13\xa0\x11\x03\xc0\xc2\x3d\xa4\x00\x40\x40\x8c\x69\xf3\xea\x79\x80\x80\xb8\x35\x9d\x0d\x6d\xd8\x03\x01\x8d\x00\xb7\x6d\x7e\xf4\x6d\x7e\x74\x22\x86\xb7\xd8\x0f\x1b\xec\x87\x41\x5e\xb2\x3d\xb4\x34\x01\x01\x31\x54\x2c\x0c\xef\x36\xa8\x0e\x03\x48\xa0\x3d\x34\x6b\x03\xee\x70\x92\xb8\x67\x0f\xa5\x31\x80\x1e\x4e\x82\x88\xb7\x40\x0f\x7b\xa0\xfc\x95\x17\x13\xe8\x61\x0f\x92\xa7\x6a\xab\x11\xe8\x61\x0f\x54\x3f\xf2\x62\x43\xe7\x1d\xb0\x1f\x6e\xaf\xfb\x90\x02\x00\xee\x30\x26\xfa\xcd\xa1\xf2\x77\x2c\xf6\x11\x7e\x73\xc8\xf3\x0c\x78\x9e\x39\xff\x85\x82\x7a\xc8\x12\x8d\xc5\x9e\xc2\xff\x0c\x35\x43\x23\x39\xa3\x5b\x9a\x31\x34\x71\x0f\x34\x43\x04\xce\x6d\xa1\x21\xf6\x48\xfe\x67\x1e\xdc\xf3\xe1\xd5\x1f\x5e\xfd\xee\x8f\x4e\x2e\xaf\xfb\xd4\x36\x3e\x94\xdf\xc6\xae\x7c\xc5\xb0\xb5\x7a\x8f\xa4\x06\x53\x06\x65\x68\x88\x1a\x9b\xe6\x79\x6d\x86\x66\xed\xf1\xd0\x96\x77\xe0\xb1\xad\xc7\xb6\xf8\x51\xb3\xf6\x48\x06\x67\x6a\xfc\x1e\x8a\x74\x24\xb9\x3f\x09\x36\xd9\xc2\x4c\xec\xf1\xd2\x16\x66\x8e\x21\xcd\x20\xed\xfd\xd4\x1e\x0e\x0a\x45\x16\x26\xe5\xb3\xca\x71\xbd\x34\xef\x1d\x50\x7f\x04\xda\xc4\x2d\xc5\x1b\x4a\x79\xe3\x63\xf4\x1e\x65\x45\xba\x41\x4a\xe8\xe2\x9e\xca\xba\x00\x33\x31\x0f\x8e\xf2\xd4\x5c\x35\x93\xd8\x4c\x4d\xe4\x53\xd6\x05\x00\x8a\x93\xf0\x96\x2d\xf2\xc4\x06\x6d\x62\x12\xaa\xb7\xa7\xf4\x07\xb4\x89\x13\x6c\xb7\x3d\x55\x17\xcf\xc2\x84\xa0\xd7\xc2\x4c\xec\x59\xf8\x91\x03\x3f\x35\x44\xcd\x24\x30\xd3\xb7\x72\x6a\xe9\x9e\xc9\x88\xdc\x64\xfd\xda\x53\x62\x03\xf2\xc4\xf4\xf9\x9c\x2a\x9e\x00\xa0\xb8\xb5\xef\x4e\x35\xc8\xa0\x4d\xcc\x83\x03\x2f\xcc\xc4\x9e\x17\x3f\x72\x6e\xa7\x26\xa6\x79\xb1\x38\xe8\x1a\xa6\x5a\x26\x00\x28\x6e\xad\xc0\x53\x62\x33\x6f\xda\xe2\x52\x4f\x89\x0d\x68\x13\xb7\x86\xe1\x49\x50\xda\x9e\x24\x44\xd3\x30\x3c\xd5\x33\xcf\x9b\x55\x75\xbd\x14\xe9\x66\x25\x77\xf5\x61\x95\x8b\x53\x69\x1e\x69\x7d\x6a\x9b\x9a\x95\xf5\x42\xf3\x38\xa5\x3f\x33\x85\xb5\xa9\x3d\xdc\xdc\xd8\x1b\x4c\x0a\xb3\xd7\xef\xa9\x52\x79\x26\x8b\x31\x09\x83\xdb\x53\xc9\x6c\xc2\x6e\x10\x61\xbd\xc5\xa7\xd8\xb3\xd1\x16\xf4\x7a\x6a\xe9\x06\xb2\x62\xfa\xb4\x4c\xe9\xcf\xec\xb4\xe5\x1c\x55\x2a\xcf\xa4\x2c\x13\x08\x86\x3d\xa5\x2c\xa0\x4d\x98\x1a\x7f\x4f\xcd\xda\x73\xf0\x23\xac\x9e\xc8\x13\x7b\x26\x81\x99\xc4\xbc\x6d\x61\x26\x36\x30\x13\x53\x42\x3f\xa7\x6d\x4d\xdb\x62\xda\xd3\x03\xb0\x18\x97\x07\x53\xb3\xf6\x5c\xfc\xe8\x91\x93\x91\x00\x79\x62\x02\x8f\xb8\xa7\xd4\x64\x06\x3f\x7a\xe4\xd4\xf3\x00\x2d\x71\xfb\x00\x4d\x95\xca\xe0\x48\xcc\xe2\x61\x52\x4e\x02\x53\xc2\xdc\xfc\x5b\x4c\x89\x0d\xa6\xc4\xd4\x14\x3d\x35\x58\xcf\x24\x17\xb3\x78\xbe\xb6\x07\x60\x9b\x49\x9f\xe6\xb7\x87\x69\x33\x6d\x08\xcc\xd4\x86\x3d\x1f\x9b\x67\x09\x81\xe8\xdf\x20\x4f\x9c\x27\x17\x79\x2a\x3a\xcd\xc7\x6c\xec\xb4\xa5\xe8\x34\x1f\x13\xb9\xb3\x38\x92\x8e\xf9\x92\x6b\x1f\x5d\xe7\x94\x74\x4c\x48\x47\xf1\xac\x4a\x27\x00\xa0\x98\xe0\x22\xec\xa9\x36\x68\xbe\xb4\xe5\xaa\x6a\xe9\x9e\x1f\xb9\xd9\xbd\xee\xfa\xcd\xcc\xcf\xb6\xe8\x51\xa9\x67\x22\xf5\x90\xdc\x65\x4f\xf9\x14\xf0\x29\x26\x01\x6e\x7b\x6a\x69\x9a\x1f\xd3\x86\x46\x2f\xa9\x09\x60\x14\x13\xc4\x83\xbd\xb4\x74\x83\x49\x71\x6a\x6d\x5d\x44\xc0\xee\x05\xe9\x20\x0d\xd8\x5e\x2a\xa8\x57\xb2\x2b\xd3\x43\x2e\x64\xc5\x06\xb2\x62\x6a\xb0\x16\x80\x62\xaf\x93\xaf\xf0\xe4\x5a\x5a\xa7\x57\x72\x1d\xd3\x7d\x5c\x12\x85\x95\x62\xc9\x74\x87\x96\x66\xa5\x05\x9d\x20\xba\x7d\x2f\xcd\x4a\x80\x4e\x4c\xb7\x63\x29\x24\x2c\xb8\x86\x93\x77\x17\x30\x8a\x2c\x68\x8b\x67\x7d\x29\x37\x80\x49\x31\x09\x24\xdb\xcb\x8b\x0c\x0e\xc5\x3c\x31\xb0\x2d\x35\xc8\x2b\xa5\x8b\xdb\x83\x29\x26\xc5\x06\x93\x62\x92\x11\x7d\x2f\xd5\x35\xe0\x50\x9c\x9a\x8f\x97\x8e\x75\xcb\xeb\x8e\x3e\x78\xa9\x22\x5e\x8d\xe6\xd1\x06\x2d\xd9\x8d\x05\x05\x38\xe1\x4a\x97\x36\x24\x70\x28\xe6\xd9\xff\xc5\x53\xbc\xa4\x06\xa0\x4d\x4c\x92\xa6\xec\xa5\x9e\x66\x91\xe8\x50\x76\x41\xe4\x89\xbd\x3a\xa4\x92\xcb\xb3\x34\x5e\x03\x40\x31\x89\x6c\xdb\x4b\x9a\x01\x00\xc5\x24\x68\x7a\x2f\x8d\xd7\x0b\x32\x42\x64\xdb\x5e\x5a\x9d\xc0\xa4\x98\x40\x3e\xee\x25\x83\xb2\x86\xcd\xb3\x04\x92\x11\x00\x28\x26\x41\xd3\x7b\xa9\xba\x01\x80\xe2\x2e\xae\x8a\xea\xe2\x35\xd9\x1a\x38\xe7\xa5\x3c\xb2\x16\x0f\x23\x17\x71\xc9\xb3\x2c\x28\x0b\xf1\x6f\x5b\x7c\x8a\xbd\xa0\x2c\xe4\x3b\xdf\x4b\xca\x02\xda\xc4\x24\x95\xf9\x5e\xea\x69\x56\xd8\x16\x83\xd0\x14\xbd\x52\xf8\x98\x1a\x99\x97\x1c\xc8\x82\x03\x39\xfd\x4a\x43\x14\xc8\x13\x93\x00\xb5\xbd\x14\x3e\xd6\xe6\x06\x73\x5d\x97\x64\x04\xb4\x89\x79\xc1\x0f\x2c\x95\x32\xa0\x4d\x9c\xda\xe9\x97\xc2\x07\xc8\x13\xe7\x6f\xbd\xe4\x40\xd6\x93\x87\xe1\xba\xfc\xca\x4d\x7b\xb8\x62\x3c\x40\x22\x4f\xec\xf5\xd0\xfc\xe5\x8f\xae\x6a\x0a\x2f\x53\xeb\xb4\x60\x14\x1b\xe4\x89\x49\x50\xda\x5e\xea\x56\x00\xa0\xb8\xe5\x1a\x96\x06\x6b\x90\x27\xa6\xd6\xe9\x25\xbb\xb1\x3e\x7e\xf4\x74\xab\x54\x5e\x70\x20\x97\x97\x5a\x73\xd5\xfa\xd8\x5a\x58\x84\x25\xcd\x00\x9f\x62\x02\xdb\xbf\x43\x71\x27\xa0\x19\x84\xae\xed\x90\xdd\x88\x83\xaf\xa0\xc4\x82\x51\xec\x80\x40\x5c\xc8\x5c\xa1\xb9\x2a\x60\x37\x08\x4a\xdb\xa1\xdd\x39\x0a\x3f\x22\xdc\x86\xda\x0d\x30\x29\x4e\x92\xed\xed\xd0\xd7\x37\x4e\x0e\x13\x27\x27\xe4\x2d\xe2\x64\xbd\xa6\x5f\x6d\xab\x1e\x7e\xbc\xa8\x7a\xad\xa2\x79\x28\x5e\x48\x46\x40\xae\x98\x17\x6f\x78\xa8\xca\x08\xf2\xaa\x9e\xd8\x05\x43\xdd\x70\x24\xf3\x30\x35\x45\x87\x52\x4b\x20\xb5\x5c\xbf\xaa\xc7\xaa\xdc\x21\x82\x29\x77\xa8\x08\x8e\xca\x8f\x1c\xb9\xd0\x14\x0d\x72\xc5\x49\xe4\xe4\x0e\x55\xbc\x20\x57\x4c\xe2\xc1\xb6\x90\x15\x3b\x1a\x3f\x62\xa5\x0b\x6d\x48\x91\xa4\x63\x12\xd6\xb5\x43\x25\x45\x24\xf3\x70\x4b\x63\x43\x32\x02\x8a\xc5\x04\xf3\x78\x87\x4a\x0a\xc0\x2c\x6e\x42\x8d\x77\x48\x27\xa2\x3b\x88\x46\xd5\xb2\x2a\x17\x07\x94\xe0\x2d\x8a\xc5\x0e\x88\x82\x46\xe6\x50\x6a\x89\xa4\x0d\x13\x20\xc7\x1d\x2a\x29\x22\x59\x8c\xfb\x74\x8e\xd2\x09\xb0\x2e\x26\x91\x5e\x3b\x54\x52\x00\x79\x71\x93\xf8\x72\x87\x44\x21\x20\x0a\x20\xae\xec\x50\x6a\x89\x94\x5a\x26\xf9\x85\xb7\xf0\x17\x3b\xa0\x13\x9a\xa2\x43\x1b\x52\x24\x6d\x98\x80\xd1\xee\x50\x6f\x11\xeb\xa6\xad\x4a\x95\x43\x85\xdd\xb8\x3d\x85\xea\x2d\x00\xc6\xb8\x75\x56\x0a\x95\x14\x11\x2c\xb4\xa7\x50\x76\x23\xa0\x13\x84\xae\xfd\x7f\x8c\x9d\xcb\xce\x26\xa7\x76\x40\xe7\x79\x8a\x7e\x83\x14\x14\x97\x42\xb2\x3c\xc9\x38\x79\x87\xaf\xd8\x20\x79\x60\xbb\xd5\xb1\xdf\x3f\x62\xad\xdf\x83\x9c\x33\xb0\x07\xad\xaf\x7f\x54\xc5\xad\x60\xb3\x2f\xb0\x98\xaf\x9e\x5a\xb8\x19\x03\xf8\xe2\x7c\x95\x13\x2f\x36\x48\x71\xc8\xe9\x91\x78\x8f\x29\x52\xb2\x7d\xaf\x5b\xf6\xc5\x06\x29\x58\x04\xaf\x12\xe0\xc5\x06\xb9\x59\xf2\x84\x64\xcc\xf7\xe8\x16\x83\x43\x56\xf3\x55\xb7\x80\x95\x31\xaa\xe3\xcb\x18\xf6\x1b\x7c\x6d\x74\x8b\x57\xa1\x00\x24\x63\x70\xa9\xea\x7c\xdd\x1f\xf7\x62\x70\x70\x02\x6d\xbe\x1a\x1c\x2f\x06\x87\x5b\xad\x5e\x03\xd6\xe0\x33\x46\xb5\x12\x06\xac\x41\x69\x8c\x6a\x17\x2a\x14\x5e\xa6\xbb\xa1\xe8\xe9\x74\x9f\x97\x79\x35\x92\xaa\x49\x8d\xa4\x41\x52\x37\xe9\x74\xa1\x27\x53\xa6\x06\x07\xdc\x8c\x7c\x7f\xe5\xb5\x4c\x22\x7b\xea\x35\x8d\x21\x81\xcc\x18\x9e\x26\x99\xfa\x40\x40\x66\xe4\x9b\x95\x7e\x2a\x3a\xe0\x63\x8c\x6a\x25\xf4\x81\x4c\x7c\x20\x60\x17\xa6\xac\x8c\x09\x2b\x23\xbb\xeb\x47\x56\xc6\x84\x95\x31\x0c\x6b\x4f\x8f\x09\xc0\xca\xc8\xdc\xf7\x32\xa7\x4a\xc9\x44\x9a\xd4\xfa\xf7\xd7\x2a\xcd\x69\x6c\x1c\x7c\xc6\xf0\x80\xc8\xd4\x45\x02\x3e\x23\x73\x16\x78\x4e\xad\x16\x50\x1a\xf9\x46\x7b\x13\xa5\x31\x41\x69\x0c\x8f\x7e\x4c\xad\x16\x50\x1a\x19\x04\xc3\x9c\xc6\xc6\x21\x6a\x0c\x83\xcc\xd3\x40\x14\x44\x8d\x61\x90\x79\x2a\x7f\x80\x64\x0c\x83\xcc\xd3\xf3\x01\xb0\x32\xf2\x8d\xb2\x33\xd5\x6c\xa6\xf2\x07\x65\x47\x6e\xc6\x84\x9b\x31\x2a\x2b\x97\xdc\x8c\x39\x11\x49\x70\xa1\xa6\x90\x8c\x09\x24\x63\x80\x68\x9c\x53\x5f\xe7\xec\x60\x8d\x11\xce\xd3\x18\xd0\x1c\xe0\x90\x19\xca\x53\xef\x04\xe4\x8a\xc1\xf9\xb7\x39\xb5\x21\x26\x36\xc4\x8d\xdf\x74\xaa\x0f\x4c\xa6\x7e\xf3\x33\x8f\xaf\xbc\x16\x49\xb4\xd1\xa9\x0f\xd8\x62\x70\x9b\xd6\x9c\xee\xc3\x07\x66\x91\x6f\x3b\xc7\xdd\xb2\x13\xff\xe4\x6d\xe7\xe8\xa4\x00\x6c\x31\xdc\xad\x3f\xb5\x34\x00\x5b\xe4\x9b\x48\x80\x60\x8b\x09\xd8\x62\x18\x21\x9d\xfa\x2d\x80\x59\x0c\xc3\xa1\x53\x69\x00\x9f\x62\x18\x0e\x9d\x3a\x29\xc0\x54\x64\x2e\x35\x99\xf2\x29\xe6\x9c\x1f\x92\xa8\x84\x96\x06\x4c\x8a\x01\x43\x71\x4e\x83\x34\x13\x01\x61\xa0\x73\x1a\xa4\x01\x53\x31\xb8\xb3\x6a\x4e\xb7\xe3\xcf\x40\xc6\xda\x46\x05\x04\x7c\x8a\xc1\x49\xc0\x39\x0d\xbf\xcc\x65\x25\xa8\xaa\xe1\x97\x89\x59\x61\x08\x53\x3e\xc5\x9c\x08\x08\xf7\x92\x4f\x23\x27\x20\x2b\x46\x43\xc1\x99\x4a\x03\x98\x14\xc3\xe0\xe4\xd4\x23\x31\x37\xd2\x93\x35\x3c\x8c\x9c\x04\x8b\xbf\x9b\xaa\x43\x83\x21\x30\x18\xdc\xef\x25\x9f\x62\xc2\xa7\x18\xb0\x08\x66\x18\x51\x8e\x0b\xfc\x35\x8b\x6c\x38\xf5\x61\x52\x0c\xce\xf5\xcd\x30\x7c\x0c\x93\x22\xdf\xac\xf4\xa1\x63\x33\xce\xa4\x1e\x1d\x4b\x56\x18\xc5\x04\x46\x91\xdd\x3b\x26\x8c\x62\x06\xee\x07\x77\x17\x87\xd1\x8e\x38\x73\x7b\x70\x97\xd5\x94\x4f\x31\x01\x50\x0c\x2e\x62\x9b\xa1\x17\x13\xf2\xc4\xf0\x40\xa0\xe4\x89\x19\x38\x16\x3a\xb2\x2c\x0c\x5a\x04\x36\x84\xe1\xbd\x70\xa5\x8f\xca\x02\x44\x7f\x45\xfd\x7a\x8a\x66\x63\x7c\x88\x99\x98\x81\x7f\xc0\x9d\xa4\x61\x38\x22\x1a\x79\x61\x1d\x84\x91\x5b\x30\x13\x03\x4c\xe0\x0c\xfd\x03\xd0\x26\x32\xec\x86\x19\x3a\x23\x03\xf5\xbf\x33\xc8\x25\x4f\xcc\xc0\x19\x60\x20\x2b\x9c\x8f\xc0\x28\x86\x51\xab\x70\x6b\x08\xb4\x89\xe1\xde\xc4\xd0\xa7\x08\x47\x62\x18\x56\x0a\x57\x67\x98\x12\xb9\xd8\x85\xae\xce\xc1\x44\x36\x60\x24\x53\x62\xc2\x94\x18\x8f\x7d\xef\xac\x0d\x54\xf6\x07\xc5\x2b\x8c\xb6\x02\x8d\xc8\xc5\x8e\xd6\xf3\x18\xa8\xec\x1e\x7a\x14\x20\x31\x01\x48\x8c\xc7\x12\x8d\x17\xc4\x99\x96\xe3\xf1\xa3\x19\x47\x8d\x97\xa9\x60\x25\x9c\xa2\x40\x23\xc6\x63\xf6\xfa\x07\xe2\x2c\xd2\xc5\xfd\xaa\xa1\xd3\x10\x04\xc4\x70\xe3\x53\xa8\xb2\x83\x83\xc8\x6e\xe5\x13\x07\x31\x83\x29\x6a\xac\x26\xd4\xe2\x21\x44\x8c\x87\x15\x22\x9c\xa2\x81\x7e\xee\xfe\xa5\xd0\xf2\x07\x01\x51\x34\x4b\xc2\xa0\x69\x2c\x2b\xc1\xc8\xd1\x19\x10\xa8\xec\x86\x49\x24\x44\xcc\x60\x8a\x3e\xac\x49\x61\xa0\x21\xce\x4c\x1d\x6e\x3d\x0a\xa7\x68\xb0\x3a\x73\x29\xd3\x0c\xcd\x7c\x40\x11\xb9\x20\x0b\x43\x0f\x21\xd0\x88\x61\xb4\x43\x68\xc4\x5c\x17\xb5\x47\x0d\x5a\x7a\x08\x17\xc1\x4d\x37\x22\xca\x91\x98\x8b\x89\xec\xae\x9f\xa5\x16\x0f\x5a\x62\xb8\xeb\x67\x39\x6b\x57\x32\x2f\x5e\xd4\x43\xb8\x50\xd9\x8d\x89\x2c\x55\xf6\x85\xca\x0e\xfb\x61\x2e\x03\x92\x0b\xcb\x9f\x5b\x66\xe6\x32\xf6\xb0\x32\x9f\x16\x5f\x83\xd0\x88\x09\x34\x22\xab\x6f\x0a\x8d\x98\x40\x23\xc6\x33\xfe\xc1\x52\x2c\x53\x62\xc2\x94\x18\x6e\x5e\x5e\x46\x35\x41\x4b\x64\x95\xd6\xa5\x9b\x71\xa1\xf7\x1b\x7e\x91\x29\x31\x17\x53\x9f\x8b\x5b\xe6\x72\xea\x83\x99\x18\x46\x51\x96\x53\x1f\x68\xc4\x18\x68\xce\x4b\xbf\xc3\x2a\x7c\x79\x54\xdb\xa5\xb7\x10\x42\xc4\x30\x64\xb2\xd4\xfb\x17\xeb\x2e\x00\x89\xb9\x8c\x57\x02\x90\x18\xc6\x47\x96\xd1\x8a\x75\xe4\xc4\x30\x3e\xb2\xf4\x28\xac\x23\x20\x32\x54\xf4\xb9\xdc\xed\x01\x34\x62\xb8\xad\x66\x19\xc2\x5c\x84\x30\xdd\xea\x29\x40\x62\xae\xb6\x48\xa2\xd3\x35\x05\xa0\x45\x64\x00\x12\x73\xb9\x86\x03\x8d\x18\xee\xa1\x59\xc6\x2b\xd7\x91\x26\xc3\x0d\xa1\x02\x24\xe6\xea\xf3\xbc\x88\xaf\x61\x29\x59\x16\xd6\xc1\xf0\x6b\xb9\x05\x1e\x8e\x44\x76\x43\xe8\xd2\xcd\x08\x47\x62\xb8\xd3\x66\x3d\x5f\x2f\xae\xd3\x5f\x76\x8e\xd6\x01\x4c\x89\x5c\xf0\xfa\xca\x94\x98\x0b\x91\x64\xac\x65\xe9\x8c\x5c\x47\x0c\x0d\x63\x2d\x4b\xf9\xb3\xb0\x0e\xdc\xb1\xb9\xf4\x22\x2c\xa2\x9a\xee\x37\x5d\x5a\x07\x4b\xf9\xf3\xf8\x94\xcd\xc6\x8b\x60\xac\x45\xf2\xc4\x5c\x47\x32\x15\x35\xd4\xa5\xc1\xb0\x50\x24\x8a\xa3\xdb\x40\xe7\x42\x70\x19\x7e\x59\x46\x3b\x40\x56\x0c\x2e\x57\x98\x22\x2b\xe6\xc2\x86\x18\x2c\xb2\x4b\x5f\xc3\x7a\x19\x26\x7e\x6d\x5d\x96\x0b\x97\x25\x14\xc2\xb9\x74\x59\x2e\xcc\x0a\x28\x84\x73\xa9\x48\x2c\x04\x97\xc1\x94\x65\x68\x03\x26\xc5\x18\x2c\x8c\xcb\xc5\x1f\x3e\x45\x76\x6b\xec\x72\xf1\x07\x53\x91\x2e\xd0\x81\x73\xe9\x67\x5c\x47\xe8\x9c\x34\x1a\xae\xc9\xb0\x16\x1f\xd7\xa9\xa8\x04\x02\x54\x71\x1e\xa3\x50\xf7\xb4\x43\xaa\xc8\xee\xb4\x5d\x60\x6f\xe7\x42\x04\xb9\xd3\x76\x2b\x6f\xf6\x31\x10\x32\x80\x8d\x29\xb5\x62\xee\xcb\xcc\x18\xaf\x5b\xa3\x61\x1f\xb9\x73\xd2\x3a\x69\xc3\xb4\x6d\xda\xe9\x8f\x6d\x50\x14\x32\x45\xae\xb8\x76\xb6\x06\xc1\x66\x3f\x05\x80\x88\xb9\x75\x36\x02\xae\x48\x97\x71\x10\xc9\x15\x13\x72\x45\x86\xce\x31\xb7\xca\xc3\x4e\x16\x80\x24\xd8\x5a\x09\x10\x2c\x4e\x5a\x26\xcd\xca\x1d\xa9\x73\xd2\x68\x84\xfe\x84\x8d\x3f\x41\xbb\x6a\x7b\x76\x78\x23\x57\x20\x7b\xcc\xad\x21\x00\xe9\x22\x5d\x86\x47\x64\x5c\xcc\x7d\x9b\x1b\x52\x79\x1b\xad\x80\x7b\x91\x2e\x37\x00\x6c\xa5\xcd\x2e\xbe\xcb\x8a\xbe\x75\x33\x80\xb6\x28\x5a\x11\xdb\xe0\xe8\x56\xdc\xd8\x54\xdd\x9c\xbb\xda\xc1\xac\xf2\x5b\xd5\x7f\xa3\xfa\x57\x3e\xa0\xe8\x8b\xb9\xab\x05\xa0\xd5\x6f\xbd\x9a\xbb\x3a\x1e\x18\x83\xf2\x30\x26\x3c\x8c\x0c\x74\x61\xca\xc3\x98\xbb\x59\x02\xe3\x52\xfa\xc5\xdc\xcd\x12\x78\x53\x91\xb3\xe5\xe5\x1b\x00\xd9\xc6\x51\x37\x71\x54\x18\xe7\x73\xab\xba\xec\x7e\xfb\x18\x95\x33\x90\x01\x4b\xe3\xa4\x35\xd2\xac\x5c\xdf\xa6\x51\x84\x6e\xc9\xfd\xd0\x9b\xc6\x7e\xb6\xea\xcb\x7e\x7c\xce\xc6\x7a\x20\x6f\x8f\x6c\x1a\xf9\x79\xfc\x77\x1f\xd5\xa6\xe8\xf7\x92\xc4\x31\xf7\x30\x3b\x66\xfd\xf6\xb0\xef\x1e\xf4\x30\xcb\xef\xd6\x0f\xb9\x3f\xd6\xce\xe1\xaa\x0a\x03\x9e\x23\x5d\x00\x01\xa7\x7c\x8e\x09\x9f\xe3\xa4\x51\x84\xe2\x61\xbf\xbe\x8b\xa4\xdc\x6e\x5d\xdd\x2f\xdf\xd5\x61\x62\xe8\x73\x4f\x3b\xc5\x62\xd5\x59\xf6\xf4\x55\xb4\xc3\xad\x38\x80\xd1\x71\xd2\x28\x42\x79\xb0\xc3\x77\x1d\x62\xfa\x19\x00\x6c\x94\xfb\x2b\xc9\x1a\x87\xb5\x43\x52\x6d\x83\x9d\x9b\x60\xa7\xb6\xb4\x84\x8d\xb9\x97\xb9\x61\xba\x6c\x43\x16\x90\x36\x4e\x1a\xa5\x2a\x4b\xf6\x32\x3b\xc7\x93\xbe\x86\xbd\xc9\xae\xfe\x03\x37\xf6\xd6\x19\xb9\xe5\xe9\x1b\x75\xd8\x9a\x1a\x9b\xe0\x67\x75\xfe\xa9\xda\x40\xef\x48\x17\x70\xe4\xb8\x88\x57\xc4\x75\x65\xd3\x6e\xd2\xaa\x69\xaf\x69\x95\xb4\x65\x9a\xef\x1e\x6d\x33\x2e\x3c\x92\x71\x29\x32\x88\x46\xc4\x85\x32\x13\x57\xf2\xdd\x33\xa3\xe3\x22\x68\x11\x97\x32\x03\x94\x5e\x5c\xd9\x72\xb3\xef\x66\xca\x40\x79\x89\x8b\xf0\x26\x97\x5f\xc6\xc5\xf6\xd4\xb8\x8e\xe4\x28\x18\x85\x71\x65\x6b\x72\xdf\xde\x67\x42\x8d\x21\xe9\xc6\x75\x33\x8f\x1a\x15\x41\x3d\x89\x4b\x31\x92\x8f\x24\x8c\x8b\x30\x68\x5c\x37\x33\x95\x40\x52\x88\x21\x09\xd0\x23\x27\x8d\xec\x8a\xd9\x15\xb3\xa3\x22\xc5\x76\x15\xdb\x50\x69\x43\xb5\xfd\xca\x0c\xa2\x1e\x71\x55\xfb\x4e\x01\x41\x8c\x23\xae\x6a\xb1\xd5\x77\x1b\x45\x34\xab\xd7\x7c\xae\x93\x5f\xf3\xb9\x66\xdf\x75\x9a\x81\xd5\x12\x17\x56\x4b\x3d\x2a\x64\x08\x28\x89\xab\x99\xdd\x19\x82\x71\x01\xac\x8a\xab\xfb\xea\x43\x76\xdd\x57\x3b\xaf\x3e\x34\xf6\xb1\xc6\x8f\x35\x7e\xe8\x94\xc7\x1a\x3f\xd6\x64\xf8\x9c\xad\x55\x42\x00\xe0\x8b\xeb\xb1\xa3\x94\x10\x10\x57\x03\xfc\xc9\xf9\xf9\x7a\x97\xfc\x86\x5f\x71\xf0\x15\x07\x8d\x1d\xd6\xf8\x43\xb1\x44\x17\xe2\xfa\xd8\xc7\x28\x14\x5c\xb7\x1e\x42\x4f\xe2\x52\x42\xdc\x8e\xa7\x8f\x7d\xf2\xf9\x98\xe6\x73\xd6\xe4\x35\xbb\x44\x76\xaf\xd9\xe1\x89\x60\x67\x7e\x48\x34\x89\xeb\x65\xf5\x1a\x74\xc9\x6b\xbb\x5e\x2f\x98\xc9\xe4\x86\x9d\x13\xf0\x4b\x32\x90\x8b\x90\x5f\x12\x97\x72\x04\x45\x23\x04\x98\x84\x00\x93\xeb\x76\xd8\x4d\x4b\x98\x96\x40\x3d\xa6\x03\xf6\xd8\x40\xe7\x31\xb2\x0b\x4b\x20\x14\xda\x9c\x76\x84\x42\xe3\xc2\x83\xd9\x9c\x75\x61\xeb\xc3\xfb\x70\x0a\x4d\x08\x3f\x21\xb1\x50\xd8\x17\x21\xc3\x24\x2e\x05\x10\xeb\x59\x00\x34\x39\x3f\xf7\xcf\xdf\x4a\xb9\x68\xe9\x32\xb7\xf5\xfa\x18\x75\x5b\xe6\x46\x34\x14\x20\x46\x5c\x44\x43\xe3\x42\xd6\x34\x67\xf5\x36\x33\xce\xdd\x5d\x88\xf8\xb8\xb6\xfd\xb6\xcd\xcd\x51\xbd\xfd\x0a\x4a\x13\x04\x70\x24\xa5\x09\xd4\x92\x93\x56\x49\x7b\x4c\x1b\x54\x6e\x90\x44\x1b\x52\xb2\x7f\x19\xe8\x09\x87\x64\x24\x85\x89\x53\x1d\x88\xc9\x4f\x01\x60\xe4\xa4\xf1\x1c\x96\x48\x40\x1b\xc9\x1c\x4f\x08\x69\x23\x91\x94\x08\xb0\xec\x22\xdd\x66\x07\x5b\xfb\x22\xe0\x10\xf2\x46\x02\xde\x48\xe6\x8e\x91\x48\x44\x2a\x22\xa9\x44\x7c\xd5\xae\x58\x42\xa1\x84\x4c\xa1\xec\xba\x8c\x84\x40\xe0\x1c\x43\x24\x1c\x8a\x01\x64\x24\x5d\xc4\x2a\x22\x15\x73\x23\x7c\xda\xb2\x99\xd9\x54\xe5\x06\x87\xe4\x22\x55\x7b\xa9\x66\xd3\xa8\x88\x72\x23\x55\xb3\xb3\xd4\x6a\x76\xc4\x46\x71\xde\x45\x6a\x36\xb5\x79\xed\xd0\xcd\xab\xcd\x66\x29\x36\xca\x4d\x53\x89\x61\x44\x6a\xcb\x34\xaa\xd2\x2d\x56\xf5\x00\xc8\x60\xa4\xee\xc7\x21\xda\xf9\x55\xbb\x6e\xa7\x63\xa7\xb4\xaf\xa7\x6c\x84\x62\x03\x32\x60\x08\x10\x89\xa4\xd8\xc0\x1a\x8b\x44\xd0\x22\x92\x62\x03\x9e\x5f\x24\xc5\x06\xd8\x90\x74\x11\x90\x88\x34\x6c\xec\xf0\xe3\x34\x9e\x1b\xb6\x62\xd8\x51\x9d\xe7\x3e\x7e\x09\xec\x10\x18\x5f\x91\x3e\x76\x80\xa2\x04\x92\x5d\xa4\x8f\xd9\x7d\xcc\x8e\x85\x23\x71\x00\x37\x20\x8c\x64\x7c\x8e\x91\x14\x25\x49\xc5\xa2\x38\xc2\x5e\x4b\x78\x29\xa1\x9a\xe4\x9b\xaf\x5d\xc2\x9b\xaf\xed\x7f\x7d\x13\x11\x99\xa6\xbd\xa9\x8c\xc0\x5a\x88\xa4\x8c\x48\xea\x15\x98\x01\x91\xa6\x1f\xf1\xa8\x17\xa5\xdc\xf7\xdf\xae\xe6\x91\xc2\x26\x06\x3d\x5b\x1d\xce\x61\xdd\x9d\xce\x1c\xa2\x8b\xe4\x74\x4e\xcb\x9c\xe9\xc4\x65\x45\xb5\x39\xb8\x5a\x29\x44\x80\x44\xda\x66\x77\x53\xa9\x6d\x76\xfb\x63\x1a\x8d\x74\x3e\x27\xe7\x33\x48\xab\xc8\x58\x22\x91\x35\x3b\xb8\xc5\x26\x32\xae\x8f\x80\x06\x52\x1c\x45\x19\xef\x64\xe4\xeb\xeb\xd5\x93\x9d\x1c\x90\xc8\xce\x71\x14\x90\xc8\xce\xf1\xec\x1c\x07\x1f\x15\x50\x41\xce\x8f\xef\xd6\x33\xb6\x00\x7e\x9c\x9f\x44\x11\x9d\xa4\x66\x92\x1d\xc0\x9a\x9c\xb1\x27\x22\x63\x4f\x40\x1f\x89\xac\x72\x90\x95\x18\xdc\xa8\x14\x92\x3f\x42\xf2\xc7\xe5\x1a\x0a\xf3\xe3\xfc\x98\x5d\xa7\x54\x65\x01\x70\x8f\x0c\xa6\x24\x72\xb1\x11\xda\x13\xae\x52\x62\x3d\x22\x3b\xf1\x5d\x57\x32\x71\x83\xc8\x5c\xdc\x71\x01\xbb\x0b\xb8\x1f\x3f\x05\xc8\x8f\xc2\x45\x9c\x91\x9d\xf8\x59\x85\xa1\x32\x3e\x84\x7d\x44\x56\x61\xe0\xd0\x57\x64\x1c\x1d\x01\xf4\xa3\x14\xbb\xa9\xda\x30\xad\x07\x57\x0c\x71\x1f\x91\xd5\x21\x1a\xc2\x2b\xab\x43\x64\x28\x98\x17\xe7\xbe\x02\x1e\xc8\xf9\x39\x4a\x14\x8e\x8d\xc8\xca\x87\xac\xf9\xd0\x12\xd9\x75\x3f\x2c\x41\x4e\x9c\x1d\x91\x15\x0f\x59\xf1\xd0\xa8\x48\xb7\xf9\x1a\x14\xe0\xfb\x23\x3f\x7e\x2f\xf6\x66\x36\xe6\x9f\x60\x90\xc8\x8a\x0c\x30\x44\x91\xd5\x34\xf2\xd3\x4c\xa3\xbe\x8a\x8c\xac\x56\x41\xd0\x22\xf2\x30\x3b\x5c\x19\xf8\xd2\x23\x0f\x9b\xaa\x8d\xd1\x1c\x9c\x6a\x15\x59\x89\x41\xa8\x21\xf2\xc7\x1e\x56\x3c\x38\xef\xb3\xe2\x21\x6b\x64\x40\xe2\x89\xfc\x5a\x3d\x0d\x0a\x0e\x4c\x45\x7e\x6d\x2c\xfa\x02\xa8\x94\x00\xf0\x71\x7e\x96\x8f\xd1\x8a\xd7\xef\x7a\xd4\x86\xdc\x98\xf7\x52\x3d\x22\x6b\x63\x7c\x0d\x9d\x69\x6e\xd3\xdc\xa8\xdc\xb4\xc2\xa0\xcc\x2e\xb0\x34\x91\x9d\xec\x59\xb3\xe3\xab\xef\xd4\x04\xb2\x02\x80\xf8\x42\x64\x05\x00\xfc\x8f\x93\x46\xa7\x84\xb5\x53\x15\x20\xc2\x10\x79\xd9\x01\x1a\x1e\xed\x21\xbf\xe5\x87\xc5\xaf\x41\x58\x20\xc0\x81\x9c\x1f\x5f\xb5\x15\xdb\x6e\x47\x17\xe0\xba\xa5\xc8\xea\x02\x59\x79\xd2\x1c\x9c\xdb\xc6\x42\xe2\xbe\x3a\xea\x4c\x56\x9e\x64\x65\x47\x67\x74\xde\xca\x0e\x68\x20\x99\x73\x4b\x71\xe3\x22\x8d\x5b\xf5\x00\xba\x4a\x08\xfd\x88\xfb\xa8\x04\x19\x9e\x70\x40\xfb\x38\x3f\xbe\xd9\x49\xba\x4d\x2a\x24\x0d\x92\xba\x49\xaf\x99\x99\x66\x66\x84\x30\x09\x47\xc4\xcd\xce\xca\xb8\x71\xa5\x02\x3b\x09\xa9\x1f\x01\xf5\x23\x03\x3b\x09\xa9\x1f\x01\xf5\x23\x77\x46\xa6\xd4\x8f\xb8\x95\x38\x7f\x3d\x16\xa6\x2d\xd3\x7c\xce\x02\x8e\x5e\x92\xe1\xa4\xc4\xad\xc4\xb9\xb5\x3d\x88\x81\x04\xc4\x8f\xf3\x43\x09\x37\xf5\x20\x98\x19\x37\x02\xa7\x23\x98\x6f\x3c\xa8\x01\xff\xe3\xbc\x49\x01\x0a\xa1\x5b\x0b\x05\xe2\x49\xdc\x5a\x28\x37\x0a\xc9\x5f\x8f\xd9\xb9\xca\xaa\x5e\x28\x81\x10\x67\xdc\xca\xaa\xce\x14\x91\x1a\x12\x77\xfd\xca\x8e\x77\xab\xd9\x55\xa6\x3e\x83\xe6\xae\x36\x9f\xcb\x82\xae\x5e\x4d\xb3\x76\x1a\x32\x04\x5f\xe2\x6e\xb6\x55\xcb\x83\xe8\x4b\x48\xfb\x08\x68\x1f\xf9\xab\xc2\xaa\x10\xb7\x62\xa3\x33\xbb\x40\x7f\x9c\x9f\x6c\x1a\xcf\x29\x23\x6e\x55\x08\x80\x8f\x71\x3f\x66\xf7\x98\x1d\x8d\x78\xec\x74\x44\x04\x27\xba\xe2\x1e\x76\x13\x60\xb2\x8b\x40\x4a\xdc\xda\x22\x50\x3e\x72\xc7\x68\x93\xf2\x11\xb7\x92\xe4\x61\x75\xbd\x87\x5d\x32\x96\x69\x7c\x6a\x25\xc9\xad\x31\xf2\x20\x5c\xc1\x79\x9c\x1f\xb3\xfb\xfb\xeb\x1c\xe3\xfe\xd8\x6c\xce\xba\x5d\x8f\x63\x59\x53\xe5\xc6\x54\xe1\xd4\x57\x88\xf8\x88\x5b\x71\xf4\x38\x70\x95\x3d\xb7\x0a\x06\x20\xca\xb8\xa7\xaf\x4e\x5f\xa5\x73\x94\x33\x37\x72\x86\x53\x5c\x71\x4f\x9b\x38\xe9\xeb\x07\xc5\x51\xca\x47\xdc\xca\x99\xc7\x11\x13\xf6\x75\x30\x93\x89\xc1\xc4\xad\x9c\xb9\x95\x29\x9c\x18\x8f\x5b\x5b\xe2\x56\xf9\x78\xec\x46\x95\x8f\x1b\x5b\x82\xd0\x59\xdc\xdb\x1e\xdb\xd9\xc7\x28\x42\x61\x71\x6b\x38\x3c\x8e\x98\xed\xab\xdb\x57\x4f\x97\x14\xdc\x9b\x51\xd4\x33\x08\xb1\x44\xd1\x6e\x28\x44\x41\x3b\x02\xaf\xa8\x67\x14\x1d\x13\xa0\x2c\xa3\x10\x50\x89\xa2\xee\xf1\x20\x54\x0b\x71\xd0\x28\xea\x19\x70\x24\x03\x38\xc7\xf9\x39\x4b\x59\x45\xf4\x14\x7c\x99\x51\xb2\xa5\x3e\xd4\x04\xbf\x65\x14\x0d\x02\xe8\x8f\x21\x59\x23\x8a\x13\x90\x13\xc4\x51\x8a\xcf\x39\xdb\x38\x2f\x1c\xc5\xd9\x56\xd4\xf5\x89\x59\x04\x54\x8d\xf3\x93\x28\x96\x9a\xe0\x43\x8c\xa2\xaa\xcf\x55\xe8\x21\x4a\x23\x8a\x33\x8b\x93\x18\x51\x9c\x59\xa5\x65\xd3\x28\xa2\x59\xac\xba\x3e\xb1\x86\x28\xdd\xea\xa9\xd7\xc3\x82\x88\xe2\xc2\x5d\xd8\x9d\xe4\xcc\x92\x9d\x11\xc5\x89\x0a\x9d\x30\x00\x69\x9c\x1f\x06\x3e\x27\x6f\xa3\x70\x17\x4f\x94\x07\x79\x86\x3d\x0c\x5c\xe3\xfc\x58\x02\xe3\x0e\x94\xc6\xf9\xb1\x04\x1a\xf6\xd8\x08\x55\x7d\x6e\x1c\x0a\x91\x1a\x51\xf4\x10\x0c\xbf\xf6\xb0\x9f\xa0\xe8\x5f\x9c\x5f\x0d\x98\x1b\xe7\xe7\xe8\x28\xec\x93\x89\xe2\xac\x2c\xae\xe5\x9c\x69\x8d\xa2\xd7\x00\xb8\x46\x51\xbf\x2d\x6a\xfa\xe5\xcc\xcd\x52\x91\xbf\xe5\x63\x53\xd5\xf4\x89\x0a\x44\x51\xd3\x07\xbe\x51\xaa\x9d\xae\x12\x50\xf4\x23\x0c\x9b\xfa\xda\xc1\xce\x44\xe2\x02\x51\x5e\xeb\x8b\xfa\x9f\x20\x10\x46\xd1\x6b\x00\x73\xa3\xa8\x40\x97\x69\x53\xd1\xfe\x13\x67\x2a\x42\xda\x46\x94\xe9\xab\x89\x22\xc2\xef\xca\x54\x4c\x10\x07\xa3\x38\x15\x61\x6c\x24\xef\xf2\x8d\xa2\x55\x5f\x88\x3d\x78\x01\x6f\xc8\xd2\x88\xb2\x7c\x0e\xf7\x42\x59\xf6\x13\x47\xde\x13\x71\x80\x28\xce\xc5\xb2\x7d\x97\xe9\x0e\x34\xe3\xfc\x58\x17\x84\xa6\xf0\x8c\xa8\x97\x75\xc1\x00\x92\x9e\x11\xf5\xf2\x5d\x34\xf7\x4a\x5c\x21\xea\xf5\x31\xad\x91\x16\xa6\x99\x1f\x2b\x84\x4c\x8d\x80\xa9\x91\x12\x77\x0e\x45\xe5\xf0\x66\xc0\xd6\xc8\x04\xa5\xa3\xea\x25\xac\xc9\x57\x91\x5a\x82\x36\xa2\x66\x5f\xc5\x23\x56\x9d\x8d\xc0\x37\x4e\x1a\x55\xc9\x56\x25\xfb\x2e\x23\xaa\xea\x14\xa8\x37\x5f\xc3\x1a\xeb\xff\x03\xa6\x91\x12\x90\xbe\xa8\x6a\xf8\x90\x35\xf2\x93\x7d\x6c\x99\x64\x6e\xcc\x14\x69\x1b\x01\x6d\xe3\xa4\xf1\x9c\xf3\xbd\x16\xb3\x43\x9f\xab\x9a\xfb\xb5\x98\x1d\x0d\x53\xe9\x07\xae\x91\x89\x90\x47\xd5\x4b\x58\xcf\x12\x9b\x12\x9e\xfa\xa8\x2a\xfd\xf5\x48\x82\x52\xed\x39\x75\x7e\x80\x1b\x59\x99\x2d\x70\x23\x00\x6e\x9c\x37\x7d\xcc\x4e\x07\xa9\x91\x38\x29\x12\xb5\xd9\xc1\x44\x11\x00\x86\x44\x6d\xe6\xd6\xcc\xed\x7c\x7e\xd1\x18\x01\x1a\x23\x3f\x48\x0e\xd1\x18\x51\x91\x1c\x89\xd3\x10\x21\x1b\x23\x60\x63\x9c\x34\x5f\x7d\x4d\x9b\xbc\x4a\x3d\x94\x1c\x15\xfd\x3e\x71\x20\x2f\xea\x63\x3d\x88\x5d\x3e\x8e\x25\x76\x36\x46\x45\x4a\xb8\x72\x88\xc2\x88\x7a\x94\xfc\xfc\x38\x92\x5c\xba\xeb\x30\x33\xe6\x70\xd5\x47\x00\x25\xe3\xa4\x51\x5f\x05\x47\x45\xe3\x4f\xc9\x96\xea\x23\x00\x8a\x51\xc0\xfc\x46\xd5\x8f\x58\x3f\x36\x01\x85\xa1\xea\x33\xac\xce\x61\xce\xa2\x45\xd5\x84\xaf\xd3\x22\xfe\xc1\x86\xf1\xa8\xae\xb6\x95\xd5\xf6\x41\xd9\xa9\xae\xb6\xd5\x69\x9f\x1c\x8f\xd3\xd2\xa6\x5f\x09\x09\x57\x75\xf9\xd5\x70\x1c\x20\xce\x6a\xd8\x3d\x61\x76\x74\xac\xfe\xbd\xea\xc5\x9b\x44\x09\x42\x40\x46\x00\xc8\xc8\x2e\x7b\x02\x32\x02\x40\x46\x76\xd5\x13\x90\x11\x55\x79\x41\x2c\x21\x24\x64\x04\x84\x8c\x93\x46\x45\x94\x17\x75\xdb\xdb\x78\x33\xea\xf6\xd3\x11\x98\x04\x46\x12\xf0\x32\xce\x0f\x75\x63\xfd\xad\xba\x01\x2b\xe8\x50\xaf\x65\x0c\x21\x19\x01\x24\x23\x73\xc8\x33\x84\x64\x44\x53\xa8\x18\x53\x90\x92\x11\x8d\x60\x65\x32\xa6\xd0\x14\x2a\x4d\x01\xc2\x91\x9d\x68\xea\xfe\x80\x30\xf2\x83\x9a\xd8\xd4\xfd\x9b\xf2\x83\x19\xda\x08\x56\x06\x20\x8c\xe4\x7d\x87\x21\x02\x23\x9a\x32\x85\xcd\xb0\x21\x03\x23\x9a\x32\x85\xc3\x11\xd1\x94\x29\x80\x2f\x4e\x1a\x35\x56\x87\x6f\xca\x8f\x87\xc7\x74\x2a\x36\x74\xf8\xc4\x56\xd4\x68\xea\xf0\x0d\x1d\xfe\xb1\xf9\xea\x06\x30\x2f\x52\x62\x67\x68\xb4\xe2\x63\x6c\x6c\x86\x8d\x12\x4d\x37\x20\xa0\x8b\xf3\x18\x4d\x55\x30\x40\xba\x48\xde\xd9\x17\x4d\x45\x1c\xec\x45\x86\xcf\x16\x62\x2f\x02\xec\xc5\x79\x8c\x12\x8c\x28\x80\xbf\x38\x69\x14\xa1\x64\x80\x72\x71\xd2\x68\x97\x2a\x04\x68\x8b\x93\x46\x7e\xe0\x87\xa3\x21\x1a\x06\x06\x57\xd3\x83\x08\xc8\x22\xa5\x8c\x87\xa0\x75\x3f\x04\x31\x47\x0e\xb6\x86\x54\x8b\x68\xdd\xdc\x18\xae\xad\xdb\x9b\xdd\xef\xca\xfc\x6b\x06\x23\x20\x5e\x14\xbd\x1c\x4d\xa9\xd2\xba\x25\x20\xdc\x9b\x5e\x83\xf6\xd0\xe9\x68\x10\x4d\xa7\x22\x30\x8b\x94\x38\x57\x11\x4d\xed\x1f\xb2\x45\x56\xd1\x92\x6c\x11\xed\x31\x37\x07\x9d\xa1\x88\x46\xb0\x32\x65\x6c\x98\xa6\x0c\x69\xc3\xec\x1c\x4d\x3a\x10\xdb\xc7\xee\xf4\x23\xaa\x2f\xc0\xad\x48\xe9\x76\x70\x2a\x30\xda\x67\x99\x46\x07\xbc\x96\x81\x72\xe0\xad\x70\xd1\xf4\x0d\x8a\x9b\xf0\xc2\xb7\x68\xaa\xe9\x0d\x35\x9d\xcd\x25\xd1\x54\x0e\x9a\xb2\x86\x43\x11\xd1\xa6\x9d\x02\x56\xc7\x9b\xdb\x42\x2e\x45\xc8\xa5\x18\xe8\x15\xcd\xf0\x41\x23\x7c\xa0\x6a\xd8\x94\x25\xb0\x28\xb2\x9a\x61\x0b\xdb\xa0\x06\x61\xcc\x42\x0a\x45\x40\xa1\x28\xfa\x87\x9a\xe2\xa5\x29\x5e\x0c\x63\x88\xa1\x08\x30\x14\x27\x8d\xfa\x2e\xbb\x4e\x61\xc2\xf9\x89\x68\x0a\x93\xb6\x7c\xd7\x9a\x6c\x6b\x72\xe4\x47\xd1\x8f\xd4\x74\x38\x36\x2f\xf2\x35\xf4\xd0\xd4\xf9\x1b\x3a\xff\x70\x0c\xab\x8e\x34\xd5\x11\xee\xf5\x89\x6e\xfc\x00\x9a\xc4\x49\x6b\xa4\x55\xd3\xcc\x8e\xc5\xb2\xeb\x34\xe8\x17\x0d\x4b\x3e\xc6\x14\xee\x47\x7e\x14\xe3\x02\x5d\x17\x24\xa4\x88\x94\x6e\xb4\x8c\xae\x19\x20\x36\x02\x90\x77\x88\x8d\x88\xae\x30\x81\xd5\x17\xdd\x90\x25\xac\x88\xe4\x4d\x62\xd1\x15\x26\x5d\x65\x84\xdd\xae\xd1\xf5\x1b\xc0\x81\xc8\xea\xcf\x5d\x17\x64\xbf\xed\x4d\x04\x78\x37\x3e\xd9\x89\x4f\x72\x9e\x39\xba\xfa\x49\x57\xbe\x00\xfa\x0b\xa9\x10\x01\x15\xa2\xe8\x5a\xeb\x86\x27\xbb\xba\x08\x27\x2e\xa2\xeb\x81\x84\xe8\x90\x92\xf1\x9e\xae\x80\x01\xef\x70\xd2\x28\x42\xdb\x03\xcc\x43\x1e\xb6\x4b\x99\xd3\x95\x39\x86\x45\xba\x02\xa6\xa3\x79\xb0\x1d\x27\xc4\x40\x44\xaf\x5f\x25\x9c\x91\xd3\x9b\xb9\x71\x2c\x8b\xfd\x38\xd1\x75\x40\x76\x1c\x90\xa9\x20\x86\xbb\xb2\x04\xf8\x43\xd1\xc7\x27\xf5\x21\xba\xe2\x85\x33\x1c\xd1\x0d\x46\xf4\x9e\x4d\xe3\x39\x65\x09\x60\x87\x94\x8a\xed\xd7\x95\xd0\x71\x25\x40\x99\x89\xae\x6b\x11\xb2\x43\x4a\x9c\xec\x88\xae\x35\xd2\xd1\x33\xc6\xbf\x5e\x29\x99\xf3\xbf\x2d\xe4\xdd\x08\x67\x57\xd2\x70\x79\x4f\x74\x43\x15\x80\x21\x4e\x1a\x85\x29\x56\xa0\x41\xa4\x54\x18\xf3\x5d\xaf\x42\x1f\x16\x46\xab\x35\x5f\xfa\xa0\x9a\x58\x0d\x5d\xf7\x64\x57\x59\xd1\x8b\xdd\x75\x2a\xf4\x8f\xad\xc6\xf7\xd2\x35\x4c\x3a\x81\xc5\xac\x17\xaf\x1b\x45\xec\x4c\xa1\x0c\xac\x38\x9e\x7b\x46\xb8\x3a\xf2\xdf\xec\xbd\xd1\xe7\x4b\x6f\x4f\x10\xed\xf7\x2a\x3f\x7f\xbb\x39\x19\xbe\x17\x8f\x6e\xee\x9a\x4a\xd2\x74\xb7\xbb\xf8\xf6\x72\x68\x82\xb8\xd9\x8b\x40\xd9\xe6\xee\xa7\x24\xe6\x75\x73\xdd\xd3\xf9\xe1\xf6\x65\xee\xcf\xde\xec\x46\xfa\x69\xb3\x8b\xe5\xa4\xe5\x93\xf6\x31\x0d\xf7\xa8\x4f\x11\x39\xdd\xec\xb6\xe0\xd4\xef\xde\xa8\x47\x9b\x9b\x4e\x40\xf3\x6e\x6e\x38\x39\x3f\x1c\xdb\x27\x9f\xf0\x99\x23\xae\x38\x0e\xbb\xdd\x52\xb1\xd9\x46\x91\x38\x2b\xfa\xff\x3e\xe8\xf9\xe3\xd7\xcf\xf7\xff\xf8\xaf\xff\xfe\x7c\xff\x9f\xcf\xaf\xeb\xdb\xfc\xf3\xc7\x8f\xf5\xdb\x1f\xf1\xcb\xfc\xe3\xdb\x7f\x9e\xd4\x6f\xb1\xf6\x2f\xbf\xad\x1f\xeb\x7f\x7f\xff\xf3\xc7\x5c\xdf\xbe\xff\xfe\xfd\xbc\xc5\xbf\xff\x0b\x00\x00\xff\xff\x96\xe6\x36\x40\xee\xcf\x02\x00"); -func _abda ()([]byte ,error ){return _c (_efeg ,"UniGB-UTF8-H")};var _bfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x24\xb7\x11\xbc\xf7\x57\xd4\x51\x3e\xd8\xcb\xf7\x03\x68\x34\x20\xeb\x01\xef\x41\x92\xe1\xb5\x6c\x03\x86\x0f\x45\x32\xb9\x18\xc0\x3b\x33\x98\x99\x3d\xe8\xef\x8d\x88\x68\xc9\x96\xe0\x83\x50\x9a\xd8\x48\x92\x95\x8c\xc8\xcc\xea\x77\x5f\xbd\xff\xfa\xfd\xe3\xc3\xdb\xf1\xee\xcf\x2f\x4f\xf3\x83\xbd\x1d\xfb\xe1\x71\xbd\xd8\xeb\xd3\xe7\x97\x69\xc7\xb0\x8f\x0f\x8f\x97\x8b\x0f\xc7\x7a\x98\x6f\x3f\xff\xc9\xc7\xfc\x74\x3e\x5f\x2e\x88\xff\xf0\xd3\xeb\x9b\x7d\x7a\xff\xb8\x9f\x8e\x28\xde\xfa\xfc\x7c\xe7\x1e\xc7\xbb\xbf\xd8\xc7\x87\xd7\xb7\x97\x9f\x8e\x2f\xbe\x5c\x4f\xc3\x7e\x77\x2c\xdb\xc0\x7f\x78\x59\xf6\xf2\xf0\xf8\xf1\xf8\xe2\xab\xef\x3f\xf8\x5f\xe0\x0f\x9f\x9f\x9f\xff\x6d\x9f\xec\xf1\xed\x70\xc4\xec\x71\xf1\x79\x79\xf7\xd5\x77\xe7\xf3\xf7\xe7\x27\x3b\xde\xfd\x31\xff\xfe\x4f\x04\x89\xfd\xcd\x5e\x5e\x1f\x9e\x1e\x0f\xef\xfe\xe0\x5c\xf9\x2f\xfe\xd7\x9f\x9e\xed\xf0\xf7\xe0\x1f\xdf\x7f\xfd\xc3\xde\xaf\xf6\x76\x78\xa7\x85\xdf\xfd\xe3\xc7\xf7\x5f\x1f\xff\xf4\x87\x77\x47\xc8\xb1\xb9\x7f\xdd\xa9\x7f\xff\xee\x69\xd9\x7d\xf7\x4b\xd0\x9b\xcc\xa7\x65\xaf\xcf\xe7\xb4\x97\xf3\xf1\xa3\x5d\x8e\xe3\xea\xdc\xed\x38\x8e\x6b\x73\x37\xfc\xf5\xa5\x4f\xee\x76\x5c\xbf\xfd\xe6\xdb\x6f\x6e\x38\xf2\x6f\xf8\x17\xaf\x65\x1e\x9f\xde\x96\x6d\x61\x5c\xe1\xea\xf7\xed\xf0\xb1\xa4\x86\xa8\xff\xfd\xe7\x0b\xce\xa9\xbd\x1f\xd6\x3d\x22\x20\xa2\xda\xcf\x11\xd7\x53\xbb\x9e\x3e\xb7\xdb\xd1\x3b\x80\xdc\x05\x4c\x90\x6a\x8a\xc4\x16\x31\x06\x06\x86\x9d\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x04\x2d\xbd\xab\x90\x0a\xa4\x12\x69\x42\x0c\x08\x76\x0b\xda\x3e\x60\xe5\x90\x0b\x10\xad\x1c\xc0\x89\x1e\x9c\x28\x4e\x04\x27\x79\x9c\x27\x8a\x13\xc7\xb8\x1d\xa9\x22\x2a\x8e\x25\x64\xdf\x8e\xec\xc0\x49\x8a\x4a\x88\xca\x3d\x03\x51\x54\xc2\xca\x25\xe3\x84\x59\x9c\x0c\x4e\xcd\x78\x8b\x2c\x4e\x06\xa7\x79\x44\x15\x71\x0a\x38\xdd\xe1\x3c\x45\x9c\x02\x4e\xaf\x88\xaa\xe2\x54\xe6\xc7\x15\x1c\xa8\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x94\xc5\x80\x43\x36\xb1\xda\x56\x62\x11\xd8\xc5\xea\xba\xa4\xe6\x00\x89\xd5\xc9\x4a\xbc\x91\x53\xac\x93\xac\x1c\x91\xdc\x53\xac\x93\xac\xe2\x10\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x81\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe0\x44\xc4\xfd\x11\x52\x04\x6b\x29\x70\xf1\xf2\x9c\xc3\x5a\x4b\x81\x8b\x2c\x57\x71\x08\x13\xcb\xc8\xf2\x05\x6b\x99\x58\x46\x56\x08\x08\xdc\x62\x6d\xb2\x62\xc0\xf2\x5b\xac\x3d\x37\xa0\x86\xc0\xbd\xc4\xba\x1f\x22\x5c\xae\xc3\x31\x70\x38\x06\xa6\xda\x01\x31\x70\x38\xb2\x72\x02\x4b\x32\x1f\x54\x70\x28\xb1\x00\x12\x4b\x62\x2c\xd0\xfe\x90\x1a\x87\xd4\x58\x7b\x04\x24\x16\xe5\x18\x1a\x14\x3a\xa4\xc7\x41\x3d\x86\x9e\x1d\x20\xb1\x22\x45\xeb\xa0\xd1\x21\xfd\x0d\xea\x2f\x7a\x24\x67\x48\x80\x23\x49\xda\x48\xce\x90\x02\x07\x15\x18\x03\x92\x33\x24\xc1\x41\x09\xc6\x88\xe4\x0c\x69\x70\x50\x83\x31\x21\x39\x43\x22\x1c\x14\x61\x4c\x48\xce\x90\x0a\x07\x55\x18\x73\x6d\x80\xc4\xa2\x0a\x63\x49\x08\x94\x0a\x07\x55\x18\x6b\xcc\x80\xc4\xa2\x0a\x63\xed\x08\x94\x0a\x07\x55\x18\x5b\x47\x0a\xa5\xc2\x41\x15\xc6\x9e\x11\x28\x15\x0e\xaa\x30\x39\x18\x7a\x48\x85\x83\x2a\x4c\xde\x23\x50\x2a\x1c\x54\x61\x0a\x0e\x29\x94\x0a\xc7\x98\x15\x50\x41\xe0\x98\x8d\x10\x03\x23\x8c\x36\x24\xcc\x41\x61\xa6\xc8\xe4\x48\x98\x83\x2a\x4c\x89\xc9\x91\x0a\x07\x55\x98\x32\x93\x23\x15\x0e\xaa\x30\x65\x26\x47\x2a\x1c\x96\xfd\xed\x48\x85\xc9\xb1\x1c\x04\x05\xee\x28\x28\x12\xe2\x5a\xa5\xe3\xa8\xd2\xea\xa0\x56\x53\x4d\xb8\x34\x69\x75\x50\xab\xa9\x45\x2c\x2f\xad\x0e\x0a\x33\xb5\x5e\x2f\xd7\x29\x61\x4e\x0a\x33\xf5\xee\x01\x91\x35\x29\xcc\xec\x72\xba\x5c\xa7\x84\x39\x29\xcc\xec\x51\x37\xa7\x84\x39\xfd\x79\xde\x8e\x1c\xbc\x27\x34\x08\x31\x30\x84\x70\xb9\x4e\x69\x75\x52\xab\x39\x22\xab\x53\x5a\x9d\x61\x22\x30\x22\xab\x33\xcc\x21\x68\x30\xd0\x13\x9a\x84\xb8\x56\xe2\xf2\x52\xf4\x8c\xc5\x01\x42\x39\x9f\xb1\x70\x2d\x8a\x3c\x27\x64\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x87\xa0\x3b\x72\x46\x9d\x9d\x72\xc7\x4c\x39\xdf\x8e\x5c\x02\x58\x29\x17\x41\x85\x3b\x66\x42\x95\x10\x0f\x51\x12\x03\x75\x08\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x68\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x99\x90\x87\x66\x51\x3f\x88\xf1\x72\x9d\x12\xf9\xec\x09\xa7\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xe8\x74\xb3\x27\x1e\xbe\x97\x71\x3b\x8a\x63\x9e\x7b\x61\x06\x69\x8e\xe2\x92\x63\xbb\xfe\xb9\xc5\xfe\xbf\xae\x3b\xe5\x9d\xd9\xd1\xa5\x8a\xcb\x38\x4f\x1f\x26\x88\x8b\x44\x41\x9b\x90\x4d\x40\x8d\xbb\xdb\x22\xc4\x9e\xe5\xe1\xd6\x29\xd3\x4d\x9a\xae\xf8\x8c\x17\x91\xe9\xe6\x89\xde\x5b\x82\xc7\x19\x4f\x36\x5f\x3d\x8a\x87\x46\xe7\xc9\xee\x3b\x69\xcd\x12\x1d\x52\x27\x6b\x4e\x5a\xb3\xd0\x74\x53\xd6\x9c\x43\x2c\xb4\xb7\x29\x1f\x4e\xfa\xb0\x24\xb4\xb7\x29\x1f\xce\xa9\x5e\x8a\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x87\x95\x8a\xf6\x36\xe5\xb0\x49\x87\x95\x86\xf6\x36\xe5\xb0\x49\x87\x95\x8e\xf6\x36\xe5\xb0\x49\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x8f\xf6\xb6\xe4\xb0\x45\x87\xd5\x00\x8d\x2e\x39\x6c\xd1\x4e\x35\xa2\xbd\x2d\xd9\x69\xd1\x4e\x35\xa1\x18\x2c\xd9\x69\xd1\x28\x35\x55\x04\xca\x28\x2b\x6a\x60\x28\x19\x90\x58\x14\x77\xa5\x64\x96\xc4\xbd\x28\xdb\x5a\xe1\xd6\x25\xd9\x2e\xca\xb6\xd6\x86\x40\xc9\x76\x69\xf8\x68\x68\x5c\x4b\xb2\x5d\x94\x6d\xed\xd0\xfb\x92\x6c\x17\x65\xdb\x1c\x1a\xd7\x52\xe9\x5f\x05\x9e\x6e\x0e\x8d\x6b\x15\x7a\x5a\x8f\x56\xa1\x9c\x55\xe6\x22\xa4\x49\x06\x59\x5d\x6a\x10\xab\xd6\x0e\xa8\x13\xaa\xa7\xa0\xf3\x76\xb4\xd6\x3a\xa1\x21\x08\x81\xca\x97\xda\xc8\x62\x1b\x69\x01\xa5\x7f\xa9\x8d\x2c\xb6\x91\x16\x51\xfa\x97\xda\xc8\x62\x1b\x69\x09\xa5\x7f\xc9\x61\x8b\x4e\x69\x19\xe6\x59\xb2\xc2\xa2\xa2\x5b\x46\x91\x5a\x52\xf4\xa2\xa2\x5b\x29\x38\x97\x14\xbd\xce\x05\xa8\xa2\xd6\xac\x73\x6d\x41\x9b\x2f\x84\xe5\x4f\x53\x20\xd7\xaa\x3c\xbd\x14\xbd\xa8\xe8\xd6\x50\x58\x96\x14\xbd\xc6\x59\xf8\x8e\x91\x50\x25\xc4\xc0\xd6\xc1\x92\xc8\x17\x45\xde\x3a\x1a\xc4\x92\xc8\x17\x45\xde\x1d\xba\xe7\x92\xc8\x17\x45\xde\xe9\xc7\x25\x91\xaf\xb5\x07\x20\x74\xcf\xb5\xf6\x14\x34\x11\xc8\x73\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x1a\xc4\x92\x15\x16\xad\xd0\x23\x1a\xc4\x92\x15\x16\xad\xd0\x13\x1a\xc4\x92\x15\x16\xad\xd0\x33\x2a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9d\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\x08\x6e\xb2\x82\xd1\x0a\xbd\xa3\xea\x9a\xac\x60\x51\x33\xaf\x43\xd9\x35\x79\xc1\xe8\x05\xef\x3c\x8a\x9a\xc9\x0c\x96\xc4\x0b\x28\xbc\x26\x37\x58\x12\x2f\xa0\xf2\x9a\xec\x60\x59\xbc\x88\x3b\x31\xf9\xc1\xb2\x78\x09\xb5\xce\x64\x08\x2b\xe2\x65\x7c\x57\x98\x1c\x61\x45\xbc\xe2\x11\x2b\xb1\xdb\x7d\x26\xaf\x2e\x01\x13\x4f\x43\xb9\xab\x05\xb1\x12\xb2\x69\x2a\x77\xad\x20\x9b\x52\xb2\xb5\x33\x00\xeb\x21\x11\x8b\xc4\x14\xdb\x31\x7a\x98\xe4\x6d\xbd\xe2\x2b\xc8\x3b\xa6\xaa\xd7\x22\x8c\x83\xbf\xab\x88\x95\xe6\x4d\x03\xbc\x77\x90\xa0\x49\xf4\xa6\x09\xde\xfb\x8a\xf5\xa4\x7a\x3b\xef\x1f\x0d\x18\x36\x4c\x82\xb6\x91\x4f\x60\x11\x95\xdc\x46\x1e\xc4\x14\x1b\x79\x91\x52\xb9\x8d\xed\x88\x41\x87\x36\xf6\x1d\xf3\x3a\x73\x21\x16\x84\x31\x36\x41\xe8\x26\xed\x9b\xbe\x00\x7c\x82\x14\x4d\xe2\xb7\xb9\xf0\x09\xe0\x33\xb4\x68\x13\x76\xbc\x3f\xf0\x6e\x91\xd8\x26\xa6\xf5\x0a\xbe\x99\x4c\x2e\xb1\xa5\xf5\x0a\xef\x48\x36\xb1\x75\x76\x60\x95\x77\xb4\x30\xe2\x5c\x6d\x29\xb6\xc2\xad\x26\x57\x98\x29\xb6\x51\xca\xb2\x85\x99\x31\x07\x8d\x5a\x36\x1b\xc2\x06\x3e\x9d\x38\xbe\x99\xa1\x73\x5e\xcd\xb4\x1e\x0b\xa8\xc9\x3f\xb6\xb5\x5e\x2f\xfe\xd7\xdd\x3a\xa5\xdf\x36\x6b\x93\xbd\x6c\xeb\xa3\xcc\xe1\xf6\xb7\xfc\xb5\x1d\xe6\x15\x1f\xbc\x6f\xc0\x38\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\xdc\xe0\x96\x11\xb7\xc3\x58\xe6\x83\x6f\xc4\x38\x97\xe9\x81\x1b\xf4\xc4\x26\x31\xed\xcb\x29\x6f\xcb\xb1\xdb\x97\x40\x0c\x19\xdf\xbe\x44\x61\xa7\xde\xbc\x13\x1b\xc2\x98\x8d\xc2\x7d\x3d\xc7\x94\x7d\xff\x6a\x8f\xbe\x02\xd3\x59\xbc\xf6\x88\xe8\x27\x5b\x7e\xdf\xa1\x54\x60\x29\x22\x36\x94\x26\xac\x01\xab\x50\xec\x0e\xa5\x13\xd3\x7a\xa9\x92\xa7\xf5\xc2\xe4\xf9\x12\x3e\x14\x76\x98\x3c\x5f\xd0\x1e\x19\x4e\xd9\xaa\x16\x3b\xd6\x44\xac\x11\x83\x6d\xf0\x30\x9d\x19\x39\x50\x05\xd9\xaa\x20\xa1\xa0\xfb\x6c\x55\x90\x9d\x0a\x73\x5f\x53\x06\x56\x98\x7b\x55\x95\x50\x31\xe2\x6f\x55\x95\x9d\x06\xf7\x68\xcc\x4b\x1a\x59\x58\xd6\x59\x0a\x31\xc5\xa2\x3a\xfb\xd0\x02\x79\x2c\xcf\x5b\x15\x29\x74\x87\x7d\x55\x91\xb6\x2a\x52\xe8\x0e\x39\x50\x45\xda\xf9\xce\xc3\x2c\xb4\x55\x91\x76\xe1\x1d\x45\x57\x90\x97\xa2\x3b\xe2\x03\xb1\xc2\x12\x31\x7d\xd9\x3b\x4c\xb8\x5b\x95\x6b\xab\x72\x45\xcf\x3b\x57\xe5\xda\xaa\x5c\x91\xe3\xdc\x56\xe5\xda\xaa\x5c\x31\x60\x5a\xd8\xaa\x5c\x5b\x95\x2b\x46\x6a\x43\x95\x6b\xab\x4a\xc5\xc4\xfb\x55\x95\xda\x2c\x4c\x3e\x66\xde\x6f\xaf\x55\x18\x79\xb9\x91\xa7\xd8\x8e\xeb\xf3\x31\x63\x9e\xda\x7d\x26\x61\x49\xbc\x4c\x2c\x0b\xcb\xfc\x19\x89\xf9\xeb\xb3\x08\x2b\xfa\x69\xc9\x13\xd3\x1e\xcb\x13\xd3\xbe\x2b\x08\x53\x6c\x0a\xbf\x72\x23\xfe\xff\xd3\xf9\x7c\xf9\xe5\x77\xba\xf9\xf9\xe5\xc5\x1e\xdf\xf8\x9b\x20\x7f\x91\x3b\x96\xed\x87\x47\xfb\xe5\xf7\xc5\xe7\xa7\x67\x44\xf1\xbf\xff\x04\x00\x00\xff\xff\xaf\x70\x6a\x2a\x8b\x14\x00\x00"); -func _eafg ()(*asset ,error ){_cdfgd ,_fgac :=_abeb ();if _fgac !=nil {return nil ,_fgac ;};_egec :=bindataFileInfo {_dae :"UniKS-UTF8-V",_fb :738,_ae :_be .FileMode (436),_g :_a .Unix (1580493065,0)};_aceeg :=&asset {_dd :_cdfgd ,_ef :_egec };return _aceeg ,nil ; -};var _dcgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8e\x9b\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\xc3\x16\x8f\x0d\xdb\x44\x8a\x90\x2a\x72\x28\x87\x4d\xab\xd2\x6c\x2b\x55\x3d\x10\x3c\x8e\x2c\x15\x83\x0c\x1c\xf2\xf6\xd5\x0c\x94\xaa\x87\xe8\x1f\x7e\xfe\x18\x3c\x26\xab\xea\x73\x1d\xc3\x0c\xd9\x97\x34\x74\x0d\xcd\xe0\x43\x74\x89\xa6\x61\x49\x1d\xc1\x8d\xee\x21\x2a\x85\x06\x5c\xe8\xe6\xbf\x8f\x12\x5d\xdf\x8e\x4a\x65\xd7\x18\xaa\x4b\xf3\x7c\xad\x1a\xf3\xfc\x09\x96\x89\x36\xaf\xea\x73\xf3\x98\x66\xea\xeb\xe8\x07\xb0\xeb\x7a\xb7\x8c\xdb\x1e\x00\xd9\x57\xba\x87\x69\x4e\x0f\x78\xfa\xe8\x86\x1b\xbd\x03\x47\x9e\xfd\x73\x72\x94\x42\xbc\xc3\x53\x75\x69\x70\xe7\x66\x19\xc7\xdf\xd4\x53\x9c\x79\x37\xf2\x8a\xa2\x93\x54\x59\xf5\xda\x8e\x97\xb6\x27\xf8\xef\x6d\xde\x64\x54\x06\xdf\x28\x4d\x61\x88\x80\xe6\xbd\xd6\x2f\xff\xfc\xdb\x63\x24\xc0\x6d\x97\x1f\xd7\xfa\x0c\x3f\x11\x50\x83\x29\xec\xd1\xfe\xda\xfc\xfb\xeb\xe0\xf6\x59\x68\xd7\x03\x74\xc1\xa5\x36\xde\x49\x9d\x8c\x46\x5b\xc2\x16\x68\xb4\x48\xbe\x4a\xce\x62\x58\x4c\x21\xc2\x81\xfa\xa8\x4e\x56\xeb\x43\x09\x1c\xc7\x12\xb0\xd0\x22\xed\x2a\xb7\x12\x30\x7f\x11\xe9\x56\x71\x3c\x27\x17\xa1\x55\x3c\xcb\x81\x05\xb5\x08\x22\xaf\x32\x22\xf9\x2a\x5c\xcb\x1e\xd4\xc9\x53\xee\x4b\xd8\x02\xed\x87\xbc\x50\x27\xef\xa5\xbe\xf7\x52\xdf\x6a\x96\xe2\x26\xc2\x81\x36\x17\x71\xab\x70\x7d\x5b\x70\xc7\xf7\x73\xf3\x7f\xbe\xe9\xbd\xf7\xdd\x92\x12\xc5\x59\xee\x59\x9a\xcb\x0d\x0b\x91\xf6\x6f\x69\x1c\x46\x5e\x25\xbf\x3f\x01\x00\x00\xff\xff\x94\xb1\x9b\xdd\x77\x02\x00\x00"); +package bcmaps ;import (_b "bytes";_fb "compress/gzip";_dd "fmt";_e "io";_g "os";_de "strings";_d "time";);func _dfdc ()(*asset ,error ){_gdg ,_aafg :=_dfae ();if _aafg !=nil {return nil ,_aafg ;};_cdd :=bindataFileInfo {_c :"Adobe-Japan1-7",_ed :2201,_cg :_g .FileMode (436),_ca :_d .Unix (1580491344,0)}; +_decb :=&asset {_fdf :_gdg ,_ff :_cdd };return _decb ,nil ;};func _ggfb ()([]byte ,error ){return _fd (_agd ,"90pv-RKSJ-H")};var _bgb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6e\xe3\x46\x0c\x06\xf0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x9a\x19\xcd\x3f\x60\x61\x60\x11\x1f\xea\x2d\xd2\x14\x71\x93\x16\x28\x7a\x90\x25\xca\x10\x50\xcb\x82\x2c\x1f\xf2\xf6\x05\xbf\xcf\x75\x0e\x01\x93\x9f\x86\x14\x49\x05\xb3\x79\xda\xef\xf6\xd3\xb8\x9a\xcd\xef\xcb\xa5\x3b\xc8\x6a\x86\x71\xea\x17\xb9\x5e\x6e\x4b\x27\xe6\x28\xa7\x71\xaa\x2a\xeb\x4c\x3f\x76\xeb\xff\x7f\x22\x74\xe7\x76\xae\xaa\xcd\xf7\xbe\xff\xfa\xfa\xeb\xe1\xc7\xd7\x5f\xcc\xed\x2a\x77\x7c\xda\xef\x0e\x1f\xd7\x55\xce\xfb\x69\xb8\x18\xcf\xe4\xfe\x36\xdf\x0b\x18\xb3\x79\x95\xd3\x78\x5d\x97\x0f\xf3\xe5\x7b\x7f\x39\xca\x4f\xa6\x97\x41\xfd\x65\xe9\x65\x19\xa7\x93\xf9\xf2\xa3\x9d\xdb\xc9\x3e\x1e\x1c\x6e\xf3\xfc\xaf\x9c\x65\x5a\x8d\x85\xc9\xd4\x23\x56\x9b\xa7\xe7\x76\xfe\xad\x3d\x8b\xf9\x6c\xe6\x1d\x8f\xf0\xe4\x5d\x96\xeb\x78\x99\x8c\xad\x7f\xae\xeb\xf8\xe9\x7f\x7c\xcc\x72\x2f\x55\x6d\xde\xf6\xbb\x97\x61\xb8\xca\x6a\x52\xae\x79\xe6\xaf\xb7\xfd\xce\xfc\x6d\x8d\xad\x8d\x0b\xde\xa5\x7f\xee\x47\xff\x7c\xbe\xf4\x8f\xc4\x90\x38\x52\x37\xf6\x4b\x3b\x9d\xa4\xfa\x96\x6d\x63\xb7\x46\x83\xdb\x9a\x94\x73\x02\x79\x92\xdf\x9a\xec\x62\x06\x35\xa4\x46\x29\x35\x4a\xa1\x06\x05\x8b\xc4\x02\x3a\x92\x7a\xa5\x62\x95\x22\x4f\xc5\x06\x84\xc4\x18\x48\x41\x6b\x65\x07\x8a\xa4\x88\xf2\x01\x94\x48\x09\xa7\x6a\x50\x26\x65\x9c\x42\xab\xb1\x80\x52\x8b\xf2\xda\x84\x2b\x83\x12\x42\x2a\x56\xbb\x77\x2d\x66\x44\x48\xc5\xe2\x54\xeb\x49\x5e\xc9\xd5\xa0\x40\x0a\x20\x0b\x4a\xa4\x04\xd2\x56\x5d\xc7\x5a\x1d\x6a\x39\xaf\x24\x24\x21\x35\x20\x96\x17\x96\x0f\x20\x96\x17\x96\x8f\xa0\x8e\xd4\x81\x74\x20\x37\x30\x71\xc0\xa2\xa3\xd6\xf2\x0d\x56\x88\x90\x8a\xcb\x20\x47\x72\xa0\x02\x6a\x48\xba\xe8\xe2\x6b\x50\x24\x45\x90\x05\x65\x52\x06\xe9\x40\x3e\xb2\x56\x44\x2d\xaf\x03\xf9\x8c\x26\x10\x52\xf1\x68\x22\x07\x12\xba\xf7\x01\x94\x48\x58\x8e\x8f\x20\x21\x09\x48\x07\xf2\x85\x89\x85\x4d\xe4\xea\x9b\x74\x49\x9b\x60\x48\xa5\xf1\xa0\x42\x2a\xa0\x1a\xd4\x92\xda\xad\xc9\x5e\x67\x94\x2e\x1d\x49\x47\x9c\xb2\xa0\x8e\xd4\xe9\x29\xcf\xc4\x9e\x24\x20\x24\xe6\x1a\x94\xb1\xc2\x26\x80\x2c\xc9\xe2\x14\xfa\xca\x8e\x84\x4d\x34\x09\xe4\x49\xd8\x44\xc0\x1b\x73\x43\xd2\x2f\xe4\x1b\x26\x06\x12\x96\x13\x30\x50\x8e\x24\x8c\x1d\xd0\x17\xf6\xc5\xa0\xdf\x09\xc4\x4d\x68\xc8\xfe\xfe\x46\x6e\x22\x63\x13\x81\xa7\xb8\x89\x8c\x4d\x70\x5f\x99\x9b\xc8\x18\xbb\xe1\x8c\x1c\x5b\x43\xf6\x81\x7d\x09\x09\x9b\x08\x2c\x3f\x90\x06\x10\x6a\x15\x2e\x47\x43\xf6\x21\x82\x38\x90\x86\xec\xf5\x3f\x5a\x86\x82\xe5\x20\x64\xef\xbd\x5e\x68\x8f\x6b\x44\x7f\xd7\xab\xf4\x71\xb5\x75\xb7\x65\x91\x69\xc5\x45\x8a\xeb\x4b\xef\x9f\x71\x92\xc7\x4d\x3d\x5f\x66\xcd\xc2\xcf\x7f\x01\x00\x00\xff\xff\x7e\x3d\x1d\x6d\xd5\x05\x00\x00"); +func _ega ()(*asset ,error ){_agcb ,_facbe :=_eccgg ();if _facbe !=nil {return nil ,_facbe ;};_dega :=bindataFileInfo {_c :"KSCpc-EUC-H",_ed :10306,_cg :_g .FileMode (436),_ca :_d .Unix (1580492597,0)};_fgde :=&asset {_fdf :_agcb ,_ff :_dega };return _fgde ,nil ; +};func _dbe ()(*asset ,error ){_gae ,_gdd :=_ggc ();if _gdd !=nil {return nil ,_gdd ;};_bbff :=bindataFileInfo {_c :"Adobe-CNS1-0",_ed :1587,_cg :_g .FileMode (436),_ca :_d .Unix (1580491131,0)};_gcc :=&asset {_fdf :_gae ,_ff :_bbff };return _gcc ,nil ; +};var _gff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\x8f\x65\xc7\x6d\xc7\xf7\xfd\x29\xee\xd2\x59\x38\x3a\xf5\x64\x11\x18\x34\x60\xc8\x11\x22\x07\x4e\x02\x2b\x2f\x20\xc8\xe2\x3c\x78\x84\x01\xa2\x9e\xc6\x68\xb4\xf0\xb7\x0f\xf8\xfb\x5f\x29\x71\x12\x40\x0b\x83\xd6\xbf\x79\xaa\x58\x24\x8b\xaf\xba\xf3\xd5\xd7\xdf\xfe\xfe\xdb\xb7\x8f\x5f\x1e\x5f\xfd\xe3\xe7\x4f\xe7\x77\xf1\xe5\x71\x7f\x7c\xbb\x3e\xc7\x8f\x9f\x7e\xfa\x7c\xc6\xe3\x88\xef\x3f\xbe\xbd\xbc\x94\xfa\xb8\x3e\x9e\x5f\x7e\xfe\x4f\xc8\xf9\xc3\xfe\xfe\xf2\x92\xdf\x7f\xf7\xe7\x1f\xbf\xc4\x0f\xdf\xbe\xdd\x9f\x1e\x4d\x7c\xd7\x4f\xef\x4f\xde\xc7\xe3\xab\x3f\xc5\xf7\x1f\x7f\xfc\xf2\xf9\xcf\x8f\xdf\xfc\xee\xfa\x74\xc4\x5f\x3d\xae\xb8\x13\xff\x87\xcf\x57\x7c\xfe\xf8\xf6\xfd\xe3\x37\x7f\xd8\xdf\xf7\xb7\xf2\xcb\x1f\xbe\xfb\xe9\xfd\xfd\x3f\xe3\x87\x78\xfb\xf2\xd8\xc0\xe2\xed\x82\xbe\x7c\xf5\xf5\x1f\xf7\xf7\xbf\xdf\x7f\x88\xc7\x57\xb6\x7e\xfb\xa7\xbf\xfb\xee\x0f\xbf\xfd\x5b\xfe\xc2\x1f\xfe\x25\x3e\xff\xf8\xf1\xd3\xdb\xa3\x6c\x7f\xbd\x6d\xf3\xbf\xf1\x7f\xfa\xf3\x7b\x3c\xca\x73\x85\x7f\xfb\xe7\x6f\x7f\xff\xf8\xf7\xf2\x28\xdb\xa3\x8e\xd6\xe7\x7f\x3c\xf1\x7f\xfd\xe3\xa7\x2b\x9e\xfb\xbd\x74\x49\x7f\x7e\xba\xe2\xc7\xf7\xfd\x8c\xcf\xfb\xdb\xf7\xf1\xf2\x78\x7c\xd8\xb6\xd7\xc7\xe3\xf1\x61\x6d\xaf\xf9\x5f\xab\xf4\xed\xf5\xf1\xc1\xbf\xf9\xe6\x6b\xfe\xfb\x77\xfa\xeb\xef\xbf\xe1\xbf\xfe\x66\xe3\xaf\xdf\x7c\x9d\x7f\x8d\xb7\xeb\x7f\xad\xf6\x52\xb4\xc9\xdb\xa7\x2f\x57\xdc\xc2\x58\xff\x43\xb9\x5f\x1f\xb5\x95\xfc\xe6\x7f\xfe\xf1\xa5\x6c\xdb\x53\xae\x8f\xd7\x93\xbf\x26\xbf\x85\xf8\x7f\x96\x67\x95\x44\x66\x6b\x89\x2c\x21\xfb\xf9\xfa\x98\x3e\x5f\x3e\xac\xda\xef\x44\xea\x58\xaf\x0f\x5b\x5b\x22\x13\x9e\x6a\xfe\xfa\x30\x07\x59\x05\xc4\xf7\xd7\xc7\x2a\x7c\xe5\xfa\xea\x2e\xaf\x8f\xd5\xeb\xcb\x87\xd5\xb4\x57\xcb\xbd\xbc\x8e\x44\xb4\x57\xf3\xf9\xfa\xf0\xb5\x12\xd1\x57\xed\x98\xaf\x8f\xb2\x95\x14\xb1\x1d\x82\x2e\xa0\x96\xdf\x75\xad\xd4\x53\x8c\xb2\x0d\x4f\xc8\x04\xe5\xe2\x65\xf3\xdc\xaf\x6b\xf5\xee\xe5\xf5\x51\xca\x66\x2f\x1f\xd6\xd2\xf2\x90\x52\x90\x61\xed\x70\x41\x4c\x2a\x58\x7b\x11\x34\xe1\xe2\xc3\xdd\x04\xd9\xeb\x63\xd5\x39\x81\x96\x20\xd6\x6a\x3d\xa1\x43\x6b\x25\x31\x9f\x05\x48\x6b\x25\xb1\xd6\x36\xa0\x2a\x68\xe5\x87\x5d\x1f\xba\x20\x47\x08\x41\x3b\x50\x1c\xc9\x35\xf2\x40\x2b\x4e\x41\x27\x5c\x48\x1f\x17\xd0\x9d\x9a\xa8\x1b\xd2\xdf\xda\x31\x89\xcd\x86\xa8\xb7\x76\xbc\x1d\xae\x05\xa4\xe5\x93\xd8\x6c\x9c\xf1\x3e\x04\x9d\xc9\x55\x12\x72\x29\xda\xfb\x02\x72\x20\x17\x24\x51\x17\x10\x6b\xf9\x68\xc9\x55\xe1\x1a\x5d\x50\x87\x4b\xd0\x10\x64\xc9\xd5\x37\xa0\x25\x28\x3d\x6b\x3e\x21\x2d\x3f\x0e\xb8\x3a\xd0\x29\x88\x63\xe3\x4a\x3e\x38\xb6\xe3\x00\xb5\x23\xc4\x2c\x82\x38\x76\x6f\x40\x1c\xdb\xf1\x89\x3a\x80\xe4\x13\xbe\xf6\x84\x16\x6b\xad\x43\xd0\xc1\x87\xec\xb8\xb4\xe3\x3e\x92\xcb\x81\xd2\x19\x9e\xc4\x66\x1f\x40\x26\xc8\xd2\xb4\x93\x33\xca\x27\x20\x36\xfb\x04\xd2\x81\xae\xeb\xf5\x51\x5a\x45\x88\x2b\x04\x05\x5c\x28\xfa\xc2\x31\xfd\x4e\xe5\x34\x03\xba\xb5\xd6\xad\xb5\x38\xe3\xad\xb5\xd2\x68\xa5\x63\x6d\x97\xd1\x20\x36\x3b\x42\xdc\x92\x1e\x3b\xf6\x2d\x85\xd8\x65\x47\x48\xe9\x5c\x85\xbd\x17\x41\xe8\x6b\x6c\x40\xe8\x6b\x9f\xe2\xca\xb5\x76\x69\x15\x32\xbb\xf3\xe1\x7c\x72\xa5\xa8\xbd\x17\xa0\x25\x68\xbd\x3e\xc6\xc6\x19\xf7\x89\xa8\x3b\xba\xef\x48\xbf\x4b\xf7\xfb\xea\x09\x19\x3b\xae\x21\x68\x20\x04\x6b\xad\x29\x88\x33\x1a\xd2\xcb\x42\xbb\x2c\xc4\x55\xd8\x65\xa1\xdd\x6b\x72\x61\xc7\xdd\x9b\xa0\x06\x17\x42\x78\x17\x94\x76\xec\x04\xaa\xdd\xb5\x7c\x92\xe1\xf8\xfd\xee\x26\xc8\xe1\xd2\x87\xbb\x20\x6e\xc7\xe8\x40\x12\x22\xa3\x51\x79\x6a\xe2\xd4\x81\x4e\x42\xc7\x18\x40\xd2\x57\x92\xf1\xdc\xf1\x94\xbe\xce\x3c\xd0\xe0\x3e\xee\xa7\xd6\x3a\x75\x20\x41\x3a\xd0\x99\xcb\x0f\x3c\x67\xbf\xb4\x7c\x92\x39\x09\x8f\xfb\xa5\xe5\x23\x8f\x3d\xa4\xaf\xd0\xb1\x43\xc7\x46\xae\xd0\xb1\x71\x80\x81\xa2\x0f\x39\xc0\x91\xb7\xb6\x0c\x1f\x40\xbb\x20\x9d\x71\x01\x21\xd7\x31\xd2\x68\x13\xcf\x39\xc6\x2d\xe8\x86\x2b\x7d\xe2\x50\xf4\x3f\x30\xed\x24\x3c\x1e\x32\xed\x41\x5c\x7d\xae\xa5\xb8\x7a\x28\xae\x4e\x84\x50\x5c\x3d\xf2\xc2\x94\xe9\x05\x68\x09\xc2\xc9\xa7\x20\x3c\xe7\x38\x1b\x5c\xec\x78\x76\x41\x19\x4d\xba\x75\xa0\x21\x28\xcf\x68\x12\xe2\xbc\x04\x5d\xac\x55\x81\xb8\x69\x47\xa4\xee\x0d\xdd\x1f\xa1\x33\x06\xba\x9f\x0d\x08\xdd\x1f\x19\x31\x8b\x11\xdc\x0f\x45\x4c\x88\xcd\xc9\x8e\x77\x13\x94\xb1\xd0\x8c\x0f\x75\x1f\x21\x36\xe7\x20\x69\xff\x9c\x6a\xff\xbf\xec\xbb\x0e\x85\x5d\x48\x51\x32\x3d\x74\x83\x0f\xdd\xe0\xe7\xee\x4f\x81\x38\x1c\xde\x7d\xca\x80\x67\x5e\xd1\x62\xab\x01\x35\x41\x58\x7e\x1a\x10\x8a\x3a\x33\xd4\x16\x5b\x40\x63\x0a\x22\x70\xcd\x05\x84\xc3\x9f\x33\x35\xbc\x30\xf3\x39\xf5\xe1\x24\x5e\x13\xcb\xce\x39\x04\xa5\x10\xab\x6e\x40\x97\x20\x34\x6c\x82\xd0\xf0\x99\xe9\xb7\x2c\x62\xff\x69\x45\x10\x91\xc5\x0a\x50\x15\xc4\x8e\x24\xd9\xd3\xb4\xa3\xb1\xa3\x71\x46\xd3\x8e\x59\x56\x94\x85\xb5\x4e\xdb\x05\xa5\x93\x96\xa5\xb5\x0e\x41\xe9\x7e\xaa\x2c\x4e\xb9\xdf\xb9\x58\x9e\xcb\x73\x2e\x2d\xbf\xb4\x3c\x3b\x2a\xd8\x9c\x8e\xa8\x5c\x9e\xd3\x25\xaa\x4b\xd4\x0e\x24\x51\x3d\xcd\xbc\xa6\x20\x17\x84\x99\x6d\x00\x49\x2e\xcf\xa8\xbe\x24\xbd\x4b\x13\x4e\x54\x27\x70\x9d\x2a\x37\xce\x4c\xfe\x65\x11\xd5\x4f\x25\x7f\x88\xcd\x27\x24\x3b\x1e\x1c\xc8\x05\x3d\x3f\xe4\xd6\x19\x46\x53\xb0\x39\xf1\x09\x2f\xa9\xfb\x4b\x3e\x71\x71\xa9\x1d\x45\x5f\xba\xd4\x97\x2e\xb5\x39\x10\xfa\xba\xf0\x09\xc7\x99\x2e\xf9\xc4\x25\x9f\xc0\x0b\x2f\xf9\xc4\x45\xec\x77\x52\xde\xa5\xd8\x7f\x29\xa3\xa2\xfb\x4b\xb1\xff\x4a\x73\xd4\x6d\x4b\x4d\x5c\x32\x07\x64\x2c\xc2\xee\x65\xa7\xa0\x2c\x33\x37\xea\xcc\x4b\x16\xba\x32\x6c\xd7\x8d\x02\xe7\x5a\x97\x20\x9c\x49\x72\x2d\x54\x78\x65\x08\xaf\x1b\x49\xe3\x52\x08\x87\xd8\xc4\xef\x2f\x1f\x82\x56\x72\x11\x76\x2f\x59\xe8\x92\x85\x16\xcb\xcb\x42\x57\x46\xcf\xba\x11\x7f\x2e\x45\x4f\x88\xcd\xc5\x87\x97\x0e\x94\x11\xb3\x16\x0a\xd7\x2b\xb4\x7c\x90\x93\x96\x20\xe9\x2b\x03\x44\x2d\x38\xe6\xa5\x00\x71\x29\x40\x70\xd3\x2e\x05\x88\x2b\x2d\x54\x0b\xa9\x38\x64\xa1\xe8\x23\xa1\x21\x68\x0a\x92\xee\x17\x90\x09\xca\x03\x15\x22\x40\xa8\xca\x0a\x55\x59\x4b\x1f\xee\x82\x76\xb8\x04\x1d\x82\x08\x1d\x64\x9b\xe8\xe8\x3e\xd2\x9c\xb5\xe0\x13\xa1\x2a\x2b\x54\x65\xb9\x20\x2d\x8f\x85\x0a\xfa\x0a\x59\x28\x32\xae\xd6\x5a\xd3\x1c\x71\x4a\xd4\x13\x51\x49\x8c\x71\x4a\xd4\x24\x53\xc9\x3f\x4e\x2d\x7f\xa5\x0a\x55\x2c\xc5\x35\x04\xa1\xc2\x27\xa4\xb5\xae\x94\xbe\x51\x82\xc6\x25\xe9\x2f\xea\x3a\x72\x52\x5c\xf8\x44\xa0\xc2\x56\x12\xba\xa5\xc2\x3b\x35\x51\x1b\xc5\xd2\x2d\x4d\xdc\x72\x72\x17\xc4\x5a\x77\xd6\x9b\xb5\x91\x80\x6e\xd5\x9b\x10\x9b\x2e\x08\x21\x6e\xf5\x3f\xa8\xf0\xd6\xb1\xef\xac\x2d\x6a\xe7\x5a\xdd\xaa\x2d\x6e\x39\xa6\x8b\x0b\xc7\xbc\x33\x4e\xd4\x5e\xf3\x40\xb7\xe2\xc4\x4d\xb9\x61\x5b\x01\xc2\x57\xef\xbd\x26\x17\xb5\xfe\xbd\x37\x41\xe2\x6a\x40\xe2\xca\x26\xa1\x76\x82\xd5\xad\x26\x01\x62\xb6\xb1\xbc\xe2\xc4\x7d\xa4\x26\x3a\xee\x7b\x1f\x97\xa0\x0b\x2e\x94\x73\x48\xae\x8b\x1d\x09\x43\xf7\xa5\x1d\x2f\xed\xc8\xf2\x97\x76\xbc\x58\x0b\x73\xdc\x52\x34\xc4\x8c\x82\xf0\x56\x55\x7a\x47\x9e\x71\x48\x88\x90\x10\x49\xcc\x30\xda\xad\x72\xe3\xc6\x42\x23\x6b\x44\x57\xd7\xea\x1b\xee\x3b\xb2\x2d\xf1\x0d\xf7\x15\x31\x7b\x72\xed\x40\x96\x8e\x39\x3a\x5c\xb6\x04\xa5\x63\x5a\xea\xde\x37\xd3\x87\x58\x68\x64\x1b\xe7\xdb\xd2\xf2\x49\xcc\xb2\x25\xf4\x8d\x6e\xd3\xb7\xc5\x8e\xce\xf2\x4b\x1f\x2e\x76\x2c\xf5\x57\x53\xb1\x6f\x4b\x02\x65\x8c\xae\x33\x0f\xe7\xdb\xae\xad\x76\x6d\xd5\x80\xb4\xd5\x01\x57\x63\xf7\x53\x5c\xa7\xb8\x3a\x90\xb8\x52\x39\x95\xa2\xc2\x37\x8a\x30\x11\xb3\xc2\x79\x89\x2c\xbe\x45\x1e\x6e\x4a\xec\xb8\x81\x6e\xad\x35\x13\xba\xb5\xd6\x3d\x5f\x1f\xf5\x79\xde\x6c\x0b\x92\x48\x51\x88\x7a\xeb\xbc\xd8\xc1\xb2\x33\xf3\xe7\x6c\xa1\x10\x6c\x2c\xab\x70\x2f\x04\x1b\x11\xb3\xcc\xe1\x5e\x08\x36\x22\x93\x62\xc7\x4b\xc7\x0e\x85\x98\x61\x9c\xb1\x8c\x27\xc4\x8e\x55\x10\x3b\x96\x99\x37\xd8\x32\x38\x7b\x99\x87\xa0\x03\xae\x0a\x74\x0a\xba\x92\x2b\x8b\x12\x2f\x94\x08\x22\xf6\x94\x6b\x72\xec\x62\x70\x19\x72\x99\xb8\x4c\x5c\xa9\x55\x8d\x22\xbc\x60\x66\x5b\x88\x2a\x33\x17\x99\x39\x1b\x78\x2f\xb2\x63\x39\x90\xcb\xe1\x3a\x24\xd7\x21\xb9\x04\x49\xae\xac\xc2\x2b\x25\x82\x97\x53\x5c\xa7\xb8\x10\xf5\x14\xd7\x95\xc1\x66\x4d\x0e\x74\x69\xf9\x24\x66\x95\x63\x5f\xfa\x30\xf2\x06\x93\xd6\xbd\x44\x11\xc4\x0d\xae\x98\x83\xcb\xe3\x25\x8b\xcb\xba\x16\x07\xa2\x5b\x17\x31\x6b\x1c\x3b\x74\xec\xcc\x23\x75\x49\x7a\xf2\x88\x97\x1b\xcf\x91\x39\xee\x21\x28\xa5\xf7\x0d\x15\xde\x12\x82\xb2\xd1\x9a\x20\x49\x8f\x4f\x50\x22\x78\x95\x4f\x54\x7c\xc2\x71\xa6\x2a\x9f\xa8\xf2\x89\x4c\xc5\x5e\xe5\x13\x90\xea\xf8\x57\x95\x4f\x54\xdd\x60\x2e\x75\xd5\x0d\xae\x19\x6a\xab\x57\xad\x75\x0a\xd2\x81\x0c\x88\x03\xd5\x21\x2e\x3e\x1c\xe2\xa2\x81\xb7\xe6\x40\x68\xa2\x72\xcf\xbd\x23\xaa\xac\x5d\x57\xde\x34\x37\xe4\x72\x41\xce\xed\x10\x17\x15\x9b\xd7\x0c\xb5\xd5\x1d\x21\xa8\x07\x44\xcc\xba\x20\x9d\xd1\x11\x02\xad\x56\x97\x10\x8e\x10\x59\x36\x7a\x75\x09\x91\x9e\xd3\x36\xb4\x5a\xe5\x39\x55\x9e\xd3\x05\xe9\xc3\x4c\x8c\x6d\x93\xbe\x4e\x2d\x4f\x62\xb4\x2e\x48\x2a\x4c\xd2\x36\xc2\x5b\x3d\xa5\xc2\x93\x3b\xf4\x84\x5c\x10\x3b\x76\xf4\x25\x2f\xac\xf2\x42\x1c\xb3\x9e\xcf\x1d\xcf\xe4\x1a\x1c\xfb\x94\xa8\xf4\x36\xf6\xfc\x50\x8a\xce\x6a\xa6\x6d\x83\x03\x51\xcd\x88\xac\xca\xe5\xab\xa4\x03\xaf\xd7\x82\x4b\x90\x84\x48\xd2\x07\x9e\x53\xe5\xe4\xf5\x66\xc7\x2c\x7a\x5d\xd3\x3a\x91\xb6\x11\xac\x1a\x23\x03\x11\x53\x04\x68\x8c\x0c\xbc\xa5\x7f\xb5\x92\x59\xd0\x9b\xfc\xab\xc9\xbf\xba\x3e\x34\x41\x27\x5c\x13\xe8\x12\xc4\x81\x38\x63\x93\xe7\xb4\xcc\xe1\xad\x10\x7d\x1b\x39\x5c\xc4\x6c\xb0\xfc\xd0\xf2\xe9\x40\xad\x54\x41\xcf\x0f\x09\x1d\x68\xa2\xd1\xb6\x7a\x9b\x33\xb9\xb8\x69\x6d\x4a\x88\x24\x66\x83\xe5\x99\x5b\x78\x9b\x0e\x17\xa2\xce\x5d\x10\xd7\x7d\xa0\x09\x45\xb9\x96\x31\xab\x15\x3c\xa7\x99\x94\x43\x8b\x63\x59\x82\x7a\x33\x69\xc2\xd0\x84\x8e\x6d\x12\x35\xc9\x58\x4f\x2e\x09\x91\x7e\xdf\x8a\x96\x97\xdf\xb7\x6c\x5e\x5a\x21\xe6\x34\x9a\x17\x11\x33\x8c\xd6\x96\x34\xb1\x38\xf6\x14\xa4\x63\x27\x19\x75\xe3\x8c\x4b\xc7\xce\xda\xa4\x15\x22\x53\x63\x2c\x22\x32\xba\x34\xe1\x5a\xde\xd3\x57\xcb\x62\x47\x97\x26\x1c\x5f\x1d\x98\x96\x9a\xda\x5b\x5e\x85\x56\x16\x6b\xe9\x2a\x40\xcc\x06\x67\x3c\x64\xc7\xcc\x8f\xad\x12\xdc\x9b\xf2\x63\x53\x7e\x9c\xdb\xaf\xa7\xe2\xa6\xf4\xd9\x70\xe5\x4a\x24\x6e\x72\xe5\xa6\x32\x66\x62\xe6\x4b\x62\xe3\xca\x95\x9b\xd2\xe4\xca\x4d\xc1\x99\xbc\xdb\x14\x9c\x5b\x56\x33\xad\xca\xcc\x97\xb4\x92\xc4\x6c\x62\x87\x90\x8c\x99\xb0\x5b\xd5\x79\x95\xb0\x1b\x75\xbf\x12\x63\x0b\x19\x30\x52\x51\x55\xd7\x22\xa4\xa8\x40\x51\x53\x1f\x4a\x88\x9b\xb5\x64\x9a\x5b\x6b\x25\x99\xcb\x11\x42\x21\xbc\x71\xc5\x6a\x76\x66\xae\x31\xb6\xf7\xce\xf2\x68\xb8\x2b\xec\x42\xcc\xa6\xb8\x58\xbe\x0f\xb8\x88\x65\x5d\xd9\xb9\x2b\x3b\x93\x3e\xbb\xb2\x73\xc7\xfd\x5a\x49\x9b\x76\xb9\x1f\xc4\x2c\x5b\x01\xef\x72\x3f\xa6\xe4\xad\xe1\xca\x9a\x92\x7b\x5f\x79\x53\x1a\x17\xb1\x2f\x71\x2d\x6e\x8a\x89\x4b\x3b\x26\x99\x83\x40\xdf\x95\x8a\xbb\x52\x71\x76\xd8\xde\x95\x8a\x7b\x16\xd0\xad\x4d\xad\x75\x09\xe2\x9e\x13\xd5\xbb\xfc\xb6\x67\x65\xd5\x1a\x5a\xed\x7b\x15\x44\xa1\x99\x1d\xb6\x77\x2a\x67\xef\x7b\xba\x5f\x5b\x82\x4e\x41\xb8\x9f\xa1\x89\x5d\xcb\x27\x69\xcd\xc5\xf5\x5c\x9e\x68\xc0\x1d\xe8\x3b\x0e\xd0\xf1\xaf\xe6\x40\xf2\x2f\x88\x59\x76\xd8\xde\x15\x2a\x7b\xba\x49\xeb\xc4\xc5\x2e\x37\x81\x98\xc9\x68\xca\xf4\x3d\x13\x76\xeb\x44\xe2\xae\x84\x0d\x31\x86\x3a\xde\xe5\x00\x1d\x6b\x77\x9c\x69\xc8\xda\x90\xd6\x39\xe3\x50\x40\x1d\x1d\x21\xb2\xc3\xf6\xc1\x50\xc7\x47\xc6\xc5\xd6\x91\x6b\x28\x2e\x42\x8c\xd1\x8f\x0f\x9e\x64\x44\x46\x41\xae\x31\xb4\xfc\x60\x79\x12\xe3\x18\x5a\x7e\x10\xa5\xa8\x40\xc6\xa8\x82\x1a\x5c\xac\xc5\xa8\x5e\xc4\x0c\x45\x0f\x85\xdd\x91\x01\xb5\x75\x5c\x6e\x28\xa0\x42\x4c\xb5\xd8\x98\xda\x31\x2b\xbe\x36\xb2\x87\xf0\xc1\x80\x48\xc4\x98\x3f\xf9\x50\xf5\x37\x88\x9e\x83\x78\x3d\x14\x3d\x21\x66\x8b\x33\x9a\x44\xc5\x31\x07\xd5\xdf\x90\x63\x8e\x0c\x23\x6d\x34\xb8\x14\x27\x20\x66\x8b\x63\x9f\x3a\x10\x19\x75\x6e\x7c\xa8\x8c\x3a\x94\x51\xb3\x2b\xf6\xa1\x8c\x3a\xae\xbc\x43\x93\x92\x7d\x5c\x4b\x10\x77\x48\xfa\x52\x34\x19\x59\x79\x37\x06\x9b\x3e\x54\x79\x43\xcc\xe8\x47\xc6\xad\x0f\x31\x2d\xb3\x4e\x9f\x32\x2d\xa4\xa9\xfc\x9f\x32\xed\x54\xae\x74\x41\x55\x10\x42\x10\x86\xa6\xae\xfb\xd4\x75\xcf\xce\xcc\xa7\xae\xfb\x24\x27\x31\x17\xf3\xa9\x9c\x34\x95\x93\x70\xf2\xa9\x9c\x34\xd1\x17\x5d\x9e\x4f\xe9\x6b\xe6\x7d\x6c\x2a\x7a\xa7\xee\x23\xc4\xe4\x72\x73\xe9\xc3\x4c\x14\x4d\x15\xdb\x54\x95\x35\x55\x65\x61\xed\xa9\x2a\x6b\x92\x21\x54\x06\x4d\x65\x08\x88\x39\x4e\x3e\x95\x21\x20\xbd\x3c\xb9\xb4\x23\xe6\x50\x2a\x9e\x32\xc7\x7c\x9a\x83\x1d\x65\x8e\x79\xa5\xa2\xd7\x06\xd7\x65\x82\xa4\x68\xb4\x2a\x0b\xcd\x6c\x5b\xdb\xc2\x68\x93\xb6\x55\xc4\x8c\xa2\x64\xd2\xb6\xfa\xe4\xd6\x32\xa6\xf4\xa9\x5b\x0b\xb1\xb5\x09\xd2\x81\x30\xed\x22\x4d\x4d\x99\x16\x32\xfb\x10\xa4\x1d\x6f\xbd\x74\x16\x20\x9d\x31\x49\x5b\x5c\xf7\x79\xeb\x8c\x3c\x9d\x3d\xa5\x57\x31\x0e\x69\x8b\xe4\x3f\x55\x8c\x43\x6c\x51\x5c\x9a\xdc\xc4\xb8\xa2\x0c\x20\xdd\x74\x45\x21\xb6\x70\x5f\xd3\x15\xb5\xbc\x37\x6d\x91\x02\x4c\xed\x12\xc4\x56\x76\xfe\x6e\xba\x43\x96\x55\x47\x5b\x68\xc2\xac\x09\x6a\x70\x4d\xa0\x2e\x28\x53\x66\xf6\x0d\xbf\x9a\x8a\x4d\x0d\x38\xc4\x78\x7e\x71\x63\x06\xeb\x86\xaf\x39\xcd\xbc\xc9\xd7\x6c\xb1\x2e\xa6\x31\xa5\x03\x88\x2d\xa2\x81\xc9\xfd\xec\x84\x8b\x4b\x6d\x2a\x80\x21\xb6\x68\xba\xed\x14\x57\xda\xa1\xf1\x0a\xec\x26\x3b\xd8\x2d\x2e\x76\xbc\x9f\x5c\xe7\xeb\xa3\x6f\x2d\xe5\x5a\x52\x27\xc4\x16\xbd\xcd\xd2\xad\x5b\x19\x17\xfb\x46\xc3\xb0\x14\x17\x21\xb6\x48\x8c\x4b\x4a\x5f\x19\xf1\xfa\x36\x58\x4b\x11\x0f\x32\x37\xa4\x5f\x2a\x34\x57\xe6\xdd\xbe\x51\x81\x2c\xe5\xdd\xa5\x97\x70\x2a\xd4\xa5\xbc\xbb\xd2\x0e\x5d\x95\xb3\x1e\x99\x7d\x65\x3a\xe9\x1b\xf1\x67\xa9\x74\x81\x34\xd5\xb1\xeb\xd2\x8e\x1c\x88\x57\x60\xd7\x6b\xab\xf3\xf6\xd9\x99\xca\xb9\xde\x3e\x45\x4c\x77\x40\x6f\x9f\xee\x73\xbc\x3e\x7a\x45\x08\x9f\x53\xd0\x84\x6b\x00\x99\xa0\xbc\x9b\xaa\xcb\x5c\x61\x04\x62\x3c\xd2\xbb\x2b\x8c\x40\xba\x0a\x2f\x57\x03\x0f\xb1\x55\x04\x69\xc7\x74\x80\xce\xfb\xae\xeb\x1d\xd5\x79\x63\xec\x95\x6b\xa1\x37\x46\xdf\x33\x4d\xf5\x46\xe0\xda\x95\xa6\x20\xb6\xe8\x2b\x77\x99\x63\x4f\x15\xf6\xb6\x04\xb9\x20\xac\xcd\x28\x63\x1f\x88\xba\x5b\x2e\xdf\x88\x06\xbb\x5d\x82\xf2\xea\x2f\xf2\xc8\xae\x91\x01\xa4\x77\x3a\x33\xbd\x31\x3a\xaf\x87\xbd\xd3\xb6\xea\xf5\x50\xc4\x16\x43\x0a\xbd\x1e\x3a\xaf\x74\x5d\x39\x5c\xaf\x74\x22\xa6\x00\xb1\x9f\xdc\xa7\x3d\x43\x47\x1f\xdc\xf3\x5d\x3d\x3d\xa4\x6d\x04\x7a\xbd\xbf\x39\x8f\x6d\x7d\x20\x84\x1e\xdb\xfc\xc0\x8e\x83\x32\xe8\x90\x1d\x0f\xd9\x91\xab\x70\xc8\x8e\x3c\xa3\xf5\x41\x32\xd3\x33\x9a\x1f\x2b\x9d\x69\x22\xc4\xb1\x9a\x20\x2e\x35\xed\xf4\xa1\xee\x80\xc7\xb6\xae\x34\xa5\xc7\x36\x11\x5b\xc4\x7e\x3d\xb6\x39\x6f\x48\x9d\x37\x46\xd7\x1b\x92\xf3\x72\xd2\xd5\xbf\xe9\xe5\xc4\xcf\x64\xee\xba\x43\xa7\x6a\x31\x88\x2d\x06\x1e\xa7\x6a\x31\xde\x1e\xba\x86\x27\x7a\x7b\x70\x66\xfc\xdd\xb9\x8f\x9a\xf1\x8b\x18\x4f\x41\x7e\x69\x50\x77\xa5\xee\xc7\x46\x24\xbe\xa4\x7b\x88\xad\x26\x08\x4d\x5c\x99\x6d\xc6\xc6\x15\xbd\x94\x6d\x20\x45\x16\xd2\x8c\xdf\xaf\x63\xf2\xc8\x9c\x2a\xbc\x0e\x13\x64\xac\x55\x80\xf4\x61\x06\x95\xc1\xe3\x80\x5f\x4a\x40\x10\x5b\x8d\xe5\x95\x80\x18\xd5\x8f\x8d\xc4\xa8\x51\xbd\xc7\xcc\x3e\xa9\xb0\x7c\xf0\x28\x26\x62\xbc\x5a\x79\xf0\x28\xe6\xc1\x4b\x77\x21\x28\x04\x2f\xdd\x22\xb6\x9a\x3e\xc4\x7d\x83\xc6\x8f\x81\xbe\x87\x2a\x6f\x48\xe3\x61\xd8\x43\xe3\x4f\x86\xf0\xa3\x90\x51\x35\x84\xf7\x48\xf7\x1d\xea\xb9\x42\xee\x1b\x72\x5f\x3c\x3a\xa4\x42\xc8\x28\xc4\xfe\x90\x0a\x43\xed\x21\x61\x3b\x54\x66\x07\x8d\x5f\x25\x99\x85\x1a\x3f\x88\xf1\xc0\xe6\xa1\xe1\x09\x13\xf7\xc1\x4f\x43\x5c\x13\x77\x67\x4a\x3e\xd4\x4a\x68\x4a\xee\x37\xba\x6f\xe8\xeb\x96\xee\x21\x8d\x97\x39\xbf\xa5\xfb\xfb\xbc\x68\x35\x81\x34\xa4\x80\xd8\xa2\xdc\xb8\x4f\x82\xc2\x9d\x05\xf4\xe8\xb4\xc0\xb7\x0a\x68\x48\xd1\x04\xf9\x56\x01\xcd\x9c\x79\x50\xce\xe2\xe2\x64\xf9\xf4\xef\xd0\xd4\x39\x98\x14\x8f\x91\xae\x15\x9a\x14\xc7\x96\xde\x3a\x46\xde\xce\xd8\x18\xb6\x8b\xd8\xca\x0e\x3f\xb6\x7d\x00\x65\x59\x31\xa6\x3e\xa4\xac\x10\xb1\xd5\x05\x05\x50\x8a\x34\x78\x56\x8f\xed\xd6\x5a\xb7\x5e\xa1\x05\x69\x2d\xa4\xe4\x21\x2d\x34\x85\x8d\x92\x65\xdc\xe0\x7d\x27\x0a\x83\x33\x11\x5b\xbd\xfc\x6a\x16\x8e\xc2\x73\x46\x94\x8c\xa5\x83\x49\x71\x14\x62\x69\x14\xe5\xb1\x6c\xdd\xa2\x90\xc7\x82\x91\xe9\xe0\x41\x20\x34\x32\x8d\xb2\xa7\x7f\x92\x68\xa2\xf0\x9e\x2e\x62\x2b\x13\x4d\x94\x5d\x02\x65\xab\x3b\x28\x4e\xa3\xd0\xea\x8a\xd4\xad\x71\x92\x6c\x7b\x9f\x64\xac\xc1\x87\x74\xbf\x22\xad\x0c\x7d\xa8\xe5\xe3\x84\x6b\x02\x5d\x82\xa4\x4e\xe4\x62\xcc\x19\x8c\x26\xc7\xca\x7b\x13\x1a\x4d\x46\xe5\x2a\xad\x74\xd9\xa8\x5c\x25\x11\x23\xce\x44\xe5\x2a\x45\xcd\xfc\x3a\x18\x4d\x46\xa5\xce\x11\x31\x4a\xb2\xa8\xd4\x39\x51\x33\x5f\x0c\xaf\xe2\xba\x04\x5d\xfc\x5e\xa3\x02\x85\xa0\xe0\xb7\x1f\x70\x49\x5f\xf5\xd0\xcf\x41\x52\xd1\x15\xc7\x16\xb1\xd5\xe1\xc2\xb1\xa3\x66\x42\x18\x9e\x05\x78\xd4\x53\x3b\x9e\xd4\x10\x19\xe3\x83\x09\xe1\x87\xa8\x99\x2f\xe6\xb6\xf1\x21\xf9\x42\xc4\xa8\x0b\xa3\x86\xa4\x8f\x23\xb9\x24\x04\xbf\x3f\x10\xb1\x35\x58\x4b\x2a\x64\x20\x37\x79\x09\x0d\x0d\xe4\xa2\x65\x3d\x32\xa9\x34\xa2\x51\x8f\x88\x18\x05\x65\x34\x92\xa9\xc8\xdc\x32\xab\x44\x23\x99\x8a\xd8\xca\x9a\x3c\xda\xc0\xbf\x5a\x46\xb6\xb9\x39\x1f\x12\xd9\x44\x8c\x77\xdc\x60\x7a\xf6\x21\x18\x56\xcd\xb2\xf1\xa1\xf4\xd5\x52\x13\x93\x9f\xc6\x45\x93\x26\x20\x26\x37\x69\xd2\x04\xb3\x8e\x59\xb2\xa3\x08\xcd\x3a\x82\xc9\xc3\xac\x08\xa1\xc9\x43\xf4\x4c\x6d\x93\xc7\xbe\xe8\xa4\x36\x11\x63\x62\x16\x9d\xc1\x57\x68\xf2\xd0\xb2\xbe\x0f\x4d\x1e\x44\x4c\x2e\xa7\xc9\x43\xf0\x5b\xbf\xd9\x2a\x1f\xf2\x40\x27\x62\x8b\x1b\xdc\x99\x85\x45\x3f\xe0\xca\x50\x1d\xfd\x10\xd7\x21\xae\x05\xf4\xe4\x62\xc7\xc9\xf2\x87\x76\x3c\xb4\xa3\x03\x69\xc7\x9b\xb5\x2c\xf5\xc5\x4c\xe0\x49\x6c\xe1\x13\x1a\x0d\x04\x73\x80\xc9\xf4\x2d\x34\x07\x10\x99\xbd\x0b\x2a\x82\x0a\x4f\xa8\x0d\xa8\x0a\xe2\x43\xae\x3b\x33\x81\x27\x69\xba\x56\x1a\x0d\xc4\xc8\x4c\x32\x89\xa5\x31\x28\xe0\x45\xca\x73\x79\x0a\xf8\xa0\xb9\x9e\x3d\xab\xa9\x50\x73\x1d\x23\xf3\xfe\x1c\x1b\x3b\xee\xda\x31\x49\xe3\x09\x35\x06\x79\x3f\x46\x46\xcf\x49\x0b\x1e\x43\xd1\x13\x62\xbc\x90\xc4\xe0\xa7\x71\x31\x52\x21\x73\xf4\x74\xa6\xc1\x18\x5d\xc4\x16\x91\x78\x30\x3b\x8c\x91\x4e\x3e\x15\x9c\x87\x9c\x7c\x28\x4e\xe0\xd1\x43\x71\x82\xe6\x7a\xce\x2c\x6e\x43\xcd\x75\xcc\xc1\xcf\xa0\xb8\xdb\x53\x81\x6f\xaa\x6b\xca\x4e\x3a\x26\x5d\x53\x4c\xcb\x6b\xc5\x2f\xef\x62\xf2\x33\x04\x91\x32\xb8\x56\x53\x41\x81\xb6\x79\xf2\xac\x1e\x6a\x9b\x63\xa6\x9b\x4d\x5e\xc7\x63\xf2\x13\x34\x11\x5b\x38\xc0\x64\x24\x16\xd3\xc5\x85\x10\x2e\x2e\x17\x97\x01\x89\x2b\x8b\x8f\xc9\xcb\x60\xa8\xfb\x15\xa9\x3c\xf9\x84\xba\xdf\x98\x19\x6a\xa7\xe9\x43\x85\x5a\x88\xad\xc9\xf2\x0a\xb5\x13\xff\xa2\xe9\x8f\x29\xff\x9a\x4f\xff\x42\x7a\xf9\x17\x5d\xe6\xa4\xe7\x0b\x75\x99\x61\x13\xa8\x00\x51\xc0\x8b\xd8\xb2\x0d\x08\x45\xd3\xd4\x4d\xd9\x51\x4d\x5d\x58\x56\x1a\x73\x99\x03\x9d\x82\x88\x4c\x56\x80\xb4\x56\x92\xb9\x5c\x1f\x6a\xad\x45\x92\x37\x41\x64\x2b\x4b\xd7\x98\xcb\x53\x13\xc6\xcf\x25\x45\x6c\x71\x61\x8c\x5f\x7f\x85\xe1\x39\x5e\xd8\x51\x9e\x63\xf2\x1c\xe3\x43\x79\x8e\x65\xf3\x34\x15\xa3\x8d\xe6\x49\xc4\x56\xd6\x23\x61\xfc\xc0\x20\x68\x10\xa7\xe3\x13\x6a\x10\x63\xf1\xa4\xb8\x65\x73\x1d\x4b\x67\x5c\x94\xf9\xdb\xb4\xbf\x4c\xc5\x75\xfe\x9f\x4c\xbc\x68\x02\x44\x6c\xd9\x02\xea\x82\x72\xd9\xd2\xd8\x89\x9a\x46\xc4\xa4\xba\x75\x69\xa7\x94\xda\x0a\x59\x4a\x2d\x9f\x88\x2d\xaa\x85\x25\xa9\xf5\x63\x5d\x25\x54\xfd\x58\x57\xa4\x2c\xae\xd3\x92\x95\x21\xb6\x96\x20\x09\xc1\x78\xa1\xac\xfc\x50\xed\x63\xd0\xa6\x59\xc1\x32\x6a\xd3\xc2\x33\xdf\x5b\x25\x9e\xfa\x7e\x08\x42\xc1\x0b\x2e\xe6\xaa\xe1\x44\xb7\x4a\xb5\xe1\x8a\x6e\x10\x5b\x5a\x5e\x96\xf1\x74\x6e\x6b\x38\xb7\x9f\x4f\x88\xdf\x28\x77\xb8\xe4\xdc\x10\xe3\xd5\x33\x9c\xb7\xab\xf0\x5b\x3f\x81\x66\x47\x9d\x11\x52\x5a\x36\x73\xe1\x3a\x23\x1d\xa5\x35\x7c\x54\x1d\x65\xec\x8c\x3d\x1a\xfa\xda\x4d\x10\xa3\xc3\xb5\x06\x50\x11\x94\xc7\xee\xd9\x76\x84\xba\xc0\xd8\x79\xeb\xeb\xc8\xb5\xf3\xd6\x27\x62\x6b\x4d\xa0\x10\xc4\x87\xf6\x97\xc3\x91\xfc\xff\x3f\xec\xef\x2f\xbf\xfc\xfb\x81\xf3\xa7\xcf\x9f\xe3\xed\x0b\xff\x5a\x81\x7f\x24\xf0\xb8\xe2\xfe\xf8\x16\xbf\xfc\xcb\x87\xf7\x4f\xef\xf9\x15\xff\xfb\xaf\x00\x00\x00\xff\xff\x69\x49\xc0\xae\x25\x31\x00\x00"); +func _dcda ()([]byte ,error ){return _fd (_bfc ,"Adobe-GB1-1")};var _fadda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\xc1\x8e\xdb\x20\x10\x40\xef\xfe\x8a\x39\x6e\x0f\x5b\x1b\xdb\xc0\x46\xaa\x2c\xb5\x49\xa5\xfa\xb0\xdb\xaa\xd9\xa6\x95\xaa\x1e\x08\x4c\x52\xa4\x1a\x23\x6c\x1f\xf2\xf7\xd5\x0c\x4e\xb2\x07\x6b\x98\x07\xbc\x19\x0c\xe5\xb6\xdf\xf5\xc1\xcf\x50\x7e\x4b\xa3\xdd\xe3\x0c\x27\x1f\x5c\xc2\x69\x5c\x92\x45\x38\xe2\xd9\x87\xa2\x10\x35\x38\x6f\xe7\x6b\xca\xc1\x0e\x26\x16\x45\xf9\xf9\x15\xc3\x30\x3d\x7e\x92\x8f\x5f\x60\x99\x70\xa5\xdb\x7e\xb7\xbf\x4c\x33\x0e\x7d\x38\x8d\xd0\xe4\xdd\x6e\x89\xab\x01\xa0\xfc\x8e\x67\x3f\xcd\xe9\x02\x0f\x1f\xdd\x78\xc4\x77\xe0\xf0\x44\xfc\x6b\x72\x98\x7c\x38\xc3\xc3\xf6\x65\x2f\x6e\x78\xbf\xc4\xf8\x0f\x07\x0c\x33\x54\xcc\x30\x38\x8e\x45\xb9\x7d\x36\xf1\xc5\x0c\x08\x6f\x7a\x39\xf0\x1c\x4f\x1d\x30\x4d\x7e\x0c\x20\xaa\xf7\x55\x25\xef\xfc\xf5\x12\x11\xc4\xea\xf8\xf5\xa3\xdf\xc1\x6f\x01\xa2\x82\x5a\xca\x8d\xfe\xb3\xf2\x9f\xcf\xa3\xbb\xad\x52\xb9\x7b\xeb\x9d\xfd\x6b\x52\xf1\xc1\x88\xf6\xd8\x81\x68\x54\xab\x38\xb1\x1d\x88\x6a\x43\x43\xa9\x3a\x68\x44\xcd\xc3\xa7\x0e\x44\x9d\x87\x86\x56\xeb\xb6\xe1\xc4\xe6\x44\xd2\x49\xae\x4a\xfa\xd1\xd7\x1a\xc9\x84\x33\xf2\x4a\xd7\x01\x05\xa4\x0d\x15\x11\x25\x98\xa8\x9a\x48\xcb\x44\x66\xa2\x88\x3c\x31\xd9\x64\x42\x35\x5b\x2e\xaf\xb2\x47\x91\x27\x77\xac\xb3\x47\x93\x47\xb2\x59\x67\x8f\x26\x8f\x64\xb3\xce\x1e\x4d\x1e\xc9\x66\x9d\x3d\xfa\xde\x8f\xc9\x1e\x73\xef\xc7\x34\x99\xb4\x6b\x3f\x56\x61\xdb\x01\x05\x49\xd5\xab\x8d\x5e\x8f\x9d\x4f\xc9\x09\xbd\x9c\xdb\x5d\xda\x25\x25\x0c\x33\xbf\x1b\xbe\x2e\xba\x02\x1f\xf0\xf6\x32\xe3\x18\x69\x17\x7f\xff\x03\x00\x00\xff\xff\xfc\xb5\x10\xb6\xc5\x02\x00\x00"); +func (_ce bindataFileInfo )Mode ()_g .FileMode {return _ce ._cg };var _egcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6b\xe3\xd6\x1b\x05\xf0\xbd\x3e\x85\x96\xf3\x5f\xcc\x3f\xf7\x79\xb9\x2f\x02\x31\x50\x66\x18\x08\xc3\xb4\x25\x29\xed\xda\x91\xae\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\x79\x8e\x9d\x42\x17\xc1\xd1\x89\xf4\x48\xfc\x4e\xae\xae\xef\xbe\xde\x7f\xbb\xdf\x0e\x97\xf1\xee\xf7\xf3\x71\x79\xec\x97\x71\x7f\xd8\xd6\x73\x7f\x3d\xbe\x9d\x97\x3e\x3e\xf5\xe7\xc3\x36\x0c\xa2\xe3\x7a\x58\x2e\xb7\xc3\xf8\x58\x5e\x76\xa7\x61\xc0\xf5\x8f\xef\xaf\x97\xfe\x72\xbf\xed\x8f\xa3\xf1\xbc\xf5\xed\x74\x3d\x77\x1c\xef\x1e\xfa\xf3\xe1\xf5\x72\x7e\x1f\x3f\xfd\xb2\x1e\x9f\xfa\xff\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\x3c\x7c\x84\x8f\x6f\xa7\xd3\xdf\xfd\xa5\x6f\x97\xb1\x45\xd6\xb7\x35\x3e\x87\xbb\xaf\x3f\x77\xa7\x5f\x77\x2f\x7d\xbc\x8b\x39\x9f\x7f\x3c\x7c\xe6\x29\xf1\x97\x3f\xfb\xf9\xf5\x70\xdc\x46\xf9\x7f\x4a\xfa\x6f\xfc\xc7\xfb\xa9\x8f\x72\x9d\xf0\xd7\xcf\xe3\xda\xc7\x74\x9b\x77\xff\xed\xeb\xf1\x6d\xbb\x8c\xaa\xde\xae\xa1\xf0\xb1\x97\xe3\xda\x5f\x4f\xbb\xa5\x9f\x77\xdb\x73\x1f\xc6\x71\x4e\x29\xa5\x2f\xe3\x9c\xeb\xf7\xef\x5f\xf0\x4c\xff\x39\x63\x68\xed\x7a\xe5\x61\x65\x72\xbb\x22\xa5\xfd\xfe\xcb\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x77\x8c\x76\xd7\xe7\xc4\xf8\x27\x46\x4f\x11\x35\xc1\xf8\x85\xd1\x82\xc8\x52\xc5\xf8\x95\xd1\x1a\x91\x29\xc6\x77\x46\x3d\xa2\xdc\x30\x7e\xcf\x68\x1f\x51\xf3\x34\xcc\x42\x29\x09\x29\x4f\x53\x19\x66\x21\x96\x04\x96\x5b\xd6\x61\x16\x6a\x49\x68\x79\x49\x6d\x98\x85\x5c\x12\x5c\xde\x8a\x0f\xb3\xd0\x4b\xfc\x6a\x8a\xf1\xf4\x92\xf0\xca\x56\x31\x9e\x5e\x12\x5e\xb9\x18\xc6\xd3\x4b\xc2\x2b\xb7\x86\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x09\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x09\xcd\x0a\xbd\x24\xbc\xaa\xa0\x5a\xa1\x97\x84\x57\x75\x54\x2b\xf4\x92\x7e\xed\x1f\xe3\xe9\x25\xe1\x55\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x55\x54\xab\xf4\xd2\xf0\x6a\x13\xaa\x55\x7a\x69\x78\x4d\x8a\x6a\x95\x5e\x1a\x5e\x93\xa3\x5a\xa5\x97\x86\xd7\x54\x51\xad\xd2\x4b\xc3\x6b\x9a\x50\xad\xd2\x4b\xdb\xed\x7f\x15\xf3\x09\xa6\x13\x33\x47\xb9\x4a\x31\xdd\x31\xab\x68\x57\x49\xa6\x41\x86\xf6\x71\x0b\x9a\xe9\xc2\x4c\xd1\xaf\x12\x4d\x57\x66\x19\x05\x2b\xd5\xb4\x33\xab\x68\x58\xc9\xa6\x7b\x2e\x92\x84\x8a\x8d\x6e\x96\x98\x29\x3a\x36\xc2\x99\x30\xcb\x28\xd9\x28\x67\x7a\x5b\x60\x69\x98\x8d\x74\x16\x74\x62\x09\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x32\x8a\x36\xea\x19\x57\xa7\x35\x34\x6d\xe4\x33\x2e\x4f\x4f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x67\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x16\xd4\x6d\xf4\xb3\xe5\xf6\x56\xc0\x3d\xe8\x67\xf4\xcb\x05\x85\x1b\xfd\x8c\x7e\xb9\xa1\x71\xa3\x9f\xd1\xaf\x08\x2a\x77\xfa\x39\xfd\x8a\xa1\x73\xa7\x9f\xd3\xaf\x14\x74\xee\xf4\x73\xfa\x95\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x5a\xd0\xb9\xd3\xcf\xcb\xed\x55\x86\x7b\xd0\xcf\xe9\xd7\x04\x9d\x3b\xfd\x9c\x7e\xcd\xd1\xb9\xd3\xcf\xe9\xd7\x0a\x3a\x77\xfa\x39\xfd\xda\x84\xce\x9d\x7e\x4e\xbf\x49\xd1\xb9\xd3\xcf\xe9\x37\x39\x3a\x77\xfa\x39\xfd\xa6\x8a\xce\x9d\x7e\x4e\xbf\x69\x42\xe7\x4e\x3f\xdf\xf3\x5d\xab\xe8\x3c\x5f\xf7\x90\x74\x7b\xff\xa6\x61\xce\xf4\xcb\xdc\x15\x52\x45\xe7\x99\x7e\x59\x99\x4d\xe8\x3c\xd3\x2f\x87\x9f\x8a\xa2\xf3\x4c\xbf\xec\xcc\x32\x3a\xcf\xf4\xcb\x99\x59\x45\xe7\x99\x7e\x39\xfc\x54\x13\x3a\xcf\xf5\xba\x9f\x2d\x91\x69\xd5\xd8\xd5\x6e\xbb\x17\x7e\xc7\xfe\xfe\xb1\xe7\x2e\x6f\xe7\x73\xdf\x2e\xb1\xbb\xc7\xc6\x8a\xfd\xf2\xb0\xf5\x8f\x6f\x0a\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\xb5\x37\x77\xc2\x55\x08\x00\x00"); +var _ecc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\xe4\x91\xf5\x75\x89\xcf\xe1\xe6\xee\xdb\xe6\xf8\x7d\xf3\xd2\xd3\x4d\x4c\xfa\x8c\xeb\x3e\xf3\xa4\xf8\xdb\xef\xfd\xf4\xba\x3f\xac\x49\x7e\xcc\xb9\xfe\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xf2\xf7\x25\xff\xe3\xdb\x61\xe9\x29\x5f\xef\xf4\x70\x7f\x77\x78\x5b\xcf\x49\xda\x54\x0b\x43\xe1\xbf\xb4\x3d\x2c\xfd\xf5\xb8\xd9\xf6\xd3\x66\x7d\xee\x43\x4a\x73\xce\x39\xdf\xa6\xd9\xbf\x7c\xfd\x7a\x8b\xa7\xfd\xdf\x19\xc3\x58\x2e\x57\xee\x17\x26\xd7\x2b\x72\xde\xed\x6e\x53\x1e\xe6\x2c\x3c\x16\x1c\x6b\xa9\xc3\x9c\x95\x89\x22\x29\xa2\xc3\x9c\x8d\x89\x21\x19\x6b\x1b\xe6\xec\x4c\x1c\x89\x64\xf5\x61\xce\x85\x51\x89\x48\x1b\x66\x57\x46\x35\xa2\x62\x18\x3e\x32\x1a\x23\x1a\x27\x4c\x6f\x8c\x5a\x3c\x41\x76\x8c\x9f\x18\x4d\x11\x59\xc6\xf8\x0d\xa3\xcd\xe5\x39\x31\xfe\x89\xd1\x53\x44\x4d\x30\x7e\xcb\x68\x8b\xc8\xf2\x88\xf1\x0b\xa3\x25\x22\x53\x8c\xef\x8c\x7a\x44\xa5\x61\xfc\x8e\xd1\x2e\xa2\xe6\x79\x98\x85\x52\x12\x52\x9e\xa7\x3a\xcc\x42\x2c\x09\x2c\xb7\xa2\xc3\x2c\xd4\x92\xd0\xf2\x9a\xdb\x30\x0b\xb9\x24\xb8\xbc\x55\x1f\x66\xa1\x97\xf8\xc5\x14\xe3\xe9\x25\xe1\x55\x6c\xc4\x78\x7a\x49\x78\x95\x6a\x18\x4f\x2f\x09\xaf\xd2\x1a\xc6\xd3\x4b\xc2\xab\x8a\x63\x3c\xbd\x24\xbc\xaa\x67\x8c\xa7\x97\x84\x57\xad\x28\x56\xe8\x25\xe1\x55\x27\x34\x2b\xf4\x92\xf0\x1a\x05\xd5\x0a\xbd\x24\xbc\x46\x47\xb5\x42\x2f\xe9\x97\xfe\x31\x9e\x5e\x12\x5e\xe3\x84\x6a\x95\x5e\x1a\x5e\x4d\x50\xad\xd2\x4b\xc3\xab\x39\xaa\x55\x7a\x69\x78\xb5\x11\xd5\x2a\xbd\x34\xbc\xda\x84\x6a\x95\x5e\x1a\x5e\x93\xa2\x5a\xa5\x97\x86\xd7\xe4\xa8\x56\xe9\xa5\xe1\x35\x8d\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xfa\x5d\xc5\x7c\x82\xe9\xc4\xcc\x51\xae\x52\x4c\x37\xcc\x46\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x05\xcd\x74\xcb\x4c\xd1\xaf\x12\x4d\x17\x66\x05\x05\x2b\xd5\xb4\x33\x1b\xd1\xb0\x92\x4d\x77\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\x56\x50\xb2\x51\xce\xf4\xba\xc0\xf2\x30\x1b\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x15\x14\x6d\xd4\x33\xae\x4e\x6b\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x2f\x28\xdb\xe8\x67\xf4\xf3\x86\xb6\x8d\x7e\x46\xbf\x22\xa8\xdb\xe8\x67\xdb\xeb\x5b\x01\xf7\xa0\x9f\xd1\xaf\x54\x14\x6e\xf4\x33\xfa\x95\x86\xc6\x8d\x7e\x46\xbf\x2a\xa8\xdc\x2f\xef\x40\xfa\x55\x43\xe7\x4e\x3f\xa7\x5f\xad\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\xa3\xa0\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x15\x9d\x3b\xfd\xbc\x5e\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa2\x73\xa7\x9f\x6f\xc4\x91\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xcd\x63\xbe\x49\x6d\x07\x00\x00"); +func _gcbc ()(*asset ,error ){_baf ,_ffff :=_gcb ();if _ffff !=nil {return nil ,_ffff ;};_geff :=bindataFileInfo {_c :"Adobe-Japan1-1",_ed :1098,_cg :_g .FileMode (436),_ca :_d .Unix (1580491308,0)};_cbe :=&asset {_fdf :_baf ,_ff :_geff };return _cbe ,nil ; +};var _edaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcb\x3d\x3b\x96\x67\x37\xbf\x9f\xe2\x3f\x6c\x0f\xda\x75\xb6\xa4\xad\x17\x48\x2e\x98\x6a\x17\xae\x41\xb7\x8d\xd3\x65\x1b\x8c\x07\x71\xce\x89\x28\x12\x5c\x37\x93\xac\xac\x41\x7d\x7b\xa3\xb5\x74\xdb\xc6\x18\xee\x1d\x2d\x9e\xfd\xc4\x89\xd0\x5b\x48\xfa\x69\x6f\x29\xfe\xee\xef\xff\xf1\x3f\xfd\xe3\x2f\x7f\xfa\xdb\x8f\xbf\xfb\x9f\xfe\xfa\xe7\xcf\x1f\xef\xbf\xfd\x78\xfe\xf4\xcb\xf7\xaf\xf7\xbf\xfe\xf9\xdf\xfe\xfa\xb9\x7f\xbc\xef\x7f\xfe\xd3\x2f\x3f\xfd\x14\xe5\xc7\xf7\x4f\x9f\xbf\xfd\xfa\x27\xf8\xfc\xcb\xf5\x97\x9f\x7e\xda\xbf\xff\xe3\xbf\xff\xeb\xdf\xee\x7f\xf9\xc7\x5f\x9e\x3f\xff\xa8\x5e\xf7\xfd\xb7\xbf\x9c\x6b\x7f\xfc\xf8\xbb\xff\xf9\xfe\xe7\x3f\xfd\xeb\xdf\xfe\xfa\xef\x3f\xfe\xc3\x7f\xf7\xfd\xf3\xfb\xfe\x6f\x7e\x7c\xef\x67\xdb\xff\xc7\xbf\x7e\xef\xbf\xfe\xe9\x97\x7f\xfe\xf1\x1f\xfe\xfe\xbf\xfc\x31\xfe\xab\xf9\x8f\xff\xf6\x97\xbf\xfc\x5f\xf7\xbf\xdc\xbf\xfc\x6d\xdf\xed\x7e\x7e\xba\x7f\xf9\xc2\x9f\xfe\xee\xef\xff\xf3\xf5\x97\xff\x72\xfd\xcb\xfd\xe3\xef\xfe\xe9\x97\x3f\xfd\xfd\x7f\xf9\xe3\x7f\xfc\xa7\xbf\xff\x63\xf9\x8f\xff\x03\xff\xe5\x9f\xff\xeb\xfd\xd7\x7f\xfd\xd3\x9f\x7f\xf9\x11\xe5\xbf\x7d\xbd\xfa\xff\x63\xff\x5f\xfe\xfd\x2f\xf7\x8f\x38\x77\xf9\xdf\xff\xe9\x1f\xff\xd3\x8f\xff\x23\x7e\xc4\xeb\x47\xc9\xba\xca\xff\x79\xec\xff\xdb\x7f\xfe\xf3\xf7\xfe\xf1\xf2\xaf\x62\xfa\x3f\x7f\xfe\xde\xff\xfa\x97\xeb\x73\xff\xf5\xfa\xe5\x9f\xef\x9f\x7e\xfc\xf8\xc3\xeb\xf5\x7a\xfd\xfc\xe3\x0f\xff\x69\xfc\xc3\x3f\xfc\xbc\xff\xfe\xef\xfd\xfb\x1f\xfe\x61\xff\x7d\xff\xf2\xfd\xff\xfc\xe2\xa7\xf0\x46\xbf\xfc\xf9\x6f\xdf\xfb\xd1\xf6\xeb\x3d\x5e\xaf\x78\x7e\xfe\x11\xfb\x57\xff\xef\x7f\xff\x14\xaf\xd7\x79\xfa\x9f\xbe\xff\xf5\x17\xc5\x5f\x8c\x7b\xff\xe2\x0f\xaf\xd7\x55\xf8\xfb\xaa\x3f\xff\x28\xbd\x60\x49\x2d\xb9\x2d\x2f\x2c\x43\xcb\xf8\xf9\x47\x8c\x89\x65\x6a\x99\x3f\xff\x88\x3a\xda\xc0\xf6\xd1\xf6\xf9\xf9\x47\xb4\x57\x5b\xdb\xf6\xf6\x69\x1b\x65\x72\xaf\x77\x68\x89\x9f\x7f\x94\xe0\x79\x6f\xef\xbe\x11\x91\xdb\xf2\xf1\x57\x1b\x31\xc7\xe4\x89\x1f\x7f\xb7\xb1\x6d\x1d\x9b\xa9\xd8\x88\x39\x16\x77\xfb\x2c\x6d\x4b\x1b\xcf\xfc\x5c\xda\xae\x6d\x9b\x2f\xf2\xfd\x35\xdf\x1b\xfb\x3a\xee\xf7\xad\xda\xaa\xb6\x86\xcd\xd4\x6d\x94\xe0\x6e\xb7\xa9\xbb\x5f\xde\x8d\x14\xdf\xa6\xee\x0e\x6d\x15\x9b\xa9\xbb\x49\xdd\x3c\xbf\x35\x75\xf7\xf2\x3a\x72\x76\x9b\xba\xdb\xd4\x55\x72\x71\x5b\x96\x1b\xfb\xb7\xa4\xe4\xfe\x6a\xfb\x6a\xe3\xba\xc7\x5c\x3c\x45\x1b\xf7\x7b\xcc\xc5\x53\xb5\x91\xb3\xc7\x5c\x3c\xe4\x82\xfc\x3f\xa6\xee\x31\x75\x8d\xd4\x3d\xa6\xee\x31\x75\xc5\x27\x98\xba\xc7\xd4\x15\xaf\x33\x75\x8f\xa9\x2b\xbb\xf6\xc3\x96\x08\x76\xfd\x24\xb6\xd0\x76\x4a\x65\xdf\x2f\x82\x14\x83\x7d\xdd\xc2\x56\xb5\x99\xe2\x17\xf7\x8b\x4b\xdb\x65\x5d\x04\xb6\xb7\xb6\xb7\xd7\xf1\xdb\xa2\xad\x68\x23\x6f\xd1\xb4\x35\x6d\x4d\xdb\x47\xdb\xc7\xfb\x55\x6c\x5f\x6d\xa7\x44\x49\x73\x9a\x96\x34\x2d\x95\x67\x74\xef\xd7\xcf\x33\xb0\x7d\xfc\xed\xe7\x6b\x3e\x48\xf3\xe7\xd6\x76\x9b\xbe\x5d\x6b\xf1\xb5\x5c\xbe\xb6\x96\xe0\xb9\x5f\xcb\xe5\x6b\x5b\x5e\x3c\xd7\xf6\x18\xdf\x53\x93\xdc\xef\xdb\xb4\x35\xcb\x99\x7c\x7c\xbb\xb6\xae\xcd\xfb\x4d\x6d\xd6\x65\xf1\xb9\x96\xdf\xf7\xd4\x9b\xcf\xb0\x0c\xbe\xa7\xde\x76\xcb\x28\x49\xfa\xc0\xce\x6f\x62\x0b\x6d\xa7\xde\xbc\xae\x69\x33\x2d\x75\x60\x7b\x6b\xb3\x5c\x2a\xd7\x75\x7f\xdb\xfd\x6d\xad\xd8\x2e\x6d\xa6\xa5\x61\x1b\xf4\x32\x60\x5f\xb7\x5b\x6e\x99\x94\x3d\xd8\xb6\x86\xcd\xdf\xce\xf3\xdb\xdd\x86\xca\x87\x32\x00\xbb\xf7\xe1\xb7\x9f\xa1\x6d\xfc\xfc\x23\x29\xf9\xe2\x5b\x0f\x92\x37\xb2\x7c\x4c\xef\x46\xf2\xde\x96\x2f\x2d\x1e\x24\xed\xb3\xbe\x28\x4b\xf0\x6b\xcf\x56\x17\x79\xaa\x57\xfc\xfc\xa3\x51\x33\xf5\xaa\x5a\xd6\xcf\x3f\x1a\xe9\xac\xf6\x6b\x75\xf7\x4f\x8d\x16\x57\x3f\x5e\xb3\x7b\xa2\x96\x3b\x8d\xcd\xf7\x01\x44\x5d\x94\x57\x0b\xca\xbf\x45\x6a\x7b\x61\x23\x7f\xad\x1e\xdb\x7e\x62\xab\xda\xda\x83\x6d\x70\x9d\xf5\x04\xa2\xae\xbe\x7e\xfa\x43\xdc\xef\xdd\x06\xc5\x6e\x5b\x13\xdb\xa3\xed\xb1\xde\xb9\x8e\x3e\x56\xec\x3a\x7e\x61\x0b\x6d\xa7\xee\xe2\xa7\x3f\x94\x17\xef\xa6\x88\xa2\xa5\x69\xd9\x2d\x61\xb7\xbf\xf2\x8a\xa9\x65\xf7\x1b\xbd\x63\xf9\x68\xd9\x6f\x47\x9f\xdb\x52\x0a\x96\x8d\xd8\xf5\x53\x5e\x25\xb5\xec\x5c\x06\x77\x2e\x5d\xcb\xae\xd7\xdd\x5f\x96\x57\xf5\x57\x1b\x31\x78\x56\xf5\x57\x94\xcd\x28\x58\xde\x5a\x76\x2b\x1c\x03\xcb\xad\x65\x97\xc1\x7e\xbb\x8a\x63\x93\x88\xd1\xf7\x08\x50\xe2\x45\xce\x40\x21\xd5\xf1\x4a\x2d\xfb\xde\xbb\xf7\x2f\xf1\x5a\x5a\xd6\xbe\x66\xdf\x3b\xa8\x1b\x11\xed\x95\x5c\x55\x02\xdb\xc6\xb6\xed\x27\x46\x7f\x61\xeb\xeb\xe7\x1f\x75\xb7\xf8\x12\x43\xcb\xd8\x6d\xad\x74\xc6\xf8\x5f\xc7\xe5\xff\xbf\xa1\xba\xc4\xf2\x07\x1b\x65\x37\xf2\x12\xcb\x07\x6d\x94\xc6\x63\x56\xd1\x52\xb6\x85\x04\x2e\xb3\xb5\x51\x1a\xd9\x5a\x26\x79\xed\xce\x7f\x0f\xcb\x25\xd6\xd4\x32\x7f\xfe\x51\xb2\x60\x31\xa3\x1b\x25\x29\x9e\xb7\xd7\xbc\x17\x8d\x6b\x71\xef\x7b\x60\xdb\xd8\xb6\x7d\xf7\x42\x47\x2d\xca\xee\xde\x4a\x89\x5b\xcb\xfd\xf3\x8f\xb2\x07\x8c\x52\xf6\xfc\xe4\xa0\x54\xae\x61\x1a\x22\xca\x1e\xf2\x4a\x29\x55\xcb\x4e\x37\xc5\x5a\x6c\x20\xa0\xa4\xbf\x5a\x5a\xf6\xb3\x76\x33\x2e\x85\xee\x5f\x94\xfd\xa2\x94\x52\x7c\xfa\x46\xd9\xdd\x4a\x29\x95\x06\x0b\x4a\x23\x3d\x36\x22\x50\x2a\xf7\xa9\x1f\x2d\x9f\x7d\x67\x7e\x95\x94\x2c\x28\x34\xfc\x62\x95\x82\x12\xfc\x8a\xce\x4e\x94\x42\x2e\x7a\xd7\xc2\x40\x4b\x7a\x2e\x9f\xc5\x74\x8a\x57\xaa\xbc\x2d\x8d\x37\xa5\xb1\x73\xda\x18\x3c\x4b\xdb\xe5\x93\x7b\x12\x56\x9a\x4d\x0a\x24\x4d\xb1\xf9\xf4\xd6\xe9\xaa\x76\xc9\xb7\x41\xbe\xda\xf8\xfe\xfc\x23\xf7\x30\x5f\xd2\xfb\x80\xca\x2b\x95\xaf\xa2\xa5\x6c\x4b\xc1\xf2\xd1\xf2\xd9\x96\x7d\xe7\x0c\x7f\x15\xfc\x2a\xb1\x34\x2d\x6d\x5b\xb8\xb3\xaf\x38\xa8\xe4\x2b\x7d\xc5\x41\xdd\x43\x71\xc9\xe2\xaf\x36\xea\x9e\xda\x94\x2c\x5e\x53\xb8\x86\x5f\x59\x17\xa0\x92\x8b\xb4\xe4\x41\x7d\xf1\xf4\x34\x3d\x1b\x95\x52\x4d\x3a\x3a\x11\xed\xb5\x27\x75\x25\xad\x1f\x10\xed\x35\xbc\xae\x6a\xab\xd8\x26\x25\x90\x3e\x91\x81\xab\xbd\x7a\xc5\x96\xda\xd2\xdf\x52\x0a\xd9\xb5\xf9\x62\x4f\xaf\x1b\xda\x86\xbf\x35\x75\x96\xc4\xc6\xfe\x2d\xf9\xcc\xa5\x6d\xf9\x5b\x72\x9a\x97\xb6\xcb\xdf\x52\x42\x0c\x98\x62\x5f\x67\x3e\xcc\x7f\x3a\x6d\x9e\x5e\xf7\xd5\xf6\xf5\x19\xe6\xe3\xd6\x76\xef\x52\x31\x75\x8f\x96\xc7\x5f\x92\x0b\x5b\x09\xd8\x4f\xa5\x84\x6d\xa5\xa0\x16\xf2\xd0\x2d\xbb\x6e\xd9\x4d\xaf\xb2\xec\xba\x65\x47\xa7\x9d\xdd\xb2\xeb\x96\x1d\x1d\x70\x76\xcb\xae\x5b\x76\x93\x72\xb7\xd5\x83\xfd\x5b\x53\x62\xd9\x75\xcb\x6e\x90\xaf\x6e\xd9\x75\xcb\x6e\xfa\x0c\xcb\xae\x5b\x76\x83\x32\xe9\x96\xdd\x46\x2d\xde\xcd\x92\xeb\xa7\xe4\xcc\x85\x25\xd7\x2d\x39\xba\xe7\xec\x96\x5c\xdf\xa5\x14\xde\xdf\x52\xda\xa8\xbc\xc7\x69\x47\x0c\x2a\xfd\x53\x0e\x4b\x68\xd4\x9f\x7f\xd4\x8a\x65\x6a\x99\xbb\x87\xb4\xbd\x4d\xd3\xb9\x51\x19\xc0\x72\x9a\xca\x8d\xfa\xa2\x6c\xa6\xa9\xdc\xa8\x2f\x4a\x66\x9a\xc6\x49\xeb\xe6\xe9\xd3\x14\x6e\xd4\x97\x77\xb6\x66\x37\xca\xa2\x9c\xa6\x69\xde\x28\x8b\x5c\xd8\xab\x83\xfd\x06\x50\x63\xcb\xda\x59\xbc\xa5\xdc\x69\x59\x37\x1b\x95\xbe\x38\x2f\xf3\xba\x11\xe6\xe3\x32\x67\x17\x83\x3c\x4f\x7b\xdb\x1a\xde\x4c\x3d\xf9\xd5\xdb\xa7\xbd\x99\x88\x91\x8f\xb7\xf9\xd8\x88\xa5\xc5\x7c\x6c\xc4\x22\x67\x1f\x5b\xc1\xc7\xa9\x29\x16\xdb\xc0\x46\xf8\x56\x7c\x2c\xa1\x0f\x53\x46\xd2\xf3\x31\xf7\x4e\x9a\x29\xd7\x8f\xb9\xff\x30\x5d\xe1\xce\xb7\x29\xbc\x77\xfd\x14\xf2\x7e\x9b\xf7\x8d\xca\x48\x90\xb7\x79\xdf\xa8\x65\xfe\xf6\xf0\xda\x1d\xed\x41\xf0\x0a\xf4\x57\xd7\x42\x06\x12\xcb\xd2\xb2\x87\xc5\xb6\x13\xd7\x1b\x05\x0a\xca\x9e\xe7\x95\xde\x42\x0b\x83\x72\xc5\x52\xb4\x30\x28\xef\xc2\x1a\x95\xc2\x02\x51\xc7\x56\xd5\xe5\x9e\xdc\x09\xec\x39\xc9\xc4\xd6\xb4\x35\x6c\x14\xf4\x3d\xbb\xb6\xa9\xad\x62\xbb\xb4\x5d\xda\x3a\xb6\x8f\xb6\xaf\xb6\x5d\xdc\xb7\x0d\x02\x6c\xdb\xc2\xe6\x75\x8b\xb9\xd0\xa0\x09\xde\xeb\xab\xed\xfb\xf3\x8f\xc1\x70\x7c\x3b\x6c\x81\x7d\x55\x60\x1b\xda\x86\x36\xaf\x33\x25\xd7\xa5\x8d\xd4\x39\xdb\xba\xaf\xf3\x84\x86\xed\xd6\x76\x6b\xdb\xa5\x7b\xbf\xcd\xd9\xc6\xb6\x91\x0b\x1b\x1a\xd8\x36\x72\xf1\xf6\xb7\xef\xf3\x5b\x4a\xca\xc6\x06\xa2\xd0\x8e\xef\x8f\x49\xf9\x9c\xa4\x68\xf3\x76\xc8\xb4\x31\x78\x4b\x6e\xdb\x17\xd8\x36\xb2\xf1\xf5\x76\x5f\xb3\xc6\xbb\x73\x7f\x7d\xec\xd7\xc7\x32\x32\xde\x37\x6f\x06\xd8\x23\xd4\x4f\x7f\x28\x4f\xc5\x04\x72\x4f\x9d\xaa\xab\x32\x62\x17\x79\x7d\x31\xf1\xaf\xaf\x17\x93\x5f\x2f\xa9\x5a\xf6\x1b\x36\xbc\x26\xb5\x30\xb7\x1a\x7b\x06\x54\x5f\x88\x91\xfa\x7a\xd1\x37\x4e\x2c\x97\x16\xfa\x41\xaf\xf9\x68\xd9\x39\xdc\x73\xb9\xfa\x7a\xdd\x5a\x76\xfe\xb2\x6f\x4b\x98\xa0\x70\xfc\xc4\x52\xb4\xec\x26\xda\x49\x11\x63\x7e\x7d\x29\x44\xfc\xd5\x57\x0b\xf9\xe7\x57\xc5\x7c\xec\x69\x58\xdd\x33\xb2\xfa\x6a\x5a\xe8\x97\xea\xf0\x4e\xeb\xad\xed\x4c\xb6\xb9\xd7\xf2\x5e\xeb\x36\x77\x5c\x77\xf9\xdb\x07\x19\x37\xcd\xcd\x63\x6e\x58\x5a\xa8\x23\x07\x36\x7f\xfb\xf8\xdb\x3d\x83\xad\x4e\xd5\x6b\xec\x94\xb4\x3d\x2e\xd7\x52\xb9\x1b\xd8\x93\xf0\x9d\xba\x82\x4c\x13\xb1\x5f\x9c\x5a\xe9\x6b\x6b\xa5\x67\xdd\x62\xa1\x56\x5e\x87\x5a\x77\xca\xca\x9e\x45\xd4\x6a\xba\x40\x19\x3b\xf5\xf5\x43\xd9\x80\x42\x6d\xd5\x8f\xf7\xf9\xf0\xab\xfd\xfc\xfa\xf5\x57\x1b\x85\xf2\xab\x48\x7a\x51\xaa\xd7\xa4\x96\x3d\x17\xdc\xa3\x7a\x45\xe3\x1d\x44\x1b\x13\x1b\x5d\x8c\x88\x6c\x7b\xc6\x52\x1b\xcb\x17\x22\x06\xcb\x1c\xb5\x31\x3a\x8b\x68\xcb\xdf\x0e\x72\x0c\x22\x59\x6e\xa8\x6d\x5c\xda\xf6\x7b\xd1\x1b\x29\x61\xd2\x78\xb0\xef\xa7\xed\xd6\x46\x4f\xcc\x0c\xa8\xb6\xe5\xfd\xa8\xdf\xc1\x28\x53\x1b\x7a\x42\x44\x63\x0c\xab\xed\x32\x1f\x76\x17\x2c\x3a\xd5\x76\x3d\xda\x68\x87\x6d\xf7\xff\xb5\xbd\xcd\x87\xaf\x37\x4b\x82\xb5\x21\x3b\x45\x8c\x9e\x0b\xdb\xd4\x36\x69\xc3\xde\xef\xeb\xfd\x36\xa2\xbf\x28\xe3\x76\x5b\x06\x1b\x91\x8b\xd6\xde\x1e\xda\x1f\xd8\x65\xb0\xdf\x9b\xa4\x6b\x17\x31\x0a\x6d\x32\x91\x89\x22\x46\xdf\x3a\xa0\x3a\xd3\x14\x31\x58\x36\xa9\xce\x2a\xc5\x2e\x83\x9d\x0f\xe7\x54\x22\x7a\xa7\x0c\x9c\x7b\x88\xfd\x5b\x9e\xcb\x5c\x43\x44\x06\xed\x3e\x47\xd1\x56\xbc\x8e\xe7\x8e\xa1\x6d\x90\x37\x5a\x54\x8e\xa9\x8d\x8e\xbf\xec\xd9\x57\x4d\x06\x08\x11\x8d\xa5\x94\x9a\xcb\xdf\x6e\x44\x06\xef\x47\x2e\x7f\xbb\xf8\x2d\xcb\x7b\xd5\x91\x5f\x44\xef\xa1\x2d\xb5\x59\x6f\x8d\xf4\x5d\xe6\xe3\x42\xbc\xc7\x9e\x7f\xd5\x44\xb3\x88\x7d\xdd\x7e\x4f\xd2\x7a\x4b\xeb\x8d\xe5\xd7\x9a\x1f\xef\xf7\x39\xf7\xe3\xb7\x1f\xd3\xf7\x71\xf9\xb8\x90\x66\xfa\x6a\x11\xb9\xea\xfa\xcd\xf1\xba\x3a\x51\x10\xd1\x5f\x74\xa3\xe9\x2b\x06\xa2\x57\x8b\xf2\x6b\x55\xb3\x42\xd6\x91\x26\x35\xbf\x6f\x6d\x4c\x3b\x98\xf6\xd4\xfc\x9a\xcd\x2f\xd5\x55\xcd\xe6\x63\x96\x1e\x26\x47\x4c\x46\x6b\x3e\x3e\x83\x35\xd6\xb1\x68\x9e\xf9\xd8\x24\x58\x63\xed\xbe\xee\x69\xb3\x03\x31\x66\xf7\x7e\xa6\x99\xae\xab\x23\xf6\xaa\x73\x0a\x11\x63\x91\xbe\x8e\xbc\x12\x31\x73\x4b\xfb\xda\x11\xd6\x22\xc6\xda\x52\xbe\x76\x44\xb2\x88\x9e\x7b\x6a\x56\x7b\xf9\x6a\xfb\x5a\x2e\x5c\x67\xb7\x02\x62\x0e\x9f\x5b\x7d\x6e\x65\x95\x66\x50\xd5\xdd\x57\x00\x44\x9b\xbc\x3e\xbd\x51\x5d\x20\x66\xdb\x12\xba\xf6\x66\xfa\x1a\x13\xf7\x4a\xf5\xf7\xe6\xfd\x1a\xf7\x6b\x7b\xe4\xaf\xbd\x79\xbf\x66\x17\x42\x77\xda\x91\x29\x22\x72\x52\x7e\xdd\x2e\xa9\xdb\x25\xbd\x18\x24\x3b\x53\x6e\x11\x63\xee\x69\x78\xed\xcb\xeb\x16\xcd\xa4\xf1\x0a\x74\x9b\x2c\x88\xd9\x17\xd7\x5d\x5e\xc7\x2c\x24\x1d\x06\x3b\xb3\x10\x11\xb3\x4f\xf2\x81\x3f\x42\x44\x26\x5d\x5c\x7f\xfb\xdc\x77\x58\xa6\xa4\xe5\xed\x33\x36\x22\x99\x82\xd7\xfe\x36\xbf\x2c\x88\xcc\xdc\x72\xa3\x76\xbb\x33\xb0\xbb\x29\xea\xcd\xd7\x02\x44\x73\x90\xe9\x1f\xeb\xed\x53\x7d\xf5\x78\xae\x83\x0a\x88\x96\xcb\xeb\x7c\xae\xaf\xcf\xcb\x3a\xf7\xf5\x01\x91\x7d\x50\x97\x76\x8f\x5d\xcf\x47\xa3\xad\xf5\xaf\xcf\xc0\x7b\xd1\xd6\x4b\x9b\xcf\x60\x05\x39\x8b\xf9\xf5\xfd\x00\x91\x9d\x6e\xaa\xfb\x2e\x80\xfd\x5b\xca\xef\x36\x1f\xf8\x34\xda\xa0\x0b\xee\x4c\xc4\xc5\x2e\x3f\xda\xd0\x6d\x9a\x37\xa2\x2f\xba\xdb\x7e\xfb\x8c\x9b\x77\xb0\xf3\x7e\xf4\xc7\xeb\x1e\x86\xba\x49\xdb\x18\x4e\x8c\xc0\x7e\xee\x0b\x5b\xd5\xe6\xd4\x88\xe1\x6a\x38\x11\x02\xfb\x7e\x0b\xdb\xa5\x8d\x3a\x4f\xda\xc6\x78\x7d\xb5\xf1\x2e\x2c\xda\xc1\x60\xa1\x42\x44\x4e\xde\xe9\xc1\x6a\xa4\xd8\x79\xe3\xb7\xbe\x5b\x20\xda\x28\x5e\x97\xda\x48\x73\xe3\x5d\x1d\xc5\xfb\x15\xee\x97\xa6\xd9\x77\x10\xec\x3a\xda\xe5\x32\x2a\x6d\x0d\xc4\x1c\x0c\x75\xa3\xfa\x5c\xd6\x33\x7b\xa7\x7e\x47\xf5\xb9\xd5\xe7\xd2\xa5\x8f\x6a\xde\xaa\xdd\x63\xee\x32\x1d\x4e\x0b\x40\xf4\xb9\xb4\xf9\xdb\x56\x1d\xda\xb1\x75\x9f\x81\xb8\xcf\xe1\x75\x88\x60\x11\xb3\x32\x85\x19\x0e\x1b\x60\xf7\x43\xa4\xf9\xf2\x19\xc8\xc5\x36\x79\x67\x86\xed\x1e\xc4\xa8\xd6\x07\x33\x72\x11\xad\x33\x59\x1d\xf6\x93\x20\xb2\x30\x29\x1b\x8f\xf5\x86\x97\x69\x04\x7d\xd3\xb0\x9f\x04\xd1\x83\xe1\x74\xbe\x48\x1f\x88\xb1\x68\xcf\x33\x78\x2e\x88\x36\x78\xdf\x26\xcb\x86\x62\x5f\xa7\xed\xab\x8d\x3a\xef\x5b\xc9\xd5\xc9\x6a\xb9\x88\xde\xb7\x3c\xad\xb3\x4e\x6d\xd3\x7c\xec\x32\x98\x2c\x7a\x88\x98\x78\x1f\xeb\xb4\x0c\x40\x74\x64\x44\x9d\xbe\xbf\x20\x9a\x43\xe7\x44\x5a\x88\xe8\x78\x0f\xea\x74\x12\x08\xa2\xb1\x68\x5a\x27\x1e\x34\x11\xa3\x53\xbf\xcb\xf6\x0c\x62\xb0\x9a\x5f\x97\x13\x70\x10\xc3\x3e\x76\x15\xea\x08\x44\xda\xfe\x96\x6d\x68\xd9\x86\x86\xbf\xad\x8f\x36\xcb\x8f\xf6\xb7\xf0\x6e\x89\x6d\xe3\x7e\xe6\x17\x44\x1f\x94\xc1\x42\x87\x8a\x68\x8d\x77\x66\xb1\xd8\x21\xf6\x6f\x3b\xb6\x4b\x9b\xef\x1b\xc3\xfd\x5a\xa6\x65\x15\xa7\x28\xa4\x65\xf9\xdb\x65\xbd\x8d\x89\xed\xad\xed\x6d\x9b\xcc\xdf\x1e\xee\x97\xb3\x15\x10\x39\x29\xca\x75\x59\x44\x17\xdd\xd9\x64\x46\xb9\xde\x16\xe5\xfb\x14\x25\x59\xc2\xd1\x25\xf6\x6c\x8a\x24\xd8\x75\x81\x98\xc1\xeb\xbd\xec\xba\xc0\x6e\xc6\x14\xdb\xed\x6f\x71\xbd\x0e\x9c\x17\x75\xd9\x8c\x97\xcd\x78\x31\xec\x2e\x9b\xf1\x72\xb8\x67\x85\xb8\x2e\x87\x7b\x10\xa3\x30\x9c\x5e\x76\x71\x20\xba\xd3\x82\xcb\x2e\xee\x3a\x5d\xdc\xd4\xd6\xb5\x39\x43\xa5\x0a\xaf\xa0\xfa\x41\xf4\xe1\x75\x4e\x15\x40\x8c\xb2\x76\x93\xbd\x58\x17\x17\xd1\x16\x4d\xe7\x2a\x97\xb6\x33\xc4\x72\x1d\xab\xaf\x22\x06\xce\x92\x7a\xe1\x2c\x15\x3b\x2d\x3b\xbf\x17\x6b\xab\x22\xba\x4a\xe0\x4a\xd3\x92\xa6\x65\x79\xdd\x47\xdb\xc7\xe9\x17\xe9\x63\x9d\x52\x44\xe2\xd8\xa9\x57\x37\x6f\xac\x0f\x76\x9c\xed\xf5\xea\xde\x8f\xf5\xc1\x51\x98\x3e\x5c\x76\x49\xd7\xe9\x92\x78\x6d\xaf\xcb\xf4\x5d\x74\x17\xc9\x14\xef\x62\xed\x49\xec\xeb\xf8\xed\xd7\xe7\xa2\xd6\xbb\xc3\xd5\x85\xab\x5e\x44\xf3\x35\xbb\x1e\x6d\x0f\xdd\xf2\xcb\x7c\xd8\x75\x5d\x67\x8a\x67\xfa\xac\xdf\x4b\x15\xc1\x9a\x73\x7d\xab\xac\x41\xb4\xa4\x6d\xbc\xed\xa6\xc0\xee\x42\x76\x99\xbe\x1d\x5e\xc0\xbe\x1f\xd7\xe1\xa9\x10\x31\x07\xc3\xf8\xdb\x29\x19\x88\x89\xdf\xa5\xbe\x9b\xbf\x6d\xb4\xd3\x17\xc3\xcb\x9b\x35\x67\xb1\x6d\xbb\x7e\xdf\xac\xf4\x8a\xdd\x76\xb9\x8e\x75\x4c\xb1\xaf\xeb\xd8\xbc\xdf\x38\xf7\x4b\x6c\xa6\x65\xb8\x0a\xf7\x22\xcd\xe3\xa3\x8d\xd5\xd4\x56\xf8\xad\x5d\x03\xd8\x6d\x17\x9b\xea\x0f\x44\xbe\x98\x66\xbc\x7d\xe5\xc1\xb6\x91\x16\xdf\xdf\xb7\x6a\x63\x32\x3c\xbf\x9d\x2e\xbd\x55\x7f\x95\xae\xe6\xed\x50\x02\x76\xd7\xc0\x75\x1f\xd3\xfc\x71\x98\xa4\xab\x79\x3b\x5d\x02\xfb\x19\x94\x29\xc1\x19\x22\xf2\xc5\x3b\xfd\x76\x2a\x03\x62\xbe\xe8\xd2\xdf\xbe\xd3\x6f\xc3\x29\xce\x75\xd6\xf9\xdb\xd0\x89\x57\xe1\x19\x4e\xeb\xdf\x4e\xeb\x27\xed\xfe\xfd\xf8\xdc\x47\x95\xcd\x50\xfc\x71\x9a\xf1\x71\x9a\x61\x3f\xf4\x09\xf2\x0b\xb6\xa2\xe9\xd8\x52\x9b\xea\x1e\x35\xf4\xc1\x1f\x21\xf6\x74\x64\x3f\xf7\xc3\xaa\xa8\x88\xf9\xaa\xda\x7c\x06\x2b\x57\xe9\xb4\xf4\xe3\xf0\x02\xa2\x57\x9f\xeb\x74\xee\x73\xa6\x73\x2f\x6d\x1f\x6d\xbc\x97\xad\x73\xbf\xdb\x67\xdc\x6f\xa7\x69\xdc\xef\x7e\xb4\x3d\x3e\x77\xff\xf6\x8b\xc3\x57\x44\xc3\x7d\x5a\xbf\xae\x04\x81\xdd\xd6\xf6\xfd\xbe\x0e\x43\x60\xb7\x67\xae\xc3\x15\x2b\xa2\x2f\xa6\x00\xdf\x46\xfa\x40\x4c\xd7\x65\xbe\xae\x66\x80\x3d\x94\x78\xdd\xad\xed\xf6\xb7\x3c\x43\x35\xfe\xd5\xef\x93\xbc\xbf\x5f\xe5\x04\x88\x3e\xe8\x0f\xbe\x4e\x79\xbe\x4e\x79\x1a\xd3\x91\x2f\x7e\x05\xb1\x9f\xa1\xed\xd2\x76\x99\x16\xf2\xeb\xd4\x08\xec\x29\x3c\xcf\x25\x38\x41\xec\xeb\x26\x36\xcb\x80\x15\x93\x6c\x94\xf3\x77\x7a\xdd\x54\x66\xb1\x52\xf3\x75\x98\xfc\x1a\xb0\xf0\x62\x45\xec\x3b\x7d\xc6\xe4\x19\xa7\x9c\x97\x79\x5b\xbe\xab\xfe\x56\x69\x03\x22\x59\x60\xad\x5f\xd5\x38\xd8\x92\x8a\xeb\xde\xb4\x21\x10\x9d\x65\xc8\xfa\x55\xa1\x83\x68\x85\x7e\xfc\xfb\xb1\xec\x5d\x91\x77\x9a\xf6\x55\x4e\x80\x2d\x03\xf9\xad\x53\x19\x10\x39\x0a\xe9\xb3\xfd\x7d\x6d\x7f\x2f\xfa\xe2\xaf\x12\xe3\xab\xc4\xc0\x5b\x57\xbf\x4a\x6b\xb0\xdb\x24\xe9\xbb\x7d\x06\x7e\xe2\x36\xda\xef\x18\xee\xbf\x44\x4b\x89\xe8\x8b\xe6\xfe\xb5\xc9\x82\xc8\xd3\x24\x7c\x45\xbf\x46\x37\x45\xd5\xe6\xe3\x1e\x14\x6b\x67\x28\xf9\xba\x90\x08\xf6\x4c\x51\x9b\x59\x7a\xc8\x52\x65\x46\x7e\x3b\xec\xde\xae\xf9\x0f\xba\xef\xdb\x99\xf6\xed\x4c\x7b\xa0\xc6\x6f\x67\xda\x20\x86\x4b\xa6\xb7\xaa\x18\xc4\x70\xb1\xed\xc6\xb5\x28\x62\xbc\x58\xec\xb8\x71\xd4\x8a\x3d\x14\xef\xaa\xb9\x2f\x7f\x7b\x39\x33\x66\xaa\x70\x5f\x4b\x9b\x43\x09\xcd\xd3\xf5\x75\xb1\x67\x99\x3c\xd7\x26\x01\xf6\x4c\x1b\x9b\x2a\x16\x44\xe2\x82\xab\xb7\x53\x23\x10\x6d\x99\x16\x9b\x89\xb1\x20\xe9\x8c\xf7\xb6\xbb\x05\x91\xb8\xc4\xea\x6d\x33\x01\xd1\x9c\x05\xbb\xc0\x2e\x62\x86\xcf\xb5\xe9\xdc\x36\x1d\x9c\x67\xf5\xfe\x5a\x7e\x5f\x67\x94\xde\xcf\xae\xeb\x36\xe6\x29\xa8\x4b\x17\xdd\x45\x64\x56\xd2\x67\x97\x7e\x16\xe2\x89\xa5\xa8\xf7\xd7\xe7\x12\xcb\x94\x1d\x85\xe9\xe2\xbc\x88\x46\xac\x50\xbd\x55\xac\x20\x32\x51\xb6\xb7\xd3\xbe\xfb\x4c\xfb\x18\xc2\x6e\x9b\x27\xd8\xf9\xf5\xb7\x96\xfd\x6d\x77\x71\x6c\x6f\x6d\x2c\xb6\x77\xeb\xcd\xe9\xc3\xed\xf4\x21\x50\x20\xb7\x6d\x12\xec\xb2\xa7\xac\x1c\x36\xc0\xbe\xce\xdf\x9a\x8f\xe7\x94\x9f\xd7\x59\x7e\xcf\x29\x3f\xd2\xf7\x58\x47\x8f\xdd\x05\x43\xe2\xa3\x4f\x01\x44\xd6\xa1\xad\x69\x63\x3a\xe7\x2b\xfa\xd8\x9e\xc1\x4e\x8b\xd7\xdd\xda\x58\x95\x09\xa6\x96\x8f\x8b\x9a\x8f\x71\x6e\x44\xd2\xd4\xc7\x69\x06\x88\xc4\x7d\x5e\x1f\x5c\xdb\x62\x4f\xbf\xb0\xa9\x22\x40\xa4\xd3\xeb\xc7\xe9\x03\xd8\xf7\xdb\xf9\x78\x5c\x3c\x7e\x5c\x3c\x9e\xe4\xf7\xf9\x98\x0f\xe2\x8e\x46\x65\x35\xe8\xb1\xce\x1f\xeb\xbc\xd2\xae\x1e\x87\xb0\xc7\x58\x35\x5c\x85\xf5\x71\xba\x0e\x62\x06\x4a\xea\x21\x2a\x52\xec\x69\xe4\x6e\x2f\xcf\x63\x9a\x89\x63\x1c\x13\x49\xf0\x58\xf6\x8f\x2a\x8c\x15\xbb\xf6\xa2\xfc\x44\x74\xba\xc7\xa6\xd3\x43\xec\xe7\xe6\xb6\x31\x4d\x13\xdb\x36\xb6\xad\x25\xb6\x66\x5a\x76\x77\xdb\x5e\x94\xa9\x88\x31\x1b\xcf\x60\xda\x2c\x76\x57\xb8\xb6\x8d\xe1\x4a\x44\x12\x18\xd1\x5e\xdd\xfb\xe1\x56\xef\xa8\xd3\xf6\x62\xb8\x12\x31\x71\xb2\xb6\x17\xc3\x95\xd8\xb6\xb2\x6d\xf4\x25\x62\x97\x1f\x69\x7e\xbf\xb1\xbd\x5d\x8d\x4c\xd2\xf2\xf6\xb7\xbc\xfb\x3d\x5e\xa4\xf9\xe3\x6f\x5d\x68\x8f\xc0\xf6\xd5\x46\x3c\x61\xc7\xd9\xd0\x5e\x5f\x7f\xfb\x75\x15\x6f\xf1\x8c\xc7\xf4\x3d\x4a\x8c\xfd\x4e\x37\xa3\xaa\xc4\x4e\xcb\xc0\xd6\xb4\x35\xfb\xf6\x89\x6d\x69\x73\xea\xbb\xa7\x91\x2d\x68\xa7\x22\x32\xea\x7e\x6e\x30\xcd\x10\x91\xd1\xb0\x21\x1d\xc4\xfe\x2d\xcf\x20\x18\x40\x44\xcb\xad\xd0\x5b\x74\xef\xd7\xcf\xfd\x76\x99\xc6\x20\x1f\x20\x92\x15\xd9\x66\xa0\x95\xd8\x53\x78\xf2\xf1\xf6\xb9\x3a\xc5\x0b\x65\x15\x1f\xf3\xc1\x14\x74\x12\x47\xdb\x82\x3e\x51\x44\xa3\x4d\xb6\xf8\xf8\x0c\x1d\xd8\x25\x78\x06\xc3\xa4\x88\x86\xbc\x6b\x71\x7b\x1d\xd3\xaf\x16\x8d\x7c\x3c\x96\x0b\x6d\x37\xe9\xaf\x5a\x61\x6a\x29\xb6\x6d\xe7\xa3\x30\x46\x89\x68\x04\x36\x34\x03\x94\xc4\x7e\x2e\xd7\xd9\x86\x8c\xbd\x4c\x56\xbe\x5b\x19\xda\x58\x7d\x9d\x84\x68\xb5\x82\xf7\x58\x6c\xdb\xce\x47\x21\xc0\x40\x6c\xdb\xae\xf3\xc2\xca\xa8\x88\xde\x5e\xfc\x96\x15\x22\x11\x2d\x5f\xe5\x37\x87\xfb\x56\xde\x3e\xce\x85\xd3\xb6\xbb\xd6\x56\x1e\x1f\xf7\x9c\xc5\x4a\x92\x8a\x0a\x13\x7b\x16\xe7\x75\xfe\x96\x2e\xb3\xb3\xa0\xd7\x2a\xea\x4a\x44\xa3\x1b\x68\xd5\xea\x07\x5b\xf1\xef\x6a\xad\x28\x4c\x11\x13\xaf\x5c\xab\x6f\x8a\x03\xc4\x20\x8a\xae\x11\xc7\x79\xb0\x67\x67\x3b\x2d\x95\x60\x51\x11\xc3\x6a\xad\xbe\x16\xd5\xd7\x62\x35\xee\x47\x97\x24\x62\x16\x6d\xa8\x0d\xb1\xaf\xdb\xbf\x35\x1c\x54\x6c\xf5\xf7\xc2\x56\xb4\xb9\x88\x46\x15\x36\x66\xe4\x62\x5f\xb7\xef\xd7\x58\x98\x14\xdb\x36\xb0\x7d\xb5\xf9\xdc\x3d\x6b\x6d\xfa\xfe\x44\xb4\xf3\x5b\x66\xa3\x22\x66\xe9\xa4\x65\x69\x5b\x0e\x39\x03\x1b\x0b\x61\x22\x1a\x7e\xaf\xd6\x2e\xd3\x77\x15\xa7\x23\xdc\xef\xed\x75\x6f\x9b\x5d\xe7\xb9\x04\xf5\x8b\xe8\xd6\x65\xfb\x78\xdd\xc7\x21\x8c\xae\xa1\x7d\xcc\xc7\xe7\x2c\x1e\x17\x6c\xb7\x36\x5e\x5b\x56\x65\x5a\xfb\x9a\x37\x17\xa8\x99\x6a\x35\xfd\x81\x62\x5f\x47\xf9\xe1\x0f\x14\x7b\x86\xda\xb1\x2d\x6d\x0c\x61\x93\xfa\x6d\xb7\xe5\x42\xd0\x7d\x16\xf3\xc6\x70\x2f\xb6\x92\x22\x2d\x28\x47\x11\xfd\x95\xd8\x6c\xa7\x4d\x45\x38\xea\xce\x6f\xda\xed\x81\x3d\x4b\x5f\xd8\x9a\x36\x5f\x9f\xad\x90\x5a\xda\xed\x81\x48\x16\xa8\x5b\xbe\xde\xda\x6c\xbb\x74\xe9\x49\x98\xa9\xd8\xaf\x37\xf7\x73\x68\x4a\x55\x18\x91\x3a\x2d\x59\x20\x14\xfb\xba\x81\xed\xd6\x76\xbb\x30\xbe\xcb\x2f\xab\xe9\x63\x91\x39\x09\x50\x6e\x59\x7d\x2e\x6a\x6d\x96\xc9\x73\xab\xcf\x20\x50\xa5\x65\xd5\xf6\x68\x3b\x5d\xff\x2e\xe7\x6c\xde\xaf\xa9\x04\xe8\x2e\xf4\x9d\x8a\xdd\x86\x3a\xb6\xa2\xcd\xf6\xd2\xbd\x2e\xb5\x59\xe7\xb4\x53\xa3\xe0\xda\x89\x82\xb3\xdd\x1b\xa5\x26\x62\x0e\xcb\xca\xee\x0c\x44\xab\x8d\xb4\x0c\xcb\x60\xf8\x4e\x4f\x9e\x3b\x7d\x06\xca\xac\x31\xb5\x6c\x69\x3b\x48\xdb\x41\xd0\x75\x19\xf2\xd3\x4e\xc8\x4f\x61\x88\xed\x2c\x46\x8b\x68\x95\x77\xab\xa3\xe4\x45\x34\x9c\x5d\xad\xb3\x3a\x27\xf6\x6f\x77\xfa\x3a\x11\x7e\x22\x9a\x43\xb1\xce\x2e\x11\x0d\x9f\x72\xeb\xac\xac\x88\x3d\xa5\xe5\x19\x0e\x1b\x60\x4f\xeb\xf7\x3b\xd8\xbf\x5e\xc7\x54\x3a\x59\x81\x69\x3a\x52\xc4\xbe\x6e\xa7\x65\xd8\x47\x0c\x55\x3b\x2b\x03\x6d\xb0\x52\x28\x22\xf1\xf1\xb7\x81\xca\x16\x7b\xc8\xde\x65\x30\x98\xba\x89\x48\xb6\x19\xb4\xb1\xfc\x2d\xfe\xe3\x89\xd2\x6b\xe3\xa2\xac\x40\xf4\xe4\x3d\x1a\x6f\x6d\x84\xf0\x74\x16\xf8\xdb\x20\xca\x41\xc4\x60\xc3\x50\x1b\xf6\x89\xc3\x3e\xd1\x29\xcf\xf0\x3d\x02\x31\x62\xed\x3a\x9f\x4c\x73\x45\x8c\xc5\x3b\x3d\x7d\x3f\xc0\x9e\xba\xed\x72\x99\x95\xb2\x07\x31\x89\x75\x6d\x93\xa8\x49\xb1\xa7\x73\x3b\xcd\x93\x15\x31\xb1\xcb\x99\x67\x2c\xef\xe7\x62\x74\xd9\xd3\xeb\x36\x2f\x7f\xab\xca\x76\x38\x9d\x84\x2c\x89\xad\xee\xb9\x9f\xf5\x31\xad\x8f\xc1\x3b\x38\xed\x9b\x40\xf4\xbe\xa7\xd2\x6d\x9a\xdf\xe9\xb4\x94\x15\x9d\x36\x91\x09\x62\x97\x3d\xf7\x73\x0a\xa5\x73\x20\x17\xed\x79\xd9\x26\x97\x53\x78\x22\x0b\xdb\x72\x0a\x00\x62\xb0\x82\xda\x16\x71\xd6\x62\xa7\x79\x97\xcb\x72\x5c\x00\x5b\x26\x24\xb6\x4b\x9b\x2b\x12\xcb\xeb\xbe\xda\x9c\xe6\xd2\x26\x57\xf5\xb7\x38\x8d\x33\x53\xdb\x47\x9b\xf2\x84\x77\x70\x55\x9f\x5b\xed\x9f\xcb\xef\x18\xee\x97\xb3\xe5\xe5\x6c\xd9\xd9\xed\xb2\xbb\x58\xee\x32\xf1\x55\x5e\xce\xa0\x97\x33\x68\x87\xdd\xe5\xcc\x78\x19\x70\xda\xa6\x36\xb3\xe4\xcc\xb8\x32\xc4\x2e\x16\x3a\x45\xb4\x39\xc9\x26\x7e\x0c\x11\xcd\xe1\x5e\xc7\x82\xd8\x33\x45\xee\x47\x64\x9b\x88\x59\x69\x76\xcb\xe1\x05\xec\x59\x0d\x45\x7e\x9b\x16\x15\x08\x21\x50\x6d\xdd\xfe\xf6\x76\xd1\x1a\xdb\x65\x17\x72\xd9\x85\x24\x33\xd9\xcb\xee\x1b\x44\x9a\xdf\x8b\x90\x69\xb1\xef\xb7\xd3\x7c\x59\x0d\x57\x3d\xcf\xd8\xcf\xbd\x58\x74\x15\x7b\x1a\xc4\xfd\xde\xfe\x96\x45\xa0\x41\x60\x7f\xbb\x50\xfc\x62\x37\x4f\xee\x87\xf2\x16\xd1\xec\x82\x2f\x87\x49\xb0\x9f\xc1\x6f\x1f\xd3\xfc\x98\x66\x5e\x5b\x17\xb7\xdb\x59\xdc\x46\x99\xb5\x37\xfe\x4f\xb1\xf3\x8b\xcd\xd7\x11\x44\x67\x67\x56\x7b\xab\x54\xde\x2e\xac\x55\x86\x97\x37\xe1\x30\x62\xdf\x8f\x67\x58\x6f\x2e\x50\xb7\x9c\xda\xde\xda\x9c\xf6\xbd\x78\x06\xe1\x49\x22\x7a\xa5\x19\xbf\xa7\xb6\x79\x56\x01\x78\xae\xb3\x79\x10\x59\xe9\x96\xdf\x28\x51\x11\x4d\x05\xe2\x42\xb6\x88\xd6\x53\x9b\xf9\x30\x94\xa6\xf2\x9a\xbd\x09\x5d\x13\x31\x2b\xd3\xcd\xf7\x5b\xdb\xdb\xba\x44\x0d\xb9\x90\x2d\xa2\x75\x86\xbf\xb7\x53\x9e\xb7\x53\x1e\x76\x48\xb5\x8f\xd3\x82\x8f\x6a\x88\x80\xfb\xf6\x79\x0d\x6d\x43\x5b\x60\xbb\xb5\x79\x3f\x14\xd2\xc7\x21\xfb\xe3\x02\xab\xaa\xf3\xe3\xeb\xf8\x31\x8c\x89\x9d\x68\xed\xe3\x30\x04\xa2\x13\x54\xde\x3e\x84\x27\x89\x9d\x0f\xae\x1b\xda\x5c\xd4\x5c\x4c\xfb\x3e\x97\xe9\xc3\xc9\x36\x3b\xd3\xe6\x8f\x5d\x21\x88\xc4\x39\xd0\x3e\x4e\xfb\x3e\xc6\x52\x34\xa6\x28\x1f\xa7\x7d\x20\x72\x31\x6c\xb8\x90\x2d\x76\xfa\x78\x06\x2b\x35\x22\x7a\x58\x06\x76\x99\x20\xba\xdd\xcf\xd7\xe9\x12\xd8\xf9\xd8\xcf\xfd\x12\xcc\x28\xa2\x77\xda\xf3\x17\xc7\x96\x88\xd6\xe9\x0f\x5c\x60\x15\x31\xea\x1a\xd8\x3e\xda\x8c\x09\x29\xbb\xfc\x6e\x87\x1c\xc0\x52\x74\xbb\x9d\x98\x03\xe2\x32\xda\xed\xf4\x0e\x28\x42\x6e\x6b\xf1\x76\x72\x87\xd7\xb9\xdd\xd6\x22\x30\x40\xa9\xdd\x38\x7a\x85\xa3\xfc\x6d\x96\x00\x01\x23\xed\x26\x90\x41\xb0\xb8\xd5\x6e\x47\x3c\x40\xec\x5b\xbb\x89\xf2\x14\x1d\x07\x50\xbb\x71\x42\x88\xce\x40\x7e\xdb\x62\x40\x7f\x85\xa6\x47\xd3\xc3\xef\xb8\xb9\xe5\x07\x08\xb6\x6b\xb7\x83\x0b\xf0\x3d\xb8\xc3\xdc\x6d\x10\x8a\xda\x6e\x27\x40\x60\xd0\xc7\xdd\x4e\x51\x81\x93\xb3\xdb\x09\x07\x18\xd4\xdf\x6d\xff\x01\x08\xfa\x6c\x77\x98\x59\xf7\x75\xf6\xe9\x55\x66\x2e\xac\x15\x7a\xbc\xdb\xc1\xed\x8e\xe7\xe7\x1f\x93\xbe\xe8\x2e\xa6\x92\x5d\x56\x39\x18\xb2\x6e\xfb\x4f\x10\x83\xbd\xb8\xed\x2e\xa6\x8b\x5d\x64\x2c\x66\xb6\xbb\x98\xb0\x8d\xe4\x25\xbc\x1d\x13\x6f\xbd\xa3\xc5\x7a\x50\x43\x02\x67\x0a\xb7\x5d\xdd\x6d\x57\xa7\x12\xb9\x1d\x39\x41\xef\x5a\x4c\x6a\xb1\xd8\x31\x55\xcb\x78\xa3\xb3\x2e\x72\x57\x53\xbf\xd1\x5f\x95\x54\xb9\xb4\x01\xe2\x45\x9b\xbd\x9d\xa6\x83\x5e\x79\xbd\xef\x6a\x76\x36\xb2\xd2\x82\xec\x6c\x41\x8c\x3e\xb5\x99\xc3\x8d\x6e\x9e\x5d\xb4\x02\xbe\x24\xb7\x9d\x07\x18\xf9\xdb\x1b\xd0\xda\xed\xe0\x0f\xfa\xab\x9a\x31\x73\x5f\x4f\x3c\x35\xa5\xa4\x3e\x00\x89\x1a\xba\x9b\x99\x6d\x6e\x4c\x64\x66\x77\x37\x73\xbb\x91\xb8\x58\x9b\x6b\xea\x22\xcf\x45\xb6\xb2\x0d\x7b\x9e\xbb\x99\xd9\xe6\x3b\x45\x3e\x9a\x79\x6d\xe4\x55\x8b\x79\x6d\x67\x91\xd2\x9b\x9b\xdb\x8d\xce\x5c\xfa\x6e\xa6\x7d\x83\xc8\xe2\x76\x3b\x1b\x06\xc3\x57\xa1\x99\x97\x8d\xe1\xab\xa0\x82\xb9\xf7\x94\x64\x4e\x4a\x36\xad\x91\xb4\x81\x51\x2c\x69\x92\x36\xca\xcb\x2e\x23\x4d\xd3\x46\x9a\xdd\xb4\xcd\x9d\x1d\x41\xf6\x0f\x76\xd4\x20\x46\xb7\x7e\xd5\x42\x20\xd7\xb9\x99\x49\xdf\x20\xd8\xb4\xdd\x69\xd2\x37\xba\xef\x42\x9a\xf4\x8d\xce\x64\xf0\xee\x26\x61\x63\x32\xfe\xde\xce\x9b\x6e\x57\x83\xa6\x6d\x6e\x58\x0b\x84\x0c\x57\x0b\x7d\x98\x9d\xe1\x34\xc2\x72\x70\xf8\x05\xc5\xde\xf9\x76\x2d\x0d\x8c\x81\xc6\x72\x53\x43\x3b\x9b\x1a\xd8\x3a\xdc\xee\x69\x6b\x30\xb0\xcf\x89\xcf\x3d\x2d\xd5\x8d\x9a\x76\x7a\xd3\x74\xcc\xf6\xf3\x8f\xf5\xb2\x7e\x54\x71\x20\x19\xdc\xdd\x0c\x21\xba\x25\x38\x6d\x20\xd3\xe8\xd2\x97\xbf\x33\xfd\x1b\xbd\x9b\x06\x8b\xc2\x80\x96\xe9\x1b\x32\x2d\xfb\x8d\x50\xc2\xba\x87\x42\xb8\x00\xc0\x76\x8a\x83\x8e\xb7\xbb\xdd\x4e\x3a\x40\xb7\xad\x39\xd4\x80\xce\xba\xc6\xbd\xcc\xdf\x46\x67\x1a\x7b\x3b\x05\x01\xfd\xc5\x42\xc7\xed\xfa\x1a\xe8\xcc\x2b\xdc\xaf\x21\x3a\xb3\xa3\x5b\x21\x06\xa2\x0d\xbb\x84\x65\x66\x16\xf5\x4a\xba\x97\xf5\xba\xec\x55\xad\x57\x65\x0e\x08\xd5\xc1\xbd\x4c\xb9\x51\xf8\xb6\x1a\x17\x7e\x40\x74\x5f\x42\xd7\x7d\x40\x5a\x5b\x4e\x99\x41\x67\x8d\xe1\x76\x1d\x08\x10\xee\xd6\x6e\xa7\x0d\xc0\xc9\xb7\x5b\x48\xc4\x74\x80\x54\x41\x82\x69\xd7\xef\xd2\xb5\x6e\x30\xe2\x1d\xdb\x7d\x99\x6e\xe2\x36\xab\xe5\xab\x3a\x3b\x9b\x47\x6c\xff\x6f\x8b\x73\xa3\xbc\x1c\x92\xd5\xa2\x60\xbd\x7c\x9d\x9d\x8f\xdc\x2e\x43\xfd\xfa\x4b\x4b\xcf\x8d\xad\x81\x44\xba\x5d\x02\x04\xdd\x4e\xc6\xf5\xf3\xfb\x7d\x5e\x4c\x1f\x60\xeb\x60\xd1\xb2\x0d\xab\xd5\x35\xf5\xfb\x04\x46\x3b\xc2\x3a\xeb\x03\x7d\x70\x37\x97\x13\x81\x02\x51\x9f\x9b\xe8\xaf\xf0\x22\xb3\xb4\x41\x98\x67\xbb\x5d\x70\x06\xdd\xbe\xe7\x63\x1e\x3f\xbb\x3b\x34\xe9\x2e\xe0\x83\xfe\x72\x20\xfb\x98\xc3\x8d\xfe\x0a\xef\x64\x06\x3f\xbb\x37\x74\x38\x75\x5a\x06\x3a\x93\xc1\xdb\x75\xb7\xdb\x00\xeb\x62\xc9\x7f\x4d\xc1\x77\xfc\xfc\x63\x38\x90\xe9\x1c\x00\xc3\xf1\xcf\x75\x51\x30\x6c\xb4\x5f\x9f\xf6\xb5\x38\xb9\xf9\xd7\xb2\xfb\x3a\x96\x90\x5f\x75\x33\x30\x9c\xbf\xe9\xd5\x13\xa7\x7c\x55\x61\x60\xd8\x64\x9c\x3b\x82\xfe\xaa\x9a\x2c\xb9\x2d\x67\x86\xef\xbb\x42\x0d\x0c\x27\x47\xb7\xe9\xbe\x29\x27\x04\xb9\x3e\x3f\xd1\x5f\xac\x2b\xdc\xae\x0b\xde\x1e\xc6\xd1\xcf\xdd\x6d\x0a\xb7\xae\x14\xc4\xcd\x7d\x9b\xd0\xdb\xa8\x15\x7f\xfb\x58\xed\x1b\xd3\x37\xe9\x31\xa9\x0f\x49\x1d\xed\x77\x0c\xb9\xae\x13\x83\xe9\xa8\xe1\xaa\x01\x58\x36\x60\xd7\x4d\x40\x7f\xf9\xaa\xb9\x24\x04\xfa\xcb\x06\xf6\xd8\x52\x36\xa6\x83\xc8\xe3\xcb\xf0\x30\x94\x0e\x6f\x6e\xa1\x3c\xf6\x2e\x2c\x49\xdc\x2e\xb9\x83\xe9\x8b\xf5\x58\x51\x1b\xcb\x4e\x57\xad\x08\x08\x7f\x69\xfa\x27\x85\xfb\x17\xda\xe3\x34\x1a\x10\x52\xdc\x1e\x57\xb7\x41\x77\x91\xf4\x71\x66\x0d\xa2\xb1\x89\xa0\xe9\xd7\x14\x46\x9f\xb5\x87\xfd\x3e\xa2\xb3\x71\xb6\x3d\x4e\xad\x41\x7f\x0d\x13\xb1\x34\xd1\x31\x4e\x2c\x97\x96\x6b\x67\xc6\x9f\xbd\xb5\xbc\x77\xaa\xbc\xf7\x57\xcb\x77\x5f\x63\x02\x6e\x2d\xcc\xe8\xba\xe9\x7c\x34\xed\x1c\xa3\x12\x1e\xe7\xd1\xcf\x9e\x35\x4f\x16\x91\x9e\x30\x7b\x41\xf6\xa6\x17\x99\xbd\xa0\xd7\x67\x0c\x7e\x9c\x5b\x83\x4e\x3c\x47\x7b\x9c\x5c\x83\x89\xb8\x7f\x9c\x4a\x83\xce\x3e\x84\xf6\x38\x97\x06\x13\x45\xf7\x38\x97\x7e\xdc\x21\x30\xe8\xe2\x1f\x57\x19\x80\x91\x8f\xed\x29\x26\xab\x98\x2c\x6e\xef\x84\x18\xec\x5f\x92\xd4\xe2\xfd\x0d\x22\x1c\xa6\xd5\x09\x30\xe8\xec\x43\x6e\x8f\xf3\x5f\xd0\xf5\x49\x3e\xc5\xb2\xd9\x08\x76\x0e\xb7\xc7\x09\x30\x08\xbc\xf8\xed\x71\xba\x0b\xb6\xde\x26\xe3\xce\x77\x41\xd7\x99\xf9\x28\xe5\x40\xb8\xe0\xfe\x38\x05\x06\x71\x0a\xc3\x39\xf0\xe3\x1c\x98\xc3\x75\xda\xe3\x1c\x18\x84\x4b\x9b\x8f\x93\xe0\xc7\x3d\x0f\x1c\x19\xd0\x9e\x6a\xa9\x11\x5b\xed\x30\xf1\x38\x33\x06\x3d\x6c\x5d\xce\x7d\x41\xe0\x46\x6f\x8f\x73\x5f\x10\x04\x05\xb5\x47\xed\x0d\xba\xce\xe2\xc7\xd9\x30\xe8\x61\xbb\x70\x3a\x0c\xba\x2e\xb8\xc7\xd9\x30\xd8\xcd\x9e\x5f\x3a\x1d\x06\x41\xe0\x50\x7b\x9c\x0f\x83\x48\x5d\x53\x4f\xb3\x34\x08\xa8\x22\xd0\xa3\x3d\x4e\x92\x41\x70\xf2\x52\x7b\x9c\x24\x83\x38\xad\xcc\x59\x32\xe8\x61\xfd\x3a\x49\x06\xd1\xc6\xd0\x66\xce\x37\x8e\x83\xef\x71\xe6\x0c\xe2\x75\x52\x61\xce\x59\x48\x3e\xaf\x88\x73\x67\x10\xaf\x46\xf9\xa4\xcd\x80\x35\xbe\x17\xc2\xee\x71\x3e\x0d\xba\xbe\x74\x63\x11\x44\xd7\xaf\xf1\xa4\xad\x80\x28\x39\x3d\xcb\x8f\x6e\x03\x10\x1c\xbc\xd1\x1e\x67\xe2\xa0\x87\xfd\x89\xfe\x76\x10\x2f\x16\xf2\x0c\x6b\x10\x3d\xec\x04\x9c\x9c\x1b\xd5\x70\xda\xb5\xb3\x73\x10\x3a\xc0\x1e\x27\xe7\x20\x5e\x36\x58\xe7\xe6\x20\xd8\x5e\xdf\x1e\xe7\xe6\x20\xec\x7b\x1f\x27\xe7\x20\x5e\xe9\xed\x2d\x1c\x66\xe7\x2e\xdc\x3c\xba\x6b\x41\xb0\x7d\xbd\x3d\xdd\x96\xd2\x69\x29\x2c\x71\x3d\x7a\x41\x40\x0f\xdf\xde\x6e\x79\x75\x1b\x0a\x6d\xa7\x5b\x5e\x1b\x9d\x6d\xd4\xed\xd1\x4b\x0e\x3a\x1b\x9c\xdb\xa3\x20\x00\x51\x9b\xf7\x32\xdb\x1b\xbd\xd9\x4b\x77\xb3\xbd\xd1\x5b\x78\x2f\xb3\x8d\x77\xbd\x32\x7a\x3f\x7a\x57\x41\x6f\x61\x22\xcc\x23\x2b\x7e\x95\xc5\x95\xc7\x05\x3f\x10\xb5\x6a\x32\x43\xc3\x60\x3d\x4b\x5a\x0d\xf2\xa8\x41\x50\x9a\xcf\x30\x47\x1b\xdd\x95\xb8\x67\xd8\x02\x08\xcb\x73\x11\xf9\x19\xb6\x80\x8d\xee\x3a\xdc\xa3\x3b\x08\xf4\xba\xbc\xca\x16\xb0\xd1\xdb\xeb\x77\x48\xdf\x67\x58\x52\x1b\xbd\xbd\x4c\xa3\x25\x85\x1b\xa7\xfa\x12\xb8\x4c\x09\x82\x88\xfd\x66\x1c\x8c\xe8\xd5\xc6\xe6\x22\x1b\xe8\xae\x47\x3e\x8a\x29\x10\xb5\x79\x7b\x0b\x8f\xc0\x84\xca\xfc\xe4\x51\x4c\x81\x5e\xed\x4a\xd4\x52\xa0\x37\xd6\x3b\x1e\xa5\x14\xe8\x2d\xfc\xa1\xc5\x39\x2d\x4e\x92\x3a\x2d\xce\x69\x71\x52\x11\xaa\x2b\xd0\xab\x3d\xb9\xf2\x0a\x04\xc1\x48\xed\x51\x5f\x81\xb3\xea\xfa\x28\xaf\x40\xa8\xe7\x1e\xf5\x15\xe8\xae\xb5\x3d\xd3\xf2\x22\x10\xb2\x0d\xbb\x20\x25\xd7\xa3\xe4\xaa\x26\xdf\xd2\x61\xdb\x3a\xf1\x63\xed\xd1\x41\x0d\xc2\xc5\xfd\xc7\x45\x5d\xd0\x09\xbe\x6c\x8f\xa2\x0b\x44\x45\x3a\x3c\xaa\x2e\xd0\x1b\x2b\x31\x8f\x1a\x0b\x74\x36\x50\xb4\x47\x91\x05\x7a\x63\xea\xfd\xb8\x16\x0c\x82\xe3\x7a\xda\xe3\x52\x30\xe8\xed\xe5\xbd\xcc\xf7\x46\xaf\xf6\xe3\x0a\x2f\xe0\x1e\xb8\xf6\xa8\xbb\x1e\x75\x17\x33\xc3\xc7\x65\x47\xd0\x1b\x1a\xe1\x71\x55\x19\x84\xfe\xdd\x47\x75\x06\x7a\x73\x48\x53\x66\x81\x3d\x4c\x90\x0a\x25\xd3\x73\x9d\xb1\x9b\x8c\xab\x99\x1e\x83\xe4\x1b\x7a\xfa\x71\xcd\xf6\x51\x34\x85\x97\x59\xb0\xec\xc8\x1d\xb6\x6a\x57\x71\x1f\x57\x71\xbb\x0d\xd6\xd8\x17\xd0\x0d\x59\x7a\x94\x5b\xa0\xbb\x78\xf2\x18\x09\x02\x62\x98\x75\x15\xd8\xe3\x86\x7e\xcb\x5f\x05\x06\x62\x14\xaf\xb2\xad\x6c\xf4\xe1\xd0\xaa\xfe\x02\x5d\x55\xf1\x28\xc0\x40\x1f\x0e\x1d\xae\xba\x3f\xef\xb3\x69\x99\xa6\xae\xfe\x7a\xd4\x5f\xbe\x10\xca\xaf\x47\xf9\xe5\xd8\xa1\xfe\x7a\xd4\x5f\x4e\x2a\x14\x60\x20\x5c\xc8\x7a\x14\x60\x20\x86\x15\xa0\x02\x03\x31\x2c\x57\x43\x16\x40\x1f\xf6\x03\x1f\x33\x79\x54\x99\xf7\xb2\x96\xdc\xa1\x17\xe7\x91\x66\x1c\x5d\x36\x1c\x9b\xd4\x65\x8f\x67\x16\xd8\xd7\x7e\xcc\xb8\x52\xcd\xc1\xe3\x63\xfb\xf9\x28\x3c\xed\xd3\xd4\x6f\x8f\xfa\xcd\xe6\xaf\x80\x03\x31\x8a\xbf\xb4\x78\x3c\xeb\xc0\x96\xa7\x0b\x13\x04\x01\xaf\xed\xd1\x45\x04\x62\xf8\x76\x7d\x2d\x8b\xaf\x62\xd4\x1f\x5a\x16\x5f\x96\x2b\x1c\x0e\xbf\x56\xf8\x46\x57\x67\x19\xcc\xd7\x4e\x30\x9f\xe3\x82\x92\x11\xc4\xb0\xda\xd4\x8c\xa0\xbb\x56\xfc\x28\x1a\x41\xb0\xfd\xae\x3d\x06\x4d\x81\xee\x32\x94\x71\x81\xa2\xbb\x34\xfd\xa8\x23\x1f\x37\xf2\xfa\x8a\xab\x23\x1f\x8f\x6e\x28\x3e\xd1\x92\xc0\x9d\x37\x7c\xeb\x6f\x4b\x82\xed\x21\x1c\x3f\xd1\x1e\xc5\x25\x88\xe1\x70\xa8\xaf\xec\x71\x8b\x79\xb3\x3d\x29\x2f\x8d\x44\x6c\xd3\x49\x92\xa1\x22\xa0\x0f\xe7\x65\xaa\x44\x50\xc2\xf9\xb9\x31\x5f\xa0\x84\x0f\x50\x25\x82\x62\x04\xde\xa3\x0c\x04\xd1\xc3\x29\xb5\x42\x10\x94\xf0\x4d\x52\x09\x82\x61\x0c\xdd\xa3\x12\x04\xee\xaa\x69\x8f\x4a\xf0\xd9\xba\x6f\x18\xc9\xf6\xa8\xfb\x40\x09\xdf\x1a\x03\xcf\x0c\x9a\x6c\xc5\x46\xac\x77\x1a\x94\xb0\x75\xaa\x05\xc1\x4e\x19\x85\xf6\x98\xcd\xc7\x6c\x8e\x9f\xfe\x90\x1e\x81\x21\x0a\xfe\x9d\xf4\xc8\x8b\x3c\x47\x5e\x70\xa6\x65\x7a\xe8\x85\x18\xb1\xc6\x6f\x0e\xcc\xf9\xc2\x39\x2e\x0a\x21\x8c\xc9\x91\x19\x07\x23\x96\xa6\xa9\x89\x08\x46\x22\x90\x93\x53\x34\x0e\x4a\xec\x1e\x37\x39\x46\xe3\xa0\xc4\xb9\xea\xa3\xe9\xcb\xba\x92\x57\xdd\x9a\xee\x5d\x7e\x61\xf6\x1e\x4d\xbb\x16\x73\xcf\xf9\x92\xc3\x35\x0e\x4a\xec\xf6\x95\x1e\xb2\x21\x0a\x61\x85\xe9\x71\x7a\xc2\x90\x87\xf4\xe0\x0d\x51\x62\xf7\xd3\xc9\x21\x1c\x07\x83\x0e\x38\x5f\x61\xbe\xc3\x7c\x93\x88\x30\xdf\x41\xbd\x06\xa9\x0f\xf3\x1d\xd4\x6b\xf1\x89\x66\x3b\xcc\x76\x60\xba\x34\x59\xad\x9a\x2c\x89\x8d\x51\x5e\xfe\xd0\x92\xd8\x18\xe5\x5c\x65\x49\x6c\x8c\x58\x26\xd5\x92\xe0\x68\xb7\x30\x11\xc5\xba\xdf\x18\xc5\x6c\x17\x0b\xa7\x58\x38\x64\xa8\x58\x38\x1b\xa3\xbc\xfc\xa1\x85\xc3\x11\x70\x9c\x93\x92\x1e\x12\x28\x0a\xe7\x06\xa6\xa7\x04\x8a\x12\x2f\x0a\xba\x58\x12\xc5\x92\xd0\x64\x49\x14\x4a\xc2\x4a\x2b\x96\x44\xa1\x24\x5e\xa4\xbe\x58\x12\x1c\x28\x17\x45\x93\x25\x51\x6c\x13\xb4\xa6\x62\x49\x14\x4a\xc2\xb2\x47\x05\x8b\x42\xf8\x44\xbe\x8a\x85\x43\xd8\x55\x1b\x96\x4e\xb1\x74\x36\x46\xf1\x35\xa8\x96\x4e\xa5\x74\xcc\x64\xb5\x74\x36\x46\xb1\x05\x54\x8b\x62\xc3\xa8\xe6\x7c\x55\xdb\xc9\xf1\x71\xda\xf4\xab\xc5\x53\x79\xdb\x7d\xa5\xaa\x65\x51\x7d\xdb\xbd\x99\xe9\xe7\x70\xbb\x78\x51\xfa\xcd\x54\x6c\x0c\xc6\xf3\xf4\x28\x17\x31\xd8\xf4\x90\xaf\x66\x2a\x1a\xa7\xdd\x74\xea\xa8\xf9\xc4\x46\xd3\x4c\x4d\x56\xc8\xc6\x60\xa4\xce\x57\x33\x11\x1b\x25\xd3\x27\x5a\x21\x1b\x83\x5d\xce\xf9\x6a\x56\x48\xe3\xd0\xc1\xae\xc9\x0a\xd9\x18\x0c\xae\xf9\x6a\x56\xc8\xc6\x60\xbf\x4a\xbe\x9a\x19\xda\x28\xd9\x29\xc3\x66\x85\xe0\xdc\x61\xa7\x55\xbe\x9a\x15\xd2\xf0\x58\x74\xd3\x65\x7d\x34\xdf\x5b\x7e\x98\x66\x3b\xc9\xb6\xf7\x4a\xb3\xbd\x31\xd8\x24\x9b\xaf\x34\xdb\xc9\x59\x84\x9d\x74\xa5\xd9\x4e\x43\x9f\xec\x04\xd2\x7c\x6f\x8c\x61\x81\xa5\xf9\xf6\xbc\xb8\x69\x85\xa7\xb9\xdc\x28\x1c\xf8\x97\xaf\x34\x97\x69\x2e\x49\x6c\x9a\xcb\x24\x97\x49\x7d\xa7\xb9\x4c\x73\xe9\xbd\xcc\xe5\xc6\x18\xd5\x94\x99\xcb\xc4\x2f\x93\x5c\xd5\xad\xef\x4e\x7d\x57\xee\xd5\xcd\x78\x27\xe3\x95\x27\x76\xdf\xc9\x8d\xc1\xa0\x9f\xaf\x6e\x59\x6c\x61\x39\x18\x6f\xd3\x50\x75\x51\xb2\x6b\xb2\x2c\xd8\xe0\x99\xd3\xd7\xad\x9b\xf1\x8d\x59\x87\xf7\xb7\xc2\x37\x06\xd3\xb0\x34\xc6\x5d\x8c\x51\x69\x75\xdd\xa2\xe8\x14\x45\xd2\x2c\xba\x45\xd1\xcf\x04\xc8\xfb\x5b\x16\x1b\x25\x87\xc9\xb0\x2c\x3a\x65\x61\x89\x75\xcb\xa2\x5b\xe3\xdc\x6c\x58\x16\xc3\xb2\xe0\x87\xc3\x8c\x0f\x33\x4e\xc2\x86\x19\x1f\x34\x02\x9b\xf0\xf0\x0d\xdc\x28\xd9\x35\x59\x16\xc3\xb2\xe0\x89\xc3\xb2\xd8\x28\xd9\xc9\xd1\xb0\x59\x0c\x5e\x87\x41\xb3\x18\xe6\x7b\xd0\x04\x7c\x69\x86\x19\x1a\x64\xc8\x77\x72\x9a\xd4\x8d\xfa\xb2\xc0\xa6\xd5\x36\x3d\x96\xc1\xe1\x6e\x9a\xfc\x0d\x77\xf7\xe7\x6b\x9a\xfc\x8d\x59\x6d\x9c\xd3\xb4\x6e\xd4\x97\xa3\xca\x34\x61\x1b\x93\x0d\x51\xf9\x9a\x56\x9b\xc7\x8d\xd5\xd7\x6f\x9f\xa4\x96\xaf\x69\x85\x6d\x18\x20\x93\xaf\x69\x85\x6d\xcc\x6a\xb1\x4f\xb3\xe7\xc1\x77\x36\xae\x69\x7d\x6d\xcc\x6a\x15\x2e\x73\xbc\xdc\x72\x6a\xb3\x59\x66\x79\xa3\xbe\x6c\xcf\xcb\x1c\x2f\x73\xcc\xcd\x96\xb5\xb3\x61\x68\x51\xbe\x96\x39\xde\x98\xd5\xb7\x76\x59\x3b\x1b\xf5\x65\xe3\x5a\xe6\x78\xa3\xbe\x6c\xe2\xcb\x86\xba\x38\xec\xcf\x5e\x6e\x59\x61\x8b\xd3\xfe\x92\x6a\x5d\xe6\x7b\x91\x6f\x3b\x98\x65\xbe\x97\xf9\xf6\x89\xe6\x7b\x63\x12\x91\x97\x1c\x83\x75\x30\xab\x0d\xe9\x32\x43\x1b\xf5\x65\xc7\x77\x59\x85\x97\x55\x48\xb6\x2f\x53\x6f\x08\x26\xab\xaf\xe9\xd9\xb6\xa2\xa6\x43\xd1\xe5\x23\x37\x6a\x3a\xdc\x5e\x3e\x72\x63\xbd\xec\x6b\x2f\x5f\x8d\x8d\x9a\x8e\x74\x6f\x4b\x7f\x63\xbd\x4c\xd8\xdb\xc2\x7f\xb3\x8a\x6f\x43\x7a\x9b\xd6\x2d\x06\x6b\x3a\xa5\x78\x5b\xf8\x6f\x9c\xb7\x16\xc5\xdb\xc2\xdf\xa8\xe9\xe4\xea\x6d\xf2\xf5\xd0\x59\x14\x6f\x5b\xe0\x46\x4d\x47\xe0\xb7\xf5\xb1\xb1\x5e\xb6\x80\xb7\x85\xbf\xb1\x5e\x16\xc5\xdb\xc2\xdf\xa8\xe9\xa4\xf3\x6d\xb6\xdf\xf8\x29\xec\x7d\xdf\x66\x7b\xa3\xb2\xab\x2b\xdd\x05\x23\xd6\xcb\x0e\xff\x63\x1e\x3f\xe6\x91\x1f\x7e\xcc\xe3\xc6\x7a\xd9\x9a\x3e\xe6\xf1\x63\x1e\xb9\xd7\xc7\x3c\x7e\xcc\x23\xa5\xfa\x31\x8f\x1f\xf2\x68\xdf\xfe\x31\x8f\x1f\xf3\x48\xa9\x7e\xcc\xe3\x87\x3c\xda\x32\x3f\xb6\xb9\x8d\xf5\xf2\x65\xf8\x98\xed\x0f\xd9\xb6\x2b\xf9\x98\xed\x0f\xee\x0b\x5f\xac\x8f\xd9\x26\xc0\xaa\x71\xa4\x7a\xbe\x3e\xe6\x7b\xa3\x2e\xcb\xf0\x63\xbe\x37\xea\xf2\x97\x5f\xab\xdb\x8d\x7a\xe9\x98\xff\xb5\x2c\x36\xea\x32\x19\x5f\x1b\xe2\xc6\x3a\x03\xfc\xd7\xb2\xd8\x58\x67\xa4\xf8\x5a\x16\x1b\x75\xd9\x50\xbe\x96\xc5\x86\xe7\x53\xa7\xe7\xe9\x8b\x75\xa6\xb6\x5f\x33\xce\xbe\x8a\x5e\xed\x90\xbf\xe6\x7c\xa3\x2e\x2b\xfc\x6b\xce\x37\xd6\x19\x3c\xbe\xe6\x7c\x63\x9d\xc1\xe9\x6b\xc6\x3d\x06\xa0\x55\xb3\x69\xce\xdd\x28\x70\x26\x96\xb7\x59\xdf\x58\x67\xd8\xbf\xcd\xb9\x41\x69\x67\xe0\xb9\xcd\xfa\x4d\xd6\x6d\x52\xb7\x59\xbf\xc9\xba\x1d\xc1\x6d\xd6\x39\x7b\x72\xd9\x58\x6e\xb3\xbe\xb1\xce\x44\xe6\x36\xeb\x1b\x75\xf9\x8e\xdc\x36\x83\x8d\x75\x66\x53\xb7\xa5\xb1\x51\x97\x3d\xc8\x6d\x61\x6c\xac\x5f\xd3\xe5\x4b\xbf\xb1\xce\xfc\xed\xb6\x30\x36\x3c\x20\x3c\x5f\xb7\x85\x71\xd3\x0a\x6c\x65\xb7\x65\xb1\xb1\xce\xb0\xf6\x58\x14\x0f\x45\xe1\xa8\xf9\x58\x14\x8f\x8d\x80\x3c\x3e\x96\xc4\x63\x23\xa0\xc0\x1e\x4b\xc2\x0d\x3b\xb9\x48\xd8\x63\x51\x6c\x18\x3b\x9f\x1c\xf0\x77\x10\xaf\xd3\x91\x3d\x66\x1c\xc7\xe3\xeb\xf4\xd6\x8f\x39\x7f\x38\x54\xfd\xa4\xc3\x3a\xdf\x68\xd5\x96\xf7\x98\x73\x76\xff\xb4\xa9\x54\x79\xcc\x3a\xa2\xf4\x75\xfa\xd8\xc7\xbc\x73\x16\xc7\xeb\x8c\x80\x8f\x99\x27\xc4\xf5\x45\x74\x7e\xfa\xe1\x02\xd1\x6a\x6a\x0a\x4d\x61\x1b\x6a\xd8\x8a\xb6\xc2\x65\x0b\x53\xd5\x54\xbd\x5b\xc7\xd6\xb4\x35\x2e\xf3\x97\xa9\x89\x12\xa1\x43\x08\x45\x6c\x10\xee\xf9\x72\x00\x08\x25\x2b\x1b\xe2\x5a\xa5\xa5\x05\xce\x4b\xb1\xb3\xe0\x03\xde\xda\x3e\xda\xea\x6f\x0f\xcf\x81\x7f\x53\xec\x19\x83\xb7\xbe\xb5\x9d\xd7\x84\x5b\x87\x25\xb1\xe1\x4e\xc5\x0c\x45\x2d\x88\x20\x6a\x25\xfd\x82\x83\x68\xce\x54\xfd\x80\x83\x88\x78\xbd\xfc\xa9\x25\xb1\xd1\xec\x21\x42\x59\x0b\x9a\xad\x3d\xd4\xb0\x60\x3f\x40\x9b\x25\xb1\xd1\x7c\x75\xfc\x1a\x84\xd8\x97\x05\xb6\x8f\xb6\x8f\x0f\xf5\x09\x8f\xb6\x87\xaf\x00\x50\x99\xaa\x51\x10\xc1\x91\x69\xe9\x81\xed\x22\x5f\x66\x41\x39\x0a\xf6\x65\x24\xa4\x98\x05\xa2\x0b\x83\xd3\xae\x32\x14\xa4\xe1\xa9\xf5\xc9\x5c\x2b\x54\xa4\xe1\xb9\xf5\x44\x4e\x67\x28\x36\xc1\xfe\x6d\xc5\x66\x2e\x0a\x5f\x24\x40\xa3\xf8\xf9\x0a\x11\x6d\xd8\x86\xd4\x96\x81\x90\x2c\xce\x05\x42\xd5\x18\xfa\x53\x9d\xca\x84\xb2\x11\xec\xeb\xf8\x6d\x35\x1b\x1b\xf9\xeb\x4f\xad\x1c\xce\x27\x6d\xbc\xa4\xa1\x94\x0c\x42\xcc\x4b\xb3\xd4\xd5\x8d\x51\xe7\xcf\x3f\x52\x39\x10\xd5\x3c\xe0\x3d\x2d\x1c\x63\x92\x51\xcd\x03\xde\xd3\x42\x74\x5a\x46\x35\x13\x1b\x49\x6c\x55\x86\x92\x13\x24\x5f\xcc\xc8\xa8\x66\xcb\x33\x70\x09\xec\xc9\xa8\xd6\x17\xce\x52\xd4\x7d\x28\x4c\x01\xf1\xb9\x19\xea\x52\xd0\xad\x3e\x65\x29\xe8\xd6\x4a\x33\x43\x0d\x95\xa2\xc5\x7a\x52\xa7\x92\x24\x65\x2a\x58\xe8\xe2\x50\xa5\x02\x62\x95\x33\x14\xa9\x60\x21\xf4\x43\x8d\x0a\xd6\x49\xa1\xb9\xc5\x67\xea\xf4\xc4\x8f\x8b\x88\x70\x5e\xe3\xb7\x45\x44\x10\x9d\x90\x91\xd6\x0d\x7b\xa1\xaa\xef\x57\x9a\x6e\xdc\x9c\xd5\x97\x44\xa5\x09\xa2\xfa\x92\xa8\x34\xc1\x9e\x92\xf3\x48\x95\x26\x08\x5c\xff\x19\x69\x52\x37\x8a\xc5\xa2\xce\x04\xa3\x84\xb7\x37\xf5\x1b\xc5\xd2\x54\x66\x86\x32\xd3\xc4\x2b\x33\x41\x99\xde\xdb\xfe\x62\xa3\xd8\x98\x15\x99\x60\x56\x1f\xa7\xc8\x04\xd1\x1b\x32\x2a\x54\x99\xa0\x4c\x6e\xae\xc8\x04\x75\xf9\xb2\x28\x32\x01\xfb\xb7\x32\xd4\x98\xa0\x5b\x35\xdd\x0c\xe3\xce\x34\x05\x0a\x4c\xb0\x7c\xfd\xd5\x97\xa1\x7f\x33\x4d\x93\x45\xd0\x3d\xfc\xd4\x97\x4e\x81\x09\xba\xa5\xa9\xbe\x04\xfd\x24\xc0\x22\xc0\xbd\x69\x11\x0c\x73\x32\x98\x24\x52\x7b\xea\x41\x10\x83\x63\x33\x32\x14\x84\x20\x5e\xe6\x4e\x41\x08\x82\x3d\x23\x19\x0a\x42\x10\xec\xaa\xc9\x18\xe6\x86\x98\xcb\x33\x72\x0c\xb3\x33\x3c\x56\xe7\xd8\x4c\xe9\x60\x2d\xa7\xd2\x3c\x14\x89\xa0\x39\x32\x87\x82\x10\x64\xd3\x62\x22\xa6\x6d\xc8\x1e\x54\xf5\x07\xfa\xe9\xb5\x55\x7f\x20\xda\xcb\xc2\x99\x26\x63\x22\xd1\x49\xab\x52\x0e\x2c\x7b\x8f\x69\x6b\x98\x46\x3d\x50\x61\xaa\xb6\x30\xfe\xde\xd7\x5d\xd5\x16\xe7\xb8\x30\xaf\xb2\xea\x17\x0b\x5d\xf6\x1d\x0a\x39\x30\x8a\x7d\x87\x42\x0e\x94\xf4\x9d\x53\xc8\x81\xb4\xa9\x2d\xb3\x83\xc7\x6e\x52\x19\x2a\x3b\xd0\x5f\xe1\xcf\x6c\x0f\xcb\x3d\xeb\xd5\x34\x58\xa6\xe7\x44\x6c\x7b\x1d\x25\x5a\x1c\x67\x1c\x3f\xbd\x2c\x67\xf6\xc3\x9e\xda\x56\xb5\x81\x12\xf5\xf7\x0c\xc6\x97\x99\xe3\x73\x10\x6c\x71\xcf\xb8\x4c\xf7\xe5\xd9\xaf\x2c\xce\xc4\x65\xca\x2f\x57\x8d\x2c\xe3\xcb\xa4\x6f\x34\x27\xc0\x71\xd9\x92\x37\x92\x35\xb5\x50\x0d\x02\x0e\x99\xca\x50\xd3\x81\x65\xbd\x2b\xe9\x80\x9b\x2a\xd2\xed\xee\x22\x7a\x4b\x6d\x56\xcd\xdb\xc3\x05\x9d\x2d\xa9\xf3\x40\xa4\xab\x71\xa1\xd0\x8b\x5f\xb7\x84\x93\x30\x95\x5e\xe0\xf6\x7b\x39\x4a\x2a\xeb\xc0\x7e\x04\xe5\xf7\xb6\x69\xe1\x0a\x74\x41\x39\xde\x66\xe0\x8d\xaf\x34\xbc\xca\xe6\x86\xdf\xef\x4c\xd1\xd4\x75\x40\x7f\x67\xc6\xc7\xe4\x7a\x46\xdf\x34\xa7\x4a\xb6\xf8\xb0\x3e\xca\x7a\x78\xa8\xcf\x40\x09\xc7\x39\xf5\x59\x78\x24\xce\xb2\x02\x14\x68\x60\x14\xfb\x57\x05\x1a\xd8\x19\x20\x53\x2a\x34\xe0\x21\x70\x19\x2a\x34\x50\x82\x05\xb9\xf8\x98\xa7\x8f\x2f\x2d\x19\x50\xb4\x81\x12\x4e\x31\xd5\x6c\x60\x14\xdf\x0e\x35\x9b\x27\x09\xf4\xe6\xac\x50\xd1\x06\xc6\x70\x3e\xa9\x66\xf3\x83\x52\xbd\xa1\x66\xfc\xa0\x94\xd8\x73\x12\x52\xab\x90\x03\xfb\x3a\x1a\x8c\x4a\x0e\xcc\xea\x88\xa0\x46\x03\xeb\x8c\x5d\x5f\x8b\xe3\x8b\x50\x39\x0f\x35\x9f\x5f\xc3\x22\xad\x83\xaf\x19\xdd\x68\xf5\xdc\xdf\x8c\x6e\x34\xc5\x4b\xa8\xd1\xc0\x9e\xcd\x69\x33\xa7\x1e\xee\xac\xe4\x08\x35\x1a\xe8\x8e\xc6\x4a\x34\xd0\x2d\xed\xdb\x6c\xde\x36\x5c\x27\x50\x2a\x34\xb0\xdf\x67\xb2\xae\x3a\x0a\x77\x17\x35\x04\x47\x28\x7c\x40\x49\xf3\xa9\xf0\x01\xf5\x65\x1b\x55\xf8\x80\xba\x6c\xca\x0a\x1f\x10\xfa\x3d\x33\x14\x3e\x20\xcf\x5c\x49\xe1\x03\x38\x7f\x36\x43\xd9\x03\xc6\x79\xa0\x8d\xea\xa1\x73\x25\xd7\x0a\x9c\x78\xce\x51\xdf\x3e\xd0\xd4\x3f\xbe\x01\x64\x52\x7d\x13\x1e\x2d\x1c\x34\xda\xa2\x96\x29\x2f\x5f\x6c\x2c\x45\x8b\x5f\xfa\xc0\x5b\x52\xd4\x2d\xa0\x53\x38\x45\x89\x02\xf6\xe0\xe0\x55\x5d\xdb\xee\x3b\xa7\x57\x2d\x2d\x86\xcb\x6a\xba\x34\x91\x7a\x1f\xf8\xd6\x62\x24\xc2\xf0\x56\x1f\x6d\xc6\xfe\x7a\xd9\xad\xe9\xde\x9d\xd2\xce\x76\x51\x7d\x80\xce\xa7\x41\xd2\x73\x2f\xb2\x6c\xa5\xb1\x4c\x94\x42\xa3\x9c\x70\xca\x81\xc9\x74\x6e\x2c\xfa\xe9\xa2\xa6\x00\x9c\x28\x90\x45\xa9\x00\x7a\x2c\x7f\xf6\xd5\xf4\x55\xec\x63\x32\x4d\x41\x30\xdf\x32\x05\x8f\xa6\xc7\xf8\xc1\xfd\x9a\xfa\xe9\x22\x11\xd3\x99\x72\x51\x50\x80\xae\x5b\xaf\x28\x1e\x40\x10\xf9\x99\x7e\xd0\x48\x04\x81\x98\x59\x94\x0e\x60\x17\x97\x0f\x30\xfd\xc5\xe3\x70\x42\xdb\xd4\x86\x5e\x66\x1e\xe5\xc7\x90\x92\x8f\x21\x05\x51\xb2\xe9\xb7\x8f\x44\x28\x35\x8b\xc2\x01\x04\x1b\x38\xd3\x93\xf2\x45\x6f\x2c\x5a\x15\x65\x43\x21\x0e\x53\x77\xa9\x5f\x4d\x12\xd1\xe3\x5c\x66\x06\xaa\x91\x33\x64\xb3\x9a\x01\x62\x33\x7d\xe3\x8b\x4a\x02\x84\x52\xb9\x54\x93\x5f\x9d\xdc\x50\xb4\x0a\x09\x10\xea\xdd\xa2\x8e\x00\xe1\xda\x81\xdf\x65\x12\xbb\x7c\xc8\xb8\x82\xa0\xb8\xbb\x88\x75\xb8\xa2\x22\x28\xe7\x74\x2e\x1e\xa9\x24\x00\x7d\xf4\xdf\x3e\x82\x2c\x8b\x02\x01\xf4\xc6\x60\x51\x54\x08\x20\x74\x15\x14\x05\x01\xe8\x0a\xb6\xa2\xd3\x0a\xec\xf9\x39\x26\xb3\xe2\xa9\x9a\xac\x42\x15\x45\x42\xf1\x08\xff\xea\xed\x6d\x84\x1e\xd1\xca\x64\xa0\xe8\xb4\x02\xe1\x54\xc4\x2f\x51\x89\x51\x8e\xc9\xcc\x25\x3e\x63\x46\xe1\xa2\x6e\x00\xa3\x78\x2f\x75\x03\x28\xa7\x87\x50\x36\x14\x4f\xf1\x6c\x74\x41\x45\xdd\x50\xfc\x7a\x91\xfa\xad\xa8\x1c\x8a\xca\xa1\x78\x99\x59\x42\x39\x70\x10\x4f\x16\xa5\x03\x28\x61\x8f\xa0\x74\x00\x25\x98\x97\x15\xb5\x43\xc1\x1d\x55\xac\x1c\x95\x82\x27\xd5\x74\x4e\xb4\x49\x3f\xa6\x25\x06\xbb\x0f\xb2\x28\x15\xc0\x28\x16\x99\x93\x7e\x10\x83\x03\x57\xb2\x38\xed\x07\xd5\x15\x5d\x8f\xbd\x11\x45\x45\x5e\x9c\xf5\x17\xdd\x4a\xb6\x54\xa7\xfd\x60\x10\xfd\x9e\xc5\x79\x3f\x18\xc3\xc6\xa5\x57\xa9\xe8\x55\xb2\xc6\xf5\x2a\x95\xe3\x55\x22\xf9\xba\x90\x40\x7d\xd9\xc4\x75\x21\x81\x38\xb3\xe2\xa2\x66\xe0\xbb\x87\xf5\xe5\xcb\xa1\x18\x00\x35\xad\x39\xc5\x00\x58\xaf\x73\x7f\x33\x39\x3c\x86\xd9\x3e\x53\x27\x12\x58\x8a\x8d\x32\xcc\xe5\xd6\x07\x8b\x40\xf9\x2c\xfa\x95\x40\x4d\x4b\x71\x98\xfe\xc1\xd2\xbf\x2d\x56\x15\x51\x66\x30\xc2\x53\x3c\xaa\x08\x50\x97\xfd\x95\x6e\x25\x50\x97\xb7\x9f\xe6\x88\x4f\x12\xbc\x08\x69\xc9\xa2\xb2\x28\xd3\xc5\x2c\x4a\x71\x9a\xd6\x8d\xe6\x82\x5f\xd1\x6f\xe4\x99\x43\x2f\xbd\x25\x45\x69\x01\x9a\xeb\x1c\x45\x6d\x51\x3c\x3d\x91\x1d\x5e\x59\x74\x13\x81\x18\x9c\x59\x91\x45\xc1\x01\x9a\xab\xc1\x45\x75\x01\x9a\x6b\xb5\x1e\x6a\x24\xf6\x1b\x40\x42\xd4\x12\x20\x4a\x73\xcc\x50\x4d\x80\xa8\x9c\x69\x9a\x45\x3d\x01\xa2\x2c\xfb\x79\x5d\x45\x20\x6a\xf5\x55\x51\x64\x14\x45\xc6\x69\xb8\x3a\x8b\x00\x07\x48\x67\x59\xe6\x6b\xb1\xb5\x05\x8b\x0a\x03\x0c\x6b\xfd\x32\x4f\x97\xe7\x3e\x58\x53\xfa\x85\xc0\x62\x82\x5c\x14\x15\x60\xbf\xc1\x94\x86\xae\x22\xe0\x0e\xf0\x2c\x8a\x8a\x72\x22\x07\x6d\x69\x97\xc9\xbf\x1c\x45\xbc\x9b\x29\x25\x98\x50\x79\x50\x54\x15\x20\x7e\xbd\x99\x15\x75\xb1\x0b\xce\xe2\x51\x08\xfc\x7a\x36\x14\x32\xcd\xb3\xa1\xc4\xb6\xf1\x53\x5d\x37\x20\x5c\x37\xf5\x3c\x28\xd1\x9b\xe3\xac\x53\x7c\x10\xae\xd5\x96\x8f\xe5\x73\x22\xfb\x48\xac\xae\x9b\xe2\x47\x28\xec\xe3\x74\xdd\x80\x3e\x6c\x69\x6a\x83\x62\x64\x5f\xf5\x87\x26\xd6\x93\x87\x9a\xe5\xaf\x10\x28\x7e\xa9\xa2\xfa\x48\xd3\xff\xf1\xb5\x23\xad\xce\xe6\x8b\x07\x7f\xbf\x9c\x4e\x38\x9d\x07\xa3\xd8\xdf\x3b\x4f\x07\xd1\x3b\xeb\x3d\xc5\x89\x7a\x71\xa2\xce\x47\x75\xb2\x38\x51\x07\xc5\x85\xc7\xe2\x3c\x1d\x8c\x93\x03\xbd\x2b\xa0\xb8\x9c\x58\xf4\xae\x80\x71\x4a\xc3\x99\x3b\x28\xbf\x9a\xac\xf4\x2f\xdf\x7a\x74\x1e\xa2\xc3\x05\x14\x97\x35\x8b\x93\x79\x50\xf5\x6d\x15\x27\xee\xa0\xea\x31\x2c\x4e\xdc\x41\xd5\xb7\x55\x9c\xb7\x83\x9a\x66\xdc\x69\x3b\xd8\x25\xab\xcd\x8c\xfb\x31\x81\xe9\x6c\xc2\xa9\x7b\xe1\xab\x5e\x59\x7f\x3b\x2a\x3b\x8b\x13\x7b\x50\xd3\xfa\xd1\xcf\x02\x6a\x3a\x42\xeb\x41\x01\xeb\xf4\xea\xb7\xd9\xbb\xf1\x1d\xd9\xe2\x74\x84\x80\x78\xe9\xfb\x2e\x0a\x02\xd0\x5c\x96\x2f\x0a\x02\xb0\xfb\x28\x6d\x56\xcf\x63\xaf\xc2\xdd\x54\x04\x9e\x5d\x16\xc9\x82\x51\x51\x11\x80\xd4\xe1\x5d\x1e\xeb\x87\x93\x4a\x4b\x73\x4e\xab\x26\x00\xd9\x1d\x57\x15\x05\x20\x9b\xf7\xb2\x47\xd9\xe8\xf6\x02\xba\x46\x00\x27\x24\xa7\xe7\xa2\x89\xfe\xb2\x63\x50\x24\x94\xe7\xd9\x17\xed\xa7\x55\x7d\x1b\x20\xd2\x57\xa1\x3a\xfd\xaf\x7b\xc6\xcf\x27\x88\xd2\xaf\xe0\x0a\xbe\xe8\x90\xd5\xc9\x3f\xe8\x06\x88\x55\x27\xff\x95\x53\x0a\x1a\x7a\xb5\xea\x6a\x00\x61\xe4\x4c\x75\xa6\x5f\x8d\x9e\xa3\x82\xaa\xd1\x73\xd5\xe8\x39\x26\xb3\xd5\xd9\x3f\x28\x16\x5f\x75\xf6\x0f\x66\x3d\xa6\xa2\x09\xaf\x3f\x0d\xab\xea\x53\x00\x1d\xcd\x5f\x15\x04\xa0\x2f\x6f\x3e\xb4\x8c\x9d\x3f\x7f\x65\x6e\xc2\x37\xa0\x63\x32\x37\x1b\x69\xd7\x5e\x95\x0d\xa0\xbf\x98\x65\x55\x65\x03\x18\x27\x4d\x66\x26\x58\xc2\xc6\x23\x5f\x55\x08\x60\x31\x9d\xaa\xea\x03\xc0\xd1\xcb\x59\xf5\x37\x54\x37\x65\x2d\x2f\xaa\x9a\xf0\x27\x1d\x93\x29\x2f\xe7\xd3\x39\x14\xbb\x5e\x84\x6a\xcc\x1a\x8b\x3e\xd5\x00\x35\x10\x6e\xed\xc9\xaa\x17\x01\x0c\xf6\x52\x66\x35\x1a\x0d\x54\x76\xea\x67\x55\x1e\x80\x65\x87\x51\x95\x07\xa0\x2e\xef\xa5\x3c\xa8\x7e\x72\x80\x7d\x01\x59\x75\x2b\x80\xe8\xfa\x15\xaa\x9a\x01\x6c\x61\x4f\xf9\xa8\x06\x40\x14\x03\xbf\xaa\x72\x00\xe8\x75\xae\xba\x1a\x00\x9f\xb3\xcb\xaa\x18\xa8\xe7\xb3\xbe\xd5\x74\x98\xcf\xea\x28\x61\x6a\xcd\x66\x25\x0c\xda\x6c\x56\x5b\x5c\x25\xee\x6b\x6a\x32\xe7\xcd\xe6\xc5\x0f\x55\x11\xd5\x4d\x59\xdc\xbd\x99\xcb\x76\xce\x1b\xe3\x87\x0a\x0b\xd0\x19\x30\xab\xba\x02\xa8\x77\xaa\xae\x06\xd0\x6d\x38\xca\x06\xc0\xb1\xb1\x59\x75\x2c\x00\x3e\xcd\x97\x55\x1d\x01\xc6\x49\x91\x15\x4b\xec\x9b\x6d\x52\xc9\x00\xfa\xab\xf9\x78\xf3\xdb\xd8\xdf\xb7\x4c\xb7\xf9\x55\x32\x28\x36\xaa\x51\x6d\xd5\x4f\x43\x33\xce\x54\x65\x44\xd5\xfd\x60\x55\x1b\xe8\x06\xc2\xfe\xae\xaa\x2c\xaa\x1e\x09\x86\x9e\xaa\x66\xa8\xba\x1a\x7c\x0d\x94\x07\xa0\x1a\x98\x50\xd5\x02\x80\x0f\xdc\x64\x55\x0a\x80\x18\xfd\x5c\x65\x5a\x89\x56\x7b\x79\x2b\xab\x86\xf3\xbc\x47\xf5\xe5\x50\x1e\x00\x57\xae\xaa\xe2\x00\xb0\x09\x3e\xab\x3e\x03\xd0\x09\x74\xce\xda\x4d\x3b\x1f\x44\x9b\xfa\x1f\xaa\x91\x69\x20\xf4\x3d\x57\x3d\x09\x20\xdc\x39\x9a\x55\x09\x01\x12\x4f\x5a\x55\x1b\x80\xfe\xb2\x0f\x54\x1b\x80\xe8\x9c\x08\x95\x1e\x32\x29\x86\x6f\xbf\xda\x00\xe8\x6c\xad\x06\x9c\x55\x3c\x07\x4c\xce\xaa\x62\x01\x74\x02\xb7\xb3\x2a\x16\x40\x9c\x7e\x44\xad\x50\x3d\x37\x3a\x99\xf8\x56\xfd\x0b\x55\xff\x82\xf5\xaf\x7e\xa8\x28\x03\x1d\xdd\x55\x15\x00\xc2\x38\xc1\xaa\xe3\x00\xf8\xd5\x90\xac\x0a\x03\x10\xb3\xcf\xdf\xfe\x08\x57\xd6\x61\x76\x3d\x84\x29\xf1\x19\x54\xc5\x04\x28\x7c\x94\x30\xab\xca\x01\x74\xe7\xce\x55\x99\x00\xf8\x9c\x64\x56\x15\x01\xe8\x2f\x3b\x10\x03\xc2\xf8\x3c\x5f\x37\xec\xb5\xea\x33\xa8\xee\xe9\x41\xfd\x56\x67\xf5\x20\x7a\xda\xcd\x38\xad\xaf\xee\xf3\x41\x64\x56\x67\xf5\xa0\xeb\xb8\xf0\xf8\x4f\xd1\x75\x14\x56\xe7\xf4\xa0\xbb\x62\x5e\x9d\xd2\x83\xce\xc6\xa5\xac\xce\xe8\x41\x18\x20\xe8\x87\x03\xc5\x38\x05\x6a\xa8\x17\x28\x61\x33\xd2\x8f\x00\x06\x07\x90\x65\x75\xde\x0f\x4a\xd8\xfd\x39\xf1\xaf\x7e\x73\x86\x8f\x39\x67\xd5\xb7\x00\x22\x5d\x24\xab\x4e\xf4\xc1\xac\x8e\x9c\x97\x0d\xe2\x42\x50\x76\x7f\x69\xc6\xaf\xf3\xf5\x1b\x0a\x43\x27\x03\x98\xd5\xde\x45\x39\x00\xa2\x0f\xc7\x74\xe5\x00\xd8\x03\x0e\xc5\xa1\xdf\xa1\x7a\x04\xb9\x8e\xdb\xaa\x46\xa8\xe7\xab\x1c\x4c\x36\xaa\x22\x01\x2c\x67\xad\x55\x91\x00\xea\x72\xe8\x35\x10\x0d\xec\x5f\x72\x99\x2e\x0a\xb0\x9f\xca\x13\xf4\x48\x80\x76\x7a\x30\x9d\x0f\x60\xcf\x9e\x48\x9c\x8e\x06\xc0\x91\x84\x59\x55\x1c\xa0\xbf\xec\x4f\x14\x1c\x60\xf8\xce\x28\x1b\x3c\xdf\xb5\x1b\xb9\x55\xd5\x0d\xd5\x1d\x41\xd5\x94\x29\x1c\x40\x49\xdf\x66\x85\x43\x55\x38\x18\x53\x56\xf5\x16\x80\x6e\xba\xd4\x0d\xa0\x3b\x78\xe9\x2a\x00\xc3\xfe\x4a\x4f\x01\x38\xc5\xaf\xb4\xa8\x9f\x73\x8a\xb1\x49\xb0\x0c\x91\x16\x76\x15\x2a\x8b\x6a\xd8\xd6\xb4\x35\xaa\x2c\xea\xf7\x08\x45\xaf\x33\x43\xba\x00\x96\x03\x83\xcb\xfd\x20\x0c\x29\xa9\xea\x08\x10\x06\xcf\x54\x75\x04\x08\x85\x79\x55\x47\xd4\xef\x11\x8f\x5e\x66\x26\xbf\xe7\xdc\x1d\x92\x6b\xe4\x16\x08\xf7\x44\x67\x55\x5d\x54\x5d\x05\x4e\x01\xd4\x0d\xa0\x84\x15\xa7\x6e\xa8\xea\x06\x17\x42\xaa\xba\x01\xec\x19\x05\x77\x53\x37\x80\xac\xf6\xa7\x86\x69\x81\x6e\x3e\x95\x0a\x60\x2c\x4a\xc3\x20\x2d\x30\xed\xb8\xd4\x0e\x60\x5a\xb2\xc6\x63\x81\xe1\x7b\xa3\x98\x00\x06\xdb\x56\xa3\xb1\xc0\xb4\x8b\x52\x5d\x80\x69\xcd\x1a\x9e\x05\xdc\x09\xe0\xa1\xc0\x42\x77\x5e\x35\x38\x0b\x18\xd1\x5c\x95\x24\x60\xd8\x1f\x2a\x48\x00\x67\x8b\x64\x55\x8f\x00\x97\x42\x3c\x5a\x58\x4c\xc7\x24\xf5\x09\x18\xce\x80\x95\x22\xc0\x90\xa9\xaa\x6f\x02\xec\xc2\x26\xf7\xaa\x13\x10\xad\xda\x93\xab\x4e\x80\xc1\xeb\x55\xe1\x01\xf4\xb2\x55\x85\x07\x98\x76\xf6\xea\x8e\xaa\x73\x42\xd7\x8a\xc7\x1d\x8b\x45\x53\x69\x3a\x22\xc0\x22\x05\xcd\xf0\x29\xb0\x90\x39\x4d\x37\x04\xe0\xa3\x2a\xd9\xdc\xee\xd3\x3c\x65\x6d\xf9\xb3\xa9\x69\xcb\x15\xaa\xbf\x29\x57\x00\x1f\x3e\xc8\xa6\x5a\x01\xab\x78\xa3\xb7\x96\x2d\x0a\x19\x31\x9a\x8e\x0a\xb0\x10\x34\x4d\x41\x03\x16\xaf\x71\x53\xcf\x00\x3e\x4e\x97\x4d\x39\x03\x16\xdd\x41\x53\xcd\x80\xc5\x34\xb5\x29\x66\xc0\xa2\x65\x37\xb5\x0c\x58\xf5\x77\xec\x7c\xf2\x18\x68\xb1\x6b\x8c\x2c\x18\x64\x05\x22\x5d\x5d\x69\xea\x1f\x10\x47\xc9\x34\x43\xaa\x80\xa7\x9d\x65\x53\x02\x81\xee\x2e\x9d\xa6\x04\x02\x91\x86\x70\x36\x37\x06\x81\x60\xa7\x58\x36\x65\x11\xe8\xee\xb6\x69\xca\x22\x10\x0e\xe5\x4d\x6f\x0a\x08\x3e\x3f\x95\x4d\xa9\x04\xc2\x5d\x40\x4d\xa9\xd4\x8c\xce\xa2\xe7\x6c\x6a\x25\x10\x7d\x9a\x7e\xa5\x11\xd8\x03\x04\x45\xaa\x83\x05\x74\x23\x07\x3c\x15\x5b\xf4\x72\xee\x66\x69\xe0\x60\x71\xad\xa6\x29\xaa\x40\xbc\xce\xfd\x2d\x9f\x62\xf9\x68\xb2\x7c\x0c\xe0\xe2\xbd\x6a\x2a\x2f\xd0\xcb\xcb\xab\x2c\x1e\xe2\xb7\xd8\xbb\x97\x4d\x31\x06\x22\x4e\xba\x2c\x9e\x62\xf1\x98\x2e\x8b\x07\x57\x8d\x7b\xb0\x9a\xf2\x0c\x44\x77\x4f\x40\x53\x9f\x81\xee\xd6\xa3\xa6\x3e\x03\xe1\xce\xa6\xa6\x3e\x6b\x1e\x92\xcf\xc7\x53\xb2\xa9\xcf\x40\xb8\x2a\xeb\xc7\x86\xb3\xe1\xab\x71\x3f\x5a\x53\x9d\x81\xce\xde\xc0\x6c\x8a\x33\x10\xee\xe8\x6a\xaa\x33\x10\x71\xae\x32\xe3\xd5\x76\xe1\x13\xcd\x38\xbe\x1a\xf7\xfc\x35\xd5\x19\xe8\xee\x6c\x6a\xaa\x33\x10\x7c\xc8\x3e\xfd\xe0\xb1\x08\x77\xc0\x35\xd5\x19\xe8\x46\x2e\x35\xe5\x19\x08\xb7\x82\x35\xd5\x19\x08\xe3\x7a\x9b\x62\xac\x79\x82\x9c\xe5\xaa\x5f\x07\x04\xc7\x3e\x67\x53\xa0\x81\xae\xdb\xbe\xa9\xd0\x40\xb8\xad\xac\x29\xc8\x40\xb8\xe7\xae\xe9\xd7\x01\xe1\x61\x2a\xd9\x94\x64\x20\x8e\x63\xb4\xa9\xc9\x9a\xc7\x63\x2c\xd3\x6f\xf5\x36\xe6\xb6\xd6\x9b\x62\x0b\x74\x77\xf0\x35\xa5\x0f\xe8\x8d\x29\x64\x53\xfb\x80\xde\x98\x2f\x36\x1d\x23\x20\xaa\x2f\x97\x7a\x08\xf4\xc6\x6a\x93\x1f\x88\x16\xbd\xa5\xb7\xb7\x78\x88\xab\x6a\x26\x55\x85\x04\x4e\xd0\x56\x53\x21\x81\xde\x9a\x57\x59\x3c\xf8\x5d\xaa\xd5\xa6\x66\x02\xd1\x39\xe7\x39\x9b\x7e\x97\xe6\x01\x73\x06\x6f\x36\x1d\x2f\xcd\xf3\x24\xec\xb7\x14\x57\xa0\xb7\x66\xca\x2c\xc5\x23\xae\xd0\x2c\x4d\x29\x05\x4e\xec\x56\x53\x4b\x81\xae\x36\x6c\x06\x66\x81\xe0\x1c\x83\x6c\xea\x2b\xd0\x1d\x4a\xfd\x32\xb6\x08\x77\x8c\x34\xf5\x15\xe8\xcd\x27\x2a\xaf\x9a\x47\x4c\xd8\x9f\x1a\xbe\xd5\x0c\xdf\x62\xf6\xd8\x54\x5c\xcd\xf0\x2d\xa6\x38\x4d\x8f\x4d\x33\x7c\xcb\x76\xa1\x77\x06\xf4\xc6\x4a\x5b\x53\x97\x35\x0f\x8c\x98\x66\xc8\xa2\xe0\xf4\xed\x7a\x32\x64\x51\xa0\xcb\xaa\x8d\x47\xdd\x05\xfc\xce\x67\x36\x65\x17\xe8\xcd\x31\x45\x1f\x0e\x08\xd7\xc7\x9a\xdb\x85\x9a\x07\x46\x38\x82\x29\xce\x9a\x07\x46\x38\xee\x2a\xce\x40\xa8\x0e\x9a\xbb\x85\x9a\xdf\xb6\x32\x8e\xa5\x19\x44\xd6\x3c\x1e\x02\x19\xde\xf4\xf4\x80\xde\x1c\xb2\x8d\x21\x03\x7e\x6e\x3c\x9b\x9e\x9e\xe6\xb9\x0f\xf6\xc2\xee\x10\x02\x51\xad\x22\x7d\x3f\xa0\xb7\xa6\xc9\x7c\x73\xc0\x6f\xb5\xaf\xd6\x1d\xe4\xe7\x0b\xba\xcb\x47\x4d\x77\x10\x08\x4e\xdd\xc8\xa6\x37\x08\x9c\x7d\x00\x4d\x29\x09\x82\x33\xd2\xd3\xef\x9b\xe7\xf9\xbe\xf9\xb4\x14\x95\x92\x4d\x0f\xd1\xab\xfc\xf6\xb1\x5d\xd9\x8c\x4f\x03\x61\x10\x8d\x5f\x49\x17\xe1\xf2\x72\x53\x7d\x82\xf0\x80\xd6\x6c\xca\x4f\xd0\x9b\xef\x8b\x5a\x13\x44\x75\xb4\x50\x6b\x82\xe8\xc5\x62\x56\x59\x82\x98\xae\x25\xfb\xc9\x06\xd1\x5d\x27\x69\x7a\x90\x40\x1f\x4c\xf8\xfd\x88\x83\xe8\x2e\x5a\x34\x7d\x4a\x60\x97\x03\x39\x50\x6c\x82\x5d\xd0\xfe\xd4\x8c\x5e\x1c\x7e\xe0\x5b\xa4\xda\x04\x61\x54\x77\x53\x6c\x82\xd0\x89\xda\x14\x9b\x4d\xdf\xd3\xb9\x97\xfd\x87\x5a\xb3\x9b\x7e\xb3\x8e\xd4\xd4\x5f\xd7\x54\x9a\x20\x0c\xb5\x69\x0a\x4d\x10\xee\xf5\x6c\x0a\x4d\xd0\x8d\xac\x69\x0a\x4d\xd0\x5d\xf6\xf5\x8b\xf4\x22\x5c\xe0\xf3\xe3\x15\xa2\x3b\x59\x6e\x86\xc7\x81\x70\x6b\x48\x53\x8c\x82\x68\x61\xef\x6a\x78\x1c\x08\xc3\x2e\x9b\x02\xb5\x79\x24\xf7\xb4\xd1\x29\x50\x41\x1f\xf6\x15\xee\x79\x02\x7d\xd8\x5a\x0c\x8e\x6b\x7e\xc5\xd4\x1e\x57\x1d\xdb\xfc\xee\xee\xf4\x3d\x75\x1f\x54\xf3\x9c\x8c\xe1\xcd\x2c\x9f\x73\x50\xa1\x37\xb3\x7c\x70\xa6\xb9\x04\xd5\x0c\xa1\x6b\x1e\x9d\x91\xde\xcb\xf2\x21\x84\x4e\x55\xdc\xdc\x1a\xd5\x3c\x4c\x83\x05\x3b\x3f\xda\x21\xc2\x5d\xc1\x7e\xaf\x3f\xcf\xf7\xfa\x9d\xa6\x28\x9d\x9b\xd2\x99\x20\xaf\xa6\x72\x6e\x9e\x66\x68\xfb\x37\x1a\xaf\x79\x98\x06\xf1\x1d\x7e\xff\x23\xdb\xc7\xd2\xf1\x5e\x96\x8e\x4e\x38\xc2\x1c\x9b\xf2\x1a\x84\x3b\x54\x9a\xfa\xba\xe9\x97\xb3\x42\x94\xd3\x20\x8e\xb7\xb7\x29\xa8\x41\x8c\xea\x6c\x4c\x41\xdd\xdc\x2f\x35\xcf\x6f\x2d\x0c\x8f\xce\xf0\x35\x34\xf6\x0e\x74\xbd\xb1\x4d\xe1\xdd\x3c\x3a\x63\xda\xb5\xa9\x9e\x9b\x47\x60\xd8\xa5\x2b\x81\x41\xcc\xa1\xfc\xd0\x75\x06\xba\x82\xb4\xa9\x77\xc1\x28\x26\x57\xb9\x0b\x4a\xd8\xd8\x55\xbb\x60\x14\xbb\x61\xd5\x2e\x88\x73\x22\x81\x1f\x3e\x11\xa3\x38\x8a\x2b\x78\x41\x09\x2b\x45\xc5\x0b\x4a\xf8\x62\xba\x2b\x09\x8c\xe2\x50\xac\x0a\x06\xe5\x34\x76\x65\x30\x28\x61\x0d\xa8\x83\x41\x09\x5f\x5f\x85\x30\xf0\x43\x3a\xd9\xd4\xbd\xa0\x84\xaf\x9c\xc2\xb7\x79\x2a\x86\x2d\x56\xe5\x0b\x76\xc1\xd2\x0e\x54\xba\x60\x14\xfb\x15\xa5\x2e\x28\x61\x2b\x56\xeb\x82\x51\x1c\xc3\x95\xb1\x8d\x20\xbb\x62\xbe\x75\x9f\x35\x0f\xb2\xb0\xc9\x2a\x63\xc1\x28\x36\x33\x75\x2c\x28\x71\x4c\x26\xff\x21\xf9\x2c\x9a\x37\x37\x11\x81\x51\xe8\x7d\x52\x69\x0b\x4a\x90\xd4\x34\xf0\x2e\xfd\x90\x8f\xbb\xa4\xfd\x48\x8c\x18\x7c\xb3\x27\xfd\x46\x8c\x18\x7c\x2a\x28\x53\x6f\x1c\xf0\x58\xff\x4c\x45\x70\x7a\xe8\x45\x7a\xd5\xd0\x34\x48\x58\xc7\x34\x35\x91\xef\xa6\x69\x69\xa2\xda\xe8\xca\x52\x1d\x0c\x06\x9f\x9c\x4d\x3f\x40\x23\x06\xdf\x0d\xca\x54\x09\x83\x61\xaf\x95\x4a\xe1\x74\x1b\x11\x5f\x54\xcc\x54\x0c\xa7\xce\xbd\xf4\x91\x8f\x26\x16\x76\x58\x05\x4c\xe5\x30\x28\x61\x8e\xd4\xc3\x60\x94\xe6\x55\x96\x58\xd8\xd0\xbd\xca\x02\x53\xf2\xea\x00\x49\x25\x6f\x7a\x5c\x46\xfe\x0e\xe1\x9c\xba\xff\xd2\x73\x32\xaa\xcf\xb2\xa8\xfc\x88\xf2\xe4\xad\x4a\xd5\x2f\x18\x85\xd9\x47\xaa\x61\x41\x1c\x0f\x60\x2a\x45\xf3\x48\x51\x6f\xa7\xee\x04\x31\x4e\x39\x2b\x3c\x81\xdf\x9b\x4b\x3f\xd6\x23\x4a\xd0\xbd\xa6\xc2\x33\xcb\x49\x08\xb9\x56\x66\x82\xe1\x58\x96\xca\x4c\xb0\xb5\xbf\x0f\xb5\x8a\x36\x4a\x7f\xf9\x4b\xab\x48\x9f\xdf\x32\x19\x66\x61\xa3\x18\x44\x9b\xea\x4c\x50\xdc\x75\x93\xca\x4c\x30\x1c\x91\x52\x99\x09\x0a\x67\x4e\x67\x2a\x33\xc1\xb0\xb3\xf6\xbb\x42\xa2\xe8\x7f\x4d\x9d\x80\x60\x38\xe1\x48\x85\x27\x18\x7a\x98\xd3\xb8\x41\x30\x1c\x1e\x52\x2d\x0a\x4a\xd8\x32\xd5\xa2\xa0\xb8\x55\x23\xd5\xa2\x60\x28\x00\xfc\x90\x91\x18\x8e\x64\xa9\x16\x05\xc3\x25\xfc\x54\x78\x82\xca\xb1\xa9\xe9\x97\x8d\xc4\x1e\x1d\x78\xa4\x62\x34\x3d\x19\x83\x79\x69\x2a\x46\x41\xd1\x57\xe8\xf7\x8f\x44\xe1\x8b\x00\x99\x3a\x06\x41\xe1\x43\x02\x99\x8a\xd1\x74\x13\x92\x8f\x54\x8c\x82\x92\xa6\x55\x31\x0a\xb6\xee\xf7\x32\x33\xee\x69\x19\x0c\xe1\xa9\xc3\x30\x3d\xe4\xbc\x4d\x9f\x69\x53\x69\x84\xb9\x31\x3d\x4e\x15\x6a\x7a\x5c\xc6\xf2\x66\x36\x0b\xcf\xc6\x18\x9a\x2c\x0c\x4e\x3e\x1f\xe7\x5e\x16\x46\xb3\x59\x90\xb2\xb4\x2c\x92\xb2\x60\xba\xe1\x47\x9e\xc4\x70\x02\xe8\x37\x9e\xc4\x70\xa2\x95\x3a\x16\xd3\xef\xb8\xe8\x32\xf0\xb3\x4f\xa2\x70\xc8\x72\xa6\x01\x8a\xa0\x70\x9c\x77\xa6\xce\x46\x50\xf4\x23\xfa\x6d\x28\x51\x0c\x6b\x4e\x5d\x8b\x99\x47\x2c\x92\x25\x5d\x8b\xa0\x70\xe2\x7a\xa6\xbe\x45\x50\x9c\x24\xa4\x62\x1a\x14\x3e\xee\x90\x7e\x67\x4a\x0c\x07\xfa\x54\x4c\x83\x62\xb4\x56\x2a\xa6\x41\x71\x4b\x52\x2a\xa6\x81\x1f\xde\xc8\x54\x4c\x83\x92\x96\xbe\x32\x39\x95\xc9\x1c\xa3\x9f\x7e\xc6\x4a\x14\x37\xce\xa6\x2a\x19\x44\x9e\x41\x44\x65\x9b\x7e\xbd\xa8\x5a\x27\x4a\x5b\x10\x7e\x6e\x20\x53\x6d\x9b\x27\xd0\xd0\xc1\x46\x25\x9b\x83\x17\x6c\x78\x99\x65\x3b\xf0\x01\xd9\x3d\x18\x55\x98\x46\x15\x9e\x01\x48\x91\x0a\xaa\x7b\xd3\x53\x91\x0a\xaa\x1b\xe4\x53\x91\x0a\x66\x3b\x49\xb3\x06\x06\x6f\x98\x8d\x56\x91\x0a\x66\xb3\xd4\x14\xa9\xe9\x99\x16\x0e\x10\x8a\x54\x30\x15\xbc\xa9\x48\x05\xd5\xdd\xf0\x69\xec\x21\xa8\x86\x36\xa6\xba\x15\x54\x77\x86\xa4\x1a\x15\xec\xb7\xc9\x9b\x99\xf1\x8d\x6a\x9c\x64\x2a\x52\xc1\x74\x05\x25\xdd\xe7\x04\xaa\x1e\xd8\xd4\x45\x09\xaa\xe7\x0e\xa4\x52\x16\x54\x43\x33\x53\x29\x0b\x66\xb3\x65\x2b\x65\xc1\x7a\x9d\xdb\x5b\x3a\x1c\x76\xd1\x6c\xc6\x4a\x59\x30\x5d\x54\x49\x95\x6c\x1a\xd8\x78\x06\x76\xa5\x2c\x98\xea\xd6\x54\xca\x82\xd9\xec\x9d\x95\xb2\x60\x2a\x1b\x53\x25\x0b\xaa\x8e\xee\x54\xa9\x82\xd9\xec\x51\x95\xa0\xe9\xf9\x17\xf6\x95\x7a\x40\xd3\xf3\x2f\x6c\x9f\xaa\xd2\xf4\xfc\x0b\x3b\x7f\x55\x29\xa8\x6e\x7b\x4c\x3d\xa0\xa0\xbe\xc6\x6f\x7f\x1a\x2a\x53\x6f\x28\xa8\x86\xb1\xa7\x92\x15\xcc\xe6\x98\xa5\x64\x05\xd3\xd5\x82\x54\xb2\xa6\xc7\x63\xd8\xf7\xa9\x58\xc1\x6c\xf6\x27\x0a\x56\x30\x5d\x5e\x49\x05\x2b\x98\xcd\xf1\x4f\xc1\x0a\xaa\xe7\x5e\xa4\x82\x15\x4c\xd7\x3a\x52\xc1\x0a\x76\xd3\xf2\x32\x8b\xe5\xb2\x85\x50\x2c\x2a\x56\x50\x75\xd1\xa7\x8a\x15\xd4\xd7\xb9\x99\x25\x75\x71\x2c\x88\x2f\x8b\x8a\x15\x54\xb7\x0c\xa4\xf2\x14\x44\x33\x56\x2f\xd5\xa7\xa0\x1a\x8c\x99\xea\x53\x50\xdd\x1e\x90\xca\x53\x50\x5f\xe7\x87\x16\xcf\xdb\x30\x51\x67\x88\xc6\x6c\x82\xe9\xca\x4c\x2a\x3c\x53\xe1\xc9\x17\x21\x32\x15\x9e\x20\xce\x5e\xc1\x54\x79\x82\x6a\xe8\x68\xaa\x3c\xd3\xcf\x7a\xea\x1d\x4a\x45\x65\x7a\xde\x86\x55\xa7\xa8\x04\xeb\xe4\x40\x51\x09\x22\x97\xa3\xbf\xaa\x12\x2c\x57\x7c\x53\x55\x09\xd6\x29\x22\x55\x65\x7a\x2c\x87\xaf\xad\xaa\x32\x3f\x04\x05\xa6\x57\x59\xc3\x9e\xc1\x61\x3f\xa7\xaa\x04\xcb\x75\xe1\x54\x55\x82\x9a\xf6\x27\xba\x6d\xd3\x33\x38\xcc\xa5\x42\x33\x3d\x83\xc3\x57\x41\x9d\x09\xd6\x99\x5c\x28\x33\xc1\x72\x01\x3e\x55\x99\xa0\xba\x5f\x2f\x55\x99\x60\xb9\x1c\x9e\xaa\x4c\xb0\x4e\x65\xea\xdd\x05\xd5\x95\x98\xd4\xb9\x0b\x96\x3e\x85\x34\x6c\x14\x54\x57\x50\x53\x77\x2f\x58\xa7\x4b\x36\x92\x14\x2c\x3d\x22\xa9\x86\x05\x4b\x8f\x48\xea\x01\x4e\x8f\x71\x9c\xa6\x55\x17\x70\xea\x02\xe6\x8b\x19\x99\xba\x80\xc1\x72\xd9\x3c\x95\xbf\xa0\xa6\x03\x99\x0e\x60\xb0\xce\x4b\xee\x56\x31\x50\xcf\x08\x6e\xc4\x29\x58\xe7\x2d\x51\x36\xa7\xc7\x79\xbc\x8a\x37\xb3\xc8\x4e\xc8\x29\xa9\x55\x37\x83\x9a\x36\x1e\x75\x33\x58\xae\xc0\xa7\xba\x39\x0d\x1f\x45\x9e\xa6\x1a\x19\xd4\x33\xf5\x52\x23\xa7\x11\xa5\x28\xe9\x54\x23\x83\x62\x13\x50\x22\x83\x9a\x0a\x03\x25\x32\x58\xe7\xb5\x57\x22\xa7\x5f\x19\x5d\xd6\xae\xae\x61\x10\xad\x58\x25\xca\x5f\x50\x53\x81\xa4\xe7\x17\x84\x5f\x6e\xca\x54\x11\x83\xf0\x63\x38\x99\x4a\x62\xb0\x74\x81\xa4\xce\x5e\x10\xb3\x3a\x7b\xd1\xdd\x0b\xfc\x20\x4f\xa6\x32\x19\xd4\x65\x03\x32\xee\x14\xac\x33\x93\x53\x39\x83\x75\x26\x47\x2a\x67\x10\x63\x39\xc2\x2a\x9d\xc1\x3a\xf3\x6d\xa5\x33\xa8\xcb\xda\xd4\x2d\x0c\xea\xf2\x2d\x51\x4d\x83\xa5\xf2\xe8\xee\x62\x03\x75\xd1\xfe\xbb\x02\x1b\x2c\x35\x45\x57\x60\x83\xe5\x44\xb4\x2b\xa6\xc1\x52\x66\x74\xc5\x34\x08\x3f\x9c\x95\x7e\xf3\x53\xd4\x45\x05\x74\xa5\x33\xa8\x1e\x6a\xd0\x95\xce\xa0\xae\xe5\xcd\x3e\x9a\xcc\xa4\xa6\xaf\x26\x72\xb4\xbc\xfd\xa3\x89\x1c\x31\x73\xe9\x0a\x60\x50\xdd\x1b\xd8\x15\xc0\x20\x4e\xa8\x53\x57\x01\x83\x65\xc0\x52\x57\x01\x83\xa5\x16\xec\x0a\x60\x50\xf5\xf5\xf9\x75\x52\xb1\x0c\x45\xea\x7a\x81\x41\x5d\xcb\xdb\x0f\x4d\x54\xf8\xfc\x1d\xca\xb9\xeb\xfc\x05\x75\xd1\xd1\x75\x9d\xbf\x60\x29\x09\xba\xce\x5f\xb0\x94\x72\x5d\xe1\x0c\x22\x3d\x7f\xa8\xeb\xfd\x05\xd5\x77\xa1\xeb\xfd\x05\xd1\x5d\xaa\xe9\xba\x7f\xc1\xee\x64\x78\x82\xc1\xb2\x60\xdf\x4e\x9b\x25\x53\xfc\x80\xfd\xf4\xb7\x96\x83\x5f\xbf\x3c\xd5\xa1\xe8\x06\xcb\x00\xd1\xae\x6b\x17\x34\xa3\x5b\xba\x9a\xbb\xbb\x99\xce\x71\xb0\x2b\xb0\xc1\xb6\x51\x93\x2a\x6c\xb0\x53\x42\x1b\x50\x62\x83\x56\x8f\xc9\xbc\x56\x02\xc9\x4d\x9b\xe2\x19\x34\xcf\x3a\xeb\x8a\x67\xb0\x1f\x40\x72\x55\xcf\xa0\x19\x9f\xd3\x55\xcf\x20\x5e\x7a\x8d\xba\xf2\x19\x34\x1d\x0e\x5d\xf9\xdc\xfd\x06\xa3\x67\x14\x76\xf5\x73\xf7\x93\x08\xce\x30\xbb\x02\x1a\x34\x8f\x66\xeb\xee\xc5\xeb\xf5\xe4\x9e\x06\xaa\xa8\x06\xcd\xa8\xc2\xae\x37\xb7\xfb\x01\x04\x67\x61\x5d\x55\xdd\x75\xe7\x3a\x91\xee\xf5\xe4\xfe\xe1\xa7\x98\x54\xd5\x60\x5f\x46\x21\x29\xab\xc1\xce\x97\xd7\x59\x4a\x38\x79\x5f\x27\x63\x6a\x6d\x10\x67\x6b\x6d\x57\x59\x83\x79\x4a\x4e\x65\xdd\xfd\x2e\x82\x33\xb6\xae\x8c\xee\x7e\x05\x41\xb7\x5c\x57\x47\x83\x6d\xa3\x9c\xd4\xd1\x60\xdb\x28\x27\x83\x6f\xbb\x87\x7a\x9c\x4a\x54\x49\x77\x5d\xbd\x1e\xfc\xda\x95\xd2\xa0\xe9\x32\xec\x4a\x69\xb0\x2f\xe3\xa7\x6a\x69\x10\x27\x78\xbd\xab\x9c\x41\x8c\x49\x4f\xda\x95\xce\xa0\xe9\xa7\xec\xba\x89\xc1\x7e\x25\x48\xb1\x3a\x19\x34\xdd\x4b\xdd\x93\x26\xc1\x4e\x30\x29\x71\x6f\x1f\x68\x2e\xb9\x77\x63\x77\x7b\x9e\xca\xf6\xa7\xe6\x4b\x3d\xed\x29\xb1\x5d\x3d\x0d\x22\x5e\x04\xb6\x74\xbd\xd3\x20\xc2\x3d\x06\x5d\x45\x0d\xe2\x9c\x79\xd4\x95\xd4\xa0\x9d\x97\x4e\x49\x0d\xf6\xed\x78\x84\x9a\x1a\x34\x3d\x2d\x5d\x4d\x0d\xfc\x20\x4d\x76\x35\x35\xd8\xbf\x24\xc1\xba\xa3\x41\xd3\xc3\xd4\xd5\xd9\xa0\xe9\x28\xea\xca\x6c\xd0\xf4\x30\x75\x65\x36\x68\xba\x12\xba\xce\x68\xd0\x8c\x5b\xec\x3a\xa3\xc1\x7e\x24\xf5\x6c\xa4\x2f\xd8\x79\xf7\x3a\x2b\x7a\xa3\x19\x3e\xdf\x75\x50\x83\x7d\x19\x4d\x49\x1d\x0f\xce\x21\x3f\x5d\x19\x0f\xf6\x13\x48\x9b\x32\x1e\xec\x9f\x52\x6c\xfa\xa8\x41\x3b\x0d\x58\x87\x34\x68\xa7\xb7\x57\xd9\x83\x7d\x37\x8a\x4d\x8f\x34\x68\x3a\x86\xba\x6a\x1f\x34\xfd\x5f\x7e\x9c\x5a\x44\xea\x79\xea\x2e\x00\x80\xe8\x9e\x75\xd8\x5d\x01\x00\xd1\x0d\xf8\xe8\xea\x7d\x10\x91\xbe\xd4\x0a\x7e\xb0\x6d\xe4\x4b\xc5\x0f\xd2\xd3\x14\xbb\x8a\x1f\xec\xcb\xa8\x40\x25\x3f\xd8\x36\x52\xac\xe6\x07\xdb\xe6\x6f\x2d\x92\x79\xf6\xda\x90\x14\xbd\xd5\x20\x3d\x28\xb3\xbb\x10\x00\xf6\x65\xd4\x97\x0b\x01\x20\x3d\xfd\xb1\xab\xfa\xbb\x5f\x86\x5b\xb6\x1b\x65\x7f\xf7\xd3\x05\x46\xae\x77\x75\x3f\xd8\x09\xf6\x76\x16\x0a\xdf\x2e\x08\xf7\x91\x74\x65\x3e\x48\x4f\xd9\xec\xca\x7c\x70\x8e\x71\xe9\xca\x7c\x90\x1e\x69\xd9\x95\xf4\x20\x7e\x6d\x9a\x6a\x7a\xb0\x1f\x40\x42\x54\xf0\x20\xeb\xef\xf8\xfa\x72\x76\xfd\xce\x20\xca\xaf\x4f\xb3\x75\xb8\x95\xf1\xa4\x53\xd5\x0f\xf6\x75\x26\xd4\xa2\xc0\x19\x5d\x4e\xc9\xaa\xfb\xc1\xb6\x51\x64\x0a\x7f\xb0\x6d\x14\xad\x1e\x6a\x10\x67\xa3\x54\x57\xee\x83\x5d\xb4\x3c\x43\xbd\xdf\xdd\xe4\x58\x6c\x97\x4a\x79\x10\xe9\xd9\xc3\x5d\x2d\x0f\xb2\xd9\x66\xd4\xf2\xfd\x3a\x1b\xaa\x78\x03\x55\xee\x20\x9b\x23\x92\x2a\x1d\xec\xcb\x7c\x82\x15\x8a\x63\xb9\xf0\x05\x93\xec\xea\x74\x10\xc5\x8d\xf0\x5d\xa1\x0e\xf6\x75\xe4\x42\xa5\x0e\x52\x21\xd4\xf5\x2d\x77\x7d\xcb\x1e\xb4\xd2\x55\xea\x5d\x4f\xb2\xf1\xcf\x5d\xa9\x0e\xa2\xe8\xbd\xee\x6a\x75\xb0\x6d\x3c\x42\xb1\x0e\xb2\x9f\xcb\xcc\x3f\xfb\x2b\x8b\xce\xd8\xae\x7b\x19\xec\x21\x12\x93\xd5\xbd\xb1\x47\x52\x4c\xd6\x2c\x92\x7e\xe6\xb9\xcc\xbc\x6e\x64\x3f\x37\x33\xab\x6e\xb9\x3c\xb3\x65\xe5\x3b\x88\x5c\xbe\x0b\xea\x77\x90\x6e\xf3\xea\xea\x77\x90\xee\xc3\xec\xca\x77\x70\x8e\x8a\xe9\xca\x77\xb0\x1f\x40\x21\x29\xd6\x41\xd4\x70\x3a\xe6\x21\x2d\x60\xdb\x28\x10\xe5\x3a\xf0\x2b\xf5\xd9\x95\xeb\x20\xdd\x54\xd8\x95\xeb\x20\xdd\x30\xd5\x95\xeb\x60\xdf\xcc\xb4\x99\xf9\x0f\xe7\x93\x1d\x93\x99\xc7\x2d\x5c\x0d\x07\xea\xea\x6e\x90\x6e\xdc\xea\x8a\x6c\xb0\x2f\x23\x5b\xaa\xec\x6e\x50\x75\xb2\x6a\xdd\xd5\xd4\x20\xa6\x87\xfe\x76\x45\x35\xe8\x2f\xe7\xfc\x8a\x65\x30\xcf\x0f\x4d\xee\x97\xf8\x5a\x32\xa0\x2e\x06\xeb\x3c\xd0\xf6\xf7\x25\x08\xd5\x64\x59\x4d\x5f\xb7\xa1\x51\x60\xfa\x97\x81\x87\xda\x74\x65\x72\xf7\xd3\x79\xbe\x19\xca\x64\x10\xe7\x18\xe8\xae\x2f\x19\x84\x27\x3f\x74\x75\x32\x38\xe7\x60\x74\x45\x31\xe8\xe5\x5c\x65\x66\xd0\xbb\x67\x16\xa1\x4b\x18\x44\x9c\x1f\x9a\x9d\xf3\xa1\x67\xe7\x2e\xfa\x84\x41\xf7\xa0\x9e\xae\x28\x06\x7b\x12\x45\x2e\x55\xc5\x20\x3c\xdf\xbe\x2b\x8a\xbb\xa2\xd8\xf3\xcb\xba\xd2\x16\xf4\x66\x7f\xa7\xb4\x05\xbd\xd9\x8d\x29\x6d\x41\xb8\x86\xda\xd5\xac\x20\x72\xf8\xae\xab\x50\x41\x38\x78\x0f\x15\x2a\xd8\xcf\x9c\xd8\x42\x1b\xee\x4b\xfa\xb0\xa1\xbf\x77\xbc\x70\x55\x76\x4d\x43\x13\x07\x84\x2f\x6f\x36\x35\xe1\xe3\x22\x68\x75\xa8\x3d\x41\xe1\x03\xd0\x39\x74\xdb\x0e\x4f\x5a\xa1\xea\x86\x6e\x5b\x50\xf8\x94\x74\x0e\x15\x2a\x98\x7c\xed\x26\x87\x0a\x15\x54\xd7\x89\x86\x3a\x73\x04\xeb\x44\x74\xcb\x43\x51\x09\x96\x61\xbe\x43\x51\x09\xf6\x68\xec\x65\x5d\xdb\x9e\x7a\xf8\xfa\x0e\x5d\xa9\xa0\xb9\xd5\x67\xe8\x49\x05\x7b\x86\x49\x32\x94\x92\xe3\xc4\x11\x33\x87\x1d\x6a\xc9\x71\x4e\x70\x3c\x4f\x30\xb9\x61\x70\x46\x7a\xbf\x5b\xdb\xed\xb9\x20\x15\xdb\xa3\x6d\xb7\x77\x62\x63\x86\x62\x12\x9c\x95\xa2\xa1\x6e\x1c\x85\xe3\x62\xe8\x09\x87\x0e\x57\xb0\xe8\x07\x87\x6a\x10\x2c\x16\x85\x86\x62\x10\x74\x97\x8e\x86\x5a\x10\x78\xe8\xc4\x50\x09\x82\xd5\x4c\x80\xc9\xf4\x3b\xd0\xcb\x3b\x99\xca\x8d\xd5\x7e\xc7\x0e\xe7\xa1\x23\x16\x2c\x13\xac\x6e\x1c\xc6\xf6\x9e\xdb\x2a\x1c\xc1\xa2\xa3\x1a\xca\x46\xd0\x5d\xc1\x1b\x0a\xb8\x61\x84\xae\x45\xa4\x58\x03\xe1\xe1\x63\x43\xad\x06\x62\xba\x91\x67\x28\xd6\x86\xf1\xb8\x56\x95\x5a\x6d\x18\x8f\xcb\xfc\x72\x28\xd5\xc0\x7e\x8d\x29\x26\xa5\x1a\x88\xae\xc3\x76\x28\xd5\xc6\xf9\xa6\xb3\x26\x9b\x51\xd3\x47\x83\xa2\x1d\x7a\x41\x41\xf8\x79\x8e\xa1\x52\x03\xdd\x83\x4f\x86\x42\x6d\x18\x92\x7b\xd2\x61\x3e\xf9\xd0\x73\x39\x3f\xb4\xb6\xd8\x37\x59\x4e\x06\xac\x2e\x94\x5b\x9c\x7b\x59\x1a\xcd\xd2\xa0\xc1\x28\xdc\x40\x04\xf1\x5b\x43\xdd\x06\x22\x08\x8c\x1b\xfa\x40\x41\xf8\xd5\x88\xa1\x92\x03\x27\x3e\x6f\xa8\xda\x40\xcc\xea\xcb\xa8\x6a\x03\x71\xdc\x2f\xc3\x73\x55\x40\x34\x3e\x56\x93\x43\xc7\x25\x88\xee\xa6\xc8\xa1\xce\x1a\xea\x2c\x5f\x51\x65\x16\x38\x07\xb4\x0d\x25\x15\x08\x7d\x27\x43\xfd\x04\xe2\x3c\xd3\x00\xdf\xe1\x16\xc8\x60\xcd\x62\x28\xa9\xc0\x39\x48\x6b\x28\xa9\x40\xe8\x29\x19\x4a\x2a\x10\xfa\xba\x86\x92\x6a\x18\xdf\x6b\x77\xa2\x7e\x02\xbd\xa5\x09\x33\x4b\xc6\xf2\x32\x3f\x1c\x4a\x25\xd0\x1b\x13\xde\xa1\x52\x02\xe7\x8c\xb8\xa1\x52\x02\xbd\x31\x29\x1d\x0a\xa5\x61\xe0\x6e\xf7\x5e\xb6\xb2\x41\x60\x33\x52\x72\xa8\x93\xc0\x39\xae\x6d\xa8\x93\x40\xe8\xb4\x1c\x0a\x20\x10\x67\x1c\x1b\x0a\x20\xd0\xf9\xe2\x4f\x0e\xf5\x0f\x08\xbd\x77\x43\x0f\x28\xe8\xad\x9b\x56\x9b\x14\x8a\x68\x7a\x30\xcf\x50\x11\x81\xdd\xa3\x51\x18\x2a\x22\x70\x8e\x75\x1b\xaa\x1f\x10\x4a\xc9\xa1\xf8\x01\xa1\x3b\x6b\xe8\xb6\x04\x31\xdd\x12\x3a\x54\x2b\x20\xd2\xf3\x16\x86\x6a\x05\x84\x9a\x76\x28\x56\x40\x77\x9b\xce\xd0\x4b\x09\x76\xd2\x28\x5b\xc5\x0a\xe8\xee\x27\x1a\x8a\x95\xe1\x99\xfc\xee\x7e\x1c\x2a\x93\x61\xe0\x2c\xcb\x59\x43\x6f\x23\xe8\xee\xa7\x1a\x6a\x15\xd0\xdd\xf6\x34\x14\x23\xc3\x53\x1a\xcd\x94\x5a\x04\x74\xb7\x54\x0d\xa5\x08\xe8\xee\x73\x1a\x2a\x11\xd0\xdd\xc0\x35\x3c\x53\x05\x74\x77\x5e\x0d\xb5\xc9\xf0\x2c\x47\xf7\x19\x0d\xb5\x09\xe8\x6e\x7f\x1a\x4a\x93\xb1\x08\xee\xb3\x53\x35\x76\x76\x78\xbc\xa3\xa3\xb5\xc2\x04\xc4\xf4\xe8\x9c\xa1\x27\x12\x84\x8b\xc0\x43\x4f\xe4\x30\x78\x96\x99\xde\x50\xbe\x80\xee\x4e\xb2\xa1\x7a\x01\xdd\xcd\x5c\x43\xb7\x23\x88\x39\x8e\xcd\x6c\x5e\x7e\x81\x18\x01\x3d\x94\x1b\xe3\x3a\x3b\xbc\xb7\x49\x79\x00\x62\x1a\xf8\x36\xd4\x07\xa0\x9f\xc9\x85\xf2\x00\x8c\x62\xd2\x0c\x35\x05\xa3\x98\x4f\xe5\x01\x18\xc5\xca\xd4\xe1\x07\x46\xb1\x6b\xd1\xdf\x07\x76\x3b\xf3\x91\x16\xf7\x9b\x4f\xe3\xd8\xce\x14\x11\x60\x14\x1b\xb2\xa1\xa6\x20\x9a\xb3\xc0\xa1\xae\x00\xa3\x58\x8e\x6a\x08\x30\x0a\x33\xb9\xa1\x86\x00\xe5\xf4\x53\x6a\x08\x50\xc2\xc4\xea\x02\x04\x91\x1e\xb4\x34\x94\x10\x60\x14\xbb\x33\x7d\x80\x60\x14\x16\xef\x86\xa2\x02\x44\xf6\xf2\x3b\x16\xc5\x87\x72\x62\x78\xbe\xa3\x95\xa1\x9a\x00\xa3\xd8\xf9\xe8\xea\x1b\x06\x94\x9e\x67\x99\xe3\x0f\xe7\xfd\xf8\x32\xe8\xea\x03\xa3\x78\x2f\xfd\x7a\x60\x14\xf4\xf1\x50\x5e\x80\xe2\x87\x66\x86\x4e\x3c\x30\x8a\x3d\xa0\xe2\x02\xec\xea\xa1\x10\x74\xb2\x81\x71\x5e\x36\xc5\x04\xd8\xef\xbc\x3f\x35\xb1\x7a\xd9\xce\xe0\xab\xa0\x00\xa5\x3b\x2f\x50\x50\x80\xe2\xf1\x8b\x43\x45\x01\xc6\x3c\x57\x99\x01\x02\x56\x4f\xd3\xd7\xf1\x06\x86\x2a\x67\xa8\x31\x40\xe9\x0e\x7a\x6a\x0c\x30\xa6\xf3\x59\x7d\x71\x20\xba\x2b\x4c\x43\xdd\x01\xce\xc9\x4f\x43\xd7\x1b\x18\xd3\x59\x81\x6e\x36\x30\xa6\x53\x68\x75\x07\x18\xa7\x7f\x52\x76\x00\x3f\x28\x98\x43\xd9\x01\x62\x16\xfb\x66\x65\x07\x38\xdb\x93\x87\xb2\x03\x9c\x7d\xd2\x43\x57\x1c\x38\xdf\x37\x1b\x46\xa7\x82\x71\xfa\x2c\x4f\x8a\x01\xe3\x74\x46\x3a\xec\xc0\x74\x0d\x63\xe8\xaf\x03\xe3\x74\xd6\x8a\x1a\x50\xfa\x49\x84\xad\x97\x48\xd7\xd3\x4b\xaa\x73\x40\xe9\x4e\x7d\xd4\x39\xa0\x74\x07\x38\x5d\x78\x60\x9c\xee\x4f\x0f\x1e\x38\xa7\x4e\x0e\xd5\x10\x18\xa7\x5f\xd6\x83\x37\xce\xc6\x4e\xee\x3f\x55\x43\x60\xd8\x0b\x4f\xc5\x10\x38\xc7\x96\x4c\xfd\x75\xa0\x74\x0a\x6c\xaa\x8f\xc0\xae\x5d\x7f\xd9\xb4\x51\x3c\x74\xdf\x53\x1f\x1e\x28\x3d\x34\x75\x4d\x04\x8e\x31\xd7\x9f\x2a\x2b\x30\x8c\x3c\x98\x2a\x2b\x30\x1c\xca\xa6\xca\x6a\x1a\x10\x4b\x17\x33\x55\x56\xa0\x74\x32\x3e\x55\x56\xc0\x6f\xfa\xe7\x54\x59\x81\xe1\x52\xc3\x54\x59\x81\xb3\x27\x71\x1a\x0f\x0b\xce\x91\xa8\x53\xdf\x1f\x18\x1e\xae\x37\xd5\x5f\x60\x77\x3a\x24\x4c\x01\x06\x86\x1b\x8d\xa7\x3b\x34\xc1\xf4\x50\xb2\xa9\x8a\x02\xb3\xd1\xf6\xa7\x22\x0a\xcc\x76\xee\x6f\xc2\x36\xaa\x91\x07\x53\x09\x05\xce\x5e\x91\xa9\x5e\x02\x55\xcf\xfd\xd4\xf7\x06\xaa\xce\xe4\xa9\x84\x9a\xba\xde\x54\xc9\x53\xd7\x1b\x98\x2e\x9c\x4d\x37\x63\x82\xaa\x64\x9a\x3a\xe3\xc0\x74\xc9\x6d\x1a\x13\x3b\xcb\x79\x9d\xc9\xb8\xfe\x39\x30\xdd\xd3\x3f\xd5\x68\x60\xba\xe0\x36\x15\x69\x60\x7a\x60\xfd\x54\xa5\x81\xfa\x3a\xf7\xb2\x2c\x8a\x65\xe1\x23\x2d\x8b\x42\x98\x9a\xed\x49\x9d\x06\xa6\xe7\x16\x4d\x75\x1a\xa8\x2e\x8c\x4c\x95\xd8\xe4\x18\x1c\x15\xd5\x54\x8a\x81\x51\x98\x16\x4e\x95\x18\x98\x9e\x19\x39\x95\x62\xa0\xaa\xd7\xa6\x1e\x3c\x50\xba\x4f\xd4\x81\x07\xa6\x07\x9e\x4d\x1d\x78\x60\x36\x5b\xb0\xfe\x3b\x30\x3d\xf0\x66\xea\xbe\x03\xb3\xd9\x76\x74\xdf\x81\x48\x0f\x89\x9b\xaa\x3f\x30\xdb\x31\x59\x14\x95\x80\x14\x2b\x44\xf5\x07\xa6\x47\x81\x4e\xc5\x1f\x88\x74\x2d\x72\x1a\xda\x0a\x62\x7a\xea\xcd\x54\xaf\x81\x48\xc5\xf5\xd4\xdd\x06\xa6\xa7\x32\x4f\x35\x1c\x58\xee\x73\x9d\x6a\x38\x50\xf5\x53\x4e\x35\x1c\xa8\xae\x95\x4d\x35\x1c\xa8\xf9\x7b\xce\xef\x9c\x4a\x3c\xb0\xdc\xb8\x3a\x95\x78\x60\xb9\xbd\x78\x2a\xf1\xc0\xd2\x8f\x31\xd5\x73\xa0\x1a\xd6\x35\xd5\x73\xa0\xfa\xa9\xaf\xa9\x63\x0e\x2c\x37\x04\x4f\x25\x1e\xa8\x7e\xc0\x6e\x1a\xe5\x0a\x96\x9f\x81\x9c\x8a\x3e\x50\xfd\x5a\xdd\xd4\x55\x07\xaa\x8b\xdb\x53\x4f\x1d\x58\x6e\x82\x9d\x7a\xea\x40\xf5\x33\x71\x53\xb1\x08\x96\xfb\x8d\xa7\xe1\xb1\x20\xe6\x38\xf7\xb7\x28\xd2\xa2\xa0\xc1\xe9\xce\x03\xd5\xb0\xc8\xa9\xca\x9c\xe7\xe8\x1d\x7b\x43\x25\x25\xa8\x7e\xd0\x6c\xea\xb9\x03\xcb\x0d\xcd\x53\x95\x09\x96\x1b\x82\xa7\x8e\x3b\xb0\xdc\x96\x3c\x55\x94\x60\xb9\x7f\x76\xaa\x28\x41\xe4\x38\x97\x99\xa7\x4e\xe5\x33\xe3\x99\xba\xe4\xe6\xf9\xde\x9b\x8d\x50\x4d\x09\xaa\x9f\xf3\x9b\x6a\x4a\xb0\xdc\xd0\x3c\x15\x90\x60\xb9\x04\x39\x15\x90\xd3\x0f\x8e\xeb\xdd\x9e\x2a\x48\x10\x67\x5b\xcd\xd4\xd5\x06\x96\xd1\xf3\x53\x55\x09\x9a\xeb\xe1\x53\x55\x09\x96\x43\xe7\xd4\xad\x06\xda\xcb\x7c\xaa\x2a\xc1\x32\x8a\x7c\x2a\x2a\xc1\x72\x48\x9f\x8a\x4a\xb0\xdc\x65\x31\x15\x95\xa0\x19\x67\x37\x15\x95\xe0\x1c\xe1\x3c\xd5\x94\x60\x19\x1e\x3e\x95\x94\xa0\xe9\x4c\x9f\x3a\xd9\xa6\x47\x7a\xe2\x27\x9b\xaa\x4c\xb0\xce\x30\xa3\xca\x04\xed\xc5\xb4\x68\xea\x4d\x03\xcd\xd8\xa3\xa9\x37\x0d\x2c\x03\xc6\xa7\xce\x34\xb0\x8c\x34\x9f\xca\x53\xb0\x9c\xfb\x4d\xfd\x6b\x60\x19\x03\x3f\x15\xac\xe0\x7c\x63\x60\xaa\x57\xc1\x32\x84\x7f\xea\x48\x03\x4b\x35\x33\xd5\xa6\x60\x39\x77\x9a\x6a\x53\xb0\xdc\x93\x30\x0d\x97\x05\xcb\xa5\xd2\xa9\x5a\x05\xcd\x85\xf7\xa9\x5a\x05\xcb\xa9\xf1\x54\x87\x82\x65\x3c\xf7\x54\x87\x82\x18\xae\xf3\x4d\x85\x28\xd8\x0a\xcd\x9f\x5a\x93\x8b\x83\xcf\x2d\x6a\x55\x27\x88\x57\x3b\x4f\x30\x4f\x8b\x58\x81\xf3\x04\xf3\xb4\x08\x96\x30\x03\x2a\x51\xb0\x7f\x49\x8d\x2b\x45\xc1\xb6\x51\x01\xea\x4e\xb0\x6d\x24\x4e\x95\x09\xb6\x8d\x47\xe8\x24\x03\xcd\x60\x89\xa9\xf2\x9c\x7e\x73\xe0\xbc\x9b\xfa\xcd\x40\xd3\x31\x35\x8d\x78\x05\xcd\xa8\x8d\xa9\x3e\x9d\x9e\x06\xe4\x9e\x83\xa9\x2b\x6d\x7a\x62\xe8\x99\x24\xe8\x4a\x9b\x1e\x19\xea\xb2\xd3\x54\xc7\x82\x66\xe4\xc1\xd4\x6d\x06\xf6\x65\x54\x8d\x41\xaf\xd3\xa0\x57\xb7\x58\x4d\x5d\x69\x60\x5f\x47\x26\x74\x9b\x81\x66\xc0\xc7\x54\x02\x83\x98\xcd\x56\xa3\x06\x06\xb1\xbb\x1e\x6c\xe6\xe2\xed\xd6\xfe\xea\xed\xcc\x05\xfa\xb6\x79\x36\xef\x54\xdf\x82\x7d\x9d\x49\xb1\x62\xdf\x27\x38\xc0\xeb\xcc\xd9\x46\x53\xee\x4d\x05\x2e\xd8\x3f\xa5\xf0\x54\xb8\xa0\xb9\x78\x30\x55\xb8\x60\x5f\x46\x65\xeb\x12\x03\xcd\xc5\x95\xa9\x9c\x05\xfb\x32\xca\x49\x3d\x0b\xfc\xc0\x7e\x4e\xf5\x2c\xd8\x69\xa3\x4c\xf4\x92\x81\xfd\x53\x8a\x5d\x11\x3b\xdd\x2b\x39\x59\x68\x9b\x4a\x56\x90\x9e\x60\x3c\x95\xac\x20\xc2\xed\x12\x53\x9f\x18\x48\x8f\xc8\x9f\x6a\x56\xb0\x2f\xfb\x1d\xdf\x8c\x9c\xba\xd1\x40\xbe\x58\x34\x9c\xca\x5c\xb0\xef\xa2\xcd\x92\xf8\xea\xd7\x27\xd7\x3a\xd6\xc0\xbe\x4c\x9b\xd9\xde\x48\x63\xc6\xa6\x81\xa9\x20\xab\x13\x2c\x7d\x6d\x20\xca\x99\x3e\xeb\x6d\x03\xdb\x46\x21\xaa\x9a\x41\x74\xb7\xc2\x4c\x65\x33\xd8\xd7\x69\xb3\xc0\xb6\x44\xce\xd3\xd6\x94\xc8\xd3\x33\x8c\xdc\xd2\x32\x15\xc4\x20\x9b\x7d\xae\x82\x18\x44\x71\xbf\xe9\x54\x11\x83\xec\x0e\x79\x4a\x5d\x10\xb5\xda\xd2\x8c\x3c\x05\xdb\xe6\xed\xcc\xeb\x46\x7a\xe2\xe4\xd4\xef\x06\xba\xad\x45\x45\x0c\x86\xef\x99\x52\x17\x84\x9f\xa5\x98\x2a\x5d\x10\xe7\x73\xb2\x53\x5d\x0b\x22\x87\xb7\x57\xd8\x82\xc8\x46\x9c\xd6\x54\xd9\x82\x7e\x14\x98\x6a\x74\x6e\xe9\x59\x8d\xe0\x9e\x4a\x4f\xb0\x4b\x48\x9b\x49\x23\x7a\x54\xb7\xde\x54\x7b\x82\xe6\x56\xf9\xa9\xf6\x04\xeb\xe8\x4c\x7d\x73\xf3\x39\xbd\xc7\x2e\xa0\xa5\xd0\x04\x49\x98\xc6\x52\x67\x82\x6e\xe4\xd1\x52\x66\x82\x38\x1f\xc4\x5d\xea\xcc\xe5\x57\x10\x5c\xcc\x58\x0a\x4d\xd0\x3d\x55\x7d\x29\x34\x41\x9c\xcf\x03\x2f\x35\x24\xf8\xf5\x99\x1f\x2d\x9c\x70\xd1\x35\x7d\x35\xb1\x0c\xc9\x6c\x65\xa9\x17\x97\xfb\x27\x71\x73\x2f\xc3\x47\x97\xfb\x27\x35\x19\x2b\x0a\x62\xf8\x15\xb6\xa5\x86\x04\xbb\x3d\x36\x6c\x66\x6a\x23\x3d\xf5\x6f\xe9\xc4\x03\xbd\x7a\x33\x73\xb4\xe1\x22\xc5\x32\x2e\x14\x74\x3f\x4b\xb6\x94\x9e\x2b\xf6\xf4\xc5\xfc\x28\x33\x41\x9c\x82\xd6\x05\xb7\xfc\x38\x82\x9b\xff\x96\xa2\x12\x14\xbf\xdf\xb5\x54\x90\xa0\x9d\xc4\xab\x16\x41\xf3\xfb\x1f\x4b\xb5\x08\xda\xeb\xdc\xcb\x74\x6d\x74\x5a\xe2\x52\x05\x02\xbe\xd7\x9f\x4b\x11\x08\x5c\x3f\x5d\x6e\x95\x04\xe3\xe5\xaf\x4c\x7a\xe1\x24\xc7\x62\x02\xac\x0a\x36\x4a\x9a\x19\x45\x21\x70\xed\x69\xa9\x09\x41\xf7\x5b\x72\xcb\x3d\x91\xc0\x35\xa5\xa5\x24\x04\x71\xbe\x4e\xbd\x14\x80\x20\xce\x57\x9a\x97\xda\x6e\x6d\x21\xb7\xd2\xab\x4c\x15\x67\x99\xba\xfb\x60\xe9\x9e\x5b\xc7\x3d\xc7\xfd\x55\x63\xcb\xcf\xa1\x31\x4c\x2d\xc5\x18\x08\xa5\xfc\xd2\xc5\x06\x7a\x63\x80\x5b\xca\xb3\x45\xe4\xa3\x62\x72\x29\xc5\x40\xa8\xa1\x97\x52\x0c\x8c\x42\xe8\xc5\x52\x32\xad\x73\x9a\x28\x45\xaa\x64\x02\x61\x10\xf2\xd2\x2b\x06\xc2\xb0\xf0\xa5\x8a\x02\x61\x8c\xf6\x52\x32\x81\xee\xba\xdf\x52\x32\x81\x50\xee\x2f\x25\x13\x08\x43\x8a\x97\x92\x69\x25\x3b\xd0\xcf\x13\x4d\x2a\xdf\xcc\x8e\xf3\x44\x8b\x30\x5d\x93\xc1\x64\x80\x22\xa8\x8a\xb4\xa5\xdf\x0c\x4c\xcf\x49\x59\x8a\x1c\x50\xfa\xf9\xa1\x89\xe8\xa9\x1f\x94\x84\xe9\x25\x03\xd5\xaf\x85\x2f\xf5\x0b\x68\x1e\x47\xb7\xf4\x88\x81\xf6\x3a\x3f\xb4\x0d\x76\xa7\xfa\x9a\x6c\x71\x9d\x73\xed\x11\x04\xcb\x80\x42\xd0\x4e\xbe\xf5\x88\x81\x28\x8e\x77\x4b\x45\xb3\x3c\xde\xe6\xe4\x5c\x49\x03\xa2\x56\x86\xf4\xa5\xa4\x01\xdd\x0e\x4d\x41\x03\x76\x77\xf6\x9b\x83\xf2\x52\xee\x80\x3d\xda\x7b\x13\xfb\x8b\x41\x7f\xa1\xc5\x62\xd9\xe8\xa7\x8c\x8d\x35\x04\x8b\x25\xe5\xa5\x26\x02\x2b\xbd\xc6\x42\x19\x1e\x80\x4f\xa1\xa8\x7f\x40\x77\xa1\x6a\xa9\x7f\xc0\x3a\xf9\xb7\x98\x38\xfa\xc6\xd0\x84\xa5\xfc\x01\x67\xf2\xba\x94\x3f\xa0\xbb\x74\xb5\x94\x3f\xc0\x5d\x0a\x4b\xf5\x03\x56\xfa\x33\x0b\x6d\x63\xe1\xff\x5a\x46\x17\x82\x45\x9c\xc8\x52\x0d\x81\xee\x42\xd9\x52\xd4\x80\x48\xa3\xd8\x96\xaa\x06\x84\x27\x1a\x2e\xfd\x6b\xcb\xf8\x40\x7b\x56\x55\x0d\xe8\xea\xce\xa5\xaa\x59\x1e\x7a\x6a\x17\xa2\xaa\x01\xdd\xbd\xf0\xcb\xf0\x40\x10\x7e\xcc\x63\xa9\x6a\x96\xd1\x81\xcc\x18\x96\xaa\x06\x44\x1a\x89\xb4\x3c\x89\x06\x84\x07\x46\x2f\x9d\x70\xa0\xbb\x39\x7d\x29\x7e\x40\xf7\x9c\xee\xa5\xf8\x01\xe1\xb7\x3c\x96\xda\x07\x44\x96\x69\x62\xcd\x25\x42\xc7\x83\x82\x96\x3a\x07\x44\x9c\x2c\x99\x4b\x02\xff\x52\x79\xbd\x14\x3a\xa0\x7b\x38\xea\x52\xe7\x80\xee\x39\x16\x4b\x8f\x1b\xe8\xee\xdf\x5f\x2a\x1f\x10\x7e\x8b\x64\xe9\x71\x03\xe1\xa9\xaa\x4b\x2d\x04\xc2\x73\x2c\x96\x52\x08\x74\xcf\xe9\x5f\x4a\x21\xd0\xcb\xb9\x97\x65\xc1\x61\x35\x7e\xd7\x64\x29\x67\x40\xe4\x38\xf7\x37\x97\x97\x6e\x2d\x2f\x33\x97\xc8\x19\x17\xec\x96\x6a\x06\x44\xfa\xf1\xba\xa5\x9a\x01\x5d\x4f\xda\x32\x2e\x10\x9c\x0f\x01\x2d\xf5\x0d\x08\xd7\x2e\x97\x6e\x3f\xd0\xf5\xf1\x2c\x25\x0f\xe8\x8d\xb5\xb3\xa5\xe2\x01\xe7\x23\x2f\xcb\xa0\x40\x10\x5d\xb7\xd5\xd2\x13\x08\xa2\x4d\x5b\xb1\xae\x40\x10\x2e\xe1\x2d\xb5\x12\xe8\xcd\x6e\x50\xa9\xb4\x94\x4a\x8e\x84\x2a\xa5\xe5\x17\x1c\xec\x3a\x14\x4a\xa0\x3b\x47\x5c\xea\xa4\x75\x3c\x81\xa4\xdf\x60\x42\x70\xbe\x16\xb0\x94\x49\xe0\x7c\x47\x62\xe9\xf5\x03\xe7\x33\x12\x4b\xaf\xdf\xd2\xeb\xa7\x17\x60\xa9\x9c\x40\xb8\xec\xb9\x54\x4e\x20\x9c\xf4\x2f\x85\x13\xe8\x6d\x7a\x7f\xcb\x82\x13\x5c\x1b\xcb\x14\x4b\xdd\xb4\xfc\xde\xdb\xaf\xf7\xb7\x2c\x3e\x84\x3f\x14\x7f\x69\x59\x28\xa5\x9c\x88\xe9\x0f\x04\xe7\xa3\x45\xcb\xe8\xc2\xe5\xa1\x33\xc5\x5c\x5a\x16\x1f\xce\xf4\xb2\x46\xd4\x5b\xa0\x37\x64\xe4\xd2\x45\xb8\x3c\xec\xd5\xd9\x8b\x0a\x0c\x84\x4b\xfe\x4b\x05\x06\xc2\x95\xef\xa5\xc2\x02\xe1\x32\xf7\x52\x61\x81\xd0\xd1\xb4\x54\x53\xe0\x7c\x05\x63\x29\xa6\x96\xdb\xfc\x6c\x9c\x8a\xa9\xf5\x3d\x45\xe1\xcd\x2c\x0a\xd4\x94\x2b\x42\x4b\x31\x05\xba\x1e\x91\xa5\x96\x02\x31\xce\xfd\x2d\x8a\xaf\xf3\x60\xd3\x6a\x51\x70\x3a\xce\x99\x7e\xa9\xa4\x40\xf7\x60\xae\xa5\xb3\x11\xf4\x33\x77\x55\x48\xad\xfb\x9c\xc6\x81\xc9\x4c\xde\xc8\x10\xeb\x43\xcf\x22\x08\x17\x89\x96\x9e\x45\x10\xae\x8d\x2d\x95\x15\x08\x57\xaa\x96\xc2\x0a\x74\xbd\x51\xcb\x18\x47\x10\x2e\x12\x2d\xb5\x16\x88\x54\x5b\x2d\xd5\x16\x28\x71\x1e\x69\xbe\x6f\xf2\x5d\x7f\xc7\xb1\x62\x4b\xf7\x24\xe8\x67\xc2\xa9\x66\x03\x91\xdd\x26\xa2\x68\x03\xbb\x53\xd6\x66\x59\x3d\x96\x15\x29\x57\xc7\x81\xae\x97\x74\x29\xe3\x40\x3f\x33\x28\x55\xdc\x52\xc5\xd9\x43\xea\x9f\x04\x7d\xfa\x52\xe9\x9f\x5c\x7e\xda\xce\xe6\xac\x7f\x12\x74\x9d\xa4\x4b\xff\x24\x88\x5c\x8e\x50\x4a\x42\x10\xdd\xa3\x91\x97\x1e\x4a\xd0\xf5\x91\x2d\x65\xe2\x3a\x9b\x0c\xa9\x7e\x55\x22\xe8\x3a\x15\x97\x2a\x11\x74\x7d\xc1\x4b\x95\x08\xfa\x3c\xb7\xb7\xcc\x8c\xe0\xa4\x78\x2e\x7d\x96\xa0\x2b\xf5\x2e\x7d\x96\x20\x5c\x53\xbd\x94\x92\x97\x87\xf8\x78\x3a\xc2\xa5\x98\x04\xe1\x9a\xed\xa5\x53\xf1\xd2\xa9\xb8\xbc\xff\xa5\x89\x89\xf5\xb9\xea\xad\xc9\xf0\x89\xe5\x33\x3f\xda\x68\x25\xe4\xf2\x52\x25\x82\x48\xcf\x80\xba\xd4\x84\x60\xf8\xf9\xdd\x4b\x4d\x08\x4a\xf0\x5e\x5d\x4a\x42\xb0\xbb\x73\x1e\xe0\xfe\x41\x50\x3c\x8c\xf9\x52\x12\x82\x61\x63\xb9\xd4\x84\x60\x14\x3a\xd7\x4b\x51\x78\x79\x68\x0e\x2f\xc3\x65\xa4\x27\x28\x41\xbf\x70\xa9\x13\xc1\x28\x74\xfa\x97\x2e\x4a\x50\xe2\xfc\xd0\x5c\x86\xef\x82\x4f\xbc\x35\x21\x7c\x79\x3d\x2e\xe5\x24\x28\xee\xe7\xbb\x54\x93\xa0\x04\xef\xda\xa5\x8b\x12\x44\x9b\xf4\xad\x97\xfe\x48\x50\x82\x9e\xe8\x52\x61\x82\xad\x4d\x79\x80\x12\x13\x94\xb0\x82\x95\x98\x20\x72\x32\xf8\x5f\x8a\x4c\x50\x82\x9e\xe1\x52\x65\x82\x5d\x27\xa6\xcd\x7c\x72\x24\x4f\x76\x6b\x40\xa5\x09\x76\x0d\x78\x9d\xf5\x59\xcc\x29\x97\xe9\x34\x04\xc3\xfd\xc4\x97\x1e\x42\x70\xce\xbf\xba\xf4\x10\x82\xe2\x37\x5f\x2e\x55\xe4\xa5\x87\xd0\xe6\xa8\x87\x10\x9c\x13\xc9\x2e\x3d\x84\x60\x18\xd4\x75\x29\x36\x41\xe9\xe7\xf6\xa6\x8b\xcd\x7c\xe9\xd9\x46\x97\x02\x14\x8c\xc9\xe4\xf7\x52\x80\x82\xe2\x42\xd2\x65\x2c\xe8\xe5\x71\x38\xf4\xcc\x97\xb1\xa0\x60\xcc\xae\xc9\x4c\x36\x42\x1f\x4c\xab\xca\x15\x0c\xcf\x5d\xbb\x54\xae\x20\x9a\x41\xcc\x97\xd1\xa1\xa0\x74\x66\x5f\x97\x6a\x16\x9c\x7d\x72\x97\xbe\x46\x30\x8c\x13\xbe\x14\xb8\xa0\xd8\xb3\x5c\x0a\x5c\x50\xba\x99\xd4\xb1\x08\x86\xe1\x78\x97\x9e\x43\x30\x0c\x89\xb9\x14\xb8\xe0\x9c\xf2\x74\x29\x70\xc1\x98\x2c\x0f\x5f\xba\x09\xc1\x98\xcc\xf9\x2f\x35\x2f\x18\x9e\xcd\x7e\xa9\x79\x2f\xf7\xef\x79\x1c\xf5\xa5\xe8\x05\xe7\xbc\xc5\xcb\xd3\x70\xc0\x98\xbe\xf8\xea\x60\x30\x26\x02\xe2\xd2\x75\x08\xce\x81\x95\x97\xae\x43\x10\xe9\xf1\x66\x97\x72\x19\x94\x7e\xd2\x6f\x8b\x4d\xa2\x1a\x9a\xe9\xb7\x2c\x54\xd0\xdd\x54\x58\x16\xe9\x17\x6e\xbc\x97\xcd\x82\x8f\x76\x78\x10\xe1\xa5\xeb\x10\x9c\x63\xab\x2e\xa5\xf7\xe5\x47\x3b\x6c\xaf\x4a\x6f\xb0\x65\x12\xe5\xa3\xf6\xbe\xd4\xde\x55\x93\x45\xd6\x8d\x1a\xb6\x91\xe9\x61\x04\xe7\xf8\x81\x4b\x89\x0e\xc6\xb4\x2e\x0d\x6d\x05\xc5\x83\xdf\x2f\x45\x3b\x38\x47\x30\x5e\xfa\x21\x41\x1c\xa5\x7d\x29\xe4\xc1\x70\xfd\xfb\x52\xc8\x83\xd2\x7f\xcf\xf8\x7c\xa9\xf3\x41\xb4\xc5\x8c\xe4\xd2\x75\x09\xc6\xe9\x51\xd4\xfe\xe0\x1c\x36\x76\xa9\xfd\xc1\x1e\xc6\x29\x40\xc5\x3f\x18\xd3\x5a\x54\xfb\x5f\xe3\x14\x20\xd5\xa8\xfc\x06\x55\xf1\x7b\x29\xbf\xc1\xf4\x74\xd8\x4b\xfd\x7d\xf9\xed\x70\x77\x8e\x5d\x3a\x25\xc1\xf4\x60\xd6\x4b\x51\x0e\xa6\xdb\x22\x2e\x45\x39\x98\xee\x6f\xb9\x14\xe5\x97\x67\xfd\xf8\x7e\xa8\xca\xc1\xee\xea\xbc\x99\x8d\x82\xaf\x0a\xea\x5a\xbf\xd4\xe0\x60\x77\xd7\xa4\x56\x15\x0e\x76\xa6\xf8\xa9\x3a\x1c\x4c\x4f\x1c\xbe\x14\xe2\x60\x7a\x12\xf2\xa5\x13\x12\x44\x2a\xdf\x2e\x5d\x8e\x20\xba\x3b\xdd\x2f\xa5\x38\x98\x1e\xaa\x7a\xe9\x60\x04\xd3\xb3\x90\x2f\x03\x62\x2f\x8f\xed\xb1\x9f\x54\x9d\x83\x31\xd9\x38\x72\xa9\xce\xc1\x34\xba\xf9\x52\x9d\x83\xa5\x2e\xbe\xf4\x39\x82\xe8\xcb\x0c\xa8\xd8\x41\x35\x1e\xe1\x52\xb1\x83\x69\x78\xf3\xa5\x62\x07\xd3\x73\x6a\x2f\xa3\x66\x2f\xcf\xe8\xb1\xed\xab\xe1\x41\xf4\xd3\x91\x29\xe2\xc1\xf4\xc4\xe7\x4b\xc5\x0e\xa2\x9d\x8e\x52\xc9\x0e\xaa\xbe\xfa\xcb\xb8\x59\x50\x0d\xca\xb8\x74\x60\x82\x69\xc4\xf6\xa5\xae\x07\xb3\x9d\x7b\x59\x3e\x8b\xd0\x19\x5b\xb2\xba\x1e\x4c\x4f\x13\xbe\x94\xf5\x97\x5f\x33\xf1\xb4\xd1\x4b\x5d\x0f\x76\x7b\x24\x03\x0a\x7b\x30\x3d\x18\xfa\x52\xb2\x83\xe9\x1e\xac\x4b\xc9\x7e\x79\x5c\x8f\x5d\x8d\x92\x1d\x54\xfd\xfe\x97\x9e\x4a\x30\xdd\xf2\x73\xe9\x95\xbc\xfc\x46\x49\x3f\x49\x33\x9b\x97\x8d\xdb\x5f\x9a\xa7\x8b\x3c\xd9\xc7\xaa\xe2\xc1\xf4\xd0\xe4\x4b\x15\x7f\xf9\x15\x75\x7b\x37\x45\x3c\x58\x6e\x29\xb8\x14\xf1\xa0\x9e\x4c\x2a\xe2\x41\x75\xab\xd0\xa5\x88\x07\xcb\xa5\x9c\x4b\x11\x0f\x96\x01\x98\x97\x22\x1e\x2c\x17\x21\x2e\x45\x3c\x58\x3a\x6c\x2e\x35\x3c\x58\xee\xd5\xb8\x94\xf0\x60\xb9\x38\x72\x29\xe1\xc1\x72\xc7\xc2\xa5\x84\x07\xcb\xad\x0e\x97\x12\x1e\x54\x3f\xda\x70\x29\xe1\x41\x75\xed\xe2\x52\xc2\x83\xea\x7e\xab\x4b\x57\x27\x58\xee\x2b\xb9\x54\xf5\x60\xb9\x96\x7d\xa9\xea\x41\x75\xef\xfc\xa5\xf3\x13\x54\xb7\x78\x5d\x0a\xfd\xcb\xcf\xb8\x2b\xce\x2f\x95\x3e\x58\x86\x0f\x5f\xaa\x7a\xb0\xdc\xdd\x72\xa9\xea\xc1\x72\xdb\xda\xa5\xaa\xbf\x3c\xe2\xc7\x8a\x54\xd5\x5f\x1e\xf1\x33\xbc\xca\xd2\xe1\x88\x1f\x17\xb0\x2e\x45\x3d\x58\xee\x33\xb9\x14\xf5\xa0\xe6\xf0\x89\x96\x8e\x47\xfc\xf8\x52\x2a\xea\x41\x1c\xa7\xe0\xa5\xaa\x07\x31\xaa\x65\xad\x3a\xbf\xfc\x14\xbb\xbb\x34\x2f\x9d\x9d\x60\x19\x76\x78\x29\xcf\x41\x73\x53\xd3\x65\x9c\x2f\x68\x6e\x12\xbf\x54\xec\xa0\xe9\xe0\xba\x54\xec\xe0\xff\x66\xec\xbc\x8e\xae\x57\x61\x00\xd8\xd2\x11\x41\x40\x39\x8e\xfd\x97\x70\x87\x5d\xff\xcf\xf7\x7b\xda\x19\xe6\x04\x83\xe3\x5a\x42\xac\xf9\x7d\xd1\x6e\x6e\x2c\xf3\x8f\x0f\x85\x1d\x2c\x05\xf3\x50\xd8\xc1\x32\xe9\xf3\x50\xd8\xc1\x9a\xdf\x3f\xda\x4d\x26\x20\xaa\x97\x87\x09\xc3\x60\xa9\x67\x87\x0e\x0f\x96\x5a\x7f\xe8\xf0\xa0\x39\x3b\xfe\x30\x3e\x0a\x96\x5a\x7f\xa8\xf5\xa0\xfd\xbe\xdf\xf2\x18\x60\x52\x62\x2f\xf5\x0f\x31\xe6\x43\xed\x07\xcb\xf4\xd8\x43\xed\x07\xcd\xfa\x05\x87\xda\x0f\x96\x0e\x79\xa8\xfd\xa0\x39\xd3\xff\x50\xfb\xc1\x32\x93\xf7\x50\xfb\xc1\x32\x9e\x77\x68\xfd\x60\x7d\x5a\xa9\xf5\x83\x65\x54\xf4\x50\xeb\xc1\x32\x2f\xf5\x50\xe1\x0f\xcb\xfd\xf8\x92\xf9\xd0\xd7\x41\x34\xa3\xda\x87\xc2\x0e\x96\x11\x95\x43\x61\x07\xf1\x33\xd4\x73\x68\xec\xa0\x59\xcd\xe4\xd0\xd8\xc1\xfe\x18\xc3\xac\xb2\x83\xdd\xe6\xcf\x39\x1c\x38\xfb\xcf\x77\x7b\x87\xce\x0e\x76\x1b\x03\xa2\xb3\x1f\xdf\xec\x49\x9f\x1d\x95\x76\xd0\xac\x05\x72\x68\xe8\x60\x7f\xd5\x8f\xd9\x7f\x92\x88\xbb\xd9\x32\x87\x8e\x7e\x7c\x91\x5c\x8e\xce\x53\x23\x07\xbb\x6d\xd1\x56\x6c\x2b\xb6\x0d\xda\xaa\x6d\xe6\xc1\x70\x9c\x9d\x06\x73\x41\xfc\x7c\xed\x77\x1a\xb9\x05\xbb\xcd\xff\x98\xb6\x4d\x36\xd9\xbf\x58\x36\x99\xf4\xd2\x68\x3a\x6d\xb2\x63\x49\xd3\x65\x13\x19\x3f\x44\xf5\x4f\xd5\x1d\xc4\xcc\xe9\xb6\xbd\xb6\xd9\x2f\x0e\xe5\xd3\x94\x60\x10\x61\xea\xe4\xa9\xcf\x83\xe8\x95\x07\x94\x53\x79\x07\xfb\x73\xf4\xc1\x18\x2f\xd8\x6d\x7e\x2e\x6d\x33\x37\x84\x07\x86\x53\x7f\x07\x11\x3f\x2e\xc0\xa7\xb6\x0e\x76\x1b\xdb\xe7\x5c\x4d\xb0\xbf\xcb\xd8\xa9\xf0\xe7\x37\x57\x93\x1b\xd4\x69\x4e\x31\x68\x46\xf7\x4e\x1d\x1e\xec\xaf\xfa\x73\x76\x97\x98\xf0\xb4\x12\xf8\xa9\xc5\x9f\xe5\xeb\x2e\xdf\x55\xe3\xc1\xfe\x0b\xc6\x5d\x8d\x07\x11\xa6\x5d\x9c\x7a\x3c\xe8\x2e\xed\x7d\xaa\xf1\x60\x7f\x8c\x11\x30\xb1\x18\xec\x36\x7a\xa1\xdb\x83\xdd\xc6\x7e\x34\xb3\x18\xec\x4d\xb1\xcd\x11\xd8\xe8\xbf\xf4\xe7\x1c\x00\xdd\xde\xf8\xc8\xa9\xdb\x9f\x2e\xeb\x62\xfd\xd2\x53\xb7\x07\x11\xe6\x42\x9d\x06\x92\x4f\x17\x76\xb1\xe2\xee\x69\x28\x19\xec\x36\x7e\xcf\xfc\x62\xd0\x4d\x36\x3a\x0d\x26\x83\xfd\x31\x7a\x6b\x30\x19\x34\x63\xaf\xa7\xca\x0f\xba\xb5\x55\x4f\xfd\x1e\x44\x31\x9d\xe6\x54\xf0\x4f\x66\x76\x16\x5f\x00\x9f\xda\x3c\xe8\xe9\x1e\xd3\xe6\x41\x34\x97\x15\x3a\x75\x77\xd0\x93\x27\xcb\x53\x77\x3f\x8d\x3a\xaf\xf0\x63\xee\x89\xf6\xd5\x23\xf0\x73\xee\x09\xa6\x76\x0e\x0b\x77\x9e\xda\x3b\x88\x6a\xfa\xdd\xa9\xbe\x83\xdd\xe6\xe7\xdc\x13\x4c\xee\x6c\x16\xb0\x3b\xcd\x0c\x3e\xa9\xc2\x53\x7d\xd1\x75\xaa\xeb\x20\x6a\xad\x7e\xce\x61\x27\x6c\x5d\x7d\xb2\x3b\x8d\x5b\x83\x68\x93\xcb\xe0\xa9\xd7\x9f\x5b\xe2\x7d\xb7\x70\x2a\xec\xc0\xe5\x77\x4f\x7d\x1d\x0c\xaf\x44\xda\x3a\xf0\x06\x78\x2a\xeb\x20\x7d\xaa\x3e\x95\xf5\xb3\x13\x04\xf5\x43\x76\x88\xa9\x9d\x56\x34\x3e\x35\x6e\x10\x56\x79\x3d\x35\x6e\x10\x96\xc7\x3e\xd5\x6b\x10\xc6\xac\x4f\xbd\xf9\x74\xae\xa7\xd7\x16\xbd\x19\x84\xea\x70\xaa\xcd\xa7\xd3\x3f\x79\xe0\x39\xd5\xe6\xd3\x25\x5f\x78\x3b\x76\xaa\xcd\x20\x86\x13\xfa\x4e\x25\xf9\xfc\xb7\xb0\x3e\x9b\xa1\x24\x83\x30\x2b\xf3\x54\x79\x41\x89\xe5\x7f\xda\x25\x8c\xb7\x7c\x7f\x60\x97\xd2\x32\x59\xe9\xd6\xba\x87\x58\x29\x73\xe6\x1f\xf4\xfa\x54\x88\x41\xf9\x76\x8d\x42\x0c\xaa\x09\xdd\xa7\xb1\x70\x30\x7c\xe7\x76\x1a\x0a\x07\xd5\x24\xec\xd3\x58\x38\x88\xe6\x03\xfc\x69\xb8\xfb\x34\xbb\xb7\xf8\x31\x47\x66\xe8\x59\xee\x1f\x85\x1b\xac\xf9\x7d\xcc\xc1\xb2\xb6\x0e\x0f\xf5\xa7\x72\x0d\xba\xb7\xc3\x53\xb9\x06\xfb\x7c\xf6\x63\x0e\x96\x75\x74\xb2\xfb\x39\x47\x6b\xa3\xbb\x50\xf8\xa9\x4a\x83\x6e\x10\xe3\x34\xc2\x0d\xac\x11\x78\x2a\xd7\x20\xbf\xeb\xaa\x6e\x0d\xe2\xab\x73\x70\xea\xd6\xc0\x27\xc1\x53\xb5\x06\xf9\x5d\xb8\x0d\x72\x03\x6b\xbb\x9f\xa6\xf7\x9e\xe4\xf2\x7a\xe5\x35\xea\x0d\x56\xba\x4d\xf6\x70\x7a\x80\xdb\x64\x07\xa7\x07\xb8\xbf\xe4\x9e\x37\xe6\xed\xed\x49\xab\x06\x61\x45\xfb\x53\xab\x06\x31\x7d\x2d\x70\xaa\xd0\x20\x4d\x04\x3d\x55\x68\x90\x8d\x67\x87\x53\x5f\x06\xd9\x78\xb1\x7b\xea\xc6\x20\xb4\xd2\xd3\x00\x37\x08\x6d\xf3\x54\x97\x4f\x75\xd9\xfb\x9c\xb6\x0c\xc2\x77\x24\xa7\xb6\x0c\x42\x01\x3d\xb5\x65\x10\x7a\xf0\xa9\x2d\x83\xc8\xf4\x00\x50\x97\xcf\x65\xe2\x8c\x3d\x57\x7a\x4f\xe7\x8f\xfa\x28\x61\x34\xfb\x74\xfe\xa8\xe7\x94\xd1\x6c\x10\xe6\x30\x9f\xaa\x31\x08\x13\xcf\x4f\xd5\xf8\x74\xe9\x15\x9f\x54\x54\x63\x30\x8a\xc3\x63\x34\x1b\xa4\xaf\x88\x4f\x93\x78\x4f\x93\x78\xad\x8c\x75\xaa\xc6\x60\x14\x62\x11\xa7\xa5\x6f\xc0\xb0\x54\xe5\xa9\x2d\x83\x12\xde\xf1\x54\x63\x50\x9c\x7c\x79\x2a\xbd\xa0\x84\x9d\x54\x7a\x41\x09\x9f\x97\x94\x5e\x50\x8a\x37\x72\xa5\x17\x94\xb0\x93\x1a\x2e\x28\xae\x3c\x7e\x6a\xb8\xa0\x14\xef\x93\x2a\x28\x28\x66\x4f\x9e\x2a\x28\x18\x33\x6d\xf2\x8c\x61\x86\xa9\x2f\xad\x4e\x15\x14\x14\xcb\xe0\x9c\x2a\x28\x88\x8c\xef\x63\x6e\xfe\xc5\x7c\x45\x8f\x44\x63\xcd\xa0\x58\x7a\xe7\xd4\x4a\x41\xf9\xee\xaf\x5a\x29\x28\x7a\xde\xa9\x6f\x82\xd9\x3c\x91\xf4\x4d\x30\x9d\xbe\x7e\xea\x9b\xa0\x3a\x21\xe4\xd4\x37\xc1\x74\xda\xf8\xa9\x6f\x82\x69\x09\x80\xd3\x88\x31\xa8\xce\x11\x39\x8d\x18\x83\xe9\x84\xf9\xd3\x88\x31\xa8\x4e\x11\x39\x75\x52\x50\x9d\xc2\x71\x1a\x31\x06\xd3\x99\xf0\xa7\x96\x0a\xf6\x15\xcc\x8f\xd9\x6f\x0a\xc8\x9a\x62\x72\xaa\xa9\xa7\x05\x64\xad\xf9\x7a\xea\xa9\xa7\xc5\x62\x1d\x44\x45\x12\x34\x8b\xcc\x9d\x8a\x24\x68\xa6\x66\x9f\x8a\xe4\xa9\x48\xfa\x29\x45\xf2\x54\x24\x7d\x0a\x52\x24\x41\x33\xcf\xf9\x54\x24\xc1\x32\xe6\x79\x2a\x92\xa0\x99\x96\x7d\x2a\x8a\xa7\x56\xc8\x4b\x94\xd3\xd4\x5b\xd0\x7e\xdf\x17\xdd\xfa\x47\xcb\xe6\xd0\x57\x14\x41\x33\x29\xfd\x54\x14\xc1\xb4\xea\xc0\xa9\x28\x82\x66\x3a\xff\xa9\x28\x82\xe6\xdc\x80\x53\x2b\x04\xcd\x1c\xfa\xd3\x60\xef\x69\x82\xee\xcf\x07\x2c\x4d\x11\x34\x33\xef\x4e\x63\xbd\xe7\xfb\x3d\x37\xda\x66\xc7\x5f\xdf\x2f\x78\x44\x69\x85\xa0\x37\xcf\x5d\xad\x10\xf4\x7d\xbb\xfb\xff\x9b\xb2\x7e\x08\xbe\xc3\x59\x13\x04\xd6\x87\x3a\x95\x39\x10\xe9\xe3\xf8\xa5\xcc\x5d\x5f\x78\x75\xd2\x54\x6d\x22\x0e\xc6\xe3\xc5\x65\x5e\x2e\x28\xae\xea\x7d\x69\x72\x97\x25\x5c\xcd\xb5\xba\x34\x39\x50\xbc\x4b\x5f\x8a\xdc\x65\x19\x1d\xee\x8f\x97\x22\x77\x59\x46\xa7\xf9\x97\x87\x4d\xbe\xf9\xf4\x53\x97\x4d\xbc\x12\xe4\x32\x71\x29\x72\xa0\x99\x92\x7f\x99\xa9\x0b\x9a\x79\x0c\x97\x6a\x07\x3c\xfd\x2f\xc5\x0e\xa4\x0f\x14\x97\x5e\x07\x06\x6e\x7e\x19\xa6\x05\xe9\x3e\xbd\x14\xbd\x2b\xbe\x9d\xc5\x36\x28\x7a\x60\xb7\xf9\x39\x87\x22\xcc\x44\x63\xeb\x75\x3f\xb0\xbe\x2f\xda\x45\x8c\xce\xf7\xf7\x97\x01\x58\x10\x63\x3a\xf8\xda\x1b\x88\x36\xa7\x3f\x66\x8f\x82\xf7\x78\x5c\x44\x2f\xe5\x0d\x44\x57\xe8\x2e\x33\x7a\x81\x97\xc2\x4b\x75\xbb\x5c\x14\xc5\xd7\xd3\x97\xea\x06\x06\xde\x7f\x69\x6e\x20\x7d\x21\x7e\x29\x64\x97\x0b\x6f\x72\xf5\xbd\xf4\xb1\xcb\x55\x36\xbf\x8d\x70\xfb\x75\x2f\xec\xe6\x52\x9f\xc0\xb4\xf8\xc6\x65\x76\x2e\xa8\x4e\xfd\xba\x8c\xb4\x82\x65\x4e\xde\x65\x0c\x15\xf4\x1f\x97\xc2\x4b\xa1\x02\xde\x01\x2e\x43\xa8\xc0\x27\x91\xcb\x39\x96\x60\x84\xdf\x3a\x6d\x39\xd9\x8f\x8c\x9f\x1a\x06\xe6\xb7\x01\x8e\x72\xfd\x6c\x90\x26\x07\xb9\x7e\x73\x2a\x76\x93\x5a\x76\x35\xab\x21\xb2\x99\xfa\x16\xc8\xc6\xdd\xf8\x52\xb7\x2e\xd4\x4a\xc3\xb9\x34\x2b\x90\xcd\x33\x48\xb1\xba\x4c\xfc\x6d\x7e\xd1\xde\xb8\x72\x48\x0e\xdb\xec\x4f\xfb\xca\x9e\xb0\x65\xba\x16\x08\xa7\x57\x5d\x06\x4b\x41\x1a\x97\xbe\xb4\x2f\x10\x4e\x9c\xba\x94\xaf\xcb\x04\x61\x2e\x2c\x97\x9e\x05\x4a\xc1\x78\x2f\xe3\xa7\xa0\xb8\xe8\xfd\xa5\x7b\x81\x48\x9f\xca\x2f\xed\x0b\x8c\xb2\xfc\x98\x3d\xef\x3e\x28\xb0\x3f\xf4\x2f\x30\x0a\xcf\x4c\x97\x91\xd1\xcb\xa4\xe1\xef\x8b\xf6\xbc\x13\xe5\xf3\x28\x51\xc0\xae\x6d\x5b\xc5\xe7\xef\xcb\xf8\x26\x88\x3e\xbc\x2a\x18\xcd\x04\x25\x51\xb7\x4b\x03\x03\xcd\xa9\x40\x97\x06\x06\x96\x39\x2f\x97\x06\x76\x51\xc0\xd4\x39\x59\x97\x21\x49\x10\x3f\x93\xbf\x2e\x75\x0b\xf4\x9f\x17\x35\x6d\xeb\xca\xaf\xd4\x22\x5b\xab\x5b\x81\xae\xa8\x5d\xba\x15\xd8\xa6\xeb\xaf\xd9\x83\xa4\xf4\x94\xa3\xed\xdc\x48\x30\x10\xa5\x4b\x77\xba\xac\xad\xc3\x67\xf4\x24\x90\xd6\x85\xbc\xf4\x24\x90\x96\x76\xbc\x0c\x25\x02\x55\xee\xd2\x75\x2e\x53\x79\x3d\xb7\xf5\x9a\xcb\x54\x5e\x2f\x74\x86\x08\x2f\x13\x77\xdd\x04\x2d\x03\xec\x23\x91\x6d\x37\xa8\x07\xb2\x74\x3f\xe6\xe0\x4c\xaf\x0a\xec\x0f\xdd\x03\xa4\xcb\x56\x5d\x46\xf9\xc0\x57\x3c\xfa\xd2\x47\x40\xba\x66\xd8\xa5\x8f\x5c\xfa\x88\x03\x6d\x5a\x2e\x48\x97\x29\xbb\xf4\x91\xeb\xcb\xc1\xe5\x02\xa9\x8f\x5c\x84\xf4\x5c\xd3\xe9\x52\x47\x2e\x75\xc4\x63\x47\x1d\x01\xe9\x22\x6e\x97\x11\x3d\x10\x26\x8b\x5c\x1a\x0a\x48\xd7\xc9\xba\x74\x0f\x10\xd3\xf7\x4e\x97\xf2\x01\xb6\x2f\xfc\x61\xd2\xf3\xa5\x89\x80\x98\xaa\xe8\xa5\x8a\x80\xec\x1e\x0d\x9a\xc8\x65\x29\xce\xb9\xfc\x37\xfb\x4c\x0d\x9c\xce\x03\xc7\x65\xe4\x0e\xa4\xa5\x33\x2f\x03\x77\x20\xcc\x39\xb9\x54\x18\x90\xdd\x9b\xb4\x0a\x03\xb2\x7b\x51\x50\x61\x40\x5a\xad\xf3\x52\x61\x40\x5a\xbc\xe8\x52\x61\x40\x76\xef\x09\x2a\x0c\xc8\xee\xd9\xae\xc2\x80\x74\x0a\xd5\x65\xc0\x0f\x84\x31\xde\x4b\xab\x01\xd9\x3d\xf5\x8c\x01\x82\x30\x46\x7a\xe9\x39\x20\x7d\x0a\xba\xf4\x1c\x90\xdd\x0b\x9f\x9e\x03\xb2\x79\x7d\x31\x2a\x08\xd2\xfc\xad\x4b\xf5\x01\xd9\xbd\x21\x1b\x15\x04\x61\x24\xfb\xd2\x86\x2e\xf3\x78\x3d\x2a\x55\x9f\xcb\xa4\x5d\x04\xe9\x52\x7d\x40\x76\x5e\x16\x5c\xc6\xfb\x40\x18\x9a\xbc\xb4\xa1\xcb\x9c\x5d\xcf\x62\x83\x7b\x97\x6b\x73\x24\x4f\xda\x97\xa2\x73\xb9\x46\x63\xf5\xc2\xad\xe9\x80\xe8\xe9\xdd\x42\x61\x01\x69\xe6\xcb\xa5\xb0\x80\x34\x01\xe4\x32\x8c\x06\xd2\xbc\xa0\xcb\x30\x1a\x48\xd3\x7b\x2e\xb5\x06\xa4\xc9\x30\x97\x5a\x03\xd2\x64\x88\x4b\xad\x01\x69\xe6\xc8\xa5\xc3\x80\x34\x61\xe9\x32\x64\x06\xd2\x40\xfc\xa5\xd6\x80\x34\x8b\xe2\x52\x6b\x40\xe4\x77\x7f\xd7\x6b\x40\x38\xf7\xe2\xd2\x6b\xae\x9b\x94\x46\x77\x89\xc2\x02\xd2\x54\xa4\x4b\x61\x01\x69\x7a\xc9\xa5\xaf\x80\x34\x09\xe8\x32\xae\x06\xc2\x49\x68\x97\x71\x35\x90\x26\xe9\x5c\xc6\xd5\x2e\x13\x61\xbd\x6c\x2b\x3a\x97\x29\xae\x5e\xb5\x15\x1d\x90\x66\x22\x5d\x9a\xc8\xf5\x7c\x92\x6f\x9b\x5b\xc1\x72\x8c\x2e\x69\x7d\xe9\x1d\x60\x5f\x47\xf9\x4f\xc5\x03\x14\x17\x93\xbe\xb4\x0c\x30\x8a\xa7\xb3\xe1\x28\x50\x5c\x50\xfc\x52\x3c\xc0\x28\x1e\xd7\x8a\xc7\x65\xed\xcd\x74\x33\x14\x0f\x50\x5c\x30\xfe\x52\x3c\x2e\x97\x68\xf4\xb4\x34\x1a\x05\x8a\x2b\xcd\x5f\x3a\x06\x28\xae\x17\x7f\x19\x78\x02\xa3\x78\x0e\xea\x15\x20\xcd\x7e\xb9\x0c\x3b\x81\x51\xbd\xa8\x18\x61\x02\xc5\x25\xd8\x2f\x23\x4c\xa0\xb8\x84\xf9\xa5\x7f\x5c\x2e\xd1\xc8\xd9\x75\x9b\xf0\x09\x46\xe5\x62\x77\x6b\x24\xa0\xb8\x5a\xfc\xed\x74\xbf\xdb\xba\x32\xec\x91\x5b\xd5\xb8\x3f\xd5\xf0\x53\xa7\x4d\x24\x52\x31\xdd\xea\x56\x22\x6e\xcb\xc3\x70\x5f\xbb\x95\x88\xdb\xf2\x30\xc3\xdf\x7a\x6c\x62\x31\xbe\xee\x76\xbd\x36\x91\x48\xc5\xe5\xfb\xd6\x22\xc0\x1e\x7c\x7e\x5f\x8d\x00\x25\xb9\x59\xdc\x7a\x04\x18\x73\xda\xd4\x6c\xe2\x25\x05\xb6\x7e\xab\x0c\x60\x5f\x08\x06\x6d\xf6\x32\xec\xa5\xff\x69\x2f\x83\x5e\xe2\x11\xb7\xe9\x9e\x60\x5f\x56\xfc\x83\x65\x1b\x46\xc5\xad\xed\x56\x37\xc0\x98\x3c\x5b\xde\xc6\x8f\x40\xf1\x05\xc1\x6d\xf8\x08\x8c\x39\xfc\x2d\x07\x23\x7c\x1f\xec\x56\x38\x18\xc1\x60\x90\x28\x7a\xeb\x1f\x60\xcc\x61\x93\x1d\x2f\xbc\xb1\xe1\x01\xfa\xd6\x3f\xc0\x98\xa4\xa6\xde\xea\x07\x28\x5a\xe3\xad\x7f\x80\x61\x2e\xd2\x6d\xe0\x08\x8c\x49\x58\xeb\x36\x6e\x04\x8a\x0f\xff\xb7\x96\x02\xc6\x1c\x7f\x78\x75\x7d\x9b\x44\x0a\x8a\xf6\x7d\x2b\x31\x20\xba\x2f\xaa\x6f\x83\x45\x60\xcc\x69\x93\x63\x40\xac\x68\x9a\x4c\x71\x2b\x3b\x60\x4c\x0f\x08\x65\x07\x4c\xe7\x56\xdc\x86\x8f\xc0\xf4\xcd\xe8\xad\xff\xdc\x96\xa7\xf1\xe8\x32\xa0\x04\xaa\xb9\x14\xb7\xc9\xa7\x60\x3a\xf5\xe4\x36\xf9\xf4\xb6\x3c\x0d\x8f\x0b\xb7\xe2\x74\x9b\x7c\xea\xfe\x52\x9c\x6e\xcb\xd3\x10\x93\xb8\x35\xa7\xdb\xf2\x34\xa4\x9d\xdd\xaa\x13\x98\xed\xdb\x7a\xc7\x02\x51\x32\x26\x71\x1b\xae\x02\xd3\x29\x31\xb7\xf2\x04\x62\xf8\x0e\xfa\xd6\x9e\x6e\x2b\xd6\x78\xa2\x69\x4f\x60\xaa\x4a\xb7\x41\x2d\x30\x9d\xb2\x72\x9b\xa2\x0a\xa6\x13\x3c\x6e\xc3\x5c\x60\x3a\x6d\xf2\xd6\xb1\xc0\x54\xa8\x6e\x23\x5a\xb7\xc5\x4a\xd3\x2d\xd3\xbb\x40\x35\x3d\xe4\xd6\xbb\xc0\xde\x58\xbf\xea\x60\x34\x07\x83\xa3\x4b\xef\x02\xcb\xf8\xcf\xad\x76\x81\xe9\xa4\x8f\x5b\xed\x02\xd5\x09\xd1\xb7\x8e\x05\xa6\x73\x62\x6e\x1d\x0b\x54\x13\x5e\x6e\x1d\x0b\x4c\x67\x9e\xdc\xe6\xa8\x82\xe9\x0c\x8f\x5b\x9f\x02\xd3\xf9\x41\xb7\x3e\x05\xf6\x75\x82\x5d\x62\x40\x0b\x44\x3a\xcb\xf0\xd6\xa8\xc0\x74\xb6\xce\x6d\x5e\x29\x88\xee\x2c\x82\x5b\xa5\x02\xcb\xc0\xc0\xad\x3e\x81\xa5\xe4\xde\xea\xd3\x6d\x65\x19\x6e\xcc\xb7\xd1\xaa\xdb\x32\x32\xdc\xf8\x6f\xf5\x09\x2c\xed\xff\xd6\x9e\x6e\x2b\xcb\x78\x9d\xd6\x9e\x40\x75\xa1\xb4\xdb\x58\x15\x98\xce\x8c\xba\xf5\x29\xb0\x8c\x4e\xdc\x8a\x12\xa8\xdd\x33\xc9\xc0\x13\x88\xe9\xcc\xb1\x5b\x7b\xba\x2d\x2c\xf3\x35\xd9\xa3\x61\x8f\xfc\xa6\x67\x17\x61\xa6\xcf\x83\x6e\xe3\x47\xb7\xf1\x23\xde\x26\xdd\x2a\x15\x58\x3e\x6b\xdc\x3a\x15\x58\xe6\xf5\xde\x3a\x15\x58\x3e\x7e\xdc\x86\x8a\xc0\xfa\x86\x5a\xcd\x02\xcb\xe7\xa2\xdb\xe8\x11\x58\x3e\x76\xdd\x46\x8f\xc0\x72\x26\xcb\x6d\xf8\x08\x2c\x53\x90\x6f\xc3\x47\x60\x39\x81\xe7\x36\x56\x04\x9a\x75\x27\x6e\x2d\x0e\x44\x5f\x5e\x43\xb4\x38\xb0\xcc\xfe\xbd\x0d\x20\x81\x66\x06\xc2\xad\xd8\x81\x35\xbf\x26\x87\x82\xa0\xd2\xfc\x7e\xdf\xa1\x98\x0e\x85\x3f\xef\xae\x9c\xe6\xf2\x79\xf8\xab\x71\x60\xf9\x24\x79\x1b\x69\x02\xfb\x81\x90\xcd\x50\xda\xc0\xb6\x6f\x3a\xa5\xb5\x81\xdd\xc6\x77\xd5\x36\xd0\x2c\x9c\x72\xab\x6d\x20\x7e\x4e\x27\xbb\x8d\x2c\x81\xfd\x55\x36\x58\x97\x03\xbb\x8d\x2d\xd6\xe5\xc0\xfe\xae\x6d\xee\xd0\x65\x4d\x14\x87\x5c\x59\x03\xcd\x32\x29\xb7\xb2\x06\xf6\xc7\xfc\x0b\x77\xe9\xfa\xf2\x48\xf8\x9c\xb6\x76\x7f\x75\x62\x3c\x66\xd4\xb5\xfb\xab\x13\xe3\xd1\xa6\xaf\x81\xfd\x5d\x76\xbe\x76\x76\x7f\x01\x26\x6f\x73\x8a\x17\x88\x70\xad\x87\x5b\xf3\xba\x9d\x0a\xe9\x4b\x89\x5b\xf5\x02\xbb\xcd\xff\xb5\xbb\x87\x79\x24\x9e\xa5\xca\x17\xd8\xc7\x09\xa3\xac\x7d\x81\x08\x5f\x9b\xdd\xea\x17\xd8\xdf\xb5\xcd\x31\x38\x4c\x2e\xf1\x14\x57\xc0\x40\x84\xca\x7c\x6b\x60\x60\x7f\x8e\x61\x56\xc1\xc0\x6e\xfb\xc3\x5b\xed\xdb\xc4\x4d\xb0\xbf\xc2\x10\x19\xb1\x02\xfb\xef\xe8\xa6\xde\x06\xf6\xe7\x18\x5e\xc5\x0d\x44\x0e\x87\x57\x73\x03\x11\xd6\x46\xb8\x55\x37\xd0\x5d\xf8\xf4\x36\x90\x75\x9f\xdf\xe2\x23\x8c\x9a\x3a\x07\xfa\xef\x6b\x72\xd0\x58\xaa\xe1\xe7\xbe\x32\x31\x13\x74\x17\x69\xbd\x8d\x77\x81\x28\xdf\x30\xea\x81\xf7\xf5\xa5\x15\xd9\x66\x5f\xf1\xc0\xe2\xea\x15\xb7\x21\x2f\x10\xe5\x3b\x44\x74\xc3\x9b\x85\xf8\x8b\x4b\xc3\xdc\x6a\x1f\xe8\xbe\x16\xbb\x75\xbc\xdb\xe5\x15\x7c\xf9\x74\x1b\xa8\x02\xdd\xb8\xe7\xad\xd1\x81\xfd\x31\xb6\x58\x7f\x03\x51\x9d\xf3\x73\xeb\x6f\xa0\xfb\x4a\xed\x36\x08\x05\xba\x41\x9c\xdb\x20\x14\xd8\xdf\xe4\x50\xd5\xe9\x40\xff\x9e\x92\x74\x3a\xb0\xef\xdd\x1c\x1d\x4a\x1d\x88\x5a\x3d\x09\xf5\x35\xe0\x8a\x85\xb7\x39\x8f\xc0\x40\xde\xad\xc0\x81\xe5\xde\xd3\xdf\x40\x1a\x42\xbb\x0d\x54\x81\x74\x89\xf7\xdb\x40\x15\x88\xea\xf0\x18\xa8\x02\xc5\x69\x11\xb7\xe2\x07\x0c\x55\xdc\xa6\x2a\x02\x43\x5e\xb7\x31\x29\x60\x1e\xc2\xad\x1a\x02\x53\x2e\x6f\x63\x4d\xb7\xeb\x2d\x78\xa8\xe8\x77\xa0\x14\x02\x89\xb7\x2e\x07\x96\xcb\xf9\xdf\xba\xdc\xcd\x54\x40\xf7\xb5\x2a\x07\x86\xbd\x33\x80\x04\xe2\x2b\x03\x7f\xab\x72\x20\xcc\x17\xbd\xf5\x36\x90\xce\xad\xb8\x95\x34\x50\x4d\x40\xbe\xcd\x02\x04\xbe\x87\xbd\xd5\x36\x90\xc6\x02\x1f\xd3\xfd\x9e\x1f\xb9\x0b\x9d\x96\x66\x8b\x2f\x28\x0b\x4d\x69\x13\x31\x90\x45\xcb\xb2\x05\x3f\x1e\x3f\x7f\xea\xb0\xcd\xd7\x85\x93\xa6\xd3\x26\x27\x6e\x76\x3f\x76\xd9\xe6\xfb\xc2\xa4\xe9\xb1\x89\xfc\x05\xce\xa1\x47\x1f\x03\xe1\xac\x80\x47\x1f\x03\x91\x16\x26\x7e\x14\x32\x90\x1d\x67\x7e\x14\x32\x10\xce\x3a\x78\xf4\x31\x10\x4e\xaf\x78\xf4\x31\x90\x9d\xcb\xc7\xa3\x8f\x81\x30\xc3\xfd\x51\xc7\x40\x3a\xd9\xff\x51\xc7\x1e\xa3\x3f\x0e\x8f\x3a\x06\xc2\xd4\xfe\x47\x1d\x03\x61\x06\xea\xa3\x7b\x3d\x66\xee\xa1\xd1\x8f\xee\x05\xd2\x59\x5d\x8f\x79\x7b\x0f\x2b\x2a\x38\xbf\xe0\x51\xb4\x40\x3a\x87\xe8\x51\xb4\x40\x98\x78\xfb\xa8\x50\x60\x54\xde\x9b\x3c\x3a\x12\x18\x2e\x6e\xfd\x98\x78\x07\x4a\x09\x7f\xde\x4d\x2d\xe8\x7d\xf8\x5b\xee\x0f\x52\xec\xd2\x12\xd9\x8f\xa6\xf3\xb8\x10\x3d\xcf\x7a\x8f\xa6\x03\xc6\x44\x45\x1e\xb5\xe6\x71\x4e\x9d\x87\x8a\x5a\x03\x8a\xb1\x91\x47\xad\x79\x5c\x75\x9e\x53\xfd\xd1\x4e\x40\x35\xd7\xff\xd1\x4e\x1e\x27\xcb\x71\x69\x79\x34\x11\x50\xcd\xe2\x7f\x34\x91\x47\x13\x59\x7e\xca\x03\x85\x85\x13\x46\xf5\xa8\x50\x45\x40\x35\x0e\xf2\x18\x01\x02\xd3\x37\x90\x8f\x76\x02\xaa\xc9\xfe\x8f\xda\xf1\x18\xee\x99\xcb\x1f\xf3\x18\xd0\x31\xdc\x6f\x3a\x06\x58\xbe\x93\x7e\x74\x8c\xc7\x02\x9b\xd3\x26\x7b\x69\x05\x4d\x77\xa5\xda\xf1\x58\x41\x33\xdd\x30\x8f\x14\x2b\x68\x7a\x3a\x18\xc7\x01\xcb\x57\x60\x8f\x61\x1c\xd0\xcc\x5d\x7d\xd4\x0e\xd0\x7e\x75\xfd\xff\x6d\xf9\xd1\x40\x40\x33\xd9\xf5\x31\xca\xf3\x74\x1f\x9d\xd9\x46\x05\x04\x34\xd3\x5a\x1f\xa3\x3c\x60\x3f\x06\xb9\x91\xf6\xae\x9b\x8a\xfc\x7d\xce\xee\xf5\xef\xbd\xb8\x9b\x69\xff\x36\x9a\xa5\x8e\x1e\xa3\x41\x60\x7f\x95\xfd\xef\xe4\x36\xd0\x4c\x58\x7e\x54\x1c\xd0\xac\xd1\xf7\xa8\x38\xa0\xfd\xbe\x2f\x7a\x10\x7e\xeb\xd9\xf1\x6a\xe2\xd1\x71\x9e\xf4\x31\xcb\xa1\xd7\x68\xc0\xfe\x53\xce\x52\xe7\xa8\x81\xfd\x5c\xc1\x5e\x53\x73\x40\x77\xf1\xea\x47\xcd\x01\xfb\x63\xfe\x9c\xdd\x67\xca\x59\xf1\xe9\xe9\xd1\x7d\xc0\xfe\x5b\xce\x11\xe5\xe7\xb1\x06\x8d\xcf\xc6\x8f\xa6\x03\xd2\x0b\x94\xa1\x23\xa0\x28\x3c\xaa\xcf\x63\xf9\x4c\x06\xd2\xfc\x3a\x90\x66\xb0\x3c\xe6\xd7\x3d\x56\xcf\x64\x13\x4c\xa5\x03\xe1\x94\xa8\x47\x3b\x02\xd5\xd5\x41\x1e\xed\x08\xb8\xbe\xef\x63\x72\x1d\x18\xdf\x6f\xdb\x69\x26\xae\x79\x8a\x6a\x4b\x20\x4c\xda\x7f\xb4\x25\x50\x7d\xbb\xf2\x68\x4b\xc0\xc5\xa2\x1f\x65\x09\xa4\x0f\x79\x8f\x66\x04\xd2\xc7\xcc\xc7\xbc\x3a\x10\xe9\x4d\xfb\xd1\x96\x40\x9a\x42\xf3\x68\x46\x20\x86\xb5\x4c\x1f\xd5\x08\x44\x78\x85\x51\x8d\x1e\x63\x5e\x9e\xa1\xaa\xd1\x63\xcc\xcb\xf3\x58\x35\x7a\x2c\x32\xe3\xbe\x56\x8d\x1e\x63\x5e\xee\x56\x63\x5e\x20\x2d\x54\xfc\x28\x4b\x8f\x31\x2f\x8f\x39\x63\x5e\x8f\x39\x78\x3c\x85\x3c\x0a\xcf\xc3\x34\x33\xd3\x90\x1e\x7d\xe7\x31\x93\xce\xb3\x5d\xb5\x79\xcc\x91\xf3\x26\x60\x8e\xdc\xe3\x4a\x0c\xde\x35\x95\x9d\xc7\x1c\x39\xb7\x4b\x61\x01\xe1\x0c\x94\x47\x37\x01\x69\x46\xd6\x63\x2c\x09\xa4\x41\xdb\x47\x5b\x01\x69\xa1\x92\xc7\x58\xd2\xe3\x72\x0a\x0e\xa1\xb1\x24\x10\x4e\xb5\x78\x54\x1a\x50\x4a\xb1\xc9\x81\x3e\xbc\x13\xf9\x5b\x76\x68\x63\xf8\x88\xf6\xe8\x2e\xa0\x14\x42\xc2\x8f\xea\x02\x46\xf5\xae\xa6\xb9\x80\x62\x10\xfd\x51\x5c\xc0\xa8\x3c\x0f\x3d\x3a\x0a\x48\x5f\xfc\x3d\x2a\x0a\x18\x93\x37\x43\x8f\x0a\xf2\x9c\xbe\xc3\xe4\x1f\x35\x10\x30\x26\xef\xd7\x1e\x05\x04\x14\x5f\xcc\x3f\xfa\x07\x28\xc6\x02\x1e\xf5\xe3\x21\x67\xce\x22\x11\x8f\xaa\x01\xc6\xe4\x95\xdb\xa3\x43\x80\x18\xd5\x6b\xb4\xb3\xbb\x40\xd1\xb3\x1f\x1d\xe2\x61\x92\x96\x33\xc5\x1e\xb3\xe1\x40\x75\x22\xda\x63\x36\x1c\x58\xc6\x59\x1f\x05\xe2\x71\x8e\x96\x07\x85\xc1\xa5\xc7\x39\x5a\xee\x35\x83\x4b\xa0\xba\x86\xe2\xa3\x65\x3c\xce\xd1\xf2\xce\x6d\x70\x09\x54\x67\x72\x3d\x8a\xc7\xe3\x1c\x2d\x8f\x13\x83\x4b\x60\xf9\xf4\xfb\xa8\x22\x8f\x85\x57\xe6\xf2\xf7\xed\xe4\xc5\x2b\x13\x4f\x5c\xa3\x4b\x60\x3f\x31\x32\x16\xea\x09\x58\x46\xc2\x1e\xed\x04\x2c\x23\x61\x8f\xd1\x25\xd0\x9c\xcc\xf1\x28\x2c\x60\x19\x55\x7b\x14\x96\xc7\xb9\x5d\x28\xc6\xa3\xaf\x3c\xce\xed\x6a\x7e\xca\xe1\xb9\x79\x55\x84\x76\x3c\xea\x0a\x58\x06\xda\x1e\x63\x50\x8f\x73\xbb\xbc\x1a\x1a\x83\x02\xcd\x59\x36\x8f\x4e\x03\xe2\x67\x26\xc8\xe3\xe4\xae\xc7\xc9\x5d\x3c\xe5\x3f\x8a\x0e\x68\x2d\xfe\xf0\x6e\xfb\x51\x84\xc0\xfe\x61\xff\xcc\x6b\x09\x39\x7b\x4e\x24\x7a\x54\x21\xd0\x9c\x47\xf4\xa8\x42\x60\x7f\xd3\x8f\x39\xa2\x24\xed\x39\x7b\xe9\x31\x69\x0f\x34\xa7\xf3\x3c\xea\x11\x88\xf8\x79\xe7\x50\x90\xc0\xbe\x79\xb1\x1b\x55\x24\xb0\xdb\x18\x41\x25\x09\xec\x36\x7a\x6d\x00\x0d\xec\x36\xb7\xce\xc1\xd9\xe8\xc6\xb0\x1f\xd5\xe9\x21\x0e\x56\x86\x43\xad\x28\x81\x2d\xb2\xfc\xad\x53\xb5\xc0\xd6\x51\x8e\x7e\x33\xf0\x40\xb7\xb6\xd8\xa3\x51\x81\xee\x61\x61\x6c\x0c\x84\x89\x99\x8f\x42\x05\x22\xec\xa9\xb1\x31\x10\xcd\x60\xf7\xa3\x64\x3d\xef\xa7\x38\xb6\x79\x14\x30\x27\xcb\x19\x69\x8f\x01\xb3\xc7\x72\x9b\xe3\xdb\x5a\x3b\xfa\x92\x83\xee\x0c\x87\x47\x1b\x7b\xb4\x31\x37\xd6\x5d\x4a\x10\x8d\x3b\xd9\x6b\xc0\x0c\xf8\xee\xf1\x55\xcf\x40\x9a\x6a\xfa\xea\x67\x20\x5c\xb1\xe5\x35\x83\x0f\xa4\x6b\xc9\xbc\x46\xd5\x40\x1a\x42\x7b\x4d\xe0\x03\xe1\xd4\xb6\x57\x65\x03\xcd\xd9\x3a\xaf\xca\x06\x0c\xd0\xbd\x0a\x1b\x88\xb6\xe8\xcd\x6b\xec\x0d\xec\x1e\xfa\x63\x8f\x6d\x8f\x9f\x73\xcb\x5e\xdb\xa8\xa3\xbd\xc7\xeb\xd5\xe2\x40\xed\x5c\x72\x5f\xb3\xf3\x80\x41\xbb\x57\xad\x7b\x29\xa1\x62\xaf\xf5\x35\xe0\xcb\xdb\x57\x5d\x03\xbe\x0f\x7d\x55\x33\x90\xe6\x1e\xbe\xaa\x19\x58\x04\x33\x5e\xcd\x0c\xa4\xcb\xd6\xbc\x9a\x19\x08\x97\x7f\x79\x0d\x81\xbd\x45\xaf\x64\x18\x74\x2e\x10\xc3\x17\x14\xaf\xd1\xad\x97\x29\x50\x26\x1a\xbf\x7a\x18\x48\xcb\x1c\xbe\x7a\x18\x08\x13\x20\x5f\xa5\x0b\xc4\xfc\x3e\xe5\xf0\xb1\xba\x9d\x11\xbc\xd7\xb0\x14\x18\x2e\x70\xf6\x1a\x96\x02\xc5\x75\x1c\x5f\xcd\x0c\x8c\xca\x01\xf8\x1a\x70\x7a\x5d\x0f\x81\xf8\xc3\xab\x99\x81\xe1\x73\xf8\xab\x99\xbd\x9f\x99\xf9\x45\xb7\xde\x6a\x27\xcb\x9f\x77\x54\xab\xa9\xec\xee\x0d\xc3\x4b\xa0\x3a\xf9\xf8\x55\xcd\xc0\xf2\xc1\xe9\xd5\xb9\xc0\x32\xfc\xfe\xea\x5c\x60\x99\x89\xf0\x1a\xfe\x01\xcd\xf9\x71\xaf\xce\x05\x9a\x53\x10\x5f\x23\x3d\xaf\x8b\x8a\x9b\xaa\xf1\xaa\x61\xa0\x59\x47\xeb\x55\xc3\xc0\xbe\x8c\xd9\xe6\xc6\x36\x5e\xee\x39\xb0\x7a\x18\x88\x5e\xbe\xad\x75\xfc\x37\xba\x4f\xdc\xaf\x22\x06\xa2\x56\x5e\x31\xbf\xc6\x84\x40\xb7\x03\x86\x84\x5e\xeb\x72\x3a\x8d\xe6\x55\xce\x40\x76\xc7\xcc\x00\x10\x48\xe3\xb8\xaf\xf6\x05\x8a\x71\xe8\x57\xfb\x02\xd3\x04\xa1\xd7\x88\x10\xa8\x2e\x03\xf8\x6a\x5f\x20\xba\x95\x5a\x5f\xed\x0b\x74\xd7\x30\x7f\x35\x28\xd0\x1d\x7f\x05\x0a\x84\xaf\x50\x5e\x05\xea\xb5\x38\x88\xcb\xe3\xbd\xe6\xd8\x81\xb0\x96\xdd\x6b\xdc\xe8\xb5\x7e\xa7\x67\x84\x4e\x05\x46\xf5\xba\xa0\x52\x81\x62\x28\xef\xd5\xa8\x40\xb1\x76\xe5\xab\x50\x81\x92\xd3\x7f\xb4\x47\x49\x01\x9d\xe9\x6f\xd9\x21\xd6\x23\x70\xd6\xf8\xab\x4e\x81\x65\x0e\xc3\xab\x4d\x81\xe6\x1c\x9d\xd7\x48\x12\x68\x4e\xa6\x7d\xf5\x2b\xb0\x3b\x49\xc7\x35\xac\xd7\xe4\xbc\xdf\x1f\xca\x77\xbe\x1a\x18\x48\x17\x6a\x78\xf5\x2d\x90\xae\xcf\xf5\x1a\x8e\x7a\x5d\x2b\x9c\x27\xc8\x57\x07\x03\xe9\x92\x5d\xaf\x0e\x06\xc2\x32\xc4\xaf\xc6\xf5\xba\x2c\xb8\x81\xca\x57\xe7\x7a\x5d\x16\xcf\x83\x57\xe9\x02\xd9\x79\xe4\x7e\x95\x2e\x90\xfd\xdb\x30\x87\xca\x55\xf1\x3c\xc2\xb5\xae\xd7\x5a\x21\x6e\x85\xd6\x05\xb2\x7b\xc9\xd4\xba\xc0\xbe\xce\xd9\xe6\xce\x9f\xee\x7c\xbf\x69\xc7\xa7\x87\x33\xdb\xaa\x74\x81\x70\x22\xd4\xab\x74\xbd\x2e\xa7\xc7\x33\xca\xab\x74\x81\xf0\x9d\xea\xab\x74\xbd\x04\x9f\x9c\xec\xfe\x6a\x58\x20\x4c\xf5\x7d\xcd\x17\x04\xc5\x77\xa3\xaf\x55\x41\x40\x71\xd5\xdc\xd7\x68\x14\x28\xae\x36\xf8\x5a\xdb\x03\x8c\xb9\xfc\x94\x9b\xba\x38\xf3\xa6\x9f\x72\x53\x17\x8f\xf4\x3c\x26\xbf\x86\x9d\x40\xf1\xe5\xf6\xab\x87\x81\x31\x97\x5f\x74\x53\x97\x87\x2e\xe3\x65\x80\x09\x94\x9c\x6e\xaa\xfb\x63\x91\x7a\xe1\x89\xad\xad\x81\x92\x9e\xd8\x46\x97\x40\x71\x82\xf3\xab\x9a\x81\x48\x23\x07\xaf\x6e\xf6\x5a\xc5\x63\xf9\x31\x3b\x69\x15\x0f\x9e\xc2\x5f\xdd\xec\x75\x0d\x82\xe1\x25\x41\x39\x03\xd5\xf8\xdd\x6b\xb4\xe9\x3d\x7c\xf2\xf7\xf7\xed\xe5\x41\x60\x77\xd9\x64\x2f\x0f\xdf\x66\xd1\x4b\xe5\x0c\xac\xef\x49\x44\x39\x03\xd5\xd5\xe4\x5f\x83\x4a\x60\xf9\xb8\xf5\x2a\x67\x20\xba\xab\x27\xbe\xda\x19\xd8\x17\x78\x06\x48\x17\x03\xcd\xe9\xe4\xaf\x2e\x06\x96\xaf\xbe\x5f\x5d\x0c\x34\x27\xb1\xbf\xba\x18\x68\xce\xbf\x7b\x8d\xfa\xbc\x26\xf1\x59\x14\xec\xb5\x44\x07\xd8\x77\x0b\xf6\xa6\xa1\xa0\xf7\x5b\x90\xc0\x03\x5b\x8f\x7b\x8d\x05\xd9\x51\x35\x0e\x44\xb8\xaa\xf0\xeb\x14\x29\x10\xc5\x68\xe6\x6b\xcc\xe8\x25\x3e\x54\x4c\xef\x7f\x8d\x05\x01\xab\xbd\xbf\xea\x1e\xd8\xb7\x10\xfe\x54\xdf\x03\x06\x8f\x5f\xad\x0d\xa4\x11\xbb\x57\x1f\x03\xe1\xca\xdb\xaf\x3e\x06\xc2\xf9\xbc\xaf\xa1\x21\x90\xe6\x31\xbc\xea\x18\x48\x57\x07\x7c\xb5\x31\x90\x2e\x65\xf8\x6a\x63\x20\xbf\xdb\xa4\xea\x05\xd2\xcc\x89\x57\xf5\x02\xe9\xbc\x80\x57\xf5\x02\x26\xd9\xbd\x9a\x17\x08\x8b\x2c\xbf\x9a\x17\x08\x8b\x50\xbf\x9a\x17\x58\xde\x9e\xb4\x2c\x10\x6d\x7d\x7f\x68\x17\x5d\x62\xef\xdb\x78\xf7\xc7\xed\x15\xd0\x4f\xd9\xeb\x9b\x1c\xbb\xef\x96\xa5\x33\x81\xf8\xae\xb0\x3a\x13\x48\x4b\xc4\xbf\xfa\x11\x48\xab\xee\xbd\x4e\x6a\x02\x69\x21\xef\x57\x65\x02\xd9\x1d\x55\x4d\x08\xa4\xcb\x0d\xbe\x66\x0d\xbe\x2e\xd9\xed\x35\xc4\x10\xd2\x6b\x08\xc9\xdb\x9f\x59\x83\x20\xcb\xb7\x5d\xf6\xc8\x15\xbb\x1d\x0b\xb3\x06\x41\x5a\xea\xee\x55\x96\x40\x58\x33\xf0\xd5\x8b\x40\xba\xca\xe3\xab\x17\x81\xb4\xd8\xe0\x6b\xa8\x09\x84\x39\x49\xaf\x62\x04\xb2\x7c\xbf\x65\x87\x10\x23\xe3\x87\xaf\x0e\x04\xd2\x5a\x86\xaf\x0e\x04\xd2\x8a\x87\xaf\xf1\x28\x10\xa6\x11\xbd\xfa\x0e\x08\x52\x67\xf2\x47\xd2\xa0\x48\xea\x2e\xe6\x8f\xc8\x92\xc8\xde\xea\xff\xde\x95\xf3\x87\xc4\x88\xec\xfb\xac\xcb\x1f\x12\x23\xb2\xef\x4b\x66\xfe\xb0\x18\x91\x7d\x9f\x61\xf9\x43\x62\x44\xf6\xfd\x80\x91\x3f\x1c\x46\x04\x0f\x81\xf9\x43\x61\x44\x90\x17\x94\xbf\x70\xb3\x99\x86\xd4\x2b\x3f\x4f\xbc\x4a\x24\x33\xeb\xf3\x87\xe9\x88\x20\x9c\x98\x3f\x4c\x47\x64\x6f\x6c\x2a\xaa\x23\x82\x54\xa1\xfc\x11\xc1\x12\x41\xea\x59\xfe\x88\x60\x89\x20\xc7\x28\x7f\x18\x91\xc8\x5e\xfd\x47\xc7\xce\x70\x55\x71\x53\x1d\x9c\x70\x70\xdc\x08\x07\xc7\x70\xd5\xf4\x1f\x1d\x9c\x70\x70\x1a\x4d\x0e\x8e\x11\xac\x62\x93\x83\x13\x9c\x63\x95\xa6\xe2\x48\x30\x7b\x89\xf8\x61\xfe\x8a\x23\xf1\x15\x90\xe4\x1f\x8b\x23\x51\x7c\xbb\xcd\x76\x15\x47\xa2\xf8\xd4\x39\xfc\x98\x43\x61\xa0\xcb\x0d\x2b\x0e\x85\x81\x2e\x7b\x54\x1c\x8a\x42\x1a\xf7\xf7\x97\x0e\x85\x1a\x36\xdd\xb0\x69\x13\x0f\x1e\x1e\x01\xc5\xd1\x29\x5f\xed\x2e\x9a\x1c\x1d\xea\x4e\x92\x13\x97\xbf\xe2\xe8\x14\x47\xc7\x7f\x74\x74\x58\xdf\xa0\x57\xbf\xe8\xe8\x14\x9f\xc1\xfc\x47\x47\xa7\x38\x3a\x8b\x26\x0f\x9d\xe2\xa1\xc3\x46\x54\x47\xa7\x92\x51\x3d\x3c\xe8\xaa\xc3\x53\x19\x1e\x0f\xba\xea\xf0\x54\x0e\x94\xca\x21\x50\x1d\x1d\x56\x20\xef\x85\xdf\xaf\x8e\x4e\xf5\x1c\xb6\xc9\xa1\xa8\x78\xbf\xc3\x5a\xed\x37\x73\xad\xe6\x60\x5b\xab\x9d\x64\xe9\xf2\xc1\xf2\x28\xf9\x6b\xee\x4a\x56\x42\x98\x0e\x62\x73\x63\x37\x46\x0d\x9b\xdc\xd6\xc6\xeb\x64\x07\xb1\xb9\xad\xac\x49\x3e\x3d\x2c\x9a\xdb\xda\xdc\x93\x74\xbc\xb9\xad\x2c\xa1\x30\x1d\x8b\xe6\x9e\x24\xf1\x6f\x7a\x6c\x36\x37\x9f\xf9\x56\xd3\xe3\xbc\xb9\xf9\x2c\x52\x3e\xdd\x47\xcd\xdd\xe6\xdc\x2a\x66\x56\xe4\xaf\xb9\x93\x9c\x48\xe5\x61\xd7\xdc\x49\x4e\xa4\x72\xc4\xba\x9d\x74\xd6\xd4\xd7\x64\x8f\x7a\xb1\xce\x0e\x3f\xd6\xed\x92\xeb\x2a\x38\xb0\xdd\x2e\x61\x74\xd3\xab\x57\xb7\x4b\xce\x9a\xf2\xc2\xd3\x3d\xec\x3a\x49\xd6\xd3\x2f\xba\xfd\x9d\xb9\xd4\x1e\xc2\xdd\xed\xef\xbc\x0e\x0f\xf6\x6e\x77\x8f\x74\xde\xef\x7b\xce\x77\x37\x9f\x42\x91\x35\xe8\x78\xf7\x18\xeb\xbe\x23\x60\xb7\x75\x8f\xb1\x4e\x8e\xbb\xc7\x6b\xda\x23\x24\x6f\x7a\xf0\xa4\x1d\xda\x28\xc5\x43\x2c\xed\x50\xba\xe6\x20\x3b\x24\xed\x50\xd2\x21\x4f\x9a\x74\x1f\x25\x8f\xf9\x8b\x3e\xa6\xfb\xe8\xd3\x3e\x46\x3a\xed\x36\xd1\xb5\xe9\xb5\x28\xed\x36\x26\x58\xbe\x8d\xb0\xdb\xc4\xd6\xa6\x87\x7e\xda\x6d\x0a\x3c\x4e\xaf\x0c\xe9\x8e\x24\xb4\x36\x3d\xdb\xd2\x91\x48\xa2\x00\xdf\xcf\x3b\x12\x4c\xc8\xe2\x75\x46\xfe\xd2\x91\xd8\x28\xc5\xc3\x69\xb8\xbb\xcd\x33\x74\x0f\x0d\x07\x87\x48\xdb\xf4\x72\x3e\xec\x36\xab\x32\xb4\xe5\x11\x3c\xec\xe4\x30\x35\xd3\x3d\x39\xfc\xcf\xf1\xbd\xe0\xb2\xcd\x3f\x1d\x4c\x8b\x77\x7c\xa6\x7f\x3a\x79\x6b\x13\x74\x73\x7a\x22\x4d\x4f\x24\xbe\x38\xdd\x23\x93\xb7\x36\x85\x0e\x4c\xf7\xc8\x24\xb5\xdf\xcd\x98\x6e\xda\x64\x8f\x78\xc3\x98\xee\x91\xa9\xcd\xb0\x93\xa6\x1b\x3b\xd9\x23\x5e\x12\xa7\x7b\x64\x12\x84\x09\xba\x39\xdd\x23\x13\x9b\x59\xec\x91\xe9\x1e\x99\xe4\x96\x2f\x3f\xe5\xf0\x6f\x94\xe2\x65\x6c\x3a\xfc\xd3\xe1\xff\x7f\x51\xce\xdf\x74\xa4\x28\xf3\x58\x3d\xdc\x96\xa3\xb2\x48\xb1\x5e\x36\xb9\x2b\x36\x46\x0d\x7a\xb2\x1c\x82\xe5\x10\xd8\xe4\x10\x6c\x8c\x5a\xd8\xec\xe5\x10\x2c\x26\x3c\x78\xb3\x5d\x0e\xc1\x72\x08\x18\xbb\x65\xe7\x16\xf3\x35\x3c\xb6\x96\x87\x1b\xf6\x56\xbd\x25\x2f\xfb\xbb\x08\x3a\x79\x7a\x2e\xfb\xbb\x38\xf1\x0a\x83\xbe\xec\x10\x19\x83\x49\x8c\x31\x7f\xcb\x5d\xbf\x3c\xde\x18\xf5\xc3\x4e\x6a\x74\x8b\xdf\x3f\xec\xe4\x61\x27\xfd\x94\xbb\xfe\x20\x95\xc2\x63\xf7\xb0\xdf\x4a\x5e\xf5\xba\x7a\xd8\xa5\xc3\x05\x40\x93\xc1\x38\xdc\xad\x07\x92\xba\xe8\xe6\xe9\x7f\x6e\x8c\xe5\xb5\xf0\xf4\x70\x23\xf8\xb5\x7e\xec\xc3\xd3\xcd\xa0\x70\x22\x05\x04\xf2\x77\xba\x19\xa7\xb7\xe0\xc6\xef\x9f\x6e\x07\x45\x24\xd2\x03\xe2\x74\xfc\x09\x88\x11\xb7\xc9\xdf\xe9\xf8\x6f\xd4\xf0\x71\xe1\x74\x63\x37\xc6\xf2\x62\x75\xba\xad\xc4\xc8\x78\x31\x9e\xbf\xd3\x43\x70\x63\x7e\xd7\xed\xd3\xbd\xc4\x3a\xe8\xeb\xfb\x79\xf7\xd2\x46\x19\xdf\xa7\xdc\x4b\x1b\x65\xfc\xdc\x7c\xf7\xd2\xc9\x3c\x53\xcf\x83\xd3\xbd\x74\x92\x31\xb2\xec\xb7\x3b\x89\x55\xd0\x97\x17\xab\xcb\x01\xa3\x6c\xc5\xf2\xd4\xb8\x1c\xb0\x8d\xd9\xdd\x49\x97\xa3\x83\xa4\x2d\xef\x7d\x97\x83\xb3\x31\x99\xfe\x96\xbf\xcb\xc1\xb1\x44\x85\xff\x78\x39\x38\x94\xa8\xe0\xd5\x5c\xfe\x2e\x07\x87\x12\x15\x84\x03\xf2\x77\x39\x38\x1b\x63\x39\x38\x97\x83\x73\x91\xf9\xfd\xfd\x96\x83\x73\x31\x38\xde\x28\x2e\x07\x87\xd5\xd1\x73\xb9\xa9\x0e\xce\xc6\xec\x0e\xe1\xe5\xe0\x6c\x8c\xf5\x75\xc8\xc1\xa1\x90\x45\x77\x08\x2f\x07\x87\x05\xd3\x97\x1d\xba\x1d\x89\x9b\x39\xde\x9e\x5a\xb7\x23\xb1\x8d\x6f\xac\x1f\x1b\x71\xdb\xed\xdb\x63\x82\x9f\xbf\xed\xa3\xe5\x28\x96\x4f\x1e\xb7\x9d\xbc\x3d\x02\xfc\x7d\x3b\xb9\x31\x96\xa3\x73\xdb\xc9\x8d\x32\x3c\x5a\x6f\x3b\xb9\x31\x96\x03\x76\xdb\xc9\xdb\x23\xc0\xad\xb0\x93\x37\x9d\xfc\x71\x49\xb9\xed\x24\xa1\xb3\x3e\x3d\x77\x6f\x7b\xc9\x42\xeb\xc3\x8f\x3d\x1e\x02\x0f\x79\x44\x8d\xed\x7f\xec\xf8\x63\xc7\xf9\xfd\xc7\x73\x66\x63\x76\xff\xf2\x71\x2c\x58\x0e\xa1\x0f\x6f\x32\x8f\x87\xc5\xe3\xf8\xf8\x63\x1e\x03\x0f\x11\x63\x2f\x76\x8f\xe3\x43\xe0\xac\x7f\x67\xdb\xe3\xf8\x10\x38\xeb\xc3\x8b\xed\xe3\x00\x39\xf3\xac\x7a\x0d\x79\xdd\xdc\x97\xcd\xed\x74\xea\x75\x73\x5f\x36\xb7\x33\xb4\xaf\x9b\xfb\xba\xb9\x0c\xed\xeb\xe6\xbe\xd4\x46\xf5\x60\x79\xdd\xda\x97\xc8\x72\xa7\x53\xaf\x7b\x93\xe5\xd1\xbb\xa3\xfd\xda\x81\x97\x33\xbc\xfb\x5b\x76\xe0\x25\xb2\x3c\xfc\xa2\xdb\xbf\x31\xbb\x87\xe7\xeb\xe6\xbf\xbc\xac\xb6\xe7\xaf\xfb\xd7\x35\xea\xec\xf8\xeb\xfe\x7d\xa9\x12\xd1\x39\xca\x5e\xf7\xef\xcb\x41\xec\x89\xfa\xba\x7f\x71\xc8\x2c\x5e\x8d\x5e\x77\xf0\xcb\x51\xec\x69\xf9\xba\x7f\x37\x26\x2f\x3f\x33\xf4\x4a\x50\x49\xbf\xcc\x20\xb6\x26\x6a\x5f\x36\x55\x9b\x2a\xbf\x95\x34\x35\x9b\x38\xc5\xb9\x2b\x07\xc1\x35\x31\x99\x82\x9a\x41\x3e\xa4\xa8\x94\x9d\xca\x20\xde\x26\xa2\x13\xa0\xcd\x20\xe0\x26\x2a\xc5\xeb\x32\xb4\x5b\x50\x99\xa3\x91\xa1\xbe\x82\xc9\x9c\xdd\x0c\xf5\x15\x4c\x5e\x66\x64\xa8\xaf\x20\x3a\x81\x81\x0c\xfd\x15\xd4\xfc\xc3\x0b\xec\x0c\xf5\x16\x54\xa6\x75\x64\xa8\xb7\xa0\x76\x9e\x0a\x42\xbd\x05\x93\x97\xc2\x19\xba\x2c\xa8\xa4\xa4\x65\xe8\xb2\x60\x92\x41\x99\xa1\xcb\x82\xc9\xc4\xe2\x0c\x5d\x16\x54\x66\xa0\x64\xe8\xb2\x60\x76\x47\x2f\x1c\xa9\xf0\x40\x62\x0c\x74\x59\x10\x86\x3e\x33\x94\x59\x50\xfb\xf2\x2f\x1d\xaa\x60\x6d\x63\x0e\x91\x50\x66\x41\xa5\xc8\x46\x86\x32\x0b\x66\xff\x7e\xcb\x7e\x87\xfd\xde\x07\x52\xe8\xa4\xa0\x32\xd9\x35\x43\xb3\x04\x95\xba\x82\x19\x9a\x25\x58\xd3\xa1\xd0\x2c\xc1\xe2\x2d\x49\x86\x1a\x09\x16\x41\x80\x0c\x35\x12\xac\xe9\x41\xa9\x33\x82\xc5\x4b\xb1\x0c\x9d\x11\x2c\x5e\xe8\x64\x54\xf7\x47\xb5\x76\xa9\xbf\xaf\x33\x82\xc5\x8b\xbf\x0c\x05\x11\xd4\x74\xf4\xab\x43\x5d\x49\x10\xc1\x17\x42\x41\x04\x35\x3d\x9c\xb5\x41\xb0\x14\xc4\xa8\x0e\x18\x8b\x17\x8c\xf5\xb5\xb9\xb1\x1b\x95\x72\x8f\x19\xd5\x8d\xad\x54\x12\x72\xef\xaa\x91\x61\x1c\x10\x8d\x0c\x35\x12\x2c\xea\xee\x67\xa8\x91\x20\x72\x70\x81\x09\xa5\x11\x54\xaa\x53\x66\x28\x8d\x60\x11\x24\xc9\x50\x1a\xc1\xe2\xf5\x66\x86\xd2\x08\x1a\x05\x5f\x32\x9a\x3b\xa9\x79\xea\x31\x62\x7a\x64\x98\xb4\x39\x6c\xb2\xe3\x8d\xbc\xc6\xee\x6f\xb9\x93\x48\xda\xa4\x42\x64\x86\x1a\x09\x2a\x75\x29\x33\x9a\x43\xd1\x1c\x0a\xbf\xe8\x50\x98\xb4\x89\xc0\x85\xb2\x09\xf6\x35\x81\x8f\x69\x9b\x61\x22\x67\x32\x3c\x9a\x25\x58\x04\x7e\x33\x34\x4b\xd0\x98\x02\x93\xd1\xed\x77\xe7\xc5\xb7\xbb\x52\xd9\x04\xed\xe7\x18\x2a\x9b\x20\x52\x65\x0f\x6d\x13\xb4\x9f\x27\xbd\xb6\x09\x16\xc1\x9b\x8c\x6e\xc7\xbb\x39\x0b\xee\x71\x0d\x14\x34\x66\xdd\x64\x68\xa0\x60\x91\xb2\x9c\xa1\x81\x82\x46\xe6\x5e\x46\xda\x73\xd2\x39\xe7\xb0\x9b\xe9\x51\x90\x1c\x05\xee\x4b\x45\x35\xcc\xdd\xe4\x5e\x14\x5a\x29\xd8\x07\x06\x5b\xab\x96\x82\xe5\x3b\x8d\x50\x4b\x41\xfc\xa8\x9b\x95\xa1\x97\x82\xd6\xbc\x6a\xea\xa5\xa0\x32\x1b\x2d\x43\x09\x05\x4b\x8f\x0f\x25\x14\x34\xf2\x31\x33\x94\x50\xb0\x48\x91\xcb\xd0\x38\x41\xa3\xc6\x48\x86\xc6\x09\x22\x35\x85\x50\x39\x41\x23\x5a\x93\x31\xec\xf9\xf0\xf8\x67\xc3\xb4\x50\xb0\x48\xe7\xcb\x18\x5e\x7d\x86\x47\x06\xbf\x3f\x1c\x0c\x32\x3e\x49\xe2\xc8\xd0\x55\xc3\x92\x8a\xde\x40\x86\x63\xb1\xd1\x9a\xf7\x2c\xed\x15\x34\xe6\x0f\x65\x0c\x8f\x8c\xf1\x05\xd0\xdd\x30\xc7\xc2\x29\x71\xc3\x8f\xd9\xf1\x41\xdd\xac\xe2\xef\x7b\x14\x90\xe4\x99\x0a\x6d\xa8\xc2\xa0\x11\xe9\xc8\x50\x7b\xc3\x09\x70\xd8\x4a\xa8\xbd\x60\xef\x4c\x3a\x30\xed\xf9\x24\x1d\x09\xdf\x0a\x55\x18\xec\x4d\xe3\x0f\x54\x5a\x10\x39\x1c\x34\x05\x16\xc4\xaf\x79\xbc\x68\xb0\xa0\xb1\x5a\x50\xc6\x74\x77\xce\x2f\x2f\xcb\xbf\xb0\x5b\x16\x29\xf9\x7d\x9f\xb3\x5f\xd3\x74\x65\x8f\x65\xc5\x15\x34\xe6\x94\x65\x28\xae\xa0\x31\xa5\x2c\x63\xd9\xaf\xc5\x2a\xd3\x5e\x8f\x75\xd9\xf8\x26\xc1\x79\x75\x5f\xf6\xeb\x9b\x04\xd7\xff\x3f\xf5\x2b\x43\xff\x0d\xe7\xc8\x55\x7f\xc5\x3d\xce\x1c\xb9\xce\x5c\xc6\x0c\x05\x38\x5c\x71\xf0\xe7\xc9\xb4\x3c\xd6\x2d\xbf\xb8\xaa\x5b\xe5\x88\x59\x7f\x71\x7d\x1b\xef\x88\x2d\x32\xd9\xaa\x5f\x75\xc4\x96\x23\xe6\x79\xa2\x17\x83\x6d\xa4\x7e\xce\x11\x73\x21\xc2\x9f\xd7\x08\x2d\x38\xbe\x79\x73\x1e\x91\x87\xe3\xf3\xcd\x91\xf3\x8a\xaf\x07\xc7\x37\x47\xce\x63\x52\xeb\x05\x8d\x7c\xf1\x0c\xa5\x17\x34\x66\xdc\x65\xe8\xbc\xf1\xcd\x90\xf3\x94\x3d\xec\x18\xeb\xa6\x0f\xef\x32\x87\xfd\x3a\x9c\x0f\xe8\xc1\x76\xd8\xb1\x83\x33\xdb\x21\x39\xec\xd7\xc1\x01\x5e\xfd\x31\xbb\x75\x78\x20\x78\x21\x3d\x3c\x10\x0e\x0f\x04\x7f\xcc\x9e\x7e\x2b\xa9\x7b\x69\x52\xbe\xc1\x6e\xa3\xa7\xda\x77\x7c\x2b\xa9\x7b\x57\x54\xbf\x41\x1b\xde\x1d\xd4\x6f\xb0\x07\x89\x8d\x53\xbf\xe3\x9b\x11\xe7\x6d\x5d\xff\x0e\x67\xc4\xa5\x8f\xa9\x0a\x38\x68\xac\x91\x96\xa1\x80\x83\x7d\xc7\xb6\xcd\x91\x3b\x1d\x39\x87\x49\x05\x0f\x67\xc4\xd5\xe6\xdf\x3a\x74\xdf\x62\xed\xdf\xe6\x39\x4e\xe7\x97\xe1\xee\xef\x39\x28\x2e\xc2\x3e\xdd\x3a\x07\xe5\x5b\x84\xdd\x73\x41\xc1\x06\xd1\x96\xd7\x40\x0d\x1b\xec\xcf\x31\x50\x97\x83\xb2\xd1\x7f\x5e\xd7\xb5\x6e\xb0\xff\x95\x31\xd6\xb1\xc1\x1e\x14\xb6\x44\xc9\x8e\x6f\xb5\x76\x9f\x9c\xb4\x6c\xd0\xbf\x83\x53\xcb\x06\x8d\x25\xc7\x32\xb4\x6c\xd0\x7f\xde\xfa\xb4\x6c\xd0\x58\xaa\x2e\x43\xcb\x06\xfd\x3b\xbf\xb4\xec\xb8\xbe\x4b\x08\x87\xa6\x9a\x0d\xda\xf0\x1c\xd1\xa9\xc3\xb5\x08\x96\xbb\xf0\x76\x40\xbe\xdc\x57\x2f\xe4\x5a\x75\xb8\x3e\xc1\xf0\x16\x70\xdb\x2b\x56\x5e\x2f\x3f\x1f\x05\x74\x68\x10\xe5\xe7\x85\x50\x63\x06\xd1\x94\xa5\xd0\x7c\x41\x44\x7a\x7f\xd2\x7c\xc1\xfe\x2e\x6d\xaa\x2f\xd8\x23\xcc\xb6\x28\xba\x60\xdf\xc7\x18\x75\x4d\x17\xf4\xea\x3e\x54\x74\xc1\xfe\x0b\x46\xe0\x71\xe7\x98\x37\x9a\xde\x02\xb5\x5f\xd0\xbf\xf3\x55\xfb\x8d\xe7\x9b\xae\xe9\xcf\xd9\x33\xd3\x46\xd3\x1b\xb6\xf6\x0b\xf6\x08\xf8\x17\xf6\xf6\xb1\x6c\x97\x37\xe3\xc7\xfd\x43\x08\xb5\xfc\x1c\xd1\xc7\x9d\xf1\x7c\xf3\x2f\x38\x00\x34\x67\xb0\xdb\xf8\x5f\xd5\x19\xec\x36\x46\x5e\x77\x06\x5d\xd5\x0f\xad\x18\xf4\x4f\x66\xb4\x62\xd0\x7d\x01\x14\x5a\x31\xe8\xbe\x55\x09\xad\x18\xf4\xf4\x2e\xa5\x15\x83\x28\xdf\x53\x8d\x5a\x0c\x7a\x7a\xcd\x55\x8b\x41\x94\xef\xea\xa7\x17\x83\x3e\x9a\xff\x69\x47\xf1\xe2\xfa\xf3\x19\x5e\x2f\x06\xae\x9e\x9a\xa1\x17\x83\x6e\x08\xac\xe8\xc5\xa0\x1b\x5e\x29\x7a\x31\x88\x5a\xb9\x20\x16\xc5\xb8\x90\x62\x5a\x29\x6e\x94\x45\xc1\x05\x51\x3d\x6e\x8a\x82\x0b\x06\x87\x43\xd1\x6f\x41\xfa\x48\x5a\xf4\x5b\x60\x90\xa7\xe8\xb2\x65\x7b\xab\x17\xaa\xa2\x97\x82\xc5\xd9\x56\x74\x50\xb0\x38\xbd\x8b\x11\x56\x10\x2c\xf8\x98\x45\x2b\x05\xc1\xe2\x7b\x59\x54\xd0\xe2\x84\xc0\x66\x53\xb7\xc9\x70\xaa\xbf\x95\x36\x19\x4e\x65\x68\xf4\x4d\x30\x3c\xde\x8b\xba\x59\x28\xb3\x32\x22\xfe\xff\xf6\x5d\x94\x4a\x50\x99\xcc\x95\xc5\x08\x29\x58\xdf\x36\x1a\x21\x2d\x65\xcb\x74\x86\x9f\x72\xc4\x0b\x85\x1a\xb8\xa0\x17\xa3\xa1\x60\x85\x9b\x6d\x34\x14\xac\x70\xb3\x15\x54\xb0\x8c\x54\x15\x6d\x14\x2c\x23\x6d\xc5\x38\x27\x68\x4c\xbe\xce\xa2\xa0\x82\xf5\x1d\x0a\x0a\x2a\x88\xb1\xbe\xb6\xdb\xb6\xef\x21\xa9\xd1\xe6\xde\x2a\xdc\x1b\x79\x20\x29\x2a\x2a\x68\xac\x26\x99\x45\x43\x05\xdd\xab\x76\x31\xaa\x09\x7a\xe5\x41\xbb\x28\xad\xa0\x7b\xc3\x2b\x4a\x2b\x20\x1d\x31\x8b\xce\x0a\x62\x18\x65\x29\x46\x35\xc1\xbe\x66\xf9\x39\xbb\x59\x49\x4d\x70\xac\x15\x59\x90\x9d\x67\xc1\xa2\xc7\x82\x68\xdf\xb6\xba\xdf\x28\x19\xd9\xfc\x7d\x3d\x16\x04\x85\x4a\xb2\xe8\xb1\x20\xa8\x87\x90\x45\x8f\x2d\x8d\x40\xe1\xf7\x29\x37\x7f\x63\x7c\x9d\x54\x50\x41\x61\xcd\xe5\x2c\x0a\x2a\x28\xe4\x4f\x67\x51\x50\x41\x65\x56\x61\x16\x03\x9d\x60\x92\x62\x92\x45\x67\x05\xe3\x6b\x71\xb7\x51\xc1\x7f\x50\x2f\x34\x8b\xce\x0a\x28\x10\x94\x45\x65\x05\xe4\x3f\x66\x51\x4f\x41\xaa\x12\xa5\xdb\x43\xaa\x9b\x54\x5b\xec\x20\xc5\x4d\xbc\x10\x18\x1b\x2d\x5b\x57\x8d\xf6\x16\x3d\x14\x2c\x1e\x1e\x8a\x1a\x0a\xac\x3a\x99\x45\x0b\x05\xc9\xfc\x92\x2c\x5a\x68\xd1\x42\xe9\xaf\x12\x0a\x32\xbe\xad\x74\xbb\x09\x79\x52\x09\x26\x8b\x76\x09\x92\x29\x66\x59\x94\x4b\x90\x4c\xdc\xcc\xa2\x5c\x82\x0c\xf7\x83\x51\xd0\x62\x35\x49\xb6\x4a\xdd\x04\xc9\xb4\xe9\x2c\xda\x26\xc8\xf0\x82\xa5\x6d\x82\x0c\xaf\x0d\x9a\x25\x88\xf4\xc5\x56\x31\x4c\x09\x82\xd2\xfd\x59\x94\xc6\xf2\xcd\x09\xa4\xd7\x4a\x23\x88\xc2\xbb\x83\xa2\x33\x82\xa4\x8c\x58\x16\x9d\x11\x64\xf1\xc0\xd2\x19\x41\xd6\xef\x8b\x76\x68\xf0\xb8\xc4\x4b\xcd\xa2\x33\x82\xa4\xa6\x57\x16\x05\x11\x44\x78\xc0\x2b\x88\x20\xcb\xf7\x45\xf7\x99\x09\xa9\xbc\xb9\x2d\xfa\x21\x48\x2a\x85\x66\x19\xee\x33\x2a\x53\x16\xfb\xa8\x32\x82\x88\x6f\xeb\x1d\x09\x52\x54\x29\x3f\x96\x45\x63\x04\x41\xc5\xf2\x2c\xc6\x4e\x8b\x29\xaa\xfe\x96\x12\x09\x22\x3c\x11\x95\x48\xf0\xbd\x04\x2e\x3a\x64\xb1\x08\x3f\xf3\xef\xb2\x28\x91\x20\x8b\xb7\x07\xe3\xa9\x20\xbe\x8b\xaa\xf1\xd4\x62\x7d\x4c\x8a\x99\xed\x0f\xdb\xe6\x53\x97\xdf\x74\x78\xa6\xc3\xc3\x88\x19\x50\x2d\x4e\x1f\x74\x78\xf4\x51\x10\xe1\x3e\x52\x47\x8b\xd3\x07\x1d\x31\xd5\xb3\x38\x57\xf0\xdb\x0a\xc7\xc2\x62\x98\x5e\xc7\xb5\x4c\xb0\x1f\xcb\xf9\xa6\x9a\x09\x82\xaa\xac\xfb\x48\xb0\x89\x3b\x9e\x03\xab\x65\x82\xa0\xea\xeb\xde\x55\x36\x91\xee\xe5\x28\x6a\x91\x20\xa8\xfb\xbc\xc7\xd2\x26\x0e\x0b\x6f\x30\x46\x51\x41\x7c\x37\x18\xb5\x12\x44\xf1\x78\x52\x03\x8b\x95\xf8\x7f\x5e\x7a\x55\x39\x10\x8d\x34\xef\x2c\x87\x7f\xc0\x74\xc1\x34\xc6\x5d\x94\x39\x10\xbe\xed\x2e\xba\x1c\xc8\xee\xcd\x49\x97\x2b\x16\x9a\xec\x7e\xd1\x03\xcf\x5a\x27\xbf\xf2\x87\x9b\xb1\xa6\x57\x5c\x51\xfe\xfb\x77\xb7\xdc\x3a\x94\xcd\x7f\x77\x5f\x50\x87\x92\x84\xfe\x2c\x8a\x1e\xc8\xee\x43\x8c\x9e\x57\xac\x43\x89\x5b\x16\x35\xaf\x98\xc4\x1a\x7e\xca\x5d\x71\x92\xb5\xc3\x53\x5e\xd1\xe8\x40\x76\xde\xba\x14\x85\x0e\x84\x21\x8c\xa2\xcf\x15\x4b\x53\xf2\xc8\x58\x74\x37\x90\xdd\x47\x09\xd5\xad\xb8\x74\xbc\x3b\xdf\x50\x29\xc8\xee\x35\x5c\x71\x03\x61\xbc\xa2\x18\x2a\x05\xe1\x1b\xf7\xa2\xca\x81\xa4\x22\x47\x16\x55\x0e\x44\xf3\x08\xd7\xd0\x40\x34\x2f\x13\x1a\x1a\x88\xee\x3b\x9d\x62\x60\x14\x44\xf3\x14\x55\xda\x40\xe4\xf0\xc6\xae\xb4\x81\x30\x50\x53\x74\x36\x10\x46\x90\x8a\xce\x06\xc2\x30\x56\xd1\xd9\x40\x34\xcf\x2a\x9d\x0d\x64\xf7\x70\xd3\xd9\x40\xf8\xc0\x5e\x74\x36\x10\x06\x4d\x8a\xca\x06\x42\x75\x2a\x46\x46\x8b\x4b\xca\x79\x38\x6b\x71\xc5\xf2\x98\xfe\xa3\x12\x07\xc2\x28\x59\x31\x58\x0a\xb2\x7b\x0f\xb8\x1d\x31\xaa\x63\x1a\xe1\x2e\x9a\x5e\x61\x51\x78\x15\xa1\x18\x3f\x2d\x96\xf8\x1f\xde\x8a\x94\xbf\x72\x3b\x14\x0c\x98\xee\x07\xc2\xb0\x48\x31\x7e\x0a\xc2\xa8\x4b\xd1\x06\x41\x18\xbc\x2e\xc6\x4f\x41\x18\x11\x2e\xc6\x4f\x41\xf8\x16\xa9\xa8\x87\xc5\x04\xd9\xe6\xe8\xeb\x73\xe5\xab\x8f\xe9\x5d\x59\xd9\x02\x69\x86\x41\x79\xfc\xb5\x87\x5f\xf3\x80\x55\xbf\x40\x4c\x2f\x60\x8f\x03\x8b\x91\x4d\x1f\xbe\x1e\xff\x93\x09\x7f\xd3\x33\x5b\x47\x03\x69\x90\xbb\xa8\x68\x20\xa6\x03\xab\xa1\x81\x51\x7d\xa4\x30\xba\x09\x0a\xcb\x9e\x64\x31\xba\x09\x62\x7a\x36\xeb\x71\xc5\xc5\xd5\x3d\xac\xf5\x38\x90\x46\x6c\x8b\x1e\x57\xac\xb2\xe2\xf9\xa0\xc7\x81\x34\x3a\x5e\xf4\x38\x90\x26\x2b\x14\x35\x0e\xa4\xb9\x16\x45\x8d\x03\x69\x2e\x44\xd1\xe2\x40\xcc\x6f\x53\x1d\xaf\xd7\xf1\x72\xbb\x1c\x2f\xd6\x6d\x9b\x1e\xd4\x4a\x1c\x28\xd4\x6f\xdf\xb7\xfe\xdd\x04\xd2\x10\x7a\x55\xe2\x40\xcc\xef\x53\xc5\x26\x92\xc0\xba\x9f\xaa\x36\xf9\xb0\xba\x68\x1a\x36\xd1\x6d\x2e\x4f\x55\xa9\x03\x85\x25\x61\xb2\x6a\x75\x20\x28\x09\x91\xd5\x10\x25\x48\x33\x87\xaa\x5a\x07\x72\x71\x9c\x57\x23\x94\x20\x99\xf4\x90\x55\xd5\x03\x69\xfa\x52\x35\x04\x09\xd2\x04\x83\xaa\xfe\x81\xc1\x02\x54\x59\xf5\x3f\x10\xcc\x26\xcb\x6a\x08\xb2\x22\x7b\x26\x00\x54\x65\x0f\xa4\x99\x03\x55\xd9\x03\x41\xb1\xb6\xac\xc6\x1b\xc1\xbe\xdb\xf2\x63\xc6\xf5\x40\xa1\x08\x4d\x56\x4d\xaa\x5a\x40\x85\xbd\x56\x35\xa9\x6a\x01\x15\x2e\xb8\x55\x6d\x02\x2e\x3e\x99\x55\x6b\x02\xa3\x36\x7f\xcb\x7e\x5b\x53\xe5\xb7\xfc\x98\x1d\x2f\xee\x5c\xc6\xc2\xfc\x50\xb0\x2f\x75\x7c\x55\x93\x02\x63\x71\x19\xa8\x9a\x54\x75\xce\x1f\xa7\x51\xd5\xa4\xc0\xbf\x2e\x99\x1f\x0a\x22\x4d\x1c\xa8\xda\x15\xb0\x6e\x71\x56\xf5\x0a\xec\xff\xf4\x0f\x1c\x0d\x26\x02\x56\x4e\xa4\xaa\x71\x81\x51\xab\x5b\xe6\x68\x54\x52\xac\xfe\xf2\x82\xbb\x1a\x6b\x04\x63\x35\xb7\xc8\xf1\xab\x8c\x9f\x47\x97\xd6\x06\x4a\xf1\xe0\xd5\xda\x40\x29\x6e\xa3\x8a\x06\x46\xf5\x53\x2a\x5a\x35\x63\xd5\x83\x57\x45\x03\xa5\x38\x06\x66\xac\x02\x4b\xb6\x66\x35\xf8\x58\x1b\x59\x66\xd5\x2f\x3a\x52\x2c\x93\x5e\x1c\x63\x45\x0e\x8c\xfa\xfd\x96\x03\xd5\x1c\x28\x7f\xcb\x81\x62\x99\x74\xea\xa6\x67\x55\xe4\x80\x85\x00\xb2\x2a\x72\x60\x54\x47\x42\x93\x03\x85\x7a\x14\x59\x15\x39\x50\x28\x3e\x91\x55\x93\x03\x85\xf5\x1b\xb2\x1a\x7c\x04\x85\xba\xe9\x59\xb5\xbb\x6a\xa6\xab\xa7\x8b\x76\x07\x46\x75\xbb\x8c\x3d\x82\x51\x1d\x55\x63\x8f\xd5\xac\x56\x0f\x40\x63\x8f\x60\x50\xd0\x2b\x6b\x77\x24\xba\x23\xe1\xcf\x3b\x12\x2c\x9c\x5e\xdd\x2e\x3d\x10\x8c\xea\x01\xae\x07\x56\x73\x5f\xdd\x54\x25\xac\x1a\xf3\x33\x5d\xb0\x6a\x61\x60\x2c\xee\x86\xd5\xf8\x1e\x28\xbe\x6e\xaa\x5a\x18\x28\xc3\x61\x35\xef\x14\x94\xe1\xb0\x1a\xdf\x03\x65\x60\x82\xd5\xf8\x1e\xd8\x37\x60\x37\xc3\xa1\x66\x15\xf1\xe5\x99\xa1\xbe\x81\x61\xf8\xa4\xaa\x6f\x60\x2c\x7f\x4c\x7d\x03\xe3\x3b\x7d\xd4\x37\x50\xd4\xed\xaa\xbe\x81\x42\x41\x95\xac\x06\xf3\xc0\x30\xef\xb4\xea\x6a\xa0\x1a\xb1\xaf\xba\x1a\x28\xcc\x17\xca\x3a\xec\xf7\x20\x7b\xcc\x53\x46\x7d\x03\x31\xbe\x1d\xae\xbf\x81\x32\xbe\x8f\x39\x16\x83\xb1\xf0\x24\xd6\xdf\xc0\x58\xc4\x9c\xaa\xfe\x06\xc6\x72\xa8\x95\x35\xb0\xcd\x89\xa3\x47\x5b\x03\x65\xf8\x4d\x6d\x0d\x8c\xe5\x09\xa8\xad\x81\xb1\xdc\x7e\x65\x0d\x94\xe1\x0e\x57\xd6\x40\x19\x5e\xf1\x95\x35\x30\x96\x97\x5f\xc5\x0c\x8c\x55\xfd\x2d\xc7\x62\x72\x0c\xb8\x8f\x14\x33\x50\x06\x56\x5f\x15\x33\x30\x4c\xdd\xad\xc6\x09\xab\x25\x2f\x59\x72\x33\xab\xb2\x06\x2a\x65\x9c\xb2\x1a\x26\x04\x63\x79\x58\xeb\x6f\x60\x18\xdf\xa8\xd3\xe1\x99\x24\x99\x79\x49\x51\xe9\xc0\x58\xf6\x48\xa3\x03\x63\x79\x8d\xd6\xe8\x40\x19\x1e\x75\xea\x1b\x98\x4e\x2e\xa8\xba\x1a\x28\xc3\x5b\x80\xae\x06\xc6\xb2\x93\xba\x1a\x28\xbe\x3a\xab\x46\x00\x41\x31\x5f\xad\x1a\xed\x03\x65\xb8\xf5\x06\xfb\xc0\x58\xd5\xed\xb2\xdb\xcb\x43\xc0\x26\xbb\xbd\xec\xb6\xbf\x65\xb7\x99\xd5\xb8\x3c\x01\xcd\x81\x05\x85\x85\x31\xb2\x1a\x0f\x04\x65\x78\x9c\x1b\x0e\x04\x65\x78\x7e\x9b\x16\x0b\x2a\xc5\xb1\xb2\x6a\x95\x60\x2c\x8f\xd6\xc3\x83\xe2\x20\xf5\xd0\x1d\x69\xcc\x10\x14\x0a\xe9\x65\x55\x33\x41\x19\x1e\x27\x6a\x26\x28\xc3\x0e\xa9\x99\xa0\xf8\x32\xad\xaa\x99\x60\x2c\x8f\x4c\x3d\x12\x94\xe1\xe0\xe8\x91\x60\x2c\xf7\x90\x1e\x09\xc6\xf2\x00\xd0\x23\xc1\x30\x20\x5b\xf5\x48\x30\x9d\xa1\x53\xf5\x48\x30\x9d\xcf\x52\x15\x3d\xb0\x05\x9b\x4e\xea\x70\x60\x2c\xf7\xad\x0e\x07\xa6\x53\x9a\xaa\xa1\x37\x50\x23\xff\x7f\x7d\x8b\xac\x06\xe6\x40\xcc\x1f\xce\x5f\xd5\x3e\x30\x95\xd6\xaa\xf6\x81\xe9\x6c\xa3\xaa\xf5\x55\xd3\x61\x3d\x98\xb5\xbe\x6a\x8d\x1a\x5e\x3c\x54\xa5\x0f\x54\x0a\xd2\x64\x55\xfa\xc0\x54\x9b\xaa\xd2\x07\xa6\x02\x5c\x95\x3e\x50\xa9\x3e\x93\x55\xe9\x03\xd3\x09\x48\x55\xe9\x03\xd3\x37\x05\x55\xe9\xab\xa6\xc3\x7a\x93\x56\xfa\x40\xa5\x38\x41\x56\xa5\xaf\x9a\x0e\xeb\x8e\x56\xfa\x40\xa5\xc2\x4e\x56\xa5\xaf\xba\xd4\x1b\xd1\xc2\xaa\xf4\x81\xed\x94\xfc\xbe\xd6\x57\x5d\xeb\x6d\xd8\xe4\x80\xdd\x0c\x98\x37\x05\xad\x0f\x4c\xe7\x9b\x55\xa5\x0f\x54\xe6\xe3\x67\x35\x91\x16\x4c\x5f\x48\x54\x3d\x10\x4c\x5f\x62\x57\x3d\x10\x4c\x5f\x35\x54\x3d\x10\x58\xb1\x33\xab\x1e\x08\x5c\xdb\x35\xab\x1e\x08\xa6\x53\xbd\xaa\x79\xb4\x60\x76\xaf\xb3\x46\x13\xab\x79\xb4\xcb\xdd\xa6\x2e\x82\xe9\x14\xb7\x6a\x30\x11\x4c\x67\x46\x55\xf3\x68\xab\x79\xb4\x04\x75\xab\xe1\x45\xb0\x9d\xd2\x8f\x39\x3c\x0f\x27\xfb\xf0\xc7\x3c\x9e\xc8\xa3\xad\xde\x4d\xb4\x51\x30\x9d\xc7\x57\x0d\x2e\x82\x98\x26\x01\x56\xa3\x8b\x60\x15\xef\x30\x06\x17\xc1\x74\xb6\x54\x35\xb6\x08\x2a\xd5\x92\xb2\x1a\x5a\x04\xd5\xfc\xbb\xaa\xec\x82\xe5\x4b\xbd\xaa\xd9\xd6\x87\xac\xc9\xe1\xe6\x3b\x16\x0f\x63\xe1\xf5\x45\x8d\x05\xd3\x37\x12\x55\x8d\x05\xcb\x17\xaf\x55\x8d\xad\x26\xe9\xda\x49\x35\x16\x4c\xa7\xe8\x55\x35\xb6\x9a\xa4\x3b\xfc\x94\x43\x61\x92\xae\x97\x42\x35\x16\x4c\xa7\xd5\x55\x9d\x15\xec\xe7\x1a\xdb\xec\x37\x29\xb9\x66\x0f\x56\x0d\x15\xec\x3d\xe2\xc7\x3c\x30\x2c\x5a\xf3\x73\xb0\x15\x52\x10\xc9\x8a\x7f\xd9\x4c\x7e\x6d\x26\xbf\x72\x09\x6b\x5a\x24\xd8\x3f\x37\x68\x5b\xb6\x91\x13\x89\xfa\x35\x23\x81\x60\xb1\x1e\x44\x36\x35\x12\x2c\xaa\x80\x65\x53\x23\xc1\x62\x01\x8d\x6c\x6a\x64\x33\xd1\x95\x6b\x5f\x53\x23\xc1\x62\xe6\x7f\x36\x35\x12\x7c\x01\xca\xa6\x46\x82\xe5\x1b\xf9\x66\xcc\x10\x2c\xdf\xd0\x36\x35\x12\x54\x6a\xf9\x65\x33\x8c\x08\xaa\x91\xee\xa6\x59\x82\xe5\x8b\xd0\xa6\x59\xb6\x20\x97\xd2\x8d\xd0\x2c\xc1\xf2\x85\x7f\x33\x8c\x08\x16\x2b\x76\x64\x33\x6b\x15\xac\xf2\xfd\xbc\xdd\x26\x6b\xd5\x38\x7a\x73\xbe\x25\xa8\xe9\x78\x19\x60\x04\xcb\xe0\x41\x33\xc0\xd8\x0c\x30\x62\xe2\xcd\x00\x23\x58\xd4\x40\xc8\xe6\x14\xcc\x46\x80\xd1\x77\xc9\xcd\x00\x63\x33\xc0\xc8\x8b\x91\x66\x80\x11\x2c\x6a\x81\x66\x73\xba\x25\x58\xbe\x30\x6f\xc6\x1c\xc1\xa2\x88\x68\x36\xe5\x19\x2c\xd6\x46\xc9\xa6\x29\x83\x6a\x26\x47\x33\xe6\xd8\xbe\x98\x23\xdd\x56\x9e\x41\xcd\xef\xb7\xdc\xdb\x85\xbd\x1d\x76\xc8\x91\x28\xee\x6d\x46\x55\x77\x06\x8b\x45\x4f\xb2\x19\x84\x04\x8b\xb5\x4b\xb2\xa9\xce\x20\xc6\xf7\x97\xba\x73\x73\xcd\x3a\xde\x40\x34\xdd\x19\x34\xb3\x04\x9a\xee\x0c\x56\xf1\xa0\x50\x9d\x41\x35\xc3\xa2\xa9\xce\x60\xf9\xf2\xbd\x69\xce\x60\x9f\x82\x74\x5c\x75\x06\x6b\x3f\x3b\xff\xef\x6d\xb9\x69\xd6\xed\xab\xba\xe3\xde\xd1\x9d\xc1\xbe\xf3\xf8\xcb\x0e\x56\x75\xb0\xfc\x98\x83\x65\x9e\xee\x37\x32\x0e\xd6\xc6\xf2\x0d\x4b\x53\x9e\xc1\x2a\x8e\xb2\xf2\x0c\x16\xeb\xe0\x64\xd3\x94\xc1\x32\xde\xd0\xf4\x56\xb0\x7c\x9f\xd6\x94\x54\xb0\x9c\xbc\xd8\x94\x54\xb0\xa6\x67\x9e\x46\x0a\x96\xaf\x11\x9b\x46\x0a\x9a\x99\x18\xcd\x80\x23\xa8\xe6\x3f\x37\x23\x8e\xcd\x9c\x59\x77\x98\xde\xda\x2c\x7e\x9a\x7e\xca\x71\x37\x1b\x36\xfd\x79\x87\x9d\x52\xa6\xbe\xe7\x6b\xea\x27\x88\xcf\x52\x9b\x71\xc8\x66\x1c\x72\xba\xad\x1e\x96\x9d\xfc\x4f\x4f\x2a\x93\x61\xc1\x72\x7e\x6c\x33\x36\xd9\x4c\x86\xf5\x1a\x67\x32\x6c\x33\x19\x96\x67\x88\x66\xb8\x12\x2c\x5f\xbb\x35\xc3\x95\x60\x3a\x0f\xbc\x29\xbc\x60\xf9\x56\xaf\x19\x76\x04\xcb\x39\x8e\x4d\x07\x06\xcd\x54\x98\xa6\x03\x83\xf8\x39\xcb\xb8\x29\xc1\xa0\x51\x99\x2e\x9b\x12\x0c\x96\x6f\x33\x9b\x12\x0c\x96\x2f\xec\x9a\x0e\x0c\x9a\x69\x35\x4d\x07\x06\xf1\x63\x05\xdc\x6c\x4a\x30\x68\x14\xa8\xcb\xa6\x04\x83\xfd\x31\x3a\xa0\x05\x83\x68\x3e\xbf\x37\x35\xb8\x99\xe6\xea\xad\xc2\x90\x65\x33\xcd\xd5\x13\x46\x33\x06\xcb\x69\xa7\x4d\x33\x06\xcb\x89\xae\x4d\x33\x06\xcb\xf7\x7f\x4d\x33\x06\xcd\x8c\xa7\xa6\x19\x83\x46\x4d\xbc\x6c\x8a\x31\x68\x3f\xbb\xa4\x18\x83\x66\xea\x55\x53\x8c\x41\x0c\x5f\xbe\x34\xcd\xb8\xb9\x3e\xc4\xb4\x47\x0e\xc6\xf0\xe4\x62\xb0\x55\xde\xe6\x32\x0f\xde\x64\x94\x59\xb0\xc7\x87\x6f\x6a\xb3\xcd\x05\x1c\xba\x4d\x6e\xff\xa4\xf4\x95\x87\xa7\x36\xdb\x0c\x33\xfe\x78\x24\x69\xea\x2c\xd8\x3b\xdd\x7f\xb0\x07\x5f\xde\x2b\x8f\x5e\x4d\x9f\x05\xbb\x8d\x9e\x2a\xb4\x20\x86\x71\xd1\xa6\xbe\x82\xfd\x39\xfe\x43\x7f\x6d\x26\xbe\xf2\x04\xdb\xf4\x57\x10\xdf\xfb\xa2\xa6\xc0\x82\x66\xee\x68\x33\x24\x09\x9a\x49\x91\xcd\xf8\x23\x68\x66\x7f\x36\x9d\x16\xec\x11\xf1\xc7\x1c\x91\x6f\xf1\x07\x77\x83\x56\x0b\xe2\x67\xf1\x83\xa6\xd6\x82\x66\xae\x67\x33\xaf\xb5\x99\xd7\xda\xfd\x35\x7b\xff\x2d\x07\x31\xfc\x57\x7b\xbf\x78\xd8\xad\x76\xd4\x23\x7c\x99\xcf\xc2\x58\xea\xb5\xed\xcb\x6a\xe5\x3d\x4c\x53\x6c\xdb\xb7\x1a\x84\x77\x09\x35\x16\x34\x13\x5d\x9b\x1a\x0b\xf6\x57\xd9\x85\x7a\x2c\x68\xe6\xf0\x35\x3d\x16\x34\x93\x44\x9b\xf1\x52\xb0\x4c\x26\x69\x4a\x2b\x68\x66\x3c\x37\x0d\xb5\x99\xd3\xda\xfd\x79\xfb\x69\x4e\x6b\x77\xc3\xec\xe6\x41\xea\xbe\xb7\x0a\x0d\xb5\x99\xd2\x8a\x58\x34\x0d\x15\xc4\x08\x1f\x44\x54\x54\xd0\xcc\x13\x6f\x2a\x6a\xfb\x32\x5a\x79\x4e\x6e\x66\xb4\x82\x46\xb9\x9e\x6c\x86\x3f\x41\x33\x9f\xba\x19\xfe\x04\x31\xbe\xdb\x8c\xc1\x4e\x10\x6d\x7d\xff\x60\xa7\xce\x8b\xfc\x21\x7f\xcd\x1e\x9c\x26\x1b\x7b\xf9\xd3\x78\x41\x9b\x5e\xd0\x8d\x5a\x82\x36\xbd\xb5\x29\xc1\x60\x3f\x8e\xb2\xb9\x6a\x2e\x68\xc3\xfb\x91\x96\x0b\xda\xf4\x7e\xa4\xe5\x36\xd3\x4f\x7f\xeb\x2f\x37\x6a\x2d\x18\xb4\xe1\xcd\x49\x0b\x06\x6d\xb8\x1f\x55\x5e\xd0\x86\xf7\x00\xfd\x16\xec\xff\xf2\xff\x3d\x86\x2f\x96\xa6\xf0\x48\x57\x70\x41\x1b\x5e\x4a\xb4\x59\xd0\xa6\x17\x1c\x6d\x16\x74\xd3\x61\x9b\x36\x0b\x22\x7e\x8e\x82\x3a\x0b\x76\x1b\x5b\xab\xbb\x82\x36\xbd\x0b\xe8\xae\xed\xfe\x56\x8d\xe5\x1f\x6e\xfb\xb9\xd1\xa6\xf7\x0f\xe5\x15\xec\x5f\xe3\x24\xd1\x5e\x9b\x65\x7e\x7e\x5e\xa6\xd5\x57\xd0\x4d\x9c\x6d\xea\x2b\xd8\x9d\xf7\x63\x76\x9e\x12\xab\xdf\x13\x8f\xfe\x0a\xf6\xc7\xfc\x57\x7b\x7f\x7f\x97\x2f\x86\x57\x0f\x05\xfd\xf7\x35\xb9\xc3\x1f\xe7\x1e\xb8\xc7\x15\x51\xd0\xbf\xed\xd5\x43\x41\xc4\xa7\x33\x8a\x68\xfb\x97\xe7\xca\x28\x69\xa2\x60\xff\x1c\x5b\xa2\x8a\x36\xf3\x5c\x7d\x22\xd0\x44\x41\x34\x43\x3a\x4d\x15\x6d\xff\xf2\x5c\xd9\x11\xba\x68\xb3\x3c\x6a\xf2\xd6\xa7\x29\xa3\x20\x46\xf9\x36\xc5\x01\xf8\x56\x9b\x28\x6e\xb2\x67\x3b\x65\x54\x9d\xca\xd0\x34\x54\xd0\xbf\xdd\xaa\xa1\x36\x97\x36\xff\xe4\x44\x45\x05\xdd\x5c\xed\xa6\xa2\x82\xfe\xed\x2e\x15\x15\x74\x63\x6f\x4d\x45\x05\x7b\x3f\xf0\x9f\x3a\x2a\xe8\x06\x64\x9b\x41\x54\xd0\x8d\x2d\x35\x85\x14\x44\x31\x19\xb8\x19\x32\x6d\xdb\x3e\xbb\xb1\x96\xa6\x7c\x82\xfd\x31\x7a\x60\x80\x14\xec\x36\x3f\xe7\x71\x4e\x9a\xab\x91\x88\x66\x84\x14\xec\x8f\xed\xb6\x6e\x88\x14\x74\x73\x08\xba\x21\x52\xb0\x3f\x66\x5b\xb5\xcd\xd4\x19\xae\xf2\xdd\x19\xa0\x60\xb7\x55\xda\xd2\xb6\xe4\x5f\x6d\x1a\x36\x0d\x53\x75\xfd\xd7\x65\xdb\xb2\xad\xd3\x76\xd8\xe6\x8a\xb3\x08\x4e\xd7\x70\xc1\xfe\x9c\x9b\x72\xdb\x76\xdb\xd6\x68\x7b\x6c\x7b\x6c\x73\xf3\x5e\xdb\xa8\xa5\xce\x23\x4f\x57\x72\xc1\xfe\x18\x9b\x67\xb0\x14\x44\xff\x85\x9f\xb3\xb7\x2c\x82\x5e\xcc\xdc\xe8\x7a\x2e\xe8\x94\x7b\xcd\xae\xe7\x82\xfd\x31\xb6\x58\xd1\x05\xbb\xcd\x9f\x73\x04\xc2\xd5\x6b\xb8\x11\x75\xed\x17\x74\xaa\xdc\x66\x37\xaf\x16\xf4\xfc\x3e\x75\xda\xe4\x82\x36\xd8\x62\x57\x7f\x41\xb7\x20\x4d\x77\xd2\x26\xe8\x96\x5c\xe8\x1a\x31\x88\x1c\xc3\xed\x75\x44\xa8\xde\x9a\x3e\x72\x77\x9d\x18\x44\x35\x59\xb8\x2b\xc5\x60\xb7\xf1\x5d\xad\x18\xec\x36\xfa\x6a\x2a\x2e\xe8\x1a\x63\xd7\x94\x81\xeb\xaf\x65\xd7\x94\x41\x54\xa3\xa1\x5d\x55\x06\xfb\xd7\xe8\x84\x21\x64\xb0\x3f\xe7\x3f\x78\x4c\x6c\x74\x7d\xa3\x6b\xc6\xa0\x6b\x50\x5d\x33\x06\xdd\x18\x4c\xd7\x8c\x41\x54\x9f\x54\xba\x6a\x0c\xa2\x9a\x4e\xd4\x75\x63\xe0\x9b\xee\xae\x1a\x83\xe8\x2c\x0c\x90\x5d\x37\x06\xd3\x34\xa7\xae\x1a\x83\x7d\x9e\xd3\x03\xdd\x18\xfc\xfb\x94\x7d\x27\xac\x3c\x58\xd0\x3d\xbb\x6e\x0c\x96\x5d\x52\x8d\x41\x86\x07\xb4\x6a\x0c\x42\x41\xef\x9a\x31\x08\xdf\xf6\x74\x35\x17\x84\x6f\x1c\xba\x96\xdb\xcd\xe2\xe5\xc9\xa2\x6b\xb9\x20\x4c\x8d\xed\x5a\x2e\x88\xd9\xff\x30\x1f\xba\x6b\xbc\x20\xad\x0e\xd1\x35\x5e\x90\xd6\x7d\xe8\xce\x42\x05\xe1\xc4\xdd\x6e\x6c\xb8\x9b\xe4\xeb\xa9\x64\x20\xb8\x1b\xf5\xe5\x19\xaf\x1b\xf5\xed\x46\x7d\xbf\x2f\xda\x93\x66\xe1\xe4\xe5\x37\xdd\x6e\xa2\xb7\x2c\x03\x95\x5d\x31\x06\xc5\x74\xfe\xae\x05\x83\xe1\x53\x53\xd7\x82\x41\x19\x3c\x1d\x76\xa3\xb7\xc0\x7a\xda\xd9\x8d\xde\x82\xe2\x0c\x82\x6e\xf4\x16\x94\xef\x6c\x53\x9f\x41\x19\x3c\xb3\x77\xf5\x19\x94\xef\x04\xd4\x8b\xc1\x34\x2b\xad\xeb\xc5\xa0\xb0\x14\x55\x76\xbd\x18\x58\xac\x3b\xbb\x5e\x0c\x22\x7d\x74\xeb\x66\xe8\xf6\xe4\x1d\xb0\x27\xa9\xa1\x60\x30\xcd\xb3\xeb\x8a\x31\x98\xdd\x71\x55\x8c\xc1\xbf\x33\x59\x31\x06\xd3\x44\xb8\xae\x18\x83\xf9\x1d\x34\x4e\xfe\x04\xd3\x54\xc3\xae\x17\x83\x68\xcb\x03\x5c\x31\x06\xd5\x9b\x6e\x57\x8c\xc1\xde\x7e\xfa\xa4\x05\x83\x55\x3c\xcf\xb4\x5b\xd0\x9c\xbe\xd2\xcd\xd1\x05\xcb\x4a\x1f\x5d\xe1\x05\x6d\x7a\x7b\x52\x78\x41\x73\x3e\x6b\x57\x78\xc1\xf6\x1e\x7f\xcc\x6e\xa2\xb7\xce\x19\xeb\xea\x6d\xff\x26\x76\x7a\xee\xe9\xb7\x60\xb7\xf9\x73\x76\x74\xa8\x87\xee\x15\x0d\xb7\x9b\xba\xfb\xf3\x68\x54\x67\xc1\x6e\x63\x83\x0d\xf4\x76\xd3\x72\x93\x67\x82\x6e\xa4\x17\xec\x36\x8e\x05\xbd\xb7\xcf\xca\xd3\x04\x3f\x67\x5c\x17\xec\xbb\x93\x3f\x67\x67\xcd\xc2\xf5\x99\xb3\x9b\x85\xdb\x5d\xc5\x63\xf1\xd4\xdc\xf5\x63\x60\x18\xb7\xab\xc7\x20\x32\x3d\xbe\xf5\x63\x10\xc3\xca\x1a\x5d\xef\x05\xb3\x3b\x4e\xea\x2c\xa8\xa6\xbb\x76\x75\x16\xfc\xbb\xfa\x6b\xb3\x60\xf9\x0c\xd6\x0d\xc7\x82\x7d\x89\xf2\x9b\xf6\x60\xe3\x2b\xe6\xd1\xd5\x59\x10\xd5\x84\x8e\xae\xce\x02\xc3\xdc\x5d\x71\x05\xa5\x78\xb3\x32\x1e\xdb\x8d\xc7\x7a\xd3\x54\x5c\x81\x45\x43\xb3\xeb\xad\x7d\x11\xaf\xfa\xbe\xe8\x9e\x5a\xbc\xf0\xe6\x31\xb5\xeb\xa8\x60\x99\x8d\xd6\x0d\xbe\x82\xf6\x3d\x1e\x69\xad\x20\x22\x50\x9f\xae\xa2\x82\xf1\xfd\x96\x7d\xa4\xc8\xac\xfb\xcd\x40\x6b\xb7\x22\x11\x8f\x94\xdd\x40\x2b\xc8\xef\xec\x34\xaa\x0a\xd2\xda\x33\x5d\x67\x05\x61\xcd\x84\xae\xb3\x76\xa3\xaa\x3e\x79\x28\xa8\x60\x76\xde\x20\x75\x05\x15\x54\x03\x8a\x5d\x3f\x05\xd5\xa7\xe9\xae\x8b\xf6\x6f\x2a\xa5\x17\x04\xb3\x6c\xc1\x3e\xc6\x18\x7c\xcd\x13\xec\x43\x96\xad\x75\xde\x24\xe8\xe6\x02\x75\x53\x6f\xc1\xbe\xa5\xfa\x73\xee\x37\x56\xf7\xf8\xfe\xd4\x3e\x99\x7a\xeb\x21\x66\xea\x6d\x37\xf5\xd6\x0b\x82\x16\x0b\xc2\xda\x07\x5d\x89\x05\xd1\x4d\x0c\xe8\x5a\x2c\x48\x6b\x12\x75\x8d\x15\x14\x8a\xfa\x67\xd7\x58\xc1\xa8\xfe\xa5\xc6\xda\x2f\x82\x66\x5e\xe4\xd4\x4f\x50\x8a\xc3\x68\x10\x16\x8c\xea\x56\xe8\x95\xfd\x72\xfc\xe9\xb7\x5e\xd9\x2d\x1a\xe4\x7d\x48\xaf\x04\xff\x1e\x19\xf5\x4a\xf0\xef\xb1\x4f\xad\x04\xb3\xf3\x22\xa7\x1b\x25\xed\xae\x1c\x3f\x7d\xc6\xd3\x34\xc1\xec\x39\xff\x70\x7f\x56\x44\xc1\xb2\x6c\x5d\xd7\x43\xbb\xd9\xb4\xc5\xe3\x59\x11\xed\x2e\xf4\x81\x28\x74\x3d\x14\xb4\xef\x29\x5e\xbf\x04\x7b\xef\xdb\xe6\x28\xdc\xdf\xb3\x86\x9b\xe9\x30\xdc\x3e\x8a\x7b\x22\x1b\x0f\x05\xfb\x2a\xc6\x40\x18\x0f\xed\xce\xae\x1c\x8e\xaa\x22\x0a\xbe\xbb\x90\x1e\x0a\xf2\xe7\x31\xa1\x86\x82\xb0\x86\x42\x57\x43\xc1\x1e\x2e\xba\xa0\x72\x02\x53\x18\xba\xc2\x09\x9c\x7f\xd4\x75\x4b\x60\x60\xb5\x6b\x96\x60\x79\x91\xd7\x17\xfb\xc3\x2b\x4b\xf6\x97\x79\xb9\x20\x43\xff\x50\x17\x41\x86\xea\xa2\x2d\x82\x64\xf9\xb8\xec\xda\x62\x77\xea\xa4\x3b\x55\x5b\x04\x59\xbd\xaf\x6b\x8b\x20\xab\xb7\x4a\x65\x11\x64\xf5\x82\x6f\x40\x13\x64\xf5\x26\xa8\x18\x82\x30\x3b\xa2\x1b\xa9\x04\xd9\x79\x6b\xda\x75\x45\xb0\x1f\x0b\x68\x72\x97\xbd\x4e\x77\xf2\x1f\xed\xd0\xeb\x3c\x5c\x84\x3d\xd5\x42\x10\x46\x5a\xd3\x34\x59\x10\xe6\x35\xa4\x56\x08\xb2\xf3\xa8\x9c\x4a\x21\x48\xaf\x4c\x69\x59\x20\xb0\x6f\xee\x34\xa5\x4d\xe4\xb7\x57\xbf\x38\x6c\xe2\x8a\xc9\xd5\x25\xcd\xaf\x05\xfb\xe1\x84\xa6\x65\x13\x33\x20\xd2\x4d\x3d\x6c\x62\x28\xaa\xff\x78\xda\xc4\x50\x0c\x37\xf5\xb2\xc9\x0b\xce\xa2\xe9\xb6\xc9\xa1\x28\x34\x3d\x36\x71\xc1\xa9\x36\xbd\x36\xbd\x34\xf1\x8f\x6a\x64\x5a\xd4\x16\x3f\x4e\x2d\x32\x2d\x6a\x8b\x6d\xa5\xe1\x53\x90\x9e\xea\xa9\x57\x82\x30\x48\x9f\x6a\x25\x08\x93\x2b\x52\xad\x04\x61\xaa\x40\x6a\x8b\xe9\x02\xf8\x94\x95\xcf\xd4\x03\x41\x6a\x3d\xa9\x07\x82\x5c\xdf\x8f\xd9\xa3\x70\x0a\xdf\xf2\xd7\xec\x92\xeb\x2b\xba\x65\x6a\x60\x5a\x9d\xd6\x71\xd5\x02\x41\x9a\x57\x98\x4a\x20\x48\xd3\x9a\x52\x07\x04\x31\x58\x94\x22\x53\x09\x04\x61\x99\x96\x54\x02\xd3\xea\xb4\xdc\xfc\x52\x07\x04\x69\x9a\x4e\x1a\x2e\x05\xc1\x0a\x5c\x99\x86\x4b\xd3\xea\xb4\x1e\x03\x1a\x20\x48\xf3\xad\x52\xdd\x4b\x17\x09\x49\x37\xcc\x8e\x53\x64\xd6\xfc\xb7\x54\xf6\xd2\xf5\xec\x3d\x36\xb5\x3d\x10\xcd\x17\xa0\x69\x62\x31\x08\x6b\x89\xa4\x02\x08\xd2\x9c\xb8\x54\x00\x41\x9a\xd8\x94\xfa\x1f\x48\x93\xdd\x52\x01\x04\x69\x46\x5f\xea\x7f\x20\xcd\x51\x4e\xd5\x0e\xa4\x99\x92\x69\x54\x13\xa4\x39\x6b\xa9\x82\x81\x42\x99\xeb\x4c\x33\x76\xd3\x8c\x5d\xf7\xa4\x56\x06\x4a\x71\xf0\xcd\xd8\x05\x91\x96\x7a\x4b\x4d\x0d\x94\xe2\x49\x69\xca\x6e\x9a\xb2\xeb\xf0\x68\x6a\x20\xba\xd3\xf1\xd3\x9c\xdd\xfc\xec\x8d\x5e\x6a\x6f\xa9\xbd\x79\xf4\x18\xfb\x04\xfb\x3f\xfd\x03\x8f\x58\x93\x76\x3d\xe1\x14\xba\x34\x1d\xd7\xdf\x57\xe8\xd2\xdc\x5b\xfb\x64\xa4\x13\x94\xe2\xf9\xac\xe3\x81\x7d\xd1\xe2\x28\xd0\xd5\xd2\x45\xe2\xcd\xfc\x48\xcd\x0c\x0c\x27\x5b\xa5\x81\x4d\x50\x46\xfa\x6b\x6e\x6d\x27\x97\x0d\x3d\x4c\xfd\x0d\x0c\xd6\x4c\xca\xd4\xdf\x52\x7f\xcb\xff\x5f\xcb\x39\x53\xbd\x03\x65\x78\x40\xab\x77\x60\x54\x9b\x8c\x71\x82\xb1\x78\x52\x4f\x85\x0f\x0c\xe3\xd7\xe9\x94\x4c\xb0\xcf\x64\x36\x52\x09\x04\xc5\xd2\x2f\xa9\x04\xa6\xe9\xc0\xd8\x69\x2a\x81\xa0\x58\x62\x28\x95\x40\xb0\x77\x8f\x7f\xe0\xce\x36\x45\xd8\x93\x48\x0b\x4c\x2d\xd0\xcb\x9a\x16\x98\x9f\x05\xf2\xea\x26\xb5\x40\x30\xbf\xfb\x80\xb1\x50\x50\x4d\xe8\x49\x25\x10\x54\xf3\x5c\xd2\x50\x28\xa8\xa6\x10\xa5\x91\x50\x30\xbf\xbb\x85\xaa\x08\xe6\x77\xbd\x55\x15\xc1\xde\x7e\xb6\x42\x57\x04\xd5\x14\x96\x54\x0c\xd3\x1c\x61\xef\x6c\x7a\x21\xa8\xc6\xe9\xd3\x48\x28\x58\x96\x3f\x4d\x55\x11\x4c\x6f\x93\xa9\x29\x82\x6a\x12\x48\x2a\x8a\x60\x7e\xf7\x19\x3d\x11\x4c\xef\xc2\x69\x20\x34\xbf\xa5\x1f\x1d\x45\xe7\x78\xa6\x6b\x3f\x62\x8e\xa9\x39\x82\xf9\xdd\x8e\x34\x42\x50\xd3\x3b\x81\x42\x98\x0a\xa1\x99\xc4\xa9\x10\x82\x65\x31\xe2\xd4\x07\x73\xdb\x5f\xf5\xf1\x3d\x95\x3f\x50\x15\xd3\x34\x36\x0a\x96\x75\x80\xd3\xd0\x28\x58\xe5\xfb\xa2\x5d\x9a\xa4\x19\x79\x75\x32\x30\x0a\x6a\x7a\xb3\x36\xd3\x17\xec\xe3\x82\x8d\x55\x24\xc1\xb2\x1a\x71\x2a\x92\xa9\x48\x12\xcd\x48\x45\x12\xec\x53\x99\x5f\xd3\x24\xc1\xb2\x62\x6c\x2a\x92\x60\x59\x43\x3a\x15\x49\x50\xd3\x7b\xb3\x1e\x09\x6a\x7e\x9f\x72\xf7\x2e\xc7\xc2\xbf\x74\x2c\x16\x59\x26\xdf\x17\x1d\x0b\x56\x92\xec\xac\x04\x95\xa9\x49\x82\xf6\xfb\x9a\x3c\x88\x17\x21\x6c\x92\x5d\x52\x93\x4c\x4d\x92\x64\x90\xd4\x24\xc1\x72\x6e\x4d\x6a\x92\xa0\x7d\x07\x81\x22\x99\x96\xb2\xfd\xce\x1b\x2d\x11\x34\xdf\xbd\xa7\x91\x4d\xb0\x9d\x8d\x1d\xa0\x39\xe6\x57\xc2\xc7\x33\x47\x75\x4c\xc3\x9d\x5e\xbf\x8d\x6d\x82\x98\x3e\x78\xa7\xee\x98\x06\x37\xbd\x00\xe9\x8e\xf9\xd5\xeb\xf1\xd4\x51\x1e\xf3\xab\xd7\x83\xf2\xa7\xd1\x4d\xd0\x0c\xeb\xa6\x42\x99\xdf\x62\x24\x78\x67\x1a\xdd\x4c\xcb\xe5\xfa\xdc\x99\x86\x37\x41\x33\x82\x9d\x7a\x27\xd8\xff\x60\x9b\x7b\x14\xef\xec\x66\x72\xa4\xde\x09\xf6\x5f\xd8\xe6\x30\x6d\xb4\xe9\x6e\xd0\x3b\x41\x63\x85\xd5\x4c\xab\xf5\xa4\xd5\x7a\xe2\x6b\x73\x94\x5c\xc9\x24\x7e\x76\xc2\x61\x32\x80\x1a\x3f\xb7\xc4\x61\x72\xd9\x92\xf8\xf9\x17\x8e\x13\xf3\x3e\xfb\x70\x87\x19\x42\x05\xfb\x73\x8c\x9d\x91\x4e\xd0\x34\xba\xd4\x2b\x41\xd3\xb1\xd3\x48\x27\x68\xd3\xe3\xc6\xe4\x5e\xb0\x7f\xcc\x36\xfb\x75\xd9\x2f\xb6\xd7\xe0\x67\x5e\x5f\x1f\x38\x7e\xcd\xe5\x4d\x8b\xee\xc4\xf7\xa7\xf6\x8b\x19\x9c\xff\x9e\xa0\xf5\x54\x10\x6d\xb9\x27\x14\xd5\x34\x00\x1a\x18\x46\xaa\xa0\x60\x3b\x20\xff\xa1\x3d\x82\x6e\x7a\x45\x1a\xb1\xcc\xaf\xe8\x0e\xef\xd4\xd2\x90\x25\xe8\x86\xa3\x53\xa3\xcc\x7f\xf6\x68\x9b\x5b\xbc\xd1\x7d\xdf\x9f\x0a\x25\xe8\xce\xc8\x4d\x7d\x32\x3f\x9f\x24\x43\x27\x75\xc7\xd4\x1d\x1d\x12\xb5\x30\x89\x44\xfe\xbb\x15\x2a\x81\xa0\xe7\x5f\xde\x72\xa7\x92\x08\xe2\xdf\xb3\x81\x9a\x08\xba\xef\x9c\xd3\x58\x23\x88\x5a\xbf\x6d\xb2\x37\xc4\x1a\x4d\x7a\x4a\x63\x8d\xc9\xa4\xce\x6a\xe4\x3f\x55\x45\xe0\xdc\x8d\xd4\x14\x41\xe4\xcf\x9d\xa9\x2a\xe6\x6b\xea\x0f\x2d\x1e\x52\x4c\xd7\x34\xe3\x2c\x4d\x6a\x05\xd9\xbd\x3a\x19\x56\x4c\xe7\x66\x7a\x43\x32\xac\x08\x4a\xf1\xba\x63\x9a\x2b\x28\xd6\x53\x4a\x4d\x11\x14\x53\x85\xd3\x00\x62\x6e\x2d\xac\x26\x50\x0e\xad\x10\x54\x6b\xd6\x0c\x83\x85\x60\xba\x11\x43\x51\x04\x91\x96\xc2\x18\x9a\x22\xa8\xc9\xbe\x1e\x9a\x22\x58\x86\x0f\x86\xa6\x08\x96\x41\x86\xa1\x03\x02\xa7\xac\x0c\x15\x10\xac\xe5\x66\x1d\xb6\x30\xc3\x79\xf8\xe3\xa7\x4d\x4c\xeb\xe5\x49\x70\x68\x80\x20\xd2\x89\x7a\x43\x05\x04\xd1\xbf\xcd\x7a\x6c\x7a\x3c\xc7\xed\x11\xe7\xc7\x40\xf8\x7c\x0d\x35\xb4\xbb\x11\x4c\x8c\xe3\xcc\x1a\xaa\xdc\x08\x1f\xa9\xe9\xb6\xd1\x40\xb0\x6f\x6d\x6c\x87\xd1\x40\x50\x8a\x5b\xab\xde\x81\xe1\x8b\xf5\x61\xe4\x6f\x58\x51\xe7\xfb\x7d\x37\x76\xa3\x3a\xad\x68\x68\x77\x20\xba\xef\x06\x47\x7c\x1b\xeb\x7e\x63\xc8\xb4\x3b\xb0\x0a\xb7\xeb\xa1\xdd\x81\x65\xdc\x77\x68\x77\x60\xf9\x36\x72\x68\x77\x60\x5f\x54\xe8\xb9\x2a\x07\xa2\x59\xf7\x7e\xe8\x72\xa0\xd7\xaf\xc9\x6e\x6e\xf4\x24\x80\x30\x74\xb9\xe1\xc2\xfb\x6c\xbf\xf1\xbd\x51\x58\x3d\xcb\x4d\x75\x2f\x6d\x38\x03\x75\xe8\x76\xc0\xc9\xd2\x43\xb5\x03\xce\xcf\x1e\x2a\x1b\x58\xdc\xbe\x86\x7a\x06\xd2\xc2\xeb\x43\x3d\x03\x3e\x3e\x0f\xed\x0c\xf8\xde\x63\x28\x67\x20\xba\x93\x53\x86\xb1\x38\x90\x61\xe7\x14\x36\x90\xe1\x71\xa3\xb0\x81\xb4\x1c\xf8\x30\x3c\x07\x32\xbe\x0d\xb5\x7b\x95\xb2\x2d\xcd\x2d\xb5\x7f\x1b\x6b\xf9\x3d\xfb\x57\x7d\xe9\xe4\x36\xb8\x53\x2b\x2f\x9d\x1c\x29\xad\x6e\x68\x75\xcd\x7d\xa3\xd5\x81\x64\x5d\xe8\x1c\xc6\xdf\x40\x98\x40\x3d\x14\x3d\x90\x2c\x83\x99\x43\xd1\x03\xe9\x3a\x1b\x43\xcf\x03\xe1\x54\x81\xa1\xd4\x81\x74\xa9\x84\xa1\xd3\x81\xac\xdf\x46\xd8\x21\x2a\xea\x58\x58\x75\x98\xe3\x3a\xba\x6f\xc3\xe8\xb6\x02\x07\xc2\xcc\xeb\x61\x44\x0e\x24\xab\x24\xe6\x30\x22\x07\xc2\x04\xea\xa1\xe5\x81\x30\x9f\x7d\x28\x79\x20\x59\xfd\x33\x87\x92\x07\xd2\xc5\x04\x86\x46\x07\xc2\x94\xed\xa1\xd1\x81\xac\xdf\x76\x7d\x9b\xca\xfd\x26\xfc\x2d\x07\x9f\x88\x9c\x09\xce\xc3\x4c\x55\x10\xa6\x59\x0f\x2d\x0e\x44\x37\x7f\x61\xa8\x71\x20\xd2\xd9\xec\x43\xf5\x1a\x9f\x7a\xb9\x2f\xf5\x2c\x10\x06\x0b\x87\x4e\x05\xb2\x4f\x9b\xdc\x5a\x22\x6b\xe6\xc2\x0e\x9d\x6a\x90\x4b\xea\x0c\x9e\xa1\x40\x81\x70\x8e\xca\x50\xa0\x40\x18\xdf\x1b\x0a\x14\x08\xa7\x24\x0d\xfd\x09\x24\xab\x67\xe6\x30\xd6\x06\xc2\x90\xf6\x50\xa9\x40\xf6\xe9\xcf\xdb\xa3\x61\x45\x6f\x3f\xe5\xf1\x34\x78\x4f\xb7\xfc\x2d\xfb\x48\x89\x9c\x7d\x8b\xf9\xdf\xbb\xf1\x50\xaf\x40\xb2\xf8\x7e\x0e\xf5\x0a\x84\x51\xcf\xa1\x5e\x0d\x17\x79\x5c\xfe\xbb\xfb\x90\x0a\x3a\x4e\x0c\x1a\xe3\x1b\x28\x1e\xdd\x30\xfc\x61\x58\x0e\xa4\x05\xd8\x87\xb3\x2d\x41\x5a\x05\x7e\xe8\x60\x20\x59\x85\x37\x87\x0e\x06\xb2\x13\xe5\x1a\x2a\x18\x48\x56\x0e\xcf\xa1\x82\x81\x70\x5a\xd3\x50\xc1\x40\x38\xf1\x65\xe8\x5b\x20\x9c\x2a\x34\xf4\x2d\x90\xdd\x3b\x9c\xbe\x05\x92\x25\x05\x73\xe8\x5b\x20\xfb\xf4\x8b\xf6\x91\xd4\xd4\x19\x1e\xce\x2a\x18\x08\x67\x3f\x0d\x15\x0c\xa4\x15\x9f\x87\x0a\x06\xb2\x13\x04\x1d\x66\xa6\x82\x30\x00\x3c\x94\x32\x90\xd6\x72\x1e\x4a\xd9\xb0\xe4\xaa\xc7\xb2\x06\x06\xc2\x39\x6b\x43\x03\x03\xc9\x22\xea\x39\x34\x30\x90\x16\x15\x1f\x1a\xd8\xd0\xc0\x08\x09\x0c\xa3\x7b\x20\x9c\x82\x35\x74\x32\x10\xce\xb8\x1b\x3a\x19\x48\x0b\xb3\x0f\x9d\x0c\x44\x57\x93\x87\xba\x05\x62\xfe\x78\xb8\x1e\xc6\xd6\x40\xb8\xc2\x7f\x0e\x05\x09\xe4\xe2\x75\xc9\x50\x90\x40\x58\x3b\x6e\xe8\x47\x20\x4c\x41\x1d\xea\x11\x88\x6f\x61\xa8\xa1\x1f\x81\x5c\x1e\xb0\xea\x11\x48\x83\x47\x43\x3b\x02\x61\x5e\xf7\xd0\x8e\x40\x3a\x55\x7a\x28\x47\x20\x2c\x57\x37\x74\x23\x90\x4e\x6f\x1e\xaa\x11\x08\x57\x94\x1a\xaa\x11\x48\xdf\x26\x0d\xd5\x08\xa4\x53\xb8\x87\x66\x04\xd2\xd9\xcd\x43\xe1\x19\x16\xba\x31\x75\x6d\x28\x3c\x20\x9d\xc8\x3a\x0c\xc0\x81\x74\xfa\xe6\x30\x00\x07\xd2\xd7\x67\xc3\x00\x1c\x48\x13\x6b\x86\xa2\x04\xc2\xfc\x9e\x61\x4c\x0e\xa4\x53\x99\x87\xee\x04\x72\x79\xf9\x52\x94\x40\x3a\x0d\x77\xe8\x49\x83\x3a\x37\xce\xc3\x1b\x46\xee\x40\xb2\xa8\x76\x0e\x35\x09\xe4\x4a\x7f\xde\x23\xea\xe2\xad\xb9\x47\x94\x92\x04\xf2\x7b\x20\xd3\x91\x40\x98\xce\x3e\x0c\xe6\x81\xb0\x4e\xf7\x30\x98\x07\xe2\x3b\x02\x14\x29\x10\x4e\x90\x18\x06\xeb\x40\x58\xa6\x7b\x18\xac\x03\x61\xb1\xed\xa1\x6d\x81\xe8\xbe\x1d\x1b\x06\xeb\xc0\xbe\x79\xf8\x6b\x8e\xc5\xcd\x58\x78\x5b\xd0\xc0\x40\x38\xa7\x64\x68\x60\x20\x9c\x14\x30\x0c\xe9\x81\x5c\x69\x93\xc3\x73\x33\x3c\x3e\x7a\xe8\x64\x20\x9c\xba\x31\x74\x32\x10\xce\x39\x18\x86\xf8\x40\x3a\xf7\x7b\x18\xbc\x1b\x06\xef\x3c\xc5\xb5\x34\x90\xbe\x8d\x1d\xa6\x90\x82\x74\xa2\xf7\x30\x9c\x07\xc2\x89\x0f\x43\x95\x03\xb9\xd2\x4f\x39\x14\x0f\x87\xbe\x97\x0b\x55\x0d\x84\x09\x69\xc3\x54\x51\x90\x6b\xd8\x64\xb7\x2d\xd2\xe3\x45\x45\x79\x1b\x16\xe9\xf1\x99\x5f\x79\x03\xb9\xf0\xc9\x61\x30\x10\xa4\x6f\x89\x87\xc1\xc0\x61\x91\x1e\x2f\x9c\x1a\xde\xb0\x48\x8f\x17\x4e\x15\x6f\x58\xa4\x87\xb7\x89\x43\xc3\x03\x69\x41\x83\x61\x30\x10\x84\xaf\x3e\x86\xd6\x07\x8a\x35\xe4\x86\xc1\x40\x10\x56\xa3\x1c\x8a\xe0\xb0\x48\x4f\xf7\x8b\x0e\xce\xeb\xe0\xf8\x29\x0f\x13\x8b\xf4\xf8\x18\xab\x08\x82\x68\xa3\xfd\xa1\x54\xd8\x30\xf0\x38\x2c\xe2\xe3\xf5\x52\x77\x04\xb9\x7c\x78\xd1\x1d\x41\x0c\xa5\x79\x18\x66\x04\x61\x25\xfd\xa9\x4f\x82\xf8\x8a\xb3\x4c\x85\x12\x44\xce\xaf\xad\xd8\xf6\x55\xdd\x9d\xb4\x55\xdb\xac\xae\x55\xfc\xbd\x66\x1b\x39\xf4\xa6\x66\x4d\x15\x0f\xc4\x30\xac\x3c\x0d\xe0\x81\xdd\x6f\x7e\x4f\xa1\x03\xc3\x55\xcc\xa6\xe1\x3a\x50\x2c\x23\x38\x75\x3c\x30\xea\xb2\x29\x6d\x22\x63\x60\xf8\x5b\xc3\x26\x14\xef\xfb\xad\x69\xd3\xe4\xb7\xe8\x95\xb3\x1d\xc1\xa8\xc3\xa6\xd3\x26\xd7\xb5\x5e\xfe\xd8\x65\x1b\x45\x5f\xa6\x7f\x69\x9f\x82\xa2\x39\xd3\x4f\x3d\x36\x3d\xde\xfb\x1b\x6d\xaf\x6d\x84\x1a\xb8\xe0\x4e\x4d\x10\x8c\xca\x33\xcf\xd4\x04\x41\x61\x95\xd2\x9c\x9a\x20\xd8\x57\x19\xfe\x40\xed\x03\xa3\x72\x19\x9b\x5a\x1f\x18\x95\x03\x76\xaa\x78\x53\xc5\xe3\x92\x35\xcd\xeb\x04\xc5\xaa\x7e\x53\xed\x03\xc5\x9a\x8a\xd3\xa0\x1e\x18\x75\xfa\x45\x7b\x69\x69\x20\x6e\x0e\x53\xf3\x03\xc3\x15\x7f\xa6\x41\x3d\x30\x2a\x57\xdc\xa9\x0d\x82\x51\xed\x91\x01\xbc\x69\x15\x20\xae\xb8\x53\x1d\x9c\x56\x01\x72\xbb\xf4\x41\x30\x2a\xd7\x8f\xa9\x10\xce\x4f\x08\x79\xaa\x9f\xe6\x6b\x82\xf8\x22\x90\x53\x49\x04\xa5\xb8\x97\x94\x44\x50\xca\xb7\x65\x76\xbc\xb2\xcb\x97\x5f\xb4\xe3\x94\xf9\xa9\xc3\x26\xf7\x78\x25\x4e\xe6\x50\x2b\x89\xd3\x32\x3f\x8e\xab\x96\x08\x22\x07\xea\x35\x9d\xaa\x08\x8a\xe5\x31\xa7\x51\x43\x50\xcc\x4d\x98\x46\x0d\xa7\x51\xc3\xe9\xa7\x3c\xd4\x8d\x1a\x7a\x5c\xe8\x97\x60\x58\xd5\x7e\xaa\x97\xd3\xa0\x21\x6f\x33\xa6\x7a\x39\x2d\xfd\xe3\x7e\x53\x2f\x41\x7c\x6f\x03\xa6\x7e\x09\x4a\x71\x64\xf5\x4b\x30\xaa\xd7\x03\xe3\x88\x60\x3f\xa1\xb1\x9b\x74\xce\x69\xf1\x9f\xe1\x66\x38\x3e\xc6\x11\x3d\x09\x75\x4e\x30\x2a\xf7\x9a\xa9\x73\x82\x51\xbf\x5e\x7a\xac\x34\x4f\x08\x7a\xe9\x54\xcb\x69\xf1\x1f\xbf\x68\x00\x12\x14\x4b\x5a\x4e\x65\x15\x14\x57\xdf\x9d\x66\x94\x82\x62\x15\xcd\xa9\xbf\x82\xe8\xbe\x6d\x9f\x0a\x2c\x88\x66\xe9\xa5\xa9\x75\x82\x7d\x89\xe3\x4f\x0d\xdb\x81\x7d\xe9\xe2\x5f\x0d\xb5\x81\xaf\x4e\xfd\x54\x01\xa7\x65\x76\xd2\x4f\xd9\x29\xcb\xec\x70\x17\x9f\x2a\x20\xf8\x2a\xd3\x4d\x15\x10\x7c\xb5\xd6\xa7\xbe\x07\x86\xb7\xc6\xa9\xef\x4d\xcb\xec\x78\xc5\xd0\xf7\x40\x31\x8f\x7c\xea\x7b\xe0\x5b\xf1\x66\xea\x7b\xd3\x32\x3b\x5e\xf1\x0c\xa1\x81\xe1\xfd\x79\x2a\x74\x60\xf8\xee\x6e\x2a\x74\xd3\x92\x3a\xee\x5e\x85\x6e\x5a\x52\xc7\x5d\xa2\xd0\x81\x61\xe1\xdc\xa9\xd0\x81\xe2\x22\x2c\xd3\x08\x1a\xf8\x8a\x32\x4f\x1d\x0f\x14\xe3\xd7\xd3\xcc\x4b\x50\xac\x74\x3f\xd5\xbe\x69\x91\x9d\xef\x8b\x0e\xce\xfc\x64\xc1\xdf\x77\x74\x58\x62\xd2\xa5\x14\xa6\xde\x07\x8a\xeb\x5b\x4c\xbd\x6f\x5a\x78\x87\xfb\xff\x34\x17\x73\x7e\x6b\xfb\x7b\x5c\xeb\x82\xe0\x2b\x04\x30\x0d\xc7\x4d\x2b\xef\x78\x75\x53\x0f\x01\xf5\x20\xfe\xf7\x06\x3d\xb5\x47\xf0\x25\x87\x4e\xbd\x10\x7c\xeb\xcd\x4d\xb5\x70\x5a\x71\x07\x2d\x99\x6a\xe1\xb4\xe2\x8e\x87\xbd\x5a\x08\xc6\x72\xdf\xab\x85\xa0\x0c\xcf\x5a\xb5\x10\x14\x67\x71\x4f\x03\x73\x60\x98\x5b\x35\xd5\x42\x50\xac\x72\x39\xd5\x42\x10\xfd\xe7\xb5\xd5\x14\x4f\x30\x4c\x8f\x9f\x4a\xe0\xb4\xe4\x8e\x67\x95\x12\x08\x8a\xb5\x1b\xa6\x12\x08\x8a\x2b\x2e\x4c\x25\x10\x7c\xa5\x1b\xa6\x81\xb9\x69\x7d\x1d\x8f\x53\x03\x73\xd3\xfa\x3a\x9e\x06\x4e\x4c\x04\xc3\x87\x9c\xa9\x3c\x4e\xeb\xeb\x7c\x3f\x6f\x27\x2d\xda\x6a\x35\x84\x69\xde\xe7\xb4\xc0\x8e\xa7\xac\x11\xbd\x69\x81\x1d\x77\xb4\x11\x3d\x30\x96\x47\xa5\x01\x3d\x30\x2c\xe3\x3e\x8d\xe7\x4d\x0b\xec\xe0\xa1\x53\x5d\x05\x43\xc7\x99\x86\xf8\x40\xb1\x3c\xd7\x54\x60\xa7\x05\x76\x70\x9c\xa9\xc0\x82\x62\xe0\x6a\x2a\xb0\xa0\x0c\xff\x51\x81\x05\xc5\x32\x4f\x53\x7f\x05\x43\x85\x9a\xfa\x2b\x28\xd6\xe4\x9d\xfa\x2b\x98\xbe\x19\x98\xfa\xeb\x74\x31\x4c\x0f\x3a\xfd\x75\x1a\xdc\xfb\xfd\xfc\x7d\x87\x82\x02\x3e\xdd\xe8\xec\x34\x1c\x07\xf6\x23\x1b\x3f\xa7\x3c\x82\x2d\xea\xb6\xf9\xaf\x97\x07\x1e\x7b\x4e\x7b\x04\xd1\x9b\x7f\xa1\x3e\x82\xe9\xaa\x54\xd3\xd0\x1b\x98\xce\x29\x9b\x1a\x25\x98\x96\x90\x98\x1a\x25\xa8\xbe\xa2\x9c\x46\xde\x40\x0c\xe7\xfb\x4d\x2d\x13\x54\xdf\x51\x4e\x2d\x73\x5a\x58\xc7\xdb\xa9\x96\x09\xaa\xef\x15\xa7\x96\x09\xa6\xe5\x07\xa6\x4a\x09\xa6\xab\xa8\x4d\x95\x12\x4c\x8b\x75\x4c\x95\x12\x54\xeb\x64\x4c\x95\x72\x5a\x44\xc7\xbd\xa9\x52\x82\x69\x65\x8e\x69\x5d\x1d\x50\xad\x6d\x31\xb5\x4c\x30\x7d\xbf\x35\x95\x4c\x50\x9d\x56\x32\x75\x4c\x50\x9d\x7c\x32\x15\x4a\x50\x7d\x0f\x3b\xb5\xc7\x69\xc5\x1c\x77\x88\xf6\x38\x6f\xfb\xe8\x3f\x7a\x2c\xde\x04\x28\x78\xcd\x3b\x0d\xe8\x81\x6a\x61\xe9\x69\x36\x28\x98\xbe\x8a\x9b\xda\x23\xa8\xbe\xc0\x9d\xda\x23\x98\xbe\x2b\x9b\xaa\x22\x98\xf9\x7d\xca\x0e\x3d\x74\xc8\x81\x36\xd2\x07\xa6\x8b\xbb\x4d\xed\x11\x4c\x6b\xa7\x4c\xed\x11\x4c\xdf\x40\x4e\xed\x11\x4c\x5f\xc5\x4d\xed\x11\x4c\x5f\x89\x4e\x55\x11\x54\x5f\x19\x4f\x55\x11\x4c\x17\x6d\x9b\xaa\x22\x58\x16\xd2\x9c\xaa\x22\x98\xbe\x2a\x9b\xaa\x22\xa8\x4e\x0c\x9e\xaa\xe2\xb4\x10\x8e\xb7\x48\x55\x11\x4c\xcb\x83\x4c\x55\x11\x54\x63\x86\x53\x55\x9c\x16\xc2\xf1\x22\xaf\x2a\x82\xe9\x6b\xdf\xa9\x2a\x82\xe9\xfa\x78\x53\x55\x04\xd5\x8a\x34\x53\x15\x04\xd5\x8a\x1e\xd3\x1c\x54\x50\x9d\x13\x30\xb5\x43\x30\x5d\x01\x72\x9a\x83\x0a\x66\x72\x30\x2d\x4d\x10\xec\xd3\xbb\xd2\x16\xb6\x69\x82\x28\xf8\xd2\x04\x41\x0c\x57\x1e\x5c\x9a\x20\x88\xe1\xe2\x68\x4b\x13\x5c\xae\x4e\xc9\x1d\x7d\x19\x5c\x04\xd5\x29\x55\xcb\x34\x54\x30\xad\x24\xb3\x4c\x43\x05\xd3\xb7\xc9\xcb\x10\x24\x98\xbe\xcb\x5e\xc6\x20\x97\x65\x5e\x7f\xbf\x3f\x24\x68\x2f\x83\x94\x60\x26\x3b\x63\x19\xa4\x04\xd3\xd5\x2d\x96\x41\x4a\x30\x0d\x65\x2e\x05\x16\xd4\xf2\x6d\xe4\x63\x13\x47\x57\xb1\xc3\xaf\x4d\x94\x59\xe2\x5e\xb7\xb4\xdc\xe5\xe2\x94\x3c\x4e\x2c\xd3\x54\xc1\x74\xcd\xbe\xa5\xf7\x82\x6a\x7c\x68\xe9\xbd\xcb\xf5\x2a\x79\x84\x58\x7a\x2f\x98\xae\x68\xb8\x4c\x53\x05\xd3\x1a\x2f\x4b\xef\x05\xd3\x1b\xe2\xd2\x7b\x41\x74\xef\xfb\x4b\xf1\x05\xf1\xad\xd4\xb2\x34\x5f\x10\xcd\x4c\xc0\xa5\x72\x82\xe9\xbc\xdc\xa5\x39\x82\xe9\x8b\xea\x65\xc4\x10\x44\x3a\x87\x6a\x29\x85\xcb\x92\x37\x5c\x0d\x97\x99\x9e\xa0\x26\x2f\xa8\x96\x52\x08\x56\xe1\x66\xbd\x0c\x1b\x82\x65\x39\xd5\xa5\x27\x82\x65\xa9\xd1\xa5\x27\x2e\x2b\xde\xf0\xfc\xbe\xf4\x44\x10\x69\xe8\x7d\xe9\x89\xcb\x92\x37\xdc\x02\x97\x9a\x08\x96\xab\x94\x2f\x35\x71\x59\xf1\xc6\x23\x5a\x27\x04\xab\x7c\xbf\x65\x2f\x2b\x49\x58\xd3\x26\x0f\x0c\x02\x87\x16\xd8\x5d\x3a\xe1\xd2\x09\x2d\x0a\xb1\x0c\x1d\x82\x65\x95\xe2\xa5\x26\x2e\x2b\xda\x78\xb2\xa9\x89\xcb\x8a\x36\x3c\x59\x2c\x35\x11\x2c\x27\x68\x2f\x35\x11\xec\xe3\x9e\x81\xd5\x13\xc1\x72\xf6\xc5\xd2\x13\xc1\xb2\x14\xf3\xd2\x13\x41\x0c\x3d\x62\x29\x85\xab\xd1\x73\xcf\x5b\x0d\x10\xd4\xfc\xfe\xd3\xc1\x68\x0e\x86\x9f\x72\x30\x1a\x83\x61\x2f\xb5\x3d\xb0\x5c\xe8\x7c\x69\x7b\x60\x99\xf9\xb0\x54\x3b\xb0\x0c\xd1\x2f\x73\x4b\xc1\x32\x1c\xbf\xb4\x3d\x50\x5d\x96\x68\x69\x7b\xa0\xba\x70\xc8\xd2\xf6\xd6\x67\x7b\xbc\x6c\x5a\xda\x1e\x18\xbe\xa6\x5c\x86\x2b\xc1\xb2\x48\xec\x72\x02\x21\x58\x66\xed\x2e\x23\x98\x60\x95\xef\xb7\x1c\x8a\xee\x50\xd0\x23\xd3\x54\x41\x75\xb1\x92\x65\x50\x13\x2c\x93\x82\x97\x7a\x09\xaa\x33\x95\x97\x41\x4d\x50\x9d\x0b\xb6\x0c\x6a\x82\x65\x14\x7f\x19\xd4\x04\x35\x79\xf5\xbe\x0c\x6a\x82\x7d\x0d\x66\x78\x0c\x6a\x82\xe5\x1a\x2d\xcb\xdc\x54\x50\x9d\xba\xbc\x4c\x4d\x05\x31\x7f\x5e\xf0\x94\x5c\xb0\x4a\xf7\xc7\x1c\x31\x2a\xf7\xb8\x8c\xfd\x32\x40\x0a\xf6\x23\x21\xdd\x34\x37\x15\xd4\x74\x14\xad\xdc\x03\x96\xb3\x48\x97\x61\x54\xb0\xac\xf7\xbb\x74\x68\x50\xd3\x81\x35\xb2\x0a\x96\xe5\x5f\x97\x5a\x0d\x6a\x7a\x5a\x9a\xc0\x0a\xaa\x53\x16\x97\xa6\xbd\x9c\xc5\xc8\x03\xf9\x32\x81\x15\x4c\x17\x2e\x5e\xca\x37\x58\xd6\x5a\x5f\xca\x37\x88\xa6\x0b\x2f\x03\xb0\xeb\xcb\x60\xed\x7e\xd5\x31\x1b\x9e\x4a\x36\x39\x64\x1b\xd5\x09\xc4\x4b\x23\x07\xcb\x59\x4b\x4b\x23\x07\x35\xdd\x25\x1a\xf9\x32\xa9\x95\xe7\xe5\xa5\x91\x83\xea\x3a\x5a\xcb\xa0\x2c\x58\x56\x6e\x5e\x4a\x3a\x58\xbe\xc9\x5a\x8a\x35\x88\x74\x72\xd9\x52\xa3\x41\x4d\x2f\x5b\x6a\x34\x58\xbe\x0f\x5c\x2a\x33\xd8\x47\x01\xff\xa9\x33\x83\xea\xd4\xf7\xa5\xf9\x82\xe8\xe6\xf9\x2c\x63\x9e\x60\x99\x14\xbf\x8c\x79\x82\xe5\xfc\x86\xa5\xc8\x82\x65\x30\x6d\x29\xb2\x60\xad\xf2\x07\x67\x5e\x4a\x2d\x58\xc6\x9c\x96\x52\x0b\x6a\x7a\x7a\x18\xeb\x04\xcd\x09\x50\x4b\xcf\x05\xcb\x39\x18\x4b\xcf\x05\xcb\x68\xd2\xd2\x73\xc1\xbe\x37\xd0\x3b\xe3\x9f\x60\x99\xdf\xbf\x8c\x7f\x82\x65\x1c\x67\x69\xc3\xa0\x59\xc0\x62\x69\xc3\xa0\x59\xfe\x61\x59\x95\x07\x2c\x63\x2f\x4b\x1b\x06\x7b\xdc\xf9\x4b\x75\x78\x7d\x79\xaa\x74\x49\x1d\x5e\xe6\xa9\x7a\x74\xa9\xc3\x20\x9a\x4b\xf8\x2c\x7d\x18\x34\x4b\x90\x2c\x7d\x18\x2c\xe3\x87\xcb\x59\x90\x60\x19\x1e\x59\x2a\x32\x68\x16\x25\x59\x1a\x32\x58\xeb\xfb\x79\xc7\xe7\xcb\x79\x75\xc3\x1c\x9e\x83\xe1\x21\xee\xb8\x34\x64\xb0\x0c\xdb\x2c\x0d\x19\x34\x8b\x79\x2c\x0d\x19\x2c\xa7\xa8\x2c\x0d\x19\x34\xb3\x16\x97\x86\x0c\x9a\x55\x50\x96\x86\x0c\x96\x05\xac\x97\x86\x0c\x96\x33\x54\x96\x86\x0c\x96\xb3\x0f\x97\x86\x0c\x22\xab\x97\x60\x15\x19\x2c\xc3\xb2\x4b\x45\x06\xcd\x09\xbf\x4b\x45\x06\xcb\xb8\xcd\x52\x91\xc1\x72\x72\xc8\x32\xc4\x0b\x9a\x75\x47\x96\xd2\x0c\x96\x91\xda\x65\xf0\x16\x34\x0b\xb6\x2c\xe7\x58\x82\xe5\x0c\x95\xa5\x59\x83\x65\xd8\x74\x99\xe7\x0a\x96\xb9\x6d\xcb\xa8\x2f\x58\x86\x73\x97\x41\x5f\x10\xf9\x3d\x26\x1a\xf5\x05\xcd\x94\xce\x65\xd4\x17\x2c\xc3\x4e\x4b\x71\x07\xcd\x7a\x28\x4b\x6f\x07\xcb\xd8\xd7\xd2\xd1\xc1\x32\x30\xb8\xb4\x6f\xb0\x7c\xf1\xbe\xb4\x6f\xb0\x0c\x61\x2d\xe5\x1b\x34\x2b\xcb\x2c\xe5\x1b\x34\x97\x0f\x58\xca\x37\x68\x66\xa4\x2e\xe5\x1b\x2c\x67\xe6\x2c\x43\xbc\x60\x19\xd9\x5e\xfa\x38\x68\x56\x1e\x5a\xfa\xf8\xb2\xaa\xed\x74\xc4\xb4\x6f\xd0\x4c\x82\x5d\xda\x37\x58\x46\x52\x97\xf6\x0d\xa2\x7f\xc7\x98\xfa\x0d\xf6\x89\x4a\x07\x8c\xde\x82\x65\xe8\x7f\x69\xc3\xeb\xf9\xa2\x62\x1c\x05\xc6\x57\x41\xfc\x5c\xc6\x65\xe9\xc3\x60\xb7\xb1\x71\x86\x53\x41\xfc\x5c\xae\x66\x29\xc9\x20\x7e\x2e\x98\xb2\xb4\x64\xb0\xdb\xd8\x14\x35\x19\x34\xcb\x82\x2d\x35\x19\x44\x37\x47\x76\x29\xc5\x20\x7e\xae\x20\xb4\xb4\x62\xb0\x37\xc5\x9f\x73\x3f\x3c\xd4\xda\xf2\xbc\xd3\x94\xc1\xfe\x57\xbe\xaa\x04\x83\xfd\x55\x86\x5d\x0b\x06\xfb\x73\xb6\x39\xec\x2f\x65\xb4\xbc\x70\xa8\xc1\x20\x7e\x4e\x2d\x5c\x4a\x2f\xd8\x5b\x47\x67\xb5\x5e\xb0\x7f\x8e\x5d\xa6\xf6\x82\x3d\x50\x1c\x72\x7a\x2f\xd8\xd7\x6e\xbf\xeb\x61\xc8\xe4\xcb\x74\x7a\xe9\xd2\x7c\xc1\xfe\x3d\xbf\xeb\x08\xbc\x8e\x80\xc7\x98\xee\x0b\x9a\x55\xe6\x96\xc1\x52\xb0\x7b\xeb\x57\x3d\x14\x09\x96\xfe\x5c\x0a\xe7\xd0\x91\xc1\xde\xbc\x46\x5b\xd8\x46\x46\x3e\x77\x96\x43\x45\x06\xcd\x1a\x70\x87\x86\x7c\x18\x2b\x35\xb1\xf6\xd0\x90\xc1\xde\x38\xdb\xba\x6d\x94\x56\xe0\x8c\x3e\x54\x64\xb0\xff\xb4\xd3\x36\x6c\x73\xec\xb8\x35\x1f\x4a\x32\xd8\xfd\x4f\xda\x96\x6d\xcb\xcf\xb9\x75\x87\x6d\xd4\x9e\xe3\xf6\x75\xa8\xc1\x60\x1f\xdb\x7f\xc8\xd3\x3e\xd4\xe4\xc3\xd9\x9c\xb9\xfc\xb7\xdb\xb6\xdb\x2d\x70\xab\x5e\xdb\x1c\x46\x6e\xb3\x87\x0e\x0c\x9a\x45\x20\x0e\x85\x17\x34\x4b\xd8\x1d\x0a\x2f\xd8\xbf\xc6\xb6\x6b\xbc\x60\x8f\x05\xff\x60\xf4\x17\xec\xe3\x8d\x31\x53\x83\xc1\xfe\x9c\xff\xea\xf8\x84\xe3\xc3\xd5\xf8\xb0\xe0\x0f\x68\x56\x26\x3c\x54\xe3\x43\x35\x56\x53\x0f\xd5\x18\xec\x63\xc1\x36\x07\x20\x9c\xce\xca\x31\x73\x18\x15\x06\xfb\x73\x76\xe3\xb1\x8d\xc9\x1e\xc3\xce\x3a\x26\x41\x45\x4a\xe4\xe9\x30\x2a\x0c\xf6\x37\xe9\xac\x61\x61\xd0\xac\xcd\x77\x98\x0d\x0c\x9a\x75\x19\x0f\x15\x1d\xec\x6e\x71\x78\x18\x16\x06\xbb\x8d\x6d\x33\x1b\x18\xec\x7f\xf0\xbb\x0e\x49\x71\xb2\x83\x43\x62\x18\x18\x44\xcf\xe9\x96\xd8\x57\x17\xdb\xb4\x94\xe7\x61\x6c\x18\x44\x77\x16\xf6\xa1\xce\x83\x88\xf0\x10\xd4\xe7\x41\x74\x9f\x83\x0e\x85\x1e\xec\xcf\xd9\x66\x3f\x36\x9a\xd3\xe1\x0e\x55\x1d\x34\xe7\x99\x1f\xaa\x3a\x68\xd3\x23\xcc\x88\x2e\x68\x33\xfc\xa2\x7d\xa8\xce\xce\xf0\xa0\x53\xdf\x41\x84\x39\xbd\x87\xfe\x0e\xda\xf4\xa4\xd4\xdf\xc1\xde\x34\x86\x4e\x7f\x07\xfb\xe7\xf8\xaa\x02\x0f\xf6\xd1\xc9\xdf\x6a\xf0\x60\x7f\x8e\xef\xea\xe6\xa0\x39\xf1\xf3\xd0\xcd\x41\xa4\x09\x24\x87\x72\x0e\x22\x4c\x4b\x3e\x8c\xe2\x82\x36\xdd\x39\xfa\x3a\x68\xf3\xdb\x10\x47\x84\x24\xe1\x30\xed\xe0\x50\xd8\x41\x73\xe6\xe7\xa1\xb0\x83\xbd\x1b\x18\x39\x43\xb6\x47\xb3\xaf\xdc\x6e\x0f\x95\x1d\xec\x61\x62\xd7\x18\xa1\x05\xbb\x8d\xcf\xe9\xf1\x60\xf7\x95\xff\x50\xe4\xc1\xfe\x0f\xdb\xdc\xfd\x24\x19\x37\x5f\x31\x1c\xaa\x3c\xd8\xbf\xe7\xe7\x1c\x14\x5c\x3e\x4c\xd5\x3e\x74\x79\xb0\x3f\xc7\x36\x2b\xf3\x20\x9a\x99\x0b\x87\x36\x0f\xda\x74\x97\x69\xf3\xa0\x4d\x0f\x44\x6d\x1e\xec\x2d\x66\x8f\xa9\xf3\x60\xb7\xb9\x75\x8e\x4a\x77\x2a\x92\x23\xa5\xbd\x83\xbd\x25\xfe\x85\x23\x45\xf5\xdc\xe9\x31\xa6\xbe\x83\xfd\x31\xdb\x1c\xa8\x8d\x36\xfd\x07\xf5\x1d\xb4\xc9\xad\xfa\xd0\xd5\xc1\xfe\x26\xdd\xd7\xd5\xc1\x7e\x30\xf1\xd7\x1c\x92\x74\x48\x1c\x62\x6d\x1d\xec\x36\x3a\xa6\xad\x83\xdd\xc6\x91\xa2\xae\x83\xfd\x55\x3f\xe7\xa0\xe4\x37\x28\x74\x56\x61\x07\x6d\x7e\x5f\x75\x4c\x5c\x2d\x34\x3c\x8c\x75\x71\xb0\x7f\x8e\x03\x4f\xf3\x06\x7b\x93\x19\x27\x95\x1a\xec\x36\x7e\x4f\x81\x3e\x5c\xe5\xd3\x5a\x9e\x87\x22\x0c\xa2\xff\xbe\x36\xc7\x7d\xa3\x5b\xfb\xe5\x30\xea\x7c\x58\xf2\xc7\x77\x43\x87\x76\x0c\xba\xcf\x9b\x87\x61\xe7\xe3\x5f\xc5\x1f\xfe\x55\x61\x06\x7b\x4b\xe8\xac\xc6\x0c\x22\x7c\xdf\x75\x18\x79\x06\xdd\x07\xe6\x43\x8b\x06\xfb\x5f\x6d\x73\xdc\xa7\xeb\x84\xe3\x43\x87\x31\xe5\xc3\xfa\xb7\x5a\xeb\xa1\x5a\x83\xc8\xf4\xa9\xc1\x18\x31\xd8\xbf\xc7\xbe\x55\xb7\xc1\xfe\xae\xff\xe1\x00\x4c\x57\x4a\xf7\x6e\x64\x30\x19\x44\x37\x6f\xe6\x50\xc2\x41\x77\xaa\xdc\xa1\x84\x83\xfd\x17\x7f\x48\xf7\x3e\x8c\x36\x1f\xae\xd8\xe9\xeb\xad\x43\x33\x07\x7b\x0b\xd8\x2a\xd5\x1c\x74\xa5\xf2\x50\xcd\xc1\xfe\x98\x5f\x75\x2f\xaf\xaf\x84\x0d\x1b\xaf\x9c\x83\xee\xf4\xba\x43\x11\x07\x31\xbf\x1d\xaf\x89\x83\xbd\x25\xfe\x85\xc7\xe5\xb2\xbe\xa4\x97\x2b\x5d\x1c\x74\x6b\xc0\x1d\x46\xa6\x0f\x57\xfc\x34\x23\xf0\xd0\xcf\xc1\xfe\x2a\x47\x88\x82\x0e\x76\x1b\x07\x97\x82\x0e\xba\x59\x02\x87\x82\x0e\xf6\xc7\xf8\x39\x0d\x1d\x74\x6d\xfc\x50\xd0\x41\xb7\x38\xd5\xa1\xa0\x83\xdd\x07\xff\xc0\x61\x3a\x1c\x26\x2f\x24\x2a\x3a\xd8\x9f\xf3\x5f\x1d\x26\xaa\x17\x35\xe7\x91\x1c\x4a\x3a\xd8\x5b\xe2\x7f\x38\x26\x16\x2b\xfa\x79\x19\x56\xc0\x41\x77\x6a\xdc\xa1\x80\x83\x28\xdf\x1e\xd3\xc0\x8f\xad\xdb\xdd\xe2\xe2\x87\x6e\x7d\xb8\x4c\xa8\x69\xca\x87\x72\x0d\xa2\xbb\xee\xc4\xa1\x5c\x83\x6e\xf5\xa8\x43\xb9\x06\xfb\x1f\xd8\x10\xed\x1a\xec\x8d\xe3\x5f\xd5\xeb\x83\xa9\xa4\x45\x9f\x3b\xcc\x97\x06\xdd\x85\xd0\x0e\xfd\x1a\x44\xf1\xbd\xcb\x61\xc2\x34\xd8\x6d\x6e\x89\xfd\x3f\x29\xcf\xe9\x7e\xd5\xb0\xc1\xfe\x98\x1d\xb3\xaf\x96\x31\xf2\xad\xf9\xa1\x29\x83\xee\x1a\x74\x87\xa6\x0c\xba\xab\xbb\x1d\x86\xb3\xc1\xfe\x35\x36\x4e\x55\x06\xbb\x8d\x9d\x68\x3c\x1b\xec\x7e\xf9\x5d\xfb\x75\xf9\xd6\xc9\x4e\xe8\xd4\x60\xdf\x23\xfd\x3d\x3b\x46\x48\x3b\x8d\xe3\x1d\x5a\x35\x88\x62\x45\xeb\x43\xad\x06\xbb\xcd\xcf\xd9\xdb\xcb\x02\x40\x1e\x3c\x5a\x34\xd8\x6d\x6c\x8b\x1a\x0d\x76\x1b\xe3\xae\x47\x83\xfd\x7b\x6c\x9f\x1e\x0d\xba\x52\x76\xe8\xd1\x87\x89\xd1\xe6\x6f\x1e\x46\xa3\x0f\x57\xfb\x54\xf2\x0e\xa5\x19\xec\x9f\x63\xe0\x0d\x51\x83\xfe\x3d\xc3\x9b\xf3\x0c\xba\x25\xdb\x0e\xa3\xd6\x60\x7f\x93\xdd\x63\xd8\xfa\x70\x22\x2a\x52\x7a\x98\xf4\x7c\x7c\x13\x51\xbd\x28\x18\xca\x3e\x2c\x6c\x64\x09\xe8\xc3\x58\x36\xd8\x6d\x74\x42\x7d\x07\x7b\x9f\x31\x9e\x6a\x39\xe8\xfa\xec\xa1\x81\x83\xfd\x55\x36\x58\x03\x3f\xfe\x4d\x49\xf5\xab\xf6\x8b\xfa\xb7\xdf\x0c\xce\x43\x05\x07\x7b\xf3\xd8\x64\x15\x1c\xf4\xe4\x15\xf3\xa1\x6e\x1f\x8f\xa5\x98\x7c\xfc\x37\x0c\x0d\xe2\x2b\x53\x71\xa8\xe0\x87\xf5\x8b\xcc\x9c\x3a\xd4\x6d\x10\x5f\x21\x89\x43\xb7\x06\x7b\xf7\xb0\x29\x7a\x34\x88\xfa\x1d\x65\x7a\x34\x88\x6f\x42\xe3\xa1\x47\x83\x6e\x51\xc6\x43\x8d\x06\x5f\x4c\xe5\xd0\xa2\xc1\xfe\xb5\xfd\xb1\x53\x15\x06\xbb\xad\xd3\x56\x6c\x2b\xb6\x05\x6d\xd5\xb6\x6a\x5b\xa5\xad\xd9\xd6\xf8\x0b\x3f\xd6\x6d\xea\x9e\x16\xfe\xdc\xb4\x8d\x72\xa4\xbe\xf3\x3e\x95\x57\xd0\x67\xb5\xe9\xb4\xe9\xb4\x92\xe9\xa2\xed\xb5\xed\x75\x7a\xf0\xee\xff\x69\x30\x16\x74\x4f\xc6\x53\x11\x3d\xa3\xf8\x31\x3a\xa6\x89\x82\xa8\x9e\x78\xa7\x8a\x09\xbe\xcb\xe2\xa9\x61\x82\xa8\xbe\x6d\x38\x35\xcc\x33\x96\x6d\x49\x9b\x1b\x8c\x4e\x56\x9d\xf8\x54\x13\xc1\xbe\x2e\xf8\xdd\xc7\x36\x66\x2a\x1b\x09\x3f\x95\xc2\xd3\x54\x61\xfa\xa0\x12\x82\xb5\xfe\xf0\x5e\xfd\x54\x18\x41\x58\xf2\xee\x54\x18\x41\x1a\x81\x3e\xf5\x40\x90\xa6\xa7\x9d\x2a\xdf\xe9\x42\xa1\x9c\xa5\xa7\xc6\x07\x46\xfb\xb9\x85\x8e\xb3\xa9\xbf\xdc\xf5\x4e\x53\x7f\xc1\x68\xfe\xbc\x5a\x08\xca\x58\x36\xb9\x5d\x64\x03\x2f\xee\xa0\xa7\x52\x08\x46\xe3\x11\xe6\xd4\x09\x4f\xd7\x04\x9d\xdf\x37\xdd\x17\xac\x09\x6a\xd5\x99\xd3\x28\xef\xc9\xfa\x9f\x56\xaf\x38\xf5\x44\x30\xad\x94\x7d\xea\x89\xa0\x5a\xa3\xe3\xd4\x13\xc1\xb4\x76\xe6\xa9\x26\x82\x69\xc5\xbe\x53\x4b\x04\xb5\x7c\x4d\xee\xad\x6a\x68\xca\x2f\x3a\x14\x95\xe4\x12\x7f\x5e\x1f\x3c\x8d\xe8\x72\xc9\x39\x8d\xe8\x9e\x46\x74\x3d\x08\x8d\xe8\x82\x65\x92\xf2\xa9\x21\x9e\x46\x6f\x79\x41\x72\x2a\x88\x60\x99\xe5\x7b\xea\x87\xa0\x3a\xbf\xf7\xd4\x0f\xc1\x32\x25\xf6\xd4\x0f\x41\xf3\x09\xe9\x34\xc4\x0b\x96\x33\x83\x4e\x8d\x11\x2c\xa7\xdb\x9c\x1a\x23\x68\x5e\xa7\x4f\x85\x11\xac\xef\x3c\x30\xea\x0b\x9a\xd5\x0c\x4f\x75\x11\x34\x6b\x77\x9e\xda\x22\x88\x9f\x65\xbd\x4e\x6d\x11\x44\x1a\x78\x3c\x35\xc3\xf3\x33\xc3\xe6\xcf\x39\x18\xff\xcc\xd0\xdf\x73\x34\x3e\x33\xe4\x56\x73\x6a\x86\x60\xfb\x83\xff\x61\xe7\xd5\x40\x77\x8a\xca\x77\xaa\x7c\xdf\xb0\x19\xc2\x05\xdd\x62\x0e\xa7\xc6\x77\x3a\x09\x55\x09\x38\x35\x3e\xd0\x5d\x21\xf4\xd4\xf8\xce\xfc\x6e\xab\x7c\x4c\xe3\x03\xdd\xb7\xd3\xa7\xc6\x07\x5c\x95\xef\x34\x5e\x0b\x5c\x04\xf9\x54\x01\xc1\x77\x46\x28\x80\x20\x0c\x80\x9e\xfa\xdf\xf9\x2f\x32\x4b\x93\x7b\x13\x85\x73\x8d\x9b\x53\x5d\x03\xa3\xfd\xfc\x94\xdb\x8e\xad\x8d\x74\x47\x19\x14\x05\xd5\x9b\xd3\xa9\xac\x81\x7d\xc6\x31\x88\xca\xda\x69\x6d\xd7\x6f\xc4\x0c\x77\x82\x66\x95\xe9\xd3\x70\x27\xe8\xae\x23\x7c\x1a\xee\x04\x2e\x17\x79\x2a\x79\x20\x86\x3e\x73\x1a\xee\x04\xdf\xd9\xab\xf6\x81\x34\x5f\xf0\x54\xfb\x4e\x67\x8f\x72\x83\x3c\xb5\x3e\x90\xa6\x73\x9d\x5a\x1f\xd8\xf7\x42\x7e\x4c\xeb\x03\x69\xae\xf4\xa9\xf4\x81\x70\x91\x9e\x53\xe7\x03\x69\xa2\xed\x69\x94\x14\x84\x6b\xe1\x9c\xa6\x11\x83\xd1\x7e\x7e\xca\x3e\xb2\x7e\xa7\x05\x04\x4f\x85\x0f\x14\x0b\x08\x9e\xfa\x1e\xf8\xd2\xea\x4f\x75\xef\xdc\x6a\xf7\xcd\x85\x3c\x35\x3b\x30\x7f\x5e\x61\xb5\xb8\xf3\xcb\x09\x66\x23\xb4\x2f\x30\x2d\xb0\x73\x6a\x5f\x60\x5a\x2d\xf2\x54\xbe\x40\xb5\xf2\xcf\xa9\x7b\x81\x99\x5f\x93\x1d\xa2\x32\x4f\xf9\x7e\xcb\x0e\x2d\x2e\x9d\x9e\xaa\x9a\x17\x58\xe6\x9b\x9e\x1a\xd5\x69\x28\x13\x53\x3c\xb5\x22\xb0\x4f\x72\x46\x47\x2d\x3a\x5d\x60\xc4\xe2\x7d\xa7\x5e\x04\x5a\xf3\x22\xa5\x16\x81\xfd\x31\x3a\xa0\x16\x81\xdd\xe6\xe7\xec\xc1\xe1\xab\x0e\x6f\xce\x46\x25\xcf\xc3\x77\x38\x9e\x96\xfa\x0e\xd8\x27\x39\xc3\x76\x7c\x5b\xec\xbb\x04\xb7\xce\xf1\x56\x81\x78\xd6\x39\x8d\x38\x82\x7d\x42\xf3\xaf\x2a\x10\xe8\x56\xb8\x3d\x35\x20\x90\x3e\x73\x9d\xda\x0e\x88\xf5\xfb\x43\x6d\xb2\x53\x17\x02\x69\xe6\xfd\x69\xa8\x11\x14\x2b\x54\x9e\x6a\x0f\x28\xae\xd0\x71\x1a\x57\x04\xd5\x12\x51\xa7\xd6\x03\xa6\xb5\x62\x4e\x83\x88\xa0\x26\x51\xa2\xd3\x20\x22\xa8\x49\x4a\xc2\x69\x0c\xf1\xfc\xd6\xd4\xf4\x1a\xa9\x07\x9d\x86\x07\xbf\x8f\xd9\x3b\xaa\xe7\x58\x29\xe8\x54\x79\x40\x44\xf8\x1c\xa7\xf2\x9c\x5f\xf9\x1c\x87\x54\xe5\x01\xfb\x52\x4a\x3f\x55\x1e\xb0\x9f\xbc\xe8\xa8\xca\x03\x5c\x95\xf6\x54\x78\x40\x7e\x67\xb3\xbe\x03\x9c\x7c\x79\x6a\x3b\xa7\xb6\xe3\xae\x50\x76\x40\x56\xde\x38\x9d\x26\xec\x82\x70\xe1\xa3\x53\xd5\x01\x35\x7d\x36\x52\x75\x80\x53\x96\x4f\xa3\x83\x20\x9d\x01\x72\x9a\x9c\x0b\xc2\x05\xca\x4e\x75\xe8\x74\x02\xe8\xf0\x8b\xf6\x10\xf3\xb1\xa0\xcf\xa9\xf9\x00\x97\x33\x3e\x15\x1f\x10\xdf\x3a\xf4\xa7\x96\x03\xd2\x44\xbf\x53\xa1\x01\x69\x6a\xfa\xa9\xcf\x9c\x86\x23\xbf\x0e\x19\x8e\x04\xa3\xe1\x33\xa7\x09\xbb\x60\xb4\x9f\xdf\xb4\x8f\x8f\xcf\x59\xf4\xc8\x58\x24\x18\xa6\x6c\x9f\x8a\x10\x18\x96\xb6\x38\xf5\x20\x30\x1a\x01\x8f\x53\x0d\x02\xfb\xe0\xf1\xf7\xed\xe5\x43\xb1\x5e\x5e\x04\x9c\x26\xde\x82\x6a\x95\xb3\x53\xe3\x01\xd3\x77\x5d\xa7\xf1\xc5\x93\x94\x5a\xdf\x16\x9d\xc6\x08\xcf\x97\xe7\x19\x8f\x7d\x35\x06\x2c\xe7\x06\x9d\x5a\xcc\x69\x34\xd0\x0c\xaf\x53\x8d\x39\x5f\xb3\xf5\x6c\xf2\xd0\x79\x49\x31\xf2\xde\x69\xe0\x0f\x2c\xa7\x98\x9e\xc6\xfd\xce\x2f\xee\xc7\x6e\xba\x94\x9d\xcb\xb8\x9f\x55\x6a\x2e\xe3\x7e\x60\xb7\x0d\xda\x8a\x6d\x5e\x01\x79\x31\x72\x29\x40\x60\x9f\x11\x95\xb6\x66\x9b\x8f\x39\x78\xd7\xa5\x01\x81\xa6\xd9\x5c\x46\xfe\xc0\xfe\x58\xa3\x6d\xda\x36\x39\xac\xfc\xd7\x65\x93\xef\x1c\xd3\xaf\x9e\xb6\x59\xed\x69\xf9\xb9\xcb\x36\x2d\xbb\xdb\x76\xdb\x76\xeb\x58\x6e\xc9\x6b\xdb\xcb\x7e\xde\x2d\xaa\x13\x70\x2e\xe2\xa5\x39\x81\xc9\x65\xf8\xd2\x9b\x2e\x2b\xab\x22\xc4\x97\x11\x3c\xf0\x2d\xd2\x79\x19\xc0\x03\xf9\xeb\x36\xd9\xcb\x20\xf1\xc0\x16\xfb\x18\x94\x7b\xe1\xda\x70\x19\xa8\xbb\xc2\x62\x22\x7e\xca\x2e\x86\x81\x2a\xb7\xc1\x1e\x12\x93\x6b\xc6\xdf\x2e\x65\x0b\xa4\x99\xd4\x97\xf1\x37\x10\x9e\x74\x97\xaa\x75\x59\x6a\x95\x90\xcc\xa5\x3a\x81\x62\xcd\xdf\xcb\xb2\xaa\xa0\x58\x1e\xe5\xd2\xa6\xc0\x68\xa8\xf1\x65\xf4\x0d\x14\x6b\xa1\x5c\x06\xdf\xae\xe2\xdc\x53\xb6\xcb\x3c\x5a\xf0\xcd\x6e\xba\x0c\xbd\x81\xe2\xc2\x52\x97\x1a\x06\xaa\x85\x11\x2f\x67\x60\x5e\xc5\x93\x89\x2f\x9a\x59\x0b\xa6\x2f\x15\x2f\x35\x0c\x44\xaa\x28\x97\xd2\x05\x9a\xef\x28\x2f\xa5\xeb\x52\xba\x82\x16\x3b\xf4\x6f\xc1\x0c\xbf\x68\x8f\x28\x98\xea\xda\x6f\x97\xce\x75\x7d\x33\x30\xdd\x7e\xe3\x75\x60\x36\x3f\xe5\x6e\x63\xc5\x8c\x6e\xec\xfe\xd2\xc3\xc0\xfe\x03\xb7\xd6\x9e\x53\xa7\xc7\x35\xc7\x2e\xad\x0b\xc4\x30\xdf\xf6\x52\xbb\xc0\xf4\xac\xd1\xba\x40\xba\xb6\xe2\x65\x64\x0e\x38\x79\xf9\xd2\xc3\xc0\xec\x7f\xb8\x31\x5f\x5a\x1a\x88\x6f\xec\xb4\x34\x90\xae\xd8\x78\xa9\x64\x20\x75\x90\x4b\xd9\x02\x91\x06\x63\x2f\x6d\x0b\xa4\x77\xc4\x4b\xdb\xba\x28\xd9\xf3\x9d\xfe\xaa\xd5\x45\x2c\xee\xc7\xc5\xf5\x32\x14\x07\x32\x1c\x4f\xd5\x0a\xc4\x77\xd0\xa8\x51\x20\x7d\x22\xba\xb4\x28\x90\xde\x97\x2f\x25\x0a\xc4\xcf\xb3\x40\x5f\x02\xe1\xc3\xe6\x65\x20\x0d\x44\x77\x5e\xe7\xa5\x42\x81\xf0\x31\xf5\x32\x92\x06\xf6\xbe\x67\x63\xd5\x2a\x10\x3f\x8f\x70\xad\x0a\xa4\xcf\x65\x97\xb1\x35\xe0\xc3\xec\xa5\x67\x5d\x7a\x96\xd7\x08\x35\xeb\x4a\x3b\xc9\xe8\xa8\x54\x20\x9c\xb6\x74\x29\x47\x20\x5d\xbf\xe9\x52\x8e\x40\xba\x56\xd3\x65\x6c\x0c\x64\x25\xb4\x70\x19\x1a\x03\x61\x02\xf8\x65\x64\x0c\x7c\x93\xdb\x2f\xad\x0a\x84\xe5\x2f\x2f\xe3\x62\x20\x6b\x71\xbb\xec\x4f\x52\xbd\xc8\x8b\xb6\x59\xab\x20\xbe\x42\x34\x57\x7e\x3d\x7a\xf9\x26\x83\x63\xda\x2a\x08\xe5\xf7\x32\x78\x06\xb2\xf2\x20\x73\x69\x68\x20\x4c\xe3\xbe\xcc\x5a\x05\x59\xdd\x30\xa5\x0d\x84\xf9\xeb\x97\x49\xab\x20\xa6\x8b\x21\x5f\x7a\x1c\x08\xef\x92\x97\xce\x06\xb2\x16\x3f\xe5\x58\xb0\x44\x47\x5a\x39\xf3\xd2\xda\x40\x7c\x57\x21\xa5\x0d\xa4\x4b\x11\x5c\xce\x1a\x05\x61\xda\xed\xa5\xc8\x81\x30\x1d\xf8\x52\xe4\x40\xb4\xaf\x4d\x93\xbb\x34\x39\xc7\x5f\x93\x03\xa1\x98\x5c\x8a\x1c\x88\xe2\x8d\x54\x91\x03\x61\x66\xfd\xa5\xc8\x81\xac\xc5\x4f\x39\x18\x04\xef\x7c\xfc\xb8\x74\x3b\x10\x66\xd6\x5f\x86\xf3\x40\xba\x94\xd8\xa5\xee\x5d\x44\xf3\xca\xd7\xe4\x50\x6c\xa4\x2f\x96\x2e\x67\x88\x82\xac\xc5\x8d\xf0\xd0\x27\xbc\x67\x6a\xf7\xa5\xee\x81\x30\xbf\xfc\x32\xb8\x07\xd2\xf2\x8b\x97\x06\x08\xb2\x7a\xfd\x30\xb4\x07\xc2\xd2\x71\x97\x71\x3a\x10\xe6\x7f\x5f\x86\xe9\x40\x3a\x6d\xed\xd2\x13\x2f\xd7\x02\xf1\x32\xa0\x27\x82\x74\x49\xb2\x4b\x4f\x04\x61\xda\xfe\xa5\x14\x82\x30\x64\x7f\x29\x85\x20\x7c\x07\x76\x19\xa2\x03\x59\xbf\x26\x47\x82\x08\xdd\x77\x6b\x32\x40\x07\xd2\xe5\xc8\x2e\x03\x74\x20\x7d\xeb\x76\x19\x8b\x03\xf1\x65\xc9\x5c\xea\x24\x88\x3e\x78\x25\x7c\xe9\x7a\x60\x1f\xd6\x6c\xad\x21\x30\x10\xce\xbb\xbb\x8c\x80\x81\x70\xe6\xda\xa5\x11\x82\x74\xa6\xdf\xa5\x10\x82\xf8\x4e\x54\x85\x10\x44\xff\x86\x51\x23\x04\xa9\x59\x5d\xc6\xc9\xae\xf3\x2b\x34\x46\x93\x5b\x6b\x0e\xaa\x65\x63\x2f\x25\x11\x84\x25\x8c\x2f\xc3\x64\x20\x9d\xf6\x78\x69\x81\x20\x9d\x96\x74\x69\x81\x20\x9d\xb2\x77\x19\x23\x03\xe1\xb4\x9b\xcb\x18\xd9\xe5\xc4\xcd\xe9\xcf\x3b\x3e\xd4\x14\x72\x0a\xda\x65\x84\x0c\x84\xf3\xcd\x2e\xf5\xf1\x72\xe9\x0f\x6f\xca\xea\xe3\x75\x7e\x65\x0c\x69\x72\x2c\x2c\xb5\xea\xbd\x40\x7d\x04\xe9\x9b\x87\x4b\x7d\x04\xe1\x6c\xb9\xcb\xc0\x1a\x48\xa7\xff\x5d\x0a\x25\x48\x67\x50\x5e\xa6\xa0\x82\xe8\xf3\x0f\xab\x57\x5e\x2a\xe8\xe5\xcc\x52\xde\x42\x5c\x46\xe2\x40\xfa\xd2\xfc\xd2\x4a\x41\xfa\x2a\xe4\x52\x40\x41\x7c\x8f\x2a\xfa\x27\x08\xa7\xef\x5d\xea\x27\x88\x34\x67\xec\x52\x40\x41\x58\x11\xfa\x52\x40\x41\xfa\x7a\xe4\x32\x91\x15\x44\x3a\xcd\xe8\xd2\x4a\x41\x2a\x33\x97\x56\x0a\xd2\xb5\xc2\x2f\x23\x70\x20\xbf\x07\x37\x45\x15\xa4\x93\xba\x2e\x45\x15\x84\x93\x3a\x2f\x45\x15\x7c\x13\x9f\x2f\x73\x5b\x2f\x73\x5b\x7d\x84\x55\x5e\x2f\xeb\x17\xf9\x6c\xad\xbc\x82\x70\xb2\xe9\x65\xdc\x0e\xfc\xc7\xd8\xb9\xe4\x58\xcf\x02\x0b\x72\xde\xab\xe8\x25\x9c\xe4\x8d\xd4\xea\xbd\xd8\xc6\xde\xff\x12\xae\x88\xe0\xbb\xd3\xbf\x46\xa1\x42\x75\x6c\x83\x9f\x41\x26\xd0\x1c\x04\xf7\x28\xaf\xa0\x39\x4d\xc0\xa3\xbc\x82\x70\x2c\xdb\xa3\xbd\x82\x70\x8c\xed\x63\xd4\x0e\x34\x07\x8c\x3d\xfa\xec\xa3\xcf\xfa\x9c\x30\x68\x07\xa2\x76\xbf\xc0\x75\x5c\x10\x8e\xe3\x78\x74\x5c\x10\x8e\x82\x7b\x54\x5c\x10\x8e\xce\x7b\x54\x5c\x10\xce\xb0\xfb\x18\xd8\x03\xe1\x0c\xe6\x8f\x3e\x0b\x9a\x83\x8b\x1f\x7d\x16\x84\x13\x85\x3f\x66\xd6\x82\x66\xd2\xc8\xa3\xe2\x82\x68\xe9\xfc\x9b\x6d\xc1\xfc\x45\x8e\xa8\x7c\x0c\xf4\x81\xe6\x88\xca\xc7\x54\x5b\xd0\x1c\xfd\xfb\x18\xfb\x03\xcd\x31\xaf\x8f\x6e\x0c\xc2\xe1\x8e\x8f\x6e\x0c\x92\x33\x3a\x3e\x06\x03\x41\x38\xe6\xf5\x51\x97\x41\x73\xb0\xec\x63\x78\x10\x84\xb3\x59\x3f\x8e\x40\x05\xe1\x90\x83\x47\x83\x06\x4d\xf5\x5e\x0a\x2e\x68\xf6\xc1\x2e\xfd\x16\x74\x3f\x0f\x97\x7a\x0b\xf6\xd3\x37\x53\x96\x2d\xcb\xfc\x9b\x45\xc5\x22\xba\x52\x39\x6d\x4b\xb9\x05\x51\x9c\x6f\x6b\x69\xb7\x60\x6f\xad\x50\xd6\x2d\xeb\x6c\xad\x51\x34\x2c\x1a\x14\x4d\x8a\xa6\x45\x73\x17\xd1\x3e\xcb\xb8\x20\x68\xce\x7e\xb1\x54\x60\x10\x2e\xa8\xbe\x34\x60\x10\x7e\xda\x2c\x05\x18\xf4\x12\xd6\xfc\xb5\x68\xdf\xce\x0e\x0c\x59\x2a\x31\xe8\x7e\x77\x2f\x9d\x18\x74\x63\xa2\x4b\x29\x06\xcd\x2e\xfc\xe5\xd8\x4e\xd0\x9c\xb4\x60\xe9\xbb\xa0\x1b\xc4\x5f\x06\x13\x41\x98\x1c\xbc\x74\x60\xd0\xfd\xec\x5e\x3a\x30\x68\x4e\x4e\xb1\x8c\x2e\x82\x66\x30\x6c\xa9\xc5\x20\x4c\xda\x5f\x2a\xf0\x72\x51\x92\x69\x91\x75\x24\xdc\x38\xcf\xd1\x5b\xc7\x60\xfe\x30\x9e\xe4\x4b\x2b\x06\xdd\x8f\xfa\xe5\xc4\x44\xa0\xbb\x1c\xe6\xd2\x8a\x41\xd4\x1f\x1f\x7e\x4b\x2d\x06\xe1\xda\x5e\x4b\x2d\x06\xfb\x7c\xbb\x03\x2b\x4e\x52\xaa\xa3\x77\x96\xb1\xc8\x65\x2c\x92\x17\xdd\x72\xfe\x22\x10\x8e\x28\x59\xda\x33\x88\x79\x8e\xcc\x8a\x93\xb8\xea\xd0\xa4\xa5\x3d\x83\xae\x54\x2d\x83\x98\xa0\x39\x2f\xc6\x52\xa8\x41\x38\x4a\x63\x19\xd7\x04\xdd\x75\xe0\x96\x8e\x0d\x9a\x9d\xe7\x4b\xc7\x06\xe1\xb4\xf3\xcb\x50\x27\x08\x57\xc6\x5f\x5a\xf7\x72\x99\x92\xe9\x7f\xd9\x62\x2e\x53\x42\x7c\x6f\xa9\xdd\x20\x9c\xd0\x68\x69\xdd\x20\x1c\x89\xb2\xb4\x6e\xd0\x55\xa3\xa5\x74\x83\x70\x88\xcc\xd2\xba\x41\x38\xb0\x62\x29\xdd\xcb\xc5\x4c\x78\xdf\x2d\x9d\x1b\x84\xb3\x3f\x2f\x83\x9f\xa0\xcd\xd1\xfe\xfb\x9d\xbc\xb4\xf4\x95\xbd\x8e\x3c\x6c\xdb\x2e\x7b\x1d\x71\xd8\x2a\x39\xe8\xda\xe7\xd2\xc9\x41\xa8\x90\x4b\xeb\x06\x4d\x3b\x5c\x46\x17\x41\x74\x13\x14\x96\xde\xba\x8c\xf3\x19\x1d\x5a\x8a\x2b\xe8\xc5\x1a\xeb\xad\x20\x65\x1e\x7c\x4b\x6f\x05\xc9\x0f\xf5\xa5\xb6\x82\x68\xf6\xd8\x2d\xbd\x15\xc4\x59\xb8\x66\xa9\xa9\xa0\x97\xe4\xd6\xac\x67\xf5\x1a\xa1\x52\x46\x03\x41\x2f\x5e\x23\x9a\x2b\xe8\xc5\xdb\xd1\x60\x20\xe8\xc5\x8b\xde\x68\xe0\x6a\x76\xc3\x70\x64\xfa\x2d\x48\xf9\x6c\xcb\x0b\x82\x55\x44\x9c\xfc\x77\xe9\xb7\xa0\x17\x0f\x55\xbf\x05\xdd\xd5\xbf\x96\x7e\x0b\x92\x66\xb9\xf4\x5b\x90\x9c\x6e\x78\x39\x2a\x13\xa4\x7c\x8e\xcb\xd3\x6b\x20\xd1\x8b\x4b\xbf\x05\x49\xbf\x5a\xea\x2d\xe8\xc5\x22\xf5\x16\x74\x97\xf9\x5d\xea\x2d\x88\xf3\x21\xb0\xf4\xdb\xe5\xb0\x4c\x27\xe5\x5f\xda\x2c\x48\x2a\xd0\xd2\x66\x41\x37\xc7\x67\x29\xb3\xa0\x17\xdb\xc2\x98\x24\x48\xf6\x11\x2e\xfd\x16\x24\x03\x01\x4b\xbf\x05\x29\x9f\xa3\xb0\x2d\x36\x7a\xf1\xf1\xab\xde\x82\x6e\x2a\xd3\x72\x9e\x24\xd0\x5d\xf4\x78\x69\xbc\xa0\x9b\x2a\xb2\x34\x5e\xd0\x9d\x2b\x7f\x69\xbc\xa0\x17\x1f\x4c\x0a\x2f\xe8\x66\x19\x2d\x85\x77\x9d\xd0\x25\x5f\x8c\x4b\xe3\x05\xbd\x9c\x22\xaf\x94\x41\x87\x3e\x3d\x02\x4b\xe3\x05\xdd\x6c\xa7\xa5\xf1\x82\x64\xbf\xc4\xd2\x78\x41\x2f\x38\xf6\xd2\x78\x41\x72\x86\xe6\xa5\xf1\x82\xe4\xcc\xd1\xcb\x00\xe7\x32\xc0\xe9\x35\xa0\x04\x2f\x03\x9c\x67\x5b\x36\xd8\xb0\xc1\xdc\xa3\x0d\x36\xbc\x9e\xac\xb7\x0d\x36\xbc\x9e\xdc\xa3\x0d\x36\x58\xa0\xc7\x97\xa6\x12\xbc\x4c\x70\xb5\xc3\x79\x69\xc1\xa0\x9b\x21\xb6\x0c\x8d\x82\x5e\xbc\x9d\x15\x63\xd0\x8b\x37\xbd\x62\x0c\x92\x5d\x1c\x4b\x31\x06\x49\x0b\x5e\x8a\x31\x48\x4e\x43\xbd\x14\x63\x10\x67\x4d\xa8\x65\x04\x15\xf4\x72\x7e\x69\x8b\x4d\x6f\x37\x6a\x69\x80\x73\x9d\x69\x6e\x7d\x7d\x18\xe1\x04\x51\xcf\xb7\x93\x36\x0b\x92\x5d\xfe\x4b\x99\x05\xe3\x7c\x00\x29\xb3\x60\x9c\x37\xae\xe6\x0a\x92\xeb\x56\x2c\xcd\x15\x24\xd7\xde\x58\x5a\x2a\xd8\x87\x61\x99\x0d\xb4\x91\x86\x5f\x75\x5a\x2a\x18\xe7\x25\xa9\xa5\x82\x71\xde\xfb\x46\x37\x41\x72\x1c\xc3\xd2\x52\xc1\x19\x58\xbc\xb4\x54\x90\x1c\xb1\xb1\xb4\x54\x10\xcd\xb9\x00\x97\x9a\x0a\x8e\xc5\x2f\x35\x15\x8c\xf3\x0d\xa1\xa6\x82\xe4\x1a\xfb\x4b\x4d\x05\x27\x56\xb9\x4c\xed\x04\x27\x79\x78\x69\xae\x20\x0d\xcf\x92\xe6\x0a\xc6\x79\x03\xa9\xa9\xe0\xdf\xc7\xac\x4e\x0a\x92\x59\x0d\x4b\xe9\x04\xc9\x64\xf8\xa5\x74\x82\x64\x52\xc9\x52\x3a\x41\x3a\x8f\x31\x23\xa1\xe0\x64\xbd\x2f\x3d\x14\xfc\xfb\x00\xd2\x43\xc1\xc9\x57\x58\x7a\x28\x48\xae\x36\xb2\xd4\x50\x90\xc6\xef\x0f\x93\x84\x2e\x2d\x15\x8c\x9f\x8f\x21\x8d\x14\xfc\xfb\xdc\xd6\x48\xc1\xbf\x47\x8e\x46\x0a\x92\x0b\xa7\x2c\x8d\x14\x24\x87\x57\x2c\x8d\x14\xfc\xbb\xc0\x35\x52\x30\x4c\xe0\x5b\x1a\x29\x18\x3f\xcf\x83\x46\x0a\x86\xf3\x4a\x2d\x8d\x14\x8c\x9f\x4f\x0e\xc3\xa9\x20\x39\x7e\x65\x29\xa9\x20\xb9\x14\xf5\x52\x52\x41\x72\x18\xc5\x52\x52\xc1\xc9\x54\x5d\x4a\xea\x5a\x5e\x32\x6e\xcb\x4b\x66\x79\xfb\x78\x5c\x36\xce\xa2\x71\x7c\x70\x28\xa4\xe0\x0c\x65\x58\x0a\x29\x48\xc3\x8f\x72\x85\x14\x9c\x51\xde\x4b\x21\x05\xe3\xe7\xc3\xdd\x98\x2b\x48\xae\x21\xbc\x74\x54\x30\xcc\x56\x5a\x86\x61\x41\x1a\x5e\x91\x3a\x2a\x48\x0e\xf8\x59\x3a\x2a\x38\xb3\x3a\x2c\x1d\x15\x24\x47\x0a\x2d\x15\x15\xa4\x71\x36\x6f\x4b\x10\x98\x35\x2f\x69\xa9\xa8\xe0\x84\x6f\x97\x8a\x0a\x92\xc3\x5a\x96\x8a\x0a\x7a\xb1\x48\x45\x05\xa7\x7b\x79\xa9\xa8\x20\x39\x80\x6b\xa9\xa8\x60\xfc\x7c\x36\xaa\xa8\x20\x75\x5d\xc4\x01\xa3\xe0\xe4\xaf\x2e\xad\x15\x24\x87\xef\x2c\xd3\x5c\xc1\x19\xa5\xbb\x8c\x0e\x83\xe4\xc8\xaf\xa5\xdb\x82\xe4\x88\xae\x65\x74\x18\x24\x17\xf3\x5e\x06\x87\x41\x72\x7d\xec\x65\x8e\xeb\x72\x92\x24\x9f\x95\xc6\x8b\xc1\x79\x7c\xbe\x7a\x32\x38\x23\x72\x5e\xa5\xf8\xfd\x9d\x99\xfd\x7f\x94\x65\xcb\x88\x64\x37\x8b\x8a\x45\x4a\x12\xb7\xcc\xab\x15\x83\xe4\xd2\xda\xaf\x1e\xfb\xba\x94\xa6\x37\xee\xab\x7c\xbe\xbf\xd3\x29\xc9\xe6\x8c\xa3\x82\x38\x77\xcd\xab\x32\x82\x38\x37\xfd\xab\x33\x82\xec\xd4\x30\xaf\xce\x08\x92\x43\xe8\x5e\x9d\x11\x64\x03\x08\xaf\xa1\x54\x30\x1c\x7f\xf1\xaa\x91\xaf\xab\x9f\x34\x37\xef\xa1\x05\x49\x8f\x5c\xea\xaf\xce\x08\xb2\x5d\xf2\xaf\x59\xab\x20\x1b\x71\x79\xd5\x48\x30\x5a\xf7\x87\x36\x5a\x62\x6e\x31\x3e\xb9\x5e\xcd\x12\x64\xfb\xcc\x5f\xc5\x12\x64\x23\x22\xaf\x62\x09\xb2\x73\x01\xbd\x7a\x25\x18\xad\xbb\x2d\x5b\x27\x31\xa3\x16\xe1\xe2\x57\xaf\x04\x71\xee\xd4\x57\xb1\x04\xd1\xe3\x6c\xcd\xe6\x61\x8d\x14\xc7\x5d\xbc\x9a\xe5\x6b\x5c\xb6\x5a\x64\xf3\x24\x9a\x87\xf0\xc4\xab\x59\x82\x61\x06\xce\xab\x59\xbe\x27\x7a\xcb\x61\x68\x96\xaf\xd1\x5b\xfa\x46\x5e\xcd\x12\x8c\x46\x30\xfd\xd5\x2c\x41\xb6\x9f\xfe\xd5\x2c\xc1\x70\x4c\xd2\xab\x59\x82\xec\xec\x49\xaf\x66\xf9\x66\xa6\xd8\xc2\x78\x5f\x9d\x11\x64\x83\x4f\xaf\xce\xf8\x9a\x30\xdb\xdd\xbc\x4d\x61\xc2\x6c\xf5\xbf\x6c\x09\x13\x66\xad\xb6\xce\xf8\x66\x12\x8f\x3c\x21\x86\x69\x5f\xb3\x63\x89\xe6\xbe\x4a\xe1\x6b\x76\xac\x67\x52\x29\x04\xc3\xb1\x46\xaf\x52\x08\x86\x93\xe4\xbc\xc6\x5d\x41\x76\x12\x95\xd7\x21\x95\x20\x3b\x51\xd2\x6b\xc2\x2c\x18\xc6\xac\x5f\xa3\xb3\x6f\xe1\x12\xf0\xa2\x33\x3a\x0b\x86\x83\x80\x5e\x83\xb3\x20\xa7\x53\x64\x1d\x8b\x75\xa4\x09\x0d\xce\x82\x9c\xce\xa1\x5a\xc7\x62\x1d\xff\xa0\xca\xaf\xe1\x5c\x10\x67\x96\xfb\xd7\x78\x2e\x88\x66\xcc\xfc\x35\x57\x16\x0c\xb3\x2d\x5f\x63\xbc\x60\x38\x24\xf7\x75\x5c\x25\x18\x8d\xd8\xc2\x6b\xd8\x17\x64\x83\x4e\xaf\x61\x5f\x30\x1a\x7d\xc2\xaf\xa9\xb3\x20\x1b\x15\x7a\xb5\x67\x90\xd3\x39\x08\x9b\x8a\xa8\xef\xe9\x2f\x7d\xd5\x67\x30\x1a\xf1\x92\x57\x7d\x06\x39\x9d\x2a\x79\x3d\x54\x1e\x1c\xcd\x1f\xda\x7c\x95\x4b\xa4\x7a\xf8\x36\x5f\xf5\xce\xb0\xc8\xf6\xa9\xdc\x19\x5e\x81\xfa\x34\x18\xcd\x33\xad\x4f\x83\xd1\x7c\xa0\xe9\xd3\x60\x98\x4f\xf0\xea\xd3\x20\x3b\xbf\xd3\x6b\x7a\x2d\x18\xad\xfb\x5f\xb6\x4e\xa3\x75\xba\xdb\xb2\x75\x9a\x37\x0b\xd7\x83\x8a\x0d\xb2\xc1\xb6\x57\xc5\x06\xc3\x4c\xa2\x57\xc5\x06\xd9\x09\xb1\x5e\xe3\xc5\x60\xb4\x53\x64\xb5\x9d\xd2\xc8\x96\x50\x9e\x41\x76\x2e\xa4\x57\x53\x06\xa3\xd1\xe3\xfc\x2a\xca\x20\xa7\x53\x64\x1d\xbb\x77\x3f\x07\xa1\x3a\x83\x33\x37\xd8\xab\x27\x83\x6d\xd8\xfe\x9b\x35\xea\x3e\x1d\xfd\x37\x6b\xd4\xa9\x11\x21\xa1\x57\x51\x06\xa3\x11\x75\x78\x55\x60\x10\x67\x19\xae\x57\xaf\x7c\xcd\x92\xf5\xcb\xfd\xd5\x22\xc1\x70\x60\xe4\xab\x45\x82\xec\xcc\x4d\xaf\xca\xf8\xba\xf0\x8a\x73\x65\xbf\x0a\x22\x98\x76\xd1\xbc\x0a\x22\x98\x76\x38\xbc\x0a\x22\x98\xce\x95\xfd\xea\x87\x20\x9f\x36\x53\x06\xc1\x54\x5c\x5f\x65\xf0\x65\x51\x4b\xe7\x93\x7f\xd5\xbc\xd7\x15\x2c\x6d\x0c\x2d\x0f\x4c\xbb\x5e\x5e\x2d\xef\x75\x05\x4b\x6f\x37\x43\xa2\x60\xda\x5d\xf2\x1a\x12\x05\xd1\xcd\x7d\x7b\x8d\x89\xbe\xe6\xce\x4e\x7f\x69\x33\x6e\xe4\x73\x57\x1a\x13\x05\xf9\x5c\x2b\x66\xd8\x82\x69\x1a\xd1\x6b\x98\x14\x4c\x67\xff\x7e\x1d\xb1\x08\xa6\x93\x8b\xbf\x8e\x58\x04\xd3\xde\x9e\xd7\x58\x2a\xc8\xe7\xa6\x34\x33\x17\x4c\x03\xb3\xaf\xde\x0a\xa6\x3d\x2f\xaf\xda\x0a\xf2\x79\x37\x99\x97\x0b\xa6\x5d\x04\xaf\x69\xb9\x20\x9f\x57\x8c\x6e\x0b\xf2\xb9\x91\x74\x5b\x90\xcf\x35\xa6\xc8\x82\xa9\x89\xbf\x8a\x2c\xc8\xe7\x06\x37\x02\x0b\xa6\x7d\x55\xaf\x6e\x0b\xa6\x29\xd6\xaf\x6a\x0b\xa6\xbd\x63\xaf\x6a\x0b\xa6\xfd\x14\xaf\x6a\x0b\xb2\x69\xf0\xaf\x6a\x0b\xa2\xb9\x4c\xc6\x6b\x50\x16\xe4\xf3\xb5\xa0\xee\x82\x69\x54\xe6\x55\x77\xdf\x13\x94\xb5\xe2\xfa\x2e\x98\xe6\x83\xbf\xea\x2e\xc8\xe7\x6b\x44\xdd\x05\xfb\xae\xf1\x38\xbc\x2c\xc8\xea\x3d\x8f\x23\x7d\x17\x4c\xf3\xc6\x5e\x7d\x17\x4c\xbb\xb4\x5e\x7d\x17\x4c\x3b\x5a\x5e\x7d\x17\x4c\x47\xc9\xbf\x46\x6a\xc1\x74\xcd\xb1\x57\x05\x06\xf9\x3c\x5f\x8d\xd4\x82\x69\x27\xda\xab\x15\x83\x7c\x1e\x04\x5a\x31\xc8\xe7\xf3\x4d\x2b\x06\xd3\xcc\xe5\x57\x2b\x06\xf9\x7c\x53\x68\xc5\x60\x3a\xb1\xfe\xab\x15\x83\x69\x52\xdd\xab\x15\x83\x69\xf7\xd5\xab\x15\xbf\x4e\xf1\xeb\x23\x57\x2b\x06\x25\x4e\xb5\x6d\xaf\x87\xf6\x8a\x3f\x04\x95\x5f\x63\xb7\xaf\x93\x10\x9d\xed\xda\x9c\x4c\x42\x64\xb7\xd8\xab\x28\x83\x69\xa7\xe1\xab\x28\x83\x7c\xde\x27\x8a\x32\x98\x66\x0c\xbe\x8a\xf2\x7b\x72\x8c\x2d\xb2\x39\x97\xcd\x49\xdb\x29\xca\xa0\xd4\xf3\x43\x9b\x73\x31\xde\xc7\x67\xa3\x56\x0c\xa6\x3d\x59\xaf\x56\x0c\xa2\xb9\x30\xed\xab\x16\xbf\x2e\x33\xf3\xf3\x63\x48\x2f\x06\xd1\xec\x99\x7e\x15\x63\x30\xed\x20\x7f\x8d\xde\x82\xe8\xdd\x5d\x28\xb8\xaf\x6b\xc8\xfc\xfc\x2e\xd7\x4a\xdf\xf7\x7c\x38\xf3\x5b\x85\x13\x4c\xc3\x1c\xaf\xc2\x09\x8a\xb3\x8b\xbc\x0a\x27\x98\xe6\x59\xbe\x0a\x27\x98\xc6\x9d\x5e\x85\x13\x14\x27\x39\x78\xb5\x4b\x30\x9d\xd7\xf1\xd5\x2e\x41\x71\x92\x8f\x57\x95\x04\xc5\x81\x3c\xaf\x2a\x09\xa6\x73\x78\xbf\xaa\x24\x98\x46\x3b\x5f\x55\x12\x9c\x29\xd7\x5e\xc7\x50\x82\xe9\x4c\xdf\xaf\x76\x09\xa6\xc1\xa3\x57\xbb\x7c\xcd\x3d\x76\x4c\xd4\xab\x5e\x82\xe9\x1c\xfe\xaf\x7a\xf9\x3a\x11\x91\xe1\xd4\x57\xbf\x04\xd3\x70\xe1\x6b\x3e\x32\x28\x0e\xe3\x7f\xcd\x47\x06\xc5\xa9\x52\x3e\x2d\xf4\x3b\xe9\xc8\x5c\x55\x9f\xe1\x5a\x50\x9c\xdc\xe2\xd3\x4c\x41\x71\x39\xda\x4f\x31\x05\x73\x9e\x1f\x16\x8b\x8a\xef\x74\x77\x50\x2d\xa3\xcd\xa6\x1b\x6b\x16\x35\x36\x56\x28\xea\x16\x31\x8f\xdc\xf4\x87\xc3\xa2\x61\x35\xfd\xe5\xb4\x8c\x46\xeb\xfe\xdb\x65\x11\x03\xd0\x78\xa2\x7c\x46\x6b\x3f\x97\x0b\xb5\x7b\xea\x33\x5c\xfb\x9d\x39\x86\xc2\xff\x5b\x96\x2d\xf7\x90\x29\x7b\x2d\xe3\x0a\x9a\x16\x7d\x16\xd1\x6a\xbc\x3c\x3f\x43\xb1\x60\x9a\x44\xff\x99\xb3\x0c\x8a\xc3\xfd\x3f\x73\x96\x41\x71\x7e\x82\x4f\xd7\x06\xc5\xf9\x40\x3e\x63\xb8\x20\x9a\xfd\xa8\x9f\x41\x5c\x10\xc3\xeb\xf1\x53\xc9\xc1\x74\xf4\xc0\xa7\x91\x7f\x41\xdd\xf9\x92\xf8\x74\x6d\x30\x0d\x7c\x7d\xc6\x67\xc1\xae\xa6\xff\x66\x9d\x48\x5b\xfe\x19\xfd\xfb\xb4\x6d\x50\x4c\x07\xff\xb4\x6d\xb0\xff\x8d\xe3\x50\xb7\x41\x71\x11\xd1\x4f\xdd\x06\xc5\x79\x6e\x3e\x75\x1b\xc4\xf8\x55\xff\xcd\xca\x27\x6f\x1f\x77\x60\xe5\xcf\xec\x42\xc5\xe3\xb0\xf2\x89\x6b\xa1\xbb\x4f\x2b\xba\x51\x1c\x6f\xf3\x29\xd7\xa0\x38\x67\xcc\xa7\x5b\x83\xe2\xc4\x22\x9f\x6e\x0d\x8a\xcb\x43\x7f\xba\x35\x98\xae\x23\xf0\xe9\xd6\x60\xba\x76\xc6\xa7\x5b\x83\xe2\xa4\x22\x9f\x6e\x0d\xa6\xf1\xf7\x4f\xb7\x06\xc5\xd9\x52\x3e\xdd\x1a\x14\x27\x4b\xf9\x74\x6b\x50\x9c\x79\xe4\xd3\xad\xc1\x6e\x1e\xea\xad\x5c\x7f\xae\x5f\x3a\xfd\x37\x9b\x27\x9b\xcf\xee\x7f\xd9\x3a\x4c\x43\xec\x6a\x03\x9f\x0a\x0e\x8a\x33\x25\x7d\x2a\x38\x98\x86\xe9\x3f\x15\x1c\xec\x73\x69\x95\x6c\xb1\xec\xd3\xc5\x7f\xb3\xc5\x98\x9a\xd8\xec\x87\xcf\xc0\xec\x97\xcf\x0c\xfe\xee\xc0\x26\xcb\x3e\x5d\x2c\xb2\xc9\x32\x53\x51\xf9\x4b\xbd\x1c\x4c\xe3\xb7\x9f\x5e\x0e\xf6\x19\xe7\x30\x14\x73\x30\x8d\x28\x7f\x8a\xf9\xe7\x7a\xa8\x8e\x1b\xfa\xf4\x64\x30\x1d\x5a\xfc\x29\xc2\x20\x7e\xf5\x2f\x13\x93\x7c\x7a\xf2\x57\xcf\x13\x8f\x03\xd0\x93\x41\x71\xfd\xf5\x4f\x4f\x06\xfb\xdf\x38\x00\x45\x19\xc4\xcf\x1c\xae\x4f\x53\x06\xc5\x69\xdc\x3e\x4d\xf9\x33\x41\xda\xd5\x16\x3f\x55\x19\x44\x75\xa0\xec\x67\xf4\xf9\x33\x6b\xda\x11\xd5\x9f\xfe\x0c\x8a\xb3\x00\x7e\xba\x32\xd8\x9b\xa3\xde\xca\x32\x28\x4e\x02\xf8\x29\xcb\xdf\x09\x35\x9f\x7a\x79\xe6\xaa\x93\x88\x35\x37\x67\x2b\x9e\xf9\x87\xce\x5e\x6d\x46\xe6\x1f\x72\x3e\xaf\x4f\x5f\x06\xc5\x69\xec\x3e\x7d\xf9\x33\x73\xda\x61\x12\x9f\xc2\x0c\xf6\xc1\xd1\x4c\x1a\x33\xd8\xcd\xe4\xff\xd9\x4c\x1b\xc5\x19\xf0\x3e\xfd\x18\x14\x97\xa9\xff\xf4\x63\xb0\x7f\xe9\xd6\xbc\x94\x9b\xf3\xce\xf9\x94\x33\xe2\x0c\x76\x99\x07\x6c\x93\x34\x27\x56\x6b\x1e\xb1\x6d\xd2\x9c\xb3\x8f\x0e\x98\xcf\x38\x34\x28\xa6\xe6\x7d\xaa\x34\x28\xce\x04\xf7\xa9\xd2\xe0\x8c\xfe\xf8\x8c\x43\x83\xe2\xb4\x6a\x9f\x2a\x0d\xf6\xf6\xf9\xa5\x2e\x0d\xa6\x09\x19\x9f\x2e\xfd\xf5\x73\x31\x5b\x66\xed\x1d\x09\xeb\x5a\x9e\x9f\x32\x0d\x76\xb5\xa8\x82\x36\x0d\x8a\xb3\x18\x7e\xda\x34\xd8\xb2\x4b\x8b\x18\x77\x06\xc5\x99\x22\x3f\xe3\xce\x20\x7e\x66\xf1\x7d\x5a\x37\x28\xae\xef\xff\x19\x78\x06\xbb\xdd\xac\x83\x0d\xd2\x9d\xc4\xb0\x78\xc0\xb6\x48\xf7\x56\xc3\x29\x3e\x63\xcf\xa0\x9e\x27\x8f\xb1\xe7\xef\xc4\x9e\xad\x97\xb1\x67\xb0\xeb\x4a\x6b\x1a\x69\x06\xa5\xf0\x8d\xf7\x19\x69\x06\xfb\xdf\x68\x61\xbb\x04\x40\x71\xc2\xc2\xcf\x50\x33\xd8\x07\x47\xf5\xed\x25\x00\xc5\xb9\xb7\x3e\x7b\x09\xc0\xfe\x37\x5a\xce\x60\xf3\xe7\xf4\x49\xae\x18\xf3\xd9\x75\x00\x76\xbd\xa8\xab\xe1\x66\xb0\x7f\xeb\xff\xd9\x4e\xc3\x76\x2a\x56\xc2\x76\xda\x28\xce\x6c\xf9\xd9\x79\x00\xf6\xe6\xa8\x98\xbd\x07\x60\xff\x94\x76\xb2\xfb\x00\xec\x66\xa7\x16\x06\x93\xc1\x2e\xe3\x50\x8c\x26\x83\xbd\x3d\x7f\x6b\xa3\xcc\x73\xed\xf8\x5b\x5b\x65\xa3\x38\x3f\xe7\x67\x47\xc0\xe7\xec\x45\xce\xc3\xfa\xd9\x13\xf0\xcd\x73\xf7\xd3\xa0\x76\x05\x80\x38\x4b\x47\x7e\xf6\x05\x80\xe2\x52\xc7\x9f\x7d\x01\xa0\x18\x52\xfa\xec\x0b\x00\x11\xe1\x9d\x6e\x67\x00\x88\x08\x4f\xb6\xbd\x01\xa0\x0c\xa2\x95\x9f\xbd\x01\x9f\xb3\x17\x85\x97\x9d\xdd\x01\xa0\xb8\x96\xf2\x67\x77\x00\x28\x23\xbb\x31\xcf\xb5\x73\x17\x85\x8f\x21\x67\x18\x06\x11\x76\x02\x7e\x76\x1b\x80\x7d\x70\x1e\xb0\x27\xfb\x0c\xf0\xf5\xc1\x61\x50\x1c\xec\x32\x7f\x6b\xd3\x39\xe8\x37\xbc\x8a\xed\x60\x00\xfb\xff\x38\xdb\xf6\x30\x80\x88\xf0\xf3\xd3\x2e\x06\xb0\xcb\xd8\xaf\x7d\x0c\xa0\x18\x46\xfe\xec\x63\x00\xfb\xdf\x2c\xb3\xed\x36\xca\xa0\x33\xfd\xb3\x93\x01\x14\x57\x4c\xff\xec\x64\x00\x51\x4d\x16\xfb\xec\x64\x00\xc5\xa5\xd6\x3f\x7b\x14\xc0\x3e\x5e\x4e\xab\x3d\x0a\xa0\xb8\xda\xfa\x67\x8f\x02\xd8\xff\xe6\x4f\x6d\xa6\xfb\x74\xa7\x59\x66\x33\xdd\x36\x93\xcf\x3a\xfb\x14\xc0\x3e\x15\x1e\x9d\xcd\x44\xfa\xf7\xf8\xf9\xcc\xb5\x57\x01\xec\x7d\xd0\x9c\x76\x2b\x80\xe2\xb4\xab\x9f\xdd\x0a\xa0\x8c\xfc\x87\x8e\xf0\xcf\x5e\x07\x70\x66\xef\xfd\xec\x75\x00\x65\xf8\xf1\x6f\xaf\x03\xd8\x87\xc9\x19\xb1\x8f\x01\xec\x7b\xd2\x43\xf2\x62\xfb\x37\x0a\x99\xf6\xb7\x97\xe1\x3b\xa3\x90\x7d\xad\xda\xcd\x00\x76\x75\xfc\x3f\x9b\xf1\xb1\x19\xbd\x89\xec\x68\x00\x7b\x7b\x96\xd9\x8c\x8f\xb3\xb5\x9d\xed\xd9\x8c\x8f\xcd\xe8\x93\xda\xce\x04\xb0\xb7\x67\x99\xcd\xf8\x9c\x66\xa4\x6e\xf6\x0a\x80\x38\x2b\xe5\x7e\x76\x0b\x80\xbd\x0f\xff\xcf\x8b\x66\xa3\x9e\x8f\x63\x3b\x01\x40\x3d\x1f\xc7\x76\x02\x80\xa8\x4e\x14\xfa\xd9\x09\x00\x76\x19\x2d\x65\x27\x00\xa8\xc7\x24\xed\x03\x00\x7b\xa7\xfe\xd4\x8a\x2d\xc7\xce\x7b\x6b\x19\x31\x07\xbb\xcc\x23\xb1\x62\xaf\xef\x11\x8a\x8c\x8f\x83\x7a\x9c\xc2\xee\x03\xb0\x7f\xc9\x69\x34\x40\x0e\xf6\x5e\x39\x38\x23\xe4\xa0\xaa\xfc\x9f\xe1\x70\xb0\xff\x8d\xab\xcd\x34\x6e\xb0\xcb\xdc\x85\x4d\xf2\x3a\x2f\x9a\x2d\x6c\x90\x1c\xd4\xe3\x6c\x76\x50\x80\x7a\x0c\xd6\x0e\x0a\x50\xcf\x77\xbf\x1d\x14\x60\xef\xc0\x32\x6b\xff\x32\x73\x80\x5e\xf1\x9e\xca\x7f\xfc\x92\x1a\x18\x12\x07\xf5\xbc\xce\xec\xb4\x00\xf5\x58\xa8\x9d\x16\x60\x1f\x2c\x1b\xb3\xd7\x02\xec\x7d\x52\x79\xfb\x28\x40\xfc\xfb\x38\xb0\x93\x02\x44\x3a\x4d\x6e\x2f\x05\x88\xb3\xf4\xec\x67\x9f\x04\xa8\xd9\xe7\xa0\x5d\x12\x20\xd2\x11\x45\xfb\x24\xc0\x2e\xf3\xf0\xac\xea\x46\xcd\xbe\x7d\xec\x80\x00\xfb\xdf\xea\xff\xf9\x7f\xfd\x47\x0f\x84\xd8\x65\x8d\xb2\xb0\x2c\x2c\x0b\xca\xb2\x65\x4c\xb4\xc1\x18\xc9\xfe\xa3\xc3\x41\xec\x9b\x64\x50\x56\x2d\xab\xfe\x36\x51\xd6\x2c\x6b\x1c\x4a\xa1\xa8\x5b\x74\x26\x59\xf3\xa7\xd3\xb2\xc9\xbf\xb9\xd7\xcb\xa2\xcb\x76\xb2\xec\xb6\x8c\x89\xe2\xaa\x3b\x78\x2c\x3a\x93\xe2\x4d\xca\x5e\xcb\x5e\x0f\xc4\xbd\x7e\x96\x39\x4b\x44\xdf\x45\x61\x5d\x37\x2a\x4b\x4a\xf6\x5f\x58\x2d\xa6\x2b\x4e\x74\x26\xf4\x5f\x58\xad\x70\x82\x31\x76\x10\xd6\x2a\x1c\x6e\xd5\x38\xb6\xb0\x5a\xe1\xa4\x63\xcd\x3d\x0c\xcb\xf6\x7d\xce\xc4\xd5\xfd\x17\xd6\x34\x9c\x5f\xad\x52\xfb\xb0\xaa\xe1\xfc\x6a\xfe\xd2\x9a\x6e\x54\xe6\x10\xef\xbf\xb0\xa6\xe1\xc8\xef\xe6\x81\x2c\xcb\x9c\x5f\xcd\x8d\x59\x79\x3a\x1d\x2a\x53\x43\xf7\x5f\x58\xf9\x8d\xca\x34\xb7\xfd\x97\x3c\xf9\xc9\x29\x32\x1a\xc7\x96\x6c\x90\xe4\x40\xbc\x46\xed\x93\x2d\x92\x1c\x96\xe8\x89\x4e\x56\x9f\xbe\x83\xc4\xf3\xab\xff\x92\xd5\x4f\x56\xbf\x72\x74\xc9\xea\x27\xaa\x1f\x34\x70\xb2\xfa\xc9\xea\x37\xcb\xac\x7e\x72\x1a\xb6\xe1\x6e\xad\x7f\x72\x1a\xb6\xc6\xa9\x4e\x36\x00\x13\x18\x8f\xdf\x29\xb3\x66\xe9\xcc\xc3\x46\x43\x65\xab\xb6\x51\x9b\x27\x27\x5b\xb3\xec\x34\x6c\x9d\x26\xa6\xbf\x40\xd4\xe6\xd6\xb2\x57\x7a\x76\x66\xb6\xc1\xd1\x65\x1b\x80\x0e\x03\x57\xf3\xeb\xbf\xec\x25\x41\x9e\xb7\xab\xf2\xf5\x5f\xb6\x01\x18\x4b\xed\x0a\x9f\xfd\x97\x6d\x80\xec\xa4\x73\x9d\x46\xc9\xb6\x40\x76\x06\xb7\xe1\x7e\x6d\x81\x7c\x5a\xc0\x43\xb6\x05\xc8\xec\x76\x3d\xc8\xfe\xcb\xb6\x00\xd3\x1f\xbb\x6c\x64\xff\x65\xcf\xf7\x46\x6d\x9e\xc7\x6c\xa3\x64\x1b\x65\xfc\xf7\x60\xe9\xfe\x2b\xb6\x59\x71\xee\xba\x41\x3b\x16\x1b\xad\xd8\x68\x83\x46\x2b\x36\x9a\x83\xaa\xbb\x57\x57\xb1\xd5\xe8\x31\xc8\x3f\xcf\x73\xb1\x85\x98\x0a\x39\x93\xd1\xd7\x7f\xc5\xd6\x60\x5c\x75\xfe\x79\x27\x15\x6b\xce\x52\xb5\xf9\xe7\x15\x5c\xac\x79\xa1\x9f\x9b\xfe\xe5\xfe\x2b\xd6\x7c\xa3\x76\x9f\x23\xd5\x43\xa6\x3b\x61\xfc\x9a\x65\x1e\x72\x75\xd6\x26\xda\xa7\x7a\xc4\x74\x27\xe4\x98\x1c\x5d\xf5\x9c\x56\x3b\x81\x1a\x6d\x5b\x3d\x62\xfa\x04\x72\x4c\xce\x69\xf5\x88\x37\x2a\x1f\xde\xfd\x57\x3d\xe0\x7a\xe6\x3c\xa1\x51\xaa\x07\x4c\xfe\x79\xce\x3e\x20\xab\x07\x4c\xa7\x40\x29\x56\xac\x7a\xb7\xd2\x29\x90\x99\xbe\xb1\xff\xaa\xa7\x6f\xa3\x92\xf9\xdf\x7f\xd5\xd3\x57\x3f\x27\xaf\xe3\xa7\xcd\xca\x32\x9c\x3a\x17\x9f\x90\xcd\xca\xd2\x2b\x90\x49\xa7\xed\xbf\x66\x6d\xe9\x15\xc8\xe7\x91\xd3\x3c\x3f\x1b\x75\xfa\x9c\x6b\x36\xc0\x46\xa5\x73\xbb\xff\x9a\xf5\x67\x9e\xaa\x5c\x6d\xa7\xe6\x8d\xce\x44\xc5\xb9\x7a\x77\x35\xaf\xf3\x33\x79\x95\x6f\x92\x66\x3b\x31\x1a\x3b\x33\x56\xb3\xff\x9a\xd7\x39\x3d\x05\x2e\xfd\xd2\x7f\xcd\x86\x62\x25\xde\x42\x5d\x9b\xcd\x44\x3f\x41\x6f\xa7\x0e\xd6\xbf\xb9\xe8\x8a\xcf\x88\x6e\xfd\x19\x69\x4d\xfe\x6c\xff\x75\xab\xcf\x48\xeb\xf0\x92\xe8\x56\xab\x33\x6c\xd8\x5d\x76\xab\xc5\x18\xea\xc2\x7c\x46\xfd\xd7\xad\x96\x63\xa8\xcf\x2f\xad\x41\x77\xb4\x2c\x67\xb5\x5b\x01\xc7\x50\x33\x37\x48\xff\x75\xcf\x7e\x67\xb8\x6c\xf1\x30\xac\x81\x03\xa6\xab\xdb\xf7\x9c\x22\xf1\x6d\x7a\x3b\x77\x2b\xd5\x4f\xa5\xd8\xda\xb0\x06\x1a\xfb\x79\x2a\x0d\x4f\x20\x13\x5d\x35\x2f\xaf\xe1\xf9\x1b\x8c\xbb\xb4\x89\x86\x15\x65\x7c\x34\xb1\xf9\xfe\x1b\x56\x74\x30\x23\x60\x61\x9f\xc3\x7a\x0e\x06\x56\x16\x2e\xdf\x61\xa5\x70\x73\x67\xf6\xeb\xbf\x61\xa5\x74\x73\xdf\x79\xc3\x13\x35\x1c\x51\xe1\xad\x3f\xac\x15\xb3\x18\xb7\xf3\x4b\x2b\x35\xac\x94\x2f\xdf\x69\xa5\x26\xa3\x21\x0b\xed\x31\xad\xd3\x74\x58\x2d\xe7\x7d\x5a\x27\x47\x3a\x7b\x29\x4c\xeb\x34\xa9\x93\x27\x6f\x5a\x27\x14\x9c\x9c\xb9\xfe\x9b\xd6\x69\x5a\x27\xae\x8d\xe9\xb9\xdb\x68\xcd\x93\x32\xad\x26\x23\x9d\x9b\x1f\x00\xd3\x5a\x32\xd2\xb9\x79\x53\x4d\x0f\x7f\x32\x20\xcc\x97\xec\xe5\x75\x76\xf1\x50\x49\x1e\xd8\x65\x8d\x2e\x06\xd1\x79\x27\x5f\x1e\x3e\xaa\x5d\xba\x9f\x4e\x97\xc7\x4f\xc2\x38\x4b\xf9\xf4\xdf\xe5\xf1\x9b\x2f\x5e\x3d\x03\x97\x15\x60\x46\xac\xda\x6c\xb3\xcb\x7b\xea\x72\x1e\x0e\xdf\x09\x97\x55\x60\x71\xdb\xf3\x00\xbd\x3c\x2b\x97\x83\xa3\x3c\x10\xaf\x3e\x14\x9a\x5c\x8e\xfe\xbb\x7c\xca\x60\xd0\xd3\x87\xd6\xe5\xa9\x43\xa0\xa7\xf7\xc0\x65\xdd\xf1\xe7\xe9\x93\xf2\xb6\xee\xb7\x83\xe1\x38\xe7\xb7\x55\xbf\xad\x3a\x75\xba\xad\x3a\xe3\xa1\x19\x57\xd3\x7f\xb7\x35\xdf\x5a\xdc\xcf\x73\xfd\xb6\x46\x37\x63\x9c\x82\x83\xb8\x3d\x4d\x58\x31\xcb\xd5\xf4\xdf\x6d\x1d\x1d\xfc\xdc\xad\xe4\xed\x79\xc2\x8a\x49\xd8\xef\xbf\xdb\x7a\x1b\x67\x3f\xcf\xcd\xdb\x8a\x23\xc5\x9d\xf9\xbc\xfa\xef\xb6\xe6\x67\xc1\x5b\xbf\x4b\x6e\xab\xbe\xd1\x7f\x7e\xfa\x3c\xd6\xf3\xf1\x1c\x27\x2a\xfa\x58\x05\x07\x32\x27\x9f\x74\x8f\x67\xef\x61\x9c\x80\x5f\x43\x8f\x75\x78\x18\x59\xe1\x23\xe1\xf1\x78\x1f\x86\x51\xd8\xdc\x8f\xc7\xcb\x1c\x58\xc5\xe7\xcb\xe3\xe1\x3e\xf6\x11\xfb\x7e\x7d\x3c\xdc\x87\x71\x14\x7e\x80\x3c\x1e\xed\xc3\xc0\x93\xf6\xdf\x4b\x78\xf4\xdf\xe3\x79\xdc\x48\x4c\x3f\xd0\x7f\xcb\xfa\x31\x4b\x70\xe9\xde\xa9\xcb\x13\xb9\x18\x66\xe1\x97\xf3\xf2\xae\x5c\x0c\xb3\xf0\x43\x74\x79\x6e\x17\xe3\x52\x7c\xc9\x2c\x1b\x86\xc9\xb4\xce\x97\xee\xb2\x5d\x96\x63\x2a\xfc\x32\x59\x9e\xef\x45\x5b\xf9\xfc\x5c\xb6\xd5\xb2\xad\xa8\xf1\xf2\x7c\x93\xff\x9d\xbd\x45\x96\xcd\xb7\x18\xb6\xe3\xb3\x7e\xd9\x56\x8b\x31\x3a\x9e\xed\x65\x53\x2d\x9a\xca\x93\xbd\x6c\xaa\x45\x53\xf9\xbd\xb9\x6c\x8b\x65\x77\x9a\x4f\xad\xd7\xc6\x78\x19\x72\xe2\xe7\xd1\x6b\x5b\xbc\xb4\x85\x5f\xb4\xaf\x6d\xe1\xa4\x5b\xbe\x22\x5f\x2b\xfe\x3a\xbe\x84\x4a\xbe\x6e\xff\x75\x48\x02\x3f\xfc\xdc\xbc\x29\xd4\x1e\xeb\xe7\xe6\x1d\xe5\xfb\xf3\x49\xf3\xd9\xb0\xcc\x8a\xf5\xb3\xf9\x3f\xb7\x6f\xc2\xf4\xf9\x2f\x1b\x96\x61\xbe\x23\xf9\x79\xf7\xf9\xb8\x30\x63\xda\xe3\xff\x6c\xeb\xcf\x5c\x7b\x0e\xf6\xb3\xad\x59\x69\xf6\x67\x63\x7c\xb6\xb5\x49\xd4\x36\xff\x67\x5b\x7f\x8c\x53\xf0\xad\xf1\x79\xa9\x7e\xa4\xb7\x4d\x37\x6f\xf3\x93\x44\xfd\xf3\xea\xfd\x6c\xfe\x8d\x34\xbc\xec\x3f\x9b\x9f\xd5\x76\x6a\xf3\x39\xf0\xd9\x3e\x1f\xf9\xf7\xbc\x0a\x43\xc7\x0c\x73\xad\xb9\xc8\x82\x88\xb6\x38\x5f\xf1\xa1\x4d\x02\x43\x96\x3d\x94\xc9\x38\x83\x8d\x91\x82\x50\x26\x81\xfd\x5b\x3d\x14\xc7\xf8\x39\xfa\xc6\x5d\xde\x16\x31\x7c\xa0\xb9\xb1\xc7\x22\xaa\xc4\x1b\x34\x08\x41\x0b\x53\x77\x7a\xa8\x8d\x60\xfc\xb8\xdf\x23\x3c\xfc\xf0\xf0\x2d\xca\x16\x79\x2a\x3b\x45\xdd\x22\x4f\x88\x45\x1e\x57\x90\x92\xca\x99\x0c\x95\x0e\x8c\xce\xcb\x2c\x54\x3a\x90\x59\x5f\xb5\x87\x46\x07\xa2\xb6\xe1\xc6\x3c\xb0\x20\xcf\x72\xd0\x88\x1a\x5d\x98\xb3\x3d\xf9\x2f\x8d\x0e\x8c\xf3\x43\x85\x2e\xcc\xd9\x46\x5d\x22\xd9\xfa\xe6\x6c\xf3\xa5\x16\xc9\x1a\x25\x72\x10\xf9\xf0\x8d\x64\xeb\xbb\x64\xec\x2c\x14\xd9\xf8\x26\x68\x77\x8b\x86\x45\x64\x08\x22\xf2\xa1\xdf\x81\xfd\x1c\x75\x63\x56\x3c\xf9\x3d\x7f\x76\x60\xcd\xcf\x62\x34\x7c\x13\x44\xb2\x9a\x26\x5a\x4f\x4e\x9c\x7a\x07\x46\x1b\x34\x90\x76\x07\x32\xcb\x91\xf6\xd0\xee\xc2\x44\xeb\xc9\xb6\x94\x3b\x30\x58\xd8\xa8\x87\x72\x17\xf9\x8c\xab\xe7\x04\x28\x77\x20\x2a\xd3\x58\xf6\x50\xee\x40\x94\x38\x3b\xb5\xf2\xd9\xca\xd3\xb6\x3a\x1b\x18\xbe\xc6\x43\x65\x03\xfb\xce\xf7\xd8\xac\x14\x63\x6b\x4d\x70\xe9\xa1\x6c\x81\xe8\xa4\x97\xf5\x50\xb6\xc0\xf4\xd3\x35\x74\x2d\x30\xb5\x8a\x50\xb5\xc0\x64\xf2\xda\x1e\xc5\x2a\xb0\x6e\xac\x3d\x2c\xa1\x7c\x85\x6b\xd3\x4c\x4f\x5f\xb1\x06\x85\x5c\x38\xcf\x55\xf1\xb2\x2d\x66\x48\xfa\x5f\x9e\xbe\xc2\xd2\x96\x3c\x0e\x42\x43\x03\xe1\x80\xf8\x1e\x1a\x1a\x98\xd9\xfb\x49\x41\x03\xf9\x5c\x57\xc5\x4b\x99\x89\x86\xb3\x8f\x83\x62\x6b\x90\x70\xdd\x6c\xee\xe2\x29\x3e\x19\xd5\x36\xa4\x6a\x07\xa6\xfd\x3c\xa1\xd9\x81\x18\x4c\x2e\xda\x43\xb5\x03\xd3\xd7\x49\x54\x1b\xa8\xd2\x40\xde\xb0\xca\x1e\x98\x3e\xc8\xa3\xda\x18\xa4\x4f\x9f\x2b\x41\xd5\x03\x53\xad\x8b\x6a\x63\x54\x1a\xc3\x1b\x4a\xfb\x03\x33\xd7\xff\xee\x27\xef\xa1\x07\x82\x7c\xae\x4d\x35\x10\x4c\x25\x22\xb4\xc0\x70\x61\x59\x6f\x67\x2d\x10\x4c\xbb\xc4\x42\x09\x04\xd3\x77\x7d\xe8\x80\x60\x66\xaf\x38\x15\x10\x4c\x56\x8e\xe8\xa1\x01\x82\xe9\x67\x4b\x68\x80\x20\x9f\x3b\x4b\x03\x04\xf9\xdc\x33\x0a\x20\xc8\xe7\x39\xa0\xff\x81\x7c\xee\x52\xf5\x2f\x5c\x55\xd6\x33\xa8\xfd\x81\x7c\x1e\x59\xcd\xb6\x63\x55\x59\x66\x73\xef\xa1\x0f\x82\xa8\xd5\x87\xa9\x46\x08\xf2\x79\x1a\x35\x5b\xc7\x84\x6b\xfa\x1c\x42\x1f\x04\x93\x49\x5f\x7b\xe8\x83\x20\x2a\x63\xee\x7a\x74\xdb\xa2\xdb\x16\xb4\x7e\xb7\x2d\x58\x30\x76\x30\x75\x66\x0f\x25\x11\x44\xad\xb6\xbf\x92\x08\xa2\x65\xbe\xd8\xa2\x5b\x77\xc2\xc4\xa5\xf9\xc0\xd6\x1c\xc1\x64\xf1\x8a\x1e\x5a\x22\x88\xd1\x93\x3f\xb5\xaa\xc6\x84\x95\x8d\x50\x1d\x41\x94\xec\x49\xe8\x5e\x1c\x1b\x85\x55\x9a\x7a\xa8\x93\x60\x7f\xcf\xf1\xd3\x61\xfd\x87\xd3\xab\x21\xc4\xa1\x4e\x82\x5d\xc6\x09\x54\x27\xc3\x00\x30\x43\xdb\x7a\x28\x8f\xa0\x84\x77\x92\xf2\x18\x06\x80\x19\x8f\xd6\x43\x7b\x04\xbb\x8c\x6b\x6b\xd8\x00\xe3\x4c\x37\x47\x43\x0d\x1b\x60\x30\x62\x89\x70\x5a\x0f\x35\x33\x0c\x01\x93\xc4\xde\x43\xcd\x04\x85\x35\xa9\x7a\x0c\x1b\x80\x68\xaf\xcb\x2f\xf5\x50\x33\x41\xd4\xe6\x03\x5e\xcf\x04\xfb\x50\x38\xe4\x69\x0b\x18\xee\xf5\x63\x3f\x14\x4d\x50\xc2\x27\x9a\x56\x09\x0a\x4b\x23\xf5\x50\x21\xe3\x8c\x09\xf6\x12\x9e\x56\x6c\x5a\x31\xe4\x27\xf4\x4a\x10\xc3\x6f\xdf\x50\x2c\x41\x61\x85\xa7\x1e\x8a\x25\x88\x5f\xf5\xa1\x36\x3d\xdb\xf3\x64\x00\x78\xc0\x56\x76\x1a\xda\xf6\x11\x39\x3d\xdb\xd3\xd0\xb6\x57\xc0\xb4\x01\xa6\x29\x00\xe7\xf0\x6c\x80\x49\x52\x84\x67\x5b\x53\x05\xfb\xa7\x6c\x4e\x53\x05\xfb\xa7\xec\xf6\xb2\x4d\x88\x14\x0f\x66\xab\xea\xa1\xbe\x82\x68\x3f\x3f\x4f\xd4\x57\xb0\x7f\x6b\x99\x97\xc5\x99\xd1\xd9\xf7\x81\xae\x0a\x76\x19\xd5\xbd\x6c\x29\x56\x9e\xad\x9e\x1e\xf5\x15\xec\xc3\xa3\x41\x2f\x5b\xea\xb2\xa5\x7c\x9c\x28\xb0\xa0\x54\x2f\x3c\x05\x16\x44\x65\x56\xdc\x1e\xea\x2a\xd8\x9b\xe3\xe8\xf4\x55\xb0\xcb\xd8\x9c\xc2\x0a\x4a\xf5\x72\xbf\x6d\x80\xdb\x1c\x00\x7a\x63\x42\x89\x05\xfb\x48\x38\x3a\x2d\x16\x84\xf3\x25\xf5\xb8\x6d\x80\xdb\x06\xf0\x39\xa6\xda\x82\x38\x1f\xdb\xa1\xdb\xc6\x89\xf8\x5a\x5b\xe5\x36\x8c\xf8\xfa\x00\xd7\x6d\x41\x38\x35\x4e\x0f\x45\x36\x4e\x74\xd7\x37\xb3\x22\x1b\x27\xba\x6b\x1b\x2b\xb2\xa0\x0c\x9f\xf4\xb7\x8d\x72\x82\xbb\x5e\x79\xca\x6d\x3c\x2e\xe9\xe6\x15\xf5\xd8\x02\xcf\x09\x78\xf3\xdb\xc7\x16\x78\x88\x6e\xfb\x72\xd6\x77\xc1\xfe\x37\xda\xf3\xf1\x5e\x79\x9c\xbd\xd6\x67\xfb\x63\x03\x9c\x60\xad\xa7\x51\x31\x06\x65\xf8\x45\xf0\x58\xff\xc7\x88\xb7\x07\x67\xfd\x4f\xa8\xd6\xeb\x53\x59\x8e\x13\xaa\xf5\x72\x57\x83\x41\x19\xbe\xff\xf5\xdc\x38\x11\x58\xef\x1e\x45\x17\x94\xe1\x3b\x5b\xcf\x0d\x57\x95\x0d\xdf\x7e\x8a\x2e\x28\xc3\x8f\x26\xad\x36\x8c\xd3\xc6\xfc\xef\xc1\xd8\x3d\xb4\x5e\x50\x86\x6f\x9c\x65\xe3\x2c\x1b\xc7\xab\x43\xeb\x05\x7b\xcb\x1e\x94\x2d\xb1\xbc\x12\xa8\xb5\xda\x1b\xe4\x72\x47\xf2\x13\x44\xef\x05\x65\xf8\x25\xa7\xf7\x82\x68\xd5\x47\xbf\x96\x0b\x6a\xf8\x72\x51\x72\xc3\x28\xae\x2f\x0d\x25\x17\x44\x9c\xc7\xa8\x96\x1b\x27\x8c\xeb\x9d\xa0\xe6\x82\xfd\x7f\x9c\xb9\xd7\xaa\xbe\x46\xac\xa9\xc2\x6b\x55\x37\xea\xf9\x8a\x7d\xbd\x0c\x5e\x16\x01\x4b\xd4\xea\xb5\xf2\xff\x82\xb8\xfe\xd2\xf3\xcb\x82\x3a\xb5\x78\x41\xbe\xd6\xd4\x90\xad\x0f\xe5\xd7\x9a\x6e\x54\x72\xb7\x7b\xbc\x5e\x05\x27\x62\x4b\x0d\xd4\x6d\xb0\x6b\x40\xb3\xe9\xdb\x60\xef\x94\x63\xfb\xac\xe9\xbf\x00\x2d\x9b\x53\xb8\x41\x3d\x8f\x6e\x85\x3b\x14\xee\x50\x4f\x15\x6e\x10\xce\x0a\xdf\x43\xbd\x06\x35\xfb\x22\x50\xaf\xc3\x85\x78\xc2\xf7\xb9\x32\x1d\x1f\x6b\x76\x9d\xad\x59\xad\x6f\xf9\x6f\x6e\xcd\x7a\x19\x9e\x6d\x1e\x88\xe7\xf4\x84\x67\x79\x82\x26\x43\xb1\xe9\x84\x62\x79\x96\x25\xdd\x19\x44\x62\x8a\xc5\x9e\x0c\xcf\x82\xfd\x7f\x95\xb2\x6a\x59\xf5\xff\x0a\x65\xcd\xb2\x46\x30\x32\x28\xea\x16\x19\xb4\xeb\xee\x62\x5a\xe6\x84\x84\x3f\x77\x71\x59\x76\xf9\x7f\xfe\xf6\xb1\xcc\x70\x24\x31\x84\xa4\x54\x83\xca\x42\xb5\x3d\x29\xd5\x20\x9c\xfa\xab\x27\x63\xb1\x20\x4c\xad\xe9\x49\xd3\x06\x95\xe8\x79\x4f\x9a\x76\x32\x18\xdb\xb9\xbd\x92\xc1\x58\x10\x4e\x1b\xd6\x93\xd1\x58\xb0\xbf\xca\x68\x00\x95\x1c\x44\xf1\x8b\x3a\xe9\xe4\xc9\x95\x7d\x98\x58\xa0\x27\x43\xaf\xc9\x95\x7d\x58\xdd\xac\x27\x45\x1d\xd4\x5e\xfd\x37\x2b\x86\x95\x67\x26\x20\xe8\x49\x2b\x4f\x64\x72\x67\xef\xf4\xa4\x5d\x83\xc8\x0a\x5a\x52\xaf\x41\x64\xfb\xde\x92\x51\x55\x10\xa7\xeb\x39\x29\xd8\x20\xf2\x39\x41\x46\x55\x41\xe4\x76\xca\x86\x65\xfb\x62\xf4\x35\x95\xb4\x6e\x10\xd9\xce\xff\x64\x54\x15\x74\x3e\x4b\x93\x1e\x0e\xa2\x33\x7e\xb7\x27\x3d\x3c\xb1\x00\xac\xc1\x9c\xa4\x86\x83\x38\xfd\xc0\x49\xe9\x06\xc1\x2a\xdc\x3d\xa9\xc9\xa0\xfa\x39\x97\xb4\x64\xd0\x3d\xab\x06\x40\x41\x30\xa1\x5e\x4f\xc6\x3f\x41\x52\x74\x93\x2a\x0d\xb2\xfd\x95\x49\x95\x06\x9d\x97\x5d\xca\x9e\x82\x6c\x1f\x94\xbf\xf3\x48\x4d\x85\xce\xfe\x97\x97\x96\x53\x49\xf3\x64\x49\xda\x76\xd2\xb6\xed\xbf\x4f\xda\x36\xe8\x3f\x2f\x54\x6d\x1b\x74\xa3\xeb\x49\xb5\x06\xfb\xa3\xd0\x5f\x5a\xc7\xc2\x83\x90\x8f\xe7\xa4\x47\x83\xce\x7b\x2e\x19\xe9\x04\xc1\xd4\x82\x3d\x69\xd6\x69\x6b\x74\x3f\x17\x90\x16\x0d\xc6\xa9\xb6\x16\x0d\x72\xe2\xf1\x96\xf4\x63\x30\x4d\x5c\x48\xea\x31\x88\x6a\x7f\x56\xd2\x85\x41\xee\xf4\xa7\x24\x5d\x38\x99\x34\x6d\xbf\x7c\x32\xca\x09\xe2\x84\x15\x92\x36\x0c\x8a\xb9\x06\xa9\x5a\x25\x82\xa1\xff\x1a\x48\x43\x06\xb5\x5a\x03\x0d\x19\xf4\xe2\xa1\x79\x2a\x19\x5e\xfc\xef\x30\xac\x66\xe5\x54\xd2\x16\x3a\x31\x08\x67\xc3\xe9\x49\x29\x4e\x26\x4c\xfb\xb0\x53\x8a\x41\x0b\xef\x43\xa5\x18\xc4\xbe\xfb\xff\xf3\xb5\x9d\x74\xe6\xe4\xda\x3e\x3c\x6c\x93\xce\x0c\x82\x61\xff\x3d\xe9\xcc\x20\x18\x25\xdf\x93\xce\x0c\x9a\x1a\x9d\xb4\x61\x10\x4e\xa1\xde\x93\x3a\x0c\xa2\xf9\x78\xd3\x7d\x41\x34\x6b\xa7\xfb\x82\x76\xee\x3c\x3d\x17\xf4\xf3\x30\xd2\x73\x41\x67\x62\x9c\x9e\x8c\x85\x82\x98\x5e\xf5\xaa\x2f\x70\x4c\x40\x4f\x6a\x2e\x88\x49\xc7\x40\x52\x73\x41\x67\x4e\x9a\x9e\x8c\x8e\x82\x98\xf4\x3b\x24\x25\x37\x39\x01\x97\xcf\x7f\x1d\x17\xf4\xf3\xa8\x57\x71\x41\x3f\x4f\x7a\x83\xa3\xc9\x09\xb8\xce\xb6\x3c\xcf\x9d\x4e\x56\x62\xea\x49\x99\x05\x69\x9c\xff\xb2\x8e\xdd\x4e\x56\x2e\x36\x43\xa3\xe0\x44\x46\x93\x7a\x0b\x32\x0b\x65\xf5\xa4\xdd\x82\x34\x3c\x1f\xca\x2d\x88\x7f\x95\x54\x6e\x41\x66\xc2\xf9\x9e\x94\x5b\x30\x8c\xd5\x25\xdd\x16\x8c\xee\x63\x4f\xb5\x05\x51\xed\xca\x4f\xaa\x6d\xda\x1a\x3b\xba\xaf\x42\x23\xa3\x60\x74\x9f\x68\x5a\x2c\x98\xd9\xab\x62\x58\x71\x47\x40\x7b\x3d\xe9\xb5\xc9\x11\xd0\xcd\x2a\x59\x71\xb4\xb6\xdb\x5b\x95\xd4\x5a\x30\xfd\xd4\x48\x46\x54\xc1\xf4\x7b\x21\x29\xba\xe9\x88\x2e\x55\x32\xa2\x9a\x4c\x6b\x3e\xb7\xac\xf2\x0b\x76\x9d\xdc\x9a\xad\x61\x5a\xf3\x79\x02\x68\xc4\xa0\x84\x8f\x77\x85\x38\x1d\x21\x4e\xee\xd5\xe6\x98\x2e\xbe\x8e\xaa\x24\xed\x37\x1d\xfb\x45\x10\x92\xf6\x0b\x8a\xe9\x46\x49\xd1\x4d\x66\x3f\x27\x1f\x0c\x4a\x2d\x88\xc1\x4c\xd3\x3d\x69\xb0\x60\x7f\x55\xb0\x39\x0d\x16\xd4\xea\x2b\x5a\x81\x05\xfb\xdf\x38\x12\x05\x16\xec\x32\x6a\xa1\xc0\xa6\xcb\x44\x2d\x3f\x0d\x14\x58\x50\x3b\x51\x84\xa4\xbf\x82\x48\xdd\x77\xaa\x02\x0b\xf6\xeb\xdd\x23\xb1\xb2\x97\xeb\x00\xda\xc6\x0a\x2c\xe8\x3e\x8a\xf5\x57\xb0\xdf\xb3\xfe\x97\x67\x7f\xa3\x19\x5b\x48\x2a\x2d\x50\x0a\x92\x42\x0b\xda\xb9\x37\x94\xd7\xe4\x8c\xd4\xd9\x87\x89\xa2\x9a\xb6\x94\xb6\xb0\x02\x8a\x25\x68\xf6\x5e\x26\x1d\x12\x34\xfb\xa5\x92\xbe\x08\x9a\xbd\x61\x49\x5d\x04\xd1\xfc\x9c\x7a\x3c\x05\x0f\x33\xd8\xfb\x3e\x53\x20\x41\x24\xaf\x5d\xfd\x11\x34\x7b\xf3\x92\x31\x54\x10\xc9\x4b\x57\xa5\x04\xed\x7c\x0e\x69\x94\xa0\xd9\x63\x99\x34\x45\xd0\x98\xa6\xa6\x27\x4d\x11\xf4\xf3\x1e\x57\x14\x41\x3b\xad\x6a\x54\x15\xb4\xe6\x9d\x67\x50\x15\xec\x7b\xca\x8d\xd9\xf8\x4e\xed\xec\xbb\x45\x75\x04\xd1\xbc\x44\x55\xc7\xe4\x34\xce\xde\x66\x9a\x63\x72\x1a\x67\x5b\x5a\x73\x4c\xce\xd9\xec\xeb\x58\x0d\x04\xad\x79\x93\x19\x0e\x05\xd1\x7c\xa5\x2a\x86\xa0\x35\xcf\xb7\x5e\x98\x1c\xf8\xeb\x47\xbf\x5e\x08\x5a\xf3\xc1\xa1\x16\x82\xd6\x7c\x0d\xaa\x80\xa0\xff\xfc\x08\x51\x01\x13\xbe\x37\x3d\xb7\xea\x1e\x88\x66\x78\x29\xbd\x9e\x36\x96\x12\xfa\xf9\xe0\xd0\x00\x41\x67\x16\xa8\x9e\xb4\x3d\xd0\x7f\x7e\x58\xa9\x76\xa0\x33\xdb\x5b\x4f\xaf\x87\xcf\x00\xe2\xe9\x13\xf9\xf5\xf0\x5f\x4e\x5b\x2e\x7f\x78\x3f\xab\x87\xa0\xff\xfc\x8c\x34\x58\x0a\xfa\xb9\xb7\x75\x37\xd0\xcf\x6d\xac\xa7\x81\x7e\xee\x76\x03\xa3\x20\x9d\x4b\x4b\x73\x03\xe9\x5c\xa6\x9a\x1b\x48\xe7\x2e\x30\x30\x0a\xfa\xb1\x25\x5d\x0e\xf4\xf3\x1c\x32\x30\x0a\xd2\xf9\x22\x50\xef\x40\x3a\x37\x99\x76\x07\x3a\x79\xdc\x3d\x69\x77\xc9\xb8\x28\x47\x9f\x8d\x8b\x82\xae\xc7\x65\x7d\x0f\xf4\xc2\xb7\x5f\x56\xf7\x40\x34\xdf\x83\xd9\x58\x69\x76\xa8\xaf\x31\xc9\xac\xc7\x81\xf1\xeb\xfe\x74\x58\x44\x44\x98\x2a\x65\x2d\x0e\x8c\xdf\xd9\xe7\x6d\x91\x6f\xb3\x49\xd1\x63\xd1\x7e\x8d\x33\x7a\xbc\x67\x7d\x0d\x0c\x66\xc5\xef\x59\x5d\x03\xdb\x9c\xd9\xbe\xf9\xb4\x60\xfc\xf8\x72\xc8\x61\x05\x36\x46\xe7\x43\x38\x6b\x75\x20\xd9\x8f\x95\x15\x38\x90\xd4\xc1\xac\xbf\x65\x43\xaa\x7c\x8d\x67\x93\x69\xc1\xb0\xcf\x32\x6b\x74\x20\xd9\xc5\x94\x95\x37\x90\x18\x3e\xd3\xb3\x51\x56\x90\x18\xdc\xd2\xb3\x3e\x07\xc6\xaf\x79\x5c\xaf\x45\x7c\x98\x70\x3d\x65\x6d\x0e\x8c\xce\xc3\x31\x2b\x73\x60\x74\x8c\x20\x1b\x2b\xcd\x4e\x66\x45\xaf\x59\x56\xe5\xc0\xe8\xe1\xb6\xac\x10\x93\x59\xf5\xf0\xbf\xac\xd0\x46\x70\xb7\xec\x3f\xac\x51\x62\x86\x15\x7a\xf4\xb2\x22\x07\xa2\xf6\xe4\x3e\xad\xa5\x2a\xe7\xf3\x31\xab\x72\x20\x1a\x33\x17\xf4\x9c\xac\xe7\xc6\xe8\x61\x91\xf5\x3c\x7a\xc7\xcd\x9d\xd5\x3b\x30\x3a\x2f\x99\x6c\x4c\x15\x8c\xce\x33\x33\x1b\x53\x05\x83\xa5\x1c\x7a\x36\xa6\x0a\x46\xe7\x09\x96\x0d\xa9\x66\x27\xaf\x1a\xfe\x97\x2d\x94\xf9\x00\xc3\x43\xb2\xaa\x98\x0d\xa8\x0e\x7f\x68\x0b\x6d\x64\x3f\xb6\xb2\xfa\x08\xf6\x55\xe6\xc6\x6c\x21\xf2\x67\xbb\x69\xdb\x59\x81\x04\x33\x37\x8b\x6c\x21\x06\xd8\xe6\xe6\x2f\x6d\x20\x06\xd8\xe6\xe6\x0e\x6c\x0c\x26\xb9\xf2\xd3\x30\x6b\x90\x20\xfb\x69\x98\x35\x48\x30\x33\x1f\xa8\x59\x81\x04\xfb\xc8\xf8\xa5\x06\x99\x8d\xd7\xf2\xfa\xce\xc6\x6b\xc1\xfe\x8a\x62\x9f\x5a\x25\x28\xc1\xc7\x7a\x36\x60\x0b\xb2\x01\x9e\xac\x42\x82\x70\x25\xdd\x9e\x75\x48\x30\xb3\x37\x85\xd1\x59\x30\xb3\x17\xb2\x0e\x09\xf6\x3e\x3d\x34\xaf\x83\xe2\x80\xfb\xe4\x1e\xac\x3b\x8b\xbe\x9a\x9d\x9d\x75\xcd\x6c\x2c\x36\xf9\x3c\x50\x36\x41\x89\x6c\x91\x95\x77\x21\x58\xdd\x25\xeb\x9f\xd9\x51\xbb\xa6\x07\x66\x2d\x12\x14\xf3\xda\xb3\x12\x09\xf6\xbf\x71\xa9\x69\x91\xd9\xc5\x89\xda\xd9\xab\xf5\x72\xe8\xad\x0a\x9d\x15\xc9\xec\xea\x44\xcd\xb3\xa5\x36\x66\xb5\xd1\x0e\x8c\xac\x37\x66\x97\x1e\x32\xdf\x30\xeb\x7c\xd9\x11\xb4\xf6\x44\x64\xa5\x2f\x3b\x82\x56\x51\xcb\xc6\x40\xc1\xfe\x4e\x65\xbf\x6a\x5f\x46\xf1\x22\xb9\x0f\x43\x9e\xa0\x8c\xea\xe6\xac\x06\xda\x17\xc9\xb3\xa8\xf7\x81\x88\x74\x76\x61\x35\xda\xe9\xfa\xa5\xba\xca\x20\xd8\x65\x6e\xef\x54\xe3\xb3\xaf\x93\x6b\x47\xf7\x03\xd5\x00\x57\x36\xec\x99\x9d\x91\xd9\x3e\x83\xac\x0f\x82\x6a\xc7\x48\xd6\x07\xc1\xde\x1a\x8d\xa2\x10\x66\x47\xc7\xfe\xc6\x1f\x5e\xd7\xd9\x48\x29\xa8\xe7\x1e\xd2\x21\xb3\xd9\xb4\xe1\x69\x56\x22\x41\x55\x76\xb2\x12\x09\x6a\xf5\x9a\x31\x4e\x0a\x6a\xf5\x42\x55\x22\x41\x6d\xde\x43\x46\x49\x41\xb8\x76\x66\xcf\x8a\x65\x36\xe9\x96\xd5\xa8\x7b\xd6\x2c\x41\xe4\x73\xdd\xab\x96\x20\xb2\xdd\xec\x59\xb7\x04\xd5\xc4\xa8\xac\x5b\x82\xc8\x86\x93\xb3\x72\x09\x22\x9b\xe4\x90\xcd\xc4\x05\xfb\xff\xd8\xad\xc2\x09\xec\xb4\xcf\xfa\x26\xe8\x4c\x98\xd9\xb3\xbe\x09\x92\xdf\xd4\x59\xdf\x04\xc9\xe0\x45\x56\x37\xc1\xf8\xf1\xe1\x93\x0d\xa4\x02\xa3\x34\xd9\x30\x2a\x68\x6a\x76\xd6\x49\x41\x3f\x07\x6f\x5b\x0c\xbb\x4e\xdc\x92\x4d\x61\xae\x6e\x58\x1f\x35\x12\x34\xfd\x33\xab\x91\x99\x2c\xdc\x53\x43\x8d\x31\xbb\xde\xd0\xf9\xa1\xf5\x71\xbd\x21\x2f\x03\x85\x11\xb4\xd3\x84\xfa\x22\x08\x47\x55\xf6\x6c\x14\x14\x44\x53\xa1\xb2\x72\x98\x5d\x4b\xc8\x87\x98\x41\x50\x10\xe5\x5c\xfc\xfa\x62\x76\xb4\xac\xef\x5e\x83\xa0\xa0\x35\x1f\xfc\x1a\x24\x68\x0e\xeb\xc8\x0a\x24\x68\xcd\x26\x53\x16\x41\x73\x8c\x48\xd6\x15\x41\x34\x3f\x7c\xcc\xd5\x05\xed\x5c\x8d\xda\x63\x36\x55\xd7\xe1\x40\x59\x7d\x04\xd1\xbc\x01\xb4\x47\x10\xcd\x87\xab\xf2\x08\xe2\xdf\x75\x61\x46\x2f\x88\x76\x36\x66\x03\x5d\x7c\xee\xfb\xb2\x51\x28\xb3\xcb\x1e\xd9\xda\x7a\x21\x88\xe9\xd5\x63\x4c\x33\x9b\x98\xeb\x09\xd0\x14\x41\x37\x1f\x29\x1b\xd1\xcc\xe6\xea\xfa\xad\x75\x5b\xcb\x9b\xaf\x7d\x3f\x99\x8c\x71\x82\x98\xe7\xbf\xac\xe4\x8d\x00\xa0\x5f\xd9\x08\x27\xe8\x3f\x3f\xac\x4c\xd5\x05\x31\xbd\xd0\x0d\x70\x82\x5e\xfc\x20\x30\x96\x99\x4d\xca\xf5\x8a\xd2\x4d\x41\x37\x87\x2e\xeb\xa6\x20\xa6\xff\xa5\x88\x82\xfe\xf3\x65\xa4\x88\x82\x6e\xb7\x4d\xd6\x3a\x41\x67\x0a\xd5\x9e\xb5\x4e\xd0\xed\x08\xc9\x86\x31\x41\x37\x01\x33\x1b\xc5\x04\x9d\xf9\x58\x7b\xd6\x4d\x41\xfc\x6f\x99\x67\x92\x30\xe6\xb4\x59\x95\x53\xd0\xcf\x47\xb9\x72\x0a\xfa\xcf\x8b\x5f\x39\x05\x31\xcf\x2e\x6d\x0a\xdd\xf4\x9c\x6f\x63\x9d\x20\x8e\xa5\x65\x85\x15\xc4\x09\xca\x65\xf5\x34\x9b\xc1\x4b\xaf\x45\x36\x83\x37\x9b\xc1\x4b\xf7\x57\xd6\x58\xb3\x19\xbc\x3e\x3e\x8d\x65\x82\x68\xcc\xbb\xd0\xb3\x16\x0b\x7a\xf1\x33\x56\x8b\xcd\x8b\x7e\x3f\x42\xae\x59\x65\x05\xbd\xf8\x16\x51\x59\xb3\x19\xbc\xd3\x1f\xda\x1a\xac\x91\x5b\x7c\x3a\x6b\xb1\xd9\xa4\xde\xe1\x1e\x6d\x0d\x93\x7a\x09\x06\x67\x93\x7a\x41\x32\xf1\x2b\x2b\xb6\x20\x9d\xe7\x8a\xb1\x4d\x10\x83\x11\xba\x3d\x2b\xbb\xd9\x35\x85\xec\x9e\xce\xca\x6e\x76\xdd\x5c\x82\xf2\x59\xd9\x05\xd1\xcd\x0e\xcd\x86\x3b\x41\x2f\x3e\x6a\x14\x60\x10\xb5\x7a\x1d\x1b\xef\xcc\x2e\xa6\xeb\xa7\xb9\x52\x9c\x5d\x4c\x77\xba\x03\x1b\xe8\xb5\x81\x38\xc5\x4a\x31\x48\xe7\x91\xaa\xf5\x66\xad\xf7\x6c\xde\xd6\x78\x55\x49\xb7\x65\x6b\x30\x8b\xf3\x7e\xf0\xfe\xf7\xeb\xd9\x0c\x65\x10\xcd\xe1\x1d\x59\x9d\xce\xae\x27\x54\xb3\x65\x36\x83\xc9\xc7\x5e\x13\xc6\x42\xc1\xf8\x79\xe5\xa8\xd8\xd9\xdc\x63\x1c\x38\xab\xd8\x20\xfe\xdd\x6e\x3a\x76\x36\xf9\xd8\x0f\x10\x1d\x1b\x44\x3d\x6f\x16\x25\x3b\x9b\x7d\xec\xd9\x50\xb2\xc1\x3e\x34\x8f\xc3\x0b\xc5\xf4\x63\x1b\x50\xcb\xce\xce\xe1\xec\xa5\xa9\x65\x83\x64\x86\x40\xd6\xb2\xb3\x96\xcd\x15\x56\xb4\xec\x62\xf6\x31\xa7\xac\x68\xd9\x60\xfc\x38\xd9\xc5\x00\x2a\x48\x46\xf6\x8b\x92\x5d\x4c\x48\xe6\x32\x2f\x86\x54\x8b\xf3\x3c\x73\xef\x16\x23\xaa\x20\x99\xe1\x51\x34\xf1\xa2\x89\xf3\xb0\x2b\x9a\x78\xd1\xc4\xa7\x7b\x9c\x16\xd9\x05\xe1\xb6\x2e\x8b\x48\x64\x2e\x1e\xfd\x6d\x11\x89\xcc\xd3\xcd\x3f\x16\xd1\x38\xd3\x43\x5d\x16\xd1\xc7\x4e\x4b\x17\x45\x1c\x44\x77\x98\x60\xd1\xc4\x41\x54\xb3\x3d\x8b\xa3\x5d\x41\x30\xec\x7f\xff\x61\x35\x4f\x80\xd5\x4a\xe9\xe7\x60\x74\x3e\xdd\x8a\x7e\x0e\xa2\x99\xb9\x57\xb4\x71\xb0\x6f\x4b\x0f\xc5\x6a\x05\xf1\xa0\xe4\x1e\xac\x96\xf3\x54\x4f\x8b\xac\xd6\x59\xf2\xf7\x6c\xcd\x7a\xa1\xe8\x3d\x5b\x87\xd7\x22\x3f\x61\x78\x1f\x17\xb3\x9e\xc1\xe8\x56\xcb\xac\x67\x30\x3a\x4f\xca\xa2\xc9\x83\x9c\x6c\x37\x4d\xbe\x68\xf2\xdc\x15\xc5\xa8\x2c\x18\x3d\xfb\x5f\x36\x87\x72\xef\x39\x50\xee\x8b\x89\xd0\xd3\xcd\x7b\x8a\x13\x73\xef\xd2\x2f\x5e\x14\x79\x30\x3a\x5d\x74\x45\x91\x07\x99\x05\xf8\x7b\xd1\xe3\xc1\x49\x14\x2c\x6a\x3c\x18\x9d\xef\xa3\xa2\xc5\x17\x2d\x3e\xf9\x43\x9b\x82\x5c\x69\x07\xce\x14\x73\xa5\x8b\x93\x52\xf3\xb4\x2e\x7a\x7d\xd1\xeb\x79\x26\x16\xbd\xbe\xe8\xf5\x74\x1c\x14\xbd\xbe\xe8\xf5\xd9\x1f\xda\x38\x99\xa9\x77\xbd\x97\xf4\xfa\xa2\xd7\xf3\x98\x2f\x7a\x7d\x51\xe2\x79\x8a\x14\x25\x1e\x44\xb5\x93\xa9\x68\xf1\x20\x9c\x16\xa0\x17\x2d\xbe\x68\xf1\x8e\x32\x28\x5a\x7c\x71\xaa\x6a\x1e\x10\x45\x65\x07\x7b\x73\xd4\x53\x41\x2f\x0a\xba\x5b\x53\xd0\x8b\x82\x4e\x07\x55\x51\xd0\x41\xb6\xff\xa2\xe8\xe7\x45\x3f\xe7\x39\x55\xf4\x73\x10\x65\xd0\x4d\x56\xf4\xf3\x62\x42\x75\xf7\xdf\xac\x28\x09\xd5\x95\x69\x16\x7b\x31\x10\x0c\x66\xe6\x79\x59\x0c\x04\x83\xfd\x72\xf1\xa7\x56\x1e\x8f\xaf\xcc\xba\xd5\x8b\x1e\x0f\xe2\x7c\xa0\x14\x45\xbe\x98\x52\x6d\x45\x95\xf6\x62\xfe\xb4\x0f\x21\x9d\x1d\x4c\x96\xe1\xe8\x45\x67\x2f\xe6\x4a\xd3\x6f\x55\xf4\x73\x30\xb3\x95\x52\xcf\x8b\xa9\xd2\x9e\x16\xc3\xc3\x20\x9a\x9f\x31\xc5\x5c\xe9\x62\xae\xb4\x4f\x47\x23\xc6\x20\xdb\x45\x58\x0c\x18\x83\x70\x6e\x98\x5e\x74\x7d\x30\x73\x77\x63\x56\x93\xfc\x69\xbb\xbc\x8a\x5a\x0f\xb2\xfd\x81\x45\xab\x2f\x24\x48\xdb\xab\x54\x94\x7a\x10\xfd\xe7\xb5\xa6\xd4\x83\x6c\x5f\x5c\xa9\xa7\xe6\x5e\x08\xb4\xb6\xd1\x5e\xb0\x2f\x2b\x76\xa0\xe6\x17\x35\xdf\x28\x61\x31\xb8\x0b\x4e\x96\x58\x31\x21\x1a\x94\x28\x6e\xcd\xaa\xd3\x19\x70\xc6\x54\x16\xe3\xbd\xc5\x89\xb2\xec\xb0\x2e\x76\x06\x80\xa8\xbf\x3f\x2c\xb9\xd5\x8b\x9d\x05\xa0\x38\x70\xbf\xd8\x57\x00\x4a\x14\x37\x6c\xdb\x98\x1f\x6d\xee\x7a\xb1\xab\xa0\x38\x62\xd6\x28\x51\x69\x36\x18\x33\x6b\x45\xb1\xc8\xf6\x6a\xce\x3d\xe8\x03\xc8\x60\x32\xc8\xc6\x2e\x8b\x1d\x0a\xa0\x04\xdf\xfe\xc5\x0e\x05\xb0\xdb\x8b\x33\x6e\x87\x42\x71\xba\x2d\xbb\xff\x8b\x3d\x0a\x60\xff\x1f\x75\xb0\x47\x01\xec\x83\xe3\x80\xed\x32\x00\xfb\xb7\xb4\xac\x7d\x06\x60\xff\x1f\x95\x35\xa4\x0c\xe2\xa7\x80\x15\x7b\x08\x40\x54\x47\xdb\x14\xfb\x03\x40\xfc\x94\xa6\x62\x7f\x40\x71\x2a\x2d\x7d\xab\xd8\x1f\x00\x8a\xe9\x34\xc5\xee\x00\x10\x91\xbc\x8a\xec\x0e\x00\x45\x1f\x2d\x76\x07\x14\x13\xa9\x8d\x0e\x15\xbb\x03\xca\x89\x35\x23\xa9\xc5\xee\x00\x50\x1c\x6b\x5d\x74\xff\x62\x22\xb5\x2e\x58\x94\xff\x62\x22\xb5\xd1\xa0\xa2\xfd\x17\x13\xa9\xdb\x39\x12\x2f\xa3\x61\xdf\x98\x17\x85\xfe\x5f\x86\xfd\x60\x3e\xc7\xd4\x7d\x50\x34\xd0\x62\x08\xba\x9c\x44\x6a\x9f\x46\xc6\xa0\x41\x9c\x1e\xed\x62\x74\x19\x44\x98\x97\x5f\xec\x04\x00\xbb\x51\xa8\xad\x81\x63\xb0\xcb\x38\x64\xbb\x01\xc0\x2e\xa3\x8d\x95\x7e\xb0\xb7\xe7\x6f\xad\xc6\xa4\x6b\xcc\x87\xa0\x59\xd3\x20\x9c\x86\xaa\x17\x03\xc7\x60\x6f\x8e\x9a\x19\x38\x06\xe1\xf4\x2e\xbd\xd8\x61\x00\xca\xf0\x8e\xb6\x73\x00\x94\xe1\xc5\x63\xdf\x00\x28\x83\xcf\xfa\x62\xdf\x00\xd8\x3b\xe0\xda\xb6\x73\x00\xec\x32\xda\xc4\x58\x32\x28\x83\x20\x62\xb1\x77\x00\x44\x63\xc5\xba\x5e\xec\x1e\x28\x4e\x9b\xe5\x48\x8e\x62\xff\x00\xa8\x76\xe5\x16\xfb\x07\x40\xb5\x13\xb8\xd8\x3d\x00\xaa\x3d\xa8\xc5\xee\x01\x50\x8d\xdf\x17\xbb\x07\x8a\x93\x66\x39\x22\xa3\xd8\x3d\x50\x9c\x34\xcb\x21\x28\xc5\xce\x80\xe2\x04\x59\x8e\xd1\x29\x86\x92\x8b\x93\x61\x39\x68\xa2\x18\x4c\x06\xd5\x98\x7e\x31\x39\x1a\xec\x7f\xa3\x95\xec\x48\x28\xf7\xc9\x09\xe5\x50\xec\x36\x00\x71\xfa\xea\x8a\xfd\x06\x60\x9f\x2d\x76\x6b\xc7\x01\xd8\x65\xee\xd6\xfa\xdf\xa6\x14\xfa\xd6\xb2\xeb\x00\xec\xbb\x8e\x76\x32\x62\x0d\x22\xf5\x73\xc8\x56\xf7\x76\x7e\x1b\x3f\x87\x0c\x63\x83\x5a\x7d\x78\xdb\x7b\x00\xf6\xbf\xb9\x0b\x5b\xe0\x66\x7a\x17\x9f\x3b\x76\x1f\x80\xbd\x57\x1a\xd4\xd8\x36\xd8\x3f\xa5\x05\xec\x53\x28\x06\xb7\xcd\x33\x2d\x76\x2a\x80\x5d\x0b\x8e\xce\x5e\x05\xb0\xcb\xfc\xad\x35\x7b\x0c\xe1\x78\x8f\xd9\x3b\x00\x6a\xf5\xb1\x68\xef\x00\xd8\x3f\xa5\xf1\xec\x1e\x28\xcf\xf9\xb4\xb1\xcc\x5a\x6c\x54\x3b\xaa\x8a\xde\x5f\xf4\x7e\xa6\xca\xed\x45\xc9\x07\x31\xc2\x9f\x6a\xf9\xa0\x76\x6f\x13\x2d\x1f\x44\x36\xe7\xa2\x68\xf9\xa0\x76\x9f\xa7\x5a\x3e\xd8\xff\x46\xab\x1b\xac\x06\xbb\x8c\xba\xaa\xfe\x60\x97\x79\x24\xd6\x75\xa3\x0e\x2f\x1e\xdd\x1f\x44\x76\xac\x6e\x51\xfe\xc1\xa8\xfe\x97\xa7\xd5\x25\x86\x09\x65\x14\xdd\xbf\x10\xd4\x2e\x7e\x44\xeb\xfe\x20\xd9\xb9\x5a\x74\x7f\x30\x1d\x95\x53\x54\x7f\x50\x86\xda\xa1\xf9\x83\x5a\x7d\x85\x69\xfe\xa0\x9e\x47\x90\xe2\x0f\xf6\xa1\xba\x31\x1b\x68\x63\xd4\x3f\x0c\xc0\x2e\x76\x0b\x80\x68\xe7\x33\xcd\x7e\x01\xd0\x9a\xe7\xc7\x7e\x01\x70\xbe\xfd\x4d\x82\x06\xff\xbe\x80\x15\x7e\xd0\x1d\x40\x5b\xcc\x78\x06\xd1\x4c\x25\x2a\x66\x3c\x83\x68\x46\xcf\x8a\x19\xcf\x20\x4e\xc7\x6d\xd1\xf2\xcb\x56\xfa\xce\x24\x89\xbd\xa8\xf4\xc5\xd5\x96\xce\x1e\x3c\x58\x27\x9f\xca\xda\xa2\x62\x0e\x46\xf7\xf9\xa4\x84\x83\x99\x7d\x14\x29\xe1\x60\x66\xcf\xbe\x12\x0e\x66\xe6\x7d\x50\x95\xf0\xea\x44\xd7\x86\x39\xab\x81\xed\xfa\xf3\xdb\x21\xfb\x7f\xc5\x32\x3f\xc0\x2c\xaa\x16\x55\x2b\xf5\xa3\xac\x5b\xe6\x9b\x93\xbb\xbf\xaa\xd8\xd5\x19\xab\x4d\x93\xad\xda\x33\xd8\x8f\xfa\x41\xd9\x63\xd9\xe2\x4a\xf1\x48\x5e\x8b\x0c\x87\xf2\x49\x5d\x8d\x77\x83\xfd\x9c\xdc\x75\xad\x06\xbc\x6b\xf8\x9c\xe4\x9b\xb4\x1a\xca\x06\xfb\xc9\xe1\xff\x59\x8b\x33\x83\x14\xc6\x5b\x75\x6a\x50\x0d\x4f\x56\x95\xba\x9e\x19\xa4\x86\x9b\xb3\x66\x38\x75\xfe\x9d\xcd\x59\x33\x82\xde\x9c\xfc\xaa\x65\x83\xe8\x1d\xcf\xab\x5a\x36\x08\xa6\x0f\xeb\x55\xa5\xae\x06\xbd\xab\xdb\x5a\x16\x79\x06\xdd\x98\xb5\x0f\x6b\xcf\x83\xa9\x3a\xb4\x18\xf8\x3a\xac\x0a\x35\xe8\xcc\xbf\xda\xab\x42\x0d\xd2\x39\x30\x55\xb9\x1e\x2f\xf6\x87\x1e\x3d\x12\xcc\x97\x40\xd5\x81\x41\x8b\xb3\x75\x4f\x94\x53\x3d\xf1\xd0\xab\x3a\x30\x88\xe4\x79\xd2\x81\x41\xcc\xea\x31\x78\xf0\xc9\xbb\x85\x66\xd5\x81\xc1\xe8\xbc\xf4\xaa\x0e\x5c\x5d\x5f\x89\xdf\x69\xb2\x20\x9a\x83\xd8\xaa\x2a\x0b\xa2\x3b\xc1\x50\xd5\x65\xab\xb3\x37\x79\xda\xd4\x56\xd0\x1c\xd2\x5a\xb5\x56\xd0\xf2\xf9\xa1\x35\x72\x1c\xf0\x68\xee\xc0\xe3\x67\x2a\xe7\x73\x85\x1a\x7c\x06\x8d\x49\xf5\x7a\xd5\x6d\x6b\x21\x9e\x81\x05\x56\xad\x15\x44\x37\x01\xb8\xea\x9e\x20\x5a\xf0\x2d\x52\x95\xcf\x5a\xec\x9f\xf7\xdf\x3c\xb4\x62\xc4\x61\x58\xe6\xb1\x31\xb9\x92\x93\x01\x55\x03\xc6\x20\xa6\x35\x50\x3d\xc1\xfe\xa5\xff\xe6\xe1\xb2\x8c\xef\xb4\xee\xe5\x1c\x2e\xd9\xa9\x3c\xea\xab\xee\x09\xa2\xfa\xb1\x5b\x35\xcd\xaa\x69\x1a\x35\xac\x9a\x26\x48\xf9\xfc\xd4\x73\x50\x5d\x5d\x93\x27\x69\xd5\x21\xab\x0b\x00\x5b\x2b\x1d\xb2\xba\x00\xb0\x35\xd0\x21\x41\x67\x8e\xe3\x5e\xcd\x31\x06\xe9\x9c\x29\xb5\x12\xa4\x73\xa6\x54\x48\xd0\x1d\x5e\x53\x55\x48\x10\xd5\x1e\x92\xaa\x42\x82\xe4\xd7\x65\xd5\x20\xc1\xf8\x79\x17\x6a\x90\x60\x68\xad\x55\x83\xac\xcd\x1e\x42\xb7\xe5\x79\x6a\x76\x12\x78\x1b\xaa\x7e\x20\x67\x6f\x30\xd5\x0f\xe4\xfc\x73\x97\x56\xa9\xd1\x33\x94\xdd\x98\x55\x6a\xcb\x2f\x01\x6a\xae\xf9\x81\xbd\x03\xff\xcf\x7a\x36\xef\x0b\xf6\xa9\xf9\x81\x74\x6e\x0c\x2d\x0f\xec\xad\x51\x03\x4d\x0d\x64\x53\x59\xaa\xc1\x5d\x30\x33\x1f\xa0\xd5\xe0\x2e\xc8\xa6\xc5\x54\x75\x0e\x4c\xc7\xb6\x56\x6d\x0e\x44\x33\xca\x5d\x35\xb7\xaa\xb9\x19\x15\xab\x9a\x5b\x75\x12\xe4\xc6\x77\x65\x55\xdd\x40\xb1\x7b\xbf\x6a\x6e\x60\x3f\xe1\xff\xd0\x3f\x5e\x35\x36\xb0\x3f\xba\xd8\x9b\x01\x5c\xb0\x9f\xec\x1c\xbc\xca\x06\x4e\x97\x79\xd5\xd8\x40\xad\x58\x6c\x35\x14\x0b\xaa\xdd\xa7\x55\x37\x03\xc3\x47\x86\x6a\x06\x5a\xb3\x4d\x35\xb3\x3a\xce\x59\xe3\xe2\x31\x62\x0b\xa2\xdb\x4d\x5c\x0d\xd9\x82\xe4\x87\x4d\x55\xe0\xea\x19\xf5\xea\x99\x34\x3f\x18\x14\xa7\x67\xac\x3a\x1d\xa8\x3e\x9d\x35\xba\x6a\x10\xd7\xbb\x46\x51\xab\xce\x9b\xe4\x51\x28\x6a\x75\x7a\x86\xdc\xa3\x07\xeb\x5c\xc6\xbe\x6e\xf5\x2f\xb0\x8f\x95\x5f\x1a\x63\xad\x64\xe4\x4e\x9f\xf5\x5a\x54\xc5\x98\xa6\x47\xa1\x1d\x81\x6e\x02\x7d\xd5\x7b\xc0\xe9\x33\xab\x6a\x4f\x75\x9e\x23\x6f\x7a\x6d\x06\x74\x66\x67\xef\x55\x9b\x01\xd1\x8c\x6e\x56\x6d\xa6\xde\xac\x13\xec\x8d\xaa\xcc\x80\x7d\xb0\xd4\x5c\x99\xa9\xae\x83\xeb\x69\xd2\x65\x40\x77\x1c\x6a\x55\x5b\x40\x32\xed\xa7\x1a\xf1\x04\x49\xcd\xa8\x8a\x0c\xe8\x8e\x38\xad\x7a\x0c\xe8\xd5\xcb\xdc\x20\x28\x48\x6a\x61\xd5\x6c\x40\x3a\x0f\x45\xcd\x06\x24\xbf\xf5\xaa\x62\x03\xba\x23\x7f\xab\x62\x03\x3a\x73\xc6\xf7\xaa\xd7\x80\xce\xda\x33\xbd\xaa\x35\x20\x9d\x8f\x0e\xad\x06\x44\x73\xee\x8c\x6a\xd2\x2e\xe8\xcc\x36\xdf\xab\xa2\x03\x92\xf9\xec\xd5\x58\x29\x48\xa6\xa0\x57\xd5\x07\xec\x8b\x98\x5a\xaa\x3e\x20\x9d\xf7\x9e\xea\x53\x1f\x23\x16\x6e\xcc\x8a\x3f\x44\x2c\x9a\xbb\xb4\xe2\x0f\xc9\x77\x9e\x23\x5d\xa8\xba\xd2\xad\x77\xa5\x2e\x04\x86\xf3\x8b\x56\x93\x76\xc1\x70\xba\xd2\x6a\x54\x14\x8c\x9f\x1f\x6f\xca\x51\x5d\x9e\x6f\x5a\x5f\xeb\x01\xc3\xb1\x2b\x55\xe9\x01\x39\x7b\xda\x74\x1e\x90\x4d\xa9\xab\x2a\x0f\x18\xbd\xb8\x47\xeb\xb8\x7c\x56\xbb\x79\xcf\x37\x73\xf2\xf6\x73\x2a\x75\x1e\x30\x1c\x1f\x55\x75\x1e\x90\xb3\xad\x6f\x6e\x2f\x18\x0e\x7d\xaa\x6a\x10\xc8\xd9\x13\xae\x06\x81\xe1\x54\x7a\x55\x0d\x02\x39\xfb\x12\x54\x83\x40\xce\xde\x35\x6a\x10\x18\x8e\x56\xaa\x2a\x0f\x18\x0e\x15\xab\x4a\x0d\x18\x9d\xce\xd0\x6a\x7c\x12\xcc\x72\x36\xef\xa1\xbe\x7c\xec\xfb\x15\xa2\xae\x80\x6c\xf6\x68\xd5\x56\x40\x36\x08\x51\x95\x15\x90\x8d\x71\x54\xa3\x94\x20\x1b\xb4\xa9\xea\x0b\xc8\xc6\x8e\xaa\x41\x4a\x30\x8b\x2d\xad\xd1\x80\x69\x9e\x5c\x35\x48\x09\x66\xf6\xf1\xa4\xe4\x80\x99\xbd\x0c\x8d\x51\x82\x99\xbd\xc0\x0c\x51\x82\x6c\x38\xa6\x6a\x42\x60\x1a\x50\xad\x46\x28\xc1\xcc\x5e\x60\xca\x11\x98\xc5\x86\x56\x8e\xaa\x72\xe4\x25\xad\x1c\x81\x6c\x1c\xad\x29\x47\x20\x9b\x1a\xd9\x8c\x50\x82\x6c\x68\xa7\xa9\x4b\x60\x3f\xc3\x3a\x65\xd9\x32\xe6\xf4\xe0\x6b\xa3\xa9\x46\x60\xdf\xdf\xfe\x74\x58\xe6\x62\x3e\x9c\xca\x66\xf8\x11\x94\xa8\x16\x5d\x16\xb9\x46\x49\x71\x73\xb7\x65\xac\xea\x52\x3c\xb6\xc7\x22\x73\x0b\x8b\x7b\x58\x96\xd9\xf9\x3c\x28\xfa\x2c\xf2\xc2\xf8\xef\x15\xbc\x7a\x53\xaf\xc0\x2c\xa8\x6a\x33\x8a\x09\xf6\xbe\x32\x65\x56\xda\xb5\x7e\x10\x9d\xa6\x70\x81\xfd\x6f\xb4\xaa\xc2\x05\x76\x59\xa2\xac\x59\xe6\x74\x16\x7c\x3e\x35\x5d\x0a\xec\x0f\x8d\x46\x99\x2d\x11\xf6\xb8\x66\x0f\xc5\x96\x08\x33\x0f\xb3\xdb\xb3\x29\xc2\x6e\x68\xfa\x79\x9a\x86\x05\x76\x19\xe7\x49\xc5\x6a\x71\x3e\x66\x3c\x3e\xdb\x27\xfc\x98\x61\xb7\xc6\x31\x41\x71\x90\x4b\x53\xbb\x1a\xeb\xfd\xd8\x89\xd1\x0c\x5a\x82\xbd\x31\xcb\x6c\x80\xc4\x02\x1f\xee\x53\x15\x03\xfb\xdf\xdc\x9a\xf5\x4f\x8c\xf2\xf3\x70\xcd\x49\x06\x25\x8a\xbf\xf4\x72\x49\x9a\x34\x5f\x3e\xcd\x50\x26\x28\xf6\x06\x36\x05\xad\x9d\xe9\x9b\xa6\x5b\xb3\xf2\x18\x5a\x24\x2f\x5c\x7d\x0c\xec\x32\x1a\x53\x21\x03\xbb\x8c\xdf\x1a\x95\x04\xbb\x8c\x06\x36\x2c\x09\x76\x19\x87\x67\x5c\x12\xec\x32\x2a\xa6\xce\x81\xe2\xcb\xbc\x69\x73\x60\xff\x9b\x65\xd6\x2c\xdb\x2d\xed\xd6\x3c\xd5\x1b\xc5\x17\x51\x53\xdd\x9a\xea\xe6\x3c\x7d\xcd\x20\x24\xd8\x5b\xa3\x01\xd4\x39\xb0\xcb\xb8\x38\x8d\x42\x82\x68\xbe\x9f\x9a\xf6\x06\xaa\x81\xa6\x66\xcc\x11\xec\xef\x4d\xce\xa1\x42\xd7\x1c\x55\xea\x4d\xaa\xcf\x81\x88\x7e\xb6\x66\x1d\x08\x1c\x86\x13\x17\x35\xed\x0d\x54\xc3\x46\x4d\x7b\x03\xfb\xd5\x4c\xc5\xb4\x37\xb0\x2b\x46\x93\xa8\x6f\x20\x7a\xb8\x39\xd3\x7d\x41\x24\xe7\x12\x68\x3a\x1d\xd8\x67\x9b\x23\x36\xa0\x08\xaa\xb9\xc8\x4d\xcd\x03\xfb\xa7\x1c\x8a\x9a\x07\xa2\x39\x88\xbd\x19\x3e\x04\xd5\xef\xaa\x66\xf4\x10\xec\x9f\xd2\x9c\xa6\x0a\x83\x6a\x6a\x73\xd3\x06\xc1\xfe\x37\x0f\xd8\x93\x58\x9d\x27\x9c\xee\xa5\xa6\xfc\x81\x48\xce\x26\xd0\x54\x3d\x70\x52\x4d\x9a\xaa\xd7\x1c\x1b\x6a\x6a\x5a\x33\x51\x18\x54\xa7\x99\x6a\xda\x1f\xa8\x26\x19\x36\x55\x0f\xec\x1d\x50\x7d\x5d\x0f\x54\x13\xb9\x9a\x99\xc3\xed\x0c\x18\xf5\xe4\xe8\x7f\xcd\x01\xa3\xe6\x0f\x34\xa3\x81\xa0\xf6\xea\xd6\xac\x56\x3b\x03\xd3\xa9\x82\x02\x08\xaa\xe9\x94\x4d\x01\x04\x91\xcd\x4d\x6e\x0a\x20\xa8\x46\x67\x9b\xfe\x07\xf6\x99\xe6\xac\x2a\x80\x20\xb2\xc9\x56\xcd\xd8\x5f\x23\x71\x78\x7a\x55\x1b\xe6\x03\xdb\xca\x2d\xb3\xfa\x84\xf9\x06\x8b\x79\xf4\x66\x98\x0f\x44\x6e\x74\xe9\x35\xe5\x11\x54\xab\xa5\x28\x82\x98\xcd\x7d\x5a\xf9\x4e\x16\x61\xf3\xd0\xac\xbc\x13\x28\xb1\xb8\x47\x6f\x66\x06\xb7\xfe\xec\x6f\x19\x3e\x84\x9b\xee\x08\xce\x1d\xad\x39\x36\xcd\x31\x3c\x56\xab\xbe\xd1\xcc\x15\x6b\x8a\x23\x88\xee\xa7\x77\x33\xe6\x07\x4e\x37\x6b\x33\xe4\x07\x22\x79\x01\xea\x8a\x20\xce\xb3\x5c\x55\x6c\xc3\x1a\xb9\x2d\x6b\x44\xd2\xae\xd3\xcf\x37\x55\x11\x74\x67\xc8\x69\xaa\x22\x48\xe7\xfa\xd6\x15\xc1\x3e\x30\x7f\x69\x95\x06\x99\x4e\xde\x68\x7a\x21\x18\x4e\x52\xdf\xf4\x42\xb0\x4f\x30\xbf\x54\x02\xc1\x70\x68\x62\x33\xbb\x17\xe4\xec\x61\x18\xd6\x03\xc3\xf1\xd9\xcd\xec\x5e\x90\x73\xfc\x61\x72\x94\xa6\x37\x82\x59\xf8\x4e\x6e\xc6\xf7\x40\x51\xa1\x9b\xe1\xbd\x36\xcf\x6b\xd4\x7f\xb3\xca\xce\x76\xd4\xbc\xe1\x8c\xd2\x81\x5d\x19\x8e\x5c\x99\x04\xfb\xd1\xe7\xff\x79\xe8\x08\x66\x0f\xaf\x09\x43\x72\xcd\x11\x9f\xe6\xbe\x37\x15\x13\x44\xb2\xcb\xb4\xe9\x98\x60\x97\xd1\x60\x86\xd6\xc0\xbe\x99\x38\x3e\x07\x6e\x82\xf3\x8a\x30\xd8\x06\x9a\xd3\x8d\x34\xed\x14\xa4\xf3\x30\x54\x3b\x41\x66\x81\xdd\xde\xb4\x4e\x30\x9d\x78\xac\x19\x2d\x03\xbb\x06\xb4\x92\xda\x09\xf6\xc7\x8b\x3b\xb0\x06\xb7\x8d\xc9\x6d\xa3\x64\x82\xfd\x06\x72\xa7\x56\xe0\x76\xb6\x11\x1b\x58\xa7\x6c\x46\xcb\xfa\xb4\xcc\x2a\xdc\xce\x1e\xb9\x4b\xb4\x45\x10\xe7\x43\x48\x5b\x04\x31\xad\xba\xb2\x08\x4e\xd4\xbe\x29\x8b\x20\xe6\xd9\x96\xa7\x80\x39\x83\xa6\xf7\xa5\xb2\x08\x62\xfa\x08\x35\xb1\x16\x74\x67\x1d\x68\xea\x63\x73\x2a\x5d\xc2\x26\xcd\x28\x19\xd8\x0d\xe4\x2e\xad\xe5\x83\x25\xfb\x95\xab\xf3\x81\x34\x4e\x91\x87\xbf\x31\x5c\xf0\xa2\xa9\x81\x20\x0d\xb7\x6f\x3c\xac\x39\x97\xad\x41\xe2\xa6\xe1\x35\x0d\xcf\xcf\x63\x0d\x0f\xa4\x41\x88\xa4\x69\x78\x20\xb3\xc0\x6c\x6f\x0a\x1e\x98\x05\x9b\x6b\x0a\x5e\x5b\x7e\xf2\x53\xa4\xba\x81\x12\x3e\x76\xf5\x34\x50\x82\xce\xd0\xa6\xa7\x81\x72\xde\x43\x86\xab\x40\x39\x87\xaf\xba\x35\x57\x57\x49\xbe\x10\x75\x37\x50\xce\xd9\x35\xf8\x04\xf6\xcd\x43\x63\x9b\x95\x0a\xaa\x99\x1f\xcd\x88\x14\xd8\x97\x0f\x67\x4e\xed\x03\xfb\xf2\xb1\xcc\x4a\xbd\x24\x9f\xb9\x4f\x2f\x28\xf2\x4e\x93\xfb\xd4\x04\x41\x73\x5e\xa1\xa6\x09\x82\xe6\xa4\x3c\x4d\x13\x6c\xdf\x19\xa3\x4a\x91\x8d\xf1\x31\x35\x78\xb7\xc8\xc6\xf8\x7c\xec\xfa\x43\x1b\xe3\x63\xba\x73\x02\x17\x4d\xed\x03\x27\x43\xa3\xa9\x7d\x20\xa6\xe7\x4d\xed\x03\x31\xbd\x54\xd4\x3e\xd0\x8d\xc4\x36\xb5\x0f\xf4\xdf\xa9\x90\xad\xc3\x4a\x2b\xd3\xfb\x5e\xc7\x03\x31\xe9\x4f\xe9\xda\x1b\x08\x67\xd6\xef\x9a\x5a\xff\x91\x8e\xce\x43\xbd\x6b\x6a\x20\x58\x52\xb4\x77\x45\x0d\x74\x47\x88\x77\x3d\x0d\x04\xcb\x2e\xf6\xae\xa7\x81\xee\x5c\x09\x5d\x4d\x03\xc1\x5a\xa4\xbd\xab\x69\xdd\x35\x57\x4d\xbd\xea\x06\xba\x3a\x41\xad\xea\x6a\x2f\x5d\xeb\x02\xdd\x01\x5a\x5d\xeb\x02\xdd\xac\x99\x6e\xea\x28\xe8\xe6\x9b\x74\x3d\x0c\x74\xd3\x97\xba\xce\x05\xba\x79\x34\x5d\xbd\xea\xc1\x4b\x8f\xaf\x89\xae\x49\x81\xee\xa0\xb3\xae\x34\x81\xee\x6c\x01\x5d\x67\xea\x86\xa5\xe2\x6c\x9f\x4b\xac\x27\x9e\xb1\x56\xd3\x20\x14\xe8\x8a\x49\x57\x90\x40\x37\x25\xa7\xeb\x47\x20\x9a\x9d\x57\x5d\x41\x02\xc3\x3c\x93\xae\x1f\x81\xbd\x4f\xaa\xa9\x20\x81\xae\xa7\x75\x05\x09\x24\x53\x0d\xbb\x7e\x04\x92\xb9\x75\xdd\x98\x56\x77\xca\x5b\x9f\x51\x5d\x3f\x02\xc3\x45\x53\x7a\x3a\x75\xf2\x45\x4e\xfb\x6b\x42\x9d\x64\x4c\x5f\x7d\x5d\xe9\x01\xc3\x47\x60\xd7\x79\xc0\x88\xbf\xcc\x83\xd2\x55\x22\x30\x9c\x87\xaa\x3b\x06\x13\xa4\x61\x55\x0c\x79\x81\x34\xac\x8a\xde\x04\xd2\xf0\x52\x35\x0a\x06\xc6\xb9\x92\x54\x29\x90\x06\xb7\x76\x57\xa5\xc0\x70\x5a\xaa\xae\x49\x81\x34\xbc\x5f\x14\x29\x30\xcc\x0d\xed\xc6\xc5\x40\x32\x27\xb3\xab\x56\xdd\x39\x7c\xcc\x3e\xe9\x7a\x14\xd8\x1f\x89\x1c\x86\xb9\x9b\x60\x38\x29\x7c\x37\x77\x13\x0c\x67\x73\xea\xda\x56\x2f\xf4\x6e\xd1\x8b\xd0\x0d\x95\x81\xe1\xa4\x10\xdd\x48\x59\x2f\x84\x5b\xf8\x22\xec\x8a\x15\x18\x06\x09\xbb\x5e\x05\x86\x09\x15\x5d\xad\x02\x39\xdb\xd4\xda\x12\x98\xc5\x53\xa8\x19\x81\x59\xbc\xf7\x0c\x80\x81\x59\x3c\xf7\xba\x12\x98\xc5\xe6\xd1\x8b\xc0\x6e\x0b\xcb\x3c\x23\x95\xef\x2f\xef\x17\xbd\x08\xcc\xe2\x25\x6e\x98\x0c\x64\xf3\x9b\xbb\xa6\xd4\xcd\xbe\xcc\xfe\xd0\x1a\x99\x69\x99\xdd\xbc\x35\x62\xe2\xd9\xc2\x77\x56\xd7\x93\x40\x09\xeb\xad\x27\x81\x6c\xcf\x68\x37\x4a\x06\xb2\xd9\xd9\x5d\x4d\x02\xd9\x28\x56\x57\x93\x40\x36\xd5\xbb\x6b\x49\x60\x16\xdb\xd0\x2c\x4b\x90\xed\x93\xec\x7a\x13\x98\xc5\x4b\x4c\x6f\x02\xd9\xcc\x85\x6e\x28\x0d\x64\x33\xbd\xbb\x26\x05\xb2\x71\xe2\xae\x49\x81\x59\xbc\xfd\x15\xa9\x7e\x72\x28\xbd\x50\xda\x69\x0a\xa7\x22\xf5\x12\x33\x6e\x06\xa2\x68\xf4\xdd\x20\x19\x88\x33\x1c\xa1\x2b\x3f\x60\x3f\x82\x69\x0e\xed\x07\x64\x93\xaf\xbb\xf6\x03\xa2\x1b\x1e\xea\xda\x0f\x88\x7a\x9e\x1e\x26\x42\xf6\x7e\x3a\xe3\x2c\xb3\x16\x4e\x1f\xeb\xd5\xae\x13\xf5\x7e\x6a\xe1\x5e\xad\x05\xd1\x34\x47\x2f\x77\xa5\xa8\x9f\x19\x65\xf9\x2e\xe9\x4a\x51\x3f\x33\xca\xd2\x43\xd4\xb5\xa2\x7e\x66\x94\xe5\xf3\xa8\x1b\x56\x03\xbb\x8c\xdd\xaa\x4a\xdd\x59\x66\xdd\xab\xc9\x91\xfd\xcc\x32\x8b\x91\x74\xc3\x6a\xe0\x2c\xcf\xd2\xcd\x83\xec\x27\x0f\xd2\x33\xad\x52\x75\x27\x94\x75\x75\x90\xae\x40\x75\xf3\x20\xbd\x76\x15\x28\x50\xaa\x67\xdf\x60\x5b\x77\xf5\xd0\xe6\xb9\xd6\xa9\xba\xab\x87\x7a\x59\xea\x54\xdd\x29\x66\x9b\x5b\x33\xb0\x06\x8a\x0b\xc0\x74\x05\x0a\x44\x31\xed\xbb\x6b\x50\xfd\x24\x46\x9e\x9f\x5a\x2d\x13\x23\x93\x75\x30\xde\xd6\x9d\x4f\x36\xa6\x65\xd6\x6b\x3a\x68\xd8\x7a\x69\x4e\xfd\x64\x46\x7a\xc1\xaa\x4e\x60\x97\xd1\x4e\xaa\x13\xd8\x65\x54\xc3\x68\x1d\xd8\x65\x9c\x45\xc3\x75\xdd\xdc\x48\x3e\x82\xba\xb9\x91\xdd\x45\x46\x7d\x3d\x29\x5d\xfd\xa4\x46\x7a\xdf\x1b\xd4\xeb\xae\x28\x9a\x6c\x4f\xa5\x0b\x9c\x8c\xf9\x6e\x54\x0f\x54\x7b\x80\xbb\x39\x8f\xdd\xa5\x42\xcd\xbf\xef\x6a\x18\xa8\x26\xf8\x74\x2d\xac\x9b\xe0\xe8\x00\xfc\xee\x00\x48\x50\xed\x95\xec\x8a\x19\xa8\xf6\x44\x77\x2d\x0c\xec\xed\xb3\x35\x35\xac\x9b\xf2\x88\x38\x75\x83\x84\xdd\x94\x47\xf3\xc6\xbb\x41\xc2\x6e\xca\xa3\x79\xd0\xdd\xc1\x93\xa0\x9a\x41\xdd\x35\x38\xb0\x7f\xca\xe9\x52\xe1\xc0\xfe\xa9\x7b\xf5\xe9\x45\x16\x64\x98\x21\xdf\xf5\x3a\xb0\xcb\x68\x12\x63\x87\xdd\xc5\x4e\xe6\xf8\x43\x6e\x59\x57\xfb\xfa\x7d\xfa\xb6\xdc\xb4\x4d\x76\x33\xc9\xa4\x67\x53\xed\x03\x55\x6f\xea\x5a\x5f\x77\x2d\x50\x67\x5a\xed\x5a\x5f\x37\x47\xd2\x93\xae\xf6\xf5\x93\xfb\xe8\xa5\xab\xf7\x81\xa8\x4e\xa1\xd5\x15\xbf\xee\xd4\x3e\x0e\x6b\xeb\x9a\x1f\x88\xe6\xea\x58\xdd\x38\x21\xa8\xe7\xc6\xd2\xf3\xfa\xe3\xdc\x91\xbe\xa6\x0d\x0a\x82\x7d\x74\xfe\x9f\xa7\xfd\x39\xc3\xbc\xdd\x85\x15\x63\xbc\x64\x1a\x3f\x0f\xc5\x9a\x3d\x2e\x6e\xe6\xc3\xd6\xc0\x20\x88\x6c\xca\x7a\xd7\xff\x40\xed\x7e\xf5\xe9\x7f\x20\xb2\x49\x27\xdd\x24\xc9\xbe\x4e\x0e\x20\x67\xd4\xd8\x20\xa8\xd3\x4b\xcb\xd8\x60\x37\xf9\xf1\x7c\xcb\xea\x89\xa0\x6a\x12\x5d\x4f\x04\xe7\xb6\x52\x13\x41\x4c\x3f\x8c\x74\x42\x30\xce\x91\x19\xe1\x03\xb3\xf8\x79\x63\x38\x0f\x9c\x9b\x56\x4b\x04\x91\x3c\xcd\x2a\x21\x08\xc3\x01\x5d\x25\x04\xd1\xec\x6a\xea\x2a\x61\x77\xf2\x1e\x8f\x4b\x25\x04\xc9\x61\x23\x5d\xfd\x03\xa3\x37\xff\xcb\x13\xb0\x91\xb3\x1f\x29\xca\x1f\xc8\x46\x1e\xbb\xf6\xd7\x5d\x47\xd3\x37\x82\xf6\xd7\x9d\xa8\xd5\x51\x3a\x5d\xfd\x03\xfb\x4a\xe0\x68\xf5\x3f\xb0\xcf\x30\x9b\x53\x00\xc1\xf9\x06\xd5\xff\xc0\xbe\xd9\xfd\xa5\x75\xda\x68\xe6\x2d\x77\x6d\x0f\x34\xa7\xb7\xed\xda\x1e\x68\x0e\x23\xef\xda\x1e\x68\xa6\xac\x77\x6d\x0f\xb4\x46\xa7\x7f\xd7\xf6\x40\x73\xba\x84\x6e\x90\x0f\x84\x81\xa1\xae\x00\x82\x38\xb3\x04\x0e\x83\x75\x20\x26\xe2\x3b\x34\x40\xd0\x1d\x5b\x39\x4c\x6d\x1c\x4a\x21\x1f\xdf\xc3\xe1\x84\xa0\x3b\x74\x6a\x28\x85\x20\xaa\xd3\x3a\x0d\xad\x10\x9c\x94\xbd\xa1\xef\x0d\x16\xc1\x9c\x67\xfb\xaf\x45\x24\xc7\x9d\xa3\xf8\x2c\x62\x88\x35\x97\xe2\x50\x00\xc1\x49\x5f\x1e\x0a\xe0\xc0\xf6\x9c\x38\x68\x68\x7b\xa0\x9b\x97\x35\x8c\xba\x81\x70\x89\xbe\x61\xaa\x22\xd8\x37\x75\xa5\xcc\x03\x23\x48\x36\x9c\xc8\x7a\xe8\x7b\x20\xf9\x06\x1d\xfa\xde\x70\xcd\x4a\x3f\x69\x87\xbe\x07\x92\xf9\xa6\xc3\x18\xd9\x50\x01\x39\xe5\xc3\x18\xd9\x30\x35\x91\xd7\xe2\xd0\x0a\xc7\xb1\x42\x6a\xae\x15\x8e\x63\x85\x6e\xcb\xf6\x4f\x24\x39\x70\xca\x87\x06\x08\xc6\x39\x08\x05\x10\x24\xc7\x5b\x0d\x05\x10\x74\xbb\xe2\x86\x02\x08\xba\x5f\x1d\xc3\x3c\x47\xd0\xfd\x36\x19\x3a\x21\xe8\x3e\x1b\x87\x61\x34\xd0\x8d\xc9\x0d\x2d\x11\x24\x13\x68\x87\x79\x8e\xa0\xdb\x15\x34\x14\x47\xd0\xed\x5c\x1d\x86\xd5\x40\xca\x9e\x5d\x5d\x12\xf4\xca\xdb\x63\x18\x54\x03\xc9\x1c\xd0\xa1\x5e\x82\xee\x57\xce\x50\x2f\x41\x32\xa5\x79\xe8\x8f\xa0\x9b\xfe\x34\x94\x45\x90\x1c\x2c\x36\x94\x45\x90\x1c\x62\x37\x94\xc5\x71\xe6\xeb\xa1\xef\x6f\xe8\x81\x20\x9a\x42\x31\x14\x41\x10\xd5\x95\xa0\x86\xd1\x33\x10\xd5\xa8\xf4\x50\xfb\x40\x1a\xee\x42\xeb\x03\x51\xcd\x4d\x18\x6a\x1f\x18\x0e\x25\x18\x46\xd4\xc0\xbe\x18\xa9\xa9\x11\x35\x30\x9c\xbb\x64\x38\x3a\x0f\x8c\xf8\x4b\x56\xd9\x50\x1e\xc1\x70\x50\xc1\x50\x1e\xc1\xae\x0d\x6d\x6f\xa4\x0e\x0c\x87\x2d\x0c\x85\x12\x0c\xb5\x76\x28\x94\x20\x39\x92\x67\x18\x93\x03\xc3\x4f\x9d\x61\x48\x6e\xb8\x1c\x8a\xb3\xc6\x0f\x25\x13\x0c\x3b\x4d\x86\x21\xb9\x51\x4f\xc6\x0f\xf5\x53\x3c\xc1\x3e\x34\xcb\x3c\xb4\xea\xa3\xdf\x3d\x78\x68\xd5\x47\xbf\x5b\xf3\xd0\x2a\x2f\x2e\x1f\x50\x86\xd0\xc0\xe8\xf4\x08\x0f\x35\x10\x0c\x57\x64\x1d\x86\xcb\x46\xc3\xc1\x9b\x3f\xf4\x66\x23\x34\x36\x9c\x5e\x71\x68\x78\x60\x38\x6c\x79\x68\x78\x60\x74\xde\x5c\x43\xc3\x03\xa3\xd3\xcd\x37\x34\x3c\x90\x86\xb7\xa9\x86\x07\xb2\x23\x36\x87\x86\x07\x46\xf7\x02\xd3\xf0\xc0\xe8\x9e\x25\x05\x0f\xe4\xec\x29\x31\x52\x06\x46\xef\x16\xd9\xfe\x9d\xfc\x1b\xdb\x50\x93\x03\xb3\x78\x4f\x6a\x72\xc3\x84\x47\x3b\xa1\x87\x26\x07\x66\xf1\x89\xa5\xc8\x81\x6c\xa0\x66\x28\x6d\xe3\x48\x5b\x73\x6b\x1e\x59\xa7\x2f\x19\x41\x1b\x4a\x1b\x98\xc5\x47\x83\xce\x06\xa2\x98\x16\x3d\xf4\x33\x30\x8b\x37\xaf\x7a\x06\x66\xf1\x9a\x52\xcf\xc6\xa0\xaf\xc1\xa7\xa4\x76\x06\x66\xf1\xca\xd6\xce\x40\x9c\x69\xd9\x87\x76\x06\xb2\x31\xa4\xa1\x89\x81\x6c\x7e\xd5\xd0\xc4\x40\x9c\x99\xeb\x87\x26\x06\xb2\xb9\x47\x43\x13\x03\xb3\xf8\x5f\x8a\x18\xc8\xf6\xc8\x0f\x45\x0c\x64\xfb\x70\x86\x29\x8e\x60\x16\x9f\xdf\xaa\x19\x98\x85\x0e\xbc\x61\x70\x0b\xcc\xe2\x63\x58\x59\x1b\xd3\x9e\x05\x6a\xa4\x97\x0d\x03\x5a\x3e\xe5\xd5\x32\x30\x8b\xb7\xaf\x66\x35\xe6\x39\x4b\xee\xd2\xc3\x9f\xaa\x35\x27\x53\xdb\x1a\x2e\xd5\xe1\xa8\xc8\xa1\x6e\x81\x59\x7c\x4b\x69\x5b\x60\xff\x1b\x6d\xe6\xe0\x34\x50\x1c\x52\x3f\x8c\x84\x0d\x17\xea\xb0\x9f\x7b\x28\x65\xc3\x85\x3a\xec\x63\x1e\x5a\x19\x28\x06\x3e\x87\x56\x06\xf6\xbf\x59\x66\x4d\x2f\x92\x81\xbc\x83\x15\xb5\xe1\x3a\x1d\xe6\x92\x0f\x4d\x0d\xec\x9f\xfa\x7f\x9e\xe3\xcb\x0e\x08\xef\x28\x55\x0d\xec\xdf\x5a\x31\x9b\xe4\xb8\x9a\xad\xa9\xab\x81\x6c\x32\xdc\xd0\xd5\x40\x74\xb3\x20\x86\xae\x36\xee\xd3\xdb\xc0\x2e\x74\x35\x50\xc2\x5b\x43\x57\x03\xfb\xdf\x68\x13\xbd\x0c\xec\xe7\x9c\x65\x36\x00\xb1\xb5\xee\x8a\xab\x43\x2f\x1b\x7a\x99\x2b\x09\x0e\xc5\x6b\x18\x6f\xf3\xb3\x4e\xef\x02\xf1\x73\xc9\xd2\x61\x56\x27\x28\xd5\x0b\x47\xf1\x02\xc5\x15\x3f\x87\xc9\x99\xa0\x38\x19\xd3\xd0\xb1\x06\x3e\xf5\x73\x4d\xd7\xa1\x4f\x81\x52\xad\xbd\x3a\x05\x76\xc3\xb9\x35\xab\xf0\x9c\xde\x11\x37\x67\x15\x1e\x7b\x47\xbc\x1b\x0c\xa6\x81\x52\x3d\x5c\xb5\x0b\x94\xf3\x3d\xa0\x75\x81\xbd\x35\xce\x83\xd6\x05\x76\x99\x5b\xb3\x5a\x8f\x61\x5a\xdc\x7a\x98\xa1\x09\x76\x19\x47\xa7\x89\x81\xe2\xbc\x29\xc3\x14\x4d\xb0\xff\x8d\x56\x32\x5e\x07\xe2\xac\x27\x31\x14\x36\xb0\x2b\xcb\xa1\x68\x6c\x60\xff\x96\xf3\xa5\xb1\x81\x52\x3d\x62\x85\x0d\xec\x9f\x8e\x3f\xbc\xb3\x15\x3a\x10\xcd\xe8\xfe\x50\xe8\x40\xb1\x43\x7c\x28\x74\xe3\xac\xd3\x71\x0e\xc0\xf6\x59\xf6\xb1\xd8\x3e\x3a\x1d\xd8\x65\x56\xd2\xf6\x79\x4d\x74\xf2\xac\x18\xfc\x1b\x2e\xc1\x91\x3c\x7b\x7a\x1d\xd8\x65\xec\x57\xb1\x03\xbb\x8c\xb6\xd5\xe2\x86\x81\x3d\xbf\xf0\x1c\x68\x06\x8a\x1d\xea\x43\xb1\x1b\xc6\xfa\x5c\xc1\x76\x18\xeb\x03\xbb\x8c\x36\xd3\xf6\x40\xb1\x5f\x7f\x68\x7b\x60\x1f\x30\x97\xa0\xba\x07\xa2\xcc\xf3\x7f\xa7\x62\xfa\x1e\x5b\xd3\xf7\x40\xd4\xf3\x18\xd1\xf7\x86\xc3\xd4\x5c\x3d\x7a\xe8\x7b\xc3\x85\x39\x4c\x10\x1d\xfa\x1e\xd8\xae\xe8\xff\x79\xe2\x5d\xac\x03\x53\x1f\x46\xfc\x40\x9c\x69\xa5\x87\x12\x08\xaa\xf9\x80\x43\xe3\x03\x7b\x0f\x1e\x89\xf5\xff\xe8\x79\xf2\xcd\xa9\xf2\x0d\xa2\x79\xe1\xc0\x86\xa1\xe0\x81\x5d\xe6\x1e\xac\x3f\x86\x17\xa6\xaf\x0e\xf3\x38\xc1\xfe\xbf\x7d\x23\x4d\xe3\x7e\xa0\xda\xf1\x3a\x15\x41\xb0\xff\xad\x51\x56\x2c\xb3\x53\x89\xb7\xdb\x54\x05\xc1\x2e\x0b\xca\x9a\x65\xae\x3e\x96\xdd\xde\xb4\xcc\xec\x27\xae\x89\xa9\xf9\x4d\x57\xe1\xf0\x99\x39\x55\x3f\x50\x8d\x94\x4d\x3d\x0f\xec\x7f\xb3\xcc\x23\x0e\xc7\xc2\x72\xd9\x4d\x43\x7d\x60\x97\xb1\x5b\xed\x6f\x9e\x11\x6d\x5c\xee\xd3\xa1\x6a\x20\x92\x93\x3e\x4d\xa3\x7d\xa0\xaa\x62\xd3\x68\x1f\xd8\xff\xe6\x4f\x3d\xe2\x70\xdd\x10\x7a\xa6\xa6\x4a\x08\x76\x19\xb5\xd0\x09\xc1\x2e\x63\x7b\xda\x1e\xd8\x65\x89\x32\x0f\x8f\x94\xc8\x34\xe8\x54\x9f\x86\xfc\xc0\x2e\xeb\x94\xd9\xca\xe4\x44\x26\xd7\x35\x99\x1a\x1f\xa8\x4e\x3c\x37\x35\xbe\x49\x02\x64\x1a\x3f\x77\x6b\xcd\x58\x5e\x23\xb9\xb2\xdc\x54\xf0\x40\x75\x00\xeb\x54\xf0\x40\x75\xf0\xd6\x54\xf0\x40\x75\x20\xe8\x54\xf0\x40\x64\xa7\x43\x98\x1a\xde\x74\x4e\x56\xf3\x36\xa6\x8a\x07\xf6\xff\x51\x57\x85\x0e\xec\x32\x76\xa1\xd1\x81\x18\x0e\xcb\x9d\x2a\x1d\xd8\x65\xfe\xd6\x36\xc9\xf6\xa1\xf0\xf4\x9f\x4a\x1d\x88\xec\x80\x9c\x69\x54\x10\x44\x71\x8e\x84\xa9\xd6\x81\xc8\xae\x8f\x3b\xf5\x3a\x10\xd9\xe8\xeb\x34\x0a\x08\xec\x1a\x9e\x06\x01\x41\x74\x67\xaf\x9e\xda\x1f\xd8\x77\x99\x47\x67\xab\x64\x66\x2b\xaf\x1e\x9c\x8d\x92\xed\x5b\xf1\x38\x6c\x13\x56\xf7\x70\xf6\x82\x69\x64\x70\x32\x11\xab\x99\xb9\x53\x6b\x04\xcd\x41\xf3\x53\x43\x04\x67\x20\xdc\x54\x10\xc1\x19\xe1\x36\x8d\x0b\x82\x98\x08\xed\xd4\x19\x41\xcc\xf3\x5f\x36\x06\x33\xba\xb8\xfa\xf1\x54\x19\x41\x98\x34\x3a\x75\xc2\xe9\x7a\x1f\x67\x5b\xb6\x45\x21\xa7\xe0\xfc\xd0\xa6\x28\x8c\x01\x3e\x3f\xb4\x8e\x05\xb5\xe7\xf1\x3d\xf5\x3f\x90\x1c\x70\x35\xf5\x3f\xd0\x7d\xcf\x4e\xf5\x0f\x74\x3f\x46\xa6\xfa\x07\xba\xaf\xca\xa9\xfd\x81\xee\x57\xc6\x34\xec\x08\x92\x23\xb5\xa6\x61\x47\x90\xb2\xf7\xa8\x29\x9a\x20\x99\xcf\x3e\x8d\x44\x82\x28\x0e\x4c\x98\x46\x22\x41\x9c\x85\x9c\xa6\xa1\xc8\xe9\x88\x3d\xbc\x7b\x1a\x8a\x9c\x8e\xd8\xf3\x99\xa2\x83\x82\xbe\xbf\x9c\xfe\xf3\x1d\x3e\x55\xd4\xe9\x80\x3e\x9f\x10\x2a\x2a\x48\x66\xc5\x4f\x83\x97\x20\x39\x4a\x61\x6a\xad\x20\x65\x1f\x4b\xc6\x33\xc1\xf0\x13\x75\x2a\xb2\x20\xea\xf4\xb8\x0d\x68\x82\x61\x02\xea\x54\x6e\xc1\xf0\x53\x66\x1a\xe3\x04\x69\x0c\x37\x66\xf3\x6d\x0c\x87\x0a\x4f\x75\x17\x24\x57\x38\x9e\xea\xee\x6c\xf6\x24\xd0\x78\xba\x2d\x18\xe6\xe3\x4e\x45\x16\xa4\xe1\x55\xa3\xa2\xce\xa3\xa8\xfc\x50\x45\x9d\x4e\x0c\xeb\x27\xf6\x34\x52\x09\x86\x9f\xbf\xd3\xfc\x4e\x30\x3a\x1f\x3d\xd3\xf4\x4e\x30\x3a\x5f\x15\x53\xb9\x9d\x47\x6e\x39\xd3\xca\x2d\xc8\xc6\xda\xa7\x22\x0b\x66\xf1\x31\x66\x40\x12\xcc\x92\x3d\x30\xcf\x51\x37\x15\x99\xde\x9f\xa9\xdb\xce\xe3\xb6\x1c\xab\x6e\x3b\xcd\xd2\x34\xac\x34\x95\x5b\x90\x0d\xe6\x4f\xe3\x91\x60\x16\xba\xaf\xa6\xba\x3b\x1d\xe5\xe7\xd8\xc6\x69\x9a\x26\xd8\x5b\xf3\xa7\x9e\x13\x26\x61\xe9\x83\xfc\xe7\xa9\xde\x4e\x83\x8f\x76\x89\x4e\x93\x37\xe7\xd0\x7d\x7c\x8c\x2b\xb3\xa0\x04\xea\x33\x75\xd9\x39\x30\x3f\x1c\x6c\x9a\x96\x39\xcf\x70\x3d\x7a\x26\xa6\x32\x0b\xf6\xc3\x99\x23\x31\x55\x13\xec\xff\xa3\xae\x1a\xee\x3c\x0b\x7a\x78\x1a\x54\x5c\xb0\xcb\xdc\x87\x17\xdb\x59\xd0\x83\x6e\x99\xa9\xe4\x82\x5d\x46\x0b\x68\xb9\xf3\xac\xe8\xe1\x99\x36\x24\x39\xe7\x11\x42\x8f\xcf\x53\x4d\x48\xb2\x3b\xc8\x66\xea\xbe\xd3\x55\x3e\x5c\x7c\x61\x1a\x92\x9c\x27\x9b\x13\x4b\x9c\x86\x24\xa7\x6b\x5c\x9e\xc7\xbd\x21\x49\xb0\x1f\xf7\xb4\x9e\x92\x0c\xa2\xd8\x7b\x3f\xb5\xe4\xa9\x25\xbb\x0c\xc4\xd4\x92\xa7\x0b\x5a\xba\x6a\xc2\x54\x93\xa7\x9a\xec\xaa\x0c\x53\x27\x9e\x66\x87\xa6\xf3\x7f\xb6\x0b\x4e\x7c\x26\x4b\x9e\x66\x87\x82\x62\x47\xd1\x54\x93\xa7\xc1\xcb\xb3\x35\x5b\xe5\x04\x2f\xbd\xa5\xd5\x64\xb0\x6b\xe1\x1e\x6c\x15\x03\x9a\x36\x80\x9a\x3c\x4f\x40\xd3\xb7\xa2\x9a\x0c\xf6\x07\x14\x27\x57\x4d\x06\xbb\xcc\xdf\x7a\xfd\x5c\x7e\xb7\xf1\x53\x2d\x19\xec\x0f\x1e\x8e\x44\x4d\x06\xd5\xde\xe6\xa9\x25\x83\xfd\x81\x42\xbd\xb4\x64\x50\x5d\x2f\x6b\x6a\xc9\x60\xbf\xee\x39\x10\x2d\x19\xec\x57\xbb\x65\x36\x09\xd1\xcb\xec\x6a\xfe\x53\x73\x06\x4d\xd5\x9f\x8a\xf3\x24\x3a\xe9\x6a\xfb\x53\x49\x06\x43\x5f\x9d\x06\x27\x41\xee\x67\x5b\x56\xf4\x36\x67\x86\x12\xaf\x87\xdb\xa0\x1e\xbf\x73\x94\xe3\x74\xfa\x16\xaf\x60\x45\x7a\x3a\x7b\x8b\x1f\x58\x06\x26\x41\xd4\x4a\xd7\xca\x54\xa4\x41\x73\x22\x9d\x69\x4a\x2a\xd8\x67\x8f\xa3\x50\xa4\x41\x98\xaf\x3e\xf5\x68\x10\xcd\x2b\x46\x67\x06\xe1\x5a\xb1\x53\x67\x06\xd1\x9c\x7c\x77\xea\xcc\xe0\x8c\xb9\x9e\x2a\x33\xe8\xce\xb1\x39\x35\x66\xd0\x9d\xbe\x71\x6a\xc7\x13\x13\x9e\xfe\x50\xe9\x05\xfb\x60\x2d\xb3\x4e\xcb\xaf\x15\xce\x92\xa9\xab\xa0\x3b\x3d\xe4\x54\x6a\x41\x3a\x77\xae\xf1\x47\xd0\xab\x97\xad\xfe\x0a\x7a\xf5\x1e\x55\x5f\x41\xaf\xde\x7a\xda\x2b\x48\x0e\x7c\x9b\x46\x29\x41\xaf\x74\x5a\x4c\xa3\x94\xd3\x69\x57\x4b\xfd\xfd\xe1\xad\xad\xee\x82\xe4\x50\xbc\x69\xb2\x2b\x48\x0e\xc5\x9b\x86\x31\x41\x72\x58\xdf\xd4\x7f\x41\x72\x8c\xd8\x54\x76\x41\xb2\xe3\x7f\xea\xba\xa0\x57\x9f\x54\xce\xb6\x3a\x5f\xbf\x2c\x38\x5f\xaa\x2e\xe8\xb5\x5a\x3b\xdb\xe0\xb5\x0d\xd8\xbc\x06\x0b\xe2\x24\xc9\x4e\xcd\x14\xc4\x99\xf4\x69\x3a\x06\x71\x7e\xbc\xdc\xbd\x25\x8d\x45\x82\x61\x1a\xfa\xd4\x42\xc1\x38\xcf\x23\x2d\x14\xa4\xc1\x27\xe1\xe5\x88\x40\x90\x73\xb2\x28\x59\xe4\x5b\x7b\x52\x94\x2d\xe2\xad\x4d\x94\xe0\x52\x2d\xc1\xe8\x7c\x4e\x5c\x9a\x25\xc8\x19\xd9\xbc\x14\x4b\xb0\xdf\x3e\x8d\xb2\x61\x19\x03\x5f\x31\xe6\xcb\x3c\x53\x30\x3a\x51\x96\xcb\x3c\x53\x90\x73\x72\xfb\x8f\x45\x84\x0d\x86\x3f\x5c\x16\x11\x36\xc0\x65\x2f\xe5\xf3\x72\x6c\x1f\x97\xcd\xa5\x7b\x82\x59\xf8\x0a\xbd\x54\x4f\x30\x0b\x4d\x7d\x69\x9e\x60\x16\xce\xdb\x65\xdc\x11\x64\x63\xd4\x97\x89\xa7\x60\x16\x5e\xec\x97\x7a\x0a\x66\xe1\xcb\xe7\x32\x3a\x79\x05\x1f\x30\xc5\x1f\x5a\xc7\xf0\x03\xc6\xe3\xb2\x8e\x41\xe7\x3c\x4f\xea\x4b\x5f\x05\xd9\x34\xc0\x4b\x35\x05\xd9\x70\xc6\x65\xb4\x12\x64\xe3\x20\x97\xd1\x4a\x90\x0d\xf3\x5f\x86\x26\xc1\x2c\x7c\xb5\x5f\x2a\x28\x88\x9f\x56\x70\x19\x62\xbc\x1c\x84\xa7\x16\x5c\xca\x25\xd8\x65\x6e\xce\xb6\x76\xf1\xc6\x7c\xb6\xe7\xb1\x25\xd6\x44\xa4\x0f\xf9\xd2\x24\xc1\xfe\x29\xc7\x6b\xb4\x10\xec\x32\x0e\x58\xbb\x04\x25\xb0\xe1\xcb\x10\x1f\x28\xde\x26\x97\xde\x07\xf6\xeb\x97\x66\xd3\xfb\x40\x9c\xc9\xc6\x2e\xcd\x0f\x14\xef\xc3\x4b\xf1\x03\xa5\xda\xba\x7a\x1f\x28\xde\x74\x97\xde\x77\xe9\x7d\xc9\x2a\x28\x7e\xa0\x78\x07\x5f\x8a\x1f\x28\x3e\x8c\x2e\x43\x83\x97\xb3\x79\x3a\x3c\xee\xd2\xfc\xc0\xfe\x32\xa0\x2d\x55\xbf\xcb\xe9\x3c\x9d\x1c\xe7\xd2\xfd\x40\xf1\x93\xfd\xd2\xfd\x2e\x47\xe0\x25\x3e\x0d\x2e\xe5\x0f\xec\x32\x4e\x97\xf6\x07\xe2\xac\xd9\x7e\xa9\x7f\x60\xb7\xaf\x65\xb6\xc8\x46\xf1\xb3\xfd\xd2\xff\x40\x51\x01\x2e\x43\x82\x17\xcb\x72\x18\xdf\xbc\x74\x36\x10\x61\x06\xe3\xa5\xa1\x81\xfd\xa1\x41\xfd\x55\x34\x50\xed\x68\xbe\x54\x34\xb0\x7f\xea\xe6\x3c\x36\x46\xcc\x85\xf9\x96\x97\x3e\x06\xf6\xe6\xfc\xad\x07\x57\xed\x22\xc3\x59\x2e\x65\x0a\xec\xef\x16\x76\xab\x4d\x81\x6a\xe4\xf9\xd2\xa6\x2e\x86\xcc\x99\x25\x7d\xe9\x44\x20\xce\xe2\xec\x97\x52\x74\x31\x71\x66\x72\x02\xed\x4b\x05\x02\xd5\xc8\xf9\xa5\x02\x81\x6a\x84\xfa\x32\xbc\x77\x35\x33\x83\xe8\xa5\xb8\x0c\xe6\x81\x5d\x46\x5d\xf5\xa2\x0b\x09\xca\x2e\xb6\x71\xa9\x37\x97\x7a\xc3\xb1\x39\x76\x0d\x34\x23\x0a\x97\x43\xd7\x2e\x57\xb5\xe0\x43\xfb\x32\x7d\x13\x34\x27\xde\xbb\xd4\x22\x10\xe6\x16\x5e\x6a\xd1\x65\xcc\x2f\xbb\x79\x8f\xbf\x93\x5e\x32\xdd\xbc\x67\x99\x69\x4f\xce\xda\xa5\x97\x5e\x04\xce\xac\xa7\x97\x5a\x04\x62\xf2\x0d\x71\xa9\x45\xe0\xcc\x13\x72\x69\x45\x20\xe6\x29\xf2\x56\x50\x81\x4c\xc6\xbd\x0c\xf9\x81\x54\x7e\xf5\xbf\x5f\xd5\x97\x11\x41\xd0\x9d\x47\xe4\xd2\xa3\x40\xaf\xde\x13\x6a\x14\xe8\xd5\x67\x9f\x16\x05\x92\xe3\xc1\x2e\x63\x84\xa0\x3b\xc5\xf3\xa5\x57\x5d\x0e\x8a\xb3\xd9\xcd\xe9\xbc\x86\x9f\x2b\x9c\x2e\xe3\x81\x97\xa3\xdd\xbc\x20\xd4\x2a\x30\xec\xf4\xbc\xb4\x2a\x10\xdd\xe1\x74\x97\x56\x05\x92\xb3\xd3\x5d\x0a\x14\x18\x76\x82\x5d\xfa\x13\x48\x83\xcf\xd8\x4b\x7d\xba\x1c\x00\xe7\xcd\xa0\x3d\x81\x9c\xbd\x17\x94\x27\x90\x73\x72\xf3\x56\x72\x12\xae\xf6\x16\x37\x46\x08\xa6\xab\xff\x5e\xda\xcf\x75\xf9\x66\xe0\xbf\x94\x1a\x30\x8b\x0f\x5a\x43\x7f\x60\x16\x1f\x8d\x8a\xc9\x75\xe2\x77\xd6\x48\x31\xb9\x8c\xdf\x75\xff\xcd\x76\xbd\x98\x49\x16\xa9\xbb\xf4\x92\xeb\x84\xea\xac\xa5\xbe\x01\x8a\x1f\x7d\xd7\x75\x8e\x8c\xe7\x2c\x5f\x8b\x97\x0a\x02\xe2\xac\x57\x74\xa9\x20\x97\x59\x95\xae\xaa\x7a\xe9\x20\x97\x91\xba\x76\xca\xac\x82\xcb\xec\xbb\x18\xc7\xa5\x84\x5c\x86\xea\x5c\x7a\xe3\x32\xad\xf2\x32\xad\xd2\x25\x59\x2f\xc5\xe4\x32\xad\x32\x79\xc1\x28\x26\x97\x69\x95\xe9\xfc\xd6\x36\xb9\xcf\x13\xd9\xe3\xb3\x01\x08\xdf\x9d\xcf\x2a\xcd\x04\xc4\x59\xe3\xf2\x32\x7c\x07\xf6\xb7\x90\xbb\xb5\x51\x6e\xfb\xfb\xb3\x4d\x60\xab\xdc\xc6\x3b\xf8\x37\xed\xe4\x72\x99\x7d\x33\xdb\x2f\x93\x29\x2f\x12\x27\xcf\x52\x49\x97\x7e\x72\x3d\x4c\xfd\xe6\xa7\x9b\x41\x3d\x50\x1b\x62\x73\xa9\x22\x60\xdf\xad\xec\x54\x17\xb9\x5c\x78\xc2\x8e\x99\xcb\x98\x1e\xa8\xe7\x52\xd5\x4f\x80\x51\x9c\x4b\xc9\x00\x31\x9c\x58\xf5\xd2\x32\xc0\x99\xb0\xe7\x32\xdc\x06\xf6\x6b\x96\xed\xeb\x0f\xa0\x57\x3f\x6c\x9c\x01\x05\x24\x07\x2d\x5e\x86\xc9\x40\x9c\xe9\x86\x2f\xe3\x64\x60\xef\xd4\x9f\xda\xbc\xa4\x3e\x16\x27\x38\xbb\x74\x0f\x10\x67\x96\xbf\x4b\xd3\x00\xd9\x29\x8d\x2e\x4d\x03\x64\x27\x85\xba\x34\x8d\x4b\xd3\x30\xc2\x72\xa9\x12\x97\xf3\x9b\xf8\x72\x53\x25\x2e\xe7\x37\xf1\x0e\x31\x96\x06\x72\xf6\x4d\xa9\x5d\x5c\x4e\x79\xe2\x05\xa2\x5d\x80\x28\xe5\xfc\x9b\x95\x27\x96\x56\xf2\xf9\x3f\x6b\xff\x9e\xda\xbb\x07\x6b\xff\xf2\xd9\xe8\x6d\xa3\x60\x80\x12\xb8\xea\xa5\x60\x80\x7d\x0f\xba\x07\xeb\xfe\xd2\x67\xe4\xc5\xa0\x4c\x80\x7a\x5a\xcd\x30\x17\xd8\x6f\x36\xcb\x3c\x36\xe2\x5c\xae\x20\x7e\x29\x18\x20\x4c\x61\xbf\x14\x8c\xcb\xcc\x46\x5f\x20\x46\xb9\x40\x4c\xaf\x05\x83\x5c\x20\x6a\x34\xcb\x3c\xb2\xcf\x57\xcf\xde\xfe\xad\x9a\xdc\x3f\xaf\xa2\x46\x51\xb1\x88\xee\x64\x7e\x78\x2b\x1d\xa0\x57\x3e\xdf\x6e\xa5\x03\x24\x07\x46\xde\x3a\x07\xe8\x95\x67\xd4\x6d\x7c\x0b\xf4\x4a\x5b\xdc\x6a\x08\xe8\x95\x87\xdb\xad\x86\x80\x38\xb3\x97\xdc\x7a\xc8\xed\x78\x37\x63\x20\xb7\x51\x30\xd0\x2b\x27\xe0\x36\x01\x12\xf4\xca\x2b\xe2\xd6\x4d\x6e\x47\xc0\xf1\x28\xbe\x75\x13\x90\x1c\x85\x73\xeb\x26\xb7\x23\xe0\x38\x25\xb7\x6e\x72\x3b\x02\x8e\xbb\xe7\xd6\x4d\x40\x34\x63\xc5\xb7\xda\x01\xce\xa2\x4b\xb7\x71\xb2\xdb\x45\x0b\xa7\x1b\xb3\x9a\xac\x92\xe0\x87\xdb\xad\x89\xdc\xae\x63\x38\xff\xe0\xd5\xb7\x41\x34\x30\x8c\x85\xde\x8a\x0a\x48\xc3\x73\xa8\xa8\x80\x68\xde\x80\xb7\xa6\x02\xd2\xa0\x73\xe1\xd6\x54\xc0\xf0\x22\xbf\x0d\xb4\x81\xe1\x53\xf0\x36\xce\x06\x86\x9d\x58\xb7\x61\xb6\xdb\x91\x75\x3c\x1b\x6e\x15\x07\xa4\xc1\x35\x78\x1b\x65\x03\x51\xcd\xfe\xba\xb5\x1e\x90\xc6\xb0\xc8\xa6\x4a\x7e\x59\x57\x7f\x6a\x5b\x25\xdb\x8a\xd3\xaf\x1b\x81\x61\xd7\xdc\x6d\xe0\x0d\xa4\xc1\x27\xd7\xad\x2d\xdd\x8e\xbf\xab\x1e\x99\xed\x93\x6c\x1f\xdb\xc2\xf6\x71\x48\x1e\x4f\x99\x5b\x57\x02\xe3\xb4\x98\xaa\x04\xc6\x39\x2e\xe3\x70\xb7\x03\xf7\xf8\x30\xba\x0d\xc3\xdd\x0e\xdc\xc3\x77\x6e\xa3\x70\xb7\x03\xf7\x78\xd0\xdf\x06\xe1\x6e\x47\xe6\xf1\xa5\x76\x1b\x6f\x03\xc3\xde\xaa\x5b\xed\x02\x51\xed\x93\xbc\x55\xac\xdb\x11\x76\x84\x8a\x6e\xad\x08\x0c\x67\x55\xbe\x0d\x87\xdd\x26\x51\xba\x42\xc8\xad\x29\x81\xa8\xd3\x8b\x5c\x53\xba\x1d\x3b\x67\xfb\x2b\x4a\xb7\x63\xe7\x6c\x1f\x3d\x09\xe4\x9c\xdd\x98\x27\xd3\xe1\x74\x5e\x3e\x6a\x12\x18\xae\xa7\x7c\x6b\x49\x20\x67\x1c\xe6\x56\x92\x6e\x07\xdd\xf1\x3a\xbb\x75\x24\x90\x73\x76\x5b\x9e\x4a\xc7\xe1\x79\x2a\x75\x24\x90\x73\xf6\x87\x9e\x4a\xc7\xe1\x79\x91\x19\x49\xbb\x1d\x87\xc7\xeb\xf8\x36\x92\x06\xb2\x8b\xa0\xdc\x46\xd2\x40\x76\x25\xf3\xdb\x48\x1a\xc8\xc6\xde\x6f\x15\x0c\xe4\xcc\x57\xfd\x6d\xd8\x0c\xc4\x99\x8c\xe8\xd6\xca\x40\xce\x98\xd5\xad\x81\x81\xe1\x3c\x03\xb7\xc2\x04\xb2\x19\x8c\xb7\xc2\x04\x66\xf1\x39\x64\xf8\x09\xec\x57\x2a\x87\x61\xf8\x09\x4c\x53\x37\x6f\xc3\x4f\x60\x3a\x7e\xe1\x56\xb5\xc0\x2c\x7c\x89\xdd\xa6\x5b\x82\xe9\x4c\xc7\xb7\xf2\x05\xb2\x59\x8d\xb7\xee\x75\x3b\x9e\xce\xe7\x90\xa2\x05\xf6\x51\x50\x73\xe3\x4f\xb7\x43\xe5\xbc\xd4\x75\x2f\x90\x4d\xa4\xbc\x4d\xa4\x04\x71\x06\x99\xdd\xea\x18\x98\x85\x0f\x8c\xdb\x30\x15\x98\x85\x4f\xc4\xdb\x28\x15\x98\x26\x64\xdd\x46\xa9\xc0\x2c\x7c\xf8\xdd\x6a\x1c\x98\x76\x52\xdf\x7a\x1c\x28\xd1\xdd\xa3\x15\xef\x54\xdc\xe7\xb4\x43\xf3\x40\xee\xa7\xc8\x93\xb4\x31\x8b\xaf\x31\xa5\x0d\xec\x8a\xb3\x7d\x63\x4d\xb7\x63\xdf\xcc\xe7\xbc\xb5\xaa\xdb\x71\x6e\x28\xfc\xad\x36\xdd\x8e\x73\x73\x5e\x9d\x5b\x49\x02\x25\xe8\x5f\xb8\x95\xa4\xfb\x84\x9a\xbc\x4b\x54\xa2\xdb\xf9\xfe\xed\x35\xbe\x75\x22\x50\x1c\x0e\x78\x9b\x5d\x09\xf6\xbf\x79\x70\x9e\x15\x07\xba\x9d\xd7\xb3\x21\x29\xb0\xcb\x68\x4a\x7d\xea\x36\x4c\x45\x07\xc3\xad\x4f\xdd\x27\x4c\xe5\x45\xaa\x50\x81\x5d\x46\xc5\x14\x2a\x10\x27\x59\xf0\xd6\xa8\x40\x71\x2a\x98\x5b\xa3\x02\xc5\x69\x44\x6f\x8d\xea\x3e\x01\x29\x1f\x25\x2a\x15\x28\x4e\x20\x78\xab\x54\xb7\xf1\x28\xe7\xa9\xb9\x75\x2a\xb0\xcb\x3c\x10\x9b\xc4\xd8\x93\xf3\x4f\xdd\xc6\x9e\xee\x79\xda\xc4\xdf\xda\x26\xd3\xaf\x30\xfe\xcd\x30\x13\x28\xda\xea\x6d\x94\x09\x14\x27\x51\xbd\xf5\x31\x10\x67\x20\xe5\xad\x90\x81\xfd\xea\x74\x6b\xd6\xde\x64\xcc\xf8\xfd\x61\x09\xcd\xdb\x70\xd0\xad\x8a\x39\x9f\xd0\x6d\x38\x08\x94\x7a\xf6\xe6\x69\xba\xcc\xae\xf3\x29\xa1\x77\x81\xa2\x7c\xdf\x6a\x17\x88\xee\x9a\x72\xb7\x8a\x05\x8a\xda\x7e\x6b\x58\x20\x7e\x26\xa7\xdc\xda\x14\xd8\x7b\xa0\xde\xda\x14\x28\x4e\xbc\x73\x1b\xe6\x01\xfb\xdf\x38\xc3\x5a\x12\xd8\x65\x1c\xb0\x4a\x04\xb2\x29\xd1\xb7\x01\x1b\x50\x14\xfc\x5b\x21\x02\x67\xa5\xa7\xdb\xe0\xcc\xfd\xd8\xc9\xc8\xf6\x95\x1f\x50\xce\x17\x89\xee\x03\x76\x0d\xb8\x6e\x95\x1f\xb0\x0f\x83\x2b\xcd\xe8\x0c\x28\x3a\xcc\x6d\x24\xe6\x3e\xc9\x8b\xe7\xd0\x6c\xde\xc7\xef\x20\x5f\xe1\x26\x2f\x82\x38\x29\xb3\xb7\xc1\x18\x10\x27\xe8\x74\x1b\x8c\x01\x71\x66\x86\xbe\x55\x27\xb0\xff\xcf\x32\x6b\xb1\xac\x85\x45\xd6\x62\x99\x89\xe7\x59\xd5\x9d\x40\x19\x3e\x06\x54\x27\x10\xa7\xfb\xe9\x56\x9d\xee\x93\x76\x68\x9b\x1b\xb7\xb9\x4f\xda\xa1\x57\xb3\x3a\x05\xf6\x6f\xa9\xad\x3e\x05\xce\xf7\xfd\x6d\x26\x22\x28\xe7\x0b\x49\xc5\xba\x4f\x72\xa2\x37\x82\x8a\x75\x9f\xe4\x44\xdb\x53\xc7\x02\xe5\x7c\xa9\xe9\x58\xf7\xc9\x57\xb4\x89\x95\x2c\x50\xce\x87\xae\x92\x05\xe2\xcc\xec\x7d\x9b\xc3\x08\xe2\x4c\x1e\x72\x2b\x5e\xa0\x9c\x4f\x46\xbd\xeb\x3e\x39\x8c\xea\x81\xde\x05\x76\x19\xf5\x32\x13\xf1\xfe\x34\x73\x3f\x77\xcc\x3a\xbc\x4f\xd6\xa1\x9f\x15\x66\x1d\xde\x27\xeb\xd0\xcf\x3a\x63\x3b\x60\x97\xf9\x5b\x0f\xd9\x14\x43\xeb\x6f\x6c\x07\xec\x5d\x70\xc6\xd4\xb1\xdb\xb4\x43\x47\xe7\xdd\xfa\x18\x88\xd3\x19\x7f\x2b\x64\x60\xef\x82\x76\x77\xac\x19\x88\x33\x2b\xfa\xad\xa5\xdd\x27\x17\xd1\xaf\x0b\x35\x0d\x9c\x1c\xcb\x5b\x4b\xbb\x4f\x2a\x22\x9f\x2f\x8f\x9a\x06\x76\x6d\x27\x65\x61\x99\xad\x52\x2c\x4b\x96\xd9\x2a\x7c\xe4\x3f\xc6\x95\xc0\x2e\x1b\x94\x55\xcb\xcc\x4f\xcc\xfe\x5f\xb3\xcc\xee\x67\x6e\x9f\xc7\x49\x4d\x40\xf5\xee\x79\x54\x3a\xb0\x37\xd7\x29\xbb\x2c\xb3\xfb\xb9\xba\xb9\xdb\xb2\xd3\x2a\x85\xb2\xc7\x32\xc6\x01\x37\x8b\x96\x45\x8c\x03\xe6\x79\xf2\xa8\x79\x60\xff\xd2\x03\xf9\x2c\xb3\x51\xf8\x3e\x7c\x14\x3d\xb0\xf7\x5a\x29\xb3\x51\x82\x5b\x60\xf8\x6f\xb6\x49\x9c\x8f\x2e\xea\x6f\x80\x09\x44\x73\xe1\x8f\x47\x89\x03\x91\x7c\x7c\x3c\x2a\x1b\xd8\xcd\x44\x1b\x1b\x3d\x7a\xcc\x76\x54\x57\x1e\x45\xed\x31\xdb\xd1\x0f\xa3\x47\x53\x03\xd5\xe1\x68\x8f\xa6\x06\xf6\xbf\x51\xa6\xa9\x81\x5d\x96\x29\xb3\x16\x1b\xd5\x51\x71\x8f\xf6\x06\xf6\xbf\x71\x24\xea\x1b\xa8\x76\x65\x3c\xba\xda\x63\x4a\xe4\x39\x63\xca\x1a\xd8\x3f\xa5\x51\xb4\x35\x50\x1d\x0e\xf6\x28\x6b\x8f\x69\x92\x2a\xeb\xa3\xad\x3d\xe9\xb4\x09\xed\xa4\xad\x81\xea\x18\xb1\x47\x5b\x03\xd5\xf1\x7f\x8f\xb6\xf6\x38\xdf\xbf\x2b\x0c\x3c\xea\x1a\xd8\x5b\xe3\x80\x35\x31\xb0\x0f\x98\xdf\x2a\x59\x20\x92\x6b\x99\x3e\x2a\x15\x88\xd3\x03\xfa\x18\xca\x02\xd5\xc4\xfc\x47\xcd\x02\x67\x69\xb6\x47\xcd\x02\xfb\x48\xfe\x30\xb3\xca\xa3\x85\x81\xfd\x13\xb7\x6c\x85\xf2\xa9\x10\x2d\x6b\xa8\x0b\x54\x13\xfb\x1e\x43\x5d\x4f\x76\x4e\x42\x0e\x53\x81\x03\xd5\x94\xbd\x47\x81\x03\xfb\xf1\xc0\x19\x56\xe0\x40\x75\xee\xee\x47\x7f\x03\x71\xba\x9c\x1e\x05\x0e\x44\x1a\x5e\xce\xea\x1a\xd8\x65\x9c\x61\x7d\x0d\xec\x32\xb7\x67\x53\x14\xb3\x5e\xc3\x43\xf1\x74\x12\xd6\x4a\x23\x3c\x14\xeb\x5a\xcc\x71\xf5\xdf\xac\xea\x46\x75\x8a\xb4\x47\xf3\x02\xd5\xc0\xed\xa3\x79\x81\x68\x99\x8e\xca\xc7\x8c\x45\x10\xd9\xc5\x42\x1e\xdd\x0b\xec\x32\x1a\x58\xd1\x02\xd1\xcc\xa7\x7b\x0c\x7f\x81\xc8\x66\xae\x3e\xa6\x23\x82\x5d\xe6\x6f\xad\x04\xf1\xaf\xac\x58\x3d\xc6\xbf\xc0\x2e\x73\xbf\x56\x8c\xf8\x57\x4e\xe7\xf8\xac\x59\x75\x0c\x53\x73\xbf\xde\xa8\xcc\x2c\x39\xbc\x8c\x34\x3c\x50\x87\x4f\x65\xd5\x0d\x54\x5f\x9a\x8f\xea\x06\xaa\x5f\x39\x8f\xea\x06\xaa\xdf\x02\x8f\xea\x06\x22\xbb\x94\xc1\xa3\xbb\x81\x5d\xc6\xe1\x2a\x6f\x20\xb2\xb3\x15\x3d\x8e\x95\x7b\x9c\x45\x52\x95\x7a\x8c\xa6\x81\xfd\x7f\x54\x41\xcb\x03\xd5\x19\xd7\x1f\x25\x0f\xec\x9a\x7a\x74\x5e\xaf\xcc\x2c\xe9\x8c\xee\x8f\x96\x07\x22\x57\xaf\x44\x2d\x0f\x44\x73\xd5\xfb\x47\xa7\x7b\x9c\x59\x72\xfa\x6f\xb6\x88\x0b\xc8\x79\x1a\x74\xba\xc7\x89\x25\xcd\x51\x7b\x94\x3a\xd0\x5c\xdb\xea\x51\xd7\x1e\xa7\x8c\xf4\x96\x37\xec\x06\xce\x84\xb4\x8f\x06\xf7\x1c\x83\x23\x17\xe1\x31\x43\x11\x44\x55\x3a\x1e\x63\x71\x20\xe6\x74\x9f\x56\x94\x14\xc5\x76\x9e\xbd\xc6\xe2\x9e\x11\xff\xff\xff\x9e\x29\x34\x1f\xa3\x6c\x20\x4e\xf7\xed\xa3\x0f\x82\xee\xa0\x87\x47\x1f\x7c\x0c\xa3\x61\x5c\x8f\x61\x34\xb0\x77\xc0\x71\xe8\x83\xa0\x57\x64\xe5\x31\x68\x06\x92\xe3\x64\x1f\x0d\xf1\x31\x68\x66\x0b\x69\x83\x8f\x41\x33\xeb\xa4\x0c\x82\x5e\xb1\xb2\x47\x17\x04\xbb\xea\xfc\x52\xc9\x03\xfd\x9c\x3c\x1d\xef\x31\x68\x66\x6b\xa8\x78\x8f\x41\x33\x5f\x13\x2a\xde\x63\xd0\xcc\xe6\x56\xf1\xc0\xf0\xeb\xe4\xd1\xf0\x40\x1a\x58\xea\xa3\xe1\x81\x71\x9e\xe0\x8a\x1b\xd8\xe7\xc9\x5f\x7a\xb0\xd3\xee\x1c\x7f\x69\xfb\x4f\xba\x73\xbc\xcd\x14\x37\x30\x9c\x0a\xe2\x51\xdc\xc0\x70\xb6\xc3\x47\x6f\x03\x67\x59\xda\xc7\xdc\x40\x90\xb3\xcf\x62\x53\x03\x41\x1c\x6b\x7d\xcc\x0d\x04\x51\x1c\x85\xf9\x18\x83\x03\xc3\x69\x2a\x1e\x8d\x0e\x44\x71\xb0\xef\x63\x70\x0d\xec\xd6\xf6\xff\xac\xc1\xc5\xc8\x46\x3e\x11\x1f\x8d\x0e\x64\xc7\xb7\x3e\x1a\x1d\x98\x0e\x5b\x7b\x8c\xa3\x81\xec\xc0\xd8\x47\xc7\x03\xf3\xec\x52\xc7\x03\xd9\xe1\xb9\x8f\x3a\x07\x76\xd3\x52\x29\x7d\x0e\x94\xf0\x53\xc3\x78\x19\xd8\x16\xeb\xd6\xbc\x7b\x1c\xef\xe6\x2c\x5f\x8f\x01\x33\xb0\xcb\x3c\x36\xaf\x34\x06\xbc\x85\xdf\x15\xc6\xcb\xc0\xfe\x37\xce\x9e\xc1\xb1\xc7\x09\x26\xb3\xef\x5f\x13\xf5\xc0\x56\x3a\xea\x65\x74\x0c\xc4\xe9\x15\x78\x0c\x8f\x3d\x67\xc8\x9b\x35\xd3\x10\x41\x9c\xbe\x9e\x47\x45\x7c\x1c\xf2\xd6\xfe\xe0\xe2\x8f\x02\xf9\x1c\x81\xf4\x06\x50\x20\x9f\x33\x24\xce\x0b\xc1\xf4\x3e\xb0\xcf\xa6\x47\xe0\x19\x7e\xec\x3c\xde\x25\xfa\xe3\xb3\x0c\x8b\xfa\x69\xe3\x48\x37\xb0\xbd\x80\x26\x33\xf4\x06\xa2\x3a\x3b\xcc\xa3\x67\x3e\xff\x3c\xd3\xed\xd9\x3e\x4b\x81\xe2\x40\x1c\xe9\x06\xf6\x2e\xb8\x86\xd4\x4c\x50\xcf\x7b\x5f\xcd\x04\xbb\xb5\xa9\x97\x4e\x09\xfe\xbd\xb9\x54\x4a\x50\xcf\xe3\x4b\xa3\x04\xff\x9e\xfa\x0a\x25\xa8\x46\x98\x1f\x7d\xf2\x39\x3e\x49\xe3\x2b\x8f\xa0\x9e\x4f\x2e\x05\x10\xc4\xe9\x7e\x79\x34\x40\x50\x9d\xd6\xe1\x51\x00\x9f\xf7\xe8\x94\x65\x56\x00\xdb\x4b\x2e\xf8\xf1\x38\x62\xed\x79\xcf\x47\x15\xed\x61\x98\x0d\xec\x2f\x7d\x0f\xce\x2a\xbc\x27\x0f\xc4\x43\xb1\x0e\x5b\x0e\xab\x93\x4a\x3e\x26\xf7\x81\xfd\x7a\xb7\xcc\x4a\x20\x8a\xd9\x75\xc9\x1e\x45\x11\xc4\xe9\x30\x7b\x14\x45\xb0\x7f\x4b\x03\x38\x3e\xed\x71\x7c\x9a\x7d\x27\x8f\xb1\x3c\xb0\xdf\xb5\xb4\x80\x42\x09\x22\x57\x9f\x6d\x1a\x25\x88\xdf\xd9\x9c\x67\x15\xa1\xec\xa6\x39\x3f\xca\x23\x38\xba\xfb\xe8\x8e\x20\xfa\xb9\xeb\x75\x47\xd0\x5c\xaa\xec\x51\x1d\x9f\x33\x51\xc9\x6e\x92\xa5\x26\x82\x98\xd3\xa2\xb0\xc8\x57\x5c\xa3\x28\x59\x44\x7e\x2a\x07\xbb\x74\x44\x70\xa6\x1a\x5e\x86\x01\x41\xfa\xf1\xfd\xbe\xb4\x46\x10\x93\xe7\xe4\x52\x1a\x41\x72\x29\xc3\xa5\x33\x82\xf4\xe3\xa5\xba\x8c\x0c\x82\x6e\x1f\xeb\x52\x23\x41\xfa\xf1\x35\xbd\xb4\x48\x90\x9c\xde\x6e\x29\x91\x20\x39\x57\xde\xd2\x21\x41\xaf\xd3\xcd\x2f\x8b\xd6\xfe\xaf\xe4\xa1\xbe\x16\x11\x2a\x1c\x6e\xeb\xb3\x88\x50\x21\xdf\x61\x4b\x83\x04\xc9\x39\xf6\x96\x02\xb9\x9c\x2c\x13\xbb\x59\x0a\xe4\x32\x54\xc8\x63\x61\x19\x2a\x5c\x86\x0a\xb9\xe4\x97\xa1\x42\x90\x9c\xfc\x6f\x69\x99\x20\x39\xff\xdc\x72\xc9\x02\xd0\x2b\x66\xb7\xcc\x6c\x04\xc9\x89\x04\x97\x21\x46\xd0\x2b\x0f\xe0\xa5\x9d\x82\xe4\x48\xf8\x65\x88\x11\x24\x67\x18\x5a\xfa\x2a\x48\x0e\xb4\x5f\xea\x2a\x48\x8e\xf7\x5f\xda\xea\x72\x7a\xce\xe1\x1e\x6d\xaf\xb0\xbd\xfc\x2f\xdb\x2b\x68\x2f\x3e\x65\x97\xae\x0a\x92\x93\xf3\x2d\x55\x15\xa4\xc2\x07\xfa\x52\x55\x41\x72\xa2\xbf\xa5\x96\x82\x68\xf6\x46\x2f\x7d\x13\x9c\x19\xed\x97\xba\x09\x86\x8f\xbd\xa5\x5a\x82\x9c\xe9\x6d\x58\xaa\x25\x38\x4b\x65\x2e\xa3\x7e\x20\x4d\x2f\x56\xa3\x7e\x20\x19\x0e\x5b\xba\x26\x48\xd3\x7b\xc1\xa8\x1f\x48\xd3\xc6\x37\xea\x07\xd2\xb4\x46\x0a\x29\x48\x93\x97\xdf\xd2\x47\x97\x21\x3e\xba\x32\x96\xc3\xec\xc0\xf0\x69\xbc\xd4\xd1\x65\xd4\xaf\xb9\x47\xeb\xb8\x91\xa6\x77\x8c\xb9\x96\x60\xf8\x80\x5e\x1a\xe8\x32\x0e\xd8\xdd\x96\xd5\x66\xa6\xcd\xe9\x3d\xaa\x7f\x2e\x67\xda\xa4\x0f\x70\xe9\x9f\x2b\x13\xec\xe4\x4d\xb7\xf4\x4f\x90\xa6\x77\x9f\x4b\xa9\x83\xe1\x5b\x62\xa9\xa4\x20\x39\x82\x67\x69\xa4\x20\x4d\xef\x51\x8d\x14\xa4\xc9\x6b\x6e\x29\xa4\xcb\x69\x59\xda\x1f\x26\x57\x59\x06\x1c\x41\x1a\x3e\xa6\x34\x58\x70\x16\x3d\x5b\x8a\xe9\x72\x0a\x16\xbe\x06\x96\x12\x0a\xf6\x3b\xd0\x5f\x5a\x61\xa2\x84\xea\xeb\x32\x4a\x08\x86\x43\x45\x97\xae\xba\x8c\x12\xe2\xe0\x4b\x57\x05\x43\x17\x5e\x46\x09\xc1\x30\x03\x71\x69\xaf\x60\x38\xc4\x74\x29\xaf\x60\x0c\xaf\x19\x03\x87\x20\x9b\xb5\xbb\xd4\x59\x30\x1c\xc3\xba\x8c\x1b\x82\xe1\xd8\xa4\xa5\xb8\x82\x68\x3f\x9f\x11\x8a\xeb\x72\x4e\xcf\x6e\x91\xe7\x9e\xc9\x5c\x1c\x0c\xb2\xd4\x56\x10\xe7\x2b\x6d\x39\x54\x0e\x64\x3f\xc8\x96\x26\x0b\x86\xbd\x00\xcb\xc0\x24\xc8\xae\xc0\xb9\x0c\x4c\x82\xb3\x6e\xc0\x52\x6e\xc1\x70\x16\xaf\xa5\xb6\x82\xec\x7a\xa4\x4b\x6b\x05\xc3\xa1\xb5\xcb\x31\x70\x20\xfb\x9d\xb2\xf4\x58\x30\xcc\x75\x59\x6a\x2c\x18\xc3\x7b\x51\x8b\x05\xc3\x5c\xcf\xa5\xb1\x82\xe1\x28\xdd\xa5\xb0\x82\x9c\x8b\x45\xd6\xb1\x79\xbe\x39\x2e\x7d\x15\x9c\x69\xe1\x96\x51\x49\x90\xe6\xf9\x2f\xab\xdd\xa9\xb6\x97\x93\x06\x0b\x8e\x85\x2f\x33\x42\x97\xf3\x79\xf2\x8a\x5e\xaa\x29\x98\xc5\xdb\x53\x35\x5d\x4e\x02\xe3\x59\xd3\x4c\x97\x63\xe7\x7c\xa8\x2a\xa6\xcb\xb1\x73\x9e\x34\x25\x14\xcc\xe2\xe6\x4d\x08\x5d\xce\x01\xe3\xdd\x60\x42\xe8\x72\x98\x9c\x7b\x54\x55\x97\x53\xc0\xf0\x11\xb3\x34\xd5\xe5\x14\x30\xbe\xf6\x34\x55\x30\x8b\xb7\x91\xa6\xba\x9c\x15\xc6\xbb\x5f\x51\x05\xb3\xf8\xe4\x55\x54\xc1\xbe\xc0\xdc\xa5\x35\x1a\xd6\xc8\x5f\x5a\xa3\x41\x8d\x7c\xe0\xa8\xa5\x60\x16\x9f\xec\x46\x28\x41\x76\x30\xe3\x52\x54\x97\x33\xc0\x78\x60\x8a\x2a\x98\xce\x2b\xb8\x1c\x32\xb7\x9c\x14\xc6\xcd\xeb\xae\xcb\x49\x61\x7c\x45\x2b\xaa\xcb\x58\xa4\x23\x36\x97\xa6\x0a\xa2\x9e\xe3\xd7\x4b\x41\x09\x5f\xe5\xc6\x13\x41\xfc\x9c\x63\x69\xa9\xaa\xa0\x68\xdf\x4b\x55\x05\x7b\x0f\xfc\x9b\x71\x47\x50\x5c\xb2\x73\xa9\xaf\xcb\xd1\x6d\x0e\x3a\x5d\xfa\x2b\x28\xce\xeb\xb4\xf4\x57\xb0\x77\x4a\x1d\x8c\x3b\x82\x38\xe3\x4b\x96\x06\x0b\xf6\x5e\x39\x60\x0d\x16\xec\xdf\x72\xde\x35\x58\x10\xd5\x49\xb8\x97\x59\xa4\x60\x1f\x0a\xe7\xd4\x34\xd2\xe5\x34\x30\xce\x92\xbd\xcc\x23\x05\xfb\x3c\x7b\x7c\xb6\xd3\x46\x71\x3c\xe3\x32\x9e\x09\x4a\xf2\x79\xa0\x10\x83\xbd\x07\x8f\xc4\x76\xba\x4e\x3b\xb1\x07\xf3\x4d\xc1\xbf\x1d\x28\xc9\xa0\x38\x89\xdc\x52\x92\x41\x71\xae\xb9\xa5\x24\x83\x28\x4e\xaf\xba\xb4\x64\x50\x9c\x67\x72\x69\xc9\xa0\x24\x9f\xab\x06\x42\xd7\x7d\x1a\x89\xca\x6b\xce\xa0\xb8\x00\xf6\x52\x9c\x97\x81\x50\x67\x3e\x5a\x9a\x33\x28\x4e\x29\xb6\x14\x67\xf0\xef\x4e\xd0\x9b\xd7\xf1\xe6\x64\x99\x4d\xa4\x37\x9f\xa3\xb5\x39\x6e\x22\xf3\xbe\xea\x0c\xaa\x82\x7d\x68\xd4\xdd\xa8\x2a\xd8\x65\x1c\x87\x7a\x0d\x76\x19\x2d\x6e\xa8\x75\x39\xc9\x8c\xb3\x8b\x2d\x95\x7b\xa9\xdc\x4e\x78\xb6\x8c\xbf\x82\xfd\x7f\xd4\x55\x0d\x07\x25\xfd\x25\xac\xbd\x14\xf2\xf5\x9c\x2b\x88\xab\x54\x21\x07\xc5\x49\x48\x97\xc6\xbd\x9e\xd3\x14\x1e\xa8\x4d\x81\x5d\xf7\x73\xdf\x6a\xd7\xcb\x98\xad\xd3\xb1\x2f\x63\xb6\xeb\x64\xb6\x7a\x81\xeb\xdc\x20\x86\x93\xe5\x2e\x9d\x1b\x14\xb3\x01\x97\xca\xbd\x54\x6e\xf3\x2f\x96\xca\x0d\xf6\x4f\x69\x1f\x07\xd5\x81\x7d\x11\xb9\x39\xdb\x62\x19\x27\xf7\xd9\x69\xb8\x17\x14\xd3\x17\x97\x1a\x0e\x8a\xdd\x77\x4b\x0d\x07\xc5\xbe\xc0\x65\xb0\x17\xc4\x4f\x13\x5d\x9a\x39\xd8\x07\xe7\x0e\x6c\x93\x45\x46\x80\xcf\x58\xd5\x1c\x14\x3b\xeb\x96\x6a\x0e\xf6\xa1\x71\x1c\xba\x39\x28\xa6\x64\x2e\x63\xbd\x60\xff\x1b\x5b\x33\xb0\x0b\x8a\x39\x8d\xcb\xb8\x2e\x88\x7f\xb7\x8b\x81\x5d\x10\xff\x1e\x48\x7a\x3d\xd8\x9b\xf3\xff\x6c\xa4\xd7\x46\xf2\x95\xa6\xd8\x83\x62\x42\xe7\x32\xb0\x0b\x8a\xbd\x97\x4b\xd5\x07\xfb\x97\xee\xc1\x16\x61\x72\x1a\xf3\x3e\x97\x56\xbf\xcc\x9e\x75\xf2\x87\xa5\xd5\x83\x62\xaa\xe9\x32\xfc\x0b\xf6\xbf\x59\x66\xf5\xbf\x53\x7d\xf6\xaa\xe9\x83\x62\x07\xe9\x52\xf4\x41\xfc\x1c\x95\xb6\x14\x7d\x50\x4c\xf3\x5c\x7a\xfe\x3a\x9e\xef\xe3\x48\xcf\x07\x7b\x0f\x34\xba\x9e\x0f\x76\xbd\xfc\x3f\xab\xff\x51\x7d\x4f\xb4\x41\x62\xb0\x7f\xca\x89\xd0\xf3\x41\x31\x51\x75\xe9\xf4\x60\x5f\xac\x34\xa6\x52\xbf\x4c\xdb\xb5\xfe\xaf\x72\xfe\xba\xb2\xba\x13\x97\xbe\x4a\x36\xd8\xd7\x57\x50\x36\x2c\x63\xe6\x20\x4e\xeb\xab\x65\x83\xa2\x6c\xbc\x5a\x36\x28\x76\x06\xbf\x5a\xf6\x7b\xd6\x55\xe7\xd1\xfb\xaa\xd9\x20\x22\x0d\xff\x6f\x59\x66\xba\xc2\xd9\xc3\x6b\x99\xe9\x0a\x3c\xf4\x5e\x4d\xfb\x35\x58\x9b\xdc\x87\xaa\x0d\x8a\xf6\xf2\xaa\xda\xaf\xb1\x5a\x1e\xb4\xaf\xaa\xfd\xba\x24\xbb\xcb\xe0\xbf\xba\x36\xd8\x65\x93\xb2\x62\x99\x5d\x6b\xd3\xb2\x6a\x99\xf9\x0a\xbc\x8e\x5f\x75\x1b\xec\x32\xf7\x61\xd3\xc5\xe9\x6f\xa3\xb6\xaa\x34\xd8\xff\xe7\x7e\x6d\x95\x30\x87\xc3\x5d\xd8\x28\x61\xa3\xf0\x28\x79\x95\x69\x50\x54\xcf\x57\x99\x06\xc5\x2f\xcd\x57\x99\x7e\x93\x13\x47\x71\x0d\xbf\xaa\x33\xd8\x65\xb4\x89\xee\x0c\xf6\x1e\x2c\xb3\x01\x36\x8a\x1a\xf6\x9a\xa5\x0b\x22\x5c\x4b\xfa\xd5\xb1\xc1\x2e\xf3\xff\xac\x2b\x49\xb9\xc5\xd9\x60\x5e\x25\x1b\x44\x98\xab\xf8\x1a\xd3\x05\xbb\xcc\xdd\x5a\x7f\x82\xba\x66\x81\xbd\x06\x70\xdf\x74\x32\x18\xfc\xa9\x95\x4d\xf4\x2e\xf2\xd0\x79\xd3\xa9\x2c\xbd\x8b\x9e\x30\xd5\xfb\x75\x85\x40\x53\x13\x5f\xdd\x1b\xfc\xbb\x84\x75\x6f\x70\x42\x39\xaf\xee\xfd\xba\x3e\xa0\x61\xc6\xd7\x94\x5b\x50\xed\xef\x7e\xf5\x71\x70\x3e\xf6\x5e\x7d\x1c\xec\x7d\x72\x6a\x0c\x19\x83\x13\x30\x79\x75\x74\xb0\x77\x40\x0d\x94\x74\x50\x75\xab\x57\x49\x07\x7b\x6b\xee\xd4\x26\xca\xe6\x38\x74\x8f\xcd\x6b\xc4\xa5\x05\x1d\x83\xfa\xea\xe9\xe0\xbc\x0c\x5e\x3d\x1d\xd4\x38\x5b\xb3\xd9\xb2\xcd\x46\xe3\xaa\xee\x60\x1f\x1b\xc7\xab\xbb\x83\x1a\xe3\x0f\x93\xaa\xbc\xaa\x3d\xd8\x5b\x61\xff\xba\x3d\x38\xb1\x8c\x57\xb7\x7f\x1d\x57\x69\xbf\xe3\xab\xdc\x83\xf3\x8e\x7d\xb5\xf7\xd7\x85\x0d\x79\x67\xbd\xda\xfb\x7b\x16\x36\xf4\xa9\x65\xfc\x19\x54\x97\xf2\x78\x0d\x3f\xbf\x67\xad\xc3\xe6\x4f\x6d\xae\x62\x73\xf1\xda\x7d\x95\xf5\xf7\x2c\x58\xe8\x19\xd1\xd6\xc1\x2e\xf3\xff\xac\x97\x0b\x16\x7a\xd3\xaa\xeb\xef\x59\xb0\xd0\x73\xae\xaf\xbf\x95\x01\x3b\xb6\xab\x72\x0e\xf6\xd6\x68\x7e\x63\xcd\xef\x59\xb0\xd0\x93\xa9\xb1\x83\xfd\x7f\xd4\xc2\xf8\x33\xa8\xce\x47\xf3\x6a\xf1\xa0\x3a\xf9\xcc\xab\xb1\xbf\x67\xbd\xc2\xe6\x81\x78\xce\x2b\x19\x21\x3e\x2a\xd5\xf3\xf7\x0c\xbe\xf4\x66\x34\xd2\xfc\xba\x86\xa1\x1d\x5c\xaf\xce\x0e\xaa\x33\xde\xbc\x3a\x3b\xd8\x3f\xa5\xd1\x95\x76\xb0\xcb\x68\x61\xe3\xcf\x20\xce\x04\x37\xaf\xda\x0e\xe2\xe4\xae\xbe\x7a\xfb\xeb\xc8\x4d\x27\x63\x7b\x15\xf7\x77\x5b\x7a\x75\x78\xef\xab\xa5\xbf\x8e\xdc\x2c\xfe\x97\x97\x77\x33\x0d\x82\x46\xd2\xd2\x41\x9c\x0f\xb6\x57\x4d\x07\x7b\x07\x34\x93\x9e\x0e\x22\xb9\xf2\xf5\xab\x95\x83\xfd\x7f\xfc\x56\x2d\x07\xd5\x41\xc5\xaf\x81\x65\xb0\xff\x8d\x13\x61\x60\x19\xec\xcd\xd1\x26\xa6\x0b\xbf\x0e\xfb\x74\x25\xed\xd7\x7c\x61\xb0\x7f\xeb\xf6\xac\x7f\xb7\xfe\x74\x36\xbc\xaa\x3f\xa8\x0e\x52\x7e\x55\x7f\xb0\x7f\x4a\xd3\xe9\xfe\x20\xd2\x48\x6e\xce\x0b\xa0\x93\x43\xe1\xd3\x4d\xf9\x07\xd5\x8f\xce\xd7\xa8\x34\xd8\xbf\xf4\xdf\x6c\x27\x46\x88\xd6\x49\xe7\xc5\x6b\x8f\x00\xd8\xff\x67\x99\xd7\x04\x63\x44\xd3\xe0\xbb\xfb\x35\x9d\x19\xd4\xf3\xa9\xa0\xed\x83\xc8\x2e\x17\xfc\x9a\xba\xfc\x92\xa7\x7c\x46\x63\xbd\x46\xa1\xc1\x2e\xa3\x9d\xcc\x53\x06\xbb\x8c\xd3\x63\x1f\x00\xa8\xe7\x71\x69\x1f\x00\xd8\xbb\xa0\x16\x76\x02\x80\x68\xce\x61\xf3\xda\x0b\x00\xaa\x43\xea\x5f\x7b\x01\x40\x64\xb3\xb3\x5e\xbb\x01\x40\x0c\xa7\xce\x79\xed\x07\x00\xd5\xdc\xc6\xd7\x7e\x00\x50\x4d\x46\x7c\x8d\x61\x83\xc8\xae\x89\xff\xda\x37\x00\xaa\x89\x87\xaf\x5d\x03\x20\xb2\xe9\xf4\xaf\x51\x6c\x10\xd9\xe9\xb0\x5f\xf3\x94\xc1\x2e\xf3\xb7\x36\x13\xf3\xe6\x64\x27\x23\x7f\xcd\x5d\x06\xfb\xff\x3c\x3a\x9b\x69\x92\x7f\xe1\xab\xcc\x3e\x04\x10\xa3\x21\x40\xaf\xd6\x0f\xa2\x9b\xc4\xf6\xfe\x0f\x63\x67\x72\x33\x4d\x0b\xac\xd9\x7d\x5b\xd1\x26\x14\x73\x20\xb5\xda\x97\x9c\xf0\xdf\x84\x2b\xce\xe1\xbb\xdb\xff\x5d\x9d\x12\xca\xca\x84\xc8\x01\x9e\x08\x08\x54\xdf\x60\x97\xd1\x0a\x55\x29\xd8\x65\x9c\x4f\x45\xf7\x99\x4b\xf4\x74\xc7\x0a\x2a\xb0\xcb\xb8\x86\x92\x02\xa4\xe1\xf7\x7f\x19\xb8\x01\xbb\x6c\x57\x79\xd9\x61\x82\xf4\x43\x48\x2e\xfb\x4b\xb0\x0f\xcb\x94\x85\x65\x41\xe8\xa6\x52\x34\x2d\x9a\xff\xff\xff\x0e\x57\x2c\x2c\xfb\x4b\x90\xcd\x46\xbc\xec\x06\x41\x9e\xbc\xd7\xcb\x6e\x70\x15\xdd\x93\x5c\xd2\x3e\x6f\x91\xfe\xad\x9a\xd2\x66\xd9\x5b\x2d\x37\xd8\x2d\x8c\xb2\x96\xdd\x15\x68\xaa\xed\x65\x6f\x05\x76\x0f\xc6\x45\xed\x9b\x40\xaa\xce\x5c\x59\xf6\x4d\xa0\x99\x65\x6c\xd9\x37\x81\x74\xee\xd7\xd2\x03\xbd\xea\x79\xd5\x2d\xbb\x2d\x73\x6a\x18\xea\x7d\xd9\x87\x2d\xa7\x4b\x31\x68\x5d\x7a\xaa\xc1\x7e\x23\xac\xb0\x6d\x75\xbf\xde\x74\x8e\x5b\x96\x2d\x1f\xff\x3f\x78\xcf\x97\xbd\x23\x68\x13\x57\xd7\xb2\x73\x04\xdd\xbe\x66\xd9\x37\x82\xdd\xd5\x72\x97\xec\x1c\xc1\x2e\xa3\x3d\x76\x8e\xcb\xdd\x7c\xf9\x38\x2c\x9d\xd9\xe0\x4c\x7b\x5e\xf6\x83\x60\x18\xfd\x5f\x7a\xa9\x97\xe9\xde\xa6\x45\xda\xc1\x74\x6f\xd3\x6a\x68\x87\x46\xa8\x69\x7a\x2e\xcd\xd0\x08\x35\x4d\x2b\xa6\x15\xc8\xe7\x66\x4e\xe7\x65\x27\x08\x46\xf3\x16\xd9\x07\x82\xd1\x78\xdf\x97\xfd\xdd\x32\x77\x1b\x63\xd4\x65\x77\xb7\x3a\x7e\xf7\x64\x91\x8f\x40\xc7\xb9\x19\x16\x79\xbb\xdd\x53\x8a\xaf\xf3\xb2\x63\x03\xd3\xfd\x50\x96\x73\xa8\xc0\x34\xd7\xe5\xb2\xaf\x5b\x2e\x94\x61\x9c\xb9\xec\xeb\x96\x0b\x65\xf8\xac\x2f\xbb\x35\x50\xcd\xc8\xb2\x74\x3f\x2f\x73\xb7\x39\x48\x58\xf6\x74\xa0\x98\xdf\x65\xd9\xd1\xad\x33\x83\x8a\xd9\x72\xcb\x5e\x0d\x54\x83\x73\xcb\x4e\x0d\xa4\x9f\x99\x0b\x96\x9d\x1a\xa8\x86\xf5\x96\x7d\x1a\x48\xdd\x7c\xb5\xcb\x3e\x0d\x54\xc3\x41\xcb\x3e\x0d\xec\xd7\xcb\x32\xcd\xc1\xb4\xaa\xfd\xed\xa7\xcc\xc6\x0f\xc7\xff\x7c\x98\x97\x3d\x18\xd8\x65\x58\xc4\x1e\x0c\xec\x32\xda\xaf\xb7\x1a\xec\x17\x87\xff\xea\x9b\x06\xcd\x5c\x24\xcb\xde\x0a\xec\xc3\xb8\x59\xf6\x56\x20\x15\xb7\x1c\x5f\x3a\xac\x41\x9b\xb8\xdf\x96\x0e\x6b\xb0\xbf\xea\x9e\xce\x96\xb9\xf8\xe6\x5c\xd4\x86\xd1\xa7\x99\xf4\x79\xd9\xa5\x81\x64\x76\xe4\x65\x97\x06\xce\x7e\xb5\xcb\x1e\x0d\xe4\x9f\x46\xb2\x43\x03\xa9\x4f\xbc\x9d\xcb\x1e\x0d\x0c\x27\xd4\x2c\x3b\x34\x30\x1a\x52\x72\xd9\x9f\x81\x34\xdc\xba\x67\xd9\xa1\x81\x6c\xb6\xf6\x65\x87\x06\x42\xe5\xb0\xec\xcf\xc0\x68\xd3\xf3\x6b\xa0\x79\xbe\x71\x56\xc3\x96\x6f\xe4\xc9\x68\x6e\xd9\x4d\x81\x38\xdf\x1f\x7b\xa9\x35\x89\x20\xfa\x68\xe9\xfc\x06\x79\x7a\x2e\x1d\xdd\x8b\x49\x59\x0e\x34\x96\x4e\x6d\x10\x8e\x5b\x96\x4e\x6d\xb0\x6b\xc1\x5d\xb7\x7b\x03\xc5\xb5\xdb\xcb\x89\x5a\x60\x9a\x2c\x76\xe9\xe6\x06\xd3\x1c\xb0\x4b\x2f\x37\x98\x66\xa3\x5d\x3a\xb9\x41\x71\x85\xf7\xd2\xc7\x0d\x8a\xc9\x19\x96\x9d\xe7\x3a\x6b\x71\x7c\xcf\xf4\x5d\x2f\x33\x98\xf7\x73\x4d\x9b\x89\xf3\x7a\xb8\xeb\xd2\xd2\x79\xbd\xcc\x95\xa0\x81\xf4\x5d\x83\xfd\x57\x0e\xd3\x79\xbd\xcc\x95\x50\x7c\xbd\xf5\x5e\x83\x3a\x4f\x91\xf6\xb8\x8f\x16\xa1\x76\x7a\xaf\x41\x0a\xb7\xe4\x5a\xba\xaf\xc1\x3e\xce\x32\x2d\x72\xb3\xcd\x76\xf3\xaa\x5a\xe4\x76\xcc\xea\x5b\xa0\x4b\x1b\x34\xf3\x3d\x2c\x5d\xda\xa0\x99\xef\x61\x39\x76\x58\xee\x39\x15\x3e\xa5\xba\xb4\xc1\xee\xa0\x3c\x4e\xd3\xdd\x8e\xec\x3c\x4c\xcb\xdd\x46\x47\x78\x72\x5d\x28\x04\xce\x0e\xcd\x4b\x2f\x37\xc8\x3f\x1b\xaf\x97\x1b\x8c\x6e\x87\xad\x93\x1b\x64\x57\xe3\x2f\x7d\xdc\x60\x74\xdc\x18\xcb\x3c\xea\x60\x74\xbc\x18\x4b\x0f\x37\xc8\x95\xd0\xcb\x72\xe8\x03\x42\x17\xc3\xd2\x5b\x0d\x42\x37\xef\xd2\x59\xbd\x1e\x1f\x78\x1a\xe4\x54\x30\x90\xa7\xcf\xa8\xbe\x6a\x70\x36\x9d\x5c\xba\xaa\x41\x9e\x76\xfc\x0e\xac\x00\x3b\xbd\xfd\x77\x47\xad\x1f\x7b\xbd\x04\xd9\xed\x2a\x74\x63\x83\x3c\xfd\x1c\xe9\xb2\x5e\x2f\xa1\x63\xc6\x7a\x4b\xef\x34\x88\x73\xbb\xf4\x31\xaf\xd7\x9e\x88\x67\x5f\x77\x32\x48\x4d\x37\xee\xd2\x9f\x0c\x76\xef\x61\x99\x15\xdf\xa8\x66\xc4\x58\xfa\x93\x17\x0b\x85\xf4\x0a\x2d\xe7\x7a\xad\xef\xf4\x3b\x5c\x41\x47\x31\xd8\x65\x1e\xe7\x83\x79\x1c\xc5\x5e\x55\x47\x31\x48\x67\xb5\xf6\xd2\x51\x0c\xf6\x71\x5e\xd6\x3b\xa4\xa7\xd8\xdb\xa1\xa7\x78\x1d\x4f\xb1\x03\x04\x97\x00\x81\x5d\x66\x55\xbc\x6d\xdf\x79\xab\xad\x8a\x06\xf8\xce\x5b\xed\xf9\x34\xc0\xa7\xeb\xcd\xab\xda\x7e\x36\x32\x4e\xc5\xd6\xea\x52\x5e\x2b\x71\x98\x45\x1a\xe0\x2c\x28\xf2\x53\xab\xfb\x18\xb4\xf3\x48\xe9\x3d\x5e\x67\x3d\x91\x43\x0e\xdd\xc7\x20\x65\x73\x38\x2f\x5d\xc5\x6b\xe9\x39\x70\x28\xaa\xab\x18\x34\xf3\xed\x2e\x5d\xc5\xcb\xf5\x44\x4e\x94\x5d\xba\x8a\x41\x33\xb7\xee\x72\x4a\x18\x68\x46\x1a\x97\xde\xe3\x85\xa7\x38\xbb\xad\xef\x72\xe9\x10\xd8\x2f\x7a\xfb\x3f\xff\x2f\x7e\xcc\x09\x13\x0d\xc7\x7e\xfc\x98\x13\x26\xd2\x6f\x7f\x48\xe2\xc7\x9c\x30\x91\x06\x29\x5c\xe2\x87\xdf\x59\xa4\x5f\xb6\xa8\x5a\x44\x0f\x55\x2c\x6a\x16\xb9\x94\xa6\x50\xd4\x2d\x22\x37\x44\xf1\xfc\xc3\xa2\xc1\x47\xc3\x3f\x86\x45\x61\xd3\xad\xec\x6d\x19\xb3\x7d\xb6\xa0\x89\x1f\x8e\x68\x91\x7e\xdb\x40\xf1\xc3\x0f\x2d\xf2\xef\xe7\x51\x9f\x45\x8b\xf3\x73\x54\xb2\xe1\x4c\xee\xfa\xed\x7b\x1c\xbf\x64\xc3\xc9\x03\xf1\xdb\x4f\x47\xfc\x92\x0d\xc7\xe3\xfc\xcb\x54\x3f\xd9\xc8\x8d\x41\x8c\x34\x7e\xc9\x46\x3a\x93\xab\x78\x94\x8d\x64\x26\x57\xff\x59\x64\x23\x9d\xc9\x55\x68\x50\xb2\x91\x89\xac\x49\xc5\x7a\x4d\x8b\x98\xc9\x55\x3c\xbd\xcd\x4e\x7c\xa7\xa6\x45\x36\x3b\xf9\x9d\xb2\xaa\x36\x9b\x45\x46\x35\xef\x61\x72\xfc\x92\xed\xde\x70\x4f\xc0\xf8\xe1\x6a\x16\xc1\xb3\x12\xbf\xac\x29\xf2\x89\xa8\xf1\xcf\xac\x2d\x32\x8b\xb4\x27\xe6\xc9\x36\x3c\x1b\x5d\x2c\x5c\x34\xdb\x72\xbc\xca\x91\x8b\xc7\xd9\xf4\x8d\xca\xf4\xb4\xf8\x65\xdb\xb9\x51\x99\x3d\x14\xbf\x6c\x3b\xf5\x33\x17\xad\x8d\x9f\x59\xec\x32\x6e\x5d\xb6\xa5\x59\x0f\x60\xf0\x6c\x64\x9b\x45\xf6\xf4\x60\xff\xcd\xf8\x65\xdb\x45\xce\xbb\x9a\x33\x65\xc5\x86\x15\x77\x09\xac\x58\xae\xd8\xb0\x62\x32\x5e\x5b\x51\x7c\x94\x8b\x8f\xb2\x87\xd9\xd8\x0d\xb7\x90\x8e\x5f\xb1\xad\xc5\x65\x09\xb4\xab\xd8\x54\x36\x54\xfe\xd9\xae\xe2\x5d\x2e\x3e\xca\x1e\x65\x53\x91\xbf\xfd\x67\x91\xb7\x14\x37\x70\xcd\xbe\x2a\xc5\x1b\x88\xfe\xad\xde\x85\x62\x43\x37\x46\xff\x59\x31\xdb\x59\x10\x43\x1a\xbc\x5a\xfd\x8a\xcc\x99\xfc\xb1\x5a\x31\xe6\x50\x4d\x5f\xce\x6a\xc5\x9c\x43\x65\xf5\xab\xb7\xc5\xbd\xb0\xbc\xc9\xd5\x5b\x50\x19\x17\xfa\xf2\x57\xaf\xc8\x66\x54\xe1\x73\xd5\x34\xa2\x93\xa3\x7c\x37\x9b\x6f\x8a\x29\x14\x1a\x66\x6d\xda\xb0\x39\x9a\xa9\x9c\xac\x59\x31\xf2\x25\x90\x01\x22\x7e\xcd\x5a\x34\x07\x6e\xdc\xb8\x66\x2d\x36\xcc\x48\x1f\xbf\xa6\xc5\x9a\x1b\x6c\x37\xff\xe9\xb3\xd1\x0c\x2d\x57\x8f\xd3\x8a\xcd\x21\xc9\xb9\xa8\x66\xdc\x50\xe3\xc7\xaf\xdb\x82\xae\x1b\xa1\xfc\xb7\x9f\x3c\x7e\xdd\x16\x76\x27\xb4\x37\x5a\xdd\x35\x3d\x1e\xd5\xce\x7c\xa3\xf8\x75\x9b\xdd\x79\x4f\x48\x4a\x18\xbf\x6e\xb3\xbb\xbb\x3b\x54\x6a\xdf\xbd\x21\x78\x59\x7f\xe3\x47\xed\xbb\x2d\xea\xca\xaa\x53\x55\xed\xdf\x71\xfc\x7b\x7b\x87\x0f\xf6\x60\x36\xb6\xf7\x72\xd8\x20\x96\xdb\x9c\x57\x7d\x58\xb9\x61\xff\xc4\x35\x87\xcf\xf0\x38\x83\x49\xcb\xac\xdb\x46\x23\x3d\x6b\xfc\x86\x55\x1b\xcc\xd9\x9e\xb4\x6a\x78\x97\x8e\xff\xd3\x4f\xe1\xf0\xc1\x1e\x2e\x18\xf3\xd1\x18\xda\x1f\x2f\x66\xf8\xc1\x1f\x9a\x7f\xa3\x45\xe5\x93\x33\x6c\x13\x12\xf0\xe7\x03\x14\xb6\xc9\xec\xdf\xa4\x0e\x8b\x5f\x68\xf2\x0d\x13\x53\xc7\x2f\xb4\x6e\x20\x19\x26\x06\x0a\x1b\x15\x8c\x91\x7c\x57\xc3\x36\x85\x8f\x19\x6d\x0a\xdb\x44\x3e\x86\x6c\x1f\x10\xd6\xdf\x3d\x86\xad\x7e\xf8\xe4\x6d\x74\x76\x64\x8a\x5f\xf8\xe4\x99\x7a\x21\x5b\x64\xf5\x83\x6d\x09\xbc\x25\xd3\xea\x6f\xf4\xd2\x69\xf7\xb4\xf6\x1b\xbd\x74\x6a\x3f\xbd\x25\xd3\x1d\x3d\x31\xec\xb4\xf6\x1b\xbd\xd8\xb5\x4e\x6b\x3f\x4d\x45\xc8\x15\xa7\xe6\x9f\x67\x97\x0a\x8a\xac\xfd\x46\x2f\xda\x6b\x5a\xfb\x79\x86\xf2\x14\x59\xfb\xa9\xf3\xd9\xd3\xfb\x90\x6d\xf4\xd2\x31\xfe\xf4\xae\x31\xcd\x89\xb5\x08\xf1\x9b\xb6\x71\xea\x16\xf4\x64\x97\x0f\x19\xf3\x97\xba\x4f\xfb\x65\x23\xc9\x9b\xc0\x36\x41\xf1\xbb\x6c\xe4\x46\xef\x3e\x3d\x97\x8d\xbc\x1c\x06\x70\xc9\xcb\xfb\xe1\x52\x9b\xf3\x75\xb8\x6c\x12\x93\x92\x7a\xb3\xc8\x26\x31\x27\x89\x3c\xe4\xf1\xbb\x6c\xd2\xa5\x44\xa7\xb2\x97\xf5\xdf\xe8\xe7\x55\xba\x7c\xea\x36\x7a\xf7\xe9\xbf\x6c\x12\xb3\x8f\xc8\x2d\x1e\xbf\xdb\x16\xdd\xb6\x88\xa3\x6e\x5b\x74\x72\x6b\x7b\x94\x0f\x1d\xba\x8c\xdd\x96\xe2\x77\xdb\xa2\x8d\x7e\x5e\xf2\xdb\xdb\x46\x02\xbb\xfe\xd3\x16\xb7\xad\x44\x96\x45\xf6\x7d\xb8\xbd\x97\xb7\x69\x25\xa9\xff\x6d\x2b\xd1\x60\xdd\x8e\xea\xf6\x2e\xdd\x67\x9e\x3f\x66\xbc\x6d\x26\x7a\xcb\x45\x75\xf1\x7b\xac\x2e\x22\x29\xf9\xa9\x7f\xbc\x01\x0f\x93\xf3\x1d\xa2\x3c\x56\x77\xc3\x2d\xe4\xe3\xf7\x58\x5d\x66\x01\xb5\xec\xb7\xfe\xb1\xba\x8f\xbd\x17\xe6\x78\xac\xed\x83\x73\xef\x1c\xe5\x6d\xda\x70\x73\xd6\xf8\x3d\x36\x60\x63\x24\x5f\x92\xc7\x06\xa0\xa5\x58\xe2\x10\xbf\xc7\xfa\x93\x34\x3b\x39\x50\x7a\xbc\x4d\x68\xa9\x9f\x23\x99\xc7\xdb\x44\xd2\xec\xe4\x00\xf1\xf5\xed\xda\x18\xc9\x61\xde\xeb\x9d\x23\xc3\x5d\xf2\x8f\xaf\xb7\xe9\x65\xea\xad\xf5\x7a\x6d\xf7\x6b\xbb\x31\xe2\x6b\xbb\x5f\x3b\x6d\x0c\xf6\xda\xec\x97\x66\xdb\x1b\xbf\x36\x9b\xcc\x78\xc9\xda\xbf\x36\xfb\xb5\xd9\x18\xff\xb5\xd9\x1b\xf9\x97\x68\xd0\xeb\xd3\xb9\x91\xf1\x29\xc5\xef\xd5\x12\xa4\xe4\x4e\x7e\x67\x5e\x2d\xf1\x32\x48\x3d\x0d\xd2\x12\x2f\x96\xd0\xd0\x9f\xcd\x26\xff\x76\xf2\x5c\x9f\xcd\xfe\x18\xa4\x7a\x87\x3e\x6f\xf7\xc7\xf2\x0c\x87\x2f\x9f\x96\x20\xbf\xf6\x19\x9c\x7f\x5a\x62\x23\xff\xfc\xfe\x7d\x5a\x62\xc3\x5d\xda\xe2\xf7\xd9\x46\x12\xe0\x45\xf6\x49\xfc\xac\x3e\xea\x6a\x84\xaf\xd2\x67\xfd\x3f\x06\x2b\x7e\xd3\x3f\x6f\xdb\xc7\xc8\xc4\x97\x64\x59\xff\xc5\x8a\x00\x5f\xf1\x65\xfd\x17\x32\xdf\xa1\xdb\xf2\x09\x5e\xca\x7c\x4e\xbf\x6c\xd2\x46\xae\xb5\xff\xa1\x77\x5e\xb6\x78\xa1\x3d\x7c\xcf\x96\x2d\xde\x18\xdd\x11\xe6\xb2\xc5\xcb\xb8\x86\xdf\xd1\xe5\x9d\x5e\x0c\xc2\xfd\x36\x2d\xad\xb0\x1c\xb1\x59\x49\xef\xf4\xc6\xe8\x3f\xee\xe1\xf2\x4e\x6f\x8c\xee\x83\xb4\x34\xd5\x62\x39\x85\x1f\xb0\xa5\xa5\x96\x96\xf2\x5c\xde\xe9\xc5\xa4\x74\x1e\xca\xa4\x0e\x03\xa3\x73\x77\x92\x3a\x0c\x8c\xce\x50\x20\xa9\xc3\x40\x66\x53\x8e\x48\xca\x30\x90\xdc\x48\x27\x92\xa2\x0b\x64\x52\x5f\x47\x52\x74\x25\x45\x17\xb7\x35\x29\xba\xc0\xfe\x00\x7b\xcd\xb0\x4c\x5b\x0c\x8a\xa6\x45\xd3\xcf\x84\x67\xbb\x2c\x23\x7a\x53\xbd\xe6\x63\x91\x6b\x3a\xf9\xf8\x25\x65\x17\xd8\x65\x9c\x4e\x45\x95\x4e\xbe\x05\xec\x91\x94\x54\x60\x97\x71\x3e\x35\x15\x08\x9c\x10\x91\xd4\x54\x20\x4f\xbe\x61\x49\x4d\x05\x52\x63\x23\xe4\x48\x8a\xaa\x64\x06\xbe\xe9\x05\x6c\xc3\x46\x30\x05\x34\x52\xb2\x09\x49\x69\x5d\x3d\xdb\x6d\xd9\xcd\x61\x9e\xec\xb5\xe8\xa5\xc8\x9a\xd9\x2a\x44\x15\xb3\x5f\x23\x29\xaa\x80\x3b\x32\x45\x52\x40\x01\xb3\xae\x47\xca\x36\x9d\x14\x7b\x0e\x43\x53\xf6\xee\x65\xd6\x50\xf0\xea\x26\x65\x16\xc8\xd3\x87\x43\x95\x95\x4c\xb1\x47\x87\x91\xb2\x0d\xdf\x08\xa2\x60\x91\x54\x54\x20\x13\xf9\x89\xa4\xa0\x02\x49\x6f\x7e\xa4\x6c\x23\x37\x32\x7b\x9d\x47\x52\x63\x81\xc8\x3f\x6b\x61\xbb\xb3\xed\xe6\xd9\x50\x61\x25\x97\xcc\xf0\xc9\x4a\x0a\xac\xe4\x92\x19\xbe\xfa\xa9\xd8\xc8\x72\xf6\xd0\xc1\x16\x8a\xa9\xe4\x4e\x54\x53\xfb\xab\x93\x40\x6a\x44\x76\x23\x29\x94\x40\x61\xe3\xe0\x48\xc5\x16\xb0\xf8\x25\x8a\x57\xb0\x6a\x2c\x6b\x09\x74\x74\x52\x27\x81\x42\x2a\xe0\x48\xd5\x7a\x98\x04\x2f\x5b\x5d\x85\x12\x88\xa0\x63\x49\xd5\xaa\x6d\x4c\x26\x1d\x44\x52\x3b\x25\x13\xde\x31\x04\x4c\x6a\x27\x10\x81\x28\x4f\x6a\x27\xb0\xdb\xe9\xc9\xac\x6c\xb5\xb2\x9e\x4c\x6b\x9b\xde\x8e\x61\x61\xaa\x5a\xbb\xb2\x51\x6d\xe7\x6e\x56\x9b\x54\x6d\x12\x0d\xaf\x36\xa9\xda\x24\x5a\xa9\x10\x4b\x2e\x5c\xa1\xf7\x4c\xcd\x1b\xd0\x88\x24\x25\x8b\x7c\xf0\x4c\x6f\xc7\xa8\x33\xa9\xcd\x92\x0b\x57\xf8\xce\xa7\xa6\x29\x1a\x0b\x19\x06\xb5\x57\xae\x25\x33\xde\x75\x8f\xf2\xc1\x73\xe1\x0a\x63\xd3\xa4\x80\x03\x29\x72\xf3\x30\xef\x1b\xcb\x54\x82\xcd\x58\x22\xa9\xd7\xc0\x6c\xbe\x12\xca\x35\x30\x9b\xaf\x97\xca\x0c\xcc\xe6\x5b\xde\x6d\x52\x67\x75\x83\x0f\xbb\x62\x0d\xcc\xe6\xc7\x51\x31\x06\x66\xf3\x91\x55\x77\x25\xf3\xe2\xf9\xde\x77\xeb\xdf\x59\x20\x3d\x3d\xca\xfa\xb3\x4a\x25\x7c\x14\x15\x62\x60\x36\xdf\xf1\x6e\x8b\xc8\x8b\xd7\x7c\xfc\xbb\x0d\xea\xac\xbb\x99\x56\xd5\xdb\xd6\x5d\x8b\xea\xb7\xac\xdb\x22\xc3\x7d\x8c\xd0\x92\x02\x0e\xcc\xe6\x7b\xaf\x80\x03\x85\xe4\x85\x91\x14\x70\xa0\x90\xf5\x30\xd2\xb0\x91\xc3\x46\x72\x2e\x35\x1d\x28\xac\x76\x8f\x34\x6c\xf7\xe0\xbe\x0d\xff\x68\x23\xc9\x81\xd7\xfc\x3a\x28\xe9\xc0\x6c\xb6\x5b\x49\x07\xca\xf0\x4d\x55\xd1\x25\xb7\x78\xd2\x86\xc3\xbb\x36\xfc\xb0\x37\x2f\x69\x8b\x06\x4e\xe3\xf4\xdf\xbb\x6f\x46\x52\xdd\x01\x43\x50\x91\x14\x77\xa0\x66\x06\x70\x29\x6c\x5d\xe8\x66\xb6\x9b\x52\xf0\x81\x6d\x64\x8f\xb3\x7d\xe1\x54\x04\x3f\xde\xea\x3b\xb0\xcb\xb0\x56\xd8\xc2\x60\x4e\x3f\x83\xb8\xa4\xe6\x4b\x71\xb2\xe8\x62\x7a\x45\x1f\xa8\xac\x0b\x8e\xa4\xe8\x4b\xee\x00\x95\xbc\xb5\xa1\x25\xe2\xb8\x1b\x3c\xce\x47\x20\x8e\xbb\xc1\x4b\x68\x9d\xd0\x3a\x54\x44\xdd\x97\x4e\x3c\x8f\x81\x41\x52\xf8\x25\xb7\x71\x1a\xde\xde\x69\x23\xe6\xf1\x09\x70\x59\xa5\x1f\xa8\xcd\x07\x43\xe9\x97\xcc\x90\x37\x7c\x6f\xd4\x7e\xa0\x36\xbf\x47\x6a\xbf\x44\x32\x3c\x96\x93\x46\x9a\x3e\x9e\x6e\x60\x3c\x7c\x71\x54\x7a\xc9\xc5\x2b\xc3\x77\xf5\xf2\x7e\x99\x34\x0f\x01\x9d\x54\x7a\xc9\x6d\x98\x86\x5d\x9a\x52\x2f\xb9\x52\x65\xf8\xa2\xa8\xf5\xc0\x7e\x60\xfc\xaf\x37\x8c\x95\x2a\xa9\xf8\x0a\x2b\x00\x41\x4a\xc5\x2f\xf4\x65\x5b\x2f\x1d\x85\xd6\xc4\xb6\x92\xee\x7c\x9e\x7f\xda\x54\x34\xe1\x38\xdf\x20\x45\x61\x72\x1f\xa6\xe2\xbd\xbe\xbc\x61\xd7\xf1\xa6\x60\x4d\x65\x21\xd8\x65\x5c\xe2\xb6\xb1\x44\xf1\x52\xf1\x01\x50\x18\xa6\x13\xc5\xb3\x67\x50\x19\x82\x5d\x63\x6c\x7c\x6b\x01\xf6\x26\x9e\xe7\x30\x9f\xd8\xdb\xe9\xb7\x3e\xd9\xca\xc5\x64\xc2\xf3\xe2\x43\xa1\x5e\x4c\x47\x2f\xfa\x50\xa8\x17\xd3\x7d\x8c\xe2\xf9\xb4\xc0\xad\xab\xd4\x97\x47\xc1\x08\xda\x19\xd1\xdc\x5a\xe0\x76\xba\x29\x82\x3d\x29\x22\xc1\x2e\xc3\x02\x8a\x48\xd0\x4e\x6f\x7f\x6b\x94\x8d\x76\x06\x2b\xb7\x0f\x05\x29\xd0\xcf\x90\xe6\xd1\x4c\x1b\xed\x8c\x09\x1e\xad\xf4\xe8\x4d\xb5\x87\x50\x90\x82\x76\x46\x51\x0a\x52\xd0\xce\x00\xe6\xd1\x48\x8f\x91\x92\xf0\x02\x1a\xe9\x71\x82\x8e\x0f\xac\x2a\x15\xb4\x33\x9a\x53\xa4\x82\x7d\x18\xb7\x4b\x95\x9a\xce\xde\x4e\x8e\x1d\x94\xa9\xa0\x9d\x81\x9a\x32\x15\xec\xbf\x5a\xa6\x8d\x9e\x63\x23\x0c\xa2\x50\x05\xad\x6a\x5e\x55\x29\x68\xd5\x66\xa9\x4a\x41\xca\xc4\xdf\x23\x29\x4b\xd3\xeb\xbc\x4b\x64\x7b\x52\x84\x82\x94\x9b\x63\x2e\x25\x27\xd8\x65\x5c\x55\xcd\x09\x1a\x49\x21\x23\xa9\x39\x41\xca\x47\x2b\x28\x3a\x41\xeb\xb6\x41\xd1\x09\xf6\x61\x98\x44\x89\x09\x52\xf9\xf9\x41\x54\x63\x82\xfd\xca\xd9\x0a\x1b\xf6\x9a\xcd\x88\x8a\xa8\x3b\x13\xcb\x47\x4a\x73\xa8\xf1\x79\x5b\x49\xf7\x10\xf6\xa5\x0a\xcf\x64\x54\x10\xbd\x9d\x14\x9e\x60\x3f\x10\x3c\x24\x2a\x4f\x90\x98\x6b\x14\x49\xe5\x09\x22\x50\x81\xe9\xd3\x20\x6c\x76\xac\x37\x22\x7d\xda\x63\xa3\x1d\x0d\xa0\x3e\x4d\x6e\x76\xac\x67\x2f\x7d\xda\xc3\x28\xa1\xc3\x3a\x25\x2b\xc8\xd5\x01\x89\x8a\x35\xa9\x58\xfd\x66\x7c\x5a\xe3\x43\x87\x29\xa7\x14\xb1\x20\x99\x8c\x20\x92\xfa\x34\xad\xf3\xda\x73\x36\x05\x6a\x72\xe9\x88\x43\x3d\x15\x28\xc8\xbf\x73\x94\xcd\x44\x6e\xb6\xe1\xc7\x66\xd9\xce\xc5\x6a\x57\x34\x71\x52\x5b\x82\x7a\x6e\x8a\xda\x12\xd4\xe9\x2b\xaf\xb6\x04\xe9\xe7\x28\x4e\x21\x99\x4c\xf2\xe0\x03\xb3\x6c\xc0\xd2\x79\xb2\xff\x98\xd5\x96\x20\x93\x0a\x78\x8b\x1b\x8b\xd4\x96\x7f\xf0\x7e\x67\xa5\x27\xc8\x93\x7b\x9d\x0d\xf7\x81\xd0\xd5\x9b\x55\x9e\xa0\xb0\xd6\x76\x6b\x37\x8b\xbc\xaf\x99\xa2\xb0\xc8\xaf\x7c\xa3\x68\x5a\xe4\xbb\x1a\x14\x5d\x16\x5d\xbc\x70\xfe\xf1\xb6\xc8\xe9\x75\x68\x9c\xac\xf0\xcc\x46\x00\x8b\xb5\x78\x2d\x62\x21\x38\x23\x96\x6c\xb8\x2f\x9b\xcb\x01\x4b\x65\xc3\x7d\x20\x0c\x32\x64\xc5\x29\x28\x4c\xfa\x88\xac\x36\x05\x35\x73\x57\xb3\xd2\x14\xec\x3e\x1f\x5b\xa8\x4d\xc1\xee\x08\x2d\xb3\x99\xc9\x10\x26\xdf\xf7\xac\xec\x04\x5b\xae\x7b\x3e\x5b\x45\x1a\xc1\x9f\xb7\xcc\xf8\x1e\x28\x65\x78\x94\x8d\xda\x98\x4c\x7b\x8e\xac\x12\x05\x95\x5c\x3f\x91\x55\xa2\x20\x91\xce\x24\xb2\xe1\x3d\xd0\xed\xa2\xb3\xe2\x14\x8c\x74\x8e\xb2\xe9\xa4\x65\x30\x06\x96\x95\x9d\x60\x74\x6f\x93\xb1\x3d\x90\xfa\xb4\x99\x06\xf7\x40\x26\x87\x74\x64\xa5\x68\x36\x8d\xbb\x63\xc6\xac\x16\xcd\xe8\xce\x7a\x8a\x6c\x65\xf6\x2d\xf5\x64\xb6\xd2\x1d\xae\xd8\xf5\x2a\xb2\xc2\x13\x8c\xce\xbb\x90\x55\x99\xc0\x1c\xd5\x91\x0d\xe2\x01\xf7\xa3\x88\xac\xee\x04\xe6\xd3\x8e\x6c\x10\x0f\xe4\xc9\xb7\x22\x1b\xc4\x03\x79\xf2\x5e\x65\xc5\x29\xc8\x93\xb7\x3b\x17\x5b\x49\xae\x06\xc3\x07\x59\xb9\x9a\xcd\xd5\xe0\x93\xa7\x5c\x05\x91\x4f\x55\x6d\xa4\x72\xb5\x5a\xe4\x7d\x63\xc3\xab\xa1\x2e\xc9\xc6\xf5\xb2\x53\x5d\x19\x47\xe6\xea\x8d\xdb\x98\xcd\x46\xaa\x6a\xc1\x64\xca\x69\x64\x15\x6c\x3e\x0a\x96\x46\x56\x1b\xb9\x31\x99\x4b\x17\x59\x05\x0b\x4a\xf8\x10\x54\xab\x5f\xd1\x38\xd6\x55\xb5\x0a\x4e\xcc\x3d\xab\x43\x41\xfa\x8d\x73\x98\x75\xad\x0e\x18\x51\x34\x59\x25\x0a\x76\x19\xd6\x50\x8a\x82\x5d\xc6\xf9\xd4\xa2\x60\x97\x51\x13\xc5\x28\xd8\x65\xd8\x5b\x35\x9a\x4f\xf0\xb0\x7b\x3e\xdb\xd5\xce\xe0\x88\xba\x18\x3d\xcc\xcd\xe1\x21\x46\x32\x7a\x98\xcf\x76\x57\xd3\xd3\xd9\xb2\xb3\xdd\xd5\xb4\xca\xde\x99\xb3\xdd\xd5\xb4\x2a\x36\xb7\x7d\x76\xe9\x96\xd9\xdc\xb3\x0a\x03\x27\x53\x56\x92\x82\xfd\x25\xc2\xc6\x6a\xd2\xdc\x8f\xcb\x81\xba\x18\x20\xcc\x2e\xb9\x68\x7e\x37\x15\xaa\x60\x97\x71\x17\x55\xaa\x60\xff\xd7\x32\x1f\xcc\xce\xbe\x20\xe1\xe9\x6c\x6d\x3f\xc3\x01\x4f\x67\xd3\x4c\xef\x77\xbe\xb0\xc6\x11\x41\x2a\x46\x4b\xb3\x6a\x15\xa4\x42\xe2\xf5\xc8\xaa\x55\x90\x98\xd4\x1f\x59\xb5\x9a\x5d\x87\xc1\x68\x28\x2b\x4d\x41\xd3\x09\x96\x95\xa6\x20\xb1\x42\x20\xb2\x3a\x14\x98\x3e\x3d\xb2\xe1\x46\x10\x51\x2d\xb2\x51\x43\xff\x01\x8e\x8d\xac\x36\x05\x6d\xfa\x01\x54\x9b\x82\x9e\xbc\xfb\x6a\x53\x90\x8e\xff\x2c\x0f\x6f\xf5\x70\xde\xfb\x39\x4e\x7b\xb0\xdc\xa2\x1a\x2b\xcb\x8a\x58\xd0\x59\xd0\x13\xd9\x40\x25\xe8\xac\xdd\x89\x6c\xa0\x12\x24\xf6\xa5\x89\xac\xd2\x05\x9d\x55\x34\x91\x95\xb2\xa0\x27\x1b\xa0\x6e\xcd\xc1\x6c\x01\x3f\xd7\x06\x25\x41\xd7\x25\x95\x55\xa8\x20\xb9\x9f\x58\x64\xa5\x27\xe8\xa7\xc7\x51\x7a\x02\x97\x56\x46\x56\x65\x02\x96\x07\xfe\x77\x77\x1d\x36\x65\xa3\xeb\x64\xca\xca\x52\xd0\xf5\x6b\x65\x83\x96\xf9\x04\x2d\xb9\xd4\xf4\x5e\x6f\x74\x1d\x43\xd9\x38\x26\x70\x45\x64\x64\xf5\x2c\xe8\xfa\x1c\xf2\xf4\xf6\x4f\xe6\xc5\xf8\x28\xa9\x5c\x41\x57\xa5\x66\x95\x2b\x48\xdd\x4f\xbe\xc2\x15\x74\x65\x65\x56\xb8\x82\xae\x0a\xce\x46\x28\x41\xea\xf6\x32\x6a\x59\xd0\xcf\x17\x47\x29\x0b\x92\x31\xe4\xac\x92\x05\x5d\x71\x9b\x0d\x63\x82\x3e\x7c\x52\x15\xb7\xa0\x0f\xbb\x79\xb5\x6d\x36\xfb\xbb\x26\xbc\x6c\xe3\x46\x1f\x8c\x51\xb3\x6a\x37\x1b\xd9\xd4\x84\x8a\x5d\x90\xda\xb0\xfb\x50\xec\x82\x7e\xbe\x98\x6a\x5d\xd0\x87\x5f\x2e\xb5\x2e\xe8\xc3\x0f\xb7\x5a\x17\xa4\x9a\x7d\x90\xd4\xba\xa0\xeb\x38\xc8\x4a\x5d\x90\xba\x0f\xa5\x31\x51\x90\xd8\x9e\x2b\xb2\xe2\x17\xf4\xf3\x9d\x35\x26\x9a\x8d\x89\xfa\x54\x28\x87\x41\xea\x3e\x02\xaa\xe1\x6c\x98\xd4\xf7\x47\xe1\x0b\x52\xf7\x0b\xa3\xf0\x05\xfd\x7c\xee\xd5\xbd\xf9\x84\x49\x31\xa2\xb2\x17\xf4\xe1\xe7\x4a\xd5\x0b\x52\xf7\x2d\x30\x48\x0a\x52\xb7\xd9\xea\x60\x90\xba\xef\xba\x32\x18\xf4\xd3\x39\x29\x83\x41\xae\x36\x5b\x15\x0c\xfa\xe9\x72\x14\xc1\x20\x39\xa1\x2d\x2b\x82\x41\xea\x3e\xd3\x2a\x5e\xd0\x75\x96\x64\xd5\x2d\xe8\x03\x6d\x9f\x55\xb7\xa0\x8f\xec\x1f\xb5\x04\xea\x76\x84\x5d\x90\xda\x13\xec\x2f\x1f\x37\x5c\x51\x99\xcf\x7a\x1c\x0d\xab\xaa\xcc\x26\xa5\xcf\x7e\x4d\x54\x95\x20\xb3\x82\x2a\xf2\x6b\x45\x98\x2c\x7a\x46\x7a\xaf\x15\xd9\xc8\x3f\x07\xe4\x86\x44\x41\x66\x75\x57\x64\xd5\x68\x36\x24\x7a\x8e\xf2\x96\xb0\xb3\xb0\x4e\xac\xac\x3e\x05\xf9\xf4\x0c\xca\x53\xb0\x1b\xc0\x2d\x57\x9f\x66\x63\xa2\xf6\x03\x6a\xd1\x6c\x00\xd4\x2e\xca\x00\x28\xc8\xac\x13\x8b\xac\x12\xcd\x46\x3b\x71\xc3\x65\x85\x28\xc8\xce\xd6\xca\x0a\xd1\x6c\x00\xd4\xb7\xde\x00\x28\x18\x67\xf0\xad\x34\x05\xfb\x8b\x8f\x79\xd4\xa6\x20\xff\xec\x9f\xd5\xa6\xc0\x2d\xa1\x23\x2b\x4d\xb3\x41\x51\xc7\x7e\x4a\x53\x90\x55\x93\x59\x69\x0a\xb2\xb3\x55\xb2\xd2\x14\x0c\x67\x1e\x65\x65\x28\x18\xc9\x01\xee\xa7\x29\x36\xdc\x82\x3e\xb2\xca\x14\xb8\xc7\x7d\x64\x95\x29\x18\xc9\x67\x51\x65\x0a\x52\xaf\x7e\x01\x95\xa6\x20\x2b\xe7\xb3\xf1\x55\x30\x92\xaa\xc6\xf8\x2a\xc8\xa7\x63\x56\xbf\x02\xb7\x63\x8f\xac\x7c\x05\x23\xf9\x92\x28\x5f\xc1\xd0\xb9\x99\x0d\xa0\x82\x41\x7a\xef\xc8\x2a\x5a\x30\x92\x5a\x52\x41\x0b\x52\x9b\x3e\xeb\x06\x50\xc1\x70\xaa\x60\x56\xe4\x02\xf7\xb8\x8e\xac\xc8\x05\xee\xb0\x1e\x59\x91\x9b\xcd\x8c\xaf\x73\x23\x1b\x41\x05\xc9\x85\x81\x91\x55\xbe\x60\x24\xbb\x6a\x95\x2f\x48\xa3\x8c\x5d\xb7\xa2\xf4\x05\x43\x67\x6f\x51\xfa\x82\x6c\x27\x5f\xd4\xb6\x20\x2b\x21\x8b\x61\x55\x90\x9d\x1a\x54\x94\xbb\xc5\x94\x87\x7c\xd5\x8b\x72\x17\xe4\x5f\xfe\x43\xbf\x5c\x8c\xc3\x16\x33\x22\x56\xcf\x3b\x2c\x62\xf2\x01\xaf\x68\x51\x20\x83\xd1\x8b\xd5\x9e\x16\x91\x11\xb1\xd8\xb8\xdb\xa2\x5b\xff\xa1\x65\x8f\x65\x3c\x5e\xcd\x7f\xbe\x16\x31\x37\x86\x97\xa3\xa8\x56\x8b\xb3\x53\xf9\x76\x14\x23\xa9\xc5\xd9\xa9\x1a\x4f\xfd\x5a\x8e\x7e\x65\x2c\x5c\x8c\xa4\x82\xc1\x1a\xc5\x28\x4a\xda\x72\x22\xa9\xe7\xaf\x56\x2d\x11\x1a\xe7\x25\x2a\x4a\x5a\x30\xba\x16\x55\xd2\x96\x33\x65\x35\x3c\xdb\x67\x19\x53\x1e\x79\xca\x8b\x02\x16\x0c\xf6\x5c\x8d\xa2\x5a\x05\xa3\x67\x8b\xbc\x3d\x1b\x83\x6d\x58\xa3\x28\x60\x8b\x02\x96\x0f\x73\x51\xc0\x82\xd1\xb3\xa7\xb7\xe5\x1b\xc3\x49\x4d\x45\x49\x5b\x94\xb4\xc3\xd3\xdb\xf0\x4c\xc3\xbd\x4b\x2a\x5a\x30\xba\x0f\x84\xc1\xd5\xa2\xc8\xed\x16\xd9\xee\x4c\xbb\xbd\xe3\x8a\x5c\x30\x7a\xf2\xf4\xcb\x22\x34\x2e\x2f\x4c\x71\xa6\x2a\xc8\xa4\xe6\x8a\xa2\xec\x05\x99\x3c\x5c\x51\x94\xbd\x60\xf4\xe4\x51\x5a\xa2\x30\x15\xa2\x7b\x2e\x2d\x81\xec\x25\xc5\x70\x14\x65\x2f\xc8\x64\x11\x8b\xa2\xec\x05\xa3\xfb\x6a\x28\x7b\x41\x66\x9f\xa4\x28\xca\x5e\x90\xc9\x0f\x16\x45\xd9\x0b\x86\x61\x9b\xe2\x0c\x57\x10\xa1\x55\x55\xc2\x60\x74\x5f\x33\x63\xb9\x20\x35\x87\x75\x45\x25\x0c\x46\x67\x28\x56\x54\xc2\x20\x93\x04\x2d\x4a\xd5\x3a\x15\x0f\x16\x52\xb0\x28\x8e\xc1\xe8\x7c\xf2\x8b\x11\x5f\x90\xc9\x35\x16\x45\xbd\x0c\x46\x4f\x16\x69\x9d\xca\x73\xe2\x57\x42\xbd\x0c\x06\x6b\xbe\xa2\x18\xf1\x05\xc3\x69\x67\x45\x09\x0d\x32\xbb\x73\x45\x31\x06\x0c\x32\xfb\x7a\x45\x51\x55\x83\xe1\x1c\xb3\x62\x0c\x18\x0c\xa7\xc5\x17\x63\xc0\x60\x74\x5f\x70\xb5\x37\x18\x3d\x7b\x45\x8d\x53\x99\x64\xc3\xd8\xac\xa8\xbc\x41\x66\xc3\xab\x28\x0a\x6f\x30\x7a\xf6\x28\x8d\xd3\x78\x74\xf8\x86\x16\x65\x37\x18\x4e\x3a\x2b\xaa\x6e\x90\xd9\xae\x2b\x8a\x01\x5f\x30\x7a\xf6\x8f\x1a\xa7\x39\xa9\xcd\x27\x4c\xf1\x0b\xf6\x38\x95\xe3\x14\xbf\xc5\xd9\xb1\xe1\x7d\x53\xd4\x82\xd4\xc8\x88\x12\x45\xc9\x09\xf6\x28\x88\xe3\x0c\x74\x82\xd0\xef\x56\x14\x98\x45\x81\xe9\xbb\xab\xc0\x04\x26\x74\x8a\xa2\xc0\x04\xa1\xd3\xad\xa8\x2f\x41\x9e\xde\x00\xf5\x25\xc8\xd3\x6f\x8a\x5a\x12\x98\x94\x3c\x8a\x52\xb2\x0c\xa6\xd9\xfb\x10\x2b\x1b\x81\x2b\xb4\xa2\x28\x1b\xc1\x99\xe6\x5c\x94\x8d\xe0\x4c\x86\x29\xe1\x3d\x09\xdc\x8d\x7e\xb2\x94\x8d\x20\xb2\xb7\x5c\xd9\x08\x52\x25\x87\x4c\x14\xa3\x9d\x20\x4f\x5b\xa4\x94\x04\x67\x12\x4d\x31\xd6\x09\xce\x44\xc3\x62\xac\x13\xe4\xe9\xb7\x54\xbd\x09\xf2\x3c\x47\xd9\xc8\x60\xd6\x8b\x9f\x1e\x23\x9d\x20\xb2\xfd\x83\x12\x14\x98\x5a\x3f\x8a\x1a\x13\xe4\x79\xaa\x6f\xbb\xd9\xba\x59\x0f\x48\x51\x63\x02\xf7\x57\x89\xa2\xc6\x04\xa9\x1a\xab\x2b\x8a\x4c\x90\xa7\xef\xa0\x22\x13\xe4\xe9\xf3\xa9\xc8\x04\xe6\xfe\x8a\x62\x18\x15\x84\xf3\xfe\x8b\xf3\x67\x41\x9e\xe5\xbf\x57\x4d\x47\x31\xee\x0a\xce\xac\xb7\xa2\x78\x05\x79\xda\x9f\x28\x5e\x81\xd9\xc8\xa2\x28\x5e\x41\x84\x3d\x98\xe2\x15\x9c\x25\x11\xc5\x19\xb7\x20\x55\x87\x9e\x45\x41\x0b\xce\xa2\x8b\xa2\xa0\x2d\xae\xad\xd4\xec\xaa\x57\x90\xa7\x0f\x92\x52\x15\xe4\xe9\x57\x5a\xa9\x0a\xc2\x50\x7a\x51\xaa\x02\xf3\xc0\x47\x51\xaa\x82\xc8\x7e\xd3\x94\xaa\xe0\x4c\xd0\x2a\x2a\x55\x90\x67\xf3\x28\x4d\x41\x06\x7c\x43\x33\x45\xa5\x0a\x4c\x4e\x15\x45\xa5\x0a\xce\xa2\x8c\xa2\x50\x05\x79\x9e\x2b\x6a\x0a\x53\xe7\x93\xc2\x28\x8a\xb2\x14\x9c\xe9\x5f\x45\x59\x0a\xc2\xb9\x69\x45\x59\x0a\x22\xfb\x34\xab\x08\x41\x1a\x3f\xbf\x57\x2a\x3b\x90\xa7\x6f\xa3\xca\xae\xa8\xec\x74\x4d\x15\xe3\x9b\x20\xc2\xef\xb4\x6a\x0f\x44\x38\x76\x32\xbe\x09\x4a\x71\xec\xa4\x00\x04\x11\xa7\x48\xf3\x3f\xcc\x2b\xc2\xaf\x53\x14\x80\x20\xc8\x3e\x11\xc5\xe8\x26\x28\xec\x0c\x1d\xc5\xe0\x26\x88\xe8\xfe\x51\xf3\xb3\x74\x91\x9d\xac\xa3\x18\xdb\x04\x11\x0e\x2a\x0c\x6d\x82\x38\x1f\x56\xe5\x25\x28\xe4\x80\x89\xf2\x68\x7e\x16\x38\x86\xc3\x05\x83\x9d\xa0\x14\x9f\x57\x63\x9d\x20\xf5\x33\x5e\x70\x56\x2e\x88\xb0\x8f\x57\xaa\x82\x08\x6f\x92\xaa\x14\x04\xdb\x9d\x45\x51\x82\x82\x7d\x7b\x2d\xd3\x16\x2f\x13\x54\x08\xe1\x16\x35\x28\x88\x20\xf8\x5b\xd4\xa0\x20\xc2\xf1\x88\x1a\xb4\xb8\xd2\x91\xb9\x34\x45\x0d\x0a\x22\x1c\xc8\x28\x41\xc1\x6c\x7e\x1e\x95\xa0\x20\xe2\x5c\xd1\x86\xbf\x34\xfc\xd4\xcb\x86\xbf\x78\xe6\xed\x38\x55\xa5\x20\xc2\xf1\x82\xaa\x14\x14\x97\x47\x14\x55\x29\x28\xc5\xa3\x54\xa5\x20\xc2\x7e\x59\x55\x0a\x22\xbc\xa2\xa2\x14\x44\xf8\xb8\x2a\x4a\x41\x44\xf3\x28\x8d\xf3\x61\x1c\x47\x15\x2a\x50\x10\x81\xd0\x2b\x2a\x50\x10\x6c\xf2\x1a\xc5\xe0\x28\x28\x47\x00\x29\x4a\x41\xb0\xe3\x55\x14\x45\x29\x88\xb0\xa3\x56\x94\x82\xd0\x5b\x51\x14\xa5\x20\x35\xdd\x47\x45\x55\x5a\x8c\x97\xfa\x88\x29\x4a\x41\x29\x4a\x04\x45\x29\x28\xc5\x4b\x2a\x4a\x41\x29\xde\x6e\x45\x29\x28\xc5\x4b\x2a\x4a\x41\xc4\x39\x97\xd6\x59\x3c\x3a\x38\xa3\x8b\xa2\x14\x44\xd8\x48\x45\x29\x88\x70\x10\xe9\xa4\x5e\x50\x8a\x83\x67\x35\x69\x31\xf0\xea\x73\xa2\x26\x05\x11\xe7\xf4\x5a\x67\xf9\xe8\x58\xa4\x75\x16\xd6\xf1\xe3\xad\x24\x05\xa5\xf8\xc6\xab\x48\x8b\x93\x7a\x7d\x4e\x54\xa4\x20\x82\x17\xab\xaa\x3e\x41\x04\x23\x9d\xaa\xd4\x04\xa5\x0c\x8b\xaa\x45\xbe\x31\x16\x35\x8b\x9c\x55\xc3\xcb\x5c\x15\x93\x20\x02\x47\x77\x55\x4c\x82\xc2\xea\xd0\xa8\x2a\x47\x10\x81\x29\xaa\xa1\x55\x50\xd8\x41\x2c\xaa\x62\xb2\xba\xb6\xf2\x9c\xeb\xb1\xc8\x6f\x45\x50\xf4\x5a\x44\xbb\x87\xa7\xff\x2c\x62\xa2\x22\x06\xab\x64\xf8\x13\x11\x1e\x65\xfc\x15\x44\xb4\x3f\x74\xc9\xd5\xf0\x2c\x88\xe0\x73\x59\x0d\xcf\x82\x08\xf4\x6e\x4d\x1a\x2f\xf9\xcc\x50\x47\x23\xb6\x20\x35\xef\x7d\x55\xf0\x82\xd4\x9d\x39\x5d\x95\xb7\x20\xb5\x69\xcd\xd5\xad\x20\x9c\xe9\x5e\xd5\xad\x60\xab\x6c\x0c\xaf\x22\x05\xa9\x39\x67\xbc\x1a\x53\x05\xa9\xea\xc6\xa9\x4e\xef\x05\x11\xe7\xaf\xd6\x8e\x55\x94\x31\x7c\x28\x14\xa5\x20\x85\xbe\xf3\xaa\xde\x04\xb3\x55\x0f\xb3\x72\x99\x29\x95\x3e\x01\x8a\x4b\x50\x48\x05\x14\x55\x71\x09\x66\xd3\x48\xae\x97\x04\xa9\xdb\x0f\x57\x05\x27\x98\xa4\x10\x88\xea\x6c\x5e\x30\x49\x53\x14\x55\x0d\x0a\x0a\x79\xb8\xa3\xaa\x41\xc1\x24\xe9\x55\x54\x35\x28\x98\x64\xa5\x8c\xaa\x06\x05\x93\xcd\xd7\xa2\xaa\x41\x41\x21\xa3\x7a\x54\x35\x28\x98\x24\xdb\x8c\xaa\x06\x05\xb3\x59\x55\x35\x28\x28\x24\x72\x8b\xaa\x06\x05\x93\x4d\x45\xa3\xaa\x41\xc1\x64\xb7\xb5\xa8\x6a\x50\x30\xd9\xeb\x3d\xaa\x1a\x14\x14\x72\x8d\x47\x55\x83\x82\x42\x92\xf2\xa8\x06\x68\x41\x6a\x6a\xbd\xaa\x2c\x05\x93\xfc\x0a\x51\x95\xa5\xd5\x00\x2d\x43\xcf\xaa\x06\xad\x06\x68\xf9\x2a\x57\x35\x28\x98\xcd\x67\x45\x0d\x5a\x8d\xd9\x0e\xcf\xa5\x75\x8c\xd9\x56\xcf\xa5\x75\x98\x88\x4c\xae\x9a\xa8\xca\x52\x30\x9b\x9f\x0f\x65\x29\x48\x67\x72\x7b\x55\x97\x82\x42\xae\xf4\xa8\xea\x52\x90\xaa\x6b\x6b\xab\xc2\x14\xcc\xe6\xe3\xa9\x30\x05\x93\xad\x59\xa3\x2a\x4c\xc1\x24\xcb\x55\x54\x85\x29\x98\xec\x37\x1b\x55\x15\x0a\x66\xf3\x2b\xa6\x0a\x05\xd3\x30\x67\x55\x85\x82\xd9\xe8\x54\xaa\x2a\x14\xa4\xe6\xa8\xba\x2a\x43\xc1\x24\x55\x6d\x54\x63\xbf\xd5\xcd\xb7\x0d\xaa\x54\xa5\x29\x98\xac\x71\x8f\xaa\x34\x05\x85\x4d\x0f\xa3\x1a\x21\x06\xbb\xe5\x34\xc0\x19\xcb\x60\xb6\xe2\x61\x1a\xa8\xf1\xfc\xa0\x66\xaa\x41\x63\x50\x48\xe5\x1f\xd5\x98\x31\x48\x9d\x3d\x87\xa3\xba\xe4\x14\xcc\x56\xb4\x86\x06\x72\x5e\x73\xb5\x9d\x3e\x3f\xcd\x17\x8e\x4b\x3a\xd5\x19\x4c\xd2\xe5\x46\x35\xae\x0c\x0a\x09\xf9\xa3\xaa\xac\x41\x3a\x2b\xce\xab\xca\x1a\x14\xb6\x35\x88\x6a\x54\x19\xec\x0e\x02\xa3\x19\x55\x06\xd3\xe9\x32\x55\xfd\x5d\xcf\xfc\x67\x2a\xeb\xfc\xe7\xea\xfc\x67\x44\x74\x35\xce\x0c\x26\xf9\x68\xa3\x3a\x25\x1a\x14\x72\x71\x45\x35\xf2\x0c\x0a\xfb\x0e\x44\x35\xf0\x0c\x0a\x7b\x24\x44\x35\xee\x0c\x0a\x3b\x12\x46\x35\xec\x0c\x26\x69\x92\xa3\xea\x03\xa8\x4e\x92\xf6\xeb\xe9\x24\x69\x30\x9b\x1f\x37\x23\xd1\x60\xdf\x4b\xfe\x69\x28\x1a\xa4\xe6\x24\xf2\xaa\xf7\x00\xcc\x56\x2c\xd2\x3e\xec\x1e\xde\xfc\xc6\xea\x3d\x00\x25\xce\x1f\x35\x8f\x33\xa7\x71\x02\x54\xbd\x07\xa0\xc4\xb9\xa4\xe6\x61\xf7\x70\x52\x1a\x46\x35\x3a\x0d\xa6\xcb\x63\xab\x0e\x05\x30\xd9\xd9\x31\xaa\xde\x03\x30\x9d\x57\x57\xf5\x1e\x80\xd9\xec\x0f\xf4\x1e\x80\x54\x8d\xc0\x55\xa3\xce\x20\x35\xa7\x96\x54\x67\x50\x83\xc2\xee\x13\x51\xf5\x15\x80\xe9\x74\x83\xaa\x63\x00\xec\x07\xc3\x7f\x5a\x0f\xd2\xf2\x3b\x21\xb1\xaa\xe6\xc1\x6c\xfd\x0f\x53\xc2\xaa\x62\x1f\x4c\x67\x30\x56\xc5\x3e\xa8\x6a\xc0\xaa\xd8\xaf\x6e\x2b\x4e\x32\x96\xa8\x8a\xfd\xfa\x6f\x5b\x71\x0c\xa8\xda\x07\xa9\x3a\x59\xb7\x2a\xf7\x41\xfa\x25\xdf\x10\xc5\x3d\x48\xcd\x45\x84\x55\xf9\x5e\x9d\x36\x6d\x88\xa3\xaa\xdf\xeb\xd9\x59\xdc\x11\x8d\x02\x1e\x54\xdd\x45\x55\x01\x0f\xd2\xcf\x70\x7e\x55\xc1\x57\x37\x1b\x4f\x7e\xcc\x94\xf0\xa0\xe6\x73\x55\x8d\x78\xf6\x06\xf0\x2d\x51\xc2\x83\xb3\xae\xbf\x1a\x93\xae\x67\x6f\x00\xfb\x04\x65\x3d\xd8\x95\xb3\x4c\x43\x9d\xcd\x01\xec\x92\xd5\xfa\xd5\x39\xd7\xc9\x3e\x5f\xb1\x0f\x52\xd3\xd3\x56\x55\xfb\xf5\xec\x4a\xee\xa7\x5c\x21\x5f\xcf\x4e\x00\x3e\x59\x2a\x79\xb0\xcf\x47\x95\x95\xf2\xf5\xec\x04\xe0\x78\x49\x2d\x5f\xcf\x4e\x00\x76\x9d\x8a\x79\xb0\xaf\xe1\xf9\xb4\x8a\xe9\x94\x74\x6c\x54\xe3\xce\x20\xb5\x33\x28\x51\xe1\xd7\xb3\x17\x80\x3d\x86\x12\xbf\x9e\xbd\x00\x1c\x26\xaa\xf1\xeb\x7d\xec\xc2\x71\xc6\x9e\xc1\xae\x0b\xe7\x73\x26\x36\xa8\xba\x1f\xaa\xc1\x67\xb0\x0f\xc3\x04\x86\x9a\xc1\x3e\x9d\x65\x9a\xc0\x3c\xff\x7e\xfa\x75\x23\xd4\x93\xe7\xdf\x6e\xc9\xc8\x72\x3d\x3b\xe4\x39\x8e\x32\xb4\x5c\xcf\x0e\x79\xbe\x97\xc6\x96\x41\xd5\x7b\x56\xf5\x40\x54\x57\xe9\x9a\xc9\xa1\xea\x82\x00\xfb\x25\xb4\x4c\x03\x90\xfd\x5f\x8f\x60\xd5\x05\x01\xaa\x4e\xa1\xaa\x0b\xa2\x9e\xe4\xff\xde\x6e\x7d\x10\xf5\x24\xff\xd7\xc4\x7a\x1c\x40\x3d\xdd\xa8\x1e\x07\x30\xdb\xf9\xa7\x16\xd9\x38\x59\x32\xaa\x1e\x07\xb0\x5b\xc5\xb3\xa8\x7f\x01\x9c\x5c\x22\x55\xff\x02\xa8\x7a\x8f\xaa\xfe\x05\x50\xf5\x5f\x56\xfd\x0b\xf5\x64\xfb\xf7\x63\xa3\x83\x01\xec\x16\x78\x01\xed\x71\xb2\xfd\xdb\x1d\xea\x61\x00\xfb\x6e\x51\x5f\x83\xe1\x60\xff\x17\x23\xe9\x76\x00\x67\xe1\x78\x35\x18\x0e\xf6\x5f\xa9\xb0\xae\x08\x50\xf5\xc3\x55\x3d\x11\x60\x1f\xc6\x55\xf5\x3b\x80\x5d\x63\x0c\xa7\xe3\xa1\xba\x01\x00\xa9\xa1\xa2\x3a\xeb\xba\x9e\x1d\xf6\x34\x93\x7e\x86\x6a\x6e\x7f\x92\x38\x45\xd5\x85\x00\xf6\x77\x8c\xff\xea\x1d\x00\xfb\xee\x73\x9c\xee\x81\x7a\x82\xd6\x3e\xaf\x3a\x03\xaa\xf9\xf8\x5d\x39\x50\xf5\x06\x80\xd4\x5c\x3a\x51\x75\x07\x54\xd3\x27\x0d\xad\xa7\xf8\x07\xe9\x37\x1c\x72\xab\xfe\xab\x33\xa3\x87\x83\x62\xe5\x7f\x35\x7f\xd2\xf0\x1b\xad\xfe\x07\xd5\x6c\x35\x55\xad\x0f\x6a\x53\x82\xaa\xf5\xc1\xbe\x2a\xff\x54\xec\x57\xb3\xef\x0f\x3f\x00\xaa\x7d\x30\x9b\x8d\x50\xed\x83\x7d\x51\x4e\xa7\xdc\xaf\x4e\xa1\x1e\xbe\x3a\xea\x7d\xb0\xcb\xa8\x89\xea\xbe\x9a\x6a\x7f\xf8\x5d\x34\xe6\x5c\x4d\xb5\x3f\xbc\xb9\x4a\x7e\xb0\x8d\x6c\xf5\x34\xca\xd2\x28\x7e\xb3\x14\xfd\xd5\xfc\xfb\xc3\x5e\x40\xd5\x0f\xd2\x6f\xf8\x5e\x28\xfb\xab\xf3\xad\x87\xcf\x99\xba\x1f\xec\xf3\x59\xa6\xa5\x96\x33\x24\x1d\xe0\xab\xfc\x41\x35\xe5\x4b\x33\x14\x0d\xd2\xcf\x99\x23\xcd\xc0\x33\xd8\x7f\xb5\xac\x58\x56\x1c\xe8\xfe\x28\x6b\x96\x39\xc9\xe8\xfc\xb7\x5b\xd6\xb9\x44\xa7\x68\x58\xe4\x40\xce\xa3\xc2\x22\x9f\x94\xf2\xdf\xdb\x5b\x47\xd3\x5f\x00\xb6\x2d\x32\x65\x97\x65\xda\x2c\xdb\xa0\xdb\x32\x6d\xc6\x6b\xdd\x74\x19\x34\x27\x63\x8f\xe2\x7f\x5f\xcb\xb4\x59\xf6\xb8\xcf\x32\x6d\xc6\xd0\xbd\xe9\x35\x00\xdb\x40\xfb\x1e\x34\xdd\x06\x60\xdf\x53\x9a\xa4\x63\x00\x54\xd2\x25\x46\xd3\x31\xd0\xd2\xb1\x23\xa7\xd3\x33\x00\x2a\x89\x10\xa3\xe9\x19\x00\x95\xac\x73\xd1\x9c\xcb\xdd\x9c\xcb\xcd\x56\xf7\xd1\x74\x16\xb4\x33\x97\x9b\x81\x5b\x33\x3c\x0e\x2a\xc9\x4b\xa3\xe9\x3f\x00\xbb\xfd\xdc\x28\xc3\xe3\x60\x97\xf9\x57\x6d\x97\x5c\x98\x65\x91\x66\x4a\x9a\x89\x4f\x7f\x33\x18\x0e\xf6\x55\x2d\xd3\x4c\x49\x33\x35\xdb\xa5\x99\x9c\xe1\x3d\x18\x76\x35\xfd\x11\x60\x5f\x96\xe3\xf4\x47\x80\x4a\xf2\xbc\x68\xba\x23\x40\x25\x79\x5e\x34\xdd\x11\xcd\xa4\x4e\xce\x42\x6b\x86\xcd\x41\x35\xeb\x50\xd3\x43\x01\x76\x45\x2c\xd3\x24\xd9\x77\x30\xfb\x57\x6d\x92\xb5\x49\xb5\x4c\x9b\xe4\xf3\x3c\x79\x59\x6d\x92\xcf\x3b\xe8\xf9\x7c\x9e\xf2\x79\x07\xb9\xb1\xfa\x37\x5a\x66\x05\xdb\xf4\x74\xda\x24\x9f\xd7\x8d\x1b\xab\x33\x03\xec\xf6\xf3\x78\xea\xcd\x00\xbb\x8c\x5b\xa6\x3b\x03\xec\x66\xf0\x28\xea\xbc\x00\xa9\x1b\xe8\x69\x7a\x2f\x40\xaa\x4e\x34\x6e\x7a\x21\x40\x0a\xa7\x95\x36\x1d\x0c\x60\x5b\x8f\x7b\xa6\x3b\x01\x54\xf2\xd0\x46\xd3\x9d\x00\x52\x62\xe7\xb5\x68\xfa\x0e\x9a\xb9\xfb\x8b\x16\x30\xa6\x0d\x76\x19\xa7\xd3\xa1\xd0\xdc\x0b\x9e\x4d\xb5\xa2\xe9\x51\x00\xd5\x85\xf0\x4d\x8f\x42\x33\x3b\x7f\xf1\xdd\xd7\xa5\xd0\xcc\x77\x5c\xf8\xa8\x35\x7d\x0a\x60\x1f\x87\xa5\x74\x2a\x34\xf3\xf3\x17\xdf\x1e\xbd\x0a\xa0\x9a\x07\xaa\xe9\x54\x00\xd5\xb5\xea\x4d\xa7\x02\xa8\xd3\x37\x56\x9f\x02\x48\x35\x0f\xeb\xeb\x5d\x24\x8b\x7f\xd7\x87\xde\xf4\x2a\x80\x5d\x11\xaf\xa0\x9d\xea\xb1\x13\xb7\x42\x27\x02\xd8\x65\x1c\xa7\x17\x01\xec\x5b\x41\x85\x75\x23\x80\x7d\x3e\xcb\x34\x4a\xd3\x28\x74\x93\x4d\x3f\x02\xd8\xe7\xa3\x2e\xfa\x11\xc0\x36\x14\x76\xd7\x91\xd0\x9c\x6b\xae\x92\x6d\x7a\x12\xc0\xbe\x06\x86\xd7\x93\xd0\xce\xfc\x73\x4f\xa7\x55\x9a\x13\x62\x6c\xae\xae\x84\xe6\xfc\xf3\xe2\x37\x45\xbf\x01\xd8\xd5\xb3\x4c\x13\x90\xaa\xca\x15\xf5\x4d\x2f\x01\xd8\x87\x51\x13\xdd\x04\x60\xd7\x04\x2b\xeb\x27\x00\xbb\x8c\xbb\xa1\x9f\x00\xec\xcb\x7a\x9c\x56\xe9\xe7\x51\xc1\xca\x3a\x0a\xc0\xbe\x86\x65\x5a\xa5\x6b\x15\x5f\x16\x5d\x05\x60\x97\x71\x37\xf4\x15\xb4\xee\x73\x61\xf5\xb4\x40\xe7\xb9\xf0\xcb\xa0\xaf\x00\x6c\x1b\x63\x14\x9d\x05\xed\x64\xbb\x6a\xb6\x56\xa3\x74\x36\x4c\xb1\xa3\xd1\x5b\x00\x76\x23\x3c\xcc\x37\x7e\xd8\x31\x20\xa0\x9a\xce\x01\xb0\x8f\xe3\xbf\x3a\x02\xc0\x7e\x93\x31\x8a\xb2\x1f\xec\xe3\x2c\xb3\xb1\x4c\x4b\x4f\xe1\xd3\xad\xf0\x07\x29\xe9\x19\x6c\x2a\x7f\xb0\x1f\x0b\x0c\xa0\xf4\x07\xfb\xbf\xd6\x45\x0b\x98\x33\x59\xdf\x48\x73\x36\x01\xd8\x65\x58\xca\x89\xe9\xcd\x3c\xca\x7a\x58\x9b\x1e\x01\xd0\x5c\x6a\xd2\x54\xff\x20\x25\x57\x8c\x34\x27\x14\x80\x5d\x95\x3f\xac\xc2\x6e\x3a\x0c\xc0\xae\x29\xb5\x77\x12\x02\xd8\xa7\xa6\xf6\xae\xb9\x06\xcd\xa5\x51\xcd\x89\x09\x60\xff\xd5\x5a\x69\xb4\xd0\x68\xc9\x5a\x69\xb4\x8d\x93\xd6\xa1\xe9\x80\x00\xfb\xaf\x9e\x4e\x9b\x85\x36\xc3\xf7\xd2\x9c\x9b\x00\x4e\x3e\xa2\xe6\xdc\x04\xb0\x2b\x87\x19\x9d\x9c\x00\xf6\x53\x63\x4d\x7c\x6a\x98\x20\x9f\xf4\x9b\x35\x1d\x1a\x60\x97\x79\x9c\x8f\x4d\x98\x7a\x9a\x61\x6d\xd3\x67\x01\x76\xf5\xb8\x05\x3a\x2d\xc0\x71\xb6\x34\x7d\x11\xa0\xb9\x98\xa8\x39\xf5\x00\xec\xb3\xd1\x08\xdd\x13\x60\x5f\x15\x73\xea\x8a\x00\xfb\x0a\xfe\x57\x03\x4c\x0d\x60\xc7\xab\x2f\x02\x6c\xa3\xf8\x5f\x2d\xb0\xd1\x0c\x5d\x37\x5d\x11\xa0\xe5\x73\x05\xdb\x3f\x4f\xfb\x3d\xcc\xf6\x4f\xdb\x6f\x3f\xae\x2f\x02\xec\x9a\x70\x9c\xbe\x08\xb0\x5b\xc1\x2d\xd3\x17\x01\xf6\x7f\x2d\xf3\xe1\xb9\x7c\x78\xfc\xd4\xe9\x8b\x00\xfb\x38\xee\x99\xbe\x08\xb0\xcb\xb0\xbb\xf3\x0c\xc0\xc9\x21\xd3\x74\x4f\x34\x97\x7f\x9b\xca\xa0\xe9\x9e\x00\x2d\x9f\x2b\x68\xa7\x8d\x66\x0a\xb8\xa6\x73\x02\x34\xd7\x81\x34\x7d\x09\xa0\xb9\x1e\xac\xe9\x4a\x00\xcd\x19\xb4\x4d\x4f\x02\x48\xd9\xc5\xc4\xcd\x69\xec\xed\xa4\x61\x0e\xcb\x6c\x01\xae\x84\xac\x77\xa6\x39\x91\xbd\x9d\x34\xcc\xb8\xb1\x9a\xee\x05\xb0\xcf\x67\x99\xcd\x32\x0f\xb3\x0b\xa7\x9b\x2e\x07\xb0\xcb\xb0\x88\x3e\x07\xd0\xaa\x8d\xd0\xe5\x00\x5a\xf5\x93\xa1\x2b\x01\xec\x2b\x78\x98\xf7\x15\x57\x42\x76\x01\x77\xd3\x95\x00\xf6\x71\x5c\x55\x5f\x02\xd8\x35\xe6\xa9\xd3\x99\x00\x52\x3d\xa3\x0e\x9d\x09\x60\x1f\xc7\x33\xe1\x8c\x06\xb0\xcb\x30\xa8\x0e\x06\xb0\xaf\x41\x2b\xf4\x30\x80\x5d\xe6\x7f\xb5\xca\xa3\x55\xc2\x6b\x68\x95\xc7\xdd\x73\x70\x9b\x37\xa7\x35\x80\x5d\xe6\x35\xb4\xca\xe3\xdd\xf6\x74\xbe\x00\xec\xd8\x9f\x4d\x7f\xda\xf4\x28\xb4\xb3\x3c\xdb\x96\x69\x95\xc7\x85\x5b\xbe\xd9\x3a\x14\xda\x59\xb2\x8d\x51\xf4\x27\x80\x56\xfd\xdc\xea\x4e\x00\x29\x1b\xa0\x69\xfa\x13\x9a\xab\xb8\x0d\xaa\x34\xe7\x2c\x80\x66\x68\xa4\xe9\x27\x68\x67\x11\xb7\x03\x36\x67\x28\x80\x7d\x3a\x9a\xea\x14\x85\xe6\x2a\x6e\xfd\xbe\x4d\x7f\x02\xd8\x65\x56\xc5\x37\xfb\x75\xc3\x7b\x47\x09\xce\x52\x00\xcd\x50\x57\xd3\xc5\x00\xf6\x61\x56\xc5\xb6\xbe\x6e\x9f\x63\x4f\xef\x3c\x05\xb0\x3b\x49\x5a\xa6\x2b\x02\xec\xcb\x72\x09\x5d\x11\x20\x65\xa7\x50\x34\xa7\x2a\x80\x7d\x3e\xaa\xac\x7b\xa2\x7d\x58\x40\xc1\xe3\x6c\x79\xb0\x0f\xa3\x7a\xce\x4c\x00\xfb\x12\x5e\x56\x0b\x7c\xe6\x1d\xa7\xb1\x3a\x27\x40\x33\x88\xd4\xf4\x4d\x80\xfd\x4f\xaf\xa0\x4d\x3e\x6d\xe2\xb0\xc6\xc9\x09\x60\x97\xd9\x58\x8d\xc2\x94\xf9\x56\x1d\x3c\xea\xb1\x00\xbb\x76\xfc\x57\x8f\x05\xd8\x65\x1c\xa7\xc7\x02\xec\xf3\x71\xcf\x74\x59\x80\x5d\x86\x91\x75\x45\x80\x94\x4d\x47\xd4\x74\x45\x80\xa6\x93\xad\xe9\x89\x68\xeb\x3c\x02\x34\x43\x4f\x04\x68\xdd\xcf\x8c\x8e\x08\xd0\x5c\x0e\xd6\xf4\x43\x80\xd6\xff\xb2\xd0\xab\xe9\xa5\x00\xbb\xd9\x9e\x45\xf3\x2c\x97\x8b\xf9\x2c\xe8\xa5\x68\x26\x84\x36\x87\x51\xd3\x4b\xd1\x4e\x42\x68\xcc\xd8\x75\x53\x80\x5d\xd6\x29\x4b\x96\xb9\x95\x10\x8f\x6f\xd7\x75\x01\xf6\x97\xc4\xe3\xaa\x65\xd5\xe3\x82\xb2\x66\x59\xb3\x2e\x3f\xca\xba\x65\x2c\x6c\xe4\x63\xd0\x75\x5d\x80\x46\x0a\xfe\xe8\xfa\x21\xc0\x3e\xdb\xa4\xec\xb2\x4c\x93\x55\x8a\x6e\x8b\x30\xd9\xb4\x0d\x8f\x45\x8f\xd7\xf4\x02\xaf\x65\xce\x72\xe2\xab\xd4\xf5\x2e\x80\xd4\xf4\xd6\x77\xbd\x0b\xa0\xb1\xbf\x66\x74\xdd\x06\xdd\xf4\x64\xe4\xb4\x8f\xae\x8f\x00\xec\xe6\xfb\x57\xdb\xb0\xd1\x14\xa1\x5d\x1f\x01\x48\xc5\xf9\xfe\x5d\x1f\x01\x48\xe5\xc7\xf8\xa5\xeb\x23\x00\x8d\x1d\xd2\xa2\x3b\x15\x01\xec\xe6\x7b\x3a\x1b\x86\xdf\xa0\x38\x17\xa1\xeb\x23\x00\xbb\x0c\xa3\xeb\x23\x00\xfb\xb2\xb4\x42\x1f\x01\xd8\xc7\x51\x15\x7d\x04\x60\x97\x71\x0d\xa7\xd6\x83\x7d\x5d\xae\xa1\xe3\x00\xec\xe3\xb0\x80\x9e\x03\xb0\x3f\x91\x1e\xe7\xcd\x26\x1d\x74\xf9\x35\xaf\xab\xa5\xf2\xd9\x60\x8a\xfa\xe9\x3a\x00\xfb\x38\x6e\xb7\xae\x03\x90\xaa\x2a\xb4\xeb\x3a\x00\xfb\x38\xec\xa2\xeb\x00\xec\xf3\x59\xa6\x5d\x48\x12\x5d\xf4\x57\x77\xe7\x41\x80\xc6\xde\x78\xd1\x75\x1d\x80\x7d\x3a\x9e\x01\x5d\x07\x20\x75\x97\x5b\x76\xdd\x04\x20\x9d\x54\x58\xdd\x69\x0f\x60\x5f\x82\xcb\xea\x3a\x00\xbb\x0c\xf3\xe9\x3a\xe8\xa5\x59\x46\xd3\x9c\xe6\x00\x76\x19\x26\xd0\x9d\x00\x9a\x73\xdb\xba\x93\x1a\x40\x3a\x89\x6c\xbb\xb3\x1a\x40\x3a\x39\xcf\xbb\x5e\x07\x90\x4e\x52\xb1\xee\xbc\x06\x90\x4e\xaa\xae\xae\xdb\x01\xa4\x93\x0a\xac\x3b\x8b\x01\x34\x27\xa5\x75\x3d\x11\x20\x9d\xd4\xcd\x5d\xaf\x03\x48\xd5\x38\x62\xd7\xeb\x00\xb6\x38\xe7\xb2\xba\x18\x40\x3a\x99\x63\xba\x2e\x86\x5e\xcf\x56\x59\x34\x4d\xaf\x00\x48\xc5\x05\x21\x5d\xaf\x00\x48\xc5\x99\xe5\x5d\xaf\x00\xe8\x46\xd4\xba\x4e\x01\x90\x3a\x6e\xf7\xee\x5c\x03\x90\xcf\x13\xa0\x4b\x00\x0c\x33\xb4\x76\x3d\x02\xdd\xe9\xed\x3e\xb3\x3a\x04\xba\xd3\xdb\xf1\x26\x76\xfd\x01\x20\x4f\x5f\x46\xdd\x01\xe0\x64\x38\xeb\xaa\x7c\x10\xf9\x9c\xde\x26\x31\x39\xc0\x14\x31\xdd\xc9\x01\xa0\xa8\x73\xba\x7a\x1e\x14\x05\x57\x77\x22\x00\x28\x0a\xa9\xae\x9c\x07\xe9\xe7\x30\xaf\x2b\xe7\x41\xfa\x9d\x07\x58\x39\xdf\x8f\x9c\xf7\x69\x50\xce\xf7\x23\xe7\x7d\x6a\x94\xf3\xfd\x9f\x9c\xa7\xa1\x4a\x77\x70\xf2\xe1\x75\x95\x3b\xd8\x6a\xc0\xd3\xd9\x52\x57\x98\x9b\x35\xa7\x2b\xe7\xc1\x3e\x9b\xc7\xd9\xfc\x6e\xd2\x0a\xaf\x60\xf3\x91\xf3\x55\x77\x4b\x57\xce\xf7\xce\x8a\x53\x5f\x4c\xa5\x3b\xe8\xba\x92\xbb\x91\x7e\xd0\x75\x69\x76\xc5\x7c\x77\x43\xa4\x61\x91\x16\x19\xc7\xed\xc3\x7d\x57\xdf\x83\x61\xf4\xb6\x1b\xe8\x07\xc3\x68\x53\x57\xc9\x83\x61\x08\xad\x2b\xda\x41\x3e\x5f\x25\x35\x3b\xc8\xe7\x23\xa7\x64\x07\xf9\x7c\x47\x55\xec\x60\x18\x19\xed\x0a\x76\xb0\x3f\x5d\xb4\x52\xbd\x0c\x46\xff\x4b\x38\xbd\xab\xa6\xc1\x70\xc2\x65\x57\x4c\x83\xe1\xea\x98\xae\x48\x06\x99\x6d\xfd\xa3\x2b\x92\xc1\xd9\x9c\xa1\xab\x91\x41\xae\x0c\xfc\xba\x12\x19\x0c\x73\xc5\x74\x15\x32\x18\x4e\x33\xe8\x8a\x61\x30\x5c\x89\xdb\xd5\xc2\x60\x98\x4d\xa5\x1b\xbf\xef\xf3\xdc\x09\x2a\x66\xfc\x1e\x64\xfd\x94\x5d\xc9\x0c\xc6\x79\x75\x95\xcc\x60\xb8\xac\xb7\xab\x98\x81\x5b\x91\x45\x37\x9e\x0f\x86\xab\xc4\xbb\x1a\x1a\x0c\x57\x63\x77\x25\x34\x18\xae\x79\xee\x2a\x68\x70\x72\x88\x77\xd5\x32\xc8\xd5\x87\x46\xb5\x0c\x86\x2b\x7d\xbb\x62\x19\xb8\xf7\x59\x74\x75\x31\x48\xcd\x38\x63\x57\x17\x83\xe1\x6a\xef\xae\x2c\x06\xc3\x04\xd5\x5d\x55\x0c\x72\xb5\x4b\x51\x14\x83\x5c\x51\x94\xdd\xe9\xf8\x60\xb8\xa6\xba\xab\x89\xc1\x70\x31\x76\x57\x12\x83\x61\xce\xea\xae\x24\x06\xf9\x8c\x64\x94\xc4\x20\x57\x1c\xa2\xdd\x30\x7c\x77\xf9\xb7\x99\x80\xba\x32\x19\xe4\xa9\x79\x94\xc9\xdd\x59\xf5\x9a\x5a\x99\x0c\xf2\xf4\x79\x32\xde\x0e\xd2\x70\x4e\x65\x57\x39\x83\x93\xe9\xa9\x2b\x9c\xc1\xc9\xed\xd0\xd5\xcd\x20\x4f\x1f\x61\x65\x33\xc8\xd3\x07\x4a\xd5\x0c\x22\xfb\x0c\x28\x9a\xc1\xc9\xff\xd1\xd5\xcc\xe0\x24\x1b\xeb\x6a\x66\x10\xf9\x9c\xde\xd7\xe1\x66\xf1\x8a\xf7\x48\x19\xdd\x6f\x16\x18\xf8\xf0\xa8\x98\xc1\x49\x59\xd9\x15\xcc\x20\x4f\xdf\x10\xf5\x32\x38\xb9\x0f\xbb\x72\x19\x44\x3e\x47\x69\x89\x47\x4b\x50\x09\xc5\x32\xc8\xd3\xe7\x49\xad\x0c\x22\x9f\x22\x2d\xf1\x68\x09\xea\xa5\x52\x06\x79\x6a\x09\x85\x32\x88\xec\x87\x41\x9d\x0c\xf2\xd4\x38\xea\x64\x90\xe7\x39\xca\x47\xff\xd1\x12\x9c\x4b\xfd\x0b\x8a\x02\xbb\xab\x7f\x41\x98\x6a\xaa\x1b\x3a\x07\xc1\xc6\xe0\xd1\x0d\x9d\x83\xa2\x1f\xa6\x1b\x39\x07\xb3\xf9\xd0\x29\x88\x41\x98\xac\xaf\xab\x87\x41\x98\xfb\xb5\x2b\x87\x41\x31\xb3\x53\x57\x0d\x83\x30\x51\x6d\x37\xb8\x0e\x4a\x3d\x45\x36\x68\x23\xcc\x3e\xd4\x95\xc7\x20\xe6\x69\x90\xef\xf2\x46\xd1\xf3\xd3\x55\xc7\xa0\x98\xbc\xad\x2b\x7a\x41\xcc\x53\x64\xb3\x3f\x9b\x4d\x1b\x95\xbc\xa0\xe8\x2f\xe8\x4a\x5e\x10\x2e\x60\xeb\x2a\x5e\x10\xa6\x2d\xec\x0a\x5e\x10\xe6\x05\xec\x0a\x5e\x10\xf3\x9c\xcb\x36\x32\x17\x7f\x5a\x55\xf5\x2e\x08\xf7\x4a\xe9\xca\x5d\x50\xf4\x63\x74\x95\x2d\xd8\x5f\x60\x4c\xe1\xcc\x78\x30\x9b\x5f\x60\x05\x2b\x98\xcd\xef\xb4\x7a\x15\xcc\x36\x2c\xb2\xfa\x8b\xe9\x6c\x7e\x50\x94\xab\xa0\xe8\xd2\xee\xca\x55\x30\x9b\x3d\x8f\x72\x15\x14\xb3\xd1\x74\x75\x26\x28\x0e\x29\x86\x92\x12\x14\x7d\x8e\x43\x45\x09\x66\x0b\x8b\xb2\x45\x4c\x69\x64\x84\x38\xd4\x93\x60\xb6\xe1\x51\xcd\x22\xda\x38\x3d\xaa\x5b\xc4\x8c\x46\x44\xec\x50\x4d\x82\xa2\x47\x77\x18\x08\x07\x25\x72\xfb\xef\xfe\x78\xa8\x3f\xc1\x34\x7b\xe6\x50\x7e\x82\xa2\x0e\x1e\xca\x4f\x30\xdb\xf0\xa8\xc7\x22\xe6\xd0\x32\xca\x1c\xaa\x4f\x30\x4d\xa7\x39\x0c\x81\x83\xe9\x36\x39\x43\xed\x09\xd2\xcf\x31\xda\x30\xb4\x3d\xce\x0e\x44\x3c\x48\xc3\xd0\x36\x28\xc6\x2a\x86\x42\x13\x54\x17\x04\x0e\x75\xe6\x30\x16\xad\x77\x72\xa8\x33\xc1\xbe\x02\xf6\x53\x68\x0e\xd3\x8f\xe9\xeb\x1a\x0a\x4d\x70\x92\x63\x0f\x75\xe6\x30\x16\xad\xab\x6f\xa8\x29\x87\x71\x67\x87\xff\x43\x4d\x09\xf6\x71\x54\x45\x4d\x09\xaa\x4b\xb7\x86\x92\x12\xec\xc3\x68\xab\x92\x72\x18\x8c\xd6\xff\x3b\x94\x94\xa0\xba\x92\x72\xa8\x28\x87\x81\x67\xbd\xbd\x43\xf5\x38\x0c\x3c\xeb\x00\x1d\xaa\x47\x50\x1d\xb4\x0f\xc5\xe3\x30\xee\x6c\x9e\xb9\xa1\x78\x04\xbb\xcc\x9a\x78\xbf\x48\x43\xf6\x33\xe5\xd1\x50\x3d\x8e\x7c\x0c\xc0\x65\x0d\x32\x0f\x83\xcc\x3a\xb6\x87\xea\x71\x18\x64\xd6\x3f\x3f\x54\x8f\x60\x9f\x0f\xe3\xa9\x1e\x47\x39\x16\xf0\xbf\x5a\xa0\x30\x89\xab\x7a\x98\x06\x40\x50\xfe\x8c\x45\x0c\x27\xc9\x83\x93\x58\x6e\xa8\x27\xc1\x3e\x8c\x96\x29\x1e\xc1\x2e\xa3\x65\x8a\x47\x50\x5d\xe9\x38\xd4\x8e\x60\x1f\xe6\xe9\x6c\x2c\xda\xf1\xa7\x93\x79\xa8\x1d\xc1\xc9\x17\x3f\xd4\x8e\x60\xb7\x81\x3b\x6b\x14\x1b\xec\xbf\xd2\x7e\xf5\x24\xd8\x97\xf0\x38\xdb\x5f\xcd\x1e\xc9\x17\x78\xa8\x1d\xc1\x2e\xf3\x38\xab\x57\x99\x9c\xe4\xdd\x56\x26\x0e\xa7\xa4\x87\x57\xb0\xc2\x27\x4f\x19\x1f\xb1\xe1\x62\xe9\x71\xf2\x94\xf9\x50\xa8\x1d\xc7\xc9\x53\xe6\x7f\x8d\x31\x8f\x93\xa7\xcc\x37\x56\x41\x39\x4e\x9e\x32\x5f\x6c\x15\x25\xa8\xae\xdb\x1f\x2a\x4a\xb0\x0f\xe3\xb2\x4a\x4a\x50\x5d\xce\x38\x94\x94\x60\x8b\x39\xff\xea\x4d\xdc\xa8\xa6\xd7\x1b\x06\x98\xc1\x3e\x9b\x95\xf3\x29\x26\xc0\x6c\xf6\xbb\x61\x80\x19\xec\xc3\xb8\xd7\xca\x51\xb0\xcb\x3c\x9d\x96\x73\x7f\x24\x13\xa1\x0d\x83\xce\xc3\xfd\x91\xcc\xb1\x3a\x14\xa9\x60\x97\xf1\x00\xa8\x52\xc1\x2e\xe3\x7c\x46\xa2\x41\x75\x47\x82\xa1\x72\x1d\xfd\x98\x8e\x86\xa9\x5c\xc7\x51\xae\xbe\x28\x2a\xd7\x71\x36\x45\x62\x8c\x34\x54\xa9\x60\x1f\xc7\x03\x65\xd0\x19\x54\xf7\x54\x18\x0a\xd7\x71\xf6\x49\xf2\xc3\xa3\x72\x05\xb5\xfb\x8a\x29\x5c\xc1\x3e\xcc\x2b\x68\xa8\xae\xa1\xc2\x2b\x68\x28\x85\xab\xf1\x84\xa1\x72\x05\xfb\x38\xff\xab\xa1\xfa\x31\x94\x55\xd1\x50\xa6\x4b\x33\x8b\xdc\x50\xce\x82\x7d\x1c\xd5\x53\xcf\x82\xd4\xa6\x06\x55\xd0\x8e\x33\x75\xdd\x77\x5b\xf5\x3a\xdc\xce\x77\x20\xb7\x86\xf2\x15\x54\xf7\x9e\x18\x06\xac\xc1\xbe\x2c\xf7\xc2\x80\x35\xa8\x6e\x6e\x31\x54\xb9\x60\x9f\xcd\xab\x6a\xa8\xa1\xa1\xbc\x80\x86\x32\x5c\x6d\xf2\xae\xa1\xf4\x05\xbb\x11\x9e\x4e\x43\x0d\x9f\x28\x0d\xe5\xfc\x75\x90\xba\x89\x55\x87\x71\xe8\x61\x1c\xda\x54\x67\xc3\x40\x33\xa8\x6e\xe9\x31\x8c\x33\x83\xea\xbe\x06\xc3\x30\x33\xd8\x35\xb1\xcc\xb6\x1a\x67\x76\x11\xe3\x50\x19\x83\xd4\x15\xeb\x43\x69\x0c\xf6\x71\xf9\x0f\x1d\xba\x71\xe8\x61\x1c\xda\x0c\x68\xc3\x38\xf4\x30\x0e\xed\x02\xc6\xa1\x9e\x06\x5b\xec\x78\x39\x9f\x10\xf7\x00\xfe\xf7\x5f\x8d\x11\x4c\x55\x70\xe0\x61\x7c\x79\x18\x5f\xd6\x35\x37\x94\xd4\x63\x6a\x1f\xdf\x4c\x05\x34\xd8\xc7\xf1\x8a\x28\xa0\xc1\x2e\xf3\x38\x2d\x34\x8f\x85\xb8\x2f\xea\xe5\x61\x84\xd9\xdc\x6e\x43\xc1\x0c\x76\x19\x56\x53\x31\x0f\xa3\xce\xa6\x72\x1b\xea\xe3\x61\x84\xd9\x05\xcd\xc3\x08\x33\xd8\xff\xa5\x1d\x8a\x66\xb0\x8f\xf3\xbf\x36\xd7\x18\xb3\x8b\xff\x86\xb2\x19\x54\xd3\x69\x0e\x43\xcc\xa0\x9a\x28\x76\x28\x91\x41\x35\x9d\xe6\x50\x22\x0f\x03\xc7\xce\xa6\x1d\x6a\xe4\x71\x1d\x4f\x96\xc7\xf9\x38\x90\x5e\xad\x39\xf9\x73\xa8\x7f\x87\xbb\x44\x9d\xc6\x2a\x80\x41\x4a\x67\xf8\xe8\x84\x75\xd0\xf4\xba\x0e\xe7\xab\x0f\x33\x82\x1b\x05\x19\x0a\x65\xb0\xcb\xbc\xac\xed\x32\x4b\xb8\x91\x8c\xa1\x78\x06\x29\x99\xc9\x73\xa8\x9e\x87\x99\xc3\xcf\x88\x50\xf9\x0c\x52\x75\xbe\xce\x50\x3f\x0f\x33\x87\xbb\x5a\x77\xa8\x9f\x41\xd3\x79\x3c\xd4\xcf\xc3\xcc\xe1\x26\x4c\x1c\x0a\xe8\x61\xe6\x70\x03\x32\x43\x05\x0d\xf6\x71\x54\x4f\x09\x3d\xcc\x1c\x6e\x3a\xde\xa1\x86\x06\xfb\xb2\x58\x45\x11\x3d\xcc\x26\x6e\x5c\x61\xa8\xa2\x87\xd9\xc4\x35\x9e\x2a\x1a\x9c\x55\x59\xc3\xa9\xee\xe3\x3e\xc6\xb3\x76\x1a\xef\xd6\x78\xa7\xb1\x1a\xef\xd6\x78\xe7\xbf\x1a\xef\x3e\xc6\xa3\x4c\xbd\x3d\xcc\x27\x8e\xc6\x18\xea\x6d\x90\xfa\x79\xee\x14\xdc\x60\xff\x95\x4b\xa8\xb8\xc1\x2e\xf3\x38\x8d\xf7\x1c\xe3\xd1\x30\x35\xf7\x78\x8e\xf1\x78\x7c\x14\xdd\xe0\x64\xda\x1c\x2a\x6c\x70\xe2\x40\x43\x85\x0d\xf6\x3f\xad\xb0\x66\x32\x7b\xb8\x49\x5a\x87\xb2\x1b\xb4\x7c\x2e\xa0\x9d\x4c\x28\x6e\xf8\x6d\x18\x9e\x06\xe9\x6c\xba\x36\x14\xde\xa0\x99\xa2\x61\x18\x77\x06\x27\x83\xe8\x50\x8b\x83\x94\xcf\xc0\x4e\x31\x0e\x76\x99\xc7\xd9\x2c\xe6\xb1\x77\x97\xf9\x0c\xe5\xf8\x30\x3e\x7d\x04\x85\x7a\x7c\x18\x9f\x3e\x12\x40\x41\x3e\x8c\x4f\x9f\x5b\xa1\x22\x07\xfb\x31\xf6\xbf\x36\xd6\x34\xe3\x67\x58\xac\x26\x1f\xc6\xac\x9d\xa1\x32\x14\xe5\x60\x9f\xcf\x32\x2d\xf0\xfa\x54\x9c\xf3\xf9\x54\x18\xb4\x3e\x43\x65\x83\xd6\xa0\x55\xc7\x3b\xc6\xac\xc1\xee\xd8\xb8\x3f\xca\xf7\xf1\x9d\x08\x3d\x66\x51\xbf\x0f\x63\xd6\x67\x34\xae\x80\x07\xfb\x12\x18\xde\x29\xf5\x60\x97\x51\x15\x55\xfd\x30\x90\x7d\x46\xe8\x4e\xb3\x07\xbb\x0c\x33\x2b\xf5\xc7\x77\xcc\x67\x99\xa6\x62\x9a\x7d\x3e\x1a\x4d\x65\x3f\x0c\x65\x9f\x41\xb5\xd2\x1e\xb4\x7a\x2e\xab\xa5\x8c\x64\x1f\xc9\x63\x24\x1b\xec\x91\x82\x65\x5a\xea\x63\x2a\x83\x57\x30\x40\x0d\x5a\xd5\x76\x4e\xa9\x07\xfb\x6c\x18\xcf\x29\xf5\x60\x57\x18\x03\xe8\x29\x00\xa9\xbb\x24\x72\xe8\x2a\x18\xcb\xb9\x0c\xcd\xff\xfa\x5c\x10\xb4\x76\x7d\xee\xd0\x0b\x00\xf6\x61\xfe\xd5\xb6\x12\xb5\x6e\x76\x7a\x86\xa5\x41\xca\xce\x15\x18\xba\x06\x40\x73\x99\xf0\x30\x02\x3d\x8c\x40\x1b\x3d\x0f\xdd\x05\x61\x04\xba\xb5\x3f\x4c\x59\x0f\xdd\x09\x61\x80\xda\x57\x29\xf4\x27\x80\x7d\x6a\xcb\x8a\x65\x4e\x6a\xe0\x33\x1c\x3a\x19\xc0\x1e\x5c\x0c\xca\x9a\x65\x4e\x74\xf0\xaf\xdd\x22\x27\x3a\xe0\xab\x0b\x7d\x0a\x60\x5f\x22\x51\x36\x2d\x73\xaa\x07\x2e\xc3\xd0\x6d\x00\xf6\x71\x5e\xf6\xb6\xcc\xa9\x0e\x78\x2e\x43\xc7\x41\x18\xb7\x76\xae\x47\xe8\x39\x00\xcd\x15\xbf\xe1\x44\x79\xb0\xdf\x4c\x4e\x67\x28\x3b\x92\x21\x7a\x3a\xa7\xd0\x4d\x00\x76\x19\xa7\x33\x96\x1d\xa9\x11\x2d\xe7\x74\x86\xb2\xc1\x3e\x8c\x9a\x18\xca\x06\xbb\x8c\x56\xe8\x62\x00\xa9\xab\x3a\x43\x1f\x03\xd8\xc7\x59\x15\x5b\x96\xdc\x3b\xde\x7b\xaa\x3f\x21\x4e\xe0\xda\x66\x38\xe1\x1d\xec\x32\xac\x67\xe0\x1a\x34\x5f\xf4\xd0\xc7\x10\x27\x6e\xad\xf1\xf4\x31\x80\xe6\x40\x37\x74\x31\x80\xe6\xb2\xfa\xd0\xc5\x00\x9a\x92\x23\xf4\x30\x80\x7d\x32\xcc\xa4\x87\x21\x0c\x5a\xbb\xb4\x2f\x74\x31\x84\x41\x6b\x7b\x84\x30\x68\x0d\x52\x33\x23\x41\xe8\x76\x00\xfb\x38\x6b\xa2\x4d\x4e\xd0\xba\x5b\xe6\x13\x60\xd0\xda\x6e\x22\x9c\xef\x0e\xf6\x71\xd8\x58\x5f\x44\xfc\x0b\x64\x7b\x0d\xed\x84\x2f\xa2\xe9\x8c\x09\x7d\x11\x91\x4f\x68\x97\x5b\x6b\x24\x1b\xa4\xe2\xec\xe4\xd0\x3f\x11\xee\x80\x6c\xb7\x13\xfa\x27\x40\x33\xc7\x41\xe8\x9e\x08\x83\xdb\x0e\x47\x43\xf7\x44\x18\xdc\x76\x58\x1f\xfa\x22\xc2\xe0\x76\x3d\xc7\x69\xaa\x8d\xe6\xb8\x3e\x74\x4f\x80\x7d\x98\x57\xd5\x52\xf8\x27\x8a\x89\xd1\xc2\x80\x37\x68\x0e\x15\x43\xf7\x04\x68\x7a\xc4\x43\xf7\x44\x18\xda\xd6\xc5\x16\x4e\xb2\x07\xa9\xb8\x94\x21\x74\x59\x84\xe1\x6e\x17\x86\x84\x2e\x0b\xb0\x8f\xe3\x3e\xea\xb3\x08\x7d\x16\x0c\x1d\x42\x97\x05\x18\xae\x30\x0c\x3d\x16\xe1\xbc\x7b\xbb\xdd\xd0\x63\x11\xa6\x8e\xa3\x87\x0d\x03\xe0\x51\x9d\x07\xe2\x6b\xec\xdc\x79\x10\x6e\x6f\x10\x4e\x94\x07\xfb\x5e\x63\x74\x63\xe2\x61\x4c\xbc\x9e\x32\xdb\x4a\x4c\xdc\x3c\xaf\xa1\xaf\x03\x64\xa7\x7c\x84\xbe\x0e\x30\xd2\xf9\xa3\x0d\xc5\xd5\x51\xf5\xcf\x87\x2e\x0c\x70\x32\x86\x84\x1e\x0c\x90\xa7\x37\x41\x6f\x05\x88\x49\xf7\x1d\x7a\x2b\x40\x98\x53\x3d\x74\x56\x80\xe2\xdc\xc4\xd0\x31\x01\x8a\x43\xe9\xd0\x31\x11\xc7\x31\xe1\x2d\xd0\x31\x01\xaa\xf9\xf6\x42\x1f\x04\xa8\xae\x66\x0a\x5d\x10\x20\x55\x85\x53\xe8\x6e\x00\xe9\x2c\x2f\x08\xfd\x0d\xa0\x9a\x73\x3f\x74\x37\x80\xa6\x06\x09\xbd\x0d\x20\x99\x5c\x36\x0c\x93\x83\x74\x42\x77\xa1\x03\x22\x4c\xba\x6e\x36\xa1\xd0\xdb\x00\x46\x3a\x45\xde\x4f\xc2\xe4\xdd\xe7\x4f\x67\x03\x18\x2e\x04\x0d\x7d\x0d\x60\xb8\xda\x36\x74\x35\x80\xec\x44\x9f\xd0\xab\x00\xc6\xbf\x73\xd9\x74\x9c\x0a\x4d\x17\x67\xe8\x54\x00\xa3\xe3\xa4\x0a\x7d\x0a\x20\x57\x5c\x14\xa1\x4b\x01\x8c\x8e\x98\x0b\x63\xe4\x60\x74\xbf\x51\x3a\x14\xc0\x30\x8d\x7c\xe8\x50\x88\x41\xc8\x15\x25\x17\x3a\x0f\x40\xae\xe1\x1f\x6d\x24\x21\xf2\x3a\xad\x84\xcf\x27\xc1\xef\x1e\xfe\xd1\x16\x0d\xf6\x55\xc1\x89\x13\xc6\xc3\xc1\xe8\xf1\x07\x5f\x7b\xb8\xe2\x1d\x8c\x8e\x0a\x0f\xa7\xbc\x83\xd1\x51\x02\xa1\xa7\x21\x82\x1c\x86\xd3\x22\xef\x74\x30\xc9\x03\xaf\x5f\xe8\x55\x08\x37\x0c\x33\xc1\x71\xe8\x2d\x00\xdb\xc6\x58\x4f\x77\x00\xc8\xd3\x07\x42\x6f\x00\x08\xd7\xae\x84\xce\x00\x90\xa7\x2f\x91\xbe\x80\x30\x3b\x9e\x77\x42\x57\x00\xc8\xd3\xe7\xc1\xe0\x3a\x88\x6c\x65\x8d\xa4\x83\xb3\x40\x31\x74\x04\x84\x69\xef\x7c\xdc\xf4\x03\x80\x13\xd9\x09\xa3\xe6\x61\x8e\x3b\xc4\x72\xe8\x05\x08\x73\xdc\xf9\xb8\xe9\x04\x08\x93\xd8\xe1\xb1\x0b\x7d\x00\xe0\x2c\x94\x09\xa3\xe6\x61\x12\x3b\x1f\x2d\xbd\x02\xe0\xac\x4e\x0d\x9d\x02\x61\x12\x3b\xed\xaa\x4f\x20\x4c\x62\xa7\xec\x0e\xf5\x7f\x98\xb1\xce\x0f\xbd\xfa\x1f\x9c\x65\x52\x61\x24\x1d\xa4\x7e\x2c\x66\x24\x1d\x9c\x85\x7d\xa1\x9b\x00\x44\xc6\x4f\x12\xba\x04\xc2\x2c\x76\x3e\xbb\xc6\xc8\x41\x98\x94\x36\x8c\x91\x87\xf9\xe9\xfc\x2e\xeb\x0f\x08\x93\xd1\xf9\x9e\xe9\x0e\x08\x93\xd1\xf9\xd5\xd4\x1d\x00\xce\x84\x92\x50\xf9\x83\xad\x5d\xb1\x8f\x8a\x1e\x14\xc7\xed\xa1\xa0\x07\x71\x7a\x3d\xc5\x7b\x20\xd4\xeb\xe9\x44\x15\xea\x20\x5c\x33\x15\xea\x74\x10\xae\x8d\x09\x65\x3a\x08\x57\xd0\x84\x2a\x1d\x84\xeb\xaf\x42\x91\x0e\xe2\x7c\x0d\x55\xe4\x20\x5c\x2c\x13\x0a\x72\x10\x2e\x20\x0a\xf5\x38\x08\x97\x8b\x85\x72\x1c\xec\xf7\x01\xf3\x2b\xc7\x41\xb8\xbf\x67\x28\xc7\x63\x4b\xef\xe2\x24\xf5\x50\x51\x83\xdd\x4a\xaa\x61\xcc\x1a\xec\x21\xb4\x67\xb3\x01\x64\xa8\x3b\x5f\x65\xe5\x33\x28\xca\xe2\x50\x3d\x83\xe9\xb2\xca\x50\x3d\x83\xe9\x5c\xa3\x70\xba\x77\x3c\x84\xca\xbc\x25\x4e\xed\x06\xa9\x3a\xeb\x31\x8c\x6d\x83\x79\xfa\x7f\xf5\x34\x28\x67\x54\xac\x76\x06\x45\x77\x4a\x38\xb3\x1b\x94\x33\x88\x55\x4d\x87\xb1\x6d\x3c\xe7\xa1\x98\x8e\x13\xdb\xf6\xf4\xde\xb8\x97\xa0\x62\xb1\xc8\x76\xbf\xf6\x8a\xd8\x5f\x25\x0d\x66\x73\xc0\xa5\x90\x06\xd3\x75\x8d\xa1\x8e\x06\x45\x8f\x53\x28\xa3\x41\xd1\xc9\x11\xaa\x68\x30\x5d\x96\x1d\x8a\x68\x50\xf4\xe7\x84\x82\x19\x14\x3d\x26\xa1\xbe\x05\xa9\x9d\xd1\xbb\xfa\x16\xa4\xdf\x91\x4d\xea\x5b\x50\x9d\x50\x11\x4a\xd9\x70\xc5\x78\x3e\x57\xb0\xb6\x9f\x31\x23\x7b\x7f\x75\x2b\xd8\xa7\xc3\x1c\xea\x56\x50\x9d\xbb\x10\x4e\xc0\x0e\x97\x8c\x9f\xf1\xb6\x13\xb0\xc3\xf5\xe1\x8a\xd4\x50\xcc\x82\xea\x34\xbc\x50\xcb\x82\xea\x34\x91\x50\xca\x82\xd4\x4c\x82\x16\x4a\xd9\x70\xc5\xf8\x19\xbd\x1b\xf6\x8e\x75\xda\xea\x55\x6d\xeb\xb2\xad\xdc\x05\x15\x2f\xa8\xce\xee\x08\x15\x6f\xac\x13\x33\xe5\xfe\xa9\x78\x63\x1d\x93\x58\x39\x4d\xb2\x8e\x49\xac\x89\x77\x70\xa3\x3a\xe7\x23\x54\xc1\xb1\x8e\x95\xb0\xb0\x32\x18\xec\x8f\xce\x6e\xd8\x54\x06\x83\x74\x92\xf2\x4f\x75\x2e\x08\x07\xcc\x53\x99\x0b\xaa\xf3\x58\xa6\xea\x15\xa4\x9f\x8b\x72\xa6\xf2\x15\xec\xb2\x41\xd9\xb0\x8c\x00\x54\xfe\x83\xce\x9e\x8a\xdb\xe9\xd2\x70\x17\x45\x4e\xc5\x2d\xa8\x66\xd4\x9e\x6a\xdb\xe9\xca\x70\xd7\x31\x4d\xb5\xed\x74\x65\xb8\x8b\xdf\xa6\x21\xf0\xe9\x2a\x70\x17\xd3\x4d\x85\x2c\xa8\xa6\x2e\x9e\x86\xc5\xa7\x61\x71\xd7\xd2\x4d\xc3\xe2\x93\xd5\xdd\xce\x1d\x9d\x4a\x5b\xb0\x0f\xb3\x4c\x53\x24\x96\x32\xf3\x80\x4f\xe5\xee\x4c\xc7\x12\x41\x99\x96\x30\x54\xee\x52\xa9\x69\xa8\x1c\x54\x27\x46\x4d\x43\xe0\x20\x25\xf3\x18\x4e\x15\x2b\x48\xc9\x5c\x7d\x53\x79\x0a\xaa\x19\x5a\xa7\xf2\x14\xec\xc3\x68\x97\xfa\x14\xec\x32\x2a\xac\x40\x9d\xa6\x87\xcb\xe7\x74\x36\x82\x10\xb8\x0b\x94\xa7\xfa\x14\xec\x9a\x50\x61\xf5\x29\xd8\x65\x5e\xd6\x1b\x96\x0d\x6f\xf0\x1d\x9b\x6a\x51\x50\x4d\xdb\x3b\x95\xa2\xa0\x9a\x0d\x79\xaa\x44\xc1\xfe\xa7\x87\xbd\x96\x9d\xf6\x5b\x13\xdb\x9f\x4f\xfb\xb1\x89\xaa\x13\xec\xe3\x68\x84\xaa\x13\xec\x32\xec\xa9\xec\x04\xd5\x7c\xb7\x53\xd5\x09\x52\x32\xd3\xe5\x54\x75\x82\x5d\x46\x55\x54\x9d\xa0\xf9\xf9\x99\xaa\x4e\x90\x92\xd9\x54\xa7\xaa\x13\x34\xf3\xa9\x4c\x15\x26\x68\x7e\x7d\xa6\x0a\x13\xec\x0b\x78\x98\x6d\x2d\xec\x92\xa9\x49\x14\x98\xb3\x1c\x0f\x26\x65\x2a\xc7\xe9\x92\x6d\x73\x4f\x4e\xa5\x23\xd8\x15\xc1\xe8\x4a\x47\x90\xce\xf6\x89\xd3\x35\xdb\xa0\xf9\x59\x9d\xc6\xbf\x41\xca\x7e\x57\xa6\xcb\xb3\x41\x1a\xc6\x80\xa6\x6b\xb1\xc1\x3e\xce\xff\xda\xb0\xaa\xc7\xd1\xaf\x83\x7a\x12\xec\xe3\xac\x8a\x2d\xab\xfa\x13\x9a\xd7\xf0\x2e\x56\x1d\xb1\x7c\xbb\xa6\x91\xf2\xd9\x74\xaa\x69\x29\x25\x25\xd8\xcd\xe5\x1a\x6a\x4a\xb0\xaf\x8b\x09\x0c\x8b\x83\x7d\x0d\x9a\xab\xaa\x04\xcd\xa4\x77\x53\x55\x09\x52\x36\xcf\xd8\x34\x06\x0e\x52\x36\xcd\xe1\x54\x6a\x82\x5d\x66\x55\x7c\x8c\x9b\x0e\x34\x86\x5b\xd3\x80\x37\xd8\xc7\x79\x0d\x9b\xdb\x5c\x2b\xc4\xa0\x7e\xaa\x36\x41\xfb\x77\x09\x2d\xb0\xd1\x4c\xc3\x35\xd5\x9f\xa0\x9d\xca\x29\x3f\xe7\xd9\xf6\xeb\x1c\xa6\x4d\xfa\x71\x34\x72\x2f\x14\xa0\xb3\x1f\xd7\x9b\xc7\x69\x93\x8d\xd6\x19\x06\x4c\x05\xe8\x3c\xbb\x7e\x21\xee\xa7\x11\x70\x90\xb2\x31\x9b\xa9\xdc\x04\xa9\xfc\xce\x65\x6d\x7f\x67\xc9\x88\xcd\x52\x6f\x4e\x77\x02\xfb\xd9\x2e\x43\xdb\xa0\x39\xa3\x60\xaa\x41\x67\x3f\x8e\x37\x1b\xa6\x45\xba\x4b\x23\xb4\x9c\x22\x14\x34\x7d\x80\x53\xc5\x09\x52\x39\xef\x9d\x92\x13\x34\xc3\x2e\xd3\xb8\x36\x48\x67\x4f\xea\xa9\x0c\x05\xe9\x6c\x39\x3e\x0d\x62\x83\x74\xf6\x42\x9f\x0a\x51\x90\xda\x69\xbf\x4a\x74\x0e\x27\xa0\xfb\x45\x35\x3c\x0d\x52\x71\x9d\xdd\x54\x9e\x82\x5d\xe6\x7f\x6d\xd9\x46\x4f\xe7\x12\x36\x8c\xfc\x6a\xee\x93\x33\x55\x9b\x20\x85\x8b\x16\xa7\x72\x13\x64\x17\xa9\x4c\xe3\xda\x20\xcc\xce\x3e\x55\xa0\xa0\xe8\x86\x9f\xc6\xb0\xc1\xd4\x39\x35\x0d\x61\x83\x56\xf1\x09\x4d\x35\x29\x48\xf5\x18\x44\x4d\x0a\xf6\xc3\x6a\x35\x6c\x7c\x9c\x70\xa7\x17\xf5\xe6\x87\xc1\x19\x0d\xac\x52\x9d\x67\xdf\xb0\x3f\x2c\x07\x9f\x46\xab\x41\x9e\x3e\x1b\x4a\x54\xb0\xfb\x1f\x6e\xba\x82\x74\x9a\x87\xdd\x27\xcd\xb8\x34\x48\xdd\xe0\xd0\x54\xa4\x82\x30\xca\x3b\x15\xa9\xa0\x18\xcb\x99\x8a\x54\x10\x3a\x70\xa6\x22\x15\x84\x71\xf4\xa9\xfc\x04\x53\xb7\xdd\x54\x7e\x82\x72\x1e\x33\x23\xd2\xd3\x04\x6c\xe7\xf3\xae\x22\x9d\x6e\x70\x6d\x42\xae\xa9\x24\x9d\x66\x60\x33\x2d\xdd\x54\x7f\x4e\xb3\xad\x9d\x0f\xbc\x02\x74\x9a\x6d\xcd\x15\xe3\xd3\x40\xf5\x74\x87\x6b\xd7\xb8\x4f\x55\xe9\x34\xdb\x9a\x6b\xbc\xa7\x81\xea\x79\x02\xd5\xdd\x32\x9b\xbf\x51\x4d\x45\x3e\x55\xaf\x60\xdf\x38\x4f\xe7\x0d\x26\x9e\x5d\x8d\x85\x4f\xf5\x2b\xa8\xd3\x56\x28\x56\x41\xfb\xd7\x08\x0d\x70\x42\xd7\xdd\x0a\x6b\x80\x13\xba\xee\x5e\x41\x03\x9c\xd0\xb5\x95\x53\xc1\x82\x56\x71\xf2\x4d\xd5\xea\x74\x3d\xb3\x9e\xd6\x79\x5b\xe1\xdb\x4f\x34\xaa\x7c\x2a\x4e\xc1\xfe\x44\x71\x7b\x54\xa7\xa0\x75\x64\xdb\x54\x9d\x82\xdd\x2e\xff\x6a\x8d\xd9\x7c\xda\xe9\x52\x53\x79\x0a\xf6\x37\xc5\xab\x5a\x61\xf4\x69\x39\xfd\x9b\xfa\x14\x34\x27\x38\x4f\xf5\x29\x48\x67\xc2\xfc\x34\xbc\x0b\xd2\x70\xdd\xcc\x54\x06\x4e\x97\xf3\x3a\xf6\x30\xac\x0a\x86\x89\xf5\xa6\xca\x70\xba\x57\x96\x7d\x96\xca\x10\xfc\x1b\x97\xab\x0c\x41\x64\x07\x6d\x6a\x3e\x70\x5c\x06\x53\xcd\x37\xc9\x40\x7e\x86\x36\x0a\x3c\x30\x9d\xd8\x33\x15\x78\xd3\xc9\xcb\x7e\x4d\x55\x73\x60\x9a\xa3\x68\x1a\x11\x05\xd3\x4c\x4f\x53\x81\x07\xa6\xf9\xa5\xa6\x01\x51\x30\x9d\x72\x33\x8d\x87\x82\x72\x3e\xe0\x86\x43\xc1\x34\xb7\xcf\x34\x1a\x0a\xa6\xc9\xbf\xa6\x62\x11\x4c\x27\x17\x4d\xb5\x22\xd8\x37\xd3\xf3\xfb\xe2\x9a\x86\xcc\x19\x81\xd3\x79\xcf\xd3\x34\x64\xae\x9a\x98\x0a\xc8\x79\x04\xa4\x9f\x6a\x05\xe4\x54\x40\x9a\xb1\x60\x1a\x0c\x05\xbb\x8c\x66\xa9\x16\xa7\x6a\xd1\x3c\x09\x53\xb5\x08\xf6\x98\xd3\x32\x9b\xbf\x1c\x38\xda\x0b\x2b\x17\x41\xab\x5e\x42\x69\x38\xd7\x79\xc4\x2d\xb3\x69\x46\x3e\x8d\x4c\x4f\xa5\x21\x68\x1d\x5f\xc2\x54\x07\x82\xdd\x45\x7a\x98\x2d\x5b\xee\xbd\xe9\x57\x44\x1d\x08\x9a\x51\xb7\xa9\xe6\x03\xe9\x6c\x2c\x3c\xd5\x7c\x60\xf7\x55\xbb\xec\x52\xf3\x5d\x86\x3e\x11\x09\x97\xfa\xee\x72\x23\x2a\x86\xa6\x97\x11\x4b\x30\x4c\x8a\x79\x29\xe5\x2e\xf7\x90\xe2\x0b\x72\x19\x9c\x04\xd9\xa5\x9d\x97\x52\x0d\xe4\x4a\xa3\x2e\x65\x19\xc8\x95\x41\xc9\xa5\x2a\x03\xb9\x4e\xaf\xb8\x2c\xda\x1d\x45\xe3\x11\xb9\xd4\x69\x97\x1b\x2a\xa3\x53\x2e\x75\x1a\xc8\x8d\x67\xeb\x52\xa6\x81\xe1\xaa\xe7\xcb\xa8\x24\xc8\x8d\x4f\xfb\xa5\x4a\x03\xb9\x4e\x8f\xea\x16\x75\x8e\xa2\x8d\x8a\x34\x90\x1b\xbd\xea\x65\x48\x12\xe4\x3a\xbd\xe2\x6d\x11\x5e\xbe\xf0\xf4\xb6\x91\xe0\x63\x73\xdf\xba\xcb\xe0\x23\xc8\x73\x58\x7d\xdb\x9d\x74\xd8\x5a\x0b\xdb\x9d\xe8\x20\xf1\x2d\x5c\x0a\x39\x90\x27\xee\xc7\x4b\x1d\x07\xf2\xe4\xab\x79\x29\xd9\x40\x9e\x3c\x65\x97\xf2\x0c\x9c\x8e\xf5\x52\x9d\x81\x34\x4a\xfc\x41\x81\x5f\x8a\x37\x90\x27\xdf\xcf\x4b\xf1\x06\x52\x2b\xf4\x46\x97\xea\x0d\x44\xf6\xb6\x2a\xde\x40\x9e\xa8\x88\x4b\x9d\x06\x8e\xd6\xbc\x94\x69\x20\x4f\x5c\xd4\x97\x73\x92\x41\xa9\xd9\xa3\xbc\x3b\x85\x7e\x1d\x8f\xc8\xa5\xd2\xba\x4e\x7a\x2c\xcd\x67\x7c\x0f\x84\x9d\xd8\xe5\x94\x64\x50\x2a\xde\xcf\x4b\x41\x06\x8a\x43\xa3\x4b\x41\x06\x4a\x4d\xfe\xd1\xea\xbb\x53\x94\xcb\x7a\x2e\x05\x19\x28\xbe\xf2\x97\x01\x3f\x30\x9d\x2d\x7b\x19\xef\x03\x61\xf2\xf3\x4b\xd5\x06\x4a\xc5\xc9\x70\x29\xc6\xae\xca\xe8\xa5\xfa\x47\x5b\x59\x6d\xa5\x45\xb6\xd2\xd0\x1e\xef\xf6\xa5\x14\x03\xe9\xec\xf4\x7a\x19\xee\x03\x5b\xa4\x51\x64\x93\x2a\xae\xda\xe6\x25\x6d\x52\xf5\xeb\xef\x1f\x6d\x51\xc5\x55\x5b\x3c\xbf\x2d\xda\x08\xf7\x63\xb9\x54\x66\xa0\x54\x5c\x59\x97\x53\x98\x41\xb8\x53\xd1\xa5\x56\x03\xe1\xd6\x31\x97\xb2\x0c\x94\x9a\x3d\x97\x4f\xea\x46\xf1\x1b\x79\x29\xd4\x40\xa9\xd9\x73\xf9\xf0\x36\xdb\xcd\x53\xaf\x26\x03\xe1\xe0\xe6\x32\xd4\x77\xb9\x24\x36\x7b\x94\x0d\x62\xfd\x6b\xc5\x69\x7d\x29\xab\x40\x71\xe0\x71\x29\xab\xc0\x74\x3a\xef\xa5\xaa\x02\x45\x31\x7f\x29\xaa\x2e\x93\x5e\xfb\x45\x53\x2c\x5d\x66\xb3\xd6\xaa\x06\xf0\x40\xea\x79\x58\xe6\x6d\xeb\xf8\x69\x7d\x76\x94\x54\x97\xe9\xac\x35\xab\xf2\xe9\x32\x9d\xb5\x37\x57\xf5\x74\x99\xce\x9a\xf1\xd5\xa5\x7a\xba\x4c\x67\x8d\x02\xbe\x14\x4f\xa0\xa8\xf7\x2f\xa3\x75\xa0\xd8\xa5\x5c\x6a\x27\x50\xf4\x1e\x5c\x4a\xa7\x6b\xd8\x41\x63\x1d\x65\x12\x98\xee\x59\x77\x19\xad\x03\xd3\x08\xea\xa5\x70\x02\xd3\x99\xd8\x97\xba\x09\x4c\xa7\x93\x5f\xca\x26\x50\x1c\xf5\x5d\x4e\xf4\x05\x53\xbf\xd9\xa5\x90\x02\xc5\xf1\xe2\xa5\x8e\x02\x45\x87\xcb\xa5\x8c\x02\xa9\x3b\xc8\xb9\xd4\x51\x60\x3a\xb9\xf8\x52\x33\x81\xa9\xfb\xee\x52\x33\x81\xe9\xfc\xfd\x4b\xcd\x04\xa6\x01\xe0\xcb\xa8\x1d\x98\xce\xad\xbf\x94\x51\xa0\xe8\x5a\xb9\x94\x51\x60\x3a\x3d\xfc\x52\x46\x81\xe2\xcc\xca\x4b\x25\x04\xf6\x78\x03\x5b\x18\xb4\x03\x67\x7b\xb2\xcb\xa0\x1d\xa8\xae\x56\xbc\x54\x44\x60\xff\x93\x6a\x38\x7f\x17\xa4\xaa\xd7\xef\x52\x26\x81\xb3\x45\xeb\x65\x24\x0f\xec\xbf\xd2\x4e\x95\x13\xa8\xa7\xe3\x51\x39\x81\xfd\x9d\xa4\xed\x2a\x27\x50\x5d\x1c\x7f\xa9\x9c\xc0\x3e\x1b\x8d\x57\x27\x81\x93\x59\xef\x32\x98\x07\xf6\x61\xdc\x29\xa3\x79\xe0\x6c\xc7\x78\xa9\x9d\xae\x13\xba\xb3\x23\x53\x28\x5d\x66\xaa\xf6\xe1\x30\x4e\x07\x8a\x6e\xb0\x4b\x99\x04\xea\xf9\xea\xaa\x88\x40\x75\x55\xe1\xa5\x20\x02\x67\x8f\xe2\x4b\x3d\x04\xea\x79\x0b\x95\x43\xe0\x24\xbc\xbd\x94\x43\xa0\x1a\xf2\xbb\x0c\xe6\x81\xea\xac\x85\x4b\x81\x74\x1d\x81\x64\x77\xa6\x40\x02\xd5\x25\x9d\x97\x01\xbe\xeb\x3a\xb7\xdd\x26\x79\x43\xaf\x33\x2f\x82\xd3\x39\x69\x17\x54\xf7\x93\xbc\x14\x43\xa0\xba\x35\xe1\x65\x38\x0f\xa4\x28\xbf\xdf\x1f\x3a\x67\xf5\x13\xa8\xee\x11\x79\x19\xda\x03\xe9\x67\x02\x80\x4b\xf9\x04\xaa\x7b\x0b\x5e\xaa\xa7\xcb\x6c\xd3\xce\x53\xbd\x9c\x81\x7b\x99\x6d\xda\xac\x61\x97\x92\x0a\x54\x37\xd1\xbc\x54\x54\x60\xff\xd5\xba\x7b\x6f\x6f\x1d\xeb\x76\xd0\x4a\x2a\x50\xdd\x1f\xf3\x52\x51\x81\x7d\x18\xf7\xcd\xd9\xb6\xa0\xba\x35\xe8\xe5\x64\x5b\xb0\xaf\x40\x85\x9d\x6c\x0b\xaa\x5b\x13\x5e\x46\x06\xc1\x3e\x9b\x65\x5a\xe4\xd1\xd9\xee\x9b\x6e\xb4\x10\xd4\x7e\x2e\xaa\x95\x48\x05\x95\x5c\x96\x7a\x19\x40\x04\xd5\xfd\x10\x2f\xa3\x85\xa0\xf6\x53\x0f\x5b\xff\x30\x95\xc4\x21\x86\xa1\xc1\xcb\x34\xd2\x6e\x38\x70\x39\xd5\x16\xec\xba\x61\x5f\x45\x21\xa8\xee\x21\x7a\x29\x0a\xc1\x3e\x8c\x2b\xa8\x0a\xaf\xf7\x34\x0b\xfb\xaa\x01\x41\x75\xa3\xcc\xcb\xe8\xe0\x65\xca\x68\xd7\x1c\x5e\x86\x07\xc1\x36\x1c\x37\x5f\xad\x08\x76\x19\xed\x52\x2c\x5e\x4e\xb5\x75\x4d\xce\x65\x84\x10\x54\xf7\xa4\xbc\x14\x90\xa0\x9e\x0e\x5d\x01\x09\xb6\xe1\x3c\xcc\x9b\xef\x44\x5b\xd7\xbf\x5e\xaa\x4a\xb0\xcb\xb8\xad\xca\x4a\xb0\x55\x14\x06\x50\x57\x82\x7d\x1c\xf6\x54\x58\x82\x7d\x1c\xe7\x53\x46\x82\x7d\x1c\xad\x50\x34\x82\x7a\xc6\x59\x8a\x46\x50\xcf\x70\x49\xcd\x08\x52\x32\xa6\x7c\x39\x7f\x16\xa4\x76\x1e\x61\x35\x23\xa8\x6e\x54\x78\x29\x0f\x41\x9d\x7e\xe9\x0d\x39\x82\x7a\x86\x3d\x46\x1c\xc1\xbe\x00\x26\x51\x44\x82\x5d\x5d\x4c\xa7\x88\x04\xf5\x0c\xf8\xd4\x90\x60\xb7\x94\xd6\x1b\x85\x04\xd5\xf5\xd8\x97\xb2\xf2\x22\xe4\x98\x4c\xfd\x71\xa9\x2b\x41\x75\xed\xf8\xa5\xac\x04\xd5\xcc\x22\x97\xaa\x12\x54\xf7\xf5\xbd\x54\x95\xa0\x9e\x91\x95\xa2\x12\xec\x16\xd0\x50\x45\x25\xa8\xae\x99\xbf\x14\x95\xa0\x9e\x41\xa6\x9a\x12\xec\x7f\xee\x7b\x70\xab\x29\x41\x75\x13\xc8\xdb\x30\xe2\x4d\xcc\xd0\xb1\xe8\xad\xa6\x04\x67\x0e\xd2\x6d\x18\x11\xa4\xe4\xf6\x71\xb7\x61\x44\x90\x92\xd1\xd6\x5b\xed\x09\xf6\x71\x83\xb2\xb0\xcc\x85\x07\xa8\x8d\x5b\xf5\x09\xce\x34\xc6\xdb\x40\x21\xd8\x87\x65\xca\x1e\xcb\xec\xab\xa6\x97\x78\x2d\xd3\xcf\x85\x2c\xb9\x95\xa9\xa0\xe9\xe7\xbb\x95\xa9\x60\x1f\xb6\x6f\xd6\xad\x4e\x05\xcd\x0e\xfd\x56\xa7\x82\x7d\x18\x57\x50\xa8\x82\x5d\x86\x99\x54\xaa\x60\x37\x96\xda\x19\x64\x04\xfb\xde\xd3\x0a\xe5\x2b\xd8\xff\xc5\x78\xea\x57\x90\x92\x7b\x7f\xdd\x0a\x58\x70\xf2\x49\xdc\x0a\x58\xb0\x0f\xa3\x61\xce\xa9\x05\x4d\x67\xc9\x6d\x2c\x12\xec\x9a\x78\x55\x6d\x97\x88\x63\x55\x2b\xa7\xe9\x92\x71\xac\xf0\xaf\x9a\x2e\x11\xc7\xf2\xf6\x2b\x74\xef\x74\x3c\x84\xda\x44\xd3\x25\xe7\x14\xe3\xd9\xbe\x9d\x79\x0b\x9a\x63\x8b\x5b\xf5\x7b\xe7\x63\x26\x2a\xa2\xfc\x05\x29\xeb\x98\xbc\x0d\x63\xde\x27\x39\x14\x0f\xff\xad\x26\x06\x29\x9f\x5b\x61\x1c\x13\xec\x32\xcc\xa4\x50\x06\xfb\x7c\x1e\xa7\x9d\x36\x9a\x32\xe2\x56\x09\x83\x7d\x18\x56\x57\x0a\x83\xa6\xbe\xb9\x55\xc2\xa0\x6d\xa9\xf7\x9f\xbd\xf8\xad\x50\x06\xa9\x3b\x69\xea\x76\xbe\x2d\xd8\xed\xb1\x4c\x93\x65\x63\x66\x3e\xd0\x2a\x6a\xb0\xcb\xb8\xc7\x4a\x6a\xb0\xcb\xa8\xa8\x61\x4e\xb0\x2b\x4f\xbb\x0d\x73\x82\x7d\x1c\xd7\x50\x68\x83\x7d\x5d\xcf\xa7\x7d\x8a\xf6\xe1\xa3\x77\xab\xb4\x41\x53\x30\xdf\x2a\x6d\xb0\xff\xca\x9d\x57\x6a\x83\x5d\x66\x95\x35\x50\x31\x44\xe8\x6d\x56\x6c\x83\x7d\x9c\x65\x9a\xa0\x68\x02\x9f\x24\xd5\x36\xd8\x4f\x0d\xc7\x29\xb7\x41\xca\xa6\x85\xb8\xd5\xdb\xa0\x19\x82\xbb\x0d\x92\x82\x7d\x18\xad\x30\x48\x0a\x52\x37\x22\x72\x3b\xc1\x16\xa4\xf2\xf3\xc5\x54\x98\x83\xe6\x02\xfb\xdb\x20\x29\xd8\xb5\xf3\x12\x3e\x34\xf5\x04\x53\x3c\x4e\x43\x55\x56\x34\x9c\xb3\x69\xa8\xea\xec\x7c\xbf\x69\xc6\x52\x6f\x63\xa9\xae\xce\xbf\x55\xf0\x37\x71\xd3\x6a\xa4\xff\x56\xaf\xdf\x95\xa8\xa1\x9f\x3e\xc5\x39\xd8\x57\xa5\x61\xaa\xf3\xdb\x50\xaa\xf9\x0e\x6e\xe5\x39\xd8\x65\xd4\xce\x50\xea\x6d\x28\xd5\x14\x0e\xb7\x9a\x1d\xec\x32\x6c\xac\x68\x07\xbb\x8c\x47\x4a\xd5\x0e\x76\x19\xf7\x56\xd9\x7e\x9f\xf8\xaa\xdf\x52\xe3\xab\xa0\x19\x61\xba\x95\xf2\xa0\x1d\x03\x18\x5d\x05\xcd\x48\xc0\x6d\x70\x15\x34\x63\xb0\xb7\xb1\xd5\xdb\xd8\xaa\x92\xfc\x56\xf1\x83\xd4\x9c\x7d\x72\x1b\x5c\x05\x6d\x30\x5a\xb8\xf5\x02\x80\xfd\x57\x4e\xa7\xe6\x07\xa9\x39\x1e\xbd\x15\xfd\xf7\x89\xa4\x22\x9b\x6f\xc3\xa6\x60\x97\x79\x9c\xcd\xdf\x68\x83\x81\xd0\xad\x27\x00\xec\xc3\xb0\xb0\x9e\x00\xb0\xcb\x68\x98\xae\x00\x90\x9a\x0b\xf6\x6e\xa3\xab\x60\x1f\x67\x95\x7d\x28\x36\xda\x60\x0c\x75\xeb\x1f\xb8\x8d\xae\xfe\xfc\xa7\x36\xe9\xda\x04\xcf\xc5\x6d\x24\x15\xb4\x61\xa7\xa1\x83\x00\xb4\xa1\x95\x94\xfe\xa0\xb9\x82\xfb\x56\xd4\x83\xe6\x22\xf4\xdb\x15\xbd\x60\xbf\x10\xd4\x4c\xa1\x0f\x76\x99\x17\xb0\x05\xe3\x04\x83\xfd\xaf\x75\x1b\x46\x5f\xb0\xa5\xba\x1e\xa4\x72\xbe\xde\xea\x7a\x90\xca\xf9\xb2\x19\x20\x05\x4d\x57\xc5\xad\xd6\x07\xa9\xb9\xf7\xc7\xad\xd8\x07\xfb\xaf\xb4\x4b\x69\x0f\xf6\x25\xb8\x0f\x6a\x7b\xb0\x8f\xe3\x7e\x29\xee\xc1\x2e\xc3\x9a\x06\x44\x41\x3a\x1b\x79\xde\x06\x3f\x41\x73\x77\xd7\x5b\xc5\x0f\xd2\xd9\x44\xf3\x56\xf1\x83\x5d\x66\x2b\x6c\x6d\x1c\x47\x3c\xc6\x53\xdf\xdf\x47\xdf\x33\xea\xbb\x15\xf3\xa0\x19\x92\xbc\xd5\xf2\xa0\x19\xde\xbc\xd5\xf2\xf7\x3c\xcb\x21\xa8\x89\xc2\x1d\x34\xe3\x9b\xb7\xba\xfd\x46\xa4\x17\x53\xa9\xde\x8a\x74\xd0\x8c\xa9\xde\xc6\x3c\xc1\x96\xaa\x98\x4e\xe1\x0e\x9a\xee\xd8\x5b\xdd\x0e\x52\x31\x42\x74\x1b\xe0\x04\xa9\xa8\x8c\x6e\xc5\x3c\x48\x27\x63\xd6\xad\x2e\x04\x69\x98\x86\xe0\x76\x78\x0f\x76\xd9\xbe\xc6\x63\x17\xf3\xd8\xc5\x30\x18\x78\xec\x61\xc0\x71\x5b\x3c\xf6\x26\x00\x81\xbc\x7f\x3f\x16\x11\xe3\x42\x2b\x3d\xf6\x25\x60\xab\x72\xff\xf9\x59\xa6\x3e\x45\x65\x3e\xf6\x25\xe0\xcc\x48\x7d\xec\x36\xc0\x99\xb4\xfd\xd8\x6d\x3c\x76\x1b\xb9\xf5\xff\xee\xcf\x1f\x7b\x15\xb0\x3f\x82\xb4\xc6\x5e\xe5\xb1\x57\x31\x9a\xf5\xd8\xab\x3c\xce\xbd\x21\xb0\xf7\xd8\xab\x80\x61\x32\xd0\xc7\x4e\x05\xe4\xc6\x47\xe0\xb1\x4f\x01\x79\xf2\xe1\x7d\xec\x53\xc0\x74\x52\xdc\x63\x97\x02\xa6\x53\xd1\x1e\x7b\x94\xc7\xcc\x16\xd5\x3f\x6a\xad\x7a\xd4\x7c\xa7\x4c\x6b\x6d\x54\xf7\xe9\x7f\x74\x0a\x83\x3d\xd2\xa3\xcc\x8e\x07\x34\xbd\xaf\x8f\xfd\x0e\x48\x51\xf8\x3e\x3d\xf6\x27\xa0\x4d\xba\xa2\xc7\xee\xe4\xb1\x3b\xc1\xb5\xf7\xd8\x9b\x80\xee\x7e\x38\x8f\x9d\x09\x18\xa6\xab\x7d\xec\x25\x40\x9e\xa7\x16\xb6\x69\x77\x09\xff\x7b\x45\x2b\xdb\xf4\x60\x53\x31\x1d\xbe\xa0\x54\x5c\x05\x8f\x1f\xff\xe7\x38\x7c\xa9\x97\x33\x66\xc0\x54\xa1\x3f\x7e\xfa\xc1\xd4\x01\xf2\xf8\xe5\x07\x53\x7f\xc2\xe3\x57\xfe\x31\x17\x84\xc3\xa6\xc7\x2f\x3a\xa8\xce\x08\x7f\xfc\xa0\x83\x6a\x92\xae\xc7\x0f\x3a\xa8\x9d\x41\xce\xe3\x07\xfd\x71\x47\x82\xe6\xf9\x6d\x51\x3f\xe6\xa7\xcc\x0f\x3a\xd8\x65\xfc\x55\x97\xef\xe3\x8e\x04\x6e\xbf\xfc\xe8\xf3\x05\xbb\x8c\x8a\x38\x5f\x06\x9c\xb9\xb9\x8f\x4e\x5f\xb0\x1f\x74\xff\x6a\x4b\x87\x5d\xbc\x37\xca\x1e\x02\xec\x32\xac\x6b\x17\x01\xba\x1f\xc3\xc7\x1e\x02\x64\xf7\x48\x7c\xec\x20\x40\x6e\x3f\xeb\xa1\x41\x06\x99\x04\x7d\x53\xec\x32\x40\x14\xba\xae\xc7\xae\x00\x84\x92\xf8\xb1\x2b\x00\xa1\x34\x7f\xec\x09\x40\xa9\xf8\x3e\x1e\x3b\x82\xc7\x79\x31\xa7\xc8\x26\xe9\xd0\xf5\x41\x70\xbe\x0b\x28\x2a\xa7\xc7\x2f\x3e\x28\xaa\xa4\xc7\xaf\xfb\xa3\x3f\x77\x58\x64\x55\xf5\xe7\xfa\x4e\xeb\xcf\x7d\xf4\xe7\x3a\x1d\xfb\xf1\x7b\xff\x98\xef\xdf\x00\xc4\xa3\x3f\xf7\x31\x1f\x83\x33\x55\x1e\x3f\xf8\xa0\xba\x14\xed\xf1\x83\xff\x98\x8e\xc1\x9d\xde\x1f\x9d\xb7\x8f\x9b\x00\x84\x1f\x09\x27\xb9\x80\x94\x9d\xf6\xfc\xd8\x0b\x80\x7d\x43\x3d\xce\xa6\x4e\xa7\xf1\xf9\x6c\xd9\x33\x80\x7d\x43\xad\x8a\xf7\xe5\x5f\xd7\xc0\x1d\xb5\x6b\x00\xbb\x1f\xc0\xe6\x4e\x88\x01\x29\x9f\xbf\xfa\xf1\x60\x85\xc6\xef\x5c\x41\xa3\x4c\x27\xff\x6b\x28\x7b\x0b\x90\x4d\xdc\xfb\xe8\xfa\x7d\xae\xcc\xf3\xc1\x3f\x75\xfd\x82\x61\x96\xe6\x47\xd7\x2f\x18\xa6\x5f\x7e\x74\xfd\x82\x70\x8f\xce\x47\x3f\x2f\xc8\x53\xbb\xe9\xe7\x05\x79\xfa\x0a\xe9\xe7\x05\x79\xfa\x06\xe9\xe6\x05\x79\x6a\x5c\xdd\xbc\x8f\xeb\x38\x7c\xa7\x9c\x1a\x03\xf2\xf4\x95\x72\x6a\xcc\x63\xfa\x43\xa7\x96\x3d\x3a\x83\x41\xa9\xf4\x92\x8f\xbe\x60\x10\xe7\x13\xa0\x2f\x18\x14\x9d\x08\x8f\xa9\x1a\x40\xa9\x74\xea\x8f\xee\x61\x50\x2a\xc3\xa6\xc7\x4c\x0d\x20\xce\x03\xa3\x47\x18\x14\x93\x73\x3f\x4e\xa8\x01\xc5\x9d\xa8\x1f\x9d\xc4\xa0\x54\xc6\x42\x8f\x3e\xe2\xc7\xf5\x1f\xde\x36\x7d\xc4\x8f\xeb\x3f\x18\x6b\x3f\xba\x88\x41\x71\xa3\xc1\x47\x0f\x31\x28\xb5\x78\x2e\x4d\x71\x93\x3e\xae\xd8\x20\x9f\x0a\x97\x84\x34\xff\xa8\x71\x6e\x8c\xc3\xe0\xeb\xd1\x3f\x0c\x4a\xf5\xe5\x71\xc6\x0d\x28\xd5\x8e\x5b\x8f\x31\x28\x7a\x3f\x1e\x3d\xc6\xa0\xc4\xf8\xc3\x02\xb0\x47\x7f\x32\x28\xfa\x15\x1e\xfd\xc9\xa0\xe8\x56\x7a\x74\x1d\x3f\x0f\x71\xbc\x61\x1d\xb5\x8a\x8b\x4a\x90\x8c\x8f\x2b\x48\xc0\xd4\xcb\xf6\xe8\x26\x06\xa9\xff\xec\x90\xf5\x13\x3f\xfa\x89\x15\xc3\x8f\x7e\xe2\x07\x9f\xb0\x8b\x97\x1e\x7d\xc2\x8f\xdb\x08\x22\x22\x1f\x5d\xc2\x60\x77\xab\x5c\xc1\x99\x42\x8f\x6e\x62\x3d\x1e\x8f\x6e\x62\x90\xaa\xee\xb8\x47\x3f\xf1\xa3\x9f\x58\x69\xfd\xe8\x13\x7e\x8e\x4f\xd8\xc7\x44\x9f\x30\xd8\x65\x9e\xcf\xdb\xfd\xfa\x19\x20\x48\xf6\xe8\x14\x06\xb5\x9f\xd3\xd9\xd8\xd7\x31\x84\xe3\x0a\x9d\xc2\xa0\xf6\xea\x3f\x6d\xff\x7b\xbe\x8d\xb4\x4c\x9f\x30\xa8\x1d\x57\xc5\xa3\x4b\x18\x54\xd3\xbf\x3e\x0e\x19\x9f\x8f\xc9\xf7\x36\x55\x87\x30\xa8\x6e\x98\xfd\x38\xaf\x08\xec\xf3\xf3\x0c\xeb\x23\x06\xb5\x3b\xa2\xd3\x47\xfc\xb8\x08\xc5\x35\x3a\x8f\x4e\xe2\xc7\x89\x45\x2e\x60\x79\x9c\x58\x04\xf6\x57\xcb\xff\x6a\xa4\x8f\xb5\x07\xbe\x12\xfa\x8d\x41\xea\xae\x5c\x7b\x9c\x6b\xf4\xe0\x38\x36\x13\xf4\xa3\xe3\x18\xec\x0f\x3e\x67\xd3\x4b\xfc\x1c\x2f\x31\xb1\x9a\x47\x2f\xf1\xe3\x54\x23\x3d\x2b\x8f\x6e\x62\x90\xfe\xf5\x89\xba\x89\x1f\xa7\x1f\xe9\x7a\x7a\xf4\x13\x83\xea\x84\xb5\xc7\xd5\x2a\xcf\x71\x1d\x7b\x07\xf5\x13\x83\xd4\x8b\x1f\x77\x1d\xc5\xe0\x4c\x9f\x7e\x5c\x99\x02\x76\xdf\xe3\x15\x6c\x3f\x3b\x08\xe8\x95\x7a\x74\x1e\x83\xa6\xd7\xe7\xd1\x77\x0c\xda\x79\xce\x5d\x97\x02\xce\x14\xf0\x47\x77\xf2\xe3\x06\x01\x86\xe7\x5e\x7d\xc7\xaf\xf3\x91\x8c\xf5\xbd\x4e\x48\x7a\xcd\xab\x60\xe0\xf0\x35\xaf\xc2\xeb\x9e\x85\xce\xe1\x78\xf5\x28\xbf\x6e\x06\x60\xc4\xf5\xd5\xa5\x0c\x9a\x13\x17\x5e\x3d\xca\xef\xef\x8c\x5f\xfc\x6b\x58\x86\x8b\x22\xac\xc9\xb4\xc8\x19\xe0\x04\x2b\x5e\x1d\xca\xa0\xe9\x2c\x79\x75\x28\x83\x34\xcc\xe4\xf6\xea\x50\x06\xa9\xfb\xe0\xbc\x3a\x94\x41\x1b\x3f\xcf\xb6\x2c\x52\xa3\xef\xe7\xfc\xd5\x77\x0c\xb6\x84\xe6\x9f\x3a\x8f\xc1\x6e\x2a\x57\xd0\x79\x0c\x76\x19\x66\xd2\x79\x0c\xda\x38\x7f\xd5\x22\xc9\xe4\x03\x56\x4e\xdf\x31\xd8\x9a\xd7\xbf\x6a\x12\xfc\xc4\xce\x1d\x7f\xf5\x13\x83\xd4\xd4\x18\xaf\x7e\xe2\xd7\x7d\x04\xca\xb9\x84\xed\xc7\x29\xec\xb4\xc3\x57\xa7\x30\x48\xa7\x3b\x7e\x75\x0a\x83\x74\x32\x3f\xbf\x0e\xb6\x41\x72\x32\xd0\xeb\xc8\x1a\xe4\x49\xdf\xfe\xea\x53\x01\x79\xf2\x10\xbe\x0e\xb6\xdf\x3d\xd8\x9e\xc6\x4e\x5f\x07\xd6\xa0\xba\x46\xf3\x75\x60\xfd\xba\xd7\x97\xf2\xe4\x75\x64\x0d\xaa\x49\x97\x5f\xa7\x52\xbc\xee\xf5\x75\x1e\x11\x47\xdb\xef\x19\x6d\x5b\x0f\x47\xdb\x20\x39\x9b\xea\x75\x60\x0d\x86\x3b\xcf\xbe\x8e\xab\x41\x36\xc3\xc4\xab\x93\x05\x64\x93\x33\xbc\x0e\xab\x5f\x57\x43\x4f\xff\x68\x33\x59\x0d\xdd\x92\x47\xd9\xcc\x41\x22\x66\xed\xe3\xa0\x1a\x44\xf1\x29\x72\x50\x0d\x52\x75\x5a\xe3\xeb\xa8\x1a\x44\xf1\xc9\x72\x54\xfd\x9e\x51\x35\x27\x73\x54\xfd\x3a\xaa\xb6\xae\x8e\xaa\x41\xa9\xd5\xa3\x6c\x64\x98\x96\x40\x6b\x3b\xac\x06\xe1\x77\xe6\xd5\xbd\x02\x4a\xf5\xa9\x72\x58\x0d\xc2\xdc\xcf\xaf\xc3\x6a\x50\x6a\xf5\x5c\xde\xa6\xb0\xef\xfc\x83\xbc\x7e\x1d\x75\x83\x69\x04\xf6\xd5\xcb\xf2\xb2\x31\xb8\x01\xf6\xd7\x41\x37\x98\x86\x33\x5f\xc7\xdc\x60\x1a\x69\x7e\x75\xbb\x80\xa9\x20\x7e\x1d\x85\xbf\x13\x0d\x48\xd7\xf8\x3a\xe2\x06\xd5\x2f\xfc\xab\xd7\xe5\x3d\xd3\x25\x9a\x27\xb3\xc1\x6e\xf6\xed\x2b\xe3\x38\xfa\x75\x63\x6f\xbd\x58\xaf\xe3\x68\xb0\xcb\xb8\x3d\x8e\x90\x41\x35\xef\xfa\xeb\x00\xf9\x75\xc7\x6e\xe7\x9f\xbf\x8e\x90\x5f\xe7\x90\x3b\x63\xe8\x75\x88\x0c\xaa\xa9\xcb\x5f\xc7\xc3\x60\x3f\xd3\x54\xd8\xb9\x10\x20\x1d\x8d\xf6\x3a\x48\x7e\xdd\x11\xcb\x99\x76\xaf\xa3\xe4\xd7\x1d\xb1\xe8\x7d\x5f\x47\xc9\xaf\xb3\x21\xce\x9b\xe4\x30\x19\xec\xcf\xa3\x97\xb5\xb1\x4c\x87\xc8\x4e\xa2\x7f\x1d\x28\x83\x7d\x9c\x2d\xf3\x06\x32\x52\xce\x2e\x57\x78\x9d\x44\x0e\x52\x76\x4a\xd3\xeb\xe8\x19\xa4\xf2\x63\x70\xf4\x3a\x56\x06\xa9\xe8\x00\x7f\x1d\x2c\xbf\xee\xa8\xe5\x97\xda\xc1\x32\xc8\x66\x84\x79\x1d\x2c\x83\xd1\x7d\x81\x1d\x2c\x83\xe1\x14\xf2\xd7\xc1\x32\x18\xfd\x9c\xcb\xe6\x33\x32\x2e\xbe\x9a\x8e\x8c\x41\x9e\xbe\xc0\x0e\x83\x41\x94\x9f\xe7\xb2\x4d\x37\x6b\xd5\x11\x2f\xaf\x63\x5e\x10\x85\xf1\xd9\xeb\x98\x17\xa4\xa1\x24\x7b\x1d\xf4\x82\x70\x07\xe6\xd7\x41\x2f\x88\x42\x9c\xfc\x75\xd0\x0b\xd2\xbf\xf7\xdc\x31\x2c\x08\xa7\x6b\xbe\x4e\x89\x00\xc5\x0c\x8a\xaf\xc3\x5a\x10\x66\x22\x78\x9d\x11\x01\x42\xff\xe0\xeb\xec\x07\x50\xaa\xcf\xae\x23\x5d\x50\x6a\xb3\xfe\xde\xcd\x87\x49\x85\x4c\x6a\x7a\xcd\x3d\x06\x8a\x1b\x23\xbd\x8e\x7d\x41\x98\x3d\xe0\x75\xf5\x34\x98\x8e\xe0\x5e\x47\xc3\xa0\x54\xc6\x4d\xaf\xa3\xe1\xd7\xcc\xe0\x0e\x08\x1c\x0d\x83\xd4\x8f\xc5\x1c\x0d\x83\x30\x1f\xc2\xeb\x60\x18\x84\xcb\xef\x5f\xc7\xc2\xaf\x2b\xaa\x19\xf4\xbf\x4e\x99\x78\xcd\x16\xee\xe0\xc2\xd1\x31\x08\x33\x30\xbc\x0e\x8e\x41\xa9\xa7\xae\x5a\xc7\x6c\xe1\x8c\x68\x5e\x87\xc6\xaf\xd9\xc2\xbb\xf5\xd2\x3a\xac\xa8\xae\xbe\xb0\x0e\x83\x5f\x97\x4f\xdb\x29\x3b\x0a\x7e\x9d\x70\xef\xab\xee\x28\xf8\x75\x45\xb5\x7d\xad\xa3\xe0\xd7\x09\xf7\x5e\xd1\x09\xf7\x60\xba\x0b\xc9\xeb\xc0\x18\x14\xbd\x42\xaf\x83\x60\x50\x74\x00\xbd\x0e\x82\xc1\x34\xcb\xff\xeb\x18\x18\x14\x23\xed\xaf\x43\x60\x30\x1d\xc7\xbe\x8e\x80\x41\xd1\x0f\xf8\x3a\x02\x06\xd3\x41\xf1\xeb\x00\x18\x4c\x87\xf5\xaf\x03\x60\x30\x1d\x89\xbf\xce\x9c\x00\xc5\xe8\xf1\xeb\x90\x18\x4c\x5d\x8f\xaf\x23\x62\x30\x55\x12\xaf\x03\x62\x30\xd5\x20\xaf\xe3\x61\x50\x0c\x9d\xbf\x0e\x87\xc1\x54\x48\xbc\x8e\x5f\x41\x31\xac\xfd\x3a\x58\x05\xd5\x24\x16\xaf\x83\xd5\xd7\x4d\xb7\xf5\xa6\xbc\x8e\x56\xdf\xb3\x8a\xda\x77\xc6\xd9\x0f\x60\x77\x02\xbb\x4d\x9f\x23\xd8\xcf\x5d\xb7\x9d\x82\xf7\x39\xfd\x01\xa4\xee\x48\xf7\x73\x54\xfb\xb9\x13\xb7\xee\xb6\xcf\x51\x2d\xd8\xff\xcd\x94\x55\xcb\x4c\x51\xdd\xbd\x46\xb3\x4c\xe9\xc7\x3b\xf7\x39\xac\xfd\x5c\x6f\xed\xc8\xf9\x73\xa2\x04\xd8\x65\x85\xb2\x69\xd9\xf1\x54\x76\xca\x2e\xcb\x5c\x70\x7e\xea\xf7\x5a\xa6\x0d\xe8\x57\x3e\x67\x40\x80\xd4\xf6\x77\xe3\x3f\x3b\xeb\xcf\x41\x2e\xa8\xee\x39\xf1\x39\xc8\xfd\x5c\x70\xed\xc5\x1c\xe3\x7e\x67\xc1\xb5\xc6\x70\x8c\xfb\x99\x87\xdc\xa9\xb0\x9f\x63\x5c\xb0\xcb\x3c\x9d\x06\x3a\xab\xb0\xcf\xf9\x34\x90\x9b\x6c\x1b\x4c\xfb\x1c\xe4\x7e\x67\x19\xb6\x0d\x77\x82\x04\xd8\xff\xb5\x2c\x2c\x53\x0a\x6a\x34\x47\xbe\xdf\x59\xae\xed\x8d\x76\x8a\xc4\x67\x66\x73\xfd\xc7\x9f\xa3\xe1\xcf\xcc\xe6\x86\x27\x3f\x87\xc3\x9f\x5b\x6f\x3b\x69\xfc\x73\x38\x0c\x6a\x3f\x4d\xd3\xb6\x09\xbd\xec\x6d\x76\x8a\x04\xa8\x26\x10\xfa\x9c\x21\xf1\xe5\x33\x28\xe0\xae\xb8\xf8\xfb\x73\xdf\x6d\xeb\xe1\xac\x09\x50\xbb\x4d\x70\xd2\xc4\x67\xfa\x73\x67\x2e\x7f\x4e\x9a\xf8\x4c\x7f\xee\xa4\xe1\xcf\x49\x13\x60\x97\x61\x4e\x27\x4d\x7c\xe6\x3f\x37\xae\xf9\x39\x41\x02\xec\x67\x1a\x13\xbb\xbc\x00\x54\xf7\x47\xf9\x9c\x34\x01\x52\x73\xec\xf4\x39\x69\x02\x54\xf7\x9d\xf9\x9c\x02\xf1\x39\x05\xc2\x15\x92\x9f\x53\x20\x3e\xd3\x9f\x1b\xb0\xfd\x9c\xee\xf0\xb9\xd0\x5b\x77\xd0\xe7\x74\x07\x50\x1d\x67\x7e\xce\x76\xf8\xca\x11\xc7\x98\xce\x55\x05\xa0\xfa\xa1\xff\x9c\x00\x01\xaa\xdd\xe0\xe7\xfc\x07\xb0\x2f\x40\xf3\x5d\x69\x00\xf6\xd9\xb8\x37\x46\xa7\x40\xb5\xd7\xfb\x9c\xff\x00\xd2\x19\x02\x7c\x86\xa7\xbe\xe2\x74\xb9\x62\xe5\x6c\x57\x39\x8a\x83\x1b\x66\x2c\x0a\xec\xe3\xa8\x8a\xf3\x1a\xbe\x7a\xbc\x03\x58\xdd\x00\xd5\xe7\xea\x6f\x5d\x6b\x9f\x11\x2a\x50\xed\x21\x3f\xd7\x16\x80\xea\xd0\xfe\x33\x00\xf5\xb9\x37\xb7\xee\xf1\xcf\x00\x14\x48\x27\xab\xd4\x67\x04\xea\x73\x6f\x6e\x83\x9d\x9f\x21\x28\xd0\xce\xa7\xc0\x10\x14\x68\xe7\xeb\x65\x08\x0a\x34\x3f\x9a\x9f\x21\x28\xd0\xce\xf7\xd1\x10\x14\xd8\xe7\xf7\x9f\xde\x7d\xb7\xe6\x76\xad\xfa\x67\x0c\xea\x73\x6b\xee\x60\xf4\xf4\x19\x84\x02\xbb\xe3\xa7\x22\x06\xa1\xc0\x3e\x0e\xcb\x39\xab\xe1\x73\x6b\x6e\xf7\x3a\xfb\x8c\x42\x7d\xce\x6a\x50\x94\x7f\x86\xa1\x40\x3b\x06\x36\x0c\xf5\x39\xa9\xc1\x69\xbe\x9f\x71\xa8\xaf\x1d\xe7\xba\x7f\xb5\xfd\xcc\x60\x70\x84\xfd\x19\x9b\x02\xfb\x0a\x96\x69\x00\xd7\x8c\x3b\x6f\xfb\x33\x60\xf5\xb9\x66\xfc\x7c\xbd\x9d\xd7\xf0\x39\xaf\xc1\x60\xd1\xe7\xbc\x06\xb0\xcb\x30\xa8\x91\x2d\xd0\xce\x93\xe8\xbc\x86\xaf\x1f\x97\x09\x06\x35\xda\xf5\xb9\x6a\xdc\x69\xce\x9f\xe1\xae\xaf\x1f\x37\x0a\x97\x70\xae\x03\x68\x8e\xff\x3f\x55\x39\x68\xe7\xe1\x34\x04\xf6\x39\xfb\xc1\x19\xd2\x9f\x4a\x1d\xb4\xf3\x82\xa9\xd4\x3f\x67\x3f\x38\x5d\xfc\x53\xaa\x83\x34\x4c\x11\xf0\x39\xfb\xe1\x3b\x1b\x7e\x0d\x2f\xa1\xed\x9c\xfd\xe0\xfa\xc2\x4f\x01\x0f\x9a\x53\x58\x3e\xf5\xfb\xd7\x8f\x72\xf0\x12\x9a\x04\xb1\x9e\x5d\xad\xf8\x19\x06\x03\x69\x38\x83\xfe\x53\xad\x83\xe6\xac\x96\x4f\xb5\x0e\xf6\x5f\x2d\xb3\xfd\xcc\x89\x70\x92\xcc\x67\x64\x0c\xec\x4f\x1d\x95\x53\xc2\x83\xe6\x7c\x98\x4f\x09\x0f\xf6\xd3\xe9\x61\xb6\x9f\xb9\x13\xd9\x98\xc9\xa7\x62\x07\xcd\x79\x48\x9f\x82\x1d\xec\xc3\x68\xab\x4b\x22\x40\x6b\xa7\x09\x3e\x11\x4c\x9d\x18\x6e\x1d\xfc\xa9\xe2\x41\x3a\x09\x0c\x3f\x65\x3c\x68\xe3\x67\x91\xad\x0f\xb2\x55\x22\x3c\x3e\x55\x3c\xd8\x92\xab\xfe\xa1\x37\x57\xe5\x83\x36\x90\x42\x9f\xf1\x34\xb0\xcf\xc2\x2d\x71\x85\x04\x68\xce\x65\xfa\x9c\x56\xf1\xb9\xce\xfc\xf4\xaa\x3a\x08\x40\x1b\x7e\x2f\x75\x10\x80\xa6\x37\xed\x73\xa6\x05\x68\x66\xc5\xff\xf4\x19\x7c\x4e\xb4\xf8\x85\xd7\xf4\xd1\x08\x1c\x6c\x61\xd5\x34\x97\x73\x2f\x7e\xfe\x55\xb7\x00\x48\xc5\xa8\xff\xa7\x5f\x00\xb4\xd3\xe3\xe9\x17\x00\xfb\x30\xea\xa6\x63\x00\xb4\xd3\x59\x1a\x9e\x03\xfb\x30\x1e\x03\x9d\x05\xdf\x3c\x0e\x36\x5a\xaf\xb7\xe0\x23\x3c\x57\x8c\xb7\x7e\x86\xe7\x40\x2a\x66\xd9\xf8\x0c\xc5\x81\xfd\x5f\x9e\x03\x43\x6c\x20\x95\xea\x27\xc4\x18\xdb\x87\x6f\xa0\x54\x3f\x0d\xfa\x06\x40\x3b\xdf\x7c\x5d\x03\x20\x15\xf7\xca\xfd\x0c\x9f\x81\x5d\x46\x95\xf5\x17\x80\x5d\x46\x95\xf5\x17\x80\x2d\xb4\xb1\x80\xfe\x02\xb0\x3b\x73\x8f\xb3\x19\x57\xb8\xa9\x22\xd5\xd3\x61\x00\x52\x39\xef\x95\x0e\x03\xd0\x5c\x0d\xf8\xe9\x2f\xf8\xf4\x17\xd8\xd3\xe8\x2e\x00\xb9\xf9\x98\xea\x2d\x00\xa9\x9e\x8e\xcb\x20\x1a\xd8\xef\x37\x15\xd1\x33\xf0\x19\x45\xf3\x73\xa1\xbe\x07\xfb\xaf\x9c\x4e\xe9\x0e\xaa\x93\x54\x3e\xa5\xfb\xe7\xb2\x71\x17\xa0\x7e\x86\xb0\xbe\xfb\x74\xdc\x9c\x4e\xa5\x0e\xda\xa9\x88\xaa\xfc\x73\x2b\x6b\xd7\x58\x7f\xca\x72\xb0\xaf\xca\x83\xe2\xda\x02\xb0\x2d\x42\x85\x0d\x24\x81\xe4\x04\x97\x4f\xc5\x0d\x92\x69\x12\x3f\x15\x37\xc8\xe6\x8f\xfd\x54\xdc\x20\x9b\x9f\xf6\x53\x71\x83\x74\x3c\x06\x9f\x92\x1b\xe4\x86\x8f\xf8\x53\x5f\x83\xe1\x22\xe3\xcf\x45\x09\x20\x37\xff\xa8\xe4\x06\xc3\x99\x62\x9f\x92\x1b\xe4\xc6\x04\xf1\x4f\x2d\x0d\xa2\xe0\x77\xfc\xd4\xd2\x20\xca\x39\xca\x46\xbe\xce\xb4\xf7\xeb\xac\x72\x06\x79\xda\x3b\xab\x9c\x41\x94\xe4\x51\xb6\x92\xa5\xea\x25\x79\x94\xad\xdc\x88\x72\x5a\x64\x23\x5f\x16\xcc\x7a\xeb\x14\xd3\xdf\xa7\xf3\x84\x5b\xa2\x72\x06\xe9\x5f\xcd\xd4\xc9\x20\xfd\x3b\x9b\x11\x24\x10\xae\xe5\xfd\xd4\xce\x9f\x9b\x6f\xf9\xdc\xaa\x9d\x3f\x37\xdf\xf2\xcb\xac\x50\xfe\xdc\x7c\x8b\x70\xf3\xa7\x2a\xfe\xdc\x69\xcb\x1e\x42\x55\xfc\xb9\xd3\x96\x9f\x6f\x97\x18\x80\xf4\xaf\x99\x2a\x65\x10\x2e\x02\xfe\x54\xca\x20\x5c\x3d\xfc\x29\x8b\x41\x18\x95\xfe\x94\xc5\xdf\x89\x13\x69\x46\x45\x30\x08\xe3\xd9\x9f\x31\x21\x10\xae\x28\xfe\x5c\x4d\x00\xc2\x40\xf8\x67\x94\x08\x84\x8b\x8c\x3f\x83\x44\xa0\x54\x3b\x38\x83\x44\x20\x9c\x2f\xf6\xa9\xb1\x41\xb8\x14\xf9\x33\x46\x04\x4a\x55\x8e\x29\xbb\x41\xa9\xaa\x31\x25\xf6\xe7\x4e\x5e\x1a\x51\x85\x0d\xa6\x7e\xd1\xa5\xc0\x06\x53\xf5\xb0\xd4\xd7\x60\xea\x02\x5d\xca\x6b\x30\xd5\x9d\x4b\x75\xbd\xdc\xef\x2b\x3c\x57\xb3\x88\xf9\x21\x7c\x33\x97\x3a\x1a\x4c\x43\x04\x4b\x19\xbd\x7e\xc1\x51\x99\xa2\x69\x11\x53\x46\xc2\x2b\x5e\x16\xe1\x5a\x98\x9e\xeb\xb6\x08\xc7\x08\xe3\x86\xa5\xac\x5e\x47\x56\x0f\x4f\xf6\x59\xa6\x6b\x81\xf1\xd5\x52\x24\xaf\xb3\x33\x17\xdf\xa9\xa5\x22\x06\x35\xff\x65\xaf\xee\xa5\x5e\x06\xd5\x34\x14\x4b\xb9\x0c\xaa\x09\x2e\x97\x6a\x19\x54\x93\x65\x2e\xc5\xf2\x3a\xc2\x98\xb1\xec\x52\x18\xaf\x23\x8c\xe9\x74\x96\xc2\x18\xec\x6f\x9d\xc7\x69\x88\x23\x8c\x4f\x73\xb4\x44\x42\xf2\x9d\xa2\xc7\x22\xe2\xc8\xc3\x8a\x68\x1c\x65\xf1\xb9\x80\xb6\x51\x16\xf3\x30\x2d\x65\xf1\x52\x16\x6b\x41\x65\xf1\x3a\xb2\xf8\x94\xd9\xf6\x23\x78\xe9\x37\x97\x82\x77\x1d\xc1\xab\x55\x15\xbc\xa0\x76\x9e\xe0\xa5\xde\x05\xd5\xb4\xcb\x4b\x69\xbb\x94\xb6\xe7\x64\xb6\x93\xb4\x66\x9d\x77\x72\x39\xf7\x7f\xe5\xa3\xf5\x3d\x99\x8d\xca\xa7\xff\xf2\x38\x5b\x65\x5e\x33\xe7\x64\x2c\x67\xf7\x83\xaa\xf3\x70\xa9\x76\xc1\xee\x6f\x69\xbd\x29\xcc\x40\x4a\x4e\x9b\x58\xca\x5d\x50\x75\x7e\x2e\xd5\x2e\xd8\x87\xd1\x06\xe5\xee\x32\xad\x99\x93\x43\x96\x7a\x77\xfd\xd3\xbb\x5e\xd6\xe7\xdd\xbc\x66\x86\x69\x96\x1a\x18\x54\xfd\xb7\x4b\x09\x0c\xf6\x61\x18\xdd\x19\x9a\xa0\xea\x73\x5d\xca\x5d\xd0\xf4\x69\x2d\xd5\xee\x72\xe6\xa5\xef\x85\x62\x77\x29\x76\xdd\xb5\x71\x29\x76\x41\x6a\x0e\x2d\x96\x62\x17\x34\x3d\x5a\xcb\xe9\x96\x60\xab\x3d\xea\xa6\x00\x5e\x66\x3a\xf3\xc5\x56\x00\x83\xa6\xbf\x62\xa9\x7f\x97\xf3\xf5\x9d\x6a\xb1\x14\xb6\xa0\x39\x64\x58\x0a\x5b\xb0\x6f\x03\x36\x52\xd9\xae\x93\xfb\x8c\x8f\xe8\x52\xc6\x82\x66\xbf\xbf\x54\xb1\xa0\x39\x13\x74\x29\x62\x97\xd3\xf5\x5d\x52\xbc\x9c\x36\xb9\x9c\xae\xef\xf2\xea\xe5\x74\xfd\xd5\xce\xd0\x82\xca\x29\x6c\x97\xd3\xf5\x5d\xb7\xbe\x14\xb6\xa0\x39\xe3\x7e\xa9\x6b\x97\xd3\x2b\xcf\x63\xa8\xb0\x5d\x8a\x58\x5d\x5d\xcb\x99\xf9\xab\x9d\x41\xb9\x97\xb0\xfd\x66\x3e\xd3\x5d\xb5\x54\xb6\x4b\x65\x7b\xde\x7c\x95\x2d\xd8\x83\x6b\xec\xa9\xb2\x05\xa9\x27\xdf\x56\x95\x2d\xd8\xc7\x79\x3e\xad\xd2\xce\xc0\xdc\x66\x1c\xb3\x10\x0d\xd7\x9e\x2a\x5b\xb0\x47\xcd\x96\x69\xa9\xee\x58\x9d\x7f\x2a\x6c\xc1\x3e\xcc\x32\x0d\xd5\xcd\x07\x46\x4f\xbe\x54\xb6\x60\x97\xd1\x0a\x65\xec\x42\xb3\x0e\xb3\xf8\x2f\x23\xc2\x20\x0d\xf7\x04\x58\x8e\xfd\x41\x0a\x37\xe1\x58\xc6\xf6\x40\x72\x36\xf2\x32\xb4\x07\x4a\xb5\xf3\x30\xb2\x07\x8a\xa1\xe4\x65\x64\x6f\xb9\xcf\xef\xf0\x51\x74\xa8\xbe\x5c\xe3\xec\x5d\x74\x54\x0e\xf6\x5b\xc8\x5d\x74\x54\xbe\x4c\xf0\xe4\x77\xce\x01\x38\xa8\x46\x2b\x96\x43\x66\xd0\xda\xb9\xa6\x8d\xda\x68\xa6\xe9\x5e\x86\xd7\x40\x73\x5f\xba\xe5\xb8\x1a\x24\xe7\xd2\x2e\x53\x11\x83\xdc\x18\x9f\x2c\x47\xda\xcb\x91\xf6\xf4\x8f\x56\xff\x76\xcc\xeb\xb7\xc0\x18\x1c\xd8\x0f\x2b\xcd\x34\x08\x07\xdc\xa3\x63\x39\x46\x07\x29\x8a\xdf\x38\x83\x70\x20\x0d\x67\x1f\x2e\xa7\xac\x81\x34\xd2\xb9\x82\xcf\x2a\x69\xa1\xc2\x99\x00\xcb\xf1\x3d\xd8\x65\xb6\xc1\x3b\xc5\x00\xbf\x0d\x3f\x24\x06\xe7\xc0\x3e\xce\xba\x68\x91\x8d\xee\x1c\xed\x65\x24\x0e\xa4\x33\xcc\x5d\x0e\xfa\x41\x72\x32\xd6\x72\x36\x19\x48\x86\xd7\x97\x91\x38\x90\x9c\x05\xb1\x8c\xc4\x81\x54\x7e\x7f\xd8\xa2\x7b\xa9\x1b\x40\x77\x31\xc2\x52\x36\x80\x74\xc6\xb7\x4b\xdd\x00\xfa\xb0\x2d\xea\x06\xb0\x0f\xe3\x8e\x2b\x1c\x40\x1f\x7e\xa0\x14\x0e\xcb\x6d\x82\xec\xfd\x8c\xcb\x81\x14\x3a\x54\x96\xc2\x01\x24\x73\xa3\x2f\x85\x03\xe8\x03\xcf\xce\x52\x38\x80\x3e\x34\xbd\xc2\x61\x19\xab\xf3\xb9\x33\x54\x07\xfa\x70\xc8\x60\xa8\x0e\xf4\xe1\x7d\x54\x5e\x80\x3e\xec\x35\xd5\x12\x20\xf5\xe2\xf9\x1d\xec\x83\x91\xac\xbf\x91\x33\x30\x92\x36\x73\xfc\x0f\xb2\x9b\x21\x2c\x23\x67\x60\x24\x7b\x6f\x15\x01\xc8\xa6\x5b\x5a\x0a\x02\x90\x4d\x83\xb8\x14\x04\x20\xbb\x89\xc6\x32\x72\x06\xb2\x8b\x61\x96\x61\x32\x90\xcd\x78\xb8\x14\x04\x20\x9b\x2b\x71\x39\xfa\x07\xd9\x1c\x88\xcb\xc1\x3f\x18\xe7\x13\x6a\x4c\x0c\x64\xb7\x32\x59\x8e\xea\x41\x6e\x4c\xfe\x5a\x8e\xea\xc1\x70\x3d\xd2\x72\x54\x0f\x86\x0e\x96\xe5\xa8\x1e\xe4\xe6\xc3\xe3\xa8\x1e\xe4\x96\x3d\xbd\x8f\xdd\x72\x58\x87\x97\x64\x39\xac\x07\xb9\x31\x57\x6d\x39\xac\x07\xc3\xf5\x49\xcb\x61\x3d\x18\xce\x73\x5a\x46\xd3\x40\x6e\xbe\x7c\x8e\xf4\xc1\x70\x15\xd3\x72\xa4\x0f\x06\x2b\xb6\xe6\x8f\x91\xbe\xc8\x6d\x3f\xc1\xf3\xc7\x48\x5f\xe4\xb6\x05\xce\xfc\x31\xd2\x17\x83\xa5\x4e\xf3\xc7\x48\x5f\xe4\x96\x33\x45\xd5\xa2\xca\x51\xfe\xb1\x59\xd4\x38\xca\x2b\x76\x8b\x48\x02\xb5\x5f\xf6\xf9\x63\x6a\x98\x48\xfd\x37\xfd\xe7\x6d\x19\xf3\x6b\xb6\xf5\xe7\x8f\x39\x5f\x22\xca\x39\xd9\x6b\x11\xf9\x8f\x66\x50\xb4\x2c\xda\x9d\xc1\xef\x47\x51\xb2\x91\x1b\xe5\x67\xbb\x93\x8d\x4c\x08\x58\xab\x9f\x6c\x24\xc1\xb0\xc6\x0a\xea\xf9\x4b\x36\x69\xa3\xfc\x92\x87\xd9\xa4\x8d\xf2\xdb\x37\x64\xfe\x92\x4d\xda\x28\xbf\xe4\x1f\x87\x45\x83\xa3\x2c\x9a\x16\x31\x11\x7a\xd2\x70\x86\xf1\x22\xcf\x89\xf5\x93\xed\xde\x28\xbf\x44\xbb\x93\xed\x4e\xb6\x1b\xeb\x27\xdb\xbd\x51\x7e\xde\x10\x46\xf1\xa2\xfc\xb4\x7e\xd2\x14\x49\x53\x50\xfb\xac\x29\xb2\xa6\xa0\x12\x59\x53\x64\x4d\x41\x83\xb2\xa6\xd8\x28\xbf\x1f\xf5\xca\xde\xef\x8d\xf2\xfb\x51\xaf\xac\x71\x36\xa2\x64\xda\x98\xad\x57\x66\xa2\xc2\xf4\x28\xeb\x95\x99\xa8\xd0\xb8\x1f\xd9\x7a\x65\x94\xf6\xa4\xf6\xc5\x4a\x14\x66\x25\x74\xce\x55\xac\x44\x61\xad\x41\xa7\xf6\xc5\x4a\x14\x67\x63\x78\xc9\x62\x2d\x0a\xe2\x7b\x7a\x98\xb7\xa8\x30\x51\xaa\x51\xfd\xe2\x2d\x32\xb9\x55\xf7\x92\xde\x22\x86\xe0\x15\xc5\x3c\x7f\xc5\x27\xb1\xa0\xbe\x3b\xf5\x2f\x5a\x9f\xb4\x55\xe1\x3d\x2a\xb6\xb2\x30\x3b\x6a\x58\x0b\x5b\x49\xd6\xaa\xa9\x5d\x8b\xad\x34\x6b\x55\xa7\xa8\xda\x4a\x52\x54\x4d\x9f\xcd\x6a\x2b\xab\x1d\xbd\x47\xd9\xa2\x4a\x4c\xbd\x7b\x94\x75\xdd\x28\xd3\x3b\x59\x7d\x9c\x2a\xf3\x06\x3a\xf5\xaa\x3e\x4e\x55\x79\xcc\x9d\xac\x3e\x4e\x95\x3c\x40\x93\x36\x56\x1b\x54\x1d\x41\x56\xcb\x6c\xd1\x46\x99\x3e\xd4\xd5\x16\x55\x5b\xe4\x51\xb6\x68\xa3\x4c\x9f\xba\xe6\xf3\x44\xd6\xaa\xe9\x63\xd1\x6c\x64\xb3\x91\x3c\x88\xcd\x46\x36\x3d\x05\xff\x1d\xd3\x9e\xbf\xe6\x9d\x6e\x38\x12\xfc\x22\x34\xcd\x42\x9e\xab\xf0\x5d\x6f\xde\x68\xf2\x5c\x4d\xdf\xb2\xe6\x8d\x26\xb8\xd4\x48\xd9\x31\x7f\xcd\xbb\xda\xc8\x3e\xe3\x23\xd2\xb4\x1e\x1b\xf0\x66\x4d\xd5\x34\x15\x7b\xda\x64\x6f\x74\xd3\x54\x8d\x79\x0b\x3e\xa8\x4d\x4b\xb1\xcd\x4d\x3e\xb5\xd0\x52\x8d\xa4\x3b\xd6\xb5\x6b\x16\x36\xd5\xcd\xbe\x07\x5d\xb3\x74\xe7\x98\x36\xee\x74\xd7\x2e\x1d\x6f\x83\x37\xbf\xdb\xf0\xee\x20\x15\xb3\x77\x1b\xce\xa0\xba\xb1\xcb\xd2\xfc\x75\x1f\x88\x7e\x9c\x07\xd4\xb6\xdb\x4c\xf7\xcf\x0d\x2f\x6a\x33\xbb\x92\xda\xa3\x6c\xa6\x5b\xe5\x32\x07\x65\xfe\xba\xed\xec\x0e\xde\xfc\xce\x75\x1b\xea\x3c\xce\xb0\xc8\x86\x76\x1c\x05\xe7\x9f\x3e\x12\x6e\x94\xcb\x1c\x9a\xf9\x1b\x36\x7e\x1c\x4f\x01\xcd\x1a\xb6\x74\x10\x40\x1d\xd8\x68\xd8\xd2\x71\x9c\x07\x96\xd9\x54\xf6\xc9\x65\x6a\xd5\xfc\x0d\xef\xf1\x20\x80\x3c\xb8\x07\xc3\x7b\x3c\x14\xd4\x95\xbb\x37\x34\xc8\x20\x01\x4d\x78\x98\xf6\x18\x8e\xda\x3d\x4a\x7b\x8c\xa3\xa7\xbd\xa6\x6f\xcd\x20\x59\xc7\x69\x81\x36\x1a\x26\xeb\xa8\xb6\x40\x1b\x0d\x92\x75\x9c\x46\x69\x22\x56\xde\x66\xdf\xf0\xa1\x89\x08\x1f\xa5\xf3\xa6\x0e\x6d\x34\x94\xe2\x5c\x33\x34\x11\x0b\x6f\xf1\x46\xcd\x5f\xf8\x7c\x84\xaa\x9b\x5b\x15\x5a\x28\x08\x1d\x16\xac\x11\x1a\x28\x14\xdd\x54\x36\x34\x90\x9b\xeb\x9e\x77\x30\xb4\x50\x1c\x0b\x79\x9c\x16\x22\x62\xc4\x7a\x97\xf9\x0b\x2d\x14\x64\x60\x28\x58\x28\xb4\x06\xa1\xa0\xe6\x23\x1f\x36\x33\x5c\xfc\x7c\x6a\x6b\x9b\x36\xda\x79\xf3\xa6\x6d\x9a\x2c\x26\xf6\xfd\x99\xb6\x89\xc4\xc3\xc5\xaf\xe2\xb4\x01\x1b\x3d\x79\x87\xa7\x0d\x98\x0e\x12\xb0\xcf\xb4\xae\x33\x38\x8a\x2b\x4e\x6f\xdd\x46\x4f\x7e\x74\xa7\xb7\x69\xa3\x27\x1f\x8d\xa9\xfd\x37\x7a\xf1\x1d\x98\x56\x75\xaa\x38\x30\xc5\x65\x55\x37\x7a\xf1\x61\xb9\xac\xea\x46\x2f\xbe\x29\x97\xcf\xec\xa5\x06\xf1\x8f\xde\x11\xa3\x3d\xf6\xce\x97\xb5\xdf\x70\x73\xd3\xf9\xbb\xb4\xbe\x71\x1d\xc7\x03\x97\x0d\xda\xe8\xc5\xb7\xe9\xd2\xf8\x44\x75\xea\xe9\xf3\x2e\xad\x7f\x99\x8e\xd4\x5a\xd8\x22\x66\x6d\xd6\xf3\xf6\x5f\x36\x69\xa3\x8f\x42\xcd\x6e\x9b\xb4\xd1\x47\xe5\x64\xb7\x4d\xba\x15\x14\xb4\xf2\xb6\x49\x37\x82\xa2\x60\xea\xdb\x26\xdd\x0a\x0a\x2e\x79\x7b\x8f\x36\xfa\x28\xdc\xb6\xdb\x56\xb2\x0f\xce\xf9\xb6\xdc\xb6\x12\x55\xc9\x2e\x4d\xf3\x77\xdb\x24\x04\xe4\xf9\x66\xdc\xde\xa3\xdb\x44\x96\x3e\x29\xb7\x0f\xd4\xc6\x48\x9a\xec\xb6\x95\x37\x43\xf2\x73\x32\x1b\xb9\x31\x92\x97\x7c\x6c\xd1\x43\xf2\x6e\xbf\x18\x8f\xd5\x7f\x98\x0d\xee\x6b\xf9\x58\x7d\x84\x62\x3d\x23\x87\xc7\xfa\x6f\x8c\xa4\x2d\x1e\x6f\xc9\x43\x7a\xd5\xe0\xe1\x7f\xac\xff\xc6\x48\xe1\xc9\xbc\x23\x0f\x22\xc3\xe7\xf5\xb1\x49\x1b\x23\x85\xb5\xb0\xfa\x0f\x0b\xf2\xfc\xd4\xbc\xd6\xe2\x65\x74\x54\xa8\xc4\x6b\x25\x5e\x2b\x61\x91\x46\x7c\x95\x0f\x58\xff\xb5\x5e\x1b\x63\x24\x6e\xee\x6b\xbd\x36\xc6\x70\x48\xfe\xfa\x3a\x6c\xa1\x36\x86\x4f\xe2\x6b\xbd\x5e\xa4\x82\x23\xeb\xd7\x8f\xd6\x8b\x54\x70\x78\xff\x6a\xfc\x57\xa9\xe0\xe9\xb5\xf4\x8b\x2e\x48\xff\x1d\xa4\x9e\xbf\xcf\xa7\x0d\x49\x38\x7c\xc2\x3f\xef\xcd\x87\x6c\xc8\x5c\xfd\xf3\x69\x43\x12\xb6\xcc\xd5\x3f\x6f\x17\x92\x70\x24\xee\xc3\xa7\xa1\x3e\x64\x83\x63\xba\x4f\x43\x7d\xe8\xac\x84\x39\x3f\x4d\xc0\xcc\xc9\xdf\xf9\xa3\x26\x20\x20\x54\xfc\x7a\x7d\xde\xad\x8d\x28\xa7\x12\x5a\x85\x80\x50\xf1\xb3\xf7\x69\x82\x8f\xd1\x73\xe2\x9e\x7e\x9a\x80\xe0\x4f\xf1\x1b\xb4\x6c\xe3\x46\x14\x0d\xb5\x6c\xe3\x52\xf6\xd2\xa0\x65\x1b\x57\xe1\xf4\xd4\x7e\xd9\xa0\xe5\xb8\xd8\xa3\x6c\xd0\x62\x44\xda\xa9\xea\xb2\xf6\x1b\xf3\x28\x84\x65\xed\x49\x46\x9c\x90\x84\xf3\xb7\xac\xfe\xc6\x3c\xe3\xee\xe5\x4d\x5d\x84\xb8\x1c\x82\x2c\x5b\xb4\x6c\x91\xe7\xf7\x91\x24\xd2\x53\xed\x9c\x96\x8d\x5c\x8e\xbb\x77\x51\x52\xff\x81\xa9\x90\x48\xea\x3f\x30\x55\x0d\x49\xfd\x07\xdc\xe6\x71\x26\xf5\x1f\x98\xca\x8d\xa4\xfe\x03\x41\x9c\x70\x26\xf5\x1f\x98\x8a\xa5\xa4\xfe\x03\xc1\xbc\xee\x99\x08\xfe\x88\xa9\x3e\x4b\x4a\x42\x10\x2a\xa3\x44\x3c\x48\xb8\x4d\xe5\x4c\x8a\xc4\x64\xf0\x67\xd8\xa0\xd7\x22\xc7\xe6\xd6\xfe\xb3\x88\x59\xb1\x74\x00\x49\x91\x08\x26\xa1\x86\x99\x14\x89\x60\x12\x3e\x99\x49\x91\x08\x26\x31\x8a\x99\x14\x89\xa0\x4c\xde\xd7\xa4\x46\x04\x93\x20\xcb\x4c\x0a\x42\x30\x09\x5b\xcc\xa4\x20\x04\x65\xf2\xc6\xa4\x64\x1b\x37\x2a\x9e\xc0\x99\xd4\x88\xa0\xfa\xb1\x4c\x6a\xc4\x64\xa8\x07\x07\xfa\x4c\x8a\xc4\xe4\x1c\x48\x3c\xe3\x33\xa9\x12\x93\x73\x20\xf3\xa9\xad\xc6\x48\x27\x12\x46\xd3\xd5\x89\xa0\x16\x6f\xaf\x3a\x11\xec\xc3\xb0\xa3\x42\x31\x19\xee\xc9\xb6\x41\xa5\x08\xf6\x65\xa9\xb1\x52\x11\xec\xe3\x68\xbe\x5a\x31\x19\x16\xca\x9a\x57\xb1\x98\x0c\x0b\xb1\x0a\x73\xa6\xac\x99\xb2\xd3\x45\xc3\xff\x6a\xa7\xec\x38\xce\x22\xed\x94\x0d\x21\x84\xa7\xd3\x50\xd9\x00\xd8\x29\xd3\x2a\xf9\x8c\x6c\x69\x5a\xd6\x2a\xd9\x77\xc5\x56\x68\x94\xec\xc0\xd6\x22\x6d\x72\xa6\x41\x86\x06\xd0\x28\xd9\x91\xad\x8d\x2d\x1a\xa5\x30\xad\x96\x5e\x2a\x29\x5c\x41\xed\xfe\x53\xe1\x0a\xf6\x3f\xb9\x82\xca\x35\x9d\xd9\x92\x38\x17\x92\xca\x35\x39\x5b\xd2\x1b\xab\x72\x4d\x27\x54\xd4\xbc\xa8\xcd\x77\x6a\xa4\xb2\x2b\x15\x9b\x4f\x6a\xa8\xec\x53\x5e\x7c\x4e\x4e\x1a\xa8\x53\x39\xdb\x75\xd2\x3b\x69\x4d\x65\x29\x48\x99\xd4\xad\x33\x55\xdb\x55\x4f\xbc\x84\x1a\xab\x55\xc1\x1e\xf5\x71\xd9\x6a\x2b\xcc\xba\x11\x5e\x57\xb5\x9a\x4e\x2e\x27\x2d\x50\xbd\xb1\x55\x27\xac\xd7\x55\xc2\x82\x54\x58\xfe\x38\x53\xb5\x69\x4c\x7a\x8c\x53\x64\xcb\xc8\xbc\xcc\x24\x8b\x99\x94\xb5\x20\xff\xb4\x93\xb2\x16\xe4\x9f\xcf\xb5\xb2\x16\xe4\x56\xfc\xa3\x77\x9a\x5d\x56\x5b\xc1\x98\xaa\xda\x54\xe9\xea\xf0\xfb\x24\x25\x2c\x18\x03\x4f\x53\x52\xc2\x82\xd4\xb3\xaf\xa6\x1a\x16\xe4\xc6\x87\x3e\x29\x52\x41\x14\x86\x4e\x49\x45\x0a\xa2\x54\x8f\xd2\x18\x6c\xbc\x5a\x18\x73\xa5\xa6\x2d\xd8\x78\xf5\xe7\x2d\x50\xa3\x82\x28\x8c\xb9\x92\x1a\x15\xa4\x9e\xfc\x5e\x37\x6d\xd1\xe8\xe0\xca\x7f\xef\x07\x32\x93\x1a\x36\x9d\x80\x91\x9f\x52\x15\x2b\x48\xa3\x78\xcf\x9a\xcf\xc5\xc6\xd4\xe7\x93\x54\xb1\x60\xea\x8b\x4a\xaa\x58\x30\xff\x87\xb1\x33\xc9\xf9\x9e\x85\xf1\xed\xfc\xae\xa2\x96\xf0\xa7\x07\xa9\x54\x7b\x49\x43\xf6\xbf\x84\x2b\x9f\xc3\x33\xfe\xde\xd1\x4f\xb2\x48\x00\x43\x88\x3b\x6c\xed\x47\x49\x25\x16\x58\x5a\xbf\x92\x4a\x2c\x60\x0a\x9d\x95\x54\x62\x81\xa5\x59\x2e\x75\x79\xd5\xfd\x29\xda\xa3\x8c\xe9\xda\x64\x3c\xe4\x55\x6b\x81\xa5\xb8\x95\x54\x6b\x81\xb2\x10\x06\x52\x97\x31\x01\x65\xb9\x6f\xd4\x6a\x81\xb2\xce\xf0\x9d\x78\xf7\xdc\xa7\x4b\xb5\x55\x20\x75\x92\xf1\xaf\xa4\xb6\x0a\xc4\x61\xc5\xc6\x54\x5d\x4d\xaa\xab\xe7\x5b\x52\x5d\x05\x6a\xf1\x27\xa8\xba\x0a\xd4\xe2\xc7\xaa\xba\x0a\xa4\xfe\x43\x2a\x49\xaa\xab\x40\x2d\xfe\x18\x55\x57\x81\x5a\xfc\x0b\xaa\xae\x02\xd1\xa7\xcd\x9c\xe8\xf0\x7f\xe0\xc9\xa7\x6e\x0a\xa4\x9e\xdd\x89\xaa\x98\x40\xfa\x69\xfa\x49\xea\x98\x69\x7a\x32\x61\x97\x48\x2a\x99\x40\xed\x87\xe4\xb4\xa6\x2e\x7c\x94\xc0\xa4\x96\x99\xe6\x39\xab\x59\x40\x35\x4a\xa0\xf6\x43\x72\xc4\x13\x83\xc3\x74\x20\x0e\x78\x7a\x54\x2f\x36\xc8\xf4\xfb\x9d\xc4\x2a\x1c\x92\x73\x20\xe0\x70\x94\xf3\x36\x3f\xe0\x69\x84\x98\x6b\x33\x5d\xc2\x69\xce\x6a\x99\xae\x36\x0a\x44\x3b\x38\xac\x3a\x9a\x96\x61\xdc\x1e\x2e\xcb\x75\x5d\x58\x21\xfc\x07\x2d\xa7\xbf\xce\xc1\xcc\x5c\x55\x35\x81\x38\x71\x7d\x9d\xb3\x20\x6c\x30\x69\x0f\x4b\xea\x9f\x40\xd0\x18\xca\x72\x1a\x24\x77\x3a\xbf\xcd\xe5\x2c\x88\x2e\x4c\xe7\xdf\xaf\x9e\x0a\xb4\xf3\xb3\x56\x4f\x05\xe2\x6d\x30\x40\x45\x15\x88\x47\x59\x1d\x35\x55\x20\xda\xc1\x63\x55\x55\x20\x68\x74\xab\xae\x0a\xb4\xf3\x13\x56\x57\x05\xe2\x7f\x60\x17\x2e\xe2\x65\x48\xb1\x4b\xa6\x6a\x0a\x04\x0d\x06\x5c\x32\xe5\xdc\x50\xec\xd2\x64\x8a\x37\x14\xb5\x73\xa5\x4b\xa6\x50\xd1\xa6\x7a\xdc\x5d\x32\xe0\x5c\x46\x4c\x76\x2b\x03\x2e\xbd\xf6\x36\x93\x01\x97\xb9\x17\xdd\x15\xaa\xb5\x40\x3c\x4a\xaf\xea\xb5\x40\x6b\xfe\xd3\xd5\x6b\xd3\x7d\x7e\x4c\xbc\x4e\x2d\x16\x38\x36\xad\xa4\x16\x0b\x44\x33\x1f\xf5\xeb\x44\x8d\x1d\xe7\xf7\x7a\xcb\x13\xeb\xe3\x4c\x97\xe7\x76\xfe\xb7\xe9\xd8\xe4\xd3\xed\xfc\xa9\x8f\x33\x3c\x26\xd4\x77\xd3\x9f\xbe\x2b\xcd\x3d\x71\x9b\xb4\x4c\xc1\x44\x1d\x18\x48\xa5\x9e\xa1\xc8\x13\x8b\xe6\x54\xbb\x7d\x64\x80\x05\x72\x64\xa7\x5a\x30\xd0\xb8\x8c\xb1\xd2\xe3\xfc\x75\x97\x56\xe7\xaf\x66\x0c\xa4\xd2\x3c\xec\x54\x8d\xd3\x9f\x6a\xcc\x4a\xa8\x1a\x03\xed\x7c\x14\x8f\x3c\xd1\x89\xea\xf9\xaa\xb6\x9c\x2c\x07\xeb\x49\xf4\xc8\x91\xc7\x53\xd8\xd1\x3a\xfb\x87\x40\xe2\xf3\xa0\x93\xc7\x49\x5a\x4e\x2b\xe7\x6e\x70\xe5\xe9\xd1\xa9\x73\x9d\xf1\xe7\x32\x3f\x6e\x87\x87\xdc\x25\x18\x7c\xd2\x2b\x33\x5e\xa3\x43\x19\xfd\x2b\x33\x8e\xd7\x94\x89\xbf\x4e\xdc\x2a\x40\x2e\x94\xca\x38\x60\x50\xf7\x4a\x2a\xe3\xc0\x18\x78\x93\x92\xca\x38\x90\x74\x9b\xae\xa4\x36\x0e\xe4\x86\x92\x99\xd4\xc6\x81\xdc\xd0\x28\x93\xda\x38\x90\x9b\x7f\xef\xd7\xbd\xa1\x82\x9e\x1d\x98\xac\x78\x15\x51\xfe\xc1\x0c\x9e\x54\xd6\x93\xca\xfa\x19\x90\x6c\x21\xc3\xc7\x9f\x08\xa3\xa2\x0d\x8c\x81\x0b\x27\xa9\x68\x03\xe5\x87\x56\x9d\x54\xb4\x81\x59\xb0\x7d\x26\x15\x6d\x20\xb5\xe2\xff\x76\xcb\x85\xad\x37\x0b\xf6\x6d\x99\xb0\x91\x57\x14\x91\xd4\xc7\x81\x59\x14\x54\xd5\xc7\x81\xf2\xc3\x4f\x95\xd4\xc7\x13\x01\x9a\x05\x33\x64\xda\x32\x41\x7d\xbc\xfa\xa0\xb3\x54\x1f\x3f\x33\x72\x3f\x10\x9f\x49\x29\xb2\x95\x54\xbe\x81\x59\x2a\xaf\xff\x9c\xa4\xca\x37\x9e\x8c\xa4\xf2\x9d\x54\xbe\xab\x0f\x3a\x49\x94\xef\x9f\xa7\xcf\xe7\x84\x08\xbc\x2c\x4a\xe3\x9f\x13\xfa\x98\x10\x36\xe5\xa4\x8a\x0e\xcc\x82\x15\x38\xa9\xa2\x03\xa9\xe9\xaa\x4c\x2a\xdf\xc0\x3a\xf3\x56\xf9\x06\x52\x3d\x5f\xbc\xda\x37\xb0\x9c\x65\x56\xfb\xce\x6a\xdf\x2c\x52\x56\xfb\xce\x6a\xdf\xc9\x56\x59\x12\x02\x16\xe2\x43\x56\xfb\xce\x6a\xdf\xc8\xeb\x59\xed\x1b\x58\x24\xc3\x59\x59\xed\x3b\xab\x7d\x17\xdf\xd5\x25\x75\x5a\x55\x48\x43\x12\xb9\x8b\x90\xa5\xb3\xda\x77\x3e\x0e\xd9\x66\x97\x4b\x1a\xea\xf7\xf0\xc9\x4b\xd2\xc5\x28\x0a\xa4\x47\xd2\x03\x69\x41\x7a\x25\x71\x3d\x97\xa3\x29\xab\x91\x03\xa9\xd6\xe1\xc8\x3e\x69\xb0\x87\x55\xca\xaa\xe4\x40\xa9\xa8\xa5\x59\x95\x1c\x28\x95\x33\x2d\xab\x92\x03\xcb\xcd\x99\x93\xec\x49\xc7\x4f\xc8\xc8\x54\xd3\x33\x7e\xdb\x3a\x6c\x26\x33\x50\xd3\x7f\xc5\x56\x32\x23\x61\x8a\x28\xb6\x72\xe2\x09\x43\x0d\x82\x7f\x56\x27\x07\x96\xf2\x7b\x56\xfd\x06\xd6\x2f\x3b\x7c\x67\x89\x47\xd6\x13\x3e\xab\x19\x03\xde\x33\x58\x59\xc5\x18\x58\x3f\xac\x45\x39\xbb\x6e\x99\x75\xe3\xc8\xcc\xaa\xca\xc0\xf2\x7c\xcc\x6a\xca\xc0\xfa\x71\xc0\x64\x35\x65\x20\x1d\x5f\x6e\xce\x8e\xd5\xdb\x81\xc5\x85\x53\x53\xce\x56\x17\xe2\xda\xd3\xca\xaa\xc5\x40\xfa\xe9\x71\xcf\xea\xc5\xc0\x52\x4c\xcb\xaa\xc0\xc0\xd2\xa8\x9c\x55\x81\x81\x45\x54\xc4\xca\xaa\xc0\xc0\xd2\x3a\x99\xd5\x80\x81\xe5\x41\x9d\x55\x80\x81\xb2\x1c\xad\x0a\x30\x90\x1a\x21\x48\x2b\xeb\xbb\x05\x16\x11\xf5\x2b\xeb\xbb\x05\xca\x72\xff\xab\x26\x03\x65\xc9\x21\xb5\x64\xa0\x2c\x59\xab\x96\x0c\x2c\x35\xf8\xac\x83\x17\x88\x3f\x9b\xb3\x94\x19\x05\x7f\xa8\x9b\x51\x5d\x3a\xeb\xe1\xf5\x5b\x55\x95\x06\xca\x72\x67\xa8\x49\x03\x65\xb9\xff\x55\xa4\x81\xd8\xec\xf4\xa9\xd2\x0c\xa4\x5a\xe5\x6c\x75\xea\x15\x67\xa6\x3b\x48\x3d\x1a\x58\xe4\x61\x5b\x59\x95\x19\x58\x1a\xe2\xb3\x2a\x33\x50\x96\x1b\x41\x95\x39\x9b\xaa\x72\xd9\xca\x35\xc7\x13\xbc\x3c\x7e\x54\x99\x81\xa5\xf1\x39\xab\x32\x67\x1d\xc1\x9e\x35\xaa\xcc\xc0\x22\xdc\x64\x65\x1d\xc1\xc0\x22\x6d\xca\xca\x6a\xd1\xc0\x22\x4e\x65\x65\xb5\xe8\xac\x23\xd8\xb3\x46\x25\x3a\xeb\x08\xe6\x58\xcc\x2a\xd1\xc0\x22\x80\x66\x65\x3d\xbd\xc0\x32\xdc\x24\xab\x57\x03\xa9\x51\x3a\x60\x65\x15\x6b\x60\x69\x84\xce\x2a\xd6\x40\x59\x7e\x98\x2a\xd6\x40\x3a\xa6\xdd\xac\x16\x0d\x94\xe5\x57\xae\xf7\x17\x28\xeb\x1f\xea\x66\xaf\xac\x27\x18\x48\x95\x3b\x4d\x2b\xab\x58\x03\x4b\x8d\x28\xab\x57\x03\xc9\x4b\x71\x2b\xab\x58\x03\x8b\x3c\x19\x2b\xab\x58\x03\x8b\x0b\x21\x2b\xab\x58\x03\xb1\x71\xe0\xa9\x9a\x35\xb0\x0c\xe1\xc9\x6a\xd6\x40\x59\x9e\x75\x6a\xd6\xd9\x84\x9a\x88\xef\xb9\xcb\x2c\x13\x6a\x4e\xdf\x25\xb3\x3a\xf9\x09\x96\xad\xe4\x02\xce\xe1\x63\x40\xcf\xaa\xd1\xc0\x22\x93\xce\xca\xfa\x86\x81\x45\xca\xc0\x95\xd5\xac\x81\xd4\xba\xc7\x87\xce\xe1\xac\xb6\x8d\xa1\x3a\xab\x6d\x03\x8b\xa8\xa4\x95\x55\xb6\x81\x65\xd8\x50\x56\x63\x06\x42\xc7\x65\x67\xaa\x31\x67\x4b\xc8\xea\x2e\xcb\xaa\xcc\xf9\xa8\xcc\x8c\x56\x95\x39\x1f\x95\xd9\xd3\x42\x95\x39\x1f\x95\xd9\xcf\x41\x17\x2f\x50\x15\x71\xb3\x5a\x34\x50\x8b\x27\x88\x1e\x5e\x20\xfd\xf4\x01\x66\x5d\xbc\x40\xfa\x15\x37\x99\x2e\xde\x6c\xf1\x59\x6d\xb9\x59\x05\x1c\xa8\xfa\xf2\xb2\xfa\x77\x36\xb9\xb2\x36\xb5\x3c\x9d\xbe\x3a\xb9\xa6\x80\xac\x4e\x9e\x2d\xa5\xe4\xf4\xd5\xc9\x81\xd4\xb8\x3f\xb6\xb2\x3a\x39\x50\xf5\x33\x66\x1d\xbf\x59\x35\x5d\xfb\x59\x56\x4d\x07\x82\xc6\xc4\xf4\xfc\x02\xd1\xab\x5d\xc8\x3a\x6a\xd2\xb6\xf3\x2b\x52\x79\xcf\x2a\xef\x7a\x3c\xb3\xca\x7b\xb6\x12\x93\x51\x38\x59\xed\x1d\x88\x76\xce\x4c\xe6\x4d\xad\xcf\x1e\x13\x6a\xef\x40\xf4\xcb\x6e\x52\x7b\x07\xd2\x4c\x8e\x45\xcf\x31\x50\x8b\x07\xb0\x9a\x3a\x50\x55\x24\xb2\xce\x64\x20\x7a\xa0\x57\xbd\xc9\x40\xf4\xc0\xf2\x2c\xb9\x12\x50\x0f\x53\xf4\x30\x03\xd1\x8c\x49\x2c\x99\x42\x2d\xa6\x33\x57\x4d\x01\xd9\x5a\x4c\x7f\xbd\xca\x93\x75\xb6\x13\xfc\xd4\x14\x90\x4d\x42\xa4\xee\x9a\x35\x05\x00\xb5\xf8\x93\xd2\x14\x90\x2d\x6e\x5b\xfc\x3f\xa8\xe3\x67\x93\x10\x19\x9e\x92\xd5\xf1\xb3\x49\x88\xce\xd2\xaa\xe3\xe7\xeb\x6c\x14\xba\x55\xc7\xcf\x16\xb2\xd5\x9a\x9f\x2f\x99\x72\x1d\x4b\x3b\xbc\x53\xf1\x07\x82\xe6\xb3\x32\xe5\xf2\x23\xf3\x14\xd2\x18\x00\x44\xbf\x8c\x59\x63\x00\x50\xcf\x76\xd7\x16\x00\x44\x33\xbb\x90\x2b\xd7\xe1\x0a\x9c\xd2\x16\x90\x4f\xf1\x26\x4f\x80\x4b\xae\x5c\x70\xc5\x2f\x4a\x5b\x00\x90\x8e\xc7\x2c\xab\xe4\x03\xe9\xb8\xdf\xb2\x5a\x3e\x50\xcf\x7f\x41\xef\x35\x50\xcf\x11\xa3\xde\x0f\xa4\xdf\xf9\x91\xaa\xf8\x03\x41\x63\x70\x2a\xfe\x40\xfa\x19\xc3\x90\x55\xfc\x81\x7a\xce\x3a\xf5\x7e\x20\xd5\x23\x0b\xab\xf7\x03\xa9\x95\xea\x80\x9d\xeb\xad\x49\xcb\xc1\x39\x55\x0b\x3b\x79\x14\xa9\xe2\x03\xa9\x69\xd1\xca\x3a\xba\x81\x74\x7c\x88\x59\xb5\x3f\x9f\x2a\x4e\x4e\x4c\xbd\x1f\xa8\xe7\xbc\x56\xef\x07\xd2\x4f\xd3\x52\x56\xef\xcf\xcf\xb1\xde\xd1\x85\x3a\x3e\x50\x8f\x20\xa1\x8e\x9f\xad\xe2\x74\x7e\xf5\x2a\xf9\x40\x3d\xa7\xb3\x2e\x71\x20\x7a\x60\x5e\x2a\xfe\x40\xd0\x1c\x9c\x2c\x21\x64\xfa\xa7\x01\x36\x6b\x0d\x00\x52\x3a\x3f\x30\xcd\x01\x40\x70\xdd\x67\xfd\x2a\x48\xe4\xf9\x3b\xbf\x6d\x0d\x02\x40\xd0\x58\x0a\x2d\x02\xd9\xe4\x9e\x46\xba\x64\x4d\x02\x40\xcc\x96\x3e\xb4\x09\x64\x0b\x43\x85\xac\xf3\xdf\x3f\xf3\x57\x46\xbe\x6e\x2d\xf8\xa8\x19\x21\x5b\x37\xea\xfc\x58\xb5\x23\x00\xa9\x1a\x44\x93\x35\x24\x64\x93\x84\x1e\xc9\x53\xab\x41\x36\x21\xa8\x96\xc1\xac\xd9\x20\x5b\x38\x4a\x0b\x62\xd6\x6e\x90\x4f\x92\x50\xb7\x88\x6e\x7c\x20\xf5\xe2\xfa\x69\x07\xc8\x66\xff\xd4\x22\x99\x5f\x39\xf4\xca\x21\x8f\x61\x8d\x03\xf9\x3d\x1c\x62\x7c\xfa\xea\x81\x18\x1f\x7d\xe8\xac\x07\xe2\x59\xb8\xa6\xc5\x00\x88\x6d\x08\x77\x35\x19\x64\x33\x80\x3a\x14\x4d\x06\x59\x93\x81\x91\xbf\x59\x93\x01\x10\x5d\xf8\x3a\x59\x60\x0a\xd0\xa5\x40\xa0\xd1\x20\xef\xb3\x99\xa4\xc9\x02\x6b\x0b\x6b\xba\xcc\x9a\x0d\xb2\x29\x40\x5d\x53\xdd\xf8\x40\x3a\xf1\x14\x59\x53\x02\x90\xfe\xb6\xb5\x86\x03\x20\x4e\x44\x39\x20\x57\xf6\xe1\x0a\x1c\xd0\xbb\x0f\xd4\xa3\xb4\x68\x60\x00\xa2\x99\x34\xf7\x05\xd7\x3d\xdb\xd1\xb2\xb4\x3a\xe4\xcf\x5b\xad\x6e\x82\x4f\x0e\x50\x82\xb8\x15\x5c\xe4\x59\x23\x03\x90\x52\xc5\xce\x95\xb5\x32\x00\x75\xa9\x3e\x69\x65\xc8\xe6\x00\x3d\x3a\xad\x66\x86\x7c\x22\x01\x54\x7d\x8d\x04\xc8\xa7\x82\x94\x5c\x31\x14\x20\x5b\x41\xca\x63\x5d\x6b\x04\x90\x4e\x58\x44\xd6\x1c\x01\xc4\xa3\xce\x4c\xa6\x9c\xb2\x52\xc8\xa5\x45\x7b\x04\x10\xed\xa4\x25\x69\xda\xd1\xd1\x15\x8b\x16\x09\x20\x9e\xcd\xd0\x8a\xb4\x73\x25\x7b\x41\xab\xd2\xf0\x70\x4e\x49\x5d\x92\x1e\xce\xee\xa3\x43\x1a\xa2\x5d\x62\xab\x14\x4d\x10\xc5\x62\x53\x8a\x7b\x45\x13\x04\x10\xc3\x2b\xd0\x6e\x69\x87\x2b\x3e\xfb\x48\x33\x2d\xe5\xf2\xd9\x57\x9a\xae\x84\xe1\xd4\xb6\x34\xd9\x32\x7c\xdf\x27\x4d\xb6\x10\x29\x5c\xb4\x43\x00\xd5\xa8\xe6\xa2\xd1\xa1\x58\x5a\x4a\xe7\x55\xd1\xea\x50\x2c\x2d\xa5\x25\xa5\x68\x75\x28\xa7\xb4\x94\x2c\x30\x82\x1c\xa8\x46\x40\x14\x2d\x11\xc5\xca\x52\x5c\x8f\x5f\xc5\xf0\x00\xa0\xe9\xe7\x29\x9a\x22\x80\xba\x4e\xab\x4b\x12\xd1\x8b\x4e\xd5\xe8\x00\x20\xc6\x36\xa0\x39\xfd\x74\xa6\xef\xa3\x4e\xdf\x92\x51\xc6\x49\x17\x43\x01\x80\x78\x96\xb9\x1a\x0a\x00\x54\x6e\x6c\xaf\x62\x24\x00\x50\x8d\xe0\x2e\x06\x02\x00\x95\xbb\xd8\xab\x68\xed\x00\xe2\x65\x30\x44\x73\x07\x10\x0c\xf1\x51\x19\x92\xcf\xdf\xd9\x67\xe5\x08\xf7\x43\x0d\xeb\x2e\x1a\x3c\x80\x18\xaf\xaf\x93\x49\xd4\x90\x32\xc0\xa1\x18\x1a\x00\x44\x0f\x0d\x9a\x5c\xca\x7e\x4f\xd3\x76\xb2\x89\x14\x49\xeb\x90\xdc\x38\xd9\x2c\x05\xee\x6b\xed\x22\x40\x70\x4e\x9a\x9c\xcb\x54\x69\x5b\xf6\x20\xe3\xbc\x5a\x6a\xa7\x9a\x4a\x8a\x57\x4b\xf5\x36\x14\x6d\x25\x40\x88\xf1\xf0\x5c\xcb\x48\xf1\x6a\xa9\x1f\xa2\x96\x91\x72\xae\x96\xca\x73\x4d\x23\xe5\x5c\x2d\xe5\x63\x2f\x9a\x46\x80\xba\x1c\xaf\x76\x90\x72\x32\x29\x75\x7b\x95\x25\xe7\x1a\xa9\x8b\xa3\xd9\x03\x88\x76\xd0\xb4\x5e\x00\xa9\x6b\x48\x2e\x9a\x2f\x80\x34\xb4\x35\x16\x83\xd6\x81\xd4\x7e\x48\x27\xc5\xd8\x00\x20\x1d\x3f\x77\xd1\xcc\x01\xa4\x4e\x89\xbe\x55\x34\x73\x00\xa9\x1d\xbe\x6b\xe7\x00\x82\xc7\x4c\xd7\x78\x81\x62\x92\x24\x7f\xab\x45\xe3\x07\x10\xd2\xd3\x7f\x5f\xcf\x5e\x45\xe3\x08\x90\x92\x76\x8f\xa2\x75\xa4\x98\x45\x89\x73\xb9\x68\x1d\x29\x66\x51\x92\x91\x5a\x47\x8a\x59\x94\x94\x23\x8b\xe6\x11\xa0\x19\xec\x52\x34\x8f\x14\x93\x28\x51\xec\x6f\x15\xed\x23\xc5\x4a\x1e\x0b\xbb\x7d\xd1\x40\x52\x9a\x6e\x3b\xc4\x89\xa2\x39\x04\x88\x76\xd2\xe4\x19\x77\x4d\x55\x7d\x8b\xc6\x0f\x20\x9a\xd1\x85\xc6\x0f\x20\xd8\xc3\x50\xb4\x7e\x00\xd1\x0e\x36\x6a\xfe\x00\xa2\x9d\xef\x93\x27\x4d\x9e\x54\xbb\x95\x27\x4d\x9e\x30\x59\x4d\x22\x40\xd3\xe1\x5d\x0c\x26\x00\x62\x12\xb0\x4e\x9b\x07\x10\xbd\xda\x83\x0c\x38\x46\x0f\x4c\xe7\x45\xa3\x07\x10\xcf\xb2\x91\xb4\x7a\x00\xf1\x2c\xdd\x6a\xf6\x00\xd2\x30\x32\xae\x68\xf6\x00\x62\xc4\xd2\x64\x14\x61\xf1\x49\xa1\xa3\x68\xf8\x00\x9a\x01\x4a\x45\xc3\x07\x10\xda\xa5\x5d\xc8\xa8\x2e\xa3\xaa\xed\x64\x14\x69\x94\x9a\xce\x84\x62\x9c\x01\x90\x8e\x3b\xbb\x18\x68\x00\xc4\x34\xa4\xc9\xa9\x6e\x0e\x77\x0f\x35\xcd\x26\x80\x79\x5c\x56\xd1\x6c\x02\xc4\xa3\x70\x54\xbb\x09\x10\x7f\x52\xba\xd5\x48\x02\x78\x25\x7d\x95\x21\xa3\xc6\x61\x14\xaf\x33\x22\x01\x48\xf5\xfc\xad\x8d\x48\x00\x92\x99\x8f\x56\x31\x24\x01\x68\x06\x90\x15\x0d\x2c\xc5\x08\x7a\x85\xb3\xa2\x81\x05\x88\x2e\x18\x9d\x06\x16\x20\x4e\x5c\xbb\x95\x29\xc6\xd0\x6b\xf6\x2c\x5a\x58\x80\x38\x4c\x1c\x8a\x4c\x31\x88\x9e\xba\xe7\xab\x68\x62\x01\x62\xcd\x1c\x9e\x5c\xc1\xc6\xd2\x28\x59\xba\x8a\x36\x16\xc0\x8c\x76\xab\x68\x4e\x01\x52\x56\x71\x2c\xda\x53\x80\x74\x94\xae\xa2\x3d\xa5\x18\x47\x8f\xe4\x54\x34\xa7\x00\xd1\xab\xcd\x64\xd4\x3c\x42\x9c\xed\x64\x14\x91\xf4\xe3\xe7\x6c\x35\xa8\x00\xa9\x35\x3c\x51\x45\x83\x0a\x90\xda\xcf\x5f\x82\x06\x95\x62\xf2\x25\xcd\x38\x45\x83\x0a\x90\xb2\xea\x6f\xd1\xa0\x02\xb4\xea\x46\xd6\x76\x02\x44\x33\x87\x27\x53\x8c\xb9\xd7\x3e\x53\xb4\x9d\x00\x41\xf3\x59\x3f\x34\x23\x1f\xd4\xe2\x8a\x91\x0f\x40\x6a\x46\x24\x16\xed\x29\x40\xca\xda\x36\x8a\xd1\x10\x40\xf4\x0b\x97\xb5\xa8\x00\xed\x08\x71\x1a\x54\x80\xe8\xd6\x66\x72\x85\x82\x58\xd5\xef\x47\x83\x0a\xd0\x8c\x5d\x2d\xda\x53\x80\xe6\x2d\x8a\xa2\x3d\xa5\x58\x1c\x45\xeb\x4c\xd1\x9e\x02\x34\xef\x2a\x14\xcd\x29\x40\x0c\xcd\x66\xb2\xc9\x7a\xd7\xc3\x3d\xa6\x3d\xa5\x58\x1b\x45\x53\x4c\x31\xb4\x02\x88\x2e\x58\x1d\x63\x2b\x80\xa0\xd1\x4e\xbb\x4b\xf1\x8a\xb8\x1e\xb3\xa2\xdd\xa5\x9c\xd8\x0a\xb4\xd8\xa2\xdd\x05\x68\xd5\xf3\x5d\xb3\x0b\x10\xdc\x64\x78\x9a\x5d\x80\xa0\xb1\x8a\x9a\x5d\x8a\xf1\x16\xdd\xd5\xd6\xec\x02\xc4\x50\x6c\x27\xef\x4e\x0c\x06\x6a\x60\xd1\xec\x52\x8c\xc1\xd0\xf2\x54\xb4\xbb\x00\x29\x77\xcf\x1e\xed\x2e\xc5\x18\x0c\x4d\x8f\x45\x1b\x4b\x31\x06\xa3\x3a\x33\x39\x75\x1d\xb5\x00\x2e\x6b\x77\x01\x5a\xf5\xc4\x33\x06\x03\x08\x06\x40\x33\x06\x03\x68\xde\x99\x29\x5a\x67\x80\x18\x1c\x13\xd3\x3a\x03\x04\x0d\x46\x69\x9e\x01\x5a\xf5\x47\xa3\x79\xa6\xdc\x87\x4f\x0c\x4e\xf3\x4c\x31\x2e\x23\xaf\x7f\x50\xd8\x8b\x96\x9a\x72\x1f\x96\xf9\x1a\x59\xc6\xf5\x83\xd6\xdc\xa9\x9a\x6a\x80\x34\x8a\xac\xd5\x54\x53\x8c\xd1\x68\x2e\x81\xf1\x18\x40\x08\x88\xec\x10\x0d\x33\x40\x6a\x47\x04\xd1\x30\x03\xa4\xdc\xe5\xa3\x56\x98\x72\x32\x54\x29\x63\x68\x85\x01\x5a\xf7\x5b\x35\xf8\x02\x88\x47\x61\xa4\x56\x18\x20\x36\xb5\x8f\x3a\x35\x42\x2d\x72\xf7\x27\xab\x19\x06\x68\xdd\x45\xd6\xe2\x52\xcc\x6d\xd5\xfd\xdb\x6b\x71\x01\xd2\x31\x60\x15\x2d\x2e\x40\xbc\xce\x59\x38\xdb\x80\xd6\xfd\x0a\x35\xb8\x00\xf1\x3a\x9b\xc9\x80\xc7\x58\x51\x7f\x13\x1a\x5c\x80\xa0\xd1\x85\x06\x17\xa0\x35\xcf\x39\x0d\x2a\x40\xbc\x0e\xbe\x6b\x51\x01\x52\xef\x1e\x6a\x5a\x54\x80\x68\x07\x03\xb4\xa8\x00\x41\x63\x6d\x8d\xcd\x00\x5a\x77\x69\x35\xb2\x00\xed\xef\x6d\xb2\xe9\x95\x4d\xcc\x41\x13\x0b\x10\xe3\x75\x70\xb2\xee\x95\x75\xca\x62\x9a\x5d\x80\x90\x2d\xed\x54\xd6\xbd\xb2\xc9\xb1\xc9\xa6\x57\x36\x29\x4f\x69\x75\x01\x5a\x73\x8b\x69\x74\x01\x62\x3b\xb1\x86\x1a\x5d\x80\xd6\x3c\xab\x0c\xdc\x00\x5a\xf7\xa7\xa1\x19\x06\x88\xc9\x33\x53\xcd\x30\x40\xeb\xfe\xfa\x34\xb9\x00\xd1\xcc\x0e\x64\xc8\x76\xe3\x78\x2c\x6b\x72\x01\x5a\xf7\x43\xd5\x6c\x02\xc4\xec\x59\x7d\xcd\x26\x40\xbc\x0e\x8e\x68\x22\x01\x52\x5f\xea\x87\xda\x48\x80\x34\x7e\x6a\x0d\xda\x43\x80\x74\xa2\xf9\x8a\x31\x17\x40\xca\xf3\xd0\x1c\xf2\x67\x2d\x3e\x67\xab\x8d\x04\x88\x76\xb0\x58\x1b\x09\x10\x34\xfb\x75\x15\xbf\xb3\x8a\x3e\xeb\x2a\x7e\xa6\x4c\x91\xa1\x1a\x49\x80\x94\x0f\xdf\x35\x92\x00\xd1\xaf\x73\xf3\x03\xa0\x56\x8a\x37\x6a\x8a\x46\x92\x62\xad\x94\xa9\xd0\xa1\x91\x04\x88\x47\x63\x78\x55\x23\x49\xb5\x7e\x8a\x41\x94\x55\x23\x09\x90\x2c\x86\xbb\xaa\x06\x11\xa0\x79\x89\xa5\x6a\x0f\x01\x52\x53\x48\xa8\x1a\x44\x80\xe8\x62\x40\x1b\xd2\x0e\x57\x0a\xb4\x29\x6d\xba\xa3\x7c\x76\x49\x33\x91\x0c\x1f\x5e\x35\x28\x03\x88\xf7\x39\xbc\x5b\x9a\x5c\x19\xb6\x7b\xa4\x1d\xae\x54\x68\xaf\x34\x6f\xfa\x21\xef\x56\x8d\x24\x40\xf4\x61\xbb\x4f\xda\x67\x3b\xa6\xab\x91\x04\x08\x5a\x87\x26\x5b\xc8\xb0\x95\x35\x83\x56\x2d\x27\x40\xbc\x4f\x9a\xac\x4a\x27\x7c\x8f\x7e\xb5\x9c\x00\xf1\x3e\x78\xa0\xe5\x04\x08\x1a\x3c\xd0\x74\x02\xc4\xfb\xa4\xc9\x3f\x52\x6b\x9d\x20\xa3\xaa\x39\x05\x68\x83\x1f\x5b\xd5\x9c\x02\xc4\xeb\x60\x8b\xc6\x13\x20\x75\xc3\x06\xab\xc6\x13\x20\x9d\xa0\xa2\xaa\x51\x04\x88\x67\xe9\x42\xdb\x06\x90\xac\x13\xb1\xaa\xb6\x0d\x20\xd5\xc6\x4f\xb6\x6a\xdb\x00\x42\x70\xb7\x9d\x43\xc6\xb8\xd1\x14\xf8\xaa\xc6\x8d\xea\xc5\x07\xff\x49\x55\xeb\x06\x90\xca\xcf\xad\xa1\x75\x03\x08\x9a\xed\x9c\x07\x55\xb3\x87\x9b\x54\xeb\x06\x10\xcd\xec\xc2\xa9\xe5\x33\x35\x5f\xe7\x8a\x07\xb4\x21\x93\x35\x65\x00\xf1\xa8\x34\x17\x17\x53\x46\x49\x6e\x34\xe3\x3e\x80\x36\xf8\xea\xab\xd6\x0d\xa0\x8d\xf9\x0f\x41\x6f\x55\x43\x07\xd0\x86\xb3\xd6\xce\x01\x44\xff\xac\x80\x31\x20\x40\xd0\x58\x3d\x8d\x1f\x40\x1b\xee\x5f\x6d\x1f\x40\x34\x63\xbf\x19\x05\x02\xb4\xe1\xba\x17\xf9\x55\xcc\x34\x24\xc3\x34\x91\xd4\x72\x3e\x11\xa7\x23\xc3\x8a\xb9\x96\xfc\x1c\x0c\x0d\x01\xd2\x89\x43\xab\xc6\x86\x00\xd1\x8e\x67\x35\xaf\x00\xc1\x31\x69\x72\xac\xaa\xed\x26\x69\xb2\x0c\x53\xca\x30\xb0\xaa\x6a\x4a\x01\x1a\x59\xcf\x57\xd5\x92\x52\xbd\x79\x41\x06\xae\x55\xb5\xa4\x54\x6f\x5e\x90\x82\x6b\x55\x2d\x29\xf5\xdc\xbc\xe8\x76\x21\xa3\xbc\x66\x41\xca\xb0\x55\x35\x8b\x54\xf2\x6d\x15\x12\x4e\xaf\xaa\x11\x04\x08\x9a\xfd\xca\x02\x52\x49\xb7\x7a\xfa\x75\xba\xd5\xea\xc2\x6e\x7d\x2d\x1e\x40\xd0\xe0\xbc\x31\x21\xb5\x65\xa6\x21\xc9\x99\x35\x35\xb1\x2a\xcd\xa9\x35\x4b\xb9\x72\x16\x57\xad\x1b\x40\xd0\x6c\xe7\x34\x9a\x06\x21\xfe\x8c\x55\xb3\x05\x10\x5f\x17\x43\x36\x56\xa3\x9a\x21\xab\xb8\xa7\xb5\x5b\x54\x33\x64\x79\x09\xa2\x6a\xa3\x00\xda\x39\xee\x35\x47\x54\x53\x5f\x79\x59\xb8\x6a\x8e\x00\xda\x39\x62\xb5\x46\x00\xcd\x7f\x4c\xd5\x18\x01\xa4\x46\xad\xb4\x55\xb5\x3c\x00\xa9\x19\x93\x57\xb5\x3c\x54\xac\x0c\x27\x02\xaf\x6a\x65\x00\x9a\xba\x73\xd5\xc8\x00\xa4\x13\x0e\x57\x35\x32\x00\xa9\x1a\x0c\x5f\xb5\x32\x00\xa9\x68\x62\xac\x5a\x19\x80\xa0\xd9\x85\x4b\xc6\xd5\xfd\xd2\x88\x7b\xaa\x5a\x1e\x80\xb6\xdc\x3d\x5a\x1e\x80\x68\xc6\x64\x0d\xd9\x00\x1a\x79\xde\x57\xd5\x18\x01\x44\x33\x26\xa6\x31\x02\x48\x85\x1a\xe4\xab\x6a\x8c\x00\x82\xe6\xb3\x6e\xda\x61\x1e\x5c\x7f\x27\x5a\x23\x80\xe6\xb5\xff\xaa\x31\xa2\x5a\x24\xbb\x79\xe4\x6a\x8c\x00\xd2\x89\xd1\xac\x1a\x1e\x80\xd4\x87\x1b\x40\xc3\x03\x60\xa9\xad\x55\xb5\x3b\x54\x6c\x0c\xeb\xbc\x4d\x96\x70\x53\x5f\xd3\x64\xd5\xec\x50\x31\x31\x14\x05\x8f\xaa\x89\xa1\x5a\x0f\x5b\x11\xb8\x6a\x63\x00\x52\x51\x8e\xad\xda\x13\xaa\xf6\x04\xef\x14\x56\x35\x51\x20\xcd\x86\x79\xb6\xaa\x61\x02\xc9\x12\xad\xab\xea\xec\xad\x26\xc5\xaa\xee\x31\x75\x8a\x7a\x8a\xd1\x78\x80\x2b\xa2\x02\x41\xa3\x9d\x82\x16\x90\xa6\x5f\x4a\xf3\xa0\x6f\x7f\x07\x7d\xcc\xad\x79\x30\x00\x69\x2a\x06\x37\xf9\xde\xcc\xb0\xcd\x47\xd1\xe4\x3b\x10\xd3\xc8\xd0\x2e\x69\xdc\x43\x6a\x3e\x79\x4b\xe2\xa6\x2a\x72\x6b\x93\xeb\x40\xfa\x69\x2b\x6b\xb2\x1d\x08\x21\xd5\xb7\x7d\xd2\x3e\x7b\xe0\x75\x32\x1e\x48\x86\x52\x35\xf9\x0e\x64\x72\x4d\xaf\x26\xdb\x81\xdc\x8a\xad\x9a\x24\x73\xba\xf1\x37\x6c\x5a\x71\x80\x59\xb8\x0b\xd2\x34\xd8\x00\xb3\x70\xb0\x35\xed\x35\x40\x31\x38\xb6\x19\xeb\x02\x14\x1d\x02\x4d\x73\x0d\xb0\x7e\x68\x71\x4d\x6b\x0d\xb0\x7e\xc5\x77\x6d\x49\x04\x7f\xba\x04\xda\x6a\x80\xa2\x4d\xbf\x69\xaa\x01\xd6\x8f\xcf\xbc\x69\xa9\x01\x8a\xa6\xc4\xa6\xa1\x06\x28\x3a\x34\x9a\xc1\x30\x40\xd1\x79\xd7\x34\xdd\x00\x45\x6f\x63\xd3\x4c\x03\xa4\x66\xe4\x4f\xd3\x4e\x03\x04\x8d\x91\x69\xa8\x01\x8a\xf6\xe5\xa6\xa1\x06\x88\x66\xf6\x20\x33\x02\x56\x48\xb4\xff\xf9\x2b\x6f\xda\x6c\x80\xe5\x7d\x80\xa6\x79\x06\x58\xe3\xbc\x57\xc6\x04\x2c\x45\xae\xa6\x71\x06\x48\xb5\xf1\xab\x6c\x1a\x67\x80\x6a\xec\x4c\xf3\xcb\x01\x62\x57\x4b\x93\x35\xa4\xf9\x33\xb5\x53\xd3\x36\x03\x54\x33\x47\x35\x4d\x33\x40\x35\x42\xb8\x69\x99\x01\x62\xe3\xb0\x99\xb4\xcc\xb4\xeb\x70\x0b\xde\x6b\x99\x69\x17\x97\x74\xb3\x43\xf3\x73\xb8\xb4\x32\xf0\xb5\x36\x83\x5f\x9a\xc1\x2f\x5a\xe3\x9b\x86\x19\x20\x68\x3e\xeb\xe6\x09\xa8\x86\xf4\x35\x0d\x33\x40\x34\x63\x0e\x5a\x61\x80\xa0\x31\x62\xcd\x30\x40\x35\xe8\xb2\x69\x4a\x01\x52\xd2\x06\xd2\x8c\x74\x01\x82\xe6\xeb\x9c\xd8\x7d\x4c\xe0\x70\xce\x50\x97\x86\xad\x24\x1d\xa6\x6b\x2b\x01\xaa\x77\xc6\x9b\x61\x2d\x40\x4a\xe7\x03\xd3\x7c\xd2\xcc\xe5\xdd\xce\x50\x9c\xc5\x7d\xbc\xce\x76\xe1\x52\x63\x52\x49\x9a\x5e\x9a\x26\x15\x20\x86\xc2\xb3\x1e\x75\x40\xd0\xe8\xc3\x20\x16\x20\x68\xac\x8f\xf6\x13\xa0\x69\xc2\x6c\x9a\x4f\x80\x68\x26\xcd\x25\xc3\x7c\xa2\x85\xb5\x19\xc4\x02\x44\x33\xbe\x03\x4d\x2a\xed\xc1\x66\x8f\xcc\xd6\xb4\x94\x00\x31\x09\x3a\xd5\x04\xd2\xbc\x86\xc2\xaf\xae\x69\x01\x01\x52\x3e\x9b\x53\x13\x48\x7b\x8f\x95\x90\x39\x68\xee\x00\x9a\xd7\x80\x9b\xd6\x0e\xa0\x79\x01\xad\x69\xec\x00\x9a\xb7\x80\x9b\x26\x8b\xf6\x5a\xbe\xa0\xda\xcc\x85\x08\x68\x64\x39\x5d\x4d\xf3\x44\xd3\x3c\x61\x78\x4d\xd3\x3c\x01\xa4\x6c\x90\x50\xd3\x3e\x01\x44\x3b\xc6\xab\x7d\x02\x68\xe6\x8f\x68\xda\x27\x80\x36\x10\xbb\x9b\xf6\x09\x20\x84\x58\xd8\xab\x7d\x02\x08\x1a\x83\x33\x4e\x04\x08\x9a\xcf\xba\x0c\xfb\xfc\x49\x78\xd6\x0b\x1b\xed\x44\x53\x30\xd9\x6e\x30\x3d\x90\x74\xbb\x74\x75\xb0\x7e\xaa\x5b\x1e\xda\x96\xb6\xff\xef\x7f\x3a\x09\x00\x57\x57\x2d\x03\xcc\x8e\xba\xba\xbe\xea\xee\xad\x75\xb6\x43\xd7\x57\x0d\x74\x12\x13\xae\xae\xaf\x1a\xe8\x24\x39\x5c\x5d\x75\x0e\xe8\x24\x39\x5c\x5d\x8d\x0c\xe8\x8a\x91\x5d\xe5\xab\xab\x7c\x25\x1f\x74\xf8\x2a\x5a\xec\x85\xee\xef\x17\xe8\xca\x9a\x5d\x35\x0b\x48\x9e\xc3\x5d\x27\x32\xd0\xfd\x6f\x77\x35\x2f\xa0\x2b\x08\x77\x15\xaf\x7e\x14\x2f\xde\xa5\xde\x05\x24\x4f\xa9\xae\xde\xd5\x4f\xae\x34\x76\x69\x57\x3d\x02\x52\xd7\xe9\xd1\xd5\x8f\x80\x3e\x50\x95\xbb\xea\x11\xd0\x87\x1c\x53\x3d\x02\x92\x91\x36\x5d\xed\x08\xe8\x83\x0d\xd9\x55\x8e\x80\x3e\xaa\xad\x9c\x12\x7a\x90\xa2\x4d\x57\x0d\xea\x7a\x99\xf9\xca\xba\x4e\x66\x20\x75\xef\x6c\x75\x35\x23\x20\x69\xca\xec\x2a\x46\x40\x1f\x1c\x14\x5d\xbd\xa8\xeb\x62\xe6\xcb\xee\xea\x45\x40\x9a\xf9\x74\xe0\x94\x02\x46\x3a\x2f\x73\x4a\xd5\x5b\x68\x3e\xe9\x92\x54\xb2\xd0\x2c\xdf\xef\xf8\xb9\x30\x9e\x1c\xbf\x7a\x0d\x90\xa9\x8c\xb1\xba\x6a\x0d\x30\x92\xec\x31\xae\x1d\x18\xc9\x81\xa9\xe9\x00\x23\x39\x2e\xdd\xb8\xfd\xa4\x2b\xe3\x9c\xeb\x2a\x35\x40\x36\xd2\xb7\xab\xd3\x00\xb9\xc9\x58\x5d\xb1\xc0\x18\xd9\x07\x65\x7f\xe3\xb6\x98\x2b\xa2\x92\x03\xe4\x56\xff\x41\xfb\xee\xba\x6e\x81\x31\x30\x97\x76\xbd\xb4\x40\x6e\x6e\x11\xb5\xa2\xde\x95\xbb\x58\x2f\x35\x20\x20\x6b\xe8\xe8\xfa\x4f\x81\x34\xbd\x67\xd2\xd5\x6c\x80\xa2\xd7\xa5\xab\xd9\x00\xb3\x34\xbb\x74\x76\xdc\xdd\xf6\x6a\x4e\x57\xaf\x01\x66\x41\x3b\xed\xaa\x30\xc0\x2c\x28\xb6\x5d\x0d\x06\x28\xc6\x30\x77\x35\x18\x60\x96\x26\xc9\xe1\x0f\x24\x2a\xb7\x83\x0a\x0c\x50\xbc\x65\xd5\xd5\x5f\x80\xe2\xcd\x9f\xae\xfa\x02\x14\xc3\xc1\xba\xda\x4b\x1f\x5c\x8e\xe3\x37\xdf\x95\x98\x81\xe2\x65\xa0\xae\x74\x0c\x84\x40\x23\xcd\x49\x0e\xae\xc2\x35\x5f\xe6\x24\x07\x97\xa5\xdc\x22\xfa\x42\x81\xf5\x93\xd5\xca\xc6\xc0\xfa\xb9\xd0\xba\x42\x81\xd4\x13\xff\xa9\xae\x70\x0c\xac\x9f\xbb\x46\xb7\x27\x50\xd4\x8d\xbb\xf2\x72\x9f\xa4\x46\x74\x87\xeb\xe0\x04\xd6\xaf\xf8\x2e\xa7\x34\xb9\x05\x85\x27\xab\xeb\xca\xec\x56\x9a\xf5\x4c\x53\x5c\xee\x47\x5c\x76\xac\xce\x68\x3a\x23\xc7\xea\x8c\x8e\x6c\xec\xeb\x5d\x49\xfc\x98\xcd\x5b\x1a\x5d\x49\x18\x58\x26\x42\xea\x4a\xc2\x7d\x71\xfd\xc1\x33\x53\xb1\xb7\x2f\xae\xcd\xa0\x76\x74\xc5\x5e\x20\x78\xcd\x30\x14\x7b\x81\x65\x26\xa4\xae\xd4\xdb\x8f\xd4\xcb\xc8\x94\x7a\x81\xea\xfd\xa9\xae\xd0\x0b\x54\x6f\x44\x74\xa5\xda\x6e\x60\xf7\x19\xab\x53\x5a\x86\x1d\x22\x75\x76\xe5\xd5\x7e\x82\xb8\x91\x31\xbb\x02\x6b\x37\x88\x5b\x3f\x7e\x57\x60\x05\x52\xa5\x22\xcb\xea\x4a\xac\xdd\x20\xee\x33\x2d\x45\x56\x20\x8d\x74\x9e\x75\x5a\x66\xa6\x76\xd5\x75\x12\x02\x21\x62\x31\x3c\xe5\x53\xa0\x19\x52\xd1\x15\x45\x81\x94\x96\xff\x07\xe5\x4e\x20\x68\xb4\x53\xee\x04\x82\xc6\xe8\x94\x3b\x81\xa6\xef\xad\xeb\xe9\xeb\xde\xc0\x56\x2a\xee\xba\xfa\x80\xd6\x91\xeb\xbb\xa2\x28\xd0\xba\xef\x72\x15\x6e\x45\x33\x46\xab\x1c\x0a\xa4\x7e\x5e\xef\x2a\xdc\x1e\x80\xac\x82\x62\x28\x30\x86\x5f\xba\x52\x68\xd7\x89\x67\x72\xd9\xae\xc4\xd9\x2d\x07\x6b\x97\x0a\x9c\x40\x51\x53\xed\xaa\xdb\x40\x31\xfe\xae\xeb\xd5\x03\xd6\x91\x1b\x94\x4a\x81\xf5\xab\xb6\x72\x8e\x8f\x1f\x14\x0b\xa0\x9c\x0a\x14\xc5\xe3\xae\x98\xda\x1f\xee\x58\x22\x09\x77\x45\x52\x60\xfd\x3c\xe5\x15\x49\xfb\xe3\xb5\x24\xdf\xe5\xbc\xa9\x0f\xab\x1d\xa8\xeb\xcf\x03\xaa\x81\xf1\x5d\x21\x15\x28\x46\x6e\x74\xdd\x79\xc0\x32\xab\x56\x57\x1e\x05\xaa\x51\xf6\x5d\x8f\x5c\x3f\x31\xce\x3e\xa9\x88\x0a\xc4\xfe\xa1\x4f\x65\x54\xa0\x99\x85\xaa\x2b\xa3\x02\x4d\xcf\x7b\xd7\x21\x07\xc4\x1e\xb0\x99\xd3\x7c\x75\x63\xfb\x49\xe9\x92\x03\x4e\x0c\x7c\x57\xbc\xed\x7a\xe4\xce\xf7\xa3\x47\x0e\x68\x26\x75\xe8\x4a\xbc\xc0\xf1\xd1\x75\x43\xa3\x81\x78\xd2\xb7\x39\xf9\x17\xc7\xb6\x3f\x14\x85\xe0\xae\x10\xac\x0e\xd8\x15\x78\x81\x90\xa9\x79\x9d\x12\x2f\xd0\xcc\x1a\xd1\x95\x78\x81\x46\x41\x80\xd5\x15\x6e\xbb\xc2\xad\xca\x76\x57\xb8\x05\x92\xb1\xd2\xdd\xd8\xe6\xee\x8d\x68\xb9\x6b\x68\x33\x50\x34\x15\x74\xc3\x93\x81\xd2\x7e\xff\x70\xf5\xac\xeb\x99\x03\xd6\x0f\x45\xa8\xeb\x98\x03\xd6\xcf\x0f\xc4\xd8\x65\xa0\xa8\xf5\x75\x85\x6d\x20\xd5\xe9\x47\xaf\xab\x0e\x58\x5e\x84\xef\x1a\x90\x80\x62\x7c\x58\xd7\x51\x07\x14\x03\xb0\xba\x7e\x3a\x60\x0d\x8f\x37\xdd\x74\x40\x31\x16\xae\xeb\xa5\x03\x96\xe9\x75\xba\x4e\x3a\xa0\x18\x7d\xd5\xf5\xc7\x01\xcb\x4b\xed\x5d\xdf\x5b\xb7\xf2\xab\x2b\x36\xf4\xbd\x01\xd5\x9b\x12\xc3\x58\xe4\xf1\x3b\x27\xea\x82\x56\xa4\x15\x53\xdc\x26\x68\x55\x5a\x45\x57\xee\x90\x9a\x24\xe3\x4e\xf9\xba\x86\xee\xb8\xf1\xf3\x0a\x84\xa4\x29\xc9\xa8\x75\xbe\xcb\xa1\xe7\x0d\xa8\x5e\x9d\x1c\x3a\xd9\x86\x91\xc8\xfe\xe1\x87\x0e\x35\xa0\x99\xff\x6c\xe8\x4f\x03\x9a\xe9\xd5\x86\xee\x34\xa0\x99\x54\x67\xe8\x4d\x03\x52\xa2\x58\xfd\x1a\x7a\xd3\x80\x66\xae\xb6\xa1\x33\x6d\x18\x86\xec\x9f\x6e\xe8\x4c\x03\x9a\x99\xd9\x86\x3e\x32\xa0\x99\x60\x6d\xe8\x0e\x03\xe2\x58\x67\x68\xfa\xc3\x80\xa0\x39\x10\x67\x95\x94\x5b\xe4\x91\xea\x19\xd0\x0c\x6b\x1a\xaa\x67\xc3\xf8\xe2\xd5\xec\xd5\x99\x26\x82\xb8\x96\x63\x73\xa6\x86\x17\x2f\x3e\xaf\xa1\xca\x06\x04\x8d\x79\xa9\xb3\x01\xa9\x1b\xaf\x33\x54\xda\x80\xf8\x82\xe9\x56\xad\x0d\x08\x9a\xed\x5c\xe8\xac\x8a\x4d\xb7\x3a\xe1\x80\x68\x26\x4d\x9e\x64\x1d\xe8\xfc\xeb\x86\x4e\x38\xa0\x99\x06\x6b\xa8\xf1\x0d\x7d\x70\x94\xd0\x5e\x43\x1f\x1c\x10\x34\x26\xab\x1a\x08\x34\x0a\x31\xac\xa1\x0b\x6e\x64\xfd\xec\xd5\xc1\xc9\x93\x7c\x74\x71\x76\xa6\x2a\x1e\xd0\x94\x73\x86\x2a\x1e\x90\xaa\x59\x1a\x87\x3a\xde\x38\xbe\x35\x06\xa7\xa7\x0c\x08\x1d\x5b\x9a\xf3\x2a\x0a\x3f\x7e\x23\xea\x7d\x83\x74\x61\x03\x19\x6c\xa8\xe3\x01\xf1\x28\x73\x50\x7d\x1b\x94\x91\xa1\x02\xef\x1a\xaa\x6f\x43\x37\x16\x75\x64\xd6\x50\x7f\x03\xd2\x31\x9d\x0e\x15\xb8\x61\x1d\x19\x35\xcb\xa1\x02\x07\xb4\xf3\xd9\xa8\xc0\x01\xe9\xd8\x53\x87\x1a\x1c\xd0\x3c\x59\x86\x5e\xac\xa1\x17\x4b\x53\xe9\xd0\x58\x3d\xf4\x62\x69\x18\x1d\x7a\xb1\x80\x76\x3e\x7d\xe3\x7d\x87\x8e\xad\xe6\x6e\x52\xd3\x1b\x3a\xb6\x0c\x77\x19\x6a\x6c\x40\x1a\xc6\x98\x0c\xc3\x71\x81\xe4\x05\xab\xa1\x7e\x06\x14\x6d\x49\x43\x3f\x14\x90\x6a\x73\xc0\xaa\x6c\x40\x9c\x55\xbe\x4d\x0e\x37\x6f\x44\x9d\x76\x8e\x24\x94\xb6\x66\x16\xac\xa1\xd2\x06\xa4\xa6\x07\x76\xa8\xb5\x01\xc9\x5b\x6d\x43\xb5\x0c\x88\x5e\x69\xa6\xb7\x0a\xa8\x5e\x80\x1e\xaa\x6a\x40\x33\xb9\xdb\x50\x55\x03\xb2\xb9\xd8\x86\x31\xb1\x40\xfb\x9d\x07\x9d\x41\x87\x95\x1e\x11\x6a\x6f\x40\x36\xb1\xdb\x50\x79\x03\x66\xc1\x6b\x38\xd4\xd4\x80\xf5\xf3\xfb\x50\x53\x03\x52\x37\x23\xc6\xd0\x03\x05\xac\x1f\x52\xe4\x50\x55\x03\xd6\xcf\x0f\x50\x55\x0d\x48\x4d\x95\x68\xa8\xab\x0d\xef\x07\xfb\x29\xa8\xab\x01\xcb\x30\xf5\xa1\xae\x06\x14\x6d\x88\x43\xc5\x0c\x28\x1a\xf8\x86\xde\x8d\x31\xfc\x65\x49\x72\x4a\x5e\x0e\x3e\x47\x88\xca\x1a\x90\x7e\x5e\x36\x1a\x2a\x6b\xc3\xdb\xc1\xc5\x09\x38\xcf\x73\x3b\x38\xff\x83\x76\x3d\x54\xe6\xc6\xb9\x3c\x7c\x66\xe3\xd2\x9e\xcb\xc3\x6e\x45\x35\xbc\x61\xf6\xae\xf3\xa7\x53\xc5\x03\x82\xc6\x1a\xe9\x12\x19\xe7\xf6\xb0\xc3\x52\xed\x03\xa2\x0f\x96\x44\xbd\x6f\x98\xd2\xcb\x3b\x4b\x43\xc5\x6f\x78\x7d\xd8\x49\xaa\xf8\x01\xa9\x37\x6c\x5e\x43\xcd\x6f\x78\x55\x58\x69\x60\xe8\x29\x01\x62\x37\x32\x0d\xd5\xc1\x31\xcf\x7e\x77\x28\x32\x92\x3c\x5f\x5a\xf6\x87\xfa\x20\x50\x4d\x0d\x31\xd4\x07\x87\x97\x82\x15\x1b\x86\x0a\x21\x50\xf5\x1c\x0c\x35\x3d\x20\xfe\x89\xd2\x1c\x30\xde\x8c\xd4\xec\x41\xbd\x0e\x68\xa6\xad\x1b\xea\x75\xc3\x8c\x5e\xed\xd0\x1c\xef\xc9\xe8\xe5\x71\xa7\xb2\x07\xc4\xfe\x63\x29\xd4\xf6\x80\x94\x16\x56\x86\x61\xdc\xe9\x38\x29\xbd\xfc\x10\x54\x01\x81\xa0\xd9\x87\xb3\x58\xe7\xab\x65\x29\x74\x6d\x00\x27\x21\xf2\x50\x53\x1c\x27\xec\xd4\x7f\x96\x9a\x22\x90\xb2\xf7\x29\x86\x9a\x22\x70\xae\xc0\x0f\x15\xc5\x71\xc2\x4e\xdd\x14\x2a\x8a\xc3\xb0\xd3\x73\x18\xeb\xdc\x00\x8e\xcf\x7e\xe8\xc7\x18\x27\xc2\xd4\x0d\xa0\xa2\x38\x4e\x34\xa9\x7b\x51\x47\xc6\xb0\x86\xe8\xd9\x3b\x6a\x8f\x40\xd0\x1c\x8a\x4c\xa1\x24\x92\x37\xbb\x86\x0a\x25\x10\xcd\xe8\x56\xe5\x11\x48\x55\xbf\xf3\x30\x76\x14\x48\xc7\xb8\x33\xd4\x28\x87\x1a\x65\xf7\xc8\x50\xa3\x04\x52\x37\x03\xef\x50\xa5\x04\xa2\x1d\xc3\xd3\xbb\x31\x8c\x0e\xed\xc8\xb9\x43\x45\x73\x18\x1d\x3a\xfc\x95\xa9\x69\x02\xf1\x3b\xf6\x59\x59\x80\x17\xa4\x9b\x78\x7a\xa8\x7e\x02\xd1\x0e\x2e\xab\x6c\x02\x69\x0e\x42\xe1\x86\x2e\x0f\x20\xe6\xe6\xb3\xee\x01\x5c\x1e\x25\x29\xcb\xa8\x81\x02\xd1\x8e\xf1\xa9\x82\x02\x6d\xba\x42\xaa\xa0\x40\x3a\x96\xb1\xa1\x0e\x0a\xb4\xe9\x1e\x50\x07\x1d\xcf\x89\x96\xb0\x99\x5c\xc1\x31\x72\x3e\x46\x1d\x23\x40\x3a\x4e\xc3\xa1\x16\x0a\xa4\x63\x0a\x1f\xaa\xa1\x40\x33\x09\xff\x50\x0d\x05\xf2\xef\x74\xe0\x0e\x08\x28\x3a\x72\x86\x6a\xe8\xf0\x1e\xef\xd9\x77\xea\xa1\xc3\x7b\xbc\x67\x1b\x1b\x56\x3a\xce\x3d\x5e\x0f\x6b\x7d\x2a\xc3\x7b\xbc\xe7\x4f\xab\xc2\x0a\x04\x97\xe8\x43\x8d\x15\x68\x3a\xda\x86\x0a\xeb\x50\x61\x35\x6a\x61\xa8\xb0\x02\x41\xf3\x51\x59\xf2\x1a\x79\xed\x0f\x59\x95\x75\x1c\x95\x55\x21\x45\x95\x75\x1c\x95\x55\xde\xa9\xb2\x0e\xa3\x48\xcd\xf5\x39\x54\x46\xc7\x71\xbf\x30\x5b\x95\xd1\xa1\x96\xd9\x95\x6f\x75\xb5\x8c\x7d\xd6\x5a\x9a\x6b\xbd\x4f\xec\x14\xdd\xaa\x66\x0e\x1d\x2b\xd6\x09\x18\xea\x99\xe3\x4f\xcf\x84\x53\x46\x7e\x02\x69\x18\xde\x3f\xcc\xa0\x35\x2c\x72\x84\xdd\x6d\x18\xd1\x09\x44\xb7\x34\x53\x6f\x04\xe2\x18\x64\x28\x2a\x8e\x40\x70\x8a\x2e\xd4\x1c\x81\x64\x05\xdf\x35\x8c\xf2\x04\xb2\xf1\x4c\x43\xcd\x11\x48\xb5\xb9\x17\x55\x1d\x81\x7a\xce\x0a\xf5\x44\x20\x7a\xb5\x07\xf9\xf9\x61\x02\x70\x79\x54\x14\x87\xe1\x9c\x46\xd9\x0d\x35\x45\xa0\x99\x38\x70\xa8\x29\x0e\xc3\x34\xd7\x79\x9b\x1b\xea\xa3\xcc\x1a\xaa\xf7\x54\x53\x04\x52\x29\x8c\x77\x1a\xa5\x09\x64\x43\xbc\xa6\xda\xe3\xa4\x60\xa9\xc6\xd5\xa9\xa2\x08\xcc\xd2\xff\xbb\x82\xd8\x9a\xea\x91\x33\x54\xc7\xa2\xcb\x75\x1a\xc1\x39\x4d\x69\xcd\xf7\x3d\x55\x23\x81\xa2\x59\x6e\x1a\xab\x09\x14\xcd\x6d\xd3\xb0\x4c\xa0\xac\xf3\xe0\x2b\x09\x53\x4e\xb1\xd5\x27\x09\x8f\x39\x7f\xf8\xa9\xc6\x38\xc9\x8c\xa5\xc3\x74\xaa\x1d\x4e\x93\x55\x73\x18\x4d\x95\x43\xa0\xe8\xf5\x9d\x06\x5a\x02\x69\x0e\x8c\xf4\xd3\x40\x4b\x20\x8d\xcc\x6f\x75\xaa\x44\x02\xf1\x25\x4f\x68\x4e\xd3\x14\xd6\xfc\x7c\xa6\x0a\xe3\x34\x37\xf5\x99\x81\x0a\x23\x50\x35\xdb\x4e\x15\xc6\x69\x6a\xea\xbf\xf1\x6e\x69\x47\x0e\xb0\x9d\x33\x4d\x1a\x86\xf9\xab\x4c\x35\xc6\x69\x6e\xea\x33\x31\x35\x46\xa0\x1a\x56\x30\x55\x0e\x81\xd4\xbc\x1b\x33\x55\x0e\x81\x66\x96\xb1\xa9\x22\x38\xcd\x42\xad\x5b\x79\xaa\x08\x02\xd1\x43\x81\xe6\xfa\x65\xe5\x20\x57\x4b\x4d\x10\x88\x67\xe1\xa7\x6a\x1f\x50\x8d\xfb\x9d\x7a\xff\x80\x66\xbe\xb0\xa9\x22\x08\xa4\x9e\xab\xf3\x72\xae\x59\xe7\x38\x27\xca\x54\x39\x04\x9a\xf9\xe0\xa6\x8a\xe0\xb4\x3c\x69\x73\x12\x7a\xfb\x80\xf8\x14\xe9\xd5\x4b\xa4\x40\xd0\xe0\x89\x1a\xe3\xf4\x12\xa9\xd5\xbd\xa6\x81\x94\x40\xf3\x82\xe7\x54\x61\x04\x9a\x01\x88\x53\x3f\x21\xd0\x7e\x67\x6c\xce\x34\xa0\x99\xa7\x6c\xaa\x07\x02\x71\x9a\xf0\x7e\x95\xbe\x69\xf1\x50\xca\x27\xae\xa9\xd2\x07\x44\x3b\x5e\xa7\xdf\x0e\x88\x76\x30\x58\x4d\x10\x68\xde\xe5\x99\x2a\x82\x40\xfc\xc7\xed\xc2\xf1\x72\x31\x34\x79\x8d\x62\xaa\x09\xce\x73\xf3\x93\x43\x6c\xea\x06\x04\x82\x06\xeb\xd4\x0e\x81\x60\x93\xef\x73\xc3\x56\xec\x8c\x87\xe4\x1a\x5a\x79\x54\x66\xea\x2e\x04\x5a\x3d\x73\x70\x09\x03\x9a\x97\x6f\xa7\xee\xc2\x69\x91\x51\x15\xbc\xa9\x73\x10\x68\x5e\x8c\x9e\xaa\x95\xd3\xe2\xa1\x14\x5d\x5e\x53\xb5\x12\x68\x5e\x04\x99\xde\xdd\x9c\xd6\x0e\xa5\x5c\xf3\x9a\x6a\x95\xc0\x49\xbd\x34\xf5\x0e\x02\xd1\x8c\xb1\xa9\x69\x02\x41\x83\x21\x6a\x9a\x40\xf3\x36\xc3\x54\xd3\x04\x52\xf6\x8e\xe7\x54\xd3\x04\xe2\xd0\xe5\x75\xea\x95\x93\x3b\x99\xd9\xbb\x7c\x53\x1f\xe0\xec\x27\x10\x80\xf7\x19\x06\x09\xb4\xb1\x6c\xe6\xaa\x76\x6d\x14\x72\xce\xc8\x48\xa0\x8d\x25\xc9\xb9\xf6\x13\xa4\xea\xa3\xae\x60\xb7\x7c\xff\x79\xd4\xf9\x07\xb4\xe9\xe2\xab\x95\x02\xa9\x53\x5b\x7e\x4d\xbd\x85\x40\xf3\xfa\xc1\x54\x05\x9d\xc6\x3b\xfa\x11\xaa\x82\x02\xcd\xdf\xe1\x54\x03\x05\x52\xf1\x0f\x3e\x55\x41\xa7\xb1\x8d\x5e\x35\x99\x3a\x07\x81\xf8\x33\x43\x53\xc8\x06\xb2\x81\xcb\x53\x07\x0d\xb0\x7e\x9e\x2d\x8a\xd3\xc0\xa2\x6a\xe4\x9a\x4a\xd3\xf3\x3a\x82\x13\xac\xf4\x76\x16\x50\x95\xa5\xa6\xd2\x34\x50\x15\xb9\xa6\xc2\x34\x10\x07\x15\xc3\x55\x98\x06\xaa\xb1\x1d\x53\x59\x7a\x2a\x4b\x67\xf7\xa5\xb2\x34\xd0\xbc\x9b\x36\x15\xa5\x81\x54\x1b\x12\xe2\x54\x94\x06\x62\x4b\x3b\x10\x67\x65\xa1\x50\x9d\xb1\x53\x51\x1a\x68\x26\x49\x98\x4a\xd2\x53\x49\xba\x77\xbb\x70\xf6\x37\x82\x14\xc6\xdf\xa9\x70\x0d\x44\x33\x69\xee\xd5\xdb\x3b\x2a\x7e\x82\x0a\xd7\x40\xd0\xd8\xfb\x0a\xd7\x40\x2a\x29\xfd\xc3\x6d\xb2\xa9\xec\x3d\xbd\xc1\xe5\x7d\xd8\xa9\xa0\x0d\xa4\x96\xb1\x3f\x4f\x25\x6d\xa0\xe9\x45\x9c\x0a\xda\xf3\xe4\xca\x4d\x3e\x2a\xcf\x9e\xc3\x33\xd8\xad\xa4\x0d\x04\x0d\x9e\x29\x69\x03\xf1\x2c\x3c\x33\x06\x09\x88\x76\x76\x2b\xd3\x1e\x23\xb3\x65\xa4\xf2\xf7\x34\xaf\xae\xd7\x9f\xa6\xc2\x36\x10\x1b\x90\x0f\x46\x2f\x0a\x90\xbd\x2f\x30\x15\x5c\x81\xd4\x8a\x07\xb2\x2e\x13\x20\x1e\xe5\x75\xfa\x4c\x80\x6c\xa8\xfb\x54\x98\x05\xd2\x29\x9c\x38\x15\x66\x81\x54\x0d\xdf\x9d\xba\x51\xa6\xa5\x5f\xfc\xa7\x2a\xdf\x4e\x4b\xbf\x28\xc6\x28\xde\x02\xd3\xa4\x29\x53\xe9\x16\x88\x97\x31\x5e\xef\x35\x01\x45\x87\xd4\xd4\xb3\x02\x14\xcd\xe3\x53\xcf\x0a\x50\x34\xbf\x4f\x93\xc6\x00\xeb\xe7\x87\xe0\xe5\xa7\x69\xce\x18\xd3\xf1\x4d\xa5\x67\xa0\x68\x43\x98\xfa\x64\xe6\xf1\xc9\xc0\x0d\x05\x65\x20\x1d\xe3\xd7\x54\x50\x9e\xba\x58\x5c\x7b\x5d\x2c\x40\x39\x1f\x9f\x72\x32\x90\x46\xf6\x8b\x57\x4e\x06\x16\xe5\x58\xd7\x54\x26\x06\x96\xd9\x87\xa7\x32\x31\x10\x9f\x32\x9b\xc6\xeb\x4c\x40\x39\xa2\x89\x32\xf1\xa4\xd6\x8b\xb6\xfc\xa5\xfc\x0b\xa4\x9f\xd2\xf4\x52\xd8\x5d\xba\x4a\x54\x6c\x96\xae\x12\xa0\x2a\xd4\x2d\xc5\x59\xa0\x7a\xf0\x2c\xc5\x59\x20\x9e\x2c\xd0\xa6\xb4\x23\x0f\xd9\xeb\x92\x86\xff\xfc\x74\x70\x49\xba\x38\x79\xec\xe0\x91\x84\x29\x0d\x3d\x6c\xe9\x15\x01\xd2\x28\x68\x30\x4b\x89\x16\x68\xe6\x92\x5d\xba\x40\x96\x25\xfb\xf5\x50\x2c\xa5\x5c\xa0\xea\xe9\x5c\x4a\xb9\x40\x1d\xe7\xc9\x2a\x49\x87\x3a\xff\xcd\xa5\x94\x0b\xa4\x9f\x16\x9b\xa5\x94\xbb\xd2\x91\xfc\x7c\xd6\x99\x22\xe5\xea\xc2\x5a\xba\x4a\x80\x74\xb6\xee\x32\x15\x0b\xd0\x0c\x1f\x5e\x0a\xc3\x40\x33\xe7\xef\x52\x16\x06\xd2\x50\x31\x59\x0a\xbe\x40\xfb\x9d\x0e\x3e\x49\xca\x82\x4e\x4b\x19\x17\x68\x9a\x55\x97\xf2\xec\xca\xc7\x26\xc6\x70\xf5\x76\x00\x21\x47\xd1\xab\x02\xed\x32\x77\x4a\xb3\x0b\x05\x5a\xa0\xfd\x4e\x0f\x4e\xcb\xdc\x29\x26\x77\x5a\x7a\x36\x96\xb9\x53\xac\xa3\xb7\x94\x71\x57\xd6\x26\x36\x1c\xca\x2b\x4d\x9b\xd8\x70\x28\x4e\x8c\xab\x44\xf5\x34\x73\x62\x0a\xb9\xd6\xdb\x5b\x0a\xb9\x40\x4a\xc6\xe2\x2f\x5d\x20\x40\xd0\x18\x9e\x92\xef\x52\xf2\xb5\x08\xdf\x52\xf2\x5d\xe5\x48\x97\x1d\x9a\x1c\xe0\x06\x91\x37\xd6\x97\x42\x2e\x10\x0b\xc6\x2c\x94\x72\x81\xd4\xb4\x3a\x2d\xc5\x5c\x20\xce\x07\x5f\x27\x07\xca\xd1\x4c\x99\x99\xb2\x2f\x10\x67\xa8\xcf\xba\xb4\xde\x17\x32\xc6\x7e\xe9\x53\x01\x9a\xd9\x63\x96\xd7\x85\x16\xa5\xf9\x4d\xa8\xb4\x74\xa9\x2c\x43\xe2\x2c\x89\xb6\x14\xa5\x97\x05\x58\xbc\xda\xb0\x74\xa9\x2c\x6f\x0b\xd5\x9f\x34\x19\x60\x51\x16\x0b\x8d\x2e\x45\x69\xc0\xaa\xfe\x6b\x29\x36\x03\xd1\x8c\x89\x29\x36\x2f\x8b\xf3\x77\x99\xa2\xd8\x0c\x34\xef\x36\x2c\xa5\x66\x20\x75\xaf\xb6\x2f\xa5\xe6\x65\x71\x7e\x95\xab\xa5\xd4\x0c\x04\xcd\x2e\x9c\xbf\x97\x85\x2c\xbf\xb7\x94\x9b\x81\x68\x47\x1f\x4a\xc9\xcb\x92\xfd\xa6\x47\x59\xfa\x68\x80\x36\xfe\x25\x27\xeb\xd2\x83\x03\xb4\x73\x16\x28\x6a\x2f\xeb\xf9\x9b\xc6\x65\x19\x88\x07\xa4\x62\x5c\xda\xf2\xca\x11\xd0\x66\xb7\x7f\xcf\x82\x76\x7e\xed\x8e\x53\x36\x36\xc5\x54\xb6\x82\x52\x3a\x10\xcd\x7c\x54\x2e\x2a\xa6\x9b\xec\x64\x29\xa6\x2f\xcb\xf9\x5b\xf5\x71\x29\xa7\x03\xcd\x0b\x92\x4b\x31\x1d\x88\x9d\x2a\x4d\x8e\x21\xa6\xaf\x43\xf2\x3b\x6a\xe7\xfa\x0e\x3d\xe8\xfd\x01\x52\xf1\xb6\xef\x52\x4c\x5f\xa6\x53\xf1\x82\xc8\xf2\xfe\x12\x90\x86\x95\x3c\x97\x41\x53\x40\xf6\x86\xdf\xd2\xb8\x0e\xfc\x7d\x32\xda\xd6\x81\xf8\x2a\xd9\xcf\x1a\xd7\x81\xec\x05\xbb\xa5\x1d\x7d\x1d\x3b\xba\x1f\xb4\x76\x74\x20\xfe\x21\xbe\xce\xb9\x9e\x7c\x98\x58\xfd\x96\x76\xf4\xa5\x1d\xbd\xb9\x13\x34\x90\xaf\x63\x20\xe7\xaf\xbd\x34\x86\x03\x41\xb3\x9d\x0b\x8b\x35\xbc\x4f\xcc\xd7\x4b\x6b\x38\xd0\x4c\xfc\xb5\x34\x86\xaf\xeb\x7c\x0b\xec\x09\x05\x75\xa0\x19\x81\xb0\x34\x86\x03\x31\x0b\x7b\x70\x66\x97\xbe\x44\x7e\xf9\x4b\xe9\x1d\xc8\x1a\xf9\x97\xd2\x3b\x50\x34\xb4\x2d\x6d\xe1\x40\xd1\x7b\xb1\x94\xe7\x81\x35\x1c\xad\xe1\x56\xc0\xb2\xf6\xe2\x52\xc4\x07\xca\xf9\x73\x29\xe2\x03\xcb\x3a\x8e\x4b\x09\x1f\x28\xe7\xcf\xa8\x84\x0f\x94\xf3\x2b\xf3\x7a\x00\xb0\xac\x1c\xb9\x14\xe6\x81\x54\xcf\xf9\xa1\x30\x0f\xc4\xba\x48\x93\x1b\xb7\x8e\x32\xa7\xa9\x34\x0f\x04\xcd\xf7\xc9\x8d\x5b\xe9\x12\xb1\x71\x29\xce\x03\xe9\x67\x90\xf7\x52\xe6\x06\xea\x11\x50\xb4\x77\x2f\xd3\x59\x9a\x97\x7f\x29\x86\x03\xd1\x05\x73\x55\x0c\x07\x52\x3b\x8c\x33\xea\x0a\x88\xcf\x86\xe1\x29\x87\x03\xf1\x3e\xfb\x70\x6a\x27\x79\xa5\x6b\xaf\x7c\x0d\xa4\x9f\x16\x8a\xa5\x7c\xbd\x4e\xa2\x4a\xff\x5d\x1a\xb8\xd7\x49\x54\xe9\x21\xa1\xcc\xbd\x4e\xa2\x4a\xd9\xa7\x81\x7b\x1d\x03\xb7\xd2\x81\x06\x6e\xa0\x1a\x2d\xb3\xbc\x34\x00\x54\xbd\x91\x4b\x93\xf7\x32\x0f\xa5\x87\x95\x16\xef\xf5\x2a\xb9\xf8\x19\x6a\xde\x06\xaa\xc1\xbf\x4b\xeb\x36\x10\xcd\x98\xbf\xd6\xed\x75\xd2\x50\xfa\xf7\xd1\xba\xbd\x4e\x1a\x4a\xcf\x3e\xad\xdb\x40\xd5\x9c\xb8\x0c\xc8\x02\x52\x37\x62\x7a\xa9\x4a\x00\x55\xb7\xeb\x52\x95\x00\xa2\x57\x7b\x90\x4b\x2f\x1e\x3e\xbf\x24\x35\x09\xa0\x1a\x63\xb4\xd4\x1a\x96\x5a\x43\xf6\x7b\x50\x6b\x00\x4e\xb2\xc5\xa5\xd6\x00\xc4\x69\xc0\xd8\xbc\x6e\x00\x04\x8d\xe9\xab\x4a\x00\x41\xf3\x59\x59\x82\x2e\xd1\x32\x1a\xff\x52\x97\x00\x52\xb2\x4e\xd8\x52\x99\x00\x82\xc6\xf2\xab\x4d\x00\x41\x83\x4d\xea\x0e\x40\xf4\xe1\xfb\x9c\xec\xc6\xb4\x77\x48\xee\x88\x7d\x0e\x30\x66\xab\xe5\x7d\x1d\xcb\xbb\x0b\xab\x42\x01\x34\x23\x8e\x97\xca\x03\x10\x67\x9a\x34\x67\x76\xac\xec\x1e\xe0\x6a\x0f\x40\x4a\xeb\xd0\x9c\x99\xe9\x26\xbd\xbd\xb8\x34\xbd\x2f\x4d\xef\xa6\x07\x5c\xaa\x19\xcb\x7c\x93\x66\x65\x5c\xea\x19\xcb\x7c\x93\x66\xef\x5b\xda\xde\x97\xf9\x26\x4d\xc1\xb7\xd4\x3d\x80\xa0\x31\x5d\x95\x8f\x65\x72\x49\x93\x01\x2e\x0d\xf2\x40\x33\xcb\xcf\xa5\xf1\x1d\x20\xf5\xc1\x7f\xfe\xcc\x2f\xd5\x95\xcb\x2c\x93\xe6\xd4\xbb\x54\x57\x80\xe8\xcc\x37\x57\x69\xba\x40\x51\xb9\x2e\x75\x18\x20\x68\x03\x5a\x97\xa6\xff\x87\xf3\xf0\x52\xb1\xb9\xcc\xb4\xa0\x87\xed\x52\x89\xb9\xcc\xaa\xe0\xa9\x71\xa9\xc5\x5c\x66\x55\x30\x30\xe1\x32\xe0\xeb\x32\xab\x82\x87\xda\xa5\x6a\x03\xc4\x62\xf9\xec\x2b\xcd\x08\x45\x34\xb6\x4b\x7d\x07\x68\x66\xc6\xbd\xb4\xe9\x5f\x26\x55\xf0\xf0\xbb\x54\x81\x80\x78\x1d\x53\x53\x07\xba\x4c\xaa\xa0\x8f\xfa\x52\xbb\xb9\x4c\x96\x60\x62\xfd\x4b\xed\xe6\x32\x59\x82\xb7\x4f\x2f\xb5\x1b\xa0\x79\x99\xf5\x52\x93\x01\x9a\xc9\x40\x2e\x15\x19\x20\x9e\x74\x24\x4e\x36\x69\xb7\x71\xc4\xaa\x32\x40\xf4\x6a\x0f\x4e\x36\x69\xb8\xe1\xd8\xbc\x54\x6f\x80\x68\xe7\xfb\x9c\xad\x76\x7d\x3d\x0c\x97\x76\xfd\xcb\x9c\x0a\xda\xcf\x2e\x75\x1e\x20\xfe\xc1\x2c\x90\x91\x60\x97\x91\x60\x7a\xc0\x2e\x8d\xfd\x97\x91\x60\xda\x2f\x2e\x95\x23\x20\x68\x70\x4f\xe5\xe8\xca\x87\x2b\xf6\x2b\x57\xb2\x97\x30\xdc\x04\x2a\x4c\x40\xb4\x93\x26\xab\x8c\xfb\x32\x78\xfb\x52\x3b\x02\x82\xc6\x7c\xd5\x8e\x2e\x73\x2f\x64\x49\xb2\xca\x58\x30\x6f\xf4\x5d\x2a\x4c\x40\xd0\xec\x42\x56\x65\x45\xe3\xe2\xd4\x64\x55\xd6\x05\xc2\x47\x7c\xa9\x31\x5d\xc6\x8c\x71\xc4\x5c\x2a\x4c\x40\x3c\xca\x6a\xa8\x30\x01\x21\x86\xc2\x15\xdd\x02\x40\xb4\xf3\x75\x72\xc5\x94\x0b\x6e\x02\xe3\xc8\x80\x68\x66\x17\x32\x05\x4f\x81\x3f\x80\x4b\x1d\x0a\x88\x66\xac\x99\x3a\xd4\x55\x8e\x59\xcb\x76\xf2\xe9\xc4\x9b\x65\x47\x27\x9f\x8a\x96\x77\x4e\x8e\x4b\x1d\x0a\x48\x53\xdb\xd4\xa5\x0e\x75\x99\x73\x21\x25\x87\x27\xa3\x8c\x55\xfb\xf9\xa8\x7c\x32\x56\x2d\xf1\xe3\xb9\x54\xac\x80\x36\x7f\x92\xe4\x53\xd5\xf7\x8a\x92\x70\xa9\x57\x01\xd1\x03\x7c\x52\xaf\x02\xda\xc4\xd3\x7c\xe9\xb5\x00\xa2\x19\x2b\xa6\xaa\x05\xb4\xf9\xf3\x6d\xb2\xae\x1e\xbd\x01\x9e\xa8\x6a\x01\x21\xfc\x4b\x93\x4f\x27\x09\x83\x7b\x56\x5d\x0b\x08\x9a\x5d\xc8\x93\x93\x84\xc1\x6f\x4f\xbd\x0a\x68\xb3\x4b\x92\x25\xa8\x55\xc5\xaa\xa0\x97\xfe\x88\xeb\xe4\x65\xf0\x53\x51\xd5\xba\x4e\x5e\x06\x3f\x5b\x15\x27\x20\x68\x4c\x43\xcd\xe9\xfa\xd3\x92\xe0\xb1\x5a\xd2\x75\xb4\x24\x36\x85\x5a\xd2\xa5\x96\xa4\x82\x71\xa9\x25\x01\xcd\xdb\x85\x97\x5a\x12\x10\x8b\xcd\x88\xd5\x92\x80\x78\x94\x11\x1b\x36\x77\xe1\xcc\x30\x1d\xce\xa5\x92\x04\xc4\x19\x60\xaf\x4e\xd6\xec\x0d\x5e\xb0\xbe\x54\x89\x80\x53\x23\xe4\xd2\x71\x01\xa4\xa2\xb9\xef\x52\x23\x02\x9a\xf6\x8c\x4b\x85\x08\x08\x49\x81\x5e\xf5\x65\x5c\xfa\x32\xbc\xbe\x70\xe9\xcb\x00\x9a\xb6\x86\x4b\x5f\xc6\x45\x46\x87\x62\x78\xf8\x65\x30\x1d\x90\x8a\x39\xa7\x2e\x9d\x19\x97\xce\x0c\xd3\x70\x5d\x3a\x33\x2e\xb3\x3c\xc8\x39\x7d\x19\x97\x59\x1e\x4c\x12\x76\xe9\xcc\x00\xd2\xd0\x37\x72\x19\x1f\x05\x04\x8d\x2e\x54\x61\x80\x6c\x60\xcd\xa5\xba\x02\x2c\xcb\xc2\x5f\xaa\x26\xc0\xb2\xe0\xfb\xa5\x1e\x72\xdd\x84\x55\xcb\x38\x95\x0e\x20\x44\x67\x69\x32\x0e\xc7\xc2\xc8\x7e\x4d\xaa\x1d\x40\x88\x93\xff\x50\x3c\xfc\x52\x2d\x01\x42\xb4\x62\x01\x74\x3c\x5c\x56\xe1\x3b\x3b\x41\xcf\x03\x50\x35\x18\x5f\xea\x2a\x40\xf3\x62\xd5\xa5\xaa\x02\xc4\xdb\x1c\xa8\x7c\x35\x84\x27\xa3\x56\x5e\xaa\x2a\x40\xb4\x83\xb1\xaa\x2a\xc0\x29\x78\x71\xa9\xa9\x00\xa9\x0d\xc4\xf9\x4b\xc7\xc3\x75\x1f\x09\x47\xda\x61\x99\xf6\x39\x8f\x47\x1d\x0f\x97\xb9\xe1\x74\x81\x5c\x6a\x39\x40\x33\xef\xf2\xa5\x96\x73\x9d\x74\x71\xa8\x95\x97\x5e\x04\x20\x65\xe3\x75\x2e\xb5\x97\xcb\x3c\x70\x86\xb7\x5e\x7a\x07\x2e\x93\xbe\x19\x54\x7a\xa9\x95\x00\x71\xa0\xf9\x3e\x87\x17\xd0\x26\x16\xb0\x4b\x05\x04\x88\x4f\x1c\x16\xab\x81\x00\xcd\x74\x87\x97\x1a\x08\xd0\x26\xa6\x86\x4b\x0d\xe4\xe2\xd2\xb2\xf7\x87\x2f\x15\x10\x20\x9d\xcb\x5f\x97\x1a\x08\xd0\x54\x84\x2e\x15\x10\x20\x75\x43\xc5\x2f\x15\x90\xcb\xf2\x79\x4a\x4d\x6a\x11\x40\x30\x4e\x9a\x33\xb0\x28\xbd\x7f\x33\x9d\x0f\x97\x91\x34\x26\xd5\xbb\x54\x23\x80\x62\x70\xde\xa5\x16\x01\x44\x33\x1f\x75\x0a\x5b\x2d\x52\x19\x51\xf5\x00\xa8\xda\x23\x2e\xb5\x83\x6b\x1f\x85\x51\x9a\x1b\x67\x1f\xe5\x10\x8e\xa8\x09\x00\x41\xb3\x9d\xcb\xa0\x26\x70\x06\xec\xc6\xd9\xa8\x3d\x92\x14\xfa\xaf\x93\x64\xde\x33\x5f\x2f\x02\x10\x34\xb8\x64\xb8\x0d\x10\x34\xb8\xa9\x76\x70\x79\x7b\xa3\xfb\xd3\x53\x13\xb8\xd4\x04\x8c\xcf\xbf\xd4\x04\x2e\x35\x01\x23\x94\x2f\xa5\xfe\xeb\x3b\x9f\x89\xfd\xba\x99\xbe\xa3\xe3\xd8\xaf\xb3\x25\xe2\xc6\x3b\x8f\x97\x42\xff\x65\xfe\x34\x6f\xff\x5c\x0a\xfd\x40\x7c\x12\xbe\xce\xd9\xfe\x29\x02\xbe\xce\x55\xe4\x12\x47\x4f\xac\xf6\xad\x26\x00\xc4\xfb\x7e\xd0\xb2\xb4\xec\x8d\x8d\x0e\xad\x48\xc3\x49\x0e\x07\x6e\x45\xfd\xfb\x88\xf5\x28\xe0\xb7\x62\x3d\xd0\xcc\x9e\x73\xeb\x9a\x00\xa2\x59\x86\xb6\xa4\x59\x4d\xb9\xdb\xeb\x25\x4d\x41\x17\x0d\xe3\x56\xaa\xbf\x95\xea\x2d\x11\x76\x2b\xd5\xdf\xbf\x23\xe8\x3a\x94\x57\x1a\xb9\x01\xb3\xa4\x2d\xe9\xc8\xb9\x4e\xe2\x93\x66\x71\x0f\x7e\xca\xb7\x52\xfd\x6d\xaa\x34\xdd\xce\xb7\x52\xfd\x7d\x52\xa5\x71\x64\xdd\x7a\x36\x6e\x53\xa5\xf9\x43\xbb\x95\xf4\x81\xd8\x03\x0c\x59\x49\x1f\x88\x03\xc0\x67\xe5\x4a\x52\x06\x71\x7c\x46\xeb\xdc\x49\x43\x65\xf6\x59\xd9\x92\x94\x41\xa6\x7d\xc8\x16\x1c\x19\xb3\xfb\xa8\x53\xcb\x27\x9c\x8a\x66\x8a\xe1\x40\x3b\x23\x56\x0a\x07\x9a\xb6\x95\x5b\x21\x1c\x88\xff\x23\x9d\x2a\x84\x03\xd9\xe8\xc7\x5b\x79\x1b\xa8\xfa\xc3\x6e\xfd\x13\xb7\xfe\x89\x62\x2b\x47\xab\x04\xae\x49\xf2\x56\x02\x07\x62\x8b\xf9\xa8\x8b\x98\x35\xb5\xba\x88\x8a\xdb\x40\x70\x8e\xd5\xc9\x67\x5a\xe6\x45\x72\x03\x28\x6e\x03\x43\x5f\xfc\xad\x68\x0d\x34\x35\xe1\x5b\xc9\x1a\xc8\x86\x26\xde\x7a\x22\x6e\x3d\x11\xde\x93\xbe\x15\xb6\xef\x72\x96\x6b\x41\x73\xf6\xe5\x6c\x62\x06\xa2\x64\x0d\xc4\xd6\x81\x73\x8a\xd1\x40\xea\x29\x4b\x73\xb2\x7f\x62\xb4\x34\x27\x5b\xce\x64\x99\x84\x62\x34\x90\x8d\x58\xb8\x95\x98\xef\x62\x98\x39\x2a\xec\xad\x78\x0c\xa4\xaa\xf0\x72\x2b\x1f\xdf\x95\x6b\x82\xff\x72\x65\xfc\x56\x52\x06\xd2\x4f\xf7\xcd\xad\xa8\x0c\x54\x2d\x74\xb7\x92\x32\x50\xf5\x6f\xde\x4a\xca\x40\x3c\xc9\x47\xa9\xa4\x7c\xeb\x94\xf0\x86\xd4\xad\x54\x0c\x04\xcb\xd8\x92\x7a\x20\x6e\x3d\x10\x1a\xfc\x6e\x25\xe5\xbb\x9e\x1f\x09\xec\x51\x52\xbe\x0d\xdc\x39\x83\x93\x15\x06\xee\x9c\x5e\x5d\x75\x03\x77\x38\x96\x6f\xe5\x64\x20\x98\xc3\x40\x74\x49\x00\x6d\xba\x87\x14\x9d\x6f\x45\xe7\x94\x7d\xd4\xd9\x93\xc4\x7d\xfa\x91\x2a\x39\xdf\xa6\x34\x33\xab\xf7\xad\xe8\x7c\x2b\x3a\x9b\x62\xfd\x56\x4e\x06\x9a\xb1\xb1\xb7\x62\xf2\xad\x98\xec\x85\xe9\x5b\x31\x19\x28\x3f\xf7\x9a\xfe\x05\x60\x8d\x43\x72\x56\xcd\x35\xf7\xd0\x53\x24\xbe\xfb\x91\xec\x78\x9b\xb2\x2e\x90\x7e\xda\x89\x6e\x05\x5b\x20\xd6\x86\x91\x18\xa4\x03\x04\x0d\x96\x28\xec\x02\x41\x63\xfe\x0a\xbb\xb7\x17\xff\x0b\xaa\xc3\xad\x14\x0b\x44\x1f\x8c\xcf\x90\x1c\xa0\x6a\xed\xbe\x0d\xc9\x01\xe2\x75\x0c\xcf\x98\x1c\x20\x68\x6c\x1d\x2f\x7c\x00\x41\xa3\x0b\x03\x70\x80\xa0\xf9\x3e\xa7\x31\xce\x34\xe0\xb1\xd7\x40\x80\xaa\xf9\xfc\xf6\x1a\xc8\x6d\x06\xf3\x73\x26\x79\x0d\xe4\x36\x83\xb9\xb7\x8e\x6f\xaf\x81\xdc\x66\x30\x37\x3b\xc3\xed\x3d\x10\x20\x9e\x75\x78\x6e\xb1\xa1\x11\xd0\x1f\x9a\x17\x3d\x80\x38\x1f\xe0\x94\x17\x3d\x80\x68\x47\xbf\x5e\xf4\x00\x42\x18\x66\x6a\x5e\xf4\x00\xa2\x1d\x6c\xf1\xa2\x07\x90\xba\x51\x2b\xb7\x97\x3a\x80\x68\xe7\xb3\xb2\x80\x1c\xe6\xd9\x1b\x11\xb7\x37\x3d\x80\x68\xc7\x98\xbd\xe9\x01\xc4\x3c\x98\x9b\x37\x38\x80\xd4\x0d\x51\xb9\xbd\xc2\x01\xa4\xb1\x4e\x3b\xe7\xcb\x1d\x8e\x6a\x34\xf4\xad\x8e\x02\xa4\x6e\xb0\xf6\x6d\xc6\x2b\x20\xfa\x90\xe6\x7c\x17\x86\x50\xcf\x7e\x2f\xfa\x03\xd1\x8c\x6e\xcd\x79\x75\xaf\x73\xbe\xc2\x3e\x93\x93\x03\xd1\xce\x67\x9d\xda\x52\xe8\xf4\x43\xf0\xb2\x07\x10\x87\x8a\xed\x9c\x9a\x49\xc6\xbd\x29\x79\xeb\x90\x02\x52\xcf\x38\x6e\x6e\x1d\x52\xb7\x09\xc5\xbd\xc5\x79\x7b\xb1\x03\x88\x55\x63\xd9\xbc\xd8\x01\x04\x9b\xe9\x43\xc7\x15\x10\xcf\xb2\x6c\xde\xec\xb8\xbd\xd9\x61\x4c\xe7\xad\xe3\xea\xf6\x1a\x87\x57\xb2\x6e\x1d\x57\xb7\xd7\x38\x7e\xfe\x3b\xf4\x5c\xdd\x66\x0f\xf7\xae\xe8\xad\xda\x77\x5f\xe7\xc0\x64\xcc\xba\xae\x80\x93\x4d\xf4\x56\x15\x04\x5a\x39\x23\x71\xb6\xdc\xd8\x28\xa7\x53\x27\x4b\x4e\xf0\x72\xde\xef\x5c\xad\xcb\x6e\x9c\xe7\xad\x9b\x0a\x88\xa5\xe5\x6d\xfa\x96\x6e\xb3\x78\x17\x84\xe2\x5b\xbd\xee\xf6\x72\x86\xee\xdf\x5b\x25\xee\x3e\xd1\x63\x08\xd4\xb7\x5a\xdc\xed\x45\x8c\xe2\x91\xac\x2a\x76\x1b\x03\xa6\x13\xf1\x56\xed\xba\x8d\xf7\x3a\x07\x8b\x6a\x17\xd0\xb4\x04\xdc\x6a\x5d\x40\x34\x63\xc8\x3a\x92\x80\xa0\xc1\x76\x1d\x49\xb7\x29\xb9\x8b\xc7\xbe\xaa\xd8\xfd\x9c\x21\xd3\xad\xaa\xd8\xad\x2a\x56\xb0\x88\xde\x06\x74\x01\xcd\xd0\xfc\x5b\xdf\x12\xd0\xbc\xa2\x78\xab\xb0\x01\xcd\x0b\x8f\xb7\xba\x19\x10\x7b\x87\x97\xa9\x62\xdd\x27\x57\x94\xc2\xae\xf7\x1a\xee\x93\x1a\x7b\x49\x93\xc7\xa6\xc6\xb6\x06\xde\xad\xde\x75\x9b\x1a\xbb\xf8\x3a\xc7\xeb\xb5\x06\x6f\x10\xde\x3a\x79\x6e\xaf\x30\x8c\x7f\xb9\x67\x7e\xeb\x04\xba\xbd\x95\x6f\x82\xb1\x5b\x27\x10\xd0\xcc\x3a\x7e\xab\xbe\xdd\xaa\x6f\x56\x4f\xbb\x75\x02\x01\xf1\x07\x60\x05\x8c\x31\xbb\x4f\xee\x6c\xe5\x28\x75\xba\xdb\x44\x54\x26\x08\xba\xd5\xe9\x6e\xef\xe5\x9b\x12\xed\x56\xa9\x03\xa2\x1d\x43\xd1\x0f\x04\x04\x0d\x66\xe8\x07\x02\xe2\x59\xfb\x90\x41\x27\x57\xf6\xf2\x7d\x72\x68\x73\xd5\xd7\x9f\xb6\x17\xf8\x6f\x53\x65\x2b\x5a\xe9\x19\x02\xd2\xc9\x72\x70\xeb\x19\xba\xf7\x51\x10\x7c\x54\x0e\x9c\x94\xda\x4b\x9a\x1c\xd8\xde\x82\xf4\x67\xa4\x1b\x08\x88\x76\xec\x55\x35\xc2\xfb\xc4\x95\xf9\xd9\xa8\xe9\xdd\x27\x29\x96\x9f\x88\x5a\xdd\x6d\xaa\x6c\x23\xe6\x6f\xfd\x3b\xb7\xa9\xb2\x8d\x49\xbf\x55\xcd\x80\xe6\x2d\x9f\x5b\x2d\x0c\x88\xc3\x39\x86\xf7\xa8\x71\x01\x41\x9b\xd0\x9a\xb4\x66\x17\xd2\xba\x34\x2d\x13\xfc\xdc\x1e\xbd\x26\x8f\x5e\x13\x63\xfc\x1f\x75\xae\x47\x9d\xcb\xe0\xfd\x47\x9d\xeb\xd1\x93\xa2\x53\xfa\x51\xe7\x02\x52\x4f\xd3\x76\xb7\x34\x83\x49\xf8\xa9\x3e\xea\x5c\x8f\x9e\x14\x83\x9f\x1f\x75\x2e\xa0\xe9\x1d\x7d\xd4\xb9\x1e\x75\x2e\xc3\xe1\x1e\xf5\x2b\x20\xfe\xb3\xb4\x53\x97\x7a\xfe\x74\x29\x58\x60\x98\x18\xd0\xf4\xa2\x3e\xaa\x57\x8f\x8e\x14\x03\xee\x1e\xd5\x2b\x20\x14\x0c\x5f\x27\x07\xd2\xe1\x00\x23\xd6\x45\x02\xa4\x69\xe4\xff\xa3\x8b\x04\x48\x25\xa1\x4d\x3c\xba\x48\x80\xa0\x25\x68\x9f\xb4\xcf\x5f\x2a\x5c\xd6\x1d\x02\xc4\x26\xa0\x5f\xdd\x21\x40\x3c\x2b\xcd\x69\x64\x33\xb2\x15\x9f\x75\x1e\x6a\x5d\x09\xc9\xea\x51\xeb\x02\xda\xfc\xf9\xa8\x8b\x8b\xe7\x63\x98\xdc\xfb\x51\xed\x7a\xcc\x30\x6d\x9a\x99\x47\x7d\xea\x51\x9f\x4a\x9c\x31\x8f\x2e\x8d\xe7\x64\x39\xe3\xb7\xfd\xa8\x63\x01\x6d\xfe\xec\xd5\x05\xf2\xa2\x43\x42\x17\x7f\x54\xb1\x1e\x3d\x1a\x03\x21\xe0\x51\xc7\x02\xda\x44\x9a\x7f\xd4\xb1\x1e\xb3\x9a\x69\x3d\x7a\x54\xb2\x80\xa0\xd1\xab\x4a\x16\x10\x34\xba\x55\xc9\x7a\x2c\x24\x5e\x93\x34\x67\x6b\x16\x69\xaf\x5e\x3e\x2a\x5e\x8f\x59\xa4\xcd\x3f\xf3\xa8\x78\x3d\xfa\x2f\xac\xc8\xfa\xa8\x78\x01\xa9\x99\xdb\xec\x51\xf1\x02\xda\x1c\xce\x42\xa6\x14\x4d\xf5\x1c\x53\x8f\xee\x8b\x47\xf7\x85\x89\x10\x1e\x95\xb1\x47\xf7\xc5\x70\x24\x32\xe5\x5c\xb5\x47\x06\x7f\xd4\xcf\x80\xd8\x66\x74\xa1\x7e\xf6\xe8\xbf\x30\xe7\xe1\xa3\xb6\xf5\xd4\xc3\x01\xdb\xc9\x81\xbf\x42\x5b\x0c\x45\x7d\xeb\x39\xe9\xa1\x11\xae\x1f\xf5\xad\xe7\x78\x26\x38\xcf\x1e\x3d\x13\x40\x9b\xdd\x66\x32\x40\xc7\x84\xc9\x67\x1f\x55\xb0\xc7\x8b\xf5\x26\xa9\x7d\x54\xc1\x1e\x9d\x15\xf5\xe7\xf0\xe4\x00\x41\x60\xa5\xca\x78\x75\xb0\x47\x6f\x45\xfd\x39\x3c\x59\x50\x8f\x80\xcc\xb3\x6a\x61\x4f\x3b\x96\x07\xc6\xa2\xca\xf5\xa8\x72\x59\x22\xf3\xd1\x5b\x01\xc4\xb3\xbc\x4f\x35\x0c\x68\xde\xee\x7c\x54\xc3\x1e\xd5\xb0\xca\xff\xe1\x51\x0d\x03\xda\x3a\x4f\xba\x2d\x74\x60\x9c\x81\xc8\x27\xc3\xbc\xac\x53\xf4\xa8\x99\x3d\x47\x33\xfb\xd9\x83\x93\x6d\x9e\xfb\x5d\x9a\x93\x3d\xde\x0a\x77\xad\xba\xd9\x73\xbc\x15\xcc\x41\xd5\xec\xd1\x5b\x61\x5e\xb2\x47\x6f\xc5\x63\xfe\x69\x6b\x37\x3e\xba\x2b\x80\x74\xf2\x6c\x3d\xaa\x6b\x40\x22\x8f\xd7\x7f\xfe\xde\x1f\xb5\xb9\x47\xd7\x85\xd9\xc6\x1e\xb5\xb9\x47\xd7\x85\xd7\x06\x1f\xef\xf3\x3f\x27\xa3\xb4\x07\xa0\xf7\xf9\x9f\x93\x51\xda\xa3\x5d\x35\xed\x39\xa9\xa2\xdd\x5d\xde\x9d\x00\x52\x57\xb8\x7f\xbc\x3b\xf1\x9c\x5c\xd1\xd3\x67\x5d\xaa\xbf\x5c\xd1\xf4\xab\x3a\xf7\xfc\xe5\x8a\x66\x9a\xaa\x6e\xcf\x40\x3d\xe6\xef\xf6\x98\x03\x1a\x48\xa5\x9f\x2e\xdc\xad\xa8\x73\xc5\x6a\x26\x8f\xea\x1c\x10\x3b\xc4\x2e\xdc\xad\xa8\x73\x43\xc7\xf9\xa3\x08\x01\x14\xd3\xa6\x3d\x4a\x10\xc0\xfa\x79\xda\x2b\x40\x00\xcb\x24\x89\x8f\xd2\x02\x50\x0c\x27\x7e\x14\x16\x80\x75\x4e\x0d\xe5\x02\x60\x99\x37\xf1\x51\x04\x78\x34\x00\x6b\xff\x7e\x34\x00\x03\xd5\x68\x80\x47\xa9\x00\xa8\x06\x5b\x3d\x06\x87\x00\xf1\xa4\x6f\x73\xb0\x5e\xc1\xf4\x4f\xa7\xec\x00\x84\xee\xcd\xd4\xb5\x08\x03\x41\xb3\x9d\xc3\x3d\xf1\xe6\xee\x53\x2d\xc2\x8f\x71\x20\x9a\x6b\x1f\x4d\xc2\x40\xb4\x63\x5e\xca\x1d\x40\xd0\xe0\x88\x82\xc7\x63\x0e\x1f\xe3\x45\x5e\x23\xd3\x5f\x23\xd3\x35\x13\xbf\x0a\x23\xef\x31\xff\xb2\x23\x5e\xcd\xbf\x40\xd5\x75\xf5\x6a\xfe\x05\x62\x28\x05\x5a\x93\xd6\xa4\x65\x68\x5d\x5a\x47\xbf\xb7\x87\x21\xe9\x70\xc0\x1e\xa6\xb4\xe9\xa3\x09\xda\x92\x46\x28\x14\x66\xf2\x57\x49\x04\x08\x8d\x9a\x91\x28\x62\xbc\x27\x3f\x0f\x86\xc8\x57\x11\x03\x68\x66\xcd\x7b\x15\x27\x5e\xcb\x7f\x7a\x43\xf6\x55\x9c\x00\x9a\xd9\xc7\x5e\x8d\xb5\x40\x3a\x32\xdb\xab\x84\x01\x84\x66\xcb\x80\x0d\x44\x7f\x4d\xda\xd3\x58\xed\x57\x03\xee\x6b\xd2\x1e\xaf\xaf\xbd\x4a\x22\xaf\x61\xe7\x4e\x42\xa1\xe3\x35\x41\x4f\xe3\x37\xfc\x6a\xd4\x7d\x2d\x00\xda\x9a\xed\x3e\x69\xfa\xb5\xb0\xb4\xbd\x0a\x22\x6f\x3e\x3a\x3b\x33\x53\x10\x79\x8d\xcb\xa8\xd8\x92\x5f\x0d\xc2\x40\x3c\xcb\x34\x14\x4e\x80\x66\xbe\xab\x57\x39\xe4\xcd\x47\x67\x67\xc4\x0a\x22\x40\x33\x53\xd6\xab\x1c\xf2\x1e\xf3\xaf\x03\x71\xae\x27\x3c\x9d\xef\xe4\x55\xe4\x78\x8d\xa2\xd0\x4c\xfc\x2a\x73\xbc\xf9\x68\xac\x4c\xcc\x88\x09\x20\x65\xa3\xe7\x5f\x65\x8e\xd7\x90\x09\x03\xef\x5f\x05\x0c\x20\x9e\x65\xc4\x0a\x18\x40\xea\x26\x14\x7b\x15\x26\xde\x72\x8c\x2a\xd2\x5c\x33\xad\xb8\xfa\x27\x5f\x03\x24\x5e\x03\x24\xbc\x03\xf0\x2a\x60\xbc\x06\x99\x5b\x44\xea\x55\x98\x00\x9a\x05\xda\x5e\x05\x07\x20\xa6\xc6\xee\x51\x70\x00\xe2\x75\xb0\x45\xc9\x01\x68\x16\xde\x7a\x15\x1c\xde\x7a\x66\x0b\x07\x14\x1c\x5e\x03\xca\xbd\x86\xfa\x1a\xf8\xf0\x1a\x3c\x6e\xfc\xda\xab\x30\xf1\x9a\x52\x55\x79\xe5\x55\x98\x00\xa2\x1d\x4b\xab\x90\x00\xa4\xa9\x7e\xfe\x2a\x25\xbc\xc7\x50\x3b\x7d\x9f\x33\x3b\x86\x5a\x3f\x6e\xa5\x84\xf7\x18\x6a\xf9\xf5\xbc\x4a\x04\x40\x1a\xde\xb3\x78\x95\x08\x80\x78\x96\x7e\x95\x08\x80\xd4\x7f\x43\x9a\x73\xc3\x2e\xab\x3b\xf2\x55\x48\x78\xcf\xbd\x4b\xce\xa8\x57\x21\xe1\x35\x18\xdc\x88\xde\x57\x21\x01\x88\x76\xd2\x5c\xdc\xa6\x0d\x80\x3f\xcf\xab\x48\xf0\x7a\x41\xd3\x38\x87\x57\x99\x00\x08\x1a\xd3\x55\x26\x78\xdb\x31\x65\xb0\xb8\x5a\x6b\x81\x68\x07\xeb\x35\xd7\x02\xd1\x4e\x9a\x6c\xf1\xda\x66\x99\x8e\xd9\x5d\xd0\xd4\xe7\xe6\x7f\xff\xd7\x5f\xa5\x0d\x20\x24\x3f\xdf\x22\x23\xbd\xd5\x69\x54\xee\xab\xb8\x01\x34\xa5\x88\xd7\x08\xf2\xd7\xfc\x41\xfc\x4a\x5f\xa5\x04\x20\xb6\x0d\xbc\x55\x4a\x00\x52\xd6\xb3\xf9\x6a\xf3\x05\x52\x36\xee\xf3\x35\xc0\x01\x68\x26\x59\x7a\x0d\x70\x00\x52\xf6\x42\xd0\xab\x69\x18\x68\xc6\x3c\xbc\xca\x1c\x40\x3a\xa5\x56\x5f\x65\x0e\x20\x8d\xec\x37\xa2\x05\x19\x88\x5e\x19\x9d\x26\x64\x20\x68\xb4\x53\x36\x01\xa2\x5b\x69\xee\x10\xca\x58\x58\x69\xeb\x55\x34\x01\xe2\x51\x69\x6e\x90\xa1\x49\xc1\xd3\x44\x31\x04\x48\xd9\x74\x72\xaf\x59\x5f\x81\x68\x07\xf3\x94\x4d\x80\x78\x1f\xb3\x55\x0e\x01\x82\x06\x57\x94\x43\x80\xd4\x53\xf6\x7d\xb2\xc0\x4a\x09\x5e\xda\x7c\x35\x2b\x03\xa1\x15\x3b\x16\x59\x30\x0e\x0b\xa0\x69\x56\x7e\xad\x96\x69\xe6\x9d\x57\xb3\x32\x10\x63\xe6\x7d\x9a\x95\x81\x78\x96\x7e\x35\x2b\x03\x71\x3a\xf1\x6d\x9a\x3f\x08\x88\x67\xed\xc3\x33\x61\xca\x17\x4f\x54\x4d\xcd\xaf\xa6\x66\xef\xe1\xbf\x9a\x9a\x81\xd8\x2c\xbe\x4f\x5e\xcd\xc3\x2b\x69\xf2\x6a\x12\x89\xe8\x41\x6e\x4e\x21\x20\xba\x85\x7d\x5a\xa4\x5f\xcb\x65\xaa\x66\xbf\x5a\x95\x81\x94\x0d\xb8\x7e\x35\x21\xbf\x96\xb7\x34\x34\xf9\xd5\x84\x0c\xa4\x71\xbe\x57\xd3\x0a\x01\xd1\x0e\xb6\x78\x19\x02\x48\x59\x2f\xfd\xab\x59\x19\x08\x1a\x43\xf6\x3a\x04\x10\xcf\xc2\x02\xaf\x43\xbc\xeb\x18\x3d\x7c\xd6\x79\x68\x7e\x36\x10\xfb\xd5\xfc\xfc\x6a\x7e\x36\xae\xfb\xf5\x8e\x04\x10\x34\xe6\xab\x49\xfa\xb5\xc6\xa5\x62\xe5\xab\x49\xfa\xd5\x24\x6d\xfc\xc1\xab\x49\xfa\xb5\xc6\xa5\xf7\x04\x5e\x4d\xd2\xef\x75\xf8\xc2\xf2\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x6a\x92\x7e\x35\x49\x1b\xec\xfe\x7a\xbf\xe2\xb5\xc8\xa5\x71\x0f\xaf\x66\xea\xf7\x3a\xbc\x82\x07\x9a\xa9\x81\x10\x8f\x18\x8b\x66\xea\xd7\x0b\x16\xfa\xf5\x5e\xcd\xd4\xaf\x66\x6a\xf3\xca\xbc\x5e\x85\x7e\x2d\x68\x69\xe4\xc3\xab\xe9\xfa\x35\x05\x91\x81\xec\xaf\xb6\x6b\x20\x9d\x5c\xec\xaf\xb7\x2e\x80\x54\x52\xf3\x7d\xf2\xea\xd2\xb4\xa2\xd0\xa4\xf9\x1a\x68\xd3\x9d\x6b\x70\x13\x10\xcd\x78\x9d\xc1\x4d\x40\x2a\x49\x36\x1b\xdc\x04\x44\x3b\x9f\x95\x05\x24\xb5\x9d\x6e\x5c\x0d\xdf\x40\x34\x93\x26\x07\x6e\xfd\xef\x8a\xaf\x06\x34\x01\xa9\x24\xe5\x32\x8d\xe1\x40\x9b\x7e\xa7\xda\xc2\xdf\x5b\x1f\x6f\x93\x26\x03\x6e\x0d\x30\xd5\x47\x65\xc0\x2d\x03\xaa\x23\x96\x01\x26\x25\x3a\xff\x4b\xc3\x97\x80\x68\xe7\x6c\x65\x8a\x76\x74\xc3\x4b\x5e\xed\xe8\x40\x7c\x1c\x3c\xab\x21\x1d\x88\x67\x19\x8b\xf1\x4b\x40\x9b\x9e\xa4\xda\xd6\x81\x68\xc6\x3a\x6a\x5b\x07\xe2\x18\x61\x4f\x79\x49\xe3\x35\x53\x51\xaa\x76\x2b\x57\x4c\x4b\x94\xaa\xed\xe4\xca\x63\xa4\x02\x0a\xd7\xab\x71\x1d\x48\xc3\xba\x64\xaf\xd6\x75\x20\x9e\x75\xc8\xb2\xca\xcb\xd2\x16\xd9\x7b\xbd\xcc\xf1\x3e\x67\xaf\x38\x3e\x59\x75\xc2\xa6\xdc\xcb\x5e\xe6\x00\xa2\x9d\x73\x93\x55\x8f\x61\xa5\x18\x27\x5f\x63\xa9\x5e\x63\xa9\x0c\x70\x7f\x8d\xa5\x02\x82\x46\x1f\x06\x53\x01\x41\x83\x7d\x9a\xfa\x81\x36\x3d\x0a\xb4\xf4\x03\x71\xaa\xff\xc3\x8d\xf5\x57\x47\xc0\x6b\x00\x96\x29\xff\x5f\x1d\x01\x40\xd0\xe0\xa4\x9e\x00\xa0\x4d\x3f\x6c\x03\xb0\x80\x68\xe6\x08\x64\xee\x6b\x24\xa6\x8b\xaa\xf5\x1f\x88\xc1\xc3\x5c\xad\xff\x40\xd0\x6c\x27\x73\x31\xff\x17\x7d\x46\xaf\xe6\x7f\x20\xde\x27\x83\x64\xee\x6b\xc1\x2d\xb5\x37\xa3\xbc\x80\xa0\xb1\xaf\x35\xff\xbf\x26\x47\xd2\x0a\xf4\x6a\xfe\x07\x82\x66\x3b\x19\x69\xc2\xa4\x7a\x9e\x95\x93\x56\xa2\xa8\xce\x4d\x7d\x1e\x68\x56\x4a\x7f\xd5\xe7\x81\x68\x26\x4d\xb6\x90\xbf\xb7\x54\x7f\x67\x6a\xf4\x40\x4c\x83\x3d\x62\x3c\x18\x10\xcf\x4a\x93\x05\x5b\xa3\x57\x96\x26\x0b\xb6\x46\x2f\x45\x09\x03\xc2\x80\x78\x96\x55\xf3\xaa\x39\x10\xd3\x60\xdf\xe8\x27\x00\xa2\x9d\x34\x59\xf0\x1d\x16\xc0\x66\x8d\x04\x40\xf4\xc1\x74\xb5\x12\x00\x41\x63\x89\x34\x13\x00\x31\x0f\xc6\xa2\x99\x00\x88\xf7\x31\x5f\xed\x04\x40\x8c\xc5\x3e\xe4\xcb\x27\x5f\xdc\x1a\xda\x0e\xde\x8f\xc0\x55\x3f\x63\xcd\x04\x40\x3c\x0a\x4b\x35\x13\x00\x71\x1a\x31\x5d\xcd\x04\x40\x2a\x56\x8a\x79\x8d\x1c\x03\xd2\x49\xbf\xfd\x6a\x3a\x00\xd2\xc9\xaa\xb4\x35\x1d\xec\x9f\x06\x26\x76\xdf\xd6\x74\x00\xa4\x93\xd2\x7e\x6b\x3a\x00\xd2\xc9\xca\xbd\xb5\x1d\x00\xe9\xe4\x5f\xda\xda\x0e\x80\xa0\xfd\xa0\x75\x69\xc7\x8e\xb6\xa0\x0d\x69\xc7\x50\x36\xa0\x2d\x69\x26\x1a\x65\x37\x6f\x7d\x1b\x40\x1a\xd6\x3f\xdc\xfa\x36\x80\x54\x54\xb2\xb7\x16\x05\x20\x8e\x32\xc7\xf2\x4a\x93\x2f\xdd\x67\xb7\x34\xa5\x3d\x44\xa2\x6d\x40\x19\x10\xed\xa0\x69\x8d\x00\x82\x06\x5f\x0c\x28\x03\x82\x06\xff\xb4\x50\x00\x41\x63\xcc\x3a\x41\x80\x54\xbc\x5e\xb4\x35\x5b\x00\x41\x63\x2c\x9a\x2d\xb6\x41\x66\xa6\x16\xdd\xda\x28\x80\xa0\xc1\x17\x6d\x14\x40\x6a\x15\x89\x77\x6b\xa3\xd8\xe9\xc4\x3e\xc3\x03\x83\xcc\x80\x66\xd4\xc8\xd6\x6c\x01\x34\x8d\x4f\x5b\xff\xc9\xb6\x12\x8c\xb5\x0b\xb7\xa6\x8c\xad\xff\x44\xed\x79\x6b\xca\x00\x9a\xb6\xa7\xad\x25\x63\xeb\x52\x31\xcc\x76\x6b\x51\xdc\x96\x6f\xa8\x92\x1c\xdb\x20\x37\xae\x43\xd3\x78\xb8\x35\x1e\xea\xb2\xd8\x0a\xed\x40\x1a\x9a\xb0\xb7\x42\xfb\x0e\x01\xbd\xe9\x52\xda\xca\xe2\x40\x31\x69\xfc\x56\x14\x07\x96\x45\x4b\xb6\x92\xf8\x3e\xc5\x1a\x1c\x87\x92\x38\x50\x94\x56\xb7\x82\xf8\xb6\x6e\xbd\x8e\xfd\xad\x20\x0e\xa4\x9e\xf9\x99\x6f\x05\x71\x20\x75\xef\x29\x6f\x05\xf1\x7d\xe2\x3b\x90\xa2\xb6\x42\xf7\x3e\xf1\x1d\x48\x97\x5b\xa1\x7b\x5b\xa3\x5e\x73\xd4\x56\xea\xde\x4a\xdd\xda\x6c\xb7\x52\x37\xd0\xfc\xb5\x6c\x0b\xa1\xed\x79\x74\x78\x5f\xe7\xda\xcc\x63\xb2\x70\xb6\xae\xcd\xa9\x5b\xef\xd7\xa3\xc0\x0e\xa4\x6a\xa9\xe2\x6d\x18\xc8\xb6\x46\xbd\x31\x80\x5b\x21\x1e\x68\x9a\x71\xb7\x32\x3c\xd0\x2c\x2c\xbd\x15\xe1\xb7\x22\xbc\x31\x7b\xdb\xc8\x10\x20\x7a\x90\x26\x53\x10\xeb\xbb\x7f\xa5\xad\x58\x0f\xb4\xb3\x99\x94\xea\x81\xd4\x53\xb7\x57\xf9\x74\xa4\xfa\xe9\xeb\xe4\xd3\x91\xea\x11\xb6\xb6\x52\xfd\x3e\x52\xbd\xbb\x4e\xa9\x1e\x88\xfd\xf4\x0f\x29\xe5\xb6\x42\x3f\xd0\xa6\xec\x56\xe6\x07\x62\x42\xd2\xdc\x6e\x0b\x1f\x82\xdf\x9f\x22\x3f\x90\x4e\xb6\x94\xad\xc8\x0f\xc4\x77\xcf\xaa\x28\xf2\x03\xf1\x3a\x06\xaf\x78\x0f\xa4\x72\x78\xa6\x78\x0f\x14\xeb\x14\x6c\xa5\x7b\x20\xcd\x81\xf8\xbc\x2d\x44\x01\xa4\x9f\x09\x31\xb6\x12\x3f\x10\x7b\xd5\x67\xe5\x23\xc5\xd3\x0c\x52\xdb\x0a\xfc\x40\x8c\xc4\xd7\xc9\x46\x05\x7e\xad\x6b\x5b\x81\x1f\x08\xf9\xd4\x76\xf2\xe9\xd2\xac\x39\x1c\xb1\x8c\xb2\x8a\x45\x1b\xf6\x21\xa3\x2e\x3d\xe0\xfc\xb1\xb6\x31\x2c\x40\xec\x55\xde\xa7\x66\x00\xc4\x1f\x8b\x7e\x95\xf8\xb7\x65\x2c\x90\xe4\xb7\x12\x3f\xd0\xd4\x68\xb7\x02\xff\xbe\x8f\xf0\x65\x0f\x32\x45\x81\x5f\x0b\xc3\x56\x92\x07\x8a\x35\x24\xb6\x82\x3c\x50\xbd\x47\xb8\x95\xe3\xf7\x9f\x1c\xcf\x2e\x57\x8e\x07\xaa\xbe\x84\xad\x18\xbf\xad\x50\x6f\x24\xdb\x56\x8c\xdf\xde\x42\x30\xce\x72\x2b\xc6\x03\x31\x7d\x5e\xa7\x18\x0f\x84\x9c\xc0\xea\x28\xc7\x03\xc5\x4c\x8d\x5b\x31\x1e\x88\x63\xd4\xd7\x39\xd7\xc7\x02\x93\xfe\x1f\x14\xe3\x81\xf8\xa7\xb1\x3d\x15\xe3\x81\xe0\x30\x3c\x51\x14\x07\x9a\xda\xdd\x56\x12\x07\x8a\x39\xe9\xb6\x82\x38\x50\x75\x92\x6c\xe5\x70\xe0\x14\x24\xdc\x8a\xe1\x5b\x31\xbc\x62\xbd\xd8\x8a\xe1\x40\x31\x87\xde\x56\xe2\x06\xe2\x1c\x65\x5a\x8a\xdc\x40\x33\x7e\x72\x2b\x52\xef\xd7\x50\x7a\x64\xe5\xad\xac\x0c\x34\xcb\xde\x6c\xc5\xe2\xfd\x9e\xd3\x91\x2d\xa2\x58\x0c\x34\x8b\x80\x6d\xa5\xe2\xfd\x1a\x5b\xe5\xd0\x9c\x14\x65\x29\x14\xd9\xb7\xf2\xef\x3e\x65\x29\x94\x36\x0c\x89\x01\x9a\x5e\xb9\xad\xf8\x0b\x04\xc3\x59\x7b\x45\xdd\x6d\xf4\x8b\x81\x8d\x5b\x51\x77\x1b\xfd\xa2\xcf\x77\x2b\xeb\x6e\xa3\x5f\x0c\xa8\xdc\x3a\xaf\xf6\x3e\xfa\x39\x5c\x52\xfe\x05\x9a\x26\xbd\xad\xa8\xbb\x15\x75\x93\x1f\xb5\x62\xed\xde\x47\x6d\xb2\x5b\x27\xb6\x4f\x29\x33\xbb\x75\x66\x1b\xb5\xdb\xe5\x52\xaa\xdd\x4a\xb5\x87\x4d\xba\xbe\xf6\x89\x7e\xf1\xa7\xaf\xa4\xbb\xff\xa4\x5a\x46\xa7\x54\x0b\xb4\x75\x1e\x75\xb2\x0a\xb5\x7a\x3e\xb6\x42\xed\x56\xa8\xf5\xfe\xed\x56\xa8\x05\xda\xe1\x93\x32\x2d\x10\xbd\x3a\x3a\x4f\xa6\xcf\xb4\x6c\x36\x73\xa9\xcf\x05\x09\xcc\x2c\x5b\x39\x77\x5b\x61\x5e\xe7\xca\x56\xce\xdd\xde\x90\x30\xda\x79\x2b\xe7\x6e\x2b\x5a\xf8\x9d\x2b\xe6\x02\xf1\x51\x3b\x38\xd9\x64\x85\x79\x77\xd8\xa7\x98\xfb\x59\x61\x5e\xb7\xfa\xe7\xa5\x89\xcf\x4b\x13\xca\x1f\x9f\xa2\xef\x77\x42\x78\x18\xf2\xa7\xf8\xfa\x1d\xf1\x15\x79\xe6\x53\x7c\x05\x9a\x41\x04\x9f\xae\xaf\xcf\x6a\xf2\xe6\x07\xfc\x94\x68\xbf\x23\xd1\x76\x69\x97\xb4\x4b\x7e\x16\x68\x5b\x1a\xd9\xa6\xba\x24\x66\xf1\xe9\x0e\x33\x94\xf2\x53\xd8\xfc\x4e\x6d\x8a\x21\xad\x48\x23\x49\x05\xfb\xe9\x53\xae\x04\x9a\xe5\xa7\x3e\xdd\x61\x9f\x25\xdd\xf5\xd1\x7f\x8a\x9a\x40\xaa\x26\x7a\xfb\x14\x35\xbf\x73\x9f\x01\x79\xe6\x53\xd4\x04\xda\xe4\x1b\xfb\x94\x34\x81\x68\x06\x4b\x14\x35\x81\xa0\x31\x57\x65\xcd\xcf\x58\x1d\xfd\x7c\x9f\x72\x25\x90\x4e\x56\xb1\x4f\x77\x18\x50\x56\xff\x87\x9b\xec\x9f\x8e\xb1\xcf\x0b\xcb\xca\x9d\x9f\x8e\xb1\xcf\x0b\xcb\xba\x99\x3f\xa3\x76\x3e\x2f\x2c\x7b\x2a\x7d\x7a\xcb\x3e\x2f\x2c\x1b\x62\xf0\xe9\x2d\x03\x52\xf7\xa6\xe7\xe7\x05\x0a\x20\x0d\x63\xb2\x3e\x5d\x68\x9f\xc5\x2b\x54\xe7\x3e\x7d\x68\x9f\x57\x28\xd4\xd3\x3e\xaf\x50\x7c\x5e\x62\x36\x16\xe3\x33\xe4\x07\x08\x1a\x6b\x65\xc8\x0f\xd0\x0c\x45\xf8\x74\xbf\x7d\xba\xdf\xfc\x03\x7d\xba\xdf\xbe\x73\x89\x99\x13\xec\x33\xe4\x07\x68\x4a\x68\x9f\x1e\xb9\x4f\x8f\x9c\x2a\xc0\xa7\x47\xee\xfb\xab\x6d\xc8\xa3\x86\x01\x7d\x86\x01\x59\x56\xe8\xd3\x4b\xf7\x19\x06\x64\xb9\xa9\x4f\x2f\x1d\xd0\x26\xf6\xc5\xcf\x28\xa0\xaf\x1c\xbd\xd7\x2e\x64\x9e\x51\x40\x15\x31\xf3\xd3\x71\xf7\x19\x05\x54\xcf\xf0\x64\x5e\x51\xef\x2d\x76\x2b\xf3\x8e\xe3\xce\xbd\xaf\xe3\x0e\xa8\x66\x0b\xf8\x74\xdc\x01\xb1\xf5\xe1\xbb\x8e\x3b\xa0\x9d\x91\xe8\xa4\xfb\xea\x11\x78\x69\xa6\x43\xee\xab\x67\xb2\xbc\xce\xfb\x15\xdf\xa9\x9a\xc1\x1f\xfd\xd3\x49\x07\xc4\x09\xc6\x92\xe9\xa4\x03\x62\x74\xac\x85\x11\x3f\x9f\x11\x3f\x66\xb2\xfb\x4c\x05\xf5\x59\x4a\x43\x3d\xe0\x33\x0a\xe8\x33\x0a\xc8\x70\xc0\x4f\x07\xdf\xe7\xfd\x64\x45\xc4\x4f\x07\x1f\x50\xbd\x16\xfa\xe9\xdf\x03\xda\x59\x0a\xdd\x7b\x9f\xee\x3d\x6d\x1a\x9f\x41\x40\x40\xcc\xd6\x91\xc8\x14\x83\x80\x12\xa2\xda\xa7\xcb\xef\xf3\xca\xb2\xf6\xe4\x4f\x97\x1f\x10\x12\xa7\x34\x39\xd5\x48\x95\x52\x25\xc9\x28\xdc\x7b\xdd\x8a\xf3\x9f\xee\xbd\xaf\x9d\x6f\x8a\x49\x18\x04\x04\xc4\xf0\x18\x8a\x2e\xbf\x4f\x57\x9e\xf1\x06\x9f\xae\xbc\xef\x64\x71\x92\xc9\xba\xf2\x80\x50\x0e\xe0\x80\xae\xbc\x4f\x57\x9e\x57\x1b\x3e\x5d\x79\x40\x9b\xc9\xa1\xc8\x01\x13\xb0\xaa\xa5\x7e\xfa\xea\x80\xa0\xf9\x3a\x39\xd0\xfc\x56\x20\xe9\xaa\xfb\x4e\x02\x56\x3f\x3d\x7d\x75\xc0\x49\x82\xf3\x19\x2c\x04\xa4\x6a\xce\x87\xcf\x60\x21\xa0\x29\x0e\x7e\x5e\xf7\xf8\x4e\x9a\xd6\x61\x0f\xf2\xa4\x6b\x9a\xf5\x4c\x31\xa6\xe8\x23\x27\xeb\x44\x96\xfa\xf4\xf2\x01\xd1\x83\xcd\x64\x09\x5e\xbe\xe9\x41\xaf\x97\xef\xf3\x1a\xb3\xb5\xef\x3e\xbd\x7c\x40\x9b\xc3\xf1\x3a\xfb\x7e\xd6\x9a\x7d\xa2\xf7\x0e\x08\x1a\xbd\xea\xbd\xfb\x8c\x2c\xaa\x9e\x32\x7a\xef\x3e\x8b\xd0\xbb\x13\xf5\xd4\x7d\xa7\x90\x3c\xa6\xb9\x4f\x4f\xdd\x67\x21\x79\x3f\x4f\x1d\x75\xdf\x29\x24\xef\x0f\x41\x33\xc0\x67\x10\x91\x8a\xc4\xa7\x1d\xe0\xd3\x0e\xa0\x22\xf1\x69\x07\x00\x82\x66\x17\xce\x02\xa7\x5c\x51\x33\xfb\x34\x04\x00\x69\x5a\xa3\xeb\x53\x39\x06\xda\x39\xf1\xd5\x8d\xbf\x73\x6d\xc2\x43\x4b\xdd\x18\x68\x1a\xa5\x3e\x55\xe3\x4f\xd5\xd8\xf8\x9d\x4f\xd5\x18\x88\x05\xf3\x51\x19\xb0\x3c\x02\x61\x9d\x7a\x30\x10\x2b\x61\x33\x19\xb0\xfc\xd8\xfd\x76\x54\x70\x81\x34\xcc\x6c\xf6\xa9\xb8\x02\xed\xfc\xb6\xd4\x38\x81\x34\xce\xd9\xae\xca\xf9\x9d\x8b\x0f\xbe\x4e\xf5\x12\x88\x6e\xa5\x39\xba\xeb\x98\x95\x18\x8a\xea\x25\x10\x3a\xe2\xef\xff\xfd\xef\xfe\x21\xff\x08\xa9\x73\xb6\xed\x1f\xb2\xce\xfe\x59\xd2\x0b\x23\xc2\xfe\x21\xb0\xec\x9f\xa1\xc4\xfc\xa2\xf6\x0f\xd3\x9a\x10\x34\xdb\x6d\x69\x5b\xda\x0a\x5a\xf2\x7d\xc8\x18\x1d\xeb\xe7\xfe\x21\x4f\x08\x41\x5b\xff\xf9\x67\xdf\x3f\x64\x8b\xfd\x4b\xbe\x3a\xfe\x4d\xfb\x97\x1d\x3e\xe1\x32\x1d\xf1\x75\xff\xb2\xdd\xf1\xb7\xef\x88\x65\xfb\xc7\x9f\x5d\x48\x9d\x9f\xce\xfe\xf1\x3b\xdd\x3f\xa3\x65\xab\xec\x28\xbe\xaf\xf8\xbe\xca\x50\x8b\xef\xb3\x92\x6f\xad\xb0\x88\x1f\xd1\xfe\x15\xa7\xde\x60\x47\xb5\x8f\x6a\x1f\x5d\x9a\x2c\xaa\xb6\x1b\x8c\xb9\x39\x0f\x4f\x35\x6e\x33\xec\x5f\xb3\x5d\xb3\xdd\x64\x1e\x1c\x4d\xfb\xc7\xe5\xb1\x8e\x72\xb2\x7f\x9c\x26\x42\xd0\x78\x96\x93\x43\x08\x1a\xcf\x76\xdf\x67\x4e\x66\x2c\xa6\xfb\xc7\x87\x2d\x04\x6d\x42\xf3\x7d\xf8\xdb\x3b\x59\x55\xf7\x6f\xb8\x34\x7c\xb2\x1d\xcd\x74\xff\x86\xbc\xc2\x3f\xde\x49\x91\xb9\x7f\xf8\x9a\x85\xd4\x49\xdb\xb4\x7f\xd3\x6d\x82\x39\xab\x37\xf9\x3c\x1d\xcb\x74\x2c\x85\xf7\x61\x58\xda\x3f\xac\x48\x9d\xab\x58\xfb\xb7\x7c\x76\xf9\x6c\x65\x7c\xcb\x67\x31\xc4\x74\xae\x30\xed\xdf\xe5\x7c\x2f\xfb\xed\xd2\x7c\x16\xe7\x66\x6f\xf2\xfe\x72\x8d\xb4\x6b\xa0\xb3\xec\xdf\xe5\xf6\xbc\x7c\x5f\x67\x6f\xdc\xae\x87\x19\x0c\xda\xe4\x7d\xb7\xfd\xde\x8e\x79\xc2\xbf\xdb\x67\x6f\x9f\x75\xdd\x1e\xe7\x81\x33\xae\x37\xd7\xe8\x71\x1f\x3c\xf2\x74\x31\xb7\x47\x5e\x59\xfb\x83\xcf\x71\xff\x1e\xfb\x7d\xec\xd7\x75\x7b\xdd\x7f\x68\xd9\xbd\xbb\x6e\xaf\x6b\x84\xfb\xa9\x77\x3f\xb3\xd7\xf1\xe1\x07\xea\xdd\x35\x7a\xdd\x2f\xe8\xb7\x1d\xb1\x62\xff\xb6\x7b\x77\xfb\xac\xdf\xcc\x76\x2c\x38\x5a\x3a\x69\x88\xf6\x6f\xcb\xab\xed\xfb\x5c\xcb\xed\x7c\xd1\x34\x3b\x4e\xc5\xfd\xfb\x7c\x1f\x8e\x91\x8e\x91\x70\xff\x3e\xf7\xcb\xe7\xfb\xfc\x66\x3e\xdf\x87\xe6\xd6\xbb\xdf\xcc\xe7\x1e\xc2\x1b\xd1\xb1\x0b\xed\x84\xf7\x40\x48\x9d\x82\x32\x3b\xa1\x56\x09\x41\xeb\xd0\x96\x34\xdf\xd7\x62\x6e\x09\x4b\xbc\x90\x3a\x19\x35\x77\xc2\x9a\xbe\x93\xf7\x07\xa8\xa6\xb1\x13\xba\xc6\x4e\xc9\x7e\x07\xfd\x12\x52\x27\xa4\x4e\x2c\xea\x4e\xd9\x7e\x91\xe0\x3b\x37\xcf\x77\xf2\x3c\x48\xc5\x76\x4b\x9a\xed\x10\x6a\x3b\xf7\x82\x76\x2a\x8e\xcf\xfb\xc3\xc4\xa8\xec\x54\xed\xc3\xa2\xda\xc4\x67\xec\xe4\x19\x91\x3c\x23\x88\x33\xd9\x09\x11\x71\x27\xc4\xc1\x4e\xcc\xcb\x4e\x88\x7e\x42\xea\x84\xd5\xec\x84\x50\x27\x04\x8d\x7e\x9b\xe3\x33\x3e\x8b\x98\x92\x9d\x9a\x3c\x20\x78\xaa\x63\x31\xdb\xa9\x39\x3e\xcf\x1c\x04\x98\x9d\x9a\xef\x6b\xa7\xa8\x0e\x63\x41\xa8\x11\x92\x95\xc6\x77\x22\x00\x69\xa7\xee\xb3\x95\xf1\x79\x96\x24\x43\x8d\x47\xe3\xd9\xe1\xdc\x3c\x4b\x06\xdf\x65\xf2\x2c\x49\x43\xbe\xf0\x5d\x26\x7e\xeb\x3b\x19\x7f\x73\xfa\xe5\x17\xbe\xd3\x74\x1e\x9c\x93\x69\xfa\x3e\x4d\xed\xc3\x75\xf3\xcc\x49\x9e\x39\x63\x30\x16\xcf\x1c\x20\xf5\x31\x7d\xd6\x3e\xbc\x4a\x89\x85\x6c\xa7\x69\x1f\xcb\x3e\x5c\x5f\xcf\x21\x20\x75\xbc\x48\x3b\x2d\xfb\xe5\x2f\x3e\xcf\x58\x96\x6b\xae\x35\x9b\xea\xfc\x3b\x2d\xdf\xc7\xaf\xb8\x93\xb5\x68\xa7\x4b\xde\x5f\xa7\xc0\x07\xed\x3c\xaf\x80\x68\xc7\xde\xbd\x5c\x5f\xec\xb0\x9d\x58\x84\x9d\x3c\x9b\x92\x67\x13\x62\xec\x4e\xb7\xeb\x8b\x8d\xb4\x4f\xbe\xe9\x74\x3b\x66\x93\xc9\x4f\xf7\xc6\x6d\x1f\xb7\x7d\x64\xf8\x7c\xcb\x7b\xee\xfe\xf5\xe9\xde\xb8\xe5\xcb\xed\xbd\x99\x01\x5f\x3c\xeb\x12\x86\xcd\x3e\xf9\x5f\xa6\xc7\xf5\x7d\xec\xb7\xf0\xbe\xc7\xb9\x79\xae\x4d\xbe\xfd\xf4\xd8\x87\xe7\xda\xe4\x1f\x9a\x1e\xdf\x87\xb3\xbf\xcf\xca\xb3\x9e\x61\xc9\x33\x6c\xb6\xff\xf6\xba\xef\xf4\xba\xd4\xe6\x33\x99\x8d\x2d\xfb\xca\x36\x33\x25\x4e\x8f\x81\xd7\x6d\xfc\xda\x9d\xdb\xce\x63\x0f\x08\x1a\xcf\x6e\x59\xb4\x65\x91\x47\x83\xc7\x1e\x90\x3a\x7a\xec\x4e\xdb\x65\xfd\x5c\xd6\x41\x1f\x1e\x7b\xc9\x63\x6f\xba\xc5\x3e\xc7\xf7\x39\xbe\x09\x7b\x3f\xc7\xf7\x39\xbe\x49\x1f\x9f\xcb\xfa\xb9\xac\xa1\x75\xec\xac\xd4\x95\x95\xba\x26\xbf\xf1\x8c\xd5\x49\x88\xa5\xe9\xd0\xb2\x34\xfb\xe5\xf8\xc9\x38\x52\x85\xd4\x57\xc8\xac\x3b\x63\x75\x12\x82\x96\xa1\x5d\xd2\x1e\x69\xf4\xe1\x91\x99\x3d\x32\x29\x89\xb9\xb3\xd2\x59\x56\x3a\xe3\xe6\xc6\xce\x58\x76\x84\xd4\xa9\x4b\xb1\x33\x66\x9c\x9d\x75\x0f\xae\x4c\x1f\xf8\xfd\x76\xf6\x18\x25\x0b\xf1\xce\x1e\xa3\xd9\x63\x94\x2c\x6d\x3b\x67\xc7\x62\xde\x08\x32\x97\xed\x9c\xcf\xb3\x6c\x3b\x32\x73\xec\x5c\xe4\x81\xc7\x2d\x79\x2e\x76\xc6\xfc\x20\x04\x8d\x3e\x8a\xf3\x2d\xce\xb7\x31\x3e\x45\x32\x20\x68\x3e\xfb\x4a\xb3\xb8\x23\xbf\x92\xec\x11\x9c\x3d\x82\x31\x8c\xed\x8c\x46\x2e\x04\x8d\xf1\x79\x04\xe7\xea\xf8\xd8\x2f\xb9\x39\x3e\x14\xdc\xbe\x5c\xa3\x2e\x4d\x31\x0d\x75\x71\x67\x8f\x4c\x20\x68\x13\x9a\xe3\x43\x4d\x1b\x44\xc0\xef\xdc\x1d\x1f\x3a\xd9\x20\xc8\x7e\x67\x8f\x56\x20\x68\x8c\x65\x38\x16\xb4\xa3\x41\x38\xf1\xce\x8a\x64\x40\xd0\x18\xdf\x74\x2d\x09\x31\x1c\x84\x0e\xef\x3c\x1d\x0b\xc7\xe3\x20\xb2\x79\x67\x8f\x47\x20\x68\xf4\xbb\xdc\x1b\xcb\x7e\x0b\x63\x46\xc7\xd9\x99\x63\x6f\xfc\x5c\x23\xc5\xb4\xbc\x7c\x96\xdf\x78\xf6\x28\xcc\x6a\x2a\xd4\xd9\xd8\xf9\x72\x1e\xd7\xd9\xcf\x8c\xcf\xe3\x11\x88\x76\x3c\xeb\xf1\x08\x04\x8d\x76\xb7\xf3\x20\xca\x6b\xfc\x06\x63\xbe\x5d\x73\x8e\xb3\xf1\x1b\xec\x67\x45\x37\x20\x68\x8c\x59\x31\x2d\xdf\x8e\x85\x6f\x35\x7b\x9c\x01\x41\x83\x2f\x8a\x64\x59\x27\x0a\x55\xb6\x76\x7e\x9c\x9b\x71\x4f\x3f\xd7\xd2\xa3\x0b\x48\x23\xb9\x46\xaf\x3c\x25\x84\x67\x24\xd7\xe8\xb5\x5f\xab\x3a\x24\xbf\xa3\x2d\x4f\x39\x87\x06\xd9\xf9\x76\x56\xfc\x02\xd2\x48\x7e\x47\xdb\x7e\xb7\xef\x73\xdd\x3c\x9b\x32\xc6\xff\x91\xfc\xb6\x3e\xdf\xa7\x05\xdf\x5f\x5d\x56\xfc\x02\xd2\x48\x7e\x5b\x18\xc9\x85\x34\x08\x57\xdb\xf9\x73\x8d\xb0\x7e\x4f\x7f\x89\xc5\x73\x08\x08\x5a\x85\x96\xa4\x25\x9f\x95\xd6\xa5\x75\x69\x0b\xda\x94\x66\xbf\x88\xe6\x45\x8d\xb0\x18\x6c\x41\x2c\xd9\x2e\xd8\xab\x85\xa0\xc5\x1a\x95\x64\x1f\x04\x4c\x54\xd2\x68\xed\x82\xbd\x5a\x08\x1a\xcf\x62\xb0\x16\x82\x36\xa0\xd9\x2f\x9a\x63\x25\x07\xc8\x2e\x9e\x4d\x85\xb3\xa9\x72\xf5\x73\x17\xcf\x26\x20\x68\xc1\xbf\xa2\x1a\x08\xa4\x4a\x88\xdd\x2e\xd9\x31\x67\x9f\x75\x6e\x8a\x7d\xc5\x9a\xc0\xe4\xb9\xd9\xa5\xf8\xac\xc5\x7e\xcf\x3c\x3c\x73\x8a\x59\x15\x71\xda\xec\xe2\x99\x03\xa4\x49\xc8\xfc\x2e\x58\x1a\x85\x54\x31\xb5\xee\xe2\x39\x54\xb4\x20\x62\x18\xda\xc5\x73\x08\x08\x1a\x3c\x68\x3e\xdb\x7c\xd6\x35\x52\xc4\x03\x82\xc6\xdc\x9a\x63\x69\xce\x83\xbd\x5b\xba\xf3\xc0\x94\x55\x13\xff\x8f\xa2\x88\x57\xb4\x5b\xa5\xc5\x7c\x55\x2b\x0b\x06\xa9\x9a\x39\x9b\x4a\x97\x7f\x9c\x4d\x95\xac\xa1\xbb\x0c\x9f\x45\xec\xab\x99\xfd\x5c\x54\x21\xcb\xf0\x59\x44\xda\x82\x21\x48\x48\x35\xe7\xdf\x7f\xff\xee\x0b\x46\x21\x21\x1e\x61\x08\x4a\x8a\x40\xd0\x60\xd1\x74\xeb\x4c\x87\xe0\xf2\x4f\xb7\x27\x91\xd0\x35\x23\xad\x14\x8f\xbd\x82\x26\x5a\xb3\xcb\x3f\x5d\x1a\x22\x26\x2a\xd9\x2a\x76\x59\xbe\x6f\x99\x1b\x19\x4d\xa5\x28\x15\x02\x41\x63\x4a\x1e\x85\x40\x9a\xbf\xc9\x12\x2a\x15\x02\xd1\x8e\xb1\x2c\xfb\xc5\xde\x53\xb3\x9f\x05\xc1\x0b\xbb\x2c\xe7\xe1\x76\x22\xc4\x40\x88\xf7\xd9\x4e\x96\x23\x51\xd6\xcc\xf1\x58\x2e\x59\x6e\xec\x00\x51\x39\xbb\x5c\x6e\x1d\x0c\x39\xf3\x87\xf6\x52\x3c\x46\xcb\x25\xff\xdc\x8a\x97\x5b\x1b\x2f\x7e\xcd\x6e\xbb\xdb\xf9\xde\xbe\xcf\x2d\x76\x3b\xb7\xdb\x25\xe4\x18\x2d\xb7\xeb\x71\xcb\x2b\x8f\x0b\xb5\x5d\x20\x55\x2e\x04\xef\xa2\x04\x58\xac\xb5\x93\xdd\x62\x4a\x80\x40\xaa\xc5\xed\xf4\xc8\xfb\xc7\xcf\xc2\x6d\xfc\x38\x5f\xc2\x3d\x2b\x51\x8a\xbb\xbc\xce\xed\x3d\x73\x63\x7c\x1e\xb7\x05\xb1\xaf\x12\x31\xb9\xcb\x76\x1e\xe6\xb4\xc6\x14\xbe\xcb\x76\x7c\x44\x29\x56\x0c\xfa\xbb\x78\xdc\x02\xf1\x3e\xf6\xc1\x76\x2c\xd6\x6b\x2c\x1e\x17\x1e\xad\x40\xd0\xe8\x57\xb1\xaf\x98\x04\x8e\x8a\x4f\xbb\x78\xdc\x02\xc9\x04\x8e\xbb\x28\xf6\x01\xc9\xf4\x76\xbb\xa8\xed\x02\xc9\x1b\x84\xbb\x78\x04\x17\x73\x03\x70\xd1\x70\x57\x35\xdb\x8a\x66\x5b\x49\x1b\xb4\xab\x5a\x6c\x35\xf1\x18\xe9\x96\x76\xf5\x88\xab\x16\x87\x27\x4d\xc1\xae\x44\x67\xed\x9a\x9c\x07\xeb\x56\xf1\x75\x09\xa9\x12\x95\xbc\xab\xc7\x5e\xf5\xd8\xe3\xfa\xcb\xae\x8a\x69\x40\x9a\x54\x68\xdc\x15\x1f\x96\x10\xed\x7c\xdf\x23\xcd\x79\x70\xac\x54\x2d\x62\x40\xd0\x68\xa7\x56\x5c\x3d\x1e\x71\x24\xee\xca\x45\xee\x5d\xb1\x92\x55\xfc\x5f\xbb\xe2\x9b\x11\x52\x25\xa4\x73\x57\x9c\x33\xbb\xe2\x9c\xa9\x44\x92\xee\x5a\xe5\x01\x4e\x97\x4a\xd8\xe8\xae\x1e\x8f\x40\x8c\xb9\x40\x73\x7c\xd5\xf7\x71\x46\x54\xb5\xe2\xda\x7c\x1f\xbf\x8d\xaa\x06\x5c\xd1\x80\x2b\x66\xed\x5d\xd5\x80\x6b\xf3\x59\xb4\x97\xaa\x38\x57\xb9\xef\x5b\x2b\xbf\xbf\xda\xe5\x9f\xc7\x63\x65\x2d\x2b\x57\x75\x76\x35\xed\x12\x45\x1c\x76\xed\xce\xb7\xdb\x07\xdf\x7e\xd5\x12\x07\x04\x8d\xf1\x75\x79\xe0\xd1\x5a\xf9\x4d\x56\xc5\xbe\xea\xd1\xca\xbd\xb7\x5d\x3d\x5a\x81\x54\xa9\x24\xbc\xeb\x90\xcf\x43\x3e\x77\xde\x37\x7c\xdf\xf0\x7d\x7c\xe7\x75\xfa\xec\xf4\x59\xf7\x8b\xe7\x64\xf5\x4c\x24\xcd\xdf\xae\x9e\x89\x55\xab\x78\x75\xbf\x78\x26\xd6\xe5\x58\xd0\x94\xab\x5a\x71\xe5\x4a\x46\xad\xee\x17\x45\xbc\xaa\x88\x97\x50\x45\xaa\xe7\x55\xbd\xac\x84\xc8\x37\x5d\xb5\xc4\x01\xa9\x36\xd7\x97\x28\x21\x21\x68\x8c\x4f\xcd\xb6\xde\xd6\xe3\xe2\x9b\xae\x8a\x6e\xd5\x70\x1a\x92\x7f\xee\xfa\x38\x8f\xe7\xd4\xdd\xe7\xfb\x50\x74\x03\x52\xd5\xa2\x58\x3d\x73\xea\x63\x5d\x56\x54\x87\xfa\xfa\xec\xeb\xb3\xf2\xfe\xf5\xd9\xd7\x67\xe5\xbd\x16\xb6\x8a\x5a\x59\xb5\x32\xd6\x2d\x4f\xf7\xa9\xf2\x48\xbf\xaa\x95\x75\x9f\x5a\x63\xb6\x73\x3d\xb6\x73\x43\xf4\xad\x9f\xed\xbe\x53\x6c\x0b\x9e\x7a\x96\xd4\xef\x14\xc0\xb1\x9d\x7c\xf1\x8c\x68\x2b\xc6\xdc\x14\xc9\x9a\xc1\x07\x8d\xef\xad\xa9\x06\x02\xa9\x76\xbe\xb7\xa6\xca\x07\x04\x6d\x40\x7b\xa5\xbd\xae\x51\x82\xf6\x49\x3b\x39\x4a\xa0\xa9\x06\x02\x41\xab\xd0\xaa\x34\x63\xe5\x59\xa3\x46\xc0\x80\x10\xef\xa3\x5f\x2d\xf3\x40\xaa\xfd\x1f\xaa\xc7\xec\xa6\x51\xae\x65\xa3\xa4\xf8\x6c\x5b\xb6\xbb\x7c\x6e\x31\x30\x2c\x8f\x24\x20\xba\x63\x58\xb8\xd5\x77\x53\x62\x23\xd4\x6b\x37\xfc\xe0\xbb\x65\xa7\xc4\x96\x68\x6a\x89\x40\xaa\x9d\xcf\xb6\x79\xfc\x34\x8f\x9f\xce\xf2\x37\x7c\xbe\x42\xaa\x94\x83\xdc\x0d\x47\xab\x10\x34\x9e\x55\xea\x6a\x4d\x96\xf3\xf9\xb4\x66\x1f\x4d\x1f\x1d\x62\x41\x53\x12\x6b\x4a\x62\x84\x71\xed\xd6\xec\xb7\x39\x3e\x96\xbf\x29\x89\xb5\xe3\x41\xe4\x93\x6a\x1a\xf3\x5b\x77\xcc\x1c\x2b\x4d\x2d\xb1\x71\x17\xaf\x0e\x59\x8e\xe7\x4e\x08\x1a\xed\x94\xce\x1a\x17\xea\xea\x70\xf9\x35\xca\x35\x25\x31\x2e\x7f\xed\xa6\xa8\xd5\xd0\x26\x2d\xe0\xba\xdb\x70\x3d\xbc\xec\xa6\x61\xb2\x4d\xfb\x98\xf6\x81\x48\xd6\xd4\x30\x9b\xa2\x96\x46\xc8\xa6\xa8\x05\x24\x6b\x5a\xec\xa6\x86\xd9\x0c\x3a\x25\x08\x61\xb7\xe5\xb3\x88\x50\x5e\xf8\xde\x4d\xd1\x08\x48\x75\x20\x6a\xb5\xe5\x7c\x39\x56\xea\xe0\x37\xd9\xd4\x1c\x9b\xc7\x8a\x06\xc7\xa6\xc8\xd3\x2e\xfb\x45\x73\x6c\x1a\xd6\x9a\x01\x8e\x83\xe3\xb1\x79\xd4\x34\x8f\x9a\xe1\x5a\x2a\x06\x35\x2b\xa3\x53\x89\x77\x37\xb5\xce\x66\x65\x74\xb5\xba\x76\xcb\x3f\x45\xa3\x81\x34\xdf\xd4\x44\x9b\x55\x5c\xb4\xd4\x34\x35\xd1\x86\x61\xad\xaa\xed\x36\x35\xd1\x66\xe5\x71\x35\xae\xf6\xd8\x07\x91\x80\x55\x23\x64\x53\x84\x6a\x1e\x5d\x83\xdf\x5a\xd3\xfa\xd5\x3c\x92\xa6\xfb\xfe\x95\xa7\x18\xfd\xab\x86\xc4\xa6\xd1\x1f\x48\x55\x43\x62\x53\x34\x6a\x8a\x41\xd3\xf5\xdd\xce\xc3\x5a\x7f\x1a\x12\x9b\x5a\x27\x90\xea\xcc\x3e\xeb\x98\xd1\x30\xeb\xe4\xd7\xd9\x3e\xbf\x8f\xcf\xf7\xb9\x96\x1a\xf8\xdb\xe7\x58\xf8\x75\x76\xb5\x49\x20\x68\x0d\x5a\x96\x96\xa5\x0d\x68\x55\x5a\x95\xb6\xa0\x31\x8f\xee\xf1\x33\x59\xcb\xae\x15\xaa\xab\xd5\x91\x1a\x65\x77\x0d\xf7\xdd\x73\x03\x07\xf8\xee\x8a\x3c\xdd\x73\x43\x8b\x5d\x27\x44\x47\x48\x75\x22\x22\x77\xc2\x6c\x84\xa0\xf1\xac\xa2\x4c\x37\x69\xa8\xd6\xb9\xee\xb9\xd1\x71\xf8\xd5\xc9\x71\xdb\x15\x65\x80\x54\x17\xc7\x68\x27\x01\x8d\x10\x34\x9f\x75\x1e\x6a\x7a\x54\x99\xda\x5d\x4d\xaf\x13\x17\x52\x49\xfd\xbc\xbb\xa2\x4c\x57\xd3\x23\x11\xca\xee\x9e\x39\xdd\x33\x87\x10\xe3\xdd\x89\xda\xd8\x1d\x2b\x54\xd5\x12\xd7\xd5\x08\xbb\xe7\x10\x35\xbd\x76\xf7\x1c\xea\x9e\x43\x54\x1f\xd8\x5d\xf1\xa6\xab\xfd\x51\x43\x61\x77\xcf\x9c\xae\x78\xb3\x5c\x37\xc5\x9b\xde\x1d\x0b\x22\x6d\x57\x94\x01\xd2\xa4\xd4\xe6\xee\x8a\x2d\x5d\xb1\x85\xe0\xb6\xdd\x15\x5b\x80\xa0\x31\x16\x45\x94\xae\x2a\xb7\x5c\x4b\x55\xb9\x8e\xb5\xaa\x6a\x75\xeb\x1a\xfd\xbb\xe7\xcb\x72\x7d\xa7\x6b\xe9\x59\xc2\x8d\xc9\xdd\xa7\x63\x99\xf2\xd9\xf5\x9d\x8e\xc5\xf3\x65\xb9\xbe\x9e\x2f\x5d\xb1\x65\xb9\xbe\xaa\x68\x5d\xb1\x05\x1f\xfa\xee\x5a\xb0\xba\x67\xce\x72\xcd\x75\x34\x02\x41\xf3\xd9\xd3\x87\xf3\x75\x1f\x28\xf2\x74\xd4\xb1\xa6\x15\xaf\x7b\x0e\x01\x41\x83\xcf\xaa\x5e\x9d\x60\xe9\x46\x92\xc1\xdd\x3d\x5f\x80\x64\x6d\xea\xdd\x55\xb3\x3a\x22\x8f\x85\x06\x77\xbf\x5d\x37\x1c\x8d\x56\xab\xd9\xfd\xf1\xdb\x42\x0c\x32\x59\xf4\xee\x3a\x1a\xbb\x65\x98\x92\xef\xd3\xaa\x05\x24\xb3\x3b\xec\xae\xa3\x11\x48\xe6\xa8\xd8\xfd\x75\x1e\xaf\x63\x41\x34\xea\x9e\x39\x9d\xcb\x6a\x8d\x4a\xea\xbb\x6b\x71\xef\x5c\x42\x6b\xa4\x63\xd9\x5d\x8b\x7b\xdf\x8e\xa5\xfd\xf7\x35\xf9\xdd\x95\x9c\xba\xe5\x81\x7e\x18\xe4\xbb\x47\x0d\x90\x9a\x06\xbd\xae\xc6\xd5\x39\x6a\xda\x8f\x63\xb4\x6b\x68\x07\x52\x53\x73\xec\x6a\x5c\x9d\xe3\xa7\x91\xf0\x6d\x77\x25\x27\x20\x35\x8d\x77\x43\xc9\x69\xfc\x9c\x26\x7e\xd7\xa1\x31\x6b\xfc\x7c\x1f\x06\x90\xa1\x16\x36\x90\x9c\x9a\x52\xcd\xd0\x98\x35\xcc\x45\x92\x58\xd6\xa1\x01\x7d\x60\xb8\x6a\x14\x5d\xde\x43\xc3\x15\x90\x5a\xe2\xf3\x1e\x84\x50\xee\xe1\xcd\x1c\x97\x66\x28\x25\x0d\x34\xb8\x46\xe1\x8b\x3d\xd4\xe0\x80\xd4\x34\x06\x0e\xc5\xa0\x81\xb6\xd6\x34\x70\x0d\x8f\x2e\x20\x35\x8d\x59\x43\x03\xfa\x30\xb3\x17\xd7\x5e\xf7\xd0\x58\x3e\x10\x79\x9a\xc6\xbb\xe1\x31\x35\x8a\x7d\xa0\x81\x0c\x35\xae\xc1\x31\xd5\xb8\xbc\xbb\x87\x1a\x17\x90\x1a\xb7\x72\xf7\xd0\x37\x39\x2c\x00\xae\x81\x6b\xe8\x87\x1c\x66\x8e\xd2\x98\x35\x34\x8c\x8f\xe6\xfb\xf8\x4d\x0e\xc5\xa0\xd1\xec\x77\x4a\x73\xcc\xcd\x67\xd1\x30\x87\x1a\xd7\xe8\x3e\xcb\x27\x3a\x34\x48\x8d\x2e\x0f\xf8\x44\x87\x1a\xd7\xe8\xf2\x94\x4f\x74\x74\xd7\x4d\x2d\xec\xf0\x54\x8d\x6b\x20\x2e\xb5\x8c\x56\x32\x14\x97\x80\xa0\x31\x16\x45\x23\x20\x68\x3c\xab\xe1\x6a\x10\xfb\xd0\x72\xf2\x59\xd7\x0d\x71\xa9\x51\x3d\x6b\x0f\xc5\xa5\x31\x4c\x99\xc0\xf1\x3d\xd4\xb8\x80\xd4\xb4\x56\x0d\x35\x2e\x20\x68\xb6\x73\xcc\xd3\x44\x87\x19\x1e\x28\x2e\x01\xa9\x65\x3e\xef\xa1\x66\x06\x04\x8d\xbd\xa1\x91\x1e\x08\x1a\xef\xf3\xd8\x03\x82\xc6\x5a\x6a\xad\x02\x82\xc6\xdc\x3c\x0a\x07\x47\x61\xd3\xfa\x35\x3c\x0a\x81\xa0\xc1\x17\x35\xb8\xe1\x11\xa7\xb5\x6a\x28\x7e\x8d\xcb\x76\x1c\x03\x43\x11\x0a\x48\x8d\x92\xe1\x7b\x68\x49\x02\x52\xa3\xee\xe2\x1e\xfa\x21\x81\xa0\xf9\xac\xfc\xb3\x70\x1d\xe5\x58\xf6\xd0\xbf\x38\xac\x34\x47\x86\xe6\x3d\x3c\xba\x86\x47\x57\xf6\x9b\xe6\xbe\x82\x10\x34\xda\x79\x9c\x01\x41\xe3\x7d\x5a\x8d\x86\xc7\x19\x17\x87\xf7\xf0\x38\x03\x92\x99\x59\xf7\x50\xd3\x1b\xaf\x65\x33\x5d\x73\xcf\x2b\x20\x79\xcb\x60\x0f\x2d\x49\xc3\x04\x95\xc4\xc6\xee\xa1\x91\x1e\x08\x1a\x73\xd3\xba\x34\xb6\x35\x84\x38\xbe\xc7\xe7\xf8\x3c\xd7\x0a\xaa\xcd\x50\xfb\x03\x82\x46\x1f\x8a\x55\xc3\x73\xad\xb8\x46\x9e\x6b\xc3\x73\x4d\xeb\xd2\x54\xd4\x9a\x9e\x6b\x54\xea\xdb\x53\x83\x3c\x90\x1a\x75\x17\xf6\xf4\x0c\x9b\x9e\x61\x24\xa0\xde\xd3\x10\xad\xf9\xf3\x7d\xa8\x3b\x53\x83\xfc\xf4\x5c\x23\xb7\xd5\x9e\x9e\x6b\xd3\x73\x8d\x04\xf0\x7b\xaa\xfd\x4d\xcf\x35\x92\x7e\xef\xe9\xb9\x06\xa4\x46\xb2\xd7\x3d\x15\xd3\xe6\x29\x25\xc5\xfa\x4e\x45\xb2\x99\x7d\x16\xcb\xde\x34\x06\x0b\x48\x8d\x44\x2f\x7b\x7a\xae\xcd\xbf\x1a\x4c\x8c\x45\xe3\xfb\x34\xc5\x20\x77\x37\xf6\x54\x4c\x9b\x96\x94\x25\x74\x7f\x4f\xc5\xb4\x69\xa9\x58\xc3\xd4\xa6\x71\x18\xd3\xb3\x8e\x4b\xb5\x7b\x2a\x6a\x01\xa9\x19\x4b\x36\x3d\xd7\x26\x96\xa4\xa6\x25\x69\x7a\xae\x01\x41\x1b\xd0\x1c\x4b\xb3\x5f\xd6\x72\x7a\xd6\x59\xef\xbf\x11\x48\xb9\x2d\xe4\xbf\xa7\xe7\x5a\xc5\x22\x61\x81\xfe\x4d\xe5\xfd\xa0\xd9\x6e\x49\x83\x7f\x5a\x8d\xac\xa9\x2f\x04\x8d\xb1\x28\x6a\x01\x41\x83\xf7\xc6\x57\x4c\xcf\xab\xea\x1a\xe9\x18\x9c\x27\xf5\x35\xe7\xf3\x34\x6e\x02\x48\xa6\x61\xdf\xd3\x78\x08\x20\x91\xed\xe6\x7f\xf7\xd4\xf2\x33\x3d\x4b\x8c\x39\x9b\x9e\x25\x73\x99\x74\x62\xfd\xf7\x95\xba\x3d\xd5\xea\x80\x78\x84\xe5\x52\xab\x03\x52\x6b\xfc\x62\xe7\x25\x8b\xd0\xf4\x1a\x17\x94\xf7\xbc\xdc\x76\x84\x77\x35\xc3\xd4\x2c\xe3\xbf\xa7\xd5\x41\xa9\xf1\xb9\xad\xe3\xbf\x27\x57\xca\x1a\xb7\x8f\xf6\x54\x5b\xa3\xa6\x7e\x6a\x54\x26\xdc\x16\xd0\x17\x82\xc6\x58\x94\xb0\x4e\xbd\x79\x8d\x4a\x53\x69\x0a\x48\x4d\x03\x92\xc5\xe5\x85\xa0\xd9\xce\xa5\x26\xe7\x41\x33\x4c\x6d\x3e\xe7\x7d\x6c\x1d\x52\x68\xef\x69\x28\xd7\xf4\x48\x6a\x2e\xe1\xeb\xdc\x5e\xfb\xc5\x1f\x3d\x35\x78\xcf\xd7\x31\xbb\xac\x1e\x5d\xd3\x63\x4a\xe3\xd3\x54\xea\x9a\x1e\x53\x86\xb3\x59\x35\x7e\x5b\x0e\xbe\x35\x3f\x47\x35\x3d\xab\xba\x37\x8a\xda\xef\xb9\x7d\xdf\xf6\x7d\x58\x2e\xac\xc4\x2e\xa4\x46\x29\xf9\x6d\xdd\xf5\x4d\x8d\xf5\xa0\xd1\xc7\xe7\xfb\x3e\xf9\xe2\x96\xf0\x98\x02\x82\x66\x3b\x8f\x95\x4f\x1e\xb0\xe6\x56\x46\x17\x52\xa3\x3c\xcc\xb6\x0a\xba\x10\xb4\x0a\x6d\x48\x9b\xd2\x26\xb4\x47\x1a\x9f\x00\xf5\x12\xf6\x52\xac\x5a\x1e\x3f\x54\x4c\xde\x16\xf9\x16\x92\xe9\x85\xb7\x45\xbe\xf7\xe2\x12\x88\x99\x93\xb7\xa5\xba\xb7\x75\xb4\xbd\x7d\xba\xad\x99\xbd\x2d\x90\xdd\x0c\x49\xb3\xc8\xf5\x5e\x18\xb2\x5b\x47\x0a\xb6\x7a\xb5\x90\xa6\x7e\x48\x2b\x55\x0b\xd1\x8e\x7e\x15\xb5\xa8\x3a\x9d\x1a\x37\x67\xb6\xb5\xa5\x85\xa0\x75\x68\x55\x5a\x93\xc6\xb3\x6a\x84\x16\x88\x6e\x54\xf3\xdb\x56\x74\xde\xa7\xa2\x33\x95\xf1\xb6\xd5\x9b\x85\xd4\xa8\x04\xb8\xad\xc5\xbc\x29\xa8\x1c\x34\x9e\x55\x23\xb4\x54\x72\xa3\xcc\xc5\x5e\x86\x9e\x02\xa9\x69\x71\xb2\x2c\xf2\x5e\x66\xb0\x22\xb3\xf3\x5e\x1e\x5d\x16\x37\x6e\x86\xbd\x2d\x45\x32\x20\xb5\xe1\x5a\x2a\x92\x2d\x8f\xb3\xe1\x5a\x1a\xfb\x00\x04\xaf\x98\x9b\x9a\xe3\x42\x73\x9c\xe4\xaf\xdd\x6b\xc8\x67\xac\x55\x33\xb9\x1e\x1a\xbc\x81\x78\x1f\xfd\x2a\xa6\x01\xd1\x8e\xf7\x29\xa6\xad\x61\x1f\xfc\x26\x97\x62\xda\xc2\x59\x38\x15\x7d\x97\x47\x21\x10\x34\xde\xa7\x03\x71\x4d\xad\x3c\x7c\xab\xcb\xe3\x71\xcd\x33\x0f\xfa\x50\xeb\x04\x52\xd3\x72\xb6\xd4\x3a\x81\xa0\xd1\xaf\x47\x26\x10\xef\xe3\x59\xc3\xb6\x80\x34\xb8\xa1\xbb\x2d\x7c\x2b\xa4\xa9\x8f\x75\x19\x6b\x04\xa4\xa9\x28\x68\x2d\x3c\x21\x4d\x1d\x6a\x97\xe7\x1f\x90\x26\x29\xdb\xb7\x55\xb1\x36\xd5\xae\xd2\xe4\x8a\xee\xbe\x3c\xc3\x2e\x35\x42\x6e\xae\xed\x4b\xc3\xf8\x85\x33\x6e\xea\x98\xb1\x64\xd5\xa6\x16\x55\xd0\xe8\xd7\xb3\x89\xca\x53\x69\xfa\x9b\xb4\xcc\xd4\xbe\x38\x87\x26\xe9\x41\xb6\x05\xa4\x84\xa0\x2d\x68\xf0\xc5\x92\x4f\x93\x9c\x1c\xdb\xfa\x4e\xdb\xba\x4d\x93\x0b\xa3\xdb\x22\x4d\x42\x9a\x86\x61\x5f\x3a\xde\xac\xc8\x34\xb9\x23\xb4\xad\xbe\x24\xa4\x51\xe4\x8b\xe7\x90\xd5\x97\xa6\x0e\x9c\x4b\x11\xea\xf2\x6e\x61\x65\x6f\x58\x7d\x49\x48\xa3\x20\x4a\x5b\x7d\x69\x53\x69\x29\x4d\x1d\x3d\x96\x50\xda\x96\x4b\x9a\x86\x7a\xdf\x9e\x57\xb7\xf1\x10\x86\x7a\x5b\x2e\x69\x5b\x07\x69\x56\x44\x2d\x8b\x1e\xed\x53\x69\xc8\x5f\xb6\x55\x85\xb6\x15\x84\x66\x65\x1f\x58\x2d\x48\x48\xb3\xf6\x0c\xcd\x67\x51\xf9\xa6\xbf\xec\xdb\x58\x85\x3b\xbb\x1e\x88\xcd\xd6\xf7\x11\x82\x56\xa1\xf9\xbe\xec\xfb\x10\xa5\xad\xe6\x23\x04\x8d\xf1\x19\x6f\x65\x9d\x9e\xa9\xa3\xe7\xd6\x91\x67\x89\x9b\x49\xf1\xa6\x7d\x1b\xab\x70\xab\x1a\x1a\xea\x68\xed\x9a\x6d\xed\x9a\x59\xd7\x3f\x84\xea\x59\xc6\x46\x88\xd7\xc0\x4a\xb7\xf1\xed\xa5\x29\xf2\xeb\x6e\x4b\xd0\x08\xd1\x8e\xa1\x1a\x66\x65\xb9\x99\x69\xf4\xba\xe5\x66\xb6\xa5\x65\x9a\xc6\x54\x4b\xcb\x6c\xea\xc8\x44\x3b\x86\x5f\x65\x9b\x47\xa1\xe1\x30\x77\xb3\x5f\xee\x25\x4d\xae\x74\x6c\x4b\xc4\x08\xd1\x0e\xb6\x29\xc5\x59\x0f\x66\x92\xdf\x64\xdf\x1e\x99\x40\xb4\x63\x7c\xcd\xe5\xc2\xb0\x36\xf5\x67\x59\x10\x66\x53\xfd\x25\xda\x31\x66\x8d\x6d\xb7\x12\xa0\x91\xa4\x96\x84\x11\x82\xc6\xf2\xab\xed\x5a\x12\xa6\x0d\xf9\xa2\x51\xee\xee\x67\xcc\x8c\x4f\x49\x11\x08\x1a\xf3\xf5\xb8\xb5\x24\xcc\xe4\x82\xd9\xb6\x24\xcc\xb6\xfc\x4b\x1b\x1c\x03\xb7\xa1\x66\x40\xb2\x72\xfe\xbe\x75\x22\xdc\x26\xf9\x33\x5a\xd5\x92\x30\xdb\x5a\x2f\x93\x3b\x3c\xfb\xf6\x58\xbe\x3d\x96\xa9\x9d\xbe\xad\xff\x22\x24\x4b\xdc\x6d\x6b\xbd\x08\x71\xc4\xf9\xac\xe3\x1b\x8e\x0f\xad\xf8\x56\x42\xbd\x95\x50\xa7\x73\xf3\xa8\xb6\x00\xcc\xd4\xf7\x67\x11\x97\x6d\xc1\x96\xd9\xd0\xb8\x2c\xd8\xb2\x2d\xce\x62\x3e\xb1\x6d\x21\x96\x7d\xa3\x65\x4f\x7d\x84\x16\x62\x11\x92\x99\xbd\xb6\x05\x56\x84\x68\x27\x6d\x49\x5b\xb6\x63\x1e\x1e\xf3\x40\xb4\x63\xbe\xde\x58\xb0\xc0\xca\xa4\xaa\xf4\xb6\xc0\x8a\x90\xbc\x64\xb6\x2d\xb0\x22\x44\x3b\xf6\x81\xb1\x23\x56\x4e\x69\x93\xe3\xd1\xca\x29\x42\xb4\x63\x6e\x4b\x5e\xa9\x8d\x6b\x7c\xbf\x8d\x1d\xb1\x72\xca\x54\x54\xb5\x72\x8a\x10\xed\x18\x9f\x71\x22\x56\x44\x99\x8a\xaf\x56\x44\x11\xa2\x1d\x7c\x56\x93\xb7\xfa\xc9\xf4\xe6\xc5\xad\x78\x0d\x44\x3b\xc6\x6c\x3c\x89\x95\x4e\x26\xf5\x1a\xb7\x95\x4e\x84\xd4\x26\xc7\xa8\x95\x4e\x84\x68\xc7\x3c\xf4\xed\x02\xd1\x8e\x79\x5c\xee\x35\x8d\x9f\xf3\x8c\xcf\xf5\xbd\xe4\x29\x47\xb5\xd5\x4e\x84\x68\xc7\xf8\xfc\x75\x5a\xed\x64\x52\x50\x6f\xdf\x1a\x4e\xef\xdb\x3d\xc9\xef\xfe\xd6\xd2\x70\x6b\x69\x30\x1a\xd9\x0a\x28\x42\xd0\xe8\x43\x03\xab\xd5\x4e\xda\x44\xac\xbf\xb5\x3e\xdc\x5a\x1f\x8c\x50\xb6\x02\x8a\x10\x7d\x48\x73\x7c\xa6\x7c\x98\x1e\xfd\x3a\x70\x80\xa0\xd1\x87\xbf\x5d\xcb\x98\xcc\x76\xda\xb9\xbe\xaa\x0e\xd3\x5f\x84\x8e\x1e\x20\xda\xc1\x3f\x2d\x1c\x40\xd0\x7c\x9f\xe3\x7b\xe4\x1f\x9a\xfc\xad\xd5\x03\x48\x53\x15\xe3\x56\xc5\x00\x82\x46\x1f\xfe\xc6\xad\x6e\x32\x29\xae\xb4\xad\x64\x22\x04\x8d\x3d\xa4\xb1\xf7\xd6\x3a\x32\xfd\x7e\xb5\x8e\x50\x6f\x24\xda\xd1\xaf\x6a\x87\xc5\x45\x2c\x43\xbb\x6f\xd5\x0e\x20\xda\x31\x5f\x9d\x4e\x16\x12\x99\xe4\x50\xde\x16\x0d\x11\x82\xc6\x7c\x15\x0b\x80\x64\x26\xff\x6d\x35\x90\x6d\xe9\x8f\xd9\xfc\x75\x6a\x59\xb1\xcc\xc7\x54\x05\xba\x15\x1f\x6e\x2d\xc6\x86\x6b\xdf\x8a\x50\xb7\x22\x14\x79\x96\xb6\x65\x3e\xf6\x29\xf3\xe1\x6d\xa0\x5b\xcb\xf2\xad\x6a\xa3\xe3\xe8\x56\xa4\x00\xa2\x9d\x34\xf7\xd0\xe7\x1e\xf2\x37\xa9\x48\x71\xab\xee\x18\xfe\x6d\xe9\x8f\x7d\xab\xee\x4c\xfe\x29\xd6\xf4\xd8\xd6\xef\x68\x93\xf3\xde\x5a\x1d\xdb\xba\x1c\x53\x15\xcd\x7a\x1b\x42\xb4\xeb\xd0\x98\xdb\x29\xa4\xa1\xd3\xc9\xa2\x19\x42\x9a\xc6\x16\x58\x35\x43\x48\x4d\xa7\x93\x15\x32\xf6\xa3\x5a\xa4\xd3\xe9\xd1\x79\x66\x35\x8c\xc9\x25\xcb\x6d\x35\x0c\x21\xda\xd1\x87\x37\xe8\x4e\xe5\x8b\x36\xfe\xbb\x06\xdd\x7e\xbc\x60\xf7\xa8\x5d\xe9\xcf\xb2\x08\x86\x90\xcc\xe2\xbf\xad\x78\x21\x24\xb3\xc1\xed\x47\xc9\x04\x48\x4d\x7f\x96\x15\x2f\x84\x18\xc2\x80\x26\x8b\xb2\x79\x75\x31\xd0\x58\xca\x42\x88\x76\x0c\xdf\x88\x71\x20\xda\xb1\x0c\xfa\xf4\xac\x65\x31\x0d\xbf\xb0\x46\xc5\x3e\x35\x2a\x56\xf6\x59\xd9\xa6\xb1\x9c\xea\xdc\xdb\x3a\x13\xdb\xa2\x12\x8d\x52\xdc\xdb\x6a\x11\xdb\x2a\x10\xb3\x21\x7d\x3f\x46\x74\x3e\x1a\x95\x28\x28\xbe\x1f\x45\x9e\x47\xc9\xdd\x4b\x63\x56\x8b\x10\xd2\x30\x1c\xcb\x6a\x11\xfb\x31\x99\x73\x3b\x34\xfb\xad\x2e\x17\xa1\x20\x96\x68\x10\xd2\xf4\x22\x99\xe5\x18\x84\xa0\xd1\x87\xe2\x0d\x10\x34\xde\xd7\xe4\x7d\xf3\xa8\x21\x8e\xe0\x51\x6c\x01\x82\xc6\x98\xd5\xfe\xac\xa0\x30\xd5\xda\xad\x96\xb0\x2d\x8d\x30\xd5\xda\x2d\x8d\xb0\x2d\x83\x30\xd5\xda\xad\x69\x20\x04\x8d\x75\x53\x1c\xb1\xa6\x81\x89\xba\xf6\xa3\x81\xcb\x1a\x04\x53\xed\xde\x7a\x03\xfb\x41\x7c\x98\xdd\x7d\x30\x4e\xbb\x25\x8d\x3e\xf4\x1b\x5a\x48\x60\x7a\x59\xed\x51\x54\x00\x82\x46\xbf\x8a\x0a\x40\xd0\xe8\x57\x83\xfc\xa3\xa8\x40\x4a\xb7\xfd\x68\x90\x07\x82\x46\x1f\x1a\xda\x81\xa0\xd1\x87\x9a\xde\xa3\xa6\x47\x39\x9d\xfd\xa8\xe9\x3d\x6a\x7a\x5a\x10\x1e\x8d\xef\x8f\x06\x33\xb2\xb4\xee\x47\x11\xe0\x59\xa7\x5f\xc6\xa2\x08\xf0\x68\x44\x23\xb3\xec\x7e\x34\xc8\x03\x69\x92\x98\x6b\x3f\x8a\x00\x40\xd0\x18\xb3\x46\xfa\x47\x23\x3d\x59\x40\xf6\xa3\x85\xed\x59\xf2\xa5\x4a\x73\x1e\xcb\x79\xf0\x1b\x7a\xf4\x61\x02\xf1\x2c\xf3\x55\x54\x00\xa2\x1d\x73\x53\x2c\x78\xbc\xb8\x64\xac\xcc\x73\xb9\xbe\x97\x63\xe1\x97\xf3\xf8\xbb\x07\x82\xc6\xf8\xfc\xdd\x03\x41\x63\x2c\xfe\xda\x1f\x7f\xed\x64\xb9\xdd\x8f\xbf\x6c\x20\xda\xb1\x27\xfd\x65\x3f\xfe\xb2\x97\xdf\xaa\xbf\xec\xe7\x3e\x7d\x30\x3e\x35\x56\x20\x75\x2a\x23\xec\xc7\xc8\x7c\x20\x68\xbc\xcf\x18\x89\xc7\x8b\x91\x3f\xcf\x26\xb5\x53\x20\x4d\xe3\x7b\x1e\x7f\x61\x0f\xbf\xab\x4e\xea\xf9\x6d\x31\x0a\x21\xf5\x9f\x67\x8e\xda\xe9\xe3\x6d\xa0\x9f\x7b\xc8\x5f\x89\x25\x24\xfa\xcf\x3d\xe4\xaf\xc4\xe2\x10\x9d\xf4\x4b\xdb\xca\x0d\x42\xea\xa4\x43\xd8\x96\x55\x10\x62\x2c\x05\xda\x90\xe6\x77\xd4\x6d\x77\x49\xbb\xa4\x75\x68\xbc\xef\x4d\xee\x3f\x6e\xa9\xbc\xfe\x22\x5e\x7f\x11\x5a\x8d\xac\x7a\xb0\x2d\x67\x30\xb9\xe8\xbe\x2d\x67\x20\xa4\xfe\xe3\x57\xfc\x6a\xb8\x07\xa2\x9d\xef\x3b\x7d\x3c\xd2\x6c\xf7\x4a\x3b\x55\x56\x12\xb4\x2d\x4d\x9e\xb2\x6e\xd6\x24\x10\xd2\x34\x16\xea\xf5\xbf\x60\x01\x82\xfe\x73\x1e\xfe\x17\x5e\x35\x56\x2d\x58\x96\x1b\x10\xa2\x9d\xef\x73\x7c\x6a\xb1\x5a\xb5\x5e\xff\x0b\x40\xea\xbf\xe1\xb3\x8e\x2f\xbb\xff\x38\x4f\x4d\xf1\x2f\x44\x3b\xde\xa7\xb6\x6b\x8e\xff\x49\x4d\xb4\x6d\xa2\xfe\x4d\x6e\xfe\xa0\xf1\xac\xe7\xb3\x09\xf8\x27\x95\xc3\xf6\xab\x23\x14\x48\xdd\xb0\x64\x13\xf0\x6f\x93\xed\x4f\xad\x64\xaf\x6a\xaa\x89\xf5\x27\xd5\xc9\xb6\x89\xf5\x85\xd4\xbd\x69\x62\x12\x7d\x21\x4d\xad\x69\x66\xd1\x17\xa2\x1d\xe3\x53\x9d\x35\x63\xfe\x34\xf6\xcb\xec\xf8\xdb\x4c\xf8\x53\xab\x9b\x39\xe7\x85\xd4\x0d\xf3\x7b\x3d\xb3\x5f\x2f\x73\x1a\x3b\x67\x4a\x78\x21\xf5\x94\xfe\xc1\x98\x6f\x3a\x77\x21\xba\x83\x1d\x86\x9a\xbd\xde\xff\xd4\xef\xfa\x7a\xa4\x9b\xbb\x7d\x6a\xbc\x33\x77\xbb\x10\x34\xdb\xb9\x15\xbd\x5f\xae\xcf\xfb\x55\x23\x7c\xd5\x08\x35\xb6\x99\x43\x5d\x08\x1a\x53\xf2\x48\x7f\x4f\xfa\x45\x3e\x47\xf3\xa0\x0b\xd1\x4e\x9a\x7d\x4c\xfb\x40\xb3\x30\xe7\xf9\x36\xc1\xf9\x24\x67\xfc\x36\xc1\xb9\x10\xed\x98\x9b\x47\x3f\x10\x34\xc6\xec\xd1\x0f\xa4\xee\xc5\x11\x13\x6f\x0b\xf1\x3e\x9e\x35\x32\x15\x48\x5d\xbf\xb5\x49\x8d\x85\xd4\xb3\x4b\xa8\xbf\xd2\x04\xc6\x93\xcc\xfc\xdb\xf4\xc1\x42\xd0\xe8\x57\x89\xdc\xbc\xc0\x3d\xcb\x03\x8f\x38\xf3\x02\xcf\xc1\xaf\xd3\x1c\xc0\x42\xd0\x68\xa7\x44\x6e\x6e\xdf\x9e\x1d\x9f\x46\x7f\x13\xe5\x76\x0d\x8e\x5b\x09\x15\x48\x3d\x23\xf5\x9b\xd1\x54\x48\x3d\x73\x4c\x99\x95\x54\x88\x3e\x1a\xb4\x5b\xda\x19\x4b\xf4\xb1\x95\x28\xb7\x39\x19\x28\x27\xb0\xb7\x47\xc3\xf6\x68\xa0\x74\xc0\xde\x7e\xde\xdb\x4b\x81\xd4\x52\xde\xdb\x8b\x37\x40\xb4\x63\x7c\x8a\x78\xdb\x4b\x81\x14\xdc\xda\x9b\xfc\x43\x42\xd0\x18\xb3\x06\xf4\x6d\x74\xb8\x61\x88\x5b\x31\x68\x6b\xe5\xf1\x2e\xf4\xd6\x57\x07\x04\x8d\xf7\x69\xbd\xd9\x16\x92\xf2\x46\xc0\xd6\x08\xbe\x15\x83\xc6\xa1\xd9\xaf\xf9\x17\xf4\xd9\x6e\x43\xa5\xb6\xf7\xa3\x0b\xc7\xfc\xd6\x3a\x02\xa4\x4e\x01\xe8\x6d\x0a\x53\x21\x75\x2a\xa5\xef\xad\x28\xb3\x15\x65\xc8\x3f\xb3\xcd\xcd\x29\xa4\x4e\xad\x8f\x6d\x5a\x4b\x21\xda\xc1\x2b\x43\x91\xfe\x52\x43\xf2\xcb\x31\x35\xa4\x90\xc6\x99\x87\x9a\xbc\x39\x1f\xa7\x77\xba\xcd\xef\xb8\x4f\xee\x45\x52\xa6\x6d\x73\x2f\x0a\x69\x0e\xf7\x81\xa1\x8e\x66\x55\x9c\x84\x5d\x7e\x05\x07\xce\xe7\x05\xac\x41\x9d\xed\xcf\x8b\x55\x42\x9a\x63\xd1\x0e\xc3\xa4\x10\x34\xda\x21\x0e\x0b\x69\xce\x58\xdf\xaf\x60\x15\x14\xd2\xc4\xd2\xf0\x15\x8e\xd6\xaf\x78\xb4\xa2\xa1\x7f\x5c\x8b\x09\xe0\x62\x1a\xdf\xdb\xe7\x0d\x17\x21\x0d\xc2\x51\x3f\x6f\x72\x08\x69\x60\x15\xfc\x0a\x1a\xdc\xe7\x0d\x8d\x31\x26\xfd\x7e\x3e\xeb\x25\xb9\x11\xfb\xea\xab\x7c\x0b\x9f\xb7\x31\x06\x56\xb2\xaf\xf2\xdb\x10\xd2\x20\xac\xf1\xf3\xc6\xc2\x57\xab\x17\xfb\xe2\xfb\xf8\xbc\xb1\x20\x04\x6d\x40\xeb\xd2\xbc\x38\x17\xbf\xb5\xcf\x5b\x0c\x5f\xad\x5e\xf6\x1b\xf4\x81\xf8\x2f\x04\xad\x42\xb3\xdf\xea\x05\xc0\xf8\x8e\x3e\x6f\x36\x7c\xb5\xd9\xef\xe0\x7d\xcd\x7e\x9b\x7d\x4c\xc6\xc2\x2f\x42\x88\x31\x33\x16\xc4\x7f\x21\xda\xf9\xac\xfd\x36\xe7\x1b\x62\xdf\x57\x51\x09\xbe\xda\xbc\xb0\x27\x5f\xb0\x5a\x7e\xde\x8a\x18\xc4\xde\x7c\xde\x8a\xf8\x2a\x79\x47\x06\x71\x36\x1f\xd7\x21\x0e\x04\x8d\x79\x74\xdf\x87\xe5\x71\xe4\x1f\x63\xc1\x21\x24\x44\xbf\x8c\x05\x6b\xa4\x90\x06\xb1\x37\x9f\x37\x20\x84\x34\x66\x93\xe6\xdc\x86\x73\x6b\x8c\x6f\xc8\x53\xfe\x29\x23\x27\xde\x37\x1c\x0b\xea\xc4\x98\x21\xaa\x7e\x75\x38\x5f\x53\x0b\xcf\x06\xaf\x86\xe3\x1b\x96\x3a\x61\x0f\xd5\x29\x9f\x2d\x0b\x9d\x33\x63\xc6\xf2\x28\xc4\xb3\xcc\x6d\x3a\x3e\xfe\x47\x23\x17\xc6\x32\x1d\xcb\x74\x2c\x85\xfd\x32\xed\xd7\x0b\xb7\xb9\xc0\xe7\xe9\xfa\x62\x3d\x1c\xa4\xe3\xf9\xbc\x79\x21\x44\x1f\x3c\xbb\x9c\xef\xf2\x7d\xf2\x60\xf9\x3e\x2f\xe1\x66\xc7\xb2\xe4\xe9\x72\x1e\x7c\xab\x5c\xc3\x08\x70\x8d\xfe\x21\x1d\xee\x57\x2f\xbb\xbb\x0e\x7b\x7d\x8d\xac\xe4\x08\x19\x84\xfa\x7c\xf5\x72\xf8\x97\xcb\x3a\x60\xef\xe5\x12\xea\xf7\xca\x6e\x63\x8c\x77\x42\xbc\x8f\xa5\xb9\x65\x25\x47\xcd\xe0\xc2\xd9\x57\x6f\xfb\xe5\xa8\x19\x79\xf2\xbe\xdb\x2d\x6b\x99\x04\x7e\x11\x9f\x17\x42\x84\x34\x30\x5c\x7d\xf5\xf1\x7d\xf8\xbd\x06\x39\x00\xbe\xfa\xf8\x3e\x0c\x6b\x83\x1c\x00\x5f\x7d\x5c\x6a\x7e\xc5\x83\x5a\x90\x5f\x7d\x7d\xdf\xeb\xb3\x8e\xf9\xf5\xd9\x57\x1e\x4c\xdb\xc9\x83\xd7\xf7\x39\xbe\xd7\x65\x40\xdb\x18\x84\x27\x7d\xdc\x18\x09\x70\x6b\x4f\xdf\x27\x5f\x5e\xb7\xf6\x82\xb6\xdd\x62\x54\xe3\x1d\x44\x23\x7f\x75\xcb\x2b\xef\x0b\xcf\x09\xef\xb7\x73\xc3\xb7\x36\xb2\x9f\xde\x76\x59\xb7\x9f\x05\xc7\x59\xdd\x7e\x8e\xdb\xad\xb8\x7c\xd6\xe3\x67\x5b\x73\xd4\x4f\x7e\x3b\x37\xef\x1a\x53\xe9\xf3\xe3\xa6\xca\x81\x34\x88\x82\xfe\xea\xe7\x58\xd0\x72\x06\x97\xf3\xbe\xfa\x39\x96\xcf\x4f\xc0\xb1\x7c\x6e\x77\xef\x1f\x4f\x8e\xf9\xea\xd1\x5a\x3d\x5a\xc9\x47\xf0\xd5\xcf\xed\xf9\x99\xcd\x8a\xa3\xa1\xe1\x6f\xfb\x9a\x77\x8d\x31\x5c\x7d\xcd\xdf\x0b\x10\xb4\x09\xad\x49\x63\x6e\x8b\xa3\xa1\xa1\x35\x7d\x2d\xf9\x6c\x88\x7d\x5f\x4b\x3e\xcb\xe5\x94\x41\x64\xf4\xd7\xd0\x7c\xbe\x96\xac\xa0\x1e\x62\xc1\xd7\xf0\xb7\x7d\xcd\x5a\xac\xab\xd0\x2f\xe2\x88\x90\x06\x89\xf6\xbf\x56\x7c\x1f\x62\xc6\x20\x7f\xc0\xd7\x8a\xed\xd0\x2c\x06\x69\x71\xbe\xe6\x2f\xa2\xf9\x8b\xe8\xbe\x8f\xc8\x6d\x21\x0d\xb4\xe2\xaf\x35\xdf\x87\x73\x6a\x90\xc6\xe6\x6b\x88\x28\x42\x1a\x68\xa7\x1f\xd7\x49\x02\x2e\x69\x3e\xeb\xfb\x9a\xef\xe3\x1b\x6c\x1e\xc1\x40\x1a\x7d\x34\x68\xb7\x34\xc7\xc7\xef\xcf\x9b\x21\x42\xd0\xe2\xd9\x4e\x58\x8f\x90\x26\xda\xe9\x67\xc4\xb3\x90\xe6\x8f\x63\xa5\xfb\x9d\x1b\xc9\x3c\x7f\xf4\xdb\x31\xd2\x0b\x69\xa2\x85\x7d\xc3\xfd\x37\xac\xf3\x40\x8d\xc3\x6f\x60\xd8\x15\x52\xa5\x60\xe0\x37\x28\xd3\xf8\x19\x32\x57\xc9\xb4\xfe\x19\x32\xf7\x0d\x2f\x64\x92\xf3\xe0\xbb\xd0\x76\x05\x2a\x44\x7f\x17\x57\x99\x84\xf5\x63\x33\x2b\x2f\x0a\x44\xe3\x7e\x4a\x8b\x02\xba\xc5\xb7\x5d\xc4\x6d\xfe\x4a\xe4\x9f\x4f\xf9\x51\x08\x5a\x83\xd6\xa4\x31\x81\x1f\x94\x21\xc5\xb4\x94\x50\x96\x14\xd2\xd4\x4d\x28\xb7\x14\xef\xd8\x42\x79\xa5\x78\xc5\x08\x0a\xdb\x6d\x53\x21\x8e\xf3\x7b\x57\x47\x79\x62\xd2\xa0\x38\x4a\xa3\x6f\x79\x73\xb5\x2f\x3c\xa3\xb0\x73\x2b\x25\xec\xfa\xfc\xdf\xff\x64\x3e\xc8\xad\x8c\xf0\xff\xc9\x3a\x63\xdd\x86\x61\x18\x88\xee\xfd\x0a\xff\x41\x2d\x59\x4e\xd2\x25\x4b\xe7\xf6\x1f\x5c\x9b\x07\x64\x48\x62\xb8\xc9\xff\x17\xbc\xe7\xa5\xed\x10\x5c\x70\xb0\x4d\x26\xa2\x44\x0a\xa0\xce\x91\x41\xe6\x96\x02\x45\xdb\x6d\x89\x5f\x66\xfb\x54\x0d\x06\xf7\x27\x2b\xbc\xd5\x04\x2c\x62\xaf\xa0\x8a\x08\x57\x0c\x85\xbb\xb0\xef\x80\x73\x58\xc6\xc8\xb3\xb3\x18\xa8\xbd\xff\xb3\x03\xcf\xc9\x1a\x80\xcc\x19\x54\x00\x91\xe1\x47\xa2\x40\x4e\x17\x28\x3d\x4c\x85\x71\xa3\xbe\x1b\xcd\x25\xa6\xbd\x98\xf6\xcd\x4c\x83\x69\xe7\xae\x3a\x6d\x88\x65\xc0\xe0\x13\xce\x42\x82\x17\xf0\x71\x79\x21\xc0\x0b\xe4\xb3\x8b\xb9\x13\x9c\xb5\x25\xf1\x60\x82\x61\x82\x99\xf9\x82\x49\xbf\x77\x2f\x67\x18\xbf\x78\xb3\x37\xb3\xc0\x2c\x79\x0d\x1e\x05\x4c\x58\x8a\xdd\x8c\x60\x94\x5e\x67\x20\x5b\xa9\x37\xe1\xed\xdc\x0d\x5e\x2e\x50\xc9\x05\x8a\x17\x3d\x34\x72\x81\xd2\xff\x95\xb9\x3d\xfd\x4b\xd2\xe8\xe7\x02\xd5\xe3\xa7\x82\x6f\x09\xde\xeb\x09\x3d\x5d\xc0\x1d\xca\x12\xcb\x9e\xc1\xc7\x9b\x84\xbe\x2e\x50\x9d\x22\x55\x19\xad\x8c\xf0\x01\x86\x08\x37\x94\xe1\xe8\xd8\xd4\x80\xfd\x84\xba\x33\xd8\xe7\xcd\xcb\x47\xc6\x6b\xc0\x03\xcf\x84\xe1\xd8\xb8\x0e\x1f\xdc\x5e\xe0\x24\x25\xe6\x82\x55\x3e\xdd\x01\x2a\x34\x3e\x01\xef\xf1\x85\xc2\x27\x50\xaa\xc7\x62\xc4\xde\xc8\x5b\x6f\x92\x39\x10\x2f\xde\x9b\x15\x33\xa4\x53\x43\x69\xbd\xab\x4c\x91\x3a\xc5\x19\xce\x7e\xfc\x2d\x4d\x90\xdf\xaf\xd3\xfa\xf2\xfe\x31\xad\x9f\xd3\x35\xba\xf9\xb9\x6d\x71\x7b\x2c\x97\xf9\xd1\xbd\x26\xdb\x2d\xa1\xcb\x2d\xb6\xf8\xbe\x3f\xb7\x39\xba\xf5\xbe\xe6\x5d\xfe\xfc\x04\x00\x00\xff\xff\xf7\x76\x22\x71\x01\xf2\x04\x00"); +var _bfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x40\x10\x86\xef\xfb\x2b\xe6\x98\x1e\x52\xef\x8c\xf6\x4b\x20\x0c\x4d\x4c\x82\x0f\x69\x4a\xd3\xb4\x85\xd2\x83\x2c\xad\x8c\xa0\x96\x84\x2c\x1f\xf2\xef\xcb\xcc\xc8\x29\xf4\x60\x64\x3f\x9e\x7d\x6d\x3d\xaf\x76\x37\xf7\xfb\xdd\x7e\xe8\x17\xd8\x7c\x99\xc7\xe6\x25\x2f\xd0\xf5\x43\x3b\xe7\xf3\x78\x99\x9b\x0c\x87\x7c\xec\x07\x63\x90\xa0\xed\x9b\xe5\xfa\x51\x2e\xcd\xa9\x9e\x8c\xe1\xf5\x2f\x6f\xe7\x25\x9f\xf6\x43\x37\x42\xa1\x73\xed\x65\x5a\x67\x01\x36\x5f\xf3\xb1\x3f\x2f\xf3\x1b\xdc\x7c\x6a\xc7\x43\xfe\x00\x6d\xee\x98\x3f\xcf\x6d\x9e\xfb\xe1\x08\x37\x8f\x77\xf8\x4e\x5f\x2e\xd3\xf4\x27\x9f\xf2\xb0\x00\x0a\xcb\x43\x2b\x57\xb3\xb9\x7f\xaa\xa7\xcf\xf5\x29\xc3\x46\x82\x6e\x1f\xef\xf0\x56\x67\xe4\xab\xef\x79\x3e\xf7\xe3\x00\x68\x3f\x5a\x1b\xfe\xf1\x6f\x6f\x53\x5e\xb3\xcc\xe6\x75\xbf\x7b\xee\xba\x73\x5e\x20\xa2\xd5\x99\x9f\xaf\xfb\x1d\xfc\x42\x40\x0b\xe4\x9d\x2f\x7e\xaf\xa3\x3f\x9e\xc6\x36\x83\xbd\xfe\xf8\x7e\x77\x3f\x5e\x86\x05\xca\x54\x46\x65\xa8\xf7\xd8\x8c\x6d\x3e\x4f\x75\x93\xe7\x7a\x38\x66\x03\x50\x59\x6b\xed\x16\x2a\x0a\x0f\x0f\x5b\xfe\xff\xff\x4d\x98\xa2\x5c\x57\xf6\xad\x92\xeb\x0a\x6b\xbb\x6e\x0b\x00\x60\x4d\x65\x51\x11\x0a\x22\x1f\x4c\x65\x49\x11\x09\xf2\x48\xa6\xb2\x85\xa2\x42\x50\x0c\xc9\x54\xd6\x29\x72\x8c\xd0\x92\x33\x95\xf5\x8a\xbc\x20\x4a\x1c\x1f\x14\x05\x41\xbe\xe0\xf8\xa8\x28\x0a\x8a\x25\xc7\x27\x45\x89\x11\x59\xc7\xf1\xa5\xa2\x52\x50\x61\x39\xbe\x56\x54\x0b\xf2\x81\xe3\x0f\x8a\x0e\x82\x12\x72\x7c\xa3\xa8\x61\x54\xd8\xc8\xf1\xad\xa2\x56\x50\x41\x1c\x9f\x15\x65\x41\x3e\x71\x7c\xa7\xa8\x13\x94\x9c\x35\x15\xaa\x2f\x14\x5f\xce\x96\xc1\x54\xa8\xbe\x50\x7c\xb9\xc2\x93\xa9\x50\x7d\xa1\xf8\x72\xc1\x26\x53\xa1\xfa\x42\xf1\xe5\x52\x70\xa6\x42\xf5\x85\xe2\xcb\x23\x71\xbc\xfa\x42\xf1\xe5\x8b\xc8\xf1\xea\x0b\xc5\x97\x0f\x05\xc7\xab\x2f\x14\x5f\x3e\x25\x8e\x57\x5f\x28\xbe\x02\x3a\x8e\x57\x5f\x28\xbe\x82\xb3\x1c\xaf\xbe\x50\x7c\x85\xc0\xd5\xa2\xfa\x42\xf1\x15\x4a\xae\x16\xd5\x17\x8a\xaf\x88\x5c\x2d\xaa\x2f\x14\x5f\xd1\x71\xb5\xa8\xbe\x50\x7c\xc5\xc0\xd5\xa2\xfa\x42\xf1\x15\x4b\xae\x96\xd6\x27\x52\x7c\x25\xe4\x6a\x49\x7d\x91\xf8\x4a\x8e\xab\x25\xf5\x45\xe2\x2b\x45\xae\x96\xd4\x17\x89\xaf\x54\x72\xb5\xa4\xbe\x48\x7c\x95\xc4\xd5\x92\xfa\x22\xf1\x55\x3a\xae\x96\xc2\xba\x07\xea\xb4\x85\x32\x52\x92\x8d\x70\x7d\xe0\xf9\x3d\x9f\x1f\xef\x5b\xba\xb9\xcc\x73\x1e\x16\x39\x3d\x64\xd7\xf2\x16\xeb\x87\xfc\x7e\x12\x4d\xe3\xc4\xab\xe4\xf5\x37\x00\x00\xff\xff\x39\xbe\x00\xdd\xb5\x04\x00\x00"); +func _gdce ()([]byte ,error ){return _fd (_dadb ,"HKm471-B5-V")};func _gfb ()(*asset ,error ){_dace ,_faa :=_caaa ();if _faa !=nil {return nil ,_faa ;};_bfag :=bindataFileInfo {_c :"Adobe-Korea1-2",_ed :1845,_cg :_g .FileMode (436),_ca :_d .Unix (1580491385,0)}; +_ecgg :=&asset {_fdf :_dace ,_ff :_bfag };return _ecgg ,nil ;};func _eggf ()([]byte ,error ){return _fd (_fdfeb ,"UniJIS2004-UTF16-V")};func _fbab ()([]byte ,error ){return _fd (_dbfg ,"Adobe-KR-6")};func _gcf ()(*asset ,error ){_ged ,_ebd :=_eef ();if _ebd !=nil {return nil ,_ebd ; +};_aag :=bindataFileInfo {_c :"Adobe-CNS1-5",_ed :1901,_cg :_g .FileMode (436),_ca :_d .Unix (1580491198,0)};_ebf :=&asset {_fdf :_ged ,_ff :_aag };return _ebf ,nil ;};func _gfdf ()(*asset ,error ){_afec ,_ebdcd :=_ccd ();if _ebdcd !=nil {return nil ,_ebdcd ; +};_aedcc :=bindataFileInfo {_c :"GB-EUC-V",_ed :782,_cg :_g .FileMode (436),_ca :_d .Unix (1580491964,0)};_geac :=&asset {_fdf :_afec ,_ff :_aedcc };return _geac ,nil ;};func _abcg ()(*asset ,error ){_gfgg ,_ffa :=_gbce ();if _ffa !=nil {return nil ,_ffa ; +};_fbgf :=bindataFileInfo {_c :"UniGB-UTF16-H",_ed :197731,_cg :_g .FileMode (436),_ca :_d .Unix (1580492754,0)};_faafe :=&asset {_fdf :_gfgg ,_ff :_fbgf };return _faafe ,nil ;};var _efabd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x4f\x8b\x24\xb9\x11\xc5\xef\xfd\x29\xf2\xb8\x3e\xac\x3b\xf5\x2f\xa5\x80\x65\xc0\xcc\x60\xdc\x0b\x6b\x2f\x9e\x9d\xb5\xc1\xf8\x20\x65\xaa\x86\x02\x77\x75\x51\xdd\x7d\x98\x6f\x6f\x22\xe2\xbd\x5a\x16\xfb\x30\xd4\xcb\xdf\xa8\x42\x11\x4f\x21\xa5\xba\x1e\x3f\x3e\x7d\x7a\xba\x9c\xdf\x96\xc7\x9f\x6f\x2f\xfb\xe7\xf9\xb6\x9c\xce\x97\xe3\x36\x5f\x5f\xde\x6f\xfb\x5c\xc6\xfc\x7a\xbe\x3c\x3c\x84\xb8\x1c\xe7\xfd\x8d\x8f\xf6\xb1\x3f\xf7\xeb\xc3\xc3\xe3\x97\xcb\xf9\xc7\xa7\xcf\xdf\x7f\xf9\xe5\xcf\xed\xfb\xbf\x2c\xef\xaf\x13\xfc\xe3\xd3\xa7\xcf\xdf\x5e\xdf\xe6\xf3\xd3\xe5\xf4\xb2\x24\xff\xfe\xf1\x7e\x45\x8c\x65\x79\xfc\xfb\xfc\x7a\x7e\x7d\xbb\x7d\x5b\xbe\xfb\xd3\xf1\x32\xe6\x1f\x96\x63\x9e\x94\xff\xed\x76\xcc\xdb\xf9\xf2\x75\xf9\xee\xc7\x7e\xed\x97\x70\xff\x8f\xcf\xef\xd7\xeb\x7f\xe6\xf3\xbc\xbc\x2d\xd9\xd8\xbc\x1c\xf6\xf9\xf0\xf8\xf1\xa7\x7e\xfd\x6b\x7f\x9e\x0b\xf2\xf9\xf9\xf6\xe2\x29\xfd\x6a\x03\xec\xff\x7f\x9d\xb7\xd7\xf3\xcb\x65\x09\x7f\x5c\xd7\xf2\x1b\xfe\xe5\xdb\x75\x2e\x01\x71\xfe\xf9\xe5\xe9\xd3\xf2\xaf\xb0\x84\x75\x89\xa5\xa4\xed\xdf\xe0\xff\xf8\xe9\xe5\xb8\x8f\x0a\xeb\xea\x55\xec\xe7\xe3\xd6\x2f\x5f\xe7\xc3\x0f\x7b\x1c\xeb\x87\x05\x1f\x2d\x6e\xf2\xf0\xc3\x8c\x6d\x15\x85\x14\xb5\x49\x02\x2e\xc4\xc5\x70\x04\xde\x88\x37\xc3\x05\xb8\x11\xcb\x87\x25\xc4\x50\x19\x65\x27\x3f\x3e\x2c\x55\xca\xe6\xb8\x33\x78\xf7\xe0\x0d\x98\xc1\xbb\x07\xaf\x8e\x47\x04\x56\xd1\x22\x63\x8f\x44\x9c\x14\x37\xc7\x1b\xeb\x31\x51\x53\x03\x0d\xa4\x41\xe9\x06\x1a\x49\xa3\x52\x01\x4d\xa4\x49\x69\x05\x2d\xa4\x45\x4b\x8c\x21\x1b\xaf\x2d\x3b\x37\xd1\x52\x08\xc0\x85\xb8\x18\x5e\x81\x37\xe2\xcd\xb0\xdb\x5a\x59\xb9\x89\xb6\xde\x71\x25\xae\x86\x31\x65\x6f\xc4\xcd\x30\xa6\xec\x42\x2c\x86\xdd\x90\x46\xb3\x1b\xcc\xf6\x25\x6b\x03\x4b\x63\xa2\x36\xf1\xd8\xa3\x9f\x1c\x9b\xe0\x1a\x48\x6e\xee\xaa\xe4\xa6\xfe\xe5\x16\x80\x23\xb1\x5a\x95\xab\x00\x67\xe2\x62\xa3\x0b\xf0\x46\x5c\x0d\x27\xe0\x46\x2c\x86\x19\xa4\x13\x0f\xc3\xcc\x64\x27\xd6\xbc\xb3\x30\xf6\x41\x7c\x18\xe6\xe8\x49\x3c\x0d\x6f\xc0\x27\xe2\x93\xe1\xe6\x58\x58\xa5\xf5\x4e\x59\x91\x20\x9a\xc7\x45\x2d\x2b\xa6\x14\x16\x6f\xdd\x53\xd6\x0c\x9c\x88\x93\x61\x4c\x29\xf4\x44\x45\xcd\x02\x07\xd1\x56\x2e\x6a\x16\x4e\x49\xab\x6c\x9f\x65\xdf\x7e\x92\xa5\x12\x9b\x83\xc2\x29\xe9\xa0\x8a\x9a\x05\x0e\x8a\x10\x8b\x65\xc2\x29\x69\xac\x8a\x5a\xd6\x15\x78\x10\x0f\xc3\x9c\x92\x7e\xab\xa8\x25\x32\x41\xfa\x6d\x3b\xbb\x44\xf8\x2d\xf4\x5b\x45\x2d\x91\x56\xd1\x6f\x15\xb5\x44\xe4\xdd\xe9\x77\x37\xbf\x23\xac\xea\xf4\xbb\x9b\xdf\x11\xe5\x74\xfa\xdd\xcd\xef\x88\x45\xeb\xf4\xbb\xab\xb1\x25\xa1\x9c\x4e\x63\xad\xed\x4b\x42\x26\x9d\xc6\xda\x19\x53\x12\xca\xe9\x34\x56\x45\x2d\x09\xc5\x77\x1a\xab\xa2\x96\xc4\xbc\x69\x6c\x37\x63\x13\x8a\xef\x34\xb6\x9b\xb1\x89\xe5\xd0\xd8\x6e\xc6\x26\xe6\x4d\x63\xbb\x19\x1b\x98\x20\x8d\xb5\x0d\x58\x02\x62\x0f\x5a\x35\xcc\xaa\x80\xd8\x83\x56\x0d\x6b\xb6\x88\xe2\x07\x9b\x6d\x98\x27\x2b\x83\xd0\x93\x61\x55\xae\x30\x76\xb0\xca\x61\x55\xae\x48\x70\xb0\xca\x61\x79\x07\x78\x32\x98\xe0\xb0\x04\xb3\x3b\x58\x78\x42\x98\xa8\x25\x07\xe0\x40\x6c\x6b\x99\x57\xe0\x48\x6c\x6b\x99\x23\x70\x22\xb6\x72\x72\x05\xce\xc4\x56\x4e\x16\xe0\x42\x6c\x4b\x9c\x37\xe0\x8d\xd8\x96\x38\x37\xe0\x4a\x6c\xc5\x17\xe6\xdd\x88\xad\xf8\xc2\x4c\x84\xd8\xd6\xb2\x78\xde\x8d\xbb\xc1\x44\x8b\x31\x00\x1f\xc4\x87\xe2\x20\xc0\x93\x78\xda\xe8\x08\x7c\x22\x3e\x19\xf6\xd8\x3b\x3d\x31\xa1\x2f\x51\x4f\x7c\x72\x3b\x98\x68\xd1\x56\x2d\xb5\xd5\x9d\x55\xa1\x16\x36\x3b\x1f\xf5\xa9\x01\xdb\x61\x25\x2b\xb0\x9f\x4a\x10\x2d\xd6\x15\x38\x13\x17\x1b\x1d\x80\x77\xe2\xdf\x5e\x0e\xc9\xdf\xe2\x77\x81\xd7\xb9\x3e\x9d\x88\x4f\x86\x7d\xca\xc0\x04\x4d\x54\x09\x0d\x38\x11\x27\xc3\x02\x5c\x88\x2d\x93\xb8\x02\x57\xe2\x6a\x38\x00\x0b\xb1\x18\x8e\x8e\x3b\x63\x77\x8b\x1d\x93\xde\xbf\xee\x57\xa0\xff\x77\x2b\x9a\x49\xaf\x0e\xfe\xad\xe8\x19\xc5\x0c\x5c\x88\x3d\xa3\x02\x5c\x89\x3d\xa3\x0d\x78\x12\x4f\xc3\x6e\x42\xf4\x53\x15\xa2\xc5\x1a\x81\x77\x62\xeb\xa3\xea\x65\xc5\x0e\xcb\x4c\x54\x89\x0d\x98\x09\xa2\x2c\x01\x66\x82\x76\xc4\x49\x5a\x81\x99\xa0\x9d\x65\x92\x18\x5b\x88\xcd\xb2\xe4\x99\x24\x16\x9f\xbc\x78\x3b\x10\x53\x4b\x9c\x32\xf9\x94\x29\x03\x17\x62\x9f\xb2\x00\x57\x62\x9f\x72\x03\x9e\xc4\xe6\x49\x72\x4f\xd2\x60\x90\xb1\x19\x6e\xc0\x3b\xb1\x37\x9d\xe7\xbd\xfb\xc1\x02\xd1\x52\x59\x81\x03\xb1\xee\x96\x20\xa5\x81\x27\x72\x6d\xf4\x94\x88\x33\x71\xb6\xe1\x1b\xc3\x14\x72\xbb\xa7\xa1\xfc\xdd\xcf\x10\x08\x1d\xce\x64\x2a\x79\x75\x5e\xc0\x1b\x79\x73\xce\x38\x42\x2e\xce\x99\x4e\x27\xef\xce\x37\xf0\x41\x3e\x8c\x57\xa6\xb9\x93\xef\xce\x23\xf8\x41\xee\x3b\x92\xc3\x61\xfc\xae\xbb\x5d\x87\x23\x1d\x6e\x77\x13\x55\x32\xaa\x12\x9a\x20\x66\x42\x46\x14\xa1\x09\x62\x97\xd5\x44\x4c\x0f\xc4\x3d\x68\xe4\xf4\x40\x45\x4b\x49\x80\x69\x81\xb8\x05\x0d\xa9\x0b\x2d\xd0\xc3\x44\x79\x06\xbf\xe7\x3e\x6d\xbd\x99\x3a\x0e\x99\x5d\xb7\x86\x0e\x87\x93\x7e\x2b\x80\x68\x09\x7b\x63\x67\xff\x9a\x68\x29\x73\x34\x0d\xe8\xde\x06\x6c\x32\xf6\xb5\x09\xe5\x98\xb5\xd3\x02\xbb\x2e\x48\xe1\x70\x5a\xe0\xfd\x9e\xd1\x05\x9d\x0e\x74\x2f\x55\xb0\xaa\x9d\xa5\xaa\x68\xa9\x10\x73\xb1\xed\x62\x20\xac\xb4\x73\x4d\xbb\x1b\x23\x2c\x89\xc6\xe8\x15\x20\xc4\x75\x85\x91\x83\x3b\x41\x45\x4b\xdc\x08\x83\xc6\x8c\xe8\xc3\x91\xe4\xa0\x33\xc3\x37\x08\x6c\x1f\x74\x66\x14\x1f\xce\x30\x74\xc0\x37\x6b\xae\xc0\x74\x40\x45\x88\xfe\xb7\x89\x3e\xd2\x02\x15\xca\x51\xeb\x60\x17\xa8\x68\x29\xa3\xd6\x41\x67\x54\xe8\x70\x86\xa7\x35\x2a\x5a\xca\xb0\x80\x47\x84\x09\x1d\x8e\xd6\x1b\xb4\x4c\x85\x72\x26\x7f\xb7\xec\x64\x1c\x6f\x95\x83\x67\x8a\x09\xe5\x11\x3c\x90\x07\x8f\x23\xe0\x91\xdc\x9a\x0c\x26\x1c\x3c\x6b\x0e\x3b\x25\xe2\x1a\x13\x78\x25\xaf\xb6\x22\x1c\xde\x88\xdd\x9b\x48\x2e\xe4\x76\x32\x67\x26\xd9\x89\xbb\xb5\x47\x06\x1e\xc4\xee\x01\x5e\x12\x07\x8f\x82\xc3\x8f\x82\xcc\x5c\x26\xb1\x6d\xa7\xc4\x39\xb1\x9d\x0e\x71\x07\xb0\xb9\x0f\xa1\x03\x7e\x7d\xc0\xbe\x39\x84\x06\x88\x37\x13\xba\xe6\xe0\xb5\xc2\x84\x72\x8e\xcf\xe4\xd9\x79\x01\x2f\xe4\xee\x18\x0e\x89\x83\x67\x8a\x89\x96\x32\xc2\xb3\x0d\x4c\x84\xb8\xde\xf9\x4e\xee\x1e\xb0\x58\xf6\xc1\x81\x3e\xc8\x58\x57\xf6\x81\x09\xe5\x01\x9c\x2e\xa8\x68\xc9\xde\xfc\xa7\x81\xd3\x5c\x85\xd8\x9b\x48\x80\x77\x62\x7b\x69\xdb\x59\xae\x4f\x93\xd8\x6e\x79\x15\x41\xfc\x7c\x83\x08\x31\xd8\xdd\x4a\x1f\x0f\x72\x5b\x27\xeb\xf8\xd3\x40\xc7\x43\x54\xb1\xbf\x3d\xf5\x89\xa3\x87\x8d\x5e\x11\xdc\x13\x87\xa8\x4d\x56\xc3\x87\x20\x88\x89\x2a\xb6\xe5\xf5\x69\x27\xf6\x37\xeb\x06\x7c\x10\x7b\x6c\xe2\x49\x3c\x71\xf9\xfb\xfd\x25\xea\x7f\xae\x50\xa7\x71\xf2\xe3\x16\xa2\xb6\x26\xbf\xfb\x8e\xea\xe7\x7e\x7d\xb8\xff\x04\xb6\xbf\xdf\x6e\xf3\xf2\x66\x3f\xb8\xd9\x2f\x5c\xcb\x31\x4f\xe7\xcb\xbc\xff\xa8\x77\x7d\xb9\xea\xb7\xec\xdf\x7f\x03\x00\x00\xff\xff\x74\x27\x17\x14\x00\x14\x00\x00"); +func _daac ()(*asset ,error ){_agdc ,_bggg :=_dad ();if _bggg !=nil {return nil ,_bggg ;};_abe :=bindataFileInfo {_c :"90pv-RKSJ-V",_ed :1381,_cg :_g .FileMode (436),_ca :_d .Unix (1580491056,0)};_bbf :=&asset {_fdf :_agdc ,_ff :_abe };return _bbf ,nil ; +};var _acd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xfb\xfd\xec\x1e\x18\x0c\xb1\x8d\xcd\x1e\x9c\x84\x38\x5f\x10\x72\xd0\x6a\x46\x8b\x20\x2b\x09\xad\xf6\xe0\x7f\x1f\xaa\x4b\x72\x88\x0f\x46\x56\x59\x7a\x47\x7e\xaa\x67\xba\xef\xde\xdd\xbf\xbf\x3f\xec\x2f\xe3\xdd\xcf\xe7\xe3\xf6\xf3\x7a\x19\x77\xfb\xc3\x72\x5e\x9f\x8f\x2f\xe7\xed\x3a\x3e\xac\x8f\xfb\xc3\x30\x88\x8e\xcb\x7e\x7b\xb9\xbd\xed\x2f\xdb\xa7\xcd\x69\x18\xf0\xfd\xcf\x5f\x9e\x2f\xeb\xd3\xfd\x61\x77\x1c\x8d\x9f\x5b\x5e\x4e\xd7\xcf\x8e\xe3\xdd\x2f\xeb\xe3\xfe\xf9\x72\xfe\x32\xbe\xfa\x61\x39\x3e\xac\xdf\x8d\xcb\xba\x43\xfe\xd3\x79\x59\xcf\xfb\xc3\xe3\xf8\xea\xe3\x5b\xf9\x9a\x7e\x7e\x39\x9d\xfe\x59\x9f\xd6\xc3\x65\xf4\x9e\xad\x87\xa5\xbf\x0e\x77\xef\x3e\x6d\x4e\x3f\x6e\x9e\xd6\xf1\xae\x0f\x7a\xfd\xf1\xad\xbc\xe6\x67\xfa\x3f\xfd\xbe\x9e\x9f\xf7\xc7\xc3\x28\xdf\x97\x92\xff\xc5\xbf\x7e\x39\xad\xa3\x5c\x47\xfc\xf9\xdb\xfd\xfb\xf1\x2f\x19\xa5\x8c\x1a\x1e\xed\xef\x6b\xfe\xc7\xa7\xe3\xb2\x8e\xe5\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xa8\x53\x49\x5e\x61\x10\xfe\x87\xb6\xc7\x65\x7d\x3e\x6d\xb6\xeb\x79\x73\x78\x5c\x87\x71\x9c\x4b\x29\xe5\xcd\x38\x57\xf9\xf0\xe1\x0d\x7e\xec\x37\x9f\x18\xa4\x94\xeb\x57\xf7\x0b\xa3\xdb\x57\x4a\xd9\xed\xde\x8c\x65\x98\x8b\xf0\xbd\xe0\xbd\x46\x0e\x73\x51\x26\x8a\x24\x44\x87\xb9\x18\x13\x43\x52\xb3\x0d\x73\x71\x26\x8e\x44\x8a\xfa\x30\x97\x60\x14\x3d\xd2\x86\xd9\xc9\x28\x7b\x14\x86\xe1\x95\x51\xed\x51\x9d\x30\xbd\x31\x6a\xfd\x17\x14\xc7\xf8\x89\xd1\xd4\x23\x2b\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\xd0\xa3\x26\x18\xbf\x65\xb4\x45\x64\xa5\x62\xfc\xc2\x68\xe9\x91\x29\xc6\xaf\x8c\xd6\x1e\x45\xc3\xf8\x1d\xa3\x5d\x8f\x9a\x97\x61\x16\x4a\x49\x97\xf2\x32\xe5\x30\x0b\xb1\xa4\x63\xb9\x85\x0e\xb3\x50\x4b\xba\x96\x67\x69\xc3\x2c\xe4\x92\xce\xe5\x2d\x7d\x98\x85\x5e\xe2\x57\x53\x8c\xa7\x97\x74\xaf\xb0\x8a\xf1\xf4\x92\xee\x15\x69\x18\x4f\x2f\xe9\x5e\xd1\x1a\xc6\xd3\x4b\xba\x57\x8a\x63\x3c\xbd\xa4\x7b\xa5\x17\x8c\xa7\x97\x74\xaf\x4c\x14\x2b\xf4\x92\xee\x95\x13\x9a\x15\x7a\x49\xf7\xaa\x82\x6a\x85\x5e\xd2\xbd\xaa\xa3\x5a\xa1\x97\xac\xd7\xfe\x31\x9e\x5e\xd2\xbd\xea\x84\x6a\x95\x5e\xda\xbd\x9a\xa0\x5a\xa5\x97\x76\xaf\xe6\xa8\x56\xe9\xa5\xdd\xab\x55\x54\xab\xf4\xd2\xee\xd5\x26\x54\xab\xf4\xd2\xee\x35\x29\xaa\x55\x7a\x69\xf7\x9a\x1c\xd5\x2a\xbd\xb4\x7b\x4d\x15\xd5\x2a\xbd\xb4\x7b\x4d\x13\xaa\x55\x7a\x69\xbb\xad\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x76\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x16\x28\x58\xa9\xa6\x2b\xb3\x8a\x86\x95\x6c\xba\xe3\x4d\x52\x50\xb1\xd1\xcd\x0a\x33\x45\xc7\x46\x38\x13\x66\x81\x92\x8d\x72\xa6\xb7\x1b\xac\x0c\xb3\x91\xce\x3a\x9d\x58\x41\xcd\x46\x3b\xe3\xbd\x69\x86\x9e\x8d\x78\xc6\x9b\xd3\x02\x45\x1b\xf5\x8c\x77\xa7\x35\x34\x6d\xe4\x33\xde\x9e\x5e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\x0f\x94\x6d\xf4\x33\xfa\x79\x43\xdb\x46\x3f\xa3\x5f\x08\xea\x36\xfa\xd9\xf6\xf6\x54\xc0\x35\xe8\x67\xf4\x8b\x44\xe1\x46\x3f\xa3\x5f\x34\x34\x6e\xf4\x33\xfa\xa5\xa0\x72\xa7\x9f\xd3\x2f\x0d\x9d\x3b\xfd\x9c\x7e\x99\xe8\xdc\xe9\xe7\xf4\xcb\x86\xce\x9d\x7e\x4e\xbf\x2a\xe8\xdc\xe9\xe7\xf4\xab\x8e\xce\x9d\x7e\x4e\xbf\x9a\xe8\xdc\xe9\xe7\x79\x7b\x94\xe1\x1a\xf4\x73\xfa\x35\x41\xe7\x4e\x3f\xa7\x5f\x73\x74\xee\xf4\x73\xfa\xb5\x44\xe7\x4e\x3f\xa7\x5f\x9b\xd0\xb9\xd3\xcf\xe9\x37\x29\x3a\x77\xfa\x39\xfd\x26\x47\xe7\x4e\x3f\xa7\xdf\x54\xd1\xb9\xd3\xcf\xe9\x37\x4d\xe8\xdc\xe9\xe7\x3b\x3e\x6b\x15\x9d\x07\xfd\xa2\xdc\x9e\xbf\x65\x98\x83\x7e\xc1\x5d\xa1\x54\x74\x1e\xf4\x0b\x65\x36\xa1\xf3\xa0\x5f\x74\x3f\x15\x45\xe7\x41\xbf\x70\x66\x81\xce\x83\x7e\x11\xcc\x2a\x3a\x0f\xfa\x45\xf7\x53\x2d\xe8\x3c\xe8\x17\x95\x99\xa2\xf3\xa0\x5f\x70\x7f\xd0\x40\xe7\x41\xbf\xe0\x06\xa1\x15\x9d\x07\xfd\x62\x73\xdb\x34\x70\x0d\xfa\x05\xb7\x08\x53\x74\x1e\xf4\x8b\x2d\xb3\x40\xe7\x41\xbf\x58\x98\x35\x74\x1e\xf4\x8b\xee\xa7\x5e\xd0\x79\xd0\x2f\xe8\xe7\x86\xce\x93\x7e\x49\x3f\x0f\x74\x9e\xf4\x4b\xfa\x79\x43\xe7\x49\xbf\xa4\x5f\x14\x74\x9e\xf4\x4b\xfa\x85\xb9\xf7\x6d\xfc\xb6\x5b\x0f\xe2\xdf\xee\xdf\x49\xdd\xf4\xdb\x3e\x88\x5f\x40\xdd\xa4\x6e\x34\xac\x88\xa4\x6e\x52\x37\x05\x2b\x22\xa9\x9b\xd4\x4d\xc3\x8a\x48\xea\x26\x75\x33\xb1\x22\x92\xba\x49\xdd\x6c\x58\x11\x49\xdd\xa4\x6e\x15\xac\x88\xa4\x6e\x52\xb7\x1a\x56\x44\x52\x37\xa9\x5b\x13\x2b\x22\xa9\x9b\xd4\xad\x13\x56\x44\x52\x37\xd7\xdb\xe6\x8d\x6b\x50\x37\xa9\xdb\x1c\x2b\xa2\x5e\x8f\x38\xd4\x6d\x89\x15\x51\xe5\x7a\xec\x69\x15\xd9\xa4\xed\x7f\x6a\xf8\x7b\x3f\x20\x7e\x3d\xb4\x6d\x5f\xce\xe7\xf5\x70\xe9\xe7\xc3\x7e\x30\xc3\xb9\x6a\x7f\x58\xbf\x9e\x35\x4f\xc7\x13\xbe\xd6\xff\xfc\x1b\x00\x00\xff\xff\x7b\xfe\x2b\xdd\x97\x0a\x00\x00"); +func _dedd ()(*asset ,error ){_eacf ,_cccd :=_ecae ();if _cccd !=nil {return nil ,_cccd ;};_efcee :=bindataFileInfo {_c :"UniCNS-UTF16-H",_ed :251000,_cg :_g .FileMode (436),_ca :_d .Unix (1580492695,0)};_abdbf :=&asset {_fdf :_eacf ,_ff :_efcee };return _abdbf ,nil ; +};var _bcda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x2f\xf3\xf8\x85\xf9\xa7\x33\x25\x6f\xfb\xae\x77\x36\x42\xfe\x2d\xac\x7a\xc0\x08\x93\x75\x26\xe0\xb6\xee\x41\x23\xdc\x70\xb6\x2e\xcb\x44\x09\xc6\xea\xf8\xff\x91\x8b\x5e\x46\x9f\x65\xf9\x17\xe9\xf5\xfb\xaf\xb0\x6f\x78\x40\xdb\x77\xc3\x7d\x8b\xb8\xf4\x6e\x5a\xa1\x4a\x8d\x66\xf7\x47\x33\x40\xfe\x1d\x67\xbb\xc5\x70\x87\x87\xcf\x66\xbd\xe1\x3b\x30\x38\x91\xbf\x06\x83\xc1\xba\x19\x1e\xda\x97\x41\x9c\x3c\xec\xde\xff\xc5\x05\x5d\x84\x82\x0d\x9d\xe1\x9a\xe5\xed\xf3\xe8\x5f\xc6\x05\x21\x1d\xe3\xca\xcc\x7a\xc5\xb0\xd9\xd5\x81\x28\x3e\x14\x45\xf3\xe6\x3f\xee\x1e\x41\x1c\xed\x97\xbe\x7b\x9d\xa6\x0d\x23\x3c\x15\x29\x3a\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\xb1\xfa\x73\xbc\xfa\xf3\x79\x35\x67\xa3\x28\xd3\x30\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\x74\x02\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\xcd\xa2\x68\xe3\xe7\xac\xf4\x9f\x6e\xfa\xdc\xbd\xde\x43\x40\x17\xf9\x9e\x79\xc7\xb4\x24\xeb\xf0\xfc\x88\xfc\xea\xa9\x8b\x7f\xff\x02\x00\x00\xff\xff\x92\x04\xb5\xc7\x70\x02\x00\x00"); +func _fbbb ()(*asset ,error ){_bfd ,_bfbc :=_eab ();if _bfbc !=nil {return nil ,_bfbc ;};_ebe :=bindataFileInfo {_c :"Ext-H",_ed :13186,_cg :_g .FileMode (436),_ca :_d .Unix (1580491886,0)};_fbaa :=&asset {_fdf :_bfd ,_ff :_ebe };return _fbaa ,nil ;};func _bged ()([]byte ,error ){return _fd (_dffe ,"Adobe-CNS1-6")}; +var _defe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xed\x61\x8b\x0d\x85\x18\x69\x15\xa9\x22\x87\x45\xab\xed\x56\x4d\x93\x56\xaa\x7a\x30\x78\x1c\x59\x2a\x06\x19\x73\xc8\xdb\x57\x9e\xa1\x74\x0f\xd1\x84\xcf\x9e\x1f\x63\x3b\x6f\xbb\x53\xe7\x5d\x84\xfc\x6b\x98\x86\x33\x46\xb0\xce\x9b\x80\xcb\xb4\x86\x01\xa1\xc7\x9b\xf3\x59\x26\x0b\x30\x6e\x88\xff\x1e\xa9\x0c\xa3\x9e\xb3\x2c\x7f\x39\xb7\xe3\xf2\x78\x79\x6e\x1f\x9f\x61\x5d\x70\xd3\xb6\x3b\x9d\xef\x4b\xc4\xb1\xf3\x76\x82\x92\xbb\xcd\x3a\x6f\x09\x00\xf9\x37\xbc\xb9\x25\x86\x3b\x3c\x7c\x36\x53\x8f\x1f\xc0\xa0\x4d\xfe\x16\x0c\x06\xe7\x6f\xf0\xf0\x32\x05\xd4\x72\x1f\x38\xaf\xf3\xfc\x07\x47\xf4\x11\x24\x19\x7a\x43\x35\xcb\xdb\x57\x3d\x7f\xd1\x23\xc2\xbb\xd5\x5c\x69\x8c\x86\xae\x18\x16\x37\x79\x90\xe2\xa3\x10\xf5\x7f\xff\x7e\x9f\x71\xcb\xca\xf2\x4b\x77\x7a\xb3\x76\xc1\x08\xb5\x12\x3c\xe7\xe7\xa5\x3b\xc1\x2f\x09\x52\x40\x51\x7d\x92\xe2\xf7\x36\xf5\xc7\xeb\x64\xf6\x46\x59\xf3\x37\x0d\xce\x04\xed\x6f\x98\x3d\x69\xa9\x8b\x23\xa4\x52\x1e\x41\x89\xaa\x26\xaa\x98\x2a\x22\x45\x54\x33\xd5\x47\x50\x65\x21\x88\x1a\xa6\x9e\x66\x35\x44\x86\xc9\x24\xaa\x8b\x44\x3d\xc7\xf7\x4c\x65\x22\xec\x89\x90\x1a\x0f\x55\xf6\xa4\x4b\x2d\x13\x51\x51\xe2\x50\x13\x29\xa6\x86\xe8\x40\x34\x30\x0d\x44\x0d\x11\x32\x61\x22\x95\xd6\x55\xf6\x9a\xa8\xb7\x44\x32\x91\xa1\x37\x52\x51\x42\x51\x96\x31\x4c\xb4\x2e\xa5\x88\x2c\x13\x37\x52\xbc\xe5\x46\x4b\xf1\x8d\x48\xc7\xb8\xef\x5d\xfa\x9f\x2e\xd0\x7e\xa0\xc3\x1a\x02\xfa\x48\xd7\x87\xce\x2c\x6d\xba\xf3\xb8\x5f\xd0\x79\x9a\x53\x17\xfd\xfe\x06\x00\x00\xff\xff\x5d\xc8\xdb\xa1\xcc\x02\x00\x00"); +func _bfdf ()(*asset ,error ){_adddb ,_cbbe :=_aaabg ();if _cbbe !=nil {return nil ,_cbbe ;};_egad :=bindataFileInfo {_c :"UniJISX0213-UTF32-H",_ed :243117,_cg :_g .FileMode (436),_ca :_d .Unix (1580493003,0)};_cbge :=&asset {_fdf :_adddb ,_ff :_egad }; +return _cbge ,nil ;};func _beab ()([]byte ,error ){return _fd (_ggaa ,"GBK2K-H")};var _debe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\x5a\x4b\x56\x1d\x25\xb0\x2c\x74\x13\xd8\xfa\xb0\xdd\xd2\xec\xa6\x85\xd2\x83\x23\x8d\x83\xa0\x91\x8d\x6c\x1f\xf2\xef\x8b\xde\xb8\xde\x43\x78\xd1\xc7\x7b\xa3\x19\x6b\xca\x7d\x73\x68\x62\x98\xa8\xfc\x9e\x7a\x77\xe4\x89\xba\x10\x7d\xe2\xb1\x9f\x93\x63\x3a\xf3\x25\xc4\xa2\xd0\x15\xf9\xe0\xa6\xff\x47\x88\xbb\xb6\x43\x51\x94\x4f\x8f\xaf\x1f\xbf\xd2\x3c\xf2\x72\xde\x37\x87\xe3\x6d\x9c\xf8\xda\xc4\xae\x27\x23\x39\x3f\x0f\x4b\x96\xa8\xfc\xc1\x97\x30\x4e\xe9\x46\x77\x5f\x7c\x7f\xe6\x0f\xe4\xb9\xcb\xfc\x25\x79\x4e\x21\x5e\xe8\xee\xe9\x51\xaf\xf4\x38\x0f\xc3\x5f\xbe\x72\x9c\x48\x83\x71\xf4\xd0\xa2\xdc\x3f\xb7\xc3\xb7\xf6\xca\x84\x26\x4e\xa0\x80\x27\x4e\x63\xe8\x23\x69\xf5\x49\xa9\xcd\x3b\x7f\xbd\x0d\xbc\x54\x29\xca\xb7\xe6\xf0\xd2\x75\x23\x4f\x64\x95\x12\xcf\xaf\xb7\xe6\x40\xbf\x35\x69\x45\x55\x6d\xac\xf9\xb3\x58\x7f\x3e\xf7\x7e\x0d\x56\x4a\x46\x71\xc1\xa7\x36\x5e\xb8\xb8\xaf\x74\x55\x3d\xd0\x22\x54\xdb\x1a\xc8\x08\x32\x40\x9f\x81\x5a\x41\x6d\x46\xbb\x2d\xd0\x59\x90\x7b\x20\x6b\x95\xb8\xbc\x20\x0f\xd7\x2e\x23\x23\xe5\x4d\x97\xd1\xb6\xca\xc8\x32\x50\x16\x6b\xd5\xa6\xb8\xaf\x4c\xa5\x33\x82\x50\x6d\xb7\x40\x5b\x41\x3b\x04\x15\x90\x13\xe4\xe0\x32\x40\x2c\x48\x6a\xd9\x8c\x0c\x5a\x35\xe6\x0c\x17\xca\x1b\x2f\xc8\xc3\x85\xf2\xb9\xa1\x45\xa8\xb6\xb9\x55\x53\x63\x20\x88\xb5\x4a\x90\x04\x6b\x04\x35\x9a\xa8\x25\x98\x85\x36\x0a\xc8\x4a\xd0\xe2\xc6\x1d\x6e\xb4\x12\xb4\xf2\x25\xd0\x97\x8c\x6d\x64\x6c\xad\xf3\x32\xac\xef\x90\xff\xe7\x1d\x5c\xd7\xc2\xcd\x29\x71\x9c\xb0\x81\x78\xff\xfc\x80\x21\xf2\xba\xdd\x43\x3f\xe4\x14\x7e\xff\x02\x00\x00\xff\xff\x96\x52\x71\xc9\x09\x03\x00\x00"); +func _cegc ()([]byte ,error ){return _fd (_gafa ,"KSCms-UHC-HW-H")};var _aed =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4f\xcb\x25\xc9\x71\xf5\xf7\xcf\xa7\xb8\x4b\xbd\x8b\xd7\x53\x95\xf1\x2f\x13\x1e\x1a\x84\x24\xf0\x18\x64\x19\xcb\xb2\x0d\xc6\x8b\x5b\xb7\xea\x0e\x0d\x9e\xee\xa6\xa7\x67\xa1\x6f\x6f\xe2\x77\xae\x64\x2c\x0c\xb3\x10\x47\x73\x3a\x2b\x2b\x32\x32\xf2\x44\x44\xd6\x7d\xbe\xfb\xcd\xf7\xbf\xfd\xfe\xd3\xc7\x6f\xb7\xef\xfe\xe9\xeb\xe7\xc7\x1f\xaf\x6f\xb7\xe7\xc7\x4f\xe7\xd7\xeb\xa7\xcf\x3f\x7f\x7d\x5c\xb7\xe3\xfa\xe1\xe3\xa7\xb7\xb7\x7d\xdc\xce\x8f\x8f\x6f\x7f\xf9\x4f\xe0\xf1\xe3\xfd\xcb\xdb\x5b\x3f\xff\xc7\x3f\xff\xf4\xed\xfa\xf1\xfb\x4f\xcf\xcf\x37\xd3\xb8\xf3\xe7\x2f\xaf\xb1\xb7\xdb\x77\xff\x7c\xfd\xf0\xf1\xa7\x6f\x5f\xff\x7c\xfb\xd5\xaf\xcf\xcf\xc7\xf5\xff\x6e\xe7\xf5\x6c\xfe\x0f\x5f\xcf\xeb\xeb\xc7\x4f\x3f\xdc\x7e\xf5\x0f\xf7\x2f\xf7\x4f\xfb\x5f\xff\xe1\x8f\x3f\x7f\xf9\xf2\x5f\xd7\x8f\xd7\xa7\x6f\xb7\x1d\xee\xfa\x74\x82\x6f\xdf\xfd\xe6\xf7\xf7\x2f\xff\x78\xff\xf1\xba\x7d\xf7\xeb\xf3\xfc\xff\x7f\x0f\x0b\xf9\xaf\xd7\xd7\x9f\x3e\x7e\xfe\x74\xdb\xb7\xbf\xdb\xb6\xfc\x1f\xfe\x5f\xfe\xfc\xe5\x7a\xcd\xf2\xf6\xdd\x9f\xbe\xff\xed\x1f\x9e\xcf\x9f\xae\x6f\xb7\x98\x9b\xc6\xfc\xfb\x9f\xbe\xff\xed\xed\x3f\xf6\xdb\xbe\xdd\x46\xd8\x88\xff\x7c\x0d\xfd\xb7\xdf\x7f\x3e\xaf\x9b\x06\xbd\xed\x5a\xcc\xe3\xf3\x79\xfd\xf4\xe5\xfe\xb8\xbe\xde\x3f\xfd\x70\xbd\xdd\x6e\xef\x63\x1f\xfb\x87\xdb\x7b\xfd\xae\x7e\xf7\xa1\xad\xfc\x9b\x11\x6f\xfb\xb6\xbd\x1e\xfd\x78\x8a\xfa\xcb\x23\x63\xaf\xeb\xc3\xed\x96\x66\x6f\xef\x63\x88\x1a\xa3\xa9\x1a\xd5\x94\xdd\xa1\x7c\x6f\xca\xf7\xa6\x5c\x54\x6c\x50\xab\xa9\x78\x40\xe5\xbd\xa9\xc8\xa6\x6a\x40\xd5\x6a\xaa\x78\xb0\x5f\xf5\x82\x5b\x55\x3f\x68\xb6\x35\x65\xc6\xa8\xb9\x35\xe5\x18\x61\xc1\x5c\x0b\x2a\x45\x55\x53\x73\xef\xe9\x5d\xa6\x7a\x59\x53\x3e\x9a\x2a\x17\x95\x1f\x6e\xb5\x62\xbe\xbd\x8f\xd0\xa8\x68\xea\xb6\x46\xbc\xbd\x8f\x14\x95\x36\x3f\xdc\xf6\x6d\x6f\xbb\x52\x6f\xcc\x80\xb2\x1e\x55\x1a\x55\xfd\x2f\xfb\x16\x6d\x6a\x85\xa8\x82\x5a\xfd\xc6\xa9\x51\x40\x39\x0b\x9a\x63\x88\x1a\x4d\xcd\x1d\xca\x44\x59\x53\x4b\x94\x8b\x72\xa8\x80\x0a\x51\xf1\xe1\x56\xb1\x19\x54\x8a\x4a\x46\x69\xfa\x12\x55\x8c\x2a\xa8\x29\x6a\x36\x35\xf4\xe0\x12\xb5\x9a\xda\x35\xfd\x5d\xd4\xbd\x29\x93\x11\x87\xa8\x03\x4a\xd3\x3f\x44\x3d\xb0\x7e\x83\x3a\x45\x9d\x50\x5a\xf6\x25\xea\xc2\x2e\x87\x7a\x8a\x7a\x42\xb5\xef\xa7\xb6\x16\xa8\xd8\x12\x4a\xfe\x6a\xa8\xd8\x98\xcb\xe4\xaf\x86\x8a\x9d\xb9\x4c\xfe\x6a\xa8\x30\x8c\x30\xf9\xab\xa1\x62\xe8\x41\xf9\xcb\xf0\x97\xe9\x8d\xf2\x57\x43\x45\x68\x2e\xf9\xcb\xf0\x17\xbb\x3d\x4d\xfe\x32\xf9\x4b\x76\xc9\x5f\x26\x7f\xe1\x09\xc5\x3d\x50\x61\x9a\x4b\xfe\x32\xfc\xe5\x32\x42\xfe\x6a\xa8\xd8\x64\x84\xfc\xd5\x50\xc1\x19\x9a\x26\x7f\x35\x54\xec\x7a\xa3\xfc\xd5\x50\x41\xc8\x4d\x97\xbf\x1c\x7f\x79\xbc\xbd\xdb\x46\x7c\x09\xf6\x7d\x88\x1a\xa2\xda\x5f\x9c\x5a\xdb\x88\x2f\xdb\x4c\xa3\xaa\x29\xd3\x28\xbc\xba\x72\x87\x7a\x8d\xba\xf7\x28\xe7\x41\x16\x24\xa8\xec\x35\xda\xc6\x82\x6c\xcb\xb3\x47\xc5\x68\x2a\x2f\x51\x17\xa3\x30\x22\x9f\x50\xb5\x7d\xb8\xed\x63\x63\xae\x92\xa9\x0d\xb5\x92\x07\x4b\x46\x34\xec\xa3\x03\xc0\xb6\x92\x11\x0d\x95\x26\xca\x45\x1d\x8c\x9a\x50\x32\xa2\xa1\xd2\x58\x50\x9d\xa2\xae\x1e\xb5\x37\x25\xfd\xb2\xbd\x83\x7c\x1f\xbd\x69\xb6\x13\xe4\x82\xca\x8e\x09\xdb\x09\x72\xdb\x0d\x23\x06\xa3\xe4\x09\xa0\x56\x1a\x94\x8b\xf2\x1e\xa5\x07\x89\x2f\x41\xa5\xe9\xc1\x14\xd5\x3a\x31\x7c\x83\x5a\xa2\x16\x73\x39\x94\x8c\x68\x4f\xee\xc3\x45\x9d\xa2\x3a\x26\xb2\x23\xc7\x76\x62\xc2\x76\x04\x66\x38\x6f\xf4\x21\x8a\xad\x65\x87\x76\x97\xa9\xad\xab\xfb\x08\xa8\xd4\x82\x92\x4d\xd3\xf4\x89\xbf\x76\x39\xa7\xcf\xa3\x49\xc9\x6d\xb4\x4e\xec\xb6\x1b\xd4\x14\x35\x79\x30\xa0\x96\xa8\x76\xa1\x8d\x1d\xea\x2e\x0a\x17\x7a\x42\xf1\xc6\x11\x4f\x46\x31\x57\x6e\x50\x0d\x95\x5e\x50\x7a\x63\x66\x8f\x2a\x51\x25\xaa\x70\x0e\x6f\x4c\x19\x51\xbc\x71\x62\x6a\xe9\x8d\xa5\x37\x4e\x28\xbd\x91\x05\x39\xf1\x65\x5a\x10\xb0\x7b\x0b\x9f\x99\x8e\x82\xe9\x28\xc4\x06\x85\xbf\x0c\x7f\xf9\xd6\x9b\x66\xf2\x97\xc9\x5f\x44\xb4\xc9\x5f\x46\x60\x22\x69\x66\x0a\x4c\x53\x60\xe2\x68\x53\x60\x1a\xa6\xfa\x62\x7a\x99\x6a\x32\xb5\x05\xc6\x4c\xa6\x9a\x4c\x5d\x6d\x97\x52\x93\x39\x5b\x1b\xdb\x4e\x42\xfe\x4b\xde\xfd\xbf\x52\xb1\xb9\x76\xde\xb5\xf3\x11\x50\x26\xaa\xa3\x08\x81\x30\xf7\x53\x14\x51\xd4\x49\xd6\xdc\x89\x22\xcf\x8e\xdb\x60\xb7\x3c\x43\x14\x71\x1b\x18\x94\xc4\xad\x63\x63\x54\xaf\x44\x89\xd1\xa2\xb7\x79\x8f\x4e\x40\x16\xda\x66\xa0\xb2\xd3\xa7\x05\xe9\xc0\xa2\x55\x6a\x4f\x4e\x70\xa0\x52\x82\xca\x4e\x8c\x16\xae\xb9\x3a\x00\xf6\x44\x7f\x22\x87\x28\xe9\x0f\x0f\xa6\x89\xea\x88\x4c\x24\x29\x14\x0c\x40\xad\xd4\x83\x44\x64\x60\x6a\x42\x29\x61\x0b\xf6\x9c\x0b\x6a\x88\xc2\x5f\xb9\x41\x99\xa8\xde\xad\xec\x24\x6b\xa9\x50\x4e\x85\x72\x8a\x62\x8d\x24\xfc\x3d\x17\x73\xc9\xf7\x40\xad\x9c\x50\x9a\xab\x9d\xbb\x17\x01\x9f\xfe\x14\xf5\x64\xae\x0e\x99\x0c\x3c\x91\x1d\x4c\x7b\xa1\x65\x99\xa7\x28\x76\x08\x65\x49\xa9\x67\x76\x60\xed\x85\x27\x52\x81\x05\x54\xa2\x19\x59\x21\xaa\xb7\xa3\x8a\x07\x15\x58\x40\x25\x87\x27\xa5\x8b\xc0\x4e\xb1\x64\x29\x5d\x04\x2a\x5f\xd3\xbf\xde\x88\xf5\x44\xb7\xaa\x19\xab\xd6\xaf\xbd\x66\x4f\x5f\x24\x46\x41\x25\xcb\x2e\x12\xa3\x51\xe7\xec\x93\xdd\xae\x18\xa2\x70\x74\x17\x71\x56\x81\x73\x0a\xed\x9f\x24\xa0\x92\xf6\x03\x95\xe5\x50\x7a\x10\x53\x67\x8a\x3a\x45\x9d\x38\x7a\x41\x5d\xa2\x48\x2d\xd5\x6f\x54\x49\x65\x24\xff\x7d\x22\x23\x4a\xfe\x82\xca\x17\x85\xbf\xc8\x95\xfb\xe4\xd4\x4d\x45\x21\x50\x59\x13\x0a\x23\x26\x9e\x58\x7b\xfb\x6b\x69\xfa\x45\xdc\x2f\x16\xb4\x14\x13\x4b\x71\xdf\x45\x9c\x2d\xc5\xfd\x62\x6b\x17\x2e\x5c\xda\xda\xa5\xad\x7d\x51\x58\xbf\x7a\x6b\xc7\x86\x70\x2d\x6d\xed\xd2\xd6\xe2\xe8\xa5\xad\x5d\x35\x7b\x14\x67\x7b\xd5\x12\xb5\x18\xe5\x50\x77\x51\x57\x8f\x22\xa2\xef\x32\xf5\xde\xbe\x1f\x1b\x01\x70\x97\xef\x81\xca\x29\x8a\x37\xde\xfb\x88\x8f\xbd\x6b\x0b\xbb\x4b\x76\x81\xca\x29\x8a\xad\xbd\x63\xea\x4e\xac\xde\x65\xea\xfd\x65\x6a\x41\x85\xa8\x36\x62\xef\xc2\xde\x0e\x19\x71\x0c\xa6\x0f\x51\x25\x4a\xd3\x4f\xa8\x29\x6a\xf5\x28\xa2\xf0\xd0\xe1\x3b\x74\xf8\xa6\x1e\x3c\x44\x1d\x8c\x12\xf5\x10\x45\xa6\x47\x63\x0f\xea\x4d\x3b\x3a\x18\xc7\xce\x0e\x1d\x4a\xb2\x40\xe9\x6c\x1f\x4a\xb2\x47\x07\xc0\xd8\x71\xe1\xa1\x00\x00\x6a\xa1\x72\x87\x02\xe0\xd0\x82\xba\x64\xb7\x87\x16\xf4\xf0\xfa\x70\x1b\xca\xa8\x0f\x9f\xa2\x48\x8c\x4b\x14\x6f\x7c\x74\x5b\x33\x86\xa8\x38\x45\x11\xab\x28\xe6\x23\x10\x85\x07\xd3\x5b\x97\xd9\x76\x6a\xfa\xb3\x97\x3d\x8c\xc4\x78\x6a\xd9\xa7\xe2\x6b\x89\x62\xd9\x67\x47\xf1\x30\xa4\xf6\x54\x6d\x01\x54\x2e\x51\x38\xfa\xec\xcc\x35\x0c\x7f\x9d\xca\x5c\x40\x49\xbf\x4e\x05\xe6\xd9\x87\x6f\x38\x62\x75\xea\xf0\x9d\x24\xb3\xda\x76\x28\x17\xd5\xa6\x7a\xd7\xd4\x76\xc9\xd4\xab\x7b\x90\xe1\xdd\xd9\xd9\x45\x0f\x22\xa8\x22\xef\x5e\xf4\x20\x76\x75\xfd\x34\x9c\x0c\x73\xa9\x7e\x02\xaa\x36\x87\x62\xfa\x2b\x98\x8b\xf0\xbd\x42\x73\x85\xe6\xe2\xc1\xd0\x5c\x81\x11\xd4\x29\x97\x5c\x08\x54\x91\xd6\x2f\xd5\x16\x57\xe7\x8b\x11\x9a\x3e\x35\x7d\x43\x15\x35\xe2\xa5\x34\x77\xb1\xa0\x20\xd3\x3f\xb5\xa0\x27\x51\xa8\x94\xf9\x54\x14\x02\x55\xdb\xfa\xe5\x54\xfc\xd4\x6e\x3d\xbb\x17\x1c\xaa\xc2\x9f\xb1\x44\x51\xe3\x11\x91\xcf\xd0\xbc\x6d\xf6\x08\x02\xeb\x29\xb3\x81\xaa\x9d\x51\x2a\x89\x9e\xb2\xb1\x77\xcb\x55\xd1\x0b\x46\x0e\x51\x43\xd4\xe0\x41\x83\x32\xa8\x5e\xe3\xc8\x6e\xd6\x7c\x23\x87\x0b\xaa\x3a\xd6\x7c\xe3\x9c\x3b\x55\xf8\x48\x4d\x5f\x9a\x1e\x25\xae\x56\x03\x57\x15\xee\x1b\xfa\x53\x2d\x82\xbe\xa1\x3f\x82\xaa\x7d\x42\xdd\x45\xdd\x59\xe3\x80\x3a\x44\x1d\x3c\xa8\xe9\x1f\xa2\x90\xf0\xc2\x54\x24\x5c\x30\xaa\x3b\x33\x57\x61\xee\x3b\x9a\x41\xfa\xf4\x1d\xcd\x10\x54\x8d\x0d\x6a\x42\x71\xce\xcb\xa0\x38\xe7\x82\xaa\x2e\x47\x5d\xc5\xb4\xef\x8e\x11\xad\xb1\xbe\xfb\x43\xd4\x83\x51\xbc\x91\xca\xc8\x77\xc7\x88\xae\x1a\x7c\x27\x61\x0b\xea\x65\x04\x09\xdb\x77\xc2\xaf\x8a\x37\x86\x46\x29\xfc\x86\x37\x95\x1a\x95\xd8\xd5\xea\xe9\x7b\xca\xae\x94\x5d\x01\x25\xbb\xb4\xec\xd5\xa3\x54\x72\xfb\xe8\x13\x3c\x66\xb7\x28\x3e\x38\xc1\x82\x5a\x15\x50\x53\x54\x2b\xcb\xec\x1e\xc2\x07\xdd\x81\xa0\x6a\x30\x17\xdd\x81\x0f\xd7\x28\x28\xad\x11\x28\xee\x66\x7c\xb8\x46\x45\x3b\x67\x76\x51\xe2\xba\x88\x11\x54\x8d\x09\xa5\x07\xbb\x16\x1b\x64\x54\x1f\xd4\x62\x82\x2a\xa2\x70\x70\xc4\x7c\x74\x4e\x1b\xb3\x05\xd5\x07\x5d\x9e\xa0\xb4\x43\xa3\x70\xce\x28\xec\xd2\xb2\x4b\xd3\x13\x13\xd5\xf5\x80\xeb\x9e\x47\x30\xc8\xbb\xae\xf2\xdd\x8d\x98\x58\x7d\x3a\xdc\x14\x13\xa6\x98\xe8\xee\xd3\x4d\x31\x01\x8c\x45\x60\x1a\x2d\x8a\xa0\xaa\x0f\xb5\x1b\x87\xda\xad\x45\x74\xac\xa1\xe9\x4f\x51\x17\xa3\x0a\x0a\xeb\xcd\x34\x8a\x07\xe5\x68\x93\xa3\xbb\xa5\x73\x93\xa3\xad\xd7\x38\x16\xdb\x61\x5a\x23\x50\xf5\xa2\x64\x7d\x8b\xe8\x58\x0b\xeb\xc9\x95\x82\xe2\x5e\xcc\xad\x52\xd4\xc1\xa8\x84\x7a\x88\x62\x3b\xba\xf1\x73\x93\xbf\x68\x18\x6c\x6b\x8d\x75\x35\x0c\xee\x6d\xaa\x6d\x5b\x9b\xea\x32\xd5\x65\xaa\x33\x4a\xa6\x7a\x67\x2e\xdb\xf0\x97\x93\xb9\x04\x55\x2e\x6a\x89\x5a\x3d\xca\x99\x8b\xfb\x3a\x41\xd5\x8b\x3a\x44\x61\x44\xa7\x29\x77\x1d\x18\xd7\x81\x11\xa5\x03\xe3\x32\xb5\x5b\x27\x57\xdf\x20\xb0\x0d\xcd\x09\xe9\x57\x48\xbf\x38\xa2\x21\xfd\x8a\xde\x6d\xdb\x3b\x01\x79\x68\xb7\x43\xbb\xed\x7a\x70\x8a\x3a\x19\x95\x50\x97\x28\xf6\xb1\x5b\x3a\x0f\xed\x63\x74\xae\xb4\x1d\x79\x0c\x72\xa5\xa0\x2a\x98\x5e\x27\x2d\xda\x47\xb6\x0f\x51\xaf\x07\x59\x90\xac\xa7\x79\xf1\xc0\x85\x3b\x11\x1d\x72\x61\xc8\x85\xc1\xf4\x72\x61\xb4\xbf\xba\xb3\x87\x3a\x44\x1d\x8c\x72\x28\xb6\x36\xda\x47\xdd\xb3\x37\x15\x72\x4e\xa8\x02\x61\x41\x21\xe7\x50\x40\x73\x31\xea\x11\x72\x4e\x1f\x3e\xdb\xe5\x09\x1d\xbe\x50\x7e\xeb\x9e\xcd\x83\xfc\xe6\x51\x98\x8a\xa4\x45\xc9\xd4\x92\xa9\x38\x5a\x4a\x4e\xbb\x64\x7b\x17\x71\xae\x76\xc9\x69\x71\x6c\xef\xd2\xc5\xd5\xe2\x08\xaa\x3a\x3b\xbb\x5a\x1c\xcf\xb6\xc5\x06\x6a\x92\x54\x92\x82\xaa\x6e\x97\x3c\xc9\xe1\x9e\x9d\xed\x6c\x10\x39\x19\x87\x28\x3c\x91\x4c\x2f\xcd\xc9\xb6\xd8\x06\x8e\x4e\x65\xab\xa4\x04\xa5\xeb\xf1\xa4\x04\xf5\x6c\x11\xb5\x91\xfe\x8b\xa9\xd8\x53\x1a\x0b\x54\x75\x8b\xe2\x99\x7a\x7b\xf1\x2a\xbc\x92\x3a\x75\x40\x4d\x32\x57\x56\x89\x6a\xaf\x8c\xae\xe8\x5d\x1d\x90\x57\x87\x9c\x0d\x1c\x55\x52\x96\x92\xb2\xa4\x46\xdd\x45\x29\x0b\x6a\x14\x6f\xa4\x37\xb2\xb1\xa0\x94\xa6\x4a\x69\x8a\x3c\x52\x4a\x53\xd5\x05\x8e\xd9\xde\x46\x54\x94\x28\x5c\xd0\x55\x83\x57\xe0\x82\x4a\x46\x11\x32\xa5\x1c\x5e\x72\x54\x89\x7a\x8d\xea\x37\x52\x1c\x7a\x29\x01\x95\x12\x10\x79\xb7\xe4\x9c\xea\x4a\xd0\x8c\x3d\x2d\x2a\x41\x41\x55\xb7\x61\x5e\xb4\x28\x4e\x83\x65\xd6\x6d\x98\xab\xc1\x72\x6e\xa3\xcd\xe6\x0e\xe5\xa2\xd8\x79\xd2\x94\x6e\xa3\x9d\x5b\x5f\xb3\x29\xea\x12\xc5\xd9\x24\xba\x75\xeb\x2b\x30\x5b\x8c\xe2\xd6\x57\x50\x85\x0b\x75\xeb\xeb\xdc\x75\x9a\xe1\x42\xdd\x75\x0a\x6a\x75\xb3\xe6\xea\xdf\x7c\x12\x91\xce\x39\x9f\x8a\xc8\xa9\x88\xd4\x28\x45\xe4\x6c\x25\x36\x27\xdb\xcc\x7a\x51\x28\x71\x77\xc5\x3e\x15\x13\x34\x7e\xe6\x84\x9f\x1a\x3f\x81\x39\x6b\x5c\x12\xae\xc5\xbd\x7c\xe1\x89\x25\x4f\xac\xc1\x83\xbc\x71\x69\x8d\x40\xd1\x3b\xfb\xd2\x1a\x97\x31\x57\x77\x2d\xbe\x4c\x73\x71\xe1\x5a\xa4\xcf\x45\x99\xec\xcb\x30\x75\xe9\xc1\x10\x25\x53\x31\x42\x5a\xb6\x70\x8e\x93\x34\x96\x9c\x03\x94\x2a\x90\x25\xe7\xac\x4e\xfe\xc6\xb5\xbf\x2f\x25\x7f\xa0\x6a\x8a\x92\xa9\x2c\x3b\x10\x41\x35\x91\x7e\xef\xa3\x6f\x41\x90\xdf\x75\xf4\x81\xaa\x29\xca\x45\x75\x30\x65\x97\xdc\x7e\x57\xb9\x71\x57\xb9\xc1\x1a\xef\x7a\x23\x0d\xa9\xe5\xce\x28\x69\x99\x1a\xd2\xc5\x49\x53\x43\xea\xf7\xae\x96\x2d\xc9\xce\x77\xaa\x65\x41\x15\xe9\xf3\x2e\x19\xb9\xb7\x96\x19\x77\x46\x7e\x97\x96\xdd\x55\x95\x76\x4d\xed\x77\x55\xa5\x34\xa4\xc6\x95\x94\xab\x21\x75\x3a\x4e\xe3\x8a\xc5\x0f\x1d\xe4\x43\x07\xb9\xdb\x0a\x57\xf7\xe9\x07\x12\x9e\x1c\xab\x43\x12\x7e\x48\xc2\x89\xd5\x43\x12\x7e\x74\xf2\x37\x5a\x14\x3f\x94\xfc\x0f\x25\xff\x25\x4a\x6f\x44\x89\x95\x8a\x0f\x29\x31\x50\x8b\x90\x3b\x64\x3d\xad\xa6\x29\x27\xa9\xd5\xf4\x07\x5e\x95\xaa\x3f\xe4\xd5\xc7\xcb\xab\xa2\xf0\xea\xa3\xb5\xc1\xe6\xd6\xa6\x3e\x68\x38\x04\x55\xdd\x0b\xfa\x43\x2e\xa4\xfb\xb4\x89\xef\xd5\x7d\x0a\xaa\x48\xc5\x0f\xd5\xae\x8f\xee\x3b\x6c\xe2\xfb\x07\x37\x71\x82\x9a\x9b\x28\x36\xed\xd1\x16\xdb\xa4\x34\x7e\xc8\xd1\x40\x4d\x12\xf6\x43\xe5\x3f\x60\x93\x7a\xe0\xa1\x6a\x06\xa8\x97\xa9\xaa\x66\x68\x81\x6d\x92\xcc\xd4\x02\xfb\xc9\xe9\x98\x78\xe2\xd4\xe9\x00\x6a\x12\x5f\xa7\x4e\xc7\xd9\x21\x6b\x93\xc0\x3c\x55\x6e\x00\x35\x29\x83\x4e\x65\xd4\x13\x51\x98\x4b\xa3\x5c\x94\x33\x2a\xa1\x38\x56\x27\x8a\xb9\x28\xa9\x4e\x29\x26\x50\x93\x03\x73\x4a\x31\x69\x81\x6d\x51\xeb\xab\x05\xf6\x0b\x4f\x2c\xf2\xdb\x25\x4f\x5c\x5c\xbb\xcd\xee\x2b\xfd\xd2\xb2\x81\x5a\xe8\xc4\xa5\x65\xd3\x7d\xfa\x46\xbd\xa9\xee\x53\x50\x93\x0a\xf7\x29\x81\x79\xb6\x5c\xf8\x46\x25\xf9\x94\x16\x02\x35\x49\x14\x4f\x7b\x8d\x9a\x3d\x8a\x12\xe1\xa9\x0c\x03\xd4\x44\x0b\x9f\xca\x30\xcf\xf6\x84\x6f\xad\xe4\xa1\x5e\x32\x36\x19\xd1\x47\x34\xd4\x7a\x09\x9c\x6b\x91\xd8\x31\x42\x50\xdc\x65\xc5\x4e\x79\x16\x7c\xa1\xf0\x7d\xe6\x2f\xa6\xe2\xd0\x07\x0c\x41\x11\x7e\xa1\x0f\x18\x41\x1b\xe6\xa3\x6d\x0c\xb5\x61\x82\xa2\x03\x0a\x5a\xb2\xf7\xa0\x4f\x72\x3e\xbf\x84\xfa\xa4\xa0\x29\xf2\xd1\x1a\x1b\x6a\x8a\x04\xb5\x5a\x63\x63\xe0\x82\xa0\x87\x70\xeb\x58\x0b\xf5\x10\x41\x61\xef\x56\x50\x28\xb1\xa0\x66\x37\x0c\x61\xa6\x51\xfd\xbc\xdb\x14\x75\x17\x45\x74\x77\x27\x1b\xc6\xa7\xaf\xb0\xae\x04\xdd\x16\xa3\xa8\x04\x05\xb5\xf0\x9d\x51\x09\x86\x75\x07\xe5\xbe\xf3\xc6\xb8\x44\xb5\xec\xce\xd6\xd8\x30\x0e\x62\xf0\xd1\xc1\xdd\x78\x30\x35\x3d\x1f\x1d\xe6\xe0\x41\xae\x6e\x04\xb5\x5a\xfb\xc3\x48\xd8\x41\x2b\xd0\x45\xfc\xdb\x7b\xa8\x15\x08\x6e\xff\x9d\xcc\x15\x8e\x38\x0b\x8a\xe3\x1a\xee\x21\x2a\x98\x4b\xa3\x12\xaa\xdf\xe8\x7c\x3e\x0e\xd7\x1b\xfd\xf5\xc6\x82\xe2\x8d\x54\xf4\xce\x27\xcc\x50\x45\x1f\x41\x30\x44\x17\x12\x11\xda\xed\xd0\x6e\xf7\x49\x89\xd0\x6e\x73\xa1\xef\xd1\x49\x23\x74\xa1\x2f\xa8\xd9\x0d\x56\xa8\x8e\x0d\x8a\x56\x47\xd5\x43\x45\xab\xa0\x16\xdb\xa1\xa2\x35\x28\x5a\x9d\x0f\x3e\xa1\xa2\x55\xe0\x7c\x58\x09\xdd\xf1\x0b\x6a\x76\x57\x1c\xba\xe3\x0f\xee\xbf\x9d\x0f\x20\xa1\xfb\xef\xa0\xd4\xab\x85\x5d\x2a\xf5\x82\x9a\xc7\xe9\x47\x42\x35\x4f\x50\xf3\x38\x3f\x16\x08\xd5\x3c\x82\x9a\x43\xa3\xf0\x2a\x55\x83\xd3\x74\x87\xaa\x86\x58\xdd\xb5\x74\xaa\x86\x9a\xa2\x58\x50\x27\xb3\x58\x24\xa0\x58\x1d\x07\xbe\xba\x0d\x8b\x85\x12\x0b\x6a\x12\xf7\x2b\x35\x57\xef\x50\x6c\xad\xc4\xb1\xb4\x43\x40\x4d\x13\xc5\x82\xc8\xe1\xb1\x11\x72\xca\xe1\x71\xef\xd3\x11\x1b\xa3\xee\x3a\x1d\x77\x09\x84\xed\x50\x04\x39\xe9\x33\xb8\x67\x0e\xa5\x4f\x41\xad\xc5\x5c\xa8\x7a\x90\x51\x63\xef\x0c\x11\xca\xa8\x71\x74\x7c\xc5\xce\x6e\x1f\x8a\x2f\xa0\xb8\xe3\x8f\x43\xf1\x75\x74\x90\xc7\xde\xdd\x41\x1c\x0a\xf2\x43\x41\xde\xad\x79\x1c\x5a\xd0\xa1\xe9\x5b\xaf\x43\x59\x30\xc8\x10\x31\x38\xa2\xca\x10\x71\xb6\x73\x82\x6a\x39\xce\x7c\x51\xb4\x4e\x5d\x2c\xc5\x49\xe6\x0a\xf4\x3a\xf8\xa0\x18\xd2\xeb\xb8\x3a\x69\x84\xb7\xf6\xc7\x45\xd2\x10\xd4\x34\x46\x85\x46\x75\x56\x08\x27\x98\x74\xf3\x28\xa8\xb5\x44\x15\x54\x31\x8a\xb8\xbf\x4a\xa3\xf4\x03\x92\x2e\x11\xe2\xaa\xd7\xa8\x36\xc2\x71\xa1\x84\x3e\x9e\x35\x3e\xdc\x22\xd8\xc7\x27\x5f\x0f\x05\x35\x6d\x42\xb9\xa8\x7e\x30\x5a\xd2\x52\x7a\x9d\x5b\x87\x59\x44\x1b\x91\x1b\xb7\xab\x82\x9a\xdd\x6a\xe6\x46\xa3\x9c\x5b\x0b\x4c\x64\x4f\x9f\x1b\x02\x23\x28\xee\x8c\x72\x23\xbe\x12\xed\x0f\xbe\xf2\xa5\xb4\x3f\xf9\xf8\x1d\xdc\xcb\xa7\x3e\x7e\x0b\x6a\xfa\x0e\xf5\x80\xd2\x83\xbd\x43\x29\x41\x4e\xae\x7e\x82\x0f\x46\xa9\xab\x1f\x41\xcd\x4e\x8c\xa9\xab\x9f\x44\x90\x63\x76\x00\xa4\x04\x39\x51\xc9\x98\xdd\x11\xa4\x71\xd7\x20\x28\xce\x50\x1a\x85\x57\x5a\x67\xae\xe0\x52\x27\x8d\x1c\x2e\x28\x6a\x8b\x34\x72\x78\x5a\x97\x41\x7d\xb8\xa0\x96\x28\xee\x5d\x17\x73\x85\xa6\xc7\x88\xd5\x81\x99\x52\xcc\x74\x4e\x07\xd7\xfe\xe9\x9c\x0e\x41\xcd\x56\x80\x74\x4e\x47\x7a\x97\xd9\xc1\xd6\xa6\x53\x66\x0b\x6a\x75\x2d\x96\x7c\xb2\x7d\x4f\x6f\x49\xcb\xad\x93\x4e\xf2\x69\xf5\x05\x45\x81\x93\xfa\xc2\x9a\x68\x69\x6e\xc6\xf4\xf4\x59\x82\x9a\x81\x11\x72\x21\x52\x9b\x7c\x1d\x4a\x49\x6d\x46\x9b\x9a\xe4\xf0\x0c\x99\x1a\x32\x35\x7e\xf9\x5b\x71\x86\x56\x02\xe4\xd6\x8a\x97\x41\x32\x13\xd4\xec\x06\x3c\x91\xf3\xf7\x8c\x3e\xc1\xb9\xb5\x4a\x65\x70\x82\x05\x35\xc3\xa0\x88\x35\x94\x38\x77\xd6\x2b\x25\xce\xec\x2c\x98\x7b\x97\xdc\x99\x64\x41\x41\xad\x25\x0a\x23\x52\x0f\x12\x45\x92\xdd\x2c\x7c\xc7\x2d\x40\x96\x7c\x57\xf2\x5d\x4b\x52\x96\x7c\x47\x73\x9b\xd6\xfa\x93\x6a\x6e\x05\x35\x5b\xd5\x53\xcd\x6d\xf2\x41\x31\x6d\xf0\x20\xd7\xd8\x82\x9a\x04\x7c\x71\xea\x12\xa1\x4f\xeb\xbc\x9b\x12\xfa\xe4\x57\x3b\x69\x84\x9f\x7e\xb5\x23\xa8\x19\x0b\x0a\xe7\xcc\x2e\x5d\xd2\xba\x9d\xce\x49\xe9\x22\xa8\xc5\x82\x26\xa5\x4b\x4e\x4d\x8f\x0b\x95\x0e\x72\x75\xd2\xe9\xc0\x69\x8a\xbb\x4e\xc1\x44\xd5\x53\x7a\x9d\xf7\x7e\x63\xf2\xd3\xa1\xbc\xeb\x8d\xf7\xce\xa8\x73\xeb\xfa\x3a\xef\x64\xd4\xbc\x77\xc8\x64\x74\x23\x93\x77\x85\xcc\x5d\xa7\x8e\xf8\xb8\xeb\xd4\xa1\xd7\x99\x5d\x65\xa5\xf4\x3a\x8f\xae\x73\x32\x39\x29\x07\x25\xa4\xa0\x66\x06\x14\xce\x39\xda\xdf\xc9\xef\x38\xf2\xe0\x52\x46\x50\x33\x45\x11\x00\x87\xa6\x67\x6b\xa5\xd7\xf9\x60\x87\xb8\x5e\xcf\x87\x76\xe8\xa1\x1d\x4a\x46\x69\x87\x50\xf5\xa4\x9b\x4a\xa9\x7a\x9e\xed\xc2\xe4\x47\x7a\x79\xca\x85\x40\x4d\xce\x26\x05\xff\x7b\xa2\xea\xc9\x9d\x75\x4a\xd5\xf3\xea\x8c\x9a\x5c\x17\xe7\x45\x46\x15\xd4\x64\x87\x2e\x5a\xba\xbc\xda\x93\xb9\xba\x88\xcb\x8b\x3a\x45\x50\xb3\x1c\x8a\x37\xa2\xd7\xb9\x10\x54\xe9\x75\xa2\xc4\xb5\x75\xf3\x51\x52\xe2\xda\x48\x1a\x5b\x2f\xbb\xb6\x78\x51\x14\xe6\xdd\xc9\xd6\xc6\xdd\x5d\xa1\xb1\xb5\xb7\x4a\xd5\xeb\x67\x96\x7b\xab\x54\xf1\x41\xb1\x76\x54\x4a\x30\xb9\xcf\xad\x1d\x95\x2a\x34\xb6\x46\x6b\x46\x49\x63\x6b\xf0\xa1\x73\x74\xc5\x56\x83\x3b\x6b\x41\xcd\x96\xdd\xe2\x87\x97\xef\x35\x88\xd5\xb1\x78\x90\xc8\x11\xd4\xec\x3c\x52\xfa\x5e\x50\xfa\x12\x60\x5d\x8c\x97\xbe\x04\x08\x8a\xdb\xfb\x1a\x38\xba\xd0\xeb\x32\xeb\xe9\xa5\xd7\x65\x2c\xdb\xba\x6d\x2d\x8b\x17\xc5\xb2\xbb\x2a\x2d\xd3\xb2\x81\x29\x7f\xa1\xdd\xef\xa5\x6b\x6c\xbe\x1e\x96\xae\xb1\x05\x35\x59\x10\xaa\xfc\x82\xf2\xde\xb4\x92\x38\x97\xeb\x77\x8e\xbd\x43\xe5\x54\x59\xe5\x9d\xf2\xe6\xc0\x54\x49\x47\x55\x97\x67\x93\xfb\xef\x2a\xb2\xa0\x60\x6e\xdb\x84\x9a\xa2\xe6\x87\xdb\x8d\xeb\xc0\xd2\x15\x9e\xe0\x56\x1d\x4c\xa5\x2b\x3c\xc1\x8d\x5b\xcc\x2a\x79\x95\x2b\xbc\xb9\x75\x4b\x57\x25\xaf\x16\xbf\xc8\xcb\x8d\x51\x5c\x17\x0b\xe6\xd6\xca\x54\x45\x86\x10\x54\x76\x13\x59\xfc\x20\xb4\x01\x53\x07\x0f\x52\x9f\x57\xa1\xab\x5c\x9e\x54\xb9\xac\x6f\x47\xcf\x6d\x40\xc9\xd1\x80\x7e\x0e\x5b\xfa\x71\x85\x60\x72\xa1\x5f\xfa\x71\x85\xe0\xc6\x75\x60\x55\x68\xfa\xce\x8f\x93\x1f\xa7\x96\xae\x16\x05\x93\xee\xb3\x4a\x51\x08\x54\x4c\x9c\xa3\x28\x04\x2a\xa6\x1e\x3c\x44\x1d\x3c\xa8\x51\xf2\x04\x1f\x8c\x82\x7d\x2c\x3e\x18\x55\x05\x9e\x30\xfc\x95\xf2\x04\xe5\x6c\x2c\x9c\x93\x5a\x50\xc3\xdc\x1c\x53\x53\x0b\xe2\xae\x81\xaf\xa2\x45\x3a\x78\x41\xc5\x62\xfa\xd4\x82\x1a\xe6\xe6\x06\x15\xa2\xf8\x2d\x27\xe7\x91\x4b\xd2\x17\x14\x3f\x50\x2a\xdd\x95\x16\xb9\x63\x6e\x8e\xbf\x52\xcb\x46\x99\xf8\xc2\x5a\xca\x1d\xc5\xef\x53\xe6\xe6\xbc\xb1\xf4\xc6\xe2\x88\x06\x6f\xac\xd7\x28\x7e\x9e\xb0\xb3\xa0\x92\x73\x0a\xe7\xc4\xdf\x7c\x2b\xb6\xfd\x6f\x33\x71\xe9\xd7\x2b\x82\xc9\x6f\x36\x4a\x3f\xbc\x2d\x7e\xcd\x3a\x37\xa2\x4f\xbf\x5e\xe9\x2a\xa7\x29\x36\x7e\xba\x46\xc9\xe7\x9d\x17\x6b\xca\xe7\xc0\x24\x5f\xd7\xa4\xd3\xac\xc9\xd5\x70\x14\xa3\xa8\xb8\x6b\xea\x8d\x38\x58\x29\xa9\x56\x67\xbc\xb9\xef\x50\x54\xef\x02\xfd\x0e\xba\x96\xde\xb8\x9c\x51\x26\xea\x10\xc5\xcf\x12\x88\xf7\xc5\x7d\x58\x71\xa5\x38\x77\x17\xf5\x14\xc5\xef\x9e\x5a\x75\x6b\x51\x71\xd7\xea\xb8\x9c\xfc\x90\xb4\x56\xe8\x8d\x7c\xeb\xcf\x9d\xe9\xa9\xb8\x6b\x21\x8b\xbb\x8b\x62\x8d\x2b\x31\x22\x30\x35\x35\x3d\x0b\xe2\x87\x23\xa5\x34\x52\xa7\xfa\xbe\xee\x5a\xeb\xa4\xef\x13\xcc\xc1\xc9\x3f\x69\xdf\x04\x73\x20\x2c\xa7\x84\xe5\x1c\xd2\xc0\x05\xf5\x14\xf5\x44\x6b\xfa\x8d\x27\x37\x06\x82\x39\xf0\x2a\x37\x55\x2f\x98\x03\x59\xd4\x85\x95\x60\x8e\xc2\x08\x93\x11\x6a\xc3\x09\xb5\x53\x8e\x3e\x39\x61\x54\xb6\x75\xea\x84\x9d\xbd\xb5\x73\x24\x76\xd1\xd1\xd5\x59\xfc\x5c\xde\x58\x63\xe9\x8d\x85\x0b\xe7\xf8\x5f\xa1\xd6\xff\xff\xc7\xfb\x97\xb7\xbf\xfe\x89\xc1\xe3\xe7\xaf\x5f\xaf\x4f\xdf\xf8\x83\x06\xfe\x96\xe0\x76\x5e\xcf\x8f\x9f\xae\xbf\xfe\x71\xc4\x97\xcf\x5f\xfa\x29\xfe\xf7\xdf\x01\x00\x00\xff\xff\x79\x60\xf9\x3b\x48\x31\x00\x00"); +func _acf ()(*asset ,error ){_bbfe ,_dec :=_aee ();if _dec !=nil {return nil ,_dec ;};_cbg :=bindataFileInfo {_c :"Adobe-CNS1-2",_ed :1781,_cg :_g .FileMode (436),_ca :_d .Unix (1580491179,0)};_cfb :=&asset {_fdf :_bbfe ,_ff :_cbg };return _cfb ,nil ;}; +func _cda ()(*asset ,error ){_aggb ,_fecd :=_cac ();if _fecd !=nil {return nil ,_fecd ;};_cccb :=bindataFileInfo {_c :"CNS1-V",_ed :620,_cg :_g .FileMode (436),_ca :_d .Unix (1580491540,0)};_gcgd :=&asset {_fdf :_aggb ,_ff :_cccb };return _gcgd ,nil ;}; +func _dfe ()([]byte ,error ){return _fd (_ecc ,"Adobe-CNS1-4")};func _gegc ()(*asset ,error ){_ffb ,_bbg :=_gaa ();if _bbg !=nil {return nil ,_bbg ;};_ade :=bindataFileInfo {_c :"Adobe-Korea1-UCS2",_ed :144546,_cg :_g .FileMode (436),_ca :_d .Unix (1580490590,0)}; +_acbc :=&asset {_fdf :_ffb ,_ff :_ade };return _acbc ,nil ;};func _abba ()(*asset ,error ){_fgbf ,_daee :=_fcab ();if _daee !=nil {return nil ,_daee ;};_gcac :=bindataFileInfo {_c :"UniGB-UTF8-V",_ed :780,_cg :_g .FileMode (436),_ca :_d .Unix (1580492788,0)}; +_bceb :=&asset {_fdf :_fgbf ,_ff :_gcac };return _bceb ,nil ;};var _cbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9d\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x14\x75\x61\x1c\xeb\xd3\x9c\xe1\x19\x71\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xfe\x48\xe2\xae\x66\xac\xaa\xfa\xf9\xe9\xfe\xd3\xf9\x70\xff\x19\x96\x09\x57\x74\xe8\x8f\xa7\xdb\x34\xe3\xb5\x4f\x61\x00\xc5\x56\xbf\x8c\xab\x1d\xa0\xfe\x86\x97\x38\xcd\xf9\x06\x77\x1f\xfd\x60\xf1\x3f\xf0\x18\x0a\x7f\xcd\x1e\x73\x4c\x17\xb8\x7b\x7e\x92\x1b\x3d\x2d\xe3\xf8\x07\xaf\x98\x66\x10\xc4\x30\x79\xd2\xaa\x3e\xbc\x98\xf1\x8b\xb9\x22\xbc\xe7\x78\xa3\x17\xc4\xdf\x30\x4f\x71\x48\xd0\xfd\x2f\xc4\xee\x1f\xfe\x7e\x1b\x11\xe4\xea\x3f\xf7\xc7\xd7\x10\x26\x9c\x41\x49\xee\x5d\xff\x3c\xf7\x47\xf8\x25\x41\x0a\x68\x5a\xb5\x93\xbf\xd7\xd2\x1f\x2f\x83\xdf\x8c\x8d\xe0\x61\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\x5c\xe5\x19\x79\xaa\xea\x0a\xb2\xdc\xde\x86\x82\xf6\x4d\x41\x01\x09\x15\xd1\x5a\xec\xaa\x07\xa3\x8c\x2c\x88\x04\x5a\xbd\x27\xb4\x67\xd4\x91\x51\x10\x72\x8c\x1c\x55\x29\x42\xc8\x88\x7b\xe9\x82\x2c\x45\x55\xd6\x52\x15\xb5\xb7\x9e\x91\xa7\x2a\x6a\x5f\x02\xad\x02\xad\x2e\x51\x95\xa7\x81\x48\xb4\x16\x8c\xd8\xe8\xc9\x28\x29\x84\x67\x63\x11\xd8\x09\x42\x81\x8d\x81\x4e\xec\xe8\xc4\xc0\xc6\xc0\x5f\x82\x72\xf1\xd8\x8a\xc7\x96\xb2\xac\xc3\x76\x0f\xe5\x7f\xd9\xc2\x6d\x31\xdc\x92\x33\xa6\x99\x76\x90\xee\xbf\x5c\x60\x4c\xb8\xad\xf8\x38\x8c\xc5\x45\xbf\xbf\x01\x00\x00\xff\xff\x42\x42\x4b\x36\x0e\x03\x00\x00"); +func _bbde ()([]byte ,error ){return _fd (_adef ,"CNS2-V")};func _gcb ()([]byte ,error ){return _fd (_ecf ,"Adobe-Japan1-1")};func _bbbc ()([]byte ,error ){return _fd (_fbec ,"UniCNS-UTF32-H")};func _gabd ()([]byte ,error ){return _fd (_dggd ,"Hankaku")}; +func _degc ()([]byte ,error ){return _fd (_fdg ,"UniJIS2004-UTF8-H")};func _bce ()(*asset ,error ){_cfbc ,_abeg :=_edc ();if _abeg !=nil {return nil ,_abeg ;};_fgeg :=bindataFileInfo {_c :"ETen-B5-V",_ed :650,_cg :_g .FileMode (436),_ca :_d .Unix (1580491761,0)}; +_eacd :=&asset {_fdf :_cfbc ,_ff :_fgeg };return _eacd ,nil ;};func _dbg ()(*asset ,error ){_eefa ,_cff :=_dgb ();if _cff !=nil {return nil ,_cff ;};_bgab :=bindataFileInfo {_c :"Adobe-Japan1-5",_ed :2005,_cg :_g .FileMode (436),_ca :_d .Unix (1580491332,0)}; +_bea :=&asset {_fdf :_eefa ,_ff :_bgab };return _bea ,nil ;};var _fgfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8e\x9b\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x3c\x10\x13\x90\xa2\x95\xaa\x44\x55\xd1\x6a\xdb\xaa\xd9\x6c\x2b\x55\x3d\x10\x3c\xa4\x96\x1a\x83\x0c\x1c\xf2\xf6\x95\x7f\x08\x55\x0f\x68\x3e\x7e\x0f\xd6\x37\xd8\xc9\xbe\x3a\x54\xde\x8d\x94\x7c\x0d\x5d\x73\x94\x91\x5a\xe7\x6d\x90\xa1\x9b\x42\x23\x74\x96\x8b\xf3\x4a\x71\x4a\xd6\x35\xe3\xfd\x15\xa5\xb9\xd6\xbd\x52\xc9\xc9\xbb\xe7\xe3\xe3\xe9\xf5\x23\xe7\x8f\x9f\x68\x1a\x64\xc9\xf7\xd5\xe1\x78\x1b\x46\xb9\x56\xbe\xed\x28\x9b\xbf\xb7\x53\xbf\xec\x41\x94\x7c\x93\x8b\x1b\xc6\x70\xa3\x87\x0f\xb6\x3b\xcb\x3b\xb2\xd2\xc6\xfc\x4b\xb0\x12\x9c\xbf\xd0\xc3\x73\x17\xa4\xe6\x75\xe1\x38\xf5\xfd\x1f\xb9\x8a\x1f\x89\x91\x89\xb7\xa8\x2a\xd9\xbf\xd4\xfd\xe7\xfa\x2a\xf4\x9f\xcf\x1b\x56\xb1\xf8\x26\x61\x70\x9d\x27\x7e\xaf\xb5\xf9\x17\xbf\xde\x7a\x59\x36\x53\xc9\x8f\x53\x75\xa0\x9f\x4c\xac\x29\x35\x66\x63\x7e\x2d\xf9\xf7\x97\xce\xae\x5d\xcc\xf3\x04\x8d\xb3\xcd\xef\x3a\xa8\x5d\xaa\x39\x7f\xa2\x42\xe7\x1c\x39\x35\x91\x4d\xa1\x76\x99\xe6\x2c\xf2\xd6\xa8\x5d\xdb\x6a\x06\xe7\xe0\x06\x5c\x82\x25\x72\xa1\x23\x67\x67\xf0\x16\x6c\xc1\x05\xb8\x05\xa3\xdf\xa0\x3f\x4f\x23\x0b\xf6\x2f\xb3\xf8\x1f\xee\x3a\x6a\xbb\xea\x85\xda\x5f\x04\x7e\xd9\x13\xc5\xb2\x81\x5a\x19\xd5\xa2\x4e\x2c\x29\xa2\x1c\x51\x81\x88\x21\x9a\x1b\x0c\xb0\x99\x23\xcc\x94\x67\xf0\x8d\x5d\x6d\xab\x4b\x8c\x00\x55\xae\x11\xf1\x6c\xc9\xb0\x3c\x23\x32\x18\xa2\xd4\x8b\xe0\x2c\x84\x97\x78\x47\xd6\x33\x6b\xa6\x10\xc4\x8f\xb8\x21\x38\x95\xf8\xa7\x9d\x97\xf5\x16\xf6\x5d\x1f\xbf\xc2\xf3\x37\x00\x00\xff\xff\xf1\x10\xe4\x07\xb1\x02\x00\x00"); +var _cec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd4\x51\x6b\xdb\x3e\x14\x05\xf0\xf7\x7c\x0a\x3d\xf6\xff\xd0\x7f\x2c\x4b\xb2\x24\x18\x85\xd1\x3c\x2c\x1d\x5d\x47\xb3\x76\x83\xb1\x07\x4b\x96\x83\x61\x71\x8c\xe3\x0c\xfa\xed\xc7\x3d\x27\xcb\xf6\x50\x6e\xfb\x8b\x74\x39\x57\x4a\xb5\xbe\xdf\x6e\xb6\xe3\xb0\xa8\xf5\xe7\xf9\x98\x77\x65\x51\xfd\x30\x76\x73\x39\x1d\xcf\x73\x2e\x2a\x95\xfd\x30\xae\x56\xba\x56\xdd\x90\x97\x3f\x7f\xa2\xe4\x43\x3b\xad\x56\xeb\x58\x4d\xbf\x6e\x9f\x3f\xee\x1e\x6e\x3f\xa8\xf3\xa9\x5c\xf4\x7e\xbb\xd9\xbd\x9d\x96\x72\xd8\x8e\xfd\x51\x19\xee\xee\xce\xd3\xa5\x83\x52\xeb\xe7\xb2\x1f\x4e\xcb\xfc\xa6\x6e\xde\x77\xc7\x54\xfe\x53\x5d\xe9\xc5\x9f\xe6\xae\xcc\xc3\xb8\x57\x37\x0f\xed\xd4\x8e\xfa\xfa\xc1\xee\x3c\x4d\x3f\xcb\xa1\x8c\x8b\xd2\xb0\x32\x76\xa8\xab\xf5\xfd\x63\x3b\x7d\x6a\x0f\x45\xfd\x93\xe6\x15\x9f\xe1\xa3\xd7\x32\x9f\x86\xe3\xa8\x74\xf5\x7f\x55\x35\x7f\xfd\xcb\xdb\x54\x2e\xbd\x56\xeb\x97\xed\xe6\xa9\xef\x4f\x65\x51\xd1\x56\x5c\xf3\xed\x65\xbb\x51\xdf\xb5\xd2\x95\xaa\x9d\xb1\xf5\x8f\xcb\xd2\xaf\x8f\xc7\xee\xba\xd1\x69\xce\x94\x87\x6e\x6e\xc7\x7d\x59\xbd\x0b\xda\xea\x3b\x25\xa5\xbe\x53\x3e\x04\x2f\xe4\x2a\x90\xd3\xa0\x08\x4a\xa4\x4e\x28\x6a\xa1\x86\xab\x1a\x0b\xb2\xa0\x08\xf2\x2d\x08\x1b\x03\xdb\x4b\xf1\x51\x4b\xfb\x3a\xf6\x42\x28\x3e\xea\x20\xd4\x62\x15\x8a\x8f\x3a\x82\x0c\xc9\x08\xd5\x15\xc8\x91\x1c\x48\x83\x3c\xc9\x83\x6a\xa1\xcc\x5e\x19\xbd\x6a\x23\x54\x48\x85\x64\x41\x6c\x5f\xd8\xde\x81\xd8\xbe\xb0\x7d\x03\xca\xa4\x0c\x92\xf4\xc6\x62\x6c\x14\x1f\xeb\x00\xaa\x49\x35\x28\x82\x2c\x49\x0e\x27\x9a\x0a\xd4\x90\x1a\x90\x06\x05\x52\x00\x49\x7a\xd3\xb0\x57\x83\x5e\x46\xd2\x9b\x80\xa8\x28\x3e\x1a\x0b\x72\x24\x44\x35\x0e\xe4\x49\x38\x09\xd3\x80\x0a\xa9\x80\x90\x3e\x72\x63\x64\x08\x49\xef\x79\x1d\x9e\xd7\x61\x25\xaa\x6f\x31\x23\x4a\x30\x18\xc8\xf3\x86\x3c\x6f\xc8\x1a\x50\x4d\x42\x54\xab\x41\x86\x64\x64\xa3\x61\x2f\x4b\x72\x20\x6e\x6c\x48\x1e\xe4\x41\x81\x84\x93\xb0\xa4\x48\x6a\xb1\x8a\x21\x12\x29\x61\x95\x03\x65\x12\x6e\xc8\x62\xa0\xb6\x23\xc9\x77\x35\x3a\x0b\x2a\xa4\x5e\x7a\x31\x7d\xe2\x8c\x09\xf7\xe8\x10\x35\x71\xc6\x54\x63\x15\x42\x24\x0e\x94\x70\xf6\x0e\x33\x26\x0e\x24\x25\x18\x8b\x5c\xc9\x91\x70\x1d\x8e\xed\x19\x42\x4a\x30\x97\xf6\x0c\x21\x25\x98\xcb\x2a\x9e\x7d\x42\x2e\x27\x97\xe6\x33\x73\x65\x9c\xbd\xc3\x40\xfc\x46\xa3\x04\xe3\x90\xab\x6f\x41\x7d\xc6\x0d\x59\x79\x5f\xae\xff\xd4\xf2\xbb\xbc\x6c\xd7\x97\x26\x9f\xe7\xb9\x8c\x0b\xde\x35\x3c\x26\xf2\x1a\x0c\x63\xb9\xbe\x9c\xd3\x71\x92\x5d\xf8\xf9\x1d\x00\x00\xff\xff\xd7\xe6\x99\xe2\x65\x05\x00\x00"); +func _dgg ()(*asset ,error ){_bcfc ,_ggd :=_gdcf ();if _ggd !=nil {return nil ,_ggd ;};_fecg :=bindataFileInfo {_c :"Adobe-Korea1-1",_ed :1845,_cg :_g .FileMode (436),_ca :_d .Unix (1580491379,0)};_fae :=&asset {_fdf :_bcfc ,_ff :_fecg };return _fae ,nil ; +};var _fcde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4d\x6f\x1c\x37\x13\x84\xef\xf3\x2b\x78\xf4\x7b\x78\x23\x7e\x93\x0d\x2c\x16\x30\xa4\x08\x91\x03\xc7\x81\x15\x27\x01\x82\x1c\xe6\xa3\x47\x58\x20\x9a\x5d\xac\x56\x07\xff\xfb\xa0\xab\xd6\x4e\xe2\x83\x40\x6d\x4d\x75\x4f\xb3\xf9\x90\x9c\x9b\xdb\x87\xbb\x87\xed\x70\x71\x37\x3f\x9f\x8f\xf3\xa3\x5e\xdc\x7a\xd8\x96\xb3\xbe\x1c\x5f\xcf\xb3\xba\x49\x9f\x0e\xdb\x30\x84\xe8\x96\xc3\x7c\xf9\xf2\x13\xc3\xfc\x3c\x9e\x86\xc1\xe2\x1f\x3f\xbf\x5c\xf4\xf9\x61\x5b\x8f\x2e\xd1\xb7\xbc\x9e\xae\x5e\xe7\x6e\x3e\xea\xd3\xe1\xe5\x72\xfe\xec\xde\xbc\x5d\x8e\x93\xfe\xcf\x2d\xba\x9a\xfe\xe1\xbc\xe8\xf9\xb0\x3d\xb9\x37\xef\xc6\xd3\xb8\x85\xaf\x0f\x1e\x5f\x4f\xa7\xbf\xf4\x59\xb7\x8b\x0b\xd0\x74\x5b\x30\x0e\x37\xb7\xef\xc7\xd3\x4f\xe3\xb3\xba\x9b\x8f\x3f\x3e\xbe\xfb\xff\x0f\x90\xa1\xfe\xaa\xe7\x97\xc3\x71\x73\xc1\x7f\xe7\x7d\xfd\x47\xff\xe5\xf3\x49\xaf\x69\x86\x9b\x4f\x0f\x77\x1f\xd6\xf5\x45\x2f\x2e\x06\x4f\xcf\xef\x9f\x1e\xee\xdc\x1f\xc1\x05\xef\x62\x49\xa9\xff\x79\xb5\xfe\xf6\xfe\xb8\xa8\xa3\x69\xc8\x9c\xcd\x7c\x5c\xf4\xe5\x34\xce\x7a\x1e\xb7\x27\x1d\x9c\xdb\x79\xbf\x77\xce\xed\xba\xdf\xdb\xaf\x1e\xb2\xdf\xbb\x9d\xdc\xdf\xdf\xe2\xf7\x5b\x3e\xbd\xbb\xc7\xaf\xef\x3d\x9e\xde\xdf\xda\x53\xdd\x96\x6f\xb2\x0d\x81\x2f\xd9\x8e\x97\x45\x57\x6a\xc8\xbf\x0b\xeb\xde\xc5\x14\x2c\xe6\xdf\x0f\x87\xe0\xfd\xb5\xae\xc3\x72\xf5\x47\xf3\x37\xb5\xd7\x3a\x87\xa0\x2f\x45\xf5\x00\xb9\xa6\x64\x52\xa7\x34\xce\x26\x49\x35\x69\xea\x90\xa6\x75\xef\x5c\xcb\x08\x9c\x29\xcd\x0a\x49\x4c\x5a\x46\x48\xda\x4d\x2a\x08\x5c\x99\x6b\x6d\x26\x35\x04\xae\x33\xa5\x19\x92\x05\xc6\xbc\x9a\x14\x0b\x02\xbb\x37\xa9\x22\x30\x36\x31\x49\x20\xf5\x00\x49\xc6\xbd\x73\x3d\x58\xfa\x28\x0c\x5c\x83\x49\x39\x0e\xbb\x9e\x38\xa1\x84\x09\x49\x2c\x26\x71\x42\x49\xaa\x49\xbd\x9b\xc4\xc0\x34\xd5\xbd\x0b\x3e\x58\x5d\x69\xa2\xb4\x40\x4a\x16\x98\x99\x2b\x5b\x2d\xc1\x17\x2b\x35\x37\x4a\x96\x3e\x78\xb1\x37\x66\xa6\xcf\x12\xf6\x2e\x04\xdf\x4c\x62\x7a\x0c\x2d\x63\x8e\x79\xa4\xcb\x86\x96\x7b\x80\x14\x28\x05\x93\x84\x52\xa4\x14\x21\xa1\x88\x31\x51\x4a\x7b\xd7\x8a\x4f\x90\x32\xa5\x0c\x17\xd3\x17\x4a\x05\x2e\x14\x31\x56\x4a\xd5\xa4\xc8\xc0\x46\xa9\x99\x14\x98\xbe\x53\xea\x26\x25\x16\x21\x94\x04\x12\xd3\x8f\x94\x46\x54\xef\x21\x4d\x94\x26\x48\xe8\xc4\x38\x53\x9a\x51\x57\x86\xb4\x50\x5a\x20\x75\x48\x4a\x49\x51\x6a\x85\xc4\x7e\xd9\xd0\x8a\x47\xae\x89\xfd\xb2\xa1\x95\x80\x5c\x13\xfb\x65\x43\x2b\x09\x45\x4c\xec\x97\x0d\xad\x44\x06\xb2\x5f\x13\xfa\x95\xf0\xc6\x89\xfd\xb2\xa1\x95\xc2\x5c\xec\xd7\x84\x7e\x01\x80\x3c\xb1\x5f\x13\xfb\x85\xba\x26\xf6\x6b\x62\xbf\xd0\x09\x6e\x05\x0c\xad\x24\xe6\x62\xbf\x26\xf4\x2b\xb3\x08\xf6\xcb\x86\x56\x3c\x8b\x60\xbf\x6c\x68\x25\x62\x85\x26\xf6\xcb\x86\x56\x02\xdf\xc8\x7e\xd9\xd0\x0a\x29\x9c\xd8\xaf\x09\xfd\xca\x26\x75\xf2\xd5\x6d\x0f\x85\x00\xc8\x85\xac\x0a\xc0\x8c\x28\x55\x08\xa6\xc0\x15\xb1\x42\x23\x5d\x23\x5c\x19\x98\x8c\x74\x8d\x70\xe5\x66\x5d\x9d\xe8\x9a\xe0\x2a\xa0\x70\xa2\x6b\x82\xab\x16\x9b\xd0\x4c\xd7\x0c\x57\xeb\xc6\xd7\x4c\xd7\x0c\x57\xcf\x36\xa1\x85\xae\x05\x2e\xc1\x09\xb0\xd0\xb5\x98\x2b\x7a\xb4\x50\xe9\x52\x73\xc5\x80\x9d\xa6\x74\x29\x5c\x11\x4b\xbb\xd2\xb5\xc2\x95\xb2\x55\xbf\xd2\xb5\xc2\x95\x83\x1f\x76\xc2\x93\x54\x3c\x5c\x68\xa1\xf8\x4e\x09\xae\x62\x14\xca\xf5\x34\xc6\xc1\x17\x9b\xed\x0e\xe1\xc1\x27\x38\x99\x62\xeb\x75\xd8\x49\xa4\x2b\xc2\x25\x86\x89\x44\xba\x22\x5c\xd2\xf2\xb0\x13\x9e\x39\x82\x33\x27\x79\xdb\x8f\xc2\x33\x47\x92\xb9\x52\xa8\x71\xd8\x09\x4f\x13\xc1\xd1\x91\x62\x6f\x26\xd1\x95\xe1\x4a\xc5\xaa\x2f\x74\x15\xb8\x72\xb3\xea\x0b\x5d\x05\x2e\x10\x2d\x95\xae\x0a\x57\xad\x56\x7d\xa5\xab\xc2\xd5\x0c\x5f\x69\x74\x35\xb8\x7a\xb1\xea\x1b\x5d\x0d\x2e\xb1\x6d\x25\x9d\xae\xde\xe2\xde\x65\x6f\xdb\x5d\xc8\x97\x80\xaf\xec\xed\xf4\x15\xf2\x25\xe0\x2b\x87\x6e\x81\xe4\x4b\xc0\x57\x8e\xb6\x1c\x42\xbe\x04\x7c\xe5\xd4\x6c\xda\xe4\x4b\xc0\x57\xce\x58\x0e\xf2\x25\xe0\x2b\x97\x6a\xe9\xc9\x97\x80\xaf\x5c\xb1\x1c\xe4\x4b\xc0\x57\x6e\xd9\xa6\x4d\xbe\x04\x7c\xe5\x8e\xe5\x20\x5f\x02\xbe\xb2\x24\x9b\x36\xf9\x12\xf0\x95\x05\xcb\x41\xbe\x04\x7c\x95\x10\xad\x7a\xf2\x25\xe0\xab\x04\x2c\x07\xf9\x12\xf0\x55\x52\xb0\xea\xc9\x97\x80\xaf\x92\x6c\x39\x70\x8e\x2f\xeb\xf5\x16\x4d\xd6\x68\x25\x72\x0a\xe4\x4a\xf1\x1e\x37\xf8\x97\x7b\x77\x88\xf1\xdb\x9b\x58\x09\xa4\x02\xc8\x52\x6c\xfd\x94\x40\x2a\x80\x2c\xd5\x6e\x29\x25\x90\x0a\x20\x4b\xb3\xf5\x53\x02\xa9\x00\xb2\xf4\x66\x2f\x27\x90\x0a\x20\x8b\xd8\xfa\x29\x81\x54\x00\x59\x7d\xcd\x26\xd1\x05\x20\x6b\xb0\xe3\x47\x09\xa4\x02\xc8\x1a\x4b\x34\x89\x2e\x00\x59\x93\x5d\x10\x4a\x20\x15\x40\xd6\x9c\xbd\x49\x74\x01\xc8\x8a\x2b\x49\x09\xa4\x02\xc8\x5a\xa3\x55\x4f\x20\x15\x40\xd6\x6a\xd7\x9b\x12\x48\x05\x90\x15\x57\xb8\x12\x48\x05\x90\xb5\xdb\x55\xa9\x04\x52\xbb\xb9\x9a\xf7\x56\x7d\xa7\x0b\x40\x36\x5f\xad\x7a\x02\xa9\x00\xb2\x05\xbb\x89\x95\x40\x2a\x80\x6c\xb1\x58\xf5\x04\x52\x01\x64\x4b\x76\x71\x29\x81\xd4\x91\x77\x6c\xb6\xea\x47\xdc\xb1\x3a\xda\x85\xda\x63\xcf\xff\x59\x3f\xfb\xdf\x3e\x67\xbf\x7e\x5e\xce\xaf\xe7\xb3\x6e\x17\x7c\xcc\xe2\x33\xd2\xbe\x03\x0f\x9b\x7e\xfd\x30\x3e\x1d\x4f\x16\x85\xbf\xbf\x03\x00\x00\xff\xff\x88\xa2\x71\x91\x44\x0b\x00\x00"); +func _fccd ()(*asset ,error ){_eegd ,_eddec :=_ccga ();if _eddec !=nil {return nil ,_eddec ;};_eedbg :=bindataFileInfo {_c :"UniCNS-UCS2-H",_ed :324097,_cg :_g .FileMode (436),_ca :_d .Unix (1580492685,0)};_cafd :=&asset {_fdf :_eegd ,_ff :_eedbg };return _cafd ,nil ; +};func _ffcb ()([]byte ,error ){return _fd (_gcbcd ,"UniCNS-UCS2-V")};func _fafff ()([]byte ,error ){return _fd (_ecge ,"HKm314-B5-H")};func _dcg ()(*asset ,error ){_afb ,_bec :=_gfd ();if _bec !=nil {return nil ,_bec ;};_caa :=bindataFileInfo {_c :"78-RKSJ-V",_ed :902,_cg :_g .FileMode (436),_ca :_d .Unix (1580490945,0)}; +_fdfa :=&asset {_fdf :_afb ,_ff :_caa };return _fdfa ,nil ;};func _eef ()([]byte ,error ){return _fd (_bge ,"Adobe-CNS1-5")};func _ebfe ()(*asset ,error ){_eeba ,_gfbc :=_cce ();if _gfbc !=nil {return nil ,_gfbc ;};_dceb :=bindataFileInfo {_c :"ETHK-B5-H",_ed :20959,_cg :_g .FileMode (436),_ca :_d .Unix (1580491821,0)}; +_gegb :=&asset {_fdf :_eeba ,_ff :_dceb };return _gegb ,nil ;};func _ddabb ()(*asset ,error ){_dfag ,_degfe :=_eaced ();if _degfe !=nil {return nil ,_degfe ;};_gcge :=bindataFileInfo {_c :"UniKS-UTF8-V",_ed :738,_cg :_g .FileMode (436),_ca :_d .Unix (1580493065,0)}; +_cgdg :=&asset {_fdf :_dfag ,_ff :_gcge };return _cgdg ,nil ;};func _cgea ()(*asset ,error ){_bfab ,_cfcg :=_cada ();if _cfcg !=nil {return nil ,_cfcg ;};_gfdaa :=bindataFileInfo {_c :"V",_ed :905,_cg :_g .FileMode (436),_ca :_d .Unix (1580493073,0)};_adc :=&asset {_fdf :_bfab ,_ff :_gfdaa }; +return _adc ,nil ;};var _cdec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbc\x4b\xaf\x27\xbb\x75\x9f\x3d\xef\x4f\xb1\x87\x7e\x07\x7e\x55\x17\x92\x45\x02\x1b\x0d\x24\xbe\xc0\x42\x60\x27\x88\x9c\x0b\x10\x64\xc0\xab\x72\x80\xa8\xcf\x41\xeb\x68\xa0\x6f\x1f\xf0\x79\x4a\x8a\x2d\x38\x38\x83\xc6\xbf\xc9\x2a\x92\xab\xc8\xdf\xba\x2f\xee\x5f\xfd\xcd\xaf\xff\xf6\xd7\xdf\x7e\xf8\xf9\xe3\x57\xff\xe9\xfb\x8f\xfd\x37\xf3\xe7\x8f\xf5\xc3\xb7\xf1\x7d\xfe\xfe\xc7\x3f\x7c\xef\xf3\xa3\xcd\xdf\xfe\xf0\xed\xcb\x97\xf3\xfa\x18\x3f\xf4\x9f\xff\xd4\xe4\xa7\xff\xae\xfe\xf4\xe5\xcb\x1e\xff\x9b\x3f\xfe\xfe\xe7\xf9\xbb\x5f\x7f\x5b\x3f\x7e\xdc\xbe\x37\xfe\xf0\xd3\xfb\xee\xc7\xc7\xaf\xfe\xf3\xfc\xed\x0f\xbf\xff\xf9\xfb\x1f\x3f\xfe\xea\xdf\x8d\x1f\xdb\xfc\xff\x3e\xc6\x5c\xbb\xff\x3f\x7e\x1f\xf3\xfb\x0f\xdf\x7e\xfb\xf1\x57\x7f\xf3\x4f\xbf\x39\xff\xdc\xfd\x9b\x3f\xfc\xf4\xd3\xff\x9e\xbf\x9b\xdf\x7e\xfe\x48\xf4\xcd\x6f\x83\xdf\x2f\xbf\xfa\x9b\x7f\xac\x3f\xfd\x53\xfd\xdd\xfc\xf8\xd5\xdf\xfd\xf3\x3f\xfc\x87\xbf\xfe\xf7\xf1\xaf\xff\x81\x27\x3c\xf8\xaf\xf3\xfb\xef\x7f\xf8\xf1\xdb\xc7\xf5\xff\x1f\x47\xf9\xbf\xdd\xff\xfc\xc7\x9f\xe6\xc7\xf9\x4e\xf0\xdf\xff\xcb\xaf\xff\xf6\xe3\x7f\x9c\x1f\xe7\xf1\x71\xc5\x98\xaf\xff\xf9\xf6\xff\xb7\x7f\xfc\x71\xcc\x8f\xc3\xd6\x25\xe9\xfd\xc7\x31\x7f\xff\x53\xed\xf3\x7b\xfd\xf6\xdb\xf9\xe5\xe3\xe3\xf3\x38\xbe\x7e\x7c\x7c\x7c\xe6\xe3\xeb\x6e\xe5\x27\x1c\x5f\x3f\x3e\xff\xfe\xef\xfe\xfe\xef\xbe\x6e\x1a\xff\xe2\xfd\x2f\xa7\xd3\x7c\xfb\xf1\xe7\x31\x97\x7d\xcc\xf0\x79\xae\xaf\x1f\xe7\x1e\xf1\x2f\x1f\x7d\x39\x8f\xe3\x5d\xf7\x87\xd1\xff\x57\xfd\xfe\xe5\x33\x97\x70\x7f\xfd\x38\x9f\xe7\xcc\x34\x3a\x8d\xeb\xa6\x31\x76\xe3\x0e\xcf\x6e\xc4\x93\xc6\x91\x76\xa3\x26\x1a\x67\xa0\xd1\x68\x64\x26\xa8\x4e\xf0\x30\xa6\x3a\x41\xb6\x31\x7d\xc2\x6b\x7d\x39\xf5\xb1\x1b\xa3\x38\x35\x4f\x46\xdd\x8d\x7c\x46\x1a\x4e\x7d\xfa\x5a\xf7\x09\x14\x0c\xa7\x3e\xcf\xdd\x98\xd2\x76\x42\xf5\xbc\x78\xed\x62\xcc\xbc\x7d\xc2\x6c\x8b\xa9\xef\x6b\x8f\xa9\x7b\x5f\xcf\x27\x87\x48\x83\x09\xce\xe4\x93\xe1\x93\xbd\x4e\x8d\x92\xc3\x1e\xd4\x38\x6d\x6c\x42\xeb\x73\xda\x28\x34\xd8\x90\x8b\x0d\xa9\xcf\xc3\x93\x78\xd0\x70\x82\xc8\xd4\x4f\xf3\x35\xc7\xf8\x3d\xf1\xa2\xc1\xa2\x97\xb4\x3d\xae\x13\xf7\xf7\xd4\x9a\x6d\x30\x75\x4b\x36\xa0\xba\xb1\xce\xe5\x27\xb4\xf7\x35\xa8\x6e\xc5\x27\x50\xdd\xdf\x75\x68\x4c\x27\x48\xd0\x36\x99\xe0\x7e\xf6\xa2\xed\xdd\x90\x7c\xd3\x88\x4c\x50\x02\x0d\xc7\xe4\x44\xc3\x45\x4b\xa4\xe1\xa2\x1c\x70\x0b\x2e\x5a\x7c\xcd\xcf\x06\x14\x2d\xf8\xd9\xc5\xd7\x24\x27\xef\x3d\x68\x31\x7b\xf4\x2c\x1a\x99\x20\x3b\x81\x1b\x7f\x1f\x50\x10\xc5\x01\x1b\xdf\xd2\x7b\xda\x4c\x90\x9c\xe0\xda\xaf\xf5\xb4\x8f\xbe\x1c\xd7\xde\xd1\x0e\x76\xca\x01\x94\x3b\xd8\xc9\x25\xed\xd7\x06\x5f\x5a\x0e\x36\x64\x30\xe6\xb9\xef\x4c\xc3\xd9\xee\x42\x43\x58\x9e\x17\x0d\xc9\x09\x27\x8d\x69\x83\x27\x1e\xfd\x1d\x6e\x1a\xef\x6b\xac\xe3\x69\x97\xcc\x18\x4f\xfb\xe6\xb0\x46\x8d\x36\x12\x8d\x77\x51\xc8\xa9\x2e\x7a\xf1\x9a\xa7\x7d\x83\x9d\xd1\x85\x32\x70\x19\x42\x39\x1c\xfb\xc9\xe4\xb0\xf2\xf1\xec\x27\x73\x53\x1d\x4e\xd6\x9c\x10\x1d\x4e\xbe\x7a\xa6\xcd\x72\xe7\xc3\xf8\x09\xd1\xf9\x78\x22\x8d\x66\x23\xd1\x98\x5f\x3f\x2e\x0e\x67\xd6\xf7\xa5\x87\x46\xfb\xfa\x11\x2e\x0e\x6a\xb6\xf0\xf5\x23\x94\x83\x99\xc0\x5d\x3e\x60\xeb\xd9\x8b\x0d\x86\xf7\x0d\xe9\xc4\xbe\xcc\x71\xec\x11\xf0\xf1\x9c\x92\x9b\x6d\x2c\x1b\xd0\xbb\x5c\x30\xef\x89\x57\x7c\xbe\x7e\xdc\x37\x0f\x16\x30\x09\x42\x6b\x45\x17\x01\xa8\x2b\xbe\xe3\xf7\x27\xae\xf4\xd8\x88\x34\x18\x73\x1f\x85\xc6\x1e\x73\x9c\x50\xb9\xf6\xf1\xe5\xcc\x67\xad\xe7\x9d\x2c\x21\x5d\x5f\xa9\xf8\x6f\xc9\xc9\xd5\x0e\xdf\x64\x58\x7f\xbf\x81\xf9\x7a\x62\xa5\x64\xe3\xa5\x81\x65\x7b\xa5\x51\x0e\x1a\x7b\x07\x4b\xf0\xff\x1b\x0d\xe9\x96\x86\xf1\xbe\xc5\xa7\x22\xb1\xf2\x51\xd8\x83\xd5\x6d\xf0\xa9\x6b\xef\x67\x08\x08\xb6\xb5\xf6\x31\xc5\xbd\xa1\xe5\x88\x12\xb3\x99\xb5\x1c\x69\x7c\xfd\xb8\x8f\x2d\xf0\xca\x01\x4e\x43\x48\x89\x86\x3b\x55\xf2\x6e\x80\xd3\x00\x0b\x94\xe3\x3d\xe7\x52\x76\xc3\xf3\x3c\x0f\x66\xde\x6c\x13\x8f\x83\x07\xeb\xfc\xfa\x11\x9f\x7d\x04\xe5\x4c\xd1\x97\x4e\x1a\xd3\xc6\xb5\x1b\xcf\xdb\xb8\x77\xa3\x6e\x4e\x0d\xe9\xb6\x71\xf9\x64\x53\x79\xb6\x4d\xcc\x15\x1c\xd3\xdf\x25\x37\xcd\x57\x08\x7b\xcc\x73\x6d\x32\xaf\x14\x7c\x92\x68\x0c\x1b\x9b\xe6\xab\x9d\x1b\xa6\x81\xff\x5e\xfb\xbf\x7b\x8d\x8b\x99\xd2\x0d\xf1\xd7\xd8\xab\x1f\xe9\xa2\x31\x5f\x8a\x99\x76\xbd\xa4\xec\xef\xba\x93\xab\xb3\x95\x77\xad\x36\xf6\x87\xdd\xdd\xd7\xb6\x00\x28\xf7\x3b\xc1\xd6\x31\xe5\x9e\xef\x98\x40\xa3\xd9\xd8\xe4\x07\x64\x65\x3e\xb7\x92\x2a\x61\xcb\xca\x27\xdc\x7b\xe6\x20\xd0\xce\x73\x53\x1f\xc0\xc5\x91\xa2\x8d\x77\xfc\x26\x2d\x06\x3f\x72\x0b\xb7\x12\xa3\xd4\xf0\x05\x51\xa4\x9f\x5b\x43\x94\xd8\x5d\x66\x4b\xba\x12\xb7\xfe\x4c\xe7\x96\xe2\x25\xb1\x7d\xb1\x30\x3e\xa1\xb3\xf3\xb9\x45\x60\x49\xe9\x9d\x6c\xd3\x9c\x86\x1b\xbb\xc5\x4c\x49\x73\xaf\x19\xc3\x66\x8e\x92\x80\xdc\x79\x6c\x09\x56\x72\x7a\xd7\xdc\x4f\x32\x6a\x2d\x3e\x1c\x53\x06\x40\xf1\xe1\x64\x72\xbd\x6d\x3c\x34\x96\x0d\xc6\x6c\x49\xb1\x85\x16\xb3\x35\xb7\xf0\x6d\x24\x5f\x2b\x34\x1e\x9f\x30\xb5\x9a\xec\x8e\x4c\x8d\x26\x8b\x0f\xa7\x93\x9b\x9f\xf0\x3e\x69\x8a\xc0\x8b\x46\xf7\x09\x14\x70\x6e\xf1\xe1\xa8\x32\x62\x33\xa3\xda\x4b\xee\xc1\x27\x50\x20\x0f\x9f\x89\x09\x86\x6a\xc0\x09\x64\x48\xa4\x45\xc9\xaf\x0d\xe2\x04\x43\xbb\x25\x31\xc1\xf4\xb3\x39\xd2\x3c\xdd\x1d\x4e\x31\xbb\xa3\x0f\xa7\x90\xd7\x41\x83\x53\xcc\xcb\x23\x29\x7c\xe9\x92\x50\x8e\x34\x2f\x09\x85\xc1\x32\xa7\x10\x1f\xce\x37\xc3\xf8\x19\xd9\x5b\xf2\x52\xf7\xa4\xbd\x68\x09\x97\x7b\x10\x68\x48\x0e\xa7\x5d\xc0\x41\xbe\x38\x9f\x82\x82\x88\xcf\xe5\x6b\xc9\x27\x4e\xa0\x05\xb0\x45\x57\x29\xc1\x93\x03\x14\x25\x7a\x72\xa9\xd0\x50\x79\x3d\xc7\x2f\x48\xc9\x52\x92\xc3\xb6\x2e\x2a\x25\x09\x92\x0b\x22\x10\x13\xf1\xb9\x58\xf7\x79\x29\x62\xdd\x27\xdb\x60\x29\x64\x46\xbe\x80\x42\xa9\x6e\x10\x1c\x54\x40\x59\xbe\x38\xfd\x52\x5d\x27\x38\x26\xfa\x84\xa9\x5f\xdb\x34\x3a\xc6\x45\xef\xbd\xc3\xa5\x79\xc6\x0f\xdb\xf0\xe2\xef\x86\xd0\x26\xa1\x08\xaa\xd2\xd5\xe1\x0f\xeb\x74\xed\x4c\xa0\x50\x86\x2a\xf8\x61\xd1\xe1\x3a\x99\xa9\x5f\x5c\x3c\x50\x3d\x5f\xaa\x59\x47\x79\x8e\x71\x5b\xca\x94\x6a\x8f\x48\x89\x82\x82\x2a\x65\xbe\xb3\xf9\x04\x76\xc0\xec\x2d\x65\xca\x0e\xd9\xa9\x97\x07\x4e\x63\x89\xe6\x7b\x37\x6a\x78\x3f\x21\xd1\x40\xa4\x60\xad\x94\x1a\xc4\xd2\xb6\x2f\x4a\x8d\xf2\xd3\x36\x77\x4a\x8d\x52\xcd\x91\xd4\x84\x7e\xbb\x63\xa1\x71\xfa\x9a\x8d\x97\x36\x1b\xd2\x06\x07\xd4\xe4\xc9\x6d\x9d\x56\xea\x6b\x2f\x15\x1b\xd5\xd7\xa0\x2d\xbd\xac\xca\x3a\x8f\x30\x95\xb6\x07\x98\xde\xcf\x4d\x43\xab\xa8\xd8\xf0\xe4\xb6\x8d\x55\x6a\x75\xe3\xe1\x9a\x5a\x1d\x83\xf0\xaf\xaf\x25\x55\x6c\x14\xd7\x81\x82\xea\x31\xc2\x4f\xb5\x79\x24\x81\xa9\x9b\xac\x8a\x88\xd3\x6e\xce\x37\xca\xaf\xbe\xd2\x26\xb0\x8e\xd2\xe6\x9d\x0d\x69\x13\x9f\xe0\x6c\xdd\x27\x7c\x42\x13\x21\x9e\x42\x7f\xa7\xe6\x4b\x87\x8c\x1f\xd8\x6b\xb4\x51\x0e\x88\x84\x3a\x5e\x72\x68\xbc\x70\x89\xd0\x26\x5c\x02\xb0\xac\xd3\x03\x46\x60\xd6\xe9\x5e\xc3\x18\x75\xbe\x66\x22\x53\x4f\x45\x02\x5c\x52\x5f\x99\x02\x97\xd4\x25\xc8\x61\x8c\xba\xfc\x84\xb8\xc7\x68\xd3\xc7\x87\xd3\x6e\x2f\x76\xb6\x53\x50\x5a\x74\x51\xc4\xa2\xf6\x79\x7c\xd2\x4d\x03\x15\x16\xe0\x1f\xed\xf3\xf8\x24\x1b\xcd\x27\x91\x86\x78\x4b\x36\x86\x4f\x36\x39\x4d\x88\x85\x6d\xf5\x94\x86\x09\x7a\xa9\x5d\xdb\xab\x5b\xc0\x41\xdb\xf2\x20\x16\xc4\x50\xc3\x36\xbd\x8f\xdb\x21\xce\xec\x64\x8f\x33\x17\x1b\xa2\xc5\x99\xab\xe0\x85\x67\x9b\x66\x47\x28\x3e\x81\xce\xc8\x91\xb6\xea\x6c\x30\x56\x7b\xb5\x56\x66\xb6\xe6\x6c\xc0\xad\x61\xaa\xe4\x08\x9b\x36\xf4\xee\x51\x92\x0d\xb6\x20\x23\x97\x9b\x5a\x3c\x9e\x36\xba\x4f\xc2\x2f\xc9\xcb\x86\x7c\xc9\x11\x8d\xd4\xfa\x2b\xdb\x21\xaf\xbb\x2e\x66\x45\x03\x30\x39\x62\x56\x34\xc4\x50\xcc\xb0\x53\x53\x93\xc7\xd3\x46\xf4\x09\x5f\x8e\x8b\x1c\xb3\x1b\x3c\xe6\xd7\x8f\xe7\xcc\x3e\x58\x3e\x80\xd4\xc9\x99\x44\x34\x4d\xc3\x91\x8e\x59\x6a\xa6\x6b\x5e\xbe\xe6\x9a\x52\xa3\xae\xcb\x52\xa3\x2d\x14\x11\x22\x6d\x62\xd7\x66\x64\x40\x9b\x7e\x1b\x20\x6d\xcb\x09\x9c\x6d\xe3\x32\x64\x44\x40\x5b\x08\x94\x88\xb4\x6c\xf8\x35\x39\xc2\x4c\x1d\xed\x76\x06\x64\x55\x47\xbb\xe5\xf8\x36\xde\x31\x85\x06\x18\xcd\xef\x18\x30\x1a\x91\x48\x5d\x5c\x67\x64\x62\x8f\xf7\xd7\x8f\x24\x5f\xf4\xe8\xa6\x21\x0e\x7a\x74\xd3\x10\x07\x3d\x26\x9f\xd8\xe8\x36\x98\x39\xba\x9d\xe8\x95\x0e\x92\x23\x5e\x7d\xe9\x08\xcb\x1c\xe1\x73\x7c\xd0\xa8\x95\xd5\x93\x34\xc3\xe6\x5d\xc1\x19\xdf\xf1\xf9\xeb\x47\x2e\x60\xb7\x27\x49\x7e\xe7\x92\x64\x38\xb6\x23\x37\xef\x70\x3a\xb1\xc4\x6c\xff\xad\xf4\xf4\x12\xe3\x93\xe9\x13\xbe\x66\x73\x52\xce\x2e\xf9\x78\x34\x7e\x33\x06\x68\xcc\xc9\x86\xfb\xec\x32\x72\x52\x74\x32\x39\x29\x83\xf0\x5e\xdd\x1a\xb4\x79\xd7\x36\x8e\xc8\x82\x0e\x27\xc5\x0c\xc7\xf7\x2a\x69\xc8\x82\xde\x64\x04\x0c\x94\xbe\x25\x65\xc2\x07\x2f\x7d\x0b\xca\x4b\x41\xdb\xbb\x24\x63\xb3\x76\x90\x1e\x0b\x7c\xd4\xb7\xd0\x7c\xf2\xed\xff\x9d\x0a\x7e\xef\xd3\x93\x81\xc5\xfb\x94\x16\x58\xbc\xbf\x38\x43\x2d\x77\x8c\xa5\x58\xc4\xc9\x72\x19\xb4\xaa\x6e\xff\xa3\xde\x18\xca\xbf\x02\x82\x06\xa0\x89\xb8\x66\x65\x04\xc7\x14\xc7\x48\x1a\x70\x18\x51\x56\x29\x36\x4e\x9f\x44\x1a\xd1\x46\xa2\x21\xa1\x38\x5a\x63\x7b\xb1\x25\x25\xdf\xaa\xdb\xa3\x75\x95\x37\x88\xc1\x99\x19\x83\x88\x05\x00\x0d\x41\x93\xe0\xee\x91\x34\xe7\x39\xce\xf1\x68\x09\x20\xca\x86\xc7\x59\x80\xd3\xf0\xd0\x0a\x10\x32\x84\x90\x13\xfc\x30\x38\xb4\x58\x80\xc0\x50\xfc\x25\xf8\x61\xe0\xcf\xc6\x82\xb0\x19\xed\xb6\xc1\x04\x18\xed\x39\x05\x1b\x7e\x1a\xea\xc0\x80\x44\x4e\xc1\xc6\xe3\x13\x3e\x01\x91\x99\x13\x8a\xcf\x50\x45\x2c\x58\x95\x43\x9b\x1b\x5b\x66\x18\x1f\x48\x60\x78\x28\x3e\xcb\x73\xfd\x92\x90\x1c\x4a\xbf\x84\xea\x1b\xfa\xc4\x09\xba\xa7\x52\x21\x41\xf7\xd4\x43\x4a\x90\x3a\xdf\x6d\x84\xba\x89\x9d\x92\x0e\x14\xe9\x94\xdf\x12\x8c\x60\x88\x24\x1d\x4c\x3d\x09\xe9\xa5\x83\xcd\x9a\x8f\x8b\xa2\x92\x26\x46\x4b\xd2\x5f\x9e\xba\x72\xe9\xb1\xe1\x04\x92\x63\x24\x25\x01\xcb\x89\xb6\x4a\x87\xb4\xc9\x63\x09\x8c\x12\x63\xd9\x4f\x20\x54\xb3\x36\x65\x26\xf0\xec\x6e\x1f\xbc\x33\x33\xe4\x3d\x3a\x90\x3c\xab\x9b\x0d\x92\x09\xc6\x9c\x89\x50\x4e\x99\xba\x58\x29\x43\x9a\xa6\x4d\x42\xe8\x4f\x4c\x9b\x74\x48\x5a\x93\x34\xa9\xd1\x97\x4c\x08\xa3\x37\x68\x43\xf8\xa2\x4c\xf7\xfd\xc1\xce\x99\xc3\x2d\x28\xd0\xb6\xed\xd0\x72\x03\xf1\xb9\xde\xb7\x18\x8f\x91\x91\xf5\xd7\x26\x47\x95\x14\x86\x73\x33\x66\x3a\xa3\x0f\xa6\x0f\xf6\x90\xe5\x19\x3e\xf8\xdc\x0b\x61\x9e\x1f\x94\xd6\x42\xca\xde\x11\x0d\xbd\xb0\x42\x83\x47\xbd\x9e\xc3\xd7\xf6\x77\x2e\x3f\x5a\xd7\x6b\xb5\x97\x80\x42\x03\x44\xe8\x7a\xad\xbe\xc7\xa4\xcb\xa9\xfb\xe9\x13\x66\xdb\xba\xfb\x2e\x8f\x6f\x75\x1f\xf0\x96\xca\x55\x97\x6a\x0d\x02\x4a\x04\xb1\xca\x9a\xef\x93\xfd\x69\x6b\x15\x1b\xf1\xcb\x67\x3d\x82\xa4\xed\x6f\xab\x87\x8a\x0a\xa7\xa7\xbe\x71\x1a\x9c\x9e\x7a\x80\xcf\x80\x00\xa8\x87\xa1\x0d\x3c\xa0\x7a\x68\x0b\x6d\x02\xea\x21\xa0\x70\x80\xea\x81\x5d\x93\xee\xb7\xe1\xae\x6f\xcf\xa6\x1e\xd5\x65\x6e\xc6\xe8\xd7\xe2\xcc\xd4\x63\x48\xcd\xd6\xae\xf5\xd0\x3c\x38\x32\xa4\x0d\x8e\x30\x30\x5e\xab\x13\x4f\xa2\x1e\x5a\x9d\x47\x80\x98\x3f\xd9\x96\xcc\xbc\xde\x58\xe9\x1e\x7f\x6e\x1d\x7e\x6d\x91\x55\xcf\xad\xc2\x09\x36\x57\x24\xee\x15\x36\x55\x6d\xc6\xeb\xeb\x47\xc0\xf3\xe9\xd7\xde\xe2\x48\x78\xbb\xdf\x1b\x8a\x11\x7d\xd7\xef\x6d\x64\x47\x94\x62\x0f\x5b\x70\xc6\xb0\xad\xae\x9e\x36\x75\xe9\xd8\x2b\xf5\xac\x89\x42\x40\xbe\x67\x2c\xdf\x4c\x40\xbe\xbf\xde\x34\x01\xf9\x5e\xb6\xb6\x4f\x17\xff\xdd\xd2\x28\x1d\x5b\xb8\xf7\xba\x89\x4b\xe7\xde\x80\x91\xf6\xe1\xe6\x67\x33\xc4\x78\x36\xe3\x66\xc2\xd0\xa3\xee\xd5\xf2\xb9\xc5\xda\x40\xbe\x14\x18\x60\x36\xe6\x3f\xca\x3e\xcb\xd9\xb7\x09\x75\x9e\xc7\x16\x08\x73\x12\xf4\xb9\xf8\xb8\x75\x20\xf1\x4f\x30\xb7\x0e\x0c\xc1\x93\x78\xc1\x3a\xd1\xe0\x57\xda\x32\x7f\x5d\x48\xa1\xeb\xd9\x3c\xbc\x02\xa0\xbd\xe2\x9e\x7a\x25\xc0\x70\x95\x6d\x97\xae\x82\xc0\x04\xf5\xff\x52\x2e\x86\xf0\x17\x62\x71\x15\x0e\xfa\x4e\x1b\x35\xab\xc0\xc5\x37\x42\x7b\xe1\xd8\x5d\x84\xcd\x16\xde\xdb\x85\xa6\x5f\xf8\x2a\x4f\xe6\x95\x3d\xf8\xde\xd2\x71\xd5\x0d\x8b\xeb\xdc\x3a\x6e\x19\xd1\x4f\xc7\x71\xed\x46\x14\x16\x5b\xb6\xad\xa6\x95\xf1\xf0\x5d\xad\xbe\x4f\x78\x6d\xcb\x99\x9b\xb8\xdc\x7a\xad\x65\x1c\x86\xf5\x1a\xb7\xf8\x08\x0b\x03\x30\x11\x18\x5b\x6d\x29\x8c\xb6\x9d\xb9\xb4\xd2\x32\xfe\xc2\xea\x5b\xe1\x66\x30\xb0\x7a\x14\xe2\x5b\x50\xaf\xd7\x96\x7a\xb6\x59\xb1\xb4\x85\x12\x3e\xf1\xea\x2f\xf3\x6c\x6d\xb3\xfa\x23\xf8\xb7\xd0\x5c\x7d\x03\x2d\x84\xc0\x90\x97\xaf\xb7\x29\xb3\xfa\x36\x6d\xef\x73\xab\xf8\xd5\x5f\xec\x3f\x36\xfc\xc8\x07\xc2\x38\x7d\x92\x35\x4b\x13\x21\x3f\x5b\xca\x2e\x93\x01\x19\x3f\x64\xa1\x06\xd3\xbd\xb9\x6d\x0d\x76\xe2\x62\x8b\xc6\x16\x44\xf7\xb5\x1d\x97\x35\xfe\xb4\x06\x8d\x3d\xed\x7d\x6d\x41\xbc\xc6\x2b\x3b\x69\xc0\x2f\x6f\x50\x64\xcd\xf7\xab\xb6\x88\x5e\xd3\x84\x03\x5a\x6a\x11\xc8\xbf\x1f\x36\x72\x6a\xe1\x3d\x5b\x79\x2c\x14\xc6\x95\x19\xbd\x6d\xff\xe7\xc8\xff\xef\x78\xcd\x9b\x2b\xbc\x8e\xaf\x1f\x9f\xa8\xa3\x2f\x7f\xca\x35\xee\x93\xf8\x4a\xb2\x24\xee\xbe\x6d\xb6\x7e\x6e\x3a\xc8\x99\x10\xff\x87\x75\xf6\xcf\xa4\x8f\x20\xf8\xb3\x85\xd3\x67\x7e\xf0\x2d\x8a\x11\xeb\xec\x7c\x19\xb9\xf7\x24\x22\xf1\x79\xf3\xca\x67\xce\xc6\x89\x71\xbe\x72\x76\x6c\x26\x11\x92\xf3\x66\x89\x9c\xb7\x26\xdc\x3f\x55\x0e\x27\xd3\xe8\x7c\xc5\x6c\xdd\x63\x22\x30\x24\xfb\x8a\x7d\x85\xbe\x49\x1f\xf6\xda\x83\x8c\xce\x65\x6f\xee\x67\x2e\xa6\xd6\x10\xc8\xb9\xb8\xae\xe1\xa3\x07\x68\xe4\xd2\x5c\xc3\x58\x11\xdb\x9f\xcb\xe6\xd5\xfd\x43\xb8\xe4\x21\x3d\x51\xba\x63\xcd\xca\x3c\x7c\x2f\x0c\xb9\x7f\x5c\xa3\x98\xa8\x74\xbe\x61\xa6\xcc\xf4\xe9\x90\xbe\x69\xc6\xed\x84\x96\x2d\x75\xf7\x8f\x39\xb0\xcb\xbc\x66\xb5\xef\xcd\x82\xfa\x5e\xa7\x6f\xbd\xef\xd1\xb7\x95\xee\xfe\x79\xd3\x93\x66\x31\xef\xdd\x67\xf0\xe7\x39\x13\xa9\x44\xf7\xc5\x18\xd0\x73\x3e\x64\x14\x63\xb3\x8f\x28\xc6\x99\xcd\x73\x2e\xfa\x4c\x8d\x9d\xe4\x25\x6a\x82\xbe\x8a\xe2\x7d\x88\x52\xe6\xfa\x5c\xf6\x05\xb3\x9a\xe6\x3b\xb3\x7d\x26\x03\x39\xa3\xea\x3e\xd7\x6a\xea\xf0\x32\xad\x59\xec\x23\x4a\x73\xdd\xac\x51\xf9\xb6\x8a\x65\xfa\x5c\xb7\x19\x4f\xd7\x68\x26\x24\xc9\x9e\x10\x8c\xf9\xcc\x06\x5b\x9e\xcb\x0c\x6c\x77\xbe\x6e\xaa\xd1\xef\xed\x7e\xef\x70\x2c\xf9\x99\x3a\x92\x7d\x6f\x8e\xd6\x3e\x69\x36\xc1\x0c\x67\x66\x54\xc2\x67\xae\xd3\xb1\xe0\x94\x10\xcc\x67\xae\xc4\xdd\x9e\x6c\xb6\x78\x39\xdf\xbb\xf7\x8f\x09\x53\xbe\xb7\x19\x9d\xbd\x48\xe5\x34\xcf\xa3\x05\xc7\x66\xdf\x1b\xf4\x89\xd3\xab\x90\xdd\x8c\x8e\x45\xf4\x3e\x38\xd2\xb9\xc5\x68\x9f\x34\x17\x93\xa5\xec\x95\x21\x95\x27\x9b\x5a\x4d\x97\x7d\xbc\x67\x7e\xae\x25\xf6\xc5\x00\xc9\x53\xc8\xb1\x37\xcf\x43\x59\xfd\x94\x9b\x35\x3a\x38\x6d\xee\x41\xe2\x3c\x9a\x38\x6d\xb8\x54\x0f\x16\x77\xee\xf2\xe0\xeb\xf3\x9a\xfd\x46\x36\x7f\x66\x5d\xc7\x6c\x06\xb9\xbb\x86\x1e\x64\x2e\xe4\xe9\x7b\x45\x96\xf4\xfe\xf6\x6d\x6c\x74\xcf\xed\x15\xcf\x85\x8c\x75\xf7\xdc\xba\x61\x78\xbc\x9a\xdc\x07\x7b\xd5\x31\x4e\xca\x61\xbe\x77\xb2\xf7\x7a\x79\xe5\xb8\xc9\x8c\x06\xf6\x60\x44\xe5\x50\x34\xad\x0b\xcd\xaf\xcf\x85\x93\x93\x87\x34\x8f\x77\xaf\xc0\xcb\x48\xcd\xbe\x61\x9f\x63\xc1\xc1\x30\x36\x59\x1e\x73\xb9\x8f\x7d\xc5\x3e\xde\x7b\x86\x7d\xee\x33\x32\x62\xb8\x07\xc3\x58\x75\xe1\xcc\x47\x4d\xf6\xb9\x2e\xb2\x13\x27\xed\x33\xeb\x6a\x3d\x85\x33\x47\xad\x7c\xe6\x61\x0e\x0a\x7d\x9c\x71\xa5\x3e\xf3\xd0\xdc\x44\x7b\xe6\x21\xef\x0f\x3d\xdd\x03\x9a\xa7\x67\x34\x4d\xa5\x91\xfe\xc9\x53\x39\xa9\x27\x14\xc8\xe8\xe4\xe9\xf7\x4e\x23\x0b\x18\x36\x19\xbd\xb3\x7f\xa6\xa9\x63\x73\xc2\xce\xc7\x1e\x84\x33\x91\xdd\x75\x0f\x74\x7f\xc2\xf9\x26\x92\xbb\x7d\x24\x2a\x4f\x13\xbc\xee\xc1\xac\x8e\x65\x5f\xa6\x38\xd0\xc1\x09\xca\x9c\x29\xef\x4f\x1c\xd1\x70\x16\x73\xcb\xd1\xbe\x87\xec\xaf\xc9\xee\x06\x5e\x66\x37\x23\x7c\xb0\x6e\xaf\xf6\x75\xfa\x90\x9d\x53\x0c\x4d\x62\x0b\xe1\x22\x9f\x3e\x87\xb4\x80\xa1\x70\xb9\x07\x62\x68\xa2\xf8\x03\xf6\x6c\x9e\xcb\xef\x5d\xd0\x4c\x5a\x21\xcf\x25\xcd\xcb\xf7\x48\xa9\x2f\xf7\x79\x61\xfe\x85\xeb\x31\x6d\x5d\xed\xf3\x3d\xf8\x72\x89\xbf\xd7\x83\xb9\x39\xcb\x95\x7c\x0f\xac\x05\xeb\x58\x96\x58\x5b\x8f\x99\x6b\xf8\x63\xa9\x6b\x17\xb8\x0a\x84\xea\xf3\x72\x4f\x17\x31\xcb\xb0\x6d\x73\xb5\xfc\xbf\x51\xe4\xf3\xaa\xf9\xbc\x9a\x43\xb0\x2d\x83\x85\x14\xab\x67\xfb\x8a\xe9\x6b\x33\xd6\x1c\xff\x1a\xf6\x21\xce\xd6\x00\x26\x8b\x78\x60\xb0\x9a\x67\xa9\xae\x16\xee\x5e\x30\xc8\x8e\xe7\xf3\x59\x0e\x82\x6b\x21\xe0\x41\x61\x1a\xef\x1f\xde\x0b\xc4\x51\x0e\x44\x57\x39\xa2\x90\x25\xca\x7a\xa0\x72\xca\x01\x14\x43\x20\x90\x71\x3c\xce\x07\x9b\x85\x40\x40\x09\x87\x68\xff\x98\xd9\x7e\xcc\x5f\x9f\xf4\x09\xb1\x40\x42\x06\x8f\xe8\xb3\x1c\x42\x27\x10\xd6\x3d\x80\x4e\x39\x88\x2a\x85\x48\xb8\xe9\x40\xac\x94\x83\x1c\x5d\x30\xa0\x88\x9b\xb3\x7f\x58\x23\xe2\xd9\x9f\x7e\xdb\x49\x3c\x26\x44\x82\x02\x67\x4a\xf6\x71\x84\x09\xbf\xf0\xe4\x08\xcb\xf9\xbc\x7d\x99\xcc\xf7\x4d\x1f\x21\x92\x90\x08\x74\x9e\xdd\xf9\x50\x61\xc1\x28\xc5\x89\x28\x2c\xa7\xeb\x26\x82\x6e\x97\xeb\x5e\xf8\xc8\xc1\x4c\xda\x15\x22\x7d\x7a\x90\xe6\xb6\xae\xf4\xf6\xb1\x7f\xc6\xeb\xaf\xcd\xc3\x9f\xe5\x72\xaf\x1e\xe7\x73\xaf\xae\x6a\x1f\x6e\xfe\x55\xa1\xf9\xda\x6a\xf7\x62\xf7\xae\x06\xc5\x97\xd4\x19\xe0\xbe\xa4\xee\xc2\xa1\x0c\x99\xe8\xfc\x35\xd8\xa9\x4b\x86\xca\x7c\xd9\x05\x43\x95\x0b\xe3\x39\x50\xc3\x54\xae\xe5\x7c\x7e\x59\x26\x1a\x76\xfb\x65\x77\x72\x0d\x4e\xf2\x46\x59\x95\x5b\x8a\x0b\xde\xfd\x2d\xc5\x37\x91\x91\x60\xc0\xee\xae\xa0\xe0\xc6\x89\x0f\xc6\xcd\xee\xce\x1a\xb7\xb4\x20\xa8\xcb\x2d\x2d\xb7\xf1\xea\x83\xac\xd9\x3d\x5d\x83\x08\x62\x3c\x08\x95\xdf\x18\x55\xe5\x86\xbe\x78\x70\x92\x41\xfa\x82\xb9\xd3\x83\xe4\x64\xd8\xde\xd1\x67\x09\x26\x2c\xf1\x4e\x4b\x80\x41\x4b\x30\x04\x87\x6f\x5d\x82\x34\x07\x38\x2b\x52\xd8\x51\x42\x67\x8d\xe0\x1a\xf8\xa3\x25\xba\x46\x34\x43\x77\x12\xe7\x88\x18\x69\x25\x9a\xa8\x3b\x09\xb1\x44\x8c\xb4\x12\xe1\x98\x88\xa1\x55\x62\x72\xec\xf3\xf6\x31\xd6\x75\x23\x0a\x36\x5e\x84\x23\x63\x87\x13\x22\x06\x68\xb4\x4e\x22\x0e\x68\x8e\xd2\x82\x40\x2a\x49\x5a\x92\x59\x64\x4a\xa0\x4a\x12\x69\x09\x03\x25\x52\xd5\x54\x12\x86\x74\x49\x44\xd1\xa2\x09\xf3\x84\x22\x29\x49\x5a\xee\xcc\x7c\xd2\x92\x4c\x56\x98\xa6\x4f\xc3\xf9\xc8\x12\xc4\x00\x36\xd2\xe4\x7b\x93\xd9\xa9\x3f\x15\x21\x0c\xfb\x98\x2f\x10\x8a\xd5\x39\x29\x3a\x1d\x46\x09\x8a\x4e\x47\x79\x7c\xcf\x00\xb6\x4e\x47\xc9\x7e\x87\xa1\xc6\xbc\x35\xe1\xfe\x31\xe3\x0f\x17\x65\x14\x62\xc9\xa6\xa5\x93\x63\x95\x38\xf9\x31\x05\x46\x9a\x28\x3f\xd1\xbe\xb7\xe2\x82\x94\x3e\x46\x6e\xc9\x6f\x4d\x07\x1c\x98\x95\x4c\xaf\x63\x73\x12\xc0\xd6\xb1\x29\xf9\x2d\x7d\xb9\xad\x8f\x90\x96\xfa\xbe\x67\xfd\x83\xeb\x36\x4b\x00\xa2\xc5\x0e\xc3\x3e\x73\x51\x44\xc7\x72\x83\x53\xb3\xc1\xab\x53\x9a\xbb\xdf\xf1\x66\x1e\xc1\x41\xee\xd2\x67\xce\x11\xe3\xbf\xe4\x71\xdb\x67\xa9\xc5\x63\xdf\xfb\x9e\xd9\x44\xe7\x1b\xdd\x3e\xe9\x23\x44\x48\x04\x66\xff\xf8\x1d\x9c\x6f\x9e\x7e\x87\x61\x79\xb1\x9b\xa7\xf3\x4d\xab\x31\xb2\xb5\x10\xd3\x3e\x4b\x49\x8a\x45\x0c\x8e\x5d\x26\x6f\x93\xc5\x10\x7e\x87\x01\xc4\xb3\x58\x9e\xc0\xba\x3a\x7c\xf9\x7a\xcb\x1c\xb2\x7d\xd3\x3e\xf2\xea\xd1\xf7\x8c\x57\xc8\x0b\x05\xa3\xb9\x14\x53\x93\x78\xf1\xa5\x44\xf6\xb4\x18\x4b\xb8\xde\xba\x04\xdf\x33\x2a\x7c\x59\x02\x20\x9e\x8b\x3e\xf8\x45\x2e\xa1\x28\xd9\x8b\x19\xeb\x8b\xe0\x78\x79\x92\x7d\x8f\x7d\x96\x36\x14\xfb\xa4\xef\x2d\x50\x80\x07\xad\x87\xcd\x17\xfb\x5c\x94\xba\xa5\xf9\x6d\xec\x41\x51\xee\x16\x03\x9a\x97\x55\x19\xcd\xb1\x4d\xfa\x9e\xf3\x17\x95\x7d\x29\x4d\xf2\xfb\x3b\x84\x6d\xeb\x6f\x1f\x47\x43\x81\x5f\xc1\x51\xfd\x2c\xc5\x30\xef\x55\xac\x64\x08\xf6\x49\x02\x8a\xbd\x0c\x49\x10\x12\xf8\x29\xa5\x08\x09\x4b\x6f\xf3\x6d\x9d\x89\xa2\xb5\x18\x44\xc1\xa6\x29\x65\xf9\x9e\xd5\x2d\xf8\xb0\xa5\x2c\xb7\x5c\x9b\x95\x7a\xdc\x52\x3d\xea\x6a\x9c\xe5\xbe\xed\xe3\xb8\x6a\x34\x45\x6f\x29\x00\xf6\x55\xb1\x14\x37\x5b\x58\x84\xa3\xba\x7f\x2c\xa8\x48\x16\x20\x00\xe3\x6a\x14\xff\x26\xd8\x5f\x3d\x2e\x6b\x6d\xb3\x75\x20\xfa\xa6\xa5\xca\xa2\x8a\xae\x5a\x7d\xcf\x78\x84\x95\x17\x55\x95\x53\x3d\x2e\x8a\x9d\x4b\xf5\xb8\x2c\xca\xcd\x6f\x75\x42\x63\x4f\xab\x41\x75\xc5\x5e\x95\x1d\xab\x19\xdd\xc0\xbe\x54\xd9\x11\xd7\xf3\xcc\x14\xf5\x95\x3a\x8a\x7d\x6f\xa2\xde\x3e\xbf\xc3\x7d\x0e\x40\x16\xa7\x74\xff\x00\xbb\x70\x5b\x38\xe0\xbe\x98\x0b\x0b\x96\x81\x4c\x20\x56\x8d\x92\x06\xab\x34\x54\xc5\x15\xd6\xcb\xc1\x82\x08\x6c\xdb\x52\x4d\xbe\x06\x6b\x1c\x96\xeb\x7a\x46\x01\x5a\x9a\x67\x64\x71\x70\x56\x7c\x53\x0f\xbc\x7f\xac\x0d\x78\xeb\x09\xd8\xab\x37\x7c\x18\xde\x4a\x82\x68\x9f\x34\xa3\x9e\x5b\x9c\xf6\x99\x7b\x4f\xd6\x08\x70\x96\xcd\xca\x33\xd5\x41\x53\x2c\xb7\xb7\x72\x24\xd9\x17\xec\x93\x96\x62\x15\x41\xb1\xcf\xef\x20\x4f\xd7\x34\xbe\x5a\x55\xa4\x23\xce\x5a\x95\x16\xeb\x1e\x43\xb1\x4e\xc0\xef\x30\x5f\x46\x8c\xb4\xb4\x3a\xec\x33\x23\x48\x1a\xa4\x29\xaa\x9b\x38\xd0\x88\x6c\x4d\x9a\xdf\xea\x11\x92\x2f\xad\x55\xfb\xcc\x4d\x62\x7a\xe8\x63\x97\xa6\x7a\xb6\x94\xb2\xa9\x9e\x9b\xbc\x6a\x9a\xac\x0d\xdf\x1b\x66\xe3\x1d\x4b\xdc\xa2\x34\xc5\x77\x3c\x4d\xe4\x67\xfb\xde\x3a\x04\xbe\x6d\xb8\xf7\x16\x3c\xc7\xcb\x44\xbc\x7b\xf5\x66\x50\x2f\xb3\xfb\xee\xd5\x34\x8f\x6b\xf9\x80\xa2\xba\x4d\xeb\x03\x2e\xd3\xf3\xd2\xb2\xde\x62\x00\xd6\x50\x7c\x37\x31\x14\xc9\x56\xb5\x25\x2d\xcb\x2c\xb3\xc5\x1b\x4b\x5a\x2c\x66\xcb\x56\x08\xa8\xda\xdb\x9b\x99\x35\x35\x2f\xae\x7a\xf0\x7b\x2f\xb3\xfa\xc1\xbe\x64\x0a\x9f\x0c\xb4\xb8\xea\xe1\x4d\xcb\x93\x3c\x56\x46\x18\x2b\x8e\x19\x15\xdb\xe3\x63\x9f\xdf\xf6\xa6\xef\xa7\x7d\x56\x55\x04\x33\xef\xae\x91\x5c\xc3\xfc\xb9\x62\xbe\x3f\xce\x17\xcd\xa3\xdf\xf6\x59\x35\x80\xcc\xe9\x9a\x05\xfd\x71\xac\x49\x71\x4d\x80\x6e\x99\x4a\x36\x03\xae\x7c\xe9\x56\xb2\x65\x72\x4c\x5d\x4c\xf6\xfa\xce\x67\xaa\x3d\xd9\xe7\xf9\x92\xe5\xea\x35\xdb\xe7\x9e\x3e\x26\xde\xfd\x5e\x0b\xdb\xb2\xa9\x71\x55\x49\xb7\x42\x39\xa2\x4a\x7a\x73\x5d\x2b\xdb\xb2\x89\x72\x65\x53\xb7\x3e\xd2\x22\x8d\xae\xd9\xfc\xc6\x64\x22\xbc\xd5\x35\x29\x7a\xb7\xc8\x00\xb9\xd6\x87\xf3\x69\xce\x95\xc3\x3e\xf7\xef\xc5\xa4\x55\x02\x62\xd2\xd8\x4d\x24\xde\x54\xba\x32\xac\x4f\x53\xc9\xc8\xbf\x3e\x3d\xa3\x69\x1a\xfb\xb2\xcf\xfd\xd3\x3c\x2c\xd6\x50\x88\xc9\xbe\xde\xf7\xf8\xde\x55\xed\x13\x07\xd9\xb4\x3d\xf4\x0d\x65\x53\x7c\x93\xfc\x8f\x7d\x96\x41\x64\x73\xfd\xd5\x3e\x4b\x0b\xd0\x79\x23\x74\xfb\x2c\x1d\x30\xbb\xad\x99\x3b\xde\x4a\x91\x62\x02\x3f\xdb\x27\xaf\x52\xc9\x30\x34\xcd\x87\xa5\x4d\x09\x19\x31\x34\x29\x86\x66\x41\x62\x0f\x86\x6e\xc2\x78\xf3\xc0\xf0\x82\xf1\xa1\x62\x7c\x28\x13\x73\x2b\x43\xd9\xe4\xa5\x80\x58\xe2\x2f\xfb\xf6\x65\x54\xc9\xaf\x92\x1f\x9d\x7a\xda\x67\x4a\x1c\xb6\x18\x42\x62\x34\x13\xdb\x96\x3e\x34\x3f\xc9\xac\x29\xc5\xfa\x65\x34\xe7\x6b\xce\x47\x55\xc7\xd0\xf2\x1c\xfd\x2d\x1a\xa0\x82\xa0\x3b\x9f\x21\xaa\x64\xf5\x42\x97\xfc\x37\xa7\x6c\x75\x82\x22\x6e\x74\x3f\xe9\xb1\xcf\x6d\xd3\x1c\x49\x96\x41\x10\x7b\x28\x43\xb1\x57\x80\xfb\x50\x4d\x0e\x33\x97\x84\xda\xca\x50\x14\x8e\xf1\x16\x13\x40\x8b\x1e\xcd\xd0\x8b\xe0\xca\x45\x19\x8a\x1a\x43\x63\xc9\x92\x78\x43\x63\x65\x12\x9a\x4d\x07\x62\x6f\x2a\x6a\x66\xf4\x3d\xa0\x38\xf5\xae\x66\xf2\x3d\xac\xb8\xa9\xb8\x98\x98\x19\xe9\x88\x96\x19\x24\xfb\x3c\xea\x64\x81\x01\xdf\x36\xcd\x51\xa7\x64\x99\x80\x63\xf5\x22\x12\xa6\x87\x21\xb4\x62\x0e\x27\x11\xaa\x2c\x86\xcb\xca\xac\xae\x6b\xf5\x82\x1e\x83\xd7\x31\xd2\x01\x7b\x1b\x42\x2b\xb3\xbe\x29\x7e\x68\x16\x07\xb3\x9a\xc2\x7f\x2c\x28\xe0\xdc\x66\xb3\xb2\x01\x16\x9d\xaa\x2b\x43\x6d\x39\x65\x0b\x07\xfc\x0e\xe2\x25\x89\xab\x20\x65\xaa\xc2\xe6\x8b\x0d\x4b\x02\xf4\x4a\xe6\x5b\xee\x01\xfb\x4c\xb1\x31\xcd\xaf\x1f\x16\x32\x88\x8d\x69\xf5\x75\xc2\xea\x9f\xdd\xef\xe8\xee\x1f\xa6\xd6\x14\x1b\x44\xf0\x76\x1f\xfb\x22\x36\xe6\x8b\x0d\x3c\x01\xc3\x79\xc5\x70\x5e\x4e\xc5\xf2\x04\xcf\x68\xf8\x6d\x88\xb3\xa9\x48\x9a\x9a\xaf\x0f\xe6\xd7\x14\x2f\x73\xf8\x6d\xd2\xa2\x98\x9a\x62\xe8\xc1\xb3\x98\x62\xc8\x50\x60\x32\x2e\x65\x28\xb0\x4c\x4c\xa8\x64\xf5\xfe\xd4\x84\x32\x3c\x98\x2c\xd5\x9f\x7a\x2f\x73\x99\x8f\x3b\x7c\xaf\xd8\x57\x2d\x76\xa0\xa2\x40\xfc\x2d\xf1\x77\x22\x06\x96\xf8\x5b\xd4\x0a\xa4\x93\x32\xce\x15\x8a\x7d\x8e\x25\x5a\xb0\x54\x7f\x4b\xf5\x67\x79\xfb\x52\xfd\x79\x0d\x26\x9d\xa8\xd3\x95\xd8\xfb\x25\x4e\xad\x96\xe7\x6a\xcc\xfe\x79\xcb\x2b\xac\xa8\x70\x8d\xe4\x58\xb0\xb6\x1e\xc7\x5a\xa1\x72\x5a\x12\x21\x26\x97\x85\x26\x27\x67\xb4\xc4\xcb\x42\xbd\x24\x3d\xb3\xa5\xdc\x58\x60\x23\x5d\x98\x23\xab\x83\x35\x2f\xc2\xa4\x4b\x9a\xe5\xf3\x65\x41\xc9\x65\x09\x85\x91\x81\xe5\x19\x5d\xb7\xd5\x17\xd2\x37\x7d\xcf\x6f\xd3\xf4\x5d\xec\x73\xd2\xe3\x5a\xaa\x83\x25\x9f\x5f\x89\x5a\x0b\xd4\x41\x3d\x30\x1f\x12\xa1\xd9\x7a\xe0\x39\x56\xe3\x93\x89\x34\x4f\x35\x3e\x59\x0f\xf9\x1c\x17\xa8\x1e\xf0\x79\x3d\xde\x24\xf3\x41\x51\x04\xb1\xb4\x7a\xc0\xbf\x89\x8b\x8f\xf5\x78\x9c\xcf\x0a\x20\xae\xa0\xd5\x83\x10\x78\x35\x3e\x99\x6e\xeb\x3e\x50\xf7\xd5\x6b\x36\xe9\x7e\x2b\x36\x1c\x4b\x3c\x36\xdd\x16\x5e\x74\x69\x01\xe3\x89\x0a\xeb\x7a\x0c\xbf\x63\xf8\xde\x63\x9f\xef\x0d\xd7\x78\xac\xd3\x38\xe8\xc3\x43\x4f\x94\x6a\xd7\x83\xbd\xaa\xc7\x74\xdd\x42\x3d\x08\x6a\xb7\x1e\xba\x09\x54\x8b\xd7\x03\x37\xa1\x1e\xba\x09\xd4\x48\xd7\x63\x49\xb3\x66\x1a\x65\xcf\xd5\x18\x68\x3d\xb7\x16\xdc\x0c\x58\xcf\xad\x08\xf7\xcf\xde\xa8\xdb\x81\x27\x2e\x76\xf5\x1e\x10\x95\x2e\xdc\x02\xfa\xac\xa7\xec\x72\x51\x2f\x92\xed\xa1\x56\x64\xcf\x64\x98\xb3\x12\xaa\xa4\xc0\xbf\x1a\xa8\xac\x84\x0c\xb9\xea\x57\x0d\x18\x56\x82\x83\x61\x03\xa9\x1a\x1a\xac\xf7\x16\x50\x54\x18\xd7\x1b\xf1\x54\xef\x2d\x91\xb0\xcd\xab\x61\xbc\x4a\x78\x0e\x2d\x5e\x0d\xce\x55\x02\x71\x84\x7d\xaa\x61\xb8\x4a\x28\x8d\xfb\x71\xd5\x40\x5a\x25\x40\x46\xcd\x6b\x35\x3c\x56\x09\x71\x95\x0d\xed\x6a\x80\xab\x12\xa4\x2a\x00\xcc\x10\x55\x35\x44\x75\x6c\x1d\x59\x8d\x50\x55\x23\x54\xe7\x55\x7e\x51\x9b\x57\xe3\x57\xd5\x38\x12\xb9\xd2\x6a\x18\xa9\x7a\xf5\xe3\xa2\x7a\xc7\xc8\x48\x35\xca\x70\x6f\x91\x5b\xcd\x66\x57\xbd\x6a\x1c\xbb\xaa\x53\x5d\xdf\x5a\xfa\x6d\x04\x54\xfd\xdd\x5a\x5f\xa5\xb8\x07\xea\xd6\x55\x53\x84\x69\x7b\x4d\xd5\x0c\x61\xd5\x4a\xa7\x7c\xbc\x6a\xa4\xd7\x37\xc9\x17\x37\x88\xb5\x6d\xab\x25\x97\x05\x9e\x18\xbe\x45\x1a\xec\x3a\xb6\x18\xac\x5a\x39\x15\x35\x7c\xa1\x95\xaa\x5a\xb8\x7a\xd7\x90\xeb\x89\x55\xc5\x57\xc9\xaf\x5c\x17\x7c\xa3\xac\xac\xc8\xa2\x8b\x28\x41\x55\x14\xd5\xb5\x59\xe4\xa2\x92\xb3\xae\xe1\x5b\x6f\xe1\xd1\xf5\xe5\xb3\x99\x88\x68\x30\xe1\x15\x36\x7f\x34\x73\x04\xed\xf0\xda\xdc\xb6\xf0\x9a\x70\x6e\x20\xf5\xa2\x26\xb2\x09\xd5\x26\x30\x51\x32\x4d\x64\x36\x91\x49\x9a\xbf\x09\xcd\x06\x34\x2f\x2e\xdc\x36\xb1\xd9\xc0\xe6\x45\x4d\x66\x13\x9c\x8d\x98\xf2\x7d\x6c\xbc\x36\xb1\xd8\xc0\xa2\xf5\x32\x4d\x30\xb6\x20\xcc\xf7\xe6\x34\xd1\xd8\x40\xe3\x4d\xa2\xa9\x09\xc7\x06\x1c\x6f\x84\x4a\x13\x8f\x0d\x3c\xde\x61\x6f\x4e\x13\x90\x0d\x40\xde\x61\x6f\x4e\x13\x91\x0d\x44\xde\x54\xcb\x36\x11\xd9\x40\xa4\xe5\x42\x4d\xc8\x35\x20\x77\x53\x04\xd6\x84\x5c\x03\x72\xf7\xb3\x3d\xe4\x26\xe4\x1a\x90\xbb\xf3\x76\xb8\x9b\x90\x6b\x40\xee\x2e\x71\x0f\x14\x72\x0d\xc8\x05\xec\xa6\x26\xe4\x1a\x90\x0b\xd4\xfb\x37\x21\xd7\x80\x5c\xe0\x92\x52\x13\x72\x0d\x7f\x38\x5c\x69\x0f\x6c\xc4\x4d\x1a\x28\xf4\x22\x67\x13\x85\x0d\x14\x06\x44\x64\x13\x85\x8d\x2c\x70\x08\x6c\x8e\x28\x6c\xa0\x30\x44\x36\x47\x14\x36\x50\x18\x70\x0f\x9a\x28\x6c\x33\x9e\x5f\x3f\x02\x35\x9b\x6d\xc6\x9b\x2e\x06\x52\x11\xd9\x04\x66\x03\x98\x81\x9b\x2e\x4d\x60\x36\x80\x69\xd6\xa3\x09\xcc\x06\x0a\x03\xd9\xf8\x2e\x0a\x3b\x28\x0c\x65\x6b\x96\x2e\x0a\x3b\x28\x8c\x54\xa3\x76\x51\xd8\x41\x61\x3c\x29\x64\x13\x85\xfd\xac\xf5\xeb\x47\xbc\xb6\xb7\xd4\x4f\xa2\x4f\x1d\x60\xc6\x6b\x5b\x12\x5d\x60\x76\x80\x19\x89\xbf\x75\x81\xd9\xaf\xad\x6c\x23\xf9\xbc\x7e\x91\x75\xe8\x60\x35\x12\x79\xea\x62\xb5\xdf\xdb\xc2\x8d\x04\x67\xfa\x8d\xc5\xd0\x81\x6f\xe4\x46\x45\x17\xbe\xfd\xde\xfe\x41\xa4\x4a\xad\x23\x67\x3f\x3b\x88\x8e\xd4\xa1\x77\x11\xdd\x43\x8c\x5f\x3f\x22\x37\x2d\x7b\xc0\xf9\xee\x0a\x5c\x2a\x85\xbb\x20\xef\x80\x3c\xa6\x6d\xf7\x75\x41\xde\x01\xb9\x17\x3a\xba\x20\xef\x80\x3c\x66\x6a\xf7\x04\x79\x4f\x0a\xef\xfb\xde\x5d\xbe\x95\x1a\x5b\xb8\xc7\x25\xcc\xcf\x9e\xb6\xe9\x80\x8c\xeb\x09\xe3\xae\x27\x14\xe4\xcd\x65\x9c\x9e\xa6\x53\x2d\xfb\xd8\x7b\xb9\xa3\x2b\xaf\x6f\x6a\x91\xba\xec\xd1\x15\xd8\xb7\x95\x85\xf2\x47\x57\x24\xdf\xf8\x87\x5d\x06\xe9\x44\xd5\xcf\x40\x6a\xa9\x67\x8c\xcf\x9e\xbd\x19\x96\xa0\x8e\x78\xfb\xfe\xa1\xd6\x22\x15\xc6\x4e\xc7\x7a\xb3\x8b\xf2\xda\x9e\x89\xdf\x75\x2f\x0b\x3e\x5c\x8b\xec\xc4\xc7\xf7\x8f\x75\x15\x1b\x68\x5d\x2e\xec\xd4\x3b\x45\x2e\x10\xf4\x82\x5d\xd8\x09\x5a\xa7\x83\x55\x0b\xd1\xcf\x0e\xaf\xa6\x63\x83\xb6\xcb\xab\xbd\x6c\x0d\x99\x8e\x58\x28\x93\x64\xe7\x28\x29\x4a\x94\x71\xf5\xb2\x0d\x83\xcf\x0e\x47\xa7\x73\x8b\x82\x2e\x47\x77\x38\x3a\x9d\xdb\x53\xeb\x72\x74\xa7\xf6\x25\x51\xe3\xd3\x2b\x3a\xbd\xc3\xe4\x89\x8c\x52\x97\xc9\x3b\x4c\x9e\x60\xdf\x2e\x93\xf7\xe6\x5b\x5b\x69\x76\x39\xba\xc3\xd1\x89\xab\xca\x5d\x8e\xee\x5d\x0d\x7d\xed\x81\x72\x74\x87\xa3\x53\xda\x5a\xb1\xcb\xd1\x1d\x8e\x4e\x69\x6b\xc5\x2e\x47\x77\xd8\x37\x51\x14\xd7\x65\xdf\x0e\xfb\xa6\xbc\xb5\x62\x97\x7d\x3b\xec\x9b\xca\xfd\xfc\xa2\x4e\xee\x72\x77\x87\xbb\x9f\x63\x2b\xcd\x21\x77\x0f\xb8\xfb\xe1\xea\xf5\x90\xbb\x07\xdc\xfd\x70\x15\x75\xc8\xdd\x03\xee\x7e\xae\xad\x34\x87\xdc\x3d\x60\x65\xff\x82\xc6\x90\x95\x07\xac\xfc\x84\x23\xef\x2e\xdf\x82\x6f\x1f\xa2\xa5\x43\xbe\x1d\xb7\x56\xca\xf6\x02\x87\x4c\x3a\xe0\xc8\x87\xd2\xd7\x21\x47\x0e\xd8\xef\xa1\x8a\x79\xc8\x7e\x03\xf6\x7b\x40\xf9\x90\xfd\x86\x16\x4f\xde\x1a\x72\xc8\x7e\x03\xf6\x7b\xc0\xf8\x90\xfd\x06\xec\x97\xc9\x76\x0e\xd9\x6f\xa4\xed\xa2\x79\x63\x7c\x24\xcc\xf9\x91\xb4\x95\xf6\x0e\x0f\x19\x6b\x50\x34\x68\xca\x67\x3c\xc4\xc6\x06\xbc\x96\xdd\x09\x59\x6d\xc0\x6a\x5e\xf8\x1c\x72\xda\x80\xd3\x32\x97\x3b\x87\x8c\x36\x60\x82\x1c\xb6\xf6\x18\xf2\xc0\x00\xdd\x19\x21\x30\x44\xf7\x00\xb7\x39\x26\x8a\x7a\x7d\x0b\xdc\x7a\x0f\x60\x88\xdb\x51\xb7\x60\xb0\x42\x7b\xd4\xe9\x5b\x0c\x24\x1f\x3e\xc4\xed\x00\xb7\x99\xbf\x23\x32\xc4\xed\x20\x62\x6c\x81\xd3\x30\x60\x3c\x80\x72\x26\x96\x36\x84\xf2\x00\xca\x99\x58\xc5\x10\xca\x03\x28\x97\x63\x6b\xdb\x21\x94\x07\x50\x2e\xb0\xd8\x10\xca\x83\xe8\x45\x21\xe5\x3b\x0c\x5e\x0c\xd0\x5d\x48\xd7\x0c\xd1\x3d\x40\x77\xc1\x55\x19\xa2\x7b\x80\xee\x42\x32\x64\x88\xee\x01\xba\x4b\xd8\xf2\x6b\x08\xdf\x01\x7c\x4b\xdc\x4a\x60\x0a\xdf\x09\x7c\x4b\xda\xd2\x6b\x0a\xdf\x09\x7c\x4b\x4a\xf9\xcb\xe7\x14\xbe\x13\xf8\x16\x8a\x7d\xa7\xf0\x9d\xc0\xb7\x10\xe6\x9d\xc2\x77\x02\xdf\xc2\xcd\xf3\x29\x7c\x27\xf0\x2d\x14\x43\x4d\xe1\x3b\xcd\xed\x1f\x44\x18\xa6\xf8\x9d\xe6\xdd\x0f\x72\xa1\x53\x00\x4f\xf3\xe9\x07\xf9\xb8\x29\x82\xa7\xb9\xf3\x83\xa4\xd4\x14\xc2\xd3\xfc\xf7\xc1\xad\xd3\x29\x86\xa7\x79\xed\x83\x04\xc5\x14\xc4\xd3\xdc\xf4\x11\xb7\x32\x98\xa2\x78\xaa\x0c\x0e\x2a\x37\xa6\x98\x9d\xaf\xf1\x4e\x44\x60\x8a\xd0\xa9\x32\x38\xa8\x3d\x9e\x42\x74\xaa\x0c\x0e\x8a\x00\xa7\x18\x9d\xe6\x79\x0f\x02\x97\x93\x4b\xf1\x9f\x53\xe1\x7d\x94\x6d\x97\x4c\x81\x3b\xbd\xfd\x7c\x1e\x6c\x95\x39\xc4\xa9\x25\x7f\x1e\xdb\xc3\x9b\xa2\x79\x6a\xca\x9f\xfc\xa5\x8b\x29\x9c\xa7\xb6\xfc\x79\x3e\x7b\x3e\xf1\x3c\xeb\xeb\x5d\x6c\x39\x3f\x45\xef\xf4\x7e\xe6\x79\x6f\xa5\x31\xb9\x9f\xf9\x39\xb5\xf0\xcf\x9b\x83\x14\xd2\x93\xf8\xfe\x79\x72\x95\x63\x12\xe5\xdf\x3f\xbc\x47\xf2\x65\x0a\xea\xa9\xdd\x7f\x86\x0d\xbb\x29\xaa\x27\x35\x79\xe7\x49\x40\x7c\x76\x0a\x26\xa7\xc5\x78\x67\xda\x4e\xd3\x14\xea\xd3\xa2\xb8\x93\xcb\x41\x53\xac\x4f\x6f\x29\x9d\x5c\x14\x99\x16\xc0\x4d\x23\x75\x27\xd7\x35\xa6\x68\x9f\xde\x95\x39\x49\x82\x4c\xe1\x3e\x27\xb5\x1b\x67\x06\xa3\x93\xda\x8d\x69\x61\xd6\x89\xe0\x9a\xf2\xc0\x34\x8a\x71\x52\xf0\x37\x65\x82\x69\x94\xe0\xa2\x80\x70\xc9\x05\xcb\x8b\x19\x17\x7f\x81\x61\x1d\xd8\x2f\x4b\x0f\xfe\x3a\xa9\xdc\x97\x35\xd6\x41\x14\xe3\xa2\xb0\x6d\x1d\x58\x56\x4b\x0f\xf9\xc2\x26\x5b\xf2\xcb\x3a\x89\x26\x5c\x17\x25\xe5\x27\x85\x86\xeb\xa4\x66\xfc\x42\x0d\xae\x13\xf5\xbc\x5e\x27\x99\xa4\xe8\x92\xb1\x96\xd5\x3f\x17\x77\x2c\x96\x9c\xb5\x2e\xa2\x8b\x17\x7f\x48\x62\x5d\x44\x6d\x96\x55\x3d\x57\x78\xe8\x73\xec\x45\x24\xf6\x22\x19\xb6\x2e\x02\xfb\xcb\x9a\x9b\x8b\xeb\x99\x4b\x1e\x5c\x37\x89\x8c\x2b\x66\xfa\x48\x64\x2c\xf9\xf2\xf2\xfe\x80\x7c\xb9\xe4\xcb\x2b\x6d\x69\xbd\xe4\xcb\x15\x88\x2a\x5d\x5c\x91\x5e\x81\xe8\xe7\x92\x57\xaf\x67\x5b\xd5\x4b\x5e\x5d\x81\x68\xd1\x45\x52\x6a\x85\xe6\x7b\x04\xec\x2f\x12\x3c\x2b\x20\xe0\x96\x3c\x7d\x95\x6d\x04\x2d\x79\x7a\xc9\xd3\x17\x17\x02\x97\x3c\xbd\xe2\xfb\x1e\x97\x01\xe4\xe9\x95\xd8\xe7\xfb\x48\xc7\xbf\x56\xe1\x29\xfe\xa5\x06\x5f\x89\x98\xce\x52\x0a\xdc\xc4\xf6\x96\x52\x60\xbd\x26\x21\xf1\xb9\xa5\x14\x58\xaf\x49\x88\x69\xb3\x94\x02\xeb\x35\x09\x2f\x2a\xf2\x95\x02\xeb\x35\x09\xb9\xbf\xbe\x94\x02\x4b\x8e\xbf\x49\xc1\x2e\x39\x7e\xc1\xe4\xe7\x1d\x39\x41\xca\x05\xf6\xcf\xf4\x9e\x07\xef\x39\xd6\x72\xf2\x9b\x2b\x86\xab\x74\xdf\x23\xbe\x79\x27\xc7\x52\x71\xb5\x4c\xcf\xdf\x98\xd7\x8b\xbf\x44\xf0\xb9\x5e\xc7\x9f\xdb\x6b\x4b\x69\xb1\x4c\x93\x27\x52\xd3\x8b\x1b\xfe\xfb\x87\x40\x0c\x9e\xd2\xe2\x3a\xff\xe7\x52\xaa\xa4\xb0\xa5\xc5\x52\xaa\x2c\xd3\xdf\x29\xc4\x4c\x5f\xb1\xcf\x9b\x0f\x6f\x5f\xa3\xcf\xcb\x64\x81\xfb\x17\xa6\xbf\x57\x35\xae\x15\x40\x18\xb9\xf0\xcf\x55\x8d\x61\x79\xb7\xc3\x32\xec\xf5\x86\x21\xd0\x49\x4b\xc9\xb5\xfc\x0b\x53\x09\x07\x63\x91\x57\xfe\x5c\x8d\xf4\x5e\x8a\x5e\x3e\x89\x9c\x65\xa3\x3a\x23\x91\x76\x5a\xe4\x8b\x3f\xd7\x1b\xc3\x20\x35\xb3\x94\x70\xcb\x1b\xe0\x09\x89\xb4\xc8\x03\x7f\xae\x66\x9c\x9b\xfa\xbc\x45\xde\x76\xff\x30\x96\xbc\xc8\x32\x55\xbb\xbc\xc8\x9d\x12\x68\xe7\x7a\xf6\xe7\x32\x15\x9a\x08\x1d\x2d\x53\xa1\xab\x19\x8f\xc4\x63\x5c\x5c\x62\xde\x3f\xcc\x47\x0c\x7a\x29\x45\x97\xd7\x93\x13\xf1\xe1\x65\x3a\x73\xf5\xe0\x7b\x48\x81\x1e\x7d\x8f\xdb\xa5\x89\xeb\x69\x8b\x9b\xcb\x9f\xcb\xbf\x6e\x95\xb8\x8c\xb6\x4c\x5d\x2e\x6f\x08\x27\xfe\x4e\xc3\xe2\x1e\xf0\xe7\x32\x4d\x99\xf8\xe3\x02\x8b\xfc\xe4\xfe\x71\x0d\xb0\xa1\xf4\x5e\x9d\xeb\x81\xe9\xbd\x77\x43\xac\x7f\x79\x79\x37\x61\x07\x2d\x2e\xef\xee\x9f\xf7\x26\xca\x41\x9f\x6b\x74\xdf\x43\xd2\x90\x27\xfc\x5c\x9d\x12\x85\x94\xfd\xb6\x29\x7d\xc4\x19\x93\x1c\xdf\x89\x33\xae\x8e\xc6\x49\x59\x9a\xd1\x38\x4b\xad\x91\x32\x78\x56\x6b\x2c\xd3\x76\x89\xbf\x75\xb6\x4c\xdb\x2d\xff\x26\x57\xca\xdc\x28\xb2\x5c\x7b\xa9\x5d\x12\x4e\xf7\x52\xbb\x2c\x2f\xaa\x26\x2a\x08\xd7\xf0\x7c\x87\xb1\xea\x12\xbc\x9d\xc3\xb7\x0d\xe3\xa5\xdc\xef\x5d\x43\x9a\x87\xf4\x51\xae\xbd\x06\x71\xd0\xf5\xe6\x90\x4a\xe1\x72\x8d\xf4\x4d\xff\x22\x1e\xd5\x82\xcb\xc0\xc1\xb2\x94\xfa\xa1\x5a\x70\x59\x36\xbd\xa6\x7f\x0e\x8e\xbb\xa3\x8b\xbb\xa3\xfb\x87\xc0\x1a\xb9\x9c\xa5\x56\x5b\xde\xfd\x7c\x8e\x6d\xec\xaf\x29\x6f\x4d\xcb\xf1\x0f\xef\xf7\x50\x8e\xbf\xe6\xf0\x8a\x15\xd7\xb8\xe6\x74\x8d\xe9\x35\x8f\xdb\xbe\x61\x9f\xb1\x5b\xae\x9b\x4d\xf7\x5e\x2d\xf9\x9c\x21\xfc\x6b\x89\xb9\x1b\xbf\xab\x3f\x7d\xf9\xf3\xdf\x3e\xec\x7f\xf8\xfe\x7d\x7e\xfb\x99\xbf\xb3\xc8\x5f\x38\xfc\x18\x73\xfd\xf0\x6d\xfe\xf9\x6f\x36\xfe\xf4\xe3\x4f\x7b\x14\xff\xfe\x4f\x00\x00\x00\xff\xff\x69\x55\x86\x2d\xdf\x51\x00\x00"); +var _agd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x1c\xc7\x0d\xbd\xcf\xaf\xe8\xa3\x73\x70\xb6\xbe\x49\x02\x8b\x01\x0c\x29\x8b\xc8\x81\xe3\xc0\x8a\x93\x00\x41\x0e\xdd\x5d\x6c\x61\x81\x68\x76\x30\xbb\x0a\xa0\x7f\x1f\xf0\xbd\x95\xe2\x18\x3e\x58\xf4\xbe\x26\x59\x2c\xd6\x63\x91\x35\x77\x6f\xde\xbd\x7d\x77\x79\x7c\x59\xee\xfe\x72\x7b\xda\xdf\xfb\xcb\x72\x3c\x5e\xe6\xcd\x9f\x9f\x3e\xdd\x76\x5f\x36\xff\xf0\x78\x39\x9d\x72\x59\xe6\xe3\xfe\xf2\xe5\x4f\x88\xfd\xe3\x7a\x3d\x9d\xc2\xfe\xfd\xe7\xe7\x17\xff\xf8\xee\x72\x3c\x2d\x95\x7a\xf3\xd3\xf5\x55\x77\x59\xee\x7e\xf2\x0f\x8f\xcf\x2f\xb7\xcf\xcb\x37\xdf\xcd\xa7\xcd\x7f\xb7\x4c\x3f\x02\xff\xf1\x36\xfd\xf6\x78\xf9\xb0\x7c\xf3\xfd\x7a\x5d\x2f\xf9\xeb\x87\xf7\x9f\xae\xd7\x7f\xfb\x47\xbf\xbc\x2c\x19\x98\x5f\x26\xe4\xe9\xee\xcd\x0f\xeb\xf5\xcf\xeb\x47\x5f\xee\x2c\x5d\xff\xf3\xed\x4f\x7f\x7a\xff\xfd\xb7\x7f\xc4\x37\x7c\xfa\x9b\xdf\x9e\x1f\x9f\x2e\x4b\x4e\xbf\x4f\x69\xfc\x0f\xff\xeb\xe7\xab\xbf\xfa\x3a\xdd\xfd\xfc\xee\xed\x8f\xc7\xf1\xec\x2f\x8b\x4a\xa2\xce\x3f\x7e\x7e\xf7\x76\xf9\x67\x5e\x72\x5a\x4a\xaf\x2d\xff\xeb\x55\xf5\xef\x3f\x3c\x4d\x5f\xa8\x74\xea\xdc\xd2\xfe\x34\xfd\xf9\xba\xee\x7e\x5b\x2f\x1f\xfc\xb4\x2c\xf7\x29\x9d\x97\x65\xb9\xd7\x74\x8e\xbf\x34\xb7\x74\x5e\xee\xed\xe1\xe1\x0d\xfe\xfe\x8e\x5f\xdf\x3e\xe0\xaf\x3f\x24\x7c\x7d\x78\xf3\xfa\xf5\xe1\x2d\xbe\x3e\x3c\x9c\x63\x97\xbf\xf2\x7d\xca\x5c\xf2\xf2\xf4\x32\xfd\x20\x86\xd5\xee\xf3\x71\x5e\x72\x58\xfc\xf2\xd3\x29\xa7\xf4\x1a\xe3\xe3\x7c\xd5\x2e\xa1\x2d\x1e\xda\x11\x20\xa2\x5c\x4c\x4e\x5f\xc2\xd4\x1c\x1f\x47\xad\x81\x50\x21\xaf\xfb\x79\x19\x36\x02\xd9\x14\xc8\x76\x9c\x17\x69\xe1\x22\xef\x44\x76\x0f\xc4\x02\x99\x2b\x10\xd7\xf3\x22\x1d\x56\x07\xfd\x1c\x72\x5e\x44\x60\x75\xec\x44\xf6\x40\xc2\xaa\xb4\x23\x90\xd2\xc3\x4a\x53\x20\x03\x56\x45\xec\xbc\x88\x01\xd1\x0c\xc4\xd6\xf3\xa2\x39\x3c\x17\xa3\xd5\x91\xcf\x8b\xb6\x72\xba\xd7\xca\x5d\xd4\xd8\x85\x95\x1e\x08\x77\x51\x6d\x9c\x17\x53\x0d\x84\x56\x75\x1b\xe7\x25\xa7\x1c\x01\xd5\x8d\xd0\x04\x54\xc3\xae\xd1\x53\x8b\x30\x72\xea\x11\x64\x13\x42\xc8\x5f\xb2\x58\xaf\xd1\x7b\xb3\x7c\x5e\x72\x4e\x91\xc8\x46\xf7\x10\xd2\xb0\xbb\xb6\x52\x2b\x84\x34\xcd\x80\x32\xa1\x8c\xc4\x11\x2a\x84\x0a\x20\x04\xb1\x56\x42\x35\x92\x99\x2a\xa0\x46\xa8\x41\x8b\xee\x3b\xa1\x0e\x2d\x04\xb1\x0e\x42\x23\xa0\x42\x43\x21\x14\xc7\xd0\x33\xdd\x2b\x21\x9c\x55\x65\x10\x46\xc8\x00\xd1\xfd\x4a\x68\x45\xf4\x09\xd0\x46\x68\x03\x84\x4c\xac\x3b\xa1\x1d\x71\x35\x40\x93\xd0\x04\xa4\x80\x9c\x90\x23\xd4\x01\x88\xf9\x0a\x21\x3d\xc1\xd7\xc6\x7c\x85\x90\x9e\xe1\x6b\x63\xbe\x42\x48\xaf\x08\x62\x63\xbe\x42\x48\x2f\x34\x64\xbe\x36\xe4\xab\x62\xc5\x8d\xf9\x0a\x21\xbd\xd3\x17\xf3\xb5\x21\x5f\x20\x40\xdb\x98\xaf\x8d\xf9\x42\x5c\x1b\xf3\xb5\x31\x5f\xc8\x04\xf9\x0f\x21\xbd\xd2\x17\xf3\xb5\x21\x5f\x8d\x41\x30\x5f\x21\xa4\x27\x06\xc1\x7c\x85\x90\x5e\x70\x42\x1b\xf3\x15\x42\x7a\xe6\x8a\xcc\x57\x08\xe9\x64\xe1\xc6\x7c\x6d\xc8\x57\x0b\xa8\x93\x98\xbd\x63\x8f\x1d\x50\x87\x56\x97\xa8\x83\x84\x12\xeb\xb2\x13\xf2\xf3\xa2\x45\xc3\x7d\x27\x57\xbb\x76\x40\xb1\xa1\x6e\xc8\x6a\x47\x49\xa5\x01\x43\xd2\xb7\x93\x13\x02\xf7\xe4\x44\x0f\x02\x68\x29\x84\x36\x42\x33\x20\x70\xb5\x33\xf7\x3d\x36\xa4\xac\x8e\xce\x0d\xf5\x3d\x43\x2b\x32\xd1\x27\x0d\x8f\x16\x45\x9c\x43\x6b\x70\x43\x10\x32\x52\x06\x94\x09\x85\x61\x46\xf4\xa3\x15\x42\x05\x5a\x34\xac\x84\x6a\xac\x58\x12\xa0\x46\xa8\x01\xa2\x56\x27\x14\xdb\xae\xa8\xa1\xd1\x06\xa1\x01\x5f\x02\x48\x08\x09\x0c\xa9\xa5\x84\x14\x5a\x84\x8c\x90\x41\x8b\xa1\xae\x84\x56\x68\x35\x40\x1b\xa1\x0d\x2b\x12\xda\x09\x4d\x68\x75\x40\x4e\x28\x4e\x28\x55\x06\x81\xdc\x8f\xde\xe1\x1e\x86\x9d\xa1\x86\xd0\x4a\xc3\xce\x50\x3b\x42\xad\x48\x4e\x67\xa8\x1d\x71\x55\x1a\x32\xae\x8e\xe3\x40\x6d\x8f\x3e\x09\x4d\xf8\x82\xa1\x31\x54\x43\x5c\x19\x29\x34\xc6\x15\x42\x2b\x93\x43\x4e\x40\x68\xca\x71\x8e\x83\x57\xda\x58\x41\x39\xd0\x77\xf0\xfe\x82\xd0\x84\x82\x19\xbc\xbf\x20\xb4\xa0\xd2\x06\xef\x2f\x08\x2d\x19\x59\xe5\xfd\x05\xa1\x85\x9c\xe0\xfd\x05\xa1\x05\x37\xc0\x20\xbf\x20\x34\x75\x04\xc1\xda\x86\xd0\x84\x66\x33\x58\xdb\x10\x5a\x51\x7c\x63\x67\xbe\x76\xd0\x97\x71\xed\xdc\xf6\xce\x3d\x12\xe2\x1e\x77\xee\x11\x2b\x4e\xee\x31\x84\x26\x86\x3a\x49\xcc\xc9\x6d\x17\x74\xe9\x2f\xdd\xf5\xb7\x1a\xae\x8e\xc9\xac\x4c\x66\x05\x29\x98\xdc\xc9\xc4\xe6\x70\x0e\xc2\x1a\x90\x60\xa4\x66\x34\x64\x21\x23\x21\x34\xf7\x04\x48\x09\x29\x0c\x1b\x20\x23\x14\x27\x9f\x71\x41\x08\x19\x09\xa1\x19\x97\xa0\x90\x91\x10\x32\x0a\x7d\xed\x84\x76\xb8\xcf\x80\x26\x21\x92\x81\x86\x4e\xc8\xe1\x9e\xa1\x1e\x84\x0e\x40\x30\xec\x8c\xbe\xa3\x82\x91\x61\xe9\x99\x10\x2a\xb8\x11\x2a\x84\x0a\x20\xec\xb1\x57\x42\x15\x50\x05\xd4\x08\xe1\x82\x68\x08\xa2\x77\x42\x1d\x10\xb6\xcd\xb2\x10\xd4\x40\xae\x74\xcf\xe4\x84\xd0\x8c\x9b\x58\x78\xbd\x89\xc5\x8a\x35\x63\x45\xe3\x8a\x26\x08\x15\x2b\x1a\x0d\x0d\x86\xe8\x10\x62\xcc\xaa\x21\xab\x03\x59\x35\x66\x15\x57\x65\xe5\x1e\x59\x3c\x10\x9a\xc1\x48\x31\x66\xd5\x90\x55\xb4\x75\x31\x66\xd5\x50\x75\xcc\x3d\x4b\x0c\x42\x4b\x61\x10\xcc\x2a\xa6\x86\xae\x58\x91\x25\x06\xa1\x89\xe7\xc8\xa9\x01\x42\xba\x12\x62\x56\x31\x35\x74\x5c\x95\xc2\xaa\x83\xd0\xc4\xe4\xb0\xea\x20\x34\x2b\x56\x64\xd5\x09\x4a\xac\xa2\x27\x09\x47\x04\x08\x4d\x4c\x21\x47\x04\x61\x3b\x30\x42\x4c\x0e\xda\x41\x6a\xd8\x10\xdb\x01\x84\x74\x23\xc4\x4c\x60\x1e\xe8\xc6\x15\x99\x09\xcc\x03\xdd\x18\x17\x33\xb1\xe2\x12\x24\xbf\x38\x0f\x40\x68\xe2\x69\x73\x1e\x10\xce\x03\xe8\x36\xc2\x79\x00\x42\x13\x79\xcf\x79\x00\x42\x13\xc9\xc4\x3b\x43\x38\x0f\x60\x86\x15\xde\x19\xc2\x3b\x83\x2c\xe4\x9d\x21\x9c\x07\xd0\xa6\x84\x9d\x0b\x42\x13\x59\xc8\x56\x2c\x1b\xe2\x62\xc1\xec\x8c\x6b\x67\x10\xd8\x90\xd3\x97\x83\x5f\xe8\x10\xe2\x4c\x61\x08\xad\x3c\xed\x83\x64\x3a\x90\x42\x52\xee\x60\x0a\x63\x26\xd6\x0a\x43\xe5\xa5\xa0\x6c\x8c\x68\x07\xca\xc6\xa8\xec\x82\x25\x56\x54\x16\x8c\x46\x75\xc8\xc0\x8d\xa7\x03\x2b\x42\x88\x75\x42\x2b\x21\xb0\x10\xbc\x57\x52\x4e\x63\xc5\x9c\xd1\xd6\x8d\x2b\x1a\x26\x5c\x5e\x95\xc6\xa9\xc1\xa0\x55\x30\xea\xad\xd4\x5a\xa1\xd5\xd0\x21\x56\x6a\xad\xd0\x6a\x12\x04\xd8\xa8\xb5\x41\x8b\x87\xb6\x51\x6b\x83\xd6\x40\x5c\x3b\xb5\x76\x68\x09\x88\xb9\x53\x6b\x87\x96\x82\x13\x93\x5a\x13\x5a\x86\x01\x67\x52\x6b\x86\x56\x61\xcb\x73\x6a\x79\x68\x95\x8c\x91\xdd\xa9\xe5\xd0\x2a\x98\x07\x0e\x6a\x1d\xd0\xaa\x20\xc0\x41\xad\x03\x5a\x2d\xba\xa0\xf1\x5d\x66\x09\x5a\x98\xc5\x2c\x29\x21\x68\x81\x26\xf6\xfa\xb6\xc3\xa3\xa9\x48\x1c\xad\xf1\xd5\x64\x78\xdb\x14\x89\x7a\xb4\x42\xad\x02\x2d\x8b\x16\x60\x85\x5a\x05\x5a\x26\xed\x74\x6f\x7c\xba\x18\x9e\x2e\x35\x45\x75\x18\xdf\x2e\x56\x43\xab\xe6\x51\x4e\xf7\xc6\x67\x89\xe1\x0d\x52\x8b\x4a\x40\xd4\x6a\xd0\xaa\xd1\x28\x8c\x33\xa2\x61\xfa\xab\x2d\x86\x38\xe3\xf4\x67\x1d\x5a\x18\x8d\x8d\x83\x97\x0d\x68\x8d\x11\xd1\x0f\x6a\x0d\x68\x49\xcc\xc1\xc6\xd6\x64\x02\x2d\x0d\xde\x9b\x50\x0b\x5c\xad\x16\xbd\xd2\xc8\x55\x53\x29\xe7\xa5\xe1\xce\x31\xf2\xcb\xc0\xaf\x96\xe2\x52\x30\xf2\xcb\xc0\xaf\x96\x35\x0c\xc9\x2f\x03\xbf\x5a\x89\xe3\x30\xf2\xcb\xc0\xaf\x56\x25\xb6\x4d\x7e\x19\xf8\xd5\x1a\x8e\x83\xfc\x32\xf0\xab\xf5\x91\xfe\xbf\x15\x8f\xfa\xeb\x4e\x6c\x64\x9f\x81\x7d\x6d\xe0\xb0\xc8\x3e\x03\xfb\x9a\x44\x99\x1b\xd9\x67\x60\x5f\x53\x1c\x16\xd9\x67\x60\x5f\xb3\x18\xb8\x8c\xec\x33\xb0\xaf\x19\x0e\x8b\xec\x33\xb0\xaf\xe7\xa8\x56\x23\xfb\x0c\xec\xeb\x19\x87\x45\xf6\x19\xd8\xd7\x6b\xcc\x3a\x46\xf6\x19\xd8\xd7\x6b\x1c\x16\x2e\xfe\x79\xc4\x09\x8f\xd3\xbd\x93\x8b\x0e\x2e\xf6\x9e\x52\x40\x4a\x08\x36\x3d\x8e\xce\xc9\x45\x07\x17\xfb\x88\xde\xe0\xe4\xa2\x83\x8b\x5d\xe2\xe8\x9c\x5c\x74\x70\xb1\xab\x84\x7b\x72\xd1\xc1\xc5\x6e\x71\x74\x4e\x2e\x3a\xb8\x38\xd2\x68\x01\x51\x0b\x5c\x1c\x39\xda\x85\x93\x8b\x0e\x2e\x8e\xd2\x4b\x40\xd4\x02\x17\x47\x8d\x47\xa6\x93\x8b\x0e\x2e\x8e\x16\xed\xc2\xc9\x45\x07\x17\x07\x9e\xb5\x4e\x2e\x3a\xb8\x38\x46\x89\xe8\xc9\x45\x07\x17\xc7\x88\x5e\xea\xe4\xa2\x83\x8b\x03\xbf\x01\x38\xb9\xe8\xe0\xe2\xd0\x78\x6e\x3b\xb9\xe8\x1a\x5a\x92\x62\x4c\x72\xa5\x16\xb8\x28\x69\x44\xf4\xe4\xa2\x83\x8b\x92\xa3\xb3\x39\xb9\xe8\xe0\xa2\x94\x78\x5a\x39\xb9\xe8\xe0\xa2\xd4\x78\xfc\x3a\xb9\xe8\x2b\xdf\xe9\xd1\x67\x7c\x45\xc7\xf5\x95\x43\x6d\xf0\xda\x37\xdc\xd4\xbe\xe1\xa6\xd6\x38\x7b\xdf\x30\x26\xf9\x16\x33\x91\x68\x3c\xc0\x7c\xeb\x1b\xa1\x68\x89\x8a\x3d\x6e\x83\x5a\xa3\x01\x82\xaf\x61\x80\x64\x05\x04\x43\xa5\xfb\x10\x62\x31\xda\xf8\x8e\x7a\xa3\x10\x8b\xf1\xcd\x77\xcc\x0b\x14\x62\x71\x9f\xfb\xce\x50\x21\xc4\x62\x1c\xf1\x1d\x93\x00\x85\x58\xb4\x1e\xdf\x31\x09\x50\x88\xc5\xbd\xe9\xfb\x4e\x5f\x3b\x7c\x45\xf9\xf8\xee\x84\x9c\x50\x03\x44\xf7\x4e\xf7\x1d\x10\xdd\x3b\xdd\x0f\x40\x3b\xa1\x1d\x50\x44\xcf\x22\xa3\x10\x03\x01\x26\x9e\x7c\x14\x62\xd1\xec\x7c\xe2\x7d\x47\x21\x56\x13\xa0\x41\x68\x00\xca\x80\x94\x10\xfa\x5f\x8d\xe8\xe7\xa0\xaf\x01\x5f\x35\xa2\x9f\x8a\x50\x21\xc4\xa2\x83\xf8\xd4\x4e\x08\xa1\xc6\x35\xe3\x53\x85\x10\x32\x11\xc5\xef\x53\x9d\x90\x03\x42\xf4\x46\x43\x63\x10\x7a\xba\x3f\x62\x80\x88\x7f\x72\x14\xc6\x11\x16\xf1\x4f\x89\x9d\x1d\x71\x50\xf1\x4f\x5c\x13\xbf\xbc\xb6\xe2\xff\x3f\xae\xd7\xd3\xd7\xdf\x35\xf7\x4f\xb7\x9b\x5f\x5e\xf0\x2b\x2a\x7e\xba\x5c\xa6\x1f\x8f\x17\xff\xfa\x8b\xec\xf5\xe9\x1a\x56\xf8\xef\xbf\x01\x00\x00\xff\xff\x89\xe9\xd8\x67\xbd\x15\x00\x00"); +func _bcde ()(*asset ,error ){_baca ,_bagc :=_cbdg ();if _bagc !=nil {return nil ,_bagc ;};_gbgf :=bindataFileInfo {_c :"UniAKR-UTF8-H",_ed :217759,_cg :_g .FileMode (436),_ca :_d .Unix (1580492671,0)};_fdad :=&asset {_fdf :_baca ,_ff :_gbgf };return _fdad ,nil ; +};func _acfb ()([]byte ,error ){return _fd (_gdge ,"HKgccs-B5-V")};var _fbbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xcd\x6e\xd4\x30\x10\x00\xe0\x7b\x9e\x62\x8e\xe5\x50\x62\xe7\xc7\x71\xa4\x6a\x25\xb4\x7b\x20\x54\xa5\x88\xa5\x05\x09\x71\x70\xe2\xc9\x62\x89\xb5\x23\x27\x39\xec\xdb\x23\xcf\x84\xd0\xc3\x6a\x36\x9f\x67\x26\x8e\x3d\xf9\xb1\x3b\x75\xde\x2d\x90\x7f\x89\x61\x38\xe3\x02\xa3\xf3\x36\xe2\x1c\xd6\x38\x20\xf4\x78\x71\x3e\xcb\x64\x01\xd6\x0d\xcb\xbf\x47\x0a\xc3\xd5\x4c\x59\x96\x3f\x9e\x8f\xf7\x9f\xc2\x6f\xd3\xdf\x7f\x84\x75\xc6\x4d\x8f\xdd\xe9\x7c\x9b\x17\xbc\x76\x7e\x0c\x50\x72\xb5\x5d\xa7\xad\x03\x40\xfe\x15\x2f\x6e\x5e\xe2\x0d\xee\x3e\xd8\xd0\xe3\x3b\xb0\x38\x26\x7f\x8e\x16\xa3\xf3\x17\xb8\x7b\x0c\x11\x8d\xdc\x17\xce\xeb\x34\xfd\xc1\x2b\xfa\x05\x24\x19\x7a\x4b\x31\xcb\x8f\x4f\x66\xfa\x6c\xae\x08\x6f\x76\xf3\x4a\x6b\xb4\xf4\x8a\x71\x76\xc1\x83\x14\xef\x85\x50\xff\xfd\xdb\x6d\xc2\xad\x57\x96\xbf\x74\xa7\xe7\x71\x9c\x71\x01\xd5\x0a\xce\xf9\xf1\xd2\x9d\xe0\xa7\x04\x29\xa0\xa8\x2b\x59\xfc\xda\x52\xbf\x3f\x05\xbb\x17\x4a\xc5\xdf\x34\x38\x1b\x8d\xbf\x60\xf6\x60\xdb\xb2\x38\x40\x0a\xe5\x01\xb4\xa8\x15\x51\xcd\x54\x13\x69\x22\xc5\xa4\x0e\xa0\xcb\x42\x10\xb5\x4c\x3d\x65\xb5\x44\x96\xc9\x26\x52\x45\xa2\x8a\xdb\x57\x4c\x65\xa2\xa6\x27\x6a\xa8\xb0\xa9\xb3\x07\x6b\x4a\x99\x88\x82\x16\x8d\x22\xd2\x4c\x2d\x51\x43\x34\x30\x0d\x44\x2d\x11\x32\x61\x22\x9d\xf6\x65\x2a\x43\x54\x8d\x44\x32\x91\xa2\x37\x52\xd0\x42\x53\x2f\x65\x99\x68\x5f\x5a\x13\x8d\x4c\x5c\x48\xed\x5b\xce\x32\x22\x51\x2b\xd2\x35\xee\x67\x97\xfe\xa7\x01\xda\x2f\x74\x58\x63\x44\xbf\xd0\xf8\xd0\x9d\xa5\x43\x77\x1e\xf7\x01\x9d\xc2\x94\xaa\xe8\xf7\x37\x00\x00\xff\xff\xb0\xc5\x59\xa9\xcc\x02\x00\x00"); +func _fcfbf ()(*asset ,error ){_cfc ,_ggge :=_efcg ();if _ggge !=nil {return nil ,_ggge ;};_gedbg :=bindataFileInfo {_c :"UniJISX02132004-UTF32-H",_ed :243189,_cg :_g .FileMode (436),_ca :_d .Unix (1580492992,0)};_ccfbc :=&asset {_fdf :_cfc ,_ff :_gedbg }; +return _ccfbc ,nil ;};func _gbbcc ()(*asset ,error ){_abcce ,_aaab :=_adefff ();if _aaab !=nil {return nil ,_aaab ;};_geagf :=bindataFileInfo {_c :"RKSJ-H",_ed :2884,_cg :_g .FileMode (436),_ca :_d .Unix (1580492632,0)};_bcaaa :=&asset {_fdf :_abcce ,_ff :_geagf }; +return _bcaaa ,nil ;};func _bdc ()(*asset ,error ){_bcfab ,_efeb :=_fcd ();if _efeb !=nil {return nil ,_efeb ;};_ffge :=bindataFileInfo {_c :"HKdla-B5-V",_ed :613,_cg :_g .FileMode (436),_ca :_d .Unix (1580492314,0)};_gca :=&asset {_fdf :_bcfab ,_ff :_ffge }; +return _gca ,nil ;};var _dffe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x85\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x23\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xb3\xfd\x17\xff\xfa\x7e\xec\x49\x2e\x33\xfe\xfc\xed\xe1\x3e\xfd\x25\x49\x72\xd2\x52\xa6\xe9\xef\x4b\xfe\xc7\xb7\xc3\xd2\x53\xbe\xde\xe9\xe1\xfe\xee\xf0\xb6\x9e\x93\x4c\x52\x78\x87\x41\xf8\x2f\x6d\x0f\x4b\x7f\x3d\x6e\xb6\xfd\xb4\x59\x9f\xfb\x90\xd2\x9c\x73\xce\xb7\x69\xf6\x2f\x5f\xbf\xde\xe2\x69\xff\x77\xc6\x30\x96\xcb\x95\xfb\x85\xc9\xf5\x8a\x9c\x77\xbb\xdb\x94\x87\x39\x0b\x8f\x05\xc7\x5a\xea\x30\x67\x65\xa2\x48\x8a\xe8\x30\x67\x63\x62\x48\xc6\xda\x86\x39\x3b\x13\x47\x22\x59\x7d\x98\x73\x61\x54\x22\xd2\x86\xd9\x95\x51\x8d\xa8\x18\x86\x8f\x8c\xc6\x88\xc6\x09\xd3\x1b\xa3\x16\x4f\x90\x1d\xe3\x27\x46\x53\x44\x96\x31\x7e\xc3\x68\x73\x79\x4e\x8c\x7f\x62\xf4\x14\x51\x13\x8c\xdf\x32\xda\x22\xb2\x3c\x62\xfc\xc2\x68\x89\xc8\x14\xe3\x3b\xa3\x1e\x51\x69\x18\xbf\x63\xb4\x8b\xa8\x79\x1e\x66\xa1\x94\x84\x94\xe7\xa9\x0e\xb3\x10\x4b\x02\xcb\xad\xe8\x30\x0b\xb5\x24\xb4\xbc\xe6\x36\xcc\x42\x2e\x09\x2e\x6f\xd5\x87\x59\xe8\x25\x7e\x31\xc5\x78\x7a\x49\x78\x15\x1b\x31\x9e\x5e\x12\x5e\xa5\x1a\xc6\xd3\x4b\xc2\xab\xb4\x86\xf1\xf4\x92\xf0\xaa\xe2\x18\x4f\x2f\x09\xaf\xea\x19\xe3\xe9\x25\xe1\x55\x2b\x8a\x15\x7a\x49\x78\xd5\x09\xcd\x0a\xbd\x24\xbc\x46\x41\xb5\x42\x2f\x09\xaf\xd1\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\xd7\x38\xa1\x5a\xa5\x97\x86\x57\x13\x54\xab\xf4\xd2\xf0\x6a\x8e\x6a\x95\x5e\x1a\x5e\x6d\x44\xb5\x4a\x2f\x0d\xaf\x36\xa1\x5a\xa5\x97\x86\xd7\xa4\xa8\x56\xe9\xa5\xe1\x35\x39\xaa\x55\x7a\x69\x78\x4d\x23\xaa\x55\x7a\x69\x78\x4d\x13\xaa\x55\x7a\x69\xbb\x7e\x57\x31\x9f\x60\x3a\x31\x73\x94\xab\x14\xd3\x0d\xb3\x11\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\xdd\x32\x53\xf4\xab\x44\xd3\x85\x59\x41\xc1\x4a\x35\xed\xcc\x46\x34\xac\x64\xd3\x1d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\x15\x94\x6c\x94\x33\xbd\x2e\xb0\x3c\xcc\x46\x3a\x0b\x3a\xb1\x8c\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x05\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x67\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x0b\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\xaf\x08\xea\x36\xfa\xd9\xf6\xfa\x56\xc0\x3d\xe8\x67\xf4\x2b\x15\x85\x1b\xfd\x8c\x7e\xa5\xa1\x71\xa3\x9f\xd1\xaf\x0a\x2a\xf7\xcb\x3b\x90\x7e\xd5\xd0\xb9\xd3\xcf\xe9\x57\x2b\x3a\x77\xfa\x39\xfd\x6a\x43\xe7\x4e\x3f\xa7\xdf\x28\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\x63\x45\xe7\x4e\x3f\xaf\xd7\x57\x19\xee\x41\x3f\xa7\x5f\x13\x74\xee\xf4\x73\xfa\x35\x47\xe7\x4e\x3f\xa7\x5f\xab\xe8\xdc\xe9\xe7\x9b\xc5\x90\x4d\xee\xf1\x46\xbf\xbe\xb9\xf1\x3b\xf6\xbd\x8f\x9d\x68\xfb\x76\x3a\xf5\xf5\x1c\xbb\x5e\x6c\x36\xd8\x2b\xf6\x6b\xff\xd8\x41\x8f\x87\x23\xae\x8a\x9f\x7f\x03\x00\x00\xff\xff\xd8\xa1\x1c\x9d\x6d\x07\x00\x00"); +var _fgf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x6f\xdb\x3e\x0c\xc5\xef\xfe\x14\x3c\xf6\x7f\xe8\xdf\x92\x35\x47\x31\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x2c\xdd\x80\x61\x07\x59\xa2\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\xb9\x87\xe0\x25\x3f\xf1\x3d\x91\x11\xeb\x43\x7f\xec\x63\x98\xa1\xfe\x9a\x47\x7b\xc2\x19\x7c\x88\x2e\xe3\x34\x2e\xd9\x22\x0c\x78\x09\xb1\xaa\x64\x03\x2e\xd8\xf9\xdf\x4f\x12\x7b\x35\xa9\xaa\xea\xe7\xa7\x64\xef\x3f\x9d\x0f\xf7\x9f\x61\x99\x70\x85\x87\xfe\x78\xba\x4d\x33\x5e\xfb\xe8\x47\x50\x6c\x76\x4b\x5a\x03\x00\xea\x6f\x78\x09\xd3\x9c\x6f\x70\xf7\xd1\x8d\x03\xfe\x07\x0e\x7d\xe1\xaf\xd9\x61\x0e\xf1\x02\x77\xcf\x4f\x72\xa3\xa7\x25\xa5\x3f\x78\xc5\x38\x83\x20\x86\xd1\x91\x56\xf5\xe1\xc5\xa4\x2f\xe6\x8a\xf0\xde\xc9\x1b\x1d\xd1\xc9\x1b\xe6\x29\x8c\x11\xba\xff\x85\xd8\xbd\xe3\xef\xb7\x84\x20\xd7\x84\x73\x7f\x7c\xf5\x7e\xc2\x19\x94\xe0\xf4\xfa\xe7\xb9\x3f\xc2\x2f\x09\x52\x40\xd3\xaa\x5d\xfb\x7b\x2d\xfd\xf1\x32\xba\xcd\xd8\x08\x1e\xc7\x06\x97\x4d\xbc\x60\xf5\x60\xa4\x69\x1e\x61\x15\x68\x75\x4b\x48\x31\x52\x84\x3e\x10\x32\x8c\x4c\x41\xdd\x9e\xd0\xc0\xc8\x3e\x82\xd6\x82\xab\x1c\x23\x47\x55\x5d\x41\x03\xc7\x0f\xbe\xa0\x7d\x53\x90\x47\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x64\x14\x84\x2c\x23\x4b\x55\x8a\x10\x32\xe2\x2c\x5d\xd0\x40\xad\xaa\x61\xa0\x2a\x8a\x1f\x1c\x23\x47\x55\x14\x5f\x1a\x5a\x05\x5a\x5d\x5a\x55\x8e\x06\x22\xd1\x5a\x30\x62\xa3\x23\xa3\xa4\x26\x1c\x1b\x8b\xc0\x4e\x10\xf2\x6c\xf4\x74\x63\x47\x37\x7a\x36\x7a\xfe\x27\xa8\x2f\x1e\x5b\xf1\xd8\x52\x96\x85\xd8\xde\xa1\x7c\x2f\x7b\xb8\xad\x86\x5d\x72\xc6\x38\xd3\x16\xd2\xfb\x97\x07\x0c\x11\xb7\x35\x4f\x63\x2a\x2e\xfa\xfc\x0d\x00\x00\xff\xff\x92\xaf\x31\x14\x12\x03\x00\x00"); +func _adb ()([]byte ,error ){return _fd (_acd ,"Adobe-GB1-4")};func _acaf ()(*asset ,error ){_dcdc ,_ggcga :=_ebgf ();if _ggcga !=nil {return nil ,_ggcga ;};_bbagd :=bindataFileInfo {_c :"GB-V",_ed :774,_cg :_g .FileMode (436),_ca :_d .Unix (1580492258,0)}; +_edff :=&asset {_fdf :_dcdc ,_ff :_bbagd };return _edff ,nil ;};func _dfa ()([]byte ,error ){return _fd (_bgb ,"Add-RKSJ-V")};var _cgce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc0\x0c\x94\x0c\x03\x61\x98\xb6\xcc\x94\x76\xed\xd8\x72\x30\x34\xb6\x71\x9c\xc5\xbc\x7d\xb9\xf7\x38\xa1\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\xf6\x87\xe7\xc3\x38\xac\x76\xf7\x7d\x99\xda\x8f\xbc\xda\x7e\x18\xbb\x25\x5f\xa6\xeb\xd2\x66\x7b\xcc\xa7\x61\x34\x86\xd8\x76\x43\xbb\xde\x86\xfa\x68\xcf\xcd\x6c\x8c\xac\xff\xf8\xbc\xac\xf9\x7c\x18\xfb\xc9\x16\x98\xd7\x5d\xe7\x6d\xae\xb5\xbb\xf7\x7c\x1a\x2e\xeb\xf2\x69\x1f\xbe\x74\xd3\x31\xff\x67\xbb\xdc\x0b\xff\xb6\x74\x79\x19\xc6\x93\x7d\x78\x7d\xbf\xc3\x8f\xeb\x3c\xff\xce\xe7\x3c\xae\x96\x95\xe5\xb1\xd3\xa7\xd9\xed\xdf\x9a\xf9\x6b\x73\xce\x76\xa7\x39\x8f\xaf\xef\x8f\x98\xa2\xbf\xfc\xcc\xcb\x65\x98\x46\x4b\xff\x3b\xf7\x17\xfe\xf1\x39\x67\x4b\x5b\xc2\xaf\xb7\xa9\xcb\xd6\xdd\xf2\x0e\xcf\xfb\xe9\x3a\xae\x96\xc8\x97\xdb\x14\xc2\xb6\xdb\xa9\xcb\x97\xb9\x69\xf3\xd2\x8c\xa7\x6c\xac\xad\x9d\x73\xee\xc9\xd6\xbc\x7f\x79\x79\x92\x3d\xfd\x33\xc3\xf8\x72\x5b\x39\x74\x20\xb7\x15\xce\xf5\xfd\x93\x75\xa6\x76\x84\x31\xc9\x98\xcb\x60\x6a\xc7\x20\x2c\xa4\x24\x36\xb5\x2b\x40\x0a\x21\x55\x88\xa6\x76\x1e\xc4\x0b\x21\xc7\xde\xd4\xae\x04\x2a\x15\x71\x94\xec\x00\x14\x14\x95\x85\x84\x57\x40\x95\xa2\x2a\x49\x7a\x04\x8a\xba\x03\xe7\x25\x3e\x01\x25\x45\x85\x93\xf8\x06\xa8\xd9\xf6\x29\xf1\x47\xa0\xa3\xa2\x48\x12\xdf\x02\xb5\x82\x0a\x57\x49\x7c\x07\xd4\x29\x2a\x58\xe2\x33\x50\x56\x54\x46\x89\xef\x81\x7a\x45\xd1\x3b\x53\x13\x4c\x91\x9a\xf2\x2e\x05\x53\x13\x64\x91\xca\xf2\x45\xc9\xa6\x26\xd8\x22\xb5\xe5\x83\x8b\xa6\x26\xe8\x22\xd5\xe5\x63\xf0\xa6\x26\xf8\x22\xbf\x39\x95\x78\xf8\x22\xf5\x55\x16\x95\xc4\xc3\x17\xa9\xaf\x32\x14\x12\x0f\x5f\xa4\xbe\xca\x18\x25\x1e\xbe\x48\x7d\x05\xf2\x12\x0f\x5f\xa4\xbe\x82\x77\x12\x0f\x5f\xa4\xbe\x42\x90\x62\x09\xbe\x48\x7d\x85\x24\xcd\x12\x7c\x91\xfa\xaa\x48\xaa\x25\xf8\x22\xf5\x55\x79\xa9\x96\xe0\x8b\xf2\xd6\xbf\xc4\xc3\x17\xa9\xaf\x2a\x49\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\x31\x49\xb5\x0c\x5f\xac\xbe\x12\x4b\xb5\x0c\x5f\xac\xbe\x92\x97\x6a\x19\xbe\x58\x7d\xa5\x4a\xaa\x65\xf8\x62\xf5\x95\x92\x54\xcb\xf0\xc5\xf1\xf6\xae\x4a\x3e\x84\x71\x02\xf3\x52\x2e\xc3\x18\x37\x60\x95\xb4\xcb\x50\xc6\xaa\x4c\xda\x97\xbf\x80\x33\x6e\x8f\x8d\x30\x0e\x5e\x4f\xde\xed\x84\xc9\x77\xb9\x83\xee\xf7\x42\x7b\x5d\x96\x3c\xae\x7a\x03\xe9\xe1\x97\x33\x3d\x8c\xf9\x7e\x9b\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x40\xb3\x0e\x9a\xf9\x04\x00\x00"); +func _bddeg ()([]byte ,error ){return _fd (_gdfa ,"UniJIS-UCS2-HW-V")};var _eeef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x6f\x1c\xb9\x11\xbd\xcf\xaf\xe8\xa3\x73\x70\x44\xb2\xc8\x6e\x12\x08\x04\x04\x36\x82\xc8\x80\x93\x20\xb2\x9d\x00\x41\x0e\x3d\xd3\xa4\x32\x40\x34\x1a\x8c\xa4\x83\xff\xfd\x82\xaf\x86\xaf\xb4\xda\x5d\x60\xe1\x7e\x55\xc5\xfa\x22\xeb\x43\x73\xf3\xe9\xee\xf3\xdd\xe9\xf8\x32\xdd\xfc\xe3\xf2\x74\xb8\xaf\x2f\x53\x3b\x9e\xb6\x4b\x7d\x7e\x7a\xbd\x1c\xea\xb4\xaf\x0f\xc7\xd3\x6e\xe7\xc3\xb4\x1d\x0f\x2f\x03\xe2\x9f\xc3\xe3\x7a\xde\xed\x6e\xbe\x9f\x8e\x5f\xee\xee\x83\x73\xf1\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x32\x3f\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x55\xb2\xbd\x9e\xaf\x8a\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\x3a\xfd\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x19\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x68\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\xeb\xd4\x0f\x88\x40\xe2\x47\xbd\x3c\x1f\x9f\x4e\x93\xff\xa3\x73\xb3\x91\xbf\xfd\x3c\xd7\xc9\x5f\x35\xfd\xfb\xfb\xdd\xe7\xe9\x3f\x7e\xf2\x6e\x0a\x69\xf6\xf9\xbf\x57\xfa\xbf\xbe\x3e\x6d\x94\xf2\xce\x69\x1c\x87\xe3\x76\xf8\xdf\x7a\xd9\xfd\xc9\xe1\xbf\xbd\xbb\x9d\x72\x98\x8b\xe2\xe0\xbc\xbb\x9d\x96\x5c\x84\x38\x01\x07\xe2\x19\x38\x0d\x1c\x94\x9f\x89\x95\xbf\x0c\x2c\xa1\xeb\x5f\xa8\x4f\xa4\xe3\x3c\xb0\x2f\xdd\x9e\x64\x42\xdf\xe1\x4c\x18\x3a\x2c\x84\xd2\xe1\xd0\xed\x0f\xf1\x76\xca\xe2\x3d\x71\x02\x76\xc4\x33\xf0\xf0\xdd\xd7\x8e\xdd\x1b\xbc\x00\x47\xe2\x0c\x4c\x7d\xb5\x00\x0f\x5f\xa5\xec\x6f\x27\x1f\x7c\xcc\x24\x1c\x40\x98\x8d\xb0\xa9\xc4\x42\x42\x05\x21\x39\x12\xda\xbb\x23\xab\xd3\x23\x85\x04\xaf\x47\x66\x12\xc2\xfb\x23\xa2\x12\x89\x84\xa8\x04\x93\x48\xef\x8f\xcc\x2a\x41\xc7\xd6\x1e\xfb\x5b\x81\x0c\x6c\xfc\x02\x6c\x4e\xac\xef\x35\xee\xbb\xc0\x12\x88\x0f\xc0\x9e\x78\x03\x1e\x81\x27\x77\xb8\x9d\x96\xc8\x87\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7b\x09\x0f\x33\x39\x21\xf6\xc0\xd4\xe7\x03\x70\x24\x16\x60\xea\xf3\x11\xfa\x3c\x71\x02\x36\x7d\x33\x70\x20\x5e\x80\x4d\x5f\x06\x2e\xc4\x05\xfa\x4d\xdf\x0a\xcc\x78\xfd\x1e\xd8\xf4\xf5\xf8\x53\x30\x7b\x1b\x30\xe3\xf7\x15\xd8\xe2\x69\xc0\xb4\x1f\x10\x7f\x60\x3c\x01\xf1\x07\xfa\x13\x10\x7f\x60\xbe\x50\x98\x49\xa8\x0f\x85\x99\x84\xf6\xc3\x02\x4c\xff\x42\x06\x36\x7b\x88\x8f\xc5\x96\x02\xe2\x13\xb3\x8f\xf8\xc4\xec\x21\x3e\x4f\x7b\x02\x7f\x3d\xe5\x25\x22\x1f\xd4\x27\xb0\xe7\x78\x3e\x42\x3e\x32\x9f\x11\xf1\x45\xe6\x33\x22\xbe\x48\x7f\x23\xee\x97\x95\x96\x22\xf4\xb3\x8c\x52\x44\xfc\x91\xf6\x23\xe2\x8f\x66\x0f\xf1\x27\xe6\x23\xc2\x9f\x34\xf4\xcf\xfd\xbe\x72\x08\x9e\xb8\xbf\xe7\xe0\x0b\x71\x05\xdf\xe4\x1b\xf0\xf0\x77\x71\x5a\xb5\xcb\x30\xb8\xf4\xba\xce\xc1\x5d\x15\x88\xc3\x83\xc8\xe3\x81\x89\xc3\x83\x28\xa3\xec\xc5\xe1\x01\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\x53\x1f\x02\x2e\xc3\x01\x71\x08\xb0\x8c\x00\xc4\xc5\x02\x1c\x06\x9e\x71\x7e\x3c\x48\x71\x59\x31\xfd\xc9\xaa\x2f\x11\xab\x3e\xfa\x97\x2b\xf0\xd2\x67\xda\x18\x2a\xbb\x1c\x7f\x67\xca\x88\xeb\x9d\x33\x87\x85\xb6\x0b\x92\xbb\xd0\x37\x34\xc1\x59\xc4\x08\x08\x36\x30\xd8\x55\x9d\x63\xb0\x2b\x9c\x13\x06\xbb\xc2\xb9\x37\xe7\x11\xac\xd0\xe0\x01\xe7\x85\xc1\x56\xc5\x0c\xb6\xaa\x3e\x06\x5b\x55\x1f\x83\xad\x08\x56\x78\x19\x4d\x2f\x6f\xd8\x0b\xad\xdd\x4e\x41\x5c\x1a\x0e\x8a\xeb\x73\x55\x46\xdf\x17\x71\x7d\xee\xc9\x28\x17\x11\xd7\x5b\xb6\x2f\xb3\x09\x60\x78\xd1\x43\x71\xb3\x0a\x78\x12\x16\x25\x24\x12\xb2\x12\xec\x48\x51\x82\x19\x59\x95\x30\x93\xb0\x07\x61\x31\xab\x07\x25\x04\x12\xf4\x15\x52\x00\x6d\xb3\x44\x7a\xe1\xe1\x66\x34\x3e\x66\xac\x18\x56\x2f\xb3\x11\x32\x04\x98\x18\xaf\x4e\x66\x5a\x44\x21\x49\x62\x14\xbd\x91\x65\xe1\x55\x4b\x40\xe6\x22\x83\x0a\x9a\x39\xe6\x5e\x7a\xa7\xeb\x04\xd3\x30\x23\x06\x13\xc0\x65\x46\x26\xae\xb7\xb2\x2c\xac\x34\x41\x2b\x2b\x6f\x3c\xd8\x54\x21\x5d\x10\x8f\x03\x74\x41\x50\xdb\xce\x51\xa3\xe8\xed\x46\x62\x78\x30\x9a\x93\x88\x2c\x38\xe0\x4d\x20\x2b\x81\x3e\x48\x41\x94\xf4\x41\x56\x15\x30\x15\x7b\x08\x98\x4f\x07\x15\x60\xa2\x65\x53\x02\xbd\x8c\x5e\x09\x3c\x12\x91\x59\xf3\xaa\x77\x88\x2c\xc9\xb0\x3a\x15\x8c\x80\x2a\xb2\xcb\x8e\x2b\x12\xc5\x28\x22\x1e\x8b\x39\x1d\x71\x95\xac\x12\x49\xa8\x62\xbb\xba\xa4\x79\xb3\x3c\x25\x51\x82\x49\x44\x25\x30\xb3\x09\x3e\x46\x9e\x58\xb0\x83\xb9\x37\x04\xcd\x83\x39\xb1\x68\x1e\x22\x1f\xd8\x52\x95\xc0\xf7\xb0\x34\xbc\xb0\xab\x8a\xd6\x1c\xba\xd1\x28\x9b\xd6\x1c\x5a\xfb\x42\xbe\xd7\xdd\x67\xcc\xfa\xd6\xb4\x55\x8f\xbb\x69\x4d\xf0\x80\xc6\x6e\xd2\x9a\x80\xef\xa8\x40\x1a\xba\x85\x1b\x38\xa9\x7c\x22\xd6\x6e\x32\x13\xeb\x79\xc3\xf5\xed\xa8\x68\x0d\xdd\x2b\xe7\xf2\xab\xd6\x2b\x0b\x5b\xef\x65\x3d\x3d\xd4\xeb\xdc\x91\xbe\xe1\x8f\x4f\x8f\x36\x9b\x6c\x29\x23\x2f\xb9\x7e\x57\x31\x73\xfe\xf6\xf9\x35\x3e\xbb\xb9\xb8\x70\xb4\xf6\xde\x35\x3e\xb1\x45\x65\xdb\xea\x66\x63\x61\x81\xe2\xa6\x9f\x7a\xbb\x1a\x9f\x05\x2c\x53\xb8\x1a\x6b\x0f\x96\xad\x1d\x42\x56\xc0\x84\x17\x3a\xdf\xcb\x74\x7c\x62\x59\xf2\xb6\x5c\x78\xb2\x04\x7b\x02\xe7\x72\x92\x64\x2c\xac\x00\x8e\x6e\xf4\x1a\x1c\x9f\xd8\x6e\xf8\xa7\x42\x12\xb3\x85\xcb\x4c\xd1\x16\x07\x3b\x85\xfa\x48\x6c\x9e\xce\x0d\x37\xc4\xf5\x74\x2e\x39\x73\x80\x30\x1b\xe2\xb0\xc9\x16\x47\x96\x8f\xc6\xc2\x58\x72\x1c\x6b\x7e\x36\xd6\x82\xbb\xb4\x91\xe8\xdf\x68\x2c\x78\xb0\x6c\xba\xae\x24\xf2\xca\x8c\xc7\xce\xc9\xd7\x8c\xd5\xd0\xb5\x58\x8c\xbe\x8d\xd7\x21\xbe\x15\x1d\xd0\x42\xde\x6a\xbc\x06\x9e\x95\xa4\x85\x2d\xd8\x82\x7c\xb1\xd6\xd9\x6b\x6b\x34\x7e\xd1\xd9\xc3\xca\xf5\xab\xf1\xb4\x05\x67\xea\xec\xdb\xd0\x68\xcf\x5e\x79\x36\x11\xb2\xf1\x74\xba\x14\xeb\xed\x66\x4f\x9c\x76\x6d\x36\x06\x89\xc6\x4b\xca\xb3\x16\x6f\xe7\xa2\x9e\x0b\xd6\x06\xc5\x78\xb3\xf2\xac\x05\xee\x8d\xa7\x9d\x29\x58\x43\xb6\x18\x92\xea\xb4\xb9\x99\x92\xf1\x54\xe7\xb8\xbd\xd6\xf8\x56\x5a\x43\xe5\xe4\x42\x56\x6a\x64\xcd\xd7\x3f\x24\xfd\xb5\x2b\x68\x13\x00\x78\x5c\xcf\x3b\xfe\xde\x70\x78\xbd\x5c\xea\xe9\x05\xbf\x6e\xe0\xc7\x84\x69\xab\xed\x78\xaa\xfc\x19\xe5\xfc\x74\xee\xa7\xf0\xff\x2f\x01\x00\x00\xff\xff\x7d\x93\x70\xb7\x72\x11\x00\x00"); +func _gbbc ()(*asset ,error ){_fbg ,_gbbf :=_dac ();if _gbbf !=nil {return nil ,_gbbf ;};_ddc :=bindataFileInfo {_c :"Adobe-GB1-2",_ed :2159,_cg :_g .FileMode (436),_ca :_d .Unix (1580491257,0)};_fcf :=&asset {_fdf :_fbg ,_ff :_ddc };return _fcf ,nil ; +};func _cfg ()([]byte ,error ){return _fd (_dfbe ,"Adobe-KR-UCS2")};func _gbfdc ()([]byte ,error ){return _fd (_bdfg ,"UniKS-UTF32-H")};var _adeff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xef\x2f\x3b\x92\xa7\xb5\xaf\x57\x71\x96\xc3\x62\xa8\x74\x66\xda\x8e\x90\xae\xae\xc4\xf4\xf4\x0c\x2d\x34\x80\x68\x1a\x90\x10\x8b\xb4\x9d\xd9\x2a\x89\xbe\x55\xaa\xaa\x5e\xf4\xbb\x47\xf9\x3c\x59\x80\x10\xd2\xbd\x9b\xf3\xd1\x89\x9f\xf3\xeb\xff\x11\xe1\x70\x44\xf8\xf7\x7f\xf7\x0f\xff\xf1\x1f\x7e\xf9\xc3\x5f\x7f\xfc\xfe\x7f\xfc\xf3\x1f\xe7\x3f\xde\x7f\xfd\xf1\xfc\xe1\x97\xf5\xe7\xfb\x2f\x7f\xfc\xd7\x3f\xcf\xfb\xc7\xb8\xff\xf9\x0f\xbf\xfc\xee\x77\x65\xff\xb1\xfe\x30\xff\xfa\xb7\xff\x02\xf3\x5f\xae\x3f\xfd\xee\x77\xef\xf7\xff\xf8\x6f\x7f\xf9\xeb\xfd\x2f\xff\xf0\xcb\xf3\xc7\x1f\x87\xe5\xd6\xbf\xfe\xe9\x2b\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf0\x97\xbf\xfe\xf9\xdf\x7e\xfc\xbb\xff\x66\xfd\x71\xdc\xff\xd5\x8f\x75\x3f\x2f\xfd\x7f\xf8\xf3\xba\xff\xfc\x87\x5f\xfe\xf9\xc7\xbf\xfb\xcf\xff\xa1\xfc\xdf\xd4\x7f\xfc\xd7\x3f\xfd\xe9\xff\xbc\xff\xe5\xfe\xe5\xaf\x3f\x76\x68\xf7\x2f\x0b\xfc\xdd\xef\xff\xee\xbf\x5c\x7f\xfa\xef\xaf\x7f\xb9\x7f\xfc\xfe\x3f\xff\x87\xff\xee\xdf\xff\xfd\x3f\xfd\xdd\xbf\xff\x6f\xf9\x0b\x7f\xf8\x5f\xee\x3f\xff\xe5\x0f\x7f\xfc\xe5\x47\x29\xff\xf5\xb6\xb5\xff\x87\xfe\x3f\xff\xdb\x9f\xee\x1f\xe5\xfb\x85\xff\xed\x9f\xfe\xe1\x3f\xfe\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\xd1\xfb\xff\xf1\xd1\xff\xd7\xff\xf2\xc7\x75\xff\xd8\xfc\xdf\x6e\xd3\xe7\x1f\xd7\xfd\x97\x3f\x5d\xf3\xfe\xf3\xf5\xcb\x3f\xdf\xbf\xfb\xf1\xe3\xa7\x6d\xfb\xf9\xc7\x8f\x1f\x3f\xc5\xf6\xf3\xfb\xbf\x28\xe7\xf6\xf3\x8f\x9f\xfe\xd3\xdf\xff\xa7\xbf\xff\xf9\x6d\xe4\xff\xa7\xfc\xef\x8a\x3f\xf3\xcb\x1f\xff\xba\xee\x47\x1a\xbf\xf0\x53\x79\x7e\xfe\xd1\x7b\x69\xef\x47\xff\xef\xbf\xfe\xae\x6c\xdb\x57\xf5\x1f\xd6\xf7\xc1\xfe\x7e\xf0\xfe\xc3\x07\x3f\xed\xe5\xe7\x1f\x3f\xf5\xfb\xe7\x1f\x51\xce\xdf\xfd\xad\x05\x51\x7a\xfc\xfc\xa3\x6c\x5b\xdf\x5f\x5a\x4f\x69\xf9\xf3\x8f\xd8\xa3\x40\xba\x24\xdd\x6f\xb1\xb2\xe7\x4b\x0b\x3f\x8d\x0a\xed\xe0\xe7\xa2\x49\x6b\x3f\xff\x88\x16\x16\xeb\x90\xee\x49\xb1\x73\x7b\x69\xf7\x92\xb6\xde\x76\xf4\x80\x74\x43\x7a\xf8\xb5\xfd\xa4\x21\x8f\xbf\xf6\x42\xec\x51\x21\xf9\x6b\x0f\x0d\xd9\xeb\xfb\x6b\xbb\x7d\xd8\xeb\x2e\xed\xfd\xb9\xbd\x1e\xd2\x8e\x9f\x7f\x64\xc4\x09\xe9\x84\xd4\x0a\xc5\x7a\x7f\x69\x6d\x97\xb6\xbf\xed\xa5\x5b\x7b\xf3\xcb\x7e\x50\x2c\xdf\xee\xef\xdd\x4f\x5f\x88\xdc\xa8\xa0\x57\x49\xf9\x16\x3b\x3e\xda\x25\xed\x7a\xdb\xcb\xf8\xee\x7d\x48\xa2\xf7\x47\x39\xa0\x2d\x69\xeb\x9d\x94\xee\x97\xb7\xa4\xdb\x62\x6f\x57\x77\xc7\x17\xe8\xd9\x28\x16\x45\xd2\x6e\xb1\x06\xcd\xf6\xbe\x10\x47\xa1\x0b\x61\x73\xe3\xb1\x18\x9f\xa6\xbf\xf6\xc2\x5b\x00\x92\xbf\x76\x9d\x14\x3b\x18\xcb\xcb\x6e\xbd\x10\x35\xa9\xe0\x62\x16\xf6\xd9\x29\xe6\x90\xcf\x90\x16\x6f\x17\x58\x22\xfb\x4c\x49\xef\xaa\x89\x83\x8e\x4e\xc7\xe3\xde\xf8\xd2\x4a\x6f\x2b\x7d\x21\x72\xa3\xb9\xb7\x93\x70\xd3\xab\x73\x63\x62\x6e\x7b\xf5\x42\x9c\x4e\xe9\x6d\xaf\x5e\xe8\x9d\x05\xb2\xdf\xb6\xd6\xb5\x75\x3a\x09\xae\x2d\x20\xa3\x32\x92\xae\xad\xfd\x61\xe6\x4f\x87\xed\xb1\xd2\x17\xa2\xdb\xa9\xc7\x3a\xdf\xe5\x56\xb6\x73\x97\xd6\xa5\xf5\x9f\x7f\xf4\x70\x88\x1e\xfb\xfe\x42\xa4\xad\x7d\xec\xfb\x43\xdf\x0b\x4d\x7b\xec\xfb\x0b\xef\x8f\xd1\xf7\xc7\xc5\xf0\x42\x9c\x9d\x51\x7b\xa6\xa4\xdb\x62\x6f\x73\x0f\xd7\x33\xf0\xd2\x02\x5a\x91\xf6\x0e\x9b\xbf\x76\x9c\xbb\xa4\xd3\x62\x09\xad\x4a\x7b\xa7\x2f\xe9\xe8\x71\x36\x49\x4c\xdf\x79\xec\xd0\x42\xda\xdb\x85\xb2\x17\x48\x29\x69\x58\xcc\x1a\xa6\xb4\xf9\xfe\x1a\xe3\x71\x9c\x8c\xee\xe1\x5e\x3b\x8f\xb7\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x2e\xad\xbf\x0b\x35\x68\x5b\xb5\x1d\x75\x59\x4c\xda\x2d\xed\x66\x05\x5a\xc1\x03\xa9\xd9\xd3\x4a\x17\x9a\x3d\x7d\x21\x0a\x33\x7f\x34\x7b\xfa\x42\xa4\xed\x68\xd6\xd9\x9d\x79\xd6\xd1\xd1\x1d\xb7\x17\x62\x6b\x14\xeb\xf6\xa0\x3b\x46\x8d\xa1\xec\xb6\xed\x85\xe8\x76\x5e\xc6\x78\xb8\xe7\xcf\xce\x18\xb9\xe7\x81\xc8\xc2\x50\xba\xe7\x81\xb7\x98\x35\x38\x94\x2f\x44\xdf\x19\x0f\xd9\x00\xf0\x16\xa3\xf3\xf2\x81\x43\x06\xdd\xa8\x40\x36\x00\xc4\x16\xb4\x43\x36\x70\xc8\x79\x4f\x38\xd9\x21\xe7\x05\x22\xd9\xf2\x87\x9c\xf7\x08\x78\xfb\x19\x0c\x5b\xd8\x85\x17\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\xde\x6c\x3f\xc6\x23\x9d\xe5\x8b\x5e\xd5\x8d\xa1\x94\xf7\x00\x3d\x76\x2a\xbd\xec\xd5\x75\x59\x8c\x1a\x2e\xdb\xfb\x42\x24\x8c\xf7\xb8\x1c\xf0\x8b\x4a\xab\x3d\xbd\xac\xf4\x85\x48\x58\xe5\x71\x7d\x95\x3e\x90\xa8\x60\x38\xe0\x2f\x44\xc2\xb1\x8f\xe1\x80\x8f\xf4\xc7\xa8\x60\x38\x6c\x2f\x74\x19\xd9\x31\x6c\xc6\x64\xc0\xab\xb3\x2c\x5b\x04\x62\xdf\x13\x39\xff\x37\xe1\xfc\xff\x27\xaf\xe3\x90\x6b\x1e\x4a\xc2\xea\x16\x53\x12\x02\x3d\x42\x92\xe3\x20\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\x8f\xb4\xb7\x51\x67\x95\xf6\x42\x14\x46\xfa\xac\x74\xe7\xec\x30\x98\xb6\xbd\x0b\xf4\xec\x1f\x4d\xbe\x7c\x42\xda\x25\x31\xbd\x8d\x86\x9c\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\x6f\x16\xa3\xd2\xde\xa5\x75\x16\x8b\xa4\x90\x44\x7b\xdb\x49\x7b\x5d\xdb\x67\x14\x69\x01\xcd\x5a\x5f\xe8\xe9\xa7\x8a\xb8\x33\x98\xcb\x06\xb3\x3e\x5d\x7b\x40\xcf\x6e\x31\xe6\xf2\x4c\x7f\xad\x51\x43\xfa\x6b\x2f\x44\x6e\x0d\x92\xbf\xf6\x42\x57\x50\x9d\x2e\xda\x33\xa7\x5f\xd2\xfb\x5c\xd2\x5e\x1d\x65\x83\x9b\x9c\x2e\xda\xf3\x72\xdc\x3a\x9f\x5e\x8e\xdb\x0b\x51\x4e\x49\xd6\xf9\x42\xec\x30\xb5\xf3\xb2\xce\x17\x7a\x26\xbf\x7f\x59\xa7\xd2\xb7\x75\x8b\x39\x94\x48\xdf\x74\x5e\xdc\x01\x40\x6c\xce\xa8\x3b\xe0\xbc\xc2\x2f\x99\x97\x2b\xa5\xbd\xcb\x6c\x73\x96\x2f\xd6\xd1\x39\xbf\x0a\xf8\x74\x5a\xc1\x84\x6b\xee\xd4\x39\xad\x60\xc1\xd1\xbb\x43\xb4\x6c\xee\x62\x88\x50\xbc\xce\x65\x73\x17\xbf\xd6\xd9\x3c\xe7\xf2\xd7\x5e\x88\xc6\xe6\x39\xd7\xf7\x6b\x2c\x06\xd9\xe6\xb9\x6c\xef\x0b\xd1\xd0\x77\xce\xe5\x62\x58\x61\x31\xa6\x6a\xd9\x85\x17\xe2\x0c\x7f\xcd\x2e\xbc\x10\x25\x6d\xc7\x90\x34\xfd\x72\x87\xe6\x54\xbd\x10\x67\x5a\x81\x53\x75\xa7\xc5\x18\xf1\xdb\x5f\xbb\x61\x74\xfe\xda\xed\xaf\xdd\xac\xac\x7e\xd0\xf9\xfb\xfb\xf4\xe5\x12\x3b\x1b\xfb\xbc\x5d\x59\xcf\x66\x31\x68\x8f\x13\xff\x20\x91\xdd\x1c\xea\x14\xa7\x5b\xb2\xb3\xc4\xab\x5b\xb2\x56\x3f\xad\x6f\x43\xaa\xfb\x0f\x88\x84\xd1\xd5\xba\x4b\x42\x28\xa1\x67\x54\xc5\x2a\x50\xb6\xde\x2d\x76\x4a\x53\x11\xdd\x21\x55\x49\x76\xa1\x4b\xbb\xa5\xdd\xb4\xcd\x2f\xe9\x42\x6d\x70\x15\x55\xb6\xaa\xc0\x04\xa2\xd5\x06\x89\xb9\xaa\xee\xd2\x1e\xef\x58\x56\x77\x69\x0d\xe6\x54\xf5\xa6\x2a\x5b\x80\x08\xa4\x74\x8d\x90\x74\x59\x2c\xa1\x0d\x69\x03\x3d\x91\x6e\x05\x8c\xb9\xba\x4b\x83\x09\xac\xee\x52\x20\x9a\xbf\xe6\x2e\xad\x59\x2d\x46\x43\xd2\xf6\x26\xe7\x81\x4d\x92\xed\x48\x24\x77\xd8\xd5\xb4\x21\x2f\x44\xa4\xc5\x58\x5b\xf5\xb2\x52\x94\xa0\xea\x36\x05\x7a\xef\xb4\xcd\x6d\x5a\x87\xc5\x9c\xc0\x61\xb1\x17\x7a\xa0\x76\xd6\x61\x31\xe7\x39\x18\xb8\xe6\x3c\xb7\x93\x05\x97\xd4\xd0\xce\x4b\xda\xf5\xf3\x8f\xdc\xd0\x2a\xda\xc9\x80\x34\x27\x35\xf9\xb9\xe6\xa4\x02\xd1\x51\x17\x9a\x93\xda\x1a\xdd\xca\xfa\x36\xa4\xb5\x90\x16\xfc\x5a\x40\xa2\x5b\xcd\xd9\x4a\xfa\xd0\x9c\xad\xe6\xc0\x25\xd2\xb6\x39\x70\x40\x34\x98\x7b\x73\xe0\xda\x3b\x48\xe5\x3d\x97\x41\xf3\xe7\x5e\x78\xa5\x3a\x24\xbb\x00\xcb\x2b\x1b\x1a\x65\x93\xe5\x01\xd1\x58\x22\xcd\xb1\x6c\xaf\x94\x2b\x65\x43\xf2\x35\xe5\x18\x10\x27\x8c\xbc\x4d\x7b\xff\x42\x79\x65\x05\xb4\x29\x6d\xa2\x3d\xd2\x8e\xb9\x24\x2d\x8b\x49\xbb\xa5\xbd\xfc\x3e\x10\x01\x6d\xb2\xa4\xdb\xb2\x6d\x68\x72\x6d\xd9\xb6\x17\xa2\x23\x50\xda\xb2\x6d\xeb\xab\xb4\x43\xb3\xd2\x45\xa5\x9b\xc5\xac\x14\x26\x12\x9c\x7c\x9a\x4c\xa4\xdd\x56\xd0\xfb\xaf\x0b\xef\xe6\xf1\x06\x88\x03\xf9\xd8\x3c\xde\xb4\xbb\xf3\x2b\x6c\x82\x76\x3b\x97\x2f\x44\x83\xc7\xb4\xdb\xc1\xbf\xed\x34\xca\x54\xbb\xbf\x06\xdc\xef\x94\xb3\x67\x9b\xac\xa8\xbd\x67\x95\x52\x36\x8e\xa7\xed\x71\x01\xbd\x90\x1b\x6a\x69\x7b\x5c\x40\x2c\xd1\xb2\xd1\x9d\xee\x12\x05\x5e\x16\x02\xa9\x48\xe2\xd7\xca\x66\xb1\x53\x1a\xbf\x16\x16\xab\x92\xc2\x62\x09\x2d\xa5\xb1\x58\x58\x8e\xdd\xf5\x0e\x94\x52\x50\x9d\xba\x0b\x1e\xc8\x0d\x1d\xb4\x7b\xac\x00\x7a\xff\x9a\xb6\x24\xdd\x7e\x69\xa5\x8f\xb4\x87\x5e\x51\xa7\xba\x4c\xe7\x58\x51\x0a\xab\xb1\x7b\xac\x00\x62\x83\x39\x75\x8f\x15\xbd\xb2\x1a\x0b\xab\xb1\x57\xdb\x56\xd9\x8b\x4c\x42\xaf\x36\xed\x85\x77\xc7\x41\xb2\x69\x2f\xa4\x0b\xaf\x57\x9b\x06\x7f\x2d\x65\xb7\xd8\x2d\x8d\x79\xe9\xfe\xbe\xad\x7d\xe1\x2d\x46\xd3\x9a\xcd\x7d\x21\x5d\x9f\xbd\x39\xe0\xb0\xe1\x52\xd0\x68\xbb\x6c\x18\xc8\x38\xa9\x54\x36\xdc\xbb\x3d\x80\x9b\x74\x4f\x1a\x40\x6e\x88\x83\xee\x49\xa3\x63\x5d\x28\xa5\x4a\xb3\xbd\x2f\xa4\x06\x9d\xee\xa9\x02\x78\x8b\xd1\x5e\xd9\x04\xf0\xd2\xa8\xd5\x73\x05\x90\x1b\x82\xba\xab\x8d\x01\xb9\xc1\x9b\xba\xda\x58\x0f\xbb\xe0\xb8\x79\xfa\x00\x72\x43\x76\x77\x25\x04\xf0\x16\xf3\xd7\x9c\x98\x80\x85\xa1\xf2\x74\x0f\x24\xc0\x5b\x8c\x69\xf6\x44\x02\xbc\x67\x33\x48\xf6\x34\xec\x69\x63\xfe\x3c\x91\x00\x3d\xd2\x2f\xed\xe9\x0b\x29\xb3\xee\x6a\x85\xfd\x95\x2d\xef\x97\xd0\x14\x2e\x40\x6e\xb0\xcd\xae\x0a\xd8\xd3\xe6\x36\xda\xa6\x20\x01\xa2\x21\x5b\xba\x2c\xb2\xa7\xed\xf8\x3e\xb5\x1d\xe9\x88\xd3\x79\x35\xc5\x7e\x59\x29\x5b\xb2\x2b\x5c\x80\xdc\x92\x2f\xd5\x01\xfb\xe5\x7a\x76\x8d\xab\xdd\x01\xa1\xb5\xa5\x5f\xb6\x63\xf8\x6b\x6e\x22\x65\x10\x90\x32\xb5\x3e\xfc\xb5\x17\x4a\x29\xf0\xef\x3e\xdc\xb9\x2f\xc4\x7e\x52\xc1\x70\xae\x86\xbb\x14\x65\xb4\x7b\x72\x01\xd2\xf3\x45\x1f\x6e\x85\xe1\xa2\x71\x78\x87\x63\x39\xd8\x92\xe8\x85\x7d\xba\x8e\x5e\x88\x66\x9d\xd3\x65\xf4\x42\x29\x3b\x5a\x4a\x9f\xae\xa3\xc9\x3a\x42\x8d\xed\xd3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe9\x2e\x95\x64\xd3\xa6\x0c\x84\x79\x51\x64\x00\xd1\xaa\xbf\xef\x1c\x4c\x5a\xbb\x73\x8a\xed\xca\x07\x20\x52\x2e\xb0\x6c\xed\xb2\x69\x72\x0b\xe5\x03\x90\x9b\x13\xaf\xfe\x0b\x64\xb8\x71\xd5\x7f\x81\xf7\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xfb\xb2\x53\xc5\x4f\xed\x14\x5a\xec\xdf\x7e\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf7\x40\x07\xa4\x8c\xbd\x6b\x6a\x02\x7a\xa2\x17\x75\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x5e\x78\x15\x2b\x48\x5f\x05\x8e\x07\x82\x30\xe4\xff\x40\x74\xd6\x64\xc8\xff\x81\xe8\x6c\xc8\xd0\xac\x14\x8a\x84\x9d\xd1\x0d\x45\x02\x10\xf5\xfb\xb2\x4a\xaa\x16\x93\xd6\xa4\x35\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xbc\x4d\x84\xc4\xcc\xc7\xa2\xbd\xda\x95\xc2\xc9\x02\xe2\x55\xbc\x7e\x55\x6e\x87\x53\x19\x9c\x5b\x8a\xba\x4f\x78\x6e\x01\xc2\xd1\x0f\xcf\x2d\xb1\x6e\x8b\xd1\x9d\xf5\x48\x63\x53\xa0\x5c\xc5\x6d\x0f\x6f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x76\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3d\xa3\x84\x12\x3f\xb0\x11\x94\xb3\x58\xec\xfb\xb5\x86\x58\xa5\x69\x2e\xa9\x70\x15\x9c\x1c\xb3\xd2\x55\x90\x0a\x69\xcd\x86\xa9\x90\x06\xa2\xa0\x96\xa5\x42\x1a\xc8\x8d\xb3\x5d\x2a\xa4\x81\x52\x4e\x2c\xf9\x79\xde\xd2\x90\x84\x9b\x5f\x3e\x92\x1e\x8b\x51\xa9\x82\x1b\xc8\x8d\x83\x6d\x7a\x08\x4a\x34\xe1\x72\xc2\xab\x53\x4d\x18\x88\xda\x2d\x56\x25\x4d\x8b\x49\xb3\x21\x2f\x44\x2b\x92\x6c\x47\xb5\xa7\x88\xb8\x54\x24\x03\xb9\x31\xba\xa9\x44\xce\xe6\xaf\xb1\x6a\xb3\xf9\x6b\x0d\x31\x62\xdb\x9a\xbf\x86\x81\xa4\x9c\x70\xd7\xd4\x40\x02\xc4\xc9\xfc\xa5\x06\x92\xc4\xd0\x57\x4e\x84\x41\x6a\xe8\x03\x7a\xb0\x55\x52\x89\x9c\xee\x81\x13\xdd\x23\xdd\x03\x19\xce\x02\x2c\x3d\x95\x71\x40\xc4\x47\xf2\xd7\xd4\xd2\x4f\x96\x65\x2a\x82\x80\x9e\x0e\xb9\x5a\x7a\x62\x61\x2b\xd5\xc6\x29\x82\x80\x9e\x4e\xb3\x16\xb6\xc4\xc2\x56\x2a\x4c\x32\xb5\x2f\x00\x71\xb2\xde\x52\x09\x04\xbc\xc5\xe8\xbd\x22\x08\x88\x52\x25\xd9\x8e\xeb\xb6\x58\x40\xfb\x6a\x78\x50\x31\x99\x7a\xcd\x69\xe9\x6e\xaf\x9c\xc4\xd3\xdd\x0e\x44\x43\x8e\xa4\xbb\x3d\x87\x5d\x38\x2c\x66\x17\x06\xd6\x50\x24\x50\x2a\x81\x80\x77\x58\x5e\x92\x12\x08\xc8\x8d\xd3\x74\x2a\x81\x72\x1e\xfe\x18\xcd\x9d\xae\xad\x09\x4f\xb0\xb5\x5a\x43\x80\xd8\x6d\xad\xd6\x10\x20\xb7\x8d\x11\x9a\x0e\xc7\x74\x38\x5c\xf6\xde\x7f\x00\xef\x4c\x40\x72\x38\x3c\xb4\x54\x97\xbd\x87\x16\xa0\x6b\xf5\x4d\x85\x52\x7a\x68\xa9\x58\x87\xd2\x43\x0b\x10\x81\xde\x95\x0a\xa5\x5c\x5f\xa5\xd2\xac\xf4\x85\xd8\x9c\x2a\x6d\x26\xb9\x58\x46\xea\xf4\xa9\x6c\x01\xa2\x6e\x92\x5c\x46\x1e\x1a\x2a\x07\xd6\x94\x85\x00\x71\xc8\x1a\x3c\x34\xa4\xec\xa2\xb2\x50\x2f\xd9\x05\xf0\xaa\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xaf\x1a\x16\x7b\x7f\xee\xaa\x29\x2d\xdf\xb1\xac\x92\x2e\x49\x1a\x4d\x77\x48\x43\x12\x9b\xa8\x21\x58\x2f\xd5\x70\x20\x36\x66\xf9\x72\xcf\x5f\xaa\xe1\x6e\xfa\xcb\x4d\x0f\xf4\xc4\x68\x72\xb9\xe7\x2f\xee\x33\x4b\xe3\x84\x70\x69\xb6\x07\x22\xd0\xcf\x2e\x75\xe9\xcb\x2d\xd9\x60\x3e\x97\x5b\xf2\xba\x0f\x69\x94\xf3\xce\x09\x08\xa5\xd7\x25\x1f\xbf\x1c\xa4\x4e\xb1\xe1\x20\x0d\x65\x66\x47\x63\x1d\xca\x4c\xa0\x27\x7a\xdc\x50\x66\x0e\x8f\x51\xbd\xfb\x69\x4a\x7b\x07\x49\x6b\xd3\xf0\x18\x35\x54\xfe\x35\xd5\x8c\xfe\xd1\x5e\xf9\xa8\xde\x32\x54\xfe\x87\x7d\x08\x76\xf8\xb0\x0f\x23\x18\x4c\x8d\x9b\x43\x1e\x02\xc4\x8e\x18\x1b\x6a\xce\x43\x7e\x11\x30\xd5\x21\xbf\x00\x72\x87\x5b\x0e\xf9\xc5\x50\xef\x0c\x54\xe7\xa1\xde\x09\xe4\x0e\xa7\x19\xea\x9d\x63\xd0\x2d\x19\xd7\x18\x76\x6b\xd0\x2d\x4e\x82\xc3\x4d\x3f\xdc\xe1\x2a\x99\xc3\x1d\x0e\xa4\x16\x9d\xe1\x0e\x1f\x13\x26\x15\x59\x7e\x5d\x78\x0f\x37\x2d\x90\xea\x7e\xc3\x4d\x3b\xdc\xb4\x1a\x81\x86\x9b\x16\x48\x35\xb8\xe1\xa6\x05\xa2\x6c\x92\x6c\xa6\xfa\x84\xc7\x8a\xa1\x3e\x01\xe4\x0e\x43\x1c\x2a\x0c\x43\xab\x82\xf6\xff\xe1\x36\x03\x52\xdd\x6f\x68\x55\x18\x6a\x02\xde\xc8\x0d\x57\x10\x90\xfb\x47\xb2\x07\x37\xfb\x38\x61\x92\x43\xdb\x24\x10\x1d\x1e\x36\x6e\x2b\xb8\x1f\x8b\x51\xe9\xe3\x94\xbf\x10\x0a\x92\xa1\x69\x72\xb8\x44\x93\x55\x30\x5d\xa2\xd3\x25\x9a\x2c\xdb\xe9\x12\x05\x72\x47\x0f\x9b\x2e\xd1\xe9\x41\x5c\xc3\xd3\x54\xa0\x03\x51\x8f\x77\x28\xa7\xf2\x7c\x7a\x10\x4f\x4c\xed\xd3\x83\x38\x10\x5a\xa5\xa7\x07\xf1\xe9\xde\xf6\x0e\x7b\xba\xb7\x81\xd8\x51\x9a\xa7\x7b\x7b\xba\x92\x93\x33\xeb\x74\x25\x4f\x04\xe4\xae\xbe\x34\x15\x90\x40\xa8\xcd\x4c\x17\x37\x50\x76\xf5\x94\xe9\xea\x06\xe2\x44\x11\x9a\x9e\x0b\x81\x38\xaa\x24\x7b\xf5\x42\x9c\x6c\xb2\xe9\x1d\x39\xf0\xfe\x18\xcd\xf5\x92\x1c\x88\x06\xaf\x9b\x5a\x2b\x81\x28\xe8\xf3\xd3\x03\xe5\x44\x4e\xef\x1b\xfa\xd8\x54\x4e\x03\x3d\xbe\x1f\xbb\x24\x5d\x68\x72\x7e\x69\x9f\xb0\x4c\xee\x1b\xe6\x85\xa9\x35\x0d\x88\x8d\x03\xda\xf4\xf0\x08\x44\xa0\x69\x4c\x0f\x8f\x40\xb4\x90\xe4\xec\x21\xe0\xf7\x0d\xb3\xc1\x54\xc0\x4f\xaf\xd0\xd8\x08\x53\x01\x0f\x74\x0f\x24\x53\xf9\x3e\xdf\xcd\xf7\x7e\xc9\x92\x51\xb0\x4e\x05\x2b\x07\x81\xa9\x60\x9d\xcb\xd6\xa2\x07\x4c\x45\x15\x10\xbb\x93\xe7\xf9\x09\xe8\x9d\x63\xdc\x74\x0b\x01\x65\xd7\x48\x35\xdd\x43\x40\xee\x9b\x24\x5b\xbb\x1c\x48\x54\xc0\xa9\x90\x03\x42\xad\x65\x7a\xa4\x9a\xcf\x57\x8c\x5e\x79\x32\x02\x7a\x56\x49\x5f\xb1\x77\x61\xed\xda\xad\x96\x1b\x61\xbd\xba\x5b\xd9\x35\x35\x2d\xef\x7f\x81\xdc\x60\x91\xcb\x8b\x2e\xa0\xec\xce\xf2\xf2\xa6\x0b\xe8\x81\x9a\xbc\x7a\x93\x74\x59\xac\x41\x1b\xd2\xb0\x2b\x61\xb9\x5e\x6a\x85\xab\xdb\x10\x8c\x37\xcb\x15\xbe\x30\x90\xec\xda\x08\x96\x06\x12\x20\x0b\xba\xdd\xd2\x40\xb2\xc2\x4f\xd9\xe0\xcb\xb5\x0b\xf4\x84\x2f\x2f\xd7\xee\x82\xa5\xef\x05\xab\xec\x92\xa5\x03\xb9\xc1\xc9\x96\x2c\x7d\xc1\xab\x77\xcf\xe6\x4b\x5e\x0d\xa4\xd2\x76\xc9\xab\xd7\xcd\x3c\xef\xf6\x41\x3b\x26\x90\x05\x3d\x79\xe9\xa5\x01\x94\x7d\x6f\x16\x73\xe0\x10\x99\xc1\x86\x5c\x32\xbc\xf5\x32\xb9\xb7\x18\x0d\xb9\xbb\x34\x4f\xbb\x8c\x9b\x46\xd1\xf5\x58\xcc\x41\xf2\x04\x03\x64\xb1\xb9\xcf\x57\x8c\x9e\xee\x1c\xf8\xd6\x63\x4f\x5f\xc8\x82\x0e\x78\x3b\xcf\x37\x07\xd4\x7d\xc7\x0e\x7e\x7b\x40\x05\xb2\xa0\xdd\xdd\x1e\x50\xef\xfa\x15\x7b\xbb\x70\x57\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\xb7\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x49\x7b\x95\xdd\xde\x24\xb1\x42\xee\xf6\xfd\xda\x3b\x96\xb7\xe6\x7d\x20\x0a\x63\x74\x6b\xde\xbf\x1b\x3d\x3d\x98\x85\xdb\xa3\x09\x10\x3a\x31\xdd\xed\x91\xc4\xde\x3d\xd8\xbb\x77\xb7\xf7\x2f\xa4\x76\xdd\xdb\x03\xcc\xed\x1a\x3c\xd0\xb0\x6f\xd7\x20\x10\xc9\x2c\xdc\x1a\x01\xef\x64\x45\x1f\x68\x9e\xb7\x4c\x0a\x88\x6a\x73\x73\x4a\xf2\xd7\x58\xbd\xb7\x8b\x0b\x88\x33\x7e\xc3\xb1\xfb\xbe\xac\xff\x3a\xfc\x15\xba\x23\x5f\x03\x22\x50\x9a\x6f\xf9\xda\x8d\x9d\x6c\x3f\x60\xd6\xb7\x4c\xec\x96\x89\x9d\x7e\xe9\x10\x5e\xc3\x62\x7e\x6a\x3b\x2f\x2c\x06\x87\xc5\x96\x24\x87\x35\xa4\x39\xac\x97\x5b\x85\xc5\xe2\x59\xe6\x1e\xd3\x62\x0c\xc4\xf0\xd3\x81\xa9\x0f\xd1\x72\xab\xc2\x00\x29\xb3\xbe\x55\x61\xee\x09\x8b\xf1\xf8\x7f\x6b\xed\x02\x22\x1c\x55\x4f\x24\xc0\x5b\x8c\xd1\xf7\x48\x02\xf4\xfe\x15\x73\x35\xce\x69\x31\x9a\xab\xd1\x03\xe8\x1d\xcd\xf7\xf6\xac\x01\xe4\xc6\x49\xf1\xf6\xac\x71\x2f\xd6\xb6\x77\x2b\xb7\x0c\x16\xe8\x89\x24\xbc\xb5\x73\x00\xa1\x9e\x7e\x7b\xd4\xb8\x6f\x46\x52\x51\x7b\xab\x7c\x00\xa1\x05\xf6\xd6\xd7\xea\x96\xbf\x7a\xd4\x7f\xdc\x77\x4f\x85\x75\x78\xef\xf3\x78\xbb\x09\xc4\x81\xd1\xfb\xf1\x76\x13\xe8\xc1\x56\x7c\x3c\xfd\x03\xa9\x3f\xe1\xe3\xe9\x1f\xe8\x89\x51\xfd\x71\x73\x02\x3d\x39\x3b\x3e\x6e\xce\xa7\x3a\x42\xdd\xdf\x5f\xd2\x5e\x25\x60\x47\x41\x79\x3c\x2e\x3c\x8d\xc5\x76\xb2\x3c\x9e\x66\x9d\x0d\x8b\x03\x0c\xec\xd1\xb3\xe8\x71\x9f\x9c\xd8\x2a\x1f\xf7\xc9\x83\xcd\x7b\x77\x07\x3c\xda\xbc\x81\xdc\x37\x49\x36\x44\x96\x5e\x19\xb6\x47\x96\x0e\x44\x7c\x24\xf6\xf5\x93\xa7\xc5\xde\xf5\xf1\xe8\x24\x03\x64\xa0\x64\x3d\xde\xda\x01\x65\xf7\x48\xfc\x78\x6d\x07\x74\x6f\x1e\x1f\xad\xd4\x8f\x1b\xb6\xa2\x55\x3c\x6e\x58\x20\x0e\xf6\xd0\xe3\x86\x05\xde\x62\xd6\xe0\x20\xe1\xe3\x50\xc3\x0a\x1c\x24\x2e\xfc\xf6\xca\x55\xf7\xe3\x85\x1f\x90\x81\x22\xf0\xa8\xa2\x3c\x6e\x8e\xca\x01\xea\x71\x73\x00\x51\x60\x43\x8f\x9b\xe3\xe1\x20\xbe\x57\xb8\xda\xe3\xb2\x07\xba\x77\xac\x8f\xab\x1e\x28\xbb\x86\x9f\xc7\x65\x0f\x64\x61\xd5\x3f\x2a\xf5\x8f\x3b\x41\x03\xe3\xe3\x4e\x00\xba\x6a\xed\xe3\x4e\x78\x96\xb3\x80\xc4\x7c\x5c\xd0\x40\x0f\x58\xfa\xa3\x5a\xf1\xb8\x78\xeb\xbb\xe7\x73\x63\xf1\xe6\xe6\xdc\xb7\x77\x63\xe5\x16\xd2\x1c\x38\x4c\xdc\xb9\x31\x70\x42\xe2\xd3\x9a\x1b\x03\x27\x04\x3e\x97\xb9\xc1\x0f\x73\xc3\xf4\xb1\xe3\xab\x90\x1b\x92\x55\xe8\x78\x0f\xe6\x86\xe9\x23\x37\x75\xaf\x7e\xe6\x4b\x9b\x56\x8a\x59\xfd\x78\x07\x29\x37\x74\x2f\x21\xcb\xc9\x97\x58\xd5\x73\x93\x83\xe0\x5c\x90\x1b\x63\x29\x64\x79\x8f\x76\xb9\x31\x94\xb9\x61\x25\xd8\x7b\xe5\xd3\x65\xa5\x8b\x9b\xf9\x9d\x1e\x70\x7c\x11\xb2\xd8\x8c\x65\x3f\x71\xb0\xdc\xf1\x55\xcd\xed\xfe\x68\xf6\x9d\xa6\xdd\xf6\xfd\xb6\x07\x49\x3b\x1e\x7b\xf0\x20\x81\xce\x06\xc9\x1e\x28\xe0\xb9\xf9\xcb\x0d\x01\x2f\x64\x39\xa8\x14\x01\x9f\x9b\x13\x13\x2f\xfb\x4c\xfd\x94\xdf\xea\xa4\x25\xb4\x5d\xda\xcb\x55\xb0\xa4\x64\x79\x8f\x37\x2f\xd0\xd3\x78\x8f\x34\x59\x30\x6e\x0a\x1d\xb3\x77\x16\x8c\x9b\xc2\x5b\xcc\x5f\x5b\xd2\xf4\xca\x3d\x20\xd1\xad\x82\xef\xc6\x1e\x0c\x52\xc1\x6c\x29\x24\xfe\x3e\x59\xaa\xed\xc0\x92\xb9\x23\xb1\xb2\xc0\xcb\x84\x9e\x21\xa9\x4a\x7a\x27\xe6\xa4\xa7\x05\x5e\x96\x05\xab\xc9\x1e\xaf\xf2\x9f\x05\x15\x42\xc8\xf2\x6e\xd3\x2c\x68\x10\x42\xd4\x9d\x8e\x56\x3b\x25\xcb\xc3\x3d\x22\x4b\xb5\x07\xb2\x3c\x3b\x5a\xed\x41\xb3\x07\xac\xe7\xd2\xec\x41\xb3\x07\x7c\xd9\xec\x41\xdb\x2d\x76\xfc\xaa\xe4\xce\xd2\x1c\xe9\x86\xd3\xe7\xcb\xd2\xb3\x34\xfb\xac\xba\x12\x07\x0d\x68\x5f\x03\xf4\xf3\x93\xc4\xae\x28\x9d\xcd\xce\x7d\x67\x96\xee\x40\x74\x6c\xd7\x8e\x2a\x2e\x64\x89\x17\x7a\xd9\xa3\x32\x95\xdd\x81\xf8\x1c\xac\x19\xc2\xee\x40\xa0\x6c\x1f\x41\x07\xbb\xb3\xdb\x59\xc7\x55\x92\x43\xe3\xbe\x0e\xdb\xe1\xbe\x2e\xe1\xb4\x55\x86\x35\xec\x42\xc0\x9b\xbe\x62\x4e\x9b\x27\xcc\x68\xfc\x5c\xf8\x73\xdc\x3c\xe6\x41\xd3\xc2\x8e\x7a\x76\x8c\xc6\xb0\xa6\x23\xcd\xd9\xf1\xd8\x69\x6e\x3a\xd2\xe9\x48\x77\x3e\x4d\x87\x92\xdb\xc8\x72\x30\x94\x69\x3b\x64\xfd\xd1\xd9\x02\xe9\x80\x24\xe7\x6b\x87\x0d\xd6\x9f\x45\xd6\x1f\x9d\xf5\x93\x0e\x08\xac\x1f\xc7\xa7\x2c\xe9\x80\x5c\x2e\x33\x76\x71\xb9\x5c\x66\x38\x8c\x71\x3b\x9b\xe5\x72\x74\x2f\x14\x55\x17\xe8\xe5\x8f\xbd\xf0\x6e\x34\x48\xfe\x98\x4c\x2d\x92\x1e\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\x8f\xef\x4b\x26\x01\xf7\xb6\x2c\xc3\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xd3\x21\x9a\x0c\x91\x7d\x9f\x0e\x91\xc2\x20\xdd\xea\xd3\x79\x99\x9a\xf2\xe9\xc1\x74\x5e\x26\xac\x29\xdd\xc3\xcb\x1a\x16\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x72\xaa\x38\xd7\x36\x19\xc2\xb2\x19\xd8\x86\xf6\x84\xa1\x97\x65\x3b\x96\x5a\x0b\xab\x68\xb9\x64\xd4\xbb\x52\x86\xb0\x5c\xe1\x2f\xc4\x37\x92\xcb\x09\x55\x4e\xa5\x53\xb5\x9c\x51\x6c\xbc\xa7\x33\xb5\x9c\xa9\xa5\x07\x29\xa3\xb6\x1c\xef\xe5\x48\x7e\x34\x47\x72\x39\x92\x0c\xc7\x6d\x3f\x3d\xc5\xa5\xbb\xff\xb6\x57\x9c\xe2\x8e\xce\x10\xdd\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\xb7\x35\xbc\x90\xdf\xb6\xba\x9d\x51\x99\x7c\xba\x3e\x64\xf2\x40\x7c\x7c\x54\x26\x0f\x94\x3d\x9d\xab\xc7\x4a\x1f\xc3\x2c\x24\x59\xa9\x4c\x3e\x91\x53\x06\x72\xa4\x51\x10\x7b\x22\xa7\x8c\x82\xc8\x7d\xbc\x63\x79\x6c\xcc\xdf\xce\x0d\xb6\x10\xcd\x62\x83\xb1\xdc\xb1\xbe\x1f\x98\x17\x72\x77\xea\x81\xc0\xbf\x3a\x77\x34\x62\xa1\x1c\x9c\xf4\x73\x77\x35\x00\x89\xeb\x64\xee\xae\x86\x9d\x79\x3e\x38\x12\xe7\xee\x3c\x03\x19\x55\x52\x95\xf4\xb6\xf7\xe0\xd8\x99\xbb\xd3\x00\xc4\xd9\x20\x39\x0d\x40\xec\xaf\x3a\x92\x46\x41\xe4\xce\x19\xf6\x28\x2c\x5e\x62\x00\x3e\x08\xdc\x08\xd2\x48\x80\x3c\xb8\x4a\x3b\xd4\x33\x8e\x2a\x0d\x7f\xde\xbe\x1d\x90\x8a\xa4\x49\x31\x38\xd9\xa1\x30\x00\x62\x63\xc8\xf5\xac\xcf\xa3\xf9\x6b\x6c\xd3\xa3\xfb\x6b\x1d\x9f\x20\xe6\x14\x67\xf9\x17\x18\xf1\x12\xfc\x9a\xfc\x19\xe8\x18\x82\xf3\x90\x3f\xe3\xaa\x5e\x8e\x02\x1f\xd0\x57\x3d\x71\x1f\x7f\x69\xfc\x1c\x16\x3a\x21\xce\x62\x31\xdb\x86\x46\x75\xec\xd2\xf2\xa3\x71\xb2\xb2\x0b\x6a\x54\x07\x1e\xb2\xc7\x8e\x8c\xc1\x3b\xfc\x83\xc4\xfe\x94\xfa\x88\x0b\xe5\xd8\x11\x3b\x3a\x89\x0b\xb1\xfb\x6b\x1c\x0e\xf3\x18\x87\xc5\xde\x05\x77\x60\xb9\x16\x22\xd0\x20\x8e\x61\x05\xef\x7a\x2a\x07\xf7\xeb\x79\x8c\xef\x53\x2f\xbf\xe8\x15\x36\x93\xc4\xfb\xbb\x1c\xc4\x21\xa5\xee\xdf\x42\x6e\x08\x8f\x43\x96\x07\xbc\xc5\x18\xb8\x61\x4f\x07\x8a\x86\xc3\x3b\xec\x29\xfa\xef\xb1\xb3\x06\x0f\x95\x36\x20\xf0\xd2\xc8\x63\xda\x2b\x9c\x1c\x0e\x0e\x35\x79\xb8\xa2\x81\x38\x8e\x5f\x3f\x73\xe7\xe1\x7a\x3f\x96\xe3\xd5\xe8\x8e\xac\x08\xc8\xad\x32\x36\x72\xa2\x63\xd9\x43\xb6\xcf\xa1\xd2\x08\xf4\xb0\x37\x2a\x8d\x40\xc7\xba\x91\x87\x4a\xe3\x81\xdb\xdc\x81\x89\x37\x0f\x17\x3c\xd0\x65\x0a\x87\x9c\xe8\xb8\x9d\x10\x74\xa4\xe3\x76\x42\x30\x1e\x11\x30\x94\xc7\xed\x84\x78\x6f\xce\xbe\x3b\x6e\x87\xe6\x0e\xbf\xa4\xb9\xb7\x13\x72\x63\x24\xfc\x2a\xb8\x24\xd9\x83\xf0\x53\x7b\x80\x51\x1d\xcf\xf7\x3c\x6e\x7b\xc0\xb9\x16\x53\x62\x1e\xf7\xd7\x83\x85\x17\xa1\x1d\x70\x8a\x6e\xc7\x3e\xa4\x39\xf6\x2f\xc4\xde\xe8\x80\x0c\x11\x28\xc7\x8e\x6c\x39\xe4\x88\x40\xa8\xce\x1e\x32\xc4\xe3\xb1\xef\x6e\x9e\xc7\xbe\x73\x21\xb7\xb9\x15\x1f\xfb\xfe\x60\x70\xb4\xef\x8f\x7d\xc7\xff\xe3\xd8\xd3\x4a\xed\xe8\x0b\x3d\x6c\xee\x63\x3f\x65\x30\xdc\xfa\xe4\x21\x83\x01\x42\x66\x62\xc0\x40\x9e\xdc\x0a\x1c\xc7\x26\xed\x94\x46\x3b\xaa\xa4\x2a\x69\x5a\xec\x84\xb6\xa4\x2d\x4e\x28\x92\x6e\x49\x30\x98\xa3\xbc\x3d\x35\xfc\x40\xe8\xbd\x49\x2a\x92\x50\x8b\xd8\x9c\xa7\x2a\x34\xd0\x93\x55\x74\x62\x20\x10\x02\xfb\x4e\x9e\x2a\xd5\xc0\xfb\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb2\x98\x35\x0c\x69\x9e\x8a\xfc\x72\x4a\x9a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\x67\x73\x34\x9a\xe3\x8d\x34\x3b\x55\x9b\x81\xdc\xe0\x2e\x67\xb3\x53\x78\x09\x1e\x07\xdc\xfb\x6c\xf6\x0a\x67\xed\x03\x5e\x75\xe2\x25\x98\x27\x0a\xf7\x71\xd8\x5c\x15\xee\x53\xfb\x60\xb5\x52\xdb\x41\x10\xd4\x71\x20\xdf\x8d\xed\x10\x02\xa3\x72\x12\xe7\xf1\xc1\x5b\x8c\x5f\xeb\xb6\xad\xd3\x36\x74\x5f\xc3\x3d\x84\xb7\x18\x0d\x51\x3c\x9c\xaa\xef\xe1\x97\xb6\xad\x3b\x09\x68\xb5\x86\x80\x08\x89\xf7\x6f\x9e\xdd\x49\x40\xcb\x3f\x0e\xf4\xc4\x53\x2d\x1f\x08\xac\x39\x79\xaa\xe5\x1b\x3c\x72\x1c\x6c\x0e\x83\x47\x84\xe8\x6c\x04\x02\x49\x3e\x88\x9d\xad\x6c\x38\x89\x10\xd5\x65\x14\x76\x14\x7f\xf6\xe3\x38\xfd\xd2\xe6\xe2\xcf\x8e\x71\x3b\xcf\xb0\xb5\x18\x6e\x30\xa8\xe7\x19\xb6\x16\xe3\xc8\x71\xf8\x6b\x97\x75\xbe\xd0\x3b\x87\x33\x03\x40\xf2\xe4\xde\xf4\x38\x50\xf2\xcf\x61\xa5\x03\x7b\x17\xb2\xf7\x54\xfa\x00\xe5\x38\xac\x41\xf1\x03\x44\x75\x85\xab\xed\x9c\xc3\xbe\xc3\x79\x4e\xd5\x66\x20\x76\xf4\xd0\x53\xb5\x19\xe8\xdd\xa6\x69\x31\x38\xf1\xa0\x3a\x0e\xd4\x98\x73\xba\x9c\x5f\x48\x62\x0b\xf3\x54\x6b\x26\x3e\xa3\x1c\xf8\x80\xa4\x01\x1a\x42\x84\x5b\x48\x3d\xf4\x5c\xec\xee\xd3\xb5\xab\x6a\x03\xf4\x48\x8a\xc9\xe9\x0d\x82\x38\x3c\x19\x1a\x04\x91\xd5\x15\x78\x22\xb6\xab\x2b\x10\x08\x3c\x5b\xb2\xba\x02\x0d\x3e\x38\x2a\xc6\x11\x83\x0f\xb2\x12\xf2\x7a\x54\x36\x56\x75\x02\x81\x20\xba\x28\xab\x07\xb7\xca\xf5\xc7\x81\x49\x2d\xab\xfa\x43\x35\xc6\x0c\x56\x5c\xb5\xc8\x00\xa9\x7c\xa9\x97\x15\x38\x59\x78\x5a\xa4\x0e\xfe\x42\x0f\xf4\xba\xea\x64\x55\x8e\x3d\x47\x6d\xb4\xcd\x63\x0f\x10\x5a\x3d\xaa\x3a\x40\x55\x44\x57\xf8\x51\x55\x44\x03\x89\x55\x3a\xab\x32\x18\x28\x47\xcd\xdf\x70\xe0\xae\xea\xa4\x40\xaa\x82\x55\x4f\x28\x40\x1e\x21\xc9\x96\xab\xb9\x56\xdb\xa4\xe6\x0a\x44\xab\x92\x58\x66\xf5\xfe\xea\x7f\x27\xae\x3a\x71\x40\x1e\x21\xc9\x0a\xb8\xb8\x39\x9a\x13\xc2\xc5\x8d\x10\xc5\x71\xe0\xe2\x26\xab\x42\xaf\xc1\xf7\xab\x42\xaf\x1a\x1e\xd3\x1a\x24\x7f\xed\x61\x9d\xb5\x9d\x61\x7d\xbe\x4f\x03\x67\x15\x06\x9f\x7b\xbc\xac\x8a\xae\xe6\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x1a\x5c\xad\xc9\xf9\x81\x3c\x8b\x24\x9a\xdb\xf0\xd1\x3a\xec\x7d\xd3\x40\xd0\xf4\xd1\x0a\x49\x4b\x12\xf3\xd6\x10\xc8\x46\x52\xa4\x3e\xf4\x87\x86\x3f\x7d\xe8\x13\x5f\xed\x72\x68\x12\xd2\x59\x5b\xc8\x83\xa5\xd7\xb9\xcc\xc9\xde\xa8\xd5\x25\xda\xdb\x94\x86\x20\x69\x15\xd2\x92\x44\x57\xb9\x51\xcc\x2e\x03\x07\x52\x9e\xde\x65\xe0\xfa\x6f\x1f\x81\x78\xd4\x7f\x3b\x3b\x61\x1e\x47\x70\x42\xeb\x18\x8c\x85\xc4\xea\x9b\x5d\xa3\x01\x10\x1d\x85\x5c\xaf\xe6\xd4\x85\xf9\xc0\x09\x27\x75\x61\x16\x7a\xa0\x93\xea\xc2\x9c\xba\x30\x1f\x5a\x2a\x75\x61\x16\x82\x2b\xed\xd4\x85\x39\x75\x13\x3e\x88\x28\x4d\xdd\x84\x85\x3c\x30\x8f\xe8\x26\x9c\x9d\xe8\x86\xc3\xc3\x63\x57\xa5\x02\xa2\xdb\x0e\x35\x2a\xfd\x62\x0f\xac\xfb\xa9\x5f\xac\xd0\x13\xf5\x5e\xbf\xd8\xd4\xbb\xf5\x48\x66\x46\xef\xd6\xc4\x47\xb5\x9c\xb8\x6e\xa5\x4e\xaa\x42\x72\x31\x96\xfa\xa8\x66\xe0\x83\x73\xe2\x8a\x98\x81\x0f\x8e\x10\x1d\xa6\x1b\xf8\xe0\x64\xe0\x07\x71\x6e\x2c\xcc\xc0\x0f\x42\x88\x0d\x0e\x1b\x6a\x37\x81\xa3\xe0\xb9\x15\x6a\xf0\xfc\x04\xa4\x22\x3e\xe4\x75\x40\x39\x37\x84\x77\xc8\xec\x80\x38\x61\x3b\xa1\xb4\xd5\x59\xf6\xfc\x6a\x70\x9e\x81\x72\xaa\xff\x86\x62\x0e\x48\x2e\xf2\x32\x14\x73\x81\xbb\xc4\xa9\x16\x11\xb8\x4b\x08\x3d\x31\x0e\x85\x87\xb1\xf0\x30\xb6\x59\x01\x53\x1f\x2f\x4b\x2c\x27\x71\x45\x19\xf2\x44\xe0\x3d\x84\x42\xb2\xce\x2b\x29\x16\x7c\xaa\xc1\x08\x08\x0f\xd3\xa1\xc1\x28\x38\xae\x9f\xdc\xeb\x66\x28\xc0\x80\xc0\x25\x32\xc3\xe3\x3a\x10\xc5\x2f\x3d\x64\xe9\x15\x7c\x16\xdb\x26\x83\xd5\x2b\x58\x35\x48\xaf\xe0\x8c\xf7\x58\xf4\x16\xa3\xa3\x9e\x8b\x80\xc0\x15\x39\x63\xfa\x6b\x93\xf1\x20\xc4\x3d\xf1\x24\xfe\xa0\x77\xf4\x4e\xfd\x89\x33\xb0\x07\x9c\xc5\x1a\xe4\xcd\x40\xe0\x4b\x99\x21\xef\x0d\x62\x24\xcf\x02\xff\x09\x39\x2d\x10\xdd\x05\x22\xa3\x8d\xdb\x62\xe8\x8a\xa1\x71\x05\x88\xc3\x61\xbb\xbf\x62\xdc\x39\xb1\x63\x74\x0e\x16\x52\xd5\x4b\xe7\xe0\x0c\x0e\x1c\xa7\x86\xfc\x70\x7b\x00\xa9\x22\x17\x1e\x38\xf4\x21\x3e\x8b\x9d\x97\xd1\xea\x43\x7c\xba\x28\x35\xb7\xe8\x09\x7c\x6a\x22\xd0\x13\x38\xf3\xb4\xb9\xcc\x7c\x6a\x40\x07\x62\x63\xe6\xd3\xf3\x40\xba\xb1\xf0\x5d\xc8\x74\x63\x01\x41\xec\x71\xa6\x1b\x2b\xd1\x59\xcf\x82\xc9\x32\xdb\x47\x83\x21\x31\x1e\x29\xb3\xc4\xdb\xb6\x9c\x38\x7d\xa4\xee\xb6\x42\x0f\x94\xf3\x94\xe5\x25\xee\x17\xa7\x26\x82\x54\xf3\x04\x52\xc5\x33\x55\x3c\x13\xf5\xf1\xc4\x33\x2b\x53\xf5\x11\x08\x3c\x48\x32\x55\x1f\x81\xe4\x4a\x3b\xf5\xd3\x4d\x9d\x72\xcf\x9d\x05\xa2\x53\x6e\x66\x58\x29\xab\x21\x35\xff\x02\xef\x8e\x83\x64\xa5\xc4\xd5\x9f\xbf\x25\xa6\x3b\x53\xc5\x11\x48\x95\x77\x5c\x7f\x5f\x70\x20\x98\xcc\xd4\x88\x9c\x9f\x9b\xd2\x01\xc9\x81\xc0\xae\x7c\xee\xf6\x5a\xbb\x32\x10\xc4\x54\x65\x6a\x57\xd6\x51\xf8\xdc\xd1\xa3\x75\x14\xce\xcf\x51\x38\x2d\x66\xa5\x97\xc5\x58\x54\xfa\xf1\x0a\x79\x70\x7a\xcc\xeb\x2b\xc6\xb6\xd8\xd1\xfb\xf5\xe3\x15\xd2\xf3\x5e\x0e\xdb\x31\xe4\x74\x34\x6d\xd8\x0e\xb4\xa9\x73\x6f\xd2\x5c\x53\xb8\x0c\xaa\xbb\xa7\xda\x14\x90\x04\xb9\x64\xaa\xf9\x02\xa9\xb1\x3c\x65\x1c\x89\xf5\xe4\xdc\xd1\x35\x52\xeb\x09\x90\x6a\xe0\xba\x09\x0b\x89\x97\x44\xea\x26\x2c\x94\xd3\xbb\x10\xfd\x84\x85\x3c\x9c\x70\x15\x64\xe0\x2d\xc6\x70\x78\xa7\x06\xa4\x87\x83\xd4\xfa\x8c\xb7\xef\x5b\x8c\x4e\x4d\x47\x6d\x32\x6a\x28\x29\x39\x1d\xb5\xe9\x8c\x3a\x2f\xda\x20\x81\x3c\x1c\x6f\xd5\x41\x3d\x80\x4f\xfc\x57\x52\x0f\x60\x21\xba\x93\xac\x72\x87\x87\xef\x5b\x8c\x6e\x69\xf7\x4d\xe3\xa1\x5d\x8c\x9a\x64\x72\xd9\x53\x18\x6e\xaa\x95\x03\x71\xfa\x6b\x2a\x77\x89\x1f\xe2\x79\xa0\xd2\xa6\x4c\x27\x65\x3a\xa7\x24\x47\x9c\x58\xc5\xf3\x40\x3a\xa6\xda\x1d\x90\x1e\xe4\x52\x63\x4b\xe2\x1e\x70\x1e\x9b\x34\x37\xd4\x0b\x79\x70\xda\x4d\xcd\x28\xba\x1d\x9f\x47\x61\x9a\xb5\x72\x00\xe9\x79\x4f\xb7\xe3\xd4\xed\xf8\xf4\x20\xae\xdb\x71\x5e\x84\xd3\x9e\x8e\xef\xa5\x4c\x06\x82\x98\x87\xbc\xbc\xdb\xbb\xf0\x43\x3c\x6d\xdc\xa5\xc6\x77\x99\x67\x04\x3d\xeb\xf2\xf4\x7f\x35\x7b\xcf\x1a\xbf\x3c\x63\x03\xf9\xfd\x9a\xec\x0a\x28\xe7\x81\x8e\x7d\xc9\xaf\x80\xd8\xbe\x62\xfe\x9a\x42\xff\x40\x6b\xbb\x14\xfa\x40\x54\xdb\xa1\xd0\xbf\x38\x28\x9f\x07\x0c\xf1\x92\x5f\x01\x21\x57\xbb\x3c\x28\x03\x3d\xc3\x2f\xbf\x0a\x1c\x10\xd6\x9b\xde\xc9\x79\x85\x33\xc3\x29\xe2\xf2\x84\x0a\xf4\x6e\x05\x32\x9a\x2b\x9c\x19\xf4\xd8\x4b\xa1\x0f\xe4\x51\x2d\xc6\xcc\x5c\x72\x95\x83\x63\xc2\x25\x57\x01\xf2\xe0\xbe\xed\x92\xab\x5c\xe9\x80\x70\x80\xbc\xd4\x28\x81\x3c\xaa\x5f\xda\x8e\x64\xb2\x4e\x6c\xd2\x97\x9c\x06\x48\x59\xd9\xe5\xcd\x14\x90\x38\x61\xe6\xe5\xcd\xd4\xc5\xb1\xed\x3c\x37\x69\xb7\x34\x74\x7d\x36\xfd\xe5\xb1\xed\xc2\x49\xf2\x54\x6f\xb9\x3c\x64\x03\x71\x3a\x09\xaa\xa7\x40\x14\x2b\x50\x3d\xbd\x54\x5b\x4e\x96\xe0\x25\x77\x03\xe2\xb0\x02\xd5\x96\x4b\x3d\x80\x0c\x41\x79\xa9\x07\x00\x49\x8c\x70\x5e\x6e\xd3\x8b\x8b\x9d\xf3\xb4\x57\x5e\xec\x00\x11\x45\x92\x43\xe4\xd6\x25\xeb\x4c\x5e\x6e\x5d\x20\x3d\x63\x5f\x6e\xdd\xeb\xb6\x57\xc8\xbd\xcb\x13\x17\x10\xdf\xbc\xa8\x41\xe8\x97\x7e\x9e\x88\x69\xfd\xd2\x85\x38\xd1\xf4\xf5\x4b\x17\xf2\xeb\xa8\xbb\x59\x57\xf5\x93\xb4\x36\xa9\xab\x7a\xea\x35\x7e\x9e\xd4\xa0\xd7\x78\x0e\x39\x52\xe5\x78\x3e\xec\x2a\x90\x85\xe3\xc5\x90\x23\xe9\xf2\x7c\x36\xf6\xae\x2e\xcf\x42\x12\xc0\x98\xba\x3c\xa7\xde\xc7\x27\x49\x3d\x52\xef\xe3\x9c\xa4\x0d\x3a\x1b\xac\x71\x6a\xe0\x03\x42\x36\x38\x35\xf0\xe1\x36\x5c\xce\x0e\x97\x9a\x9a\xe9\x80\x70\x91\x4f\xef\xc3\x81\x2c\xdf\x97\x43\xd2\xf0\x4b\x69\x53\x9a\xca\xee\x09\x89\xb6\x4d\xd5\x8a\xbe\xfd\x7a\x44\x77\x4e\xb5\x0e\x20\x3c\x02\x4f\x77\xf1\xec\x36\x93\x03\xce\xd4\x90\x05\xf4\x6e\x07\x55\x44\x74\x6b\x3e\x3b\x7a\xba\x6e\xcd\x39\x71\x24\x3a\xbd\x64\x9d\xea\x13\x40\x6c\x28\x7f\x53\x73\xd4\xe4\x8c\x76\x76\xe4\xc6\xf4\x8c\x36\xf5\x39\x81\xf9\x4f\xb7\xca\x24\x17\xce\xd9\x59\xca\xd3\xa5\x0c\x44\x65\x13\x4c\xaf\x6c\x27\x91\x96\x27\x69\x18\x72\x2a\xac\x80\x20\xc5\x47\x4e\xf5\xe3\x89\xed\xe2\x8c\x62\xb1\x47\x1a\x9e\xa6\xc8\xd1\xe9\xbe\x98\x77\xb5\x18\x34\x57\x1a\xd0\x3b\xcb\x60\x6a\x27\x00\x42\xa9\x3c\x95\x24\x53\xb1\x11\x08\xa6\xa9\xd8\x00\x7a\x34\xbf\xb4\xa3\x9c\x15\xcf\x40\x09\x9d\x9e\x15\xa7\x91\xf0\x9c\x8a\xa7\xca\x30\x3e\xbe\x6f\x31\x06\x44\xb3\x37\x10\x5b\x91\x64\x05\x8f\xbf\xc6\x9e\x9d\x9a\x13\x80\x20\x99\x40\xea\x16\x9c\x0b\x07\x93\x93\xbc\x61\xb9\x74\x30\x01\x82\x2c\x48\xb9\xd4\x8f\xd7\x69\xe7\xd9\x2a\x4b\xcd\x17\x88\xbd\x59\xac\x4b\xc2\xab\xe5\xfb\x32\x24\x31\xa5\xfa\x11\x2c\x6d\xe8\x4b\x1b\x3a\xcd\x5d\xda\xd0\x97\x07\x4f\x9c\xb3\x73\x79\xf0\x04\x42\x1b\xfa\xf2\xe0\xb9\x70\xec\x38\x03\x3d\x6b\xe9\xd8\x01\x04\xf1\x92\xb9\x74\xec\x58\x38\x9a\x9e\x81\xd4\x58\x8a\x2f\x20\x88\x97\xca\x85\xa3\xa9\x10\x3b\x47\xd6\xd5\x2e\x49\x0e\x5b\xf8\x6b\xb6\x0d\xdb\x72\xa0\x91\x2c\xf5\xf4\xa5\x2c\x0c\x4e\xe2\x4b\x59\x08\x04\x09\x3e\x72\x29\x0b\xf5\xa6\x3e\x35\x14\xea\x4d\x2d\x04\xf1\xae\xa9\x37\x75\xea\x4d\x7d\xe2\xac\x9e\x7a\x53\x0b\xb1\x7d\x5f\x4e\x49\x0c\x25\x21\x70\xb9\x34\xe0\x00\xd9\x58\xa8\x78\x5b\x7f\xf0\x16\x83\xe6\xfe\xc3\xa9\xfa\xa5\xf1\x73\x6a\xe2\xcb\x70\x73\xb6\xee\xf2\xe8\xbc\xc2\x1a\x8a\xc5\xac\x81\xb0\x02\x72\x0f\xe4\x52\x5f\x5f\x8a\x51\xd2\x47\xe5\x52\x8c\x02\x59\x50\x29\x97\x62\x74\xa9\x9c\xeb\x83\xb0\x54\xce\x81\x50\x92\x2c\x45\xe6\xba\xfc\x35\x74\x9e\xe5\xb1\x1b\xc8\xc2\x36\x5d\x0a\x3e\x20\x3c\x67\x2d\x05\xdf\xe2\x0a\xf4\xd4\x46\xb2\xbc\x02\x05\xd2\xfb\xc3\xe5\x15\xe8\xc2\x3f\xf6\x4c\x18\xf8\x92\x37\x00\x59\xc2\x3a\xed\xe8\x45\xfc\x84\xcb\xed\xb2\xa3\x24\x46\x39\x49\x5b\x92\x4b\x55\x1f\x08\x5c\xb3\x73\xa9\xe9\x03\x51\xd0\x45\x97\x9a\xfe\x22\xea\xe7\xcc\x53\xda\xf7\x6b\x48\x78\xd7\x8c\x0a\xfb\xe2\x06\xf4\x4c\xce\xa7\xcb\x1b\xd0\xa5\x07\xa0\x2b\xd0\x93\xfe\x52\x13\x4f\xa4\xfe\x52\x13\x5f\x26\x1e\x74\x96\x65\x6e\x6b\x3a\x7d\x6e\x22\xad\xdc\x40\x7a\x1b\xb3\x54\xce\xd7\xb2\x57\x48\xd6\xa5\x90\x03\xd2\x8b\x91\xe5\x49\x7f\x11\xba\x70\xa6\x23\xae\x01\x15\xe8\x81\x86\xb6\x54\x04\xd6\xed\xf4\xb9\x04\x55\xbb\x81\xd0\xae\xa6\x1b\xbd\x10\x07\x42\x5f\x37\xfa\x5c\x8f\x5f\x3a\xcb\xda\x4f\x97\xf6\x53\x77\x87\xc7\xfa\xa5\x3a\x4d\xd4\x61\x2e\xd5\xe9\x65\x14\x9f\xec\x48\x75\x5a\x37\xfa\xfa\x6d\x70\x6d\x68\xba\xd1\x47\xb3\x98\x8b\x81\x8b\xc4\xba\xb9\x89\xbc\x48\x04\xc2\x1b\xec\x25\x47\x5d\x2f\x17\x7d\x8b\xd9\x36\x87\xf2\xc1\x6d\xf4\xab\xd4\xa1\x44\xe8\x57\x82\x6d\x53\x0f\xfc\xbc\x31\x1c\x54\x6d\x68\xb7\x86\x03\x20\x48\x51\x90\x3a\xe5\x27\x8e\xf8\xa5\x6a\x43\xbb\x65\x96\x40\xd4\xaf\x58\x4a\x42\xc0\xb6\xed\xd7\x25\xf7\xed\x79\xe1\xc6\x13\xb9\x92\xc2\x2b\x6f\x2f\x1a\x6f\xf3\x2c\x71\x26\xbe\xd5\x43\x80\x52\xc9\x5d\x93\xb7\x8a\xc8\xad\x2b\x32\x17\x49\xb7\x17\x8d\x06\x0a\x54\x3d\x2a\x0c\x14\x10\xc2\xe3\xa3\x81\x02\x79\x57\xc7\x6b\x97\xb6\xa4\x21\xb9\xed\x8d\xf7\x85\x40\x7a\xb9\x74\x7b\x5d\x78\xc3\xd2\xeb\x86\x56\x71\xcb\xd2\x81\x20\xa3\x59\xde\xb2\x74\xe0\x2d\xc6\xaf\xe9\x8c\x07\xa4\x0e\x4d\xb7\xb7\x8a\x77\x73\x15\xc0\x12\x6e\xcf\x32\x40\x96\xf0\x4b\x07\x1a\x43\x75\xdd\x38\xb8\xdc\x1a\xaa\x81\xde\x31\x25\xde\x1a\xaa\x89\x3a\x28\x75\x3b\x6d\xc8\xd7\xde\x87\x31\xe2\x4b\xbd\x49\x88\x34\x78\x8b\x51\x83\xac\x1f\x08\x22\x17\xf3\xd6\xf4\x09\xbc\xc5\x18\x23\x6d\x9f\x40\xca\x3a\x6e\x05\x04\x90\x64\xff\xca\x5b\x01\x71\x23\x20\xaa\x86\xd4\x5b\x01\x01\x64\xe9\x92\xec\x81\x1e\x80\x88\x91\x5b\xf9\x60\xf4\x43\xc5\xcb\x3d\x8d\x7e\xc8\x3b\x5c\xa0\x30\xe1\x5b\x7b\xcf\xad\xbd\xa7\x33\x94\xea\x67\xc0\x5b\x8c\x9f\x53\x41\x03\x52\x03\xe6\xed\x69\xec\x4e\xe7\xcf\x71\x53\x18\x00\xa1\xa6\x7a\x2b\x0c\xee\x74\x1d\xc1\x74\x6e\x0d\xf7\x40\x12\x09\x94\xb7\xc7\x2c\x20\x8b\x0b\xd5\x63\xd6\x7d\x39\xba\xf0\xa1\x5b\x61\x70\x7b\x0a\x62\xc7\xde\x0a\x03\x62\x26\x4a\xd5\x3c\x74\xeb\x23\x03\x04\xa9\x36\xd2\xf8\x89\x24\x66\xe2\x2d\xc6\xf0\x6a\x0a\x02\xa2\xa2\x17\xdd\x1e\x96\x0c\x96\xa8\xda\x7d\x0d\x96\x10\x52\x2f\x1f\x83\x25\xf2\x1e\xae\x4a\xf8\xd5\xad\x34\x00\xa2\x5a\x81\xd2\x00\x88\x1d\x45\xf4\xd6\xee\x73\x0f\x47\xd7\x69\xd6\x3c\x0c\x64\xf9\x7e\xcc\xce\x3f\xce\x95\x23\x2e\xa7\x03\xa2\xa1\x3e\xdd\xba\x47\x18\x91\x50\xf5\x6b\x34\x22\x21\x1f\xf2\x16\x54\xaf\xac\x1e\xd5\x2c\x20\x2a\xd3\xfc\xa8\x65\x3d\xae\x71\x15\xec\xa7\x7d\xb4\x87\x1a\xde\x71\x7b\x5c\xe3\x86\x07\xd4\x5d\x9a\x0b\xe9\x21\xa7\x59\x25\x5c\x2a\x1f\xe7\x19\x88\x1d\xe3\xd8\xa3\xa3\x27\xce\xfb\xa5\x92\x19\x30\xf5\xde\x17\xf2\xc4\x44\xfa\xa8\x1a\x3c\x4e\x20\x71\xe9\xf9\x38\x81\x40\x12\x99\x98\x8f\x13\xf8\x38\x81\xea\x9d\xcf\xf5\x7d\x8a\xc9\xef\x2b\x76\x49\x1a\x16\xa3\x52\x85\x3e\x90\xa4\x80\xc8\x47\xa1\xff\xcc\xef\xd7\xf8\x54\xc9\x0a\x44\xc7\xe4\xf7\x28\x59\x75\xc1\xaf\x9a\x9b\x74\xc1\x17\x92\x6c\x73\xa9\x0b\x7e\x3e\xc8\xc2\xba\xb3\x44\x1e\x65\x21\x10\xa7\xbf\xa6\x2c\x7c\xf0\xd0\xa9\x3a\xcd\x3f\x7a\xe8\x00\xdd\x9b\xe7\xc7\x33\xc2\xc3\x81\xa0\x6a\x0c\x7a\xee\xaf\x86\x9b\x4a\x77\x48\x4e\x16\xf2\xb1\x6a\x42\x7c\x94\x8f\x40\x57\x4d\x7e\x5c\x35\x8f\x12\xcd\xeb\x93\x47\x89\x06\xc4\xc9\xad\xed\xa3\x44\x33\x3c\xa0\x62\xd0\xba\x0c\x0f\xb8\x36\x2c\xe6\x15\xe3\xe0\xb5\x71\x22\x10\x82\xd0\xfa\x6b\xc3\x62\x7e\x6d\x1c\x12\x2a\xe6\xde\x6b\x43\xca\x09\x79\x1e\x7e\xd9\x25\x85\xc5\x02\x5a\x4a\x73\xc8\x2d\x76\x49\xb2\xf7\xef\xae\xbc\x36\x96\xaf\xd0\x49\x19\x77\x6d\x2c\xdf\x6b\x53\x8c\x61\x98\xb9\xb6\x6a\x43\xc8\xa7\xc1\xf5\xe2\xb5\x21\xc6\xae\x8d\x08\xb5\x7a\xbc\x5c\xea\xda\xaa\x35\xe0\x5f\xbe\xed\x92\x06\x24\x85\xd1\xd1\xf8\x35\x84\x91\x10\xdc\x95\x5c\x1b\xc2\x48\x28\xf5\xe8\xb4\xad\x39\x20\x08\x23\x12\x09\x5f\x5b\xb3\x1d\xdd\x5f\xeb\xbf\x1e\xd3\x7d\x6d\xdd\xca\x34\xa8\xed\x05\x92\x95\x29\x36\xb8\xbd\xbf\xb6\xfe\xfd\x32\x0c\xa5\x31\x49\xdd\x1e\xba\x41\x49\x08\x73\x19\xc3\x21\x04\xdc\xf4\xda\xc2\x0a\x64\xd7\x47\x52\x2c\x3f\x1a\x95\x5a\x2c\xad\x94\x1c\xb7\x95\x3b\xe5\x6b\x4b\x2b\x4d\x12\xf6\x7d\x24\x2b\x95\xab\x13\x6a\x75\x6d\xe9\x94\x27\x91\x4a\x85\xb1\x49\xa7\xdc\x3d\x4b\xae\xe4\x6b\xbb\x9c\x72\xec\xef\x38\x48\x5e\xdb\xe5\x84\x70\xa9\x5a\xbf\xd5\x32\x9c\x5f\x5c\x3e\xbe\xe6\x4e\x7b\x85\xc1\xb9\x9e\x4e\xf9\x74\x65\x18\x06\xe6\x24\x4d\xbf\x5c\x56\xda\x58\x67\xcb\x4a\x17\xc1\xc9\xc1\x94\x2f\x2b\x5d\xfe\x5a\xb7\x98\xbf\xf6\x42\xb4\x9d\x2e\x2c\x7f\xcd\xcd\x48\xc0\xf9\x65\xfc\x87\x10\x24\x42\xba\x88\x05\xf9\xe9\x32\x88\xa3\x9e\x2f\xbf\xbe\x0a\x87\x99\x0b\x9f\x5f\x3a\xb0\x4b\xd8\x2f\xfc\xc6\x29\xb3\x0f\x49\xdc\xa1\xbd\x9a\xcc\x65\x92\xef\x8b\x24\xde\xfb\x09\xe5\xb1\xcc\xbb\x83\x71\xbd\xbc\x0e\x7f\x08\xd7\x36\x57\x81\x6e\x39\xd7\xf9\x32\x03\x7c\xcc\xae\x2a\xa5\xbe\x12\x82\xf0\x8b\xcb\x44\x86\x57\x7b\x45\x4b\x7d\x35\xb5\xab\x4d\x29\x2f\x8b\xa8\xe7\x5b\xa6\x5b\x86\x64\x56\xed\x3d\xe4\x5c\x24\x8f\xfa\xe9\xea\x6f\x23\xda\xf1\x7e\xe5\xd5\xf3\xc5\xbd\x6d\x72\x53\x7e\x79\x6d\x7b\x05\xe1\x5c\x24\x66\xbc\xbc\x41\xbd\xe2\x9d\xb4\xc6\x24\x04\xa1\x3a\x57\xbc\xec\xaf\x6f\x6f\x19\xaf\xe4\xae\x7c\x95\xc8\xe4\xca\xe6\x4a\xec\x5f\x57\xe2\xa6\xb6\x91\x81\xf1\x22\x1b\xce\x07\x2f\xed\xfd\x31\x53\xdb\x5c\x5e\x68\x6d\x58\xaa\x2f\x2f\xb4\xae\x34\x17\x24\xbe\x7c\x57\xba\x2a\x81\x8e\xff\xf0\x95\x18\x49\xaf\x7c\xa7\xac\xbf\xa7\xc2\x4b\xf3\xfb\x75\x61\xac\xa8\xf5\x15\x72\xd7\x85\xb1\x42\x08\x42\xa3\xae\x4b\x36\x74\xc9\x86\x5e\xad\xf0\xba\x64\x43\x1a\xc7\x2b\xc1\x2a\x97\xc6\x71\x21\x08\x3f\xba\x34\x8e\x0b\xa5\xd6\xc6\xaf\xa1\x16\x0a\x89\x4f\xf4\x75\xb9\xbd\xb1\x97\xbf\xc5\xa4\x75\x69\x86\x04\x27\xa4\x90\x94\x16\x3b\xa1\x5d\xd2\x0c\xbb\xb5\xd2\x21\x89\xfc\x01\x69\x9d\x53\xd2\xed\x97\x34\xd7\x51\xd3\x9c\x5d\x09\x5a\xbb\x34\x67\x0b\x3d\xfc\x34\xfd\xb5\x44\xb0\xe2\x43\x73\x69\xcf\x16\xb2\x14\x8b\x39\x6c\x9a\xed\x60\x16\x5a\xb8\x85\xf7\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x75\xd9\x8e\xcb\xa1\x64\x7b\x5c\x2e\xa2\xeb\xf9\xdb\x0b\x0e\x97\x06\x5d\x21\xb6\xa3\x41\x2a\x92\x1c\xdc\x57\xff\xbd\x86\x62\x0a\x08\xbc\x9f\x2f\x33\x94\x08\xa5\x36\x16\xa0\x29\x4a\x84\x24\xad\xfa\x35\x94\x5c\xc3\xac\x5e\x9b\x5f\x76\x49\xdd\x2f\x0b\xb4\x90\xc6\x91\x0d\xc9\x65\x6e\x13\x21\xc8\xf8\x7c\x99\xdb\x44\xc8\xf2\x75\x60\x48\x9a\xfe\xd8\x0e\x6d\x49\x73\xd0\xfc\x31\x06\x4d\xc3\x75\x25\x89\xe9\xa5\xe1\xfa\x1a\x8e\x50\xab\x94\x73\x84\x86\x59\x0b\xde\x0e\x68\x7c\xbe\xa6\xe2\xb8\x21\x10\xa6\x9d\x02\xa2\xc1\x55\xa6\x9d\x9a\xae\xdc\xc6\xe6\x9b\xae\xdc\xa9\x2f\x47\x91\xb4\x4b\x62\xda\xb1\xea\x5e\xd3\x55\x04\xe4\x61\xa5\x9c\x37\x2e\x8d\xbf\x15\xe5\xe9\xd2\xf8\x7b\x99\xac\xa2\x76\xf4\x02\x93\x55\x08\x41\xd6\xa0\xcb\x64\x15\x17\xf9\x25\x4a\xe5\x00\x76\x99\x60\x42\x08\x77\xda\x54\x0a\x01\x41\xe0\xfa\x35\x95\x42\xd3\xf1\xc0\x1b\xfb\xd2\xb0\x79\x2d\xb5\x0c\x72\xbc\x5d\xcb\x89\x01\x92\x60\xf6\x6b\x39\x31\x8b\xfc\x3a\xb5\x47\xfd\x75\x11\xbd\x38\xc3\x0a\xc9\x25\xe0\xb5\x38\xc3\x5e\x9a\x25\x2b\xc9\xb4\x2e\xcd\x92\x42\xe2\xb4\x7b\x69\x96\xbc\x34\x4b\xd6\xf0\x53\x4e\xa2\xd7\x67\x96\x44\xd4\x68\x96\xbc\x96\x02\x3f\x6c\xa7\x1c\x01\x48\x4c\xa6\x97\x86\xc4\x4b\x3b\x5f\x0d\x64\x9e\x76\xbe\x6b\x91\x59\xbc\x12\x8b\x76\xad\xb0\x56\x5c\x41\x71\x7d\xbc\x16\x9e\x84\xd7\xf2\x68\x87\x45\xfa\x22\x21\xc3\x07\x79\xc0\x5f\x4c\xcb\x70\x61\x21\x2c\x15\x8b\xf4\xa5\x89\x50\x48\x9c\x8c\x2f\xcc\x85\x3f\x5d\x9a\x03\x2b\xe9\xe9\x2e\xcd\x81\x42\xf2\x62\xc7\xa5\x39\xf0\xd2\xce\x57\x89\x05\xbf\xb4\x95\x5c\x9f\x11\x42\x55\x4d\x23\x84\x90\x04\xbd\x5f\x1a\x21\x2e\xec\x01\xa5\x62\xcf\xbd\x34\x08\x08\xbd\xb3\x6c\xb5\x07\x5c\xdf\x61\x97\x64\xb6\x97\x87\x5d\x21\x70\x31\xb9\x0c\xf5\xbf\xbe\xf3\x2f\x01\x48\x97\xe7\x5f\xa1\xbb\x44\x3d\xff\x5e\xb7\xbd\x4f\x06\xee\xb6\xf7\x40\x90\x3d\xf8\xba\xed\xfd\xad\xa6\x44\xd6\x99\xeb\x76\x8d\x02\x1d\x6b\xf9\x75\xbb\x46\x49\x12\x50\x6a\xb2\x94\x4d\x03\x20\x74\xc2\x88\x2e\x0f\x6d\x97\xc1\xda\x35\xeb\xdb\x2d\x83\xb5\x85\x20\x40\xfc\x32\x58\xfb\x7a\x34\x08\x64\xbc\x6d\x7b\x64\xf3\x40\x36\xba\xf0\xb8\x41\x3d\xb4\xb5\x0d\xc6\xec\xa1\xed\x7a\x58\x22\x0d\xbb\xd3\xf5\xb8\x44\x1e\x93\xcf\x1f\x1d\xd2\x21\x49\x3f\x1f\x2a\x0d\xdb\x81\xeb\x46\xc3\xb0\x74\x3d\x6e\x5a\x20\x49\x51\x7f\x3d\xb8\x6e\x08\x9d\xd4\xd4\xd7\x93\xd6\xc9\x0a\x69\x58\x87\xae\xc7\x15\xf2\x18\x25\xc8\xcc\x7b\x76\xbc\x08\xdf\x7e\x8b\xd1\x05\x45\x0b\x90\xad\xfa\x6b\x4b\x92\xbd\x3a\x2c\x66\xa5\xc8\x11\xbc\x4a\xae\xc7\xd1\x35\xa4\xbb\x6d\xaf\x80\x1f\x9e\x64\x84\x97\x96\xd0\x8a\xb4\x9d\x71\xeb\x90\x0e\x49\x07\xc5\xde\x85\x3f\x3c\xdd\x08\xd9\x4e\xbf\xac\x92\x6c\xc8\x3b\xa7\xc3\xf3\x88\x90\x84\x2b\x8e\xad\x5a\x69\xf5\xd7\x2a\xc5\xaa\xbf\x46\xa0\x6c\xaf\xb4\xad\xfa\x6b\x5c\xea\x37\xa2\x51\xc6\x86\x59\x4d\x08\xae\xf7\xc6\xc6\xa5\xbe\x90\xed\xdd\x6c\x83\x53\xcd\x07\x11\x76\x94\xb3\x8d\xf0\xfe\x18\xbd\xe2\x70\x23\x64\x3b\xfd\xfd\x29\x69\x5a\xcc\x4f\x97\x34\xae\x14\xaa\x3d\xb8\x25\xd9\xd1\x4a\xe7\xab\x1d\xc5\xcd\xbf\x75\x7e\xad\xd9\x51\x58\x1e\x09\x4a\x87\x27\x25\x21\xba\x5d\x6f\x0e\x2e\x21\xb4\xd5\x81\x6c\x8e\x06\xb1\x00\xcd\x9e\x37\x47\xa3\xb9\x16\x1a\x53\xd0\x6c\x2d\x16\x3a\x9e\xa8\x18\x5b\xb3\xb1\xdd\x0e\x34\xfa\xd9\x3f\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xc6\x96\x8e\x37\xb7\x18\x0d\x07\xbd\xb1\xa5\x03\xce\x2d\x46\x38\x6a\xe9\x80\xbb\xda\x50\x21\xc6\x76\xb9\xb2\x50\xfc\x59\x44\xc6\x73\x0f\x03\xb5\x5b\x79\xb7\xd0\x30\x50\x5b\x08\x94\x9b\x61\xa0\xb6\x50\x1a\x59\x95\x87\x81\xda\x42\x90\x8f\x79\x18\xa8\x2d\xbc\xc5\x3a\xb4\x47\x1a\xde\x9a\xaf\xbe\x3d\x8a\xeb\x0f\x08\x0e\xab\xc3\x70\x6e\xe1\xfd\xd2\x62\xbb\x34\x2c\x37\xcc\x31\xb1\xdd\x3f\x0d\xe3\x87\x1b\xef\x5f\x0d\xe3\x87\x87\x31\xba\x8d\xd0\x93\x61\x8c\xae\x90\xdc\xf1\x0d\x63\x74\x47\xf9\xc6\x23\xe9\x82\xe3\xf1\xbd\x62\xf5\x32\xb2\x61\xec\xa3\x50\x1a\xe9\x24\xc6\xee\x86\x04\xf2\xac\x92\x68\xdb\x8e\x59\xb7\x91\x7f\x6d\xec\x98\x75\x85\x7c\x4f\x81\xbf\x26\xb9\xc7\x8e\xac\x1d\x3b\x69\x30\x1b\xa9\x6b\xc6\xee\x02\x02\x02\x1d\x66\xec\xdc\xf7\x0d\x9f\xc2\x6a\x24\x91\x1d\x3e\x85\x25\x24\x72\x6a\xf8\x14\xd6\x30\x6c\xb3\xe1\x7f\x39\x0c\xdb\x14\xf2\xac\x34\x33\xec\x0d\x6e\x73\x0d\x7b\xd5\xd8\x71\x57\x11\x92\xdb\xdf\xb1\x73\x1b\x37\x76\xb4\xef\x46\x3e\xa9\xb1\xe7\x47\x33\x83\x2e\x5f\xa2\x7d\x8f\xdd\x61\xc5\x3d\x6a\x78\x9c\x1c\xfb\x97\xf4\xf6\x25\x19\x41\x39\x78\x2b\xa9\xb4\x3d\x4f\x68\x87\x34\x6e\xa9\x58\xc7\x87\x3c\xcd\xd0\xc8\x46\xb8\xd4\x30\x34\x52\x48\x64\xe8\x30\x34\x72\x18\xf3\xd8\x70\x99\x1a\xc6\x3c\x0e\x1e\xdb\x29\x0d\xb7\x96\xc1\x93\x3b\x1f\xe4\xc9\xce\xf6\xe1\x9d\x61\x68\x64\x83\xcd\x0f\x43\x23\x85\x24\xb5\xe9\x30\x34\x52\x78\x8b\x51\x2b\xa2\x45\x88\x96\x74\x0b\xd1\x32\x0e\x7b\x8f\x0f\xcb\xf0\x0c\x3c\x7c\x10\x86\x98\x90\x61\x78\xd7\x38\x65\xb8\xf8\xf4\x0f\x83\xa8\x84\xa8\xaf\x9e\x35\x8c\xa1\x1a\x06\x4c\x35\xbc\x70\x86\x01\x53\x42\x62\xad\x1b\x06\x4c\x0d\xc2\x9e\xde\x62\x01\xed\x96\xc6\xce\x7e\x65\xed\x30\xec\x69\x7c\x61\x4f\x48\x16\xc3\x9e\x84\xd2\xf0\x48\x1d\x27\x6a\xa1\x10\x58\x08\xc7\x29\x8f\x24\xda\xe8\x2d\x46\xa5\x2e\x2e\x20\x88\x97\x1f\x46\x1b\x8d\xb3\xdb\x8e\x83\x5f\x93\xaf\x01\xc9\x0b\x51\xc3\xf8\xa0\x41\xe4\x4f\x69\x44\x44\x0f\x43\x7f\x84\x3c\xab\x24\xc7\xc3\x65\xf9\xf5\xd4\xc9\x02\x92\xd7\xab\xc6\xe9\xb2\xe4\x21\x99\xb7\x18\xed\x4d\x7f\x2d\xfd\x35\x86\x32\xfd\x35\x27\x06\xd7\x9f\xa1\x29\x62\x7c\x11\x31\xaf\x0a\x38\x0c\x88\x11\x4a\xe3\x29\xb0\x51\xdd\xed\x40\x8f\xdd\x62\xbb\xa4\xcb\x62\x3b\xb4\x21\x0d\x2f\xe6\x57\x57\x1a\x55\x2e\xc9\x4b\x20\xa5\x91\xcb\x6e\x54\xae\xa6\x84\x20\x2f\xd9\xa8\xca\xd0\x8a\xe9\xaf\x71\xa7\x38\xaa\xe2\x11\xc8\x13\x99\x5f\x95\x8e\x40\x90\x4d\x71\xd4\xfa\x55\xa0\xbc\xf1\xc7\x58\xa8\xf5\x9b\x52\x36\x56\x75\x4a\x81\xc4\xa5\x7d\x54\xa7\xd4\x90\x9e\xc6\xdb\x2c\xc3\x90\x9e\x51\xd5\x6e\x2a\xdc\xba\xa6\x35\x24\x41\x98\x48\x6e\x62\x79\x3e\x48\xbc\x18\x87\x11\x3d\xa3\x3a\xba\x38\xb7\x0c\xcd\x3a\xa3\x7e\x9e\xcd\x6f\x73\x0d\x0d\x19\x4d\xa6\x5e\x99\x84\x26\x53\x07\x92\x03\xfc\x68\x32\x75\xde\xdd\x28\x8d\x74\x32\xc3\x87\x37\x84\xe4\x55\x97\x61\x50\xc9\x68\x38\x25\xb5\xda\xfd\xb5\x94\x86\xc3\xc4\xe6\x97\x97\x24\xe6\x0a\x9f\xe8\xd1\x1c\x4a\x20\xcf\x57\xe7\x1e\xcd\xa1\x04\xba\xac\xac\x39\x94\xc6\x9e\x34\xf2\xd5\x0c\x63\x4f\x86\xef\x6e\x34\xf2\x98\x0e\xcd\x55\xa3\x7d\x77\xac\xef\xa7\x86\xa3\x0c\x9e\x4f\x28\x4d\x65\xac\x2b\x0c\x81\xc0\xdf\x65\xf8\x94\xc2\xe0\xf9\x84\xd2\x1a\xcc\xa7\x2b\xf9\x80\x1e\x6c\xe6\xee\x18\x75\x7b\xda\x5a\x85\x96\xd2\xe0\xd0\x2c\x10\x9f\x52\x18\x1d\xd5\xbc\x35\x56\x65\x57\x71\x01\x92\x83\xe7\xe8\x2a\x2e\x40\xa8\x13\xfa\xd2\x81\x10\xdd\x1f\x53\x78\x75\x2c\x3c\x0d\xcf\xb0\xd1\xfb\x47\x7b\x05\x5a\x85\x35\x74\x2c\x3c\x42\x6c\x2c\x19\x1e\x47\x78\x81\x61\x93\x2f\x1a\x15\x23\x44\xdb\xe8\xa7\x62\xa7\xab\xe6\x77\x87\x2d\xec\x28\xaf\x1a\x7c\x43\x24\x67\xe8\x0e\x78\x87\x07\x6a\xfb\x1b\x86\x99\x60\x46\x19\x9a\xfa\x46\x28\x4f\x48\xe1\x38\x42\x79\x02\x44\xdb\x2c\x76\x4a\x82\xc9\xd2\x29\x63\x51\x84\xf7\x4b\x8b\x35\x69\x24\x5f\xfe\x0d\x8e\xe4\xc3\x7c\xea\x23\x54\x88\xf0\x1f\x1b\xa1\x42\x04\x24\xe9\x10\x46\xb8\x06\xc2\x09\xc7\x7f\x6c\x84\x13\x0e\x04\x2f\x17\x8c\x70\xc2\x43\x8e\x40\xba\xb1\x11\xce\x2e\xd0\xc9\xce\x32\xc2\x65\x0c\xc4\x89\x1e\x19\x2e\xe3\x50\x5f\x26\x98\x62\x84\xeb\x38\x3e\x7d\x59\xd2\xd7\x0e\xd6\xe2\x66\x9d\x8f\xa4\xc7\x2f\xf9\x35\xe5\x03\x10\x67\xa1\x19\xf2\x92\x70\x5d\x78\x30\x08\xd7\x05\x10\x18\x25\x47\xb8\x2e\x0c\x99\x69\xb8\xb6\x0d\x6d\xaf\x23\xbe\x19\x0f\x6a\x70\xc6\x81\x28\x4e\x9b\x33\x1e\xdf\x8c\x07\x43\xe9\x8c\x1b\x26\x81\x09\x68\x68\x92\x1d\xa6\x33\x6f\x1c\x4e\x87\xe9\xcc\x85\xee\xe8\x9a\xce\x7c\xa4\xfc\x30\xa8\x21\xdb\x47\x7b\xf9\x21\x06\xde\x91\xf2\x43\x82\x13\x4a\x23\xab\xcd\x30\x3a\x41\x08\x5e\xa3\x18\x46\x27\x0c\x8d\xb9\x0d\xff\x92\xa1\x31\x77\x24\x3e\x81\x0d\x2b\xfb\x48\x79\x24\x10\x6a\xd1\xe6\xfd\x1e\xe4\xfa\x2e\x0d\x0b\xd8\xc8\xcb\x4f\x39\x5f\xa7\x5d\xb0\xa7\x3a\x5d\x93\x85\x60\x68\xf4\x1d\xa4\x75\x2e\x8d\x0b\x8b\x61\x5e\x67\x21\x08\x5b\x1d\x97\xcb\xfd\xf2\x4c\x48\xc4\xd7\xb8\x5c\xef\x40\xba\xc7\x2e\xd7\xfb\xa5\x50\xf2\x90\x72\xc9\x4a\x81\x6c\x6c\x6c\xbd\xb5\x87\x89\xa3\x1b\x39\x4a\x86\x89\xa3\x85\x38\x61\x43\x26\x8e\x1e\x97\xab\x86\x1c\x25\xe3\x72\xd5\x00\x49\xfc\xd8\xb8\x1c\xf1\xab\xa5\xc5\x68\x6f\xf3\xd3\x17\x12\x83\xf7\xb8\x1a\x23\x7e\xa9\xd8\x92\x35\x6c\x68\x6a\x16\x62\xaf\x92\xec\x82\xb3\x80\x53\xd2\xd0\x38\x3c\xae\xf0\xd3\x26\xcd\x4f\xc3\xde\x4b\xf2\xd3\xb0\xf7\x4c\xea\x15\xf6\x5e\x3f\x4f\xe6\x0f\x77\xee\x0f\xde\x62\x05\x5a\x48\x0b\x7e\x8d\x2e\xa8\x8f\xe0\xc1\xfd\x16\xa3\xab\x6a\x8a\x40\x76\xb4\xd8\x4b\x45\x51\x6f\xea\x96\xac\x1a\x6d\xcd\x42\x9c\xac\x41\x4d\xcd\x42\x10\xf9\x32\x34\x35\x0b\xa5\x71\xf1\x30\x34\x35\x0f\xbd\x87\x09\x30\x1c\xda\x9a\x85\xc0\x81\x64\x68\x6b\x1e\xe6\xb4\x6e\x84\xe2\x0d\xed\xbe\x42\x27\xe5\xdd\xd0\xee\x3b\x06\x2a\x66\xc7\x29\x69\x0c\x55\x4c\x20\xe5\xb8\xc3\x99\x1f\x08\xd1\x8e\x65\x65\x0c\xb9\x0f\x90\x9d\x55\x39\xe4\x3e\xc3\x1c\xc2\x55\xd2\x92\xf4\xf8\xe5\x3b\x1e\xc3\x05\x02\x24\xd9\x91\xc6\x70\x81\x0c\x22\x01\x3a\x66\xc6\x31\x14\x54\x40\x76\x9b\xa6\xa0\x02\x92\x57\x18\xc6\x50\x50\x01\xef\x97\x27\x34\x7b\x80\xcd\x72\xff\xbe\xb4\x07\xac\xc0\x8e\x85\x67\x0c\x57\x20\x10\xbb\x43\xe4\x0a\x1c\xb8\x57\x76\x2c\x3c\x63\x78\xdc\x02\x92\xc4\x4a\x63\xe0\x7f\x30\x34\x7a\x77\xae\x66\x87\x46\xef\xa1\xd1\xbb\xe3\x3d\x33\x34\x7a\x0f\x7d\xae\x71\x3d\x1b\x5a\xbd\xc7\x44\x09\xea\xe4\xb5\x18\x53\x7e\x0f\xa4\x06\x01\xbd\xb0\x85\xee\xbe\xd2\x0b\x7b\xe0\x71\x5d\x3a\x31\x7c\x43\x97\x6b\x21\x70\x70\x18\xba\x5c\x8f\x09\xc7\xeb\x38\x00\x8e\xe9\xf0\x02\x89\x79\x72\x4c\x39\x1e\xf0\x16\xe3\x53\x2d\x1f\x40\x76\x66\x79\xaa\x40\x4c\x27\x86\x6b\x9d\x31\x9d\x18\x20\x92\x75\x34\x9d\x18\xa0\x74\x6e\x58\xc6\x74\x66\x80\xe4\x91\xeb\x31\x9d\x18\xe0\x2d\xe6\xa7\x29\x8d\x94\xe4\xa7\x6d\xb3\x57\x9c\x83\x3b\x97\x33\x63\x7a\x0e\x06\x82\x7c\x4e\x63\x3a\x31\xc0\x5b\xcc\xf6\x3e\xd2\x30\x2f\xd4\xdf\x20\xba\xa7\xe7\x49\xef\x17\x7a\xb1\x9d\x1e\x28\xbd\x5f\x20\x1c\x6b\x78\xbf\x20\xbc\xc5\x98\xa4\xee\x78\x11\x2b\xaa\x90\x9b\xb2\x2b\x20\x36\x47\x55\x76\x05\xe4\x8e\xe4\xd6\x53\x7d\x4c\x34\x29\x1c\x4e\xc6\x54\x62\x02\xa1\xc6\xaf\xef\xba\x10\xcd\x89\xec\x8e\x0c\x72\xaa\x97\xe2\xef\x3b\xe1\xa6\x5a\x3b\xfc\x72\x4a\x5a\x16\x63\xd6\x3c\x8a\x01\x81\x83\xc1\xf0\xe2\x63\x4c\x24\x72\x2f\xce\xa4\x12\x19\x48\x9c\x5c\xc6\x54\x22\x03\x5d\x11\x3a\x65\xad\x40\xba\xd3\xa7\xac\x55\x17\xfa\xce\xeb\x5e\x43\x17\x7a\x21\x4e\xd4\x4f\x5d\xe8\x85\xb7\x98\x34\xfb\x6e\x2e\x4e\x87\x5b\xd6\x0a\xc4\x76\xda\x5a\xfb\x1e\xa4\x68\x74\xad\x87\x5d\xc7\xd8\xbf\x7f\xa5\xec\x7a\xb8\x28\x76\x7f\xcc\x45\x61\x5e\x66\x5b\x96\x76\x1d\x73\x46\xd7\x28\x61\x1a\x70\x21\x9a\x5f\x6a\xce\x00\x52\x13\xca\xf4\x48\x04\x24\x39\x81\x86\x21\x00\x42\x9c\xae\x03\xf9\xbb\x57\x3e\x9d\x7c\x81\x63\xca\x0d\x70\x6f\xdf\x35\x7d\x79\x0b\x34\x74\x6f\xef\x64\x6d\x1c\xba\xb7\x8f\xcf\xbd\x1d\xa6\xa1\x7b\xbb\x90\x64\x0f\x19\x4b\xd1\x0e\xbc\x5f\x1e\xd0\xaa\x34\x56\x1a\x72\x51\x27\xf8\x81\xc7\xfb\x5b\xcc\x5f\x0b\x69\x24\xdc\xaf\xb6\x23\x25\xb1\x09\x91\xb2\xde\x3c\x09\xef\x97\xfe\xda\x90\x86\x29\xf0\x6b\xc7\x94\xe4\x5e\x3d\xfd\x74\x49\xf3\xcd\x3e\xeb\xbc\x25\x39\x2d\xa7\x95\x3e\xd2\x78\x36\x1f\x26\xaa\xff\xfc\x58\x55\x3e\x72\x4a\xeb\xd2\xd8\x2c\x18\xef\x96\x22\x0a\x28\xbd\xd8\x53\x65\x14\x10\xee\xcf\x25\x77\x5c\xcd\x25\x69\xb7\xe4\x54\x40\x6a\x45\x5c\x32\x2a\x20\x64\x4a\xde\x7a\x8d\xa5\xb8\x20\xed\xf3\xd0\xf5\x5e\x08\x5c\xac\xc6\x52\x5c\x00\xc1\x5b\xb1\x63\x69\x03\x5e\x1f\x53\xea\xfe\x9a\x1d\x6d\xe6\x05\xe7\xc7\xe4\x3a\xeb\xe3\x3a\xce\xb2\x5c\x47\x07\x7d\x4d\x19\x3a\xe8\x8f\xd5\xed\x28\xb2\x72\xc9\x16\x80\xa8\x28\x1d\x4b\xb6\x00\x04\x59\x36\x86\xfe\xf9\x42\x92\x93\x6a\xe8\x9f\x3f\xd6\xc7\x15\xc2\x62\xce\x8b\x2f\x5b\x3b\x2d\x72\x05\xe0\x2d\x46\xd3\x3c\xad\x01\x41\xd0\xf3\xf0\xda\x6e\x70\x07\xf7\x16\x93\x66\xd3\x02\x67\xe0\x83\x4a\xdd\xb5\xde\xd1\x75\x7c\x7c\x86\x77\x74\x42\x92\xa0\x69\x78\x47\x37\xf0\xe2\x7f\x8b\x49\xb3\x6d\xdc\xdd\xe0\x3e\x32\xcc\xb0\x2e\xbc\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\x68\x98\xe1\xbc\xdd\x1b\x2b\x5d\x59\x4e\x9f\x66\x61\x20\xea\x21\xc9\x89\x27\x75\x63\x57\x77\x58\x32\x01\x20\x08\x1f\x1f\x4b\x26\xe0\x5d\x61\x27\x5c\x7a\x18\x13\x30\xf0\xb5\xde\x79\xd0\x6e\x78\x7d\x38\x6e\x8e\xa5\x9d\x67\x44\xc6\xed\x5e\x06\x02\x17\x9f\x71\xbb\x97\xf5\xc8\xee\x38\xe3\x0e\x3d\xb2\x85\xdc\x51\x54\xf5\xc8\x1e\x78\x5f\xbf\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x2f\x49\xbc\x49\xd2\x2d\x45\x0f\xee\x6a\x73\x91\x71\xb7\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x0f\xbd\xb0\x85\x20\x6f\xc9\xf0\xfe\x53\x28\x5d\x8b\xa6\x17\xa0\x42\x12\xd7\x3b\x74\xc2\x16\x3a\x4f\x51\x0c\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\xf4\x7e\xfe\x06\x23\xb9\xb9\xdc\x85\x50\x97\x31\x95\xfb\xd0\xb9\xbb\xef\xbb\xb4\x25\x8d\xac\xab\x1c\x36\x75\xee\x16\x52\x0b\xb6\xce\xdd\x42\xe2\x84\x39\x6e\xb5\x53\x20\xc8\x24\x32\x74\xf7\x16\xde\xdf\xb7\x98\x63\xc5\xf5\x2e\x37\xd4\xc3\xeb\x5d\x21\x77\xce\x47\xba\x7b\x0b\x41\xd6\x90\x71\xab\x3d\xdd\xea\x40\xa4\xcf\x1b\x66\x94\x17\x92\xd4\x6f\xe3\x96\xdb\xe8\x01\xde\x77\xf6\x92\x1e\xe0\x42\xe2\xd7\x3e\xf4\x00\x1f\x7a\x80\xf7\x1d\xa3\xab\x1e\xe0\x42\x28\xfc\xf5\x00\x17\x92\x88\xed\x61\xde\xf9\x81\x1b\xf7\xfb\x25\xbf\xa6\x5e\x72\x1b\x07\x0b\x3f\xbb\x3d\xdc\x03\xd1\x5c\x87\xaa\x2a\xb7\x4c\x09\xdf\xaf\x71\xcb\x94\x80\xc4\x4d\x75\xdc\x32\x25\x1c\xc0\xdf\x62\xf4\x40\x16\xa4\x07\x38\x69\xf2\x87\x1e\xe0\x42\x6c\x2e\x57\x99\x12\x90\x5f\x33\x64\x4a\x77\xb8\x93\x10\x77\xb7\x7a\x09\x10\x38\x9d\x8f\x5b\xbd\xe4\x36\x51\x6c\x4a\x72\xbc\xd5\x4b\xf6\xaf\x98\xfd\x0c\xf2\x26\xba\xd0\xd5\x4b\xf4\x1c\x27\x77\xdd\xd0\x73\x5c\x78\xbf\xa4\xb5\x72\x38\x20\xba\x1d\x90\xc3\x71\xe7\xfe\x16\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\xba\xe5\x70\x40\xf7\xf6\xf1\x96\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xbf\x5f\x52\x4c\x76\x06\xc4\xe1\x8a\xd4\xec\xcd\xa5\xfe\x5b\x8c\x21\x4a\x3b\x9f\x24\x84\xc0\x54\xa6\x53\xbb\xf0\x16\xa3\xa7\x32\x42\xbd\xda\x77\xf7\x94\x8c\x10\x48\x92\x05\x8e\xdb\x5b\xc5\x5b\x9d\x49\xfd\xe2\x56\x67\x02\xe2\x5b\xcc\xb2\x4b\xe0\x2d\x26\xcd\xf1\x50\x69\x0a\x7b\xe5\x78\xa4\x2b\xb7\xda\x36\x3b\x4f\x1e\x28\x12\x85\x0d\x7d\x10\x84\xd2\x15\xff\xb7\x9c\x16\x6f\xf2\xdd\x76\xe8\x97\x20\xa4\x2a\xc7\xe3\x11\xf8\x51\x33\x51\x04\x3e\x6a\x26\x40\x6a\xcf\xd6\xe5\x5c\x48\xe2\x5d\x87\x2e\xe7\x42\x92\x05\x70\x3c\x2a\x26\x40\xee\xc8\xc4\x47\x06\xfa\x7c\x7c\x90\x95\x6b\x62\x7c\x21\x1d\x5b\x13\xe3\x0b\xc9\x7b\x17\xc3\xc4\xf8\xe3\xf1\x50\xec\x36\x78\x64\x3b\x40\xe7\x81\x9f\xf1\xc8\x76\x9e\x8f\xed\xd8\x34\xd9\x0e\x90\xb2\xb5\x47\xb6\xf3\xc8\x76\x10\x28\x7a\x64\x08\xe9\x25\x9c\x1e\x19\xe3\xf1\x9c\xfc\xb7\x2f\x43\x1a\x0f\xa9\x9e\x34\x4d\x4e\xf4\x7c\x6c\x07\x83\xfc\x23\xdb\x79\xcc\x90\x54\xfd\x35\xc7\xb1\xd9\x03\xc4\xb5\x1e\xf8\x42\x27\x95\xd0\x78\xe4\x31\xc0\x5b\x8c\x1e\xa8\xd2\x00\xf9\x55\xe0\x39\x0a\x08\x5e\x72\x1b\x8f\xe7\xa8\xe7\xe3\x4e\xdc\xfc\x3d\x72\x27\x20\x3c\x88\x3f\x72\xa7\xc7\x83\xd4\xf7\xfb\x76\xea\xe3\x4e\x69\x3b\xec\x15\xdc\x49\xb3\xdd\x23\x77\x7a\x7c\xb9\x0b\x45\x42\x07\x15\x21\x3b\x67\x2b\x1d\x54\x84\xf8\xa6\x58\x7e\xf5\xa8\x45\x91\x9b\x71\x3c\x32\xac\x47\x86\xe5\xea\x93\x61\xe9\xc6\xd2\xc9\xec\x30\x74\x63\x11\xc2\xcb\x0e\xdd\x58\x84\xd0\x68\xa0\x1b\xcb\x78\x64\x3b\x3c\x56\x3d\x7c\x9a\x40\x48\x9c\xca\xc6\x23\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\xe8\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0f\x3b\x2a\x07\x00\x82\xa0\xdd\x61\x08\x84\x10\xbc\xa2\x38\x0c\x81\x18\x3e\x56\xd0\x8f\xf2\x1b\x8e\xd7\x3a\xc3\x08\xf9\x8d\x96\x67\x23\x1d\x5f\x3a\x09\xb1\x86\x6f\x19\x0c\xdc\xfa\x77\x9c\xe9\xa7\xbe\x30\x42\x70\xdb\x37\x75\x85\x99\xfa\xbd\x74\xd8\xde\xd4\xef\x45\x48\x62\x57\xa6\x7e\x2f\x73\xf3\xe8\x42\xc4\xc1\xdc\x50\x81\x84\x38\xc3\x2f\xa7\x24\x2f\xb7\xac\x60\x49\x5a\x18\x4a\x2a\xa4\x5b\x12\x7c\x0a\x0f\xad\xa9\x13\x8d\x10\x64\x35\x9e\x3a\xd1\x08\x79\xbc\x87\xf5\xb9\x55\x5b\x4b\x4e\x7a\x92\x76\xcc\x0d\x0d\x4b\x48\x12\x76\x4e\xdc\x6e\x5e\x70\xd2\x0e\x5a\x56\xed\x80\xd9\x33\x0b\x7d\x82\x8d\x4c\x1d\x66\x3a\x19\x3a\xa6\x0e\x33\x42\xf0\xdc\xc8\xd4\x61\x66\xe2\x1c\x53\xfa\xe1\xa8\x55\x7b\x80\xb5\x1f\x1f\x9a\xa9\x73\x8c\x90\x6c\xdf\xa9\x73\x8c\x90\xac\xba\x69\x64\xc1\xdc\x54\x55\x48\x93\x32\x37\x18\x84\x90\xec\xae\xb9\xa1\xaa\x08\xa5\x93\x54\x62\xe2\x17\xf3\x41\x22\x13\xa7\xde\x31\xc2\x5b\x8c\xce\x37\xc7\x1b\xab\x4e\x7b\x05\xf1\xdc\x9a\xad\xd5\xdc\xd6\x24\xd9\x5a\xb9\x0d\x77\xf9\x93\xa0\x85\x0f\x3a\x59\x04\xa7\xb1\x09\xd3\x40\x84\x8e\x77\xf9\x34\x10\x41\x88\x7e\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\xed\xee\x88\x4a\xaf\x60\x2d\x42\xb4\x83\xd6\xc2\x5a\x84\xd2\x8f\xe6\xa7\x8e\x07\xac\xe5\xd8\xac\xd3\xf1\x50\xf1\x39\xec\x42\xb7\xf3\x30\x12\x42\xa7\xa6\x6e\x40\x53\x9f\x9f\x8e\xeb\xc1\xd4\xe7\x67\x6e\x1e\x3f\xc8\x92\x32\xb7\x74\x28\xb1\x41\x70\x9f\x36\x79\xf4\xe2\x83\xd2\x8f\x64\xb5\xa5\x3f\x97\x2e\x5d\x49\x0e\xe5\xb7\xd1\x9c\xe6\xcb\x41\x62\xa3\x71\xad\x3e\x75\xfa\x99\xb8\xe4\xbc\xc5\xde\x3e\xe8\x93\x23\xf4\x2c\x14\x73\x39\xfb\x9e\x42\x27\xe4\x62\xfa\x9e\x82\xd0\xc9\x6a\x3f\x7d\x4f\x61\xf2\xc4\xc1\x5b\xac\x42\x7b\xa4\x61\xda\x66\xb2\x8a\xcb\x0d\x48\x52\x4f\x4e\x5f\x40\x10\x4a\x3f\x77\xbe\x44\xde\x09\xc9\xbd\xfd\xf4\x89\x83\x59\x70\x47\xe8\x27\x4c\xa0\x38\xa7\x40\x76\x9b\xeb\x9c\xf2\x5e\x41\xe9\x5f\x4f\x9d\x40\x20\xba\x15\x38\x7f\xba\x10\x75\x5c\x25\xa6\x2e\x44\xb3\xc8\x47\x71\x5b\x98\x25\xad\x01\x4d\xaa\xed\x92\xac\xc1\xe1\x25\x3c\x69\xea\x42\x34\x71\x21\xf2\x35\x97\xa9\x0b\xd1\xdc\xb9\x0c\xee\xe4\x2b\x98\xbb\x4c\x05\x08\xf2\x9a\xcc\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xee\x08\x6d\x21\x5b\xa3\x18\xf6\x0b\xa1\x74\x1c\x45\xa6\x9e\x46\x42\x72\x3f\x3c\x75\x25\x9a\x3b\x7e\x67\x9d\x40\x9d\xb9\xbb\xe0\x80\x38\x83\x0a\xba\xed\xb0\xf7\xbc\x17\x33\xf5\x11\x9a\x3b\x57\x29\x1d\x97\xf1\xb9\x23\x93\x84\xc0\xb1\x7c\xee\x61\xdb\xf0\xbc\xe8\xa4\x70\x9d\x3b\x2a\xa8\x10\xbc\xb4\x38\xf7\xf4\x4b\x5d\x4d\xd9\x6d\x7b\x7e\x5f\x56\xda\x61\x29\x7b\x95\x38\xb3\xef\x92\xec\x14\x51\x79\x9d\x18\x83\xb9\xa7\xbd\x42\x29\x25\x58\x63\xe2\x90\xf4\x41\x90\x42\x68\xea\x96\x34\x3f\xb7\x24\xfb\xe4\x1e\xda\xd5\x49\x6b\x93\x36\xa5\xe1\xb9\xd9\x6c\xbf\x23\xc4\x25\x5d\xaf\x6c\x49\x5c\x99\x3e\x08\xa2\x0e\xa6\x0e\x4d\x73\x37\xac\xe5\x78\x7f\x4c\x87\x26\x21\xe4\x77\x87\xc2\x4a\x1f\xa7\x4e\x0c\xc3\xd4\xc7\x49\x88\x8a\xc8\xd1\xc7\x69\x1e\x9a\x74\x79\xeb\x68\x1e\x68\x22\x42\xb4\x2a\x69\x4a\x62\xa6\xda\xce\xa7\xce\xd4\xe1\x4c\x35\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\xd2\x8e\x5f\x8f\xd1\x9e\x87\xe3\x05\x04\x0f\xa0\xcc\xc3\xe1\xd2\xb7\xa9\xe3\x3d\x39\xf5\x6d\x9a\xc6\xf7\x90\x64\x77\xea\xdb\x34\x4f\x8d\x14\x5c\x7b\xcf\x13\x23\x85\x10\x3c\xf0\x34\x4f\x8c\x14\xf3\x3c\x99\x10\x97\xf6\xa9\x3c\x06\x12\x6f\xa4\x69\x36\xeb\xa9\xa7\x54\x77\xc6\xf5\x94\x12\x92\x6b\xef\xa9\xa7\xd4\xd4\x53\xaa\xe3\xec\x39\xf5\x94\x12\x82\x64\x89\x53\x4f\xa9\x69\x6a\xe9\xde\xba\xbf\x36\xa4\x69\xd2\x3c\x21\xd9\x0e\xaf\x46\x78\xc2\x71\x9e\x32\x1d\xa0\x93\xb0\x73\x9a\x20\x7a\x9e\x0a\x8d\x16\x34\x44\xa1\x71\x9a\x35\x8a\xa5\x67\x76\xe5\x69\x2a\xe5\xce\x35\xe4\x34\x95\xb2\x10\x3c\x50\x30\x4d\xa5\x3c\x4d\xa5\xdc\xb9\x5f\x9c\xba\x4a\x09\xa5\x13\xd1\x36\xcd\xa5\x2c\x84\x22\xd9\x5c\xca\xf3\xcc\xaf\x18\x03\x97\x16\x4b\xdc\x48\xaa\xa4\xaf\x18\xac\x14\x9e\xa3\xa7\x94\x10\xca\x33\x3d\xa5\xe6\xe9\xb6\xeb\x3b\xed\x70\xdb\x01\x81\x79\x65\x9e\x6e\xbb\xd3\xb3\x60\x67\x0f\x9c\xee\x3b\x20\x48\x88\x3c\x4f\xd7\xd1\xe9\xbe\xeb\x87\x9f\x3a\xbc\xe9\x34\x5b\x81\xd3\xec\xda\x22\x78\x63\xea\x9e\x35\x71\xcf\xf2\x91\x9f\xa9\x7b\xd6\xac\xaa\x7f\xf8\x6a\xcc\xea\xf6\x01\x82\x30\xf3\x59\x55\xff\x80\xd2\x3b\xb3\x50\xb1\x9d\x09\x89\x0b\xdb\xac\xf8\x6c\x4c\xbd\xb8\x7c\xdd\x66\xea\xc5\x25\x44\x7f\x95\xea\xa9\x17\x97\x10\xbc\x75\x36\xab\xab\xb2\x7a\x87\x87\xc3\xcc\xac\x6a\x76\x55\xef\x54\xb4\xb8\xaa\x66\x57\x95\x84\x9d\x1d\x53\x95\x84\x40\x54\xa6\xaf\x2a\x09\xab\xcb\x0d\x27\x9d\x59\x5d\x6e\x40\x74\xf8\x50\x75\xb9\x01\x21\x93\xaf\x8a\x07\x20\x78\xa4\x69\x56\xc5\x03\x10\x3c\x5a\x33\xab\xd2\xa1\x7e\x2b\x0b\x46\xa7\xaf\xd7\xac\x32\xef\x8e\x3e\x52\x5d\x0c\x40\xc7\xb4\x31\xab\x8b\x41\x97\xb0\x4e\xea\xa1\xa9\x4b\x98\x90\xbd\xf8\xa5\xe3\xc1\x05\xb7\x6f\xaa\x4e\x7d\xc2\x84\xd8\x42\x92\x7d\x77\x96\x71\xd9\x98\xba\x89\x4d\xdc\xc4\x76\xf5\x0c\xdd\xc4\x84\xe2\x3d\xf5\x6c\xf2\x52\x20\xdd\x08\x8d\x6b\x92\xd9\x5c\x0c\x98\x3e\x67\x73\x31\x34\x73\xe4\x77\x49\x55\x52\xb3\x98\x35\x74\x69\xa8\x76\xe8\x3b\x8d\x3b\x91\xd9\x9c\x04\xdc\xfc\x66\x73\x12\x80\xc8\xe4\x4b\x27\xa1\x79\xa0\x75\x5f\xb5\x6e\x43\x38\xd0\x6e\x76\xa1\xfb\x65\xff\xbc\x38\xde\xb1\xd4\x75\x6c\xb6\xaf\xf7\xfd\xed\xbd\xae\x63\x13\xd7\xb1\x83\xdb\xc2\xa9\xeb\xd8\xec\xde\x59\xe0\xc6\x31\xf5\xcf\x12\x82\x0b\xf3\xa9\x7f\xd6\xec\xda\xfd\x78\xc7\x7a\x9a\x8f\x58\x08\xbc\xad\x67\x57\x4b\xee\x1e\xa3\x79\x7d\x75\x76\x15\x23\x20\xc8\xb9\x3f\xf5\xec\x9a\x5d\x19\x44\xa2\xff\xd9\x65\x48\x40\x92\xb3\x69\x76\x65\x90\xae\x5d\x9d\xc4\x2c\x53\xd7\xae\xa9\x83\x56\xc7\x55\x62\xea\xa0\x35\x71\xd0\x3a\xb8\x81\x9e\x3a\x68\x09\x25\x36\x4e\x3e\xe1\xa4\x86\xef\x95\xc3\xb6\xc2\x49\x35\xbf\x6f\x90\xd6\x64\x9a\xdf\x57\xc8\x8d\x01\x31\xbf\xef\xc4\x67\xaa\xf8\x6a\xfc\xd4\x69\x4a\x08\xf2\x5e\xcc\x70\x03\x06\x63\x69\xf0\xd2\x0c\xc7\x12\x88\x0a\xd3\x0e\xc7\x32\xb8\xf4\xf7\x89\x87\x19\x9e\x42\x80\xf4\x6c\x18\x0e\x6f\x74\x8b\xa1\x29\x86\xfa\x13\x10\xdc\x98\x4f\xdd\x9c\x66\x10\xbb\xf4\x8d\x6f\x84\x35\x60\x5c\xdc\x38\xa8\x05\xc6\xc5\x19\x69\x17\x18\xcb\x90\x43\x03\x49\xa6\x91\x19\x6e\x4a\xa0\xf0\x0c\xc6\xaf\xca\xee\x70\xd3\x02\x41\xfc\xe3\x0c\x35\xae\x20\x46\x40\x1f\x97\x19\x72\x70\x20\xb9\x87\x98\x21\x03\x0f\x8e\x15\x41\x14\xc2\x0c\xf7\x36\x10\xf8\xc4\xcf\x70\x6b\xeb\xa1\x15\x1b\x67\x69\x3d\xb4\x66\x38\xe5\x6c\x29\x3d\xb4\x66\x7e\x73\x49\x0d\xe9\x5c\xa6\x73\x09\x7b\xd2\x69\x4b\x48\xde\x46\x9e\x3a\x6d\x4d\x93\xd1\xfa\xfe\xf7\x34\x19\xad\xd0\x09\x97\x9b\x26\xa3\x15\x8a\x2f\x1b\xce\x74\xc1\x03\x89\x63\xc6\x4c\x8f\x85\xe4\xa4\x2d\xc6\x27\xcd\x74\xc1\xa7\x72\xba\x4a\x0a\x49\x34\x97\x77\x38\xa6\xbe\x5d\x93\xc4\xaf\x2f\x8d\xf6\x86\xb5\x62\xa0\xe5\x2a\x65\x92\x05\xf6\x83\x74\x21\x9b\x0b\x76\x26\x9c\x33\xb8\x0d\x9a\x29\xe7\x04\xd2\xd5\xa8\xa3\xd8\x4c\x87\x92\x60\x85\xa9\x0b\xd8\xc4\x05\xcc\xa7\x4a\xa6\x2e\x60\x93\x18\xdf\xf2\x2d\x6e\x83\x7c\x85\x0c\x16\xad\x41\xbe\x53\xdf\xae\xef\x94\xa9\x6f\x97\x90\xb8\x7b\x4e\x7d\xbb\xa6\xbe\x5d\x41\x1e\x96\xa9\x6f\x97\x10\xf8\x96\x4c\x7d\xbb\xe6\x45\xee\xbe\xd8\x37\x1a\xa2\x6a\x04\x24\x41\xcf\x93\xa7\xff\x7f\x9a\xb8\x7b\xbd\xc5\xde\x9e\xea\xef\x25\x04\xf7\x80\xf3\xf2\x20\x77\x39\xa7\xf8\xe6\xce\xcb\x39\xbd\xdc\x64\xbb\x24\xbb\x00\x83\x8d\x9d\x9d\x6d\x50\xb2\x90\x6e\x4f\x63\x92\xa7\x01\xc8\x3a\x4b\x4d\x03\x90\x85\xdc\x3e\x52\x48\xba\x2c\x56\xa1\x0d\x69\xf0\xb5\xdd\x0a\xec\x15\xb7\x12\xdb\x66\x05\xf6\xca\xcd\xbe\x7f\xc5\x6c\x6e\x97\x27\xf0\x63\x2e\x10\xe0\x2d\xc6\xa7\x6a\x68\x40\x12\xf0\x3d\x2f\x35\x34\x7c\xc7\x4a\xec\x30\x00\x9d\xc7\x84\x24\x84\x6b\x5e\xe1\x88\x87\x95\xb2\x3d\x74\x1e\x13\x3a\xa1\x2b\xf3\x72\x05\x02\xd1\x10\x38\x97\x2b\xf0\x92\x9b\xec\x4e\xb3\xdc\x04\x08\x22\xd3\xe6\x25\x37\x31\x84\xda\xb7\x91\xa7\x21\xd4\x42\x62\x81\x9c\x86\x50\x4f\xdd\xce\x74\xe4\x9a\xba\x9d\x4d\xdc\xce\x0e\x92\x3c\x4c\xdd\xce\xa6\xf1\xcc\x3e\xe7\x34\x8d\x67\x16\x92\xeb\x8b\x69\x3c\xb3\x50\x0c\xdc\x99\xc6\x33\x0b\xc1\x1b\xe6\xd3\x78\x66\xa1\x04\x86\xfe\x69\x40\xb3\x90\xca\x47\xe3\x99\x27\x8e\x6b\xc5\x17\x64\xa7\xa1\xca\x42\xc6\xd7\x8e\x29\xc9\xa1\x6c\xb6\xf7\x96\xe6\xa1\xdb\x0a\x18\xca\x51\xbf\x4a\xf9\xd4\xed\x01\xa4\x1c\x4f\x97\xb8\x89\x63\x5b\xf1\x0d\xc7\xa9\x67\x9b\x10\x5b\xd0\x0e\x0d\x6d\x40\xf1\x11\xfd\x39\xea\x57\x03\x61\x17\x98\xae\xf4\x7f\x9b\xfa\xa2\x99\x6e\x67\xea\x8b\x26\x24\xc9\xae\xa6\xbe\x68\x73\x7c\x8b\x17\x46\x30\xfa\x47\xe3\x2a\xda\x2f\x5d\xbc\xc3\xc5\x8b\xd4\x1f\x2e\x5e\xdd\xd3\x42\xa3\x94\xee\x69\x73\x28\x96\x0e\xc7\x52\xb1\x04\x44\x77\xb2\x14\x4b\xc3\x25\x48\xfc\xec\x1c\x2e\x41\x20\xd4\xf8\x86\x4b\x70\xb8\xde\xc8\xda\x3c\x87\xeb\x6d\x28\xbd\x38\x89\x0f\xd7\xdb\x90\x0b\x92\x29\x7e\x0e\xb9\x20\x10\x1d\xc5\x70\xc8\x05\x81\x12\x3c\x08\x30\x87\x42\x66\xf8\x48\xba\x93\xa5\xfe\xa8\x87\x5d\x1c\xce\x8c\xcb\x12\x0f\xbb\x83\xe4\x18\x53\x0f\x3b\xa1\x63\xc6\x9f\x53\x4d\x03\x48\x12\xf8\xcf\xa9\xa6\x31\x39\xa7\x86\x66\xd7\xe9\x39\x15\xc8\xed\xf4\xcb\x4b\x12\xf7\x5b\x55\xd2\x90\x44\x26\x4f\x98\xdb\x74\xb5\x4d\x45\x9d\x56\xd7\xe9\xd2\x02\xe2\xe8\xbf\x6e\x2a\x9f\x53\x49\x68\xb2\x54\xdf\x12\x9a\x26\x4b\x15\x92\x4c\x11\xd3\x64\xa9\x73\x72\x7b\x14\x87\x6d\x72\x49\x01\xa9\x6a\xa2\xcf\xdf\xc4\x99\xaf\x98\xd1\x6e\xea\xcd\x27\x24\x6e\x9c\x53\x67\xbe\xa9\xaf\x5d\x90\x51\x66\xea\x6b\x37\x3f\x5f\xbb\xb0\x18\xd3\x61\x6e\xd5\x20\x6b\xf2\xd4\x3f\x4d\xc8\xcd\x4e\x7b\xb0\xc5\xff\xac\x04\xe9\x90\xa7\x21\xf7\x42\x70\x3f\x35\xf5\x45\x13\xde\x62\xb4\xd7\x05\x3a\xbf\x95\x87\x66\x66\xc8\xbd\xd0\x03\xee\xaa\x2f\xd7\x9c\x2a\x44\x27\x67\x67\x43\xee\xe7\x17\x72\xcf\xd1\xc8\x90\x7b\xe1\x2d\x46\x0d\x1a\x99\x80\xd8\x10\x54\x53\x23\x93\x09\x5d\x7d\x79\x61\xea\xcd\x25\x04\xe9\xf7\xa7\xde\x5c\x53\x6f\x2e\x53\xf7\x4f\xbd\xb9\x26\xde\x5c\x07\x6e\x38\x53\x6f\xae\x69\xc4\xfb\x67\xd6\xd3\x9b\x66\xea\xb1\x12\x27\x3c\x41\x8f\x15\x21\x1b\x1b\x5b\x8f\x95\x89\x2b\x4a\x89\x13\xad\x4d\x5f\x14\x21\xb5\x2f\x98\x9e\x72\xea\x77\x12\x95\x3e\xe8\x77\x32\xf1\x3b\x39\xb4\xa4\xe8\x77\x32\xcd\x32\x17\x95\xdd\x63\x96\x39\x21\x08\x0c\x9a\x66\x99\x9b\xe6\x85\x33\xd4\x75\x9a\x17\x4e\x08\x4d\x4a\xe6\x85\x9b\x86\xad\x47\x85\x81\x7b\x1f\x2f\x94\xa8\xa8\xfd\xc6\xad\x0b\xd1\x18\xf2\x5b\xc1\x67\x8e\x36\x9d\x95\xa6\x37\xed\x42\xe2\xcc\x3f\xbd\x69\x9f\x3e\x6e\x1f\x15\xfd\xc6\x6b\x64\x21\xb8\x38\x9a\xde\x22\xcf\x5b\x3e\x41\x82\x8e\x79\x3b\x35\xb7\xaf\x09\x71\xd6\xf7\x16\x79\xde\xdf\x20\xa1\xdf\x78\x65\x3c\xb9\x32\x3e\x3a\xc2\xc5\x2b\xe3\x69\xfe\xb1\x20\xcf\xc6\xf4\x32\x58\x48\x4f\x86\x5e\x06\x4f\xaf\x79\x3f\x71\xeb\x35\xaf\x10\x01\xcf\xf5\x9a\x77\x72\xb5\x5b\xcc\xc9\x33\x1f\xc5\xc6\x63\x28\x74\xfa\x65\x4a\x1a\x16\xdb\xa1\x4d\x69\x18\x22\xd3\x5f\x63\x0d\x7a\x0d\xab\x2f\xe2\xf4\x1a\x56\xc8\x16\x92\x2c\x86\x53\xaa\xf9\x32\xa6\x97\xa9\x42\x27\xca\x62\x7a\x99\x2a\xbc\xc5\xe8\x96\x16\x73\x20\x79\x58\x67\x7a\xbf\x3a\xb9\x4c\x7d\x8b\xf9\xa9\x5d\xe8\x3c\xd0\x5d\x24\xd9\x85\x6e\xdb\x58\x35\xde\x93\x0a\xd9\x42\xd2\xd7\x36\x56\x8d\xf6\x42\x2f\x45\x85\xe2\x9b\x47\xf3\x71\xd5\x00\xd1\x91\x24\xde\x93\x4e\x6f\x40\x83\x78\xeb\xe9\x0d\xa8\x10\xc4\x76\x4c\x6f\x40\x85\x24\x7f\xc8\xf4\x06\x74\x12\xa8\x5f\xa2\xa1\x76\x9b\xde\x4d\x48\x9e\x0b\x9a\x8f\x0c\x03\xc8\xc6\x66\xf3\x9e\x74\x3e\xae\x2d\x1c\x5d\xa6\x17\x95\x42\xe0\x7c\x37\x8d\xe3\x17\xde\x62\xf4\x54\x0b\x31\x90\x0d\x89\xe6\x75\xe6\xe4\x3a\xf3\xc0\xaa\xb8\xbc\xce\x5c\xdc\x36\x96\xc0\xaa\xb8\xbc\x6e\x14\x7a\xbe\xcb\x7e\x79\xdd\xb8\xb8\x47\x2c\x41\x73\x97\x17\x89\x42\xef\xef\x5e\x5b\x5e\x24\xae\xed\x5b\x95\xef\x4a\x5d\xde\x1a\x0a\x41\x5a\xff\xe5\xad\xe1\xda\xbe\xe5\x96\x09\x6d\x4a\x9b\x58\x3c\x2b\x24\xdb\xa1\x48\xc1\xe7\x7f\x79\x1f\x28\x24\x4f\x1d\x2f\xef\x03\xd7\x26\x5b\xc1\x46\xb9\x36\xd8\x8a\x10\xb5\xd0\x36\xd8\xca\x32\x34\xde\x87\x7b\x96\x97\x7f\x82\x7b\x6d\x79\xf7\x27\xbc\xc5\xfc\x35\x7b\xef\x93\x23\x85\x5e\x71\x22\x58\x46\xd0\x07\x91\x95\xcb\xab\x33\x21\x08\x86\x5a\x46\xd0\x0b\x25\xb0\x34\x2e\x6f\xd3\x96\xf7\x5f\x81\x59\x71\x79\xff\xb5\xb8\xff\x3a\xf2\x95\xf1\xcb\xfb\xaf\x55\x1c\x4b\x0c\x64\xcb\x5b\x2c\x21\x7b\xf9\xf5\x87\xc0\x96\x8f\x86\x2f\x1f\x0d\x57\xb1\x59\x3e\x1a\x2e\x04\x5e\x82\xcb\x47\xc3\x97\x4f\x7f\x07\x96\xb7\xe5\xc5\x97\xd0\x7b\xe3\x4b\x8e\x4b\x42\xe0\xb1\xb0\xbc\xf7\x5a\xde\x7b\x45\x4f\x8a\x75\x9b\xe9\x5d\xe6\xbb\x90\x97\xf7\x5e\xab\x38\x5e\x8e\xa1\xef\x6c\x0b\xc9\x83\xaa\xab\x38\x5e\xde\x7b\x05\xaf\xa3\x2f\xef\xbd\x56\x51\x1a\x62\x2b\x5b\x25\xfd\xf4\x93\x86\x34\x37\xfd\x34\xcd\xa9\x91\x90\x98\x24\xaf\xc2\x8c\x6e\x5c\x5e\x85\x2d\xae\xc2\xce\xed\xe5\xcc\xcb\xab\x30\x21\xd9\x9d\xcb\x60\xfa\xb5\x7b\x88\x70\x39\xee\x1c\x22\x84\xe0\x19\xe5\xb5\x73\x88\x58\xbb\xbb\x87\x94\x25\x6b\x77\xf7\xec\x06\xd8\xd1\x34\xef\xd5\xd6\xee\x7a\x27\xb1\xe0\xda\x5d\xef\x40\x47\xcb\x5d\xbb\xeb\x7d\x6f\x56\xca\x5e\xdc\x1d\x5e\x20\x5b\x93\x64\xa5\x5f\xda\x87\x80\x54\x25\x75\xbf\xa4\x02\xd7\x3b\x90\x44\x71\xae\x9d\x5b\xf2\x65\x24\xbf\x5e\x9e\xcb\x48\x7e\x21\x6a\x58\xcc\xe6\x36\x27\x21\xa5\x3d\xd2\x1e\xce\xf5\x74\xbe\x3b\x6c\xca\x69\xbc\x9b\xd6\x8e\x9c\x16\x3a\xa9\x7a\x16\x09\x01\x5e\x38\x2d\x46\xdb\x5c\x20\xbb\x69\xf2\x77\xc6\xc8\x05\xb2\x7f\x33\xcf\x3a\xf2\xce\x6f\x11\xf0\x5f\x22\xfd\x39\xd8\xab\xa0\x95\x67\xed\xb0\xd7\xb5\xab\xa3\x91\x58\x7b\xed\x61\x1f\xd0\xd1\xf2\x2b\x66\x17\x3c\x1d\x90\x58\x7b\x71\x4f\xf8\x81\x27\x81\xe5\x6d\xe1\xe2\x6a\xf0\x2d\x46\xef\xd3\xf6\xea\xb0\xb6\x31\x59\x69\x7b\x71\x57\xf9\xdb\x72\x40\x6f\x13\x92\xf0\xa9\xe5\xdd\xe0\xf2\xee\x4e\x43\xfd\xf2\xee\x4e\xc8\xd3\x5f\x73\x55\x72\x77\x77\x12\x47\xb2\xbc\xbb\x5b\x5c\xca\x95\x20\x4d\xf7\xf2\x56\x4e\x48\x1e\x29\x58\x07\x67\xd6\x75\xe0\x4a\x1f\x04\xb1\xad\x83\xd3\xa8\x10\xbc\xbd\xb8\x0e\x0e\x11\x42\x09\x12\xe9\xac\x83\x53\x84\x90\xe8\xac\xeb\xe0\x14\xb1\x0e\x17\x34\x57\x45\xeb\x70\x41\x03\x49\xbc\xff\x3a\x5c\xd0\x3e\x35\x1d\xbc\xd0\xbb\x7c\x6a\x5a\x48\x54\xdb\xe5\x53\xd3\xeb\x90\x85\x91\xce\x7b\x1d\xb2\xb0\xc3\x98\x69\xa6\xf4\x90\x47\x1d\x2a\x29\x58\x8d\xd7\x51\xed\x02\xf7\x64\xe5\xfb\xd2\x2e\x70\x4f\x16\x24\xf9\x59\x47\xb5\xbd\xd5\x93\x67\x42\x9a\x92\xec\x42\xb5\x6d\x76\xa1\xda\x85\x03\x92\x5d\xa8\x2e\x10\x3a\xcf\xa1\x78\x1d\xfd\x6b\x07\x3d\xed\xb6\x83\x57\x48\xfb\x41\x73\xbb\xed\xe8\x0e\x25\xdb\x94\x7b\xd2\x0f\xb2\x3b\x09\xdd\xa6\xa9\x90\x7c\x35\x74\xdb\xe6\x5b\x82\xbb\xc5\x6c\x9a\xeb\x3e\x83\x5e\xb9\xee\xb9\x2d\x7d\x69\x74\x21\x1c\xb7\x30\xbc\x89\x86\x84\xe3\xa6\xbf\x28\x5b\x97\xc4\x12\x1f\xf4\x3c\x19\x8f\xb0\x07\xe1\xb0\x39\x46\xee\x98\xc3\x84\x4c\x76\x34\x6c\x5a\x38\x6c\x69\x3b\x6c\x1b\xe9\xc6\xda\x57\x81\xc3\xa6\xed\x91\x08\xbe\x65\x7e\x09\x21\x72\xa7\x82\xb4\x07\x5c\xfe\x79\x4b\xb1\x8e\x74\x35\x98\x2f\xb3\x5a\x6c\x97\xb4\x5b\x8c\x86\xb8\xff\x80\x48\xc7\x28\x5d\xf6\x1e\x9b\x12\x16\x72\xb8\xff\x80\x68\x0e\x9b\xdb\xef\xf0\xb4\x92\xe9\xa7\xf6\x9e\x4b\x42\x02\x46\xd7\x91\xce\x9f\x77\xf3\x5f\x9d\x4e\x9f\x9a\x3e\xc9\xd2\x97\x97\xcd\x42\xf0\xc6\xf8\xf2\xb2\x79\xf1\xec\x78\x49\x5e\x0d\x5c\xbe\x3b\x2e\xf4\x74\xd9\x2b\x76\x80\xb7\x18\x6d\x73\xcf\x03\xf1\x1e\xae\x7e\x55\x72\x7b\x8b\xbd\xb8\xc5\x3e\x31\xce\x2d\x6f\xb1\x85\xf7\x87\x0f\x68\x45\x9a\xa9\x4f\x03\xd2\x2e\xe9\xb4\xd8\x09\xad\x4a\xe3\x52\xee\x55\xa2\xd7\x89\x69\x4b\x78\x8b\x49\xeb\xd2\x3a\xc3\x65\x05\x21\x69\x58\xcc\x1a\xa6\x34\x52\x3c\x20\xbc\xbc\x13\x5f\xbc\xea\x5c\xbc\x10\x59\xbc\xed\xfc\x81\x87\xcc\xe5\x0b\xcf\x8b\xb7\x9b\x8b\xf7\x52\xcb\xc7\x9b\x85\x68\xcd\x62\xa7\xa4\x6a\x31\xda\x26\x9b\x00\xa2\x1e\x54\x50\x6d\x2e\x9c\x43\xab\xe6\xf2\x86\x5d\x88\x44\x52\x79\xc3\xbe\xb8\x4d\x2f\xda\xb8\x97\xd7\xe9\x42\x90\xf2\x6d\xf9\x52\xf3\x22\xc9\x48\xd1\xdc\xb5\xcc\x32\x22\x7c\x4c\xd8\x4b\xf7\xc5\xdb\xca\x45\x5b\xed\xf2\x71\x65\x21\x12\xfe\x7d\x2a\x7f\x7d\x6f\xd9\x2b\x84\xe5\x7b\xcb\x42\xe4\x47\x72\x8c\x9a\x8b\x05\xd6\x71\x2a\x59\x81\xe0\x7e\x73\xf1\x1e\xf3\x07\x45\x73\xf3\xf2\x59\x66\x21\xf2\x23\xd9\x36\x9c\xcd\xb4\xdf\x2e\x9f\x65\x16\x82\x34\x65\xcb\x3c\x29\x42\x90\x2c\x6e\x99\x27\x65\xf9\x04\xb3\x26\xf9\xa5\x93\x80\xf0\x89\x16\x9f\x60\x5e\xf8\x08\x14\xcd\x2b\x4b\x27\x01\xe1\x53\x17\x4e\x19\x9d\x59\x57\xb4\xdf\x2e\xb3\xae\x08\x3d\xfc\x35\x19\x1d\x6e\x03\x45\x13\xd8\xd2\x6f\x40\xf8\x84\x81\x89\x58\x04\x4f\x37\xcb\x44\x2c\x42\xe0\xe3\xb1\x4e\x39\xa4\x2f\x35\x6b\xea\x5b\xbe\xd4\x2c\x44\x75\xc3\xc8\x0f\x49\xd7\x52\x92\xbc\x62\xcb\x7c\x2d\x42\x9c\xf0\xbe\x53\x16\x09\xbc\xc5\xfc\xd4\x5e\x05\x3a\x1b\x6c\xf9\x94\x45\x02\x9f\x84\x3b\x65\x91\xa7\xaa\x47\xfa\xfb\x4e\xb2\x1c\xd2\x6e\xca\x21\x75\x8f\x48\x9e\x4f\x58\xba\x47\x08\x91\x8e\xad\x1c\x12\x08\xae\x36\x96\xee\x11\x42\x57\x0c\xea\x1e\x21\x04\x8f\x28\xad\x53\x95\x05\x28\xbe\xd2\xbf\x4e\x79\x26\x10\xe9\xa4\xc8\x33\x75\x85\x48\xd9\x9c\xae\x10\xc2\x27\xdc\x75\x85\x58\x67\xba\xbb\xd1\x6a\x4f\xd9\x1c\xf0\xa9\x0a\xa7\x5c\x4e\x8f\x09\x1f\xed\x5e\x7a\x4c\x2c\x3c\x26\x4e\x55\x2c\x3d\x26\x16\x09\x6b\xde\x62\xd2\x0e\x69\xb0\x7d\x96\x9f\x4e\x14\x42\xf0\x88\xf1\xd2\x89\x42\x08\x92\x83\x2d\x7d\x28\x04\xaf\xb4\x96\x3e\x14\xab\x9e\x4e\x31\x47\xa7\xaa\xb2\x53\x7d\x0f\x8e\x89\xd2\xad\x62\xe1\x37\x51\x92\x5c\x0a\xab\xaa\xd9\x54\x58\x56\x32\xeb\x55\x96\x05\xbc\xc5\xa4\x15\x69\x3a\xb2\x54\x48\xbb\x24\xb7\x5e\xa7\x53\xb2\x31\x20\x48\x4b\xb1\xaa\xfa\x4f\xfd\x38\x1b\x67\x28\xd3\xef\x08\x81\x97\xfd\x32\xfd\xce\x32\xfd\x4e\x6e\x1c\xc2\x4d\xbf\x23\x44\x6f\x56\x6a\x17\x3e\xce\x86\x2e\x62\xfe\x1d\x41\xef\x88\x65\xfe\x1d\x21\x88\xcf\x5d\x55\xfd\x47\x37\x90\xe4\xa6\x60\xe9\x06\x22\x04\x2f\x33\x2f\xdd\x40\x84\x68\x7e\xe9\xb9\x10\xf8\xd4\x30\x13\xf7\x08\x51\xd1\x00\xf4\x15\x11\xde\xdf\xb7\x98\xc3\x81\xb3\x88\x1c\x51\x67\x91\x85\x37\xc8\x5b\x8c\xc1\x95\x73\x02\xc1\x23\xde\xab\x7a\x72\xa9\xed\xeb\x27\xa3\xe6\xe1\xbd\x1a\x00\x80\x88\xa8\x1e\x66\xea\xc7\x73\xc3\x4f\xed\x28\x3c\x97\xa0\xcc\x55\xe5\xb9\xf5\x63\xa6\xc9\x10\xc9\x4c\x7d\x61\x9c\xc0\xb0\xe5\x0b\xe3\xab\x76\xe5\xe8\x6f\x78\x77\x7b\x55\x19\x2b\xd0\x3d\x14\x54\x19\x6b\xfd\x18\x6b\x4a\xb3\x87\x9f\xc7\x27\xa3\x2a\x63\xad\x1f\x63\x4d\xba\x23\x63\x05\x7a\x74\x8b\xd9\xe9\x8f\xb1\xa2\xa9\x54\x19\x2b\x10\xc9\x19\x51\x4f\x1a\xa1\x24\xbe\x5c\xab\x86\xf3\x16\x3e\x2f\xc3\xfa\x94\xd7\xf2\x36\xfa\x5b\x8c\x19\x91\xb3\x02\x51\xdd\x01\x72\x56\xe0\x2d\xe6\xa7\x76\x2b\x5c\xb3\x34\x57\x66\x0b\xbc\xc5\xe8\xa9\xdc\x16\x08\xbc\x62\x57\x0d\x7b\x2a\x03\x2e\x9b\x34\x97\x36\x0c\x58\xfb\x47\x95\x01\x57\x19\x30\x99\xd7\x56\x95\x01\x03\x9f\x82\x5e\x65\xc0\x40\x31\x09\xf1\xaa\x72\x60\x20\xd2\x29\x97\x03\x57\xef\xc7\x0f\xc6\x43\x0e\xac\xb7\x91\xb9\xa1\x97\xde\x46\x42\x10\xa2\xb2\xf4\x36\x12\x22\xab\xa5\x1c\x8f\xb4\xa3\x6e\x14\x15\xcd\xaa\xa2\xe9\x56\x57\xd1\x04\x74\xad\x59\x55\x45\x13\x78\xbf\xa4\x07\x2a\x9a\x40\x90\xae\x63\xe9\xcd\xb4\xaa\xec\x96\xe8\xff\xa5\x9f\x92\x10\xaa\xf6\xbe\x46\x2f\xbc\xc5\xa4\x39\xcb\xb0\x5b\xfc\xd8\x96\xae\x4b\x42\x90\x84\x64\xe9\xb9\x24\x94\x2c\x68\x44\xba\x2e\x09\x41\x12\x92\xd5\x64\xca\xcd\x64\x45\xf4\x5d\x67\xa6\xa5\xe7\x52\x12\x9d\xbf\xf4\x5c\x12\x82\x77\x96\x96\x9e\x4b\xc2\x5b\xec\x84\x96\xd2\x92\x62\x1d\xd2\x25\x89\x79\xef\xfe\xd8\x90\x34\xfd\xb2\x42\x5b\xd2\x74\xf7\xb0\xd8\x2d\xc9\x21\xda\xfd\xb5\x47\x1a\x43\x84\x22\xd9\x64\xde\x66\xf7\x4a\x22\xea\x97\xd9\xbd\x84\x48\x24\x86\xd9\xbd\x84\xae\x5c\x69\xf2\xee\xf6\x3d\x87\x40\x9d\xf2\x6e\x5f\x91\x4f\x62\x6e\x97\x09\xbf\x84\xcf\x94\xe9\x2b\xf2\xc2\x5b\xcc\x4f\x1d\x0f\xb5\xd2\x66\x33\x1c\x0e\x59\x7c\x39\x6c\x87\xe3\x51\x7d\x6d\x92\x51\x93\xc5\x37\x59\x3c\xfe\x24\xcb\xbc\x60\x82\x57\x8e\xcb\xbc\x60\x42\xf0\x88\xd5\x6a\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\x57\x93\xc5\xe3\x6a\xf6\x7e\x49\x05\x32\xef\x66\xd2\x2e\xf4\xe5\xd6\x1c\x8e\xe6\xbc\xa3\xe5\x35\x99\x37\x10\x3c\x79\xbf\x5a\xb3\x9f\xcd\x7d\x70\x5a\xa9\x1d\x6d\xee\x03\x26\x54\x16\xdf\x9a\x93\x7c\xfa\xa9\x5d\x68\x4e\x32\x3d\x50\x5f\x06\xde\x62\xb4\x4d\x85\x19\x08\xde\x33\x5f\xba\xc4\x09\x7a\x7d\x2e\x5d\xe2\x84\xf7\x4b\x7a\xaa\xbe\x0c\x78\x95\xb7\x9a\x6c\x1d\x08\x52\xe5\xac\x26\x5b\x6f\xfa\xab\x39\xb8\xdd\x79\x97\xd3\x7b\xc8\x6a\x72\x7a\x40\xcb\xff\x6a\x72\xfa\xd6\x9d\x50\x98\x5d\x93\xad\x03\x41\xda\x9a\xd5\x34\x0c\xe8\xad\x97\x05\xad\x40\x6f\xbd\xd5\x42\x96\x05\x73\x6e\x2a\xc7\x40\x64\x97\x64\x0f\x3e\x7e\xed\xfc\xc9\xaf\x9b\xfc\x1a\x59\xd2\xe4\xd7\x80\xf7\xdb\xab\xc9\xae\x81\x48\x58\x56\x93\x5d\xb7\x8f\xc1\x56\xbf\x74\x65\xc9\x60\x5d\xe0\x32\xd8\x96\x8e\xa4\x4c\x40\xd6\x09\x44\x71\xe2\x65\x9d\x2d\x5d\x1f\x6e\x04\xf9\x64\xf3\x40\x5e\x2c\xe6\xfa\xf8\x38\x1b\x4c\x51\xb7\xc4\x85\x5b\xe2\xc9\x4b\xe8\x4b\xb7\xc4\xd5\x55\x24\x79\x51\x74\x75\x79\x56\x37\x92\xfd\xfc\x0d\x27\xed\x2e\x4b\xeb\xa7\xf3\x16\xfe\x72\x48\x63\x20\x3e\x52\x4a\x32\xf9\xc7\x01\xe9\x92\xe4\x76\x42\x2d\xe9\x72\x1c\xe0\xb3\x0e\x99\x3d\x4f\x28\xbe\xcf\xb4\x4c\x9f\x27\xc4\x99\x7e\x69\xcb\x39\x07\x6b\x30\xea\x32\xa1\x6e\xfe\xcd\xea\x87\x55\x92\x93\xcb\x71\xab\xcb\x84\x80\x38\x10\x5b\x5d\x26\x64\xde\x3d\x9f\xf4\x5b\xe6\xdd\x13\x3e\xb3\x92\x79\xf7\x56\xf7\x30\xbb\x23\x65\xf5\xe2\x14\x82\x0c\x18\xab\xab\x92\x01\xd1\x77\x4b\x39\x1c\xaa\x64\x64\x11\x58\xdd\xfd\x0a\x84\xa6\xc2\xae\x4a\xa6\x4b\x68\xee\x4e\x9b\x5b\x58\x97\x50\xbc\x28\x96\x2e\xa1\xab\xab\x6b\xed\xd8\x05\xba\xbb\x0e\x08\x2f\x20\xf4\x12\x5d\xdd\x2d\xb6\x23\xf1\xcc\xf6\x27\x74\x02\x30\x97\xd9\xfe\x96\x2e\xa1\x89\x23\xd6\xd2\x25\x74\x75\xf7\xce\x6e\x1f\xdc\x3b\x40\xef\x6c\xa7\xee\xde\xe9\x9e\x22\xb5\xbb\x74\x37\x0a\x90\x1d\xb5\xa3\xbb\x51\x3a\x56\xb5\x24\xc2\x7d\x75\x35\x16\xa0\x93\x22\x6e\x75\x15\x16\x20\xce\xd3\x1f\x73\x40\xdc\x4f\xf8\x64\xaf\xee\x7e\x02\x82\x77\x15\x57\x77\x3f\x75\x8f\x8c\x41\x9d\x2a\x2c\x3d\x1d\x23\x4e\xf2\xdd\xfd\x04\x04\xb9\x9c\x56\xf7\x94\x07\x94\xdc\x61\x9a\xdd\x63\x1e\x10\x89\x96\xdd\x55\x58\x74\x91\x35\xc5\xd1\xd2\x45\x76\xf5\x27\x7f\xfe\x71\x72\x57\xbe\x74\x91\x5d\xe6\x10\x34\xcb\xcb\x32\x87\xa0\x10\xc4\x79\x2d\x73\x08\xae\xd0\xae\x83\xb7\xc3\xd2\xd1\x55\xe8\x1a\x93\xc2\xf5\x1c\xdf\xc4\xa0\x64\xe8\x9a\xba\x02\x5f\x04\x1f\x18\x58\x61\x57\x81\x4e\xe2\xc2\x15\x1e\x8e\x81\x20\x41\xfa\xd2\x33\x55\x28\x3e\x03\xbf\x74\x4d\x15\xba\x9a\xa4\xae\xa7\x42\xef\xcd\x52\x55\x12\x7a\x3a\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xdd\x1f\x1b\x92\x30\x0b\x32\x07\xa1\xb6\x06\x74\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe1\xc5\x7a\x72\x2f\xbc\xf4\x62\x15\xde\x62\xd2\x8a\x34\x06\x08\x35\x2f\x55\xe9\x80\xc4\x79\x65\xa5\xec\x11\x78\xbf\xb4\xd8\x29\x8d\xb7\x03\xd8\x41\xe9\x41\x1b\xd0\xdf\x7b\xa5\x07\x6d\xa0\x6b\xf9\x4d\x15\xbf\x94\x73\x92\xe5\x69\xa5\x9c\x13\x30\xbc\x60\xa5\x9c\x13\x08\xe2\x4b\x57\xca\x39\x81\xce\xab\x06\x2b\x55\xfc\x52\x43\x23\xb1\xa4\x2b\x35\x34\x02\x29\x63\x4b\x17\x5f\x7a\x3b\xbd\x5b\xe5\x2d\x09\x45\xe7\xeb\xf9\x23\xe9\xe1\xc3\x77\xce\x75\xe9\x15\xde\xdf\x97\xe6\x98\x91\x6e\x04\xbf\xb2\x95\x32\xe6\xf4\xd1\xc7\x4d\x92\x63\xf6\x42\xe2\x17\xb4\xd2\x85\x0c\x04\xa9\x2b\x56\xca\x98\x81\xd8\xbf\x9f\x77\xc8\xe0\xcb\xb8\x92\xae\x94\x2f\xfb\x68\x8f\x7b\x27\xd5\x0d\x81\x92\x04\x05\x2d\x1f\xf2\x11\x22\x9c\x39\x75\xc3\xf4\xe1\x2d\x04\x6c\xaa\x1b\xa6\xba\x21\x29\xa6\x97\xcf\xfd\x08\x11\x5f\xfb\x1d\xb2\xe6\x3e\x81\x23\xa4\xe7\x73\x20\x79\x3b\x7c\xa5\xe2\x01\x88\x13\x95\x29\x15\x0f\x40\xef\xe8\x86\xa9\x86\x97\x4a\x8c\xc3\xa9\x53\x62\x00\x49\xa8\xe6\x4a\x25\x46\xb6\xaf\x69\x0c\x87\xe2\x01\x48\x2d\xef\xd9\xbe\xa6\xc1\x0d\x8f\xfa\x1b\xce\xd8\xfa\x5c\x0b\x3d\x1c\x67\x05\x8a\x3e\xd7\xbe\x33\xbf\xf4\xb9\x16\x82\x6c\xc8\x4b\x9f\x6b\xa1\xf8\xa8\xfc\x4a\x95\x42\x40\x0f\xb2\x95\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xda\x47\x72\x68\xb4\xa1\xc2\x2b\x53\xe9\x94\xea\x84\x61\x29\x47\x46\x81\x45\xf4\xef\xd2\xa7\x5b\xe8\xda\x0c\x53\x81\x95\xc6\xeb\x72\x73\x91\x5e\x29\xa5\x6a\x22\xaf\xb5\x2e\x33\x7d\x0a\x11\x8e\xa9\x6a\x22\x90\x47\x5a\xca\x01\xc2\x1e\xe0\x7d\xb9\x2e\xe3\x42\x0f\x57\x9d\xe6\x80\x54\xd0\x11\x5d\xbc\x52\x41\x07\x84\xea\x54\x2a\xe8\x92\x7b\xa1\x24\xf6\x77\xa5\x22\x0c\x88\x40\xe5\x4c\x25\x18\x90\x47\xfa\xa5\x93\x62\x7e\x33\x94\x66\x5d\xd2\x85\x38\xed\x92\x6c\x3d\xb5\x79\x62\xa1\x4d\xd9\x7a\x2a\xc0\x48\xbd\xbf\x52\x01\x06\xe4\x91\x92\x6c\x19\x27\xee\x40\x5d\x4a\x35\xc9\xf4\x78\x7d\xb8\x84\x65\xd8\x69\xd0\xa0\xf3\x24\xc3\x36\x39\x6a\x1e\xdd\x76\xd8\x27\x38\x76\x77\x6d\xca\xb1\x81\xc8\xcd\x3a\xed\x93\x57\x3b\x4a\x04\xf3\xa5\x0a\xc1\xbb\xf9\x4b\x67\xf9\x85\xb3\xfc\xa9\x26\xa0\xb3\xbc\xf0\x7e\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x5e\xa6\x50\x5d\xd7\xc7\x64\xd1\x28\x2f\x99\xec\xe5\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xae\x91\x46\x07\x7d\x21\x7a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x74\x4d\x28\xe6\x3c\x5d\x7a\xb7\x27\x81\xd0\x4b\xef\x76\x21\x88\x4f\x5a\x7a\xb7\x2f\xf3\xa0\x26\x2f\xe7\x2c\x1d\xd2\x17\x39\x4f\x8b\xb9\xad\x97\x49\x4f\x85\xe0\x2d\xcb\x65\xce\xd3\xa5\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdf\x25\xd9\x5e\x65\x24\xa9\xc3\x97\x8e\xe0\x0b\x47\x70\x9f\x2e\x5f\x3a\x82\x2f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x58\x26\xf9\x5c\xc3\x1d\x4a\x84\xf3\x1a\xf6\x61\x68\x9f\x43\x86\x0d\x77\xa8\xde\xcb\x49\xe8\xf2\xd2\x7b\x79\x0d\xcd\x67\xe4\x26\x5f\x43\xfd\x71\x98\xde\x95\x41\x1a\xf6\x74\xa8\x2b\xe2\x9b\xbb\x86\xba\x22\x90\x5a\x00\x87\xba\xe2\xd0\xaa\x54\x11\xa6\xc3\x35\x0e\xa4\xae\x42\xc3\x35\xae\xbf\x71\xe2\x1e\xb9\xf4\x37\x5e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x5e\xd3\x4b\x40\xde\x5d\x5e\x53\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x2d\x7d\x84\x93\x10\xe4\xa5\x8f\xb0\x90\x84\xcf\x2f\x9d\x80\x85\x4e\xd8\xe3\x9a\x8a\x4e\x20\x49\xf3\xb0\xcc\x18\x2a\x94\xc4\xfd\x72\x99\x32\x54\x88\x1e\x92\x4e\x49\x36\x0d\x9e\x3b\x15\x9e\x53\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa9\xf0\x04\x92\x08\x8e\x35\x15\x9e\xb8\x22\xbf\x3f\x76\x40\x5b\xd2\xc8\x76\x8b\x5a\x38\xb5\x85\x4c\xef\xf6\xc8\xcb\xbe\x4c\x36\x2a\xa4\xf6\x00\x73\x8d\x2e\xdc\x8f\x4b\x92\x8b\x7b\x99\x45\x54\xe8\xbc\xd3\xb4\x4c\x22\xba\xbe\x24\xa2\xe8\x50\x26\x11\x5d\x53\x8b\x06\x0f\xd8\xae\xa9\x45\x03\x48\xd2\x7f\xaf\xa9\x08\xf4\x41\xb0\x24\xdb\xd8\x32\x2f\xa6\x10\xa7\x7d\x97\xab\xeb\x8a\x9c\xbc\x5f\xb6\x74\x45\x5e\x53\x86\xad\x76\x6e\xde\x4a\xa1\x07\xdc\xd3\xb4\x95\xeb\x4b\x5b\xc9\x81\xce\xb4\x95\x42\x4f\x98\xa7\x69\x2b\x85\x28\x55\x92\xad\x75\xf7\xf1\x7e\xed\xd2\xd5\x59\x88\xe6\x4c\xb9\xfb\xa6\xea\x7a\x2b\xed\xd7\x25\xb6\x69\x2d\x85\x4f\x06\x4e\xd9\xfe\x94\xc7\x37\xac\xf7\xba\x3d\x0b\x9f\xc0\x9b\xae\xff\x29\x43\x27\xbe\x7c\x99\xfd\x52\x88\xd3\xa6\xcb\xd0\xa7\x6c\xb9\xb9\x56\x64\xcb\x40\x6a\x4a\xd3\x39\x7a\xe1\x1c\x5d\x37\x96\xa7\xce\xd1\x8b\xe4\x94\x25\x79\xa8\x70\x99\x9d\x52\x48\x32\x60\xac\xa5\xa2\x6b\x3e\xc9\x6c\xcc\xb8\xf9\x24\x85\xc4\xe1\x7d\x99\x4f\x72\x2d\x37\x00\xb9\x8b\xd6\x72\x03\x00\x9f\x8b\xd8\x72\x03\x2c\xdf\xea\x42\xab\x5a\xae\x7f\x20\x79\xc9\x63\x2d\xd7\x3f\xf0\xc9\x67\x93\x4e\x0a\x79\x34\x7f\x3e\x24\x85\x55\xfa\xfb\x29\x0d\x6d\xa2\x49\xba\x24\x39\xb9\xf0\x4c\x9f\x64\x13\x82\x77\xf3\x96\x4f\xb2\x09\xc5\xc7\x88\xd6\x92\x67\x2e\x53\xb0\x20\x8d\x7d\xa5\x4d\x78\x8b\xf1\xa9\xbb\x09\xc8\x03\x31\xb8\xdc\x4d\x4b\x1b\x04\x8e\xb5\x6b\xa9\x64\x02\xc1\x03\x64\x6b\xa9\x64\x02\x79\x70\xce\x37\x1f\xe6\x22\x6d\x65\xf1\x6d\xa3\xb5\x54\x15\x81\x3c\x9c\x3d\x55\x41\xd3\x5a\x7e\xae\x7b\xa6\xb5\x5c\x5f\x5a\x4b\x6c\x81\xa6\xb5\x14\xe2\xc4\x0e\x65\x56\xcb\xc5\x6b\x70\xe5\x73\x8f\x5b\xaa\x6f\xcb\x3c\x73\x2e\x05\xe5\x1b\xf0\xe9\x13\x4b\xd9\xb0\xbe\xc7\x05\x24\x39\xde\x78\xff\x1c\xdd\xdf\x1a\x92\xbe\x96\xd1\x29\x37\xb0\x29\x2c\xd3\xdd\x64\x0a\x4b\xa1\xeb\x00\x63\x0a\x4b\x21\x8f\xaf\x94\x03\xa9\xfc\x6c\xd6\xa0\x54\x59\xbe\xbd\x76\x58\x81\x1d\xc0\xc6\x47\xc2\xb4\xe5\xfb\x74\xcb\x44\x97\xd9\xec\x81\x1b\x7d\xe9\xfd\xe3\x52\x50\xf6\x90\xd4\xf2\x2d\xc6\xec\xb9\xd1\x81\x3c\xd0\xdf\x0c\x11\x58\x4b\x23\x9f\x5e\x37\xcb\xd3\xf5\x32\xb0\x13\x7e\xb3\x3c\x5d\xaf\x6f\x73\x87\x9f\xda\x90\xd4\x33\x89\xb6\xb9\xb9\x97\x27\x6e\x5c\x94\xd7\xf2\xc4\xbd\xcc\x92\x51\xfc\xd2\xe6\xb2\xdf\xbb\xfb\xc0\xfd\xbe\x74\xc4\x21\x56\x61\x2d\xb5\x35\x20\xbd\x69\x5a\x6a\x6b\xeb\x63\x0b\x2e\x36\xd9\xc2\xd2\x11\x07\x19\x68\xa8\xc2\x22\x54\xa1\x16\x34\x5c\x43\x15\x84\xe8\x8c\xf7\xad\xb2\x06\x7c\x3a\xe3\xad\xb2\x76\x7b\x96\xd6\x2b\xda\xac\x99\x42\xe8\xa0\x6c\xd2\xcc\x75\xab\xc0\x79\x80\xbf\x55\xe0\x80\xd0\x13\xcc\xa4\x99\x42\x78\xa9\x64\xd2\xcc\x75\x2b\x9d\xc9\xb2\xb3\x6e\xa5\xf3\xed\xc9\x16\x41\x76\x2b\x9d\x6f\x6f\x12\xc8\x5a\xbf\xcc\x3e\x29\xc4\x86\xb0\xb8\x3d\x2d\xde\x9e\x16\xc9\xc8\xb0\x6e\x4f\x8b\xb7\x91\x3c\xe1\xaf\x2d\x49\xec\x33\x87\x43\x4e\x71\x7b\x59\xac\xef\xb4\x49\x2a\x85\x24\x4b\xc3\x32\x49\xe5\xba\x95\x81\x04\x1e\xaf\x5b\x19\x08\x98\xb8\x61\x99\x30\x72\x99\x1d\xf2\x93\xec\x66\x87\x14\x7a\xa0\xfb\x98\x1d\x52\xe8\x5a\xdd\xcc\x0e\x29\xf4\x0e\x3f\x31\x32\x44\x08\x59\xa2\x91\x21\xcb\xc8\x90\x4f\xfe\x1b\x19\xb2\xcc\x56\x98\xbc\x89\xb9\xcc\x56\x28\x24\xaf\x2b\x2c\xb3\x15\x2e\xd3\xff\xa5\x8b\xcd\xc0\x8d\xf5\xa5\xff\xe3\x8e\xd4\xf4\x7f\x42\x49\x7d\xdf\x8d\xe5\x58\xc4\x72\x54\xe2\x09\x97\xb1\x1c\x42\x04\x0c\xc5\xf4\x7f\xc2\xfb\xe5\x0e\x6d\x97\x46\x92\x06\x44\xe1\xa3\xce\x6f\x96\xc0\x74\x01\x9a\x25\x50\x08\x32\x59\x2f\x03\x43\xd6\xf3\xcd\x28\x3b\xde\xb8\x0d\x21\x88\xb4\x58\xc6\x6d\x08\x25\x7b\xf6\x5f\x17\xd9\x4f\xfd\x7e\x59\x27\x96\x80\xf4\x48\x62\x8a\x38\xad\x98\x1e\x50\x88\xca\x36\x34\x3d\xe0\xf2\x29\xc6\xd4\x1f\xdc\xc4\x7f\x42\x34\xb4\x6e\x13\xff\x09\x25\xb5\x7d\x3d\x32\xfd\x47\x45\xab\xfb\x6b\x5d\x52\xb7\x18\xc3\xa5\xa6\x65\x7e\xc0\xde\xad\x20\x25\x4d\x8b\x31\x0e\x8a\x0b\x20\x4e\x4e\xa4\x8f\xe2\xe2\xf1\xb6\x47\xdd\xc8\x28\x14\xa1\x07\xbb\xce\x20\x94\xf5\x78\xd0\xe1\x25\xd1\x65\x4a\x3f\x21\x3c\xdf\x1a\x84\x22\x44\xc3\xf4\x6a\x10\x8a\xf0\x7e\x59\xa1\x5d\xd2\xf0\xda\x28\x7e\x39\x24\x0d\x8b\x31\x94\x2a\x81\x5f\x4e\xbf\xc3\x3a\xed\x81\x77\xfd\xe1\xc2\xe8\x5f\x17\xc8\x97\x6e\x0f\x5c\xda\x40\x10\x61\xbc\x8c\x5e\x59\x8f\xb6\x6e\x52\x5f\x2c\x73\xfa\x09\xb9\x3b\xe0\x9e\x55\x1e\xc5\x8a\x6a\xfd\xa3\x58\x79\x14\x2b\x55\x92\xf3\x42\xe0\x4b\xc6\x57\x83\x3d\x25\xf0\x85\x64\x94\xcb\xc0\x97\xf5\xa5\xfe\x73\x0e\x94\x34\xe6\xd4\x4b\x4d\x11\x06\xa1\x2c\x82\x50\x2a\x69\xd9\x6e\x83\x50\xee\xcd\x6b\x14\x96\xd6\x6d\xe6\x3a\x21\xd0\x59\x6f\x03\x4e\x6e\x9f\x5d\x4c\x1c\x82\x6e\x63\x44\x84\x80\x49\xdc\x26\x96\xbb\xcd\x0f\x97\xf1\x4e\xcc\x6d\x7e\x38\x41\xe7\xd6\xdb\xfc\x70\xb7\xf1\x20\x66\xd5\xbb\x8d\x07\xb9\xbf\x78\x90\x57\x97\xba\x8d\x07\xb9\x37\x2f\x26\xb0\xc4\xdd\xe6\x6a\x13\x22\xfc\x35\x74\x07\xa1\x18\xf3\x70\x9b\xab\x4d\x08\x5e\x1b\xbd\xcd\xd5\x26\x14\xdf\x89\xbb\xcd\xd5\x26\x44\xb7\x1d\xdd\xb6\xc9\xc1\x78\xeb\xfc\x36\x6c\xe4\xde\x54\xff\x73\xa3\xd6\xb0\x06\xd5\xff\x66\x31\x6b\xd0\x5e\x93\x5b\x42\xb3\x0f\xda\x6b\x0e\x49\x0e\x92\x02\x9f\x14\x27\xf7\x86\xc0\x17\x8c\xf3\xbe\x79\xf0\xfe\x83\x0e\x8b\xbc\x7d\xf6\x5e\x78\xbf\xa4\xbd\x70\x52\x41\x17\xe3\x9b\x37\xf0\x3f\x78\x8b\xd1\x53\x54\x05\x21\xf0\x8c\xbb\x7d\x0a\xff\xf6\x39\xc9\xc4\x77\xff\xf6\x39\x49\x21\xd2\x11\x4f\x7b\xe5\x42\xe2\x51\x9a\xdb\x98\x99\x9b\x98\x99\xca\xdb\x04\xb7\x31\x33\x77\x91\xbb\xe2\x3c\x7c\x17\xb8\xab\xa0\xc3\xf2\x5d\xe0\xae\x77\x91\x47\xe1\x15\x7c\x17\x78\x94\x10\x98\x6c\xee\x02\x8f\xba\x8b\xcc\x07\xbf\x86\xbb\xc0\x7c\x84\x4e\x7c\xca\x5d\x5c\x5b\x45\xae\x82\x7f\xc5\x4d\x38\xcc\x07\xc1\x2b\x13\xb7\x41\x31\x42\x94\x8d\x3a\x5d\x34\x46\xbb\x24\xe7\xf6\xdb\x68\x97\xbb\x68\x53\x20\x72\xe1\x2e\xe1\xaf\xe1\x92\x73\xd8\xd3\xf0\xd7\xb0\x9e\xf0\xe4\xe6\x5d\xc2\x5f\xfb\x16\x08\x5b\xa6\xb8\x40\x8a\x37\x57\xaf\xe6\x7b\x17\x17\x48\x71\x37\x3b\x0b\x25\xec\x02\x51\xff\x44\xbb\xdd\x85\xdd\x7c\x17\xdd\x6f\xdc\x32\x05\x2d\x51\x88\x6a\x17\x5c\x5a\xc5\x43\x23\x8e\xde\x77\x71\x6d\x95\x34\x89\x1e\x43\xe9\xa2\x01\xf2\xb4\xb9\xae\x99\xe2\xe5\x0d\xaa\xef\x5d\x5c\x34\xc5\x37\xf2\x1c\x70\xd7\x4c\x31\x53\x5b\x50\xa7\x6b\x06\xc8\x13\x36\x60\xd2\xbb\xbb\x68\x3b\xc1\x43\xfc\xf6\x2d\x4d\x21\xe2\xb0\x98\xfd\xcc\xaf\xb5\xac\x8f\xfc\x5a\x8b\x39\xd9\x39\x40\xe2\x0b\x79\xb2\xad\x88\x21\xfa\x60\xdf\x70\xbd\xbe\x0d\x25\xba\x09\x25\xaa\xbc\xc6\x7d\x1b\x4a\x24\xbc\xc5\x4e\x68\x45\x9a\x7d\x6f\x90\x76\x49\xbb\xc5\x2a\xb4\x43\x1a\x16\x37\x36\x82\xe1\x45\x37\xe1\x43\x6f\xb1\x5f\x3f\x6a\xdf\xe6\xeb\x13\x12\x63\xe4\xbd\xcb\x49\x81\x7d\xdb\xfc\x65\x59\x29\x90\x3c\x9a\x74\xef\xd5\x36\x55\xdb\xf4\xca\x8c\x7b\xaf\xb6\x89\x8b\x0f\x92\xad\xde\x7b\xb5\x4d\x5c\x7c\x60\x6f\xbe\x77\xce\xae\xf7\xfe\xaa\x9f\xef\x97\x56\x7a\x49\x23\xb6\x24\xfc\x72\x48\xe2\x7d\xbb\xce\x38\xa0\xab\xdc\x04\x3e\xed\x1b\xcf\xe4\xdc\xbb\xec\x7b\xf7\x91\xc8\x6e\x33\xec\xd4\xab\x5a\xbc\xc5\xf8\xb4\xd9\x5c\x53\x30\x76\x06\xbf\xd9\x5a\x32\x23\x71\xb3\x75\x1b\x2b\x75\x93\x97\xf0\xfd\x92\xa6\xa1\x53\x08\x3d\x37\xbf\x0c\x49\x58\xe4\x5f\x6d\xeb\x36\x56\x4a\xd8\x37\x9c\x15\xef\x5d\x91\x01\x24\x17\x24\xf7\xde\xec\x54\xb3\x53\x74\x40\x21\x42\x44\xd5\xfb\xa5\xbf\x66\xa7\xbc\xb3\xd8\xfc\xb1\xaf\x53\xbe\xe1\x4f\x3f\xbb\x33\xf5\x0a\x8c\xf7\x4b\x2a\x50\x62\x00\xc1\xd3\x13\xf7\xae\xc0\x20\x8b\xe2\xbe\xe1\x89\x70\x9b\x45\x51\xe8\xf8\xad\xde\x66\x51\x14\xde\x62\x4c\x95\xdc\xe5\x7b\x69\xb5\xf3\x6b\xf1\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe2\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xbe\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\x9a\x0a\x49\x0c\x92\xef\x24\xb5\x4f\x63\x3b\x8d\xad\x0b\x8d\xed\xa5\x35\xae\x1f\xcb\xe3\xd2\x1a\xea\xb1\xbe\x4c\x05\x5a\x23\xb0\x3f\x12\xd5\x5c\xe8\x59\x60\xbd\xa2\x80\x77\x8a\x24\x8c\xad\xab\x59\x3a\x4a\x6b\x04\x56\xf2\x51\x16\xc6\x16\x90\x3e\xa4\x76\x1b\x52\x48\x5c\xd7\x95\xb9\x29\x4d\xb2\x4b\x21\x37\x73\x03\x8a\x64\xa7\x48\xa6\x56\xa6\x42\xd8\xb5\x71\xf3\x16\x5a\x17\x58\xa9\x84\x59\x68\x5d\x15\x0a\xd7\xf5\xfb\x19\x21\x8a\x44\x7e\xc7\x24\xe9\x2d\xf9\x1d\xc1\x4c\x41\xbb\x92\xdf\x11\xac\xd4\xcb\x2c\xf9\x1d\xc1\x4c\x98\x73\x49\xef\x58\xe1\x83\xed\x8f\x04\x52\x17\x3e\x58\xdd\x7c\x30\xb3\x8f\x6a\x09\x1f\xec\xc8\xf7\xa6\xc2\x07\xab\xe4\x6f\xbc\xae\x24\xdb\xc9\xd2\xf3\x45\xf4\x24\x4a\xcf\xa3\x8f\xb1\xc6\xea\xf9\xb2\x08\xa2\xcf\xc2\x17\xbb\x61\x25\xfc\xa4\xb0\xc6\x2a\x74\xb0\xfd\x91\x70\xe8\xc2\x07\x03\x63\x9c\x9a\x7d\x89\x4c\xab\x3c\xee\x93\xd6\x79\xd2\x3a\x31\x61\xd0\xc1\xc0\xd5\x2c\x97\xd2\x3a\x81\x19\x1a\x56\x3d\x69\x9d\xe7\xa5\x61\xae\x66\x79\x36\x2a\xe6\x49\xc5\xc4\x34\xc1\x1a\x03\x33\xdf\xc7\x0a\x6b\xac\xc2\x1a\xbb\xae\x5c\x91\xe9\x82\x3a\xb4\x53\xb3\x45\xf4\x49\xb3\xbc\x64\x14\x31\x30\x86\x91\x64\x47\x86\x02\x76\x35\xcb\x4d\x4f\x5d\x90\x0c\x76\xee\x11\xe9\xc1\x65\x19\x5c\xcd\xf2\xb8\xa7\x07\x51\x51\x39\x96\xc3\x93\x3e\x49\x35\xe0\xfd\xf1\xc8\xe6\xa9\x1c\x30\x98\x89\x7a\xad\xe7\xd0\xf9\x11\x95\x9b\x28\xdd\x7a\x0e\xef\x2f\x1f\x1f\x43\x35\xac\x27\x63\x22\x30\x96\xd7\xc7\x98\x78\xd2\x14\xdb\xdd\xec\xbe\xe9\xd5\xf9\xc4\x43\x17\xaa\x1a\xc0\x3e\x2e\x4c\xb5\x0a\x2d\xed\xba\x32\x9d\x1f\xc6\x23\x3c\xf9\x14\x6a\x29\xb4\x34\x70\x35\xf3\x6b\x45\x96\xcf\xec\x51\xb9\x98\x6a\x95\x7a\xc5\x57\xb3\x8c\x38\x1d\x10\x98\x71\xd9\x16\xbe\x19\xd8\x1f\x09\x40\x2f\x84\x33\xb0\x8e\x98\x48\xf8\x66\x15\x72\xd9\xd5\x2c\x43\x49\x07\x04\x56\xa2\xbe\x0a\xb9\x0c\xec\x8f\x84\xa0\x16\x72\x19\x98\xcf\xa7\x66\x46\x77\x19\x5d\xdd\xa2\x17\x02\xeb\x70\x03\x7a\x21\x70\x35\xcb\xf3\x52\x0c\x4f\x69\x75\xb3\x93\xe0\x9b\x55\x88\x64\x57\xb3\x4c\x10\x5a\x20\xb0\x0e\xaf\x8f\x16\x08\x6b\xec\x6a\xf6\xf7\x47\xed\xc2\x2a\x03\x2b\x59\x66\x2b\x0c\xb3\x1b\xae\x5f\xf1\x9c\x46\x5f\x4a\x09\xaf\x97\x9d\x12\x58\xc9\xa7\x51\x78\x66\x60\x7f\x24\x44\xb5\x30\xc9\x2a\x4c\xb2\x23\xee\x90\xc2\x24\x03\xeb\x48\x67\x10\xc9\xc0\x3a\x36\xa2\x9d\x68\x4f\xff\x9e\x11\x3d\x89\x32\x80\x19\xfa\x17\xf5\x12\x58\xac\x42\x6c\xb3\x0a\x8d\xec\x7a\x0a\xcd\x26\x59\xa6\xe7\xc3\x53\x2c\x22\xdd\x7c\xba\x67\x91\xe5\x8b\xc3\xe1\x9e\x4d\xd4\x9a\xe5\x52\xea\x25\x30\x93\x5e\xa4\x5e\xb4\x4b\x60\x7f\x24\x55\x5a\xbd\xa8\x97\xc0\xcc\xd7\xad\xc2\x36\x03\xeb\x70\x4f\x0a\xe7\x45\x95\x24\x1a\xb5\xd0\xc8\xc0\x4c\xd5\x99\x42\x23\x03\x57\xb3\x23\xb2\x37\xd9\x3b\xbf\xe6\xd1\x3e\x44\xa6\xc0\xcb\xb3\x7d\xc9\x72\xb0\x8c\x61\x8b\x6d\x06\xae\x66\x23\x32\x9d\x8f\xd7\x65\xdc\x3d\xd0\xf9\xf3\xee\xd5\xb5\x74\x90\xd2\xc0\x4a\x69\xd3\x42\x4a\xab\x64\x7f\xdd\x1f\x89\x16\xad\x97\xf3\x4b\x60\x1d\x59\xe9\x2f\xba\x2a\x3c\xb5\xab\x99\x4b\xf5\x94\xf1\xf3\xd4\x4c\x4f\x6f\xc5\x94\xfd\x19\xb5\x0c\xac\x43\x33\x8a\x29\xb0\x3f\xe2\x39\x2d\xd4\x32\xb0\x0e\x5d\x70\xcc\x09\x8d\xec\x6a\x96\x01\x19\xf7\x1d\x2c\x9d\x74\x9e\x66\x0a\x48\x89\x59\x98\x65\x60\x1d\x4f\x3f\x66\x24\xe9\x2a\xaf\x8a\xae\x7a\xdd\xba\x2a\x46\x2f\xb2\x19\x58\x49\x69\x5c\xc8\x66\x60\x7f\xa4\xa6\x6d\xc9\x5b\x5b\x77\xde\xda\x6c\x5c\xf8\x67\x15\xb2\xd9\xd5\x2c\x77\x70\x00\xc3\x36\x7b\x19\x5c\x07\xb0\xc0\x4a\x7d\xe5\x7a\x39\x80\x05\x56\x08\x8a\x85\x7f\x06\x7c\xf9\x2d\xfc\x33\xb0\x42\xd8\x2c\x15\xc4\x2b\xbc\xb2\xeb\x96\x9e\x56\xa7\x52\xb1\x33\x55\xa0\x0a\xb1\x0c\x5c\xcd\x32\x68\xd4\x23\x66\xd9\x3d\x73\xa9\xc7\xd7\xad\xf7\x62\x41\xe3\x8c\xd5\xcd\x19\x3b\xd3\x75\x7a\xef\xc5\xd2\xd9\xa6\x4b\x3d\x5b\x2c\x9d\xc3\x94\xa4\xe3\x42\x06\xbb\x9a\x65\x88\xa8\xa7\xc0\x4a\x2a\xee\x7a\xd1\x4e\x2f\xaa\xc8\x08\x51\x45\xaf\x5b\x15\x65\x63\x44\x06\xab\x90\xc1\x0e\xc7\x67\x64\xb0\x0a\xa5\x6b\x7f\x6c\x39\xb6\xe2\x74\x01\x89\x10\x0a\xa7\x0b\x5c\xcd\xce\xc8\x26\x99\xc7\xdd\x23\x5a\x44\x6f\xcd\x46\x64\x1f\xb2\xcc\xa2\xac\x20\xe9\x73\xeb\xb8\x35\xcf\x5a\x91\x15\x99\xb8\xa2\x57\x44\x4d\xa4\x57\x11\x51\x3c\x81\x95\x44\xe7\x85\x0c\x06\x56\xb2\xe7\x16\x32\x58\x85\xf8\xb5\x3f\xe2\x6d\x2b\xcc\x2f\xb0\x42\xac\x29\xc4\x2f\x30\x92\x1d\xbf\x10\xbf\xc0\x75\xa5\x7b\xea\x67\x74\x51\x12\x06\xd4\x41\x17\x1d\x94\xcc\xfe\x70\x53\x9d\x8a\x92\xd9\xee\x47\xfb\x11\xfd\x34\x4b\xdf\x29\x99\xc0\x4c\xb8\x65\x21\x7e\x55\x58\x5e\x57\xb3\x0c\x07\x53\x07\xcd\xeb\xdc\x88\xf4\xea\xcc\xd2\xd8\xb7\xf4\xca\x09\x2b\x20\x1a\xa1\x70\xba\xc0\x98\xc6\x83\xde\x39\xe8\x9d\xdd\x4d\xe9\x1d\x34\xaf\x14\x67\x2a\x34\x2f\x30\x9f\x7a\xe0\xcc\x15\xe6\xd7\x75\xa5\x5f\xd3\xd1\xc4\x91\xe5\x63\x41\x61\x7e\x81\xab\x19\x99\x8e\x26\x91\x63\xa2\x33\x0a\xf3\xab\x0e\x1a\x2b\x89\x1c\x0b\x67\x0b\xac\xe3\xf5\x4f\x1c\xb2\x51\xba\xc0\x4c\xa6\xf5\x3a\xf8\xfa\x0e\x06\xd9\x1e\xed\x85\xe5\x05\xd6\x71\xa4\x37\xd4\x5e\x58\x5e\x57\xb3\xf4\x86\x92\x0b\xac\x97\x71\xa0\xe4\x0e\x4a\x2e\xc7\x8b\x83\x92\x3b\x9c\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\x96\x6c\xa8\xc0\x4a\xa2\x80\xc2\x91\x02\x2b\xa5\xfc\x0b\x47\xaa\xc2\x91\xda\x1f\xbb\xe1\x5d\xf7\x4d\xb3\x5e\x5f\xb9\x01\x2d\x74\xd0\x42\xbb\x65\x47\x0b\x85\x23\x75\x70\xb5\xe0\x48\x81\x99\x2a\x12\x85\x23\x55\x21\x3f\x5d\x57\xbe\x22\x7b\x91\x65\xb6\xe7\xf4\x26\x95\x73\x85\xe9\x74\x35\xf3\x6b\x8b\x2c\x54\x81\x49\xf4\x26\xd2\x29\xa2\x0f\x91\x91\xbc\x7f\xad\xc8\xc4\xee\xad\x88\xd2\xa9\x93\x5d\x93\xa4\x91\x85\xc2\x04\x56\x72\x89\x15\x0a\x53\x85\x9c\x74\x35\xcb\x1d\xe8\x17\xe4\xa4\x67\x6c\x6c\xe4\x24\xb0\x3f\x12\x81\x5d\xc8\x49\x40\x0c\x50\x21\x27\x55\x88\x48\x57\xb3\x3c\x1b\xc3\x26\xb0\x12\x66\x5b\x88\x48\x75\xde\xfa\x25\x3b\x17\xda\x11\x90\x83\xbd\xd0\x8e\x2a\xac\xa0\xab\xd9\xf5\xfe\xb0\x82\xc0\xa4\xbc\xb1\x82\xc0\xfe\x48\xb9\xb3\xc2\x0a\x02\x2b\x75\x08\x0a\x2b\xa8\xce\x7b\x11\xe7\x40\x8e\xa1\x03\xe6\x19\x53\x18\x43\x07\xac\x47\x26\x03\x86\x4e\x9d\x2c\x91\xd4\x57\x2a\x74\x1c\x20\x66\xa9\x4e\x96\x48\x60\x25\x7b\x54\x9d\x16\xe9\xe9\xd8\x94\xc2\x46\x85\xb4\x03\xd6\x11\x5d\x82\xb4\x03\xd6\x71\x7a\x0c\xc3\x71\x2f\x5c\xef\xca\xc2\x0d\x0c\x8e\xe5\xd3\xba\x0d\x5c\xcd\xf2\xe6\x2d\xdc\x53\x65\xa6\x98\x5c\xd8\x3e\x60\x7f\x24\x01\x5d\xa1\xfb\x00\xe1\x54\x75\xb2\x4e\xc2\xf6\xb9\x9a\xa5\x0b\x6c\x91\x9b\xee\x73\x68\xe6\xc5\xf3\xea\xa4\xbc\x4e\xe1\xfb\x00\xf1\x54\x75\xd2\x02\xa7\xe3\x5b\x02\xb8\xeb\x74\x7c\x3b\x1d\xdf\x4e\x8f\xab\xf3\x0c\x8f\x84\xc4\xd6\xc9\xf0\x38\x1d\xb8\xcc\x36\x86\xc7\xb9\x3c\x9b\xb5\xc6\xe5\x1f\x58\xc7\xd4\xcc\xb3\xad\xb7\x66\xe9\x3d\x35\x70\x52\x03\x31\x59\x4e\x6a\x20\x30\xe9\xdd\x73\xdd\xcf\x51\xae\xcc\x88\xd3\x0c\x27\xcd\x60\x71\xd0\x0c\x01\x11\x61\x85\x62\x54\xa1\x18\x9d\xc9\x2e\x5e\x28\x46\x35\xb8\x6a\xed\x49\x28\x46\x40\x90\x58\xe1\x10\xd5\x60\x9e\xa4\x7a\x54\xe1\x10\x81\x15\x56\x74\xe1\x10\x81\x75\x64\x29\xe3\x10\xd5\x78\x7d\x5d\x39\x22\xfb\x91\x65\xe7\x8a\xef\x64\xd0\x02\x83\x29\x12\x6f\x07\xa6\x11\x90\x2d\xbf\x30\x8d\xc0\xfe\x08\x89\xa1\x30\x8d\xc0\x0c\xcd\xb0\x30\x8d\xc0\x3a\xb2\x1c\x31\x8d\xc0\x75\xa5\x5f\x3b\xc8\xb2\x33\x66\x9a\x62\x1a\xd5\x38\xcc\x98\xfb\xd7\x74\x2a\xe1\x46\x23\xaa\x6d\x38\x16\x0d\x7e\x92\xf0\x13\x4a\xbe\x78\xb0\x8e\x8d\x68\x10\x19\xb5\x18\x9c\xa8\x46\x40\x1c\x5d\xa1\x1a\x81\xab\xd9\x8c\xec\xbe\x43\xd6\xe8\xda\xfe\x7e\xd7\x1e\x34\xc9\x18\x96\x4e\x4c\x95\xe1\x04\x13\x58\x47\x66\x2c\xd6\x51\x0d\x2b\x9d\x63\x56\x8a\x79\xb0\x0e\x2f\xd7\x4a\x1f\x96\x75\xc2\x24\x0a\xc5\xa8\x86\x35\x9c\xc0\xab\x1a\xd6\x70\x60\xee\xb1\x2a\xb1\x8e\xc0\xd5\x2c\x0f\x62\x0d\x0f\x6b\x38\x1e\xee\x61\x0d\x0f\x27\x8c\xe9\xc7\x0c\xa1\x13\x46\x3c\x9d\xb8\x49\x35\xec\xda\x09\xcf\xaa\x61\xbd\x06\xa6\xaf\x76\xb8\x49\x60\x1d\x71\x48\xe1\x26\xd5\x70\x9c\x48\xd8\x52\x61\x1d\x81\x75\xc4\x0b\x86\x75\x54\x83\xc7\xf5\x69\x32\xda\xb5\x03\xeb\x88\x65\x3f\x2c\xf4\xe1\x38\x91\xb8\x94\x42\x31\xaa\xc1\x3f\x12\x4b\x61\xd8\xdb\x87\xbd\xdd\xa8\x59\xd4\x83\x4b\xf4\xa9\x57\xd6\x66\x40\xbe\xed\xc2\x4d\xaa\xa4\xef\x3f\xf9\xad\x70\x93\x6a\xde\x6b\x33\xfe\xbe\x69\x6d\x4e\x6b\x33\x36\xc6\xb4\x36\xa7\x62\x1c\x4b\xab\x83\xc8\xfc\xcc\xda\x99\x0e\x1d\x81\x49\x45\x4c\x87\x8e\x69\x6f\x0f\x5b\xa3\xa6\x25\x1c\x58\x89\x2b\xa8\x69\x09\x4f\x87\x8e\xe7\x7d\xd3\x0f\x59\x06\xfc\xe1\xa6\x5f\x22\x03\xbe\x74\xa1\xc9\x32\xe0\x44\x96\xf5\xe4\x12\xe5\xec\xc4\x9b\x02\xd3\x87\xde\x69\x71\x4e\xde\x08\xa7\x82\x69\xd9\x4d\xde\x88\x58\x75\xd3\xa6\x3d\x1d\x14\x92\x70\xab\xa6\x5d\x3b\xb0\x8e\x7c\xb4\x98\x0e\x0a\x93\x9b\xe1\xe5\x79\x99\xfb\x01\x79\xf7\x6b\x72\x33\x4c\x27\x80\xa4\x9c\xad\xe9\x04\x30\x9d\x00\x62\x71\x4e\x27\x80\xd4\x26\xb8\x9a\xe5\x0e\x3e\x6e\x04\xd6\xcb\x50\x72\x89\x4e\x6e\x86\x44\x94\xd7\xe4\x66\x98\xdc\x0c\xd9\x67\xa7\x45\x3a\xed\xf7\xaf\x9d\xcc\x1d\x18\xed\x31\x01\xa6\xfd\x7e\x5a\xb8\x09\x3c\xaf\x69\xe1\x4e\x0b\xd7\x04\xb1\x70\xa7\x85\xfb\xca\x8a\x44\x41\x03\x73\x44\xa1\x4f\xfb\xf1\xb4\x96\x5f\x39\x80\x4f\x6b\x39\x20\x61\x69\x4d\x6b\x79\xda\x68\x5f\x99\xe3\xea\x2a\x80\xf9\xcc\xf2\x53\x57\x01\xec\x8f\xd7\x8b\xcc\x44\xb2\xd1\xe6\xdc\x3b\x2d\xdc\x69\xa3\x7d\xbd\x3c\x88\x2e\xe4\xa3\xeb\x6e\xdc\x6c\xb4\xd3\xf7\x7c\x93\x86\x05\x3e\x85\xc9\x1f\x1e\xcd\xd4\x8a\x6b\x60\x98\x46\xd6\xf2\x64\x0c\xa7\xfa\x58\x61\x97\xd5\xb4\xae\x32\x9f\xb1\xcb\x2a\x4c\xac\xfd\xf1\x8a\x61\x8a\x89\x05\x46\x6a\xd0\x14\x26\x56\x2d\x13\xd5\x87\x0b\xbc\x28\x30\x9f\x31\xad\xf1\xa2\xc0\xfe\xf0\x2d\x10\x31\x0a\xe0\x36\x17\x62\x14\x98\x3e\xba\x22\x46\xd5\xba\xa7\xf8\xd4\xec\x4d\xf6\xce\x95\x7b\x44\x1f\xa2\xaf\x66\x9e\xe3\x7e\xb6\x5f\x3c\x69\xe9\x15\xbb\x34\x70\x35\x3b\x22\x6b\xb2\xb8\x4f\xfc\x1a\xaf\x7f\x00\x77\xba\x96\xa3\xf0\xba\x17\xc7\x24\xdb\xc9\xf6\x34\x7b\x45\xf4\x24\x7a\xc6\x4b\xe4\xc7\x0c\x07\xb7\x9c\x0f\x51\x38\x55\x60\x9e\x4f\x22\xc3\xe1\x33\xa5\x0f\x17\x38\x55\x60\x26\x58\xb9\x70\xaa\xc0\xe2\x95\x5b\xb6\xc6\xe5\x78\xec\xeb\x03\x9a\x15\x98\xf3\x41\x64\x38\xee\x25\x94\x59\x84\xc0\x04\xa6\x2f\xda\x08\x4c\x60\x7f\xf0\xe5\x62\x30\xd5\x5d\x94\x22\x56\x3f\x02\x13\x58\xd3\xe0\xb2\xa2\x03\x43\x50\x08\x02\x53\x2d\xeb\x91\x7b\x1c\x81\x09\x8c\x35\xff\x3e\xfd\x78\xe1\x37\x81\xc9\xa0\xc1\x6f\x02\xd7\x0f\xe7\xc9\xad\xe0\xc0\xda\x72\x66\x44\x70\x02\x6b\x33\x89\x2d\xe0\x00\x2a\x7b\x2d\x0b\x78\xcd\xbb\xcb\x79\x91\x16\x30\x1a\xd4\x30\x9f\x2c\xe0\xe5\xc3\x26\x7d\xbe\xec\xa9\x01\x8c\xf7\x5a\x16\xeb\x72\x38\x76\x74\x40\x8d\x02\x33\x39\x8d\x0b\x35\x0a\x5c\xcd\x72\xa9\xb5\x89\x1b\x95\x20\xd1\xc2\x8d\x02\x6b\xb3\x24\xec\xbc\x81\xc5\x95\xba\xec\xbc\x81\x95\x04\x48\xb5\x98\xd8\x81\xc5\x2f\xbb\x7c\xd2\x58\xf6\x67\xfe\x7d\x0c\x2a\x80\x8b\x5f\x18\x54\xb5\x58\xdd\xbe\x22\x61\x50\x81\x95\xa2\xe2\x85\x41\x05\xae\x66\x19\x6f\x66\x77\x40\x6e\x82\xc2\xa0\x02\xfb\x83\xb7\x0c\x85\x0a\xcc\x2d\x9b\x0f\x06\x15\x58\xfc\xb7\x18\x54\x15\x06\xd5\x99\x52\xa0\x85\x41\x05\xe6\x16\xdb\x04\x81\xaa\xde\x8e\xe8\x3e\x47\xbc\xed\xf6\x81\xc5\x7d\xfb\xb6\xdb\xbf\x19\xe7\x3e\x77\x60\x50\x81\xc5\x19\x8c\x41\x05\xe4\x1c\xa8\xb7\x9d\xfd\x8d\xa6\xfa\x24\xfa\x10\x79\x77\xd9\x8d\xde\xb6\xec\xb7\xba\x94\xd1\x70\x6f\x96\xf8\x9b\x25\xce\x1b\xfc\x66\x89\x07\x16\x37\xef\x9b\x25\xfe\x66\x76\x73\x54\xbf\x29\xcc\xc0\x18\xfa\x4e\x5f\xaa\x97\x32\xef\x2b\x07\xd1\x74\xe5\x11\x99\x1e\xc4\x12\xdf\x0e\x8f\xa6\x07\xf7\x62\x89\xba\x41\xc7\x02\x53\x88\x91\xf2\x20\xf5\x66\x93\xb2\x09\xde\x6c\xd2\x37\xaf\x77\xa6\x07\xd2\x56\xbd\xef\xd5\x32\xfc\x9a\x07\xc9\x6a\x31\x3d\xde\x56\xcb\xfb\x5e\x06\x39\xad\x20\x72\x81\xc9\x2d\x80\xc8\x05\xf6\x07\x5b\x5f\xcd\x10\x30\x42\xd7\xab\xb7\x65\x10\x98\xa9\x43\x5f\xaa\x88\xd4\x7b\x1d\xae\xd4\xcc\x18\x25\xbb\x59\xb2\x45\xd7\xdb\xb1\xf2\xcd\xb4\xb4\xc7\xbe\x4d\xb6\xc0\x10\x5a\x87\x3c\x56\x21\x8f\x9d\xa1\x49\x17\xf2\x18\xb8\xae\x5c\x91\x6d\x64\xf9\x82\x9b\x15\xf4\xf1\x85\x2c\x55\x44\xf6\x47\x32\x48\x97\x2a\x22\x60\x8e\x3c\x9a\x2a\x22\xf5\x31\x01\xcf\x68\x2c\x25\x43\xc0\x14\xc8\xf0\x31\x01\x3f\x42\x70\xce\x74\xe1\x63\x82\x04\xa6\xb7\xfc\xb1\xc7\x7e\xcc\x99\x73\x23\x73\xd3\xc3\xa6\x92\xc7\x35\x67\x3e\x5c\x38\x67\xbc\x3f\x1f\x5b\xe5\xe7\xae\xcd\xeb\xca\x2f\x51\x96\x72\x92\xf1\x96\x2a\x22\x60\xf2\x99\xa9\x22\x52\x1f\x1f\xc8\x93\x22\xbe\xb0\xe9\xc0\xe4\xd4\xc5\xa6\x03\x57\xb3\x0c\x92\xad\x32\xb0\xf8\x1a\x3f\xb6\xca\xcf\x79\xdf\x34\x0f\x62\x8f\xfa\xc8\x44\xfc\x74\xa5\x9b\xb2\x23\xc5\x41\x7c\xd8\x91\x81\xe9\xbb\xf1\x87\x1d\x19\xb8\x9a\x65\x2c\x7d\x5b\xff\xc8\x44\xec\x06\x4c\xcb\x80\x1c\xd7\xf5\x61\x5a\x7e\xb8\x6d\xcf\xe7\x8c\xcc\x8b\x49\xc4\x4d\xe2\xbd\x0b\xf9\x0f\xcc\xe7\xdd\xea\x4d\x94\x75\x15\xaa\x4f\xe1\x03\x56\xb8\x7f\x97\x2c\xcf\x61\xc5\x04\x66\x72\x06\xd6\xc7\x29\xee\xe3\xc8\x16\x92\x4d\x7d\x58\x7e\x81\x91\x62\x6a\x85\x22\x58\x1f\xc6\xda\x19\x4b\x04\xd1\xaf\x42\xf4\x3b\x19\x44\x88\x7e\xf5\x75\x94\x49\xf9\xc8\xc2\xea\x03\xd3\x9b\xff\x3a\xca\x7c\x59\x61\x09\xc2\x2e\x0c\xbb\xba\x19\x76\x31\x4a\x31\xec\xea\xcb\xe4\x4a\x3e\xa3\xfa\x52\x21\x81\x35\xfe\x89\x8c\x2a\xf5\x35\xcd\xbe\x0e\x1d\x23\x63\xa8\x66\x08\x58\x29\x89\x50\x78\x7a\xf5\x35\xa7\xc2\x5b\x28\x35\x43\xc0\xe4\x0f\x56\x33\xa4\xbe\x7c\xfb\xa9\x55\x59\x2a\x7f\x80\x95\x04\x11\xf5\xe5\xdb\xff\x8e\xf4\x30\x91\xd6\xf5\x65\xd0\x7c\xef\xe2\xec\x44\x7a\xe8\xc5\x85\x7d\x50\xa8\x75\xf5\xa5\x4e\xc2\xb3\x2c\x75\x39\x80\x0a\x72\x85\xa0\x56\x5f\x6f\x84\x95\x8d\x53\x56\xe1\x94\x9d\x5c\x29\x38\x65\xf5\xf3\x46\x44\xcd\xe0\x94\x81\x25\xca\x10\xa7\xac\x7e\x3c\xb1\xa1\x02\x14\x36\x17\x58\xa9\x1e\x58\xc8\x5c\xf5\xe3\x62\x15\x99\x8a\xb9\x05\x04\x64\x17\xe6\x56\xfd\x7c\xc2\x19\x39\x83\xa2\x69\x81\x3b\x10\x1a\x4b\xab\x7e\x0e\x70\xe1\xff\x16\x4a\x16\x58\x3e\xca\xa1\x64\x81\xab\xd9\x8c\x4c\x17\xee\x1a\x75\x79\x0e\x36\xea\x4f\xf5\x8e\x7c\xe9\xf9\xb1\x51\x7f\xf7\xcb\x5a\x9a\x79\xdc\xa4\xe0\x4b\xda\xdc\xc2\xd2\xaa\x1f\x67\x4c\xd2\x14\xd4\xcf\x62\x0c\x2c\x67\x87\x1f\x1b\xf5\xc7\x20\x4d\x32\xc3\xc2\xc9\xaa\x9b\x93\x95\xd7\x8c\x93\x05\xae\x66\x19\x37\x6b\xf6\x87\x52\x1f\x17\xc2\xcf\x9a\xfd\x79\xf5\x09\xec\x2f\xa4\xac\xfa\xf9\x4e\x31\xb5\xb3\xe1\x04\x94\x92\xa8\x9f\x0d\xe7\xc7\xb7\xc9\x17\xfb\x63\x78\x05\xe6\xf0\x6b\x0c\xaf\xdf\x1d\xad\x9a\x17\xc3\xf0\xfa\xa9\x2b\xbc\xbb\xd0\x48\xf2\x80\xda\x32\xf1\xa3\xc0\x3c\xf3\x35\x03\x3f\x0a\xcc\xe3\x7e\x32\x9d\x8a\x47\x25\xa9\x72\x0b\x63\x0a\xcc\x10\xcd\x0a\x63\x0a\x5c\xbf\x9f\x91\x64\xb1\x05\xd6\xd3\x40\x32\xd8\x7e\xa2\x4c\x92\x91\xb5\xb0\xa8\xc0\x64\xdc\x60\x51\x81\xab\x59\x6e\x6a\x13\xfd\x29\x2e\x11\xeb\x09\x8b\xaa\xc2\xa2\x3a\x3d\x1a\x16\x15\x58\xa9\xa3\x5e\x58\x54\x60\x8e\xbb\xd5\x4e\x94\x18\x8d\xec\x97\xc5\x89\x13\x18\x21\x2a\x17\x5e\x15\x18\x21\xe3\x17\x5e\x55\x95\x5d\x35\x55\x9c\x0b\xaf\x0a\xa8\xf4\x53\x78\x55\x60\xee\x39\xf3\xe2\x55\x55\xf1\xb9\x86\xd3\x5b\xe5\x34\x5b\xf2\xf6\x0f\xa2\x0c\x46\xb1\xe1\xf0\x12\x8a\x0d\x17\xc0\xe1\xab\xb2\x45\x97\xfd\x78\xe6\xdd\x95\xfd\x38\xa0\x8a\x44\x15\x6d\x1b\xb8\x9a\xb9\x74\x90\xa5\xea\x4c\xb4\x47\x51\x01\x65\xbd\xa7\x68\x41\xe1\x5f\x81\xc9\x27\x8f\x7e\x55\x65\xbd\xcf\x9c\x78\xca\x7a\x0f\xcc\x47\x4e\x02\x65\xbd\x17\x0f\x6b\xd2\xd8\x95\x02\x3b\x60\x9d\x71\xe8\x95\x63\x64\x60\x8a\xd7\x29\x0e\xd6\x72\xb2\xe4\x73\xc2\xdc\x02\x33\x1c\xb8\x2a\xbb\x76\x59\xef\xd3\x1b\xb5\xde\x03\xea\xe6\x14\x7e\x57\xd5\xbd\x90\x33\x63\xca\x42\x0e\x4c\x47\xe8\xb2\x90\x4b\x68\x6b\x52\x5e\x56\x39\x01\x06\x26\x2f\x74\x39\x01\x06\xc6\x8a\xf2\x40\xf0\x02\xeb\x74\x4f\x36\x6d\xd9\x8e\xa7\xc9\x60\x3b\x0e\x2c\x9b\x65\xd9\x8e\x03\x33\xf5\x70\x4a\x31\xa0\x2a\x3b\x34\xd2\x47\xd9\xa1\x03\x73\xc4\xa4\x2d\x3b\x74\x60\x9d\x59\xed\xe5\x00\x58\x42\x39\x66\x2c\xce\xe2\xae\x09\x8c\x69\xca\x30\x86\x8b\xe5\x9b\xa4\x55\x55\x2c\xdf\x80\xc2\x86\x55\x14\x51\x58\x69\x57\xb3\xf4\x80\x8a\x29\x55\x62\xa6\x66\x3a\x75\xeb\x93\x28\xf5\xa2\x4f\x02\x61\x6a\xfe\xed\xa6\x5d\xd4\x4d\x89\x70\x4b\x05\x86\x2a\xfa\x26\x30\x96\xe1\xa2\x6f\x6a\xdd\x3d\xcc\x40\xd0\x24\x81\x61\xef\x51\x01\x09\xac\xd3\xd8\x53\x24\x65\xfb\xc4\x60\xc1\x9a\xab\xb0\xe6\xce\x94\x14\x2e\xac\x39\x30\x99\x64\x58\x73\x60\xb1\x5d\x90\xe6\xea\x26\xcd\xe5\x4b\x1b\xd2\x1c\xb8\x7e\x5f\xb3\x17\x59\x46\x2b\x6f\xad\xa9\x8d\xc0\x4c\x2e\x8a\x6a\xbb\x73\x73\x78\x99\x50\xcd\xe1\xd5\x72\x9c\x47\x47\x63\xe0\x55\xd3\x07\x2b\xa7\xfb\xa6\x0f\x5a\x88\x7c\x4e\xb8\xcd\x3e\x6f\xfa\x00\xf5\x45\x6d\x26\xb0\x44\xb4\xa8\xcd\x04\xae\x66\x23\xb2\x41\x36\xe2\x59\x49\xdf\xe9\x83\x66\x91\xad\x8d\xec\x4d\x96\x58\xe3\x98\x09\xcd\xe4\x6a\xb6\xd4\xf2\x20\x6c\xa9\x16\xc0\x9a\x8d\x1d\x3d\xaf\x9a\x3e\x48\x86\xda\x42\xa8\x03\x93\x83\x1f\xa1\x0e\xec\x8f\x64\x2a\xaf\xa6\x10\x5a\xf4\x7b\x2c\xfb\xf6\x49\xa5\xe9\x88\xa4\xf8\x2a\x05\xa1\x80\x2c\x21\x85\x8a\x57\x6d\xf1\x27\x8b\x7a\x21\xd4\x81\xb1\xfc\x9a\xc5\x1f\xf6\xdc\xfe\x48\xe2\xe9\xc2\x9e\x03\xf2\xa5\x16\xf6\x1c\xb8\x9a\xe5\x79\xf9\x95\x54\x7a\x4a\x65\xa3\xc2\x9e\xab\xb6\xd9\x27\xe9\x76\xa1\xca\x55\x73\xea\x26\x89\x6a\x29\xeb\x04\xd6\xe6\x2d\xf0\x09\x85\x17\x27\xad\x6a\xa1\xc5\x81\xfd\x91\x1c\xcd\x85\x17\x07\x64\x42\xad\xa6\x38\x02\x57\xb3\x8c\x9b\xc3\x70\x60\xac\xbb\x99\xe1\xe5\x4d\x12\xae\x8f\x2b\x07\x54\x05\xaa\xa6\x4c\x9a\x32\x49\xbe\xdb\x6a\xca\x24\xb0\x04\xb5\x36\x65\xd2\x22\x58\x93\xac\xa5\x14\x8e\x02\xd3\x17\xab\x66\x75\x04\xc6\x7d\x03\x4a\x22\x30\x79\xe8\x9a\x16\x68\xb6\x83\x6f\xd3\xcd\x76\x08\xcc\x24\xca\xad\xb6\xe2\x9b\xed\x20\x28\x59\x61\x2a\x30\xee\xb5\x6c\xc9\xf7\xbd\xe4\x63\x9d\x20\x00\x56\x08\x80\x67\x12\x22\x34\x02\x20\xd8\x1f\xc9\x3d\xdb\x8f\xac\x79\xb0\x12\x96\xdb\x8f\xac\x79\x30\xc7\xc3\x95\x4f\x22\x6b\xfe\xb2\x31\xfa\x91\x35\x0f\x46\x56\x69\x3f\xb2\xe6\xfb\x21\x04\x3e\x09\xdf\xfa\x11\xfb\x1b\xc8\x50\xdb\x8f\x58\x0f\x40\xc1\xc4\x7e\xc4\x7a\x00\x63\x3d\x66\x44\x6f\x22\x7d\x1f\xae\x2c\xb2\x78\x37\x4e\x1d\xe8\x88\x8e\xbb\x53\xb9\xf4\xd0\xa9\x43\xa7\x8e\x88\x74\x8a\x17\x3d\xce\xa3\x4e\x01\xad\x1b\x66\xf2\x53\xb7\x32\x5a\xfd\xb8\xb5\xc5\x4c\x0f\x0e\x3d\x88\xcb\xfc\xf4\xb8\x87\x1e\xb0\x1e\x92\x66\xae\x11\x22\xc1\xf8\xeb\x4a\xcf\x76\xab\x01\x77\x38\x5d\xca\xbb\x7c\x69\xad\x46\x9b\xec\xc7\xbd\xbe\x2f\x5d\xdf\x38\x92\x60\x6d\xbb\x66\xbf\x88\x12\xee\xbe\xa5\xe0\x45\x3f\x86\x9e\x8e\xf4\x74\x4b\xe7\x87\x9e\xe6\x73\xcf\x16\x4e\x7a\x3f\x86\xf7\x97\x33\xf9\xfe\xca\x80\x0c\x9d\xcf\x31\x20\x89\x7d\x1b\xe1\xb2\xc3\xa4\xbc\xae\x24\xf3\xb8\x71\x42\x27\xb1\x6f\x63\x52\x82\x7d\x4b\x62\xc9\x46\xa5\x04\xf3\xf9\x48\x0f\xa2\x40\x3a\xb5\xbb\xae\x66\x99\x20\xe3\xee\x42\xe5\xd7\xd2\x6c\x9a\x94\x5c\xca\xcf\xb4\x9a\x3a\x95\x70\xd1\xcd\x64\x9b\x3a\x45\x7d\x3c\xd3\xf5\xa9\x4f\x71\x92\x6d\xa9\xbc\xdc\x98\x9a\x60\xa6\xec\x54\x63\x6a\x82\x99\x4f\x42\xfd\x98\x3a\x10\xbd\xb0\x3d\xb6\xbf\x8f\x1e\xef\xc7\xd4\x99\xc9\x39\x9b\x2e\x4f\x6f\x28\xc6\xc5\x16\x3e\x56\x23\x72\x82\x35\x75\x66\xe9\x4c\x3e\xec\x6e\x0f\x2b\x6c\xe9\xcd\x4a\x8a\xdc\x99\x41\x5d\x7a\x93\xb3\xf1\xf6\xb0\x4e\xa2\x4a\x80\x94\xc4\x8d\xb4\xd9\x61\x68\x5e\xcd\xf2\x8a\xde\xee\x90\x95\x1e\x9d\xd9\x18\x9a\xbd\x1d\x6e\x7a\x1d\x4d\x7a\xb3\x02\x02\x33\xb1\x2a\xbd\xc5\xa4\x06\x73\x44\x1f\x6c\xd6\x44\x60\xa4\x18\x45\x2b\x87\xd6\xa9\x71\xb6\x6f\xa1\x11\xf5\x66\x4d\x04\x66\x3c\x8f\xbd\x59\x13\x81\xab\x99\x7b\x2e\xb2\xe4\xe6\xce\x2b\x52\x03\x0d\xcc\x58\x73\xbd\x65\x53\xed\xed\xbc\x6f\x90\x9b\x9e\x6e\x10\xfa\x58\xca\xb2\x35\x52\x68\x87\xda\xb9\x6f\x0f\x8f\x1b\xcf\x03\x98\x31\x8b\x7b\x1b\xae\xcc\xc1\x75\xcf\x78\x6f\xe3\xbe\x32\xec\x2e\x9d\x32\x89\xb7\x7b\x12\x67\x05\x6f\x26\x71\x60\xe5\x73\x78\x6f\x26\x71\x60\x3e\xce\x33\xa2\x2f\xd1\xcf\x95\x19\x8e\x58\xca\x60\x25\x3c\xa6\x31\x4c\xc1\xda\xf7\x3c\xac\x79\x1d\xb8\xae\x4c\xa7\x4c\xec\xc0\x0c\xbb\xab\x37\x13\x3b\x70\x35\xcb\x73\x4c\xaf\x45\xba\xf8\xe9\xd7\xbc\x96\x69\x38\x66\xfa\x3e\x0d\x47\xf6\xca\xe4\x6d\x6d\xdc\x54\xb0\x6f\xb4\x1c\x72\x2a\x98\xcf\x28\x12\xdc\x54\x20\x6d\x6b\xe3\xa6\x76\x68\xa2\xd7\x95\x79\x55\xcb\x73\xe4\xe4\x4d\x53\xe1\x89\x76\x48\xa1\xfb\xb6\x99\x58\xcb\x0d\x72\xa6\x4e\x00\x58\x23\x85\x36\x6a\xe7\x96\xec\xf6\x8d\xda\xd9\xa1\x76\x8e\x94\x2f\x69\xd4\xce\x0e\x27\x73\xdf\x92\x9f\xa3\x77\xdb\xca\xae\xaa\x4e\x26\xf8\x1e\x53\x12\x5c\xcd\x46\x64\x83\x2c\x34\xed\x4d\xb3\x49\xf4\xd6\x6c\x46\xf6\x21\xbb\x96\x72\xe2\x2f\x3b\x95\xe5\xfe\x47\x23\x65\x6e\xb1\x31\x1a\x29\x13\x48\x50\xdb\x48\x99\xfd\x17\x29\x53\x2b\x8f\x16\x83\x33\xa1\xa1\xbd\x1f\x1e\x2d\x5e\xb9\x8d\xca\xc4\xc0\x04\x2b\xe1\x29\xad\x0c\x5d\x87\x80\xb9\x6f\xdb\x2d\x6b\x32\x65\x83\x33\x1e\xa7\xf1\xa0\xf4\x53\xb3\xac\x77\x4a\x3f\xb0\x72\x84\x69\x15\xe1\xc0\xbe\xe5\xb3\x50\x2b\x09\x07\xe4\xce\xed\x9d\xd2\x0f\x48\x8a\xdb\x8a\xc4\x81\xeb\xca\x3c\x87\x55\x15\x98\x89\xaf\xeb\xdd\xaa\xda\x87\x5e\x45\x09\xec\x56\x42\x40\xfa\xdf\x46\x90\x04\xf3\x75\x5f\x59\x44\x59\x1b\x51\x45\xf8\x91\xbd\x4f\x2f\x59\x33\xd3\x39\x30\xf7\x95\xc7\x30\x9b\x77\x1a\x3e\x1f\xd8\x7a\x37\x9d\x03\x8b\x86\xdf\xcd\xe6\xc0\xda\x9f\x5a\x2d\xa2\xcc\xe6\xa7\x56\x6f\x22\xaf\x3d\x6f\x85\x06\xdf\xa5\x0d\x36\x40\xd3\xf3\x2f\xc3\x9d\x05\xbf\xd3\xe0\x81\xb5\xef\x44\x86\xdb\xd2\xc8\x77\xad\xc6\x7c\x04\x2b\x31\xc7\x8d\xf9\x08\xae\x66\x79\x0e\x4a\x3d\xb0\x12\xb0\xdb\x0a\xda\x75\x08\x8c\x57\xb3\x3c\xc8\xf2\x6c\xb7\x31\x48\x74\x3f\xdb\x4f\xb3\x74\x61\x19\x5c\x74\x25\x53\x61\x99\x44\xf7\x42\x8b\x6e\x46\x74\xec\x10\x1d\x47\xa8\x3d\x8d\xe8\x08\xa6\xad\xf8\xc9\x16\x0c\xac\xfd\x32\x7a\x1b\xf5\xb1\x9f\xf7\x72\x8c\xba\x56\x0b\x0f\xcc\x54\xa5\xef\xa7\xe5\x18\x9e\xe3\xd5\xec\x15\xd9\x24\x43\xed\xd1\x6c\x11\x2d\xcd\xce\xc8\xde\x64\x51\xba\x2f\x37\xfd\x10\xe5\x55\xbd\xdc\xf3\x4b\xd4\xae\xfc\x27\xb6\x6c\xd4\x48\xb0\x52\xc4\xbf\x31\x23\x3b\x54\xc3\x7d\xdb\xb2\x82\x71\x0d\xc1\x08\x29\xbf\x9f\xa7\x4e\xc7\x6b\xba\x25\x5b\x77\x63\x07\x82\x95\x0f\x1d\x8d\x1d\x08\xf6\x6d\xbf\x65\x06\x22\xd1\xb0\xc9\x59\xd1\x4f\x2b\x27\x30\x13\x8c\xd8\x38\x84\x60\xa5\x84\x70\xe3\x10\x82\x95\x14\x8f\x8d\x43\xd8\x21\x02\x5e\xbf\x1f\x99\x95\x83\xe2\xb7\xd1\x5e\x28\x7e\x60\x85\x08\xd0\x28\x7e\x1d\xca\xda\xbe\x25\xeb\x74\xe3\xac\x81\x99\xaf\xb3\x8d\xb2\xd6\xa1\xac\x0d\x1a\x02\x65\xad\x5f\x5e\xf8\x7e\xee\x91\x1d\x64\x39\x55\x1f\x8f\x88\x4e\x22\x37\xc8\xfe\x8c\x2c\x06\xd6\xcc\xb6\x85\x2c\xd6\x2f\xa6\xc3\x3e\x34\x1b\x64\x39\x7c\x67\x6d\x62\x81\x81\x7d\x4b\x4a\xad\x46\x03\x03\xe3\xaf\x5f\x7b\x13\xbd\x35\x7b\x45\xf6\x21\x4b\xa5\xe8\x97\x5f\xfb\x12\x7d\x35\x3b\x22\xfb\x91\xe5\x3c\x77\xba\x32\x4b\x07\xe5\x6b\x4b\x7c\x73\xa3\x7c\x81\x45\x2f\xa1\x7c\x81\x7d\x4b\x25\xfe\x0e\xff\xeb\x86\x99\x2f\x0f\x8d\x05\xd6\x48\x5a\x5b\x52\xb5\x34\x92\x16\x58\x89\x32\x6f\x24\xad\x7e\x51\xa3\xc9\x2c\xd3\xb8\x56\x60\x25\x49\x55\xe3\x5a\x81\x7d\x0b\x7b\xa4\x71\xad\xc0\x4c\x92\xe0\xc6\xb5\xea\x17\x35\x14\x0e\x6f\x23\x1c\x81\xb9\x7b\x36\x6a\x28\x7c\xa3\x7d\x4b\xb6\xeb\x46\x38\x02\x32\x30\xf5\x6b\x19\x5e\x6a\x28\xdf\xdf\x5a\x91\x2a\xb0\x52\x5a\xa9\xd1\x92\x1a\xe1\x68\x4b\x1e\xe5\x46\x38\xea\x10\x8e\x46\x82\x6b\x1b\xe1\xa8\x0f\x13\xe9\xf9\x7a\x45\x76\x90\x25\xfd\x64\x86\x17\x07\x09\x5c\xcd\x56\x64\x83\x2c\xe9\x34\xd2\x53\x1c\xa4\x3e\x18\xb4\xcf\xcc\x41\xec\x1f\xb0\x46\x66\xea\x61\xd3\x0e\xec\xdb\xd3\x1d\xec\xda\x81\xc5\x92\xc4\x11\x02\x23\xe5\x26\x1b\x47\x08\xac\x90\x95\x1b\x47\xa8\xb1\x7a\xb6\xa7\xe7\x30\x69\x02\x2b\x8e\xf5\xc6\xea\x69\xac\x9e\x2d\x89\xf5\x1a\xab\x07\xac\x91\xa3\x2b\x56\x0f\x90\xcb\xaa\x15\x6f\x6a\x6c\x9a\x2d\x41\xa5\x8d\x4d\x03\xd6\xb8\x45\xf7\x0d\x92\x28\x34\xbb\xc3\x31\x0c\x2e\xab\x20\xa5\xe5\xfa\x60\x15\x04\xd6\xf0\x18\xac\x02\xd5\x96\xce\xa7\x2b\xdd\x93\x52\x79\xe6\x98\x8a\xe0\xd2\x87\xed\x38\x81\x95\xad\x18\x11\x58\xe3\x6e\x66\x88\x62\x5c\x8e\x71\x46\x64\x88\xa8\xa3\x24\x6c\x6a\xd5\x83\xc0\xca\xa7\xd8\x56\x3d\x08\xec\x5b\x2a\xaa\x36\x32\x0b\x98\x61\x56\x35\x32\x0b\x90\x66\xab\x55\x0f\xea\xc3\xd4\x7d\x69\x66\xea\x1e\xa6\x6e\x4c\x66\x5c\x16\xb0\x6f\x89\x84\x6c\x64\x16\xb0\x12\x20\xd0\xc8\x2c\x7d\x50\x8b\xaf\x2d\xbf\x46\x2d\x06\x56\x32\x12\x37\xe2\x4a\x87\xb8\x32\x5e\xd9\x12\x10\x57\xc0\x75\xe5\x8a\x6c\x23\xcb\x80\x47\xd7\x2b\xee\xd3\xa7\x49\x1f\x3f\x65\x63\xae\x80\x95\x0f\x8b\x7d\x9a\xf4\x81\x95\xd0\x93\x56\xdc\x07\x5c\x57\x92\x4d\xb2\xa4\xa5\x5d\x7e\x6c\x11\xe9\x68\xb4\x38\x82\x0b\x58\xf9\xe0\xde\xa7\xed\x32\x30\x99\xa0\x8a\xfb\x80\xeb\xca\x33\xb2\x22\x33\xe0\xd7\x48\xaa\xe4\xd3\xa7\x15\x94\x28\xd0\x56\xa3\x07\xac\xf8\x9d\x5b\x8d\x9e\xc6\x6f\xd9\x5e\xd9\x87\xf0\x5b\xc0\xca\x37\xcf\xc6\x6f\xe9\xd3\xda\x78\x3d\x5f\x7f\xbf\x6d\x2b\x8a\x03\x56\xf2\x34\xb5\xa2\x38\x60\xdf\x12\xaf\xd9\xa7\xb5\x13\x58\x33\x33\xea\xa4\x95\xc3\x61\xb9\x9a\x65\x08\xb9\x51\x02\x2b\x9f\x49\xfb\xe4\x46\x09\x48\x62\xd6\xa7\x45\x77\x5a\x4e\x61\x9e\xb6\xca\x36\x40\xe6\xb4\x56\xd9\xa6\x4f\x76\xc1\x2b\xa6\xb2\x32\x36\x60\xcd\x18\x60\x48\x32\xe0\x6a\x96\x81\xa0\xf7\xb1\x64\x92\x99\xa4\xb1\x64\xc0\xfc\xab\x95\x11\xb4\x38\x93\xb9\xbb\x91\x58\xfa\xb4\x38\x93\xd4\xa7\xf1\x4e\xc0\xca\x57\xdd\x56\x78\xa6\x4f\xc7\xbc\xa4\xa4\x69\xbc\x13\xb0\x46\x0e\x8d\x68\x27\x60\xdf\x92\xd0\xa5\xf1\x4e\xc0\x4a\x20\x63\x9f\xdc\x1d\xa1\x9d\x5c\xcd\xf2\xbc\x16\x71\x60\x85\x7d\xd6\x0a\xd4\x80\x95\xcf\xc6\xad\x40\x4d\x9f\xdc\x1d\x49\xd5\xd2\x27\x6b\xf9\x94\x01\x30\x7b\x1e\xc2\x4a\x9f\x2c\xe3\x24\x3f\xe9\x93\x65\x1c\x58\xc9\x38\xd7\x08\x2b\x60\x25\x4c\xa9\x11\x56\xc0\x72\xca\x53\xd9\x06\xec\xdb\x4b\x47\x69\x84\x80\x14\x71\x8d\xd6\x02\xae\x66\x2e\x35\x3f\xec\x6f\xb7\x48\x3f\x99\xd9\x49\x48\xd1\x27\x33\x3b\xb0\xf2\x55\xaa\x51\x5d\xc0\xd5\x2c\xf3\x88\x2e\xc1\x75\x99\xd1\x42\xb8\x2e\x1d\xae\xcb\x08\x1d\xa3\x71\x5d\x7a\xbc\x0c\x51\x34\xe4\xa0\x38\x02\x2b\x5f\xd6\x1b\xfd\xa5\xc3\x6b\xb9\x9a\x9d\x91\x2d\xb2\x58\x89\x1b\xd1\x9b\x48\xaf\x96\x4b\xbf\x64\xb1\x28\x62\x3d\xe0\xba\x80\x11\xf6\x48\x0f\xab\x3f\xbc\x93\xeb\xca\x3c\x87\x6d\x70\x88\x80\x8b\x9a\x53\xe2\x06\xec\x5b\x72\x65\xf4\xb0\xd4\x87\x00\x8a\x1c\xab\xd1\x53\xc0\xd5\x2c\x37\x65\xb0\x05\x64\xd6\xeb\xc1\x5e\x0b\x4c\xc7\xb0\xc1\x5e\x1b\x42\x56\x72\xea\x1d\xcc\xb5\x41\x6f\x24\x5c\xb4\x07\xc5\x30\x28\x86\x95\x2b\x29\x86\x41\x31\x24\x5c\xb4\x07\xc5\x10\x58\x6c\x33\x05\x79\x3a\x24\x96\xab\x59\x7a\x75\x7a\x8e\x10\xde\x92\x93\xaf\x95\xd5\xe9\x41\x0b\x1c\x46\x97\x16\x18\x36\xd5\xac\x83\x41\x0b\x60\xae\x6c\x89\x86\x6c\xcc\x15\xb0\xe2\x93\x6f\xcc\x15\xb0\x6f\x21\xa5\xf7\x60\xc2\x05\xd6\xc8\xa4\x47\x66\xe9\xc1\x9a\x4a\x00\x63\xe3\x60\x74\x38\x18\xe3\xcc\xe3\xe2\x60\xf4\x34\x67\xc2\xe8\xe8\x69\xce\x04\x66\xe8\x3a\x8d\x96\xd1\x08\x17\x5b\xd8\x15\x8d\x70\x01\x56\x62\xe7\x1a\xe1\xa2\x11\x2e\xb6\xf0\xc5\x1a\xe1\x02\xcc\x7c\x29\x6a\x84\x8b\x9e\x8c\xfc\x50\xde\x1a\x6d\x02\x8c\x14\x10\xed\xc9\xc8\x9f\xaa\x7b\x3c\x89\x3c\x1a\x87\x4a\x58\x5f\xad\x4e\x0d\x58\xe7\x43\xb3\xbc\x98\x79\xbf\xbf\xac\x2b\xdc\x07\xb0\x12\xc3\xd7\xa8\x0f\x60\x9d\x99\x80\xa8\x0f\x60\xdf\x42\x40\xe9\x79\xea\xe8\xa9\x56\xf5\x19\x91\x8e\x0e\xc3\x96\xdd\x7d\x7a\x7f\x81\x79\x3f\x1a\xa3\x68\x72\x7c\x27\xe7\x77\x4f\xba\x78\x4a\x4e\x1f\x45\x39\x9d\xd1\x26\x9f\xe1\xb9\x91\x19\xa3\xf8\x0c\xcf\xe8\xb6\xc9\x67\x88\x21\xb1\xa5\xc0\x67\x63\x48\x80\x75\x3e\xdc\xf4\x47\x54\x9a\xa5\xa7\x66\x43\xe0\x92\xe5\x79\x79\x0d\x03\x72\x94\x37\x86\x44\x4f\x1e\xc2\x44\x9e\xf5\xe4\x21\x9c\x4a\xf5\x1a\x5e\xdb\xc4\xe4\x21\x4c\x59\xd1\x9e\xf6\x89\xe9\x33\x7c\xb6\x7c\x44\x8a\x9e\x94\x7d\x38\xe8\x8d\xfb\x00\xd6\xb9\xfd\x7d\x30\x5a\xa3\x46\x80\x75\x77\xda\x5e\x30\x19\x6f\x09\x3f\xec\x49\x57\x07\xa6\x4f\x0c\xca\xff\x74\x0a\xfb\xec\x5b\xc2\x0f\x5b\x65\x1f\x30\x96\xe9\x4e\x07\x4f\x0a\x37\x5f\xac\x5b\x1d\x1f\x20\x97\x7a\x63\x55\xf4\x62\xe7\x9c\x39\x9e\xa8\x5c\x03\xe6\x96\xa3\x88\xca\x35\x60\x19\x1a\x95\x6b\xc0\x32\xf6\x0a\xd7\xf4\x72\x30\x4d\x6a\xed\x56\x33\x06\xac\x33\x9a\x03\x5b\x02\x8c\x7c\x11\x6f\x6c\x89\xc6\x96\xd8\x92\x33\xbb\xb1\x25\x80\x64\xec\x8d\x2d\x01\x56\xa2\x42\x1b\x59\xa2\xb1\x14\xb6\x24\x1d\x6c\x2c\x05\x20\x3f\x7b\x63\x29\x80\x7d\x4b\x88\x4c\xa3\x29\x80\xf9\x1c\xae\xf4\x68\x8c\xa2\x04\xdc\x34\xe6\x02\x58\x09\x1e\x6d\xcc\x85\x4e\xb5\x97\xab\x59\x3a\x7f\xde\x0f\x92\xba\xe2\x19\x6f\xd5\x5e\x7a\xdd\x73\x36\x1a\x0c\x27\xa0\x17\x03\x25\xe9\x9f\x7b\x99\x79\x4b\xfc\x47\x0c\x94\x65\xe2\x61\x00\x6c\xe7\x72\xa9\x6e\x4d\xdd\xd2\x4c\xb7\x38\xe0\x92\x8b\xb9\x05\xe8\x83\x95\x98\xd8\x16\xa0\xdf\x8b\xfd\xe0\x23\xe5\x62\x3f\x04\x64\xa7\x6f\xf5\x4c\xc0\xbe\x8d\xac\x58\xe1\xf8\x60\x25\x35\x75\x0b\xc7\xef\x45\x09\x8f\x4c\x5e\x71\xf0\xfd\xa6\x71\x53\x12\xa3\x95\x0d\x01\xeb\xcc\x81\x5e\xd9\x90\x7e\xd3\xb8\xc9\xfd\xd8\x6f\x1a\xf7\x4d\xe3\x3e\x5d\x39\x88\x3e\x9a\x1d\x91\x7d\xc9\x92\x14\x3a\xce\x58\x95\x44\x3a\x11\xee\xfb\x36\x5c\x6a\x0e\x06\x66\x72\x1d\xb6\x08\xf7\x7e\xdb\x92\xf3\x91\xb9\xdf\xb6\xe4\xf7\x1d\xd3\x48\xb4\x88\x32\x53\xb3\xb5\x88\x53\xef\xb7\x69\x99\xdc\x37\xfd\x3e\xee\x9b\x66\x5a\xe6\xb0\xf0\x36\x2d\xdf\x9c\xd3\x23\xa6\xf4\xdb\xbc\x0c\xac\x33\x6a\xfe\xcd\x39\xfd\xb6\x4d\x8f\x2c\xac\xb7\x6d\xfa\x2d\x3a\xea\x16\x79\xdc\xc4\x17\x6f\x23\x1e\xaa\xb7\x99\x14\x58\xa7\x1e\xd8\x6b\xdf\xcc\x6b\x3e\x09\xd5\x50\xc0\x4c\xc2\xfe\x7e\x33\xaf\xdf\xcc\x6b\xe7\xfe\x37\xf3\x3a\xb0\x28\x66\x35\x53\xc0\xa2\x54\xd4\x4c\x69\x41\xfa\x9b\x6d\x5a\x90\x7e\xbf\x93\xb5\x61\x73\xe0\x7e\xfb\x00\x13\x58\xf6\x5f\x41\xfa\x60\x25\xf4\xb9\x05\xe9\xf7\x9b\xda\x74\x2e\x7f\x53\x9b\x6f\x6a\xd3\x2b\xa5\x17\x45\xdf\x6f\x4c\x4c\xd1\xf7\x60\xd1\x64\xa2\xef\xc1\xa2\x83\x45\xdf\xf7\xfb\x9e\xe3\xb1\x30\x45\xdf\x83\x95\x00\xf4\x16\x7d\x0f\xe6\xb8\x7f\x4c\x47\x4d\xf1\x97\x5b\x9a\x0b\xf7\x14\x8f\xe2\x17\x7d\xdf\x1f\x66\x80\xb3\xaf\xe0\x78\xb0\x68\xcf\x0f\x33\xe0\xc3\xf7\xe2\xac\xf5\x31\x03\x3f\xe2\xf3\xb2\x61\x0a\xa1\xef\x0f\x5f\x1f\x1b\xf6\xc3\x76\xfc\x08\xbc\x8b\x03\xe2\x63\x9e\x06\xd4\x6e\xe8\x8f\x79\xfa\x61\x3a\x32\x6b\x3f\xc7\x7d\xd3\xec\xab\xb7\xe8\x43\x94\x38\xb0\xcd\x63\x64\x09\x7d\x78\xdd\x58\x98\x1f\xf3\xe3\xc3\xeb\x16\xf5\xf9\x31\x3d\x12\x6b\xbe\x6f\xd3\x4d\x6d\xe6\x1f\x0e\xd7\x58\x0b\x82\xcd\xc1\x1a\xd1\xb2\x1f\x7b\xf9\xc7\x5e\xce\xb9\xfa\x19\xf7\x4d\xbf\xa1\x8c\xb9\xf2\x47\xf4\x4b\x70\x9b\xdf\x2f\xa2\x72\x65\x9a\x99\x6c\x1f\x73\x61\xbe\xf2\xb8\xe6\xc2\xe7\x8e\x47\x23\xda\x88\xdc\x34\xf3\xf4\xe3\xa0\x12\x98\xcf\x68\xd4\x8f\x3d\xf2\xb3\xdc\x21\xea\xfe\xe3\x54\x12\x58\x63\xfb\xff\x98\x5f\x63\xfb\x2f\xdb\xf6\xc7\x0e\x2a\xfc\x7d\x9b\xe9\x8d\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\x73\xa2\x17\xeb\x0e\xe6\x8a\xd2\x14\xcc\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\xa5\xae\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x4b\x9a\xec\x16\x68\x0f\x96\x7d\x4a\x9c\x3d\x58\xa9\x0a\xd6\xe2\xec\xc1\xf4\x69\x4e\x9c\x3d\xd8\xb7\xa4\x71\xee\x9f\xb9\x15\x58\xf3\x45\xa4\x53\xac\xac\xa4\x71\xee\x1f\x2b\xeb\xc7\xf5\x94\xe3\x99\xda\x2a\xfd\xb3\x11\x26\x8d\x73\xab\x9a\x02\x56\x32\xc1\xb7\xaa\x29\xe0\x6a\x96\x5e\x99\x82\x81\x15\xa6\x6d\xff\x9c\x5a\x7e\x4e\x2d\x49\xb3\xdc\x42\xf4\xc1\x0c\xeb\xba\x45\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xff\xaf\xdb\xf3\xfa\xff\x5f\xdf\x7f\xfc\xb7\xff\xf9\xbf\xde\x7f\xfc\xef\xf7\xbf\xd6\x3f\xbe\xff\xf9\xe7\x9f\xf5\x6f\xff\xf1\xfb\x97\xef\x7f\xfc\xe3\xbf\x5f\xd2\x7f\xfc\xaa\xff\xe5\xdf\xea\xcf\xfa\x3f\xff\xfe\x9f\x7f\x7e\xeb\x1f\x7f\xfc\xfb\x1f\xd7\x55\xf9\xfb\xbf\x01\x00\x00\xff\xff\xb4\x3e\x0b\x15\xdb\x3b\x01\x00"); +func _egcg ()(*asset ,error ){_dcdab ,_gfge :=_ebgc ();if _gfge !=nil {return nil ,_gfge ;};_acgdf :=bindataFileInfo {_c :"Roman",_ed :450,_cg :_g .FileMode (436),_ca :_d .Unix (1580492645,0)};_ffeed :=&asset {_fdf :_dcdab ,_ff :_acgdf };return _ffeed ,nil ; +};var _cggf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x77\xa5\x28\x52\xbb\x5b\xa9\x1c\x92\x54\xdd\x64\x5b\xa9\xea\x81\xb5\x07\x64\xa9\x18\xcb\x98\xc3\xbe\x7d\x35\x63\x4a\x0e\xe8\x87\xcf\xcc\x27\x8f\xc7\xe5\xb1\x3b\x75\xde\x25\x28\xbf\xc7\xd9\x9c\x31\xc1\xe0\xbc\x8d\xb8\xcc\x6b\x34\x08\x57\x1c\x9d\x2f\x0a\x51\x83\x75\x26\xfd\xff\xe4\x30\x53\x1f\x8a\xa2\xfc\xfa\x8a\xfe\xfe\x8b\xbc\xff\x06\xeb\x82\x1b\x3b\x76\xa7\xf3\x6d\x49\x38\x75\x7e\x98\xa1\xc9\xb5\x76\x0d\x5b\x3d\x40\xf9\x03\x47\xb7\xa4\x78\x83\xbb\xcf\x76\xbe\xe2\x07\xb0\x38\x10\x7f\x89\x16\xa3\xf3\x23\xdc\x1d\x9f\xcf\x62\xc7\xe7\x35\x84\xbf\x38\xa1\x4f\x50\x31\x43\x6f\x39\x8b\xf2\xf8\xd4\x87\xe7\x7e\x42\xd8\x77\x72\xe1\x15\x5e\xb8\x60\x5c\xdc\xec\x41\x54\x1f\xab\x4a\xbd\xf3\xd7\x5b\x40\x10\x9b\xe1\xad\x3b\xbd\x0c\xc3\x82\x09\x0e\x75\xb6\x97\xbf\xde\xba\x13\xfc\x16\x20\x2a\xa8\x65\x73\x10\x7f\xb6\x5f\x7f\x3e\xcd\x76\x2f\x14\x4d\xee\xc7\x38\x1b\x7b\x3f\x62\xf1\xd0\x8b\xf6\xfa\x08\x5b\x88\x46\xb5\x8a\x98\xec\x99\x51\x88\x46\xb7\x0d\x33\x93\x99\xc9\x4c\x32\xb3\x99\x21\xb1\x8a\x88\x12\x4c\x54\x4d\xa4\x65\x22\x33\x51\x44\x3e\x31\x39\x64\x42\xf6\xb6\x66\x92\x3d\x8a\x3c\x79\x07\x3a\x7b\x34\x79\x24\x9b\x75\xf6\x68\xf2\x48\x36\xeb\xec\xd1\xe4\x91\x6c\xc6\x86\x09\x05\xf5\xa2\x8b\x07\xa3\xb0\x7d\x04\x0a\x49\xee\xea\xa0\x69\x10\x7b\xff\xf4\x4e\x17\x60\x1f\x89\x59\x63\x44\x9f\x78\xfc\x7c\xee\x74\x70\xce\xe3\x7e\xbd\xc2\x1c\xa8\x8a\x9f\x7f\x01\x00\x00\xff\xff\x8d\xf3\x1a\xd0\x8a\x02\x00\x00"); +var _gbgaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\x4f\x4b\xc4\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0f\x6b\x93\x4a\x15\x61\x59\xd0\x56\xb0\x87\x5d\xc5\xae\x7f\x40\x3c\x74\x93\x69\x09\xd8\x49\x48\xd2\x43\xbf\xbd\x24\xad\xdd\xc3\x30\xcc\x6f\x78\x33\x8f\x97\x95\x75\x55\x93\x0e\x90\xbd\x3a\x23\x1b\x0c\xd0\x69\x52\x0e\xbd\x19\x9d\x44\x38\x63\xaf\x89\x31\x91\x83\xd2\x32\xfc\x8f\xa9\xc9\xa1\xb5\x8c\x65\x4f\x27\xa4\xed\x63\xb1\x7d\x86\xd1\xe3\xc2\xca\xba\x6a\x26\x1f\x70\xa8\xa9\x33\x70\x33\x6b\xd5\x68\x17\x3d\x40\xf6\x86\xbd\xf6\xc1\x4d\xb0\x79\x50\xe6\x8c\x57\xa0\xb0\x8b\xfc\xc5\x29\x74\x9a\x7a\xd8\x94\xc7\x46\xac\xb8\x19\xad\xfd\xc5\x01\x29\x00\x4f\x0c\x49\xa5\xce\xb2\xf2\xd0\xda\x63\x3b\x20\x24\x27\x83\x9f\xbd\xc4\x5d\x5a\x7d\xa0\xf3\xda\x10\x08\x7e\xcd\x79\x71\xe1\xa7\xc9\x22\x88\xe5\xc6\xd7\x7b\x5d\xc1\xb7\x00\xc1\x21\x2f\x8a\xfb\xdb\x9f\x85\x7f\x1e\x8c\xc2\xe5\x23\x13\xb3\x7b\xa9\x95\x6b\xa9\x47\xb6\xcb\xf9\x1e\x76\x77\xb8\x07\x11\xed\xac\x3c\x0d\x31\x87\xd5\x99\x1c\x9d\x43\x0a\x29\x85\xf4\x3c\x1e\xd4\x84\x6b\xca\xd6\xd8\xa8\x4a\xf5\x17\x00\x00\xff\xff\x0d\x7d\x06\x62\x91\x01\x00\x00"); +var _eeeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8a\xdb\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\x43\x6a\xc9\xae\x1d\x19\x96\x40\x71\x0e\x31\xcb\xb6\xa5\xe9\xee\x16\x4a\x0f\xfa\x18\x07\x41\x2d\x09\xd9\x3e\xe4\xed\x8b\x46\xae\xcb\x1e\xc2\x24\xbf\xf1\xfc\x23\x4b\x2a\xfb\xe1\x3c\x38\xbb\x40\xf9\x2d\x7a\x7d\xc5\x05\x46\xeb\x4c\xc4\xd9\xaf\x51\x23\x28\xbc\x59\x57\x14\xbc\x02\x63\xf5\xf2\xef\x27\x15\x3d\xc9\x50\x14\xe5\xd3\xb5\x9f\xe6\xc3\xcb\xa5\x3f\x5c\xde\x0e\x17\x58\x67\xdc\x1a\xfd\x70\xbe\xde\xe7\x05\xa7\xc1\x8d\x1e\xea\x1c\x60\xd6\xb0\x85\x00\x94\xdf\xf1\x66\xe7\x25\xde\xe1\xe1\xb3\xf1\x0a\x3f\x80\xc1\x31\xf9\xd7\x68\x30\x5a\x77\x83\x87\x27\x1f\x51\xf2\xbd\x71\x5d\x43\xf8\x83\x13\xba\x05\x38\x19\x3a\x43\xb5\x28\xfb\x67\x19\xbe\xc8\x09\xe1\xfd\x82\x5e\xa9\x4d\xdd\x57\x8c\xb3\xf5\x0e\x38\xfb\xc8\x58\xfb\xdf\x7f\xdc\x03\x6e\x71\x45\xf9\xf3\x65\x38\xc3\x2f\x0e\x9c\x41\xd5\x7c\xe2\xc7\xdf\x9b\xbf\x3d\x7b\xb3\x3f\xc5\xdb\xfc\x0e\xda\x9a\x28\xdd\x0d\x8b\x47\xc9\x65\x75\x82\x54\xea\x13\x08\xd6\xb4\x44\x4d\xa6\x86\x48\x10\xb5\x99\xda\x13\x88\xba\x62\x44\x5d\x26\x45\x4f\x75\x44\x26\x93\x49\xd4\x56\x89\x54\x8e\x57\x99\xea\x44\xa8\x88\x90\x06\x8f\x4d\xf1\x28\x6b\xc9\x13\x51\x11\xec\xd8\x12\x89\x4c\x1d\xd1\x91\x48\x67\xd2\x44\x1d\x11\x66\xc2\x44\x22\xad\xab\x56\x92\x48\x8d\x44\x3c\x91\xa1\x7f\xa4\x22\x98\xa0\x2c\x63\x32\xd1\xba\x84\x20\x1a\x33\xe5\x41\x8a\x1f\xf3\xe0\x48\xf1\x1d\x4b\xc7\xb6\xef\x5d\xfa\x9e\x2e\xcc\x7e\x80\x7a\x8d\x11\xdd\x42\xd7\x85\x0e\x28\x6d\xba\x75\xb8\xdf\xc9\xe0\x43\x9a\xa2\xcf\xdf\x00\x00\x00\xff\xff\xc4\x43\xb0\x3f\xbf\x02\x00\x00"); +var _dadb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\x1a\x4a\x25\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x57\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\xd6\x6a\x50\x18\x67\x02\x00\x00"); +func _becee ()([]byte ,error ){return _fd (_gafgg ,"UniJIS2004-UTF8-V")};func _ffca ()(*asset ,error ){_gdc ,_gbc :=_fff ();if _gbc !=nil {return nil ,_gbc ;};_dba :=bindataFileInfo {_c :"Adobe-GB1-0",_ed :1052,_cg :_g .FileMode (436),_ca :_d .Unix (1580491245,0)}; +_edb :=&asset {_fdf :_gdc ,_ff :_dba };return _edb ,nil ;};var _afac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4c\x10\x06\xe0\xbb\x7e\xc5\x1e\xf3\x1d\xbe\x7a\x57\xab\xd1\x4a\x10\x0c\x8d\x0d\xa9\x09\x69\x4b\xdd\xa6\x85\xd2\x83\xa4\x1d\x19\x41\x2d\x09\x59\x3e\xf8\xdf\x97\x99\x77\xeb\x1e\xc2\x24\x0f\x3b\x3b\xf3\x2a\x48\x9b\xdd\x61\x7f\x18\x87\xd5\x6c\x3e\x2f\x53\x77\xe4\xd5\xf4\xc3\x18\x17\xbe\x4c\xd7\xa5\x63\xd3\xf2\x69\x18\xb3\xcc\xe5\x26\x0e\xdd\xfa\xf7\x4f\x2d\xdd\xb9\x99\xb3\x6c\xf3\xfc\xf4\x92\xbf\xfc\xff\xc1\x5c\x2f\x9c\x64\x77\xd8\x1f\x6f\x97\x95\xcf\x87\xb1\x9f\x8c\x47\x67\xbc\xce\xa9\xdb\x98\xcd\x17\x3e\x0d\x97\x75\xb9\x99\x87\xf7\x71\x6a\xf9\x3f\x13\xb9\x17\xff\xb4\x44\x5e\x86\xf1\x64\x1e\x9e\x9f\xdc\x5d\x8f\xd7\x79\xfe\xcd\x67\x1e\x57\x43\x6a\x3c\x46\xad\xd9\x66\xf7\xda\xcc\x1f\x9b\x33\x9b\xb4\xc6\x9b\xba\xf2\x1b\x2f\x97\x61\x1a\x8d\x7b\x67\x6d\xf9\x8f\xbf\xde\x66\x36\x2e\xb5\xff\xf8\x76\xd8\x9b\x9f\xce\x38\x6b\x72\x2a\xad\xfd\x95\xfc\xfb\xeb\x14\xef\xa7\x0a\x87\xc5\xbb\x21\x2e\xcd\x78\xe2\xec\xb1\x71\x4d\xbe\x35\xa9\x50\x20\x15\x0f\xf1\x22\x85\x4a\x03\x69\xb6\x86\xea\x4a\xa5\x85\x74\x5b\x13\x82\xc5\xa1\x08\x8a\x72\xa8\x16\x69\x71\x75\xdb\x6f\x0d\x55\xb9\x48\xcf\x2a\x52\x42\xb0\x65\xf6\xd8\xf8\xc6\x09\x69\xa1\x50\xa9\x54\x90\x5a\xda\xac\x4a\x07\xe9\xe4\x8c\x57\x61\x08\x2e\x0a\x42\xad\x2e\xe9\xdb\x56\x0e\xe9\xd5\x6d\x84\x44\x3d\xa4\x77\xcb\x2e\xa9\x50\x90\x25\x7d\xd4\x24\x5a\x42\xb0\x20\xf4\x45\xed\x73\xba\x41\x44\x9f\x94\xd2\xaa\xf4\xe8\x93\x42\xb5\x8e\xeb\xd1\xd6\xeb\x03\xd0\x95\x10\xd7\x23\xae\x73\xd9\x63\x53\x20\xae\x96\x3c\xf7\x54\xab\x79\x98\x57\x2b\x71\x8e\x60\xa4\x16\xac\x5a\x80\x05\x9c\x83\xd5\xb0\x1a\x26\x21\x8b\x0e\xf7\x75\xe9\x3e\x9d\xc1\x30\x86\x85\x5c\x0d\x33\x38\xcd\x28\xd4\x30\x83\x31\x43\x1f\x76\xc1\x0c\x63\x98\xec\x47\xc8\x41\x29\x87\x3e\x6f\x42\x0e\x4a\x39\xf4\x9f\x49\xc8\x41\x29\x47\x45\x6a\x01\x96\x66\x04\xb5\x1a\x86\x1c\x95\xcc\x25\xe4\xa0\x94\xa3\x92\xfd\x08\x39\x28\xe5\xa8\xb4\x17\x39\x28\xe5\xa8\x6a\x35\xcc\x48\x39\x2a\xdd\x05\x39\x28\xe5\xa8\x64\xe7\xba\xb4\x62\x5a\xf2\xdc\xd7\x85\xbc\x91\xf7\xd7\x43\x7e\x97\x0f\xc1\xfd\xdd\xec\xae\xcb\xc2\xe3\xaa\x9f\x01\x7d\x07\xe5\xbd\x1a\x46\xbe\x7f\x64\xe6\x69\x96\x2e\xfd\xf9\x13\x00\x00\xff\xff\xa0\x8a\xa9\xe1\x90\x04\x00\x00"); +func _aada ()([]byte ,error ){return _fd (_edfa ,"Adobe-KR-1")};func _gaeb ()(*asset ,error ){_cgge ,_adbd :=_cebf ();if _adbd !=nil {return nil ,_adbd ;};_bbd :=bindataFileInfo {_c :"Adobe-KR-0",_ed :640,_cg :_g .FileMode (436),_ca :_d .Unix (1580491402,0)}; +_gga :=&asset {_fdf :_cgge ,_ff :_bbd };return _gga ,nil ;};var _dde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcd\x6a\xe4\x46\x14\x05\xe0\xbd\x9e\xa2\x96\x93\xc5\xc4\x75\x7f\x54\x2a\x81\x30\x04\x9b\x01\x2f\x66\x12\xe2\xfc\x41\xc8\xa2\x2d\x55\x9b\x86\x58\xdd\xc8\xed\x85\xdf\x3e\x9c\x7b\xba\x1d\x98\xc5\xd0\xd3\xc7\xd2\x95\xfc\x1d\x57\xd5\xcd\xdd\xc3\xfd\xc3\x7a\x38\xa7\x9b\x5f\xb6\xe3\xfc\xd8\xce\x69\x7f\x58\x97\xad\xbd\x1e\xdf\xb6\xb9\xa5\xa7\xf6\x7c\x58\xbb\x4e\x34\x2d\x87\xf9\x7c\xfd\x1a\x1f\xf3\xcb\xee\xd4\x75\xb8\xff\xf1\xfd\xf5\xdc\x5e\x1e\xd6\xfd\x31\x19\xaf\x5b\xde\x4e\x97\x6b\x53\xba\xf9\xb5\x3d\x1f\x5e\xcf\xdb\x7b\xfa\xf4\xd3\x72\x7c\x6a\x3f\xa4\xa5\xed\x91\xff\xbc\x2d\x6d\x3b\xac\xcf\xe9\xd3\xdd\xb7\x47\xf9\x88\x1f\xdf\x4e\xa7\x7f\xdb\x4b\x5b\xcf\x98\xd6\xf6\x5d\x5b\x97\xf8\xec\x6e\xee\xbe\xee\x4e\xdf\x76\x2f\x2d\xdd\xc4\xa4\xcf\xb8\xef\x33\x2f\x8a\x9f\xfd\xd1\xb6\xd7\xc3\x71\x4d\xf2\x63\xce\xfd\xff\xf1\x6f\xef\xa7\x96\xe4\x32\xe3\xaf\xdf\x1f\xee\xd3\xdf\x92\x24\x27\xed\xfb\x3a\xfc\x73\xc9\xff\xfc\x7a\x5c\x5a\xca\xd7\x27\x3d\xdc\xdf\x1d\xdf\xd6\x73\x92\x5a\xbd\x30\x14\xfe\x4a\xf3\x71\x69\xaf\xa7\xdd\xdc\xb6\xdd\xfa\xdc\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x8f\x5f\xbe\xdc\xe2\x6d\xbf\xbb\xa2\x1b\xfc\x72\xe7\x61\x61\x72\xbd\x23\xe7\xfd\xfe\x36\xe5\x6e\xca\xc2\xef\x82\xef\xda\x97\x6e\xca\xca\x44\x91\xf4\xa2\xdd\x94\x8d\x89\x21\x19\x4a\xed\xa6\xec\x4c\x1c\x89\x64\xf5\x6e\xca\x3d\xa3\x3e\x22\xad\x98\x5d\x18\x95\x88\x7a\xc3\xf0\x81\xd1\x10\xd1\x30\x62\x7a\x65\x54\xe3\x0d\xb2\x63\xfc\xc8\x68\x8c\xc8\x32\xc6\xef\x18\xed\x2e\xef\x89\xf1\x4f\x8c\x9e\x22\xaa\x82\xf1\x33\xa3\x19\x91\xe5\x01\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x18\xb5\x88\xfa\x8a\xf1\x7b\x46\xfb\x88\xaa\xe7\x6e\x12\x4a\x49\x48\x79\x1e\x4b\x37\x09\xb1\x24\xb0\xdc\x7a\xed\x26\xa1\x96\x84\x96\x97\x5c\xbb\x49\xc8\x25\xc1\xe5\xb5\x78\x37\x09\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\xde\x06\x8c\xa7\x97\x84\x57\x5f\x0c\xe3\xe9\x25\xe1\xd5\xd7\x8a\xf1\xf4\x92\xf0\x2a\xe2\x18\x4f\x2f\x09\xaf\xe2\x19\xe3\xe9\x25\xe1\x55\x0a\x8a\x15\x7a\x49\x78\x95\x11\xcd\x0a\xbd\x24\xbc\x06\x41\xb5\x42\x2f\x09\xaf\xc1\x51\xad\xd0\x4b\xda\xa5\x7f\x8c\xa7\x97\x84\xd7\x30\xa2\x5a\xa5\x97\x86\x57\x15\x54\xab\xf4\xd2\xf0\xaa\x8e\x6a\x95\x5e\x1a\x5e\x75\x40\xb5\x4a\x2f\x0d\xaf\x3a\xa2\x5a\xa5\x97\x86\xd7\xa8\xa8\x56\xe9\xa5\xe1\x35\x3a\xaa\x55\x7a\x69\x78\x8d\x03\xaa\x55\x7a\x69\x78\x8d\x23\xaa\x55\x7a\x69\xbd\xfe\xad\x62\x3e\xc1\x74\x64\xe6\x28\x57\x29\xa6\x3b\x66\x03\xda\x55\x92\x69\x90\xa1\x7d\x3c\x82\x66\x3a\x33\x53\xf4\xab\x44\xd3\x85\x59\x8f\x82\x95\x6a\xda\x98\x0d\x68\x58\xc9\xa6\x7b\x2e\x92\x8c\x8a\x8d\x6e\x96\x99\x29\x3a\x36\xc2\x99\x30\xeb\x51\xb2\x51\xce\xf4\xba\xc0\x72\x37\x19\xe9\x2c\xe8\xc4\x32\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\xf5\x28\xda\xa8\x67\x5c\x9d\x56\xd1\xb4\x91\xcf\xb8\x3c\x3d\xa3\x6a\xa3\x9f\xd1\xcf\x0d\x5d\x1b\xfd\x8c\x7e\xde\xa3\x6c\xa3\x9f\xd1\xcf\x2b\xda\x36\xfa\x19\xfd\x7a\x41\xdd\x46\x3f\x9b\xaf\xbb\x02\x9e\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\xd9\x03\xe9\x57\x0c\x9d\x3b\xfd\x9c\x7e\xa5\xa0\x73\xa7\x9f\xd3\xaf\x54\x74\xee\xf4\x73\xfa\x0d\x82\xce\x9d\x7e\x4e\xbf\xc1\xd1\xb9\xd3\xcf\xe9\x37\x14\x74\xee\xf4\xf3\x72\xdd\xca\xf0\x0c\xfa\x39\xfd\xaa\xa0\x73\xa7\x9f\xd3\xaf\x3a\x3a\xf7\xf1\xb2\x6f\x8f\x0b\xb2\x52\x6b\xec\xde\xd7\x5d\x1a\xff\xc7\x19\xf7\x71\xea\xcc\x6f\xdb\xd6\xd6\x73\x9c\x70\x71\xb0\xe0\x5c\x38\xac\xed\xe3\xb4\x3c\x1d\x4f\xb8\x2b\xfe\xfd\x17\x00\x00\xff\xff\x1f\x1a\xa1\x81\x59\x07\x00\x00"); +func _egf ()([]byte ,error ){return _fd (_bcd ,"Adobe-CNS1-UCS2")};func _cged ()([]byte ,error ){return _fd (_edad ,"GBTpc-EUC-H")};var _ddbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xcf\x8e\x9b\x30\x10\x06\xf0\x3b\x4f\x31\xc7\xed\xa1\xc5\x7f\x8a\x31\xd2\x2a\x52\x95\x1c\x8a\x56\xdb\xad\x9a\xee\xb6\x52\xd5\x03\xc1\x43\x64\xa9\x31\xc8\xc0\x21\x6f\x5f\xf9\x33\xa5\x87\x68\xe2\x1f\xfe\x06\x63\xbb\x3c\xb6\xa7\x36\xf8\x85\xca\xaf\x71\xec\xcf\xbc\xd0\xe0\x83\x8b\x3c\x8f\x6b\xec\x99\x2e\x7c\xf5\xa1\x28\xa4\x22\xe7\xfb\xe5\xdf\x10\xa5\xbf\x75\x53\x51\x94\x4f\xe7\xe3\xfb\xcf\xb4\xce\xbc\x8d\x8f\xed\xe9\x7c\x9f\x17\xbe\xb5\x61\x18\x49\xe7\x9c\x5b\xa7\x2d\x4b\x54\x7e\xe3\xab\x9f\x97\x78\xa7\x87\x4f\x6e\xbc\xf0\x3b\x72\x3c\x24\x7f\x89\x8e\xa3\x0f\x57\x7a\x78\x1a\x23\x77\x72\x7f\x70\x5e\xa7\xe9\x0f\xdf\x38\x2c\x24\x60\x1c\x1c\x6a\x51\x1e\x9f\xbb\xe9\x4b\x77\x63\xc2\x3a\xde\xa0\xc0\x37\x8e\xb3\x1f\x03\x35\x1f\x84\x30\xff\xf9\xfb\x7d\x62\x92\x5b\xf8\xb5\x3d\xbd\x0c\xc3\xcc\x0b\x69\x95\x1b\x97\x3f\x5f\xdb\x13\xfd\x92\x24\x05\xa9\xea\xa3\xd0\xbf\xb7\xa9\x3f\x9e\x47\xb7\x07\xa5\xc9\x1f\xd3\x7b\x17\xbb\x70\xe5\xe2\x51\x49\xa5\x0e\x94\x8a\x3e\x90\x15\x95\x01\x55\x99\x2a\x90\x05\x99\x4c\xe6\x40\x56\x2b\x01\x6a\x32\x5d\x30\xab\x01\xb9\x4c\x2e\x91\x51\x89\x74\x6e\xaf\x33\xe9\x44\xe6\x02\x32\x08\xd6\x55\xf1\xa8\xb4\x92\x89\x50\xac\xa8\x0d\xc8\x66\x6a\x40\x35\xa8\xcf\xd4\x83\x1a\x10\x67\xe2\x44\x36\xad\x4b\xeb\x0e\xa4\x07\x90\x4c\x54\xe1\x8d\x28\x56\x58\xf4\xaa\x5c\x26\xac\xcb\x5a\xd0\x90\x29\x07\xd1\xbe\xce\xc1\x1a\xed\x1b\x91\xce\x6f\xdf\xbb\xf4\x3f\xdd\x9c\xfd\x24\xfb\x35\x46\x0e\x0b\xee\x0d\xce\x2c\x6d\xba\x0f\xbc\xdf\xc9\x69\x9c\x52\x0a\xbf\xbf\x01\x00\x00\xff\xff\x7c\xa3\xad\x1b\xbf\x02\x00\x00"); +func _afbg ()(*asset ,error ){_ecggg ,_agbd :=_fef ();if _agbd !=nil {return nil ,_agbd ;};_beaa :=bindataFileInfo {_c :"UniAKR-UTF32-H",_ed :248243,_cg :_g .FileMode (436),_ca :_d .Unix (1580492666,0)};_eebd :=&asset {_fdf :_ecggg ,_ff :_beaa };return _eebd ,nil ; +};func _cegce ()(*asset ,error ){_cbb ,_dbadaa :=_ecaa ();if _dbadaa !=nil {return nil ,_dbadaa ;};_dccg :=bindataFileInfo {_c :"UniJIS-UCS2-HW-H",_ed :472,_cg :_g .FileMode (436),_ca :_d .Unix (1580492901,0)};_adga :=&asset {_fdf :_cbb ,_ff :_dccg };return _adga ,nil ; +};func _abae ()([]byte ,error ){return _fd (_cccg ,"Hiragana")};func _eeg ()([]byte ,error ){return _fd (_aebd ,"GBT-EUC-V")};var _ebdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\xcd\xae\x3f\xcb\x92\xa6\x09\xcd\xcf\x55\xec\x21\x0c\x9a\x0c\x0f\xff\x96\x4a\x25\xd1\xd5\xaa\x56\x0d\x1a\x10\x45\x03\x12\x42\xad\x08\x0f\xf7\x22\x25\xf2\x64\xea\x64\xd6\xa0\xee\x1e\xed\xf5\x3c\xb6\x61\xa3\xd6\xf9\x8f\x96\x7c\xc5\x2f\x3c\xfc\xd3\xdc\x5e\xb3\xd7\xcc\xff\xe1\x3f\xfc\xa7\xff\xe1\x3f\xfd\xf5\x1f\xff\xed\xb7\x7f\xf8\x3f\xfd\xed\x9f\xd7\x7f\xde\xff\xf6\xdb\xf9\xc7\xbf\x7e\x7f\xdb\xff\xfa\xcf\xff\xf5\x6f\x6b\xff\xf6\xee\xff\xf2\x8f\x7f\xfd\xcb\x5f\xd2\xfd\xdb\xf7\x8f\xeb\xdf\xa2\xf8\xf3\x67\xfd\xd3\xf3\x2f\x7f\xf9\xcb\xef\xef\xff\xe7\xff\xf6\xaf\xff\xb6\xff\xe9\x3f\xfd\xf5\xfc\xf3\x6f\x99\xdf\x7d\xff\xf5\x5f\xfc\xed\x6f\xbf\xfd\xc3\xff\x79\xff\x97\x7f\xfc\xd7\x7f\xfb\xdb\x7f\xfb\xed\x7f\xf3\xbf\xff\xfe\xf9\xdd\xff\xdb\xdf\xbe\x7d\x7e\xff\xff\xff\xf1\x6f\xdf\xfe\xdb\x3f\xfe\xf5\xbf\xf8\xff\xff\xe5\x7f\xfc\xef\xd3\xff\xf2\x3f\xff\x87\xff\x7c\xff\xf1\x83\xff\xfc\x5f\xff\xe5\x5f\xfe\xdf\xfb\x9f\xf6\x5f\xff\xed\xb7\xfa\xf3\xbf\xfd\xd7\xef\xe7\xef\x5f\xfe\xe1\x3f\xfc\x4f\xcf\xbf\xfc\x1f\x9e\x7f\xda\xbf\xfd\xc3\xcf\xbb\xff\xdd\xff\xf8\xdf\xa7\xff\xee\xf7\x77\x7f\x1e\xff\x3c\xfd\xbf\xee\xbf\xfd\xeb\x3f\xfe\xf3\x5f\x7f\x1b\xff\xbb\xeb\x2a\xff\xdf\x7f\xff\x5f\xfe\xdb\xbf\xec\xdf\x6e\x6b\xf9\xbf\xff\xcf\xff\xe9\x7f\xf8\xed\xff\x91\x7e\x4b\xd7\x6f\x77\xcd\xb9\xfe\x96\xee\x74\xff\x3f\x7d\xf8\x7f\xfb\x9f\xfe\xf9\xdb\xbf\x5d\x94\x12\xdd\x59\xff\xfc\xed\x7f\xfd\x97\x67\xed\xbf\x3d\x7f\xfd\x2f\xfb\x2f\xbf\xfd\xf6\xef\xae\xeb\xba\xfe\xfd\x6f\xff\xee\x3f\xfe\xc7\xff\xf8\x1f\xff\xfd\xef\xed\xfb\xff\xfb\xc5\x5f\xd2\x75\xf1\xea\x7b\xd6\xff\xeb\xf9\xdb\x5f\x7c\xe1\xb7\x7f\x77\xce\xf9\xfe\xfd\xef\xc5\x96\xff\xfd\x4f\x3d\x6f\xa7\x58\x7e\x8a\xf7\x9a\x14\xab\x45\x9f\x36\x7e\xfc\x0c\x8a\xfd\xf7\x62\xbe\xae\x4c\x71\x58\xac\x14\xe7\xef\xc5\xfb\x4a\x85\xe2\xc3\x77\xeb\xa6\xf8\xfa\xb4\x51\x5c\x3f\xc5\x7b\x9f\x9f\x62\x3f\xb6\x2a\xfd\x14\xc7\x45\xf1\xa3\x19\x23\x51\x3c\x16\x6f\xde\xcd\x54\x35\x2a\xc5\xe4\xbb\x8d\xe2\x45\xcd\xa3\x53\xbc\x1f\x8a\xc3\x22\xfd\x1d\xd3\x1f\xd3\xc1\xf1\x58\xb3\x1f\x7a\xad\xd9\x77\x6d\xf3\x43\x7f\xc7\x67\x55\x16\xb7\xc5\x8b\xe2\x4f\x8f\xee\x9c\xee\x9f\xe2\xbc\x78\x3a\xf9\xee\x4c\xfe\xf8\xa5\x68\x8f\x6e\xc6\x6a\x66\x8a\x8d\x1e\xcd\x42\xb1\x2c\x8a\xf6\xb7\xd0\xe6\x69\x7f\x33\xf3\x3b\xed\x6f\xb2\x68\x7f\x1b\xad\x9a\xb6\x39\xf9\x21\xdb\x9c\xe9\xc2\x3c\x16\x99\xc1\x87\x36\xb7\x42\x17\x9e\x64\x91\xaa\x9e\xdb\x29\xb3\x48\xab\x92\x6b\xe3\x69\xcc\xfe\x65\x55\xdd\x85\x64\x91\x71\xbe\xb2\xef\xbe\x3e\x65\xd8\x1f\xc6\x39\xb9\x54\x1e\xda\xdc\x2e\x8b\xdb\x22\x6d\x7e\x68\x73\x5d\x8c\xe4\x7b\x59\x64\xf6\xdf\x64\x91\xfe\xbe\xb7\x45\x3e\xf4\x66\x8b\xd4\xfc\x32\xce\xf5\x61\xd8\xdf\x6a\x91\x46\xbe\x8c\x73\x7d\xe9\xe0\xdb\x2d\x32\x38\xef\xb0\x47\x36\x83\x75\x95\xa6\x4f\xed\xd1\xf4\xdd\x8f\x8d\x93\x7e\x8a\xe9\x9a\x8c\xd5\xfe\xe9\x51\x62\x87\x9e\xb3\x7f\x9e\xfe\x3e\xaf\x8c\xe4\xa2\xb8\xdd\x74\x37\xc5\x63\xf1\xa7\xcd\x77\xb9\xfd\xb1\x45\xab\x4a\x3f\xa3\x71\x57\x26\x65\x67\x9e\x56\xba\x70\xdd\x3f\xdd\xff\x7d\x89\xfc\x3e\x0b\xc5\x77\xdd\x74\xa5\x52\x9c\x3f\x5d\xb8\x92\x4f\x59\x48\xd7\xb5\x2d\x6e\x9e\x32\xce\xf7\x74\x3b\xef\x9f\xa1\xbb\x59\x48\x57\xa2\xbf\xf7\xe3\x76\xde\x93\xe2\xed\xd3\x97\xa2\x02\x6a\x0f\x8a\x08\xa8\x74\xfb\xb4\xfa\xf4\xa3\x88\x80\x4a\x9f\x1f\x72\x99\x6d\xc6\xea\x19\x3c\x2d\xfe\x78\x2a\x46\x6c\xc6\xe3\xbb\x8c\x64\x2c\xc2\x63\xd1\xfe\x36\xbf\x6b\x7f\xcf\x43\xd1\xfe\x7e\x85\xa2\xfd\x3d\xf4\xe8\xb5\xbf\x1f\x03\xcb\x22\xbc\xd2\x47\x8f\x5e\xfb\xfb\x51\x15\x8b\xf0\x4a\x1f\x6d\x66\x11\x5e\xd7\xb1\x18\xfd\xf5\xc7\xf4\xf7\xfe\x7d\x52\xf6\x5f\x3f\xa5\xfc\xff\x8a\xd8\xbf\x59\x9f\x69\x67\xa6\xfe\x8d\xa1\xa0\xc1\xac\xcf\x2b\x15\x9b\xe4\x50\x44\xfb\x19\x0a\xe5\xcf\xbd\x7f\xda\xbf\xfb\xfa\x19\xc6\x3c\xfe\xb4\x12\xf2\xf8\xd3\x4a\xc8\xe3\x4f\x2b\x21\x8f\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\x3c\xff\xb4\x12\xf2\xfc\xd3\x4a\xc8\xf3\x4f\x2b\x21\xcf\x3f\xad\x84\xfc\xfc\x69\x25\xe4\xe7\x4f\x2b\x21\x3f\x7f\x5a\x09\xf9\xf9\xd3\x4a\xc8\xcf\x9f\x56\x42\x7e\xfe\xb4\x12\xf2\xf3\xff\xb3\x12\x7e\x2f\xfe\x69\xba\xf3\xf3\xa7\xe9\xce\xcf\x9f\xa6\x3b\x3f\x7f\x9a\xee\xfc\xfc\x69\xba\x33\x2b\xbf\xd6\xe2\x87\x7e\xfa\x3b\x5b\xd4\xfc\xd3\xdf\xda\x17\x43\xc7\xca\x6f\xf9\xa6\x66\x56\x7e\x2d\xce\x3e\x2b\xbf\xd6\x8b\x0f\xb1\xf2\x6b\x59\xcc\x11\x2b\xbf\xb7\xc9\x77\x59\xf9\xbd\x71\xcc\x65\x56\xfe\xa8\xd9\xe2\x4f\x7f\x7b\xdf\xd6\xfc\xd3\xdf\x71\x77\x8b\x3f\xfd\xed\x63\x30\xbf\x2c\xef\x7e\x67\x6b\x7e\xe8\xc2\xb4\x91\x3f\xfd\x9d\x3d\x7e\xfc\xd3\xdf\xb6\xa2\x0b\x3f\xfd\xad\xef\xb0\xcd\x3f\xfd\x2d\xc7\xe9\x7e\xed\xaf\x3d\x5a\x3f\xfd\x6d\x6d\x76\x8a\xf4\x77\xbd\x54\xb5\x7e\xfa\x3b\x62\xa9\xac\x9f\xfe\xb6\xe1\x2c\xac\xc2\xd3\x87\x2e\xac\x4a\x55\x08\xf6\xbc\xe8\x6f\x73\x24\xd7\x4f\x7f\x6b\x4c\xd9\xfa\xe9\x6f\xab\x95\x75\xb5\xe8\x6f\x7a\x18\xab\xf5\xd3\xdf\x7e\x0e\xdd\x5f\x3f\xfd\x1d\x63\xb0\x18\x16\xf3\x7b\xbd\x7e\x88\xfe\xce\x56\x29\xfe\xf4\xb7\xa5\x65\x9b\xe9\xef\xe1\xd4\xcb\xdf\xc5\xb0\x3f\x0c\xdd\x97\x18\x0d\xa7\xec\xfb\xe9\x6f\xbb\x2b\x35\x7f\x3f\xfd\xad\xd9\x1d\xfa\x15\x66\xff\x66\xac\xbe\x9f\xfe\xf6\x97\x63\x3d\x7f\x8d\x0e\xba\xcb\xbe\x9f\xfe\xf6\x8a\xc2\x90\xbf\x9f\xfe\xd6\xef\x58\x9c\x7c\xc8\x4d\xf7\xfd\xf4\x77\x7c\xcb\x77\x9d\xdf\x6e\xcd\xcc\xef\x3d\xe8\xd1\xf7\x31\xec\x89\x91\xfc\x5c\xcf\xd5\x46\x1e\xde\xcd\xcc\xd1\xbe\x18\xc9\x46\x8f\x90\x84\xfd\x8e\xa7\x37\x73\xd4\x79\x77\x33\xbf\x1d\xdd\x23\x6f\xd7\xb3\x4b\x74\x33\xbf\xa5\xd0\xaa\xdd\x58\x57\x9d\xbd\xb0\x59\xcf\x1f\xca\x64\xde\xc3\x0e\x32\xb0\x9b\xf9\x7d\x52\xff\x85\xd8\xcf\xfb\x61\x61\xb8\xa7\xf6\xcf\x50\xf4\x98\x82\xcd\x50\x94\xdb\x6a\x3f\xbe\xd2\x99\xdc\xbd\x99\xdc\x78\xca\x50\x8c\x41\x55\x87\xa5\xde\x3b\xbd\x3b\x0e\x85\x8b\xf9\x38\xf5\x8d\xce\x1e\x86\xe2\x5e\x54\x75\x0a\x9d\x45\xb1\xcc\x87\xa9\x2f\x68\x38\xf9\x30\xf5\x59\x81\x73\x58\xea\xbf\xeb\x14\x3f\x45\xb6\xf6\x76\x41\x9e\x9f\xa1\x98\xbf\x2b\x98\x3f\xc5\x9f\xfe\xd6\x7d\xfb\xe3\x97\x2d\x36\x7c\x4a\x7f\xe7\xb4\x19\x4c\x7d\x1a\x8c\xf9\xd9\xd4\xfc\xd9\x41\x96\xfa\xe0\x14\x28\xe0\xa6\x3e\x56\xa5\xf8\xd3\xdf\xd1\xc6\xa2\xf8\xd3\xdf\x59\x11\xbf\xe5\x62\xa9\x5f\x88\x94\x72\xb1\xb5\xd7\x5d\x28\x22\xca\xee\x6f\x53\x6c\xac\xc0\x28\xd2\xdf\x7c\xf9\xa1\x9f\xfe\x8e\x99\x6c\xc6\x64\x34\x9a\x4f\x59\xea\x75\x58\x33\x4b\xbd\x21\x16\xca\xb5\x18\xe7\xcf\x66\xb0\xb5\xc7\x6d\x23\x7f\xfa\x3b\x67\xb7\x78\x10\x74\x93\x1f\x27\xe6\xf7\x06\x82\x95\xc4\xd6\x16\xec\x94\xc4\xfc\xb6\x97\xef\xa6\x4c\x07\x3b\xdf\x4d\x3f\xfd\x9d\xcb\xee\x27\xe6\xf7\x66\x6b\x97\xd4\x58\x39\xed\x50\x64\x6b\x8f\xe9\x87\x58\xea\x8a\xa3\x92\xe8\x6f\x76\x60\x13\xf3\x9b\x53\xa7\x88\x28\x3b\x63\x50\x5c\x8c\x24\xcb\xac\x24\xe6\xf7\x4b\x36\x83\xfe\x96\xc7\xaa\xe8\xef\x75\xf1\xf4\x66\x7e\xef\x45\x55\x37\xa2\x7b\x5e\x7c\xe8\xa6\xbf\xd7\x7e\x29\x72\x54\x25\x84\x46\xb9\x99\xdf\xf1\xf8\xb4\xf2\x6e\x65\x70\x6e\xe6\x57\x6c\xfb\xbb\xbc\xfb\xe9\x3e\xdb\xaa\xdc\xac\xe7\xf7\xf6\xbb\xf4\xf7\xbb\xad\x19\xd1\xbd\x8f\xcd\x60\xff\xd6\xdb\x36\x7b\x54\x1d\x26\xe5\xa6\xbf\xbb\x31\xce\x37\xfb\xf7\x1c\x6b\x66\xff\x5e\x1c\xa0\x25\xff\xf4\x77\x1e\x10\x4a\xc9\xcc\xef\x8b\x08\x2d\x99\xf5\x1c\x1d\xcc\xf4\xf7\x4d\x3e\x45\x74\x9f\x6e\x55\xcc\xef\x00\xaf\x95\x4c\x7f\x0b\x4a\x4e\xc9\x88\xb2\x0a\x20\x2d\x79\xf8\x21\xda\x9c\xa7\x45\x3f\xf4\x58\xf4\xdd\x97\xed\x8c\x6e\x59\x32\x47\xd5\x1e\x7e\xe8\x63\x34\x5c\xed\x40\xa1\x59\xb7\x1f\x3a\x9e\x89\x14\x0b\xaa\xc8\xb9\x1e\x8a\xcc\xef\x71\x3b\x03\x94\xc6\x99\xcc\x11\x40\xa9\x8e\xc5\x77\x0b\xf3\x9b\x16\x6b\xb2\x54\x46\xb2\xfb\xe3\xc6\xa6\xab\x8c\x64\xe9\x1c\x19\x8f\xdf\x65\xff\x9e\x97\x46\x16\x44\xf7\x01\xcc\x96\xe2\x51\xe5\x62\x28\xc8\xab\xbb\xf8\x5d\xf7\xef\xeb\x87\xd8\xbf\xbf\x9f\x7e\x7f\x5f\xec\x97\xb2\xdd\x35\x88\x94\x8a\xb0\x3a\xae\xcf\xca\xe4\x5e\x68\xbf\xa5\xaa\x87\xb8\xd4\xab\x93\xdb\x18\xa8\x8a\xb0\x4a\x28\x4b\x05\xcc\x38\x46\xb3\x48\x67\x97\xf3\x55\x99\xdc\x34\xfc\x90\xc2\xea\xb6\xc8\x62\x6e\xb7\x35\xbf\x7e\x88\xbe\x57\x16\x73\x55\xa2\x56\x0e\xa3\xa3\xf8\xad\xe8\x21\x7b\xfb\x5d\x85\xd5\x4b\x07\xc1\xaa\xad\x70\xfa\x94\xc6\xe4\xa6\xce\xe4\x36\xf4\xcc\x84\x69\xa2\xb4\x38\x97\x59\xcc\x98\xbc\xca\x76\xa9\x63\xf2\xea\x73\x59\x6c\x0a\x49\x5a\x85\xc9\xab\x5f\xe8\x3f\x05\x93\x57\xaf\xae\x22\x4c\x5e\x75\xa3\x69\x14\x4c\x5e\xfd\x77\x05\xf3\xa7\x88\xb0\xca\xdb\x66\x78\xf8\xba\x4e\x9a\x87\xaf\x1d\x6c\x0a\xab\xd7\x9a\x59\xcc\x6b\x33\x1a\xfd\x72\x7e\x19\xc9\x4e\x7f\x6f\x94\xf0\xd2\x11\x56\x05\x93\x57\xe9\x99\xaa\x5c\xbd\x1d\x3d\xe4\x9d\x74\xbf\x57\xd6\xd8\xed\x8f\x39\x7c\x37\x98\xab\x74\xf5\x6a\x6c\x6b\xa5\xb3\x98\x35\xc5\x94\x3e\x3d\x40\x6d\x06\x9b\x77\x7b\xcc\x75\x16\xf3\x5a\x3e\xfd\xe9\xef\x7c\xba\x8d\xa4\xbf\xb9\xd2\xc1\x1e\x2b\x96\x71\xc6\x00\x58\x0b\xaa\x72\xc1\x00\x38\x86\xa7\x1e\xb6\x88\xda\x1d\x49\x0c\x80\x65\x2b\xc9\x47\x56\x68\xf0\xa1\x51\x10\x29\xf1\x2e\xf3\xbb\xc0\x2f\x05\xf3\xe0\x14\x54\x16\xcc\x83\x4d\xb3\x64\xc1\x3c\xd8\xca\xb6\xc8\xe6\xcd\x89\x46\x62\x1e\x1c\x21\x25\x30\x0f\xb6\x5e\x6d\x95\x7a\xa6\xbb\x6c\x78\x18\xdd\xcc\x02\xb8\xb8\x77\x17\x3f\xb8\x78\x6c\xc5\x3e\xb8\x78\x26\x0c\x53\x65\x2a\xac\x9a\x4f\x11\x56\x19\x6d\xb0\x80\x8b\x47\xf5\x58\x07\x17\xcf\x99\x68\x06\xb8\xb8\x66\x67\x1f\x5c\x3c\xda\x64\x34\xc0\xc5\xed\x75\xc3\x4e\x0f\x5f\x45\x28\xb8\xb8\xc5\xe0\x80\x8b\x7b\xc8\x3d\x70\xf1\xb8\x97\x3f\x5e\x2e\x15\x9b\xf1\x31\x29\x1f\xb3\x00\x2e\x6e\xcb\x33\x02\x5c\x3c\xb4\xcb\x95\xc7\xfd\x6b\x55\xe0\xe2\xbe\x3c\x14\xc0\xc5\x6d\x1e\x9f\xb2\x7f\x43\xc9\x01\x17\x8f\x5c\x2c\xda\x5f\x3b\x08\x2e\xee\x2f\xc8\xa8\x80\x8b\xcb\xb1\x19\xe0\xe2\x9a\x94\x39\xe0\xe2\xf6\x15\x46\x03\x5c\x5c\x17\x06\xcf\x02\x2e\x1e\xbb\xd9\x0c\xe6\x37\x2b\xa0\x1e\x85\xb3\x72\x03\x5c\x3c\xb2\x82\x1d\x5c\x3c\xb2\xfb\xe8\x55\x79\xc6\xc4\x57\xc0\xc5\x7d\xa8\x4d\xbd\xee\x5f\x4f\x4c\x70\x71\x7d\xbf\xf3\x2b\xb1\x0f\x64\xae\xcb\xad\x0d\x64\xae\x1f\x18\xb9\x00\x99\xc7\xbb\xe9\x3b\x90\xb9\xdd\xcb\x26\x31\xf5\xfd\xf8\x2e\x5b\x7b\x75\x36\x20\x90\xb9\xfd\xae\x05\xff\x14\x59\xea\xbf\x23\xe9\x9f\x22\x53\xdf\x9d\x02\x20\xf3\x9c\x2e\x2a\x20\xf3\x58\xea\x6c\x40\xe6\x7e\x30\x8c\x17\x20\xf3\x2c\x58\x57\x0a\x90\xb9\x6c\x27\x08\xc8\x3c\x9b\x8b\x19\xc8\x3c\x07\x30\xb0\x00\x99\x5b\xc3\x16\x5a\x80\xcc\x3d\xbb\x79\x81\xcc\xb5\x67\x1a\x29\x64\x5e\x6a\x83\x40\xe6\xba\xc1\x6e\x05\xc8\x3c\xab\x6b\x1b\xc8\x5c\x63\xa9\x0b\x99\xaf\xc7\x66\xa0\x87\xe4\x61\x9b\x11\x65\xd5\xd3\x16\xc8\xdc\x6b\x61\x72\x81\xcc\xb5\xba\x2f\x80\xcc\xf5\x72\xb7\x02\x99\xc7\x37\xf8\x71\x40\x66\xf5\xf9\x4f\xd1\x0d\xf6\x29\x40\xe6\xd6\xed\x02\x90\xb9\xb6\x4c\x33\x80\xcc\xed\x34\x7f\xdc\x9d\x7d\x9f\xd2\xdf\x92\xfd\x10\xa2\xec\x9a\x3e\x45\x94\x1d\x55\xc7\x4f\x3d\x44\x15\xfd\x8b\xa3\xca\x56\x29\xba\x1f\xb6\xb6\x90\xf9\x74\xa6\xfb\xd3\x44\xa0\x4e\x0e\x64\x9e\x97\xeb\x0a\xc8\x3c\x12\x58\xaf\x6c\xf5\x2e\x8f\x66\x20\x73\x5d\xc9\x77\x9d\x5f\x95\x0d\x20\x73\xd5\x8e\x51\x80\xcc\x6d\x61\x99\x29\x40\xe6\xd9\xd4\x01\x80\xcc\xe3\x1b\xfe\x78\x7a\x82\xb0\x54\xc4\xc5\x45\xd0\x21\x2e\x9e\xc7\x66\x30\xbf\x1d\x63\x4b\x11\x17\x3f\xd5\x0f\x21\xca\x6e\xd7\xe4\xf6\xa8\xf2\xbb\xe0\xe2\xb2\xab\x45\xb6\xf6\x73\x31\x38\x27\x70\x04\x55\x89\x8b\x8f\xd3\x0d\x2e\x1e\x2f\x06\xc0\x02\x2e\x6e\xb7\x8b\xf0\x78\x54\xe1\xac\x29\xe0\xe2\xf9\xb8\xcb\xc4\xc5\x73\x5b\x15\xaa\x48\xf1\x10\x04\x17\xf7\xea\x2c\x88\x8b\xb3\x7a\xf5\x71\x3d\xab\x02\x81\x8b\xdb\xc2\x49\x54\x8e\x38\xe2\xb3\x19\xf4\xf7\xa0\x21\x54\x70\xf1\x7c\x30\x5c\x54\x71\xb1\x8e\x8f\x2a\x2e\x3e\x74\xa1\x82\x8b\x8b\x6b\xa3\x5e\xca\x2b\x76\x68\x15\x17\x7f\xad\x50\x44\x74\xab\xa2\x57\x70\x71\xab\x8f\x45\xfa\x7b\xbd\x1f\x45\xfa\x9b\x8a\x4f\xd9\xbf\x09\x14\x59\xc1\xc5\xa3\x35\x5b\x45\x7f\x3f\x34\xde\x2a\x2e\x7e\x1f\xbb\xe0\xfc\x46\xcd\xe0\xa6\xc4\xca\xa9\xe0\xe2\x5e\x3b\x8d\x04\x17\x8f\x7d\xf9\x14\x13\xd0\x83\x70\xab\xe0\xe2\xa6\x6d\xbc\x26\x55\x2f\x60\x72\x05\x17\x97\xcd\x29\x5f\xc1\xc5\x7d\x83\xd7\xaa\xb8\xb8\xff\x2e\x19\xfe\xae\xd8\xaf\x40\xe6\xb2\x93\x5f\x51\x2b\xe3\x10\xaf\x42\x66\x3d\x80\x15\xc8\x5c\x13\x9a\x55\x05\x32\xb7\xa7\xfb\xae\xa7\xd8\x63\x1b\x98\x7a\x01\x57\x05\x32\xcf\x8a\x17\xaf\x02\x99\x67\xe3\x10\xaf\x40\xe6\xb6\x51\x87\xea\xad\xe8\x76\x36\x81\xcc\x6d\xa2\xb2\x56\x20\x73\x1f\x78\x0f\xab\x90\x59\xcf\x72\xbd\xb5\xee\xe2\xf0\xad\x42\xe6\x92\xfc\xb1\x26\x11\xb4\xb2\x2a\x64\x9e\xd1\x2a\xb6\x76\x46\xc2\x54\x20\x73\xfd\xb0\x81\x54\x20\x73\x7f\x5c\x90\x40\xe6\x36\xb3\x4f\xb5\xee\x3a\x7d\x40\xe6\x71\x67\xe6\x0b\xc8\x5c\x2b\x50\xa8\x66\x8f\x2a\xc4\x6f\x05\x32\xf7\x8a\xfd\xb6\x0a\x99\x1f\x4c\xc1\x55\xc8\xbc\x9b\x3f\xa6\xbf\x1b\xcd\xb9\x02\x99\x67\xc5\x44\x50\xb3\x26\x2f\xb7\x58\x0e\xd1\x6d\x33\x14\xdd\xf1\xae\xfd\x05\x74\x54\x20\xf3\xac\x28\xe1\x55\xc8\xdc\x87\xdf\xa5\xbf\x0d\xbb\x62\x05\x32\xb7\x99\xfd\xae\x4b\xdd\xe9\x16\x32\x57\xb7\x09\x90\xb9\x7d\x78\x49\x2a\x90\xb9\xef\x87\x77\x81\xcc\x63\xa0\xdf\x56\x20\x73\xbb\xb3\x3f\xae\xae\x6d\x06\x16\xc8\xdc\x2b\xe8\xa6\x02\x99\x87\x5e\x83\x5a\xb4\xde\xbb\x90\x80\xcc\xb3\x61\xd5\xa9\x42\xe6\xc3\x99\x58\x85\xcc\xfa\x32\x2a\x90\xb9\x97\x63\x9b\xd1\xba\x5f\x14\xcb\x0a\x2e\x6e\xaf\x6b\xb2\x20\xca\x6e\xe5\x4f\x05\x65\x7c\x28\xf0\xb5\x6a\x12\xe1\xa4\xae\x55\xeb\x7d\xf3\xc7\xf4\xb7\xb8\x71\x44\xcd\xed\x58\x54\x0b\xc5\xe4\x55\x41\xcd\x65\x73\xa0\x54\x50\x73\x11\x64\xd5\xaa\x16\xfa\xf9\x2e\xf3\xbb\x5c\x39\xa0\xe6\x29\xa6\xae\xa0\xe6\xbe\x9c\x94\xaa\x89\x00\xe8\x57\xab\x26\x20\x97\x37\xa8\xb9\xbf\xdb\x9a\x8f\x6b\x92\x91\x0c\xd4\xdc\xa8\x4a\xd4\xfc\x61\xe4\xa9\xa2\xe6\xeb\xf1\xc7\xf4\x37\xd9\xa3\xa6\x35\x5b\xc9\x26\x6a\x5e\x58\x39\x2a\xa8\xb9\x7d\xdb\x77\x11\x65\x07\xbc\x56\x9b\xaa\x66\xf5\x5d\xf6\xef\xcb\x89\x59\x41\xcd\xf5\x55\x0c\x82\x9a\xfb\xc0\x98\x5f\xff\x40\xcd\x8c\xa4\xa8\xb9\xe0\x40\xac\xa0\xe6\x96\x1f\xe6\xa8\x85\x37\x8a\x77\x41\xcd\xb3\x72\xcc\x55\x50\x73\x2b\x18\xd3\x6a\x0f\x55\x84\x9a\xbb\x26\x2f\x8c\x78\x55\xd4\xdc\x6e\xdf\xf5\x68\xae\x7c\x57\xd4\x3c\xf1\x65\x54\x50\x73\xd5\xb6\x5f\xbb\x26\x2f\xc5\x3e\xa8\xb9\x5e\x8f\xef\x3e\xee\x14\x3f\xa4\xc9\xeb\x6e\xbf\x12\xfb\x00\xea\xf6\x0e\xbf\x22\xe0\x52\xee\x01\xa8\xc7\x97\x6d\x12\xa2\x6c\xb8\x8a\x86\xd6\x30\xd4\xce\x0a\xa0\x9e\x17\x66\xf3\x3a\xd4\x52\x14\x83\x00\xea\x71\x29\x24\x05\xd4\xb7\xe7\xf2\xf0\x14\x53\x3a\x0d\xad\xf7\xd5\xa7\x68\x29\x97\xb3\x29\xa0\xce\xaf\x45\x8e\xaa\x0b\x0c\x52\x87\xde\x0a\x05\xbb\x80\x7a\x45\xab\x5c\xea\x8e\x2a\x80\xba\x5d\xdb\xa7\xdb\x25\xc7\xa2\x12\x50\xbf\x18\xd5\xeb\xb4\xbf\x36\x72\x6a\xbd\x77\x51\x01\xa8\xeb\x71\x36\x01\xd4\x2d\xbb\xf1\x01\xd4\x35\x79\x72\x01\xa8\x47\x6e\x3e\x65\xa9\x8f\xe6\xbb\x8a\x6e\x80\x52\x15\x50\xe7\x78\x4a\x7f\xb7\xc2\x6a\x8a\x32\xb0\xed\x57\x00\x75\x5d\xd3\x56\x21\xca\x66\x67\x06\xa7\x5a\x0a\xfe\xdf\x0a\xa0\xae\x77\xf6\x43\x6e\x6d\xf5\x2e\x01\xf5\xf5\xf2\xe3\xc7\xf9\xb5\x83\x8f\x8e\x2a\x8f\x57\x00\x75\x3d\xaf\x45\x0d\x80\xca\x1f\x00\x75\x6f\xe8\xa8\x15\x40\x3d\xb6\xea\xd0\xa3\x41\x0c\xa4\x50\x01\xd4\xbd\x75\x9b\x81\x28\x7b\x01\x86\x15\x40\xdd\xbb\xdb\xf3\x09\x55\xc4\x56\x61\x20\xba\xa6\xc5\xf0\x56\xf8\x5d\x8f\xe6\xc2\x84\xea\x68\xde\x28\xb4\x15\x40\x3d\x0e\xde\xf0\x0a\xa0\x6e\x15\x47\x64\x05\x50\xf7\x57\x79\xab\xa3\xf9\x5e\xbe\xcb\x7a\xfe\x1e\x8b\xf4\x57\x75\xb7\x82\x9a\xeb\xe3\xba\x0a\xd4\xec\xc9\xf5\x8a\x22\xa7\x45\xb6\x76\x77\x52\x40\xcd\xa3\x78\xf8\x82\x9a\xfb\x7b\xdb\x2a\xad\xd9\x2a\x66\x3a\x9a\x25\xe7\x54\x50\xf3\x8c\xb5\x11\xa8\x59\xe1\x2c\x6a\x1e\xaa\xac\x4b\xc7\xab\x1f\x02\x35\xb7\x50\x2c\x41\xcd\x7d\xa8\xb7\x80\x9a\xfb\xa5\xac\x06\x35\xd7\xd4\x7d\x8a\x2a\xd2\xb1\x66\x57\x51\x73\x7f\x2c\x6a\xf0\x04\x45\x56\x50\x73\x39\x85\x29\xd3\xd1\x5c\xb3\x55\x29\xca\x5c\x48\xa0\xe6\x76\xb9\xbb\xff\x70\x34\xdb\x05\xf7\xef\xb2\xc8\xfc\xbe\x98\xbe\xeb\xa7\xf7\x0d\xac\x57\x41\xcd\x35\xbb\x17\x3e\x55\x4d\x7c\x0a\x55\x47\x73\x72\x77\xeb\x68\xbe\x3d\xaa\x40\xcd\x2d\x47\x55\xcc\x6f\xc1\x2f\x50\x41\xcd\xb3\xb8\x08\x41\xcd\x63\x5d\x16\xd9\xbf\x9f\xaa\x08\xa8\xb9\x87\x7e\xf8\x79\x54\x4d\xdb\xac\x55\x44\xc5\x4c\x47\xf3\x51\x2d\xff\xb4\x8a\x5c\x16\x51\x45\x7e\x8c\xc3\x7f\x5f\xec\x6f\x01\xa6\xdd\xd1\x07\xdd\x54\x1d\x01\xd4\x35\x2b\x15\xb7\x06\x04\x3b\x0b\xa0\x9e\xc3\x26\x01\xa8\xe7\xb9\xfc\xb1\x5a\xa8\x07\x22\x80\xba\xbe\x93\x91\x11\x50\xbf\x0f\x6b\x0c\x40\x5d\xb6\xfa\x1e\x80\xba\x6c\x4c\xa3\x75\xbb\xb5\x55\x1e\x00\xd4\xa3\x28\x06\x05\xd4\xfa\x53\xea\x56\x94\xa9\xfc\x6f\x1d\xaf\x40\xe6\x2a\xa0\x0e\x71\x04\xa0\x6e\x97\x50\xee\x84\x6d\xdf\x22\xa2\xfb\x03\x23\xd7\x13\xa2\x9b\x66\x04\xa0\x9e\x74\x1f\x40\xdd\x6a\xd4\xac\x01\x41\xc1\x7e\x9c\x7a\x8f\x9b\x70\x34\x27\x7f\xec\x52\x87\xba\x53\x01\xd4\xf3\xc2\x44\x59\x01\xd4\xbd\xdb\x5f\x01\xf5\x8b\xa9\xb0\xea\x68\x96\x81\x50\x01\xd4\xfd\x46\x59\x6a\x00\xea\xf1\x9e\x97\x22\x4b\x7d\xb0\xe3\x1a\x80\xba\x77\x74\x89\x06\xa0\x1e\x5f\xf1\x5d\x0d\x44\xd5\x22\xf3\x5b\x01\x59\x2d\x1c\xcd\x4c\x68\xd3\xd1\xbc\x71\x9d\x37\x00\x75\xdb\x9c\x7a\x4d\x40\x3d\x31\x10\x35\x00\x75\x7f\x58\x66\x0d\x40\xdd\x3b\x8b\xb9\x01\xa8\x67\xcd\xb6\xd9\xfe\xbe\xb6\x99\xad\x5d\x1f\x7f\xac\x28\x63\xd5\x35\x00\x75\x1d\x28\x96\x2d\xe9\xbb\x41\x39\x6c\x29\x0c\x80\x7c\x37\x69\x0b\xc5\xf6\xdb\x00\xd4\x75\x3c\x16\x11\x65\x05\x1c\xd1\x92\x47\x55\xa7\x0b\x49\x03\x42\xf3\x43\xc3\xbd\x60\xcd\xf4\xb7\x61\x3f\x69\xa0\xe6\x59\xf0\x86\x37\x50\x73\x6f\xc7\x36\x7b\x54\x15\x1b\xa9\x41\x0c\xdc\xd4\x40\xcd\xb5\x2c\x3f\xc4\xd6\x9e\xd0\x86\x1b\xa8\xb9\xce\x6c\x51\x5f\x06\x87\x7e\x03\x35\x8f\x8d\xe1\xa2\x89\x9a\xbb\xb3\xaf\xa3\xf9\x3b\xbe\x2b\x91\x20\x9e\x22\xca\xf4\x1e\x36\x51\xf3\x05\xe6\x6a\xa0\xe6\x3a\x92\x3f\x46\x94\x45\x8f\x6e\x6d\xdd\x98\xfa\x1b\xa8\x79\xee\xe2\x8f\x03\x65\x30\x38\xa0\xe6\x39\x1c\x1c\x1d\xcd\x2f\x07\x4a\x03\x35\xd7\x07\x8c\xd9\xb2\xaa\x08\x32\xa7\x65\x45\x37\xea\x44\xcb\x1a\x3c\xf1\xaf\x35\x50\xf3\xbc\x0a\x93\x02\x6a\x9e\x09\x12\x54\x03\x35\xcf\xe9\x94\x81\x9a\xdb\x85\x5b\xa4\xe9\x68\xbe\x2e\xab\x12\x55\x65\x7f\xac\xaa\x09\x20\x6d\xd9\xfe\x26\x9b\xf1\x5a\xb3\x6d\xe6\xa8\xfa\xb0\xd9\xb6\xac\x6a\x3d\xac\x39\x54\x6b\x06\x36\x2b\xba\x81\x6f\xad\xc8\x11\x42\x5d\x6c\xa0\xe6\xfe\xda\x23\x50\x73\x39\x98\x32\x1a\xa8\xb9\xec\xf2\x2b\xdb\x7e\x03\x50\xcf\x76\xf9\x22\xa2\x6c\x71\xe4\x35\x01\x75\xfe\x7c\xaa\xcf\x1d\x33\x63\x2b\x6a\x29\x6e\x31\x7d\xd0\xb5\xd9\xc2\xa0\x87\xb1\x02\x05\xd4\xcf\xe5\x53\x45\x99\xeb\x04\x40\x3d\x8b\x62\xa1\xc8\x99\x71\xc9\x09\xa8\x13\xca\x52\x03\x50\x77\x4f\xfc\x56\x9d\x7a\xc0\x78\x13\x50\x1f\x28\x07\x4d\x40\x9d\x39\x6a\x5b\x75\xa9\x03\xb8\x5a\x95\x43\x82\xb5\xa1\x55\xdd\xb2\xcd\xaa\xba\xa3\x41\x17\x04\xd4\x1d\x06\x51\x03\x50\x8f\xfb\xb5\x66\x51\x86\xcb\xb5\x86\x6d\xdf\x1f\xeb\xb6\x73\xd9\xd4\xa0\x3b\xd2\x5f\x00\x75\x9d\x1c\x55\x0d\x40\x5d\xf6\xe1\xc7\x4d\xd1\xfd\x5a\x64\xea\x37\x5e\x92\x06\xa0\x6e\x35\x33\x92\x02\xea\x8c\xe3\xa3\x01\xa8\x67\xaf\x3e\x45\x94\x55\x0e\xa3\xa6\x1b\x7a\x7c\x3e\x75\xa9\x63\x0b\x6d\x00\xea\x9a\x6f\x3f\x34\x3d\x41\x18\x1c\x01\x75\x01\xcd\x35\xdd\xd0\x57\xb4\x4a\x2d\x74\xda\x66\x6d\xbf\x00\xb4\xd6\x62\xa9\x33\x56\x4d\x83\x18\xc7\x7a\x13\x50\x8b\x8c\x9a\x6e\xe8\xe2\x94\xe9\x86\x5e\x68\xdd\x0d\x40\x5d\x65\x01\x35\x01\xf5\x06\x74\x34\x00\x75\xed\x95\x66\x00\xa8\x7b\x52\x66\x76\xe7\x17\xee\x5c\x03\x50\x77\x2d\xff\x4d\x40\x3d\x8b\x1f\x52\x15\xb1\xfb\x02\xea\xe3\x1c\x89\x9a\x13\xb0\xa2\x81\x9a\xfb\x72\xf6\x41\xcd\x65\xbb\xb5\x75\x43\x2f\x74\xad\x36\x74\xdb\xa1\x0c\x37\x50\xf3\xe8\x4a\x27\x50\x73\x5d\xca\x5b\x50\xf3\xac\x97\x3f\x56\xf5\xc2\x04\xd4\x74\x43\x57\xd7\x33\xa8\xb9\xab\x3f\xb4\x40\xcd\xb7\x35\x2b\xca\xe2\xc7\xc1\x21\xf1\xc7\x8f\xab\xce\xe2\xeb\x68\x30\x38\xa0\xe6\x9a\x3c\xd7\x40\xcd\xe5\x54\x5b\xe5\x51\x05\xe7\xbf\x0d\x8f\x2a\x0c\x26\x0d\xd4\xdc\x2a\x08\xb4\x89\x9a\x8d\xda\x68\xa2\xe6\x57\x99\x29\x6a\xbe\x95\xf3\x33\xac\x04\x74\x41\xd4\x7c\x26\x83\x33\xa5\x19\x78\xbe\xe8\x86\x5e\x9e\xf2\x33\x38\x51\x56\x25\xca\xb8\x7c\xca\xfc\x1e\x54\xaf\x36\x75\xbb\xa3\x48\xb7\xa9\xe8\xc6\x0b\xd6\x40\xcd\xed\x73\x7e\x41\xcd\x7d\x0e\xab\xd2\x2a\x02\xc9\xad\x3d\x5a\x09\xd0\xf1\x9a\x6e\xe8\xea\x68\xe8\x86\xbe\x55\x9f\x40\xcd\x43\x13\x4a\x7b\xe4\x34\xaa\x20\x81\x9a\xa7\xe4\xed\xf6\xa8\x6a\x3e\xd6\xcc\xfe\x4d\xf7\x2f\xc5\xfe\x23\xe3\x42\x75\xe8\x91\x61\x32\xad\xf6\xf1\x29\xa3\xaa\x87\xfa\xc3\x37\xd1\x64\x6e\xeb\xc5\x6b\x00\xea\x31\xb1\x17\x35\x3d\xd4\x3a\xbb\xdb\xe3\xd4\x3b\x8c\x32\xb7\x2f\x7b\xf7\x6a\xeb\x76\xcc\xdf\xd0\xca\x68\x46\x00\x6a\xbc\xdb\xed\x95\x2e\xa5\x8e\x2a\x73\xfb\x73\x72\x05\xd4\xef\xf2\x5d\x86\xe2\xc5\x1a\xd6\x00\xd4\xb3\xc1\x54\x6f\x02\xea\xa9\x66\xf5\x7a\x54\x29\x16\x00\xd4\xb5\xb8\xa8\x04\xd4\xcd\x15\x28\xa0\x6e\xea\x99\xba\xa1\xdf\x6d\x8f\xa4\x87\x29\xd9\x64\x6e\x4f\x10\x74\x03\x50\xcf\x32\x7d\x1a\x06\x13\x6a\x96\xb9\xbd\x95\x3f\x4b\xdb\xbe\x7a\xa6\x6e\xe8\x8a\x13\xb3\x2d\xe9\x8e\xc5\x77\xa5\xff\xa9\x2d\x08\xa8\x1f\xa5\xd3\x52\x4b\x51\xb3\x5a\xd2\xc3\xec\xd1\xd2\xd6\xed\x48\x2e\x0d\x44\xea\x99\xe1\x86\x6e\x36\xc3\xf9\x05\x83\x34\xdd\xd0\x09\xd7\x5b\xd3\x0d\x6d\x2c\x5b\xfb\xec\x2f\xe0\xae\x01\xa8\xfb\xc9\xfe\x58\x03\xa0\x3a\xea\x17\xa2\xdb\x1f\x23\xba\xb5\x57\x37\xdd\xd0\x1b\x42\x51\xfb\xec\x2f\x30\xbf\x7d\x6e\x6d\xa8\x1d\x4d\x37\x74\x1b\xd6\x8c\xd6\xfd\xb8\xcc\x00\xd4\x23\xb9\x5b\x01\xd4\xfd\x40\x6f\x68\x9f\xa2\x5b\x15\x08\x40\xdd\x0a\xd0\xaf\xc9\xdc\xae\x6e\x0d\x99\xdb\x8f\xc7\xfa\xf6\xa8\x52\x43\x10\x35\x17\xd7\x86\xcc\xed\x57\x54\xa5\x1b\xda\x48\xa8\x26\x73\xdb\x20\xc1\x26\x6a\xde\x58\x47\x9b\xcc\x6d\x63\x49\xda\xd6\x60\xe2\x42\xda\x32\xe2\x5c\x2a\xa0\xe6\xd9\xd5\x60\x41\xcd\xa3\x28\x9c\xa5\x67\x8f\x6c\x33\xd8\xbf\x81\x50\x40\xcd\xb3\x45\xab\xe8\x6f\x73\x70\x8e\xb4\x0a\x41\xe5\x71\xff\xaa\x21\x88\x9a\xcb\xe5\x8f\xd9\xbf\xdb\x49\x01\x35\xb7\xe1\xd6\x38\xee\x5f\x0c\x62\xed\x88\x22\xc5\x11\xa0\xe6\xd6\x8e\x55\x85\x41\xcc\x0f\x79\x54\xa9\x6b\x49\xcf\xee\x1e\x0a\x47\x55\xc4\x49\x91\x9e\x3d\x5c\x48\xa0\xe6\xfa\x39\x29\x47\x14\x29\xc6\xd4\x0d\x7d\xa3\xb7\xf4\x4b\x94\x81\x42\xd8\x41\xcd\xf3\xd0\x8c\x7e\xa9\x75\xb3\x80\xbb\xa8\x79\xa3\xc6\x74\xdd\xd0\x7a\x78\x3b\xa8\xb9\xbe\x8f\x3f\x6e\x1e\x0a\x99\x62\xd0\x2a\x26\x45\x50\xf3\x42\x6d\xeb\x97\x91\x08\xb8\x81\xfa\x15\xf4\x4e\x8b\x5a\x45\xfa\xaf\xc2\xb5\xba\x80\xba\x3c\x7e\x85\xa1\xb8\x8f\x5f\x91\x4c\x15\x7d\x57\x2b\x63\x82\xba\x1e\xea\x1b\xeb\x6e\x17\x50\x77\xb6\x76\x97\xb9\xdd\xc1\x5f\x5d\xe6\xf6\x87\xcd\xa7\x0b\xa8\x67\xb2\xaa\x38\xb5\x19\x19\x01\x75\x5e\xd6\xac\x9b\x03\xe3\x67\x4f\x6e\xed\x61\x55\x9e\xda\xa8\x52\x1d\x40\xdd\xd6\xeb\x53\x86\x42\x4f\x5c\x07\x50\xd7\x89\x54\xec\x00\xea\x19\x63\x2e\xa0\xce\xdb\x1f\xd3\xdf\x06\xb1\xb0\xeb\x86\x7e\xd0\xc9\x3b\x80\x7a\x2c\x1c\x1f\x5d\x40\x7d\xc1\xfa\xee\x02\x6a\xc9\x39\xfd\x0e\x83\x18\x03\xab\x1b\xba\x1d\x6b\x96\xd9\x6b\x7f\x6f\x6d\xfb\xb7\x3f\xa6\xbf\x85\x23\xbe\xeb\x86\xbe\x11\x38\x5d\x40\xad\xeb\xad\xdf\xc1\xb8\x60\x16\x00\xd4\x63\x46\x51\x80\x09\x4b\xad\xdf\x32\x10\x3e\xab\xe2\xa8\xba\xd8\xbc\x5d\x40\x3d\x6c\x64\x0e\xb2\x2b\x63\x95\xd5\xca\x30\xf6\xf6\xac\x2d\x14\x43\x71\x07\x50\x8f\xc9\x06\xec\x32\xb7\x5f\x07\x47\x37\xb4\x1a\x42\xcf\xba\xed\xec\x51\x0e\x72\x20\x6b\x23\xdc\xd0\x08\xc9\x9e\x63\xa9\xfb\xd4\xa5\x8e\x16\xda\x83\xb9\xdd\x7d\xca\xfc\x5e\x40\x83\x0e\xa0\xee\xa5\xfb\xa1\x63\x23\x99\x6e\xdd\xd0\xdd\x25\x2a\xa0\x1e\xce\x60\x09\xdf\x0d\x3d\x02\x50\x4f\x89\xdc\x5d\xd4\x5c\x1d\xab\xe2\x7a\x86\x50\xd4\x65\x6e\xbf\x08\xd8\x2e\x6a\x8e\x29\x2b\xe1\xcb\xf0\xc7\x6c\xed\x51\xfc\x10\xeb\xb9\x3b\xfb\x45\xd5\x6b\xfb\x21\xe6\xf7\xcb\x36\xd2\xfd\x9b\xed\x82\x8c\x9a\xe1\x8f\xf5\x65\x40\xfb\xe9\xd5\xf9\x05\x26\x77\x50\xf3\xac\xc4\x83\xf4\x20\x6f\x6f\x9f\x66\x57\xac\x45\x0d\x80\x6e\x58\xc9\xdb\x03\x73\x59\x97\xbc\x7d\x5c\xcf\xd5\xfd\x4b\xc8\x43\x07\x35\xcf\xe7\xb5\xa8\x5b\xb6\xf9\x2e\xfd\xfd\xba\xef\x86\x6f\x8e\xa5\xa2\x1b\x7a\x3f\x36\x52\x5f\x15\x88\xbb\x83\x9a\xe7\x33\x7c\x37\x18\x35\x3c\xd5\x0d\x9d\xdc\xbf\x4d\x5f\x15\x60\xa7\x83\x9a\x67\x57\xde\x82\x9a\x6b\x41\x27\xef\x4d\xdf\x0d\x96\xc6\x2e\x6a\xd6\xd0\xda\x9b\x41\x64\x0e\x0e\xa8\xb9\x56\x87\x5d\xf2\xf6\xa9\xbe\xeb\x51\x05\x7c\xeb\x4d\x86\x18\x1e\xb4\xde\xdc\xbf\xc5\xaa\x24\xab\x2b\xe7\x45\xcd\x09\xdf\x71\xd7\x0d\x6d\xf8\x4f\x07\x35\xf7\x74\x3d\xbf\x12\xfb\x00\xea\xb6\x2a\x03\xa5\x87\x7a\xb9\x89\x00\xd4\x75\xba\xc5\xba\xb6\x41\x8f\x3c\x00\xf5\x30\xb3\x41\x17\x50\x0f\xb4\xa3\xae\x87\xfa\x77\xc0\xf7\x53\x64\xa9\xaf\xe6\x8f\xf5\x50\x13\xde\xd2\xbb\xb6\xee\xcf\x9a\x11\x65\xb3\x5b\xf4\xd4\x4e\x36\x52\xf2\xd8\xb1\x28\xe0\x72\xd9\xc8\xeb\x2e\xdd\x66\x48\x86\x44\xbf\xed\xf2\xba\xb3\x8b\x4a\x40\x9d\x21\x14\x75\xdd\xd0\x03\x2d\xb4\x03\xa8\xfb\x74\x90\x87\xf1\x83\x18\xe5\xba\x6e\xe8\x98\xcd\x11\x6e\x1d\xdf\x45\x94\x35\x17\xc6\xd0\xb6\x8f\x02\xdf\x87\x0c\x13\xa5\xf1\x88\xa3\x8a\xf5\xa9\x1b\xfa\x73\x5f\x0c\xb7\x36\x0e\x88\x2e\xaf\x5b\xba\x75\x07\x50\xcf\xed\xb9\xa6\x1b\xfa\xc3\xd8\xdb\x75\x43\x1b\x3c\xdb\x01\xd4\xd3\x88\xb3\x3e\x65\x10\x39\x65\x53\xb7\x2c\x1a\x7b\x07\x50\xf7\x1b\x12\x45\x07\x50\xb7\x4b\x51\x26\xa0\x2e\x78\xc4\xfa\x94\x61\xe2\x9e\xd2\x0d\xfd\xb8\x36\x66\x90\x21\xfd\x2e\xfd\xbd\x14\xa1\xf2\xba\x0d\x45\xec\x00\xea\x5a\x94\xc6\x00\xea\x7e\x7d\xd6\x8c\x28\x6b\x60\xbd\x0e\xa0\x9e\xc6\x1d\x77\xdd\xd0\x9f\xdf\x05\x50\xd7\x77\xf8\x54\xd1\x0d\x50\xea\x8f\x5a\xa8\x8a\x8a\x6e\xe8\xea\x1c\x3d\xce\xaf\x62\x41\x5e\x77\x86\x35\xd1\x1f\x45\x99\x92\x5c\x5e\x77\x56\xfd\x13\x35\x1b\xe3\xd9\xe5\x75\x17\x80\x61\xd7\x0d\x5d\xba\xef\x2a\xca\x8a\x4f\x75\xcb\x2a\x43\x1e\x8f\xaa\x6a\xcd\xac\xe7\x71\x10\x83\xba\xa1\x8b\x6b\xe3\xd5\x60\xe2\x81\x02\x6a\x1e\x1d\x78\xde\x03\x35\x7b\xca\x1b\xef\x6c\xb8\x44\x07\x35\xb7\x50\x09\x44\xcd\x07\x86\x49\x17\x35\x37\x1b\xa9\x1b\xba\xe2\x59\xee\xaf\x5a\xe8\xe3\x87\x34\x88\x61\xb3\xed\x92\xb7\x35\x79\xf5\x37\x0c\x9e\xd6\xcc\x7a\x36\xee\xaf\xbf\xee\x5f\x95\xc9\x57\x5b\xb7\xdf\x05\x35\xf7\x9c\x2d\xca\x00\x74\x3d\x8b\x9a\xd5\xd8\xfb\xd2\x00\x88\x47\xbb\x8b\x9a\x65\x6b\x77\x50\xf3\x78\x95\x39\xa2\xe6\xe9\xe0\xe8\x86\x8e\x13\xd3\x78\xe7\xeb\xf2\xa9\xbc\xfd\x6d\x33\x44\x19\x98\xdc\xbb\xa8\xf9\xbd\xfd\x2e\x28\x32\xbb\x90\x44\xcd\x03\x6a\x44\x5f\x41\x76\x65\x4d\xae\x70\xbb\xf3\x14\xd4\xdc\x32\x10\xbb\x1b\xef\x2c\x93\xa7\x83\x9a\xab\xd4\xbb\x0e\x6a\xee\x75\xff\x52\xec\x7f\xc6\x87\x46\xb5\x68\x65\x09\x84\xd5\x05\xd4\x5f\x7c\x45\xb7\x2c\x6e\xbb\x2e\xaf\x7b\xc3\xb8\xe8\x7a\xa8\xb3\x7b\x19\x40\xdd\x92\x4a\x9a\xa1\xd0\xdb\xbd\x2c\xa0\x0e\x4d\x52\x0f\x75\xf7\xf4\x01\x50\xf7\xe5\x92\x03\x50\xf7\xe6\x21\x0e\xa0\xae\xc9\xe3\x72\x3b\x14\x6e\x04\x43\xa1\xe3\xbb\x02\xea\x06\x4f\xa0\x6f\x0d\x26\xf1\x54\x51\xe6\xd9\x0a\xa0\x1e\xcb\xed\xb9\x65\x98\x28\x8e\x0c\x85\xce\x78\x97\xba\xbc\xee\xa3\x94\x00\x50\xd7\x23\xca\x00\x50\xb7\xcb\x81\xd5\x0d\xdd\xf0\x38\xf4\xad\x81\xe8\xf3\x43\x92\x03\xa1\x1d\x76\xdd\xd0\x17\x80\xba\x1b\xef\x9c\x20\xcb\xf5\xa3\x2f\xc3\xa3\xf9\x0f\x5e\x37\x8d\xd4\x0d\xdd\x70\x35\x76\x79\xdd\x9f\x52\xd1\x78\x67\xe3\x59\xfa\x31\xf4\x1b\x53\x4c\x3f\xf6\x57\x85\xe7\x08\x30\x8b\xdf\xd5\xb6\xef\xd9\x74\xb4\xfd\xe2\x44\xe8\x00\xea\xae\x99\xae\x03\xa8\x47\xf6\x30\xd2\x0d\xdd\x2e\x9b\xc1\xd6\x7e\x14\x65\x00\xea\xf9\xa2\xdf\x0e\x01\xf5\x87\xe1\x71\x5c\x41\xfe\xec\x14\x11\x65\xab\xf8\x54\xb7\x3b\x3b\x7d\x5c\xda\x42\x91\xb7\x03\x40\xdd\x75\xd9\x0f\xdd\xd0\xf9\xb5\x2a\x19\x35\xc8\x81\x21\xa0\xbe\x3e\x6b\xe6\x68\xd6\xba\x3b\xfe\x00\xd4\xbe\x2b\x6f\x1f\x15\x7d\xc8\xeb\x4e\xc7\x0f\x31\xbf\x1d\xe9\x34\x2e\x43\xfb\x59\xed\x03\xd4\xdc\x0c\x0f\x19\x7f\xf0\xba\xa9\x2a\xc9\xdb\x47\x63\x1f\xf2\xba\x27\xd8\x67\x24\xc9\x81\x20\xdf\x91\x4c\xdd\x80\x2a\x32\x92\x6e\xca\xe6\x53\xb5\x6e\x94\xf0\xa1\x1b\xfa\x40\x74\x19\x29\x68\x15\xfe\x98\xfe\xea\x85\x1f\x92\xb7\xe7\xb6\x66\xe7\x77\x5b\x95\x06\xb1\xcb\xe2\xe7\xb9\x66\x91\xf5\xdc\x87\x55\x45\x3c\x3b\x1d\xbc\x65\x4c\x11\x01\x31\x6e\x43\xae\xd8\x83\x23\xc8\xdb\x98\x16\xc7\x6d\xea\x06\xce\xa6\x01\x6a\x6e\x17\x7b\x70\xdc\x1a\x3c\x51\xcc\xc6\x6d\x5c\x06\x36\xae\x21\x6a\xce\xe0\xd3\xa1\x1b\xfa\x21\x4e\x6a\x80\x9a\xbb\xf1\x3e\x23\xc8\xdb\x88\xd0\x21\x79\x3b\xb1\xad\x86\xa8\x39\x5d\x36\x43\x03\xd1\xb1\x0b\x88\xee\x82\x19\x64\x88\x9a\x6f\xa2\xfb\x87\xe4\xed\x14\x45\x55\x11\x30\xc8\xc8\x1a\x88\x90\x39\x43\xf2\xb6\xee\xc5\x21\x79\xfb\x76\x6b\x64\xe5\x15\x0a\xe1\xd0\x0d\xfd\x15\xdf\x55\x3e\xff\x2e\x63\xff\xae\xd8\x1f\x7a\xa8\xdf\x65\xb5\x6e\x6d\xc0\xf8\xc8\xe1\xd6\xb1\xc1\x88\xb2\xba\xfd\x31\x4b\xfd\x60\x45\x1f\x02\xea\x06\x28\x1e\x59\x37\xe5\xb4\x77\xc7\x65\xc3\x20\xeb\xa1\xde\x28\x00\xc3\x50\xe8\xe6\xb2\x29\x1a\x88\xdc\x9e\x86\x42\xcf\xec\x53\xb7\xb6\xb3\x59\x04\x5c\x2f\xeb\xa4\xc8\x40\xc0\xda\x30\x82\xd7\x5d\xfd\x90\x8c\x8b\x61\x51\x32\x95\xdb\xb3\x04\x79\x8c\x0e\x02\xa8\x67\x71\x51\x15\xb3\x94\x14\x5b\xf5\xb9\x3d\xe9\x7e\xd1\x6d\xa7\x74\x12\x50\x77\x5b\x55\x23\x44\x85\xaa\x74\x43\x3f\xc8\xf9\x01\xa0\x6e\x2f\xea\xdf\xa8\x66\xa1\x51\xfe\xc8\xeb\xee\x76\x41\x5e\xf7\x52\x58\x55\xa3\x0b\x95\x21\x46\x43\x1b\x65\x33\x00\xd4\x3d\xb9\x30\x04\xd4\x29\x3e\xc4\xfc\x5e\x98\xf8\x86\x6e\xe8\x9b\x63\x6e\x54\x0d\x62\x8a\x23\x00\x75\x37\x7f\xda\xa8\x11\x5d\x48\x7f\xab\x5b\x5b\x91\xd2\x22\xba\x90\x0f\xb5\x88\x2e\xa4\x47\x00\xea\x3e\xc0\x5c\xc3\x68\xe8\x1b\xda\xf0\x10\x50\xcb\x6e\x1d\xf2\xba\x5f\x77\x4d\xf3\xa8\xc2\xf8\x30\x04\xd4\x37\x28\x72\xe8\x86\x4e\xc0\xb7\xd1\x42\x15\xf1\x5d\xb6\xf6\xc4\x47\x3f\x00\xd4\xf3\x46\x19\x1e\x4d\x54\x45\x2a\x83\xd1\x8c\x96\xcd\x36\x83\xfe\x4e\xa7\xac\x69\xdb\xc7\x10\x37\x40\xcd\xfd\x85\x5f\x34\xba\xb6\x6e\x54\x91\x21\x6a\xbe\x94\xc6\xa0\xe6\x21\x6f\x76\x74\xb7\xb6\xc7\x5c\x0f\xd1\x4d\x17\xba\xbe\x8c\xe4\x8f\x11\xdd\x7b\x58\x15\x47\xd5\xa7\xec\xd2\x0d\xbd\x3d\x5f\x44\xcd\x97\x3d\xd2\x0d\x3d\xb1\x17\x0d\x51\xf3\xba\x6c\xa4\xa8\xb9\x58\xd4\xc0\x5b\x6d\x06\xfb\xb7\x62\x97\x1b\xa2\xe6\x82\xd3\x64\x80\x9a\x9b\x21\xf9\x43\x37\xf4\xac\xfe\x38\x2b\x46\xd8\x56\xa2\xe6\x0c\x19\x60\x0c\xdd\x94\x44\x31\x0c\xa3\xa1\x9b\xa7\xc0\x90\x46\x82\x92\x33\x24\x6f\x9b\x8a\x64\xe8\x86\x9e\x97\xef\xb2\x7f\xd3\xed\x77\xb5\x12\x38\x0b\x23\x0c\x44\x4c\xf7\xd0\x00\xe8\x81\x12\xe4\x6d\x77\x37\xa8\x79\x3e\xd8\xa8\x87\xa8\xf9\x21\xe4\x61\x18\x0d\xdd\xb0\xcc\x8c\x19\xd1\xee\x8c\xf3\x94\xf1\x88\x5e\x3a\x44\xcd\x1d\xcb\xc6\x98\x81\x22\xfd\x31\x47\xb3\x34\x83\x01\x6a\xee\x37\x78\x6d\x4c\xe3\x8c\x30\x1a\x0c\x50\xf3\x9c\xdd\x1f\xeb\x8b\xcc\x36\x32\x54\xaf\xfd\x2b\xb1\x2f\xa0\x36\xac\x6f\xcc\x88\x1e\x65\x90\x01\xd4\xd3\xdc\x05\x43\x0f\xb5\x01\x74\xe3\xf1\xd4\x1e\xec\x56\x01\x75\xb6\x77\xf2\xba\x1f\xf8\x8d\xc3\x40\x69\xb3\xfd\x8c\xc7\xad\x6d\xdf\xff\xe0\x75\xfb\x63\x44\xd9\x84\xa8\x3f\xf4\x50\x0f\xb0\xc0\x78\x74\xcb\x66\x7f\x2c\xc0\x04\xd7\x0f\x01\xf5\xfd\xd8\x0c\x45\x19\xbe\xd4\x61\xa0\xf4\x20\x92\x62\x00\xa8\x5b\x57\xd0\x3d\x86\x6c\x28\x8e\x00\xd4\xbd\xab\x2b\xbe\xba\xed\xec\x82\xbc\xee\xcf\x25\x27\xaf\xdb\x18\xf3\x01\xa0\x1e\x53\x51\x66\x34\xb4\x10\x72\x08\xa8\x85\x9f\xc3\x68\xe8\xaa\x1e\x12\x09\xc4\x1c\x1c\x13\x88\x49\x20\x1f\x6f\x18\x10\x98\x85\x00\xd4\xcb\x46\x9a\x95\x25\xde\x45\x94\x69\x4c\x1b\xba\xa1\x17\xae\xc6\x21\xa0\xfe\x70\xe5\x0c\x79\xdd\x2f\x5e\xf8\xa1\x1b\xda\x3c\x57\x43\x37\xb4\x91\x41\x63\x99\xe8\xc0\x5d\xa3\x1b\xda\x24\x51\xc3\x04\x62\x53\xa1\xa1\x1b\x3a\x54\xe5\x15\xe4\x5e\x66\x70\x69\x20\x5a\xbe\xab\x41\x0c\xe6\xe4\xd0\x0d\x7d\x94\xd5\x4b\x37\xa5\x87\xbe\x80\xba\x45\x9b\x75\x43\xab\x67\x2e\x79\xce\xd1\x66\x50\xa4\x99\xf7\x86\xbc\xee\xcf\x73\x4d\x37\xf4\x52\xcd\x96\xd7\x7d\x2b\xac\x3e\x13\x1d\x28\x15\x83\xd7\xdd\x7c\x6a\xe0\xbf\x3a\x9b\xa8\x59\xe2\xfa\x10\x35\x4b\x06\x18\xf2\xba\xe5\x35\x8d\xcf\x90\x49\x3c\x80\xc3\x04\x62\x21\x8e\xe4\x75\x2f\x75\x0f\x79\xdd\xda\x03\x87\xa8\x79\x7b\xcc\x7d\xfa\x6e\xc4\x02\xf2\xba\xdf\xe6\x77\xe9\x6f\xf3\x40\x31\x1a\x7a\x60\xd3\x1b\xa0\xe6\xd9\xdd\xfb\xba\xa1\x87\xbb\x5b\xd4\x5c\xf1\x4b\x0e\xc9\xdb\xb5\x5a\x34\x1a\x5a\x21\xb9\x0d\xa9\x73\x3d\x1b\x0d\xdd\x3d\x05\x74\x43\x3f\xea\xc6\x91\x40\x0c\xe4\x3b\x44\xcd\x49\xfd\xc1\x68\x68\x2d\xf0\x63\x1b\x32\x39\x6d\xb3\x64\x57\x3c\x1d\x03\xd4\xdc\x1f\xc7\x79\xab\x6a\xaa\x01\x1e\x0d\x44\x4a\xa4\x63\x7f\xdd\xce\xc7\xf5\xac\xd6\xaa\x1b\xfa\x72\x6d\x98\x25\x6c\x57\x7f\xec\x51\x85\x65\x63\x44\x96\x30\xd5\x27\xdd\xd0\x26\xe0\x1a\xa2\xe6\xaa\xc6\x2b\x6a\x4e\x58\x47\x87\xa8\xf9\xf6\xc8\x38\x1a\x00\xb1\x8d\x0f\xa3\xa1\x97\xba\xc7\x31\xcb\x10\xb6\xc4\x01\x6a\x9e\x3d\x3a\x28\xca\xf8\x65\x4e\x9e\x79\x85\x5b\xf6\xa7\xc1\xf3\x92\x5c\x84\xa5\x62\x5e\x92\xc7\x18\x8a\x09\xa0\x9e\x4f\xf7\xc7\x2e\x75\xd6\xe7\xd4\x43\xbd\xe0\x75\x4f\x3d\xd4\x65\x58\x34\x70\x78\xfb\xae\x4b\x1d\x35\x7b\xea\xa1\x5e\x8f\x45\xb5\xd0\x6a\xcd\x06\xfe\x73\xe4\xcd\xcb\x1c\x17\xcd\x1f\x87\x47\x7e\x50\x44\x94\x25\x44\xf7\xd4\x0d\x6d\xa4\xed\x04\x50\x8f\x0d\x1f\x63\x26\xdd\x58\x38\x2f\x66\x12\x70\x81\xdd\x66\x8a\xdc\x80\x74\x3f\x09\x30\x99\xbe\x69\x02\x31\x43\x11\x67\x12\x65\x34\x9f\x32\xf5\xea\x99\x53\x5e\xf7\xc6\xd6\x34\xe5\x75\x3f\xc9\xef\xaa\x95\x21\x06\xa7\x80\xba\x67\xab\xd2\x97\x61\x8f\x00\xd4\x7d\x83\xb9\xa6\x80\xba\x0c\x1b\x29\x83\x08\x57\xd4\xbc\x4d\x98\x86\x25\x6a\x1a\x0d\x9d\xd9\x35\xf3\x56\x0b\x85\x6f\x3c\xef\x60\x4c\x51\xd5\x1d\x6e\x59\xdf\x35\x24\x07\x81\x33\x4d\x20\xf6\xb2\x3d\x27\x80\xba\x6f\xc7\xf9\x0e\xb2\x2b\x6d\x96\xd7\x9d\x01\x86\xf3\x96\xc7\xfe\xf8\x54\x40\x3d\x6d\xb3\xb6\xfd\x64\xd1\xa3\xea\x58\x34\xe4\xca\x55\x77\x1b\x62\xc6\xf1\x3a\x73\x18\x88\x78\x9a\x75\xdb\xa1\x3b\x4d\x13\x88\x3d\x98\xfa\xa7\x6e\xe8\xea\x12\x15\x50\x17\xc4\xc2\x34\x1a\x5a\xd0\x31\xb3\xeb\xf9\xf1\x5d\x6d\xbf\x97\xef\x6a\x00\x74\x79\x9b\x40\xcc\x28\xb9\x29\xaf\x3b\x6d\xdf\x95\x31\x85\x6e\x3c\x45\xcd\xf7\x65\x9b\x23\xc4\xcc\xa2\x71\x28\x9f\x3f\x3e\x0e\x2c\x0b\x58\xd4\x3c\xb0\x44\x4d\xdd\xd0\x1d\x7a\xe7\xd4\x0d\x2d\x9d\x75\x16\x03\xff\x6d\x55\xd1\xb6\x8f\x1d\x63\x96\x88\x1e\xf5\x5d\x8e\xaa\x7b\xfa\xe3\xf0\xdd\xb0\xea\x74\x43\x5f\x9c\x2f\x53\xd4\x6c\xd2\xf5\xa9\x1b\xfa\x3e\xbe\xab\xe8\x86\x29\x31\x41\xcd\x53\xf2\xd5\xd4\x0d\xdd\xa3\x55\x26\x78\xfc\x6c\x86\xa8\xd9\xa1\x0b\x37\x34\xf8\x65\x56\x51\xe4\x67\x91\xf9\x95\xab\x33\x45\xcd\xf2\x37\xa6\xa8\x79\x40\x82\x9a\xa2\xe6\xe2\x7a\xae\x8a\xee\xf8\x90\xa8\x0a\x45\x7a\x46\x34\x34\xda\xc5\x8c\x1c\x62\xd9\xa2\xb4\x0a\x07\x47\xd4\xfc\xa2\x4d\xcd\x6a\x02\x40\x57\x8e\x6e\xe8\xaa\x28\x90\xbc\xdd\xb1\x9c\x4f\x51\xf3\x85\x56\x33\x9b\x34\x03\x4e\x90\xd9\x82\xcc\xcc\x74\x8b\x9a\x1f\x94\xff\x29\x6a\xbe\xea\xaf\xc2\xb5\x26\x80\xba\x1a\x47\x3c\x9b\xd1\x67\xee\x47\x03\xa5\x35\x98\x4c\x01\xb5\xb9\x0b\xa6\x81\xd2\x77\xb3\xa8\x47\x7e\xf9\xae\x0c\x04\x3b\xdb\x3c\xc5\xb6\x0d\x8e\x53\xdb\xa7\xba\x75\xa0\xe2\xcf\x16\x28\xc3\xaa\x58\xea\x1b\x7b\xd1\xec\xa6\xdb\x72\x15\xc9\xeb\x9e\xf8\x61\xa7\x80\xba\x7b\x82\xe8\x86\x56\x0d\x9b\xba\xa1\xe3\x8c\x00\x50\x0f\x49\x23\x53\x37\xb4\x2e\x86\x09\xa0\xee\xaf\xcd\x00\x50\x97\xc3\x99\x3e\x05\xd4\x07\x45\x7a\x0a\xa8\xe5\x39\x4f\xd3\x8b\xbd\x9e\x6b\xe1\x86\xc6\x70\x3a\xe5\x75\xbf\x1e\x0a\xdd\x90\x2b\x4c\x6d\xb3\x6b\x30\x41\xb1\x9c\x00\xea\xde\x21\x61\xce\xe1\xd6\xce\x3e\x95\xb7\xef\x16\x33\xbd\x58\x82\x72\x30\x87\x5a\x8a\x82\x4e\x5e\xb7\x2e\x86\xa9\x1b\x7a\xbd\x3e\xa5\xbf\xcf\xe3\xbb\x68\xdd\x3a\xc7\xe7\x08\x1e\x3b\x3d\x02\x50\xcf\x17\x1b\xfb\x94\xd7\x7d\x29\x42\x01\xd4\x73\xa2\x49\x4e\xa3\xa1\xd3\x6d\x23\x4d\x97\x87\x26\x39\xe5\x75\x77\x1c\x01\x53\x5e\xb7\x29\xf4\xe7\x8c\xb4\xbd\x16\x99\xdf\x06\x82\x9e\xc1\xeb\x46\x81\x9f\xc1\xeb\xc6\xbf\x3f\x4d\x2f\x26\x04\x9b\x53\x03\x82\xc7\x9c\xd1\xd0\xdd\x66\xe8\x86\xf6\x76\x89\x09\xa0\xae\x15\x8f\xd2\x04\x50\x8f\xee\x0c\xea\x86\x4e\xe0\xa6\x69\x7a\xb1\xf3\x58\x95\x5b\xbb\xd9\x66\x0d\x62\xaf\xef\x2a\xca\xb0\xf9\xcc\x27\x12\x3b\xf0\x63\x50\xf3\x28\x1e\xa0\xba\xa1\x1f\xac\x58\xf3\x89\x74\x88\x4c\x99\xa8\x39\x36\x8e\xa8\xf9\xc5\xd5\x38\x9f\xe8\x2f\xdf\xd5\x0d\x9d\xc0\xb6\x13\xd4\xdc\xa4\xcf\xcd\xc7\x9c\x5a\xd9\xa7\xda\xba\x8f\xcd\xa0\xbf\x13\x36\xce\x14\x35\x9b\x84\x7c\x3e\x61\x00\xb4\x19\xa2\x2a\xd7\x73\x44\x43\xab\x3e\x89\x9a\x35\x89\x4c\x51\xf3\xc4\x93\x35\x45\xcd\x37\xca\xf0\x34\xbd\x98\xa0\x72\x82\x9a\xe7\x45\x9c\xc2\x14\x35\x77\xc8\x1e\xf3\xd5\xd6\xed\x58\xbd\xa1\x7a\xf9\x63\x44\xb7\x81\x36\x33\xd2\x6e\x83\xd7\xa6\xd1\xd0\xde\x4d\x30\x41\xcd\xc5\xf4\x8f\x53\xf2\xf6\x8c\x2e\x60\x20\x4a\xf1\x21\xfb\xab\xf2\x2c\x79\xfb\x83\x46\x32\x97\x64\x66\xc7\x2a\x72\x88\xb9\xf7\x23\x87\x98\xfb\xd7\x1c\x62\xb5\xf9\x2e\xf2\xaa\x62\x1c\x9e\xa2\xe6\xe1\x68\x98\x76\x5b\x56\xdb\x8c\xb4\xdb\xf7\xaf\x08\x9c\xd3\xf4\x62\x7d\xda\x24\xb4\x14\x73\x30\x4e\x79\xdd\x17\x16\xbc\xb9\x04\x98\xdd\xa2\x69\x5d\xb7\x6d\xd0\x43\xad\xaa\x6c\xa0\xf4\x74\xcc\x83\xd7\xad\xe2\x21\xa0\x0e\xb5\x53\x0f\xf5\x78\x2c\x3a\xf5\x40\xf5\x69\x7a\x31\xd3\x92\x4c\x79\xdd\xaf\x1f\x12\x50\xdf\xc7\x77\x35\x10\x11\x69\x3b\xe5\x75\xeb\x19\x9f\xf2\xba\x8b\xeb\x53\x40\x1d\xba\x93\xbc\xee\xa4\x52\xaa\x1b\x7a\x61\xe5\x98\x02\xea\x99\x7d\xca\x51\x65\x80\xf6\x14\x50\x67\x0f\x50\x03\xa5\x4d\x6e\x39\xb7\x5a\x8a\xeb\x73\x47\x4e\x1e\x26\x37\xa2\xa1\xad\xca\xf4\x62\x72\x1b\xa6\x19\xb9\x87\x27\x88\x80\x3a\x63\x10\x9b\x5b\x94\x71\xfb\x6e\x57\xfc\x32\x1a\xdb\xa3\xca\x19\x34\x1a\xfa\x60\x6b\x9a\x5b\x5f\x86\xc0\x41\x40\xfd\x2c\x7f\x4c\x7f\x97\x6b\x43\x40\xbd\x3c\x14\x82\xd7\xfd\xda\x8c\xe0\x39\xf3\xae\x80\xba\x28\x51\x75\x43\x17\x95\x61\x01\xf5\x89\xa2\xbc\x7d\x87\x4e\x37\x74\xc6\xba\x32\xe5\x75\x1f\x8c\x00\xd3\xf4\x62\x55\xd9\x65\xda\xed\xad\xac\x16\x50\x5f\x44\x7c\xcc\x23\xe3\x42\xed\x22\xd2\x6e\xc3\xe4\x99\xa6\x17\xab\xea\xb7\xba\xa1\x93\xfa\xc3\x31\x84\x50\x9d\x4d\x5e\xf7\xa5\xbe\x67\x34\xb4\x99\x2b\x1e\x51\xf3\x26\xbf\xcd\x23\x6a\x16\xbd\x3e\xa2\xe6\x44\x23\x1f\xdd\xd0\xa6\x28\x7f\x2e\xb5\xee\xd7\xa2\xd1\xb2\x98\x62\x9e\xcb\x9c\x3c\xb8\x1a\x1f\x50\xf3\x38\xcc\xfe\x03\x6a\x9e\xfa\x32\x1e\x51\xb3\xc9\xdb\x9f\x4b\x03\x60\x34\x03\xd1\xbd\x90\xb7\xcf\x15\x39\x6a\x6c\x95\x19\xe6\x39\xc8\x1e\x51\xf3\xf5\x59\xd4\xb6\x8f\x22\xfd\xe8\x86\xf6\xbe\x8c\x47\xf2\xb6\x41\x2b\x4f\x8a\x1c\x35\x1f\x45\xd3\xc7\x71\x08\x3e\x29\x54\x11\x8b\x66\x98\xc7\x0c\xfb\x24\xe7\x17\x65\xf2\x91\xbc\xbd\x3f\x7f\xac\xc1\x84\x38\x85\x47\xd4\x7c\x27\x5b\x15\x99\x4e\xad\x4a\x94\xc1\x51\xf5\x88\x9a\xef\xc7\x9a\x39\xaa\x54\x08\x9f\x24\x63\x2a\xfb\xd4\xa3\xd9\xfe\x9a\x76\x7b\x1c\x8b\x1a\x88\xf0\xaf\x3d\xb7\x06\x22\xa0\xc1\x73\x1b\x1d\x8c\x08\x7a\x24\x6f\x2f\x16\xf0\x03\x6a\x6e\xa6\xfd\x7f\x8c\x86\x4e\x9f\x45\x33\xea\xa3\x4d\x3d\xa2\xe6\x42\x0c\xdd\x73\x6b\xd0\x76\xd8\xef\xc8\xdc\x4b\x7f\x6f\x33\xf7\x9e\x5f\x89\xfd\x07\x40\x3d\xdb\xb1\xfd\xf2\xd8\x87\xed\x37\xa9\xaf\x8b\x19\x40\x5d\x0e\x7a\xe6\x93\x0d\x1c\xc6\xd0\xf4\x04\xaf\x1b\x99\xf9\x98\x5e\xec\x42\x57\x7c\x0c\x94\x6e\x51\x34\x93\x1e\x2e\xb0\xc7\x40\x69\xf3\xde\x3f\x39\x00\x97\x45\x01\x26\xea\xfd\x23\xa0\x36\xa6\xec\x91\xd7\x2d\x8b\xe0\x31\xbd\xd8\x7c\xfd\xb1\x39\x2e\xb0\xcf\x3f\x39\xb4\x50\xb6\x49\x64\xe4\xae\xbe\x2b\xa0\x46\x2c\x3c\xba\xa1\x9b\x3b\xae\x68\x40\x70\x46\x4c\x2f\xd6\xc1\x8c\x8f\x80\x3a\x71\x4c\x3f\x7f\xf0\xba\xa9\xd9\x8c\xdc\x0a\x8d\x47\x37\x74\x89\xa7\xe1\x96\xa5\x47\x45\xad\x1b\x25\xfc\xd1\x0d\xad\xe3\xe3\x29\xe6\x6c\x71\x8e\x02\x50\x23\xba\x1f\xdd\xd0\x0d\xeb\xca\x53\xbc\x41\xa0\x5b\x33\x5a\xe8\x73\xf9\xae\x06\xa2\xcb\x77\xb5\xed\xa3\x1b\x3f\x02\x6a\xc3\x18\x1f\x79\xdd\x5a\xd1\x1f\xa3\xa1\x6f\xc0\xe9\x23\xaf\x5b\xa6\xd9\x53\x8d\x53\xc0\xf4\xf4\x08\xa8\x37\x81\x6f\x8f\x6e\xe8\x8b\x63\xee\x11\x50\xe7\xd7\xef\x4a\x86\x44\xf9\x7f\x8c\x86\x6e\xc5\x66\x70\x34\x2f\x65\x66\x95\x21\x36\x7d\x57\x86\x18\xcc\x96\xc7\x68\xe8\x9e\x6d\x95\x21\x66\xdb\xaa\x34\x00\x42\x93\x78\x00\xd4\x53\xce\xff\x03\xa0\x6e\x5e\x00\xf7\x08\xa8\xa7\xc3\x2e\xaf\x5b\xfa\xee\x63\x34\x74\x03\x92\x3c\xa2\x66\x23\x2f\x1e\xa3\xa1\x9f\xee\xbb\x92\x3f\x93\xef\x32\xbf\xaa\xf7\x4f\xf3\x68\x56\x3a\x89\x9a\x4d\xd9\xfd\x88\x9a\x57\xb3\xa8\xed\x17\x4b\xd4\xd3\xd4\xba\xa3\x66\xc9\xae\xd5\xa7\x26\xe5\x46\x39\x7c\x7a\xe4\xd4\x62\x42\x41\xcd\xdd\xa4\x10\x8f\xd1\xd0\xb1\xe9\x4c\x2f\x66\xe4\xf8\xa3\x1b\x7a\xb9\x43\x4d\x2f\x96\x93\x55\x19\x32\x89\x32\xfc\x84\x1b\x3a\x7e\xec\xfc\x2a\x0a\xba\x89\x59\x70\xe9\x3e\xa6\x17\xcb\x58\x18\x9e\xae\xaf\xca\xfe\x1a\x0d\x7d\x3f\xfe\x58\xdf\x0d\xf6\xde\xa7\x47\x3a\x44\x3f\x64\xb4\x3b\x46\x9e\xc7\x68\xe8\xe5\x8a\x1d\x11\xed\x6e\x91\xf5\xfc\x12\x66\xfe\xe8\x86\x0e\x79\x0b\x6a\x1e\x3d\x9e\x9a\x73\x09\xb3\xc0\x13\x49\xb9\xb1\xf9\x3c\x46\x43\xd7\x9b\x19\x1c\xc6\x19\x79\xbc\x4a\xde\x7e\xec\x42\x24\xe5\x46\x6b\x7d\x74\x43\x9b\x4b\xf9\x31\x29\xf7\xe7\xc0\xea\x86\x7e\x14\x05\x23\x6e\x00\x61\xb5\x47\x34\xf4\xf8\x95\x6d\xff\x31\x5f\xf7\xf6\x60\x9a\x4e\xfd\xb4\x28\xe3\x02\xe0\xf3\x98\xaf\xbb\x79\x2e\x9b\xaf\xfb\x01\x07\x3d\x00\xea\xf9\xc4\x53\x79\xfb\x36\x78\xc6\x52\x67\xa0\xa6\x28\xc3\x23\x6f\xc6\xd4\x33\xd7\x00\xea\x69\x82\x97\xc7\xf4\x62\xb9\x5a\x14\x50\x7b\x88\x4f\x2f\x43\x51\xec\x1b\x28\x2d\x7e\x79\xe4\x75\x9b\x0d\xe6\x11\x50\x37\x50\xf0\xf3\xc8\xfb\xc5\xf6\xfb\x00\xa8\x47\x05\x1a\x3c\x7f\xe4\xeb\xa6\x83\x02\x6a\xbd\x78\x0f\x80\xba\x1d\xac\xe8\x8f\xe9\xc5\x16\x5a\xf7\xa3\x1b\xfa\x8e\xef\x62\x30\xc9\xf1\x63\xa3\x47\x8f\x4f\xe5\xed\xc7\x77\x0d\xfc\xff\xac\x4a\x32\xa4\xba\x93\x80\xfa\x8f\xaa\x44\x19\xaa\x70\x8f\x0c\x13\x88\x01\x8f\xf9\xba\x5f\x75\x09\xf3\x75\xf7\x28\x02\x30\xcd\xf7\xf2\xbc\x21\xba\xd9\xda\x6f\xb8\x29\x69\xa4\x49\xb9\xbd\x0a\xf0\x91\xd7\x2d\x60\x79\x74\x43\x2f\xe5\xed\x6b\x12\x63\x34\xe7\xe7\x75\x7e\x8b\x45\xb5\x94\xc7\x66\x18\x08\xaf\xfe\x20\xaf\x3b\x8e\x8c\x00\xd4\xdd\x46\xea\xc6\x72\xba\x75\x43\x27\xcf\x88\x15\x5b\x9b\x09\x5d\x61\xeb\xe6\xc7\x4b\x83\x89\x5d\x08\x40\xed\x39\x6e\x52\xee\x57\xcd\x59\x40\x7d\x70\xae\x3d\xf2\xba\x1b\x76\xaa\x47\x40\xfd\x82\x9b\x1e\x51\xf3\x7c\xfd\x90\xbe\x1b\x7b\xa4\x1b\xba\x62\x5a\x7c\x96\x99\x4e\x55\x1d\x97\x0c\x13\xec\x54\x8f\x6e\xe8\x72\x59\x94\x1c\xa8\x86\xa0\x1b\xfa\xc1\xa3\xf4\x98\x5e\xac\xe1\x1e\x7d\x8c\x86\xae\x18\x6a\x1e\x51\x73\x48\xe3\x4f\x94\xe1\xb6\xfa\xc2\xc0\xeb\xbb\xba\xa1\x3d\x14\x40\xcd\x33\xd9\x05\xdd\xd0\xdd\xf3\x45\xd4\xbc\x14\x38\x92\xb7\x8f\x3d\x32\x29\xf7\x4a\x3e\x75\x3d\xe3\xee\x7f\x44\xcd\x0b\xf3\xf5\x63\x34\xf4\xc4\x79\xf1\x7c\xc1\x98\xf2\xc7\x1e\x55\x2a\x93\xa0\xe6\xd1\xad\xd9\x68\xe8\xd7\x05\x2c\x6a\xde\x9e\xe3\xba\xa1\x87\x20\x4b\xd4\xdc\x61\x10\x3d\x3b\x32\xbb\xf2\x21\x51\x73\x9a\x16\x35\x98\x40\x28\x7a\xb6\x06\xa2\xa8\xca\xf9\x75\xb3\x8b\x9a\x8f\x7b\x70\x7b\x6f\x97\x82\x42\xf2\xb6\x61\xad\x4f\xb8\xa1\x5d\x66\xba\xa1\x43\x8b\xdb\xde\x2f\xe0\xba\x12\x35\xcb\xe4\x79\xcc\x21\xb6\xa1\xed\x3d\x46\x43\x6f\xd7\xc6\x91\xf1\xf8\x7b\xf1\xef\x8b\x7d\x01\x75\xc5\xfa\xf7\x9c\xe0\x39\xd3\x59\xd3\x8b\xad\x78\x1a\x99\x03\x69\xb0\xf9\xba\x5b\x14\x01\x20\x55\xad\xec\x18\x92\xf3\x58\x8c\xa5\x6e\xcd\x6c\x6d\x33\x1b\x3c\xde\x63\xd5\xa7\x3f\x36\x04\xc9\xe3\x52\x5e\xb7\x7e\x81\xf7\xf2\x4a\xbe\xcb\xa2\x06\x84\x6e\x51\x5e\x37\x81\x24\xaf\x90\x59\xf3\xe6\x0b\x64\x6e\xcf\x6d\xd1\x2c\x16\xd3\x1f\x9b\xb6\x97\xed\xf9\x0a\x99\x0b\x86\xe2\xf7\xd2\x9a\x8d\x2d\xe2\x0d\x47\xf3\xeb\x53\x7a\xd4\x91\xc6\xaf\x90\x59\xc9\xf6\x0a\x99\xb5\x62\xbd\x66\xe4\x96\xe5\xfe\xa6\x10\x56\xfc\xd8\x9b\xaa\xcc\xe1\xfc\x26\xe3\x61\x01\x89\x6f\x12\x37\x41\xec\x79\x65\x6e\xaf\xcb\x77\x35\x79\xb1\x97\xdf\xb8\xa9\xea\xb3\xaa\xb8\x31\xa1\x53\xa4\xbf\xde\x93\xf8\x1a\xef\xbc\x51\x4b\xde\x60\x6e\xb3\xa7\xde\xa4\xb7\x82\xa0\xce\x57\xc8\x3c\x50\xb3\x5f\x13\x88\xb5\xc7\x46\xd2\xdf\x8d\x32\xfc\x9a\x40\xcc\xf8\xee\x57\x47\x73\xf2\xa9\x8e\xe6\x0e\x75\xe7\xbd\x4d\x55\xc1\xd1\xfc\xea\x68\xee\x98\x08\x5e\xd3\x6e\xeb\x3a\x7f\x65\x6e\x3f\xc5\xa7\x7a\xa3\x8e\x1f\x52\xd9\xc0\x0e\xf9\x06\x64\xc6\xac\xfa\x02\x99\x67\x79\x2c\x32\xbf\xc6\xc2\xbc\x3a\x9a\x1f\x24\xcc\x6b\xda\xed\xfd\xfa\x54\x93\x57\xf2\xbb\xd2\x77\x8b\x4f\xd5\xbb\x38\xaa\x5e\x70\xf1\xb8\x20\x61\xbe\xe2\xe2\xc9\x21\xf8\x1a\xef\x9c\x51\x1d\x5f\x99\xdb\x35\x5b\x14\x47\xc0\xe4\x79\x75\x34\x1b\x39\xfe\xca\xdc\x96\x0c\xf9\x9a\x40\x2c\xb9\xda\x23\xde\x19\xac\xf7\x66\x6f\x88\x80\xc6\xff\x8a\x8b\xbf\xcf\x46\xea\x7d\x43\x58\xbd\x7f\xe0\x62\xab\x02\x27\x26\xce\xe2\x57\x5c\xfc\x6c\xab\x42\x58\x99\xfc\xe7\x35\xde\x79\xba\x18\x4a\x98\x44\x18\x1c\x71\xb1\xc1\xe0\xaf\x8e\xe6\x85\x81\xe8\x2d\x91\x51\x9f\x36\x87\xa3\xd9\x95\x53\xa4\xef\xe2\x0e\x7e\x8b\xde\xc6\xec\x53\x53\xcd\x60\x85\x7e\x4d\xbb\x7d\x61\xd1\x7d\xc5\xc5\x26\xb3\x7a\x8d\x77\x96\xfc\xf0\x8a\x8b\xbd\x3d\xed\x15\x17\x6f\x00\xda\x6b\x96\xb0\xe1\x2c\xe8\x68\xf6\x6e\xa3\x57\x5c\x9c\xfd\xae\xf4\xec\x73\x7c\xaa\xb2\x81\x0d\xe1\x05\x17\xcf\x04\xa8\x7c\xc5\xc5\x3b\x59\x94\x18\x63\x8f\xaa\xf3\x5b\x2c\x9a\x9a\x83\x73\xed\x15\x17\xbf\x8a\x3e\x1d\xcd\xb5\xfd\x8a\xc0\xf9\x0a\x99\xbd\x11\xf5\x15\x32\xd7\x62\x3d\x42\x0c\xe7\xda\x7b\xac\xcc\x6c\xff\x7a\x8f\x95\x57\x17\xbd\x66\xe4\xf6\x2a\xc0\x57\x1f\x74\x02\xba\xbe\x2d\xe2\x25\x59\x45\x26\x10\xbb\x61\xc5\xbc\xfa\xa0\x57\xbc\xeb\xd6\xc6\xe8\xfa\x06\x64\x6e\x56\xd5\xdc\xad\xfe\x58\x0e\xc9\xeb\xd3\xb8\xd7\x89\x35\xd6\xb4\xee\x56\x8b\x72\x2a\x94\xf3\x42\x66\xb9\xe8\x6f\x0b\xa6\xba\x45\x43\xdd\x09\x2e\x78\x23\x14\x1a\xd6\xe5\xdb\x62\x6b\x53\x73\x8f\xfb\x52\x59\x63\xdd\xb4\xcc\x4a\x98\x6e\xfc\x20\xe7\xda\x1b\x8e\x66\x57\x7e\x17\x47\x6c\xdf\x35\x03\xf9\xf6\xc7\x72\x66\x8e\x3f\x0e\x51\xe6\x8f\x8d\x77\x46\x0b\x7d\x7b\x04\xdd\x30\x65\x42\xe6\x17\x93\xd7\x6b\xbc\xb3\x61\xb9\xaf\x8e\xe6\xa2\xf8\x05\x32\x57\xd3\x1b\xbe\xc1\xdc\x7e\x7c\xd7\x78\x67\x90\xfb\x2b\x73\xfb\xb3\x66\x21\xb3\x37\x6c\xbe\x32\xb7\x37\xd6\x86\x77\xc8\x31\x88\x22\xf3\x5b\xb0\x16\xbe\xc3\xf9\xf5\x40\x19\x2e\x75\x74\xf2\x57\x47\xb3\x77\xc4\xbf\x26\x10\x3b\x78\x85\x5e\x20\x73\x0b\x79\x6b\xbc\xb3\x81\x18\xaf\xf1\xce\x15\xbe\xcd\x2b\x64\x3e\xd5\x77\xd1\x33\x9b\x87\xaf\x90\x79\x78\x44\x0e\x4d\x7c\x60\xbd\x77\x1a\x54\xe5\xa1\x2f\x73\xfb\xbe\x2d\x2a\xba\x81\x51\xef\x34\x17\xa2\xab\xce\xb4\xdb\x9b\x3c\xff\xaf\xf1\xce\x95\x10\x80\x57\xe6\x76\x88\xc1\xe9\xd6\x56\x1a\x87\xa3\x79\x5a\xb3\x97\xa1\x0c\x9f\x4a\x57\xf6\xc4\x9c\x41\x77\xf4\x43\xe8\x99\xde\x1d\xfc\x8a\x8b\xbf\xcf\xef\x3a\xbf\xdb\xa2\xde\x28\x28\x8b\xaf\xb8\x58\xdb\xfe\x2b\x3d\xbb\x7b\x64\x88\x8b\x07\xe1\x21\xaf\x09\xc4\x3e\x07\xe7\xf1\xa8\x72\xa9\x44\x02\x31\xa5\xca\x13\xa2\xdb\xaa\x4c\x98\x66\x07\x8d\x77\xae\x38\x01\xdf\xc0\xc5\xea\x1e\xa6\xdd\x1e\xc0\x99\xf7\x51\xf5\x52\x22\x81\x8b\xfb\x15\x8d\xf4\xde\x3d\xf0\xda\xeb\xfd\xce\x47\x31\xe2\x3d\x56\xa6\x15\x7a\xc5\xc5\xc3\xfe\xc6\x3d\x56\x9e\x98\x91\x76\x1b\x38\xf3\x4a\xcf\x36\xcf\xc3\x6b\xda\x6d\x09\x54\x2f\xb8\x78\x6e\x65\xb5\x8e\xe6\xac\xa2\xf2\x7a\x49\x28\xc1\x50\xaf\x8e\x66\xaf\x10\x7d\x75\x34\x0f\x85\x8c\xf7\x3b\x77\x42\x96\x5e\x71\xf1\xdd\x2d\x86\xc9\xcb\xef\x2a\xaf\x7e\x69\xe4\x79\xdf\x70\x64\xb0\x1f\xf5\x41\xbf\xe0\x91\x57\x1f\x74\x05\x41\xbf\xcb\x7b\x8e\xdc\x53\x11\x0a\x8d\x43\xe1\x35\x23\x77\xe8\x7b\x11\x0a\x6d\x83\x23\x81\x98\x82\xdd\x7b\xac\x2e\x58\x79\x6f\xdc\x63\x05\xdc\x7e\x65\x6e\xbf\x98\x8f\x5e\xaf\x7e\x96\x23\xf4\xc6\x3d\x56\x8e\xaa\x8e\xe6\xbb\xf8\xd4\x2b\xf9\xa6\x45\xd3\xba\xba\xb5\x75\x34\x9f\xcb\x36\xb3\xb5\x0b\x86\xf1\x57\xc8\x3c\x61\xd6\xbd\x3a\x9a\x0b\xd6\xce\x57\xc8\xdc\xf1\x69\xbe\x42\x66\x29\x07\xef\xa7\x35\x9b\xd8\xc3\xf7\x33\xc1\x94\xba\x44\x64\xe4\x76\xa7\x7f\x6e\x6d\xe5\x4f\x30\xb7\xab\xcd\xd0\x7a\xef\xae\x11\x32\xdf\x2e\x66\x13\x88\x05\xd8\xf9\x22\x0b\x0d\x12\xe6\x53\x2b\x13\x19\x19\xef\x5c\xf0\xdd\xbc\x9f\x37\x08\x10\x2b\xfd\x1a\xef\xbc\x1c\x49\x21\xb3\x40\xfe\xdd\xe6\xba\xb4\x83\xa6\xdd\x1e\x8e\x86\xf1\xce\xa1\x66\x0b\x99\x47\xb6\x66\xb3\xd0\x14\x8b\x3a\x22\x61\x3d\xbd\x32\xb7\x17\x80\xfa\x8d\x04\x62\xd5\xaa\xf4\x56\x54\x9b\x61\xd0\x9c\xa7\xde\xd6\x24\xa2\x1c\xd8\xe1\x58\xb7\xa8\x49\x24\xba\xe0\x15\x75\x2a\xa5\xc7\x20\x23\x57\xac\x8e\xe6\x0e\xaf\xe9\x35\xde\xb9\xdb\x05\x21\x73\x87\x94\xf8\x9e\xb8\xb7\x8b\x05\x6c\xda\xed\x4f\x0c\x62\x02\x31\xf9\xd5\x6f\x24\x10\x53\xe7\x11\x17\x5f\x2a\xe1\xe2\xe2\xae\x82\x27\x2e\x36\xe0\xee\x8d\xfb\x9d\xc5\x11\xe2\x62\x93\xda\xbd\x26\x10\x93\xb1\xf0\x1e\x51\x46\x34\x52\xe2\x04\xf3\xbb\xae\xf0\xce\x34\x8a\xa2\x2a\x2c\x06\xeb\x72\x7e\xf1\x73\x2d\xef\x77\xd6\x98\xb6\x4c\xbb\xed\x1d\x25\x4b\x7a\xf6\x64\x97\x2d\x51\xf3\xdb\x2c\x22\xca\x64\x2e\x2d\x50\x73\xfd\xc0\xf2\xeb\x92\xa9\x0e\xd8\x59\xa2\x66\x53\x30\x2d\x51\x73\xfd\xac\x4a\xe2\x04\x50\x68\x5d\x9a\x80\x90\x0c\xcb\xfb\x9d\x9f\x69\x51\xef\x0c\x5c\xbb\x65\xda\xed\x85\x9d\x79\xa5\xe0\xcc\xd0\x8c\xa0\x67\x63\xb2\x5e\x29\xb2\xee\xd0\xfd\xc8\x12\x56\x7d\xea\x7a\xc6\xd4\xb6\xa4\x67\x7b\x6b\xdb\x4a\x91\xdb\x93\x71\x36\xde\xd9\x54\xd2\x4b\x47\xf3\x61\x52\x56\x64\x09\x43\x27\x5f\xa2\xe6\xb5\x7d\x6a\x64\x0d\xa2\x7b\x45\xda\x6d\xbc\x60\x4b\x7a\xb6\x89\x02\x96\x8e\xe6\x0f\xcb\xea\x8a\xfb\x9d\xf1\x92\x2c\x51\xf3\xdd\x7e\x75\xcd\xca\x32\x14\xda\xe8\x80\x75\xc7\x6d\xaa\xd6\xa3\xe8\x46\x95\x5a\x66\xe4\x3e\xc8\xae\xe5\x3d\x56\x6f\xf7\x5d\x1d\xaf\xc0\xb1\x75\x47\xd0\x0d\x2b\xe1\x0e\xeb\xbd\x3f\xd6\x7a\xcf\x8e\x5b\x77\xc4\xc3\x5a\xb3\x09\xe2\x5e\xbf\xeb\x29\x56\xec\xac\xa2\x9b\x50\x91\x15\x57\x3f\xe3\xfa\x5f\xc1\xdc\x26\xd6\x60\xe5\x48\x98\xc6\x87\x04\xd4\x83\x0d\xb8\x64\x6e\x9b\x61\x7e\x65\xad\xbb\x40\xe6\x65\x28\xb4\x17\x7c\x2c\x01\xb5\x17\x7c\x2c\x99\xdb\xe6\x33\x5c\x39\x72\x99\xfa\x21\x13\x2e\x0d\x6b\xe6\xa8\x1a\xd3\xaa\xd4\xba\x01\xf2\x2b\xe2\x9d\xb3\x35\x7b\x5b\x2e\x34\xe0\xe5\x3d\x56\x8f\x3b\xce\x7b\xac\xcc\xed\xb9\x4a\xa4\xb1\xe5\xc7\x3a\x9a\x2f\x4c\x85\xcb\x78\x67\xef\x96\x5d\x45\x83\x09\x04\xdd\x55\x22\x08\xc5\x1f\x47\xfc\x20\x6b\xdb\x78\xe7\x6f\xfb\x63\xad\xbb\xd3\xa7\xde\x1e\x8b\x91\x79\xc5\xd5\xcf\x9f\x4f\x23\xe3\x3a\x53\x56\xa4\xc3\x61\xcf\x5c\xa6\xdd\x7e\x86\x4f\x9d\xdf\xcb\x0f\x85\xb7\xc2\x56\xe9\x98\x73\x8b\x09\xa8\x2f\x77\xab\xcc\xed\x07\xca\xd0\x92\xb9\x5d\x30\x5f\xaf\xea\x95\x7c\x80\xf1\x55\xed\x2f\x62\x7f\x99\x76\xdb\xab\xd6\x96\x8e\xe6\xe2\x52\x31\x81\xd8\xbd\x2d\x32\xbf\xda\xf4\x56\xd5\x00\xa8\x08\xf5\xf6\xe7\x09\xe4\x5c\xde\xfe\x6c\xbe\x97\x25\x6a\xd6\x0d\xbd\xc2\xd1\x5c\x7d\xd7\xac\x2c\x98\x08\x56\x0d\xc7\x2b\x4f\x45\xcd\x17\xba\xd6\x12\x35\x67\x4c\x04\x4b\xd4\xbc\xb1\x2a\x2f\x51\x73\x59\xfe\xd8\xa3\x0a\xf4\xba\x44\xcd\x52\x34\x97\xf4\xec\xcb\xcd\x0e\x6a\x9e\x86\x4e\x2f\x51\xb3\xfa\xed\x8a\xdb\x9f\x39\x5e\x97\xb7\x3f\x9b\x92\x68\x79\x8f\xd5\x13\xef\x46\xee\x56\x7a\xd4\x0c\x22\xc3\xca\xb1\xa4\x67\x5f\x6e\x76\x13\x88\x79\x99\xe3\x8a\x2c\x61\xd8\x31\x96\xf4\xec\x86\x12\xbe\x40\xcd\x53\xfe\xfc\x12\x35\x2f\xbb\x10\xf4\xec\xe1\x53\x39\x6f\x6e\x2b\x51\xb3\xc0\x61\xf5\xc8\xed\xe9\x87\xe8\xaf\x37\xbe\x2d\xe9\xd9\xcb\xd3\xa7\x9b\xbb\x15\xbf\xf3\x92\x9e\xbd\x15\x14\x41\xcf\xfe\xac\x59\xe2\x44\xb6\x48\x7f\x4f\xb4\xca\xa3\x0a\x5b\xe2\xf2\xb2\x2a\xef\xd1\x5e\x71\xfb\x33\xa9\xbd\xd6\x30\x12\xc1\x0d\x2b\x6a\xee\x0a\x64\xd3\x6e\x1b\xf0\xb2\x44\xcd\x6b\xfd\xca\xb6\xbf\x64\x6e\x1b\x39\xb2\x04\xd4\x15\xcb\xe1\x32\x14\xfa\x3e\x7e\x45\xa6\xab\x3b\x7d\x08\x30\xb3\xef\xb2\xd4\x6f\xd8\xaa\x6b\x98\xb5\xc3\x31\x17\x50\x9b\x67\x66\x09\xa8\x5b\xbc\x6b\xc2\x25\xd7\x67\x38\x9a\x31\x3d\x2d\x99\xdb\x13\xdc\xb7\xc2\xd1\x8c\xde\xb5\x0c\x85\x6e\xc4\x0d\x2d\x00\xf5\x18\xf8\x43\xd7\xd4\x31\xf7\x58\xb3\x19\xd7\x9d\x11\x43\xa1\x13\x54\xa5\x35\xe3\xa2\x64\xdf\x55\x2b\xfb\x7c\xea\x52\x57\x0e\xe8\x68\x1e\x51\x34\x57\x9e\x6b\x5b\xe6\x76\x8b\x36\x1b\x2f\xf9\x58\xb3\x8e\x66\x35\x2b\x13\x88\x99\x15\x61\x99\x91\x7b\x63\x8a\x59\x66\xe4\x16\xba\x2e\x13\x88\x99\x1a\x71\x99\x40\x6c\x80\x55\xd7\x13\xb7\x6d\xb2\x3e\x05\xd4\xda\x33\x97\xcc\xed\xb3\x7c\x17\x0e\x49\x57\xb0\x3f\x1e\xcd\x40\xb0\x65\xda\xed\xd7\xa1\xd3\xd1\x7c\xbb\x3d\x4d\xbb\x3d\x87\x35\x1b\x44\xa6\xd2\x62\xbc\xf3\xed\x81\xf2\x28\xba\xfd\xae\x80\xba\x62\xce\x5d\x32\xb7\x6f\x95\x43\x13\x88\x65\xd7\x86\x80\xba\xe0\x4d\x5b\xe1\x68\xf6\x94\x37\xed\x76\xf7\x04\x79\x9d\x5f\x97\x99\xcc\x6d\xd9\x1a\x4b\x40\xed\x15\x1e\x4b\x40\xbd\x15\xdd\x6f\x18\x00\x19\x8d\xb8\xfd\x39\xbe\xab\xef\x46\x45\xc5\x04\x62\x92\x91\x96\x69\xb7\xc5\xb6\xeb\x35\xe3\x3a\x46\xad\x25\x6a\x4e\x20\xf7\xb5\x34\x78\x12\x65\xb3\x74\x34\x9b\x94\x7b\x2d\x33\xae\x2b\x15\x97\x47\x15\x68\x6e\x2d\xb7\x36\xe1\xa2\x6b\xc5\xfe\xf5\x43\xa0\xaa\x79\x5b\x54\x0b\xc5\x80\xb0\xbc\xfd\xb9\xc1\x2f\x5a\xd2\xb3\x35\xf0\x2e\x51\x73\x51\x37\x16\x35\x57\x55\x74\x51\x73\x3d\x16\x4d\x65\xe0\xf1\xba\xcc\xcd\xeb\x84\x7e\x71\x0f\x1d\x5d\x08\xd4\x8c\xd5\x6e\x79\xfb\xf3\xe7\x68\x98\x76\xdb\xeb\x6c\x96\xf1\xce\xc9\xdd\x0d\x6a\x9e\xcb\x1d\x2a\x6a\x1e\x36\x52\xd4\xfc\xa9\x7a\x05\x6a\xc6\x83\xbf\x44\xcd\xd9\xbd\xf0\x99\x51\x3f\xf9\xae\x28\xc3\x85\xf4\x45\xfc\xbe\x3f\x36\xf2\xc2\xbd\xff\x89\xaa\x30\xa5\x2e\x1d\xcd\x45\x55\xc4\x78\x67\x3d\xf8\x6b\x87\xd6\x4d\xab\x74\x34\x3f\xd0\x4a\x17\xa8\xb9\x17\xbc\x6f\x6b\x9b\xd0\x52\xb5\xcd\x2c\x61\x9f\x82\xc2\xdb\x9f\x07\x7e\xae\x15\xf4\x6c\x37\xac\x97\x55\x65\x95\x76\xe3\x9d\xc7\x75\xff\x4a\xec\x0b\xa8\x3b\xa1\xb5\xcb\x7b\xac\xbc\xe1\x6b\x99\x91\x7b\xa9\xa3\x6e\xb7\xb6\x0b\xd2\x7b\xac\xa4\xa7\xae\x1d\xb6\x5f\xa6\x5e\x1f\x74\x72\x82\xbc\x18\xfa\x75\x82\x04\xd4\x4d\x85\xc7\x50\x68\x03\x7e\x97\x8e\xe6\x7b\xfb\x63\x83\x32\xd4\xba\x0d\x85\x5e\x9e\xbc\x27\xd2\x14\xd3\x05\x01\x75\x12\x52\x9d\xc8\xfd\x68\x55\xc1\xa9\xf0\x43\xd2\x1d\xab\x6d\x96\xc9\xac\xf2\xa0\xa3\xf9\x6b\x7e\x88\xad\x6d\x98\xea\x12\x50\x57\xf4\xea\xef\x8a\x5c\xa6\x95\xa2\x53\x8f\x8a\xfe\x79\x8f\xd5\x61\xc7\x7d\x02\xea\xc1\x46\xf8\x22\x81\xd8\x6d\x55\x5e\x86\x82\xfd\xe4\x33\x81\xd8\x87\x29\xe6\x33\x81\x98\x2e\xdd\x2f\xe2\x9d\x89\xf1\xfc\xbc\xc7\x6a\x25\x8b\x41\x0f\xcb\x14\x35\x20\x3c\x7e\xd7\x78\xe7\x62\xab\xcc\x32\x84\xf9\xe8\xbb\x22\x95\x81\x5d\x70\x6b\x23\x60\x3f\x01\xf5\x8d\xed\xe5\x33\xde\xb9\x63\x4d\xfa\x74\x43\x4b\x06\xf8\x02\x50\xe3\x2b\xff\x92\x41\x37\x28\xe1\x9f\x80\xda\x43\xe1\x13\x50\x4f\x7c\x8b\x5f\x0a\x26\xb3\x1f\x62\xa9\x9b\xa4\xfa\x4b\x26\x22\x6e\x7e\xd7\x19\xc4\xb8\xf4\x99\x22\x6c\x5d\x16\x11\x56\xde\x2e\xf1\x05\x64\x46\x74\x7f\x42\xe6\x89\x5e\xfd\x99\x58\xfb\x7d\x2d\xaa\x6c\x00\xd0\xbe\x3b\x1c\xaf\x0c\xac\xb8\xb8\xa0\xb1\x7f\xb7\xb8\x89\x93\xeb\x33\xa2\xd9\x33\xf1\xf3\xa6\x2a\x13\x79\x7d\x91\x22\x8c\x05\xfc\x45\x8a\x30\x16\xe1\x27\x37\xdb\xf8\x97\xcf\xc4\xda\x6b\x58\x33\x87\xaf\x49\xb4\x3e\x71\xb1\xd9\x09\x3e\x70\x71\x97\xd6\xf5\x79\xbf\xf3\x65\x8f\xc4\xc5\xe6\x6b\xfa\xb2\x2c\x11\xb8\x76\x5f\xe0\x62\xe4\xfc\x17\x8e\x66\x0c\x53\x1f\xb8\xb8\x57\xce\x97\xcf\xc4\xda\xca\xae\x2f\x08\xd8\x2e\x7e\x13\x6b\x6f\x17\x21\xb8\xb8\x77\x8c\x2d\x9f\xb8\xb8\xe1\x16\xf9\xc4\xc5\x06\xdc\x7d\xe2\xe2\x0b\xca\xd0\x17\xf7\x3b\xdf\x56\xa5\xe3\x15\xdd\xf8\x8b\x3c\x60\xd9\x9a\xe3\xa6\x39\x3a\x18\xb8\x18\x44\xf6\x89\x8b\xe5\xeb\x7e\x45\x02\x27\xb6\xa6\xcf\x3c\x60\xcb\x19\x94\x80\xdd\x90\x39\x9f\x04\xec\x5c\x2c\xa2\x6c\xc8\xe5\xfe\x8a\xc4\x89\xe3\x77\x8d\x35\x70\x6b\x14\x95\x2b\xd4\xd4\x0f\x5c\x3c\xc7\x67\x33\xe8\x6f\x1b\x3e\x75\x7e\xa7\x55\xc5\xfd\xce\x56\x65\xa2\x78\x00\xcb\x27\x01\xbb\xef\x5f\x89\xfd\xaf\x7a\xc9\xa0\x7d\xd7\x07\xbd\x5c\x09\x42\xe6\x58\x45\x72\xb3\xc5\x6e\x9f\xc1\xce\xf2\xba\xbf\x80\xcc\xa8\xf7\x9f\xc1\xce\x63\xfb\xe3\xb8\xfa\xd9\xaa\xbc\x0a\xf9\xf8\xae\x43\x31\xfc\x71\x70\xd1\x99\x20\x83\x9d\x1f\x48\x23\x5f\xf5\x12\xba\xe4\x53\x4d\x04\xaf\x55\xb1\xb5\xdb\x6d\x51\xe1\xec\xb2\x11\x32\xb7\x66\xd1\xe0\x7d\x4c\xfd\x5f\x33\xec\x02\x35\xfb\x6b\x9a\x08\x14\x74\x72\xb3\x13\x67\xd3\xd7\xe2\x52\x36\x26\x48\xc8\xbc\x1c\x0d\xb9\xd9\x3b\x6a\x96\x53\x01\x3a\xfb\x22\xa2\x19\x45\xfa\x03\x32\x0f\x39\x33\x9f\x37\x55\xbd\xd1\x0c\x71\x44\xf6\xa9\x26\x20\x70\xee\x27\x64\x9e\xd3\xa7\xf4\xf7\x55\x2c\xc8\xcd\x7e\x1d\xe7\x1e\xf7\xa5\xfa\x34\x12\xb7\x32\xdd\xde\x54\x95\x5d\xf9\x7f\x5c\xfd\x4c\xcd\x3d\xee\x4b\x65\x34\x84\xcc\xa6\xde\xfd\x84\xcc\xde\xb6\xf0\xe9\x68\x1e\x1c\x91\x1f\x90\xb9\xbd\x40\x83\x2f\xae\x7e\xf6\xd4\xd3\xd1\x7c\x9c\xdf\x3f\x20\x33\x83\x23\x37\xdb\xfc\x45\x9f\x8e\x66\xfd\x92\xdf\x1f\x29\xc2\xe8\xe0\xf0\x92\x50\x4f\x01\x13\x6b\x9b\xa2\xf0\x1b\x71\x73\x13\x53\x66\x62\xed\x34\x7d\x57\x56\xdb\x63\x11\x65\xa3\x61\x46\xfe\x74\x34\x37\x50\xe4\x27\x2e\x3e\x0a\x3a\x23\x9a\xfb\x65\xcd\x3a\xd6\x3d\xc8\x8c\x68\x96\x9a\xf5\x89\x8b\xbd\x3b\xe3\x1b\xc1\x01\xf3\xbb\x72\xd1\x95\xb7\x46\x34\x6b\x96\xfc\x86\x61\x44\xe8\x8a\x9f\x11\xcd\xb7\x27\xb5\x04\xec\x07\x6b\xc3\x37\x23\xaf\x0e\x0b\xc9\xc4\xda\x62\x9f\xcf\x88\x66\x03\xdf\x3e\x1d\xcd\xaa\xe8\x9f\xf7\x3b\x5f\xaa\x31\x71\xbf\xb3\xa7\x9e\x29\xc2\xae\xf8\xae\x26\x2f\xc0\xdd\x67\x44\xf3\x88\x9a\xe5\xde\x43\x77\xfc\xcc\x03\xa6\x61\xea\x33\x0f\xd8\x80\x83\xf1\xe9\x68\xbe\x8f\x55\x81\x8b\x65\x6c\x7e\xde\x54\x65\x96\x8f\x4f\x5c\xec\xfd\x02\x9f\x8e\x66\xaf\x2d\xfb\x24\x60\x6b\xe0\xfd\x1e\x09\x9c\xcd\xa7\x72\xc0\xc0\x98\xdf\xa3\xf7\xcd\xbd\xe0\xfd\xce\xfd\xf1\x43\x71\x69\x26\x0b\xd8\x88\xe6\x3b\x5a\x15\xd9\x68\xfd\x90\xb1\x42\x0e\x9d\x11\xcd\x3d\xf9\x54\xbb\xc7\xb2\x19\x71\x49\x28\x13\x6a\x44\xb3\x77\x8b\x7c\x6f\x24\x4e\x67\xca\xc4\xc5\x21\xfa\x74\x34\x9b\x1e\xf0\x0b\x02\xf6\xf9\x95\x4b\xf7\x7b\x85\x90\x51\x8f\xd6\x6c\x95\x16\x53\x84\x5d\xc3\x8f\xca\x55\x56\xc1\x8b\x9c\xdb\xf8\x26\x3e\x53\x84\xc5\xa9\x6d\x8a\x30\x8d\x3c\x5f\x04\x3b\x63\x0c\xfc\x5e\xe9\x61\xee\x9a\x37\x12\x99\x5a\x95\x1c\x21\x1c\x01\x9f\x90\xf9\xf2\xe4\x95\x9b\x1d\xb2\xda\x14\x61\x63\x58\xf4\x7a\x08\xa7\xde\x9c\xdb\xaf\x07\x8a\xc1\xce\x2f\xc1\x95\x5f\xe4\xdc\x86\x6a\xf5\xc9\xcd\x2e\xce\xa6\x90\xf9\xae\x7e\x57\x6b\x36\x5e\xe9\x4f\x6e\xb6\x94\xd4\x4f\xc8\x7c\x63\xbe\xfe\xe4\x66\x8b\xbe\x3f\xb9\xd9\x47\x89\x0a\x64\xee\x9f\x72\x60\x69\xed\x54\x95\xd2\xd1\xec\xed\x36\x9f\x90\xd9\x0b\x95\x3e\x53\x84\x89\x46\x3f\x21\xb3\x36\xc9\xcf\x14\x61\xde\xc0\xf8\x09\x99\x5f\x2c\x15\x9f\x8e\xe6\x6b\x58\x95\xdc\x6c\xc8\x1b\x9f\x90\xb9\x40\x73\xfa\xe2\xa6\x2a\x8c\x1e\x9f\xdc\xec\xa6\xd8\x37\xa2\xd9\x8b\xab\x3e\x23\x9a\x9b\xe2\x37\x52\x84\x81\xfa\xbf\xcf\x30\x93\xcf\xef\xca\x99\x01\x9c\x7e\x46\x34\x6b\xfa\xfe\xe2\xa6\x2a\x08\x8d\x9f\x29\xc2\x24\xad\x7d\xdb\x60\xf6\xc7\xa7\xe6\x5d\x51\x0c\xee\xe0\xa2\xd3\x5f\x21\x73\x8e\xa7\x7a\xa3\x60\x5c\x7c\x3a\x9a\x8b\x27\x88\x89\xb5\x07\x21\x84\x9f\x8e\xe6\x8a\x3f\xf4\x0b\x6e\xb6\xb2\xcb\x88\xe6\x82\x0d\xe4\x33\xa2\xf9\xbb\x6d\xa4\x26\x11\x17\xa1\x89\xb5\xef\xe2\x8f\xcd\x99\x2f\x5e\xf3\x7e\x67\x03\x51\xbf\x13\x9c\x37\xc6\x4a\x6e\xf6\x84\xbc\xf1\xe9\x68\x36\x97\xe0\x07\x2e\xee\x19\x76\xca\x77\x22\x6c\x8a\x81\xd5\xd1\xbc\xd5\x10\xc0\xc5\x63\xab\x99\x78\xbf\xb3\x89\x0e\x3e\x71\xf1\xed\x69\xab\xa3\x59\x8b\xee\x67\x8a\xb0\xec\x61\x24\x2e\x5e\x51\x34\xb6\xc2\x83\xcc\xc4\xda\x13\x6e\xd2\x67\x8a\x30\xb7\xe4\x0e\x5c\xcc\xa1\xb0\x25\x60\x77\x3c\x77\x5b\x47\xb3\x17\x93\xed\xb8\xdf\xf9\xb6\x18\xaa\xc8\x4b\xd1\x3b\x02\x70\xd9\xef\x2b\x92\xab\xf8\x14\x55\xe4\x19\x7e\xc8\x94\x86\xc7\x22\x47\x95\xc4\x9e\x2d\x2e\x5e\xb7\xc5\x88\x68\x1e\x14\x45\x19\xa8\x13\x3b\xee\x77\x86\x6b\xb7\xc1\xc5\x43\xf0\xbe\x8d\x68\x56\xe7\xd9\xd2\xb3\x33\x1a\xd1\x36\xa2\x39\x63\xb3\xdd\x26\xd6\xbe\x58\x75\xdb\x88\xe6\x05\x8b\x66\xc7\xfd\xce\x88\xa0\x1d\x11\xcd\x8e\x86\xb8\x78\x5c\xd6\x4c\x7f\xc7\x2f\xaf\x50\xdf\x42\x66\x9d\x02\x5b\x1f\xb4\x06\xbd\x9d\xcc\xfe\xc7\x82\xdc\xde\x54\x75\x25\xdb\x80\x0f\x5a\xbb\xf1\xd6\x07\xed\x8d\xf0\x3b\x19\x11\x89\xec\xda\xc9\x60\x76\x94\xff\x2d\x73\x3b\x23\x25\xb6\x3e\xe8\xcf\x66\xdc\x8a\x32\x56\xe0\x16\x50\x1b\xe5\xb7\x4d\x11\xe6\x95\x6d\xdb\x60\xe7\x81\x22\xbd\xbd\xa9\xca\xac\x50\x3b\x00\x35\xae\xc6\x7d\x1b\xf1\xda\xad\x2a\x12\x4d\xfb\x54\xa6\x3a\x02\x67\xdf\x72\x84\xd8\x71\xdb\x9c\xdb\x75\xfb\x5d\xc3\xc4\x38\x9b\x76\x00\x6a\x0e\x94\x2d\xa0\x7e\xd0\x6f\x77\xdc\x54\x85\x70\xde\x32\xb7\x35\x7d\x6f\x00\xf5\xf0\x06\xf9\x6d\x44\xb3\xc1\x14\x5b\x47\xb3\x37\x1a\xef\x88\x68\xc6\xb5\xba\x73\x6c\x6d\xab\xf2\x66\x1f\x88\x67\x3b\x9b\x9c\x01\x26\xe1\x36\x45\x58\x3b\x36\x83\xfe\x2a\xab\xb7\x29\xc2\x2e\x50\xc6\x8e\xab\x9f\xa7\xc5\x70\xac\x5b\x15\x5b\xdb\x1b\x79\x76\x8e\xfb\x52\x29\x46\x44\x33\x6e\x82\x6d\x62\x6d\x4d\x6d\xbb\xc4\x75\x18\xf4\xa8\x84\x01\x81\x36\x17\x53\xde\x35\x8b\x26\x2b\x40\x59\xda\xc5\x44\xb5\x58\xc0\xb6\x80\x3a\x3b\x56\x02\x6a\x35\xba\x6d\x8a\xb0\x03\x53\x6b\x9b\x58\xdb\x44\xf7\x3b\x6e\xaa\xe2\x3c\xdd\x7f\xdc\x54\xe5\x87\x4c\xce\xb0\xac\xca\x48\x84\xe4\x77\xf5\x46\xa1\x48\xef\x6a\x2c\x09\xd8\x67\xeb\x68\xbe\xb0\x48\x6f\x13\x6b\x9b\xa5\x70\x8b\x9a\xcd\xd1\xbd\x45\xcd\x57\xf5\x5d\xbd\x33\xca\x01\x51\xf3\x1f\x45\xfb\x6b\x17\xc2\xd1\x5c\xac\x4a\xa6\x7a\xf2\x29\xa2\x7b\x54\xbf\x1b\xaa\x08\x2b\xd6\x88\xe6\xae\x74\xaa\x91\x33\xdf\x66\x18\xa1\xff\x59\xa4\xbf\x47\x71\xd4\x22\x1b\x2d\xdd\x37\xa2\x79\xb8\xad\x74\x34\xe7\xe2\x53\xef\x08\xc0\xa2\xbb\xa5\x67\xcb\xfd\xd8\x2d\x38\x7e\xac\x0d\x6f\xaa\xba\xf0\x0e\xef\xa6\xc1\xc4\x45\x68\x62\xed\xe9\x1c\xb5\x60\xe6\x5b\x95\xde\x19\x22\x5e\xb7\x8e\xe6\xe9\x2c\x44\x1e\x30\xb4\x8b\x2d\x3d\xdb\x6b\xdf\x77\x93\xde\xa9\xe8\x36\xb1\xb6\x59\x0a\xb7\x8e\xe6\x0f\xdd\x72\xeb\x68\x5e\x84\x0f\xec\xc8\x03\x86\xda\xb6\x45\xcd\xaa\x04\xdb\x88\x66\xc9\x1e\xdb\x88\xe6\xed\x31\x17\xd7\x51\xb9\x44\x45\xcd\x59\x89\xd4\x45\x19\x00\xe1\xdd\xe5\x44\x75\x3f\x64\x9e\x28\x5c\x48\x5b\xd4\xfc\x73\xda\xfe\x7d\xb1\xdf\x35\x98\x5c\xb6\xd0\xa9\x47\x5b\xd8\xde\x54\xb5\x9a\x5f\x41\x94\x99\x13\x75\x1b\xec\x7c\x7b\x28\x98\x73\x5b\xdd\x78\x1b\xec\x9c\xc0\x8c\xdb\xab\x9f\x37\x4c\xd1\x3d\x22\x98\xdd\xaa\x8c\xf0\x75\x41\x8e\x08\x66\x67\xc9\x01\xa8\xdb\xf4\x20\x96\xb9\x3d\x1f\xab\x32\x4f\x05\x9a\xe4\xd6\xd1\xec\x95\xe2\x5b\xe6\xb6\x57\xea\xec\x11\x37\x37\xb1\xa8\x04\xd4\x22\xf7\x1d\x39\xb7\xb3\xdf\x65\xa9\x3f\x9e\x20\x32\xb7\x25\xcc\x6f\xaf\x7e\x1e\xe8\xc6\xdb\x9c\xdb\x06\xa4\x6f\x01\xf5\xf4\xbb\x3a\x9a\x57\xf1\xc7\x26\xaa\x05\xd7\x6f\x01\xb5\x34\xa7\xad\xa3\xd9\x3c\xae\x7b\x06\xc0\xa4\xfb\x11\xd1\x0c\xf6\xd9\x3a\x9a\x2f\x65\x88\x8e\xe6\x77\xf8\x21\x93\x15\x4c\x9f\x4a\x0f\xcb\x56\xa5\x41\xac\xda\x66\x99\xea\xd8\x8b\xb6\x8e\xe6\x0b\x9b\xde\x8e\x9b\xaa\x3c\x9a\x23\x45\x98\x62\xff\x91\xa9\x0e\x1b\x67\x3f\x3a\xe6\xc0\xb9\xdb\x88\x66\xef\x56\xdb\x71\x53\xd5\xb0\xaa\xc8\xee\xc8\x52\x31\x45\x58\x1f\xd6\x2c\x47\xa8\xfa\xd4\xeb\x6c\x54\xe1\x64\x6e\x7b\x9b\xe1\xfe\x03\x50\x5b\xb3\x37\x55\x79\xe8\xcb\xdc\x36\xc1\xc2\x7e\x62\x7e\xa9\x59\x40\xfd\x61\x99\xd9\xaf\x41\x37\x10\x92\xf7\x2b\x33\xbf\xfb\x63\xd6\x73\x77\x31\xe8\x68\x3e\x9f\xef\x86\x2a\x42\xf7\x8d\x68\xf6\x42\xd8\x2d\x6a\x36\xef\xeb\x7e\xe3\x7a\x17\x8b\x31\xbf\xf4\x08\xd4\xdc\x8e\x52\xc2\xc4\xda\x3b\xaa\x32\x02\xd4\xf5\xfc\x46\x84\xaf\x6d\xb6\xbf\xaa\x4f\xaf\xc9\x55\x94\x4e\x4b\x03\xaf\xaa\xa3\x8e\xe6\xe5\xc6\x91\x9e\x6d\x3a\xe8\x6d\x62\xed\x1e\x3f\x8e\x30\x4f\x8b\x26\x1b\xc1\xef\xbc\x4d\x11\x66\xe4\xe6\x16\x35\xc7\x21\x68\x44\x73\x55\x84\xea\x68\x7e\xe3\xc7\x5a\x09\xec\xef\x0a\xce\x8c\x45\xfa\x6b\x3c\xfb\x5e\xe1\xbb\x61\xa9\xe8\x68\x36\xd7\xdc\x36\x0f\x58\x56\xd9\x88\x88\x66\xbb\xaf\xa3\x79\xab\xa8\x98\x58\xbb\xa9\xa7\x49\xcf\x36\x11\xdf\xfe\xe2\xd2\x4c\xab\xd2\x1b\xf5\xfa\xae\x06\xa2\xec\x53\x93\xab\xe0\xf7\xd9\xa2\xe6\xef\xb2\x66\x83\xe6\xf0\x38\xec\x4f\x79\x45\xf4\xc4\x36\xb1\xb6\x6c\xc9\x2d\x6a\x2e\xf1\x63\xf7\x2f\xc6\x99\x6d\x44\xb3\x99\xe8\xb6\x8e\xe6\xef\xf9\x55\x4e\x9e\x1d\x80\x1a\xfa\xcd\x0e\x1f\xb4\xba\x93\xcc\xed\xea\x7e\xdc\x11\xbc\xcf\x57\xbc\xfa\x39\xdb\x60\x01\xf5\x02\x9c\xee\x1d\xf4\x3f\x86\x62\x07\xdd\x91\x55\xb4\xcd\x43\xe2\xa1\xb6\x23\x78\xdf\xa7\x32\x5d\xd5\xd9\xbc\xfa\xf9\xdd\x3e\x35\x0f\x49\xb1\x66\xef\x08\x20\x6a\x6c\xcb\xdc\xbe\x95\xc6\xde\x54\x25\x03\x6a\x1f\xb5\x32\xd7\x76\xa4\x08\x53\x79\xd0\xd1\xfc\x2a\xe8\xbc\xa9\xca\x74\xe5\x3b\x72\x6e\x4f\x7f\x2c\xa0\xc6\xf8\xb0\x23\xe7\x36\x8c\xaf\x2d\xa0\xbe\x3d\x40\x8f\x5a\x37\xb6\xd0\x7d\x22\xef\x8a\x4f\xbd\x94\xad\x5a\x34\x28\xc3\x75\x72\x22\x6f\x92\x4f\x8d\x87\x55\xef\x3a\x66\xef\xc4\x05\xb6\xe3\xea\x67\xf4\xf9\x63\x44\xb3\x39\x4c\x8e\x8e\xe6\x6b\xfa\x54\x37\xd6\xb6\x68\x32\x0a\x34\x9c\x23\xa0\x4e\x38\xf4\x8f\x80\xba\xc3\x28\x3e\x3a\x9a\x67\xf7\x5d\x83\x50\xd0\xe8\x8e\x80\xba\x63\x01\x3b\x7f\xa4\x08\xf3\x5d\x51\x06\xdb\xe4\x78\xf5\x73\xe1\x20\x3b\xde\xef\x5c\x6f\xdb\x8c\x41\xec\xc6\xac\x7a\x74\x34\x3f\x97\x55\x69\x40\x40\x33\x39\x3a\x9a\x37\x2a\xeb\x49\x41\x67\xa5\x0b\xa6\x08\x4b\xac\xf6\x93\xe2\x68\xae\x14\x45\x19\x9f\xef\x7a\xd3\x1c\x67\xc4\x49\xe6\x11\x72\xac\x04\xd4\xde\x13\x74\x4c\x11\xb6\xd0\xab\x4f\x92\xf3\x36\x2c\xb2\x9e\x9f\xa8\x8a\xf5\xac\x35\xe9\x18\xef\xac\x64\x3b\x49\xba\x63\xf3\x5d\xe3\x61\xd1\xc9\x4f\x8a\x4b\x42\x69\xa4\xf7\x3b\x17\x0c\xad\x27\x50\x33\x72\xe0\xe8\x86\x36\x67\xf5\x91\x9e\xdd\x9c\x50\x6f\xaa\xba\x51\x95\xcf\x1d\x8e\xf5\x46\x51\x37\x25\x86\xb8\x63\x8a\x30\x93\xbc\x1d\xdd\xd0\xf9\xf6\xbb\xde\x44\x96\x7c\x8a\x16\x7a\xa6\x55\x79\x27\xc2\xb0\x55\xee\x5f\xe4\xc6\xf1\x7e\xe7\x43\xac\xf4\x11\x35\xeb\xd7\x3b\xe6\x01\xdb\xd8\xe5\x8e\x37\x55\x65\x18\x44\x27\xe2\x9d\xed\x82\x6e\xe8\xc2\xa1\x70\xb2\x41\x91\xce\x82\xf1\xce\x15\xca\xd0\x31\xde\x39\x15\x8b\x72\xde\xd0\x00\x4f\xf6\x4e\x04\xc7\x59\x37\xb4\x57\xb4\x9c\x6c\xd0\xdc\xeb\xbb\x71\xf3\x9a\x4f\x9d\xdf\x6a\xd1\xa3\x19\xb7\xc8\xc9\xc1\x89\x62\xa7\x48\xcf\xfe\x1c\x67\x51\xb3\x69\x85\x8e\xf1\xce\x0f\x26\x94\xa3\x1b\xba\x21\xbe\x4e\xd1\xe0\xc9\xde\x3f\xa2\xe6\xfc\xfe\xca\xc8\x73\xcc\xb9\x9d\x6f\xeb\xd1\x43\x8d\x65\xf8\x04\xa0\x76\xc7\xc9\xdc\x9e\x00\xdb\x63\xce\xed\xa3\x48\x29\xe1\xa6\xf4\xc7\xda\x7e\x01\x6b\x27\x52\x84\xb9\x2f\x4a\x84\xba\xfb\x21\xe3\x25\x41\x67\x27\x3c\xd4\x58\xc3\x4e\x91\xa9\x0e\x84\x3c\xde\x54\x35\x5d\xbd\x02\xea\x17\x7e\xd1\x31\x45\xd8\xc4\xe8\x71\x00\xd4\x6d\x83\x41\x4e\x30\xb7\x9b\x3f\x96\xde\xf9\xf9\x63\xb3\x77\x62\x90\x3f\x86\x42\xbf\xdb\xef\xaa\x95\x61\x13\x38\x86\x42\x17\x94\xc3\x53\x23\xdb\x21\xeb\x53\x40\x3d\xba\x8d\x64\xa9\x7b\x33\xe0\x31\xde\xf9\x89\x66\xc8\x89\xc2\x2f\x70\x04\xd4\x85\xc3\xf7\x00\xa8\x87\x87\xe0\x69\x26\xe6\x85\x4b\x76\xe2\xa6\x2a\x18\x7d\xa7\xa9\x85\x62\x01\x3b\x2d\x2e\x65\x63\x52\xbc\xfa\x59\xe5\xe1\x08\xa8\x1b\x14\xe2\x23\x73\xdb\x98\xd6\xa3\x1b\xfa\xc3\xff\x7b\xc2\x0d\x0d\xfd\xe6\x98\x22\xec\x53\x4a\x78\xf5\x73\xab\x56\x15\x37\x37\xd1\x23\x01\xf5\x1b\x8d\xd4\x4d\xa9\x60\x6f\xfa\x6e\x94\x12\xba\xa1\xbd\x64\xf0\x98\x22\xec\x75\x34\x4c\x11\x56\xdd\xad\x32\xb7\xa7\x5b\xac\xc7\xd1\xcc\x2c\xf4\x88\xbc\x60\xac\x74\x43\x9b\x70\xf5\x74\x23\x11\x86\x3f\x56\x94\xa1\x76\x1e\xdd\xd0\x39\x59\xf4\xaa\x6b\x94\xf0\x03\xa0\x9e\x97\xab\xdd\x14\x61\x21\x8d\x75\x43\xeb\xb6\x3b\xa0\xe6\xb1\x40\xfd\xc7\x78\xe7\x38\x4f\x45\xcd\x86\x6d\x9e\x11\xcc\x7c\x3a\x28\x6a\x36\x3c\xf6\xc8\xdc\x4e\xcb\xa7\x88\xee\x45\xa0\xd0\x09\xe6\xb6\x72\x7e\x44\x9e\x28\xf6\xd1\x30\x28\x12\xdc\x74\x74\x43\x57\xbb\x30\xb4\xed\x63\x87\x3c\xba\xa1\xab\x07\xe8\x88\xfb\x61\x99\x5f\xef\x77\x3e\x8e\xb3\x89\xb5\x6b\x74\x41\x83\x49\x34\x43\x51\x86\xb6\x7f\xa6\x28\x43\xb1\x1f\xa8\x19\x64\x74\x44\xcd\xea\xe4\xc7\x3c\x60\xfa\xc8\xce\x0c\x79\xc5\x68\xc4\xfd\xce\x60\xbd\x63\x1e\xb0\x04\x0f\xfc\x84\x1b\xda\x95\x13\x79\xc0\x9c\x6e\xe3\x9d\x0f\x84\xb1\x33\x23\x35\x87\x45\x45\x37\x8a\xe8\x01\x35\x4f\x13\x52\x9d\x19\xa9\x1b\x98\x05\x51\xb3\x77\xe9\x1e\x13\x6b\x5f\xee\x50\xdd\xd0\x13\x73\xc4\x11\x35\x27\x05\x94\xa8\x39\xc1\xf3\x39\xc6\x3b\x5f\x4a\x42\xe9\xd9\xf9\xb2\xe8\xfc\x2a\x55\x22\xb1\xb6\xb3\xaf\x1b\x3a\x8d\x5f\x19\x79\xce\xa3\x16\xea\xc8\xc8\xdc\x3e\x8a\x05\x43\xa1\xcf\xb4\x68\xca\x2c\x4c\x04\x47\xe6\xb6\xb9\x01\xcf\x13\x6e\x2c\x5b\xc8\xa9\x3d\xb1\x08\x1d\x43\xa1\x87\x5b\xdb\x9c\xdb\x5b\x2d\x45\x40\x3d\xd4\x42\x5f\x53\x37\xb8\xe4\x02\x50\x2b\x8e\x04\xd4\x9a\x26\x8e\x29\xc2\x1a\x1e\x87\x03\xa0\x9e\x03\xaf\xf4\x11\x50\x1f\x75\x54\x53\x84\xbd\x1e\xd3\x00\xea\xe1\x6d\xdd\xc7\x50\xe8\x84\x6d\xff\xbc\xba\xb1\x54\x00\x64\x6e\x57\xf5\x10\xdd\xd0\xa6\xb2\x3f\xc6\x3b\x7b\xdf\xd0\x79\x43\x0b\xa5\x66\xaf\x7e\xfe\xb0\x62\x1d\x01\xf5\xa3\xaa\x1c\x80\x1a\x5a\xe9\x59\xe1\xcb\xe0\x43\x02\x6a\x83\xd9\x8f\x80\xba\x82\x5f\x8e\xcc\xed\x57\xd1\x0d\xa0\x6e\x5e\xfe\x72\x74\x43\x57\xf0\xcb\x31\xde\x39\xab\x76\x9a\x22\xec\xba\xac\x19\x80\xd9\x9a\x55\x69\xfb\x75\x8b\xe9\x86\xde\x9f\x8d\x34\x25\x9a\x5b\x4c\xe6\x76\x55\x0e\xe8\x86\x16\x28\x9d\x4f\x86\x89\x3f\xfe\xd4\x52\xec\xaf\xcc\xed\x81\xc5\xef\x98\x22\xec\xb6\xcd\x71\xbf\xb3\xe3\x2c\xa0\x3e\x0a\x2b\x13\x6b\x57\x90\xe0\xf9\x9c\x5f\x2c\xa5\x47\xe6\xf6\xab\xfc\xd1\x0d\xfd\x08\x0d\x4c\x11\xf6\x29\x7f\x64\x6e\xbf\x42\x03\x01\xf5\xaa\xbe\x1b\x91\x17\x4c\x4a\xc4\x3b\x2b\x24\x65\x6e\x5f\x00\xb4\x03\x6a\x1e\xc7\xad\xf1\x47\x62\x6d\xaa\x32\x45\xd8\x8d\x1b\xe8\x78\x53\xd5\x56\xc1\xdb\x86\xf6\xab\xfc\x8b\x9a\x8b\x83\xb3\x35\x88\xdd\x56\x15\x41\x64\xfe\x58\x94\x81\x47\xfb\x80\x9a\x47\xf3\x30\x92\x9e\xfd\x25\x3f\x64\xea\x86\xf8\xb1\xbe\xb9\xe8\x91\x89\xb5\xa3\x0b\xaa\x22\xb8\xbf\x4f\xb8\xa1\x61\xaa\x9f\x13\x64\x57\x6a\x06\x35\x77\xb3\x23\x1e\xdd\xd0\xc5\x46\x1e\x0d\xbc\xf1\xd4\x3c\x60\xd8\xb8\x8e\x79\xc0\x3e\x8f\x39\xef\x77\x6e\x38\xb6\x8e\xa8\xd9\xdc\x23\xe7\x44\x2a\x03\xd6\xd5\x09\x5b\x37\xb3\xaf\x1b\x7a\x3d\x56\x25\xaa\x52\xc0\x4a\xcf\x0e\xd8\x68\x1e\x30\x6d\xb6\xc7\x3c\x60\x24\x0d\x4b\x97\x89\xb5\xaf\x61\x11\xad\x9b\x8b\x2a\xd2\x65\x62\x6d\x54\xcd\x74\x89\x9a\x31\xd2\xa6\x4b\xd4\xdc\x7f\x4c\xc7\xe9\x32\x4b\xd8\xf8\xb1\x62\xa5\xcb\x78\xe7\x93\x7c\x57\x2b\xc1\x8f\xb9\x2c\x5d\xc6\x3b\x93\x8c\x22\x5d\xa0\xe6\x9e\x7e\xbc\x6f\xe9\x12\x35\xe7\x61\xcd\x32\x88\xd2\x2f\xc4\x7e\xba\x04\xd4\xed\x47\x2d\x49\x97\x37\x55\xc1\x40\x48\xd7\x15\x59\x2c\x1a\x45\xb3\x1d\xda\x06\x01\x35\xf9\x5e\xd2\x95\x8c\x87\xfd\x31\xf7\xa5\x2b\xc5\x4d\x46\x34\x49\x0f\x35\xfc\x84\x74\x45\x28\xf4\xcd\x30\xa6\x58\xea\x0c\xa3\x80\x7a\xfe\x30\xc6\xd3\x25\xa0\xee\x3f\x31\x65\xe9\x4a\x71\xbd\x8b\x35\x7b\x54\x35\xdf\x35\x87\xfc\x43\x17\xcc\xb9\xcd\x0d\xf8\xe9\x92\xd7\xfd\xfd\x60\xc6\x74\x25\xef\xff\xcd\xb6\xca\x2c\x25\xb7\xdf\x15\x60\x1e\xfa\x2b\xaf\xbb\xfe\x44\xf7\xa4\xeb\xf6\xd4\xee\x54\xa5\x1b\x1a\x5e\x77\xba\x6e\x73\x8c\x67\x3a\x68\xce\x6d\x6e\x21\x49\x97\xf1\xce\x18\x21\xd3\x65\xce\x6d\x48\x98\xe9\xf2\xa6\xaa\xd2\x2d\xca\x20\x2a\xd6\x2c\x33\xdf\x46\x46\x02\xb1\xc6\x4a\xd0\x0d\x4d\xf4\x7a\xba\x74\x43\xaf\x9b\x0e\xca\xeb\x9e\x1f\xa3\x01\xa0\xae\x44\xda\xa6\x4b\x37\xf4\x7d\xd1\x2a\x13\x88\x65\x07\xd6\x78\x67\x72\x73\xa5\x4b\x37\xf4\x15\x3f\x56\xeb\x76\x6d\x98\x58\xbb\x15\xba\x9f\x65\x10\x65\x7a\x04\xa0\xee\xb7\x63\x25\xa0\x26\x79\x7b\xba\xbc\xdf\x39\xbd\xfe\x58\x03\x60\xb5\x19\xf2\x9c\x3b\xfd\xd5\x0d\x9d\x1d\xba\x6c\xea\x06\x17\xa1\x6e\xe8\x7c\x7c\xaa\x2f\xe3\x30\x1a\x26\x10\x23\xe4\x33\x5d\x91\x40\x2c\x31\x1a\x02\xea\xef\x65\xba\x8b\xe4\x5e\xfb\x2b\xaf\x7b\x1c\xb6\x76\x89\x54\x24\x56\xa5\x01\xf0\xe3\xbb\xc5\x2c\x52\x87\xa1\xf3\xa6\xaa\x33\xd9\xf8\x25\x0c\x80\xb4\xb9\x44\xa4\x09\x8d\x0c\x5e\xf7\xf4\xbb\xde\x87\xeb\xd0\x79\x53\xd5\x55\x2d\x9a\xca\xe0\xd8\x0c\x83\x8c\xb6\x35\x47\xc2\x34\xaa\xaa\xae\x67\x97\x4a\x55\x94\x0d\xfa\x6b\x02\xb1\x77\x32\x1a\x41\xde\xde\xec\xc1\x20\x6f\x57\xba\x00\x6a\x6e\xf3\x62\x52\xaa\xf1\xb0\x2e\x15\xe3\x9d\x2f\x27\xc5\x04\x62\xdf\xf1\x43\x31\xbf\x8c\xa4\xf1\xce\x7d\xd3\x7d\x50\x73\x81\x12\x96\x2e\x6f\xaa\xc2\xe2\x97\x2e\x51\xf3\x1d\x5d\x70\x7e\x93\xef\xea\x96\xf5\xa9\xe4\x6d\x54\xe5\x74\x35\x53\x37\x28\xba\x41\xcd\xf5\xc4\x53\x51\xc6\x62\x06\x25\x6f\x43\x26\x4c\x57\x0b\x46\x1c\xa2\xaf\xe9\xcb\x78\x18\xf6\x16\xbe\x2a\xdf\xe5\x68\x1e\x9f\x3f\x06\x45\xa6\xcb\xef\x9a\x9a\x63\xd1\xc1\xc8\x12\x16\xdf\x75\x3d\x17\x5b\xa5\x55\x64\xd1\x7d\x51\x33\x57\x9e\xa5\x4b\xd4\xfc\xfe\x3e\x74\x7f\x5f\xec\x7b\x53\xd5\xfb\xb0\xe3\x4c\x20\xb6\x5c\x81\x3d\x42\x18\x18\x37\x3d\xd4\x24\xb4\x49\x97\xbc\xee\x73\x58\x18\x26\x10\xe3\x46\xf5\x74\x01\xa8\xfb\x76\x2f\x03\xa8\x47\xce\xf4\xce\x50\x68\xbc\x2d\xe9\x32\x14\xba\x6d\x16\xe4\x1f\x09\xc4\x58\xcc\x02\xea\xee\x6e\xd5\x0d\xdd\x32\xc3\xa8\x1b\x3a\x96\xba\x6e\xe8\x92\x18\xd5\x6e\xf6\x4e\x37\xbe\x80\x1a\x8f\x43\xba\x46\x24\x6e\xa5\x55\x86\x42\xcf\x46\x9b\x47\x84\x6c\x30\xe6\x5e\xfd\x4c\x32\xf3\x74\xe9\x86\x6e\xee\x47\xe3\x9d\xb3\x92\xdc\xab\x9f\x6f\x77\xba\xf1\xce\x4f\xb6\x68\xe2\xd6\x4e\x17\x04\xd4\x3b\xde\x65\xea\x71\x22\xa4\x2b\xe2\x9d\x6f\x96\x9c\x6e\xe8\xfc\xd2\xaa\x19\xc2\x99\xb1\x12\x32\x77\xcf\x88\xe9\x85\x17\xce\x82\x90\xf9\x6b\xcc\xa0\x90\xb9\x2d\x6a\x0e\x47\x73\xa7\x91\xde\x45\x35\x94\xa8\x3a\x9a\x87\xa7\xad\x29\xc2\xda\x4d\x9b\x23\x45\xd8\xc7\xb0\xcf\x88\xbc\x60\xac\x66\xdc\x55\xc4\x0c\x9a\x22\x8c\xe0\xe8\x74\x4d\x6f\x3d\x88\x66\xc8\x99\x79\x2d\xaa\x77\x2d\x24\x8c\x29\xc2\xb6\x4b\xd4\xbb\xa8\x9a\xe2\x57\xc8\x5c\x06\xcd\x08\xe6\xb6\x2b\xc7\xd4\xd9\x9f\xaa\x48\x40\x66\xf7\xf2\x23\x53\xbd\xfb\xae\x26\x82\xc5\x48\x3e\xd2\xff\x9c\x85\xc7\x64\x05\xdd\x56\x45\x04\xa8\x4f\xe5\x44\x3d\x0c\x8e\xb8\xf8\xa8\xc6\xe8\x68\x5e\x37\xf3\x2b\x2e\xae\xae\x0d\x53\x67\x5f\x6e\xc9\x57\xeb\xfd\xa2\x2a\x53\x84\xdd\xce\xbe\xb8\x78\x45\x51\x93\xa6\x3d\xf2\x2e\xaa\xa4\xd0\x88\xbb\xa8\x2e\x8b\xae\xd8\xc5\x5e\x10\x17\x67\xc7\xea\x0d\x0e\x18\xad\x02\x17\x4f\x6e\x8a\x49\xd7\x1b\x4c\x75\x9f\x8a\x8b\x9d\xc1\x37\xf2\x44\x31\xce\x3a\x9a\xcf\x62\xd5\x49\xcf\xfe\x36\xdd\xd7\xd1\xbc\x55\xa4\xc5\xc5\xcd\x1f\x2f\x23\xf4\x07\x8b\x70\xe9\x78\xad\xfe\x58\x93\x97\x07\x8a\xb8\xf8\xbe\xfc\xb1\x41\x73\x1e\x28\xcb\x14\x70\x9f\xef\x76\x25\xb9\x45\xbc\x8d\xcb\x36\xaf\x10\xce\xbe\x6b\xf6\xce\xc4\x74\x87\xa3\x59\x15\xdd\x88\xe6\x36\x58\xed\x4b\xef\xcc\x60\x34\x96\xde\x19\xe7\x77\xb9\x9e\x3d\x40\x3f\x71\x93\xb0\x42\x7a\xf6\x72\x11\x9a\x07\x6c\x3a\xbf\x41\xcf\x1e\x2c\xa4\xa0\x67\x6f\x5a\x25\x2e\xfe\xb9\xdd\xe6\xef\x8b\xfd\x2f\x38\x15\x56\xeb\x35\x73\x6e\x5e\x21\xf3\x3d\x58\x18\xfa\xa0\x2f\xa1\x81\x3e\xe8\x22\x34\x90\xb9\x7d\x29\x70\x4c\x11\x56\x5f\xdf\x75\xa9\xab\x78\x7c\xe2\x08\x75\x72\x7d\xd0\xe9\x62\x28\xbc\x8b\xea\xcd\x4c\xfd\x76\xa9\xbb\xc6\xb6\x7a\xa6\x6a\x18\x90\x79\x3c\x76\x41\x47\xf3\xa7\x44\xf5\x2e\x2a\xae\x0e\x49\x17\x90\x79\x0c\x51\x92\x97\x3b\x0f\x4f\x6d\x21\xf3\xf2\x30\xda\x5e\x88\xd0\x18\xd5\xad\x70\x16\x1a\x6c\xa7\x5e\xf9\xa3\xa3\x39\x3d\x56\x65\x4a\xb4\xe2\x8f\xe3\xc6\x4c\x8b\x9a\xbc\x54\x87\x4e\xdc\x35\xc6\xb0\x9b\x55\x3b\x1f\xaa\x3a\x8a\xee\x49\x9b\x85\xcc\xcd\xb9\x3e\xc6\x87\x56\x86\x0e\xc8\x5c\xbb\x2b\xff\x38\xbf\xd9\x9a\x75\x44\x7a\x54\x19\xd1\x1c\xc2\x4a\xe6\xf6\xf9\x58\xf9\x71\xb9\xb3\x87\xbe\x8e\xe6\x14\x55\x81\x9b\x2e\xc5\xa0\xcc\xed\xe6\x81\x72\x42\xaf\xf6\x43\x71\x99\xf5\x4f\xab\xd2\x65\xf6\x4e\x20\x58\xba\x0c\xaa\xe2\x14\x48\x57\xe4\xd5\xa9\x14\x3d\x7c\x5f\x9f\x7a\x17\x15\xe3\x9c\xc2\xd1\xcc\xca\x49\x42\xe6\x2b\x3e\xc4\xfc\xb6\xcb\xaa\x64\xaa\x27\x7f\xac\x9e\x89\x36\x98\x4c\x11\x46\x54\x72\x4a\x3a\x9a\x33\xea\x7d\x0a\x5c\xdc\x7c\x37\xe6\xd7\x77\xcd\xab\xf3\xf9\x63\x4d\x5e\x2c\xc2\x04\x2e\x9e\x09\xdd\x38\xe9\x68\x26\x36\x3c\x25\x71\x71\x3f\x16\xdd\xda\xf1\x54\x1c\x91\x7c\x37\x52\xde\xd1\x8c\x48\xac\xfd\xc3\x2b\x48\x29\x98\xdb\xd9\x1f\x9b\x68\x1a\x59\x9d\x74\x34\x5f\x3f\x6e\xd9\x94\x52\x5c\x03\x4a\x9b\x75\x34\x9f\xee\xbb\xae\xe7\x61\xd1\x1b\x6f\x6f\xbf\xab\x72\xf5\xd2\xfd\xb8\xc1\x39\xd1\x0c\xe9\xd9\x5c\xcc\x91\x92\xf1\xce\x1f\xb2\x3a\x81\x8b\xc7\xc7\xd6\x48\xb7\x7a\x35\xda\x6f\x0a\x7a\x36\xda\x45\x02\x17\x4f\x52\xc1\xa7\xa4\xa3\x79\x7d\xfe\xd8\xac\xf8\xc7\xa2\xde\x0a\x34\xc0\xe4\x5d\x54\x6e\xba\x74\x7b\x61\xcd\x66\x34\x74\x34\x2b\x82\x92\xb8\xb8\xb9\xae\xa4\x67\xef\xe1\x53\xfa\x4b\x4e\xd1\x94\x22\x0f\x18\x3a\x4f\xf2\xc2\xa9\xe8\x6f\x96\xbe\x0b\x5a\x4f\x5e\x38\x95\x50\x81\x52\x8e\x48\x04\x5a\x95\xe3\x5a\x4c\x5a\xa5\xa3\xf9\x4e\x16\x0d\x02\x3d\x74\xdf\xc4\xda\x50\x0d\x53\x8a\xc4\xda\x1c\x19\x49\x47\xf3\x98\xbf\x48\xbc\x9c\x92\x39\xb7\xd3\xf0\x45\x1d\x73\xc7\xa2\x4c\xe6\x66\xef\x22\x3e\xd4\xa7\x5b\xc1\x6e\xfb\xbd\x31\xd3\xee\xc8\xdc\xee\x37\x0d\x2e\x5a\x3b\x51\x4a\x93\x3e\xe8\xb2\x19\x55\xef\xa2\xaa\x87\x45\x55\xe2\x42\x04\x8b\xd2\xe1\xdc\xbc\x5e\xee\x3c\x1f\x9f\xca\x11\xe2\x6c\x4a\x42\x66\x68\xb1\x29\x99\x22\xec\x7a\xfd\xb1\x5a\xca\xb2\x48\x7f\x95\x99\xc9\x9c\xdb\x35\xaa\xd2\x11\x39\xfc\xae\x1c\x12\xce\x88\x24\x73\xfb\xca\xac\x04\x99\xdb\x2f\x87\x78\xd2\xd1\xdc\x39\xf5\x92\xcc\xed\xd7\xfe\x56\x8f\x2a\x10\x65\xaa\x8a\xb2\xe9\xbb\x6a\xa1\x2f\xe3\xac\xa3\xb9\x2d\xd6\xb6\xcc\xed\xfa\xf8\xae\x79\x57\x26\x03\xab\xa3\xf9\x73\xd8\xbd\xdc\x79\x29\x43\x8c\x77\x6e\x0a\x0d\x53\x84\x0d\x65\xa6\xcc\xed\xec\x74\x0b\x99\x6f\x85\xa4\x89\xb5\x9f\x8f\xef\x02\x99\xdb\xae\x74\xb0\x99\x47\xc8\xf5\x29\x73\x9b\x3b\xe2\x53\x92\xb9\xfd\x80\xe6\x92\x8e\xe6\xd3\x2d\x46\x7c\x28\x2b\x47\x47\xf3\x71\x4f\xc9\xdc\xd6\x80\x99\xc2\xd1\xec\xec\x0b\x99\x7b\x65\x8b\x35\x1d\xeb\xf6\x48\xc8\xbc\x93\x55\xb9\x9e\x6f\x7f\xac\x56\xf6\x31\x74\xde\x45\x75\x2d\x7f\x2c\x9d\x15\x50\x99\xc0\xc5\x13\x3b\x79\x4a\xc6\x3b\x73\xd3\x77\x4a\x3a\x9a\x9b\xc3\xae\xa3\xf9\x56\xc0\x9a\x58\x7b\xbd\xbe\x6b\x76\x56\xec\x54\x49\x5c\x9c\xdc\x1a\xde\xe0\x8c\x2b\x27\x25\x1d\xcd\xc4\x29\xa4\x24\x73\xfb\x1a\xfe\x58\xeb\xee\xb6\x66\x55\xaf\xe6\x77\xcd\xde\xe9\xba\x0a\x7a\x36\xd6\x95\xa4\xa3\xd9\xa3\x39\x49\xcf\xe6\x3e\xb8\x94\x4c\xac\x7d\xb9\xe9\x86\x17\xb8\x24\xbe\x3b\xe2\x42\x22\x8b\xe6\x11\x72\x6d\xe8\x68\xfe\xaa\x45\x8e\xaa\x0c\x5e\x4b\xc6\x3b\x93\x84\x3c\x25\xe3\x9d\xbb\x4b\xc5\xbb\xa8\xea\xc5\xb0\x9b\x07\x6c\xdc\x7e\x88\xfd\x9b\x14\xec\xde\x45\xf5\x25\xfa\xeb\x0d\xce\x05\x35\x3b\x8d\xe0\x08\x31\x74\xd2\xb3\xfb\xb4\x47\xc6\x77\xa3\x48\x27\x51\xf3\x8b\xfd\x24\x4d\x93\x8d\x5c\x7c\x57\x47\x73\xc6\x0a\x9d\x66\x5c\xd0\xe3\x53\xbd\x15\x98\x32\x12\xa8\x79\x14\x65\xce\x8c\x3b\x11\x58\xde\xa2\xe6\xae\xc2\xa0\xa3\xf9\x78\xbe\x4c\xbd\x33\x4e\xca\x74\x3d\x0f\x1b\x29\x8a\x04\x65\xa4\xc8\x03\xa6\x76\x21\x3d\xfb\xde\xe7\x57\x62\x5f\x1f\xf4\xdb\x6c\x92\xa7\x36\x1a\x5d\xd2\x07\xbd\x1d\x73\x43\xa1\xeb\xb2\x68\x3c\x2c\xda\x60\xd2\x07\xfd\x2e\x8b\x02\x2e\x0c\x98\xe9\x09\xfa\x9f\x45\xa7\xde\x61\x14\x50\x97\xec\xbb\x86\xba\x2b\x70\x64\x6e\x77\x8f\x4b\x43\xa1\xf1\xb9\xa7\xe4\xe5\xce\xe9\xb2\x68\xfc\xa0\xa3\xfa\xb8\xb5\xb1\xdf\x26\x01\xf5\x8e\x2e\x68\xed\x2c\xec\x1a\x1d\xcd\xf0\xab\x53\x8a\xcb\x9d\x2f\xda\x2c\xa0\x7e\x31\x7a\x24\x01\xf5\xed\x6e\x7d\x0d\xba\xf1\x20\x7e\x05\x98\x9e\x11\x02\x6a\x72\x1f\xa5\x14\x97\x3b\xbb\xa8\x64\x6e\xbf\xa8\xca\x49\x47\xf3\xa7\xd8\x7f\x63\x6b\xb3\x20\x4d\x11\x56\x3d\x5f\xde\xe0\x44\x59\x0c\xa6\xba\x35\x33\xbf\x39\xf9\x2e\xf3\x9b\xb1\x9e\x25\x5d\xc9\x47\x29\x61\x44\xf3\xc6\xb8\x9d\x4c\x9d\xbd\xdc\xcb\xba\x92\x6f\xec\xf3\x29\x6e\x9b\xc2\xca\x9a\x80\xcc\x7d\xaa\xb4\x00\x99\xfb\xe3\x77\x97\x3d\xf2\x1c\x5f\xc6\x1a\x28\x61\x74\x25\x57\x8c\x9f\xc9\x3b\x9a\xf7\x67\xab\x74\xad\x7a\x80\x2e\x0f\xdf\xc9\x58\x2d\x4d\x04\xca\xdb\xe0\x66\x63\xb5\x4b\x42\xe6\xe3\x71\xa3\x2b\xb9\x28\x70\xc2\x95\xdc\x19\x0d\xef\x68\xde\xaa\x04\x42\xe6\xa9\xb0\xfa\x8c\x58\x7f\x7d\x37\xfc\x11\x3e\x55\xd9\x50\xa2\x7e\xfa\x9b\x94\x8a\x91\x3a\x5b\xc9\xf6\xc5\x85\x26\x7e\x48\x96\x97\xfd\xd5\x95\xfc\x65\xab\xd2\x95\x8c\xed\x34\x7d\x46\x70\x0b\x85\xbc\x6d\xea\xb8\xf1\x75\x25\x5f\xca\xf9\xb8\x6d\xca\x59\x90\x80\x5d\x1c\x3a\x6f\x9b\x6a\x6a\xec\x81\x8b\x9d\x14\x93\x80\x35\xd7\xb3\xb8\xf8\x51\x19\x36\x75\x76\x76\x60\xc1\xc5\x6d\xdc\x7e\x48\x57\xb2\x67\xe2\x0e\x2a\x88\x1f\x62\xc5\xe6\xf8\xb1\x79\x66\x54\xf9\x24\x60\xbf\xf1\x6e\x84\x4d\xf1\x21\x33\x7d\x3d\xd8\xf4\x92\x99\xbe\x2e\x7f\x1c\xae\x64\xd7\xb3\x04\xec\x7b\xd1\x66\x23\x9a\xbb\xfa\x92\xb8\xb8\xd9\xaa\x23\x81\x33\x5b\x95\x11\xdc\x38\x4d\xd2\x89\x64\x32\xfe\xd8\x54\xe1\x51\x95\xfd\x55\x61\x38\x1e\x46\xb7\xcd\xf0\x30\xb2\x83\xe0\xe2\xfe\x56\xab\xf2\x22\xc8\xc2\xda\x30\xa2\x79\xb1\xbb\x6f\x5d\xc9\x13\x9c\x78\x83\x8b\xe7\x83\x3f\xf1\x36\xa2\xf9\xfe\x09\xe6\x4a\x37\xb8\xb8\xdf\xbf\x0a\xd7\x4a\xb7\x59\xb5\xef\x63\xb5\x46\x08\x26\xeb\x41\x0f\x21\xf5\x77\xba\xe3\xfa\x66\xf0\xd7\x7d\xe9\x6a\x04\x24\xde\x66\xd5\xfe\x7e\x08\x36\xe9\x06\x32\x77\xb2\x06\xa5\x3b\x92\x80\xa1\xc3\xdc\x06\x3b\x6f\xa4\xe2\xed\x5d\x54\x83\xdd\x7a\x5f\x11\x56\xe3\xbb\x91\xa7\xe2\x67\x18\x6f\x5d\xc9\x64\xa5\x4b\x77\x0a\x6b\x27\x3f\x06\x32\xb7\x79\xf9\xd4\x73\xf9\xa6\x66\xef\xa2\x3a\xf6\x37\xa9\x77\xa1\xed\xdf\x06\x3b\x77\xd4\xdd\x3b\xa9\x77\x5d\x16\x35\x01\x5d\x7e\x88\xa9\xd7\xe9\x73\xcb\xcd\xce\xd8\x51\x6f\xb3\x6a\xdf\x9f\x45\xf3\xcc\x54\x06\xd6\x88\x66\xe8\x61\xe9\x8e\xeb\x9b\x7f\x88\x76\xe9\x4e\x66\x89\xc7\x7a\x76\xcb\xcd\x4e\xfe\x58\x57\x72\x85\x36\x70\xcb\xcd\xf6\x40\xb9\x8d\x68\xe6\x42\xa5\x74\xcb\xcd\x26\x8f\x59\xba\xef\xc8\xab\x43\xab\x74\x25\x13\x3d\x91\xee\x3f\xae\x6f\xb6\x66\xc3\xe2\x40\xd0\xb7\x90\x79\x63\x0a\xbe\xef\x20\x70\xfa\x63\xc3\xc4\xaa\xdf\x8d\x64\x05\xfe\x38\xf4\x6a\x7f\x4c\x7f\xc9\x40\x9e\xee\x5b\x9c\x88\x21\xee\x96\x9b\xfd\x56\x7a\xa4\x2b\x39\x71\xea\xdd\x39\x52\x0d\xf3\x6e\x0e\x93\x48\xa7\x88\xde\xf5\x5e\x56\x25\x4e\xc4\xa6\x77\x47\x44\xf3\x6d\x55\x26\x1b\x99\xbe\x2b\x37\x1b\x5f\xd5\x6d\x44\x33\x17\xa4\xa6\x1b\x5c\xdc\xf7\x6b\x55\xea\xd5\xe8\x8a\x77\xe0\xe2\x6e\x9b\xf5\x37\xb1\x97\x6f\x5d\xc9\xaa\xbb\xb7\x29\xc2\x26\x96\x8a\xbb\xc4\x85\x35\xb4\xd9\x88\xe6\x5c\x59\x0c\xa6\xce\xae\xcb\x1f\x47\x32\x0a\x56\x5d\x89\xe4\x1b\xb4\xaa\xe8\x6f\xb2\xcd\x25\xfc\x6b\x0c\xbb\x04\xec\xf2\xfa\xd4\xfe\x0e\x3f\xa4\x7f\x2d\xfb\x63\x59\x6d\xe8\x99\xb7\xb8\xb8\xbb\x17\x24\x60\x1f\x8c\x1e\x77\x89\xb0\x29\x8b\x26\x1b\xe9\xb6\x8a\xf9\x6d\x1c\xfa\xb7\xb8\xf8\xdb\x74\x01\x5c\x5c\x8e\xd3\x2d\x2e\xee\x1c\x82\xb7\xae\xe4\x4b\xa9\x22\x01\xfb\xb8\xcc\xbc\x8b\xaa\xc7\xbb\x11\xd1\xcc\x84\x46\x1e\x30\xec\x54\x77\x8d\xa4\x85\xbe\xeb\xfe\x75\xe3\x04\x01\x3b\x59\x14\x27\xba\xf8\x25\x60\x13\x77\x9c\xee\x1a\xa9\xa4\x2d\xea\x3a\x9f\x76\x30\x52\x85\xd3\x05\xef\x68\xd6\x64\x7d\xc7\x85\x53\x4a\x51\x5d\xc9\x4d\xc1\x68\x1e\xb0\xed\x58\x19\xd1\x3c\x5f\xba\xdf\x94\xcf\xa8\xe5\xb7\xb8\x38\xdb\x8c\x70\x25\xff\x8e\x41\xfe\xbe\xd8\x8f\x60\x67\x94\xa5\xbb\x09\x31\x5c\x36\x06\x3b\xe7\x66\xfb\xcd\xfe\xe7\xc8\xc8\xcd\x6e\xae\xde\x26\x57\x19\x4f\xcd\xfd\x47\x8a\x30\xa6\xa0\xc5\x05\x2e\xac\x6d\x20\x73\x27\xeb\x4e\xba\x81\xcc\x53\xed\xe8\xee\xb2\x26\x50\x2c\xef\xee\x50\xa0\xa4\xdd\x40\xe6\x79\x6c\x46\x77\x28\x5c\x09\xdd\x53\xdb\x61\xec\x0e\x85\x07\x62\x0f\x6f\x05\xa3\xaa\x2b\x99\xbc\xa0\xe9\x16\x32\x57\x67\x04\xc8\x5c\xdb\xe5\x77\xe3\x82\x0f\x3a\x28\x64\xce\x2e\x2a\x5d\xc9\x79\x5a\x34\x42\x10\xbb\xe2\x1d\x59\xb5\x51\xd2\xee\xe0\x66\xe3\xb6\xbb\x75\x25\xf7\xe6\xd3\xb8\xab\x88\xaa\x46\x58\x77\x99\xfa\x61\x6c\xc5\xf1\xc7\x4e\x3d\x86\x8b\x5b\x6e\x36\x81\x18\xe9\x36\xa2\x39\x67\x8b\x71\x34\xd3\xc1\x11\xf3\xeb\xbb\x5a\xb3\x9b\x6d\x66\x7e\x6f\x60\xd4\x3d\x22\x2b\x3e\x43\x27\x37\xfb\xf6\x78\x95\x9b\x7d\xbb\x90\xa6\x61\x62\xd8\x6d\x6e\x63\x96\x6f\x4f\x2e\x6f\x9b\xba\x31\xf6\xde\xba\x92\xb9\xdb\x31\xdd\xb2\xaf\x6f\x1b\xe9\x6d\x53\xe5\x61\x16\x04\xc5\xb7\x47\x86\xae\xe4\x5b\xd9\x15\xb7\x4d\x0d\xab\x8a\x64\xe0\x2c\x15\x93\x80\x85\x76\x34\xe3\xa2\x40\xdf\xe5\x30\x3a\x95\xf9\x9d\x6e\x5e\x85\xe4\xa3\xeb\x0d\x07\xc4\xfd\xc8\x03\xc1\x6c\x7e\x3f\xae\x58\x1c\x91\x77\xc4\x2c\xab\xb3\x3d\x46\x13\x60\xe2\xbb\x23\x39\xf6\xb6\xe6\x08\x14\x62\x34\x8c\x59\x3e\xc9\xa7\x81\x23\xfc\xae\x38\x42\x0d\x21\x5c\xc9\x8d\x36\x3f\xf2\x5e\x5c\x1b\x8f\x99\xa0\xd4\x79\x44\xbe\x07\xf0\x7e\x3f\xea\x99\x97\x5d\x30\x86\xd7\x93\xfa\x95\x5d\xef\x1c\xbd\x0a\x67\xb0\xed\x2d\xf2\xad\x58\x0b\xef\xd7\xa4\x85\x0a\xe7\x37\x84\x33\x73\x14\xc8\x17\x2e\xd6\xfd\xea\x5a\xf5\xa4\x7e\xed\xaf\x52\x31\x5c\xc9\xd9\x77\xed\x2f\x76\xf2\x3b\x32\x7d\x81\x6e\xee\xc8\xf4\x85\x77\xe6\x7e\xed\xaf\x47\xd5\x6b\x7f\x61\x0f\xde\xaf\xfd\x1d\x36\xc3\xfe\x2a\x82\x22\x66\x59\x45\x7a\xd9\xdf\x87\x1e\x2d\xaf\x68\x51\x9b\x5a\xf6\xf7\xb1\x68\x7f\xe1\x60\xdc\xe1\x4a\xf6\x5c\x0b\x57\xb2\x8b\x61\xd9\x5f\xd5\x98\x65\x7f\x3d\xb8\x97\xfd\xfd\x7c\x6a\x7f\xe1\x35\xdd\xcb\xfe\x7e\x7e\x37\x32\x7d\xd1\x7d\x5d\xc9\xe7\xfb\x95\x91\xe7\x5e\x0e\xc5\xb1\x49\xda\xab\x6f\xc6\x2d\x92\x80\xb9\x5b\x3f\x87\xc2\x15\xf8\xc5\x9d\x98\x3e\xf5\x5c\x56\x48\xca\xbe\xbe\x94\x3f\x40\xe6\x7a\x29\x16\x3e\x87\xe2\xf8\x34\x28\x5e\x56\x35\xac\xca\xe2\xf4\x5d\x46\x46\x57\xb2\xce\xc4\x5b\xc8\xac\xa3\xea\x16\x32\x93\xeb\x32\xdd\xba\x92\x49\x24\x98\x6e\x5d\xc9\x57\xf1\x5d\xfb\x8b\xb7\xe2\xf6\xb6\xa9\x4b\xb1\xef\x6d\x53\x97\x2b\x41\xc8\x7c\x29\xba\x85\xcc\x97\xaa\x85\x49\xc0\x2e\x70\xdf\x2d\x64\xbe\x3c\xa6\x65\x5f\x73\x53\x5e\xba\xe3\x82\x66\x81\x83\x17\x34\x93\x42\x3f\xdd\x26\x01\xbb\xb6\xcd\xb0\xbf\xae\x22\xd9\xd7\x97\x60\x27\x5c\xc9\x97\xcd\x50\x94\x5d\xb6\x59\x3d\xe4\xb3\x66\x21\xa4\x7b\xea\xc4\xd6\x66\x34\x4e\x6c\x6d\x3a\x78\x5c\xea\xb0\x80\x6e\x20\xf3\x24\x9a\x32\xdd\xde\x36\xb5\xb0\x39\xdf\xb2\xaf\x97\xfb\xf1\x44\x1e\x78\xdf\xa5\xbf\x9f\x20\x0b\xc8\x3c\x43\x66\x02\x99\xe7\x54\x59\x32\x66\x39\x29\xba\x65\x5f\xcf\x64\xcd\x8a\xee\xe3\xbb\x1e\xbe\x2a\xff\x26\xc7\x7e\x1c\x0d\x63\x96\x33\x1a\x42\x36\x66\x39\x21\x6f\xb3\x49\xc0\x26\xee\xb3\x2c\xfb\x9a\x84\x12\x29\x5f\x8a\xee\xc7\x77\x23\xb3\x4a\xa3\xa8\xe8\x46\x45\xcf\xc6\x2c\x73\x07\x44\xca\xe2\xe2\x81\x49\x24\x47\x72\xec\xd7\x9a\xe3\xb6\x29\x9f\x9a\xaf\x12\x62\x70\x96\x7d\x3d\x87\xdf\x35\xf5\x6e\xf6\xc7\xe2\xe2\xcb\xef\x7a\x54\x61\xe2\xcb\x97\x81\x60\x30\x09\xb3\xb8\x38\x61\xc6\xc9\x26\x01\x4b\x3f\xfc\xf9\x94\x4d\x8e\x9d\xf0\x38\x64\x5d\xc9\x09\xfb\x67\xd6\x95\x9c\x30\x69\xe6\x24\x4e\xc4\xb2\x9a\xc5\xc5\x89\xbd\x90\x4d\x8e\xfd\x3a\x56\x29\x6e\x6a\x78\x28\x6a\xc6\xc1\xb4\x98\xef\xb0\xa2\xd3\xc8\x48\x70\x0d\x9c\xc9\x3a\x7c\x5f\x56\x5d\x36\x67\xf5\xcb\xc6\xc9\x91\x44\x0b\xb9\x97\xf5\xc3\xbe\xa8\x9a\xf9\x0e\x06\x23\xef\xca\x40\x7e\xb1\x93\x67\x61\xe3\x8b\xf8\xca\x32\x90\x5f\x38\x7e\x59\x4f\xeb\xcb\xba\xca\x59\x18\x05\xf4\xcb\xfa\x52\x17\x2a\x50\xce\x01\xfc\xf9\x2e\xc0\x70\x2c\x56\x5d\x36\x68\x77\x5d\xbe\x1b\x59\xdd\xe8\x60\x09\xa2\x3b\x1f\x32\xe1\xf3\xe2\x94\xcf\xa0\xb9\xb1\xb0\x6f\x67\xd1\xdc\xc2\xa1\x9f\x4b\xdc\x5d\xc5\xb0\xcb\xf5\x95\xcb\x9d\xe5\xdc\xe6\xf6\x8b\x6b\x56\x52\x16\x43\x65\x2c\xb4\xd9\xfb\x7c\x9b\x5f\xa9\x62\x46\x54\x8b\x5c\x0d\x0a\xbb\x59\x45\x55\x9a\x44\xb6\x68\x96\xb3\xdb\xaa\xbc\xd3\x21\x5b\x95\x41\xbb\x98\x0a\xb3\x41\xac\xad\x58\xb3\x34\x09\x2c\x24\xd9\xeb\x87\x1a\x7a\x57\x36\x2b\x54\x43\x5b\xc8\xd2\x71\x1b\x8a\x47\x16\x43\x91\x4b\x39\x65\x73\x29\xb7\x4e\xcd\xcd\xc8\x20\xc4\x51\x36\x88\xb5\xa1\xed\x67\xe9\xb8\x0d\x8d\x3d\xb7\xe0\x64\x5a\xb3\xfd\xc5\x8a\x95\x0d\x62\xbd\xe2\xe9\xb0\xc8\x7c\x45\x56\xa8\x69\x55\xd2\x42\xb0\x94\xe6\x16\x41\x9d\x36\x52\xba\x35\x2c\x82\x0c\x50\x9a\xd7\x6b\x23\xe3\xfa\x21\xd6\x67\x64\x85\xc2\x8a\x95\xf5\x2d\x7a\xa0\x64\x81\x92\x3e\xeb\xec\xf5\x43\x97\x6d\x06\x28\xcd\xcb\x3d\x25\x50\xe2\x42\xa5\x94\xbb\x34\x09\x9c\x08\xb9\x9b\xc5\xee\xf3\x5d\xfb\x0b\xba\xc9\x66\x85\xba\x14\x0b\x5e\xda\x7b\x01\xdf\x72\x0f\x1a\x8c\x8d\xb4\xbf\x9b\x59\x88\xd4\x4f\xee\xd6\x6e\x7f\x3f\xab\xb2\xbf\x58\x68\xb3\x9c\xdb\x4b\xe1\x3c\xec\xef\xa6\x0b\xfa\x16\x2f\x14\x86\x2c\x50\x4a\x6e\x40\x53\x3f\x25\x57\x6c\x5c\x3f\x94\xfc\xb1\x97\xba\xe2\x5c\xcb\xa6\x7e\x4a\x2e\xe0\xa1\xb9\xfe\xf6\x43\xc3\xa7\xcc\xa0\xb9\x94\xa5\x66\x65\x39\xb7\x7a\x5a\x73\xdc\x31\xc4\xe9\x93\x05\x4a\xd3\xe5\x1d\x40\x49\x99\x19\x50\xc8\x61\xf7\x5a\xde\x82\x3d\x21\x9b\x2d\xf9\x76\x16\x02\x28\x29\xf7\x02\x28\x29\xca\x04\x4a\xf9\xf3\x5d\xbd\xc3\xca\xbd\xf0\x1e\x62\x5c\xca\x02\x25\xf2\xf9\xa4\x2c\x50\x4a\x40\x83\x3c\x23\x8f\x19\x73\x04\x50\x9a\xaf\xa3\x21\x50\xca\x2e\x42\x81\x12\x17\x14\xa6\x3c\x23\x56\x91\x35\xe9\xb5\xbc\x9f\x53\xa6\x8b\xb0\xa3\x3d\xe6\xb8\x96\x17\x05\x29\xcb\xb9\xed\xee\x85\xc7\x80\x08\xb4\xb8\x1c\xb7\x08\x79\x36\x01\x94\xaa\xd6\xe0\x6c\xb6\xe4\xf1\xf9\xae\x44\xc4\xdb\x9a\x0d\xcb\xbd\x7d\xd7\xbb\x4a\x15\x50\x26\x77\xea\x00\xd2\xec\x2d\x42\xdd\xe9\x36\x7d\x53\xaf\xbe\x7b\x7c\xca\x9a\x7c\xa3\x47\x4c\xe8\x1b\xb7\x91\xf2\xae\xe9\x9b\x3a\x54\x90\x6c\x3e\xe4\xde\x7c\xb7\xf8\x94\x91\x34\xda\xb4\x83\x23\x72\x38\x01\xbb\x3f\xb6\x47\xb8\x81\xf2\x1f\x17\xef\x32\xa1\x26\x3d\xee\xdd\xaa\xec\x51\xff\x15\x6f\x3f\x4b\xb8\xed\x8f\xf5\x98\x5f\x54\x2d\x45\xff\x60\x1f\x36\xc9\xa1\x78\xed\xac\x43\xa1\x48\xf1\x0a\x21\x2e\xec\x4b\xd9\x40\xd4\xae\x28\xf3\x0a\xa1\x0e\xbe\xce\x7a\x0f\xbb\xea\x81\xde\xc3\x8e\x0d\x36\xeb\x3d\xec\x1f\x9d\x35\x10\xb5\x03\x7c\xf2\x0a\x96\x29\x83\x6c\x66\xa7\xae\xb2\x64\x3e\xe4\xae\x18\xf4\xe2\xdd\xee\x52\x5f\xf6\xd7\x05\xb9\xec\xef\xf1\xc7\xf6\x57\xe5\x41\xc2\x6d\x47\x55\xce\x42\xa1\x81\x22\x9d\x85\x42\xc3\x9d\xfe\xc5\x1d\xd3\x16\xed\xef\xb6\xe8\x62\xc6\x34\x9a\x85\x42\x43\x71\x24\x14\x1a\x2a\x00\x71\x85\x10\x36\xf6\x2c\x14\x1a\xb7\xef\x1a\xb8\x87\x4e\x9e\x85\x42\xd2\xe9\xb3\x50\x48\x6a\x68\x16\x0a\x8d\x61\xcd\xf4\x77\x4c\x46\x52\x28\x34\x54\x2c\x3f\xed\x72\x98\xfa\x33\x50\x68\x1e\x5b\x25\xab\x56\xb2\x5c\xd6\x7b\x48\x7a\xd2\x94\x65\xd5\x6a\x7b\xc9\xb2\x6a\xef\xee\x8f\xf5\xef\x0f\x8b\x26\xd5\x84\xc0\x99\x65\xd5\xde\x7e\xd7\x7c\xc8\x37\x7e\x9f\x1c\x81\xa8\x90\xcd\xf2\x36\x87\x00\xb8\x3e\xeb\x3d\xbc\x3d\x8b\x4d\xdf\x74\x7b\xda\x1a\x88\x7a\xab\xfd\xea\x3d\xbc\x5d\x1b\x91\xbe\x49\xf1\x2b\xab\xf6\xf6\xc4\xf4\xe2\xdd\x1b\x0f\x6f\x36\x10\xf5\x86\xe9\x91\x65\xd5\xde\xa0\xef\x7c\xec\xef\xf4\xc7\xf6\x57\xfd\xf6\xd8\x5f\x6c\x7a\xd9\x8c\xc7\x37\xe4\x87\x1c\x19\x8f\x15\x83\xc1\x9b\x75\xe3\xe8\x1f\xbc\x95\x8a\x27\x7a\x64\x33\xec\x11\xf6\xcf\x2c\xd8\xd1\x89\x99\x8f\x3d\x42\x73\x2e\xf2\x66\x6f\x76\x77\x91\x37\x7b\x63\x7a\x2a\x26\x68\xca\xd8\x7c\x8a\x19\x8f\xef\x9f\x74\x22\xa9\x5c\x71\xf3\x91\xef\x56\x7f\x7c\x28\x36\x8b\xfe\xd8\x19\xe4\x94\x2f\xf2\x66\x49\xa1\x9f\xca\x15\x19\x9e\x6f\x8a\xc1\x13\x1e\x14\x5f\xab\xf2\x5d\xfb\x0b\x75\xa7\x08\x76\xc8\xbb\x98\x8a\xbc\x59\xf2\xaf\xa6\x22\x6f\x56\x73\x68\x49\x86\xb4\x80\xa9\x4b\xb2\x47\xb8\xa1\x8b\x6e\xbe\x1b\x99\x53\x74\xf3\x65\x0c\x0e\x25\xd9\x23\x1c\xaf\x05\x47\xde\x20\x49\x42\x2a\xc2\x19\x6e\xf9\x4f\x45\xee\x6b\xce\xbe\xbb\x2c\xd2\x5f\xc1\x4e\xce\x56\x65\x9b\x51\x17\x4b\x38\xf2\x30\xa6\x15\xa1\x90\x94\xa1\x22\x14\x22\x61\x48\x2a\x42\x21\xee\xaf\x49\x45\xee\x2b\x97\xde\xa6\x22\xf7\xf5\x27\xcd\xf8\xdf\x15\xfb\xc5\x70\xd1\x8c\x5f\xa3\x08\xa9\x72\xb2\x5a\x63\xac\x9a\x4f\x8d\xb1\xc2\x50\x53\x04\x5c\xe4\x80\x4d\xc5\xfc\x4b\x39\xdb\x06\x87\x02\xbb\x71\x11\x8e\x65\x84\x55\x91\x16\x9b\x39\xc5\xca\x1d\xd3\xc7\x50\x08\xd6\x32\xa7\x67\xf9\x23\x5c\x94\x51\x15\xac\x65\xdc\x49\x45\x38\x96\xd9\xad\xc5\x80\x50\x52\x9a\xa4\x22\x1c\xcb\x8f\x4f\x6d\xf3\xe3\xbb\x31\x7d\xb4\x59\x38\x96\xa7\x1f\xb2\xcd\x9c\xda\x25\xdb\xe6\xee\x53\xdb\x8c\xfe\x53\x0c\xf9\x34\x22\xbb\xe8\xa7\xcb\x88\xc1\x22\xb2\xcb\x08\x9c\x22\xb2\xcb\x9c\xe9\x45\x64\x97\xa7\x4f\xed\x11\x2e\xec\x62\xe6\x61\x72\xb1\xa6\x62\xa2\xa4\x8c\xb6\x5f\x8a\x73\x84\x3a\x54\x84\x81\x5c\x24\x97\x8a\x30\xd0\xd8\x8a\x22\x7f\x35\xc3\x89\x2a\x66\x1e\xce\xee\x38\xaf\xf2\x19\x6e\x5e\xaf\xf2\x29\xc9\xa7\xde\x4e\x7e\xd9\x66\xfb\xcb\x99\x58\xaa\xfd\x3d\x16\xed\x2f\x3a\x6a\x31\x51\x52\x71\x4f\xc9\x5f\x25\xf7\x5a\x2a\x55\xaa\xb6\x9b\xb7\xca\x7f\x73\xb7\x1a\xf2\xc9\xad\x2b\xa9\x98\x28\x49\xfd\xb6\xc8\x5f\x2d\xca\x9f\x1a\xfd\x65\x42\x0d\xea\x94\x04\x55\xaa\x33\x88\xae\x58\xbc\xc4\x36\x43\xc0\x28\xa0\xc8\x51\xf0\x92\x94\x16\x3d\xe2\xa9\xa9\x90\xb2\x42\xb2\xd9\x23\xb4\xc1\x62\x50\x67\x51\x4a\x34\x7b\x84\xf6\x5b\x0c\xea\x2c\x10\x1a\x0b\x28\x72\x90\xaf\x32\x95\x66\x9b\xbb\x3f\x66\x8e\xca\xf0\xc7\xaf\x4f\x19\x2b\x39\xa8\x45\x09\xa3\x43\xad\x14\xdb\xec\x1c\xb9\x71\x0c\xdb\x34\xdc\xbb\x18\x9b\x59\xd0\xe2\x8a\xb1\x99\xdc\xa3\x9d\x8a\xb1\x99\xb2\xe9\x4a\xb7\x47\x28\x96\xc5\x6b\x6a\x8b\xeb\x4a\x0e\x2a\x09\xa9\x52\x31\xd9\x51\x01\xa1\x14\x63\x33\xc9\x55\x9b\x8a\x0e\x35\x92\x33\xa4\x22\x07\xb5\x28\xba\xcd\x1e\x5c\x38\x4f\x8b\xd9\x83\x0b\x8c\xa9\xd2\xed\xaf\xab\xdd\x64\x47\x45\xd1\x2d\x07\xb5\x3c\xb6\xca\xfe\xe2\x67\x2f\x72\x50\x0b\x07\x68\xf1\xce\x9d\x82\x86\x50\xe4\xa0\x16\xf7\x82\x0e\x35\x92\xda\xa5\x12\x77\xee\x78\xfa\xc8\x41\xad\xe8\x78\xc5\x64\x47\xba\x36\x8a\xb1\x99\xc5\xa5\x12\xc9\x8e\xb2\xcd\xa0\xbf\x5c\x4c\x96\x8a\x1c\xd4\xaa\xd8\x94\x83\x5a\x31\x1e\x16\x93\x1d\x55\x60\x45\x31\x36\x53\x24\x58\x86\xfd\x3d\xb6\xca\xf0\x10\xd7\x95\x1c\xd4\x9f\x74\x55\x7f\x5f\xec\x1b\xd4\x59\x15\xbf\x06\x75\x56\x3c\x44\xc5\xa0\xce\xea\x49\x64\xf6\xe0\xea\xfa\xf4\x9a\x5a\x2e\x54\x4a\x65\x3a\x14\x1e\x3d\x7a\xe2\xb8\xda\x3b\x15\xaf\xe3\xa9\x0a\xba\xe9\x50\xa8\x78\x78\x1d\x4f\x55\xb2\x99\x07\x89\xac\xa7\xa9\x18\xd4\xc9\x0d\x4a\xa9\x00\x30\x47\xed\x76\x76\xfb\xae\x8d\x8c\xe4\x30\x8c\x8c\x41\x9d\x55\xd1\x6d\x50\xa7\x64\xdd\xe2\x75\x3c\x15\xad\xac\xc8\x41\xad\x9e\x20\x72\x50\xab\xeb\x13\x80\x39\xaa\x2b\xff\xb1\xbf\xaa\x34\x8f\xfd\x75\x82\xe4\xa0\xb6\xdb\x9a\xbd\xa3\xe4\xb2\x19\x32\xbe\x6e\x9b\x21\x9d\x1e\xc6\x54\x79\x8c\x1c\x71\x6b\x1b\xd4\xb9\x31\x6b\x14\xe1\xe7\x51\xf1\x10\x7e\x4e\x7f\x2c\xfc\x9c\xf0\x57\xcb\x2b\xa3\x8f\x58\xfe\x22\xfc\x9c\x98\xaf\x8b\xf0\x73\x2a\x9d\x84\x9f\x13\x53\x7f\x11\x7e\x86\x46\x27\xfc\x24\xaf\x57\x2a\xc2\x4f\xcd\x8c\x45\xf8\xb9\x6e\x9b\x61\x06\x09\x15\x1e\xb3\x07\xeb\xd2\x2d\x72\x50\x6f\x0f\xee\x37\xe8\xe5\x7e\x48\xfa\x31\xbe\xd4\x22\x07\x55\x35\xbb\xc8\x41\xbd\x81\x7e\x65\x45\xf6\x6f\x3a\x68\x50\x27\xf7\xe8\xa5\xb2\x82\x6e\x4d\x9b\x0d\xea\xbc\x31\xe7\x96\x65\x0a\x59\xb7\xe7\x8a\x94\xaa\x7c\x57\x86\x6a\xa8\x52\x2b\x12\xa1\xb3\xf1\x4d\x76\x94\xa3\x2a\xf3\xb6\x11\xe0\x5c\x0c\xea\xd4\x76\x5a\x0c\xea\xcc\x0a\x58\x19\xaa\x59\x71\x24\x43\x35\x2b\x60\xcd\x1e\x9c\xb1\x07\x96\x25\xe7\x16\x64\x54\x3e\x2f\xaa\x50\xb0\x9b\x3d\x58\x6e\x40\xf1\xce\x9d\xd0\x01\xcc\x1e\xcc\xa5\x7b\xa9\x7c\xf6\x17\x6c\x5b\x3e\xfb\xab\x08\xfd\xec\xaf\x0b\xd8\x64\x47\x19\xe0\x50\x3e\xfb\xfb\xf9\x21\xfb\x2b\x8e\xf8\xcc\x53\x57\xfd\x50\x5c\x43\xcc\xe0\x7c\xd1\x5f\x7f\x4c\x7f\x0b\xac\x98\x02\xc6\x6c\xc5\x15\x1b\xd7\xd4\xaa\x5d\x88\x31\x8b\x0a\xa1\x29\x82\x0b\xc8\xb7\x98\x22\xb8\x28\x9c\x4d\x76\x14\x07\xb7\x91\x9b\x05\xa3\x74\x31\x45\x70\x51\x9a\xc9\x50\x2d\x80\xca\x02\xc6\x6c\x71\xcc\x79\xe7\x4e\x99\x56\xe5\xf5\x61\x4e\xa8\xb7\xcd\x16\x40\x65\x31\x9d\x51\x9c\x4d\xde\xaa\x63\x60\x75\xd1\xa1\x16\x67\xe2\xb1\x47\xae\x58\x63\x33\x8b\x30\xca\x24\xc0\x05\xeb\x68\x91\x83\x5a\x85\x60\x3a\xd4\xe4\x25\x16\x93\x00\x73\x3b\x5e\x2a\x3a\xd4\xce\xef\x43\xf7\xf7\xc5\xbe\xbe\xb6\x23\xe0\x32\x6c\xb3\x26\xbf\x62\x92\x3a\xd5\x30\x7d\x6d\xdc\x55\x94\xca\x1f\x17\xee\xf8\x54\xeb\x9f\xfa\x5e\xf8\xda\xb6\x55\x49\x74\xc1\x9d\x5d\xc2\xd7\x06\x76\xab\xfa\xda\x0a\x51\x7e\x55\x5f\x5b\x41\x0c\x56\x7d\x6d\xaa\x7f\xd5\xb0\xcd\x52\x7c\x37\x52\x3a\xfb\xd4\xc8\x44\x76\x6b\xf5\x6e\x59\xa7\xbe\x9a\xbc\x48\x3a\x6e\x8d\x94\xbf\x1c\x97\x55\xf7\x59\xb9\x7d\xd7\xf0\x96\x6c\xab\x8c\x4c\x1c\x16\x4d\x4e\x85\xfb\xbe\xea\x3e\x2b\x90\xc0\xab\xee\xb3\x82\x1c\xa8\xba\xcf\x4a\xf3\xc7\x66\xc2\x1c\x16\x25\x52\xa2\x95\xd5\x64\x8f\x9a\x45\x7b\x84\xd7\xa0\xa6\x48\x83\x70\x51\xb4\x47\x8f\x4f\xed\x11\x94\x92\x2a\x71\x54\x85\xa7\x1a\x6b\x59\x3e\x9f\x46\x4e\x1e\xdb\x6c\x8f\x08\x6f\xa9\xb7\x6d\xe6\xe0\xae\xb7\xc3\x0e\x37\xa9\xc6\xed\xb1\x60\xe4\x2a\x35\x54\x72\x60\x0d\x6a\x28\x3a\x5b\x35\x9a\xb2\x40\x3e\xaf\x5e\x67\xc3\x15\x1e\xa9\x9a\x29\xa8\xa0\x03\xd4\xc8\x14\x04\x8e\xa8\xb7\xad\xc2\x96\x58\xa5\x77\x72\xc7\x59\xaa\xa6\xde\xad\x88\x85\x1a\xa9\x77\x89\xb4\xad\xd2\x3b\x2b\x52\xa2\x9a\x29\xa8\xb0\x44\xab\x11\x91\x15\xd7\x6a\xf5\x06\xd8\x82\xcb\xaf\xe6\xb8\x5d\xcb\xef\xca\xf2\x62\x2f\x54\x80\x61\xad\xb7\x1f\x32\x26\x1d\xbb\x71\x95\xc0\x59\x9b\x4f\x0d\x6c\x1c\x56\x65\xf2\x64\x3c\xbc\xd5\x5c\x40\x15\xc7\x56\x95\xc0\x59\x91\x3f\xb5\x78\xf1\x25\x52\xb1\x9a\x0b\xa8\x56\xdf\xa5\x47\x06\xda\x54\x33\xe8\x56\x08\x8d\x15\x60\x58\x2b\x2a\x41\x35\xb0\xb1\xa2\x03\xd4\x62\xde\x7b\x37\x8e\x58\x8f\xdb\x81\x53\x95\x93\xc9\x55\x38\xa9\x9a\x14\x97\x4c\x83\xa9\x96\xb8\x48\x9a\x61\x97\x93\x69\xba\xaa\xea\xdd\xac\x15\x0a\x4d\xd5\xd5\x58\xf1\x2c\x57\xfd\x89\xaa\x5e\xd5\xf4\x3e\x15\x77\x5b\x95\x93\x59\x87\x3f\xb6\x0b\xa8\x04\xb5\xc6\x2d\x42\xcc\xbe\xe9\x7d\x2a\xa0\xb2\xca\xc9\x34\xcb\x50\x35\x56\x51\x55\xb3\xca\xc9\xac\x9f\x55\xd9\x23\xf7\x6f\xdc\xbe\x8a\x24\xaf\x26\xf0\xe1\xd2\xed\x54\x65\x5d\x56\x4c\x5e\x55\xd6\x65\x5d\xfe\xd8\xc0\x79\xf4\xf9\x6a\x34\x62\xc5\xe3\x50\xbd\x5f\xd5\xb0\x94\xda\xe2\x52\x42\xda\x6c\x62\xdb\xea\x6a\x97\x3c\x59\x97\x3f\xb6\xcd\xdb\x9a\x9d\x23\x10\x4a\xf5\xb6\x17\x43\x78\x6a\xdc\x91\x7a\xea\x2f\xc4\x7e\x35\xcd\x0e\x37\x46\xa5\x2a\x94\x93\x89\x54\x7b\x24\xb7\x64\x90\xe3\x22\x98\xcb\xaf\x74\x8b\xac\x04\xc3\x09\x1b\xf6\x84\x1a\x69\x76\x6e\xab\x32\xc5\xba\x12\x55\x6e\x64\x3d\xd6\x2c\x17\x14\xd3\x77\x95\x1b\xa9\xaa\x5c\xe5\x46\x1a\x02\x59\xe5\x46\x36\x94\xd2\x3a\xe2\xba\x49\xa6\x40\x6e\x64\x53\xb0\x7b\x7d\x6a\x43\x0b\xad\xa6\xd9\x69\xc4\xf0\x56\xb9\x91\xa6\x14\xa8\x72\x23\x9b\xa7\x80\xdc\xc8\xe6\x52\x97\x1b\xc9\xdd\xe5\xa9\xca\x8d\xd4\xef\x5c\x4d\xb3\xd3\xf0\xd4\x54\xb9\x91\x4d\x39\xaf\xcb\xaf\x79\x0a\xe8\xf2\x6b\x78\x79\xaa\xec\x47\x73\x7a\x54\x5d\x7e\x0d\xd3\x53\xd5\xe5\xd7\x60\x30\x56\x5d\x7e\xcd\x55\xa4\xcb\xaf\xa1\x3c\x54\x5d\x7e\xcd\x55\xa4\xcb\xaf\x61\x9a\xa8\x33\xee\xfb\xf0\x43\xf6\x08\xe7\x69\xd5\xe5\x67\x7e\x9b\xaa\xcb\x8f\xab\xb8\x52\xd5\xe5\x47\x4a\xe7\x54\xe5\x46\x76\xa8\xda\x55\x97\x9f\xf9\x5e\xaa\x2e\x3f\xae\x40\x4d\x35\xd2\xec\x28\x42\x75\xf9\x6d\xb4\x8b\x1a\x51\x81\x8a\x5f\x5d\x7e\x5b\x01\xab\xcb\x6f\x67\x8b\xd5\x22\xfd\xd5\xa9\xc7\xe5\x62\xa9\xea\xd4\xdb\x4e\x8a\x4e\x3d\x43\x89\x6b\x24\xd2\x41\xdf\xab\x3a\xf5\xc8\xc2\x9d\xaa\x4e\xbd\x85\x0d\xa4\x9a\x48\x67\xa1\xe0\xd5\x48\xa4\x83\xf7\xbf\x8a\xb9\x16\xd4\xd0\x2a\xe6\x5a\x28\x87\x55\xcc\xb5\x14\x65\xa2\xaa\xa5\x38\x12\x55\x2d\x3c\x2c\x55\x54\x45\x6a\xf7\x54\x03\x55\x79\x28\x04\xaa\x02\x53\xd7\x40\x55\x18\x4c\x6a\xa0\xaa\xc7\x77\x0d\xca\xc6\x97\x51\xf5\xdc\x2d\xe5\xad\x9e\xbb\xe5\xc1\xad\xe7\x6e\x2d\x9f\xda\x23\x90\x6f\xd5\x73\xb7\x94\x3f\x7a\xee\x96\x82\x3d\xee\x64\xf9\xff\x10\x76\x1e\x57\xdb\xb3\x3a\x14\x6d\xc9\x06\x93\xca\x21\xf6\x5f\xc2\x5d\xf7\xd9\x9b\x7f\xf8\xbd\x43\x96\x13\x18\x10\x3a\x0a\x47\xca\x0d\x3d\x77\x93\xe0\x9c\xa4\xe7\x6e\x2a\x9d\xf4\xcd\x2d\xb7\xb3\xbe\x39\x73\xa5\x93\xbe\x39\x93\x9b\xd2\xbc\x69\xe6\xbe\x99\x11\x99\x87\x9b\xf4\xcd\x2d\x35\x40\x7d\x73\xcb\x43\x5f\xdf\x9c\x69\x38\x49\xdf\xdc\x8a\x3e\xab\xa3\x19\x04\x9a\xf4\xcd\x2d\x62\x4e\x92\xbe\xb9\x85\x25\x39\xe9\x9b\x5b\xae\x1c\x7d\x73\x0b\x5a\xc2\xa4\x6f\xce\x10\xeb\xa4\x6f\x6e\xb9\x9d\xf5\xcd\x2d\xf5\x52\x7d\x73\xe6\xce\x24\x7d\x73\x0b\xbc\x96\xf4\xcd\x49\x26\x93\xf4\xcd\x2d\x75\xcb\x4b\x12\xeb\x61\x74\x33\xfb\xd4\x00\xc1\x4d\x75\x62\x2d\x4c\x86\x29\xae\xf1\x57\xdc\x7e\x32\x82\x71\x61\xed\x4c\x46\x30\x1e\xdf\x63\x04\xe3\x51\x83\x35\x82\xf1\xd8\x25\x23\x18\x4f\xf5\xaa\x19\xf7\xd8\x24\x93\x11\x8c\xc7\x4d\x64\x04\xa3\xc4\x32\x69\x5f\x3e\x64\x6f\x36\x43\xd9\x95\x6f\x04\xe3\xc1\xe6\x93\x8c\x60\x3c\x2a\xb4\x46\x30\x1e\xf7\x85\x11\x8c\x67\xf8\xac\x11\x6e\x4a\xf2\x7d\x49\x44\x59\xdb\x00\xae\x12\x7c\x95\x49\x7f\x7a\xf1\xd2\xb9\x99\x5f\x4c\x81\x69\x7d\x81\x50\xed\x64\x8c\xa2\x9e\xb8\x24\xdd\x8d\xfe\xb2\x24\x43\x6c\x98\xbe\x19\xdc\xa4\xdf\x2a\xc9\x10\x1b\x3c\x97\xc1\x4d\x25\x78\x88\x1f\xab\x37\x82\x8c\x12\xb8\xa9\x84\xe3\xb3\xd6\x19\x39\xf6\xca\x3a\x14\x2a\x1e\xd2\xdd\x98\xdb\x95\x4d\xeb\x0b\xa8\xac\x19\xdc\x54\xe2\x63\x53\xba\x72\x7c\x37\xf9\x31\x6b\xfe\xf5\xaa\x04\x3e\xc1\x57\x59\xe4\x0b\xc1\x9e\xad\x9c\x42\x9d\xd6\x37\xcb\x01\x2b\x57\x4c\x36\x3b\xcf\xcc\x91\x6c\x14\xa2\xd6\x95\xfc\x98\x98\xc9\xd1\x9c\xad\x9c\x12\x83\x37\x6f\x9b\x93\xa6\x23\xc2\x70\x9a\x81\x51\x45\x8f\x58\x36\x3b\x2f\xa2\xd0\x66\x4b\x91\x46\xce\xf1\xfc\x5a\x69\x82\x43\x3f\xbf\xb7\xd4\xac\x37\x3b\x5e\xb6\x76\x96\xe8\x55\x8a\xd1\x6c\x76\x5e\x44\x93\xcc\x66\xe7\x05\x44\x4a\x16\x64\x35\xfb\xfc\x4a\x8c\xb9\xfd\x90\x51\xa6\x08\xab\x2c\xc8\x6a\xc4\xfb\x65\x89\x5e\x1b\x09\x11\x59\x3a\xd6\xc6\x4e\xcf\xd2\xce\x34\x76\x59\xb6\x2a\x68\xc3\x2b\x94\xc3\x2d\x72\xc1\x10\xac\x0a\x4a\x81\xb0\x37\x5b\xdf\xa4\x55\x9f\xed\x36\x99\x32\xfc\x6b\xad\x71\x54\x65\x91\xd1\xf6\x55\x22\x23\x29\x89\xb2\xc8\x68\xa3\xc0\x67\x91\xd1\xe6\x20\xcb\x22\xa3\x4d\xc4\x66\x8e\x37\x31\xca\x57\x79\xda\xa2\xc0\x67\x39\x54\x0d\x58\xcd\xe2\xa6\x8d\x91\x27\x8b\x9b\x8c\x7d\xcd\x3a\xd4\x56\xb2\x69\x22\x27\x1b\x27\x8b\x9b\xf6\xb2\x93\xea\x0f\xcb\x4e\xaa\x3f\xb0\xad\xb2\xb8\x49\xc6\xd1\xac\x43\xed\x1d\x36\x15\x5f\x1c\x64\x59\xdc\x74\xd0\xd8\xb3\xb8\xe9\x00\x1c\xb2\xb8\xe9\x80\x31\xb3\x84\x30\x8f\xfb\x48\xdc\x04\x41\xfd\x9b\xbf\xcb\x8d\xe3\x9b\x15\x5f\xe8\x5a\xf9\x53\x7c\x6d\xaf\x2a\xbe\x8e\xcf\x2a\xa0\x6e\x9f\xad\x4d\x40\x28\x48\x16\x46\x19\x60\x9f\x65\x49\x7d\xd0\x97\xb2\xa9\x6d\x0f\xa4\x10\xd9\xda\x22\xcf\xff\xcf\xd3\x7f\x8a\xfd\x9c\xac\x28\xe4\xda\x96\x0d\xc6\xd8\xfb\x9c\xee\x60\xed\x83\x5c\xee\xc1\x8f\x3a\xd8\xe0\xb3\x66\x35\x2a\x25\xac\xe3\xf9\x44\x5f\x25\x9b\x84\x22\x45\xbe\x17\x43\xe2\x73\x92\x9d\x1e\xcd\x2a\xcb\xf7\x42\xd5\xec\x37\x5b\xa9\xf3\xc9\x5e\x75\xb0\xee\x8b\xec\x60\x5d\x9f\xd9\x11\x35\x6f\x76\x44\xdd\x9b\x1d\x51\xb3\xe9\x88\x40\xa3\x59\xbe\x97\xa7\xf9\x5d\x47\xc4\xc9\x95\xa5\x48\x35\x62\x33\x9b\xbc\x66\x74\x7d\xce\x52\x93\x0d\xaf\x2e\x9b\x8c\x57\x8a\xd4\x67\xf9\x5d\xc7\x8b\x2f\x35\x97\x5b\xbe\x90\x21\xc8\xf7\xf2\x60\xbe\xce\xf2\xbd\x18\xde\x99\xe5\x7b\x79\x31\x5c\x64\xf9\x5e\xde\xe0\xb3\x8c\xf7\x55\xfc\x02\xd0\xb2\x21\x8b\xd9\x4a\x9d\xcf\xf1\x55\x8c\xf7\x7d\x7c\xd5\x65\x1d\x64\x41\xca\x83\xfa\x3a\xbf\x45\x2a\xb6\xcf\x5e\x31\xde\xb7\xf8\x21\xc6\xfb\xa2\x76\xe6\x62\x79\xbb\xe6\x87\xa4\xda\xc3\x9a\x94\xe5\x41\x7d\x87\x4d\xc6\xfb\x82\x5f\x32\x00\x2d\x1b\x58\x98\x05\x68\xc7\x5f\x77\xcb\x71\x2a\x34\x8c\xc9\x94\x5f\x2b\x1b\x93\x99\xc0\x2f\xd9\x98\xcc\x84\x1d\x32\x1b\x93\x99\x3c\x13\x81\x60\x2d\xe1\x20\xcb\x32\xba\x88\x40\x73\xbd\x8c\xeb\xfc\xd8\x66\x9c\x30\x50\x37\x37\x63\x7d\xdd\x29\xb2\x95\x66\xac\x94\xb9\x99\xd9\xe7\x41\x26\xc5\x68\x70\x2f\xb4\x4b\x76\xc4\x00\xdb\x4d\xa6\xa0\x69\x2d\xcb\x09\x60\xc9\x5d\x3e\x64\x20\x67\xee\xb7\x2c\x2f\xb3\x70\x29\x46\x51\xe0\xb3\x14\xa3\xb3\xfa\x2a\xc9\x9d\x80\x24\x59\x46\x94\xe9\xa4\x80\x8c\xb2\xe8\x26\x77\x4b\xda\x79\x18\x49\x22\x3a\x31\x3c\xe6\xcb\x79\x52\x6d\xca\x98\x41\x00\x43\xee\x32\x96\x2f\x3f\xe4\x88\x9c\xd0\xe1\x88\xdc\x83\xe3\xd2\xa2\x32\x29\xc3\x3e\x03\x57\xf3\xb8\x84\x54\xfc\xc9\x61\x9f\x71\x40\x64\x59\x4d\xa6\xc2\x59\x56\x93\x79\xf8\x1b\x60\x9f\x3c\x9d\x7d\x3d\x4a\x53\xe1\xac\x47\x49\xec\x93\xf5\x28\x4d\x3c\x77\x59\x8f\xd2\x44\x13\xcb\x7a\x94\xa6\x8b\x41\x8f\xd2\x52\x6f\xd1\xa3\x24\x7e\xc9\x7a\x94\x16\x76\x8f\xac\x47\x49\xae\xb9\xac\x47\x69\x91\x2b\x94\xf5\x28\xad\xc7\x67\x93\x4d\xfe\x95\x1e\xa5\xa5\x60\xd7\xa3\xb4\xdc\x92\x7a\x94\x4c\x7e\xcf\x7a\x94\x96\x3a\x8f\x1e\xa5\x1f\x6e\xfa\xb7\xd8\xd7\xd9\xb4\x5c\x72\x3a\x9b\x16\x11\x50\x59\x67\xd3\x22\x7c\x28\xeb\x6c\x5a\x38\x6e\xb2\xce\xa6\xe5\xfa\xd4\xd9\xb4\xb0\x0d\x66\x9d\x4d\x4b\x5d\x42\x67\x93\x28\x29\xeb\x6c\x5a\x04\xab\x64\x9d\x4d\x4b\xe5\x41\x67\x93\x94\x7d\x59\x77\x92\xb9\xa5\x59\x77\x92\x04\x71\x59\x77\xd2\x2a\x5e\x75\x44\x6a\x56\xba\x93\xa4\x25\xc9\x97\xf0\x84\xe0\xf3\xac\x3b\x49\xb0\x93\x6f\x31\x4a\xec\xc6\x59\x77\x92\x9c\xa8\x79\x5f\x02\x76\x86\xa0\x3b\x69\xb9\x20\x75\x27\x69\x9a\xc8\x97\x08\x14\x0b\x5e\xd6\x9d\xb4\x94\x5d\xba\x93\x16\x31\xa8\x59\x77\x12\xe5\xb9\xdf\xbc\x2f\xdb\x18\x93\xab\x3b\xc9\xa4\xf2\x6c\xc5\xc9\xd5\xed\xd5\x2d\x36\xea\xcd\x8e\x37\x7b\x95\xf1\xee\xcf\xa6\x04\xdd\xd9\x9b\x65\x45\x70\x8b\x9d\xcb\xae\xc6\x00\x75\x36\x6d\x77\xba\xee\xa4\x1d\xbd\x39\xf9\x5d\x7e\x9d\xd5\x31\x34\xb6\xe4\x4b\xf5\xb9\x7c\x55\xf5\x43\xfc\x9c\xe3\x88\x88\x5c\xca\x47\x56\x5b\xff\xa4\x54\x9f\x07\x9b\x5e\x96\xea\x73\x6f\xbf\xeb\x88\x54\x3b\xcf\xa5\x1c\x67\x42\xcf\x1d\xd1\xef\xd9\xf2\x38\x22\xce\xe2\x62\x75\x8c\xcd\x71\x53\xa4\x34\x91\x8a\xad\x58\x1d\x63\x73\xbc\x16\x79\x4b\x36\xfa\x5e\x91\xea\x93\xaa\x3a\x6f\x91\xea\xd3\xb4\xdc\xf2\x5c\x6a\x53\xaf\x32\x5e\x2a\x37\xbd\xe5\xb9\x23\xf2\xcd\x8c\x48\x06\xef\xf2\x38\x22\x6c\x6b\x05\xec\x93\xa9\xb3\xfc\x16\x99\x49\x0e\x19\xeb\x05\xec\x93\x0f\x06\x84\x22\x99\xa7\x59\xab\x45\x66\x12\xca\xe3\xbe\xc5\x22\x17\xe6\xe1\x16\xab\x46\x9e\x60\x53\x06\xbc\x6a\xd3\x7a\x1f\x40\x83\x22\x99\xa7\x68\xbd\x58\xe4\xe2\x10\x50\x54\xc0\x3e\xf9\xe0\xf7\x29\x32\x93\x98\xc4\x5a\x64\x26\x39\xc5\x6e\x38\x5e\x34\xf6\x22\x33\x89\x6a\x76\xb1\xc8\xc5\x61\x06\x8b\x64\x9e\x07\xe0\x50\x24\xf3\x3c\xc4\xcb\x15\xab\x46\xca\xe1\x5c\x2c\x72\xa1\x5e\x5d\x6e\x91\x0b\xe4\x7c\x91\x99\x44\xa6\xe5\x12\x1c\x2f\xcb\xac\x04\xc7\x8b\x9c\x2f\x16\xb9\xb0\x28\x40\x01\x55\x95\x07\x7d\xa9\x04\x19\x1d\x51\x8f\x4b\x90\x54\x2a\xda\xc9\x61\x93\x09\x95\x99\xe4\xf9\x7c\x33\x87\xfe\x93\xec\x06\xea\xfd\xa8\x76\xe3\xd8\x64\x06\x2f\x33\x09\x56\x91\x12\x6f\x01\x6b\xba\x21\x40\x1b\xdd\xab\x32\x93\x10\x1f\x58\x00\x68\xe5\x47\x74\xf6\x4f\xb1\x5f\xc0\x6e\xad\x23\x7e\x8b\x3c\x9f\xd4\x96\x7d\xcb\x25\x2d\xd9\x36\xab\x4d\x6f\x26\x3a\xc5\xca\x1a\x45\xec\x66\x4e\x5c\x11\xbb\x6d\x42\x4c\x8b\xc1\x90\xe3\xb1\x29\x05\xb7\xb3\x19\x2f\x6f\xad\xa3\x93\x0c\x10\x77\x61\x31\x18\xf2\x6c\x9b\x92\x79\xda\x0d\x83\x21\xc5\x50\xc5\x60\xc8\x83\xfa\x57\x0c\x86\x34\x51\xba\x18\x0c\x69\xa2\x71\x31\x18\xd2\xbc\xe9\x22\x69\x89\xac\x83\xe5\x33\x41\xe9\xf1\xcd\x26\x28\x11\x63\x50\x24\x2d\x79\x82\x6f\x36\x41\x09\xb1\x5f\x6e\xfd\x0b\x80\x52\xf9\x4c\x50\x7a\xbd\xd9\x04\x25\xb0\x4f\x49\xa6\x20\x21\xe8\x4a\x32\xe5\xca\x8d\x9f\x4c\xb9\x42\xa2\x16\x93\xe6\x1e\xac\x1c\xc5\xa4\xb9\x87\x58\xac\x62\xd2\xdc\x93\x6c\xda\x67\xe5\x8f\x49\x73\x0f\x16\xcb\x22\x04\xcb\x6e\x31\x93\xe6\x1e\x65\x88\x49\x73\xa2\xaa\x62\xd2\xdc\x53\x7d\x95\x49\x55\x98\xaf\x8b\x49\x73\xe2\xa6\x62\xd2\xdc\x83\xc5\xa0\xdc\x1a\x16\xf6\x59\x17\x98\xe9\xf9\xe5\x12\x72\xe2\x5b\x2c\x56\x7e\x34\x77\xb8\x48\x3c\x32\xa3\xaf\xd2\x3b\xdc\x6d\x6a\xeb\xbe\x6f\xd6\xd6\x8d\x77\xa6\xe8\x20\x1b\xb8\x54\x8a\x0e\xb2\x99\xed\xa4\xb6\xee\xec\x77\xd9\x9e\x5a\x0b\x4b\x16\x7d\x2b\x42\xf3\x2d\x72\xca\x9b\xad\xfc\xe8\xd9\x54\xca\xcd\x62\xe0\xd7\xe9\x5c\x3b\xf8\x52\x8b\x49\x73\xc3\x21\x14\x6d\xfb\x1c\xcd\x45\x0f\x9a\xf5\x6b\x8a\x1e\xb4\xe6\x9f\xd4\x83\xa6\xa1\xa6\xe8\x23\x6b\xdd\xab\x1a\x97\x08\x4a\x2c\xfa\xc8\x1a\x51\x4f\xe5\x96\xa2\xf0\x5f\xe9\x23\x6b\x6e\x76\x7d\x64\x0d\x4f\x7a\xa9\xb7\xf6\x1f\xf3\xab\x8f\xac\x0d\x9b\xc6\x80\xe1\x60\x2a\x42\xb0\xe6\x89\xa9\x8f\xac\x61\xc6\x29\x7a\xc1\x1a\x4a\x4e\xd1\x0b\xd6\x01\x4a\x45\x2f\x58\x23\x54\xb2\xe8\x05\x6b\xcb\xab\x8e\xc8\x43\x50\x2f\x58\x47\xe7\x29\x26\xbe\x75\x0f\xb2\x7a\xa9\xec\xed\xe4\xb1\xc9\x88\xf4\x91\x75\xb7\xa4\x3e\xb2\xae\x24\xd7\x47\xd6\x5f\x9b\x8c\xa8\x13\xca\x5e\xf4\x91\x75\x9c\xf2\x45\x1f\x59\x07\x64\x15\x7d\x64\x1d\xc7\x7a\xd1\x47\xd6\x9d\x6e\x7d\x64\xdd\x4d\xd7\x6e\x71\x0d\x6f\x96\x49\x72\x7b\x33\xe3\xed\xdd\x37\x3b\x5e\x4c\x0a\x45\x1f\x59\x2f\x76\xc3\xf1\x7a\x9e\xea\x23\xeb\xfe\x76\x7d\x64\x7d\xff\x15\xc9\x53\x74\x9f\x75\x27\x57\xf7\x59\x77\xea\xcd\x98\xeb\x80\xb5\x62\xc6\x5c\xf7\x70\xd1\xb9\x26\x9b\x6e\xd1\xb9\xd6\x9d\x4d\x9d\x6b\x1d\x28\x57\x74\xae\x75\xd0\x59\xd1\xb9\xd6\x95\xc6\x3a\xd7\xba\x53\xaf\x73\xad\x13\xe9\x51\x74\xae\x0d\xe7\x5a\xe7\xda\xc0\x40\x5d\x74\xae\x0d\x25\xaa\xce\x35\x89\x8f\x8a\xce\xb5\x81\x07\xb0\x98\x4f\x37\x9c\x5c\x03\x1a\xa7\x7a\xd7\x75\xbd\xe1\x88\x2c\xba\xde\x06\xf1\x8d\x45\xd7\xdb\xc8\xde\x6c\x35\x43\xfc\x20\x45\xd7\x9b\xc4\x7a\x45\xd7\xdb\x48\x5e\x95\xfc\xc7\x95\x60\xf5\xc6\xbb\x12\x00\x98\xed\xce\x26\x00\xb3\x51\x72\xf1\x2d\x00\xcc\xd6\x15\xbf\xf3\x96\x2d\xe3\x59\x20\x64\xeb\x8a\x5f\x20\x64\xeb\x58\x77\xcb\xbc\xc7\x3a\xe3\xb5\x96\x44\xc7\x20\x56\xa6\x05\x05\xd0\xba\xcb\x92\xdf\x4f\x5d\x42\xbe\xca\xae\x1a\xb6\x2c\xf5\xa8\x42\x7b\xf9\x2a\x09\x99\x2e\xf2\x55\x6e\xc5\x91\x75\x1c\xf6\x7d\x55\xb3\xc9\x10\xd6\xa5\x35\xa3\x57\x00\xb4\xa2\xed\xb7\x48\x32\x29\x75\x43\xd9\x56\x9c\xc4\x80\x50\xb6\xdd\x70\x4d\x4a\x23\x79\x35\xf6\x6d\x37\xb0\xfd\x16\x89\x22\xb5\xfd\x16\x6b\x0e\x4a\x86\x53\xb6\xcc\x06\x1e\xcd\xfa\x7d\x28\xba\xf7\x16\xe9\x1c\x8d\x9b\x2d\xba\x63\x0e\x56\x9d\xa2\xc3\x45\x16\xa9\xa2\xc3\xc5\xd4\xb6\xa2\xc3\xe5\xb0\x90\xaa\x0e\x17\x69\x76\xaa\x0e\x97\x43\xe0\x47\xd5\x3d\x71\xd0\x15\xab\x24\x09\x9b\xc5\x50\x75\x4f\xa4\xe2\xcd\x7a\x0f\x19\x60\xd5\x3d\x91\xf0\x5a\xd6\xf7\x26\x92\xfb\x2a\xdd\x31\xd5\xab\xba\x63\x00\xe0\xd5\x3a\x74\x06\x7f\x56\xeb\xd0\x51\xc0\xfa\xad\xaf\xee\x98\xe6\x77\x75\xc7\x4c\x9b\xba\x63\xa6\x37\xeb\x8e\x41\x9f\xaf\xd6\xa1\x93\xe8\xb5\x06\xdd\x31\xd8\xe5\xaa\xe4\x81\xa6\x4b\x54\xc9\x03\x23\xd3\x5d\x83\xee\x18\xb2\xe4\xaa\x85\xdd\xcd\x34\xa9\xf2\xed\x53\xe7\xf4\xad\x3a\x3e\x2a\x28\xa3\xaa\xa2\x7f\xd8\x99\xab\x2a\xba\xc1\x84\x55\x15\x3d\x6e\x7b\xe5\x78\xc1\x02\x55\x15\xdd\x74\x98\xaa\x8a\x6e\xec\x6b\x95\x3c\xd0\xf4\x90\x8a\x8a\x5e\x3e\x54\x82\x2a\xdf\xfe\x87\x36\x55\xe5\xdb\x37\x8e\xb4\xca\xb7\xff\x81\x8b\x2b\x2a\x7a\xf9\xe0\x96\xa9\xaa\xe8\x1f\xca\x73\x45\x0f\x2f\x1f\x0e\xee\x6a\x1d\xba\x0f\x6b\x61\x8d\xd6\xdd\x73\x21\x49\x1e\xf8\xbd\x76\x83\xf1\xfe\x42\x61\xff\x29\xf6\xab\xbc\x82\x66\x9d\x54\x54\xf4\x62\x7c\x63\x45\x45\x2f\x5f\xb2\xc3\xcb\x26\xbf\x31\xfa\x2b\x8a\x37\xfb\x2b\x08\x3c\xab\x9f\xbf\x02\x07\x59\xfd\xfc\x15\x38\x6d\xeb\xe7\xaf\x70\x41\x7e\x0e\x16\xcf\x54\x95\x39\x50\x0a\xfd\xfa\x39\xd8\xe6\xcd\xf6\x19\x51\x56\x3f\xfb\xdc\x7d\xd6\x3e\x73\x72\x55\xcb\xcc\x19\x52\x5b\xf5\x89\x98\x27\x5e\x2f\xdd\x1f\xc2\xb9\xea\x13\x29\xc0\xb1\xaa\xe3\xa3\x60\x94\xab\x3a\x3e\x4c\xc1\xae\x3a\x3e\x0a\x92\xad\xea\xf8\x28\x0e\x41\xc7\x47\xc9\x7e\x57\x5a\xf8\xe2\x87\x00\xc5\xa5\xf9\x66\xe9\x0d\x1d\x82\x34\xf8\xa5\xf8\xe6\xe5\x55\x6f\xbe\xb4\xe1\x76\xf2\x78\x95\xdf\xae\x5b\xa4\xf8\xeb\x74\x8b\x14\xe7\x48\xb7\x88\x99\xe0\x55\xb7\x48\x01\xa0\x55\xdd\x22\x95\xe3\xb5\xea\x16\x31\x57\xba\xea\x16\xa9\xee\x29\xdd\x22\xc5\x3d\xa5\x5b\xa4\x0c\x5f\x25\x13\xef\xe3\x87\x1c\xaf\xbb\x55\xb7\x48\xc1\xe5\x57\x75\x8b\x98\x85\x5d\x75\x8b\x14\xa5\x84\x6e\x11\x73\xa5\xab\x6e\x11\xf3\x9d\xab\x6e\x91\x82\xdb\xbd\xea\x16\x31\x47\xbb\xea\x16\x29\x18\x88\xaa\x6e\x91\x8a\xd5\xae\xea\x16\x29\xf8\xe8\xab\x6e\x11\xf3\xac\xab\xae\x8d\xfa\x79\xf3\xa5\x90\xf5\x55\x96\x2a\x00\x82\x55\x5d\x1b\x35\xdb\xa4\xcf\xb5\xda\x2b\xfb\x8c\xfb\xbb\xde\x9a\xe9\x6e\x2b\x5d\x1b\x15\xd0\x51\x75\x6d\x54\x22\x36\xab\x35\xd3\x2b\x6a\x67\x95\xca\x9e\xba\xc3\x6f\xb5\x66\x7a\x55\xec\x4b\x65\x5f\x51\x4a\x6b\xb5\xea\x0a\xa1\xa1\xd5\x12\x6f\x35\xd8\x74\x8e\x9c\x85\xea\x78\xb1\x62\x55\x6b\xa6\x57\xf0\x4b\xad\x8e\xd7\x85\x64\xcd\xf4\x8a\xf1\xa1\x4a\x65\x5f\x31\x1e\xd6\xea\x78\x3d\x14\xd0\xba\xb3\x45\xeb\x6a\x73\xbc\xb8\x54\x6a\x73\x44\xa8\xf7\xd5\xaa\xe8\x3a\xc7\xab\x64\xf5\xd5\x25\x8a\x5e\x9d\x1b\x88\xbb\x5a\xe2\xad\x11\xcf\x50\xd1\xab\x73\x53\x7c\x59\xe2\xad\xa2\x88\x56\xc9\xea\xdb\xeb\xab\x18\x51\x2b\x3e\xcb\x88\x5a\xb4\x1b\xdb\x3e\x7b\x33\x23\x92\x6d\xa3\xea\x7f\x91\x0f\xb9\xf6\x5b\x02\x8c\x3e\xeb\x7f\x69\xfe\x0d\xfd\x2f\x3a\xe5\xab\xfe\x17\x19\xa8\xaa\xfe\x97\x56\x6c\x5a\x4c\x24\xfa\x2a\xc7\x4b\xe4\x73\xd5\xff\xd2\x08\x23\xa9\xfa\x5f\x1a\x66\xba\xaa\xff\xa5\xe5\xbf\x5c\xba\x55\xd7\x8c\x31\x06\x55\xd7\x4c\x2b\xbe\xc7\xc1\x82\x38\xaa\xae\x99\xa6\x74\xba\x74\xf4\xc3\xab\x0e\xb6\xdb\x74\xb0\x8a\x23\x1d\x37\x0d\x25\xad\xea\xb8\x69\x18\x7b\xab\x8e\x9b\xe6\x06\x1c\x77\xb0\xac\x5e\x1d\x37\x12\xd5\x56\x1d\x37\x4d\x95\x46\xc7\x4d\x03\x74\xd4\x71\x7f\x85\xdf\xf5\x57\x1c\x9f\x65\xbc\x3d\xd8\x74\xbc\xf8\xcd\xab\xae\x99\x8e\x3e\x5f\x75\xcd\x34\x4f\x7c\x5d\x33\xdd\x9d\xae\x6b\xa6\xbb\xe3\x74\xcd\x74\xdc\x13\x55\xd7\x4c\x4f\x36\x8b\x4d\x7e\xce\xbc\x35\x16\xfd\x10\x23\xea\x1e\x82\xba\x66\x2c\xc2\x52\xf5\xbf\xf4\x68\x27\xa7\x43\x60\x9d\xe8\x7f\xe9\xc9\xe6\xf6\x59\xd6\x89\xfe\x17\x4b\xeb\x56\xfd\x2f\x2a\xff\x55\xff\x4b\xc7\x31\x57\xf5\xbf\x74\x2c\x06\x55\xff\x4b\x77\x42\x55\xef\x63\xf4\xaa\x6a\x18\x8e\x9e\xaa\xff\xc5\x72\x6f\x55\xff\x8b\x16\xcb\xfa\x5f\x75\x72\x86\xa0\x0f\x65\x80\x14\xea\x2d\xa6\x06\xce\xad\xb7\xfe\xb8\xbb\x46\xda\x87\xa3\x3a\x21\x57\x83\x46\xe6\x2a\x57\x83\xc1\x66\x55\x36\x06\x8d\xcc\xd5\xb0\x2e\x59\x16\xab\x7c\x0b\x16\x41\xa8\xf2\x2d\x18\x8a\x56\x6f\x15\x33\x4f\xcc\xa3\x01\xd0\xed\x29\x01\xfb\x21\x54\xa0\x4a\xb0\x60\xcd\xd0\xaa\xb7\x22\x28\x8e\xf4\x56\x84\xd7\x37\x9b\x9e\xa6\x92\xa6\xb7\x42\xfa\xfd\xaa\xb7\x22\x10\xf5\x54\xf5\x56\x04\x0c\x80\x55\x6f\x45\x40\x57\x6c\x7a\x2b\x02\x52\xb1\xe9\xad\x08\x68\x83\x4d\x82\x85\x17\x85\xb6\x49\xc0\xfe\x61\xbe\x6e\xc6\x71\x7d\xc7\x67\xd5\xb5\x8e\x57\x05\x0e\x8f\x4d\x74\x2d\xf3\x14\xda\x73\x33\x7a\x22\x4d\xc6\x9b\xa2\xaf\x62\x08\x19\x95\xa0\x3d\xb7\xa6\x6d\xa3\xa9\x66\x82\x23\xa0\xe9\x9e\xc8\x44\xc5\xb4\x5b\x6b\x0c\xc4\xdd\x74\x4f\x18\xcb\xdd\x0c\xcd\x7a\xaa\x57\xd9\x74\x99\x30\xb6\xa6\x7b\x42\x0e\xb1\xf6\xde\x1a\x01\xf4\x4a\xf7\x84\xa4\x61\x4d\xf7\x44\xc6\x4b\xd2\x74\x4f\x58\x1b\xa5\xc9\xb7\xf0\x3c\x5e\xd5\xfe\x89\x9f\xab\xe9\x9e\x30\x5a\xbb\xe9\x9e\xc8\x9f\x6f\x76\xbc\x9f\x37\x4b\x34\x8d\xd1\xb2\xdd\x5a\x63\x04\x13\xb6\x70\x6b\xab\x31\x04\xdd\x13\xb9\xd8\x64\xd3\x65\x96\x68\xd3\x3d\x91\xf1\xb0\x34\xdd\x13\xb9\x7b\xb3\xe3\x25\x40\xa5\x05\xc7\x3b\xfe\x72\xe9\x36\x59\xd3\xf3\xb6\x87\x0e\x16\x15\xae\xc9\x99\xb0\xfc\x51\x72\x26\x2c\x4c\x94\x4d\xce\x04\x03\x5f\x9b\x9c\x09\x0b\x3d\xa4\xc9\x6d\xbe\xb0\xed\xb7\x5b\x0e\xec\xf3\x66\x76\xcd\x42\xe1\x69\xf1\x12\x02\xf3\x5d\x39\x13\x1a\x8e\xd7\x26\x34\x08\x68\x0b\x4d\xca\x71\x93\x3a\x9b\xa5\xb8\x02\x27\x6f\x13\x38\x04\x74\xa7\x26\x70\x08\xd9\x9b\x0d\xa4\xf4\xaf\x0a\x1c\xac\x1a\xd9\x04\x0e\xa1\xfa\x2a\x03\x29\xab\xcf\x1a\x8f\x41\x9c\x4f\xfb\xcc\xa6\xc4\x62\xd9\x24\x15\x8f\x18\x97\x5a\x32\x9b\x12\xed\xb7\x89\x32\x3e\x62\x39\x9a\x28\xe3\x43\x91\x6e\x92\x15\xe8\x44\x68\xa2\x8c\x41\x4c\x57\x13\x65\xc8\x1c\xd8\x44\x19\x03\xa5\xb4\x89\x32\x06\x71\x2f\x4d\x94\x21\x91\x60\x13\x65\xcc\xc7\xab\xc6\x36\xe0\x61\x69\xa2\x0c\x2b\x08\x34\x51\xc6\x7c\x7c\xb3\xb1\x0d\xee\x47\x81\xc3\x44\x1c\x35\x81\xc3\x44\x75\x6c\x02\x07\xeb\xc3\x36\x81\xc3\x04\x05\xb7\x7c\xab\xd6\xf2\x73\x04\x0e\xc9\x1d\x27\x70\x30\x05\xa9\x09\x1c\x12\x62\xbf\x5d\x32\x70\x57\x4e\x76\xca\x92\xaf\x72\xca\xdc\x62\xd9\x29\x03\x32\x37\xb9\x0b\xcc\xcb\x68\x9a\xeb\xc3\xeb\xcd\x16\xd9\x71\x21\xc9\x5d\xf0\x00\x48\x5b\xb9\x25\x4b\xf8\xed\xe5\x96\xf2\xf4\xaa\x40\x49\x41\x67\xc2\xcb\x83\x2b\xb9\xc9\x5d\x60\x1c\x57\x93\xbb\xe0\xe1\x00\x6d\x72\x17\x18\x5d\xd6\xe4\x2e\x30\x52\xab\xdd\xfa\x59\x58\x48\x9a\xfc\x03\xf2\xd4\x35\xf9\x07\x1e\x14\xe9\x76\x6b\x60\x11\x94\xd8\xe4\x1f\x78\x40\x55\x4d\xfe\x81\x87\xa0\xe2\x26\xff\x80\x0c\x78\x4d\xe0\x50\xd0\x7e\x5b\xb5\xcf\xcb\x9b\xed\x33\x06\xb1\x26\xff\xc0\x83\xcd\xb6\xc9\x3f\x60\x48\x58\x93\x7f\x40\x0a\xd9\x26\xc3\xc0\x73\xec\xa4\x94\xec\xa8\xf7\xed\x56\xb9\x72\x5d\xc9\x30\xf0\x12\x04\xd5\x64\x18\x98\x58\x56\x9b\x34\x02\xaf\x22\x48\x1a\x01\xb9\xf5\x9a\x34\x02\xaf\xa7\x9e\x34\x02\x2f\x74\x22\xcd\x2a\x57\xaf\xab\x4e\x1a\x81\xf7\xf3\x6a\xb1\xe9\xb3\x8c\xe8\x05\xf8\x37\x69\x04\x5e\xc0\x4e\xbb\xd5\x9f\x81\x06\x4d\xa2\x80\x17\x2c\xd0\x24\x0a\x78\xb1\x03\x34\xa9\x00\x5e\x14\x95\x26\x15\x80\xd5\xd3\xda\xe5\x9a\x73\x3d\xff\x67\x39\xe7\x6f\x48\x05\xf0\x62\xb3\x6d\x52\x01\xc8\x0d\xde\xa4\x02\x78\xd1\xe2\x5a\x37\x52\x62\xf9\xac\x7d\xee\x7f\x51\xb1\x35\x59\x02\x5e\x14\xad\x76\x2b\x55\x81\x29\x9a\xa8\xa1\x60\xa4\x6a\xdd\xc1\x4e\x6f\x76\xb0\x68\xfb\xcd\x4a\x55\x2f\x1a\x7b\x03\x1a\xd4\x97\x94\xcf\x26\x34\x18\x8a\x85\x5b\xa9\x0a\xd5\xb1\x09\x0d\x06\x08\xab\x09\x0d\x06\x11\x50\x4d\x68\x30\x3e\x5f\xa5\xdc\xf3\x8c\xd0\x4e\x6e\x29\x8d\xa6\x3e\x3f\x86\xcf\xea\x98\xf3\x30\x32\x10\x6b\xb8\x6b\x08\xc4\xaa\x4d\x89\xaa\xb6\x9f\x50\x86\x9b\x56\x74\xab\x48\x37\xb5\xfd\xa4\x1c\x50\xdb\x4f\xca\x01\xb5\xfd\x44\x10\x66\x53\xdb\x37\xdb\xae\xa9\xed\xa7\xe9\xb3\x4a\x36\xff\xb3\xda\x7e\x42\x75\x6c\x6a\xfb\xe6\x3c\x36\xb5\x7d\x53\x11\xdb\x34\x4e\xa0\xda\x49\xe3\x04\x14\x56\x16\x9f\x32\x9c\xb5\xa1\xed\x17\x03\x56\x9b\xc5\xa7\x8c\x32\x6d\xcb\xe2\x44\x58\x59\x9b\xf5\x9a\xaf\xc0\xd1\x98\x7f\x85\x95\xda\xfe\x15\x65\x6a\xfb\x0f\x66\xf3\xa6\x31\xff\x71\x6d\x90\xa2\x52\x5e\x45\x0a\x58\xa0\xbc\xea\x8a\x9a\xfa\x5f\xc5\xaf\xa6\x7e\xa9\x2f\x9b\xa6\x7e\x89\x31\x1b\x48\xa1\xbc\xc5\x67\x19\xef\x8b\x59\xb2\x11\x8b\x55\xde\x6c\x37\x18\xef\x4b\xe2\x7f\x03\x47\x94\x57\x3d\xd3\xa2\xcc\xc6\xa0\x36\xbd\x06\x2f\xc0\xa1\xe9\x35\x78\x8b\x57\x19\xef\xdb\xbc\xca\x78\x5f\xd7\xd5\x96\xeb\xd2\xdd\xba\x1d\x6f\xf7\x66\xc7\x0b\xf4\x6b\xfa\x14\xde\x6d\xd3\xf1\x82\x7c\xdb\x76\xbc\xaa\xe8\x16\x9f\x7a\x3d\xb8\xb7\xca\x86\x0a\xad\xfe\x88\x10\xfc\x90\xf3\x4b\x26\x42\x33\x0f\xe5\xca\x3d\xf3\x50\x5e\x55\xa0\x5b\x7c\x0a\x0f\x7e\xbb\xc5\xa7\x80\xab\xcd\x48\xad\xa0\x16\x67\xa4\x56\x70\x0f\x9a\x87\xd2\x54\xf9\xcc\x43\x69\x6e\x2b\x1d\x1f\xcd\x1d\x6a\x1e\x4a\xfb\xfc\x10\x7d\x6e\x4a\x54\x1d\x1f\x52\x82\xf4\x5b\x40\x8a\xa3\xb9\xeb\xf8\xd0\x50\xd3\xc1\x2f\x45\x63\x4b\x17\xbf\x34\xb4\xb8\x2e\x7e\x69\xd9\x9b\x2d\x88\x56\x7c\x33\x73\xd4\x40\x0a\x5d\xfc\x62\x52\x43\x17\xbf\xb4\x66\xd3\x11\x75\x5f\xe5\x88\x98\xee\x6e\x3a\xbf\xc1\x48\xdd\x74\x7e\x4b\x27\x77\xc1\x8e\x95\xf5\xba\x60\xe7\x41\x11\xed\x82\x1d\x2b\xc5\x74\xc1\xce\x63\x9f\x05\x3b\x0f\xc0\xa1\x0b\x76\x1e\x84\x5b\x37\x16\xeb\xc1\x1a\xd3\x05\x3b\x6e\xc9\x2e\xd8\x91\xbf\xbd\x0b\x76\xde\xe7\xaf\x12\xea\x5d\x1c\x64\x71\xe7\x2e\x0e\x7a\xbb\x1f\x35\x90\xbb\x79\xd5\x40\xee\xe9\x47\x0d\xe4\xf6\x57\x88\x83\xc2\xed\x83\x47\x3c\xd2\xa9\xcb\x3b\xf7\xe0\x99\xea\xe2\xa0\x89\x08\xed\xe2\xa0\x89\x37\xad\x8b\x83\x16\xea\x41\xbf\x05\xa4\xee\xd5\x68\xb3\xd2\x64\xea\x35\xf6\x76\x7d\x40\x1a\xa8\xbb\x5e\x9e\x0a\x56\xed\x96\x88\x4a\xfe\x37\xbd\x3c\x95\x78\x8c\xae\x6b\xa6\x82\xbe\xbb\xae\x99\xea\x6c\xea\x9a\xa9\xc0\xed\xae\x6b\xa6\x06\xaf\xda\x0d\xe2\x04\xba\xae\x19\xed\xa8\x5d\xd7\x8c\x86\xe2\xae\x6b\xa6\x66\xbf\x7b\xbb\xc1\x00\xf5\xb0\x54\x0c\x44\x5d\x0f\x4b\x05\x37\x75\x3d\x2c\x56\xe6\xea\x7a\x58\x2a\x4e\x84\xae\x87\xa5\x62\x97\xeb\x7a\x58\xb4\xc1\x76\x3d\x2c\x32\x70\x76\x61\x54\xc5\xca\xd1\x85\x51\x95\x13\xa4\x0b\xa3\x2a\xa6\x98\x2e\x8c\xaa\xdd\x57\x39\x22\x82\x01\xba\xfe\x97\x8a\x48\xe9\x56\x6e\xaa\x38\x3e\xba\x20\xab\x22\xe8\xba\x20\xab\x2e\x6f\x76\xbc\xd3\xa6\xe3\xdd\x76\xc3\xf1\x1e\x3f\xa4\x0c\x79\x7c\xb3\xe3\x45\xed\xec\x49\x19\xc2\xf9\xd2\xad\x68\xac\xa1\xb8\x27\x65\x08\xba\x62\x4f\xca\x90\xe8\x55\xcb\xf7\xf8\xeb\x64\x1d\x37\xae\xb2\x03\xa3\x4a\x46\xdd\xed\xc9\x42\x9f\x8f\xcf\x76\x9b\x4c\x28\x30\xaa\xe4\xfb\x2c\x7d\x2e\xb8\xde\xba\x55\x89\x0b\x56\x9d\x9e\x2d\x39\x84\x49\xa4\x5b\x95\xd8\x22\xd4\x3d\xbb\xf8\x5d\x1b\x56\x25\x2e\x00\xa5\x6e\xf5\xa5\x42\x6a\x5b\xcf\xb7\x4e\x2b\x13\x0a\x6e\x2a\x05\xd1\xdd\xc5\x4d\x45\xf9\x23\x6e\x92\xd4\xb7\x8b\x9b\x8a\xe2\x57\xdc\x64\xe9\x9f\x6e\x98\x53\x71\xff\x66\x47\x54\xed\xa4\x23\x22\xea\xa0\xdf\x22\x4a\xee\xfd\xe2\x88\xb0\x54\xf4\xe2\x88\x50\x59\x7b\x91\xda\x6b\x78\x73\xb6\xc9\x77\xad\x2c\x5c\x86\x6f\xd6\xd6\x04\x8f\x59\x07\x19\x95\xf4\xf9\x6c\xb7\xc9\xfc\x16\x8b\x75\x12\xec\xda\x71\xc7\x94\x84\xb6\xdf\x71\xc7\x94\x94\xbc\x2a\x77\x34\x1a\x42\x2f\x56\xda\xc5\xd0\xda\x41\x55\x45\xba\x89\x5e\x75\xca\x63\x59\xed\xf5\x16\x27\x65\x44\xa0\xaa\x62\x59\x99\x2e\xab\x5b\xf7\xbb\xb2\xba\x1d\x7f\x3b\xa8\xaa\x18\x82\xdb\xad\x2c\x7c\x8a\xaf\xaa\x36\xed\x06\xe3\xb5\xf0\x6e\xaf\x86\x19\x60\xc3\xec\xd5\x55\x37\xff\x14\xfb\xc0\xb1\x92\x71\x94\x77\xe1\x58\x05\x16\x75\xeb\x08\xeb\x5a\xed\xcd\x52\xa4\x1e\x97\xcd\x1a\x6d\x64\x7f\x74\x50\x52\x93\xe0\xae\x83\x92\xda\x87\x05\xbe\xe3\x13\x69\xc6\xdd\x75\x7c\x22\xed\x03\x65\xf4\xee\x87\x80\xbd\xdd\x2a\xbd\x1f\xb9\x3f\x1d\xe0\xd3\x3e\x25\x0c\xc0\xa7\xc9\x33\xd3\x01\x1d\x4d\xfa\x97\xde\xfd\x10\x6a\x76\x37\x48\xe6\x53\xc2\x18\x24\xa3\x75\xa5\x1b\x24\xf3\x81\xa0\xbb\x51\x31\xf2\x20\x75\xe3\x5e\x3e\x8c\x2d\xdd\xb8\x97\x0f\x0b\x58\x47\x27\x6f\x1f\x28\xb8\x2f\x47\x84\xd5\xb1\x1b\x15\xf3\xb9\xf1\x51\x95\x9b\x76\xd4\xbe\x4c\x32\xc2\xbc\xd9\x97\x49\x46\x24\x75\xf6\x6d\x21\x48\x74\xb6\x8e\xda\xd9\xa4\x9d\xe9\xdb\x9c\x23\x85\xc6\x36\xe7\xc8\xf3\x65\x9b\x73\xe4\x61\x64\x29\x52\x6d\xb0\xdd\x52\x29\x92\xb4\xf4\xe3\x77\x71\x54\xf5\x63\x72\x93\x22\xe5\xf8\x66\x74\xb6\x6e\x49\xd0\xe4\x71\x73\x7c\x33\xc6\x96\xf1\xf8\x2a\x36\xd1\x40\x77\x6a\x09\x75\x62\xbc\x8e\x17\x25\x6d\xbc\x5e\x65\xf3\x0e\x43\x4a\x0a\xea\xee\x30\xa4\xa4\x20\xf6\xc7\x6b\x2d\x06\x0e\x85\x61\x48\x49\x03\xdc\x0d\x43\x4a\xf4\xce\x0c\x43\x4a\x0c\x0e\x1c\x86\x94\x34\xe6\x68\x18\x52\xd2\xd1\x4c\x86\xa4\x43\xda\x21\x87\xea\x44\x7f\x7c\xf6\xb3\xc9\x00\x55\x27\x3a\x47\xc6\x30\xa4\xa4\x43\x28\x31\x8c\xfa\xee\xc0\xd5\xa1\xb2\xd1\xa3\x6f\x66\xb7\x76\x60\xe3\x30\x97\xd6\x8c\x80\x71\x73\x69\x39\x22\x87\x21\x25\x9d\xfa\x8c\xc3\x90\x12\x2b\x44\x0c\x43\x4a\x72\xb5\x1b\x8c\x57\x1e\x8f\xa1\xde\x92\x49\x7e\x1f\xea\x2d\x99\x10\xcd\x71\x43\x4a\x88\x5d\x19\x37\xa4\x04\x0c\x32\xfe\x8b\xfa\xe6\xb7\x1b\xda\xbd\x83\x57\xb3\x4d\xfe\x06\xaa\x48\x33\x89\x63\xa0\x8a\x34\x09\x34\x06\xaa\x48\xb3\x3a\xde\x40\x15\x69\x9b\xb3\x69\xa0\x8a\x34\xe9\x35\x06\xca\x46\xdb\x80\x8e\xf1\xf9\x21\x3c\x68\xc3\xc8\x67\x13\x4f\x86\x91\xcf\xdb\x3f\xf9\xf9\x66\xcc\x83\x23\xf9\x66\x90\xc2\xf0\x1c\x97\x8b\x63\xdc\x73\x1c\xcd\x79\x18\x9f\xbc\x11\xb0\xc3\xf8\xe4\x8d\x26\x36\x8c\x4f\xde\x60\xcc\xe1\xd1\x9c\x30\xf0\x0e\x8f\x66\xf9\x7c\x86\x47\x73\x02\x62\x0f\x8f\xe6\x04\xd6\x1b\x1e\xcd\x09\xe5\x79\x64\xc9\x3c\x11\x6e\x23\xeb\x52\xe9\x7e\xc8\x83\x8c\x98\x84\xe1\xd1\xac\xd1\x60\x78\x34\xcb\x6e\x34\x3c\x9a\xa5\x8e\x1c\x1e\xcd\x3f\x93\xc2\x3f\xc5\xfe\xf0\xd4\x4e\xd3\xe1\x78\xc6\x61\x4f\x18\x9e\xda\x09\xdb\xe0\xf0\xd4\x4e\xee\x29\x4f\x6d\x89\x80\x46\x71\xb0\xdb\x67\x1d\x2c\xe1\xf4\xc3\x33\xdd\xf4\xc9\xe1\x99\x9e\xdc\xe9\x9e\xe9\x7a\x79\xc6\x3d\xd3\xd1\xac\xc6\x3d\xd3\x51\xfe\xc7\x3d\xd3\x11\xa1\xc3\x33\x3d\x63\x4f\x18\x9e\xe9\xba\x84\x86\x67\xba\xd4\x97\xc3\x33\x5d\x1e\xa1\xe1\x99\x9e\x71\xbd\x0d\xcf\x74\x3d\x53\xc3\x33\x3d\xa3\xde\x0f\xcf\xf4\x8c\x34\x1e\x9e\xe9\xba\xa2\x06\x67\x7a\xd1\x8d\x35\x3c\xd3\x33\xb2\x7a\x78\xa6\x4b\xaa\x39\x3c\xd3\xad\x5f\x33\x3c\xd3\xb3\x5b\xcc\x33\x3d\x7f\x36\xbb\x57\x99\x85\x7b\xa6\x47\xaf\x3a\x5e\xbc\x06\xa3\x3a\xde\x68\xaf\x1c\x2f\xfa\xde\xa8\x8e\xd7\x2d\xd6\x1c\x2f\x19\x76\xa3\x39\x5e\xac\x8e\xa3\x39\x5e\x77\x4d\x73\xbc\x78\xb5\x46\x73\xbc\x18\x5b\x86\x74\xac\xba\xb1\x86\xf5\x3e\x24\x1d\x1a\xd6\xfb\xc8\x8a\xfd\xa6\x0e\x83\x45\x68\x34\xa5\xa2\x2b\xa7\x29\xf7\xd0\x15\x87\x29\xae\xbd\x7a\x75\xdb\x64\x16\x50\x27\x4a\x47\xbb\x18\xa8\x13\xa5\x63\x5a\x1c\x16\xfd\xd7\xcf\x3e\x50\x27\x4a\x77\xc7\x75\xe5\x3c\x96\x99\xd1\x95\xf3\xe8\x1e\xa3\x2b\xe7\x81\xf9\xa3\xdf\xfa\x59\x0c\x5f\x2b\xab\xb5\xa1\x87\x84\xab\x15\x5d\x71\x68\x65\xad\xc5\x57\x59\x3f\x0b\x55\x79\x68\x4a\xad\xd5\x9b\xb1\x1b\xd7\x6e\xf3\xd6\x95\x76\x08\xc0\xe4\x8a\xe5\x6d\x68\x4a\xb5\xec\xc8\xd0\x94\x2a\x50\x1a\x12\xae\x56\xf4\x96\x81\x29\xb5\x56\x8c\x87\x03\x53\x6a\x35\xb2\x65\x60\x4a\xad\x15\x95\x6f\x60\x4a\xad\xd5\x4d\x87\x29\xb5\x36\x10\xca\x18\x8e\xd7\x3d\x38\x1c\xaf\x7b\xdf\xa2\xff\xf5\xf8\x21\xc7\x4b\xf8\xcd\x20\xca\xa2\xb6\xe0\x9b\xa7\x6f\xb6\xcf\xcb\xa6\xbd\xda\x36\x59\x39\x28\x66\xb5\xb9\x25\xaf\x55\x16\x35\x66\x60\x95\xad\x8d\x5c\xc5\x81\x55\xb6\x36\x8f\x1b\xb4\xb8\x2a\x1b\xed\xc0\x2a\x5b\x5b\xf6\x2a\xe3\x6d\xc5\x67\x95\x48\xd5\xa6\xbe\x0c\x7f\xce\x74\x87\xa2\x79\x8e\xe9\x0e\x1d\x76\x43\xbd\x85\x80\xf3\x81\x55\xb6\x3e\xaf\x37\xeb\xe9\x50\x43\x98\x9a\x41\x5e\xbb\xa1\x19\xe4\xf5\x59\x7d\x37\x8a\x82\xa5\xef\x46\x41\xb1\x74\x21\xa1\xe3\x8d\xa5\x3b\x06\x8b\xdf\xb8\x55\xfe\xe3\x5f\x01\x9c\x63\x39\x3a\x22\x10\xc6\xd2\x53\xa3\xd0\x58\x7a\x6a\x14\x1a\x4b\x67\x37\x16\xbc\xb1\x1c\x9d\x52\x62\x39\x3a\xd5\x3f\x69\x82\x1e\xf7\xc5\xba\x46\x1e\xa6\x60\x39\x9b\x80\xa6\x81\x0d\xb6\x55\xac\xac\x03\x1b\x6c\xb3\xfc\xc7\xc0\x06\xdb\xea\xbd\x39\xda\xe4\xcd\x58\x59\x9b\x81\x67\xc3\x12\xff\xd5\x83\xd8\xe0\x8d\x2b\xca\x0c\xde\xb8\xb2\xcb\xe0\x0d\x2b\x73\x0d\x8b\x65\x64\x7c\xc7\xc3\x62\x19\xd9\xdd\x6a\xb1\x8c\x8c\xe5\x70\x18\xe9\x91\x8b\xcf\x16\x9b\xfc\x49\x23\x3d\xb2\x22\xc5\x52\x1a\x96\xf1\x1a\xb7\xd4\xbe\x6b\xcc\x52\x1a\x59\x71\x64\x29\x0d\x1d\xf4\xc3\x52\x1a\xba\xef\x87\xa5\x34\xb2\xea\x81\xa5\x34\x32\xb8\x69\x5a\x4a\x43\xf5\x6f\x5a\x4a\x23\x63\xb5\x9b\x46\x7a\x64\xb2\xe4\xa6\xa5\x34\x32\xba\xc4\xb4\x94\x46\x06\x5f\x4f\x4b\x69\x64\x84\xc6\xb4\x94\x86\xb5\xc6\xa6\xa5\x34\xf2\xf0\xbb\x8e\x17\x3d\x64\x5a\x4a\x43\xfa\xb8\x69\x29\x0d\x35\xf6\x69\x29\x8d\x3c\xbd\xea\x78\x87\xdd\x70\xbc\xa0\xaa\x69\xb1\x8c\x8c\x3e\x3f\x5f\x47\x84\x3b\x66\xbe\x8e\x08\x2b\xeb\xb4\x94\x46\x79\xbd\xea\x88\xd0\x6f\xa7\xa5\x34\x32\x16\xa1\x69\x29\x0d\x8b\x41\x4f\x2b\x03\x66\x90\xe0\x94\x93\x27\x63\xc3\x9c\x16\xda\x28\x8f\x6f\xee\x36\x0b\x4d\x47\x74\x7c\x76\x7a\xd5\xe6\xb2\xc9\xbf\xd2\xe0\xa9\x45\x68\x5a\x68\x43\x16\xbb\x69\xa1\x8d\x82\xb5\x70\x5a\x68\xc3\xba\x4e\xd3\x42\x1b\x05\xd0\x31\x2d\xb4\x51\xd0\x4c\xa6\x85\x36\x4a\xf0\x6a\xf2\x66\xbe\x6b\x35\x8d\x12\xbd\xca\x78\x8d\x4f\x9e\x56\xd3\x28\x48\xd4\x69\x35\x8d\x82\x02\x3f\xad\xa6\x61\xe1\xaa\x69\x35\x8d\x82\xc6\x3e\xad\xa6\x51\xd0\x3d\xa6\xd5\x34\x0a\xe7\xda\x34\x32\x44\xa3\xd6\x34\xf6\xc3\x02\x52\xd3\xe2\x86\x05\xeb\xfd\xb4\xb8\x61\x29\x36\x1d\x11\x18\x73\x5a\x4d\xa3\xb0\x43\xa7\x71\x23\x86\x2b\x4f\xe3\x46\x8c\xc7\x9e\xc6\x8d\x94\x6c\xd3\x11\x15\x5f\xe5\x88\x38\xc7\xa7\xe9\xa5\x05\xa3\xfa\x34\xbd\x54\x1b\xd7\x34\xbd\xd4\x2a\x51\xd3\xf4\xd2\xe2\xf2\x36\xbd\xd4\x10\xeb\x69\x7a\xa9\x85\x9f\xa6\xe9\xa5\x85\x73\x7c\x9a\x5e\x5a\xaa\x37\x3b\x5e\x1c\x10\xd3\xf4\x52\xe3\xb1\xa7\xe9\xa5\x05\x13\xca\xfc\xee\x78\xe9\x86\xb5\x36\x0a\x26\x94\x69\xad\x8d\xb2\xff\x62\xe0\x9c\x96\xe1\x28\x08\x9c\x69\x19\x0e\x0d\x6b\xd3\x32\x1c\x46\x50\xcf\xcf\x5f\x31\xfd\x8a\xbf\x62\x79\xd5\x5f\x31\xec\xb0\xbf\xc2\x5d\x63\x19\x8e\x82\xf7\x70\xa6\xfb\x2b\x58\x90\x96\xe1\x28\x18\x5b\xa6\x91\x2d\x65\x7b\xd5\x5f\xb1\x7d\xd6\x5f\x41\x96\xee\xb4\x0c\x47\xe5\xf4\x9c\x96\xe1\xa8\x6e\x7c\xcb\x70\x94\xe3\xcd\xaa\x25\x6e\xc0\xa4\x5a\xf2\xfa\x5d\xd5\xb0\x60\x9f\x55\xc3\x40\xee\x33\x5d\x0b\x18\xff\x4a\x83\xad\x59\xf3\x53\x83\xed\xc1\x60\x32\x2d\xc3\x11\xc0\x20\x53\xdc\xd7\x21\x0f\x99\xe2\xbe\x4e\x34\xce\x14\xf7\x0d\xa5\x84\x26\xd9\x01\x8e\x98\xe2\xbe\x61\x9f\xc5\x7d\x03\x0d\x67\x8a\xfb\x06\x71\x77\x53\xdc\x37\x30\x5c\x4c\x71\xdf\x88\xbe\x79\xfb\xac\xaf\x3a\x7e\x88\x01\x0a\xee\x86\x42\x43\x70\x37\xdc\xf8\x82\xbb\x81\x1e\x32\x05\x77\x43\x81\x23\xb8\xd3\x65\x3f\x05\x77\x03\x1c\x31\x05\x77\x43\x81\x23\xb8\x1b\xca\x2e\xc1\xdd\xc0\x52\x3a\x05\x77\x66\xc9\x4d\xc1\xdd\xf8\xfc\x90\xe3\x2d\x36\xef\x78\x99\x14\xc1\xdd\xc0\xb8\x34\x05\x77\x43\x91\x22\xb8\x1b\x0a\x0d\xc1\xdd\x50\xfe\x08\xee\x4c\xa9\x9b\x82\xbb\x51\x6c\x3a\x5e\xf4\x96\x29\xb8\x1b\x78\xff\xa7\xf0\xcd\x34\xf9\x29\x7c\x1b\x6e\x2b\xe1\xdb\xe0\x1c\x9f\xc2\xb7\xa1\x94\x10\xbe\x0d\x37\xbe\xf0\xcd\x70\xd6\x29\x7c\x1b\xcd\x57\x39\xa2\x6e\xaf\x1c\x91\x1b\x5f\xf8\x36\x3c\x40\x85\x6f\xc3\x3d\x28\x7c\x1b\xd3\xa6\x23\x22\xae\x60\x0a\xdf\x06\x91\x3c\x53\xf8\x36\x48\xa6\x98\x02\x34\xa3\xcb\xa6\x00\xcd\x72\xb1\xb3\x39\x22\x77\x59\x73\x44\xc7\xab\xd3\x9b\x59\xa2\xc2\xb7\xe9\x86\x15\xbe\xcd\xc7\x21\x1c\xaf\x72\xb3\xf0\xcd\x90\xb0\x29\x7c\x9b\x78\x3a\xa6\xf0\x6d\xba\xbc\x85\x6f\x13\xf5\x7e\x0a\xdf\x26\xa8\x79\xde\x20\x19\x3b\x29\x40\x0b\x78\x67\xe6\x0d\x83\xc1\xb4\x38\x2f\x40\xfb\xbc\x6a\xd9\x32\x10\xf7\x14\x73\x05\x82\x10\xa6\x98\x4b\x3f\xfb\x14\x73\x05\x77\xa8\x98\x2b\xd8\x49\x31\x57\xf0\x1c\x17\x55\xe9\x58\x9f\xa2\xaa\xe0\x77\x45\x55\x01\x43\xeb\x14\x55\x85\xcf\x67\x2d\x4c\xf6\xd9\x0d\x0b\xb1\xfd\x7f\xe3\xfc\x5b\xec\x0b\xb8\x42\xf2\x41\x6b\x96\x65\x7b\x28\xc0\x2c\x76\x49\x80\xe9\xfa\x14\x70\x55\x8f\x2d\x01\x57\x55\x59\x12\x70\x55\x55\xa9\x0b\xb8\xb0\x18\x4c\x00\x57\x39\x6e\x84\xa9\x9b\xa3\x79\xb3\x6e\x0e\xf4\xdb\x29\xa4\x3a\x20\xac\x29\xa4\x9a\x9e\xda\x37\xd0\xc5\x3f\x63\xa0\x8b\x24\xb7\xd3\x40\x97\x79\x3f\xe4\x1a\x73\x13\x19\xe8\x32\x49\x7d\x9a\x06\xba\x48\x72\x3b\x0d\x74\x91\x15\x6a\x1a\xca\x22\x51\xed\x34\x94\x65\x12\x65\x3a\x0d\x56\x99\x64\x17\x4e\x83\x55\x26\x6c\x3f\xd3\x60\x15\xf9\xa6\xa6\xc1\x2a\x73\x7b\xb3\xb3\xa0\x38\x92\x38\x48\xa4\x30\x0d\x56\x39\x38\x2f\xa6\xc1\x2a\x56\x36\x9f\x06\xab\x48\x64\x31\x0d\x56\x91\xc8\x62\x1a\xac\x22\x69\xc9\x34\x58\x45\xaa\x8a\x69\xb0\x8a\x44\x16\xd3\x60\x15\x59\x2f\xa6\xc1\x2a\x12\x59\x4c\x83\x55\xa6\x0a\xad\xc1\x2a\x8b\x78\xe3\x69\xb0\xca\xea\xbe\xb9\xdb\xf4\x55\xe6\xe1\x7a\x18\x19\xac\xb2\x71\x9e\xce\xad\x95\x55\x99\xb9\xb5\xb2\x2a\xbb\xac\x75\xb8\xb0\xb2\x4e\xe1\xdb\x22\x04\x77\x0a\xdf\x56\xb3\x19\x6c\x32\x5e\xe1\xdb\x12\x83\x08\xdf\x16\x41\x14\x53\xf8\xb6\x30\xe7\x4e\xe1\xdb\xb4\x93\xc2\xb7\xe9\xba\xb2\xec\xbb\x51\x40\xd3\xb2\xef\x2f\x6e\xf7\xa9\xe3\xe3\x55\x75\x04\xa0\xb5\xd7\x13\x04\x80\xd6\xde\x6c\x37\xb0\x1b\xbf\x28\xb4\x0b\x80\xd6\x0c\xff\x5b\x00\xb4\xf6\x62\x10\x5b\x40\xb0\x66\x30\xd2\x02\x82\x35\x03\x0b\x97\x2e\x95\xb7\xf8\xac\xe5\x80\x71\x9e\xae\xc7\x3e\xb3\x61\x97\x0e\x97\xb7\xf9\x5d\xcb\x01\x83\x40\x17\x10\xac\x19\x1c\xb8\x1e\xfb\xcc\xe9\xb3\x40\x55\xcd\xc8\xa5\xf5\x5a\xb3\x98\x39\x5a\xaf\x9d\x1c\xde\xcc\x8f\x9d\xc9\x9b\x35\xd7\x23\x46\x96\xa8\x6a\x31\xdd\x4b\x54\xb5\x30\xff\x2e\x51\xd5\x7e\x7c\x16\xc9\xb6\x51\xc2\x97\xa8\x6a\xfb\xaf\x44\x55\xeb\xf6\x6a\xd9\xe4\xd7\x89\xaa\x16\x06\xb1\x25\xaa\x5a\x76\x52\x54\xb5\x80\xba\x4b\xdc\xb4\x96\x57\x5d\x2a\xe0\xc4\x25\x32\x32\x39\x7a\x89\x8c\x16\x0a\xfc\x12\x19\x2d\x8e\x8c\x25\xf6\x59\x18\xd3\x96\xd8\x67\xe1\xe6\x5b\x37\x2a\xfe\xf8\x2a\x7b\x85\x31\x7c\x19\x15\xbf\x81\x7e\xeb\x46\xc5\xa3\x1f\x2e\x91\x91\x14\xe5\x4b\x64\xb4\x5f\xaf\x7e\x36\xff\xe2\xe4\x59\x82\x26\xa9\x02\x97\xa0\x69\xa3\xef\x2d\x41\xd3\x06\x6f\x2e\x41\xd3\xe6\x8c\x5b\x82\xa6\x8d\x63\x6e\x09\x9a\x36\x67\xeb\xba\x9c\x3c\xd1\xfe\x4f\x9b\x4c\x90\xa0\x69\x47\x3b\xbc\x6d\xb2\xe4\x04\x4d\x9b\x1d\xb7\x04\x3e\x9b\x1d\xb7\x04\x3e\xdb\x5d\x23\xf0\xd9\x50\x05\x2e\x81\xcf\xe6\x50\x58\x02\x9f\xed\x26\x12\xdd\x6c\x77\x8d\xe8\x66\xbb\x2f\x44\x37\xd2\x6d\x2d\xd1\xcd\x6e\xde\x6c\x9f\xdd\x35\xa2\x9b\xdd\xfc\x90\x7d\xe6\x04\x59\xa2\x9b\x89\xd9\x6a\x89\x6e\x26\xb0\x77\x89\x6e\x26\xce\xf1\x25\xba\x91\x38\x71\x89\x6e\x66\xf3\x59\x37\x91\xdd\x30\x6e\x3f\x21\x33\x97\xe8\xa6\xe1\x8e\x59\xa2\x9b\xe6\x72\x15\xdd\x34\x17\xb3\xe8\xa6\x61\x84\x5c\xa2\x9b\xb6\xfd\xae\x46\x57\x37\xa0\xe8\xa6\x91\xec\xb3\x2c\x41\x68\x7a\xda\xb2\x04\xe1\x40\xef\x5a\x72\xf2\x88\xaf\xd7\x2d\x64\xcf\x81\xb2\x6e\x21\xfb\xe3\xd5\xe8\x55\xde\x6c\x21\xfb\xf2\xf8\xaa\x64\x93\xc5\x60\x21\x7b\x0d\x26\xcb\x42\xf6\xe5\xf1\xd9\x6a\x93\x5e\x59\xc8\xde\x32\xd9\xcb\x42\xf6\x46\xc5\x2c\x0b\xd9\x17\xdc\x22\xcb\x42\xf6\x1a\x3d\x96\x85\xec\x4f\xf5\xea\xb6\x49\x9f\x2d\x37\x2f\x35\xd9\xb2\xdc\xbc\xd4\x0d\xcb\x72\xf3\x07\x95\x75\x59\x6e\x5e\xda\x87\x65\xb9\x79\xb9\x8f\x56\xb9\x4e\x6a\x9f\xe5\xbb\x19\x9b\xc0\x12\xa1\x14\x65\x97\x05\xe5\x33\x50\x77\x59\x50\xde\xca\xc2\xcb\x82\xf2\x56\xe9\x5d\x16\x94\xb7\xfe\xef\xb2\xa0\x7c\x74\x80\x92\x97\x5a\x8d\x74\x49\x5e\x1a\xa7\x4d\x46\x14\x5d\xfc\x92\x97\x7e\xf7\x59\xc3\x1b\x70\xd6\x2c\x0b\xca\xcf\xe2\xcd\xfc\xe7\xbb\xbc\xc5\x20\xb2\xdf\x2c\xc9\x4b\x27\xa6\x98\x65\xa0\xc8\x74\x08\xe8\xe4\xcd\x1a\x01\x0b\x95\xaf\x4d\xd4\xc5\x85\x8d\xbd\x4d\xbc\x15\xcb\x28\x0b\x0d\x35\xcb\x28\x0b\x2d\x24\x6b\x3a\xa1\xee\x14\x54\xbe\xa6\x29\x66\xa1\xf2\xb5\x72\x3f\x74\x6c\xd2\x49\x43\x32\x2c\x14\xbe\x0c\xc9\xb0\x14\xf8\xba\x44\x25\xe8\x0f\x6b\xc9\x88\x82\xc1\x73\x19\xb0\xd1\xf1\xbf\x2c\x03\x36\x36\xe8\x75\x19\xb0\xd1\xb1\xac\x2e\xec\xea\xad\x7b\xfa\x2c\xf9\x52\x3c\x9b\x96\x7c\x29\xd3\x0f\xc9\xe2\x32\xfd\xd0\xb0\xc9\x78\x51\x17\x5b\x9f\xf6\x59\x16\x97\xf5\x97\x6d\x7f\x69\x54\x17\x41\x2f\x8d\xea\x06\xcc\x2f\x8d\xea\x5a\x0c\x96\x46\xf5\xa1\x34\x36\xc2\x64\x60\x1b\x5c\xe8\x8a\x6d\x60\x45\x5f\x9a\xdc\xe5\xa8\x59\xd7\xe4\xbe\xbd\x59\xda\x70\xf7\xc5\x96\x36\xdc\xe3\x66\x4b\x1b\xae\xb6\x60\xb0\x4a\xc3\x20\xbf\x0c\x56\xe9\x2e\x0c\x75\xc5\xbe\xfd\x90\x84\x36\x28\xb4\xcb\x50\x96\xae\x84\x41\x57\x6c\x5d\xc9\x76\x64\xa1\xf1\xe4\x3d\x4e\x2e\x66\xe4\x65\xdc\x4b\xf7\x98\x3e\x8e\x57\xf9\x73\x1c\xaf\xf2\xc7\xa8\x98\x81\x71\x69\x19\x15\x33\x5e\xaf\x32\xde\xe1\x46\x30\xb0\x79\x47\xbf\x6b\x5c\x84\xbb\x46\x6d\x50\xe6\xf3\xad\x36\xb8\x89\x22\xd8\x6a\x83\x96\xa9\xdd\x98\xeb\xdb\x06\xce\xec\xc7\xb8\x08\x70\xd3\x56\xfd\x93\xdc\x72\xab\xfe\x49\x8c\xb9\x55\xff\x24\xb7\xdc\xaa\x7f\x1b\x59\xbd\x55\xff\x36\x6e\xf7\xfd\xd8\x49\xce\x88\xfd\xa8\xa2\x83\xfa\xb7\xca\xe1\xde\xbe\x99\x21\x1c\xcc\xb9\x1b\xfb\x7c\x3b\x68\x17\x1b\xfb\x7c\x93\x64\x72\xab\x49\x1e\x34\x84\xad\x26\x79\xb0\x1b\x6f\x75\xc5\x03\xec\xdd\xe8\x8a\xf1\x79\xbc\xfa\x1b\xd1\x39\xa0\xc8\x8d\xae\x18\xf4\x97\x6d\x74\xc5\xf8\x30\x29\x1b\x5d\xf1\x9c\xc7\x9b\x27\x4d\x94\xa5\x8d\xae\x78\x0e\x93\xb2\xd1\x15\xcf\x89\x5e\x3d\x34\x51\xe1\x36\xba\xe2\x63\x0a\xd2\xc6\x02\xff\x3c\xf8\x50\x36\x16\xf8\xf0\x3a\x7c\x34\xc9\x20\x6b\xdf\x46\x93\x7c\x74\xdb\x6d\x63\x84\x32\x51\xb5\x5b\x0b\x7c\x3a\xbe\xca\x68\xf3\xd7\xa6\x21\xd6\x98\x25\xb7\x7c\xfb\x1d\xc9\xb6\xb5\xc0\xb7\xe4\x87\x2c\xa0\xef\x84\x1a\x23\x64\x46\xf3\x0e\x96\x02\x3c\x7e\x97\x68\xf3\x94\xbc\xca\x0c\x56\xfc\x92\x5b\x2d\xf4\x80\xe6\xb6\x31\x42\xeb\xb3\x29\x75\x3f\x87\xc2\x36\x46\x68\x11\x67\xb8\xa3\xc7\x0d\x4a\xce\x56\xd5\x94\x53\x6b\x1b\x23\x54\x51\x68\xf7\xa5\x7f\x3c\xbe\x19\x6e\xab\x1a\x7d\x15\xe3\x1d\xcd\x26\xe3\x95\x1f\x6f\xab\x6a\x0a\xed\xb7\xe1\x46\x61\xfa\xa1\x5b\xb7\xc2\xab\x64\xf4\x3c\xcd\x67\xe5\x06\xb7\x93\x46\x3e\x2f\xec\xdb\xdb\xc8\x67\x53\x87\xb6\x91\xcf\x09\x34\xb7\x3f\x33\x7a\xaa\x37\x5b\xaa\x20\xdb\x34\x8c\x0d\x5f\xe4\x36\x54\xe9\xb9\x1f\x62\x7e\x17\x82\x71\xab\xa6\xce\xe1\x87\x50\xdb\xc6\xbd\xd9\xf1\x3a\xdd\xaa\xa9\x87\x43\x7f\x7f\xe6\xef\xff\x7f\xa9\xfc\x53\xec\x6f\xe3\xa3\x44\xb2\xdb\xa0\x68\x53\x92\xb7\x41\xd1\x0f\x46\xe6\x6d\xe6\xe9\xc1\xd7\xbf\xaf\x06\x8b\x6d\x7f\xdf\xcc\x53\x37\xbe\xbc\x91\xc6\x57\x6f\x33\x4f\xbf\x6e\x93\x5f\x11\xfc\x6f\xb2\x4a\x86\xe4\x9b\x2d\x2d\x31\x6d\x1a\x36\x80\x8e\xba\xd5\x60\x67\xf7\xaa\xa5\x1e\xa7\xdd\xd0\x3e\x8f\xc9\x7d\x9b\x79\x3a\xd0\x9c\xb7\x99\xa7\x2f\x76\xe3\x2d\xbf\xcd\x9b\xbc\x6a\xb2\x0f\x47\xc6\xce\xb7\x04\x33\xdf\xb5\x88\x76\x00\x6f\x6e\x59\x25\x9f\xc7\xa6\xb4\xbd\x60\xc6\x2d\xab\xa4\xa5\xdb\xb7\xac\x92\x92\x5b\x6e\xd3\x54\x05\x59\x5b\x56\xc9\x99\xbd\xca\x78\xbb\x9b\x48\x7e\x1b\x2b\x5d\x6e\xf9\x6d\xbe\xe2\x55\xfd\x2f\xdb\x57\x4d\x8f\x48\x56\x82\x69\xaa\xc3\x23\x43\xdb\xbe\x70\x66\x63\xdb\x6f\x96\x23\xdf\x37\x70\x8b\xb3\x69\x63\xdb\x6f\x89\xf3\x74\x17\x1d\xeb\xf6\xca\xba\x6c\x15\x0f\xe0\x96\x55\xd2\x98\xa8\xad\x6e\x9c\x94\x30\xb2\x4a\xbe\xaf\x1f\x32\xd9\x10\x28\xb4\xad\xcb\x76\xcf\x26\x69\xff\x33\xa6\xb6\x8d\x6d\xbf\x85\xd7\x0f\x89\xc8\xd0\x51\x77\xb9\x45\x76\xf8\x39\x72\x4e\x56\x2c\xff\x1b\xcd\xb9\xe5\xe2\x88\x0c\x24\x00\xfa\x6d\x6d\xfb\x5d\x91\x72\x69\xff\x49\x10\xd8\xa6\xb8\x1a\x05\xb4\xd5\x9c\xfb\xe3\xcd\x88\xb2\xa7\x78\xb3\xa5\x52\x94\x12\x6a\xce\x27\x79\xd5\x64\x2e\xb8\xe6\xb6\x29\xae\x15\x07\xc4\x36\xc5\xb5\xdc\xef\x5e\x26\x5b\x86\xa0\xe5\xdf\xba\xd2\xdb\x04\xd8\xad\x1c\xd0\xf2\x3f\x71\x6d\x6c\x2d\xff\xcb\x5f\x67\xc9\x80\x17\x40\xba\xd5\xba\x03\xf6\x84\xad\xd6\x9d\x31\x5c\x6c\x2d\xff\xcd\x33\x51\x46\x4a\x53\x5c\xb7\x09\xb0\x0d\x13\xdf\x36\x01\x36\xa3\x98\x6d\x19\x29\x1f\x87\x7f\x03\xb7\xf0\x91\x6d\x43\xbb\x8d\x0f\xdc\x32\x52\x06\xe7\x08\xbf\x40\x8b\xaf\x6f\x66\xbc\xcb\xe9\xd6\x2f\xb0\xf0\x18\x6e\xd3\x63\xad\xb8\xb4\x4d\x8f\xed\xae\x76\xeb\x68\x4f\x05\x85\x75\xb4\x1f\xcc\x02\x5b\xda\xc9\x03\x1e\xdf\xd2\x4e\x46\x75\x1e\xeb\x68\x4b\x1e\xb8\x6f\x58\x97\xdb\xd9\x18\xf2\xa8\xa2\xd2\x2f\x0b\xae\x57\xad\x32\xa3\xcc\xe9\x57\x74\x33\xa2\x6e\x1d\xde\xe5\xcd\x96\x4d\x54\x56\x77\x6d\x6b\xfe\x67\x33\x64\x2d\x5d\xba\x6f\x86\xac\xc3\xef\xb7\x8c\x05\xb3\xaf\x8b\xc1\x30\xb6\x2d\xed\xe4\xf9\xb3\x84\xfa\x1e\xc6\x64\x62\x21\xd9\x26\xcf\x7e\x38\x6d\xf7\x50\x75\xf4\x24\x32\xe2\x2b\x61\x58\xdb\x26\xcf\x76\x20\xd5\x36\x79\xf6\x73\xe3\xdf\x62\x70\x9e\xda\xc3\x9c\x38\x50\xd2\xbe\xc5\xe0\x5c\x63\xc3\xbc\xc5\xe9\x87\xfc\x15\xc1\x57\xf1\x2b\x92\xeb\xc4\x3c\xdc\x8d\x2b\x6a\x1b\x8a\x2f\x9d\xf5\xc6\x01\x51\xa4\xc1\xdf\xd3\x18\x21\xe2\xc9\x37\x0e\x88\xb6\xb1\x81\x6c\x8b\xc1\x55\x37\x91\x71\xfb\xf9\x78\xb3\x7c\xdd\xf6\x59\x36\xcb\x57\x7d\x0f\x34\x5a\x3b\x60\x7c\x1b\xf1\x25\x6b\xe8\x16\x8d\xbe\x78\x3a\xb6\x68\xb4\x12\x04\xbe\x8d\xf9\x8f\xea\x7b\x46\x7c\xf5\x7b\xf5\x52\xb1\xf9\x5d\x44\x59\xc0\x7a\xbf\x65\xdd\xd1\x69\xb2\x2d\x15\xf7\x12\x64\xbb\xc5\xaa\x7a\x5a\xb7\xee\x89\xa0\x1c\x30\x0f\x37\xe2\xbb\xd9\x60\xd5\x2a\xf5\xf7\x36\x3c\x6c\x6e\x5f\xe5\x52\xff\x6c\x6a\x04\xf0\x4f\x5a\x62\xdb\xea\xf3\x5b\xd7\x86\xb6\xd0\x2d\x56\xcd\xfe\x58\x4b\xc5\x49\xfb\xb0\xd7\x2d\x31\x69\x37\x38\xaa\xf4\xc2\x6f\x5c\x1b\x2d\xdc\x9b\xa5\x0b\xce\xbe\x8a\xf1\x56\x77\x8d\x70\xd5\xf2\x76\xfb\xc6\x80\xd9\x67\xf9\x7c\xba\xba\xb1\x35\x11\x1e\x0f\x32\xe1\xaa\xa1\x83\xdb\x7a\x70\xaf\xb2\x5a\xd7\x86\xbe\xb6\x2d\x5c\x6d\x38\x31\xf7\xbe\x5b\xdb\x67\x8d\xe8\x2b\x5e\xbd\x79\x34\xfc\xd8\x9b\x5b\xa1\x48\xd1\xb5\xd1\x3c\xf4\x85\xab\xaf\x3a\xf9\xbe\x79\xc7\x36\x75\xda\x2a\x7f\x74\x6d\x58\xdf\x64\x0b\x57\xab\xba\x96\xae\x8d\x8e\x8d\x6b\x1f\xb5\x6e\xc5\xaf\x70\xb5\x2a\xe7\x75\x6d\x74\x4f\x4c\x0b\x70\x5f\xe8\x77\x5d\x1b\xc3\x9b\x9d\x5f\xff\xa4\x55\xb6\xab\xc3\xb7\xca\xb6\x64\x6b\x5b\x0e\xa2\xb7\xdb\x67\xdd\x6d\xae\x0d\x23\xd3\xe4\xca\xde\x72\x10\x99\xc3\xbb\x85\xba\x96\xa5\x3b\x42\xdd\x8a\x9f\xeb\x98\xc3\x9b\x31\xa6\x1d\xa1\x6e\x63\x31\x1c\x73\x78\xad\x3d\x71\x8c\x4c\xeb\xa4\xd2\x1c\xdd\x22\x13\x4b\xe3\x31\x32\x4d\x11\x7a\x8c\x4c\x13\xeb\x1d\x2b\x26\x98\x67\x74\x8c\x4c\x3b\x1c\x46\xc7\xc8\xb4\x89\x7e\x78\x6e\x0e\x2f\x93\x72\x8c\x4c\x9b\x28\x0c\xc7\xc8\x34\xf3\x41\x8e\x25\xb9\x7b\xf6\x59\x79\x5f\xf9\xb1\xc7\xb8\xb5\x8e\x3a\x71\xc4\xc5\x01\x4d\xec\x18\xb7\xa6\x7c\x3e\xff\x91\xb5\xf2\x5d\xe3\xd6\x56\xfb\x2b\x92\xe7\xe8\x7c\x59\xf7\xa3\x72\x9b\xa3\x48\x1f\x6b\x79\x87\xe4\x55\x44\x59\x00\xd8\x1e\x79\x5c\xf5\x97\x9d\xf7\x56\xbd\xe4\x27\x03\xa8\x5b\xec\xde\xec\x29\x76\xbc\x99\xa5\xbe\x88\xf8\x3a\x00\xea\x66\xce\xc2\x79\x9d\x7a\x14\xda\x03\xa0\x4e\x46\x99\x1e\x93\x6e\x96\xff\x2d\x68\x22\xe0\xf4\x39\x00\xea\x56\x50\x68\x8f\xae\x19\xbd\xb4\xc7\x02\x76\x81\xe3\xe6\xc8\x65\xa4\x85\xe4\x84\x4b\x01\xe7\x87\xdc\xda\x8e\x57\xc7\x8d\x78\xf3\x98\x74\x23\x35\xe2\x11\x50\xeb\x96\x3d\xc1\xe4\xa6\xe5\xb3\xda\xc9\xb1\xd1\x1d\x00\x75\x6b\xb8\xfe\x4f\x10\x60\x82\x0a\x4f\xbc\x5b\x9b\x6e\xdc\x5a\x78\xdb\xab\x06\x27\x3b\xc0\x28\xaf\x05\x22\xf4\xc4\x9b\x6a\xca\x77\x4d\xba\x49\xee\x9a\xeb\xbb\x99\x5e\xf5\xa8\xc2\xa7\x79\xa2\x04\x71\xd3\x0f\x89\xaa\x30\x6f\x1e\xeb\x29\x04\x24\xf9\x11\x50\x1f\xce\x97\x23\xa0\x8e\x9f\x7d\xb6\x96\xae\x53\x66\xfe\xce\x43\xd2\xcd\x31\x7f\xc7\x1c\xab\x63\xfe\x8e\x21\x61\xe7\xb3\x94\x06\x16\x92\x63\xc0\x9b\x08\xf4\x98\xdd\x93\x5c\xa2\x00\xea\xb6\xec\xa4\x7e\x9f\xe9\x7f\xbe\xf5\x14\xee\xb3\xc5\x55\x47\xaf\x4c\x25\x5e\x00\xd2\x63\x2d\xbc\x8a\xd1\xe3\x08\xa8\x07\x80\xe5\x7c\x96\xb3\x01\x55\x1d\x0b\x8e\x67\xcc\x0b\x47\xbf\x4f\xdc\x7e\xc8\x74\x98\xec\x87\x8e\xbf\x8e\x01\xa6\xbb\xb5\x19\x42\xba\x28\x83\x0f\x59\x70\xbc\x22\x24\x8f\xac\xb0\x23\x7b\xb3\x74\x6a\x58\x95\x8f\xa8\xf9\xc1\xc1\x7d\x40\xcd\x65\x71\x82\x1c\xfd\x3e\xc6\x80\x1d\xf9\x9a\xe2\xf6\xcd\x57\x94\x31\x0b\xfa\x7d\x2c\x9e\x7b\x4c\x34\x96\x34\xfe\x5c\x56\x58\x65\x57\x92\x22\xe3\x78\x33\xa2\x4c\x65\xf8\xe8\xf7\x91\x74\xfd\x88\x9a\xcd\x8f\x38\xe6\x3a\x6d\xce\xf1\x63\xcc\x9b\x44\xbe\xe7\xa2\x66\x4e\xdb\x63\xcc\x5b\x54\x0c\x66\xe7\xf7\xbe\xea\xd2\x2f\x30\x04\xc9\x9d\xbe\xe9\x9b\x5d\xcf\xce\xbe\x11\x71\xfd\xf3\xe6\x6b\x49\xb6\x93\xac\xe7\xf1\x79\x33\xeb\x59\x87\xef\x31\x22\xee\xbf\x5e\x89\xaa\x96\xaf\x92\xb2\x12\xbd\xf4\x48\xee\xa4\x0d\xf3\x18\x11\x67\xed\xaa\x53\xae\x55\x84\x19\x2c\x57\x74\xf3\x66\xc9\x9d\x92\xbb\xcc\x5a\x0c\x01\xa3\xd6\xb1\x58\xde\x59\xbe\xd9\xfd\x8b\xd9\xf9\x48\xee\xd4\xdf\xbf\xb4\xfd\x73\x9d\x4d\xf8\x07\x8f\xc1\x72\xfa\x43\x8f\xc1\x72\xeb\xb1\x87\x16\x71\x70\xec\xc5\xa5\xae\x44\x15\x50\xd7\xe8\xcd\x02\x2e\x14\xf8\x73\x5d\x51\x38\x7c\x8f\x45\x1c\x1e\x0c\x98\x47\x57\x94\xa9\x97\x47\xb2\xd9\x81\x7b\xe5\xdc\x4c\x28\xe5\x9e\x85\xce\xab\xbb\xd5\x4c\xa8\x81\x25\xfc\xdc\x3a\x7a\xcd\x9b\x8d\x80\x72\x8b\x19\x4a\xb7\x96\xbd\x72\xbc\xca\x3d\xc9\x66\xbb\x23\xb2\xca\xde\xfd\x1b\x92\xcd\xca\x13\x7e\x64\x94\x32\x3b\xf8\xe8\xc6\x92\xa9\xec\x58\xe2\xe1\xc5\x04\x74\x64\x94\x4a\x98\x46\x4f\x93\xeb\x12\x55\xea\x34\xb3\x83\xd1\x33\x4f\xbb\x1e\x79\x3e\x24\xa0\xb6\x5c\xf5\x91\x51\xaa\x39\x5e\x73\xa5\xa3\x4b\x4e\x46\x29\x99\xe8\xce\x05\xd4\xee\x0b\x01\xb5\xec\x04\x47\x2a\xda\x43\x68\xd9\x91\x8a\xf6\x28\xf7\xa4\xa2\x3d\xc4\x0c\x1f\x4b\x3c\x48\xe3\x76\xda\xad\xfa\xc4\xf0\x05\xd4\x1a\x88\xce\xa5\xa2\x55\xb3\x12\x50\x37\xf2\x23\x8e\x80\x7a\xa8\x6c\xe8\xd4\xb3\x20\xe3\xb9\x81\x76\x2a\x4b\xfd\x56\x7d\x62\x44\x5d\x8f\x18\xe6\x85\x63\x1d\x87\xf1\xf8\xac\x06\x31\xd4\xdd\xd3\x35\x10\x79\x26\xf6\x9b\xff\x6b\x9f\x59\xcf\xa6\xe4\x9c\x6e\xc5\x5b\x25\x5b\xd7\x20\x56\x6c\x8a\x22\x01\x95\xc7\x98\xbd\xe3\x41\x66\xcc\xde\xf1\xd9\xa1\x0b\xbb\x7a\xf5\x86\x4a\x32\x22\x29\xa7\x0e\x26\x82\x03\x6a\x2e\x2b\x79\x55\x14\xe9\xb9\x36\xb4\xfd\x2a\xca\x40\xcd\x2d\xe2\x26\x38\xa2\xe6\x07\x1f\xdf\x31\xa2\x4f\x6e\xab\x23\x6a\x7e\x30\x20\x9c\x71\xd9\x7e\xf8\x57\xc3\xcc\xbe\xed\x87\xe4\xa9\x9b\x36\xd9\xbf\x91\xcc\xd3\x23\x6a\x1e\x00\xff\x23\x6a\xee\x18\x4b\x0f\xa8\xb9\x2c\x37\x9d\xa8\xb9\xba\xae\xac\x01\x11\xfd\xd0\xb4\x8c\x8e\xa2\xec\xe6\x49\x91\x47\x7f\xa6\xf9\xce\xc7\xef\x1a\x20\x87\xeb\xfc\x4c\x23\x18\x3d\xc8\x44\xcd\x96\x86\x39\xa2\xe6\xe0\xa6\x13\x35\x7f\xcb\x9b\x45\x91\xc7\x5e\x69\x30\xf1\x6f\xcc\x7b\x34\xb3\xbc\xd7\x45\x91\x74\x52\xd4\xbc\xd4\xab\x97\xaa\x17\x6e\xd9\x23\x6a\xd6\x85\x7d\x0c\xf9\x5b\x98\x50\x8e\xa8\x39\xb8\xe9\xd6\x55\xbd\xd8\x92\x7a\x78\xa5\x08\x3e\x7a\x78\xcd\x1a\x3b\x16\x58\x7f\x3d\x40\xf5\xf0\xd6\xcf\x37\x0f\xe5\xa4\x37\x83\x32\x7e\xc5\x53\xfe\x2d\xf6\x97\xb6\xd0\x61\x97\xfc\x15\xd3\xb1\xb3\xb5\x3f\x57\xbe\x05\xd6\xb7\x5a\xa8\x04\xb9\xcd\x45\x75\x01\xb5\xff\x6d\x5f\xa2\x39\xfe\x8c\x05\xd6\x5f\x0f\x26\x01\xf5\x50\x77\x12\x50\x37\x17\xb3\x45\x06\x8d\x5e\x38\x02\xea\xac\x5e\x6d\x81\xf5\xa5\x4e\x2e\xa0\xd6\x33\x7e\xae\xff\x57\xb5\xd3\x22\x83\xc2\xed\xb3\xaf\x1b\x8b\x1d\xa7\xff\x37\xb9\xa7\x8c\x15\x94\x93\xe7\x08\xa8\x35\xd4\x1c\x63\x05\x2d\xe2\x70\x00\xd4\xdf\x15\x47\xc6\x0a\x4e\xdf\x6c\xac\xa0\x09\xce\x47\x62\xab\xf1\x78\xd5\x68\x1c\x31\xa3\xe5\xd7\x27\x9e\xf4\xa3\xff\x57\xa2\xb6\x73\x53\xbd\x82\xaf\xba\x05\xdd\x98\x32\x53\xbd\xac\xc2\x76\x24\xf5\x35\xc5\xfe\x08\xa8\xdb\xf0\xd9\xbb\xd4\xed\xb3\x00\xf3\x07\x0d\xc2\x73\xcb\xaf\xff\xa4\x71\x78\x24\xf5\x3d\xdb\xa6\x5a\xca\x2f\x5e\x37\x3c\x00\xea\x14\x7e\x4a\x69\x78\x2c\x41\x08\x89\x71\x78\x2c\x41\x88\xd9\x2a\x3c\xc6\x19\x7e\xbf\x30\xfe\xf0\x00\xa8\x13\xb1\xbe\xe1\xd1\xd1\x5c\x93\xaf\x32\xf6\x35\xdb\x2b\x96\x7a\xde\xbe\xca\x02\x76\x3f\xb1\x1f\x1e\x01\x75\xfd\x65\x7e\x85\x47\x47\xf3\xf8\xe5\x85\x85\xc7\xe2\xec\x18\x01\xc2\xa3\xa3\x79\x37\x3a\x09\xa0\x4e\x71\xf0\x66\x00\x75\x0a\x87\x37\x5b\xfd\x84\x0c\xd0\xf0\xbc\x17\x55\xf9\xac\xc4\x74\x3f\x55\x39\x3c\xb2\x4f\xe4\xc1\x88\x44\xcd\xb0\xf8\x86\xc7\x90\xc5\x27\xd3\x49\x43\x16\xbf\x4d\xaf\xa4\xaa\xa0\x7e\x5f\x78\x2c\xce\x4e\xa1\x8d\xf0\x5c\xe6\xab\x5f\xfc\x58\x78\x6e\x81\xc2\x7b\xb3\xb6\xfd\xe8\xcd\xba\x65\xab\x23\xba\xec\x88\xfc\x0d\x50\x73\xa3\x82\x49\x78\x64\xbe\x0a\x0f\x6f\x96\xf9\xea\xfd\xbc\x59\x03\xd1\x6f\x3d\x87\x47\xaa\x8a\xb9\x19\x7e\xd0\x20\x96\xbd\x59\x54\xe5\xca\x09\xd7\xe0\x49\x37\xa4\xaa\xc8\x9f\x4d\xc7\x5b\x98\x5f\x51\xf3\xf7\xda\x0d\xab\x9f\x14\x66\xc1\x60\xc8\x77\xdb\x67\x0d\x62\xd1\x9b\xd9\xbf\x33\xd9\xab\xab\x6a\xf2\x73\xa2\x81\x04\x3f\xa0\x14\x9e\xa8\xc1\x24\x32\x22\x50\x73\x23\x5b\x2d\x3c\x16\x28\x24\xbc\x33\x3c\xa2\xe6\xfa\x7a\x55\xdf\x8d\xff\xd9\x0a\xf2\xa1\x32\xfc\x68\x1c\x57\x65\x31\x18\xf1\xf8\x14\x6f\x46\x5e\x11\x8f\x1d\x1e\x09\xb8\x66\x66\x08\x51\xb7\xfb\x62\x6d\x44\xf7\xef\x63\xd3\x28\xaf\x61\x9f\xa5\x55\x7f\x1d\xa0\xd5\xb5\x3e\x06\x08\x6a\xce\x5f\xfa\x23\x80\x33\x3c\x7a\xa8\x31\xba\x86\xe7\x02\x6a\x97\xab\xdc\x5c\xd9\xb9\x16\x50\xd7\xe2\x57\x98\x7a\x60\x6f\x78\x2e\xc5\xb1\xd3\xf7\x5d\xc0\x45\x87\x2d\x2e\xbf\x8f\xaf\x52\x94\x25\x9f\x65\xea\x87\xfb\x42\x0f\xf5\x9c\xac\x13\x0b\x14\xc2\x69\x1c\x1e\xdd\xd0\x58\x86\xc3\x23\x4d\x07\x68\x34\x3c\xd2\x74\xa0\xb4\x84\xc7\xd2\xf3\xd3\xab\x72\x73\xc1\x07\x12\x1e\xdd\xd0\x6f\x66\x82\x04\xd4\x14\xb5\x0f\x8f\x80\x7a\x2d\x5f\x75\x0b\x1b\xf9\x2a\x45\xb7\x1b\x30\x19\x81\x50\x18\x82\xcc\x5d\x4f\x66\xf8\x00\xea\x6f\xbb\x1f\x25\x40\x8e\xd5\xab\xd7\x60\xc2\x92\x4b\x6a\xa1\x0a\x1c\x00\xf5\x77\x1a\x93\xa2\x1b\x7a\x6d\x6f\x56\x0b\x55\xe0\x5c\x40\xbd\xb8\x59\x37\x34\xd4\x0d\xe1\x91\x3c\xe4\x54\xf6\x94\x81\x94\x4f\xf5\xaa\xc4\x41\xee\x47\x93\xc8\xa6\x3f\xc7\x40\xca\xee\xca\xcf\x57\x4b\xe1\xe7\x98\x62\xb6\xdc\x62\x16\x37\xec\x83\x75\x65\x8a\xd9\x97\xe9\xb3\x29\x66\x30\x0c\x84\x27\x9b\x06\xd8\x7c\xb3\x5a\x77\xf7\xaa\x06\xb1\xed\x9b\x59\xea\xb0\x95\x86\x47\x40\x3d\x07\x13\xaa\x1b\x1a\xc7\x5c\x78\x64\x4b\x9e\x9b\x39\x2a\x77\xbc\xbc\xca\x14\xb3\xfb\x5d\xdd\xd0\xed\xf3\x59\xd3\x00\x23\xb3\x60\xf5\xf9\x7d\xf8\x57\x02\xea\xe1\xdf\x10\x35\xc7\xc0\x2c\x5c\x37\x74\x62\xbc\xba\xa1\xe7\xf0\x59\xd7\xb3\x8b\xc1\x00\xce\x54\xd9\x38\x96\x68\x79\x06\x33\x68\xe9\x43\x8a\x75\x86\x47\xd4\x1c\x3d\x40\x6f\xe9\xc3\xc0\xab\x74\x43\x8f\x87\x5e\xdd\xea\xf3\x1f\x7f\x52\x4e\xb0\xd6\x7c\x56\x94\x61\xaf\xea\x35\x10\x79\xb3\x6e\x4a\xc5\x91\x25\x5a\xf6\xe4\xe7\x58\xa2\xe5\xed\xfc\x1c\x03\x38\x53\x47\x0c\x5a\x9b\x7e\x7a\x64\x88\x9a\x43\xe3\xe7\x48\xfc\x35\x82\x1f\xda\xf6\x99\xe1\x8b\x9a\x61\x73\x0a\xcf\x75\x43\x3f\xbc\xd9\x04\xb4\xa5\xbc\x92\x25\x2c\x3b\xbf\xa0\xe6\xfc\x39\xc0\xcb\xc3\x9c\xf9\x93\x16\x70\x79\x5c\xb1\x56\xbd\x1f\x81\x95\x23\x6a\x6e\x2f\x7f\xd2\x02\x2e\x9f\x7f\xe3\xf2\x30\x3b\x40\x0b\xb8\x24\xe5\x64\xd3\x17\x39\x19\x02\xa8\xb9\xcd\xcd\xbf\xd2\x0d\xfd\x14\x6f\x06\x55\xc1\x9b\x14\x9e\x4b\x56\xa6\x3a\x21\x59\x19\x95\xc8\xc2\x23\x6a\xee\xee\x6e\xd3\xd3\x62\xe1\x43\x72\x38\x0f\xe5\xb3\x05\x5c\xbe\xf3\xfc\x25\xf6\xad\xed\x72\xd4\xbb\xf4\x50\x53\xd3\x3f\x3c\x5d\x80\xa9\x24\xd7\x43\xfd\xba\x4e\x04\xd4\xc7\xb3\xd5\xbc\xb6\xa3\xee\x24\xa0\xce\xfe\x55\x89\x47\xba\x12\xd5\xf2\x2e\x23\xf9\x66\xb6\xf6\x5a\xde\x7c\xe9\x91\xf9\x51\x7a\xa8\xf3\xcb\x2a\x92\xc3\xf9\xbc\xec\xa9\x21\x75\xcc\xf6\xaa\xe1\x7f\x6a\x47\xe3\xba\x29\x6d\x22\xba\x73\xf1\x66\xc6\xbb\x54\x2c\x87\x06\x84\x97\x19\x11\x50\x57\x4f\xae\xa1\x5b\x56\x39\x20\xa0\x9e\x9d\x3e\x9b\x22\x87\xb3\x29\x3c\xba\xa1\x49\x7e\x09\x8f\x79\x70\x5d\x1d\xd5\xf2\x2e\x50\x3a\x87\x67\xdc\x60\x39\x5e\x65\x5d\xfe\xcf\x3f\x29\xa0\x0e\xca\x79\xdd\xd0\xcf\xe2\x55\xb7\xf8\x4b\x64\x06\x25\x1e\x19\x9e\xa7\x12\x8f\xe0\xf0\x0d\xcf\xbc\xc1\x90\xbe\xca\xf1\x2a\x25\xa6\xbe\x0c\xf5\x1f\x00\x75\x4a\x89\xf9\x95\x0e\x7a\x7a\xcc\x5d\x37\xf4\xcb\x1c\x99\x25\x17\x8a\x1f\x52\x2b\x3b\x7e\x68\x2b\x06\xf9\x39\x86\x4c\x3f\x2e\xf5\x9b\x25\x17\x79\x16\x40\x5d\x87\xb3\x60\xc8\x74\x54\xb2\x19\x32\x1d\x54\xf0\x6e\xf1\x7d\x3f\x24\x4b\xc9\x70\x7e\x01\xd4\xa9\x16\x5f\x75\x7d\x37\x7e\xa8\x7a\x82\x30\x84\x75\xdd\x94\x74\x52\x2a\x12\xe8\xb6\xc2\x23\xa0\xfe\xa2\x37\x2b\xba\x5d\x39\x66\xd8\xf5\xcf\x67\xd9\xda\xc9\x93\x4b\x37\xf4\xa3\xfe\x70\x33\xec\x0e\xbd\x32\xc3\xae\x2b\x51\xcd\xb0\xeb\x93\x11\xed\xcb\x49\x4e\x9f\xb7\xa2\xbb\x7b\xf5\xa2\x66\x7e\xce\xbe\x5a\xb7\xaf\x2a\x4e\x19\xbd\x02\x35\xa7\x67\x30\xdd\xfb\x86\x19\x30\xa1\xa0\xe6\xda\xa7\x37\x8b\x32\x14\x56\xba\xa1\xbf\xdb\x2b\x89\x92\x84\x51\xdb\x14\x24\x15\x5a\x50\x73\x8a\x1f\x9b\x4e\xd4\xbc\x95\x8a\x37\x6a\xda\xe3\xd5\xa8\x69\xaa\xb1\x87\xc7\xa8\xe9\xea\x0c\x4a\x07\x8d\x7b\x22\x3c\x47\x5b\xf7\xe1\x43\x46\x4d\xaf\xfb\xec\xa5\x81\xf5\x66\x8f\x66\x4f\x01\x33\xec\x5a\xf2\x66\x23\xe2\x94\x48\x37\xa6\x5a\xc8\xa9\x1b\xfa\x1d\x4c\x99\xf9\x77\x65\x32\xa1\x12\xa4\x74\xd5\x7b\x51\xf3\xe2\x6c\x7a\x9f\x5b\x8e\x6a\xd3\xbc\xbe\xc8\x4a\xd3\x94\x2b\xce\xd3\xd7\x88\xeb\xf0\xf3\x73\x85\xd7\xec\xbc\x54\xbd\xaa\x7c\x46\x7b\x7c\xa5\x92\x7e\x90\x1b\xaf\x6e\x68\x4f\xdb\x57\xd4\x3c\xdf\x3f\xa8\xd8\xc2\xab\x87\x7a\x1e\x3f\x8a\xdb\xee\x69\xf6\x70\xb8\x7a\x3b\x4d\x03\xe6\x51\x95\x5f\x59\xa6\xe3\xcf\x51\x15\xde\x5b\xf1\x1f\xa5\xe5\x95\x65\x7a\x30\x05\xef\x6b\x1c\x2c\x92\xed\x7d\x8d\x83\xdd\x74\xf8\x96\xd4\xe1\x6c\x7d\x8d\xdc\x4e\xbe\xd9\x1c\xc0\x8c\x02\xf0\x5e\x37\xf4\x63\xd3\xb2\xad\x48\xd4\x57\x37\x34\xa4\xf1\xe1\x15\x50\x13\x45\x10\x5e\xdd\xd0\x2f\x1a\xfb\x2b\xf7\xe3\x8a\x76\x43\xad\xec\x5e\x45\x74\x47\xe7\xcb\x92\x3a\xe9\xf5\xbb\xd7\x60\xe2\x9b\x75\x63\x05\xae\xca\xfd\xb8\xd0\xca\x5e\x00\x75\xba\xe3\x95\xfb\x11\xce\x84\xf0\x9a\x21\xf8\x7e\xbc\xca\x92\x3a\xfb\xd0\x0d\x99\x55\x88\x15\x0c\xaf\xdc\x8f\x24\x2a\x86\x37\xe8\x76\x5f\x7e\x57\x80\xf9\x8b\xdc\x0e\x2f\x80\x3a\x11\xdb\x10\xde\x5b\x4e\x94\x1d\xf7\x5a\x55\x87\x0c\xdf\xf0\x0a\xa8\xfb\x7d\xf3\x2d\x21\xe4\x77\x25\xdf\xf0\x3f\xdf\x8a\xff\x9b\x0f\xe9\x86\x86\x60\x21\xbc\x02\xea\xb6\xf8\xae\x71\xdd\x01\xe9\xf4\x46\xb5\x6e\x3f\x24\xa0\x86\xd0\x3b\xbc\x02\xea\xea\x8f\xd5\x0d\xdd\x9a\x1f\xba\x6e\x68\x9b\xc6\x75\xbb\x80\x2d\x27\x1a\x8b\xdd\xb0\x4e\xd9\xeb\xab\x44\x55\xfe\x76\x01\x35\x44\x3a\xe1\x35\x85\x70\xbd\xbe\x59\x5f\x06\x82\xfd\x35\x85\xb0\x72\x08\xbe\x02\xea\xee\xca\x11\x35\x77\x8e\xe6\x17\xd4\x9c\x93\xdd\xf8\x74\xdb\x05\x7e\x9d\xa8\x39\x2f\x9f\xbd\x11\x35\x6c\x1c\xe3\xba\x2b\x9a\xe4\x6b\xfa\x21\xf4\x71\xe1\xfd\x8f\xd1\xda\x67\xad\x41\xe3\x5e\x90\xd1\x5a\x31\xf8\x5a\xd6\x1f\xfe\xb4\xf0\x8a\x9a\xc7\x7d\xf3\xd5\x42\x1d\x91\xeb\x39\x33\x0b\xa2\x66\xca\x62\x86\xf7\xba\xa1\x5f\xc4\x91\xc1\xdb\x50\xde\x85\xf7\x06\x6f\x1f\x9e\x35\xfd\x30\x3f\xec\x41\xd3\x0f\xa9\x6c\x1e\x5e\xd3\x0f\x29\x98\x15\x5e\x83\xb7\xf3\xf2\x55\xa8\x22\x9a\x44\x5e\x51\xf3\x52\x0c\x5a\x36\x68\x38\x40\x83\xb7\x87\x7d\xb6\x6c\xd0\xe7\xdf\x48\x26\x83\x63\x2e\x7b\x75\x43\x7f\x99\xf1\x4a\xb9\x19\x5d\x57\xa2\xe6\x58\x98\xc1\x7c\x55\x2f\xde\x2c\x6a\x56\x8d\x79\xad\x31\xf4\x7e\x5e\x35\x6e\x3f\x30\xc0\x7c\xc3\x48\xbc\xd9\xbc\x0c\x8c\x24\x6f\xbe\xa2\x9b\x01\x1a\xbc\x5d\x27\xff\xca\xe0\x6d\x98\x49\xc2\x0b\x6a\xae\xfd\x5e\x65\xbc\x5a\x63\x5e\x8b\x93\x92\x8b\x1a\x5e\x89\x59\xde\xf5\x47\xdc\x7e\x78\xad\x5b\x7a\xb6\x1d\xd6\x8d\x15\xfc\x8a\xa2\x0c\x6d\xf0\x2d\xe6\x3a\x61\x58\x7b\x2d\x3f\x84\xbd\x3a\xbc\xc6\x75\x07\x7f\x94\x80\x1a\x5a\xf8\xf0\x16\x13\xd9\x96\x37\x5b\x03\xb4\x31\x41\x02\xea\x39\xbc\xf9\x66\x08\xb2\x30\x6e\x5c\xf7\x61\xbe\x6e\xf9\xa1\xe2\xb3\xda\xba\x8f\x6f\x66\xa9\x07\x17\x95\x9c\x2d\xcb\x7f\x2e\xa0\xae\x0a\x67\x00\x75\x2a\xee\x74\x01\x75\x45\x93\x7c\x01\xd4\xa9\x60\xdf\x7b\xcd\x88\xac\xe8\x5d\xaf\x6e\xe8\x85\x66\xf5\x1a\xd7\x4d\x84\x6a\x78\x8d\xeb\x6e\x4a\x63\x6b\x9e\x6a\x89\x7a\x05\xd4\xdd\x85\x61\xe9\x22\x62\x14\xc3\x0b\xa0\x4e\xc7\x53\x40\x37\xf4\xe3\x72\x15\x50\x53\x41\x20\xbc\x00\xea\x4a\x91\xe5\xf0\xd6\x1b\xe7\xec\x87\xae\x96\xc2\xa4\xd4\x1b\xec\x6a\x9f\x19\x6f\x71\x9b\xc8\xe8\x12\x30\xa6\xbd\xd6\x3c\x3d\x87\xe9\x36\xae\x7b\x75\x6f\x66\x6b\x7f\x8a\x5f\x00\x75\x7a\xb0\x0c\xbf\xcd\x3c\x05\x4f\xdb\x76\x0d\x08\xac\xcf\x76\x23\x4c\xfc\xd0\x8d\x63\xa7\x93\x02\x6a\x22\x72\xc3\x2b\xdf\xcb\x7a\xbc\x7a\x23\x4c\xfc\x10\x06\xb1\xf4\xf9\x66\x7d\x37\xc3\x67\x3d\xaa\x14\xbf\xba\xa1\x77\xa0\xcf\xff\xd1\x75\xf2\x2a\xe3\xba\xd3\x62\x16\x64\xff\x26\x62\x21\xbc\xf2\xbd\x3c\x38\x11\xde\xae\x28\xeb\x4c\x8a\x74\x9d\x6f\x60\x52\xa4\xeb\x4c\x4e\xa8\x71\xdd\xd5\xd9\xef\xa6\x9a\xba\xcb\xba\x6e\x77\x4f\x01\x51\x73\xef\xac\x67\xe3\xba\xa3\x07\x77\x17\x55\x75\x9f\xd5\x77\xa3\x18\xd4\x0d\x7d\xd4\x5b\x24\x21\x27\x0e\x24\xbc\x16\x45\xbd\xf3\x6b\xf0\xf6\x72\x3b\x8f\x4b\x89\xc6\xcf\x91\x3a\x86\x2c\xb9\xf0\x82\x9a\xd3\xd5\x0f\x41\xcd\xdf\xd9\x3e\xab\x81\x17\xfc\xf2\x1a\xbc\x9d\x71\xf4\xbc\xd7\x0d\xfd\xd9\x0d\x53\xae\x54\x86\x0d\xde\xde\x8a\x5f\x51\xf3\x54\x43\x18\xd7\x40\xc4\xf2\x96\x47\x3d\xdd\x11\x19\x46\xa2\xdc\x13\x35\x67\xb7\x15\xa8\xb9\x44\xf5\x07\x50\x73\x89\x85\x3f\xa9\x1b\x1a\x0a\x82\xf0\xea\x86\x6e\xce\xa0\xc1\xdb\xaf\xfb\x48\xf6\x98\xd5\x7d\x56\x5f\x95\xbf\x5d\xd4\xfc\xaa\xed\x8b\x9a\xbb\xe7\xe9\x4d\x25\xc6\x3c\xf8\xea\x86\x26\x22\x25\xbc\xa2\xe6\x94\xf9\xb1\xd3\x08\xb1\xe9\x9b\x75\x43\xab\xc4\xea\x86\x86\xd2\x30\xbc\xba\xa1\x73\xe0\xcd\x4b\x5f\x55\xfa\xfe\x12\xfb\x56\x53\x25\x7d\x3b\xbc\x7a\xa8\x5f\xbb\x74\x3d\xd4\xd8\x8e\x5e\x00\x75\x1a\xf8\xf8\xde\x5b\x5f\xc9\xc1\xea\xa1\x1e\x2a\xc3\x7a\xa8\xc3\xf4\x55\xc6\xb1\x63\x72\x7f\xd7\xf5\xc8\xb3\x1f\xf5\x50\x87\xe1\xab\x8c\x20\xaa\x36\x8d\xeb\xbe\x37\x6b\x30\x89\xbe\xea\x06\x53\xf1\xa3\xa4\xac\xd9\x95\x75\xb2\x05\x98\x5e\xdd\x37\x58\x8e\x57\x99\x86\xfc\x28\x16\xa4\xac\xc9\x2a\x78\x52\xd6\x2c\x77\xeb\x05\xd4\xf7\x66\xdd\x3a\x2a\xb4\xfb\x6a\xa1\xde\x8c\xe8\x9e\x0a\xab\x9b\x86\x8c\x6b\xe6\xbd\x80\x1a\xd7\xcc\xbb\x6f\xdc\x3e\xcb\xd5\x34\xe4\x27\xd9\x0d\xdd\xee\xcb\x9b\x35\x88\xf9\xdb\x4d\x43\x5e\x58\x95\x5f\x00\x75\x4a\xca\x4c\x00\xf5\x07\x65\x44\x78\x6f\x5c\xb7\x73\x74\xe9\xf7\xfd\xed\xc6\x75\x6f\xcf\x53\x01\xb5\xee\xa4\x57\x40\x5d\x93\x4d\x23\xa6\x3c\xe5\xcf\x8d\x98\x62\xa9\x18\xd7\x1d\x3d\x23\x74\x43\xdf\xed\xa9\x1b\xba\xab\x3b\x99\xa4\xdc\x3d\x6d\x05\xd4\x4b\xe1\x7c\xe3\xba\x3f\x6f\xb6\x78\x25\xc2\x39\x3c\x97\x2b\x7b\xd1\x34\x05\xa9\xd8\xd4\x00\xc8\xa4\x84\xe7\xa6\x10\xfa\xac\xd5\x90\xd9\xf8\xe1\x31\x42\x8c\x4d\x14\x8c\xeb\x1e\xc8\x81\x70\x01\x35\x06\xdb\x60\x6d\xa6\x10\x7d\xd5\x35\x98\x78\xb3\xf5\x9d\xb3\xdd\xf0\x68\xe6\x4c\x0c\xa2\x66\x0d\xe3\x41\x37\x74\xe8\xbe\x59\x51\x86\xea\x18\x9e\x6b\x10\xe3\x43\xef\x8d\x10\x7b\x68\x4a\x69\x88\x9a\x1d\x8c\xeb\x4e\x28\x1b\xc1\xb8\xee\x17\xc5\x2c\xbc\x57\x94\x65\x9a\x52\x30\x71\xea\x05\xf9\x48\x3b\xda\x45\xd0\x0d\x3d\x8a\x1f\x52\x94\xa1\x98\x05\x99\x73\x74\xc6\x85\xf7\x46\x00\xfa\x2a\x45\x59\xb0\x1b\x92\x51\xdc\x57\x39\xde\x6a\xd3\xf1\x82\x6d\x83\xc1\xdb\x50\xb9\x86\x60\x01\xa6\xee\x00\x2f\x6a\xe6\xa8\x0a\x06\x6f\x43\x77\x13\x82\x85\x68\x75\x61\x07\xdd\xd0\x1b\x23\x4f\x30\x1b\xfa\xcb\x5e\x95\xcd\x92\x63\x3d\x98\x0d\xfd\x62\x7b\x09\xba\xa1\xdf\xe6\xd5\x4b\xe1\xc8\x1c\x99\x0d\xbd\x1e\x6f\x56\x15\x41\x4f\x0b\x41\x55\x64\xf8\xac\xaa\xc8\x74\x44\x66\x07\xb3\x35\xc2\xad\x98\xe0\xcf\xb9\x9c\x3c\x20\xa3\x60\xf0\xf6\x8b\xd7\x2f\x44\x51\x06\x5e\xa1\x70\x51\x33\x41\x08\x41\xd4\xfc\xcb\x34\xf9\xa7\xd8\x0f\x16\x81\x8a\x58\x2c\x83\x80\xba\x63\xe4\x09\xf1\xa6\x30\x30\xba\x28\xa3\xc2\xeb\x55\x4f\xed\x64\x97\x58\xea\xc7\x95\x1f\x6f\x30\x55\xa1\xc9\xaf\x58\x2e\x1b\x01\x75\x47\x1c\x05\xe3\xba\x21\x7b\x0c\xc1\x12\x51\x11\x4d\x23\x48\x64\x3a\xdc\xcb\x9f\x5a\x37\x1e\x87\xf0\xdd\x94\x0d\xaf\xf2\x2b\xc8\x44\x08\xe1\xbb\xb6\x5f\xfe\x8c\x80\xfa\x7c\x36\x11\xdd\x05\x3f\x4e\x00\x50\xa7\x0f\xef\x61\x00\x50\x27\x58\x7c\x43\x10\x50\xc3\xb0\x14\x82\x6e\xe8\x27\xdb\x0d\x01\x35\xd8\x2d\x58\x22\x6a\xb9\xe3\x2e\x9f\x4f\xb5\x93\x56\x7b\x71\xae\x05\xd4\x77\x9d\x58\x2d\x22\xbb\x11\x92\xdc\x5c\x40\x92\x90\x74\x63\x35\x86\x60\x36\xf4\x03\xde\x0c\x02\xea\x04\xf6\x09\xc6\x75\xbf\xcd\x67\xad\xb9\x4c\x34\x4e\xb8\x80\x7a\x31\x29\x66\x43\x1f\x0e\x94\x90\x6e\x30\xa4\xdd\xb0\xec\xb2\xc2\x4a\x37\xf4\x52\x84\xca\xe7\xb3\x5e\x5f\x65\x76\xa1\x9b\x28\xdd\xf1\xda\x44\x74\x57\x5c\x39\xc1\x1a\x16\x9d\x08\x93\x20\xa0\x9e\x98\x35\x42\xbe\x29\x84\xde\x6c\x04\xd1\x67\xd3\x08\x22\x74\xe3\x70\xe3\xba\x31\x41\x87\x6c\x41\xe7\xc7\x37\xcb\xd7\x04\xf6\x09\xf2\xf9\x44\xa7\x4c\x3e\x9f\xe4\xe2\xcf\x1e\xcd\xb8\x9f\x82\x7c\x3e\xc7\xff\x9c\x75\xbb\x0f\x66\x41\xd4\x3c\xef\x87\xcc\x76\x07\xec\x04\xe3\xba\x35\xf5\x87\x1b\xd7\x8d\xae\x15\x40\xcd\x09\x72\xb9\x10\x8c\xeb\xae\xe8\x5a\xa1\xdc\xd2\x87\x74\x43\x37\xf4\xe2\xb4\x0d\xc6\x75\x1f\x70\x71\xb8\x71\xdd\xe8\xf3\xa1\xdc\xec\x51\x56\xac\x6e\xe8\xb9\xed\x86\x6e\x4a\xec\x54\xa1\x28\xca\x9a\x4d\xb3\xbf\xa7\xbd\x9a\x6e\x1c\x16\xb0\xa8\x59\x93\x48\x30\x78\xfb\x79\x7d\xd6\x88\x1a\x77\xb7\x6e\xe8\xd7\xc3\xe8\x06\x6f\x13\xab\x13\x6e\x36\xb4\x07\xe8\xe5\x11\xea\x3e\xab\x41\xcc\xc3\xc8\xe0\x6d\x88\xbf\x42\xb8\x65\x2c\xb2\xaf\x52\xeb\xf6\xb8\x31\x78\x7b\x78\xda\x8a\x9a\x37\x7a\x4b\xa8\xd2\xc8\xa3\xa8\x04\x50\x73\x2a\xc7\xa6\x11\x62\x1e\x64\x66\x43\x2f\x07\x78\x83\xb7\x3d\xf5\xaa\x11\x8f\x6e\x58\x83\xb7\x77\xe2\xaa\xc1\xdb\x13\x03\x60\x30\x78\x1b\x1a\x93\x10\x6e\xf0\xb6\x42\x55\x1e\xd4\xf5\xf9\x2a\x8b\x3e\x60\xa7\x0a\xb7\x1c\x30\x46\xad\x20\x6a\x26\x9e\x33\x04\x51\xf3\x78\xfe\x48\xd7\x0a\x41\x40\xbd\x8f\x1f\xb5\xa2\xc7\xb0\x87\xb7\x7c\x3c\xbf\xb1\x5d\xad\xcc\x0e\x2b\xba\xef\xb3\xd7\xcd\xc1\x14\xb4\x4b\x74\xc0\xb3\x02\xea\xa2\x92\x26\xa0\x86\xcc\x3c\x04\xab\x0c\xcf\xce\x9b\xbb\xbf\x42\xb1\x6f\xa2\xb4\x51\x79\xc1\x44\xe9\xb6\x98\xfa\x6e\x8a\x99\x3b\x4e\x37\x74\xbd\x1f\x52\x94\x39\xf5\xfd\xfa\x32\xbc\xaa\xed\xd7\xa3\xca\xfa\x17\x90\x87\x84\x70\xeb\x5f\xb8\x5c\x01\xd4\xa9\x35\x9b\x9c\xda\xd5\xe9\x33\xae\x3b\xe0\xb7\x0a\x43\x8f\xbc\x67\x93\x71\xdd\x4b\x6d\x61\x98\x92\x03\x74\x0d\xc6\x75\x93\x73\x14\x82\x6e\xe8\xee\x8e\x33\x1b\x5a\x14\x1c\xcc\x86\x3e\x2a\x0f\x32\xb5\x4e\xa5\x22\x80\x3a\xc3\x7e\x13\xc2\xf0\xa8\xba\x1f\x52\x2b\xc3\x4e\x15\xc6\xa5\x06\xf2\x55\x6a\xa1\x1e\x82\xff\xb9\xa1\x59\x63\x43\x54\xe5\xa4\xdc\xc2\x64\x9e\xc5\x53\x94\x61\x37\x00\xd4\x29\x2a\x43\x74\x43\x47\x07\x28\xa0\xa6\x9c\x5f\x08\xba\xa1\x35\xe3\x04\xe3\xba\xa3\x9b\x17\x40\x9d\xa2\x9d\x34\x1b\x9a\x40\xee\x10\x00\xd4\x29\xd8\xab\x79\xf3\x14\x18\xef\x34\xc5\xac\x78\x75\x28\xab\x6d\x2a\xba\xd5\x9c\xcd\x86\x7e\xfc\xcf\x00\xea\xf4\x62\xc4\x0b\x37\x1b\x1a\xc3\x54\x10\x50\xbf\x84\x19\x84\xa5\x56\x16\xf9\x2e\xa8\x39\xbd\x78\xc1\x02\xa8\x39\x51\x77\x38\x04\x51\x33\x65\xd0\x43\x58\x06\x43\x12\x2a\x10\xd6\x25\xb2\xa0\x57\xa0\xe6\xf4\x2a\x15\x75\x43\x3f\xee\x85\x4b\xf4\xea\x29\xbf\x6e\xdd\x2e\xbb\x61\x36\x34\x88\x3b\xac\x1b\x61\xe2\x55\x0d\x44\xf7\xbb\xec\x5f\x0a\xfe\x86\xb0\xae\x81\x97\xdf\xbe\xaf\x6d\x9f\xab\x06\x6f\x77\x2c\xff\xe1\xbf\x6c\x68\x3e\xb4\xcd\xcb\xf0\xb8\xd9\xb7\xaa\x20\x53\xb6\xf5\x65\x04\x6f\x56\xd5\xfc\xfc\x90\xa8\x59\x45\xd4\xe0\xed\xae\x64\xdb\xda\xba\x15\xdd\x17\x35\x7b\x70\x5f\xd4\x8c\xd3\x36\x6c\x7d\x55\xd5\x67\x5d\xcf\x1e\xaf\xba\xa1\xbb\xaa\x88\xc1\xdb\x5d\x4d\xec\xdc\x94\x3a\x06\x68\xf0\x76\xf7\xa8\xba\xa8\x39\x7b\x55\xab\x08\x31\x6f\xe1\xdc\xfd\xcb\x02\xbe\xd9\xd0\x98\xad\xc2\xb9\xa8\x8a\xf1\x9a\x0d\xdd\x1b\xf3\x2b\x6a\xee\x42\xbf\x8b\x8b\x31\x2d\x06\x2b\x71\x74\xc5\xa6\xe1\xd9\xdd\xc5\x70\x1d\xcd\x6b\xfc\x25\xf6\x2d\xd2\xd1\xd1\xbb\xa2\x45\x3a\xa0\x74\x0b\xd1\x22\x1d\x70\xc7\x85\xa8\x0f\x9a\x4c\x8a\x10\x9f\x6b\x02\x1a\x34\x8d\x21\x61\x23\x44\x8b\x74\x0c\x96\x4d\x14\x32\xf7\xed\x55\x07\xcb\xa1\x10\x2d\xd2\xd1\xf1\x3d\x45\x1d\xcd\x1d\x63\x7e\x34\x15\x1a\x76\xb5\x10\x85\xcc\x9d\xb0\xe7\xf8\xdc\x5f\x61\xf3\x86\x87\x55\x9a\x86\x87\x35\xdf\x2c\x6f\x24\x9a\x73\x34\x15\x7a\x10\x14\x14\xdf\x1b\x43\xf2\xd0\x34\x1c\x0e\xb3\x6a\xb4\x84\xc7\x40\x1c\xc5\xf7\xc6\xcc\xf8\x2a\xc7\xfb\x63\xec\x09\x51\xc8\x3c\x58\xea\xf1\x42\xe6\x66\xd3\x73\x39\xfb\x66\x21\x73\xf3\x55\x46\xaa\xb3\x98\xe3\x7b\x59\x3b\xec\xe4\x15\xce\xfc\xc9\xf7\x46\x32\xdb\x54\xef\x42\xcd\x8e\x42\xe6\x97\x4d\x14\x8d\xdc\xa6\xe6\x72\x88\x41\x1c\x41\xe8\x4e\xb4\x84\x87\xde\x99\x18\xd4\xab\x09\x78\x8b\x40\xe6\xb4\x30\xf5\xc7\x70\x93\xe6\xe8\x55\x30\x66\x06\x03\x75\xd4\xd1\x4c\x99\xa7\x10\x83\x8e\xd7\xed\xb3\xc6\xcc\x2c\x9f\x45\x38\x97\xed\x87\x8c\x64\xc6\x5c\x1f\x85\xcc\xd5\x29\x0b\x9a\xbc\x92\x6f\xf6\xf0\xc5\x6c\x15\x75\x34\x53\x03\x2b\x44\x21\x73\xe2\x14\x88\xd2\xd8\x1a\x9b\x14\xcd\x77\x4e\xae\x67\x69\x6c\x23\x66\xf3\x28\x8d\xed\xf7\xd8\x64\x7e\xa1\x9c\x0a\x51\x5c\x1c\xb6\x57\x2d\xd1\x02\x32\x8a\x46\x6e\xa7\xe0\x9b\x1d\x2f\x48\x21\x1a\xb9\x0d\x2d\x73\x88\xe2\xe2\xe4\x74\xcb\x55\xfb\x61\x45\x8f\xe2\xe2\xe4\x42\x92\xab\x36\x55\x6f\x66\x3d\x27\xf4\xb4\x28\x81\x58\x70\x21\x99\xef\xbc\x09\x76\x8d\x86\x67\x27\x04\x6c\xb4\xc0\x47\xba\x57\xc5\x89\xfe\x58\x71\xf1\x87\x1a\x13\xcd\x77\xfe\xee\x55\xc6\xfb\xf9\x9f\x25\x10\xa3\xbe\x6a\x88\x86\x67\xeb\x9b\x8b\xdf\x8d\x89\xe2\xd7\x7d\x77\xbc\x5e\x35\x1f\xb6\x7b\x75\xf9\x2a\xe6\xc8\x7c\xe7\x8d\x52\x17\xe5\xb9\x4d\x9c\x02\x51\x47\x73\xf2\x4f\xea\x68\x4e\x78\xf0\xa3\xb8\xb8\x03\x0d\xe2\x75\x34\xbb\x8f\x2c\xb9\x18\xf1\xce\x44\x1d\xcd\xb0\x48\x85\x68\x15\x8f\x7c\x5f\xa5\x89\xef\xf8\xac\x99\x44\x60\xf9\x68\xbe\x73\xda\x5e\xb5\xa8\x90\x52\x05\x5c\x9c\x1a\xc6\xa5\x68\x78\xf6\x8c\x7e\xc8\xc0\x18\x45\x81\xe1\xd9\x5f\x71\x80\xe2\x08\x7f\xdd\x75\x34\x13\xc9\x13\xc1\xc5\xf9\xc3\x1a\x1c\x2f\x2e\x1e\x7f\x45\xf2\xc4\xeb\x83\xb6\xff\x42\xe6\xe4\x16\x03\x32\x67\xea\xc3\x86\x28\x81\xd8\xa7\x70\x36\x15\x9a\x1a\xaf\x21\x02\x99\x13\xc5\xfe\x42\x34\x72\x3b\x13\x35\x11\xaf\x0f\x7a\xda\x54\x0f\xe9\x7e\x48\x6b\xd8\xed\x06\x5b\x1b\x0e\xb4\x10\xb3\x91\xae\xd5\x37\xeb\xc8\x00\x83\xc4\x62\x78\x27\xc6\x96\x28\x64\xce\x2e\x39\x20\x73\xba\x5b\xdb\x54\xe8\x9c\x6d\x4a\x20\x86\x6b\x26\x0a\x99\xb3\x52\x42\x02\x31\x21\x64\x14\x32\xe7\xd7\xab\x8e\x17\xfc\x15\x8b\xe1\x8e\xc4\xea\xc4\xe2\x78\xfd\x93\xe5\xea\x5d\x76\x52\xc7\xcd\xe3\x10\x18\x6f\x26\x58\x37\xea\x68\xce\xe8\xf3\x51\x47\x33\x15\x09\x43\xac\x9a\x08\xd0\x16\xa2\x90\x39\x7b\x34\x03\x99\x93\x26\xa0\x68\xe4\x76\x51\x76\x55\xb9\x01\x3f\x3e\x74\x21\x33\x4a\x4b\xac\xb2\xb2\x28\x7f\x6e\xe4\x76\xf2\x59\xc6\xbb\xaa\x4d\x59\x95\xd0\x33\xa3\x04\x62\xa4\x9a\x86\x28\x64\x5e\xc1\x37\x6b\xe2\x53\xa2\x02\x99\xd3\xea\xde\xcc\x78\x57\xf3\x2a\xe3\x35\x52\x2b\x0a\x99\x4d\x4c\x88\xed\x9a\x44\x18\x7e\xb3\x1e\x2e\xa1\x02\x51\x02\xb1\xe3\x9b\xdb\x4d\xed\xe7\xcd\x42\x66\x7d\x8b\x51\x47\x33\x44\xc4\x21\x4a\x20\x16\xd1\x7e\xa3\x85\x45\xee\x7e\xb4\xb0\x48\x74\x11\x8a\x8b\x23\xda\x60\x34\x72\xfb\x9e\x6b\xe2\xe2\x86\xba\x1b\x9b\x81\x04\xae\x8d\x66\x26\x02\xd0\x20\xf6\xcb\xab\xc3\x78\x75\x25\x57\x7f\x6c\xbf\xfe\x08\x9e\xed\x97\x47\x88\x21\x5c\xe4\xeb\x1e\x34\x00\xbb\x29\x52\xcc\x68\x6e\x18\x69\xa3\xae\xe4\xe6\xec\x77\x3b\xf9\xd9\x0d\xd3\x25\x14\xa1\x82\xd9\xed\x59\x2c\xeb\xd7\xb4\xa9\x77\xd8\xc8\x96\x68\x4c\xf5\x8b\x65\x26\x8e\x9b\x0e\xe3\x55\x4d\xee\xd1\xab\x08\x19\xed\x63\x51\x30\x7b\xf5\x16\xc1\xec\x0b\x60\x89\x80\xd9\xfc\x62\x61\x88\x82\x59\xb3\xb7\x22\x60\x36\x3f\x58\xfe\x23\x60\x36\x0b\xb2\x22\x60\x36\x3f\xd8\x5e\xe2\x8d\xa9\xc6\xd3\x1a\xa5\xf6\x7a\xdd\xce\xe3\xb2\x9c\x79\xb3\x76\x57\xac\xe8\xd1\x24\xe5\x04\x70\x88\xc6\x54\x27\xa5\x19\x60\xb6\xa5\xca\x00\x05\xb3\x86\xfe\xc6\x79\x63\x32\xf9\x90\xd4\x5e\x3a\x89\xa2\xde\xe1\x84\x8d\x3a\xea\x1d\x4e\x98\x52\xe3\xbc\xcc\xbd\xbe\x59\x3b\x64\xf7\x55\xa6\x4b\x0c\xaf\x4a\xfd\xf4\x7f\x51\xf0\x6f\xb1\x2f\x43\xf5\x08\x2c\x2a\x1d\xc7\x89\xc8\xfc\x68\xb8\x75\x1a\x76\xe9\x9a\xa0\xf9\xa8\xf9\xcb\x89\xb8\xfd\xb8\xee\xaf\xa0\xc3\x86\x5b\x27\xf7\xa3\xe1\xd6\x09\xcb\x4c\x94\xa1\x3a\x11\x3a\x18\x6f\x49\x71\x35\xf6\x65\x8c\x93\xeb\xd3\x70\xeb\xa3\x22\x2d\xeb\xd7\x43\x20\x44\x14\xe7\x3e\x18\xc7\xe2\xd2\xc5\xe0\xd9\x64\xb8\xf5\x15\x56\xe0\xdc\x4c\x92\x75\x88\x86\x5b\x1b\xac\x1b\x4d\x52\x3e\xae\x5e\xbd\xc3\x0f\x8e\x9b\x08\xce\xcd\x1a\xc4\xa2\xde\xe1\xa3\x34\x06\xe7\xe6\xe5\xf9\x62\xb8\xf5\x29\x5e\x35\xa9\x53\x35\x7b\x1b\x8e\xab\x74\x32\x49\x19\xd2\xa1\x10\x2d\x68\xf2\x64\xfa\x6c\x41\x93\x07\x3b\x46\x94\xf5\xeb\xc1\x5e\x14\xb7\xe3\x55\xb2\x59\xd0\x04\x52\xdf\x10\x0d\xb7\x7e\x5e\xbb\x81\x89\x92\x6c\xfd\x10\x65\xfd\x7a\x44\x46\xb2\x7e\x3d\x9e\xa7\x97\xa4\x5a\xb0\x63\xb8\xf5\xe3\x9f\x34\xdc\x1a\x76\xd6\x10\xf5\x0e\x3f\xa4\x4b\xc4\x63\xe0\x07\x66\x9c\x78\xae\x09\x9a\x09\x95\xf5\xab\x1f\x9f\xe5\x7c\xb9\x90\xf3\x5c\xbe\x05\x5f\x65\xe6\x57\xb6\x57\xc6\xec\xa9\xfe\x81\x82\xd3\x50\x76\x81\x82\x53\xf7\x7c\x01\x05\x27\x1d\x82\x11\x14\x9c\x86\xff\xf9\x18\x83\x8a\xd3\xf6\x03\xea\x26\x4a\x8f\x85\xef\xd1\x7b\x88\x39\xf7\xbb\xac\x5f\xac\xe7\xef\x7a\x87\x41\x55\xdf\x73\x03\xb7\xbc\x99\xf5\xac\xa5\xe2\x33\x49\x59\x73\xd9\x27\x1b\x76\x5b\x7e\x57\x69\x4c\xee\xcc\xa7\x77\x18\xea\x98\xf0\x99\xa4\xdc\x3f\x7b\x65\x12\x3a\x30\xea\xbb\x31\xd5\xd9\xab\x92\x90\x3f\xf6\xca\x4c\xc6\xc7\x57\x49\x42\xce\xca\xf9\x64\xc3\xee\x98\x91\x3f\x59\xbf\x8c\x40\xfe\x64\xc3\x36\x2f\xe3\x33\xa6\x5a\x53\xcc\x67\x4c\xb5\x36\xe7\xef\xbd\xe3\x65\x08\x92\x77\x75\xf0\xda\x67\x1a\x72\xcf\x7e\xd7\x11\x81\x14\x3e\x2b\xe6\x4f\xdc\xb2\xdf\x7b\x9d\x62\x7e\x57\xa3\x3a\xb6\xb5\xcf\xb8\x68\x08\x48\xc3\x77\xe9\xb9\x10\xdd\x9f\x89\xc6\x06\xd7\x7d\x37\xd1\x18\xdf\xdc\xa7\x87\x77\x45\x9f\x35\x38\x27\xfa\x66\x83\xcd\xb0\x25\x7e\x7a\x78\x21\x48\x09\x9f\x1e\xde\x15\xfd\x90\xb6\xd3\xcf\xab\x37\x0e\x9c\xf1\xea\xe1\x85\x1e\x30\x7c\xf2\x5d\x2f\xf0\xda\x67\x4d\x7c\xca\x06\x85\xcf\x9a\xf8\x8b\x03\xe5\xd3\xc3\xbb\x88\x5d\xff\xac\x89\xbf\x00\x77\xdf\xe5\xbb\x46\xce\x7f\xd6\xc4\x37\xb3\xf8\xbb\x7c\xd7\xf3\x2f\x23\xcf\x17\x6f\x22\x2a\x53\xa0\x87\x17\x02\xa2\xf0\x45\x7f\x45\xf3\x2b\x66\x6f\x71\xd6\x7c\xd1\x5f\x41\x1c\xc8\x17\x6f\x7d\x25\x3b\xec\xaf\x20\x1a\xf9\x8b\xfe\x0a\x6c\xbf\x5f\xf4\x57\xb8\x4d\xa4\xc2\x36\x5d\xeb\x8b\xfe\x0a\x57\x82\x1e\xde\xc5\xa9\xfd\x89\x64\x77\xb6\xe9\xaf\xc0\x04\xf4\x49\x85\xad\xf8\xfd\xbe\x9b\x63\xce\x6c\x7e\x3a\xf7\xd9\xf8\xdf\xe7\x78\xb7\x57\x0d\x89\x47\xb3\xfa\xbe\x3b\xf5\x4c\x9f\x21\xd3\x1b\x11\xfa\xe9\xe1\xdd\xc0\xc0\xcf\x90\xe9\xed\xae\xf9\x34\x9b\x63\x03\xf9\xf4\xf0\xee\xd7\x0f\xc9\xec\x54\xbc\x59\x24\x1b\xfd\xae\xc1\x48\x00\x96\x2f\x39\x5e\xd7\xe7\x4d\x34\x06\xe7\x7e\xc9\x38\xb4\xcf\x9b\x25\x21\x74\x9d\x98\x68\xbc\x71\xbb\x7f\x20\xd9\xb2\x93\xaf\xba\x29\x00\x0c\x21\x39\xde\x62\xd3\xf1\x62\xed\xfc\x92\xe3\xe5\x98\xfb\xd2\x8d\xbb\xf3\x43\x8c\xf7\x73\xf6\x0d\x99\xfe\x30\x6b\x7c\x37\x64\x7a\xfa\xac\xc1\x1b\xfe\x1c\x43\xa6\x3f\xb4\x8b\x4f\x0f\xef\xe7\x26\x92\xb9\xeb\x23\xac\xeb\x33\xd1\xf8\x03\x27\x7e\x56\xab\xfc\x5c\xc0\x32\x77\x41\xc3\x12\xbe\x5b\xb1\xc5\x65\x76\x2b\xb6\xa0\x5d\x7c\xb7\x62\x0b\x1e\xed\x4f\xe6\x2e\x33\xa1\x3e\xf9\xae\x0d\xc5\xff\xe4\xbb\xae\x8e\xd7\x90\xe9\xba\xec\x86\x54\xe7\x4a\x54\x3d\xbc\xb5\x39\x04\x73\xea\x09\xfa\xfa\xf4\xf0\x6a\xc3\xfc\x8a\xc1\x2a\x68\xb0\x5f\x31\x31\xd3\x03\x45\x0f\x6f\x77\xf8\x7a\x78\x9b\x82\xbd\x18\x8c\xf4\xf9\x2c\xea\x44\xcb\x36\xd1\x9c\xdb\xf0\x66\xd4\x27\x9d\xa7\x5f\x91\xa9\x0c\xfb\xe7\x27\xdf\xf5\xc0\xb3\xf3\x01\x57\xf3\x70\x79\x17\xe9\xaa\xf0\x73\x7d\xc0\xd5\xdc\xb0\x71\x7d\xc5\xec\xcb\xdb\xab\xed\xb3\xfc\x9c\xe2\x78\xf1\x29\x7c\xd5\xf1\x3a\x47\xf2\x5d\xeb\x22\xfc\xea\xa5\xab\xe2\xe7\x48\xcf\x65\x30\xe1\x57\x1d\xaf\xcb\xec\xc6\x45\x2f\x9b\xd9\x26\x7d\x06\xae\xe6\x81\xbb\xff\x33\xd1\x58\x43\xeb\x67\xa2\xb1\x71\xa4\x5f\x75\xbc\xa8\xd9\x9f\xf4\x5c\x03\xd3\xd3\x77\xf9\xae\x5d\x66\x26\x1a\x6f\x27\xd4\x44\x63\x13\x6d\xbe\x6a\xc5\x25\x94\x8d\xaf\x5d\x78\xce\xb3\x7a\x78\xb7\xc2\xad\x99\xbd\x85\x9a\xfa\x19\x17\xbd\xb7\xcf\x4a\xcf\xb5\x7d\xd6\x88\x14\x45\x9f\x1e\xde\x0d\xe6\xfa\xf4\xf0\xfe\x4a\xff\xfc\x5b\xec\xb7\x1b\xbc\xe1\x83\x92\xf2\x61\x13\xf8\x9a\x89\xb7\x2e\xe6\x66\xb6\x8b\x0b\xa3\xe9\xdc\xc7\x80\xf9\x49\x76\x7d\x3c\x79\xfb\x0d\x57\x60\x46\xba\x5c\x55\x0a\x2b\x7d\xb8\xb0\x51\x85\xaf\x1b\xae\xf0\xda\x64\x72\x03\xfa\xfc\x67\x50\x74\x7a\x7c\xb3\xe1\x28\x9e\x20\x5d\x02\x1f\x8f\x2a\x90\x6c\xce\x6e\x13\x53\x89\x4d\x06\xf9\xfa\xa5\x19\x44\xfc\xf6\x9b\x35\x8f\x64\xd3\x87\x3b\x3d\x3d\x0d\x8a\x9e\x8a\x23\xeb\x69\x1a\x9c\xf3\x5d\xd8\x4b\xf8\xcd\x27\x37\x17\x55\x14\xc3\x77\x7d\xb8\x6a\x0b\x06\x45\x4f\x15\x3c\x83\xa2\xa7\x2b\xff\xa6\x12\x2f\x9f\xbd\xdc\x6b\x4c\xbd\xdc\x5c\xd2\xa1\x7c\xd7\x87\xeb\xa2\xb2\xda\x66\x53\x1c\x59\x6d\x53\x66\x83\xcf\x54\xe2\xd6\xfd\xae\xe5\xb4\x94\x03\x96\xd4\x6c\x8a\x50\x7d\xb8\xcd\xa5\x6e\x49\xcd\x76\x07\x28\x59\x3d\x21\xc4\x9f\xa9\xc4\x83\x68\xe4\x0f\xd8\x9b\xa7\x73\x04\xec\xcd\x33\xd8\x44\x38\x07\xcc\x47\x9f\x41\xd1\x06\xae\x7f\x37\x95\x18\x2f\xc9\x27\xa3\xf5\xeb\xcf\xd1\x87\x4b\x61\x91\xf0\xcd\x9b\x2a\xce\x6e\x95\x9b\x8b\x7a\x85\xe1\x03\xf6\xd6\xd7\xf3\xc5\x82\x9b\x23\xd9\xf4\xb8\x19\x7e\xc8\x8c\x24\xd0\xeb\x27\x7a\xad\x24\xed\x7e\xa2\xd7\x0a\x90\xff\x8c\x6d\x3e\xea\xc6\xa2\xd7\xa3\x42\x6b\xb2\x70\xc2\xb6\xf6\x19\xdb\xfc\x66\xdf\xcc\xf1\xfa\x7a\xda\x2e\x63\x05\x31\x6a\x7d\xa2\x57\x63\x9b\xbf\x75\x33\x0a\x7d\x56\x47\x00\x2e\xec\xcf\xd8\xe6\xe6\x8a\x5d\x72\x38\x57\xaf\x72\xbc\xde\x93\xeb\x52\x6c\x79\x82\xac\x4b\xf4\xca\x02\x16\xbd\x42\x24\x1e\xbe\x7d\x29\x7a\xe8\x95\xe8\xd5\xf0\xce\xcf\xd8\x66\x03\x18\x3e\xd1\x6b\xc5\x34\xf1\x59\x8e\xb3\x7a\xdc\x88\x5e\xeb\xb0\x69\xa5\x18\x61\x94\xe8\xb5\xa9\x57\x8b\x5e\xeb\xed\x95\xb1\xbe\xc7\x37\xcb\xe3\xe1\xe2\x17\xbd\xd6\xdb\x67\x0b\xa2\xf9\xdb\x45\xaf\xc5\xbd\x20\x7a\x2d\x60\xf9\xef\x18\x55\xe2\x74\x1f\xcb\x8f\xaa\x66\x9f\xcb\x5b\xc2\xb3\x86\x2b\xbf\x2a\x0c\x86\x2b\xbf\xea\xa5\xb7\xc2\xa6\x1b\xf6\x56\xd8\x3c\x5e\xb5\x5a\xa5\x7d\x3e\xfa\xe6\x14\xdd\xe7\x72\xd5\xfa\xdd\x9b\xcf\xee\xab\xac\x65\xe9\xa1\x70\x69\xa8\xc1\xb6\x49\x1a\xea\x80\xc8\x4d\x86\x2b\x07\x54\xbe\x24\x20\x0d\xef\x1f\xd5\xb5\x42\xba\xa9\xc1\x48\xa7\x24\x56\x0d\xf8\x61\x93\x58\x55\xf1\x9b\xc4\xaa\x14\x1d\x0e\x49\xac\x1a\x82\x1f\x95\x96\xf9\xf1\x55\xfc\x0a\x03\x9b\x93\x58\x15\x66\xc8\x90\xc4\xaa\x21\xfa\x66\x93\x32\x38\x23\xd2\x8d\x64\x4e\xbe\xd9\xd4\x7e\xe2\x4f\x92\x58\x95\x92\xc4\x21\x89\x55\x03\x93\x9b\x44\xa3\x01\x5d\x31\x89\x46\x3f\x2c\xff\x49\x34\x6a\x38\x5c\xb2\x72\x13\x15\x8a\x43\x7a\x1d\xd1\xe7\x9b\x1d\x11\x70\x3b\x89\x55\x43\xf0\x43\x8e\x28\xfa\x2c\x23\xfa\x6e\xaf\x1c\x11\xe2\x37\xdd\x58\xe5\xee\x77\x1d\x11\xf1\x6f\xe9\x12\x4d\xb3\x5b\x53\xb8\xe5\x30\xf8\x90\x8e\xd7\x80\x28\x4b\xc6\x2a\x7f\xe4\xd4\xa7\x70\x93\xbb\x6d\x3a\x5e\x7f\xfb\x25\x9a\x26\x0a\x3a\x05\xc7\x8b\x9c\x4f\x41\xf6\x4e\x4c\x22\x29\x38\xde\xe6\x55\xc7\x8b\x95\x35\x49\x99\x15\x90\x03\x29\x98\x46\xc4\x72\x4d\xe1\xa6\xd5\xd8\x0d\xc7\x5b\xec\xb3\x19\x91\xf7\xd9\x9b\x46\x44\x27\xe3\x8d\x7a\xb2\x79\x0b\x05\x0e\x9a\x2e\x66\x60\x6f\x32\x56\xf9\x7b\xbc\xea\x8a\x25\xa9\x33\x99\xe1\x1b\xba\x37\x9b\x56\x83\xa2\x92\xa4\xcc\x8a\xce\x51\xbc\x44\xe2\xfc\x1c\x03\x92\x23\x5b\x3b\x45\xc7\x8b\x0d\x36\x45\x57\x2c\x1e\xed\x74\x2b\x37\x21\x06\x93\x94\x59\x61\xfb\x66\xe7\x17\x09\x93\xe2\xe5\x90\x67\x21\x49\x34\x1d\x00\xa4\xc9\x90\xe3\x80\xb1\x34\x99\xc3\x1b\x90\xd5\xc9\xda\x4c\x61\x7b\xb3\x55\x0f\x1c\x91\x54\xd2\xf1\xf1\xaa\x21\xa9\x78\x0f\xd3\xe7\x88\x38\x31\x93\x21\xc7\x72\x26\x24\x43\x8e\xa3\x9b\xfd\x32\x5f\x61\x21\x49\x32\x5f\x45\x57\xbb\x21\xc7\x11\xbb\x6b\x32\xa8\x38\x82\x7c\x93\xce\xd3\x88\x41\x2c\x19\x54\x1c\xb1\xea\xa4\xeb\x3c\x25\xe6\x36\x19\x54\x1c\xf1\x5a\xa6\x74\xeb\x38\x20\x55\x0c\x2a\x8e\xd9\xa6\x23\x72\x6b\x24\x47\x04\x02\x4d\xc9\x11\x55\x6f\x76\x44\xdb\xa6\x23\xc2\x7a\x96\x80\x9c\xed\x0b\x36\x1d\x51\xb5\x57\x96\x1c\x72\xb5\x5b\x24\x34\x72\x82\x24\x8b\x84\xc6\x61\xd3\xf1\xa2\x3e\xa5\x7c\x83\x4e\x19\x91\xdc\x56\x91\xa3\x39\x09\x39\x23\xbe\x8c\x24\xe4\xfc\x3e\x3f\xe4\x78\xb1\xda\x25\xe9\xa0\x23\x51\x40\xc9\xb0\xe1\x08\x7e\x49\xd2\x41\x47\x97\x8a\xec\x55\x11\x05\x38\xc9\x5e\x15\xff\x2a\xaa\x18\x92\xf5\x95\x3e\xd4\xec\x64\x1e\xee\x87\x59\x23\x49\x6c\x15\x39\xc5\x92\x79\xb8\x9f\xb3\x59\x6e\xc4\x29\x7d\x28\x57\xc0\xfa\x6c\xf2\x27\x33\xf6\x72\xf3\xda\x58\x18\xe6\xe1\xc6\x63\xd3\x4a\x9d\x2e\x1b\x89\xad\x3e\xec\x99\x49\x62\xab\x0f\x2b\x47\x2a\x57\xc0\xf2\xcf\x25\xb6\xfa\x5c\x36\x46\x14\x9b\x82\x9d\x8c\x28\x8e\x18\x2e\x52\xb1\xca\x27\xca\x61\x32\xa2\x78\xe2\x6b\x4b\xe6\xe1\x4e\xf7\xe3\xcd\xc3\x45\xff\x49\x46\x14\x6b\x75\x4c\x46\x14\x2f\x92\x7d\x92\xf5\x95\x74\x22\x24\xeb\x2b\x6d\x37\x91\x11\xc5\xcb\x1f\x6b\x65\xd2\xe5\xae\xb1\x32\xe9\x52\xc2\x98\x87\xbb\x82\x57\x19\xaf\x06\xb1\x24\xb1\x95\xc9\x95\xc9\x3c\x5c\x03\x7d\x93\x79\xb8\x9a\x9e\x92\xf5\x95\x16\xb1\x2b\x49\x62\x2b\xcd\x56\xc9\xfa\x4a\xcb\x33\x51\x62\xab\x85\x52\x9a\x8c\x28\x5e\xc7\x67\x1d\x2f\x61\x03\xa9\x39\x5e\xff\xa4\xc4\x56\x4b\xb1\x2f\xb1\xd5\xc2\xe6\x9c\xac\xaf\xb4\x30\x10\xa5\xe6\x78\x41\x64\x49\x3a\xe8\xe5\x16\xd3\x3d\xba\x3c\x14\xda\x65\x3e\xb7\x93\x8e\x97\x08\xb7\xa4\x7b\x74\x79\xa0\x48\x6c\xb5\x08\x45\x4b\x12\x5b\x99\x2d\x92\x74\x9e\x6e\xcf\x17\x9d\xa7\x0b\x13\x41\xd2\x79\x4a\x11\xed\x90\x74\x9e\x9a\x59\x9c\x74\x9e\x6a\x4b\x4c\x3a\x4f\x35\x3c\x26\x9d\xa7\x0b\x4b\x45\xd2\x79\xba\x1f\xbf\xeb\x78\x8f\x6f\x36\xcc\x52\x69\x7c\xd9\xab\x14\x74\xe6\xe1\x1a\xc7\x95\xba\xf4\xc8\x38\x7a\x92\x79\xb8\x19\x5b\x77\x32\xd3\x36\xab\xb7\x5c\x7e\x2a\x67\xdf\xc0\xe0\x8c\x93\x3a\x8d\x1b\xe5\xee\xcd\xd6\xc0\x2a\xbe\x0a\x25\x5c\x1e\x80\x64\xe8\xaf\x51\x7c\xe9\xc2\x46\x97\xca\x85\x8d\xea\x69\x17\x36\x62\xcd\x4e\x17\x36\x2a\xe7\x2f\x6c\xf4\xb4\xbd\xb0\xd1\xf1\x9a\x4b\x2b\x79\x69\x02\x36\xd6\xc7\xe3\x06\xd8\x58\x1f\x60\x63\x02\x36\xd6\x47\x31\x62\xe8\xaf\x29\x00\x49\x6f\x69\x75\xc3\xea\x0f\xad\xf8\x6e\xd2\x2d\x75\xf4\xfa\x2a\x9d\x62\x9f\x57\x75\xca\xab\x48\xeb\xf4\xac\xea\xa5\x3a\x3d\xeb\x67\xaf\x84\x8d\x6e\xab\x0b\x1b\x31\xd7\xa7\x0b\x1b\x31\xc5\xa4\x0b\x1b\x71\x4d\xa6\x75\xab\xd4\xd1\x67\x61\x63\x05\x18\xa6\x75\xe9\x2e\xf9\xcf\x72\x4c\x15\x95\x3a\x53\x62\x25\xee\x48\xc0\xc6\x5a\x6e\xd3\x6c\xf7\xf0\x57\x24\x4f\x5a\xb7\xa0\x9b\x0f\x1a\x7a\xe4\xfa\x5c\xb7\x60\x1f\x2b\x5f\x3e\xe7\xe2\xd9\x6a\xdc\xaf\x69\x53\xc9\xb8\xdf\x02\x28\x4e\xeb\x92\x18\xf3\x57\x8d\xfb\x2d\x04\x07\x26\xe3\x7e\x0b\xc1\x63\x49\xfa\x29\xa9\x02\x93\x88\x72\x78\x6a\x8b\x28\x87\x2b\x7f\x5f\x66\x48\x7e\xa3\x88\x72\x28\x9d\x44\x94\x53\xd0\x21\xa2\x1c\xd3\xef\x1a\xe7\xac\xec\x12\x51\x4e\xb7\x89\x88\x52\xea\xaa\x24\xa2\x94\x7c\x2c\xe9\x0f\x9d\x8a\x32\x11\xe5\xc4\x80\x90\x8c\xfb\x0d\x2e\x66\xe3\x7e\x03\x71\x20\xc9\xb8\xdf\x4a\x1a\x51\xba\x88\x52\xd9\x65\x15\xa4\xa9\x0c\x39\x92\xdc\x3a\x29\xc7\xf1\xaa\x2b\x1e\x0d\xf2\xd1\xab\x56\xcb\x55\xee\x19\xf7\x2b\x39\x43\xba\xf0\x73\xfa\x21\xe1\xa7\xda\x82\xf0\x73\x0b\x3a\xce\x2d\xd8\xe7\xab\x34\x60\x3a\x29\x46\x05\x53\xd2\x37\x24\x43\x7f\x7d\x36\x1b\xfa\x2b\x33\x52\x36\xf4\x77\x37\xaf\x6a\xc0\xfc\xb1\x88\x87\x6c\xe8\xaf\xe9\x93\xd9\xd0\xdf\x4d\xc6\x7d\x36\xf4\x77\x77\x9b\x1a\x30\xb3\x37\x6b\xc0\xec\xbe\xb9\xda\xcc\x34\xb5\x71\x11\x06\x93\x0d\xfd\x6d\xc7\xab\x8c\xb7\x24\x9f\x65\x6b\x17\x4e\xcc\x2c\xc6\x2c\x80\xca\x2c\xc6\x2c\x9f\xaf\xb2\x3a\x30\xda\x45\xbe\xd5\x81\x99\xfd\x7c\xab\x03\xb3\xb5\xf3\xad\x0e\x8c\x90\xcc\xb7\x3a\x30\xab\x2e\x8b\x40\x0f\xc8\x37\x8b\x40\x4f\xf6\xaa\x74\x79\x2c\xb3\x2c\x02\xd5\x65\x9f\x45\xa0\x1b\x1b\x48\x16\x81\xca\x0b\x9a\x45\xa0\x26\xdc\x65\xb3\x65\x07\x26\xa0\x2c\x02\xfd\x8a\x4d\x75\x45\x10\x4a\x16\x81\x8e\xfb\xa1\x63\x93\xf1\x8a\x40\x07\x01\x54\x59\x04\x3a\x80\x60\x59\x04\x7a\x3f\x24\x02\x9d\xe4\xb3\x67\x7d\xa9\x9d\x85\x94\x45\xa0\x14\xfa\x0c\x59\x04\xea\x3e\xca\x22\xd0\x41\x6c\x40\x16\x81\x0e\xac\x49\x39\xdc\x5a\xba\xfc\x1c\x11\xe8\x70\x31\x88\x40\xb5\xde\x67\x11\xe8\xcc\x3e\x2b\x29\x37\x28\x32\x8b\x40\x47\xf3\xea\xb1\x1b\xf4\x59\x04\x3a\xb0\xbc\x65\x11\xe8\x74\xb5\x8b\x40\x67\xf4\xaa\xe3\x05\xf8\x67\x11\xa8\x72\x23\x8b\x40\x8d\xd8\xcc\x22\x50\x8a\x2f\x84\x2c\x02\x1d\xd3\x37\x3b\xde\xe9\xcd\x8e\xd7\xe9\x16\x81\x0e\x4c\xd6\x59\x8c\x39\xb6\xdd\x70\x44\xfb\x2f\x72\x86\x2c\xfc\x94\xba\x33\x0b\x3f\x07\x12\x26\x9b\x0f\x2b\xbf\x5f\x36\x1f\x76\x80\x73\xb3\xe0\x74\xe0\xd7\xc8\x82\xd3\xe1\x8e\x13\x9c\x8e\x65\xf3\x4e\xae\x6f\x66\xb0\xe6\x58\xe5\xef\x72\xc7\xf9\xe6\xe6\x55\x6f\xee\x5e\xb5\x1b\xd2\xba\xba\xb6\x2f\xc1\x94\x2b\xff\x56\x07\x0e\xbe\x4a\x46\xee\xe8\xb3\x4e\x2e\x8e\xd7\x6c\x3e\xec\x04\xf7\x65\xa1\xeb\xc4\x6c\x95\x85\xae\x93\x30\xa7\x9c\xee\xe4\x32\x9b\x42\x57\xa9\xce\xb3\xd0\x55\xfa\xca\x2c\x74\x9d\x28\x5a\x59\xe8\x3a\xa3\x6f\x76\xbc\x9f\x4d\xc7\x8b\x71\x3b\x0b\x5d\xa7\x12\x46\xe8\x3a\x51\xc2\x73\xba\x8b\x99\x29\x4b\x97\x75\xc7\x5e\x29\xac\x86\x03\x3c\x5e\x65\x08\xf9\x6a\xbf\xf4\x4a\xe8\x6a\x32\x48\x16\xba\x4a\xda\x9c\x85\xae\x1d\x03\x66\x16\xba\x4a\xb6\x96\x85\xae\x26\x26\x64\xa1\x6b\x23\xda\x33\x5f\x5a\x66\x05\x5d\xbe\x71\x68\x0c\x21\x5f\x61\xe5\xcd\x6a\xbf\xc7\xab\x6a\x92\x8a\x41\x81\xad\x3c\x99\xf9\x02\xdb\x68\x93\xe0\x1c\x7d\x46\x59\x16\x29\x0a\x19\x84\x6c\x75\xe0\xdd\x6c\x2a\x9c\x3d\x41\x0c\xee\xcd\xa8\x8e\x59\xf4\x2a\x7d\x65\xbe\xc1\xbd\x68\x83\x59\xf4\x6a\xb6\x48\x96\x45\xaa\xa1\x58\xe6\x62\x71\x10\xec\x27\x59\xf4\x4a\xcd\xc1\x90\xcb\x8d\xbb\xb3\x1b\x6e\x5e\x97\xb7\xf9\xb0\xc7\x8d\x73\xab\x03\x7b\x82\x14\xb9\x2e\xd1\x1f\xf2\x2d\x66\xe4\x96\xbc\xb4\xcc\x30\x0c\x64\x83\x7b\xa5\xac\xc9\x06\xf7\xbe\x04\xb9\x65\xbd\xa5\x54\xaa\x0a\xb9\xde\x7c\x67\xde\x6c\x31\xa3\x82\xb7\x22\x4b\xcb\x6c\x5e\x79\xae\xd7\xa1\xc6\x7f\xb6\x3a\x70\x51\x1a\x8b\x5e\x37\x5a\x77\x36\xb8\x57\xea\x98\x5c\xef\xfc\x32\xc0\x7a\x09\x00\xfd\xae\x71\x95\xd8\x31\xb2\xf9\xb0\x45\xb9\x67\x75\xe0\x07\x6c\x9b\x45\xaf\x1b\x83\x49\xd6\x5b\x4a\x51\x8f\x90\xdb\xad\xfe\xcc\x00\x45\xaf\xc5\x3e\x37\x95\x2b\x14\xb3\x6c\x70\xaf\x34\x08\x59\xf4\x5a\xd4\x1f\x44\xaf\x1b\x3f\x57\x6e\x06\x6f\x63\x02\xca\xed\xce\x2f\xff\xb9\xe9\xfd\xbf\x37\x5b\x52\xd3\xad\xd1\x6e\xa8\x12\x43\x00\xbd\x7e\x67\xda\x49\xa3\x3b\x9c\x5f\xd1\xab\x34\x17\xb9\x19\xbc\x8d\xdf\x39\x8b\x5e\xcd\x33\xca\x3a\x4c\x4d\x16\xce\xd2\x32\xff\x5c\x75\xff\x16\xfb\x12\x4c\x4d\x57\x42\xbf\x84\x69\x36\x6f\xf1\x08\xba\xd4\x0d\xec\x39\x36\x4d\x0d\xf6\x24\xea\x72\x03\x62\xfd\xcb\xf8\x25\x1f\x09\xa6\x32\x00\xf3\x57\xad\xe2\xd7\x2c\x36\x99\x3e\x00\xe6\xaf\x7a\xc3\xaf\xd9\x68\x2a\x24\x01\x98\x41\xa6\xa0\x0c\xc0\x0c\x12\x1f\x65\x40\x62\x90\x2c\x3a\x03\x12\x7f\xdc\x1e\xbf\x66\xa0\xe9\xc9\x0b\x48\xfc\x31\x1c\xfc\x9a\xf4\x2a\x60\xa3\xcb\x68\xb0\xc1\x65\x53\x50\x4a\x7f\x2a\xe4\xaf\xf9\x71\x33\xfe\xa3\x82\x52\x1a\x1f\x0e\xa3\x82\xbe\x17\xb5\x2a\x17\x94\xb4\x18\x51\x59\x0b\x4a\x5a\x8c\xf8\x9d\x0b\x4a\x5a\x8c\x80\x9d\x82\x1a\x16\x23\x02\xb6\xa0\x86\x9d\xcd\x52\x2f\xa8\x61\xe7\xd8\x2b\xd4\xb0\x23\x7b\x5e\x41\x0d\x0b\x92\x80\x95\x60\x37\xa2\xcd\xe0\x7f\xe6\x55\xa8\x61\xf1\x21\x6c\xa0\xa0\x4a\x45\xc3\x4a\x0b\xe7\x69\xa4\x80\x4b\x28\x9c\x4d\xdf\xc6\x9e\x50\x38\x6e\xbe\x4d\xb4\x46\xb1\x0a\xc0\x76\xf8\x1c\x37\xdf\x86\x61\xb5\x70\x82\x7c\xf2\x5c\x15\x4e\x90\x4f\x0e\xb4\xc2\x09\xf2\x6d\xce\xd3\xc2\x19\xf1\x99\x2c\x5c\xb2\xdf\x8d\x3e\x6b\xa9\x02\x16\x43\xe1\x8c\xf8\xac\x98\x50\x38\x23\xbe\x4d\x64\x5d\x41\xec\x7f\x1b\x15\xbd\x20\xf6\x3f\xa3\x9e\x4a\x91\xa1\x08\x29\x51\x8a\x9d\x24\xf9\xa5\x14\x3b\x09\x60\x29\xc5\x4e\x72\x90\x95\xea\x55\x76\x4a\x69\x5e\xc5\xa6\x57\x10\x1a\x9f\x81\x85\x05\xa1\xf1\x6d\x54\xd6\xd2\x1c\x02\x39\xcb\xc5\x8d\xbf\x5d\x2a\xcd\x3f\x89\xca\x5a\xba\x9d\x24\x95\xb8\x74\x9f\x05\x44\x97\xee\xf0\x91\x3f\xa5\xfb\x2c\x1b\xb6\x0c\x9f\x25\x7d\xa0\x0c\x07\xe8\xca\x91\x3f\x6d\x63\xd2\x2c\xc3\x37\xe3\xda\x28\xc3\x37\x23\x9c\xcb\x70\x42\x5d\x2a\xc3\x1f\x8b\x67\xb9\xb0\xe9\xbe\x03\xa6\x2e\xd8\x31\xbe\xe3\x22\x5c\x56\x20\x72\xf6\x31\x3e\x7c\xc7\xf9\xc5\xc2\xf0\x19\xec\x51\xb0\x30\x7c\xf2\x4b\x14\x2c\x0c\xdf\x71\x7e\x97\x42\x12\x45\xba\x2c\x6b\x4f\xa0\x4d\x95\xed\xcd\x6c\xe7\xb2\xbd\x19\x7d\xa9\x6c\x6f\x46\x9b\x2a\xc7\x3e\x67\x9b\xf6\x19\x37\x74\x39\x76\x92\x93\xab\x1c\x9f\x25\xd6\xae\x3e\x3e\x4b\x18\x7f\x7d\x7c\x16\x46\x82\xfa\xdc\x8a\x4b\x85\x66\xb4\xd9\x69\x7e\x36\x27\x4d\x59\xec\x40\x46\x15\x30\xfb\x49\x14\x5f\x1f\x7f\x4e\xf3\xcd\xb7\xd6\x06\xcf\xbe\x7e\x08\xfd\xa1\xbe\x7e\x08\xfc\x52\x5f\x3f\xf4\xff\xb3\xf8\x9f\x62\xbf\x46\xfb\x8f\x70\xae\xd1\xd7\x72\x10\xd7\xe8\x6b\x59\x36\x35\xda\x43\xa0\x41\x8d\xf6\x90\x53\xac\x46\xa7\xef\x78\xf3\xb1\xc9\x9b\x3f\x5f\x85\x4e\x5e\x3f\xd3\xe4\x89\x20\xaa\xdf\x4d\x93\xe7\x57\x7c\xa6\xc9\x23\xac\xea\x27\x79\x11\x47\x46\xb5\xd8\xe8\x83\x69\xb4\x5a\xfd\xc4\x48\xf5\x9a\x2c\x33\x87\x1b\xba\x66\xaf\xb2\x4e\x6a\xb6\xec\x11\x40\xbe\x9a\xea\xf5\x7c\x36\xe5\x9d\x26\xbe\xba\x4a\x9c\xf8\x10\x71\x51\xa5\xfd\x7f\xfc\xe7\x43\x6a\x11\xd4\x83\x3a\x2e\x99\x39\x4d\x69\x01\x1e\xf2\x14\xea\xbe\x45\x24\x79\x56\x56\xb7\x07\x63\x5a\xc5\xd6\x94\x5e\x9c\x6b\x95\xc5\x9c\x5e\x9c\xb6\x95\xc5\x9c\x3c\xf5\xaa\xcc\x6c\xaf\xbf\xee\xc8\x03\x80\x31\xad\x1e\xd9\xb7\xfc\x57\xc6\xb1\xbf\xfc\x9c\xf6\x5a\xe3\x0c\xb3\x46\x7b\xa5\x05\xc0\x06\xdb\xac\x09\xf5\x22\x15\x9b\x14\xd6\x2f\xd8\xbc\xbd\xf6\x0a\x7b\x66\x7b\x25\x2b\xe0\x5f\x35\x13\x6f\xcd\xd0\x69\x26\xde\xbe\xe8\x21\xcd\xc4\xdb\x17\x99\xd9\x4c\xbc\x7d\x81\xcc\xcd\x02\x43\x2f\xb6\xfd\x26\x7d\x13\xb5\xad\x43\xfb\xa4\x41\xe0\x00\x6d\x9f\x1a\x2c\x32\xb3\x59\x00\xf7\x45\x48\x36\xd7\x86\x46\xad\x96\xfc\x1b\xc8\xcc\x96\x1c\x3e\x80\xba\xb9\x72\x5e\x0e\xdf\x96\x1c\x3e\x53\xd6\xb2\xdf\x25\xa2\xa6\x99\x60\xf8\x6e\x9b\x76\x12\xe5\xbf\x99\x60\xf8\xb2\xf8\x9b\x18\x84\x52\xb3\xa1\x99\x60\x68\xa4\x47\x73\xd5\x19\x9c\xd3\x4c\x21\xb4\x92\x48\x33\xb3\x2f\x60\x82\x6e\x66\xd8\x05\xc2\x60\x9a\x19\x76\x21\x78\x55\x3e\x40\xdc\x40\xcd\x2c\xb9\x10\xbd\x3a\x6d\xf2\x21\x69\x51\x8d\x94\x68\x4d\xe6\x0a\x00\x78\x43\x93\x4c\x06\x5d\x34\xe9\x53\x02\x52\xb1\xb9\x17\x02\xe6\xeb\xd6\x2d\x41\x88\xbd\xa8\xb9\x35\x64\x57\x6b\xd2\x75\x06\x6c\x7a\x4d\x42\xce\x80\x55\xa7\x0d\x9f\x45\x94\x35\x79\x2d\x64\x35\x69\xf2\x5a\x04\x94\xe1\x26\x55\x45\x70\x06\xa5\xaa\x08\xce\xe0\x72\x80\x04\xc8\x35\xeb\x1a\x04\x9c\xf2\xcd\x6a\x80\x01\x67\x4d\x73\x0f\x06\x27\xd4\x7a\x7f\xc6\x42\x34\x77\x4a\x04\xbe\x75\x93\x38\x22\xde\x99\x6e\x12\x47\x44\x40\xf5\x47\xc2\x10\x60\x54\x97\xa0\xde\x92\x10\x5d\x06\xbc\x88\xda\xd6\xd1\xe2\x52\xfc\xbc\x6a\xdd\x61\x34\x93\xfe\xde\xda\x04\xbf\xdf\xde\x4d\x8d\x8f\xa4\x3d\x76\x93\xdf\x23\xbb\xac\x9b\xfc\x1e\x99\xb2\x6e\xf2\xbb\xae\xf3\xee\x1e\xfc\x11\xc5\xff\x53\xec\x77\xb7\xa7\x89\x8a\xdd\xcc\x77\x61\x60\x37\xf3\x5d\x9f\x7b\x37\xf3\x3d\x02\x40\xba\x95\xc5\xe4\xdb\xef\x66\xa0\x4b\x68\xd3\xad\xbd\x15\xb1\xb3\x75\x49\xcf\xd4\x7e\xbb\xa4\x67\x11\x11\xda\x25\x3d\x33\xa4\xa4\x5b\x72\xda\x12\x33\x3d\xdd\xe2\x77\x8c\x2e\x79\x33\xeb\xa4\x67\xf9\x5e\x50\x95\xbb\x54\x5d\x32\x34\x76\xe9\xac\xa9\xe3\x19\xba\xa9\xc4\x91\x93\xab\x9b\x4a\x1c\xd9\x9e\xdd\x54\xe2\x78\x7c\x96\xe1\x7f\xa8\xbb\xdd\xcd\xfb\x21\x7e\xbb\x9b\xd7\xe4\xfd\x6e\x76\xb0\x11\x26\x5d\x03\x82\xbe\xf2\x6e\xc2\xef\xc7\x5e\xee\x26\xfc\x7e\xae\x13\x8f\x9b\x8f\xad\xdd\xdd\xf8\x9f\xcb\x46\xd4\x6f\x45\xc2\x2e\xae\x37\x56\xa7\xcb\x0e\xfd\x71\x90\x75\x71\xbd\xfe\xee\xae\x58\xf8\x10\xec\xdd\xc4\x5b\xa9\x20\xbb\x62\xc1\x5c\xef\x6e\xf2\xec\x87\xe9\xbb\x9b\xf1\xaa\x73\xbc\x4b\xad\xac\x43\xbf\x2b\x43\x3e\x6c\x4d\xdd\x9a\x41\x1f\xa6\xe0\x6e\xdd\x9f\x0f\x53\x70\xef\x3e\xeb\x52\xe9\x3e\x8b\xb2\xd4\xbb\xc3\xc7\x9e\xd0\xbb\xc3\x6f\x3e\x6b\x27\x9b\xcf\x3a\x7c\x84\x46\xb7\x6e\xce\x87\x97\xa4\x0f\xc7\x0b\x28\xee\x0a\x1c\x0a\x8e\x87\xee\xd1\x6c\xfd\x9a\x6e\xf5\x58\x59\x9a\xbb\xe2\xe8\xc3\x5c\xd6\x65\x19\xfa\x38\x41\xfa\x74\x44\x58\xc0\xfa\x74\x44\x44\x89\x74\x79\x84\x3e\xf4\xa5\x2e\x8f\x10\x65\xb2\x43\x97\x75\x47\x3a\xfa\xae\x28\xb3\xc0\x47\x57\x94\xa5\xc7\x9b\xbb\x4d\xbe\x2b\xaf\x4e\xc2\x1c\xda\x3d\xf4\x13\x7a\x75\xf7\xd0\x4f\x78\xa3\xba\x87\xbe\xd4\x97\xdd\xa4\xb9\x84\x85\xb3\x2b\xd9\x92\x4b\xc5\x5c\xb6\x84\x61\xaa\x9b\xcb\x96\x94\x4e\xe6\xb2\x25\xec\x90\xe3\xb1\x24\x0d\x8a\xf4\x78\xbc\x19\xf9\x33\xd4\x1f\x28\x19\x1f\x86\x92\x2d\x15\xaf\xfa\x2a\xc2\xba\x86\xb4\x1e\x09\xfd\x76\x28\x73\x12\x82\x62\x44\xff\x06\x1a\xec\xb0\x9e\x82\x49\xac\x43\x0d\x21\x71\xca\x8f\x78\xb9\x2e\x33\x4d\x5f\x85\x77\x78\x58\x31\x41\xe6\x8a\x61\x09\x42\xb3\x4d\x87\x02\xca\x4c\xdb\xf1\xf9\xdb\x11\x23\x43\x55\x33\x31\xa1\x43\x89\x64\x3e\xe9\x50\x22\x25\xe6\x77\x24\x29\xbb\x51\x8f\x87\xba\x47\x42\xc8\x0c\xeb\xee\xc9\x8e\x38\x92\x9d\x44\x01\x1e\x8a\x2f\x6b\x13\x8c\x4b\x6e\x80\xed\x62\xa8\x5d\x64\x62\x30\xc6\x35\x4b\x62\x94\x1e\x97\x55\x00\xc9\x30\x2e\xab\xc0\xff\x81\xd2\x3f\xc5\xfe\xb8\x84\x03\xc8\x90\x71\x39\x04\x58\x09\xc3\x44\xf8\x4c\xb4\xc6\x30\x11\x5e\x36\xbc\xd1\x2e\xd1\x01\x1d\x6e\x7e\xb4\xf8\xac\x6f\x2e\xde\x2c\x95\x01\x18\x6a\x58\xda\x3b\x17\x9f\x95\xca\x00\xf5\x6f\xc8\xae\x96\x91\x03\x43\xb1\x90\xb1\xd0\x8e\x71\x6b\x53\xf2\xac\x34\x5f\x99\x43\x61\xcc\xcb\x6c\xc0\x7c\x59\x32\x49\x92\xc9\xe1\x9e\xb2\x0a\xdb\x50\x01\xb0\xbc\xcb\xd8\xd2\xef\xb3\xe3\xc6\xbe\x74\xf4\x5c\x3d\x97\xae\x93\xef\xba\x2f\x0a\x04\xb9\xd3\xda\xb2\x85\x0d\x38\x41\x67\xa9\x20\x7e\xa7\xdb\xa4\x60\x28\x9e\x6e\x93\x82\x59\x75\xba\x2f\x0a\x12\x75\x06\x79\xfe\xf9\xb1\x53\xb2\xd9\x82\xad\x7b\x5a\xa2\xa5\x90\x63\x35\x71\xa9\xa4\x82\xdc\x9b\x2e\xe6\x42\x40\xe3\xbc\x14\xa3\x18\x10\xa6\xa7\x6d\x21\xac\x74\x8a\xb9\x0a\xc7\xeb\xf4\xc4\x2c\xcb\xa6\x04\xa4\x2c\xf5\xa9\x52\x5a\xb6\x4d\xc9\x70\x40\x28\x53\x43\xb1\x55\x39\xa6\x04\x0b\x54\x25\x0e\x53\x6d\xd0\x40\x88\x29\x50\xaa\xa8\x34\xf3\x12\xd3\x81\x23\xe6\x90\x75\x87\x65\x36\x55\xff\x2a\x42\x63\x4a\x6b\x56\x81\xdb\x53\x5a\xb3\x4a\x98\xc1\x54\x85\xab\x8d\x1f\x2b\xaa\xb2\xac\xc3\x3c\xb7\x72\xf4\xaf\xb9\x9c\x32\x03\xf5\xd7\x73\x09\xae\x03\x4d\x07\x88\x73\x6a\x09\x94\x2a\xfa\xc3\x72\x06\x0d\x20\x5f\xf8\x52\x53\x25\xb7\x6b\x89\x8c\xe4\x5b\x58\x6a\x65\x14\x67\x0f\x0b\x77\x61\x6a\xa8\x8e\x4b\x41\x27\xc1\xc2\x52\x94\xb5\xe0\xcd\x12\x00\x62\x1f\x5b\x8a\xb2\xc6\xc6\x5f\x8a\xb2\x86\xf2\xbf\x44\x46\x0d\x85\x61\xb9\x18\x24\x5b\x5b\x2e\x86\x86\xd8\x5f\x02\x25\xb9\x1a\x96\x88\x5b\x82\xeb\xa5\xa0\x6b\xcc\xd1\x52\x94\x35\x3c\x0e\x4b\xd5\xab\x21\x19\x56\xb2\x57\x88\xfd\x95\x7c\x16\x5f\xea\xc2\xa6\x97\x1a\x7b\x7f\x09\xc0\x1b\x7b\x7f\x29\xd9\x5a\xf5\xaa\xe3\x25\xae\x60\x29\xca\x4c\x4b\x59\x72\x80\x50\xbb\x3c\xac\xe6\xcd\x18\x2b\x96\xba\x87\xc5\x7d\x96\xca\x46\xc3\x1c\xba\x54\x09\x1a\x4a\xdd\xc2\xa8\x95\x3a\xa7\xed\xc2\x74\x9c\xac\xfe\xbc\x94\x2a\xfd\xb5\xc9\x9b\x3b\x9b\x7d\x29\x55\x3a\xf2\x76\x29\x55\x3a\x76\xaa\x2d\x52\x30\x2b\x79\x3b\x65\x9d\xa3\x6a\x0b\x39\x4d\x31\xdb\x42\x4e\x3d\x68\x5b\xc6\x1e\x79\xdb\x36\xde\xb7\x64\xce\xe0\x2e\x37\x45\x9d\xa6\x48\x70\x00\x3a\xb6\x42\xf5\xc7\x63\xfc\x4f\xb1\xbf\x95\xb7\x72\xe5\x6d\x37\xe0\xc0\x56\xb6\x87\xb5\x1a\x31\x8e\x6d\xb1\xdb\x20\x42\x7e\x13\xb5\x95\xac\x74\xb3\xdd\xad\xba\xfe\xb7\xca\xd2\x00\x1a\x6c\x95\xa5\x01\x2a\xdc\x2a\x4b\x83\xcd\xbb\x55\x96\x06\xa9\x13\x5b\x65\x69\x00\x1c\xb6\x4c\x89\xa3\xf9\x66\x3f\xd4\xbc\xd9\x8c\x7b\x32\x22\xb7\x14\x85\x83\xac\xa2\x6d\x79\xbb\x81\x0a\xb7\x25\xc9\x1f\xa0\xc2\x2d\x3b\xfd\xe0\xd4\xde\xe7\xd6\xc0\xe2\x66\x55\xa9\xe1\x3f\x3f\xb7\x72\xe5\xa2\x79\xab\x0f\xf0\x5d\x39\x04\x06\x40\x7e\xab\x59\x19\x50\xb4\x3d\x23\x26\x07\xca\x71\x61\x98\xdc\x74\x84\x90\x7a\xb4\xcf\x23\xb3\x01\xe7\xcb\x91\x07\x7e\x12\xdd\x7a\x04\x98\x13\x29\x71\x04\x98\x86\x0d\x9c\xc7\xef\x22\x25\x8e\xb8\xcf\x30\x89\x23\xb8\xd3\x1d\x7c\xc2\x2d\x20\xb5\x68\xda\x49\x0e\xee\xa3\x66\x35\x41\xee\x47\x44\x36\xb1\x3a\x1e\xe5\x80\x25\x84\x8e\x16\x12\x93\xd7\x8e\x1a\xce\x64\xa9\x1f\xa5\xc4\x44\x2b\x3b\x2a\x3c\x13\x35\xfb\x28\x34\x26\xf0\xed\x88\x6e\x4c\x4f\x3b\x12\x16\x19\x64\x7b\xb4\x72\x4c\xf2\x05\x8e\x72\x60\x62\x82\x3e\x4d\x2e\x20\x94\xa5\xa3\xfe\xb0\x82\xcd\x62\xf3\xb7\x4d\x8e\x0b\xc9\x90\xd4\xe3\x5e\x36\xe8\xd4\xe2\xfb\xc9\x34\x79\xab\xcf\x27\xa3\x4c\xad\x3e\x9f\x88\x32\x8d\x96\x41\x4f\x64\xac\x47\xcb\xa0\x27\x5c\xe7\xd1\x1a\xe2\x69\xfd\x0c\xf2\xd1\x3a\xe0\x89\xc0\xd1\x68\xb5\xee\xb4\x16\x57\x45\xcd\xd4\x4a\x8e\xff\x55\xac\xfe\x25\xcb\x44\x2b\x56\xa7\xfd\x53\x0e\xa3\x85\xa4\x13\x2e\x95\x68\xc9\xe6\xb4\x03\xaf\x52\x86\x90\xdf\x1d\x2d\x9d\x9c\xf6\x4f\xf7\x88\xd6\x1d\x4e\xfb\xb7\xbb\xa3\xb5\x83\xd3\xfe\x45\x1f\xc5\x5b\x87\x17\x2f\x6d\x7c\x2e\x9b\x53\xe1\x43\x12\x34\xed\xea\x55\xbb\xd1\xf8\x90\x87\x3e\x19\xdc\xf1\xb9\x44\xc4\x8d\xbf\xa1\x32\xb9\x7f\x67\x71\xb4\x4c\x6d\xda\x9d\x3e\xeb\xc4\xc4\xb5\x11\xad\x28\x9a\xf0\x47\xc4\x5b\x51\x94\x24\xd6\x78\xeb\x7e\xee\x43\x37\xd4\x10\x08\x64\x8a\xb7\xa4\xe6\x79\x19\x91\xa8\x8a\x6c\xd3\x78\x4b\x6a\x9e\x97\x0f\x39\xfb\xe7\xe5\x6f\x6c\xc9\x9d\x02\x43\x50\x6e\x9c\x5f\x58\x69\xb4\x5a\x65\x3a\x91\x37\x5b\x5c\xe3\xf8\x9f\xb7\xaf\x8a\xbc\x59\x80\x86\x3f\x22\x5a\x08\x32\x9d\x8f\x3f\x29\xd9\x08\x8c\xd6\xd1\xda\x8e\x89\x34\xc0\x68\x6d\xc7\x44\xf5\xd5\x68\x6d\xc7\x84\xf3\x22\x5a\xbd\x31\x11\x21\x16\x2d\xc8\x98\x7e\x11\x0b\xff\x12\xfb\xd1\x5a\x8d\xe9\xfc\x0e\xa6\x68\x35\xc6\x74\x7e\xa7\x76\xbc\x45\x15\x29\x73\x19\xad\x93\x98\xce\x2f\x2e\x2b\x5a\x27\x31\x9d\x9f\x8a\x1e\x2d\x7d\x98\xce\x6f\x9b\x44\x4b\x1f\x26\x92\xe0\xa2\xf5\x0a\x13\x75\xc0\xa3\x15\x09\xd3\x61\xea\xad\x48\x98\xce\x4f\x74\x47\xeb\xf7\xa5\x33\xb8\x59\x71\x74\x06\xdf\x55\x1c\x9d\x9f\x49\x36\x5a\x48\x2e\x9d\xcd\xd8\x3d\x4c\xe1\xe4\x89\x16\x56\xcb\xf8\x05\xa2\xa5\xd3\xf2\xf3\xd2\x67\x73\xdb\x9f\x1f\xba\x89\x96\xe2\xca\xcf\xc7\xb3\x26\x95\x53\xb9\x32\x5a\xa9\x2a\x3f\x99\xef\xca\x9b\x0d\x5f\x77\xb4\xda\x54\xa6\x5c\x7e\xb4\x54\x53\x7e\x1a\xdf\xed\xde\xdc\xf8\xcf\x26\x1a\x3f\x8d\x0f\x99\x68\xfc\x34\x9f\xb5\x1b\x9d\x37\x5b\x59\xf8\xe9\x5c\x95\x05\xeb\x19\xf4\x59\x16\xac\x67\xf0\x21\x59\xb0\xa8\x29\x19\x2d\xe5\x93\x9f\x9f\x3a\x14\x2d\xe5\x93\x9f\xc5\xfc\x4e\x3f\xb4\x78\xb3\x35\x77\x1e\x04\x8e\x35\x77\x32\x45\x1c\xa2\xd5\x6d\xf2\x8b\xc0\xb1\xda\x4b\x7e\x7f\x12\x35\xde\xc2\x22\xef\xcf\x7c\x14\x2d\x2c\x92\x5f\x16\xb3\xf5\x3e\xf2\x9b\xb8\xfa\x4a\xb7\xf5\xd3\x1f\xa2\x55\x39\xf2\x9b\xbd\x7a\xab\xfb\xfd\x16\x83\x95\x35\xf2\xfb\x53\x27\xa2\x15\x22\xf2\x5b\xb9\x1a\x7d\x15\xff\xd9\x02\x0a\xf9\xfd\x1d\x46\xd1\x02\x0a\xf9\xed\x74\xc3\xd9\x7f\x91\xb7\xb2\xe2\x67\xb2\x29\xa3\x84\xf3\x99\x04\xc9\x28\xe1\x7c\x7e\x7f\x96\x99\x28\xe1\x7c\x7e\x0f\xaf\x32\x2a\x06\x83\x7c\x94\x25\x3e\x07\x96\x99\x2c\xf1\x39\xbc\x5e\x25\x73\x3c\xfc\x3c\x2c\x51\xe2\xf7\x4c\x98\x41\x94\xf8\x3d\x93\x7a\x19\xa5\x76\xcf\x21\xf0\x5d\xa9\xdd\x43\xf0\xbb\xc7\x26\xc3\x6f\xb7\x60\xd6\x4b\xd3\x0f\xfd\x0c\x35\x51\xa6\xf4\x1c\x3e\xfe\x86\x05\xac\x31\xd7\xc7\xcb\xe0\x4d\xf9\xe3\x28\xfd\x75\x0e\x8d\xff\x8c\x26\x96\x43\x63\x08\xd3\x3e\x77\xfa\xbc\xfc\xd0\xe0\xcd\xcb\xab\x83\x09\x95\xf9\x8a\x04\xb4\x28\xc3\x73\x0e\x93\x11\x99\x3b\x4c\xfa\x61\x94\xe1\x39\x63\x9f\x8f\x32\x3c\xe7\xb0\x58\x57\xb2\x57\x85\x4d\xaf\xb6\xdf\x3d\xfc\xc9\xed\x77\x0f\xe3\x95\x9f\x2a\x1c\x9f\xb5\x22\xcf\x4f\xf5\x8a\xd2\x0b\x67\x72\xca\xa2\xf4\xc2\x39\xfe\xec\xae\x51\x02\xe1\x1c\x03\x57\x11\x5f\x19\x0b\x7c\x94\x32\x37\x47\xfe\xa4\xf4\xb3\x39\x72\x44\xca\x28\x9b\x31\x95\x47\x19\x65\x33\x75\x96\xa3\x64\xad\x39\xfe\x0c\x9e\x51\x3a\xd6\x1c\x7f\x8e\x8f\x28\x1d\x6b\x8e\x3f\xcb\x46\x94\x8e\x35\xc7\xe6\xcd\x0e\xe1\xe7\x5e\x8c\x12\x9f\x66\x4c\xe5\x51\xe2\xd3\x8c\xa9\x3c\x4a\x7c\x9a\xe3\x5f\x91\x3c\x51\x4e\xd4\x1c\x3b\x7d\xf8\xfc\xe8\x2f\x12\x29\xca\x6b\x9a\x23\x3a\x8c\xbc\xa6\x39\xa2\xc3\xc8\x6b\x9a\xe3\xa0\xc3\xb8\xcf\x32\x99\x6b\x51\xaa\xd2\x1c\x7f\xa6\xd1\xf8\x1f\xbf\x28\x93\x7b\xd9\x3b\xe3\xe2\x66\xe9\x50\x48\x55\x8b\xf2\x64\xe6\xf8\x0b\xc5\x8f\xf2\x64\x66\x12\x42\xa3\x3c\x99\x99\x24\xb2\x28\xd7\x65\xa6\x74\x5a\x94\x82\x32\x7f\x8f\x4d\xae\x92\x80\x16\x65\x86\xcc\xdf\xcb\x77\x6f\xa9\x7d\xb6\x98\xb4\x8a\x19\xc2\xd8\x18\xbb\x34\xa7\x91\x57\x29\xc9\x3f\xce\x88\x78\xeb\xd4\x23\xe8\x62\xf7\xcd\x89\x3e\x2b\x7e\xbf\xc4\x77\xe5\x06\xfc\xd8\x71\x97\xee\xef\xe3\x04\x91\xa3\x2f\x53\x3d\x3f\xca\xa4\x97\xb1\x84\x47\xe9\xf2\xf2\xc7\x01\x2a\x6d\x5d\x86\xe4\x36\x5e\x0a\xb8\x0f\x41\x77\x29\xe0\x3e\x67\x70\xfb\xe6\xc1\x6f\x77\x13\x7d\xc3\x67\xa5\x54\xe5\x78\x95\x02\x2e\x7f\x4e\xb7\x5b\xec\x73\x7e\xdd\x62\x98\xbe\xe3\xa5\x80\xfb\xa6\xcf\xde\x12\x42\x2c\x75\x0f\x05\x48\x78\xa2\x24\x6f\xf9\x73\xf6\x8f\x3f\x16\xf1\x2b\x8d\x5b\xfe\x38\x9b\x64\x66\xcb\x9f\x6b\xe3\xd8\x8d\xed\xb3\x76\x63\xfb\xac\xdd\xf8\x65\xba\x45\x09\xd3\xf2\xc7\xca\x91\xf4\x2c\x43\x62\x1c\x25\x3d\xcb\xdf\xcf\xac\x1a\xe5\x31\xcb\x58\xd1\xe3\xe7\x61\x94\x10\xdd\xdf\x7b\x09\x66\xbd\x5a\x6d\x16\x9a\xd6\xa0\x41\x7f\x90\x5e\x2c\x27\x64\x88\x24\x60\x19\x1b\x7b\x94\xc8\x2b\xa7\xc8\xb3\x4a\x89\x14\x79\x36\xfa\xa1\x9f\x39\x25\xca\x5e\x95\xe1\x61\x8e\xb2\x57\xe5\x94\xbc\xd9\x82\xce\x28\x78\x32\x41\xe5\xf4\xab\x19\x1a\x65\x82\xca\xa9\x30\x84\xcf\x67\x7f\xbe\xb9\x28\xf7\x51\x4e\xe8\xe4\x72\x1f\x65\x88\x22\xa3\xdc\x47\x39\xa1\x98\xc9\x7d\x94\x29\x3a\x13\xbf\x4b\xd5\x0b\xba\x91\xdd\x28\xa7\x4e\x9f\xe5\x2f\x4a\xdd\x67\xed\x55\xf7\x59\x7b\xd5\x7d\xd6\x5e\xa1\xc6\x5c\x96\x21\x0c\xf2\xf1\x52\x03\xa5\x49\x27\xa5\xf7\x49\x93\x3f\x69\xb4\x67\x62\x31\xc8\x0f\x93\xf3\x43\x53\xe5\x2a\xff\xfc\x6b\xf1\x52\xbe\xc0\x73\x1b\xe5\x5a\xc9\xe4\xb2\x45\xf9\x52\x72\xe6\xb4\x95\xf3\x24\x43\xa8\x1b\xe5\x3c\xc9\xf0\x09\xc7\x4b\x45\x92\x23\xaf\x52\x23\xca\xe8\x2d\x32\x75\x64\x48\x80\xa3\x5c\x1c\x19\xe6\xde\x28\x17\x47\xc6\x18\x1e\x2f\x27\x06\xe6\xee\x28\x37\x45\xce\x6c\x76\xd9\x18\x72\xe6\x78\x95\x19\x20\x53\x31\x21\xca\x0c\x90\xe1\x31\x8e\xe6\xd1\xe7\xfc\xf3\x63\x46\xb3\xce\x73\x3e\x7f\x18\x79\xa2\x49\xe5\x39\xb3\x2f\x4c\x0c\xcf\x58\xb3\xa3\xd9\xdc\x99\x52\xb3\xd1\x04\xed\x5c\x5e\xaf\x1e\x9b\xbf\xb1\x9b\x64\x9d\x0b\xc7\xa5\x49\xd6\xb9\x04\xaf\xd2\xa5\xc2\x6f\x34\x9d\x39\x63\xeb\x8e\x26\x2c\xe7\x02\xf0\x49\xae\xa2\x82\xae\x68\xc2\x72\x2e\x3f\xd3\x53\x34\x59\x38\x17\x24\xaa\x39\xbc\x19\x5b\x77\x34\x87\x37\x17\x94\x43\x73\x78\x73\x61\xe5\x9b\x87\x9b\x0b\x1a\x8e\x79\xb8\xb9\x54\x7a\x25\x77\x53\xa9\xfc\x55\x95\xb4\x52\xf9\xab\xd6\x96\x2d\xec\x0b\x73\x5a\x73\x41\x1d\x32\xa7\x35\x17\x90\xac\x69\xaa\xb9\x70\x10\x9b\xa6\x9a\x89\x0a\x8e\xa6\xa9\xe6\xd2\x7d\xd6\x21\x80\x73\x4d\x53\xcd\x85\x7d\x61\x22\x6a\x2e\xc8\x6a\x13\x42\x73\x61\x5f\x24\x79\x6b\x0b\x0a\xbc\x99\x98\xb9\x20\x33\xcd\xc4\xcc\x50\xd9\x47\x53\x20\x73\x41\x3b\xba\x89\x8a\x85\x13\xd3\x64\xc3\x4c\x0e\x60\x34\xd9\x30\x57\x76\x8d\xc9\x86\x99\xec\xbc\x68\xb2\x61\xae\x40\x66\xd3\xd3\x72\x8d\x7c\xf7\x78\xb3\x13\x7a\xbc\xf9\xa3\x93\xca\xf9\xea\xfc\x62\x2e\xcb\x10\xec\x47\xd3\xd3\x32\x8c\xfa\xd1\x44\xb0\x5c\x51\xa5\x4c\xc8\xca\x95\x5d\x63\x26\x54\xc6\xd4\x1f\xcd\x84\xca\x98\xfa\xa3\xb9\x3f\xb9\x02\xa3\x4c\xba\xc9\xb5\xdb\xf4\x66\x7e\xac\x39\x2c\xb9\xfe\x32\x74\xa2\x99\x26\x99\x0c\xbb\x68\xa6\x49\xae\x9c\x6b\xe6\x83\x64\xea\x0b\x44\xd3\x25\x32\x94\x35\xd1\xa4\x86\x5c\x41\x0a\x26\x08\xe4\xc6\xb6\xca\x97\x4e\xed\xe5\x43\x2e\x95\x86\x76\x91\x05\x77\x2d\xf1\x2a\x69\x8a\x1b\x42\xc3\xc8\xe7\x4c\x52\x43\xcc\xb2\x07\x37\x96\xb7\xf1\xc9\xb9\xa1\x58\x66\xd5\x89\x86\x48\xc9\x2a\xf0\x58\xd1\x63\x56\x09\x6f\x2c\xc2\xac\x12\x0e\x9b\x53\xcc\x84\x93\xe5\xf6\xb3\xbc\xc5\xec\x1c\x35\xce\xf1\xe2\xa4\x34\x70\xa2\x01\xc9\xb9\x1d\x9b\xb7\x7a\xd1\xef\xd9\x12\xe5\x5e\x0b\x36\xe5\x5e\xfb\xc5\x33\xc4\xa2\x32\xdc\x91\x1b\xc5\x53\x8f\x82\xdd\xb1\x28\x46\x3a\xa7\x5e\xb1\x48\x7a\x47\xc0\x96\xcb\xea\x06\xf4\x2b\x1e\x0a\x1d\x65\xb8\xb8\x43\xa9\x58\x1d\x8d\x50\xcd\x1d\x63\x5a\x91\x36\xaa\x63\x3e\x2a\xf3\x72\xbe\xfd\xa6\xcc\xe0\xcf\x3c\xd0\x0f\x8b\x95\x3d\xc7\x2f\xd1\x38\x16\x85\xf3\xc0\x6e\x63\x78\x67\x1e\xbf\x00\xaa\x58\x55\x36\xc6\x2f\x85\x27\x56\xff\xc6\xa0\xcf\x55\x1d\x60\x60\x24\xa9\x96\x5c\x1c\x4c\x4a\x0d\x7e\x08\x11\x54\x83\x1f\xaa\xbc\xd9\x7f\x35\x50\xfe\xab\x0a\xc3\x40\x04\x55\x97\xe8\xf8\x8b\x78\x39\x1a\x2a\x99\x49\x19\x8b\x15\x0b\x49\x1e\xac\x6d\x63\x23\xf3\xc0\x9c\x52\x15\xdd\x63\xd1\xa5\x5b\xc5\x9e\xb3\xa6\xca\x3a\x48\xba\x56\xac\xaa\xe8\x83\x95\x50\xcb\xad\x3a\x67\x93\xd1\x91\x81\x15\xab\xe6\x14\xac\xd9\xb1\x0a\x99\x49\xb9\x8a\x55\xc8\x4c\x16\x55\xac\xd2\xee\x91\x72\x15\xab\x89\x24\x64\xcc\xc5\xaa\xe8\x26\xa9\x2a\x56\xa5\xf1\x74\x0a\x54\x0f\x48\x8c\x8a\xd5\xea\x5a\x13\x65\xa9\xaa\xb1\x4f\x94\xa5\xaa\xb1\x65\x22\x61\xaa\x1b\x70\x22\x52\xaa\xf2\x76\x56\xfa\xac\x3e\x30\x51\x87\xaa\x3b\x6e\xa2\x0e\x55\x77\xdc\xec\x8c\x77\xda\x67\xd4\xa1\x3a\xed\x33\x3b\xae\x5a\x28\x19\x46\xb8\x58\x55\x1e\x26\x18\xd9\x58\xd0\x3c\x11\xec\x55\x6d\x7f\x82\x82\x0d\x0d\xcd\x58\xc2\x63\x55\x63\x27\xff\x37\x56\x55\x8b\xe9\x1c\xa9\xb1\xc3\x79\x1b\xab\x5b\x1b\xa2\xfb\x68\xf0\x67\x5e\x2f\x9d\x74\xa9\x43\x28\x11\x1b\xe6\xc1\x4c\xc5\xdb\xd8\xd4\x9c\x17\xf6\xcc\x86\x01\x30\x43\x72\x1b\x9b\xc2\x19\x06\x89\x68\x1c\x69\xa6\x50\x57\x34\x8e\x34\x2f\x70\x93\x71\xa4\x79\x61\x6a\x33\x8e\x34\xc3\xe4\x1f\xdb\xeb\x87\x7e\x21\x6d\xb1\x11\x1d\x97\x21\xb9\x8d\x4d\x03\xd1\x42\x66\x36\xf7\x05\xac\xb6\xb1\x09\xa8\x17\x80\xba\xa9\xf3\x2c\xb4\xdf\xf6\xd9\x49\x2c\x6f\xed\x96\xe3\xec\x5e\xb5\x93\x3f\xd7\x79\x6c\x2a\xc3\x70\xc6\xc6\xa6\xde\xb2\x98\x94\xa6\xde\x02\xdb\x46\x34\xbc\x33\xaf\xcd\x77\xa5\xdc\x84\xd8\x21\x36\x29\x37\x17\x93\xd2\xca\x65\xf0\xae\x34\xf9\xed\x70\xc6\xc6\xa6\xa0\x23\x7b\x22\x36\x77\x0a\x1c\x20\xb1\x89\x6d\x37\x12\xb5\x69\x2f\xda\x81\x59\xd0\x5e\xb4\xd1\xc4\x9a\x6a\x0c\xf9\x11\xd1\xf0\xce\x0c\x0d\x6c\x6c\x72\x18\x92\xc5\x10\x9b\x3b\x85\x2c\x86\xd8\xa6\x6f\x66\x2f\x34\xd9\xce\x37\xe2\xa8\x79\x82\x50\xc1\x39\x36\x11\x28\x99\xd4\xb1\xb9\xea\x36\x56\xca\xe6\xf9\xb2\xb1\x52\x36\x5c\x2a\x99\x84\xac\xd8\xc4\x89\x7b\x30\x29\x2a\x0c\xfb\x7f\x8c\xbd\x4b\xee\x04\xad\xb2\xe4\x39\xaf\x55\xf4\x12\x00\xe7\x29\xfd\x75\xf7\xc2\xb3\x67\x3d\xe8\xfd\x0f\x5a\xe1\x3f\xcb\x73\x6e\xb5\xae\xce\x57\xa3\x54\x92\x19\x04\x10\x60\x98\x3b\x1e\xe6\x98\x9c\x43\x33\xf6\x62\x72\x0e\x19\x86\x17\xd3\x60\xc8\x30\xbc\x87\x1b\xc9\x30\xe4\x1d\x07\x1b\x4f\xf7\xf5\xd0\x2c\x53\xc4\x66\xbd\xfe\xa6\xaa\x29\x62\xb3\x5e\x8c\xca\x19\x7e\x99\x10\x1b\x5f\x55\x33\x46\xe5\x8c\xd2\x60\x67\x9b\x53\x5c\x65\xe5\x2d\x06\x53\x78\x64\xd5\xb9\x80\xc2\x23\xab\xce\x05\xa6\x36\x41\xde\x53\xb0\xa9\x19\xfb\xb2\x7e\x7d\xfa\xea\xdd\x9f\xe2\xe1\x8f\xd9\x3e\xc5\x3d\x78\xfd\xd0\x14\x00\x59\xdd\x63\xff\x1f\x61\x7f\x8a\xa2\x3f\x70\x6f\x6a\x6f\x7d\xe0\xde\x2c\x3f\x2d\xf7\xc1\x57\xbd\x5e\xe7\xa9\xe7\x6d\xca\x2a\xe4\x9d\x05\x53\x50\x62\x7d\x40\xd9\x14\xb0\x3f\x3f\xe3\x33\xc5\xdd\xd5\x07\xff\x99\x72\x50\x3f\xac\x8c\xb9\x7e\x1a\xf2\x93\xaf\x92\x85\x87\x58\x2a\x76\xae\x91\xa9\xd3\x14\x3b\xd7\x02\x46\x87\x62\xe7\x5a\xc0\xe8\x98\xb0\xd0\x16\xd8\x05\xe6\x4f\x9d\x1e\xd0\x50\x0c\x5b\x93\x7f\x7e\x29\x01\x77\xc0\x34\x58\x3c\xeb\x26\x77\xfd\x0a\xaa\x19\xd3\x60\x45\x35\x03\x37\xb2\xe2\xd0\x9a\x7c\xec\x4b\x7a\xdd\x81\xfe\x2e\x49\x70\x07\xa0\x7b\x49\x28\x9b\x5c\x78\xa6\xd0\xb2\x16\xd8\x31\x97\x04\x9f\x03\x28\xb1\x24\xf8\x2c\x1f\xfb\x92\xe0\x73\xb8\xb4\x59\xb2\xcc\x01\x58\x58\x55\x62\x8f\x9c\x4c\xad\x2a\xb1\x47\x36\xd0\xa5\x97\x1c\x23\x34\x7b\x75\x65\xba\x84\x66\x2f\x36\xc1\x16\x99\x45\x4b\x89\x2f\x23\xb3\x68\xe1\xd4\x6a\x11\x5b\x75\x29\xb5\x65\xac\xfa\xb3\xae\x65\x6e\x2c\x29\xab\xc8\xc7\xbe\x7e\x9a\x93\x1a\x8d\x9f\xe6\x24\xbc\x5a\x01\x54\x2d\x62\xb0\x28\x80\xaa\xc9\xe5\xae\x10\xa9\x16\x61\xce\x3b\xfc\x24\x28\xfd\xbe\x5b\x6f\xfa\x13\xd6\x6e\x5b\xfa\xe4\x09\xae\xb8\xa5\x4f\x2e\xc7\xf8\x96\x72\x38\x71\xec\xb6\x35\x92\x09\xec\xda\x92\xce\x4e\x30\xc9\x2d\xe9\xec\x54\xf4\xe7\xa5\xaf\x97\xaf\xf4\x37\xc1\xd9\xb6\xd4\xb0\xe5\x27\xdf\x7a\x0a\x24\x73\xb4\xad\xa7\x90\x3a\xd7\xb2\x16\x5a\xc2\xca\xd8\xd8\x98\x2d\x81\x6c\x7b\xa8\x2a\x88\xf4\x06\x8d\x9b\x7c\xdd\x5b\xb9\x60\x12\x5c\x6b\xeb\x95\x4f\x84\xda\x6c\x4f\x25\x7f\xf1\xf8\x13\xdb\x92\xd9\x31\x26\xc3\x86\xd0\x36\xd2\x53\xda\xde\xbf\x3c\x32\xdc\x77\x2b\x8f\x0c\x5b\xf3\xc6\xb5\xd8\x10\x6a\xb3\xad\x47\x66\x1c\x6c\x6d\xe9\x96\x20\xf2\x66\x5b\xba\x25\xc6\x3a\xda\xd2\x2d\x31\x60\x64\x4b\xeb\x92\xc0\x6f\xdb\xd2\xba\x24\xf0\xdb\xb6\x94\x49\x8c\x65\xb5\xa5\x4c\x62\x8d\x1e\xbd\x5f\x3a\x1b\xfa\xab\xe4\xfb\x84\x85\xdb\xd6\xdc\x30\x76\xea\x13\x55\x15\x7c\x5e\xe1\x55\xcd\x70\x69\x9e\xa8\x3f\x63\xbe\x1d\x49\xe8\xf3\x8e\xa4\x1d\xa9\xd3\xcb\xcf\x7c\x24\x23\x6f\xae\xb9\x64\x47\x32\xf2\x28\x57\xd8\xd1\xe3\xce\x1c\xac\x1f\x9c\xd2\x2d\xfb\xcb\x41\x76\xd8\xe5\x5b\x66\x12\x1e\xbc\x13\x4d\xae\xe3\x53\xa5\x49\xce\x53\x50\xe4\x52\xcb\x9c\xce\x28\x54\xa9\xc9\x75\x7c\x94\xf0\x37\xc3\x4b\x15\xb9\xd4\x32\x1e\xbf\xd3\x55\x15\x0b\xf6\xe8\x65\x5b\x52\x54\x9b\x22\x97\x5a\xfe\x2c\xdf\xff\x08\xfb\x47\xaf\xd6\x66\x06\xf9\x68\x16\x65\x06\xf9\x68\x69\x67\x6c\xa8\x23\xb1\xa6\xcc\x39\xec\x91\x90\x8e\x3c\xb4\x47\xea\x37\x84\x2e\xdb\x11\xde\xe6\xa3\x3f\xab\xfd\x1a\x64\xcd\x22\x39\x6c\x8f\x66\x91\x3c\xb4\xe7\xa9\x2a\x9c\xf9\x97\xf3\xc1\x56\xb0\x14\x2e\xc4\xb2\x15\x36\x85\x4b\xdc\x5d\x2b\x18\x0e\x57\x33\x81\x9c\x5f\x76\x71\xc9\xb6\xe2\x91\x57\x76\x95\xd3\xa1\xc0\x7f\xae\x72\x3a\x14\x36\xe2\xab\x9c\x0e\xc5\xf4\xe7\xab\xaf\x95\xaf\x4f\x5f\xfd\xe1\x5e\xe5\x74\x28\xb8\x35\xae\x72\x2b\x14\x10\xf5\x4a\xe7\x5f\x5e\xd6\x2b\x9d\xff\x82\xe1\x70\xa5\xf3\x4f\x06\x37\xbb\xd2\xbd\x27\x92\xd9\xae\x74\xef\x0b\x10\x7a\xa5\x7b\x8f\xa8\xaf\x5d\xe9\xde\xcb\xe9\xaa\x88\xaf\x46\xd8\xb3\x5d\x29\xdb\x17\x38\xea\x95\x1c\x3d\x61\xcf\x76\x35\x03\x11\x3a\xb0\xdb\xd4\x05\x9e\xe0\x6d\xfa\x33\x0c\xf6\x2a\x5b\x77\x61\x6f\x52\xf0\x58\x23\x2b\x90\xdd\xa6\xaa\x30\x2b\xae\xe6\x27\x69\xe6\xec\x2a\x8f\x15\xc9\xc5\xec\x0a\xbb\x48\x33\x67\x8a\x34\x6b\x95\x33\xcd\xfb\xcb\xe0\x4c\xd4\xc4\x15\xb2\x55\xc2\x51\xae\x26\xb3\xdc\xaa\x57\x2a\xdc\x68\x26\xd8\xd5\x04\xae\x58\x73\xf7\x27\x4d\x06\x47\xbd\x3f\x69\x32\x70\xfe\xfe\xb4\xc8\x58\x35\x57\x64\x83\x54\x6b\x76\x95\x68\xb8\x56\x55\xf5\x53\x48\xa3\xcd\x5b\xd7\xe2\x30\xb9\x82\xd0\x0a\xe7\x51\x38\x59\xab\xc0\xd1\x95\x30\x14\xe9\xd2\xec\x6a\xb6\x57\x0e\x4d\x14\x03\xd6\x50\x0e\xb7\x2b\xcd\x25\xa4\x0c\xec\x6a\xf2\x57\x3d\x14\xc1\x60\xe5\x88\xf3\x3e\xdd\xe8\x32\x55\x04\x83\x95\x43\x31\x45\x88\xb5\x0a\x76\xbd\xa0\x66\x70\x00\xfa\x82\x6a\x86\xa3\xbe\xa0\xaa\xd8\x4f\x9f\x30\xb3\x41\xbd\x1e\x36\x57\x93\xbf\xf7\x89\xd5\x34\x18\xac\x42\xc2\x1a\xd2\xd9\xa6\x90\xb0\x26\x8f\xee\x53\x16\x8f\xc6\x4a\x79\xca\xe2\xd1\x70\x89\x3c\x21\x2a\x52\x48\xf6\x84\xa8\xcd\x35\x13\xec\x29\x9d\x04\xd1\xcb\xf6\x90\xb9\x68\x0d\xbf\xcd\xd3\xac\x93\xb3\x54\x41\x5f\x8d\x70\x65\x53\xd0\x57\x6b\x9c\x54\x3e\x6d\xaf\xf2\x8e\xbe\xae\xaa\x38\x77\x7e\x9a\x48\x0d\x33\x59\x41\x5f\xad\x69\xe8\x94\x92\xbb\x01\xfb\x4f\xd3\xac\xc1\xc4\x9e\x04\xf1\xc8\xb7\x6e\x4f\x69\xa6\x3b\xa7\x42\x8f\x17\x40\x5a\xc7\x04\x7b\x62\x44\x1d\xd6\xfa\x70\xb4\xb6\x0e\x40\x3d\x6d\xcd\x1d\xd6\xfa\x34\xcd\x3a\x78\xf5\x34\xcd\x3a\x4b\xe3\x1d\x5d\xcb\x5a\x78\xa2\xb8\xf2\xac\x3e\xc9\x7d\xf7\xfc\x0f\x9a\x3c\xf6\xc4\xca\xc8\xbd\x6e\x4f\x6a\xde\x72\xba\x3e\xa9\x79\xcb\xe9\xfa\xa4\xe6\xdd\x21\x00\x4f\x24\xad\x3b\x01\xc8\x21\x48\x82\xdb\x77\x90\x1c\x82\x64\xb4\x7d\x21\xe4\x20\x70\xee\x83\x3f\x47\x0d\x85\xfb\x40\x72\x88\xea\xce\xe4\xcf\x82\xee\xee\x8e\xf1\x1c\x44\xb3\xbb\x3f\xeb\x1c\xe2\x4f\xeb\x9b\x1b\x09\xab\xbb\x1f\x34\xe7\x20\xac\x26\x36\x3b\x07\xc1\x6f\xf7\xa9\x9e\x83\x36\xe2\xe1\xfe\xa2\x1c\x38\x3f\x6a\x44\x32\xe7\x20\x64\x23\x09\x5d\x0e\x92\xeb\x44\x48\x30\x07\xa9\x85\x10\xab\x9c\x15\x96\xd6\x46\xa5\x55\x02\xba\xe1\xfc\x27\x07\x49\x6d\x8c\x46\x7f\x65\x92\x20\x65\x9f\x83\x1e\x2e\x52\xf6\x39\x6c\xa9\xa6\xbb\x25\x9b\xc3\xd6\xb5\x4b\x7f\xa6\x47\x63\xf3\x67\xce\x8f\xda\x70\x9f\x73\x0e\x04\xae\xb7\xb1\xb9\x56\x3a\x75\xe3\xd2\x41\xe9\xd4\x8d\xcb\x58\xfd\x94\xcf\x2f\xd7\xfe\x94\xcf\xaf\xae\xd5\x68\x5c\xba\x20\x1a\x36\x1e\xbf\x4a\x02\x8e\x9c\xda\x59\xb1\x64\x8d\x24\xda\x39\x8a\x93\x4f\x77\x01\xe5\x18\xa5\xdf\xe8\x21\x6d\x39\xea\x19\x91\x7d\x29\x2b\x8e\xab\x91\xef\x23\x2b\x8e\xab\x4d\x77\x6e\xe7\xa8\x34\x3a\x64\x8c\xca\x51\x14\x9d\xec\xd5\x39\x2a\x43\xcd\xec\xd4\xac\x0c\x35\x24\xee\xcf\x51\xa6\xd0\x74\xcf\x5b\x56\x1c\x57\x9b\x83\x9a\x95\xb1\x85\xdc\x5b\x39\x2a\x63\xcb\x74\x94\xc8\x0a\xeb\x6a\xd3\xf7\xc4\x1c\x89\x1c\x68\xe4\xa7\xce\x51\xa0\x41\x32\xe8\x1c\x65\x46\x21\xd1\x93\xa3\x36\xb2\xf9\xf4\x95\x46\xae\x40\xab\x38\x9d\x69\x2b\x70\x5f\x62\x14\xdb\x0a\xd4\x2c\xce\x46\x06\xe7\x1c\x45\xbd\xd0\x5d\xc9\x0a\xeb\x6a\x4b\x03\x8b\x99\xdc\x56\xa2\x2a\x6d\x73\x64\xc7\xcb\x8a\xe3\x6a\xa4\x7b\xce\x11\x3f\x64\x5b\x7a\x0a\xda\xd7\x96\xe9\xcf\x4b\x5f\xe9\xfe\xd2\x8d\x58\x0b\x51\x26\x36\x0e\xea\x1c\x65\x62\xaf\x4c\xab\x04\x47\xcb\x03\x18\x72\x94\xe1\xb0\x0a\xfd\xdd\xea\x42\xa1\x91\x5b\xf7\x2d\xdc\x57\x66\xc5\x2a\xcc\x1c\x4d\xef\xc5\xb2\x52\xc0\x58\x5b\x8d\xa7\x70\xf4\x6b\xa3\x19\x4a\x78\x87\x63\x3c\x47\x31\xcf\xd5\x18\x1c\xb1\x47\x3c\xe1\x39\xca\xac\x20\xd2\x3b\x27\x6d\x73\xcb\x8f\x47\x73\x0a\xaa\xca\x8f\x47\x73\x12\x22\x21\x89\x96\x93\x36\xc1\xe5\x1e\xa1\x9c\x94\x4e\x6b\x3d\xbe\xca\x78\x47\x21\x2d\x27\x65\xb9\x42\x16\x2c\x27\xe5\x90\xc2\xa1\x9d\x93\xac\x48\x5c\xd6\x39\xe5\x9f\xde\x23\x55\x29\xa9\xd0\xce\x7c\xed\xfa\xea\xb1\x94\x39\x71\x16\xd9\x08\xb1\xce\x49\x33\x67\xab\x47\xda\xb9\xb6\x9f\xff\xe6\xa4\x07\xba\xf7\x3f\xf8\xf6\x73\xd2\xb3\xde\xcc\xed\x24\xef\x0a\x6e\xe4\xac\x20\xae\xb6\x0f\x23\x73\x7e\xca\x90\x91\xaf\xfa\x15\x44\x55\xc6\xff\x46\x40\x75\x56\xc6\xff\xb6\x7d\x43\xcc\x8a\xf8\x6a\xfb\x31\xaa\xe7\x27\x4f\xc4\x40\x9d\x5f\x26\x35\xd5\xfc\xcb\xa4\xa6\x9a\x95\x6c\x0b\x84\x51\x5e\xfe\x76\x22\x7d\x97\x3e\x27\x2e\xe8\xac\x4c\xf4\xed\x30\x99\x93\x8c\xc4\x93\xa9\xf9\x29\xc9\x57\xa6\xe6\xf7\xcb\x77\xe6\x6d\x56\x10\x57\x3b\xbe\xcd\x65\xa5\x41\x6f\xc7\x89\x47\x56\xfe\xf1\x76\x98\x81\xf6\xcb\xb3\x06\xfe\xd8\x2f\x93\x1a\x80\x63\xbf\xf4\x61\x6e\x19\x65\x65\xa0\x6e\xe4\x89\xce\x0a\xa0\x6a\x08\x02\x67\x65\x64\x6e\x04\x72\x67\xa5\x51\x6e\x38\x8a\xb3\xd2\x28\xb7\x73\xb9\x91\xc0\xea\x5c\x6e\x54\xd5\x5f\x67\x74\x59\x31\x51\x0d\xb5\xe4\xac\x8c\xc6\xed\xf0\x50\x94\xb3\xb8\xa1\x00\x9c\x95\x3c\xb7\xdd\x48\x33\xb4\x91\x11\xf5\x9d\x15\xe6\xd4\xf0\xfd\x66\xfb\x97\x74\x15\xdd\xd7\x36\x77\x81\xee\x5f\x5e\x5a\xb4\x71\xb2\x92\xba\xb6\x0b\x2c\x28\x23\x6a\x23\x69\x6f\x56\x4a\xd0\x86\xd4\x67\x56\x4a\xd0\x86\x3e\x67\x56\x20\x53\xbb\xee\x21\xc9\x4a\xe5\xd9\xee\xa0\x0b\xe7\xa7\xae\x46\xf7\x35\x09\xef\xe4\xcf\x9a\x84\x44\x7d\xe7\x5f\xc2\x4d\xfc\xb7\x59\x09\x37\x1b\xb9\x8a\xb2\x12\x6e\xb6\xcb\xae\xa7\x84\x9b\x8d\xb4\x47\x59\x09\x37\x1b\x19\x88\xb2\x12\x6e\x36\x82\xc0\xf3\x2f\xe1\xe6\x8b\xdc\x97\xf0\x8c\x86\x87\x36\x2b\xe1\x66\x43\x49\x26\xff\xf2\x60\x3e\x66\x9d\x02\x99\x1a\xa1\xda\xd9\x7e\xf9\x3e\x34\xeb\x64\x0b\xa0\x24\x93\x95\x8f\xb2\xa1\xcc\x96\x15\xb9\xd4\xd0\xf6\xcc\xca\xed\xd8\xc8\xec\x99\x95\xdb\xb1\xe1\xa4\xcd\x0a\x64\x6a\x44\x5c\x67\xa5\x4d\x6c\x48\xc7\x64\xa5\x4d\x6c\x8f\xa7\xa0\xb4\x89\xed\xf1\x14\x94\x36\xb1\x3d\x3f\x07\xc9\xbf\xf4\x85\xa4\x01\xcd\xbf\x04\x85\x0f\x26\xf6\x4b\x50\x88\x83\x37\xff\xb2\x0a\x3e\x77\xb6\xe4\x5f\xb2\xbf\xe7\x34\x3b\xff\x32\xfa\xbd\x4d\x55\x5a\x29\x0f\xcc\xf9\x25\xda\x7b\x9b\xfb\x2a\x77\xde\x63\x69\xfc\x92\xc7\xbd\x4b\x7f\x95\x3c\x0e\x41\x98\xfc\xcb\xf8\xf6\x98\xde\x4a\xe2\xd6\x43\xe0\x57\x1c\x71\x3d\x44\x5a\x85\x23\xae\x13\xda\x9d\x15\x5f\xd4\x43\xd2\xaf\x4f\x5f\x69\x15\xc7\x31\x3d\xb0\x9f\x2a\xfa\xa8\x93\x9c\x34\x2b\xc7\x59\x0f\xee\x25\xc8\xca\x62\xd6\x03\x6b\x41\x59\xcc\x3a\x52\x57\x59\x09\xc2\x7a\x60\x69\x28\x41\x58\x0f\xec\x98\x4a\x10\xd6\x03\x3b\xa6\x12\x84\xf5\xc0\xd3\xff\xa5\xc1\xc2\x29\x9d\x7f\x69\xb0\x82\x9e\xaf\x32\x5b\x85\xfe\x0f\xe2\x0c\xf9\x97\xf4\x2a\x74\x06\x4a\xc9\xa7\x50\xa1\xc9\xbf\xe4\x53\x01\x8a\xfe\x4b\x3e\x45\x78\x79\xfe\x25\x9f\x0a\xec\x35\xbf\x7c\x52\x61\xd2\x59\xe5\x93\xc2\xf5\x9d\x7f\xf9\xa4\x08\x2f\xcf\xbf\x9c\x50\x01\x8a\xfe\xcb\x09\x15\xd8\x88\x7f\xf9\x95\x02\xdb\x8d\x72\x24\xf5\x70\x99\x63\x5b\xcd\x80\x68\xe5\xad\x66\x3c\x5d\xab\x67\xcd\x76\xa3\x0c\x4a\x3d\xb0\x96\x95\x41\xa9\x93\x73\x39\x2b\x57\x51\x8f\x91\x6b\xa5\x2c\x8d\x63\x3c\x2b\x57\x51\x8f\x91\x6b\x25\xad\x1c\x8d\x1e\x41\x86\x3b\xf9\x9a\xb3\x22\xaf\x3a\xfa\x36\x59\x79\x70\x3a\x71\xec\x59\x79\x70\x3a\x4e\xf5\xac\x3c\x38\x3d\xb2\xd2\x95\xec\xa6\x93\x7d\x29\x2b\xad\x4c\x8f\xee\x6d\xc8\x4a\x2b\xd3\x91\xbb\xc9\x4a\x2b\xd3\xc9\xdc\x94\x4b\x54\xcd\x2c\x7c\x65\x8a\xe9\xd1\x63\x39\xb2\xd2\xbb\xf4\xc8\xd2\x56\x8a\x96\x1e\xdd\x9b\x94\x15\x00\xd6\x23\xcf\x57\xe9\x4e\x7a\x84\x0c\x2b\x39\x48\x8f\xec\x4d\x8a\xf2\xea\x91\xe5\xa9\xf4\x1f\x1d\x41\x9b\xac\x28\xaf\x4e\x36\xa2\xac\xc0\xad\x1e\xaf\xbe\xea\x46\x97\x6b\xab\xaa\x82\x2c\x29\x0f\x45\x8f\x70\x00\x85\x75\xf5\xc4\xa6\xaf\x3c\x14\x3d\x05\x5d\xcb\x14\x4d\x2c\x5e\xe5\xa1\xe8\x04\xcc\x67\x45\x79\xf5\x14\xa9\x59\xcb\x93\x80\xf9\xac\xb4\x0e\x9d\x83\x80\xac\xb4\x0e\x9d\xbc\x39\x59\x21\x61\x3d\xb1\x96\x15\x12\xd6\xc9\x13\x94\x95\x4f\xa1\x93\x82\x27\x2b\x9f\x42\x27\x24\x3e\x2b\x16\xab\x27\x3f\x07\xc9\x8a\xc5\xea\x09\xc2\x20\x61\xff\x9e\x58\x9e\x8a\xc5\xea\x24\x8e\xc9\xd2\xdb\xef\x49\xcf\x48\xab\x8c\x63\x82\x2c\xbd\xfd\x9e\xf4\xc8\x94\x88\x2d\xb1\x06\x15\xc7\xd5\x49\xdf\x93\xa5\x99\xdf\x93\x9e\xa0\x96\x55\xc2\xa8\xfc\xa9\xe2\x13\x6c\x9f\x7f\xaa\xf8\x49\xcf\x57\xda\xf5\x09\x06\x28\xed\xfa\x9e\x0e\x35\x6b\x49\x26\x36\x50\x69\xd7\x77\x12\xc7\x64\x85\x84\xf5\x04\x33\x51\xd0\x57\x27\xba\x3e\xff\x54\xe2\xd3\xa3\xfb\x52\x89\x4f\x80\xf3\x4f\xa1\xdd\x02\x55\x49\xa1\xdd\xd8\x5e\xa5\xc1\xde\x0d\x8e\xa7\x90\xb0\x6e\x7a\x64\x5a\x83\xa8\xdf\x64\x85\x84\x75\xd3\x13\x64\xc7\xec\xc6\x0a\x95\x62\x79\x27\x45\x7e\xfe\x09\x89\x9b\x1e\xa8\xd6\x2f\x91\xf9\xf9\x27\x06\x6e\x80\xf3\x4f\xc1\x1b\x31\x9c\x2c\x05\xef\x6e\xae\xa8\x9f\xa5\x1d\xdd\x89\xae\xcf\x52\x87\xee\x06\xe5\x93\x3a\x74\x37\x7f\x29\x29\x4b\x1d\xba\x13\x7b\x9f\x15\x4e\xd6\x51\x9e\xc9\x52\x69\xee\x04\xc9\xe7\x6a\xfa\x33\x16\xa8\xa4\x95\xbb\xb1\x06\xa5\x72\xdc\xd1\xa5\xc9\x8a\x3d\xeb\x9e\x27\xe8\x3f\xc2\xbe\x34\x8d\x3b\xd9\x5b\xb2\x84\x79\x3b\x2a\x34\x59\xc2\xbc\x1d\x15\x9a\x2c\xe9\xdd\x9e\x79\x22\x52\x1f\xed\x1c\x37\x64\x29\x88\xf6\xac\xa1\xc0\xb0\xed\x48\xb8\xe4\x7f\x6b\x84\x32\xaa\x5a\x08\x04\xae\x67\x09\x81\xf6\xdc\xa8\x79\xea\x46\x8d\xaa\xb0\x65\x3a\x7a\x2f\x59\x42\xa0\x9d\x8c\x2d\xb9\x6a\x7f\xe1\x3c\x22\x57\xed\x2f\x08\xbc\x64\xa9\x77\xf6\x3c\x68\xa4\x60\x3f\xb3\xfb\xd4\xa3\x1b\x69\x90\x95\xd4\x00\x91\x96\x5c\xb5\x0b\x10\x8b\x9e\xab\xe6\x67\xc6\xee\xab\x57\xdd\xd7\xd0\xe1\xbf\xed\x19\x26\x59\x25\xb0\x9f\x2f\xcd\x90\x76\x3d\x32\x2c\xb9\x09\xd8\x39\x8f\xc8\x0d\xb3\xa2\x17\xd0\x49\xea\x9d\xbd\x60\x06\x36\x4d\x1b\xc4\x52\x72\x23\x30\xa0\x17\xf6\x97\xa6\x69\x83\x58\x4a\x6e\x9a\x36\xa5\xe8\x57\xfd\xd9\x4f\x69\x73\xcb\xaa\xb9\xe9\xab\x6a\x06\x8e\x1a\x2f\x62\xf4\xe2\x71\x2f\xb9\xc1\xac\x7a\x01\x8e\x5a\xd1\x8d\x60\x83\x8a\xac\xeb\x9c\x47\xe4\x26\xac\x2e\x1e\xe8\x92\x25\xaa\xd9\x0b\xf8\x23\xe9\xcb\x4e\x6c\x76\x6e\x22\x3c\xa4\xd7\xcf\x92\xa0\xec\x85\x8d\x5b\xea\x8e\x1d\x57\x7f\x6e\xda\xc7\x2b\xcc\xb9\x69\x1f\x27\x75\x48\x6e\x38\xb5\x7a\x2d\xfa\x5a\xf5\xd5\x87\x5d\xa2\x8b\xbd\x62\x23\x2b\xd0\xae\x93\x70\x33\x4b\xfc\xb0\x23\xfa\x91\x25\x60\xd8\x2b\x3e\x9f\x9e\xf4\x15\x2a\xd2\x93\x6e\x84\x4f\x40\x71\x77\x9d\x90\xe9\xdc\xb5\x3c\x2b\x2c\xb4\x23\x51\xde\xeb\xd3\x57\x46\xb2\x61\xcc\x4a\x78\xb0\xb7\xc8\x7d\x71\x5b\x75\xc2\xa4\xb3\x84\x07\x7b\x83\x6c\x74\xdc\x56\xbd\x45\x5a\x55\x94\xb7\x82\x7d\xad\xeb\x19\xa1\x10\x92\xbb\x38\x2a\x91\xcf\x59\xd1\x74\xbd\x31\x37\x7a\x53\xce\x0e\xec\x88\x2e\xed\xe8\xc6\xfa\x55\x44\x5c\x6f\xf0\x87\xce\x61\x4d\x6f\xf8\xd6\x7a\x57\xea\x0d\x3f\x8d\xca\x5d\x49\x5d\x1b\x7b\x53\xd7\xde\x44\xc8\x71\x96\x4a\x61\xc7\xa9\x9e\xbb\xb2\x82\x92\xcd\x30\x77\xed\x3e\x4d\x03\xab\xdd\x07\xa5\xe5\xdc\xd7\x2f\x6d\x07\xdd\xd7\x82\xc5\x03\x9f\xfb\xbf\xd2\x8e\x30\x1a\xda\x50\x1a\xab\xac\xff\x52\x7e\xb0\xa1\x28\xaa\xad\xf7\xc0\xb5\x38\xa5\x3b\x21\xc7\xb9\xdf\x5f\x42\x10\x7e\x7d\xd2\x13\x66\x0d\x0e\xe1\x7c\x67\xd3\x57\xec\x59\x27\x02\x39\x2b\x9c\xac\x77\x86\x4e\xe1\x64\xbd\x17\xfd\x59\x37\xc2\x8b\x35\x34\x91\x88\x40\xce\x43\x13\xa9\x33\x27\x87\xb6\x8c\xce\xb0\x8f\xa4\x66\xf8\xe1\x78\x96\x68\x61\xef\xac\xd0\x21\x62\xd6\x3b\x8d\x34\x65\xf1\x80\x3f\x0c\x53\x55\xdf\x43\xf9\x8f\xb0\x3f\xb2\x12\xb2\xc0\xd8\x87\xe6\x58\x87\xb1\x2b\x0e\xad\x77\x2c\x2c\xe9\x0a\xf6\x0e\xd0\x0d\xb1\xa3\x8e\x85\xa5\xf0\xb0\x4e\x34\x72\x1e\x82\x6e\x32\x66\xe6\x21\xe8\x1e\x1e\x45\x90\x87\xa0\x7b\xb0\x11\x0f\x91\x87\xc1\x1e\xa1\xf0\xb0\x8e\xc4\x47\x1e\x62\xdd\x43\x9d\xd5\xc3\x1d\x78\x57\xc6\xd5\xaf\x6c\xb5\xe3\xfd\x12\xc2\xfa\xb5\xf3\x97\x68\x03\x24\x97\x56\x5e\x1f\x1e\x00\x96\x67\x50\x56\x20\x2c\x4a\x49\xe7\x75\x34\x3d\xf2\xd4\xb3\x1e\x47\xbf\xaa\x91\xcc\xc0\xa9\xa7\x39\x00\xab\xa9\xa7\x39\xb0\x32\xa6\x1e\xd0\xc4\x7f\xab\x30\xad\x3e\xa1\xac\x13\x67\x60\x9f\x30\x9c\x89\x15\xdc\xa7\x47\xe5\x65\x69\xdc\xf5\xc9\x84\x54\x4c\x57\x9f\x51\x35\x4f\x7d\xdd\x7c\x5d\xfa\x4a\x07\x45\xd1\x11\x0f\xc9\x33\xeb\x57\x86\x5d\x2a\x76\x7d\xb2\x65\x4c\x59\xc1\x13\xa3\x63\x16\x5d\xeb\x67\x37\x79\x8a\x03\x4c\x08\xcf\x24\x0a\xb1\xcb\xe5\x2e\x9d\xba\x3e\x99\xae\xd2\xa9\xeb\x93\xad\x59\x6a\x72\x7d\x72\xd0\x23\x81\xb8\x3e\x01\xd8\x29\xd8\x9f\x58\x19\xb3\xab\x55\xd0\xa1\x49\x30\x43\x9f\x1c\xf4\x4c\xe1\x8f\x1c\xf2\x53\x19\xa8\x27\x0e\x84\xa9\x2d\x63\xea\x81\xca\xce\x9d\x80\xf3\x14\xd9\x98\x38\x6c\xa7\xc8\xc6\x64\x1f\x97\x5e\x5c\x9f\x18\x2c\xd2\x8b\xeb\x13\x7e\x2b\x45\xb8\x3e\xf5\xf4\x95\x3a\x79\x5e\x6e\xa4\xd4\xc9\x93\x33\x94\x29\x12\x4e\x96\xf0\x2c\x09\xb8\x3e\x59\x1a\x53\xdc\x63\x62\x72\x4e\xa5\xa6\x9a\x98\x9c\x53\x30\x38\xb1\x7d\x14\xc6\xd6\x27\x5b\x86\xf4\xe2\xfa\x0a\xba\xef\xd3\x57\x87\x6e\x85\xb1\xf5\xa5\x99\xa3\x75\xb4\xb0\x5e\xa7\x48\x38\x9a\x2d\x79\xca\x6a\x5e\x9a\x39\x1c\x12\x75\x1d\x13\x4c\x25\xe8\x91\x43\x7e\x3e\x55\xc5\x7e\xba\x34\xdb\x11\x48\xc9\x0a\x54\xeb\xe4\x28\xc9\x4b\x0c\x16\x81\x94\xbc\x04\x56\x0b\x18\x91\xd8\x5a\x5f\x3c\xb2\x95\xd4\xa3\xa5\x9a\xd5\x23\x60\x7f\x69\xe1\x2c\x9e\x82\x42\xe0\x3a\x02\x29\x79\x69\xe1\x90\x6b\x23\x2f\x2d\x1c\xd2\x24\x65\x29\x95\xf5\x0d\x33\x59\x9a\x75\x5b\xad\xd2\x34\xdb\x6a\x86\xa6\xd9\x86\x66\x2f\x4d\xb3\xbd\xa8\x59\xdb\x1c\xfa\x21\x79\x29\x85\xfa\x86\x75\x2f\xa5\x50\x97\x6f\x7c\x29\xd1\xf9\x86\xc6\x48\x70\xac\x6f\x60\x44\x82\x63\x9d\x34\x49\x79\xc9\x12\x24\x00\x3b\x2b\x9a\xae\x6f\x26\xd2\xfa\xe5\xe0\x56\x07\xc5\x69\xe5\xdf\x5e\xe2\xb4\x87\x53\x83\xa5\xa9\x72\xd8\xaa\x14\x4d\xd7\x4f\xf9\x27\xb6\xbf\x94\xc2\x8c\x38\xe7\x2c\x59\xb3\x7e\x80\xdf\x25\xcb\xee\xe0\x4f\x58\xf8\x15\xfb\xd1\xc8\xe0\x27\xef\x47\x8f\x4f\xb9\x99\x0e\x67\xa9\x5b\xcc\xea\xb0\xa7\x6f\xa5\x4c\x3a\x5b\xbf\xaa\x66\x1e\xae\x84\xcb\x3a\xb2\x24\x79\x0b\x6f\x0f\x2e\x82\x1d\x75\x5f\x0f\x6c\xce\x5b\x39\x83\x8e\xa7\x4c\xca\x5b\x3b\xef\xe1\xe4\x71\x6b\xbb\x24\xce\x39\x6f\x53\xc6\xa8\xa4\xaf\xca\x18\x85\x8f\x6e\xcb\x68\x42\xd9\x3e\x2b\xc0\xaf\x5f\x7c\xb0\x92\x26\xeb\x17\x93\x64\xcb\xd8\xb9\x6c\xc4\x8a\xd9\xeb\xb7\xe9\xcf\x4a\x02\x05\x3b\xda\xf2\x45\xdc\xc6\x7d\x85\x99\x97\x9d\x6b\x8b\xfd\x5e\x78\xf5\x6e\xbf\xe4\x53\x9d\xaf\xba\x2f\x54\x6a\x8b\xb3\xc9\xd7\xbd\xb5\xdb\xa2\x70\x92\xb7\x00\x16\x85\x93\xbc\x85\x7b\x97\x9d\x7a\x0b\x25\x48\xc6\x94\xb7\x0c\xf9\x07\xff\xd9\x02\x8d\x07\x86\x6c\x3d\xee\x17\x68\x86\x68\xf6\xc3\x7f\xa2\x98\xbd\x2e\x07\xf5\xd1\xf3\x7d\x1e\xdf\x98\x8f\xbc\x58\xf2\x39\x1f\x79\xb1\x88\x28\xce\x12\x3d\xeb\x68\x80\xe4\x23\x0b\x9a\x04\x52\xf9\x68\x6e\xbc\xae\x6b\xd5\x0c\xba\x7f\x94\x4e\xeb\x11\x1b\x70\x94\x4e\x0b\x59\x8f\x2c\xc1\xb4\xfe\xd8\x14\x8e\x1c\x62\x6f\x52\xb3\x1c\x62\x0f\xfc\x91\x42\x5a\x7f\xec\x11\x47\x33\xe7\xb1\x96\x8f\x3c\x60\xcf\x03\x29\xf3\x49\x6a\x33\xc6\xdd\x11\x2b\x7b\xd0\xfb\x23\x43\xfe\xb1\x0b\x1c\xc1\x20\x9a\xe4\xf9\x08\x06\x11\x0c\xc9\x47\x30\x28\x8f\xb4\x62\x05\x47\x60\x2d\x2b\x56\x70\xa0\x3a\x9e\x8f\x32\x28\xc9\xe7\x7c\x94\xc3\x37\x00\xdd\x12\x6a\x1b\x44\x2f\x67\xc9\xa9\x8d\x00\x7d\x92\x9c\xda\x40\x57\x3c\x4b\x4e\x6d\x04\x3d\x32\x65\x02\x42\x7b\x24\x1f\x65\x02\x0a\x90\xff\xa3\x5c\x3f\x01\x43\xe9\x28\xd7\x4f\x00\x19\x8e\x72\xfd\x04\x0e\x5e\x8f\x72\xfd\x04\x0f\xbf\xc9\x52\x57\x1b\x81\xb5\x70\x94\x73\x27\x70\x2c\x7b\x94\x73\x87\x4c\x88\x59\xd1\x8f\x23\xb0\x34\x14\xfd\x38\x50\x35\xc9\x8a\x6f\x1c\x01\x8b\xec\x28\xcd\x6b\xd0\xd3\x57\xa2\x9c\xc0\xee\x73\x94\xe6\x35\x70\xc4\x79\x94\x28\x27\x60\xda\x1f\xa5\x79\x0d\x83\x47\xa6\x44\x39\x28\xa2\xe4\xa3\x84\x35\x01\x7e\x78\x9a\xc6\x6a\xd2\x7d\xa5\x5b\x25\x1e\x3b\x1f\xa5\x5b\x45\xf3\x24\x1f\xa5\x95\x09\x9a\x39\xca\x64\x1a\x34\x55\x94\xb1\x05\xcd\x93\x7c\x94\xb1\x25\x5c\xa6\xb7\x92\x84\x06\xcd\x0d\x25\x09\x95\xcb\xfa\x40\x36\x06\xa2\xeb\x59\xb1\x94\x03\xd1\xf5\x7c\x96\x32\xb9\x6b\x6e\x2c\x65\x72\x67\x97\x3f\xec\xf2\x23\xa6\xfb\x0f\xb0\x7f\x94\x41\x32\x72\x6c\x77\x94\x41\x32\x42\x0e\x25\x34\x37\xe4\xaf\x96\xd0\xdc\x88\xb0\x41\x45\x6c\x8e\x08\x27\x57\xc4\xe6\x20\xae\x3b\x2b\x62\x73\x44\xcd\x04\xbc\x70\x23\x02\x74\x07\x2f\xdc\x88\x00\xdd\xc1\x0b\x37\x22\x8e\x9a\xab\xbc\x72\xc4\x75\x7b\xea\x0e\xbe\x66\xbe\xea\xbe\x8c\xf9\x8d\xbf\xbc\x81\x9d\xaf\xba\x2f\x1b\x8a\x22\x36\x47\xc4\x27\x79\x95\xd0\x2d\x12\xd9\x72\x95\x2b\x2d\xb2\x83\x5c\xe5\x4a\x8b\x38\x21\xef\x2f\xd5\x35\x54\xea\x6a\x11\x25\x88\xb4\xa2\x2e\x07\xea\x28\xf9\x6a\xba\x26\x16\xd1\x55\x6a\xdd\xc4\x54\xbf\xca\x87\x9b\x3a\xd7\x6a\x26\xa0\x40\x9e\x15\xd0\x38\x12\x06\x8b\x02\x1a\x07\x72\x28\x59\x01\x8d\x23\x81\xf3\x77\xfe\x32\x8c\x53\x95\x12\xc2\xca\x9d\x7b\x95\x10\x36\x31\x7b\xaf\x66\x51\xc2\xbb\x72\x35\x8b\xe4\xdd\x55\xb8\xe3\x48\x1a\xe7\xa5\xaa\x34\xce\xeb\x97\xda\x9b\x1e\x29\x51\x69\x62\x32\x5f\x65\x26\x4d\x00\xdd\xd5\x94\x4b\xec\xd4\x57\xf9\x43\x13\xb6\xcf\xe5\xd8\x7d\x18\x96\xe0\x65\x07\x19\xc6\xf1\x99\x04\xf1\x86\x41\x3b\x15\xb2\x38\xe4\x92\x55\x8c\xe2\x30\xc2\xab\x14\xa3\x38\x50\x2f\xcf\x12\xa6\x1b\x06\x94\xbd\x5f\xa2\x40\xe6\xe4\xfb\xa5\x6e\xc7\x0a\x7e\x4a\x42\x27\x1f\xec\xfb\x65\x18\xe7\x20\xf2\xfd\x32\x8c\x83\x03\xef\x97\x61\x9c\x91\x7c\xbf\x0c\xe3\x1c\xca\x3f\x4d\x06\xc3\x8f\xf1\x7e\xf9\xb8\xa1\x7f\xef\x5f\xf9\xb8\xa9\xea\x97\x17\x9b\x85\xff\x7e\x79\xb1\xd9\x32\x14\x94\x38\x8c\x49\xa8\xa0\xc4\x61\x4c\xc2\xa7\x8c\x51\x99\xa1\x53\x60\xe1\xc8\x9c\x1e\x3e\xa5\xe5\xcd\x78\xc0\x9e\x60\x21\xe3\x8b\x78\xb0\xc1\x81\x60\x48\x7e\x5a\xec\x19\xac\x56\x34\xe0\xc8\x90\xba\xa7\x2c\xae\x19\x56\x23\x61\xba\x91\x71\x2f\xbc\xab\x3f\x0f\x7e\xbd\x4a\xab\x0d\xde\xbe\xab\xb4\xda\x43\x7f\x56\x55\x10\xf8\x87\xb3\x65\xa0\xd4\x91\x9f\x70\x23\xb3\x81\x3e\xe1\x46\xbe\xaa\x4a\x3d\xc2\x14\x7a\xf8\x4e\x07\xaa\x17\x59\xfa\x78\x43\xee\xd0\x87\xa5\x3f\x4a\xd2\x8d\x78\x0a\x05\x34\x7b\xb8\x71\x06\x42\xd3\x9e\x17\xc4\xbf\xb2\x09\xbe\xa7\x54\x5c\xf8\xf6\x1f\xa7\x06\xa3\x68\xe8\x84\x57\x85\x93\xd6\x27\xbc\x42\x22\x23\x3f\xe1\x55\x81\xe4\x3c\x4e\x0d\x46\x71\x7e\x58\x82\xa6\x68\xf1\xf3\xb5\x12\x82\xfe\xec\xe0\x56\x82\x66\x6c\x71\x2f\x74\x09\xb0\x9a\x81\xb3\xb4\x04\x58\xcd\x40\x40\xa3\x28\x6a\x71\x10\x8f\x5d\x82\x90\x10\x99\x8b\x12\x94\xda\x12\x65\x69\x4f\x31\xe2\x5f\xf7\x3f\xb0\xfd\x22\x6d\xc0\x51\x7c\xba\x16\x89\x01\x8e\x72\x68\x92\x98\x46\xf1\x8d\xa9\x04\x31\x0d\x94\xa2\x3d\x55\xc9\xf7\x15\xa5\xe8\x12\x94\xc9\xb1\xfa\x4e\x54\x82\xd2\x35\x56\x67\x29\x25\x08\x42\xab\xbb\x28\x4b\x50\xba\x46\xf4\x31\x4a\x50\xba\xc6\x9a\xe8\xbb\xd2\x17\x56\xe3\x57\xa5\x2f\x24\x54\xbb\x04\x91\x96\x9a\xb9\x91\xe0\xb7\x66\xfa\xae\xbc\x81\xb5\xd0\x66\xe5\x0d\x44\x3d\xa3\x04\xe5\x0d\x44\x3d\xa3\x04\xb1\x94\x5a\x69\x95\x88\x47\x6d\xdc\x48\xf4\xa0\x76\x3a\xa8\x2c\xf0\x78\x86\x4b\x50\x16\xf8\xda\xb9\x91\x16\x6f\xf5\x85\x50\x82\x16\x6f\x1d\xb4\x4a\x29\xd4\xeb\xe4\x5a\xe5\x3d\xaf\x8b\xa7\x29\xb6\x80\x76\x74\x91\x80\xe1\xa8\x8b\xfb\x2a\xef\x79\xd5\xc3\x15\x0e\xd4\xc5\x53\x50\x66\x73\x7c\xce\x45\x81\xa3\x03\x9f\x73\x09\xda\x23\xea\xa5\x47\x53\x37\x7a\xfc\x79\xea\x46\x8f\x3f\x0b\xf6\xab\x9e\xef\x52\x9a\xb9\x40\xab\x88\xe8\x1b\x78\x95\x8b\xd4\x0e\x47\x33\x6a\x3e\xbf\xcc\xb3\x3c\x14\xad\xa9\x56\xa8\x4a\xd0\x8d\xa3\xb8\x44\xa5\x9a\xc5\x33\xec\x29\x61\xf8\x7a\xf9\x4a\x8f\x1a\x0b\x41\x9a\x7e\xa3\xf9\x5b\x0c\x25\x6a\xc6\x22\x64\x51\xa2\x92\xab\xe2\x55\x2e\x51\xe9\x53\x91\x92\x2e\x51\x73\xb2\xb9\x93\xc7\x13\xc6\xf8\x57\xa6\xb7\x54\xfb\x06\xb1\xd9\x25\x8a\xdf\x36\x37\x2a\x4b\x54\x4e\xc9\x1e\x68\x86\x72\x4a\xe2\x28\x2e\x51\x33\xa7\xbb\x31\x5e\xa2\xf8\x6d\x77\x1b\xb3\x44\xf1\x5b\x74\x2d\x8a\x42\x43\x47\x4f\x74\x5f\x94\xa0\x1b\x5d\xd0\x2e\x8f\x67\xb8\x48\xb5\x6f\x74\x0f\x0c\x2e\x51\xd9\xd8\xbb\x9f\x73\x15\x85\x77\x8e\xde\xb9\x91\x60\xbf\x6b\xe8\xb4\xcb\x13\x35\x5d\x14\xfc\x39\xfa\xe0\xbe\x78\xe0\x07\x41\xd4\x25\x6a\x32\xe0\xe0\xf5\x44\x35\xfe\x75\xd1\x5f\x3d\xfd\xce\x14\x55\x00\xe7\xe8\x9b\xaa\x7e\xc9\xca\x1d\xd8\x4b\xfc\x65\x18\x3f\x0c\xce\x2f\x4b\x38\xb3\x2e\x1e\x8d\x06\x30\x12\x8f\x7a\x74\x69\xf3\x51\x9b\x1f\xcd\xb8\x4a\xc7\xa9\x71\x16\xec\x0f\x06\x56\x41\x98\x83\x88\xeb\x92\x34\x91\x86\xbf\xee\x5d\x92\x18\xe0\xf0\x6d\xae\x24\x31\xc0\xe1\x4c\xac\x24\x65\x07\x26\xcf\x7b\x49\x4a\xf8\x4b\x26\xf7\x92\xf0\x62\x0d\xe2\xb1\x4b\x12\x3f\x1c\x8d\xaa\x34\xeb\x46\xa3\x19\x9a\x75\xc3\x2d\x14\xcf\x79\xe3\x5f\x41\x86\xa4\xa4\xbd\x83\xe9\x9d\xc4\x3d\x06\xcf\x28\x09\xfa\x08\xde\x2e\x49\x76\xd3\x38\xdc\x48\x84\x61\xb0\x7e\x15\xde\x39\xc6\xa1\x2a\xa1\x19\x9a\x18\x25\x09\xcd\x86\xd3\x89\x92\x78\x6d\x61\xb8\x26\xc6\x7f\x84\xfd\x24\x58\x98\x89\x6a\x35\xe5\xa6\x33\xd8\x22\xc9\xbe\x31\x8d\xaf\x9a\x18\x33\x73\x53\x3c\x96\x63\x6a\x54\xb7\xae\xad\xb4\x9f\xc8\xde\x41\x0e\x50\xcf\x8e\xe3\x5f\x99\xbd\x12\xf4\x1b\xb3\xeb\xcf\xaa\x4a\xe3\xa6\x4c\xf4\xf8\x7e\x4b\x52\x26\xfa\x39\xb9\x91\xe6\xc9\x5c\xfa\x75\xeb\x2b\x37\x12\x79\xc0\x43\x5b\x24\xca\x37\xa6\xbf\x82\x54\x92\xe0\x68\x6a\xa0\x94\x52\x1c\x97\x6c\x51\x00\xe7\x98\xc0\xa0\x69\x8e\x11\x6e\x5d\x4c\xe8\xb4\xdc\x18\x2f\xa6\x69\xb3\x9c\xfc\x17\xd3\xb4\x59\x2e\x56\x50\xec\x97\x27\xda\xcf\x25\x8b\xfd\x72\x3d\xbb\x37\xa9\xd8\x2f\x6f\x72\xe6\xcf\xda\x5e\x57\xe1\xd7\x5f\x0a\x63\x8f\xda\xf2\xdc\x39\xfe\xd5\xcf\x32\x8a\xb5\x5f\x32\x6b\x7f\x28\x26\x0c\xc1\x8f\x5a\x4c\x26\x24\xd1\xc8\x45\x81\x94\x63\xf9\x59\x7f\x91\x5e\xdc\x58\xcc\x22\x9b\xbf\x4c\xca\xfe\x14\x24\x1f\x37\xd6\xe5\xbe\xfb\x97\x3a\x99\xfe\xea\x29\x6c\xa7\x9d\x45\x11\x8c\x63\xab\xfb\xa2\x70\xdb\xf4\x55\xd9\x81\x8d\x0e\xea\x29\x6c\xa3\x55\x5a\xcb\xdb\x18\xe7\xa7\x7c\xc7\xac\x56\x7b\xbf\x64\xd6\xde\x66\x05\x25\x8e\xcd\xc6\x9d\x65\xbe\x6d\x37\xa3\x3c\x6f\x0d\x5f\x17\x5f\x75\xad\xfb\x8b\x8a\xe2\x0c\xc7\x66\x01\x2a\xce\x70\x6c\x86\x2e\xff\x92\x77\xb3\xa1\x28\xec\x70\x6c\x77\x1f\x95\xfc\x4b\xc0\x0d\xb3\xca\x5a\xcb\x08\x68\x94\xac\xb5\xbc\xa7\xaa\xd2\x7d\x99\x93\xf9\x97\xfd\xf9\xd1\x05\x6d\x28\xc7\xbd\x67\x45\xd2\x64\xe3\x44\xaa\x92\x9d\x78\xa0\x40\x59\x8e\x8b\xe3\x0c\xb6\x64\xc1\xfe\x61\x1d\x65\xbc\xb2\xe3\x74\xaa\xd2\x4a\x39\xac\x14\x05\x9b\x8d\xe3\xef\xa5\x96\x2c\x7e\x7b\x36\x1d\xd4\xc0\x1e\xc0\x59\xe1\x64\xe3\x78\xbc\x5c\x91\x90\xd7\x20\x9a\xb7\x14\xb9\x9e\x2e\xcf\xb7\xc8\xf5\x74\x69\x55\xd1\x8c\x45\xe7\xa1\x14\x11\x42\x9c\xa5\x45\x4a\x5f\x83\x34\xb5\x9e\xc7\xc5\xbf\x66\x7e\xd5\xf4\xbe\x7e\xee\xec\x69\x5d\xfc\x6b\xd1\xaf\x55\x5f\x2b\x5f\x9b\xbe\x0e\xbe\xaa\x91\x45\xd7\xea\x46\xee\x3c\x2c\x45\xa9\xb1\x49\x7c\x59\x8a\x52\x63\xdf\x46\x33\x44\x17\xf1\xbb\x96\xa2\x61\x47\x41\xa2\x48\xad\x6b\xa0\x02\x51\x8a\x88\x19\xc2\x0e\xa5\xc8\x6f\x73\xd9\xc8\x24\xb1\x35\xee\xa5\x91\x43\x19\x7e\xd9\xb9\x14\xb8\x35\x2e\xe4\xaa\xc8\x00\xbf\xa0\x8a\x42\xb3\x06\x81\xc1\xa5\x68\xf3\x7d\x81\xfb\x6a\x49\x3e\xf7\x30\x94\xa2\x25\x89\x3a\x74\x29\xeb\x97\xee\x99\xfb\x0a\x90\x1f\xd4\xba\x70\x66\x34\x5c\x14\xe2\x3f\xc2\x7e\xd9\xba\x29\xeb\x51\x62\x5c\xe3\xb1\x1e\x25\xc6\x35\x1e\xb4\xa4\x88\xd1\x3d\x96\x67\xd1\xbe\xfc\x2a\x83\x2c\x83\x0b\xd1\xe6\x52\xf1\xb2\x3e\x12\x40\x14\x49\x66\xbd\x09\x68\x54\xdc\x38\x6f\xd2\x60\xa5\xe9\x4f\x17\xb3\x48\x69\xfa\x4f\xcf\xe1\x20\x79\x53\x94\xaa\x5f\x45\x83\xa2\xf4\xef\xa2\xcd\x5d\x80\xe2\x84\x54\x48\x51\xca\x7e\x17\xf9\xf3\xaf\x85\xaf\x59\x55\x56\xfd\x99\x36\x60\x22\x25\xa2\xc7\xcb\x2f\x65\xff\x5b\xaa\x8a\xec\xb7\xbc\x0c\x5b\x14\x94\x65\xbc\x76\x5a\x14\x94\x65\x35\xe8\xd7\xad\xaa\xd4\xaa\xc3\xd7\xa1\xfb\xfa\x30\x1a\x2f\x76\x15\xa5\xec\xb7\xa1\xa1\x50\xca\xfe\x07\xf3\x97\x7a\x98\x21\x81\x55\x94\xb2\xdf\xc6\xd1\x57\x72\xe3\x4e\x75\x10\x63\xcd\x06\x73\x55\x49\xf9\x8d\x2c\xe7\x45\x49\xf9\x6d\xeb\xbe\xac\x6b\xdb\x57\x7f\x9e\x34\x72\xd2\x48\xd6\xf5\xe9\xb9\x1c\x74\x67\x4a\xd5\xda\x46\xff\xba\x28\x6d\x7f\x22\x05\x6c\x51\x6c\x59\xc6\x53\x5c\xa4\x6b\x96\x23\x74\x5f\xb9\xf9\x13\xe1\xf5\x45\xb9\xf9\x33\x7e\x9c\xa2\xdc\xfc\x09\x59\x96\xa2\xb8\xb4\xd3\xf3\x3c\xa7\xeb\x7a\xf2\x79\xf2\xda\x7d\x91\x2e\x5a\x36\x30\x58\x19\xf8\xd3\x65\xe7\x57\x06\x7e\x8f\xbc\xf7\xaf\xde\xb3\x4c\x5e\xac\xa2\x0c\xfc\x99\xdc\x41\x45\x19\xf8\x73\xcd\xaa\x4a\xb3\x18\xfc\x96\xe2\x5a\x6e\x49\x2d\x7b\xfa\xca\xaf\xc0\x4c\x6e\x8d\x6b\x81\x99\xdc\x30\xdf\x95\x81\x3f\x5d\x4c\x0d\x65\xe0\xcf\x43\xb3\x0f\x53\xc3\x03\x23\xfc\x6b\xd1\x57\x5d\x4b\x9b\xc7\xa0\xfb\x78\xd6\xf3\x18\x74\x50\x69\x8d\xc7\x52\x55\x47\x5f\xe9\xa0\x1c\x4e\x6f\xa9\xe6\xc7\x68\x96\x70\x0e\x3b\xb8\x02\xf6\x32\xaf\xf9\x14\x45\xe8\xe5\xdd\xa8\x0e\x9a\x91\xd1\x8f\x2a\xca\x59\x9f\x8f\x1e\x5d\xfd\xd5\x4e\x53\x00\x90\x40\x76\xe6\x52\x01\x90\x10\xb0\x6a\x15\x38\x97\x62\xa2\x2a\xdc\x4a\x29\x40\x8d\x24\xd1\x16\xc8\x25\x5a\x24\xd1\x16\xc2\xd5\xd7\xc4\xaf\x7e\xe0\x5e\x1a\x53\x3d\xe0\x21\x2f\x0a\x60\x0b\x78\xb9\x8b\x02\xd8\x42\x80\xb1\x48\xde\x2d\x44\x7c\x0b\x8d\x85\x10\x02\x66\x5d\x63\x21\x84\x98\xf4\xeb\xd0\xaf\x87\xaf\x93\x5f\x8f\x6e\xb4\xf4\xeb\xe6\xeb\xe6\xd7\xac\x3f\x1f\x75\x5f\xcd\xb8\xba\x36\xf1\x55\xa3\xf1\xf8\x9a\xd5\x5f\x10\xb2\x65\xf5\x97\xed\xa0\x65\xf5\x97\x4d\xb9\x65\xf5\xf7\xd1\xa3\xac\xfe\x32\x89\x1b\x4b\x24\x44\xb6\xec\x96\xd5\xdf\xa3\xaa\x9a\xbe\xd2\x66\x96\x07\xcf\xe8\xbf\x6d\x07\xa5\xfe\xff\x76\x83\x96\x7f\x23\xa1\x6a\x18\x89\x54\x78\x20\x2c\x9c\x78\x31\x02\x5a\xfe\x8d\x84\xda\x7b\xf4\x55\x2d\xd2\x48\xfc\x9a\xcf\x48\x24\x16\x5d\x63\xe1\x04\x12\xe1\x96\x56\x34\x2f\x58\xce\x8a\x28\x0c\xc1\xa3\x02\x8b\x22\x0a\xff\xfd\x6b\xd6\xb5\xdc\x97\x85\x63\x41\xad\xc2\xf7\xf3\xef\x3f\x03\x81\x21\xeb\xbe\x4a\x1e\xce\x1a\x6c\x1c\x67\x19\x67\x5f\xa5\xb1\xe8\x2c\x64\x9e\x0f\x8b\xee\xdf\x5f\x37\x5f\x35\x1a\x2c\xba\x7f\x7f\xbd\xfa\xaa\xaa\xde\xff\xf6\x95\x05\x67\x21\x33\x1a\x18\x6d\xc6\xc9\x58\x51\xe2\x71\x4f\xad\xe1\x5f\x95\xf0\x1c\xeb\x50\x89\xc7\x3d\x01\xc6\xff\x22\x15\x17\x5f\xe9\x02\x6e\x06\x0b\x5d\xd7\xaa\xbf\x43\x35\xab\xbf\x93\x46\x56\xf5\x77\xea\x5a\xf5\x77\xaa\x66\xf5\x68\xe9\xeb\xfd\xdf\xbf\xaa\x47\xac\x6c\x65\x29\xb7\x00\xa3\x54\xa8\xa6\xfd\x1e\x59\x53\x8f\x30\xe8\x95\xa5\xdc\x93\x58\xf8\x57\xf5\xe8\xd2\x8c\xa6\x1e\x5d\x5d\xab\x1e\x3d\xfd\xaa\x1e\x69\x22\x35\xf5\x08\x4a\xd5\x9a\x7a\xa4\x35\xd4\xd4\x23\xd0\x48\x49\xcb\x13\x27\xea\x45\x81\x9c\x09\x76\x56\x75\x20\x99\x87\x93\x85\x16\xfb\x7f\x9f\x66\x2d\xf6\xfc\xdf\x26\x61\x93\x87\xe6\xdf\xbf\xd6\xff\x36\x09\x5b\xec\xed\xdf\x93\xf0\x7f\x26\x5c\xff\xef\xfc\x7f\xfe\xef\xfb\xbf\xfe\x42\x08\xf1\xbf\xbe\x0b\xbf\x09\xf2\x5b\x00\xc1\x5d\x94\xdf\x47\xfa\x2f\x4f\x6d\xaf\xc2\x43\xe1\xfd\x2f\xcf\x86\xdf\x29\xe4\xba\x6f\xf8\xbf\xc2\xed\x85\x8d\x3a\x1b\x97\x3b\x45\x0c\xe1\x1b\xf4\xef\x63\x52\x27\x97\xb7\x45\xe1\xe6\x9f\x95\x42\x6e\xd4\x2e\x85\xdc\xbd\x73\xf9\x37\x0c\x7f\x29\x39\xdb\x0f\x9e\x1b\xe5\xfb\x98\x5e\xe8\x44\x22\x84\x41\x9d\xdf\x60\x7f\x85\xdc\x7d\x72\xf9\xf4\xcb\x79\xbf\x29\x84\xcf\x84\x61\x73\xf8\xbf\xfe\xde\xbb\xdc\x68\x4d\x2f\xfc\x38\xeb\x5f\xe2\xd5\x92\x10\xd6\xf5\xc2\x6f\xc3\xf8\x4b\x68\xc8\x04\x77\x30\x7e\xe8\x54\xbc\xb0\x71\xa3\x5b\x29\x7c\x5e\x58\xb9\xfc\x31\x9e\xef\xbb\x91\x25\x0d\xf2\xe3\x46\xcf\xff\x19\xf9\xa7\xa7\x2c\xf9\x3e\x0a\x85\x95\xc2\x4a\x61\xf7\x76\xfa\xf6\x14\xfc\x85\xf4\x0f\xbc\x13\x85\xc5\x0b\xbf\xc5\xf9\x17\xe2\xaa\xff\xf5\x2f\x94\x09\x71\x35\x2f\xf4\x1b\x69\xed\x85\xc4\x8d\x52\x60\xe4\x1d\x61\x43\x0a\x3e\xf2\x29\xfa\x07\x62\xfb\xc1\x13\x4f\xfc\x05\x77\x3f\xfd\x05\xf3\xc5\x19\xdc\xfb\xf4\x17\x3c\xed\xc4\x5f\x80\x06\x05\xcf\x3a\xf1\x7d\x6c\x2f\xdc\xfc\x33\x73\xa3\x6f\x77\xf9\x7b\x2f\x72\xa3\x9c\x29\xfc\x2e\x7f\xd7\xcf\x70\x83\x67\xa9\xf8\x3e\x1a\x85\x83\xc2\x4e\xe1\xa0\xf0\x51\x38\x29\x5c\x14\x1e\x0a\x37\x85\xcf\x0b\xe9\x7b\x2a\xdc\xfd\x43\xf4\x7f\x4d\xb0\x54\x12\x85\xc6\xe5\x8b\x42\x9a\x54\xd4\xa4\x46\x21\x77\x2f\xba\x3b\x3d\x2a\xdc\x9d\x25\xc3\x7b\x04\xbe\x93\x7c\x85\x3d\x50\xc8\x8d\x3a\x37\x62\x46\x66\xa3\x70\xd1\xce\xfb\xfd\xd3\x38\x25\x0f\xe9\xf2\x4f\x26\x03\x89\x4d\x83\xf1\x8c\xec\xe3\xeb\x7f\xa9\xb8\x19\x1e\x2c\xf9\xe3\x70\xed\xfe\x6f\xc1\x7a\x37\x73\xa6\x2d\xde\xdb\xce\xeb\x8a\x61\x05\x9f\xf3\x2b\x7c\x1d\xab\x9c\x8e\x85\x13\x7d\xc9\x78\x1e\xbe\xbf\x9e\xdc\xb8\x8b\xee\xde\xff\x3e\xbe\x5a\x7a\x76\x10\x89\x71\x7f\x95\xc5\xf8\x19\xf6\x7f\x3d\x3a\x48\xc5\x34\xbe\x6f\x31\x8d\xaf\xb9\x25\xf9\xe3\x88\x9e\x06\xe2\xfb\xf8\xaa\xee\xcb\xbd\x61\xd1\xe2\xa2\x70\x7b\xa1\x9b\x2d\xd1\x7c\x2e\x45\x8b\x7e\xa3\xe5\x87\xb9\xd1\x1d\x56\xdf\x47\xf1\xc2\xa3\xc2\x46\x61\xa7\xb0\x53\x38\x29\x5c\x14\x72\x77\x1f\x9e\xc8\xb8\xf4\x75\xf9\xa7\x4f\xcc\xe8\x49\x26\xfe\x3a\xef\xad\x47\x7f\x79\xf9\xfb\xf8\x2e\xe8\xf8\x8b\xa2\x19\x4d\xf2\x69\xda\x77\xa4\x9d\x99\xcb\x7d\x2a\xf6\x1d\xb9\x3c\x73\x77\x9f\x75\x7d\xbb\xb0\x52\xb4\x4c\x9d\x99\x3a\xdd\xed\x10\x2d\xab\x4e\xef\xe6\x36\x7a\xe4\x0f\x27\x7a\xde\x88\xaf\xb0\x78\x21\x23\x6f\x3e\xf2\x25\x39\x9a\xc7\xcf\x8c\xf8\x0a\x3f\x83\xfc\xaf\x34\xd5\xf9\xaa\x17\x3e\x6f\x12\x49\x43\xa2\xbf\xfa\xfa\x7d\x7c\x8f\xa3\xa3\x81\x16\x5d\xab\xff\xfb\xf0\xa1\x23\xff\x75\xcc\x1f\x7d\xfd\x3e\xcc\x0b\x3d\xf2\x21\x66\x1f\x9e\xe8\x9a\xfb\x7f\x9d\xe4\xd1\xd1\x9d\x42\xdf\x87\x77\x93\xb3\xdd\x98\x2b\x75\x56\xaf\x33\xfb\x66\x1f\xf3\xe5\x9f\x77\xf9\x04\x73\xf6\x1f\x8b\x4f\xb7\x58\x1c\xb3\x4a\xf6\x77\x00\x63\x89\xfe\x88\x4b\xcc\x5e\xe8\x47\x4e\xb1\x24\x1f\x90\xf2\x99\xd2\x7f\x05\x71\xad\x58\xfc\x81\x47\x7f\x97\xef\x2b\x1c\x14\x2e\x0a\xb7\x17\x4e\x0a\xbd\xd5\xd1\xdd\x43\x7f\x85\xd7\x4c\x62\x71\x9c\x88\xc5\x9f\x51\x41\x84\x2a\x96\xe2\xe3\x59\x8a\x8f\x67\xf1\x60\xbf\xe8\xaf\xe9\x7d\x1f\xde\xce\xe2\xa1\xf8\xb1\xf8\x1e\x17\x8b\xef\x71\xa5\x3c\xea\xf4\x3d\x2e\x16\xdf\xe3\x4a\x71\xd3\x3e\xba\x1f\xe6\xfb\xf0\x7f\xd6\xc6\xe5\x93\x6e\xfa\x2e\x53\x00\x96\x58\x96\x3f\x23\xf7\x98\xfc\x95\xed\xe7\xce\xd1\x5f\x4f\xfb\x3e\xbe\x46\x94\x13\xb8\xd1\xf3\x67\xe4\xaf\x81\xfd\xb5\xc4\x78\xd6\xe0\x85\x35\x50\xe8\xc4\x22\x56\xd6\x91\xfb\x17\xfe\x06\xb2\xd8\xd1\xcd\xfc\xef\xe3\x78\xa1\xef\x5c\xd1\xad\xfb\xbf\xe8\x66\xfc\x57\xe8\x83\x5c\x99\xb4\x6e\x5c\xfe\xd5\xe0\x10\x14\x2b\xa3\xe4\xd6\xdb\x5f\xe5\xdd\xdb\x58\xbb\x8f\x67\xed\xdf\x93\x1e\xfe\x6e\x8b\xf3\x09\xe8\xc3\xff\x40\x28\x62\x65\x60\xaa\x0f\xcc\xa8\x81\x1b\x02\x1b\x75\x64\x0a\xe9\xc4\x68\x14\x0e\x2f\x8c\xb4\xc2\xf7\xf2\x58\x1d\x32\x47\xf5\xd7\x47\x62\xf5\x8d\x3a\x56\xdf\xa8\xeb\xae\x34\x8d\x71\xf5\x37\xa7\xfe\x2a\x7a\x0c\xb1\x1e\x9f\xd1\xf5\x7c\x55\xd7\xa3\xee\x32\xae\xd5\xc7\xb5\xf2\xee\x7e\x6c\xc1\x7b\xd6\x7c\x1b\xad\xcf\x1d\xde\xd1\xed\x82\xbf\xe8\xf6\xc0\xdf\x08\xac\x51\x67\xf8\xdf\x47\xf1\x42\x27\xd8\xd1\x89\xdf\xf7\xe1\xf3\x14\xf9\xf0\xd8\xba\xcf\xa9\xd6\x7d\x4e\x4d\xc6\xb5\x39\x93\x88\xcd\x61\x7f\x4c\x37\x6a\x63\x03\x5c\x9b\x83\xeb\x98\x4e\x08\x63\xdb\x95\xc2\xe6\x85\x7e\x44\x16\xdb\x9e\x14\x72\xb9\x5b\xdc\xb1\xed\x43\xe1\xa5\xf0\x51\x48\xe3\x8f\x37\x9e\x08\xf4\xd8\x7c\x24\x62\x3b\x5f\x73\xdb\xf5\x9d\x21\xb6\xb3\x29\xbc\x5e\xb8\xb9\xfb\xa5\x49\x37\x52\xc8\x8d\x2e\x4d\xba\xcd\x0b\xaf\xfe\x49\x93\x7c\xdd\xb7\xeb\xa4\x3a\xb6\x4b\x9d\xf7\x78\xe1\x63\x94\x1e\x75\x3e\xea\x64\xf2\x36\x7f\x0e\xb1\xbd\x6f\xb0\x1a\x74\x26\x36\xe0\xad\x39\xbc\xb5\x17\x18\xa5\xc7\x20\x3b\x6f\x6a\x2f\xd0\xa4\xc7\x78\xbe\xed\x85\xa0\x78\x67\x95\x74\xa7\x48\x0d\xf5\xd9\xd8\x79\xc4\x3d\xf0\x4f\x00\xbb\x3b\xc7\x89\xdd\x91\xb3\x3d\x3f\x50\x8a\xfe\x6e\xd3\xf7\xf1\x3d\xe9\x96\x79\x1c\xdd\xa9\x47\xec\x0e\x29\x2d\x33\x74\x1d\x68\xef\xcc\x10\x54\xb2\xa2\xbf\x84\xf4\x7d\xf8\xac\xeb\xe0\x7d\x67\x86\x74\x9f\x21\xb5\x57\xea\x1c\xb4\x73\xf8\x54\x1c\x6c\x2c\x9d\xe9\xdd\x99\xde\x03\x70\xed\xcb\x9f\xa6\x6b\x6b\xff\x55\xde\x9f\x88\x9d\xe9\xdd\x99\xde\xab\xd3\xcd\x33\x29\x74\x18\x5e\x4c\x9b\x7e\xe8\xa6\x3f\xe2\xba\x40\xdc\x7e\xe9\xa6\x33\xd6\x8e\x02\x6e\xec\x3c\xe2\xee\x8f\xb8\x3f\x20\xb3\xf3\x88\xbb\x3f\xe2\x8e\x1a\x6e\xf4\x77\x8f\xbe\x0f\xdf\xd6\x9e\xee\xce\xd3\xec\x8f\x3a\xdd\xd7\x14\xfd\xc5\xa3\xef\xe3\x1b\xf9\x5a\x98\x21\x03\x68\x1f\x0e\xed\xb5\x7a\x80\x79\x1c\x80\xd6\x70\xd0\xea\x87\xa1\x1b\x6c\x56\x83\xcd\x0a\x15\x93\x38\x2c\x53\x58\x28\xec\x14\x2e\x0a\xfd\x72\x24\xa3\xe2\x60\x4b\x1f\x4e\x39\xfb\xd8\xdc\xdd\xf7\xf2\xe8\x2f\x0d\xfd\xb5\xd4\x28\x2c\xfc\xd3\xed\x9d\xba\x23\x75\x36\x1a\xef\x66\x48\xc7\x2a\x8c\x2e\x2f\xfd\x7d\xf8\x80\xc4\x40\x37\x01\xab\x31\x28\xf4\xa3\x80\x38\x86\x3f\xb8\x31\x9d\x50\x44\xf7\xc5\xc5\xb1\xb8\xfb\x72\xac\xeb\x2e\x74\x1a\x07\xc8\x30\x40\x06\xb2\x28\xc4\xc1\x42\x18\xbe\x10\x6a\x52\x37\x1f\xa3\xf4\x7c\x71\x0d\xb6\xf4\x99\xfc\x9f\xd3\x99\x52\xeb\xcc\x90\xc9\x56\x39\x7d\x58\x5b\x77\x83\x2c\x4e\x28\xd2\x4c\xcf\x0b\x9d\x59\xc7\xe9\x1b\x67\x9c\xe6\xd3\xbb\xbb\x9f\x34\xba\x3a\xf2\xf7\xe1\x10\x74\x1f\x37\x62\x67\x98\xbe\x33\xb4\xc6\xda\x9c\xec\x9f\xd3\xf7\xcf\xd6\xfc\x90\x24\x4e\x37\xf2\xe2\x6c\xbe\x8e\x1a\xb8\x34\xe1\x38\x73\xf8\x92\xc9\xee\x19\x88\x73\xf0\x4f\x76\x84\xdc\x69\xe7\xa0\xce\x51\x29\xe4\x72\x06\x79\xba\x3d\x37\xc4\x1d\xfc\xd5\x99\xef\xc3\x01\x30\xbb\x51\x12\x27\xdb\xaf\xbf\x0b\xf3\x15\x72\xf9\x6c\x14\xfa\x86\x42\x72\xa7\x38\x61\x58\xd3\x19\xd6\xc8\x8b\xbb\x2f\x07\xab\xb9\xb8\xbb\x1f\x54\xc6\xc9\x83\x9b\x3c\xb8\x7c\xe8\xe6\xa2\x49\x3c\xb8\x7c\xe8\x11\x90\x3e\x77\xa2\xf0\x52\x98\x29\xf4\xbd\x83\xd7\x6a\xe3\x04\xe7\x27\x38\x9f\x99\x60\xfe\x82\xcb\xf7\x41\x9d\x57\x97\xd3\x4d\x47\xf6\x41\x1e\xa7\xe8\x7a\xcf\xdf\x87\x51\x48\xe3\xc1\xf9\xe9\x38\x3f\x4a\xa0\x9b\x67\x50\xc8\xee\x1d\x78\xee\x87\x1b\x39\x40\x8c\xc2\x4c\x9e\x87\x67\xe4\x66\xc8\xe0\x8d\xde\x38\x2f\x8f\xc3\x91\x61\x94\xc8\x3f\x2f\x75\x5e\xea\x04\x54\xe7\xa5\x9d\x0e\x10\xa3\x78\xc4\x4d\x9c\x80\xff\x7c\xd4\x69\x34\xe9\x31\x20\x0e\x17\xa3\xd8\xfd\x47\x42\x31\xd9\x04\xe6\xe3\x86\x99\x21\x7c\xdc\xf0\x71\x43\x3f\x51\x88\xae\x6d\xfd\x7d\xf8\xa6\x5a\xd8\xe7\x17\x3b\x83\x2b\x5b\x7f\x85\x95\xc2\x46\x21\xa3\x55\x74\xf9\xa4\xd0\x67\x4a\x71\xd7\x60\x5c\x0e\x61\x71\x39\x73\x1d\xc5\xbd\x09\x71\xc5\x4a\x21\x97\x83\xa3\x0b\x3e\xba\x1c\x91\xc6\xf5\xf3\xf5\xb8\x1c\x83\xe2\xca\x3e\x06\xd8\xb4\x71\xf9\x36\x13\x97\x1b\x19\x03\x4b\x35\x2e\xf0\x69\xb9\x91\x31\x2e\x7c\x64\x39\x8f\x8d\xcb\xf9\xda\xb8\xee\xf9\x8b\xab\x50\xa7\x9b\xaf\xe3\x7a\x50\x4e\x5c\x2c\xdc\x55\xf8\x67\xe5\x72\x58\xfb\x72\xd6\xde\x0a\xfc\x7e\xb1\x9e\xfc\x55\x9e\xbf\x36\xe1\x79\xeb\x50\xa7\xcf\xa9\x1e\x3c\x0c\x28\xae\x4b\x3b\x7d\x1a\x8c\xce\x1a\xfd\x0c\x2c\x2f\x04\xc9\x58\x8e\x8b\xed\x62\xf9\x76\x31\xc8\x34\x13\x17\x8c\x60\xf9\xdc\x18\x7d\xd2\x4d\xf6\x90\xe5\x7b\xc8\xe8\xee\xcd\x8a\x9e\xf5\xff\xfb\xf0\x8d\xa5\xc2\x1d\x5c\xe7\xfa\x2f\xba\xbe\xf5\x5f\x27\x59\x51\xdc\x8e\xd4\x71\x57\x76\x6f\x26\x83\xbf\xc7\xf2\x7d\x38\x10\xf2\xb2\x59\xdc\x70\xb1\xed\x5c\xac\xc9\x28\x75\x69\xe9\xef\x83\x7f\x5e\xee\x3e\x29\x9c\x58\x56\xf0\x91\xed\x78\x11\xb7\x23\x44\x4f\x10\x8a\xbd\x7c\x40\xf6\xf2\x2d\x28\x19\x37\xf2\x65\x1c\x5d\x5b\xfa\xaf\x3d\x50\x67\xb3\x46\x3d\x09\xff\x5f\xdb\x00\xcc\x66\xf7\x76\x9d\xe9\xbf\xc6\x19\x61\x74\xb9\xe7\xef\xc3\x87\x2e\x32\x93\x0f\x93\xd6\xdf\x41\xf9\x1b\x91\xbe\x1f\xa6\xa2\xa7\xdf\xff\x1b\x11\x7e\xe7\x6f\x8f\xfc\xc5\xe3\x74\x66\x90\xd1\x33\x1e\x37\xa9\xa2\xbf\x1d\xf2\xd7\x8f\xfb\xe8\xe3\x71\xfb\x3a\xfa\x4b\x21\x7f\xfd\xb0\x2b\x1e\x2c\xea\x83\x45\x7d\x20\xd1\x9e\x1d\xff\xfb\xf0\xfd\x53\xf3\xf3\x64\x9a\xe4\x4c\xa9\x5f\x58\xf0\xc1\x34\xf2\xb7\x16\xfe\x06\xb2\xf8\xf1\xb0\x7f\x9e\x06\x85\xa7\xef\xae\xe3\xfc\x7d\xf8\x82\xdd\xfa\x27\x6c\xe8\xb0\x09\x6c\x2c\x96\xc3\x26\x70\xd8\x04\xb6\x7b\x8e\xe3\xc1\x56\x38\xa3\x53\x38\x29\x1c\x14\x52\x27\xb3\xee\xb0\xfd\xba\x50\xf4\xdf\xd8\x4c\xb0\x33\xa9\x73\x52\xa7\x46\x89\x9d\xe1\x4c\x2e\x5f\xdc\x7d\x72\xb9\x5b\x15\x83\x34\x24\xf1\x2c\xa3\x90\xcb\x37\x4d\x62\x67\x38\xeb\x50\xa8\x7f\xfa\x4c\x3e\xbe\x17\x8c\x8d\x4d\x7b\x36\x8f\x63\xd3\xa4\xc3\x20\xb3\x33\x1c\x76\x86\x7d\x18\x25\xc8\xbe\xbf\xeb\xf0\x37\xda\x60\x90\xa1\x72\xe7\x40\xf6\x21\xe6\xe7\xd1\x77\x50\xf1\x62\xd3\x1e\x50\xf1\x80\x8a\x17\x22\x79\x31\xc8\xaf\x1b\xe4\xe3\x42\xbb\x6e\xa4\x30\xfa\xdd\x9f\x7b\xd0\x52\xf2\x3a\x93\x07\x1f\xfd\xf5\xe9\x77\x4f\xe6\xe3\x99\x3c\xfd\xe3\xdf\xe8\xe4\x7a\x37\xa7\xaa\xc9\xd8\x54\x87\x93\x94\xe4\x29\x03\xbf\x0f\xcc\x17\x3f\xc4\x48\xd9\x2d\xd5\xe4\xf1\x2f\x7f\xed\x38\x77\x48\xd9\x77\xef\x94\xfd\xc1\x75\xb4\xc6\x92\x0b\x21\x7d\x1f\x82\x0b\x0a\x9d\x5d\xa6\xcc\x76\xc1\x39\x56\x72\x91\xa0\xef\xc3\x9f\x51\xf2\xa0\xf0\xe4\xd1\x1b\xdf\x07\xdb\x2f\xf9\xdd\x3d\x3d\xdb\x5f\x2a\xb0\x75\xe3\xee\xc5\xe1\x30\x79\x82\xb5\xbf\x61\x87\xcb\x27\xff\x74\x0e\xd0\x6a\xe6\x72\x5f\xef\xc9\x65\x69\xfe\x1a\xfa\x0b\xc9\xb5\x63\xbe\x0f\xef\x66\xf7\x23\xf6\xe4\xe7\xd3\xdf\x87\xc3\xaf\x32\xe2\x63\xaf\x26\x2c\xd4\x14\x49\x1b\xef\xd2\x1e\xdf\x07\xee\xc6\xcd\x3f\x9d\x49\xa4\xba\xf0\x05\x93\xb9\xdf\x33\x57\x7d\x1f\x05\x47\xb6\x0a\x9b\x17\x3a\xe0\x26\xb2\x24\x26\x97\xed\xf8\x4b\x95\xe7\x47\x30\x77\xaa\xfe\x18\x53\x75\xea\x98\x90\xd8\x4e\x2e\xe1\xf1\x7d\x5c\x3a\xe6\x7d\xf7\x44\x56\xdf\x87\xb7\xb3\x90\xdd\xbf\xf9\x7c\x49\xcd\x77\x4a\x0b\xbe\xf9\xa7\xe6\x1b\x66\x6a\xd1\x7d\x97\x38\x1f\x53\xf3\xe7\x90\x9a\xfb\x78\xcc\xfc\x98\x28\x35\x9f\x60\xc9\x45\x41\xfe\xcc\x06\x37\x72\xaf\x63\x6a\xee\x1a\x34\xb2\x9f\xa6\x96\xf8\xa7\xc3\x93\x05\x37\x70\x53\x4b\xdc\x3d\x71\xf7\xc7\xdd\xdd\x72\x48\x2e\x25\xf2\xfd\x53\x85\xde\x77\x3f\x80\xfd\x7b\x37\x8f\x7f\x22\x14\xc9\x0f\x67\xbf\x0f\x77\xa7\x5f\x97\x95\x48\x7e\xea\xfa\x97\xfc\xe4\xf2\x2b\xf4\x64\xfa\x7e\x70\xf9\x7d\x4c\x2f\x74\xbf\x43\xf2\x83\xc6\xbf\xe4\x47\x79\x7f\xe9\xb9\x28\x50\xf2\xa3\xbb\xef\xe3\x6b\x4c\x26\x19\x7d\xf2\x53\xb7\xbf\xe4\xc7\x6b\x7f\xf9\xba\xb1\x97\xfc\xc0\xec\xfb\xa8\x5e\x98\x18\xad\x4a\x9d\xee\x77\xca\xc4\x23\x25\x3f\x88\xfa\x3e\xf8\xa7\xef\xf3\xc9\xcf\x9f\xbe\x8f\xe9\x85\x1e\xeb\x92\x5a\x63\x0c\xfc\x18\x25\x5f\x77\x07\xa5\xe6\xf6\x4b\x6a\xee\x83\xce\x97\xac\xfd\x8d\xf3\x93\xe6\x4e\x9a\x4c\x00\x52\x6a\x0e\xca\xa9\x39\x41\xcf\xb7\xd1\x4e\x77\xd9\xa4\xe6\x3c\x3d\x5f\xb2\xfc\xb7\xc1\xdd\x1d\x86\xfd\xdd\x20\x2f\xe4\xa9\x0e\xfa\xae\x47\x3d\xa8\x73\x52\xe7\xa4\xce\xc9\x4c\x71\x34\xce\x77\x71\xf9\xe4\x51\x4f\xea\xd4\x94\x9c\xf4\x68\xd2\xa3\xad\xcb\xa9\x73\x51\xe7\xa1\x47\xac\xa7\xe6\xeb\x29\x13\xf8\x94\xda\xa2\xce\x45\x9d\x97\x99\xc2\x91\x4e\x5b\xf4\xfd\xf1\x34\x37\xdd\xf4\x65\x95\x5f\x60\x3c\x37\xd3\x7c\x0f\x0a\x99\x92\x9b\x6e\xba\xcf\x25\x93\x25\x3f\xe1\x73\x49\xf8\x5c\xf2\x8b\x34\xfe\xd0\xa4\xe3\x4d\x22\x45\x7e\x6a\x87\xa7\x79\xb8\x51\xd2\x3f\xe9\x91\xd3\xee\xfc\x8c\xc9\x70\xb9\xfc\x72\x79\xe6\x19\x71\xca\x84\xeb\x25\x93\x1c\x3f\xb5\xab\xcb\x9f\x17\x56\xd6\xd3\x63\x90\x1d\x39\xf3\xd3\x73\x7f\x3c\x77\xc7\xd1\xfc\x40\x32\x7c\x2e\x09\x9f\x4b\xc6\x1d\x90\x70\xb6\x24\xdc\x2b\xf9\x35\x6e\x04\x5e\x78\xca\xb7\xbf\xcc\x4b\xaf\xc9\x53\xbc\x7d\x1f\x3e\xc8\xbc\xeb\x9a\xba\x93\xe8\x84\xcf\x25\x3f\xf7\x76\xa6\xee\xfc\x2e\xf5\xc0\xe5\xbe\x51\xa7\xee\x20\x92\x70\xc4\xe4\xe7\xf4\x30\x75\xdf\x90\x52\x8f\x8c\xfc\xe2\x46\xc0\x46\x4f\x8c\x12\xd3\xa6\xbb\xef\x33\xb9\xc0\xcd\x5f\x46\x74\x31\xb9\xbe\xcd\xf7\x41\x93\xb6\xfe\x39\x28\x5c\x14\x2e\x0a\x7d\xc5\x75\xe3\xc1\xb1\xb1\x74\x07\x91\xd4\x8d\x51\x72\x6b\x2d\x79\x82\xb9\xef\x83\x3a\x2f\x97\x83\xf7\xdd\x98\x0c\x8f\x7f\x66\x7a\x94\x69\xe7\xe3\x9f\x99\x3a\xdd\xef\x50\x42\xa0\x9b\x99\x26\x39\xb0\xf8\x8b\x35\x5e\xe8\x73\xa9\x3b\xbd\x2f\xc1\xfd\xa1\xc9\xb5\x71\xbe\x8f\x4c\xe1\xa1\xb0\x52\x48\x9d\x89\xc6\x17\x46\xa9\xf2\x4f\x77\x6c\xa5\x5e\x69\x7c\xe5\x46\xa6\x42\x1a\xef\xce\xee\x12\x98\x60\x9d\x73\x5d\x17\xdf\xf9\x0a\x7d\xda\x74\x3f\xc9\x4d\xae\xb9\xf3\x57\xc8\x28\x94\xf0\x76\x25\x1c\x5b\x85\x00\xab\xd4\x81\xa0\xee\x68\x53\x78\x21\x37\x79\x32\xbb\xef\x83\x76\xb2\x83\xf5\x4e\xdf\x39\xf2\x08\x4c\xc5\x3e\x18\x3a\xce\x95\x70\x3e\x27\xbc\x64\xa9\x0f\x7a\xe4\x9e\x94\xe4\xa2\x3d\xdf\x07\x75\xb2\xd7\xf5\x41\x9d\x83\x6e\x76\x6e\x34\x68\x92\x23\x51\xe1\xe5\xdc\xd4\xa1\x33\xdd\x41\xa7\x10\xd3\x90\x70\xc0\xa5\x3e\x69\xd2\xa0\xef\x6c\xdb\xdd\xf1\xa5\x84\xa9\x42\x9e\xa6\x73\x3f\x7f\x5b\xc5\x0b\xb9\xfb\xe2\xee\x8b\xc6\x83\x36\xae\x13\xf4\x15\xd2\x78\xc7\x9e\x84\x6f\xaf\x84\xc5\xe3\xd8\xf4\x7d\xf3\xdc\xfd\xd8\x34\xf5\xcd\xdd\x37\x7d\xd7\x4c\x86\x0a\xf4\xcd\xc8\xc3\x1d\xfa\xe6\x46\x9b\xa7\xa9\x99\xbc\x79\x9a\x8e\x4b\x25\x1c\x26\x18\xc7\xd7\xfd\xd0\xa3\xc3\xfc\x3c\xf4\xe8\x50\xe7\xa1\x49\x87\xb9\x74\x68\xfc\x65\xe8\x0e\x8d\xbf\xd4\x79\xf9\xe7\xa5\x9d\x97\x76\x3e\xda\x79\x99\x21\x97\x3a\x1f\x7d\x07\xac\xba\xfb\x82\x4b\x0c\x14\x82\x4b\x78\x0f\x4b\x8c\x5c\x0e\x2e\x75\x37\x89\x0a\x7a\x95\xa9\xc3\x5c\x3c\x15\xdf\x5f\x21\x82\x2b\x0d\x98\xcb\x70\x8a\x5b\xa2\x9b\xad\x69\x70\x78\x3e\x02\x97\x7b\x54\x55\xc2\x15\x99\x46\xe0\x72\x37\xdd\xd2\x00\x82\x46\xa4\x49\x1e\x74\x9a\x06\x74\xc6\xf3\xf6\x7d\x85\xe7\x1f\x09\xc5\x70\x3f\x40\x1a\x0e\x53\x05\x13\x2e\xb9\xba\xd2\xf7\xe1\xb3\x2f\xba\x30\x49\x1a\x89\x1b\x26\xda\xcb\x2a\x19\x80\x96\x6b\x28\xf1\x56\x8f\x17\x36\x0a\x3b\x85\x95\xc2\x43\x21\x75\x36\x6e\xe4\x76\x72\x72\x55\xa5\xbf\x12\xd9\xa8\x5d\x54\xe9\xfb\x48\x14\x72\xb9\xfb\x53\x13\x8e\xd4\xc2\x1b\xcc\x09\x7f\x6a\x1a\x1c\xa3\x45\x16\xc4\x80\x0d\x79\xd2\xc0\xbf\x42\x86\xab\x84\x93\x35\x0d\x63\x08\xa1\x5f\x23\x33\x5a\x99\xc6\x4f\x6e\x04\x6f\xc2\xd7\x5a\x30\x4a\xd3\x70\xb0\x4b\xc3\xe9\x53\x89\xac\x92\x91\xa9\x33\xd3\xa3\xc5\xdd\x01\xc2\x01\x10\x46\x8f\x19\x4f\x03\xbe\x35\x0a\x77\x67\x9a\x8f\x4a\x37\x2b\xdd\x3c\x5c\x5e\xe9\x26\x40\x18\xaf\xfe\x49\x37\x01\xc2\x78\x99\x29\xc0\x9b\xa7\x1d\xfc\x2b\x09\xd6\x36\xdc\x98\x4d\x03\xcc\x43\xa7\x33\x0d\x30\x6f\x38\xfb\x2a\xbc\x66\x9d\x46\xe3\xb9\x3b\x17\x2b\x68\x76\xa6\xd1\x78\xee\xce\xbe\x4a\xc2\xb6\x19\x1e\xcb\x92\x3c\x83\xe1\x5f\xc1\x9b\x90\x46\xe7\xee\x0e\x92\xfe\x3e\x8f\x17\xd2\x4d\x20\x33\x99\xfe\xc9\xe3\xe8\xdc\xc8\x68\x67\x67\xe8\x38\x81\x4c\x59\x97\x33\x74\x83\x1b\x61\x98\x0d\xa8\xdc\xd0\xa1\xbd\xe6\x27\xe0\x3a\x00\xd7\x54\x18\xa5\x41\x37\x1d\x4e\x4b\xd2\xa4\x05\x47\x87\x3b\x60\xfd\xfd\x1f\x2f\xe4\xee\x83\x83\x6b\x78\xe8\x80\xdf\x0d\xce\x3f\x53\x65\xe8\x26\x23\x0f\xe2\x26\xac\xa0\x01\xe2\x8e\x49\xe3\x1b\xd3\x66\xd1\x4e\x10\x97\x17\xd0\xd3\x58\x5c\xbe\xb8\x5c\xf3\x73\x71\xf9\xe2\xf2\xc1\x3f\xc1\xd1\xb1\xb9\x7c\xaa\x90\xa7\xb9\xb9\x1c\xc0\x1e\x18\x51\x03\x74\x4c\x8b\x7f\xc2\xda\xc6\xe1\xb9\x6f\x15\x72\x23\xf7\x99\x96\xe4\x2e\x9b\x34\x00\x42\xd7\xf2\xfa\x2b\xe9\xf0\xdc\x01\x42\x4f\xf8\xf8\x57\xd2\xa5\x9b\xb0\x36\xcf\xe4\xf8\x15\xf2\x8c\x1e\xed\x7c\x3c\x8e\xc7\xd0\x61\xe8\x7a\x56\xc7\xaf\x90\x01\x79\x5c\xfe\x98\x75\x10\x0a\xcf\xf4\xf8\x7d\x78\x93\x0c\x42\xc1\xc9\x40\x1a\xa0\xa3\xb9\xa7\x37\x4d\x0c\xba\xe9\x78\x58\x78\xa3\x3d\x4d\x58\xdb\x74\xd6\x56\xcc\x23\x52\x93\x27\x75\xfc\x3e\x26\x85\x97\xc2\x4d\xa1\xcf\x64\xf3\xa8\x90\x34\xa1\x72\xd3\x91\xb3\xf0\x1e\x7c\x9a\x18\xe4\xd3\x91\xb3\x18\x88\x3b\xb1\x00\x27\xa8\x88\x88\x69\x9a\x6e\xfa\xa5\xe9\xe0\x58\xcc\x03\xf9\xd3\x04\x15\x67\xe2\xf2\xcc\xe5\x98\x85\x2e\x4d\xf6\x57\xcc\x35\xea\x12\xa7\x1b\x89\xd3\x8d\x62\x58\xfe\x2e\x57\xf6\x7d\xf8\xc8\x5b\xe3\x72\xa8\xdc\x34\x2e\x87\xb1\x4e\xa8\x1c\x27\x1f\xc5\x3a\x8d\x77\x90\x4b\x33\xd3\x23\x26\xd8\xc4\x9b\x30\x33\x4d\xc2\xd0\x99\xee\xfb\x4a\xd3\x19\x5d\x31\x2c\xd5\x09\x95\x9b\x44\x1c\x90\x96\x2d\x4d\x6c\xc4\x09\xac\xf1\x22\x7e\x9a\x85\x3a\xa1\x72\xb6\xb8\xbb\x9f\x2a\x27\x0e\x5c\x8a\x41\x13\x26\xd6\x24\xe7\x2e\xc5\x98\x8a\x1c\xbf\xa4\x09\x00\x92\xd2\x2d\xb9\xce\xd9\xf7\xe1\x50\x69\xa0\xe2\xac\xf4\x9d\xd0\x06\x39\x38\x26\xa4\x6f\x42\xfa\xec\x71\x79\xa3\x47\x60\x5d\x8e\x0c\x32\xb0\x36\xe1\x77\x59\xcf\x1d\x6b\xd2\x73\x5c\xfe\x15\x42\x99\xd2\xec\x4c\x30\x10\x2c\x67\x26\x18\x26\xe6\xec\xd4\x09\xbb\x74\x99\xb4\xef\x63\x51\x48\x93\xb0\x3b\x27\xb8\x44\x86\xb7\xc4\xe1\x4f\xe2\x80\xa7\xe4\xca\x4c\x86\xb5\xb9\x42\xda\x5f\x41\x33\x35\xb9\x40\xda\xf7\xc1\xe5\xec\x86\x13\x6b\x72\x4e\x1a\xaf\x47\x3c\x69\x3c\x68\x93\x07\x85\x8b\xa1\x5b\x8a\x49\xe1\x72\xa8\x9c\xab\x9c\xfd\x95\xec\x2f\x3d\x24\xce\x79\x92\x8b\x9b\x7d\x85\xdc\x1d\xc3\x91\xe3\x9e\x92\xe1\x62\x1c\xe9\xa4\x09\x41\xcb\x6c\x3d\x13\xc3\x91\x03\x9e\x92\x3f\x03\xe2\x1f\x08\x05\x87\x40\x69\x6e\xda\x0b\xd3\xe2\x10\x28\xcd\x43\x7b\x31\x39\x38\xef\x49\x1c\xf4\xf8\x9b\x53\x5e\xc8\xe5\x10\xb5\x12\x68\xda\xa5\xbd\x0e\x53\x85\x13\x9e\x34\x31\x35\xe7\x25\x86\x06\x93\x83\x13\x9e\x34\xdd\x7d\x5f\x90\x33\x48\x1c\xed\xa4\x09\x92\x15\x36\x2b\x4e\x78\xd2\x84\xd2\x15\x0c\x5d\x8e\x76\xd2\x04\xb4\xc8\x30\x97\x38\xc4\x49\x13\xd0\x2a\x30\x2d\xce\x6b\x12\xe7\x35\x05\x29\xd8\xc4\x79\x4d\xe2\xbc\xa6\xa0\x71\x90\x16\xce\x28\x8e\x6d\xfc\xfd\x29\x2f\x1c\x14\x12\xd6\x53\x74\xb9\x8f\xd2\x02\x9f\x0a\x9b\xd5\x02\x9f\x16\xf8\x54\xd8\xac\x3c\xb9\xe9\xf7\x91\x29\xa4\x49\xf8\x30\x57\xa4\x9d\x55\x97\x6f\x0a\xb9\x11\xb3\x6f\x01\x5a\x8b\xe8\xa5\xe2\x0e\xed\xb4\x12\x8d\x87\xdf\x15\x3f\x31\x49\x0b\x5f\xd6\x4a\x34\x1e\x3b\x79\x39\xb1\x4b\xae\x45\xc7\x6b\x5c\x5e\xb8\x28\x64\xe4\xb1\x43\x5c\x72\xee\x2f\x2d\x58\x5b\x71\x69\xec\xb4\x60\x6d\xcb\x88\x5e\x9a\x34\x1e\xd6\xb6\x60\x6d\x05\xd4\x59\x18\xa5\x9c\x39\x95\xb2\x54\x48\x93\x32\x4d\x62\xf2\x7a\xd6\xd5\xef\x83\xb9\xb4\xf5\x4f\x9a\x94\xe9\x3b\x86\x04\x47\x4f\x69\x81\x64\x05\xf7\xca\x02\xc9\x38\x88\x2a\x05\xbf\xd8\x2a\xd4\x09\x92\x15\x7c\x2e\xab\xd0\x23\x40\xab\x32\x69\x17\xac\x6d\xc1\xda\x08\x11\x4a\x0b\xd6\xc6\x01\x56\xa9\x91\x3a\x9d\xc3\xa5\xe5\x80\x56\x08\x11\x4a\xcb\x71\x2d\x2d\xcc\x57\x64\x1a\xd2\x22\x2c\x79\x35\x6e\xc4\xa4\x5d\x60\xde\x6a\xdc\x28\x71\x23\x30\x6f\x41\xe5\x2a\xfb\xd2\x82\xca\x2d\x90\xac\x66\xda\xd9\x19\x3a\xb8\x58\xcd\x8c\x52\x67\x94\xba\x77\x93\x9c\x7c\x69\x41\xd0\x96\x42\xc4\xf0\xdf\x2d\x08\xda\x82\xa0\x21\xfa\x90\x5c\x83\xef\xfb\xe0\x46\x98\xc4\x1c\xd0\xa5\x05\x10\xd6\xa6\x42\x86\x6e\xd2\x23\xac\xdf\x05\xed\x5a\x93\xcb\x3b\x83\xec\xa7\x1b\x69\x01\x84\x75\x30\x20\xb8\xd5\x16\x91\x85\x28\x41\xa4\x85\x5b\x6d\xc1\xb0\xaa\x66\xdd\xe2\xf2\xc5\xc8\x43\xa6\xd6\x62\xe4\xa1\x5d\x48\x45\xa4\x85\xd3\x7a\x61\xbe\x56\x5c\x36\x6b\x33\xc8\xd0\xae\x0a\xd9\x5f\xa0\xe3\x02\x1d\xeb\xa2\x47\xa0\xe3\x02\x1d\x2b\xd6\xef\x02\x00\x17\x36\x6d\xc5\xfa\x5d\x00\xe0\xf2\xa3\xb5\x52\x37\x97\xc3\xda\x16\xa8\x58\xd9\x00\x17\xbe\x36\x4f\xc9\xfb\x15\xf2\x38\x0e\x77\x3f\xf4\xe8\xd0\xa4\xc3\x80\x00\x95\x15\x82\xb6\xa0\x72\x0b\x2a\x57\x2f\xcf\xe8\xf2\x8c\x2e\x83\x0c\x6b\x5b\x18\xba\x9c\x89\x96\x0a\x6b\xe3\x68\x34\x71\x26\x5a\x2a\xac\x8d\xa3\xd1\xc4\x61\x68\x69\x81\x51\x02\x3f\x97\x73\xbf\xd2\x38\x4a\x58\x98\xc4\x0b\x93\x18\x79\xe5\xb4\x1e\x8d\x77\xe7\x5c\x69\x9a\xf3\x78\xf8\x17\xa0\x8a\xec\x45\x5a\xf8\xfb\x97\x7b\xec\x4a\x63\x21\x6c\x90\x76\x3b\xb6\x96\xc6\x42\xd8\x6e\x35\xa7\x0d\xd2\x22\x93\x91\x36\x48\xbb\x61\x82\x0d\xf4\xde\x6e\x4a\xa7\xed\x84\xd0\xdf\x39\xf2\x42\x7f\x1c\x1b\x50\x45\x56\x23\x6d\x40\x75\x03\xaa\x0d\xfb\x63\x03\xaa\x1b\x26\xd8\x30\x35\x36\x4c\x70\xc3\x04\x91\x6f\x4e\xdb\x21\x36\x6d\x8c\xe6\x06\x50\x6f\x3c\x7d\x1b\x26\xd8\x30\x20\x36\xa0\xba\x01\xd5\x86\x23\x7b\x03\xaa\x1b\x50\x6d\x78\x91\x36\xa0\xca\x71\x72\xe1\x1c\x39\x71\xaa\x9c\x36\x9c\xb1\x41\x13\x36\x9c\x71\x43\x0f\x79\x6d\x2e\x6d\x40\x75\x63\xf5\x36\x4c\x8d\x0d\xa8\xee\xcc\xe5\xb8\xbc\x37\xf8\xb9\x71\xea\x35\xe0\x77\xc3\x04\x37\x4c\xb0\x41\x28\x36\x06\xee\x86\xf4\x35\x08\xc5\x06\x2a\x77\xe1\x9f\x90\xbe\xcd\x11\x02\xc7\xde\xa5\x61\x7f\x70\xfa\x9d\x36\x56\x6f\x3b\xe1\x1f\x09\xc5\x86\x11\xba\xfe\xe3\x77\x45\xa5\x1a\x86\xb0\xd2\x0a\xdc\x41\xbb\xd2\x5d\xec\xe4\x06\x83\xd9\x70\xc7\x8d\x9d\xdc\x58\x25\x1b\x3b\x79\x63\x12\x37\xf0\x7e\x83\xa3\x1b\xee\xd8\x9e\xfe\x39\x29\x64\x9e\xb2\x20\x36\xe0\xba\xb1\x93\x1b\x7c\x74\x37\xba\x8b\x9d\xdc\x03\x73\x0a\x3b\x79\xe3\x5a\xec\x81\xa7\x0a\xcb\xe4\x78\xbf\xe8\x14\x6e\x63\x3c\x6f\x37\x97\x0b\x12\xd9\x69\x77\xee\x0e\xf5\x24\x4c\x2a\xed\xce\xdd\xc1\xe6\xee\x6f\x25\xa4\x8d\x13\xd2\xd3\x51\xff\x95\x8e\x8b\x69\x3b\x3b\x4d\x44\x0e\x94\xae\xa5\xc3\x39\xc8\xc6\xdf\xd8\x31\x78\x36\x80\xbd\xb1\x93\x89\x02\x4c\x1b\x3b\x79\x4f\xfe\x09\x6f\x26\xb8\x20\x6d\xfc\x8d\x1d\xd3\x7d\x73\x90\x41\x8c\x41\xe9\x45\x85\x85\x42\x7a\xc4\xb1\xd4\x06\x86\x37\xae\xc5\x0e\xc7\xd9\x0e\xca\x69\xc3\x47\xd1\x66\x49\x1b\x18\xde\x9b\xbb\xb3\xb1\x6c\x1c\x86\x1b\x70\xed\x4d\xff\xe4\xf2\x43\xdf\x1b\x03\x02\x8e\x12\xb0\x50\x3a\x5e\xa4\x0d\xe5\xdc\x58\xbf\xc8\xbc\xa4\x7d\x78\x70\x40\x66\xd7\x2a\x01\x1d\x37\x98\x47\x2a\xcc\xb4\x21\x92\x1b\xce\xd8\xb1\x97\x36\x67\x16\x1b\xcc\xeb\x5a\x3a\xb8\x01\xf7\xa3\x9b\x58\xe9\xfb\xe9\x72\x86\x0e\x3a\x73\x80\x37\xa2\x26\x4a\xf7\xd7\x0a\xd2\x01\xde\x88\x9a\x28\xdd\xc3\xb9\x12\xe1\x12\xe9\x40\x0f\x3b\x0b\x81\xe0\x89\x74\xf0\xf8\x75\x16\xc2\x01\xb4\x78\x5f\xa2\x74\xe6\xfc\x81\x09\x1e\x98\x60\xf7\x40\x95\x74\x38\xe2\xf6\xdc\xdb\x5f\xa1\xb7\xf3\x40\x0f\x89\xc4\x28\xdd\x03\x2b\x12\x01\x19\xc9\x65\x3a\xbf\x42\x6e\x84\xa1\x7b\x40\xb2\xce\x42\x38\x9c\x59\x10\x9e\x51\x46\xe0\xee\x20\xd9\x01\xc9\x06\x0b\xe1\xe0\xe9\x3b\xd0\xc3\x01\x45\x3a\xd0\xc3\x03\x3d\x1c\xcc\x79\xd7\xf0\xfc\x3e\x08\x59\x66\xbb\x38\x58\xbf\x2e\xd9\xf9\x57\x06\xdb\x05\x91\x1f\x89\x90\x8f\x32\x98\xc9\x44\x7e\xa4\x03\x91\x44\x0b\x3d\x1d\x3c\x7d\x07\x4f\x1f\x79\x45\xd3\xc1\xd3\x77\x30\x89\x47\xd6\x3f\x0f\x85\x97\x42\x47\x32\x4f\x32\xfe\x7d\xf8\x28\x0d\x76\x86\x03\xbb\x3c\xa0\x23\xc1\x8e\xe9\x60\x12\xbb\xc4\xe7\x5f\x19\x38\x49\x5d\xe1\xf3\xfb\x38\x14\xf2\x34\x31\x89\x8f\xf3\xc9\x32\xa0\xf0\x07\xac\x3b\x10\x49\x5e\x72\x4e\x07\xac\x3b\x10\x49\xa4\x72\xd2\xe1\x1c\x84\xc8\x96\x32\x98\xde\x07\x22\xe9\x62\x9d\x5f\x21\xff\x04\x00\x0f\xc6\xf3\x60\xce\x1f\xce\x67\x8f\xe2\xc2\x21\x53\x44\xc4\xa4\x03\xd6\xf1\x12\x75\x3a\xf8\x04\x5d\xc4\xf3\xaf\x0c\x3c\xa7\xae\xe1\xf9\x7d\x30\x20\x93\x51\xc2\xcc\x3e\x98\xd9\x03\x86\x75\x00\xc0\x03\xd6\x8d\xc5\x80\xc0\x43\x0f\x3c\x94\x74\xab\xe9\xc0\x43\xcf\xd0\xe5\xdc\x1d\xca\x49\x94\x4d\x19\x9b\x19\x02\xac\x1d\x60\x8d\x8c\xab\xe9\x00\x6b\x07\x58\x1b\x90\x29\xa2\x6c\x12\x51\x36\x05\xb5\x9f\x44\x94\x4d\x22\xca\xa6\x0c\x8e\x62\x89\xb2\x49\x07\x1e\x3a\x38\x4a\x38\x93\x01\x59\x0c\x1d\x06\x04\x01\x35\xe9\x80\x75\x64\x65\x4d\x07\xdb\x9b\x28\x9b\x32\x31\x0b\x88\xb2\x49\xc4\xd5\x14\x84\xe8\x13\xe1\x35\xe9\x40\x39\xd1\x9f\x4f\x07\xca\x79\xa0\x9c\x13\xde\x44\x94\x4d\x22\xca\xa6\x4c\x2d\x04\x28\xe7\x01\x15\x27\x2e\xda\x03\xe5\x3c\xa0\xe2\x24\xa8\xe4\x1c\x1e\x07\x44\x72\x62\x40\x1c\x88\xe4\x71\x1c\x2c\xd3\x18\xcf\xcb\xd3\xc4\xe6\x9e\x44\xd9\x1c\x6c\xee\x73\x69\x27\x56\xc5\xb9\xb4\x13\x22\x89\xc4\x7d\x3a\x10\xc9\x83\xa3\x70\x62\x0a\x1f\x1c\x85\xe7\x71\x39\xa7\x6f\x07\x7a\x48\xfc\x4f\x99\x5a\x32\x40\xe5\x01\x2a\x91\x3f\x4a\xd7\x8d\xed\x74\x81\xca\x89\xd5\x7b\x3d\xce\x2c\x11\x29\x54\x5c\x19\xe9\x1f\x08\xc5\xe5\x8c\xe5\x42\x13\xa7\xbf\x79\x99\x2e\x34\xf1\x82\xb8\x44\x16\x26\xcf\x5a\xff\x97\x2e\x88\x3b\xf1\xce\x5d\x10\xf7\xe2\xf1\xe3\xf5\x87\x74\xe1\x79\x97\x57\x7f\x26\x87\x0e\xd7\x11\x30\x5d\xe0\x6d\xc2\xb4\x2e\xf0\x76\x81\xb7\x89\xf5\x7b\x71\xee\x5d\x63\x0c\x26\x37\x72\xda\x96\x2e\xce\xbd\xc9\xd1\xf1\x05\xde\x2e\x48\x86\x5c\x53\xf2\x4c\xf5\xdf\x07\x75\xb2\x4a\x2e\xf0\x76\x39\xb3\x40\xa7\x3f\x5d\x90\xec\x82\x64\xc8\xf3\xa7\x0b\xa5\xbb\x8e\x5d\x65\x62\x9c\x5c\xce\x69\x2f\xe7\xb4\xf3\x70\x23\x90\xec\x16\x66\xdf\xd1\x3f\xa9\x13\xf2\x47\x0e\xde\x74\x21\x7f\x17\xf2\x37\x3d\x4e\x38\x5d\x67\x7d\xe9\xe2\xdc\x43\x20\x2a\x5d\x8e\x79\x6f\x65\xe8\x30\x4e\x2e\x76\xf2\xe5\x65\xa6\x89\x71\x72\x2b\x75\x42\xe5\x26\x8b\xec\x62\x12\x5f\x40\x6b\xe1\x52\xbe\x9c\xe8\x5e\x50\x67\xb1\xc8\x5c\x2c\x16\x51\x92\xaf\x10\xde\x74\x21\x53\x17\x80\x59\xf0\xa6\x0b\xc0\x5c\xce\x69\x17\x14\xe9\x82\x25\x17\x2c\x59\xec\x21\x17\x8a\x74\xc1\x12\x92\xf7\xa6\xcb\x9b\xba\x17\x97\xdd\xc2\xb5\x78\x09\xd2\x72\x31\xd8\xaf\x90\x26\x41\x91\x2e\xe6\xeb\xaa\xcc\x25\xb0\xe4\x62\xbe\x2e\x22\x62\x2e\xce\xbd\x8b\x73\x6f\x55\x5d\x7e\x29\xf4\x55\x42\x56\xde\x74\x71\xee\x5d\xc8\xd4\xd2\xa4\x05\x4b\xee\xa6\x4e\xcc\x03\x17\x97\xfd\x3e\xa8\x13\x33\xfb\x02\x1b\x17\xd8\x58\x93\xbb\x03\x1b\x97\xf3\x05\x64\xb1\xd2\x3d\xcc\x10\x18\x16\x49\x06\xd2\x3d\xd4\xc9\xa1\xc3\x5a\x0c\x32\x4e\xbd\xeb\x67\x0f\x65\x11\xef\x70\xa1\x5d\x17\x80\x41\x5b\x2b\x5d\x00\xe6\x62\xa9\x2e\x4d\x45\x00\xe6\xe2\xbf\x5b\x87\x09\x86\xab\xce\x13\xf1\xff\x95\x05\x9d\xb9\x58\x95\x17\xab\x92\x0c\xc0\xe9\x72\xbe\x70\xb1\x2a\x37\x2e\x9b\x87\xab\xee\x39\x7a\x94\x1d\x55\x48\x5c\x14\xc8\x40\x72\x83\xf4\x00\x81\x07\x08\x6c\x1c\x85\x0f\x10\x78\xd8\x8a\xdb\xe5\xed\xd3\x23\x00\xc4\x93\xf2\xff\x15\x5e\x9d\x4c\x2f\x52\xa7\x9f\xb3\x16\x5e\x9d\x4c\xcf\x99\x59\x7a\x58\x95\x1b\xfb\xf3\x61\x55\x3e\xac\xca\x4d\x18\xdf\x8b\xba\x3b\x8d\x87\x7a\x3c\xa7\x6b\xe9\x41\xd0\x36\xd4\xe3\x41\xd0\x1e\xfe\xbb\x0d\xb8\x3e\xce\x67\x1f\x47\xb1\x1b\x3f\xce\x83\x8b\x3d\x3f\x91\x2d\x1b\x37\xf5\xc3\xaa\x7c\xe0\xd2\x6e\xd4\x09\x2e\x3d\xbc\x72\xe8\x81\xa5\xe7\x81\x82\xe9\x81\x4b\x9b\x43\xdb\x07\x2e\x3d\xac\x4a\x64\x85\xd2\x23\x7e\xe4\x39\x3c\x95\x0d\xf5\x78\xf8\xef\x1e\xfe\xbb\x8d\x4b\xf1\x71\x12\xf1\x00\x2b\xd4\xc2\xd2\x03\xac\x1e\x0c\x6b\xe3\xc7\x79\x30\xac\x57\xa8\x93\x43\xb1\x07\x2e\x3d\x5c\x75\x08\x86\xa5\x07\x04\x3d\x20\x68\xc3\xac\x1f\xf6\xe7\x03\x82\xf6\xe6\x71\x00\x41\xaf\x72\x39\xdc\xe1\xe1\x95\x7b\xa0\x0d\xe1\xb0\xe9\x81\x36\x0f\xb4\xd9\x84\x71\x3d\x28\xd2\xc3\x46\xdc\xd8\x9d\x0f\x8a\xf4\xa0\x48\x9b\xd0\x9b\x07\x45\x7a\x50\xa4\x8d\x77\xe6\x41\x91\x5e\xe7\xc1\x31\x93\x1f\xae\xba\x07\x45\xe2\x0d\xc1\xf4\xa0\x48\x0f\xcb\x6f\x3f\x5d\x4e\x37\xf1\xca\x1d\x0e\x82\x1f\xc7\xa6\x6f\xe8\x1d\x4d\x26\x2d\xc7\x13\x0f\x8a\x74\x38\x08\x7e\x68\x0d\x3c\x22\x4d\xc8\xd8\x9c\x1e\x14\xe9\x71\x66\x81\xa6\x5a\x7a\x9c\x59\x3c\x5c\x75\x87\x90\xc0\xc7\x61\xe8\x83\x22\x1d\x08\xc5\x83\x22\x3d\x00\xf0\x24\xfd\x93\x3a\xc1\xba\xa3\x85\x00\xd6\x3d\xbc\x72\x07\x0e\xfe\xf0\xca\xbd\xcd\xdd\x71\xc4\x3c\x60\xed\x71\x42\x7a\xc0\xcf\xc7\x09\xe9\xc3\x46\x3c\xf8\xd6\x1f\x36\xe2\x73\x52\x54\x0e\x76\xe7\xc3\x46\x7c\x10\x9f\x83\xef\xf2\x11\x2a\xf2\x00\xab\x03\xa8\x3e\xc0\xea\xc1\x86\x3e\xf6\xfc\x4f\x84\xe2\x41\x95\x5c\x44\xf9\xbb\x82\x9e\x5d\xa6\xcf\xa5\x67\x5d\x85\xf4\x0c\xae\x83\xde\x9c\x6b\x54\xb8\xac\x84\x4f\x8a\xe3\x47\x73\x16\x82\xf4\x2b\xe8\xae\x9f\xf0\x58\x70\x92\x63\x21\x30\xd8\x1e\x76\x66\x21\x10\x52\x0a\xc0\x9c\x49\x9d\x84\xa9\x06\x48\x0a\x39\x42\x2c\x38\x49\xb1\x80\xb5\x76\xdc\x33\x69\xc1\x29\x8b\x05\xfc\xf6\x84\xd6\x5b\x48\xe8\x57\xe0\x62\x3a\xce\x9b\x2d\x18\x51\xae\x20\x04\x99\xb0\x2d\x18\x51\xae\xf8\x9d\x8e\xc7\xdf\x5a\x30\x9a\x84\x61\x76\x7c\x9f\x37\x17\x38\xfe\x3e\xe8\xfb\x53\x9d\xdc\x08\x6b\xed\x3c\x1a\x9f\x69\x27\x1c\xe7\x3c\x6e\x94\xb9\x11\x1e\xfe\xeb\xa7\xc4\x16\x32\x37\xc2\x5a\xbb\x81\x6e\x66\x6e\x84\xdb\xff\x3a\xb4\x5b\xc8\x28\x48\x00\x1b\x37\xd2\xcd\x82\xd6\x04\x1c\x87\xd7\x5e\x2c\x14\xea\x84\xe3\xdc\xc4\xdd\x9d\xe3\x58\x80\xe3\xa0\xc1\x67\x08\x8f\x18\x8a\x23\x85\x17\x64\xcc\x35\x91\xbf\x8f\x44\x21\x37\xaa\x3c\x38\x38\x0e\x2f\xc8\x58\xa8\xdc\x88\x77\xb3\x51\xee\xb3\x9f\xf0\x08\xd6\x1a\xb1\xbc\x16\x1a\x97\x63\xad\xdd\xc2\x78\x36\x06\x04\xc3\xec\x56\x9a\x24\xe1\x11\xfc\x4d\xb7\x52\x67\xe7\xc1\xb9\x87\xa9\x20\x0c\x67\xa1\xf3\xdc\x39\x0b\xb8\x9a\x8a\x9d\x69\xd3\xa9\xb3\x73\xa3\x41\x93\xc0\x92\xab\x59\x37\x18\x3a\x28\xd2\xd5\xac\x1b\x8a\x6e\x66\x94\x26\x7d\x9f\x4c\x6f\x28\xd2\x75\x46\x60\x88\x99\x58\xc0\x99\x7f\x17\x83\x3c\x69\x3c\x31\x14\xbc\xc5\x6b\x61\xf1\x4f\xcc\xad\x7b\xe8\xa6\x44\x42\x30\xb7\xae\x9f\xec\x18\xea\x27\x16\x70\x2d\xdd\x43\xe3\x17\x0f\x0e\x2c\x21\xcb\xb8\x2b\xed\x78\x21\x8d\xbf\x8c\xd2\xe6\x72\xd8\xd0\xd5\x54\xdc\xcc\x25\x4e\x33\x79\xa7\xd0\xc2\xe6\xb9\x43\x91\x90\x2f\xb1\x70\xa8\x13\x8a\x84\xf2\xa0\x85\x43\x9d\x00\xcc\x8b\x3c\xcd\x43\x9d\x38\xa1\x88\xbb\xb5\x70\xa8\x13\x36\xc4\x4b\xc0\x16\x2e\x7d\x87\x0d\xbd\xc4\xdd\x2f\x75\x72\xc4\xf9\x8c\xb9\x74\x19\x3a\x77\xca\x17\xde\x89\x30\xd7\x89\xfe\x3e\xb8\x3c\x53\xe7\x53\x58\xfa\xa0\x90\x26\x3d\x5d\xee\x98\xf7\x9c\x26\x58\x74\x40\xb2\x08\x04\x91\x78\xc6\xd0\x73\xb1\xc8\x69\xe6\x73\x72\x6a\xd1\x01\xc9\x90\x75\x29\xaf\xea\x9f\x9b\x42\xba\xe9\x5e\x6e\x8b\x91\x3a\x71\x57\x3d\x77\x68\x5b\x24\xd0\x3e\x82\x60\xbc\x86\x6b\x31\x52\x27\x14\xe9\xb9\x45\x65\x31\x52\x27\x3e\xac\x37\x68\x67\x42\x8d\x04\x1f\xfb\xf3\x77\x8b\x2c\x26\xea\x04\xeb\x9e\x5b\x54\xe6\xf2\xd6\xdf\x07\x97\xbb\xab\xce\xa2\x71\xb9\xf1\x34\x99\x9f\xd1\x83\xcf\x2c\x82\x75\x64\x49\xb7\x08\xd6\x45\xb0\xee\x6d\xfa\x6e\xb4\x13\x8a\xf4\xb6\x2e\xa7\x9d\x46\xdf\x0f\x8d\x77\x7b\xce\x62\xe6\x46\x87\x7f\x66\x6e\x04\x6f\x7a\x87\x1b\x39\xf2\x59\x84\x37\xbd\x4b\x8f\x32\x3d\x82\x37\x3d\x77\xea\x59\xcc\xf4\x08\x54\x7c\x2e\x20\x62\xd1\xe1\xd0\x22\x64\x8a\x2c\x38\x16\x1d\x0e\x2d\x66\x1e\xf1\xa3\xce\x42\xdf\x61\x58\xcf\xcd\x2c\x8b\x85\x26\x61\x0e\x3e\x17\x8b\xb2\xe8\xc0\x69\xd1\x1d\x5b\x95\xa8\x5f\x8b\x85\xbb\x3b\xfb\xaa\x21\x30\xc8\xe0\x67\x74\xfc\xac\x48\x20\x59\x04\x3f\xa3\xe3\x67\x0d\x91\xcb\x2b\x77\x77\xc4\xac\x01\x4c\x46\x14\xc8\x50\x03\xaa\xc4\x07\x9b\x0b\x82\x7f\x1f\xdc\xdd\x03\xd0\x2d\x56\xee\xee\xac\xad\x06\xe3\x46\x95\x1b\x35\xea\x64\x75\x44\x40\x35\x3a\xa8\x56\xb2\xf5\x58\x6c\xd4\xd9\x68\x67\x66\x7e\x36\x5d\x4e\x3b\x33\x4d\xea\xb4\xb3\x53\x67\xe1\x69\x76\xea\xec\xb4\xb3\x70\x23\x90\xd6\x25\xad\xbe\x42\x06\xa4\x33\x6d\x1c\x69\xeb\xb7\x85\xfc\x03\xa1\xb0\x08\x0c\xc7\x4e\xcf\x2a\x8f\xda\x59\x9f\x45\xa7\x7b\x35\x78\xc4\xbb\xc5\x41\xd3\x06\x4d\xd3\x22\x1b\x4c\x9f\x41\x2b\x3a\x03\x33\x68\xc5\xa0\x15\x9d\x3a\x07\x37\x1a\xdc\xa8\x33\x25\x07\x63\xe0\xb8\x5d\x09\x33\xb6\xe8\xf0\x6d\xd1\xc9\x5f\x25\x2b\xbd\xb9\x7c\xfa\xf7\xc1\xf3\x67\x67\x70\xd5\xf4\xef\x83\x71\x9d\x34\x69\xaa\x4e\xc6\x75\x32\xa7\x16\x75\x2e\x86\x70\xa9\x90\x21\x5c\x34\x09\xe6\x12\x41\xf1\xb8\xe8\xbb\x56\xde\xa6\xef\x9b\xcb\x37\x93\x62\x73\xf9\x66\xa6\x1c\xa6\xcf\xa6\x9d\x9b\x76\x1e\x9e\xd5\xa6\xce\x43\x37\xb5\xc8\x40\xf1\x78\xa8\xf3\x71\xa3\x43\x9d\xce\x1d\x2b\x21\xc1\x16\x0f\xeb\xde\xc1\xbc\xc6\xa0\xcb\x79\x46\x4e\x08\x6b\x0c\x8c\xe7\x05\xf3\x1c\xc5\x6b\xd4\x82\xb8\xac\x66\x77\x93\x55\x82\x87\x2d\x02\xed\x11\x51\x9a\x18\xe9\xfb\x05\x4b\x9c\x4f\xd6\xc8\xce\x10\x2f\x58\xe2\x08\x5f\x23\xcc\x25\x3e\xa6\xe4\xa3\x4e\xad\x92\x47\x9d\x8f\x3a\x8d\xe7\xfe\xa8\xd3\xf1\xbe\x12\x3c\x6c\xc8\x6a\x59\x0a\xd4\xe9\x27\xa5\x96\xe0\xa1\x29\x50\xa7\xbf\xdd\x63\x52\xde\x42\x72\xab\x92\x3a\xdf\x5c\x3d\xfe\xcf\x52\xa4\xef\x6e\x94\x5a\x02\xef\x5d\x4a\xfe\x2b\xac\x14\x66\x0a\x19\x10\x56\x49\x72\x3b\xd9\x92\x6f\x02\x15\x49\x31\x4b\x6c\x02\xae\x35\xff\x15\x16\x0a\xb9\x7b\xe4\xee\x95\x76\xba\x49\xec\xfa\x64\x5f\x21\xab\x23\x25\x1a\x9f\xe8\x7b\xa3\x9b\x89\xcb\x8d\x26\xb9\xf9\x6a\xc9\x99\xae\x25\x77\xd5\xd5\x08\xf1\x49\xe0\x7d\x32\x2e\x1f\xdc\xdd\x74\x39\x77\x87\xad\x27\x68\x6c\x72\x14\xaf\x11\xb6\x8e\x50\x98\x21\x14\x56\xe3\xe4\x72\x00\x1b\x15\xb0\x1a\xd9\x82\x10\x03\xb3\x84\xa6\x4d\x5c\x34\x29\x53\x67\xa1\xce\x45\xe3\x0b\x75\x3a\x71\xad\x11\xde\x94\x0a\xed\x2c\xd4\xb9\xb9\xbc\x50\x27\x88\x1b\xdd\x93\x62\x09\xc4\x4d\x95\x41\x86\xd7\xa7\xca\x20\x57\xba\x79\x19\xf9\x4a\x37\x2b\x4d\x82\x37\xa5\xca\x20\xa3\x15\x12\xdd\x1f\x6e\xa9\xd1\x23\xb4\x42\xd0\xda\xb2\x04\x8e\x26\x20\x93\xf7\x92\x2d\x81\x8e\xa9\x23\x0f\x01\xf1\x49\x60\x5d\x02\xeb\x12\x33\x19\xa9\x2e\x43\xaa\xab\x26\x26\x6d\x1a\x3c\xa3\xc1\xe5\x9a\xb4\x83\xc6\x3b\x90\xd5\x04\x8a\x27\x10\x2c\x39\x0f\xad\x49\xf3\x73\xd0\xf8\x49\x93\x0a\x75\x4e\x66\x88\xa3\x5b\x4d\xd0\xed\x04\x39\x4d\x0e\x64\x35\x41\xb7\xd3\xa4\x9d\x93\x76\x42\xb7\x13\x8c\x35\xb9\x69\x5b\x93\x66\xdd\x62\x90\x17\x37\x02\x93\xd3\xe2\x46\x8b\x1b\xf9\xab\x49\x96\xe0\xb6\xc9\x21\xaf\x26\x3f\xd9\xb1\xb4\x78\x9a\xce\x6d\x6b\xea\xaa\x73\x52\x78\x28\xa4\xf1\x8b\xbb\x6f\xea\xec\x4c\x45\x3f\x43\x30\xcf\x0d\xf0\x57\xd3\xa0\xf1\x70\xdb\xb4\x19\xa5\xc9\x32\x84\xdb\xa6\x4d\x9d\x60\x72\xda\xd4\x79\x68\xfc\x64\xda\x1c\x1a\x0f\x2a\xa6\xc5\xd2\x06\x15\x13\x7a\x2e\x69\x51\x27\x84\x37\xa1\xe7\x92\x36\x73\x09\x00\x44\x27\xae\xa6\x43\x9d\x97\xa7\x79\xa9\x53\xb3\x0e\x54\x4c\x97\x3a\x2f\x03\x72\x19\xf9\xcb\xd3\x84\x98\xa7\xc7\x20\xa3\x8b\x64\x81\x59\xf7\x18\x4f\xf4\x47\x0c\xf8\x4d\x8f\xf9\x09\x2a\x5a\x60\x32\x80\x8a\xc9\x0d\xf1\x6a\xd8\x88\x09\x16\x8c\x90\x5d\x35\x48\x8a\x01\x80\x16\xb8\x91\x1f\xa3\x98\xf9\x11\x82\x59\xe0\x46\x20\xad\x79\x58\xb2\x19\x50\x69\xf0\x11\xc3\x3a\xb7\x40\x9d\xfe\xee\x86\x19\xef\xa0\x9a\x83\x63\x35\xd7\xda\x32\x8b\xdc\xc8\xc1\xb1\x92\x87\xcb\x4c\xef\xa0\x46\x6e\x94\x69\x12\xa8\x88\x3c\x5d\xb5\x12\xff\x91\x50\x98\x63\xa5\x79\x3e\x85\xef\x0a\x3a\x01\x45\x46\xa6\xae\x1a\x33\x1a\x7d\x3a\xb3\x44\xdd\x95\x56\x24\x5d\x4e\x27\x1a\x9d\x80\x37\x9b\xd1\x09\xc0\xd5\xe0\xcd\x48\xd8\x55\x6b\x0c\x0c\x38\x6a\xc6\x8d\x98\xbc\x08\xda\x19\x12\x76\xd5\xe0\xf7\x28\xd9\x99\x39\xd5\xad\xe6\x02\xfc\x86\x4c\x9d\x21\x53\x57\xd1\x6b\x34\x64\xea\x0c\x99\xba\x6a\x8b\x3a\x41\x47\x03\x1d\x6d\xf3\x4f\x48\xaa\x41\x52\x0d\xee\x60\x90\x54\x2b\x74\x13\xd6\x6e\x85\x3a\x51\xd4\x31\x58\xbb\x61\xcf\x5b\xe5\xf9\x63\x6a\x1a\xf6\xbc\x55\x6e\x74\x78\x80\xe0\xa8\x01\x99\x06\x64\x5a\x55\x9d\xb4\xf3\xf2\xcf\x46\x37\x9d\x96\x56\x83\xa0\x5b\xe3\x71\x80\xa3\x06\xed\xb6\xc6\xe3\xf0\x80\x93\x9a\x99\xe6\x06\xb8\x1a\xe0\x9a\x03\x4f\xb3\xeb\x15\x66\x14\x13\x23\x7d\x07\x71\x0d\x3e\x9a\x23\xa3\x04\x1f\x35\x77\x00\x54\x02\xa7\xcd\x3a\x83\x0c\xbb\xcc\xd0\x6e\x83\x5d\x1a\x30\x9c\x13\x7d\x87\x5d\xda\xe0\x72\x7f\x09\xd8\x0c\x22\x69\x0e\xbc\x35\x9b\xfe\x49\xdf\x07\x75\x6a\x9a\x83\xb8\x06\xe2\xe6\xcc\x8d\x26\xed\x04\x71\xc9\xab\x66\x48\x09\x9a\xc1\x19\x33\x80\xed\xe9\x35\xfe\xcc\x00\xd7\x0c\x60\x1b\x44\xd2\x80\x4c\x84\x4b\xcd\x16\x4d\x02\x32\x73\xe5\x11\x2f\x2e\xdf\x5c\xde\xf8\xe7\xa6\x49\xe0\x28\x62\xa8\x66\x10\x49\xdb\x34\x49\x33\x19\xce\x68\x00\x61\xee\xdc\xfd\xf0\xe0\x00\x42\x22\xb4\xcd\x0e\xb3\x0e\x20\x44\xf9\xc7\x0c\xcb\xdf\x10\xb6\xca\x93\xbb\x63\xf9\xdb\xa5\x49\x60\xb3\x81\x79\x76\x79\xee\x9b\x67\x84\x3d\x6f\x8f\xc7\xc1\xee\x6d\x60\x1e\x12\x8b\x35\x6b\x2a\x3e\x2e\x07\xc9\x50\xe9\xb1\x0c\xbf\xcb\xf0\xbb\x8c\xd7\x23\x3b\xae\x59\x96\xd0\x26\x5e\xb9\x0c\xbc\xe5\x40\x9d\x20\x6e\xc6\xc8\xcf\x7e\x50\x5a\x0b\x5b\x7a\x76\x0a\x68\xd9\xb9\x5f\x2d\x41\x37\xf2\x1e\x65\x37\xf2\x2b\x31\xdc\x96\x21\x7d\x19\xd2\x57\x60\xc1\x19\x37\x25\x42\x0b\x15\x95\x50\x43\x6f\xc1\xb2\x93\xb7\x5a\x40\x5c\xcf\x3a\xf2\x7d\xf8\x20\x17\xc0\x35\xf3\x36\x7d\x86\xdf\x15\x18\x6b\x86\xdf\x65\x87\xa7\x5a\x60\xac\xd9\x51\xca\x50\x92\xac\x05\x07\x1c\x82\x92\x96\x21\x7d\x25\xd3\x4e\xbc\x9c\xc8\x4b\xd6\x82\x57\x2e\x3b\x74\x59\x76\x23\xbf\x16\xb8\x6d\x86\xf4\xe5\xcc\x8d\x3c\x94\xc9\x72\xe6\x46\x99\x1b\x01\xaa\x19\x87\x66\x06\xd6\x0a\x4e\x93\x8c\x43\x33\xbb\xe9\x5e\x0b\xae\xba\x8c\x95\x9e\x0b\xa3\xe4\xe1\xda\x96\x71\x53\x66\x07\xb2\x5a\x3a\x75\x16\x1e\x07\x66\x76\xc1\x7f\x97\x0b\x7d\x87\xf4\x91\xfb\xce\x32\x60\x95\x2b\x75\x0e\x15\x72\x77\x98\x20\x89\xef\x2c\x63\x3c\x67\x70\xa9\x80\xb4\x19\xe7\x63\x6e\x5c\x8e\x7f\x24\x03\x56\xb9\x71\x39\xfe\x91\x8c\x3e\x72\x76\x78\xaa\x05\xa4\xcd\x8d\xa7\xd9\x19\xa5\xc3\xe3\xe8\x8c\x52\x67\x86\x80\xb4\xb9\x73\xa3\x4e\x8f\x0e\x3d\xea\x34\xa9\xd3\xa3\xab\x7f\x52\xe7\xa0\x4e\x68\x42\x86\x33\xe6\xc1\xd3\xc4\xc1\x91\x07\x4f\x13\x53\xb8\x68\x26\x63\x0a\x67\x38\x63\xc1\xa9\x87\xae\x87\xa1\xeb\x51\x6b\x60\x90\xe1\x8c\x19\xce\x58\x35\xbd\xa1\x87\xd9\x43\x45\x6a\xd5\x4c\x9e\xd4\x89\x29\x5c\xb1\xe7\x32\xa6\x70\x86\x33\x92\xe0\xc2\x32\x9c\x31\x83\x60\x15\x7b\x2e\x83\x60\x79\x51\x67\xe2\xb9\x2f\x1e\xb1\x73\xbf\x5a\x8d\x1e\x01\x6b\x19\x53\xb8\x82\xb4\x9e\xc1\xe6\xfb\x48\x14\x32\x15\xf1\x72\x66\xac\xde\x0a\x35\xce\x30\xc1\x0c\x13\xac\x9a\xde\x30\x41\xe4\x4b\x6a\x2d\xff\x78\xe4\x61\x19\x9a\xe8\xa9\x72\xbe\x2b\x18\xd7\x03\xc0\xc0\x1d\x2b\x76\x5d\x3e\x8c\x96\xb3\xc5\x5a\x2b\x9d\x00\x1d\x33\xc6\x73\xad\x74\xf7\xf0\x04\x0e\x75\x42\xa6\x33\xdc\x31\xc3\x1d\x2b\x2c\x23\xc3\x1d\x33\x16\x35\x02\xa6\x96\xe1\x8e\xd9\xc3\x50\x6a\x6d\x8c\x01\x16\xb5\x64\x5e\x2b\xd4\x23\x63\x51\x67\x2c\xea\x8a\xd7\x23\xe3\x41\xcd\x58\xd4\x55\x4b\x07\x8b\x1a\x09\x97\x5a\x07\x8d\x7f\xdc\xe8\xf1\x58\x06\x4d\x02\x71\xf3\x63\xfa\x60\x01\x16\x10\xd7\x93\x02\xfd\x55\x02\xd1\xad\x80\xb8\x68\xcd\x56\x02\xd1\xad\x80\xb8\x28\xcf\xd6\xea\x07\xec\x56\xd0\x2f\x29\x20\x6e\xc5\x56\x2c\xd8\xde\x05\x42\x49\x52\x43\x2b\x10\x4a\xa4\x6a\x2b\xb9\x0c\x0d\xc5\x5a\x2b\x58\xd4\x64\x34\xb4\x02\xe2\x96\xc4\x8d\x20\x3e\x05\xa9\x12\xf4\x6b\x6b\x85\xe3\x14\xc0\x15\xfd\xda\x5a\xf1\x4c\x22\x63\x6b\x05\x70\x25\xf1\xa1\x15\xc0\xb5\x00\xae\x95\xdd\xa6\x00\xae\x05\x70\xad\xac\xd1\x02\xb8\x22\x7f\x5b\x2b\x5b\x50\xc1\x83\x5a\x00\xd7\xca\x16\xe4\xc9\x90\xbe\x0f\x66\xc8\xd3\xe5\x97\x42\xef\x7b\x63\x0b\x2a\x70\xc6\x82\xed\xdd\x58\xb8\x25\x73\x23\x10\x97\xe8\x74\x2b\x20\x2e\x3a\xbb\xb5\x45\x5d\xce\x8d\x60\x97\x0d\x36\x84\xe8\x8e\x15\x60\x98\x40\x74\x2b\x20\x6e\xc1\xcc\x6e\x2c\xc7\x82\x99\x5d\x40\xdc\x86\xbf\xb1\x70\x30\x54\x20\x92\x0d\xe2\x53\x20\x92\xc5\xfd\x9b\xb5\x71\x30\x54\xc0\x66\x04\x7d\x6b\x63\x8d\x16\xb0\x19\xad\x9f\xda\xd8\x97\x4a\xe5\x46\x78\x3b\x5b\xd1\x3f\x7d\xc9\x14\xbc\x9d\xad\x30\xf2\x8d\x91\x07\xb0\x09\x44\xb7\x02\x60\x17\x4c\xf7\x56\x69\x27\xa6\x7b\x81\x72\xb6\x4a\x3b\x61\x97\x05\xc0\x26\x10\xdd\x0a\xec\xb2\xc0\x2e\x5b\xa7\x4e\xd8\x65\x81\x5d\x36\x16\x57\xe1\x5c\xa9\x60\xcf\x93\x84\xd2\x50\x1c\xb6\x02\x60\xa3\x0d\x65\x05\x22\x59\xc0\x66\x04\x17\xad\x0c\x26\x18\x44\xb2\x2d\xfd\x93\xf1\x04\x71\x89\x39\xb7\x82\xf3\x11\x89\xe2\xda\x36\x77\xc7\xcc\x46\xfc\xa8\xb6\xa3\x42\xfd\x93\x6e\xb2\x87\x14\x2c\xea\x82\x9f\xb1\x5d\x06\x04\x3f\x63\x59\x3c\x4d\x4d\x5a\x38\x63\x41\xcd\xb4\x69\xd2\xc2\x19\x0b\xe0\xda\x34\x69\x37\xcf\xc8\xc1\xb1\x76\xcd\x4f\x5c\x8a\x05\xce\xd8\x23\x0f\x0e\xe3\xb9\x1c\x04\x56\x35\xeb\x30\x9e\x0b\xa8\xd8\x61\x43\x05\x54\x2c\x0e\x79\x95\xc0\x6e\x2b\x1c\x0c\x15\x47\xb7\x4a\x0c\xb7\x15\x38\x63\x01\xd6\x3a\x67\x94\x05\x58\x2b\xee\x2f\xac\xdd\xe8\x11\x08\x56\xa0\x87\xc8\x67\x5a\xe5\xb8\xa7\xba\x15\x5b\x3b\x6e\xb5\x8a\xf9\x5a\xf1\xdf\x75\x26\x43\x75\x0e\x67\x15\xfb\xb3\xfb\x0b\x08\x56\x31\x31\x3d\xfd\xd4\x5f\xed\x1e\x4c\x64\x95\xa3\x99\x0a\x95\x23\xb4\xda\x50\x7e\xb6\x0a\x04\x91\x2f\xd3\x2a\x47\x33\x15\x81\x55\xe2\xad\xad\x02\x41\x88\x43\x57\x52\x69\x1a\x1a\xd1\x86\x2a\x74\xed\xe0\x67\xc5\xee\xf4\x24\x4e\x7f\xb5\x33\x6d\x2a\x68\x53\x31\x31\x3b\x1e\x8a\x0a\x5c\x54\xbc\x72\x1d\x67\x59\xc5\x2b\xe7\xf9\x8c\xbe\xc2\x4b\xe1\xa6\x90\xf1\x3c\xfa\xa7\x4f\x06\x4f\x48\xf4\x15\xfa\xc8\x7b\x3e\xa2\xef\x83\x47\x0c\x2a\x56\x4e\x4c\x2a\x27\x26\x1d\x73\xb0\x62\x8c\x4a\xa8\xba\x73\x5e\x53\x81\x8b\xca\x39\x48\x87\xb9\x54\xce\x41\x2a\xe7\x20\x9d\xa3\x99\xea\x06\xa7\xd5\xca\x28\x79\x7c\x93\x55\xce\x91\x2b\xc8\x30\x82\x2e\x67\x94\x40\x86\x81\x8d\x58\xa1\x72\xd5\x29\x59\x1d\x91\x1e\x71\xba\x51\xfd\x3c\xa3\x0e\xf8\x48\x65\xbd\xa3\x9d\x5d\x87\xbf\x39\x60\x15\x57\x5d\x65\x69\x0f\x2c\x3f\x34\xb3\xad\x62\x38\x0e\xe3\x72\x0c\xc7\x2a\xa9\x60\xfb\x47\xe9\x6d\x43\x5e\xdb\x2a\x60\x30\x98\xa7\x75\x30\x5a\x98\x9a\x03\x2a\x8f\xca\xb6\x55\x8e\x27\x46\xa6\x13\x93\xc9\xeb\x98\x50\x07\x06\x24\x1a\x66\x56\xb1\x2a\x07\x06\x64\xc5\x8f\x57\xe1\x64\x03\xe6\x52\x39\x9e\xa8\x98\x9a\x84\x6d\x5b\xc5\x8f\x87\x56\x77\x1d\x95\x9e\x01\x30\x28\xa1\x55\xd2\x9b\x5a\xe5\xcc\xa2\xc2\xde\x06\x74\xa6\x82\x3a\x15\xd4\x21\x96\xdb\x2a\xa8\x83\x66\x5a\x1d\x8d\x67\x85\x1f\x0f\x05\xb5\x4a\x80\xb7\x55\x4e\x37\x2a\x94\x8e\x5c\x56\x56\x71\xee\x55\x9c\x7b\xa3\xeb\x9f\x74\x13\xd4\x21\xc0\xdb\x2a\x67\xd4\x95\xd3\x8d\x31\x78\xfe\x87\x51\x3a\xd4\xa9\x95\x07\x3e\x55\x50\x67\x60\x1e\x54\x8c\xd2\xca\x41\xc6\x80\x7a\x54\xb8\x58\x85\x8b\x91\x62\xd5\x2a\x5c\xac\xe2\xc7\x1b\xf0\x91\x7a\x19\x10\xfc\x78\x03\xdf\x75\xbd\x0c\x08\xa0\x45\x80\xb7\x55\xb8\x98\xf4\xcd\xc7\xa6\xce\xc7\xe5\xf8\xf1\xc6\x61\xe4\xf1\xe3\xa1\x02\x57\x89\xe5\x36\xc4\xe0\xac\x82\x64\x24\x72\xb5\x06\x92\xa1\x02\x57\x07\xcb\x51\x62\x70\x0d\x32\x35\x58\x79\x0d\x32\xd5\x20\x53\xc3\xe3\xb1\x4c\x0a\x71\x0d\xde\x34\xfc\x9d\x08\x93\xee\x5b\x03\xf3\x26\x8e\x98\x06\xe6\x35\x0e\x1d\x26\x8b\xac\x25\xee\x0e\x99\x9a\x1c\x8a\x22\xff\x66\x08\xbe\x55\x02\xbc\xad\x41\xa6\x1a\x6e\xb5\x89\x79\xd0\x40\x32\x84\xde\xea\x4c\xfc\x13\x0f\x5a\x83\x22\x4d\xf0\xbe\xe1\x41\x6b\xc0\xdb\x84\x8f\x34\x0e\x99\x1b\x46\xe9\x84\x8f\x34\x8c\xd2\x86\x51\x3a\xe1\x23\x0d\xa3\x14\x9d\xb8\x4a\x3a\x5a\x6b\x00\x61\x83\x22\x4d\x7f\xfd\xc1\xd0\x90\xb3\x06\x3a\x4e\x42\x06\x90\x92\x33\x54\xe7\xeb\xcc\x8c\x3c\xbc\xa9\xe1\x80\x9b\x85\x91\x07\xf3\x1a\xbc\x69\x16\xfd\x93\xcb\x01\x42\x02\xbc\xad\xe1\x80\x6b\x10\x9f\x09\x49\x69\xb8\xd5\x1a\x1e\x34\x72\xdd\x5a\xc3\x83\xd6\x80\xb7\xc9\x92\x69\x1c\xf3\x7a\x4e\xa4\xaf\xf0\x50\x58\x28\xa4\x9b\xb8\xd3\x51\xc0\x37\xb4\xe7\xea\x84\xb9\x20\x41\x67\x0d\x74\x9c\x2c\xae\x86\xa5\x8a\x12\x5d\x45\xd7\xde\x1a\xe8\x88\x20\x5d\x9d\x1c\x0c\x21\xa0\x6f\xad\xd3\x78\xcc\x82\x06\x1b\x6a\xd8\xb4\x93\xc5\x85\x82\x9d\xa1\x52\x57\x27\x66\x01\x62\x75\xd6\x30\x5f\x27\x8e\xf7\x86\xf9\x8a\x74\x5d\x9d\xfe\xf6\x84\xa1\x60\x67\x68\xd6\xd5\xb9\x74\x39\x8d\x87\x37\x11\x17\x6e\x08\xd9\x59\x9b\xd4\xc9\x8a\x43\xc1\xce\xd0\x9e\xab\x73\x73\x39\x27\x11\x0d\xb0\x9a\x47\x85\xcc\x79\x9c\x65\xa4\xf7\xb5\xb6\xf9\x27\xc4\x67\xc2\x86\xd0\x97\x33\xa4\xfd\xeb\xd4\x92\xc1\x46\x44\x66\xae\x4e\x1c\x9a\xa8\xcd\x19\x52\x72\x95\x18\x6e\x43\xe1\xdf\x90\xf6\xaf\x8b\x80\x9a\x06\xf1\x41\xda\xbf\x2e\xad\x23\x20\x08\xd1\xb9\xba\xb0\xbd\x11\x9d\x33\x64\xe6\xea\x62\x5b\x43\xfd\xdf\x90\xf6\xaf\x0b\x67\x3e\xa2\x73\x86\xe8\x5c\x5d\x6c\x6b\x08\xfd\x1b\xe2\x71\x95\xe4\xc2\xd6\x38\x20\x68\xa0\xcd\xc2\x6f\xdf\x01\x96\x8e\xe9\xb6\x58\x32\x1d\xd3\xad\x83\x36\x0b\x0a\x8f\xb0\x9c\xa1\xe2\x5f\x17\x14\x1e\x7d\x39\x43\x5f\xae\x12\x02\x6e\x68\xfa\x5b\xc7\xed\xbf\x58\x32\x48\xc9\x19\x52\x72\x75\x11\x8f\xd3\x81\xa0\x0e\x04\x2d\x7f\xfd\xc1\x3a\x10\x84\xa2\x5c\x5d\x50\x78\x84\xe5\xac\xe3\x2c\x5b\xf8\xeb\x91\x92\x33\xc4\xe3\xea\x62\x75\xa0\x21\x67\x1d\xde\xb4\xd8\x3b\x90\x92\x33\xa4\xe4\xea\x82\xb5\xa1\x21\x67\xdd\x68\x12\xe7\x4a\x9d\x40\x3f\x14\xe5\xea\x82\xc2\x77\x70\xa9\x73\x42\xba\x70\x2d\xa1\x36\x67\xe8\xcb\xd5\xc5\x61\x28\xa9\x0b\x0c\x99\xb9\x4a\x58\xb9\x75\x4c\xb7\x8e\xe9\xb6\x98\xf3\x48\xd0\x19\xda\x73\x75\x7d\x1b\xca\x3f\x10\x0a\xf4\xe9\xac\x67\xba\xbb\x54\xb7\x5a\xc1\xf3\x87\xfc\x91\x0f\xc1\x50\xab\xab\x0b\xb7\x15\x32\x75\xd6\x61\x6f\x0b\xb7\x15\x32\x75\xd6\x31\xf6\x48\xf8\x6c\x1d\xf6\xd6\x39\x0b\x58\xc4\x11\xa0\x5d\x67\x1d\xa2\xb6\x88\x80\x44\xc9\xce\x3a\x44\x6d\x3d\xea\xe4\x80\xa0\x37\xa6\x39\x3c\x0f\xed\x3a\xeb\x04\xac\x2c\xac\x5f\x94\xec\x4c\x49\x19\x76\xe0\x72\x7c\x6e\x9d\x03\x82\x4d\x58\x64\x87\xd2\x21\x68\x57\x37\x07\xad\x28\xd9\x19\x12\x76\x95\x24\xd2\xd6\x3b\x97\x3b\x22\xd5\x6d\xba\x9c\x26\x41\xe9\x36\x96\x2a\x2a\x77\x86\xca\x5d\x25\x64\xdd\x90\xb7\x33\x04\xed\xea\x86\x76\x21\x68\x67\x48\xd8\xd5\xad\x19\x8d\x7b\x0d\x09\xbb\xba\xa1\x5d\x9d\xd0\xc0\x8e\x7b\x6d\x63\xa9\x76\x0e\x08\x3a\xa0\xb5\x39\xf3\xef\x80\x56\xff\x65\x51\xe1\x46\xb0\xb6\x0e\x6b\x23\xe5\xa6\x21\x84\x67\x1d\xd6\xb6\xd9\x19\xd0\xc3\x33\xf4\xf0\xea\xc6\x37\xd4\x09\x22\x44\x0f\xaf\xee\xae\x7f\x32\x4a\x00\xe1\xc6\x0d\x84\x3a\x9e\x21\x8b\x57\x37\xe6\x2b\xea\x78\x86\x1e\x5e\xdd\x6c\x02\x08\xe1\x59\xe7\x28\x61\x6b\x95\x10\x7e\x82\xf4\x5d\x25\xbb\xb5\x75\x20\x13\xe9\xbb\xba\x41\xf1\x0e\x6b\xeb\x10\xb4\xcd\xf1\x29\x9a\x77\xd6\xf1\xa0\x6d\xc2\x76\x49\xa3\x61\x48\xdf\xd5\xcd\xf1\x3e\xd2\x77\xa6\x6c\x1a\x1b\xde\x84\x10\x9e\x29\x9b\xc6\xc6\xad\xda\xe1\x77\xe8\xe1\xd5\xad\x99\x0c\x8e\xa2\x87\x57\x37\x26\x31\x7a\x78\x46\x8a\x8d\xba\x35\x93\x31\x35\x3b\xe0\xba\x89\xd0\xed\x97\xc7\xc1\x39\x2d\x79\x81\x8c\x84\x1b\xd6\x1d\x63\xeb\x01\xda\xd1\xd1\x33\xd2\x6f\x54\xa2\xd3\x0d\x1d\x3d\xeb\x90\x3e\xa2\xd3\xad\x43\xfa\x90\xd3\xab\x07\x68\x47\x4e\xcf\x3a\xbe\x36\xa2\xd3\x0d\x39\x3d\x43\x4e\xaf\x1e\x5c\x36\x83\x68\xc5\xc1\x39\xed\x01\xda\x07\xd8\x3c\xc0\xe6\x93\x74\xf9\xa4\x90\x1b\x11\xf5\x3b\xc0\x66\x84\xf7\xea\x61\xc9\xa0\xb8\x67\x48\xed\x55\x42\xd6\x0d\x19\x3d\x1b\x91\xcb\x31\x35\x06\x07\x19\x08\xe7\xd5\x83\x01\x31\xa0\x87\x03\x93\xf8\x60\x40\x0c\x4c\x62\xb4\xf5\xea\xe1\x80\x00\x6d\x3d\x43\x4d\xaf\x92\xab\xdc\x10\xd5\xb3\x01\x91\x3c\x1c\x60\x91\x88\xc4\x90\xd8\xab\x04\xa0\x1b\x4a\x7b\x86\xc4\x5e\x3d\x2c\x04\x94\xf6\x0c\x19\xbd\x7a\xd8\x04\x90\xd1\xb3\xc1\x91\xc7\x21\x22\x06\x51\x3d\x43\x4d\xaf\x9e\xae\xcb\x17\x85\x9b\x42\xfa\x0e\xb4\xa3\xa6\x57\x0f\xa6\x06\xa2\x7a\x86\x9a\x5e\x3d\x40\x3b\xa2\x7a\x36\x40\xf1\x03\xb4\xa3\xad\x67\x03\x76\x79\x08\x7e\x41\x69\xcf\x90\xd8\xab\x67\xa9\x4e\x6e\x04\x50\x1f\x38\xce\xe0\xcc\x77\x40\x39\x49\xd2\x6e\x08\xee\xd9\xe0\xcc\xf7\x70\x7c\x36\x40\xef\x01\xe5\x3c\x2c\x19\xb2\xa8\x18\x62\x7c\xf5\x10\x2f\x86\x0a\x9f\xa1\xbb\x57\x0f\x91\x9a\x03\x48\x1f\x90\xd3\x73\xf5\x4f\xea\x04\xd2\x0f\xae\xcf\x51\x55\x27\x23\xcf\xf1\xee\xc0\x2b\x87\xe0\x5e\x3d\x98\xee\x83\xe3\x5d\x24\xf6\xea\xc5\x80\x40\x5b\xcf\x06\xe8\xad\xf8\xf5\xc1\xe1\xc8\x70\x92\x59\x2f\x0e\xa3\xd1\x19\x64\x02\x6a\x6e\x64\x86\x80\xf3\xe8\xee\x55\x45\xba\x93\xfb\xc5\x06\xa6\x3b\x09\xe7\x0d\xc1\x3d\x43\x70\xaf\x92\x67\xde\x50\xda\x33\xb4\xf5\x2a\xe9\x0d\x0d\x6d\x3d\x1b\xe0\x3c\xc9\xc1\x0c\xa5\x3d\x43\x5b\xaf\x5e\x2d\x04\x70\x1e\x19\xbd\x7a\x31\x20\x90\xd1\x33\x84\xf3\xea\x25\x1e\x67\x60\x88\x0f\x0c\x71\x45\xba\x8f\xa9\xcb\x19\x10\x6c\x85\x01\xa4\x93\x80\xa6\x5e\x8e\x77\x07\x98\x4c\x1e\x9a\x7a\x71\x57\x91\x8e\xc6\x06\x48\x7b\xb5\x3a\x40\xda\xb1\xb9\x51\x57\x21\xcf\x08\x72\xea\x72\xf3\xff\x40\x28\x50\xdc\xb3\x81\x1f\xef\x6a\x41\xe0\xc7\x1b\xc0\xf0\x65\x67\x40\x71\xcf\x90\xda\xab\x17\x33\x7b\x80\xb8\x03\xc4\xbd\x38\xb8\x06\x74\x16\xfd\xbd\x7a\x71\x70\x0d\x9c\x7b\xe8\xef\x55\x85\xd6\x0f\x60\x78\x10\x2f\x78\x89\x67\x1e\x20\xee\x00\x71\x2f\x66\x36\x12\x7d\x86\x44\x5f\xbd\x1c\xcd\xa1\xc6\x67\xca\xcc\x73\xb5\x20\x88\x02\x44\x7f\xaf\xde\xa3\x42\x06\x06\x8b\x1a\xc9\x7d\x9b\x9c\x59\x4c\xc0\xf5\xe2\x17\x45\x9b\xcf\x26\xc4\x57\x51\xf4\x48\xf4\x19\x12\x7d\xf5\xc2\x71\xd0\xe6\xb3\x09\xb8\x5e\x9c\xa5\x48\xf4\x19\x6a\x7c\x95\xfc\x5a\x86\x0c\x9f\xa1\xbf\x57\x1f\x66\xf6\x84\x0d\x4f\x8f\x85\xa9\xe4\xd7\xb2\x49\xbc\x20\xa2\x7c\x95\xc4\xff\x86\x36\x9f\x4d\xce\x93\x1f\xe6\xc1\x04\x86\x91\xe8\xab\xa4\xf9\xb7\x09\xe2\x92\x80\xa8\x3e\x96\xce\x84\x22\x23\xd1\x57\x1f\xe6\x01\x99\x87\x0c\xa5\xbe\xfa\x70\xab\x4e\xac\xf4\x09\x64\x3e\x78\x13\xda\x7c\x36\x61\xc3\x8f\xd0\x86\x09\x1b\x9e\x58\xe9\xcf\x5f\x66\x32\x04\xfb\x0c\x89\xbe\xfa\x08\x33\x46\xa2\xcf\x90\xe8\xab\x8f\x43\xe6\x09\x1b\x9e\xe0\xe8\x63\x63\x99\xe0\x28\xf2\x7d\x55\xe1\xfa\xa8\xf8\xd9\x04\x32\x1f\xc7\xd1\x13\x6e\x8b\x52\x5f\x55\xb8\xfe\xc4\x20\x47\xa9\xaf\x92\x35\xcb\x10\xec\x33\x94\xfa\xaa\x22\xf3\x27\xe8\x88\x52\x5f\x25\x6b\x96\x4d\x3c\x93\x93\x88\x98\xc7\x42\x40\xb7\xcf\x50\xea\xab\x8f\x9d\x61\x12\x44\x38\x01\x42\x04\xb5\x6d\x62\xba\x4f\x0e\x99\x1f\x26\x31\x62\x7e\x46\xf2\xa5\xaa\x18\x7e\xa4\xfd\x6c\x36\x06\x19\x9b\x01\x85\x3f\x9b\x98\xee\x6f\x72\x77\x4c\x77\x84\xfe\xaa\x02\xfb\x27\x27\xcf\x93\x83\x8c\x07\xc3\x9a\x80\x2b\xea\x7f\xf5\x2d\x06\x04\x7b\x1e\xa1\xbf\xaa\x57\x00\x26\xa6\xfb\x84\x1a\xbf\xad\xcb\x19\x10\xd0\x51\xd1\xfe\xa4\x7e\x32\xd4\xff\xaa\xa2\xfd\x27\x87\xcc\x13\xc8\x7c\xc4\x1c\x4f\x20\x93\xb4\x50\xf5\x1d\xa6\x0d\xb1\x33\x24\x89\xaa\x0f\x2e\x86\x86\xa0\x91\x24\xaa\xea\x15\x00\xa4\x04\x8d\x24\x51\x55\xaf\x00\x4c\xc0\x15\xf1\xc0\xfa\x20\x68\x64\x8e\x32\x54\x03\xab\xa2\xfd\xe7\xa2\xef\xb8\x29\x1f\xac\x8d\x24\x51\x36\x9d\xf7\x36\x05\xf6\x93\x24\xca\x10\x0f\x6c\x81\x97\x59\x26\x6e\x4a\x72\x45\xb5\xc0\xbe\x84\x94\xa0\x21\x25\xd8\x82\x16\x17\x6e\x4a\x14\x05\x1b\xa9\x16\x6c\xc2\x82\x51\x14\x6c\x64\x7b\x36\x84\x05\x6d\xba\x63\xb2\x05\xce\xbd\xc9\x0e\x65\xa8\x05\xb6\x80\xed\x3d\x41\x5a\x72\x45\x35\x05\xf6\x23\x21\x68\xa4\x85\x6a\x01\xaf\x31\x12\x82\x36\x1d\x70\x1b\xba\xe1\x86\xa0\xa0\x4d\x87\xd1\x46\x7a\x70\x23\x3b\x94\x21\x21\xd8\x02\x06\x39\xd9\xa1\x0c\x09\xc1\x16\xb4\x0c\x41\x5a\x94\x04\x9b\xa2\xfd\x11\x14\x34\x92\x44\xb5\xc0\x0e\x36\x1f\x8d\x7f\xdc\x48\xcb\x90\x97\x6e\x50\x12\x6c\x0a\xe8\x9f\xa4\x54\x46\x57\xb0\x05\xec\x79\x92\x43\xd9\x7c\x34\x9e\x43\x70\x74\x05\x8d\x6c\xb8\x2d\x10\x15\x82\xae\xa0\xa1\x24\xd8\x10\x13\x37\xf2\x40\x19\x99\x9f\x1a\x62\xe2\x86\xca\xa0\x21\x2f\xd8\x02\x71\xa2\xa8\x0c\x1a\xba\x82\x2d\xb0\x60\x11\x14\xb4\xe5\x80\xdb\x14\xe5\x8f\xae\xa0\xad\xc8\xc8\x13\xca\x44\xfe\x28\x43\x2d\xb0\x05\xce\xbb\x91\x09\xb4\x95\x68\x12\x2b\x0e\x61\x40\x43\x18\xb0\x85\xa5\x7f\xd2\x24\x63\x2e\xb1\xb8\x16\xa0\x8a\x3e\x60\x0b\xbc\xff\x85\x4c\xa0\x2d\xf7\x26\xb4\x80\x21\xbe\xf0\x72\x92\xa1\xaa\x05\x96\x0c\x89\xaa\x8c\xd4\x54\x2d\xe0\xae\x42\x11\xd0\xc8\x42\xd5\xc2\x53\x21\x77\xcf\x3c\x4d\xf6\xa3\x05\x54\xae\xc2\x80\xb0\x1f\xa1\x16\x68\x8b\xf4\x71\xe1\xd1\x78\x50\x71\x39\x0e\xb6\x88\x67\x0a\x0d\x40\x43\x03\xb0\xc5\xf8\xcf\x41\x99\x64\xb8\xb2\xe5\x20\xd9\x62\x54\x35\x34\xcd\x41\xb2\x21\x15\x6e\x88\x00\x1a\x42\x7f\x2d\xc2\xde\x56\xa3\x67\x8d\xcb\x4d\xff\xe4\x72\x37\xeb\x5b\x24\x3a\x04\x85\x3f\x43\xd3\xaf\x45\x82\x9f\x50\xf1\xb3\x35\xe8\x04\x9c\x6c\xe1\x84\x54\x7e\xad\xc8\x9b\x2e\xa8\xf8\xd9\x72\xf0\x69\x91\x19\x8d\x6e\x9f\x2d\x0f\xe3\x6b\x91\xe8\x3a\x54\xfc\x0c\xf9\xbe\x16\xab\xfe\xc9\x4c\x99\xd4\x49\x74\x1d\x2a\x7e\x86\x7c\x5f\x8b\x44\x70\x2c\x78\xde\x5a\x0c\x61\x63\xb0\x39\x5b\x59\x4e\xfe\x3c\x77\xbc\x17\x32\xcd\x17\x3d\xd2\x8c\x06\x9f\xd0\xf4\x6b\x64\x3f\x37\xa4\xfd\x6c\x81\x4f\x8a\xe1\x47\xe1\xcf\xd0\xf4\x6b\x51\x33\x1a\x7c\x5a\x9b\x26\xf1\x32\x0b\xba\x7d\x46\x8a\xb1\x16\x39\x6c\x44\xc5\xcf\x50\xea\x6b\x48\x84\x1b\xda\x7c\xb6\x0e\x23\x8f\xc5\x82\x44\x9f\x2d\x92\x95\x46\x36\x96\x05\x13\x44\xb7\xaf\x29\x86\x1f\xdd\x3e\x43\xa2\xaf\x45\x2d\x08\x48\x1f\x6a\x7c\x2d\x6e\xee\x8e\xed\x8d\x1a\x5f\x8b\x5b\x97\x53\x27\xc9\x4a\x23\xbb\xcd\x22\x7a\x05\x89\xbe\x16\x31\x63\x90\xe8\x33\x24\xfa\x5a\x24\x18\x7b\x71\x20\x8c\x44\x5f\x8b\x9c\x98\x20\xd1\x67\xa8\xf1\xb5\xc8\x89\x09\x6a\x7c\xb6\x49\xe9\x1b\x59\x4f\xa8\xf1\xd9\x0e\x8c\x27\xeb\x69\x63\x66\x6f\xf0\x29\xb2\x9e\x50\xe3\xb3\x4d\x06\xd3\xc8\x16\x84\x0c\x9f\x6d\x00\x26\xb1\x05\x6d\x00\x66\xbb\x0b\xb4\x25\x22\x38\x90\xe1\x33\x54\xf5\x5a\x22\x82\x03\x71\x3d\xdb\x6e\xef\x36\x54\xcb\x6d\x13\x93\x82\x48\x5e\x4b\x2e\xd0\x60\x88\xe4\xd9\x06\x60\xc8\x81\x66\x9b\xb3\x95\x0d\xc0\x24\x0e\x19\x37\x36\x2d\x5a\x79\x2d\x71\xe4\xb1\x39\x46\xd9\x64\x5a\x45\x8b\xdc\x36\x04\x6d\x67\x1a\xcf\x92\xd9\x00\x0c\x5a\x79\x2d\x71\xba\xb1\x49\xe4\xbe\x0b\x97\xb3\x64\x36\xa7\xc4\xdb\xcd\xd7\x86\xc2\xb8\x21\xae\x67\xa8\xea\xb5\xd4\x74\xf9\xa0\x70\x51\x58\x29\xdc\x14\xd2\x78\xd6\x11\x32\x7c\x86\xfe\x5e\x4b\x04\x6b\x20\xc3\x67\xa8\xe9\x35\xbd\x41\x80\x7e\x9e\x6d\x92\xec\x25\x96\x0c\x32\x7a\x86\x70\x5e\x4b\x44\x66\x6f\xa8\xdc\x6e\x8c\x27\x3b\x03\x32\x7a\xb6\x1b\xe3\x89\x4d\xb3\x89\x34\x41\x46\xaf\x25\x6c\x1a\x64\xf4\x0c\xc5\xbc\x96\xb0\x69\x50\xcc\x33\x34\xf2\x5a\xe2\xd0\x7e\xc3\xc5\x76\xa7\x49\x2c\x19\x54\xf1\x0c\x1d\xbc\x96\x88\xf5\x40\x07\xcf\x76\xa7\x9b\xac\x0e\x24\xef\x6c\x0f\x9a\x04\x17\x43\xf2\xce\x90\xbc\x6b\x89\x85\x80\xd6\x9d\xed\xc9\xdd\x61\x58\x1b\x58\xdb\xc0\x9a\x5e\x40\xd8\x04\xfc\xed\x49\x9d\x9a\xde\x93\x6e\x4e\xda\xc9\xce\x80\x54\x9e\x21\x8e\xd7\x8c\x58\xa4\xcd\x39\xf2\x76\x1f\x64\x33\xb6\x0b\x14\xf3\x6c\x3b\x17\x6b\x7a\x2b\x61\xe3\x7c\x44\x23\xaf\x19\x46\xfe\xe6\x14\x06\xc5\xbc\x66\x51\xff\x64\x82\x39\xe4\x35\x4b\x74\x93\x40\x95\xed\x90\xd7\xf4\xaa\x02\x32\x7a\xb6\xfd\xd8\xa6\x19\x8e\xad\x4d\x70\xf3\xde\xdc\x9d\xbd\x63\x73\x8e\x8c\xe0\x5e\x43\xdf\xdc\x36\xa1\x81\x08\xee\x35\xcb\xfa\x27\x13\x0c\x82\x66\x6c\x28\x08\xee\x19\x89\x02\x9b\x69\x75\x80\x8a\x1b\x82\x66\x5a\x1d\x10\x34\x04\xf7\x1a\xf2\xe8\xb6\xb1\x7a\x37\x58\x67\x38\xcb\x10\xdc\xb3\x7d\x19\x4f\x2d\x04\x10\x0c\x89\xbd\x66\x10\x9f\x0d\xc3\xda\x30\x2c\xbd\x63\x40\x62\x42\x43\x85\xaf\x19\xb1\x48\x1b\x86\x85\x18\x5f\x33\x88\x0f\x2a\x7c\x86\x0a\x5f\xd3\xdb\x08\xa4\x30\xb4\x13\xb8\x11\x73\xfe\x60\xe0\x1e\x60\x8d\xe4\x60\x76\xa0\x5d\x27\xd0\x4d\x16\x02\xea\x7d\x86\x42\x5f\x33\x16\x02\x42\x7d\x76\x22\x43\x87\x5f\x0c\xbd\x3e\x3b\x91\xc6\xc3\x9b\x50\xef\xb3\x13\x19\x90\xff\x83\x23\x8f\xc3\x01\x11\x9a\x7e\x0d\x3d\x76\x43\xcc\xcf\x50\xea\x6b\xc6\x91\x07\xf9\x14\x8d\x7c\x8a\xcd\x60\x5a\x07\xd7\xe2\x01\x47\xd1\x63\x37\x04\xfb\xec\x18\x03\xc3\xd2\x41\xb0\xcf\x8e\x23\x67\x33\xb6\x0b\xd4\xf8\xec\x18\x83\x7d\xf5\x4f\x1f\x6c\xb2\x32\x36\xe3\x80\x1d\x89\x3e\x43\x63\xaf\x19\x6f\x8c\x1d\x3c\x7e\x07\xc8\x34\x76\x06\xc4\xf5\xec\xc0\xc9\x32\x3b\x03\x1a\x7b\x76\x80\xcc\xcc\x7a\x42\x71\xcf\x0e\x98\xa7\xd7\x1f\x90\xd3\xb3\xe3\x7e\xbc\x96\x71\x14\x23\xa7\x67\x87\x8c\x9b\x99\xa5\x73\xa0\x5d\x08\xe8\xb5\x6c\xba\x9c\xbe\x83\x79\x7a\xa9\x01\xe5\x3c\x43\x39\xaf\x65\xde\x25\x46\x39\xcf\xd0\xc3\x6b\x7a\xa9\x01\x3d\x3c\x3b\x20\x19\xba\xf1\x86\xbc\x9d\x91\x4b\xb2\xe9\x55\x85\x83\x23\x0e\x95\xbb\x96\xf1\x09\xa3\x72\x67\xa4\x94\x6c\x19\xf7\x2f\x9a\x77\x86\xd8\x5d\xcb\xbc\x69\x4f\x66\x49\x43\xe5\xae\x65\x6c\x86\x03\x6b\x3b\x93\xa1\x23\x72\x0b\x95\x3b\x43\xd7\xae\x65\x22\xc9\x11\xb4\xb3\x03\x41\x23\x9d\xb1\x1d\x08\x1a\xba\x76\x2d\xe3\xd8\x42\xde\xce\xd0\xb5\x6b\x99\xe3\x3e\xe4\xed\x0c\x5d\xbb\x96\x39\xcd\x3e\x40\x11\x89\x22\x5b\xc6\x4a\x27\x5f\xa4\x21\x53\xd7\x32\x78\x7f\xc0\x12\xd4\xea\x5a\x5e\x74\x13\x5f\x1b\xc2\x74\x2d\x63\x33\x1c\x60\x03\x99\xba\x96\x35\x69\xb1\xeb\x0e\x99\xdf\xc9\x71\x6c\xc8\xd4\x19\xc2\x74\x4d\x2f\x4a\x1c\x4c\x38\x34\xe8\x9a\xde\x89\x38\x60\x09\x1a\x74\x2d\x43\x67\xc8\x4f\x69\x88\xcf\x35\xbd\xfe\x70\x41\x08\xe4\xe6\x5a\xe1\xf4\x0d\xd5\x39\x43\x4a\xae\x15\x4e\x37\x2e\x2f\xc2\xa2\x13\xd7\x0a\xb1\x1e\x97\x75\x4f\xee\xca\x46\x3e\x62\x23\x85\xa5\x5d\x88\x4f\xe1\xcc\xe2\xb2\xee\x2f\xeb\x5e\xaf\x3f\x5c\x56\xf1\x4d\xd4\x09\x36\x23\x3a\x67\x97\x55\x5c\xd0\x77\xb8\xd8\x60\xd7\x17\x73\xd3\x9b\x0e\xe8\xd2\x19\x82\x74\xad\x40\x67\x2e\xa7\x06\x97\xcc\xda\xa4\x63\xb4\xcb\x01\xc1\x85\x37\x15\xfc\x4d\x28\xd8\x19\x2a\x75\x8d\x94\xc3\x76\xf1\x76\x5d\x72\x70\x17\x38\xce\x05\x04\x2e\x20\xa0\x37\x1d\x90\xb5\xb3\xeb\xf6\x59\x2b\xb8\x6a\x11\xab\xb3\x9b\x69\x12\xc7\x13\x17\x1f\x16\x2a\x75\xad\xe0\xaa\x45\xac\xce\x50\xa9\x6b\x7a\xfd\xe1\x62\xad\x5d\x90\x41\xaf\x3f\xa0\x60\x67\xd7\x39\x55\x43\xc2\xde\x2e\x6e\x7f\x34\xeb\x5a\xe1\x85\x5d\xc4\xea\x0c\x41\xba\x56\x78\xe9\xe6\xe2\xc3\xba\xc0\x45\x59\x2a\xa4\x9d\xc0\x85\x5e\x7f\xb8\x48\x0f\xa0\x52\xd7\x10\xa6\xb7\x0b\x45\xba\x95\xc6\x33\x3f\x51\xb0\xb3\xdb\x78\x70\x44\x16\x5e\x1c\x5b\xb7\xf1\xe0\x30\x5f\x2f\x18\x82\x90\x5d\x2b\xc8\xeb\x5c\x1c\x5b\x17\x60\x29\x38\x77\x2e\xc0\x72\xe1\x4d\x7a\xd3\xe1\xa2\x47\x80\xc8\x5d\x2b\x90\x94\xcb\x01\xc1\xed\x34\x1e\x0e\x7e\x39\x20\xb8\x9d\x1b\x71\x12\x81\x2a\x9e\x5d\x70\xa9\x72\x12\x71\xc1\xa5\xeb\xa6\x62\xab\x70\xf0\xcb\x7b\x16\x68\xe4\xb5\x0a\xd2\x5e\x18\x16\x8a\x79\xad\x82\xb4\x48\xe5\x19\x1a\x79\xad\x26\x5d\xce\x80\x60\x4d\x56\x90\xf6\x72\x10\x7c\xe1\x62\x15\xe7\xce\x85\x8b\xa1\xad\xd7\x2a\x3e\xd6\x0b\xed\xba\x20\x98\x5e\x6a\xb8\x04\xfa\x5d\x07\xb2\x56\x89\xb6\xb8\x9c\x2f\xdc\x5f\x56\x54\xee\x0e\xed\xba\xca\x8a\x8a\xcb\x06\xc1\x3d\x43\x70\xaf\x55\x30\xf9\x72\x94\x70\xf1\x76\x55\xa8\x07\xda\x7a\x86\xb6\x5e\xab\x38\x62\x2e\x0c\xeb\x6e\xea\xe4\x70\x19\xa5\x3d\x43\x62\xaf\xd5\xae\x7f\x32\x15\xdd\xe9\xd5\xaa\xe6\xe7\xd6\x8d\x18\xa5\xae\xcb\x19\xf9\xc3\xdd\x09\xc1\x40\x93\xcf\x10\xe3\x6b\x15\x3e\x72\x71\x96\x21\xb8\xd7\xaa\xa6\x37\x50\x79\x2f\xcf\x08\xcf\x29\xa2\x7a\x76\x71\x81\xf9\xeb\x04\xff\x40\x28\x2e\x11\x7b\x17\x4e\xa6\x77\x0d\xee\x55\xdd\x3c\x40\x00\xfb\x72\xe8\x70\xb1\x3f\x2b\x07\xd7\x17\xfb\xf3\x82\xb8\xc8\xe3\xdb\xc5\xd4\xbc\x20\x6e\xd5\x2a\xc1\xd4\x44\xb7\xaf\x55\xfc\xa2\x97\xe3\x09\xe4\xfb\x5a\x65\x95\x3c\x42\x70\x1e\x9c\xac\x62\x94\x3e\x5e\x4d\x7b\xd0\x2f\xbd\x41\xf0\xa0\x5f\xc8\xf7\x35\xbd\x41\xf0\x78\x35\x0d\x31\xbf\x56\x61\x19\x88\xf9\xd9\xc3\x15\xd6\x38\xb8\x7e\x00\x36\x0a\x7f\xad\x01\xed\x88\xf9\x19\xc2\x7b\x4d\xaf\x15\x20\xbc\x67\x48\xed\xb5\x86\x1f\xe7\x25\xfd\xd3\x9f\x7f\x83\x65\x20\xbc\x67\x08\xef\xb5\x96\x68\x12\x0c\xeb\x81\xb8\x8d\x53\x38\x64\xf8\xec\x39\xc6\xb6\x06\xcb\x40\x86\xcf\xd0\xdf\x6b\x7a\x59\xe0\x01\xae\x08\xef\x35\x54\xeb\x0d\xe1\x3d\x7b\x30\x2c\x54\xeb\x0d\x71\x3d\x43\x55\xaf\x35\xce\xd6\x1e\xe0\xfa\x00\xd7\x86\x73\xe7\xa1\x00\x83\xd4\x5e\x6b\xc4\xb3\x3e\x0e\x5a\x51\xd5\x6b\x8d\xf7\xd5\x10\xd7\xb3\x07\x8e\x36\x50\xfc\xe1\x0a\x7b\xe0\x68\x83\xa0\xa3\xb8\x67\x0f\xab\xb2\xe1\x99\x44\x71\xcf\x90\xda\x6b\x8d\xb9\xff\x80\x4c\x84\xf7\x5a\x83\x8b\x23\xbc\x67\xcf\x41\xb2\x35\xce\xd4\x90\xe1\x33\xf4\xf7\x5a\x9b\xfa\xa7\x2e\xa7\x9d\x88\x50\x21\xbc\x67\x08\xef\x35\xbd\x56\xf0\x30\x35\x1f\xe8\xd8\xc0\x7b\x14\xf7\x0c\x55\xbd\xd6\x98\xc9\x88\xeb\xd9\x03\xf3\x1a\xc7\x67\x88\xeb\xd9\x03\xde\x1a\xd0\x8e\x8e\x9e\x21\xa0\xd7\x1a\x67\x6a\xe8\xe8\xd9\x9b\x5c\x8e\xcf\x05\xc9\x3c\x7b\xd0\x2e\x34\xe8\xed\xf1\xce\xeb\x9b\xd4\x49\x20\x1d\xca\x79\xf6\x30\x20\x1b\x81\x74\x0f\x24\x7b\x80\x16\x72\xf3\xf6\x20\x68\x0f\x03\xb2\x73\x28\xf6\x30\x20\x1f\xce\xb2\xae\x49\x0b\x68\x3d\x40\xab\x43\x3d\x1e\xa0\xf5\x00\xad\xae\xf9\x09\x68\xa1\xaa\xd7\x7a\xd2\xe5\xb4\x13\x67\x59\x07\xc5\x1f\xa0\xf5\x00\xad\xce\xd1\xf1\x03\x9f\x1e\xb6\x62\x87\xa4\x3c\xa2\x57\xd0\xdf\x6b\x5d\x93\x16\xf1\x14\x84\xf7\x5a\xc7\x56\x44\x5b\xcf\x1e\x48\xd6\xb1\x15\x1f\x48\xf6\xc0\xa5\x0e\x1f\x41\x7e\xcf\xd0\xdd\x6b\x1d\x1f\x3b\x82\x7b\xf6\xf0\x76\x75\xdc\x2b\x0f\x08\x7a\x78\xbb\xf4\x52\xc3\x03\x82\x1e\xa4\xaf\xfb\xf9\x57\x46\x9a\x2f\xa3\xc2\xd7\xba\x47\x46\xe4\xe0\xe7\x9e\x39\x00\x41\xdd\xcf\xbf\x72\x70\xb3\x30\x87\xc0\xe3\xf0\x99\x9c\x91\xe6\xcb\x01\x6f\x3c\xaf\x3f\xe4\xe0\xf4\x30\x07\xbc\xf1\x7d\x70\xa3\x48\x9d\x30\x41\x94\xe5\x33\x92\x7e\x39\xe0\x02\x23\xab\x78\x0e\x91\x3a\x23\x75\x3a\x26\xe7\xe0\x47\x9c\x39\x24\x46\x7e\x71\x77\x47\xa9\x8c\xea\x5f\x43\x59\x3e\x07\x72\xce\x06\x38\x63\xf7\x60\xa2\x8c\x22\x60\x0e\xd0\xc3\xee\x4a\x3a\x39\x90\x73\x36\x00\x56\xdd\x83\x89\x32\xc2\x80\x39\xe0\xb7\x47\x83\x3e\x07\xe3\x46\x80\x15\xef\x44\xe4\xe0\xbc\x30\xa3\x01\xd8\x78\xfd\x21\xa3\x01\x98\x51\xfd\x6b\xdd\x05\x44\x72\x30\x1a\x8f\x8d\xd8\x2f\x03\x92\xa9\x13\xce\xd8\x7d\x75\x64\x14\x01\x73\xc0\xc3\xdf\x1f\x7d\x77\x22\x99\xd1\x07\x6c\xdd\xd9\x7a\x0e\x99\xa1\xcb\x0c\xdd\xa3\x49\x99\xa1\xe3\x2c\x00\xb5\xfa\x8c\x4c\x60\x46\x1f\xb0\xf1\xf6\x44\x0e\x85\xe7\xee\x46\x65\xe3\xed\x89\x8c\x4c\x60\x46\x18\xb0\x8d\xc0\x20\x17\x7a\xe4\x38\xd8\x46\xa4\x9b\x64\xcd\x46\xf5\xaf\x8d\xc8\xd3\xac\x3c\x62\xf7\xae\xb5\x11\xb9\xbc\x32\xc8\x00\xe0\x70\xcf\x7e\x0e\xa4\xd2\x0e\x70\xc6\x91\x18\x10\x87\xc3\x8c\x30\x60\x43\xd7\x3e\x23\x0c\x98\x03\x07\x03\xe8\xda\xe7\xd0\xa8\xd3\x71\xb0\x8d\xcc\x3f\x3b\x3d\xc2\x18\x1d\x99\x26\x75\x9e\x11\xa7\x05\xa3\xd0\xf8\xce\xe5\x6e\xa8\x36\x5e\x90\xc8\xa1\xd3\x24\x50\x11\x09\xfb\x1c\x06\xdd\x04\x15\xfd\xb5\x87\xff\x4c\x28\x32\xaa\x81\x39\x60\xa9\x8e\xc6\x53\x1d\xd4\x8d\xa5\x3a\x1a\xcf\xca\x59\x5f\x46\x27\xb0\x8d\x4e\x27\x48\xbe\x1d\xf0\xb9\x8d\xce\x63\x99\x74\x02\xf2\x87\xe8\x7d\x0e\x93\x4e\x70\x94\x30\x06\x37\x5a\x5c\xce\x01\xc1\x18\xfc\x73\x33\x30\x38\xcd\xc6\xa4\xbb\x9b\xc1\xc6\x7c\x1d\x53\xff\x64\x95\x00\x84\x63\x31\x5a\x9b\xc9\x0b\xe6\x8d\x4d\xe1\x61\x60\x20\x6a\x08\xd4\x67\x94\x01\x73\xe0\x00\x73\x6c\x66\xdf\x61\x4e\x1d\x26\xc5\x61\x5c\x0f\xf3\x14\x4a\x37\xb4\xc8\x0e\x13\x0d\x43\x77\x1c\x96\x0e\xc9\xb7\xd1\x09\x6c\xe3\xd2\x4d\xf2\x6c\xa3\x05\xd8\xc6\x63\xe1\x3e\x9a\xc4\x59\xe5\x78\x5c\xfe\x98\x3e\xa0\xe3\xd0\x82\x20\xa5\x76\xc0\x93\x36\x03\x3d\x7a\x0c\x32\x9e\xb4\x19\xe8\xd1\xe3\xc1\x01\x99\x93\x05\x11\x81\xcc\x88\x27\x6d\xba\x79\x90\xd1\x10\xcc\x91\x03\xcc\xe9\x3a\x14\x39\x82\xa3\x28\x0a\xb6\xe9\xde\xce\x8c\xb0\x60\x46\x51\xb0\x4d\x27\x53\x39\x3a\xb1\xcb\x28\x0a\x36\xf4\xed\x73\x74\x62\x97\x11\x0f\x6c\xbc\x28\x91\x63\xe4\x72\x3c\x69\x33\xd1\x24\x20\x13\xf1\xc0\x36\x8d\x7f\x26\xda\x89\x5f\x6c\x66\xea\x4c\x34\x09\xd6\x86\x94\x7d\x8e\x89\xcb\x1d\x0f\xdb\xcc\xd4\xe9\xc6\x73\x46\x3c\xb0\x4d\x67\x58\x19\x0d\xc1\x8c\x24\x60\x9b\x2c\x1d\x94\x01\x33\xea\x7f\x8d\x37\x1d\x32\x22\x80\x19\xa1\xbf\x36\xdd\x24\xce\xe8\xfd\x65\x14\xfe\xda\x6c\x34\xc9\x21\x2c\x23\xe6\xd7\xd0\xa0\xcf\xe8\xf6\x65\x24\xfa\xda\x74\xeb\x22\x47\x27\x68\x39\xe2\x17\x9b\x1e\xcb\x9d\x11\xec\xcb\x28\xf5\x35\x84\xe9\xff\x3f\xc2\xee\x27\x87\x42\x5c\xc9\xf3\xfd\x3c\x57\x71\x77\xf0\x0e\x10\x61\x87\xa5\x9c\xbd\x71\xf7\x1e\x00\x83\x54\x83\xaa\xba\xba\x5d\xb5\xff\x56\xfa\x83\xd4\x52\x4d\x72\x70\x26\x08\xb0\x31\xf6\xcf\xf1\x8f\xef\x09\xc0\xbe\x80\xe8\xeb\xe7\xf8\x2e\x37\x9e\x94\xec\x3c\xb5\xde\xbc\xb8\xe6\x9e\xa7\x67\x6f\xee\x29\x6b\xe0\x03\x84\xd8\x9a\x7b\xb2\xef\xce\xcb\xd0\x35\xa3\xd4\x3c\xfb\xa5\xf3\x5d\xe7\x29\xd9\xb9\x2c\xac\xd8\x96\x2f\x1c\x1b\xab\xed\xb4\x05\x01\xef\x05\xf0\x5e\x3f\xa7\x7b\x2e\x47\x37\xa0\xf6\xfa\xb9\x22\x92\x81\xb8\x17\x50\x7b\xfd\x7c\x74\x9e\xbc\xa1\xe9\x75\x0c\xfa\x00\xd5\x8b\x4d\x32\xf4\x7c\x74\x69\xe9\x5a\x00\xe7\xf5\xd3\x6e\xb3\x0d\xaf\x63\x78\xf6\xd7\xe5\xc3\xb3\x73\x74\x4f\x1b\x0b\xa8\x5e\xc0\xe8\xf5\xeb\xe7\xf2\x53\xe7\xc9\xda\xf5\xf3\x44\xa7\x77\x24\x95\x70\x6d\xa6\xcd\xa9\xf3\x64\xed\x5a\x35\x14\x01\xa3\x17\x30\x7a\xfd\xda\xbe\xcb\xbd\x23\xf9\x85\xeb\x5b\x08\x97\x77\x44\xeb\xae\x6f\xce\x5f\xee\x29\x6d\x7a\x7d\x73\xfe\x72\x39\xf7\xd5\xf7\x0b\x81\x98\x17\x9b\x5c\x80\xaf\x12\x62\xbb\x8d\x12\xa7\xf4\x4a\x73\x89\xd6\x6d\x64\xed\xfa\x66\xf2\xd4\xfa\xd4\xf9\x66\xce\x4f\x23\xcf\xbe\xbb\x9a\x86\xa6\x55\x3c\x8d\x52\x77\xf9\x63\x94\xc8\xda\xd5\x3d\xe6\xe3\x9e\x3c\xd5\xab\x3c\xe6\x63\xe4\x1f\x03\x42\xfc\x51\xf1\x62\x53\x97\x71\x7d\x73\xfe\xd1\x4f\xce\xe8\x35\x5c\xfe\xba\xa7\xac\xc1\x35\xf4\x93\xd6\x21\xe6\xf5\x6b\xb8\xfc\x35\xf2\xb4\xee\x3a\xf5\xf3\xd5\x10\xad\xbb\xd8\x62\x88\x79\x81\x98\xd7\xaf\xf5\x41\x5c\x20\xe6\xc5\x4e\xeb\x2e\x06\xda\x4e\xeb\x76\x1e\xea\xb5\x4a\x57\x03\x46\x2f\x60\xf4\xfa\xc5\x40\x43\xcc\x0b\x8c\xbc\x8e\x80\x1f\xfb\x12\xb9\xc0\xc1\xeb\x08\xf8\xb1\xaf\x70\x7f\xc0\xe1\xf5\x8b\xd9\x85\x8a\x17\x70\x78\xfd\x9a\xfa\x49\xeb\x76\x6e\xab\x4f\x14\x02\x1c\x2f\x76\xe6\xe1\x65\x75\xec\xcc\xc3\x9d\x79\x78\x59\x1d\x3b\xf3\x70\x17\x52\xbc\x56\x3d\x6b\xec\x54\x11\x4d\xaf\x5f\xaf\x2e\xed\x5a\xa7\x8a\x17\x5b\x0c\x5b\x2f\x76\xe6\xe1\xbd\xbe\x8a\x8e\x9d\x79\x88\xad\xd7\xef\xdf\x77\xa6\xcb\x19\x7d\xf7\xf6\xb7\x1c\x8a\x40\xdc\x8b\x9d\x9d\x77\x6f\x1e\x22\x8c\x2b\x47\xf7\xb6\x33\xc0\xe9\xc5\xce\xce\x83\xf1\x8f\x9d\x8e\x62\xe5\xf5\x7b\x95\x82\xc7\xce\xa4\xdb\x39\xba\xbe\x89\x88\x9d\x49\x87\x9c\xd7\xef\x70\x4f\x9a\xb7\x8b\xe3\xdd\x61\xb0\xbb\xd1\x62\x93\xdd\xe9\x05\xf6\xef\x4c\x0d\x35\x63\xd0\x35\x44\xf3\x7c\xe9\x10\x3b\x79\xdb\x57\xbd\x6f\xbf\x2d\x1d\xe4\xbc\xd8\x19\x6a\x77\xff\xce\xf4\xfe\x25\x08\xee\xae\x75\x16\xd6\x4e\x8a\x7c\xd4\x10\x78\x78\x81\x87\xd7\x6f\x9b\xc0\x4e\x9f\x10\xf0\xfa\x6d\x13\x00\xc2\x0b\x04\xbc\x7e\xaf\x44\x56\xec\xf4\x69\x3f\x0d\xf2\x0a\x96\x06\x3a\x5e\xe0\xe1\xf5\x9b\x89\xb4\xd3\x27\x58\xbc\xee\x4b\x87\x40\xc7\x0b\xe8\xbb\xee\x4b\x87\x80\xbe\x0b\xe8\xbb\x7e\x5f\xfa\x49\xb4\x10\xf0\xfa\xcd\x8d\xd9\x97\x87\x1b\x08\x78\xfd\xfe\x56\xc9\xe5\x6d\x32\xd0\x6e\xc6\x14\xf4\x5d\xec\xca\x3a\xc0\xf9\x03\x08\x2f\x50\xee\xfa\x6d\x67\x40\xb9\x8b\x7d\xea\x12\x3f\x64\x27\x5a\x10\x76\xfd\x7e\x4d\x86\xa9\xf3\x8a\x35\xe6\x4f\x43\x8f\xc9\xb0\xac\xaf\x3e\xd9\x38\xfb\xe3\x1d\x49\x3a\xcc\xcd\x7b\x7f\xb4\x4e\xb4\xe6\x6e\xe4\x1f\xef\x9d\x68\xcd\x6f\x2a\x12\xad\x9d\x68\xcd\x6f\x2a\xbe\x26\x03\xd1\x9a\x54\x1c\xd0\x2e\x00\xed\xfa\x3c\x34\x44\x9f\xb0\xeb\xfa\x64\xb9\x1c\xf4\x09\xbb\xae\x4f\x46\x3f\x76\x5d\x60\xd0\x75\xcc\xfc\x80\xa2\x0b\x0c\xba\x3e\x57\x18\x28\x8e\x15\x02\x8b\x43\x35\xd8\xa4\xf7\x50\x74\x71\x6c\x9e\x68\xc5\x86\x02\x8a\x2e\x60\xe6\xfa\x6c\xdf\xe5\x8f\x83\xba\xb4\x0a\x7f\xe2\xe0\x94\x1e\xbb\x51\xea\xba\xb4\xec\xad\x38\xf8\x9f\xb3\xbe\x33\xdd\x93\x96\xf8\x00\x21\xd0\xe6\xe2\x10\x2c\x9b\xec\xfa\x63\xa5\x27\xe2\xa0\x25\x93\x9b\x7d\xd0\x92\x83\xd9\x35\x87\x2e\x85\x01\x51\x37\x36\x4f\x67\x2e\xb9\x89\x83\x57\x39\x4f\x43\x17\x1e\x93\xb0\x4c\x2a\x7e\xac\x78\x5a\x60\xcf\xf5\xc9\x72\x81\xa0\x8b\x23\xf5\xf3\x76\x66\xea\xa7\xf4\x84\x0f\x10\xe2\x48\xe3\xc9\xab\x9c\x6c\x1c\x5c\xba\x00\xa4\xeb\x50\xfb\x71\xa4\x86\x94\x75\xf8\x00\x21\x70\xe9\x02\x90\xae\x4f\x1e\x35\x2e\x5d\x00\xd2\xf5\xf9\x7c\x67\x7a\xc5\xac\xb6\xc9\xa3\x3e\x56\xb2\x22\x0e\x06\xda\x64\xce\x80\xd5\xc5\x41\xac\xa6\x39\x0f\x41\x17\xa0\x73\xfd\xf9\x7d\x07\x9d\xc9\xec\xf2\x55\x42\x40\xc9\x05\x94\x5c\x7f\x76\x03\x52\x1a\xe2\x40\x3e\xe4\xf7\xa8\xef\xf2\xd7\x41\x03\xc2\x81\xc4\x97\xeb\x50\xfb\x71\xb0\xb0\x0e\x16\x96\xcf\x0a\x02\x6d\x2e\x60\xe6\xfa\xc3\xa7\x3d\x86\x19\xc2\x98\x7a\xc2\x3d\x4f\x97\x73\x07\x9f\x55\xa9\x19\x07\x77\xf0\x10\x56\x7b\xd6\xf7\xfd\x01\x2c\x17\x87\x04\xc1\xf3\xcd\xf9\x4b\x97\xd4\x65\x3c\xdf\x9c\x27\x41\xf8\x72\xfd\x61\x98\x1f\x97\xc7\x94\xf7\x7c\xbe\xe9\x7d\x99\x0c\xb2\x06\xcf\x37\xbd\x6f\xf7\x5c\x21\xb7\xfe\x74\x0d\xdd\x26\xed\xed\x31\x85\x96\x0e\x66\xd7\x21\xac\xf6\x7c\xd3\x9b\x37\x79\x30\xbb\x7c\x4e\x10\x07\xb3\x0b\x89\xae\x3f\xa2\x48\x10\x74\x81\x3d\xd7\x1f\xe6\xf6\xc1\x47\x3c\x14\xb9\xbe\xc7\x77\x50\xe7\x05\xf1\xdf\x30\x4a\xd4\xe6\x10\xaf\x57\x80\x1e\xc0\x72\x71\x50\x9b\xf7\x1b\xba\xd7\x78\x52\x9b\xd7\x28\xe1\xcb\x45\xf0\xfc\xde\x95\xb0\x0e\x28\xb9\x80\x92\xeb\x6a\xcd\x23\x56\x94\x2c\xa0\xe4\xfa\x6b\x94\x82\x35\x84\x28\xd7\x5f\xa3\x04\x2c\x17\x41\xac\x5e\x61\x00\x0c\xb9\x08\x71\x31\xb5\xe6\x11\x9c\x3c\x28\xb9\xfe\x0e\x0d\x89\x8b\x85\xb8\xd8\x3b\xfe\xf6\xcf\xc1\x02\x75\x2e\x82\x55\xa4\x10\x3d\x62\x99\x43\x01\x37\xd7\xd5\x9c\x07\xce\x5c\xe0\xcc\xf5\xf7\x32\x06\xf4\x09\x67\xae\xab\x24\x0f\x48\xb9\x08\xe9\xd3\xd7\x0e\x06\x29\x17\x41\xb4\x5e\x81\x38\x48\xb9\x80\x94\xeb\xef\xed\xc9\xe8\x13\x88\x5c\x57\x49\x1e\x21\x14\x86\x1e\xd7\x55\x92\x47\x08\x70\x05\x5f\x51\xd1\x78\x40\xca\x45\x10\xad\x97\x9d\x17\x44\x2b\xe8\xd3\x4b\x36\x50\xe7\x02\x59\xae\xbf\x4c\x3a\x80\xb9\x08\x52\xf4\xae\x6c\x61\x44\xba\x7c\x85\xfd\x4b\xd1\x78\x04\x29\x82\x9b\xab\x9f\xad\x12\x67\x2e\x70\xe6\xea\x27\x14\x16\xec\xa6\x58\x52\x54\x3f\x5b\x25\xf8\x5c\xc4\x0a\x7e\xd5\xcf\x56\x19\xdd\x78\x76\x0d\x51\x08\x28\xba\xc0\xa0\xab\x1f\x03\x2d\x88\x16\x06\x5d\xfd\x56\x19\x5f\x84\x50\x58\x2c\x25\x2b\x8c\xf7\xc0\xa7\x0b\x60\xba\xfa\xd9\x2a\xf1\xe9\x02\x91\xae\x80\xdf\x23\xca\x3b\x2a\xf7\x34\xf7\xf1\xe9\x02\x67\xae\x14\x78\x07\xce\x5c\xc4\xf0\x98\xdf\xdc\x1f\xdf\x99\x73\x1d\xfc\xa6\xb9\x68\x17\xb2\x5c\x29\xdb\x8e\x38\xbd\xe2\xa5\x5d\xf5\x2b\x03\x72\x6a\x7d\x99\x5d\xf5\xb3\xad\xa1\xc7\x45\x2c\xd1\xaa\x1f\x5b\x2c\x18\x53\xb1\x8c\xa9\xfa\xd9\xac\xb0\xe4\x22\x2e\xf7\x5c\x1f\x07\x05\x96\x5c\xc4\x65\x90\x45\xa6\xb0\xe4\x22\x6e\x97\x7f\xb3\x4e\xb4\x2b\x6e\x4f\x34\xbf\x83\x06\xf9\x36\x20\xdf\x04\xa3\x4f\x40\x6f\xa5\x46\x3a\xf0\xde\x22\x56\x35\x58\x6d\x3f\x6f\x93\x3e\xa1\xbf\xd5\xf6\x4d\x1b\x66\x57\x2c\xb3\xab\x54\x53\x47\x4c\x8f\xb9\xac\xaf\xda\x78\xbf\xc1\x57\x84\x6f\xab\x4d\x04\x15\xc5\x2d\xe0\xdb\x6a\x13\x2c\x8d\xd7\x99\x4b\xd0\x6a\x3b\xb4\x2e\xda\x15\xcb\xe7\xab\xed\xf0\x3a\x18\x53\xb8\x6d\xb5\xd9\x6d\xb0\xd9\x02\x94\xad\xb6\x85\xd5\x0a\x6c\xb6\xc8\x9f\x7e\x9a\x0c\xd8\x6c\x91\x4b\xb4\x6a\x5b\x5f\x30\x47\x2e\x2b\x2a\xd0\xd8\x6a\xeb\xdf\x41\xf7\xdc\x0c\x08\x21\xc4\x66\x8b\xdc\x3c\x91\x4d\x20\xd9\x4d\xb9\x2c\xa5\x52\xdc\x1c\xb9\x04\x29\x20\xda\x6a\x1b\xee\xc9\x07\x83\x68\x2b\xd8\xf1\x80\x68\x8b\xdc\x75\x49\x1c\x27\xf7\xef\x9e\xc6\x93\xe1\x83\xdb\x16\x79\xb8\x27\x13\x1e\x8d\x2d\xa0\xd6\x6a\x63\xad\x63\xac\x45\x86\x2e\xdd\xdf\x41\x8f\x19\x1e\xd3\x5c\x42\x5c\x0b\x38\xb5\xda\x56\x3d\x4e\x24\xb5\xc9\xf4\x3a\x78\xaa\xc9\x1a\xca\x15\xb5\x2a\x35\xc7\x81\xb8\x16\x99\xde\x11\x1b\x07\x71\x2d\x30\xd6\x6a\x7b\x3c\x26\x09\xca\xa6\x75\xb9\x00\xc8\xb4\xc8\xa5\x2f\xa5\x68\x38\x20\xd3\x02\x24\xad\x76\xc1\xc7\x14\x39\xc7\x43\xab\x9d\x91\x92\xfd\x3b\x73\x75\x7e\x5f\x55\x36\x91\xdd\xd0\x2d\xbf\xac\xf6\x6f\x86\x94\xce\x2f\x2f\xad\xf6\x70\x4f\xd6\x10\x02\x5a\xed\xe1\x72\xd6\x50\x0e\xad\xa7\x01\x19\x86\x6e\xa9\x46\xed\xdf\x5c\xe2\xba\xe5\x70\x79\xfb\xce\xd4\x25\x1a\xb2\x33\xb7\x93\x86\xc0\xa2\xd5\x2e\x7a\x98\xfc\xb9\x3c\x35\xf4\x4d\x30\xfe\x5c\x9e\xfa\x29\x7a\x98\xc2\xe8\x70\x6a\xb5\x97\x86\xa8\x4d\x2e\xbb\xa9\xd4\x07\x47\x52\x1b\x8c\xb5\x52\x0a\x1c\x18\x6b\x91\xcb\x9f\xab\x7d\x55\xcf\x47\x52\x9b\xa4\x36\xbb\x7d\x13\x63\x2d\x72\x25\x20\x6b\xa7\x4b\xe0\x6a\x81\xaa\x56\x3b\x27\x0f\x5c\x2d\xf2\xd6\x90\x2d\x12\x63\x2d\xf2\xd6\x10\xcb\x3a\xe9\x52\xd2\xa5\xdd\xc6\x07\xbc\x16\x79\x1b\xa5\x55\x15\x10\x30\x6c\x91\x2b\x34\x5f\xfb\x63\x94\xa6\x7b\x4e\xf7\x7c\x35\x34\x4d\x86\xe9\x75\x7c\x73\x49\x68\x1e\x8d\xad\xf6\xf7\xbb\x7c\x3a\xb8\xa6\xe2\x22\x8c\xff\x8d\x41\x91\x7c\xc5\x5c\x56\x58\x21\x8d\x07\x7e\x5b\xe4\x72\x19\x4b\xa1\x6f\xe4\x63\x08\x97\x4d\x56\x87\x5d\x31\x29\x59\x2e\xb7\xb0\x8e\xdd\xe3\x0a\x5b\xe5\xb2\xc9\xea\x38\xbe\x33\x0d\xf6\x32\xcd\xea\x10\xd0\xce\xd7\xf4\x59\xde\x61\x1d\x36\xc0\xc6\x50\x6b\xcb\x2d\xac\x63\x51\x1b\xa2\x31\xd4\xda\xcf\x3d\x57\xe1\x57\x34\x36\x19\xfc\x5b\x1d\xf2\x35\x8d\x5b\xd8\x96\xa0\xd5\xb1\x8a\x60\x02\x13\x2e\xda\xa6\x75\xc1\x08\x84\xb8\x80\x86\xab\x63\x81\xe2\xa2\x91\x37\x68\xb8\x3a\xc8\x5b\xe3\x16\x42\xc3\x95\xa2\xdc\x68\x82\x51\x6d\x37\x4a\x36\xc0\x26\x18\x85\x17\x57\x10\xe1\x81\x10\x17\x8d\xbc\x29\xb5\x0d\x84\xb8\xc0\x84\x2b\xa5\xb6\xd1\x56\x61\x45\xb4\x65\x8b\xd5\x71\xe9\x27\x5b\xac\xad\x48\x7d\x1d\x66\x5f\x93\xab\x6c\x87\xce\x73\xe1\x9a\x5c\x25\x88\x5c\x1d\xa2\x73\x4d\x30\xbf\x85\x01\xa1\x79\x8d\x03\xd9\xc2\x78\x9a\xa7\x00\x73\x01\x29\x57\x87\xfd\xb3\x89\x4c\xb5\x74\xcf\x85\x5d\x88\xc6\x81\x84\x94\x2b\xdc\xf0\x80\x94\x8b\x96\xee\xf9\x7a\x4c\xea\xd8\x56\xd4\xaa\x8e\x55\xe7\x12\x00\x73\x81\x2c\x57\x87\x3d\x19\x52\x2e\x1a\xc9\x0c\x31\xb7\xc6\x57\x04\x91\xab\x30\x3f\x9b\xb4\x24\x88\x5c\xc5\xa6\xf3\xd2\x92\xad\xbb\x7c\x73\x4f\x3a\xda\xd8\x62\x61\x7e\x36\x21\xb0\xc6\x16\x0b\x7b\x72\x63\x8b\x35\xe2\x1a\x12\x98\xad\x7f\xf7\x7c\x1d\xf4\xec\x6c\x31\x44\xba\x0a\xf6\x1d\x22\x5d\x20\xd2\x55\x1c\x5a\x67\x8b\x21\xd2\x55\x30\xe5\x10\xe9\x02\x7c\xae\x42\xd4\x03\x5f\x2e\xda\x72\x2e\x2b\xd2\xd0\xf1\x2a\xdb\x70\xb9\x50\x5d\x1b\x5e\xf1\x92\xd3\x8a\xe6\x9e\xbc\x4a\x9c\xb8\x0a\x3a\x0a\x17\x17\x00\x71\x15\x76\xef\xc6\x16\x6b\x84\x30\xbe\x99\xcc\x81\xc4\x82\xab\xe0\x9c\xb4\x4b\xe7\x2f\xad\xd3\xd1\x26\x44\x8f\xfe\x56\xc1\xaf\x6b\x1c\xc8\x46\xde\x82\xb8\xe2\xbd\x05\xd0\x5b\xc5\x65\xd6\xb1\xc5\x30\xdd\x2a\x28\x6e\x9b\xe6\xfc\xd4\xa5\x6f\x7a\x93\xb7\xb6\x82\xf2\x15\xf7\x77\xa6\xd6\xc9\x5b\x08\xab\x81\xc0\x05\xfa\x5b\x85\xe0\x33\x08\x5c\x20\xbc\x55\x48\xcd\xb4\xc7\x78\x3e\xde\x91\x2d\x1d\xe1\x2d\xda\xeb\x89\xf8\x1f\x8d\xab\xd9\x5e\xcf\x2e\x47\x09\xe6\x16\x60\x6e\xa5\xc4\x36\x3a\xb1\xea\x74\x29\xe5\xe7\xbb\xc2\x8a\xce\xec\xca\xf5\xbf\x7f\x81\xe2\x16\xf0\x6d\x95\xf6\xf9\x2e\xb0\xd5\x29\x58\x52\xda\x4e\xc1\xfa\xd2\xac\x4a\x49\x46\xbc\xb7\xe8\x9b\x86\x58\x04\x9d\x57\x09\xf4\x56\x29\x3f\xdf\x29\x58\x5f\x5e\x61\xe5\xaa\x88\x89\x4e\x97\x80\xde\x2a\x8f\xef\xe0\xe5\xe0\x7a\xcc\x24\xbf\x9d\x2d\xd6\x0f\xfd\x24\xbf\x9d\x2d\xd6\x89\x55\x4a\x32\x76\x62\xd5\x0f\xf7\x5c\xdf\x79\x07\x08\x5c\xa0\xbf\x15\xec\x78\x80\xc0\x05\xec\x5b\xa5\x50\x32\xec\x5b\xc0\xbe\x55\x72\x4a\x60\xdf\xa2\x87\xce\x37\xfd\x54\x2e\x01\xfb\x56\xd9\xbf\xcb\x75\x3e\x34\x24\x35\xd3\x79\x93\x7d\xc9\x53\x25\x2f\xbd\xd3\x25\xd8\xb7\x82\x1d\x0f\xd8\xb7\xe8\xc4\x2a\x59\xac\x20\x70\xd1\xe9\x52\x5a\x08\x5d\x60\xab\x37\xf7\x34\xe7\x3b\xb1\xea\xcd\x3b\x12\x89\x46\x86\x8b\x4e\xac\x92\xc5\xda\x89\x15\x24\x5c\xa1\x96\x07\x16\x5c\xc0\xbe\x55\x0a\x85\xc0\xbe\x45\x5f\xa2\x53\x69\x21\xe0\xbd\x05\xd0\x5b\xe5\x6d\x90\x45\xe1\x81\xde\x2a\x15\xbf\x20\xbc\x45\x27\x41\xc9\x11\x87\x76\x8b\x3e\xb4\x2e\xe1\x02\xed\x16\x98\x6e\x95\x24\x1d\xda\x2d\x90\xda\x2a\x49\x3a\x44\x5b\x74\xa6\xdc\x5f\x1b\xfb\xdf\x19\x14\x9d\x9d\xd7\x4f\x6f\x95\x5d\xd2\xd9\x79\x9d\x49\xd7\xbe\xa5\x43\xb4\x3a\x07\xb2\xd1\xfb\x2e\x6e\xdf\x97\x76\x55\xfb\x7d\x97\x1b\x83\x65\xd9\x55\xb3\x09\x20\xc4\x45\xe7\x55\x36\xb9\x95\xce\xce\xeb\x4b\xd0\xaa\x7d\x4b\x67\xe9\x5a\xe0\xc5\x55\xe3\x98\xf5\xa5\x6b\xd1\xd9\x79\x8d\x3f\x8f\x25\x17\x9d\x49\xd7\x76\x83\x2d\x14\x86\x1e\x57\xed\x5b\x4f\xd3\x63\x2e\x41\xab\xc6\xc6\xe9\xac\xb7\x4e\x9f\x1a\x27\xbf\x0b\xd1\x03\xc5\x55\x13\xb6\x02\x8a\x8b\xbe\x0c\xad\x6a\xc2\x80\x5d\x0a\xb1\x3f\x3a\xcf\xc2\xee\x44\x0b\x28\xae\x9a\x58\x56\xe7\x55\x02\xc5\x55\x93\xd5\xec\x6a\x28\x3a\xaf\xb2\x89\x72\x77\x79\x45\xf4\xb8\x6a\x9c\x3d\xf4\xb8\xe8\x94\xac\xd9\x19\xd0\xe3\x02\x2f\xae\x9a\x5c\x65\xa9\x77\xc0\x84\xab\xb6\xe0\x39\x81\x09\x17\xb5\x79\x76\x7e\x5d\xf1\x2a\x8b\x57\xa9\xa6\x37\x80\xe2\xa2\x78\x95\x6d\x7d\x8a\x1a\x25\x44\x5f\x9b\xc7\x94\x96\xc4\x92\x0b\x10\xb9\x6a\xf2\xf3\x58\x72\x51\x6c\x31\xb5\xbc\x51\x6c\x31\x48\xb9\x6a\x8b\xa8\x13\x25\x04\x06\x29\x57\x4d\xec\xba\x96\x11\x16\xc8\x72\xd5\xa6\x86\x38\xa5\x38\x73\xd5\x04\xb4\x8b\xe6\x15\x03\x4d\x2d\x6f\x80\xcf\x05\xf8\x5c\x35\xd5\x2b\xe0\x73\x51\x0c\xb4\xf6\xb8\x9c\x81\x06\x37\x57\x60\xe2\x81\x33\x17\xc8\x72\xa5\xea\x37\x8a\x81\x56\x3c\xd5\x26\x3f\x0f\x30\x17\xc8\x72\x05\x11\x1e\x00\x73\x51\xcb\x4e\xab\xfe\xfb\xce\xd4\xd0\x92\xbe\x52\xe0\x1b\xc5\x16\x2b\xee\x6b\x37\xbd\x4b\xb5\x05\x4e\x5c\xf5\xdd\x8b\x53\x6d\x81\x13\x57\x0a\x7c\xa3\x44\xd0\x8a\x81\xd6\xf7\xef\x72\xaf\x98\x4f\x0b\x26\x1e\x50\x72\x51\x4b\x0f\xab\x2b\xe7\x2a\x99\xc7\x62\xb5\xf5\xf5\xb7\x57\x51\x4d\xeb\xd4\xb1\xf3\x54\x21\xe8\x02\x5f\xae\xba\xd5\x51\xc2\x6a\x30\x73\x05\x26\x1e\x68\x73\x81\x2f\x57\xdd\x6e\x53\xac\x36\x28\xb9\xea\xf9\x9d\xe9\x72\x92\xd9\x25\x2e\x8b\x64\x56\x69\x9d\x89\x54\xbc\x5f\x7c\xb9\xea\x82\xe4\xa5\xda\x02\x5f\xae\x3a\x5f\x01\x5f\x2e\x10\xe5\xaa\xdb\x43\x8a\x64\xe2\xcb\x95\xfa\xe0\xa8\x25\xa0\x01\x33\x57\x5d\x9d\x4b\xf1\x93\x6b\x18\xe4\x6f\x1d\x89\xb5\xc1\xcc\x55\xe7\x2b\x14\x71\xad\xd3\x63\xca\xf9\x03\xcb\x05\xa2\x5c\x75\x1b\x4b\x49\x71\x16\xef\x57\x25\x71\x94\xac\x41\x9d\x06\xe4\xd4\x3a\xa3\xaf\x04\xe0\x3a\xb3\x0b\x5f\x2e\x8a\x54\xaa\x24\x0e\x60\xb9\x40\x94\xab\xce\xd5\x00\x96\x0b\x28\xb9\xea\xdf\xe2\x12\x80\x2b\x46\x5f\xff\x16\x17\xa9\xac\xdb\x80\x88\xca\x01\xcb\x05\x94\x5c\x75\xb6\x18\x94\x5c\x40\xc9\x55\xff\x16\x17\xf3\x10\x51\xae\x3a\x5b\xac\x98\x87\x25\x54\x07\x7a\x1e\x50\x72\x51\xa2\x72\x0a\x91\x03\x58\x2e\xa0\xe4\xaa\x73\x35\xa0\xe4\xa2\xa6\x86\xa4\x90\xa0\xe4\x02\x4a\xae\xba\xfd\xa8\xc8\x2f\x94\x5c\xf5\x57\xe7\x39\xb8\x45\x7e\x4b\xf8\xaf\xc8\x2f\x78\x5c\xd5\xb7\x0c\x79\xbd\x00\x71\x55\xb6\x9e\x12\xbf\xab\x95\x90\xa8\x12\x13\x04\x88\x8b\xa2\xb4\xc5\x6a\xc3\x82\x0b\x2c\xb8\x2a\xb9\xd4\xc1\xc1\xc5\x82\xab\x12\x13\xc4\x82\x0b\x2c\xb8\xaa\xf5\x89\x5f\x80\xc0\x05\xfa\x5b\x95\xad\x67\xc8\x44\x0c\xd6\xa5\x3a\xe6\xc0\x82\x8b\x41\x93\x8b\xff\x31\x68\xf2\x60\x48\x96\x50\xf2\x60\x48\x02\xc4\x55\x71\xaf\x01\xe2\x02\x12\xae\xd4\x31\x07\x32\x5c\x40\xc2\x55\x2d\x08\x6e\xc0\xbe\x05\xec\x5b\x95\xda\x19\xbc\xb7\x40\x78\xab\x12\x5f\x1e\x87\xcb\x89\x6a\xfd\xb5\x8e\xfe\xc6\xa0\x00\x83\x0b\x14\xb8\x2a\x8b\x6c\x2c\xfd\x8d\x41\x71\xcb\x22\x83\x7f\x8b\xc1\x25\x2e\xe1\x20\xf8\xb7\x80\x7f\xab\x1a\xc6\x80\x95\x09\xff\x56\x5f\x91\x33\xee\x5b\xc0\xb8\x55\xd9\xc1\x86\x12\x8c\x41\x5c\xbf\x22\x67\x88\xb7\x80\x71\xab\xb2\x83\x0d\x06\xe5\x48\x63\x20\xa0\x3d\x14\x6b\x0c\x06\x65\x5d\x1a\x62\x50\x82\xba\x15\xc6\x7b\x0c\x06\x25\xb6\x5b\x95\x70\xe5\xa0\xa3\xa3\x99\x53\xeb\x6b\x94\x40\x7a\x0b\xa4\xb7\x2a\xfe\x3c\xd2\x5b\x0c\x39\x8b\xaf\xf2\x19\xf7\x2d\x06\x3f\xb9\xe4\x69\x71\xdf\x62\xb0\x47\xcb\xb6\x36\x24\x32\x86\x44\x46\x59\x79\x98\x70\x31\xba\x99\xa2\x0c\x01\x13\x2e\x06\x3f\xf9\x2b\x72\x46\x88\x8b\xc1\x4f\x2e\x4e\xfe\xe0\x27\x03\xc5\x55\x59\x64\x83\x9f\x0c\x0d\x57\x43\xe0\x1d\x21\x2e\xa0\xe1\x6a\xb0\x04\x11\xe2\x62\xd0\xe6\x61\xe5\x61\xc2\xc5\x60\xb9\x7e\xf5\xcc\x60\x70\x01\xff\x56\xc3\xca\x83\x7f\x8b\xb1\x84\xb7\xc6\xee\x1d\x09\x57\x0e\xe6\xec\xb0\x2b\x0e\x16\xeb\x20\xc3\xe3\x5b\x8e\x8c\x53\x4c\xb8\x1a\x9c\xfc\xa1\x96\x17\x05\xae\xc6\xf1\x9d\xe9\xd9\x4f\xf7\x94\xfb\x1d\x97\x7b\xf2\xbd\x87\x00\xec\x20\xc3\xe3\xfa\xce\xf4\x98\x42\x8b\x43\x76\x63\x08\xe6\x0f\xa5\x22\x43\x14\x11\xdb\x3d\x80\xe2\x02\x28\xae\x46\xfb\xce\xd4\x3a\x1d\x1d\xcd\x04\x63\x9c\x0e\xc6\xe9\x57\xc7\x3c\x18\xa7\x58\x70\x35\xbe\x35\xaa\x96\x77\x88\x22\x0e\x4e\x14\x16\x5c\x60\xc1\xd5\x50\xef\x80\x05\x17\xe8\x6f\x35\x04\xcb\x40\xe0\x62\x70\xb3\x47\xb9\x5c\x51\xc9\xe0\x66\x7f\xc5\xcd\xe3\x31\x6d\x98\xb1\x63\x7c\xf7\xd4\xf9\xd7\xb3\x0b\x96\x0d\x19\xdd\xc1\x62\x1d\xa2\x09\x83\xc5\x0a\x09\x57\x43\x11\x04\x16\x5c\x60\xc1\xd5\x60\x5d\x9e\xc4\xf5\xfc\x79\x76\x1b\xe0\xa9\xe8\x0d\x12\xae\x86\x64\x28\x32\x5c\x40\xc2\x15\x0a\x7c\x20\xc3\xc5\x49\x71\x07\x93\xf3\x64\xf0\x9e\x3f\x0d\x29\x83\x46\x86\x0b\x48\xb8\x1a\x42\x0c\x58\x70\x71\xb2\x6d\x87\xb4\xd4\x49\x5c\x4f\x5e\xfa\x78\xbe\x33\x57\xe7\x4f\xb6\xed\x10\xfe\x3d\xd9\xb6\xe8\x6f\x35\xec\x75\x27\xdb\x16\xf6\xad\xbe\xda\xe8\x93\xb8\xa2\xbf\xd5\x57\x06\x7d\x92\xca\x93\x54\x7e\xc5\xcd\xb0\x6f\x71\xf2\xd2\x4f\xc1\x32\xd8\xb7\x80\x7d\xab\x53\x65\x04\xec\x5b\x00\xbd\xd5\x69\x75\xe0\xbd\x05\xd0\x5b\x61\xbb\xc7\xc9\x38\x05\x7a\xab\x93\x4b\x84\xf7\x16\xe7\xca\xf2\x16\xe0\x7b\x9c\x8a\xdd\x4e\xa2\x7a\xda\xc1\x4e\x09\x97\x93\x97\x0e\xf8\x1e\x67\x7a\x47\xa9\x75\x89\x8c\x93\x19\x7b\x52\xda\xd3\xe2\x42\x86\x0b\x2c\xb8\x02\x7c\x8f\x93\x1d\x8a\xfe\x56\x27\x8f\x0a\x04\x2e\xd0\xdf\xea\xcc\xef\x4c\xef\x88\xa8\x02\xbe\xc7\x49\x54\x4f\xa2\x7a\x0a\x5b\x9c\x12\xc1\x27\x7f\xfe\x6c\x06\x99\x3f\x0f\x1e\x57\xa7\x65\x88\x1a\x17\xa8\x71\x75\x76\xad\xd3\x4f\xd4\xb8\x42\x81\x0f\xd4\xb8\x40\x8d\x2b\x14\xf8\x38\xd9\xb6\xa7\x88\xe4\x29\xe5\x81\x1a\x17\xa8\x71\x75\x8a\x44\x9f\x94\x16\x35\xae\xbe\x2a\x6a\xb8\xb8\xc0\x89\xab\x93\x97\x76\x0a\x07\x9c\x65\xe8\x7c\x4e\x70\x0a\x07\xa0\xc6\xd5\xc9\x66\x44\x8d\x8b\x93\xc1\x7b\x7e\xeb\x48\x0e\x08\x4a\xae\xce\x6f\xc9\xc8\x23\x43\xc9\xd5\x57\x45\x0d\x25\x17\x50\x72\x75\x2a\x2a\x80\x92\x0b\x28\xb9\x3a\xaf\xef\x9e\x5a\x17\x62\xf8\x4a\xab\x31\xe4\x02\x3c\xae\x4e\x91\x3e\xd4\xb8\xc0\x89\xab\xf3\x5b\x71\x72\x40\x27\x2b\xf8\x9c\x16\xec\x69\x94\x04\x0c\xce\xf9\xb7\x9f\x8d\x06\xce\x5c\x9c\x12\x44\xa7\x6c\xcc\xe9\xe3\x0b\xf0\xb9\x3a\x15\x91\xa2\xce\xc5\x29\x2e\x8a\x1b\x1f\x00\x73\x81\x2c\x57\x97\xcd\x0a\x60\x2e\xce\x15\x2a\x28\x34\xf8\xc0\x99\x0b\x64\xb9\xba\xbe\xe5\xa8\x86\xe6\x5c\xba\x5d\x97\x30\xf5\xa9\x74\xf9\x5c\x12\x5d\x97\xcd\x0a\x60\x2e\x90\xe5\xea\x12\xbb\x3e\x05\x4b\x4f\xe9\xe8\xeb\x5b\x79\x4a\x97\x21\xe5\xea\xab\xa6\x86\x94\x8b\x73\x15\x2b\xd7\x25\x9f\x7c\xca\xec\xe0\xc5\xd5\x57\x62\x0d\x1b\x17\xa7\x24\x0e\x1a\x7c\xc0\xc6\x05\x34\x5c\x5d\x12\x83\x27\x19\x86\x7f\xab\x4b\x44\xfa\xa2\xb8\x28\x70\xf5\xd5\x5d\x5f\x3e\xa9\x40\x81\xab\xcb\x2a\xb9\x44\x13\xae\x9f\x01\x69\xdf\xe5\xc3\xc1\xb5\x51\x5f\x1c\x33\x84\xb8\x80\x86\xab\x4b\xc4\xef\x62\xe3\x62\xc2\xd5\xb5\x3e\x8c\x8b\x4b\xb0\x14\x1a\xae\x2e\x99\x1d\x84\xb8\xb8\x28\xee\x57\xa1\x7d\x51\xdc\x8b\xe2\x5e\xd6\xd3\x45\x71\x2f\x8a\x7b\x89\x87\x5f\xbe\xb3\x00\x8a\xab\x8b\xcd\x78\x11\xd7\x4b\x60\xf3\xe6\xe8\xe2\xbe\xc5\x25\xb0\x79\xd3\x27\xdc\xb7\x00\x7c\xab\xdb\x78\x5e\x4c\x4e\xf8\xb7\xba\xd5\xb1\x5f\x74\x14\x05\xae\xb0\xc8\xe3\x52\x26\x83\x02\x57\x37\x25\x03\x83\x0b\xc0\xb7\xba\xa5\x64\x2f\xea\x78\xf1\xe7\xef\x6f\xe4\xf9\xf3\x17\xeb\xf2\x96\x7d\x05\x83\x8b\x8b\x43\x7e\xab\x06\xbb\x38\xe4\x08\x6f\x75\xcb\x1a\x20\xbc\xc5\xc5\x21\xbf\xc5\x86\x2e\x36\x23\xd0\x5b\xdd\xbc\xdf\x8b\xbc\x01\xbd\x15\x16\x79\x5c\x5d\xe7\x79\xe9\xb0\xe3\x01\xfb\x16\x17\xd1\xfa\x6a\x79\x2f\xa2\x75\xf1\xd2\x6f\x3e\xed\xe5\x43\x89\x8b\x68\xdd\xa4\xe8\xa2\x4f\xe8\x6f\x75\xb3\x82\x2f\x52\x74\x51\x9d\x9b\xc1\x8b\x05\x17\xd7\xd0\x79\x4b\x1b\x19\x2e\x2e\x49\xe6\x5b\x7e\x1e\x0b\x2e\x2e\xc1\xc7\x9b\x19\x7b\x09\x3e\xc2\xbe\x15\x6e\x78\xc0\xbe\xc5\xc5\xa3\x9e\x3e\xb6\x03\x81\x8b\x8b\xf3\xfc\x95\xd8\x82\xc0\xc5\x25\x63\x32\xb9\x85\xb0\x6f\x01\xfb\x56\x5f\x3d\x2b\xc2\x5b\x5c\x8c\xbe\x29\x7e\x87\xf7\x16\x40\x6f\x35\x85\xbe\x2f\x25\x2d\x97\x92\x96\xf9\xad\x0e\xf9\xe4\x4b\x1a\x65\x7e\x0b\x81\x5c\xc0\xbe\xd5\x54\x8b\x76\x91\x8b\x8b\xd1\x37\xbf\x17\xc7\xe8\x83\x7d\xab\xc9\x6a\x83\x7d\x0b\xd8\xb7\x9a\xe2\xe1\x17\xa3\xef\xa2\x21\xd8\xd9\x71\xd1\x90\x8b\x9f\x3c\x25\x86\x2e\x7e\x32\xfa\x5b\x4d\x61\x8b\x4b\x6e\x05\xfd\xad\xbe\x7a\xd6\x8b\xf3\x7c\x11\x96\x69\x0b\xba\xf8\xc9\x08\x6f\x05\xa8\x1d\x97\xa2\xe1\x8b\xda\x7c\xf5\xac\xb7\x30\x25\xa6\x5b\x4d\x7e\x12\xb4\x5b\xdc\x8a\x5f\x60\xb2\x03\xcc\x2d\x6e\xb1\xcb\x69\xbb\xb8\x69\xc8\xcd\x4f\x9e\xbc\x1f\xbc\xb7\xb8\xf9\xc9\x53\x50\xef\xa6\x21\xb7\xd8\xe5\x57\xa5\x0a\x02\x17\xb0\x6f\x35\xdf\xef\xf2\xd5\x4f\xd8\xb7\x9a\xb2\x99\xb7\xec\xf0\x2d\x0b\x83\x9d\x1d\x37\x3f\xf9\x26\x2c\x8f\xc4\xd0\x2d\x22\x79\xb3\xef\x1e\x73\xe9\x66\xdf\x41\xc2\xd5\x23\x5b\x84\x0c\x17\xf7\xe1\x9e\xac\x36\x80\xb8\xb8\x97\xf3\x5b\x5f\x3d\xeb\x2d\xce\x08\x10\x57\x0f\x5b\x0c\x20\x2e\x6e\xf6\xdd\x23\x9b\x09\x17\x17\x38\x71\x85\x9d\x1d\x37\x5d\x42\x8d\xab\x47\xb6\xe8\x66\xdf\xdd\xec\x3b\xec\xec\xb8\x65\x61\x6e\xf6\xdd\x43\xd6\x80\xe5\xe2\x96\x32\x7e\x64\x33\xf1\xe5\xe2\xa6\x60\x5f\xe5\x2b\xda\x5c\xe0\xc4\xd5\x23\xa8\x07\x17\x17\x38\x71\xf5\x30\xbb\xe0\xe2\x02\x27\xae\x1e\x1b\xca\xcd\xe8\xbb\x19\x7d\x4f\x73\x39\x53\x0e\x27\xae\x9e\xfe\x9d\xa9\x9f\xb4\xee\x61\x76\xdd\x52\xc6\x37\x57\xf8\xb1\x64\xe0\xe2\x02\x20\xae\x9e\xf1\xb7\x7f\x0e\x16\x37\x43\x0d\x3d\xae\x1e\xb5\xdc\x37\x43\xed\xa6\x79\x0f\x37\x06\x4b\x2e\x40\xe4\xea\xe1\xc6\xdc\x65\x0c\x08\xe1\x43\xf3\x6e\x42\x78\x13\xc2\x87\x1b\x83\x3a\x17\x77\x19\x18\x36\x19\xc0\x5c\xdc\xd4\xf1\xab\xaa\xbd\xb9\xc4\x20\x72\xf5\x88\xe3\xdd\xd4\xf1\x66\x69\x3d\x42\x76\x00\x73\x81\x17\x57\x8f\x78\xf8\xcd\xfb\xbd\xa9\xe3\x23\x64\x87\x1e\x17\x37\xef\xf7\xf9\x96\x0e\xef\x17\x2f\xae\x9e\x6f\xe9\x50\xc7\x9b\xdd\xf4\xf0\x6d\x60\xe3\x02\x13\xae\x1e\x21\xbb\x9b\x31\x85\x02\x57\x0f\xc5\xbd\x09\x21\xa8\x5b\xbd\x8c\xa9\x9b\x89\x74\xd3\x3c\x98\xec\x80\x78\x0b\x18\xb7\x7a\xbf\x05\x21\x36\x78\x33\x91\x5e\x49\x51\x88\xb7\xb8\x69\xde\xcb\x8d\xb9\x69\xde\x2d\x75\xfc\x1e\x2e\x97\x3a\xbe\x15\xbf\x00\x6a\xc7\x2d\x36\x78\x73\x74\x01\xb5\xe3\xe6\xe8\xde\x4b\xfa\xea\x15\x0e\x40\x88\x8b\x9b\x10\xbe\xf1\xdd\xd3\xc8\xab\x02\x7c\x05\xe2\x60\xe3\xe2\x66\x76\xbd\xcc\x84\x9b\xd9\x85\x1e\x57\xaf\xd0\x37\x7a\x5c\xdc\x84\x10\x65\x3b\x20\xde\x02\xd4\xad\x5e\x8a\x0b\xea\x16\x93\xdd\xf4\x52\x5c\x88\xb7\xc0\x76\xab\xaf\x14\x18\xe2\x2d\xa6\x24\x33\xd2\x74\x20\xbd\x05\xd2\x5b\x7d\xf5\xc1\x48\x6f\x81\xf4\x56\xaf\x8a\xa8\x49\xf3\xa6\xd8\xe0\xbb\xe8\x86\x81\xe2\x16\xf0\x6d\xf5\x95\x02\x4f\x99\x67\xf8\xb6\x7a\x4d\x9b\xb9\x7f\x97\x1b\x10\x09\x76\x30\xb7\x98\x32\xcf\xaf\x3d\x79\xca\x3c\x4f\x01\xc3\x57\x68\x09\xe1\x2d\x26\x47\xf7\xa5\xb8\x53\x3a\x1a\xf6\x6d\x7c\x55\xbf\x08\x6f\x31\x97\xa3\x3b\x60\x9d\x63\x52\xc7\xb9\xa4\x6f\xfc\xcc\x90\xe9\xf3\xd6\xb9\xa4\x6f\xfc\x4c\x86\xa9\x4c\x66\x2e\x47\x77\x60\x3d\xc7\x64\xa0\x01\xc4\x8d\xaf\xc0\x77\xca\x3c\xcf\xd0\x10\xcb\x7a\x8a\x1e\xe2\xc4\x0d\x58\xe7\x80\x8b\x8b\x99\x5a\x17\x06\x02\x88\x8b\x99\x1a\xe2\xa9\x4e\x42\x38\xd3\x3d\xc5\x5a\x31\xe4\x62\x36\xf7\xa4\x79\x93\x7d\x37\x9b\x7b\xca\xfd\x4d\x31\xc1\xd9\xf4\x53\xcd\x1c\x94\x5c\x80\xc7\x8d\x9f\xcd\x7f\xfa\xbc\x75\x76\xad\xcb\xe8\x4d\x25\xcb\x73\x59\x74\xe3\xf7\xcd\x25\xe1\xbf\xb9\xb4\x6e\xfc\x28\xd8\x64\xca\xcd\x25\x6b\xe3\x77\xb9\x27\x59\x9b\x4b\xd6\xc6\xef\x9b\x36\x64\x6d\x96\x77\x24\xc5\x3d\x45\xfa\x66\x69\x48\x29\xd3\xe4\xa9\xce\xd2\x10\xa3\x0f\x89\x2e\xe6\xf0\xec\xf2\x0b\x93\xa7\x0a\x48\x37\x7e\xf6\x79\x08\xba\x98\xcb\x0d\x1d\xbf\xc7\x8b\xf3\x21\xec\x1c\x06\x44\x40\x73\xf2\x3f\xe7\xe9\x9e\xb6\x74\x5c\xba\x98\xa7\x27\x7a\x8d\xbc\xd4\x0c\x3c\xdd\xf8\x09\xc4\x4c\x4e\x29\x4a\xdd\xf8\x51\x30\x78\xba\x98\x4b\x1c\xc7\x57\x49\x3c\x19\x92\x73\xb9\x98\x63\xfb\x79\x71\x6c\xc6\xb9\xc4\x71\x6c\x6c\xc6\xa9\xf4\x06\xb3\x6e\x6c\xdb\x77\xa6\xcb\x97\xdf\x39\xbe\xf2\xe2\xc9\xef\x04\xb2\x1b\xdb\x37\xbd\x7d\x32\x3b\x97\xe9\x38\x36\x1f\xb3\xc0\xda\x05\x9e\xdd\x80\x5e\x0e\x58\xbb\x98\x53\x97\x6c\xfe\x53\xc2\x65\x2e\x51\x1d\x9b\xaa\x10\xac\xbb\x98\xd3\xe5\xb6\x74\xac\xbb\x00\xb9\x1b\x9b\x0f\xca\xb1\xee\x62\x2e\x19\x1d\x5f\x21\x32\xe4\x5d\xcc\x47\x3f\x85\x57\xa6\xe8\x21\x0e\xde\xd8\xbe\xe9\x2d\x50\x08\x87\x37\x36\x41\x93\xc9\x43\x9d\xaf\x7b\x8a\x8f\x4c\x81\x42\x70\xbc\xb1\x09\x85\x4c\x86\xe4\x7c\x8d\xa7\x1c\xc0\xf4\x3d\xc8\x7c\xdd\x93\x3f\x37\xdf\xef\x9e\xaf\x83\x6b\xdb\x85\xd1\x8b\xe7\xa7\x21\x5b\x39\xa8\x5e\x3c\x3f\x03\x62\x21\x3c\xe4\xf7\x59\x82\x3b\x36\x1b\xf4\x23\x50\xf8\x6c\x06\x84\x19\x8b\xb4\x17\x68\x7a\x63\xbb\xfe\xfe\x2b\x8f\x47\xde\xfb\xd9\xf4\x57\xdc\xfe\xe1\xbe\x3e\xbb\xae\xa9\xe4\xc0\xd8\x8b\x67\x37\xae\xb6\x5f\xc4\xbd\xc0\xca\x1b\x9b\x74\x34\x64\x5e\x80\xe4\x8d\x4d\xe6\x19\x24\x2f\x40\xf2\xc6\xae\x7a\x09\x24\x2f\x40\xf2\xc6\xfe\x73\x4f\x3a\xfa\x2c\xe5\x1c\xbb\xc9\xfb\x30\x28\x91\xf3\xc6\xae\x2e\xe3\xe1\xe8\x22\xe7\x8d\xdd\x46\x8d\x9c\x17\x58\x79\x63\x37\x79\x41\xf2\x02\x0f\x6f\xec\xe6\xe9\x43\x08\x1f\x42\xb8\x2f\x74\x4f\x3c\x22\x7e\x58\x79\x63\x97\x79\x86\xcc\x8b\x27\xf5\xd3\xe4\x7d\x48\xe6\xb3\xcc\xc4\xb1\xcb\x83\x3d\xcc\x44\x38\xbd\xb1\xfb\x9c\xe8\x11\x1b\x84\xd3\x1b\xbb\xed\x17\x4e\x2f\x00\xf4\x06\x86\x72\x3c\xc2\x80\x0f\x1d\xdd\x55\x70\xe0\xe8\x05\x80\xde\xd8\xcd\xfd\x87\x9f\xfc\x74\xad\x0b\x2d\x82\xeb\xc5\xb3\xdc\xe5\xb1\x9b\xfb\x8f\xc2\x44\x8c\xbd\x01\xc1\x1c\x18\x7b\xf1\x74\x0d\xb1\x71\x31\xf6\x02\x4e\x6f\xec\xdc\x42\x38\xbd\x78\x96\xc6\x8e\xaf\x9a\x1a\x4e\x2f\x00\xf4\xc6\x2e\x98\x8f\xa3\x17\x0f\x71\xdd\x85\x42\x1e\x79\xef\x67\xe8\x12\xb7\x10\x32\x2f\x9e\x61\x40\x84\x42\x90\xf3\x02\x39\x6f\xec\xe2\xf6\xc8\x79\x81\x95\x37\xf6\x6f\xe9\x70\xb3\xb1\xf2\xc6\xae\xb0\xff\x21\x99\xcf\xe9\x9e\xbe\xb8\x05\xc9\x0b\x3c\xbc\xb1\x4b\x9f\x3d\x24\x13\x0f\x6f\xec\x02\x86\x0f\x43\xf2\x21\x99\x18\xca\x81\x87\x17\x78\x78\x63\xbf\xbf\x33\x3d\x26\x1d\xdd\x25\xc5\x1e\x3a\xfa\x50\x47\xb4\xe5\x78\x44\xe5\x10\xf0\xc6\xce\x1e\xc1\xbc\x0b\xb0\xbb\xb1\x2b\x7e\xc2\xbc\x0b\x94\xbb\xf1\x15\x63\xc3\xdb\xc5\x33\xdd\xd3\x26\xf0\xf8\x9c\xe4\x21\x99\xbb\xaf\x90\x1e\x76\x28\xd8\xdd\x38\xbe\xc5\xa5\x84\xf1\x59\x7a\x38\x8e\x9f\xcb\x09\x21\xf4\xdd\x38\x36\xfd\x54\x0d\x04\x72\x37\x8e\x6f\x1d\x71\xb3\x9f\x25\x92\xe3\x90\xea\x7a\x9e\xef\x9e\x6b\x6d\xa2\x2d\x07\xd6\x5d\x80\xdc\x8d\xaf\x32\x1b\xeb\x2e\x9e\x95\xaa\x1e\x87\x54\xd7\xf3\x6a\xfd\xd5\x3a\xc3\x07\x00\x2f\x9e\x57\xeb\xac\x60\x1c\xbc\x78\x96\x72\x8e\x83\xe1\x03\x79\x17\x2f\xc9\xfc\x6a\xb8\x5f\x92\xf9\xae\x84\xcb\x38\xd8\x38\x2f\x2f\x1d\xf9\x6e\x40\x30\x07\x00\x5e\x20\xdf\x8d\xaf\xb0\x1b\x00\x2f\x90\xef\xc6\xc1\x1a\x02\xc0\x8b\x77\x99\xa3\xe3\xb0\xb8\x5e\xb9\x95\x77\x73\x4f\x7b\xc8\x4b\x2a\xdf\x15\xe9\x1b\x87\x38\x23\x2a\x5e\xbc\xa4\xf2\x10\x49\x41\xc5\x0b\x38\xbc\x71\xf0\x15\x5f\x5e\xfa\xbb\xfc\xf2\x71\x88\x8b\x81\xe3\x05\x38\xde\x38\x54\x85\x80\xe3\xc5\x4b\x69\x61\x9d\xe3\x65\xb1\xbe\x87\x01\x29\xcf\x4e\x7e\x81\xf3\xc6\x57\x56\xfe\x72\xdd\x11\xf3\xc6\x21\x53\xf6\x4a\x58\xbf\xec\xd0\xaf\x82\xfc\x65\x87\xbe\xec\xd0\xc3\x16\x04\x95\x17\x18\x79\xe3\x50\x59\xf8\x12\xd5\x97\xc9\x79\xd8\x82\x10\xf3\xe2\x4d\x8f\x89\xef\xf0\x4a\x58\xbf\x44\xf5\x10\x5e\x79\x89\xea\x9b\x1e\xd3\xa7\x34\x30\x7a\x01\xa3\x37\x0e\x75\xb7\x30\x7a\x01\x9c\x37\xf0\x98\xe3\xe5\x7b\xbf\xcd\x3b\x52\x56\x0e\xa3\x17\xc0\x79\xe3\xb0\x49\xbd\xa4\x12\x1c\x6f\x1c\x6c\xb1\x57\xa0\xf0\x65\x33\x7e\xc5\xe2\x2f\x59\x7b\x97\x66\x8d\x90\xea\x7a\x55\x51\x23\xdf\x8d\x50\x27\xf8\xb2\x04\x71\xf0\x46\x08\x9a\xe0\xe0\xc5\xbb\x84\x6c\x04\x63\xea\x1d\x9e\x9d\x79\xf8\x15\x8b\xbf\xcc\x43\x8c\xbc\x11\xf0\x25\x50\x79\xf1\xb2\x04\xbf\x0a\x72\xa8\xbc\x78\x97\x90\x8d\x50\x33\xf5\xb2\x04\x81\xf3\xc6\x57\x2c\x8e\x9f\x17\x88\x79\x23\x6c\x52\x2f\xa7\xf9\x5d\x89\x88\x11\x7c\x44\xfc\xbc\x78\x69\x5d\xf0\x15\xf0\xf3\xe2\xbd\x3c\xbb\xf0\xca\x2b\xa4\x08\x87\x37\x22\xff\x3e\x42\x01\x99\x17\x58\x79\x23\xe4\x93\x41\xf2\x02\x0f\x6f\xc4\xb7\x74\xc8\x1b\x2c\xde\x40\x70\x8e\x97\xbc\xbd\xe4\x2d\xa4\x8e\xd1\xf1\xe2\x5d\x86\xe1\x08\x86\xda\xab\x04\x07\x16\x6f\x04\x43\xed\xe5\x3c\xbf\xec\xbc\x20\xc3\x2f\x81\x79\x09\x4c\x8a\x48\x63\xde\x05\xca\xdd\xc8\x15\xd8\xcc\xdf\x12\x98\xfc\x11\x18\x80\xdd\xc4\xbc\xcb\xdf\x0a\x03\x8e\x5c\xe9\xe8\xfc\x2d\x9b\x2c\x7f\xcb\x25\x1e\xca\x77\x13\xde\x2e\x7f\xcb\xfb\x1d\xb9\xd6\x53\x02\xda\xe5\x6f\xf9\xbb\x03\x60\x37\x01\xed\xf2\xb7\xb9\x7c\xd5\x7a\x24\x92\x5d\xfe\x96\xa4\x8c\x5c\xce\x73\x02\xda\x25\xa0\xdd\xc8\x4b\xeb\xcb\x32\x4b\x08\xbb\x91\x6b\x3d\xe5\x6f\xd7\xd0\xae\xa1\x5b\xe7\x77\xfd\xdc\x35\xb4\x76\xb0\xfc\xed\x1a\xda\x35\xb4\x6a\x7a\xf3\xb7\x6b\xe8\xd0\xf9\xa9\xa1\xc3\x3d\x69\x09\x14\x6f\xfe\x96\x96\x24\xca\xdd\xc8\x47\x3f\x0f\x0d\x2d\x8b\x6e\x28\xf4\xcd\x5f\x18\xba\x15\xce\x1b\x2a\x5f\x13\x7c\x2e\xc1\xe7\x46\x5b\xf1\x91\x04\x9f\xcb\x1f\x81\x69\xbb\x86\x42\x97\x96\xa4\x8c\x76\xe8\x52\x6a\x9d\xd5\x86\x66\x9b\xbf\xd4\xfa\x92\x94\xd1\xd2\x13\xa5\xc7\x24\x30\x2a\x5f\xf3\xb7\x3c\xdc\xfc\x2d\xd7\x76\xe0\xde\xe6\xaf\xe9\x27\x9f\xb6\x35\x6f\x73\xc9\x4d\xfe\x18\x68\xad\x19\xba\xa6\xf3\xcd\x3d\xfb\x77\xb9\x7b\x76\x97\x77\x5d\xea\x5e\x31\xd5\x69\x43\x97\xba\xc7\x5c\x3a\x33\xda\x70\xcf\x72\x26\xd5\x69\xa7\x01\x19\x5e\x31\xbb\xa9\x2d\xf7\x35\x7f\xc3\xeb\x18\x2e\x5f\x15\xda\xf9\x1b\x06\x84\xdd\xd4\xa6\xc9\x30\x0c\xc8\xd0\xfa\x34\xf2\xcb\x1b\x4d\xd0\xb9\xd1\xbe\x57\x3c\x74\x9e\x31\xd5\xa6\x2e\x9d\x5a\x67\x4c\xb5\xc7\x5c\x3a\x0d\x08\xd5\x69\x8f\x7e\x9e\x06\xe4\x34\xf2\xaf\xd6\x4f\x23\x4f\x8a\xda\xeb\xf2\x65\x6f\xe5\x8f\x14\xb5\x55\x1e\x97\xbf\xcb\xc8\x2f\xeb\x6b\x20\xce\xe6\xef\xd2\x10\xb3\xab\xff\x3c\xe6\xe5\x89\x96\xa1\x35\xfa\xa6\xa1\x4b\x43\xeb\x5b\x91\xd1\xb7\xaf\x21\x4f\xb4\x1c\xd6\xd1\x37\x8f\xb9\x2c\xb3\xc4\xac\x1b\x4a\x57\xf3\x77\xbb\xfc\x76\xf9\x4e\x04\xee\xef\xf2\xd7\x41\x8f\x39\x75\x7e\xd5\xb9\x8c\xbe\x7b\xc5\x53\xe7\x97\x17\x3b\xfa\x61\x90\xa7\xb7\xb9\x34\x6b\xf4\x43\xe7\xa7\x91\x9f\x1a\x3a\xb4\x3e\x4d\xef\xc7\x3d\xc3\xac\x7b\x8c\xfc\xe3\xf2\x30\xc1\x1e\x97\xaf\x24\xc7\xe8\xe9\x31\x1f\x73\x69\x39\xac\xa3\xa7\xc7\x7c\xdc\x73\x65\x3e\x06\xb4\x6d\x62\xdd\xe5\x6f\x99\x64\xa3\x37\xfd\x7c\x0d\xc8\x32\xc9\x46\x6f\x56\xc7\x6b\xe4\x99\x5d\x7d\x45\x7c\x12\xc8\x2e\x31\xeb\x46\x5f\x96\x4b\x62\xd6\x25\x12\xdd\xe8\x2b\xca\x9d\x48\x74\xb9\x31\xa6\x94\xae\x26\x2e\x5d\x22\xd1\x8d\x4e\x2a\xb7\x65\x5a\xe5\xb6\x19\x64\x52\x89\x44\x97\xdb\xee\xf2\x65\xd7\xe7\x46\xeb\xb6\x5d\xe7\x97\x3d\x92\x60\x75\xb9\x31\xa6\xfa\xa9\x4b\xcb\x8a\x4a\x78\xba\xa1\x20\x35\xb7\x5d\x97\x0e\x9d\xbf\xb4\x4e\xd6\xe0\xe9\x86\x82\xd4\x84\xa7\xcb\xed\x70\x39\xfd\xdc\x96\xc1\x94\xdb\xe1\xc5\xdd\x1a\x5a\xae\x69\x62\xd6\x8d\x4e\x54\x31\xeb\x12\xa5\x6e\x28\x48\xcd\x8d\xd6\x6d\xe2\x77\x7d\x1a\x4f\x5a\x87\x59\x37\x3a\x51\xdd\xd2\xe5\xe9\xf2\x47\x97\x96\x9e\xe5\xc6\x1a\x52\x66\x9a\x68\x73\xb9\x2d\x25\x1a\x65\xce\xa3\xcd\xe5\x46\x97\x6a\x33\x9e\x74\x69\x5b\x5e\xe1\xa8\x4d\x3f\xbb\xf1\xe4\x23\xd6\x2a\x00\xc8\xad\x6b\x9d\x58\xd5\xae\xa1\xee\x9e\xcb\x2b\x1c\x78\xb7\xb9\x51\x30\xec\xb9\x81\x77\x9b\xdb\x0a\xc7\xe5\xc6\x47\xac\x43\xeb\xe5\xbd\x0b\xab\xd5\xe1\xf2\xd2\xa5\xe1\xf2\xf8\xdb\xaf\x3c\x72\x1b\xee\x4d\xf3\x2a\x8c\x16\xcd\xdb\x18\x55\x8a\x48\x73\x23\x6f\xe0\x73\xa3\xcc\xfd\x6d\xe8\xef\xb2\xad\x46\xa5\xcb\x4f\x13\x4d\x20\xae\x2c\x88\xed\xd4\x10\xcd\xab\x95\x29\x4d\x44\xba\xdc\x04\xe2\xca\x26\x80\x3a\x97\x70\x73\xa3\x4e\x8f\x4b\xb4\xb6\xcb\x99\x97\xd7\x72\x79\x57\x8c\xaa\xb2\x7b\x83\xcf\xe5\x76\xbb\xfc\x72\xcf\xdb\xe5\xec\xa6\xba\xdd\xf3\xf6\x44\x7c\xc5\xba\x75\x9e\x3e\x61\xd0\x0d\xf5\x97\xb9\xd1\xa7\x8d\x3e\xd5\xf4\xec\xf4\x69\x13\x73\x2b\x1b\x35\x22\x5d\x22\xd2\x0d\x3c\xd9\x84\xa2\xcb\x4d\x24\x4d\xa9\x65\x82\xcf\x25\xf8\xdc\x50\x55\x99\xdb\xe3\x89\xe8\x13\x20\x6c\x6e\xcf\x77\xf9\x74\xd0\xab\x7e\xf4\x73\x79\x87\x63\x7c\xf3\x94\x14\x61\xd0\x8d\xf1\xcd\x53\x52\xb4\x91\x22\x55\x95\x89\x4f\x97\xc0\x74\x03\x25\x36\xb7\x57\xeb\xc2\x6b\xe3\x9b\xbc\xef\xd7\xd0\xeb\xe0\xba\x27\x22\x5d\x62\xd0\x8d\x41\xc5\x77\xa6\xdc\xbe\x4a\x45\xc6\x60\x65\xec\xcb\x57\xcc\x7d\x59\x74\x63\x2c\xff\x33\xf7\x95\xdf\x4d\x44\xba\x31\x56\x09\x46\xee\xcb\x73\x4c\x60\xba\x31\x96\x31\x9d\xfb\xe6\x9e\x2b\xc9\x31\xc6\x8a\xf8\xe4\xce\xe8\xdb\x69\xde\x58\xc6\x74\xc2\xd4\xe5\xce\xbe\xc3\x93\x4d\x44\xba\xc4\xa0\x1b\xc3\xfc\x44\x9d\x4b\xb8\xb9\x31\xfa\x77\xa6\x2e\x91\x37\x20\xd8\xdc\x59\x6d\x20\x72\x63\xac\x0c\x79\xee\x94\x0c\x52\x6e\x0c\x26\xe7\x4e\xc9\x76\xe9\x89\x61\xd2\xee\x94\x6c\x5f\xc9\xdb\x31\x4e\xad\xaf\x20\x5b\xa2\xc6\x8d\x41\x32\x51\xe3\x12\x20\x6e\x0c\xf6\xc8\xbe\x4c\xab\xdc\x65\x0d\xf0\x59\x73\x67\x4c\xed\xcb\x15\x1b\xc3\xac\xdb\x9b\x33\xe5\x02\x06\x79\xdb\xbb\x67\x27\x30\xe3\x75\xcf\xae\xa1\x95\xcd\x1c\x27\x8b\x60\x5f\x21\xa9\xdc\x05\xf3\x4f\xb3\x6e\x67\x37\xed\x04\xe6\x64\x11\xec\xf5\x5d\xfe\x3a\xb8\x56\xdc\x3e\x34\xc4\xc6\x39\x37\xa3\x64\xbd\xef\x96\xf6\x49\xc9\xf6\xd3\x3d\x97\x01\x33\x4e\x4a\x86\xe2\x96\x3b\xcb\xe5\xfc\x5e\xf1\x65\x94\x88\xc0\x19\x26\xd8\xe5\xbd\x2f\x5b\x65\x9c\xa9\x4b\x97\xf7\x4e\x04\xce\xef\xbd\x13\x81\xfd\xd2\x4f\x62\xb5\xdf\xfa\x29\xf0\x7e\x36\x97\xdf\xfa\xb9\x04\x62\x9c\x36\xea\x9d\x32\xec\x94\xe1\x2c\x13\xec\x76\x4f\x81\xf7\x73\x98\xc9\xd3\xd0\x11\x81\xf3\x7b\xef\xd3\x9c\x27\x02\xe7\x65\x90\xa7\xcb\xa7\x2e\xd1\x25\xbc\xb7\x04\x7a\x1b\xe7\xed\x6d\x32\x52\x76\xca\x70\xde\xba\xf4\xb8\xa7\x28\xd2\x79\x7f\x97\xeb\x27\x7b\xe4\x9c\x5a\x27\x02\xbb\xf5\x7e\x3e\x5a\xb7\xde\xc1\xdc\x06\x46\x69\xee\xef\x77\xb9\x2e\x11\x2b\x30\xb7\x04\x73\x1b\x27\xb1\x02\x73\xcb\x83\x43\x76\xb2\x2e\x0f\x0e\xd9\x61\x15\x5f\xcb\x9f\xcf\xc3\x2a\x46\x78\x1b\xd7\x8a\x8b\xe5\xb1\x96\x6f\x1e\xbc\xb4\xcb\x5c\x42\x78\x4b\x4c\xb7\x71\x51\x30\x68\xb7\x3c\x38\x64\xd7\xfa\xee\x2f\xc1\xdc\xf2\xb0\x8a\xaf\xdd\xe5\x56\x31\xa6\xdb\xb8\xd6\x37\x50\x79\xac\xe5\x9b\x87\x90\xcd\xc5\x66\x44\x71\xcb\x83\x9b\x75\xad\xef\x2c\xf2\x58\xfe\x55\x1e\x3c\x2a\xb5\x72\x79\x58\xc5\x98\x6e\xe3\x5a\x01\xe2\x3c\xd6\x9a\x4e\x4c\xb7\x71\xd9\x0d\xc1\xdc\xf2\x10\xf2\xbe\x52\x3f\x53\x97\x58\x19\x57\xd7\xcf\x15\x96\x49\xa8\xb5\xa1\x02\x2e\x0f\xce\x13\x9c\xda\x50\x01\x97\x38\x6a\x79\x58\xc5\x17\xff\xf8\xe8\x9e\x7d\x45\x94\xc7\x35\x3c\x11\xef\x07\x40\x6d\x5c\x43\xeb\x5d\x43\xcc\x84\x6b\xa5\x3c\xf2\x60\x26\x1c\xf6\xf7\x8b\x04\x41\x9f\x25\xca\xd9\x00\x04\xcd\xc3\x56\x8e\x72\x36\xae\xdb\x3d\x4f\x67\x8a\xf0\x5e\xf3\xef\x0d\x8a\x83\x73\x02\x7a\x36\x80\x41\x13\xfb\x2c\x41\xcf\xc6\xf5\x18\x03\xce\x09\x04\xda\xb8\x1e\x73\xea\xd2\xa0\x25\x7e\xad\x7c\x72\x42\xa0\x25\xbe\xd9\xb8\xbe\x29\x69\xe1\x1e\xb6\xf4\xfb\x67\xb0\x2d\xdc\x83\xcb\x71\xf3\x6d\x60\xce\xf2\xb0\xa5\xdf\xf6\x4f\xb4\xb3\x3c\x04\x75\xef\x6f\xf6\x59\xa3\x87\xe4\xd8\xbd\x6b\xdd\x1a\x3d\xac\xd1\x7b\x55\x53\x27\xda\x59\x1e\xf2\x60\xf7\x37\xfb\x1e\xab\x44\x7c\xe4\x66\xd2\x1d\x76\xef\xc3\xee\x7d\x1f\x1e\xd3\xee\x0d\x81\x36\x6e\x1e\xcb\x61\xa3\x3e\x2c\xdc\x9b\x10\xe2\xa2\xe5\x61\x4f\x56\x83\x98\x10\x68\x19\xd6\xe8\xcd\xcd\x86\x40\x4b\xb4\xb3\x71\x93\x37\xb4\xb3\x04\x36\x1b\x37\xb3\x2b\xd6\x16\x9b\x50\x66\xe3\x5e\xb1\xa1\x0c\x2b\x0f\xd8\x6c\xdc\x5c\x0e\x44\xb3\x0c\x3e\x83\x22\xc2\xc4\x2e\x4b\xec\xb2\x71\x97\xd6\xd7\x6e\x9a\xd8\x65\xe3\x5e\x15\x66\x09\x5a\x96\xc1\x3d\xb8\x79\x02\x30\x65\x19\x96\xe3\x7d\xeb\x92\xa8\x07\x5a\xd9\xb8\x05\x4d\x42\xd4\x23\xac\x51\xa0\xcd\x44\x32\xcb\x10\x6b\xbd\x1f\x8f\x79\xe8\xbc\xed\xf7\xb6\x2b\x86\xed\x37\x42\xe7\x05\x4d\x50\xce\x12\xe5\x6c\xdc\x8f\x7b\x2e\x5f\x23\x51\xce\xc6\xfd\x78\xf6\xd0\x90\xd5\x7c\x73\x0f\x60\xca\x32\x24\x9b\xa6\x09\x16\x16\x6e\xf0\x19\xe6\xa6\x21\x7b\x72\x58\xcd\x93\x68\x85\x3d\x19\x6e\x6c\xcc\x95\xe6\xcd\x58\xce\x42\x86\xa4\xfd\x64\x61\xe1\x8c\x65\xf0\x04\xa6\xfd\x13\x36\x2c\x43\x58\x75\x9a\x4b\x61\x89\x87\xdd\x7b\xb2\x9b\x20\xc5\x12\x2f\x6c\xcc\x30\x20\xc3\x99\x6b\xa5\x8f\xc9\xd1\x05\x0a\x4b\xa0\xb0\x31\xd3\x3b\x62\xc2\x03\x85\x8d\xb9\x78\x53\x89\x10\x96\x41\x0c\x26\x6b\x3d\x4e\x03\x62\x4b\x9f\x34\x2f\x4e\xcf\xbe\x36\xdc\x31\xbb\xd6\x6f\x23\x6f\xc1\x02\x6d\x66\x58\xb0\x61\x53\xc5\xd4\xcc\x60\x6e\x23\x76\x8d\x49\xde\x80\xbb\x32\x2c\xd8\xc9\xec\x0a\x0b\x36\xac\xcd\x79\xba\xa7\xb5\x19\x8f\x67\xe7\xa9\xc6\xe3\xd9\x25\x5c\x80\x36\x13\xe2\x2b\x41\xbd\xc6\xb4\x27\xc7\x6b\x75\xf0\xd2\x81\x36\x33\xad\xb8\xfc\x69\x68\x7e\x07\x0f\x07\x75\x69\xf1\xa6\x12\xa3\x2b\x71\xb8\xc6\xb4\xd3\x26\x8b\x15\x95\x6b\x28\x37\xcc\xb4\x01\xa6\x65\x38\xc5\x71\x92\x19\x8b\xb5\x35\xe6\xeb\x9e\x42\x8a\x29\x7a\xa8\xdc\x30\x73\xad\xaa\x4c\x89\xe0\xc7\xac\xc3\xd3\xca\x94\xde\x55\x05\x98\xd0\x59\x99\xcb\x87\x1e\x8f\x6d\x2d\xd7\x64\xcf\x14\x28\x84\xa5\xcc\x64\x87\x02\x69\x8d\x87\x32\xe0\x69\x25\x82\xd6\x78\xba\x86\xec\x75\x08\x5a\xe3\x29\x4f\xb4\xc2\x86\x99\xf6\x3a\xb0\xc9\x4c\x7b\x5d\x0a\x14\x3e\xe4\x02\x64\x2b\x61\xb5\xc6\xb3\xaa\x57\x32\x9b\x27\x92\x89\x78\x4c\x86\x6c\x46\x49\xd2\xf6\x59\x1f\xd7\x66\x5a\x5c\x58\x5b\xe3\x39\xb5\xce\xf7\x4e\xbe\xb7\xa2\xbc\x04\xe0\xca\xb4\xb8\x1e\x33\x24\x2d\x2e\x1c\xae\xa1\x28\x2f\xe1\xb8\x12\x87\x6b\x3c\x97\xc7\x5c\x5f\xc2\x65\xb2\x97\x9f\x4b\xe7\x4b\x43\xe2\x8c\xcf\x65\xe8\x4a\x3f\xe5\x67\x9f\x6f\xda\x94\xb7\x29\xf8\xf8\x08\x29\x26\x23\x3a\x19\xd1\xcf\xf4\x3a\x18\xd1\x88\x5d\xe3\xf9\x26\x18\xef\x3c\xe5\x41\x1e\xf6\x1d\x7e\x57\xa6\x3c\xc8\x43\xeb\xd0\xbc\x12\xc6\x6b\x3c\xa2\x87\x68\x5e\x09\xe3\x35\x9e\x6f\xd6\x59\xda\xf8\x5d\xe3\xb1\x99\x02\x77\x65\x5a\xc5\xaf\xcd\x34\xed\xda\xa8\x5c\xe3\x5d\xf5\xac\x99\x6c\x70\xc8\xad\xf1\x32\xf6\x53\xa0\x30\xe5\x67\x5f\x91\xe8\xbc\x9d\xc9\xb2\x7e\x77\x93\xf6\x36\x4a\x36\xe8\x55\xa9\xf7\x37\x06\x45\xda\xa8\x41\xb3\xc6\x6b\xab\xcc\x69\x0c\x58\xd8\xaf\xe0\x5e\x0a\x03\x62\x67\x8d\x37\xcc\x29\x61\x40\x5c\xac\xa1\xe4\x2e\x93\xef\x0d\x8f\x35\xde\xf4\x10\x76\x6f\x78\xac\xf1\xa6\xfe\x72\xc8\x73\xa5\x6b\xc7\xdb\x4c\xc9\xe5\x9e\x67\x0a\x18\xbe\xcd\x44\xb3\xa5\xa7\x3c\xed\x4b\x1d\xf3\xd5\x90\x94\xec\x4b\x08\x61\xb5\x12\x2c\x6b\xbc\x8c\xbf\x7c\xbf\xcb\xd7\xa4\x78\x57\x7a\x3f\x11\xb4\xb2\x51\x9d\x77\x55\xc6\x64\x5b\x4e\x77\x36\x01\xc3\x77\x7c\x67\xa6\x83\xdd\xc1\xe6\x60\x39\xa8\xf3\xe2\xe1\x8d\xef\xdd\x56\xfd\xf4\x78\x85\x01\xdb\xa6\xa1\x65\xb5\xbf\x27\x81\x41\xde\x4a\xc8\xad\xf7\x5c\xd9\xec\x6c\x44\xab\xad\x08\xe3\x7b\x0a\x1c\xb4\xcd\x3d\x97\x76\xbd\xe7\xfe\x9d\x79\x3b\xf8\x38\xb8\x46\xa9\xd9\xfc\xe1\xb1\xc6\x6b\x91\x35\xfa\x04\x6c\xb5\x7f\x2b\xaf\x11\x98\x96\xdf\x27\xa5\xbb\x83\x9e\x28\xbf\x4f\x4a\xd7\xdb\x6c\xab\x2a\x24\xf1\xa6\x56\x55\xec\x3a\xe8\x72\x29\xcb\xf9\x75\x7e\x6d\xc6\x09\x70\xf4\xfb\xd9\x93\xdb\x34\x9e\x6b\xe4\x7f\x3f\x46\x1f\x1c\x50\xf6\xdd\x41\x71\x31\x04\x98\xec\xfe\x4d\xcc\xff\xf9\x67\x17\xc7\xeb\xfe\x11\x5f\x65\x61\x42\xbf\x64\xf7\x77\x60\x3f\x01\x0e\xe8\x97\x04\x7b\x39\x36\x36\x63\x5f\xe6\x7a\xf6\x65\x8b\x1f\x1b\x25\xeb\x16\x2e\x68\xcb\xae\x9e\x39\xb1\x5b\xb2\xaf\x85\xbb\x3f\x9e\x1d\x9e\x25\x71\x59\xf6\x4f\x5c\xbb\xd5\xdc\xd7\x2e\xbc\x3f\xdc\x57\x24\x96\x84\x60\xd9\x3f\x1d\xed\x96\x38\xa2\xca\xfe\xd8\x69\x11\x55\xb2\x5f\x2e\x3f\xbf\x33\x5d\xbe\xb6\xf4\xfd\x91\x46\x81\x59\x49\x60\x95\xfd\xe1\x5d\x74\xeb\xbe\xaf\x75\xbf\x3f\x42\x75\xdd\xba\xef\x2b\x7f\xb9\x3f\x97\x7b\x2e\x53\x20\xfb\x72\x97\xf7\x67\x95\x1b\x66\x17\xe1\xc7\x34\xd9\x1f\x7e\x08\xa6\x49\x82\x68\x1c\x41\x9f\x40\x34\xb2\x96\xec\x1f\xb1\x6a\x13\x12\x6b\x22\x7d\xa8\x7f\xc4\x4a\x47\xa6\x0f\xf5\xd3\x57\xc3\x47\xae\xbf\x06\xc8\x61\x90\x7d\x75\x7a\xa4\x69\xe3\xab\xd3\x3c\xfd\x7f\x7c\x13\x1f\x39\x19\xd1\xa7\xbf\x4f\x6e\x3f\x67\x5a\x08\x3e\xa1\x3a\x10\x6a\xd2\x27\x54\xe9\x4b\x87\x03\x01\x24\xfd\x97\x7d\xaa\xfa\x3d\xca\x41\xff\x04\x9d\xdf\xff\x34\x8f\xef\xa0\x15\x37\xfd\xed\xe7\x17\xbf\x9b\x2b\x07\x9f\xd3\x9f\xa6\x8d\x55\x12\x9a\x6a\x02\x53\xc1\xdf\x31\xd8\xcb\x0a\xfe\x52\x25\xdc\xe1\x6f\x7a\x52\x25\x5c\xaa\x7d\x3a\x4e\x0e\xb9\x7f\x14\xcd\xc7\x99\xa7\x51\x7a\x9d\xe9\x2f\xfe\x8e\x8b\x6d\xeb\x2f\xfe\x52\x26\xf7\xb8\xd6\x42\x68\xfe\xaf\xac\xfd\x56\xe4\x7c\xfd\xd9\xfe\x5f\x07\xd7\xfa\x6b\xd2\x36\x87\x7f\x14\x68\xbf\x55\x5e\xd3\xfc\x77\xcf\x01\x8b\xdf\xa4\x3c\x9a\x90\xe2\x31\x97\xda\x34\x21\xc5\x26\x18\x71\xb0\x71\x9a\x60\x44\x03\x80\x5e\xff\xb1\xf8\xc7\x9f\x8d\xf7\xd3\xe2\xfb\xef\xad\xef\xe0\x32\x67\x5a\xac\x33\xd7\x3f\x6a\xfd\xf1\x67\x63\xb5\xb5\xfc\xfe\xc6\x66\x79\x7e\x2d\x57\x45\x45\xa3\xb4\xeb\x7f\x68\xfe\xf8\xb3\x51\xda\x46\x04\x62\x5f\xaf\xb8\x11\x81\xf6\x21\xb7\x8e\xef\xe0\x2a\x2a\x69\x16\x6c\x1c\x6b\x69\x37\xb0\xa5\x66\x89\x2e\xfe\xf7\x5f\x07\x4f\x97\xfb\xdc\xfb\x58\x61\xa0\xd6\x97\xc1\xdb\x4c\xef\x38\x96\x7f\xdc\x4a\x43\x18\x1c\x11\x4b\xac\x1a\x06\x47\x33\x93\x03\xfa\xac\x99\xc9\xcd\xa4\x0d\x7f\xfa\xdb\x4c\xda\x76\xaa\x42\x69\xdf\xc1\xe5\x4a\xb5\xf3\xff\xa1\x00\xff\x3a\xb8\xac\xbd\x66\xd2\x2e\x50\xdf\x1f\x7f\x36\x93\xb6\x7d\x9f\xea\xf5\x65\x48\x36\x5f\xec\xb5\xeb\xe3\x9a\x2d\x4f\xa5\xf9\x62\xaf\x5d\x94\x16\x77\xa6\x5d\xcb\x6a\x6b\xdf\x57\x64\x72\x55\xed\xea\x0e\xbe\x1f\xf4\x6a\x3d\xa6\x85\xd0\x2c\x84\xa8\x65\x3b\x34\x0b\xa1\x4d\x68\xc5\xf1\x1d\x5c\x79\xa5\xa6\x60\x3a\x7c\x61\xdf\x14\x4c\xb7\xf9\x51\x17\x56\x39\x4f\x53\x3e\xdd\xe6\x07\x58\xe8\xcf\xff\x30\x28\xc6\xff\xb0\x27\x9a\xff\xe5\x6e\x5f\x51\xb4\xef\xdf\x9b\xda\xe8\x36\xfb\x87\x15\xb8\x1d\xd4\x09\xc5\x28\x63\x49\x73\xf3\xe7\xd9\xcd\x1a\x0b\x1f\x9b\x37\x6b\xac\x59\x4e\x71\xee\x7f\x49\x73\xb3\x9c\x9a\x95\xb3\x3e\x45\xfc\xe3\xcf\x6e\xe5\xf4\xdf\xf7\x0d\xcd\x77\x10\x1e\x5b\x4e\x3b\xee\x65\x10\xf4\x9f\x3f\xe8\xfd\x3d\xdf\x17\x1c\xb1\x0e\xa2\xab\x5b\x4e\xab\x92\xff\x8f\x3f\xbb\xe5\xd4\xb7\xaf\xa2\x7b\x7d\x23\xd4\xe5\x95\xfa\xf7\x2f\x46\x73\x49\x73\xdf\xfc\x2d\x9b\x85\x77\xfe\x96\x8c\x76\x0b\xaf\xef\xdf\x41\xad\x5b\x78\xdd\xc2\x3b\x37\x07\x2d\xbc\x6e\x8d\x9d\xbb\x83\xd6\x58\xb7\x9c\xce\xc3\x41\xcb\xa9\xb3\x20\xce\xf8\x0e\xfa\x83\x07\x70\xca\x33\xc6\xff\xb0\xfd\x9e\xff\x98\xf7\xbf\x9f\xff\xfc\xe3\xff\xff\x5f\xe7\x3f\xff\xf7\xf9\xef\xcf\x3f\xee\xff\xfe\xd7\xbf\x9e\xff\xf8\xaf\xf9\x6f\xf7\x7f\xfd\xe3\xff\xfb\xeb\xe8\x3f\xe6\xf3\xfe\xdb\x7f\x3c\xff\x7a\xfe\xcf\x7f\xfe\xf7\xbf\xee\xe7\x1f\xff\xfc\xcf\x7f\xfe\x75\xd5\xfa\xfd\xdf\x00\x00\x00\xff\xff\xe7\xdc\x37\x17\xd8\x80\x03\x00"); +func _ae ()(*asset ,error ){_cdg ,_dcfg :=_ggfb ();if _dcfg !=nil {return nil ,_dcfg ;};_aggd :=bindataFileInfo {_c :"90pv-RKSJ-H",_ed :5565,_cg :_g .FileMode (436),_ca :_d .Unix (1580491045,0)};_cge :=&asset {_fdf :_cdg ,_ff :_aggd };return _cge ,nil ; +};func _ddbg ()([]byte ,error ){return _fd (_gbfe ,"UniJIS-UCS2-H")};var _agf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xab\x65\xc9\x71\xfd\xe7\xf7\x53\x9c\xa1\xfe\x03\xfd\x7b\xef\xcc\xc8\x17\x5c\x2e\x98\x96\x84\x1a\x21\xcb\xb8\x2d\xdb\x60\x3c\xc8\x67\x53\xe0\xbe\x55\x54\x55\x0f\xf4\xed\x4d\xac\xdf\x51\xcb\xb2\x0d\xf2\x40\x84\x7a\x55\x46\x66\xe4\x63\xad\x88\xcc\x7d\xee\x37\xdf\x7e\xf7\xab\xef\xde\x3f\x7c\x7d\x7c\xf3\x0f\x9f\x3f\xce\xef\xf7\xd7\xc7\xf9\xf0\xbe\x3e\xef\x2f\x1f\x7f\xfa\x3c\xf7\x63\xec\x1f\x3e\xbc\xbf\xbc\xdc\xe1\xb1\x3e\xcc\xaf\x7f\xfe\x4f\x99\xf9\x63\xff\xf4\xf2\xe2\xfe\xdf\xff\xe9\xcb\xd7\xfd\xe3\x77\xef\xe7\xe3\x23\xd2\x6e\xfd\xf4\xe9\xd9\xf6\xf1\xf8\xe6\x1f\xf7\x0f\x1f\xbe\x7c\xfd\xfc\xa7\xc7\x2f\xfe\x6e\x7d\x1c\xfb\xff\x3d\xd6\x3e\x8e\xff\xe1\xf3\xda\x9f\x3f\xbc\xff\xf0\xf8\xc5\xef\x3e\x7e\xde\xfd\xfe\xf9\x1f\xbe\xff\xe9\xd3\xa7\xff\xd8\x3f\xee\xf7\xaf\x8f\x5b\xd8\x7e\x5f\xb2\x2f\xdf\x7c\xfb\xfb\xfe\xe9\xef\xfb\x8f\xfb\xf1\xcd\xef\xbe\xff\xf6\xc7\x2f\xbf\xfc\xe3\x6f\xbf\xfd\xe5\x6f\xf5\x6f\xfa\xa7\x7f\xde\x9f\xbf\x7c\xf8\xf8\xfe\xb8\xaf\xff\x7f\x5d\xf9\x2f\xf8\x3f\xfd\xe9\xd3\x7e\xf6\xf5\xf2\xcd\x1f\xbf\xfb\xd5\x1f\xce\xf9\xb2\xbf\x3e\x2c\x5e\xb4\xf9\xd7\x3f\x7e\xf7\xab\xc7\xbf\xdd\x8f\xfb\x7a\x84\x64\x57\xfb\xf7\x67\xd3\x7f\xf9\xfd\xc7\xb5\x1f\x34\x7a\x09\x4c\x69\x7e\x5c\xfb\xcb\xa7\x3e\xf7\xe7\xfe\xfe\xc3\x7e\x79\x3c\x5e\xaf\xeb\xed\xf1\x78\xbc\xd6\xeb\xcd\xff\xab\xde\x76\xbf\x3d\x5e\x7f\xf3\xeb\xdf\xfc\xfa\xcd\x23\xff\x6f\xed\x5f\x6e\xba\x79\xff\xf8\x75\xed\x03\xa6\x1e\x5e\xef\xf3\xf6\xb8\xdd\xe3\xbf\xfe\xd3\xcb\x7d\x5d\xcf\x71\x3f\xac\x67\xeb\xe0\xad\xcb\xf6\xd6\x7f\x1e\xad\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xde\x57\xc0\x31\xc8\x31\xc5\xe2\x10\x8e\x41\x8e\x29\x7b\xf7\x11\xc7\x28\xc7\x5c\xbd\xfb\x88\x63\x94\x63\xb9\xbd\xfb\x88\x63\x94\x63\x31\xef\xde\x70\x34\x39\xd6\xec\xdd\x1b\x8e\x26\xc7\xda\xbc\x7b\xc3\xd1\xe4\xd8\x6e\xef\x3e\xe1\x98\xdc\xf1\xbe\x2e\xf3\xfe\x13\x9e\xa9\x80\x15\x1f\x20\xe1\x9a\xdc\xf5\xbe\xae\xe6\x23\x64\x7c\x33\xbe\x21\xf8\x10\x19\xdf\x8c\x6f\x30\x1f\x23\xe3\x9b\xf1\x0d\xc5\xc7\x28\xf8\x16\x7c\xed\xf2\x31\x0a\xbe\x05\x5f\x0b\x3e\x46\xc1\xb7\xe0\x6b\xc9\xc7\xa8\xf8\x56\x7c\x53\xf1\x31\x2a\xbe\x15\xdf\x7c\xf9\x18\x15\xdf\x8a\x6f\x8e\x3e\x46\xc3\xb7\xe1\x5b\x92\x8f\xd1\xf0\x6d\xf8\x96\xea\x63\x34\x7c\x1b\xbe\xf5\xf2\x31\x3a\xbe\x1d\xdf\x16\x7d\x8c\x8e\x6f\xc7\xb7\x65\x1f\xa3\xe3\xdb\xf1\x6d\xd5\xc7\x18\xf8\x0e\xf9\xde\xf7\xed\x63\x0c\x7c\x47\x01\x8b\x3e\xc6\xc0\x77\xc8\xf7\xbe\xb3\x8f\x31\xf1\x9d\xf8\x86\xe6\x63\x4c\x7c\x27\xbe\xf1\xf6\x31\x26\xbe\x13\xdf\x68\x3e\xc6\xc2\x77\xe1\x6b\xd9\xc7\x58\xf8\x2e\x7c\xad\xf9\x18\x0b\xdf\x85\x6f\x0a\x3e\xc6\xc6\x77\xe3\x9b\xcd\xc7\xd8\xf8\x6e\x7c\x73\xf1\x31\x36\xbe\x1b\xdf\xdc\x7c\x8c\x83\xef\xc1\xb7\x06\x1f\xe3\xe0\x7b\xf0\xad\xc9\xc7\x38\xf8\x1e\x7c\x6b\x29\x2f\xaf\xed\x92\x6f\xbb\xe4\x1b\xae\x2b\x3a\x96\xc1\x0a\x58\x68\x8e\x55\x30\xf9\x86\x2b\xa5\x97\xd7\x06\x67\xdb\x8d\xef\x5d\x6f\xc7\xf0\xbd\xf1\x0d\x97\x8f\x01\x6b\xdb\x8d\x6f\x70\x72\x37\x68\xdb\x02\xbe\x62\x77\x83\xb7\x2d\xe0\x2b\x7a\x37\x88\xdb\x02\xbe\xe6\xfc\x6e\x30\xb7\x45\x7c\x45\xf0\x06\x75\x5b\xc4\x57\x0c\x6f\x70\xb7\x45\x7c\x93\x53\xbc\x41\xde\x66\xf8\x8a\xe3\x0d\xf6\x36\xc3\x57\x24\x6f\xd0\xb7\x19\xbe\xc5\x59\xde\xe0\x6f\x83\xbf\x41\x34\x6f\xf0\xb7\xc1\xdf\x20\x9e\x37\xf8\xdb\xe0\x6f\x68\xce\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xe3\xed\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x46\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\xd1\x9c\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xec\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x56\xe7\x79\x83\xbf\x0d\xfe\x46\xf1\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x76\x39\xcf\x1b\xfc\x6d\xf0\xd7\xc4\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\xed\x76\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x74\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x72\x9e\x37\xf8\xdb\xe0\xaf\x89\xe7\x0d\xfe\x36\xf8\x6b\xe2\x79\x83\xbf\x0d\xfe\x5a\x71\x9e\x77\xf8\xdb\xe1\xaf\x89\xe7\x1d\xfe\x76\xf8\x6b\xe2\x79\x87\xbf\x1d\xfe\x5a\x73\x9e\x77\xf8\xdb\xe1\x6f\x12\xcf\x3b\xfc\xed\xf0\x37\x89\xe7\x1d\xfe\xf6\xbb\x5f\xc2\xaa\xb2\xfb\xcf\x79\xfc\x7f\x4b\xed\xfd\xee\xb8\x20\xcb\x1e\x14\x84\xef\x10\x3e\x49\x94\x3b\x84\xef\x10\x3e\x69\xb3\x3a\x84\xef\x81\xc1\xb4\x59\x3d\xd0\x5b\xd8\xe9\xed\x71\xfb\xd2\x76\x24\xa0\xc7\x67\x6f\x4e\x9d\x8e\x04\x74\x24\x20\x29\x45\x76\x24\xa0\x47\x7a\x13\x75\x7a\xa4\x37\xc9\x42\xc8\xf6\xf2\xda\x11\x85\x8e\x28\xa4\xe0\x42\xd6\x11\x85\x8e\x28\xa4\xe8\x42\xd6\x11\x85\x6e\xf4\xa6\x2a\xa5\x1b\xbd\xd9\x8a\x6f\x8f\x98\xaa\x23\x2b\x09\xf1\xfe\xcd\x0f\x79\x47\x38\x3a\xc2\x91\xa2\xe6\x84\x70\xf4\xf4\xec\xdf\x0f\x60\x47\x38\x7a\xa2\x7f\xf3\x03\xd8\x53\x7f\x62\xfd\xed\x61\xda\xde\x34\x2e\x21\xa3\xbd\x3d\x2c\x0b\x99\xb4\x59\xf5\xed\x61\x45\xc8\x06\x39\x8e\x68\xc5\x10\xa0\x8e\x00\x25\xd3\x4a\x20\x40\x1d\x01\x4a\x56\xd4\x8e\x18\x32\x31\x24\xed\x5d\x26\x86\xbc\xed\xed\x91\x5c\xe2\x3a\x92\xd4\x91\xa4\x94\xb4\x12\x48\x52\x47\x92\x52\x4a\x6a\x47\x6f\xe5\xd9\x9b\x4b\x7a\x2f\xf4\x56\xf6\x79\x7b\x24\x27\x72\x47\xa4\x3a\x22\x95\xb2\xe6\x8d\x48\x75\x44\x2a\x65\x27\x5e\x47\xa4\x7a\xa5\xb7\xec\xc4\xeb\xb5\x3f\x31\x7b\x7b\xe4\x9c\x85\x64\x90\xfc\xf6\xc8\xe5\x12\x52\x41\x8e\x23\x3e\xa3\x3a\xf0\xf2\x3d\xca\x2e\x76\x1d\xb1\xeb\x88\x5d\x2a\x9a\x37\x62\xd7\x11\xbb\x54\x5c\x3c\x3b\x62\xd7\x1b\x31\x14\x17\xcf\xde\x88\x41\x02\xa8\x32\xa7\x23\x7f\xbd\x3f\x7b\xd3\xbc\x91\xbf\x8e\xfc\xa5\xea\xa9\xac\x23\x7f\xbd\xd3\x5b\x8d\xf2\xa5\xb7\x7e\xe2\xdb\x03\x42\x23\x88\x1d\x41\x4c\x55\xf3\x46\x10\xfb\x78\xf6\xa6\x3d\x46\x10\xfb\xa0\xb7\x16\xe4\x4b\x6f\xe3\x64\x2f\x99\xfd\xb4\x23\x91\x1d\x89\x4c\x4d\x33\x40\x22\x3b\x12\x99\x9a\x56\x04\x89\xec\x53\xbd\xe5\xcb\xe5\xbf\x4f\x7a\x9b\x7e\xe0\xee\x2b\xf8\xe2\xce\x05\x74\x04\xa9\x37\x84\xb4\x23\xa4\xf9\xd2\xac\x10\xd2\x8e\x90\xe6\x2b\xab\x1d\x23\xac\xe7\x08\x9e\xa0\x3b\x42\xda\x11\xd2\x7c\x6b\x0e\x08\x69\x47\x48\xf3\xed\xa2\xd9\x11\xd2\xbe\xf1\xbd\x5d\x34\x3b\x42\xda\x11\xd2\x1c\x14\x31\x42\xda\x11\xd2\x1c\x3c\x61\x75\x84\xb4\x1f\x7c\x83\xef\xd8\x40\x48\xc7\xf5\xf4\xf5\x58\x06\x42\x3a\x10\xd2\x1c\xbd\x58\x18\x08\xe9\xb8\xf0\x8d\x5e\x2c\x8c\xab\x83\x3d\x0b\xd8\xfc\xf2\x3a\xd0\xd6\x81\xb6\xe6\xe8\xe1\x0d\xb4\x75\xdc\xcf\xee\x5c\xd3\x07\xda\x3a\xd0\xd6\x6c\xae\xe9\x03\xf1\x1c\xf7\xb3\x4e\xbb\x5e\x5e\x07\xea\x39\x50\xcf\x6c\x8a\x18\xf5\x1c\xa8\x67\x36\x4f\xb1\x03\xf5\x1c\xa8\x67\x4e\xae\x3e\x03\xf5\x1c\xcf\x12\xaa\xd8\xcb\xeb\x40\x3e\x07\xf2\x99\x93\x26\x81\x7c\x0e\xe4\x33\x27\xaf\x78\x06\xf2\x39\xe2\xb3\x3b\xaf\x78\x06\xf2\x39\xe2\x33\xdb\xd7\x97\xd7\x81\x7e\x0e\xf4\x33\x67\x4d\x02\xfd\x1c\xe8\x67\xce\x7e\x8e\x07\xfa\x39\xd0\xcf\x9c\x3d\x31\x0d\xf4\x73\x50\x68\x59\x0e\x2f\xaf\x03\xb9\x1c\xc8\x65\x2e\x9a\x04\x72\x39\x90\xcb\x5c\xbc\x4e\x18\xc8\xe5\x40\x2e\x73\x71\x29\x1c\xc8\xe5\xa0\xf6\x4a\xc9\xb7\x02\xe5\x1b\xf9\xd9\x9d\x26\x81\xf2\x0d\x94\x2f\x57\xd7\xb4\x81\xf2\x0d\x94\x2f\x57\x2f\xdb\x06\xca\x37\x28\xc7\x72\xf2\xad\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xac\xec\x3a\x90\xbe\x81\xf4\xe5\xe6\xd9\x75\x20\x7d\x83\x0a\xad\x98\x6f\x05\xda\x37\xd0\xbe\xac\x62\x67\xa0\x7d\xa3\x3e\xbb\x73\x8d\x1c\x68\xdf\x40\xfb\x8a\x8a\x9d\x81\xf6\x0d\x8a\xb6\x1a\x7d\x2b\x90\xb1\x81\x8c\x15\xdd\x31\x07\x32\x36\x90\xb1\xe2\xb5\xe7\xdf\xca\xdf\x03\x95\x1b\xed\x39\x9a\xe7\xd7\x81\xca\x0d\xca\xbc\x16\x7d\xa7\x90\xb9\x81\xcc\x95\x5b\x73\x44\xe6\x06\x32\x57\x6e\xaf\x20\x06\x32\x37\x90\xb9\xa2\x9b\xc2\x40\xe6\x86\x2a\xbf\x70\x05\xdf\x29\x74\x6e\xa0\x73\x25\x68\x8e\xe8\xdc\x40\xe7\x4a\xf0\x1a\x61\xa0\x73\x03\x9d\x2b\xc1\xf3\xe9\x40\xe7\x86\x8a\xc1\x70\xbb\x32\x0d\x84\x6e\xcc\x67\x77\x9a\x04\x42\x37\x10\xba\x12\xbd\x48\x18\x08\xdd\x40\xe8\x4a\xf4\xd4\x38\x10\xba\xa1\xfa\x30\x84\xdb\x77\x0a\x55\x1b\xa8\x5a\x89\x9a\x04\xaa\x36\x50\xb5\x62\x5e\x25\x0c\x54\x6d\xa0\x6a\xc5\x3c\x37\x8e\x45\x77\x2a\x19\x43\xbc\x7c\xa7\x10\xba\x81\xd0\x15\xd3\x24\x10\xba\xb1\x9f\xdd\x79\x51\x30\x10\xba\x81\xd0\x95\xe4\xc9\x71\x6c\xba\x53\x15\x19\xec\xf2\xad\x40\xfb\x06\xda\x57\x92\x26\x81\xf6\x0d\xb4\xaf\x24\xcf\xef\x03\xed\x1b\x68\x5f\xc9\x9e\xe7\xc6\xa1\xbb\x43\x77\x2d\xbf\xbc\x4e\xe4\x70\x22\x87\x25\xfb\x24\x26\x72\x38\x91\xc3\x92\x3d\xc1\x4f\xe4\x70\x5e\xcf\xee\x3c\xd1\x4d\xe4\x70\x4a\x0e\x43\x6a\xd7\xcb\xeb\x44\x0e\x27\x72\x58\x8a\x4f\x62\x22\x87\x13\x39\x2c\xc5\x33\xfc\x44\x0e\x27\x72\x58\x8a\x67\xba\x89\x1c\xce\x9b\x7a\xad\xda\xcb\xeb\x44\x0e\x27\x72\x58\xaa\x4f\x62\x22\x87\x13\x39\x2c\xd5\x93\xf5\x44\x0e\x27\x72\x58\xaa\x27\xa7\x89\x1c\x4e\xc9\x61\x28\xa5\xbe\xbc\x4e\xe4\x70\xc6\x67\x77\x9a\x04\x72\x38\x91\xc3\xd2\x3c\x5b\x4f\xe4\x70\x22\x87\xa5\x79\x5e\x9b\xc8\xe1\xa4\x9a\xac\x25\xbc\xbc\x4e\xe4\x70\x22\x87\xa5\x69\x12\xc8\xe1\xb4\x67\x77\x9e\xae\x27\x72\x38\x91\xc3\x7a\x79\xaa\x9b\xc8\xe1\x94\x1c\x86\xe6\xf5\xcc\x44\x0e\x27\x72\x58\x95\x61\x27\x72\x38\x91\xc3\x7a\x79\xbe\x9e\xc8\xe1\x44\x0e\xeb\xed\xd9\x6f\x22\x87\x53\x72\x18\xaf\xec\x5b\x81\x1c\xce\x9c\x82\x9a\x69\x12\xc8\xdc\x94\xcc\xc5\x3b\xf9\x12\x23\x55\x53\x52\x15\x83\xf9\x32\x21\x37\x53\x72\x13\xa3\xf9\x54\x21\xf1\x14\x89\xa3\x45\x0f\x17\x22\xce\x31\x8f\x17\xc4\xd1\x87\x1c\xeb\x12\xe4\xc6\xee\x5b\xad\x16\xad\xbc\x56\x8e\xc9\x45\x74\x8e\x95\x81\xf2\xdb\x23\x66\x6d\xcc\x58\x45\xd0\xce\x2a\xae\x7d\xc4\xb1\x9f\x50\x79\x7b\x14\x16\x63\xec\x2a\x48\x41\xa4\xe6\x8e\xd0\x77\x8a\xbe\x31\x6b\x65\xa1\xe0\x5c\xd3\x21\x5d\xfc\xe7\xf2\x18\x9f\x26\x9a\x56\x67\x11\xea\xf2\xee\xa3\x52\xca\x5c\x74\x2f\x53\xda\xa5\x56\xbb\x09\x52\xf7\xaa\xee\x26\x94\x9c\xbb\xcf\xb7\x47\xac\x2e\x04\x73\xf7\x05\xb4\x04\x05\x41\x5b\x90\x1c\x95\x76\x26\xe4\x9b\xe7\xf4\xb7\x47\xa4\xfb\x73\x06\xd0\x10\x14\x04\x4d\x20\x77\x6c\xce\xa9\x05\xcd\x30\xb1\x79\x5a\x5b\x57\x0f\x40\xc1\x21\xcb\x82\xa2\xa0\x51\xd4\xca\x1c\x1a\x15\xa8\xfe\xa5\x95\x5f\x26\x5e\xd7\xe5\x2b\x61\x97\x2f\xce\xba\xb4\x12\x98\x58\x5c\xb2\xd6\xb5\x18\x71\x4d\x6f\x15\x81\x16\xd0\xf2\xad\xf5\xea\x6a\x5d\x6b\x0b\xe2\xfe\xe3\x39\x73\x41\xe1\x75\xfb\x25\xc9\x2e\xaf\x54\xd6\xbd\x0c\xc8\xde\x1e\x16\xbd\x2a\x59\xb7\x2e\x4e\x18\xbb\x3d\x77\xaf\x5b\x67\x62\xdd\x7e\x0e\xec\x8e\xb4\xaa\x40\x55\x8e\x49\x50\x03\xea\x6a\x85\xe3\x10\xb4\x2f\xb5\x12\xb4\x09\xc2\x8d\xdd\x8a\xfe\xde\x01\x28\xf8\x55\xe4\x52\xa8\x3b\x02\x79\x10\xd1\x8f\xdc\xba\x37\x41\xb8\xb1\x58\xe9\xab\x00\x11\x57\x13\x44\x5c\x7b\xa8\x55\x11\x34\x81\x7c\xbd\x6e\xa3\xfb\x05\xe4\xeb\xa5\x5b\xdf\xba\xf7\x06\xda\x6a\x05\x74\x04\x1d\x45\xdf\xec\x6f\x26\xec\x75\x1f\x26\x77\x34\x39\x53\xd8\x87\xc9\xb9\xb1\xd8\x14\xf6\x61\x72\x47\x2b\x6c\xda\x87\xc3\xe4\x8e\x26\xd7\x34\x93\xc3\xe4\x4e\x53\x2b\x1c\x3b\x90\xaf\xb0\x5d\x38\xb2\xc2\x6e\xec\x36\x1c\x99\xef\x59\x6a\x85\x23\x93\xd3\x61\xd0\x6d\x78\x21\xc0\x18\xbb\x75\x3e\x02\xe7\x36\xf8\x59\x35\xbb\x81\x0c\x28\xab\xd5\x2d\xa8\x00\x29\x88\x3b\x08\x1a\x40\x43\x10\xdd\x4f\x20\x2d\xba\x6b\xd9\x0a\x22\x22\xc6\x2c\xd0\xbd\xe2\x0a\x83\x20\xfc\x14\x85\x41\x10\x6e\xcc\x82\x1c\x47\x04\xd2\xe9\x4e\xea\x7e\x3c\x1d\xb7\xee\xe3\x8a\x6b\x68\xb7\xc2\x54\x5f\x45\xdd\x4f\xfa\x9a\x51\xad\xa2\x20\x26\xe4\xc6\x94\xc6\x57\x98\x09\x48\xdb\x51\x68\x95\x81\xb8\xee\x57\x41\xcc\xd1\x8d\x25\xe2\x9a\xcc\x71\x6a\x8e\x05\x88\x39\x4e\xc5\x15\x34\xa1\x49\x5c\xa2\x58\x0a\xea\x0b\x8a\x05\xf1\x29\x45\xb5\x82\x4f\x32\x76\x17\xa0\x06\xa4\x20\x74\x22\x03\x7c\x0a\xf0\x5c\x7c\x0a\xf0\x3c\xac\xa3\x56\x72\xdc\xd2\x0c\x19\xbb\x8b\xd6\x0b\xd6\xc9\xf0\xde\xb5\x02\xac\x93\xb1\xc4\x01\x80\x75\x32\xa6\x2b\xcf\x0a\x9b\xf5\xda\x8a\x3e\x6b\x8e\x9b\xe8\x9d\x69\x96\xb2\x82\xd8\x84\xba\x15\x6a\x51\xa8\x9b\x50\x45\xc4\x44\xa8\x10\x31\x38\xad\x4c\xe5\xe7\x0a\x87\x50\x9d\x11\x96\x2f\x75\x7f\x18\x51\xec\xc8\x9c\x55\xd8\x21\x63\x77\xd5\x1c\x61\x47\xd0\xd3\x4a\xe6\x00\x1c\x82\xd0\x21\xbf\x25\x10\x94\x05\x2b\x02\x35\x3f\xab\xa4\xf6\x65\x52\x96\xa0\x56\x86\xb2\x18\xca\xa2\xdd\x36\x94\xc5\x44\xab\xa8\x83\x69\xd0\x4a\xe6\x29\x6f\x76\x16\xd0\xfe\x59\xde\x48\xf5\x2b\x75\x04\xb5\x0a\x4a\x40\xe9\x67\x79\x4b\x7a\x1c\x59\x3c\x27\x21\x6f\x09\x0e\xc9\x3c\xb5\x2c\xc1\xa1\x24\xc2\xa0\x65\x09\xc2\xc8\x3c\x27\x94\xba\xce\x57\x22\x08\xbf\x31\x2f\x0a\x89\x95\x3d\xdb\x98\xbe\x80\xac\x4c\xb6\x91\xb1\xdb\xaf\x95\x2b\x93\x6d\xb2\x8e\xaf\xa9\xaf\xcc\xf1\x95\xb1\xbb\x00\x69\x44\x15\x25\x96\x44\x77\x8a\x92\x55\x60\x87\x67\xe7\x55\x60\x87\x4c\x4a\x49\xad\x60\x47\xd9\x6c\xad\xd3\xaa\x70\x98\x64\x32\xdc\x2e\x1c\x26\x15\x38\x96\xbd\x5c\x5c\x14\x38\xab\x02\x79\x6d\xb1\xb8\xf4\x2c\x5d\x7a\xac\xe8\xf8\x52\xf3\x2c\xd5\x3c\x56\xc5\x0e\x6a\x9e\x35\xc4\x6d\x7d\xac\x5a\x03\x6e\xcb\x24\xf4\x6b\xc0\xed\xa1\xb8\x9a\xce\xea\x20\x2e\x19\x6b\x21\x08\xc2\xd1\xbb\x4f\x97\x97\xb6\x8b\x6a\x66\x4d\xdf\xda\x74\x29\xd4\xc9\xd6\xca\x14\x74\x62\xb2\xb5\x13\x47\xa5\x62\x6a\x9e\xb5\xe4\xa8\x4b\xd1\x5a\x38\xca\x24\x15\x8e\x6b\xe1\xb8\x16\xad\x7c\x71\x16\x3a\x21\x93\x6e\x51\x61\x91\x8a\x97\x13\x26\xdd\x8a\x7e\x41\x18\x99\x92\xbd\xe6\x59\xeb\xe0\xa8\x20\x82\xa2\xa7\x32\x5a\xdb\x4f\x74\x0a\x22\xcc\xe6\x44\xcb\xa4\xe4\x25\xfd\xda\x9c\x68\x99\x14\xbd\xe6\x59\x9b\xdc\x21\x93\xa2\x4e\x0e\xc5\xd2\x3a\xae\xd1\x29\x6a\x6b\x0f\x1a\x2d\x53\xa8\x2d\xce\x50\x5c\xc7\x65\x28\x45\xaf\xfe\xd6\x41\x86\x64\x52\xcc\x41\x50\x00\x2a\x82\xb2\xa0\x0a\x54\xdf\x1e\xc9\x44\xf7\x83\xc0\x1c\x82\x28\xe1\x6f\xa6\xe2\x4d\x5d\xb6\xaf\xa3\xd1\xbd\xe2\xda\xd7\x79\x42\xf7\xdb\x23\x6b\x4f\xf7\xa5\xec\xbc\x55\x25\x25\x73\x09\xdf\x54\x49\xfb\x76\xf2\x25\x73\xd6\xed\x5b\x99\x0b\x93\x54\xa1\xee\x5b\x44\xdc\x2a\x2a\x92\x79\xc2\xde\x14\x15\x98\xa4\xef\x16\x9b\xa2\x62\x2b\xef\xa6\xe4\xf3\xdd\xe4\xdd\x1d\x80\x7c\xe7\x37\x2a\xb5\xa3\x6f\x60\xd2\x87\x87\x1d\xb5\x81\x98\x72\x5d\x6a\x25\x11\xdc\xd2\xb2\xa4\xf7\xcd\x8d\x96\x61\x4a\xf4\x94\xb7\x4d\x39\x7c\x5b\xf7\xb5\x2b\xbe\x9c\xdb\x7a\x03\x6a\xea\xbe\x0a\xea\x82\xe8\x4b\x23\x22\x5c\x5b\x62\x93\x6a\xaa\x82\x36\xd0\xd6\x13\xb1\x09\x3a\x82\xc6\x25\xc8\x97\x30\x0d\x1c\x9f\x09\x3b\x09\x8a\x40\x55\xad\xd4\xbd\xc4\x06\x63\xfa\x00\xb6\xd3\xe8\x40\x5d\xad\x9a\xa0\x01\x24\x49\x0a\x40\x5a\xd5\xe4\x39\x3c\x55\xcf\x49\x3b\x29\x87\x63\xcc\xa2\x82\x10\xcf\x77\x9a\x8a\x5e\x9b\x96\x26\xd1\x2b\x15\x5b\x54\x5c\x93\xe8\xa7\xde\xbc\xbd\x16\xdb\x49\xf5\x35\xc6\x74\x75\xda\x69\x31\x21\x37\xa9\x36\xf5\xb5\x02\x90\xe6\x18\x81\x98\xa3\xb8\x59\x9b\xd6\x4b\xdc\xc4\x98\x45\x45\xaf\xab\xd3\x4e\x9e\x9a\x52\xd3\x91\x4b\x87\x69\x2b\xb5\x98\xd7\x88\x3b\x89\x88\x18\x0a\x9c\x9d\x0e\xd3\x16\x11\x1b\x71\x1d\x26\x44\x11\x67\xbe\x1d\x08\x3d\xc6\xcc\x75\x71\x67\x0e\x40\xf6\x22\x2e\xe9\x72\xbc\xb3\x8a\x38\x8c\xe9\x9b\xc3\xce\xd2\x9f\x9d\x5d\x73\x52\x8b\x40\x05\x48\x49\xc3\xeb\x81\x9d\xf5\x62\xbf\xb3\xa8\xd0\x5c\x63\x77\x86\x0a\x99\x22\xce\xc5\x79\x67\x8e\x89\x4c\xd2\x45\x66\x67\x8e\x49\x56\x5d\x67\x9e\x3e\x77\x1e\xc4\x25\xcd\x68\x84\xca\x31\x91\x31\xd3\x91\xcb\x83\x50\x87\xe2\x32\x20\xe2\x52\xe6\x32\x2d\x0e\x99\x6b\x67\x3f\x2d\xa9\x25\xc5\x35\x26\x90\x4e\x4e\x56\x5c\x9c\x9c\xac\x93\xd3\x92\xd6\x8b\x93\x23\x63\xb7\x88\x9c\x39\x39\x32\x49\x0f\x7f\x3b\x2b\x43\xec\x3c\x49\x9f\x8a\x7e\xb2\x12\x53\xfb\x28\x22\xe7\xd9\x81\x74\xdd\x79\x3a\xea\xf8\x66\x9d\x9c\x96\x35\x22\x27\x27\x73\x72\xb2\x26\xc4\xc9\xc9\x3a\x39\x4a\x40\x3b\x73\x72\x32\x27\x27\x6b\x8e\x9c\x9c\xec\x05\x61\x6a\x85\xbe\x98\xf6\x12\x87\x44\xf7\xbc\x08\x62\x69\x25\x8a\xd6\x7e\xb1\x12\xba\x1e\xde\x84\xba\x58\x89\xa5\x1d\x2a\x04\xc1\x0e\xa9\x6c\x34\x82\x50\xd9\x88\x49\x4d\x4c\xcb\x9b\xf3\xa5\xb2\xd1\x8a\xfa\xda\x4c\x68\x6b\x55\x2b\x8e\xac\xaa\xd2\x27\x22\x9a\x37\xab\xaa\x2a\xcb\xa4\x00\x79\x33\x47\x55\x59\xfa\xca\xb5\xf3\x66\x8e\xd2\xfe\x56\x69\xc5\x42\xab\xb8\x34\x26\xb4\x99\xf6\xd6\xda\x57\xba\x67\xda\x2a\x2e\x8d\x09\x6d\xa6\xed\x26\x3f\xa9\x80\x20\xe7\xad\x69\x57\x46\x64\xda\x2a\x41\x8d\xe8\x0f\xd3\x3e\x4c\x5b\x8e\x24\x0a\x19\xb3\xaa\x69\x93\x28\x64\x9e\x29\x20\x1f\xf6\x51\xb2\xdd\xaa\x82\x40\xb6\x65\xcc\x98\x10\xb2\x9d\xa9\x5d\x39\x98\x87\x69\x1f\x5d\x5b\xa5\xd1\xf9\x30\xed\xa3\xdd\x6e\x74\xcf\xb4\x75\xff\x33\xa2\x47\x3a\x54\x8b\xa5\xe6\xd7\xd6\x4d\x2d\x86\x31\xb2\x55\x41\x01\x8a\x6a\x8b\x26\x95\x2b\xaa\x2d\x30\x66\x0a\xb5\x40\xf7\xe2\x14\xcf\x97\x57\xa5\xbb\x90\x28\x64\xcc\xbc\x92\xdc\x85\x44\x51\xb8\xec\x3d\x47\x1c\x40\x43\x8e\xff\x87\x54\x5c\x54\xc7\x62\xa8\x3d\x77\x41\x46\x0a\x32\xd2\xa2\xa0\x0d\x74\xd4\xaf\x20\x7d\x63\xc5\x98\x29\x87\x17\xb2\x4d\xf1\x8b\x1f\x5f\xc3\x76\xd1\xc5\x0f\xc3\x37\xff\x5d\x26\x8e\x6e\xf2\x75\x6b\x26\x13\x47\x37\x45\xbf\x84\xd8\x65\xb2\x50\x4e\xfd\xac\xcf\x68\xbb\x40\x7d\x19\x33\x69\x7f\x99\x2c\x14\x6a\xd0\xe8\xab\x02\x75\x39\x2a\x2e\xa8\x5f\xb8\x1e\x4a\xe8\x29\x80\x31\x59\xf5\xe2\x2e\x93\x69\xab\xbe\x4e\x5e\x5e\xed\x42\x9a\x92\xc9\x57\xd0\xd6\x90\xa6\x8a\x72\x52\x62\x25\xc8\x49\xc5\x65\x24\xeb\x37\x02\xbb\x20\x23\x32\x96\x2e\x6d\xb3\x5e\x73\x76\x59\xea\x4b\x89\xb1\xac\x67\x5f\xba\x1e\x5e\xea\x1e\x9e\xab\x30\xcf\x97\x12\x10\x85\x39\xc6\xf4\xbd\x6a\x53\x98\x63\xf2\x25\x55\x2f\x30\x58\xc6\xd2\xad\xf5\x82\xc1\xc5\x4f\x77\xbe\xc4\xba\x72\x9e\x90\x93\xba\xb0\x84\x9c\x6e\x15\xf9\x7c\x74\xdc\x14\xf9\xbb\x6e\x39\x4a\xcb\x2a\x7d\x55\xee\x95\x52\xf5\x0a\xf5\xab\xd3\x35\xeb\xe9\x66\x57\xe8\x2a\x63\x49\x09\xa8\x42\xd7\xca\xab\x4b\xa5\x55\x00\xca\x72\x2c\x82\xe8\x5e\xac\x4b\xca\x49\x95\xb8\x64\xf2\xed\xb7\x96\x5d\x61\x9d\x0c\x97\xb5\x5d\x61\x9d\x4c\xbe\x9f\x23\x0e\x20\xed\x76\xca\x82\x26\xd0\x52\x2b\x13\xb4\x81\x74\x75\x52\xc5\xc6\x45\x66\x37\x7d\x15\xd7\xe3\xda\x6e\x10\x51\xc6\x92\x94\xa5\x91\x77\x9b\x28\x86\x84\x37\x38\x24\xc3\x9d\x6b\x37\x38\xd4\x26\xad\xd4\x17\x47\x4e\xc6\xf4\xf3\xab\xdd\x38\x72\x8d\x95\xd0\x76\x34\x56\x42\xa6\x20\x5c\x8d\x95\xd0\x05\x2b\xeb\xf3\xce\xe6\x82\xb5\xbb\x38\x14\x74\x00\xfa\x7c\x42\x5e\x40\xeb\x57\x51\xbb\xc3\xa1\xae\x2b\x5d\x90\x12\x77\x4e\x8e\x8c\xe9\x51\x79\x77\x4e\x8e\x3e\xa6\xe7\x78\xcb\x51\xb7\x16\x8c\xdd\x15\x08\x47\x85\x1a\x45\x98\x4e\xa8\x9d\x4d\x53\x8d\xd8\x09\xb5\xfb\xda\xe7\x18\x80\x26\x90\xa6\x2d\x55\xef\xd4\x4f\x32\x59\xbf\x11\xd9\x9d\xed\xe0\xc6\xa8\x67\xec\xcd\x8d\x71\x8f\xae\xb8\xa2\x09\x32\x20\x51\xa1\x02\x25\x20\xc5\xa5\x92\x6a\xb0\x69\x83\x4d\xab\x59\x50\x05\xaa\x6a\xd5\x04\x35\xa0\xa6\x56\x55\x50\x07\x52\xd5\xf0\xec\x5e\x87\x69\x78\x51\x93\xa3\x0e\xf9\xa0\x34\x1e\x43\xe7\xab\x01\x4d\x20\x57\x13\xbd\x48\xec\x41\x81\x23\x63\xa9\x69\x42\x7a\x17\xdb\x43\x9b\x16\x75\xbe\x06\x9b\x26\x63\xfa\x78\xbc\x07\x9b\x26\x63\x49\x8a\x39\x66\x04\x4a\x72\x54\xf4\x68\xe1\x90\xf0\xa5\x46\x5f\xcc\x51\x47\x4e\xf7\xb7\x3d\x38\x72\x83\x23\xd7\x70\x24\x2e\x49\x9a\xae\x74\x7b\x20\x69\xfa\xde\x60\x59\xb4\x1a\x54\x46\x32\x3c\x19\xec\x81\xa4\xe9\x7b\x43\xd6\x47\xed\x3d\x16\x23\xea\x5d\x4c\xaf\x08\x7b\x50\x06\xe9\x6a\xce\x37\xfd\xcd\xd5\x7c\xeb\x1e\x9e\xf5\xf3\xc4\xcd\x3d\x1c\x63\xf9\x36\x41\x05\xa8\x08\xca\x82\x2a\x50\x93\x23\x50\x07\xea\x6a\x55\x05\x0d\xa0\xad\x56\x40\x07\xe8\xa8\xb8\xf4\x09\x4d\xb2\xd5\x54\xd1\x9b\x03\x50\x00\x0a\xda\xed\x22\x28\x02\xf1\x06\x12\x04\x25\x20\xbd\x78\xe9\x06\x35\x07\xd1\x7b\xed\xcb\x4b\xc9\x9e\x83\x50\x55\x07\xeb\xa5\x64\x4f\xea\x60\x99\x6c\x21\xff\x75\x2a\x2e\xe9\x7f\x64\xe2\xc9\xb9\x92\xb1\x2c\xee\x4c\xae\x5c\xd3\xb3\x67\xe6\x62\x36\xc9\x9e\xfa\x79\x89\xe5\xa8\x10\x39\x31\x73\x2a\xea\x27\x44\xd4\x7a\x36\xcd\xe2\xce\xe4\xc4\xc8\x58\xd6\xa5\x65\x92\x3d\xa7\x1f\x9c\xcc\x2d\x6c\x4e\xa2\xa6\x70\x16\x2b\x26\xd9\x73\x2e\xba\x57\x10\x8b\xee\x17\xdd\xab\x15\x55\xf2\x5c\x7f\x29\xf1\x26\x95\xed\x5c\x7a\x2b\x12\x77\x26\x19\x6f\x7a\x96\xcb\x26\x21\x9e\x94\xb1\x32\x96\x95\xf1\x26\x65\xec\x54\x12\x34\x11\x65\x92\x04\x65\x2c\x1b\x8e\x04\xa1\x2c\xc5\x0d\x65\x92\xa5\xa6\xb2\x54\x36\x4d\x88\x2c\x35\xa5\x5b\xd4\x86\x13\xdd\x9a\x3c\x4f\x12\xea\x79\xb6\xd2\x66\xa9\x4a\x9e\x64\x16\x19\xcb\x1c\x22\x32\x8b\x9e\x8f\x32\x55\x32\xcf\x47\x7b\xe9\x59\x5e\xef\x61\x7b\x21\x52\xcb\x0b\xdc\xac\x9f\x89\xee\xc5\x53\x83\x4c\x8a\xca\x9e\x8b\x62\x57\xaf\x40\x99\x54\xc9\x2b\xd0\xde\x7e\x6d\xc8\x49\x17\x8d\xad\x37\x65\x4c\xa6\xc8\xda\x5c\x21\xf4\xe4\x93\x39\x6a\x3c\xf9\xec\x03\xe4\xcc\x3f\xbc\xb0\x9c\x8b\x5f\x6f\xf9\x12\x1e\xde\x4e\x8e\xde\x3b\x72\xf5\x09\x1d\xde\x3b\x4e\x90\x6e\x35\x5f\xd5\xa3\x87\xfc\xa7\x49\xc5\xcb\x94\xc3\x7b\xfe\xd1\x13\x6e\x6e\x7e\xd1\x38\x41\x8b\x83\x49\xa5\xa8\x95\x16\xe7\xe8\xed\xa4\x5c\x7e\x0a\x0f\x6f\x27\x27\x3a\xf7\xca\xe5\x47\xee\xc4\xf1\x84\x54\x0e\x78\xcd\x7a\xa2\x78\x78\x22\x8e\xae\x35\x87\xb7\x93\x63\xae\x0f\xfc\x66\xe2\x98\xf4\x01\x93\xcd\xb5\xf9\xe8\x1d\xe5\xf5\x98\x2f\x74\xb9\xfd\xf8\x1e\xd3\x42\x63\x72\xa6\x95\x16\xfa\xe8\x39\xa5\xe8\x07\x4f\x87\xe7\x94\x93\x80\x82\x07\xc1\x65\xfd\xe8\xda\x50\xf4\x33\xa6\xa3\xbb\xc3\xd3\x58\xf0\x7d\x3c\x5c\x21\x30\x25\xb6\x2a\x28\x03\x29\xd4\x48\xab\x02\xb4\xd5\xca\x21\x6e\x02\xa7\xb8\x64\xf0\x1b\x88\x53\x24\x19\x18\x0b\x06\xd4\x04\x4d\xb5\x8a\xbe\x43\x54\xb3\x18\x0b\x2e\xd7\xa7\x4c\x5a\xb9\x36\x17\xf3\x43\x7e\x28\x37\x31\xa6\x2c\x75\x28\x37\x8f\xca\xba\xa2\x5b\xfe\xa1\xac\x3b\xd5\xcf\x57\x31\x45\x5f\x75\xbe\x30\x25\x69\x6b\xab\xce\xd7\x51\x59\x57\x54\x3e\x1d\xca\x3a\x4c\xba\xaa\x1c\x0f\x7d\x3d\x7f\xcf\xe7\xad\x28\x9f\xce\xf3\x27\x7e\x9e\x17\x0f\x65\x0a\xa6\xe8\x57\x4a\xa7\xeb\x02\x84\x89\xc9\x59\x7b\xba\xbe\xbf\x1e\xd5\x24\x85\x4d\xa3\x26\xc1\x44\xd1\xfd\x74\x71\xfb\xa8\x42\x28\xc5\x39\x74\xa8\x10\xce\x00\x72\x3e\x1e\x92\xcd\x51\xea\x28\xfa\x19\xe0\x51\xfe\x78\x9a\x58\x6f\x5a\xe9\xf8\x8a\xc8\x45\xbf\x4f\x3a\x10\xf9\x88\x8f\xa5\xe5\xbf\xbe\x39\xf9\xff\xff\xb1\x7f\x7a\xf9\xf9\x8f\x92\xe6\x4f\x9f\x3f\xef\xf7\xaf\xfa\x13\x28\xfd\xdd\xd1\x63\xed\xf3\xe1\x7d\xff\xfc\xe7\x54\x9f\x3e\x7e\x72\x2f\xfd\xef\x3f\x03\x00\x00\xff\xff\x20\x11\x85\x20\x7a\x35\x00\x00"); +func _abgf ()(*asset ,error ){_egge ,_ecdc :=_afgc ();if _ecdc !=nil {return nil ,_ecdc ;};_dbae :=bindataFileInfo {_c :"GBTpc-EUC-V",_ed :789,_cg :_g .FileMode (436),_ca :_d .Unix (1580492242,0)};_dcec :=&asset {_fdf :_egge ,_ff :_dbae };return _dcec ,nil ; +};func _cb ()([]byte ,error ){return _fd (_aed ,"Add-H")};func _faf ()(*asset ,error ){_efd ,_eb :=_ggf ();if _eb !=nil {return nil ,_eb ;};_gb :=bindataFileInfo {_c :"78-V",_ed :892,_cg :_g .FileMode (436),_ca :_d .Unix (1580490959,0)};_dcf :=&asset {_fdf :_efd ,_ff :_gb }; +return _dcf ,nil ;};var _ggaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x5b\xcf\x2f\x3d\x92\xdd\x07\xde\xd7\xa7\x78\x2e\x35\x17\x33\x9d\x3c\x93\xc0\x8b\x0d\x8c\x0e\xad\x69\x08\x1a\x1b\x96\x4f\x80\xe1\x8b\x3c\x30\xdb\x05\xb8\xab\x1a\xd5\xad\x0b\x7d\x7b\x83\xbf\x15\xc9\x68\x0b\x32\xde\xda\xc0\xc6\xc3\x3f\xc9\x4c\x32\x23\xc8\xe0\x5a\xc1\xd3\xdf\xfc\x9b\xbf\xfb\xb7\x7f\xf7\xa7\x3f\xfe\xf3\xcf\xdf\xfc\xf7\x7f\xf9\xf3\xfd\x9f\xe6\x3f\xff\xbc\x7f\xfc\xd3\xf3\x97\xf9\x4f\x7f\xfe\xcf\x7f\xb9\xe7\xcf\x35\xff\xfe\x8f\x7f\xfa\xc3\x1f\x42\xfc\x79\xfe\x78\xff\xf3\xf7\x93\x3f\xf7\x3f\x9c\xff\xf8\x87\x3f\xac\xe7\xff\xd3\x7f\xf9\xa7\x7f\x9e\xff\xf0\x77\x7f\x7a\xff\xfc\x93\x94\xef\xf9\xcf\xff\x68\x79\x7f\x7e\xfe\xe6\x7f\x98\x7f\xff\xc7\x7f\xfa\xe7\xbf\xfc\x97\x9f\x7f\xf5\xff\x7d\xfe\x7c\xcd\xff\xd7\xcf\x33\xdf\x15\xff\xdf\xfd\xe5\x99\x7f\xf9\xe3\x9f\xfe\xfe\xe7\x5f\xfd\xfb\x7f\x1d\x76\xec\x7f\xfa\xcf\xff\xf8\x8f\xff\xe7\xfc\x87\xf9\xa7\x7f\xfe\x29\xc4\xcd\x3f\x3d\xfc\xfd\xc3\xdf\xfc\x9b\xff\x78\xfe\xe3\xff\xff\xfc\x87\xf9\xf3\x37\xff\xfe\x5f\xff\x87\xf8\x1f\xfe\xdf\xff\x3f\xe2\x89\xfe\x9f\xe7\x5f\xfe\xe9\x8f\x7f\xfe\xd3\x4f\xf8\xff\x1c\x47\xf7\xe8\xff\xf1\xbf\xfc\xe3\xfc\x09\xf6\xf8\xff\xfa\x3f\xfd\xdd\xbf\xfd\xf9\xdf\xc2\x4f\x38\x7e\x62\xc9\x65\xfc\xef\x16\xff\xbf\xfc\xc7\x3f\x3f\xf3\xe7\xd0\xaf\xa4\x7a\xdf\x7f\x7e\xe6\x3f\xfd\xe3\x79\xcf\xbf\x9c\x7f\xfa\xfb\xf9\x87\x9f\x9f\xdf\x8e\xe3\xd7\x8f\xfe\xfd\xd6\xfe\xf6\xd7\x8a\xe9\x21\x1d\xeb\xff\xaf\x9f\xdf\xfe\xf6\xdf\xa5\xb1\xfe\x5b\x7c\xb6\xbc\xbf\xfd\xed\xbf\xfb\xdb\x7f\xf7\x6b\x7d\xc1\x7f\xf5\xbe\x3f\x04\x15\xf3\xa7\x3f\xff\xf3\x33\x5f\xc5\x51\xc2\x6f\xe1\xfd\xf5\x13\xd6\x13\xff\x32\xe9\x0f\xe1\x38\xac\x5e\x7f\x7c\xee\xff\xe3\xfc\xcb\x1f\x54\x78\x4e\xf5\xd7\x4f\x8c\xa9\x64\x22\xc6\xfa\xbf\x22\x72\xee\x16\x71\xa5\xf8\xeb\x27\x87\x1a\xf7\xef\xf4\xeb\x27\xb7\xa3\xed\xdf\x79\xfd\x8e\x9e\x5e\x48\x1f\xfb\x77\x5d\xcf\xf7\xb2\x7f\xb7\x5f\x3f\xe1\x08\x29\xec\x88\xfe\xeb\x27\x94\xe1\x2f\x1c\xbf\x7e\x72\xaf\xdf\xef\x7b\xc9\x27\xc5\xd4\xf7\xef\x40\xfe\xb8\x7f\xc7\x95\xde\x8e\xfd\x3b\xfd\xfa\x19\xdd\x93\xa9\x5f\x2d\xfb\xf7\xaa\x5f\xef\x79\xff\x5e\xf5\xeb\x6d\xec\xdf\xed\xd7\x4f\x3c\x46\xd8\xbf\xfb\xaf\x9f\x72\x04\xaf\xce\xf8\xf5\x13\xf2\xae\xfe\xb3\xaa\x17\x4b\x4e\xfb\x77\xa0\xfa\xc7\xfe\xbd\xe4\xd7\x82\xff\x46\x7e\xd9\x7f\xe7\x25\x8f\xd6\xfa\x8e\x28\xbf\x7e\x52\xda\xf2\x78\x56\x05\x43\x28\xfe\x40\xfb\xf5\x93\x47\xae\xfb\xf7\x92\x5f\x8c\xfe\xfc\x58\x15\x8e\x5f\xfe\xb9\x2a\x98\x63\x4f\xfb\x77\xf8\xf5\x13\xf3\x56\xe0\x5c\x15\x2c\x25\x7a\x7a\xfa\xf5\x93\xea\xe8\xfb\x77\xfe\xf5\x93\x72\xc8\xfb\x77\xf9\xf5\x53\x6a\xf5\xf7\xab\x7e\x5b\xc2\x73\x55\x30\xf5\x32\xf6\xef\x55\xc1\xf4\x2f\x5e\xb8\x9a\xd8\x88\x5f\x05\x5e\x2a\x58\x4b\xdd\xbf\xc3\xaf\x9f\x32\x52\xde\xbf\xe3\x7a\xbe\x7b\xfa\xaa\xe0\xd8\x2d\xf4\x5d\x15\x2c\xe9\x88\xfb\xb7\x04\x58\xf6\xef\xfa\xeb\xa7\x1e\x87\xbf\x6f\xd5\x2f\x05\x7f\xbe\xff\xfa\xa9\xa1\x7a\xfe\xa5\xe1\xd6\xad\xfe\xe3\x40\xc3\xc7\x48\xfb\x77\xa0\xcf\xf4\xfd\x7b\xd5\xaf\xa5\xb8\x7f\x27\xde\xe7\xf9\x97\x86\x7b\xf1\xf4\x42\x8b\xaa\xfb\x77\xfd\xf5\x53\xe2\xbf\x78\x7f\x5b\xdf\x53\x3d\x7d\xc9\xaf\x0d\x2f\x6f\x29\x78\x7c\xf2\x18\x18\x90\x52\x3f\x05\x8d\x80\xfc\xea\x71\xec\xdf\xab\x83\x8c\xaf\x01\x8c\xb0\xea\x17\x76\x8f\x18\x81\xfa\xc5\xdd\xa2\x46\x40\x80\x39\xb5\xfd\x7b\x75\x91\xf2\x09\x6c\x84\x55\xc1\x9a\xbf\x2e\x3e\xc2\xaa\x60\x6a\xc3\x5f\xb8\x04\x58\xe2\xf7\xbe\x88\x00\xe3\xd7\xe4\x47\xa4\x07\xd7\x7f\x91\xbe\x2a\xd8\x63\xd8\xbf\x97\x82\xe3\xa7\xe0\x11\xe9\xc2\xa9\xf8\xf3\x85\xdf\x6d\xff\x5e\x46\xac\xe7\xb1\x7f\x2f\x05\x87\x98\xf7\xef\xbe\xea\x9f\xbc\x3c\xba\xf0\x16\x50\x5a\xf5\xab\x65\x2b\x3c\xad\xfa\xa5\xbe\xeb\x97\x50\xf0\xd1\xd2\xfe\x9d\x7e\xfd\xc4\x96\x3c\x9d\x1e\x92\xfc\x7d\x4b\x7e\xc7\x96\x47\x5a\xf5\x4b\xf9\x33\x29\x23\xc9\xc4\x14\x7f\xdf\xaa\x5f\x0d\x9e\x4e\x03\x0c\xdf\xf3\x99\x0e\xd2\x42\xda\xbf\x97\x82\xbd\x81\x66\xe4\x77\x04\xff\xbd\x4c\x8c\xd7\x37\xaf\xfa\xc5\xb1\x1b\x5c\xa6\x7e\xf1\xf0\xfc\x4b\xbf\x47\x0e\xfb\xf7\xb2\x30\xe9\x33\x59\x23\xd3\x00\xfb\x6e\xe0\x79\xd5\x2f\xb5\xd8\x19\x97\x6c\x3c\xf9\x6f\x8f\x30\x63\x94\x55\xf9\xd0\x52\xda\xbf\x97\x70\xd3\x67\x6f\x47\xc1\x3e\xc6\x9a\xf7\x6f\xcc\xcf\x56\x76\x59\x95\x6f\x21\xf8\xef\xf2\xeb\xa7\x1d\x47\xdf\xbf\x97\xf9\xa9\x47\xf5\x02\xda\xaf\x9f\x31\xfc\x7d\x1d\xe1\x84\xfd\x7b\x59\x9f\xbe\x9f\xaf\x34\xce\xbe\xcb\xab\xf4\xee\xb6\x1b\x7f\x45\xb8\xdb\x5c\x8e\x4a\xfd\xb6\x35\x1b\xd5\xcc\x63\xda\xbf\xcb\xaa\x4f\xe9\xfe\xc0\xaa\xe0\x88\x9e\xa1\x21\xed\xb1\x7f\xf7\x35\x80\x24\xff\xbd\xc6\xbf\x3d\xbe\x8d\x46\x05\x5b\x3f\xf6\xef\xf0\xeb\xa7\xa5\x31\xf6\xef\xf8\xeb\xa7\xc5\xea\xf9\x57\x05\xdb\x6e\x5d\x8d\xde\x13\xa2\xff\xa6\xf7\x1c\xfe\xfc\xea\x3d\x79\xf8\xfb\x1b\xe3\x6b\xd8\xbf\x3b\x0a\x28\xfb\x37\xbd\x7b\x9b\xab\x4e\xef\xa9\xdb\x1c\x75\x14\x1c\x6b\xd8\xbf\x57\xef\x89\xfb\x7b\x3b\xad\xb3\xee\xde\xdb\xa9\x5f\xc9\x79\xff\x2e\xcb\x5a\x0c\x4f\x5f\xbd\x27\x15\x2f\x6f\x99\xc7\x3d\x5c\x8c\xae\xde\xfd\x8d\xff\xa3\xaf\xfa\xb5\xd4\x3f\x05\x0d\xf0\x43\xda\xbd\x7d\x60\x7d\x9a\x77\xef\x81\x00\xc3\xb6\xcf\x03\xfb\x18\xb7\x00\x06\x15\x3c\x8a\xff\x5e\xdd\x67\xec\xee\x3d\x84\x70\xea\xd8\xbf\x97\x00\xfb\x38\xbc\x06\xfd\xd7\x4f\x3f\xba\x17\x08\xc6\xda\x35\x3a\xe9\xdf\x3e\xc0\x9c\xd4\xb0\xc7\xb2\x7f\x47\xec\x69\xdf\xbf\xd3\xaf\x9f\x96\xb3\xa7\xaf\x2e\x52\xbe\x01\x6e\x9c\x74\x91\xb6\x5b\xd4\x49\x0b\x8c\xdd\xf3\xaf\x16\x58\xab\xbf\x0f\xfb\xd3\xe2\xfe\xbd\xfa\xb7\x0f\x40\xd7\xaa\x5f\xeb\x47\xda\xbf\x03\x03\xca\xb1\x7f\xa3\xe1\xe2\xbf\x97\x00\x57\x43\xdd\x11\x34\xc1\xe1\xbf\x57\x13\x8c\xcd\x0b\xa0\x8b\x8c\xdd\xe6\x01\x89\xb1\x44\xff\xdd\x19\x41\xfc\x05\x4b\xc7\x6d\xb7\x11\x30\x62\x4f\xc1\x7f\xa3\xe3\x3d\x24\x82\x11\x63\xc9\x71\xff\x5e\x12\x2c\x5b\x82\x02\x89\x69\x7f\x21\x20\x31\x1e\xff\xf2\x05\x58\x99\x6d\xf2\x85\x12\x7d\xc8\xbb\x35\x46\xef\x46\x08\x4a\xec\x3e\xa4\x08\x25\xc6\x7f\xf1\x7b\xa1\xc4\x18\xfc\x77\xfc\xf5\xd3\xdd\xc4\x83\x12\xdb\xd8\xe5\x81\x12\xdb\xd8\x43\x9a\x40\x62\xfe\x30\xcf\x78\x34\xc4\x6c\x4c\x02\x48\x4c\xe3\x03\x81\x03\x90\xd8\xd3\x11\xf6\xef\x41\x13\xfb\xde\x37\x65\xa5\x8b\xff\x5e\x46\x66\x83\xbc\x01\x48\x6c\x7d\x77\x2a\x40\x62\xf1\x21\x67\x0a\x65\x1f\xfe\xfc\xb2\x82\x7d\x1b\x25\x40\x62\x6f\xdb\x28\x80\x11\x7b\xca\xfe\xbe\xbe\x40\x7b\xf5\xe7\x57\x17\x59\x9d\xfc\xaf\x18\x62\x5e\x69\xff\x28\xfb\x37\x26\x7c\x57\x06\x00\x19\x43\x1f\x1e\xb1\x4c\x64\xae\xfe\xc0\x42\x40\x63\xdb\x7c\x10\x64\x6d\xbb\xb9\x81\x20\x47\xdb\x16\xe2\x95\x89\xdc\x26\xf4\xd5\x00\x19\x3d\xff\xe0\xfd\xa6\xbd\x13\x04\x19\x8e\xaf\x83\x9d\x20\xc8\x9e\x3e\x93\x7b\x1e\x92\xee\xd7\xda\x4e\x10\x64\x8f\xb9\xed\xdf\x68\xff\x93\xfe\x79\x88\xc3\x7c\x16\xe9\xac\x1f\xc0\x3a\x76\x44\x16\xad\x6b\x3b\x42\x3c\xaf\xd9\x27\x9f\x4d\x56\xd6\xeb\xd0\x2c\xc7\xd7\x07\x4f\xc6\x81\x15\x11\x76\x44\x57\x84\x35\xd2\x29\x25\xc5\x12\x91\x43\x5b\x2d\x3e\x76\x72\xf7\xa5\xed\xaa\xd6\x3e\x9f\x5f\x3f\x3d\x88\xde\xbc\x95\x3c\xab\x12\xb1\x40\xd3\xe0\x61\xb1\xae\xd6\x5f\x79\x4f\x6c\xf9\xd7\x8f\x19\xcf\xd8\xce\x95\x1f\xb9\xc4\xf6\xac\x2e\xdf\x14\x3f\x97\x3c\x13\x63\x52\xec\xcb\x3a\x0d\xac\x59\xec\x09\x3b\xc0\x8b\xc6\x41\x61\x3c\x7c\x96\xd5\x1d\xc7\x52\x48\xbc\xd7\x78\xd6\xa8\x68\xbc\x57\xa5\x3b\xe0\x24\xce\x40\xc1\x3c\x3b\x41\x7c\x1a\xf5\xe3\x5c\x2f\xcd\x85\x02\xe6\xd2\x44\xc3\x90\xc4\xf5\x65\xa3\x17\x2a\xf1\xd2\x7f\x31\x81\xf1\x6d\x4b\x9b\x49\xe1\xce\x4b\x79\xcf\x4b\x61\x81\x67\xdf\x93\x02\xe8\x80\xf1\xbd\x56\x01\x6d\xd5\x28\xe5\x43\x09\x9d\x1f\xab\x4a\xca\x94\xf2\xfa\x04\x81\xb8\x94\xd7\x5b\x43\xd4\x03\xf7\x8a\xa7\xa7\xa7\x42\x4d\x11\x4b\x2a\xf4\x30\x06\x9d\x54\x26\x9f\xbf\x6a\x91\xea\x7a\x4f\x40\xbe\xa9\x56\xde\x49\xfe\xb6\xbe\xe0\xa8\x0a\xaf\xf7\x37\xbd\x73\xe9\x35\x1c\xb9\x51\x09\x14\x32\x00\x53\xa9\x5d\x4a\xd0\x13\x37\x4f\x24\xc2\x8f\x12\x28\x7a\xa9\xaa\x07\x3a\x76\x5a\x9a\xea\x07\xe3\x46\xea\x2a\x9a\x6a\xf4\x41\x38\x12\x56\x09\xca\x23\x01\x53\xed\x81\xe0\x81\x5d\x69\x4c\x84\x4d\x61\x67\x5d\xc2\x86\x4c\xa6\xf3\xe2\x59\xca\x3a\x27\xe1\x41\xf8\x25\x4c\x9e\xeb\x20\xcc\xb3\xd7\xb9\x5a\x0e\x1a\x4f\xb4\x84\x48\x13\x4c\x2f\xef\x04\xc1\xe5\xb2\xf2\x07\xca\xca\x4d\x2d\x24\x13\x5e\xcd\x54\x63\x62\x6e\x8d\x7a\xae\x67\x73\x5f\x5d\x79\x58\x78\xae\x30\x50\x37\x8f\xc8\xb3\x95\x70\xa2\x81\xf0\xec\x58\xdd\xe3\x40\x05\xf9\x5c\xef\x0f\xb8\x12\xf2\x19\x31\x01\xe4\x3f\x19\x0c\x30\x5f\xf9\xc4\x5d\x50\x9b\x12\x68\x13\x87\x1e\xae\x08\x97\xc2\xce\xf5\x31\x8b\x60\xfc\x8e\xf5\xcc\x37\x8d\x01\x28\x94\x1f\x6a\x45\xe7\xcc\x8f\x9c\x12\x88\x2f\x3f\x2b\x53\x45\x7c\xf9\xa9\xb2\x64\x07\x3f\x56\x13\xab\x74\xc9\xfc\x74\x25\x04\x7e\xac\xf2\xb3\x04\xf8\x2c\x85\x86\xa1\xd7\xae\x8f\xcd\x28\x31\x4f\x14\xad\xf8\xb9\x94\x25\x42\x92\x5f\xda\x3c\xb6\xb8\x14\x09\x3c\x10\xa6\x7d\xd2\xab\xca\x6a\xe7\xe1\x68\x4d\x09\x32\x18\x91\xf0\xe4\x61\xe2\x69\xdc\xc2\x89\xa5\xaf\x9a\x76\x3a\x40\xe9\x17\xfd\x9f\x17\xa1\x95\xaa\xf8\x81\x71\xa2\x63\x94\x81\x93\xaa\xeb\x45\xa3\xf3\x30\x09\x4b\x2d\x4d\xe3\x7c\xb9\xb0\xda\xd8\x82\x9a\xcf\x5f\x3f\xe3\x00\x03\x56\x2a\xd4\xe8\x17\xb5\x76\xe2\xd7\xb3\x95\x02\x2a\xcd\xa7\x8e\xc1\x08\xb0\x54\x5d\x51\x7b\xc5\xba\xd7\xfb\xc4\xd6\xf0\x9e\x7b\x75\xb0\x20\x66\x53\xef\x9b\xae\xcd\xc3\xf7\xa3\x04\xfd\x58\x8d\x4c\xfc\xa5\x3e\xeb\x4d\x8d\x51\xb5\x3e\x3c\x70\x28\xfc\xf0\x05\x4b\x14\x15\x33\x27\xa8\x53\x67\xa7\x46\x94\xb6\x74\x30\x0e\xcc\x62\x7d\xf3\x0a\xd3\xe5\xdb\x32\x48\x4b\xc8\x84\x89\xef\x0a\xf3\x05\x7c\x59\x5b\x5f\x1f\x42\xa0\x57\xb5\x7c\x91\x29\x12\xbe\xe9\xb5\x95\xf0\xcb\x4b\x57\x61\x0d\xe3\x74\xd0\xe3\x5b\x41\x74\xe8\xa3\x95\x0b\x9d\x15\xc2\x37\xa2\xa3\xb0\xc2\x17\x87\xa8\x04\x6a\x0a\xbd\x6d\xe5\x55\x02\x25\xd4\x83\x27\xc8\xb4\xb4\x3f\x3a\xac\xa2\x35\x4a\xa0\xb5\xb4\x65\x9c\x86\x86\xe2\xc6\x30\x12\xd4\xb9\xdb\x32\x4e\xeb\x07\x4f\xf4\x40\x2e\x3e\x6e\xf5\xe8\x71\xa0\xce\xb6\xac\xd6\x38\x68\xd8\x6d\xb5\xa9\xf5\x80\x32\xa1\x67\x7a\x65\x5b\xe6\x6c\x25\xf0\xa5\xd8\xb3\xa4\xca\x2e\x7b\xd6\xfa\x50\xfc\xa4\x7e\xd4\x63\xd9\x83\x71\xd0\xa8\x1a\x8d\xad\xd2\xf0\xda\x50\x5d\x29\xed\x24\x0f\xc3\x75\x3b\x31\xed\xa8\xbc\x5d\xc4\xe3\x2d\x6d\x57\xa6\x60\x5a\x55\xbb\x0a\x06\x84\xc2\xae\x8b\xb1\x56\x99\x50\x03\xdd\xbc\xdd\x07\xcd\x9f\xfc\xf7\x82\xcc\x21\xd2\x8f\xda\xcd\x37\x63\x4c\xda\x2d\xfd\x28\x93\x74\xcb\x67\xd2\x22\x6b\x51\x7e\x2c\x2c\xe6\xbf\x3d\x3c\x0b\xf8\x69\x0f\x83\xbc\x34\x82\x4d\x09\x1a\xcd\xdb\xb2\x29\x43\x5e\xd7\x86\x85\xb0\x4c\x6b\xec\x1c\xf2\xbe\xb6\x35\x76\xb6\x41\xe7\x6c\x2f\x32\x15\x24\x6a\x6b\xf0\xec\x8b\xa1\xfe\x8e\x79\xeb\xb4\xdd\x46\x3b\xee\x8c\xa5\x0d\x0d\xf5\xd5\x8e\x7b\xb1\xf8\xc2\x9b\x8b\x7e\x54\x12\xc8\x74\xf1\xdd\xc8\xa3\xf3\xad\x1d\xcb\xdc\xd7\x77\x74\x75\xf5\x8e\x05\x54\x15\xfb\x83\x60\xe9\xde\x7d\x16\xc2\xbc\x47\xd0\x80\x4e\xd6\xdf\x04\x33\x53\x7c\xa5\x6f\xac\xcf\x1e\xab\xcf\x74\xb9\x0c\x47\xa6\xdd\x63\x6e\x47\xa6\xdd\x67\x5c\x67\x23\xd3\xee\x0f\x65\x7a\x95\xb0\x04\x35\x0a\xed\x9e\x61\x60\x14\x7d\x9a\xc2\x0f\x86\x5b\x61\xda\x7a\xa6\xad\x8f\xa2\xaa\x52\x44\xa5\x51\xea\x61\x06\xb8\x4c\xb5\xc7\x1a\xd1\x5b\x47\x46\x63\x99\xcc\xde\xe9\xd2\x63\x59\xae\x36\x54\x8b\xc1\x00\xc7\xa0\x39\x18\x7f\xe4\x14\x1c\x27\x5d\xa3\xe8\x1b\x4e\xc0\x4a\x51\xf8\xc5\x98\x50\xeb\x25\xdf\x5e\x69\x88\xe3\x02\x25\xd0\x33\xc6\x45\x5b\xc2\xdc\x8e\x5b\x5f\x46\xfe\x1b\xb9\x07\xc5\xd3\xb8\xf5\x9e\x9b\x3e\x09\xf6\x1d\xb7\x0a\x96\xbc\x6e\xb0\x97\x5e\x8a\x95\x14\x3e\x19\x58\xc9\x4e\xe7\x1e\x0f\xd4\x5c\xb5\x7e\xd6\x57\x8a\x46\x8f\x65\x01\x7b\x62\x34\x3b\x81\x64\xa1\xd0\xf7\x4e\x9a\xd1\x01\x31\x3a\xcb\x58\x25\x53\x8b\xb3\x08\x4b\x44\xc2\x18\x6e\x79\x64\xcf\x65\xc6\xfa\xc1\xe7\x9c\x32\x63\xd2\xc8\x59\x10\x1e\x03\xda\x09\x78\xee\xf4\xf4\x73\x41\xcc\x1e\xb1\x81\x57\x06\xf8\xd3\xd3\xaf\x65\x70\x87\x06\xc9\x0b\x8b\x16\xb1\x9f\x57\x5f\x05\xc8\x5f\x72\x2d\x85\x8c\x88\x62\x2f\x2c\x43\x44\x99\xd7\xc5\xb3\xd8\xe7\xeb\x52\x9e\x55\xa1\x0b\xd9\x45\xd0\xd6\x25\xd9\x69\x9c\xbb\x96\xec\x86\xfa\xea\x05\x34\x0a\xc8\xe5\x5a\x8d\x7f\x44\x14\x7b\xad\x11\x66\x44\x3e\xe6\xa2\xc1\x47\xd0\xe9\x35\x97\x1c\xe5\x41\xbb\xde\x03\x24\xb0\x2a\x7a\x67\x3d\x1b\x08\xd3\x10\xe0\xab\x77\x11\x8c\x68\x84\xf9\x18\xec\xc2\x4d\xab\xcb\xe8\xe0\x5e\x1f\x19\xa2\x7a\xc5\xdd\x05\x23\x0a\xe1\x89\x2d\x54\xf8\xa5\x30\x1e\x58\xe8\x7f\x3d\x40\x09\x83\x11\x16\xa5\xdd\x0c\xf9\xf2\xf6\xdf\xb4\xe5\x6e\x79\x4e\xba\x26\xf1\x80\xaf\x03\xc0\x75\x2f\xc3\xdb\x3b\xc6\xf9\x5e\xe0\xab\xd7\xae\x70\xa1\x00\xbc\xa2\xb7\x50\x28\xa2\xbb\x4f\xe0\xbf\x0a\x50\xfb\xc5\x46\xde\x0f\x88\xae\x29\x8c\x1d\xc0\xa6\xde\xd8\xc5\xa8\xd1\xf6\xc6\x2e\xc6\x23\xff\x9e\x69\xbb\x81\x58\x05\xcd\xdd\x2f\x5d\x92\x81\xe8\x69\x1a\x27\x1a\x61\xde\xac\x6f\x7d\x5a\xa1\x5a\x89\x30\xc3\x2c\x1c\xe3\x61\xe4\x0a\xf4\xe7\x67\x09\xb0\x0d\x58\xfb\x43\x53\x3a\xe8\x3d\x0f\xcd\x47\x6d\xf8\x59\xd4\x68\x04\xec\xc5\x33\xf1\x94\xc5\xaa\x04\x10\x31\x1a\x7a\xa6\xcc\xf8\x6a\x0e\x0f\x26\x3d\xd0\x33\x9e\x77\x12\x5e\x1a\x9a\xcb\xd6\x8e\x40\xbf\x9d\x45\xe1\x4c\x78\xb5\xc3\x98\x68\xac\xb3\x74\x46\x31\x85\x87\x12\x94\xeb\xc4\xa1\x40\xb8\x62\x61\xb0\xc8\xb3\x02\x25\x69\x4c\xb3\xbe\x3c\x00\xd0\x9e\xed\xa0\x88\x55\xa5\x09\x11\x19\x54\x6f\x0e\x7a\x3d\xad\x78\x0e\x35\x20\x5e\x84\xae\x3b\x16\x63\x4a\xa5\x0c\x3e\xf3\x64\x28\x48\x0a\x3f\x14\xd0\xf5\x43\x02\x5b\xdf\x39\x2f\x46\x6e\x5a\xe8\xbc\x14\x4f\x4d\x6f\x1a\x13\x00\x6d\xde\x68\x47\xd6\x76\xde\xb8\xec\x2c\x01\xa6\x8b\x61\x98\xb7\x1e\xa6\x16\x0b\x7b\xb7\x41\x53\x9f\x0c\x3c\x32\x3d\x73\xde\x7c\xfe\xca\xff\x82\x92\x13\x74\xe8\x2d\x00\xfa\x43\xf1\xab\xef\x05\xe6\xd4\xde\x52\xb0\xda\x95\x30\xef\xc4\x08\xbf\x0c\x17\x72\xdc\xbe\x95\x61\x04\xc5\xbe\x80\x9e\x88\xc6\x5f\x40\x4f\x2c\x74\xca\xb7\x03\x8c\x15\x1e\x0c\xe8\x74\xe8\x77\xe0\x6f\x2c\x2a\x6d\x20\x3b\x60\xf8\x8b\xac\x13\x32\x7d\xc7\xad\x4c\x7a\xe2\xc1\x5d\xc6\x03\x0b\x0e\x0f\x4d\x97\xbd\x17\xce\x03\x14\xf8\x2e\x79\xb5\xce\x88\xf7\xde\x74\x3e\x0d\x73\xef\xad\xc6\xc3\x37\x23\xbb\x81\xa6\xde\x65\xdb\x5b\x5f\x8d\x6a\x1c\x40\xa9\xb0\xc6\x85\x71\x40\x1f\x99\xff\x1b\x87\x51\xc0\xb6\xc2\xa0\xa1\xb4\x0a\x18\xc7\x42\x43\x23\x64\xc5\x17\xc2\x65\x85\x1f\xc8\x43\xe4\x3d\xd8\xbf\xb0\x10\xd6\x38\xa6\xde\xcf\xb3\x2f\x2d\x6d\x51\xb7\x71\xa8\xf1\xa7\x95\x27\xe4\xa5\x9b\x42\x7c\xc8\xbc\x67\xf5\xf9\x11\x32\x92\xe8\x41\x99\xe4\xe6\x48\x2b\x5c\x54\x09\x85\xe5\x02\x52\x78\x55\x28\xeb\xa5\x8c\x41\x61\x49\x71\x04\xfa\x04\xf3\x6e\x23\x48\x99\x2a\xa0\xea\x3d\xe4\xa9\xf8\x6a\x21\x9f\x23\x54\xfc\x05\xab\xb5\x8c\x50\x45\xaa\x79\xa0\x01\x4d\x54\xb0\xf9\x60\x28\x0c\xbb\x91\x96\xfd\x1b\xa1\xf1\xf5\x85\x70\x47\x35\x7a\x16\x90\x3b\x16\x80\x1d\x01\xbb\x9b\x22\xcf\x0e\x15\xdc\x7e\x0f\xb5\x8d\x00\x1c\x0e\x89\x5a\x0d\xc6\x86\xcc\x9b\x69\x3d\x2d\x12\x86\xe1\x82\xbd\x47\x38\x31\x05\x12\xc7\x79\xf1\xa9\x71\x85\x01\x70\xbd\x92\x07\x04\x9c\x25\x26\x10\x30\x98\x6a\x84\x9b\xb2\xf4\xfe\x5b\x48\x88\xf7\x3c\xd0\xfe\x41\x1e\xf0\x02\x43\xcf\x08\x18\xf1\x2a\xf5\x3c\x9a\x27\x88\x14\xf6\xa8\x83\x21\xfb\xa7\x28\x41\xb9\x2a\xa4\x5e\x99\x9a\x12\x28\x0e\xe8\x91\x1b\x55\x7a\xe4\x7d\x28\x84\x55\x3d\x04\x88\xb1\x65\xb2\x6c\x84\x45\x98\x87\x09\x9f\x61\xd5\x5a\xcc\x22\xcc\x21\x0e\x7d\xc3\x2b\x4f\xda\x0a\xc7\x4b\x04\x78\xd5\x3b\xde\x10\xe3\x05\x6c\x47\x5c\x60\x3d\x24\xc6\x88\x11\x1f\x8d\x50\x89\x70\xa6\xe7\x75\xc2\x98\xc2\x65\x0c\x46\x9c\xf2\xa4\xad\x4f\x88\xcb\x82\x77\x38\xc9\x48\xf8\x46\xda\x1a\x3a\x46\xa2\xbd\x1d\x14\x9c\x1a\x94\x11\x85\x24\x9a\x12\x8e\xe0\x91\xba\x38\xec\x7a\x67\x12\xb7\x59\x66\x61\xa4\x13\xb4\x4c\x45\xf1\xe7\x84\x14\x13\x2f\x82\xe8\x44\x65\xba\xb0\xc7\x59\x61\x41\x4a\x0a\x40\xb3\x07\x6d\x2f\x5d\x37\x0f\x17\x4a\xbb\xe8\x49\x9d\x07\x6e\x94\x30\xc8\x04\x57\x49\xaa\xdd\xc3\x38\xb5\x4c\xea\x48\x74\xed\xae\x67\x1f\x78\x6b\x25\xff\x22\xcc\x4d\xe2\x4d\x8c\x71\xa9\x2b\xac\x5a\x77\xc2\x8c\xc6\x96\xe7\xa4\x12\x5d\x09\x8c\xb4\x07\x05\x60\xa7\x21\x95\x23\xe1\x15\x6d\xd8\x8e\xb4\x98\xf7\x7a\x40\x3f\x5e\x8c\x30\x32\x5d\x5a\x0e\x29\xd2\x0a\x13\x7e\x91\x7e\x50\x3d\xd0\xe9\xa1\x4f\x78\x19\xd7\x55\x8d\x45\x8c\x5a\xd7\x5b\x51\x94\x2c\x5e\x86\xef\x1c\x45\xe1\x07\x2b\xb7\xaa\x8a\x73\xab\x35\x94\x93\xf1\xb5\x24\x64\x9d\x0b\x4e\xac\xaa\x3c\x1a\xb2\x1a\xe1\x35\x64\x25\x46\xe0\x91\x0b\xbe\x23\xba\x42\x2e\x72\x73\x04\xc2\x32\x91\x85\xf0\x4d\x4b\xa0\xe0\x82\xc6\xad\xb0\xa9\x17\x0d\x7e\xd0\xd4\xe8\x21\xb9\xe2\x61\x40\xb3\xb9\x16\x32\xd1\xa6\x32\xde\x9c\x84\xfa\xb3\xc6\x78\x34\x95\x71\x5b\x86\xae\x70\xe2\x81\x44\xd1\x8d\x37\x55\x8a\x6e\x7a\x13\xbd\x33\xcb\xb8\x75\x65\x6a\x4a\xe0\xeb\x9a\x3e\x82\x0f\xc2\xeb\x99\x12\x06\x23\x63\x02\x33\x6d\x3e\x03\x1d\xda\x20\x53\x0f\xd8\x58\xf2\x74\x19\xf7\xf6\x7b\xd6\x2d\xe3\x8a\x02\x3f\x8d\xcc\x00\x1a\x68\x29\x38\xff\x5a\xc3\x78\xe7\x8b\x91\x1b\xcb\x95\x2f\xc9\x5c\x99\x20\xf5\x45\xf2\x87\x27\x45\xac\x4f\xbe\x51\xa4\x94\xb4\xb8\xea\xc0\x81\x3c\xf0\xca\xf5\x1e\x28\x6c\x32\x8b\xb7\x30\xc9\x28\x48\x2d\xf3\x15\x05\x9f\x39\xde\xcb\x51\xe4\x59\xa5\xc1\x95\x05\x86\x86\xda\x7a\x51\x85\x16\x6e\x1b\x05\xde\xd6\xe8\x4b\xe5\x56\x1e\xde\xf3\xd0\x5a\x8b\x5e\xfa\x30\x88\xa3\xec\x82\x43\x20\x75\x85\x93\x32\xf1\x34\x4c\xba\xd2\x75\xcb\xea\x65\x23\xa1\x95\x32\x11\x51\x5d\x5f\x53\xe4\x0e\xac\x95\x70\x87\xa0\x75\xc2\xd8\x21\xbe\xb2\x82\x1e\xf3\x62\x43\xa3\x8a\xb6\x52\xeb\x56\x57\xef\x4e\x48\xa8\x55\x5a\xe2\x82\xc2\xa3\x2d\xca\x1b\x12\x58\x78\xb4\xd5\x98\x46\xa2\xb9\xb6\x05\x5c\x06\xf8\x64\x34\x46\x9e\xb6\xf0\xef\xc0\x11\xd3\x3a\xa6\xa4\x89\x0f\x80\x1e\xe4\x4b\x49\x8c\x75\x0d\x1f\x66\xa3\x7f\xe2\xc5\x68\xac\x60\x1a\xf8\x17\x06\x18\x74\x74\x7c\x66\xcc\x2a\x8e\x0e\x03\x3a\x50\x59\x6f\x7c\x3c\xa8\xa2\x2f\xd5\x84\x7c\xd0\xd2\x7b\x63\x80\x66\xe4\xee\x38\xa8\xb2\x0c\x4e\xc7\x41\x95\x54\x02\x0e\xcd\xb1\xb0\xd0\xe8\x32\xb1\xe0\x99\x7e\x2e\xd3\x9e\xb0\x00\x9d\x31\x52\x26\xbf\x33\x2e\xc0\xec\x47\xbf\x10\xb5\xc5\x33\xc0\xd0\xdd\xfa\x2d\xcb\xab\x30\x1d\x1a\xcb\xd0\x19\x17\xcb\xa1\x70\xe2\x8b\xa9\x0f\x73\x24\x00\xe1\xd1\x31\x92\x05\x75\xc8\x11\xa2\x1e\xd9\xa7\xa4\x45\x3c\xe3\x14\xab\x26\xc6\xc8\x09\x49\x1c\x84\x57\x6b\xcf\xa1\x05\x7e\xd0\xda\x3b\x61\xfc\x79\x09\x4b\x32\x2a\x2e\x4f\xac\xcd\x68\x2a\xa0\x12\xe6\x23\x11\xc4\x58\x50\x65\x30\xc1\x38\x46\x07\x9b\xea\x3d\x7d\x10\x4f\x7e\xe3\x8e\x54\x02\xa8\x82\xd7\x72\x98\x8b\x63\x10\x3e\x95\x7f\x35\x83\x71\x49\xa0\x99\xb0\x54\xc6\x7b\x2e\x54\x16\xab\x7e\x24\x2a\xa4\x07\x96\x0d\xc2\x51\x37\xc6\x45\x45\xa3\xe2\x1f\x5e\xd4\x08\xab\xfd\x51\xd1\xd5\x9e\x42\x16\x6a\x93\xef\x03\x17\xc4\x18\x38\xe7\x72\xd4\xa7\xe1\x9c\x4b\xa0\xb3\x71\x53\x3d\x10\x1c\x3e\x8e\x91\xc0\xa9\xf2\x71\x34\x89\x45\x1e\x78\x7d\x3e\x43\x79\x56\xbc\x74\x93\x15\xdf\xa9\x35\xef\x59\xe3\xd4\x48\xd8\x63\xfc\x20\x63\x99\xc1\xdf\x31\x6b\x67\xc6\x46\x62\xd0\x4f\x4d\x3d\xd1\xd7\xce\x0a\x56\x55\xfc\xd2\x61\xc8\x09\xab\x70\x56\xb9\x80\x49\xc0\xef\x54\x28\xfd\x6c\xb8\xe1\x01\x09\x67\xa3\x1f\xd1\xaa\xce\xce\xb4\x5d\xe3\xd9\x4e\x0d\x19\x00\xce\x81\x22\x0a\xf9\x07\x1d\x9e\x56\x7b\x0e\x5a\x33\xca\x3d\x07\x8d\x81\x61\xfe\xc4\xc4\xe1\x30\x1d\x27\x3c\x3f\x63\x07\x4e\xfa\x75\x50\x1e\x7a\x4b\x52\x1e\x00\x12\x7e\xf4\x71\x82\xe5\x3a\xad\xf6\x5c\x52\x1d\xf8\xbb\xc6\x39\x61\x5d\x18\xb5\x13\x4e\x9c\x33\xc6\x5b\xbe\x9c\x8c\x41\x39\xa7\x24\xb1\x1a\xc3\x85\x79\x0c\x5d\x61\x80\x34\x18\xef\x66\xb0\x8d\x18\x9a\xbb\x60\x2c\xf8\xe0\x1b\x1f\x79\xb0\xf8\x6b\x15\xd0\x0e\xfd\x50\x7f\x5f\x25\xdf\x8d\x79\x1a\xfa\xfe\xdd\x58\x20\x41\x73\xbe\x99\x6a\x3b\xe8\x83\xb7\x78\x10\x6d\xe1\x66\xba\xac\xf0\xc5\x37\xf3\x0e\x4c\xfe\x8c\xfb\xc6\x0b\x40\x23\xbc\x27\x83\xa5\x2a\x87\x59\x56\x4b\xbd\x27\x66\xb6\x2a\x7e\x99\xd3\xdc\xe9\xc0\xb7\xa6\x11\x30\xa7\x37\xf3\x9a\x2c\xbd\x1a\x37\xf6\x9a\x69\x8a\xf1\x40\x84\x32\x36\xfa\xc1\xe3\xca\xf2\xaf\xf1\x64\xc8\x92\xc5\x03\x53\x78\xf6\xc9\x93\x02\x68\x50\x0f\x76\x53\x98\xe5\xa9\x60\x16\x6a\xf1\x54\x79\xf2\x78\xa0\x0a\x4e\x53\x18\x60\x81\x95\x0b\xe3\xa1\x9d\x75\x06\x04\xfc\x21\x1d\x4f\xf3\x90\x3f\x04\xba\x3e\x9e\x35\x80\x84\x8c\x83\x73\x3c\xcc\x16\x54\x44\xf1\x30\x5b\x90\x99\xfe\x1b\x8f\xdc\xfa\xc8\xf7\xc1\x1d\x15\xc2\xd2\xc7\x43\x6b\x0c\xf4\xd3\x87\x39\x1e\x3c\xae\xe3\x39\xa5\x70\xe2\x69\x75\x01\xc5\x3e\x27\x9f\x4c\xcb\x79\x4e\x1a\x02\xad\xfd\x39\x71\x71\xe9\x2b\x2f\xf2\x1f\x0a\xd3\x4a\x07\x65\xe1\x34\xc5\x37\x30\x1e\x71\x60\x20\xe4\xa3\x49\x6d\xd5\x73\x71\x9a\x21\x6c\xf5\x30\x0e\x0b\x2a\x3d\x0f\xa8\x11\x3e\xf0\x30\x23\xa4\xd1\xed\x51\x4b\xc6\xb4\x3e\x1a\x7a\x25\x21\xf9\x43\x81\xe8\x72\xe8\xb0\x40\x7b\x3c\xb8\xe2\x85\xbe\x9f\x17\x12\x6f\x79\x26\x2b\x24\x68\x8c\x13\x3b\xce\xb4\xc4\x98\x4c\x5d\x17\x0b\xd3\x48\x81\x68\x53\xd3\x7b\xd8\xdc\xc9\xf4\x5e\x39\xe8\x36\x53\x9e\x0b\x40\xd6\x5c\x90\x73\x25\x64\x7e\xd0\x72\x10\xf5\x04\x5b\x5a\x09\x4c\x0f\x09\x54\xcd\x2a\xc7\x5f\x20\xcc\x2a\xaa\x83\x91\x78\x56\x78\xdf\x38\x7e\xcf\xae\xcd\xaa\x36\xa9\x87\x60\x05\x20\x25\x7c\x4b\x23\x80\x09\x27\x68\x0a\x6f\xec\x98\x4d\x75\xc7\x0a\x4f\x30\xa8\xb4\x35\x19\xa8\x98\x07\x1d\x93\xc1\x29\x34\xc5\xa3\xf5\x41\x75\x35\x50\x35\x04\xb2\x7a\x6d\x28\x1a\xee\x67\x57\x33\xa1\x34\x46\x2a\xd9\x82\x09\x60\x09\xb4\xcf\x39\x94\x87\x5a\xc8\xb0\xa1\x96\x79\x6a\x5e\x93\x2f\x80\x36\x17\x7a\xa1\xfc\x55\xf8\xdc\xc7\xa4\x59\x15\x9a\xe7\x84\x68\x45\x6c\xd3\xbc\xf4\x4e\xe4\xf7\x6a\x1a\x78\x85\xdf\xcc\x82\x02\x2a\xfa\x2e\x49\xf4\x8a\x51\x7c\x71\xae\x46\x46\xc5\x77\x74\x28\x37\x79\x4e\x7c\xf4\x80\xa6\xf7\x64\x74\xb5\xb0\xb0\xea\xaa\xc3\x4b\xb3\x6d\x8c\xae\xaf\x9a\x2d\xc0\xea\xa5\x79\x66\xc5\x4f\x38\x1a\x78\xf6\xc5\xd2\x64\xe0\xc4\xfb\xe2\x80\x60\x00\x7e\x69\x86\x19\x5e\xf2\xaa\x19\x32\x96\x9d\x07\x38\xa3\x2c\x1c\x73\x1e\x38\x1f\xf3\x6a\x0b\xe7\x21\x54\x96\x15\x66\x9e\x60\x35\xaa\xf3\x60\x2a\x05\x94\x78\x1e\xb8\x56\x8e\x55\xd1\xf3\xa0\x51\xb1\xbc\xf8\x3c\xd4\xa8\xd2\x92\xc4\x79\xd0\xa8\x72\x22\x41\x43\xda\x1a\xbd\xcf\x83\xb5\x02\xac\xd0\x3c\x8f\x2e\xc7\x02\x61\x34\x59\x2c\xcc\xa4\x71\x50\x98\x66\xce\x64\xef\x79\x0c\x3c\x74\x81\x02\x00\x23\x10\xe8\xf3\x00\xfe\xa7\xc1\xd7\xc8\x4b\xa8\x1a\x3d\xf8\xb4\x3b\x35\x7d\x26\xde\x00\x9e\x05\x9f\x32\xe3\x76\xb2\xa2\x25\x46\x06\xc7\x73\xac\x21\x24\x1c\x28\xe7\x1c\x94\x06\xa5\x3f\x4f\x4c\x70\x5d\x0a\x3c\x4f\xc9\x65\x61\x85\x53\xa3\x75\x5b\xfd\xfc\x3c\x41\xab\xa5\x54\x32\xe1\x7b\x0e\x41\x99\xe4\xf5\x1d\x84\xe5\xab\xd5\x03\x38\xf5\x07\xf9\x71\xb9\x77\x0b\x5f\xbc\x68\xf5\x8f\xf3\x1c\xf4\x89\xa0\x04\xba\x36\x82\x61\xec\x5e\x99\x2a\x3f\x10\xc0\x6a\xe3\xe7\xb9\xa0\xee\x4a\x58\x45\x5c\xcc\xfa\x1d\x0b\xe3\x9c\x17\x3a\x8f\x6b\xec\x3b\x99\x4c\x09\x5a\x18\x7f\x5e\xc0\x72\x96\xc1\x9c\x97\x66\xfd\x0e\x65\x6a\xca\x14\xf8\x81\xb1\xa2\x65\x30\xfd\xd2\x6b\x56\x3c\xc3\x31\xfa\xb9\xb2\xea\xb7\xf2\xdc\xbc\xa8\xae\x81\xf0\xbc\x85\xe9\xa9\xf7\x4d\x1f\x4f\x14\xa6\xc9\x8b\xc2\x7b\xee\x01\x82\xb6\x30\x8d\x64\xd9\x81\xf3\x61\xaa\x07\x0f\xf8\xf9\x60\xce\xd2\x32\xa4\x27\xe3\xdd\x80\x7e\x9f\x36\xde\xa1\x5b\x1c\xfd\x83\xc1\xf2\x7c\x20\xa2\xf9\x77\x17\x67\x9f\x0f\x36\x85\x75\xc0\xe7\xd3\x01\x48\xab\x5f\x9d\x1a\xc2\xd2\x1a\xce\x4e\x19\xdf\xb4\xe0\xc2\x89\xfd\x6c\x8d\xd6\x2a\x07\x3a\xb0\xfe\xc4\x68\xb5\x96\xc9\xdf\x35\xe2\xaf\x0a\xce\x21\xa7\xe0\xaa\xf8\x3c\xe1\x9e\x0b\xec\x9d\x72\x2d\xe3\x8a\x3e\x5f\x0c\x61\xe5\xd9\x57\x2b\x67\x16\x08\x3c\xdf\x2e\x6a\x41\x1e\x66\xca\x59\x10\x7e\xbe\x4c\x50\xb0\x2c\xe3\x7c\x99\xe1\xa9\x40\x8d\xf3\x95\xa7\x91\xbe\x8a\x67\x79\xd4\xa2\x4c\x90\xe4\x65\x24\xce\xf7\xd4\x03\x8b\xd3\x5f\x47\xb6\x1f\x83\x1f\x89\x1f\x4b\x71\xd7\xc1\x34\x55\xcd\x4a\x78\x09\xe7\x15\xc6\x03\xdb\x0a\x4f\x83\x70\x81\x60\xd7\x81\xef\xa3\xae\x46\x72\x1d\x45\xeb\xc9\x94\xe7\xe4\xa5\x4b\x00\xd7\x51\xf4\xa1\x85\xf0\xad\x04\xe5\x02\x61\x14\x95\x30\x95\x40\xd1\x78\x45\x6a\xe3\x89\xaa\xd5\x65\x81\x30\x56\x4c\xd5\xc3\x5b\xc2\x72\x89\xeb\x60\x70\x62\x61\xd3\x75\x68\xad\x5c\xa0\xe4\xa6\x97\x76\x12\x18\x23\x6a\xa5\xb4\x65\x9f\x43\xc5\x6f\x7e\x1d\x60\x15\xbc\x48\x17\xbe\xe9\xce\x6a\xc4\x4b\xbe\xe9\xca\xfa\x8a\x0b\xdf\x74\x67\x11\xc6\x15\xc0\x64\x35\x2c\xe6\x71\x05\x71\xd9\xca\xd3\x38\x05\x31\x88\x17\x0e\xec\x95\x49\x09\x8c\x0d\x7c\x1c\x6e\xdd\xc1\x26\xa9\x2b\x4a\x13\xcc\x2f\x5c\x31\xaf\xc6\x97\xf9\xa2\xc8\xd0\xcb\x20\x76\xc5\x0a\x1c\x5c\x3d\xe8\x62\x85\xe0\xc0\x2e\x5f\x2c\xfe\x1b\x79\xd9\xf4\x2b\x42\xed\xc0\xa4\x57\x1c\x5a\x53\xb0\x9e\x4d\xd8\x00\x7d\x27\xae\xc9\xc1\x4a\x98\x2b\x31\xf3\x95\x91\x24\xae\xc9\xc1\x92\xea\x8b\x65\x67\xa1\xb2\xfe\xf9\x4a\x70\x44\x76\x43\x5d\x59\x73\xeb\xab\xcb\x5d\xf2\x78\x31\x2a\x5d\x78\xb3\x46\x5e\xad\xf8\x32\x67\x16\xcd\x2a\x57\xbe\x0c\x96\x7b\x65\x46\x8d\x38\x48\x00\x7b\xf6\x45\x72\xaf\xdc\x78\x78\x71\x99\x2b\x77\x06\x10\xf4\x9c\xf9\x9a\x4c\xb3\x62\xc1\xd8\xc8\xab\x0b\x5c\x45\xe2\x62\xb5\xe0\x55\x96\xb8\xb4\x94\xfd\x2a\x9a\x52\x58\x7d\xec\x2a\x60\xa3\xc0\x17\x14\xb8\x43\x5e\x64\xf3\x2a\xac\xaf\x61\xbe\xf7\x2a\x45\x0d\x86\x3c\x18\x16\xfc\x0c\x57\x19\xb8\x29\x93\xc2\x1a\x87\x57\x9e\xba\xf4\x37\xb0\xd6\x57\xb5\x19\x88\x46\x18\xb0\x7d\x28\xcf\xa9\xcd\x0f\x81\x1f\xf2\xb9\x17\xc2\xe2\x0b\x4b\x5c\x2d\x8b\x0a\xac\x2f\x6b\x85\x0f\x40\xaf\x8d\xa9\x0c\x3c\x8d\x57\xa3\x65\x37\xe5\x67\xc5\x22\xdb\x53\x2e\x96\xf5\xf4\xf6\xbb\x6e\xb6\xab\x31\xfe\x14\xc4\xdd\x9a\x4c\x25\x2f\xc6\x72\xd5\x83\xc2\x3b\xcd\x13\x33\x73\x69\x99\x8f\x6a\xd5\x69\x31\x95\x5a\xd9\x5a\x91\x85\x9a\x2f\xad\x15\xa9\x2d\x29\x81\x05\x0f\x0b\x12\x5c\x3d\xab\x17\xaf\x12\x3a\x8e\xd4\x40\x07\xe8\x45\x0e\xd9\x4c\x98\x91\x2f\x28\x0f\xdd\x0a\x9f\xca\xd5\xcd\x04\x28\x8c\x6c\x0e\x3d\xfc\x2a\x13\x4f\x54\x88\x7b\xa0\xe4\xf5\x6d\xbd\xd0\xac\x3a\xe6\x3e\x20\xe4\x21\x77\x2e\x8d\x78\xa0\xd1\xc6\x8b\x86\xe8\x0d\x35\x1a\x43\x64\x85\x3c\x58\x65\xd6\x48\x5e\x27\x9c\x0c\x97\xe3\x75\xca\x1c\xb2\x20\xf3\x3a\x31\x87\x92\xd1\x89\xa3\xad\x22\x54\x16\x3f\x74\xd6\x50\x5f\x27\x0b\xaf\xf0\x7d\x5d\x67\x3d\x09\xaf\xca\x9d\x02\x3e\x7c\xc0\xd9\xf5\x9e\x4a\x18\x39\x0e\x6a\x74\x8a\x9e\x36\x5e\xca\xf4\x62\x1d\x34\x6e\x18\xff\xc0\xbf\x74\x9d\x2c\x05\x65\xd7\xe9\x25\x06\xcf\x62\xe7\x4b\x20\x20\x46\xf2\xcb\xbe\xe3\xb7\xb9\x04\x02\xc0\xed\x17\x43\x77\x63\x9e\xf2\xba\x8a\x5e\x5a\x08\xaf\x06\xca\xd6\xcc\xeb\xd2\xc2\x03\xba\xd8\xc5\xe7\x74\x4c\xef\x85\xff\xa2\x1d\x3c\x8b\x0f\x8a\x95\x3c\xd7\xb5\x8c\x53\x68\x60\xae\xeb\x62\x2c\x8e\x96\x69\x28\x41\x4f\x33\x79\x36\xa8\x05\x8e\xc6\xbe\xb0\xf4\x75\xd3\x97\x64\xa0\xe1\xfc\x6d\xac\x21\xea\x82\xe7\x77\xf6\x72\x5e\x37\x1a\xec\x7c\xc1\x0d\xcc\x6c\xc0\x95\xeb\x06\x66\xb2\x3d\xec\xba\x57\x3f\x59\x09\x83\x1f\x2c\x07\xe5\x3b\x6f\x7c\x2d\xda\x37\x75\xdd\x58\xd2\x46\x57\xbf\x6b\x57\x82\x72\xb1\x2e\x24\xab\x0c\xcd\xb5\x2a\xd3\x54\x26\x95\x81\x75\xc7\x70\xdf\xed\x50\x02\xb9\x80\x38\x91\xf6\x76\x37\xd5\x50\x9f\x84\xdb\x92\x25\x96\xd7\x4d\x1b\x38\x54\x73\x38\x50\xa4\x3b\xdc\x74\x4a\x99\x25\xbc\x15\xbd\xd2\x7e\xee\x05\x16\xd7\x8b\xf4\x00\x13\x8e\x49\x99\xe4\xad\xa3\x1a\x74\x56\xd6\xff\x5c\x77\xd7\x6a\x5a\x6a\x41\x23\x93\x16\x6f\x1a\x59\x63\xe3\xd3\x25\x1f\x48\xc6\x9e\xdc\x34\xb2\x06\x80\xbf\x6e\xcd\x61\xeb\x1b\x58\x87\xcc\xce\xac\xeb\xee\x4c\x0c\x4b\x13\xa0\xa3\x68\xf1\x38\x47\xf4\x52\x06\x99\x8a\xa6\x6f\x5c\x4c\x38\x4c\xaf\x1b\x00\x12\x8b\xf2\xc0\x46\x10\x85\xf9\x3d\x16\x5b\xbb\x9e\xcc\xea\x1c\xcc\xfe\x93\xa5\x44\xd4\xf0\x00\x4c\xe3\xef\xee\x7c\xb8\x9e\xcc\x12\x1d\x86\x6c\x01\x46\x75\xb4\x27\x4b\x80\x0c\x47\x8f\xc6\x72\x2b\xe6\x56\x82\x72\x69\x49\xa8\xea\x22\x6d\x67\xbd\xea\x65\x1e\x62\x7d\xec\xb3\x60\xce\x88\x0c\xd3\x4f\x51\xbb\xc1\x4c\x3d\x74\x7e\x29\xfb\xa1\x57\x68\x5c\x7f\x70\xea\xa9\x6d\x3d\xd6\xf6\xc9\x5f\x99\x06\x6b\x0a\x6b\x91\x09\xf9\xad\x39\x49\x24\x5a\x7d\x96\x95\x00\x51\x6d\xd4\xbb\x69\x5a\x5b\x61\xc4\x5c\x29\x40\x4b\xcb\x55\xeb\xae\x17\x75\x5e\xd4\xb5\x8e\xba\x10\xc6\xc7\x90\x78\xa0\x4b\x32\x18\x08\x41\x5e\x26\xda\xae\x07\x88\x09\x41\xbb\x58\x03\xb3\x32\xf1\xf4\xc2\x98\x03\xef\xd4\xf5\xd8\x22\x22\xbe\x99\xc9\x01\x76\x94\x5e\x0f\xd3\xd2\x61\xd1\xa4\x6b\x32\x70\x40\xbe\xae\x29\xad\xe2\x16\xb8\xa6\xb4\xda\x94\x49\xe6\x48\xf1\x2c\xe4\x5a\x64\xf5\x9a\x0c\x1c\xc2\x88\xb8\x43\x46\xc4\x0e\xe2\x0e\xe9\x4c\x99\x5c\x00\xf2\xd0\xa2\x1e\x2e\x7a\xa9\x12\xa0\x89\x55\x0f\x50\xbb\xde\x09\xe3\x36\xcd\xca\x03\xc8\xeb\x2a\x8c\xf5\x01\xbd\x11\xe6\xf3\x9b\xde\xf9\xf2\xc5\xeb\xcb\x26\x63\x4e\x07\xef\xe0\x49\x59\x05\x2b\x81\x95\xcf\x49\x61\x1a\x32\xe3\xc0\xac\x5a\x35\xa7\x30\x4d\x12\x35\xe3\x38\x19\xb8\x6a\x2e\x1c\x27\x3d\x30\xe8\x68\x4d\x4e\x44\xa4\x53\x7e\x5f\x9a\xc8\x6c\x5a\x11\x46\xc1\x8d\x76\xc7\xee\xe1\x6b\x36\xbd\x94\x2f\x6b\x7a\xa9\x1e\x66\xf6\x59\x62\x6c\xfa\x1a\x5e\xd4\x35\xb5\xa0\x30\x7c\x64\x28\x5c\xf4\x52\xfd\x60\x8a\x5a\xb2\x86\x14\xb1\x43\xe5\x9a\xdd\x4a\xa6\x84\x2e\x6f\xac\xc2\x94\xdc\xf5\xc0\x43\x26\x4c\xce\x64\xc1\xbf\x70\xfa\x64\x31\xda\x21\x45\x0d\xad\xca\xa1\xb4\xa1\xad\x28\x7c\x02\x0b\x65\x1a\x6b\xfd\x2e\xf9\x6f\xa2\xb4\x83\xef\x84\x65\x70\xd7\x1c\x43\x99\xf4\xb4\x06\x08\xaa\x01\x65\x6e\xea\xf5\x53\x36\xa7\xab\x38\x74\xd8\x28\x82\x41\xb1\xa9\x0f\xbf\x59\xe8\x37\x13\x66\x3a\x16\x28\x83\x3b\x67\xe0\x76\xbe\x5e\x28\x0f\xbb\x1f\xaf\x97\x85\xa5\x6c\xa1\xb9\x5e\x35\x36\xaa\xca\xaa\xa1\x11\xe9\x47\x6f\x05\x44\xf0\xcd\xaf\x35\x12\xbd\xa8\xd2\x84\x69\x61\xaf\x1a\x09\xfd\x02\xfe\x37\x62\xff\x3d\x82\x7a\xbd\x8c\xaa\x35\xab\x14\xa6\xef\x30\x76\x6f\xa3\x44\x20\xf6\xdb\x54\x22\x5a\x7d\x1b\x25\x82\x50\xdf\x26\x9a\xa4\x30\x6e\x7b\x7d\x12\xb8\xf0\xcb\x2f\x05\x0f\xbd\x09\xf4\xd9\x94\x40\xaf\xc4\x04\x88\xa2\xb6\xa0\x92\xb5\x3a\x31\x11\x46\xf1\xec\x2b\xbd\x5e\xb5\x39\x09\x16\x44\x26\x9c\xfc\x5a\xfb\xe3\x45\x00\x7a\x08\xfe\xf5\x76\x15\x80\x6c\x58\x39\xc5\xd6\xbc\x4b\x2b\xa7\x5a\x52\x69\x18\x19\x16\x3c\x5d\x38\xd3\x7a\xa6\x47\xb0\x58\x6a\x50\xf0\x0d\x8d\xed\xb0\x84\x5b\xc4\x15\xc7\xdd\x7d\x60\xf7\xf3\x52\xc4\x7d\x64\x01\x7a\xe5\x61\x4b\xcd\x6a\xdf\xf7\x21\xb3\x0f\x8b\xbf\x0f\x51\xb8\x65\x4b\xee\x03\xb5\x73\xa0\xc2\x7d\xb0\x06\x89\xbd\x75\xf7\x81\x51\x4a\x87\xf2\xe0\xd3\x0d\x14\x56\xb4\xe0\x53\x61\x9c\xd2\x4b\x51\xf7\x21\x5b\x32\x28\xb8\xea\x9d\x0a\x4b\x12\x83\x30\x36\x19\x57\xd4\x7d\x54\x0d\xb4\x3c\x5c\x6f\x25\x50\x1a\xd8\xa4\xae\x2e\x7a\x1f\xc2\x51\x55\xe1\x57\x99\xa8\x1e\xed\x82\xc9\xeb\x5b\x2e\x37\x4e\xd9\xb8\x0f\x50\x47\xb7\xb0\x04\x5c\x28\x5b\x66\x26\x51\x82\xda\x42\xaa\xca\x85\xff\xe5\x40\x7a\xe8\x1c\x17\xe8\x7d\x30\xc8\x43\x06\xef\x63\xa8\x7e\x03\x29\x0d\x89\x75\x85\x21\xc0\x8d\x5d\x48\xb7\x56\x6d\xb1\x64\xe9\x0e\x30\x43\x5a\xe7\x1d\xaa\x68\x6b\x23\x4c\x13\xce\xcb\x6a\xde\x2c\xcf\x1a\xec\x35\xbb\x03\xf5\x6e\x7a\x91\xed\xc8\x22\x0f\x16\xa4\x2e\xcb\x72\x47\xb8\x54\x5e\x70\xec\x8e\x40\xd5\x5a\x15\xe6\x3b\xe1\xaa\xb7\x88\x74\x5d\x26\xfa\x66\x1b\x5d\xcf\x6b\x6c\xb8\xb5\x8d\xae\xb1\x2d\xf6\x8e\x9d\xc9\xf8\xd5\x0c\xef\x88\x5f\x8a\x95\xbd\x77\x94\x1b\x07\xe9\x45\x4a\xce\x5d\xf1\x38\xcd\xa2\xc2\x20\xaa\x52\xf5\x30\xfe\x90\x4a\x09\xda\xe6\xb2\x86\xf4\xdb\x28\xb9\x0a\x93\xe9\x2a\x55\x3f\xf0\xd7\xac\x51\xe0\x8e\x27\xf3\xcb\x6b\xd4\xb8\xd9\x0a\xd7\xd5\x1a\xc4\xe1\x0b\x6d\x38\x69\xf5\x2a\x32\x4a\x00\x3e\x76\xbc\xdd\x89\x81\x98\x6d\xd3\x77\xce\xda\x81\x94\x08\xc3\xed\x03\xe1\xa2\xfc\x8d\x30\x7b\x62\xf9\x32\x16\xad\x74\x56\xb0\xdd\xb9\xb2\x38\x97\xe6\x99\x35\x03\x49\xa5\xb5\x0c\x84\xc5\xab\x77\x16\xde\xc0\x5f\x7b\x6b\x1d\x08\x13\xaf\x77\x1e\x10\xda\xdf\xdd\x7a\x75\xb3\x21\x6c\x48\x73\xf0\xfb\xae\xb6\x97\xe9\xe9\x31\x52\x5b\x99\x7e\x8e\x16\xb9\xf3\xd0\x94\x13\xd5\x92\xfc\x38\x55\xe1\xce\x43\xdf\xb7\xe4\x51\x60\xab\xcc\x2c\xdc\x05\xb6\xaa\xcd\x8a\x77\x91\xc3\x9b\xc6\x84\xa7\xa0\xb3\x7b\xfa\x2e\xb6\x7d\x90\x07\xe4\xa1\x49\x0a\xb3\x40\x9b\x6f\x2a\xb8\x9c\xda\x82\x4a\x77\x61\x88\x57\x5b\x2a\xda\x4a\xb8\x0c\xf1\xad\xdd\x56\x2c\xda\xbb\x0b\xfb\xdb\x18\x2b\x6f\xbc\x09\xa3\x2d\x44\x78\xe3\x4d\x08\x5a\x6f\x7d\x6b\xa9\xc9\x41\x43\xac\xf8\x34\xc4\xd0\xee\x8a\x0b\x48\x92\xad\x5a\xb8\xd4\x14\xa6\xb7\x2e\xcb\x7d\x57\x6a\xc4\x8e\xb8\xbb\x62\xf5\xf1\x39\xde\x72\x0f\xc0\xdc\xee\x26\xa0\xb1\x86\xca\xbb\x31\x02\xb0\x3e\xe9\x6e\x18\x74\x66\x25\x6f\x36\x88\x84\xce\xa6\x8d\x5b\x3b\x44\x0e\xda\x49\xd7\x66\x25\x2a\xd1\x8b\xe6\xeb\xd6\x8b\x3a\x05\x70\xb8\xc3\xdd\x31\x44\xb2\xab\x1d\x2c\x0a\x27\xbb\x3b\x18\x82\x9d\x6a\x77\x47\xcb\x47\xa2\xb0\x25\x96\xa0\x05\x60\x77\xc7\xdd\x8b\xbb\xfb\xee\x83\xa1\x07\xcd\x76\xed\x07\xc4\x26\x0d\x55\x02\x99\xda\x1e\x0f\x5a\x82\xd6\x3f\xb0\x95\xe5\x1e\x58\x40\x2d\x91\xbd\x07\x78\x8a\x59\x8a\x7b\xa8\xe5\xd2\xa2\x07\x58\x84\xd5\xf9\xf7\x00\xd2\xea\x2b\x07\xca\xc1\x87\x7c\xe3\xe1\x1f\x1d\x65\x8a\xe7\xe3\x71\xb9\xc5\xf3\x59\xca\x7d\x9f\xda\x92\xc5\x7b\xce\xaa\x15\x06\xe4\x91\x24\x68\x44\xa7\xd4\xa1\xf7\x30\xd8\x1e\xa8\xf5\x94\xd8\x17\xa1\xba\x4f\xa0\x1b\xbb\x2e\xee\x93\x71\x54\x9c\xf7\x3e\x9b\x44\xba\xa4\x72\xd2\xc5\xb4\x25\xf3\x3e\xb5\x21\x2b\x28\xcc\x6a\x74\xfa\xed\xd9\xb5\x14\x44\x61\x4d\x44\xad\x2f\x3e\xb5\xb1\xaf\x50\x32\x2b\x01\x18\x84\x6f\xe6\x03\x06\xa8\xec\xd6\x7c\x80\x3c\x92\x37\xf3\x01\x9d\x95\xfa\x37\xf3\x01\xa1\x83\x99\x6e\x26\x04\x06\xfc\xf5\xbe\xd8\xda\xc6\x5a\xe6\xfb\x32\xcb\x4b\x9e\x22\x8d\x67\xc2\x28\x70\x81\xc3\xfb\xc2\xa1\xab\xed\x0c\xf7\x25\xcf\x20\x43\x15\x7e\x81\xc1\x04\xe7\x7d\x61\xce\x58\x0b\x70\x5f\x12\x0c\x6d\xf6\x62\xa1\x58\x53\x55\xbb\x9a\x17\x2f\x55\x93\xc2\xa6\x5e\xf8\xea\x1a\x9d\xe8\xa2\x77\x75\x56\x1a\xdd\xda\x08\x72\x50\xbb\x3b\x33\x2e\xd2\xeb\x6e\x3a\x17\xab\x8e\xee\x3b\x4b\x8e\x8a\x07\x57\x16\x85\x59\x17\x80\x66\xb5\x4f\x83\x05\xa8\xf7\x2d\xed\x97\xdf\x9b\x33\xbd\x6f\xed\xc3\x5b\xe0\xfa\xbe\xb5\xa0\x8f\x8e\x61\x1e\x06\x86\x0f\x28\xff\x38\x00\x2e\x77\x13\x17\xa1\x10\xc6\x24\xed\x5b\xbe\x6f\x69\x97\x16\x60\xf3\x23\x18\x9e\x9b\x09\x32\x6d\x54\xba\x6f\x06\x22\xf6\x69\xdd\x62\xdb\x81\xb1\x47\xdc\xad\x32\xde\x3e\x1a\x93\xe8\xb6\xcc\xe8\xf6\x8c\xed\xd0\xcc\x2d\x27\x11\xdd\x53\xed\xad\x00\x32\x26\x26\xbd\x1e\x4a\x60\xf8\x64\xa0\xd7\x6e\x01\x61\xaf\xa9\xc5\x72\x98\x57\x21\x68\x19\x27\x90\x72\x67\x4b\xf2\xfd\x6a\x72\x80\xc2\x5e\xe4\xc7\x66\xd3\x1b\x3c\x3b\xd8\xfc\x74\x03\x55\x5b\xa3\x72\x2f\x5b\x36\x3a\x33\x22\xf7\x0b\x00\xa8\x40\x0f\xb0\x6a\x63\x77\xc5\x0d\x0c\x1d\x6c\xaf\xbf\x5f\xd5\x9a\x09\x84\xfb\xa5\xd6\xec\xc1\xbd\x5f\x11\x16\x5a\xbd\xe0\x26\x47\xb4\xdc\x2f\xbe\x64\xf6\xfc\xdd\xef\x60\xfe\x00\x23\xf4\xf2\x35\xac\x5c\xb8\x99\x35\x09\xbd\xa2\x76\xa6\x4d\x06\xdb\x53\x1f\xe0\x63\x1b\xcb\x14\x3e\x20\xc3\xc6\x1e\xdc\x47\x68\x90\x13\x83\x1e\xa6\x37\x3a\xdb\xe2\x9f\xc3\x3c\x69\x91\xb0\xbc\x96\xe4\x07\xce\x33\x13\xf7\x80\xed\x42\xa7\x7d\x3e\x87\x96\x76\x2d\x0b\xf3\x30\x8b\xd1\x71\x9e\x3e\x9a\xc5\xe8\x0c\x78\x8f\xd6\xbf\x73\x58\xc6\x13\xcc\xfb\xbc\x32\x81\xa4\x5a\x5b\xda\x7f\x00\x52\x1d\x38\xff\x08\x48\xb1\xf2\xf1\x09\xac\xe8\x60\x19\xf1\x13\xf4\x52\xf6\x78\x3c\xc1\x9a\x4e\x20\xac\x29\xa7\xf1\x87\xdf\x1e\xa6\x27\x46\x5d\x48\xe5\x89\xa0\x90\xb1\x10\xc6\x13\xe5\xf2\x25\x7f\xc4\xbb\x4d\x57\x7d\x22\x54\x87\xbd\x46\x4f\xb4\xf9\x99\x4e\x58\xb0\x28\x11\xd6\x76\x07\x85\x55\x89\xa1\x1f\x2f\x46\x98\x02\x1a\x24\xfb\x68\x84\x05\xf9\x28\x8c\xa5\x27\xec\xc1\x7c\xa2\x76\x98\x2b\x6c\x24\x33\x13\x86\x64\x1e\x54\x08\x4e\xf1\xd5\x1a\x92\x89\xef\xf4\x01\x6b\x0d\xce\x10\x79\x12\xdc\x81\x75\x44\x8f\x4e\x17\xc8\x6b\x54\x78\x52\xe6\x9c\x90\xb1\x86\x82\x27\x65\x2d\x79\x52\x98\x99\x81\xc5\x0b\x1e\xd6\x81\x0f\x7a\xe3\x93\x34\x33\x40\xad\x13\x00\x0b\x47\xd4\x93\x8a\xac\xdc\x20\x7c\xf3\xd2\x42\x69\x45\x2f\x4a\x84\xf5\x39\x14\xc0\x6a\x5c\x76\x91\x3d\x3a\x83\xa0\x73\xe2\xcc\xc3\x19\x04\x03\x1f\xfc\xa3\x33\x08\xfa\xf7\x04\x73\x0c\x91\x84\x2e\x57\x28\x4f\x8b\xdf\x23\xed\xd4\x85\xe7\xa8\x86\x26\x2b\x69\xa8\xcc\xff\x84\x3e\x46\xfc\x1d\xe3\xf6\x30\x3b\xd4\xab\xbd\x6d\xea\x29\xfd\xd0\x1e\x58\x5e\xcd\xdc\xa4\x00\xca\x93\x34\xcd\x5f\x94\x10\x95\x40\xa1\x43\xcd\x89\x0a\x6b\x73\x78\x47\x19\x43\x07\x08\x0d\x25\xb0\x8b\x31\xf1\xe9\xb6\x6b\x5c\x0f\x9f\xca\xa4\xd7\xea\x53\x90\xb4\x36\x65\x4a\x1b\x74\x64\x6d\x62\x7d\xd2\xa9\xdd\xbe\xeb\x4d\x19\xe0\xa3\xcd\xa4\x4f\xce\x5a\xab\xd0\x09\x83\xe9\xd6\x00\xf1\x64\xc6\x41\xed\x13\x7d\x32\xf0\x6b\x24\x3d\xc0\xd4\x11\xed\x3d\x33\x42\xe4\x65\x2a\x1e\xad\x15\xaf\x55\x61\x90\x52\x22\x0f\x5b\xba\x34\x7c\x3f\x82\xdd\x83\x36\xae\xf5\xe1\x7d\x0d\x9c\x4f\xa6\xc7\x0e\x0b\xab\xb0\x4a\x98\x93\x1c\xf4\xa2\xaa\xef\x41\xf9\xb9\x69\x13\x04\xdf\x83\x1f\x40\xb0\xe3\xd1\x9a\xf0\x61\x61\xce\x22\x02\x2d\x3c\x3a\xb4\x81\x29\xe6\x47\x73\x70\x4c\x6d\x3f\xac\xfc\xee\xc3\xde\x0a\x13\x40\xa5\xcc\xcd\xb5\xae\x78\x68\x3d\x5b\x31\x1f\xe6\xe9\x64\x1e\x9f\x0c\x6f\x62\xdd\xf6\xa3\xb5\xdd\x45\x42\xa5\x9b\xe6\x41\xb5\x57\x4b\x0b\xda\x65\xf1\xe4\x8e\xb1\xe8\x7c\x27\x8d\x89\x93\xf7\x1e\x3b\x2d\x62\x50\x21\xb5\x25\x69\x61\x48\x55\xf4\x16\xe8\x45\x1f\x99\x17\xd1\xe1\x41\x63\x8f\x8e\x94\x18\x85\xd2\x18\x29\x6b\xa6\xd6\x8c\x94\xda\xe1\xf0\x64\xda\xd8\xc8\x0a\x83\xfb\xb3\x5e\xaa\xd2\x78\xf8\x54\x69\xd8\xa9\x22\x7b\x47\xe7\x17\xb3\x60\x45\xf7\x53\x74\x16\x09\x32\x85\x58\xf4\x60\xf1\x7c\x33\x9f\x53\x8a\x5e\xd4\x78\x91\xa6\xf9\xa8\x85\xce\x6b\x60\x1e\xfd\x29\x45\xd5\x6b\x7a\x82\xea\x15\x4a\xb3\xed\x7d\x7a\x40\xd2\xa3\xf7\x6b\xd6\x52\x4a\x2f\x45\x73\x59\x7a\xd3\x54\x26\x3d\x2d\x24\x48\x9d\x70\x62\x56\x65\x02\xb3\x4a\x4a\x85\xe6\xc6\xd9\x35\x0f\x04\x27\xe8\xcc\x82\x47\x0c\x07\xa4\xfd\x14\x5c\x50\x25\x28\x13\x2e\xa8\x35\x02\x3f\x85\x31\x4b\x1b\xe4\x9f\x42\x03\xc5\x31\xfe\x68\x61\x3d\x6e\xd8\xa7\x34\xed\xb3\xe3\x1b\x8c\xbf\x53\x8b\xc6\x22\xa6\xa6\x30\x8d\x9b\xd1\xa2\x30\x94\x6b\x77\xe4\x53\xba\x16\xe5\x65\xc2\x70\x05\x5a\x4f\xc1\x73\xa9\xad\x92\x4f\xd1\x21\x2a\x85\x2a\x31\xab\xa1\x8d\x99\x4f\xe9\x32\xe1\x54\x89\xe3\x08\xb4\xf3\xf1\x29\x3a\x5e\x25\xff\x9e\xf3\xed\x29\x6a\xb2\xcc\x9a\x3f\x85\x55\xe5\x43\xea\xc3\xe1\xa9\x95\x33\x4f\x01\x97\x0e\x7d\xba\x48\x46\xa2\xf6\x72\x20\x80\x19\x0a\xcd\x91\x13\x51\x1e\x1d\xa5\x31\xa4\x7b\x6d\xbe\x6d\x8a\x3f\x79\x69\xa0\x04\x8c\xd9\x00\x34\x14\x6b\x9a\x64\x52\xd3\xc4\x75\xfc\x40\x19\xfb\xa8\x95\x30\x9d\x3f\x30\x62\x55\x26\x59\x98\x5a\x7c\xaa\xe6\x71\x8b\x1e\xc0\xa4\xd0\xae\xeb\x1a\xe1\xd6\x03\x99\x1f\x9c\x3e\x53\x1b\x61\xc4\x03\xa6\xa9\x59\x4c\x4c\xe1\xa9\x07\x94\x89\x3a\x61\xe5\x98\x14\xef\xec\x98\x7d\xaa\x26\xf2\xe8\x15\xd5\xd6\x8e\xf1\xb0\x1a\x39\x33\x04\x0f\x7b\x15\x3a\x53\xa8\x4f\x95\x59\x0c\x2a\x42\x66\x11\xf0\xc2\x94\xfa\x4a\xd0\x6b\xb5\x18\x99\xba\xaa\x2b\xc0\xf6\x1e\xe6\xd4\x3b\x7b\x00\x9e\x4a\x57\x18\xf4\x97\x6a\xa7\xfd\xa8\x88\x57\x0f\x90\xa9\xca\xb9\x42\x71\x74\x05\xa8\xcc\x53\x35\xc1\x0e\x0c\xaa\x2c\x9d\x65\xcf\xc4\x53\xab\xb4\x92\xf5\x80\xb4\x82\x04\xaa\x24\xc0\x4b\x9b\xb4\x82\x55\xa9\x3a\x21\xa7\x29\xcc\x7a\x21\x55\x55\x56\x58\x50\xa0\x62\x85\x05\x23\x2a\x56\x78\x34\xc5\x03\xe4\x55\xef\x26\xd1\x60\x01\x2b\x9d\x47\x10\xac\xea\xa0\x21\xfa\x7f\xc5\x0c\x0f\x2c\x4c\x55\x57\xa0\x53\x55\xcc\x70\x52\xc9\xf4\x04\xce\xe0\x79\xaa\x5a\xab\xc4\x4d\xab\x0c\xfa\x4e\x0d\xab\x98\x8b\xa6\x19\x1c\x94\xd8\x00\x42\x1c\x25\xfc\xe8\xb8\x13\xf8\xca\xd3\x58\xe2\x22\x34\xc2\x02\x86\xa0\x65\x97\x4f\x2b\xda\x56\x53\x09\x53\x39\xec\x51\xd3\xc2\x91\xa2\x3c\x6a\x0d\x43\x6f\x62\x57\x13\xfd\x84\x25\x0f\x7d\xd0\xe3\xd9\xb9\xd2\x99\x84\x7b\x5a\x95\xe9\x68\x84\xb5\xdc\xbb\x10\xc6\x63\x8b\x24\x1a\x62\x14\xf2\x6d\x62\x0a\x8c\x23\x8d\xb9\x51\x4e\x4a\x7a\x38\xaf\x64\x34\x3a\x71\xb3\x33\x70\x78\xbf\xb6\x8c\xe8\x8b\xd5\xb9\x71\x01\x3d\x1c\x51\xd2\x59\x8f\xfc\x34\x0d\x48\x9d\x87\x87\x74\x46\x45\x87\x0e\xb7\x64\xec\xd0\x96\x19\xf6\xa8\x3e\x5d\xeb\xb7\x11\x4b\xb7\x19\x6e\xe2\xc7\xf1\x9d\x4d\xf8\x74\x06\x33\x56\x73\x3d\x38\x4a\x82\xf6\x47\x3c\x5d\xa3\x19\x23\x58\xd7\xc1\x4f\x55\xf1\x58\x54\x2c\x43\x97\x3b\xac\x29\x0f\xf0\x87\x71\xbd\x0f\x61\x93\xdf\x63\xa9\x8f\x3c\x2d\xc5\x0a\x11\xf0\xcc\x84\x5f\x96\x60\x50\x2b\x99\x1c\xf5\xb1\x91\xed\x47\xe1\x07\x75\xc7\xfe\x8c\xac\x0d\x4e\x8d\x70\x52\x26\x25\xb0\x7c\x0e\x55\xb0\x99\xa5\xb1\xa6\xe2\x19\x99\xc9\x3a\x9a\xc0\x60\xc1\xa1\xb6\x5e\x3c\x23\x33\x5b\x57\x94\x89\x56\x79\xa8\x68\xad\x23\xe9\x84\x2f\x3d\xa0\x1f\xac\x2c\xec\x0a\x43\xce\xa2\x5e\x84\x0d\xb0\xea\x69\x93\xd6\x92\xe0\x28\xf6\x0d\xfa\x81\xdf\x12\xa3\x3b\xb4\xfe\xfa\x50\x98\x2d\x2c\xb0\x0a\x9d\x27\xc2\x14\xdd\x33\x60\x79\xd1\x9e\xa5\xb3\x46\xe5\x61\x25\x21\xba\x1e\x4c\x13\x6b\xd7\xd1\x33\x6c\xc2\x51\x0f\x43\x5b\xb0\xbf\x43\x66\x8c\xad\x27\xcf\x10\x06\x54\xc9\x90\x27\x36\x52\x3c\x83\xfe\xc0\xf1\x62\xcf\xa8\xac\x31\xc4\x72\xb1\x13\x28\x68\x6b\xcf\x33\xb4\xc5\x8b\x1e\x37\xe0\xd4\x42\xc7\x43\x03\x34\xd3\x0a\x8f\xed\x17\x52\xbd\x85\x20\x99\x56\x78\xf0\x97\xf5\x4c\x7b\x1a\x42\x90\x4c\x25\x3c\x83\x61\x3c\x59\x82\xb6\x23\x2b\x1e\x68\x65\x61\x00\x24\xc3\xea\x90\xe9\xea\x8a\x97\x42\x8b\x12\x38\xc3\x26\x2b\xcc\xac\x02\xa8\x9e\xd3\x55\x3a\x3b\x35\x9f\x01\x25\xe5\xc0\xef\x67\x80\x07\x38\x97\xf1\x19\x5d\x1b\xf6\xa8\x84\x76\x0d\x62\xc6\x06\xa0\xb1\x63\xf6\xd8\xc2\x34\x38\x0c\xf6\x19\x5a\x9a\x80\x2d\xc5\xcb\xd7\x99\x60\x78\xb4\xb5\x89\x0d\x0d\xcf\xd0\x0e\x19\x38\xc0\xd0\xb9\x56\x58\xa8\x21\xdf\xb9\x3e\x86\x99\x8d\x91\x9a\x1e\x66\xa3\xaa\x84\x8a\x8b\x60\x1c\x7a\x58\x72\xa4\xff\xb1\x90\xa8\x67\xfa\xe8\x69\xbd\xa4\xe9\x87\x0e\xa4\xaa\x84\xe9\x25\x34\xfa\x53\x0b\x6b\x0f\xe5\xa1\xd9\x52\x55\x9c\x90\x9d\xf3\xa2\x1e\x56\x13\x37\x61\x0b\x1c\x89\x9d\x75\x6e\x0f\x8b\x87\x3a\xeb\xca\x1f\xdc\x7f\x83\xed\xf8\x0f\xab\x76\x3a\x87\x53\x3d\x97\xe0\x16\xfd\xe8\xd2\xc2\x23\x60\xd8\xc5\xa4\xbf\x60\xd8\x35\x44\x30\x57\xfe\x9b\xe9\x79\xd9\x58\x5c\x5e\x83\x39\x9b\xe7\x66\x2e\x87\x19\xf0\xe7\x66\x26\x8c\x59\xae\x87\xf5\x3b\x61\xe0\x2b\x7a\xb4\x69\x87\x03\x05\x9f\x9b\xf9\xf9\xc1\xc2\x85\xe7\x96\x9f\x22\x29\xcc\xda\x21\xbe\x80\x03\x4f\x74\x3c\xea\x73\x43\x7f\x65\xe9\x59\xe5\x33\x34\x62\xb2\x7e\xa7\x71\xe2\xd0\x63\xcb\x77\x30\x29\x37\x53\x64\x2d\x95\xdf\x33\x6f\xac\x39\xee\x59\x85\xc3\x7a\x39\xac\xee\xb1\x05\x2f\xe0\x3a\x16\xbc\xb4\x41\x6b\x60\xc1\x4b\x67\x3f\xff\xa3\x43\x55\xaa\x3e\x82\xf5\x10\xa3\x42\x33\x38\x55\xc5\x9a\xf6\x6d\x9b\xad\x78\x11\xcd\x27\xeb\x61\x6d\x3b\x04\x1c\xb0\xbb\x67\xb0\x2c\xf7\x61\xc5\xc9\x48\x60\xbf\x47\x9b\x8a\x79\xf6\xd1\x1a\x63\xfa\xf6\x83\xc4\x58\x79\xf9\x3c\x48\x8c\x99\xba\x47\x0b\x51\xd8\x38\xf6\x68\x21\xca\xa8\x59\x0f\xd3\xa7\xaa\xc2\x8c\x57\xb8\x85\x1e\xe1\x1e\x4e\xa7\x7a\x1e\xcd\x3d\x02\x09\x59\x42\xbd\x12\xc8\x85\xc0\xd9\x3f\xf4\x3c\xe2\x00\x38\xd2\x9e\x07\xdb\xc3\x5a\xe7\xe7\xa9\xaa\x13\xf5\xae\x7c\x03\x6a\x67\x63\x51\x30\xcf\x90\x2d\x6a\x01\x04\x3d\xb2\x2a\x40\x8b\x47\xab\x1a\x68\x34\x0f\xde\x70\x8e\xe0\x7c\x1e\x5b\x92\x48\x58\xb8\x5f\xe2\x66\xed\x4a\x93\x7f\x80\xa5\xdc\x23\x59\xbc\xce\xf4\xa5\x16\x5d\xc7\x68\xf2\x09\x72\x62\x64\xc5\x63\xe8\x31\x00\x8f\xe6\x17\x50\x33\xab\x55\x9a\x48\xe3\xa3\x59\xb8\xa0\x3c\xcc\x03\x49\xc2\xb8\xbc\xc4\x18\x1e\xf5\xed\xaa\xcf\x97\xd7\x80\xae\x31\xed\x3c\xad\x44\x98\x89\xe1\xa6\x78\xd0\x2e\x15\xd5\x06\x1f\x79\x61\x58\xe9\xd2\x59\xbb\xff\x4c\x8d\x42\xd8\x0b\x1d\xde\xc2\xf1\x58\xcf\xd4\x58\x20\x6f\xde\x94\x8b\xb9\x2b\x13\xb2\x06\xd2\x4e\xb1\x3b\xe6\x42\x1f\x2d\x51\x61\xb6\xec\x99\x55\x9b\xcd\x79\xa0\x6a\x71\x38\x35\xd2\x5c\x30\xc6\x7c\x36\xdc\x82\x28\x56\x0e\x5f\x35\x24\x56\x65\x0c\x4e\x51\x7d\x6c\xc9\x04\x7e\x12\x2d\x99\x18\xf2\x6c\xb2\x64\xa2\x73\x98\xe7\xf3\x8a\x67\xb0\x25\xef\x79\xb3\x36\xfd\x34\xc2\x5a\x18\xbd\x3e\x01\x2f\x6f\xc7\x9b\xfb\x70\xa2\x4a\x18\xcc\xb4\x3d\xaf\x9c\x5b\x98\xff\xb7\x50\x55\xec\xe2\x2b\x54\x4e\x27\xd4\xda\xf8\x8a\x0d\x7b\xd9\xfe\x3e\x04\x44\x5e\x99\x83\xa6\x4c\x4d\x09\x54\x43\xe8\x10\xb1\xbe\x55\xe7\x22\x2d\x7d\xe2\x48\x6e\x1c\x36\xfa\xb0\xe6\xa1\x27\x8b\x07\x4b\x03\xde\x58\xf2\x10\x06\xdb\x69\x9e\x57\x9b\x34\x82\x32\x5d\x4a\xa0\x7e\x5a\xf4\x80\x55\xd2\xa2\x87\xd1\xf5\xd5\x5a\x90\x47\x13\x7b\x75\xb4\x27\x0e\x4a\x16\x3d\x8c\xa8\x7a\x77\xec\xa1\x2c\xe8\xab\x36\x5c\x14\xc6\x6f\x3b\x94\x89\xd5\x10\xcb\x3c\xcd\x43\xd8\xfa\x77\x37\x66\x4d\x16\xce\x77\x34\x3c\x59\x50\x80\xf3\x6e\x85\x71\x2d\x2f\xeb\x30\x0f\xad\xb3\x56\x3c\x33\xff\xf2\x02\x4f\xcd\xfc\x73\xa0\xee\xd4\xcc\xbf\xd6\x84\x4f\x66\xfe\x3b\x87\x03\xcc\x43\x56\xb3\xf2\x26\x8d\xb9\x0b\x42\xcc\x03\xaf\xdf\x60\x86\x7f\x1e\xc6\x7a\xc9\x04\xb6\xa5\x41\x4d\xf6\xf6\xac\x4c\xbc\x49\x87\x7f\x76\x9e\x66\x16\x70\xb0\xee\x7a\x6a\xd7\x0f\x3e\x9f\x79\x18\x7a\x5e\x6f\xd2\x51\x31\x00\xc4\x19\x64\x8b\x78\x38\x54\xb0\x7d\x24\x5e\x4b\x1c\x78\x0f\x1e\xee\xce\x59\x4a\x93\xc3\x58\x3a\x9b\x8b\x67\x60\xac\x64\xbd\xff\xe4\x50\xde\x30\xb0\xf6\x33\x88\x0c\x2c\x1b\x35\x03\xeb\x9c\x86\x6a\x11\x98\x5c\x63\x0a\x61\x06\x98\x41\xb1\xb7\x3e\xca\xc4\xab\xd8\x22\x92\xf5\x5a\x01\x77\x2c\xd6\xd4\xd1\x2d\x6c\xa8\x9d\x41\x0b\x07\x3a\x4f\xb3\xc6\x85\xed\x8c\x33\x08\x76\x24\x85\x41\x66\x8d\xba\xd2\x05\x33\xe2\x0e\x27\x57\x6e\xe0\x9e\x9c\x78\xe0\xd7\x8f\xcc\x0f\x15\x5d\x09\x47\x25\x14\x7e\x00\x17\x56\xcb\x9c\x31\xeb\x55\x4b\x64\xb1\xe8\x69\x25\x14\x3d\xcd\x03\x45\x4f\x87\xce\x0f\x2a\xbe\xfa\xd7\x8c\x40\x5e\xf0\xd8\x8c\x5a\x3c\xdf\x15\xcf\x7a\xf6\x46\xd1\x5a\xf2\xdf\x78\x56\x6b\x36\x96\xb9\x98\x78\xff\x3b\xe8\x7f\xb2\xec\xa2\x71\x7a\xe9\xc4\xfb\xdf\xa0\xaa\x33\xae\xd6\x1a\x0f\x3c\x4c\x33\x32\x13\x08\xca\x9d\xb1\xaa\x00\xbe\x53\x98\xf5\x50\x1e\xed\x74\xa2\xb0\x26\x9f\x3a\x9f\xd6\x84\x9c\x78\xe9\xea\x8c\xf1\x60\x66\x6f\xda\xae\x88\x46\x26\x66\x4e\xc1\xb8\x33\x76\xd5\x54\x79\xd8\x5f\xa0\xaf\x5c\x1d\x30\x1e\xb8\x18\x67\x04\x23\x71\x36\xc4\x64\x7e\x61\xb0\x53\x77\x46\xb5\xf4\xcc\xe7\x68\xf1\x42\x27\x8f\x74\x4e\xbb\x65\xb1\xc8\xe0\x80\xd7\x19\xa5\xf3\xae\xfc\xec\x96\xe8\x88\x05\xb6\xcd\xd2\xf7\xc9\x9a\x90\xc1\x16\xd3\x19\x45\xe2\x68\x54\x36\x35\x81\xb8\x12\xb8\x91\xd3\xde\x26\xcb\x40\x06\x73\x77\x33\x31\x31\x0b\xd9\x9e\x49\x7b\x1f\xaa\xc2\x28\x9f\x2e\x9c\x4c\xf9\xe8\x2c\x15\x9d\x6e\xc8\x4b\xa5\x63\xba\x70\xd2\xe4\x15\x95\x4e\xda\xd6\xd1\x15\xd6\x21\x30\xbc\x48\x0b\x76\xfa\x92\x62\xc2\xc9\x81\x3f\x6d\x72\x6a\x72\x3c\xf0\xd9\xcd\x04\x53\x60\xd6\x65\x26\xec\x2f\x5e\xa5\xa9\xa9\x0c\x3c\x87\x33\xc9\xc0\xa4\xdf\x5b\x1f\x32\x99\xcd\x18\xac\x7a\x9d\x9c\xa8\xbc\x4a\xd1\x1b\xb4\xf7\x92\x12\xbb\x56\x20\xf3\x49\x4b\x6f\xf1\xc0\x1d\x3a\xb5\x9f\xa5\x60\x1c\x98\x98\x18\x9c\xc7\x30\x99\x98\x88\x07\x47\x47\x4f\x4d\x4c\x70\x20\xc3\x64\x62\x62\x25\xe8\x07\x1f\xb2\xc6\x82\xc9\xc1\xcb\x2b\x81\x32\xb4\xf4\x88\xe6\xcd\x64\xc4\x28\xfa\xf2\xa1\xca\x22\xaa\xa1\xca\x46\x3d\xad\x89\x6b\x2a\x3e\x54\x8f\xd5\x97\x92\x3a\x38\x3e\xb1\xc9\x64\xc4\x28\x0b\x71\x4f\xe6\x22\x06\x27\x9c\xcc\x8c\xe6\x71\xa7\xcf\x8c\xe6\xd9\x4f\x39\x39\xce\x66\xc8\x2e\x65\x56\x41\xc3\x24\x66\x86\x3d\x00\xed\x26\xd3\x12\xab\x00\x12\x18\x54\x58\x19\x35\x39\xe7\x26\x1e\x1c\x8c\x33\x39\xe8\xa6\xb3\x0c\x69\x32\x79\x31\x38\xb4\x6c\x6a\x8e\x82\xe5\xb7\x33\x97\xa1\x07\x0a\x3f\x4e\x32\xe9\xad\x12\x78\xd6\x6b\x19\x76\xb0\x7c\x9c\x74\xb3\x12\x1a\x3f\xb4\x73\x92\xe2\xb0\x14\x6c\xdc\x98\x9c\x6e\x33\xd8\x74\x38\xb3\xac\x43\x22\xac\x46\x64\x61\xc9\xbe\xea\x07\x0f\xe8\x45\x4d\xb2\xa7\x80\x86\x6f\x40\xd2\x63\x91\x45\x91\x54\xd5\x80\xe8\xaf\xd9\x1a\x10\x16\x51\x3b\x8e\x58\x4b\x35\x59\xc7\x14\x0f\x76\xab\x4c\x5b\xc7\x44\xcf\xd1\xb4\x06\x5b\x91\x66\xee\xaa\x2a\x25\x70\x18\x1c\xd3\x3a\x93\xe9\x8e\xc1\x42\x81\xc9\x51\x36\x83\x39\xa4\xc9\xac\xc6\x60\x75\xf4\x64\x56\x63\x15\x40\x55\x31\x21\x41\x55\x92\x8f\xa7\x52\x30\xe6\xa1\x48\x5e\x2c\xa5\x63\xcf\xe5\xcc\xd6\x4a\x18\xfb\x34\xd1\xa0\xf1\xa4\x64\x6e\xd0\x61\x67\xf5\x2c\x6a\x02\x39\x12\x46\x00\x0b\x0e\xcf\x92\x45\xfb\x33\x61\xda\x1e\x06\x8e\x99\x89\xc1\xd2\xb8\xc9\xc4\xc4\x60\x99\xd3\x64\x32\x62\xe0\x66\x9f\xcc\x45\x34\x16\xf4\xcd\x52\x28\x8c\x39\xe6\x59\x68\x19\x4c\x9a\x4e\xe6\x22\x7a\xb0\x17\x3d\xca\x44\xc9\x45\x27\xcc\xf1\x26\x6d\x41\xa7\x2f\x31\xb5\x30\xd8\xbb\x37\x59\x3c\xd5\xba\x4a\xd6\xfe\x91\xca\xb3\xe6\x80\xe5\xa5\x78\x34\x40\xb4\x93\x29\x87\x78\x00\x38\x27\x53\x0e\xa3\x44\xc2\xd6\x2e\x10\x05\x74\xa3\xa2\x9d\xd2\x54\x6d\x1a\x46\x91\x09\x2a\xbc\x95\x46\x92\x55\x9a\x1a\x09\xc6\xb8\xa8\x2d\xb0\xe0\x66\x16\xe3\x21\x4a\xc0\x36\xc0\x62\x66\xd1\x76\x0b\x86\x07\x66\x13\x06\xab\x72\xa7\xa6\x02\xba\xbe\x5f\x8b\xe0\xc6\xef\x9d\x62\x39\xf1\xfb\x0f\xa6\x46\x27\x6e\xff\xc1\x71\x14\x53\x67\x0f\x71\x9e\xd6\x2c\x6a\x04\x6c\xa7\x98\x72\xfb\x73\xd4\xcf\xac\x32\x03\x8b\x38\x4e\x39\xf1\x39\x98\x79\xea\x2c\x6e\xce\x21\x98\x55\x7b\xcd\xf8\x24\x6d\x60\x63\xe5\xf5\x94\x1b\x9e\x4d\xae\xb3\x9a\x7e\xe9\x03\xb8\xe1\x87\x2c\x82\x36\xb0\xe1\x44\x9b\x55\xdd\x18\xc9\xca\x47\xae\x06\x87\x8f\x3c\x1e\xac\x18\x9f\xf8\xc8\x07\xa7\x26\x4e\x79\xb6\x2b\xd6\x0e\xcf\xf6\x38\xf8\x9c\xaa\xae\x8b\x69\xa9\x4c\x65\xb3\x24\x62\xd6\x86\x35\x61\x4d\xf0\xac\x52\x4b\xd0\x8b\xe8\x10\x55\x2f\x9a\xca\x44\x82\x5d\x7c\x80\x5c\x7a\x50\x02\x1f\xaa\x15\xc8\x98\x10\x7c\xe4\xf1\x60\xc5\xca\xac\xb8\x42\x70\x4e\x4c\x73\x92\x17\x85\xbb\x32\xe9\x55\xaa\xa0\xc2\xd4\x03\xb3\x51\x35\x28\x48\x4a\x70\xff\xd2\x15\xe6\xa3\x19\xe7\x2b\xb3\x8a\x6a\x72\x55\x3a\x64\x04\xac\x8c\xe7\x05\xb8\xd4\x64\xc9\xe9\x5a\x4d\x5d\x17\xf5\xe0\x61\x1f\x85\xf1\x5f\x67\x85\x17\x00\x4c\xd3\xae\x36\x30\x42\x93\xf1\xe6\x18\xa0\x29\x6f\x3b\x93\x24\xb3\xc9\x78\x03\xa3\xf0\xb6\xaf\x4c\x7a\x82\xde\x81\x90\xb4\xc1\x90\xfd\x74\x53\xe7\x83\x73\xec\xe7\xc4\xdb\x1e\x0f\x41\x66\xdc\xed\x83\xa3\x10\x66\x13\x52\xc3\xd5\x38\x1b\x48\xad\xa8\x1e\x4d\x23\x50\x25\xac\xb1\x8f\x12\xba\x56\x50\xf2\x0d\x26\x79\x84\xd7\x24\xf9\xc8\x03\x32\xa7\xb4\x55\x1d\x28\xce\x4a\x90\xa9\xa3\xc2\x45\x1f\x70\xd0\x0f\x8e\x06\x98\x4d\xe3\x37\x20\xac\x01\xbc\xb8\x57\x66\x36\x75\x1e\x06\x87\x06\x4b\x8f\x34\x98\x2e\x01\x03\x92\xb4\x7b\x91\xd3\x25\x26\xbb\x17\xe3\x81\x3b\x7a\xda\x49\xd7\x68\x87\x63\xa9\x06\xbc\x71\xf6\x7c\x2a\x93\x9e\xa6\x16\x87\x9e\xa6\x16\xc0\xb0\x6e\xb3\x5b\x3c\xac\x11\x11\x7b\xd0\x35\x22\xb2\xfa\x63\xb2\xc7\x71\x70\xc8\xf6\xec\x4c\xb6\xb2\x07\x79\xf6\x8a\x5c\x58\x8f\x3b\xbb\x2c\x22\x66\xa6\xb3\x7a\x91\x19\xf3\xd9\x35\x0a\xd2\x19\xba\x46\x41\x8e\xa9\x9c\x5d\xd6\xae\xeb\x01\x4a\x00\xac\x75\x9d\xcb\x46\xab\xea\xea\x0c\x6c\x5b\x9d\xda\x20\xc9\x82\xaa\xd9\xad\xcd\x23\x00\xb5\x79\xce\x59\x9c\x5d\x6d\x1e\x6a\xd4\xed\x3c\x65\xbd\x49\xbb\xa4\xf8\x68\xf9\x1a\x8b\x5e\xc4\x21\x34\xe3\xf7\xa6\x51\xe7\xb0\x03\xf0\x57\xd5\x87\x61\x4e\x85\xd1\x85\x88\xc5\xd0\xe9\xb7\x54\x0b\x5f\x7a\x17\x0b\x1a\x3a\xf5\x87\x2e\xca\x59\xde\x8d\x03\x03\x27\x67\x79\xaf\x87\x0b\x3f\x18\x53\x95\x09\x94\xca\x4c\xf4\x64\x03\xe8\xca\xa4\x1f\x1c\xfd\xc2\xf0\x37\x74\xe8\xa7\x3d\x20\xd1\xd2\x16\x71\xb2\xf7\x9a\x14\xae\x4a\xe8\xfc\xe0\xa8\x26\x4c\xd6\xa0\x7b\x70\x4c\xd2\xc4\xe1\xde\x39\x30\x73\xca\x1b\x2e\xc2\x86\x37\x3c\x1e\x02\x68\xb6\x0e\x15\x23\x8a\x37\x7c\x74\x7d\x44\xd3\x31\x20\xbc\x88\x95\x3b\xe2\xc7\x78\xc3\xbb\x7a\xf8\x90\xb9\x13\x02\xc4\x1d\x3e\x38\xf4\x71\x0e\x48\x0d\x8b\xb5\xe6\xe8\xfa\x36\x6a\xaa\x35\x93\x5d\xf9\x39\x64\xa5\x2a\xac\x5d\xdc\xca\x0f\x32\x14\x0a\x93\x9f\x9c\x15\x70\x73\xe8\xec\x1e\x89\x9e\x7e\x16\x54\x6b\x9d\x47\xca\x90\x30\x20\x38\x02\x64\xf8\xcf\x07\x8b\x0d\x27\xfe\xf3\xc1\x8e\xa8\x89\xff\x7c\x15\x40\x4d\x75\x7c\x45\x51\x61\xfa\x1c\xc6\x76\x1c\xe8\x9d\x9d\x6f\x13\xff\xf9\x10\x3a\x3b\x6d\xe3\x6a\x26\xac\xb3\x6f\x02\x61\x4a\xc3\xfc\x9e\x74\x58\x4e\x10\x9a\xa7\xa6\x86\xb0\x82\xa7\xb6\x1e\xd0\xa8\x4e\x99\xca\x62\x09\x7c\x0e\x36\xfd\xe4\xf8\x5f\x4e\x30\x9c\x5a\xe8\xdb\x2d\x9e\x97\x62\x1d\x4f\x1d\x90\x4c\xdb\x39\x85\x04\xf9\xcc\x53\xf7\x68\x24\xc5\x03\xed\xf5\x7e\x93\x29\x2d\xf2\x94\x1b\x04\xe3\xc8\xe9\x5c\x3d\xea\xcb\x58\x7e\xc2\xd6\xdb\x79\xea\x40\x08\xfa\xc5\x25\x7e\xcf\x84\xf5\xbc\x98\x31\xe0\x68\x8d\xa9\x35\xb9\x9c\xe0\x39\x75\x14\x07\x87\x29\xcc\x4b\x1b\xe2\x18\xdf\x2e\x19\x7b\x8e\x54\x9f\x57\x51\x0b\xe6\x45\xb6\x29\x45\xf1\x68\x84\xf5\x73\x53\x0b\x74\x05\x27\x34\x67\xc0\xb9\xe8\xf3\x52\x87\xe1\xec\xd4\x79\x55\x6d\x76\x57\x02\x13\x85\x18\xf5\x4b\x47\x9b\x82\x1b\xae\xa6\x07\xe8\x30\x97\x56\xeb\xc1\x80\x2e\x6d\x7f\xa5\xb5\x69\x26\x02\xc7\xe2\xbc\xe0\x7e\x4c\xdc\xcd\xab\xeb\xdb\x78\x29\x7b\x4d\x59\xb5\x3e\xed\x08\x11\x0a\xb0\x39\x03\x2c\x94\x4e\x00\x13\x8d\xb8\x65\x66\xd9\x6f\x3d\xb5\x2a\x97\x55\xa8\xf3\xd6\xe7\x58\x18\x73\x85\x2c\x6e\xdb\x00\x45\x58\xe7\xc9\xd0\xa6\xe4\x9e\x97\xfb\x05\xb7\xfa\x60\x57\xe2\xd4\x99\x23\x3d\xfe\xde\x51\xbd\x53\x07\x92\x70\x94\xe0\xc4\x67\x3e\xe4\x9b\xc2\x67\x1e\x0f\xae\xeb\x99\x8f\xad\x99\x1f\x84\x31\x6f\xa0\x5e\x9d\xcc\xc5\xc1\xfd\xf3\x3b\xc1\x84\x9a\xc8\x4f\x4e\xf7\xc1\x4f\x1e\x0f\xfc\x98\xf3\xd1\x04\x1a\x83\x9c\xed\xc6\xc4\x94\x3c\xe2\xae\x02\x3c\x8f\xce\x54\x41\xa5\x8f\xb9\xa0\xf8\x56\xed\x5d\x89\xca\x53\xf5\x40\xe5\x07\xfb\x0a\x80\xc6\xac\x13\xee\xc5\x4a\x18\x2c\xd8\x54\x09\xf0\xec\xaa\xf8\x4b\x0f\x53\x57\x88\x2f\x0b\x5f\xe7\x23\xe2\xcb\x72\xb1\x89\x3f\xbd\x0b\xa1\xe3\x4f\x5f\x09\xbc\x4a\xcb\x69\xe9\xc7\x53\x6b\x4b\xd1\xc5\xd4\x54\x19\xc5\x4d\x9d\x14\x4d\xc3\x67\x4b\x69\x63\x6a\x6a\x4e\x5d\x07\x70\xe8\x59\x76\xaf\x60\xea\xe4\x67\x67\x5f\xf5\x9c\x5a\x97\x4a\x97\xd6\x2e\x52\x26\x16\x26\x9b\x45\xb5\xca\x76\xb2\x59\x34\x1e\x6c\x0b\x9e\xec\x16\x1d\x1c\x34\x32\xa7\x96\x8e\xe8\xe1\xaa\x9b\x0e\xc8\xa3\xc5\xab\xb8\x51\xd8\xd8\xd9\x59\xb4\x32\xd9\xd8\xd9\x99\x04\x98\x53\x04\xa5\xeb\x0b\xaa\x5e\x44\x02\xce\x56\x0d\x3e\xda\xa8\x29\x38\xc6\x46\xcd\xc6\xed\x45\x93\xc5\xd7\xa3\x2a\x3f\xf8\x88\x6b\x85\xe6\xd4\x4d\x62\xa0\x91\x09\x3e\xe2\x2c\xba\xc9\x41\x33\xa3\xa2\x59\xb6\x63\xc6\x83\x1d\x77\x73\xea\x8e\x15\x7d\xb2\x6e\x00\x93\xb8\xb4\xd4\xb9\x2b\xcc\x17\x77\xe5\x51\x03\xa3\xa5\x4e\x1d\xfc\xa8\x92\x39\xf3\xb3\xa9\x64\xad\x07\x46\xd6\x9a\x10\xa8\x28\x99\x09\x81\x81\xbb\x7e\xda\x7c\x00\x30\xfd\xcd\x40\x1c\x8e\x8a\x9b\xaf\xce\x93\xa1\xda\x6f\xd6\xdc\x65\x21\x7c\x7f\x57\xfc\xcd\x57\x56\x4c\x4e\x61\xed\xb4\x14\xd1\x7d\xa5\x29\xb9\x35\x5f\x34\xc5\x2a\x80\xf9\xca\x31\x49\x77\x7d\xe5\x9c\xa2\xe7\x69\x3e\x80\x39\xa0\xf9\x0a\xbe\xb2\x74\x72\xbe\x72\x34\x62\xdd\xde\x7a\x29\x41\x4f\xe8\x0c\x2e\xea\xa4\xc1\x5a\x99\x9a\x0e\x39\x52\xbc\x1e\x00\x45\x69\xf9\x39\x7b\xa5\xe6\xab\xc1\x57\xd5\xeb\x74\x7a\x16\xf0\x4d\x1d\x1a\x2f\x3f\x13\x87\xc6\xaf\x04\xea\xc1\x39\x8e\xc3\x12\x64\xa3\xf5\xa6\x5b\x99\x28\x0f\x0f\x82\x9c\x51\xaf\xd6\x32\xeb\xeb\x74\x3c\x95\x1e\xd0\x1e\x6c\xfc\x4f\x1c\xf9\xd3\x39\x05\x61\xbe\xea\x86\x72\xbd\xb1\xaa\xbd\xb1\x75\xe9\x3d\x34\xce\xb0\x34\xec\x3d\x50\x5d\x88\xbf\xe7\x87\x7b\x8f\xac\xeb\x5b\x1a\x61\xe9\x75\x75\xd8\xf7\x50\x67\x0c\x0a\x73\xda\xd5\x92\xdb\x7b\xa8\x63\x66\x15\xa9\xcb\x52\x3a\x61\xc6\xcb\x4a\xe9\x3a\xd9\x7d\xc9\xfc\xd5\x31\x63\xdc\xec\xf3\xea\x5c\xa1\xaa\x67\x6d\x31\x74\x5c\x61\xa1\xae\xd5\x3c\x5e\x26\x38\x06\x27\xf2\xbc\x9c\x32\x36\x70\xf9\xbd\x07\xae\xc8\xc0\xac\xda\x7b\x34\xdd\x20\x48\x01\x3a\x85\x2e\xf2\x05\x20\x30\x0e\xe4\x79\x99\xeb\x88\x81\x15\x44\xef\xc1\xf4\x0f\xa7\x41\xbd\x87\x90\x56\xe2\xcb\xb4\x97\x5e\x5f\x2c\x65\x27\x6a\x04\x12\x38\xb2\xc2\x3a\xca\x41\x79\x04\x84\x78\x27\xb3\xc5\x5d\xef\x59\xf6\x3a\x06\x16\x99\xbd\xcc\x87\x34\xb6\xad\xbc\x87\x8e\xb0\x5b\x4d\xf1\xd5\x11\x41\x6c\x85\x7d\x83\x66\xd5\x51\x96\x1d\x7e\xbf\xfa\xdc\x1b\xb4\xb9\x7d\x75\xa7\x37\xac\x31\x2b\x06\x50\xc1\xcb\x4e\x80\xc6\xe1\x9c\xaf\x4e\xc2\xc7\x3c\xbc\x01\x37\x3c\xa7\x8f\xbd\x41\x03\x61\xe5\x61\xed\x04\xa6\x42\xda\x5e\x19\x54\x80\x89\x65\xf5\xea\x37\xd8\x45\x2b\x4a\x90\x83\xba\x12\x66\xc3\x2f\x0a\x0f\x88\x8b\xd3\x26\xdf\xd0\xf5\x99\x9d\xd2\x74\x14\xd7\x50\x38\x29\x81\x37\x69\x41\x67\xd7\x13\x45\x09\xd4\x49\x57\x2d\x04\x85\x1b\x09\x43\xb9\x74\x7f\x67\x24\xcc\xf6\x59\xf4\xa9\x49\x16\x16\x81\xbf\x9a\x58\x61\xd7\xf2\x1b\xb5\x8c\x7b\x75\xc5\x37\xae\x51\x3e\x06\x3a\xe9\x1b\x33\x93\x5a\x41\x09\x6c\xb7\x45\x3f\x9a\x00\xc1\xc5\xf3\x7e\x13\x20\x8a\x67\xdb\xf7\x62\xe8\x2f\xdb\x1c\x06\xec\xf6\x8d\x45\x1b\x83\x28\x4c\xe7\x80\x1c\x3c\xab\x56\x08\xe0\x7d\x63\xd3\x4b\x15\x66\x77\xf2\x32\x77\x2f\xdb\x19\xa2\xee\xda\x7a\x63\x13\x13\xd5\xd3\x94\x10\x29\x59\x3b\x55\x2d\x1e\x71\x27\xbe\x00\xe4\xc4\x5e\xeb\x37\x76\x7d\x5a\xa5\x1a\xda\x77\x47\x93\x8c\xb8\x23\x39\xf7\xed\xd5\x4c\x07\x67\x80\xbd\x51\x8b\xdd\x54\x23\xf0\x3e\x27\x1a\xbc\x9a\xb8\xe0\x00\xfe\x97\x89\x8b\x18\x80\xd7\x2f\xbb\x27\x06\xa7\x0f\xbc\xd1\xac\x8c\x1e\x7e\x94\xa9\xf3\x43\x67\x3f\xaf\x4c\xda\xb5\x8a\xf7\xfb\xe5\xfe\xc6\xc1\x61\x0d\xaf\xee\x6f\x64\xa7\xda\xab\x1d\x16\x38\x9c\x5e\x76\x58\xc4\xc0\x79\x8e\xaf\x76\x58\x00\xe0\xde\x24\xed\xd0\xab\xb4\xc3\x82\x3d\x72\x6f\xd2\x2e\x17\x64\x94\x74\x14\x16\xd5\x4e\x12\x6a\xb4\x1f\x20\xbb\xdf\xdd\xce\xf0\x26\x9d\x25\x54\x33\x61\x41\xc0\x46\x98\x3d\x89\x08\x47\x93\x09\xb8\x2a\x5f\x6d\x22\xc0\x57\xff\xb2\x57\x60\x70\xa6\xeb\x8b\x8b\x7d\x70\xcc\xea\x9b\x35\x4e\x21\xf0\xac\x2e\xca\x62\x85\x37\xab\x8b\x5a\xa6\x53\x09\xbc\x09\xb0\xce\x31\x8d\x2f\x9e\xf4\xa8\xeb\x8a\x5f\x1d\x1a\xcf\xf5\x91\xaf\xbc\xe7\xdc\x73\xf2\xb2\x47\x37\x06\x76\x53\xbf\x59\x33\xa4\x74\x4c\x79\xc9\x71\xf8\xbd\xf2\x80\xb3\x14\xe1\x95\x07\x3c\xe0\x93\x7d\xb3\x76\x6b\x2e\xfa\xf8\x66\xdb\x57\xc6\xc3\x43\x0e\x22\x1e\xd6\xc6\xd5\x45\x2b\xdf\xa2\xe5\x41\x94\x5c\xd4\x9b\xd8\xd3\xfc\xe2\x87\x1e\x7a\x51\xd1\x99\x3e\x0b\x2f\xbd\x5c\x50\x18\x43\xd2\x13\x45\x67\x59\x35\xc2\x5a\xc6\xa1\x30\xf0\x9e\xb6\x8b\xc7\x78\x80\xfe\x5e\x1d\xc6\xc5\xdd\x20\x6f\xd1\x92\x20\xcc\xaf\x9c\xbe\xb2\x88\x85\x8d\x42\xac\xc4\x78\xcb\xe2\x24\x31\xb0\x95\xe1\x2d\xf4\x45\x56\x82\xbe\x5a\x8c\x5e\x69\xec\xac\x1b\x1f\xf8\x47\x5e\x96\x8d\x0f\xf6\x8f\xbe\x2c\xed\x1e\xf0\x90\x97\xa5\xdd\x31\xb0\x0b\xe8\x95\x3f\x97\x53\xd9\x5e\x96\x76\x0f\x68\xf5\x5b\x24\x23\x8c\x1a\xee\xdb\x18\xd8\x55\xfc\xca\x7f\x0b\x5b\x7b\xf1\xd9\x0e\x56\x8d\xbd\xb8\x6c\x57\xa6\xc1\x0f\xaa\x37\x22\x61\x55\x49\xf1\x54\x69\xf1\xad\x97\x95\xda\x31\x80\x67\x5e\x96\x6a\x0f\x36\xf5\xbf\x95\x1e\x01\xaf\x7a\x6b\x96\xef\xbd\x13\x56\xbd\x69\xac\x55\xd2\xc6\x3c\xc8\x99\xcb\x72\xb2\xb7\x4a\xaa\xb4\xaa\x5a\x31\x52\x1c\x8b\xfb\xb2\x97\x78\x70\x5c\xee\x5b\x19\x5b\xd9\xfa\xfd\x56\xd6\xfa\xb0\x68\xea\x65\x5d\xb3\x96\x62\xbc\x55\x7d\x8e\xce\x5e\xd5\xe7\x38\x7f\xee\x95\x97\x97\x29\xdb\x97\xf5\xcb\xdd\xe2\x75\xaa\x2b\x92\xac\x3a\xd3\x0a\xcb\x8f\xa3\x35\x06\x26\x8e\xdf\x8a\x2b\x1d\x5f\xca\x5b\x75\xef\x29\xa8\xa1\xea\x9e\x40\xc6\xe8\xaa\x05\x2b\x40\x11\x2e\x93\x1c\xac\xfb\x78\xe5\x8d\x85\x70\xbf\x15\xa7\x84\xec\x3b\xeb\x9a\x63\xc8\x2a\x0d\x6f\x21\x6b\x3d\x5e\x5c\xb6\x2b\x41\xb9\xd4\x02\x14\x96\x24\x69\x26\x75\xa8\xbd\x51\x25\x28\x4c\x60\xc6\xf7\x95\x37\x97\x03\x02\xdf\xc6\x1c\x1d\xfc\xec\x95\x07\x97\x55\x23\x2f\x37\x3f\x0e\x8d\xc6\x4d\x77\xda\x30\x4a\x37\x79\x1c\x68\x0c\xdc\x02\x19\x03\x13\xa6\x6f\x13\xff\x64\xa4\xc5\x51\xbb\x12\x78\xba\xa8\xe2\x7a\x9a\xf3\xeb\x92\x32\x51\xef\xf6\x7b\x2b\xe1\xde\x26\xcd\x0f\x1e\x92\xe6\x71\x69\xbe\x4d\x07\x69\xd1\xf5\x1b\xae\x7b\xd6\xa9\xbc\x4d\x7d\x08\xfb\x2f\xef\xae\x00\x64\x93\x0d\x61\xc2\xeb\xe5\xf2\xc8\xc1\x26\xf7\xb7\x83\x11\x71\x13\xbf\x38\x56\x07\x5b\x1b\x5f\x9d\xf7\x0f\x9c\x7e\xbb\x7c\x33\x98\x73\x1d\x11\x87\x83\xfa\x65\x77\x79\x0c\xf8\xc6\x5f\x56\x4a\x0f\x0e\x61\x78\xbb\x36\x12\x22\x03\xb9\x49\x39\x20\xeb\xed\x70\xeb\x80\x7f\xf7\xd5\x7e\x74\x76\x76\xbe\xdc\x1c\xd0\xed\x45\x5a\x00\x49\xd3\xea\x02\x34\x9c\xdc\xfb\x76\x00\x0d\x87\x84\xbf\x1d\x54\x1f\xd8\x27\xf3\xca\x99\xca\x99\x77\x2f\xce\xd4\xa8\x7b\xea\x5e\x5d\x35\xc0\xb5\xa5\x6f\xd7\x66\x27\xd5\x4f\xc0\x85\x9d\x35\x6f\xb7\x1b\x9f\x79\x2d\xcd\x97\x99\x8f\x57\x4e\x53\x2b\x81\x89\xff\x43\x45\xc3\xae\xd8\xaf\xf0\xea\x9e\x02\x0e\x10\x7e\xb5\x6e\x99\xfb\x78\x5e\xad\x5b\xd6\xfb\xb5\xfd\x5d\x15\x62\x55\xf1\xe0\x54\xdb\x77\xd8\xb5\x7b\xe4\xd7\x39\x7a\x34\x14\x5c\xa4\x03\x87\xcf\xab\x35\xc2\x4c\x92\xbf\xb8\x2f\x63\x80\x12\xbf\x43\x53\x6d\x18\x5a\x2d\x1e\xc6\xf9\xf3\xb2\x46\xb8\x73\x59\xd0\xab\xbb\x03\xb8\xc0\xe5\x1d\x42\x1b\xec\xe0\x7d\x87\x76\x05\x33\xda\xca\x73\xc8\x89\x1c\x2f\x27\xe8\x0e\xb6\x14\xbf\xac\xb6\x8d\x81\x7d\xdb\xaf\xdc\x85\x2c\xa4\x7b\xb5\x16\x96\x0b\xaf\xdf\x53\x0d\x06\xe4\x75\xea\xee\x47\x40\x12\x0e\x3c\x1d\x4d\xf0\x9e\xe6\x9c\x51\x98\xcf\x67\x74\x3d\xf5\xc9\x58\x41\xee\x13\x8c\x81\x73\x8c\xdf\x93\x35\x72\x5c\x23\xfa\x72\x3a\xdf\x4a\xe0\x69\xb1\x7a\x85\x71\xb8\x73\xfe\xc9\xab\xa3\xfa\x58\x79\xf9\x9e\xb2\x6a\x1a\xca\x38\x8f\x7f\xa8\xf1\x68\x3f\x3f\xcb\x9f\xdf\xb3\xab\x79\xf2\x09\xcc\x6e\xe0\x08\x7b\x75\x52\x5f\xd5\x27\x68\x0b\x36\x82\xd4\x39\xfd\xcc\x83\xbe\xa7\x64\x94\x14\xc6\x65\x6b\x79\x74\x94\xea\x2a\x4b\xd7\x1d\x72\x96\xee\x7b\xc9\x8f\x81\x81\xd3\x5e\x7b\x0d\x6a\x97\x1d\xbd\x1a\x09\xd3\xca\x65\x7d\x2e\x6c\x46\xb5\x30\xae\x02\xac\xd5\x25\x74\x50\x15\xd6\xa9\x0b\xe4\xd1\x9e\x52\x9a\xc8\xa5\x5e\x21\xb8\xc3\x86\xfc\xce\xfa\x91\xf7\x02\x90\xb2\x2a\xf2\xbd\xf0\x4c\x07\x56\xf0\xbd\x97\xf9\x19\x1a\xe1\xfb\xbb\x8b\xfe\xbd\x98\x01\x63\x49\xdd\x7b\x31\x8b\x19\xd8\x90\xfc\xea\x26\x44\x76\x80\xbd\xda\x85\xcf\xe9\x53\xaf\x8e\xff\x63\x5f\xe5\xcb\x29\x7f\xad\xb7\xff\x3b\x41\x4d\xed\xbf\xb6\x6e\xb7\x96\x84\x81\x59\x6e\xdb\x3e\xbc\x3e\xef\x16\x2a\xe0\x74\xc7\x57\x27\xf5\xb1\x5b\xe1\xbd\x35\x7e\x21\x40\xce\xce\x1b\x2c\x8d\x7c\x6f\x8d\x40\x34\x9f\x47\x44\x8c\x51\xd7\xd6\xea\xd2\x00\xb4\x0e\x97\x99\x98\x17\x87\xa1\x2e\xad\x7f\x1f\x09\x5f\x64\xf5\x31\x57\xa5\x5e\x84\x08\x90\xa5\x56\xdb\x72\x49\xcd\xab\x45\xb5\x6a\x92\x3a\x40\x8e\x45\xe2\xaf\xfc\x83\x82\xdb\x8f\xfa\x2a\xeb\xd2\x5e\x8e\xf4\x1f\x1c\x86\xf4\x3e\x1a\xa5\x31\xb7\x2c\xb6\x1d\xac\x29\x7c\x39\x40\x6e\x3d\x40\x09\x4d\xa5\x0d\xc2\x10\x54\xe4\xa2\x23\xfd\x39\xa3\xeb\xe5\x04\xb9\x18\x65\x92\xb8\x08\x51\x97\xee\xbf\x5a\x55\xcb\x3a\xdf\xd7\x2e\x45\x04\x76\xe9\x4c\x01\x8e\xf4\x7f\xe5\x5c\x64\x0d\xe1\x2b\xd7\x1f\xb3\xc6\x2f\x9e\xbf\x50\x99\x29\x7b\x1f\x9d\x4f\x49\x27\x7e\x34\x91\xad\xae\x84\xeb\x2f\x2f\x53\xf2\xff\x34\x7a\xfd\xe5\xfc\xd3\xdf\xcf\x3f\xfc\x16\x8f\x5f\x3f\xbf\xb1\x51\x9d\x5b\xf7\xfb\xfb\xa4\xfe\xeb\xe7\x0b\x72\x01\xbf\x2e\x8b\x5f\x11\x33\x1d\x5f\x9a\x5d\xce\xcf\x3a\xf9\x1e\xd2\x1a\x8a\x2d\x6d\x05\xb9\xda\x5f\xd7\xca\xae\x88\xe8\x69\xd1\x9e\xe3\xe2\xe0\x15\x91\x3c\x2d\x59\x5a\xf9\xd2\xb2\xa7\x65\x4b\xab\x5f\x5a\xf1\xb4\x62\x69\xed\x4b\xab\x9e\x56\x2d\xad\x7f\x69\xcd\xd3\x9a\xa5\x8d\x2f\xad\x7b\x5a\x57\x1a\x2b\x7f\x88\x18\x9e\x36\x2c\x2d\x58\xda\x59\x52\xb2\xb4\xb3\xa4\xc2\xd9\xe7\xdc\xcd\xa8\x88\xee\x69\x43\x69\xdd\xd2\x7a\xaa\x5f\x5a\x5f\xd9\x62\x64\xdb\xda\x8a\xb8\x72\xca\x96\x76\x7d\xdf\xce\xfd\x95\x2b\xc2\xbf\xfd\xfa\xbe\x3d\x98\xac\x2f\xff\xf6\xab\x9a\x1e\xa2\xa5\xcd\x77\xa7\xcd\xd7\xbe\xe1\xd3\xdf\x7b\xec\xb4\xf7\xb0\xb4\x4f\x7f\xaf\xeb\xf6\x0d\x96\x56\xbe\x34\xd7\xed\x6b\xba\x85\x6b\x13\xe1\xba\x7d\x4d\xb7\xcc\xef\x13\xe1\xba\x7d\xed\xfb\x70\x58\x10\xe1\xdf\xf7\xda\xf7\xe9\x76\xdc\x15\xe1\xdf\xf7\x9a\x6e\x01\x43\x44\xb8\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xfd\xe4\xf2\xba\x6e\x5f\xd3\x6d\xdd\x72\x39\x3d\xed\xb4\xb4\x2d\x97\xcb\xd3\x2e\x4b\xdb\x72\xb9\x3d\xed\xb6\xb4\x2d\x97\xc7\xd3\xac\x8f\xd5\x2d\x97\xe9\x69\xd6\xc7\x74\x21\x6c\xc8\x8a\x67\x39\xf1\xa1\x1b\xc6\x71\x1f\xad\x3f\xab\xff\x6a\x49\x5c\xc7\x5d\xb4\xfe\x14\xe2\xb8\x24\x13\x5f\xcf\x6f\x3d\x4c\x8e\xe2\x0f\xaa\xff\x9c\xc4\xbd\xe4\xc3\x27\xd0\xc3\xab\x7c\x5c\x6b\x70\x70\xe8\xe0\xea\xbb\x5f\xdf\x56\x50\x75\x1a\x5f\x5a\xf4\x34\xd3\x3f\x8e\x0a\x22\x92\xa7\x99\xfe\xd9\x59\x49\x44\xf6\x34\xd3\xbf\x6e\xfd\x5f\x11\xc5\xd3\x4c\xff\xba\xae\x74\x45\x54\x4f\x33\xfd\x33\x6b\x45\x44\xf3\x34\xd3\x7f\xdb\xdf\xd0\x3d\xcd\xf4\x0f\xe1\x26\x62\x78\x9a\xe9\x5f\x57\xf0\xaf\x88\xd3\xd3\x4c\xff\xba\xdb\x7f\x45\x5c\x9e\x66\xfa\x6f\x5b\x2e\xb7\xa7\x99\xfe\xfb\x96\xcb\xe3\x69\xa6\xff\xbe\xe5\x32\x3d\xcd\xf4\xdf\xb7\x5c\x5e\x4f\xb3\xfe\xdb\x3f\xb9\x8c\x63\xa7\x0d\xeb\xbf\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\xd7\x3f\xb9\x0c\xd7\xdf\x30\xfd\xf5\x4f\x2e\xc3\xf5\x37\x4c\x7f\xfd\x93\xcb\x70\xfd\x0d\xd3\x5f\xff\xe4\x32\x5c\x7f\xc3\xf4\x37\x3e\xb9\x0c\xd7\xdf\x30\xfd\x8d\x4f\x2e\xc3\xf5\x37\x4c\x7f\xe3\x93\xcb\x70\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xd8\x72\x71\xfd\x0d\xd3\xdf\xf8\xe4\x72\xba\xfe\x4e\xe9\x2f\x1d\x9f\x5c\x4e\xd7\xdf\x19\x2c\xed\x93\xcb\xe9\xfa\x3b\xa3\xa5\x7d\x72\x39\x5d\x7f\x67\xb2\xb4\x4f\x2e\xa7\xeb\xef\xcc\x96\xf6\xc9\xe5\x74\xfd\xd9\x98\x95\x8e\x4f\x2e\xa7\xeb\xef\xac\x96\xf6\xc9\xe5\x74\xfd\x9d\xcd\xd2\x3e\xb9\x9c\xae\xbf\xb3\x5b\xda\x27\x97\xd3\xf5\x77\x0e\x4b\xdb\x72\x71\xfd\x9d\xd2\x5f\x0a\x5b\x2e\xae\xbf\xf3\xb2\xb4\x2d\x17\xd7\xdf\x79\x5b\xda\x96\x8b\xeb\xef\x7c\x2c\x6d\xcb\xc5\xf5\x77\x4e\x4b\xdb\x72\x71\xfd\x9d\xaf\xa5\x7d\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x97\xe9\x2f\x7c\x72\xb9\x5c\x7f\x86\x0f\x52\xfc\xe4\x72\xb9\xfe\x0c\x1f\xa4\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\xf8\xc9\xe5\x72\xfd\x5d\xa6\xbf\x3d\x76\x5c\xae\xbf\xcb\xf4\x17\xb7\x5c\x5c\x7f\x97\xe9\x2f\x6e\xb9\xb8\xfe\x2e\xd3\x5f\xec\xdf\xae\x1d\x61\xd7\xff\x16\x9c\x25\xbf\xab\xf7\x32\xf5\xc6\x2d\x36\x57\xef\x65\xea\x4d\x5b\x6c\xae\xde\xcb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\x3e\xb1\xdd\xae\xde\xdb\xd4\x9b\xbe\xe6\x74\xbb\x7a\x6f\x53\x6f\xfa\xe4\x72\xbb\x7a\x6f\x53\x6f\xfe\xe4\x72\xbb\x7a\x6f\x53\x6f\xde\x72\x71\xf5\xde\xa6\xde\xbc\xe5\xe2\xea\xbd\x4d\xbd\x79\xcb\xc5\xd5\x7b\x9b\x7a\xf3\x96\x8b\xeb\xef\x36\xfd\xe5\x2d\x17\xd7\xdf\x6d\xfa\xcb\x5b\x2e\xae\xbf\xdb\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x97\x3f\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\x3e\xb9\x3c\xae\xbf\xc7\xf4\x57\xb6\x5c\x5c\x7f\x8f\xe9\xaf\x6c\xb9\xb8\xfe\x1e\xd3\x5f\xd9\x72\x71\xfd\x3d\xa6\xbf\xba\xe5\xe2\xfa\x7b\x4c\x7f\x75\xcb\xc5\xf5\xf7\x98\xfe\xea\x96\x8b\xeb\xef\x31\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\x5f\xfd\xe4\x32\x5d\x7f\xd3\xf4\x57\x3f\xb9\x4c\xd7\xdf\x34\xfd\xd5\x4f\x2e\xd3\xf5\x37\x4d\x7f\xf5\x93\xcb\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\xdf\x34\xfd\x6d\x38\x3c\x5d\x7f\xd3\xf4\xb7\xe1\xf0\x74\xfd\x4d\xd3\xdf\x86\xc3\xd3\xf5\x37\x4d\x7f\x1b\x0e\x4f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0d\x87\x5f\xd7\x9f\xd1\xcb\xb4\xe1\xf0\xeb\xfa\x33\x7a\x99\x36\x1c\x7e\x5d\x7f\x46\x2f\xd3\x86\xc3\xaf\xeb\xcf\xe8\x65\xda\x70\xf8\x75\xfd\x19\xbd\x4c\x1b\x0e\xbf\xae\x3f\xa3\x97\x69\xc3\xe1\xd7\xf5\x67\xf4\x32\x6d\x38\xfc\xba\xfe\x8c\x5e\xa6\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfa\xe0\x70\xe8\xd1\xd3\x4c\x0f\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\x4b\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xf4\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\x1f\x1c\x0e\x4e\xf3\x82\xd1\xbc\xfc\xc1\xe1\xe0\x34\x2f\x18\xcd\xcb\xc7\x96\xcb\xe5\x69\x97\xa5\x6d\xb9\xdc\x9e\x76\x5b\xda\x96\xcb\xe3\x69\x8f\xa5\x6d\xb9\x4c\x4f\x9b\x96\xb6\xe5\xf2\x7a\xda\x6b\x69\x9f\x5c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xc3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\x39\x6e\xb9\xb8\xfe\x8c\xe6\xe5\xb8\xe5\xe2\xfa\x33\x9a\x97\xe3\x96\x8b\xeb\xcf\x68\x5e\x8e\x5b\x2e\xae\x3f\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\x3f\x38\x1c\x9c\xe6\x05\xa3\x79\xf9\x83\xc3\xc1\x69\x5e\x30\x9a\x97\xff\x4a\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\xf9\x83\xc3\xc1\x59\x60\x30\x16\x98\x3f\x38\x1c\x9c\x05\x06\x63\x81\x39\x6d\xb1\xb9\x7a\x8d\x05\xe6\xb4\xc5\xe6\xea\x35\x16\x98\xd3\x16\x9b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\xb4\xe5\xe2\xea\x35\x16\x98\xf3\x96\x8b\xab\xd7\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\xfe\xe0\x70\x70\x16\x18\x8c\x05\xe6\x0f\x0e\x07\x67\x81\xc1\x58\x60\x2e\x5b\x2e\xae\x3f\x63\x81\xb9\x6c\xb9\xb8\xfe\x8c\x05\xe6\xb2\xe5\xe2\xfa\x33\x16\x98\xcb\x96\x8b\xeb\xcf\x68\x5e\x2e\x5b\x2e\xae\x3f\xa3\x79\xb9\x6c\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\xba\xe5\xe2\xfa\x33\x9a\x97\xeb\x96\x8b\xeb\xcf\x68\x5e\xae\x5b\x2e\xae\x3f\xa3\x79\xb9\x6d\xb9\xb8\xfe\x8c\xe6\xe5\xb6\xe5\xe2\xfa\x33\x9a\x97\xdb\x96\x8b\xeb\xcf\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\xbe\xe5\xe2\xfa\x33\x9a\x97\xfb\x96\x8b\xeb\xcf\x68\x5e\xee\x5b\x2e\xae\x3f\xa3\x79\xb9\x6f\xb9\xb8\xfe\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xfe\xe0\x70\x70\x9a\x17\x8c\xe6\xe5\x0f\x0e\x07\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\xe5\x0d\x87\x9d\xe6\x05\xa3\x79\x79\xc3\x61\xa7\x79\xc1\x68\x5e\xde\x70\xd8\x69\x5e\x30\x9a\x97\x37\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0d\x87\x9d\xe6\x05\xa3\x79\x65\xc3\x61\xa7\x79\xc1\x68\x5e\xd9\x70\xd8\x69\x5e\x30\x9a\x57\x36\x1c\x76\x9a\x17\x8c\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xf9\xe0\x70\x74\x9a\x17\x8d\xe6\x95\xbf\x12\x0e\x47\x67\x81\xd1\x58\x60\xf9\xe0\x70\x74\x16\x18\x8d\x05\x96\xb4\xc5\x76\x79\x9a\xa9\x29\x6d\xb1\xdd\x9e\x66\x6a\x4a\x5b\x6c\x8f\xa7\x99\x9a\xd2\x16\xdb\xf4\x34\x53\x53\xda\x62\x7b\x3d\xcd\xba\xd9\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x79\xcb\xc5\xf5\x67\x2c\xb0\xe4\x2d\x17\xd7\x9f\xb1\xc0\x92\xb7\x5c\x5c\x7f\xc6\x02\x4b\xde\x72\x71\xfd\x19\x0b\x2c\x65\xcb\xc5\xf5\x67\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xb3\xc0\x68\x2c\xb0\x7c\x70\x38\x3a\x0b\x8c\xc6\x02\xcb\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdd\x72\x71\xfd\x19\xcd\x2b\x75\xcb\xc5\xf5\x67\x34\xaf\xd4\x2d\x17\xd7\x9f\xd1\xbc\x52\xb7\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\x4a\xdb\x72\x71\xfd\x19\xcd\x2b\x6d\xcb\xc5\xf5\x67\x34\xaf\xb4\x2d\x17\xd7\x9f\xd1\xbc\xd2\xb7\x5c\x5c\x7f\x46\xf3\x4a\xdf\x72\x71\xfd\x19\xcd\x2b\x7d\xcb\xc5\xf5\x67\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7c\x70\x38\x3a\xcd\x8b\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\xd8\x72\x71\xfd\x19\xcd\x2b\x63\xcb\xc5\xf5\x67\x34\xaf\x8c\x2d\x17\xd7\x9f\xd1\xbc\x32\xb6\x5c\x5c\x7f\x46\xf3\xca\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\x07\x87\xa3\xd3\xbc\x68\x34\xaf\x7e\x70\x38\x3a\xcd\x8b\x46\xf3\xea\xb1\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\x0d\x5b\x2e\xae\x3f\xa3\x79\x35\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb0\xe5\xe2\xfa\x33\x9a\x57\xc3\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0f\x0e\x47\xa7\x79\xd1\x68\x5e\xfd\xe0\x70\x74\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\x0d\x87\x9d\xe6\x45\xa3\x79\x75\xc3\x61\xa7\x79\xd1\x68\x5e\xdd\x70\xd8\x69\x5e\x34\x9a\x57\x37\x1c\x76\x9a\x17\x8d\xe6\xd5\xbf\x16\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xba\xe1\xb0\xb3\xc0\x68\x2c\xb0\x6e\x38\xec\x2c\x30\x1a\x0b\xac\x1b\x0e\x3b\x0b\x8c\xc6\x02\xeb\x86\xc3\xce\x02\xa3\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x2c\x30\x19\x0b\xac\x1f\x1c\x4e\xce\x02\x93\xb1\xc0\xfa\xc1\xe1\xe4\x34\x2f\x19\xcd\xab\x1f\x1c\x4e\x4e\xf3\x92\xd1\xbc\x5a\xb6\x5c\x2e\x4f\x33\x3d\x94\x2d\x97\xdb\xd3\x4c\x0f\x65\xcb\xe5\xf1\x34\xd3\x43\xd9\x72\x99\x9e\x66\x7a\xa8\x5b\x2e\xaf\xa7\x59\x3f\xfa\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\xb6\xe5\xe2\xfa\x33\x9a\x57\xdb\x96\x8b\xeb\xcf\x68\x5e\x6d\x5b\x2e\xae\x3f\xa3\x79\xb5\x6d\xb9\xb8\xfe\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\xbe\xe5\xe2\xfa\x33\x9a\x57\xfb\x96\x8b\xeb\xcf\x68\x5e\xed\x5b\x2e\xae\x3f\xa3\x79\x75\x6c\xb9\xb8\xfe\x8c\xe6\xd5\xb1\xe5\xe2\xfa\x33\x9a\x57\xc7\x96\x8b\xeb\xcf\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xd5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfd\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\xfb\xe0\x70\x72\x9a\x97\x8c\xe6\xb5\x0f\x0e\x27\xa7\x79\xc9\x68\x5e\x3b\xb6\x5c\x5c\x7f\x46\xf3\xda\xb1\xe5\xe2\xfa\x33\x9a\xd7\x8e\x2d\x17\xd7\x9f\xd1\xbc\x76\x6c\xb9\xb8\xfe\x8c\xe6\xb5\x63\xcb\xc5\xf5\x67\x34\xaf\x1d\x5b\x2e\xae\x3f\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\x2d\x6c\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\xe2\x96\x8b\xeb\xcf\x68\x5e\x8b\x5b\x2e\xae\x3f\xa3\x79\x2d\x6e\xb9\xb8\xfe\x8c\xe6\xb5\xb8\xe5\xe2\xfa\x33\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\x83\xc3\xc9\x69\x5e\x32\x9a\xd7\x3e\x38\x9c\x9c\xe6\x25\xa3\x79\xed\xaf\x84\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\x3e\x38\x9c\x9c\x05\x26\x63\x81\xed\x83\xc3\xc9\x59\x60\x32\x16\xd8\xd2\x16\x9b\xab\xd7\x58\x60\x4b\x5b\x6c\xae\x5e\x63\x81\x2d\x6d\xb1\xb9\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\x4b\x5b\x2e\xae\x5e\x63\x81\x2d\x6f\xb9\xb8\x7a\x8d\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xfb\xe0\x70\x72\x16\x98\x8c\x05\xb6\x0f\x0e\x27\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x59\x60\x32\x16\xd8\x36\x1c\x76\x16\x98\x8c\x05\xb6\x0d\x87\x9d\x05\x26\x63\x81\x6d\xc3\x61\x67\x81\xc9\x58\x60\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0d\x87\x9d\xe6\x25\xa3\x79\x6d\xc3\x61\xa7\x79\xc9\x68\x5e\xdb\x70\xd8\x69\x5e\x32\x9a\xd7\x36\x1c\x76\x9a\x97\x8c\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\x0f\x0e\x67\xa7\x79\xd9\x68\x5e\xfb\xe0\x70\x76\x9a\x97\x8d\xe6\xb5\xbe\xe5\x72\x79\x9a\xe9\xa1\x6f\xb9\xdc\x9e\x66\x7a\xe8\x5b\x2e\x8f\xa7\x99\x1e\xfa\x96\xcb\xf4\x34\xd3\x43\xdf\x72\x79\x3d\xcd\xfa\xd1\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\x07\x87\xb3\xd3\xbc\x6c\x34\xaf\x7d\x70\x38\x3b\xcd\xcb\x46\xf3\xda\xd8\x72\x71\xfd\x19\xcd\x6b\x63\xcb\xc5\xf5\x67\x34\xaf\x8d\x2d\x17\xd7\x9f\xd1\xbc\x7e\x6c\xb9\xb8\xfe\x8c\xe6\xf5\x63\xcb\xc5\xf5\x67\x34\xaf\x1f\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\xc3\x96\x8b\xeb\xcf\x68\x5e\x0f\x5b\x2e\xae\x3f\xa3\x79\x3d\x6c\xb9\xb8\xfe\x8c\xe6\xf5\xb0\xe5\xe2\xfa\x33\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\xaf\x84\xc3\xd9\x59\x60\x36\x16\xd8\xe3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\x3d\x6d\xb1\xb9\x7a\x8d\x05\xf6\xb4\xc5\xe6\xea\x35\x16\xd8\xd3\x16\x9b\xab\xd7\x58\x60\x4f\x5b\x6c\xae\x5e\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xbc\xe5\xe2\xfa\x33\x16\xd8\xf3\x96\x8b\xeb\xcf\x58\x60\xcf\x5b\x2e\xae\x3f\x63\x81\x3d\x6f\xb9\xb8\xfe\x8c\x05\xf6\xb2\xe5\xe2\xfa\x33\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x59\x60\x36\x16\xd8\x3f\x38\x9c\x9d\x05\x66\x63\x81\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xbd\x6e\xb9\xb8\xfe\x8c\xe6\xf5\xba\xe5\xe2\xfa\x33\x9a\xd7\xeb\x96\x8b\xeb\xcf\x68\x5e\xaf\x5b\x2e\xae\x3f\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x3f\x38\x9c\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xd9\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\x7d\xc3\x61\xa7\x79\xd9\x68\x5e\xdf\x70\xd8\x69\x5e\x36\x9a\xd7\x37\x1c\x76\x9a\x97\x8d\xe6\xf5\x0d\x87\x9d\xe6\x65\xa3\x79\xfd\x83\xc3\xc5\x69\x5e\x31\x9a\xd7\x3f\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\x5e\x31\x9a\x37\x3e\x38\x5c\x9c\xe6\x15\xa3\x79\xe3\x83\xc3\xc5\x69\xde\x0a\x76\xd2\x4c\x2e\x65\x74\x9d\xa2\xa4\xa0\x9e\xab\xd9\xd2\xb6\x1e\x8a\xd1\x84\xc1\x7d\x21\x44\x9c\x9e\x76\x5a\x5a\xff\xd2\x2e\x4f\xbb\x2c\x6d\x7c\x69\xb7\xa7\x49\x0f\x83\x7b\xf6\x88\x78\x3c\xed\xb1\xb4\xf0\xa5\x4d\x4f\x9b\x96\x16\xbf\xb4\xd7\xd3\x5e\x4b\x4b\x96\xe6\x34\xa1\x18\x4d\x18\x5c\x55\x46\x84\xeb\xcf\x68\x82\xee\x6b\x21\xc2\xf5\x67\x34\x41\x37\x93\x10\xe1\xfa\x33\x9a\xa0\xeb\x3c\x88\x70\xfd\x19\x4d\x18\xe1\x93\x8b\xd3\x84\x62\x34\x61\x84\x4f\x2e\x4e\x13\x8a\xd1\x04\x5d\xb6\x4a\x84\xeb\xcf\x68\xc2\x88\x9f\x5c\x9c\x26\x14\xa3\x09\x3a\x69\x99\x08\xd7\x9f\xd1\x04\x9d\x0b\x4d\x84\xeb\xcf\x68\x82\x4e\x25\x26\xc2\xf5\x67\x34\x61\xc4\x2d\x17\xd7\x9f\xd1\x84\x11\xb7\x5c\x5c\x7f\x46\x13\x46\xdc\x72\x71\xfd\x19\x4d\x18\xb1\x87\xbf\x06\x0e\x17\x67\x11\xc5\x58\xc4\x88\x9f\xd8\x9c\x45\x14\x63\x11\x23\x7d\x62\x73\x16\x51\x8c\x45\x8c\xf4\x89\xcd\x59\x44\x31\x16\x31\xd2\x27\x36\x67\x11\xc5\x58\xc4\x48\x9f\xd8\x9c\x45\x14\x63\x11\xba\xf0\x9e\x08\x57\xaf\xb1\x88\x91\x3e\xb1\x39\x8b\x28\xc6\x22\x74\x39\x36\x11\xae\x5e\x63\x11\xba\x8c\x9a\x08\x57\xaf\xb1\x88\x91\xbe\xe6\xe4\x34\xa1\x18\x4d\x18\x69\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\x57\xaf\xd1\x84\x91\xb7\x5c\x5c\xbd\x46\x13\x46\xde\x72\x71\xf5\x1a\x4d\x18\x79\xcb\xc5\xd5\x6b\x34\x61\xe4\x2d\x17\xd7\x9f\xd1\x84\x91\x3f\xb9\x38\x4d\x28\x46\x13\x46\xfe\xe4\xe2\x34\xa1\x18\x4d\xd0\x7d\xac\x44\xb8\xfe\x8c\x26\xe8\x52\x52\x22\x5c\x7f\x46\x13\x74\x19\x29\x11\xae\x3f\xa3\x09\xba\xec\x92\x08\xd7\x9f\xd1\x04\xdd\xe2\x46\x84\xeb\xcf\x68\x82\xae\xad\x24\xc2\xf5\x67\x34\x41\xd7\x27\x12\xe1\xfa\x33\x9a\xa0\xcb\x1b\x89\x70\xfd\x19\x4d\x18\x65\xcb\xc5\xf5\x67\x34\x41\x77\xe2\x11\xe1\xfa\x33\x9a\xa0\x9b\xe7\x88\x70\xfd\x19\x4d\xd0\x25\x6e\x44\xb8\xfe\x8c\x26\xe8\xe2\x33\x22\x5c\x7f\x46\x13\x74\x60\x2d\x11\xae\x3f\xa3\x09\x3a\x39\x74\x45\x38\x4d\x28\x46\x13\x74\x3e\x2b\x11\xae\x3f\xa3\x09\x3a\xbb\x94\x08\xd7\x9f\xd1\x04\x9d\x10\x4a\x84\xeb\xcf\x68\xc2\xa8\x9f\x5c\x9c\x26\x14\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\xe8\x16\x16\x22\x5c\x7f\x46\x13\x74\xcf\x08\x11\xae\x3f\xa3\x09\xa3\x7e\x72\x71\x9a\x50\x8c\x26\x8c\xf6\xc9\xc5\x69\x42\x31\x9a\x30\xda\x96\x8b\xeb\xcf\x68\x82\xae\x5f\x26\xc2\xf5\x67\x34\x61\xb4\x2d\x17\xd7\x9f\xd1\x04\x5d\x15\x44\x84\xeb\xcf\x68\x82\x4e\xbc\x24\xc2\xf5\x67\x34\x41\x07\x98\x13\xe1\xfa\x33\x9a\xa0\xb3\xc7\x57\x84\xd3\x84\x62\x34\x41\x87\x46\x13\xe1\xfa\x33\x9a\xa0\x63\xba\x89\x70\xfd\x19\x4d\xd0\x41\xda\x44\xb8\xfe\x8c\x26\xe8\xe8\x6a\x22\x5c\x7f\x46\x13\xb8\x91\x48\x11\xae\x3f\xa3\x09\xba\x66\x82\x08\xd7\x9f\xd1\x04\x1d\x1b\x4a\x84\xeb\xcf\x68\x82\xee\x7f\x27\xc2\xf5\x67\x34\x61\xf4\x4f\x2e\x4e\x13\x8a\xd1\x04\x9d\xd8\x4a\x84\xeb\xcf\x68\xc2\xe8\x5b\x2e\xae\x3f\xa3\x09\xa3\x6f\xb9\xb8\xfe\x8c\x26\x8c\xb1\xe5\xe2\xfa\x33\x9a\x30\xc6\x96\x8b\xeb\xcf\x68\xc2\x18\x5b\x2e\xae\x3f\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\x30\xc6\x27\x17\xa7\x09\xc5\x68\xc2\x18\x9f\x5c\x9c\x26\x14\xa3\x09\x63\x7c\x72\x71\x9a\x50\x8c\x26\x8c\xf1\xc9\xc5\x69\x42\x31\x9a\xa0\xeb\xc7\x89\x70\xfd\x89\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xf8\xe4\xe2\x34\xa1\x88\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\xe3\xd8\x72\x71\xfd\x89\x26\xa4\x63\xc3\x61\xa7\x09\x45\x34\x21\x1d\x1f\x1c\xae\x4e\x13\xaa\x68\x42\x3a\x3e\x38\x5c\x9d\x26\x54\xd1\x84\x74\x7c\x70\xb8\x3a\x4d\xa8\xa2\x09\xe9\xf8\xe0\x70\x75\x9a\x50\x45\x13\xd2\xf1\xc1\xe1\xea\x34\xa1\x8a\x26\xa4\xe3\x83\xc3\xd5\x69\x42\xed\xa6\x87\x0f\x0e\x57\xa7\x09\xb5\x9b\x1e\x3e\x38\x5c\x7d\x36\xa8\x76\xd3\xc3\x07\x87\xab\xcf\x06\xd5\x6e\x7a\xf8\xe0\x70\xf5\xd9\xa0\xda\x4d\x0f\x61\xcb\xe5\xf2\x34\xd3\x43\xd8\x72\xb9\x3d\xcd\xf4\x10\xb7\x5c\x1e\x4f\x33\x3d\xc4\x2d\x97\xe9\x69\x33\x35\xd2\xb6\x5c\xde\x14\xbe\xb4\xd7\x9e\xe3\xf0\x4e\x4e\x12\xda\xcf\x69\x36\x28\x1d\x1c\x48\x4f\x84\xeb\x6f\x98\xfe\x62\xfe\xd2\x5c\x7f\xc3\xf4\x17\xcb\x97\xe6\xfa\x1b\xa6\x3f\x6e\x03\x26\xc2\xf5\x37\x72\x2a\xa4\xb5\xfe\x57\xc0\x61\x9d\x47\xca\x35\xf7\xe1\x2b\xaa\x70\x66\x6d\xac\x81\xb8\xd6\x56\x5c\x15\xab\x6b\x89\x38\x89\xb5\x15\xc5\x8d\x15\x97\x0e\x9e\x6d\x97\xe2\x38\xa3\x94\x8b\x34\x3a\x97\xcb\xaf\x3f\x51\x71\x95\x38\x95\xd1\x5f\xc5\xf1\xec\x50\xbe\x33\x13\x27\x26\x7a\x72\xb6\x6e\xbc\x1b\x71\x62\x99\x37\xe7\xa5\xc6\x79\x10\xd7\x61\x97\x53\x75\xd1\xd9\xa8\x59\x75\xd1\xd9\xa8\xf1\xe5\x3b\xb2\xca\x7d\xf5\x1d\x6f\x25\x4e\x4c\xf8\xbd\x15\x37\x15\x57\xfe\xf0\x5b\xe7\x3e\xf9\xf5\x27\x2b\x6e\x10\x57\x15\x47\x5d\x72\x8a\xc4\x0d\xc5\x5d\x8a\xcb\xc4\x3d\xc4\x49\xa6\x39\x2d\xf9\x25\xc9\x34\x15\x95\x9b\x13\x71\x5d\x71\x8f\xe2\x2a\x71\x2f\x71\x55\xe5\x16\xca\xa8\x9c\xe7\xca\x8d\xf2\x2b\x6e\x7d\x1b\xb7\xc8\xaf\x3f\xaa\x0b\xe7\x29\x27\xc9\x39\xe9\xcc\x58\x2e\xf0\xef\x49\x67\xc6\xa6\xce\x79\xb3\x5c\xd9\xd0\xb9\x03\x7e\xfd\x91\xac\x90\x5f\xea\xc8\x8a\x3b\xdd\x83\xee\x03\xed\xdc\xe3\xbe\xfe\xa8\x7e\x83\x67\x87\xea\x77\x52\x86\xa0\x6e\x3a\x55\xc6\x79\x2a\x8e\xfa\x9d\xb7\xe2\x78\x96\x6b\xe5\x7b\xba\x54\xbf\x6b\x28\x8e\x72\x2f\xd5\xe5\xa6\x7e\xdc\xdf\xd5\x93\xf4\x9b\x74\xa6\x6d\x91\xfc\x74\xa6\x6d\x92\x8e\x04\x41\xb3\xda\x2e\x97\xb8\xaf\xb8\x25\x03\x2e\x6e\xff\xad\xe7\x46\xdb\xe0\x44\xfe\x9e\x5b\x54\x1c\xdf\xc6\x01\xf4\x3d\xab\xed\xe6\x56\x15\xc7\xb3\xad\x2b\x8e\x32\x04\x1f\xb3\xce\xe1\xe5\xd2\xf3\x15\xd7\x89\x4b\x8a\xe3\xdb\xe4\x59\xe5\xd2\xf2\xdf\x7a\x1e\xca\x87\x29\xe3\xd2\x98\xf5\xe7\x56\x5c\x26\x0e\x39\x73\x67\x79\x38\xb8\x80\xaf\x67\xc9\x2f\x9f\x5d\x71\xd4\xef\x44\x06\xf9\xce\x8a\xa3\x7e\x37\xed\x2f\x3f\xb4\xab\x76\x2c\x1d\xe5\xe7\x52\x1c\x65\xb4\x18\x89\x53\x19\x73\x28\x8e\x72\xa7\xf2\x4d\xea\xdc\x12\xcf\x4e\xd5\xf9\x3d\x14\x47\x19\xaf\x64\x25\x39\x0b\x2a\x16\xc9\x99\x1b\xd1\xc3\xc1\x39\xf0\x9d\x2b\x6a\xd6\x1f\xbd\x8f\x73\x8c\x8b\xda\x2e\x77\x96\x87\x43\xb0\xaf\xa8\xed\x16\xc9\x94\xcb\xbc\x7a\x91\x4c\xb9\x60\x26\xe8\xd6\xc6\x5e\x7a\x57\xdc\xa9\xb8\x41\x1c\x6d\xa8\x48\xa6\x5c\x3a\xd9\xcb\x48\x8a\x2b\x8a\xe3\x7d\x83\x3e\x58\x4e\xe5\xa3\x5f\x96\x53\xf9\x2e\xc5\xe9\x3b\x2e\xc5\xe9\xdb\x7a\x59\x32\xa8\xfa\x36\x6e\x06\x0f\xba\x04\xaf\x73\x83\xcc\x6f\xbd\x16\xda\xcb\xe0\x4c\xe5\xaa\xef\xad\x95\xfe\x26\xd8\xc3\x0d\xdf\xbf\xf5\xaa\x6f\x93\x87\xaf\xea\xdb\xaa\xea\x37\xe8\x33\xdc\xbc\xb2\xfe\x2c\xfd\x86\x83\x76\xcf\x45\x2b\xbf\x75\x2e\x49\x59\x71\xd4\xe5\x44\xf6\xf5\x1e\xc4\xd1\x17\xea\x8d\x4c\xeb\xa3\x7c\x75\xb5\xe7\xfa\x28\xdf\x52\xfd\x8a\x6b\xc4\xa1\xf3\x3a\x95\x8f\x36\x54\xa7\xf2\xcd\x46\x1c\x5e\xc6\x3a\x55\x67\xda\x41\x38\xe8\xe7\x55\xed\xa0\x2e\xd3\x18\x82\xa0\x44\x7d\xf5\xbd\xc8\x2a\x1c\x63\xe5\x6b\x99\xbe\xc5\xd5\xdc\x61\x15\x4c\x5c\x51\x5c\x57\xdc\x20\xee\x51\x1c\xcf\x72\x4b\x6b\xe7\x7e\xee\xf5\xa7\x2a\x8e\x67\x65\xff\xb8\xc7\x25\x84\xc0\xf7\x72\x0d\xcb\xfa\x53\x14\xd7\x88\x43\x7e\xad\x29\x1f\x3a\x6a\x1a\x67\xb8\x78\x25\x04\xc1\x8a\xa6\x7e\xc9\xcd\xd9\x2b\xae\x10\xa7\x7c\x5d\xf9\xf0\xd0\x36\xf5\x55\x6e\xc9\x5e\x71\xbc\x4f\x7d\xb5\x8d\xa6\x38\xea\xa7\x76\xd5\x86\x9e\x45\xbf\x4d\xfd\xb7\x9d\x7a\xb6\xf1\x6d\xa7\x9e\x3d\xf5\x6d\xf4\xd5\x76\xea\xdb\x2e\xe5\xc3\xee\xb6\xab\x2a\xee\x24\x6e\xf0\xec\x75\x2b\x4e\xb2\xe2\x0c\xfb\x76\xeb\x3b\xd4\x0e\xe2\x81\x5c\x6e\xc9\xf4\x26\x9f\x26\xaf\xdb\x23\x99\x3e\x41\x71\xf1\xf7\x87\xfb\xf6\xa8\x0a\x8f\x5e\x1d\x10\x91\x4c\x48\x63\x48\x0c\x5c\x2b\xd7\xdb\x6b\x71\x2a\x0e\xb3\xd7\x35\x24\x76\xa9\x3f\x32\x34\xf5\x8c\x6a\x7a\x53\x3e\x44\xde\xd5\x05\x3a\x66\x3e\xc8\x43\xd6\x65\xe6\xfb\x4d\x93\xe5\xb6\xf3\xde\xf5\x49\xfd\xe1\x7d\x89\xa6\xd8\x9f\xa2\x38\xea\x92\x46\x22\xae\x2b\x6e\x2a\x8e\x32\xa6\xca\x98\xcb\x3c\x86\x7c\x50\x97\xc9\xb7\x75\x86\xfb\xc0\xf5\xe2\xbd\xbf\x59\x71\x34\x09\x6e\x97\xea\x5d\x43\x49\xd7\xb7\xc9\x1b\x35\x64\x06\x46\x3e\x15\xb7\xf2\x0d\x0d\x25\x03\x33\xa0\x6b\xa0\xfa\x90\x19\x18\xe5\x56\xdc\xaa\x0b\xf7\x69\xaf\x3f\x8a\xc3\x3c\x8e\x4a\x33\x19\x0c\x43\x81\x8b\xba\xfb\xd0\x30\x34\x1a\x32\xd0\x44\x2c\xf7\x58\xaf\x3f\xaa\x0b\x5d\x74\x48\x7e\xa3\xab\x2e\x34\x9d\x21\x53\x38\x64\x42\x32\x72\x19\x32\x21\xdc\x1d\x1d\x02\xd7\xcc\xf7\xa1\xe1\x79\x30\x3c\x07\x4d\xbe\x8e\x73\x28\x6e\x2a\x6e\xe9\x72\x5c\x2a\x43\x3a\xe2\xa2\xb6\x3e\xa4\xa3\x71\xe9\x7d\x40\x99\x71\x4b\x06\x77\x52\x1c\xdf\x71\xeb\x7d\xb7\xf2\x61\x5a\x87\xcc\xd4\x90\x99\x2a\x40\x99\x21\x33\x35\x9e\xa6\x38\xca\x7d\xf4\xec\xc3\xb7\x15\xc9\xea\xd1\xb7\xc9\xfc\x14\xcc\xf2\x90\xf9\x19\xd2\x91\x26\x60\x4f\xb5\x3f\x6e\xb9\x09\x41\x9e\xa6\x53\x43\xce\xc9\x71\xfa\x81\xab\x5c\xfa\xa9\xe3\xf4\x4f\xc9\x94\x7b\x5f\xfa\x29\x99\x9e\x33\x29\x6e\x7d\xc7\x29\xc8\x78\xaa\x0c\x6e\x1c\xe9\x97\xda\xc1\xa5\x36\xce\xcd\x69\xfd\x92\x89\xbb\x64\xe2\xb8\xcb\xa9\x5f\x99\x32\x2e\x99\x24\x0d\x75\x97\x4c\xd2\xa5\x72\xb9\x5c\xae\x5f\x2a\xf7\xea\xe8\x9c\xeb\x54\xfa\xd5\xd1\xf9\x25\xbd\x71\x83\x4c\xbf\xa4\xb7\x4b\xe6\xa2\x63\x92\xae\x2b\x2b\x8e\x72\x7b\x57\x9c\xca\x95\x8e\x7a\xa7\x2e\x97\x9e\xbd\xd1\xb9\x3c\x07\x97\x20\xd4\xa5\xbe\xc5\x9d\xce\xfd\x52\xdf\xba\x34\x6c\x8c\x43\x71\xaa\x8b\xfa\x11\x37\xcb\xf6\x4b\xfd\xe8\x9a\xe8\x88\x7b\xa9\xfa\x35\x6f\xc5\xbd\x8a\xe3\xd9\x97\xb6\x71\x49\x7e\x5c\x13\xdb\x6f\xc9\xef\x96\xfc\x06\x32\xbd\x25\xbf\x5b\xc3\x81\x86\xce\x5b\xc3\xc1\xad\xe1\x40\x9e\x82\x5b\xc3\x01\xf7\x56\xaf\xb8\x4e\x1c\xf5\xbb\x25\xd3\x01\xcc\xb8\x25\x53\x6e\xa2\x09\x91\x9b\x4c\xfb\x2d\x58\x70\xd3\x3f\xe2\x41\x3f\xbf\x07\xfa\xb8\x81\x05\xf1\x00\xd6\xdf\x32\xcb\xf7\x12\xd9\xb2\xac\xd4\x59\x6d\xfc\x7e\x94\xaf\x50\x67\xd9\xc9\xfb\xd1\xfb\x1a\xcf\x3e\xc8\xf4\x7e\x2d\x8e\xfa\xbd\x16\xb7\xea\x17\x35\xfc\x3d\x92\x01\x57\xcb\x84\xa8\xe1\xef\x69\x55\x71\xd4\x59\xc3\xcb\xd3\x6e\xc5\xe9\x59\x18\xee\xa3\x6f\x7b\x16\x6a\x5f\x71\x3c\xdb\x87\xe2\x94\x8f\x76\xc0\x15\x33\xeb\xcf\xa3\xb8\x4e\x1c\xed\xe0\xa1\xbd\x44\x2e\x13\xef\x8f\xda\xcb\x33\xf9\x36\xae\x86\xec\x8f\xda\xfd\xb3\xd4\x1c\x22\xb7\xae\xf7\x67\x22\x97\xe7\x55\x9c\xea\xf2\x5a\x1c\x65\x44\xec\xf3\xd4\xb7\xcd\xa5\xd2\x10\x23\xf0\x66\x6a\x0c\xe0\xea\xe8\x15\xb7\xca\x98\x05\xd9\x4f\xe0\x52\x4c\x8c\x33\x53\x70\x89\x1b\xa0\x43\x4c\xd4\x65\x36\x64\x3f\x25\x83\x84\xcd\x99\xa2\x31\x73\x20\x2b\xee\x4b\xeb\x73\xdc\x8a\x53\x3e\xe4\x32\x4f\xd5\x65\x21\xbd\x15\xd7\x88\x2b\x8a\xe3\x3b\x34\xb3\x31\xa5\xf3\x79\x5e\x8a\x4b\xc4\x21\xab\xb9\x46\xdf\x15\x47\x19\xea\x47\xf3\x46\x6f\x1a\x53\xa6\x20\xf7\xbc\x6f\xc5\x51\x86\x6c\xdd\x7c\xf8\x5e\xae\x35\xec\x53\x63\xd4\x9c\x94\xa1\x31\x65\x4e\xda\xee\x54\xdb\xd0\xec\xc5\x2b\xf9\xbd\x05\x7d\xe8\x8a\x1c\x2e\x6c\x5e\x7f\x54\x06\xdf\xf1\x16\xc6\x8f\xb7\xf2\x6d\x5c\xa8\xd7\xdf\xca\xb7\xbd\x92\x55\xee\xe3\xf7\x87\xfb\x57\xcd\x89\x3b\x97\x43\x2c\xa8\xe1\x55\x73\x7a\x17\xe0\x59\xa3\xf8\xfa\xcc\x77\x74\xc5\x21\x72\xee\xcc\xef\xaf\x90\xce\x0b\x42\x8d\x05\x76\xf0\x0a\xa1\xbe\x12\x5b\xc1\xb4\xbe\x97\xf2\x31\x44\xc4\x42\x73\x7a\x6f\x7d\x92\xc4\x56\x5a\x25\x4e\xf9\x18\x0e\x62\xa1\x19\xbf\x1a\x0e\x5e\x89\xa8\xac\xe6\x34\xb8\x80\xf9\xb7\x71\xe8\x33\x59\xef\x32\xb8\x6b\xf8\xb7\x71\x80\xc4\x62\x5d\xc3\xdf\x38\x68\xee\xe3\x60\x08\x8b\x30\x9f\x71\x30\x84\x8d\x43\xdd\x9b\x6b\x9d\xc6\xf1\x7f\x31\x76\xee\xb8\xbb\xf4\x38\x7e\xce\x7b\x15\xbd\x03\xd7\x4d\x17\x02\x07\x93\x38\xb6\xf7\xa0\x2b\x30\xc1\xcc\x34\xda\x33\xfb\x37\xf4\x3c\x6f\x62\x3b\xf8\x1c\x1c\xbc\xf8\xf3\x54\x95\x24\x8a\x22\xf9\x23\x29\xe9\xcc\xe7\xf9\x61\xbc\xa0\x97\xb8\x98\xd6\xb8\x30\x43\x0f\x77\x0e\xc6\x85\x2a\x8c\x8b\x08\xc2\xc3\x9d\x89\x71\x11\x41\x88\x6b\xf9\xbd\xe0\x5d\xd4\x5e\x5c\x2e\x15\xae\x8d\x8c\x8b\xa5\x12\x97\xe3\xe0\x72\xc7\xf0\xa6\x97\xb8\xbf\x5b\x5a\x40\x7b\xa5\xd1\x2e\x41\xec\xb8\x3f\xda\xb8\x41\x57\xde\x12\x12\x5c\x71\x7c\x7e\x5e\x69\x2f\xb4\x2c\xad\x4a\x4b\xd0\xba\xb4\x21\xad\x42\xf3\x7b\xd9\xef\xc1\xbf\x3b\x7f\xd2\xa6\xb4\x0f\x1a\xfc\xbb\x0b\xb2\x51\x3f\x68\xa5\x48\x83\xa7\x04\xbd\xe3\xc6\x45\x09\x6f\xa7\x79\xb8\xd0\x3b\xbc\x9d\x26\xb8\xae\xf8\xd0\x32\xb4\x24\xcd\xbe\x64\xda\xad\xf6\x25\xec\x4b\xa6\x7f\x61\x5f\x02\xfe\x71\x07\x7b\x70\x29\xf1\xf9\x91\x2f\x85\xb1\xb1\xe4\xe3\x6e\x8e\x97\xf9\xb8\x9b\x34\xe7\x1c\x53\x17\x77\xff\xd1\xe8\x1f\x17\xc5\xc7\x3d\xec\x9f\x4b\x99\x9b\xb5\xe3\x1e\xb6\xab\x4c\x86\xbc\x1f\xf6\x6f\x30\xbf\x21\xef\x51\xf3\x71\x4f\xbf\x27\x9f\x97\xdf\x53\x8d\x86\x3c\x5d\xce\x25\x28\xfb\x01\x39\xc6\xbd\x9c\x0f\xe5\x25\x5e\xe6\x7c\xfb\x9c\xb2\x11\xc7\xdc\x87\x51\xb7\x78\xe4\x69\x20\x7f\x8f\x3c\x7d\xfa\x99\x0f\x6f\xff\x88\xa7\x33\x1f\x0f\xae\xd6\x7b\x1d\xb5\x17\xcf\x44\xfe\x1e\x4c\xfb\x7b\x1d\x75\x1b\x0f\xa6\x3d\x1e\xfa\xfc\x12\xf0\x8d\x67\xf9\x1c\xea\xfb\x25\xd0\x1b\xaf\xed\xbe\x44\x4c\xbc\x11\x23\x5e\xdc\xdc\x78\x91\xa1\xf7\x66\x2e\x5f\x65\xe8\xcd\x3e\xc7\xbc\x11\x7e\x3a\x3f\xf4\x8f\x9b\x88\xe3\x55\x5e\xde\x62\xbb\xcc\xc7\xeb\x38\x08\x32\x1d\x5a\x40\x43\x86\x5e\xd6\xef\xfb\xd8\x97\xb0\x0d\xa2\x7d\x2f\x17\x55\xc7\x8b\xaa\x8e\xb7\x33\x36\x2e\x66\x8e\xb7\x27\x69\x05\xda\xc7\x73\x47\x00\xce\x4f\x83\x96\x18\x47\xf7\x7b\xb8\x41\xef\x93\xce\x9a\x79\x87\xfd\x03\x35\xbd\xd4\x15\xc4\x3b\xed\x1f\x10\xe3\xc5\xfc\xc5\x3b\x6d\x77\xfa\xbd\xc2\xd8\xd4\x07\x2f\x88\xfa\x7d\x0a\xcf\x81\xa8\xe3\x5d\xf6\xaf\xd2\x06\xee\x52\xbc\xc7\x82\x1e\x1a\x7d\xde\x3e\xb7\x7d\x4e\xbe\x6c\x9f\xdb\x21\x8d\x77\x81\x59\xf1\x3a\x47\x4f\x9c\xb1\x19\xd5\x8a\x0f\x17\xca\x6b\x2d\x82\x3b\x94\xcf\xcf\x90\xf6\x41\x5b\xd2\x98\xa3\xf7\x3e\xf2\xf7\xa9\x23\xb8\x5a\xf9\xd0\x12\xb4\x90\xd6\xa4\xd1\x46\xb6\x8d\x6c\x1b\xc8\xda\x07\xca\x8e\x0f\x1d\xf1\xbe\xc8\xfd\xa7\x8e\xf8\x88\x3c\xbe\x2f\x32\xfe\xe1\xe6\x86\x51\xb2\xf7\x45\xc6\x8d\x88\xc5\x47\x44\xe7\xe5\x56\xfb\xf8\xaa\xed\x62\x3f\xde\x97\x79\xfb\xb0\x1f\xf1\xe1\xe6\xbe\x14\x25\xc4\xd7\xed\x73\xf7\x7b\x95\xef\xe1\x92\xc5\x07\x5c\x7c\xb9\x69\x2d\x3e\xe0\x62\x7c\xd8\x8f\xf7\x43\x9f\x7e\xd3\x36\x26\x3c\xf8\x1c\x87\x72\x6f\x04\xeb\xe5\x16\xc2\x30\x82\x15\xc9\x71\x7c\xac\xb7\x44\x04\x35\x8c\x4c\xbd\xe9\x82\xa6\xec\x26\x22\xd5\x2f\x37\xc3\x45\x22\x52\x1d\x09\x57\xeb\xc5\x5e\x06\x37\x17\xff\x89\xe4\x38\x80\x36\x91\xba\xcf\xa1\x9b\xde\x94\xf9\x9e\xf6\x28\x29\x7f\xe9\xc0\x89\x48\xae\xd5\xa4\x5c\x71\x01\x60\x24\xe5\x2a\xe1\x92\xbd\xd9\xbe\xe0\x92\x45\x22\x3a\xf7\xe6\xff\x0f\x74\x1f\x49\xb1\x4b\x1b\x16\x91\x37\x8f\xb4\x43\xda\x94\x76\x3e\x6d\xd0\x2b\x88\x69\xdd\x2f\x97\x84\x46\xc6\x0b\x89\x0c\x3a\x7d\x33\x6a\x3e\xab\xfa\x0d\x70\xbd\xe4\xb0\xc3\x00\x57\x18\x18\x7a\x35\xc5\xc5\xef\x95\x4c\xf7\x35\x61\x25\x57\x69\x7c\x8f\x9b\x27\xa3\x28\x4e\xc5\xef\x71\xc1\x66\x14\xbf\x57\x08\x98\x79\xda\x7e\x14\xcd\x81\x81\x97\x37\x30\xa7\x06\x5e\xc2\xc0\xcb\x1b\xb0\xc8\xc0\x4b\x18\x3c\x79\x83\x25\x50\x54\xfd\x85\x00\xd7\xab\x0a\x2e\xcb\x76\x31\xd9\x6f\xb0\x44\x8b\x26\xdb\x08\xc7\x1b\x8c\xa3\x3a\x8e\x4a\xd0\xdf\x93\xea\x83\x9b\x7a\xcf\x4f\x95\x96\xa0\x35\x69\x4b\xda\x99\x7e\x6e\xee\xfd\x13\x15\xc4\xff\x5d\x37\xdf\x2b\x9f\x34\x9f\x63\x09\xd4\xca\x1c\x55\xd0\xcb\x77\xc1\x97\xaa\x7a\xac\xc7\xa3\xb9\xbf\x0b\x75\x5b\x1b\x62\x5c\x0f\x78\xbf\xbf\xab\xf2\x6e\x43\x9c\x2a\x26\xe2\x23\x28\x17\xb5\x57\x69\x3c\x77\xc3\x17\xa3\x2d\x51\x8f\x97\x73\x68\xb4\x31\x7c\x6e\xd0\x2e\xb9\xbd\xa8\x63\x48\xdb\xd2\xce\x7c\x54\xcd\x4b\x25\xc8\xfc\x71\x75\x76\xd4\xe9\x38\x96\x34\xcc\x9f\xd1\x96\xa8\x8b\xb1\xdd\x98\xb5\xba\xe5\x01\x11\x98\x8f\x8b\xfb\xa3\x6a\xfe\x8c\xb6\x7c\x9a\x17\xa3\x2d\x11\x9f\xdf\x63\xbc\x21\x9f\x83\xc0\xdf\xc7\xb5\xfa\x11\xaa\xa4\x40\x25\x7d\xdc\x8f\x19\xa1\x0c\x45\x61\x8e\x34\x25\x51\x7c\x17\xb7\xe5\x7b\x50\x71\x01\xba\x0a\x23\x2b\x1f\x39\xbb\x30\xb2\x12\x51\x7d\x97\xf1\x72\x5d\xef\xf9\xa9\xd2\x02\x5a\x93\x66\xbb\xac\x8f\xa8\xb6\x8b\x2b\xf3\x3d\x2f\xe3\x88\x47\x9a\xef\xbe\x8c\x23\x7c\xb7\x49\x83\x2f\xd1\x7e\x34\xf8\xcc\x6e\x8f\x08\xd5\x5e\xe0\x4a\x7f\x0f\xea\x82\x30\xcb\xf9\xf1\x5d\xcc\x50\x0c\xdf\x1d\xf6\xa5\xd2\x97\x61\x5f\xa6\x7d\xc1\x14\x1b\x6d\x09\x02\x2c\x87\x46\x5f\x88\xec\x45\x4c\xdb\x45\x5e\x42\xf5\x18\x20\xfe\x8f\xda\xb6\x08\xe7\x32\x08\x14\x7f\x5c\x4b\x1b\x41\xa0\x38\x02\x44\xf3\xbd\xc8\x55\x80\x68\xc2\x48\x8d\xc7\xc8\x87\x91\x9a\x30\x52\xf3\x69\x5e\x9a\xf3\xdb\x08\xaa\x7f\xef\x23\x8d\xbe\x34\x10\xff\xf7\xbe\xd0\x40\xfc\xd1\xb2\x7d\xc1\x5d\x6f\xea\x8d\xe6\x3a\x7a\xf3\x59\x47\x8d\xc8\x59\x70\xe3\xf0\xfd\xbd\xc8\x06\x21\x9f\xf3\x63\xbb\xf0\xca\x28\x4f\xb4\xea\x38\x30\xcf\x4d\x33\xd4\xaa\xe3\x40\x87\x35\xd7\x5b\x73\x2e\x5f\xdc\xfa\xe6\x5c\x72\xe9\xf0\xa1\x55\x68\xb6\x11\x8c\xe3\xbb\xf8\x9e\x6e\x69\xc3\x1c\x7c\x1f\xbc\x6a\x42\x91\x46\xa4\xe1\x03\x25\x46\x53\x37\x35\xd7\x2f\xdb\x43\xa2\xb9\x7e\x9b\xeb\x8d\x84\x64\x34\xd7\x5b\x03\x4d\x7e\x5c\x1a\x1b\x6d\x16\x69\xbe\x9b\xe8\x8b\x73\xd9\x96\x6d\xe0\xca\x34\xe7\xcd\x08\xd6\x47\x12\x30\x8c\x60\x85\x51\xa8\xef\x63\x6c\x46\xa1\xa2\x2b\x2f\x09\xf3\xd7\x95\x17\xa3\x41\x1f\xb7\x2f\x87\xd1\xa0\x30\xa2\xf3\x91\xec\x0a\x23\x3a\x31\x48\x66\x7e\x19\xf9\x1b\x24\x33\x83\x80\xcd\xfd\x51\xbf\x14\x46\x6a\x62\xb8\x2e\x0b\x3c\x18\xae\xcb\x51\x7c\xee\xe5\x39\xa2\x73\x61\x44\xe7\x2b\x40\x11\x23\x3a\x31\x80\xa9\x1f\x89\xa8\x18\x24\x2e\x63\x60\x03\x3e\xee\x06\x8e\xa1\x0d\x18\x24\x1a\xbf\xc2\x9a\x19\x42\x82\x41\xb0\xdc\x63\xbb\x63\x8c\x2e\x8d\x36\x28\x9d\x8f\xa1\xdb\x37\x56\x92\x46\xbb\x9a\xd8\xa1\x8c\x57\xd6\xf4\xd0\x56\x10\xd8\xb9\x3f\x12\x47\x31\xb6\x6d\x60\x43\xbf\xca\x1c\x19\xe5\x89\x09\xbc\xfb\x6a\x4a\xd0\x5e\x69\xb6\x01\x9f\xe7\x57\xa5\x31\x0e\x61\xd1\xd4\x56\x4c\x20\xda\xc7\x85\xcb\xc1\xbd\xc7\xe7\x07\xd9\xad\xf5\xfd\x6b\x73\x3f\x73\xf3\x15\xbb\x85\xe7\x34\x55\x8f\xd3\xe5\x53\x31\x6b\xd3\xe5\x33\x9d\x9a\x8a\xc7\x61\x40\x2a\x0c\x48\x7d\x15\x71\x37\xf8\x14\xc4\x9b\xee\x4f\x24\xc5\x1d\xc7\xe7\x87\xee\xc7\x2d\x8d\x69\x98\x2e\x9f\x60\xc9\x4f\x97\xcf\x54\x15\x8a\xa4\xa6\xaa\x90\x1b\x8d\x0f\x8d\xe7\x9a\x2c\x22\x40\xf3\x05\xd3\x3f\xf5\xfa\x27\x01\x9a\x2f\x10\xc5\xd9\x6c\x83\xfc\xdd\x47\x0e\x2e\xa6\x1e\xd6\x24\xf8\xf9\xc5\x07\xdb\xba\xe3\xc5\xeb\xff\x02\xf3\x32\xf5\xfa\xa7\x6a\x34\x50\x21\x53\x35\x3a\x87\xe3\xc8\x8c\x43\xf4\x37\xa7\x6d\x60\x86\xe6\xb4\x7f\x13\x5e\x11\x70\x8c\x39\xe5\xd5\x72\x1c\xa0\xb0\x29\xfa\x9b\x5b\x1a\x2e\xc5\xd4\xfd\x9a\xaa\xc7\x00\xf9\x4c\xd5\xa3\x81\xb5\x44\x89\x52\x18\x58\x8b\x09\x12\x48\x17\x6a\x65\x8a\x04\xe6\x91\xb4\x43\x3b\xdf\x33\xd8\x16\x0b\x77\x24\xe9\x66\x2c\xcd\x24\x31\xb7\x3b\xe9\x66\x2c\xdd\x91\x45\x50\x29\x5d\xcc\xd1\xd2\x9d\x5b\xc9\xef\x3d\xd2\xe0\xd5\x42\xec\x12\xa5\x4d\xb1\x8c\x0c\xac\x6c\xff\x98\x8f\xa5\x0a\x5e\xb8\x6e\xe9\x42\x55\x13\xb5\x3b\x3f\x0b\x1a\xcb\x62\x15\xfb\x57\x6c\x17\xaf\x7f\x29\x57\x0b\xb9\x4a\x17\x73\xb4\x74\x23\x0d\xf2\x25\x4a\xa3\x62\x29\x6b\xab\x3a\x36\x96\xd4\xaa\xb6\x1b\xf6\x0f\xd7\x68\x29\x57\x0b\xf7\x30\xe9\x1a\x2d\xd5\xf2\x6a\xb6\xcb\x1c\x2d\xe5\x8a\xf8\xdf\x9d\xae\x2a\x4d\x1e\x60\x8a\xd3\xc5\x1c\x2d\x4d\xf1\xa2\x2e\x21\xe9\x56\x19\x0c\x8c\x85\x37\x9f\xc8\x7f\xc6\x12\x75\xae\x2e\x5f\x58\x33\x4b\x57\x6b\x6d\xfb\x0c\x5a\x5b\xa2\x3a\x83\x7c\xe9\x46\x55\x1b\xe4\x8b\xfd\xd1\xc6\x8d\x9a\xda\x1f\x6d\x6c\xf9\x47\xc9\x52\x6c\xf9\x67\x40\x2f\x3d\xcc\xa5\x11\xbb\xd8\xe4\xbc\x13\x01\xdb\xd8\x04\xb7\x63\x93\x9b\x4c\x0f\x3c\xdd\xe4\x26\x63\x3b\x5e\xaa\xe9\x63\x3b\xde\xed\x78\x1f\xdc\xeb\xed\x78\x37\x6b\x2b\x3d\xa8\x9a\xdd\x98\x8f\x3d\x7e\xcf\xd1\x86\xeb\xc3\x88\x5d\xd2\x55\x30\x62\x17\x1b\xb9\x4f\x0f\xf2\xbc\x45\x2a\x9b\xe4\x40\xa2\x6e\x27\x36\xc9\x81\xd8\xb8\xdc\x49\x73\xbf\x55\xa3\x9b\xb5\x90\x5e\xdc\xaa\xed\x5a\xd8\xca\x38\xc1\xde\x66\xb4\xaf\x5d\xb8\x82\x09\xe4\xd8\xae\x23\xf0\xe7\x27\x49\xcb\xd0\x8a\xb4\x2a\xad\x42\x6b\xd2\x6c\x37\x5d\xd0\x36\xb4\x64\xbb\x89\x36\x48\xda\xb5\x8b\x3c\x73\x7a\x8f\x5c\xb5\x8b\xc8\x59\xbb\x5c\x0b\x6f\xe6\xb9\x6c\xbb\x45\xda\x41\xa7\xed\x42\x77\xb6\xab\xf8\xbd\xca\x73\xc5\xef\x39\x6f\x24\x2e\xdb\x45\xd0\xba\x5d\xca\xee\x1b\xd0\xc2\x77\xa9\xa9\x49\xdf\x81\x27\xed\x0a\xc7\xe1\x1c\x7d\x67\xad\xb6\xab\x39\x0e\x60\x4c\xfa\x5e\x78\x30\xe4\x0b\x6e\x5f\xfa\x1c\xc7\x70\x6c\xd3\x77\x33\x3c\x98\xbe\x3b\x7d\xae\x48\xf3\x39\xe7\x83\x04\x62\x23\x84\xf9\xa7\x19\xa1\x4c\xdf\x91\xdd\x76\x03\x31\x1a\x91\x29\x3a\xfc\x48\x78\x1a\x77\xfc\xf3\xcc\xd3\x25\xe1\xfa\xc7\xe1\xb0\x95\x56\x8d\xe2\x2a\x36\x3c\x37\x0a\xac\xce\xcf\xe0\x54\xff\xbf\xfd\x69\xaf\x1f\xa2\x5a\xe7\xc9\xa7\xfd\x4f\xca\x77\xe4\xe1\x3d\x5a\xba\x25\x29\xe9\x2c\xa0\xef\x98\xfc\x96\xa5\xe4\xb3\xcc\xd2\xd1\x58\x2d\x0f\x29\x47\x70\xd2\x71\x0f\x5b\xf1\x99\x72\xfe\x23\x1f\x60\xd8\x48\x7f\xff\x69\xe5\x74\x22\xbf\xe7\x2d\x61\x5c\x03\x76\x05\x48\xb1\x99\x93\x6e\xf5\xa8\x91\xa0\x52\xa3\x09\xb0\x5a\x3d\x8c\xce\xf0\xb2\x0e\x46\x56\x8f\x6c\xb3\x47\xb1\x09\x54\x5a\x1c\x65\x1a\x14\x73\xb4\x20\x9c\xd2\x82\x70\xca\x45\xe1\x46\x33\x03\xdc\xc4\x1a\x17\xd9\xa7\x26\xd6\x68\x61\x21\xc8\x95\xfe\x7a\xa7\x76\x0b\x5c\xc6\x16\x67\xaa\xca\xb1\x82\x4d\x47\xba\x35\x9c\x87\x94\x8e\x86\x68\x4d\x09\xd7\x41\x4e\xe9\x39\x1d\x68\x00\xcd\xd6\xa8\x66\x4a\x14\xf6\x37\x1d\xe4\xd6\x00\x45\x29\x21\xe1\x0d\x50\xd4\x74\x9a\x53\xca\xbc\x6b\x47\x75\x72\x13\xf1\xfb\xd6\xe4\x0d\x8e\x25\xae\x52\xeb\xd4\x7e\xb4\xee\x3a\x4d\xc7\x5f\x68\x1d\x97\xbe\x75\x7b\xe7\x6c\x74\xa2\x52\x4d\xf7\x33\xe5\x8b\x77\x6d\xa1\xe3\x07\xa4\x7c\x74\x7d\xeb\xb6\xd0\x0f\xf7\x89\xcf\x36\x1d\xcd\x36\x5c\xf5\x99\x55\x35\x5c\xf5\xc3\xb1\x66\x26\x60\xb8\x22\x07\x81\x8a\x84\x03\xd9\x06\x16\xa6\xe9\x54\xa6\xf2\x41\xb3\xd5\x81\xe7\x92\x0a\x5a\x64\xe0\xb9\xb4\x41\xe5\x47\x2a\x68\x82\x41\x95\x5b\x1b\xf6\xae\xc0\x27\x9d\xbb\x36\xd5\x36\xe5\x80\x8b\x36\xd5\x36\x93\x8a\xa7\x54\x8e\x35\x69\x13\x8b\xda\x74\xe4\x52\xbd\xa0\xe1\xc8\x35\x1d\xb9\x54\x11\xbf\x49\xea\xab\x4d\xb5\x48\x65\x1e\xa7\x5a\xc4\xf4\x5f\xaa\x0f\xed\xda\xe7\x49\xb5\x59\x22\x4e\xdf\x26\xb1\xb5\x36\x89\xad\x25\x9c\xd4\x36\xb1\x94\x6d\x12\x44\xf0\xd0\xeb\x86\x8b\xf6\xa7\xe9\x95\xa5\x8a\x26\xd5\x2b\x6b\x7a\x60\xa9\xa2\x35\xf5\x2a\xda\x52\x43\xd6\xe3\x1d\xb5\xa5\x86\x5c\xd9\x76\x2b\x34\x2a\x3e\xdb\xcf\x6a\x57\x14\x84\xa9\xb9\xf6\xb3\xda\xa4\x86\xdb\x02\x40\xb7\x65\x5f\xe2\xa1\x0d\xfb\xb2\xd4\x7c\xa4\x86\xdb\x92\xcf\x8b\x20\x47\xa2\xa8\xbc\x69\x29\x9b\x69\xae\x14\xe9\xcc\xaf\x69\xae\xb6\xf5\x20\xe2\x00\xd9\xb6\x95\x5b\x2d\xa5\x07\x41\x37\x2d\x65\xdb\xf0\x2a\xe3\x09\xb5\x4d\xac\xae\x6d\x80\x7b\xc6\x13\x6a\x5b\x1e\xec\xe8\xd0\x58\x2f\x3b\xa6\x34\xbf\x77\x78\xda\x2f\x24\xbc\x63\x89\x82\x0a\x81\x8e\x05\x3a\x3f\x3e\x76\xba\xdc\x2f\x7c\xf7\xae\x81\xc9\x38\x33\x5d\x03\xd3\x2f\xb0\x6d\xbe\x0e\x16\xe8\x58\x96\xf3\x73\x9f\xcf\x9d\x91\xf5\x2b\xfb\x58\xb6\x27\x07\x0a\xf4\x0b\xbf\xaa\x5f\xd4\x31\x65\x6a\xb9\xba\xd9\xae\x7e\x85\x9f\x3b\x36\xa7\x5f\xf8\xd2\xfd\x62\x26\xf3\x7d\x56\x4c\xbf\x9a\x3d\x46\x7f\x1f\x19\xe8\xe6\x9c\xba\xf9\xa5\x7c\x9f\xf1\x77\x92\x48\x7f\xba\xf9\x9b\x7c\x1f\x4b\xdc\xcd\xdf\x74\x73\x30\xf9\x2e\xef\xa1\xe1\x55\xf5\xfb\xd7\xc2\x99\xef\xae\x85\xe8\xe6\x2e\x70\x0e\xfb\x43\x15\x46\x7f\x70\x18\xf3\x73\x9d\xc7\x1e\x1c\xc6\xfe\x50\x01\x93\x9f\x23\x7a\xfd\xa1\x02\xa6\x5b\x30\x9c\xa9\x20\xea\x16\x0c\x77\xd3\x1e\xf9\x49\x7c\x0f\x91\xea\x0f\xf1\x97\x8c\xd3\xd2\x1f\xe2\x2f\xfd\x41\x25\xe5\xe7\x38\x78\xfd\x21\x9b\xdf\x1f\xbb\x47\x7c\xa3\x6b\xaf\xfa\xf3\xab\x52\x3a\x24\x33\x1c\x9d\xf2\xdd\x3b\x3f\x07\xfe\x76\x8a\x78\xff\x74\xb3\x19\x99\x28\x7b\x37\x9b\xd1\xcd\x5c\x64\xb6\xdc\x75\x33\x17\x9d\x92\xd9\x3b\xbf\x4c\xe3\x4b\xf8\xa0\x9b\xcd\xc8\x84\x23\xfa\x4b\x28\xa8\xbf\x76\xe5\x65\xce\xb4\x78\xdd\xfa\xd4\xe7\x39\x3d\x36\x90\xdf\x3f\x25\xe5\x3d\x0a\xa3\x7f\x4a\x8a\x01\xfa\x4c\xf4\xa0\x1b\xa0\xef\x1f\x8a\x25\x53\xba\xdc\x3f\x94\x48\xff\x80\x6c\x99\x1c\x73\xa7\x56\xf5\xfc\xf8\xdc\x59\x54\xdd\xf2\xd4\xfe\x11\xb0\xce\xe4\x98\xfb\xc7\x22\xe8\x9f\x1c\xfd\x3e\xde\x95\xa3\x5f\xfc\x9e\x3b\x42\x60\x79\x6a\x37\x40\x9f\x89\x32\x74\xcd\x74\xff\x05\xcf\x8f\x71\xeb\xc9\x09\x4f\xca\xd4\xc7\x64\xa4\xa3\xf2\xff\x74\x8a\x40\xef\xcc\x46\xb9\x9e\x40\x1c\x3d\xe1\x65\x65\x36\xc8\x75\xca\x43\xff\xf4\x94\x6d\x82\xd9\x48\x0e\xcd\xb8\x7b\xfe\x8e\x25\xe9\xc6\xdd\x7b\x72\x8d\xa6\xe3\x41\xf6\x04\xd8\xef\xc9\xee\x25\x66\x43\x9f\xa1\xa7\x5f\x30\xf1\x88\xbc\xb1\xec\x9e\x01\x3f\x39\x31\x8a\xac\xc8\xe7\x04\xf7\x48\x3f\xf7\x4c\x6a\xa4\x67\x62\x16\x39\x15\x9f\xa3\x7b\xc6\xb7\x33\x29\xe9\x6e\x7c\xbb\x5b\x98\x99\xa9\x28\xea\x3a\x26\xdd\x98\x77\x3a\x36\xad\x1b\xf2\xee\x94\x3a\xde\x39\x7f\x7f\x9d\x8c\xef\x05\xc3\xdd\xa9\x84\xbc\x73\x46\x94\x0a\x89\xde\x5e\xec\x55\x3e\xb0\xb4\x97\xc4\x5c\x15\x94\x62\xce\x30\xdc\x12\xc8\x5e\x30\xf0\x99\x28\x4c\xa7\x1e\xf2\xfc\xd0\xfb\x0c\x23\x2d\x81\xec\xc5\xde\x17\xe4\x4b\x97\xa9\x1b\xe9\xc6\x72\x77\x3d\xa4\x5e\x5d\x25\xe5\x78\x4d\xdd\x52\xbe\x5e\xb1\xe6\x99\x20\x4c\x27\xc2\xfd\xa7\x57\xbb\x4c\x10\xa6\x57\xbb\x5c\x9d\xe7\xc2\xc2\xae\x54\x6d\xf6\x6a\xf7\x0a\x93\x50\xf1\x3f\xba\xc1\x6f\x4f\xcc\xed\xba\x61\xbd\xaa\xb3\xcb\x41\x5f\xbd\xda\xe5\xfa\xeb\x72\xa5\x5d\xbb\x6c\xd0\x18\xb3\xdf\x75\xc5\x7a\x90\xee\xca\x14\x08\x77\x2b\xf4\x7a\x28\x5e\x95\x61\x84\xe2\x15\x98\x8f\x4c\x0a\xbb\x1b\x0b\xee\xfa\x67\xb9\x22\x0f\xfa\x67\x3d\x88\x2f\xe5\x5a\xf8\x9e\x22\x47\x11\xdd\x9d\x71\x4b\x7a\xd8\x15\xe3\x9b\xe5\x78\x25\x5d\xaf\xac\x37\x42\x3f\x9e\x4f\xdb\x9b\xa6\xa2\xb9\x22\xe2\x58\xa3\xde\x5c\x11\x16\xac\x79\x1e\x6d\x6f\x4e\x2e\x75\x6b\x87\x76\x86\xd6\xe4\x5e\xcb\x21\xad\x42\x43\xdd\x35\xd5\x27\x85\x54\xbd\xa9\x3e\xf5\xde\x32\xb1\x8e\xae\xf7\xd6\x5b\xf5\xb9\x2c\x2d\xa4\x31\x34\x62\x18\xbd\xe1\xf9\x74\xc3\x96\x39\x60\x81\x5e\x5e\x37\x7c\x48\xe6\xa5\xeb\xe6\x75\x6b\xdd\x32\x59\x91\x6e\xad\x5b\xef\xe8\xac\x42\x08\xa3\x77\x75\x56\xc7\x0b\x2e\x18\xda\xde\x5d\x4d\x9d\xa1\x95\xeb\x3e\x5d\xee\x0e\xad\x13\xe1\xf5\x58\xda\xde\x1d\x5a\x27\x6c\x55\x30\xc8\xbd\x13\xb6\xea\xba\x8d\xe5\xc2\x48\xe9\x36\x76\xdd\xc6\x72\x21\x7c\xba\x8d\xdd\x08\x25\x91\x98\xae\xdf\xd8\x07\x0a\xa0\x50\x96\xd5\x0d\x50\xf6\x81\x8c\x16\x12\x25\x9d\xba\xb2\x3f\x7d\x20\x2c\xe5\x3e\xde\x6a\x1f\x44\xd0\xfa\xc0\x70\x95\xfb\x86\xa6\x9a\x1d\xe5\xf8\xfc\x80\xed\x3e\x94\x1f\xbc\xcc\xf3\xd8\xe9\x9d\xee\x65\x1f\x88\x72\x21\x9f\xd2\xf1\x35\xcf\xcf\x92\x76\x7a\x3c\xc2\xe7\xb0\x65\x45\x23\x65\x1c\xb3\xeb\x72\x96\x9b\x09\x1f\x8e\x8c\x4a\xb2\x87\x38\x47\xd7\x0b\xed\x86\x18\x0b\xdb\xaa\xfa\x24\xfe\xd3\x27\xf1\x9f\x72\xa3\xdc\x0d\x27\xf6\x89\xfb\x51\x6e\x94\xfb\x54\xce\x26\xe9\x94\x72\xa7\x33\x19\x53\x33\x8d\x33\x7a\x97\x3b\xf3\x5c\x1e\xd2\xec\x72\xa1\x0d\x3c\xec\x3e\x09\xdb\x96\xbb\x24\x68\x3e\xf7\x63\x01\x0a\x68\x56\x9f\xab\x3e\x87\x81\xd3\x0b\xed\xb3\xfa\x1c\x02\xa4\x17\xda\x67\xd8\x3f\x66\x63\xea\x6d\x10\x22\xbc\x0b\x5b\xb1\xfa\x0c\xdf\x95\x2d\xa4\x7b\xfa\x94\x2d\x13\xb6\x50\xaa\xdd\x75\x60\xfb\x42\x79\x95\xe7\x0a\x68\x59\x1a\x5d\x21\x94\xd2\x17\xf0\xa4\xaf\xe4\xe7\xd0\xe4\x4b\xb6\x18\x16\x2b\xcf\xc3\x73\xba\x65\x44\xbd\x0e\xad\x40\xf3\x39\x5c\xb5\xc2\x21\x07\xdd\x10\x58\x37\x04\x56\x1e\xec\xaf\xf5\x6b\x7d\x91\x99\x28\x14\x2c\x74\x62\x5f\xe7\xc7\x77\x99\x36\xc3\x5d\x7d\x55\xfb\x8c\x87\xb4\xb4\xc9\xab\xfe\x9e\x3b\x53\xbe\x94\x96\x45\xf8\xa7\x10\xd6\xe9\x78\xd1\xe7\xe7\x93\xc6\xbb\x61\x5f\xc2\xbe\xa0\x70\x97\xac\x22\x14\xf5\x3c\x68\x87\xed\x72\xde\x9f\xc3\x3d\xb8\xb0\x6f\x95\xe6\x4e\x7e\x0e\xdf\xcf\x12\xb4\xbe\x5d\xba\xec\xf8\xea\xfa\xe1\x7d\x83\x63\xca\x53\xa5\x85\x34\xbb\x1c\x17\xb4\x29\xcd\x77\x99\xf1\x0d\x1e\xed\xfb\xc7\x16\x3c\x2e\xfd\xf5\xae\xbf\x5e\x48\x3c\x75\xfd\xf5\xbe\x95\xa0\xf7\xe2\x5d\x22\xce\xdd\xfa\xb4\xc2\xae\xb2\x6e\xb4\xab\x6f\x94\x75\x79\x59\x80\xd6\xa7\x75\xeb\xd3\xca\xcb\x54\x6e\x59\x40\x3d\xd9\x43\x40\x68\xe8\xd6\x8f\x8b\x72\x8a\xf2\x1e\x6d\x33\xf4\xeb\x07\xf1\xa3\x43\x8b\x43\xc3\x67\x18\x97\x6c\x79\x5f\x9e\xc3\x67\x18\x97\x5a\xee\x7d\xff\x7a\x3f\xdd\xb8\x8e\x64\x9d\x1f\xe4\x9f\x78\xd6\x00\x03\x9c\x1f\x47\x79\x14\xd9\xb8\x8a\xb4\x62\xb7\x12\xcd\x21\x38\xe3\x52\x70\x38\xce\x61\x5c\x20\xdb\x61\xac\xa9\xe0\x7f\x0e\xf1\xc1\xb8\x5c\x3b\x6f\xe6\x7b\x70\x63\x5c\x3f\x6e\x04\xcf\x35\xdb\x80\x1b\xf8\x81\x43\x80\x30\x6e\xac\x68\x21\x4c\x35\x6e\x04\x62\x58\x6c\x56\x08\x53\x8d\x1b\x3f\x75\x50\x4b\x76\x68\xa7\x89\x1b\x40\x38\x6e\x7c\xd2\xf2\xc1\xc9\x1b\x65\x39\xa8\x1b\xbb\xcb\xaf\x0d\xfc\x92\x21\xe0\x28\x6c\x6b\x1b\x02\x8e\x71\x3b\xa9\x6c\x6b\x1b\xa0\x8f\x3f\x43\xc0\x51\xbe\x23\x88\x43\xc0\x31\x00\x1c\x4f\x3a\x8a\x71\x58\x2b\x35\x1e\x3c\xad\xc2\x6e\xb5\xf1\xe0\x4a\x8d\x47\xb3\x82\x0f\x39\x04\x21\xc3\x9d\x87\x85\xc3\x14\x86\x35\x55\xe3\xc1\x3a\x96\xc4\x6c\x3c\xd4\xa9\x8d\x07\x57\xb8\xa4\x63\x59\xc7\xc3\x72\x1a\x0f\x86\xbf\x24\xb8\x2c\xb8\x18\x8f\x31\xac\x63\xa8\xc7\xab\x2c\x09\x2e\x0a\xe1\x93\x21\xb8\x18\x2f\xfe\x46\x49\x47\x71\x8f\x17\x65\x39\x04\x17\x25\x1f\xd1\x1c\x82\x8b\xf1\xda\x95\x0c\xf7\x5e\xbb\xf2\x3a\x91\x94\x3a\x0e\x6a\xa4\xfe\x0c\xc1\x45\x01\x38\x0e\xc1\xc5\x30\x9c\x56\x78\x55\x70\x31\x3e\x15\x5e\x3e\xfa\x7d\x7c\x18\xea\xf1\xb1\x17\xb1\xe4\xec\x73\x8c\x4c\x10\x52\x88\x73\x0d\x41\xc8\x10\x84\x94\x7c\xf4\xfb\x10\x84\x0c\xab\x84\x4a\x2e\x3e\x47\x57\xc0\x22\xb7\x87\xdf\x8e\x8f\x18\xe9\x70\xdf\x5c\xc9\x95\x76\xf1\xf4\xc6\x47\xa4\xa9\xb0\x2f\x6d\x58\x25\x34\xac\x12\x2a\xe5\xe2\x7b\xd8\x8b\xf1\x11\xa1\x28\xe5\x28\xe9\x21\x08\x19\x1f\xb1\xed\x52\x1e\x9e\x73\x36\x04\x26\x85\x08\xcf\x10\x98\x0c\x80\x89\x45\x92\xc3\xa2\x9e\x91\x5c\xd9\x04\xcc\x46\xc2\x89\x1d\x82\x95\x52\x98\xf0\x24\x0b\x92\x0e\x02\x75\xfe\x23\xb9\xda\x93\xf2\x5d\xe0\x32\x28\xe5\xfc\x30\x5c\x02\x41\xc3\xed\x6b\x23\xfd\x86\x91\x79\xd7\x99\x4c\x0a\x10\x27\x18\x8c\xe4\x30\x04\x30\x9e\x5d\x3b\x12\x59\xe1\x21\x80\x29\x78\xac\x43\x00\x33\x00\x30\x4f\x1c\x58\x37\x32\xf8\x6a\x64\x87\xc1\x2e\xb7\x91\x55\x50\xf9\xcb\xd2\x7c\x0e\x2e\x67\xbb\x57\x91\x82\xec\x6c\x64\x32\x30\x85\xc4\xe4\xc8\xd4\x35\x0d\x41\x4d\xa9\x74\x59\x50\x33\xf2\xaf\x2b\xc7\xd9\x1d\x82\x9a\x01\xa8\x79\x49\x2e\x0d\x41\xcd\x70\xf3\x55\xa1\x9e\x66\x88\x3c\x46\xd1\xea\x71\xfc\xd5\x28\xc5\xe7\x54\xef\x91\x78\xb7\xf8\x9c\xeb\x20\xe0\x5e\x71\x1d\x88\x50\x0a\x09\xb6\x61\xbd\xcf\x10\xa1\x14\xce\x01\x18\x22\x94\x01\x42\x79\xf1\xcc\x86\x9b\x8d\x86\x25\x36\x95\x7c\xd8\xb0\xc4\x66\x54\x26\xb2\x5e\x77\x85\xc6\x68\x2b\x5d\xf6\xa0\xd7\x51\xed\x72\xc5\xc1\xac\xd7\x41\x32\xa3\xe2\x60\x8e\x5a\xa4\xa1\x94\x44\x23\xa3\x12\x59\xab\x6c\xcb\x1f\x95\xc8\xda\xa8\x61\x1b\x74\x99\xa8\xf1\xf9\xa9\xd0\xe0\x5e\x25\x1e\x33\x2a\x16\xa9\x5e\xf5\x85\x86\x0e\x16\xc9\x54\xf6\xd6\x0d\x91\xcc\xa8\x0e\x0d\x7d\x2b\x92\x19\xf1\x1b\xda\x01\x3c\x43\x24\x33\xac\x74\xa9\xf7\x71\x7d\x46\x68\x22\x28\x6e\xb9\xeb\xfd\x4a\xab\xd2\x78\x97\x02\xce\x21\x92\x19\x51\x7f\xb4\x33\xe1\x11\xbe\x8b\x3c\x56\xfc\xa6\x11\x2e\xab\xb0\x7b\x04\x7d\x86\xe8\x66\x80\x6e\x5e\xec\xf9\x10\xdd\x8c\xf6\xd9\x95\xe3\x0b\x0c\x63\xce\x43\x74\x53\xa9\xf3\x1c\xa2\x9b\x21\xba\xa9\x37\x3a\x58\x74\x33\x1a\x5b\x38\x3c\x7e\x75\x34\x60\xc1\x68\xf8\xdd\x95\x6d\x09\xa3\x01\xd2\x46\x73\xb8\x04\x91\x46\x73\x86\x1a\xb2\x5c\x1f\x66\xb7\x29\xcb\xc6\xb5\x2b\x45\x3c\xc3\xb8\xf6\x60\x97\xcf\xa1\x1d\xc9\x68\x6a\x96\x86\x1f\xe1\x11\xad\xa3\x55\xfb\x52\x6d\xe3\x65\x1c\xe1\xd8\x9c\x5d\x5c\xb3\xd1\xc2\x36\x70\xd0\xeb\x71\xcd\xfe\xd2\xc8\x37\x62\x51\xa3\xc9\x49\x52\x1e\x43\x30\x35\x00\x53\x2f\x79\xa2\x61\x29\xc6\x30\x66\x5e\xf1\xc8\x46\x77\x15\x83\xa9\xee\x8a\x47\x36\x08\xa0\x9f\x1f\x7b\x9a\x7d\x17\x6e\xf4\xe4\xc8\xd1\xe5\x3d\xf9\x2e\xce\x6b\x7d\x0a\xcf\xa9\xb4\x7a\xb6\xf7\xe8\x68\x01\xd6\xe8\x3f\x0e\x31\xab\x5d\x3f\x42\x80\x55\x5f\x38\x2e\xc0\x1a\x5d\xf9\xc7\xd3\x1a\x5d\xf9\xef\x72\x8d\x0a\xd2\xd1\xab\x7d\x91\x6b\x1c\x6b\x35\xba\x5c\xeb\x0a\xd8\x8b\x86\x72\x13\xd3\x10\xb0\x55\xf2\x7b\x43\xc0\x36\x00\x6c\x2f\xe9\xa9\x31\x5c\xda\x03\xd3\x55\xf5\xb4\x86\x2c\x70\x8f\x50\xd5\x6d\x72\x8f\xd0\x70\x3f\x50\x25\x0d\x38\xac\x32\x19\x03\x47\xb5\xbe\x68\x9e\xa1\x7b\x35\x88\x97\x54\xdd\xa6\x81\xf3\x3a\x04\x76\x95\xf4\xde\x18\x44\x24\x87\xd5\x28\x95\x2a\xa2\x61\x35\xca\x00\xe0\xdd\x95\x8a\xa1\x21\xb2\x1b\xe3\xc7\x02\x4c\xdc\x90\x05\x6c\x33\xba\x2b\x27\x5f\x8d\x41\x2a\x6f\x58\xa1\x52\xa9\xfa\x19\x22\xbb\x21\xb2\xab\x1f\x26\x4e\x64\x37\x40\x76\x6f\xa2\x59\x91\xdd\x30\xf6\x5f\x29\x04\x1a\xc6\xfe\xc7\xe4\x44\x84\xfa\xa1\x65\xa6\xcb\x78\x62\x1d\xeb\x17\x09\x1a\x96\x5a\x94\x54\x13\xeb\x49\x94\x34\x40\x49\xaf\x86\x5f\x94\x34\x4c\xec\x7b\x0c\xeb\x30\xb1\x3f\x4c\xd8\x57\x12\x6a\x63\xb9\xc4\x0c\xf3\xd7\x94\xa0\xb9\x9c\x96\x82\x61\x97\x4d\xce\x0f\x77\xe5\xd4\x84\x5a\x70\x57\xce\x00\x8c\xdc\x35\xa1\xdd\x96\x42\xb0\x7e\xdd\x43\x2d\x88\x4c\x06\xc8\xe4\xe5\x54\xcd\x61\xe4\x7f\x98\x23\xf7\xa4\xd4\x61\x8e\x7c\x88\x4c\x6a\xc6\x3a\x6e\x5d\x70\x00\xca\xed\xc9\xa8\x63\xeb\xab\x6c\x05\x23\x63\x31\xb7\x82\x21\x32\xa9\x19\xad\x20\x32\x19\x9b\x8d\x58\x9e\x8e\x3a\xb6\x0e\xeb\x2e\x7e\x0f\x65\xb9\x75\x58\x77\xf1\x5d\xd8\xb2\xcb\xef\x5d\xd8\xa2\x1b\xb6\x65\x8b\x68\xa5\xe6\x44\x1b\xa0\x95\x41\x92\xe1\xae\x19\x45\xbb\xb5\x17\x5b\xb6\x70\x82\xea\x10\x99\x0c\x90\xc9\xcb\x26\x8a\x69\xea\x7b\x5e\x80\x33\x0f\x53\x9d\xa4\x1a\xfe\x4c\x92\x0c\x77\xa5\xba\x76\x5e\x04\xdc\xe6\xf5\x63\xcb\xe1\xf2\x14\x99\xcc\xeb\xc7\x82\x08\x68\x53\x1a\x02\x44\xec\x6f\x0a\x3d\xe6\xa5\x14\xe0\x86\x4d\x70\xc8\xf9\xe1\xdd\x72\xd3\x17\x94\xef\x34\x0d\x51\xcb\xcd\xf7\xaa\xfd\x73\x26\x71\xc3\xa6\x90\x62\x02\x29\xde\x38\x90\x75\x0a\x29\xe6\x6d\xf7\x70\x91\xa6\x7b\x55\xa6\x7b\x55\x2a\xbb\xfe\xe7\x8d\x6d\x98\xee\x4b\xa9\xb8\x4d\x53\x48\x31\x85\x14\xb5\x04\xcf\x15\xdf\xb5\x2b\xf5\xac\x8d\x29\x7c\x98\xb7\x4b\x0d\x7f\x68\xde\x08\xda\x14\x3e\x54\x7c\x9f\x29\x7c\x98\xc0\x87\xef\xfa\x9e\xbf\xfd\x99\x0f\x3e\xfb\x7c\x54\xc2\xd4\x69\xcd\x07\x9f\x7d\x3e\x72\x9e\x3a\xad\xf9\xc8\xf9\x47\x8e\x52\x93\x35\x1f\x39\xfa\x64\xdf\x65\x86\x1e\x34\xcb\x7c\x80\xc5\xb5\x56\x9e\x03\x16\x4f\xf3\x1f\x95\x42\xac\xf9\xe0\x23\xcd\xc7\xb5\x56\xe3\x83\xf6\x4a\xfb\xa4\xf1\xae\xc3\x35\x27\x52\x29\xc4\x9a\xc2\x96\xf9\x50\x88\x55\xc9\x60\xcf\x07\x41\x9b\x8f\x5a\x89\xa2\xab\xc9\xe9\x29\x7f\xe6\xa3\x62\xa6\xe8\x6a\x3e\x61\x1b\x20\xad\x1a\x07\x7b\xcc\x87\x60\xcb\x14\xde\xd4\x78\x68\x57\x56\x01\x6f\xbe\xfb\x28\xe1\x69\xee\x64\xbe\x78\xa2\x95\xda\xac\xf9\xe2\x89\x4e\xcf\x3c\xa9\xc4\x26\x27\x87\x9d\x9c\x1f\x86\x4b\x6d\xd6\x7c\x65\x9f\x3b\x4b\x6a\x7c\xbc\x8b\x53\x33\x5f\x25\x83\x7a\xad\xf9\x2a\x19\xaf\xeb\x19\x77\x72\xbe\xac\xe7\xf9\x82\x3d\x2a\x59\xc0\xe9\x39\x28\xd3\xf3\x4d\x6a\x30\x6d\x2f\x6b\x72\x0a\xab\x6a\x54\x9e\x93\x55\x6f\xb5\x8d\x4a\xbb\xa8\xaa\xf9\x56\xbf\xc7\x74\xbc\x38\xe8\x93\x23\x4d\xee\x1a\x91\xff\xd2\xca\x4f\x91\xd8\xf4\xf8\x13\x0f\x5b\x9d\x22\xb1\x09\x12\xfb\xf0\x33\xe6\x87\x39\x9b\x1f\x55\x5a\x71\x1d\xd7\x6d\x02\xcb\xce\x4f\x97\x56\xa1\x4d\x69\x84\x2e\xaf\xe3\x5c\xcf\x0f\x13\x37\xbf\x64\x75\x05\x4b\xf1\x23\x76\x39\x01\x69\x87\x56\xa0\x85\x34\xbf\xc7\x44\x7f\x0a\xe7\x47\xce\x36\x38\x2d\x62\x7e\xae\xa7\x8f\xe5\x1e\xd7\x43\xbb\x2e\x77\xf7\x75\xc4\xf5\xd2\xae\x42\xf7\xc1\xdd\x20\xb1\x39\x81\x6f\xe7\xa7\x49\xe3\x7b\x38\xf0\xd3\x94\x53\x10\x82\x9d\xa6\x9c\xa6\x27\xa2\x04\x45\xed\xf3\x03\xc8\x4e\xf7\x7f\xc4\x75\x34\xe8\xfc\x9c\x05\xb6\x81\xdc\x41\xa2\x74\x02\xf3\xce\x8f\xe3\x38\x1e\xd1\x14\xed\x4d\x0e\x46\xb9\x03\x2f\x7c\x8a\xf6\x26\x68\xef\xc3\xb9\x98\xa2\xbd\x49\x36\xea\xf6\x48\xd9\x29\xda\x9b\xe9\xb3\x09\x54\x4f\x52\x38\x01\x7d\x77\x70\xdb\xc2\x4c\x0a\x67\x3a\xc2\x59\x03\x4d\x91\x54\xaa\xe0\xc0\xf3\x18\x9f\x4b\x7e\x2e\xf9\xb9\xc2\xe7\x5c\xee\xe0\xc0\x3b\xf0\xf3\x67\x72\xb9\xa7\xec\x28\x50\x01\x49\x05\xea\x0e\x93\xe0\xb2\x86\xe9\x0e\x93\x99\x8a\x92\x81\x32\x4f\x72\x3e\xfd\x38\x7f\x2c\xfa\x4c\x72\x3e\xfd\x38\x1f\xb4\x2b\xe7\xd3\x8f\xf3\x28\x78\xb6\xa5\x9c\x1f\xfa\x0c\x4e\x9a\x29\x64\x0b\xf6\x27\x28\xf5\x9f\x1c\x8e\x72\x7e\x68\x83\xa8\xf6\x4c\x0a\x73\x92\xcb\x9c\xbf\x31\x05\xa3\x13\x30\xfa\x7d\xc7\xe1\x9e\x59\xcd\x28\xf0\xf4\x40\xdc\xe9\x71\x28\x33\xb3\xdc\x83\xa8\xf6\xcc\x0a\xae\x59\xb7\x20\xaa\x3d\x41\xa6\xe7\x87\xe1\xde\x2f\xcf\xe5\x2c\xad\x4a\xf3\xb9\x21\xcd\xae\xa0\x3e\xb2\x2c\x70\xf7\x49\xdc\x18\x16\x77\x9f\x4c\x81\xac\x07\xe9\x4e\x81\xec\xcc\xd5\xe1\x32\x95\xb9\xda\x67\xaa\x87\x83\x1d\x06\x33\x57\xbf\x87\xb6\x0c\xca\xf2\x66\x56\x5b\xe6\x90\x7d\x99\x77\x65\x95\x47\xb3\x04\x3b\x11\xa6\x47\xb3\x4c\xc1\x72\xb0\x13\x61\x0a\x96\x27\x60\xf9\xe3\x34\xa3\x29\x58\x9e\x45\x81\xe4\xd4\x8f\x59\x64\x5f\xf9\xe4\x7c\xf5\xb9\x26\x6d\x4b\x3b\xdd\x2b\x4a\x9a\x29\xbe\xe0\x24\x90\x59\x94\x34\x37\xd1\xc4\x83\xd2\x2f\x4a\x9a\x9b\x68\x82\x50\xf7\x2c\x78\x35\x53\x40\x1e\x8f\x7d\xd1\xd8\x14\x25\xed\x41\x8f\x14\x25\xad\x28\x69\x1c\xeb\x31\x4d\x19\x4e\x01\xb9\xe7\xfa\x4e\x01\xf9\x2c\xb2\x94\xf0\xf7\x2c\xb2\xb4\xb8\x9e\xd5\x73\xc5\xf5\x5c\xd0\xaa\x41\xf8\x7b\x16\xa5\x8f\xc3\x53\x0e\x8d\x77\x35\x36\x02\xfc\x20\xd4\x3d\x05\xf8\xb3\xec\xf8\x97\xbf\x7f\xf9\x80\x8f\x69\x0a\x72\x9a\x6e\x0c\x4e\x13\x99\xa6\x1b\x67\x55\x1d\x3e\xf9\x48\x50\x55\x1d\xd6\x5f\x97\x59\xcf\x02\xf7\x59\x71\x95\x83\x43\xc6\x66\x25\x9a\x38\x2b\x30\x2e\x38\x3c\x6c\x0a\xbe\x27\xe0\xfb\xcb\xac\xb5\x50\x6b\x92\x25\xbc\xe3\x45\xf8\x42\x0d\x19\x72\x99\x6d\x08\x93\xfc\xe1\xf9\x91\x86\x8b\x10\x94\x2a\xcc\x90\x2b\xd4\x11\xce\x90\x2b\x9c\xcf\x71\x07\xb1\xd8\xe9\xb6\x90\x19\xe1\x73\x74\x39\xf0\xda\x27\xbb\x43\x0e\x8d\xe7\xec\x1e\xe0\xfb\x23\xf1\x39\x1b\x15\xe4\xb3\x29\x40\x5c\x54\x31\xd9\x46\x71\x7e\x6c\xa2\x26\x68\xc8\x32\x1b\x23\x0e\x8d\x77\x09\xba\x4f\xc1\x72\x70\x8c\xd9\x14\x2c\x4f\x53\x86\xf1\xb1\x4e\x4d\x19\xce\x86\xc9\x8c\x8f\x75\xda\x28\xe2\x99\x82\xe5\xe0\xe2\x89\xd9\x5c\x2f\xa2\xdc\xf8\x58\x93\xa2\xdc\x09\xca\xa5\x48\xfd\xcf\x14\xe5\x4e\xd3\x7e\xf1\xe1\x38\x99\xf6\x9b\x5d\xd9\x23\x3e\x3b\xbb\xb2\x27\x02\xf5\xb0\xdb\x29\x02\x9d\x5d\x8d\x46\xde\x7f\x76\x6d\x49\x57\xce\x38\xf8\x76\x76\xb2\x4a\xb3\xab\xd1\x38\x86\x64\x76\x39\x2a\xda\x0c\xc0\xcc\x14\x6d\x4e\xd0\xe6\x17\xa5\xfc\xb5\x91\x37\x7b\x38\x87\xd6\x9b\xad\x11\x73\x90\x4c\x9a\x82\xd1\x48\xc7\xa7\x9f\x1e\x4e\x31\x07\xd8\x3b\xd8\xc9\x37\x07\xbb\x64\xe7\xd0\x02\x53\x52\x30\x87\x16\x18\xfc\x79\x07\x25\x05\x73\x28\x5f\x24\x1b\x0f\x2d\x41\x63\x44\x56\xb1\x45\xc2\x43\xb6\x8a\x6d\x5a\xc5\x16\xd4\xce\x4d\xc1\xe8\x1c\xca\x9c\x4b\x67\xe8\x0a\x0a\x50\x23\x23\xfe\x03\xa4\x38\x87\x32\x97\xf1\x1a\x86\x2b\x71\x28\x73\x84\xa1\xe7\xd0\x0e\x0c\x5c\xc1\x20\x0c\x3d\x05\xa8\x13\x80\x9a\x38\x81\x72\x0a\x50\xa7\x3b\x19\x82\xc8\xf4\x9c\x5a\x5b\x77\x32\x44\xc6\x65\x9c\xae\xd8\xe9\x8a\xe5\xac\x95\x69\xea\x71\x5a\x28\x17\xec\x22\x99\x53\x3b\x40\xb6\xf1\x0e\xa0\xd3\x9c\xc4\xb7\x26\x75\x70\x77\x50\x0f\x31\xa7\x42\xc2\xb6\x84\x78\x8b\xa4\x2e\x49\xae\xa0\xa2\xad\x89\x9b\x53\x11\xce\x3e\x57\xed\x9e\x72\x43\x54\x7b\x9a\x8d\x9c\x1e\x9d\x11\x9c\xa2\x36\x3d\x3a\x63\x4e\xcd\x00\xa5\x14\x73\x6a\x06\xe6\x8f\x7b\xe8\x68\x33\x94\x73\xaa\x50\x32\x33\x64\x86\x72\x7a\xec\x46\x70\xc7\xc5\x14\x7b\x4f\xb0\x77\xba\x51\x00\x4b\x97\x70\x7d\x36\x81\xe1\x5f\x3a\xd2\x16\xee\x87\xca\xc8\xc2\xfd\xb9\x14\x34\x2a\x38\xe6\xd2\xb2\x2e\x9d\x90\x72\xf1\x6e\x96\xa6\x00\x95\x9b\x77\x15\x20\xb3\x91\x41\x52\x60\x8a\xe5\xa7\x58\x3e\xca\x73\x86\x6b\xe6\x71\x9a\x51\xf4\xec\xdf\x69\x46\x71\x9a\x3d\x0c\xca\x20\xa7\x18\x7d\x82\xd1\xd3\x03\x69\xab\x8c\xcc\x1e\x06\x87\xe1\xcc\xed\x84\x8b\xbd\xa3\xa0\x01\xb6\xab\xdd\x2a\xbe\x10\xc5\x99\x29\x9c\xdb\x09\xaf\x97\xcf\xf9\x2e\x39\xaf\xa0\x32\x72\x92\x22\x3c\x3f\x70\x9e\xca\xc8\xb9\xd5\xb3\x5b\x8b\x54\x71\x4c\xb6\x0a\x4a\xec\xed\x11\xbf\x53\xec\x3d\xcd\x00\x86\xa8\x50\x9c\x3d\xc1\xd9\xe9\x3d\xfe\xc1\x12\x67\xaf\x4b\x03\x5c\x0f\x0c\x59\x17\xd0\x64\x5d\x2e\x67\xce\xdb\x59\x17\xcb\x79\x99\xa6\x8b\x7a\x5c\xc2\x75\x91\x07\x5e\x62\xe5\xa8\x67\xe9\x2e\x4b\xf6\xd6\xa5\xb1\xe5\x0c\x9e\x65\xea\x6e\x99\xa6\xb3\x74\x7a\x89\x9f\xd7\xe5\xd2\x65\x17\xeb\xba\x30\x17\xeb\xd2\x5c\x70\x06\xcf\xba\x10\xbe\x65\xb9\x5f\x80\xec\xd6\x15\x3e\xe7\xd0\xe2\xe6\xb9\x66\x9f\x19\xda\x77\xfc\xee\x25\xf6\x5e\x9e\x31\x11\xd4\x5e\x2e\xcf\x98\x58\xb7\xb3\x41\xd5\xc9\xba\xf1\x2d\xd6\xad\x17\xcb\x8e\x98\x75\x33\x43\xeb\x76\x36\xa8\x1c\x59\x62\xef\x65\xea\x2e\x8e\x02\xfd\xb3\xc4\xde\xcb\xb3\x1e\x22\x2a\xcf\x11\x5b\x5d\x37\xa9\x6b\x0b\xa3\x97\x67\x3d\x2c\xce\x7a\x08\x4e\x36\x59\x66\xf8\xd6\xad\xda\x3e\xa0\xeb\xfc\x61\xb3\x2e\xa1\x08\xba\xec\xc8\x80\xed\x89\x03\xa5\x96\x10\x7d\x81\xca\x9f\x8b\x43\x7e\xd6\x43\xde\x6a\x3d\x67\x69\x3c\x96\x59\xaf\x87\x1c\xd5\x02\xa9\x3f\xd7\x75\x64\x60\x3d\x60\xc7\xc5\xf9\xa5\x87\xc6\xbb\xd9\xef\x1d\x3d\x74\x68\xbc\x9b\x7d\x37\xfb\xee\xf1\x68\x96\xb0\x7d\x3d\xc7\x72\x1d\x5a\x82\x16\xd2\x06\xb4\x8f\xe7\xd0\x40\x8b\xb2\xc5\x43\xab\xd0\xfc\x5e\xf5\x7b\x89\x77\xc3\xef\x85\x7d\x39\xf6\x65\x3d\xb2\xe5\x09\xdb\x80\x55\x4f\xf8\xee\xd1\xcb\x8f\x47\x04\x2f\x21\xfa\x02\xa2\x27\x4a\xdb\x97\x10\x7d\x91\x88\x3c\x8f\x49\xfb\xa4\x39\xb4\x83\x82\xd6\x0b\x00\x5d\xef\x51\x30\xcf\x05\x0a\x5a\xe0\xf5\xf3\x23\x4b\xcf\x72\x5e\x9c\x51\x7a\x7e\x5e\x69\xbc\x0b\x44\x5f\x40\xf4\x43\x0b\x68\x21\xad\x43\xab\x37\xb4\x29\xcd\x2e\x1f\xe8\xbd\x5e\x54\xc1\x7a\x8f\xbc\x1d\x1a\xdf\xcb\x7e\xef\x08\x5f\x7c\x95\xcf\x65\xbb\x77\x98\xfd\x5c\x17\xf2\xc3\xc1\x12\xe7\x87\x66\x41\x37\xeb\x75\x59\xbd\xa5\x4b\x63\xb8\xca\x23\x85\x99\x87\xf6\xd7\x49\xf9\xe5\xf1\x13\x8b\x33\x4e\x9f\x8b\xfa\x9d\xf5\x3a\x09\x6f\x30\x81\xec\x7d\x5e\x24\x62\xcf\x8f\xcd\x3d\xf4\xde\x49\x00\xf1\x27\x54\xea\xf2\x34\x86\xf5\x7d\xf6\xf4\x78\x28\xeb\xc3\x49\x5b\x80\xfc\x43\x3b\x9f\x13\xc9\xaf\x4f\x46\x52\xbf\xb3\x3e\x65\xf3\x53\x36\x01\x3a\x4b\xd4\xbe\x48\xad\x3e\x1e\x91\xbc\x3e\x99\xc6\xa1\x0c\x87\xf6\x42\xb3\x8d\xe3\xf4\x1d\xda\xe1\x86\x48\x7e\x91\x82\x7d\x2e\x0e\x96\x5a\xe6\x59\x17\x87\x32\x3c\x1e\x9d\xbc\x3c\x8d\x61\x7d\x75\x48\xe3\x7b\xca\x26\x45\xa1\x87\x46\x5f\xc2\x3e\x2b\x9b\xec\x53\x5a\x9f\x4b\x96\x73\x4c\x0f\x8d\x76\x09\x74\xaf\xef\xc8\xab\xb7\x0c\x2c\x41\xfb\x02\xb4\x27\xce\xac\x59\x82\xf6\x95\x3e\xc4\x81\xfd\x23\x2b\xc9\xa9\xa4\x68\xde\xa8\x4a\xeb\x49\x57\xfa\x71\xef\xa0\xdd\x25\x42\x5f\x29\xc1\x15\x2a\x84\x56\x52\x0c\x93\x62\xf8\x20\x0f\x9e\x3a\xba\xc8\xde\x1e\x1a\xef\x66\xdf\xcd\x70\x80\x4d\xe2\x2b\xc9\xd1\x24\x47\x29\x11\x5a\x49\xf5\x0e\x92\x3f\x34\xbe\x97\xfd\x5e\xb1\xdd\x63\x7d\x96\x08\x7d\x81\xd0\x9f\x8b\x9c\xd3\x02\x9a\x9f\x9f\x25\x8d\x71\x80\x9b\x56\x52\x36\x29\x1b\x5a\x09\x2b\xb5\x92\x5a\x01\x8c\xb4\x52\xb5\x8d\xb0\xcf\x1f\x7c\x09\xfb\x1c\xbe\x7b\x5c\xa9\x25\x6a\x5f\xa0\xf6\xe7\x22\xd1\xb4\x44\xed\x0b\xd4\x9e\xb4\x16\x99\x18\xe7\x22\x85\x7c\x1e\xfb\xa0\x25\x69\x55\x9a\xcf\x75\x69\x76\x05\x25\x93\x41\x12\x0b\x24\x7f\x68\xbc\x4b\x52\x75\x71\x3e\xc4\xa1\xf1\xae\xac\xcf\x49\x16\x20\x54\x59\xe5\x9b\x55\xbe\x94\x12\xad\xec\x74\x80\xf8\x0f\xed\xb0\x4a\xc4\xbf\xf2\x8f\xa5\x98\x90\x4c\xbe\x78\x65\x05\xf7\x09\x9e\xab\xf6\xb9\xa2\xc9\x28\x11\x5a\x59\x53\x93\x6b\x97\x46\xff\x5c\xcf\x59\xc1\x25\x99\xb5\xb2\x82\x9b\xc3\x77\x0f\x2c\x5e\x59\x2b\x0a\xa0\x3f\x34\xda\x88\xdf\xbb\x4b\xda\x99\x5e\xd1\xfd\x02\xdd\x67\x8e\x8a\x5f\xa2\xfb\x05\xba\x7f\x2e\x4e\x48\x59\xa2\xfb\x55\x5c\xf7\x54\x1c\x2d\xd1\xfd\x2a\xdf\x90\x56\xa0\x4d\x69\xeb\xac\x8d\x72\x7a\x57\xd4\xa9\xd4\xf9\x3e\x17\x07\xa9\x2c\xeb\x7c\x57\x51\x57\xbe\xe8\x77\x90\xfe\x9f\x55\x0a\x33\x09\x14\x5d\x45\xc5\x58\x54\x82\xe4\xbc\x56\x51\xf8\x8a\xc2\x07\xec\x5c\x02\xf9\x55\xea\x2d\x8d\xae\xe0\x14\xaf\xa2\x40\x02\x45\x57\xd1\x4c\x15\xb5\x21\x4e\xf6\x12\xc8\xaf\xa2\x99\x7a\xed\x33\x5e\xe2\x2a\xaa\x82\x17\xf5\x20\xb8\x5f\x9c\x8c\x2a\x0e\x5b\x25\xec\xb2\x96\x8b\x14\xda\x12\xef\x2f\x12\xfa\x59\xb5\x2d\xde\x5f\xf5\xc7\xd0\xe3\x4e\x2f\x4b\x8e\x57\x55\x46\x5f\xcc\x40\x55\x15\x54\xad\x14\xa7\x7d\x2e\x13\xff\xab\x6a\xa5\xd8\x9b\xbf\xaa\xce\x40\xd5\x19\xe0\xb4\xb6\x55\xb5\x48\x55\xe5\x4a\x25\xfd\xaa\xba\x3e\xe4\xff\x9f\x8b\x4a\xfa\x55\x41\x1e\xab\xaa\x48\x41\xca\xab\xaa\x48\xab\x5c\x06\x29\xaf\x2a\x97\xab\x5c\xe6\x70\xef\x65\xb9\xf2\xaa\xca\x28\x87\x7b\xaf\xaa\x8c\x56\x65\x94\x93\x42\x57\x95\xa3\x14\x03\x1c\x1a\xef\xca\x96\x2a\x5b\xd0\x72\x16\x03\xac\xf8\x7c\x95\x25\x19\xca\x4f\x38\x5c\x0a\xa3\x56\x80\x3f\x57\xfc\x86\x8b\x5e\x0e\x2a\x5a\x17\x87\x91\x1e\x1a\xcf\x69\x23\x42\x8d\xa6\xb5\x0d\x1d\xd6\x70\xf9\x71\x8e\xf7\x32\xbe\xb1\xc2\xe1\x72\x8e\xf7\x0a\x87\x16\x0e\x8d\x3a\xf7\x65\x7c\x63\x71\x22\xc6\xe3\xd9\xde\xcb\xc3\x48\x57\xa8\xd1\xb8\xd2\x66\x85\x4e\x6c\x28\x2c\x9c\xed\xbd\x8c\x79\xac\x70\xf9\x25\x54\x95\x31\x8f\x45\xcc\x23\x53\x2c\xb8\x9a\xda\xab\xa9\xbd\x08\x0c\x2c\xcb\xa9\x57\x73\xa9\xa5\xe7\xfb\x6b\x23\xef\x01\x13\x8b\xc8\xc8\x79\xe5\xb4\xd6\x54\x64\x4d\x1b\x92\xf0\xf0\xac\x5b\x58\xcd\xa5\xc8\x59\x77\xcb\xba\x85\xd5\x9c\x68\xe5\xba\x55\xbb\xa5\x15\x4d\xc0\x81\xa6\x82\x6a\x3f\x0e\x15\x9f\xab\xd2\xe4\x06\xee\x92\x87\x49\xac\x16\x2c\xed\x84\xc2\x6b\x61\xbb\xae\x13\xee\x8d\x5c\x86\x53\x16\xe1\x94\x4c\xa6\x79\x51\x2d\x70\x7e\xe8\x32\x89\xd1\xd5\x09\x48\xac\x2e\x37\xf2\x01\x53\xab\x6b\x46\x7b\x7a\xa4\x9d\x61\x74\xb5\x4c\x57\x47\xb3\x77\x61\x75\x51\x4d\xd7\x4b\x23\x59\xba\xba\x0e\x47\xcf\x43\x1a\xef\x66\x9f\x73\x9d\xe8\x6d\x76\x22\x4a\xab\xeb\x92\x71\x46\xc4\xea\x0a\x4e\x97\x55\x20\xfe\x65\x18\x67\xf5\x6a\x9f\x81\x26\x54\x15\x9c\x1f\x04\x96\x04\xea\xea\x9a\xc2\xee\x9a\xc8\x89\xfe\xc9\x02\x42\x36\xee\x24\x59\xc6\x64\xd6\xd0\x6b\xa0\x16\x6d\xb9\x13\x70\x0d\x4d\x52\xc6\xd9\x1c\xe9\x47\xb3\x09\xd6\x93\x05\x02\x6b\x38\x5c\xe0\xf3\xb2\x40\x60\x0d\xfd\x7c\xea\xd3\xd6\xd0\xca\x8f\xc2\xf7\x48\x78\xae\xa1\x49\x1a\x0e\x0d\x48\xbd\x8c\xbf\xac\xe1\x4c\x92\x04\x5d\x26\xfe\xd7\x70\x18\x85\x61\x18\x43\x59\xc4\x50\x72\xc2\xea\x19\x43\x59\xd3\x61\x14\x5c\x33\x63\x28\x6b\xea\x12\x72\x6c\xfa\x9a\x5a\xd6\xa9\x15\x25\x0e\xb8\xdc\x58\xb8\xa6\x4e\x0d\x07\x0f\x2e\x37\x16\xae\xa9\x53\xc3\xc1\x83\xcb\x92\xee\x35\x7f\x43\x83\x05\x1e\x01\xb1\xa6\x36\x84\x4d\x89\xcb\xcd\x86\x8b\x53\x1f\x9e\x8b\xfa\xb4\x35\x9d\xc9\xe9\x70\x81\xde\xcb\x22\x84\x35\x75\x4c\x80\xde\xcb\x00\xc7\x22\xc0\x91\x73\x3e\x4d\x18\xcc\x58\x4b\x81\x64\xff\xe1\x32\x98\xb1\x96\x96\x90\xfd\x87\x8b\xc8\xc6\x9f\xb5\x74\x2e\x84\xde\xcb\x35\xb9\x5c\x93\xdc\x33\xb9\x96\xda\x6d\xc9\x02\x72\xb9\xcb\xd3\x0a\xd6\x92\x05\x1c\x20\xb5\x96\x2c\x58\xfa\x70\x5c\xbc\xb3\x2c\xd5\x5e\x4b\x8d\x47\xbd\xdb\x5a\xb2\x60\xfd\x86\x8b\xd9\x5b\xc5\x36\x44\x71\x9c\x27\xb8\xdc\xcf\xb8\x96\x82\x4b\x3c\x73\x2d\x4d\xe6\x52\x70\x85\xf7\x4b\x6c\xbb\x2a\x52\xc5\xb9\x83\x8b\x88\xca\xf9\x91\xcd\xa8\x32\xf7\x38\xae\xa5\x13\x42\x82\x77\x2d\x41\xc5\xd2\x7b\xe6\x28\xde\x65\x91\xc4\x5a\x4a\x90\xa1\x01\x03\x30\x8b\x00\x4c\x2e\x40\xf4\xed\xba\xdf\x1a\x07\x0e\xe4\x58\x5b\xe3\xb0\x65\x29\xc7\x18\xae\xad\xab\xbc\x0f\x67\x83\x53\xd0\xd6\x96\xa3\xdb\xb5\x11\x4c\xe4\xd6\x5e\x6c\xd7\x46\xf8\x9c\x6b\x63\xcb\x51\x4e\x3b\x5c\xd6\x4d\xac\x2d\xf7\xc8\x03\xaf\x2d\xf7\x28\x95\x78\x2e\xf2\xbb\xcb\x1a\x89\xb5\x15\x20\xf6\xa8\x2c\xab\xbc\xd7\xd6\x09\x09\x1c\x98\xad\x5d\xa1\xd8\x3b\x44\x5f\x1e\x42\xba\xb6\x66\x85\x94\xdc\xda\x32\x99\xc2\xef\x43\x3b\xcc\xf3\x60\xd2\xb5\x45\x64\x06\x2e\xb6\xcc\xdb\x3f\xe6\x65\x86\x26\xf3\x08\xfb\x64\x12\xfa\xdb\x22\xef\x7d\x09\x8b\xd9\x05\xb3\x3d\x31\x60\x5f\x3a\xc0\xec\x1f\xd9\x9e\x18\xb0\x29\xb9\x38\xb4\x7a\x68\x30\x74\x5f\x5a\x60\xee\xe7\xdc\x6e\xf2\xdc\x54\x5e\x1c\x1a\xdf\x83\xcb\xfb\x52\x6e\xc9\x3e\x6f\xea\x2f\xfe\xec\xeb\xc7\xd1\xe0\x5d\xac\xf2\xbe\x94\x51\x4e\x06\xd9\x86\x91\x36\xa7\x0d\x3c\xf7\x75\xf1\xbd\x62\x1b\x28\xdc\xfb\xba\x18\x07\xf1\xcf\x4d\x69\xc6\x73\xe3\x9d\x6e\xab\xc2\x37\xe1\xa6\x60\x4b\xe7\xbe\x60\xf2\x26\xda\x74\x1e\x7b\xa1\xd9\x2c\x5c\xbe\x49\x25\x6f\x42\x4f\xe7\x67\x4b\xe3\xdd\xf0\x5d\x94\xdc\x4d\x10\x65\x7b\x50\xc1\x26\x02\x75\x68\xbc\x0b\x97\x37\x11\xa8\xcc\x41\xce\xdb\x08\xd4\xa6\x86\xfc\xb9\x39\x2b\x64\x5b\x3c\xbe\x29\x02\x79\x6e\xe2\x20\xdb\x93\x4a\xf7\x9d\x7f\xb4\xc3\xe5\x1b\xe5\xb5\x39\x81\xf4\xb9\xaf\xf2\xd7\x5b\xe4\x37\x55\x21\xe7\x67\xf2\x4a\xe5\xd3\x78\x5f\xfb\x66\x21\x7a\x7d\xc1\xbe\xc3\x2e\xe0\x8e\xdc\x1c\x88\xb9\x8d\x3c\xed\xdb\x11\x51\x63\xb9\x8d\x3c\x6d\x22\x4f\x6e\x31\xda\xd6\x9b\x6f\x02\x50\xcf\x4d\xf6\x74\x3f\x84\x53\xf6\x03\x66\xbd\xef\xb3\x9a\x36\xd5\x23\x7f\x36\x37\xe7\x3c\x37\xa9\xd2\xfd\x60\x80\x37\x45\x24\x8f\x3b\x52\xb7\x45\x24\xfb\x49\xec\x60\x21\x32\xb0\x9f\x6c\x1b\xce\x3d\xd5\x17\x9b\x90\xd3\xf9\xf1\x5d\xb8\x66\x21\xc8\xe6\xb2\x9c\xc7\xdb\x0b\xb6\x9b\x63\x37\xf5\x20\xc1\x99\x63\x9b\x88\xd3\x9f\x4d\xac\xe9\xf1\xf2\x82\x4d\x7d\xfb\xf9\x81\x2b\x5c\x5e\xb0\x1f\xe7\x94\xad\xb4\x87\xf6\x42\x43\x5c\x9f\x1f\x57\x8e\xfb\xb2\x0d\x3c\x6d\x02\x4f\xe5\x7e\x0f\xc9\xfb\x70\xf6\xfb\xe3\xca\xb1\xd3\xdb\xfb\x70\x36\xb5\x21\x87\xf6\x41\x1b\xd2\xb6\xb4\x23\x0f\xd6\x81\xec\x37\xdb\x04\x13\xf4\x66\xbf\x87\x91\xba\xc9\x76\x6e\xa3\x3d\x9b\xfa\x8e\xe7\x7e\x8e\xfd\xdd\x46\x7b\x36\xfb\x6f\x9f\x1b\x44\xbd\x0d\xe7\x6c\xae\xa2\x79\x6e\x32\x8c\xdb\x30\xcd\x26\x4c\xe3\xde\x9c\x6d\x89\xfc\xfe\xec\x32\xc7\x50\xec\xcf\x2e\x7f\x76\x0f\x64\xbb\xbd\x32\x66\x7f\x8a\x2b\x9b\x5f\xf6\x87\xd7\xb4\x0d\xd3\xdc\x20\xd6\xfd\x81\x24\x36\x7b\x72\x9f\x9b\x43\x3d\xb7\xe1\x97\xfd\x39\x69\x9c\x92\xb6\x2d\x90\xd8\x9f\x9c\x7f\x8f\x2b\xbc\x3f\xe5\xf1\x23\xda\x74\x53\x1a\xb9\x3f\x0c\xc3\xfe\x9c\x8d\x97\x99\xb4\x18\x62\x7f\xce\x06\x17\xe3\x6f\xe3\x2a\x9b\xb8\x4a\x01\x61\x6e\xe3\x2a\x3b\x39\xb4\xf7\x68\xe3\x9d\x94\xd1\xe4\x4a\x64\xf3\xcb\xb6\xa2\x61\xb3\x0d\xf7\xb9\x29\x8d\xdc\xc6\x4b\xb6\xf1\x92\xfb\x3d\xea\x73\x13\x28\x39\x3f\x3e\x87\xb0\x58\xbd\xb0\x8d\x6f\xdc\x2f\xfa\xce\xd2\xf7\x9d\x94\x47\x0e\x4e\xdb\xa9\xda\x86\x33\xf4\xa2\xdb\xac\x4a\xd8\xc9\xe1\xb2\xcd\x79\x1b\xcb\xd8\xc9\x59\x63\x4b\xc9\x36\x96\xb1\x89\x65\x14\x4e\xcd\xde\x96\xc3\xef\xec\xd0\x30\x66\x9b\xdb\x59\xce\x4f\x93\xf6\x41\x5b\xd2\xf6\xbf\xfc\x3d\xd8\x49\xba\x2d\x4a\xd8\x44\x2f\xce\x63\xd2\x92\x34\x64\x94\xeb\x45\xb7\xa1\x8c\x9d\xe5\x00\xb0\x6e\x5b\x49\xbf\x33\x1a\xfa\xe6\x7e\xa6\x4d\x85\xc2\x9f\x9d\x5d\xa5\x5c\x31\xba\x73\xb1\x7b\xca\x2d\xe7\xb2\x6c\x62\x18\xe7\x67\x49\xa3\x5d\x39\x95\xe5\xd4\x97\x79\x0e\x97\x78\xe7\x6a\x5f\x8e\x27\xb5\x89\x6b\x9c\x1f\xb4\x3b\xbb\xab\xb7\x85\x0a\x3b\x03\xc6\xef\x0f\x2b\x95\x55\xd1\x59\x15\xcd\x21\xe1\xdb\xb0\xc5\x26\x6c\x51\x38\xdc\x7b\x1b\xb6\xd8\xdc\xd4\xf2\xdc\x6c\x96\xd9\xdc\xd7\x72\x7e\x9c\x0c\x64\xd9\xb0\xc5\x2e\x9f\xc3\x3d\x90\x70\x17\x39\x5a\x92\x4d\x30\xb9\x45\xe5\x55\x64\x15\x90\x70\x17\x59\x55\x72\x93\x16\xd0\x98\xdc\x22\xab\xd2\x4d\x1b\xb2\xca\xb8\xc5\x0d\xae\xdb\xc6\x28\x76\x51\xbe\xd3\x4b\xbb\x0e\x83\x60\x41\xc9\x7c\xce\x60\xc1\xae\x0e\x23\xe5\x04\xed\x95\x96\xa4\x15\x68\x45\x1a\x43\xe3\x0e\xff\xed\xe1\x9c\xbb\xba\xc4\x29\x5e\xdd\x16\x11\xec\x9a\x1f\x69\xb4\x91\x7d\xb7\xd8\x46\xd0\x86\x32\x5f\xb5\xbf\x64\x5b\xb7\x41\x80\x6d\x10\xe0\x26\xdb\xba\x3d\xc4\x73\x13\x0b\x78\xbc\x76\x62\x57\xd7\x41\x75\x26\x33\x86\xb5\x3a\x93\xd5\x75\x00\xd0\xda\xee\x1c\xd8\xec\x1c\x78\x6e\x80\xd6\x76\xe7\xc0\xae\xae\x0d\x80\xd6\x36\x32\xb0\x09\x06\x3c\x37\xd5\xab\xdb\x6d\x02\x9b\x60\xc0\x73\x73\x48\xeb\x36\x0a\xb0\x8d\x02\xdc\x54\xa0\xee\x70\x8d\x87\xd6\x96\x9b\xa7\x76\xe0\x27\x6f\x23\x03\x37\x39\xd3\x6d\x64\x60\x73\x5b\xc9\xa1\x9d\xbe\x70\x67\xc9\xf9\xf9\xd1\x0e\x9f\xdd\x62\xb0\x43\x69\x66\x43\xf6\x36\x32\xb0\x43\xa3\x43\xf2\x72\x5b\xf9\xb0\x43\x29\xe5\x10\xc0\x6d\x14\x60\x87\x53\x5e\xfe\xef\x73\x6c\xd3\xfd\xff\x18\x79\x77\x20\xec\xe6\xec\x73\xeb\xff\xb6\x30\x62\x37\x67\x9f\xd3\xde\x77\x73\xf6\x9b\x42\x5c\xe0\x2e\xdb\x16\xfe\xec\x96\x6c\xed\xe5\x5d\xbd\xb9\xa6\x0e\x00\xc3\x6d\x11\xff\x6e\x72\xad\xc0\x5d\x77\x25\x6c\x36\x22\x1c\x1a\xdf\x23\x54\xb4\x9b\xeb\x9d\x54\xe9\xb6\xa8\x62\x1b\x2d\xb8\x71\xd5\xb7\x45\x15\x9b\x8d\x08\xcf\x5d\x90\x44\xa3\x05\xbb\x29\x11\xe4\x4f\xb7\xfb\xb0\x77\xd3\xfd\xe2\xe2\x90\x6d\xb4\x60\xb7\x1f\xd7\x2a\xcf\xc9\xb5\xf6\xe3\x1a\xfa\xcd\x4a\x8b\xdd\x95\xf6\x82\xc4\xba\x39\x7b\x77\xb5\x7e\x65\x81\x76\x10\xd6\xee\x1a\x34\xee\xd7\xda\x6c\x1a\xf8\xb3\xbb\xc6\xab\xe2\x0a\x76\x8d\x57\x27\x04\x7b\xd7\x8f\xe7\x1c\x47\xb7\x7f\xf5\xe3\x39\x90\xce\xee\x1a\x2a\x4e\x8c\xd9\x5d\x43\xd5\x09\xa3\xde\x24\x4b\xb7\xb8\x7d\x73\xf9\xc7\xa1\x15\x68\x49\x9a\x6d\x30\xde\x61\x9f\xc5\xed\x37\x49\xd5\xed\xee\xec\x3d\x5c\xa1\x5c\x71\xba\x87\x8a\x66\xe0\x49\x7b\x61\xc9\x1e\x7a\xd2\x43\x89\x65\x9f\xfd\xf6\x44\xa0\x3d\x9c\x23\x70\xcd\x1e\x7a\xd2\x6c\xe6\x3e\xb4\x07\x5a\x91\x56\x8f\xc9\x48\x92\xfc\x9c\x53\xc9\x81\x36\x5b\xc8\xbf\x87\x53\x49\x02\x75\x8f\x6a\x57\x00\x85\xde\x75\xb2\x2d\xc3\xd8\x86\x01\x6e\x4e\x1a\xde\x62\xfe\x3d\x9d\x0e\xee\x35\xd9\x53\xe5\x33\x9d\x8e\x40\xf9\x4c\x87\x3b\x75\x0a\x83\x29\x9f\x3a\x85\x53\x9f\x23\x98\xf2\xa9\x61\x9e\xa4\x86\x6e\x4a\x59\xb7\xc7\x3e\xee\xe9\x42\x26\xf9\xba\xa7\x0b\x79\x2a\xba\x81\xee\x9e\x2a\xb3\xa9\x32\x23\xd3\xba\xad\xaf\xd8\xec\xe6\x7e\x1e\x8e\x1e\xdc\x62\xfe\x4d\xfd\xc4\xa1\xf1\x9c\xc8\x81\x62\x8a\xe7\xe1\x94\xab\x6d\x31\xc5\xa6\x98\xe2\xd0\x78\x4e\xd1\xa0\x98\xe2\x79\xb8\x49\x75\x5b\x4c\xb1\xa9\x95\x38\xb4\xd3\x97\x45\x8c\x6f\x53\x99\xf0\x3c\x14\xa1\x6e\x2b\x13\xb6\x20\xf8\x60\xc5\xff\x53\x31\x9c\x3f\xfe\xad\xfd\xe3\x6f\xff\xfd\x7f\xb4\x7f\xfc\xcf\xf6\x6f\xeb\xef\xe3\xbf\xfe\xf9\xcf\xf5\xef\xff\x39\xff\x75\xfc\xe7\xdf\xff\xdb\xa1\xfe\x7d\xae\xfd\xaf\xff\xbe\xfe\xb9\xfe\xd7\x7f\xfc\xd7\x3f\xc7\xfa\xfb\x3f\xfe\xe3\x1f\xe7\x2d\xfe\xfd\xef\x00\x00\x00\xff\xff\x80\x7b\x94\x6c\x70\x5a\x01\x00"); +func _egd ()(*asset ,error ){_dee ,_bef :=_ccgd ();if _bef !=nil {return nil ,_bef ;};_fgcf :=bindataFileInfo {_c :"UniAKR-UTF16-H",_ed :184302,_cg :_g .FileMode (436),_ca :_d .Unix (1580492659,0)};_fdcc :=&asset {_fdf :_dee ,_ff :_fgcf };return _fdcc ,nil ; +};var _eebc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x5f\x6b\xe3\x46\x1b\x05\xf0\x7b\x7d\x0a\x5d\xee\x7b\xb1\x6f\xe6\xf9\x33\x9a\x19\x10\x0b\x65\x97\x85\xb0\x6c\x5b\x92\xd2\x5e\x3b\xd2\x38\x18\x1a\xd9\x38\xce\x45\xbe\x7d\x39\xcf\xb1\x53\xe8\x45\x70\x7c\x22\x3d\x12\xbf\x93\xd1\xe8\xee\xeb\xfd\xb7\xfb\xed\x70\x19\xef\x7e\x3f\x1f\x97\xc7\x7e\x19\xf7\x87\x6d\x3d\xf7\xd7\xe3\xdb\x79\xe9\xe3\x53\x7f\x3e\x6c\xc3\x20\x3a\xae\x87\xe5\x72\xfb\x1a\x1f\xcb\xcb\xee\x34\x0c\x38\xff\xf1\xfd\xf5\xd2\x5f\xee\xb7\xfd\x71\x34\x1e\xb7\xbe\x9d\xae\xc7\x8e\xe3\xdd\x43\x7f\x3e\xbc\x5e\xce\xef\xe3\xa7\x5f\xd6\xe3\x53\xff\xdf\xb8\xf6\x3d\xf2\xdf\xce\x6b\x3f\x1f\xb6\xe7\xf1\xd3\x8f\x87\x8f\xf0\xf1\xed\x74\xfa\xbb\xbf\xf4\xed\x32\xb6\xc8\xfa\xb6\xc6\xe7\x70\xf7\xf5\xe7\xee\xf4\xeb\xee\xa5\x8f\x77\x31\xe7\xf3\x8f\x87\xcf\x3c\x24\xfe\xf2\x67\x3f\xbf\x1e\x8e\xdb\x28\xff\x4f\x49\xff\x8d\xff\x78\x3f\xf5\x51\xae\x13\xfe\xfa\x79\x5c\xfb\x98\x6e\xf3\xee\xbf\x7d\x3d\xbe\x6d\x97\x51\xb5\xb6\xc2\x50\x78\xdb\xcb\x71\xed\xaf\xa7\xdd\xd2\xcf\xbb\xed\xb9\x0f\xe3\x38\xa7\x94\xd2\x97\x71\xce\xed\xfb\xf7\x2f\xb8\xa7\xff\x1c\x31\xb4\x74\x3d\xf3\xb0\x32\xb9\x9d\x91\xd2\x7e\xff\x65\x4c\xc3\x9c\x84\xdf\x05\xdf\x35\x4f\xc3\x9c\x94\x89\x22\xc9\xa2\xc3\x9c\x8c\x89\x21\x29\x53\x1d\xe6\xe4\x4c\x1c\x89\x24\xf5\x61\x4e\x99\x51\x8e\x48\x2b\x66\x4f\x8c\xa6\x88\xb2\x61\x78\x61\x54\x22\x2a\x0d\xd3\x2b\xa3\x1a\x77\x90\x1c\xe3\x1b\xa3\x16\x91\x25\x8c\xdf\x31\xda\x5d\xef\x13\xe3\x9f\x18\x3d\x45\x54\x05\xe3\x17\x46\x0b\x22\x4b\x05\xe3\x57\x46\x6b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc5\xf8\x3d\xa3\x7d\x44\xd5\xd3\x30\x0b\xa5\x24\xa4\x3c\xb5\x69\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x53\xaa\xc3\x2c\xe4\x92\xe0\xf2\x3a\xf9\x30\x0b\xbd\xc4\xaf\xa6\x18\x4f\x2f\x09\xaf\x6c\x05\xe3\xe9\x25\xe1\x95\x27\xc3\x78\x7a\x49\x78\xe5\x5a\x31\x9e\x5e\x12\x5e\x93\x38\xc6\xd3\x4b\xc2\x6b\xf2\x84\xf1\xf4\x92\xf0\x9a\x26\x14\x2b\xf4\x92\xf0\x9a\x1a\x9a\x15\x7a\x49\x78\x15\x41\xb5\x42\x2f\x09\xaf\xe2\xa8\x56\xe8\x25\xfd\xda\x3f\xc6\xd3\x4b\xc2\xab\x34\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x16\x54\xab\xf4\xd2\xf0\xaa\x0d\xd5\x2a\xbd\x34\xbc\x9a\xa2\x5a\xa5\x97\x86\x57\x73\x54\xab\xf4\xd2\xf0\x6a\x05\xd5\x2a\xbd\x34\xbc\x5a\x43\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x36\x66\x8e\x72\x95\x62\xba\x63\x56\xd0\xae\x92\x4c\x83\x0c\xed\xe3\x12\x34\xd3\x85\x99\xa2\x5f\x25\x9a\xae\xcc\x32\x0a\x56\xaa\x69\x67\x56\xd0\xb0\x92\x4d\xf7\x5c\x24\x09\x15\x1b\xdd\x2c\x31\x53\x74\x6c\x84\x33\x61\x96\x51\xb2\x51\xce\xf4\xb6\xc0\xd2\x30\x1b\xe9\x2c\xe8\xc4\x12\x6a\x36\xda\x19\xd7\xa6\x19\x7a\x36\xe2\x19\x17\xa7\x65\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x50\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xcf\x28\xdb\xe8\x67\xf4\xf3\x8a\xb6\x8d\x7e\x46\xbf\x2c\xa8\xdb\xe8\x67\xcb\xed\xa9\x80\x6b\xd0\xcf\xe8\x97\x27\x14\x6e\xf4\x33\xfa\xe5\x8a\xc6\x8d\x7e\x46\xbf\x49\x50\xb9\xd3\xcf\xe9\x37\x19\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\x5f\x11\x74\xee\xf4\x73\xfa\x15\x47\xe7\x4e\x3f\xa7\x5f\x99\xd0\xb9\xd3\xcf\xa7\xdb\xa3\x0c\xd7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x4e\xe8\xdc\xe9\xe7\xf4\xab\x0d\x9d\x3b\xfd\x9c\x7e\x4d\xd1\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x35\x74\xee\xf4\xf3\x3d\x9f\xb5\x8a\xce\xf3\x75\x0f\x49\xb7\xe7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x15\x74\x9e\xe9\x97\x95\x59\x43\xe7\x99\x7e\x39\xfc\x54\x14\x9d\x67\xfa\x65\x67\x96\xd1\x79\xa6\x5f\xce\xcc\x0a\x3a\xcf\xf4\xcb\xe1\xa7\x9a\xd0\x79\xa6\x5f\x2e\xcc\x14\x9d\x67\xfa\x65\xee\x0f\x9a\xd1\x79\x6e\xd7\x7d\xaf\x24\x64\xa5\x7a\xec\x7e\xb7\x5d\x0e\xbf\xe3\x3d\xe0\x63\x6f\x5e\xde\xce\xe7\xbe\x5d\xe2\x2d\x20\x36\x60\xec\xab\x87\xad\x7f\xbc\x51\x9c\x8e\x27\x9c\x15\x3f\xff\x04\x00\x00\xff\xff\x4b\x3b\xc9\x6a\x7d\x08\x00\x00"); +func _ccag ()(*asset ,error ){_ddbf ,_efdf :=_ddef ();if _efdf !=nil {return nil ,_efdf ;};_dbdg :=bindataFileInfo {_c :"UniJIS-UTF8-V",_ed :3954,_cg :_g .FileMode (436),_ca :_d .Unix (1580492964,0)};_ebfd :=&asset {_fdf :_ddbf ,_ff :_dbdg };return _ebfd ,nil ; +};var _df =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x4d\x8f\x63\xb7\x11\xbc\xeb\x57\xf0\xe8\x1c\x9c\x79\xfc\x66\x03\x03\x01\xc6\x4e\x06\x19\x07\x8e\x03\x6f\x9c\x04\x08\x72\x78\x24\xfb\x2d\x04\x64\x24\x41\xa3\x0d\xb0\xff\x3e\xe8\x2a\xcd\xca\x59\xc4\x80\x4d\x4f\xa9\xd8\x2c\x36\xab\xc9\x96\x1e\x3e\xbc\x3c\xbd\x1c\x0f\x57\xf7\xf0\x97\xcb\x69\x7c\xd4\xab\xdb\x0e\xc7\x79\xd1\xb7\xd3\xe7\xcb\x50\xd7\xf5\xd3\xe1\xb8\xdb\xf9\xe0\xe6\x61\x5c\xdf\xff\xc4\x30\x5e\xd7\xf3\x6e\x67\xf3\x3f\x7e\x79\xbb\xea\xeb\xcb\x71\x3b\xb9\x48\xde\xfc\x7c\xbe\x71\x9d\x7b\xf8\x45\x3f\x1d\xde\xae\x97\x2f\xee\xbb\x1f\xe6\xa9\xeb\xef\xdc\xd4\xcd\xf0\x9f\x2f\x53\x2f\x87\xe3\x27\xf7\xdd\x8f\xeb\x79\x3d\xfa\xaf\x1f\x7c\xfc\x7c\x3e\xff\x5b\x5f\xf5\x78\x75\x1e\x98\x1e\x27\xc6\xdd\xc3\x87\x9f\xd6\xf3\x9f\xd7\x57\x75\x0f\x2d\x9e\xff\xf3\xfd\x2f\x7f\xfa\xf8\xe3\xf7\x7f\xc4\x67\xf8\xe8\x6f\x7a\x79\x3b\x9c\x8e\xce\x2f\xbf\x5f\x96\x72\xc7\xff\xfa\xe5\xac\xb7\x58\xbb\x87\x5f\x5f\x9e\x7e\xde\xb6\x37\xbd\xba\x85\x8c\x7f\xfc\xfa\xf2\xe4\xfe\xe9\x9d\x5f\x5c\xc8\x31\xa4\x7f\xdd\x88\x7f\xff\xe9\x34\xf5\x46\xda\x65\x6e\x68\x9c\xa6\xbe\x9d\xd7\xa1\x97\xf5\xf8\x49\x77\xce\x3d\x2e\xcb\xde\x39\xf7\xd8\x96\xbd\xfd\xd5\x7c\x5a\xf6\xee\x51\x9e\x9f\x3f\xe0\xef\x1f\xf8\xe9\xd3\x33\xfe\xfa\xc3\x82\x4f\x9f\x3f\xdc\x3e\x7d\x7e\xc2\xa7\xcf\xcf\x7b\xdb\xe3\x37\xb1\x77\x9e\x4b\x1e\x4f\xd7\xa9\x1b\x31\xac\xf6\xe8\xb7\xbd\xf3\x36\xe3\xb7\x1f\xed\xfc\xb2\xdc\x34\x1e\xe6\x8d\x1d\x8c\x5d\xd5\x16\xc1\x3f\x7e\x67\x3a\x21\xf6\x86\x48\xdd\xbd\x6b\x6e\x1e\xcc\x12\xa3\x41\xe4\xf9\x75\x18\x24\xc5\xa0\xde\x00\xf5\x6d\xef\x5c\x4d\x16\xcb\x0f\x42\x43\x01\x89\x41\x73\x05\xa4\xcd\xa0\x8c\x89\x1b\x63\x6d\xd5\xa0\x8a\x89\xdb\x20\x34\x00\xd9\xc4\x90\x36\x83\x42\xc6\xc4\xb6\x18\x54\x30\x31\x54\x31\x48\x00\x35\x0f\x48\xd6\xbd\x73\xcd\x5b\xf8\x20\x9c\xb8\x79\x83\x52\xd8\x3d\xb6\xc8\x0d\x45\x6c\x48\x42\x36\x88\x1b\x8a\x52\x0c\x6a\xcd\x20\x4e\x8c\xbd\xec\x9d\x5f\xbc\xe9\x8a\x9d\xd0\x04\x14\x6d\x62\x62\xac\x64\x5a\xfc\x92\x4d\x6a\xaa\x84\x2c\xbc\x5f\xc4\x56\x4c\x0c\x9f\xc4\xef\x9d\xf7\x8b\x65\x35\x31\x3c\x86\x9a\xb0\xc7\xb4\x92\x65\x43\x4d\xcd\x03\xf2\x84\xbc\x41\x42\x28\x10\x0a\x80\x20\x62\x8d\x84\xe2\xde\xd5\xbc\x44\x40\x89\x50\x02\x8b\xe1\x33\xa1\x0c\x16\x44\xac\x85\x50\x31\x28\x70\x62\x25\x54\x0d\xf2\x0c\xdf\x08\x35\x83\x22\x45\x08\x21\x01\xc4\xf0\x2b\xa1\x15\xea\x17\x40\x9d\x50\x07\x84\x4c\xac\x83\xd0\x80\xae\x04\x68\x12\x9a\x80\x1a\x20\x25\xa4\x90\x5a\x00\x31\x5f\x36\xd4\xbc\x20\x56\x67\xbe\x6c\xa8\xd9\x23\x56\x67\xbe\x6c\xa8\x39\x42\x44\x67\xbe\x6c\xa8\x39\x70\x22\xf3\xd5\x91\xaf\x88\x15\x3b\xf3\x65\x43\xcd\x99\xb1\x98\xaf\x8e\x7c\xc1\x00\xa9\x33\x5f\x9d\xf9\x82\xae\xce\x7c\x75\xe6\x0b\x99\x60\x29\x60\xa8\x39\x32\x16\xf3\xd5\x91\xaf\x44\x11\xcc\x97\x0d\x35\x2f\x14\xc1\x7c\xd9\x50\x73\xc0\x09\x75\xe6\xcb\x86\x9a\x3d\x57\x64\xbe\x6c\xa8\x99\x2e\xec\xcc\x57\x47\xbe\x92\x41\x99\xc6\xcc\x30\x79\x88\xb6\x62\xa6\x0b\x31\xb8\x88\x82\xc9\x2c\x98\x2c\x60\xa1\x90\x33\x8d\x99\xe7\x34\x16\x44\xe4\x89\xf0\x19\xf5\x18\xe1\xc2\xc2\xf0\x05\xe1\x13\xb2\x5a\x18\xbe\x98\xc9\x5d\x6a\x26\xa2\x48\x20\x14\x10\x9e\x50\x24\x64\x13\xe9\xd5\x42\x47\x17\x9d\x5f\x4b\xa1\x32\x7c\xcd\xd8\x63\xb6\x89\x35\x43\x57\xad\x38\x0e\x84\xaf\x5c\xb1\x36\xf3\x44\x41\x0a\xab\x10\xb2\xc1\xd5\x12\x00\x79\x42\x1e\x90\x07\x14\x08\x05\x40\x58\x91\xba\xaa\xd8\x09\x95\x90\x00\xad\x84\x56\xb0\x18\xbe\x13\xb2\xe3\x28\x28\x85\xc6\x7c\x35\x4b\x8e\xf7\xb8\x4d\x84\xea\x05\x37\x40\x80\x27\x84\x52\x05\xac\x80\x52\x58\xc9\x5a\xc1\x4a\xa8\xc7\x95\xac\x15\xac\x54\xed\x84\x3a\x59\x1d\xac\x8c\x14\x76\xb2\x3a\x58\x25\x9b\xae\x41\xd6\x00\xab\x36\xcb\xea\x20\x6b\x80\xd5\x92\x1d\xed\x24\x6b\x82\x25\xb8\x6a\x27\x59\xd3\x58\x61\x81\x57\x95\x2c\x35\x56\xf0\xb8\xd2\x94\x2c\x05\x2b\xe0\xb4\x37\xb2\x36\xb0\x62\x32\xf5\x1b\x59\x1b\x58\xc9\x2f\xbb\x47\xe1\x8b\x26\x0b\x58\xf0\xaa\x2c\x8d\x10\x58\xd9\xca\x5d\x6e\xaf\x22\x5e\x98\x50\xed\x1a\x12\xbe\x30\x82\x27\x20\xd4\x56\x76\x8f\x12\xc8\x0a\x60\x89\xd5\xa3\x04\xb2\x02\x58\x52\xd3\xee\x51\x78\xb9\x0b\x2e\xf7\xb8\xd8\xc5\x27\xbc\xdc\x25\x1a\x2b\x7a\xf3\x84\xf0\xda\x16\xdc\xd1\x31\xb4\x6a\x10\x59\x09\xac\x98\x4d\x3d\x6b\x48\x50\x43\x31\x55\x53\xcf\x1a\x12\x94\x42\xc4\xd5\x21\x2c\x05\x41\x29\xc4\x52\x4c\x3d\x4b\x41\x0a\x58\x35\x14\xbc\xdf\xef\xef\xee\xff\x7b\x8a\x85\x86\x97\x8a\x20\x2d\xdb\xe6\xe8\x6e\xa9\x08\x22\x76\xbd\x49\x23\xab\xd5\xb0\x77\x69\xb1\x6b\x57\x68\x3f\x81\xfd\xd2\x62\x45\x2d\xb4\x9f\xc0\x7e\xc9\x37\x9b\x48\xfb\x09\xec\x97\x82\x9d\x96\xd0\x7e\x02\xfb\xa5\x58\x2d\x2b\xb4\x9f\xc0\x7e\x29\xe1\xb4\x68\x3f\x81\xfd\x52\x2e\x16\x9e\xf6\x13\xd8\x2f\x15\x9c\x16\xed\x27\xb0\x5f\xaa\xc9\xb2\x42\xfb\x09\xec\x97\x1a\x4e\x8b\xf6\x13\xd8\x2f\x49\xb4\x33\xa5\xfd\x04\xf6\x4b\x82\xd3\xa2\xfd\x04\xf6\xcb\xde\x0a\x51\x68\x3f\x81\xfd\xb2\xc7\x69\xd1\x7e\x02\xfb\xe5\xe8\x4d\x3d\xed\x27\xb0\x5f\x8e\x76\x5a\x78\x4f\xe7\x76\xeb\x66\xa2\xdd\xd7\x4a\x47\x2a\x1c\x99\xf3\xb2\x18\xd4\x08\x61\x62\xb6\x03\x54\x3a\x52\xe1\xc8\x5c\xac\x1f\x50\x3a\x52\xe1\xc8\x5c\xed\x84\x94\x8e\x54\x38\x32\xb7\x6a\xe1\xe9\x48\x85\x23\xb3\xd8\x09\x29\x1d\xa9\x70\x64\x59\x4a\x32\x88\x2c\x38\xb2\x78\xbb\x63\x95\x8e\x54\x38\xb2\x84\x1c\x0c\x22\x0b\x8e\x2c\xd1\x9e\x62\xa5\x23\x15\x8e\x2c\x29\x99\x7a\x3a\x52\xe1\xc8\x82\x0b\x55\xe9\x48\x85\x23\x4b\x09\xa6\x9e\x8e\x54\x38\xb2\x14\xbb\xc2\x95\x96\x53\x58\xae\xa0\x59\x52\x5a\x4e\x61\xb9\xd2\xec\x26\x56\x5a\x4e\x9b\xb1\xea\xb2\x98\xfa\x46\x16\x2c\x57\x97\x62\xea\x69\x39\x85\xe5\xaa\xb7\x9e\x47\x69\x39\x85\xe5\x6a\xb0\x2b\x5c\x69\x39\x85\xe5\x6a\xb4\x16\x41\x69\x39\x5d\xd9\xcd\x24\x53\xbf\xa2\x9b\xd1\xd5\x5a\x97\x16\xcc\xbe\x4a\x17\x72\x60\x0b\xaa\x3d\x79\x42\x36\xb1\x99\x27\xb4\xa7\x48\x68\x03\xcb\x36\xd4\x33\x27\x66\x0f\x96\x00\x0a\x84\xec\x56\x2f\x38\xc7\x9e\x3b\x21\x7b\x6d\x9a\x10\x52\x42\x88\x05\x4f\xf4\xc2\x58\x25\x81\x05\x5d\x25\x13\xb2\xae\xb4\xd8\x7d\xad\xbd\x08\xa0\xba\x82\x85\x15\x2b\xc3\xb3\x81\x46\x72\x58\x43\x1c\xd8\x40\x6b\x6f\xdc\x90\x0d\x55\x3c\x36\xd4\x28\xf5\xd6\x66\xdb\x39\x76\xf4\x16\xda\xef\x6d\xb6\xf6\x41\xe8\xde\x66\x6b\x47\x9b\xad\xfd\xde\x66\x6b\xdf\xb8\xe2\xbd\xcd\x56\x54\xf0\x6d\x60\x9b\xad\x03\x6d\xb6\x8e\x7b\x9b\xad\x83\xdb\x1e\xf7\x36\x5b\x07\xa5\x8e\x7b\x9b\xad\x43\x38\x11\xed\xac\x78\x93\x3a\x56\x4e\xb4\xc1\x35\x1c\xed\x58\x39\x71\xe5\x1e\xb1\x22\x1e\x7f\x0e\xae\x59\xeb\xa2\x83\x06\xc0\x50\x25\x60\x45\xb4\xb3\x1c\x5c\xb3\xfb\x4b\x07\xda\x59\x0e\x55\x82\x07\x54\x08\x15\xb0\x18\xbe\x12\xaa\x60\x05\x40\xc8\xd7\x18\xd0\x05\x03\x8c\x41\x5d\x03\xba\x02\xa4\x0e\xea\x52\xb0\x2a\x56\x54\xb2\x94\xac\x04\xe8\xc6\x32\xf5\xb2\x60\x45\xa5\x7a\xa5\x7a\x6c\x48\xa9\xde\x06\x87\x97\x4b\x87\x52\xbd\x52\x3d\x52\xa8\x54\xaf\x1d\x2c\x88\xd0\x41\x68\x80\x45\x11\x13\x10\xbe\xcf\x30\x39\xbc\x57\x39\x54\x41\xb9\x4f\x56\x07\x06\xc7\xf0\x33\x05\x42\x01\x2c\x01\x14\x09\x45\xb0\x38\x31\x11\x32\x93\x4b\x64\xf8\x4c\x28\x1b\xeb\x06\x15\x42\x05\x2c\x0f\xa8\x12\xaa\x60\x05\x40\x8d\x50\x03\x8b\x10\xaa\x63\x16\xe8\xb2\x76\x43\x67\xa1\xae\x02\x5d\xa8\xed\x59\xa8\x8b\x5f\xd0\x0a\x56\x64\xc1\xcc\x16\xde\xbf\xa0\xe9\x6c\x64\x35\x24\x9a\xb1\x1a\xd5\x37\x24\x1a\x95\x36\x1b\xd5\x37\x24\x3a\xe6\xff\x7d\x8a\x43\xf8\xf6\x25\xd6\xd9\xb8\xb7\x86\xaf\x82\xc2\xb0\xdc\x5b\x83\x89\x70\xb1\xcc\xc6\xbd\xb5\x09\x16\x21\x25\xa4\x60\x55\x40\xa8\x8a\x29\xc9\xbe\x0a\xe2\x6e\x9e\x42\x3d\xc2\xd4\x61\x23\xac\x9d\x79\xff\xa6\xa9\xb3\x13\xba\x7f\xd3\x54\xbe\x8b\xaa\xf7\x96\x58\x15\x2d\xb1\x6a\xc1\x8a\x78\x0d\xb4\x10\x42\x97\x5c\x16\x8b\xc5\xd7\x53\x95\x17\x0b\x2e\x03\xe5\xc5\xa2\x6c\x9c\x3d\x26\x0a\x59\xf7\xc6\x59\x15\x8d\x33\x07\x36\xce\xaa\xc2\x89\xf7\xc6\x59\x15\x8d\xb3\xea\xbd\x71\x56\x45\xe3\xcc\x81\x8d\xb3\x2a\x1a\x67\xd5\x7b\xe3\xbc\x99\x8f\xed\x3f\xfc\xed\xc1\x5e\xbc\xcd\x12\xb8\xbd\xff\x20\x11\xcc\x90\x9b\x6d\x67\x7b\x7f\xc2\xad\x1d\xf8\xed\xf9\xd9\xff\xbf\xae\xe7\xdd\xd7\x1f\x7e\xc6\xe7\xcb\x45\x8f\x57\xfc\xcc\x84\xdf\x76\xdc\xd4\xed\x70\xd4\xaf\x3f\x59\x9d\x4f\x67\x9b\x85\x7f\xff\x1b\x00\x00\xff\xff\x91\x5b\x63\x45\xde\x12\x00\x00"); +func _gfea ()([]byte ,error ){return _fd (_aced ,"HKscs-B5-V")};func _aacg ()(*asset ,error ){_gbac ,_fbff :=_bffe ();if _fbff !=nil {return nil ,_fbff ;};_bdea :=bindataFileInfo {_c :"KSCms-UHC-H",_ed :13690,_cg :_g .FileMode (436),_ca :_d .Unix (1580492561,0)}; +_gedb :=&asset {_fdf :_gbac ,_ff :_bdea };return _gedb ,nil ;};func _dbad ()(*asset ,error ){_dddd ,_abdb :=_cged ();if _abdb !=nil {return nil ,_abdb ;};_abff :=bindataFileInfo {_c :"GBTpc-EUC-H",_ed :44556,_cg :_g .FileMode (436),_ca :_d .Unix (1580492236,0)}; +_gagb :=&asset {_fdf :_dddd ,_ff :_abff };return _gagb ,nil ;};func _ecd ()([]byte ,error ){return _fd (_egegc ,"CNS1-H")};var _cdbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4f\x8f\x1c\xb7\x11\xc5\xef\xfb\x29\xfa\xe8\x1c\x9c\x25\x8b\x4d\x36\x09\x08\x03\x18\x92\x8c\xe8\x60\x39\x88\xa2\x24\x40\x90\xc3\x34\xff\x08\x0b\x44\xb3\x8b\xdd\xd5\x41\xdf\x3e\x20\x59\xc5\x57\x36\x72\xb0\x05\x43\x54\xd7\x72\xa6\x9a\xaf\x59\xfd\xf8\xab\xbd\x7f\xfb\xe1\xdd\x87\xdb\xc3\xeb\x76\xff\xd7\xe7\xc7\xfc\xa9\xbe\x6e\xed\xe1\x56\x9e\xeb\xcb\xe3\xb7\xe7\x5c\xb7\xb3\x7e\x79\xb8\xdd\xdd\x59\xda\xca\x43\x7e\x95\x7f\x8e\xbf\xf2\xd7\xeb\xd3\xdd\x5d\x9f\xff\xe9\xfb\xcb\x6b\xfd\xfa\xe1\xd6\x1e\x37\x37\x7f\xae\x7c\x7b\xe2\x9f\xdd\xb6\xfb\xbf\xd5\x2f\x0f\x2f\xaf\xcf\xdf\xb7\x1f\x7e\x2a\x8f\x67\xfd\xd3\x56\x6a\xeb\xd7\x7f\x7d\x2e\xf5\xf9\xe1\xf6\x65\xfb\xe1\xed\xc7\x4f\x76\x5d\xfe\xf4\xed\xe9\xe9\xbf\xf5\x6b\xbd\xbd\x6e\x66\x5c\xab\xb7\x32\xfe\xbe\xbb\x7f\xfb\xcb\xf5\xe9\xe3\xf5\x6b\xdd\xee\xdf\x7e\xfc\xf4\xe3\xfb\xcf\x6f\x7f\xfc\xcb\x88\x8c\xc0\x3f\xea\xf3\xcb\xc3\xe3\x6d\xb3\xe6\xcf\xc6\x04\x5c\xff\xfb\xf7\xa7\xba\x59\xfe\x84\xcf\x1f\xde\xfd\xda\xda\x4b\x7d\xdd\x9c\x99\x9f\x7e\xff\xaf\xcf\x1f\xde\x6d\xff\xb6\x9b\x35\x1b\x79\x17\xe3\x7f\xf8\x47\xff\xf9\xcb\x63\xa9\x9c\xc2\x9d\x9f\xb7\x93\x1f\x4b\x7d\x79\xba\xe6\xfa\x7c\xbd\x7d\xa9\x77\xdb\xf6\xc6\x98\xcb\x36\xff\x7b\x13\xcd\xa5\x5f\x89\xef\x7f\xb2\xfd\xcf\x65\x0e\x7f\x7e\xff\xf3\x7b\xb9\x4e\xb8\x4e\xfa\xba\xc3\x75\xb7\xae\xcf\x6b\xe3\x93\xe7\xb5\x7a\x2b\xbf\xfb\xfe\x3b\x3b\xd3\xba\x3d\xbe\x96\xda\xe6\xb5\x91\xd1\x1b\xdb\x2e\x9b\x75\x61\x8f\x7d\x96\x0e\xdf\x59\x63\xf8\x5e\x1e\x0a\xcf\xa0\x3e\xe3\xa8\x32\xe3\x4d\xac\x57\xdb\xff\xf4\x8c\xc6\xb0\xd5\xcb\x96\x12\x07\x08\x01\xea\x01\x9b\x1c\x47\x1c\x22\x2e\xd7\xcb\x46\xf1\xe0\xc8\x8e\xc8\xde\xe7\x38\x27\x73\x3c\x22\xbe\xe6\xcb\xb6\x93\xcc\xf1\xb5\xae\x48\x33\x97\xcd\x1b\x99\x13\x30\x27\x9c\xb5\x47\x02\x47\x0e\x44\xc6\xd0\x27\xbf\x22\x84\xc8\x7e\xd9\xbc\xc3\x1c\x8f\x88\xef\x73\x10\x09\x88\x84\x3e\x27\xad\xc8\x81\xc8\x71\xd9\x82\xa1\x15\x89\x88\xc4\xcb\xe6\x77\xb3\x22\x09\x91\xdc\xe7\xb8\x15\x29\x88\xb4\x3e\xc7\x4a\xe4\x34\x2b\xd2\x87\xc1\x1c\x2b\x82\x3b\x3d\xc7\x9d\xa6\xb8\x42\xb8\xd5\x3e\x0c\x06\x11\x87\x88\xbb\x6c\xc1\xae\xe4\xce\x1d\x91\xbe\x3c\xfb\xbe\x22\x58\x9e\x3e\x0c\x16\xc9\x61\x79\xfa\xd0\xa7\xf5\x8c\x1c\x27\xd6\xa7\x0f\xfd\xbe\x74\x38\xb1\x3e\x67\xea\x1f\xb7\x56\xee\xbc\x22\x72\xed\x73\x96\x0e\xe7\x89\xc8\xd9\x6f\xc8\x20\xef\x8c\x50\xee\x93\xb0\x40\x58\xd4\x3e\x0c\x16\x77\x54\x11\xa9\x97\x2d\xac\x87\xf1\x38\x1b\x22\x6d\x7c\xd1\xca\x3b\x43\x89\x6c\xfb\xa4\xf5\x71\x19\xcb\xdd\x87\x7e\x6d\xa1\x23\x63\xb9\x73\xe8\x73\xd6\x1d\x65\xac\x4f\x1e\xeb\xb3\x56\x2e\x63\x7d\x72\xbf\xd7\x7d\xad\x4f\xc6\xad\xe6\xf1\xfc\xe0\xb1\xcf\xb8\xd7\x3e\x0c\x58\xba\x8c\x7b\xed\x43\xef\xd7\xca\x65\xdc\x6b\xe9\x8f\x16\xd2\x2e\x78\xb4\x4a\x7f\x7e\xfc\x4a\xa1\xe0\x86\x4a\xdf\x2a\x7e\x3d\x0b\x05\xcf\x42\x89\x7d\xce\x5a\x9e\x82\xc7\xbe\x74\x59\x55\x04\xb2\x96\x29\xeb\x12\xaf\xe0\x5e\x4b\xbb\x6c\x07\xad\xb4\x2b\x74\xe8\xc3\x83\x96\x42\x15\x69\xf7\xa1\xf7\x6b\x11\x2a\x14\xaa\xbe\xcf\x41\x04\x69\xf7\xa1\xf7\x2b\x83\x0a\x85\x6a\xb9\x6c\x87\x43\x06\x58\xd2\x3e\x0c\x46\x7d\x1c\xd6\xb4\x51\x9f\xb4\x3e\xae\x61\xe5\xfa\x30\x18\x5a\xcb\xdd\xb0\xf5\x5a\xbc\x6c\x07\x76\x7f\xc3\xd2\xf5\x61\x30\xb4\x1e\x93\x86\xcd\xd2\x7a\x7a\x50\xbc\x21\xbd\x3e\x8c\x6b\xbd\x23\x8a\x63\xec\xe5\x2c\x7a\xbf\x22\x07\x22\xc7\x65\x8b\x81\x56\x24\x22\x12\x7b\x24\xac\x48\x42\x64\xe8\x1a\x57\x64\xe9\x1a\x7b\xfd\x89\x41\x56\x21\xa2\xfe\x8c\x61\x30\xf8\x38\x14\xa0\xd8\x8b\x49\x3c\x56\x72\xa8\x25\xb1\xd7\x05\x6b\xd6\x4e\x8e\xa7\xfa\xa6\xfe\x04\x59\x24\x8e\xc2\x10\xfb\x26\xb7\xc6\xae\xfc\xb0\xcb\x63\xdf\xa1\xd6\xd0\x9a\x95\x91\x45\xdf\x63\x16\x2b\x1e\xb1\xc7\xc6\x30\xd8\xe0\x56\xa8\x22\x54\x47\x68\x7d\x17\x76\x59\xec\x7b\xc9\x9a\xf5\x0e\x89\xd8\x4c\x63\x18\x6c\x40\x08\x69\xf4\xed\x63\x29\xae\x0f\x2c\x57\x84\xae\xbd\xa6\x60\xa1\xb0\x9f\x62\x7f\xe2\x2d\xa5\xb5\x50\x15\xdf\xd5\x87\x3e\x98\x15\xc1\x57\xf5\xa1\x75\x6b\x13\xc6\xea\x11\x3a\x7a\x68\xd5\xea\x58\xf1\x58\xd4\xf3\xb2\xd9\x10\x97\x90\x15\x0b\xdf\x87\x3e\xd8\x15\xc1\x0a\xf6\x17\xba\x0d\xeb\xed\x1c\x1b\x1e\xcd\x76\x5e\x36\x32\xf8\xbc\x86\xcf\xeb\xcf\x33\xa1\x56\x26\x3c\xd0\x63\x78\x1c\xce\xae\x10\x21\x44\x7d\xd6\x2a\x62\xe9\xea\x10\x72\x63\x16\x42\x3b\x42\x7e\xcc\x72\x2b\x14\x10\x3a\x2f\x9b\x33\x3b\xbe\x2b\x23\xd4\xcd\x8d\xb7\x7e\x85\x1a\x42\xed\xb2\x25\xb3\x8a\x52\xc2\xab\x7d\x0c\x13\xb6\x70\xc2\xbb\x3d\xf5\x6d\xe2\xd2\x7a\xd4\x12\xb6\x49\xea\x6f\xe3\xdd\xe1\xbe\xf0\x3a\x1e\xc3\xfd\x58\x2f\xdd\x84\x2d\x94\xfa\xfb\xd7\x9b\x1d\xb3\x12\x42\xe3\x51\x33\x32\x2d\xc3\xe9\x65\xea\xef\x3c\x2f\xbb\x2b\xc3\xcf\xe5\xe1\xe7\xba\xcf\xea\xf6\x54\x2c\xe5\xff\x73\x99\xe3\xa7\x61\xf7\xb2\xef\x13\x43\x64\x31\x33\x4c\x5d\x0e\x3d\x72\x44\xbe\xe7\x0c\x53\x97\x67\x45\x3b\xf8\x09\xcd\xa8\x68\x79\x3c\x1b\xe9\x60\x4d\x32\x1e\x8d\x9c\x86\x49\x35\x41\xee\xea\x8a\xd0\x75\x84\xac\x97\x1c\x4e\x84\xce\x11\x22\xd1\x3f\x67\x84\xf2\x08\x39\x71\x1a\xb9\x20\x54\x46\x68\x97\x47\x23\x57\x84\xea\x08\x79\x27\x69\x34\x84\xda\x08\x05\x29\x35\xc5\xac\x50\x31\x23\x74\x10\xa7\x51\xe0\xca\xcb\x70\xe5\x36\x5a\x4e\xa3\x40\xad\xc2\xbe\x5c\x9c\x5a\x81\x31\x2f\x6e\xec\xa1\xe5\x6b\x0a\x94\x2c\xfb\x0c\x89\x89\x2b\xd0\xaa\x0c\xad\x68\x39\xfd\x02\xb1\xca\x10\x8b\x96\xd5\x2f\x50\xab\x0c\xb5\xc8\x45\x49\x03\x72\x95\xb9\x95\x77\xa9\x5d\x05\x7a\x95\x34\x77\xb9\x14\xc3\x02\xbd\xca\xd0\x8b\x82\xec\x86\x02\xbd\xca\xd0\x8b\x0e\x79\x7f\x17\xe8\x55\x86\x5e\x14\xc5\xab\x14\xe8\x55\x86\x5e\x94\xe4\x89\x2f\xd0\xab\x0c\xbd\xdc\x2a\xd7\x05\x7a\x95\xa1\x97\xb3\x62\x1b\x2b\xf4\xaa\x43\x2f\x47\x72\x88\xa9\xd0\xab\xda\x79\xf0\x21\x4e\xa3\x42\xaf\x3a\xf4\x72\xbb\x94\x8d\x0a\xbd\xea\xd0\xcb\x79\xc3\x69\x54\xe8\x55\xe7\x49\x6a\x1d\x23\x2a\xf4\xaa\x7e\x86\x92\xa4\x01\xbd\xea\xd0\xcb\x1d\x49\xd2\x80\x5e\x75\xe8\xe5\x62\x94\x34\xa0\x57\x1d\x7a\xb9\x74\x48\x1a\xd0\xab\x0e\xbd\x76\x73\x48\x1a\xd0\xab\x0e\xbd\x76\x2b\xef\xff\x0a\xbd\xea\xd0\x6b\x27\x79\x39\x54\xe8\x55\x87\x5e\xbb\x13\x77\x52\xa1\x57\x1d\x7a\xed\xbb\xbc\x01\x2a\xf4\xaa\x43\xaf\xdd\xef\x92\x06\xf4\xaa\x43\xaf\x3d\x88\x19\x6b\xd0\xab\x0d\xbd\xf6\xf5\xde\x68\xd0\xab\x0d\xbd\xf6\x28\xfe\xb2\x41\xaf\x36\xf4\xda\x93\xe5\x34\x1a\xf4\x6a\x43\x2f\x6f\x2c\xa7\xd1\xa0\x57\x9b\x95\xd2\xca\xfb\xb5\x41\xaf\x36\xf4\xf2\x64\x24\x0d\xe8\xd5\xc2\x0c\xc9\xab\xb2\x41\xaf\x36\xf4\xf2\x4e\x4a\x68\x83\x5e\x6d\xe8\xe5\x77\xa9\xa1\x0d\x7a\xb5\xa1\x97\xf7\x52\x44\x1b\xf4\x6a\x43\x2f\x1f\xa4\x8a\x36\xe8\xd5\x86\x5e\xfe\x90\x2a\xda\xa0\x57\x1b\x7a\xf9\x28\x55\xb4\x41\xaf\x56\xfa\x11\xc6\x27\xae\xa2\x04\xa8\x40\x13\x2a\xf8\xc4\x87\x6d\x02\x56\xa0\x89\x15\x82\x49\x86\x43\x0e\xa1\xb1\xbc\xc1\xc6\x9d\x43\x3b\x42\x63\x79\x03\x1d\x91\x43\x1e\xa1\xf9\xaa\x71\x07\x71\x28\x20\x34\x96\x37\xec\x41\xd2\x38\x10\x1a\xcb\x1b\xc4\x2a\x11\xfc\x33\x4d\x27\x12\xe4\x90\x43\x70\x22\x74\x1d\xcb\x1b\x8e\x5d\xd2\xb8\x22\x74\x9d\x6f\xbc\x5d\xd2\x38\x11\x1a\xcb\x1b\x92\x93\x34\x32\x42\x63\x79\x0f\xe3\x24\x8d\x82\xd0\xd8\x0e\x87\x25\x49\xa3\x22\x34\xb6\xc3\x41\x56\xd2\x68\x08\x8d\xed\x70\x88\x99\xa3\x73\x6d\x07\x3a\xc7\x76\x38\x76\x3e\x58\xd2\x09\xbd\xce\xa1\xd7\xe1\xf9\xe4\x4d\x27\xf4\x3a\x69\x86\xd8\x6d\xd2\x09\xbd\xce\xa1\xd7\x11\xd8\xbe\xd2\x09\xbd\xce\xa1\xd7\x71\x44\x49\x03\x7a\x9d\x7e\x1a\x80\x43\xd2\x80\x5e\xe7\xf4\x06\xe9\x90\x34\xa0\xd7\x39\xcd\x81\x09\x92\x06\xf4\x3a\x87\x5e\xd1\x7a\x49\x03\x7a\x9d\x43\xaf\x48\x5e\xd2\x80\x5e\xe7\xd0\x2b\xba\x5d\xd2\x80\x5e\xe7\xd0\x2b\xee\xbb\xa4\x01\xbd\xce\x3c\x4f\x5d\x4e\xd2\x80\x5e\xe7\xd0\x2b\x06\x92\x34\xa0\xd7\x59\xa7\xb3\x21\x49\x03\x7a\x9d\x43\xaf\x18\x2d\xa7\x91\xa1\x57\x1e\x7a\xc5\xc4\x18\x87\x32\xf4\xca\x13\xda\x19\xc3\x69\xc0\xcc\x51\xa6\x19\x62\x60\x44\x19\x7a\xe5\xa1\x57\xb2\x89\xd3\x80\xd1\xa3\x69\xf4\x12\x45\x49\x03\x7a\x4d\x2b\x97\x5c\x94\x34\xa0\xd7\xf4\x72\x69\x3f\x24\x0d\xe8\x35\xcd\x5c\xf2\x41\xd2\x80\x5e\xec\xe6\x42\x90\x34\xa0\xd7\xb4\x73\xe9\xf0\x92\x06\xf4\x9a\x76\x2e\x45\x2f\x69\x40\xaf\x69\xe7\x52\xda\xf7\x3f\x62\x53\x09\x6e\x8f\xd8\xed\x19\xe3\x24\x4d\xe8\xc9\x76\xcf\x58\x27\x79\x42\x50\xf6\x7b\x86\x48\x12\x85\xa2\x6c\xf8\x8c\x63\xaa\x41\x70\x7c\xc4\x8e\xcf\xec\x7c\xc8\x25\x58\x3e\x62\xcb\x67\x3c\x03\x3d\x82\xe7\x23\xf6\x7c\x46\x48\x24\xc1\xf4\xd1\x34\x7d\xd6\x04\x29\xb6\x70\x7d\x34\x5d\x9f\x35\x87\x54\x5b\xd8\x3e\x9a\xb6\xcf\x9a\x28\xe5\x16\xbe\x8f\xa6\xef\xb3\x26\x49\xbd\x85\xf1\xa3\x69\xfc\xac\x35\x52\x70\xe1\xfc\x68\x3a\x3f\x6b\xad\x54\x5c\x58\x3f\x9a\xd6\xcf\x5a\x92\x92\x0b\xef\x47\x85\xbd\xba\x93\x9a\x0b\xf3\x47\xd3\xfc\x59\xbb\x4b\xd1\x85\xfb\xa3\xe9\xfe\xac\xf5\x52\x75\x61\xff\x68\xda\x3f\x6b\x85\xcb\x11\xfc\x1f\x4d\xff\x67\xad\x70\x1f\x82\x01\xa4\x69\x00\xad\x8d\x52\x78\xe1\x00\x69\x3a\x40\x6b\x93\x54\x5e\x58\x40\x9a\x16\xd0\x92\x91\xd2\x0b\x0f\x48\xd3\x03\x5a\xb2\x52\x7b\x61\x02\x69\x9a\x40\x4b\x24\xc5\x17\x2e\x90\xa6\x0b\xb4\x24\x67\x7d\x82\x0d\xa4\x69\x03\x2d\x39\x29\xbf\xf0\x81\x34\x7d\xa0\xa5\x5d\xea\x2f\x8c\x20\x4d\x23\x68\xc9\x4b\x01\x86\x13\xa4\xe9\x04\x2d\x05\xa9\xc0\xb0\x82\x34\xad\xa0\xa5\x43\x4a\x30\xbc\x20\x4d\x2f\x68\x29\x4a\x0d\x86\x19\xa4\xca\x87\xad\x24\x45\x18\x6e\x90\x2a\x9f\xb6\x8c\x54\x61\xd8\x41\x9a\x76\xd0\x3a\x2b\x65\x18\x7e\x90\xa6\x1f\xb4\x8e\xa4\x0e\xc3\x10\xd2\x34\x84\xd6\x39\x29\xc4\x70\x84\x34\x1d\xa1\x75\xbb\x54\x62\x58\x42\x9a\x96\xd0\x3a\x2f\xa5\x18\x9e\x90\x1a\xe5\x41\x4f\x06\x52\x67\x9f\x83\xc6\x09\xbb\x1b\xd5\x30\x61\x53\xa3\x1a\x25\xec\x65\x54\x83\x84\x2d\x8c\x6a\x8c\x70\x53\x44\x35\x44\xd8\xcb\xa8\x46\x08\x5b\x18\xd5\x00\xe1\xe6\x87\x6a\x7c\x70\xd3\x43\x35\x3c\xb8\xd9\xa1\x1a\x1d\xdc\xe4\x50\x0d\x0e\x6e\x6e\xa8\xc6\x06\x37\x35\x54\x43\x83\x9b\x19\xaa\x91\xc1\x4d\x0c\xd5\xc0\xe0\xe6\x85\x6e\x5c\x70\xd3\x42\x35\x2c\xb8\x59\xa1\x1a\x15\xdc\xa4\x50\x0d\x0a\x6e\x4e\xa8\xc6\x04\x37\x25\x74\x43\x82\x9b\x11\xaa\x11\xc1\x4d\x08\xd5\x80\xe0\xe6\x83\x6a\x3c\x70\xd3\x41\x37\x1c\xb8\xd9\xa0\x1a\x0d\xdc\x64\x50\x0d\x06\x6e\x2e\xa8\xc6\x02\x37\x15\x74\x43\x81\x9b\x09\xaa\x91\xc0\x4d\x04\xd5\x40\xe0\xe6\x81\x6a\x1c\x70\xd3\x40\x35\x0c\xb8\x59\xa0\x1a\x05\xdc\x24\xd0\x0d\x02\x6e\x0e\xa8\xc6\x00\x37\x05\x54\x43\x80\x9b\x01\xaa\x11\xc0\x4d\x00\xd5\x00\x60\xf8\xaf\xc0\x3f\x43\x7f\x05\xfc\x19\xf6\x2b\xd0\xcf\x90\x5f\x03\x7e\x86\xfb\x0a\xec\x33\xd4\x57\x40\x9f\x61\xbe\x02\xf9\x0c\xf1\x15\xc0\x67\x78\xaf\xc0\x3d\x43\x7b\x05\xec\x19\xd6\x6b\x50\xcf\x90\x5e\x01\x7a\x86\xf3\x1a\xcc\x33\x94\x57\x40\x9e\x61\xbc\x06\xf1\x0c\xe1\x15\x80\x67\xf8\xae\xc0\x3b\x1f\x1a\x14\x70\x67\xd8\xae\x40\x3b\x43\x76\x05\xd8\x19\xae\x03\xac\xff\xc6\xb4\x24\xff\x7b\xcf\xc2\xc8\x5d\xe1\x76\x46\xed\x1a\xb3\x33\x62\x57\x78\x9d\xd1\xba\xc6\xea\x8c\xd4\x35\x4e\x67\x94\xae\x31\x3a\x23\x74\x8d\xcf\x19\x9d\x6b\x6c\xce\xc8\x5c\xe3\x72\x46\xe5\x1a\x93\x33\x22\xd7\x78\x9c\xd1\xb8\xc6\xe2\x8c\xc4\x35\x0e\x67\x14\xae\x31\x38\x23\x70\x8d\xbf\x19\x7d\x2b\xec\xcd\xc8\x5b\xe3\x6e\x46\xdd\x1a\x73\x33\xe2\xd6\x78\x9b\xd1\xb6\xc2\xda\x8c\xb4\x35\xce\x66\x94\xad\x31\x36\x23\x6c\x8d\xaf\xf9\xc0\xa8\xb1\x35\x23\x6b\x8d\xab\x19\x55\x6b\x4c\xcd\x88\x5a\xe3\x69\x46\xd3\x1a\x4b\x33\x92\xd6\x38\x9a\x51\xb4\xc6\xd0\x8c\xa0\x35\x7e\x66\xf4\xac\xb1\x33\x23\x67\x8d\x9b\x19\x35\x6b\xcc\xcc\x88\x59\xe3\x65\x46\xcb\xbf\xc1\xca\x7c\x0a\x51\x38\x99\x4f\x18\xc0\xc8\x6f\xf8\x60\xa1\xf8\x30\x9f\x27\x14\x17\xe6\x63\x84\xe2\xc1\x7c\x7a\x50\x1c\x98\x0f\x0d\x9a\xff\xf2\x61\x41\x73\x5f\x3e\x24\x68\xde\xcb\xee\x5f\x73\x5e\x36\xfd\x9a\xef\xb2\xd7\xd7\x5c\x97\x2d\xbe\xe6\xb9\xec\xec\x35\xc7\x65\x43\xaf\xf9\x2d\xfb\x78\xcd\x6d\xd9\xbe\x6b\x5e\xcb\xae\x5d\x73\x5a\x36\xeb\x9a\xcf\xb2\x47\xd7\x5c\x96\xad\xb9\xe6\xb1\xec\xc8\x35\x87\x65\x23\xae\xf9\x2b\xfb\x6f\xcd\x5d\xd9\x76\x6b\xde\xca\x6e\x5b\x73\x56\x36\xd9\x9a\xaf\xb2\xb7\xd6\x5c\x95\x2d\xb5\xe6\xa9\xec\xa4\x35\x47\x65\x03\xad\xf9\x29\xfb\x66\xcd\x4d\xd9\x2e\x6b\x5e\xca\x2e\x59\x73\x52\x36\xc7\x9a\x8f\xb2\x27\xd6\x5c\x94\xad\xb0\xe6\xa1\xec\x80\x35\x07\x65\xe3\xab\xf9\x27\xfb\x5d\xcd\x3d\xd9\xe6\x6a\xde\xc9\xee\x56\x73\x4e\x36\xb5\x9a\x6f\xb2\x97\xd5\x5c\x93\x2d\xac\xe6\x99\xec\x5c\x35\xc7\x64\xc3\xaa\xf9\x25\xfb\x54\xcd\x2d\x99\x59\x6a\x5e\xc9\xac\x52\x73\x4a\x66\x94\x9a\x4f\x32\x9b\xd4\x5c\x92\x99\xa4\xe6\x91\xcc\x22\x35\x87\x64\x06\xa9\xf9\x23\xb3\x47\xcd\x1d\x99\x39\x6a\xde\xc8\xac\x51\x73\x46\x66\x8c\x8a\x2f\xea\x37\x64\x1f\x7f\xbd\x3e\xdd\xad\x5f\x17\xcb\xdf\x9e\x9f\xeb\xed\x75\xfc\x6a\xda\xf8\x9d\xb0\xad\xd4\xf6\x70\xab\xeb\xd7\xdc\x9e\x1e\x9f\xfa\xac\xf1\xff\xff\x02\x00\x00\xff\xff\x32\x3f\x1b\xc2\x12\x27\x00\x00"); +func _daed ()([]byte ,error ){return _fd (_defe ,"KSCms-UHC-V")};func _cgga ()(*asset ,error ){_gfeg ,_caag :=_gfee ();if _caag !=nil {return nil ,_caag ;};_efee :=bindataFileInfo {_c :"Adobe-Japan1-3",_ed :1147,_cg :_g .FileMode (436),_ca :_d .Unix (1580491320,0)}; +_baab :=&asset {_fdf :_gfeg ,_ff :_efee };return _baab ,nil ;};func _cbgd ()(*asset ,error ){_fcg ,_caae :=_ffcb ();if _caae !=nil {return nil ,_caae ;};_ggcf :=bindataFileInfo {_c :"UniCNS-UCS2-V",_ed :631,_cg :_g .FileMode (436),_ca :_d .Unix (1580492690,0)}; +_adefd :=&asset {_fdf :_fcg ,_ff :_ggcf };return _adefd ,nil ;};func _gec ()(*asset ,error ){_ggfc ,_cgcb :=_ab ();if _cgcb !=nil {return nil ,_cgcb ;};_fed :=bindataFileInfo {_c :"83pv-RKSJ-H",_ed :4830,_cg :_g .FileMode (436),_ca :_d .Unix (1580490975,0)}; +_eeb :=&asset {_fdf :_ggfc ,_ff :_fed };return _eeb ,nil ;};var _gdfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\xc1\x6e\x23\xb9\xd5\x85\xf7\x7e\x8a\x5a\xce\xbf\xe8\xdf\xe4\xbd\xa4\x48\x02\x0d\x03\x41\xf7\x22\x1e\x60\x92\x20\x4e\xcf\x04\x08\xb2\x28\x49\xac\x86\x80\x58\x16\x64\x7b\xd1\x6f\x1f\xdc\xf3\x29\x0e\x26\x8b\xc1\x99\xfe\x4c\xde\xba\xe7\x90\x45\x96\x7d\xff\xe5\xf1\xeb\xe3\xf9\xf4\xb6\xdc\xff\xe5\xfa\x72\x78\x9a\x6f\xcb\x76\x3a\x1f\xaf\xf3\xf5\xe5\xfd\x7a\x98\xcb\x7e\x7e\x3f\x9d\xef\xee\xb2\x2d\xc7\xd3\xe1\xed\x3f\xff\x94\x1c\x9e\xd7\xcb\xdd\xdd\xfd\xb7\xf3\xe9\xe7\xc7\xa7\x4f\xdf\xbe\x3c\xd9\xa7\x3f\x2e\xef\xaf\xf3\xc6\xbf\x3c\x7e\x7d\xfa\xf1\xfa\x36\x9f\x1f\xcf\xdb\xcb\xe2\xcc\x3f\xbe\x5f\x6e\x35\x96\xe5\xfe\xaf\xf3\xfb\xe9\xf5\xed\xfa\x63\xf9\xe9\x0f\xc7\x97\xfd\xfc\xbf\xe5\x38\xb7\xe0\x7f\xbe\x1e\xe7\xf5\x74\xfe\xbe\xfc\xf4\xf3\x7a\x59\xcf\xf9\xe3\x07\x4f\xef\x97\xcb\xbf\xe6\xf3\x3c\xbf\x2d\x45\x6c\x9e\x8f\xd2\xbb\xfb\x2f\xbf\xac\x97\x3f\xad\xcf\x73\xf9\x7d\x3f\xbf\x7d\xfa\x55\x03\xf4\xf3\x5f\xe7\xf5\xf5\xf4\x72\x5e\xb2\xfd\x7f\x4a\xbb\xff\xf2\xbf\xfd\xb8\xcc\x25\xdf\x0a\xfd\xfd\xdb\xe3\xd7\xe5\x1f\x79\xc9\x69\xb1\x5a\xca\xf8\xe7\x8d\xff\xf6\xcb\xcb\xf1\x63\x54\x4e\x09\x1b\x87\xd3\xf1\xba\x9e\xbf\xcf\xbb\xcf\x29\x59\x7a\x58\x3e\xa7\x54\xf7\x0f\x8b\x79\x0e\x52\x0f\x90\xc3\xc3\xd2\x5b\x1e\x42\x47\xa1\x36\x1f\x16\x1b\x16\x64\xad\x22\x21\x36\x34\x6d\x4f\xa1\x90\x6e\xbb\x71\xf7\xd9\x52\x0e\x84\xb4\x3e\x5c\xa8\x82\xaa\x90\x09\xed\x40\x3b\xa1\x2a\xd4\x41\x23\x6a\xf5\x2c\x74\x00\x1d\x03\x35\x95\x37\x6a\x19\xb5\xba\x10\xb5\x8c\x5a\x2d\x90\x9b\x50\x48\xb7\xa6\x26\xdc\x41\xae\xf2\x81\xf2\x50\xab\x92\xe6\x5d\x24\x43\x72\x90\x9d\x88\x41\x2c\xc8\x10\x71\x88\x07\x69\x22\x15\x52\x1f\x96\x6c\x96\x4b\xb0\x43\x11\x0b\xe9\x9e\xb3\x10\xc3\x42\xba\xe7\x24\xb4\x03\xed\x84\x22\x99\x3c\x41\x21\x3d\xdd\x50\x03\x35\x21\x95\x9f\x1d\xd4\x85\x54\x7e\x0e\xd0\x10\x0a\x83\x46\x58\x76\x0b\x2b\x52\x36\x57\xa4\x92\xd6\x47\xd4\xb2\xb9\x09\x85\xdc\xf2\xab\x49\xc9\xd4\x14\x39\x14\xad\x45\x4d\x06\x0a\xdb\x45\x6b\x51\x53\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x9e\x78\x00\x45\x5f\x65\x50\xeb\x08\x3a\x0a\x31\x6a\x82\xa6\xd0\x4e\x68\x03\x6d\x42\xb1\x8a\x95\x2d\x28\x69\x35\xa9\x89\x9c\x41\x59\x48\xe5\x33\x86\x42\x5a\x4d\x45\xc8\x41\x2e\xa4\xf2\x19\x8f\x21\xad\x0c\x25\xc1\x76\x96\xb4\x32\x28\x8f\x6d\x6d\xe7\xa2\x1d\x5e\x73\x03\x29\x89\x41\x79\x92\x08\x69\x65\x28\x89\x3c\x40\x43\x4f\xa4\x3c\xe1\x84\xb4\x9a\x92\xd0\x1e\xb4\x17\xa2\x3c\x79\x85\xb4\x6a\x34\x41\x5e\x21\xad\x9a\xf2\xca\xe4\x15\xd2\xaa\x61\x9b\xbc\x42\x5a\x35\xf5\x65\xe4\x65\xca\xcb\x64\xdb\xc8\xcb\x94\x97\xa9\x55\x23\x2f\x53\x5e\xa6\xa0\x8d\xbc\x2c\xc2\xa9\xae\x56\xd9\x72\x92\x56\x5d\x4f\xe4\xfd\x94\xb4\xea\x6a\xd5\x08\x27\xa4\x55\x97\x21\x23\x9c\x90\x56\x9d\xbe\x08\xc7\x14\x8e\x5e\xb5\x6a\x84\x63\x0a\xc7\x69\x95\x70\x4c\xe1\x38\x7d\x11\x8e\x29\x9c\x4c\x13\x84\x63\xb2\x9d\x55\xcb\xb1\xed\xb2\x9d\x55\xcb\xb1\xed\xda\x00\x26\x43\xce\x06\x70\x79\x4c\x4c\xc4\xa3\xab\xfb\xa4\x70\x9c\xee\x5d\xdd\x27\x35\xe1\x74\xef\xea\x4b\x2f\x72\x75\x9a\x70\x35\x51\x94\x44\xa1\x89\xa2\x26\x8a\x36\x40\xa1\x89\xa2\xec\x8b\x9a\x28\x64\x5f\x94\x7d\x51\xad\x42\xf6\x45\xad\x16\xf5\x55\x68\xb5\xa8\xd5\xa2\xbe\x0a\xad\x16\x2d\x47\x91\xc7\xc2\x72\x14\x2d\x47\x51\xab\x85\xe5\x28\x32\x54\xe9\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\xfa\xda\xb1\x0b\x25\xdd\x2c\x0b\x1d\x41\x3a\xb3\xe3\x26\xb1\x1d\xbb\x50\xd2\xcd\x4c\x68\x03\x6d\x42\x51\xab\x71\xc0\x48\xb2\xe5\x16\x8d\xb5\x55\x51\x48\xba\x45\xd2\x9e\xe2\x4c\x0a\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\xa4\x5b\x4b\x42\x05\x54\x35\x2a\x0b\x1d\x40\x1f\x87\xa1\xeb\xae\xb9\x49\x1b\x75\x27\xb4\x81\x36\x21\x95\x2f\x34\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x23\x2e\xfc\x8f\x2b\xf7\x6e\x8c\xff\xbd\x84\x3d\x69\x69\x90\x36\x4c\x2d\x6a\x1d\x90\x36\x4c\x2d\x2a\x74\xa4\x8d\xc8\xce\xd3\x8e\x27\xed\xf4\xa4\x78\xf5\x3d\x75\x50\x07\xc9\x48\xa7\x7c\xa7\x7c\x15\xa2\x7c\xa7\xbc\xbc\xf5\x09\x9a\x42\xf2\x36\xf6\x42\x21\xdd\x9a\x9e\x38\xc8\x69\x68\x99\x9b\xfa\x5a\x49\x60\x55\x02\xa6\x04\x56\x9a\x58\x69\x42\x8b\xb5\xd2\xc4\xaa\x26\x5c\x1e\x57\x9a\x58\xd5\x84\x53\x0b\x8f\xab\x3c\xba\x9e\x78\xa0\xd6\x41\xb5\x5c\x1e\x27\x68\x82\xe4\x71\x52\x7e\x52\x5e\x1e\x27\xe5\x27\xe5\xe5\x71\xe2\x71\xca\xa3\xcb\xe3\xc6\xc4\x6d\x27\xa4\xee\x37\x3c\x6e\xec\x85\xe8\xcb\x75\x0b\x22\xdd\x63\xc3\xbb\xb3\xfb\x5c\x9b\x34\x8f\xda\xc5\x1c\x16\x7b\xcd\x1d\x54\x40\x45\xc3\x76\x4c\xad\x30\x5d\xff\xb2\xe4\xba\x2d\x91\x18\xc6\x43\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x78\xec\x0a\x5b\x61\x3b\xb1\x3d\x6c\x2f\xd6\x68\xe5\x00\x3b\xc0\x4c\xec\x08\x63\xe3\x33\x4c\xc1\x79\xbc\x44\x31\x4c\x8f\xe5\x2d\x92\xb4\x51\xd4\x71\xc6\x58\x96\xb1\xa2\x99\x19\x63\x59\xdf\x35\x0e\xc2\x57\xc6\x57\x87\xe1\x2b\xa4\x7b\x7c\x5d\xb9\x67\x6c\x65\x6c\x75\xb5\x96\xb1\x15\xef\x64\xb0\x22\x76\xeb\x6d\x6a\x6d\x68\x4d\xef\xa9\xc7\x9d\x15\xc3\x94\x88\x2e\x2d\xa4\xbb\xf6\xa4\x1b\xcb\x65\x5a\xae\xc2\x28\x4c\x19\xcb\xc5\xe2\x1b\xae\x42\x82\xe9\x09\x86\x2d\xdd\x64\xa3\x32\x0c\x5b\xba\xc9\x46\xd1\x6a\x19\xae\x0c\x0b\x43\xab\x60\x58\x08\xe9\x5e\x41\x2c\x8c\xee\xad\x81\x03\x63\x0d\x0c\xa3\x83\x76\x31\x1a\xb7\x54\xb6\x94\x14\x88\xb3\x0b\x43\xba\xb3\x09\x1d\xa3\x6e\x0c\x53\x23\x8e\x53\x67\x63\x2a\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\x71\x93\xb8\x3b\xae\x42\xb2\xe9\x93\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x26\x9d\xd3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x89\xec\x71\xd1\xc5\x54\x75\xc7\x09\x2b\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x53\x97\x2d\x5d\xf0\xa5\xdb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x37\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xe8\x24\xa4\x7b\xdc\x1c\xdb\xa6\xd3\x66\xdb\xf4\xc1\xde\x63\x13\x6e\x9b\x0e\x0c\xa4\x5b\x9c\x35\xdb\xa6\xc3\x01\xe9\xd6\x34\x51\x77\x27\xd2\x46\xac\xfc\xb6\x69\xe5\x91\x36\xe2\x53\x7c\xdb\x9c\x51\xae\x51\x49\x13\xe3\x83\xe8\x26\xad\x8f\x14\xa8\x32\xb1\x32\xb1\x0a\xd1\x44\xe5\x84\xde\x09\x51\xab\x52\x0b\x44\x5f\x21\xdc\xe9\xdb\xa6\x9b\x03\x69\xbd\xff\xfe\x6a\x8e\xff\x7f\x5e\x2f\x77\x1f\xbf\x95\x1f\xde\xaf\xd7\x79\x7e\xd3\xdf\x00\xf4\x3b\x77\xfc\x1e\x7d\x3a\xcf\x8f\xbf\x33\x5c\x5e\x2e\x31\x4b\xff\xfd\x3b\x00\x00\xff\xff\x6b\x9e\x52\x81\x93\x10\x00\x00"); +func _adac ()(*asset ,error ){_gggb ,_begd :=_dgab ();if _begd !=nil {return nil ,_begd ;};_efb :=bindataFileInfo {_c :"KSC-H",_ed :9400,_cg :_g .FileMode (436),_ca :_d .Unix (1580492507,0)};_cgcba :=&asset {_fdf :_gggb ,_ff :_efb };return _cgcba ,nil ; +};func _becc ()(*asset ,error ){_eaeb ,_gcfa :=_eage ();if _gcfa !=nil {return nil ,_gcfa ;};_gaebc :=bindataFileInfo {_c :"GBK2K-V",_ed :1168,_cg :_g .FileMode (436),_ca :_d .Unix (1580492041,0)};_bdde :=&asset {_fdf :_eaeb ,_ff :_gaebc };return _bdde ,nil ; +};func _bcafd ()([]byte ,error ){return _fd (_fece ,"KSC-Johab-H")};func _dgfa ()([]byte ,error ){return _fd (_ccbb ,"KSC-EUC-V")};func _aaabg ()([]byte ,error ){return _fd (_aafag ,"UniJISX0213-UTF32-H")};func _aaga ()(*asset ,error ){_cebc ,_gag :=_dcdf (); +if _gag !=nil {return nil ,_gag ;};_gdeda :=bindataFileInfo {_c :"CNS-EUC-H",_ed :10002,_cg :_g .FileMode (436),_ca :_d .Unix (1580491600,0)};_efac :=&asset {_fdf :_cebc ,_ff :_gdeda };return _efac ,nil ;};var _degf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x5c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\x38\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\x3f\xfe\xf3\x7f\xfd\x5d\xff\x8f\xff\xa3\x4a\x55\xf8\xbf\xbd\x7e\xfd\xf3\x1f\xfe\xf8\xcb\xd7\x5e\xfe\xfb\xed\xb8\x7e\xfb\xfb\x7f\xfd\xf7\x3f\xbd\xbe\x76\x5a\xf9\x3f\xfe\xf9\xf7\xff\xf8\xf5\x7f\xee\x5f\xfb\xf6\x75\x9c\xe5\x1c\xff\x17\x7f\xff\xdf\xff\xcb\x1f\x9f\xaf\xaf\xcd\x50\xf5\x08\x1e\x7f\x7c\xbe\xfe\xfc\xa7\xfb\xf1\xfa\xf5\xfe\xe5\x5f\x5e\x3f\x7d\x7d\xfd\xbc\x6d\x3f\xbe\xfc\xef\xe7\xf6\xbb\x1f\xeb\x2f\xff\xb0\x75\xfe\xf6\xf3\x3f\xfe\xee\xef\xfd\xb7\xff\xb4\x75\xfe\xfa\xf3\x7f\xfa\xdd\xdf\xe7\xaf\xbf\xd3\x5f\xd7\xdf\x7f\xfe\x5d\xfb\x7b\xfe\xfe\xfa\xe5\xf9\xff\xe9\xe5\xa7\xdd\x9d\xff\xf2\xc7\xbf\x3c\x5f\x6f\xff\x4d\xfd\xfe\xbc\xbf\x7f\x7c\xed\xeb\x8b\xbf\x2e\xfa\x69\xdf\x36\xb0\xfd\xc3\xf3\xf1\x7f\xdf\xbf\xfe\xf4\xf3\xf9\xf8\xf1\x35\xda\x4f\x3f\xb7\xf5\xff\xf8\xe9\xe7\xf6\xfc\xf1\x35\xea\x4f\x3f\xb7\xd7\x8f\xaf\x7d\xdb\x7e\xfa\xf9\x71\xdc\xdb\x6a\x6a\xfd\xa8\xeb\x6f\x4d\x3f\xcf\x1f\x5f\x97\xff\x78\xfd\xf8\x1a\x45\xbf\xda\x8f\xaf\x76\xf8\x93\xfe\xe3\xeb\xaa\xae\x39\x7e\x7c\xed\xe7\xa1\x9f\xf7\x8f\xaf\xbd\xba\xc2\x5c\x4d\x0d\xfd\x7c\xac\x0a\x6e\xe1\xb9\x7e\xba\xd9\xd5\xff\x59\xf5\x73\x0d\xe5\x50\xdd\xb9\xfd\xf8\x6a\xc6\x60\xee\x3f\xbe\xae\xa1\x0a\xb3\xae\xde\x4e\xfd\x3c\xd7\x67\xae\x7b\xfd\xf8\x6a\xad\xeb\x67\xfb\xf1\xb5\xef\xfe\xac\xff\xf8\xda\x8b\x3f\x5b\x98\x5d\x42\x67\x0a\x33\xff\x75\x61\x76\x08\x9d\xa9\x8e\xaf\x9f\x7e\x7e\x94\x7e\xad\xcf\x56\xbb\x65\xb4\xd5\xf1\xa9\x9f\xab\xb1\x7a\xe8\xe7\xaa\x7b\xae\xc6\xca\x9a\x91\x5d\xe8\x94\xa9\xba\x6a\x41\x1d\xd7\x85\x4e\x5d\xcb\x3a\xca\x75\xe9\xf7\xae\xdf\xbb\x7e\x1f\xab\x8d\x76\xba\xa0\x08\xb8\x86\x80\x2a\xa0\x34\x01\x1a\x63\x53\x0f\x55\x88\x9d\xed\x74\xc3\x4d\x40\x73\x6b\x5d\x40\x2f\x02\x86\x01\xb7\x76\xff\xf8\x3a\xb6\x52\x5c\x32\x05\x68\x85\x6a\x7f\xb8\x35\x57\x7b\xba\x35\x97\xbc\x8c\x8e\x9b\x7e\xbb\x64\x4d\x58\x1d\x9b\x1a\x38\x54\x6d\xec\x2e\x11\x6e\xe3\xd0\xd8\xd4\xd8\x28\xfa\xed\x2f\x2e\xf7\x6f\xa0\xb9\x7f\x21\x33\x8c\xb3\x16\xa5\x0e\xe3\xdc\x5c\x72\xaf\xef\x87\xdb\x9d\x8b\x46\x45\x06\x75\x18\xe3\xee\xb6\x8c\xf1\xf0\xe7\x2f\xf7\xe2\x4f\xde\xee\x45\xc0\x6d\x8c\x3d\x9b\xf7\xee\x12\x4d\xfa\x7d\xb8\xc4\x80\x27\xbd\xfb\x1b\x4f\xfa\xd0\xf8\x6f\x0f\x40\x54\x52\x6f\x4d\x7a\xdf\xfd\x4d\x17\x6a\x42\x60\x51\xfe\xa8\xbb\xe6\xe5\x16\xfa\x97\x7b\x9c\xfa\xed\xbf\x83\xa4\xe6\xe8\x06\x49\xd5\x9a\x20\xa9\x85\x5d\xc4\xbe\x57\xf5\x30\x8d\xe2\xa1\x01\xcf\x62\xc0\x95\xc0\xd7\xd5\xc0\x57\xbd\x4c\xe3\xab\xad\x57\x27\x13\xee\x6f\xba\x1b\x50\xff\xd3\x13\x4e\xff\xb7\x67\xdf\xdf\x98\x48\xaa\x5b\x7b\x08\xf0\x22\x4d\x4f\xb9\x07\x30\x4d\x24\xd5\x0d\x78\x34\xc7\x9a\xbe\xb3\x33\x9a\x4d\x80\x46\xb3\xeb\xe7\x22\x79\xd5\x3f\x43\xf0\x87\x00\x8f\xa5\x5d\x02\x4e\xf7\x5e\xc4\x01\xe1\x5c\xff\x3f\xbc\xec\x71\x76\x0f\xf4\x72\xdb\xde\x0d\x57\x11\x60\xca\x6a\xee\x6a\x18\x1b\x57\xf3\x6e\x38\xdc\x95\x48\xab\xf8\xf7\x62\x89\xa5\x19\xe5\xa7\xd6\x4c\x63\x59\x04\xbf\xda\xad\x02\x20\xf8\x2e\x40\xa3\x51\x7f\x8b\xde\xf7\x3a\xf4\xd3\x63\x39\xfd\xb1\xd7\xe5\x72\x7d\xd6\xc5\x2d\x79\x5d\x3c\xfe\x6c\x04\x7f\xc3\x46\x70\x6b\x5e\x17\xad\xe5\xb9\x76\xc2\x02\xdc\x1a\x5b\x41\x43\xcc\x56\x30\x32\xac\x8b\xc6\x6b\x4e\xd5\xc4\xab\x4e\x6d\x05\xd1\xf1\xa9\x8d\x70\xe8\xe3\xdb\x8c\xe8\x32\xe0\x75\xe9\xfa\x98\x3d\x21\x42\x38\xd9\x13\xa7\x4b\xd8\x13\xfe\xc6\x63\x29\xae\xe6\x3d\xa1\xa1\xb0\x27\x5c\xc9\x7b\x42\xb8\xb3\x27\x8c\x08\xe3\x70\x01\xe3\xd0\x14\xad\xdd\x32\xea\xe6\xdf\x6f\xb5\xa4\x95\x9a\xac\x88\x01\xaf\x48\xd7\xf8\xd8\x2d\xe2\x95\x27\xbb\xc5\xbd\xac\xdd\xb2\xb6\x81\xab\x99\xc2\xbc\xa4\xec\x16\x0f\x8b\xdd\xe2\x85\xd0\x6e\x39\x5c\xc9\x6b\xe2\xc5\x66\xaf\x88\x87\x9e\x93\x35\x71\x35\x18\xaa\x81\xe7\xfa\xdc\x2d\xad\x7d\xaf\x5d\x77\x89\x68\x34\x3b\x97\x88\xe6\xec\x22\xc5\xe6\xd3\xa0\x1f\xbb\x00\xd1\x9f\x66\xa1\x75\xcf\x82\x2b\xbd\xf5\xf7\x35\x55\x6d\xd1\xe5\xa8\xfb\xa6\xdf\xbb\xea\xe8\x5b\xb1\xe1\xba\x17\xfd\x2e\xfa\xbb\x7f\x57\xfd\xfd\xd4\x6f\xb6\xd8\x10\xe0\x33\xa5\xb8\x96\x27\x40\xcc\xa7\x41\x96\xe2\xdc\x6d\x78\x17\x55\x77\xee\x29\x28\x6e\x0d\x76\xd1\x04\x78\x0a\xb4\xa7\x1a\x13\xad\xf9\x68\x53\xb2\x86\x06\xd8\xd7\x3c\x8f\xaa\xcf\x87\x37\x58\x17\xf5\x0c\x8f\x64\xef\xfa\xed\x29\x51\x53\x23\x93\xe5\x5a\x1a\x8b\x08\x79\x78\x8b\x75\x51\xfb\xf0\x58\xfa\xe6\x5a\x66\xd5\x54\xeb\x06\x86\x00\xd1\xe5\xe1\x86\x6f\xfd\xf6\xdf\xcd\x0f\xfc\xf5\xc3\xbd\x6f\x02\x5e\x06\xdc\xc9\xdb\x9d\xe8\x93\xdb\xd8\x6b\x9d\xc7\xbd\xfb\x70\x50\x8f\xde\x3c\xdd\x83\xf4\xe6\xe9\xe2\xef\xe3\x36\x96\xbb\x1b\x30\x96\x22\xa0\x71\x83\x65\x13\xa0\x49\xee\xfd\xfc\x8e\x11\x0e\xf6\xd0\x70\xeb\x4f\xa3\x67\xc0\xbc\x60\xb8\x2b\x23\xae\x95\x1e\xde\x45\x7d\x57\xbf\xec\x22\x1d\xb8\x63\x7a\xde\x45\x5a\x63\x7a\xde\x37\x7f\xe3\x21\xe9\xcc\x19\x6b\x71\x47\xd5\xb1\x3a\xa6\x47\xd4\x0d\x78\x10\xda\xd1\xc3\x3b\xa7\x6f\x6e\xcc\x23\xaa\x6e\x6c\xba\xc4\xdf\x80\xb4\xb1\x01\xe9\x55\x72\x77\xe3\x29\x59\xe6\xee\x4c\xf0\x29\xc0\x78\x6e\x06\x44\xea\xe2\x54\xb7\x8f\x93\xae\xad\x7b\xfb\x28\xe8\xda\x1c\xb7\x05\xa3\xae\x13\xf4\xee\xc6\xa6\xb8\x9a\xf7\xb1\xa4\xb7\x5b\x67\x41\x2d\xae\x65\xcc\x8a\x91\x31\x1d\xec\xee\xc6\xd3\x29\xf9\xe3\x86\x8a\xb5\x4f\x6f\x1f\x13\xdd\xd8\x78\x43\x8a\x3e\x6f\x1f\x0e\x5d\xf4\x7d\x43\xb9\x62\x8f\x77\xe8\xd3\x8d\x19\xcd\xe1\x6f\x4c\x88\xc3\x8d\x19\x9b\xdd\x25\x20\xb0\xa6\xf3\x86\xf6\x74\x52\xdc\x37\x5b\x47\x93\xc6\x4a\x8b\x9d\xdc\x2c\xae\x56\xfa\x9e\xa6\x3d\x0f\x7a\xad\x87\x28\xe8\x5e\x6c\x4c\x7f\x9b\xcc\xb7\x56\x62\x4a\xf8\xd4\xd4\x4d\x0e\x5b\x31\x90\xc9\x0c\x57\x7f\x31\x22\xbe\x4f\xcd\xef\xe1\x4f\xe7\x8f\x2f\x31\xd5\x69\x99\xb3\x8b\x59\x4c\xf3\x30\x91\xc3\xcc\x9c\xa9\xfd\x70\x1e\x03\x48\xb3\x87\x80\xd5\x68\xf1\x17\xb0\x5e\xf5\xbb\x66\x49\x83\x9a\x9c\x85\xa7\xeb\x78\xc1\x74\xb6\x3d\x16\x29\x09\x8b\x87\xa8\xc5\xbf\x6a\xf0\x7d\x48\xf0\x10\x53\x78\xf4\x4f\x2f\x0f\x11\x46\x71\xdd\x85\x7b\x71\x53\xcf\xdf\xc6\xfc\x80\x10\x74\xb8\x3c\xcc\x1a\xbb\x8e\xef\x07\x6b\x27\x09\xe5\x01\x43\xd0\x11\xf8\x80\x21\x9c\x06\x5a\xd4\x94\x87\x38\x80\x58\xde\xc3\xba\x54\x37\xc6\x30\x83\xe6\x12\x37\x2b\xc1\xfd\xc1\xae\xd6\x71\xf8\x60\xad\x25\x85\x3f\xd6\x5a\xeb\x90\x7b\xb0\x71\xa5\x2a\x3c\xb4\x59\x35\xb5\x0f\x76\xa7\x84\xbb\x87\x4f\xaf\xde\x0c\x78\x80\xfa\xfc\x19\xda\x5a\x98\xbc\x2c\x75\x55\x2d\xec\xab\x4b\x3a\x34\xcb\x7c\xf5\x97\x81\x22\xe0\x6d\x40\xdf\x58\x6b\xf0\x26\x78\xdd\xb7\x4b\x0c\x4c\x03\xab\x9f\xd7\xa4\xda\xfa\xe6\xad\xed\x7d\x1d\xc7\xf1\x1d\xfb\x7b\x5b\xa6\xab\x22\xfd\xb7\x35\x9c\x2a\x7e\xfa\x06\x23\x2d\xd3\x5b\x5b\xf4\xd8\xb4\x5f\xdf\x22\xb7\x63\x1b\x2e\x39\x0d\xe8\x1b\x91\xd5\xb1\x2d\xf2\x78\x6e\xda\x00\xdb\x5a\x82\xe7\xae\x4f\xb6\xb5\x45\x5e\xdb\x7c\xeb\xa8\x39\xf6\x45\x95\xaf\x7d\x7a\xcf\x94\xb5\x51\x04\xe9\xac\x5b\x27\xc4\x6b\x9f\xcf\x29\x32\x5f\x5b\x5b\x90\x8f\xb8\x94\x89\x3b\xac\xe1\x0b\x12\x17\x5b\x13\xf8\x3a\xfa\xb6\x66\xe0\x58\xd3\x24\xa0\xfc\xf8\xba\x52\xb2\x86\x72\x2d\xd9\x51\x80\x04\x6c\x7e\xaf\x49\xfb\x00\xe5\xaf\x81\xca\xaa\x0b\x58\x0a\xfd\x45\xcb\x6b\x24\xd7\x22\x1f\x01\xdd\x5c\x40\xbf\x87\xf9\x80\x7e\x6b\x33\x6f\x00\x8b\x52\xb6\xd4\x5a\x94\x72\x04\x97\x97\x66\xc5\x80\xb8\x90\x06\xba\x00\x75\x19\x40\x5d\xd2\x80\xd4\xfc\x46\x03\x8b\x0b\x49\xe2\x10\xf0\x50\x6b\x3b\xed\x59\x8c\x02\xa1\x69\xb2\xaf\x6e\x71\x87\x5a\xfa\x01\x28\xe3\x45\x05\x18\x6e\x86\x32\xcd\xd7\x75\xf4\x1d\xf0\xfe\xf1\xd5\x3a\x63\xde\xd7\x68\x9a\x18\xde\x82\xb4\x72\xa5\x05\x52\x97\x83\x81\xcb\x94\x31\x24\xdc\xbc\x8e\x5e\x34\x0d\x97\x94\x33\x81\x6b\x22\xf6\x6d\x91\xff\xeb\xe8\x32\x02\xec\x7b\x3f\x03\x96\x1f\x5f\x6d\xdf\x00\x4e\x97\x0d\xc0\xf1\xe3\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xf1\x25\xfd\x4e\x80\x78\x78\x6d\x17\xa0\x37\xea\x48\xe9\x5a\xce\x1a\x4c\xac\xa4\xb3\xf1\xfa\x5a\xa3\x76\x41\x3e\x7d\x4d\xc3\x35\x0a\x40\xf1\x96\xe9\xdf\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x3b\xa1\x58\x55\x2f\x55\xad\x40\x5e\x64\x30\x13\x5f\x6d\xc1\x6c\x8a\x6e\xcc\x23\x87\xad\x09\xc7\xfe\x01\x17\x09\xb4\xb4\xa2\x9d\xb9\x8f\x60\xaa\xc9\x35\xa2\x61\x50\x16\x4e\xc6\x0d\xad\x9e\x29\xf5\xd4\xfb\xb4\x1b\x92\x90\x97\x90\xdd\x00\x5f\x3e\xb5\x0c\x4e\xce\x6f\xa8\xf0\xd1\xcd\x4b\x7c\xc4\x8d\xc7\x80\x1f\x6c\x80\xee\x88\x5d\xf7\xb0\x1f\xe7\x60\x37\x3d\x4d\xb4\xc8\x3e\xe3\x39\xa0\x0e\x4a\xe1\x1e\x4c\xd2\xcb\x1c\x82\xe5\x7b\xd9\xa6\x3d\x4c\x66\xf7\xa5\xba\xd7\x61\x4e\x73\x37\x9d\x0f\xc7\xe1\xcd\x71\x1b\x8b\x7d\x33\x69\xdd\xd6\xef\x0e\x58\xc8\xfd\x80\x28\x7d\x92\xdd\x56\xed\x0e\xd8\xcd\xfd\xf4\xcc\xb1\x45\x6e\xab\x5b\xc7\x61\xf9\xe1\x7e\x9a\x93\x42\x39\xf7\x6b\x9c\xbf\xe1\x78\xbf\x72\x84\xe8\xd3\x39\x6c\x2d\x39\xbd\xcc\x53\x56\x91\xbd\x22\x4c\xce\x5b\x27\x5c\xe9\x67\x4a\x9b\x2c\xf3\x9f\xd2\xa1\xca\x9f\xd2\xa9\x52\x23\x35\x65\xfa\xa8\x87\x77\xfb\xb4\xed\xa3\x22\x74\x4c\x59\x3f\xea\x55\x03\x1d\x3f\xbe\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\xfc\xf8\x3a\xb7\x33\x2d\xcd\x05\xf5\x40\x8b\x9c\x5a\xb7\x34\x33\x65\x28\x29\x97\x19\xf8\x14\x9d\x16\xa8\x76\xde\x3a\x5c\x6a\xab\x7c\x69\x25\xbd\xf8\x6c\x9f\xb7\xbd\x7b\xbb\xc9\x74\xde\xd2\xce\x2b\xd2\xe9\xbc\xb5\x8c\x05\xc6\x3d\x4d\xf1\x65\x0c\xe6\x53\x14\x5f\xc7\x48\xe9\xda\x56\x63\xcf\xe0\x64\xa6\xab\x23\x93\xaf\x8d\x55\xc6\xc1\x58\x6d\x90\xdb\x36\x2a\xcb\x6a\xf3\x5b\x53\x32\xca\xd5\x3d\xa3\x95\x19\xa7\x6e\x0d\x9c\xa5\xd4\xd7\xed\x53\xd9\x56\x8b\xca\x10\xa4\xd8\x97\xac\xd5\x14\xc1\x54\x36\xf4\xb4\xc1\x67\xf8\xd0\x98\xd3\x16\x36\x54\xc8\x39\x45\x4d\xa5\x7b\xdf\x4d\x89\x19\xc7\xe5\xdd\x31\x6d\x1d\x2a\x97\x15\xb0\x69\xe3\x4f\x41\xad\x9a\x98\x7d\xaa\xf7\xce\x9c\x36\x9f\x20\xeb\xce\x69\x03\xca\x01\xc5\xc8\x14\x54\x36\x66\x75\xda\x0c\x0c\xe3\x98\xd3\x26\xde\xdf\xea\x36\x0f\x27\xa5\x7d\xe1\x74\xd1\xae\x74\xb2\xd2\x19\xba\x8d\x41\x05\x95\x71\x4e\x89\x33\xa5\x57\x50\xd4\xca\x5f\x19\xeb\x5a\xe9\x52\x58\xe8\xe9\x85\x3e\xc0\x5e\x36\x0b\x34\xe6\x39\x6f\xd9\xf9\x6b\xca\x16\xa9\x8d\x0b\x74\xb4\x6e\x97\x4f\xef\xf9\x30\x2b\x62\x4d\x1f\x3a\x3e\x39\x07\xa7\x58\x5c\xdd\xc6\x77\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xe3\xeb\xdc\x4b\xda\x5c\x03\xec\x57\x5a\x59\x1b\xa9\xef\xa9\xb9\x0e\x84\x7e\xa6\xbf\x35\xbe\xe3\x48\x0f\xcf\x1f\x5f\x67\x81\x35\x3d\xd7\x46\x3a\xcb\x95\xef\xde\x82\xe8\x7d\x6d\xa4\x52\x4f\x7a\xd0\x46\xea\x6c\x8f\xe7\x90\x99\x07\x3e\xf5\x5c\x1b\xe9\x2c\x2d\xdf\x89\x5d\x6f\x29\x93\x28\x10\x3c\xd7\x26\x2b\x1b\x1c\xed\xb9\x36\x59\x39\x59\xea\xe7\xda\x64\xe7\x05\xd1\x3f\x75\xea\x5e\x5b\x6a\xae\xf1\x5d\x7b\x7a\x90\xa9\xbc\xa7\x87\xc5\xf2\xaf\x96\x56\xd6\x26\xeb\x3d\xfd\x69\xfd\x3e\x6d\xbe\x45\x84\xcc\xa0\x85\x21\x18\x3a\xa6\xe7\xd4\xb4\x76\x5d\x18\xed\xda\x80\xc7\x75\xe6\xbb\xba\x66\x82\x83\xec\xb9\x36\x60\xd9\x4b\xbe\x5b\xe3\xab\x2d\x65\x3a\x2f\xc3\xf8\x9f\x6b\x07\x9e\x21\xc2\xe7\xda\x81\xe5\x33\xd9\x6b\x07\x96\x7a\x7e\x17\x8b\xa0\xaa\x53\x5b\x30\xd8\x3c\xb4\xf2\xcc\xd3\xda\x9e\xa5\x7d\xfa\x7f\xad\xb2\x92\xb2\x45\xbd\x17\x92\x94\x6c\xc5\xc7\x91\x75\x71\x24\xc8\xd8\xc1\x4d\xfb\xb3\x5c\x81\x8a\xc8\x29\x1f\xae\xe1\x8f\x10\x97\x3c\xaf\x23\x93\xbf\xf6\x67\xf9\x2c\x9a\x9c\xdc\xe1\xd9\x4f\x7b\xeb\x90\x8d\x9e\x6b\x7f\x5e\xfb\xa7\x87\x35\xfa\xb1\xa5\x15\x0b\xe5\xf9\x6e\xf1\x9f\x2d\x1b\xc4\xce\xee\x0f\xf4\xfa\xf1\x75\x1d\x88\x36\x92\xb1\x8f\x1c\xd8\x2f\x39\x61\xd2\xca\x6b\x6d\xcf\x82\x29\x76\xbe\x64\xf0\x3e\xe1\xc4\xaf\xb5\x3d\x8f\x03\x5c\x5e\x92\x36\x90\xb6\xe7\xcb\xc6\x32\x6b\xba\xd3\x2e\x89\x6b\xa4\xcd\x35\x3e\xb4\xcf\xf9\xd2\x39\x17\x42\x7f\x39\x16\xe4\xd3\xdf\xd2\x45\x43\xe8\x2f\x39\xa9\xca\x91\x1e\x1e\x0a\x6a\x0b\x2e\x6b\x7c\x03\x06\x20\x47\xc7\xde\xcf\x40\x52\x13\xf2\xdd\xb0\xa5\x97\xef\xd6\xf6\xbc\xae\xe0\x29\x51\x26\x67\xc4\xcb\x41\x23\x67\xca\xaa\xb6\x04\x6d\xca\x43\x1f\x06\xf7\xd2\xf6\xdc\x47\xca\xda\x8f\xaf\x0b\x9b\xde\x7c\xad\xed\x79\xb5\x9a\x56\x86\xc5\x39\xa0\x35\xbe\x88\x64\x32\xee\x1c\xfd\xd3\xc3\x62\x3f\xfd\x48\xcd\xa7\xa4\x81\x0a\xf4\x5a\x73\x06\xbd\xc8\xec\x73\x9c\x9c\xb9\xb2\xfa\x1c\x03\x96\x66\xa3\xcf\xb9\xb3\x79\x64\xf4\x29\x3d\xcd\xe8\x80\x8c\x00\xf0\xd2\xfe\xac\x1c\xc1\xb2\x07\x95\x51\x03\x2d\xa1\x0e\x1b\xe9\x7c\xad\xfd\xf9\x91\xff\x5e\x92\xc4\x7a\x08\x46\xdb\xf3\x84\xfb\xc9\x6e\xd4\xf6\x3d\x3d\x4c\x41\x41\xd4\xca\x7d\x5a\x79\xfe\xf8\xea\xd7\x48\xd9\xda\x81\x35\xa4\x25\x99\x0d\x5b\xf5\x94\x13\x6a\xaf\x90\xf2\x6b\xed\xc0\xb6\xb7\x40\x87\x20\xbe\xd3\x06\x2c\x1c\x90\x2f\x6d\xc0\x0b\x4e\xfc\x5a\x1b\xb0\x9c\x9f\x56\xc4\x7f\xe0\xe7\x2f\x6d\xc0\x33\xf3\xa2\x30\x93\x12\x12\x99\x0e\xb3\x08\xb4\x36\x60\x84\xbb\x97\xe3\xb2\xb2\x91\x12\x98\x05\xf4\x94\xf9\x25\x90\x2c\x27\x23\xdf\xc9\x74\x02\x67\x7c\xcb\x42\x51\x18\xed\x5b\x02\x7f\xa4\x5e\x7c\x6e\x9c\xc0\x6f\x9d\x8f\x1b\xa2\xc9\x7b\x6d\xc0\x56\x3f\x35\xed\x2c\x6d\x40\x97\xac\xcc\xf9\x6e\xad\x5f\xb4\xa2\xb7\xf4\xe4\x12\xe1\xf9\xad\x03\xf2\x82\x7a\x71\xdd\x9d\xf9\x50\xc6\x6a\xe4\x9d\xf7\xda\x81\xad\xd6\x34\xb3\x58\x68\x24\x5b\x5b\x08\x47\x69\xdf\xf3\xe5\xb7\xb6\x67\x0b\xa6\x3e\x3d\x21\xe6\xf7\xda\x82\x65\xe8\xdc\x2b\xb8\xd8\x84\xcb\x02\xaa\x1c\x0a\xdd\x90\xfd\x10\x14\xc9\x0f\x21\x41\xa1\xd8\x17\x76\x5d\x29\x91\x79\xf9\xf3\x91\x9d\x61\x2d\x35\x65\xa4\x95\x06\x5d\xfa\x26\x73\x90\x05\x93\x62\x1f\xd8\xd2\xf1\x03\xca\xf1\x20\xad\xb3\xd8\x27\xb6\x1f\xfb\x06\x9a\x52\xe8\x2e\x9b\xe1\x16\xf8\x74\x2f\x6e\xf7\xc0\x48\x2b\x16\x57\xba\xc3\x79\xe1\xc5\xa5\x97\x29\x1e\xd7\x01\x84\xfa\x06\xf0\x76\xab\xae\xd8\x65\x01\xdd\x47\x03\x2a\x0b\x12\xc5\x16\xdb\xda\xbb\x42\xfa\x04\x9d\x82\x3a\xd0\x25\x28\xdf\x35\xd9\x2a\x2a\x50\x57\xd9\x01\x34\x64\x50\xdf\x80\xee\x55\x76\xa6\xcd\xa9\x9a\x03\xe8\x21\x28\xad\xc8\x0b\x50\x52\xf6\x52\xd9\x05\xf4\x16\xe4\x36\x65\x0c\xe9\x0a\xd3\x15\x64\xdb\xce\x09\x74\xa8\x66\x20\x8d\x8f\x79\x19\x38\x0f\x07\xe0\x90\xa9\x6e\x18\x35\x07\x7a\x6c\xb5\x05\x5c\x85\xfb\x15\x48\xad\x32\xa5\xb2\x7c\xf4\xfd\x3a\x80\x34\x6b\xe7\x05\x74\xba\x8f\x13\x50\xd3\x76\x05\x6a\x2e\xcc\x97\x9a\x37\x48\x45\x76\x8f\x6e\x19\x6f\x41\xb7\xaa\xf6\x01\x38\x0d\xa6\xee\xc3\x0d\x55\xc0\xa7\xfc\x52\xa9\xab\xa9\xfb\x8c\xeb\xed\x71\x51\x28\x49\x6b\xab\x29\x95\x95\x64\xab\x83\x91\xc9\xdd\x65\xeb\xfd\x82\xbc\x76\x0d\x48\x6b\x77\xa6\x1d\xad\xdd\x05\xb6\xf6\xe0\x9c\x81\x84\xc0\x95\x56\xb4\x76\x6c\xbf\xdb\xf4\x77\x7a\x06\xa6\x25\xfc\xec\x16\x29\xd2\x7d\xab\x81\xe4\x05\x85\xac\xac\x0f\xef\x0a\x94\x10\x28\xea\xec\x05\xe8\x72\x61\x03\x54\xa4\x78\x67\xaf\x48\x25\x5e\xa5\x03\x70\xb8\xb4\x02\xde\x06\xd3\xcf\x34\x98\x7e\x1e\x06\x83\xd3\x53\x6e\x3e\x0f\xe6\x61\xa7\x62\xaa\xca\x80\xb7\xb1\x7d\xa4\xdf\xf6\x0d\x72\x96\x7e\xbb\xa4\x87\x54\x95\x93\x11\x7a\x7e\xd8\xd1\xd6\xa1\x4b\x69\xaa\x7d\x63\xcb\x3c\x6c\x42\x86\x84\xa5\x9b\xf6\x8d\x0d\xeb\xc8\x93\x7d\x6c\x0c\x5b\xb6\xc9\x7d\xc0\x89\xa4\x9d\xb6\x33\x5d\x2a\xae\xff\x64\xa1\xa5\x81\xf6\x8d\x65\x90\x06\xda\xce\xf4\x2f\x0b\xd6\x3e\x76\x06\x39\xb5\x4d\xd8\xb3\x56\x25\x51\xd1\x16\xb8\xf0\x29\xc7\xb7\xfc\x7a\x55\x35\x3a\x74\xe9\x60\x7e\x2b\x7e\x0b\xec\x06\x53\x2a\xb7\x2b\xbb\x5f\xda\xe4\x2a\x64\xd4\x62\x22\x1b\xac\xc8\xd1\x2d\xfb\x38\x52\xd7\xc8\x17\x2f\xae\xad\xc4\xfb\x60\xfa\xa4\x35\x2e\xf0\x04\xd4\xdc\xd6\x40\xb2\xa4\xc3\x56\x9e\x26\x9a\xc1\x54\x4b\xff\x6b\x67\x4f\xd5\x5b\x63\x19\x40\x22\x8a\x9e\x3e\x5e\x9a\x12\x20\xf9\x62\xcf\x41\x2b\x0e\xe3\x18\xe9\xc3\x81\x1c\x83\xfd\x26\x4d\x6e\x81\x3b\xa0\xf0\x81\x3d\x5a\x65\xd8\x3b\x1c\xe9\x69\x1f\x3d\xdc\x42\x42\x7b\xbb\x3e\x90\x4e\xab\xe3\x00\xb2\x3f\x35\xdf\xbd\x35\x48\x37\x2a\xf1\x77\x35\x0a\x28\x27\xdb\xc6\xec\xbc\xa0\xe0\x06\x24\x6c\x8e\xd4\x14\x01\x33\xe9\x76\x2f\xee\xfd\xca\x87\xda\xf1\x6c\x8b\x97\x0f\x44\xce\x83\x97\x9d\xaa\x50\xec\xcb\xc4\x0d\x6e\x92\x2b\xbb\xdd\xa4\xc5\xae\xc4\xbe\x33\xab\x92\xde\xfa\x06\xb9\xbc\x4c\x93\xc7\x00\x72\x2b\xa9\xe9\xe0\x09\xb7\x62\xc9\x07\x6d\x6a\x81\x55\xdd\x07\x12\x03\x86\x8b\x4a\x4a\xe9\x5b\x09\x24\x06\x07\x57\x90\x94\xd2\xae\xdd\x88\xbe\xc5\xf2\x2d\xa2\x2d\xc8\x0c\xc4\xcb\x36\x14\xdd\xb3\x17\x7b\x91\x17\x68\x53\xb8\x47\x35\x36\x71\xaa\x66\xc7\x62\x19\x9b\x23\xc4\x86\x8c\x77\x0b\x7c\xb8\xf4\x02\x7c\xe9\x66\xca\x6e\x70\xb7\x95\x1a\xca\x1f\xbb\xcc\xd2\xed\x90\x5a\x55\xc6\xd1\x51\xf8\xdc\xf2\x21\x52\x6b\x36\xb7\x95\xe1\x2b\x35\x57\x33\x21\x8e\x43\xbb\xa6\x39\x38\xa3\x8c\xa2\x7d\xd1\x8b\x59\xe2\x28\xe2\x9f\xcd\xc6\xb9\x32\x8a\x03\xf2\x2c\x06\x96\x51\xb1\xaf\x5e\x80\xb2\xd9\x60\x7f\x2c\xc3\x81\xe6\xad\x98\x6c\x87\x82\xbd\x17\xe8\xd9\xb8\xac\x10\x14\x70\xbe\x34\xa2\x66\x63\x69\x19\x4d\x73\xd5\x1c\x97\x53\x86\xa3\x91\x5b\x31\x21\x8d\xe6\xab\x20\xdb\x45\xa9\x62\xdf\x5a\x31\x2f\xb6\x93\x6f\x6f\x75\xf3\xf0\xbb\xd5\xae\xbd\xb8\xe5\x21\x26\xdf\xaa\x99\xf3\x70\x20\x67\xab\xad\x00\x5e\x06\x1b\xe0\x30\xe8\x96\x6d\xc5\x6e\x1c\xb6\x43\xf6\x80\xbd\x9d\xe6\x46\xe3\xe9\x25\x3b\xcd\xb9\x86\x14\xf4\x05\x1a\x67\x6f\xb0\xd2\xbd\xe1\x87\xa5\xf2\x76\x06\xd4\x61\x5c\x77\xef\xdb\xf1\xf6\x6c\x9c\x8d\x52\x0f\xf0\x04\xc9\xb7\x38\x5b\x3b\x7d\x00\xde\xba\x55\xb6\xc0\x6e\x50\xc6\xc0\x30\xa1\x5b\x82\xe6\x02\x35\xcf\xf7\x4e\x65\x73\xff\x7b\x1f\xc6\xd9\x23\xba\xf7\xdb\x58\xf9\xa4\xb8\x0f\xdf\xa5\x59\xba\xd1\x77\x4c\xfd\xf6\x5d\xaf\x61\x2b\x59\xb9\xcb\xbc\x7f\xf3\xec\x94\x5b\xb7\x82\x76\x22\x51\x16\x78\x1b\x34\x8e\xa7\x51\xbe\xcc\x61\xef\x4b\x86\xd6\xcd\x11\x67\xe5\xbe\x7c\xa7\x85\xb9\xb9\x15\xb6\xbd\xc0\x66\xd0\x64\xd5\x76\x4a\xa5\xb1\x35\x5b\x46\xcb\x7d\xfb\xaa\x09\x12\xe9\x6d\x87\xc6\xb6\x9b\xaf\xdd\xd3\x91\x84\xbb\x97\xe8\xb6\xe3\xa1\xd9\xa1\xbe\x40\xe1\xec\x40\x8a\x72\x4f\x6f\x32\xdb\x47\xcb\x3d\x1d\x36\x5d\xcd\x06\x6f\x19\xc6\x57\x65\x77\x64\x5f\x61\x73\xc4\xcb\x02\x1f\x06\x8d\xf3\xc3\x46\x2e\x1b\x8f\xcb\x2d\xdb\xd1\xde\xba\x85\xe8\x5b\xd6\x9b\xbd\x35\x4b\xe6\xf7\xcb\x5b\xb0\x9b\xc3\xde\x2f\x2b\x5b\xf6\x3f\x2c\xd0\xdf\x32\x93\x52\xc1\xf7\xd6\xcd\xba\x6e\x69\xa5\xfb\x05\x53\xb9\xa5\xee\x2d\x70\x07\xf4\xb7\xde\x91\xf7\x5b\x1a\x4a\x63\x37\xdf\x6f\xdf\xae\x40\x60\x9f\x9b\x68\xff\x1a\x16\x2d\xe7\xe6\xed\x6b\x4b\x47\x99\x45\x2d\xb7\xe1\x69\x9f\xc5\x2c\x07\xd9\x60\xfa\x16\x59\xb3\x2b\x78\x81\x9a\xab\x21\x0b\x5c\x99\xba\x0c\xb5\x3a\x32\x78\x2a\x26\x00\x25\x6d\xfa\x82\x4a\x1b\x26\xd0\x79\x69\x5e\xfb\x66\xfd\x6b\x3a\x5e\x21\xa7\xcf\x74\x74\xc1\xd8\x3d\xaf\x53\x91\x5e\x7b\xb7\x7a\x5b\xa6\xf9\x42\x44\xa6\xd9\xad\x0e\x05\x8b\xe1\x1b\x4d\xa8\x72\xd3\x51\xff\xdd\xce\xc7\x05\x5e\x02\x7d\xe6\x4e\x47\xf1\x77\x2b\xea\x05\x27\x6c\xdf\xcc\xcb\x26\x61\xe7\xd5\x14\x6a\x87\xe8\xde\x37\x33\x91\xe9\xf8\xe6\xb3\x7a\xa3\xd8\x14\xbb\x77\xa8\x1b\x03\xe0\x35\xcc\x7f\x6d\xe5\xdb\xfb\xee\xa3\xd7\x86\xbd\x3d\xaa\x91\x8d\x1c\x7b\xe4\x72\x5b\x32\xf6\x8a\xb8\x8d\x1e\xde\x77\x06\xf8\xa6\x23\x33\x91\xf9\x1e\xcc\xd5\xaa\x5c\xfb\x36\x5d\x59\xda\x40\xed\xbb\x3c\xb1\xdd\x06\xa9\xda\x0f\xdf\xcd\xd0\x3d\xaa\x57\xed\xdc\x65\xac\x42\xa3\x12\xde\xd8\x6d\xab\xab\xdd\x57\xb3\xba\x3d\xe1\x0b\x7c\x0b\x14\xa7\xab\xdd\xa7\x02\x31\x3a\xb5\x5f\x62\x6d\xdd\x47\xd7\x02\x5d\x59\x36\xd6\xea\xf0\xbc\xbd\x1f\x12\xee\x17\xf8\x32\xe8\x96\x9b\xcd\xa3\x36\xd3\x57\x07\xd0\xed\xdd\xe7\xdc\x02\x5d\x79\xb8\xb2\x2f\x6b\x54\x47\x18\x54\x6b\x6e\xeb\x8c\x34\x56\xf6\x6d\xf6\xc2\x10\xcc\x09\xba\x2e\xc9\x08\x94\x69\xbb\x30\x04\x07\x2b\x74\x1b\xef\xab\x65\xe6\xbd\xfb\xac\xaa\xfd\x69\x62\x28\xcd\x23\x7a\x1b\x67\x5d\x65\x59\xa0\x36\x59\xd7\xcd\x94\x57\x1d\x9b\xe7\xca\xc4\xb0\x40\x3b\x51\x53\xea\x25\x73\xec\xf0\x02\x1f\x06\x4f\x83\xe2\x22\x5d\xf7\x33\x5e\x75\xec\x36\x36\x5a\xbd\x5f\xa0\x0e\xa7\x4d\x9a\x6a\x1d\xbb\x38\x41\xaf\x1f\xf0\x36\xa8\xe5\x1e\x87\x36\x68\xaf\x97\x9b\x3a\x3c\xb1\xeb\x9c\xfb\x86\xef\xaf\xba\x1e\xdf\xf0\x08\x8a\x89\xbd\x4a\xba\xa8\xc3\x97\x56\xfb\x79\x54\xc0\xa7\x41\x63\xe1\x4b\x98\xd5\x91\x0e\x75\xf8\xc6\x60\x3f\xbd\x26\x83\x5b\x58\x19\xee\xa5\x45\x68\x0e\x4a\xae\x43\xa7\xc2\xde\x4f\xfa\xbd\xec\x2f\xda\xa9\xac\x80\xa1\x25\x22\x77\x40\xb1\x63\x9b\x11\xeb\xe8\x26\xc9\x8b\x79\xed\xc3\x0e\x33\x53\xf7\x18\x16\x81\xec\x86\xab\x83\x8b\x3d\xba\x2b\xf2\xaa\xc3\xb7\x30\xba\xed\x41\x0b\xf4\xbd\xe6\xba\x03\xba\x65\x93\xf3\xb0\xce\xd8\xaf\xe1\x11\x3d\x7c\x6b\xd5\xae\xd5\x3a\xe4\xcf\xd8\x7b\xdb\x3d\x84\xb7\x23\x11\x0e\xe6\xca\xa7\x7c\x77\x40\x54\xbd\x37\x93\xa4\x03\xa7\x17\xf8\xb2\x49\x5a\x68\xdc\x8e\x86\x6e\xb6\xd8\x2c\x50\x8b\x62\xff\x67\xbd\x2d\xf2\x75\x7b\x27\xea\x7d\x99\xd1\x5b\x65\xae\xb7\xa2\x5e\xf7\x6e\xa5\xb3\xde\xcd\xa4\x31\x24\x3e\xd5\xbb\xab\xe5\x6e\xcd\xb2\xde\x8a\xdd\xdc\xbb\x4f\x94\x7a\x3b\xf4\xa0\x0f\xb0\xb2\xf2\x56\x9a\xb9\xc8\x2d\xfd\x6c\xef\x0e\xaf\xa9\xf7\x33\x6b\xe4\xa6\x2c\x90\x77\x07\x53\x2c\xd0\xfd\x0e\x4a\x07\xa5\xc6\xd9\x12\xd1\x59\x25\xf6\xd7\xe9\x9d\xd1\x6c\x77\xaa\x53\xa6\xb6\x7d\x38\xf6\xa9\xce\x4d\x68\x0c\x5b\x7b\xea\x2c\xdd\x86\x77\x6f\xfd\x59\x44\xec\x63\xf3\x6c\xcc\xa2\x05\x1d\xe6\xa9\x75\xfa\xce\xf5\x70\x6c\x45\x9d\xba\x2f\xb8\x0f\x9b\x9c\xeb\xec\x7f\xe5\xe0\x5f\x90\xc2\x18\x3e\x90\xe5\x6c\xcf\xc5\xec\x76\x6e\xb4\x7c\x28\x8b\xe9\x99\x32\xb9\xe6\xf7\x7c\x38\xe4\x57\x4a\x99\x5c\x16\xdb\x00\x92\xc7\xad\xa6\xa6\x99\xf6\x07\x7c\xfe\xf8\x2a\xa7\xb9\xc5\x14\xc3\x2b\x36\x75\x2c\xe8\x6d\x6c\xe8\x5f\xce\x79\x9b\xb8\x16\xa4\xf8\x23\x9d\x93\x0b\x02\x71\xda\xd1\x16\xae\x1d\x74\xc6\xa9\x0f\x0f\x20\xf9\x61\x4a\xa0\x26\x7f\x7c\x1a\x95\x1f\xd8\xdb\x66\x2a\x66\xb8\x58\xb0\x5c\xd0\x4b\x03\x4e\x4d\xc5\x16\x1d\x83\xaa\x6b\x05\xca\xc8\xf8\x6f\xbb\xb2\xe8\x42\x41\xd8\x56\x0b\x16\x34\x8c\x69\x03\xbc\x85\x1b\xc3\x70\x34\xce\xc1\xca\x75\x89\xe3\x04\xf6\x2c\xd0\xfe\x1d\x66\xce\x52\xe3\x01\x85\xf4\x75\x72\xd6\x2d\xc8\xea\x0c\xd6\x15\x60\x41\x4b\x84\xdc\xb7\x2c\xa4\x3c\xe1\xdb\x08\x64\xad\x2d\x93\x6e\x57\xdb\x15\x68\xc8\xc5\xc3\xb4\xca\xb6\x6f\x3d\x7d\x41\x72\xae\x8d\x94\xbd\x3f\x01\x1f\x75\x0e\x22\x45\x3a\x50\xf9\xf1\x55\xac\x81\x2d\xa8\x3a\xde\xab\x02\x4a\x99\xab\x03\xc8\xbb\xa2\x04\xec\x56\x2a\x2e\x40\x45\x79\x6c\xe3\x5b\xa6\x3e\x87\x08\xcb\x21\x74\x0b\xf2\xbe\xdd\x81\x14\x6a\xc5\x88\x87\x45\x3b\x87\xe6\x2d\xf0\xfc\xf1\x75\x55\x66\x59\x97\x35\x6b\xb6\x92\x6e\x6b\x1e\xa7\xb9\xdd\xd4\x75\xcd\xba\x6f\xa9\x39\x3e\x31\x2e\x0b\xba\x7f\x0b\x6a\x5b\xe0\xc3\x2b\xc0\x38\x06\xea\x0f\x90\x90\x3b\x53\x26\x47\xcf\x41\x8f\xeb\x84\xac\x57\x86\x21\x67\xf2\xbe\x35\x3e\x54\x58\xc6\xbe\xb1\xcc\x03\xd2\xaa\x4c\xec\x14\x4d\xc2\x6e\xa4\x55\x94\xa3\x83\x8f\x64\xa5\x61\x63\xf9\x02\x75\x04\x04\x59\x49\x30\xd5\xae\xb5\x3a\x7d\xb9\xf1\x82\x7d\xe8\x42\x63\xdd\xb7\x1d\xe8\xb7\x50\x9e\x05\x5d\xda\x05\x29\x93\x4f\x0c\x1e\xa5\xc0\xbd\xa3\x41\x9f\x92\x2f\xeb\xbe\x05\x9a\x8a\x4e\x0a\xf4\xf8\x04\x04\x2d\xe8\x69\x64\x1a\xe0\x4b\x1f\x02\x99\x09\xb0\x5f\x65\xd8\xde\x07\xa4\x63\x99\x75\x94\x94\xd9\x9c\x48\x17\x8e\xe1\xb3\xe3\xa4\x3a\x86\xef\xd8\x37\x08\x42\xa6\xec\xfa\x1b\x34\x04\x6d\x40\xd2\xb7\x7c\xee\x4c\x9b\xae\xf7\x03\x54\xbd\xaa\x8e\x0a\xa8\x53\xc7\x2c\xb1\x66\x0b\xd2\xbc\x41\x81\x8e\xe0\xe3\x54\x99\x37\xb6\xce\x7c\x77\x29\xf0\x07\x54\x75\x6a\x5c\x9d\xb5\x90\x8f\x7e\x6b\x20\x23\x0f\xe1\x68\xe9\xe1\xed\x51\x00\xae\x23\xb2\xee\x7b\xa0\x22\x08\xbc\xc5\x01\x1c\x32\x57\x13\x8b\x57\xe0\xd7\xf7\xbc\x3f\x41\x57\x0b\x9a\xbf\x85\x63\x56\x02\xf5\x1a\x92\xb1\x23\xf3\x8e\x02\x06\x0a\xcc\x3b\x4e\xa6\x6a\x9a\x52\x2c\x29\x10\x97\xd7\xb2\x56\x52\x63\xab\x2f\x64\x54\xc7\xe5\xd5\x7d\x4f\x59\x53\x34\x4e\x9a\xe9\xfe\x30\xed\xc8\x19\x77\xe5\xc3\xe9\x88\x44\xa0\xa7\x9a\xb9\x80\x44\x2a\xd0\xad\x0c\x1f\xe5\x64\xe7\xe8\x52\xe7\x5e\x0b\xc7\xd7\x54\xd8\xc9\x0e\x2b\x9b\xf2\x6b\x67\x39\x24\x48\x1f\xbd\xa6\x4c\xf1\x69\x47\xbe\xeb\x3a\xbd\xd2\xe8\x90\x87\x1f\x44\xad\x3f\x3b\xca\x7f\x81\xd3\xab\x53\x00\x9f\x3f\xbe\xae\x33\x8d\x0a\xd3\x23\x35\xdf\x82\xa8\x78\x83\x29\x85\xb7\x03\xf2\x18\xb0\x6e\x4c\xed\x1b\x07\xdd\x14\x7b\xe8\xec\x71\xc5\x0a\xd6\x8d\x55\x9d\xa6\xb1\x8b\x1e\xe1\x1c\x9f\xaa\xd3\xb8\x32\xac\x5b\xf3\x78\xa4\x13\x45\x24\xd6\x40\x50\x19\x0d\x59\x10\x3b\x40\xc0\x91\x5a\xbe\xcb\x50\x1d\x59\x78\xac\x93\xe5\x5b\x76\x6d\x5b\xc4\xd8\x6b\x1a\x3a\xdd\x10\x93\x60\xd1\x9f\x43\x69\x4e\xaf\x41\xaa\xae\x33\xe1\x18\xa0\x2e\x37\x5c\x69\xf9\xce\xcc\x63\x0f\x3e\x2f\xe3\xce\x7a\xc1\xe7\xd8\x14\x76\xd8\x14\xce\xf0\x87\x6f\x15\xc3\x85\xa4\x2f\xad\x2f\x3b\xa0\x3c\x05\x9f\x42\x26\x73\x00\x0e\xa1\x97\x42\x19\x54\xa1\x57\x3b\x64\x6a\xd9\xd3\x09\xc2\x50\xea\xca\x00\x85\x68\xf4\x48\x7e\x1b\x20\xd1\xef\xc5\x87\xf2\x10\x17\xce\xd7\x87\x2f\x0b\x42\x69\x0a\x54\x3c\xf6\x8d\x19\x91\x27\x67\x75\x49\x1f\xb6\x10\xa1\xbc\x12\xab\xb8\x47\xaa\xb2\xf7\x66\xec\x50\xbb\x6d\x40\x05\xe9\x44\x26\xa0\x6a\xc7\x61\x75\x44\x62\xb1\x4d\xb2\x3a\xee\x6f\x7d\xc8\x38\x6f\x9f\xb7\xec\x76\x45\xf7\x15\xe5\x11\x59\x90\x39\x13\xbb\xc6\xd1\x7d\x63\x67\x7f\xcb\x09\xb3\x10\x4a\x5d\x05\x64\xc0\xa8\x1f\x08\x32\x41\xc8\x82\x0c\x9b\xd8\x5e\x98\x76\xb0\xa9\x24\xc8\x1f\x67\x10\x92\x13\xa6\x64\x32\xc5\xe2\xf6\x91\x32\x16\x25\xa0\x62\xde\xb2\x26\x0e\x45\x86\x2e\x1d\xd3\xd7\x0e\x4e\x6e\x87\xf1\xed\x91\xba\x9e\x50\x09\x9c\xc3\xa1\x7b\x1b\x34\xac\xf0\xbc\x63\x40\x8a\x4f\xc7\xb9\x32\x7b\xf6\xcf\x5c\x68\x37\xc4\xe7\xd5\x02\x3f\x7c\xda\xb1\x71\x05\x7a\xe9\x08\xc8\x97\x72\x3a\x42\xef\x4f\x5f\x61\x86\x1d\x10\x76\x77\x06\x02\x39\x9a\x19\xe2\x15\x2c\x89\xbd\x35\xb5\xc0\xac\x09\xbc\xab\x69\x55\xd7\x16\x61\x9d\x4f\x73\x40\xc4\x0a\x05\xde\xad\x09\x49\xab\x43\x02\x7c\x0a\x75\xca\x23\xbc\x29\xf2\xae\xea\x6e\xbe\x20\x49\x44\x35\xfd\x9b\xe3\xa4\xfb\xc5\x0f\xcf\x2b\xdd\xcb\xca\xd5\xd2\x68\x18\x22\xad\x22\x12\xc1\x75\xad\x90\x36\x07\x62\x57\x07\xca\x55\xd4\x35\x07\xca\xad\x96\x98\xbb\xdb\xc1\x7f\x1c\x98\x8a\x78\x3b\xf6\xc8\x73\x0a\x79\xab\xd1\x53\x9e\xa6\x59\xa4\x09\xf9\xaf\x56\x55\x1a\x72\x8c\x0d\x9b\xe6\xe9\xa8\x9a\x10\x81\x8f\x5a\xd4\x0d\x85\xae\xad\x0f\x03\x5a\x4a\x3c\xd2\x89\x66\xa8\xa4\x1d\x31\x07\x44\x3f\x07\xa8\x61\xcd\x72\x48\xda\x6a\xa7\x00\x5a\xfd\x61\x35\x5f\x36\x6e\x21\xbf\xbd\xac\x3b\xee\x30\x77\x47\xa5\xb5\xe3\xca\xa7\xc2\x0f\xe1\x57\xa6\xd9\xba\x97\x94\x81\xed\xf7\x46\x14\x87\xa9\xc5\x64\xe4\x30\xb5\xba\xed\x69\xf5\xe1\x76\x4e\x40\x07\xa3\x07\x3d\xa6\x3d\xa0\xa6\x1d\x0d\xd4\x77\xf2\xf7\xc8\x7b\x8a\x54\xab\xd1\x73\x15\xa9\xd6\x0b\xd2\xaf\x22\xd5\x56\xd5\x80\x0a\x8d\x61\xa9\xe5\xfe\xab\xa1\x36\xdf\x47\xa9\x51\x64\x5e\x96\xe3\x51\x33\x15\x9d\xb6\xda\x49\x27\x1a\x17\xc4\x67\xe7\xe0\xd5\x53\xe6\x8d\x19\xc8\x3c\xef\x4c\x97\x5a\xb0\x1d\xee\xe4\x8b\x88\x98\x51\x08\x49\x2b\xf0\x18\xc5\x84\xd5\xf0\xf6\x97\xe3\x30\xd3\x8c\x64\xbc\x93\x13\xf5\xe5\x30\x69\x58\xf0\x6b\xb2\xec\x34\x23\xee\x78\xc2\x48\x1d\xce\x35\x38\x78\x5e\x18\x01\xd2\x0e\x74\x98\x05\xb2\xdb\xab\x70\xa4\x2a\x16\xab\x5c\x40\x18\x39\x58\x1f\x19\xe0\x8f\x8e\xac\xf2\x76\x60\x3f\xb3\xf3\x0e\x69\xa5\xea\xe5\x4e\x1a\x60\x37\xd8\x01\xc5\x91\xaf\x74\xb2\x38\x72\x19\xa9\x6a\x79\xe4\x0a\x68\xfa\x81\x3b\xc9\xe8\xdf\x0b\xdb\xf6\x6d\x31\xaf\xa6\x4f\x9f\xe9\x9c\xbe\x8a\xa4\xaa\x59\x92\xb7\xc9\x87\x09\x7a\x63\x33\x80\xaf\xbe\x31\xa7\x42\x6a\x72\x8b\xd6\xc8\x23\xb2\x3c\x1f\xbd\xa4\x1d\x11\x4c\x4d\x4d\x71\x39\xb6\xd7\xdb\x5c\xae\xa6\x51\x63\x7e\xa4\xf0\xa9\x89\x0d\x02\xe6\x30\xa0\xaa\xeb\x95\x17\x4b\xfb\x96\xdf\xea\x4c\x33\x96\xf3\x22\x21\xbe\x15\xb3\xd8\x3e\x1f\xfa\x44\xcf\x4c\x8a\x8d\x95\xa0\x63\x2e\x96\x15\x99\xde\x4e\x48\x76\x6f\x1d\xbd\xa5\x65\x58\x90\x13\xda\x85\xbc\x27\xa5\xb0\x13\xdf\xe2\x6a\x75\xa4\x21\xed\xa7\x2b\x1f\x76\x5d\x5d\x02\x59\xfb\xcd\x3e\xdf\x31\x03\x05\xd0\x12\xd9\x91\x76\xb4\x78\x10\xf0\xdb\x97\xec\x25\x94\x9e\x64\x96\xd8\x6c\x0c\x39\x1d\xeb\xb6\x28\xb8\x00\x4a\xf3\x3c\x53\x68\x7c\x3a\x50\x73\x9f\x15\x50\xaa\xa7\x64\xe6\x05\xdd\x2e\x4c\x2f\x16\x5c\x52\x68\x81\xec\xcc\x97\x6b\xbd\xcc\xd8\x17\xf4\xf2\x79\x11\x0c\xde\x3f\xbe\x4e\x1b\x92\x4e\x67\xbb\x58\x03\x03\x21\x93\x9a\x08\xf8\x74\x64\x5e\xf9\x20\x3b\xac\x0a\xe9\x08\x3f\x9d\xf4\xa2\x3a\xe6\xea\x74\xa2\x8b\x7d\x5c\x69\x95\x91\xa4\xd0\x72\x42\x07\x3d\x4b\x6b\x57\xda\x31\x1d\xa6\xcc\x42\x4d\xd9\xbe\xe3\xdd\x27\xa9\x32\xda\x91\x19\x52\x9c\xed\x6e\x01\xed\x74\x84\x60\xb7\xe3\xfa\x74\x80\xe0\x61\xc5\xe9\xec\xdb\xed\x61\xf2\xa1\x22\x20\x4a\xb0\x13\x95\x2a\xe5\xa6\xa0\xa5\x62\x8d\x93\x59\xbf\xbd\x7a\xac\x97\x7d\x24\x17\xf3\xea\xc8\x77\xa5\xc2\x13\xa8\xcd\xf6\xf9\x50\x07\xfa\xa7\xaa\x87\x9c\x2e\xa6\x6e\xe8\xa4\xcc\xd2\x6a\x90\x59\x02\xc6\x96\x29\x77\x2c\x42\xc9\xda\x65\x5b\x80\x8e\xa5\xcc\x3d\x08\xc4\xfd\x0c\xe4\xbb\x13\xf9\x92\x59\xf6\xe4\xec\x56\x21\x20\x90\xdd\x61\xab\x0d\x7a\x56\xf6\x8f\x5e\xfa\x00\x92\x42\x7e\x05\xa2\xcb\x03\x50\x12\x57\x6f\x40\x92\xb8\xda\x06\xa4\xf9\x68\x15\xc8\x79\x0d\x52\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x6f\xaf\xd1\xaf\xba\x56\x7b\xc0\xb6\x10\x7b\x94\x66\xad\x18\x7f\xda\xf5\xe4\x42\xd4\xc5\x86\xf2\x0f\x46\xe6\x11\x23\x85\x8b\xdb\xfb\x6e\xd8\xb9\x56\xdd\x0c\x8d\xba\x36\x3b\x8c\x1d\xc8\xf2\x37\xbb\xd9\x5e\xd4\x76\x8c\x03\xf0\xd4\x2d\xc8\x7c\x29\x0e\xc2\x2e\x53\xce\xe2\x5e\x3e\x35\x9d\x2a\x66\x4b\xa1\xae\xf7\xb0\xaf\x8a\x2d\x65\xec\xc0\x82\x88\x0d\x19\xdb\x0d\xc6\x8d\x82\x05\x5a\x68\x82\x6a\xca\xad\xf5\x4c\x2f\x3a\x8e\xf6\xd0\x50\xf1\x79\x94\x51\xc3\x4e\x6a\x0a\x75\x57\x07\xe1\xa2\xdc\xf6\xcc\x5d\xe9\xc5\xba\x7a\x4d\xbb\x52\x64\x33\x27\xba\xe3\xb8\x7f\x10\xf2\x36\xab\x80\x4e\x83\xe6\x04\x5c\x0b\xb4\x1d\x04\x96\x56\x1c\x45\xd1\xb2\xa2\x0e\x0a\x3a\x32\x65\xd3\xbb\x90\x6e\xa6\xb1\x67\xb9\xa7\xf9\x02\x47\x54\x99\x3a\x31\x47\x9a\x35\x5b\x08\xf6\x32\x9e\x5d\x99\x6b\xbc\x9b\x97\x1b\xaa\x18\xfe\x1b\x50\x31\x42\x03\x50\x92\xff\x91\xc2\xcb\x85\x1d\xd0\x0c\xef\xba\x00\xbb\x07\x5e\x01\x8d\x51\x0a\x7d\x84\xc2\xa8\x2a\x72\x14\xcc\x47\x09\x9b\x8f\x9c\xaf\x55\xa2\xd2\xc1\x66\xae\x3a\x95\x0e\x76\x61\x35\x4d\x21\x2d\x12\xad\x75\xa4\x13\x24\xf6\x02\xe4\x2d\x9a\x71\x8a\x15\x1d\xdb\x01\x04\x3e\x8c\x6c\x58\x54\xa8\x8c\x4c\x24\x57\xd9\x3b\xca\x5f\x55\x9d\x6c\x61\x41\xde\x01\x10\x8a\x12\x2c\x97\xce\xde\x76\x26\xe5\x3d\x07\x6c\xe5\x64\xe1\x84\x50\x0a\xe5\xa2\x9c\x9c\x82\xbc\xf3\x39\xd5\x95\x45\x79\xd5\xa5\xa5\x44\x3f\xa6\xb4\x09\x87\x14\x9a\x3a\x11\x74\x2a\xcc\x08\xde\xa8\x0c\xca\xd5\x2e\xe7\xd3\xa9\xb1\x6a\x76\xbe\x72\x28\x13\xc8\xb0\xa0\xf7\xe7\xae\xf5\xd9\x95\x2b\x99\xbc\x0a\x0b\x72\x5a\xba\x94\x79\x9b\x71\xee\x10\x01\x31\x02\x39\x70\x28\x1f\x9e\x32\x56\x55\x20\xdd\xe7\x64\x31\x9d\x1a\xf9\x62\x7b\x2a\x00\xe7\x68\x2c\xad\x92\x23\xef\x03\x9a\x3d\x6d\x69\x18\x81\x9c\x4a\x2f\xc8\xf8\xe2\x77\xda\x94\x26\x0d\x0d\x28\x2a\xab\x44\x30\x51\x4c\xcf\x42\x9b\x0f\x75\xe6\x1d\x2c\xba\x52\x81\xd5\x03\x21\xf7\x84\xb3\x71\x28\x9f\x26\x42\x34\x06\xe7\x09\xbb\x1a\x5b\x51\x29\x93\x17\x98\x52\xeb\xbc\xfd\x6f\x90\xc2\x95\x46\xb9\x84\x5d\x39\x75\x72\xfd\x34\x0b\xeb\x00\x85\xdb\x56\xf7\x01\xf2\xb7\xd1\x65\x46\x6e\xf3\x06\x66\x59\x77\xd8\x72\x30\x38\x25\xf2\x1e\x11\xe2\x24\x62\xf7\x4a\xa9\x66\x1d\x56\xa6\x04\xc8\x25\x6c\xd9\x29\x90\xc7\x95\x56\x25\x4e\xb3\x81\x14\x17\x5b\x0f\x18\x85\xb3\x1d\x5f\xe9\xdf\x8c\xab\x64\x29\xa7\xb5\x38\x44\xc0\x13\x5b\x19\xfd\x8b\x73\x75\xa4\x07\xc7\x2d\x34\x24\x64\x25\x3a\x2e\x36\x01\x2c\x68\x38\xec\x86\x71\x38\x4a\xe3\x43\x13\x0e\xe9\x08\x76\xb6\xfa\xe7\xec\xbe\x4c\xcb\x7b\x07\x3a\x3e\x99\x02\x16\x04\xb2\x3b\x20\xc8\x16\x40\x4d\xe5\x99\x2f\x9d\x69\x34\x55\x95\x9b\xe0\x48\x1f\xe2\xb2\x88\xae\x97\xad\x19\x65\x4b\xa1\x68\xf4\xc8\x87\x92\x0f\x3e\x65\xe0\x9a\x1e\xb5\x0b\x0f\x20\x25\x54\x3c\x38\xd5\x2f\x69\x98\x07\x3a\xae\x72\xd0\x95\x6b\xa4\x4c\xd9\x09\x8e\x40\xf6\x5a\xa7\x15\x87\x29\x6f\xf9\x70\x28\xed\xf3\x05\x24\xd3\x4a\x9a\x71\xde\x60\x18\x84\x52\x3e\xed\xd5\x96\x85\x05\x6a\xe6\x4a\x20\x66\x2e\x5f\x6a\x8f\xa0\x50\x5d\xa2\xc1\xe8\x41\x0a\x9b\xae\x07\x8a\xb2\xa2\xa6\xcb\x89\xe2\x73\xe9\x46\x72\x4e\xe5\xcb\x51\xa5\x05\x9e\xa4\xa0\x9f\x7a\x20\xa5\x2a\x59\x54\x3d\x10\xf9\x2f\xf3\x48\x54\xb6\x4b\x07\xe2\x01\x21\x29\x93\x54\xe9\xc1\x54\xfc\x72\x63\xfb\x5e\xe1\x97\x69\xe6\x36\x08\xaa\xd3\xa2\xd2\x99\x66\x95\x48\x02\x41\x4f\xf1\x5a\x4b\x94\x01\x32\x3f\x41\xf9\x6d\x70\x45\xc6\xdc\x08\x37\x84\xa3\x34\x67\x25\x81\x15\x29\x52\xbc\x1e\x35\x65\x6b\x13\xd4\x2d\xed\x80\x5f\xaa\x8a\xcc\x10\x4c\x94\xa6\x6a\x31\x9b\xd4\x9d\x62\xa8\x07\xd0\x43\x82\x53\x10\x90\xb7\xe6\x4a\x99\x35\x2f\x78\x76\x73\x38\x51\x78\x61\x1b\xe0\x4e\x9f\x76\x87\x46\x2c\x6d\xce\x75\x81\x48\xe8\xf4\xdb\x23\x0c\x45\x69\xb6\xeb\x01\x07\x51\x9e\x6d\x82\x1b\x17\x64\xf7\x38\x08\xf1\x16\x02\x7c\xa1\xa1\x0b\xb2\x49\xdb\xbd\x7d\xd2\x72\x2c\x68\xd7\x5d\x4d\xda\xb9\x2d\x19\x41\xa4\x8a\x93\x5b\xe8\x81\xbc\x38\x5c\xdd\x03\x2d\xd2\x1f\x5b\x20\xcf\x5e\x3e\x54\x02\x11\xf8\x6d\xd3\x1d\xb0\xc2\xb9\xd5\xc4\xdf\x8e\x7a\x7d\xcf\xb6\x1b\xb6\x04\xe4\xfd\x66\x22\xe5\x20\x69\x8e\x67\x3d\xe8\x63\x32\xb1\x03\x90\x3d\x13\xd0\x3e\x18\x34\x85\x66\x1a\xe6\x60\x6b\x84\x41\x83\xfa\xb4\x82\x3b\xd2\xee\xda\x43\x47\xc8\x49\xbc\xb1\x64\xcc\xd3\x86\xd5\x34\x2a\x83\x56\x56\x4b\xd6\xb7\x83\x43\x45\x81\x61\x25\x92\xa1\x63\xbf\x4e\x6a\x2a\x84\xae\x1e\x6c\x7d\x87\x21\x8f\x70\x29\x65\x21\x2b\x67\x4f\x61\xd3\x7d\xee\x0b\x48\xe1\x44\xd0\xa4\xf3\x3e\x9e\x5b\x3a\x14\xb1\x9c\xe9\x42\xc8\x30\x8d\x0e\xef\xea\x0c\x82\xf0\xae\x58\x9d\x9c\xf8\xb1\x16\xf8\x6b\xf7\x81\x8c\x82\xaa\x68\xaf\x5e\x46\xbe\xf4\x1d\x0d\x24\x02\x87\x7b\x6d\x47\x3e\xf4\xe9\x3c\x52\xf8\x14\xe9\x80\x1d\xea\x03\xe7\x5f\xf7\xcd\xf0\xa0\x2e\x8e\x76\xed\x29\xbb\x3c\x1f\x15\x50\x12\xd9\x19\x88\x1d\x72\x02\x0e\x45\xe5\x80\x9e\x0c\x58\xc7\x99\x32\xdb\x22\x33\x77\x3e\x56\x51\xa8\x74\xd9\xb5\x7c\xd0\x31\xf7\xcb\x0c\x4c\x16\x04\xec\xa6\x43\xdc\x52\x28\x62\xe1\xd8\x72\x7c\x57\xbf\xd2\xa8\x76\xc4\xa7\xcc\x6e\xd1\xb4\x62\xc9\x2a\x90\x6d\x49\x90\x9c\x43\xba\x36\xd8\xe6\x30\x79\x5c\x29\xf3\x8e\xe4\x34\x56\x48\xd7\xd1\x8f\x40\x24\xf0\xea\x80\xea\xb2\xa6\x70\xad\x40\x2b\x29\xd3\xe9\x87\x76\x37\xbc\xca\x08\x20\xce\xa8\xdf\x0a\x87\x9a\xc2\xb4\xca\xd5\x53\x88\x10\x76\x01\xb2\xcc\x29\x35\x8f\x67\xd5\x07\x2f\x03\xd0\xa7\x4d\xa1\x61\x6f\x0a\xd4\x6a\xb1\xe3\x28\x50\xab\x1e\x57\xfa\x34\xc7\x67\x4f\x3a\xdc\x7e\x64\x81\x46\x4e\x4b\xb0\x77\xcc\x38\xc6\x8f\x61\xed\x13\xab\xae\xc2\x73\x4b\x49\xb3\x28\x9f\x99\x4c\xf3\xac\xcf\x87\xa2\x97\x2b\x5d\x82\x6c\x40\xab\x6f\x99\xf7\xdb\x11\x03\x14\xca\xc6\x79\x66\x5c\x8a\x16\x8c\x79\xcf\xc9\xf4\xeb\x07\x12\x69\xa1\xc5\x28\x9d\x7e\x3d\xa0\x17\xe5\xd3\x3f\x22\x93\x0d\x4b\x68\x65\x4f\xa1\x98\x26\x5a\xcb\xb0\x06\x41\xd5\x1b\x4b\x07\x4b\xe2\xb4\xf8\xad\xc0\xa6\x49\x01\xc7\xb1\xe1\xd4\xf8\xad\x20\x4f\xde\x21\xa7\x80\x8e\x28\x4f\x43\x5d\x7d\x9e\x40\xda\x5c\xe7\xb7\x37\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x3d\xe8\x63\x8f\xd4\xaa\x58\x32\x32\x4a\x9d\xbe\x06\xdd\x0b\x9b\xcf\x37\x9d\x07\x8b\xe7\xac\x85\x51\x49\x75\xcf\xb9\x6e\x08\x57\x0e\x25\x6b\x05\xd1\xf3\xf6\x71\x18\x6d\x56\xc1\x64\xbd\x72\xca\xde\x36\x8c\x46\x61\xbd\x9d\xc8\x09\xa1\x49\x37\xa4\x4b\x0c\x55\xb7\x73\x9e\x23\xeb\xf8\xde\xf3\x99\x31\xdb\x5e\x1e\x3d\xf2\x76\xe8\xe9\x9e\x42\x85\x1d\xc1\x36\x6e\x9f\x62\x1c\xeb\x8e\x34\x8b\xba\x71\x5b\xe3\xe4\x88\x71\xb2\xc5\x8f\x5a\xe9\x64\x8b\x15\x29\x59\x71\x66\xbd\x6e\x81\xb4\x1e\x1c\x3f\x8a\x2c\x2b\x0d\x22\xf4\xfd\xa8\x3d\xba\xea\x94\xcc\xbe\x21\x5e\x4e\x9b\x4c\xa3\xd8\x29\xd0\x8c\xd0\xb6\x05\xd9\x4a\x71\xa5\xee\x90\xaf\xee\x04\xf2\xf5\xbd\x0f\xe8\xd0\x01\xc8\xc5\x81\x67\x11\x74\xa6\x55\xcb\x68\xa1\xc4\x9a\x6d\xe9\xc6\xe1\xa6\xe5\x08\xa8\x6c\x1d\x9c\xac\x04\xa2\x45\xb9\x54\x24\x5a\xc9\x94\xf8\x4a\xc7\xd5\x46\x40\x1d\x33\x9c\x2b\xbc\x46\x90\x91\xc9\xd6\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x22\x80\x08\xa6\x85\x32\x4e\x80\x49\xd0\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xcd\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9d\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x14\x29\x61\xab\x0e\x4d\x1b\xb1\x16\x39\xe9\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5e\xbb\x82\x9f\xe2\x7c\xe9\xe4\x01\x81\x17\x20\x45\xee\x1c\x29\x3b\x14\x10\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x75\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x54\x3f\xe0\x4d\x24\xc9\x1b\xe9\xf2\xad\x84\x76\x94\x39\x2d\x1e\xc3\x70\xb4\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xe1\x66\xf5\xd3\xa5\x48\x36\x86\x54\x05\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xa3\xdc\xf9\x37\x88\xdc\xa4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x94\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xa9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x3e\x2e\x76\x8d\x33\x10\x8c\x30\x4b\x85\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xb1\x70\x35\x4a\xb4\xd3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x11\x92\xf1\x37\x2b\xda\x8d\x28\xe9\xd3\x29\x07\x4a\x45\x9f\x73\xca\x81\x86\x40\xe1\x68\xb7\x08\x09\x0e\x76\xdb\x0f\x18\xa4\xa3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xc1\x6f\x35\x7a\x86\xb2\x11\x90\xf4\xf0\x74\x32\x82\xbd\x15\x74\x6e\x45\xc2\x1d\x0d\xa2\x50\xda\xba\x1a\x61\x5e\x71\x71\x35\x4a\x90\xe2\xe2\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3b\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd5\xf6\x0a\x36\x56\xdc\xd9\x6b\x8a\xa0\xab\x11\x16\x1d\x17\x17\x1b\xae\xe3\xe2\x3a\xcc\x89\xb0\x38\x44\x45\x87\xc5\x5d\x23\x65\x4a\xa9\xd7\xf2\x5d\xd7\xd5\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x27\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x11\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc7\x78\xcf\x3c\xca\x07\x3a\x62\xc0\x7d\x72\xc1\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x77\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\xca\xd5\x93\x95\x9c\xbc\x4f\x02\xc4\x53\x73\x40\x87\x36\x05\x7d\x4c\x07\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4a\x68\x8d\x90\xe4\x5c\x6f\x71\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x2c\xd8\x65\x4f\xa1\x42\x35\xcb\x95\x4f\xc9\xbf\x98\x76\x7d\x59\xd6\x63\x54\xc4\x1c\x99\x37\x17\x64\x1e\x06\x11\x28\x62\xae\x74\xf4\xa7\x97\x35\x96\x9c\x50\xc4\xab\xc5\x0a\xa4\xb0\xb3\x5e\x59\x03\x12\xa4\xe5\xe8\x77\xd8\x59\x44\x33\xc5\x99\x95\x01\x6d\x39\x0b\xda\xc8\x51\xff\xb2\x56\x02\xfd\x3a\xb2\xec\xea\x5b\x0a\x75\x27\x2f\xb8\xeb\x1c\x2e\x6c\x43\x85\x92\x1d\x7b\xcc\x47\x5c\x9f\xce\xfc\x29\x85\x59\x8d\xd8\xa2\x34\x14\x84\x79\x2d\x48\x11\xb2\x30\xb8\x97\xd3\x3d\xd7\xb4\x7a\x1b\xbb\x80\xde\x5e\x08\xc4\x0a\x51\xdb\xe3\xf5\x7d\x99\x5e\x8e\xbf\x81\x73\x13\xbf\x96\xb3\x5f\x89\x30\x6a\x9c\x48\x2f\xe8\x87\x51\xfa\x06\x27\x87\xce\x8b\x04\x09\x59\x21\x3b\x60\x63\x08\x53\xac\x5b\xcd\x21\xfc\xe2\x4c\x2e\x01\x7d\xce\xc0\xd6\x5f\x93\x91\x31\x25\x9c\xd1\x29\xb4\x10\xca\x2c\xbc\x9d\x6a\x20\x7e\x68\x67\x3c\x18\x11\x38\xde\xb6\xf1\xb5\x40\x62\xcf\x47\xaa\xf6\x4f\xf6\xd6\x05\x39\xa3\xdf\x09\x24\xb3\x1d\xf6\x0a\xc5\xba\x95\x8e\x26\xef\x50\xb7\xc6\xc6\x74\x3e\xb1\x0a\x35\xf9\xa1\xa0\x38\xca\xde\x48\x99\x38\xd5\x14\xaf\x76\x24\x76\xea\x8d\x7a\x9c\x71\xe8\x0e\x43\xd6\xdd\xc1\x6c\xf1\xf6\xbf\x87\x95\x00\xb0\xe1\xde\x52\x0b\x38\x85\x40\xa0\xa7\x16\x88\x21\x72\x96\xd6\xb4\xa3\x83\x2d\xed\x58\x1b\x8e\x98\xf4\x76\xb6\x70\x8c\x3b\x0e\x67\x6b\x10\x93\xa2\xd9\x48\x6d\xbb\x20\x72\x5d\x00\x39\x03\x45\xca\xac\x1a\xb7\x14\x5a\x9b\xa9\x29\xd5\x11\x08\x85\xbc\xa5\xdb\x8c\x4c\x9d\x44\xc5\x01\x2b\x78\x3b\x97\xfc\xc8\x77\x0f\x1d\x39\x4c\x8e\x2c\x7f\x9f\xc9\x31\x69\xb3\x99\x14\x4c\xb7\xc7\x15\xe8\x60\xba\x8e\xa8\xac\x58\xba\x23\x3a\xe2\xdb\x91\x22\x30\x6a\x45\xd2\x7d\x84\x0e\x52\x61\x7c\xd6\x71\x3a\x3e\xbf\xa5\x54\x63\xfc\xb4\x2a\x09\x8e\xbd\xfd\xf6\x63\x8f\x5b\x20\x49\x41\xa6\xf2\xa1\x47\xa0\x12\x31\xe1\xbc\x2d\xc7\x8e\xc1\x6e\x6c\xf6\xdd\x7a\x18\xc3\x91\x74\x0c\xd8\xf7\xb7\x0f\x67\x7a\x5a\x90\x32\xdf\x95\x94\xdd\x4a\xb9\xda\x80\x48\x78\x0f\xa4\x6b\x5a\x5b\x3a\x94\xab\xcd\x68\x0f\x47\xca\xf9\x22\xd8\x82\x94\x6e\x3a\xa8\xe9\xea\x02\x51\x3e\xc3\xef\x42\x8d\x06\x9e\xc3\xa9\xfd\x36\xba\x18\x16\x75\x8f\x94\x5a\xde\x3f\x69\xd6\xd7\xc3\x47\x1a\xd2\xba\x55\x66\xc3\x59\xb4\x71\x57\x8d\xcd\xc9\x5b\x4f\xc6\xef\xdc\xea\x1b\x65\xf0\x4f\x6f\xc7\xb1\xc1\x3f\x2b\x23\x71\x52\xd6\xcc\x0e\xa1\x69\x2d\x0d\x59\xbd\xaf\xa0\xe0\x33\xf6\x03\x99\xcf\x1c\xf9\x54\x79\x67\xae\xf4\x22\xba\xaa\x69\xc7\x5b\xf9\x64\xd8\xa8\x2a\x07\x75\x1d\x5d\x8e\xfc\x36\x36\xf3\xba\xe0\x47\xe6\xe2\x7c\x39\xc4\xd1\x99\x69\x39\xf7\x31\xe1\x0e\x65\xe4\x8b\x0f\x7e\x28\x21\x9f\x62\x40\xbe\xe3\xd9\x63\xf3\x39\x5a\xd3\x85\xf6\x00\xaa\xe5\xd8\x2d\x04\x32\x3f\xbb\xaf\x7d\x9a\xd3\x8e\x1d\x6f\x9a\xf7\xe7\xd8\xd1\xcc\x6d\x60\x18\x8a\x71\x2b\x17\x14\xba\x3b\x64\x13\x4b\xe8\x50\x90\x5b\xf1\x75\xc9\x05\xe9\xa8\xfc\x34\xeb\x74\x8c\xf9\xf0\xe1\xc9\xca\x87\x8e\x2f\xfd\x7c\xe9\x79\x0e\x06\xcc\x33\x85\x92\x03\x33\xeb\xbb\xef\xc9\xf8\xbe\xd8\x02\xcd\xdd\xcc\x97\xc7\x6e\xee\x96\xba\xb7\xc5\xdb\xe0\x80\x39\xcf\x36\xcd\x91\x68\xb4\xc6\xa7\xb0\xa9\x13\x24\x74\xea\x66\xfd\xf6\xdb\x72\xe3\x95\x96\xa4\x3f\x96\x34\xc4\xa9\x1b\xd0\xe6\x3e\xe8\x7f\xf7\xe1\x99\xc1\x58\x75\xc8\xe4\x2a\x76\xb7\xa5\x4b\x3c\x0b\x2d\xa0\x64\x82\x4f\x33\xa2\xa7\x20\x60\x59\x2c\xcb\x60\xf9\x2a\xe3\xc2\x04\x9c\x2e\xbc\xe3\x19\xa4\xa5\xab\xce\xa6\x72\x18\x1b\xc6\xcf\x41\x18\x1b\x86\xd3\x71\x20\x6d\x5d\xa9\x5b\x85\xc0\x0e\xe4\x93\xdd\x42\xdc\x38\xac\x1d\x7c\xbe\xf4\x65\xc8\x2d\x85\x4c\xde\x05\x78\xaf\xe3\xc9\x87\xd5\x38\x14\x18\x40\x74\xdc\x38\xe4\x74\x25\xf2\x70\x1c\x50\x89\x05\x98\x71\x98\x4a\xce\x14\x7a\xa9\x29\x93\xee\x8b\x51\xc8\x59\x26\x56\x8f\x0d\x50\x52\xe4\x19\x88\xa8\xab\xd4\x35\x19\xb0\xff\x14\xd3\xd6\x39\xcb\xc7\x61\xe3\x31\x56\xd6\xe1\x0c\x98\x2d\xf4\x75\x20\xf7\x77\x5a\x92\xab\xb5\x64\x4a\xe4\x5b\xe5\xbc\x18\x87\x05\xbc\x20\x44\x4a\xaa\x33\x85\xcd\x9b\x83\x09\xf2\x09\x09\x5b\xd6\x33\xf8\xbd\xee\xe9\x12\x76\x95\x86\xb4\xf2\x99\x2f\x85\x4c\x96\x0f\xb2\xcc\x5e\xbe\x74\x56\xac\x33\xe8\xad\xe9\xc3\x54\x37\x8e\xf0\x32\x3e\xb5\x07\x0c\xe6\xef\x24\x1d\x95\x03\xe5\x40\x6c\x83\xa0\x0f\x6b\xb4\x59\x5b\xee\xa8\x76\x06\x86\x1e\x90\x99\x97\x10\x37\xf0\x29\x3b\x21\xd8\x87\x07\x1c\xe4\x1e\x65\x3d\xe5\xf3\x0a\x07\x3f\xb8\x02\x68\xb1\x69\x14\x67\xd8\xa3\x19\x25\x12\x2b\x7e\xa6\x64\x41\x5a\x04\xcb\x1e\x83\x6c\x41\xd9\x1a\x05\x1a\xce\x87\xac\x7c\xbe\xd4\x9e\x82\xdc\x4b\xf7\x22\x6c\x40\x22\xe1\x2d\x65\x3e\xe1\x3e\xed\x30\xd1\x0d\xd0\x0a\x4d\xe1\xd3\xe1\x86\xbe\x37\x76\x8f\xe2\xd0\xda\x23\x9d\xf2\x0a\xd6\x0e\xa4\x81\x05\x59\xb1\xa7\xca\xc9\xa4\xe8\xb6\x42\x20\xa1\x1f\xb5\x5a\x08\xe4\x43\xf3\xa3\x2b\xad\xea\x48\x61\x85\x1c\xfa\x16\x1a\x71\xe8\x5b\xcb\x26\x2f\x64\xf4\x67\x57\x29\xd6\xad\xec\x50\x22\xa1\x6e\xd9\xf3\x84\xb3\x61\x8b\x1f\xc5\x52\x4f\x16\xcc\x2c\x09\xf3\xc5\x28\x3e\xd5\x7a\x20\xb3\xf0\x16\xf0\x2d\x7a\x37\x7e\x8e\x5f\x23\x44\x60\x38\xff\xcf\x40\x7d\x1f\xd5\xef\xda\x31\x25\x8a\x66\x3b\x4e\x18\x82\x83\xd9\x06\xca\xfc\x50\x30\xdb\xc2\x36\x75\x6d\x31\xe9\x69\x57\xbc\x04\x3e\x53\x2d\xfa\x40\x08\x0e\x66\x0b\x7b\x50\x30\xdb\x6a\xf6\x04\x54\x12\x50\x36\x6e\x65\x1f\x97\x80\xac\x43\x03\xf4\x31\x61\xef\xdf\xa8\x9e\xf9\x41\xbb\xce\x1b\x0d\x63\x71\xd8\x59\x45\x44\xf1\xc3\xfd\x3b\xde\x93\x51\x6d\x60\x1a\x29\xb4\x5c\x3a\xc0\x5d\x72\xe9\xf8\x4c\x98\x77\xe7\x00\x21\xb9\x11\x43\xa7\x7e\x9a\x7f\x47\x16\x1e\x95\xf4\x7c\x57\x4a\xad\x62\xb5\x80\x6b\x91\x3a\x87\x91\x03\xcd\x32\x7b\x0e\x34\x6b\xe1\x3b\x0a\x26\x3b\xba\x8d\x9b\xe3\xb4\x15\xc9\x76\xac\xe1\x67\xf6\x2b\xa7\xea\x49\xce\x3f\xe8\xfd\xe4\x9c\x68\x69\xc7\x3a\xce\x48\x9f\xe2\x16\x23\x75\x41\x6f\x00\x3a\x1b\x83\x97\xcc\xef\xec\x5f\xbe\x0b\xb5\x40\x33\x37\x24\x5b\x3f\xb0\xdf\x61\x34\x84\x7e\xa1\x24\x0f\xc5\x73\x55\xa2\xa9\xc6\x69\x69\x75\x80\x90\x5e\x1d\xbc\x20\xbe\x93\x0b\x8e\xa9\xea\x0c\x76\xd8\xd9\x9c\x92\xf0\xb3\xd6\xe4\x16\x0b\x9f\x3e\xed\x88\xc6\x16\x30\x14\x16\x55\x09\x25\x19\x8a\x8a\xaa\x68\x6f\xe3\x74\x06\xbe\x1c\x23\x0a\x92\xaa\x18\x34\xc7\xe9\x60\x16\x3c\x2c\xc3\x21\x53\x38\x91\xc6\xe5\x6b\x0d\xc4\x30\x8f\x0b\x53\x1f\x44\xa4\x10\xaa\x8a\x59\x6e\x28\x82\xea\x68\x4c\x90\x42\xa6\x7a\xdd\x53\xb3\xa9\xe6\x01\x64\xef\x8b\xad\x23\x7e\xce\x6e\x1f\x2d\x85\xb7\x10\x08\xe4\x38\x97\x20\xe7\x1d\x37\xd2\xaa\x2d\x0c\x48\xa4\x17\xde\x16\x68\xd1\x2f\xdb\x0f\x6c\x01\xe3\xc2\x76\x0d\xcf\xba\xb0\xde\x20\xea\x3a\x6e\x6a\xc7\xc3\x32\x14\x38\x55\x31\x6f\x8d\xcb\x0f\xb9\x20\x6a\x3b\xa9\x1b\x21\x56\xe3\xe2\x7d\xf9\x0e\x24\x2e\x9e\xf9\xf1\xd3\x2d\x99\xbc\xe1\xc3\xf2\xdb\xa7\x1b\xce\x71\xdd\xe0\x4a\xff\x37\xb8\x82\xba\x33\x20\xb1\x53\x14\x54\x55\x73\xb4\x5f\xd2\x4b\x22\x79\xe8\x79\xbe\xa3\xb5\x94\x49\x15\x2e\x69\x54\x5b\x35\x0b\x7d\x63\x84\x4a\xa3\xc6\x1c\xc8\x17\xff\xb3\x40\x98\xaa\x39\x36\x78\xbb\x0f\x29\xc4\x19\xd1\x5a\x38\x5d\x43\x1a\x84\x5b\x34\xfc\x19\x6c\x5d\x85\x46\xd5\xba\xa7\xf0\x14\x74\x02\x41\xde\x29\x14\x01\x81\x42\x83\x11\xf7\x80\x66\x42\xb0\x12\xe7\xd5\x6b\x39\x8f\x9a\xaf\x72\x11\x98\x3a\x1a\x54\x02\x1d\x34\xc2\x4d\x58\xc0\x86\x1a\x5a\x03\x0a\x43\x94\x52\xe5\xf5\xac\x39\x55\x14\xff\xb4\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x0d\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x0d\x23\x93\xa4\xc5\xc7\xe5\xe2\x97\x05\x2b\x81\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x27\x8d\x28\xcd\x0d\x79\x0c\x19\xb5\xc1\xd5\x39\x1e\x14\x57\x54\xeb\x91\x42\x9f\x74\x2c\xa3\xe2\x8a\x6a\x45\x40\x54\x24\x51\xad\xa8\x5d\x8e\x24\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x17\x8a\x6e\xe7\x47\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x32\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x2e\x21\xea\x9c\x73\xa0\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\x97\x01\x14\xfc\xa4\x29\xa7\x69\xc7\x92\x0f\x3f\xe9\x8a\x68\xab\x1c\xc4\xdd\x11\x91\x99\xeb\x8e\x01\x80\xb3\xa3\xf3\xd4\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x51\x90\x43\xd9\x9b\x6a\xe5\x3c\xe8\xce\x88\x70\x64\x4a\xe4\x5f\xc7\x69\x3f\x88\xfc\x89\xfe\xe8\xd4\x4e\xf5\xd3\x8e\xcd\x15\x30\x29\x85\xfe\xd4\x5a\xd2\xa5\xed\xcf\x57\x1a\xf2\xcd\xe6\x3d\x0d\xd9\x2f\x34\x82\xae\x49\xf7\x83\x83\x5f\xd6\x83\x51\x0c\xcc\xa4\x54\x1e\x6c\x70\x4e\xb7\xe1\x87\x11\x6b\x0a\x25\xce\xe1\x20\x1c\x23\xcb\x9f\xba\xc3\x0d\xa7\x74\x1a\x3c\x00\x65\x1c\xfd\xb4\xe4\xe5\xbf\x52\x68\x12\x4c\x43\x60\xe8\x39\x1c\xd2\xe2\x2a\x82\xfd\xd0\xdb\x08\xc4\x93\x8f\x01\xd7\xff\x80\x7e\x11\xef\x02\xb2\x72\xc3\x14\x3a\xc8\xa7\x7d\x06\xee\x8d\x08\xf7\x24\x72\xa7\x7e\x7f\x5d\x7e\xd5\xf5\x9b\xb6\x69\x96\x61\x9f\x80\xe2\x29\x25\x85\xa2\xc0\x92\x32\xb1\x14\xc4\xb0\xe1\x08\xd9\xcf\x7c\xdd\x8c\x1a\x84\x94\x3c\xe3\x84\x23\x3a\x76\x67\x2f\xe9\x44\x5b\xff\xcc\xb1\x30\x1c\x43\x58\x53\x28\xe7\x1a\x92\xc3\xed\xf3\x9f\x23\xf5\xb6\x1d\x07\x47\xe4\xb8\xd9\xdd\x57\xea\x8a\x02\x91\x40\x78\xbd\x91\x03\xf5\xf6\x15\xb5\x2c\x8a\x93\x40\xe1\x6e\x1d\x4e\x02\xb5\xe3\xc2\x1c\x0e\xc8\x69\xbf\xa1\xa0\xdd\x03\x7a\x8e\xb2\x89\x05\xd3\xb9\x9d\x3e\x92\x8d\x12\x36\xb5\xeb\x4c\xa1\x84\xbd\x08\x24\xe4\x68\xca\x4c\xfb\x0d\xc6\xab\x33\x09\x44\xdd\xc4\xf8\xa0\xb0\x9b\xfa\xc1\x5e\xef\xc6\x94\x54\x95\xde\x1d\x81\xf3\x46\xf0\xba\x02\x36\x8f\xa5\x03\x32\xee\x94\x0e\x77\xca\xc0\x6f\x06\x0e\xfa\x3e\x66\x21\x72\xbf\xb1\xf8\x39\xca\xfd\xc6\x62\x8b\xf8\xe0\x37\x16\xaf\xfe\x29\xf5\xb4\xd0\x90\x79\x01\x4c\xce\xef\x2f\x8e\x58\x2e\x1c\x7b\x53\x39\x15\x6e\x6b\x4a\xb8\x64\xc7\xf4\x7a\x33\x83\x8e\xb6\xa9\x9c\x18\xce\xea\x54\xcf\xd4\x94\xb4\xc7\xf1\x31\x93\xb6\xba\x03\x8a\xdf\xc0\xf6\x27\x5b\x7b\x4f\xab\x7a\xdc\xb5\xa5\x1d\xcf\x01\x93\x3b\x31\xea\x5d\x69\x88\x45\x1b\x80\x7e\xfd\xee\x02\x62\xcd\x28\xf4\xe5\x45\xbc\xc4\x43\xd1\x36\xb5\x62\x27\x98\xc3\xe8\xd2\xac\x02\x68\xea\x99\x0f\x15\x1d\xc1\xb1\x3e\xf1\xce\x05\x3f\x99\x9e\x63\x3c\x75\x2e\x27\xa2\x06\x06\xf1\x34\x78\x97\x87\x33\xad\x7e\x64\x16\xde\x73\x1c\x81\x9c\x7e\x3b\x13\xcd\x6b\xb4\xe0\xea\x88\x9a\x68\xba\xce\xe6\x34\xa0\x30\xc7\xd0\x7c\xe4\x83\x09\x49\x65\xc2\x1c\x39\x1a\x55\x77\xe2\xd0\x45\xc8\x9b\x26\x29\xce\x08\x05\xc6\x1c\x5b\xe6\x16\x81\x80\x43\xcb\x71\x31\x7b\x50\xd0\xd1\xc3\xf5\x8c\x31\x2d\x00\x5c\x29\x73\x00\x1d\x03\xf3\x53\xb9\x67\xca\xb4\x5b\xe1\xa8\x0f\x93\x13\x7c\x5a\xf1\x2b\x85\x6b\xf3\xe3\x61\x71\x0f\xe6\xe1\xb7\x2e\x46\x14\x52\x07\xac\x54\x36\x95\xf3\x2a\xd5\x2b\x65\xec\xeb\x06\x28\x26\x79\x05\x32\xfd\xb4\x7c\x29\x59\x85\x11\x3f\x48\x9d\xea\x65\x7f\xd8\xa2\x87\x0f\x79\x28\x79\xd2\x7e\xf4\xef\xef\x5c\xfa\x85\xdf\x5a\x3f\xed\x98\x09\x21\xeb\xf9\x45\xc8\xca\x3c\x3e\xac\x3a\x40\x4c\xce\xa3\x54\x59\x1c\x5e\x76\x8c\xc2\xf9\xd7\x8f\x39\x9e\xc3\x11\x29\x3b\xbe\xf1\xe1\x90\x94\x32\xd8\x8b\x0f\x87\x28\xe3\xc5\x1e\x0f\xbf\x12\x1b\xb9\x50\x4f\x66\x54\xa2\x3a\x87\x9e\xcc\xc8\x75\xe0\xf1\x20\xb0\x8a\xe9\xb2\x04\x19\xda\x7a\x38\xae\x0a\x77\xe1\x78\x20\xc7\xf4\xe0\xa0\xa4\xae\x7b\xfa\xb4\x78\xd9\x03\xfa\x00\x0a\xbe\x22\xb5\xc1\xee\xf3\xd3\x89\x44\xa5\xf8\x09\xe4\xd5\x8b\x31\x72\x34\x49\x65\x16\xc8\xa4\x04\x91\x3c\xa3\xce\x03\xe9\x3d\xbf\x9e\xef\x1e\xee\xb1\x00\x9a\x55\x80\xc0\xd3\xac\xa2\xe5\x4b\x91\x25\x03\x21\x59\x12\x42\xcb\x13\x47\x14\xcd\x0c\xfa\xbf\x00\x6d\x2a\x0d\x64\x8e\x83\xb6\xa0\x20\x8d\x5a\x3f\x10\x5f\xd2\xac\x13\xc1\x43\x24\x8a\xd8\xe8\xa1\x59\x05\x6c\x1c\xe3\x48\x99\xcf\x0c\x04\x98\x27\x1b\x1c\x59\xdc\xf1\x1b\x95\x69\xf6\x8b\x7f\xdb\x95\x32\x6f\xfe\xcc\x08\x9b\x1f\x45\x91\xb4\x46\xe5\xd3\x8d\x39\x50\xe6\xcb\x51\x72\x91\xdc\x49\x6c\x44\xdc\xce\x70\xb2\xee\x8b\xfb\xbf\x83\xec\x45\x64\x66\x18\x4f\x3c\xe9\xe8\x28\x7e\x7a\xaf\x45\x41\x70\xfa\xa2\xab\xc3\x20\x9e\x1c\x31\x59\x52\x73\x08\x50\x26\x9d\x11\xc1\x2a\xc3\x4f\xec\x5d\x08\x59\x2f\x14\x44\x34\x39\xa7\x28\xaa\x3d\x55\x3d\x2f\x17\xd0\x74\x72\x71\x20\x48\x83\x4e\xbc\x5f\xc1\xf6\xe5\x48\x4b\x22\x49\x86\xdf\xb2\xdb\xe3\x79\x71\x86\xa0\xc1\x55\xff\x41\x4e\x20\xfc\xc0\xc3\xb1\x1a\xad\x32\x4b\xaf\x41\x3f\x20\x61\xd3\x3e\x8e\xe8\xe1\x68\x8d\x1a\xec\x6f\x46\x0a\x16\xbe\xca\xce\x1e\x7d\x79\x03\x07\x07\x0b\x97\xe8\x16\x2f\xc8\x03\xa1\xf0\x05\x79\x64\xc6\xec\x46\xe2\x4e\xf7\x78\x59\x80\x44\xb3\xd4\x23\x73\x3d\x9c\xe9\xc5\x8e\x4d\xbb\xf2\x22\x55\xd4\x2f\x05\x5d\xd4\x9a\x61\x4b\x01\xfc\xa8\x7c\x04\x47\xc4\xd9\xf7\xf6\x8e\x45\xba\x74\xf8\x43\x45\xf9\x7a\x5b\x0a\x44\xbb\xd1\x5b\x6b\x3d\x7b\xd2\x0f\x95\x84\x4b\x39\xfc\xa1\x95\x94\x59\xea\x63\xee\x1c\xf1\x70\x42\x42\xce\xed\x73\x75\xb6\x8f\x33\xf4\x54\x4e\xd6\x37\xf6\x53\xc6\xfc\x36\xff\x1d\xdf\x66\x8a\x5d\x55\x9b\xfb\x04\x59\x45\x67\x45\x14\x7a\x0f\xc6\xcc\x28\xad\x0e\x44\x34\x57\xcc\x43\x82\xda\x87\x62\x1e\xca\xc9\x06\x7e\xb3\xd2\x08\x72\x8a\x72\xa8\x27\x34\xed\x28\x87\x8b\xe8\xcf\xe4\xcd\xae\x9f\x4f\x4d\x7d\x2c\xca\x3b\x8b\xcb\xdc\xda\xfd\x12\x65\x86\x37\x0f\x22\x71\x2b\xba\xe0\x38\xa1\x0b\xc7\x0f\xc4\xd6\xaa\xf8\x81\x55\x95\x76\x15\x25\xf8\x41\xd0\xb9\xca\x7b\x9a\xf1\x66\x4e\x9f\x56\x07\x33\x6c\x6b\x83\x91\xbf\xdf\x6c\xed\x0f\xe8\x33\xc0\x3b\xdd\x6f\x7b\x94\xe6\xe5\xbe\x37\xc7\xb2\x7a\x76\xef\xcd\x9e\x40\xfc\xe0\xf7\xc6\xeb\xb6\x1f\xd0\x39\xbf\x53\x57\x97\x43\x2d\x53\xdc\x8e\x5a\x20\xe7\xda\x02\x2d\x5c\x96\x94\x9a\xfe\x3b\x90\xd2\x6b\x59\x47\xba\x37\xc7\xbd\x12\x29\x70\x6f\x68\x91\x83\x2f\xc5\x07\x48\x76\x71\x2b\xc1\x4e\xe5\xf6\xd2\xbd\x39\x8c\x0f\x6b\xc4\xed\x88\x83\x73\xcb\x87\xa6\x8c\x20\x04\x13\x38\x41\xde\x36\x5d\x68\xec\x76\xda\x1c\xe7\xdb\x5d\x50\x95\xb3\xbb\x01\x59\x95\x18\xa9\x6a\xea\xac\x29\xb5\xa1\x31\x85\xa6\xce\x93\xa1\x2d\xde\xde\x38\xf1\x6f\x9e\xeb\xeb\xe0\xa7\x6c\xc0\x57\x6a\xfa\xc6\x07\x4a\xe5\xbd\x99\x68\x76\x70\x9f\x7e\x96\x96\x09\x9a\x16\x0e\x32\x5f\xbe\x23\x94\x81\xc8\x0a\x44\xb8\xf6\xbd\x71\xa4\x33\x7b\x8a\x0d\x28\xc4\x97\xdd\xca\x86\x53\x37\xc6\x6c\x97\x7e\x43\x8f\xb8\x77\xbf\xc4\xee\x8d\x74\xef\x2c\x58\x3e\x34\x4f\x00\xf5\x3d\x0b\x96\x86\x7c\x18\xe7\x53\xc4\x7f\x6b\x24\xb7\x5c\xfc\x47\x03\xf7\x5d\xee\x5a\x62\xe4\xef\x7d\xf1\x8f\x42\x12\x80\x7b\xe7\x00\xb0\xd2\x73\x2b\xab\x4d\x81\xe0\x6f\xbd\x25\x51\x48\x67\x70\xef\x4e\x64\x92\x91\x28\xd4\x93\xfb\x0e\x37\x61\x03\x9f\x32\x90\x63\x24\x7a\x2f\xaa\x65\x20\xf2\xbb\x39\x4b\xdf\x82\xe0\x08\xb4\xc3\xb2\x67\x2a\x2d\xaf\xe1\x63\xbd\x77\x1b\x9a\x36\x70\xd5\x45\x6d\xe7\x18\x5b\x10\xf3\xc3\x98\xc5\xdf\xcf\x2d\x90\xfb\xe4\x43\x27\x8c\xeb\xf4\x31\xe9\x03\x84\x24\xed\x3b\xd7\xf5\x82\x7c\xc6\x95\x14\x2a\x14\x6d\xa4\x90\x61\x1a\xf7\xa3\x43\xec\x0d\xd0\xcf\xf5\x9b\xf5\xdd\x87\x3d\xa7\xec\x46\xa7\xb4\xc1\x70\x7e\x1f\x8e\x3e\xea\x47\xaa\x7a\xab\x9e\xdf\x73\xf1\xfb\x40\xf0\x63\x86\xf4\xdc\x47\xb9\x2a\x0d\x39\x19\x09\x8a\xdf\x2d\xcf\xfc\xc1\xc3\xd2\x0b\xd4\x05\xb5\x3d\x5f\x76\xa3\x0b\x82\x4e\x59\x64\x96\x79\x1f\x98\x0f\x4e\x46\xaa\xd4\x58\xc8\x52\xb7\x7c\xfa\xf5\x4c\x3b\x37\x9d\x54\x40\x3f\x03\xcf\x87\x18\x7c\xd8\x63\xe4\xac\xa9\x41\xc8\xf9\x00\xd9\x8e\xf2\xaf\xf3\x1a\xf9\x79\x93\xb3\x06\x2d\xec\x3e\x1c\x33\x79\xd0\x89\xc2\x3e\x4e\xb6\xbc\x3d\xe8\x67\x26\x93\xf5\x4c\xcd\x5b\x10\x4b\x34\xdd\x21\xc8\xd9\xa9\x4a\x7c\xfd\x2d\x8f\xf9\xb1\xc1\x86\xed\x14\xbf\x18\x47\x41\x4e\x67\x67\xe0\x15\x47\xf1\xbb\x0b\x96\x22\xb6\x58\xf1\x5a\x5b\xa2\xbd\xe5\x15\x3f\x06\x7c\xad\xc0\xcf\xaf\x80\xe6\x07\x81\xf4\xca\xfa\x1e\xc8\x6b\xc0\xc4\xda\x2b\x1e\x6b\xd9\xed\x1c\x35\x31\x40\xdd\xca\x51\x53\x4f\xe6\xa7\x10\x5f\x16\x14\x24\x11\x9e\x2c\x9f\x33\xd6\xc4\xcc\x75\x2b\x63\xcd\x91\x85\x2f\x21\x99\x0e\xd8\xf4\x25\x03\x1b\x9e\x68\xf0\xf3\xa1\x71\x30\x25\xd8\x9f\x3e\xed\x3c\x54\x18\x64\xcd\xbf\xaf\x80\x5a\xe9\x3d\x7d\x88\x9c\x0a\xe8\x38\x7f\x64\x0f\xb2\x48\x17\x59\x15\xbb\x0b\x6a\x66\x5a\xa2\xe3\x59\x52\xe8\x79\xa7\x59\x48\xaf\xa6\x21\xdb\x32\x98\x20\xc5\x42\x86\x80\xe4\xc3\x3f\xb8\xfd\x78\xcb\x87\x5f\xb1\x51\xdf\xca\x5e\x73\x5c\x30\x0b\x3b\xf4\x89\x77\xbc\xed\xcf\x0f\x2b\x2d\x53\x2f\x25\x87\x26\x4c\x86\x25\x65\x22\x43\x8e\xed\x2a\xdb\xd2\xc9\xa6\xa8\xbe\x80\xc5\xaa\xd7\xee\x9a\x03\x48\x37\x9a\x98\xff\x8a\xa0\x6f\x01\xe4\xae\x10\x08\x73\x23\x1f\xfc\xe7\x24\x96\x0f\xbe\x9e\x35\x90\x19\x83\xf5\xf4\x5b\x4e\xf8\xd2\x1b\x08\x0c\x5e\x33\x01\x92\xc7\x7b\x4f\xd9\x50\xb8\xed\x05\x74\x2b\x47\x38\xa8\xca\x65\x70\xd6\xb4\xa9\x47\xd6\x4b\x20\xaf\x38\x73\xea\xe7\xe7\x06\xd7\x4a\xee\x9a\x55\x65\x5c\xb2\x38\xb6\x46\x27\x8e\x93\x0d\xd7\xaf\x18\x84\x6a\xea\x6a\x91\x6b\x1a\x12\x4b\xeb\x20\xc4\xe9\xf1\x69\x68\xe8\xbc\x00\xa3\xdb\xb8\x33\x2e\x9d\x25\xa1\xcf\xea\xd4\xdf\x5b\x20\x0b\x76\x88\x38\xd5\x77\x57\x08\x73\xbb\x2b\x01\xb0\xb4\xe3\x83\xe6\x6f\xb8\x40\x7f\x57\xfb\x37\xca\xe7\x4b\x19\x2a\x1a\xb3\x6e\x1e\x96\x99\x75\x14\xd0\x1e\x9a\x40\x0e\xcd\x64\xca\x09\x75\x66\x24\x08\x23\x56\x99\xef\x13\x51\x93\xc3\xce\x89\x69\x50\xe1\xef\xb3\xf3\x66\xde\x05\xa8\x4b\x68\x9f\x2f\x65\x19\x3f\x53\x26\xaa\x3c\xd3\x8c\xba\xfc\x40\x7a\xc5\x99\xd5\x3b\x4d\x69\x9c\xf6\x8e\x15\x40\x93\xbe\x4f\xec\x0b\x6c\xb4\xd3\x97\x08\x60\x19\x4a\x30\x53\xda\x91\x0f\xb5\xb0\x90\xef\x69\xb9\x04\x36\x79\x9a\xf1\x9c\x69\x74\x98\x40\xd2\xbf\x76\xcc\x99\x2e\xbc\x63\xf2\xa1\x22\xb9\x61\x09\xa7\x85\x96\x92\xd9\xc0\x48\x69\x5b\xcc\xad\x78\x84\x7a\x66\xfc\x0e\x4d\x8b\x3c\xea\xd4\x33\x27\xa7\xae\x82\x13\x3a\x9a\xc9\xad\xd4\x33\x31\x2a\xdf\xca\x35\x53\xcf\x33\xdf\x39\xcc\x28\x35\xc5\x14\xce\x40\x0e\xd6\x4e\x9b\x96\xba\x7b\x40\x31\x50\x4e\xf2\x13\x5d\xa8\x06\x54\xb2\xdc\x9e\x3e\xa0\x00\x30\x27\xf6\x2c\xa5\x22\xbb\x68\x0c\xca\x4b\x53\xf6\x60\x67\xaa\xe3\x38\x76\xb2\x99\x81\xc3\xe3\x3e\x27\x08\xd1\xa7\xc3\x5b\x6a\x96\xd2\x37\xa8\xa0\x01\xc5\x4a\xd4\x93\xc3\xfa\xb2\xf2\x03\x02\x8a\x94\x28\x39\x18\x2e\xdf\x39\xd9\xf2\x9d\x72\x53\x8c\x7c\x67\xdf\xdc\x91\x42\x8b\x45\xd6\xd2\x6f\x65\x90\xa9\x27\xdc\x8e\x0c\x32\xb8\x24\xef\x2b\x27\xde\x05\x28\x87\x01\x4c\xec\x42\xe6\x4d\x37\xba\x44\x1f\xa6\x71\xd9\x04\x82\x3f\xe6\xbe\xb8\x51\x9a\xaa\x8b\xc5\x5d\x1c\x37\x97\x35\xa1\x8b\x91\x40\x3e\x50\xd3\x65\xc5\x37\x55\x7d\x71\x8e\x93\x49\x89\x61\x0e\x82\x93\xee\x0b\x13\x07\x52\xa5\x33\xc3\x90\x48\xe2\x26\x33\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\xf9\xea\xe9\x04\xae\xca\x30\x61\x54\x68\x54\x97\x59\x13\x22\xcb\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x8e\x7f\x63\xd4\x7a\xff\xbb\x7e\x20\xbf\xe8\x90\x76\x20\x83\x80\x6b\x19\xa2\xde\x10\xf2\x10\xfd\xc6\x21\x0f\x57\x67\x33\x36\xc4\xa4\x11\xf0\x12\x7e\x81\xac\xb3\xf7\x80\x4a\xd7\xb3\xa5\x21\x84\x8b\x01\xe8\xb3\xfc\x04\x32\x77\x84\x4e\x9b\x04\xa3\x3d\x55\x49\xf9\x42\x3b\xc3\xea\x60\xd0\x55\x58\xcc\x55\xfe\x06\xb1\xdb\x0f\x14\x92\x21\xe9\x76\xbc\xc3\x79\xa5\x0f\x6f\x4e\x38\x60\x43\x43\xee\x29\xf5\x22\xc1\x1e\xfc\xdc\x19\x81\x39\xb7\x5f\xcd\x8b\x28\xdd\x50\x86\x46\xaa\x7a\x77\x32\x2e\xd9\x42\x1b\x94\xd0\x74\x7e\x61\xf9\xba\x1d\x0b\x51\x46\x66\x16\x32\xf9\x94\x9a\x3f\xa0\x29\x11\x1a\x81\x0f\xea\x26\x59\x0b\x9e\xdf\xbb\xf9\x52\x30\x9e\xdf\xdb\x81\x13\x18\xa8\x6f\xf2\xb1\xe0\x86\xbd\x09\x9c\xc0\x07\x75\x37\x9e\xc6\x07\x43\x9d\x4b\x5c\xda\xbb\xbb\xf3\x22\xe0\xe1\xbe\xbb\xdf\x74\xe6\x40\x53\x0e\x96\xe4\xe1\xe5\x19\xb3\xb8\xe5\x6e\x85\x46\x54\xee\xde\xdd\x1d\x11\x08\x46\xdc\x59\xfb\x11\xf0\xe5\x5e\x8c\x42\xb7\x50\x0c\x8f\xea\x3e\x8b\xf0\xb4\xde\x4e\xae\x72\x71\xf9\xf8\xee\x58\xc7\x20\x5d\xc5\x4a\x14\x12\x10\xdf\xdd\x47\x4c\x4b\xd5\xe9\x8b\x0a\x3b\xa0\x88\xa1\xe5\x43\x50\x48\xa7\x12\x26\x33\x50\xb9\x39\x72\x54\x76\xfc\x18\x9c\x38\xfd\x66\xe6\x03\xea\x3c\x84\xe2\x7a\x48\x83\x69\xb0\xa4\x53\x33\xbb\xb7\xef\xf0\xe7\x4b\xe7\x1a\x81\x2d\x74\x7c\xe7\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x8e\x10\x08\x2a\xde\xa1\xe2\xbc\xbf\x87\x0d\x1b\xec\x1d\xc5\x37\x14\x0c\xe8\xf7\xc0\xff\xcd\xb9\x32\xac\xe5\x10\xf3\x76\x0f\x2f\x61\x4f\xab\x7e\x11\x01\x3a\x19\xb6\x64\xe0\x2f\xbd\x07\xfe\x25\x0e\x3e\x25\x31\x39\xc8\x67\x7c\x0f\x26\x97\xfd\xe2\x47\xa3\x4e\x16\x69\x64\x3a\x41\xd7\x57\xaa\xea\x08\xa8\xe4\x3d\xc1\xf7\xb6\xc1\xff\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\xab\x20\x0d\x39\x40\x1b\x7b\xe7\x3d\xcc\x2b\xf1\xa0\xdc\x7e\x6f\x2a\xae\xc4\x5b\xa9\x42\x0a\x79\xb5\x6f\xa7\xff\xb8\x22\x31\xdf\xce\x9e\x16\xf3\xdd\x9d\x69\x69\x80\x52\x35\x38\xff\x6f\xc7\xf3\x61\xea\xbe\x6f\x2b\x6d\x98\x9a\xef\xdb\x56\x7c\xec\xd0\xf7\x6d\xe2\x85\x61\x3b\x19\x07\x76\xf0\xfb\xe6\x51\xe1\x2d\x20\xf8\x02\x5a\xdb\x8a\xfd\xee\xf6\xad\xa0\x68\xbd\xb7\x2f\xd7\x46\x3f\xb5\x07\xbf\xc5\xce\x63\x0f\xfe\xc0\x5b\x7c\xdb\x83\x1f\xaf\xe6\x7d\xf3\xe2\x32\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\x76\xe9\x47\xf8\xb9\x6d\x99\x1b\x29\x93\x9c\xda\xfb\xf7\x1c\xfd\x76\xb4\x1e\x49\x9a\x6e\x79\xff\x3f\x16\x46\x7b\xff\x4f\x18\xf1\xcc\x4a\x1d\x80\x9e\xee\x23\xa0\x89\x1d\x8d\x75\xfa\xe4\x6a\x69\x56\x3a\x52\x0f\xf4\xf0\x33\x92\x40\x6f\x7f\xe8\x51\xcb\xa3\x5f\x2f\x78\x97\x92\x60\x54\x5c\xd2\x7e\xe0\xb8\x9e\x23\x65\x9e\x1f\x8e\x94\xc9\x22\xc2\xd0\x79\x49\x09\x77\xf2\x2d\x6f\xfb\x31\xe0\x5d\x4e\x58\x71\xb2\xfc\x93\x6b\x87\x7b\x40\xf7\x09\x3e\x16\x56\x61\xad\x7e\x53\x79\x70\x7f\xfb\xf6\x63\x49\x2d\x66\x16\x9e\x47\x8a\x7d\x8b\x67\x8d\x72\xae\xf9\x59\xa3\xc1\xad\xec\xdb\x3e\xf4\x3d\x5a\xed\x03\x33\x1a\x82\xc0\xc3\x32\x44\x94\x84\x87\xe5\x82\x18\x89\xe4\x1c\xdf\x63\xca\xb3\x37\x1c\x07\xda\x2d\x6f\x78\xe5\x56\xd8\x6d\xcf\xf4\xc5\x76\x7a\x98\xbd\xc7\xb6\xe2\xf7\x7f\xe2\x2a\xbf\x1f\x0e\x67\x2c\x9f\xd2\xa7\x41\x4a\x6f\x0e\x4c\x1a\x96\xe7\xf3\xfc\x14\x9a\x5f\x5d\x29\xbc\xd5\x6b\x05\x92\x51\xed\x0a\x64\x4e\x82\x04\xfb\xb0\xdd\x9a\x93\x4c\x49\x10\xea\xc5\x46\x7c\xf0\x8c\x78\x3a\x99\x1e\x4b\xaa\x7a\xb7\x1c\x69\xe7\xa5\x42\x4f\x90\xfd\xcb\xb1\x5b\x29\x5b\xc1\x1e\xff\xfc\xad\xfc\x04\xf5\x62\xd7\x39\x3f\x01\x49\x71\xef\x27\xf7\x88\x8e\x14\x42\x54\x34\xe4\xbc\xa1\xa9\xab\x83\xf5\x82\xfe\x9e\x0e\x23\x8d\x01\xce\xc9\x04\x06\xe7\xa1\x9e\xd8\xa9\x17\xb4\xe9\x27\x76\xe2\x32\x51\xa2\x81\x83\x78\xd3\xdb\x89\x06\x7a\x4d\x2b\x7a\x9d\x68\x4f\x2b\xd6\x36\xc0\x8d\x63\xe0\xc8\x87\x8a\x5d\xcf\x04\x38\x79\x00\x13\xf9\xe4\x9a\x2d\x1f\xde\x46\xa6\x02\xc9\xee\x71\xa5\xa6\x09\x0d\x2e\x63\x47\xf4\x05\x05\xcb\xf5\x7c\xf4\x9a\x32\xfa\x67\x6e\x78\xc6\x1d\x7e\xe0\x27\x74\xae\x60\xae\xfb\x6a\xb1\x1f\x29\x59\x40\x8d\xad\x47\xe9\x01\x6a\xb4\x94\xa7\x6f\xc4\xc6\xbe\xad\xfc\x00\xf5\xca\xfc\xcb\x80\x74\x05\x39\xac\xd4\x2d\x3d\x3a\x80\x19\x63\xd3\xcb\x24\x00\x3a\x2f\x9e\xaf\x87\x3d\xf9\x09\x9d\x92\x69\x7e\x99\x22\x3e\x85\x26\xbb\x23\x0d\x49\x6d\x81\x07\xbd\x60\x7b\x25\x5f\x36\xdd\x92\x3d\x81\x74\xdb\xef\x03\x29\x5b\x3f\x67\xf8\x0b\xe9\xbd\xa5\x70\xca\x7a\xd0\x80\x14\x43\xbe\xa7\x0f\x3d\x99\xd3\xbe\x8f\x13\xbf\xc9\x4f\x10\x2d\xe5\x65\xff\x08\x6c\xee\x85\x70\x87\xdf\x07\x27\x78\xdc\x52\x72\x82\x17\xf2\x17\xdf\x2f\xa7\xce\x8b\x21\xf3\xe5\x5b\xe3\xe8\xfd\x2f\xd2\x0d\x05\xd2\x65\x6b\xb8\xcf\xcb\x1e\x91\x4f\x97\xca\x37\x52\x03\x29\x2a\x80\xd5\x7b\xf9\x3d\x14\xf4\x3f\x3b\xce\x89\x5b\xb8\xed\x1a\xbf\x90\xc7\xe4\x1a\x3f\x1a\x87\x80\x5c\xe3\x07\x11\x29\xb7\x72\x1c\x94\x9e\x59\x15\xb3\xbe\xb2\x54\x8e\x68\x8f\x6d\xf6\x65\xbd\x31\xae\x09\xfb\xc2\x09\x15\xbc\x5f\xd6\x07\x62\x94\x7f\x59\x04\x84\x29\xbc\xb8\xab\x46\xd5\x69\xf3\x11\xd3\x28\x3f\x4a\x7c\x35\x7e\xb1\xbe\x7c\x20\xab\xd1\x50\xe8\xcb\xd4\x1b\x7a\x98\x7e\x2e\x2b\x1d\x5a\x3e\xad\xa9\x6a\x79\xb0\xa6\x21\x3d\xbc\xc1\xf1\xfe\x76\xbe\x20\xac\x17\x6f\xce\x86\x1a\x50\x49\xb3\xd9\x30\x6f\x48\xf9\x02\xaa\x3a\x28\x52\x53\x09\xa6\xe8\x42\x5e\xfb\xd2\x90\x45\xe4\xb5\xaf\xd7\x91\x0e\xb5\xef\x61\x2d\xf2\xd3\x97\xd8\xa6\xdf\xbe\x33\x13\xfb\xeb\xdb\x39\xe4\x23\x53\x92\xa8\x20\x86\x4a\x3f\xc9\x73\xa5\x50\x3c\x32\x12\x8d\xdf\xe0\x89\x01\xcd\x0e\xfe\x0b\x6e\xf2\x86\x1c\xd3\x27\xe6\x09\x76\xb3\x9e\xe4\xe9\xf1\x67\x2a\x6d\xc1\x9e\x53\xc2\x3e\xfc\x18\xe9\xe4\xc2\xaf\xdc\x70\xbf\xdf\xf6\xd3\x22\x1b\x93\xb5\x80\xd4\x1a\xb7\xb3\x16\xc4\x97\xf8\xf6\x53\xac\x99\x72\x99\xd8\xaf\x60\x63\x06\x9a\xee\x4d\x82\x70\x73\x79\xf3\x4b\x7c\x80\xca\x52\x70\x12\xb4\x7c\xdb\xb5\x7f\x7e\x7a\xd0\xb1\x8d\x8f\xcd\x79\x09\xb6\xb8\x61\xde\x3c\xf6\x99\x42\x26\x95\x21\x9a\xb7\x42\xd6\x6f\x44\xce\x8c\xd1\xcc\x15\xd3\xf9\x1b\x45\xb6\x06\x54\x82\xb4\x2d\x55\x8d\x79\x5a\xed\xb2\x03\x30\x46\x91\xe7\xf1\xf9\xce\x4f\xd8\x66\xc8\xbe\xc6\x75\xa5\x19\xd1\xaa\x7b\x9c\x9b\xef\x51\x9e\x81\x94\xfc\xc1\x1d\x4e\x67\x26\x68\xa7\x31\x9f\x8a\x00\x38\x98\xab\xe9\x37\x7e\x70\xe2\x4d\x07\x00\x10\x6b\x3a\x37\x1e\x3e\x39\x81\x6c\xc4\x3e\x80\xa6\xbc\x18\xe9\xc2\xfb\xe8\x4c\x33\x4f\x35\x9a\x66\x5e\x8a\x47\xd8\x81\x94\xdd\xfd\xe4\x43\x39\x8f\x51\xa9\x67\x72\x13\x78\x75\xa6\x72\x13\x54\xd8\xd3\xdc\xec\x3b\xf2\xc3\x4a\x0b\xbc\x34\xc6\xf3\x5b\x76\x3d\x79\xe1\x07\xd5\x72\xfa\x49\x9f\x02\x83\x9e\x4e\x79\x80\x26\x3c\xfd\x12\x4f\xcd\x5c\x61\x40\x39\x40\x41\x66\xda\xab\xf2\xa1\x89\xb5\xf2\x21\x2a\x60\x0b\x28\x5b\xe3\xc1\x84\xd8\x51\x09\xfb\x9a\x7e\x6f\x87\x67\x7b\xe6\xe6\xd0\x40\x7c\x32\x93\xa4\x06\x9c\x67\xd3\x49\x0d\x12\x5f\x37\x37\x47\x0a\x12\x35\x37\x37\x2b\xd8\x1f\xc8\xe7\x52\xd6\x8f\xc0\xb3\x46\xc3\xf2\x1e\xa0\xc7\xcd\xcd\xb6\x97\xcf\x42\x38\x72\xfd\xb3\x12\x88\xcd\x07\xbd\x92\x73\x0d\xf4\xa5\x14\x9d\x19\xf8\xf4\x5b\xc2\x81\xc4\x08\x7a\xa0\x97\xde\x23\x49\x97\xca\x6d\x65\x56\x3c\xf7\x4e\x82\x75\x20\xcb\x2a\x1b\x90\x33\xbe\x17\x20\xed\x18\x96\x6f\xb7\x54\xee\x83\x70\xee\xb6\xe2\x96\xb4\x22\xf3\xc8\x91\x1e\x74\xa2\x6f\x29\x13\x53\x3a\xf3\xdd\x5b\x90\x87\xeb\x97\x79\x38\xa4\xe6\xee\xab\x4a\x9d\xfe\x4c\x85\xcc\xe9\xee\xf3\x1b\x22\xdc\x71\x07\xa4\x43\x67\xcf\x08\x2d\xed\x8b\x45\x36\xec\xc2\x53\x0f\xf3\xac\xba\xa0\x23\x41\x12\xbd\x6e\xee\x64\xcf\x60\x1f\xea\x9d\x9e\xc2\x9b\x34\x53\x31\x0d\x07\xa1\x4a\x53\x31\x0d\xed\x1a\xe0\x13\xb2\xa3\x55\x9d\xda\x8d\x15\xd7\x0b\x3e\x65\x7c\x1a\xb5\xe2\xd1\x03\x3e\x34\xae\x06\x64\xbd\xa3\xa4\xd0\x93\x95\x76\xb4\x70\x2c\xf8\x8e\xc2\xc5\xf6\xe6\x01\x1f\xe8\xd3\xa9\x0e\xfc\xc4\xda\x82\x74\xa2\x5d\x8c\x43\xba\xf5\xd5\xb3\x58\xe8\xd6\x67\x40\x0b\x96\x99\x76\x34\x35\x5a\x3a\x9c\xbc\x02\x73\xc6\xe4\x25\x1e\x1c\x51\xf3\x70\xea\x48\xbf\xcb\xb7\x40\x0d\xcd\x07\xc0\x3c\x88\x69\x63\x1a\x94\x6d\x60\x0f\xe7\x3a\xac\x4e\xd8\xae\x30\x0f\xec\x74\xf9\xd2\xa7\xe3\x95\xaa\x60\x94\xba\x34\x0b\x46\xbe\xb6\xc2\x39\x33\x9d\x5e\x20\x8c\xe3\xc0\x9a\x71\x06\xb4\x88\x08\x2f\x3d\x9c\x40\x94\xfd\xef\x84\x02\x0d\x7f\xcf\x3c\x78\x30\x80\x91\x69\x0d\xb1\xcb\x4e\xc7\x34\x5c\xbd\xa6\x4f\x7b\x0c\x2e\x20\xa5\x40\x0b\xf2\x66\x14\xf8\x86\xa6\x42\x1c\x8e\x9e\xaa\xf0\x82\xd4\xb5\x1c\x96\x71\x72\x98\x5d\xe0\x83\x7e\x0d\x69\x1c\xac\x77\x20\xc9\x33\x8d\x99\xe6\x9d\xfb\xb4\x63\xcb\x3e\x03\x99\xc6\xf5\xfb\x9b\xf5\xd3\xa9\x06\xae\x2b\x1f\x8a\x32\xad\x7e\x4c\xc7\x3b\x5c\xd6\x31\xa7\xb3\x00\x84\x6d\x14\xc7\x3f\xe1\x62\x9a\x85\x8b\x4e\x30\x0e\x1e\xda\xe9\x9c\x2e\x05\xf3\x7c\xe7\x5b\x8e\x0c\x26\xc8\xf1\x06\x57\x4b\x5d\xf6\x0a\xbd\x6a\xb3\x92\x84\x66\xf2\x42\xce\x46\x2f\x37\x8a\x15\x5f\x4a\xd1\xc3\x5f\x3a\x8b\xf5\x3c\xce\xd7\x62\xf5\x9d\xdd\xe9\x9b\xfe\x17\x1b\xb9\xc0\xd8\x6d\xa7\x98\x0a\x13\x28\x61\x5e\x0a\x13\x28\x61\x5e\xc5\x89\x48\x70\x0d\x4d\xbd\x5b\xd3\x09\xd5\x98\xba\xe8\x5f\x78\x11\x6d\x3a\x32\xe0\x62\xe7\xea\x9d\x9a\x03\x4b\xfd\xf4\x35\xff\x0b\xae\x5e\x89\x2f\x82\x5b\xf9\x29\x9a\x96\x95\xf5\xe5\x7d\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\xc8\x25\x3c\x2b\xae\x33\x77\xe2\x87\x68\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\x5f\xe5\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\xf4\x64\x56\x2f\xe4\x00\x39\x99\x27\xfd\x60\xe8\x82\x8c\x38\x98\x3a\x0c\x09\x1f\xd6\x54\x14\x41\x25\x22\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xa3\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\xc7\xa1\xa6\x9b\x5b\x71\xbb\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\xe6\x83\x80\xee\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\xc4\x5e\x4f\x3c\xf5\x68\xed\x53\x0f\xca\x74\x94\x89\x79\x92\x1a\x9a\x89\xb7\xa7\x3e\xe1\xd4\x93\x57\x63\x88\xbc\x98\x27\x26\x47\x36\x19\x17\xfd\xf1\x38\xcd\xd3\x8b\x6f\xb5\x7d\xfa\xda\x7f\x8e\x2a\x3b\xf2\xc9\xaf\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x45\x04\x3d\x7d\xfa\x71\x18\xde\x37\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x17\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x3e\x11\xc6\x3e\x49\x09\x10\x0e\x95\x24\x00\x9c\x71\x7e\x46\x25\x8c\xc5\xcf\xa8\x0c\x82\xdc\xa7\x5c\xdb\x95\x88\xbf\xe9\x6b\xff\xdc\x31\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\xdf\xf4\xe7\x1d\xa4\xe9\x87\x53\x2e\x66\x44\xaf\xa1\x54\xb2\x68\xce\x0b\x16\xc9\x76\xe1\x62\xff\x62\x34\xdf\xb2\xf0\x8b\xb8\x2f\xf6\x1d\x4e\xf1\x6c\x89\x0b\x03\xe9\xa7\x57\xcb\x29\x6c\xd9\xcb\x21\xc1\xd9\x30\x76\x84\x47\xb7\xb9\x06\x53\xc6\xd8\xb0\x3f\x43\x71\x7e\x3f\x05\x8b\xc6\xbc\x08\xff\xe4\x28\xbd\xf0\xc3\x20\x72\x5e\x37\xdd\x30\x58\xad\x77\xdb\xc0\x50\xe2\x10\x59\x75\x27\xf7\xf2\xf1\xd2\x4c\x5f\xcc\x3f\x6b\xea\x62\x3f\x85\x01\xfa\x2d\x14\x82\x12\xa7\xdc\xdb\x75\xdb\xc1\x5e\x27\x5b\xdb\xd3\x8e\x47\xe6\xa1\xb4\xce\xf4\x0e\x40\xeb\xe2\x70\x4e\x3f\x52\xd2\xd0\xa9\x1a\xc1\x0b\x67\x40\xd9\xb5\xe0\xaa\xf2\x51\xd7\x86\xec\xde\x30\x5d\xb1\x88\xf2\x58\x77\x54\xdc\xc9\x1d\x7d\x2c\x17\x53\x2e\xeb\xda\x40\x56\x1e\xeb\xda\xf6\x94\x5d\x82\x4e\x20\xaf\x60\x4f\x55\x5f\x6a\x18\x01\xed\x14\x62\xf5\xfd\x80\x09\xc9\xc4\x67\x73\xf2\xe0\x2d\x90\xf3\x2f\x32\xe8\x2c\x27\xbd\x48\x0e\xae\xc1\x47\x32\x15\x2f\xde\x2f\x50\xd6\xab\x4c\xd7\xcd\x22\xd0\xac\xd3\xb8\xb6\x14\x3a\xf5\x0c\x83\xf6\x4d\x00\x16\x53\x8e\xef\x3d\x27\x3d\xf7\xfe\x71\xf8\x4c\x79\xbe\x6b\xdb\x03\x29\x68\x33\x3d\xf2\xb6\x1c\x8d\x4e\x4f\x5d\x20\xa5\x0a\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x06\x09\xb1\xfb\xb3\xd9\x94\xd5\x53\xc6\x3c\x32\x0a\x82\x64\x4a\xea\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xa2\x1f\x6a\x21\xa1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x17\x98\x72\x88\x17\xc2\x05\xa7\xdf\x1d\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\x8f\x8b\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x93\x74\x40\xbf\x52\xc6\x97\x26\x1e\x9c\x91\x53\xb9\x02\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xc4\x01\x3c\x5a\x33\xf5\xb6\x48\xd9\x58\xe4\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\xf7\x43\xb8\xda\x33\xbb\xe3\x35\xf7\x14\xae\x91\x44\xa6\xed\x7e\x8a\x06\xaf\xe5\x94\x47\xfb\xe0\xcd\x89\xe9\x8c\x03\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x1c\x03\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x0a\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x24\xa4\x36\x14\x50\x3f\x12\xd2\xd0\xda\xf5\x48\x48\x89\x90\x32\x7c\x28\x70\xd6\x0c\x84\xe3\xf1\xbd\xb9\x7b\x0e\xdc\x33\x6c\x43\x39\xd1\x4b\x96\xdd\x39\x01\xb8\x5c\x34\xfd\x82\x48\xe3\x54\x1f\x7e\x91\x92\x33\x6a\x60\x5d\x4c\x33\xc3\xf8\xec\x40\xac\x7a\x01\xb4\x57\xac\x06\xb4\x7d\x09\x82\x19\x5c\x29\x3f\xd3\xcd\x5b\x2d\x51\x57\x2f\x19\x11\x3a\x36\xed\xa7\x6f\x88\x41\xf2\xd3\x97\x33\xcd\xdc\x46\x16\x7c\x42\x04\xa9\x6a\x33\x0c\x67\xfc\x20\x58\x81\x93\xdb\xcf\x79\x64\xbd\x86\x63\xc2\x3f\x65\xda\xdf\xd0\xd6\xc0\x38\x8d\x00\x3c\xec\x40\xe3\x88\x1f\xda\xd1\x67\xa6\x52\x87\x03\x99\x7c\xe6\x70\xc2\xb5\x2d\x65\x0a\x71\xed\x69\x45\x6f\xac\x9e\xa9\xf9\xd2\xce\x4b\x99\x66\x03\xaa\x53\x5e\x81\xd5\x7d\x03\xdc\x45\x84\x81\x24\x44\xc0\xee\x9d\x74\x80\x38\x8a\xa9\xb4\x02\x05\x73\xf7\x54\x1e\x81\x83\xc8\x88\xe9\x78\x81\x11\x53\xd2\xed\x33\x85\x40\x84\x79\xdb\xc2\xc7\x94\x2b\x73\x40\xd9\x60\xaf\xb7\x1f\x91\x49\x1f\x8e\xb4\x84\x2b\xdc\x3e\xf7\xb7\x34\xe3\x6c\xcd\x3d\xcd\xd8\x1a\x0e\x24\x43\x1c\xaf\xe8\xcd\xdb\x62\x5d\x38\xc6\x6d\xb1\x2e\x5b\xf4\xb6\xa3\xf9\x4a\xb3\x0a\xc6\xe0\x39\xd8\xe9\x2c\x02\x1b\x04\xe1\x24\x02\xb9\x2f\x32\x6f\x3f\x6a\x7c\x66\xb6\x78\x3a\x68\x00\x3d\xdc\x6c\x3a\x15\xf3\x81\x71\xdf\xb6\x89\x84\x9a\x6f\x02\xe0\x38\xd6\x1c\x81\x80\x41\x7c\x2a\x87\xc0\x81\xd7\x63\x92\x43\x00\x2e\xaa\xe0\x84\xd2\x7b\x6a\x0e\x77\xc9\xc0\x10\xf1\x11\x60\xfc\x46\x47\xe4\xe0\x69\x15\x0d\x97\xfe\x74\x9e\x80\x56\x53\xb8\x78\xea\xc6\xd6\x53\x9a\x80\xca\xbd\xf2\xa9\xa8\x81\xfd\x24\xb8\x71\x4e\x5b\x76\xb9\xce\x32\x67\x96\x3a\x0d\x99\xd6\x3c\x41\x8e\x22\x20\x21\xf3\xf4\x23\x1c\xa3\xa4\x5d\xf3\x7c\x22\x05\xe6\x1c\x44\xcc\x00\x49\x9a\x80\x9e\x9c\x18\xa0\x5d\xe9\x73\x80\x42\xda\x95\x3c\x93\x51\x0f\x10\x0a\x0a\x7a\x90\x27\x55\xfd\xd8\x00\x13\xad\x68\x84\xda\xd0\x93\xa7\x19\x03\xe6\x1a\xc7\x26\xc4\xca\xc2\xf3\x19\xb8\x4c\xe6\xb4\x68\x48\xb8\xc6\x9c\x16\x0d\xa1\x61\x85\x1f\x54\x32\xc7\x4e\x5d\xf5\xaf\x3c\x64\x3e\xfd\xe6\x45\x4b\xff\x4a\x1d\x41\xe8\xd6\x74\x60\x02\x9e\xb8\x39\x1d\xc0\x0f\x5b\x98\xf2\x60\x45\x5e\x50\x4e\x80\xc5\xed\x40\x55\x56\xb4\xde\xbe\xbf\x3e\x3f\xfd\x38\x46\x54\xfa\x29\x16\x52\x32\x28\x3b\x17\xae\x4c\x95\xcc\x2a\xed\x4a\x1f\xb6\xd4\x1a\x72\x94\xc4\xd5\x99\x39\xbf\x9c\x81\xd3\x6a\xea\xe5\x8c\x55\x78\x02\x6a\xc8\x57\xaa\xea\xa1\x1a\xf8\xf4\xc3\x5e\x5c\x62\x47\xa6\x33\x11\xe4\xfa\xd3\x24\xda\x82\x08\x81\xe9\x54\x04\x38\xca\xe6\xc3\x17\xd2\xb7\x7c\xa9\x73\x1f\x45\xd8\xb1\x17\xdb\x48\x99\x5e\x07\x66\x58\x0f\xdf\x5c\x21\x38\x64\x2a\x2f\xc1\x71\xe4\x43\xa9\xa0\xdc\xdc\x9c\x0f\x8b\x28\xe8\xcf\x0f\x7b\x71\x33\x2a\x85\x8b\x6f\x5b\xbe\x53\x1c\x25\x72\xa8\x83\x3d\xc8\xb2\x31\xfd\xfe\x46\x94\xbf\x87\x2f\x3a\xb1\xc8\x79\x7e\x83\x2d\xe0\x47\x35\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x20\xc0\x7b\x91\x6e\xc7\x9f\x34\x15\x05\xb2\xe7\xf2\xd2\x7c\x60\x4d\x3c\x03\x9a\xfd\x65\x5a\xed\xb9\x85\x2d\x3c\x7c\xf3\x11\xa6\xf5\xe0\x12\x2c\xa8\xc3\xfd\x10\x21\x95\xb1\xa0\x12\x8d\x3c\x15\x40\x52\xc9\x45\x36\x1f\xb6\x47\x11\x64\x33\xfd\xe0\x46\xac\xce\x3c\xb8\xf1\x41\xcf\x6e\x07\x44\x36\x45\x97\xf4\x38\x8a\x1e\x78\xc6\x18\x97\xa3\x10\xf0\x29\xce\x87\x93\x95\xc2\xc1\xfc\xfa\x06\x39\xd5\xa6\xdf\xdb\xf8\x08\x21\x7e\x70\x23\xb7\xab\xa6\x5e\xdc\x28\x51\x2f\x1f\x84\x28\xb0\x61\x15\xb3\x72\x8c\x9a\x4e\xec\x9c\x64\xd0\x4f\x8b\xc6\x39\x91\x15\xc3\x52\xb9\x9d\x33\x9f\x9d\x99\xed\x80\x7a\x05\xaf\xa5\xaa\x9f\x52\xdd\x03\x1a\xdd\x13\x48\xc6\x84\x2d\xed\x88\x81\x60\x5b\x73\x3a\x85\xc1\x55\x9e\xe9\x74\x0a\x84\x28\xcc\xe7\x00\x9f\x1d\xd0\xf8\x0c\xa0\xc5\xf1\x79\x12\x6f\xf2\x90\x06\x3e\xfa\xf9\x44\xa0\x42\x70\x7e\x5a\x8c\xee\x81\xcc\xd1\xf6\x34\x24\x84\xae\xf4\xa9\xa5\xc6\xf0\xe5\xd7\x32\x3e\x32\x8a\x33\x31\x10\x47\x38\x95\x89\x61\xe7\x5a\xdf\x74\xf8\x4b\x23\xe0\x66\x3a\xfe\x25\x77\xbf\xa6\x9f\xd2\x28\x63\xa4\x5d\x69\x16\x3d\x75\x65\x06\x3b\x03\x39\x63\x2b\x23\xf1\x5b\x2f\x68\x2b\x0a\x87\x29\x5b\xa6\x59\x46\xee\xcf\xea\x99\x48\x33\x21\xf6\xdf\x7e\xe6\x4e\x64\x19\x7f\x82\x9f\xd5\xe0\xc6\xc9\x7c\x3a\xe7\x0f\x8f\x0d\x4e\x87\xca\xf0\x98\xea\xf4\xdb\x19\xe4\x5d\x9f\x4f\x5f\xe1\x24\x4e\x65\x3e\x1d\x5e\x80\xa2\xf5\x74\x78\x01\x97\xd6\xe6\xd3\x74\x58\x53\x15\x3a\xfc\x3e\xe6\x7b\xfa\x61\x8d\x76\xc1\xb7\x9c\xca\x21\xca\xad\x82\x6c\x92\xc8\x67\x3a\xb1\x43\x3c\xb8\x7e\x74\x83\x47\xc2\xa7\x43\x6c\x48\x20\x3d\x1d\x62\xd3\xd9\x97\x44\xd8\x5c\xa9\xa9\x41\xa2\xae\x39\x01\x04\x0f\x2e\x4f\x5e\xe7\xc8\x90\x15\x53\x53\x79\x1b\x7b\x2a\xa4\xa6\x8c\x33\x55\xe5\xe4\xe2\x58\x77\x48\xcd\x4e\x78\xcb\x74\x9c\x4c\x23\x06\x6a\xbe\x14\xd7\x45\x3c\xc1\x7c\x99\xb4\x51\x72\x5e\x8a\x39\xdd\x6b\xa0\xa2\x87\x6f\x68\xc6\x21\xa7\xc4\x9b\xcc\x97\x9f\x8c\x09\x72\xc3\x98\xa7\xaa\xa8\x7e\xa4\x8b\x87\xc7\x11\x10\xec\x98\x01\x05\x2d\x44\x47\x76\x4a\x09\x32\xdf\xcf\x97\xc3\xf0\x90\x6c\x1c\x36\xd3\x08\xd0\x9a\xaf\xd0\x79\xea\xfa\x58\xcb\xa0\x6f\x23\x44\x27\x32\xf0\xc6\xa8\xac\x1c\x12\x47\x0c\x47\x2f\xc4\x0c\x34\xbb\x17\x9e\xde\x33\xa5\xa2\xed\x91\x42\x3b\x56\x03\xbd\xdd\x25\x9d\x48\x1d\x39\x32\x4c\xa9\x23\x5b\xa8\x45\xb2\x67\x29\x59\xf6\xe9\x7d\xc7\x3c\x4f\x78\x06\xcd\x8a\xb6\xf7\x2c\x97\x8c\x55\xbc\xf9\x34\x5f\x26\x66\x50\x7f\xfb\x25\x53\x58\x98\xe3\x5f\x72\x37\x72\x3a\x00\x26\xf6\xbb\x77\xf8\x64\x40\x6f\x27\x34\xc6\x37\xa4\x86\x68\xfa\x76\x60\x72\x6c\xb2\x6f\x4c\x0c\x81\x9e\x0a\xfa\xe0\x4b\x1d\xc3\xbc\xdb\x33\xfd\xfe\x06\x59\x9f\xa6\xf2\x4d\x24\x5f\xd5\x54\xac\x4a\x25\x66\x6f\xbe\xed\xf0\x47\xb8\x52\x74\xca\x11\x8d\xc8\xc1\x29\xf5\x83\x1c\xeb\x0e\x43\x71\x78\x0a\x0f\x29\xcc\xf7\xcd\x40\x98\x91\x9b\x81\xa4\xd4\xda\x24\xfc\xc6\xaf\x63\x70\xef\x61\x3a\x0a\x65\x3f\x4b\x0a\x9f\xfe\x94\xd9\x94\x80\x19\xe1\x4b\x71\x27\xb5\x67\xde\xed\xb8\x4b\x68\x87\x1f\xc1\x68\x04\x66\x4d\xc7\x9d\x10\xdc\x32\xdf\x4e\xf2\x9c\x30\x03\x05\x9e\x54\x92\xc9\xcf\x37\x8c\x0b\xdd\x53\xa9\x29\x6a\xff\x7c\xe9\x7d\x93\xa1\x39\x0f\x15\x8c\x54\x71\x28\xd5\x09\x4c\xaf\xbe\x61\xa6\xd4\x59\xbb\x40\x37\x2b\xe6\xb4\x40\x73\xc0\x2b\xe0\xda\x71\xbe\xaf\xb7\x20\x35\x74\x50\x26\x5d\xc2\xf9\xdb\x16\x24\x76\x70\xd2\x89\x2d\xcf\xbe\xfd\xb9\x40\x1f\x7c\x57\xc0\x53\x5f\x82\xc1\x70\xec\xfd\x09\xe4\xbd\xa9\x99\x5e\xa0\x73\xdd\x5f\xe9\x65\xe8\xcb\xb4\x63\xed\xaf\xa4\x21\x4d\xc9\xfe\xed\x6d\xcb\x55\x55\x02\xe9\x9e\x3e\x15\x85\x20\x4e\xbe\x20\x1f\x4a\x95\x2e\x45\x6f\x4e\x94\xb5\x20\x2f\x6e\x20\xc8\x0d\x64\x6d\xd2\xb4\xdc\xbd\x40\x85\x48\x9c\x29\x14\xf5\xef\xf9\x52\x0e\xb9\xcc\x8f\xe4\x3a\x5f\x89\x5b\x90\x07\x09\x3a\x56\x71\x37\x26\xfd\xf6\x18\x99\x66\x07\xf2\xd9\xcf\xbf\x40\x71\xef\x8d\x51\x99\x0e\x33\x46\x7b\x8c\x4d\x5b\x0b\x3c\x3d\xaf\x7c\x29\xbb\x46\x3f\x8c\xce\xee\xeb\x38\x67\xad\x80\x6a\xe8\x28\x40\xeb\xf8\xea\x25\x50\x11\x94\x0f\x35\xc6\xa3\x03\xd9\x7c\x7f\xa5\x19\x6f\xbf\x7a\x02\xda\x54\x7a\xa6\xb2\x31\x68\x40\x53\xea\xef\x01\x64\x45\xfe\x18\x80\xe2\x0e\x81\xec\xa1\xdc\x2e\x20\xab\xf5\x35\xa0\x0c\x7c\x4c\xec\xee\xd8\x63\x3f\xc8\xb0\x40\x05\x2c\x96\x54\xd5\xac\x7f\x20\xa3\x03\x02\xbe\x28\x7a\x32\x90\xe1\x6d\x40\xcd\xdb\xdb\x60\x03\x82\x1f\xd1\x85\xf5\x80\x8d\x66\x6e\x4f\x56\xaa\x8a\x39\x65\x8c\x52\x68\x47\x50\xb3\xd8\x5f\xae\x54\xd5\xeb\x34\x2d\x55\x87\x0f\x08\x20\x63\x0a\x6e\xa6\x0f\x36\x93\x03\x48\x1c\xf9\xbb\x20\xe9\x93\x1b\x93\x61\xbb\xe8\x41\x4d\x07\x22\x35\xda\xc4\x38\x52\xc1\x46\xc4\x92\xfd\xea\xc7\x31\x7e\xfb\xd0\x7a\xc6\x09\xa6\x4e\x7b\x13\x76\x72\x98\x74\xd8\xa0\x87\xf3\x24\xf8\x86\xd3\x02\x35\x1d\x9f\xaa\x9a\x0e\x76\x9d\x32\x62\x74\xc7\x3a\x2d\xc8\x8c\xf1\x4c\xa1\x29\xe9\x2c\x80\xba\x53\xd1\xd3\xaa\x82\x18\xd8\x75\x7a\xff\xa2\xda\x41\xb7\x20\x45\xdc\xf7\x0a\x24\x3a\x2a\x29\x63\x20\x14\x42\x48\xc1\x40\x8e\x96\x0e\x59\x1d\xb0\xb7\x74\x62\xdf\xd9\x06\x02\x7e\x00\xe3\x62\x99\x8f\x01\xb2\xcc\x81\x09\xab\xa6\xae\xd1\x63\x20\xbc\x77\x76\xa5\x4f\x6b\xc6\x9f\xba\xbe\x9a\x45\x3b\x0a\x69\x08\x9f\x3e\xb0\xaf\x41\x3e\x8e\x5e\x39\xd9\xce\x07\xd2\x4f\xa6\x16\xd3\xc9\xe7\x53\x59\x39\x1a\x7d\xea\x7e\x72\xff\x74\x62\x85\xbf\xa4\x21\xa5\x4a\xda\xd3\xce\xad\xcb\x7f\x54\x35\x01\x85\x15\x91\xa0\xe3\x2a\x01\x0f\x89\xd9\x74\x22\xe1\xbd\x6f\xf9\x52\x0b\x7f\x7e\x6b\xe6\x5e\x55\x75\x70\x64\x2a\x15\x2a\x11\x42\x3c\x78\xe0\x9b\x33\xc6\x69\x3f\x3a\x64\xc9\xd3\x18\xe5\x53\xa8\x6b\xb4\x2d\x90\xe8\x20\x2b\x8d\x5c\xcf\xa6\x21\xb7\xc7\xc9\x01\xa4\x64\x1e\xab\xa1\x80\xca\x1d\xc3\x89\x58\xcc\xfe\xa0\x0a\x85\xba\x94\x83\xa9\x2c\xd8\x4e\xd8\x99\x84\xba\x84\xc5\x3a\x41\x87\x93\x1f\x2d\x48\xf3\x03\xb5\x97\x1c\x9e\x34\x3b\xbc\x33\x3a\x90\x87\x19\xc8\x66\xb9\x92\xaa\xba\x1e\xc7\xa0\xcb\xa0\x4b\x30\x90\xcd\xee\x6a\x29\x84\xf4\x82\x81\x45\xae\x40\x4a\xf0\x05\x73\x28\x66\x78\x6c\xe2\xe2\x03\x11\x4e\x51\xa0\xc3\x34\x83\xc7\x8f\xe9\x09\xe1\x81\xac\x49\xad\xe4\x4b\x6d\x93\x96\x32\x16\x81\x76\xfc\xc8\x18\x5b\xb3\xf8\x60\x6b\xb4\xea\xdc\x2f\x57\x20\xf7\x08\x72\x26\x2d\xf6\x53\x99\x6c\x4c\xfa\x40\x94\x66\x4f\x2b\x25\xc7\x51\xe0\xf8\x0e\xbc\xf9\xcc\xb9\x85\x2d\x64\x80\xe2\x90\xf4\xf3\x03\xda\x3a\xc0\x51\x5a\xe5\xfc\xc9\xa1\x57\xfd\x20\x28\x93\x55\x21\x26\x50\xaf\x66\x80\x4c\x56\x35\xf5\x5c\xa9\x6a\x72\x6e\x01\x65\x66\x86\x8f\x39\x29\x48\x76\x69\xf5\x23\xde\xe5\xd3\xa5\xd1\xe3\xb4\x70\xe2\x8f\x1d\xd2\x22\x9e\xe7\x62\xd6\x15\xcf\xd3\x6b\xfa\xb4\x5c\xc6\x54\x3a\x64\x67\x14\x66\xaf\x0e\x10\x62\x98\x90\x5a\x4d\x65\x99\x4f\x32\x30\xdf\x76\x28\x81\x2c\x9c\x9e\x01\xbd\xb6\x35\x9d\xbe\xc5\xab\xc0\xf6\x96\xb7\x1b\x3e\x56\x4d\x5c\x10\x4c\x85\xb8\x1a\xe3\x34\xfd\x40\x95\xca\xee\x51\x3b\x6c\x8c\xb7\x41\xca\x95\x42\x7b\xdf\x3f\x0d\xe9\x58\x84\x2c\x95\xc1\xa3\xd7\x2c\x1f\x47\x5f\x1a\x32\x05\x41\x4f\xd5\x21\xb8\x67\xfa\x24\x04\x37\x0b\x68\x4d\x0d\xd6\x50\x9d\x26\xf2\xcc\xc4\xf3\xfc\x6c\x4d\xa9\x50\x68\x8c\xd3\x1c\xa8\xa7\x4c\x42\x77\x86\x69\xe9\x9d\x8d\xc1\x63\x20\x17\x7c\xe3\xb4\x30\xd6\x0b\x90\x91\x4d\x19\xc8\xe6\x4b\xbb\x1b\xd8\xfe\x8a\x19\xaa\xbd\xe5\x4b\xbd\xa9\xc7\x0a\xf1\x52\xc8\x09\x76\xa7\x45\x33\x06\xa2\xf8\xa1\x23\xbb\xef\xb4\x35\xe1\xfb\x2b\x95\xab\xaa\xd9\x6c\x1a\x55\x52\x43\x98\xee\x69\x8e\x37\xe8\x62\xf8\x35\xe7\x1d\x48\xdf\x8d\x0b\xc8\x01\x39\x2c\xe5\x69\x59\x6c\xd0\x8c\x83\xbe\x2e\xb6\xf4\xe9\xcc\x31\xe9\x83\x43\x91\x11\xdf\x30\x72\xd0\xd1\xd5\x85\x3e\x52\xa8\x77\x24\xf6\x94\x89\x51\x1c\x69\x54\xbc\x60\x30\x7e\x14\xc3\x1e\x50\xd7\x13\x82\xdc\x6d\xe4\xbc\xac\x8e\x3a\x0a\x87\x3b\xcd\xc4\x06\x6b\x85\x96\x08\x9d\x39\x22\xa9\x77\x10\x37\x0d\x8e\x94\x19\xd3\x34\xa3\xe7\x6e\xf7\x40\x5a\xd4\x0e\xa6\xd8\xc1\x7a\xfa\xf7\x19\x98\x95\x43\x65\x3c\xd3\xac\xb9\x58\x0b\xa8\x81\xec\x81\x1c\x64\x0f\x4b\x71\x06\x8f\x70\x2a\x87\x32\x8d\x2d\xd0\x2d\xe8\x04\xb2\xc1\x04\x01\xfc\xf2\x53\x4e\x91\xe3\x9c\xa5\xc3\xd6\xae\xab\x3b\x94\x69\x43\x62\xd0\x93\x25\x75\x6c\x29\xab\x82\x52\x76\x09\xda\x80\x6c\xae\x38\x03\xea\x0e\x0c\xcc\xd0\x0f\x94\xf8\xfd\xd4\x05\x19\xb9\x94\xb1\x76\x1d\x90\x19\x48\x27\x96\x64\x11\x32\x2f\x8c\xac\x9d\x96\x6e\x27\x95\xa7\x25\x1c\x98\xcc\xe5\xe5\xbb\x2e\xc8\x49\x17\x46\xfb\x33\x75\x17\xe3\x8c\x12\xed\x77\x48\xf6\x73\x04\x9c\x42\x90\xe9\x12\x9f\x1a\x5b\xda\xb1\x3b\x28\x93\xa7\x80\xa7\x81\x56\xef\x08\xa7\x6c\x67\xbf\x3c\x52\xd0\x90\x2e\x6e\x84\xc2\x50\x2e\x9c\x55\xd0\x81\xe3\x9d\x46\x16\x81\x7c\xb5\x57\x3e\x95\xdf\x1a\xe5\xa2\x75\x7b\x35\xd8\x50\x8a\x7f\xaa\x63\x4f\xa1\x16\x65\x4f\x99\xbc\xb6\xe0\xa3\xf4\x1d\x75\xec\x81\x86\xa0\x1d\xc8\xfd\x6f\x40\x9a\x00\x54\x0d\x85\x49\xd5\x81\xb6\xed\x30\xa9\xc1\xae\x74\x26\x8f\x0a\x49\x34\x84\x6e\x26\xb9\x11\xc9\x0f\x17\xe7\xcd\x91\x2b\x88\xe3\x91\x1c\x01\x59\x69\x4f\x81\x63\x98\x88\x11\x59\xa0\x63\x44\x5a\x40\x0d\x1a\xd1\x9a\xa8\xa5\x02\x6f\x54\xd8\x52\x1d\xac\x6d\x73\x26\x97\x73\xa4\x90\x65\xe8\x80\x66\xb2\x23\xa0\xac\x0e\x17\xdb\x48\xd1\x49\x65\x83\x84\x14\x8f\x54\x47\x96\x01\x39\x26\xf8\x4e\x77\x9a\xaa\xda\x8d\x9f\x0f\xbb\xc8\x22\x1f\x6a\xaa\xe1\x80\x4d\x47\xd0\x38\xbe\x8d\xef\x5e\x55\x35\xf3\x47\x3a\x14\xe5\xa1\xe5\x2b\x72\xa9\x0e\xa4\x70\x05\x2e\xd5\x01\xe5\x75\xdf\xc8\xbb\xa0\xe0\xee\x80\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\xfd\x89\x35\x9f\x0a\xd9\x92\x2f\x85\x4f\x49\x99\x22\xd2\x58\x03\x3d\x80\x72\x7c\xbe\x93\x8b\xbb\xf4\x40\x56\xc7\x2b\x90\x82\x56\x91\x6f\xfc\x52\xca\x28\x29\x3b\x4d\x13\x69\x54\x89\x4e\xce\x54\xbd\x25\x3a\xa7\x51\x91\x6c\x49\xd9\xc3\x63\x4c\x3b\xcf\x1f\x5f\x57\x63\xa9\x94\xfe\xa3\x8e\x12\x48\x29\xd8\x91\xe2\x08\x7f\xba\xe0\x9c\x5d\xa2\xcf\x28\x29\xb4\x0b\x17\xee\xdc\x71\xe3\x20\xf6\xf7\xdb\x17\xad\x52\xb7\xb9\x21\x7a\xc1\xcc\xf9\xa9\x2b\x1a\x28\x81\xa6\xeb\xe6\x53\xe3\xc7\x82\xc8\x9c\x74\x41\xcd\x8a\x9c\xaa\xa3\x06\x72\xe8\x00\x07\x96\x9e\x63\x39\x3e\xe8\x99\xfd\xb4\x4c\x1e\x2f\xe8\xa4\xd0\x76\x9f\x2c\x89\x9e\x67\xed\x9f\x42\xf3\x60\x04\x1a\xc7\x55\x95\x32\xd2\xa9\x82\xea\x81\x14\x65\x75\xd4\x23\x90\xe6\x0b\xf5\x73\x58\xd0\xbe\xe0\x8e\xc3\xe1\xd3\x51\x8f\x87\xbd\x84\xd7\x16\xd0\x4e\xcd\x2b\x2d\x35\xcd\x66\x3e\xed\x3f\xbe\xae\xcc\x97\x62\xb2\x4a\x45\xbe\x70\xd4\x55\x39\x02\xf9\x40\xe5\x58\x1c\xf6\xac\x7c\xfa\xd0\xcc\x22\xb6\x91\xd5\xe4\x82\xe9\x8d\x61\xa3\x11\x92\xe3\xf0\x8d\xf9\x2b\xd8\xfa\x31\x7e\x68\x6f\xf8\xb2\xf2\x05\xf7\x74\xfc\x56\xa4\x55\xc7\x6f\xd5\x13\x59\x76\xf8\xce\x3c\xfc\x47\xc9\x52\x16\x0d\xa5\x17\x91\x6d\x4d\xa1\xc9\x76\x4f\xa1\xd1\xa5\xd9\xdb\x4b\xcf\x1c\x38\x62\xfb\xca\x74\x99\x21\x66\x4a\x30\x81\x66\x12\x24\x95\x0f\xb4\x43\xde\x69\xb9\x82\x1e\x79\xca\xd2\x89\x2f\xeb\x70\x64\x0c\x11\xd8\x1e\xf4\x30\x9b\x73\xaa\xeb\xd5\x96\x12\x1b\xb1\x42\xb4\x4a\xfd\x54\xb5\xe8\xdf\x53\xd5\xfe\x89\xcc\xad\x99\x1e\xb2\xc2\xf0\x0d\xa6\x6b\x4f\x9f\x1a\xf5\x19\x48\x41\x52\x8c\xc4\x51\x5a\xd7\x11\xe8\x50\xcd\x40\x9a\x02\x76\x18\x41\x5a\x74\xe8\x87\x61\xb8\x4e\xbc\x40\x9d\x7d\x67\x0a\x6f\xc5\x99\x02\x0d\x07\x82\x31\x21\xb7\x1e\xe6\x0d\x27\xf7\x63\x2f\xb1\x0f\x3a\x64\x6b\xff\x3e\xc2\x64\x55\xd5\xf1\x00\x07\xba\x7d\x61\xb8\xa7\x19\x5d\x6d\x65\x43\xdd\xa8\x74\x41\xd5\x04\xc2\x7a\x38\xba\x2b\x66\xe8\xdb\x57\xe3\x38\xbb\x6e\xdf\x8e\x42\xd9\xba\x39\xe7\x7a\x40\xa5\x94\xa9\xa9\xfa\xf8\xf1\x75\x6e\x70\xe7\x9b\x74\xcc\x94\x39\x05\xe2\xc5\xe1\x7f\x3b\xf2\x20\xb3\xe1\x1c\x64\x35\x65\x12\x9b\xc2\x9b\x94\x03\xa6\x8e\x4c\xf9\xb4\x2f\x09\xc4\x1d\x75\x0b\x39\x38\x75\xcb\x80\x51\x4d\xdc\x60\x57\x0a\x65\x83\x45\x6d\x9d\x16\x68\x98\x8d\x69\x29\x97\xcd\xe3\x60\xad\x81\xe2\xe7\x60\xad\xd1\xd2\x8a\x38\x6c\x4b\x2b\x22\x38\xe4\x29\xbd\xe1\x52\xca\xa7\xcd\x97\x47\x51\x00\x75\x92\xb2\x3b\x26\xf2\x0d\x55\x2d\x0e\x43\x8c\x8e\xd4\xba\x5a\xca\xc4\x20\x90\x71\x27\x84\x02\x6a\xc8\x45\xac\x8d\xa2\xb8\xd6\x26\x03\x55\x05\x78\x0e\x76\xf2\x74\x28\xcc\x08\xa4\xbb\x16\x3d\xed\xb0\xab\x02\x4e\xd1\x78\x50\xf5\x18\x3b\x90\xc6\xc8\xe6\x74\xbe\x99\xab\x05\x72\xc6\x91\x40\xac\x22\xd8\x38\x65\x10\xe7\xb8\x5e\x6f\x39\xe2\x16\xf2\xe3\x2d\xe3\xd3\x8c\x66\x8a\xc3\xc7\x11\x5d\x23\xdf\x59\x95\xba\x10\x48\x14\xe0\xb5\xc7\x2e\x30\xb9\x91\x83\xc8\xaf\x4c\x34\x75\x70\x14\x4d\xbb\xdf\x32\x1b\x3c\x3a\xcf\x10\xd1\x96\xb2\x72\x84\x66\x65\xc8\x4e\x04\x7d\xa6\x1d\xaf\xa3\x47\xe5\x8c\x35\x07\xac\xe2\x01\xfd\x0d\x20\xd8\x5a\x40\xf3\x76\x0e\x14\x45\x5f\x1d\xc7\x9e\x76\x44\x72\x48\x47\xce\x74\x13\x5c\x79\x06\xe6\xbc\xf2\xa1\x4f\x75\x9c\x29\x8e\xbe\x1a\x4c\xc1\x03\x1d\x0c\xda\x7d\x60\x10\x82\x5c\x15\x62\x55\x36\xf6\xce\xc3\x76\xee\x0b\x51\xef\x81\x45\x08\xee\xf1\x20\x7e\xe5\x4a\xa9\xf4\x8a\x96\x76\x65\x6d\xdc\x59\xbf\x87\x63\xbd\x39\x54\x15\xd5\x54\x47\x0b\xd4\x65\x2d\x62\x86\x2c\x17\xc7\xd9\xf3\xc0\x92\x03\x55\x3e\x24\xb0\x6c\x23\x85\xe6\xdf\x25\x85\x6f\xd9\x14\x98\x05\x22\x46\x60\x60\x0f\xa4\x66\x48\xff\x81\xed\x06\xad\xfa\xe1\x9c\xaa\xb1\xe9\x29\x78\xa9\x6c\x3d\x2d\x2d\x8a\xae\x88\x9b\xce\xa8\x13\x86\xe2\xe8\xa4\x06\xf4\xc4\x3c\xc3\x24\x3c\x9d\x31\xe5\x62\xa0\xcf\x4e\x9f\x7f\x03\xdb\x7e\xca\x06\x13\x27\xd3\xd3\x5e\xda\x18\xe2\x9f\x44\xf7\x62\xae\x78\xda\xe2\x07\xee\x4f\x0b\xc7\xf0\xcd\xa7\xd3\x50\x5c\x2d\x85\xde\x39\xe0\x27\x95\x7b\x20\x6d\xf1\xdc\xcb\xc5\x38\x9f\x7e\xf0\xb1\x60\xa2\x78\x22\x78\x94\x54\x96\x8d\xe6\x03\x29\x38\xf2\x03\x75\x57\xcd\x97\x3e\x57\xd8\xae\x44\x36\xc5\x12\xee\x54\x3e\x8d\x3d\xe8\x10\xa4\x1a\xe3\xa5\x1f\x87\xd9\x63\xd0\x56\x0c\x52\x89\x60\xa4\x9c\x3c\xc7\xc1\x21\xe4\x94\x3c\x63\xa4\x4c\x27\xc2\xa7\xcc\x0e\xc4\xac\x52\xc8\x86\x59\x50\xa8\xdc\xc5\x29\xfc\x44\xb2\x45\x39\x7c\xa2\x58\x83\x80\xaf\x6e\xc6\x08\xfa\xe4\x8a\xc0\x48\xa9\x4e\x8c\x91\x86\xf4\xbc\xe2\x95\x76\x98\x13\x30\x12\x81\x1d\xf0\x08\x3d\x1a\x53\xca\x96\x56\xad\x83\xb7\x7c\xe9\x0d\xdb\x52\xd7\xb6\x18\xa4\x3a\xa7\xf3\x09\xd3\x76\xfe\x9e\x51\x18\xb7\x82\x8b\x8e\xc6\xfa\xbe\x38\xed\x68\xf7\x45\x70\x27\x43\x23\x47\x4f\x4d\x43\x9e\xcd\x54\x65\x13\x0e\x40\xe5\x01\x04\xf9\x97\x45\xdb\x9e\x32\x11\x18\x44\xf3\x22\x38\x8e\xfd\xe0\x98\xa1\x52\x02\x79\x77\xf4\x80\xa7\x67\x88\x86\x2c\xb7\xc0\xa9\x9d\x69\xe7\x33\x92\x50\x14\xe8\xf9\x52\x7f\x6c\xd1\xce\xb5\x53\xaf\x34\x6b\x2f\x5a\x4b\x43\xc6\x8f\x41\xcb\x8b\x36\x90\xad\x79\x96\x06\xa9\x5c\x31\x44\xc7\x60\xcb\xbd\x2c\xe6\xb2\xe3\x9c\x7a\x67\x8f\x89\xf2\xe5\xbb\x2a\xc1\x15\xa2\x45\xc8\x71\xb4\xd1\x18\xa9\x2a\x91\x6b\x4b\xd9\x90\xe3\x3f\x1f\xea\x51\xda\x33\xfd\x9b\x84\xf3\x9d\x88\xe2\x83\x8d\x29\x98\xd3\xe9\x65\x22\x45\x38\x25\x9c\xe8\x0c\xa4\x33\x2e\xe4\xa2\x2b\xc4\x2d\x13\xc7\x31\x96\xfe\x17\x67\x3b\x37\x64\x3c\x25\xd7\x39\x37\x30\x25\xb9\x4e\x0c\xcf\x0e\x27\x8a\xf3\x46\xe1\x44\xe7\x06\x77\x7f\xdb\xf0\x1c\x4b\xb3\xf2\xe9\x9c\x1b\xc4\x4d\x34\x51\x4c\xb4\x8a\x26\x3a\xb7\x2d\x55\x2d\x10\x21\xe5\x29\x67\x4e\x39\x51\x4e\x95\x32\xa7\x6c\x3d\x90\x75\x26\xf8\x9a\x32\xe8\x9c\x1b\x3a\xef\x9b\x73\x0b\xa1\xf3\xed\x94\xbe\x88\x87\x6f\x25\x66\x8a\x01\x97\x24\x39\x48\x0b\x6f\x5c\x15\x9c\xb2\x6f\xec\xc9\xac\x81\x83\x8d\xf6\xf2\x37\x18\xbb\xf5\xd0\xcd\xb9\x61\x05\x78\x3b\x12\x24\x5c\x44\x91\x47\xe7\xb6\xa5\x55\x6d\xae\x04\x09\x38\xb6\xa8\x64\x23\x2a\xe1\xcd\xc7\x46\xf9\xe6\x4c\x63\x7b\xbd\x91\x98\xd1\xaf\xde\xe4\x63\x0a\x24\x47\x21\xdb\x40\xb1\x45\xe7\x96\xb9\x54\xe0\x6e\x89\x69\x5a\xb1\x45\x05\x0b\xf3\xd8\xbc\x60\x7b\x20\x9f\x8c\x3d\xa0\xf7\x9a\x89\x74\x28\x5e\xe8\xc0\x81\x3d\x14\x20\x74\x6e\xb6\x46\x8f\x8d\xcd\x6f\xd6\x3e\x9c\x3a\x66\x20\xd1\x0e\x85\x08\x9d\x58\xb8\x86\x22\x84\x9a\xef\x89\x2d\xc8\xc8\x0e\xa0\xa6\x9a\x17\x50\x77\x33\x01\x25\xdc\xf4\x40\x3e\xed\x06\x7d\x38\x93\x91\x13\xa1\x2e\xd0\xf6\xcb\x0e\xb6\x76\x01\x38\x13\xea\x02\x2d\x20\x0c\x9a\xba\x3d\x0b\xa9\xdb\x05\xa5\x21\xf3\x9f\x11\x90\x15\x04\x5f\x45\xbc\xfa\x12\xe4\x82\x9e\x52\xd5\xd2\x8e\x03\x2c\x07\x7d\x3a\x10\x1b\xc3\xf1\xd0\x0b\x34\xa7\x23\x67\x17\xa4\xd3\xa5\x7e\x40\x23\x44\xb3\xbe\x63\x70\x30\x7d\xb6\x9b\xd4\xac\xd9\x24\xcb\x0c\x90\x03\x07\x98\xea\xdd\xef\x8a\x99\x4a\xc6\x8e\xac\x78\xa6\x50\x2c\xe0\x08\x64\xa3\xa4\x35\xe2\xa1\xe0\x9a\x86\x0e\x36\x88\xad\xa9\x7b\x0a\x4d\x8b\xb6\xc0\x0e\xc7\xda\x90\x7e\x75\x81\x7a\x3b\x66\x0b\x64\x67\xd8\x00\x07\x3c\xd3\xe6\x4a\x63\xc7\x16\x71\x06\x7c\xda\xb5\xb8\x01\x32\x1a\x9a\xb2\xc3\xd0\x32\xe8\x70\x1e\x96\xc4\x5c\x8d\xfd\x06\x27\x30\xbe\x4d\x48\xf4\xaa\x68\x06\x27\xe6\x59\x90\x4f\xd9\x1e\x50\x94\x7c\xd0\xa7\xcd\x0f\xbe\xbc\xbd\x40\x13\xce\x0e\x82\x5e\x98\x23\x85\xf2\xd4\x6e\xcc\x60\x8c\xed\x60\x20\xbd\x15\x79\x75\xec\xc4\xc4\xf7\x14\x32\x50\x7f\xea\x27\x62\x70\xf9\x8e\x03\xa6\x7a\x06\x6c\xae\x5b\x00\x45\x9e\x47\x0a\x59\x36\x0f\xd4\xe9\x54\x46\x65\x03\x1d\xbe\x42\xdc\x58\x0b\x12\xaa\xb4\xd4\xd5\xae\x34\x3b\x1c\x0a\x65\x39\xb7\x23\x35\x65\xad\xf8\x7c\x67\xc2\xb1\x0a\x32\x0e\x87\x48\x5d\x69\xc6\x09\xa5\xc0\xce\xc2\x3f\x81\x69\xe3\x60\x91\xac\xcc\x8e\x83\x45\xba\x18\xb6\x3c\x2b\xfb\x9e\xba\xc6\x00\xd4\x39\x59\x2f\xda\x75\xcc\x00\x56\xa1\x71\x98\xad\x5a\xeb\x19\x87\xdf\x70\x38\x53\xd5\x51\xcf\xac\xbd\x72\xad\x94\x72\x7c\x1f\x73\x32\x0e\x5f\xa4\x08\xb2\xda\xb0\x8d\x9d\xee\xb0\x96\xc6\x06\x75\x52\x96\x81\x45\x72\x1c\x56\x29\xd8\x2d\x8a\x40\x39\xb7\x02\xaa\x53\x66\x90\x23\xcd\xf8\x34\xb7\xa8\x38\xfc\xb8\x0c\xbc\x79\x28\x00\xe5\xdc\x2c\x01\x8f\x42\xb2\x59\x4b\x33\x43\xf1\x27\x27\x71\x72\x43\x11\x27\x27\x52\xf8\x28\xf6\xe2\xa2\xfa\x0f\x1e\x93\xf1\x5d\xd7\x05\xea\x52\x77\x4f\xa1\xe2\x3d\xac\x04\x8e\x24\x5e\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x9b\x1b\xd2\x89\xcd\x0d\xe8\x79\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\xec\x05\x45\x8e\x94\x1d\x12\x29\x3e\x3e\x39\x56\x8a\x8d\x8a\x0d\xee\x56\xd0\x11\x46\xbe\x34\x51\x30\x07\xde\xe3\x05\x04\x2c\x35\x1d\x29\x33\x97\x3c\xd2\x8e\xf6\xb8\x25\x9a\xa1\x18\x93\x55\x48\xdd\xa5\x06\x9c\x5b\x61\xcc\x53\x63\x66\x2f\x16\xb3\xe9\x9a\x32\xef\xcc\x4c\x9e\xb9\x41\x65\x42\xfc\xf8\xf8\xc9\xd1\xaa\xb0\x92\xd3\xcf\x64\x2d\xc8\xfb\x3f\x2b\xbd\xc8\xe0\x44\x6e\x1b\x45\x3c\xfc\x0c\xae\xce\x47\xdc\xe0\xe1\xd5\xb2\x19\x87\x70\x45\x36\xb3\x55\x6b\x54\xe4\x7c\xcb\xaa\xa3\x9a\x46\xe0\xcb\x0e\x07\x69\x0d\xf6\x59\xe1\xda\xd6\x09\x06\x2f\xc1\xb4\x3d\xa0\xed\xc9\x23\x95\xb5\x7e\x1c\x15\x8e\x00\x21\x05\xf0\x02\xa7\xe7\x8f\x5e\x87\x28\xfc\x0c\xa4\xa1\x7d\x9a\x7d\xb9\x97\x06\x68\x8e\x0e\x9b\x51\x98\x47\x23\xa4\x74\x54\x53\x02\x0c\x5d\x99\x5a\xce\x8d\x93\xa1\xb2\xf2\x2d\x85\xe6\xb5\x9d\x59\xb9\x35\xd7\xc1\xe7\xd6\xfe\xe3\x24\xa8\x98\x21\xd3\xce\xcb\x08\x04\xd4\x15\xb4\x20\x3b\x99\x5c\xbe\xb4\x04\xd6\x90\x71\xaa\x57\x1b\xee\xa0\x08\x90\x73\x83\x25\xea\xd5\x96\x73\x83\x30\x79\xb5\x05\xb1\xa5\x62\xc0\x6c\x69\x46\x93\x37\x52\x75\x71\xcf\xeb\xd3\xcc\x5b\x0e\x2d\x8f\x83\x17\x5c\x50\xa6\x87\x5f\x70\x69\x0d\xbe\x76\xf2\x0c\xf9\x01\x04\xf1\x5d\x80\xc6\xa7\x02\x0d\x0f\x3a\x85\x5a\x21\xf6\xf8\x09\x3f\x48\x27\x92\xc3\x59\x9f\x13\xe7\x05\x62\x9d\x9f\x74\xc9\x11\xcb\x93\x2e\x17\x22\xd6\x09\x3d\xc1\x12\x4f\x9f\x27\x30\x8b\xd3\x52\x1e\x5c\xcf\x6f\xba\x14\x36\xee\x69\x52\xbb\x02\x49\xde\x82\x8d\x9c\x26\xa6\xb6\x7d\xcf\xbc\x15\x2d\x72\x6e\x57\x3e\xf4\xb9\x88\x4c\x72\x22\x1d\x72\x60\x28\x5a\x84\x9b\x30\x0b\xd2\x3c\x43\x4b\xa7\xae\x42\x1d\xec\xff\x93\xfb\x23\x23\x1f\x4e\x0f\x92\xd9\x12\xcf\x21\x5c\x7a\x9c\x7e\x21\x0a\x72\x39\xcd\x47\x32\xaf\xf2\x9a\xa1\x52\x8d\xd3\x0f\x0e\x42\x20\x0a\xe5\x28\x84\xb6\x8f\xd3\xa4\xd4\x98\x72\xc7\x12\xb5\x2c\x33\xc7\x07\xe2\x93\x93\xd2\x54\x1c\xcb\xe3\x82\x42\xc0\xe7\xea\x30\xcf\x01\xa8\x6e\x20\x3c\xe5\xa1\xa9\x58\xd5\xc7\xa5\x03\x24\xe7\xc7\xd5\xe9\xb4\x02\xfa\x5a\x57\x3a\xd1\x21\x99\x0f\xa5\xa9\x55\xb8\x9c\x22\x39\x4a\x84\xa5\x0b\xa9\x11\x51\xe5\xf2\x83\xa5\xf5\x48\x5d\x5d\x37\x87\xd6\x2f\xec\x48\x1c\x52\x7e\x7c\x05\x3b\xef\x50\xd2\x99\x73\x6b\x29\x5b\x32\x63\xd9\x82\x80\xa3\x19\xd9\x24\x0a\xe5\x38\xb7\x7c\x88\xa3\xb5\x07\xb4\xa3\x89\x76\x10\x46\x3a\xe8\xf9\xe4\xa9\x34\x6b\x35\x1f\x51\xfe\x82\xfb\x20\x48\x3b\xe8\x83\xf8\xfa\x71\x99\xdd\xb4\x40\x92\x68\x33\xcb\x52\xde\x47\xa6\x07\xf9\x62\xa4\x0f\x33\x1f\x90\x9b\x7e\x12\x22\x90\x79\x0f\x7c\xea\x42\xfb\xe3\x6c\xb9\x90\x4a\x39\x50\x2f\xdb\x3b\x23\xdf\x5e\x66\x4d\x1c\xe9\x0e\x09\x69\xed\x48\xc3\x4a\x6a\x75\xa5\x21\xf9\x4f\xb6\xf4\xe2\xcb\x11\x8c\xc4\xf9\x90\x6a\x49\x55\x9f\x26\xac\xa6\x5e\x78\x39\x37\x38\x03\xe1\x22\x17\x8b\xa2\x70\x91\x73\xeb\x81\xc4\xc9\xe1\x13\x4d\x17\x90\xf0\x92\x8c\x66\x05\x94\xd5\xf3\xdb\x2f\x03\xf3\xeb\x68\x4e\x8b\xd1\x8e\xd4\x95\x41\x63\x0f\x24\xbe\xce\x06\x57\x26\x9d\xf5\x65\x3a\x51\xc4\x3b\x22\x58\x43\x2a\xfe\x80\xda\x99\xec\xa1\x06\xdf\x62\x2e\x9b\xef\xb3\x5d\x2c\xa0\x73\xe9\x44\xfe\x68\x50\x29\xc7\xad\x52\xe9\x9c\x98\x29\x46\x33\x95\x42\xc1\xbc\xf6\x52\x91\x80\x1c\x5a\x12\xd9\x40\x91\x25\x7b\x89\x92\xa1\xd0\x92\x72\x64\x28\x7e\x25\x3b\x73\xe0\xc4\x48\x48\x1c\xcd\x76\xd0\x4c\x81\xec\xe7\x2d\xfd\x8b\xf2\x72\xea\x34\x09\x40\x3b\xe4\xdc\x1c\xb2\x7d\xa5\x43\x4b\x3c\x19\xd5\x64\xf1\xe8\xd1\x89\x0d\x5a\x10\xf0\xe5\x5e\x84\x88\x66\xd9\x76\x04\x7a\xb8\xaa\xe7\xa3\x3b\x47\x33\xac\xab\xdb\x40\xf9\x7d\x4e\x93\x55\x55\xf4\x32\xd2\x0c\x2b\x52\x01\x95\x20\x08\xb1\xc5\x59\x6f\x70\x40\x8e\xee\x50\xeb\x56\x52\xa8\x67\xcb\x5b\x3e\x94\x54\x30\x82\x8e\x2d\x99\x0d\xc8\x8c\x14\xde\xa8\xb8\x92\xd2\x60\x05\x5d\xd4\xb3\xa5\x19\x19\xc7\xa3\x35\x29\x76\xe4\xb8\x3e\x65\x32\xbc\xc0\x26\xba\x69\x27\x5a\x5d\xb7\x5c\x94\x2e\x7c\xc1\x31\x6a\x9c\x9f\x87\xd9\xa2\x62\x29\x40\xe4\xc0\x8e\x36\x14\x20\xb2\x1f\xf0\x82\x6e\x2f\x7c\x43\x2f\x48\x80\x08\xfb\xa9\x9b\x8d\x45\xc7\xeb\x7e\x6f\xaa\xe5\xd3\x53\x69\x04\x41\xe1\x06\xbf\xf4\xd2\x94\x10\x06\x6c\x79\x49\x26\x9d\x0c\x57\x0d\xe8\x13\xa1\xa4\x59\x07\xd9\xf6\xf4\xf9\x30\x01\x05\xa3\xa7\x66\x9a\xc9\xbc\x2d\x5f\xa4\x4f\x8d\x33\xeb\x35\xad\x7d\xf4\x80\xfb\x8f\xaf\x5e\xb2\xb6\xd3\x37\xe9\x7b\x40\x71\x11\x8e\xba\xee\x2b\x00\xd1\x3e\xfa\x04\x5d\xf0\x23\xb7\x29\xdc\x49\x81\x27\xed\x82\x1d\xf9\x69\x9b\xf1\xe9\x73\x1d\x18\x3b\x2c\xc6\x81\x26\x1f\xf1\x43\x91\x26\xe7\xce\xb8\x1c\x69\x72\x20\x13\x3b\xd0\x04\xeb\xf7\x50\x9c\xc9\xb9\xb3\xbf\x94\xeb\x67\x4d\x57\x07\xf4\xbc\xa3\x3c\x2a\xce\x64\x61\xd7\x00\x87\x3e\x4d\xb3\xb7\xeb\xa6\x25\x65\xf7\x3d\xd3\x10\x13\x9d\x4e\x2d\x5c\xd7\xb4\xab\xa1\xc0\x83\x07\xba\x7f\x61\x28\xe8\xfe\x0c\x65\x28\x7e\xb9\xa5\xcc\x01\xf9\x68\x1c\xc3\x8f\xff\xf7\xb4\x63\x65\x12\x8a\x1a\x92\xc8\xa2\xbc\x29\x78\xe4\x8c\xad\x47\xa9\x7f\xce\x3d\x93\xe7\xc3\xb7\x61\x19\x70\x2c\x09\x6f\x4e\x2c\x70\x31\xe1\x3d\x53\xe2\xc4\xb9\x7b\x26\xec\xf6\x6c\x5e\x40\xde\x64\x29\x93\xa2\xb2\x05\x52\x40\x48\x49\x1f\x26\x53\xb6\xd1\x70\xb6\xe6\xeb\x53\x57\x41\x28\x99\x10\x99\xe7\xb8\x4c\x35\x94\x51\xe8\xdc\x33\xeb\x53\xe1\x62\x90\xcf\x40\x76\x03\x1b\xeb\x80\xd1\xaa\x86\x13\xc6\x70\x9c\x0d\xe8\x70\x4f\x5d\x3d\xec\x87\x74\x4f\x7c\x4a\x43\xb4\x1c\xbe\x5b\x10\xd5\x68\xe4\xb8\xcd\xa7\x6f\x97\x7a\x28\x8e\x49\x69\x0d\x49\xe2\xb6\xf3\x91\x33\x5d\x41\x29\xe7\xce\xf2\xdd\x26\x45\x50\x50\xe6\x20\xde\x51\x5e\x50\x57\x59\x01\x12\xe5\x7d\xba\xb0\x24\xc5\x19\xa5\x3c\x42\xe7\xbe\x7f\x9b\x50\xf0\x1a\x8e\x66\x69\x78\x33\xc6\xed\x34\xe2\xc8\xc8\xb7\x43\x9c\xda\x19\x50\xa7\xdb\xa7\xaa\xde\xbe\xbc\x52\x66\xec\x18\x15\x64\x08\xae\xa6\x3b\x64\x93\xdb\xe2\x7d\xe4\xf0\xdb\x96\x41\xd8\x91\x32\x10\x95\x58\x4f\x6f\x5f\x89\x22\x00\x6b\x28\x80\xa5\xc6\xea\x75\x3b\x28\x8e\x83\xe7\x76\xd0\x52\x3b\x03\x4a\x37\x43\x42\xe5\x59\xa3\x86\x72\x7d\xfb\x2e\x0a\x5c\x84\x9c\x42\x15\xda\xba\xe5\x96\x89\xb4\xc6\x1b\x47\x2d\x6b\x20\x01\x7f\x0f\x06\x53\x6b\x80\x38\xad\xe8\x96\xb5\x06\x2c\xa5\x6c\x47\xfb\x11\x0c\xb4\x22\x47\xca\xde\x42\xc0\xcb\x3c\x9d\x59\xaa\xc2\x0a\xa6\x19\x17\x72\xc2\x34\x45\x40\xea\x4e\x46\x54\xf0\x2a\x8e\xe9\xbb\x4b\x67\x0a\xbb\x67\x6b\x07\x34\x76\x81\x4c\xb1\xa0\x4e\x4c\x4b\xc4\xce\xd9\x79\x4f\x8c\xca\x76\x22\x87\x46\xff\x5f\xc6\xce\xe4\xfa\x62\x94\x57\xe2\xa9\x7c\x21\x5c\x1b\x33\x6d\x3a\x17\xb8\x43\xfe\x21\xbc\xe3\xaa\x5f\xb9\xdf\xee\xdf\x4b\x1d\x6c\x46\x21\x09\x51\x48\x82\xa3\xd4\x23\xdf\x0a\x71\x12\x07\x8c\x10\x27\xf5\x78\xbe\x64\x0e\x0a\xa4\x62\x6d\x3d\x94\xbc\x79\xa8\xdf\x1d\x36\x30\x57\x08\x80\x52\x8f\x87\x52\x8b\xd8\x75\xdb\xa1\x04\x41\xe1\x4f\xe5\x34\xaa\x00\x11\x26\x31\x85\x62\x68\x82\x4e\x01\x21\x37\xb7\xcd\xf6\x58\x88\xdb\xa2\x02\xb5\xb9\x6d\xa8\x3f\x65\x45\x8a\x9b\x1e\xd8\x4c\xc7\x6b\x22\x04\x4a\x3d\x10\x55\xc2\x9c\xd4\x03\x1b\x47\x31\x86\xce\x1c\x4f\x15\x63\xe8\x8c\x35\xb2\x1d\xaa\x79\xa4\x6c\x4b\x47\xd2\x53\x61\xdc\xca\x53\xa7\x1c\x7d\x35\x3d\x53\x32\x63\xf6\x9d\x90\x2a\x27\x88\xc0\xf9\xb6\x9e\x43\xb1\xbd\x07\xac\x3d\x21\xcb\x3f\xff\xbb\x78\x32\x37\xdf\x3e\x45\x02\x9c\x9b\x46\xaa\x1c\xbd\xa4\x54\xa8\x63\x24\xdc\xdb\x8f\x95\x5a\x3e\xdd\x3a\x6a\xa4\xc9\x8f\x82\x2d\x0c\x28\x59\x05\x23\x94\x14\x07\x56\xc1\x1b\x89\x91\x4a\x1d\x9c\xaa\xb1\x9f\xdf\xa4\x70\xe9\x50\x42\x8e\x3d\x7f\x7a\xc9\x1b\x54\x57\xbc\x23\x7a\x63\xc7\x42\x4f\x77\x94\xfe\x2c\x66\xfe\xdb\xf7\x10\xb1\x85\xde\x0e\x5e\x78\xa4\x56\xed\xbb\x92\x16\xf5\x88\x29\x3f\xa2\xe4\x58\x01\xa7\x84\x3a\x62\xba\x3a\x27\xd4\x74\xb0\xdc\x9b\xd4\x7d\x41\x06\xe2\x3c\x8e\x19\xa5\x7c\xd8\xd1\x0d\xce\x17\x95\x53\xff\x83\x7d\x81\x52\x77\xd8\x66\x09\xe8\x43\xe7\x08\x16\x7e\xfc\x99\x88\xe1\xfe\x56\x59\x77\x8f\xd4\x43\x57\x69\x44\xce\xae\xe3\xa1\xc4\xac\x68\xc0\xb7\x05\x18\x4a\xd6\xc1\x7f\x78\x2c\x31\x09\xef\xc3\x06\x70\x74\x9f\x23\xe6\xf9\xdb\xb6\x16\xb3\xf1\xb1\x8c\xc2\x25\xa2\x8c\x54\x47\x09\xbb\x7e\x7c\x07\x12\x9b\x57\x70\x9a\x9a\x45\xff\xf0\xda\x9c\x8d\xf5\x89\xcc\xca\xb7\xf2\x65\x20\x34\x3f\x98\x4c\x47\x7e\xb5\x88\x6f\xf9\x55\x6f\x5f\xae\x34\xaa\xf7\x73\x29\xb3\xf3\x0b\x69\xa2\x60\x3f\xe7\x48\x6f\x1d\x03\x85\x3d\xf1\xe1\x08\x89\xe1\xfa\xc1\xd1\xf1\x7c\xdb\xe4\xdd\xcd\xb7\x12\x3c\xe8\x3f\x21\x62\xca\x33\x07\x5c\x7f\x71\x46\xf9\x98\xef\xae\x74\xc0\x8f\xb8\x29\xb3\xa8\xc3\x1c\x50\x1c\xa0\x93\x87\x75\x53\x71\x80\xca\xc8\x88\x9d\x76\xe0\x29\x13\x7e\x93\x93\x9f\x82\xf9\xd4\xa3\xe6\x4b\x36\x41\x48\xb9\xd0\xf1\x28\x7e\x9c\x19\x3b\xce\x48\x85\xf3\x29\x05\x7d\xf7\xb1\x48\x44\x87\x08\x56\x53\x8e\x1e\x4a\xa7\x6d\x74\xa1\x82\xf9\xd4\x57\x56\xce\xd1\x79\x7b\x4f\xa1\xee\xce\xb3\x1a\x0e\x40\x15\x7f\x9a\x30\x36\xa5\x9c\xf9\xd3\xa6\xdd\x91\x0e\x48\x51\xe2\x3a\xfe\x38\x17\x2d\x67\x66\xa1\x68\x4a\xae\xc4\xbe\x51\x94\x15\xd2\x61\x9d\x67\x4a\xad\xb4\xb0\x43\x15\x95\xa7\xe6\xbe\xe1\xeb\x20\x8c\x54\xfb\xb5\x6a\x44\xba\x28\xf0\x4e\x3d\x90\xa0\x42\xcd\x54\x22\x64\x4c\x12\x54\xc5\x12\xff\x46\x4f\xd2\xa4\x1f\x31\x70\x3e\xfa\x3a\x4e\x5f\xae\x92\xbe\x88\x42\xcc\xf6\x64\xb3\x9a\x29\x75\x44\x4f\xea\xe5\xf4\x89\x09\xe0\x48\x3c\x51\x3e\x5f\x82\x6b\x70\x7c\x72\xfe\xaa\xa3\x33\xd5\x4e\x60\x15\x21\xf6\x8d\x02\x4e\xbd\xf2\x11\xd5\x74\x57\x3e\x22\xec\x15\x07\xe6\x89\xef\x4b\xa0\x9a\x1a\x6b\xce\xa0\x9a\xac\xd0\x97\x1b\xf8\x2b\x9f\x6a\x43\xb7\x54\xe3\xb9\xa4\xaf\x4e\x4c\xca\x86\xf9\xe2\xba\x48\x8b\x9b\x09\xa2\x5a\x7c\x17\x58\x28\x0a\xb6\x53\x0f\x36\x90\xd0\x31\x35\xfb\xf9\x8b\x84\xab\xa9\xc8\x59\xab\xf2\xa9\x24\x5c\x4b\x9b\x92\x70\x2d\x6d\xa8\x77\x59\x21\x29\xe0\x6b\xa6\x41\x5b\xed\x88\x2d\xb2\x54\x61\xac\x18\x48\xc3\x23\xf1\xe9\x24\x55\x47\x67\xb3\xff\x0c\x08\xed\x9c\xab\x84\xab\x29\xed\x75\xfc\x2d\xb8\x01\xdd\xe4\x94\x63\xd0\xcd\xf1\xd4\x63\x8f\x08\x4b\xf2\x1b\x2c\x74\xfa\xa0\xe8\x5d\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc4\x0c\xc1\x89\xa7\xcb\x10\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xa0\x67\x68\x4b\x25\xb1\x3a\x4b\xda\x77\x8c\x97\x48\x63\x65\xad\x2a\xb9\xd4\xf9\xf9\x5a\x09\x50\xf0\x04\xad\xd3\x42\xf9\xb4\xc4\x31\xf4\x87\x86\xbe\xd2\x05\x1d\x07\x30\x67\x7e\x96\x94\x88\x91\x9f\x2f\x9d\xa3\x4b\x7f\x3e\x69\xb2\x85\x7e\x3e\x5a\xb2\x89\x7f\x78\x44\xe0\x26\x65\xae\xaa\x47\xfa\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\x56\xc2\xc8\x38\x25\xa7\xaa\x47\x7a\x1e\x8e\x65\x94\xd2\xd0\x81\xad\x10\x24\x28\x67\x25\xc1\x7a\x4a\xd4\x8a\x53\x55\x9d\x33\x65\x04\x66\x87\x72\x57\xc3\x69\x8e\xc7\xc7\xf3\xf7\xf9\xdb\x4c\x25\x13\x72\x2b\xe5\x1e\xff\xa7\x02\x08\x9d\xaf\xa7\x5a\x5d\x94\xf2\xa6\x72\x2a\x91\x55\x89\x24\xf8\x39\xa8\x87\x45\xca\x7a\xf9\x7e\x81\x5b\x9c\xa5\x4c\x56\x85\xab\xc8\xa5\x4c\x56\xe5\x74\x1b\x4b\x89\xac\x8e\xb3\xe6\xc7\x2a\x8f\x4b\x37\xc5\xf9\xb0\x53\x0d\xfc\x42\x35\x9c\x13\x6c\xb5\x2e\x67\x92\x02\xce\xb5\x1c\x22\xc8\x71\xc8\x6e\xca\xbc\xed\x43\xd7\x7a\x21\xc4\x2c\x82\xd7\xcb\x37\x01\xbc\x4e\x5d\x2f\xf3\xc4\x48\x2b\xf6\x5e\x0f\xba\xe0\x10\x62\x93\xfe\x19\x2c\x34\x69\xd3\x8f\xaa\x38\xe8\x2d\x07\xec\x99\x57\xfa\x67\xa6\x18\xa1\x84\xc6\x9e\x34\xa2\x9b\x80\x63\xa4\x1e\x5b\x1e\x67\x9a\xb4\x72\xcf\x9c\xf8\x11\x20\x87\xc2\xa5\x04\x50\xf5\xc8\xc8\x00\xa1\x0c\x66\x53\x6c\x81\xa5\xb6\x5e\x89\x43\x0e\x35\xe5\xab\xa4\x11\x5c\x0c\xe9\x50\xb2\xf8\x40\xc9\x8c\x7c\xaa\xb1\xf3\x68\x86\xa4\x3f\xae\x48\x71\x81\xea\xe1\xc3\xf7\x52\x58\xa0\x83\x38\x10\x4b\xa8\xa2\x83\x60\x1c\x4b\x61\x81\x0a\xd2\x71\x1d\x43\xee\xc7\x19\xca\x27\x5f\xd6\xef\xb0\xa4\x1a\xa9\x46\x58\xf0\x96\x32\x9b\xe7\x33\x2d\xda\x0d\x66\xf1\xbc\x08\x0b\xe4\x78\x70\x37\xa9\xdd\x3f\x42\x79\xa5\xe9\xb9\x99\xad\x50\x8f\xbd\x60\xf9\x6f\xea\xd0\x9e\xee\x4c\xbf\x12\x1f\x50\x82\x5b\x14\x1a\x04\xdd\x90\x81\x80\x6e\x98\x69\xc3\x0e\xb3\x9a\x5f\xcd\x13\x7f\x86\x12\xbc\x3f\xb5\xdd\xe2\x93\xe6\x02\xff\x54\xd3\xd9\x8f\xb6\x62\x28\xad\x48\x66\x4b\x97\xe3\x07\x0b\x2b\x78\x53\xb9\x1e\x8a\x55\xa7\x3b\x8b\x95\xa5\x0d\x54\x64\xe1\x63\x29\xc5\xf3\xc5\x1c\x6c\x9f\xee\x0a\xad\x58\x29\x3e\x94\xc4\xe1\x0c\xe5\xed\x96\x05\x93\xdd\x4f\xd2\xbf\x9b\xf4\x11\xba\xd1\x79\xdf\x0c\x38\x40\xdd\x4d\x7e\xd5\x28\x1d\xf4\x39\x80\x65\x50\xe0\xa0\xc2\x0b\x81\xa5\xc0\x41\xf7\x8f\x07\xa4\x87\x3d\xa1\xec\xcb\x61\x71\x05\x94\x2a\xe5\x4a\x61\xf3\x46\x4d\xa1\xd7\xc8\x42\x79\x29\x02\x50\x75\x16\xfa\x9b\xfa\x4a\x3e\x36\x28\xf7\x87\x2f\xcd\x40\xc0\xba\xd6\x69\xf7\xff\x95\x42\xa9\x0f\xf8\xe0\x74\x10\x75\x47\x9d\xbb\x49\xc3\x7f\x19\x89\xee\x83\x8e\x87\x62\x42\x42\x8a\x83\x11\x40\xa7\x1d\xa7\xf0\xbe\xe2\xfd\xd4\xf3\x45\x8b\x68\x33\x5b\x31\xcb\xe1\x7f\xb8\xae\x5f\xe4\xae\x9a\xe9\xeb\x62\x35\xf3\xab\xd2\x38\x5f\x29\x54\xef\x10\x06\x02\x54\x95\xf9\x94\xb1\xb6\x8c\x6b\xb9\x77\x69\xd2\xf6\x6b\xa3\xb3\xcb\xc1\x70\xa9\xc7\xca\xee\xc5\x1a\x48\xd7\x71\xfd\xba\xce\x70\x1e\xf5\xd8\x38\x1b\x29\x94\xed\x4f\x80\xb7\xa5\x78\x3f\xf5\xcc\x4c\xda\xf6\xcf\x28\x65\x80\x9d\x61\x09\x01\x6b\xce\x57\x2a\xdd\xae\x86\x81\x10\xee\xc7\xe3\x28\xb6\xb1\x08\x3b\xb0\x8c\xa8\x02\xe2\xb2\x8a\x85\x13\xe7\xa4\xa5\x88\x3e\xf5\xa4\xaf\x8a\xe1\x33\x08\xf7\xb1\x84\xaf\x2a\x7d\x86\x52\x07\xd0\x5f\x0e\xef\x03\x02\x67\x15\x0b\x2a\xa2\x34\xac\x62\xae\x7b\x9a\x90\xcb\x0e\xe6\x31\xf4\x8a\xec\x97\x37\xc9\x3a\xf3\xa7\xf0\xf3\x2d\x7d\x35\x76\xc7\xf1\x90\x6f\x52\x7b\x38\x8d\x08\x6a\x81\x49\xbe\x8a\x81\x3c\x11\x64\xc2\x65\x55\x07\xe4\xbc\x29\x25\xe3\x64\xb2\x88\x21\x44\xf0\x8b\xe5\x18\x42\xf3\xa9\xe7\xa7\x99\xa4\x1a\xf3\x24\xb2\x52\x91\x80\x2a\xb0\x99\x65\x04\xd7\x79\x86\x52\x83\xa9\xd3\x11\x11\x78\x0b\xb1\x8a\x9f\x81\x39\x72\xf1\x4d\x1a\x48\x84\xaa\x35\x84\xab\x83\x74\x5d\xc6\x70\x91\xc7\xf3\x26\x1d\x46\x24\xd4\x4f\x8d\x42\xc9\xaa\x02\x4c\xbe\x4a\x2c\x7d\x7a\x84\xe5\xd4\x59\x22\x5b\x4e\xa0\x36\x56\x31\x73\xfd\x87\xb7\xf1\xab\xd8\xd5\xf1\xb4\x09\xe7\xa5\x1e\xab\x7b\x76\x54\xb1\xb2\x75\xb4\xe2\xb6\x1c\x2a\x88\xcb\xe1\x25\x14\x57\x3d\xd9\x34\x17\x5c\x7a\xe6\x53\x2d\x2e\xdd\x13\xa4\xeb\x88\x19\x73\x71\x93\x84\xb6\xbd\x06\x43\x09\xe9\xd5\x3d\xa0\xbc\xa7\x7b\xda\x5c\x16\x15\xa9\x57\xfe\x26\xec\x18\x05\x12\xaa\xe7\x91\x4f\xfd\x1e\x2f\xd4\x6d\x20\x02\xd0\x5b\x02\x95\xd5\xf3\x45\x99\x7d\x24\x1c\x62\xd6\x65\xa4\x7e\xcb\xb7\xba\x68\x3f\x59\xce\x0b\x3f\x1e\x92\xf4\xe2\xb8\x8a\xdc\xbf\x2c\x3b\x09\xe6\xb6\x2e\x3f\x49\xcc\x94\xc8\x41\x7c\x96\x54\x24\x1d\x3a\xd2\xa6\x53\xe9\x43\x99\x33\x11\x80\xc2\x97\x55\xb0\xa9\xcb\xf8\xb2\xb3\x84\xf2\xae\xa1\x3d\x9d\x47\x79\x80\xb7\x2e\xe7\xac\x45\x63\x1a\x5d\x76\xa2\x14\x15\x43\xa8\x82\x0f\x5a\x57\xf2\x2d\xb2\x94\xdc\x03\x60\xb6\x28\xa4\x50\x39\x4b\xbe\xb5\x74\xbe\x58\x2d\xb9\xd8\x9c\xa9\xee\xa6\x30\x33\xf3\xad\xb8\x32\x73\x85\xb7\xe3\xa2\xb3\x42\x0f\x9e\x0f\x25\x79\xec\xa3\xf4\xaa\x8e\x00\x4f\x34\x95\x45\x64\x20\x4e\x51\x8b\xc8\x40\x04\x54\x5c\x06\x86\x35\xa2\xa4\x2c\x45\xff\x29\xb8\xc8\x57\xc5\x6d\x81\x01\xa2\xb8\x3d\xa5\xa6\x19\x4b\xa0\x2b\x65\x8a\x5e\x4c\xdf\x2b\x67\x3e\x76\xa3\x10\x5d\xf5\x7c\x28\x3f\x7c\x29\x50\x08\x00\xfa\xa3\x1b\xf3\xcc\x97\xc1\x5f\x3c\xa7\x5c\xc6\x77\x11\xb7\x68\x55\xa7\xf9\x43\x41\x54\xaf\x3a\x86\x80\x63\x01\x9d\xe8\x32\xc7\x02\xba\x72\xa2\x70\x30\xa0\x46\xdc\x95\x55\xf1\xd0\x66\x58\x9c\x07\xd9\x16\x0a\x07\x34\x72\x30\xa8\x7e\x0a\x40\x50\xc7\x55\xcd\x16\x19\x89\x6c\xff\xf3\x4a\x99\x25\x59\x49\xff\x9c\x18\x36\xf5\x68\x24\x57\x7e\xd4\xdb\xf3\xf4\x07\x95\x99\xa1\xe8\x78\x58\x32\x68\x9b\x6e\xf0\x4f\xf5\xb5\x52\x9a\x90\xad\x76\x96\x54\x63\x06\x4e\x2d\x5a\x01\xf6\x33\x90\x32\xa2\x51\xae\x8a\xe1\x36\x52\xab\xc2\xa5\x22\x91\x1d\x2a\x88\xe7\x5f\xab\xda\x8a\xbb\xf2\xa3\x8e\x8a\x3c\x0f\x59\xcd\xc1\xda\x79\xdf\xb0\x9a\x45\x1c\xa7\xa6\x66\x7c\x90\xfd\x07\xab\x39\x0a\x43\x6c\x2a\x72\xa0\xa1\x79\x9b\x91\x19\x39\xa9\x09\x6e\x76\x9c\xec\x2f\x01\xcc\xea\xd9\x42\xd9\x56\x2c\x7f\x43\x4c\x96\xc3\x0a\xe1\x79\x58\xcd\x2a\x13\x35\xd4\x30\xe3\xd2\x03\x85\x15\xaa\x98\xae\xce\x78\x16\xbe\x6f\xe6\x50\xf8\xae\x59\x2b\x76\xca\xb0\xd4\x10\x4c\x8e\x14\xd4\x08\xdb\xb3\x9a\xef\xad\x5b\x66\xc4\x6a\xb2\xe5\x5b\xef\xfe\x96\x7a\xbd\x2d\x5a\xbe\xf5\x2a\xc0\x6a\xcd\xfc\x93\xa1\xd8\x5b\xc6\x03\xed\x45\x3a\xb4\x98\xb6\x4d\x48\x1f\xa0\x45\x4b\xa8\xb2\xca\x5d\xdf\x6a\x66\xa7\x9e\x1f\xbd\x6b\x9f\x42\x82\xf4\xd1\xfb\x30\x0d\xfd\x15\x0c\xe8\xc4\x26\x6d\x18\xfb\x25\xdf\xaa\x7f\x99\x31\x19\xfb\x60\x59\x56\x1f\x74\x6f\x42\x9a\x4b\x06\x94\x04\x34\x1b\xb7\x47\x74\xe5\xd3\xfe\xcf\xff\x3a\x38\x92\xd5\xb1\xee\x39\x01\x75\x9b\x64\xcc\x81\x33\xb0\xf1\x3e\x74\x75\x47\x02\x85\xd9\xba\xc1\xf0\xcf\x7f\xee\xea\x01\xf5\xf3\x8a\xf1\xe3\xd4\xea\xa2\x91\x48\xc7\x46\x0c\xd3\xa5\x04\x6c\x35\xfe\x0e\x01\xc3\x0a\x17\x12\x4b\xb8\xb0\xc2\xdd\xc5\xea\x16\x63\xec\xa1\x6e\x31\x86\x59\x20\x58\xd8\xa8\x58\xb6\x86\x85\xf5\x91\xae\x46\x36\x85\x14\xc7\x20\x9a\xba\x55\x54\xa6\xc3\x78\x68\x22\x48\xac\xbe\x8c\xd9\x40\xcc\x77\xcb\x26\x96\x52\xc8\xb0\x7a\xb2\xbf\xc8\x94\xc6\xdb\xd5\xd5\xcd\x21\xc8\xfc\xbe\xe9\x10\x8b\x87\xc9\x8e\x70\x72\x70\xa2\x46\xac\xa7\xd5\x37\xbb\x3a\xa4\x84\x0e\x8a\x47\xb8\xb1\x02\x9e\x7c\x39\x3d\x5a\x5c\x0f\xa4\x47\x23\x80\xe7\xea\x66\x18\xec\x82\x01\x22\x87\xc3\xe2\xb0\x47\x0a\x0c\xf2\x12\xc6\xac\x9e\x98\x38\x04\x1d\x8a\x0f\x61\xc8\x7b\x7f\x8e\x50\x62\x11\xb8\x49\xd9\xd2\x4a\x46\x3d\x6c\xfe\xcc\x50\x08\x36\x7a\xc0\xc2\x23\xd8\x86\x8d\x1a\x18\x68\x98\x0d\xd2\xa2\xb5\x22\x02\x80\xc0\x42\xbc\xcd\x59\x43\x51\x15\x01\x0c\x2d\x65\x52\x2b\x51\x2d\xc3\xaf\xa4\x88\x03\xba\x14\x67\xa8\x9e\x3d\xf5\x7c\x5c\x98\x46\xc4\x41\xc8\x6b\x03\xc7\xc0\xdc\x2d\x22\x0b\xc5\xdf\x21\xe4\x58\xc9\xf1\x54\xc0\xb1\x0a\xd8\x73\x0d\x5b\x43\x99\x57\xbf\x72\x8d\xbf\x63\x60\xb6\xb3\x87\x1d\x58\x68\x64\x49\xcc\x5d\x47\x3e\xb5\x6d\xc2\x20\x2d\x9b\x38\xc4\x08\xdf\x35\x2a\xa7\xd3\xe1\x17\xd5\x60\x4f\x97\x92\xae\x9d\x57\xff\x0f\xc2\x7b\xd8\x54\xe2\xfc\x15\xec\x17\xe7\x28\xc5\x1c\xaa\x00\xe9\x96\x91\x60\x3c\x7d\x59\x06\x82\x71\xcd\xbc\x86\xd1\x15\x33\x3d\x77\xb8\x90\x33\x3f\x7e\xdd\xbb\x74\xf6\xe7\x49\x77\x9b\xc6\x77\x9d\xcc\xeb\xe4\x4e\x1c\x79\x23\x7c\xd7\xa8\xaf\x14\x6a\x9f\x22\x7d\x04\xf6\xaa\xbc\xf7\x5e\x24\x7a\x8b\xa5\x34\xfd\xd8\x1a\x34\xe3\x9a\x0e\xb0\xcf\xc1\x12\x74\x17\x77\xeb\x8b\x50\x41\x84\xe2\x5b\x0a\x0e\x74\x54\x5e\xfa\xad\xc9\x9d\x23\xfa\x84\xe8\x40\x2d\x15\xfb\xf6\x07\xf9\x2c\x7c\x57\x2d\xaf\x54\xe4\xf5\x7b\xfe\xf4\xf5\xb6\xa7\xc8\xe9\xdb\x72\x28\x9e\x30\x10\x1d\x32\x60\x9a\xb7\xb6\x4b\xb8\xac\x5a\x5e\xa1\x6c\xce\xc3\x08\x93\x73\xdf\x0c\xb9\x35\x61\x4c\x4a\x44\x10\x33\x66\x11\xc4\xea\x1a\x8a\x55\x61\xda\x69\xbb\x26\xd5\xa0\x94\x6a\x7e\xfc\xea\xd3\xfc\xa8\x5d\x8c\x6e\x16\x7e\xea\x24\x8a\xcf\x5a\x7e\x45\x13\x0f\x99\x33\xaf\x91\x37\xfb\x26\x2f\x8d\x24\x85\xf6\xac\xb7\x90\x3e\xf5\x21\x94\x05\x9a\xaa\x05\xeb\x6d\x81\x42\xe6\x53\xe9\x8f\x42\x7f\x16\x67\xa3\x74\xc8\xee\x46\xc2\xdf\x2d\x01\xa1\x2a\xf1\x96\xd7\xf2\x83\xbb\xb8\xa0\x14\x90\xa7\x82\x40\x5d\x02\x3b\xd5\x82\x59\xb1\x0c\x0e\x25\x7c\xed\x5a\x18\x1d\x47\x4a\x6f\xa1\x57\x38\x4b\x3a\x67\x5a\x1f\x19\xa7\x6e\x34\xca\x91\x6a\xed\xa2\xa3\x7b\x58\x15\xe9\xad\x5c\x37\x25\xb5\x3a\x09\xf9\x60\x51\x0c\x68\x2a\x19\x89\x4c\x03\xf0\xc2\xcb\x69\xd1\x3a\x41\x06\x97\x71\x49\x27\x82\x5f\x11\x7a\x6a\xe1\xd4\xa9\x94\x69\x35\x62\x85\x94\x69\x84\x2e\x5c\x40\x8f\xe2\x3e\xdb\xf8\xe8\x10\x7b\x0a\x99\x53\x0b\x47\x29\x05\xc9\xb9\xa2\xf0\xb7\x2f\xe7\x09\x58\xb6\x8c\x35\x2a\x67\x0a\xf1\x9c\x42\xf9\x08\xdf\x53\xe8\xbe\x63\x20\x29\xb9\x59\x2d\xb8\x47\x04\x3d\xaa\xc4\x73\x5a\x1b\x3d\xde\xa1\x2e\x51\xf4\xd5\x4f\x48\xb8\xe1\x5d\x02\x22\x15\xa2\xeb\xac\xcd\x02\xa5\x8c\x0e\x30\x23\x7e\x32\x1c\x17\x99\x41\x42\xaf\x03\x25\x21\x5c\x50\x8d\x8e\xdf\x9e\xf6\x33\x7f\x7a\xba\x8e\x7c\xca\x48\xfc\xed\xdb\x37\x91\xf1\x5c\x38\x34\xcd\x04\xc5\xbc\x14\x9a\xa6\x10\x7f\x6f\x09\xfe\x53\xc1\x97\xac\xb7\x7d\x0a\x71\xa8\xbd\xad\x53\xfb\x7f\x70\x7c\xbf\xd9\x37\x58\x16\xc2\xf8\xd4\xc2\x51\xca\xb8\x9d\xb8\x9d\xdf\x76\xb6\x03\xfc\x5d\x0e\x2f\xd3\xe2\x97\x12\x36\xe7\xc8\xd1\xc6\x89\xba\x48\x9b\x7e\x93\x5a\x95\xf4\x5d\x30\xea\xe8\x4d\xa5\xed\x3a\xcf\x87\x92\x69\x83\x9e\x78\x03\x12\x44\xc3\x39\x15\x57\x18\xf3\x6d\x64\x74\x1c\x85\x8e\x4b\x93\x40\xac\xeb\xed\x77\x87\xc4\xbc\x5b\x6f\xbf\xfa\x1e\xa8\x1c\x45\xa6\x29\x31\x91\xde\x78\x00\xb2\x0e\x76\x4c\xc5\xff\x66\x94\x4d\x41\xd8\x1a\x65\x53\xf0\x64\x28\x68\x4d\x25\x9c\xc6\x32\xe6\x86\x4b\xd5\xe5\x7c\x5b\x13\xd8\xfb\x32\x04\xa7\x73\x4a\x7b\x3b\xac\x67\x26\x9a\xf7\xe1\xf0\xe2\xc7\x5b\x0e\x93\xd6\x31\x6b\x48\x7a\x7f\x93\xee\xce\x84\x52\x07\x98\x2f\x52\x68\x8d\x91\x42\x43\x04\x06\x94\x4e\x70\xc4\x3d\x5d\xc2\xd8\x9c\xe1\xa7\x8f\x85\x22\xbd\x23\x0e\x0d\xe1\x2c\x96\xe3\xd0\xd4\x12\x4a\x72\x98\x7d\xfc\x41\xa5\x8d\x14\x3a\x4a\x08\x76\x98\x61\x35\xe5\x4a\x23\xda\x0c\x1c\x94\x3f\x93\xfe\xa4\x4d\xf1\x08\xde\x93\x8f\xb3\x1a\xf3\xc4\x6d\x09\x49\x53\x0b\x06\xaf\x90\x34\x67\x5c\x34\xca\xa8\x75\xe6\x68\xae\x84\x5a\x27\x4f\xda\x16\xf9\xb4\x88\x84\xb6\x9c\x4f\x8b\x38\xb0\xeb\xe3\x37\x1c\x33\x1d\x70\x5e\xf9\x92\x42\x25\x7c\xec\xa1\xcc\x5c\x2c\x2d\xd1\x6c\xc0\xe4\x2e\x87\xaf\x09\x68\x79\x39\xa7\x56\x1c\x09\x1f\xa4\x05\xb2\xc4\xd1\x6c\x4a\xce\xf5\x1f\xbf\x20\x42\x20\x08\x78\x73\xf1\xd6\x7a\x19\x77\xd3\x41\x9d\xae\x8f\x23\x46\x10\x59\x66\x7d\xd0\xb2\x33\xcd\x28\x1f\x6f\xc6\x22\x63\x3d\x0e\x0a\x81\x6b\x2a\x21\xd0\x97\xb1\x35\x3d\xfe\xa4\x2f\x6f\x84\xb0\xc7\xbf\xe6\xbd\x1a\x4a\x6b\x8d\x68\x73\x36\xac\x83\x90\x48\xeb\xab\xbc\xc7\xbc\xc3\x5c\x02\xde\x9c\x00\xc0\x97\xe2\xd5\x9c\xe5\x0c\x65\x3c\x6f\x5a\x94\x72\x66\x15\x84\x96\xa9\xe0\x58\x96\xd1\x32\x3c\xba\x5b\x5f\x47\x3c\x07\x5d\xb5\x84\x96\xa9\x80\xa6\x97\xf1\x30\x3d\xa7\xbb\xaf\xf5\x00\x86\xa1\x70\x2d\x35\xac\xff\x45\x54\xe0\x5b\xf9\x72\x2c\x63\x35\xbf\x06\x58\x91\x50\x65\x29\xb2\xcb\x5d\x4a\xff\x7c\x6d\x07\x14\x69\x09\x05\x53\x49\x63\xb0\xbe\x3c\x59\x46\x40\x09\x05\x53\x89\x43\xbf\x04\x82\xa9\x24\x2a\x58\xc6\xc0\x10\x22\x7e\x09\x03\x73\x44\x39\x0b\x03\x73\xce\x4c\xb3\x05\x4e\xfb\x1b\x2c\xb8\xbe\x3c\x62\x4d\xa5\x7e\xcd\xcc\xaa\x0b\x7c\x05\x70\x64\x11\x68\x06\xa4\xd1\xfa\x62\x56\x8f\xfc\xa9\x5b\x05\xe6\x47\x70\x99\xab\x62\x69\x09\xd7\x92\x18\xba\xcb\xb0\x96\xdc\xc0\x28\xf7\x54\x25\x14\xf8\x72\xea\xa9\x0b\x68\xc4\x72\xee\xa9\x38\x96\x7f\x7e\xcb\x53\x42\xfd\xbc\x31\xf9\x54\xd7\x2a\xf1\xe5\x0a\xb9\x52\x01\xd3\x2e\x21\x57\x4a\x46\xa5\x48\x32\xe3\xe9\xdb\x64\x0b\x57\xc8\x21\x1c\x4d\xaa\xd1\x0e\xc9\x2d\x9c\x90\x2b\x85\x9c\x17\xeb\x67\x71\x83\x1d\x43\x12\x2b\x1e\x70\xae\x1f\x4f\x4f\xb1\xcc\x95\x89\xaa\x12\x7b\x7b\x19\x71\x52\xd2\x88\xd9\x83\x70\xdb\xcb\x90\x13\x80\xd0\x4b\x18\x93\xbb\xda\x06\xa9\x71\xa1\xd0\x0d\x15\x99\xbc\xf6\x58\x86\x8a\x4c\xde\x77\x2c\x23\x3e\x1a\x11\x7f\xf7\xcb\xf7\xaf\xf8\x8f\xb7\x61\x1d\xd3\x99\x01\x6f\xd2\xe6\xa5\xf7\xc9\x7e\xf9\x70\xd3\xf3\x2d\x15\x9f\x90\xcc\x4a\xbe\xf5\x8b\x7c\x6f\xff\xfd\x1a\x0c\x67\x40\x4a\x94\x9d\x14\x72\x35\x36\xf8\x55\xcf\x4a\xb9\xbf\xd9\x2f\x74\x86\x15\xd3\x7e\xf1\x42\x8f\x7a\x8c\x09\xc1\x4b\xb3\x5f\x56\x04\x3d\x9f\xfa\x46\xfd\x62\x30\x3a\x01\x97\x0c\xcd\x1b\x79\xf0\x23\x41\x24\xcc\xb6\xfb\x85\xe0\xb5\x46\xd9\x64\x58\xe2\xe9\xe8\x36\x3e\x83\xe7\x4f\xfb\x85\x92\x1f\x34\x2a\xb7\x48\xc7\xa9\xb4\x5f\xdb\x37\xf7\xa1\x94\x0d\xaa\xd1\xa8\x36\xd9\xab\x3c\x9f\x5a\x17\x5c\x4c\xaf\x80\x3a\xd7\xc1\x9c\x08\xfe\xef\xec\xad\x6d\x0b\xae\x51\x5e\x34\x79\x38\x13\x45\x0f\xa5\x1b\x81\x1a\xca\x47\x4e\x33\xe0\x26\x26\x0c\x1e\x9e\x7d\x18\x1e\x4b\xc0\xee\x2d\x64\x45\xb9\x2c\x78\x37\x21\x62\x08\x53\xb2\x05\xb4\x38\xf1\xd6\xed\x84\x88\x19\x21\xe1\x1b\xea\xb5\xec\x65\xed\x8d\xa6\x70\x22\xb7\x9b\xf2\x01\x6b\xd2\xa6\xdf\x1b\xbd\x52\xcf\x76\x87\xf2\xed\x5b\xa3\xce\xa7\xca\x39\xe7\x3d\xb0\x0f\xcb\xe5\x91\x2f\xf5\x86\xef\xc5\xfc\x38\x93\x5c\xe3\x3f\x9f\x63\x59\x5b\x27\x60\xea\xc4\x02\xdd\x4a\xc0\x54\xcb\xa4\x1a\xdb\xe7\x99\x2d\xb4\xf3\xc5\x5c\x2e\x66\x8b\x61\x2d\x2f\x09\x94\x13\x99\xe4\x53\x69\x63\xfc\x29\xfb\xf0\xfe\x9c\xf9\xd2\x47\xc1\x93\x79\x05\xf7\x9a\x1e\xd8\x11\x8b\x77\x6c\x1f\xd9\xbd\xf9\x58\xb1\x81\xea\xdf\xaf\x74\x36\x21\x68\xda\xd3\xea\x47\xfb\x26\xfd\xd3\xe4\xb1\x06\x82\x64\x54\x82\x3f\xee\xd3\xc7\x34\x56\x56\x88\x8c\x42\x28\xf8\x6d\x44\x46\xff\x97\x34\xef\xcf\x90\x92\xa1\x2c\xde\xe9\xa7\x03\x38\xd2\xb6\x00\x1a\x85\x68\x27\xfb\xb4\x67\x04\xdf\xcc\x76\xfa\x26\x6e\x74\xb6\xc1\x1b\x9c\x99\xf6\x69\x13\x72\xf2\xa5\x4f\x12\x69\x71\xda\x63\x99\x32\x7a\x97\x1f\xe9\x5d\x4a\x1d\x3a\x3f\x94\xd9\x00\x66\x3f\xed\x32\x21\xbc\xf9\x3e\x25\x57\x5e\x99\x1f\x1f\x22\x47\x3e\x95\x90\xb1\x25\xba\x4f\x0e\x91\x93\x71\x21\x73\x2a\x73\x20\x87\x4a\x4f\x87\x1c\x77\x0e\x26\x75\x96\xa5\x0b\x34\xd0\x3e\x79\x11\x40\x07\x22\x90\x42\xc2\x7a\x21\xef\xe5\x23\x42\xfe\x3e\xb1\x04\x53\x91\x8c\x05\x42\xa1\xef\xd3\x00\x44\x32\xec\x6c\x47\xb2\x21\x4f\xda\x3e\x79\x58\x9e\xb1\x28\xc0\x11\x61\x03\xf7\xe9\xec\xaa\xe9\x90\x8e\x9f\x3c\x37\xde\xa7\xad\xc2\xca\x5c\xea\xf8\xc9\x81\x64\x2b\xe6\x4d\xe5\x11\xea\x56\xd2\xa5\x4a\x68\xb0\x7d\x4a\xfb\xe0\x4d\xdd\xc5\x16\x23\xdb\xbb\xa0\x8a\xce\x14\x4a\x40\x33\xaf\x0e\x87\x43\x22\xae\x2d\xf0\xc6\xd1\x88\xe0\xb7\x1d\x0f\x87\xf7\x8c\xbb\x38\xf4\xb2\x2d\x89\x2d\x84\x46\x01\xb0\xbb\x0b\x67\x15\x3a\x5e\x10\x71\x95\x46\xd0\x43\x93\x5f\x0d\xd1\xc0\x27\xb8\x0b\x22\x0f\xa6\x28\x36\x26\x50\x44\x4e\xe5\x74\xb5\x87\x54\x0c\x4d\x1b\x6c\x3b\x18\x0d\xa6\xc4\x18\x0d\x02\x2e\x6f\xa1\x32\x2a\x88\x9a\x2d\x50\xc6\xa8\xec\x2f\x25\x76\xaa\x5c\x16\xee\x62\x4c\x11\xe7\x8a\xad\xc4\x4e\x95\xe0\x72\xbb\xf8\x60\xd3\x53\xab\x18\x8f\xf8\x49\xdb\x21\x78\xf0\x16\xec\x62\x14\x11\xd2\x51\x31\x77\x0a\x6f\x83\x76\x59\x6c\x5a\xc6\x21\x03\x97\xa0\xa2\xbb\xf8\x46\x14\xfb\x76\x0b\xdd\x51\x09\x62\xb6\x0b\x2c\x7a\xa6\xc9\xaf\xfb\x93\x6f\x7f\xea\x2c\xd5\x5a\x58\xa2\xe1\x1d\x90\xa7\x64\xd6\xc3\xb0\x4c\x88\x9f\x58\xa5\xb3\xb8\xa2\x10\xac\x05\x0f\x2f\xb2\xfc\xf2\x6d\x53\x6c\x1b\xc1\x2e\x8e\x4a\x18\xb3\x2d\xa0\xc5\xa8\x48\x1c\xb2\x30\xe1\x5f\xdd\x86\x4b\x5c\x3c\xab\xde\x86\x4b\x60\x9b\x6f\xc3\x25\x78\xe1\xb8\xaf\xc1\xc8\x52\x91\x79\xc8\xe6\xf8\x06\x13\xc1\x4b\xea\x6d\x4c\x04\x81\xa3\x36\x31\x79\x46\xfb\xdb\x09\xbe\x9d\x95\x89\x77\xa7\xfb\x32\x97\x20\x48\x2e\x87\xc5\xc4\x2b\xb9\x85\x90\x28\xcf\xb0\x89\xd0\x95\x32\x4d\x3c\x7b\xec\xb2\x13\x37\x06\x9d\x40\x11\xe5\x75\xa5\xd0\xaa\xa7\x31\x30\x47\xb0\xcc\xb8\xe4\xd2\x25\xb2\xe1\x76\xcc\x9d\x2b\x6d\x64\xad\x53\xeb\xcf\x1a\x96\x6f\x65\xac\x36\x22\x1c\x6c\x85\xd9\x39\x39\x08\x6e\x21\x28\x2a\xc1\xbb\xf6\xe5\x1b\x27\x9e\x8b\x6e\x21\x28\x6a\xec\x11\x03\x28\x9e\xd5\x94\xbf\x84\x67\x1e\xdb\x21\x78\x1a\x5e\x87\x0d\x80\xa2\xe7\x47\xef\x9b\xa7\x03\xda\x37\xe1\x03\x99\x59\x25\x13\x82\x75\xec\xd3\xc4\xae\xc6\x2a\xb2\x19\x14\x91\xe7\x24\x58\xce\x36\xd4\x82\xe7\xce\x1b\x10\x04\x0f\xd4\x77\x45\x9d\xd8\xb9\xb3\x8d\x89\xe0\x3e\x7c\x0b\x13\x51\x89\x49\xb4\x2b\x26\x4f\x49\x45\x8e\xbe\x32\xa1\x98\xd9\x90\xf0\x9a\x47\x4d\x52\xa4\xa7\xb7\x24\x4a\xc6\x92\x10\x12\xa2\xf2\xe8\x72\x0b\x08\x51\xaf\x74\xde\xc8\x41\xee\x1e\x76\x75\xa6\xc0\x2b\x85\x6c\x0d\xba\x2b\xb0\x20\xd1\x42\x77\xb5\xff\xa2\xa6\x07\xd2\x7e\x19\xa6\x5f\x5c\x5f\xa9\xd4\xf6\x11\xb5\x6c\xfa\xca\xa7\x82\xca\x44\xfd\x57\x5f\x46\xa7\x37\x32\x81\xc8\xb6\xb0\x8d\x66\x20\x98\xd1\x76\x6e\xa3\xc9\x93\x8b\x0d\xd0\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x1d\x68\x50\x7a\x73\x69\x57\xd8\x56\x04\x9c\xa3\xe0\x2c\xd8\x84\xc0\x21\x19\xc4\x76\x08\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x88\x42\x25\xcc\xcd\x6e\x41\x1c\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\xf4\x96\x4b\x00\x6c\x20\xa3\x12\x08\x90\xb3\x9b\x0f\xa0\x47\x7e\x64\x0d\x52\x38\xdc\x0a\x23\x53\xee\x23\x62\xa2\x6e\x41\x16\x0a\xc8\xe1\x2d\xc8\x42\x01\xe8\xb4\x95\x85\xe8\x6e\xb2\x43\x9a\xd9\xae\x94\xda\xbe\xa6\x11\x8e\x9c\x57\xbe\xd5\x8d\x4a\xc6\x29\x8b\x16\x24\xc4\x6e\x6c\xd4\x2b\x85\x9e\x77\xe6\xd6\x17\x76\xf8\xf2\x77\xf3\x4e\xcd\xd4\x62\xd0\x62\xc0\x09\x4b\x50\x88\x9a\xbe\x1d\x91\xe6\x18\x4f\x2b\xbe\xd3\x41\xb1\x0b\x4c\x50\x62\xb1\x75\xcc\x05\xec\x93\x6e\xac\x70\xf6\x63\x37\x27\x70\x80\x73\xd8\x19\x9e\x39\x6c\x41\x0b\x2a\x2f\xef\xb7\x83\xd0\x74\xee\x8a\x76\x47\x11\x20\xda\xba\x33\xac\xcf\x7c\x2b\x45\x70\xfd\x1d\xe5\x7b\x77\x0e\xbc\x35\x7d\xd7\x66\x40\x0f\x38\x42\xcd\x23\x3f\x85\x35\x38\x63\x5f\x3a\x5e\x0d\xcf\x09\x77\x37\x93\x64\x94\x13\xa0\x2c\xe3\x72\xec\xcd\x9e\x42\xed\x14\x96\xaf\x13\xc8\x61\xe6\x53\x54\x65\x1a\xb1\x33\x2a\x53\xa2\xc3\x14\x6f\xb9\xb7\x83\xd9\x74\xd2\x65\xec\xee\x5b\x66\x6e\x5f\xb6\xb3\x28\x45\xe8\x74\x3f\x81\x8d\x2e\xef\x16\x33\xf0\x45\x77\x5e\x48\x92\x12\x6c\x85\xba\xa9\x17\xbc\x68\x48\x03\x2f\x50\xb7\x21\x0d\x17\xa1\x14\x76\xb7\x6d\x81\x22\x10\xa2\xe1\x38\x9f\x32\xaf\x42\xca\xd4\xf5\x2c\x9f\xdf\x59\x10\x61\x7b\x77\xfc\x68\x99\x04\xc1\xf7\xc8\xc6\xb2\x05\x7e\x18\x3c\xa3\xdc\x02\x3f\x9c\xb1\xc3\x3a\x86\x06\xb6\xb0\xb0\x0f\xa5\x66\x90\x9c\xf1\x11\x1e\xdd\xf9\x04\xd0\x36\x4a\xcc\x34\x88\xee\xb7\x0d\x8b\x20\xc2\xd1\xee\x36\xa2\xaf\x54\xaa\x7d\x7b\xa6\x16\xed\x45\x44\x05\x38\x08\x70\x8e\x7b\x0c\xba\x33\x20\x15\xae\x8a\xd9\x71\x7a\x25\xfc\x3d\x7b\x18\x2a\x73\xa4\x1e\x79\x4f\x19\x86\x41\x11\x04\x46\xda\xc3\x49\x6e\x70\x81\x38\xee\x0d\x3e\xd8\x3d\xcc\x76\x28\xa5\x61\xed\x76\xa4\x41\x33\x1a\x46\xb4\x73\x26\x45\xc6\x0d\x43\xfc\xd0\x16\xc3\x36\x6a\xcf\x7f\xec\x89\xb4\x21\xd3\x04\x23\x66\x90\x4e\x82\x11\xca\x7e\xe5\xd1\xf1\x76\x0c\x9c\x2b\xe7\x28\x63\x19\x40\x11\xee\x61\x96\x6b\xf9\x51\x00\xda\x92\x32\x29\x36\xb6\xba\x22\xe0\x8c\x9a\x21\x92\x6c\x39\x75\xca\xa2\x41\xe9\x28\xc4\xcd\x49\xba\xeb\xad\x08\x37\x95\x27\x41\x7b\xc0\x70\xe9\xb6\x1d\x0f\x8c\xde\xe1\x01\x62\x31\x18\x02\x51\xb8\xf7\xda\x23\x7c\xc3\xa8\x2c\x18\x11\x76\x42\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x3d\xf7\x09\x8b\x26\x15\xb5\xe6\x78\xcc\x1b\x85\xad\xa9\x00\x5f\xf6\x74\x8c\xd1\x28\x2b\xe3\x1a\x26\x08\xf5\x2d\x78\x42\x01\xf7\xbf\x95\xe5\xa8\x82\x33\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xd8\x33\x44\x6b\xdc\x06\x27\xe4\x5c\x30\x39\x77\x33\x32\xc7\xa2\x21\x7e\xd1\x16\x38\xe1\x8c\x8d\x30\xed\xfd\x39\x43\x59\x37\xa0\xe6\x14\x8a\xe6\x1e\x4a\x48\xf1\x12\x47\xb5\x89\x50\xc2\x39\xe4\x70\x33\x7d\xb6\xbf\x41\xdf\x5b\x48\x86\x12\x1b\x78\x62\x12\xe3\xc9\x9a\x30\x09\x03\x83\x11\x52\x26\x57\x77\x06\x2d\x1f\x3d\xf0\xe6\x3d\xc1\x09\x73\xc4\x99\xb6\x64\x11\x43\x93\xfb\x3c\x8e\x8e\x93\x80\xcf\x1c\x16\x9d\xb9\x88\xa0\x63\xdb\x61\x62\x00\x85\x6d\xa1\x1c\x0a\x6f\xb8\xb6\x32\x17\x55\xa0\x41\xdb\x38\x86\x09\xac\x71\x2f\x59\x34\x71\x9b\x2c\x8e\xc1\x23\xa4\x26\x2f\x94\xc3\xa7\xc1\xd1\x6b\x32\x77\x13\x52\xf1\x6f\xb0\xd4\x1c\xc1\x25\x07\xff\x85\x33\x16\x6f\x8c\xf3\x0a\x91\xd7\x68\x2b\xa0\xcb\x49\xd8\xf4\xbd\xbc\x5c\x8c\x6a\xa1\x60\x70\x39\x29\xa0\xcb\xc1\x93\xa5\x2d\x88\x43\x8d\x03\x73\xe1\xbd\x43\xa2\x18\xf0\xc0\x55\xf6\x36\xe0\xa1\x70\xdb\xbf\x97\xcf\x9c\x6c\x9a\xc5\x31\xe4\xa2\x5a\x2f\x10\xdc\x44\x82\x22\x2e\x38\xf7\xc2\xbc\xe9\x29\x55\x94\x79\x56\x6f\xe9\x1a\x25\x22\x55\xf9\x8a\x0a\x17\x6d\x7b\xb1\x51\x71\x70\x38\x5f\xd1\x04\xf0\xb7\x97\x4f\x1e\x88\x38\x47\x74\xe1\x3d\xda\xde\x08\x7c\xbc\x0b\x7b\xd0\xdb\x02\xe9\xde\x36\x28\xaf\x09\x4b\xed\x78\x2f\x38\xf8\xb7\x52\x1d\x15\x90\x5d\x7b\xa3\x1b\x30\xf1\xb6\x95\x03\x57\x7f\xdb\xf1\x5e\x62\x13\x6f\x4c\x9f\x33\x15\xd9\xc7\x73\x41\x49\xe9\xce\xd4\x63\x06\x9a\xe9\x9e\x8f\x29\x67\x3a\x6f\x25\x0c\xb7\x6d\x8b\x87\xf4\xcf\x26\x31\x3b\x5e\x91\x61\x8e\xe7\x1c\x27\x0c\xc6\xf9\x74\xcf\xb9\xa8\x60\x2f\x05\x78\x39\x1e\x8f\xd0\xc6\x94\x7d\x4a\xdd\x3f\x7a\xe0\xa5\x67\xc5\xb6\xd7\x3a\x53\xa2\xa3\xc7\xf1\x4a\xd9\xbd\x9a\x60\xd6\xf6\xb6\x48\x4e\xfb\x0e\x8d\x37\x33\x3f\x9b\x16\xe9\x80\xc1\xd2\x44\xed\xd8\xdb\x62\x38\x33\xb2\xad\xdb\x3c\x5d\x6f\xc2\x0e\x14\xa8\x53\xc9\x0f\x5e\x50\x56\xed\xf4\xf5\xad\x27\x1f\xe7\xf3\x29\xeb\x35\x20\x75\x14\xab\xf9\xd4\x87\x96\x1e\xd2\xc7\xdc\x9e\x6f\x59\xa2\x74\xe1\xa7\x73\x1b\xdf\x3a\x0e\x34\x59\xeb\xb6\x72\x03\xd5\x38\x1b\x15\x81\xa5\x86\x69\x15\x80\xe5\x00\xc3\xb3\x15\x80\xe5\x04\x9e\xb9\xdf\x7e\xd4\x11\x8f\xe6\x9b\x53\x4a\x4f\x3d\xf0\x13\x63\x31\xca\x69\xa6\x5e\x41\xfa\xc9\xe3\xb9\xdf\x0e\x98\x88\xbd\x21\xb4\xc6\x45\x48\xed\xed\xb0\x2a\x7d\x8e\xbf\xc3\xc2\xee\xb7\x98\x64\x02\xce\xdb\x4a\x39\x74\x93\x69\x85\x1e\xa5\x54\x2e\xd7\xcc\x89\x82\xb0\x00\x85\xdf\x04\x61\x89\x18\x34\xce\xe3\x22\x16\xd2\x7e\xdb\xae\x04\x7c\xb6\xdf\x76\xb9\xce\x50\x66\x37\xd6\xc1\x97\x47\x84\x4d\xda\x24\x2b\x22\xf9\xda\x7e\x63\x12\x20\x87\x84\x02\x39\x89\xe9\xb0\xdf\x9b\x19\x63\xb6\xf1\x63\x8c\x90\x5f\x2d\x53\xbe\x35\xc7\xbb\xf7\x0e\xb6\x92\x5b\x83\x8f\x6f\x5a\x51\xab\x1f\xef\x4e\x5e\x81\xec\x8f\x43\xff\xc3\xd4\x1f\xc3\x0e\xc9\x81\xb4\x1d\xf8\xe4\xe0\x16\x72\x3b\xf2\x49\xbc\xa7\x1f\x54\xf9\x08\x79\xef\x9d\xb8\x2e\x9d\x1a\xa8\x91\x68\x70\x7f\xc2\x0b\x1d\x72\xab\xef\x13\x4a\x89\x82\x8e\x74\x81\x99\x0f\x89\x6c\x61\x2c\x4e\xe9\xca\xf4\x7d\xf0\x80\x20\x18\x05\xe7\xb8\x1b\x0d\x69\xb3\x91\x13\xb6\x21\x1c\x71\x85\x09\xb3\x51\x73\xde\x56\xc6\xa1\xbb\x22\xfa\x47\x58\xd7\x57\xc8\x8f\xbe\xcd\x9f\x7a\x21\x95\xee\x4a\xd4\x80\xfe\xda\x42\x65\x14\xa2\x46\x6f\xe1\x2e\x6a\x45\x88\x2b\x51\x50\x0d\x2f\x0a\x67\x51\xc3\xa8\x8e\x68\x92\xcb\x24\x12\x03\x11\x66\x6a\x2b\xc0\xc9\x3d\x2c\xf7\xc6\xb0\x0b\xd0\x67\x5b\xb0\x8b\x1a\x4e\x14\xea\xa2\xe6\x0a\xc6\x59\x82\x8e\xdc\xba\x3a\xdc\x09\x8f\x91\xb7\x60\x16\x15\x54\xe6\x76\xce\xa0\xf9\x6f\xad\x3e\xc5\xe4\x53\xfb\xd3\x70\xac\x28\xde\xc9\xdd\x9f\x54\x4b\x6f\xd3\xa8\xf8\x12\x03\xd4\x79\x82\x3a\xd9\x7e\xb6\x02\x9e\xd4\xf8\x64\x1c\xef\xe4\xe2\xf5\xf6\xfe\x86\xdb\x68\xd5\x3e\x75\xae\xf6\xf7\x77\xb2\x55\x52\xea\x5b\xc5\x14\x0e\xa5\x3d\x19\x21\xcd\x6e\x25\x9d\xf8\x78\x70\xe9\x84\xcd\x57\x64\xda\x77\x21\x0c\xa9\x58\x98\xa0\x1c\xe0\x94\x1d\xa8\xe6\xe0\x6e\xf8\x47\x8e\x8c\x5f\x04\xd3\x0c\x69\x69\x78\xe4\x5b\x2d\x30\x12\xc3\x70\x8f\x19\x96\xff\xe2\x23\x45\x5d\x7c\x7d\x85\x93\x8b\xd8\xaf\x43\xea\x64\x5a\xe4\x23\x8d\x97\x46\x98\x8e\x01\xc2\x6b\x7f\x79\x39\xcb\xb1\xfe\xeb\xbb\xff\xdc\x13\x3b\x94\x49\xce\x94\x5f\x22\x41\xd4\x14\xfa\x34\x86\xad\x22\x70\xc6\x73\xd7\xe9\x58\x26\xd9\xf7\x3f\xb8\xaa\x43\xe9\x95\x12\xbc\x4a\x78\x92\x5c\xd9\x1a\xc7\x91\x63\xcc\xcf\xa1\x9b\xe2\x5c\xf9\xf1\x28\xb1\xfe\x07\x07\x8a\xe0\x19\x35\x1c\xf8\xd3\x79\x34\x47\x9e\x9f\x45\x0d\x73\xf0\xcb\x62\xe7\x53\xc9\x16\x26\xef\x87\xf8\xb8\xf2\xad\x76\x2b\xc2\x58\x59\x80\x4e\xa0\xa3\xfb\x67\xf4\xf3\x0c\x25\xab\x2a\x6d\xf8\x20\x90\xbb\xdf\x1f\x37\x21\x28\x6d\x01\x39\x4a\x5c\x22\x06\x72\xc4\xb0\x73\xe8\x90\xdc\x7e\x0b\xc7\x71\x46\x07\x3a\x74\x48\x8b\xa3\x45\xb0\x8e\x0a\x1e\x6e\xff\x58\x76\x3a\xc0\xb2\xa7\xac\xfd\xf3\xbf\x4e\x18\x88\x6d\x88\xc7\x73\x45\xfa\xb3\x64\x29\x29\xb4\xd6\xc0\x0e\xf8\xd9\xc5\x96\x1b\xdc\x9f\x95\x88\x66\xa7\x8f\x97\x79\xc0\xd7\xe8\x37\xe9\xfe\x0c\x28\xf7\xe0\x84\xba\x7b\xe0\x70\x66\x37\xa5\x93\xb5\xe6\xfc\xa6\xc4\x76\x9a\x8e\x9b\x5a\xae\xf4\x80\xf4\xf2\x54\x28\xef\xcc\x23\x85\x5a\x1e\xad\x64\x1f\x2f\x0b\x0b\x9d\xd0\x6f\x4a\x3e\x98\x93\x16\xed\x20\xb5\x07\xf9\x26\xc5\x11\x57\x28\xcd\xc0\x45\x57\xcd\x10\x17\x4d\xc8\x25\x51\x2f\x3a\xe7\xcb\x92\x87\x52\xf3\x52\x1f\x7d\x90\x63\xc8\xc2\xf4\x26\x8b\xc7\x11\x52\x91\x2d\x27\x2d\xca\x67\x6e\x7b\xf8\xa6\x24\x3d\x33\x01\x52\x26\x2d\x93\x63\x0f\x95\xd3\xb2\xf7\xa1\x3c\x41\xb5\x5e\x8c\x51\xa6\x43\xbd\x18\xbf\x9d\x50\xbe\xcf\xbe\x49\x86\xcc\x7a\x38\x06\x4c\xcf\x28\x37\xd3\x4c\xa3\x7e\x9f\xec\xe8\x12\x37\xe9\x75\xf6\xaf\xc7\x60\x28\x15\x92\x76\x26\x64\x77\x69\x83\x34\xeb\x33\xf1\x07\x07\xcb\xa3\x40\x02\x62\xc9\xc7\xdb\xff\x76\x48\x5b\xe5\xf9\xd5\x7a\xac\xba\x8b\x87\x97\xb7\x52\x88\xb4\x67\x09\x0f\xe7\x8c\x33\xce\xf6\x26\x87\x1e\x79\xd2\xa8\x85\x72\xa5\x6c\xf1\x27\x83\x93\x54\x1e\xce\x31\x75\x93\x7a\xcc\xe2\xd4\x4b\x37\xa9\x33\x62\x0b\xc5\x2c\xe5\xdb\xaf\xbf\x4d\xc5\x3e\xd2\x7b\x82\x0f\x87\x3e\x48\x19\xaf\xa1\x2a\xdd\x95\x1c\x1e\xaf\x23\xdf\xea\xfe\xa7\x85\x52\x08\xfb\x83\x61\x13\x97\x25\x94\xe5\x13\xb3\x70\xfa\xc1\x53\x67\x68\x27\x7b\xae\x42\xd1\x48\x81\xd4\x2d\xc0\x95\x42\x25\x20\x62\xf9\x4f\xbf\xa3\x9c\xee\x80\x41\x13\xce\x98\x73\x53\x5e\xee\x33\x85\xbe\x0b\xaa\x21\xad\xc5\xce\x7c\x6c\x66\xa0\xbb\xc6\x49\xcc\xfa\x77\x9c\xd8\xfb\x5b\x89\x81\xa7\x5e\x1b\xb3\x67\x2a\xfa\xb9\x5e\xf3\xcd\xc9\x3b\xdd\x1a\x52\x2f\x46\x4a\x28\x09\xd4\xa7\x4c\xef\x78\x9e\x32\x31\x76\x9d\x50\xda\xc0\x30\xd8\x89\x95\x8e\x8c\x10\x30\xe2\x6e\xb2\x43\x9a\x89\x06\x14\x93\x92\x6f\x7d\x6e\xce\x94\xd9\x74\xab\xf9\x73\x4a\x3d\xb3\x64\xda\x78\xbe\x7e\xb9\x29\x07\xec\x74\x35\x8a\x2b\x71\x39\x1b\xd0\x4d\x79\x8b\xb2\x93\x8a\x25\x61\x3b\xa0\x04\x8d\x38\x3d\x2c\x61\x0f\xee\x4f\x29\x74\x42\xd6\x5e\x53\xaa\x99\x65\x37\x18\x17\x70\x75\x7a\x67\x5c\x40\x85\xf7\x8a\x45\x1a\xfc\x5e\x32\xcd\x7c\xea\x84\x16\x2f\x36\xbe\x2f\xe2\x2b\x2c\x5d\x48\x1d\x10\x6a\x79\x7e\xe8\xc1\x76\x23\x2e\xbc\x90\x27\x70\x14\x37\xed\xe8\x8d\x0b\x03\xe1\xec\x90\x66\x62\xf8\xeb\xc2\x41\x51\xf3\xf1\x70\xe9\x05\xe9\x81\x86\x82\x85\xf2\xad\x7b\x7f\xa6\x13\xf2\xa7\xa0\x2d\x2e\x8e\xad\xb4\xc2\x84\xa5\x6c\x29\x3d\x79\x83\x12\x77\xb5\x50\xc8\x28\x4f\xc9\x05\xac\xe2\x21\x0d\x4d\xa4\x1e\xa9\x00\x3b\x98\x6e\xca\x37\x2c\x19\x09\x07\xc8\x33\xa5\xae\x97\x85\xf0\x1d\xf9\x78\x65\x52\x6e\x4e\xed\x0d\x35\xe4\x1b\xf3\x2b\xca\x55\x17\xdf\x67\x47\x7f\x5d\x06\x88\xcd\x92\x42\x63\x6f\xdc\x68\xf5\x4b\x27\x5f\xbd\xdf\x64\xf5\x06\x48\xa9\x04\x06\xd2\xa4\xe2\xee\x69\xf9\x96\xd8\xc8\x27\xa4\x66\xa5\x17\x28\x05\x97\x65\xe7\x28\x4f\xcc\xdd\x79\xaa\x75\x9e\x98\x99\x8a\x30\xea\x61\xc0\x3a\xe1\x8d\x09\x29\x43\xae\x85\x92\xb5\xd8\x2f\x28\x2b\xb8\x12\x52\x00\x84\x19\xca\x0c\x98\xde\xdb\x39\x5c\x52\x8f\x05\x37\x93\x52\x59\x35\x36\x88\x22\x04\x54\x67\x9e\xbd\xa9\x4b\x8f\xec\xe9\xed\x72\x7f\x18\x8a\x0f\x85\x3d\x65\x4a\x3e\x30\x52\xa9\xef\xf4\x33\x2e\x87\x22\xcf\xb0\x2c\xa2\x3a\x9d\x13\x7e\xb4\x60\xf1\x54\x14\x35\x5c\xec\xa4\x2e\x9d\x35\x69\x98\x5c\x58\x07\xca\xe9\x52\x6b\x4f\xa1\x95\x4c\x4b\xa1\xad\x69\x2a\xd2\x8d\x76\xad\xfd\x05\x05\x6e\x1f\xca\x07\x58\xa4\x64\xb3\x5d\xd5\xa1\xb2\x42\x7f\x22\xc1\xef\x6f\x2f\xf9\x3e\xe9\x90\x57\x0f\x8e\xf7\x43\xfa\xf1\x82\x65\x74\x2b\x3d\xfc\x52\xf5\xa6\x58\xaf\x0e\x69\xc3\x80\xb5\x55\xe2\x96\xb3\xb0\x3d\xdb\x62\x12\xf8\x55\xe7\xf6\xf1\x4a\xe7\x75\x51\x58\x59\x86\xe6\x99\x46\xdc\x36\x0e\x4e\xc8\x1a\xbd\x7f\x2f\x05\xfb\xd5\x77\xd6\xb3\x22\xde\x94\x55\xe5\x00\x68\x74\x93\x92\x09\x83\x2e\xf8\x8d\xcd\x44\xa2\xf9\x51\xbb\x73\x1c\xde\x94\x6d\x36\xb8\xad\xdb\x57\x3b\xb1\x9a\xf5\xaa\x7d\x54\x2c\xad\xee\xd3\x11\xa6\x55\xe7\xc6\x05\xe9\xa2\xcb\xe6\x72\x8c\x7c\xea\x1e\xa4\xcc\x87\x6c\x84\x54\x67\x05\xd9\xf6\x7e\xba\xee\x6c\xa1\x7d\xe8\x02\xb9\x4c\x46\xe2\x1b\xe3\xca\xc4\x77\x07\x5e\xe9\x2d\x9f\x8a\xa3\x46\x3e\xad\xda\x53\xf9\xd4\xa7\x47\x76\xa3\xb2\x9f\xd4\x8a\xbd\xa3\xeb\xe4\x63\xbc\x32\x4a\xd6\xf3\x4a\xa9\x85\x6f\xba\xa7\xe4\xbb\x17\xfb\x4f\x37\xc6\xb5\xc2\x8b\xbe\x05\xee\xac\xb5\xf3\x9d\xc4\xa8\xf2\x2b\x77\x27\x4a\xb9\x29\xad\xed\x4c\x2d\x8e\x4b\xc3\x38\x94\x27\xbe\xc0\x3f\x7e\x9b\x3e\x73\x1a\xd0\xfd\x6c\xad\x98\x3b\x1d\x11\x99\x15\xf1\x42\xcf\xfc\x29\xad\x8b\x08\xef\xf6\xbb\xa4\x6f\x7e\x52\x7a\xe5\x4b\x6d\x1a\xe6\x6a\x38\xe0\x45\x67\xbb\x29\x4d\x49\x29\xec\xa8\x81\xc9\xcc\xe4\x28\xdd\x48\x75\x76\xae\x3e\x86\x00\xac\x95\xc5\x1a\x38\x39\xae\x14\xb2\xc5\x53\xea\x03\x3c\x7a\x7f\x64\xd2\x53\xaa\xbe\xb3\x19\xfd\x50\xfc\xea\x3d\xdf\xfe\xfc\x2b\x7d\xf0\x13\xef\x89\x55\x3c\xbc\x89\xe6\x84\x52\x16\x74\xb8\x92\x37\xdd\xbd\xe7\xcf\x7b\x4e\x1a\xd2\xcb\x97\x9f\x8d\x2d\x35\x38\xbd\x60\x30\xeb\xc5\x77\x6d\x1c\x89\x74\xfb\x59\x0d\x8c\xbf\xa9\xcb\x73\x72\x41\x2a\x37\x09\xb6\x98\xae\x42\x4b\xce\x64\xc3\x31\x0e\x7b\xcf\x9f\x70\x5e\xbe\x55\x9c\x9a\x92\x46\x24\x3e\x33\xf1\x8a\xfd\x7b\xd6\x50\x3f\x75\xc0\x94\xb2\x7b\xd4\xc6\x51\x64\x62\x59\xa3\x6b\x7c\x4f\x3a\x5e\x57\xbe\x2d\x9e\xbc\x02\x69\x9b\x05\xab\x5c\x2f\xbe\xab\x13\x4b\xdc\x94\x72\x95\x1f\xa1\xf4\x36\x04\x19\xa3\x37\xdd\xb5\xbd\x42\xe9\xd6\x8d\x51\x4e\x47\xd8\x99\x68\x1e\x5d\x93\x96\x58\xa3\x93\x5d\x8b\x06\x99\x98\xdd\x57\x4a\xef\xd5\x6b\x9c\x61\xf4\xa2\xfb\x28\xe3\x4f\x14\xe1\xfd\xe9\xf2\xb8\x18\xa6\x51\x20\x3d\x3d\xb0\xe1\x88\xb6\x99\x8e\x47\xc8\x3e\xd1\x05\xeb\xdd\xdb\x13\xf2\x27\xcb\x87\x4f\x39\x1a\x63\xbe\x38\xd9\x47\x61\x85\x74\xfb\x7a\xbd\x6a\x3e\xb5\xfe\xbf\x42\x2a\x0b\xcd\x91\x4f\x7d\x9c\x38\x53\x38\x05\xb3\x08\x65\x8b\x04\x1b\x7c\x3a\xf6\x52\x4e\x8f\xd3\x31\xc0\x32\x99\xf2\xb4\xb6\x23\x14\xbb\x88\x65\xd8\x36\x2a\x33\x14\x19\xb6\x67\xfa\x2e\x5f\xeb\xe8\xf9\xf4\xab\x7a\xf2\xa5\xad\x34\x7a\xe0\x57\xe5\x07\x47\x16\xbd\x2a\xaf\x8d\x83\x91\x6f\x5f\xdb\x91\x2f\x2d\x9e\x90\x87\xca\xca\x51\x1b\xbc\xbf\xfc\xaa\x36\x46\xf8\xc2\x7d\x4a\x0f\xfc\xa8\x7c\xbc\x18\xa6\xf2\x69\xd4\x96\x36\x11\x1e\xcc\xad\x6e\x63\x6b\x83\x85\x16\x10\x1f\xa4\xf9\xb2\x5b\x13\x4b\x5a\x97\xaa\x35\x4c\xab\x6b\xd4\xda\x8e\x7c\x69\x79\x59\x43\x4a\xb4\xa3\x6f\x9d\x25\xe3\xea\x0f\x49\xf7\xe8\x90\x8e\xc8\x17\x62\x78\x6d\xeb\xf1\x8c\x6c\x5b\x31\x32\x6c\x4b\x07\x24\x9b\xaf\x58\xaf\x3e\x42\x3a\x6a\x7a\x3e\x9d\xfa\x34\xb5\x5a\x2a\xbb\x45\xa7\xbe\x28\x85\x53\x8a\x2f\x4a\x47\xb8\x6d\x1b\x15\xc6\xfa\xf9\x8d\x79\x3b\x43\x89\x47\x98\x90\xed\x3d\xcd\x86\xcf\x3d\xe9\xc8\xa7\x76\x72\x60\x47\x6f\x4e\x1a\x18\xe4\xba\xee\xac\x8d\xce\xfa\x71\xfa\x7c\x28\x8f\x92\xce\xfa\x8a\x04\xcb\x78\x3b\x8e\x68\x2c\x48\x67\xc5\xe8\x2c\xb4\xde\xa6\x9f\x2f\x4c\x3d\x52\x5d\xc4\xf2\xdb\x5e\x3d\x58\x76\x3b\x52\x4c\x5c\x71\x4a\x6e\x71\x16\x98\x5d\x17\xa1\xe5\x7c\xca\x84\x5d\x84\x2d\x9d\xaf\x62\x3c\x8d\xa0\x44\x4b\x48\x31\x45\xc6\x2c\x25\x1a\x27\xc1\xf6\x8a\xc0\xcf\x1b\x5f\x13\x86\xe8\x0e\xdc\x36\xf5\x38\xa6\x14\xfd\xd9\x4a\xe1\x51\x53\x8f\xa5\x0a\x7f\xbe\x9d\x34\x2c\x9e\xb2\x37\x6a\x14\x23\xcc\xef\xcd\xdb\x53\xb8\xfd\x6d\x0a\x7d\xbe\xca\xb7\xd3\xf2\x1c\x95\xf6\x66\xa3\x3c\xa4\x16\xbb\x84\xf2\x40\x0b\x94\xdf\xef\x0d\x28\x29\xbf\x34\xa2\xb3\x74\xc3\x86\xf5\xeb\xf3\x59\x9f\x6a\x6e\xde\x9f\x6c\x0c\xdf\x60\xce\x9c\x3f\xdf\x0e\x0a\x70\x85\xba\xed\x93\x86\x22\x78\xf3\x40\xb8\xff\x19\xfd\xfb\xfe\xd6\xaa\x11\x23\x51\x17\x9a\xb5\x5d\x69\x53\x21\x1c\x67\xca\xb6\xfc\xd7\x13\xca\x3c\xdb\xd3\xa6\xf6\xed\x08\x25\x45\x89\x3d\xfb\xe6\xbc\x89\x8d\xf8\x36\x02\x3f\x26\xc9\x1b\xa6\xc1\x3a\x78\x5b\xd2\x62\x95\xbd\x1d\xb4\x7a\xb6\x90\xd6\xdc\x18\x49\x7e\x9b\x3e\x5e\xe8\x75\xdf\x58\xb6\x2b\x15\xf9\x2d\x88\x3b\xef\x84\x10\x57\xc7\xc0\xfd\xc8\x25\x19\x29\xe3\xf4\x10\x27\x3b\xf7\x83\xcf\x98\x49\xf8\x70\x97\x4d\xff\x3e\x30\x02\x7a\xfe\x83\x3b\x0b\xa1\xf8\xf1\xd2\x23\x4b\x3e\x78\xb3\x58\x17\xbf\xf8\x2e\x23\x94\x1f\x99\xd0\x79\xbf\xea\x9e\x71\x2a\xeb\xc2\xb0\x36\xb4\xda\xc7\x01\x55\x67\x1a\xd5\xd5\x4f\x63\xf1\xf5\xc8\xfb\xee\x11\x8d\xe2\x73\xc4\x3a\x76\x32\x85\x76\x85\xb2\x38\x83\xa9\xfc\xaa\xfb\x42\xc9\xe9\xe1\x76\x6d\x0f\x25\x9f\xfb\xf3\xa3\xfa\x53\xf3\x1f\xfd\xa9\x90\xea\x0f\x6a\x4c\x4f\xba\x6b\x63\x47\x7e\x70\x14\x63\x74\x7f\x39\xdb\xd0\xd9\x2f\xe2\x95\x39\xf9\xb2\x4a\x33\xa4\x04\x08\x3e\x47\x27\x4c\x88\xc1\xf0\xf5\x0b\xaf\x12\xca\x12\x63\x84\x94\x17\x16\x6d\x44\xc6\x84\x89\x4d\xee\x14\x09\xc7\xc4\x0c\xc8\xad\x20\xfa\xd1\xb7\x82\xe3\x85\xb0\xf9\xe2\xbd\xc4\x6a\xe1\x92\x10\x09\xcb\x3b\xef\x6c\x51\x5f\x12\x8e\xd7\xc8\xb7\xde\x21\x9c\x9b\xbe\x4e\xb4\x97\x35\xfc\xe2\x46\x66\xe3\x7d\x1d\xcf\xad\x63\x7b\xeb\xe5\xf7\x01\xb2\xfb\x26\x75\x03\xd3\x52\x93\xad\xf6\x4c\x1a\xe6\x35\x1b\xf3\x8b\x63\x28\x53\xb1\x65\x2d\xa1\xe0\x7d\xd7\xd7\x50\x6e\xce\x61\x70\x0d\x8c\x6f\xdf\xee\x5d\x03\xcb\xfc\xcb\x66\x63\xdb\x7e\x9d\xb9\x71\xbc\x52\xaf\x57\x39\x85\x6f\xff\x9a\xc2\xcf\xcd\x3b\x35\xf5\xda\xcc\x61\xef\xfd\x6c\x37\xd7\x50\x0a\x2c\x80\x0a\xf3\xa3\xed\xf1\x82\x79\x7f\x0e\x50\x3a\x59\x0c\x65\x23\xa8\x0d\x8d\xa6\x64\x04\x23\x5e\xfa\x9f\xc3\xfe\x3d\x5f\x7a\x4f\xc0\x75\x3f\x0e\xbb\x23\x7f\x2a\x21\x0f\xa2\xd4\x79\x0b\x1a\xb2\xc0\x2f\xbc\xaf\xc1\x29\x43\x2f\xbc\x47\x3c\xbe\x3f\x78\x85\x25\xe5\x51\x37\x1c\x49\xfe\x81\xf1\xca\xb7\xac\x03\xf5\x0a\x02\xdd\x32\x4e\xdd\x0c\x16\xf4\x9d\x9f\x71\x8f\xd7\x4c\xa1\x82\x14\xb1\x9d\x74\x51\x78\xe8\x6d\xce\x9f\xd2\xfc\x67\x3d\x80\x6a\x24\x1d\xc1\x64\x01\x95\x8e\xe0\x6e\x85\xee\x2e\xba\xcb\x58\x84\x5d\x19\x47\x0a\x3f\xb2\xbb\xd2\x21\xf7\x9d\xde\xca\x8d\xdb\x52\xab\x0d\xad\xc1\xa1\x88\x7b\xc4\x4c\x26\x57\x4a\x59\x79\x0b\x91\x96\x42\xf3\x17\x87\xe3\x1f\x4a\x9f\xf3\xf0\x0f\x70\x4a\x38\xc1\x90\x85\xf1\x4a\xab\x52\x95\xe9\x3b\xfe\x13\xaf\xf6\x7c\x21\x63\x3c\x9d\xf3\x85\x8c\xb1\x26\x98\x4a\x34\x70\xf8\xed\xdc\x4d\xd1\xfd\x01\xa9\x09\x7c\x0a\x9b\xa2\x5a\x87\x92\x40\xf4\xde\x99\xba\x84\x2c\xf8\x5b\xa7\x2f\x21\xaf\xe1\x83\xd9\x7c\xf9\x69\x9f\x6f\xee\x6f\xd2\x2a\xce\x42\x64\x3a\x5d\x00\x0f\x8f\x6e\xd2\xcf\x36\xf9\xd6\xb7\x4d\x2c\xc4\x7c\x79\x45\x1b\x8d\x2e\x33\x5c\x87\x1a\xfe\x94\xfe\x2d\xef\x07\xba\xb0\xf4\xd2\xaf\xa6\x0d\xdb\xee\x3d\xf5\x78\xbb\x1e\xe9\x90\x59\x75\xa6\x22\x19\xc4\x19\x9a\xed\xea\x46\x9b\x0a\x21\xea\xa0\xe4\x37\xe5\x2c\xc7\xfc\x27\x14\xbb\x11\xa2\x37\x25\x0f\xc6\x99\x2f\xcd\x6d\x19\xb3\x35\x46\x0b\x25\x73\xc1\x5a\x7d\x1e\xb8\x2c\x69\xe3\xf0\x39\xc8\x6a\x72\xe6\x6a\xd1\xc2\x6e\x1e\x2c\xdf\x11\x12\x9d\xda\x20\x2d\xd0\xce\x54\xec\x48\xbf\xe6\xea\xe9\xd7\xe9\x97\x03\xb9\xf4\x79\x00\x23\x3c\x69\xc8\x7a\xde\xf9\x2f\x6f\x92\x76\x3b\xa4\x97\x85\x66\x27\xed\x5c\x90\x32\xa2\x7a\xea\xf5\x11\x39\xf5\xe8\xa9\x41\x4b\x23\xb2\x06\x7b\xfe\xfb\xb8\x49\xfa\xa7\x13\x32\x07\xc0\xa9\x17\xe8\x95\xa3\xf5\x3c\x9c\x29\xe7\x45\x59\x54\x0b\x9d\xd3\xf5\x65\x7b\xa8\x4b\x91\x2e\x43\x35\x77\xb5\x42\xba\xab\xa1\xb4\x2a\x9d\x89\x5f\x4c\x17\x93\x49\x7c\x91\xa7\xd4\x4a\x75\xa6\x54\xdd\x6b\x74\xc8\x46\x47\x96\x61\x33\xb3\x74\x01\xb7\x29\x5c\xa3\xd7\xeb\x27\x52\x69\xea\xa2\xb3\x3a\xa4\xd1\x4d\x49\xf0\x58\xbf\xce\xd3\x2e\xb2\x01\x4b\xf9\x2e\x73\x1c\x6c\x1c\x5e\x92\xdb\x1d\x34\x4f\x5f\xf4\xf8\xdd\xe9\x4d\x6a\x6f\xb4\x7c\x2a\xdd\x65\xfd\x39\x4f\x00\x6b\x2c\xad\x03\xf6\x5f\xf8\x83\xe6\x99\xad\x4c\xa3\x61\x8b\x0a\xd9\x4d\x36\x48\xef\xc8\x42\xab\x76\x71\x1a\x0b\x7a\x93\xd6\xdb\xf3\xcf\x00\x57\xf7\xb7\xde\xa1\x85\xe1\x58\x7b\x8c\xf4\x49\x57\x51\x30\xd1\xb9\xe8\x30\x5d\x5a\x4c\x0b\x1d\xf6\xd1\x2e\x23\x77\xf8\x62\xc7\x73\xbd\xc9\xea\x6f\x27\x24\xdb\x27\xa4\x8c\xd9\x91\x66\x18\x1b\x83\x21\x18\x4d\xd6\x06\xf5\x71\x84\x34\xef\x94\x74\x42\x6e\x34\x80\x1f\xf3\x74\x38\xb8\x9a\xb5\xd2\xb1\xbe\xa6\x4f\x18\x25\x85\x4e\x58\x4b\x38\xcf\xc8\x4d\xd2\x0e\x9d\xd2\xd1\x70\x1c\x48\xcb\xd3\x29\xc7\x91\x8f\x7e\x0d\x7e\x39\x7a\x47\x9f\xc5\x89\xdd\x1c\xaf\xe3\x26\x19\x40\x48\xf1\xbe\x2d\x84\xa9\x67\xdd\x27\xef\x2e\x6e\x52\xdc\x6d\xb5\x3f\x8b\x43\x55\x64\xf7\x39\x9a\xfe\x09\xda\x61\x3a\x9a\xbe\x63\xa7\xdc\x54\x73\x07\xf3\xad\xd9\xf2\xc8\xb7\x56\x1b\x36\xfa\xa7\xde\x63\xdf\x35\x75\xc8\xb7\x9e\x4d\xe6\xdb\xaf\xbf\xa5\x4b\xb8\x63\x53\x2a\x97\xb8\x43\x88\xdc\x94\x21\xc0\x0c\xcd\xf2\xc0\x9a\x74\xfa\x8e\x76\xe2\xef\x98\xc5\xb0\xe7\x8c\xc5\x4b\x8e\x22\xf5\xf3\xec\xf3\xf5\x4a\xad\x12\x16\x33\xb5\x2e\x17\xa6\x5a\x56\x22\xd5\x8a\x61\xd9\xd5\xc5\xf0\xd6\x03\x95\x52\xac\x52\x50\x37\x05\x37\xc1\xc5\xa8\xed\xba\x45\x40\x15\x3b\x0d\x66\xca\x64\x40\x20\x73\x4a\x78\x81\xee\xf9\xa1\x03\x20\x94\xa9\x08\xfa\xe7\x09\xd8\x62\x16\x9e\xde\xb2\x85\x2e\x5f\xaa\x20\xaf\x2e\x3b\x72\x50\x2a\x0e\x99\xdf\xd8\xf1\xba\x5f\xae\x1d\xd6\x75\xc8\xfc\x13\x20\xc6\xf4\xd3\xed\xce\x44\x2b\xd2\x7d\xed\x30\x8d\x1e\x72\xd7\x8e\x78\xd2\xc3\xed\x13\xaf\xc5\xd4\xbb\xed\xbb\x1a\x3e\x15\x24\xba\xc3\x41\xd7\x74\x8b\xf4\xcd\xef\x5b\x38\x88\xcd\x8b\xd0\x41\x23\x7f\xea\xa0\xc0\xa6\xf4\xc3\x6d\x6e\x6a\xe6\xe5\x74\x80\xc8\x6f\xdd\x3c\xd7\xfe\x0a\xa5\xcc\xd9\x95\xce\xf9\x82\xec\x40\x51\x5e\x7e\xe9\x8b\xfd\x3e\x15\xf7\xfe\x28\x1c\xe1\xe6\x45\x94\x21\xba\x27\x76\x1a\x07\x4a\xf5\x72\xe4\x32\x38\xd8\x71\xf0\xfb\x43\x75\x0f\x3a\x7f\x3a\xca\x31\xe3\xd2\x11\xf7\x7c\xb1\x33\xae\x98\xa3\xe9\xa0\xf2\x6b\x96\x14\x7a\xd6\x59\x20\x3d\x04\xbe\x90\x94\xba\xea\x2e\xc7\x43\x29\x64\x2d\x7a\xda\x6f\xc3\xb3\x51\xf5\x36\xfc\x8c\x14\xf5\x2d\xf8\xc9\x41\x69\x5e\xb2\x5c\xf1\x0d\x4f\x5d\x8a\x5f\x27\x5c\xa8\xd7\xe0\xf7\xa7\x7f\x5b\xe4\xf3\xd2\xe5\xc2\x0b\x16\xf5\xc3\xf1\x92\xa9\xdb\x1e\x46\x3a\xe7\x0d\xed\xf3\xcc\xac\x83\x25\xe9\x90\x16\x32\x54\xa4\xb7\xe2\xb5\x23\x6d\x15\x87\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xe4\x9c\xf9\x73\xea\xdb\x02\xb5\x44\x9d\x50\x4a\xc7\xdf\x52\xe6\xb0\x58\x29\x13\x6f\x1f\xe9\x1d\xc2\xe8\x82\x54\xaa\x4b\xf6\x16\xf7\xf7\xce\x82\x7e\x93\xba\x34\x85\x7b\x2a\x0a\xb4\x84\x54\x94\xac\x33\x7f\xba\xeb\x67\x0a\x6d\x63\xd3\xe6\x74\x5f\x1b\xd4\x16\x45\x07\x04\xf1\x9e\x3d\xff\x7d\x84\x88\x4b\x99\xdd\x6a\x35\x6d\xfc\xdc\x06\xb5\xfa\x9d\xc0\x0c\x75\xb8\x90\x6f\x25\x47\xfd\x8e\xe8\xa6\x3c\xe9\x4c\xa4\x33\x61\x56\xba\x23\x31\x1a\x13\x47\x37\xfb\xb5\x67\x05\x96\xa7\x3c\x65\x4a\x9a\x97\xce\xe9\xc9\x57\xcf\x80\x65\x97\x13\xaf\xe0\x26\x35\xe7\x4f\x4f\xad\xf5\x59\x65\x29\x4d\xce\xbb\xb3\xda\xaf\x73\x60\xb4\x38\xee\xff\x70\x42\xe2\x9b\x14\xa7\x23\x08\x1c\xf7\xbf\x3f\x54\xb5\x68\xce\xa7\x62\xa5\x33\xd5\x2a\x9b\x33\xdb\xc7\x69\x00\x7a\xe6\x06\x8b\xfe\x4a\x7f\xbc\x61\x4b\xfe\x94\xb8\x45\x6a\x36\x5f\x8e\x0d\x74\x8e\x9e\xd5\xd7\x0e\x7f\x34\x7b\xdf\xc0\xd9\xcc\x66\x06\x85\x5d\x9b\x19\x94\x79\x6d\x8e\xb3\xdd\xf3\xe3\xdb\x4d\xa6\x56\x67\x28\x0e\xf5\x13\x45\xa5\x18\x75\xe8\x18\xbf\xaa\x6f\x69\x51\x1a\xbb\xc3\x91\xc2\x20\xdc\xdd\xa1\x9e\x69\x57\x3d\x92\xa0\x99\x09\x99\x58\x3d\x86\xbf\xbf\x4d\xb5\x5a\x2f\x16\x01\x98\xc1\x81\x0d\xd4\xa4\x85\x3b\xeb\xde\xd0\xc2\x35\xa4\x44\x3e\x93\xe7\x67\xf4\x27\x07\x08\xc7\xe0\x1f\x07\x66\x8c\x63\xf0\x03\xcb\x9c\xc2\x20\x94\xab\x86\x72\x1b\x74\x9d\xa3\x79\xcd\x8f\x6e\x83\xee\x6c\x5b\xae\x58\x43\x7e\x45\xdf\x9f\x36\xa6\x44\x23\x9d\xdb\xd6\xf4\x59\x12\x8b\xad\xe7\x47\x8f\x99\x25\xf1\x7d\xe9\xc8\x8f\x3f\xb7\xe1\xde\x75\x44\x1a\x16\x8c\x70\x0d\xf7\x14\x54\x48\x31\x45\x09\xe5\x91\x74\x28\x66\xab\x41\x0a\xaa\x8b\xfc\xef\x46\x7c\x1d\xc8\x22\x3d\xbf\x3f\x2f\xcc\x3a\x87\xf2\xef\x4f\x99\x1f\xcc\xd5\xff\x20\xb9\xbb\x05\xde\xd3\x59\xe3\xab\x46\xba\xc7\xc8\x20\x75\x2b\xd3\x1f\xaa\xb8\x90\xde\x0a\x0f\x79\x72\x12\x17\x42\xe2\x7c\xc1\xc2\x9d\xfb\xf8\xa7\xd0\xf8\x8d\xd4\xa3\x9d\xf0\x54\xa3\x98\xf7\x70\xb0\xf1\x11\x33\xa7\xfd\xce\xd1\xf1\x29\x95\xae\xc7\x12\xea\xa8\x73\xac\x2f\x3d\xa9\x2f\x33\x9d\x35\x5b\xe6\x47\xbc\x0f\x28\xa1\x6e\x97\xd1\x51\xf3\xa7\x6e\x94\x66\xfe\xb4\x7e\xe0\x68\xd1\x7d\x03\x70\x3c\xbf\x5a\x9d\x21\x57\xf4\x52\xbe\x82\x77\x9c\x1d\x71\x05\xdb\xfa\x35\xfc\x4c\x45\x08\x96\xa7\x50\x2b\xc8\x46\x31\xa0\x02\xfc\xea\x04\x34\x31\xa8\x56\xe1\xfc\x2b\x48\xd3\x39\xc8\x5d\x83\x25\x3e\xec\x39\x38\x9e\x6f\xcd\x52\x2d\x1f\x33\xd2\x0a\x69\x30\x16\x92\x7f\x58\x26\x31\xd9\x03\x67\x0f\x5d\xd2\x3b\xf7\x0a\x3c\x72\x0e\x58\xac\xa5\x19\x71\x11\xeb\x3b\x60\x1b\xf8\x78\x60\x05\x22\x08\x79\x22\x7f\xa4\x19\xce\x0a\x69\x06\xf7\x62\xda\xe1\xcd\x49\x4b\xa9\x15\x72\x1a\x92\xb7\x00\x84\xdf\xd4\x83\xf6\xf3\x04\xbe\x36\xfd\xa2\xbd\xa3\x48\x06\x67\xc0\x74\x58\x8a\x8c\x0c\xf9\x37\x29\x4d\xc6\x2a\x3a\x90\xff\x38\xd2\x28\x36\x5b\x49\xa9\x1d\x2a\xe9\xbf\x97\x1c\xc7\xd1\xe0\xd4\x9f\x56\x7d\xeb\xe3\x04\xa8\x37\xe9\x2e\x85\xf2\x11\x30\xdd\x77\x32\xa3\xfa\x94\x6a\xbe\xf1\x1d\xe9\xb1\xfa\x5d\x91\xeb\x15\x28\xe3\xee\xd2\x05\x69\x46\x43\x83\x09\x95\x51\x72\xe4\x33\x28\xe3\x1a\x2d\xe4\xe5\x5f\x53\x93\x6f\x41\xe9\xbf\x31\x1a\x80\x61\xa6\x23\xef\x8f\xe3\x21\xed\xe3\xa1\x4f\x13\x47\x13\xbc\x25\x98\xc6\x91\xee\x3b\x10\xff\x95\xf9\x36\x4c\x23\x32\xda\x81\xf7\xc7\x81\xe8\xd7\xdb\xf6\x02\x2e\x63\x1a\xa5\x01\x8a\x65\x0a\xa5\x71\x77\x97\x6a\xe5\x4a\xea\xcf\x8f\xec\x3e\xc6\x0d\x2e\x97\xe3\xe1\x5c\xcc\x2f\x35\x79\x8d\x7b\xbe\x55\x45\x9c\xeb\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x13\x76\x26\xdf\x2b\x9e\xe9\xc5\xed\x93\x71\xeb\xd0\xc7\x0d\xf8\x9c\xe8\xa6\xcc\xae\xcd\x0e\xac\x19\xc7\xe5\xef\x68\x11\xc5\xe5\x27\xd0\xc8\x4d\x29\xaa\xc5\x95\x4a\xdd\xd9\xbf\x91\x86\x73\xfa\xa2\x38\x4b\xe4\xf0\x97\x78\x64\x85\xbc\xa8\x5c\x82\xce\xc5\xe3\x68\x0e\xcc\x82\x5e\x8c\x2c\xdf\xb2\x62\x42\x30\x08\x88\x51\xe2\x6b\x59\x58\x32\x25\x85\x4e\x61\x52\xa0\x14\xc6\xe3\x95\x6a\x3c\xc4\xfc\x28\x96\x7e\x1a\x94\xf4\xc6\x60\x5e\xbe\xae\x62\xa2\x96\x4f\x8a\x9c\xab\x57\xd8\xa5\x42\x6a\x16\xb1\x65\x85\xd7\x18\x61\x81\x65\x40\xeb\x53\x8d\x9d\x79\x4f\x1b\xf6\xf8\xd2\x1b\x2c\x64\x8c\x81\xc5\xe1\x10\x0f\xe2\xc2\xbf\x84\x73\x6f\xd9\x25\xdd\xf3\xad\x61\x8e\xe9\x82\x93\xbe\xff\x5b\xaa\x49\x47\x02\x3b\x29\xc0\x38\xe0\xb4\x65\xe6\x61\x99\x97\x05\x02\x27\x7d\xc1\x37\xee\x6a\x19\xf6\x56\xf2\x9e\x1a\x8a\x46\x68\x93\xd4\xb3\x2e\x14\x7e\xe3\x1e\x4b\x81\xbc\x99\x90\x0b\xaf\xb9\x8d\xa5\xbc\x42\x79\x57\xf4\x90\x0a\x13\x8d\x8d\xa8\x97\xed\xc7\xc9\x36\xd8\x6c\xff\x91\x46\x96\xec\xb5\xb4\x61\x2f\xce\x95\x6f\xed\xc9\xa3\x7b\x7a\xda\x5e\xb9\x63\x9b\x1b\xb3\x02\x69\x6b\x74\x07\x77\x4f\x73\x13\xcf\x09\x26\xdd\x5a\x5d\xae\xd8\xa6\xa0\x1f\xe5\xc0\x1b\xbb\xb1\x52\x33\x6a\x39\x92\xb8\x90\x9d\x4a\x44\x50\x0b\x82\xc2\x89\x07\xb8\xa5\x9a\xdb\xb8\x2b\x38\x6f\x2f\x4b\x4f\x76\xd7\xd6\x53\x45\x6e\x88\xe6\x5e\xc6\xb7\xd2\xa2\x60\xce\x57\x49\x59\xd5\x97\xf9\x8f\xe5\x4a\x61\x57\x61\x87\xb2\x0e\x61\x77\x3b\x65\x41\xee\x5f\xfc\xea\x7e\xd6\x4c\x25\xf7\x14\x19\x96\xf8\x67\x70\x02\xdc\x3c\xbf\x40\x16\x6d\x02\x30\xcc\x94\x4a\xae\x72\xb8\xf6\xa3\xfc\x68\x85\xcd\x59\x1f\xa3\xc7\x50\x94\xfe\xfc\xc8\x54\xd2\x79\x69\x9b\x81\x08\xde\xdc\x73\xa6\x7f\x32\x77\x73\x44\x7e\x0f\x3a\xd4\x20\x0f\x19\xa2\x29\xbc\x54\x4f\x81\xa2\x07\x03\x52\x33\xf4\xd4\x33\x44\x1d\x50\x02\x82\xf7\xfc\xc8\x06\xeb\x90\xdb\x98\x63\x28\x23\xab\x2a\x94\xcf\xbd\xec\xdb\x37\xc6\x06\x7e\xa4\x37\x9e\x6b\x64\xde\x9b\xf7\xd4\x38\xbd\xfc\xb6\x7e\x1c\x23\xff\x7a\x12\xf2\xab\x4f\x3d\xec\xbf\xb7\x19\xea\x48\x45\x3f\x1d\x1d\xe8\x83\x4e\xd7\x80\x22\x67\x30\x2c\x30\xad\x30\x2c\x75\x1c\xff\x41\x78\xbf\x01\xf2\xa1\xa3\x0c\x53\xc9\xf5\x95\xde\xd2\xdf\x9d\x4d\xb5\x76\x36\xc3\xfd\x6f\x0c\x51\xc4\xcc\x1b\xc5\x93\x2e\x6d\x4b\x50\x36\x80\xdf\xcb\x5f\x83\xc5\x7f\xc3\x0b\x68\xb4\x37\xce\x9c\x7c\x6b\xb5\xce\x14\xd9\xf5\x0c\xae\x6e\x3a\x51\xc2\x04\xec\x3c\x3f\x4e\x18\x43\xf7\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xfb\x7d\x1c\xe6\xb6\xe7\x4f\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xed\x6f\x92\x8a\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xe4\x6b\xee\xb7\xfc\x44\x3e\x97\x3b\x1f\xae\x1b\x7a\x48\x7a\x0f\x29\xaf\x48\x43\x0e\xe8\xd9\x7b\x1f\xb0\x95\x40\x2d\xe5\xe4\x6c\xf8\xe1\x58\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7d\x3a\x00\xe0\x65\xe4\x4f\x31\x3d\x57\x68\x1f\x82\xd7\xb6\x34\xe9\xce\x86\xb2\x89\xcd\x9a\x39\x53\xc1\xe3\x5a\x05\xd3\x32\x32\xd7\x42\x96\x0d\x4c\x5f\xb2\x0f\xf0\x58\x74\x7e\x30\x1e\xd9\xfa\xbc\x8b\x07\x9a\x38\xf5\x2e\xbe\x8e\x33\x15\xfd\x44\xb9\xbb\x5f\xc7\x02\xe5\xb5\xe6\x04\xa9\x02\xb4\x7c\x0a\x7f\x52\x73\x85\xe4\x17\xeb\x03\x2b\xd9\x4f\xd4\x73\x45\x64\xb8\x49\xcf\x45\x03\x70\x13\x70\x54\xf3\x8b\xef\x77\xa6\xd4\xbb\x12\x97\xa9\x53\x07\xe4\xde\xc7\xaf\xce\xc7\x89\x6e\xd3\xab\xf3\x9a\xfb\x23\x83\x4f\xc6\xc9\xb8\xbf\x76\xda\x9e\xe9\xbd\x5c\x59\x80\x4b\xe7\x97\x85\x99\xf9\x75\x7a\x29\x1a\x24\x39\xb0\xf2\xab\xde\x07\x3d\x8d\x7e\x64\x5f\xa7\xcc\x1b\xb1\xa5\x22\x33\x2b\x5a\x41\x6f\xd2\x6b\x6e\xa2\xf4\x24\xfd\x24\x01\xc6\x4d\x8a\xab\x8e\x50\xb6\xab\xd2\x05\x19\x8b\xb9\x88\xca\x9b\xf4\x99\x42\xaf\x37\xcb\x64\xe9\x8d\x03\xe2\xcb\xa6\x9c\xf9\x53\x2b\x8a\xf0\xfc\xe1\x61\x65\x3f\xff\xbc\xef\xb0\x1b\x7e\x00\x36\x11\x8f\x3f\x2b\x71\x34\xfc\x6f\xfa\x7c\xcd\xb2\xfc\xd8\x85\x58\x53\x3f\xfc\x49\x2d\xa5\xae\xb7\x42\xa9\xde\xf8\xc9\x7e\xde\xa2\xa8\x5f\x47\xfe\x8f\x5d\xfe\x93\x16\x8f\x07\xeb\xb7\xe0\x3f\xba\xa0\x33\x7d\x26\x53\x00\x92\x3a\x50\x2e\xbf\x2c\x36\x4d\x2e\x27\x6d\xc8\xa7\x16\x78\xc8\x1e\x61\x44\x0a\xcf\x57\x27\xcf\xd0\x5b\xca\x96\xeb\xc9\x9f\x6f\x93\xe9\x90\x9f\x4d\xfe\x07\xcf\x8a\xe1\x24\x03\x45\xf4\x73\xa8\x02\x64\xb9\x9f\xac\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xa6\x20\xa5\x02\x3d\x41\xfa\x09\x5d\x72\x9e\x80\x03\xe7\xcf\x57\x83\x27\x96\x85\xde\xa9\x57\xce\x59\x4b\x79\x09\x4e\xa0\x27\xcb\x79\x08\x86\x73\x70\xdf\x24\x73\xd2\x20\xa7\x4b\x0f\x48\x57\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\xe9\x68\x27\xf1\x7a\x4d\xda\xa4\x83\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\xc1\x49\x06\x66\xd0\x7a\x39\x28\xc9\x18\x54\xc4\xd1\xff\x29\x55\x34\xe6\xf4\xc0\x00\x21\x3b\xb4\xd7\xcb\xb0\xd1\x8b\x49\x60\x79\x0f\x7e\x64\x5d\x26\xa5\xb2\xae\x40\xf2\x2c\xc1\x40\xc8\x0f\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x11\xc7\x7a\x39\xa0\x55\x65\x24\x32\xd6\x71\x4c\x2c\x83\x3b\x3a\x67\xa4\x75\x70\x20\xb7\x32\x5e\x87\x2e\xe2\x1c\x4c\xfb\xa6\xba\xfb\x97\x42\x16\x3f\xa5\x36\x51\xac\xa4\x96\x5e\x86\x8f\xfa\x54\xe4\x24\x1e\x96\x0a\xcb\xc0\x0f\x82\x28\xdf\xa4\xb7\xaf\x8d\x94\x75\xd8\xd1\xc6\xab\x93\x25\x8c\xc6\xe9\xb4\x13\x37\xc5\x72\x7b\xe4\x07\x93\xcd\x92\x1e\xc6\xe8\xa6\x4b\xdc\x9f\xcf\x14\x7a\x37\x1d\x29\x55\x88\x87\x96\xc2\xb7\xce\x8a\xf4\xde\x81\x53\xff\x25\x25\xe8\xd3\x05\xad\x44\x79\x28\x99\x54\x95\xbe\x6f\x61\x80\x32\x09\xde\x01\x8d\x61\x5a\x16\xf2\xa0\x7b\x9d\x38\x63\x0f\x28\x49\x58\x6b\xd4\xa5\x48\xfb\x05\x2c\xdd\x3a\x07\x1d\x1f\x90\xae\xf5\x84\x92\x06\x3d\xf3\xa3\x36\xba\x3d\x56\xcb\x38\x8b\x13\x64\xe5\x12\xb0\xa2\x5c\x30\xb1\x23\xed\x3b\xd3\xf6\x4d\x59\x64\x1d\xd4\xe3\xbd\x01\x67\x0a\x73\x71\x81\x26\x5c\xbc\x18\xc7\x38\x59\x8e\xa5\x8f\x4b\x67\x9d\x76\x8b\x3a\xe5\xd2\x4d\xda\x49\x36\xd3\x03\x6b\xcc\x93\xbe\x2f\x64\x4d\x83\x94\x10\x6d\x7c\x8b\x10\x85\x49\x04\x8d\x28\xbc\x07\x59\x27\xf7\xe4\x83\xde\xcb\x2d\x06\x5a\x60\x9d\x3e\xe0\xb4\x50\x66\xcc\xa7\x50\xf8\x79\xa2\x07\x2c\xbf\x2f\xc7\x63\xb2\x8c\x8b\xe8\x5c\xbf\xaf\x33\xb2\x90\xe9\xdc\xe6\xd3\x91\x8f\x8b\x4b\xf3\xb1\x36\x4b\xa3\x47\x4e\x5c\xc9\xb6\x07\x34\xe1\xf4\x28\x37\xa9\x15\xec\x29\xb4\xa8\x19\x7f\x0b\xf2\xe5\xe0\xfb\x9c\x6c\xd7\xb9\x59\x5f\xf7\xa0\xf8\xe4\x0d\x0f\x39\xc0\x3e\xe7\xa6\x55\xcc\x5f\x2d\x5f\xfa\xd6\x6f\xe4\x53\x36\xca\x05\x89\x8a\x4c\xa9\xa6\xb3\xa7\x50\xfa\xbd\xa5\xcc\x56\xac\x2d\x8c\x55\xb8\xa4\xb4\x65\xb0\x04\xdb\x28\x8e\xcb\x7b\x53\x32\xc3\xac\xed\x57\x61\xd3\xc3\xe3\x82\x74\x1c\x13\xc7\xdb\x32\xa4\x03\xc7\xc0\x2a\x76\xba\x00\x17\x5f\x42\x78\x9c\x24\x73\xb8\x49\xf7\x2f\xf5\xda\x17\xc0\xa6\x2f\x78\x56\x60\xc0\x82\xb7\x7d\xf2\x31\x77\x88\x27\xdd\xf7\xb1\x19\xf1\x21\x2c\x46\xe1\x22\x6c\x05\x7c\x91\x39\x5a\x5e\xc2\xfc\xa8\xdb\xd8\xc9\xa4\xd8\x1e\x76\x10\xb5\x9b\xb4\x8c\xca\x1c\x59\x60\xf4\x7c\xcb\x58\x68\xd3\x80\x60\x87\x93\xb9\xc9\x6d\x92\xc1\xe8\xe6\x67\x20\x27\x8b\xe4\xc9\xe0\x20\xb0\x0a\xcc\xc0\xd0\x08\x9d\x0f\x18\x63\x5d\x1c\x8d\x2f\x28\x5a\x1d\x90\x1a\xb7\x8d\xf0\xe5\x57\xf8\xb3\x3d\x7f\xfa\x92\x8f\x6a\x7d\xd3\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xb1\xf1\x31\xa5\x97\x9f\xe8\x47\x6a\x1a\x28\x71\x02\x23\x5c\x97\x5f\x0f\x3b\x91\xd3\x4d\xbe\xdd\xdb\x54\x24\x29\x0f\x14\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x6a\x6f\x19\x00\x31\x78\x20\xb3\x8c\x80\xe0\x82\x62\x01\x72\x00\xb2\xb6\x2e\x8b\x06\x1f\x03\x97\x83\xde\x63\xcd\x2c\x63\x1c\x46\xa6\x48\xd6\xd5\x09\x9c\x6d\x5d\x68\x04\xcc\x83\xcb\x89\x71\x59\x09\x9e\xf7\xcf\x7c\x6b\x8c\x26\xa8\x8b\x75\xd9\x96\x3e\x5e\x21\x35\x11\x28\x85\x2b\x2b\x4c\x1f\xfc\xd2\x06\x9b\xe4\xf2\xe9\x68\x22\x1f\x15\xd9\xfe\x2c\x19\xca\x66\x52\xfc\xa7\xd0\x0b\x35\x16\x54\xcd\x23\x2a\xa8\xd3\x9f\xa6\xf0\x72\x87\x52\x5a\xdd\x4a\x87\x6c\xee\x7d\x4a\x65\xa3\x9c\xf9\x55\xb7\x34\xcc\xbc\x90\x0d\x67\x76\x4f\x45\x4d\xf9\x9c\xb5\x1c\x7e\xe0\x04\xa8\xb7\xaa\x75\xd1\x91\x56\x24\x1a\xb2\xc1\xab\xad\x36\xbc\xba\x4b\x11\x06\x6a\xf4\x76\x75\x2a\x22\x1e\xc5\x2d\xc7\x1b\x88\xad\xa3\x78\x03\x27\xb7\x3d\xab\xda\xd4\x1f\xa1\x86\x3b\x74\x41\x6a\xed\x67\x9a\xfc\xe8\x69\xc8\x84\xfa\xca\x87\x42\x5f\x75\x97\x33\x52\x66\xdb\x0f\xf3\xce\x00\x05\x1e\xb9\x2c\x41\x12\xce\x0b\x0e\xaa\xbe\xbc\x3b\x4b\xfb\x5b\x92\x2b\xf8\x40\xa9\x2c\x66\x0d\x9b\xa6\xc9\xed\x21\x33\x10\xa3\x85\xd1\xcd\x40\x0d\xce\x42\x87\x84\x18\x38\xb2\xf0\x8e\x70\xf9\xca\x52\x6f\x8f\x99\x25\x71\x92\x17\x20\x83\x8b\xd0\xfb\xed\xa9\xd7\x9b\x8e\x7d\x5f\x7d\x56\x43\xde\x29\xaa\x41\x25\xc6\xd1\x32\xba\x80\x3b\xde\xa5\x10\x07\x17\xc7\xb8\x65\x70\x01\xb7\xb8\xcb\x68\x82\xe8\x87\xe6\x6b\x9a\x49\x07\x1c\xd3\x80\xa4\x86\x37\xf9\xd1\xc3\x84\x50\x0a\xca\xc7\x3a\x0b\x5c\x50\x70\xad\xaf\x06\xbf\xb0\x1b\x9b\xf1\x80\x40\xfe\x96\xd0\x05\x03\x47\xd0\x6a\x28\x0f\x9f\x4f\x97\x43\x1c\x5c\x93\x51\x3a\x0e\xff\x35\xd3\x05\x7b\xf0\x47\x2a\xa2\x7f\xf4\x5e\x60\x83\x28\xb7\x66\xaf\xbc\x13\x99\xde\xa4\x3c\xb0\xf9\xd3\x9a\x04\x59\xdc\x6c\xad\x1c\x99\x3d\x07\x30\x3a\xb1\xae\x9a\x65\xd2\x4c\x3d\x5e\xfa\x33\x85\xb7\xc2\x8f\x2a\x69\x4e\x18\x99\x33\x8b\x70\x0a\xe5\xcc\xe4\x6e\xc5\x7d\x64\x2b\x18\x98\x10\x45\x62\x60\xc2\x38\xaf\x90\x8c\x9a\xf9\x43\x08\x65\xfe\x48\x40\x9a\x6a\xbf\x5a\x95\x7c\xfa\x93\xf3\xc9\x9d\x75\xdc\x84\x82\x45\xd9\x6d\x7f\x20\x2a\x1c\xce\x7f\x9c\xd8\xfc\x00\x0a\x78\x2d\xba\x3a\x87\x09\xd8\x84\x98\xfd\x11\x7c\x8e\xa3\xc0\x33\xa4\x45\x04\x7f\x22\x83\xad\xee\x28\xe7\x35\x14\x53\xe2\x61\x3b\xcb\xff\xd3\xa3\x69\x54\x26\xbd\xc5\xf3\x73\x84\xac\x6a\x84\x7a\x0c\x1b\x3d\x2f\x7a\xef\x04\x81\x69\x64\xd2\x83\x14\x5a\x37\x3c\x15\x59\x37\xb0\x64\x8a\x9c\x70\x72\x75\xbd\x3a\xca\x2a\x85\x72\xf0\x4f\x04\x9d\x63\xed\x9f\x47\x26\x65\x79\xcd\xf2\xa7\xc3\x9a\x84\xb2\x16\xc1\x74\x76\xd0\x05\x5c\xa1\xcb\x41\x17\xa2\x27\x0c\x1a\xe0\xe5\xc1\x52\xe0\xfd\x7b\xe2\xf3\xe3\x76\x67\xd3\xe4\x5b\x7f\xa6\x1e\x1b\xc7\xf9\x56\x7e\xbe\x0b\xd1\xe2\x58\xfb\xe7\x81\x11\xeb\x98\x0c\xe7\x81\x51\xa6\x28\x0c\x07\x77\x0c\xab\x1b\x0a\x7a\xa0\x1a\x8c\x1a\xc8\x89\x6e\xa0\x8e\xce\x90\xc5\x93\xdb\x21\x85\x67\x8c\x69\x35\x6c\xaa\x82\xa9\x5c\x82\x09\xd4\x08\x90\xe1\xdc\xde\x04\x50\x5b\x03\x0d\xc4\x99\x4a\x30\x81\x12\x4b\x10\x98\x00\xaf\x85\x97\x61\x02\x11\x03\x43\x46\x0e\x4f\x2e\xd6\xf0\xc3\x84\x79\xfc\x0d\x1b\x5f\x43\x70\x3a\x02\x6e\xac\x81\xb0\xc1\xee\x57\xf0\x87\xc2\x4b\x80\xe5\xd8\x0f\xbc\x00\x5e\x03\x0b\xa8\x86\x54\x70\xed\x11\x4a\x86\x34\x21\xda\x96\xc1\x05\xd9\x00\x0a\xac\x5f\xb3\x5b\xc7\x62\x59\x68\x64\x31\x5f\x4c\xc9\xb2\xc8\x67\xc3\x02\x18\x20\x08\x9b\xb3\xfd\x9f\xa5\x84\xf2\x56\xc2\xb6\x1b\xbe\xed\x69\x59\x43\xa1\xa0\x9e\x55\x72\xf6\x10\x76\xa8\x32\xfa\xd7\xa7\xb7\x7e\x9d\x7f\xd6\xfc\xe8\x45\x82\xa9\x9c\xd2\x7f\xc6\xa2\x30\xb6\xe0\x59\x41\xa9\xa4\xd2\x52\xad\x0f\x93\x29\x93\x28\x64\xd3\x0d\xfb\x31\xd8\x48\x06\x21\x70\x3f\xb2\x0c\x3a\xe0\x45\xeb\x72\xc4\xfc\x0c\x79\x46\x0e\x75\x48\x1b\x3f\xf0\xe2\x24\x53\xed\x05\x65\x21\x85\x03\x64\xda\xe3\x01\xe0\x6e\x4d\x0b\xa9\xe7\xcf\xb7\x2b\xca\xaf\x02\x44\xf6\xb4\xa2\xe0\x6d\x9c\x48\x67\x52\x9a\x9a\x92\x45\x0d\xa4\x6e\x4d\xfb\x2e\x41\xd3\xae\x89\x54\xc2\xfa\x56\x10\x89\x9a\x99\x9c\xb8\xac\x6a\x2a\xb2\xff\x08\x81\x31\x27\x4b\x4d\xa3\x1c\xbd\xb1\x3b\xa7\x03\x65\x96\x23\xa4\xf1\x8a\x34\x83\xac\x29\xfc\x8a\x59\xc3\x11\x5f\x31\x1d\x2a\x71\xc3\xd6\xc4\xab\x82\xd6\x9e\x7e\x86\x00\x53\xcf\xb0\x1b\xf5\xca\x01\x4d\xb4\xaf\x65\x40\x42\xbc\x4b\xd3\xd7\x42\xbc\xd3\x59\xd3\xf7\xcf\x30\xc2\x44\x5f\x3d\x7f\xba\x07\x0c\xd4\x37\x0c\x3d\x3f\x6a\x5f\xc3\xc3\x13\x9b\x26\xb3\x2b\xa6\x01\xfb\xb9\xd6\x80\xc1\x07\xa4\xa2\x85\x62\x56\x2d\xd4\x17\x3d\x10\x08\xe1\x04\x5d\xbf\x96\xe3\x2b\xda\x9f\xba\x04\x42\xb8\xa5\x66\x81\x6c\xae\x36\xa5\x92\x58\xec\xb1\x85\x88\x82\x15\x16\x46\x72\x1a\xe5\x74\x85\x1d\xba\x30\x73\xe0\x14\x45\x8e\x38\x79\x6a\xb5\x1c\x39\xa2\xcf\xfc\x69\xb6\x66\xdc\xcb\xba\x0d\x4e\x35\x4a\x81\x40\x5b\x6b\x99\x89\x38\x2e\x39\xe2\x3f\x11\xba\xd6\xe2\xe0\x85\x51\xb3\x1c\x57\x17\xa1\x6e\x58\xc2\x95\x79\x5f\x7e\xd9\x92\xa9\x5e\x66\x0b\x66\xda\xb0\x04\xd0\x16\x8b\x00\x14\x27\xf2\xd5\x21\x27\x5a\xe6\x40\x11\x27\x62\xe2\x18\x94\x30\x33\xe4\x4d\x1b\xcc\x9e\x98\x64\xb6\x87\xf4\xb8\xe8\x8f\xdf\xad\x9c\x3d\x15\x09\x22\x50\xfe\x8c\x4c\x7b\x7f\xfa\x71\xb5\x4c\x09\x07\xeb\x9e\x56\x24\x7c\xb1\x63\x36\xda\x2a\xd4\xa5\xb2\x03\x4a\xb3\x8e\x5d\xb7\xed\xd4\xce\xd4\x2a\x20\x45\xe5\xb5\xd4\xda\x70\x45\x87\xb2\xf9\xff\xfc\xb9\xf4\x69\x85\x92\xa3\x92\x2d\x45\xe4\x0a\xa0\x0f\xcb\xe0\x06\x62\x0f\x2d\x83\x1b\x3a\xc0\xde\xa5\xb0\xfd\x95\x58\x43\x4b\x51\xfb\x07\x37\x97\x4b\xc0\x87\x8b\x37\x0e\xcb\x31\xfc\xe7\x43\x79\x1c\x03\xca\x3c\x9a\x41\x5a\x51\xb5\x54\xa3\xf6\x11\xbc\xc2\x36\x74\x80\x2a\xcb\xd8\x06\xb0\xdc\x4b\x60\x86\xf3\xc2\x20\x15\x7c\xa1\xc4\x17\x2b\xf8\x42\x25\xf4\xe6\xda\xce\xea\x32\x52\x66\x6d\x82\xff\x69\x73\x52\xca\x72\x38\x60\x02\xea\x63\x3b\xca\xe4\x08\x65\x23\x04\x1b\x53\x91\x33\x2a\xd7\x30\x6b\x3b\x6e\x2f\x7c\xb6\xcd\x75\x88\xd9\x8d\xa5\x93\xb5\xc2\x78\xc6\x22\xd9\x40\x63\xa8\xd5\x0f\x15\x8e\x7c\x6a\xd3\x8b\x41\xfa\xa8\xff\x50\xcc\x63\xaa\xc1\xd6\xa2\x3f\x78\x87\x4b\xaa\xfd\xc9\x45\x6e\x86\x50\x54\x8d\x4a\x90\x98\x65\x60\x43\x1a\x11\xb0\xa1\x02\xd9\x5f\x0e\xb8\x71\x65\xaf\xbf\x7d\x5e\x47\x9e\x38\xfc\x06\x2f\x68\x97\x90\x0c\x95\x68\x08\xeb\x6d\x5e\x41\x79\x28\x7f\xc0\x79\x31\x91\x0e\xc5\xd1\x01\x5d\x2f\x27\x10\xb8\xb2\xd5\x1d\x6e\x23\x47\x57\x63\x13\xc2\x1e\xc6\x26\x9c\x80\xc7\xd6\x3b\xc9\xfa\xa1\x7c\x6c\x83\x3f\x15\x52\xe3\x24\xe4\xd7\x7a\x3b\x03\xff\x15\x8a\x61\xe5\x53\xed\x9e\x16\x0a\x96\x48\xb5\x16\xb1\xb8\xb3\xde\x1c\xa8\xd8\x86\x6f\x27\x02\xca\xc8\x62\xf0\x42\xfa\x62\x3b\x82\x9d\x30\x1a\x61\x92\xb7\x8f\x54\x68\x3a\xc1\x1a\xce\x13\xa4\xee\x12\xac\xa1\xce\xcc\xb4\x25\x53\x06\xea\xe0\x0d\xb0\xf7\x7b\x63\x81\xa7\x11\x1b\x39\x3d\xa4\x67\x0c\x1b\xd6\x30\x86\x33\xf7\x47\x1f\xfb\x75\x4e\xf6\xc6\xc7\x02\x07\xc6\x14\x8c\xa1\x64\xd1\x3e\xe1\x84\x09\x39\x74\x6b\x91\x1f\x15\xf0\x94\xad\xf9\xd1\xb1\x1c\xd8\xf3\xfa\xe8\x7e\x81\xa8\x09\xeb\x63\x01\xd3\xd3\xbe\xed\x52\xf8\x52\x68\x88\x92\x3d\xad\xb8\x1d\x95\xc0\x1c\x4b\x69\x08\xce\xe7\x47\x9d\xc4\x00\x7d\xac\x8f\x63\x63\x1d\xf0\x9e\xb2\x10\x94\x23\x1d\xc7\x86\x1e\xe3\x6f\xc9\x4d\x30\x10\xd6\xe0\x63\x61\xc4\xce\xfc\xa0\xae\x90\x5b\x1f\xee\x13\xf0\xff\x18\x28\xc1\x03\xde\xf5\xc1\x11\x3c\xf3\xad\x64\x35\x4b\xf2\xf1\x7d\x7c\x34\xc0\xc7\x9e\xe0\x5c\xa8\x7d\x7c\x82\x1a\x29\xb4\xc5\x73\xa5\x50\xbb\x61\x84\x92\x3a\xcd\xe5\x1b\xb8\x89\xa8\x84\x8f\x01\xba\x84\xf8\x5d\x4e\x35\xc0\xe3\xdf\xe5\x48\x21\xd1\xfd\x1f\x6e\xf8\xd8\xe5\x1f\x34\x5f\x66\x57\x4e\x1f\x9e\xe6\xac\x8f\x9f\x04\x10\xc5\x71\x7d\x71\xfe\x71\x42\x56\xce\x80\x12\x27\xa2\x73\x06\x10\xeb\x76\x7d\xd1\x4a\x35\xa4\xe4\x05\xf3\xf7\x35\x5f\xc0\x41\x0e\xf8\x71\x02\xb3\x5e\x5f\x0b\x13\x46\xf2\xc5\xaa\xc1\x4f\xf1\xe5\x74\x75\x85\x94\x6c\x63\xe6\x85\xce\x28\x05\x1e\x12\x38\xa3\x70\x1d\xbe\xbe\xf6\xfb\x1f\x48\x69\x62\x81\x64\x5c\xb6\x63\x1e\x4a\xc6\x08\xce\x2b\xa1\x38\x2a\xe8\xd2\xf5\xe5\xe0\x85\x1f\x47\x41\x43\x2a\x40\xdd\xf5\x35\x0b\x8d\xfc\xa8\x5b\xcc\xe7\x47\x8d\x8a\x2d\xe4\x24\x03\x93\x10\x44\xeb\x9b\x10\x03\x50\xb6\xa0\x91\xd8\x8e\x1f\x92\xad\xf8\x35\x9a\x86\x20\x44\xcb\xe1\x43\x78\x73\xb4\x8c\xd9\xb8\xa2\xd1\xbf\x1c\xc2\x10\x41\xce\x23\x50\x60\xb6\xaf\x2f\xa4\x80\xaf\xaf\xaf\x39\x66\x86\xf2\x36\x9a\xf9\xd3\x93\x87\xf0\xff\x6e\x8b\x03\xc6\x69\x54\xce\xf9\xfc\x6a\xff\x06\xf3\xae\xf0\x21\x67\x14\x9e\x12\x09\x54\x40\x7f\xeb\x67\x60\x15\xf8\xf4\xf5\x1b\x7e\x5c\xd6\xa1\xd4\x05\xa2\x77\x2e\xc5\x16\x69\xaf\x87\xf2\x85\xde\x84\xf2\xd9\x0a\xd6\x13\xfa\xe3\x8c\x28\x71\x96\x81\x41\xf8\xd5\xf5\x83\x11\xf3\xa9\xd6\x6f\xa6\x49\x73\x9e\x07\xfd\xf3\xad\x66\xe1\x98\xfa\xf3\x69\x8a\x50\x9e\xeb\xe7\x20\x02\xb1\x8f\x88\x26\x12\xb3\xc7\x49\x08\x06\x71\xd0\xd7\x0f\x2b\xa8\x85\xfc\x68\x2c\xf4\xc8\x4e\x1e\x78\x48\xf0\x8f\x92\x2b\x12\xa1\x3f\x5a\x6e\xd8\x85\xfe\x68\xaf\xf4\xc0\x20\x3b\xc2\x36\x2d\xa1\x3f\x1a\x08\xa7\x05\xfa\x83\x97\x9d\x4b\x70\x8f\x8b\x88\x65\xcb\xa8\x8d\x51\x38\xff\xfe\x8c\xf5\x0f\x94\x40\xa8\x8d\x96\xbb\x1f\xe5\x16\x68\x71\xe8\x2b\x42\x48\xcb\x4d\xcb\xcf\x48\x7f\x02\x59\xad\x1f\x2e\xe1\x2b\xa5\x36\x4a\x2c\xcd\xb6\xc2\x7c\x34\xce\xdc\xdb\x51\x3e\x3a\x6f\x11\xf6\x0b\x4e\xe8\x21\x8b\x3b\xf8\xb7\x0f\x65\xbf\x90\x49\xd6\x15\xfb\xe5\xdb\x29\xb4\xc3\x56\x14\x90\xc6\xab\xe7\xfd\xe2\x72\xd2\x42\x73\xbf\xf0\x28\x5f\x29\xb5\xc9\xd7\x53\xaa\x55\x3a\x42\xc9\xae\xe7\xcc\xbb\x5f\x8e\x3b\x43\x9c\x88\x2d\xe4\x48\x03\x16\xb6\x05\x1c\xb9\x08\x17\xb3\x15\x4e\xa4\xbd\xf2\xe3\xcd\x55\x0d\x20\xd0\x56\xde\x82\xc6\xc5\xd0\x7e\xf9\x8d\x00\xf8\xf0\xfd\x82\x6b\x2c\xb7\xb7\x92\x13\x74\x9e\x6e\x6d\x25\x27\x68\xb8\x23\xf7\x0b\x75\x55\x99\x3f\xe4\x09\x53\xb2\xdc\x01\xaa\x41\xba\x58\x79\xed\x97\x11\x45\x18\xe1\x5b\xa8\x92\x86\x2b\x75\xbf\x60\xb1\x8b\x0e\xdd\x4c\xd5\x78\xd4\xba\x15\xa4\xa4\xe1\x0b\xdc\x2f\xec\xe5\x9e\x42\x5f\x30\x5d\x34\x8a\x31\x54\x19\xe8\x36\x72\xa4\xd0\x28\xd6\x50\x67\x30\x9b\x2e\x31\x47\xe6\xb9\x93\xf9\x93\xec\x71\x2a\xc4\x9b\xd2\x1a\x9d\xa9\x47\xd9\xf1\x4a\xca\x6e\xfb\x22\x7d\x3f\xcc\x7e\x16\x2e\xfb\xc0\x8b\x78\x85\xd4\x0c\xd9\xfd\xb2\x0f\x24\x8f\x77\xc0\x3e\xe0\x28\xcb\xcd\x7d\x20\x4f\x8e\x90\x6f\xfd\x5a\xa0\xec\xb9\x19\x50\x5a\x23\x1b\xe9\xfb\x98\xee\x01\x65\x28\xb2\x4a\xf7\xcc\x16\x67\x28\xaf\xd1\xa0\xd6\xa9\x3d\xc8\x6c\x39\x7c\xc9\x28\x47\x0a\x87\xfe\x9c\x50\x96\x43\x35\x6d\xda\xdc\x18\x8c\x6c\xc2\xc4\x21\xd5\x3f\xf8\x54\x41\x4a\x1a\xb0\x95\x7d\xf8\x86\x82\x08\xad\x1b\xac\x0c\x0a\x73\x0b\x2b\xd3\xb2\x7b\x0f\x4b\xa9\x42\x87\x30\xb7\x6b\x2a\x9a\xae\x88\x1e\x2d\xcd\x57\xa1\x07\x98\xd0\x0f\x69\x0b\xb1\x32\x47\x86\xce\x14\xb8\x91\x94\x0b\x1c\x33\x36\x81\x49\x80\xcd\x6f\x05\x26\x29\xc0\x41\xb6\x12\x32\x34\x1e\x07\xed\x83\x8b\xad\x87\xd4\xbe\xe7\x3a\x7e\x1f\xf8\x9b\x47\x9a\xf1\x81\xbe\xa6\x54\x28\x76\x58\xcc\xc0\x1b\x9e\x85\xee\x93\xac\xc3\x07\x94\xb8\x08\xf6\x3b\xc3\x36\x03\xd2\x56\x17\xeb\xad\x08\x27\xa5\x3e\x85\x7a\x00\xf0\xca\x9f\x8a\xbc\xda\xd3\x22\x76\x1f\x85\xe6\x22\xab\xff\xad\xf8\x26\x05\xaf\xf0\x3e\xb9\xa3\x78\x0a\xab\x82\x12\xbf\xa0\x94\x41\xbe\x85\x92\x0a\x4f\x8b\x92\x34\x25\xe3\x30\x9c\x98\x10\x5b\xdb\xb8\x9b\x23\x14\x48\xc6\x42\xcf\x97\x04\x1f\x92\x46\xd1\x4b\x1a\x2f\x51\xf6\x09\x93\xfc\x6d\x8a\x6f\x47\x36\x21\x02\xc6\x76\x60\x93\x51\xce\x90\x7e\x22\x3a\xa1\xc4\xef\x68\x95\xd3\x42\xe8\xca\x97\x12\x07\x25\x5f\x7e\x55\xc6\x6c\x70\x3c\x4b\x35\xdb\x1d\x67\x54\xdb\x1d\x67\x71\xac\x01\xd1\x12\x0a\x69\xd2\xc0\xfe\xef\x13\x0f\x74\x4d\xad\x96\xd1\x93\x21\xfb\xc1\xc1\xcc\x2c\x5b\x3c\x5d\x69\x52\xf7\x04\x35\xd5\x5a\x83\xf8\xec\xbd\x8b\xe5\x13\xfa\xa4\x0c\xf5\x07\xa1\x5c\x86\x2d\x11\x04\x89\xc0\x39\xed\x55\xf3\x23\x8c\x35\x20\xd5\xbf\xe7\xd3\x8f\xff\x4c\xa1\xe0\x18\x57\x0a\x7d\x5a\x64\xd9\x05\xaa\x69\x20\xe2\x77\x30\x35\x6c\xb6\xe2\x57\xb1\xc7\xa4\x47\xd3\x5e\xcb\x92\xd2\xfb\x20\x90\x49\x28\x98\x46\x2d\x35\x69\xc1\xd8\xa6\x05\x01\x65\x5b\x6d\x3b\xa4\xca\x24\x58\xd9\x56\x0c\x95\x06\xd2\x7e\x17\xbc\xd0\x08\x7b\x85\x54\x29\x18\xd4\xdb\xe0\x1c\x22\xf0\xed\x62\x97\x34\x7a\xbe\x98\x0f\x61\x59\x80\x3a\xdc\x54\x6c\x01\x75\x0a\x56\xfa\x2e\x9c\xff\x27\xdd\xb3\x0b\x1a\xef\xc0\x16\x36\xa7\xbd\x32\xb7\xe6\x92\x4c\xc9\x16\x7b\xa7\xe7\xb6\x98\x0b\x42\xb0\xd8\x6c\xca\xe2\xfa\xba\x0b\xe5\xa3\x40\x28\xed\xd5\x98\x4a\xe0\x5d\xa9\xd4\xde\x4d\x37\x78\x71\xf5\x75\x41\xa9\xf9\x16\xca\x36\x52\x09\xa9\xc8\xfc\x2c\x88\xb3\x6c\xc4\xe6\xb8\x6c\x3b\x23\x25\xae\xe1\xe6\x3b\x94\xe2\x9d\xc2\x2f\x0a\x89\x52\xa2\x1f\xae\x30\x08\xa4\x11\x59\xcc\xd4\x85\x7f\xd9\x96\xf4\xbe\x1c\x28\x82\x67\x4b\xfb\xf2\x21\x1d\x3f\xd3\x56\xfe\x8d\x93\xb7\x75\x5b\x11\x53\x1a\xf8\xf0\x7d\x71\x32\x9b\x21\xbb\x80\x2a\xf9\x74\x68\x20\xa9\xc6\x98\x11\x66\x47\xbc\xd3\x32\x10\x79\x92\x80\xf4\xef\xcb\x8c\xd4\xd2\x39\x33\x12\x22\xf5\x42\x0d\x22\x27\x0d\x09\xe2\xd1\xec\x76\x52\x8f\x96\xde\x38\x77\x70\x4d\x19\xa3\xa2\x73\x8b\x9e\xa7\x1e\x2b\x5b\x58\xf2\xf2\xed\x19\x0b\x7b\x39\x9f\x64\x3a\x04\x40\x68\xa6\x50\x92\x0a\x49\xad\x08\x29\x57\x14\xf1\xe5\x9c\x06\xc8\x42\xa3\x85\x7a\x44\xec\x65\x8e\xcc\x2c\x13\x22\x85\xf6\xad\x02\xd3\x57\xb9\x91\xae\x4c\x8f\x9c\x8b\xc4\x15\xdd\x17\x86\x7b\x66\x60\x8b\xe9\xfb\xdf\xce\xef\x4d\xd8\x13\xb0\xb9\xdb\xc8\xa1\x0b\xf7\xcf\x16\x74\xe8\x2c\x6c\xc3\xea\xa0\xea\xaf\x50\x97\x26\x3d\x3f\x9a\x23\x06\x94\xf8\xf5\xa9\xc5\xf6\x0e\x12\xbf\x3a\x17\x21\x42\x4b\x40\xa1\x06\x5a\x7f\x3b\x06\x0a\xaf\x47\x76\x75\x64\xd8\xf6\xb4\xe1\x49\xee\x50\x1a\xe4\xa0\x1a\x7b\x19\x10\xea\x20\x8a\x78\x9b\xb1\x6b\x78\xb9\x42\xfa\x8e\x19\x7b\xb0\xda\x38\xc3\x48\x27\x24\x0a\x2f\x37\x76\x45\xda\x3d\xa5\xb6\x1d\xaf\xb4\xa3\xce\x8f\xd4\x6b\x18\xdb\x95\x5f\xe1\xd9\x7c\xfb\xd5\x46\xa0\x51\x31\x29\x57\x63\x5b\xb0\xa2\x03\x37\xdf\xae\x36\xf7\xd3\x3d\x9b\xfb\xbc\x1d\xd9\x0e\x7c\xd2\x32\x5f\x8b\xde\x32\xb5\x56\xad\x3d\x85\x74\x96\x45\x31\x8f\xc2\x32\x95\x23\x24\xaa\xad\x3a\x45\x61\x16\x05\xae\xe4\x47\x6b\xd3\xcc\x1e\x01\x4c\x58\x5b\x39\x16\xb2\xd9\x2a\x62\xf2\x95\x42\x59\x8e\x23\x94\x61\x14\x4f\xad\xde\x5d\xaf\x54\x2b\x4d\x8b\x09\xe7\x70\x26\x83\xac\x2e\xbb\x81\x2d\x81\xf5\x1a\xc6\x3f\xf2\xb0\x01\x63\x87\x87\x9d\x65\x65\x72\x7b\xb8\x1b\x17\x31\x4c\x4a\x73\x78\x9e\x52\xf3\xaf\x6c\x83\x91\x6f\x61\xb8\x0a\x69\x16\xa3\x55\x3f\x3b\xc1\x9d\xbe\x9b\x4f\x85\x58\xf8\xcd\x32\x90\xd7\x19\xbb\x61\xe2\xa3\x8b\x1d\xd4\x84\x17\x49\xdb\xa9\x54\x78\x47\xb4\x1b\x3c\x34\xa0\xe4\xa0\x86\x71\x9b\xf1\xd4\xd9\x80\x0d\xbb\xae\xa5\x91\xbb\x7b\x00\x21\xb7\x92\xae\x0c\x5e\x11\xed\x66\x05\x8a\x60\x6b\xe6\xa8\x99\x2f\x8d\xf1\x63\x3f\xb6\x45\x5f\xf3\xad\xb9\x06\x95\xd9\x6c\x9f\xa1\x24\x94\xad\xe5\x8c\xb4\x68\x32\xfe\x73\xa4\x68\xe6\x2f\x04\x54\xb3\xe2\x45\x94\x0a\xab\xd4\xc0\x61\x6e\x61\x95\x12\x8c\x6b\x3b\xa4\x0a\x2f\x3e\x77\x03\x57\xdd\xf2\xa3\x1e\x92\xa6\x33\x96\x88\x33\xd5\xd8\x2c\x40\x9d\x37\x07\x50\x9e\xa9\x75\xa8\xc5\xd4\x6a\xbf\x41\xcb\xa7\xd2\xa0\x23\x94\xd2\xd4\x5f\xf9\x54\x8c\x98\x79\x94\x3a\x3f\xc2\x2d\x3a\x91\xc6\x64\x21\xbe\x0a\xaf\x77\xb6\x21\x4f\x3d\x56\x67\xb7\xe3\x82\xee\x18\xc5\x44\xd8\x8f\xdd\x1d\x57\x87\x65\xed\x80\x07\xd8\xf0\xc6\x34\xf5\xff\x10\xb5\x70\x77\xc7\xaa\x27\x92\xe7\x16\xfc\xa9\xe0\x78\xdd\x82\x3f\x9d\x17\x27\x52\xe1\x9d\x1a\xd7\x78\xbb\x3b\x92\xee\x4c\x99\x39\xa0\xa5\xd0\x53\x47\xcf\xe1\xdd\x96\x5a\x97\xfc\x95\xa1\xa4\xa5\xd1\x82\x42\x46\x35\xa0\xae\x5b\xc0\xa8\x06\x02\x74\x0b\x09\x55\x9e\xe9\xd0\xa9\x83\x5b\xa3\x0d\x10\x8a\xb7\x25\x5b\x40\xa8\xa3\x94\xb4\xa1\x53\x08\x78\xd5\xdd\x1d\x2c\x9f\xc0\x9c\xbb\x63\x1a\xb6\xd4\x7b\x9f\x8a\x80\xcf\xed\xee\x30\xce\x57\xca\x96\x5b\x49\x87\x6c\x28\x8e\x94\xbe\xb5\xb4\xe9\xd1\xc7\xdf\xb2\x5e\x46\x78\x23\x08\x3a\xbe\x10\x84\x46\x97\xb0\x04\xbd\xba\x15\x5b\xe5\xca\x09\x8e\xd8\x2a\x38\xa6\x77\xdf\x74\x21\xdf\x6e\xfd\xe9\x6f\x87\x2f\x7b\xb8\x4c\xdc\x0a\xae\x72\x10\x03\x6d\x2b\x7c\x4a\x39\xd9\x15\x42\x49\x35\x90\x9c\xdb\xc1\x53\x2e\x5c\xd3\x5b\xb0\xa8\x06\x4a\x70\x0b\x15\xd5\x80\x75\x6e\x81\xa2\x1a\x70\xb9\x3d\x26\x0c\xcc\xa7\x78\x34\x46\x48\x8d\x2b\xdd\xf1\x4b\x49\x3c\xe5\x7b\x84\x65\x42\x6e\x9d\x54\xf3\xe7\xdb\x23\x99\x90\x96\x62\x2d\xa4\x6e\x0b\x66\xea\x95\x10\x63\x51\x06\x6e\x30\x76\xe6\x30\x9b\x20\x28\xc6\x72\x87\x52\x56\x44\x9d\x50\x4d\x80\xde\x50\xee\x1d\xfb\xc2\x61\x54\x7a\x4e\x87\xc3\xc1\xed\x32\x6a\xa3\x13\x0a\x0c\x35\x58\xf9\x33\xbf\x0a\x23\x35\x43\xd9\x29\x86\x61\x23\x50\x54\x03\x20\xba\x87\xf9\x00\x95\x3e\x8c\xfb\xe7\x29\xcc\x56\x88\x95\x06\x7a\x6e\x2b\x5d\xce\x5d\x4f\xfe\xec\x2a\x64\x0e\x74\x5c\x05\x59\xb7\x05\x98\x6a\x00\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xff\xe9\x74\x8a\x9e\x33\x42\xea\xe4\xb1\xcd\x56\x60\x96\x42\x7c\xf3\x2d\x50\x54\x03\x9f\xb7\x03\x8a\xc2\xc6\x99\x78\xcf\x7a\xfe\x6c\xfa\xf6\x05\xe5\xa3\xe1\x0c\x29\xd6\x8b\x9f\x4b\x71\x59\xce\xfe\xb4\xb2\x7d\x76\x85\x12\xe4\x1a\x2d\xe3\xe4\x39\xe7\x99\x4f\x1d\xe2\x93\x37\x1e\x7b\x3a\x0a\x38\x03\x9b\x3a\x7b\xf0\xe8\x7e\x1b\x23\x05\xfa\x78\x0b\x22\xd5\x08\xbc\xb6\x15\xb1\xe5\x0c\x26\x7d\x4f\xcb\x23\xac\xc9\x69\x79\x94\xee\x4c\xe6\x87\x36\x6e\x4e\xeb\xc4\xbd\xdc\xd3\x8f\xfa\xb8\x96\xda\x20\xa2\x72\xfc\x9b\xcb\x33\x92\x42\x2f\x1e\xbd\x93\x13\xff\xf8\x0f\xcf\x32\xb7\xb0\x53\x0d\x70\xd2\x16\x74\xaa\x47\xac\x09\x3a\x55\x88\xac\xb4\x27\x5e\xb5\x19\x12\x2e\xa4\x3b\x7e\xb6\x84\x64\x9d\x60\x66\x1e\x92\xc5\x0c\x69\x7f\x30\x36\xd8\x34\xab\x61\x89\x4c\x33\x57\xe6\xf9\x3e\x53\x34\xd0\x47\x5b\xc0\xaa\x06\xee\x62\x4f\x63\x64\x0a\xfb\x40\xc0\xaa\x06\x60\x62\x3b\x9c\xcb\x0c\x23\x0a\x4a\x75\x46\x76\x2e\x73\x1e\xba\x56\x78\xa8\x47\x81\x2f\x79\x62\x01\x04\x6c\xf2\xe8\x70\x8b\xb7\x15\xa4\xa5\x45\x11\x2f\x5d\x3d\x87\x81\x05\x9c\x6a\xdc\xdb\xef\x85\x18\x9b\x29\xd4\xb6\xc4\x08\x5e\x93\xa5\x0c\xa9\xa5\x64\x9e\x17\x70\x70\xf8\x6e\x61\xec\x33\x59\x8e\x55\x40\x10\x5d\xa7\xf6\x6f\x71\xaa\xbd\xbd\x4b\x61\x6e\xdf\xf1\x0f\x32\x4f\x90\xe8\x7f\x14\x2c\xef\x37\xee\xc9\x87\xf4\x5c\x22\xba\x40\x00\xf0\x34\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xbf\xcd\x7d\xd7\xfe\x58\x0f\x60\x1d\x7d\x1c\x30\xfd\x29\xb3\x7b\x0a\x63\x45\xb7\xec\x8d\x1b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xa4\x82\xbb\x7f\xf4\x00\x61\xce\xbe\xf9\x4c\x7a\x0f\xe9\x8b\x0a\xae\xc2\xf6\x07\xed\x9c\xee\xfa\x7c\xcd\xa3\x90\xfd\xf1\x56\xe9\xf9\x56\xe1\x99\xd9\x38\x64\xd5\x78\xbe\xb4\xca\x18\x29\xfc\xea\x42\x90\xee\x6e\x87\x90\xa4\x8c\x67\x7a\x23\x85\xb6\x7a\x18\x8b\x42\xa4\xc7\x71\xa4\x8b\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\xb7\xe8\xc1\x12\xef\x0f\xcf\x6b\xd0\xdb\x5f\xb0\x82\x30\xb1\xb2\xf2\xb7\xdc\x50\x7d\xcd\xd2\x3d\x9f\x2a\x4c\x25\x4a\xea\x6b\xe1\xc9\x3e\xd1\x05\x7b\xcb\xc5\x8d\x72\xf2\xb7\x5c\x0e\x29\xa3\x46\x01\xb1\x4f\x86\xfe\x49\xd0\x7f\x67\xe8\x6f\xb9\x9a\xd1\xe5\xfb\x3d\xab\x69\x51\x51\x7e\x9e\x36\xe0\x1f\xaa\x45\xc5\x23\x3a\x7c\xfb\x5e\xb9\x64\x74\x4a\xfe\x96\x6b\x9b\x2f\x17\xa4\x6c\x1c\x67\xe4\xef\xf1\xb0\xea\x1a\xbd\xe5\x12\x85\x64\x1b\x65\xa6\x50\xe2\x01\x96\xf9\x5a\xd2\xc2\xe0\x5f\xbf\x97\x86\x0f\x1d\x19\x61\x12\x39\xd9\xf9\xf8\x5b\xf4\x07\x71\x12\x5e\xf9\x11\xee\x61\x12\xf4\x8e\xa2\xa3\x22\x1c\x26\x01\x20\xaf\x93\xf3\xdf\x9f\xa6\x56\xb3\xcf\x4c\xa9\xfb\x13\x4a\xd2\x0a\x7e\xf9\x5a\x6b\x67\xa1\x7d\x91\x75\x96\xff\x60\x7c\xeb\x4e\xbd\xe5\x7a\xe0\x6b\x6e\x82\x61\xbf\x16\xac\xe1\x17\xdf\x4f\xf0\xe4\x63\xeb\x82\xfd\x88\x36\x71\xb6\x8e\x9a\xab\xc7\x1f\x56\x20\x86\xba\xee\xdb\x8f\x02\x3b\xfd\x90\x06\x33\xa4\xd5\x1d\x52\xf9\x67\x53\x6f\xa6\x22\x21\xf5\x30\xac\x94\x74\xe3\x6e\xe5\x82\xd4\xf9\x9a\x38\x12\xdb\x21\x14\x72\xe4\xfb\x99\x2b\x60\x83\x9f\x45\x05\x62\x58\x17\xe1\x37\x53\x74\x48\x3a\xcf\xb7\x72\xc4\xf1\x62\xd6\x09\xf8\x5b\xdc\x82\x3f\x27\x8e\x03\x2e\xb4\x7f\x5c\x18\xbc\x52\xaa\xc9\x9c\xf9\x93\x81\x31\x14\x2b\x55\x38\x48\xd9\xf9\x0f\x1e\x03\x39\x3b\xff\x5d\x0f\x7f\x3a\xb6\x39\x96\x9e\x2f\xc6\xc7\x05\xbb\xfb\x62\x3c\x3e\x3b\xe5\xc3\x68\xf1\x11\x39\x1d\x46\x8d\xc7\x55\xd1\x0c\x4a\x2c\x19\x5d\x8c\x17\xa3\xdf\x87\xd3\xea\x17\x3f\xcb\x1c\xce\xaa\x7f\xd9\x51\x7c\x53\xa7\x6f\xa6\x26\xa4\x82\xed\xcb\x42\xbc\xa9\x4b\x2d\x16\x28\x65\x50\xd4\x8a\x0c\x27\xe0\x6f\xe7\x53\xa9\xef\x04\x66\xc8\xe1\x71\xe4\xdb\x65\x32\x15\x6d\xfd\x9a\x42\x31\xdb\xd3\x1f\x8b\xeb\x99\x4f\xcd\x06\x47\x4a\x2d\x2c\x2e\x7e\x95\x15\xe6\xa7\xd3\xc3\xe9\xfa\xef\x6f\xe9\x83\xf4\xa8\xdd\x35\x37\x65\xf3\xf6\x0a\x79\xf9\x5b\x9a\x71\xd0\xcd\x23\xd5\x36\x77\x37\xdf\x76\x9d\xf7\xe9\x82\x4e\x90\x8e\x1a\x31\x06\x81\x17\xfc\x0e\x67\x38\x9d\xff\xdd\x7b\x2a\x12\x43\x9d\x2f\xe6\x76\xd1\x66\x0a\x1d\x58\x3d\x73\x2d\x57\x98\x43\x4c\x8c\x41\x74\x85\xeb\x45\xbd\x8e\x94\x72\x5e\xd4\x64\x5f\xd8\xf5\x62\x7d\x6d\xba\x37\xc6\x8d\x48\xa8\xd4\xb4\x7d\x71\x72\xd1\x61\x45\x4f\xb7\xda\x1a\x4e\xe9\x7f\x17\xa6\x5e\x7b\x1d\x26\x5d\x0a\x8b\xd1\x09\x99\x5b\x67\xa6\xd7\xd1\x8d\x5e\xe1\x31\x81\x70\x8c\x5e\x1b\x4e\xf7\x7f\xf7\x21\xe4\x4f\x7f\x9a\x3a\x90\x18\xf5\x84\x64\x9f\x0d\x48\xba\x5f\x20\xc5\x66\xcc\x99\xae\xc2\xdb\xc9\xaa\x1d\x5e\x61\x26\x50\x77\xd6\xa7\xaf\x3b\x87\x13\xf6\xb7\x93\xae\xeb\x56\xba\x9d\xf4\xf5\xf0\xb5\xce\x4c\x2d\xee\x1c\xcd\xeb\x40\x57\x5f\x0f\x79\xc8\xbd\x45\xcf\x97\x1b\x9c\x50\xf4\x94\xbe\x2d\xb8\x26\xa5\xea\xc0\xf9\x82\x32\x9f\xa4\x77\x76\xb8\x17\x1a\x91\xb3\xe9\x3e\x5a\xfc\x21\xc3\xef\x4f\xe1\x71\x1a\x91\x32\xf0\x99\xe9\xa6\x8a\x28\x3a\x6b\x4f\x54\x3a\xb0\x2d\xbe\x1e\x52\xd3\x7a\xd2\x75\x05\x33\x37\x7c\xf7\xa6\x24\x67\x4e\xba\x6a\xdb\xf0\x3a\x52\xf8\x51\x21\xf3\x6a\xfc\x43\x4b\xfb\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xe8\xe8\xa6\xdc\x9b\x09\xa5\x18\x33\xa3\x42\xf9\x04\x30\x53\x8d\x92\x67\x8e\x03\x6a\xab\xfd\x54\xaa\x74\xa7\x23\xd5\xb0\x17\xe9\x8e\xdc\x9f\xb6\x0a\x6f\x4a\xa9\xd3\x27\xd5\xf8\xf9\xdc\xb8\xa0\xa6\x47\x9c\x42\xf1\x0e\x3b\x46\x17\xd7\xcd\xd6\xee\x4d\x79\x9b\x1e\xa9\xf5\x23\x61\x4e\x57\xa7\x65\x17\xeb\x41\xf8\x88\x4c\x80\x5d\x48\x99\x00\xdb\x11\x17\x8c\xad\xcb\xe9\x72\xd5\x7c\x6a\x41\xc1\x2a\x9f\xf6\x15\x5c\x6c\x09\xe7\xd9\xf0\x4b\xea\x9b\x5a\xba\x4b\x62\xcc\xd6\x3c\xc6\x8a\xdc\xa4\x44\x57\xc9\xa7\x5a\xc9\x92\x6a\xf4\x40\x89\xfd\x72\xe2\xf0\xa4\x1a\x69\xa5\x23\x95\x4a\xbe\x1c\xa9\xc5\xaf\xa7\x2e\x36\xe1\xb9\x79\x63\x9d\x6f\x15\x9a\xf3\x72\xfb\x45\x3b\xdd\x66\xcd\x4d\x89\x21\x90\x18\xc5\x87\xf8\xeb\x48\x61\x93\x38\x39\xa1\xac\x5e\x99\x10\xdf\x38\xf7\x17\x12\xae\x90\xe5\x36\xdf\xb2\xd3\x26\xe4\x2d\x89\xfc\x3c\xef\xa6\x6c\x26\x4f\x2a\x72\x54\x07\xbf\x32\xba\x49\xfb\x15\xd0\x85\xc4\x71\xb8\x8e\x7c\x2c\x26\xcd\x58\xa6\x36\x49\xc9\xa7\xe2\x91\x74\x01\x1e\x61\x28\x32\x35\xcf\x2b\x6d\x7c\xe5\xcb\xa1\x4e\xb0\x0d\xc8\xc9\x02\x8b\x50\xa9\x98\x22\x42\xab\x2c\xef\x98\xfc\x68\x61\x73\xe4\x53\x69\x4d\x27\xa1\xb8\x49\x8b\xdf\x96\x6a\xb5\x2f\x51\x7d\xc5\x18\xcd\x8e\x4c\x2b\xf2\x09\x45\x81\x95\xcd\x8c\x30\x12\x60\x53\x35\xa4\x9c\x7a\xe9\x91\x8f\xea\xd7\x99\x8a\x6c\xfd\x36\x26\xc8\xa0\xdf\xfe\xca\xaf\x72\x69\x1d\xe9\x83\xd9\xa4\x5d\x90\xcb\xdf\xe6\x57\x8b\x9c\x33\xbf\x8a\x6d\x6b\x5a\xf5\x85\x71\x2a\xfa\xfa\x4f\x57\x74\x19\xd5\xc7\xee\xf4\x85\xf5\xec\xe8\xf1\xcb\x0f\x9f\x60\x71\x07\x95\xc8\x42\x28\xa6\xc4\xe5\x3b\xb5\x9b\x52\x2c\x8d\xfe\x82\xd2\x52\x5f\x69\x62\x29\x78\x4b\xca\x7c\x29\xf4\x77\x2a\xfb\xfb\xdb\x8f\x87\xc5\xaf\x93\x6d\x4d\x9b\x93\xf9\x0a\x39\x5c\xda\x21\x75\xf3\xcc\x12\x5e\x66\xb0\x2b\x65\xb6\xd6\x5b\xfe\xfc\xba\x19\xbe\x35\xd8\xd3\x8f\x99\x6e\x52\x62\x10\x85\x4f\x72\x8e\x2b\xad\x20\x5a\x90\x51\x8a\x46\xd1\xce\x2b\x94\x72\x53\x4c\x64\xd4\x85\x85\x72\xa6\x26\xf1\x18\x5b\xf2\x0a\x8f\x51\xaf\xc4\xc9\xcc\xcc\x0b\x37\x55\x1e\x0a\x2e\x62\x7a\x95\x1c\x39\x32\xf3\xc2\x02\x49\x87\x38\x97\x64\xd1\xfc\x16\xe1\xca\x72\xdf\xbc\xd0\xa2\x8e\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x23\xc6\xc9\x82\x3b\x34\x44\x7d\x9d\xf9\x56\xb3\xcd\x1e\xf5\x8d\x6f\x7d\x95\x7c\xab\x50\x0c\xc8\x34\xc7\x89\xa8\xc8\x08\xdd\xea\xb6\x28\xc0\x8a\xb0\xe9\xd4\x63\x7d\x84\x41\xa0\xa8\x11\x67\xac\x0e\x5d\xf8\x5e\x2f\x14\x59\x0d\x67\xa4\x50\x33\xdd\xbd\x39\x6a\x24\x08\x4d\xfa\x79\xed\xbf\xa5\x56\x65\x25\xa5\x42\x5d\x95\x14\x1a\x0a\x97\xfe\x2d\x4f\x1f\x8d\xda\x67\xd7\xb1\x66\x74\xfb\x7a\xbe\x10\xc0\xd5\x32\xe3\xa1\xbc\xcd\xb0\x10\x94\x3e\xa2\x45\x82\x28\xde\xc3\xdd\x21\x7a\x20\x30\x65\x54\x99\xee\x5b\x4b\xcd\xb4\x6f\x3b\x63\x99\x11\xf9\x95\x06\x3b\x52\x01\x1d\x5a\x58\xdc\x01\x1d\xea\x8b\x85\xd7\xf5\x6a\x0b\x87\xeb\x76\xb5\x45\x0c\x29\xda\xc3\xfd\xe9\x09\x69\x6e\x2b\xa9\xc8\x32\xab\x5f\x90\xb2\xd9\x5a\x28\x09\x75\x4e\x17\x0e\x06\x31\xfb\x91\x36\x2d\x62\x7b\x4a\xad\x3e\x3d\x5b\xce\x26\x31\x3b\x66\x81\x6f\x5e\x33\x05\x8a\xf0\xd0\xc2\x88\xb9\x87\xcd\x38\x1d\x04\xe4\x42\xcc\xeb\xe6\xb5\x54\x44\x4f\x9b\x74\x21\x15\xe9\x06\xe8\xf9\x54\x19\x19\x47\x9a\xb4\x5c\xc4\x48\xd0\x5d\x6b\xcb\xbe\x69\x5c\x5f\x75\x26\xcc\x22\x01\xbe\x54\xe2\x89\x96\xad\xd0\x7c\x3f\x35\xf3\xa3\x04\x42\x66\x0b\x2d\xd3\x29\xb4\x15\x9b\x09\xe1\x24\x8b\x82\xd4\x2d\xe9\xd9\xaf\x14\xb2\x28\x0c\x44\x77\x0d\xcf\x14\xc8\x31\xf1\x6f\xad\x5a\x84\x0c\x8b\xc7\x48\xe8\x02\x5f\x7d\xfa\x2d\xd2\x4d\x89\x81\x33\x2a\x5d\x7d\x16\x74\x55\x37\xff\x20\xb5\x9d\x59\x62\x5c\x57\x48\xf1\xcf\xf8\x33\x1d\xf2\xfd\xa9\x0f\x2b\x58\x2d\x1d\xa9\x42\x0f\x9c\x69\xa2\x94\x54\xab\x81\x8c\x01\xa5\xb9\x1b\x05\x0a\x13\x26\x85\xac\x6c\x85\xd4\xb8\xb0\x47\x3b\xac\xf6\x74\xde\x2e\x0c\x0c\xb7\x6e\x21\x83\xb5\xac\xd4\x12\xe7\xc8\xa8\x65\xc1\xcc\xa8\x3c\x82\x46\x5c\x98\x29\x1d\x7f\x19\x3b\xde\xb7\xa8\xe7\xc8\xaf\xee\x6e\xfe\xf4\x2a\xe4\x4b\xeb\x67\xc4\x1c\xe9\x23\x3a\xcc\xdf\xfd\x38\xbb\x85\xb2\x86\x61\xe5\x7d\x1b\x1a\xdb\x5e\x81\x20\xda\x89\xd3\xc0\x77\xa1\x73\xe6\x47\x07\x1e\x4a\x1b\xd6\xb3\xd8\xfd\x1d\xe5\x83\x06\xf4\xed\x67\xc9\x40\x10\x5d\xe8\xd9\xee\xd3\x31\x02\x20\xa9\x24\xe8\x80\x83\x1d\x3d\xb3\xe7\x6b\xae\x8e\xf6\x21\x66\xc4\x33\x09\x3a\x1d\x57\x63\x7a\x6f\x52\xd9\xd7\x1e\xca\xba\x08\x65\xd9\xcd\x8b\x33\x85\xf6\x5e\xa1\x75\x1d\x5f\x62\x76\xa4\xa0\x23\x4a\xd4\x17\x32\xc9\x89\x27\xc6\x85\xbe\xf1\xd5\xe9\xc9\x0e\x54\x7c\x89\x76\xce\x54\x64\xa3\xaa\x43\xcd\x7f\xfe\x57\x5f\x25\x65\xf7\x92\x15\x2c\xc2\x01\x83\x71\x12\x50\x74\x89\x33\xc7\x04\x05\x97\x68\xe5\x95\x06\x7d\xdd\x59\xa1\xec\x71\x81\x8b\x75\x03\xdb\x0a\x46\x9d\x6e\x5c\xaf\x03\xfb\x6a\xc8\x40\x2e\x18\x71\x0e\x26\xd1\xd8\x0b\xce\x55\x51\x5b\x28\xab\xa5\x9a\x4f\x6d\xfe\x61\x09\xe9\x6e\xf6\xfc\x97\x72\x00\xd9\xb4\x68\xeb\x1e\x4e\x1c\x3e\xc9\xd7\x74\xe0\xee\x6b\x49\x23\x78\xfa\x31\xc3\x87\x23\xdc\x5e\x98\x07\x03\x8f\xdd\xcc\xc7\x53\x7d\x4f\xa1\xc0\x6a\x67\xca\xb6\xca\x68\x44\xf7\xee\x31\x57\x74\xdd\xda\x0a\xac\xef\x30\x13\x35\xe7\x7a\x5d\xa9\xb6\x82\x11\x34\x22\xf4\xf2\xed\xcd\x7a\xa3\xa6\x50\xc9\x50\x91\xc1\xc3\xb6\xf3\xf3\xe3\x50\x35\xcc\x87\x4c\xe7\x7e\xa6\x8c\xa9\x0b\xe9\x7d\x81\x4a\x57\x9c\x89\x56\x30\x1c\xa6\x03\xd8\x9e\x1c\x7a\xb9\x45\xed\x67\x4a\xad\x19\x6b\x48\xd2\xfe\xbd\x20\x1d\xe2\xf1\x82\x62\xfd\x3a\xa4\x8f\x99\x57\x2a\xb6\xbc\x62\x5b\x4f\xe4\x15\x52\x67\x02\x75\xc3\xfb\x32\xd1\x7f\xa9\xd9\xd7\xf4\x57\xcb\xc7\x1a\x3a\x96\x85\x22\x48\xb4\x82\x49\x32\x25\x93\xca\x91\x2f\x3d\xf2\x76\xfd\x2d\xc4\x7d\xcd\x5a\xd0\xe4\xba\x58\x6d\x05\xa5\x3a\xb1\xa7\x38\x3a\xe9\x62\xb5\xe5\xb4\x31\x71\x09\xb7\x90\x97\x0a\xe9\xba\x8f\xe9\x88\xa4\x09\xd0\x6d\xe6\x53\x0f\x84\x75\xe1\xb8\x86\x81\xa9\xeb\xd2\xf3\x35\xd2\xa4\x02\x0c\x20\x92\x94\x24\xa3\x15\x58\x51\x39\x32\xce\x9a\x89\x26\x72\x5b\x26\x4b\xd2\x2b\x92\x62\x1a\xc9\x91\x53\xfb\x04\xbd\x86\x1b\x65\x22\xae\x5a\x3e\x16\x1b\x23\x1d\x26\xe2\x0a\x11\xbe\xd0\x79\x98\x04\x0b\xbe\x29\x21\x19\x68\x3e\x9e\x2e\x3d\x20\xed\xf9\xed\x21\x95\xb8\x0a\x56\x5e\x96\x3b\x6c\xa5\x85\xab\x17\xad\xe2\x5b\xd1\xd9\x91\xdb\xbe\x15\x2d\x18\x87\x6b\xd2\xa5\x14\x5e\x76\xa6\xd0\x25\xf3\x54\x04\xda\xf2\x25\x7b\x84\xd6\x52\xd2\xb8\x7a\xa5\x26\x09\x94\x99\x4f\xc5\x0b\xec\xa6\xe5\xa3\x53\x76\xbe\x13\x5b\xf4\x17\xe6\xe1\x72\x92\x94\x23\x85\xf7\xe4\x1f\x30\xf9\x72\x60\xe4\x57\x4b\x45\xde\xa5\xd8\x3b\xcb\x02\x05\x01\xa7\x68\x13\xad\xc0\x0b\xca\x88\x51\x62\xa2\x3b\xf4\x44\x7d\x5d\x69\x52\xb1\xf3\xb3\x10\x1c\xb2\x30\x04\x96\x5c\x83\x05\x13\x79\x61\x7f\x61\x8e\x2d\xbf\x55\xc9\x8a\x3a\x44\xc0\xd5\xf3\x6d\x77\x2b\xf9\x16\x1b\x14\x4a\x43\x41\xaf\x39\x4c\xc5\xb8\x30\xb2\xd6\xf6\x48\x52\xe8\x3d\xd8\x43\x2a\x40\xda\x48\x23\x0c\x25\xa4\x1f\x99\xc0\x80\xce\xad\x51\xd1\x1d\x3b\xc2\xc7\xad\x6c\xcc\x69\x54\xad\x22\x43\x1c\x61\xb8\x6d\xc6\x60\x6a\x15\x19\xe2\xca\x39\x4a\x09\x32\xce\xd1\x53\x8d\x3d\xe1\x2d\x3f\xde\x22\xad\x22\x5b\xb6\x65\xcb\x95\x26\x96\x57\xbe\x41\xea\xe8\xdb\x52\x8f\x16\xec\x4a\x8b\xda\x3a\x6c\xc9\x6d\x06\x62\xf9\x76\x18\x88\x1f\x75\x1d\x10\xf3\x70\xa3\x90\xb0\x1d\x15\x70\xa2\x15\xf6\xcd\x5e\x70\x34\x03\x11\xa0\x23\x6a\xc6\xe9\x33\x3a\x7c\xa8\xf8\x13\xe7\x9c\x69\xc3\x8b\x37\xd2\x08\x9c\xc7\x40\x84\x24\x8a\xcf\x6d\xdb\x29\x1d\x81\xba\xb1\x9b\x50\x98\xce\x97\x91\x53\xd5\xb6\x2e\xcb\x12\xe8\x8c\x57\xe0\xbc\x8d\xd9\x84\xda\xdb\xce\x1c\x77\x21\xcf\x14\x64\xa2\x15\x14\x89\x82\x4c\xb4\x92\xfe\x98\x7f\x50\x89\x89\x31\xd1\x5f\x7f\xcb\xf0\x1d\x76\x72\x9b\x6f\xe2\x87\x22\x67\x94\x5a\x63\x34\xe4\x81\xe2\x51\x94\x81\x72\x7f\x0f\x8f\x24\x3f\x5e\x5a\xda\x50\x06\x8d\x4d\x28\x19\x34\xec\x69\xe5\xd9\x68\xe5\x4a\x2d\xe6\xf5\x11\xd2\xa0\x08\x28\x5b\x42\xe9\x1b\xe6\x32\x1b\x41\xd9\x31\x8e\x83\x99\x7c\x1b\x6b\x76\x61\x76\xbf\x7d\x7e\x8f\x4e\x71\x42\x8c\xfe\x42\xce\xbd\xcd\x23\xa8\x1f\xe7\xbc\xc8\x05\xd7\xdb\x42\x05\xcd\xef\xb8\x11\x67\x14\x57\x02\x47\x70\x04\x25\x03\x46\xd4\x91\x32\x60\xb4\x82\x15\xf5\xe6\x72\x09\x8b\xef\x6d\x05\x84\x63\xe7\xad\x0b\x87\x82\x21\xfb\xc6\xb4\xc6\x00\x7d\x9b\x2b\xae\x50\x55\x14\x6d\xc8\x3b\x38\x7b\xca\xba\x7f\x4c\x1b\x43\x19\xee\x53\xa8\x89\xc6\xe7\xf8\x26\x23\x03\x87\x4e\xb0\x29\xd7\x48\x0f\xcc\xc2\xec\x8c\x8f\x0d\x1e\x4c\x67\xd2\x68\x44\x79\x7e\xb0\xb3\xaf\x7c\x6b\x21\x38\x53\xaa\xee\x62\x1e\x2a\x38\x45\x6f\xcc\xbb\x83\x53\xf4\x17\xc2\x54\xe1\x28\xce\xf1\x4a\x21\xf8\x63\xa8\x7b\x13\xc5\x59\xf4\xb1\xb9\x8c\x9d\xfb\xe1\x82\x92\xb9\x74\x36\x8e\xb8\xba\x3e\xbe\xa0\x8c\xe8\xf8\xf8\x2d\xf8\x85\x19\xe0\x28\x13\xf5\xf5\xd4\xcb\x8e\x63\x28\x58\x4d\x33\xa5\x43\xfd\x4b\xab\x82\xb1\xe7\xa6\x56\xd9\x39\x46\x43\x37\x2a\x3b\xc7\xd1\x7b\x46\xe6\x27\x6b\x31\x04\x3e\xde\xf4\x6c\xaa\x8f\x17\x34\x73\xb2\x1d\x7c\x81\x1e\x18\xa7\xd5\xd9\xe5\x1f\xe7\xb1\x45\xc3\x29\x8b\x46\xfb\xf7\x53\x78\x31\x85\x3f\xf5\xc7\xb5\x7e\x07\x1d\xb8\x20\x59\xc1\x0a\x69\xa9\x48\xbd\x5f\x96\x6c\x42\x59\x69\xd4\xd4\xd4\xd5\x68\x87\x12\x4f\xf5\x54\x2b\x21\xc4\xa6\x17\x3c\xe5\xfe\xb1\x40\x4a\xa0\xa3\x47\x15\xef\xe1\x2e\xe4\xcf\x69\xe1\x41\xad\xde\xe7\x2d\x65\x76\xd9\xb2\x8f\xbe\x7e\x3a\x14\x63\xc2\x70\x94\x1c\x4e\x88\xea\x70\xcd\x14\x7a\xbb\xa2\x48\xbf\x08\x85\x19\x52\xb2\xee\x0a\xa5\xdd\x8a\xd1\xa7\xb8\x0e\xad\xb0\xb1\xbf\x36\x57\x5b\x28\xdb\x41\x98\x16\xce\xdb\xd1\x5f\xec\xc1\xaf\x4d\x52\x56\xde\xf0\x94\x1a\x67\xa0\xf0\x29\xad\x60\x05\x7f\x97\xd1\xb2\x74\x00\xd9\x82\x1e\xfb\xa2\x45\xd8\x00\x8e\xf9\x30\xff\xcb\x65\xe6\x17\x86\xa2\x1e\x39\x73\x0a\xa7\x86\xaf\x6f\x90\xa3\x0f\x03\x3a\xe1\xc4\x21\xd0\xc9\x4d\x0e\x48\xc9\x28\x64\xb1\xe2\x38\x9c\x0d\x9e\x51\xe0\x86\xd1\xd8\x0c\x3f\x4e\x2e\x48\x78\x87\x6a\x68\xec\x39\x21\x50\x8e\x7e\xa5\x4c\x7c\xd0\x43\xd9\x5e\x61\x0e\x7e\x3c\xdf\x41\xc3\x38\xc3\x47\x7f\xe5\x63\x99\xa7\xd9\x37\x84\x75\xa8\xaf\x90\xbe\x7a\xa4\x4d\x9f\x70\x46\xa8\xb7\x20\x66\xa1\x3e\xfe\x31\xa4\x30\x84\x88\xd7\x9f\x17\x7e\x84\x72\x07\x50\xfb\x06\xab\x8c\xd8\x53\xc0\x53\x62\x24\x09\x9e\x52\x1a\x92\xd9\x81\x1b\x6a\xdc\x40\x3f\xeb\x91\x8c\x53\x36\x41\x96\xc8\x60\x95\x59\x42\x09\xa2\x8b\x47\xeb\x67\xcd\x80\xd6\xf8\x59\x15\xb0\xc7\x15\xd2\x61\x34\x14\xb0\x43\x3a\xc4\x07\xf4\x8b\xe4\x60\x76\xfc\x04\xa7\x3e\xdf\xaa\x37\x33\xdf\xbe\xfd\x2d\x13\x62\x8e\xf1\x98\x67\x02\x3c\xd8\xec\x98\x2f\xab\xf9\x87\xf2\xcd\xd5\x80\xf2\x83\x12\xcf\xfa\x74\xc8\x06\x0c\xd5\x29\xb0\x4a\x77\x36\xb2\x9b\x52\x07\x3c\xc8\x29\xac\x4a\xf1\xf3\x85\x9b\x72\xfb\x13\x4a\x2f\x2f\x46\x9a\x30\xc3\x36\x3e\x45\xf4\x37\xba\x63\x31\xd2\x69\x63\xb2\x5a\x15\xb2\x9b\x4c\xa9\xe5\x88\x6d\x8b\xf9\xf2\xba\x4f\x2a\xf2\x86\x9f\xb4\xa2\x85\x2d\x69\xc4\x7b\x78\x52\x8d\x8e\x19\xa0\x2c\xe6\xcb\xc1\x33\xb1\xc3\xe6\x0b\x58\x01\xd5\x68\x5f\x72\xff\x3d\x5f\x76\x3f\x4c\x66\x20\xeb\x43\x3d\x16\xed\x33\x94\xd2\xfb\x58\x8a\xcd\xc3\xce\x51\x84\xe5\x34\x92\x03\xcc\xca\x3c\x7c\x6c\xc4\x0c\x9b\x4a\xcf\x31\x1a\x33\x70\xe8\x92\xdf\x01\xca\x6f\xca\x0c\x6a\x89\x37\x1d\xf1\xe0\xc4\x68\x9c\x4a\xdd\x51\x1c\xba\xe1\xa6\x7e\xee\x1e\x85\x9c\x04\xad\x96\xa6\x02\x19\x9c\x93\xde\x1e\x13\xce\xa3\x99\xe9\xa4\x9c\x07\x94\xec\x8c\x7a\x50\xaf\x43\x0b\xbe\xe0\x83\x03\xc3\xfe\xa2\x4b\x7a\x1c\xe7\xec\xc3\x37\x75\x6a\xfa\xf2\x69\xd1\x43\xb5\x50\xd6\x60\x69\x93\x7d\x7a\xe4\x4f\x1f\x22\xe9\x82\x5d\x08\x58\x9c\x53\x61\x0d\x1a\x88\xa0\x79\xd8\x3d\xca\x81\x65\x2a\x3d\x48\xc3\x4b\x36\x9d\x1e\x04\x83\x77\x0a\x7b\xd2\x8c\x7c\xbc\xa9\xaf\xbe\x4c\xd9\x4f\x14\xd3\x45\x42\x89\xf1\xb7\x13\x65\x0a\x89\x52\xce\xcc\x25\x17\xc5\x83\xee\x6c\x86\x49\x9b\xba\xe3\x3b\xe0\xe0\xc3\xb8\x64\xbf\x0e\xbe\xc9\xae\x2e\x30\x68\x1f\x3e\xeb\x01\x9b\xc8\x16\x04\x7c\x32\x95\xaf\xa4\xd4\x30\xc2\x66\x89\xd2\x05\xf3\x85\xe5\xe3\x74\xdc\x84\x51\x6d\x19\x4e\x05\x4e\x68\x40\xba\xa6\xc1\x28\x17\xfc\x7e\x12\x11\x13\x01\xe0\xd8\x08\x17\x2b\xa6\xf0\x07\x67\xf6\xd4\xe9\x4b\x3c\x4c\xfb\xe9\xac\x24\xb3\xb3\x44\xa7\xfd\x10\x2d\x94\xf9\xff\xa2\x07\x6c\xeb\x33\x35\x4d\xa1\xca\x4e\xa8\xb7\x0e\xa3\x69\xd3\x81\x11\x07\x43\x91\xc6\xbf\x60\x12\x07\x40\xe0\x7a\x77\x12\xb9\xa0\x9e\xd4\xb3\x6c\x83\xa4\x0b\x5a\x7a\x70\x77\x53\x18\x8f\xbb\x90\x5f\x0d\x44\xe6\x52\x66\x9e\xc4\xf7\xe2\xdb\x7b\x05\x47\x83\xdb\x84\xf2\x38\x2b\x1b\xfb\x64\x51\x68\x03\x03\x7d\xa4\x50\x9c\x98\x69\xdf\xe6\xc4\x34\x61\xbf\xd7\x95\x5a\xbf\xee\x7b\x9a\xf4\x30\xfd\x6d\x41\xc5\xdb\x0e\x9b\xca\x16\xd2\x80\x04\x4c\x45\x2b\xb8\x0b\x3b\xa4\x9c\xfa\x36\x82\x66\xb1\xa0\x39\x43\x59\x96\x5c\x50\x4b\x6d\xa4\x1a\x6d\x79\xeb\xb3\x59\x0c\x44\xe4\x08\x30\x05\x24\x69\xa0\x3f\xa6\x92\x83\x34\xb0\x0e\x53\xc9\x41\x8a\x53\x0c\xdf\x54\xf1\x38\xe8\xcd\x74\xfb\x54\x33\x3d\x59\x29\x53\xfb\x27\x2d\x2a\xe7\x2a\xe6\xda\x2c\x0b\x06\x99\x90\x3a\x57\xd4\xf4\x6e\x59\xf5\xd0\x81\xe5\xc0\x33\xf9\xd4\x52\xaf\x50\xb8\x99\x3a\xba\xe7\x64\xda\xb5\x30\x68\x43\x3c\x38\xee\x4d\x07\x15\xe0\xca\x7f\x16\x0e\x66\x88\x32\x03\x33\x46\x2d\xf4\x70\xfb\x16\x81\x2d\x66\x60\x86\x53\x7c\xde\x94\xcd\xe8\x46\x9f\xbc\x9a\xcc\xc9\x65\xbb\x7e\x84\x92\xdd\x6c\x9f\xef\xbc\x50\x05\x36\x40\xe6\xc5\x05\x3b\x4a\xd6\x09\x3d\xe2\xd5\x9f\x97\x1f\xde\x64\x3f\x2a\x26\x40\x69\xb0\xa2\x62\x00\x14\xc7\x94\xbf\x29\x8d\xac\xa4\x4c\x4a\x8d\x91\x18\x4f\x01\x28\x67\x92\xde\xa3\x3e\x9f\x9a\x11\x90\x33\x17\xbb\x71\xa6\x49\x0d\x8c\xd9\xbc\xd8\x8d\x0d\xca\x73\xcb\x8a\x0a\x6c\xd1\x81\x74\x4c\x3d\xde\x2f\x98\xb0\xf3\x42\xba\xb3\x53\x79\xca\xcf\xd9\x7e\x1a\x6c\x31\x6a\xc9\xc7\x9e\x69\x7a\xa0\xd3\x7c\x8c\x99\x8b\x30\x7d\x93\x0e\x6d\xbb\x0c\xe6\xdf\x4e\x94\x79\x71\x7e\x67\x8f\x5d\xdc\x50\xc0\x63\xce\x04\x32\xd2\x8c\xe1\x3d\x1c\xa8\xa6\xb0\x17\x05\xb3\x7a\x0a\x7a\xd1\x47\x16\xc5\x4f\x42\x38\x5f\x4d\x3d\xd9\x6f\x5c\xb9\xcf\xea\x8d\xcc\xcc\xeb\x89\x7e\xb9\x18\xa6\x93\x79\x4c\x9c\x8d\x53\x0f\xef\x1b\x57\xc8\xd3\xe9\x3b\x2e\x98\x46\x18\x8d\xdc\x22\x4c\x43\x34\xb8\xd8\x9c\xd5\x71\x65\x8f\xd4\xc2\xe6\x80\x0c\x03\x51\xeb\xf4\xe6\x40\xe7\x02\xd2\xc0\xe0\x9d\x02\x69\x8c\x86\xcd\x52\xcd\x42\xe8\xee\xca\x19\xfc\x4a\x45\x72\x27\xb6\x14\xba\xeb\x69\x73\xaa\x9a\x50\xb6\xcb\xf2\x9f\x99\xad\xa7\x03\x16\x91\x35\x1d\xb0\x9b\xab\x33\x32\x39\x80\x9e\xe9\x5a\xf6\xff\x67\x12\x6e\xd9\x7f\x45\x05\x0b\xfa\x51\x8e\x4c\x97\x70\x81\xb5\xe6\xc7\xad\xfe\xd0\x03\x2b\x89\xb4\x18\x59\x42\xa1\xb5\x33\xf2\xa0\x1a\xb7\xc5\xa1\x71\x56\x44\x7f\x1a\x31\x6e\x0b\xd7\xfa\xac\xbe\x63\x00\x0e\x39\x95\xb0\xa3\x5d\xe9\x82\xef\x18\xb8\x2e\x99\xc6\x77\x5c\xe8\xd1\x86\xee\x86\x0f\x84\xe1\x28\x38\x1e\x26\xcf\xe5\x9d\xe2\xff\x26\xad\x00\x59\x86\x36\xdc\xdf\x54\xa4\x65\xa0\x07\x6d\xd0\xfb\x90\x92\xc5\x4f\x23\xdb\x85\xe9\x90\x63\x23\xf8\xe4\x31\x1b\xe6\x3c\x2a\xa6\x59\x1b\x20\x68\xf4\xd0\xbe\x5d\x19\x0a\xda\x80\xf9\x6c\x96\x42\xe9\xad\x8c\x00\x2e\x2a\x66\xc3\x02\xad\x8c\x4c\x26\x01\xa8\xbd\xe9\x77\xf6\xd7\x53\x26\x09\x80\xd0\xe6\x9d\x7d\x7d\x6a\xf5\x64\xe6\x5b\xac\xd3\x4e\xf7\x70\x22\x62\x00\x1a\xe0\xc1\x85\xfc\x6c\x7e\x2a\xc8\x31\x77\xea\xa9\xfd\xc9\x9d\xe0\x6c\xc8\x28\x4e\x58\x02\x83\xb4\x2b\x33\xad\x38\x36\x47\x4b\x3d\x4b\x57\x13\x74\xc8\x69\x1b\x66\xaa\xb9\x55\xd7\xb8\x52\x8b\xf5\x44\x56\xc1\x39\x9b\x9f\xee\xfc\xf4\x1a\x8a\x1f\x95\xb7\xa8\x71\x10\x69\x18\x95\x23\xa4\x05\x12\x87\xb8\xc6\x25\x46\x67\xe5\x7d\x77\x9f\x83\x5b\xb3\xc9\xd2\xf2\xad\x56\x1e\x95\xd2\xb0\x23\xe1\xf1\xee\xf7\x11\x76\x26\xcc\x8e\x07\x0a\xcd\x45\x22\x90\x6c\x24\x83\x3a\x2e\x34\x97\x41\x1d\xa3\xc2\x16\x06\x75\xf4\xd7\xcc\xb7\x3a\x1c\xa1\x2d\x3b\xb7\x5d\x3d\xa4\x94\x0a\x4b\xdf\xcd\x5e\xed\x6f\x1f\xca\xf4\x33\xf9\x0b\x2d\xd2\xb9\xb7\xc0\x16\xf3\x6b\xf7\x0b\x91\xed\xd7\xee\x5c\x5e\xce\x0e\xcf\xa4\x49\x78\x86\xc3\xac\x31\x1d\x23\xa6\xb6\x93\x7b\x1c\x6c\x06\x81\x38\xda\x85\xd6\xe0\x45\x7b\x24\x5f\xc7\xd7\xc0\x91\x54\x4f\xda\x4b\xac\x55\x81\x3a\x1a\xf7\xfe\x33\xf9\x3b\x60\x93\x00\x35\xd0\xb3\xdd\xd9\x3b\x79\x69\x31\x8d\xcd\x18\x35\x23\x95\xa1\x02\xfa\x70\x76\x96\x37\x9f\xaa\x15\xf6\xaa\x1e\xad\x9f\x03\x25\x4c\xaa\x0f\xdc\x4c\xd3\x38\x0d\xee\x11\x67\xe7\x52\x0a\xd1\x6c\x9c\xc6\xa8\xcc\xd8\xf0\x11\x02\x4d\x31\x6c\x65\xc2\x6e\xce\xfb\xd1\x99\x03\x63\x2f\xb8\x3f\x9d\x7e\xc3\xce\x15\xe8\xf4\x1b\xf6\x7e\x70\x54\x1b\xe8\x1f\x26\x73\xe0\x6e\x44\x0a\x0d\xf9\x09\xb8\x79\x9d\x02\x58\x54\x9c\x84\x53\x00\x8b\xca\xbd\xf5\x34\xc0\xa2\x1f\xd8\xb9\x03\xa7\x01\x2b\x36\x6c\x76\xf6\x34\x62\x51\x37\x43\xda\x0c\x87\x4d\x46\x96\x9e\x66\x7c\x9a\x85\x4f\xc7\x22\x0b\x02\x43\xc3\x64\x4d\x07\x71\x22\xf6\xfc\x6a\x8e\xa7\x19\xe7\x2e\x44\xe9\x28\x5d\x47\xbb\x32\x4e\xf6\xf2\x0c\xc9\x60\x68\x14\x9f\x03\xab\x34\x1c\x94\x20\x4e\x07\x30\x0f\x95\xe5\x1e\x1c\x03\xb3\x86\x36\x43\xe9\xd1\x64\x45\x19\x8d\x1e\x99\x1f\x6d\x60\xaa\x4f\x87\x69\xe9\xb0\xe7\xc4\x1a\xa9\x29\xd5\xf6\x41\x50\x3a\x47\xc6\xc4\x22\x73\x56\x0c\x3c\x6a\x73\x66\x11\xf9\x14\x85\xd0\x53\x2a\xf9\x3b\xf2\x67\xfd\xe7\x7f\x17\xe0\xe2\x49\x02\x8d\xca\xb4\x18\x0d\xd1\x8f\x57\xfe\x94\xb7\xf2\xa9\x56\x3e\xf6\xb8\x70\xa6\x03\xdd\xb3\x12\xd3\xd7\xda\x71\x08\x4c\x9b\xb0\x3d\x6d\x6a\x4e\x10\x9c\x7e\x3b\xde\x0f\x8c\x1c\x63\x1c\x2a\x9e\xc4\x39\xed\xb0\xc8\xc1\xd9\x8f\xc7\xf1\xf9\xcd\xe9\x50\x66\xf1\x49\xe8\x49\xf8\x39\x11\x3e\x93\x87\x6e\x19\x28\x87\xcf\xb4\xaa\x6b\x25\xae\xcf\xa6\x5f\x7d\xf7\x03\xe6\x98\x66\x87\xf8\x8a\xe6\x86\xcb\xa8\x78\xfb\x09\x48\x2a\xb2\x77\x28\x5d\x72\x62\x1f\x94\xaf\x61\x0e\xc4\xbb\x1f\x73\x21\xbd\x99\xc1\xe5\x67\x05\x11\x4e\x86\x2e\x8c\xca\xc8\x0d\x5d\x28\xcf\xb7\xd6\x5a\x74\x78\xe1\xcf\xc3\xd8\x5a\xde\xa7\x0f\xa5\x74\xa4\xa8\x0c\xd0\x08\xd7\xeb\xcf\xa8\x84\xf7\xb7\x3e\xbe\xe3\x89\x58\x16\xe7\x71\xcf\x2c\x5f\x0e\xc6\x1b\xb2\x6c\x0c\xe6\x5b\xe7\x5f\x3a\x53\xe6\x46\x51\x9d\x46\x1c\x70\x9f\x30\x97\x3d\xf6\x39\x05\x2f\xfb\x80\x90\x88\xcb\x1b\x13\xc1\xb1\x38\x3b\x32\xbb\x4e\x70\x41\xc6\xb1\x9b\x94\x0c\x44\x60\x2f\x9f\x1d\x73\x80\x5f\x6c\xe2\xf4\xd6\xa6\x63\xbc\x18\xcb\x67\x84\x9c\x8b\x37\x90\x38\xec\x9b\x8d\x01\x38\x42\xd2\x6c\x83\xd4\x0e\xc2\xec\xdd\x76\x33\xe6\xa0\xbe\x2d\x97\x31\x49\x95\xc6\x22\xd7\xe8\x73\x5b\x5d\xcf\x54\xe3\x30\x3a\xa9\x86\xa0\x1f\x50\x8a\x60\x80\xc9\xb2\x11\xd2\xac\xe8\xf6\x21\x21\x3e\x8e\xed\x0d\x3d\x43\xd9\xa5\xc7\x2e\xd8\x78\x7d\x46\x4a\x85\xca\x29\xa9\xc8\xeb\x7b\xa6\x99\x7b\x95\x70\x7d\xcf\xed\x83\x41\x5c\x0e\xc6\x19\xc4\x45\x6b\x9c\x01\xfe\xfd\x09\xce\x20\xde\x91\x6d\x98\x52\x45\x05\x0b\x4b\x50\xb2\x49\x0d\x25\x38\xe3\x1e\xd9\x68\x6f\xd6\xd0\x60\x82\x33\xce\x0b\xa5\xaf\x68\xdc\x5c\x4c\x65\xa8\x68\x5c\x47\x4c\xa1\x07\x4a\x1c\xa4\x5b\x66\x5c\x0e\x3c\x82\x12\xb4\x38\xb4\x37\xd7\xbb\x4c\x81\x74\x75\x3d\x52\xc6\xf6\x4d\xa1\xa6\x00\xb6\xdd\x12\xed\xfd\x78\x48\xef\xc1\x8c\xcb\xa9\xde\x58\x14\x21\x00\x5a\x1c\xbf\xbe\xf2\xe7\xfe\x76\xfa\xca\x1f\xa8\xc7\x7c\xfb\x16\x31\x67\x76\xdf\xf9\x13\x87\xe9\x26\x9b\xea\x49\xad\x5e\x3e\xd8\x49\x09\x2a\x5a\x9c\xdf\x46\x04\xc4\x69\xa7\x74\x15\x2d\xae\xdc\x37\x98\x38\xe6\xf5\x2d\xe5\x91\xc9\x02\x2d\x50\xd9\x64\x6f\x63\x2c\xe3\x2b\x79\x73\xb7\x04\x9b\x2a\xb9\x45\xab\x6c\x56\x25\xb7\x68\xf5\x95\x32\x0b\xeb\x99\x42\x43\xb3\x6a\x4a\x35\xef\x2d\x94\x95\x73\xc6\x29\x93\x20\xbe\xb7\xb7\xb1\xe4\xcf\xa7\x36\x4e\x33\x6a\x4c\x45\xb4\xf3\x1b\x03\x01\x69\x62\x8c\xc2\xec\x35\xa5\x30\x1f\x0b\x21\x5b\x31\x4e\xcf\x37\xee\xc9\x0c\xdc\xec\x05\xdb\x0a\x95\x70\x57\x94\x7a\x99\x15\x48\x4b\x22\x30\x1d\xf3\x6d\x2f\x56\x0c\x40\x43\x0f\xe2\x35\x16\xbc\xa0\xc5\xf5\xfb\xf6\xab\xd6\x5e\x43\x2e\x57\x44\x97\xcc\x71\x67\xaa\x65\xe4\x4c\x84\xac\x87\x78\x98\x3f\xb6\x1e\xda\xeb\xcf\x38\x85\xf7\xb7\xc5\xdf\x16\x48\xef\x3a\xbc\x46\x46\x10\x00\xab\x9f\x1f\x5e\x31\xe6\x53\xed\x32\x98\xe1\xe3\xdb\x8e\xf8\xad\x94\xd1\xa2\xc5\x11\x6b\x40\x41\x2e\xd6\xa6\x20\x04\x2d\x5e\x2c\x41\x06\x4e\xde\x0e\x4c\x41\x04\x5a\x9c\x89\x1f\x3f\x33\xc8\x7d\xcb\x47\x3e\xca\x78\xf9\x88\x98\xd1\x5b\xbe\xd5\x1c\xa0\x24\x95\xa6\xa2\x55\xe4\xc3\x07\x8d\x94\x26\x97\x3b\x90\x4f\x85\x86\x67\x0f\x7e\x74\x78\x8c\x8b\x52\xb1\x34\x5a\x45\xda\x2a\x5c\x46\x8b\x83\xf2\xc3\xc2\xa7\x1a\xee\xa6\xe0\x3e\xa7\xa1\x78\x9c\x29\x1f\x2f\x3c\x6c\xf0\x11\x8c\x96\xf7\x8e\xd3\x01\x33\x2a\xfb\xfc\x83\xf3\x92\x03\xcf\xc7\x66\x63\x9c\x20\x1f\x3f\x17\x80\xf7\x1c\x30\x83\x07\xb1\xd3\x79\x26\xfa\xc1\x16\x54\x1c\x8c\xbb\x43\xf9\x56\x66\x43\x43\x0c\x38\x12\xc6\x88\x4b\xf2\xeb\x3c\x7e\xbd\xe5\xdf\x8f\x12\xc9\x76\x28\x73\x3c\x2b\xff\xb5\x6b\x2a\x5a\xe7\x6b\xbb\xb1\x21\x29\xbf\xbe\x4e\xc8\xf9\xe3\x9b\xed\x3c\x21\xa9\xaa\x41\x6a\xd1\x70\xe2\x38\xf9\xc3\x68\xc8\x26\xa3\x04\xe2\x10\x53\x44\x8b\xfb\x4f\xfa\x64\x93\xbe\x65\xb0\xb2\x1c\xe2\xa6\xf9\xb2\x45\x5b\x7e\x55\x2b\xe9\x91\xf3\x10\xc5\x3f\xf6\x15\x78\x24\x7e\x19\xe7\x77\xa8\x39\xf6\x7c\x75\x93\x33\xd9\x75\x5f\xef\xc1\x9a\x32\xc9\xca\xa7\x9a\xaf\xfb\x93\x7a\x0c\x52\xe3\x00\xf2\xb3\xd4\x87\xc9\x1d\x7c\x62\x34\xa4\x8d\xd2\x3b\xb4\x78\x91\x9c\xcf\x21\x2e\x13\xc1\x02\x5a\x9c\x34\x04\xa6\xb8\x9e\x7a\x2c\x31\x7a\x4a\xad\xa6\xf1\x51\x28\xa1\x43\xab\x38\x1b\x1d\xa8\x62\x34\x84\x98\x80\x01\x2d\x2e\xb0\x9f\xa5\x75\x4b\x19\x2b\xd8\x20\x9b\xa7\xa4\x40\xda\x40\x62\xaa\x7f\x80\xe2\xb1\xd9\x7f\x58\x03\x19\x8c\x45\x72\x83\xd3\x0d\x06\x00\x07\x3f\x7f\xf6\x42\xc7\x51\x43\x20\x0b\x00\x11\xf3\x87\x45\x9f\xa1\xfb\x9a\xa1\x21\x52\x08\x56\x91\x73\xa4\xa2\x55\x74\xde\xa5\xcc\x9f\x5d\x37\x39\x97\xfd\xbc\xfc\x1c\x97\x7e\x2c\x7f\x26\x58\x78\x80\xca\xe1\xe9\xe7\xb3\x7d\xbc\x59\x3f\x73\x43\x6c\x9b\x9f\x9d\x35\xd7\x53\x93\xa1\xcb\x4c\x93\x8f\x7b\xd7\x53\xd3\x56\x1c\x15\xba\xab\xf3\x7b\x3c\x2e\x3f\x8c\x4a\xcf\xc3\x32\x22\xa0\x72\x7c\x5a\xc4\xb6\x00\x31\xbe\x14\xce\xa2\xd5\xbf\x23\x5f\xdd\x9f\xb2\x52\x03\x52\x90\x12\xef\xf0\xf5\xb2\x57\x11\x17\xe9\x72\xac\x8b\x7e\x3c\xa5\xcc\xe7\x84\x14\x6f\x5b\x57\xae\x97\xa5\xb9\x25\xd2\x12\x64\xa0\xd5\xd4\x83\x9f\xe0\x60\x2c\xb6\x02\x2c\x29\xd6\x0b\x0b\xb4\xd2\x21\x24\xc5\x49\x23\x0e\x6e\x81\xe5\xbd\x04\x2f\x68\x78\x31\x96\x82\x5b\x34\xdc\x28\xeb\x85\x07\xb2\x33\x27\xf0\x60\xfa\x87\x7d\x5a\x53\xaf\x25\x68\x4f\x27\xde\x6e\x86\xee\x3b\x4c\x1e\x5e\xb5\xa5\x74\x11\x7d\x1c\x7c\xbb\xdc\x7d\xea\xb5\x00\x6a\x8c\xd4\xe7\x98\x99\x32\x6d\xcc\x4e\xa5\x86\xb3\xf2\x8c\x64\xbd\x00\xce\x77\x7a\xbf\xbc\xf7\x0a\x1f\x1b\xbd\x76\x65\x3e\xb7\xdb\x64\x8e\xd0\x1b\x85\x91\xfa\xe5\x0f\x1e\xc1\xa5\xb0\x18\x0d\xb7\xc6\x7a\xd9\x44\xed\x34\xca\x1b\x8b\xce\x04\x5a\x58\x65\xc6\x50\x23\xd6\x9d\xeb\xc0\xc1\x30\xa0\xbc\x25\x5a\x0a\x35\x6c\x3a\x7f\xf8\x39\x06\xae\xbb\x75\x58\x58\xf5\x7c\x6a\x27\xb7\x7d\x06\xcb\x19\x21\xb8\x90\x5a\x24\x84\x70\x3e\xa5\x9b\x64\x59\x3a\xe4\x5b\xb0\xc2\x7c\xfb\xf9\xe7\x7f\x95\xa3\xde\x3a\x50\x38\x9d\xfe\x4d\xfa\x17\xd2\xfd\xa3\x5a\x01\x12\xf1\x20\xad\x83\xa7\x64\x3e\x0e\xaf\x03\xd9\x95\x7a\x1d\x80\x9d\x75\x38\xb0\x2e\x0a\x9d\xb7\x75\x91\xa1\x20\xd7\x7c\xca\x5e\x46\x5d\x9c\x4f\x0f\x2c\xe5\x5a\x5a\xf9\xe8\xca\x27\x5d\xd0\x6e\xc9\x30\x1d\xc9\xe7\x80\xc1\x40\x64\xe0\x2a\x5b\x8e\xdb\x81\x21\xb0\x8c\xc8\xa8\x19\xf5\x72\x18\x02\xda\x58\x6c\x16\x96\x81\x44\xe7\xf9\xd1\xba\xbd\xe4\x5b\x2f\x7d\x28\x4f\xe6\x60\xd4\xbe\x38\x71\x6e\x9a\xb1\x84\xa5\x38\x31\x53\xd6\x81\x70\xec\x29\x54\x87\x06\x53\x22\xbc\x0d\x67\xec\xe5\x60\x1c\x33\xdd\xe3\xd8\x0c\xbb\x1d\x7e\xc6\x71\x85\x4d\xac\x2a\x07\x7d\xb7\x30\x4c\x7f\xec\xcc\xb4\x98\x5f\xe7\x60\x7e\x2e\x48\xed\x8d\x91\x42\x77\xa7\x43\x69\xf9\x5e\xf9\x52\xee\x53\xe6\xee\xb4\xfc\xf2\x19\x62\x9d\x66\x18\xba\xea\x98\x1a\xa3\x50\x8b\x0d\xce\xc1\x7f\x76\x6c\x44\x9a\x9d\x66\x09\x1f\x8e\xd6\xe9\x85\xb5\x43\x67\x9d\x0e\x74\x88\xc7\x71\x9d\xd8\x2e\x17\xa5\x5e\xca\x19\x4a\x9b\x66\xfe\x8d\x57\x59\xa7\xfd\xd2\xf8\x40\xd7\x69\xd4\x9b\xe3\x78\xde\xa4\x03\xdc\x32\x12\xdb\xa3\x93\xd9\x91\x47\x84\xc3\xda\x72\x1a\x07\xce\x42\x4b\x30\x89\xc3\x61\xb1\x6f\xca\x0b\x99\x2f\xbb\x5c\x51\x29\xb3\x2c\xed\x21\x2d\x37\x2e\x66\xd2\x07\x0d\x1f\x3b\x56\xe1\xa0\x61\x73\x64\x09\xfb\x40\x26\xeb\x9b\x3a\x75\xf5\xff\x82\xd2\x25\xad\x8f\xab\xab\x38\x76\x34\x11\x1a\x96\x03\x65\x54\x47\x20\xbd\x49\x4b\x4f\xfa\x57\xb8\x26\x3d\xd2\xa8\xde\x1d\x5d\x50\x1c\x2d\x1e\x52\x2e\x4d\x47\xd5\xbc\x49\x2b\x9c\x8b\x76\xe4\x01\xe1\x68\xb6\x14\x37\xa3\x0c\x58\x5d\xc1\x30\xee\x3f\x43\x0a\xc6\x50\x52\xed\x47\x3f\x32\x32\x34\xc8\x48\x3d\x7a\x53\x9d\x39\x71\x02\xb3\x3e\x42\x0a\x66\x9a\x0e\xe0\xb6\x80\xf5\x8b\xce\x1a\xd9\x7b\x85\x77\x0d\xb0\xb7\x73\x2a\x60\xf7\x2f\x45\xb8\x38\xaf\x34\xb2\x3d\x90\x7c\x59\xa5\xe7\x99\x2e\xdc\x5b\xb0\xa9\x02\x5a\x94\x99\x61\x49\x63\x70\x10\x5b\x06\x46\x00\x9e\x59\x02\x46\x9c\xad\xa6\x52\x45\x3d\xb5\xfd\xb2\x2e\x2c\x56\x9b\x6a\xcb\x09\x17\x38\x96\x2d\x65\x58\x68\x0d\x35\x7e\x61\x84\xf8\xe8\xb5\x84\x9a\x28\xd1\x93\x4e\xb1\x80\xd1\xbe\x04\xa1\x68\xdc\x9b\xad\x8b\x23\x24\xf2\x45\x08\x8a\x23\xc3\x50\x16\x85\xd2\x7a\xca\x8a\x7e\x0c\x65\x78\x0a\xed\x7b\xad\x4e\xfa\xa6\x3d\x9b\xb9\x21\xc8\x04\xbe\xc8\x75\xe9\xd0\xcf\x71\x63\x09\xf7\x70\xcc\xce\x76\x72\x90\x89\x7a\x64\x06\xd8\x97\xac\x8e\x23\x47\xd4\x03\x53\xe6\x42\x6e\x22\x46\x00\x37\x38\x1e\xf0\x4d\x5a\x29\x21\x47\x04\x51\x68\x58\xe2\xeb\xb2\xd7\xb8\xd5\x14\x8a\x27\xd8\x44\x97\x5f\x35\x65\x67\x5c\x6c\xce\x11\x72\xeb\xdb\xfc\x29\x9f\xc0\xc1\x8e\x73\x06\x82\x9e\xad\x60\x3c\x03\xc7\x93\x55\x9d\x87\xd9\x29\x82\x6e\xd2\xf3\x79\x41\x69\x3d\x9f\x1f\xab\x3f\x4d\xa1\x3d\xb6\x33\xa5\xd6\x3c\x98\xb2\xd5\x2b\x7a\xe6\xdb\xcf\x3f\xff\xfb\x7f\x3d\xb0\xc0\x64\x16\x80\x30\xe0\xcf\x5d\x86\x29\x94\x7c\xeb\x6c\x01\xf8\x4e\x57\x45\x19\x3f\xdf\x5a\xbb\x4c\x9a\x99\x3e\xbb\x3e\x1f\x6b\xc9\x91\x75\xd5\x88\x48\x66\x57\x61\x28\x9a\xb3\xa4\xdf\x94\x57\x0d\x91\xe9\x6c\x01\x23\x3b\xa0\x3a\xb3\x53\xf6\x9c\x50\x0c\xed\xb6\x5d\xff\x94\xe1\xca\x25\xd0\xb2\x77\x84\x69\x68\x31\xfe\xaa\x13\xa7\xf6\xf4\x5d\xa0\x86\xd8\x8d\xd5\x0f\x5e\x62\x63\x0a\xe3\xd0\x62\x0a\x56\xde\xd1\xa5\xb7\xf2\x2c\x01\xe1\x59\x95\x83\xcb\xa4\x4d\x0b\x88\x92\x42\x1b\x91\x93\xc5\x97\xdb\xc9\xa9\x5b\x6f\x4a\x3c\x85\xc7\x76\x19\x1c\x51\x8f\x74\x17\x28\x73\x26\xc1\xb7\x56\x78\x5a\x97\xb1\x12\x31\xf0\x1c\x0a\xa3\x61\x54\x0a\x2a\x71\x94\x81\xa5\x23\xac\x44\x99\x88\x0c\x07\xbf\x88\x78\x15\x36\xa2\xc4\x54\x6d\x8e\xab\x05\x0f\x19\x1a\xd1\xd0\xd6\x2d\xec\x96\x36\x3c\xb5\xa1\xe4\xd2\x18\xf9\x94\xae\xa6\xd6\x9f\x32\xc6\xd0\xa2\x7d\x97\x0d\x45\xea\xc8\x17\x31\x9f\x9a\xb3\x45\x45\x15\x34\x1f\x87\x63\x6b\x11\x09\xa3\x84\x52\x67\x8f\xfc\xa9\xce\x5e\x0c\xd9\x2f\x5a\xd8\x38\x80\x1f\x1a\x62\x0a\xf0\x43\x4d\x87\x74\xf0\x88\x51\xd6\x16\x02\x83\xa1\x98\x9f\xd0\xc1\xcd\x69\x7a\x32\x23\xf2\x4d\xc6\xec\x08\xbc\x21\x94\x76\x23\xea\xd9\x99\x03\x88\xcd\xb3\x9a\x9f\x4f\x35\x0e\x21\xcd\xda\x06\x35\xea\x64\x01\xf8\x44\x16\x80\x06\x7c\xcd\xab\x45\x9a\x31\xeb\xbe\x04\xc3\xd9\xbc\x1a\xe2\x8c\x33\x80\x21\x0c\x51\xc0\x2d\xdc\x94\x8a\xc5\xfc\x57\xfe\x74\xff\x5c\xe6\x48\x18\x0d\xb3\x50\x31\xf7\x8f\x1c\x98\x3b\x07\x47\x36\x06\xe1\x23\xc6\x2b\xdf\x5a\x01\xb1\x42\xdd\xa2\x04\x8f\xfb\xea\x18\xfd\x2d\xa5\xea\x1f\xe2\x81\x08\xf9\xec\x4d\x07\x81\xa8\xe0\x81\x97\x00\x04\x27\xfe\x94\xe5\x98\x10\x91\x8a\xdd\x37\x8c\xb8\xee\x97\x63\xe0\x8f\xd6\x52\x6a\x56\x44\xd1\x39\xce\x7d\xe5\x69\xdd\xea\xbe\xac\x6a\x1c\x33\xbb\xb7\x6e\x86\x2a\x38\x41\xe7\xa9\xc5\xea\xd6\x0e\x35\x9f\xd2\x6a\x0a\x3f\xae\xa8\x43\xc2\x70\x9e\x5e\xa2\x39\xbc\x42\xe9\x15\x2e\x2e\xf8\x25\xcc\x40\xc1\xdf\xbd\x86\x77\x27\x72\x50\x98\x81\xbb\xbb\xf9\xd4\x89\x3e\x52\x28\x86\x1b\xa9\x55\x0c\x07\x8b\x2b\x42\x43\x39\x66\xfe\xf3\x41\x28\x3f\x4e\xaf\xef\x84\xb2\x7d\x81\xb0\x10\xbc\x20\x7e\xc0\x25\x74\xc1\x11\xa6\x19\x7e\xa6\x02\xc2\x74\x39\x7e\x7e\x3d\x90\x01\x0e\xee\x10\xf9\x30\x0c\xa4\x67\xe7\x1a\x7b\x70\x5b\x4d\x7f\x4a\x70\x41\x0f\x5a\x36\xc7\xb0\x49\x01\x4b\x13\x67\x9f\x9b\xa1\xe5\x68\x0e\x11\xd9\x83\x6d\x9d\xae\x2f\xc6\x45\x0f\x96\xcd\x53\x04\xcd\xc8\x1d\x04\x94\xb7\xd9\x91\x9a\x64\x9c\xb4\xfc\xe9\x5d\x86\x45\x31\x1c\x3f\x8f\x53\x92\x63\xeb\x37\x14\xeb\xb0\x5f\x9a\xbb\x8c\xa5\x60\xfa\x07\x81\xc0\x96\x62\x3d\x94\x71\xa5\xcc\xb9\x86\xa8\xc6\x21\xae\x9e\x5a\x6d\xa6\x3c\x85\x76\x26\xd1\xb9\x6d\x39\x43\xe7\x9c\xe8\x63\xa6\x09\x45\xc2\x40\x3c\x80\x73\xe0\xf2\x64\x0d\xdc\xa4\x9c\x9a\xa6\x8f\x7b\x5c\xef\xac\x69\x23\xa5\xa5\xb0\xb8\xf0\x82\xa4\x7b\x0d\xd2\xdd\x1b\x50\xf6\x7d\x3f\x15\x69\x9f\x70\x3e\x77\x1c\x88\x49\x78\xcc\x35\x7d\x85\xda\x38\xe2\x18\x22\x51\x0f\xa4\xb6\x43\xe6\x73\xa7\xb4\x1c\x06\x62\xd4\x94\x49\x4a\xb2\xc1\xe6\xa4\x7f\x74\xd7\xa9\xbc\x60\x53\x01\x26\x0a\x97\xa4\x8b\xf0\x11\xf8\xf8\x97\x01\x13\x93\xa7\x99\x6b\x22\x93\x38\xbc\x4e\x98\x2f\xdf\xbe\xfd\x6b\x1a\xfd\x78\xa0\xa9\xd8\xb0\x63\x28\x1d\x3e\xce\x0c\xdb\x8f\xad\x8e\xf4\x4f\x47\xd2\xb0\x22\x31\x22\xd8\x36\x44\xe2\xe7\xc2\x66\x4d\x5e\xe4\xd1\x83\x45\x6f\xf3\xa7\x31\x3b\xa9\x55\x97\x42\x23\x65\x12\x00\xe8\x9f\x69\xe3\x86\x9d\xea\xf0\x11\x04\x93\x58\x8e\xae\x1f\x95\x2b\x98\xc5\xf5\x4a\xdf\x0c\xf1\x47\xbc\x4f\x27\xef\x42\xba\x07\x82\x91\x99\xdc\x82\xac\xb2\x2d\x1c\x5b\x3f\x52\xc4\xd1\xf4\x67\x3c\x04\x0e\x17\x51\x79\xb6\xb2\x16\xac\x87\x9a\x58\x3e\xd2\xc0\x97\x0b\xd6\x63\x5e\x97\x2d\x62\x38\x6f\xc9\x23\x9b\x6d\xb2\x0c\xbf\xe1\xed\xc0\x32\x76\x63\xd2\x77\x61\x35\xc8\x88\x75\x53\xdb\xb5\xe6\x53\x20\xb5\x50\x1f\x3d\x54\x49\x77\xbc\x89\x59\x82\x85\xbd\xc2\x2e\x16\xac\xa3\x81\xb0\x59\xcb\x96\x74\x4d\x45\x62\xcb\x08\x61\x83\x3c\x26\x36\xc0\x9a\x74\x36\xd5\x5a\x37\xc2\x05\x82\x75\x94\xc1\xea\x2d\x3b\x59\xb9\x9c\x59\xcb\x9a\x32\x43\xf1\x3d\x4e\x0d\xe5\xde\xb2\x85\x1c\x90\x22\xb2\x7d\xd9\xb4\x81\xb9\x8d\x06\x69\xf0\x8b\xd0\x20\xc7\xac\xa1\x2c\x63\xf2\x9f\xf6\x30\xbb\x74\xa1\x61\xaf\xbf\xa3\x5f\x2d\xc7\xb1\x28\x23\xb3\xb5\x1c\x45\x88\x29\x10\x1e\x20\xf6\xdb\xc2\x35\x9b\xa9\x44\x76\xa2\xe4\x05\x32\x39\x27\x1b\xc8\xb1\x2a\x78\xc3\xba\x96\x2d\x6e\xee\x7f\xd6\xda\xcc\x2c\xdd\xc5\x0c\xe2\xa4\x2f\x54\x49\x89\xcf\x79\xd9\x3b\x56\xb3\x28\xb2\x8a\xe2\x15\x57\x00\x8a\x91\xd3\x97\xf0\x27\xe5\xc5\x6e\xdf\x66\x52\x8e\xaf\x1b\x26\xc5\xa2\x33\xdc\xa4\x8d\x7c\x6a\x89\x73\xe5\x5b\x69\xc2\x9a\xc2\xe1\xc2\x0e\x89\x7c\x1c\x90\x3e\x11\x5c\x21\x95\x83\x15\x5d\xb8\xfd\xec\x01\x81\x28\x34\x4a\x6b\x23\x3d\x50\xdc\x0f\x58\x78\x73\x33\x80\xe0\x32\x38\x65\x02\xac\x5b\xdb\x09\x5a\x33\x94\x9b\x2f\x2f\xde\x52\x2c\xc0\x28\xe1\xb5\x0d\xe7\xa5\x1e\x49\x47\xd4\x8b\xd0\x27\xe5\xc5\x0a\x6d\x5f\x09\x8f\x23\xf5\xe8\x78\x32\xf3\xa3\x5e\x70\xa3\x16\xb7\x4f\x82\x30\x85\x43\x5e\x10\x04\x74\x6d\x4b\x4a\xac\xa1\xed\x83\xdf\xcc\x7f\xba\xba\xc5\xa8\xd9\xb6\x02\xd1\x7c\x0a\x5b\xd1\x1a\xc6\xd0\x76\x42\x7a\x02\x72\x2f\xe3\x50\x46\x0d\x65\xb9\xcd\xa7\xbe\x11\xe0\x66\x71\x29\xa4\x45\x23\x48\xf9\x72\x48\x8b\xc6\x99\x7f\xfb\xf1\x03\x11\x5c\xd6\xb6\x31\xce\xfb\xac\xb5\xfd\x82\x15\x2d\xb8\x7d\xd0\x4b\x5f\x75\x7b\xc5\x2b\xa2\x65\x40\xcb\xcc\x6a\xe0\xe6\x1b\xf9\x51\x79\x21\x5e\xf9\xd1\x9b\x82\x5d\x2a\x04\x4b\x21\xfa\xec\x7a\x3b\x9d\x12\xa2\x51\x78\x96\xe3\x60\x3e\x84\x60\x29\x84\xf6\x59\x00\x58\xc2\xbd\x6f\xe4\xe6\x91\x5a\xbb\x56\x20\x7f\xfa\xea\x00\xc6\x7a\x23\x38\x61\xdf\xb7\xcd\xcc\xa7\x07\x56\xe7\x23\xcd\x7c\x85\x4e\x3f\xa1\x7e\x6e\x85\x3f\x65\x75\x12\x86\x75\xbd\x61\x49\x2c\xb9\xb7\xdd\x83\xb0\xaf\x83\x63\x10\xeb\x75\xbd\xa7\xbb\x97\x2f\x1d\xcc\x78\x40\x2d\x95\x1d\x50\x5b\x2e\xfd\x34\xc1\xc4\xe6\x53\x45\x80\x7b\xaa\xb1\x25\x59\x43\xa2\xa0\x68\x72\xb9\xaf\x4c\x97\x1d\x89\x0f\xe5\xce\x31\x03\x92\x94\x84\x71\x5c\x8e\xb0\x41\x98\xcb\xf5\x76\x1c\x30\x78\xd9\x01\x36\x46\x98\xe9\x1d\xbe\xa3\x56\x71\x1a\xd1\x50\xd7\xdb\x48\xf5\x03\x29\x65\x78\x0a\x6f\x00\xd6\xdb\xf8\xe4\xdc\x10\x0a\x8f\xd2\x08\x3a\xb9\x3e\x32\xe3\x88\xff\xb8\x08\x6f\x51\xeb\xdf\xc0\xc2\xf5\x19\xb0\x73\x83\xe4\xf4\x33\x20\x2d\xb6\x50\x2c\x42\xa7\x34\xc2\xca\x2d\xe3\x51\x88\x24\xb9\xc0\xa3\x10\xc9\x6d\x19\x8f\xd2\x9f\x6a\x7f\xa2\x3c\x27\x41\xa7\xb0\xc1\x15\xee\xe2\xee\x02\xd5\xfa\x69\x0d\xcb\xf9\xe1\xe4\x79\xa5\x50\xcb\x80\xf5\xe1\x78\x16\xb1\xbe\x04\x56\xb9\xfb\x1e\x52\x4c\x82\x58\x57\x2e\x98\xff\x63\xec\x4d\x72\x65\xd9\x95\x74\xbd\xfe\x1d\xc5\x9a\x81\xdc\x59\x13\x38\xd8\x1d\xb5\xa5\x39\x90\x11\xe1\xc2\x6b\xbc\xcc\x8b\xab\xcc\xf9\x0b\xb4\xef\xff\x63\x2b\x95\xc2\xdb\xa7\xb1\xb0\x48\x73\x06\x6b\x1a\x8d\x56\x36\xb9\x22\x5c\x6f\xac\x2a\x85\xaa\xdf\xe8\x39\xfb\xf8\xa3\xd7\x22\x27\x7c\xeb\x0d\x53\xca\xb2\xd8\xb7\xc2\xb4\xa9\x1e\xdc\x39\x99\x03\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x10\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xb4\x99\xaa\x21\x1a\xd7\x74\x2e\x5c\x7b\x79\x54\xf1\x58\x95\x2f\xd4\xf5\x46\xf7\xdd\x27\x08\xd7\x1b\xbe\x73\xe4\x7a\x63\x78\xcc\x7a\xbb\xea\x9c\xa2\xe6\x32\x87\xe7\x27\x38\x03\xf2\xad\xb7\xde\x22\xe4\x3c\x12\x5c\x71\xa8\xd1\x70\xc5\xd1\xe4\x59\x6e\x7d\xc4\xa8\x16\x5e\x8f\x18\x32\x0a\x35\x7e\x72\xbc\xb0\xf4\xa6\xfa\x68\xb3\x69\x6a\xc3\xdb\x86\x2d\x1d\x96\xf5\x63\xa6\xb3\xcc\x9e\x2b\xd2\xee\x72\x2b\xb1\xbb\x34\x27\x8a\x14\x63\x41\xf6\x47\x86\xb9\x2a\xca\x8e\x11\x79\xf8\x91\x68\x5a\x37\xed\x47\xb4\xbd\x78\x6f\xf2\xa7\x71\x8b\x23\x12\xba\x32\xa7\xbb\xd1\x7b\xa2\xff\x27\x31\xf6\x89\xfe\x7f\x1a\x6d\xca\xc2\x27\xe3\x96\xdc\x21\x1a\x6e\x72\x4c\xb5\x2f\xf8\x04\xc2\xb5\x5b\x41\x10\x24\xf4\xde\x04\x41\x90\x77\xa5\x7d\x73\x94\x21\x43\x37\xe2\xde\x21\xa4\xb8\x43\xdc\x9b\x6f\x35\x72\x8b\x4f\x00\x69\xb0\xc3\x54\xbe\xc9\xd9\xd2\x0e\x53\xf9\x33\xb4\xa4\x2c\xef\xd7\xaa\xdc\x66\x64\x45\xd9\x98\x6b\x36\xf5\xbe\x99\xdc\xe2\x5a\x1f\x7a\xa0\xa2\xe0\x73\x48\xfa\x2d\x39\xb1\x44\xe9\xfb\xc6\xea\x79\x24\xb5\xa2\xb3\x5b\x5d\xb8\xc6\x4f\xd5\x21\x48\x0e\x21\xf8\x7d\x4f\x4d\xa7\xfa\x20\x52\xb8\xbb\xf0\xe9\x7d\xf2\x40\xe1\x46\x4b\x0c\xbf\x11\x06\xdb\xc4\x68\x23\xe1\x15\xc3\x74\x23\xe1\x95\x29\xff\xbe\xf5\xa8\xf7\x34\x10\x4e\x4f\x8c\xab\x2d\xa1\xae\x2e\x80\x8d\x25\xbd\x9c\x9f\xed\x10\xf1\x96\xdb\x0b\xc1\xd9\x2e\x9a\x94\xa5\xf5\xd5\x12\xc2\xcc\x23\x18\xd7\xc9\xc6\xba\xb8\x1e\x5c\x1b\x7b\xd8\xec\x93\xa2\x16\xb7\x96\xc5\xd9\x68\xa4\xfe\x59\x88\xb9\x6f\x6d\x29\x68\xfe\x8d\xdc\x56\xe6\xb8\x9b\x98\x0a\xb2\x47\x24\xde\x7f\x93\x29\xe5\x4e\xc1\xd0\x95\x30\x58\xd1\xff\x93\x24\xc5\x9b\xb8\x09\xde\xb6\x18\xbc\x27\x89\x63\x09\xf8\x7f\x0f\x5d\x7b\x1b\x8b\xf7\xa1\x1b\x72\x87\xc5\x7b\x93\xc5\x04\x31\xfe\x9b\x94\xb8\xb7\xe2\x28\xe8\xf2\x22\xe4\xff\xc9\xba\x2c\x17\x1d\x64\xf5\x26\x74\x82\x54\xaa\x77\x48\x84\xb3\x50\xc6\x0e\x89\xf0\x9d\xc5\x6f\xdd\x21\x11\xce\xd5\xa3\x8e\x7d\x20\xd4\xbc\x09\xab\x20\xb2\x75\x27\xc9\xf6\xdd\xbd\x60\xf0\x8a\x7f\x43\x58\xff\x3b\xbb\x0d\xd9\x29\x35\xe5\x98\x2e\x4d\x1e\x3a\x51\xd5\xbf\x8b\x57\x8f\xe7\x2e\x9e\xe2\x52\x7e\xdd\x08\x8e\xa5\xec\xb7\x89\xa9\x20\x87\xb6\x3b\xc4\xc8\xd9\x58\x06\xc1\xb1\x44\x94\x3b\x05\x4b\x48\x7a\x80\x3b\x04\xc7\x39\xbb\xd7\x81\x81\x46\x77\x2d\x9c\x98\xa1\x6e\x43\x6d\x8e\xa4\xf6\x23\x0a\x90\x14\x60\x76\xc8\x98\xf3\xfd\xfd\x46\x4f\x5d\x4f\x44\x86\xd5\xf1\xc9\x92\x29\x0c\xe5\x02\x37\x81\x67\xb7\xe4\xcd\xda\xbb\x11\xc3\x21\xcb\xc3\xe9\x0e\xc3\xfb\xe2\x75\xca\xc6\xfb\xfe\xc8\x29\x1c\xfe\x25\xc6\x84\x53\xb9\xd8\x2a\x60\xef\x9d\xf5\x50\x4a\xfe\x48\xc0\xe1\xac\x9c\x76\x6b\x57\x36\xc6\x31\xdc\xf3\x60\x7e\x68\xf9\xb3\xae\x08\x0f\x24\xac\xc3\xe5\x38\x79\x67\x11\x20\x2e\x1b\xc6\xe2\xe2\x9f\x6d\x05\x7b\x10\xed\xb2\x33\x86\x38\xa2\x7a\x76\x46\xd9\xf2\xae\xce\xc6\xf6\x68\x6e\x65\xc7\x5d\xa8\xbe\x4b\x85\xc5\x8d\x80\xb4\xbe\x1f\xc3\x5b\xfc\xa5\x36\x63\x23\xcb\x10\x7f\x13\xfc\xa1\xde\xdf\x6c\x9c\x3b\xff\x30\x5e\xf7\xd2\xd1\xdc\x11\x19\xa2\x49\xd7\x73\x47\x2c\x88\xac\x57\xe5\xce\xc8\x53\xa5\xbc\xb0\x33\x76\xe5\xc3\x95\x42\x0d\x64\x4d\x5e\x3c\x9d\xee\xef\x2f\x99\xbc\xa9\x8f\x18\x5f\xea\x44\xc8\x89\x80\x88\xc2\x2d\x27\x02\xd2\xc3\xd8\x19\x6f\x11\xc9\x1f\xd9\x07\xd9\x1f\x61\x73\x79\x39\x37\xaa\x20\xd5\x15\xa3\xae\xe4\x5c\x2c\xae\xae\x87\x2c\xc9\x6b\x75\xbd\xea\x20\x15\x21\x3b\x9f\x72\xba\xb7\x15\xed\x41\x8e\xd8\x76\xe1\xdd\xd3\x9d\x8b\x43\x24\xf4\x52\x86\x30\x93\xb3\xb1\x9c\xdd\xf5\xc4\x69\xd7\xad\x53\xd8\x6d\x30\x4b\x76\x41\xd9\x53\xd4\xe6\x2e\xd0\xbb\xbd\xfd\x19\x73\x17\x2e\x54\x21\xee\x02\x1f\x3e\x39\x17\x8b\xab\x6d\x8a\xdb\x82\x2e\xf4\x5b\xa0\x6b\x86\x86\x2c\xfe\xa6\xc8\x86\x22\xdd\x8a\xea\x7a\xb4\xba\x74\x36\x04\xab\x49\x8f\x7d\x87\x65\x97\x25\x03\x61\xd9\xed\xb5\x95\xb0\xec\xad\x0f\x7f\xd3\x6e\xf7\xc7\xf0\x92\xa1\xf5\xaa\x98\x75\xdd\x3c\x00\x36\x72\x56\xa9\x94\x10\xb2\xfd\xf4\x80\x0e\x11\x35\x40\xec\x0f\x42\xb6\x37\x29\x70\x28\x48\xbb\x94\x32\x76\xc8\x55\xb3\x04\x63\x04\x69\xb7\x3a\xe3\x0e\xb1\xea\x2d\x85\x0d\x22\xad\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\x3d\x89\x78\x99\x6f\x39\xff\xbf\x85\x0f\xc3\x72\x3c\x7b\xab\x35\x3d\x7a\x78\x45\xef\x10\x79\xde\xf2\x1e\xaf\xc0\xea\xf5\x16\x26\x6f\xba\x13\x45\x91\x29\xb2\xba\x9e\x07\xbb\x49\x54\x22\xf4\x1d\x66\xdc\xad\x0f\x7f\xe4\xca\x9e\xce\x42\x6c\x0a\x3f\x48\x5a\x29\xd5\x19\xe2\x9e\xdb\x4f\x97\xe2\x9e\xd7\x5b\x48\x32\xcc\xaf\x93\x18\x58\xc4\x39\x3f\x15\x69\x6c\x38\x65\x93\x55\x03\xd1\xcc\x0f\xc9\xa3\x9f\x6e\x50\x9f\x88\x32\xbc\xf1\x1b\xdb\x36\xa4\xd8\x72\xc1\x47\x58\xf2\x93\x55\x27\xb8\x70\xa4\xda\xa2\x48\xe4\x52\x18\x50\x24\xf2\x24\x85\x95\xdd\xb6\x42\xb9\xf9\xa7\x71\x1b\x0a\x9f\xf4\xa1\xa1\x36\x65\x83\x76\x11\x9a\x92\x23\x7d\x69\xde\xec\x2e\x5d\x17\x5d\x41\x7d\xa8\x4b\x43\xd9\xc1\x29\x74\xc5\x78\x8a\xd7\x06\x09\xb3\xeb\x26\x29\x2a\xb1\xca\x9b\xc4\xec\x5b\x56\xd7\x77\x73\x36\xce\xaf\xf0\x49\xc7\x89\x9b\xc4\x87\xbb\xcb\x99\x8f\x08\x1f\x0b\x43\x8b\x0b\xc7\xb9\x9c\x2e\x8b\x94\x44\xe7\x52\x21\xc8\xf5\xb6\x24\x04\x79\x93\x66\xc2\xee\x3c\x51\xb5\xed\xc2\x28\xfb\x36\x35\x11\x46\xd9\x4d\xf2\x14\x82\x8e\x27\xf1\x8e\x88\x32\xde\x24\xda\x20\xc8\xf8\x19\x89\xaa\xe1\x74\x4b\xe5\x67\x77\x49\x16\x44\x31\x85\x4d\xf6\x3d\xb3\x2b\xd2\x09\xd6\x0c\x11\x8b\x4c\xe4\x54\x87\x73\x21\x4d\xa2\x1d\x32\xd4\xac\x28\x34\xc4\x0a\x3f\xd5\x3a\x1b\x91\x8d\x75\x99\x84\x65\x75\x93\x30\x63\x4b\x66\xaa\x17\xec\x0e\x99\x69\x13\x7b\x5c\xa1\xc2\xe7\xd0\xc5\x33\x70\xe1\xa0\x57\x29\x11\xc0\xb3\xbc\x81\x6e\x79\xae\x1f\x42\x0d\x03\xbf\xab\x7a\x6e\xef\x41\x5c\x5d\x1d\x2e\x64\x9f\xe2\x84\x12\x1e\xfc\x0c\x45\xd5\x22\xdf\xd4\x53\x73\x0f\xdd\xf0\xc9\x85\xa3\x83\xf7\x9f\xbd\xa6\x28\xe6\x77\xbd\x75\x49\x21\x6c\xec\x92\xbf\x12\xd8\xfb\x9e\x92\x6c\x39\xb2\xb7\x1e\xa6\x3b\xe4\x8b\x36\x38\xde\x18\x41\x8b\x53\x47\x74\xee\xf3\xcb\x5b\x59\xa2\xfa\xe9\xc6\x0d\x91\x62\x13\xbf\x4d\xe1\xb9\xc5\x9d\x54\x78\xee\xe1\x77\xa8\xec\xa5\xfd\xb8\x1c\x5b\xaf\x5f\x06\x1e\x56\xce\x4d\xdc\x53\x62\x69\x67\x19\xd7\x10\x2d\xbb\x89\x4b\x44\xb0\xec\x26\xd6\xc1\x0e\x61\x5f\x13\xfb\x86\xc8\xd9\x4d\x1c\x3e\x45\xce\xae\x77\x77\xd1\xd8\x0a\xb7\x1b\x84\x25\x22\xe2\x49\xee\xe1\xdb\xb7\x5a\x10\xa2\xc8\x9e\xc9\x12\xea\x66\x9e\x5a\x33\xcd\x6d\xc8\xfe\x9a\xdf\x4d\xb8\x83\x17\xf3\x62\x4f\x5e\x8b\xed\x9b\xe5\x2e\xac\x2e\x1b\x2a\x34\xba\xe0\x42\x9c\xd7\x4c\x8a\x23\xce\x9b\x72\xc5\xaf\x58\xda\xc3\x0f\xec\xc9\xb1\xd3\x3e\xc6\xe5\xbb\x38\x1b\x04\xcf\x3e\xbf\x74\x51\x0e\x96\x5e\xa8\x53\xcf\x45\xdd\x12\x18\x40\x0f\x3f\xb8\xa7\x14\xdd\xf4\xf4\x9d\x5e\x7c\x15\x0e\xb5\x11\x53\xd2\xe1\xe8\xdd\xbe\x81\x14\x22\x7b\x8e\xe6\x8a\x5a\x14\x55\xef\x45\x6c\xe9\xca\x9b\xc2\xde\xda\x70\x32\x96\x26\x12\xf0\x20\x80\xf6\xd9\x19\x6e\x34\x96\x4d\x27\x22\xc2\x62\x37\x53\xcb\x48\xea\x4c\xc3\x21\xa9\x33\x81\xb7\xd8\x35\xc2\x03\xf2\x00\x3f\x9a\x3f\xc6\x46\xd1\xd6\x0c\x49\x5d\x33\xc9\x86\x68\xce\xb7\x12\xb2\xb8\x39\x74\x8d\x22\x8b\x33\x31\xb3\xa4\x80\x2a\x22\x0d\x83\x6b\xd3\x41\xe1\xff\xbd\x99\xea\x58\xc2\xd4\xcd\x45\xb9\x2d\x74\x51\x2e\x76\x8d\x86\x4c\xc8\xec\xa9\x10\xa2\x7b\x79\x13\xb9\xd1\x37\x59\x57\x0c\xf5\xe7\xfe\x86\x6c\xc3\x17\xf0\xc2\xe8\xc6\x44\xcb\x12\x06\xd6\x4d\xb3\xb4\x53\x84\xae\x17\x68\x40\x5b\x21\xac\xb3\x53\xf5\xd0\x82\xe7\xf0\x9d\x14\xf1\x13\x85\xac\xe5\x10\xfe\x16\x59\xbb\xb8\xe6\xdd\x7b\xd0\x89\x6e\xa8\x30\xdd\x6e\x72\xac\xb2\x97\x98\x15\x5d\xfd\x41\x25\xa1\x7f\xcb\x86\xde\xb0\xa4\xcd\x7b\x6d\xc5\x5e\x51\xff\xf0\xeb\x63\x36\x48\x08\xd2\xda\xd0\x83\x30\x2c\xb7\xbb\xd4\x29\xf6\xc6\xe2\x41\x4a\x79\x7b\xb3\x4f\x74\x5f\x60\x9a\xed\x4b\x69\xeb\x52\xcf\xce\x06\xb2\xd1\x95\x80\xa8\x4c\xfe\xd7\xf7\x66\xd7\xe8\x0a\x40\x52\xe6\x7b\x59\x76\xdb\x97\x1b\x0c\x16\x66\xfe\xb3\x30\x73\x23\x37\xab\xb7\x28\xbe\x0d\x9f\x43\xf4\xc8\x16\x4f\x4b\xf4\x3a\xb2\x31\xe3\x74\x59\x66\x4b\x3d\x6f\x87\xfc\x2b\x2b\xe4\xd6\x0e\x19\x57\x16\x67\x7d\xe3\xd5\xdd\x28\x1d\xe7\xec\x73\xe8\xe6\x40\xac\x65\xbc\x28\x6f\xec\x92\xdc\x6f\x09\xb2\xa4\xca\xb7\x37\x4a\x8a\xd2\xfa\xdb\x7b\x6b\x9e\xd5\x79\xd1\x6c\x3a\x01\x48\xa4\xbe\x3d\x22\x6e\xcd\x2d\x0e\x02\x02\xaa\x2e\x41\xd7\xc6\xe2\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\xf0\x43\xec\x36\x63\xdd\x85\xa8\xf1\xb8\x3e\xcc\x60\x7a\x41\x79\x4b\x45\x6f\x87\xc5\xf5\x2d\x3b\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\xad\x6e\x18\x55\x27\xa9\x61\x6c\x8c\xaa\x8d\xc5\x91\x4f\xf9\xb0\x62\x0a\x6d\x8c\xf9\x02\x23\x08\xef\x85\xc8\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\x74\x46\xa4\xf6\xb7\x43\x02\x75\xd7\x5b\xcf\xaf\x17\x16\x51\x12\xd6\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\xc8\xa0\x9a\x11\x1d\x9e\xdc\x4d\x81\x61\x42\xdd\xef\x6f\x23\x41\x5e\xe8\x94\xbc\x10\x36\x48\x2b\x70\xbf\xd0\x4a\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\x52\xfc\xdb\x2f\x3c\xbe\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xb2\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x12\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x84\xd2\x51\x1f\x36\x73\xab\x36\xb7\xbc\x5c\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x4f\xef\xcd\x9d\x08\xad\x79\xef\x2f\x3c\xbd\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\xd9\x65\x4b\x17\x79\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x38\x81\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x0f\x78\x09\xf1\x36\x22\x33\xaf\x67\x88\xcc\xb2\xcc\x2c\x36\x12\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x61\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x49\xb7\xa7\x4b\x26\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xa6\x14\xda\x6f\x6f\xf4\x97\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x9e\xc9\xbf\xac\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\x5c\x34\xb6\xb8\xa6\x92\x38\xf9\x43\x04\x97\xe2\xe4\x9b\x33\xfc\xd1\x86\x1f\xce\x6a\xcb\xa8\x95\xb3\xe3\x4b\xea\x7f\x16\x6b\x12\x62\xbf\xf8\xd1\x1e\x9e\xc8\xdb\xef\x5a\x23\x88\x7e\x71\x7f\xe8\x1d\x33\xf0\x41\xff\x44\xc4\x34\x86\xcb\x52\xf7\x20\xc0\x7e\x56\x68\x02\x02\xec\x9f\x9e\xfb\x87\x31\xe7\x9a\xba\x0f\x78\x56\x0a\x39\x1b\xa3\x66\x53\xa0\x61\xd4\x9c\xaf\xef\x0f\x83\xcd\xd5\xdc\x22\x33\x27\xb4\x12\x46\xcd\x69\x8a\xe8\x55\x44\x7d\x29\x86\x28\xa2\xfe\x30\x33\xfa\x09\x4d\x00\xc5\x51\xde\x61\xe2\x9c\x7d\xc4\xf1\x7c\x6e\x66\xe3\xa3\x67\x55\x75\x76\x84\x6d\x90\x48\xb8\x47\x5b\xf6\xdb\x0a\x94\x8f\x90\xd9\xc3\xad\xda\xbf\x59\x62\x8a\xd2\xfb\x67\xaa\x83\xaa\x89\x77\x73\x75\x8e\x8b\xa0\xb9\x2c\xf2\x82\x6f\xd9\xc0\xcb\xa2\x9f\x1f\x31\x5d\xbf\x65\x03\xd9\x8b\x97\xf3\xe8\x99\xa5\x25\x0b\xa3\xe6\xe6\xfb\xf9\x11\x06\xd5\xde\x7b\xf4\x1a\xd6\xba\x84\xfb\xf3\x66\xde\xe9\x23\x3f\x04\xae\x07\x61\x50\x71\xd1\x70\x26\xd4\xdd\x66\xf4\x40\x1c\x8b\x47\x6e\xef\xd5\x75\x98\xa5\xb7\x7f\x27\xfc\xee\x1f\xc6\xf6\x12\x5b\x24\xfc\xa4\xdb\xbf\xd6\x7e\xc4\x3a\x75\x5f\x79\xc8\x89\x1b\xf0\x88\x10\x6b\x2e\xab\xa3\xa0\x6a\x43\x12\x60\x26\x49\x98\x49\x37\xa9\x96\x10\xf1\xff\xfc\x52\x1d\x0a\x87\x9c\x16\x63\x3d\xde\x60\xa7\xda\x39\xae\xd8\x52\xa0\x95\x93\x23\xa8\xf9\x54\x0e\xca\x7a\x38\x7b\x5e\xfc\xe9\x72\x51\x5e\xfc\xc3\xf5\xc4\xc4\x06\xd7\xe3\xe4\x5a\x78\xbd\xea\xca\x69\x62\x5d\xcf\x8e\xce\x16\xe5\x78\xb6\x07\x36\x9f\x44\xf9\x6f\x33\x88\xb6\x49\x90\xff\xc6\x69\x9c\xc4\xf8\xcf\xc9\xdf\x62\xaf\xcd\xae\x6f\xbc\x09\xa6\x6a\x09\x0e\xfe\xf5\xcd\x85\x52\x8c\x9b\xe7\xca\x9f\xce\xb5\x68\x2f\x2b\x17\xe1\xce\xbf\xbf\xe3\x10\x37\x0d\x23\x9c\x30\xe6\xea\xdc\x8a\x59\x75\x51\x78\x11\xc3\x1f\x43\x3d\x38\xce\xc8\x24\xf6\x7f\x9b\x97\x73\x11\xbe\x34\x6b\x1a\x83\xcd\xc7\x4b\xfa\xe4\xee\x28\xe9\x5c\xa8\xf6\x64\xf5\x6d\x45\x00\xa3\xe2\x6f\x3d\x4a\x6a\xbe\xf5\xbe\x9c\xfe\xc8\x0d\x5e\x9d\x8d\x48\xd7\x43\xf3\x86\xd1\x1b\x87\x69\x8e\xb0\x85\x96\xf3\xd6\x93\x0b\x5d\x83\xae\x45\x0d\x5e\x02\xfc\x96\x93\x63\xaa\xfc\x0d\xf6\x45\xd3\x3c\x6e\x42\xce\xa8\xaf\x71\x7d\xa3\xf9\x7e\x72\xa1\x10\x33\xfe\x68\xc7\x73\x8a\xb2\xe0\x6e\x83\x3b\xb0\x53\x6b\x48\xc6\x33\x11\x54\x4e\x2e\x85\x19\xed\x54\x0e\x6c\xd2\xfd\x91\x63\x3f\x9d\x0d\x95\x4c\x0d\x12\xb1\x79\xd7\x20\x43\x4e\xde\xe6\x5d\x95\x5b\xa1\x90\xe9\x16\xc3\x06\xb9\xb8\x0d\xe8\xa4\xe1\x6c\x38\xba\x4d\x2e\x1a\x3e\x87\xba\x9a\x88\x0d\x98\x6e\x95\x0c\x86\x21\xf1\x91\x4f\x2e\x7c\x9e\xbb\x6b\x6c\xc0\xdb\xbf\x8b\x83\x7c\x0f\xe5\xe6\xaf\x9f\x5e\xdc\x51\xed\x31\x2d\x32\x16\xd1\xbc\xe2\x4e\x0e\xb4\xdc\x93\xb2\xcc\xa3\xda\x0f\x84\x99\x75\x70\x90\x8f\x77\x21\x80\x5b\xaf\x53\x9d\x23\x4c\xa0\x87\x3b\x17\xe1\xe6\xbd\x8e\x12\x9e\xa3\x43\x70\xb2\xa1\x3b\x9a\xfd\xc3\xe8\xb9\x36\xf2\x8d\x8f\xd9\xdb\x39\x9e\x45\x1e\x48\xbc\x67\xc6\xf7\xe3\x27\x1e\x74\x9a\x80\x40\x97\xe8\x58\xcc\x71\xeb\x6d\xe3\xee\x04\xef\x63\x26\xb5\x28\x9e\xe3\xd4\x90\x83\xe7\x58\xbc\x8e\x6c\xd6\xe4\x6f\xe1\x84\x51\x27\x29\xe4\xf1\x09\xc6\xdb\xc9\xf1\x00\x9f\xfe\xb8\x62\x75\xfc\x31\x7c\xe7\xe9\x58\x63\x54\x3d\x93\x86\x11\xa4\x66\xd1\x21\x0f\x33\xea\x46\x84\x83\x93\x8b\x83\x9c\xba\x72\xf4\xbb\x2a\x97\x7f\xfd\x54\xbc\x8b\x9d\x5c\xec\xd4\xea\x5a\x40\xfa\xdd\x45\x83\xa8\x98\x2e\x8a\x7c\x6c\xba\x6c\x6c\x5c\x21\x12\xe4\xf8\x44\x88\x3f\x39\xed\x95\xa2\x2c\x48\x56\x0b\x90\xc4\x68\xeb\xee\x5e\xcc\x79\x66\x92\x13\x8a\xcf\xdd\x1f\x43\x52\x3a\xb4\x3d\x92\x04\x1a\xee\x91\xb8\xdb\xd5\x3f\xe5\x85\xa4\x5b\x20\x49\x36\xea\x4e\x48\x26\xe5\xaf\x4b\x6b\xab\x3e\x61\xb7\x81\x1c\xec\x64\xb9\x7b\xbe\x5f\xe3\x3c\x09\xf7\x26\x11\xa6\xdf\xb2\x2d\x54\x5b\x5c\x34\x36\xa2\x56\x37\xe4\xf5\x0a\x64\x76\x72\x8c\x54\xbd\xc7\x20\xab\xeb\xf2\xc3\x7e\x7b\x6a\x3f\x27\x09\x46\xa6\x9a\x24\x8c\xc1\xed\x75\x92\x4e\xe8\xf7\x6b\x20\xca\xac\x91\x89\xe9\x2a\x84\x9b\x88\x6c\xad\x0b\x47\x9e\xee\x7d\x53\xe1\xe9\xbe\xa3\x88\x30\x47\x08\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\xd0\xf5\xc3\x3f\xd5\x3e\x9e\xca\x12\xa9\xb4\x2b\xa7\x13\xe8\x8f\xe1\x24\xbe\x31\xd4\x2c\xc2\x6c\x38\xcb\xec\x6a\x5a\xb2\x5e\xc1\xf3\x8f\x54\xf7\x29\x1b\x57\x7b\x56\x2b\x68\x62\x22\x02\x3c\x59\x24\x67\xee\xe0\x0c\xad\xeb\xec\x8f\xf0\x40\x45\x4e\x20\xf2\x1e\xba\x32\x43\xe2\xdd\x70\x17\x7a\x72\x25\x72\x1a\x99\xf6\x82\x67\x01\x2f\x0d\x55\x13\xa8\x87\xae\xf0\x47\x48\xb5\xef\xf2\xfd\x88\x24\x4c\x9b\x0a\xdf\xf8\xd3\x97\x6f\xc6\x2b\x48\x17\xb2\xcf\x2c\x78\xfa\x7e\xc5\x92\x5d\x9d\xf7\x82\xab\xe2\xcd\x3a\xf9\x97\x41\x1d\xea\x2e\x2e\x7a\x91\x4e\x67\x63\x64\xc5\x39\x9e\x14\x3a\x30\x05\xad\x09\x13\x43\x45\x54\xbb\xce\x0f\x82\xeb\xd4\x86\xb3\xbc\xc0\x34\x81\xf2\x86\xdf\x84\xb9\x42\xac\xdc\x66\x51\x4d\x7a\x3d\x6a\x22\xc2\x01\xfe\x68\xd9\x45\xd1\x00\xad\x53\xd9\xce\xc0\xfd\x53\x36\xdd\x74\x33\x81\x83\x4a\x52\x0e\xee\xe0\x70\xbd\x2f\x7e\xea\xaf\x30\x49\x75\x66\x64\x19\xde\x34\xc1\x65\x69\xb0\x2a\xac\xcb\x45\x35\x61\x8a\xd0\x3c\x6b\x10\xdc\x97\x73\x60\x33\x2d\xb2\xbc\xde\xdf\xc2\xcb\x61\x36\xde\xb0\xc6\x38\xb9\x9b\x2e\x65\x65\x99\x16\xe7\x98\x96\xe6\x2c\xd7\xdd\x74\x45\x10\x3c\x3a\x9b\x45\xa2\x14\xed\xe6\x02\xff\x3c\x5d\x6e\x87\xf3\x36\x5d\xd5\x9b\xaf\xac\x55\xc5\x8c\xa0\x69\x9d\x2b\x78\x3d\x89\xb2\x0a\x03\xef\x9c\xd4\xa9\x0a\x5e\x2f\xfe\x65\xc4\xe9\x17\xb1\x1c\xb6\xdf\x0a\xd6\x77\x72\x11\x20\xf4\x5b\x32\x14\xca\x35\x29\xb2\x04\x6f\xda\x3b\x58\x82\x67\xa1\xba\x3a\xd5\x1d\xd5\x13\xd4\x4a\xd3\xf5\x5c\xa1\x4f\x8a\xbf\xc5\x24\xf8\x60\xe2\xcc\x7e\x8a\xce\xaf\xd2\xd1\xd6\xe4\xca\x84\x7c\x7e\xb3\x9b\x51\xaa\xf0\xd2\x4a\x68\x28\x41\x86\x54\xf7\x2f\x78\x04\xb3\xf8\x9b\xce\xde\x54\x36\x90\x6d\x71\xae\xd3\x8a\xc6\x12\xc6\xb9\x53\xa7\x0d\xe7\xf6\xbe\x14\x43\x41\x41\xfe\xfd\x4f\x8e\x03\xa3\xed\x58\xd9\x0a\xc2\xef\xe8\x20\x4c\xdd\x6b\x95\xa7\xfe\x70\x1b\x41\x69\x5c\xba\xea\x43\x09\x21\x5d\x42\xe0\x35\x68\x0b\x13\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\x97\xb5\x76\x54\x13\x77\x4a\x3b\xaa\x81\x1a\x6a\x55\x8e\xfb\x47\x28\x1b\x57\xf7\x63\x68\xcb\x34\x14\xaa\xba\x4e\x44\xd8\x73\xcb\xa1\xea\xc9\x31\x25\xfe\xa5\xfa\xf0\x47\xd5\x94\x53\x36\xd0\xb9\x86\x86\x79\xb7\xa9\xdf\x86\xc0\x3c\x69\x9b\x60\xde\xfd\xed\x2d\xdc\x2a\xbf\x1c\x5a\x6c\xb7\xa6\x73\x85\x52\xc4\x34\x55\x29\x7b\x6e\x6d\xbe\xc6\x9b\xab\x5f\x2e\x1b\x4b\x26\xaa\xbe\x4d\xb5\xa9\x2c\xce\x04\xba\x96\xa5\x71\x4b\xe8\x76\x0c\x67\xf6\x32\x21\x3f\x39\x4d\x90\xfa\x87\xb7\xc9\x74\x27\x65\xe3\x8c\x09\xe3\x85\xfe\x44\x9b\xba\x16\x1a\x7e\xce\x3c\x12\x08\x08\x21\xce\xe6\x2b\x43\x3f\x3c\xc8\xa5\x9b\x70\x42\xb3\xa2\x26\x11\xa4\x18\x78\x8f\xe1\x8a\xe2\xad\x3f\x9b\x46\x02\xfd\xd0\x34\x97\x5c\x27\xc3\x13\x44\x88\x9d\xec\x8f\xd1\x57\x61\xb7\x86\xc2\xe8\xf4\x2a\x6c\x30\xae\x57\x1e\x5a\x63\x7a\xbe\x78\x4e\x75\x6d\x9a\x8e\x53\xeb\xa9\x49\xe8\xba\x6d\xf4\x4a\x09\x45\x8b\x5c\xb4\xc9\xd1\xb3\xb8\x35\x96\x50\xb3\x50\x70\xcf\x93\x8b\xfd\xd5\xfc\x2d\x66\xaf\xb9\x8d\xa0\x9f\x8b\x6b\x09\x5b\x8c\xe1\x16\xc2\xbf\xbf\x90\x50\xc7\xc9\x8c\xae\x0e\xfc\xdc\xfb\xc1\x26\xfd\x0b\xed\x60\x14\x2c\x66\x73\xc9\xb8\x28\x74\x83\x86\xad\x79\xbe\x75\x59\x75\x94\x88\xbb\xd6\x27\xb4\x2d\xe4\xb2\xe9\xe4\xa2\xa3\xdd\x45\x5f\x11\xe3\xc8\x4d\xbc\xe3\x19\xec\xe6\x83\x52\x29\x2e\x19\x5b\x40\x58\xa4\xf3\x62\xef\x6a\x3e\xc8\xd4\xcb\x5d\x0b\xba\xb4\x7b\xd2\x08\xb2\x38\x5c\x32\x68\xa3\xe1\xd9\x46\xc3\xae\x7b\x2d\x10\x01\x27\xcf\xf0\x46\xff\xc4\x53\x8c\x99\x48\xd2\x2b\x51\x36\xe9\xdd\x55\xe1\x4e\xc2\x6f\x4f\x94\x2f\x66\x77\xc5\x6f\xca\x6a\x9c\xa1\x7c\x31\x45\x39\xcb\x5e\xdd\xec\x16\x74\x31\xc6\xf8\x66\x43\xf5\xaa\xb8\x2c\x7d\xd0\x7b\x6f\x40\x7c\xfa\x15\x1d\x8a\x1a\xa3\x69\xd9\x07\xc4\x67\xd7\x68\x06\x66\x97\xd5\x45\xf1\xa7\xcc\xe4\x86\x9e\xc6\x30\xe3\x28\xf4\x34\xda\xd4\x94\x85\x9a\x46\x9b\xdd\xdf\xe2\xc8\x88\xa0\x1d\x42\x1b\xee\x0e\xcf\x5f\x91\x67\xe8\x61\x4c\x73\x15\x86\x0e\xbf\xde\x98\xe1\x9a\xbe\x5f\xba\x31\x22\x88\x7f\x9b\x7a\x59\x0c\x64\xa3\x49\xcf\xc8\xd0\xb4\x28\x97\x66\x56\xb1\xf8\xb5\x7f\xf1\x4c\x5f\x93\xd8\x01\x03\x2b\x59\x0f\x72\x33\x1f\xfe\xe1\x2b\xbe\xa9\x7d\x18\x72\x3d\x3b\x1b\x4b\xa2\x73\x10\xd6\xda\xa3\xa9\x73\xb8\xa1\x1f\xe3\xfe\x1b\xa4\xf8\x1c\xea\x7a\x51\x36\x78\x60\xb7\xab\x8d\xc9\xd3\x41\x9c\xba\x3d\xf4\x64\x9a\x5e\xda\xaa\x6c\xdc\xf1\xa2\x2b\xd1\xf5\x98\xc3\xb5\x2e\x3a\x34\x95\x8d\x23\x35\x9c\x63\xaf\x65\xb7\x12\xa7\xa8\xba\x91\x87\x46\x54\x2d\xe7\x5d\xd7\x66\x98\x80\xcb\xff\xcd\xc9\x81\x0e\x93\x3f\x06\xe7\x4b\x6f\xa2\xa9\x85\xcf\x2e\xcb\xb4\xab\xc9\x60\x1b\x4f\x11\x15\x72\x8b\x7f\xf9\x87\xb1\x45\xf4\x46\xc3\x8c\xbb\x26\x3d\x97\x50\xfc\x18\x23\xf9\x6b\x30\xfe\x45\xcc\xa1\xe9\x31\x45\x77\x4f\x02\xf5\x0d\x6d\x11\xec\xb8\xab\xae\xa4\x09\x15\xab\x2b\x69\xe2\xb2\x70\x24\xd7\xc3\xb9\x15\xdd\x1d\x7a\x1e\xe9\x12\xad\x32\x51\xbd\xeb\x3a\x17\x13\x5b\x57\xb3\x89\xa4\xbc\xd1\x45\x77\x4f\x08\x89\x2e\x92\x31\xac\xb0\x73\xf7\x40\x71\x4a\x31\x34\xb4\x85\x93\x22\x75\x09\xab\xeb\xac\xe5\x0c\xe5\x8d\xec\x33\x1d\x4e\xf0\x47\xd6\x4d\x23\x1f\xf8\x43\x17\xc2\x42\xb5\xae\x17\xff\xf2\xcd\xd7\xa9\xec\x87\xee\xaa\x70\xe8\x5b\x75\x3d\xf5\x64\x3c\xdd\x8b\xb3\x41\x6a\x69\x72\x17\xc7\x5a\xcf\x96\x05\xaa\x17\x05\xbe\x44\x7c\xea\x26\xc4\x76\xda\x6f\xbb\x25\xe2\x33\x3b\x1b\xec\x59\xf7\x16\x5c\x2f\xec\xbe\x42\x74\x35\xbf\x3f\x64\x7e\xb4\xfb\x15\xda\xbf\x0b\xcf\xc9\x40\x5a\xc4\xc0\x42\xc6\xda\x75\x90\x17\xcf\xcb\xa1\x1d\x8e\xf7\x7c\x6f\x45\x34\x30\xa6\x79\x70\x0a\xbb\x3f\xf4\x88\x45\xeb\x22\xfb\x38\x2c\xde\x1a\x5d\x07\x3d\x6c\x99\xdb\x14\x61\xb8\x24\xb4\x17\xc2\x58\x30\x57\x45\xb7\x4a\x23\xa3\x7f\x2b\xe2\xd0\xe9\x04\x2c\x2d\xbe\xf6\x18\xce\xf4\xc7\xd0\xb3\x0a\x67\xfa\xd3\x5c\xb2\x0d\xbf\x3f\x25\x7f\x05\x6d\x6a\xbb\x6e\xd1\x07\x42\x28\x44\xe2\x1f\x43\xb7\xa9\x74\x36\x7c\x47\x87\xce\xc6\x29\x5c\x95\x55\xaf\x9c\x8d\x97\xe0\xd0\xa5\xbd\xe1\x3f\x89\x02\xdc\x5c\x01\x22\x16\xb7\xbc\x90\xa9\xff\x98\x06\x36\xe7\xe2\xdd\xaa\x5b\x71\x43\x08\x88\xa2\xda\xc2\x0b\xd5\x95\x06\x5e\xd0\x5e\xde\x98\x7d\x26\xed\x95\x30\x4c\x1e\x96\x88\x6c\x51\x95\xa2\x06\x37\xf2\xa4\x2e\xda\x8c\xf0\xfb\xc5\xf3\xa9\xc3\x5f\x5c\x11\x5d\x70\x51\xba\xe0\x1e\xf1\x32\x99\xae\x36\x24\x82\x7f\x56\x47\x39\x45\xb9\x3e\xdd\x79\x62\xbc\x75\x37\xc2\xed\xe1\xe9\x42\x49\xb3\xeb\x99\xb0\x43\x62\x59\x45\x55\x84\x59\x73\xf2\x69\x52\x30\x7e\x33\x90\x43\x33\xe4\x6e\xc3\x1f\x67\x9c\x7d\xed\x84\xb3\xc7\xfa\x25\xaa\x2a\xf4\x42\xe4\x38\xe6\xe4\x5e\xf8\xce\x55\x2e\xb4\x6c\xc4\x3e\x7f\x0d\xf5\xa6\x2a\x1b\xba\xed\xdd\xb9\x88\xaf\x5f\x84\xa6\xc2\x38\x39\xdd\xaa\xf5\x35\x34\x77\x4d\x59\xde\xcf\xd9\x65\x9f\xe8\x8f\xca\x06\xab\xa3\x89\xc8\xc5\xc2\x78\x0c\xa1\x46\x39\xbe\x37\xcf\xf6\x05\xff\x32\xe9\xc4\xe2\x07\xbf\xdd\x2e\x1b\x94\x80\x70\x77\xd8\x18\xf7\xeb\xf2\x0f\xb5\x08\x5d\xd9\x77\x0c\xc5\x45\xe3\x6a\xeb\xae\x46\xbb\x4b\x1f\x03\xa1\x54\x4d\x50\x18\x15\x8f\x26\xea\x31\x3c\xe4\xf7\x4b\xaf\x92\x50\xfe\xe8\x97\x5e\x08\x2f\x9c\xd3\x58\x30\x16\xaa\x20\x72\x2d\x74\x72\xc1\xa4\xc9\xae\x86\x1b\x3b\xbb\x9e\xe0\x81\x79\x42\x30\x6a\x1b\x42\x68\x2f\xcc\x3e\xfa\xb7\x07\xc1\x50\xb8\x5d\xed\x2b\x64\x4c\xfe\xe5\x27\xfa\xa3\xb9\x0a\x12\xd5\x0c\xd0\xf0\xb2\x5f\x2e\xd7\xb2\x85\x2a\xd4\x75\xf4\x40\xba\x17\xf3\xdc\x65\xfd\xba\x5c\x96\xab\x4c\x58\x46\x6a\x20\x16\xdc\xbc\xb4\xd5\xfc\x71\x9f\x9c\x5e\x37\xa1\x92\xd1\x2f\x6d\x98\xb7\xc8\x14\x21\xd4\xb7\x6e\xab\x5b\x39\x8c\x1f\x9b\x3f\x2e\xf6\x9a\x2b\xda\x61\xb0\x5e\x95\x83\x41\xa7\x5f\xc2\x38\xb3\x20\xe5\xed\xed\x34\x95\x05\x45\xea\xfc\x87\x1a\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xa9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x56\x39\x99\xe7\x13\x0a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdd\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x78\x36\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5d\xc4\x5a\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\xec\x81\xdc\x0a\x42\xed\xa1\x8d\xf2\xd6\xbb\x57\x17\xd2\xdb\x5b\x63\x28\x1b\x08\x74\xba\x2c\xb7\xa0\x88\xfa\xb7\xae\x36\xd1\xff\x61\xb0\xdc\xaf\xdb\x15\x71\xa5\x88\x80\x0b\x83\xe5\x54\x75\x92\xde\xf8\x82\xb7\x6c\xe4\xa3\x97\xae\xce\x20\x6e\xfa\xc7\xd0\xa5\xfe\x11\x47\x44\xc8\x45\x66\xc8\x43\x6f\x7c\xdc\xf4\x17\x4d\x8b\xcc\x90\xbb\x08\xa6\x0f\xb6\xb1\xa3\xfe\x0d\xd1\xe6\x47\x64\x8f\xe8\xc6\xcf\x8c\xcd\x2c\xea\x40\x2e\xfc\xcd\xfe\x0e\x9b\xe5\x74\xb9\xd1\x90\x4a\x0f\x6d\x80\x8f\x6e\x36\x91\x48\x1f\xc9\xa1\xfd\x43\x1e\x7f\xc5\x65\xb9\x68\x75\x23\x7d\x44\xd6\xea\x92\xfe\x48\x3f\x5d\x87\x38\x54\x71\x86\x85\x2a\x1f\x71\x4c\x86\x3f\xe2\xc7\x39\x2b\x47\x1f\xa6\xeb\x9d\xb4\xea\xaf\x90\xa3\x22\xb0\x42\xdd\x26\x5f\xda\x75\xa1\x60\xd3\x2f\xbd\xc5\x3e\x3b\x50\xae\x28\xce\x8f\x98\xa8\xc2\xdd\x1f\x31\x37\xd4\x28\xea\x2e\x35\x89\xe4\x7c\x46\x60\x4b\x21\xf6\x87\xd7\xa9\x76\xce\x43\x70\x96\xa1\x13\x1e\x0a\x2e\xdd\xa4\xf5\x83\x5b\x76\xf3\xa1\x51\x77\xa9\xa9\xb8\xac\x3a\x3f\x94\x7d\xd1\x07\x37\xca\xfa\xeb\x16\x0f\x7d\x97\x6e\x2a\x33\xd4\x5d\xf2\xad\x75\x7a\xe0\xaa\x0e\xe1\x9c\x08\xe7\xdf\x2f\x11\x44\x72\xe9\x3f\x2e\x97\x85\x1b\x20\x74\x15\xe1\xfd\xbb\x65\x37\x0f\xb7\xcb\x70\x3d\xb0\xb7\x85\x5b\x15\xde\x3f\x39\x07\x7a\xd2\x6e\x08\xe5\x97\x7e\x65\x7f\x0c\x34\x2c\xfa\x0d\xdd\x97\x69\x99\xd5\xb3\x34\x63\x6a\x73\xd1\x5b\xcd\xbc\x8e\xb4\xa8\x0a\x69\xa6\x0c\xe1\xda\x07\x0c\x6e\x9e\x70\xe8\xa2\xc8\x0d\xcf\x54\xd4\xfe\x69\xd9\xcd\xe3\x15\x56\x33\x5b\xfe\x23\x5d\x58\x48\x27\xe6\x93\xb8\xfd\xa7\xe2\xac\xac\x4e\x71\x57\x36\xd6\x9f\x85\x21\x8c\xff\x99\x96\x5b\xd9\x1e\x1f\xab\x72\x83\x8a\x5c\x96\x1b\xb1\xb9\x19\xee\x6b\x50\xfc\xbc\x58\x53\x3a\x4c\x3c\xfe\x7e\x65\x75\x81\x43\x0b\xa6\x20\x3a\x7f\x52\x0c\xeb\x93\x0d\x3e\xdd\xe5\x1f\x06\x17\xff\x72\xd1\xb8\xd6\xb2\x7a\x87\xf3\xa6\xe1\xa2\x67\x0d\xbb\x34\x3b\xe6\xb5\xe2\xce\xcb\xea\x1c\x76\x73\xf3\xfb\x51\xbf\xd4\x1c\xec\xa0\x26\x86\x1a\xd1\x13\xa3\x3b\xcb\xf1\xfe\x66\xe1\xa2\x57\xd5\xc4\xa5\x9c\x35\xe8\x1d\x77\x95\xa7\x56\x61\x99\x34\x5d\x5c\xc9\x45\x7d\xf7\x92\x69\x46\x40\xc3\xe2\x55\xce\x0b\x8f\x5f\xd2\xd1\x98\xa1\xb1\xd1\x2f\xce\xf3\x94\x5f\x7b\xa9\x17\xcd\x9b\xeb\x9c\xe3\x3c\x43\x45\x43\xee\x70\xa6\xa3\xfe\x0f\x7f\x43\x31\xb9\xfb\x23\x67\x52\x3d\xba\x51\xd7\xae\xfa\x38\x83\xa4\x2a\xce\xe1\x7c\xaf\x29\x07\xf5\x57\xd5\x1f\x1d\x42\xc8\x8b\x79\xb3\x46\xb5\xfe\x11\x97\xcf\x50\xc5\xe8\xa8\x54\x9d\xdc\x8b\x7a\xdc\x9f\xb8\x2b\xb5\x89\x6f\xad\xf5\xad\x36\xb9\xaf\xdd\x21\xde\x1a\xe2\x02\xce\x1b\x72\x90\xc3\x31\x6f\xa1\xe7\xae\x49\x00\xe7\x8a\x1d\x47\x98\xff\x7e\x69\xd3\xde\x18\xa2\x27\x4f\x02\x06\x26\xe8\x92\x4e\x22\xfb\x9f\x9f\xaa\xbf\xd8\x9b\xa0\x1f\x3a\x89\xed\xdf\x2f\x2f\x99\x78\x8d\x5d\x65\xc5\xc5\xae\x6a\x95\x5d\xe3\x09\xdc\x71\xca\xdc\x28\xf7\x73\x55\x9b\x3b\x70\xd8\xf7\x77\x31\x27\xd5\x2d\x06\xfd\x0e\xd9\x44\x3c\xfe\x7e\x71\xdf\xce\xa4\x4d\x02\xa7\x83\x78\xfc\x27\x4b\xad\x21\x6c\xc9\xc2\xe4\xb3\x8a\xe7\xc6\xb3\x72\x5a\xda\xc2\x0d\x46\x58\xe1\xa4\x30\xd5\x93\x40\xc2\x59\x6c\x90\x19\xd2\x95\x7e\x71\x31\xce\x90\xae\xa4\xae\x33\xdf\xdc\xe6\x54\x96\x97\x6e\x77\x36\x06\x0d\xf2\x23\x8e\xf0\xd9\x8b\x49\xd9\x19\xc1\xaf\x8b\x72\xb1\x46\xcd\xdf\xc2\x5a\xf6\x76\x07\x10\xfc\x77\xb7\xf9\x84\xa6\x91\x72\xda\xd2\x55\xb9\x78\x37\x0d\xe7\x82\xb1\xa7\x89\x6d\x60\x24\x9e\x7f\xb3\x41\x72\x36\x7f\xd3\x55\xa1\x16\xd9\x7a\xcd\x39\xde\xfe\x3a\x28\x84\x02\xae\x5a\xbc\xb0\x36\xbd\x8b\x16\x08\x51\x8a\xb1\x5e\x78\xca\xf5\xb3\x6d\xca\x12\x35\x7d\x7f\xc8\xe4\xf8\x87\x71\x8b\x08\xcf\x36\x51\x09\xd5\x1d\xd8\x3c\x1c\xdd\x01\x22\xba\x75\x17\x8e\xed\xd3\xb5\x3e\xb1\x29\xb3\xf8\x7a\x13\xd1\x4a\x72\x51\x23\x36\x35\x2a\xff\xad\x5e\x2e\x28\x8c\xee\x5f\x62\xf4\x9e\xd4\x7b\xde\x17\xdd\xb9\xd8\xc0\xba\x42\x9a\x2e\x23\x6f\x11\x76\xb0\x0e\x63\x13\x81\x29\xe4\xd5\xb9\x8b\x34\xd1\xd8\xa8\x4e\xd1\xef\x8a\x0c\x2c\xa9\xf2\x94\x89\xea\x18\xfe\x25\xf7\xa3\x16\xbe\xb3\x63\xba\x7f\x89\x15\x16\x57\xff\x0c\x61\x4a\xbf\x34\xb0\x10\xa6\xf4\x4b\x93\xd0\xe5\xfa\x8d\x6b\x77\x76\x1c\xb8\xde\xba\x19\x3a\xbb\xe4\xfb\x31\x0e\xb1\x6b\x65\xcf\x7c\x4b\x8e\xb8\xb6\xd4\x1d\x61\xc8\xa4\xbe\x4f\x6e\xef\xe6\x7a\xa2\x3f\xc3\x1f\xb9\x09\x92\x06\x26\x33\x07\x8f\x53\x68\x30\x69\x64\x28\xff\x48\x88\x4b\x50\xe1\x7e\xb9\x2c\x68\x70\xa8\x0f\x38\x2c\x94\x48\x97\x10\xc3\xfd\x1a\xae\x87\xa9\x16\xf2\xc2\x9c\xb5\x9c\xc3\xf9\x47\x1c\x3e\x70\x01\xa5\x6a\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x44\xbe\xed\x17\x24\x37\x81\x6f\xcf\x47\x67\xd5\x41\xfd\x94\x4d\x0f\x03\x7f\x86\x59\x67\x92\x0e\xe7\x1c\x92\xfa\xb8\x22\x4c\xfb\x24\x60\x9d\x23\xb8\x35\x12\x7d\xce\x21\xb2\x2a\xab\x83\x38\x73\x92\x18\x77\xe2\x00\x56\x9c\x15\x47\xba\x95\x9e\x1c\x91\x6e\x4f\x59\x7f\x3d\x9b\x15\xc3\xa3\x49\xa4\xdb\x34\x74\x5a\xa6\x88\x6a\xed\xce\x09\x5a\x54\x3d\x08\x0d\x6a\x75\x2e\x0e\x0b\x4c\xd4\x39\xd9\x8c\xbc\xdc\x08\x81\x9b\x4c\x26\x4d\xf8\x33\x53\x39\x44\xc3\xba\x65\x27\xcf\xa0\xe1\xa2\xe2\xcf\x08\x7f\xe0\x97\xb5\x26\x61\xb0\x60\xd9\xe7\x26\x02\x6b\xb2\xdf\xa6\x8b\xc6\xfe\x9f\x1a\x15\x97\x2e\x34\x3d\x71\x6c\x15\xad\x79\x4e\x73\xf3\xdd\xd7\x40\x75\x92\x8f\x11\xd5\x56\x4e\x31\xa6\x82\xda\x16\x11\x5f\xf0\xf6\xab\x10\x56\xb0\xf6\xbb\xb4\x4e\xe6\x0c\x06\x5e\x76\xbf\x43\x4a\x7c\x5f\x6e\x81\xdd\xa3\xfb\x04\x83\x4e\xb1\xd5\x67\x18\x70\x76\x89\x28\xe7\xc4\x8c\xba\xf8\x9b\x66\x43\x2d\x86\x96\x91\xe4\x29\xc4\xbe\xcd\x52\x5d\x21\xf4\xad\xa2\xd0\x9f\x5c\xc4\x9c\xa8\xae\x26\xd8\x09\x9e\x7f\x3d\xa3\x74\xc1\x4e\x54\x53\xc4\x12\x26\x10\x6e\x96\x08\x7b\x4e\xdd\x99\x9e\x00\xa1\x39\x6d\x96\x25\x7e\xb1\x50\xe2\x92\x38\x4a\x3b\x62\x89\x5f\x2c\xec\xb0\x50\x6c\x14\x97\x65\x86\x6c\xe1\x16\xcb\x60\x86\x0b\xd7\x3c\x9b\x7f\x19\x0a\xe2\xd3\xd5\x82\x12\x75\x14\x91\x34\x8c\xe1\xdc\xfe\xf5\xd3\x4c\xc1\x2d\xc2\x1d\x68\x4a\x90\x3a\x14\xdd\xf7\xf8\x73\x6d\xba\x5e\x10\x41\x24\xb1\xab\x67\xd8\x85\xde\xc5\x03\x09\x84\x78\x6b\x9b\xc9\x63\xeb\x6c\xfe\x65\x8f\x8f\x4d\xb9\x11\x39\x75\x1c\xa1\x43\x75\x35\x70\x71\xa6\x8b\x86\xf7\x97\xe4\x5a\x5f\xf1\x3a\xd0\xf8\xe1\x1f\x0a\x49\xc8\x99\xab\xf8\xe1\x73\xe1\x53\x38\x69\x1e\xd1\xfb\xbe\x9c\xd3\xac\xaa\x8d\x85\x6f\x5e\xa1\x43\x05\xf7\x15\x3f\x7a\x86\xf0\xa2\xdf\xa2\xcd\x97\x34\x74\x35\x2c\xdd\xc6\x22\x07\xc2\xee\x54\xa1\x9e\x4f\x8e\x57\x87\xd7\x67\x05\x57\x57\xfb\x30\x8c\x49\x15\x7a\x75\x3a\xf0\xaf\xd4\x0e\xe7\x3a\x3b\x58\x01\x11\x27\x61\x80\xfb\xed\x35\x38\x5b\xb6\xe8\xb1\x3f\x97\x36\xe9\xe5\x2c\x3e\x4f\xff\xcc\x49\x99\x0b\x7d\x72\xf7\x15\x53\x44\x69\xc9\x11\x2f\x58\x76\xba\x53\xe1\x82\x6b\xf7\xb7\x12\x5a\x7b\x4d\xb9\x1a\xae\x8d\xa6\x72\x11\x48\x4b\x04\xc7\x96\x4f\xe1\xaa\xdc\x8c\x61\x0c\xe5\xa0\x21\x44\xf2\x85\x09\x6a\xbf\x6f\x37\x88\x93\x1f\x37\x18\xfb\xf3\x76\x13\x9f\xc8\xa9\xf9\xd8\x91\xe2\x50\x12\x39\xf8\x2c\x87\xda\x60\x47\x6a\xad\x36\x91\xd9\x8a\x8b\x0e\x06\x5c\x94\x9d\xbf\x7e\x4a\xd6\xd3\x72\x4f\xcd\xaa\x7a\x1e\x7b\xb0\x25\x7f\x0c\x2c\xf5\xcd\x69\xe2\x5c\x2d\xca\x35\x9e\x01\xef\x49\xb5\x12\x22\x50\xdf\xd7\x1b\x75\x5c\x11\x55\x18\xaf\xa6\xe4\x6f\x6c\x2c\xcf\x79\x5c\x80\x52\x3c\x9b\x5b\xac\x21\x57\x0a\x81\xaa\x9b\x3e\x84\x17\xb9\xea\xf2\xd9\x52\xd5\x13\x71\xb6\xa1\xf9\x74\xd4\xc2\xeb\x6a\xb9\x3c\x92\x78\x15\x48\xd8\x44\x18\x61\xb9\xeb\x9e\x84\x11\x4e\xd6\x93\x27\x8c\x70\xbe\xb5\xb0\x08\x28\xb2\x68\xe0\x97\xe4\x5f\xdd\x59\xe1\x33\x97\x8d\x9d\x9d\x9c\xe3\xed\xaf\x35\x09\xe9\x85\x5c\x64\x4f\x62\x03\xcb\x17\xdb\x24\x34\xb0\x9c\xf2\x4e\x42\x03\x9f\x46\x8a\xb2\x61\x98\x29\x7a\xf4\xa5\xf0\x2d\xce\xc5\x7e\xd1\xbc\x22\xf4\xb8\xb5\xce\x21\xe6\x90\xdf\xc9\x49\xb4\xdf\xee\x1b\x1e\x99\xc7\x90\x82\xd5\x0c\xab\x56\xf9\x01\x9c\x04\xfb\xed\x26\x48\x5e\x53\xb3\xa3\xce\x61\x62\x20\xed\x1d\x62\xff\x7e\x9f\xae\x2f\x11\x78\xc5\xd5\x62\xf0\xa0\x9c\xec\x06\x74\x8f\x84\xf0\x42\x4e\x66\x4e\x2e\x8c\x95\x44\x70\x12\xea\x77\x4a\x83\x66\xbe\xc0\x3c\x5e\x11\x90\x8b\x6e\xce\x97\x08\x24\xed\x49\x09\x1d\xdc\x81\x1d\xc2\xc0\xe9\x6f\x0d\xc3\x05\xcd\xcf\xb9\x10\xe5\x61\x7e\x12\xe8\x57\x8e\x38\x26\x81\x7d\xe5\x7d\x74\xce\x37\x6a\x2e\x52\x83\x9a\x61\x14\x2a\xeb\xdc\x49\xb0\x5e\x39\x06\x3d\xb9\x18\x95\x2a\x7d\xb3\xe6\xc5\xd5\x74\xaa\xf1\x0f\x63\xd1\x8b\x7f\x18\xed\xeb\x2c\xbd\x85\x40\xaa\xeb\x89\xbb\x60\xfa\x87\xa2\x9b\xbb\xb2\x81\x7a\x75\xc5\xbe\x51\x8c\xd0\x61\x7a\x4b\xad\xce\xdf\x2a\xef\x29\x67\x5b\x70\x3e\x54\xeb\x54\xef\xfc\x11\x5e\x82\x28\xbb\x70\x9c\x2a\x93\xb9\x93\x83\xca\xef\xce\x6e\x7e\xea\x6c\xe0\x90\xe2\x5c\x04\xf7\x6e\xf9\xcf\x58\x1b\x49\xc5\xad\x03\x13\x96\xa6\xbd\x68\xff\xbe\x03\xbb\x88\x55\x4a\xb0\xe0\xd3\x01\x17\x65\xd6\x35\x21\x50\x61\xda\x03\x6f\x69\x7f\x0a\xd9\x44\x28\x61\x1b\x9a\x4d\x9c\xb3\x96\xe6\x6f\x60\xc6\xdb\xb5\x06\xda\xf6\x0c\x84\xe8\xde\xa8\xe7\xbd\x84\x0a\xd5\x64\xe8\xf5\x49\xf2\x35\xdf\xd2\x09\xd2\xc6\x7f\xa3\x34\x2c\x14\xf6\x96\x70\xab\xbb\x6c\xac\xbb\xe8\xfb\x90\x67\x58\xdf\x9c\xa8\xc3\x67\x0d\xb4\x24\xf1\xf8\xbc\x45\xb2\xbf\x45\xc1\x77\xff\x12\x3a\x4c\x48\xe3\x83\x5c\x75\xa8\x70\x78\x60\xb5\x59\xc0\xfc\xc8\x70\x79\x2a\x17\x17\x49\xf5\x0f\x63\xf2\x44\x09\x7e\x60\x84\x8f\xef\x0f\x99\x11\xff\xf0\x1d\xaf\x56\xfd\x70\x8a\xce\xd0\x2f\xa7\x0e\x9b\xca\xe2\xd4\x5e\x02\x95\xf9\x11\x23\xd4\x65\x21\xe7\xb4\x9d\x3e\xde\x5d\xfe\x69\x0c\x5b\xb4\x9e\xe4\x15\xb2\x22\x9a\xf2\xbf\x2a\xfd\x34\x05\x2b\x6e\x42\x5d\x1f\xf1\xba\x85\x55\x42\x98\x61\x15\xb9\xf9\x61\x97\xb8\xf7\x6c\x8b\xe6\x1f\x86\x9b\x25\x77\x0f\xe3\x77\xa9\x95\xcd\xb0\x14\xce\x2d\xf9\xa3\x0e\xa3\x3a\xbb\x75\x6c\xf4\x55\xbc\xed\xee\x2c\x5c\x4a\x21\xa4\x8f\xe8\x6c\xcf\xe7\xd6\xd0\xd4\x09\x74\x31\x25\x99\x51\x7c\xe2\x2e\xa3\xb0\x89\x6c\xe3\x16\x31\xf0\xb0\x6a\xc2\x97\x0f\x9a\x16\x43\xa3\x41\xb6\x21\x71\x80\xe2\x13\x77\x99\x08\x39\x3e\xb1\x18\xf7\xc4\x27\xfe\xf2\xc8\x11\x6d\x0c\x29\x74\x4c\x0c\x7b\xa7\x34\xea\x88\x5e\x7c\x7e\xca\x84\xca\xb2\x57\x12\x8a\x89\x65\xef\xf0\x95\xfb\x88\x27\xa5\xfe\xea\xfe\x49\x2e\xab\x0e\x77\x65\x21\x5f\x92\xb3\xdc\x87\xe2\x22\x3c\x13\x96\xc7\x74\x36\xb6\x87\x8e\xd3\xa3\x1b\xc8\xf3\x22\x8a\x45\x6c\x83\x47\x3c\x05\x6d\x08\x24\x23\x43\x72\x66\x07\x37\x1e\x9e\xc5\xe0\x2f\x99\xa3\x1c\x36\xbb\x39\x0d\x7f\x63\xdb\x89\x5d\x22\xe9\x87\x64\xb5\x84\x2f\xfe\xf2\x47\x1f\xf4\x78\xb2\xbf\x41\x9d\x0f\x7f\x8c\xc3\xa7\xfd\xf1\x40\x0c\x6b\xa3\x29\x78\xb1\x99\xf5\x48\x42\xa4\x68\x48\xb8\xe2\x1b\x37\x66\x93\x68\xc5\x19\x0f\x68\x27\x17\x81\x83\xc0\x9c\x0e\x5d\xcc\xb2\x2c\xa4\x20\x63\x7e\x3f\x72\x25\x14\xe5\x5a\x68\x85\xbb\x1a\x30\x27\xef\xaa\x85\x88\xe4\x6f\xc4\xcb\x9c\x8a\x63\x5c\xd3\x70\x9b\xb1\x44\xc3\x4d\x42\x54\x66\x77\x5d\x4b\xe4\x46\x83\x86\x61\x8b\x11\xc8\x38\x8b\x13\x46\x1c\xe3\x1b\x87\xbf\x93\x38\xc6\xb9\x78\x20\x98\x53\x56\x7f\xd3\x28\x9d\x05\x19\x81\x17\x16\x36\xbc\x78\xa7\x9c\x84\x31\xce\x52\x2c\x74\x14\x63\x09\x2f\x88\x62\x7c\xeb\xb5\x44\xd4\xe2\xf3\xd1\xfd\x51\xd7\x07\x59\xf4\xc2\x64\xf2\x43\xd8\xe2\x7e\x0f\x55\xa4\x1b\x6b\x68\x60\xdc\x58\x9e\x5a\x94\x84\x66\x76\x45\x5c\x11\xdf\x9f\xc2\xb9\x77\x0f\x17\x1e\x77\xdd\x4a\xa8\xca\x5e\xea\x91\x5e\x65\x9e\x30\xc9\x82\xba\x46\x1a\x94\x93\xe4\xf7\x0b\x69\x4f\xf2\xbe\x40\x9b\x50\x1c\xff\x15\xb6\xbb\x66\xcd\xad\x90\xf6\x98\x73\x48\x84\xe3\xbb\x88\x9b\x4a\x4c\xe3\x4c\xb4\xa0\x49\x4c\xe3\x2c\x8c\xb1\x42\xf6\xe3\xb7\xe7\xba\x70\xc9\x99\x40\x61\x44\x2d\x4e\x0a\x0f\x3b\x89\x53\x6c\x4a\x7f\xdd\x22\x96\x38\x36\x84\x2d\x4e\xf2\x64\x3b\x09\x5b\xec\xbb\x46\x51\x8b\x65\xf5\xba\x6e\x76\x90\xf6\x93\xdc\x4f\xcb\x7c\x7d\xc9\xdf\xb4\x56\x17\x69\x8f\xb8\x13\x8a\x4b\xdc\xef\x6f\x36\xd4\x31\xa6\xeb\x09\xb6\x53\xf7\x37\x50\xd2\xb7\xe8\xb9\xb6\xa5\x60\x47\x58\xe2\x2c\xa2\x9c\xc8\xc3\x45\xea\x2a\xeb\x46\x47\x67\x3a\xc7\xbe\x2c\xea\x1c\xa4\x4a\xd6\x0c\xc8\xfb\xaa\x66\xfd\x86\x1a\xd1\xfe\xb9\x31\xe7\x4e\x5a\xcb\x70\x27\xfd\xbb\xe7\xbc\xb0\x41\x90\x04\xaf\xcd\x38\xa7\x9f\xc4\xae\xed\xb2\xb0\x24\x74\xed\xe9\x80\x3f\x72\x34\xa1\x49\x09\x65\x9b\xcc\x58\x59\x61\x1a\xd9\x65\x6f\xb9\x64\x1a\x29\xe9\x00\xa1\x6d\xbb\xac\x1d\x1d\xda\x56\x4a\x9a\x2b\x81\xd7\x34\x6a\x62\xdb\x0e\x31\xbf\x57\x92\x88\xe6\x5b\x2f\xb8\xe3\x5b\x13\xe2\x42\xfd\x36\xc3\x50\x92\xb9\xc0\x0a\xf3\xc7\x2e\x93\xbb\x95\x21\xbe\xe1\x33\x2c\x79\x14\x96\x9e\x34\xe1\x6d\xbb\x8c\xd4\x56\xd6\xf6\x2a\x2e\xab\x3e\x38\xcb\xb4\x54\xd7\xcb\xb1\xd7\x79\x0c\x13\xc6\x4c\xec\xed\x49\x50\xda\xf6\xad\x37\xde\xc4\x55\x93\x42\xdc\xd9\x3c\xdc\x5b\xdd\x37\x55\x65\x83\x3c\x91\x6a\xd9\xca\x7a\x1e\x55\x67\x83\xb1\x98\x3d\x34\xb1\x6d\x74\x20\xf3\x92\xfd\x60\x55\x76\xc6\xd8\xfc\x53\xc8\xd8\xea\x4e\xec\xf8\xe8\xdc\xfb\xd7\x4f\x49\x7f\xc3\xd2\x7e\xe5\xb3\xfc\x35\x67\x77\x3e\x6c\x99\x85\xb5\xb1\x7d\x94\xe5\x0a\x81\x70\x4f\x8b\x4d\xd9\x12\xc1\x8b\x5d\x54\x5d\x77\x59\xd8\x1f\xea\x6b\xf0\x16\xa5\x51\xa2\xf8\xb6\x55\xb7\x51\x91\x34\x5f\x5b\xbe\x68\xad\xfd\x31\xcc\x2b\x6f\x7f\x83\x80\x10\xf2\x28\x48\x50\xc4\x24\x5d\xe1\xb2\xb7\xcb\xb4\x8e\x70\xb7\x59\xcc\x66\xc2\xdd\xde\xbe\x37\xb0\x89\x14\x8d\xb5\x8a\x6c\x94\x84\x58\xc2\x42\xb2\x4b\xf0\x41\xb8\xdb\x3b\x7f\xbf\x95\xf8\xa6\x06\x65\xbf\xf4\xad\x67\xc4\xc7\xa1\x1c\x48\x59\x67\x23\x8c\x1c\x7b\xe2\x51\xb8\x4a\x5c\x1a\xb2\x63\x5b\x45\x62\x04\x6d\xe1\x12\x97\x86\x4c\x92\x08\x8d\x9b\x6c\x6d\x45\x68\xdc\xd1\xb5\x0f\x0b\x16\x0c\xd5\xdf\x78\x48\xb8\xb3\xc1\x8a\x4e\xb7\x66\x32\x14\xb7\xbc\x94\x45\xa4\x4c\x53\xef\x50\xc6\x1a\x1e\xc9\xd6\xc0\xd4\x05\x94\xcc\xc5\x36\x57\x74\xdb\x9a\xb5\xd5\xaa\x9e\xcd\x10\x93\x84\xb7\xed\x32\x49\x21\x82\x6d\x17\xc7\x9b\x00\xb6\xa7\xa8\x2b\x62\x39\xa7\x2b\x82\x1d\xf0\xcd\xc6\x72\x6a\xe9\xc3\xde\xb1\x8b\x2c\x22\xd6\x6d\x97\x61\x02\xb1\x6e\x4f\x87\x8a\xb2\x10\xd8\xc2\xfe\x35\xd4\x38\xc4\x44\x5d\x55\x62\x06\xe1\xd0\x3a\xe9\x5f\x53\x2e\xce\x9b\x1b\x99\x78\x2b\x99\xfe\xa8\x59\xf0\x2f\x35\xd9\xea\x03\x26\xae\xf9\x72\x96\x1b\xfa\xfb\xf5\xe1\xab\xaa\x22\x60\xb9\x5e\x71\x0a\x6b\x9a\x61\x7c\xac\xf0\x0d\x9c\xae\x6f\x4e\xcd\x34\x65\x21\x7c\x85\x36\xc3\x0e\x4e\x31\x21\x26\x61\x4e\xcf\x47\xe6\xbe\x09\xd5\x88\x50\x09\x71\x6d\x17\x73\x8e\xb8\xa6\xe7\xa3\xea\x45\x5e\x96\x9d\x3b\xb7\x7b\x16\x1d\xd5\x50\x25\x16\x63\x77\x21\x82\xad\xf2\xd3\x40\xf4\xd2\x94\xc4\xbd\x25\x7c\x69\x92\x4d\x16\xe1\x4b\xb3\x58\xcb\x4b\x5e\x84\xc5\xa0\x25\x22\x69\x97\x2a\x2f\x01\x49\x4f\x87\x5c\xf6\x21\x4b\x45\x3d\x28\xdf\x2c\xba\xa0\x0f\x8d\xcc\xd9\xb3\x7b\xf5\x82\x5a\x98\xaf\x89\xad\xb6\x10\xc1\x4a\x7d\x78\x21\x73\x95\xee\xee\x42\xe4\x5a\xb3\x70\x44\xc7\x8f\x8c\xb6\x5f\x98\x9a\x75\xe9\x77\x2a\x08\xaa\x54\x70\x57\x47\xa3\x4b\x26\xca\x8a\x89\x3a\xf4\xde\x50\x4c\xd4\xac\xb3\xd4\xc1\x0a\x9a\x59\xb9\xfd\xd5\x8b\x82\x10\xa8\x49\x51\x32\x4f\x36\x36\xb9\x10\x63\x87\x0c\x9d\xd7\xdf\x20\xc5\x43\xe6\xda\xa5\xf7\xbb\xba\x5e\xcf\xc3\xfd\x7b\xe2\xa3\x1a\x91\xbc\x5f\x3b\x0a\x19\xab\xf4\xb0\x08\xad\x7a\xda\x54\x45\xba\xfd\x75\x1f\x45\x08\xd4\x2e\xed\x3e\x42\xa0\x9e\x8f\x2e\x1b\x9d\x17\xc6\xef\x08\x22\x65\x2d\x44\x40\xd4\x54\x34\xce\x30\x28\xeb\xd2\xdf\x23\x00\xea\x59\x86\x5b\x59\x24\xd6\xda\xe2\x03\xf2\x51\xec\xb4\x35\x40\x28\x30\x8f\x14\x10\xb5\x98\xba\x1d\x58\x21\x99\x1e\x19\x68\xf0\x89\xd7\x45\x84\xd4\x33\x70\x7f\xfd\xc4\xbd\xec\x7a\x63\x8e\x44\xac\x0c\x24\x95\xb2\xbb\x70\x88\x54\xd3\x18\x11\x22\xd5\xba\x3a\x0a\x91\x6a\x3c\x80\xcf\xe0\x9a\x85\xbd\x47\x30\x59\xa5\xc7\xb6\x86\x78\xf2\xc2\xe5\x92\x2d\x8b\xa1\x46\xfc\xd2\x7b\xf8\x1e\x92\x70\x59\x6c\xaa\x65\xdb\x35\x9d\x42\x64\xcd\x35\xbb\x13\x28\x7e\x67\x0f\x35\x54\x84\xa4\x97\xb7\x06\xa4\x81\x88\xa0\xf0\x28\x9c\x7d\x4d\x0e\x5d\x04\xda\xad\xf2\x28\x2c\xf3\x22\xc2\x92\x9e\xac\xfa\xbf\x35\x38\x7f\x3d\xaf\x07\x71\xe2\x97\xec\xde\xf2\xb7\x6c\xdc\x37\x70\xa6\x08\x36\xda\xa5\x95\x44\xac\xd1\x74\x49\x6f\x7f\x21\x6b\xf6\xe5\x3c\x21\x00\x60\x54\xad\xa9\x87\xec\xf4\xc7\x58\x7e\xd1\x1c\x93\x0b\x44\xdc\xa7\x85\x11\x5a\xcd\xdf\x2c\xcb\x9f\x5c\x98\x1d\x39\xdd\x87\x38\x31\xa2\x1d\xb0\x49\x93\x01\xb1\x22\x8f\x5e\x12\xb5\x11\x7a\xb4\x13\xe6\x68\x2a\xd6\x68\x92\xad\x0c\xc1\x46\xbb\xd4\x5e\x08\x36\x7a\xd7\xac\x0b\x2f\x4c\xd4\xba\x9f\x50\x8a\x35\xea\xbb\x27\x8c\xd2\xee\xae\x17\xd5\xe4\xec\xc3\x39\x21\xd4\xe8\x69\xc4\x1f\x63\x77\x0a\xc3\x4d\x8e\xac\x56\x77\x42\x2e\x34\x95\x04\xcb\x37\x75\x0e\x8a\x51\x34\x6c\x48\xaa\xbb\x0f\xcb\x64\x57\xc0\xd6\x21\xe2\x63\x92\x86\x12\x51\x1c\x4f\xf3\x45\x59\x30\x51\x72\xd9\x98\x3a\x61\xd1\xc5\xf3\x41\x4c\x1e\xc2\x38\x9e\x41\x2a\x1b\x8f\x51\x49\xb3\x08\xe3\x78\xca\xea\xa7\x5b\x53\xe9\xaf\x50\xeb\xd3\x59\xee\x24\xf5\x01\x1e\x9b\xf7\x8c\xe2\x38\x8a\x17\x43\x1c\xc7\x4e\xfc\xaf\x49\xe4\xc6\x94\xcc\xfd\xc0\xff\xac\xe4\x59\x6b\x9b\xc3\x36\x94\x15\xba\x99\xca\xe2\xf3\xa0\x2a\xd7\x68\x34\x29\x3b\xa8\xf7\x56\xf6\x83\xca\xad\x2b\x8e\x45\x12\x1d\x44\x08\xc6\x29\xa3\x09\x42\x30\xf6\xd4\xd3\x9f\x71\x39\x12\xc0\x29\xf3\x93\xb5\xa1\x32\x65\x1b\x42\xb8\xc6\xfb\xfb\xc2\xd9\xf0\xd4\xcc\x02\xc1\xda\x49\x3a\xab\x0b\x63\xa7\xfe\xfd\x25\x53\x96\xdd\xa3\x57\x7c\x54\xd1\xa5\xee\x3a\xcb\xca\x68\xf2\x31\x6f\x9a\xb2\x48\x21\x10\x63\x17\xe7\x96\x40\x8c\xa7\xac\x9a\x59\x5a\x28\xcd\x2f\xea\x11\xd3\xbf\x8c\x4d\xa7\xeb\x4f\x06\x4d\x7e\x0a\x13\xa6\xb1\xe8\x1a\xdd\x10\xac\xba\xc3\x42\x42\xd8\x93\xbf\xc5\x33\x54\xfc\x3e\xe2\x32\x76\x31\x0e\x09\xcb\x78\x2a\x55\xef\x40\x52\xba\xa4\xe4\xe8\x36\x27\x97\x65\x9f\x17\x57\x4b\xef\xd4\x1d\x34\x5a\xfd\x6a\x56\x28\x46\xbf\x9a\x65\xd2\xe4\x87\xf1\xcb\x28\xad\x28\x9b\x58\x25\x17\xce\x34\xeb\xaf\x31\x7f\xba\xa6\xf0\x6e\xfb\x7d\xba\xe1\xdd\xf6\xf2\x7a\x13\x7f\xf1\xf2\xc2\xbc\xb8\xc4\x64\x43\x43\x50\xc5\x7b\xca\x30\x66\xbd\xb4\x75\x74\x95\xbe\x50\x60\x90\x51\xc8\x7a\x41\x8a\xe8\x16\x7b\x4d\xb5\xe3\x9a\x02\x39\x0c\xe7\xd8\x2b\xba\x67\x09\xa5\x38\x65\x72\xa1\x50\x8a\x97\x1f\xef\x2f\xb0\x93\xee\xad\x17\x16\xb4\x59\xc8\xe2\x05\x42\x12\xd6\x7d\x29\xa6\x88\xc8\x0d\xfc\xcf\x4e\x99\x93\x10\x30\xf1\xd4\xab\x1e\xe2\xbd\xce\x57\x55\xc8\x00\x6b\xd6\x4e\x0f\x11\x60\xf7\xc3\xf9\x85\x27\x8e\xef\x3c\xa0\x32\xe5\x77\x3f\x7e\x62\xa5\x74\x4a\xfc\xc4\xbb\xb9\x4d\x04\x2c\xb2\xce\x21\x7e\xe2\x2d\x95\x02\xc5\x4f\x94\x4a\xdc\x0a\x19\x60\x97\xdd\xf0\x42\x06\x28\x5f\x6a\x44\x4f\xcc\x32\xf1\x53\xb4\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\x48\xf6\xba\x5f\x0a\xd8\x15\x75\x21\x48\x49\xf6\xbc\x9e\x21\xbc\xeb\x26\xc4\x91\xd6\x49\x39\x94\x28\x87\xa7\x0d\x67\x85\xaa\x54\x2d\xea\xc6\x7e\xc9\x23\x67\x9b\x97\xae\xee\xb7\x4e\xbb\xee\x51\x02\x1d\x7e\x5f\xbd\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x2a\x42\x1f\xcf\x22\x0d\x49\x58\x96\x04\x66\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x04\x2c\x52\x30\x22\x62\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\x0a\x76\x79\x17\x7d\x58\x26\x6d\x05\xa4\x60\xdf\x67\xf9\x07\x71\xbd\x74\x8a\x56\xc8\xc1\xce\x4f\xab\xb2\xec\x1b\x5d\xa6\x92\x8b\x49\xfb\x85\x28\x85\xf7\xf7\xd9\xfe\x11\x7d\xd1\xfe\xac\x27\xee\xa8\x85\x92\xa7\x13\xb5\xf0\x96\x30\x8e\xa8\x85\x8a\x97\x36\x15\xb4\xf0\x92\x61\xcc\xfa\xb0\x1f\xb4\x93\xc2\x76\x28\xd7\xee\xa2\x6c\x48\xe7\xc0\xd9\xba\x97\x3f\x7a\x5b\xe8\xea\xc5\x31\xef\xe5\x3d\xf8\xd1\x86\xf0\x2c\xc1\x8b\x96\x4d\xc8\xfa\x88\x9c\xcc\xfe\x1a\x1b\xcd\x3d\x5a\x9a\x15\x35\x1b\x08\xbe\x17\x17\x0d\x5d\x27\x5d\x82\x92\xa9\xc9\xd8\x65\x85\x4c\x2d\x7d\x87\x4d\x50\x72\xbd\xb0\xf0\xb7\x7b\x79\x0f\x86\xc3\x5d\x85\x94\x3b\x39\xf0\x5a\x72\xd9\xd8\x39\x1e\x8a\x0e\x7b\x77\xd9\x41\x59\x57\x74\x48\x20\x13\x64\x61\x49\xa4\x78\x73\x27\xc7\x41\x74\x6f\x89\x75\x29\xa5\xf2\x85\x64\xee\xf2\x31\x08\x9f\xbb\xdd\xe4\xad\x6c\x90\xa4\x6d\xb3\x90\xcc\xe5\xe4\x9c\xa6\x2f\x29\xcb\x89\x51\x1f\x10\xcd\xf9\xc0\x84\x64\xae\xe7\x6f\x23\x5a\x16\x57\x14\xa8\x41\xa4\xa6\x44\x6f\x66\x9f\x84\x74\xad\xfb\x34\x3d\xc1\x44\x90\xa4\x70\x3d\x53\x3d\xc8\xca\x32\x27\xee\x6d\x20\x07\x73\x19\x1f\x22\x37\x5f\xee\x6d\xf0\x2a\x8a\xe9\x98\x90\x9e\x75\x9f\xbc\xb0\x2b\xea\x59\xb4\x5e\xb8\xd8\xed\xc6\xf4\x18\x19\x65\xad\xd1\x83\x42\x9a\xd9\x58\x8f\x77\x94\xda\xc4\x03\x42\xf1\x2f\x09\x88\xec\xde\x22\x09\x31\x43\x04\x3f\xba\xf3\xfa\x66\x1f\xb2\xaa\x29\x08\xcc\xef\x40\x83\x30\xf8\x4e\x3c\x77\x84\x47\x8d\x6d\xaa\x05\x66\x18\x2f\x49\xbf\x63\x3d\x5b\xfd\xd3\xc8\x36\x77\xf2\xed\xaf\x6c\xf9\xee\x2c\x0f\x0d\x6d\x5d\x59\x2b\x99\x85\xfa\x68\xdf\xb0\x19\x76\x38\xd6\x1d\x72\xe8\xb2\x2f\x6e\x14\xe9\xf9\xec\x8b\x4b\x84\x4e\xec\x8b\x5d\x04\xe5\xb2\x43\x12\xd7\x33\x07\x6b\x87\xad\x52\x57\xff\xf6\xc5\xae\x29\xae\x45\x13\xe6\x1f\xbe\xa2\xe8\x50\x2e\x7c\xdd\x75\x17\x05\x75\xc2\x1e\xd9\x21\x79\x2b\xba\xe0\xf6\x85\x14\x45\x1c\xa3\x1d\xa2\xb7\x9e\x8b\xc6\x01\xb2\x61\xcc\x1b\x03\x28\x2d\xd1\x0e\x03\xa8\xae\xc5\xdd\x97\xc8\x0e\x77\x27\x5e\x36\x72\x47\xb6\x11\xae\x5d\xb2\x28\xdb\x97\x36\x9f\x67\x40\x4f\xe2\xae\x61\xb2\xf9\x8a\x46\xb2\xc0\x02\x45\xcd\x60\x16\x23\x06\xe7\x46\xd6\x96\x8b\xfa\x17\x64\x47\x2e\xae\x07\xb2\xa3\xfb\x23\x8b\xed\xa9\xc5\xa0\x66\xfe\xd9\x9d\xf8\x29\x0b\x75\xeb\xd1\x60\x49\xfb\x9d\xa3\xa0\x60\xeb\xed\x8f\x9f\xe8\x83\xfb\x17\x86\x1d\x97\xba\xc0\xb6\x2d\x9a\x22\xd4\x9b\x2e\x77\x9e\x7d\x5b\x55\xa9\x68\x9b\xa4\x7a\xf4\x08\xf7\xda\xe3\x7c\xe6\xf2\x1c\x21\xb5\x1b\xea\x41\x28\x9a\x08\x8d\x6f\x2c\xb6\x92\xfb\x2a\xf2\xb6\xbb\x0b\xd1\x59\x5e\xe8\xc4\x9e\x3d\x8d\x38\x0b\x5b\x00\xf2\x7b\x23\xd2\xbb\x84\xd6\x15\x9a\x76\xca\x04\x89\xd0\xb4\x3d\x43\xdd\x10\x9a\xb6\xe7\xea\x5f\x86\x41\x59\x72\xb5\xac\x36\xcf\x81\x1d\x16\x5b\x59\xbe\x4c\x14\x42\xb6\x7a\xfa\x10\xe9\xcd\xab\xaa\x4d\x0c\x63\x65\xf5\x49\x0c\xd9\xa2\x77\x1a\x21\x64\x4f\x59\x7f\x8c\x59\xa8\xae\x08\x62\x0c\xfc\xbb\x6f\x91\xb6\xee\xa0\xf6\x23\xef\xf0\x7d\x6b\x3f\x0e\x57\x0c\xee\xa9\x1a\x69\x30\xf5\xb3\xbb\xb4\x78\x02\x24\x55\xbc\xd4\x7f\x7f\x15\x3e\xf4\x57\xa6\x45\x3d\x14\x4d\x95\xd4\x2a\x5e\x9f\xbc\x7b\x6f\xdd\x7e\x4d\x35\xc1\x9d\x97\xa8\x7f\x87\x83\xdb\x9e\x3d\x1c\xe1\xb1\xe2\x6c\xe0\x10\x8f\x46\x81\xe7\x9b\x3f\x42\xc0\xf0\x70\xda\x21\x8b\xca\xba\x23\x08\x19\x79\xca\x0e\x65\xe9\xef\x54\x2e\x42\xa1\x5e\xfe\x61\x1c\x70\xa8\x24\x02\x48\xf6\x0c\xe5\x46\x88\xc8\x2e\x6b\x7c\x62\x42\x9e\x4a\x55\x4d\xe8\xbc\xcb\x56\x97\x08\x91\x99\xb8\x71\x27\x17\x4a\xee\xc5\xd5\x70\xc7\x0f\xb5\x21\x7c\xac\x6d\x5e\xc4\x41\xd4\x19\x40\x84\x94\x9b\x3f\xc6\xfc\x68\xb6\x42\x84\x94\x25\x47\x20\xe6\x63\xcf\x90\x7b\xc4\x7c\xec\xf2\x73\xa3\x20\x8f\x53\x96\x47\x8a\xeb\x98\xfd\x43\x64\x46\x32\x18\x22\x58\x63\xcf\x42\xaa\x05\x6c\xd8\x55\xab\xbc\x0d\x39\x07\xc9\x31\xd4\x9d\x78\x3a\xc9\xad\xdd\x2e\xdc\xa7\x6e\x71\xd1\x71\x0d\x0a\x0e\x3d\x4f\xae\x5d\x82\x95\x23\x67\xdd\x5b\x82\x9f\xef\xef\x5e\xd1\x53\xd7\x09\xc2\x1f\x2a\x2a\x32\x8b\xfb\x7c\x17\x2d\x48\x57\x23\x7a\x0f\x4f\xd5\xb4\xb1\xcc\xf2\x4f\xe9\xfa\x54\xc5\x1b\x82\x32\xbb\x6c\xe0\x8f\xee\xb2\x8c\x8b\x51\x86\x88\xa8\x67\x5d\x2b\xd5\xab\x35\x95\x05\x8d\x43\x1d\xed\xca\x8d\xa8\x89\xad\x22\xd7\xa7\xb3\x31\x25\xea\x6d\x15\x99\x55\xfd\xcb\x58\xcc\xfe\x67\x99\xe7\xae\x58\xfa\xcb\xf2\x69\x23\x22\x92\xf3\xa3\x5d\xa1\xb8\x75\x2a\x2a\x9c\x7f\xc9\x8f\x76\x48\x81\x7a\xd6\xc6\x43\xea\x23\xf7\x31\xbb\x0a\x3b\x08\x9d\x85\x94\x27\xc9\xf0\x71\x87\x9b\xcb\xdc\xbf\xdf\x98\x77\xe1\x95\x2a\x5c\x51\xfd\x35\xe6\xe0\xfb\x51\x73\xa0\x36\x51\xab\x36\x7e\xad\xc4\xa6\xf6\xb1\x8d\x48\x9c\x0a\x4a\x3b\x89\xc4\x99\x9b\x87\x19\x3c\x14\xc9\x32\x89\xbc\xa9\x58\xcb\x27\x17\x3b\x58\xdb\xb2\x8a\x54\xf2\x30\xb9\x46\xb4\xf0\x78\xab\xbc\x44\x2f\xee\x8a\xab\x41\xdf\x1c\x15\xed\x0f\x63\xdb\xa6\x9b\x03\x76\xa0\xc2\x6d\x4e\x19\x45\x6d\xb9\xab\x14\x4b\x7e\x63\x51\x99\xbf\x1f\x99\x6a\x7f\xe3\xf1\xa5\x03\xa8\xe8\x9b\xc6\xbd\x4d\x37\xc9\xf4\x4f\x83\x09\xa9\x9b\x24\xfc\x4c\xa6\x2c\x76\xee\x6e\xe2\xa0\xe9\x12\x6a\xa8\x25\x5e\x70\x3e\x76\xe3\xb2\xd0\x86\x93\x71\xe4\xa5\x39\x6b\x2c\xcc\xd4\x2f\x83\xbb\x9a\xa7\x46\x2a\x07\xd3\x97\xb3\x81\x14\x5d\x2b\x46\x8d\x92\x58\xee\x26\x57\xe7\x97\xb3\xb1\x30\xc2\x8a\x16\xb0\xe9\x6e\x68\xac\x8c\x56\x1f\x89\xda\xf5\x2d\xca\x55\xe0\xde\x82\xed\xa7\x3f\x32\x30\xf7\x36\x16\x51\x9e\x4f\x08\xcb\xd9\xb3\xe7\x6b\xab\x7b\x6e\x92\x4b\xd0\x23\x43\xe9\x54\xc6\x60\x44\xe9\x3c\x85\x8b\xb2\x71\x5c\xb4\x84\xe1\x4b\xb2\xfb\x66\xe8\xe2\x7b\x55\x7f\x64\xfa\x9a\x72\x2d\x8a\xba\x56\x1d\xe6\xa1\xac\x3a\x5f\x95\xd5\xe4\xba\xa2\x27\x7e\xca\xb0\x43\x1c\xd7\x8b\x26\xb3\x8b\x05\xaf\xab\x2a\xdc\x42\x76\x79\x2b\x24\xec\x66\x2f\x5a\x23\xcc\x18\xe7\xe5\x0e\x4d\x56\x85\x47\x27\x91\x36\xef\xea\x9b\x4c\x96\x8a\x97\x07\x2a\x9e\x89\x66\x90\xe8\x9a\x97\x9e\x30\x3b\xcc\x11\x7b\x71\x77\x97\xe4\xca\x2e\x0b\xe7\x4d\xe4\x72\xd7\x73\x47\x77\x64\x0f\xee\x7a\xb9\x5c\x56\x7d\xf2\x47\x06\xae\xb1\x11\x44\x44\xfc\xa0\xdd\xd1\x8a\xef\xfe\x98\x69\x45\xd3\x82\x46\xa2\x6f\x37\x44\x79\xe5\xd2\xc8\xe3\x3e\x1d\x5e\xe0\xb8\x05\xa4\xcf\x4e\x98\xce\x5e\x3c\x29\x5b\xfd\x61\x9c\xc8\xee\xa6\x8c\xd8\x36\xce\x20\x2d\x64\x26\x4c\xe7\xf9\x7a\x29\xfb\x26\x9b\x94\x55\x55\x4c\xc3\xc0\x26\xdf\x97\xf1\x40\x28\x7e\xfd\x0d\x17\x87\x7b\xc0\xe7\x86\x3f\xb1\x07\x14\x9d\x8c\xc1\xb6\x0c\x3a\x4d\x9e\x84\xd0\xad\x17\xf5\x3f\x0c\xeb\x7a\x51\x17\xc2\x78\xee\x96\xac\x9d\xc0\x88\x5d\x71\x04\x88\x8b\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xe8\x91\x53\x9f\x3d\x35\x65\x2e\xaa\xe0\x15\x91\xc3\xed\xde\x94\x19\x19\x21\x14\xbb\x74\x31\x09\x9a\x78\x3e\x3a\xdb\x99\x83\xa9\x6c\xac\x19\x1c\x08\x82\x1f\xf6\x22\x2c\x16\xbe\xf4\x7a\xd1\x2d\x15\xae\xf4\x8a\x29\x44\xac\xda\x8a\x30\xe7\xd2\xc4\x7e\xb3\xd8\x62\xb9\x9a\xc1\x47\x67\x35\x4a\x37\x19\xe3\xd2\xc1\x5f\x62\x21\x89\x00\x08\xdb\xb5\x22\x79\xc7\x96\x79\x9a\x89\xb0\x30\x4f\xeb\x25\x39\x77\x68\xbb\xac\x6b\x69\xa1\xc4\x62\x0a\x2d\xec\xd1\x7a\x49\xce\x05\xd6\xd2\xc9\x59\xe8\xc3\x99\xee\x41\x10\x55\xb4\xdb\x96\x8e\x8a\xbb\x87\x4d\x91\x2f\xe7\x25\xc2\x47\x04\x65\x58\xab\x9d\xc2\xea\x51\x70\x94\xe4\x3f\x83\xd0\x87\x5d\x7e\x61\xf6\xe2\xa8\x24\xe7\xe2\xf0\x16\xe7\x22\x4a\xc8\xe5\x36\x76\x70\x6b\xd5\x9f\xb3\x27\x4a\xff\x36\xc8\xe6\xbf\x9d\x0d\xad\xab\xee\xe6\x23\xd4\xbe\xae\x50\x44\x52\x59\x42\x8a\xbd\xf1\x8f\xf6\xcd\x69\xf9\x9a\xb2\x5a\xb0\xae\xec\x26\x3b\x94\x7d\x85\x71\xc5\xad\x5c\x84\x9f\xd3\xad\x18\x12\x29\x45\x6b\x9f\xc4\x36\x4c\x7e\x5d\x45\x6c\xc3\x5e\xb2\x73\xdc\x9f\x1a\x57\xc8\x98\x6a\x2b\xfe\x38\x43\x43\xcb\x39\x38\x4b\xea\xeb\xa4\x79\x75\x95\xdd\x23\xb6\xc4\xe6\x1c\x66\x37\xff\x30\x3b\xea\x5b\x3c\xac\x8a\x18\x08\x08\xa3\x2e\x39\x1e\xd9\x9b\xbd\xa4\x79\xdd\x7a\xcb\x8b\x4c\x0e\x13\xb4\x5e\xbe\x45\x21\x46\x9a\x2b\x0a\xec\xe9\x09\xf0\x8e\x70\x36\xe2\xdf\x98\xac\x09\x33\xb3\xf3\x55\x43\x89\x0d\x52\xbe\x39\x66\x24\x3b\xcb\x22\x08\xa1\x63\x77\x56\x74\xe5\xec\xad\xa1\x51\xf6\x25\x8c\x29\x94\x23\xdb\x32\xd9\x02\x6e\x0b\x7f\x8a\xbf\x7e\xc2\x8b\x71\x52\x0e\xc6\x92\x66\x1e\xd9\x4f\xf5\x73\x21\x0c\xc1\x4e\x27\xfc\x15\x2a\x5b\x4f\x8b\x30\x0c\xbb\xe5\x32\x87\xd8\x87\xa7\x26\xb5\x0a\x82\xd0\xf6\x7b\x09\x41\x64\x7f\x64\x82\x45\x91\xbf\xd0\x89\xf5\xeb\x06\xbb\xb1\x7c\x7d\x2b\x86\x36\x2c\xce\x3e\x7c\xfd\x1b\x48\x1c\xf7\x78\xd2\xcd\xd9\x2f\xcc\x82\x44\x45\x86\x7b\xbc\x53\xed\x50\x96\xc7\xbf\x5e\x10\x21\x36\xea\x45\x7b\x37\xdc\xd3\x9d\x0e\xea\xa7\x9b\xa1\x8a\x5c\x7e\xe9\x7d\xac\x83\xf7\x92\x60\x41\x0f\x15\xc5\x17\x94\x0d\x27\xf1\x05\x73\xf9\x96\x0d\x17\xe4\xde\x86\x2f\x1f\x68\xf5\x29\xde\x3f\xa5\xba\x22\x06\xae\xbd\xf5\x16\x3b\x45\xf7\x43\x08\x8b\x4e\x76\x28\xdb\xa8\x69\x2a\x0b\xd6\xd7\x32\x87\x91\x58\x2f\xd5\x3f\xdd\xbf\x7e\xaa\x54\xbc\x14\x29\x50\x6e\xd2\x88\x14\x68\x37\x31\xfb\xcd\x8d\x20\x7a\xea\xcd\xfa\xdf\x7a\x65\xbd\x39\xe0\xa2\x91\x14\x35\x50\xf6\xa0\xfb\xad\x0d\xa0\xdd\xf1\xf6\x06\x70\xe1\x41\x61\x0d\x6d\x72\x2f\x6a\xf3\xbc\xe1\x9f\xc8\xe8\x72\xbf\x45\x52\x69\x3f\x84\x79\x57\x31\x86\x0e\xb1\x53\x97\xed\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x55\xbb\x4c\x24\xf7\x5b\xc4\xb6\xde\x65\x21\xb0\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x13\xaf\x5e\x74\xfc\xde\x21\x67\x2e\xcd\xd5\x72\x2c\xaa\x3f\xbe\xc9\xd2\x4a\x48\x83\xb2\x84\x41\x3b\xc4\x3f\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\xa8\xb2\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\xe9\x2f\x66\xd7\x14\xb3\xd4\x9d\x7b\xff\xfa\xa9\x52\xbd\x50\x60\xc6\xeb\xfb\x4b\x10\xae\x0e\x75\xb8\x87\x4b\xd9\xfc\x33\x19\x58\xf9\xd1\x1b\x06\x56\xe7\xab\x6a\x12\xe5\xeb\xc2\x41\x67\xda\x36\x93\xa0\x86\x77\xf5\x15\xf4\x81\x55\xee\x2b\x1b\x89\x4b\x95\x8e\xc7\xb6\xc4\x45\x93\xf8\x60\xc0\xe6\x97\x19\xc1\x0a\xcb\xfd\xfd\x1a\x8c\x64\xac\xdd\xd6\xfc\xb0\x38\xd8\x9d\xae\xc5\x7e\xaf\x58\x81\x3e\x0b\xce\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x1b\x8c\x9f\x3b\xe3\x45\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xc9\x7b\xba\x51\xc8\xc2\xab\x83\xa1\x73\xb2\xa8\x6b\xc6\xeb\xe3\x59\x11\x2b\xe4\xfc\x96\xc2\xb0\x04\x32\x12\xa6\x67\xc5\x9b\xfb\x56\x30\xd6\x67\x11\xcb\xa1\xf0\x1a\x7e\xd0\xfc\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\xbf\x3c\x85\x07\xd1\x83\x0a\x64\xc7\xdb\xd6\x83\xea\xe2\xad\xd8\x09\x0f\x9a\x83\xb7\xfc\x54\x3f\xab\x13\xb9\x20\xf6\xe2\x23\xfd\xba\x8c\xec\xf7\x41\x0d\x6e\x40\xde\x3f\xa8\xc1\x0d\xc8\xc8\x07\x35\xb8\x8e\x07\xe4\x47\x5a\x70\x05\x39\xff\x83\x16\xdc\x28\xe3\x8f\x1e\x56\x1e\x54\xe4\x46\xd1\x48\xc2\x7d\xfb\x28\x73\x2a\x87\x69\xd2\xe5\x8f\xed\xd7\xcf\xa8\x5a\x98\x11\xc6\x19\xb5\xbb\x3b\xfb\xe4\x46\x56\xee\x15\x39\xff\xee\x7d\x72\xdf\xbe\x7d\x22\xe7\x26\xc2\x74\xd6\x43\x5c\xe1\x44\x29\x25\xe5\xc2\xae\x37\xfb\x1b\x71\x77\x9a\xb3\xc4\xc3\x51\x83\x2b\x3c\x0b\x66\xcd\x86\x5c\xfc\x16\xe5\xc2\x4d\x99\x3b\xba\xc2\xc9\xb0\xbb\xb6\x50\xb4\x71\x83\xef\x20\xbb\x58\xc6\xa1\x0d\x31\xf4\x11\xf7\x46\xd9\xed\x07\x77\x2e\xc3\x44\x78\x50\xce\x3b\x59\xff\x36\xe8\x42\xe4\x3c\x0f\xba\x7a\x77\xe6\x52\x79\xd0\xd5\xeb\xf8\x96\x7f\x50\xd5\x3b\x15\xab\xf3\xf1\xd0\x91\x86\xef\xc9\x4e\x2a\xd6\x60\xe2\xb0\xe4\xec\xfe\xc7\x53\x27\xf3\x3e\x3d\xd9\x50\x9f\xc0\x6d\xc8\xc9\x72\x58\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\xa1\x06\x78\xb2\x53\x59\x86\x3b\x6e\x65\x19\x6e\x2e\xca\x32\xdc\x9a\x94\x65\xb8\xbd\x2a\xcb\x70\x53\x57\xb6\x45\x74\x8e\x4b\x39\x86\x9b\xfd\x53\x86\x5b\x5c\x96\x4b\x7f\x0e\x65\xc3\xac\xe7\x5b\x96\xd1\x76\x77\x91\xa3\x54\x5c\x96\xd1\x16\x77\x82\xd1\x66\x67\x19\xed\xd4\x78\x74\x2a\xab\xaa\x9a\x8c\xb6\xfa\x2b\xa3\x4d\xfa\x2d\x86\x06\xb9\xfb\x2b\xa3\x2d\x9a\xb8\xa9\xc5\x75\x16\x2c\x53\xd5\xab\xc9\x70\xa7\x1b\x8a\x67\xac\x17\x3b\x5c\xe1\x9f\xdf\x3a\xcb\xea\x56\x57\x15\xe2\xc1\xfb\xfb\x5b\x5c\xa7\x78\x6e\xa6\xd6\x4f\x33\x87\xa5\x0b\x12\xd5\x93\x65\x44\x42\x10\xf8\xd3\xc9\x39\xf9\x2b\x23\x12\x56\x0d\x3d\xc5\x5b\xaf\xbe\x07\x45\xc5\x53\xb3\x16\x1b\xf7\x61\x45\x58\x35\xfc\xe5\x9f\xaa\x5c\x98\x05\xec\x2e\xcc\x88\xb2\x7b\x15\x0b\x28\x2c\x1a\x7a\x8d\xb7\x14\x12\x4e\x36\xdc\xb6\x26\xef\xb1\xa0\x15\x72\x13\x1a\x0d\x2d\xae\xa9\x79\xdc\x04\x9d\x40\x59\xf1\x81\xab\xd0\x51\xb5\x7f\x76\x9c\xd4\x0e\xe1\x75\x72\x81\x7e\x41\x37\x3b\x76\x79\x27\xc8\xcd\xb3\xd1\x75\xc5\xe9\xc2\xb3\x43\x31\x8c\x37\xd7\x03\xf1\x3f\x2e\x15\x7c\xc9\xb8\x57\x19\xbc\x4a\x28\x83\xb1\xb6\x32\x98\x8b\x2a\xd3\xa3\x06\xff\x28\xcc\xbc\xdc\x52\xf8\xb6\x77\x0d\xaf\x5f\x3f\xc2\x55\xfb\x45\x2c\xd5\xac\xcc\xa1\x19\xb3\xab\x7b\x7e\xfd\xb4\x3f\x5b\xed\x3f\x8a\x64\xce\x2e\x21\x90\x79\xd3\xcc\xbc\xf0\xb8\x74\x29\x73\x2a\x0c\x12\xf9\x81\xa4\x27\xfc\xd9\xa3\x60\xdd\x5d\x7d\x8d\x60\x24\xac\x3d\x94\x34\x52\xa0\x47\x51\xbc\x8b\x8b\x9d\xda\xb8\xb8\x88\xe1\x0d\x23\xef\xd9\x6f\xc2\xac\xeb\x4b\xf4\x8d\x3d\x0a\x05\x8a\xd7\xd1\x07\xfa\x13\x7f\x06\x0f\xf1\x81\x71\x9e\xff\x10\x1e\x98\x40\x1c\x0f\xc1\x81\x07\xec\xd8\x87\xd8\xc0\xe8\x88\x3c\x04\x03\x8e\xc7\xf7\x73\xcd\x87\xb0\x6d\x23\x9c\xfe\x45\x1e\x06\xd8\x15\x92\x28\x00\x81\x69\xef\xa0\x71\x0f\x00\xc3\xf6\x3b\x85\xb6\xfb\x73\xad\x8b\xb0\xb7\x77\x0e\x0f\x44\x01\x48\xd8\x6a\x87\x82\xbe\x00\x71\xf5\x07\xdb\x05\xc0\x42\x08\x71\xf6\xb4\x00\x68\x35\x95\xef\x4f\xe2\x22\x29\xa1\x9b\x14\x80\x2c\xa9\xf1\xa1\xd2\x02\x50\x51\x0d\x0d\x97\x72\x01\x80\xa2\xc8\xe3\x5b\x02\x4d\x76\xd4\x95\x03\x80\x7a\x1e\x3a\x98\x01\x80\x5a\xee\x61\xda\x19\x80\x0f\xca\xb4\xa1\x36\x18\x00\xdc\xbc\xf6\xb0\x58\x3c\x00\xbb\xec\x0c\x5d\xc1\x00\x14\x8d\x76\x4e\x03\xe2\x8e\x28\x61\xe6\x19\x80\x46\x00\x8c\x90\xce\x04\x00\x96\x2e\xaa\x62\x01\xf8\x92\x22\xc5\x00\xa4\x63\xe1\xb9\x29\x00\xa8\x96\x5e\xe1\x93\x2e\x00\xf1\x38\xba\x7b\x28\xe6\x07\x40\x5a\x39\xf1\x10\x38\x00\x19\x42\xa3\x8a\x03\x00\x3b\xfe\xc0\x67\x01\x48\x0c\x2e\xee\x9c\x00\x48\x28\x58\x93\x5a\x59\x08\x43\x50\x39\x09\x00\x02\x8f\x72\x7b\x5d\xb0\xe0\xb9\x51\x51\x09\x80\xf0\x62\x84\x44\x08\xc0\x66\x19\x02\xbb\x05\xe0\xa5\x9f\x78\xf5\x17\xee\x10\x72\xf8\xc3\x05\xc0\xf5\x1e\xca\xbc\x07\x80\xdc\xec\x46\x5e\x0b\x40\xab\x3f\x55\xc7\xc6\x0c\x04\x29\x65\x00\xe8\x07\xd2\x17\x01\x68\xd6\xcb\x00\x1f\xf1\x0e\x09\x1b\x80\x37\x7e\x25\xb3\xb6\xc3\xad\x48\x41\xf0\x53\x01\x40\x1d\x84\x91\x62\x00\xb8\xc8\xe0\xaa\x02\xc0\x6d\x46\x49\xf7\x17\xb0\x29\xd1\x05\xd8\xbc\x6a\xe2\xcd\x00\x60\xe9\x27\xc3\x80\x68\x05\x7e\x55\x00\x70\x5f\xd3\xc2\x59\x28\x00\x7c\x41\x96\xec\x4a\x89\xea\x0f\x37\x2a\x00\x8f\x00\x45\xad\xc8\x75\x6a\x8f\xb0\xae\x02\x7c\x08\x8c\xa0\x9e\xce\xae\x8e\x75\x97\x80\xec\xe8\x45\x33\x76\xe3\x04\xeb\xd0\x4a\x6a\x05\xf7\x40\x77\x2f\xd3\x3f\x79\xa3\x28\x5c\xa6\x26\x68\x11\x16\xb4\x8d\x6c\x00\x32\x94\x5e\x93\x06\x87\x15\x49\x1f\xce\x6f\x19\x34\x57\xe1\x93\x7b\x17\x7a\x5e\x85\x71\x6e\xef\x86\x08\x5f\x0f\x00\x7c\x52\x4b\x37\x00\x7d\xa7\xf0\x2c\x15\x80\x86\xd8\x33\xfc\x80\x0a\xf0\x02\x90\x0c\x60\x03\x85\x53\x40\x00\x44\xbb\xac\xd5\xfd\x40\x62\xd2\x6b\x73\x09\x08\xd8\x5e\xdb\x9f\xb4\xe0\x55\x9a\xc9\xfb\xf6\x1a\x47\x43\xbd\x76\x03\x70\xb2\xd2\xeb\x70\x9f\x50\xcc\xea\x15\x6c\xbc\x12\x91\xf5\xee\x5e\x85\x6c\x12\xf1\xa1\xee\x69\x44\x91\x86\x2a\x6d\x5f\xc0\x87\xd9\x6b\x42\x36\x69\x12\xd2\xaa\x16\xe1\xda\x34\x37\xc3\x68\x3a\xc2\x09\x53\xf0\xbb\x37\x4d\x67\x92\xc1\x75\x6f\xda\xf6\x69\x21\x90\xec\xad\xba\x04\xc6\x0d\x3d\x2e\xad\x00\xbc\x65\xa8\xa6\xbd\x93\xa4\x92\xd9\x9b\x30\x58\x92\xaa\x14\x4c\x6a\x00\x9c\x83\x88\xf4\x19\x00\x9d\xe9\xd0\x9a\x0c\xc0\x44\xdb\xec\xe6\x32\x5a\x89\x78\xf5\xe9\x0a\x77\x51\xcf\xb5\xb2\x42\xcc\xf5\xae\xbd\x92\x87\xb6\x5b\x68\xe1\x08\xc0\x32\x08\x2f\xe4\xd1\x37\x0e\xfc\x34\x1f\x79\x04\xd3\xe4\xee\x5d\xeb\x9c\xe5\x2b\xbd\xdc\xc5\xad\x3c\x38\x25\x0d\xfb\x39\x01\xf4\x93\xf2\x05\xd0\x6c\xcb\x5f\x80\xdc\x04\xfe\xae\x63\x01\x48\x5f\xc0\x03\xe0\x5b\x07\xf3\x11\x11\x2d\x00\x88\xbd\x90\xf4\x13\x5f\x46\x7d\xfc\x06\x6c\x00\xc5\x00\x22\xcc\x75\xcd\x7a\x9e\xd2\xdb\xe9\x1e\xfe\xcc\xb4\x32\x6e\xff\x84\xf0\x96\x7d\x08\xa5\x65\x5c\xf1\xde\x7d\xe8\x9a\xc8\x53\x53\x38\x2f\x97\xe0\xfd\xd5\x87\xa7\x70\xf2\x02\xeb\xe1\x81\x42\x00\x14\xcb\xa6\x4b\x08\xb7\x0c\xaf\xcb\xc4\x12\xa0\x0f\xcf\x18\x4e\xba\xee\x1e\x7e\x84\x00\xc4\xc5\x4a\xd4\xfc\x00\xa0\xe7\x4d\x54\x75\x01\xe4\xb3\xc8\x3d\x7d\x14\x9b\xae\xbb\xa7\x0f\x77\xf1\x5d\xd3\x17\xf0\x50\x42\x95\x2e\xed\xc2\xa1\x8d\x9b\xf1\x06\x71\x00\xaa\x63\x2d\x0c\x69\x87\x48\x80\xbc\x61\xbf\xf4\xa9\x7d\x9a\x37\xc1\x8f\x4b\xf2\x68\x77\xe6\x19\x19\xae\xed\x02\x40\xb8\xdc\x3e\x85\xf5\xb2\xf4\x71\x46\x9e\x2e\x51\x55\xc2\x13\xb4\xe5\xfa\x76\x16\xff\x04\x83\xc5\x3e\xbd\xd7\x11\x74\x1e\x80\x9b\x7d\x13\x84\x79\x6a\xf5\x0b\x71\xdf\xd3\x75\x6b\xe3\x96\x91\x40\xb6\xa1\x68\x10\x80\x82\x2d\xea\x75\xf9\x27\x58\x9c\x8e\x4b\xdb\xa1\x8c\x8e\xc3\x9f\xd0\x6c\x0e\x00\x52\x89\x62\xb2\xaa\x0c\x98\x64\xe3\x12\x06\x2f\x0a\x27\xe0\x6b\xa3\xcc\x41\xe8\x96\x4b\x97\x53\x91\xbb\xc7\x71\x89\x68\x28\xf2\x4d\x43\xfc\xc1\x03\x58\x74\x74\x84\x2b\xe2\x00\xf0\x74\x1d\xb7\xa6\xb4\xac\x37\x25\xee\xdb\x25\xde\x98\x6e\xdd\x22\x80\x8a\x14\x39\x87\xd1\x47\xd9\xc4\x0b\xce\x53\xd4\x5d\xd9\x43\x9a\x80\x75\x7c\x01\x31\xd8\xfb\x37\x00\xa3\xae\x5b\xd7\x68\xd9\x13\xbf\x05\xb7\xf6\x5c\xd9\x0b\x37\x0c\xb7\xbb\xbe\x1f\x89\x5e\x74\x91\x54\x62\xf1\xdf\x23\x3c\x93\x00\xc0\xa3\xc7\xad\x75\xaa\x23\x4c\xe8\x0f\xa0\x0a\x80\x8f\xe9\x71\x8b\xde\xa9\x84\x9c\x3c\x00\xff\xa4\x33\x85\xb7\xae\xe2\x4a\xac\xc0\x03\x70\x1d\xb2\x18\xbc\xb5\x6f\xab\x7c\xf0\x8f\x43\x64\xff\xf1\xfe\xaa\x33\xa1\xcb\x7d\xe9\xd4\xd7\x99\x31\xfe\x4d\xb7\xeb\x2b\x2e\xa1\x81\xe2\x35\xfb\x1e\x29\x19\x80\xdf\xd5\x62\xa2\xbd\x4e\x51\xe0\xde\x4c\x75\x12\x72\x63\x84\x89\x29\x00\x62\xd4\x26\xed\x95\x2a\x3f\x21\x4d\xd3\x5b\x31\x97\xbe\xbb\x5e\x28\x01\x80\x93\x2a\xd2\xb8\xda\xa0\x39\x69\xd7\x57\xac\xcc\xee\x3c\x93\x4b\x6c\x6c\xcb\x93\x76\x57\xc5\x60\xec\x00\x9a\x01\x18\x96\x86\x77\xb4\x00\xa0\xc3\x3f\x7c\xc6\xeb\x06\xf7\x8e\xb0\xa7\x01\x40\x1d\xf9\x72\x09\x91\x18\x57\x36\x60\xb0\x00\xd9\xa3\xdf\x0a\x09\x68\x9a\xbd\x6e\x78\x10\x23\xbb\xa7\x5b\x61\xf9\x82\x93\x10\x00\x82\x9b\x0d\x13\xf1\x75\xcb\x8d\x66\x16\x6a\xa9\xc8\x10\x0f\xc0\x95\xca\xa7\x61\xce\xae\xe3\x4d\x98\x0e\x13\xf1\x75\xcb\xd3\x55\xce\xfe\x09\x3e\xa8\x46\xce\xee\xa9\x22\x5c\x64\x61\xa3\x36\x2e\x76\x57\x16\x36\x6a\xe3\xc2\x35\x5f\x16\xaa\x6d\xe3\x56\x1d\xd5\x3f\x21\x6c\xf9\x08\xa1\x7a\x00\x06\x4f\xb8\x26\x02\xbc\x0d\x0e\x57\xb9\xf5\x1e\x6b\x03\x97\xc3\x23\x0f\xff\x64\x81\x9e\xb2\x88\x86\x36\xb0\x46\xba\xc2\xc2\xe4\x00\x14\x5e\x63\x64\xa1\xb8\x86\x2f\xe0\x7b\x14\x5d\x1b\x0d\xc7\xaf\xe7\x51\x73\x09\xc0\x0b\x65\x14\x4d\x50\x5b\x59\x00\x0f\xce\xde\x4a\x8a\x08\xcc\xb6\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\x98\x55\xc2\x77\x64\x00\xba\x2a\xf5\x04\x2d\x9d\xd8\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\xc6\x34\x44\x47\x01\x40\x3c\x8b\xe3\xfc\x03\x90\x86\x77\x2f\xda\xb8\x6d\xdf\xb8\x3d\xa9\x7a\x5c\xb5\x9d\x90\x9d\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\xb1\xce\x30\x8d\xde\x36\x16\x07\xa3\x8a\x64\xec\x0a\x34\x8f\x4f\xe3\x00\x14\x30\x58\x70\xc3\x01\x60\x80\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xe4\xe4\x1e\x4d\xc7\xa3\xcf\x9b\x98\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x36\xe4\xad\xb8\x8e\xa5\x18\x2c\xdf\x56\x16\x36\xf2\x4d\x9b\xbf\xe3\xd1\xf4\x26\x9e\x29\x00\x8e\x58\xd3\xda\x76\x7c\x5a\xde\x84\xcc\x3c\x80\xa5\x48\xd7\x4d\xf4\x5f\xc7\xb9\xc4\xa1\x65\x35\x41\x8b\x66\x09\x16\x12\x80\x0f\x2b\xd7\x44\xfd\x77\x59\xf8\xe0\x3e\x25\x00\x8a\x0f\xd4\x85\x83\xfa\xbe\x88\x62\x97\x3c\x1f\x1b\xbf\x45\xd8\xb0\x05\xa0\x4a\xaf\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\x6b\x2c\x63\x4c\x1e\x53\x26\xa1\xc7\x90\x8f\xed\xae\x29\x1c\x04\xf1\x3b\x00\xd7\x81\xdf\x3e\x1c\x6b\x1e\xc0\x14\x86\xe9\x22\x08\x87\xc2\x9e\x8c\x5e\xfb\x9f\xef\xaf\x31\x2b\x5e\xa3\x4c\x81\x8f\xc9\x2d\x30\x4c\x2c\x0f\x5c\xea\x1e\x80\xba\x60\x07\x2f\x43\x37\xc9\xc0\x89\xcb\x01\xdc\x06\x28\xd6\xd8\xed\x9f\x84\xce\xe7\x5d\x92\xf6\xfd\x01\x28\x38\xaa\x5a\xf1\x29\x37\xb1\x3c\xd6\x70\x20\x3b\x97\x40\x52\x30\x86\xee\xc0\xb1\xa6\xe2\x14\x79\x6e\x96\x83\x82\x0a\x53\x8c\xb5\x15\xa7\x54\xdb\x6b\x2c\x39\x41\x36\x39\x3d\x7c\xa3\x8d\xe6\xb1\x3c\x0a\x83\xdc\xdd\xec\xe3\xf0\x29\xaa\x14\x3c\xd0\x9b\x88\xf8\xb1\x0b\x1b\x61\x88\xd0\x1b\xbb\xaa\x5f\xa2\x5b\xc6\xee\x0a\xa2\x33\x5c\x45\x48\xbc\xce\x74\xb4\x2f\x80\x46\xc6\x17\xa0\xa0\xe0\xa2\x6c\xc6\x76\x40\xd6\xe9\x4a\xb7\xe6\x78\xba\xd2\x8d\x2c\xa8\xbb\xc0\x4b\xf1\x81\x44\xd8\x0c\x23\x9f\x29\x5c\xa3\xe0\xa7\xf7\x98\x5a\xa6\x39\x96\xfc\x44\x68\x4f\xcf\x99\x18\xdb\x14\xcf\x65\xce\x8e\xce\xad\xa9\x6b\xfb\x8c\xcf\x43\x84\x88\xdc\x3a\xdf\x63\x56\x03\x5e\xf2\x86\xa2\x29\x9e\xf3\xad\x4a\x85\x9d\xe5\xce\xeb\x1e\x26\xc8\xe7\x9a\x52\x58\xd7\x09\x9e\xbb\xc2\x4d\xed\xee\xe9\xee\xb2\xef\x48\xaa\x43\x8a\x85\x33\xf4\x59\x00\xa0\xb9\x9e\x85\xae\xe7\x9e\x52\x36\x15\x8a\x9b\x7b\x49\x3f\x3c\xbb\xd2\x2d\xbd\xe5\xe2\x3a\xb6\xad\x48\x8a\x01\x32\x0c\xaa\xee\x18\xa6\x7c\xf3\xea\x5f\xc0\xec\xff\x6f\xc0\x1a\x97\xd4\x4f\x45\x44\xad\x71\xc9\xb4\x4d\x1b\x6a\x8d\x34\xa4\x26\x5e\x04\xc8\xd2\xe9\xd5\x7c\x2c\x85\xdb\xef\x29\xb9\x8e\x25\xe2\x59\x68\x72\x29\x6e\xdd\x34\x07\x72\x4d\x59\x0c\xdd\x3a\x93\x6b\x12\x55\x7c\xde\xe2\x62\xae\x69\xad\x4e\x51\x44\x6b\x0e\x94\x3c\xb2\x50\xdc\x9a\x04\xb1\x9d\xb7\x48\xa4\xb5\x88\xbf\x51\x6e\xa1\xa7\x8d\x53\xe4\x1b\x5f\xcf\x00\xb8\xf0\x87\xd6\xf6\x00\x40\xa4\x7a\x59\xef\x69\x55\x92\xf9\xbb\x04\x4c\x5c\xed\xd3\x3d\xdf\xe8\x1a\xa4\xf2\x05\x84\xd7\xb1\xeb\xd6\x13\xf7\x00\xe0\x84\xea\xc8\x6d\xdc\xe9\xa6\xcb\x63\xd9\xf3\x23\x9e\x88\x4e\xe9\xc6\xfb\xed\x5d\xae\x56\xbe\x00\x1e\x7d\xda\xb8\x07\x80\x87\xeb\xf4\x2d\x81\xfe\xd4\x2d\xa4\xb5\x71\x1e\x9b\xae\xbb\xb7\x2f\x20\x54\x19\xee\xef\xf0\xd1\x7c\x28\x77\x77\x1d\x44\x9f\xbb\xee\xf9\x1b\xf0\x40\x56\xb8\x63\x0f\x3a\x79\xe9\xfa\x96\x08\xf2\x26\xb7\xfa\x2d\x81\x0a\x9b\xe5\x02\x1b\xaf\x9b\xe9\x32\xfa\xd8\x72\x82\x79\xa5\xf6\x2d\x81\x5a\x81\xe9\xf2\xf7\xac\xc8\x55\x87\xc8\xac\xcf\x40\x0b\xb6\xdc\xc2\xea\x9f\x89\xc5\x41\x36\x6a\xfc\xe0\xca\xfd\x2e\x49\x47\xec\x91\xbb\xd1\x6a\xde\xf1\x23\xff\x9e\xe6\x91\x3c\xeb\x92\xe5\xba\x58\x44\x0f\xee\x38\xbb\xaf\x81\x47\xdd\xca\xb3\x7e\x7f\x21\xd2\x76\xfc\x06\x0c\x98\xde\xff\xf5\xf2\xca\xe3\xbf\xdf\x5d\x0f\xde\x33\x7f\xb3\xdd\x9f\x45\x0c\xb4\xdc\xef\xdf\x00\xb0\x93\x90\xc0\x83\x63\xca\xd3\xc5\x64\x00\x02\x5a\xf3\x64\x9e\x75\xd3\x25\xbf\xfd\x0f\x80\x35\x4d\xdf\x12\xb4\x32\xf2\xb7\x8e\xd0\x0a\xea\xdf\x51\x45\x14\xab\xde\xf3\x37\x2f\x27\x0c\x9a\xda\x03\x60\x1e\x92\xdb\x48\xd2\x75\x6b\xdf\x9f\x60\xde\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x1f\xc6\xd3\x2d\x8f\x35\x87\x82\xbc\xb9\xe1\x0f\xae\x0d\x7f\xf3\xe7\x1e\xbc\x1b\xf6\x36\x3d\x17\xb8\x30\x2c\x96\xf3\x3c\xf8\x29\x3c\xbd\xf8\x5d\x22\xfa\xd9\xfa\xb7\x8d\xd0\xc5\x6d\xbf\x0b\x04\x4f\x23\x9b\x7e\x7b\x70\xec\x77\x67\xf3\x00\x0f\x00\x39\xd8\x75\x7f\x01\x28\xcb\x7c\x67\xaf\x68\x32\xbe\x1d\xc7\x8b\x9e\x25\x67\x0f\x7e\xf4\x4e\x15\x06\x54\x69\x05\xd4\xfe\x05\x40\x7a\x7d\x57\xa0\x6a\x67\x0c\x8f\xbd\x21\x5a\xf7\xfb\xd8\xca\x34\xe5\xfa\x76\xb4\x4b\x57\xaa\xb5\x2f\x80\x57\x79\x73\xb3\x52\xae\x4f\xff\x8b\xa0\x15\xff\x5a\xff\xf6\x7f\x7d\xfe\xf1\x57\xba\x7e\xfd\xfc\x55\xcf\xc0\xff\xf1\x57\x7d\xff\xfa\xf9\xab\x47\x18\x93\x7f\xfc\xf5\x4a\x67\x2c\xe7\xdf\x99\xa6\x33\x27\xaf\x58\xd8\xf3\x2f\x54\x99\x7a\x40\x5e\x40\x70\x5d\xf5\x8f\xbf\x5e\xf9\xbc\x34\xce\xbf\x1a\xaa\xbd\x01\xe9\x01\x81\x51\x75\x1d\xc8\xd9\x64\xe7\x1f\xc4\xef\x81\x2c\x7e\x85\xa3\x87\x1c\x10\x7e\x25\xb7\xe5\x07\xb2\xf9\x55\xe8\x64\x9d\x15\x78\x85\xcd\xc0\xf9\x37\x71\xae\x7a\xda\x8f\xf7\xf6\xf9\x17\x7d\x0c\xc2\xe6\xb5\xa9\x3d\xe2\x67\xdf\xe8\x2a\xbe\x42\x69\xf7\xfc\x8b\xdf\x86\xbf\xf9\x57\x88\xc6\xcf\x3f\x82\x78\x05\xa4\x01\x89\xa3\x7e\xfa\x1e\x3e\x4b\xce\x3f\x7e\x77\xb0\xe7\x2b\x5e\x9b\xe7\xdf\x07\x58\x0a\xd8\x13\x30\x9c\x8f\x04\xd1\xf6\x0a\x6d\xce\xf3\x6f\x53\xee\xb4\x10\xee\x20\xce\x3f\xf9\xc8\x07\x36\x80\xc5\xf5\x13\x62\xa5\x57\xb8\x5d\xf8\xeb\x45\xa0\xd4\xb0\xbe\x78\x85\xde\xdb\xf9\x77\xba\x72\x51\x6a\xbd\x00\x05\xe6\x0e\x45\xe7\x57\x78\x2e\x38\xff\xce\x1e\x09\x6d\xdc\xd7\xc3\x22\x41\x40\x86\x4e\xe0\x2b\x1c\x7b\x9f\x7f\x51\xd9\x79\xf5\xbc\x82\x6b\x7e\xfe\x05\x0a\x0f\x2d\xe5\x77\xbc\xc5\xcf\xbf\x17\xb0\x1e\xb0\x0f\x30\x1a\xad\xe3\xc0\xce\x9e\x3d\xff\x6a\x54\x37\x03\xd4\x02\x14\xdc\xfa\xd8\xbb\xef\x30\x1d\x3e\xff\xa2\x6b\x67\x95\xdf\x77\x74\xed\x1d\xde\x74\xef\x40\x97\xef\xc0\x7b\xe7\x1f\x6d\x9e\x9b\xe3\x1d\x76\xb0\xe7\x1f\x6d\x86\x92\xca\xbd\x43\xd9\x87\xc4\x83\xcb\xe6\xf9\x8f\xbf\x3e\x69\x84\x8b\x64\x12\xf7\x41\x77\x0d\x68\x6c\xe7\x48\x44\x90\xb4\x21\xe8\x34\x74\x45\x17\x02\x1a\x56\xc3\x24\x22\x1a\x39\x4e\xf6\xd3\x08\x5e\x16\x89\xf9\xeb\x67\x66\x81\xd3\x50\x83\x21\x4a\x9f\x28\x32\xa5\x51\x0f\xde\x23\x51\xa2\x74\x15\xb8\x19\xbc\x7e\xfd\x4c\x02\xf1\x9e\xdc\x36\xf8\x13\xa5\x6f\xc0\x1e\x4c\x5c\x83\x48\x9f\x22\xb7\x0c\xde\xbf\x7e\x06\x96\x5d\x69\x84\x86\x1f\x89\xf9\xeb\x67\x60\x99\x75\x72\x2e\x1d\x0e\x28\xf0\x70\x93\xa0\xde\x48\x60\x21\x29\x68\x33\xb4\x13\x2f\xaa\x08\x3e\x0c\x9f\xc0\xa9\x3c\x18\x7a\x24\xea\xaf\x9f\x91\x35\x87\xa1\xbd\x46\x02\xdd\x9a\x31\x05\xef\x86\x87\xae\xbc\xa1\xdb\x50\xee\x82\x80\x86\x50\x98\x04\x07\xe6\x0b\x6f\x86\x47\xf4\xa9\x5b\xd0\x65\xe8\x3e\x75\x64\xa0\x5e\xf7\x08\x71\x75\x27\xd4\x8c\x4f\xd6\x75\xa0\x93\x5d\x2f\xea\x8e\x97\x2e\x89\xd0\x0f\xae\x82\x16\x43\x43\xd1\x13\xb5\xd6\x04\x3f\x8b\x44\x28\xe0\x66\x41\x97\xa1\x9b\xd2\x4c\x61\x44\xc5\x21\xb1\xd9\xb1\xd4\x1e\x0a\x37\x24\x98\x2b\x6d\xac\x88\x99\x4e\x62\xfd\xfa\xc1\x3e\x24\x8d\x50\xa5\x25\xf1\x89\x11\x15\x6a\x07\x43\x44\xa2\xe0\x37\x57\xe5\x3d\xe3\x81\x3b\xc6\xad\xca\x3f\x9e\xf2\x10\x39\x8e\x5b\x7d\xfc\x78\x0b\x7d\xe0\xe9\xe3\x4b\xf0\x64\x3f\x86\x87\x5c\x07\x6f\x7a\x69\x3c\xde\xfc\x88\xdd\x1a\x3e\xf7\x12\x11\x46\x23\x11\xe7\xad\x1a\xac\x23\x44\xf0\xcd\x41\x94\xc3\x34\x7d\x84\x66\x42\xc3\x28\xb4\x2c\x4f\x6e\x08\x3c\x51\x7c\x49\x80\x03\x3d\x46\x02\xbb\x91\xd0\x15\x3c\xd9\x97\xe0\xe1\xce\x07\x7b\x8e\x93\x6b\x06\x83\x15\x43\x27\x2c\xcd\xec\x46\xf3\x00\x5e\x04\x9f\x86\x83\x6c\x71\x73\x78\xb2\x5b\xf0\xb8\x70\x2f\x3c\x2d\x9c\x6c\x35\x3c\x6e\x46\x6c\x3b\xd3\x2c\xae\x1f\x7b\xe4\xd2\xa9\xbe\x1a\x8c\x57\x59\xfc\x38\xa7\x59\xd7\x5b\xe0\xf5\x39\x87\xb4\x30\xa6\x78\xb4\x93\xc8\xa1\x1e\xc6\x84\xb5\x21\x70\x30\x2c\x06\x66\x50\x09\xe1\x1f\x89\x1a\x95\xd0\xc3\xee\x11\x21\x95\x6a\xf8\x27\x4d\x84\x38\x24\x11\x95\x6b\x91\x86\x7b\x18\xda\xba\x23\x69\x9c\x43\x98\x61\xc2\x26\x68\xf8\xf4\x4c\x84\x30\x24\xf1\x0e\x64\x74\x89\x0e\x81\xea\xf8\xff\x23\x44\x3e\x69\x86\x56\x1d\x89\xc0\x27\xd8\x32\xa6\xe9\x03\x4b\x48\xb8\xb3\x01\xe9\xeb\xdb\xab\x18\x62\xb2\x81\x9f\xb4\x84\xf3\x60\x12\x41\x84\xe0\x9a\x2e\xad\x2e\x9c\x87\x67\xd0\x03\x8f\xf9\x5c\x3e\x6b\x0b\x5d\x36\x83\xdf\x3a\x3c\x72\x3f\x95\xf0\xbd\x92\xd6\x47\xe8\x00\xbf\x4e\x07\xeb\x45\x2f\x77\xb0\x76\x49\xbc\x21\xba\x33\xf0\x75\x0b\x8e\xc6\x34\xd1\xca\x12\x16\x57\x24\xd0\x37\x0a\xf5\xb5\x84\x2d\x0c\x89\xfa\xeb\xa7\xe0\xd0\x2b\x61\x80\x42\x22\xfd\xfa\x29\x35\xd3\xea\xa3\x8d\xbf\x1f\x99\x57\x74\x81\x8b\xc1\xf5\xab\x73\x9f\xc7\xc5\x32\x9e\x44\xfa\xf5\x83\x22\xf1\xc9\x54\x43\xfb\xaf\x9f\xd0\x09\x88\xcc\x10\xf4\x34\x01\xaa\x39\x99\x62\x68\xfd\xf5\x43\x68\xfd\x93\x69\x86\xc6\x3e\x60\x2c\x27\xfb\xad\x63\x82\x6a\x27\xf0\x9d\x05\x8f\x25\x4a\x18\xf4\xe5\x71\xb3\x87\xf3\x00\x17\x14\xda\x4c\xee\x75\x3a\x7b\x15\x5f\xb0\x27\x53\x0c\x6d\xbf\x7e\x3a\x51\x04\x4f\x6e\x1a\x1c\xfe\xc7\x50\x04\x3e\xd9\x6d\xf8\xeb\xd7\x4f\x2b\x59\xd0\xb7\xa1\x9f\x33\x74\x41\x97\xba\x11\xe8\x01\x37\x93\x79\x64\x77\x23\x88\x52\xf4\xd5\x4f\xa6\x1b\xba\xe2\xb2\xcb\x02\xbf\x0d\x8e\x8a\xef\x80\xea\x7e\x3d\x09\x50\xe6\xa0\x74\xdf\x82\x43\xcb\x36\xdc\xf3\x9e\xec\x32\x9c\xf2\x85\x79\x1d\x4b\xe5\x61\x3d\x5e\xb7\x06\x39\xd6\x32\xfc\xcc\x1f\x5a\xb3\x79\x8c\xad\xf1\x84\x02\x77\x6f\x37\xe0\xd0\xf8\x25\x71\x88\x00\xcc\xba\x4e\xee\x65\x70\x20\x41\xfc\xe2\xe6\xb1\x3c\x7e\x18\x7c\x17\xf1\x8b\xb2\xef\xb6\x93\x88\xf2\xde\x6c\xcb\x9d\x5c\x10\xad\x65\x34\xc1\x8b\xe1\x23\x7a\xc3\x1c\x2c\x77\x92\xf3\x70\xe1\xa4\x36\x8f\xed\x39\xdb\x81\x4b\xaf\xa2\xf2\x2f\xef\x15\xe8\xf5\x9b\xf0\x18\x27\xfb\x11\x3c\x30\xdb\x8d\xa7\xf2\x93\x5d\x86\x47\x00\x21\x3c\x44\x9f\xec\x23\x78\x74\xf3\x26\x7c\xdd\xc9\x0e\xc3\x67\xc0\xef\x24\xb8\xeb\x0f\xf6\xe1\x3d\x35\x9b\xaf\x5d\x0c\x0f\x47\x4e\x38\x2b\x3d\xd9\x6f\xf9\xa0\x69\xa7\xd6\x36\xbc\xf7\x91\x68\xc0\xa7\xe0\xdb\xf0\x57\xc0\x35\xfd\xa1\x30\x18\x89\x49\xbb\x45\xf5\xcc\x6a\x38\xf5\x54\xb6\xeb\xc7\xa7\xfa\xc3\x05\x9a\x6f\x81\x87\xc1\x71\xf7\xcf\x24\xf0\xc7\xe0\x73\x33\x35\x4d\xc2\xc7\x7b\x21\x28\x8b\xde\x2e\x55\xe2\x25\x0c\x63\x9b\x81\xed\x6e\x1e\xc1\x51\x24\x31\x62\xea\x83\x3a\xcb\xb3\xea\x94\x4d\xdc\x90\xcb\x85\x53\x26\xd6\x16\x09\xb4\xbb\x42\x4b\x5f\x52\x7c\x12\x95\x77\x7f\x03\x0e\x4a\x3e\x89\x60\x7f\x62\x12\x7e\xb2\x8f\xe0\x08\x02\xf1\xc2\x58\x10\x7b\x91\xb8\x81\x27\xe0\x5b\xf5\x87\xb9\x75\xba\x31\x51\x2f\x58\x10\x47\xe2\x6c\x5d\xf4\x5d\x23\xb7\x0d\xc6\xd4\xa0\x07\x58\x0b\x75\x12\xaf\xa8\x45\xbd\x7c\x83\x11\x4e\x02\xa7\x5d\xed\x12\xfc\x6d\x78\xe8\x5b\xa0\x97\x5e\x76\xf8\x80\x23\x11\xee\xe8\x20\x52\xca\x7e\xdc\xfb\x78\xa7\x1d\x78\x05\xbe\xd4\xfb\xd0\x0b\x2e\x10\x75\xd5\xb8\xfd\x24\x18\x6c\x58\x22\x54\x3f\x73\x2a\x48\x37\xdd\xe0\xe0\x3a\x6e\x6e\x8e\x93\x48\x01\x0f\x33\x87\x3a\x12\xfb\xf2\x24\x4a\xc0\x0b\xf5\xa7\xa9\x7a\x92\xd4\x72\x83\x6a\x3c\xd9\x47\xf0\x45\x37\x8b\xe0\xcb\xf0\x60\x0a\x2a\x30\xc3\xc9\x2e\xc3\xa5\xcd\x4b\xbb\x79\x4c\xe0\x39\x22\x0f\xde\x06\xb3\x03\x4f\x82\xd9\xa9\x0c\xab\x0c\x75\x3f\x9c\xed\xe8\xf6\x3c\xb9\x97\xc1\xc1\xee\x0e\xb5\x8e\x93\x75\x35\x45\xd5\x84\x31\x42\x1d\x05\x52\xf8\x24\x06\xf0\x29\xb8\xcb\xe3\x23\x10\x0f\x82\x95\x47\x17\x89\xd3\x4b\x08\xa1\x3a\x1a\x87\xb0\xf2\x56\x82\x13\xf9\x91\xd6\x07\x89\x7d\xc0\x99\x4a\xda\x56\xdf\xc3\x97\x46\xc1\x4d\x7a\x1d\x7d\x6a\xe6\xd1\x77\x98\x84\x23\xaa\x68\xb1\x92\x08\x0a\x22\xd7\xfa\x67\x72\xaa\x1a\xeb\x57\xb0\xfe\xc1\x53\x4c\xc5\x64\xdf\x4a\x9f\xa4\x40\x3f\x56\xd8\xac\x24\xb0\x74\x9c\x2c\xc0\xf2\xd0\xc2\x32\x3f\xdd\x5c\x2a\x75\x2c\xcf\xd0\x22\xb6\x87\x3a\xbb\x20\xca\x4e\x22\x26\x14\x6f\xa9\x27\xbb\x0c\xdf\x28\x2d\xe7\x80\x6f\x37\x1b\x56\xca\xa8\x5c\x7d\xea\x78\x0d\x15\x7f\x11\x9c\x1e\xbb\x8c\x3a\x5e\x5e\xaf\xc0\xca\xe9\xf6\x4c\xbf\xd6\x36\xfc\x05\x9c\xee\x7c\x86\xca\x07\xde\x4b\x37\x0e\xf4\x2b\xea\xb5\x24\x82\xe7\x84\x1f\xac\x8a\x22\x20\x89\x38\x2d\xd0\xcb\x75\x5e\x1a\xed\x0c\x97\x6a\x05\x6f\x67\x75\x5e\x60\x92\x93\xa0\x1a\x46\x85\xb2\x2e\x89\x4f\x54\xc3\x24\xcf\xcc\x1b\xf8\x24\xce\x3e\x81\x5f\x50\xfd\x2e\x38\x09\xb4\xa0\x19\xed\xf4\x6e\x9e\x21\x6b\x4f\x37\x11\x40\xeb\x14\xc7\xe0\x24\xfa\xa9\x86\xa5\x42\xf3\x8f\x04\x11\x7e\x07\xad\x76\xf0\x72\x25\x88\xfa\x81\xc7\xe4\xcc\x01\xd2\x3f\x89\x20\x41\x71\x9a\x52\x51\x67\x27\x11\x3b\x07\xaf\xe4\x75\x4e\xa1\x06\xe2\x6f\x1f\x6a\x8e\x7a\xe6\x52\x79\x62\x56\xdf\xe0\xd9\x3a\xe7\x36\x3c\x76\x60\xc1\xff\x48\x9d\xde\x3a\x73\xc1\xb0\x2e\x37\xfd\xdc\x9e\x1d\x5c\x38\xdf\x10\xfa\x95\xa0\xaa\x24\x50\x68\xbe\xa9\x5f\x24\x40\x25\x40\xea\x29\x4f\xfd\x2f\xcf\x83\xc2\x86\x12\x2f\xb1\x12\xfc\x93\x44\xe0\x7d\xbc\x67\x55\x02\x76\x92\x08\xed\x78\xec\x0d\x4f\xb6\x1b\x3e\x7e\xfd\x14\x0c\xaf\x4f\xee\x6d\x70\xe0\x18\x7c\x42\xd7\xf9\x1e\xea\xbe\x74\x67\xf1\x8c\x51\x09\xcc\x48\x02\x65\xf3\xc4\xb0\xf4\x6c\xaf\x8a\x2e\x28\xbf\x08\x75\x7a\x0f\x12\xbd\xae\x94\xb8\x57\x2a\x41\xdb\x48\x04\x3f\x9d\x18\x64\x75\x25\x6d\xf1\x95\xd8\xe2\x78\xb7\x39\xd9\x65\x38\x1a\xec\x41\xdd\x9e\xec\x23\x38\xb2\x3a\x6c\xc4\xeb\x4a\xd0\x6b\x27\xc1\x6c\xb2\x67\x09\xb3\x43\x02\x95\x74\x50\xe7\xca\xdc\x5b\x95\x68\x3a\xa5\x82\xc5\x08\x91\x43\x82\x59\x08\xf3\xa5\x4a\x1c\x1b\x12\x6c\x92\x20\x13\xeb\x32\xa6\x5d\x81\x69\x4b\x68\xa0\x9c\xdc\x76\x35\x21\x52\xbb\x31\x80\xab\xab\x1a\x5e\xa5\x42\xcf\x1e\x27\x92\x05\x89\x83\x98\xb1\xd1\xac\xab\x2f\x75\x9e\x68\xfd\xa5\x70\x5b\x62\x9d\x48\xe2\x1c\xc4\xca\x12\x62\xd4\x47\xa2\xe2\x73\x86\x39\x5e\xba\xe4\xd6\x92\x0e\xf9\xc5\x5c\x6e\x61\x35\x5c\x75\x97\xca\x01\xc2\xf7\x31\x89\x03\x26\xd8\x52\x5d\x6f\x48\xc1\x8a\xc3\xe0\xbb\x60\xdf\x5c\x71\xb1\x4b\x22\xae\xd0\x92\x29\xff\x81\x04\xad\x72\x71\x7b\x17\x4d\xf1\x47\xe7\x0a\x1d\xb6\x03\x67\x6e\x1e\xcf\x41\x28\xde\xa4\x1b\x97\x0f\x75\x5f\xda\x21\xb8\xf0\x2c\x98\x43\xd5\x7d\x09\xf5\xe2\xa4\xb1\x60\xe4\x54\x71\x05\x48\x42\x4a\xf8\x14\x17\xa3\xa6\xe2\xf0\x2f\xdd\xbc\x35\xeb\xce\xea\x0d\xde\xf4\xd2\xad\x05\xc7\xfd\x58\x24\xc2\x93\xc2\x5d\x3a\xbd\xa9\x70\x58\x2b\x6e\xbc\xd2\x8d\x83\xf5\x8a\xb7\x28\x12\x87\x32\x75\xe7\xc7\x54\xb3\xc8\xcd\x0b\x86\xba\x15\xbd\x03\x12\x07\x07\xc2\x39\xab\x7b\x6a\x2e\xf7\xd4\x5c\x72\x7a\xf6\xd4\x05\xb1\x65\x80\x57\x83\xc2\xad\x58\x95\x90\x40\x9b\x9f\x25\x84\x34\x24\x71\x36\x08\xbc\xd0\xea\x57\x7b\xf5\xab\x9d\x60\xa2\x75\x6f\xa1\x22\xd4\xf9\x0a\x7c\xbf\x8a\xe3\x12\x12\x88\x36\xd8\x7e\x5b\x7c\xbf\x8a\xdc\xbe\x60\x04\x26\x4d\x3f\x12\x33\xc0\x8c\xe9\x25\xe2\x05\x3b\xb7\xbb\x54\xf0\xe2\xf6\xa5\xb7\x75\xe9\xd5\x9b\x56\xdf\xba\x1e\x70\x95\x50\xba\x26\xf8\xed\x05\x7c\xb3\x80\x15\xf4\xb7\xc5\xe0\x3b\x89\x98\xb2\x0a\x62\xd9\x8f\xa7\xf2\x99\x82\x67\xc1\x93\xe1\x28\xfc\x83\xe7\xf6\x33\x87\xe1\x33\xdc\xbc\x09\xbc\x34\x65\xe8\xa7\x74\x4c\x9d\xdb\xb8\xe9\xe5\x49\x74\xdc\x30\xf7\x80\x27\xc3\x53\xf4\x9e\x40\xdf\xcd\xf4\x61\x83\x3e\x4c\x77\x0d\x76\xee\xc9\x7e\x0c\x7f\x80\x57\xe0\x5b\xd5\xc4\x0b\xbd\x84\x08\xe6\xd3\xd0\x5a\x23\xf1\x39\xe0\xc0\x13\x6d\x08\x3b\x9d\x44\xe0\x89\xd3\x99\x3f\xd2\x58\x0d\x23\x36\x12\x07\xeb\x10\x5d\xab\x8d\xc6\x7d\x7e\x12\xcc\xdc\xc8\x82\x67\xc3\x0b\x70\xfa\xda\xdc\x7a\x83\xb6\xe6\x28\xb6\xd1\x5d\x4f\x57\x3d\xf3\x16\xfc\x63\x38\x63\x9e\xd4\xdf\xc1\xa5\x27\x81\x67\xeb\x38\x2b\x6d\x8c\xa1\x6e\x86\xed\x48\x21\x10\x45\x83\x30\x24\x71\x2e\x1a\x22\x0b\xb4\xb1\x3c\x45\x8b\xda\x71\x4d\xdf\xc6\x72\x2f\x71\xe7\x14\xb2\xf1\x93\xf3\x44\x87\x2e\xe3\x29\x3e\x04\xff\x18\x4e\x35\x89\xea\x5f\xdc\x1b\x27\x11\x06\x02\xad\x33\x09\xef\xa1\xea\xdf\xb8\x21\xa8\x9d\x5e\x7e\x96\xea\xf9\xa0\x8e\x82\xcb\xb8\x36\xc4\xe3\x6a\x36\xcd\x80\xb1\xd6\xc6\xb3\x54\xff\x83\x93\x3b\x4c\x50\xdb\x78\xb6\x26\x01\x9b\xc0\x89\x6d\x6f\x9b\x49\x6b\x38\x13\x9e\xf7\x70\x7e\xd5\x66\x52\xff\xc5\x24\x2e\x35\xf6\x73\x9b\x19\xfa\xf9\x24\xa2\x7e\x42\x56\xb4\x89\x10\x33\x12\xf7\xaf\x9f\x8a\x67\xa7\x06\xcb\x98\xc4\x22\xae\x3e\xd5\x14\xad\xc9\x2c\xec\xe7\x50\x24\x3c\x59\x4e\xe9\x49\xd4\x53\x4d\x55\xf1\xfd\x32\xf8\x4d\xf1\x18\xed\x6c\x9a\xb5\x19\x7b\xab\x5e\x9d\x41\x75\x77\xa6\xd3\x19\xf5\xbd\xbb\xf2\x0e\x0a\xc0\xee\xf8\x64\x3f\x86\xb3\x56\x93\x39\x10\x25\xd8\xa0\x04\xd3\x8d\x59\x6d\x9b\xba\x3e\x4f\xa2\x9d\xea\x27\x53\x30\xa7\xa6\x26\x78\x48\x77\x09\x2b\xa6\x93\xe5\x4a\x69\xb0\x78\x2b\xfe\xc4\x4e\xee\x65\xf0\x1b\x13\x1e\x55\xb3\x5d\x3c\x5e\xd0\x0d\x16\x4e\x9b\xcb\x33\x8f\x1a\xed\xc4\x5b\x53\x9b\x0b\x6c\x7a\x12\x2f\xbc\xbd\x33\xda\xed\xb9\x09\x0f\x56\x49\xb1\x6d\xda\x7c\x21\x2d\x6a\xc4\x7f\xaf\x77\xa6\xb8\x38\xbe\x0d\x33\x94\xca\x83\xb5\x11\x2f\x99\x44\xcc\x3c\x0e\x81\x1b\x71\x4d\x49\xc4\x83\xbb\xc5\x83\xbb\xad\x9b\x87\x6f\x5b\x37\xe8\xb4\x87\xbd\x7d\x5b\xde\x67\xd2\xa9\xe8\x83\xc9\x21\x36\x26\x89\x0d\x9c\xf2\x7a\xf9\x4a\x79\x39\xdd\x9d\xf3\xb0\x32\x54\x6c\x53\xb0\xc6\x3e\x92\xe0\xee\x4f\x56\x7f\xd8\x80\xab\x1a\x5e\xd5\x1f\x90\xd1\xea\xc2\xb3\x0b\xbb\xc1\xd2\x2a\xfd\xe9\x3a\x6f\xab\x83\xaf\xf1\x8a\xde\x96\xb1\x85\xfc\x3e\xf4\xa1\xf2\xba\x71\x9b\x1c\x0a\x14\xcc\xa8\xdb\x92\x24\xec\x24\x02\x2f\x10\x45\xbd\xad\x05\xd9\xdb\x20\xaa\xee\x82\x97\x8a\xb6\xd6\x52\xfd\xeb\xac\x83\xc2\xa0\x35\x22\xf6\x90\xb8\xa9\x26\x0b\xfe\x31\xfc\x01\x1e\x9b\x87\xa0\x38\x24\x38\xce\xaa\x7e\xf3\x8e\x6d\x44\xac\x39\xe5\x99\xe6\x0d\xf9\x72\x12\x0c\xab\x53\xcf\xcb\xdd\x7f\xa9\xfb\x60\xc1\xf5\x1a\x5a\xde\x17\xa6\x59\xc4\x29\x6d\x84\x88\x20\x31\x4f\xf7\x41\xe1\x4b\x5c\x9f\x06\xf1\x77\xba\x43\xf5\x9f\xa9\x6a\x3e\x50\x47\x23\x51\xfe\xe3\x59\xc0\xad\xcd\x3d\xc0\xd5\x84\x35\x20\xb1\x4f\xf5\xda\x54\x1f\xb7\x1a\x71\x05\x4e\x71\x7a\xf9\xe8\xa6\x59\x0f\x37\xcd\xc8\x4d\xf0\x6e\x38\x16\x5e\xdc\x10\xeb\xd1\x91\x90\x63\xfc\x4e\x08\xb8\x86\x97\x75\x12\x25\x1c\xc4\x75\xc0\x2a\x2e\x5f\xe5\x72\x6d\xda\xb6\x04\x62\x0d\xaf\xcb\x77\x41\x12\xdb\xf0\x1d\x4c\x82\xea\x19\xed\xf6\x45\xb9\x1b\x0f\x5f\x98\xa3\x6d\x4f\x2d\xa2\x54\x21\xfb\x64\xb8\x5b\xbc\x8b\x93\x08\xdc\x4b\xc8\x8d\xb6\xa7\xbb\x89\x9f\x8a\x4e\x88\x8c\x86\x47\x3e\x12\xf1\x0e\xd7\x05\x6d\xba\xac\x41\x97\xd5\xc2\x1a\x9a\x2c\x6b\x56\xa7\xac\x97\xe0\xae\x66\xab\x1a\xd0\xe6\x96\x20\xf5\x24\x42\x47\xad\xab\xfb\x8f\xbb\xaf\x59\xc6\x57\x6e\x1f\x37\x5b\xff\x24\x82\x05\x08\xc2\xeb\x23\xd3\xfd\x93\x08\xea\x23\x14\xb4\x22\x5b\x0d\x0f\x3d\x98\x7a\x53\xbe\xb2\x37\x4f\x22\x1c\xd2\xc4\x49\xef\xa3\x71\x72\x4f\x22\x74\x5f\xf1\x82\xd6\x7d\xfd\x77\xae\xff\x24\x96\x72\x1f\x83\x9b\xf8\x24\x5e\xbf\x7e\x2a\x4c\xdf\x3e\x26\x3b\xfc\xec\x8d\xf0\x4d\x55\x93\xe0\xee\x0d\x56\x2e\x05\x45\x8a\x3e\xa6\x9b\x9d\x6a\xb6\xd2\x9d\xe9\xea\xc3\x1b\x65\x12\x67\xba\x8f\xed\x7a\x74\x12\x67\xfb\x1b\xe2\xc1\x3e\x50\xe3\x89\xc4\xb9\xd2\x08\x85\xdf\xc7\x8b\x27\x5b\x47\x66\x7e\x97\x50\x07\x3f\xd9\xa9\x41\x4b\xab\x17\x2f\xe3\x1d\xd3\x6b\x12\xfd\xd7\x0f\x6a\x6a\x91\x5b\x06\xb3\xf4\x99\xea\xdf\x43\x83\x0b\xfe\x7b\x45\x70\xd4\xc7\xdb\x2b\xf9\xe6\xf8\x12\xed\xe3\x64\x5d\x5c\x73\xd1\xa9\x46\xdc\xf8\x93\x60\xee\x82\x28\xe9\xf0\xd5\x23\x11\x0f\xcb\x42\x98\xec\x3e\x2f\x76\xe2\x49\x04\xff\x6b\x04\x36\xec\xf3\xe2\x72\xe9\x53\x97\x0e\x8e\x0e\xfb\xd4\xa3\xed\x24\xe2\x40\x12\xd4\xed\x9c\x33\xda\x45\x8c\x7e\x97\x11\x7c\xb1\x3e\x13\x58\xef\x24\x22\x04\x1a\xce\x88\xfb\xd4\x25\x72\x12\x31\xc9\xaa\xa6\x80\xc5\x4e\x02\xa3\xb4\x44\xb3\x55\x4b\x3c\x2b\xce\xb8\x71\xd4\x79\xb2\x6f\xc3\x29\x9f\xa9\xa7\x69\xe3\xce\x50\xb3\xaf\x3d\x09\x0c\x65\x79\x12\x41\xfa\x11\xba\xb8\xcf\x3e\x35\x5a\x4c\xb7\xc7\x6d\xf8\x56\xf9\x70\x2a\x5b\x79\x27\x75\x53\x31\x1d\x2a\xa6\xa2\x4a\x22\x03\x11\x12\x8d\x60\x04\x55\xf0\x6d\x38\x86\x75\x8d\x39\x96\x74\xed\x24\xd2\xa9\x26\x5e\x0e\x1d\x9b\x58\x12\xe1\x95\x1c\xcf\x8c\x1d\x4b\x58\x12\x23\x8a\xd3\xaa\x98\x62\x27\x11\xb5\xf4\x22\xf0\x30\x78\x05\x38\xce\xd0\x94\xf4\xf8\x24\xde\x54\xce\x48\xd7\x54\xa3\x41\xe3\xd4\x3e\x99\x5f\xdd\x95\x27\x11\xfe\xac\x71\x02\x78\xb2\xc5\xf0\x38\x0c\xa3\xa9\x1a\x6f\x0f\x9c\x9b\x4a\xe5\xa3\xcf\xb5\xd5\x9b\x60\xcf\x56\x5c\x8c\xf6\x29\x19\xf4\x49\x84\xaf\x6f\x9d\x68\xf8\x66\x24\x0e\xd9\x17\xea\xb2\x27\xb7\x55\x7b\xf0\xc9\x2a\x04\x49\x9f\xef\xa1\x4d\xf0\x26\xb4\x25\xb1\x22\xfb\xd4\xf3\xf4\x24\x3a\xb5\x77\xc1\xb5\xda\x6f\xce\x02\x51\xe1\xbb\xf9\x67\x27\x11\x11\x85\x2e\xad\xd3\xc7\x73\xf6\xc1\x91\x2f\xaf\xa3\x6e\x82\xad\x43\xb0\xd5\x01\x76\x9c\x8f\x8e\xda\xc4\x50\x7b\x10\xe0\xac\x13\xcb\x9e\x44\x20\x65\xe2\x1e\xf7\x25\x7d\x95\x93\x88\x30\x24\x78\x67\xef\x2b\x1b\x2e\xad\x54\x7c\xf0\xf4\x95\xb5\x3f\x56\xc6\x0c\x05\xd6\x74\x5f\x12\x31\x74\x45\x47\x9e\x08\x3c\xfb\x92\x7e\x57\x57\xac\xde\x82\x87\x9e\xbe\x9a\xeb\x09\x0f\xd9\x95\xa8\xae\x1d\xab\x48\x12\x6f\x0c\x2a\x63\x43\xad\x21\x3c\x47\x6c\xcf\x8a\x98\xb2\xe3\x8d\x8b\x44\x2c\xe1\x1d\xcc\xc5\xbe\xbc\x2d\xf1\x8e\x54\x91\x52\x76\xe2\x17\x92\xa0\x33\x6c\x6e\x42\xf6\x91\x88\xce\xb0\x11\xd6\x76\x2d\x9b\x5a\x2a\x43\x32\xce\x25\x98\x5b\x25\x6e\x55\x5f\x12\x99\x9e\x04\x33\x3f\xe8\xcb\x5b\xc8\x66\x85\x15\x69\x9d\x9a\xe0\x8f\x50\x31\xd1\x91\x52\x0a\xcd\xd2\x4f\x5f\x8f\x87\xf4\x68\x48\xa0\x6e\xa2\xe1\x90\x58\xc0\x63\x9f\x6d\xa9\xf2\x75\xc2\x8e\xa4\x74\x53\x3f\x71\x3d\x48\x84\x13\x4a\x5e\xdb\x9d\x48\x1c\x24\x62\x3f\xe1\xe8\xa7\x6f\x69\x0b\x9d\x04\x16\x91\x20\xb9\x9d\x75\xad\xee\x8c\xc6\x3e\x41\xbc\x3a\x31\x1d\x48\x08\x4e\xfd\x46\xa2\x5b\x48\x94\x78\x2f\x7d\xb7\xa1\x76\x1b\x7e\x0a\x34\x0f\x78\x2b\x27\x11\x6e\xe9\xd1\x34\x39\xd9\xb7\xe1\xe1\x65\x9e\x98\x46\x7d\x77\x1e\x65\x27\x11\xd4\x02\x2f\xca\xbe\xa7\xd6\x70\x87\xab\xad\x16\x06\x6a\x9f\xbe\x45\x9f\x77\xdc\x3a\xdf\x03\x75\xc4\x8e\x5b\x67\x12\xf3\x14\x2f\x02\x8b\x46\xd9\xeb\x20\x87\x76\x6b\x72\x96\x27\x2d\xde\x5e\x8d\x60\x5a\x7d\x8b\xc8\xef\xc8\x54\x53\x42\x1e\xd3\x91\x95\x92\xf8\x44\x71\x81\x79\x43\x9c\xc4\x7d\xc0\x9a\xc9\xb7\x57\x0a\xf7\x89\x45\x18\x64\x1b\x53\xec\xc0\x14\x4d\x1b\x61\xeb\x01\x77\x12\x98\xbf\x0e\xc3\x87\xe1\x31\x22\xed\x8f\xb7\xd7\xe3\xad\xf5\x98\x0c\xe9\xd1\x9d\x89\x87\xc7\x46\x5c\xf6\x6e\x3e\x56\x17\x1f\xab\x5e\x5a\x8e\xc7\xd5\xe0\x8a\x60\xc2\x87\x18\x56\x7e\x19\x28\xbf\x34\x62\xdd\x9d\xdc\x23\x70\x50\x0e\x09\x9d\x8e\x31\x32\x42\x9a\x93\x08\xc7\xa3\x78\x25\x1d\xa3\x82\x73\x4f\xe2\xf4\x06\x69\xf2\xc9\x75\x83\x83\x4b\x8b\x3f\xd1\x31\x3a\x13\x7f\x12\xf1\xde\xe8\xf7\xdf\x60\x64\x9d\xd2\xea\x55\xdc\xb4\x0d\xa7\x8a\xc3\x8a\x29\x27\x11\x64\x02\xa2\x8e\x61\xc5\x94\x93\x08\x7d\xf1\xb8\x96\x86\x25\x95\x03\x49\x65\x43\x6e\x3f\x70\xe4\x44\x22\x04\x9b\x5d\x43\x93\x7e\xe6\x40\x3f\xb3\x21\xbe\x91\xad\x21\x89\x71\xc0\xc1\x37\x1a\xd6\x3f\x39\x89\xc0\xc7\x84\x7b\x1c\x43\xaf\xff\x93\x08\x74\x81\x27\xcc\x31\xd6\x52\xab\xf8\xfe\xee\xc4\xab\x39\xd9\x6e\x38\xd6\xb9\x9d\xf2\xaf\x21\x38\xea\xde\xa3\x68\xac\x12\x45\x0e\x44\x91\x29\xf1\x30\x1d\xe3\xe5\x05\x0b\xac\xd7\x10\xbb\x0c\x1c\xb8\x90\x78\x28\x4e\x35\xba\x0d\x07\x14\x65\x4a\x1e\xd6\x87\xbb\xf6\x24\xc2\x1a\xb2\x04\x05\x38\xa6\xe4\xf3\x27\x91\xb0\xe6\xbd\x04\x9f\x86\x2f\xe0\x51\xff\x4c\x4b\xf0\x44\x04\x44\xc2\x90\x8c\x99\x35\xac\x99\x89\x16\x0b\x0b\xfa\x64\x3f\x86\x3f\xd8\x02\xd3\x6e\x81\x69\x72\x12\x99\xf2\x1d\xb8\x86\x3b\x4b\x0c\x17\x97\xa9\x63\x16\x28\x8e\x93\xc0\xa4\x38\x53\x8d\xb8\xff\x63\xc2\xfd\x4f\xb8\x0a\x3c\xd9\xdb\x70\x86\x55\xe8\x4e\xe3\x14\x9d\x04\xd3\x16\x64\xfc\x40\x64\x49\x02\xeb\xe2\x4a\xbb\xd2\x11\x39\x89\x8a\x5d\xf2\x25\xf8\xdb\x70\xa6\x99\xad\x39\xa7\xeb\x99\xc4\xcd\x2f\x2a\x3f\xb9\xcd\x07\xf4\x5a\x52\x4c\xf0\x61\x5e\xd3\x80\x32\x6b\x28\x2b\x0f\x38\x4c\x24\xb0\x7e\x8e\xab\x6c\x98\xc0\x1a\x22\xb0\xea\x35\xba\xe0\xd3\xf0\x15\xd5\x08\xbc\xd5\xfb\xc5\x55\x86\x52\xd3\x98\xaf\xad\xea\x5f\x44\xc3\x42\xc6\x37\xe0\x48\x91\xc0\xea\x18\x64\x32\x3f\x5c\x11\x27\xd1\x28\x2f\xb8\x17\xeb\x83\x7f\xa1\x70\x6c\x73\xb2\x4b\xf5\xe3\x55\xa8\x7a\xd6\x1e\x21\x99\xf9\x10\x87\xbf\x25\xea\x79\xb8\xfa\x4e\x22\x54\x03\x99\xfc\x75\x73\x45\x9c\x04\x93\xc9\xd1\x82\xb3\x45\x22\x18\x74\x9d\x23\x84\x13\x29\x12\x61\x23\x81\x43\xeb\xb1\xb2\xba\xbf\xf2\x59\xcd\x56\x83\x92\x3a\xb9\x6d\x70\xbc\x2a\xd0\x7e\x1e\x2b\x6b\x0d\x57\x58\x90\x34\xb4\x91\x86\x19\x5f\x43\x8c\xaf\x8a\x2b\xe8\x81\x37\x34\x12\x0f\xbd\xa1\x9a\xc2\x7b\xe0\x24\x98\x34\xb6\xda\x2a\xae\x1e\x3b\x9f\xca\x23\x67\xac\x22\x34\xb5\x22\xae\x51\x6b\xea\x7c\x9b\xea\x65\x23\x86\x12\x12\xa5\x81\xb7\x5b\x12\xef\x70\xf6\x47\x6f\xbc\x61\x09\x19\x9f\x12\xc2\x9a\xb1\xa4\xe8\x3e\xf0\xcb\x7a\xe0\xcc\xb1\xd4\xd1\x4f\x22\xa8\xe4\x9a\x0c\x5f\x86\x07\x3a\xaa\x99\x59\x58\x5a\xc2\x15\xd1\x0c\x1a\xbe\x08\x07\xde\xdb\x48\xd0\x6c\xa1\x9a\xb7\xa7\x1e\xcf\x63\x95\x6b\x7e\x10\xd1\x93\x44\xfe\xf5\xd3\x3a\x1b\x70\x19\x4b\x2d\x61\xa9\x06\x6a\x5f\x1f\x61\x23\xc2\x7b\xb6\x30\x18\xff\x0c\x82\x8d\x91\x08\x92\xbd\x76\xc1\x21\x51\x06\x51\xc2\x0e\x3c\xaa\xd9\x09\x5a\xe4\x24\x18\x6c\x70\xb7\x4f\xf6\x6d\x78\x78\x16\x0f\x96\xec\xd8\x58\x22\x45\x22\x3a\xc9\x9d\xb8\xb3\xa6\x66\x67\x7c\x3b\x76\xc0\x45\x33\xbf\x43\x34\xdd\xc2\x63\xd3\x67\xec\xae\x65\x25\xe0\x49\xeb\x93\x26\x3b\x2f\xe3\x41\xf8\x92\x7b\xc2\xfe\x1c\x56\x4a\x1b\x5b\xeb\x87\x54\xe4\x64\x87\xe1\x33\x5c\x40\x0a\xac\x7b\x98\x00\x1f\x6d\x04\xcb\x7b\xec\x21\xf4\xb7\x71\x95\x31\x34\xbf\x08\x31\x49\x0c\x6a\x8f\xbd\x6a\x15\xb6\x21\x15\xb6\x39\xd8\x4d\x7b\xba\xfa\x09\x7d\x85\x50\x6d\x6c\x19\x2b\x9c\x44\x06\x4e\xef\xb7\x96\x1b\xcb\xe1\x94\xc2\x59\xd8\x67\x6c\x71\x33\x07\xde\xfb\x53\x42\x36\x3c\x70\x95\x49\xe2\x06\xce\xb0\x44\x91\x0d\x28\xb2\x94\x50\x99\x1d\xfb\xed\xfe\xbc\xd5\x9f\x4a\xbb\xef\xe5\xf2\x67\x23\xb4\xa1\x75\xfd\xb8\x7a\x7c\x79\x4f\x98\xa8\x63\x7f\xbc\x3f\x3e\x44\x15\x0c\x8f\x3a\x9f\xb1\x45\xe2\x0f\x3c\xaa\x35\x85\x44\x19\x17\x84\xdd\x49\xc4\x9d\x87\x6c\x65\x5a\xbf\xf8\x24\x18\x2d\xfe\xc9\xc7\xcd\x68\x27\x3a\x6f\x6d\x12\xfc\x62\x64\x96\xf6\x24\xb8\x4b\xf0\xcd\x3e\x84\x6f\x4e\x22\xd0\x1c\x5e\x3c\x27\x3a\xbd\x24\xe2\xea\xec\x33\xfd\x99\xc6\x9a\x38\x05\x22\x41\x8c\x77\x3c\xcd\x9b\x9b\x37\xe1\xe6\xdd\x03\x46\xf9\x44\x18\x48\xa2\x10\x4f\x8d\xe6\x1b\x0f\xd6\x09\xbf\xef\xae\x8a\x0a\x6a\x69\xe1\x44\x5a\xd8\x14\x35\x78\xe8\x19\x31\xe5\x39\x6d\xc0\xf8\x9e\x56\x37\x9b\xa8\x9b\x9d\xea\x3b\xf0\xa5\xd9\xe8\xb8\x9b\x26\xf6\xc3\xe8\xdc\x64\x27\x11\x73\xad\x58\xb8\x88\x1a\x49\x7c\xa2\x78\x02\xcc\x4a\x9e\x44\x0b\xdf\xac\x74\x66\x78\xaa\x75\x8a\x70\x2a\x3b\xc7\x98\x9a\x9b\xc1\xbe\x42\x84\x73\xb2\xcd\x70\xe6\xe6\x5b\xfe\x65\x78\x5c\x94\x9d\x58\x01\x63\xb8\xf3\x83\x10\x9b\x88\x7c\x4e\x56\x4b\x16\x2a\xa2\x07\xce\x0e\x1a\xee\xe6\xd8\x2a\xcf\xe4\x4c\xd7\x3f\x55\x3f\x61\x2c\xcc\xeb\x9c\x38\xb2\x39\x70\xfa\x29\x9a\x75\x42\xb3\x8e\x56\x0d\x76\x35\x1b\x77\x0e\xc4\x77\xb1\x0e\xf4\x49\x30\x0d\x04\x24\x18\x7a\x86\x9f\x44\x5c\xa0\x93\xf8\x08\x63\x0f\xc1\x23\x82\xca\x5d\x15\xd1\x68\x6c\x77\x73\xab\x9b\x38\xc1\x1f\x6f\xd7\x0f\xbd\xd0\x79\x21\xcd\xf1\xf1\x16\xf9\x40\x43\x73\x41\xcf\x21\xba\x60\x62\xfa\xd3\x15\x95\x79\x7c\xb6\xaa\xf9\x68\x76\x08\xec\x65\xed\xb9\x89\xf6\xdc\x81\x33\xac\xc7\xab\x15\x9a\xc0\x5d\x21\x67\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\xca\x6c\xe0\x24\x58\x5c\xe2\x1c\xcc\xc6\x23\xf1\x24\x98\x35\x62\x30\x4c\x19\x9c\x9d\xc4\x3c\xd5\x13\xcc\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\x94\xf7\x29\x43\xb4\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x20\x90\xde\x0c\x21\x93\x89\x03\xc8\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\xc4\x14\x98\xd3\xa3\x9a\xb0\xb7\x10\xc9\xcc\x29\x05\xf7\x89\xb3\x82\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x6e\x7e\x29\x2d\x7b\x8f\x93\xa0\xf3\xac\xa0\x95\xcf\x26\xca\x67\xfd\xd6\x54\x4a\xe9\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\xc7\xc8\x28\x67\x7e\xdc\x17\x79\xc1\x9a\x5a\xa9\x8f\xc7\x4a\x48\x6b\xb4\x64\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x61\x4b\x17\x79\xca\xfc\x7d\x4c\x85\x37\xbe\xb5\x41\x56\x44\x60\xbd\x21\x27\xe7\x12\xa3\xe6\x24\xc2\x9c\x37\xb1\xfd\x30\x7c\x27\x11\x0c\x1c\xc5\xdd\xb4\xe4\x75\x22\x79\xed\x37\x51\xf2\x56\xd2\xa1\x5a\x09\xbf\x76\x68\xce\x4f\xd3\x8d\x53\x74\xe3\x98\x0a\x04\x5e\xb4\x80\xab\xb0\x2d\x1d\xf5\xbd\x40\xdd\x9e\x04\xf5\x28\x2c\x7b\xd1\xfe\x5b\x25\x94\xe4\x1d\xc3\xbc\x78\xb0\x45\x71\xe6\x15\x9a\xbf\x6c\x57\xa3\xee\x28\x46\xb6\xd8\x43\x27\x41\x35\xf4\xb2\x6a\x17\xaf\x88\xfc\xe8\x30\x81\xab\x41\xe1\x9f\xc4\x08\x70\x07\x2c\x6c\xbc\xe2\x6e\x70\x30\x2c\xf3\x14\x27\x3c\xc5\xd3\x17\xda\x14\x0d\x34\x89\xc9\x90\xd2\x54\x40\x7e\x23\x75\x84\xc1\x3d\x29\x94\xb4\x68\xa3\x93\x88\xbe\x28\xc8\xba\xb4\x0a\x4e\x82\xd0\x90\x8a\x00\xdf\x3d\x22\xa2\xb4\xa5\xa9\x30\xe2\xc3\xb5\x0f\xc5\x43\x52\xb8\xfb\xa5\x6d\xb6\x96\x62\x0a\x2b\x7e\xf9\x72\x3d\x21\xf3\x4d\x97\xe2\xea\x9a\xb6\x3d\x89\xb3\x5b\x93\xc2\x61\x6f\x5e\xe0\x27\xf1\x04\x98\xda\xb7\x77\x4d\x38\x8b\xeb\x28\x85\xce\xb5\xbd\x4c\x21\xff\x4d\x49\x31\x89\x96\xe4\x4a\x13\xfb\xb0\x94\x10\x9a\x9d\xec\xdb\x70\x75\x46\xe5\x5d\xfd\x8b\xea\x09\x5e\xb7\xa4\xb0\x7c\x12\x2b\xc0\xaa\x45\xb8\x06\x96\x68\xc7\x00\x77\x2e\x69\xa2\x9e\x04\x1e\x2c\x14\xd9\xfc\xe5\xf5\x7b\x29\x22\x2a\x81\x5c\xd6\xdb\x9d\x09\xa6\x42\xcf\x84\x7f\x5b\x6f\xef\x60\x71\xd8\xe1\xcf\xce\xf5\x5e\x3a\x09\x6f\x07\xc2\x57\x35\x5e\x10\x62\xd5\x24\x8c\xa9\xe6\x92\x85\xdd\x49\xe0\x2b\x46\x91\xdf\x3f\xae\x3f\xde\x99\x38\xb1\x8e\x9c\xce\x1f\xe1\x5b\x50\xdf\x9d\xeb\xf1\x0e\xc6\x46\x2d\x7f\x43\x6d\x83\xf8\xb6\xfd\xce\x14\xc7\x64\x66\xac\xfb\x96\xd7\x9b\xfa\xff\xa1\xae\x5a\xff\xef\xc4\xd5\x36\x69\xb7\x6f\x79\xa0\xb9\x1d\xe7\xd8\xb5\x2d\x3c\xe4\x28\xbc\x8f\x34\xb4\x4f\x02\xbf\x38\x0e\xba\xab\x73\xb5\x8b\x82\x36\x7f\xc3\xe6\xbe\x0d\x57\x48\x7c\x87\xa8\xcd\x82\x43\x6a\x4e\x45\x0b\x95\xad\xf7\x49\x00\x9f\x8e\xdf\xfa\x36\x3c\x56\xcc\xb1\x50\x35\xd3\xbb\x6a\xa6\x15\xf9\x54\x92\xb1\x93\x50\xe0\x52\x87\x05\xed\x86\x13\xeb\xeb\x1b\x7b\x92\x5d\xbb\xbb\x83\x8c\xd2\x9d\x01\x83\xf5\x24\x12\x31\xfc\xaa\xe0\xcb\xf0\x1d\xc1\xfc\x14\x39\x6e\xa8\xd9\x25\x87\x9a\xd9\x11\x00\xb7\xe1\x11\xcb\xe7\x1b\x09\xf0\x63\x30\xb1\x83\x14\xd6\x69\x1b\x1e\x46\x5c\xbd\x38\x96\x99\xa8\x0d\xe4\xea\x29\x3b\x66\xef\xf6\x24\x6c\x82\x17\x15\xc7\x2f\xdb\x06\x47\xc4\x36\x07\xf3\x1a\x9a\x82\x17\x71\x08\x15\xdb\xe8\x25\x94\x86\x76\x64\xba\x1c\xf3\xe8\x25\xdc\x85\xb7\xa9\xd3\xa8\xa3\x54\x69\xa1\xe2\x21\x9c\xb2\x23\xac\x89\xc7\x3c\xf7\x9b\xd0\x5f\x0a\x87\xf9\x5e\xcd\x60\x02\x2c\x39\x0e\x92\x6a\xff\x68\x7e\x15\x7f\x4a\x46\x3c\x27\x81\x1f\x24\x85\x1a\x91\x70\xc9\x4e\x5c\x6a\x71\x08\x1e\xd6\xfb\x24\x08\xa8\xe3\x90\x31\x03\x70\xac\xd7\xa8\x8a\x06\x32\x5c\x4b\x3c\x2b\x07\x7a\xc6\x27\xb7\x0c\xde\x07\xfc\x8d\xa5\xb1\x01\x4f\xc5\xe3\x21\xda\xc0\x92\x1a\xfd\x49\x84\x25\x5d\x12\x34\x1b\x1a\xce\x0a\x88\x1a\xb2\xa5\x11\xf6\xb0\x91\x3a\x0a\x15\x0f\x7e\xc2\x48\x0c\xcc\x2e\x55\x7c\xbb\x78\xdc\x18\x43\xe1\x20\x44\x76\x3f\x68\xf1\x4a\x0b\xe5\xf1\x2b\xf8\xe1\x15\xdc\xa7\x02\x20\x88\xd2\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x8c\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\x06\x43\x3d\x09\x1d\xef\xae\x48\x4c\x7b\x8e\x6a\xf0\xb9\x73\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x56\xc1\x42\x10\x19\xaf\x75\x45\x8c\xe0\x74\x3d\x44\xa3\xeb\xc3\xb1\x27\x96\xa1\xc1\xde\x56\x40\x89\xa5\x7e\xbc\x34\x18\x05\x93\x10\x34\x54\xc7\xc7\xed\xa8\x12\x8f\xa0\x21\x11\x95\x10\xef\xd9\x6f\xd7\x11\x8a\xe4\x8a\x39\xb3\x45\xdc\x3f\x3b\xf0\xb0\x83\x88\x3c\xda\x23\xfb\x89\x7d\x7c\x7f\x23\x47\x44\x9f\x49\x62\x45\x7a\x5d\xc5\xdf\xf6\xef\x6f\x72\xce\x71\x39\xc2\x04\xc6\xea\x4a\xc6\xef\xe4\x95\xed\x00\x7e\xd7\x89\x93\xa6\xab\xe5\xef\xef\x7e\xd7\x59\xb1\x84\xfc\xdd\x97\xf6\xbb\xce\x88\xb2\x7c\xdf\x5d\xce\x82\xd2\xc2\xee\x91\x24\xa8\xbd\xc9\x63\x59\xdb\xb0\x27\x95\xec\xb0\x87\xed\x0c\xb0\xc7\x4a\x29\x39\xf1\x1c\xf8\xf5\xe9\x17\x24\x98\x92\x38\xa7\xcb\xe5\xbf\x5e\x32\x27\xf3\x3f\xd7\x3f\xff\xf1\xbf\xff\x1f\xeb\x9f\xff\xe7\xfa\x9f\x9f\x9f\xd7\x7f\xfe\xeb\x5f\x9f\x7f\xfb\x8f\xf7\xff\x78\xfd\xc7\xcf\xff\x76\xa0\x3f\xef\xcf\xf3\x3f\xfe\xed\xf3\xaf\xcf\xff\xfd\xef\xff\xf9\xaf\xd7\xe7\xe7\x9f\xff\xfe\xcf\xf3\xab\xf8\xfb\x7f\x02\x00\x00\xff\xff\xbb\x47\xae\x74\x89\x44\x03\x00"); +func _abf ()(*asset ,error ){_edd ,_fca :=_fde ();if _fca !=nil {return nil ,_fca ;};_gbb :=bindataFileInfo {_c :"90msp-RKSJ-H",_ed :3749,_cg :_g .FileMode (436),_ca :_d .Unix (1580490990,0)};_bdd :=&asset {_fdf :_edd ,_ff :_gbb };return _bdd ,nil ;};func _egbd ()(*asset ,error ){_cbdcd ,_ccfb :=_gfea (); +if _ccfb !=nil {return nil ,_ccfb ;};_bfcb :=bindataFileInfo {_c :"HKscs-B5-V",_ed :633,_cg :_g .FileMode (436),_ca :_d .Unix (1580492464,0)};_gdde :=&asset {_fdf :_cbdcd ,_ff :_bfcb };return _gdde ,nil ;};func (_gf bindataFileInfo )Name ()string {return _gf ._c }; +var _bcce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xc1\x6e\x9b\x40\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\xd0\xc2\xee\x02\xbb\x2b\x55\x91\xaa\xf8\x50\x52\xa5\xa9\xe2\x26\xad\x54\xf5\x80\x61\xb0\x90\xea\x05\x01\x3e\xf8\xed\xab\xf9\xc7\x75\x0f\xd6\xd8\x9f\x77\x7e\x0d\x68\x36\x7f\x68\x76\x4d\x1a\x37\xca\xbf\x2d\x53\xb7\xe7\x8d\x86\x31\xf5\x0b\xaf\xd3\x79\xe9\x98\x0e\x7c\x1c\x53\x96\x19\x4b\xfd\xd8\x6d\xff\x7e\xa2\x74\xa7\x76\xce\xb2\xfc\xe5\xcb\xfe\xf1\xfd\x67\x3a\xaf\x7c\x85\x87\x66\xb7\xbf\xac\x1b\x9f\x9a\x34\x4c\xe4\xb4\xb1\x3f\xcf\xd7\x66\xa2\xfc\x85\x8f\xe3\xba\x2d\x17\xba\xfb\xd4\x4f\x07\x7e\x47\x3d\x0f\xe2\xcf\x4b\xcf\xcb\x98\x8e\x74\xf7\xd8\xce\x6d\x32\xb7\x3f\xf6\xe7\x79\xfe\xc3\x27\x4e\x1b\x19\x18\xa7\x1e\x35\xcb\x1f\x9e\xda\xf9\x6b\x7b\x62\xd2\x41\xde\xc0\xd0\x37\x5e\xd6\x71\x4a\x64\xec\x87\xa2\xa8\xfe\xfb\xf7\xcb\xcc\xd7\x98\x2c\x7f\x6d\x76\xcf\xc3\xb0\xf2\x46\xa1\x2c\xf4\xcc\xcf\xd7\x66\x47\xbf\x0c\x99\x82\x6c\xe5\x5c\xfc\x7d\x3d\xfa\xe3\x69\xea\x6f\x8d\xd6\xeb\xe3\x74\x63\xbf\xb4\xe9\xc8\xd9\xc7\x60\x4a\x73\x4f\x52\xec\x3d\xf9\x10\xbc\x50\x55\x80\x2a\x03\x8a\xa0\x83\x52\x2f\x14\x8d\x50\xad\xa7\xea\x12\x54\x82\x22\xc8\xb7\x20\x34\x06\x8d\x97\xe2\xa3\x91\x78\x1b\x07\x21\x14\x1f\x4d\x10\x6a\x71\x0a\xc5\x47\x13\x41\x4e\xc9\x09\xd9\x02\x54\x29\x55\x20\x03\xf2\x4a\x1e\x64\x85\x3a\xcd\xea\x90\x65\x9d\x10\x2b\xb1\x52\x09\xd2\x78\xd6\xf8\x0a\xa4\xf1\xac\xf1\x35\xa8\x53\xea\x40\x32\xbd\x2b\xf1\xd8\x28\x3e\xda\x00\xb2\x4a\x16\x14\x41\xa5\x92\xbc\x9c\xe8\x0a\x50\xad\x54\x83\x0c\x28\x28\x05\x90\x4c\xef\x6a\xcd\xaa\x91\xe5\x64\x7a\x17\x30\x2a\x8a\x8f\xae\x04\x55\x4a\x18\xd5\x55\x20\xaf\x84\x37\xe1\x6a\x10\x2b\x31\x08\xd3\x47\x6d\x8c\x3a\x44\x90\x95\xbc\x2d\x83\x7c\x97\xcb\x70\x5b\xce\xee\xbc\x2c\x9c\x36\x5c\x05\x2c\xa1\x6c\xd1\x98\xf8\x76\xcf\xe6\x69\x96\x2e\x7c\xfe\x06\x00\x00\xff\xff\x51\x31\x38\xdc\x93\x03\x00\x00"); +func _fbb ()(*asset ,error ){_afd ,_gad :=_ebb ();if _gad !=nil {return nil ,_gad ;};_dce :=bindataFileInfo {_c :"Adobe-CNS1-7",_ed :1877,_cg :_g .FileMode (436),_ca :_d .Unix (1580491225,0)};_gedc :=&asset {_fdf :_afd ,_ff :_dce };return _gedc ,nil ;}; +var _aafag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\xff\xfe\x9f\xff\xcb\x9f\x52\xfc\xf7\xff\x0b\xde\xc1\x2b\xff\xe7\xfd\xdb\xdf\x7f\xf9\xeb\xaf\x5f\xe1\x7f\xdc\x62\xf1\xe3\xff\xf2\x6f\x7f\xbb\xbf\xc2\xea\xea\xbf\xfe\xf3\x9f\xff\xe3\xd7\xff\x1d\xbe\xc2\xf6\x15\x4b\x0d\xf9\xff\x59\xcf\xff\xaf\xff\xfc\xd7\xeb\xfe\xda\xd8\x0a\x9c\xc6\xf9\xd7\xeb\xfe\xfb\xdf\xf6\xf3\xfe\x6d\xff\xf5\x5f\xee\x3f\x7c\x7d\xfd\x4f\xdb\xfa\xf7\x3d\xff\x1b\xb6\x3f\xfd\xe9\x4f\x7f\xfa\x9e\x70\xfe\x37\x6f\x7e\x3a\xf8\xf5\xaf\xff\xb8\xee\x87\xcf\x7e\xff\xed\xfc\x17\x9e\xef\xaf\x30\xbf\x7e\xbf\xf6\x87\xb0\x6d\x6b\xf4\x5f\xae\xf3\xff\xdd\x7f\xfb\x7c\x58\xce\xef\xaf\xd1\x3e\xad\x36\x5b\x43\xad\xeb\xfb\x6b\x64\xb5\xee\xef\xaf\xb0\x6d\x9f\xe6\xbe\xcd\x61\x3e\x8d\x3c\x7f\x53\x37\x7b\xf9\xfe\xaa\xfe\xb1\x7e\x7f\x8d\xa4\x56\x9b\xaf\x56\x35\xfb\xf7\x57\x48\x51\xcd\xf1\xfd\x15\x8a\x9b\xfb\xf7\x57\xc8\x1e\xf3\x98\xdf\x0a\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\x42\x1c\x05\xf1\x51\xe6\xcb\xfe\xb5\x7e\x7f\x85\xd0\xd5\x9c\x30\x07\xbf\x0c\x98\xd5\xf3\x31\x61\xae\x02\xf2\x00\xcc\xfe\x75\xc2\x1c\x05\xe4\x01\x30\x34\xfd\x73\x0e\x94\x34\xee\x35\x7b\xce\x9a\xfe\x35\x5f\x2e\xea\xf9\x9e\x2f\xe7\xf2\x69\x3e\x78\xf9\x03\x64\x98\x24\x30\x52\xad\x6a\x07\xb4\x83\xda\x71\x76\xd6\x8a\x5f\x48\x78\x50\x87\x1e\x64\x3c\x48\x4d\x0f\x80\x95\xa6\x21\xc3\x56\xd9\x87\x07\x6d\x78\xd0\x3c\x4a\xc7\x83\x9e\xf4\x60\xf0\x81\x47\xd9\xbf\xbf\xe2\x96\x92\xdf\x38\xf0\x40\xab\x1e\xb6\x93\xa3\xf8\x93\x8b\xa3\xf8\x8d\x9b\xa0\x7b\xd8\x87\x6f\x7c\xd0\x1e\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x96\x3e\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\x94\x36\x4a\x08\x9c\x69\xf7\x18\x9c\xe9\x70\x97\x37\xa1\x70\x17\x0f\xa1\xd0\x83\xc8\x99\x7a\xd5\x62\xe0\x1b\x5a\xe8\x18\xf9\x86\x1f\x70\xa1\xbb\xfb\xe0\x42\x0f\xe1\x33\x72\xf2\xa2\xdb\x10\xb1\xd0\x3d\xb8\x8f\x8e\xa9\x08\xd0\x38\x66\x3b\x08\xdf\x11\x53\xaf\x86\xea\x40\xdb\xbf\xaf\x89\x09\xff\x71\x4d\x4c\x5f\xa4\x35\x31\x11\x5b\x9a\x4b\x98\x05\x41\xe2\xb4\xa2\x90\x97\x12\x1f\xf8\x83\x35\x4f\x7f\xb2\xe6\x29\x28\x12\xe7\x29\x16\x13\xd2\x5a\x64\xf7\xd1\xd9\xa9\xe0\x4c\x5c\xe4\x17\x9c\x3b\x57\xdd\x7d\x90\xa0\xb3\x47\x39\xf1\xc0\x84\x92\xb8\xcc\x9e\x7c\x22\x41\x67\x77\x4a\x6c\x44\x2d\x51\x5e\xd8\x50\x1f\x19\xd8\xd0\x8a\xe5\xb9\xbd\xfd\x7d\x5e\x9b\x5b\x30\x64\xe2\xa2\x09\x17\xb9\x10\x4a\x2d\x71\x26\x2e\xbc\xa9\x32\x37\x77\xf5\x1b\x24\xf8\xe6\x51\x06\x81\xc2\x79\xf3\x39\x59\xfe\x7b\x67\x4d\xc8\xdc\xf9\xd1\x20\x60\x3b\x98\x2e\xf3\x3c\x7e\x92\x11\x99\x2f\xd0\x8c\x70\x50\x36\x02\xa4\x15\x2f\x6b\x53\x6b\xb5\x0a\xb0\x20\x80\xcb\xc4\x42\x16\x96\x0b\x71\xe0\xbd\x53\x48\x0f\xd5\xdf\x2f\x7a\xf0\x08\xa4\x07\xe3\xb1\xac\x4d\xef\x3e\xd6\xa6\xf7\x28\xa4\x07\xd3\x54\x39\xf8\xc0\xa3\xac\x6d\x2f\x3c\x96\xb5\xed\x0d\xf8\xa2\x07\xad\x45\x21\x83\xd3\x61\x10\xea\xa4\x07\xef\xcf\x3a\x37\xbd\xce\xb3\x50\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x67\x58\x23\x97\x30\x14\x2d\x73\xcb\xfb\x13\xee\x0c\x93\x59\x23\x26\x8c\x9a\xb6\xa8\xc2\x9d\x4e\x2e\x61\x4e\xd4\x48\x13\x26\xc4\x46\x9a\xf0\x19\xd7\x16\x4d\xf8\x93\x75\xe8\xf9\xc1\x35\xbb\xf4\x08\x93\x5f\x9a\x0b\x8d\xb9\xc0\xc6\xfc\xc0\xf2\x76\x6f\xad\x33\xf2\x81\x40\x3e\xb1\x97\x8c\xd9\x93\x98\xf5\x07\x0f\x7e\xd7\x52\x5c\x1b\x30\x2d\xa4\x5c\x01\xef\xab\xbf\x2b\xe2\x77\xcd\xf0\x4a\xf8\xdd\xed\x8c\xdf\x05\xe1\xb5\xd8\x8d\x66\x70\x51\x96\xb0\x1c\x70\x11\xa9\x66\xf0\x17\xb7\x9a\x4f\xe0\x8b\xec\xc6\x1b\xe9\x22\x5a\x7d\x3a\x5e\x8b\xf5\x8a\x04\x2f\xa2\xd5\x3c\xe6\x21\x1c\xc6\xf3\x03\x29\x57\x88\x8a\xf3\x04\x18\x59\x5d\x46\x32\x9d\x2e\xaa\x8f\x05\x98\x90\x74\x18\x0b\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xee\x94\x6b\x38\xdc\xe9\x45\x48\xfd\x80\xec\x72\x78\x14\xce\x25\xa5\x9f\x1c\x4c\x91\x5c\xa4\x07\xc1\xb4\xb8\x88\x04\xb7\xd8\xb8\xc6\xda\x0e\xb1\x71\x8d\x45\xef\xb1\x11\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x85\x09\x43\xbe\x30\xa1\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x37\x84\x9e\x7e\x02\x3d\xfe\x82\x33\x31\xbe\x3a\xe9\x33\x18\x0c\xae\xa9\x64\xe3\x38\x38\x35\xf1\xb0\x38\x38\x35\x43\x3e\xc0\xa4\xbc\xcf\x06\x67\xe2\xbd\x3b\x48\xaf\x3a\xb2\xe2\x58\xd4\xe8\x41\x38\xb5\xe1\x3e\xb8\x91\x86\x07\x21\xe4\xc1\x6f\x2c\x40\xb5\x6c\xfb\x82\x4b\x9d\xee\x8b\x65\x68\x51\x0e\x4e\x45\xec\x39\x1e\x7c\xc3\x14\x78\x70\xdf\x18\x81\x53\xb1\xf4\x96\x38\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xd0\x33\xbd\x3c\x27\x25\x3b\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xba\x1c\xcf\xfd\xad\x2e\xc7\xf3\xf8\xfe\xd2\xe1\x17\x4f\x62\x44\x4c\x37\xf2\xec\x30\xd9\x5e\x6b\xfe\x1a\xff\xc3\xd9\xfd\x60\x69\x89\x42\x2a\x38\x7b\x72\x0f\xeb\xb8\x14\x7c\x93\xaf\x1b\x39\x17\xe5\x86\xe2\xf7\x49\x3c\x92\x7f\xd2\xd4\x8e\x05\x71\x9a\xaa\xef\x70\x2b\xbf\xe7\x9a\xa6\xd6\x1b\xc5\x58\xd3\xf6\x3b\x48\xd2\xd4\x56\x43\xf2\xb7\x73\xee\xc9\xc3\x5c\xbf\xc7\x63\xa2\x62\xda\x25\x5c\xa4\xc0\x9d\x21\x71\x31\x51\x07\xec\x12\xbb\x13\xb5\xb3\x2e\xb1\x29\x51\x3b\xeb\xc5\x0f\xda\xdb\x00\x91\x22\xec\x11\x1a\x32\x92\x62\x3d\xdb\xb8\x86\xf4\x1b\x1c\x52\x0a\x76\x8a\x84\x52\x62\x54\x4a\xa4\x47\x69\xc7\x69\x2a\x5b\x12\x88\x12\x15\xab\x2e\xb5\x3f\x25\xd8\x31\x04\x60\x5a\x20\x68\xd6\x89\x23\x36\x3f\x20\xa2\xdc\xe5\x3a\x5b\x24\xa7\xa5\x0e\xa1\x2b\x8b\xe8\x52\x87\x16\xe5\x23\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\xa0\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x92\x54\x8d\x3a\xcd\xd3\xc9\x3e\xb4\x9b\xd3\xc9\x3e\x74\xa4\xa5\x93\x80\x99\x0a\xe6\x86\x08\x71\x1b\xdb\x4f\x8e\xa3\x84\xed\x12\xb7\xe1\xcf\x0b\x1f\x68\x00\x6c\x87\xb8\x89\x84\xf3\x16\x60\x55\x53\x1b\x8a\xd1\x26\xf6\xf0\x40\xd8\x8a\xe1\xb3\xbf\xc2\x0d\x7e\x91\x3e\x0c\x22\xdc\x07\xa4\xa0\xcf\xd9\x1f\x9e\x86\x2d\xfc\x61\x83\xe1\x69\x14\x7a\xfc\x3b\x38\xeb\x07\x6d\xe1\x69\x38\x33\x3e\x4b\x11\xb7\x6d\x8a\xdd\x1f\x34\xc7\x6d\x6e\xb8\xea\x5f\xc3\xc4\x47\x56\x2b\xfc\xae\x15\x7f\xd7\x9a\xe7\xec\xab\x99\x5f\x74\x16\xb7\x50\xbe\xbf\x6a\xd5\x28\xa1\xce\x66\x55\xb3\x9b\x43\xc6\x2d\x0c\x73\xc8\xb8\x61\x1b\x7e\xa6\x17\x37\x6c\xc2\xcd\xef\x4e\xea\xfc\xac\x78\xdc\xc2\x0d\xec\x7d\x9a\x71\x42\xf8\x41\x45\xdc\x22\x80\x70\x13\x40\xa8\xab\xb9\x93\x64\xb9\x8a\x5b\x3a\xbe\xbf\x24\xd1\xc6\x0d\xfb\x22\x86\xa0\xbe\xd3\xfd\x62\x3e\x71\x4b\xdc\x98\x59\xbd\x67\x52\x63\x57\x87\xd0\xeb\x37\x75\x98\x07\x3b\xd4\xef\xa0\x84\x1a\xbb\x46\x98\x82\x62\xeb\xc6\xcb\xd4\x3d\x9b\x8e\x8a\xb8\x61\xe5\x53\x73\x1b\x20\x0c\x23\x67\x07\xe9\x14\x0d\x09\xe6\x5b\x65\x76\x89\x1b\x98\x6f\xd8\x3e\xdb\x30\xc2\x34\x19\x42\x2f\x7e\x90\xbe\xbf\xda\x47\x98\x8a\xb4\x33\x06\xf1\xa3\x08\xa3\x61\x4f\x9b\xdf\xdf\xd1\xce\x6a\x03\xa6\x22\xba\x80\xf1\xae\x6f\x51\x1f\x4c\x4a\x68\xd5\x23\xc4\x30\x7f\x37\x00\x30\x89\x09\x62\x98\xbb\x46\x7a\xfd\xdc\xd8\xbf\x1f\xcc\x65\xfb\xb0\xbb\xf8\x31\x5e\x89\xd4\x96\x61\xa9\x7c\x24\xe3\x08\x1b\x50\x4f\x1f\x41\x2d\xc2\x74\x31\x64\xd7\x8b\xb0\x5c\x0c\x89\x7a\x11\x86\x8b\x21\x51\x26\x7e\x2c\x13\x51\x1d\xcc\x65\xe8\x69\xd3\x00\x53\xe4\x1a\xd2\x73\x23\x14\x42\xa9\x39\x11\x0a\xa1\xec\x4b\x31\x50\xf0\x29\xa2\xb3\x30\x05\x82\x9e\x36\xbd\x70\x82\xa3\x44\x03\x8c\x43\x3d\x46\x43\x44\x1e\x16\x0d\xf2\x05\x11\x25\x8b\x14\xa1\xf2\xcd\x07\x82\xf1\x9e\x83\x6c\x46\xca\xdd\xd0\xd6\x07\x77\x47\x5b\xab\x78\x0f\xb4\x05\xe4\xd4\xd5\x7a\xd2\xfb\x11\x74\x54\xf2\xc7\x5c\x1a\x23\x6d\xda\xf9\x23\x69\xc5\x48\x9b\x76\xfe\xe8\x0e\x31\xd2\x84\x9d\x45\xce\x71\x5b\x56\x2e\x3f\x68\xec\xc3\x9d\x42\x38\xc9\xd5\x0f\x06\xfb\xa8\x7a\xb0\x73\x4b\x6c\x7a\x70\xf0\x13\x0f\x4b\xf3\x9d\xd8\x40\xa4\xf9\x79\x7c\x44\xe6\x18\xc1\xe6\x8a\x9b\x89\x0b\xa4\xb9\xc2\x96\x1c\x04\x25\xc5\x86\xfc\xd1\x70\x62\xa4\xa5\xb8\xbc\x3a\xa4\xbf\xa3\x8c\x1f\x9c\x31\x31\x06\x32\x16\xb1\x85\x18\x89\xdb\xe1\x07\x6b\xd6\x7e\x40\x10\x9a\x66\x1d\x2f\xce\x49\x30\x47\x4a\x5d\x22\xca\x48\x39\x21\x57\x3f\xe0\x3e\xf1\x27\x60\x80\x46\x64\x5a\xb3\xd2\x03\xda\x31\x8b\xc8\x30\xe6\xd5\x83\x30\x43\xa3\x64\x11\x7f\x5a\xfa\x78\x16\xaf\x5f\x7a\x6c\x2e\x7e\x10\xf8\x86\x96\x8b\xe6\xb2\x22\x86\xb3\xd4\x80\xf1\x7a\x70\xf3\x81\xfa\x80\xff\xab\x0c\xc3\xb1\x93\xd2\x86\xa6\x76\x2c\x14\xeb\xc1\x09\x39\x33\x7e\xc4\xe0\x98\x40\x7a\x73\xa9\x3f\x0f\x26\x51\xc8\xbb\x12\xd3\x72\x30\x88\x4f\xa5\x81\x5d\x2a\x03\x67\x4c\x83\xe7\x87\xa8\x39\x41\xf7\x78\x3f\x00\x9c\x51\x66\xf3\x98\xa0\x8c\x44\x93\x5e\x82\x32\xf2\xbb\x4f\xca\x7f\xfb\x80\xd2\x83\x58\x3e\xc4\xa8\xdf\xbd\x31\x25\x9e\x50\xe3\xc7\xf3\x11\x73\x4c\x7c\xf0\x99\x7c\xbe\x27\x0b\x97\x89\x2c\xe6\xe7\x81\x01\x4b\x0c\xad\x4c\x0e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x8b\xd6\xa3\x60\x28\x15\x1d\x16\x7d\x3f\x55\xfe\x1e\x3f\x82\x76\x2c\x0d\xfd\xe9\xe4\x2c\x93\x61\xf6\x98\xf5\x7d\xc7\xf7\x42\x65\x99\x1a\x6a\x8f\x59\xe3\x4d\x71\xb3\xc7\x2c\x78\xa6\x82\xda\x63\x56\xff\x1d\xf0\x25\xf7\x8f\xf1\x25\x9b\x94\x89\xf8\x16\xf5\xf3\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x07\x4c\x21\x46\x5f\xdd\xed\x64\xc8\x1f\xd5\x22\x96\x83\x07\xb9\x4e\xd5\x72\x80\xe3\x0b\xbe\x03\x1c\x5f\xe0\x1d\x5c\xb3\xe1\xd7\xc9\x7c\xfd\xc2\x39\xdf\xd7\xf4\xa7\x00\xd8\x92\x66\x7f\x92\x6c\xc4\x15\xcb\x89\x13\x54\x07\x46\x99\x07\x88\x8f\xa7\x32\x35\xca\x26\xb9\xa5\x9c\x40\xb6\x07\xa3\xcc\x9c\xc4\x4c\xca\x3c\x6f\x5a\xd4\xe8\x38\x6d\x36\xf3\x85\x32\x09\xaa\xe9\x3c\x2f\xe7\x33\x9b\x02\xe6\xce\x58\x6b\x61\xf3\x2e\x68\x0b\x1a\x78\x4a\xe3\x8b\x58\xee\xf9\x7d\x13\xf0\xcf\x42\xae\xe0\x7d\x78\xda\x69\xf5\xea\x3c\x37\x9a\x24\xc0\xba\x61\xb6\x41\xcd\x1b\xe2\xc4\xe7\xf3\x1a\x40\x0b\xda\xc7\x35\x80\x16\xfc\x79\x9e\xb4\x20\xde\x51\xa7\x10\xd7\xc4\x5b\x6a\x05\xa5\xea\xd8\xab\xa0\xf4\x4d\xbc\xbf\x56\xd2\x8a\x7a\xaf\x09\xef\x27\xb5\x33\x7e\x17\xec\x15\xd8\xd0\x51\x52\x6b\x45\x3b\xab\x4d\x4a\x10\x38\x73\x27\xc9\x31\x1a\x6b\x3d\x40\x68\xe2\xc1\xb5\x92\xc9\xbc\x1e\x4c\x5a\x69\xee\x0f\x9b\x3f\x8c\x1f\x9d\x3c\xb5\x62\x29\x04\xfc\xe2\x4f\x62\x9b\x75\xed\x84\xe2\x37\xb8\x58\x92\xce\xea\x24\xd5\xa9\xfc\x08\x41\xc7\x4d\x75\x48\x0f\x96\x34\x23\xea\x6e\x1b\x79\x9c\x8e\xf0\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\x88\xde\x51\x26\xf7\xd8\x32\x05\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x4c\xb7\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x38\x23\x6a\x14\x17\x1c\x30\xc4\xc4\xa8\x8d\x78\x00\xae\xb0\x89\x54\x0f\x58\x03\xa2\x19\xdb\x11\x09\xc6\xc7\xfc\x12\x0f\x9c\xdc\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x82\x03\x30\x9a\x06\x8f\x51\x7e\x07\xf9\x31\x1a\x15\xc8\x4f\x17\x37\xb0\x51\x8a\xa8\xe8\xee\xf0\xb5\x59\x68\xbf\x7b\x81\xae\x56\xfc\x46\x83\xc7\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\x61\x03\xcc\x16\xc5\xee\xa9\xe1\xe7\x9a\xdd\x8e\xdf\x5f\x49\x6e\xcf\x78\x4f\x39\x38\x5b\x10\xbe\xa7\x20\x9c\xcd\x09\x6e\x1a\x00\x93\xc4\x9e\x7b\x30\xc8\x42\x8c\xf4\xc6\xcc\x53\x2f\xee\x12\x71\x17\xa5\xfa\x93\xf1\xfd\x55\xb6\xe2\x3e\x8f\xd9\xee\x6e\x4f\xf2\x6c\xb2\x07\xc6\x7b\x1e\xd2\xa9\xea\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x3c\x17\x6f\xc4\xd7\x14\x79\x67\xe2\x8d\x13\x39\x07\x6d\x81\x1b\x71\x34\xd9\xfa\xc0\x8d\x48\x9a\xe4\x03\xe8\xc6\xbe\x4a\x43\x07\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x9f\x8f\xe0\xa9\x23\xa2\x26\x5b\x0a\xba\x11\x53\x93\x86\x18\xdb\x8d\x43\xa9\x6c\x62\x0d\x37\xec\x96\xef\x4e\x0f\xcc\x25\x18\x1b\x30\x64\xe6\xad\x69\x2e\x88\x9f\xc9\xdb\xeb\x13\xda\xd4\x44\xd0\x30\x4e\x84\xf4\x5a\x65\xd8\x37\x87\xce\xbe\x9b\xde\x2e\xdb\x09\xee\x33\x61\xd1\xb4\xbd\xef\x29\x7b\xc5\xaa\x8d\x77\x33\xf0\xa6\x4a\x38\xbb\x61\xe1\x4c\xd6\x8b\x6f\x5a\x35\xe5\xd1\x8a\xf7\xc9\xf8\xa2\xee\x41\x20\xe0\x45\x13\xdb\x15\xbe\xbf\xd2\x66\x94\x53\x43\x32\xe7\xba\xe9\xf3\x7a\x7f\xd1\x38\x33\xbf\xd1\x27\x9c\xd2\x3d\x6e\x28\xd7\xa9\x1b\x17\x50\xae\x93\x2d\x02\x37\x82\x84\x92\x8c\xab\xf1\x9e\x87\x63\xa8\xc6\xc5\xd4\xb2\x52\x32\x65\xdc\xa0\x0c\x9d\xbd\xf7\x7d\x60\x48\x21\xf7\x86\xe3\x31\xfb\xf7\x49\xad\x43\xba\xcd\xfd\xc0\x04\x21\xd1\xe5\xd9\x68\xdc\xda\xd4\x9e\x4c\xcf\x47\xfd\x33\x79\x6f\x96\xad\x2a\x3e\x53\x47\xcb\x66\xd6\x0f\xcc\xaf\x8a\x07\x8a\xcf\x3c\x7a\x73\x90\x28\xf0\xcc\xb3\x37\xc5\xe6\xef\xdb\xfc\x3d\x78\xbc\x89\xb2\xa2\x2d\xfd\x4c\x75\x2d\x47\xe9\x03\xcf\xd4\xd6\x52\xec\xf5\x27\xa7\xd3\x33\x35\xb9\x94\x86\x07\x3f\x67\x67\xc1\x9d\x5f\xb3\x1d\x0d\x3c\x18\xd4\x0b\xf8\x67\xb6\x85\xbc\x27\x6c\x68\x0b\x98\xa9\x07\xa6\x50\xfd\xfb\xe4\x57\x43\xec\xe7\x99\xe7\x52\x8e\x12\xbb\x9e\x50\xbf\xbf\xb2\xed\x08\x0f\x82\x90\x92\x91\x31\x55\x84\xd4\x3c\xd9\xa9\x36\xe6\x24\xae\xfc\xcc\xe3\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x35\xeb\x99\x92\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\xf4\x51\x94\x65\xe6\x99\x72\x7f\xea\xda\xdc\x4f\x9c\xfb\x4e\x4e\xaf\xf8\xcc\xd3\x2b\xda\x4e\xf8\x20\xd0\xe8\xb5\x58\x71\x2e\x6e\x15\x83\x79\x22\xf6\x83\x76\xfa\x33\xcf\xb6\x98\x8b\xc7\xdb\x7f\xc7\xff\x9f\x78\xa0\xed\xfe\xe6\xfa\x79\xdf\x3f\x53\x67\x8d\xa1\x19\x9e\x39\xbf\x66\x7c\xc1\x12\x3e\x4c\x4c\x30\x84\x0f\xc9\x56\x0f\x62\x90\xe4\xb8\x88\x4f\x22\xe7\xf1\xfb\xbf\x3f\x6f\x9e\x84\xf3\x46\x52\xc5\x33\x15\xe0\xac\xc0\xb5\xf8\xa4\x8a\xb6\xf0\x91\x1a\xda\xee\x7f\xf2\xf5\x2a\x0e\xf2\xc0\xb2\x9e\x8b\x17\x34\x4d\x04\x28\xde\x2e\x3e\xe9\x40\xdb\x1f\x9c\x73\x77\x18\x61\x53\xc3\xce\x43\x3c\xfe\x41\xe4\xd1\x78\xf5\x37\x45\x14\xc5\xe8\xc4\x07\x71\x47\xd1\xbb\x3d\x07\x1c\x76\x02\x70\xca\xb2\xa9\x78\xc3\x4c\x85\x3d\x59\x43\x7d\x60\x9f\x54\x30\x4c\x7c\xa6\xfe\x9e\x6c\xb3\x7d\x72\xc5\x61\xe9\xfe\x1a\x76\xab\xe0\x9d\xea\x7d\x51\x84\x68\x7c\x60\xe0\x94\x67\x21\x3e\x79\xee\x6e\xb9\x6e\xe3\x93\xe7\xa9\xd6\x8b\xc7\x9f\xf3\x8f\x9e\x5f\xbe\xbe\xbf\x8a\xc2\x10\xe2\x93\xef\xd9\xae\xfe\xfe\x41\x5b\xf0\x4c\xb5\x34\x65\xc9\x52\x4f\x99\x1b\xb8\x7b\x43\x16\x58\x12\xc5\x4d\x9f\x92\xe6\xf7\xde\x00\x05\x07\xcf\xe6\xdf\x21\x15\x19\xfe\x29\x44\xa6\x4d\xdc\xf7\x29\x73\xfe\xc5\x04\x53\xe6\xfc\xab\x37\x58\x19\x68\xfb\xfd\x39\xff\x6a\x02\x45\xb0\x51\x32\x3d\xc0\xef\x5f\xcd\x8d\x11\x6a\x64\x13\xcd\x83\x30\x80\xf1\xea\xff\x01\x81\x0b\xdf\x94\x1d\x75\x40\x3d\xb4\x9d\xf8\x7d\x9a\x4e\xa4\xa6\x3e\x53\x39\x89\xb5\xf8\xfb\x3c\xf1\xa5\xc3\xfd\x99\xca\x49\x92\xf3\x2a\x3e\x53\x39\x49\xd9\x1b\x0e\xf1\x01\xd9\xc7\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\xa9\xbd\xa4\xec\x05\x9f\xea\x4b\x0c\xcd\x00\x9c\x20\x10\x21\x6c\x2a\x2f\xa9\xbd\x06\xbc\xe7\xef\xc9\xbf\xcf\x0d\x50\x25\x61\xc2\x13\x12\xa3\x17\x0c\xb1\x01\x79\x48\xfd\x82\x2b\x24\xa4\xfa\x93\x50\x83\x08\x3f\x49\xb0\x4c\xfc\xb4\x89\x9e\x61\xe8\x11\x7b\x34\xbc\x5c\x6d\xa2\xe7\xb5\xdc\x88\x3c\x7a\x9d\x3f\x0c\x22\x90\x28\xf9\xb4\xf1\xfd\x55\x5f\xe7\x4b\x9b\xd8\xb1\xd9\xf1\x69\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\xa3\x8e\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x30\x36\xf7\x07\xed\x46\x46\x8e\x07\x5e\xc0\x6a\x61\x61\xea\x10\xd1\x86\x86\xa7\xcf\xf3\xe1\xb5\x9d\x3a\x42\x84\x5e\xe3\xef\x73\x7c\x6f\xa7\xa9\x61\xd4\xe4\xf3\xa5\x9f\xdf\x5f\xf5\x45\x7e\x7d\xce\x7f\x98\x1d\x21\x0a\xa1\x9b\xdd\xd1\xc5\xe8\xef\x07\x5d\x1b\xfa\x7e\x84\xef\xaf\x5a\x0d\x3f\xe2\xb4\x5e\xe7\x1f\x02\xb5\xb2\xf9\x39\x0c\xf3\x76\xae\x3c\x03\xeb\x6f\x76\x35\xd5\x91\x14\x86\x7f\x6f\xdf\x5f\x55\x51\x7b\xf1\x99\xca\x48\x6d\xde\x9e\x08\x57\xc8\x3e\x8f\xc6\x9c\xbf\xc5\xdc\x67\xea\x26\xb1\xbf\xc6\x9b\xec\x51\x61\x45\xf1\x19\x17\x84\x29\xd1\xd3\xd4\x5d\x62\x32\xfd\x4d\xd5\x25\x16\xcb\x1f\x53\x75\x89\xc3\xec\x97\xa1\x0e\xc1\xdb\x75\x8f\x10\x08\xfc\xc2\x3c\x1f\x5e\x02\xd2\x54\x6d\x52\xb6\x40\xb2\x4f\xfe\x30\xbc\xfd\xa1\xe9\x34\x9f\x5f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\xad\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xb9\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x63\xe4\xdc\x9e\x0c\xe0\x25\x5d\x1f\x70\x56\x7b\x03\x1f\x2b\x36\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x3d\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xba\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x32\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\xd4\x0b\x98\xae\x87\x0f\xb0\xa9\xd5\xc5\x66\x00\x2f\x08\x00\xa6\xf8\x2b\x41\x1d\x5a\xfd\x27\xba\xb6\x3f\xc3\xa7\x6d\x6a\x33\x3d\x7d\x36\x58\x82\x3b\x5b\x01\x8a\x09\xfe\x6c\x49\x43\x09\x7e\xe7\x5a\xfd\xeb\x44\x7e\x7d\x7d\x4c\xc7\x73\xfb\x49\xdc\x40\x42\xe6\x4f\xab\x1f\x63\x49\xda\xa6\x6c\xde\x25\xaa\x25\xb8\xa2\x43\x8c\xc1\x0f\xe0\x9f\xfb\x18\x11\x12\x9c\xd3\x21\x2a\x3b\x27\xd1\x3d\x5d\x65\x05\x4e\x1b\xfc\x33\x31\x34\x8d\xb1\xfc\x0d\x1f\x86\x9b\x98\x17\xe4\x13\x23\x6d\x0f\x38\xae\xc6\x7c\x30\x63\x21\x00\x6e\x80\x2a\x33\x75\x8a\x13\xc8\x1e\x3e\x0c\x3f\xc5\x29\x50\x77\xc9\x93\x09\x2e\xa5\xae\xb8\xf7\x04\x8f\x52\x57\x1a\x4c\x8a\x98\x93\x02\xe1\x13\xc2\x39\xbb\x14\x94\x14\xa7\x40\xdd\x95\x63\x93\xe2\x14\xa8\x5b\xfd\x44\x02\xa4\x38\xe5\xe9\x2e\xef\x48\x8a\x70\xe4\x2a\x86\x3c\xc1\x61\xd5\x95\xdf\x93\xe0\xb1\xea\x4a\xe1\x49\x71\xca\xd3\x5d\xee\x96\x14\xa7\x3c\xdd\x95\xc3\x94\x62\xc6\xfc\x8a\xdb\x34\x11\x6a\xfe\x53\x9e\xee\xca\xf2\x49\x70\x80\x75\x85\x3c\xa4\xb8\xfc\xfd\x43\x0f\x0a\xac\xc5\x43\x00\xe3\x44\xda\xe4\xb7\x4b\x88\x8a\xeb\xa1\xba\x8d\x11\xb4\x04\x71\x60\x84\x2a\x8c\x0c\x60\xb8\x68\x06\x30\x91\x6d\xd9\x4b\x34\x80\xe2\xea\x76\xe3\x0b\xee\x01\x38\x16\xe1\x21\x86\xae\x4b\x46\x4e\x71\x1e\x4a\x61\xcb\x5d\x48\x83\x5f\x6b\xcb\xdd\x5f\x9c\xec\x52\x68\x9e\xe7\x52\x4f\xc1\x5f\x00\xcd\xaf\x59\x3f\x9c\xb5\x5e\x80\x57\x6b\xcb\x7e\x03\x46\xb5\x2d\x0f\xcd\x7b\x9e\x14\x5d\x4e\xad\x14\x77\xae\xbc\x28\x67\xc7\xca\x17\xf7\x88\x95\xaf\x9a\x05\x4e\x0a\xe5\x9f\xa5\xb8\x03\xa4\xea\xfe\xb0\xf2\xe2\x0c\x88\xf1\xeb\x4a\x6e\x4b\xf1\x81\xa6\xe5\xfd\x89\x18\xb5\xbe\x65\xb7\x11\xd4\x20\x52\x65\x9c\x5a\x50\x1c\x57\x42\xa4\x5a\xd7\x59\x9b\xd2\xc6\xb4\xb5\x8f\x76\x9b\xe8\x60\x0c\xf2\xf2\xa6\x04\xdf\x76\x50\xf4\x59\x4a\xf0\x6d\x87\xfe\xd1\xb7\x12\xc3\xdd\x82\xbc\x96\x89\x01\x6f\x41\x81\xad\x89\x21\x6f\x41\x71\xab\x09\x41\x6f\xad\x88\x3e\x52\xc8\xf0\x62\xea\x83\x50\x30\x0f\x01\x11\xc0\x76\xb4\x65\x52\x20\x94\xc3\x1f\x20\x2e\x40\x7b\x26\xd1\x17\x2e\xdb\x5c\x4a\x81\xfe\x17\xf5\x18\xe1\x21\xd1\x26\x49\x91\x98\x13\x62\x10\x52\x17\xe4\xac\x4d\x0c\xa9\x0b\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x02\x42\x8a\x21\x82\x2f\x3c\x8c\x20\x24\x24\x6c\x4b\xf1\x0d\x04\xd0\x05\x2b\xda\xf3\x48\x9e\x14\x1d\x05\x52\x22\x04\x1a\x21\x01\x2b\xd2\xd4\x53\x82\x29\x20\x8c\xe4\x37\x10\x2e\x21\x56\x93\x90\x88\x14\x46\xd2\xb4\xc1\xbb\xb6\xec\x21\x4e\xc2\xe0\x2f\x08\x75\xd2\xea\x23\xa9\x28\x0c\x9d\x57\x09\xec\x68\xcb\xe5\x27\x07\x50\xca\x70\x2c\x89\xb7\xa5\x4c\x88\xbd\x0e\x53\x79\x6f\xa5\xbb\xf7\x1d\x73\x16\x92\x32\x28\xc9\x94\x35\x95\xf3\x2e\x6b\x55\x4a\x93\xd7\xb5\x32\xd4\x5f\x21\x52\x3d\x22\x42\xef\xc3\xd0\xa6\x4e\x85\x2b\x6f\x52\x29\x80\x51\xfc\x3b\x41\x9d\x0b\x0a\xbf\x4c\xa9\x21\x72\x47\xcc\x2a\x4d\x0d\xa9\xd5\x57\x1b\x67\x74\xd4\x2a\x4c\x0d\xa9\x55\xaf\x2b\x02\x75\x36\x43\x80\xc0\xe6\xa0\x48\xc7\x84\xa0\xc4\xbe\x19\xc5\x83\xdb\x41\xab\x34\x00\x61\xf4\xfb\xd8\x0d\x5e\xb4\xc1\x0d\x59\xdd\x01\x18\x8d\xf7\xdb\x8e\x01\x74\xa4\xc1\xe3\xdf\xaa\x89\x9f\xbe\x67\x43\xbc\xe3\x00\xe8\xfe\x1d\xfc\xdd\xab\x70\x10\x60\xf5\x77\x80\xb4\xa3\x56\xed\x60\x7f\x7e\x9f\xc1\x58\xea\x0f\x22\xa2\x95\xde\x94\x20\x13\x4a\xa9\x4d\xe9\xc4\x79\x21\x66\x8f\x80\xca\xbe\x99\x2a\x4f\x70\x5e\xb3\xa4\x13\x4b\x10\x34\x81\x0b\x0e\xd0\xa4\xfe\x2e\xf2\x30\x2d\x7a\xde\xa8\xa2\x6b\xbb\x66\x86\x05\x25\xcd\x39\x83\x75\x36\xb9\xff\x53\x66\x8c\xed\xf8\x98\x99\x53\x46\xd0\x6c\x8b\xda\x6e\x19\xd1\x2e\x39\x06\x3d\x40\x26\x43\xf6\x7e\xcb\xc8\x64\x68\xf1\xa3\xfd\xa6\xdc\x97\xb6\xae\x51\xa0\x1e\x36\xd9\x7b\x53\x46\x22\x72\x55\x26\x58\xca\x70\x86\x34\x05\x7e\xa5\x0c\x01\xbc\x27\x71\xec\x8c\x60\xee\x26\x1b\x71\xca\x0c\x96\x96\x4c\x9d\x4a\xa0\x8b\x40\x14\x53\x60\xf4\xb3\x0d\x3d\x15\xa4\x87\x35\xe5\xbd\xa5\x02\x9f\x6e\x53\xaa\x4d\x2a\xd4\xc3\x94\x2f\x9b\x0a\x3c\x4e\x4d\x76\xfe\x54\xa6\x64\x3f\x1f\x7c\xe0\x28\x58\x86\x96\x44\x98\xe5\x42\xd8\xdc\x56\xf5\xc6\x03\xe3\xa0\x12\x64\x13\xdc\xee\xa1\xe5\x8f\x74\x9e\x2a\x02\x3e\x47\xf8\xe8\x13\xa9\x66\x74\xaa\x90\xde\x54\x11\xf4\xdf\xf2\x47\xc3\x4a\x15\x1e\xbc\xa6\x90\xaf\x54\xa1\x13\x37\x89\xf0\xa9\xc2\x71\xd3\x2c\x5d\x34\xb8\xbc\x5b\x11\xe7\x6c\x70\x79\xb7\x22\x5e\xdb\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x7e\xa7\x76\x03\x63\xa5\xe9\x0d\x4e\xbf\x08\xf4\xf6\x5c\x7c\xf0\x19\xa5\xc3\xb7\xd2\xca\xc7\x9c\x98\x3a\xec\xd3\x2f\x16\xd9\x13\xf5\x63\xc9\x52\x3d\xf3\x13\x1d\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\x87\x5d\xdf\x91\x31\x2c\xa5\x35\x75\x38\xfe\x86\xac\xae\xa9\x3f\xfb\xef\x9c\xa0\x69\xe0\xcc\x6e\x55\x34\x36\xe0\xa7\x6e\x55\x5c\x60\x20\x05\xa7\x55\x31\xff\xb1\x23\xcf\x4e\x61\xb5\x69\x40\x75\xdd\x8c\xa0\xbd\x9c\x7c\xf0\x59\xb9\x9d\x54\xd8\x82\xde\x80\xf9\xac\xc9\x5e\x9f\xf6\x8e\x74\xae\x29\xcf\xff\xe0\x80\xda\x4f\x82\x20\xde\xbb\x33\x74\x5b\xc1\xf3\x69\x87\x87\xae\x29\xac\x26\xed\xf0\xd0\x35\x05\x65\xa5\xfd\xc6\x44\x65\xd2\x4f\xfb\xc3\x98\x43\x31\xec\x63\x23\xd4\x42\x16\x7d\xf8\x4d\xa9\xf7\xe9\x40\xb8\x71\x53\x0e\x71\x3a\x22\x63\xd6\x44\x80\x07\x52\x9c\x9a\x12\x7b\xd2\xd1\x08\x87\x14\xa3\x03\xde\xf4\xa6\x94\xbf\x74\x80\xb9\xd8\x51\x97\x8e\xce\x3e\xb4\x24\x07\xdc\xc8\x4d\x59\x39\xe9\x40\x90\x50\x35\x93\x3b\xe0\x37\xad\x43\xac\xf5\x38\xd9\x87\xf8\xc0\xf1\x80\xbc\xcc\x4b\x8e\x07\xf9\x94\xd6\x98\x4e\x04\xe7\xd6\x21\x59\xfd\x44\x80\x42\x93\x11\x2c\x9d\x18\xa5\x0d\xad\xe2\x09\x47\x69\xb3\x70\x74\x21\x5c\xb2\x29\xc4\x23\x5d\xd0\x84\xdb\xf8\x98\x7d\xd3\x95\x48\xb3\x5a\x97\x2b\xe3\x1c\x96\xb8\x7d\x21\x37\xad\x0d\x91\xfd\x05\xad\xa3\x6f\xd2\xae\x2f\xc4\x38\xbd\x4e\xd6\xeb\x5c\x0e\xf0\xcf\x2a\x5c\x88\x68\xed\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xf3\xb4\x83\x36\xf9\x5d\x39\x8a\xf4\x88\x1b\x29\x71\x5d\x36\xd7\x74\xe3\xdc\xe8\xb2\xc9\x24\x86\x52\xf4\x4d\xbc\xf6\x66\x3a\x95\x72\x21\x12\xc2\x18\x42\xdf\xc4\xd2\x6e\x66\x42\x2a\x39\x22\xc1\x8f\x10\xba\x37\x17\xcd\xd4\x75\xe8\xdc\x80\xa9\x39\x74\x25\xaf\x24\xd8\x96\xc3\x4b\x97\x85\xed\x2b\xbc\x54\x22\x18\xb7\x42\xb6\x8e\x43\x63\x4c\x0f\x9a\xfe\x73\xb1\x0f\xb1\xb4\xe7\x5a\x38\x5d\x9f\xe4\x2d\xf1\x93\x8f\x62\x96\x37\xa4\x36\x76\xd9\x38\xf3\xc6\x64\x56\xe5\x85\xe7\x55\xa9\x22\x7f\x00\xcb\x0c\x18\xef\x32\x13\x67\x66\xa6\x77\xc5\xc0\xe4\x90\x1f\x3c\xf8\x70\xe3\xcc\x04\x68\xc7\x0f\xe6\x80\x0a\x20\x5d\x87\x73\x0e\x07\x3f\xf9\x78\x0e\x32\xc2\x97\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x83\x89\xbb\xce\xf3\x1c\x37\x7e\xf2\xd9\xb6\x99\x29\x93\x59\x91\x48\x39\xae\xd9\x7e\xb4\x9d\xcc\x5c\xad\x2e\x93\x5e\x8e\x17\x1f\x64\x7d\x82\xa0\x80\xae\x8c\xe5\x9c\x20\xdf\x74\x79\xb1\x32\xd4\x93\xd0\x75\x16\xe7\x84\x38\xda\x9e\x3e\x8a\x5f\x4e\x9c\x8b\x92\x52\x73\xc2\xc6\xee\xca\x28\xcd\x19\xba\x62\x17\x49\xe5\xcc\xba\x1c\xaf\x37\x70\x08\x74\x65\x81\xe4\x0c\xbe\xd6\x95\x80\x93\x33\xf8\x5a\x57\x16\x64\xce\xcc\xc8\x97\xbd\x27\x67\xf8\xab\xda\xf6\x31\x47\xe4\x8c\x3c\xc9\x9e\x5f\x0f\x76\x3e\xf8\x10\x4c\xc6\x89\xdf\x73\x55\xa7\xb0\xa9\x76\x9d\xe7\x39\x1f\x9c\xdc\x10\xe8\xdc\xc8\x0a\x14\xcf\x85\x93\x2b\x1f\xa6\x9d\x0b\x32\xb7\x7a\xf9\x48\xcd\xb9\x40\x45\xcc\x0a\x81\xca\x85\x28\x2c\x5a\xa8\xd2\xd6\x9e\xfb\xcc\xa5\x20\x13\xb0\x29\x8f\x24\x97\x83\xa3\x08\x8e\x02\xc0\x46\xf0\x27\x37\x28\xb9\x86\xfe\x83\xf3\x2b\x17\x9e\x3d\xb2\x66\xe7\x0a\x5e\xdb\xab\x56\xa0\x06\xfa\xab\xb5\x77\x2a\x34\xba\x2e\x8f\x78\xae\x4c\xd1\x55\xe6\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xe5\x9c\xcf\x09\x97\xeb\xce\x51\xb4\x55\x1a\x28\xa1\xd7\x8f\x8c\x91\x1b\xab\x92\x28\x4e\x22\x37\x90\x79\x6f\x9f\x08\xb3\xdc\x58\xbc\x46\x01\xc0\x99\xb2\x4e\x57\x50\x67\xee\x01\x0b\xaf\xe4\x98\xdc\x59\xfb\x44\x39\xf0\xb9\xd3\x97\x2c\xe3\x5f\xee\x19\xeb\xac\xf0\x85\xdc\x21\x3e\x77\x79\xf7\xf2\x80\x79\xbe\xc9\x46\x92\xc7\x0d\x9a\x95\x2d\x21\x0f\x88\x36\x5d\x51\xec\x79\x87\x99\xa5\xcb\x58\x90\x77\xc4\xd3\x75\x9d\x92\x79\x87\x4c\xde\xa5\x36\xe7\x03\xaa\x79\x52\xfd\x94\x7c\xc0\x92\xda\x15\xe8\x97\x8f\xb6\x16\xfe\xd3\xe9\x01\xa5\xa8\x2b\x1c\x2b\x1f\x27\xe1\x10\xa7\x38\xae\xf5\xc6\x67\x2e\xc7\x4d\xed\xe1\xa3\x88\xe5\x93\x42\x98\x8c\x9b\xf9\x44\x10\xff\x50\x68\x67\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x92\xcd\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\x90\x9e\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xca\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xe9\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\x51\x6a\x4a\xbe\x43\x41\x07\x51\x6d\x38\x32\x93\xdb\x0d\x81\x3a\x1e\x00\x81\x1e\xda\xa6\x77\x80\x1f\x6b\xb8\xbf\x1b\x28\xf1\xfb\x88\x84\x8c\xa2\xe3\x3b\x4e\xa4\x0f\xe3\x28\xd2\x73\xac\x01\x63\x7f\x87\x65\xe5\x1b\x54\xdd\x14\x60\x9e\x6f\x84\xd2\x6c\x62\x91\x37\xce\x90\x1c\xb5\xee\x37\x34\x60\x07\x1d\xe6\x3b\xd2\x59\x2a\x2c\x43\x23\x6e\x8a\xa2\xce\xf7\x14\xd2\xf2\xe6\x49\xc0\x08\xa6\x72\x2d\xf9\x4e\x53\x7a\x0f\x9b\x09\x01\xe1\x30\x8a\x15\xcb\x77\xa2\x16\xee\x85\x02\x41\xcb\x3d\x96\xef\x29\x4d\xc4\xe1\x85\x45\xed\x1d\x59\x6f\xf2\x9d\xe0\xdf\x1e\xfe\xfd\x79\x07\x9f\xe5\x3b\x33\x38\x4d\x10\x21\x7c\x45\xba\x74\xbe\xc1\x72\xb2\x52\xcf\xf2\x8d\xfc\x93\x9a\x85\x94\xcc\x3d\x98\xfc\xa0\x53\xed\xd3\x90\x19\x21\x65\x26\xd6\x3c\x69\x51\x51\xc3\xf9\xce\x64\x0d\x9a\x52\x46\x74\xa8\xa7\x8c\x0c\xbe\xa6\xc8\xe4\x7c\x97\xf2\xfd\x55\xb3\xd1\x5e\x88\x34\x75\x88\x9a\x35\x4a\x25\xca\xf7\x14\xb0\x72\xf0\x76\x44\xc5\x9a\x64\x5a\x46\xc1\x1a\x47\xee\xe6\x1b\x7a\x58\x98\x4c\xe2\x07\x87\xd2\x5d\x96\xd2\xaa\x36\xe6\x53\x34\xff\x02\x8f\x69\x14\x78\x35\x22\x24\xcb\xed\xc4\xd1\xd4\xc1\x94\x87\xe7\x03\x2d\x4a\x25\xa9\x66\x2d\x42\x03\xad\x8b\x11\xde\x0d\x4e\xe5\xae\x09\xa0\x92\xc2\x90\xd7\x28\xdf\x2c\x8b\xe0\x19\x22\x52\x3b\xcb\xaf\x9d\x6f\x94\x49\xa8\x66\x69\x3d\x02\x67\xc2\x79\xff\x5d\x50\x62\xbe\x7b\xc5\x6e\xf3\xef\x70\x43\x8b\x8b\x22\xb4\x39\x36\x53\xfe\x94\xe0\x73\x30\x19\xf5\x03\x41\x96\x6e\x9f\xef\x20\xc7\x7c\x43\x77\xcb\x2f\x42\x44\x24\x74\x70\x1b\x42\x50\x34\xbf\x80\x25\x69\x98\x0c\x19\x58\xe0\xad\x38\x68\xf1\xd6\x80\x8c\x73\x96\xa3\x32\x23\xce\x39\x86\xcd\x74\x37\x26\xd9\xbc\xdb\x03\x6d\x21\x1d\xa1\x04\x9b\x4e\xd6\x1b\x3e\x9b\xa0\xd3\xfa\xa6\x34\xa4\xd0\xa1\x7c\x4f\x41\xc3\x21\xb7\xf9\xde\x81\x63\x13\x3e\xd4\x53\x9f\x99\xf7\x4e\x90\xfd\x7d\x45\xac\xa2\xa6\x00\x0b\x54\xed\x5a\xc3\x7d\x6e\xac\xad\x09\x40\xb8\xee\x47\xf3\x78\x0f\x67\xa8\x07\x53\x38\xc8\xc1\x1b\x65\xca\x91\xd9\xd2\xd5\x3d\xd5\xe3\xac\xa8\xe2\xbc\x22\x95\x5f\x5b\xf9\xd8\xdf\xa1\xa7\xf9\x3e\x8e\xdf\x85\xbc\x67\x86\x32\x37\xeb\x25\xf7\xd4\x39\x63\x32\x4c\xe7\x54\x63\x8b\x91\x7a\x12\x27\xea\x91\xaa\xf2\x6b\x9d\xe7\x01\x9e\x95\x18\x98\x11\xc8\x9c\x55\xab\x30\xdf\xb0\x06\xd6\xe2\x0e\x3b\x3b\x70\x8f\xf0\x97\x57\x77\x70\x30\xa6\x5b\xed\x0b\x1d\x6a\x0a\x27\x08\xcf\x3b\xe3\x9c\xdb\xb9\x78\xb7\x22\x2f\x34\x27\x1f\xd6\x53\xd6\x8e\xc1\x2c\x17\x95\x7f\x5e\xcb\x38\xd5\x99\xa8\x12\x09\x19\x31\xd0\x59\xb9\xd8\x19\x21\xd0\xa9\x44\x0f\x30\x10\x02\xa4\x09\xd0\xac\xa8\x4c\xb1\x7c\xa3\xe8\x4f\x78\x51\xe2\xd4\x8f\xaa\x17\xe1\xc2\x0c\xa2\xdf\x7f\xd0\xd6\xeb\xf7\x9a\x81\x5e\xb8\x19\xc1\x2c\x94\xdc\x91\x03\x88\x10\xee\x84\xa8\x56\x4d\xe9\x9e\x8b\xb2\x99\x2e\x20\xd5\x87\x2a\x08\x6e\x72\xb4\xd7\x07\x07\xe7\xa0\x49\xdf\xc0\x7a\xf4\x90\x08\xf3\xce\x6e\x2f\xda\x55\x97\xb4\xc3\x48\x7a\xbe\x1f\x9e\x12\x45\x5f\x3c\x11\x87\xb3\x26\x05\x5d\x75\x04\x6f\x9f\xa7\xf0\x0b\xe1\xe1\xa9\xd4\x45\xd4\xe6\xc2\xf8\x83\x79\x90\x45\x09\xfd\xf7\x73\x02\x4d\xfe\x9e\x3c\xcb\xfb\xe9\xb9\x09\xb4\x96\xf2\x21\xdb\xd5\x0e\x43\xec\x78\x4f\x12\x5a\x10\x3b\x1e\x4a\xfb\x89\xbb\x29\x23\xb0\x7c\x76\xdf\xf5\x00\x2e\x35\x31\x51\x46\x86\x07\x65\x62\x64\x86\x86\x9b\x45\x3d\x74\x76\x6a\x2f\x20\xfa\x7b\xc2\x67\x78\x96\x20\xe9\x2f\x60\x19\x95\x60\xf9\x7c\x2a\x51\xaa\x8d\xdd\x21\x45\x1c\xf1\xdf\x49\x89\x1b\x19\xf1\xdf\xa1\x8a\x76\x11\xff\x1d\xc3\x26\xa4\x3e\xa1\x10\x04\x8d\x18\xe8\x99\x28\xee\x92\x8c\x7a\xb8\x8f\x75\xda\x09\x88\xc0\x54\x0f\x61\x79\xaa\xe5\x59\x1e\xff\x8c\x20\xef\x24\x9b\x7a\x46\xd0\xf4\xec\x40\x78\x88\x14\x49\xc4\x75\x10\x16\x9d\x54\x05\x2f\x23\x2c\x3a\xcb\x50\x9b\x19\x16\x3d\x14\x26\x91\x11\x07\x3d\x81\xf4\x17\x88\xf3\xd2\x71\xf3\x2c\xd1\xcf\x40\x52\xf4\x13\x1b\x41\x24\xf4\x9c\xb7\x66\x85\x4a\x8c\xc5\x40\xc2\xfd\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x50\x60\xaf\x25\xbc\x9f\xf2\x79\x64\x86\x42\x37\xa5\x11\x66\xc6\x3e\x07\xcb\xaf\x08\x76\x9e\x0f\xd4\x05\xc4\xc5\x4d\x5b\x08\xd1\xcc\x71\x68\x07\x20\x9a\x39\xbf\x30\x0d\xe1\xb0\x5a\x3f\x65\x38\x73\x4e\xe2\xdf\x88\x4f\x0e\x32\xa8\x65\xc4\x27\xa7\xad\xb9\x07\x44\x0d\x68\xd3\x21\x3e\x39\x9a\x35\xad\xf8\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\x94\x70\x75\xe4\xac\x08\xe5\xec\x11\x50\x2a\x40\x0c\x1f\x96\xc5\xac\x2c\xa1\x8c\x08\xe5\x89\x36\x8f\x30\xa0\x5c\xf9\x05\xc8\x3e\x12\x88\x11\xa2\x9c\x55\x8d\x28\x3f\x14\x37\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\x60\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x48\xa9\x33\xe3\xa1\x31\x58\x99\x38\x19\x51\xc4\xd9\xea\x38\xa2\x88\x67\x9f\xc2\x73\x65\xdc\xb4\x84\x05\xc4\x09\xc7\x60\x31\x1a\x81\xc2\xd9\x3a\x26\x02\x85\xb3\x55\x6d\x04\x0a\xcf\x0f\xd4\x25\x9c\x17\x36\xe3\xc1\x00\x9b\x8a\x89\xa9\xe1\x28\x97\x8a\x88\x58\xde\xd9\x81\x1f\x50\x50\x8f\x1e\x12\x98\x4c\xee\x11\xec\x4a\xa2\x35\xa3\x75\x6d\x59\x45\x74\xee\xec\x51\xa8\xec\x54\x63\x4d\x0d\x30\x3d\x2b\xdd\x3e\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\xda\x09\x22\x72\xb3\x6c\xe8\x99\x11\xb9\xc1\xa2\x2f\x42\x72\x5f\x96\x48\x84\xe4\x66\x55\x7d\xc8\x08\xc9\x9d\x1f\x08\x2f\x9d\x09\x49\x86\x69\xad\x84\x1f\x60\x25\x64\x5e\x40\x50\xee\x7c\x41\xab\x3b\x85\xe5\x6c\x93\x06\xa2\x72\xbb\x82\xf4\x33\xa2\x72\xe7\x07\x7e\x80\x28\xbe\xfe\x93\xba\xa6\x19\x31\xba\xf9\x45\xbf\x88\x87\xca\x56\x42\x11\xa4\x9b\x6d\xf4\x43\x90\xee\x1c\xce\xf0\x00\x25\x26\x68\xb8\xf8\xab\xcf\xad\x41\xa6\xe0\x36\xf9\xb3\x8f\x11\x84\xe5\x86\x60\xee\xc9\x30\x3c\x1f\x2b\x30\xf2\x25\xf3\xbe\xfd\xc0\x9e\x12\xca\x20\x3b\x37\x77\x08\xd9\xb9\x48\x9a\x40\xd8\x6b\x18\x3e\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x71\xab\xc3\x47\xeb\x41\xa3\x91\x7b\x3c\x88\x04\xaf\x3b\x6c\xa3\x59\xf5\x7c\xf3\x73\x40\x11\x76\x9b\x26\x33\x2f\xfb\x09\x4e\x26\xb9\x0e\xa1\xa6\xe1\x85\xc5\x73\x91\xaa\x3f\xa8\x1c\x52\x40\x9d\x9d\x0f\xb4\xee\xc8\x5b\xb7\x1d\x9d\xc1\xa5\xc9\x67\xca\x49\xb9\xcd\xd3\x3a\x49\xac\xe6\x9e\x27\x02\xd5\xcc\x36\x28\x3e\x9b\x78\x4f\x8a\x40\x96\x41\x2e\xb0\x0d\x63\xfe\x02\xad\x1a\x91\xd7\xc2\xb4\x60\xbc\xe8\x30\x30\x75\x5f\x50\x09\x7c\x8e\xa1\x90\x66\xf7\xa1\x73\x81\xfc\x7c\x70\x5e\xe0\xc7\xde\xd2\x17\xb8\x88\x0f\xfb\x8b\x73\x32\x9b\x99\xf2\x74\xaa\x66\xc8\x14\xa0\x4d\x4c\x53\x80\x6e\xd5\xc4\x71\x43\xa9\x71\x87\x94\x9f\x2d\x81\x3f\x53\x7e\x4e\xed\xd5\x01\x65\x1c\xe3\xfd\x46\xd8\xb9\x41\xbc\x31\xa2\x57\xf2\xe1\x0e\x97\xbc\xfc\x40\xfc\x4d\xcd\x93\x7e\x88\x36\x69\x83\xcf\x03\xcb\x8e\x99\xc4\x14\x7f\x93\xaa\x84\xe4\xe7\xc1\x2e\xae\xee\xa0\x23\x49\x57\x93\xa0\x0b\xfc\xf5\xfd\xc2\x92\x76\xf9\x12\x7f\x7d\xce\x3d\x58\x7a\x6f\x91\x07\x25\x7c\x3e\x4a\x40\x61\x8d\xac\x4d\x06\xb6\x82\xd8\xe1\xb9\x47\x92\x1e\xc0\xea\x50\xfc\x02\x61\xec\x6a\x37\xc2\x90\xf5\x00\x66\x87\x8f\xe6\x52\x36\x18\x4a\xad\x94\x97\x6d\xa3\xa8\xe7\x17\x28\xe0\x16\xf7\x30\xd7\x5a\x87\x54\xd9\x20\xe0\x56\xe5\xdf\x94\x6d\x4a\xb8\x45\x86\xcc\xb2\x6a\x79\xa9\x40\x76\x41\x39\xaf\x2c\xa1\xba\x20\x02\x3a\xbd\x26\x11\xa8\xd2\x7e\x44\x9a\x82\xa2\x5e\x59\x01\xa7\x05\x65\xbc\xc2\xa8\x1e\x61\xcd\xd2\x2f\x50\x8a\xea\x02\x9a\x12\x70\x75\x8f\xa4\x70\xff\x4e\x51\xf0\x23\xb3\x14\xd6\xfb\x6a\xd1\x88\x0a\x17\xc7\x30\xd4\x08\x3d\xeb\x1e\x13\x72\x57\x50\x0f\x91\xb3\x54\x07\x08\x41\x4c\x06\x09\x89\x90\x35\xab\x3f\x24\x42\x8e\xa2\x85\x88\x5c\x5a\x2d\x65\xa4\xf2\x25\x34\x47\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\xcd\xab\x37\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x0c\xfd\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x5a\xd3\xac\x33\x6b\x2e\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x54\x19\x9a\xdf\xc0\x99\x15\x34\xa9\x02\xee\xee\xdf\xcb\x22\x7e\x8d\x59\x40\x07\x26\x44\x18\x73\xe5\x1e\x2e\x5b\x59\x74\xe0\x1e\x78\x6e\x1a\x6f\x14\xaf\x9b\x60\x9a\xe2\x74\xda\x5e\x3d\x3e\x04\x5a\x1f\x54\xae\x5d\x12\x5e\x90\xc3\x37\x5e\xe4\x51\x17\x94\xea\xb3\xd2\x4d\x29\xa8\x2b\xad\x87\xc9\x0f\xb8\x47\x93\x96\xbb\x52\x56\x4d\xee\x02\x24\xd6\x3c\x06\x77\x5c\xd2\xf2\x35\xae\xbf\x7a\x58\xf2\x73\xd6\x72\x34\x16\x6d\xf3\x07\xc8\x2d\x8e\x9a\x28\xe4\xe9\xcd\xb8\x6e\x8c\xe5\x11\x8c\xcb\x6f\x65\x92\x6c\x5c\x7f\xb7\x51\xc9\xce\x8b\xd7\xb9\x78\x1a\x70\x89\xcf\x59\x34\x4e\xab\x70\x77\x9b\x02\x46\xd6\x90\x9d\xba\x91\x67\xdd\x49\x52\x59\x68\xe9\x38\x5b\x4d\xf5\x7d\x89\x76\x1e\x94\x02\x83\x57\x6b\x49\xb7\x66\xd1\xf4\x87\x17\xe1\x81\xc2\xeb\x10\xde\x06\xe5\xa0\xee\x07\x6b\xf5\x34\xf1\x01\x39\xc8\xcb\x3d\x05\xd4\x94\xcd\xc2\x07\x48\xec\xd5\xc1\x41\x10\xfc\xc2\xc9\x1e\x05\xf5\x92\x50\xab\x3e\xd9\x49\x63\xe6\xd1\xfb\xa2\x31\x4d\x63\xa7\x5d\xcf\xd8\xdc\xe9\x86\x70\xfb\x82\x5e\x29\x28\x0f\x9a\xbc\x8c\xbb\x03\xc6\xd3\x57\x1b\x0c\xc2\x3c\xfc\xc0\x41\xd3\x85\xa8\x83\x36\x08\xc1\x88\xdc\xaa\xec\x49\x2c\x11\xd5\xe7\xf1\x41\x9a\xf5\xc1\xc2\x40\x83\x4d\x78\x38\xb9\x36\x66\x10\xb4\xe7\x9a\x05\x9d\xb4\xc2\x99\x0d\x9e\xd4\x4c\x0d\xe4\x0a\xa3\x74\x0f\xb4\x83\xbc\xba\x20\xae\xbd\x2f\x90\xd1\x14\x5f\x40\x90\x29\x99\x00\x90\xd2\xa4\x1c\xe9\xb2\xc1\x64\x5b\x9b\xbb\x84\x13\xb8\x0e\x61\xfa\xa2\x3e\x64\x96\x71\x11\xca\xf1\x93\x30\xbb\xb2\x5d\x05\x45\x09\xdc\x3d\x78\x9a\x77\xf6\x05\x57\xe4\x10\x0e\x58\xfd\x57\xc6\xa1\xb2\x5d\xc8\x5a\xf5\x4e\xa6\x05\xd7\x3b\xff\xa2\xba\xe3\x4d\x72\x93\x14\x7c\xa0\x2d\x91\xd3\xf4\x77\x83\x16\x3c\xe6\x9d\xf9\x82\xe6\x7c\x63\x2f\x1b\x69\x0c\x58\x48\xde\xec\x37\x52\x4f\x2d\x7c\xdd\xf4\xad\xfb\x90\xbd\x69\xcb\xc9\x1e\x03\x86\x0c\xa3\xf5\xc6\x34\x5e\x40\x72\x6b\x67\x3d\x78\x58\xa9\x6e\xd3\xbc\x1e\xda\xd5\xcc\x78\x59\x7c\xa3\x99\x5c\x1e\x6e\x23\x23\xf7\xe1\xee\xd7\xa0\x0f\xe7\x25\x7a\x7a\xc8\xa3\x4c\x81\x0f\x64\x85\xe1\x21\xc8\xa2\x3c\x2f\xd8\x7d\xab\x57\xe7\x59\x7b\xfb\xd3\x25\xeb\x7b\xd6\x8f\x5a\x55\x18\xaf\x55\x75\xe7\x4f\xe1\xcd\x42\xca\x75\x28\xbc\x47\xa8\xea\xe2\x87\xc2\x7b\x84\x86\x04\xfc\xc2\x7b\x84\xb2\x8c\x73\x25\xd0\x74\x3b\xfc\x02\xc5\x07\x31\xd2\xb0\xe4\x50\xb1\x45\x5c\xf0\x13\x2d\x5f\x04\x88\x99\x51\xec\x24\xc0\x43\xaf\xa8\x85\x82\x9a\xa1\x39\x48\x1a\x0f\x2b\xba\xc2\x43\x06\xea\x51\x49\x6d\xb2\x07\xe3\x01\x62\x67\xfc\xd8\x6b\x4a\x58\x62\xa7\xd8\x24\x6e\xf3\x99\x0f\x34\x6f\x48\x95\x8a\xfd\x2a\xa8\x53\x9a\x55\x0e\xaa\x84\xc8\x8d\x28\xa2\xc3\xb5\x3a\x49\x95\x54\x0b\x6f\xcd\x09\x16\x30\x70\x49\xce\x7c\x20\xc4\x25\x24\xe0\x06\xbf\x40\x0e\x24\x29\x07\xb7\xe4\xcc\x2f\xd4\x67\x5a\x31\xe8\x7e\xa3\x01\x2a\xbf\x40\xca\x97\x78\x88\x3b\x71\x66\x17\x42\x55\x22\x26\x0c\xc4\x81\xb6\x10\x01\xb7\xbc\x62\xab\x0a\x2f\xb3\x51\x19\x90\x12\x68\x68\xb5\xb4\xc0\xfb\x6c\x54\xa5\xb6\xf0\x3a\x1b\xdd\x55\x50\x78\x9b\x4d\xf2\xac\x33\xca\x2a\x78\xb1\xe1\xa6\xaf\xda\xfe\x08\x18\x8c\xcd\x8b\x9f\xa9\x41\x08\x4b\x19\x16\x99\xe1\x36\x6b\x3c\x1b\x40\xd6\x85\x71\xff\xb0\x9f\x98\x56\x60\xb6\xb5\x90\x86\x78\xc4\x39\x21\x75\x00\xbb\x6d\x34\x69\x94\x88\x0e\x05\x50\xe1\xca\x4b\xf8\xc0\xe5\x35\x59\x25\xbb\x0a\x2b\xc4\x56\xc5\x1c\x15\x5c\x55\x33\x1f\xf8\x0d\x5a\x37\xba\xfb\xdc\x51\x7c\xc6\xed\x93\xa5\x0c\xd4\x5e\xfc\x48\x63\x56\x3a\x99\x86\xa0\xae\x84\x52\x68\xa9\x64\x36\x42\x3b\xaa\x3b\xf8\x30\xe3\x1d\x32\xc1\x12\x12\xee\x90\x09\x4e\x9f\x2d\xb8\x43\x26\x2a\xa1\xbd\xe0\x8e\x18\x17\xe0\x29\xbc\x23\x66\x54\x8f\x00\xcd\xa4\xfe\xc4\x43\x54\x70\x7d\x4c\x8e\x66\x4c\x8d\xe7\x9c\x3a\x63\x38\x79\x32\x19\x34\x6a\xe0\x12\x9e\xc3\xb2\xd1\x0a\x5c\x5c\x05\xa3\xfb\x2d\x4a\x60\x58\xb6\x74\x10\x5c\x04\x93\x64\x0e\x2a\xbc\x09\xe6\xcd\x75\x1a\x23\x33\x4d\x59\x8d\xb1\x74\xda\x5c\x8d\xd6\x4d\x49\x29\x01\x52\xa8\xb2\x76\x4b\xe8\xf1\x5d\x92\xa8\x84\xbe\x26\xa1\x21\x96\xcd\xd6\x3c\xa1\x63\x55\x8a\x7b\xe0\x6d\x00\xfe\x00\x15\x93\xa2\x47\xc4\x09\x20\x75\x20\xa0\x2c\x5b\x4b\x66\x6c\x1d\xd4\x1f\xdd\x01\xe4\xa2\xd7\xef\x6b\x0e\x86\x00\x65\x91\xa2\xda\x03\x65\x23\x24\xe4\x04\x18\x68\x15\x1c\x58\x50\xcd\x38\x29\x0b\xbf\xa0\x9c\x71\x56\x24\x60\x09\x83\x21\x2e\xee\x8f\xc9\x28\x66\x38\x30\xb1\xbe\x78\x37\xf3\x47\xdd\x21\xcb\xb7\x9a\x21\xc1\x3e\x9a\x65\x71\x2a\x01\xc1\x09\x31\xb9\xbd\xb0\xec\x1e\xb0\x1f\xa5\x00\x07\x14\x2e\xb0\xb6\x1a\xf6\x8a\xdf\xb5\x4c\x28\x54\xa0\x8c\x92\x12\xa6\x74\x9b\x2c\x7f\x04\xe4\x5c\xb4\x64\x9e\x88\xe8\x04\xc5\x67\x95\x00\x69\x56\x41\x74\x05\x01\xcc\xd1\x0a\x77\x38\x70\x9e\x99\x34\x61\x81\xed\x9e\xc1\x94\x6e\xf3\x66\x06\x72\x2c\x2e\xee\x0e\x77\x3e\xd0\x14\x0e\x4a\x9a\xc5\x43\xa0\xfa\x95\x04\xe4\x70\xc0\x48\x62\x2c\x1f\xe4\x72\xb2\x82\xe0\x1a\xa2\xf9\x40\x5d\x9e\x34\x5e\x9a\xcf\xb1\x30\x9b\x19\xe5\x89\x59\xf8\x44\x84\xcd\x36\x7b\x61\xcf\x05\xb5\x3f\x00\xf1\x4a\x4c\x0b\x27\x3d\x39\xde\xe4\xe7\x81\xa3\x40\xf3\x9e\xf2\x73\x1a\x9e\x25\x0b\x02\x54\xff\x4e\x7d\xd9\x67\x0f\x43\x24\x5f\xbc\xfb\x5a\xb3\x12\x0c\x0c\x71\xb0\x98\x8f\xcb\x8d\xec\x47\x2e\xbc\xca\x68\xbc\xf8\x20\x6c\xae\xd1\x6c\xef\x42\xb5\x59\x23\xee\x62\xf0\x8c\x80\x64\xea\xd4\x8b\x53\x5d\x84\xd2\x6c\xe2\xde\xde\x95\xc7\x4a\x98\x22\x71\x6a\xde\x52\x37\x25\x47\x6f\x81\x7b\x01\xad\x69\xdd\x40\xb5\x19\x0d\x04\xde\xe1\x43\xf9\x26\xa6\xdd\x01\x0a\xab\xf9\x38\xb9\x11\x0f\xe0\x33\x1a\xe2\x6f\xb4\x40\x76\x53\xfa\x91\x3a\x15\x1e\x82\xac\x0f\x20\xed\xea\xd2\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\xd0\x79\x29\x85\x0c\x25\xc3\x5d\x6f\xad\x84\x87\x19\x2e\x82\xf9\xa1\x9d\xc2\xb2\x0d\xcc\xbc\xd1\xf4\xf7\x20\x38\xce\x93\x7e\xe8\x01\xf0\x00\xb0\x8f\xfe\xc8\x33\x54\x02\x2c\xc0\x8a\xbd\x29\x28\x60\xee\xea\x6f\x05\xe5\xca\x63\x11\x55\xc4\x0d\x3c\x45\x4c\x88\xd5\xcb\x87\xf9\x28\xaa\x97\x27\x85\x0b\x15\xe4\x1b\x44\x85\x40\x95\x55\xbb\x5c\xb4\xbe\x2a\x95\x6f\x06\x00\x64\x57\x3c\x20\x00\xd4\x8a\xb0\x4c\xb9\xca\xc3\x14\x56\x29\x6f\x36\x7b\xb2\x4e\x79\xd6\x2d\x8d\x25\x52\xaa\x96\xf1\x21\x22\xd9\x5b\x01\x0f\x25\x32\x7c\x41\xc1\x35\x25\x22\xf0\x55\xd9\xa1\x25\x06\x4a\x29\xc3\x2f\x5c\x20\x43\xc1\x1c\x49\x05\x12\x09\x62\x64\x28\x81\x5f\x40\x49\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\xf2\x6b\x71\x7b\xed\xc6\xa2\x07\x03\xf1\x84\x02\x1a\xe6\x52\x79\x8b\x4b\x5c\x01\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x32\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x38\xb0\x5f\x00\x5d\xea\x88\x46\x99\x8a\xa0\x0b\x59\x0a\xca\x54\xe4\xf8\xfa\x9d\xc1\x0e\xee\x8f\xf2\xa9\xdb\xb4\x54\x8a\xce\x23\x23\x15\xc4\xec\x51\x47\x22\x7b\xf3\xc6\x65\x3c\x95\x5c\x12\x33\xbc\x48\xd1\xed\x55\xac\x55\x20\xd0\x3a\x9a\xfd\xc2\x5c\xb7\x66\x24\x66\x9c\xf9\xd2\xd1\x23\x05\x58\x49\x72\xbc\x05\xad\x29\x18\xa8\xe0\x16\xb4\x54\xbd\x6c\x1f\x81\x56\x48\x58\x02\xed\xf0\x1b\x3c\xb1\x4c\x3b\x85\xf7\xbf\x09\x06\xe6\x3e\x9a\x11\x47\xdc\x76\x61\x9b\x20\x6e\x41\xcb\xd1\x3b\xb2\xf0\x04\x13\xc3\x60\xf1\xf8\xf1\x5a\xda\xba\x24\x05\xcd\x8b\x99\x45\x32\x96\x21\xc3\x27\xda\x5b\x81\x3b\xd1\x52\xf2\x10\xcb\x76\x6a\xd4\x23\x16\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\x54\xc0\xbd\x56\x95\x51\x47\x7a\x01\x35\xcb\x8a\x67\xdd\x20\x5e\x79\xd6\x8d\x97\x85\xba\x0d\x72\x95\x96\x89\xcb\xcc\x72\x34\xf5\xa1\x2a\x99\xa5\xdc\x48\xa9\x57\x01\x17\x05\xf7\x90\x65\x39\xdb\x4a\x6c\x58\x7b\x7f\xd0\x69\x17\xf3\x52\xf6\xc5\x58\x34\x24\xcb\x07\xeb\x40\xe4\xa5\x63\x4d\xd1\x3b\x25\xf6\x45\xa0\x7e\xc0\xec\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\x94\x4a\x25\x6a\xa0\x72\x4a\xb6\xb1\x9f\xa9\x5b\x59\x37\xa6\x16\x94\x4e\xc9\xf6\x2a\xc5\x25\x96\xea\x44\x43\xe5\x93\x18\xac\x0e\xa0\xf2\x89\xeb\x7f\x16\x14\x3e\xe9\xc9\xfb\x7a\xd0\xef\xae\x49\x41\x6e\x4d\xb9\xfd\xe4\xf8\x41\xc9\x93\xac\xc4\xfc\x12\x99\xff\xa9\xea\x67\x05\x77\x16\x4c\x70\xfc\xa0\x7e\x7f\x75\xdd\xea\x5b\xe2\xde\xf8\x82\xa6\xbc\xa3\xfe\xa6\x84\x4e\x14\x4d\x49\x36\x88\x46\xde\xa7\x24\x09\x91\x45\x50\x8a\x51\x86\xeb\x95\x82\x2d\x03\xf1\x40\x8a\x80\x99\x00\x6c\xb4\x2f\x46\x46\xa9\x56\x62\x4e\x3c\xa8\xa8\x6b\x4d\x0e\xa8\x22\x3e\x42\x69\xa2\xb5\x29\x21\x1e\x2b\x4d\xff\xd3\x3e\x37\x4c\xd1\x6d\x2c\xb2\x8f\x58\x14\xb0\x6a\x26\xed\x93\xdb\xd9\xc7\xcd\x09\x37\x83\x04\xf9\xc8\xa8\x02\xab\xee\xb8\x5d\xcd\x41\xc0\x85\x97\xab\x65\x45\xcf\x15\x5c\xae\x96\x94\x3b\x5d\x78\xbb\x5a\x4b\xaf\x07\x0c\x3e\x32\x65\x22\x28\xd7\xe2\x61\x84\x45\x37\xd8\xfe\x10\x19\x85\xbb\x79\xd0\x8b\x85\x4a\xcd\x86\x2e\x14\x22\xb3\x6c\xc1\x30\x5d\x1b\x14\x22\xac\xb6\x2f\xc4\x5d\x34\xd2\xf9\x28\x47\xa0\x6e\xf4\xa9\xc9\x5b\xdc\x3c\xef\x6b\xa0\xb2\xa2\x7f\x3f\x80\x69\x0f\x70\x72\x44\xa1\xfa\xc2\x49\x9f\x3d\x09\x30\x63\x9f\xb2\x17\x9c\x69\x26\x26\x8a\xb8\x3e\xd3\x56\xaa\x92\x21\x84\xd5\xb7\x9a\xfd\xc3\xe8\x6b\xd3\x79\xbc\xb9\x01\x34\x00\x45\xe0\x68\x46\x79\x43\x69\xeb\xee\xa0\xb1\xb0\xb4\xda\x9d\x1f\x68\x8e\x37\x63\x2f\xbd\x61\x6f\xee\x70\xd3\xcf\xbd\x66\x2d\x20\x1e\x1a\x2a\x7d\x20\xd0\xc8\x6b\x4b\x64\x64\xec\x82\x19\xd5\xc3\xa2\xc0\x82\xe2\x59\x4b\x27\x30\x29\xf5\xfa\x8c\x7a\x16\x49\x0a\xaa\x87\x0c\xdb\xac\x80\x62\xad\x27\x86\x1b\x11\x6a\xf3\x3c\x68\xe4\xf5\xa1\xf4\x20\x8b\x43\x43\xb2\x58\x91\xaa\x63\x97\x84\x9c\x2f\xe5\x9a\x17\xa4\xa4\xa6\x28\xf3\x15\x8a\x19\xcd\x49\x06\x3d\x80\xd4\x96\xfd\x02\x50\xaf\x83\x17\xb5\x8b\xa6\xc6\xe3\x0f\xc0\xdf\x85\x15\xd4\x21\x8a\x21\x8a\xb9\x26\xd6\x66\x1e\x06\xe1\x41\xed\x64\xfd\xce\x5a\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\x30\x11\xbf\x40\x80\x30\x6b\x97\x00\x2a\x17\x25\x5d\xec\x50\x12\x65\x59\x5b\x52\x12\x4d\xc4\xc5\x2f\xa0\x1c\xf3\x6b\xc4\x83\x1f\x08\x8d\x08\x4c\xa8\xfd\x05\x34\xa4\x2a\xe3\x11\x79\x60\xc1\xa6\x92\x84\x44\xb0\x61\x16\x9d\x50\x92\xd9\x27\x69\x8a\x34\x7a\x35\xb5\x13\x60\xf0\xfb\x19\x2b\x29\xc4\x47\x6e\x8a\xe8\x07\xa8\xb0\xaa\x6d\xc8\x5a\x47\x63\xf2\xf0\x1f\x1c\x42\xb8\x5b\xd0\x09\x54\x25\x31\x72\x40\x77\xc3\x15\x54\x4a\x72\xf6\x51\x61\xa5\xa4\x11\x5f\x0f\x08\xb0\x90\x98\x28\x38\xca\xb4\x82\xca\x48\xce\x95\x29\x28\x8c\x94\xb2\xf4\x75\x16\x46\xd2\x3d\xfd\x05\x75\x91\x5e\xa2\x2e\xea\x22\x4d\x90\x84\xb2\xb4\x66\xe8\x21\xa9\xba\x56\x3f\x98\xdb\xe1\xb5\x6e\x79\x03\x08\x1a\x32\x87\x77\x9d\xee\x82\x3a\x4a\xa1\x39\x02\x05\x09\xd9\xb1\x99\xb4\x32\x48\x2d\xf8\x77\x16\xfe\xd6\x1c\x21\x8e\xeb\x4e\xcd\xc2\xda\x4a\xc3\xa4\x98\x59\xf8\x5b\x53\x40\x5d\xe4\xfc\xea\x8f\xbe\x88\x6a\x08\x69\xdc\xd1\x0e\x47\xf1\x25\xc7\xe6\x17\x14\x5b\x4a\xf6\x4d\xa0\xd8\x52\x54\xa1\xdc\x92\x18\x48\x2c\x61\x9c\xa5\x96\xaa\xf7\x27\x2a\x19\x5b\x26\x4c\x90\xde\x87\x14\xbf\xc4\x40\x06\xe5\x54\x96\x04\xf3\xb4\x82\xef\x4a\x2a\xdc\x1c\xc9\x0f\xce\x77\xb1\xf3\x92\x20\xbc\x5b\x2e\x4e\x08\x6c\x68\xde\x5d\x4b\x54\x97\x18\x9a\x20\xaa\xd7\x6e\xac\x23\xae\x61\xd8\x31\x91\x56\x71\x06\xc1\x54\xc9\x38\x0d\x64\xfd\x5d\x81\xf5\x92\x2a\xd1\xe8\x69\xd6\x45\x3b\x82\xb2\x12\x4a\x0f\x81\x92\x89\xa6\x84\xb6\x2e\x87\x54\x7b\x5d\x6a\xaf\x76\xc4\xfe\xd4\x88\x8d\x61\x8f\xc2\x0a\x6c\xd6\xd5\x94\x01\x93\xf5\xf0\xfe\x6a\xc8\x34\x35\x9b\x6c\xac\xa8\x29\xac\x31\x59\xee\x0d\x00\xc5\x11\xe3\x1d\x61\xc6\x8a\x10\x2f\x28\x81\x15\x92\xae\x3f\x2f\xa9\xad\x22\xe2\x1e\x83\x65\x31\x84\x03\xd8\xac\x93\x19\x6b\x27\xa7\x35\x31\x75\x94\x89\x96\x3e\x9c\x78\x35\x88\x4f\x62\x5e\xf6\x19\x6c\x7b\x4c\x28\x5b\x98\xbd\x72\x4c\x78\xb3\x48\x84\xba\x5a\xd9\xc2\x2e\xea\x68\xa5\x61\x7a\x1d\x9c\xb7\xb7\x0c\x0a\x84\x0c\xef\x10\x44\xdd\xd6\x6e\x7a\x82\x30\xde\x3d\xab\x1d\x9b\xde\x4c\x00\x75\x74\x82\x8d\x97\x69\x09\xdc\xc6\xf5\x8e\x5d\x6e\xd6\xba\x13\x46\xc1\xb4\x23\xc7\xc1\xbc\x1a\xb7\x78\xd8\xa8\xc7\x8b\xb7\x86\x45\xa8\xc4\x4b\x3c\x94\xd6\x5b\x12\xcc\xc8\x8e\xf5\x48\x3b\xa8\x4f\x62\x60\x62\x20\xaf\x45\x1e\x54\xf7\xca\xf6\xcd\xb2\x9a\x97\x7d\xf1\x89\xc5\x15\x7c\x6a\x1e\x6b\x4e\xea\x91\x51\x14\xb6\xc0\xa6\xa3\xbe\xef\x18\x28\xe9\x58\x7b\xc8\x0f\x78\x4c\xfa\x88\x3a\xd6\xb4\x84\x97\x83\xe2\x88\x5f\xa0\x54\x6f\x44\xa0\x76\x4b\x4b\xe9\x27\x77\x0e\x95\xc4\xfb\x42\x2c\x94\x25\xda\xa5\x9b\xdb\x38\x62\x7c\xa2\x9c\xfd\x7d\x2d\x42\x49\x27\xcb\x4a\x0b\x3e\x1a\x99\x65\xf5\x42\xc5\xb2\xd4\xa5\x6b\xa2\x62\x59\x6c\x66\x0a\xb0\x31\x67\xd3\x26\x6e\x88\xb5\xf3\x3a\x2d\x79\x5e\xee\x6e\x94\x34\x8b\x8e\x15\xe5\x15\xb0\xcd\xa1\x02\x09\x59\x74\x2f\xca\x41\xd0\xaf\xa3\x84\xd2\x45\x45\x4d\x10\x5e\x8c\xc7\x32\x4a\xa7\x74\x9e\xb2\xa9\x7f\x0a\xe3\xdd\x56\xb5\x74\x71\xc3\x65\xf7\x88\x83\xdc\x3d\x22\x6d\x6e\x58\xc8\x4c\x10\xc7\x6d\x4c\x4c\x90\xc6\x9b\x49\xf3\x4e\xef\xbb\x25\x4a\xba\x57\x6d\x2f\xb5\x59\x63\xcb\xbf\xd3\x50\xd2\xfc\x02\xb5\x51\xcb\x8c\x37\x0e\x7e\x93\xe2\x8d\x6c\x70\xa3\x19\xc2\xf8\x30\x5b\x42\xda\x5d\x35\x2d\x43\x36\xcf\xc6\x3a\x2c\xd6\x2f\x24\x22\x60\xe3\xb5\x7d\x11\xb0\x61\xf7\x3d\x6a\xa6\x44\x95\xc6\x2c\x69\x4a\xf2\xd1\x06\x83\x04\x03\xf6\x4b\xe6\x85\xfd\xfa\x25\xbb\xad\xfa\x67\xa6\x83\x87\xd9\x5f\xcd\x6f\x00\x07\xaf\x11\x20\x15\x9b\xc3\x3c\x1d\x23\xb8\x0d\x01\x53\x5b\x0d\x17\x03\xbf\xe2\xb2\x32\x73\xe6\x6c\x62\xce\x8c\xd5\xd0\x14\x33\x42\x35\x8c\x12\x54\x81\x89\x2a\xde\x59\x32\x0a\x86\xaa\xe0\x48\xc9\xb8\x5d\x45\xe9\xa4\x25\x6f\xeb\xea\x2d\xb5\x91\xd8\xbc\x19\x00\x38\xca\x35\xa1\x8c\xf8\x62\x25\x52\x97\x8c\x04\xba\x61\x80\x91\x40\xe7\x58\xc5\x4c\xa1\x5d\x3b\x2b\x07\xd6\x9f\xd6\x89\x9d\x03\x15\x8d\xe8\x37\xa8\x91\xc9\xe8\x9d\x11\x96\x61\xe5\x3a\x07\xac\xba\x56\x35\x07\xde\x72\x24\x41\x24\x07\x16\x5d\x13\x8e\x22\xee\x6b\x92\x48\x9b\x23\xf9\xbe\xd8\x41\x8e\x6b\x5d\x35\x4b\x14\x63\xb0\xa6\x9b\x57\x74\x6f\x73\x97\xb4\x14\x69\xb7\x65\x44\xf0\xbe\xdb\x64\x91\xd1\x5d\xa0\xca\x5f\xf5\x98\xa0\xd5\xec\x1e\xc9\x52\xb4\x1d\x33\x73\xf4\xac\x9c\x64\x44\x82\x24\xcb\xc5\x19\x29\x78\x2f\xa8\xd7\xe5\x23\xee\x61\xe0\x74\xd2\xda\x4c\x39\x3a\xd9\x7d\x91\x11\xd5\xe1\x98\x9d\x9c\x88\x58\xf7\x8f\xb5\xce\xee\x0f\xdb\xc9\x16\x83\x4c\x29\xda\x68\x62\x75\x06\x9d\x13\x39\xaf\x32\x85\x82\x20\x53\x13\x96\xfd\x29\x23\xee\xa3\x9a\xbc\x33\x59\x86\xd7\x6e\xca\xcd\x49\xf5\x4f\x4a\x66\xe0\xc7\x6b\x08\x96\x13\x77\x07\x27\xb1\xe6\x0e\x18\xe6\xff\xa3\xe2\x08\x25\x67\xae\x8a\x01\x5e\xab\xa2\xf1\x21\x65\xbf\x56\x09\x56\x71\xe7\x5b\x97\x5c\xc8\x87\x75\xb6\xe4\x02\x3e\xec\x2f\x2a\x55\x0b\x83\xbc\x0c\xd0\xb2\xd4\xe7\x65\x71\x96\x48\x99\xeb\xc2\x8a\xc0\x42\x14\xc6\x6b\xe5\x2b\x65\x73\x93\x46\x85\xbd\xc0\x7c\xa5\x2e\xb9\xc3\x0f\x68\xa4\xf6\x2e\x43\x3a\x5c\xf2\x44\x61\x83\xb6\xa7\x2e\xa3\x66\x83\xb9\x7d\x6e\x74\xe5\x35\x3f\x80\xac\xf4\xea\x10\xd4\x69\x90\x28\xd7\x7a\x65\x29\xa5\x7a\xd6\x6d\xe5\xee\xaa\x4d\xce\x23\x24\x50\x46\xed\xde\xc6\x9d\x10\x0b\x00\x86\xfb\xda\x39\x90\x97\xd4\x6a\xc6\x30\xa5\xd6\x97\xfd\x37\xd3\x46\x6d\xd3\x7d\xee\x84\xd9\x3d\xb0\x64\xc1\xe6\x17\x16\xa2\x85\x26\x64\xc7\xf9\x58\xce\x28\x14\xe1\x88\xe2\x8c\xd0\x0b\x47\x77\xe7\x55\x28\x42\x02\x5f\x46\xa1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\x37\xe6\xd9\x18\x89\x6a\x5a\x13\x02\xe1\x05\x56\x6e\x7b\xf8\xf2\x58\x01\xa9\xfe\x82\xe4\xe4\x7d\x0f\xa3\xb5\xa5\x9b\xcc\x6c\x34\xfb\x13\xf2\x4e\x69\xcd\x34\xbb\xc2\x2d\x64\xd6\xcd\x08\xb7\xb0\x46\x91\x11\x5d\xe1\x73\x30\x53\x70\x36\x90\xab\x1c\xa9\xc9\x69\x6f\xdc\xa7\x42\xe4\x0e\xd9\xc0\x07\x0b\xca\x7d\xe7\x60\x10\x16\x43\x75\x97\xa0\x1f\x63\x76\x07\x37\x7b\x4d\x62\x61\xda\x3d\xb0\x46\xaa\x29\x70\xca\xd6\xd9\xa6\xe5\x7c\x2c\x8e\xab\x2e\x0e\x9c\xbe\x3e\xcc\x78\x39\x9e\x0f\xcb\x25\x29\x7b\xd3\x1c\x98\x84\xa9\x63\x55\xa0\x90\x21\x38\x1f\xd4\xd5\xbc\x5a\x90\x9c\x87\xe3\x4e\x50\x40\x36\x27\x33\xbc\x83\x25\xfc\x45\x0f\x07\xe8\xc5\x3c\xf8\x60\x10\x98\x44\xcf\x0c\x51\x3b\xb8\xc3\x29\x4c\x27\x5d\xfc\x58\x32\x42\x9c\x2d\xa5\x65\x96\xac\x78\x6d\xc4\x93\xbb\xc4\x1d\x2c\xfa\x71\x0f\xd8\xc9\xde\x56\x27\x97\x4e\x20\x42\xfa\x0e\xde\xa8\x27\x4f\xf4\x57\x8f\x6b\x69\x84\x05\x5e\xea\x60\x25\x3b\x5f\xec\x52\x2f\xdc\xb4\x42\x79\x0c\x0a\xaf\xa6\xe1\x1b\xb3\x32\x8c\xb0\xfc\x66\x1f\xaf\x37\x8c\xdd\x96\x9b\x6e\x92\x53\x72\x07\x64\x88\xe6\x57\x14\x2e\xbd\x74\x14\x2e\x4d\x4e\x37\x6f\x5e\x32\x37\x61\x49\x87\xd7\x56\x7d\x90\x49\x65\x12\x5e\xe1\x10\x3f\xba\x7a\xa8\xe4\x65\x14\xf6\x8e\xa0\xac\xe8\x85\x7e\x78\xd4\x25\x8f\x47\x88\xdd\xe6\x51\xe4\x2d\x82\x8c\x36\x5d\xee\x51\x0a\x84\x47\x87\x20\x15\xc6\x2f\xd8\xc4\x53\x78\xfb\xba\xb0\x5a\x60\xe4\x55\xcd\xdc\xc2\xb2\x7c\xc3\x26\x9f\x02\x71\xb3\x79\x07\x94\x8d\x96\xb8\xee\x31\xc0\xdf\xc4\xff\x0a\x05\x46\x11\x53\x41\x80\x82\x99\x55\x09\x0b\xa6\xa2\x07\xa8\x9a\x2f\xc6\x51\x22\x39\x49\xf2\x83\xb5\xb4\x4d\x0f\x78\xf8\xc9\x9b\x5f\x28\x7b\xc9\x40\x5f\x50\x2e\x41\x97\x90\x95\x82\xa0\xdc\x2c\x61\xae\x24\x4a\xe1\xda\x74\x85\x26\xce\xe1\x17\xa8\x07\xc8\xd5\x51\x90\x4d\x35\x5e\xa8\xa5\xcd\x53\xd6\xb6\x82\x00\x01\xef\x80\x92\x68\x3c\x6b\x7e\x61\xd1\xa3\xdf\xa0\x4e\xdd\xfc\x60\x2e\xaf\xaa\x66\x97\x42\x69\xcc\x98\xce\x8b\x1e\xfd\x00\x09\x38\x32\xd9\x17\xda\x30\x65\x57\x2d\xa8\x86\xa0\xab\x58\x4a\x61\xad\x2c\x6f\xec\x92\x79\xfa\x35\xf7\x48\x2d\xd5\x98\x44\x9c\xed\x0b\x0f\x79\x01\x2d\xd4\x67\x56\x97\xd2\x72\x97\x8d\x27\xac\x06\x2d\x64\xc2\xd2\x28\x0a\x52\xb0\xba\x18\x60\x61\x54\x81\x4d\x26\xa5\x70\xcc\xa8\x36\xb6\x81\xcc\x3e\xb8\x99\xbc\x55\x13\xf5\x2a\x3f\xe0\x0f\x6a\xa0\xeb\x42\x5f\x54\x2c\xaf\xe9\x85\xe5\x08\x7c\xd6\x94\xca\xe5\x95\xa8\x5c\x20\xcc\x38\xec\xad\xe0\x9e\x2e\x6b\xe7\xa5\x31\x5a\xb0\xf9\x05\x5c\xd4\x28\xc1\xa2\x30\xf5\xdf\x7e\xcd\x02\xe9\xc6\xae\xdd\xd2\x03\x11\xa5\xe5\x5f\x2e\x79\x13\xe5\x14\x77\xb2\x4d\xc8\x05\x77\x75\x35\x23\xb2\xc3\x59\x1c\xfc\x7e\xc3\xfb\x9a\x54\xa7\xdf\x53\x16\x37\x5c\xc1\x1e\x86\x67\x8d\xa2\x58\x76\x10\xe2\x0a\xf6\xb4\x6d\x06\x99\x7b\xdd\x04\xd6\x69\xbc\x92\x82\x50\x58\xfc\xdb\xa7\x5b\x61\x19\x2c\x9b\x96\x0a\x53\xfb\xed\x3a\x2d\xcb\x4e\x28\x2d\xa4\xb0\xf0\x95\xfd\x9a\x05\xe9\xfa\x36\xb8\x16\x14\xbe\xb2\x4f\xbe\xc0\x4e\xe8\xe0\xd3\x82\xe4\xa7\x62\x22\x86\xdd\x30\x1b\x8f\x83\x4b\x23\x44\x0f\x8a\x09\xfa\x7e\x5f\x20\x6a\xc0\x7d\x81\x28\x98\x21\xdc\x74\x6f\x3c\xc8\x36\x96\x65\xca\x94\x6d\xb2\x05\x30\xdc\x26\x1f\x75\xa1\x70\xe1\x65\xf2\x0e\xb2\x2c\xb8\xf4\xca\xd1\xef\x65\x5f\x96\x4e\x0f\x40\x90\xd5\x66\x19\x4d\xaf\xdc\xb1\xd0\xac\x39\xf2\xba\xf9\xf2\x23\x97\x50\x39\x78\xd2\x99\x27\x9f\x94\x41\xcd\xbd\x98\x26\xe5\xd8\xc1\x02\x19\x22\x07\xbf\x50\xd0\xd6\xf8\xe7\xda\x40\x7e\x01\xc4\x68\x88\x4f\x1e\x24\xdd\x0f\xc8\x20\xcd\xde\x4e\x32\x48\xef\x18\x08\x11\xd5\x49\x06\x65\xf9\xd4\x4d\x4b\xd7\xda\x32\xea\xe3\x5a\x70\xfb\x01\xe0\x96\x31\x02\x35\xf1\xf3\xeb\xc4\xbc\x28\xae\x65\x8f\x81\x8d\x1e\xdc\x01\x37\xba\xa9\x73\xd9\xe5\xcc\x22\x61\x97\xcb\x92\xc7\xca\x4d\xa0\x8c\x4c\x54\xab\xb2\x9b\x13\xb7\xe7\x67\x07\xd8\x95\x7b\xa1\xc6\x0f\x28\x08\xf8\x58\xbe\x29\x4e\xf9\x68\x58\x2e\x6b\xe9\x04\xe5\x21\xfe\x7d\xe4\xa1\x78\x54\x8e\x7e\x81\x27\xbb\x04\xf6\x82\xb4\x23\x95\xb4\x2e\x05\xc2\x86\x2e\x2d\x28\x05\xb1\x93\xd9\x8c\xfd\x21\x43\x13\x97\xad\x4b\xb8\x90\xf8\x8d\x4b\xfa\xe3\x90\xb4\x5d\x37\x1e\x37\xaf\x2f\x16\x43\xaa\x7a\x80\x60\x4f\x21\xbf\x32\x5d\x5e\xe5\x9b\x4b\x65\xb9\x27\xab\xeb\xac\xaf\xdb\x7c\xc6\xe1\x82\x82\xec\xf0\x92\x8a\x2c\x22\x8b\xf4\x35\xd0\x6f\x27\xa0\x90\xbb\x6e\x59\xa2\xd2\x43\x6c\xbf\x77\xc5\x0d\xbd\x2a\xb2\x5c\x2a\x6a\xba\x16\xaf\x4e\x5d\xa6\x22\x9d\x89\x35\xf2\xaa\x6f\x01\x1d\xd7\xf2\xf9\x0b\x50\x88\xc7\x4c\x6b\x12\xfa\x02\xf2\x89\x63\xd3\xeb\x94\x4f\xb2\xaa\xd1\x97\xca\x6a\x4e\xf6\xbd\x57\x5c\x6b\xeb\x30\xa0\xca\xf8\x46\xdb\x0b\x2a\x4c\x49\xf9\xd5\x23\x0d\x5e\x62\xa2\x15\xf2\x8b\x4a\x47\x97\x9a\xe8\x8d\xa9\xee\x92\x35\x50\x82\xbb\xa4\x97\x76\x78\x1a\xdc\x1a\x2f\xa8\x78\x3b\xbc\xf8\x5a\xcd\x6b\xa2\xfa\x24\x93\xd1\xe8\x2c\xaf\xf0\xcb\x9a\x6d\x54\x88\x2c\xc1\x2e\xff\xba\x64\x96\xd7\x17\x83\x83\xf8\x8d\x83\x0f\x34\x57\x5c\x39\xdb\x5e\x7d\x92\x88\xaa\x5f\x20\x69\xbb\xcb\x05\xb7\xf0\x8d\xac\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x3b\xa9\x16\x1e\x10\xaf\x07\xbc\xcb\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf2\xbc\x50\x53\xb9\x82\xfa\x82\x36\x22\x4b\x1c\x15\x55\xe9\x55\xdb\xb0\xd4\xba\xe6\x2d\x42\x45\x98\xa2\xc3\x02\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x4a\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x65\xa8\x45\x2c\xba\x22\xec\x30\x38\x34\xa0\x22\xa3\xbb\xf8\xa0\xab\x48\xb7\xf1\x31\x54\x71\xdd\xe9\x6b\x12\x14\x7a\xf2\x8f\xa2\xb5\x6b\x67\x42\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x08\xa2\x9d\xf2\x95\xe9\xde\xaf\x85\xa4\x84\x23\x69\xa4\xd2\x9a\xe3\x50\x85\x8a\x18\xc4\xf6\x86\x18\x7b\xd5\x33\x42\x48\xa1\xed\xf1\x15\xd6\x98\x97\x24\x88\xdb\x4d\x5a\x2d\x7e\x01\x22\xb4\xc5\xb6\x3a\x16\xde\xdd\x25\xcf\x35\x63\x91\x41\x86\x36\x5b\xd5\x9d\x68\xd3\x34\x70\x89\xa7\xa3\x85\x2a\xac\x31\x16\xec\xeb\x4e\xee\x5f\xfd\xa0\x71\x9e\x5a\xfc\x7d\x61\xc6\x6f\x0c\x02\x21\xd4\xec\x0b\x35\x9a\x18\x65\x10\x6f\x23\x5e\x3e\x60\xa9\xa7\xb2\x06\x91\x05\xab\x7a\xd0\xbd\xff\x7a\x83\xc8\x53\x97\x07\xd7\x4f\x50\xb1\x28\x91\x6d\x5f\x15\xc6\x92\xac\x73\xae\x1e\x37\x73\x6c\x84\xcc\x13\x98\x31\xb6\x11\x3d\x98\x75\x0e\x56\x18\x43\x74\x5d\x74\xa9\x70\x2c\xea\x76\xe2\x52\xcf\x75\xc1\x8d\x40\x80\xad\x23\xfb\x10\x3b\xb9\xcd\x82\x47\xd8\x11\xb1\xec\x1e\x89\x27\x2f\x06\x6f\xad\xb0\xb5\xad\x9e\x6b\xc1\x35\xed\x93\x97\xb8\x0b\xf7\xe7\x5a\x6f\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\xe1\xe5\xe2\x34\x34\x04\x42\x01\xb3\x4f\x18\x98\x57\xec\x73\xa9\x17\xb9\xb9\xa1\xbe\x60\x3f\x36\x19\xa3\x66\xa7\x83\x96\x2a\x63\x03\x1d\x7d\x52\x21\xf7\xbc\x24\xbc\x7a\xd1\x2b\xe3\x36\x2f\xf1\xf1\xd2\xc0\x1f\x69\x77\x7e\x65\x74\xa0\xed\x1d\x15\x72\xd0\x30\xd5\xde\x74\x75\x05\x3f\x20\x91\x1a\xb5\x37\xa5\xb3\xe6\x3e\xc9\xca\x25\x59\x57\x18\x71\xb2\xcf\x3d\x78\x04\x37\xaf\xc5\x12\x94\x7c\x38\x23\xb6\xcf\xa9\xb3\x15\xd7\xa7\x38\xc1\xb0\x52\x2c\xf2\x31\xf8\x30\x6a\x59\xd3\x9e\x62\x52\xdc\x4c\xa1\x0f\xf8\x85\x4e\x82\xb6\x81\x40\x75\xd6\xb4\x0d\x75\x68\x92\xdb\xd8\x12\x62\x69\x8d\x99\xd7\x36\x45\x34\x84\xd9\x65\x6d\xe5\xb6\x11\x20\xff\xbe\xf8\x4b\xd3\x03\xf0\xfd\xea\x36\xe9\xb1\xb9\x07\x48\x76\xc2\x49\x5b\x97\x16\x7c\x88\xa7\x85\xc0\xb5\xf7\x03\x1c\xca\x3a\x07\x5a\x00\xf5\xbd\x3e\x20\x0f\x94\x90\xdc\x28\x74\x09\xa9\x0d\x99\xda\x59\xd4\xd7\x50\x00\x53\x57\x44\x95\x16\xd6\x32\xba\xc7\x07\x61\xcc\x02\x39\x72\x43\x88\xa0\x1b\x82\xe8\xd2\xd0\x46\x6f\xcc\x4a\x71\x48\x4b\x8b\x0c\x60\xf7\x2c\x22\x81\x12\xa6\x61\x57\x0a\x3f\xba\x4a\xaf\xb4\x48\xa3\x84\x90\xca\x6a\xed\xa6\xd5\x16\x77\x8e\xef\xee\x89\xf6\x6e\x90\x71\xc1\x42\x30\x80\x14\xe2\xbb\x1f\xf0\xfc\xf5\x24\x11\x9a\xe7\x88\xf9\x86\xac\x6d\xc7\xd1\xb5\xf4\x70\x4c\xd1\x02\x2c\x44\xd9\x68\xcc\x0b\x29\x6a\x2f\x83\x8f\xda\xb8\xac\xbe\xfb\xfb\x93\x10\x68\x61\x32\x59\x97\x41\xa2\xa8\xd4\xdc\x03\xc8\xdd\x93\x64\xf9\x4b\x09\x78\x8d\xd6\x1e\xaf\x74\x59\x10\x09\x6f\x85\x6e\x00\xb7\xc9\x0b\xa5\xd3\xb5\x0a\xd6\xf7\x6a\xaf\x1e\x34\x04\xdc\x6b\x9b\xa9\xb1\x16\xf4\xe8\xdf\xa9\x86\xf8\x77\x9e\x85\x12\xf7\x5a\x25\x9b\x91\x6e\xd4\x10\x53\x96\xbd\x30\x95\x3e\x75\xff\x4e\x36\x64\xbc\xad\x18\x33\x59\x0c\x1a\x8b\x53\xa6\xd7\xa0\xe4\x8e\xc6\x2c\xa2\xcc\x5e\xfa\x54\x63\x79\x1d\x47\x24\x36\x24\x75\x54\x97\x09\x69\xac\x3f\x99\x24\xe5\xb7\x46\x43\xa8\x34\xcb\x86\x64\xe6\x66\x25\xae\x35\x86\xaf\x8a\x5d\x35\x66\x33\x3b\x6a\xa4\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x1b\xe3\xab\x04\xd5\xd6\xa9\x52\x4b\x4f\x6f\xc8\xf3\xc8\xdd\x1f\x10\x7b\xc2\x05\xb2\x95\x2d\x04\xb4\xbe\x88\x4c\x43\x22\x99\x38\x7b\x16\x83\x72\x9f\x74\x91\x36\x28\x77\x4a\x74\x6d\x83\x4c\x52\x3a\x58\x1b\x0b\x35\xee\x93\xd7\xd2\x19\x9b\x63\x8d\x2a\xb0\xe8\x14\x73\xb0\x4a\xa3\x90\xe5\x79\xed\x0b\x13\x82\x8b\x25\x73\xcc\x40\x76\xa6\x9b\xf8\x03\xb0\x72\xe9\x81\x6d\x09\x5d\x92\xc8\xdb\x12\xba\x8c\xdb\x9d\x60\x67\x7f\x02\xf9\x54\xb6\x84\xb6\xd3\x93\xe7\x21\xc8\x33\x3c\x06\xa2\xc5\x74\xb1\x4e\x69\x07\x71\xa9\x21\x91\x54\xfc\x52\xeb\x1b\x23\xb7\xec\xd3\x6f\x94\xa0\xcc\xdc\x29\x21\x49\xa1\x6e\x28\x68\xae\xbb\x7c\x4a\x3b\xdb\x04\xc9\x1c\x01\x97\x45\xbe\xd8\x2c\x42\xaf\x9a\x11\x4f\x33\x8e\x35\x9b\x76\xf2\xe6\x0c\x2d\xd5\x49\xbf\xaf\x37\x2c\x6d\x34\x92\x2c\xda\x45\xb1\xdf\x58\xb9\x08\x92\x86\xe4\x9d\x70\x56\x5e\xdb\x94\x5e\x92\xa5\xc4\x76\xad\x49\x6b\x92\x10\x5e\x9a\x95\xa5\x06\xe9\xc5\xb9\x48\x6d\x0a\x2f\xa9\x98\x47\xdc\x24\x06\x49\xbf\x0d\xa9\x0c\xc5\xdb\x02\xc2\x4b\x75\x40\xfe\xba\x60\x27\xbf\xba\x20\xd1\x7a\xad\xee\xb5\xfa\x42\xf5\x4d\x19\x2b\xfe\x28\x88\xae\xb1\xe2\xb8\xb5\x1f\x5c\x5f\x18\x8b\xa9\x0b\xb1\x49\xf6\x27\xb4\x87\xe4\x67\x2c\x4c\xd9\x26\xbd\xe6\x04\xd9\xc6\xd9\xac\xed\x21\x3b\x31\x80\xac\xb1\x68\xac\xf1\x7e\x44\x6b\x43\x8d\x1e\xa9\xf4\x7a\xc0\x33\x4d\xfc\x06\x37\x28\xa6\x26\x72\xe9\xcc\x4b\xd0\x52\x75\xa4\xe0\xba\x32\x6a\xe9\xf0\x61\xb5\xfc\x7a\xc0\x3b\x85\xfc\x05\x4a\x40\x48\xe2\xea\xac\x32\xee\xe0\x89\xbe\x51\x84\x4f\x7e\x83\xbb\xac\xab\x8d\xe2\xab\x52\x84\x3b\x33\x19\x1c\x81\xd4\x97\xd9\x49\x9b\xa2\x4f\x89\x27\xba\xc4\x57\x0f\x03\x3d\xb8\x4d\xa5\x40\x9a\x4e\x47\x4c\x53\xd9\xdc\x01\x09\xd0\x40\x06\xb2\x23\x69\x2a\x3d\xf2\x80\x10\x51\x77\xd4\xa2\xd1\x9d\x19\xa5\x23\xed\x56\xd7\x74\x94\xce\x34\x5b\x1b\xcb\x7a\xe4\xb6\xc8\x7e\x83\x86\x72\xbf\xc0\x6d\x21\xe1\x15\xb7\x59\x36\x8b\x48\x9d\x37\xd4\x8b\xb5\xf7\x84\x1b\x23\xfc\x3e\x52\x03\x5e\x36\x86\x8e\xda\x35\xf6\x45\xf7\x54\x10\x2d\x26\x44\x26\x8a\x4d\xc6\x2c\xf3\x66\x3d\x49\x84\x28\x39\xc1\xa7\x2f\x11\xc7\x98\xce\xd8\x98\x12\x30\x7a\x46\xbe\x9a\xb1\x92\x39\x82\xf1\x98\x59\x7c\x5d\x20\x65\x2e\xb6\x3b\x20\x7f\xf2\xa4\x96\x79\x68\xb8\x4b\x8a\x24\xee\xa2\x50\x1a\x95\x16\xd9\xa7\x94\x13\x9b\x67\x85\xe2\x31\xce\xc4\xea\x25\xc3\x07\xaa\x1e\x0b\x0f\x34\xa9\xad\x1d\xb1\xf9\xde\x58\xbd\xa0\x6c\x49\xf5\x88\xc8\xa0\xf0\x2c\x11\x9a\xef\xac\xbc\xce\xa0\xa4\xd7\xef\x0b\x64\xcd\x72\x4a\x51\xad\x79\x92\x28\x1c\xa3\xba\xd2\xa5\xd7\xc5\xbe\xd4\x23\x03\xed\xad\x49\x77\xde\x02\xe3\xe8\x8a\x5e\x99\x99\xaf\x39\xa0\x52\x8c\xaa\xd4\x96\xbe\x84\x22\x6f\x33\x44\x20\x95\xcd\x6d\xc2\xa0\x0e\x60\x5e\xb2\xb9\xa9\xb7\x35\xa2\x80\x6c\xd8\x65\xc1\x2f\xf0\x4c\x4f\x7e\x01\x61\xbc\xc3\x2f\x2c\x34\x68\x56\x7d\x6d\x2a\xe1\x05\x5e\xb7\xe1\xa4\xa4\xce\xea\x2d\xe6\x05\x28\x29\x68\xe7\x52\xef\xb4\x93\x78\x9a\x2c\x8f\xed\x30\xa5\xce\x6b\x3e\x6d\x42\xe8\x83\xa5\x47\xf5\xc5\x20\x47\x93\xf6\xde\x07\x8d\x9c\xd5\x6f\x20\xd7\x3b\xb8\x87\x4e\x28\x05\xd5\x40\x4d\x49\x71\xf2\xbe\x6c\x4a\x06\x02\xf7\xf1\x5b\xdc\xec\xf0\x71\xf9\xd0\xed\xfb\x1a\x52\xc8\x47\x39\x94\x26\x1b\x45\xdf\x17\xd3\xfc\xc9\x45\x78\xa5\xb3\x56\xa0\xf5\xee\xce\x7a\xd6\x66\x04\x30\x1e\x15\x69\x67\x9d\xb5\x02\xad\x57\x77\x86\xb9\x4b\x1c\xee\x53\x90\x49\xc5\xac\x07\x91\x37\xc5\x68\x3f\x48\x0b\x7e\x7f\x47\x5b\x0b\x7b\x10\x00\xcd\x07\xb5\x53\x86\x53\xbd\x3a\x4c\x49\x9b\x8f\x11\x84\xd1\x54\x23\x80\x21\xe9\x8e\x74\xe8\x8c\xa3\xb1\x6a\xdf\x99\x89\xea\x20\xa9\x0e\x27\x58\x91\x1e\xd1\x4f\x14\xec\x30\xff\x65\x79\x6b\xbb\xfc\xfb\x49\xde\xe4\xf6\x09\xf6\xe9\x36\x97\xd5\xab\x04\x17\xd8\xcb\xc8\xdb\x99\x67\x6a\x21\xa0\xc3\x52\x54\x8c\xc7\x8b\xf1\xb8\x06\x0a\xa6\xa3\x62\xca\xb8\x56\x80\xb1\x56\x02\xc5\x53\x5e\xb4\x75\x2d\x52\x11\xb9\xc2\xd8\x54\x24\xbf\xf7\x8b\x4b\x23\xa8\x2f\x2c\x8d\x24\xed\xce\x50\xf7\xfc\xea\xf1\xc4\x0b\x9e\x04\xcf\xa1\xea\x07\xa0\x96\xe0\x11\x41\xbd\x52\x7c\xfa\xcd\xa0\x02\x4f\x62\x89\x67\x5e\x4d\x3a\xdd\x6c\x26\xe9\x70\xb2\x95\xe4\x17\xb8\x56\x1a\x82\xc5\x02\x2d\xeb\xf4\x9b\x16\x31\x21\x12\xb1\xe9\x2f\x82\x44\x49\x6c\x57\x2e\xe8\x37\x61\xd4\x24\x61\x79\xaa\x66\x5e\x0f\x4b\xaa\x69\x0e\x08\x1e\x7a\x1d\x01\x53\x5a\x4b\x9b\xa9\x0b\x86\xa7\xe2\x93\x11\xd1\x41\x96\xee\xc6\x06\xee\xa9\xa3\x75\x6c\x48\x62\x16\xed\x8c\x8d\xef\x0f\xb5\x91\xfd\xab\x55\x1b\x1b\x99\xa7\x44\xb5\xb1\x91\xd8\x84\xc3\x01\xbb\x90\x25\x92\x81\x7c\x4d\xdd\xb7\x59\x46\x20\x1f\x93\x99\x67\x4c\xa9\x28\x75\xd9\x27\x46\x58\x77\x4c\xaa\x8d\x18\x99\xe0\xdf\x07\x92\x2a\xaa\xda\x3b\x6e\x22\xd2\x14\xe0\x7a\x2b\xd9\xfd\x9f\x48\x4a\x72\x9b\x74\xa3\x35\x18\xcc\xbd\x74\x2e\xe5\x88\x8b\x2e\x34\xeb\x18\x91\x13\xad\x21\x61\x25\x1a\x3e\xc5\x46\x5c\xdb\xc1\x5f\x80\x50\xb2\xbb\x04\x6f\x96\xb6\x3a\x68\x19\x4a\xaf\x2e\x07\xce\x41\x41\x19\x39\x2b\xcd\x1a\xb5\x9e\x4d\xfd\x03\x76\x20\xdb\xd9\xc7\x32\x03\x49\x34\x1c\xcc\xd0\x74\xb0\xdc\x48\x4c\x6b\x50\x8f\x70\x0f\x96\xd7\x07\x94\xa1\x5f\x2f\xc0\xd4\x25\xb3\xe9\x80\xb3\xaf\x18\xd1\x10\xcb\x7c\x8b\x55\x19\x69\xd1\x82\xd0\x92\xb0\x23\x3d\x89\x25\x97\xc9\x46\x32\x32\xc7\xd4\xe9\x3d\x50\x11\xd0\x76\x9c\x91\xd7\x35\xf0\x82\x12\xc6\xa8\xf2\xea\x01\xbe\xa3\xe2\xdf\x41\xd0\xe5\x47\x25\x4e\x07\xec\x52\xba\x1f\xa1\x0c\xc4\x75\x3b\x92\x7d\xc0\x83\x57\x24\xff\x0c\xd8\xa5\x6c\x5b\x19\xcb\x2e\xa5\xed\x3d\x0a\xd2\xd9\xc4\xc4\x06\x44\xb8\xe6\x55\x45\x9d\x68\x47\xca\x0d\x4a\x70\x62\xed\x03\x97\xfc\x95\xe2\x01\x06\x09\xcd\x10\x61\x7f\x16\x0f\xc8\xfd\xe9\x0e\x90\xff\x23\x06\x35\x28\xe2\x39\xd8\x61\x14\x9a\x94\x64\xed\x1b\x95\x73\x14\xc8\x4c\xb7\xb4\xfc\x3f\x28\xf4\x49\x30\x19\x95\x73\x74\x07\xb8\x69\x46\x62\xeb\xa8\x60\xf4\xc5\xdf\x33\xe6\xd2\xef\x83\x45\x15\xb7\x99\xde\xe3\xfe\xa9\x05\x75\x3f\x00\xe3\x97\xe0\x33\x2a\x15\x5e\x93\x55\xc5\x35\x17\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x64\x5f\x5a\xb7\x1b\xf0\x59\xba\x56\xde\x40\x4d\xe9\x22\xc1\x64\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x15\x02\x93\x02\x62\xbb\x5c\xa0\x6c\x74\x1c\xb1\x12\x5d\x46\x87\x0a\x6b\x90\xa6\x08\x99\x7c\xdc\x0d\xe6\x52\x7a\xe5\x3b\xea\x74\x0d\x7f\x4f\xcf\xba\x59\xf3\x12\x29\x65\xc5\x19\x28\x84\x52\xcc\x99\x99\x7c\xe9\x90\x83\x31\xd6\x29\xaf\x59\xa1\x14\x4a\x35\xab\x5d\x26\x34\x0f\x3a\x50\x8d\xce\x40\xd3\xa4\x66\x4f\xe8\x18\xac\x1e\xe1\x0f\x26\x33\xd6\xad\xc4\x65\x0c\xc0\x24\xa3\xe8\x18\x24\x47\xd3\x27\xaa\x9d\xb8\x08\xce\xd8\x91\xd7\xae\x13\x78\xec\xd4\xa1\x85\xe6\x65\x2e\x93\xf4\x3e\x20\x92\xba\x98\xd6\x60\x85\x3e\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xaa\x4d\x6f\xfb\x3a\x0f\x84\x06\x96\x3b\x71\xa4\xc5\x40\x89\xea\x22\x21\x6f\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x68\x2c\xbc\x1c\x48\x10\x78\xb5\x79\xfb\x9d\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xa0\x0e\x06\x5b\x59\x43\x1d\xbc\xf4\xbf\x9b\x15\x2c\x41\x73\xf8\x41\x05\xd4\x6e\xd3\xb2\xe3\xd5\x44\x84\xb6\xf3\xe5\xc7\xb9\x44\x30\x4d\xeb\xa4\x74\xa3\x59\x2d\x49\xd3\xbb\x00\x82\x65\xf0\x07\xab\xe8\x9e\x7a\xbc\xa8\xfa\x7b\x1a\xa8\x51\xed\xe2\x20\x03\x72\xa5\x8b\x5e\x0e\x0a\x7d\xd5\xbf\x73\xef\x9b\x25\x2f\x9b\x9c\xa9\x9e\x25\xf5\x5e\xfc\x08\x09\x89\x8e\x25\x1c\x30\xb1\x59\xa9\xe1\x5d\xd2\xcd\x16\xd8\x71\x73\xf3\x6b\x52\xa8\x90\xd7\x4c\x30\x37\x72\x2e\xbd\x29\x10\x68\x95\x86\x11\x7d\x13\xa6\xf1\xa3\x80\x85\xc1\x4b\x01\x1d\x9b\x32\xe8\x6d\xb4\x6f\x78\xb0\x82\x9e\xe3\x40\x06\x4b\x87\x38\x0e\x64\x20\x70\xcb\x2e\x9b\xc1\x02\x79\x8e\xd2\x18\x0c\xdc\xb2\x6f\x78\xc0\x4a\xe7\x14\xe4\x81\xc0\x2c\xa7\xd0\xef\xdb\xc6\x1e\xa2\x1e\x04\xac\x4c\x56\x3b\x21\xe0\xda\x1f\x50\x04\x2a\x7e\x01\x7c\xbe\xf9\x05\x8a\x8e\x3a\x48\xf6\x25\x3a\x0e\x3f\xb8\x39\xe6\x07\xa8\x1d\x97\x90\x14\xf1\xd0\x9d\xf7\xec\x39\xce\x62\x0f\x8b\xe8\xbb\x1e\xac\xc5\xac\x7a\x00\x0d\xb5\xfb\x0b\x1c\xa0\xcd\x1f\x1c\x4c\x9f\x0b\x7a\x00\x8a\x6b\xee\x60\x01\x65\x20\x20\xb2\x1b\x11\xf0\x32\x5a\x48\xd8\x97\x0b\x51\x27\xea\x1e\xd7\x6a\xf9\x01\xa4\x00\x11\xf9\xbe\x4c\x6e\x22\xa0\x9d\xd2\xa1\x63\x22\x70\x79\x79\xaa\xd1\x3d\xb0\x6a\x9b\x58\xd4\x1e\x17\x2e\xfd\x00\xdb\x40\x72\xfa\x9e\xd6\x7a\x0e\x3d\x40\xd6\xac\xc1\x86\x17\xd0\x91\x42\x3b\x4d\x64\xda\xa9\x3b\x72\xf2\xec\x68\xda\x33\xa3\x66\x74\x66\xee\x99\x40\x8b\xc4\x76\x14\xb3\xb0\xa8\xb6\x67\xde\x10\x27\x9a\xdb\x69\x11\x73\x94\xc4\xce\xb4\x39\xdb\x38\xf6\x82\x3c\x3e\x1d\x27\x3b\xc5\x19\xc7\x13\xec\x14\x4e\xbc\xbc\x75\x21\x5f\xd3\xa8\x0c\xd5\x18\x7e\x80\xe2\x8b\x9e\x47\xa5\xc3\x2c\xfa\x05\x50\x48\xf7\x10\x20\x88\xee\x0f\xc8\x82\x24\x1c\xec\xcb\xe5\xe6\x2e\x59\x7a\xc1\x66\xfe\x9d\xd2\x82\xfd\x95\x7b\xa3\x46\x6e\xaa\x6b\x0f\xc8\x54\xa8\xe9\xb4\xac\xe9\x80\xd8\x59\xbd\xd7\xe6\xe6\x7d\x2c\xe4\x09\xff\xa8\xb6\x6b\xf3\xf3\xce\x98\x69\xbb\x81\x76\x1a\x8c\xec\x74\xd9\xe9\xff\xb2\x57\x66\x1f\x9c\xba\xc0\x1c\xe4\x74\x5a\x51\xb8\xc3\x9a\x2d\xd6\xfb\x58\xf3\xd0\x03\x78\xbb\x9a\xed\xcd\xfb\x4e\x32\x91\x86\xba\xef\x64\x03\xb2\x4e\xec\x34\xea\xd8\xaa\xb8\x33\x2c\xd9\x51\x24\x3b\x13\xac\xac\x96\xef\x07\x73\xcc\xbd\x3f\x8e\xc5\xde\xdc\xe9\x5a\x02\x4d\x9e\x07\xac\x43\x3c\x71\xfd\x7f\xb6\xd0\xb8\xa3\x2a\x6e\x19\xfe\x1d\xba\x41\x77\x07\x4c\x1f\xf6\x06\x42\x39\x02\x9b\xc1\x77\x04\x0d\x15\x1d\x23\xfb\xb9\x96\x50\xb8\x61\x89\x31\x6b\xb6\x3b\x2d\x3b\xb6\xb7\xed\x3c\x80\xbd\x07\x4f\xa8\xb2\xdd\x6d\x54\x99\xf6\x76\x60\xc1\x01\xdb\xbf\x76\x5c\x43\x56\xcd\x40\xe1\xf3\x72\x5c\xca\x4e\x23\xcc\xf8\x51\xaa\xd1\xce\x2b\x7a\x6d\x90\xde\x2f\x2e\xbf\x0e\xa6\x9d\x77\xee\x3a\xcc\x64\x87\x45\x65\x98\xbb\xd2\xdf\x65\x02\x5a\xc5\x01\xcc\x23\x6e\x02\xa8\x09\xa0\x3a\x6d\xf1\x91\xc0\x84\x2c\x57\x87\xd9\x79\xb6\xda\x84\xb7\xd3\xa1\x65\x5b\xeb\xfe\xac\x31\xf4\x09\xa3\x9a\x5d\xed\x65\x47\xf4\x4d\xb0\x55\xe3\xd8\xd6\x3c\x9a\x1e\x04\xbe\x51\xf5\xa0\xb3\x53\x3f\xc0\x6d\x17\x52\x5c\x0f\x78\x83\xec\xf0\x3e\x36\x90\x97\xd8\xce\x81\xe0\x96\xaa\xed\x7b\xf0\xa0\xb2\xd5\xee\x08\x34\x25\x49\xec\x38\x70\x32\x8d\xf4\x7a\xe3\xe2\x03\xbd\x11\x97\xa0\xa0\x41\x10\xce\x52\x5e\x2f\x90\x9f\x56\xbf\xb0\x03\x8a\xac\x36\x2c\xc2\xd5\x6d\xf2\x36\xe9\x0c\x07\x7d\x39\x3a\xb3\x0f\x18\x0d\xaa\x18\xc0\x91\x32\xa7\xa1\x21\x13\xe7\xe9\x0f\xb8\x33\xa3\x7b\xbc\xf1\x82\x10\x99\x49\xb2\x02\x31\x53\xff\x14\x91\x1f\xb8\x20\xaa\x6a\xaf\x1f\xc8\x4f\xf2\x45\x16\x47\x5e\x3b\xdb\x2f\x2c\x32\x55\x97\xac\xd2\xef\x2f\xa6\x1a\x9f\xab\xe8\xfa\x28\x64\x5a\x86\x91\x91\xb9\x92\x01\x0e\xa8\xed\x55\x74\x7f\xe0\x32\x55\xbb\x27\x0f\xdc\xd5\xef\x7c\x81\x03\xc9\x48\x3d\xbb\x3f\xdc\x59\x6b\xe2\x29\xd4\x0d\x05\xf1\x3a\xd6\xa2\x3b\x40\x3e\x94\x91\xc4\x92\x47\x46\x7b\x5d\xc5\xe1\xd5\x26\x80\x5a\x47\xc6\x01\x57\xbf\x4f\xf2\x15\xf7\x3b\xa0\x84\xeb\xa6\xfc\x72\x40\xe9\xee\xd9\xbf\x2f\x88\x84\x43\x86\xa2\xd8\x4c\x7d\xc0\x2f\xe3\x6b\x96\x0e\x64\x86\xdb\x72\x79\xa0\x1a\xa9\x2d\x8b\x47\x23\x88\x9a\x22\xa2\x80\x7d\x63\x78\x39\xa0\x73\x57\xaf\x5a\x03\xad\x1a\xe4\xe5\xb7\x69\x86\x80\xf9\x2e\x32\x76\x1e\x88\x13\xae\x06\xb1\xf3\x64\x11\x7f\x3d\x90\x1c\x95\x5e\x0b\x83\xe4\xa8\xfa\x7a\x81\xe4\x1c\xdd\x25\xd4\x4d\x31\xd0\x83\x77\x43\x59\x1f\x3d\x10\x3c\xec\xc2\x02\x47\x47\x0e\xfe\xab\x8d\xdb\xc8\x24\xd1\x1c\x9d\x3a\x55\xf3\x0b\x07\x6c\x4e\xc2\x13\x02\x5d\x5e\x8c\x86\xf7\xa6\x36\x83\xc8\x95\x91\x64\x70\x30\x9d\x4a\x3c\xf7\xa0\x12\xdf\xe5\x5e\x3d\x18\x19\x63\x9f\xf0\x31\xe0\x5f\x35\xa7\x19\xbc\xe4\xcd\xdc\x0e\x9e\x24\xbb\xf8\x8f\xc1\x1a\x91\x6e\xa3\x42\x8b\x99\xdf\x80\x63\xf1\x05\x02\x4a\xb3\x79\x3f\x40\x6e\x78\x2d\xed\xc0\x75\x59\xe5\x47\xc7\xd0\x81\x90\x1b\x47\x49\x1d\x10\x31\xaa\x24\xdb\x63\x67\x0d\x36\x21\x68\xcf\x78\x5f\x2b\x84\x92\xfe\xdd\x2b\x80\x6a\x4d\xd5\x4b\xcc\x34\x2a\x7b\x22\x0e\x5a\x08\xec\xee\x3b\x60\x21\x70\x70\xf6\xb1\xf3\xd8\x95\x15\xfd\xa0\x81\xc0\x2c\x6a\x65\x84\xeb\x83\x83\x56\x4d\xad\x08\x8a\x2d\xd9\x4b\x7a\x20\xef\x2a\xbd\xda\x34\xab\x98\xf6\xe1\xc7\x72\xad\xd1\xe3\xe0\xe5\xcc\x06\x80\xfa\x80\xf7\xef\x41\x59\x3b\xbb\x4b\xdc\x7c\x28\x71\xe7\x60\x01\x55\x59\xc0\x0e\xda\x13\xec\xc9\x38\xe0\xc9\x7a\xf1\xed\x93\x5b\x45\xcb\x00\xf1\xc6\x9e\x8d\x03\x05\x55\xad\x66\x1f\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x85\x58\x96\xdc\x8f\x25\xfd\xc8\xe8\x7e\x50\xfa\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x44\x13\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\xf9\xef\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x45\xdb\xf7\x8c\xa0\x75\x39\xa4\xce\x65\x48\x69\x7e\x00\x93\xb8\x58\xd2\x19\x79\x18\x6b\xbb\x9d\xb8\x40\xd5\xd7\xb5\x9e\x8c\xb7\xb6\xbb\xf3\x64\x11\x80\x79\x3c\xff\xe0\xe4\x39\x59\x21\xc0\x71\xcb\x27\xa3\xb3\x1d\x87\x7c\xd2\xec\xf2\x6a\xf3\x70\xf6\xca\x27\x6a\x16\x3a\x1a\x4f\x78\xe1\xac\xa5\x9f\x2c\x22\xf0\x5a\x3a\x5e\xc1\xfa\x5a\x3b\x16\x0d\x70\xe8\xf2\x99\x58\xf5\x57\xb3\x46\x91\x00\x3b\xf2\xce\x84\x62\x5d\x46\x1b\x4a\x04\x58\xab\x3f\xa7\x04\x9e\xac\x68\x9c\xac\x82\xaa\xc3\xe4\xcc\xeb\xbe\x28\xb5\x29\xd9\x09\xed\x99\x77\x56\x69\x8e\x28\x72\xea\xf8\xae\x13\x45\x4d\x75\xe7\x7e\x39\x11\x2f\xee\xd4\xfd\x13\xa9\x76\x8e\xa4\x3e\x51\x0d\xc0\xc5\xc5\x4e\x78\xe5\x5c\x96\xef\x44\xb4\x78\x35\x42\xe0\x95\xf3\x71\x7c\xc2\x2b\xa7\x4b\xff\xcb\x59\x40\xdb\x5e\x83\x02\x71\xc7\xa4\xbd\x9c\x6a\x06\xa0\xf0\xf4\x34\xe9\x96\xe3\xfb\xab\xd9\x2f\x72\x96\xb5\xee\x02\x11\x02\xbb\x55\xfb\x93\x5e\x35\x7b\xb9\xcf\x8a\xfa\x15\x3a\x8f\x4f\x14\x13\x70\x14\xe7\x59\xe3\xf7\x57\xab\xb2\x29\x9f\xcb\x6e\x25\xd5\xff\x44\x7c\x7a\x33\xdd\xe0\xfe\x81\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\x90\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x5b\x6e\xea\x47\xe9\x26\x5d\x10\x5e\x4e\x04\x56\x55\xd9\xb0\x4e\x98\xbd\x6a\xf7\x42\x2f\xb3\x97\x19\xeb\x12\xe1\xbd\x54\x8d\x87\xbc\xfb\xec\x64\x33\xee\x94\xc9\x78\xf6\x21\x9f\x9d\x56\x09\xb1\xfb\x13\xb5\x94\xaa\x8e\xb4\xb3\x33\x32\xd8\xa8\x1a\xc8\xbd\x35\x77\xc5\x85\x00\x55\x16\xa9\x73\x70\x0b\xba\x07\x64\xeb\xd5\xea\x0f\x16\x94\xfe\x62\x0d\x21\x28\x59\x1a\xc9\xe7\xe8\xc9\x9b\xfa\xcd\xeb\x96\x5d\xcc\x44\xbb\x53\x4a\xf7\x19\xc0\xa2\xfd\x66\x55\x3b\x0d\x04\x26\xfb\x9d\x77\xac\x69\xde\x88\xb5\xb2\x9b\xe2\xdc\x89\x7e\xaf\xdf\x4e\xdf\x9b\x16\x18\x9e\xb0\xe6\x69\xf1\xae\x2a\x7b\x6a\xcf\x23\xe0\x9c\xd4\x07\xc7\x42\x8c\xbe\xa0\x5c\x6b\x3c\xf0\xf2\x2a\x1b\xe6\xce\x65\x98\x33\x91\x1d\xa4\x19\xb7\x21\x05\xca\xbe\x70\xc2\x70\x57\x5e\x3d\xd2\x2f\xa6\x49\x1e\x9c\x83\x41\xe4\x62\xfb\x77\x10\xb5\x74\xc2\x13\xc1\x54\x55\xc6\x83\x93\x52\xa7\x79\x15\x0b\x08\xd8\xb3\x7b\x9e\xe4\xf1\xe6\x56\xbc\x56\xb5\xfb\x68\x5c\x3e\x2b\x49\xba\xe7\xb5\x68\x54\x78\x42\xe8\x52\x6d\xfe\x62\x6d\x3d\x41\x81\xb8\x70\x57\xfd\x3b\x79\xd1\xe9\xf6\xa3\x20\x85\xf3\x5e\x8a\xb2\xba\x47\x82\x9b\x83\x28\xce\x9b\xc3\x6b\x11\x6e\x28\xce\xe6\x0c\x28\x59\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\x20\xf0\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\x89\x50\xae\x15\xa7\x54\xd4\x06\xa9\x89\x4c\x2e\xc4\x2d\xf9\xb2\xca\x0b\xd1\xde\xbe\x9e\xf7\x82\x27\xaa\x0e\x8f\xc7\x29\x69\x06\x81\xdb\xb3\xfa\x01\xce\x41\x69\x91\x57\x5c\x53\xd2\x14\x28\x40\xc9\x5c\x7c\xf1\xde\x51\x9b\xd2\xae\x15\xa6\xf4\xea\x82\xe9\x06\x1e\x34\x22\x4f\x23\xfb\x0b\x86\xd3\xf8\x77\xba\x21\xb4\xe3\xaf\x44\xf1\x5e\x3b\xfc\x82\x45\x70\x38\x15\xe8\x4a\x6b\xcb\x09\xac\xb4\xb6\x87\x96\x82\x61\x41\xb6\xec\x5c\xb8\x23\xde\xaa\xdf\x95\x79\x3a\x7a\xb1\xf2\x82\x5b\xa3\xf2\x66\x50\x47\x81\x5d\xcb\x1b\xa5\x9d\x7f\xb1\x28\x91\x1d\xc5\x17\x42\xba\x5d\xe9\xfc\x42\x91\x22\x1f\xc9\x17\xc5\x10\x99\xa2\xaf\x29\x76\xa4\x61\x1a\x2d\xd4\x98\x9b\x5f\x00\xfa\x65\xcb\xbe\x18\x0c\x94\xfd\x01\x25\xbb\xe6\x17\x28\x88\x24\xf7\x00\x10\xb4\xcf\xae\x4a\xe4\x7a\x01\xeb\x22\x52\xcd\x9b\x55\x22\x2d\x37\x5c\xa8\xf9\x68\xb3\xdb\x55\x79\x5c\x1a\xb7\x94\x13\x86\x5f\x40\xc4\x90\xa4\xf0\x0b\xc1\x33\x9b\x51\xbd\xc4\x02\x43\x4d\xc3\x9e\x36\xf3\x45\xb1\x40\x96\xee\x8b\x65\xc4\x9d\x22\x75\xb1\x88\x91\x59\xec\xb5\x8a\x16\xe9\x4c\xbf\x50\x58\xdc\x25\xdf\x2f\x66\x8b\x39\x89\xea\x42\x89\x46\xc7\x57\x5f\x28\x52\xe4\xd2\x37\xd7\x92\x12\x9a\x3f\xa0\x48\xe7\xdd\x88\xaa\x44\xbe\x2f\xf7\xa2\xd4\x60\xbc\xa1\xa0\xa2\xab\xd2\x5f\x83\x5c\xdf\xdb\x73\xb9\xd3\xbc\x38\x83\x9b\xc9\x1b\x9a\xd1\x32\xaf\xdd\x35\x78\x84\xbf\x06\xa1\xd0\x66\x9e\xc0\x2b\xd8\x5f\xfb\x0f\xf1\x31\x56\x3d\xaf\xb1\x70\xa7\x89\xed\x54\x28\x4c\xa6\x3b\x71\xe7\x36\xdd\x4e\x92\x13\xae\x9d\x5b\x43\xf2\xfb\xb5\xaf\x41\x35\x57\xd4\x48\x9c\xba\xde\x0f\x8e\xa3\x0b\x31\xd9\xbe\x2d\xe3\x62\x51\x21\xfb\x47\x2f\xb8\xef\x8a\x1d\xe6\x17\x6b\x8d\xdb\x11\x7c\x1d\x5c\x3d\x41\x88\x28\xec\x4d\xd6\xeb\x0b\x87\x7c\x0b\xee\x91\x48\x11\x0e\xce\xb5\x14\xea\xe0\xa4\x9d\xc6\xdc\x1e\xc6\xa5\x26\xfd\xf8\x3a\x19\x2c\x55\xfc\x00\x56\x56\x9f\x06\xb8\x9a\xa7\x49\xa7\xba\x4e\x9e\x91\x5e\xfe\x0b\xf6\x32\x93\x2c\xab\x08\xd9\xfe\x75\x5d\x58\x07\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x9b\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\xba\x9a\x89\x01\xb2\x8a\x45\xa3\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x05\x4e\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x24\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\x26\xe7\x9b\xdc\x6f\xdc\x58\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x6f\xf8\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x91\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\xc5\x2b\xbb\xbc\x9f\xda\xe3\x77\x86\x96\x67\xda\x80\x18\xe3\xcc\xda\x1b\x17\x38\x36\x89\x31\x37\xac\x23\xce\xee\xbf\x0b\x45\x6f\x77\x58\x08\x82\x90\x54\x16\x69\x08\x84\x42\x47\x75\xf6\x03\x9a\x2f\x4d\x5d\x85\xb5\x6a\x8a\x07\x7d\xd0\xa7\xbe\x98\x82\x4e\x4a\xfd\x47\x69\x43\x37\x62\x7e\x9a\xc4\xc7\xbb\x62\xfb\x78\xb4\xca\x19\x6a\x02\x75\x11\x92\x3f\xa0\x15\x50\x32\xcf\xdd\x16\x2d\x6a\x99\x70\xb5\xe2\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x78\x00\x49\xfd\xb8\x71\x3d\x8b\x3d\x64\x37\x02\x88\xed\x61\xbe\xe1\xdc\x74\x15\xc6\x1b\x39\xf8\x63\xf3\xef\x48\x5a\xe8\xee\xef\x82\x13\xcb\xef\xdf\xd8\xf1\xfe\x1d\x08\x35\x25\x77\x3a\x16\x24\x0f\xdf\x53\xe6\x4a\xdb\xe6\x36\x44\x2c\x1d\x5f\x37\xca\x26\x39\x9a\xeb\x9e\x12\x56\xb2\x3b\xe8\xee\xb4\xee\x0a\xc9\x7d\x2d\xba\x1f\xe0\xc4\x74\xd0\xd3\xdd\x61\x93\xf6\x32\xc1\xeb\xb8\xe9\x68\xb8\x07\x8b\xbc\x6b\xc4\x81\x58\x78\xf3\x28\x0a\x4b\x9b\x3b\xe4\xcd\x2e\xdd\x1d\xd2\x63\xa4\x36\x52\xf1\x7d\x09\xfd\xbd\x47\x42\x24\xa4\xc0\x33\xf8\xba\x58\xf7\xde\x61\xae\x70\xd4\xc6\xbd\x43\x91\x95\x26\x7c\x23\xba\x78\x33\x69\xed\x8b\xf6\x85\x77\x18\x5d\x5e\x89\xa1\xf7\xce\x4b\x66\xb5\x50\xf4\x2e\xbe\xd8\xda\x0e\xc6\xa8\x03\xe8\x86\xd1\x25\xbc\xb6\xd3\x0a\x26\xd6\x31\x7e\xc3\xa8\x62\xa7\xd1\x7d\xc0\xbb\x60\x56\x4b\x6f\xa1\xb9\xff\xd1\x41\x3b\x7e\x7f\x10\x04\x4d\xfb\xa0\x02\x26\x89\xf0\xc6\x6d\x89\xd6\x43\x6e\xd4\x61\x6c\x8e\x23\xba\x51\xdf\xa8\x79\xc3\x40\xbe\xda\xcc\x13\x4e\x48\x70\xc5\x6d\x9c\x99\x0e\x35\xbf\x91\xa3\x16\x9c\xb6\x79\x9f\x8b\x5c\xdc\x25\x29\x58\x88\xbc\xb8\x9a\xc2\x34\x43\x89\x1d\x6f\x75\xd3\x2e\xe3\x68\xa4\xfb\x5a\xb1\x7f\x6a\x43\xe2\x32\x85\x5e\x0b\x0f\x82\xe1\x5a\x40\x79\x0c\x48\x81\xc6\xcb\xb5\x80\x34\x50\xb8\xa2\xd5\x1f\xa0\x00\xb5\x0d\x9c\xf7\x8d\x73\x56\x96\x93\x1b\xee\xbb\x26\xb3\xe0\x8d\x78\x28\xdb\xf0\x6e\x5e\x5d\x68\x17\xe5\x8d\xfc\xb1\xd7\x5d\xcf\xf7\x0d\x59\xd8\xbb\x04\xee\x35\xdf\xf6\x70\x3f\x1c\x51\x1d\xc0\xbb\xe6\x82\xfc\xf7\x03\x66\x28\x7b\xea\x8d\x60\x28\x7b\xd3\x6f\x26\x90\x99\x51\x3d\x58\xe9\xea\x36\x33\x57\x3d\x05\xa4\xfb\xf7\xe6\x17\x60\xcd\xf7\x16\x79\x50\x45\xc1\x33\xa2\x37\xce\x01\x3f\x37\x4a\x42\xb6\xea\x0e\xe9\x7e\xf8\xb4\x9f\x8d\x06\x38\x21\xf1\x81\x7b\xce\x9e\xe3\x67\xa3\x33\x4b\xbb\xf4\xd9\x30\xe7\xea\x0f\x70\xfb\xa8\x4e\x9b\x07\xee\xb8\xd7\x1d\x97\x0f\xca\x25\xbd\x72\x82\x1f\x86\x77\xd5\xed\x47\x37\xb2\x3e\x88\x6c\xb6\x6b\xfb\xc1\xed\x29\xe6\x22\x0f\xc5\x33\x99\x44\x1e\xc4\x82\x6d\xc3\xbf\x4f\x32\x73\xb0\xff\xc3\x6a\xd8\x0e\x61\x7b\xe0\xce\x73\x2d\xb0\x07\xd5\xb0\x5d\x93\xe1\xa1\x38\x27\x8b\xca\xc3\x30\x68\x23\x24\x20\xc9\x7f\xf3\xf7\x08\x81\x97\xdc\xff\x20\x18\xcd\xd5\xc8\x1e\xdc\x80\x68\x15\xff\x09\x3c\xbd\x04\xe0\xba\x00\x51\x5b\xed\x41\xa5\x82\x51\x3c\xc0\x4d\xfc\x19\xa2\x07\x64\xa5\x19\xc5\x00\xf5\x49\xbf\xc7\xb5\x79\x35\x44\xa4\x3d\xbc\xf8\x01\x99\xb5\xd7\x08\x17\x84\xdb\xdf\xf8\xb0\x72\x81\x18\xeb\xb3\x2a\x7e\x6b\x52\x91\xbc\x5a\x82\xfa\x83\xcb\x58\x9c\x9b\xf2\x44\xec\xf6\xe6\x01\xb8\xdb\x83\x47\x00\x4b\x92\xb1\xe5\x61\x0c\xf5\x0b\x68\x3a\xf3\x24\x04\x3f\x09\xc9\x2a\xe2\x1f\x4f\xa2\x27\x5b\xb3\x86\x2b\xef\x95\xa2\xfa\x20\xc5\xce\xca\xfb\x83\x14\x3b\x97\xfc\x7d\x70\xe7\xe1\x4b\x9a\x7b\x50\x4f\xf3\x95\xa1\xfc\xc0\xd9\x67\x9b\xc3\x93\x68\x08\x15\xc3\x78\x50\x0f\x7c\x64\x0f\xc9\x10\x04\xa3\x05\xee\xbe\x57\x92\xf4\x03\x7f\x9f\x73\x54\x9f\xbc\x56\x42\x5d\x64\xdc\x0e\x6f\xf2\x61\x81\x28\x07\xd4\x3d\x99\xd3\x10\x50\xb0\xbd\xd9\xaa\xf1\xc0\xd4\xe6\x7c\xca\x27\xaf\x03\xc9\x2f\x80\x47\x98\xe0\xcb\x82\x51\x98\x2e\x84\x51\x68\x28\xf3\x04\xf3\x65\xf1\x0f\xaf\x31\x74\xd4\xcf\xb3\xa4\x56\x29\x30\x4f\x01\x35\x74\xb7\xc9\x79\x8d\x59\x18\xe3\x5a\x35\x0c\x20\x17\x99\x63\x9f\x4a\x6a\x30\xde\x50\x73\xca\x31\xdc\x0f\xae\x74\x71\x3e\xfe\x03\x1f\x5f\x73\x18\xe1\x83\x28\xbe\x57\x56\xf5\xc3\x54\xba\x31\x3c\x06\x34\xc1\xee\x2f\x60\x9e\x2d\x6e\xf3\x4e\x05\xcd\x12\x35\xa7\xac\x69\x3e\xa8\xae\xb0\x79\x61\x2a\x44\x26\xaf\x7d\xc5\x9c\x8c\x36\x66\xce\xbd\xf0\x0c\xc9\xd8\xfe\xb9\xa7\xf1\x76\x30\x01\x08\x41\xb9\xf9\xda\xfe\x07\xd6\xc1\x66\x7a\xc4\xfd\x2e\xbe\x29\xea\x61\x79\x06\x47\xd8\x3d\x0d\xa1\x4c\x52\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x18\x96\x00\xf4\x40\x18\x76\x3e\xcd\x83\x6a\x55\x0e\xd7\x78\x68\x7e\x94\x11\xe3\xe9\x9c\x83\xb0\x84\xa8\xc0\xee\x6d\xcf\xa0\x40\xb3\x67\x5a\x23\xa5\x93\x3d\xa8\x6d\xd5\x86\xc7\x1b\x5c\x67\x4d\x01\x05\x45\x9b\x0f\x04\x18\x27\x47\xf9\x51\xbe\xd0\xc3\x0b\xcf\x25\xe6\x3c\x08\x10\x0c\x8e\xde\x7b\xe0\x00\x6d\x8e\x06\x7d\x90\x2a\xe0\xa8\xa5\x07\x0e\xd0\x26\x25\xf5\x41\xe6\x40\xc8\x6e\x27\x5c\x7b\xaa\x0e\x99\x38\xe0\x08\xb9\x07\xa2\xba\x6f\x40\x7b\x06\x27\xec\x0f\xb0\xb7\x86\x07\x3c\x89\x00\x3f\x58\x30\x0b\x85\xa8\xae\x6e\x9b\xc9\x43\x59\xde\x84\x0c\x7f\xaa\xab\x3e\x3e\xfb\xa2\x3b\xf5\xb8\xaf\xbd\xe4\x2f\x78\xc6\x1b\x2d\x3b\x81\xd4\x90\xfb\x80\xaa\xed\xdf\xa1\xe1\x6c\xee\x91\x0c\x41\xba\xfb\xb3\x33\x0a\xc0\xc7\xec\x8e\xdd\x33\xfc\x02\x03\x2b\xdc\x7e\x08\x82\x86\x44\x79\x0a\x07\x8b\x3e\x07\xce\x69\x13\x26\x24\xfd\xe4\xa2\x09\xcf\xc1\xfd\xae\x95\x39\x16\x17\xd3\x10\x08\x04\x0c\x5e\x6a\x98\x4e\x7d\xf1\xf0\x03\x51\xdf\xe1\xd8\x0f\x4c\xa7\x76\x43\x3f\x27\xd1\x26\xf3\xc0\x83\x30\x3e\x1b\xa4\x9f\x73\xf1\x76\x3f\xe0\x06\x96\x01\xe1\x61\xad\x53\x47\xcd\x3d\x10\xfe\x9b\x7d\x10\x0f\x8d\xad\xde\x4f\xb8\x47\xd1\xc1\x10\x0f\x04\x75\xdf\xe7\xfa\xc0\xc1\xea\x1a\xa0\x0f\xf2\x0e\xd2\xab\x7d\xe1\x7d\x81\x74\x21\xd2\x48\x22\xea\x03\xa9\xdc\xba\xed\x03\x77\xeb\xab\xca\xc2\xc3\x3a\x0f\x8e\x2d\x7e\x10\x56\xe7\xeb\xe7\x9e\x7b\x4d\x52\x78\xbb\xd7\x24\xfd\x06\x6d\x08\xe6\x84\x37\xe5\x60\xad\x0c\x6f\x0c\x2f\xc9\x2f\x5c\xec\x42\xb8\x87\x28\xff\x92\x73\x21\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\xde\x14\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\xe3\x9d\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xee\x18\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\xc2\xba\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x1d\xa1\xf4\xa0\xba\x21\xbb\x43\xbe\xd9\xba\xa1\x54\xa9\x8a\x31\xd5\x0d\x35\x27\xaa\xd1\x04\x81\x58\x19\xe7\x75\x8b\x9c\xa3\x40\x44\x70\x5c\xde\xb6\x1f\x9c\x42\x75\x8b\x9c\xbf\x16\x85\x55\xc1\x14\x3d\x54\x37\x24\x20\x2a\x80\xb0\x6e\xb8\x20\xbc\x1b\x41\xb8\xb7\xd0\xa5\x48\xea\x06\x63\x6b\x55\x49\xb6\xba\x4d\xe1\x37\xf7\x28\xf8\x33\x05\xae\x2c\xc2\x81\xa0\xaa\x7a\x2e\x75\xc3\x45\x83\x3d\xb9\x9d\xd0\x76\x07\x40\x50\xd4\x88\xcb\x69\x5c\xdd\x21\xb7\x7d\x16\x90\xbc\x57\x30\x99\xf6\x32\x61\x12\x0e\xe1\x44\xde\x92\x56\x95\xb9\x27\x8a\x29\xae\x1b\xee\xe3\xee\x6e\x43\x92\x95\xcf\xa6\x6e\xf4\x22\x2b\x7a\xaf\x6e\x48\x46\x19\x5e\x25\xe6\xa2\xa8\x52\x54\xdd\xe0\x46\xce\xa6\x5d\x08\xb2\xfd\xd5\x26\x88\x02\x89\x25\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xf6\xab\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x9a\x1d\x74\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x3c\x6a\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\xad\x47\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\x9a\xdb\x20\x17\x13\xc3\x41\xad\xcb\xbb\x90\xa5\xcf\x8a\xcf\xd0\x93\x9c\xeb\xf5\x00\xa5\xfa\x7c\xd0\xa3\x20\x45\x37\xf9\x9c\x50\x2b\xf2\x4f\x8c\x70\x75\x3b\x17\xd2\x05\x10\x23\xf9\x5e\xc7\x03\x8a\x9a\xa9\xd4\x65\xdd\xe0\x91\xef\xde\x51\xd7\x12\x1b\x34\xfe\xc5\x3d\xa8\x1d\x71\x11\x47\x6e\xd3\x80\x6c\x46\x85\x7a\xf8\x9b\x71\x76\x2d\x10\x04\x13\x2c\xcc\xd5\x48\xbc\x16\x39\x1b\x26\x8a\xae\x6e\xa3\xa2\xac\x59\xd5\x4d\x19\x51\x1d\xc0\xc0\xdc\xcd\xb9\xee\x85\x74\x75\xb0\x3c\xf8\xc2\xf1\xb2\x30\x57\x4d\xe2\x06\xf1\x9a\xbb\x53\xd4\x6d\xfe\x7d\xad\xab\x7a\xe4\xf5\xd8\x66\x0b\x14\x53\x9b\x46\x78\x10\xac\xe5\xdd\xf2\x10\x02\x81\x0c\x0b\xf4\x6b\x07\x3f\x8b\x29\x68\x44\xba\xe0\x5f\x47\xe0\x83\x0a\x5f\x3e\xc1\x10\x4e\xf8\x5a\x27\x0a\xad\x16\x9d\x58\x60\xb6\xbc\x1e\xd0\x9e\x24\x51\x22\xa0\x9e\xbe\x0f\xfa\x80\xfc\x5e\xf9\x12\x6a\xe0\x85\xda\xaa\x95\x53\x03\x4c\xca\x5e\xa7\xb0\x81\x54\xab\x3f\xe0\x7e\x6a\x7e\x00\xa7\x8b\xb8\x6d\x40\x61\x35\xf3\x88\xb0\x51\x5f\x78\x81\x40\xa0\x75\x0a\x86\x8d\x4b\xaf\x2f\x18\xb1\xa8\x44\x99\x1a\x02\x6c\xa8\x86\x81\x52\xae\x10\x1f\x02\x13\x05\x84\xe9\x10\x16\x90\x42\x43\x20\x01\x67\x7f\x02\xc3\x9c\xa7\x8d\x9c\xe3\x90\xdc\xa6\x3a\x50\xfc\x80\xd4\x91\x0d\xc4\x03\x6e\xaa\x59\x44\xc4\xc9\x88\xdb\x06\x8a\xb5\x22\xbf\x10\x17\xa6\x85\x87\x08\x7a\x14\xc5\x07\xe4\x70\x74\x31\xdb\xb0\x52\x36\xaa\x5f\x60\x2c\xcf\xab\x4b\x88\x03\x22\xf9\x90\x00\x82\x17\x3f\xf1\x1c\x73\x97\xb8\xf7\xa8\x8b\x42\x03\x53\x2e\x8a\x61\x58\x29\x17\x5e\xfe\x04\x3d\x5c\x9c\x2c\x24\x1a\xc4\xbd\x58\x30\xd4\xb6\x9a\xfd\x06\x80\x6a\xc2\x03\x4a\xd4\xf6\xee\xdf\xa1\x04\x19\x0d\x09\x52\x99\xb6\x61\xe0\x35\x8d\xca\xd0\xa9\x81\xc2\x6d\xd7\xac\x32\x27\xe1\xdf\xd7\x24\xdc\x03\x9d\x78\x62\x46\x21\x13\xd3\xee\x01\xb7\xce\x7b\x6d\xf3\x9a\x94\x60\xa6\xb0\xeb\x49\x22\xd6\xc0\x3b\x3f\xf0\x56\xed\xee\x11\x79\x44\xf8\x7b\xd4\xec\xd6\x91\x11\x90\x98\xd1\x87\xfa\x43\xe8\xc1\x8b\x96\x60\x61\x55\xb2\x6d\x0d\x85\x91\x84\x5e\x69\x8a\xae\x43\x1d\xf2\x3e\x24\xa5\x0c\xd5\x50\x51\xa8\xcf\x23\x56\x9e\xf5\x9a\x72\x5d\x47\x92\x40\x44\xe2\x74\x1f\x7e\x01\x77\xf4\x85\x9f\xd4\xd2\xae\x01\x81\x05\x2a\x12\x50\x03\xe5\xd4\x21\xfc\x54\x6e\x71\x53\x26\x0a\x95\x0d\xcf\xa7\x72\x3e\x22\x0a\x08\xaa\xe6\xc5\x01\x39\xd5\x7d\x68\x8d\x59\xc7\xac\x98\x72\x61\x6d\xed\x5d\xf3\x6d\x20\x8a\xe1\xdf\x39\x3d\x77\x58\x31\x3d\xb7\x41\x12\x5d\x33\x58\xd6\x59\x93\x29\xe3\x12\x92\xd7\xbc\x2d\x8e\xe0\x21\xc8\x6b\xcd\x09\x1b\x26\x19\xdc\x66\xde\x97\x19\x1d\x2a\x9f\xbd\x78\x29\xcc\xa7\x72\xe4\xd4\x00\xeb\xe8\x90\xe6\x18\x78\xdd\x92\xec\x47\x35\xf0\xb6\x6c\xcb\xc6\x01\xa2\xab\x95\xf1\x80\x60\xce\x4d\xd2\x54\x80\xc1\x73\x6c\xfe\x3d\xa3\xed\xdf\x2b\xda\x9a\x24\x03\x37\xab\xb7\xc6\x40\xde\xa7\x99\x37\x0c\x9c\x7d\x88\x8c\x06\x41\xf6\xef\x6b\xe5\x85\xe8\xb1\xb0\xe4\x21\xa9\x41\x48\x82\x0b\x3b\xb5\xdb\xae\x3e\x77\xde\xa3\xa5\x3e\x57\xb0\x82\x31\xbf\x43\x5c\x92\x94\x19\x56\x70\x42\xf1\x17\x93\xdd\xdb\xb0\x12\x76\x9a\x66\x4c\xa0\xc8\x10\x19\x92\x2a\x03\x02\x41\xc7\xe6\x1e\xe9\xbb\x35\xa2\x11\xfc\x39\x64\xfd\x09\x88\xf5\x7c\xb1\x14\x26\x32\x4b\xdb\x0d\xab\x2e\x8b\xd9\xdc\x41\x77\xb2\xe9\x09\xb1\x9f\xc3\x4b\x77\xf0\xee\x09\xef\x50\xc8\x99\xb2\x9d\xd7\x70\xd2\x73\xe8\x3d\x8e\xc4\x64\xdd\x10\x5f\x03\xa4\x4a\xd5\x13\xac\x01\xf5\x74\x37\xc3\x88\x58\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\x28\xc2\xa2\x78\xbf\x1a\x4e\x22\x49\x00\x22\x74\x54\x11\x1f\x35\xb0\xb8\xae\x89\xeb\x5a\xeb\x26\x00\x2f\xda\x91\x7d\x1e\x5d\x0b\xcd\x7e\x40\x55\xcc\x8c\xee\x5a\xd4\x22\x34\xb1\x74\x6d\x31\xaf\xbc\x19\xcb\xe6\x33\x0c\xa1\x06\x43\x6a\x4e\x60\xe4\x66\x32\x37\x47\xaa\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\x5e\x3d\x50\xcc\x4e\x98\xfc\x5b\xbd\x75\x51\x9e\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\xec\x31\x01\x99\x25\xc3\x2c\x19\xc1\x06\xba\x4d\xb2\x06\x98\x2f\x87\xf4\xa2\x08\xc1\x50\xd7\xbc\xd4\xc8\xc2\x2f\x8a\x95\xa9\x91\x37\x0b\x28\x14\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x86\x03\x64\x77\x01\x18\x93\x7b\x00\x8c\xc9\xbf\x23\x6c\x57\x0b\x13\x03\x6a\x00\xe7\x9f\x64\x07\xd5\x18\x90\x68\x26\x86\x1d\x19\xd9\x29\x4e\x14\x03\x92\x10\x24\x13\x46\x64\xb5\x8c\xe4\xdf\x0b\x29\xcb\xa3\xa3\x94\x5c\xf1\x07\x3b\x54\x18\x0f\x80\xed\x90\xfc\xfb\x49\x04\xb9\xc7\xeb\xfb\xab\x36\x2d\x71\x0c\x58\x82\xe4\x36\x2e\x8e\x92\x64\x1c\x19\x08\x2a\x1f\x45\x8d\x10\x19\x47\xf2\x0b\x8c\xf7\xd0\x09\x13\x23\xed\xe0\x52\xcc\x62\x64\xb2\xb2\xbf\x68\xec\x52\x63\x46\x9a\xef\x5f\x5f\x80\x8e\x92\xdb\x07\xbf\x70\x17\x84\x5a\xab\x0c\x73\x66\xd5\x6e\x89\x09\x84\x93\xdd\x66\x78\x92\x8e\xe6\x88\x4b\x0d\x5e\x40\x43\xa6\x4c\xcd\x88\x66\x65\x9c\xe8\x17\x68\x6b\xf4\x52\xa6\x03\x3a\xbc\x5f\xe0\x19\x22\x11\x30\x22\xda\x34\x29\xca\xaa\x46\x64\xf2\x56\xb7\x61\x31\xcd\x06\x1a\x06\xd3\x21\xb3\x43\xe4\x4d\x4f\xaa\xa5\x53\x23\x13\x6d\x6c\x2c\x89\xf4\xfd\x2b\xb0\xa3\x46\x66\xde\xd8\x38\x12\xa7\x54\x19\xdb\xab\x8b\xfe\xfd\x55\x5f\x98\x45\x41\x5e\xd5\x25\xae\x11\x42\xa4\x52\xa8\x6b\xe4\xed\x51\xb6\x4c\x44\x5e\x0e\xfe\x1a\x11\x2b\x21\x41\x38\xb2\x6a\x9c\xa2\x0d\x6a\x2c\x34\x58\x4a\x3a\x8f\xac\xe7\x53\x3d\x8b\x29\x78\x46\xdb\x2e\x62\xe1\xac\xc4\xf3\x23\x24\x51\x6b\x08\xb1\xac\x59\x0a\x53\xac\xe8\x23\xde\x18\x0b\x93\x2d\xbd\x2d\x0a\xb6\x85\xa9\x9a\x31\xb0\x72\x8c\xd7\x58\x38\x0d\x0d\x51\x49\x40\xc2\x13\x73\x7d\xaa\x11\x0b\x33\xeb\x30\xe2\x78\xdd\x78\x35\xa2\x2a\x0e\x32\xd9\x02\x22\xcd\xa0\xd5\x40\xaf\xba\xb8\x1e\x92\x69\xab\x3a\x0a\x23\xbc\xf9\xc1\x40\x37\x6e\x2c\xc9\x39\xb1\xd1\x71\x22\x18\x1a\x17\xd3\x1f\x50\x39\xeb\xfe\x80\xbe\x3f\xaf\x05\xae\x3c\x1f\x92\xa4\x22\x33\x7e\xe5\xac\xaf\x11\x57\x9e\x8f\xe2\x36\xc2\x46\x3d\x4b\x38\xef\xab\x77\x01\x9c\xf5\xa3\xb8\x0d\x34\x79\x67\x33\x90\xd5\x00\xe0\xfa\x4f\x17\x22\xa9\x11\x37\x4d\xe9\x0e\xb8\x1a\x51\x58\xd7\xd6\x86\x38\x18\x3a\x6b\xb4\x4d\xe9\x31\xf9\x4c\x8a\x94\x1e\x4d\x5d\x2c\xa7\x63\x52\xa0\x34\x69\x06\xc8\x22\xb9\xdd\xef\xa3\x7e\x85\x77\xe9\xa0\x56\x6e\x08\x61\x04\x1d\x5e\x26\x04\xba\xaa\xda\x67\x8d\x03\xe2\xae\x8e\xe1\xc8\xd4\x61\x69\xc8\x71\xe7\xc1\xdd\xfd\x00\x75\xfc\x4c\x6b\x53\xce\x2b\x9b\x4f\xa8\x83\x37\xb4\xe8\xf7\x83\x87\x5e\xf8\x91\x25\x2e\x1e\x0c\xec\x15\xf8\xac\x75\x6b\x22\x61\x71\x9a\x17\xef\x44\x52\xef\xf0\x12\x1d\xf4\xef\x6a\xbe\xb8\x6d\x6a\x98\xa8\x50\x59\x6f\x98\x95\x2e\xa7\xb5\xc9\x14\x86\xc5\x21\xb3\x45\xa4\x08\x68\x84\x22\x0b\x78\x78\x85\x28\x02\x4a\xbd\x8f\x14\x01\x9b\xfb\xc3\xe9\xd0\xdc\x1f\x88\x58\x32\x69\x84\x03\x3b\xbd\xfa\xbf\x39\x43\xcd\x00\xc1\xac\xc3\x3b\x71\xc9\x84\xfa\x00\xa6\xc9\x61\x22\xe7\x7d\x0b\xe6\x3f\x28\x8b\x6b\xfd\x22\x5e\x24\x39\x01\xbc\x64\x4a\x2f\x39\x4a\xd7\x54\x0b\x4a\x11\x95\xfe\x86\xb9\x09\xb2\x8b\x86\x89\x0e\xc9\x45\xca\x5c\xa8\xf1\x5a\x3b\xd9\x0f\x0e\xec\x23\x4f\x81\x38\x10\x8d\x5c\xc0\x81\x59\x03\x6f\x57\x68\x6e\xb3\x8e\x9b\xdb\x8b\x0a\x04\x21\xca\xe6\x66\x8b\x3d\x37\xca\x54\x58\xb0\xc0\xa5\x9c\xe3\xd5\x21\x70\xea\x03\x16\x76\xc8\xe1\xef\xe9\x2e\xaf\x96\xed\xe0\x2e\xb7\x25\x29\x3e\x94\xdc\xa4\x94\x45\xe4\x06\x0d\x1f\xb8\x74\x9f\x1b\x67\xa8\xa2\xbb\xf9\xb8\x5c\xce\x71\xaf\xfb\x8a\x6d\x35\x52\x50\x69\x26\x99\xb7\x50\xdc\x14\xa1\x26\x88\x97\xba\x81\xbd\xa6\x8d\x94\x3d\xd4\x5e\x0c\xd8\x0f\x78\x52\xe9\xb8\x4c\x1b\x63\x23\xdc\x23\x48\x59\xc2\x67\x62\xa9\x99\xea\x36\x1d\xd7\xd5\x1d\x50\xd2\x91\xc8\x9c\x28\x9e\x0a\x4d\x69\xa3\x76\xad\xdd\x91\x96\x21\x52\xdb\x21\x05\xe4\x12\x68\xbf\x26\x3a\xe4\x55\xcb\xa9\xa6\x65\x89\x14\xcb\x4b\x2b\x9d\xa8\xfa\x0d\xe8\x81\xcd\x63\xc0\x72\x1e\xb4\xfa\x89\xf9\x42\x12\x2b\x52\xe4\x16\x76\xbb\xc3\x52\x29\x4c\xc6\x41\x18\x34\xe4\xb2\x1b\x8a\xe2\x13\x44\xbc\x6d\xf8\x05\x9e\x44\xc9\x2f\x3c\x30\x57\x09\x53\x89\x62\x84\xf8\x70\x4a\xdc\x75\xda\x64\x69\xd9\x09\x65\x6f\x49\xbc\x12\xc1\x96\xe8\x94\x50\x19\xad\xbb\xcf\xb9\x6b\x54\x39\xb0\x26\x98\x01\xcd\xea\x12\xa2\x33\x9b\xdb\xcb\x0c\x68\x44\x65\x4a\x01\x46\x44\x5e\x30\xa8\x4b\x98\xf1\xec\xdf\x4d\x99\x1b\xcf\xa8\xca\xb4\xe9\xc8\xe8\x95\x58\x98\xd7\x40\xc3\x8e\xa7\x84\x82\x9a\x32\x8d\xbe\x26\xd3\xcc\xad\x28\xa0\x50\x91\x45\x01\x37\x35\xf1\x5e\x84\xea\x69\x16\xe6\x34\xc8\x92\x95\x96\x04\x96\xfc\x09\x6c\x81\xaf\x36\xe2\xd2\xd3\x4f\x4a\xc4\xd5\x04\xe9\x2c\xd8\x17\x95\x0a\x8f\x54\x31\x8b\xc4\xe8\x4e\x7b\x8b\x12\xe4\x33\x85\x7f\xd6\x54\xa9\x07\x35\x3f\x20\x33\x10\x83\x4b\xb5\xe1\x90\x14\x12\xe0\xc5\xd6\x45\x55\x35\xa1\xa4\xe2\x30\x7d\xc1\x1a\x38\x5e\xbf\x33\x34\xc0\x6b\x5b\x17\x01\x0a\x8d\x28\xba\xa8\xfa\x85\x35\x35\xea\x14\x32\x03\xa4\x46\x73\x8b\x40\x6a\x3c\x08\x4d\xa1\x8d\x4a\xfe\xf0\x1b\x38\x09\x4d\x1c\xad\x81\xab\xbb\xc7\x85\x39\x41\x89\xbb\xd7\xa3\x39\xd6\x14\xe8\x92\xee\x46\xa9\x69\xdd\x0d\x6a\x76\xd1\xc8\x2e\xbc\x29\x96\xbd\x4f\xb2\x72\x42\x59\x46\x1f\x3d\xa9\xd3\x54\x61\xcc\x74\x7a\x8c\x34\x46\x5f\xd3\xd2\x18\xbc\xa1\xdd\x06\xfa\xc4\x2a\x8b\xd9\x5d\x12\xf7\xfe\x60\x6d\x7e\x2d\x06\x2e\x47\xb0\x01\x2f\x75\xee\x3b\xff\x0e\x8a\x36\x7d\x0e\x7a\x68\xbd\xef\x58\x5d\xd9\x6b\xc5\xeb\xb8\x7c\x80\x26\x66\x7f\xdb\x5d\x93\x28\x06\xea\xb4\x49\x83\x65\x91\x34\xcb\x25\xf6\x79\x9b\x0d\x6e\x54\xcf\x0a\x65\x14\xb3\x19\xf1\xf2\x7d\x7b\xef\x0f\x42\x2d\xb4\xc0\xf7\x3d\xa4\xe7\x24\x5e\x46\x2a\x4d\x29\xc1\x17\x3e\xcc\x09\x70\xd9\xc2\x30\x23\x60\x82\x94\x2d\xf2\x09\xae\xf0\xea\x39\xf0\x02\x30\xdb\x36\x12\xa2\x2c\x87\x19\x20\x8a\xd4\xd8\x7c\x92\x60\x82\x8c\xaf\x0e\xe6\x1c\x95\x61\x53\x13\x2d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\x74\x06\x27\x5a\x1c\xa5\x0e\x24\x86\x50\xfa\x44\x85\x23\x7c\x98\xf8\x50\xf7\xb9\x19\xc9\x07\x8f\x6c\x43\x74\xdc\x53\x16\x96\x70\x9d\xce\x0d\x6d\xcd\x80\x85\x11\xed\x88\x49\x08\xa1\xb4\x03\x35\x4d\x69\xb4\x6c\x3e\xa9\x4e\x12\x82\x34\xbd\x34\xa5\xd1\xb2\x79\x0b\x31\x82\xd2\x5e\x8b\x34\xc5\xcf\xa2\xe4\xdb\x9a\x96\x38\x29\x09\x3a\x9d\x4c\x3b\x52\x7b\x8a\x93\x69\x33\xed\x5d\xd4\x80\xcd\xa0\xa7\x3c\x59\x94\xc8\x5a\xd3\xc5\x13\x5a\x1a\x40\xba\x10\x1f\x20\x11\x3c\x4d\xf1\x2f\xd9\x75\x91\x58\xd8\x50\xb2\x54\xba\x28\xfa\x58\xce\xb8\x29\x14\x78\xe5\x20\xef\x05\x33\x92\x3b\x01\x04\xa1\xed\x66\x78\x97\xf7\xf0\xcd\x59\xbb\x03\xec\x59\xc7\x19\x25\x04\x4c\xa6\xd7\x2e\xbf\x99\xf4\xa8\x21\x1e\x1e\xd0\xde\xb5\xcf\x9a\xa6\xf0\xf0\xb0\xf0\xa6\xdb\xf0\xf0\x7b\x47\x3d\x5c\x1a\xb7\x1b\xac\x69\xe6\x97\x0f\xf1\xf2\x93\xc8\xec\x9a\x37\xf4\x26\xab\x42\xe6\x15\xa2\x76\xd7\x64\xc6\x46\xda\xaf\x90\x91\xa8\xed\x70\x97\xbc\x3d\xe8\xe1\x33\xc3\x1c\xc8\x86\x74\x4c\x65\x98\xf7\x86\x35\x89\x1c\x80\xe6\xe0\x17\xf2\xf7\x57\x53\x1e\x76\xcd\x81\x33\x1c\x6a\x37\xbc\x5f\xd5\xee\xec\xd0\x0f\x20\x0e\x76\xb7\x79\xf8\x8b\xb7\x66\x94\x9d\x19\xba\x9c\xa0\xe6\x95\xcb\x23\xce\x96\x11\xa9\x38\x74\x3b\x41\xcd\x91\x82\x93\x18\x55\x8e\xc4\x94\xbf\xe8\x68\xbb\x4b\xf2\xc6\xe1\x07\x8b\x38\x34\x0f\x54\xae\x56\x29\x83\x9a\xa7\x34\x97\x74\x71\x48\xcd\x0c\x3f\x54\x99\x92\x9a\x99\xbc\x63\xf7\x49\x4e\xd8\xb7\x62\x8e\x99\xc9\xde\xf9\xf5\x80\x40\x6a\x08\xf8\x78\x1d\x58\x97\x69\x8f\xcb\x5e\xef\xb4\xaa\xff\xa9\xcd\xd0\x24\x2f\x0e\xec\x6d\x2a\xd0\x53\x33\x93\xb7\xed\x5f\xc9\x19\xcc\xc8\x43\x64\x1a\xd8\x65\x1d\xc9\x05\x37\x72\x8a\x33\x64\x46\x0b\x66\x63\xb2\x70\x0b\xc8\xdb\x90\x0b\x0f\xd3\xee\x07\xb8\x25\x74\x73\x9b\xae\x6b\x9d\x95\xb9\x30\x8a\x45\x3c\x33\x2f\x5b\x56\xf1\x83\x8b\x61\x03\x42\x55\x59\x33\x55\xa7\x95\x3e\x78\x61\xbf\x92\x8b\x4a\xb8\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\xb0\x22\x44\x7f\x40\x39\xc3\x84\x59\xb1\x57\x64\x55\xc8\x34\x5e\xa9\x48\x4c\xcd\x8d\x64\x28\x4f\x50\x6e\x58\xd0\xe8\x17\x10\xb3\x21\x86\x93\xdb\x72\x4e\x09\x26\xe4\xa2\x58\x43\xc8\x6d\x61\xc6\x2f\x2c\x44\xa8\x0b\xa4\x55\x3b\x0c\x24\x77\x1e\x06\xc5\x0f\x1a\xbf\xd0\x82\x75\x90\x7e\xf4\x0b\x6b\xc9\x85\x08\xda\xa3\xb2\xb7\xec\x08\xec\x42\xc8\x66\x01\xbb\xe6\x2f\xc0\x13\xc4\xbc\xf3\x14\x4d\xca\x66\x9e\x80\x72\xcd\xe9\xf5\x3d\xc9\x50\x4a\x63\x1e\x08\x19\xad\xee\x90\xe5\x46\x05\x33\x6f\x6d\x72\x70\x6f\xa6\xa0\x61\xdb\x64\xde\xb9\xbc\x3a\x60\x32\xbc\x99\xc1\x6b\xb1\x13\x26\x4d\x6a\x49\x16\xb2\x37\xe4\x9d\xa7\xa4\x44\xb6\xbc\xe3\xbc\x90\xde\x9a\x61\xd4\xb2\x03\x35\x33\x3d\x23\x9b\x82\x90\x69\xad\xda\xba\x35\xef\x3c\x56\x05\x23\xaa\x36\x37\xb3\x14\xc4\xdc\x35\xef\x7f\x26\x62\xdb\x7c\x9e\x0f\x96\xef\x11\x04\x53\xb6\x28\x9b\xb4\x8e\x7c\xc0\xac\x16\xdd\x21\x85\x17\x49\xdb\x19\xb7\x85\xfa\x74\xc9\x27\x8e\x69\xa9\x18\x79\x5d\x19\x21\x01\x2f\x9f\xc0\x52\xf2\x07\xd8\x24\x3f\xd3\x8a\xf2\x49\x95\xb8\xba\xfb\x9d\x07\xaa\x30\x80\x1a\xcb\xcd\x5b\xea\x44\x34\x9a\x14\xfd\xbc\x6a\xe1\x99\xb2\xae\xb5\xce\x42\x01\x05\x0d\xc9\x6b\x99\x86\x2a\x0f\x49\x43\x95\xf5\xf8\x7c\x2d\xfa\x77\x97\xa0\x7f\x29\x66\x79\x4a\x22\x65\xf3\x9e\xbb\x11\xfd\x6f\x52\xa3\x5c\xe1\x23\x93\x25\x6a\x9a\xb9\xf0\x4d\x4d\x6e\xb8\x07\x92\x96\x90\x78\x13\x89\x02\x09\x86\x28\xab\x5d\xf9\x26\x5f\x37\x9f\xb8\xc1\x69\x24\x01\xe6\x87\x3b\xd2\x5f\x3c\x01\x3d\x0a\x2b\x0f\xb0\x62\x2e\xf0\xe0\xa8\x31\xe1\x3c\xe4\x0a\x46\x34\xe5\x10\x49\x84\xf9\xa1\xc2\x23\xe9\x2a\x3f\xc0\x8a\x04\x9b\xfc\x90\x13\x99\x94\x9e\x6b\xbe\xe0\xd3\x0d\x96\x28\x47\xb9\xe6\x87\x5b\x56\x67\x51\xd9\x20\xe7\x4a\x14\x29\xcb\xf3\x29\x2b\x6b\xe1\x85\x4e\x2a\x35\x52\xcb\x06\x62\xd4\xc9\x52\xb6\xd5\xa5\x1e\x2c\x3b\x90\xf4\xb6\x12\xd6\xda\xf8\x01\xfd\x2a\xc3\x9f\x60\xf5\x75\x00\x16\xde\x82\x61\xcf\x77\xe1\x2d\x18\xba\x23\xa5\x96\x80\x4d\x56\xdc\xc6\xc4\x5f\x43\xdc\x1c\xb3\xe9\x01\xcf\x26\xb1\xbf\x32\xe5\x95\xe6\xb4\x80\x12\x41\x51\x3a\x9a\x4a\xc4\x6a\xe9\xb4\x2b\x2c\x33\x6c\xd3\x66\x89\x3c\x27\x24\x0c\x97\x88\xd5\x31\x8c\x11\x8c\x41\x67\x5b\x89\xb4\xb7\xbb\xc7\x9b\x20\xf9\x01\x12\xbe\x3d\x89\xb4\x16\x43\x3d\xd0\x16\xa5\xba\x47\xb5\x50\x38\x11\x33\x2b\x09\x44\x2d\x16\x5e\x12\x10\x2b\xa2\x2f\xb4\x4c\x49\xcc\x2b\xbc\x42\xdd\x76\xa4\x82\xcc\x62\x5b\x0a\x0a\xaa\x04\xd7\x57\x87\x0f\xbc\xd2\x9a\x23\xaf\xee\xb4\x89\xa5\xe4\xb5\xd8\x43\x0f\x20\x50\x69\x97\x94\xbc\x88\x5a\x30\x64\xc2\xa8\x85\x61\xb6\x85\x03\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\xa1\x17\x79\x65\x97\x6b\x50\xe2\x72\x81\x6b\xd0\x42\x46\x59\x86\x29\x89\xaa\xa5\x10\x68\xf1\xf8\x52\x40\xe4\x62\x60\xa5\x10\xcf\x5a\x19\xd8\xa5\x54\x69\xac\x96\xc2\x39\xb8\x0d\xc9\x55\xec\xad\x14\x4c\xa1\xb9\x7f\x48\x78\xd5\xbf\xf3\xb8\x97\x78\x56\xea\x62\x2e\x82\x19\xe9\x17\xc5\x48\xa1\xe4\x64\xe2\x43\x8e\xb0\x2e\x1f\xa9\xa5\x2e\x34\xbb\x83\x83\x73\x14\xda\x60\x89\x72\xde\x4c\x41\x92\x6f\x35\x6d\x35\xb0\x2f\xa3\x79\x0a\x52\xd1\x1a\x70\x69\x70\x78\x6d\xf5\x27\xa7\x50\x69\xa8\x2d\x20\xde\x58\x1a\x10\x26\x3b\x5b\xe1\x65\x59\xcd\x64\xb2\x3c\x84\x12\x3f\x4b\xa7\x76\x2b\x51\xbe\xf4\xb5\x68\x9a\x40\x5f\x2c\x5f\x58\x45\xf5\x1a\x73\xc7\xd2\x79\x7f\x82\x70\x86\xdc\x09\x9f\x8c\xa5\x2f\x20\x34\xc5\xce\x44\x69\x0f\x09\xd9\xc1\x1d\x4c\xa1\x2c\xa9\x9e\x41\x2d\xf0\x11\x5a\xd4\x2c\x83\x72\xb9\xc4\xba\x32\xa8\x5d\x44\x7f\x81\x72\x37\xde\x4f\x4c\x8d\x50\xfd\xcf\x5a\x70\x95\xa6\xfd\x1b\x65\x80\xa9\x98\x0b\x21\xc6\x4c\x77\xd0\xd7\xb2\x52\x25\xbc\x21\x07\x8e\x2d\x77\xb0\xaf\xdd\xe1\x07\x74\xff\xaa\xc7\x25\xb4\x49\xc1\x2e\x3b\xef\x6a\xd6\x10\x34\x07\x49\xc9\x2a\x4b\x68\x93\x42\x53\x76\x2e\xb6\x3b\x20\xcc\x6e\x43\x93\xf0\xba\xc0\xbc\x63\x17\x76\x59\x22\xda\xf0\x88\x64\x8c\x02\xf9\xe0\x65\x7b\x6e\x93\x2f\x9a\x93\x2e\xd7\xa5\x4e\xce\x72\x50\x0b\x90\x40\x51\x58\xa3\xd8\x9a\x45\x39\xc0\x3a\x25\xe4\x14\x04\xad\xb5\xe6\x1d\x08\x87\xa6\x85\xdb\x42\x7f\xe5\xe6\x31\x99\xeb\xa7\x59\x1e\x64\xef\x3e\x61\x78\x77\x58\x33\x35\x9c\x10\x18\xcc\xa7\x18\xd4\x56\xbd\x98\x27\xce\x24\x6f\x72\x1a\x99\xcc\xb7\x90\xa6\x6b\x8f\x64\xa1\x8d\xc9\x6b\x7f\x52\xad\x4f\x1e\x61\x10\x04\x7f\x01\xc3\x98\xb9\xf5\x89\x33\xca\x7c\xe8\x5c\x93\xf0\x90\xc8\xaa\x92\xb4\x5b\x2e\x32\xaa\xd7\x03\xb0\x0d\xef\xdb\x8b\xdb\xd4\x98\xe7\x9d\xf0\xd5\xcb\x0f\x61\xd0\x92\x5a\xb9\xb8\x07\x2c\x72\x5c\x90\xf9\x4d\xb1\x17\xe8\xc9\x7b\x84\x97\x7d\x2a\xb5\xbd\x16\x84\xc1\x59\x6e\x2a\x53\x5a\x0c\xc9\x4a\x61\xb9\x71\x4d\x89\xa7\x09\xe1\xd0\xc1\x58\x05\x05\x0c\x2d\x99\x15\xa4\x47\x44\xa3\x09\x31\x70\xcd\x10\x21\xcd\xf7\x75\xae\x42\x78\x0c\xde\x32\x90\x15\x7d\xf1\x57\x2d\x94\x15\x3d\xe7\x67\x2d\xbd\x20\x78\xb8\x52\x06\x09\x15\x77\x92\xc5\xac\x07\x48\xb0\x0c\x05\xb7\x64\x53\x35\xb5\x5a\x37\x28\xdf\x62\xb1\x15\x05\x73\x6c\xe6\xad\x1b\x88\xeb\xd5\x5e\x0b\x95\xf5\x00\x55\x1d\x25\xc7\xd5\x8d\x5e\x83\xaa\x36\x77\x48\xf2\x0b\x03\x23\xba\x03\x08\x44\xc3\x10\xd0\xfc\xde\xd4\x26\x8f\x17\xc3\xae\xb8\xd0\x42\x25\x18\x6a\x45\x05\x9c\xcd\x1d\xa2\xc2\x8d\x55\xdc\x1a\x70\x24\xb5\xfc\x93\x23\xa8\x06\x58\xfd\xc4\xb6\x2a\xee\xb6\x08\xd6\xda\x2b\x65\x4a\x43\xc3\x2b\xe2\xad\xa4\x57\x5c\x02\xba\x59\x65\xae\x81\xd2\x90\x10\x10\x79\x4f\x9a\x26\x18\xa9\xa3\x4b\xb5\xab\x2b\x88\x4d\x3b\xb8\xb2\x38\xb3\xb5\xf8\x1a\x51\x3c\xa6\xb9\x8b\x82\xa2\xd9\x02\x2a\x2e\xa8\x3d\x66\x43\xe5\x3e\xcd\x62\xdd\x1a\xea\x21\x07\x3f\xf0\x03\x9e\x72\xc9\x43\x30\x95\xa2\x1b\x86\x93\xc4\x68\x28\x2f\x2c\x9c\xd6\x25\x52\x02\x33\x0c\xc0\x83\x09\x21\xfd\xff\x8c\x7d\xc9\xd9\xf4\x2c\xcf\x6c\x2a\x5f\x08\x6d\x26\xc1\xe6\xcd\xc5\x63\xfe\x21\x9c\xcb\x55\x7a\xaa\x7c\x56\xff\xbd\x74\xb7\x0d\x02\x84\x28\x34\xf2\xc6\x38\xfd\xc3\xf6\xdf\xff\xa6\xa3\x37\x46\x65\x9e\x9f\xe9\x1f\x20\xd9\x74\xb8\x8f\x1a\xa4\xda\x3f\xe4\x30\x44\x75\xa5\xef\x95\xa4\xe7\x78\xa1\x6b\x28\xe1\xf9\x18\x28\x6d\xba\x3e\x34\xbc\x07\xe1\x26\xd1\x37\x18\x48\x6c\x90\x36\xda\xbb\x27\x37\x8f\x1a\x7a\xba\xa2\x5b\xc9\x80\x5b\x9c\xad\x43\xe3\x85\xba\x7d\xd3\x9e\x1e\x8d\x47\x8a\xce\xbd\xd1\xb8\x56\xd2\x25\x8c\xc6\x00\x73\xc9\x8d\xf1\x62\xdd\xbe\x99\x05\x69\xa5\xf5\x35\x76\x40\x37\x68\x8f\xc5\xd1\x72\x69\x4c\x04\x2f\x3a\xcd\x7d\x60\x98\x3a\x43\x46\x4f\x1e\xd4\x30\x89\x7e\xbd\x0f\x3a\xa2\x5a\xbc\xa9\x68\x46\xf5\x1d\x71\x74\x6c\x6b\x4f\x6c\xa7\x02\xc1\x3c\x0a\x74\xeb\xcb\xf9\x00\xba\xb5\x6e\x71\x74\x92\xa4\x1e\x98\x33\x47\x59\x71\xc7\x60\xb0\xb1\xfd\x2e\xc7\x8b\x76\xbb\x4d\x56\x83\x85\x31\x6c\x57\x18\x83\x73\x2f\xfe\x19\xdc\xdc\xfe\x1f\x57\x4c\xb3\x0f\xf4\x88\x3e\xc6\x06\x13\x62\x87\xb7\xee\xa0\x95\xed\xf3\x05\xdc\xe6\x3c\x6d\x70\x9b\x73\x38\xf2\x78\xe1\x72\xdf\xbc\x52\x01\x17\x5b\xb3\x63\xc2\x65\x51\x18\x9d\x83\x76\x03\x48\xe0\xa7\xc3\x7b\x04\x39\x7c\xf3\x17\x28\x89\xaf\xbb\xd7\xa0\x57\x9d\x52\xd9\x8d\x11\x27\xbf\xd0\xb4\x45\x9e\xd6\x6e\xe2\xe1\x1b\x1a\x26\xfc\xe8\x42\xb9\xe7\xc6\x60\x75\x3c\xa1\x9c\x31\x2b\x86\xa5\x61\x4c\x4c\xb4\x89\x82\xe6\x52\xd9\x4f\xc6\x80\xe2\x72\xf3\x52\x4e\x70\xf4\xa7\x43\xe2\x51\x9d\xc5\x63\x82\x39\x3c\x0d\x8b\x14\x49\x05\x31\x10\x70\x6c\xbd\xcb\x58\x04\x77\xdd\x3f\xe0\xb0\xfe\x7c\x10\x70\x76\xf1\xff\x24\x49\x43\x5a\xe4\x5f\x91\xb8\xc0\xae\x02\x6a\x83\xd9\xb5\x7d\x33\x1a\x3b\x4e\x4e\xcb\xc3\x9d\xfe\xec\x7e\x86\x4e\xc4\xbe\xa7\x03\xc5\xe4\x7e\x7f\xaa\x27\x34\x06\x33\xca\xf8\xdc\x65\x78\x85\xd2\x03\x8e\x81\x04\x32\xbe\x63\x0f\x86\x05\x2b\x9f\xe0\x18\x07\x62\x2d\x2d\xd9\x52\x45\x69\x5e\x85\x39\xd4\xe8\x77\x24\xd8\xf5\xaa\x1d\x98\xa2\xe2\x67\xac\x9a\x2e\x36\xe3\xe0\x91\xe0\xa3\x1b\x4a\x4d\xa5\xe5\x1c\x03\xf6\x52\x55\xd3\x19\xe3\xc5\xb6\xb3\x59\x9e\x9f\x84\x85\x16\x4b\xc0\xba\x9b\x10\xd4\x00\x94\xdd\xbc\x9d\x90\x6c\xb2\xda\x5f\x60\x30\x0c\xd8\x83\x06\x96\x75\xf9\xcd\x31\x4e\xd2\xec\x67\xee\x06\x0f\x8a\x06\x54\x43\xfc\x71\x66\x35\x6c\x7d\x72\x35\xbe\xa1\x4e\x5f\x6c\xda\x37\x7f\x01\xff\x38\xab\xf8\x06\xd4\x92\xdb\xe7\xfd\x9c\x27\xcd\xcb\x85\x8c\xad\x9f\x67\x68\x9f\x8d\x60\xae\xe4\x35\x31\xdf\x0d\x31\xf2\x79\x06\x05\x42\xcb\x83\xa9\xb3\x1d\xfd\x35\x60\x30\xb5\xcb\xd3\x60\xae\x48\x43\xfa\x41\x8f\x3a\xfb\x1c\x0f\x56\xfa\x30\x02\x1f\x0f\xfa\x34\x64\xa0\x05\xf5\xf3\x7f\x05\x8c\x11\x4d\x74\x99\x93\x36\x6e\x3c\x1d\xdf\x6b\x90\x4f\xe0\x59\x24\xa2\x34\x9b\x75\x17\xe3\x21\x5a\x76\x7b\xc8\x51\xe0\x53\xf0\x85\xb2\xd3\xe1\x78\x03\xe1\x1c\xf5\xd3\x3e\x14\xd4\x3e\x88\xa1\xd5\xfc\x08\x04\x54\x72\xb3\x17\x76\xb0\x6a\xbd\x0e\xf2\xf8\xe5\x06\x5a\xfa\xa1\xfe\xf7\xbf\xe6\xa8\xf6\xf8\x75\x4e\x99\xbf\x20\xfc\xa8\x7e\x03\x11\x28\x92\xc5\xc1\xc0\xde\xe1\x0f\x0e\x5c\x0e\x4d\xc2\x85\xb4\x52\x53\xcf\x40\x4c\xd3\xcf\x38\x12\x85\x98\x62\xa3\x90\x73\x07\x1b\x8b\xec\x48\xe8\xc4\x96\x35\x1e\xf4\x0c\x7f\xdb\x4f\x0b\x64\x9c\xa1\xe7\x40\xfa\x4b\x51\xc8\xa8\xdf\x30\x89\x1b\x48\x5e\x7e\xe6\xfe\xa9\xfe\x01\x39\x6a\x37\xf7\x80\x3d\x5f\x4d\x01\x82\x7e\xdd\x00\x43\x38\x7c\x03\x89\x92\x48\x43\x63\x28\x54\x7f\x34\x7f\x02\xdb\x9b\x07\xf9\x62\xd3\xfa\x99\x85\x17\x9a\x56\x9f\x78\x51\x98\xd6\xda\xdf\xa7\xf3\x94\x9e\x41\xa2\x36\x78\x64\x6a\x46\x91\x5c\x73\x56\x35\xa6\x17\x77\x56\xe3\xad\x48\xf3\xaf\x84\x6f\x40\xc3\xba\x7d\x9e\xc1\xeb\x3a\xd6\x03\x1a\x56\x5b\x7b\x03\xb0\xd4\xf1\x7b\xc1\x4c\x8c\xda\x4b\x51\x73\x33\xfa\x03\x70\x82\xa7\x84\x28\x54\x6a\xb6\x68\xbc\xbb\x8a\xdb\x83\x21\xbe\xbe\x54\x44\x23\x89\x7f\x72\xd3\x8e\xcc\x76\xa3\xcd\x1c\x2d\xe5\xaa\x9b\x83\x56\x4c\xa2\x3e\x12\x72\xea\x3c\x8d\xc6\x03\x6b\xb8\x09\xc4\x7a\x7a\xd6\x1b\x62\xd8\xfd\x3f\x15\xb2\x92\x71\x81\x6c\x37\xd3\x43\x84\xb5\xda\x9e\xdf\x91\xea\x58\x5d\x17\xa2\xe7\xaa\xf8\x8b\x01\xbb\x86\xbf\x80\x50\x14\x24\x88\x8e\xb4\x15\x9f\xf7\x93\x64\x8d\x81\x10\xd5\x8c\xd5\x99\x2c\x46\xff\x0f\x88\x48\xc1\xa4\x80\xe5\xda\x01\xee\x81\x10\x63\xe7\x8a\x09\x16\x66\xfb\xfc\x0f\x67\x7c\xdd\xef\x63\xe0\xe0\xe8\x7e\x3f\x37\x9b\x7f\x80\xb9\x49\x5a\xf1\x18\x88\xea\xb1\x62\x3d\x50\xa8\x4d\x05\x09\x46\x10\x7f\xea\x7c\x8c\xd8\xe0\xfa\xe0\x67\xe8\x61\x84\x01\x22\x78\xdd\xd7\xa2\x04\x27\xd9\x42\x10\x5e\x83\xf6\xfa\x0a\x96\x66\xb6\x42\x38\xa0\xc3\x55\x51\xe3\x11\xb4\x83\xab\xa0\xef\x88\x00\x48\x90\x09\x25\x90\x30\xc7\x86\xc4\x78\xd1\x68\xb5\x09\x3b\x66\x82\x04\xb5\x98\x25\x61\x3c\x0b\x93\x07\xb4\x70\x7f\x4c\x1c\x3d\x16\x62\x4c\x50\xee\x2e\x08\x3f\x2d\xf5\xe6\x81\x67\x91\x38\x49\xa2\xdb\xcb\xed\xe8\x17\x12\x23\x88\x04\xa4\x4d\xb4\x35\x2b\x16\x73\x10\x5a\x10\x27\x3e\xd5\x85\x2a\xb2\xf4\xf2\xf2\x1b\x4c\xae\xaf\x3e\x98\x49\xd1\x77\xb6\x80\x16\xd8\x07\x6c\xac\x3c\xf4\x45\xe6\xe2\xdd\xc0\x8b\x03\xe3\xfd\x47\xd4\xae\x04\x22\xee\x03\xda\x49\xaf\x05\x72\x2d\x16\x21\xbc\x40\x6a\x45\xeb\x64\x63\x87\xd8\x11\x88\x0e\x38\x09\x7e\xd6\x76\xa7\x02\xd5\x3b\x66\x87\xd4\xb1\xa8\xde\x39\xf3\x1a\x03\xd2\x1e\x3a\x46\x33\x98\xed\xc6\xda\xf7\x38\x72\x22\xd5\xc5\x41\x1d\x98\x10\x5d\x1c\xb8\x8b\x78\xd3\x1e\xc0\x8c\x96\x2b\x07\xc5\x82\xb7\x7d\x56\x50\xf6\x07\x10\xd6\x3e\x1e\x08\x7b\x87\x7b\x04\xcd\x5e\xdb\x17\xf6\xce\xe6\x3d\x93\x2a\x5c\xcb\x5e\xd6\x4b\x16\xbc\x0b\xb8\x05\x3a\x77\x4d\x30\xfb\x4d\x58\xf0\x9c\x74\x47\xd1\x5d\x39\x4e\x40\xf3\x9f\x5b\xa4\x34\xf7\x1e\x80\x0e\x77\xfb\x7c\x40\x2d\x9b\x57\xea\x4c\x5e\x70\xa7\x48\xf7\x1a\x7e\x86\x6c\xfb\x3c\x43\x72\x58\x9a\xc2\x6f\xd0\xea\xd5\x80\xdf\x60\xb7\xec\xbb\x92\xa1\x35\x4d\xf0\x1b\xf4\x25\x32\x00\x9b\x1d\x11\x1c\x50\xe0\xa2\x80\xfa\x5f\x4e\xa0\x6b\xc2\x57\xd3\xad\x2d\x7e\xad\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\xdc\xe8\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x9a\x02\x78\x0b\x38\x27\x43\x10\x85\x1b\xdf\xdd\x90\x2b\x9e\xe3\x9b\x14\x68\x0c\x70\x1e\xd8\x3c\xa6\x54\x08\x5b\x98\x3e\x1b\xb4\x55\x6a\x80\x71\x2c\xbe\x16\x07\x4a\xdc\x7c\x0e\xcd\x87\xd5\x87\xfd\x7f\xd6\x9d\xd2\x33\x87\x60\xde\x7d\xe8\x73\xe1\x13\xe5\xc9\x89\xd7\xb4\xbd\xb8\x3c\xac\xdb\x8f\x87\xb1\x12\xee\x02\x2e\x12\xce\x90\x10\x0f\xf4\xb5\x96\x4a\x70\x2f\xf0\x3d\x74\x02\x78\x37\xdb\x51\xe7\x0f\x37\x69\x0d\x6a\xa2\xe6\x4d\x51\x8f\x13\x3a\xe8\xd2\xdd\x40\x87\x4e\xef\xdf\x42\x4f\x06\xa1\x28\x67\xf4\x98\x1b\x59\x53\x0d\x12\x25\xfb\xae\x30\xa1\xe5\xb5\xcb\xeb\x44\xd2\x47\x65\xbd\x1d\x73\xe3\xf6\xd2\x65\x7a\x32\xcb\xb9\xaf\xe3\x13\x15\xf8\x86\x33\x53\x4c\xe2\xe0\xe9\x3e\x69\xd7\xd1\xda\x4d\xa8\x7d\xed\x7d\x3c\xe9\x1a\x29\x69\x3e\x19\x98\xec\x0b\xfd\x64\x91\x9b\x66\xaa\x0b\xd8\x6b\xfa\x19\xf1\x3b\x5a\x89\x09\xd7\x82\x6d\xba\x45\x62\xb4\x62\x12\x08\x78\x3c\x73\x85\x17\x4f\x6d\xbb\x59\xb1\x05\x3c\xee\x4a\x49\x25\xe4\x3a\x11\xba\x6c\x68\x3c\x6b\xd6\x48\xd2\xf3\x82\x72\x5e\x5d\x56\x6e\x53\x13\x59\xb3\xce\xab\x9e\x01\xd6\x3f\x0d\x52\x75\xb9\xfc\x43\xd2\xa8\x26\x1b\x30\x8e\x34\x37\x13\x71\x30\xce\x83\x35\x1b\xdd\xc0\x35\x86\x86\xfc\xdf\xe1\x67\x28\xd3\x97\x9f\xa9\x07\xf1\xea\x13\x3a\x4f\x37\x88\x78\xa2\xe1\xff\x79\x69\x5a\xa6\x80\x0a\x5a\x1d\x31\x93\xa9\x1e\x95\xb3\x78\x4c\x78\x2b\x28\x07\xf9\x98\x8d\xdc\xa2\x31\x31\xf5\xa3\x4e\xee\x49\xfd\xac\xbf\xef\x50\xee\x98\xc4\xce\xe4\x35\x9a\x45\xe6\x34\x17\x70\x9c\x3d\xc7\xa4\x41\x76\xee\xf3\xe5\x1e\xa9\xd0\xed\x6e\x82\xdc\xa5\x95\xa4\xab\xa7\xa3\xa6\x66\xcf\xac\xb5\x7a\xbe\xb0\xcf\xfd\x8c\x85\xf2\xb4\x0d\x1c\xd4\x5e\x79\x04\xc9\x7c\xd8\x35\x7d\x0f\xbc\x03\x46\x2e\xbd\x7a\x0c\x9e\xfd\xd2\x41\xcc\x17\x9e\xf6\x22\xcd\xf8\x0c\x5e\xd1\x75\x23\x9f\x41\x85\x91\x9f\x21\xa1\xff\xe6\xa3\x3d\x53\xd7\xea\x85\x86\xff\x81\x4b\xe6\x8f\xc9\xaa\xc5\x2a\x50\x31\x26\x42\x5e\x42\x49\x95\xc7\x7c\xd1\x6d\x2f\x52\x18\xcf\x80\x88\xf7\xc2\xa1\xd6\x8e\x63\xd5\x26\x02\x5e\x62\x5a\x8e\x50\xd5\xea\x39\x60\xc0\x8b\xa3\x9f\xe6\x44\x62\x5f\xef\xb8\x39\x28\x26\xfc\x02\x57\x56\xc7\xca\x9c\x17\x68\x12\x73\xbc\xf0\x36\x9c\x15\x74\x4e\xd2\xa8\xf7\xa9\x7c\xb5\xf3\xeb\x04\x76\xf5\xc5\x69\x2e\x1c\x8c\xe6\xa5\x35\xf8\x81\x48\x60\x58\xb3\x57\x16\xfe\x09\xdb\xe7\x39\xa7\xcd\x3f\x60\x7f\x58\x38\x2e\x92\xa4\x06\x5f\x60\xda\x8b\x8c\x07\x93\x4e\xa5\xbe\x6d\x4e\x20\x53\xbb\xff\x4c\xd6\x50\x76\xbe\x9a\xb9\x27\xab\xb8\x89\xf1\xdf\xff\x3e\xa9\x1d\x27\xc3\x55\x2c\x98\xf6\x89\xfb\xab\xff\x4f\xee\xd0\xa8\x77\xd2\x6c\x12\x78\x6b\x10\x32\x9d\x3b\x0b\x5d\xa8\x45\x82\x5d\x59\x3c\x26\xca\xfb\xd8\x09\x63\x26\xd4\x95\x16\x60\x12\xea\x5a\x5c\xb3\x5a\xa2\x53\x0f\xcf\x17\xeb\xf6\xe2\x79\x07\xd4\xfd\xcc\x02\xa0\x6c\x31\x73\x1d\x3b\x9e\xdd\xc1\xc1\x06\x35\xc8\xcc\xec\xa8\x31\x12\xa9\x3a\x7d\xd2\x84\x1b\xaa\x9d\xf4\xe6\xd9\xf9\x82\x68\x04\x52\x2d\x1e\xc3\x8b\x54\xa7\xd3\xa5\xcd\x13\xbe\xdb\x5e\xe9\x13\x24\xf9\xac\x66\x79\x20\xaf\xfc\x49\x56\xd1\x85\x73\x9e\xe0\xe6\x4f\x87\x50\x32\x9b\x19\x19\x4f\xed\xe0\xbc\x79\x25\xaf\xa8\x85\x17\xca\x56\x87\x86\x4c\x46\xc0\xa8\x66\xca\x98\x17\xc4\x8c\xbb\xbc\x30\xcd\xba\xa4\xcc\x8b\x97\x60\x8b\xdb\x17\xeb\x76\x25\xbd\x1f\x13\x8e\xab\x4e\xbf\x34\x99\x1d\xd2\xf9\x97\x27\xb2\x43\xae\x4f\x8b\x0f\xe6\x5d\x0d\x42\x01\x5c\x2c\xdf\x5f\xac\xda\xed\x04\x38\xe1\xe9\x5a\x7c\xc6\x01\x89\xda\x15\x61\xde\xd4\xdf\x54\x37\xc0\x23\x4a\x68\x78\xde\x74\x9e\x34\xdc\xb8\x39\xd1\xc5\x6f\x5c\x6c\xc3\x8d\x32\x67\x9b\x9f\x1f\x10\xa1\x67\xa0\x53\x87\x26\xcd\x27\x6f\x62\xa2\x32\xd1\xa7\x10\xf6\x24\xfa\xb4\xbb\xd9\x7c\xc0\xb0\xc5\x4d\x40\x71\xf6\xe9\x22\x19\xd6\x1f\x10\xe3\x78\x9b\x3e\xb4\xcf\x0b\x64\x2f\xa4\xf1\xb1\x5f\xc8\xfa\x61\x2a\xb5\x0b\x17\xe3\xaa\x6d\xc3\x5b\x3f\xac\xbe\x68\x5a\xd0\x03\x1b\xd9\xad\x5f\x8e\xa2\xeb\x87\x1c\x85\x7f\xe0\xf2\x6f\x7a\xa6\xe8\x88\x3f\x79\xc5\x2d\x84\x65\x0f\xa7\x20\x5b\x50\x23\x3b\x1e\x75\xfd\x4e\x34\xef\x11\x31\x3a\xde\xcf\x2f\x00\xb7\x1b\xf4\x82\x5a\xb9\xc8\x2c\xba\x36\xaa\x64\xc5\x6d\x6b\xa3\xa5\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xef\xac\x13\x60\xa5\x9b\x84\xce\xb1\xb5\x51\x7a\x76\x77\x42\x85\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf0\x62\x9a\x06\x38\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x3c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x18\x91\x83\xe1\x17\xc2\x88\x8a\xa0\xc4\x2a\xa4\x47\x6b\x54\xb1\xe3\x24\xfe\x17\xdd\x6c\x7d\xdf\x5d\x95\xf6\x34\x81\xbc\x05\x2d\x71\xa9\xfe\x82\x27\x8c\x2e\xed\x0b\x5a\x62\x95\x76\x1f\xab\x26\xa0\xf7\x17\xe0\x76\xcf\x2a\x2b\xf8\xd8\x3c\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xd4\x2b\x0b\x50\x77\x38\x7b\xdd\x4a\x35\xb0\x99\x95\x99\x1e\x9d\x64\x7c\x01\xbc\x0e\xe7\xa3\x5b\x8d\x61\x6c\x7e\xe6\x31\x26\x1c\xb7\x50\x3f\xc7\x59\x7d\x56\xc7\xfe\x68\xfe\x1f\x25\x4f\x3c\xaa\xce\x8b\xbf\xe4\xc0\xea\x1c\xa6\x9f\x19\xe8\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4a\xe0\xd4\x08\x0b\x7a\x5a\x67\xa7\x5c\x83\x35\xb0\xf4\xff\x00\xef\x08\x22\x2d\xe8\x65\x8b\x4e\xee\x35\x92\x9d\xd5\x01\xf2\xe7\x0c\x67\xbb\x5b\x83\xa2\xcb\x83\x66\xc8\xf7\x67\x13\x0e\xa4\xfd\x5b\x6e\x82\x22\xde\x0c\x06\xe5\x6e\xf1\x28\x5f\xb8\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\xe6\xe8\x29\x6e\x11\xa3\xf4\xa6\x44\xea\x72\xc7\xd6\xad\x44\xc7\x1e\x26\x2a\x51\x56\x4f\x0b\xd1\xb2\xf9\x11\x68\xd9\xe6\xab\x05\x70\x5c\xaa\x1b\xe4\x16\x71\x7b\x58\x37\xcb\x15\xba\xe3\x3a\x9b\xfb\x4a\x38\x3c\xdd\x03\x2a\x1d\xe8\x4c\x59\x0c\x00\x1f\x7e\xe6\x90\xd4\xc0\xc4\x42\x75\x3f\x63\x48\x12\xff\x0b\xd8\xb6\x19\x79\x2e\xd6\xee\x16\xba\x58\x2c\x70\xe3\x5b\xf6\x7a\xb1\xed\x56\xbc\x6b\x17\x7a\x18\x7e\x26\xde\xb6\xdc\x58\x2c\x08\xa7\x16\x11\x10\x55\x74\x4e\xae\xc4\xb6\xee\x12\xf9\x1e\x55\xcb\x72\x2c\x44\x48\x7d\xb6\xc7\x02\xf3\x9a\x19\x09\x5d\xa5\x45\x5a\x09\x5d\x2d\xf9\x80\x4c\x87\x33\x27\xae\x9d\xf0\xc2\xd3\xb2\x63\xa1\x86\xbf\xa0\x20\x19\xee\x83\x3b\x68\xf8\x0b\x4e\xbc\xb9\x6f\xe7\x96\xf9\x93\x33\xc2\xa2\x96\xd6\x09\x5e\x16\x0b\x79\xfb\xca\xb0\x0e\x4c\xab\xee\xb3\xeb\x80\x74\xf6\xc2\x43\x29\x5b\xc2\x0d\x50\x26\x7c\x5e\xc8\xd4\xd2\x1a\xf4\x91\xcc\xa5\x41\x22\x82\xaa\x08\xe1\xaf\x23\xf7\x8b\xbf\xc0\x90\x3c\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x8e\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\xe8\xc8\x43\xb8\x53\x32\xfa\x07\x30\xa7\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\x7b\xcc\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x3d\x48\x77\x83\xe5\x3e\xa1\xac\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\xe8\xb2\xb5\x33\x9f\xa4\xf5\x4a\x3b\xa2\xaa\x54\xfe\x72\xec\x70\x9d\x75\xc8\xfa\x0e\x60\xe8\x79\xd9\x09\x0c\x97\x9f\x1f\xf6\x28\x9a\x36\xb2\x8f\x4e\xd2\x9d\x40\x4f\x0c\xb9\x23\x64\xbc\x98\x82\x0d\xfb\x58\xb2\x6a\x67\x4a\x48\x47\xa0\xee\xc8\x23\x6e\xf7\xc7\x7d\x83\x4b\xdd\x72\x8f\xdc\xd6\x9a\xc7\x7d\xc3\x62\x87\x5b\xbc\xf8\x82\xbb\x04\x47\xea\x4c\xd9\xe1\x4e\x6b\x8f\xe5\x3d\x1d\x0a\xdc\x65\x41\xe4\xa4\xe0\xf2\x0e\xa4\x68\x17\xfc\x9d\x48\xd1\xeb\xc0\xea\x91\xd6\x8d\xed\xac\x06\xe9\x78\xa6\x1d\x41\x5c\x0e\xb5\xdc\x0b\xbd\xac\xfd\x01\x71\x9a\x26\xa1\x70\x1b\xeb\x7d\x64\x19\x57\x2d\xe1\xb1\x57\xea\x70\xb4\xcf\x77\x64\x15\xb7\xd7\xf1\x4e\xa4\xa8\x4b\xf1\x9e\x8e\xae\xba\xd4\xee\x70\x28\xb0\x8f\xf1\x0e\x35\xab\xa3\x35\x77\x38\x18\xd8\x93\x64\x07\x92\x1c\xce\x74\xbb\x43\xcd\xea\x6c\xab\x3b\xd4\xac\xcd\xbe\x29\x3b\x02\xd2\xc3\x65\x22\x76\x38\xb2\x16\x4f\x73\xe3\xd2\x4b\xd8\xed\x2f\xb4\x9c\xdd\x34\x35\x08\x02\x09\xbf\xbd\x91\x66\xbf\x4f\x84\xd4\xff\x52\xc9\x7b\xec\x8d\x51\xfd\x92\xce\x3b\x52\x13\x59\xa9\xbf\xd3\xc7\xd5\xde\x37\x3b\x53\x3b\x3a\x79\xf4\x0e\xa5\x68\x77\x8c\xfd\x9e\x1e\x03\x3a\x48\x77\xe6\x72\x74\xb0\xcf\x8e\x52\x90\xbe\x36\xef\x80\xae\x2a\xe6\x3d\xf6\x54\x8a\x7e\x5a\xa0\xbb\x8b\xe6\x19\xd5\xca\xad\xfe\xd8\x07\x99\x51\x44\x32\x53\xa3\xb3\x6b\xec\x2f\xb0\xec\xd5\xbc\xc2\x8a\x38\x76\xab\xde\x07\x6f\xee\xde\x52\x2f\x90\x9c\xdd\xf3\x1a\x29\x1e\x35\xf1\xc1\x4d\xad\x41\xc1\x09\xb5\x7b\x43\x10\xe7\xb9\xc1\xc4\x75\xde\xd4\x2f\x4c\x9b\x2a\x65\x3c\x76\x96\xb4\x11\x84\xd9\x27\x8a\xa8\x59\x8a\x4c\x42\x1a\x2f\xfd\x24\xc0\xf6\x20\xe0\x30\x5a\x7f\x7e\x81\x56\x26\xd3\x3c\x79\xb1\xd7\xb1\xb2\x43\x69\x59\x85\x76\xf7\x49\xab\xab\x3e\x58\x3f\xfc\x2f\x1a\x17\xa5\xab\x89\x5c\xc4\xf4\x52\x14\xed\xeb\xe5\x4f\x57\x5e\xd9\x19\xda\x6e\x35\xe7\x0e\xe4\xe6\x40\x82\x7d\x67\x17\x1a\xc4\x4e\xe9\x69\x6e\x49\xe4\xb6\xf9\x8d\x57\x40\x3b\xac\x7c\xdf\x73\x54\x7e\xe1\x04\x0d\xee\x82\xea\x62\x11\x9d\xc8\xcb\xa3\x80\x0a\xb0\xba\x87\xa3\x91\x68\x2d\x26\xac\xd7\xd5\xa3\x04\x6c\x72\x44\xc8\xce\xa4\x36\x4e\x9a\xbd\x13\x05\xe9\x20\xdb\x11\x68\x5e\xa5\x4d\xd8\x4f\xf6\xa8\x0e\x58\xf0\xdb\x69\xb9\x77\xba\x54\x5a\x79\xbb\x5f\x04\x5a\x16\xd1\x2f\x4a\xe9\xaa\x7d\x3b\x76\x54\x57\x31\x0c\xda\x19\xfd\xe3\x04\xb8\xfb\xc5\x79\xf3\x0b\x69\x1a\xd0\x33\xb5\x3c\xe1\x17\x38\x2a\x4b\x50\xe0\x98\x2a\x85\xda\x7e\x3d\x78\x16\x49\x89\x6b\x34\x4d\x77\xc3\xb3\xc6\x70\x13\xa0\x0a\xb6\xec\x2f\x8c\xa9\xce\x79\xb8\xdf\x24\xd1\xff\x27\x49\x9a\x37\xd4\x42\xd9\xac\x9c\xdd\xe1\xf0\xf8\xdb\x7c\xf4\x3d\x6c\x42\xa3\x42\xb0\x8e\xd3\xdd\xee\xac\x55\x62\x6d\xec\xfe\xe4\x28\xff\x7d\x71\xb0\x16\x89\xd5\x5f\xc7\x8f\x4a\x89\xf0\x0f\xed\xbf\xff\x55\x27\x94\x3e\x00\x21\xec\xeb\x76\x50\x15\x65\x85\xee\x41\x4c\xf1\xe9\x82\x2c\x2b\x70\x75\x00\x22\x54\xdd\x6b\x0f\xb8\x14\xda\xc4\x72\xd0\x76\xea\xa8\x8d\x63\xe3\xd9\x53\xfc\xc5\x3b\x0c\xdf\x2b\x8f\x8d\x67\x8f\x30\xc0\xb1\x61\xb1\x4c\x34\x22\x66\x0c\x09\x8e\xc2\xd4\x88\x7e\x06\xde\xd3\xe9\x77\x14\x9e\xaf\x3a\xb0\x0f\xd4\x7b\x36\x4f\x1f\x0c\x7f\xb1\x96\xfa\x60\x4e\xe7\xb9\xfd\xe9\x2c\x3a\x0a\x4d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x3c\xb0\xa2\x30\x75\x41\x9e\xd6\x3a\xd8\xa1\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xbe\xeb\x80\x6e\xc8\x49\xc5\x0e\x46\xb6\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\x8c\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x7d\xb3\x63\x65\x8e\x46\x12\x45\x32\xe2\x52\x0c\x3a\x0e\x96\x6e\x9e\xd3\x2f\xd0\xbd\x48\xb3\xc2\x74\xcd\xae\x32\x70\x40\xb7\xf4\xe1\xce\x0e\x09\x6b\x9a\x19\x85\xe2\x14\x5e\x07\xed\x9c\x66\x36\xe8\x9e\xaa\x24\xc9\x91\x07\xb8\xb9\xb5\x33\x93\x9a\x10\xed\xc1\x13\xbc\xb9\x4b\x6c\x3a\x29\x45\x8e\x9e\x34\x9a\x06\x30\xa3\x74\x6e\xc7\xa0\x3d\x41\x17\x9c\x03\xda\xa5\xaa\xcb\xc6\x31\x10\x11\x64\x9a\x11\x84\x6d\xb5\xcc\xf1\x1e\xf9\xc5\x61\xe2\x07\x2b\x39\x3b\x05\xef\x81\x28\x6d\xd7\x66\x38\x00\x01\x86\xfd\x06\x0f\xc4\xa9\xd8\x74\x75\xa0\x08\x9e\x23\xe0\x8e\x41\x6e\x36\x73\xa4\x6e\x69\x99\xa6\x9b\x6f\xf8\x13\x04\xcf\x7a\x5a\x82\xd2\x4b\xf2\xed\x80\x76\xa9\x5a\xb7\x73\x04\x6e\x27\x12\x4e\x07\xea\x89\x38\x4b\xcb\x41\xed\x92\xa3\x03\x8e\x08\x3a\xef\x8b\x1d\x12\x67\x2c\x77\x7a\x60\xe6\xf4\x05\xc3\x4e\xac\x8b\x3c\xa8\x0f\x72\x4c\xfe\x01\xeb\x68\xb5\x24\x20\xae\xe8\x6e\xa1\x73\x18\xa2\x6a\x0e\xb8\xf2\x8a\x06\x44\x77\x3b\x04\xe8\x80\x42\xa9\x16\x3f\x33\x0e\xc3\x14\x00\x86\x78\x6d\xa0\x1e\xb2\x07\xdd\x01\xaf\x3d\x87\xb0\x1f\x2b\x48\x80\x7f\xc0\xbe\x96\x7e\xe9\x58\x94\xaf\xcb\x3f\xe0\xe4\x12\xee\x3e\x76\x0e\x49\x14\x31\xd9\x8d\xb5\x6e\xc7\xce\x0b\xb5\x57\x9b\x91\xd3\xd6\x69\x1d\x3b\x9d\x53\xbc\xda\x3b\xb1\xb2\x20\xe1\xb1\x83\xc9\x05\x95\x8f\x83\x4e\x97\x96\xa0\x50\xf0\xb8\x4a\xd6\x01\x05\x8f\xeb\xb5\x1d\xc4\x25\x82\x6b\x07\x4c\x93\x86\x21\xc7\xc1\x42\x8f\x7e\x1f\xb2\xc4\x9b\x20\x13\x3f\xfb\x7b\x26\x2d\xd1\xb6\x45\x68\x89\xdd\xd3\x8e\x84\x31\x66\xa6\x83\x87\xc8\x74\x0b\x30\xa1\x79\x9a\xce\xdf\x7f\xff\x6b\x5d\x90\xf3\x80\xa5\xd2\xa9\x0f\x0e\x18\x2a\x6d\x98\x3c\x4e\x08\x06\x41\xb5\x03\x86\xc7\x66\xdf\xa9\x03\x99\x9d\x6d\x03\x39\x4e\xf8\x39\x79\x57\x42\x79\x53\x9d\x43\xf8\x80\x9d\xd1\x26\x86\xe3\xe2\x9c\x89\xa2\x17\x06\xd5\x77\xcc\x7f\x39\x83\x2e\xde\xb6\xfc\x71\x0a\x09\xcd\x28\x34\x3f\xb6\xfd\x1e\xc8\xda\x1c\xb6\x80\x1f\x17\x6a\x06\x08\x02\x1d\x84\x48\xc2\x75\x07\xb3\x32\x3b\xb9\xc2\x71\x33\x9b\x84\x6e\x43\x07\x14\x35\xae\xd6\x73\xc0\xbf\xcd\xe5\x7d\x0e\xd6\x87\x73\x79\x9e\xe3\x66\x17\x9a\xa2\x27\xbb\xd0\xb2\x3e\x98\x12\xc3\x97\x87\xb7\x1f\x9f\x9b\x0f\xf3\x7e\xf8\x50\x7a\xa8\x22\xd3\x0e\x3f\x11\xc1\x1c\xb6\x81\x9c\xac\xc2\xa1\xca\xf8\xe3\xfc\x11\xa6\x6b\x4f\x9e\xb0\xcf\xb9\x1e\xca\xf9\xcb\x4e\x8a\x7e\xc8\xb9\xf3\x17\xcc\xfb\x23\x41\x74\xfe\x72\xa8\x53\x3f\x40\xa0\x6a\x53\x9e\x5b\x1e\x1b\x6a\x02\x99\x91\x6d\xfb\x3c\x37\x9e\x75\x3a\x5e\xcf\x8d\x11\xef\x6a\x91\x3e\x67\xd6\xf5\x9d\x1b\xa7\xdf\x1f\xd0\xe1\x46\x07\xf2\x09\x4d\x87\xeb\x4c\x9c\xc8\x56\xe3\xea\x23\x67\x61\x1a\x2c\xed\x99\xb3\xf0\x58\xd0\x69\x78\x66\x28\x84\x78\xf8\x84\xbf\x97\x83\x7e\xcf\x04\x36\x3a\xf3\x4f\xe4\x39\x0e\xab\x2c\xcf\x4a\x37\x1f\x3f\xa3\xb4\xb0\xae\xe9\x27\xb2\xcb\xfc\xea\xe7\x03\x9e\x5e\x3a\x71\x4f\xa4\x97\x69\x92\x25\xe7\x8b\x5c\x66\xd7\xcd\xff\x6c\x4c\x71\xa9\x06\x1a\xe2\x39\x3c\x2f\xb4\x8a\x75\x3f\x53\x95\x20\xc6\x3e\x5b\xf6\xa8\x1e\x18\xbc\xe0\x42\x3f\x67\x23\x09\x9a\x86\x96\x53\xad\x1f\x10\xbd\x60\xdd\xf1\x99\xc9\xf6\xa6\x7f\x48\x2e\x54\x1f\xc8\x1e\xe3\x0a\x1d\x27\xcc\x64\x2a\x3c\x3e\xce\xce\x2b\xb1\xce\xec\x93\x11\xb5\xe6\x6b\xe8\x1e\xc2\x8a\xd4\xb3\x9f\x98\x17\x7f\x80\xda\xe9\xda\x6d\x27\xcc\x64\x2e\x1a\x72\xc2\x41\xcb\xe9\x4c\x4f\x44\xdc\x3a\xd3\xfc\x49\x5d\x85\xb9\x63\xd0\x2b\xb2\xfa\x03\xec\x1b\x9d\xf0\x27\x4c\x5c\xae\x86\x70\x26\x0e\x11\xf4\x39\x47\xce\xab\x06\x3d\xb8\x94\x7a\x06\xec\xf8\x7c\x00\xd4\x61\x4d\xdc\x89\xf8\x04\xa7\xa3\x3e\x83\x97\x7a\x9d\xd7\x67\xc6\x23\x98\x26\x66\x2d\xb6\x5e\xf6\x8c\xdc\xdc\xfe\x04\xb9\x1a\x75\xa4\x9f\x19\xb1\xf0\xe9\xe4\xc2\x46\x34\x51\x98\x47\x2f\x0c\xac\x56\xce\x60\x7e\x4e\xce\x9b\x16\xea\x05\x29\xd5\x55\xa7\x4e\xe6\xa4\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\xf7\xe8\xea\x2e\x16\x9b\xd4\xd4\x23\x29\x8d\x4d\x9e\x27\x71\x8b\xb9\x8f\xea\x12\xa1\x8e\x73\x81\x66\x53\xb0\xa8\x42\xff\x93\x7d\xe8\x5c\x39\x20\xb7\x9e\x03\x72\xf3\x2c\xf6\xe5\x67\xb2\x92\x37\x14\x83\x19\x5c\x5d\xe9\x44\x30\x83\x23\x53\xce\x45\xde\xf2\x07\x10\x7e\xc2\xf5\xe7\xe2\xfd\x5b\x90\xe6\x64\xc0\xae\x35\xcd\xe7\x0e\x81\x6b\x22\x99\xe1\xd8\xec\x8f\xca\xbb\xcd\x0e\x8d\xe7\xce\xb8\x32\x91\x94\x59\x03\xbd\xd0\x7b\xb2\xb3\x7f\x78\x39\xc3\xf5\xbc\xce\x83\x28\xda\x4d\x02\x46\xb9\xe4\xd2\x79\x50\xe8\x9b\xf9\x10\xa5\xeb\x0a\xde\x67\xa6\xa4\xf1\x38\x8f\x89\xf2\x33\x1a\xe6\xc1\xe2\xa1\xfe\x60\x47\x0f\xfe\x1f\x98\x5a\x78\xf3\x3c\x90\x5e\xc3\x42\xe1\x00\x63\x98\xb9\x0f\x0e\xc1\xef\xbf\xe7\xab\x2d\x02\xe7\x09\x4c\x6e\x21\x73\xf2\xb8\x2d\x7e\x01\x87\x8c\xd7\x01\x79\x09\x5d\xe8\xf9\x84\xfe\x68\x38\xb3\xf4\x89\x50\x05\x67\x12\x38\x11\xa9\x60\x20\x76\xc2\x68\xe6\xf0\x8a\xf3\xe4\x0d\xcd\x43\x3a\x73\xa5\xd5\x65\xba\x7c\x09\xdb\x9d\x74\xf9\xb2\x32\xfb\xbc\x28\x9e\xcd\x5e\xc4\x62\x3e\x6c\x2f\xaa\x10\x3e\x3f\x20\xe9\xbc\x00\xf0\x99\x3e\x5f\x9e\x38\xf8\x7c\xb9\xf2\xca\x89\x7c\x34\xf6\xee\x3b\x5f\xfc\x35\xbb\x37\x3d\xf2\xd3\xd8\x7c\x7f\x42\xa7\x15\xbe\xe5\x9d\x30\xcd\x39\xc7\xf1\x79\xb3\x34\xb9\x7b\xb8\x51\x8a\x45\x98\xf9\x44\xfa\x43\xeb\x8f\x4e\xd8\xea\x6c\x65\x38\x6f\xe6\xe2\xd2\x10\xee\x94\x2a\x1a\x23\x12\xd8\x38\x57\xff\x79\x53\xaa\x18\xc4\x40\xe9\xe5\xb4\xb7\xe7\xcd\x0d\x50\x4c\xc2\x4d\x1a\xfd\xc5\x83\x41\xa8\x0b\x56\x08\x36\xea\x41\x8a\x1b\x07\x74\x9f\x4f\x6e\x08\x4d\x1b\xc3\x8c\x3d\x88\x87\x0a\x4f\x1f\x09\x0f\xd5\x4b\x3a\x95\xae\xdf\x8f\x44\x0d\xfd\xb0\x51\xef\x5f\xf5\x03\x94\x7d\x12\x96\x17\x03\x79\x6d\x29\xb8\x58\x09\xc3\x09\x57\x2e\x58\xd6\x7c\x5f\xba\x60\x59\x73\xfa\x81\xeb\x97\xe3\x76\x93\xe4\x49\x5d\x90\x2e\xfa\x54\x39\xc3\xca\x05\x3d\x9a\x33\x86\x5e\xcc\x88\xe8\x68\xe1\x0b\xa6\x34\xa7\x82\xb8\x36\x30\x94\xe4\xd7\x85\x6a\x6b\x9b\x55\xe4\x17\x62\x75\x3f\xe3\xde\x98\x8a\xd5\xff\x63\x2d\xb4\x75\xaf\x42\xb1\x2d\x1c\x7c\x15\x44\x0b\x37\xbf\xc0\xb3\x53\xb7\xb4\x0b\x86\xb0\xe2\x41\x15\x60\xb7\x9f\x3f\x00\x4f\xbb\xc7\x92\xd3\xe2\x1e\x1e\x42\x08\x7d\x81\x5a\x68\xc3\x49\x95\xae\x5a\x50\x16\x45\xb3\xf0\x22\xd0\xde\xfe\x56\x65\xf5\xaa\x1c\x91\x0e\xfb\xab\x42\xf8\xe8\x98\xb9\x60\x58\xfb\x70\x02\xb4\x6c\x0e\x36\xbc\x2a\xef\xd2\xd5\x2f\x00\x0c\x84\x1b\xe0\x2e\xfd\xd0\x8b\x5d\x6a\x5e\x02\x58\xb5\x82\xf5\xaa\xbc\x9f\xe8\x5a\x78\x35\x78\x7c\x6b\xd3\x5d\x28\x9b\xe6\xc4\x84\x17\x5c\xb6\x9c\xf6\xe4\xa2\xfb\x94\x93\xdc\x5c\xb4\x49\xb9\xac\xde\x05\x95\x96\xbd\x64\xae\x8e\x5d\x5a\xfc\x3f\x81\xa2\x07\xd5\x99\xb1\x6e\xe9\x39\x97\xc9\x3f\x24\xf7\x6a\x5e\x58\x3d\xf7\x33\x8a\x41\x23\x93\x70\xd6\x05\xef\x7e\x27\x41\xb8\x90\x7b\xc5\x99\x34\x2f\x16\xcd\xb0\xbd\xee\x42\xf2\x15\x3b\xbb\x5d\x23\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8b\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\xd0\x8d\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x6d\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x02\x51\x9d\xdc\xed\x7a\x71\xdc\xec\x66\x37\xb8\xe6\x5b\x05\x7b\x01\xc6\x55\xab\x97\x2e\x26\x1b\x74\x89\xbc\x0b\xb8\xee\xb3\x30\x93\x12\x58\xb7\xc6\x0b\x99\x53\x9c\x4c\xf0\x5a\x19\x39\xa2\x51\x31\x03\xb4\x6d\x50\xd7\xe2\xca\x69\x14\x69\x28\x13\xb8\xbc\xa0\xe3\x72\x3a\xc2\x6b\x11\x9d\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x1a\xb8\xae\x31\x70\xbd\xe0\xad\x3a\x34\xe4\x42\xd5\x32\x3b\x6b\x5e\x3b\x5d\x5e\xa5\x46\xbb\x68\x38\x73\x85\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xa2\x7a\x17\x2c\x67\x9f\x79\x80\x33\xbd\xdd\xb0\x2e\xfa\xce\xdb\xbf\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x65\xad\x79\x29\x0e\x5e\x24\x84\x99\x2f\x38\xcb\xbb\x42\xd3\xc5\x9c\xce\xf3\xd3\x27\xed\xa6\x82\x3a\xd7\x89\x22\x1c\x9e\xc9\x04\x53\x42\x73\x17\xcb\x97\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\xb4\x56\x0e\xa6\xbb\x90\xf5\xd9\xb9\x7d\x2e\x06\x86\xda\x36\x7b\x9d\x3c\xda\x2c\xa3\x4f\x9c\x1a\x3e\xda\x90\xdc\xcf\xd9\x17\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\xd4\x07\xda\x32\x54\xbf\x90\xec\xcf\x71\xf9\xd7\xc5\x31\x88\xe6\x2b\xa3\x14\x34\x28\xa8\xae\x6c\x78\xbd\x08\xa5\xbc\xb6\x17\x3d\x86\x96\x3f\x48\x0c\xe0\x2e\xa9\xf1\xf4\xbc\xc0\x1e\xe8\xa4\x2e\xd7\xc5\x83\xc8\xe7\xcc\x4d\xa8\x2e\x65\xd6\x85\x70\xd0\x8f\xc4\xbb\xb9\x6f\xe2\x4f\xf1\xab\x17\x62\x45\x1d\xd6\x76\xdd\x54\x44\x87\x9b\xe3\xc2\x69\x4c\x70\x93\x72\x4a\x89\x0b\xd8\xab\x39\xd1\xd3\x45\xec\xe5\xa3\x0d\x0e\xfb\xe5\xf3\x3f\xd7\xcd\xff\x63\xc4\x5e\x78\x16\xe0\x75\x35\x9e\x2b\x53\x53\x7b\x16\x11\x5d\xea\xda\x98\xd7\x03\x1b\xa9\x45\x3a\x4a\x66\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x96\xc6\xd4\x18\x1e\xea\x82\x2c\xce\x58\x25\xcd\xa7\xe9\x03\xdf\x49\xc3\x28\x38\x5d\x39\x13\xe5\x05\x0b\xa9\xc3\xec\x2f\x38\x61\x39\x1f\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xc4\xd0\x0f\x49\xe2\xd4\x0f\x48\x4b\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x01\x79\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3c\xea\x44\x96\x37\x4a\xa4\x59\xa5\x76\xc3\x33\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xa9\xb5\x4e\xc1\x1b\x39\xac\xed\x10\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x6c\x4f\x33\x00\xf7\x28\xe7\x22\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7d\x7d\x43\x6b\x68\x07\x94\x1b\xf9\x59\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\x00\x89\x3a\x56\xef\x72\x22\xab\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xdf\xb5\x11\xd5\x0d\x14\x58\x6d\xa2\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5c\xb5\x6b\xde\xdd\x78\xc8\x6a\xbb\xde\xcc\x80\xed\xb8\xa5\xbb\x31\xcb\x8d\xba\x40\xc8\xa8\x7d\x70\x6f\x84\x8c\xb6\xcf\xff\x94\x68\x7e\x81\xb5\x6e\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x41\xa1\x4e\xc9\x7f\x77\xe2\x13\xf5\x81\xd2\x68\x46\x50\x37\x35\x8e\xc5\xcf\x3c\xf1\x74\xb0\xdf\x40\x96\xc3\x48\xe0\x86\x35\xd5\x41\x13\xf7\x48\x9a\xb4\xda\xf0\xc5\x0f\x17\xdc\xbc\x11\x26\xea\x3b\xc8\x3d\x78\x29\x91\xe2\xf4\x1e\xe4\x27\x8d\x6a\x70\x2d\xfc\x3f\x0c\x41\x1e\x35\xdc\xa1\x1c\x99\x72\x07\x7d\x26\x74\x07\xbd\x51\xfb\xc3\xce\xd3\x77\xd0\xb4\x2e\x5d\xc0\x1d\xd4\xfe\xeb\xee\x7f\xa3\x30\xad\x73\xcf\xde\xc8\xa8\x67\x1f\xd8\x7b\xbe\xe7\xbc\x43\x96\x6f\x68\x08\xed\xc3\x78\x03\xf7\x2d\x3b\x91\xdf\x80\x79\x56\xc7\xdd\x33\x27\xf6\x4f\x49\x4c\x6f\x04\x70\x5a\xad\x7f\xb3\x2c\x88\x77\xcc\xca\x39\x16\xfd\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\xcd\xee\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\x26\x84\xf9\xa4\xed\x14\x72\xef\x80\x63\x16\x6b\xa8\xf1\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4a\x65\xc7\x96\x1b\x88\xb0\xda\x47\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\xfe\xd9\xee\x0a\x77\x42\x42\x8b\x85\x03\x95\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x63\x47\xa1\x12\xf7\x40\x31\x21\x65\xd9\x0d\x1f\xf5\x65\xf7\xe9\xfb\xa0\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x88\x4c\x17\xac\xbd\xa1\x7f\xb3\x81\xec\x46\xfa\x67\x7b\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x5e\xec\x36\xd4\xdf\xc8\x99\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\xc1\x59\x96\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x98\xfc\xdc\xd4\xef\x0b\xe5\xb0\x4c\xf4\x85\x42\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\xf0\x2a\x37\x3c\xba\x1f\x94\xa5\xf9\xf9\xff\x97\x1b\xec\xd5\x7b\x3f\xd8\x34\xa6\x88\xc9\x99\x5d\x2d\xf5\x7e\x92\x02\x91\x04\x7f\xae\xe6\x4c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x9b\xd8\xe7\xc7\xd4\x47\x55\xcf\x05\xc5\xde\x7e\x7a\x26\xdc\xd1\x18\x1e\xc4\x26\x96\xcf\x07\xb9\xd6\x53\x3f\xe0\x92\xdd\xfd\x01\x2f\x9c\xe1\x1f\xa8\xf0\x08\x7f\x91\x8b\x6b\xa2\x1e\xdc\xcb\xf5\x05\x2c\x9d\xc3\x55\xd8\x9f\x0d\x4a\x6f\xed\xb3\x07\x4e\xe5\xde\x14\x0f\x4a\x7f\xd8\x03\xf1\xd9\xa0\x01\xd1\x44\x3e\x0c\x2e\xb4\xa6\xfe\x61\x3a\x0e\xdf\xb4\x9e\x2d\x39\x54\xe3\xdc\xe8\xb6\xe1\x3e\x5e\x14\x54\xab\xd6\xe2\x01\xea\xe9\xc2\x65\x4f\x81\x4b\xa2\x70\xdd\xc3\x32\x64\x2e\x96\xfb\x00\xe5\x2c\xbb\x37\x3f\x25\x65\xb6\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa5\x73\x34\xd4\xc3\xbc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x14\xc9\xcb\x9e\xb7\x4f\xc5\x54\x2e\x3f\x93\x47\xb5\x38\xb4\xd7\x3a\x9b\xe5\xc3\x3a\xb4\x2e\x10\xfe\x24\x16\x92\x18\x7c\x5e\x2c\x54\x9c\x66\xea\xa9\x39\x75\x9a\xfe\x54\x79\x4d\xff\x70\x63\xfd\xfe\xe4\xa7\xf0\x54\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x52\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x20\x27\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x81\x0d\x21\xb0\xff\xac\x5c\x5b\x7d\x81\xa8\x43\xeb\xfd\x9e\xc5\xa5\xb5\xf8\x59\x39\x0c\x51\xb1\xa8\xf8\xb1\x40\x5a\xb9\x6f\xfd\x06\xfd\x05\xfc\xc2\x44\x3d\x4a\xef\x8b\x45\x26\xf6\xd6\x42\xd5\x8f\xf5\x59\x5e\xd6\x66\x73\x49\xd5\x67\x4f\xd1\xad\x4e\x90\xf0\xcd\x17\xf4\x67\x87\xe8\x16\x12\x78\xe0\x9c\x66\x15\xc1\xb3\x53\xdc\x58\x76\xb3\xec\xc7\xda\xfc\x05\x58\xc4\x22\x0e\x8a\xbb\xf5\xd9\x5a\x7b\x12\xa5\xb9\xa1\x11\xd5\xce\x18\xcf\x81\x1b\xac\x27\x0f\xbe\x67\xd6\x05\x3e\x47\x7f\x57\xd4\x4c\x96\x59\x30\xa4\x1d\x7a\x0e\xf2\x80\x89\x42\x5e\x0c\xeb\x11\x9e\x83\x4b\xde\xfd\x02\x6f\xd9\x42\x76\x0f\x82\x09\x6d\x76\x7d\x90\xe3\xed\x23\x83\x4e\xf2\xa9\xb8\xec\x44\x2c\xae\x77\x02\x63\x0b\xed\xbc\xf1\x40\x91\xe7\x2b\xe8\x73\xd2\x9f\x4b\xfa\x9b\xe7\xa4\x4e\x54\xf7\xe2\xe7\xe2\xdc\x8b\x04\xa8\xd5\x7c\x27\x7d\x90\x74\xe2\x33\x0d\x57\xf2\x83\x3f\x80\x50\xf3\x3c\x5e\x94\x59\x3e\x0a\xe0\x11\xe6\x9b\xfc\x03\x1d\x99\xfd\xf6\x1f\x18\x20\x1d\x12\xf4\x50\xe9\xe5\x1e\x61\x4f\xdc\xec\xee\xf1\xa4\x41\xd1\xf8\xe4\x86\xf2\xd1\x4c\x0c\x4c\x66\x3c\xfc\x40\x89\x65\xa7\x98\x07\x4a\xac\xcf\xb1\xfe\x90\x61\xfb\x9f\x94\x72\x0f\x8c\x8d\xf6\x1e\x7e\x1e\x32\x8e\xe8\x7d\xc8\x38\xfe\x7f\xfc\xf7\xbf\x70\xf2\xaa\x07\x88\xee\xe3\x35\xf1\x40\x3f\xe5\x4c\x0b\x0f\xcb\x6b\x38\xe0\xf3\x61\xf6\x09\xbb\x7a\x3c\x40\x78\x32\x52\xc4\x0f\xc6\xca\x29\x27\x9c\xf8\xfd\x48\xe3\xd4\x33\x69\x2a\x7a\x7e\x69\x52\xf2\xdb\xf8\xfd\xa0\x6d\xf9\xb7\x88\xf1\xfb\x81\x95\xff\xcd\x68\xfc\x00\xe8\xa6\x6c\x74\xf1\xfb\x71\xd5\xbb\x9e\x29\x15\x36\xbf\x80\x55\xff\xc7\x26\xf1\xdb\x48\x51\xe8\x19\x5a\xbe\x22\x0a\x60\xa7\xdc\x64\x47\x89\x1f\x0a\xb5\xf5\xe6\x67\xcc\x52\xd3\x10\xe0\xb7\xd6\x9b\x3a\x84\x4a\xab\x37\x91\x4c\xbb\xe5\xe7\x19\x04\xfd\x3b\x18\xe3\xc7\xaa\xb2\x3a\x04\xe2\x07\xff\xff\x29\x53\x51\xfc\x50\xff\x42\xa9\x32\xe3\x87\x5c\x6a\xba\x8f\xc4\xaf\x40\xe6\x7b\x92\xa0\x82\x1a\x9e\x44\xe6\x41\x5b\x9b\xba\x44\x36\x88\xde\x34\x07\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xa2\x6a\xe1\x59\xa8\xb9\x30\x22\x82\x99\xd0\x94\x40\x2b\x7e\xc4\x59\x4d\x4d\xb4\x1c\xa6\x86\xd5\xb2\x57\x91\x81\xbc\xbd\x53\x86\x96\xf8\x35\xee\x40\x2f\x16\xeb\xa6\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x8c\x6c\x98\x01\x3a\x85\x5d\xd1\x8a\xa3\xae\xac\xe2\xa4\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\xb5\x89\xe3\x87\xf4\x0a\x53\x25\x79\xe3\x87\xec\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x54\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x0b\x58\x62\x87\x9f\x51\x66\x6b\xd3\xc4\xb0\x3c\xd9\xe7\x99\x02\xd6\x33\xc5\x72\x65\xe1\x81\x4f\xee\x76\x75\x39\xb3\x4b\xcd\x14\xaa\xd7\xff\x3c\xb5\xf0\x57\x1f\x66\x22\xe6\x3b\x58\x22\x09\x7e\x5d\xaa\x7c\x1a\xbf\x45\x96\x29\x7e\x81\x76\xd9\xee\x1f\x78\x62\x17\x7f\x42\xa6\xf2\x30\x80\x34\x56\xff\xfc\x00\x99\xf3\x69\x82\x57\x88\xe2\x17\x1e\x36\x21\x26\xdb\xa9\xfe\xec\xfe\x01\x41\x8c\xd5\xcf\x38\x08\x3e\xff\x23\x5e\xf5\xf3\x3f\xf6\x46\xd7\xea\x42\xfb\xd3\xcd\x93\x47\xca\x08\x4d\x14\xd4\x41\xf3\xe7\x1d\x4a\xd4\xd0\xc5\x62\x47\xce\x8c\xbf\xa0\xa2\xc4\x73\x07\x03\xa0\x0a\x8a\xc5\x0f\xae\x57\xca\xc2\x1f\x3f\xa4\x2c\xd8\xe6\x5f\x92\xcb\xc5\xef\x60\x3a\x7b\xf5\x76\x4e\x84\x4f\x68\x40\x27\xc5\x83\x77\x2e\xfc\xd1\x65\x8d\x8e\x1f\xdc\xcb\x65\x33\x8d\xdf\xc5\x01\x7a\x93\x5d\x93\xf4\xfb\x0d\x2c\x93\x77\x1d\xa3\xe8\xc2\x03\x82\xc7\x51\x37\x3f\xf3\xfc\xf7\x9e\xba\x73\xd5\xf4\x01\x82\xde\xe6\xcf\x02\x88\x27\xac\xb7\xcc\xc3\x72\x68\x7e\xde\x39\xc9\xa2\xe9\x61\x97\xff\x5e\xd8\x7e\x94\x71\xe2\xcf\x8d\xbe\x3a\x3a\x0f\xb7\x5f\xca\x92\xd0\x0f\xdc\x22\xe2\xd7\x2d\x4d\x3a\xdd\x9f\x4c\xbe\xd1\xf4\x03\x27\xc2\xcf\xc9\xaf\xfe\x82\xe3\x2a\x26\x0b\x7a\x3a\x9d\x81\x5b\xaa\x2c\xd4\xe7\xc6\x16\xfd\xff\xfe\x9e\x91\xff\x2e\x77\xb1\xa1\x6a\x54\x1f\x7e\x4e\x19\xfa\x6f\xe2\xb6\x42\xe7\xae\xcf\x0f\x74\x0f\x57\x8b\x38\xd2\xa4\xde\x8c\x8d\xf5\x98\x96\x47\x99\xda\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x54\x0b\x45\x30\xc4\x56\x29\x8e\xfc\x05\xa2\xd4\x14\x58\x17\x5b\xe5\x71\x52\xfd\x02\xbd\x09\x45\x04\x5c\xaf\x37\xf9\xf7\xc4\x46\xb3\x86\x2e\xa9\xb1\x35\x08\x30\x49\xb8\xad\x11\x95\x0e\x7f\x91\x95\x4f\xc4\x01\x38\x7f\x64\x55\x8c\x0d\x41\x63\xb2\x57\xc5\xd6\x09\xa1\xbc\x7a\xac\xe4\xb9\xdc\x64\xe7\x75\x4b\x8c\xbd\xf5\xe4\x32\xcd\x15\x9c\xb1\xfb\xf0\x33\xd0\x78\x68\x66\x3a\x8f\xf3\xea\x1f\xe0\x09\xb5\xfc\x4c\xc6\xf6\xb8\x68\x1a\xa9\x6e\x91\xc7\x8f\xa7\x8e\x71\x64\xca\x1d\x19\x1b\xdc\xad\x7b\x88\xc8\xf7\x10\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xeb\x7f\xf8\x7f\x54\x5e\x9b\xee\x80\x7e\x42\x1e\x35\xcb\x1b\x79\xd0\x83\x13\x2b\x92\x11\x14\xa6\xe0\xf6\xd8\x82\x90\xc5\xfb\x04\xe7\x59\x78\x2d\x27\x67\x5e\xb8\x69\x43\xf8\x55\x37\x3b\x4c\x1e\xa1\x1e\xe3\xe4\xad\xc6\x4d\xa2\x32\x50\x0f\x11\x3d\x33\x26\x4c\xcf\x54\x61\x48\xf0\x6f\xb0\x6d\xc8\xff\x35\xb6\xbc\x4a\x5b\x82\xbc\x27\x5c\x95\x86\x33\x36\x78\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\xe5\x1f\x25\x98\x88\x6d\xe5\x52\x8a\xc1\x16\x11\x91\x17\x1f\xae\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\xb0\x6e\xcc\x9f\xa9\xde\x31\x4c\xaf\x0d\x8f\xb7\xa9\xa9\xce\x3b\xae\xc5\x1c\xee\xb8\xca\x13\x10\x1b\xdc\x57\x96\x2e\xb9\xb1\x1d\x8c\x84\x5c\xa2\x92\x77\xd8\x29\xa2\x0e\xde\x17\xc7\x5f\x5c\xb8\x63\x83\xdb\xaf\x2a\xff\xc7\xf6\xde\x67\xa7\x34\x3d\xb1\xf1\xfe\x2a\xe8\xb9\xb1\xfc\xf8\xb2\x44\x3b\xe1\xb3\xe1\xee\x4f\x92\xe3\xff\xa9\x56\xb1\x88\x64\xd8\xf8\xb2\x70\x39\x49\x82\xa6\x00\x19\xc8\x97\x07\x08\x37\x92\xee\x75\xba\xa8\xeb\xf4\x86\xe0\x85\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x07\xf0\x2e\x87\xcb\x6e\x17\x02\xdc\x2e\x82\x4a\xdd\xce\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x51\x63\x37\xff\xde\xd4\x65\x6b\x5a\x98\x33\xdc\x5d\x22\x5b\x8e\x8a\x50\xc6\xc6\x0b\xf0\x72\x7b\xcc\xe5\xa7\x31\xbe\x17\xe2\x56\xcd\x8a\xac\xba\xe3\xdb\xd8\x86\xb2\x3b\xaa\xb7\x12\xdb\x43\x91\xed\x95\x84\x8f\x45\xb7\xe4\x42\xd4\x79\xf7\x41\xf3\x90\x02\xbf\x8f\xe4\x0f\x3e\x24\x60\x93\x50\x86\x8b\x28\x3f\xca\x31\x6d\xe1\xf2\x1e\xc8\x55\xd1\x54\x51\x7e\xc4\x8f\x9a\xc4\xf2\xc3\x99\xbf\xf4\xc2\x86\x39\xd3\x42\x17\x7a\xc2\x4a\x13\x1a\x65\x4b\x31\xe2\x37\xa8\xc0\x11\xd6\x29\x5b\x2e\x94\xdf\xc0\xa8\x24\x05\xca\x46\x9d\x5d\xf8\x8b\x87\x4d\x88\x2a\xa6\x81\x91\x9a\x2f\x0a\x32\x04\x2a\xec\x23\x0a\xca\xce\x28\x4d\x79\x14\x66\x7d\x51\x0a\xcd\x28\x28\xdd\xad\xac\xfd\x51\xe0\xc8\xa0\x42\xad\x51\xf2\x56\xa9\x2b\x49\xc1\xad\x52\xe5\x3c\xa3\xe0\x56\xa9\xe0\xaa\x28\x70\x64\x98\x52\xb8\x44\x41\x9e\x18\xe5\x62\x88\x52\x11\x29\x2c\x6e\x2c\xcc\xbe\xad\xa0\xb2\x28\x35\x39\xda\x5f\x20\xbb\x5f\x75\x97\x10\xe9\x5e\x2c\x54\x9e\x51\x82\xa9\x28\x8d\x90\x40\x27\x61\x61\x36\xed\x9f\x17\x87\x05\x0f\xa5\x3c\x8b\xc2\x9c\x83\x52\x9e\x45\x41\xfe\x6c\x15\xcd\x8b\xf2\xde\x52\xab\x4a\x86\x44\x69\x88\x54\x94\x68\x2b\x2f\x02\xe8\xe3\xe7\x67\x18\xc3\x3d\x4a\x66\x24\x94\x6a\x2c\x4a\x67\xe9\x35\x2d\x7e\xa7\x64\xd0\xc9\x56\x7a\xb2\xa0\xdf\x78\xd7\x56\xb5\xd9\xa2\xe0\x38\x57\x30\x56\x14\x18\x00\x96\x54\x5f\x51\xe0\x43\x3b\xcc\x3e\x9d\xd8\x59\x47\x5d\x61\xf6\x6b\x6d\xab\xd2\x93\x48\xcd\x74\x7f\x00\xe8\xf4\x01\x8b\x77\x4b\x5f\x17\x05\x06\x80\xea\xa5\x79\xf1\x40\xfb\x75\x7f\x40\xd0\x62\x06\x85\x67\x84\xbc\x09\xa3\x0c\xde\xcb\x8a\x5f\x58\xf0\xc7\xf2\x33\xa1\x95\x6e\x34\x25\x08\xd7\x74\x6d\x2a\x81\x94\xad\x9e\x59\x28\xfc\x55\x4e\x2d\x4a\xe4\xc6\xd3\xda\x04\xb1\xb5\x87\xf9\x82\x86\x5a\x3c\x2a\xa8\xfc\x67\xfc\xc5\x7f\x3b\x0a\x22\xab\x86\x47\x14\x44\xac\x26\x18\x99\x66\x54\x68\x30\x0a\xcc\x03\xaa\x7f\x15\x05\xe6\x01\x95\xe8\x8a\x32\x29\x1e\x25\x9f\xcb\x0b\x40\xfa\xf0\x0e\x42\xfc\xf7\xe6\x2b\x4d\x49\xe5\xbe\xf0\x42\x99\x04\x6e\x9e\xa3\xc5\x3e\x44\x43\xea\xee\xbd\x50\x0b\xfc\x6e\x76\x64\xd9\x15\xb9\x5b\x44\xa1\x9a\x5d\xf7\x91\xb2\xb3\x45\x35\xb0\x93\x48\xbf\x4f\x19\xde\xfd\x03\x8e\x21\xc1\x89\xc2\xf4\x7e\xf1\xf9\x21\x89\x16\x91\xc8\x3d\xad\x68\x83\x28\x07\x21\x8b\xc7\x7d\xf0\xc0\xd7\xc4\xc0\x5b\x62\x58\xc2\x1e\x54\xc9\x4c\xff\xc0\xea\x4a\xfe\x60\xe1\x03\xf7\xc0\x73\x43\x14\x40\x63\x5e\x15\xf9\x1e\xe5\xe4\x85\xd5\xf3\x46\xef\x57\xaf\x3e\x32\xcf\x0c\x4b\x68\x78\x36\x7c\xa6\x0d\x2a\xf3\x61\xc1\x93\x9e\x0d\xd3\x1f\x50\xd9\xa5\xdb\x48\x39\x79\x7c\xeb\x82\x53\x80\x39\x86\x07\xc1\x42\xd5\x9f\x67\xce\x82\x06\x81\x28\x6b\x5f\x56\x0a\xab\x50\x1b\x63\x17\xd4\x02\x0c\x33\xcb\x85\xea\x18\x02\xc0\x85\xa5\xfd\x8c\x88\xcb\xcd\x1e\xb4\x0e\xcc\xa7\x67\x85\x6f\x41\x15\xe9\xea\x1d\x77\xc3\x57\xfa\xf3\x3f\x3c\xc0\xcd\xf2\x0f\xc5\x84\x7b\x48\x88\x50\xfd\x03\xd8\xcb\xb3\x02\x88\x60\x95\x50\x01\x42\x18\xde\x33\x0f\x55\x11\x02\xed\xe5\xc9\xa0\x08\xb7\xc8\x3c\x9f\xa2\xf1\x41\x41\x43\x0b\x85\x87\xc2\x50\x2d\x54\x96\x99\xb6\x06\xb6\x26\x48\x10\x8c\xaf\x70\xb4\x1c\x9f\x17\x0e\x7e\xe1\x17\x78\xdf\xf5\x17\x1b\x4f\x26\x1d\xd0\x35\x71\xc4\xe7\x07\x30\x4c\xf5\x33\x27\xa2\xea\x99\x11\xf1\x53\xcf\x38\xd0\xdd\x25\x14\xd5\x4a\xf3\x1d\x75\xa3\xed\xea\xd3\xe0\xbb\xcb\xe4\x34\x10\xb5\xe4\x30\xf5\x05\x0a\x37\x5b\x8f\x5c\x91\xa5\x58\xe5\xb4\xa2\x16\xde\x8f\xc2\x3f\xf0\x44\x17\x8e\xae\x28\xfa\x31\x9a\xbb\x40\xe6\xf0\xe5\xff\x0f\xd8\x64\x96\x9e\xc9\xf2\x9f\x16\x21\x1a\xa6\x9f\x1f\x0c\x4a\x1f\xa4\x12\x40\x30\xba\x22\x22\x67\x33\xfa\xaa\x95\x1c\x26\xe0\x53\x51\x97\x59\x59\xd2\xa2\x56\x22\x80\xe1\x1f\x08\x43\x84\x11\x2b\x92\xd3\xcc\x9f\x80\x4a\x85\xae\x5b\x69\xbb\xa3\x56\x86\x1d\x6a\x58\x8d\x47\xba\x6e\x07\x15\xba\x6f\x0b\xb8\x0a\xd4\xa1\x94\xeb\x51\x1b\xcd\x1a\x9e\xa8\x4e\x53\x51\x94\xbf\x9c\x44\xb5\x93\x99\x84\x7b\x6a\xa7\x5a\x54\x42\xbc\x76\x30\x8f\xe4\x5b\xed\x3c\x7d\xbd\x96\xc8\xfb\x52\x3d\xd1\x83\x81\x8f\x1e\x33\x53\xbb\xd9\x30\x52\x11\x4f\xad\x34\xc4\x51\x07\x0f\x27\x13\x81\x00\xeb\x61\xf6\x19\xbc\x99\x0a\xbe\xd5\xd4\x7a\xeb\xfe\x51\x51\x00\x4e\xc9\x67\xa2\x06\x85\xae\x59\x94\x59\x83\x75\xe2\xd7\x00\x47\x7e\x9e\x61\x5f\xfa\x34\x00\x1a\xbb\xbf\x4f\x1a\xb5\x49\xe0\x03\xa0\x4c\xb3\x51\x03\x68\x4e\xb2\xa0\x06\x49\xd4\x15\xa7\xf2\x4c\x5f\x1e\xc4\x4c\x1a\x45\x03\xd3\xc7\x29\xd9\x66\x54\x1e\xeb\xd2\x7a\x57\x14\x78\x33\xd6\xaa\x0c\x87\xae\x7e\xa6\x04\x9b\xfe\x01\xd6\x02\x9d\xb8\x95\x15\xde\xe4\xf6\x14\x75\x25\x51\x7a\x23\x4f\x79\xe1\x82\xba\x08\xce\x25\x04\x6b\x6a\xd2\x05\x01\x2b\x4d\xf6\x3a\x1b\x2a\xe3\x64\x3e\xe2\x61\x11\x3c\x4d\x7f\xc1\xcd\xaa\x3b\x6e\xdd\x99\xd0\xdb\x1c\xb0\xd3\x10\x62\x79\xc0\xe4\xc0\x4a\x07\x18\x15\xc9\x80\x1d\xcf\x13\x15\xf9\x61\xac\x62\xad\x3b\xef\x4a\x9e\xde\x9d\xe2\xdc\x32\x63\xa7\x68\xf5\x74\x1d\x80\xa2\x82\x3c\x15\xba\xf3\xa1\xa3\xbc\xa2\xc6\x5a\x53\xd9\x93\xa8\xd4\x9d\xab\x8c\x49\xd4\x83\x12\xc0\x52\x05\xea\x89\xaa\x6c\x7b\x51\x0f\xf2\x89\x5f\x38\xd9\x84\x5f\xb8\x5e\x4e\x34\xe7\x1d\x04\x87\x16\x09\x27\x78\xbd\xfb\x19\x29\x8b\x74\x58\xd7\x33\xe7\x4e\xe3\x3c\xb9\xa7\xbd\x84\x27\x99\x5b\xb3\x7d\xc2\x2f\xdc\x9b\xe1\x64\xc8\xa5\xdf\xe7\xfe\x33\x2f\xa7\x52\xc3\x2b\x8a\x24\x31\x3f\x1f\x00\x04\x1c\x16\x5b\xd0\xe2\x37\x65\x2b\x8d\x7a\x21\xe8\xc2\x24\xb0\x18\xc5\x32\x4b\x30\xf1\x8b\x79\x9d\x95\xd1\xa6\x37\xc3\x95\xab\xa7\x3e\x10\xfb\x32\x3c\x0f\x30\xe3\xcb\x3d\x3e\xea\xcd\xfd\xe6\xed\x75\x23\x41\xa4\xb7\xf0\x9d\x89\x33\x35\x8a\x9b\x42\x42\x13\x79\xe7\x44\xfa\x05\x1e\xe7\x52\x43\xd4\x3b\xa9\xd4\x30\x90\xf5\x57\xb9\xed\xa2\xbe\x30\xa6\x2a\xa2\x36\xea\x4d\xa2\x45\x24\x2c\x0b\xc3\x3d\x00\xd5\xb4\x29\xbb\x65\xa5\xf1\xde\x33\xfb\xe4\x6e\x13\x3b\xc0\x3f\x73\x18\x0d\x3c\x64\x49\x69\x3a\x6a\xe2\x1c\xa9\x36\xea\xc3\xfb\x92\x19\x86\x0e\x9b\xca\x99\x13\x15\x59\x7f\x97\x47\xf5\x10\xde\x89\x21\x1a\x23\x52\xe4\x62\x13\xed\x97\x93\x3d\xf4\x03\xa3\xb4\xff\xe2\xc1\x10\xed\x97\xa3\x9e\xfa\x01\x2b\x21\xb0\xd7\xa0\x7c\xb1\xb6\xa7\xd1\x3d\x40\x3b\xb5\xa1\x24\xb1\x6d\x02\x8d\x91\xce\x53\x97\xed\xb6\xf1\x4a\xa8\x95\x6b\x8c\x68\xf9\x49\xac\xb5\x92\xe1\xd4\xa2\xa1\x30\x91\x82\xbe\x60\xfa\x3d\xaf\x6d\x23\xca\x91\x04\x6a\x85\x2c\x1c\x7a\x9e\xfc\x40\x54\x17\xee\x3b\x11\x55\x10\x3b\xdf\xdd\x23\x6f\x54\xe1\x16\x29\x2c\x36\x13\xc9\x4d\xb0\xdc\x24\xae\x23\x1e\x38\x75\x2d\x02\x35\xad\x22\x49\x87\xc4\x68\x63\x28\xb1\x27\xf2\xc5\x34\x55\x2e\xfb\xd1\xa0\x7a\x51\xa2\xb0\x68\xb4\xef\x4f\xcf\x0a\x62\x48\x94\xf2\x34\x1a\x1c\x21\x95\x8f\x34\x5a\xe3\x0d\xcc\x3d\xc2\x33\x72\x08\x1e\xb4\x34\xf7\x4b\x2c\xb7\x96\xf3\xea\x1f\x12\x51\x88\x97\x1a\xc5\x6e\x71\x27\xac\xaa\xa1\x6d\xd5\x1a\x39\x58\x60\xbf\x31\x4a\x44\xb9\xe2\xa2\x11\xf9\x6c\x92\xe5\x2d\x8d\x25\xd2\xcf\xb5\xce\xe5\x14\x19\x3d\x7b\xd5\xe4\x23\x20\x79\x78\xae\x52\x9b\xe2\x16\x11\xba\x66\xa6\x45\x7d\x07\x65\xf3\x8c\x86\x42\xbc\x73\xd3\xe9\xd1\xa0\x4c\xf1\x35\xbf\x75\xce\xa5\xfe\x1f\xa8\xe9\x22\x11\xd8\x46\x1e\x9b\x22\x19\x0e\x06\xe3\xf3\xdc\x90\xc9\xdd\xcf\x83\x43\x10\x43\x0d\x0e\xc1\xcf\x58\x4d\xc1\x81\x36\x72\x62\x35\xf5\x83\x11\x87\x9f\x37\x08\x29\xbc\xd1\xe1\x5c\xa9\x74\x0d\xd1\x08\xcd\xbc\x78\x91\x2b\x21\xa2\x82\xb7\x07\xf3\x20\x52\xee\x59\xa8\x36\x04\xaa\x28\xa9\x64\x34\xaa\x4f\x84\x2f\x1a\xec\x33\x6d\x9a\x49\x89\xac\x36\x6f\x55\xa6\xa6\x91\x82\xb1\xcd\xc9\x17\xd4\xe5\xc4\x4e\x1c\xfe\x00\xa7\xb4\xb0\x43\x9b\x29\xf0\x44\xf4\x62\x9f\xc2\x5e\x6d\xa5\x40\x11\x11\x2b\x19\x4c\x73\x4b\x07\x83\x4d\xa2\xbc\x2d\xca\x03\x5d\xcc\xda\x5a\x7c\xc3\xbd\x10\xc3\x78\x6f\x30\xfd\x8b\xca\x52\x46\x5b\x9c\x0b\x93\x01\x0b\xae\x79\x6e\x4f\x3a\x45\xc5\x9e\x73\x23\x3a\xa9\x95\xf1\xd0\x51\x42\xac\xa9\xe8\x41\x34\x62\xb1\xcd\xb2\x73\xcf\xfd\xe8\x1f\x70\x47\x98\xee\x34\x07\xa6\x71\x64\xee\x3e\x2f\xd9\xce\x63\x71\xf3\x0f\x64\xb4\x6a\xb2\xa0\xa1\xb5\xc7\x58\x63\x8e\x60\x6b\xe8\x1b\x74\x3b\xbe\x95\xb6\x44\x67\xba\xe2\x35\x82\x31\x15\x59\x8c\x76\x64\xaf\x22\x14\xe9\xf7\xe6\xb6\xfd\xe9\xb2\xd4\x10\xe8\x5c\x2c\xcf\x19\xe7\xac\x4c\x65\xd1\x4e\x8e\x5b\x77\xa3\x76\xe6\xb8\xfd\x03\xf6\x97\x70\x53\x03\x90\x72\x94\x5f\xb4\x13\xbb\x47\x30\xa8\x5d\x3f\xbe\xa0\x2f\x00\x94\x8a\xbd\xa3\x1a\xcc\x41\xca\x2d\x17\x0d\xe6\x9f\x69\x77\x9c\x76\x91\xd9\x37\x7f\xc1\xc3\x50\x17\xb2\x06\xed\x4d\xb1\x2f\x54\x83\xfd\x47\x25\x54\xa2\xd1\x65\x72\x7a\x8b\x5e\xb9\x18\x7a\x03\x06\x21\x25\x50\x8b\x76\x33\x64\x43\x03\x47\xe5\x2e\xe5\x4f\x8b\x76\x53\x5b\xa3\x7b\x65\x63\x20\x8b\xc7\x09\x8b\xd1\x30\xc2\x80\x93\x65\xf9\x99\x6f\x51\x75\x76\x18\x71\xa0\xd4\x57\xb1\xef\x54\xbb\x73\x71\xdd\x05\xf6\x8a\xe5\xca\x8d\xf5\xdb\x7c\x58\x22\x14\x66\xf8\x30\x4d\x95\x92\x2e\xa2\xed\x81\x21\xc2\xe2\x93\x2a\x26\x4b\x05\x62\x2f\xcb\xc2\x27\x19\x4e\x44\x3f\x54\xef\x34\xff\x40\x06\x30\x8f\x66\xa2\x3f\xed\xe8\xfe\x83\xc6\x52\xf2\xb4\xff\x30\x93\x12\x09\x1d\x75\xbb\x94\xc1\x27\x3a\xa0\x92\xd2\xe7\x44\x67\x6c\x8c\xdd\xb9\x3a\x92\xba\x84\x96\xa6\xc3\x4e\xa5\x5c\x36\xd1\x7f\x37\x9e\xf5\x3e\xa0\x92\xb5\x5e\x1d\x19\xfc\x8a\x9d\xb5\x3a\x02\x5d\x94\x14\x26\xfa\x46\x0a\x44\xf1\xc6\x98\x92\xe6\x16\xa8\xfe\x99\x6e\x01\x97\x39\xc9\x8b\x0e\x3b\x97\x6d\xa0\x7d\x43\x7d\x3e\x9d\x42\x7d\x23\x89\x7e\x7e\xa0\xcf\x17\xc9\xcc\xa4\xbc\x09\x20\x74\x56\xa1\xf5\xad\xaa\x17\xe6\x79\x5d\xfe\x81\x61\x72\x22\x1a\xe8\x6e\x6e\x82\x14\x1d\xa1\x32\xca\xcc\x1e\x1d\x95\xb6\xe2\xf3\x1c\x9c\x16\xb7\xc0\x9a\x24\x1a\xf5\x8b\xf6\xde\x17\x34\xaa\x92\x77\x03\x93\x7d\x20\xe1\xad\x5f\xe0\x4a\x69\x69\x0b\x6a\xfe\x49\xf8\xf7\xfa\x83\x67\x96\x9f\x51\x12\x42\x88\xa5\x43\xa5\x65\x51\xd1\x5f\xf0\x57\x7c\x38\xf4\x9a\xac\xa1\x79\x84\x3b\xa7\x0d\x27\xbd\xce\xff\xfe\xd7\x54\xa0\x21\x7a\xcd\x21\xf8\x07\x18\x0b\xc5\xdf\x1d\x79\x64\xaa\x67\xb1\x72\x04\xa6\x88\x72\x43\x57\xcd\xde\x72\xa5\xd4\x62\xa3\x7c\x73\x93\x28\xc8\xa0\x84\x2a\xd1\x61\x66\x0b\xcf\x62\xcb\x79\x57\x1f\x8d\xf2\xae\xb8\x85\x85\x2f\x34\xaa\xb6\xe3\x59\xd3\x0e\x43\x9c\x35\xc9\xbd\x31\x05\xaa\xff\xc7\x06\xd9\x4c\x73\x4a\x43\x8d\x12\x31\xc9\xb6\x76\xf7\x9e\x83\x12\x49\x1d\x6e\x0e\x66\xb6\x04\x9f\xd5\x3f\x20\x27\x6a\xf9\xd3\x39\xd4\x3b\x47\x6c\xee\xee\xbc\xed\x88\xc0\xce\x01\x6a\x59\x11\xd6\x13\xe6\x4c\x84\xf5\x28\xe8\x34\x3a\xc2\x7a\xac\x84\xee\x9d\x0a\x5f\xef\x27\x24\xca\x29\x76\xba\xeb\x28\x3d\xa6\xdc\x80\xd1\xc7\xc6\x17\xf4\x05\x6a\x8f\x29\x32\x36\xfa\xe0\x2a\x6a\x4d\x46\x87\x2a\x4b\x24\x02\x99\x1a\x14\xf6\x11\x78\x5f\x33\x38\xb8\x86\xfe\x1f\x75\xde\x4d\x32\xa2\xa3\xc3\x53\x02\x0d\x61\x6f\x9f\x06\xb0\x88\x9f\x11\x10\x28\x89\x8d\xe0\x16\x6b\x9d\x47\xa7\x06\x51\x89\x75\xa3\x47\xae\x99\x5a\x00\x4c\xb5\xed\xb4\xc3\x88\x18\x9f\xe7\xce\xe3\xc5\x1f\x80\x73\x8b\xbb\x08\xb8\x07\x8b\x44\xe8\x1c\xc3\x73\x48\xc7\x24\xa5\x29\x8d\xce\x14\x8e\x0a\x09\x89\x0e\xc3\xa1\x4d\xef\x9d\x8e\xb6\xca\x29\x1a\x1d\x86\xc2\x30\x23\x22\x51\x74\xb1\xc7\x5f\x9f\x98\x57\xef\x95\x09\xd6\xf1\x3a\x4c\xd4\xda\x09\x37\x70\x92\x04\xf7\x00\x37\x35\x2f\x24\x90\xb2\x4a\x6b\x47\x4f\xa0\xac\x33\xb4\x23\x53\x8f\x6d\x51\x1d\x55\x75\xc3\x5b\x61\x25\x89\x6a\x71\xd1\xbc\x65\xa9\x84\x1c\x89\xe1\x85\x58\x3c\x43\x4d\x34\xca\xea\x5a\x2f\xda\xf7\x5c\x3a\x8d\x12\xf1\x3d\x61\xee\xd9\x79\xd0\x77\xff\x80\x23\xcc\x13\x0d\x78\xaa\xf2\x68\xd1\x69\x57\xdc\x04\xfd\x3a\x32\x1e\xda\xed\xbd\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\xb4\x33\x4e\x1f\x48\x07\x7b\x14\x89\x07\x6f\x0b\xc2\x92\x1d\x6e\xb9\xf1\xe9\x71\x41\x98\x8b\xe4\x83\xf8\xc7\x4b\x89\x5c\xd2\xf1\x69\x80\xb3\xa2\xa5\x3c\x80\xb0\x2d\xab\xcf\x3c\x23\xb5\x32\x08\xee\x09\x1f\x47\x27\xc7\xa0\x69\x3e\x73\xd6\x34\x28\xc4\x60\x77\x9f\x57\x27\xa1\xa8\x05\xe5\x49\xdf\x3d\x91\x04\x38\x1c\x9f\xff\x19\x48\xde\xdd\x05\x68\x16\xee\xec\x27\x9d\x3d\x8d\x0c\xa0\x58\x9c\x9b\xf7\x08\x4c\x99\xf1\x79\xae\x7c\x41\x44\xbe\x78\xb9\xa8\x1c\x5a\xf4\xab\x23\x59\x8b\xa6\xe5\xa2\xb9\xe2\xf3\x02\x5d\xbe\xdc\x22\xb6\xcc\xa7\x41\x94\xcc\x32\x83\x5f\x39\x08\xb7\xc8\x7b\xfe\xe7\x0d\xc0\x17\x81\xc0\x7e\x73\xe6\x05\x44\x3b\xd0\xf3\xf2\x20\x80\x9e\xc3\x0d\xdc\xc9\x3d\x9a\x48\x2a\x22\x37\xb3\x13\xcc\xa9\x0a\x87\x8f\xce\xba\x1d\xaa\xe6\x1e\x1d\x29\x0c\xe7\xf6\x69\x82\x47\xf3\xf8\x93\x5f\x77\x7f\x5e\xbc\x6f\xa7\xf1\xfe\x50\x5c\x9a\xe1\x91\x35\xc7\x16\xe3\xfe\x50\x98\x7d\x5e\xc0\xda\x7b\xcb\xc1\x21\xcb\x31\x02\x83\x0e\x57\x4a\x2a\x1a\x03\x21\x43\xf6\xe0\x1f\x3f\x6a\x3f\x74\xf3\x19\x74\xaa\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x69\xea\xfa\x81\xce\xa3\x3a\xa7\x06\x7c\xa6\xed\x9f\x3c\x52\x71\x28\x32\x07\xe2\x8a\xec\x4c\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\xc4\xcf\x12\xca\x63\x4b\xba\xfd\x03\x11\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xb3\xdf\xf0\x1b\xc4\x24\xee\x16\xd1\x44\xf6\x71\x1e\x85\xb8\xaa\xfa\x07\xc8\x5d\x1d\x80\xa3\xf0\x9a\xef\x81\x20\x14\xbc\x3a\x9c\x68\x14\x9c\xc9\x3a\xcf\x46\x21\x99\x26\x22\x11\x6e\xf5\x1b\x54\xc3\x79\x64\x70\x05\xb3\x77\xe4\xa8\xd4\xfd\x98\x0a\x1a\x5d\x37\xa9\xaf\x47\x25\x99\x7e\xe6\x2d\xdf\x03\x63\x79\xd9\xfe\x79\x03\x2b\x24\x8d\xe4\xa8\x3c\xb2\xdc\x47\xe3\x9d\x5a\xe2\x7f\x34\x32\xaf\x4e\xe2\xd1\xb0\xff\x24\xa7\x06\xcd\xb2\xd3\x43\x87\x59\xb6\xd8\x15\x76\xa4\x03\xb8\x47\x46\x98\x1a\xfe\x82\xca\x88\xcf\x0f\xd4\x16\x9a\xce\x54\x62\x9a\x5b\x81\x43\x3f\x03\x23\xee\xfc\xac\x10\x1c\xc2\x7c\x86\x8c\xce\x25\xd4\x31\x35\xfa\x80\x0b\x9a\x5f\xc0\x19\x12\x6e\x20\x17\x4c\x5d\x40\x45\x19\x9f\x06\x52\x28\x68\x66\xb2\x64\xac\x2e\xfa\x63\xe4\x7a\xa8\x4d\x22\xb7\xf0\x17\x68\x52\xaa\x9f\x31\xc8\x13\xe6\x1a\x46\x2c\x6d\xe1\x1f\xa8\x57\xf1\x82\x41\x85\x68\x9f\x9c\x91\x2a\x44\xcf\x0c\x72\xdd\xd8\x23\x66\x04\xe5\xa3\x57\x83\xd0\x4b\xe8\x6e\x10\x6a\xe9\xec\x1b\x81\x64\xbc\xcb\x3d\x22\x03\x57\x73\x07\x1c\x84\xff\x87\xe7\x87\xd7\x2e\x90\x38\x5d\xc6\x83\x31\x49\xb1\xbe\x9f\xf4\xd5\x97\xfe\x63\x4c\xd8\xbf\x3c\x02\x54\xf8\xb0\x37\xc2\x98\xcc\xc2\xa1\x0e\x12\xb8\x55\xbf\xc0\x4a\x8e\x1a\x11\x72\x67\x3b\x24\x6e\x4c\x8e\xd0\x0d\x60\x57\x7c\x08\xc0\x19\xa4\x2b\xc9\xa0\x25\xd8\x33\x86\x74\x89\xca\x4e\x11\x63\x25\x6f\x69\x0a\xe0\xfe\x65\x63\xf5\x58\x08\x6d\x32\xa7\x2c\x44\x06\x7c\x1a\xa4\xe6\xf8\xd3\x23\x4d\x15\xa2\x70\xf1\x92\x21\x84\x33\xe8\x6f\xbe\x45\xfc\xe5\x44\x1a\xa9\xd8\x94\xa2\x79\xec\x30\xbf\x84\x9b\xa3\xa7\xb8\x29\xde\x29\x44\x3f\x6f\x60\x15\x7d\x7e\xec\x14\xdd\xe6\xdd\x03\xcb\x6a\x36\x41\xbd\x57\xd5\x2b\x8c\x71\x50\x33\xea\x59\x3b\x50\x4a\xd5\x67\xd6\x91\x5d\x8a\x86\x03\x8a\x65\x6f\xb8\x93\x17\x29\x21\x9e\x01\x10\x66\x93\xf3\xa0\x87\xba\x27\xe9\xe4\xfe\xf3\x20\x4e\x94\x7e\x11\xbe\x1e\x27\x0b\x11\x88\x35\x4f\x0a\x22\x6f\x16\x84\x60\x15\x0b\x05\xa6\xbd\xb1\x3b\xee\x60\x49\x90\x69\xa2\x81\xca\x6c\xf5\x1e\x89\xca\x7c\x52\x5c\x24\xda\xcf\x94\x1a\xde\x1f\xd7\xc0\x0b\xa2\xe1\x05\x5d\x75\x93\x55\x61\x5c\xc4\xfc\x9e\x17\xa8\x28\xed\x6e\x31\x2e\xd4\xe0\xb0\xe0\x02\xa4\xb2\x75\x78\x5c\x70\x43\x35\xbb\xdf\x94\xf9\xde\xd1\x2f\xe6\xea\x36\xd4\x8e\x9b\x81\x06\xa2\xe0\xc6\x8d\xdc\x02\x1e\xb6\x60\xdb\x61\xc7\x9d\x4b\xed\x17\x02\x2f\x88\xdf\x6f\x9e\x8e\x96\x31\xc8\x6c\x68\x9b\xe6\xb8\xa9\x0b\xf4\xc4\xdf\x39\xcf\x1a\xf4\x8b\xd1\xaa\x8a\x96\xc5\x60\x2a\x43\xc7\xeb\x8c\x87\x62\xc5\x0c\xf8\xe0\x44\x90\xbe\x65\x20\x99\xcf\xe7\xa4\x7b\xa8\xf1\x11\x92\x1c\x70\x8a\xfb\x70\xf0\x93\x13\xaf\x61\xc1\x6f\x7e\xfa\x08\x79\x92\x48\x51\x0d\xa7\x37\x6b\x4b\xe2\x97\x44\x0e\xfd\xb0\x01\xf4\xfb\x85\x86\x16\xab\x9e\x93\xa6\xa9\x1f\x30\x93\x9f\x16\x27\x9e\x37\x3d\x23\xc0\x27\xdc\x40\x6e\xec\xd0\x0f\x07\x83\x46\xf4\x4c\x3f\xd2\xae\x67\xea\x37\x64\x17\x8b\x84\x64\xd2\x50\xc6\x46\xa0\x28\x01\x1e\x1b\x35\xf9\x52\xb3\xc6\xc6\xbb\xf8\x74\x1b\x9c\x28\x37\xc1\x5b\xa9\xf6\x7e\x40\x69\xe9\xd5\x0c\x28\x2d\x0d\x7d\x02\xb9\x7b\xec\x82\x1e\xe9\x55\xa7\x4d\x11\x85\x13\xe7\x0f\x88\x7c\x74\xd4\x06\x9c\xe6\x6c\x1d\x8e\xc2\x8b\xc7\x74\x0b\x34\xaa\x68\x1b\x45\xe1\xf9\x2e\x09\x17\xac\xd9\x3a\x4d\x45\xa5\xdc\xd7\x4e\x8a\x4a\x1b\xa2\x38\x24\x2a\x59\x46\xc7\x73\xa4\x52\xd0\x5f\x10\xc7\x68\xa6\xe0\x8c\x5f\xec\x6a\x1c\x95\xeb\x61\x16\x01\x42\xb3\x81\x29\x1a\xd7\x47\xb8\x3d\x12\x6e\xe9\x40\x0f\x56\x65\x0d\xb7\x00\x1e\x2a\x7e\x26\xda\xd2\x6e\x8c\x96\x23\x57\x93\x3d\xfb\xd0\xfa\x74\x6e\x60\x09\xad\x80\x5a\x6d\x96\x3f\xb9\x30\x04\x74\x6e\x36\x9c\x46\xcf\x7d\xe3\x1f\x72\xd0\xfa\x01\x3a\xb4\x21\x89\x14\xa3\xfc\xf7\xbf\x98\x66\xd2\x51\xe1\x72\xae\xc5\x1c\xbc\xdd\x98\x03\x11\x39\x67\x1d\x5a\x0c\x16\x01\xd3\x1c\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x05\x35\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x87\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x9f\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xf2\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x8a\x07\xc1\xd5\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\xd4\x42\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\x16\x9b\x2f\x68\xa9\x4e\x27\x11\xcc\x5c\x33\xfc\xff\xce\x16\xdd\xc2\xc9\x1f\x4c\x24\x33\x16\xf8\x19\x6c\xef\x93\x14\x6a\x25\xdb\x1e\xe2\xa1\x5a\xc7\x82\x98\x65\xee\x1d\x4f\x16\xc8\xbf\x6c\x87\x91\x48\x17\x38\x4b\xea\x87\xa6\x60\x41\xde\x80\x55\x75\x16\x41\xab\x80\x2e\xc9\x17\xe3\x89\x02\xb2\x76\x81\x9b\x28\x8d\x36\xcb\xe6\x17\x72\x62\x86\x7e\x58\x7c\x63\xd3\x0f\x6c\xd2\xcf\x17\x5f\x28\xfa\x81\x3b\x47\x28\x79\x6e\xdc\x18\x3a\x93\x26\x4a\x61\x58\x03\x36\x11\x5d\xef\xbd\x39\x91\x10\x70\x93\x8d\x63\x6e\x49\x83\xc8\xde\x78\x70\x0a\xf9\xcc\x82\xbd\xd8\xff\x92\x2e\x35\x66\x81\x21\x59\x27\xfb\x64\x46\xe4\xa9\xf3\x63\xa6\x8a\xe8\xf3\x06\x2a\xa9\x98\x60\x04\xe7\xdb\x9a\x3d\xe9\xc6\xaf\xbb\xc8\xa4\x13\xbe\x4a\x71\xc4\xac\x5c\x6c\x09\xe2\x89\x82\xb1\x76\x4e\x9c\x15\xc1\xdf\x12\xed\x33\xb5\x3b\xba\xa3\xcd\x1a\xe4\x0e\xd1\x00\x70\x61\x1d\xdf\xac\x0f\x13\xbb\xfc\x7b\x86\xaa\x26\x7c\x11\x9e\xa9\xaa\x11\x5e\x99\x0d\xc7\x64\xf7\x0b\x41\xaa\xfd\x42\xf2\x97\xdf\x20\x94\xd3\x51\x3c\x1b\xae\xae\x9f\x26\x59\x03\x51\x12\x6a\x76\x3a\x0f\xca\x1e\x35\x13\x5d\x08\xcc\x4d\xe0\x81\xe5\x28\xc8\x09\x23\x9c\x4a\xed\xc5\xec\xc9\x4f\x9a\x9b\xc1\xe5\x31\xbf\x0c\x44\x59\x98\xcc\x41\xf7\x93\xe5\x17\xb8\x7b\x37\xbf\x81\x3c\x54\xc3\x2f\x9c\x50\x1a\x68\x5c\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\x7b\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x30\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\x35\xcc\x72\x22\x97\x39\x29\x67\xb5\xde\xc8\x63\x67\x85\xe1\x84\xcb\xbb\x3d\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x06\xb6\x99\xa3\x78\xd4\x4b\x73\x3a\x27\xb5\x0c\x1e\xc2\x7b\xf6\x57\xe5\xdd\x8e\x89\xac\xc1\xa5\xfa\x99\x42\x55\x70\x76\xc2\x40\x65\xd3\xcf\x5c\x81\xac\xc8\xa2\x88\x79\x63\x0c\xe4\x26\xec\x55\x56\x1e\xce\x45\xd1\x51\xfc\x03\x95\xb7\x96\x4f\x89\x15\x04\x5f\xe7\x9e\x42\x52\x2b\x09\x0b\x96\xb5\x6e\x33\xb1\x82\x19\x6e\x67\xf4\xa9\xfa\xd8\xc9\xd4\x92\xbb\xf3\xc5\x0a\xc5\x9e\x46\x73\x27\x95\x7e\x26\xd3\x7f\x5e\x40\x04\x96\x73\x11\x4d\x24\xa3\xb1\x16\x6e\x1e\x79\x5e\x69\x26\x8e\xa4\x5a\x93\x7f\x70\x17\x58\xcc\x22\xbc\x7f\x8d\xcf\x27\xd8\x9c\x82\x1f\x13\x2e\x5b\x56\xa0\x4c\x7a\x6c\xa9\xe0\x64\x4c\x58\xb9\x7c\x67\x9e\x74\xd2\xb2\x07\xfe\x44\xc8\xbf\x95\x17\xf3\x48\x06\x50\x97\x54\xb9\x98\xe5\x50\x7b\xc2\x17\xdc\x89\xf8\x3b\x15\x12\x89\x79\xd2\xfc\x3e\xfd\x41\xee\x3b\x11\x7d\xe6\xc9\xef\x37\x30\xb7\x16\xac\x48\x72\x63\x47\x8d\x99\x1a\x16\x81\xac\x79\x26\x47\x68\xa2\x90\x25\x40\x05\x2f\x62\xa2\xd6\xbc\x15\x9c\x33\xe1\x89\x37\xca\xc5\x99\xf5\x6a\xc1\x4f\xcc\x7a\xa2\x79\xf1\x0c\x14\xfa\x9f\x17\xef\xe1\x96\xbd\xc4\x2b\xde\xcc\xe9\x26\x66\xf9\x72\x71\x2a\xcd\xb7\x69\x97\x5a\x7f\xd2\xd8\xcd\x9b\x36\x7f\x5d\x2f\x26\x55\x28\x16\x68\x28\x46\x6f\x63\xf4\x4c\x17\x2f\x4f\xf4\xcd\xc5\x77\x03\x70\xc4\x10\x68\x9b\x0f\x8e\x38\xa5\xd4\x8d\xf9\x50\x86\x7a\xa2\x1f\xce\x8a\xbf\xc8\x49\x10\x0d\x28\xcd\xda\x94\x8b\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x59\x7e\xfa\xa2\x36\x9f\x9c\xa6\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\xb0\xb1\x08\x46\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\x29\xa5\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\xa1\xaa\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\x68\xb7\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\xa8\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x29\xb4\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\x64\xcc\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x8d\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\x63\x38\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x9a\x27\x66\x24\x5e\x26\x09\x49\x91\x5c\x7b\x3f\x16\xb0\x9d\xaa\xb1\xc7\x9a\xc8\xeb\x6c\x56\x78\xb1\x5d\xb5\x09\x6a\x2d\x32\xd7\xf6\x27\x8d\xdd\x42\xe8\xe3\x27\x8f\xe1\x5a\xc0\xd7\x16\x99\x2b\x85\x95\x96\x05\x4a\xa0\xb6\x3c\x45\xf4\xe8\x5f\xa6\x98\x46\x31\x4b\xa3\x95\x43\xd2\xa0\xe1\xaa\xe4\x73\x7e\xd1\x8a\x55\xa4\xca\x58\x74\xb6\x77\x0b\xf0\xb5\x9f\x3e\x4b\x88\xeb\xec\xe5\xbc\x76\xde\x1a\x85\x4f\x17\x81\x9d\x05\xf9\x4e\xee\x2a\x7e\xe1\x45\x48\x3e\x24\xd7\xce\x4d\xeb\x2d\xf7\x02\xbb\xea\x0c\x43\xeb\x40\xae\x72\x6f\x39\x38\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x5a\xfb\x23\xd7\x5a\xc3\x62\xa1\xfb\xe6\x2e\x6e\x2c\xb5\x3f\x78\xa0\xfc\xd4\x20\x50\x41\x42\x15\xe4\x62\x11\xc4\x59\x74\x9d\xdc\x21\xba\x91\x2d\x3a\x2b\x39\xd3\xc3\x3a\xb9\x2d\xcd\x8f\xac\x21\xf6\x11\xd2\xc8\xed\xe4\xf0\xdb\xc5\x02\x11\xce\x00\xbb\x60\x29\x73\xaa\x87\x75\xe6\xc4\x69\x62\xa0\x45\xfa\x50\x79\xd1\x2b\x5e\xa3\xb8\xf2\x64\xf1\x0f\x1d\x5d\xaa\x45\x3a\xf3\x17\xe9\x8c\x16\xcb\xdd\xbb\xcb\x2b\x69\xf2\x0b\x3c\xef\x3e\x4d\xf2\xbc\xf3\x72\x5f\xf4\xd0\xd3\x0b\x34\x8d\xd9\x59\x7a\xc1\x34\xb6\x2c\x92\x51\x12\xac\xd8\x15\x7a\xdd\x5c\x6f\xb7\xc0\x14\x6e\x7e\xe6\xf9\xa8\xeb\xcb\x42\xe0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x5b\xc9\x71\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x02\x6b\xb3\x44\x7c\x28\x0b\x74\x71\x58\xd4\x22\xa9\xca\x56\x2c\x00\x3b\xdb\xeb\x16\x5d\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\xb3\x3b\x38\x33\xc7\x0e\x07\xa4\xe6\xf4\xb8\x3b\xf4\x4c\xd5\x00\x75\x47\x09\xd6\x62\x4f\xf6\x1d\xb6\x2d\xcb\xbc\x1d\x7a\xa7\xe6\x84\xba\x3b\x13\x1b\x17\xdd\x90\x77\xd4\x68\x35\x08\xdf\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x00\xee\x2c\xd1\xea\x74\xba\xfb\xd6\x50\x82\xc9\xcf\x94\x73\xba\x74\xed\x1b\x6a\xdb\x87\x5b\x40\x32\x06\x6d\xce\x3d\xa1\x61\xf7\x0f\xa8\x9b\x33\xfd\x8c\xeb\x8c\xf3\xf3\xee\xf0\x4e\xf2\x4e\xda\x0b\xcf\x12\x8d\xa1\xe4\x6a\xa9\xcb\x92\x13\xa7\x79\x29\x3c\xc0\x24\x11\x76\xfa\x1a\x39\xfb\xee\x0e\x63\x57\xad\x7e\xe6\xee\x14\x24\xde\x59\x76\xc2\xae\xa8\x3b\xca\x4e\x7c\x96\xaf\xb2\x7a\x8f\xa8\xaa\x60\x5b\x8f\xa2\x12\x5a\x74\x37\xc0\xd5\x13\x17\xee\x35\x19\x59\xeb\x0d\xe7\xa4\x77\x79\xff\x70\x22\xed\x30\x9c\xd5\xe1\xfe\xa9\x38\xd0\x1c\x20\x9b\xc4\x67\x21\xa9\x0b\xd3\xc6\xdd\x61\x46\xb3\x05\x72\x87\x5b\x93\x13\x58\xec\xa8\xd6\xf5\x99\xb1\x96\x32\x52\x13\x90\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xe7\x7a\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\xcb\xa6\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\xe0\xcd\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x94\x04\xb3\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x72\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\xee\x52\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\xce\xde\xb9\x1f\xd9\xa3\x66\x1a\x21\x98\x6b\x7c\x7e\xe0\xa8\x45\x23\x43\x32\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\x26\x75\x79\xc1\x54\xa3\x2b\xe4\xfe\xe2\xc6\xe6\x00\xba\x1d\x65\xc3\xd6\xe7\x99\x63\xd4\xc2\x50\x53\xe7\xe0\x81\xfd\xc2\x81\xec\x95\x45\x0a\xec\xd5\xff\x14\x6f\xb4\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\xa2\xf6\x66\xc1\x54\x75\xf6\xc2\xbf\x6a\xab\xc3\x8e\x1a\xb0\x4e\x30\xbf\xdf\x48\xd6\x30\xfd\x3f\x8f\x51\xa9\x47\xf7\x3b\x67\x5c\x6b\x0a\xc5\xdf\x07\x14\xdd\xbc\x56\xf9\x99\x50\x4d\x58\x7e\xbf\x39\x3e\x77\x81\x82\x1a\xe6\x5c\xb8\xaf\x3b\x1d\xde\x9e\xe8\xd0\x4c\xf0\xf0\x0a\x63\xe4\xf6\xd0\xdf\x4b\x3d\x3c\x08\x8d\xf3\x49\xf8\x10\xc2\x6a\x12\x90\x02\xfc\xc3\xb6\x4f\x2e\x89\x1b\x4c\xc4\x2a\x1a\x99\x64\xc3\x79\xba\x76\x84\x82\x3a\xb5\xd3\xf1\xe2\xcd\xee\x04\x7c\x07\x1c\xa9\xdc\xe5\xf1\xc3\x3c\x0f\x3f\x53\x75\x29\x99\x73\xd0\xdb\x5d\x52\xee\x40\xf2\x31\x67\xc9\x38\xe0\xdb\xee\xcc\x4d\x07\x4a\x64\x38\x1f\xdf\xb1\x51\x4d\x29\x02\x90\x8a\x2c\x1c\x78\x73\xc0\xa2\xd9\x2c\x72\x0e\xa4\x1a\xb3\x66\xe3\x80\x0f\x94\xf9\xf0\xd8\x88\xc9\xb4\x35\x0e\x26\x08\x97\xb2\xfd\xa0\x4d\xd2\xb1\x13\x47\x79\xcf\x55\x27\x7e\x3d\x0a\x73\x83\xfa\x39\x07\xed\x0f\xb0\x9d\x87\x9f\x93\xb9\xdc\x05\x8f\x07\x29\x57\x8f\xc2\x0b\xb2\x24\xc4\xc1\xd2\xad\x1e\x77\xc9\xa5\xd3\x0f\x95\x57\x28\x6d\xc8\x23\x75\x88\xd5\x6f\x60\xc7\xea\x6c\x3f\x2a\xb5\x73\x32\x51\x1f\x28\xe1\xef\x24\x6e\x47\xe5\x62\xba\x01\x24\xa0\xd2\x26\x3a\x6a\xde\x88\xdc\x25\xc1\xa1\x54\xd9\x07\x35\x84\x45\xfb\xec\x80\xe1\xd3\xb7\xac\x03\x60\xee\xb3\x9c\x2d\xa7\xce\x2d\x4c\x58\xfb\xdc\x00\x2a\x01\x68\xe3\x1f\xf0\x58\x77\x24\xcc\x81\x14\xe6\xce\xe2\x74\x20\x70\x52\x35\x1b\xe3\xa0\x03\xbb\x65\xf1\xd1\x90\xae\x51\x92\xe3\xe8\xd8\x96\xba\x89\x1c\xd0\x0e\x7e\x1a\x80\xc3\xbb\x7d\xd1\x0e\x66\x40\xdd\xcc\xb1\x88\xa3\xb4\xc3\xdb\x41\x8f\xf8\xf2\xf9\x01\x26\x6c\x4f\x7b\x07\x89\xda\xd6\x07\xd3\x95\xfb\xf8\x38\x06\x05\x81\xd4\x85\xc7\xe0\x2c\x6a\x12\x32\x72\x71\xf9\x0b\x9c\x27\x5e\x87\xc1\x4b\x81\x59\x74\xec\x5c\x7b\x77\x8a\x79\x9b\x7e\x81\x40\xaf\xf9\x05\x6c\x9b\xe9\x67\x60\x01\x5b\xbd\x0f\xba\x5d\xf9\x10\x3b\x82\x05\x9a\xbd\x4f\x82\xc2\x42\x13\x11\x1c\x86\xd6\x8e\x29\x4f\x1d\x7c\x7c\x04\x8f\x6a\x4f\x36\x54\x88\x8e\x1a\x3d\x98\xb5\xd4\x19\xc5\x8f\x99\x3c\x2d\x22\x26\xc3\x0f\xfc\x42\xe0\x3e\xe3\x67\x6e\xc5\xfe\xa7\xdc\xdd\x07\x9c\xb8\xec\x3f\x7e\x4c\x2c\x9d\xb9\x71\x12\x31\x49\xe8\x1f\xc8\xa1\x6e\x67\xec\x23\x51\x9e\xf4\x58\xc7\xe2\x2e\x6d\xfe\x01\x12\xd6\x4b\x89\x24\xeb\xd5\xfc\xb8\x50\x64\x54\x78\xfa\x40\x11\x91\xb2\xe9\x1c\x39\x98\xfb\xcc\x53\x42\x54\xf7\x79\x06\x24\x93\x0e\xf5\x80\x69\xd8\x61\x01\x07\x73\xb0\x5b\x99\x7c\x2c\xb2\x86\x96\x6d\x71\xd0\x6e\x00\x9e\x08\x9f\x06\x30\x66\x6f\xd9\x9d\xf8\xdb\x12\x79\xcf\xb4\x46\x7a\xe6\x3d\xc5\xa7\x0a\xf2\xa6\x7d\x84\xc0\x4e\xfd\x82\x05\x2a\xd2\xa6\x39\x92\xf6\x80\x87\x58\x33\xbc\x39\x8e\xec\x53\x4d\x32\xcb\xbb\xf9\x9b\x66\x60\x07\x3c\x1d\xf0\xa3\x77\x9a\x93\xe3\xe0\xb6\x5d\x6e\x81\x13\xed\xa3\xea\xa0\x68\xd2\x3c\x1c\xc4\x5c\x9f\x26\xa8\x07\xf3\x5a\x41\x63\xe8\x03\xfc\x38\x71\xd9\xf7\x4c\x9f\x24\x4a\x17\x91\xe3\x64\x4c\xb6\xc6\xcd\xbc\x6a\x4e\x56\x7f\xbc\x48\x72\xfc\x3e\xcf\x34\xb9\x8b\x84\x93\x77\x61\xf3\x3b\x90\xe4\x47\xbc\xb1\xf8\x89\x4b\x11\x1c\x27\x59\xdc\x1f\x60\xf5\x97\x49\x20\x47\x6b\x5a\xa0\x3f\x9c\x55\x1a\x8a\x83\xfa\x42\x27\xb0\x3f\x2e\xca\x74\x9f\x9f\x57\x4a\x23\xb7\x91\x44\x68\x22\x12\x3c\xfa\x28\x7a\xc1\xe2\xb0\xc7\xe6\x41\x85\xa1\x79\x12\xea\x3f\x9b\x1a\x8f\x17\xff\x0d\x7b\xe0\x1c\x37\xe7\x49\x34\xdd\x74\x90\x30\x8b\xbd\x78\x6f\xd8\x7f\xf3\xb8\x93\x24\x11\xfd\xc2\xb9\xe6\x7c\xb6\x07\x9c\xc8\x66\x95\xa6\xe3\x78\xa8\x8a\xf3\xc9\xf2\xd4\xb7\x49\x29\xc1\x8e\x07\x34\x58\x14\x3d\x81\x67\x75\xf9\x90\x26\xef\x8b\x87\x6c\x6f\xa9\x9d\xf0\x4c\x42\xf9\xfc\xfd\x40\xf5\xd4\xf3\x46\xa1\xbc\xe9\x07\x72\x54\xf8\x87\x4a\xb2\x97\x7e\xa0\xc4\xd4\x01\x77\xd2\xf0\xeb\x03\xed\xfc\x81\xce\xcf\x17\x74\x2d\x90\xa0\x3f\x7f\xd4\xa4\x37\xbf\x41\x2c\x1c\x7e\x03\xcb\xb7\xf9\x19\x37\x2a\xab\x2e\xce\x1f\x37\xb0\x0e\xc5\xf3\xc5\x79\xc3\xde\xaf\xe7\x8b\xf3\x9a\x33\xe9\x9d\x1b\x27\xd7\xcf\x0d\xef\xab\x87\x8d\x93\xeb\xef\x29\xe7\x85\x3c\xce\x8d\x2c\xa6\xd3\xe7\x7c\x71\x61\x38\x36\xf9\x7c\x71\xe1\xb0\x5e\xfc\x24\x2c\xb4\x9f\xd0\x99\xd9\xd9\x34\x71\x85\x24\xa9\xc1\x42\xb1\xa6\x63\xfa\x2c\xbc\xf6\x75\x7f\x41\x22\xfd\x42\x72\xc0\x9f\x0e\xa3\xf3\x05\x8d\xc3\x59\x2a\xce\x17\x33\x0e\xeb\xa7\xcf\x92\xab\xe0\x17\x68\xd0\x95\x94\x3c\x13\x22\x0a\x05\x9c\x95\x9e\x6b\xba\xfa\x9e\x89\x11\x85\x24\xce\x9a\x63\xd0\x44\x57\x8c\x41\xda\x96\xb3\xc2\x3a\x30\xdc\x07\x96\xbe\xb8\x45\x14\x70\xaf\xfe\xff\xc5\x5f\x43\xe7\xdf\xd9\xc0\xd2\x12\x79\x67\x1a\x95\x9b\x7f\xc0\x34\x4b\x79\x77\x36\xca\x44\xed\xb3\xb3\x91\x81\x25\xeb\x4f\xda\x88\xeb\xe6\x1f\x4e\x34\xa1\x61\xa7\xfe\x4f\x13\xd5\xb0\xf4\xba\x16\x9d\x9d\x34\xe9\xff\x9e\xf3\x26\xa2\x3b\xb8\xaf\xf8\x99\x4b\x2f\xb4\x74\x76\xec\x7d\xcf\x2b\xd3\xe4\x57\xf3\x67\x9f\x68\x41\xf3\xdc\x29\x23\xbb\x69\x20\x62\xd3\x71\x73\xf6\xdc\x43\xfe\x01\x54\x7b\x8b\x0c\x0a\x07\x4d\x1c\xb2\xde\x4f\xd7\x34\x38\xe9\xcd\x67\xa8\x70\x0e\x0c\xc3\xd2\x63\x40\x8a\xea\x36\x78\x0e\x4a\xf2\xee\x26\x17\x9b\x14\x95\x03\x33\xab\x6b\xcb\x39\x78\x4d\xf9\xfc\x40\xfc\xad\xb3\xfe\xa4\x7b\x5f\xf5\x26\x88\xdc\x67\x9a\x0a\x26\x67\x73\xe0\xd5\xf9\x02\xcb\x6a\x47\xb4\x33\x48\xa6\x86\x91\x96\xe7\xcf\x0f\x10\x50\x76\xda\x39\x83\x5b\x63\xba\x53\xea\x7c\xcc\xd6\x88\xa6\x74\xf0\xc6\x49\xcb\xb2\xc7\x31\x59\x1b\x59\x53\x35\xc1\x95\x66\xeb\x99\x4c\xa8\x71\xb2\x1a\xae\x33\xb9\x9e\x13\x25\x03\x3e\x2f\x20\xbc\xcc\xa3\x9a\x28\x73\x60\xb9\x3c\x13\x70\xeb\x85\x85\xf5\x15\x28\x3a\x17\x22\x86\x85\x36\xce\x8c\x20\xf8\xbc\xd0\x51\x2e\x44\x0c\x02\xa4\xe8\xf8\xec\x73\x01\xd0\x98\x02\x14\x97\x73\x86\x95\x73\xf1\xf8\x31\x4f\x42\x1f\x68\xb4\x7b\xee\x74\x2a\x12\xea\x3a\x77\x48\x71\x8b\xc8\xbd\xe0\x59\x3d\xee\x64\x38\xbf\x8f\x12\xd5\x3a\xe6\xcf\x9d\x58\xc2\x32\x6d\x67\xf6\x06\xf1\xc6\x8e\x6d\xe3\x03\x71\x87\x0c\x6c\x7e\x1f\xd2\xc7\x42\x7d\xbf\xf1\xbf\xa6\xe4\xe0\xad\xd9\x0d\x1e\xa4\x58\x43\x3a\x48\xb1\x56\xed\xc0\x3a\xfb\xec\x3b\x80\x1b\x04\x65\xce\x83\xd6\x16\x6f\x91\x83\xe7\x8c\xee\x0c\x27\xb3\xed\x5a\xe5\x71\x1e\xa0\xd1\xa7\x27\x92\x62\x7c\x58\x91\x39\xde\xac\x54\x39\x4f\x2c\xbc\xcf\xca\x13\x34\xfa\x58\x39\x09\xc9\x2c\xbf\x4e\x6c\x10\x9f\x5c\x67\xf2\xa2\xa8\x06\x0a\x5c\x9f\x0f\x2e\xb6\xf0\x27\x1b\xd1\x79\xc2\xf1\xcb\x73\x96\x36\x68\x33\xce\x45\x02\x35\xa2\x74\x0c\xf4\x16\x67\x42\x8c\x4d\xf7\xa4\xf3\xa2\x86\xdd\x0b\xf7\xa2\xca\xfa\x99\xc5\x04\x95\xc3\x6d\x82\x13\x2c\x24\x12\x64\x0a\xf9\x9e\x17\x57\xc6\xf3\x7e\x41\x56\x79\x43\x5e\xbc\xf2\xfa\xe8\xba\x6e\xec\x50\xd3\x00\xc3\x82\xa0\xef\xc9\x22\xbd\x06\x46\x37\x87\xa9\xef\xe9\x5c\x68\xf3\xdf\x89\x50\x07\xdf\x9c\xce\x54\x32\xea\x42\x70\xde\x44\x52\xd2\x14\x9d\x37\x64\xba\x17\xea\x61\x17\xea\xf2\xc1\x06\xf2\x98\x1e\x1e\x86\x16\xd9\x04\x9d\xe6\x1d\x9a\x9c\x7d\xbc\x3e\x00\x11\x52\x0a\x9d\x19\xc7\xe0\x0e\xa8\x8f\xff\x47\xc0\x95\x06\xe8\xa6\x67\x10\x34\xfc\x4c\x7c\x59\xfd\x03\x8a\x84\x69\x21\x2f\x54\x15\x34\x70\xbb\x7e\x24\xb0\xea\x99\x04\x85\x9e\x51\x29\x40\xac\x79\xfd\x10\xf6\xbe\xb9\xfd\x64\x36\xfd\xb0\xc1\x4d\x55\x73\x7a\x31\x06\x62\xd3\x8d\xe6\x62\xf5\x02\x07\xee\x5e\x1b\xd5\xf7\x02\xc9\xd7\xc6\xf2\xef\x6e\x02\xfb\x67\xf8\x03\x0a\xf7\xe5\x1f\x02\xae\x73\xfe\x60\x62\x90\x6e\x90\x5e\x6b\x9a\x45\x44\x6e\xda\x1e\x7e\x41\x47\xe9\x60\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfc\x25\xdb\x2f\xb8\x35\x3a\x31\xc6\x85\xa2\x86\x4e\x03\x78\x21\x73\xb0\x53\xad\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x70\x88\xdd\x2f\x9a\xbb\xc5\x1a\xd7\x8b\x2f\xeb\x87\xc8\x74\x73\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\xe2\xcf\x66\x40\x72\x41\x65\x69\x9f\x8e\xab\xf2\xf6\xa2\xe3\xe1\xaa\x60\x2e\xaf\x4b\x26\x8f\x13\x45\x15\xeb\xe2\x31\x40\x41\xe9\xfa\xb9\x17\x7c\x22\x9d\x81\xff\xaa\xbc\x50\x79\x96\x2a\xb6\x97\xa7\x95\xa9\xe0\x1c\x44\x71\xb1\x28\x93\xf5\x89\x17\xc2\x40\xab\xf6\xf8\xc5\x9a\x4c\x3f\x3f\x37\xac\x83\x1b\x20\xeb\x88\xe4\x06\x76\xff\xb4\x47\x20\xa8\x13\xec\x6a\x28\x98\x2c\xd9\x79\x35\x9c\x68\xba\xb0\x5f\x30\x5e\x3b\x98\xf1\x62\xf5\x85\xf1\xe9\x91\xb3\xae\x59\x26\x98\x95\x97\xed\xc5\xcc\x70\x3a\xa0\x2e\xba\x3f\x3a\x28\xf0\xea\xc9\x1a\x5a\xd8\x4e\x17\x12\x01\xea\x8b\x68\x56\x57\xa7\x8b\xd9\xe0\x1c\x36\x78\x25\x7a\xfd\xbc\x41\x08\xde\xdc\x2b\x86\x35\xdd\x07\x3d\x79\x9b\x9b\x48\x96\xff\x93\x1f\xf7\x05\x87\x49\xdf\xa5\xaf\x17\xeb\x56\x9b\xa9\x2f\xa4\x29\x76\x18\xd1\x35\x70\x8c\x7b\x44\x34\x95\x3b\xce\xf1\x62\x09\x09\x4f\xfb\xc8\x21\x6a\x9d\x06\xce\x9b\xf0\x0b\x39\x42\xad\xf4\xc0\x3a\x98\xf9\x22\x79\x4b\x5f\x04\x8a\xeb\x7b\xa5\x83\xdc\xae\x06\x02\x34\x7a\x19\x32\x99\x9b\x58\x27\x06\xb4\x49\x9a\xe3\xa0\x68\xb7\x6c\xa6\xfa\x74\xfa\x99\x8e\x5a\x9f\x1e\xb8\xa3\x7f\xee\x02\x50\x44\xb0\xf8\xa2\x7e\xd5\x95\x31\xaf\x99\xcc\xa2\x4e\x27\xc1\xb9\xe5\xf7\xe4\x15\xd2\x5b\x68\xd2\x20\xeb\x23\x82\x69\x43\xac\x9d\xbe\x98\x0a\xb9\x76\xb7\x01\x50\x65\xc2\x67\xf2\xb8\xe8\x9c\xe4\x69\x51\xb1\x18\xe5\x61\x09\xbd\xb8\xbe\x6a\x91\x5a\x52\xc7\x0c\x5e\xcc\x84\x6c\xbf\xb8\x6b\xe5\x55\x46\xcf\xaf\xec\x70\xec\xec\xb5\xc8\xb0\x9a\x3b\xb8\x51\x3a\x29\xc6\xc5\x88\x9a\x8f\x64\x48\xb4\x6c\x21\xff\xa2\xe5\x61\xc7\xf3\x6b\x87\xd3\xb7\x0f\x2e\x82\x63\x0b\xe0\x1d\x63\x30\x7f\xec\xf4\x95\xb6\xa8\xd8\x73\x0c\xfe\x82\x3c\x28\xb8\x70\x11\x0e\xfb\xe8\x43\x40\xcd\x47\xbc\x21\x9e\xc6\x17\xc0\x8b\xf0\xd8\x02\x74\xc7\x3c\xfb\x08\x78\xe1\xf2\xb0\x27\xfc\x85\xc0\x5b\x6b\x59\x2e\xa4\x9c\x73\xa6\x86\x2b\x63\x6b\x2c\xfe\x0e\x24\x83\x30\x81\x07\xc4\xe3\x72\x83\x84\x4c\x02\x38\xd7\x01\x43\xad\x4f\xf3\x63\x82\x02\xf7\x40\x65\x94\x37\xea\x01\xfc\x30\xfd\xfc\xf2\xb8\xed\x3d\x17\xd1\xb6\x67\x1d\xc6\x7d\x1b\x42\x2e\x78\x79\x1a\xe4\x5d\x27\xb7\xad\x20\xd6\xc5\xda\x59\xbe\x02\x5c\x27\x34\x20\x26\x11\x60\xda\x99\xd2\x2e\xd8\xe6\x9b\x19\x83\x91\x36\xb6\xb5\x5c\x27\x71\xa5\x48\x66\x69\x2c\x27\xb0\xbf\x2e\x48\x33\xcf\x12\x22\x6d\x9a\xd4\x0d\xd7\x8b\x96\x87\x4d\xed\x17\x0b\x57\x78\xd9\x2f\x32\x8a\xcf\xbd\x8b\xb3\x28\x92\x59\x8e\xd3\x6e\xcd\x17\xca\x71\x3a\x0f\xe4\x45\xac\xfc\x21\xf1\x42\x03\x9a\x83\x17\x2a\x0f\x3b\xdd\x5f\x2f\x34\xae\x9f\x39\xb9\x37\xfc\xaf\xef\xe9\xcf\xe9\x80\xc7\x0b\xb9\x4f\x6a\x75\x8f\x77\xc3\x17\x7e\x81\x62\xc4\x60\x20\xd1\xb5\x25\x0f\x42\x75\xec\x53\x7c\x21\x90\xd8\x39\xdd\x2f\x86\xee\xd8\x29\xe0\x4a\xb4\x6d\x29\x81\x82\x5f\x9f\x85\x40\x60\x71\x29\xdb\xdf\xce\x20\x46\xfe\x58\x28\x3d\xc4\x0e\x16\x63\x00\xef\x8e\x33\xb8\x1e\x78\xa7\x1b\xc3\x31\x3f\x9d\x4d\x35\xd7\x93\x14\xfb\x8b\x03\x2d\xfc\xfb\xe2\x46\xcd\x8b\x62\x17\x80\x1b\x0a\x60\x67\xcb\xbd\x81\xbe\x8b\xf6\xdf\xfd\x03\xa7\x68\x83\xde\x3f\x7a\x5f\x89\xe8\xfb\xb7\xf0\x82\x1b\xd8\xf1\xbc\xe9\x19\x14\x88\xa2\x7b\xcb\xed\xa1\x0f\xd2\xb5\x73\xfa\x07\x8c\xda\x24\x6e\x74\xe8\x9b\x6e\x22\xb9\xd3\x3f\x1c\xd0\x53\xb8\x85\x93\xa3\x5c\xfa\x81\xb2\x76\xf8\x07\xd8\xdd\x96\xfb\x80\xa8\xd5\x4a\xdf\xa9\xbb\x95\x54\xb8\x0b\xf8\x51\x82\xeb\x2e\x24\xd2\xff\x57\x3c\x17\x3d\x0f\x04\x68\xf8\x99\x34\x6b\x8b\xde\x85\x9e\xdb\x52\x14\xdc\x4c\xa4\xec\x79\x61\x60\x72\x15\xff\xde\x84\xcb\x0e\x97\xbc\xe9\x2c\xba\xfc\x4c\x75\xad\xb0\xe2\x5d\x49\xb4\xba\x00\x3c\xb6\x83\xea\x0d\x78\x5c\x1c\xd4\x79\x03\x1f\xdb\xdf\xf8\xae\x74\x53\x0b\xb7\x10\x78\x41\xf3\x54\xb1\xfa\xc5\x3d\x62\xf5\x75\x6f\xb9\x2b\x56\x5f\x9b\xf4\xa6\x72\x77\xf9\x7b\xa8\x2e\x74\xb2\xdf\xf0\x06\x2d\x0e\x22\xbd\x1b\x22\x5d\x4d\x11\x94\xb9\xf6\x6f\xbe\xd3\xfd\x53\xc0\xf1\x4e\xed\x6e\xb8\x85\x81\x2f\x34\x4b\xe9\x31\xe0\x69\x43\xc4\x50\xb3\xee\xf5\x6e\x94\x65\x7e\x3e\xa8\xdc\xd0\x33\x82\x6f\x74\x8a\xde\x28\x7a\x5a\x1c\xdf\x79\x77\xee\x32\x4f\x4b\x47\xe6\x34\x0f\xbb\x37\x94\x0e\xd6\xb0\x3b\xc3\x4c\xfc\x3e\x68\x16\xb6\xb8\x3b\x91\x9a\x87\xdd\x21\x4e\x05\xea\xef\x0e\x71\x6a\x12\x7b\xce\xa3\x7a\x7c\xf1\x6d\x38\xeb\xfb\x3d\x68\x7c\x17\x58\xb8\x13\xd0\x9a\x39\x06\xe7\xcd\x2f\x70\xe9\x45\xf3\xc0\xd2\x57\xbf\x8f\xa5\xaf\xee\xf1\x78\x7b\x34\xfb\x0e\xa8\x27\x85\xa8\xef\x54\xec\x2e\xff\x90\xec\xab\x16\x01\x80\x5d\xa0\xf9\x0e\xde\x33\x3e\x3f\xe4\x5a\xfb\x07\xda\x43\x04\x58\xef\x20\x91\x9a\xb7\x00\x3f\x7a\xe2\xe3\xc4\xb3\xdf\xc7\xbc\x0a\xef\xdc\xc1\x6b\xb3\xb7\x54\x40\x50\x78\xa5\x18\x0b\xfe\xe1\xe0\x89\x7b\xb3\xe5\x23\xf4\xbc\x76\xc4\xbb\xe7\xfe\xdf\xff\x3e\x78\xe5\x9e\xa0\x40\x87\xff\xcd\x58\x70\x9b\xdb\xef\x89\xa5\x15\xde\xb8\x11\x30\xf4\xd9\x01\xd0\xea\xda\x8d\xe7\x4e\x07\x81\xf5\x27\x9b\xd0\xbd\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xe6\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\x8e\xab\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x16\x34\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xc1\xa8\x20\xf7\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\x82\xc2\x9b\x64\x87\x43\xae\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x24\x7f\x1f\x38\x6b\xfb\x98\x7b\x60\x2c\xe9\x76\x1c\x78\x4e\x1e\xde\xba\x1c\x3d\xc8\x31\x5e\xcd\x7f\x27\x45\x8b\x77\x08\x7d\x66\x1c\xb7\xf7\x9c\x58\xba\xe5\x26\xe1\xc9\x2c\x74\xf9\xc0\x97\xba\xdb\xf9\xe0\x61\x46\x70\xa7\xb8\x7a\x2e\x6a\x0d\x35\xcc\x0b\xec\x63\x6e\xe1\x05\x4e\x87\xc4\x73\xd1\xb3\x52\xc7\xc8\x73\xe5\xb0\xf4\x05\x6c\x0f\x4e\x6b\xf1\xf0\x82\x65\x6e\xc2\x7d\x6a\xda\xaf\xf1\xb9\x69\x5a\xfb\xf9\x0d\x4c\xbd\xd7\xf2\xce\x61\x6b\x98\x70\x89\xb1\xfe\xf7\xc1\x75\xa9\x8f\x3f\xd5\x17\x7f\x90\xa4\xa9\x5b\xd9\xfb\xc0\x5f\xc6\xd5\x7a\x1e\xb8\xcb\xcc\xe6\x2d\x05\x77\x19\x6b\x8f\x9f\xf7\x36\x34\xac\x96\x7c\x50\xc8\xa6\xdb\x72\xf0\x3c\xc8\x5d\x25\x98\xf6\x3c\x5c\x96\xec\x71\xfe\xde\xcb\x51\x55\x92\x84\xf9\x7b\xef\x46\x4d\xa6\x90\xf9\x43\xec\x5c\xd3\xa5\x76\xfe\x7e\x28\xfa\xf5\x0f\x5f\xcf\xdf\x7b\x79\x1a\x52\xf9\xcd\x1f\x4c\x17\xf2\x74\x9a\x3f\x98\x2e\xca\xa7\x03\x9a\xd5\x96\x7f\x98\x1c\xa3\xbf\xd8\xf9\x83\x9b\x3c\xd0\x84\x5f\x00\x7f\x7f\x68\xe4\x91\xb2\xfc\x01\x79\x6d\xf3\x1b\x14\x5e\x4d\x4d\xbc\x37\xb2\xa2\x24\x2a\xf3\xb7\x51\x76\x6d\xa2\x0a\x17\x32\x29\xfd\xe6\x6f\xe3\xb5\xa1\xf9\x87\xc6\x2f\xd4\xe9\x46\x9b\x8d\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x86\x35\x7f\xcc\x1a\xa5\x18\xd2\xf9\x63\x3d\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x71\x26\xaf\xce\x7b\xe3\x1a\xca\x9f\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xa6\xc9\xd2\xd4\x26\x82\xed\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x7a\xbb\x94\xae\x36\x2b\xcd\x90\x4d\x03\x41\x2d\x42\x1d\xbf\xf3\x57\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x6a\xca\x9f\xf9\x16\xb9\x29\xe5\xfe\x3b\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x32\x71\x05\x4b\xce\x5f\xcb\xcd\x2f\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb3\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xc7\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\x45\xec\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x8a\xa6\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\xf8\xa9\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x0b\x38\x4f\x99\x61\x71\x7d\xd1\xe9\x37\x7f\xa9\x9e\xef\xfa\x60\x42\x84\x15\x8d\xf9\x05\x5f\x43\x7e\x92\xf3\x37\x49\xa1\x86\x8c\x5c\x57\x75\x8a\xa2\xc9\x1b\xd8\x72\x83\xeb\xbf\xff\xd5\x32\x35\x07\x2f\xfa\x6a\xb2\x6f\xcd\xdf\x0b\xbe\xaa\xe0\xe8\xfc\xcd\xdc\xe8\x22\x11\x9a\x79\x81\xe6\xf9\x83\x66\xbe\x2d\x35\x08\x27\x14\xe5\xa1\x99\x3f\xea\xe5\x9b\xb9\x1d\x40\xea\x45\xcc\xff\xf7\x31\x34\x7f\xd0\xda\xeb\x1e\x31\x7f\x44\x5d\xcd\xbb\x0f\x6a\xfb\x6e\xc1\xb4\x28\x5f\xbd\xc8\x4c\x7b\xe5\x19\xdc\xa1\xb9\xf4\x0c\x12\x65\x35\x6f\x1d\x64\xc8\x6c\xdd\x1f\x50\x70\x99\x8d\xa8\xb6\x6f\xde\x7c\x4c\x97\x30\x45\xc3\x8b\xbb\xea\x67\xca\x90\x2d\xa1\xff\xcc\xa9\x3b\xc4\x6b\xf5\x07\x60\x93\xea\x06\x11\x84\xeb\xdd\x99\x6a\x7a\x35\x78\xc0\x1a\xe6\x0e\x00\xcb\x36\xb7\x77\xf0\xdc\xf2\xf6\x3f\x32\xeb\x8a\xbf\x40\xb2\xfa\x26\x8a\x00\xa2\x04\x04\xe7\xef\x04\xdf\x59\x86\xd1\x71\xb9\x99\x04\x14\x84\x56\x40\xc2\xfc\x25\xe8\xf2\xb4\x51\x8b\xfe\xb3\x2c\x06\xea\xaa\x9f\x2f\x72\x7f\x8b\xd5\xe0\x86\xa2\x40\xf7\xf9\x3b\xa9\x80\x58\x6a\x92\x09\xaa\x14\x41\x3b\x7f\x17\xb5\x4d\x46\x00\x57\x92\xe9\x4f\xb0\x3f\x3c\xce\x0b\x3b\xb6\xfa\x03\x30\xa3\x89\xba\xc8\x6f\x1a\x26\xf4\xe4\xc5\x3b\x1e\x2e\x25\xc3\xdb\x25\xf3\x6b\x5a\xb6\xb3\x0e\x8b\x37\x24\xd2\x59\x7d\x04\xeb\xcd\x0d\xec\x06\x28\x06\x2d\xb4\x90\x85\x60\xa9\xf8\xde\xfc\xdd\x3c\x3e\x8c\x29\xe0\x53\xf2\x39\xee\x99\xd2\x3b\x2c\x7b\x1f\x9c\xc5\xde\x13\x4f\xce\x9b\x46\xf9\xd0\xc6\xe7\x03\x07\x39\xbe\x3f\x54\xd2\x0d\xa5\x79\x17\x31\xa7\x95\xc2\x80\xe7\x0f\x39\xad\x56\x18\x3c\xc1\xfb\x39\xcc\x72\x0f\x59\x6e\x88\xa9\x81\xff\x56\x18\x3b\xd1\x55\xa5\x79\x63\x3d\xd8\x16\x66\xd2\x87\xae\x22\x6e\xf2\x66\x0b\xff\x9a\xdc\xe8\x1d\x2d\xe9\xb0\xc1\x79\x65\xa9\x8c\xe0\xdc\x90\x3c\x41\x55\xcc\xe6\x06\xdf\x68\x2f\xdf\xf6\x43\xde\xbd\xf0\xff\xc8\x16\xf6\x4f\x2b\x3c\x37\x68\xd3\x8d\xcd\xb6\x17\xff\x15\x29\x3e\xe6\xf6\xa3\x01\x76\xb8\xc3\x8b\x63\xd2\x1b\x5b\x4a\x0f\x75\xb1\xe5\xc4\xf9\x87\xc9\x37\x42\x3f\xc0\xb9\x44\xeb\xbb\x6d\xe0\xc9\xe6\xff\x79\x87\x1a\x6e\xe1\x66\xa7\xfa\x82\x39\xb2\x14\x95\x3b\x37\xa8\xc3\x8d\xa4\x36\x56\x26\x6c\xee\x93\xfa\xf0\x26\x31\xb9\x15\x8e\xdc\xcf\xa8\xca\xa7\xf4\x2b\x73\x4b\xb8\x56\xdc\x26\xd8\x52\xfb\x7d\xab\xc9\x96\xea\xa3\x22\x12\xcb\x8b\x81\x3a\xd2\xf5\xf3\x9c\x4c\xa7\xd9\x7e\xb1\x58\xb5\x28\xdf\x12\x8a\x99\xc8\x9a\x33\xe1\x1f\x38\xfd\xe6\x88\x17\x7b\x0d\xa3\x8e\x8d\xfe\x20\xba\xa9\xcd\xad\x51\xc1\xf6\xa7\x5b\xd1\xdc\x08\xbb\x04\xc3\x36\x16\x0e\x2c\x66\x98\x96\x24\x6a\x56\xe0\xfe\x61\xec\xb7\xb1\x20\x8b\xbc\x7c\xe7\x06\x6d\xb5\x32\x70\xcf\x0d\xd9\xad\x64\xf5\x9a\x5b\xc7\x66\x16\x22\xd8\x98\x05\x54\x51\xa1\x73\xeb\x58\x5b\xc1\xa4\x0d\xca\x6c\x23\xb3\xad\x77\xe4\x96\x14\x45\x3d\x19\xd0\x2f\x60\xe1\xfe\x29\x84\xe6\x36\x52\xa6\x89\x04\x56\xe6\xfb\xbe\xc1\x33\xbd\xfa\x0d\x78\x9a\x56\xbf\x40\xb7\x61\x53\x3d\xb8\x0e\x22\x82\xca\x65\x55\x75\x9c\x5b\x30\xcf\x84\x88\x0a\x0e\xdb\xcf\xdc\xda\x82\x56\x5b\xe0\x84\x92\x4c\xdb\x22\x97\x42\x34\xc5\x04\xf7\xf8\x05\xf8\xeb\x7a\xa9\x82\x66\x05\xcd\x1b\xd2\x0e\x4c\xcb\x82\x09\x78\xe9\x5d\x36\x09\x2f\xcd\x5b\x50\x94\x7d\x36\x19\x14\x65\x16\x91\xdb\xe4\x15\xc8\xb3\x32\xc9\xe0\xd5\x4d\x52\xaa\x86\xb8\x11\xba\x32\xcb\xcc\x6d\xe2\x78\xb2\x78\xa1\xae\x4c\x75\x24\xe7\xc6\x80\x35\xc5\x18\xcf\x6d\x12\x3a\x68\x5e\x17\x77\xa1\x00\xd3\x46\xfc\xe6\x69\x5a\x38\x90\x86\x3f\x48\x9a\x44\xe4\x22\x98\xd0\x91\xb5\xbd\x00\xae\x76\x0b\xc5\x95\x44\xb9\x49\x98\x61\x3f\x1f\x5c\x80\x84\x26\x81\x72\x5c\x00\x6a\xdb\x39\xd5\xfa\x60\x4f\x1e\xd7\xd4\xee\x24\x5a\xc3\x86\xdf\xf1\x67\xdb\xed\x30\x1d\x2f\x37\x00\xe9\xe5\x79\xdd\x73\x9a\xf4\x02\x1c\x21\x3e\xd3\x76\x50\x9b\x21\x60\xb0\x1d\x48\xce\x60\x21\x7c\xe4\x62\x6a\x90\xf0\x7c\xf8\x4c\x13\x34\x5f\xdf\x1e\xb0\x74\x1e\xf4\x41\x95\x90\x4e\xb7\x0d\x8e\x0c\x8a\xb5\x9d\xdb\x81\x2d\xe2\x31\xc3\x91\x41\x7e\xf5\x73\x83\xd7\x70\xf1\xd9\x03\x3d\xd8\x6c\xcd\x3f\x80\x1f\x05\xed\x37\x2a\xc6\x5a\xf3\x0f\x94\x75\xee\x12\x79\x0c\xaa\x65\xd1\x89\x31\x4c\x8d\xe1\xc4\x34\x4e\x8d\xf9\x1f\xa6\xf3\x0b\xb9\xf4\x9a\xa6\x13\x83\x12\xfa\xdf\x4e\x4e\xfc\x87\x6a\x2a\xc2\x84\x75\xb7\x0b\x1b\x5d\x37\x96\x0d\xc5\xa9\xa7\x87\x0d\x48\xb7\x3e\x67\x38\xe3\xd3\x9a\x30\xdb\x76\xf1\x0e\x6f\xe1\x72\x71\x18\x6e\x82\xc3\x70\x0b\x5c\x1a\xbf\x4f\x20\x62\x99\x4b\x10\x17\xde\x45\x37\x1d\x17\xfd\xcc\xf3\xd3\xec\x71\xd3\xc5\xce\xcf\xf1\x76\x21\x4d\xd2\x06\xdf\x06\x45\x27\xce\x8d\xbe\x0c\x96\x15\x37\x81\xc4\xfc\x4b\xe5\xbc\xb9\x31\x83\x7a\x33\x24\xb8\x69\x02\x75\xf3\x14\xaf\x86\x21\x4c\x5a\x6a\x51\x94\xa5\xf5\x44\xef\x43\xd6\xf0\x00\x90\xab\x60\x85\x0f\xdf\x74\x3c\xf6\x2c\xc2\xdb\xa1\x2b\x4a\x63\x6e\x08\x77\x2b\x9f\x67\x1e\xc6\xc6\x10\x0f\x38\x7c\xf9\x05\xaa\x59\x05\x4b\x0a\xeb\xbe\xc8\x6d\x65\x16\x00\xba\xae\x98\x89\x59\x7e\x9c\x78\x9d\xa7\x05\x0e\x11\x8a\xf2\x9c\xe5\xc7\x89\x77\x93\x84\xa5\xa1\xe7\xf5\xdf\xff\xba\xfc\xd2\x67\x81\x7f\x84\x02\x32\x67\xf9\x91\xa3\x75\x57\x2b\xd0\xe8\xf9\x32\x57\x10\x0a\xa7\x78\xcb\x59\x98\xb3\x5d\x83\x2a\xa9\xcf\xd3\x26\x2a\xdb\x0f\x1f\x68\x4c\x88\x84\x93\x63\xcc\x2c\x2f\x42\x1c\xf2\x3d\x9e\x05\xba\x38\x65\x81\x99\x85\xf8\x70\xf8\x99\x87\x6f\xf7\x07\x04\xd6\x82\x98\x05\xa1\x71\xdf\x67\x16\x6c\x30\x05\xbc\x79\x69\x03\x94\x0d\xda\x9e\x6e\x92\xde\x31\x54\x77\x59\xf2\xe8\xd3\x24\x14\x8a\x4b\xe1\xaa\x52\xc8\x1d\xcb\x9f\x2c\x8c\xca\x2f\xc0\x95\xb7\xf8\xff\x03\xff\xab\x4b\x38\x23\x1b\xfb\x15\xf8\x1e\x4b\xcb\x3f\x0b\xf2\x68\x75\x6b\x7f\xca\x8b\x1e\x87\xe2\x3b\x67\xa9\x29\xa0\xfd\xc5\xcb\xd2\xf2\x93\x9d\x05\xaa\x3f\xf9\x6f\xcc\xc2\xb4\xf0\x9f\x06\x26\x1a\xd4\xac\xc1\x19\x59\x99\x83\x67\xa9\x39\xcd\xfe\x81\xbb\x50\x20\xa7\x34\xae\xb4\x48\x64\x1d\x6a\x85\xf5\xcf\x42\xef\x08\x95\xca\x9d\x85\xde\x11\x56\x36\x94\x96\x25\xec\x35\x4f\x8d\xc9\xcb\x35\x2f\x2d\x57\x5f\x54\x34\x2a\x17\x9a\x3b\xa1\xc8\x95\xec\x29\x8d\x22\x57\x02\xb3\xa4\xc7\xb0\xb4\x7b\xa5\xf3\xcc\x77\x2f\x0c\x6f\x6b\xc3\x9f\x60\x72\x84\xbe\x4a\xe7\xf2\x6a\xb2\xa1\x3f\x54\x84\xde\x2c\x4c\x87\xd5\x86\x5b\xc4\xb6\x11\x70\x29\x00\x9d\x8a\x9f\x9b\x25\x41\xa7\x6e\xb9\x05\x0a\x44\x5f\xfe\xca\xe0\x69\x36\xfc\x43\xc3\x0b\xea\x61\xd0\xce\xad\x89\x49\x8f\x5f\xef\xcc\xc1\x31\x68\xb9\x06\x6f\xda\xc2\xea\x05\xa6\x57\x79\x5a\xcf\x32\x90\xbb\x48\x32\xb1\x00\x93\x56\xf3\x30\x2c\xaf\xdd\x33\x1f\x0c\xd8\xf2\xac\x21\x57\xd6\x47\x38\xb1\x1a\xb3\x15\x37\x25\x1d\x78\xa5\x9e\x2b\x41\x99\x39\xfc\x09\xf6\x81\xc5\x11\x3d\x7a\x9b\x8e\xa2\x32\x39\x2f\xc2\x42\x85\x95\x6b\xc2\x02\x64\xe6\x44\xf8\x93\xc5\x37\x44\x38\xb3\x5b\x35\xef\x0d\xe0\xcc\xf2\x1b\x7f\x39\x8d\xca\xc4\xd2\x7a\xeb\x4e\xaa\xe0\x74\x9c\x16\x7a\xf7\xaa\x98\xf2\x2c\xf0\x72\xa8\x82\xde\x65\xe5\x18\xfc\x42\xa3\x92\x4e\x63\x20\x2a\xfd\x88\xdd\x35\xf9\x83\x3f\x01\xbc\x6f\x6e\x13\x42\xce\x7b\x0f\xde\xbb\xd5\xbb\x77\xff\xb1\x01\x7d\xb0\x33\x7a\xc1\x2c\xbb\xd3\x5f\xdb\x2f\xbc\xab\xb9\x79\x1b\xed\x0c\x53\x1c\x6e\x92\x12\x42\x18\xb1\xc0\x7d\xb7\x5a\x10\x43\xef\x57\xcd\x70\xa8\x9c\xe3\x6b\x53\xd9\x73\xe6\x4c\x02\xea\x7b\x79\x6d\x99\x16\x41\x61\x8c\xb3\x20\x3d\x7e\xd5\x25\xa5\x24\x8e\x15\xb0\x2d\xa8\xa4\x33\xcc\x2e\xcc\xab\xda\xc2\x5f\x04\xfb\xf4\x17\x89\xf7\xf5\x8c\x61\xea\x14\x2f\x47\x32\x8b\x86\x7d\x70\x94\x7e\x81\x7b\x3f\xfc\x03\x72\xee\x4e\x77\x99\xc3\xf4\x0f\x0c\x8d\x34\xd7\x9f\xd4\xc4\x8b\x86\x33\xc5\xa2\xfa\xbc\x72\x22\x44\xf5\x45\xc7\x49\x8d\x13\x21\x6b\xd5\x4b\xf1\xc2\xca\xe6\x5b\x71\x41\xc4\xda\xf4\x20\x32\x60\xcd\x13\x85\x72\x82\xdd\x12\x0f\x20\xb2\x7a\x9a\xe0\x61\x5b\x3e\xe7\x05\x50\x64\x35\x37\xc0\xe5\xd6\x2a\xd6\x02\x17\xdb\x6a\x69\x71\x81\x21\xbd\xf8\x77\x32\xa4\x1a\x80\x49\xd8\xe8\xbc\xdc\xb9\xb6\x22\xf1\xc6\x11\xe8\x6d\x7c\xe7\xae\xd1\x20\x91\x44\xf5\x73\x88\x42\xd9\x18\xe6\xf0\x17\xa5\x96\x65\x71\xc4\x2c\x5a\x6d\xba\xcb\xe4\x68\x0d\xf2\xc5\xa9\xd5\x7a\xe1\x42\x0f\xdb\xcf\x41\x90\xc8\xd3\x50\x01\x5e\xb4\xbe\x25\x97\x87\x44\x6b\x1e\x11\x01\x57\xcd\xd1\x09\x3c\x7d\xd0\x3f\x3c\x8b\x2c\x96\x1f\xae\x84\x88\x44\x08\x5c\x35\x8d\x70\xb2\xad\x06\x02\x99\x25\xcb\xbb\xe8\x49\xfe\xfb\xd7\x45\xcd\x64\xfa\x92\x7f\xf5\xb7\xfd\xf7\xbf\xa9\xb2\x4b\xb3\xfe\x58\x13\xb1\xe9\x99\x83\x70\x03\x0d\x6b\xef\x67\xfa\xc8\x2e\x3d\x03\xe3\x49\x74\xd4\x1f\x87\xe0\xf6\xb8\x65\xa6\x7f\xa0\x47\x95\x9e\x09\x12\x4d\x31\xd3\xa5\x2a\x37\xed\xac\xc8\xa4\x2f\xcf\xba\x59\xe9\x62\xab\x0c\x6b\xb3\x32\x1d\xaa\xcf\xcb\x5a\xe8\x07\x2f\xa1\x5b\xa1\x24\x54\x6a\x9d\x59\xe1\x12\x6b\x3b\x73\x25\x64\x13\xdc\xa9\xcc\x4f\xe0\x23\xba\x66\x4e\x2b\xe9\x16\x2a\x2d\xb8\x3e\x72\x2b\x74\x84\xca\x76\x3c\x6b\x5a\x74\x05\x96\x2b\x5c\x64\xab\x94\x88\x15\x2e\xb2\xb5\xfd\x49\x3b\x57\x69\x0e\xf6\x95\xb9\x56\xf0\x56\xf3\x73\xc7\xb3\xc8\xa9\x30\x62\x84\xff\x0f\x36\x60\x72\xde\x53\xc6\x18\xb1\xc2\xbf\xb6\x4a\x6f\x5e\x2b\x2f\xc4\x52\x34\xd4\xc4\x84\x82\xd6\x95\x85\x0a\xbd\x07\x2b\x41\xa2\x2e\x30\x95\x75\x09\x8d\x2a\x6a\xe3\x9d\xa7\xf9\x0b\x8a\xec\xe5\x37\x30\x0c\x81\xef\xfa\x82\xc6\x18\x5e\xc8\xc6\x0b\xb1\x0e\x81\x8a\xa4\xfb\x2a\x95\x3a\x6b\x26\x54\xf0\xff\xef\xa6\xb5\x92\xb2\x76\xd2\xa8\x75\x64\x29\x22\xdb\x72\x2a\x94\x90\xd6\xcc\xd6\xce\x99\x97\x30\xab\x9d\x34\x0b\x3b\xd5\x4e\x89\xfe\xe9\x23\xf7\xb9\x86\x99\x98\x73\xf9\x8d\x09\xaa\x4d\x05\xc2\x9f\xec\xaf\x51\x5f\x88\x38\x55\x5b\x60\x56\x40\xc4\x08\x8f\x9b\xa5\x05\x8d\x9e\x2a\x2c\xc0\xbe\x03\x54\x64\x1e\xa8\x9e\xb9\x60\x76\x29\xd1\x44\x07\xd6\x90\xac\xa9\xb0\xf0\xfa\x44\xaf\x70\x58\xfd\x7e\x90\x5b\xc0\x2f\x3c\xa0\x51\x3d\xcc\x24\x49\x8b\x37\x73\xfd\x45\x34\x53\x60\x7d\xfa\x98\x5c\x6e\xf5\x31\x79\x18\x9a\x0b\xe1\x71\xe7\x93\xa7\x22\xfc\xaa\x9a\x29\xa1\x45\xfc\x48\x27\xf8\xb4\x76\x2b\x78\x2b\x7c\x5a\x8d\x22\xea\xe2\x65\xcb\x1c\xb6\x28\xef\xd4\x03\xbc\x50\x95\x55\x78\xd6\x45\x1b\x86\x37\xf6\x5a\x1c\x84\xbf\x20\x0d\x9a\x48\x66\xa9\x6a\xcb\x2f\x50\x9a\x08\x46\x54\x06\x64\xb5\xe5\x1f\x20\xb6\x2d\x03\x89\xe8\x84\xb6\x2b\xb4\x88\xd5\xd2\x07\xf1\x58\x8a\x2f\x99\x95\xfe\x73\x86\x5f\x75\xcf\x7d\x22\x1a\x90\x8d\xa0\x9a\x7f\x76\xaa\x38\x2c\xf2\x76\x8e\x42\xfc\xb3\x33\xd2\x41\x24\xb1\xe0\x91\xcf\xec\xba\x73\xfb\x7b\xab\x1d\x0c\x6c\x14\x51\x07\x39\x50\x1f\x40\x2b\x28\xcf\xc5\x59\x0f\x8a\x50\x1d\xf2\xf5\x84\x84\xf4\x49\x01\xa5\xde\x30\xfb\x9c\x01\x86\x53\x07\xac\xd5\xfc\x39\x8b\xa0\xc4\x1b\xde\xaa\x08\x67\x0a\x8b\x9b\x13\xcc\x10\x7e\x26\x38\xf3\x20\x2f\x06\xa0\xfa\x74\xbc\x88\x9c\xfd\x09\xf2\x03\x7c\xb6\x19\x73\x4c\x75\xef\xd4\x8b\x4e\x03\xa2\x01\x1a\x3b\xf9\x0f\xcf\xfa\x62\x27\x27\x7f\x9f\x15\xa1\xfd\xb3\x7b\x1b\xa1\x36\xf3\x66\xc9\x7e\x63\xed\x7d\xda\xdd\x24\x49\x48\xa6\x42\x41\x37\x0d\x29\x2b\xdd\xe5\x8c\x10\xeb\xbd\x90\xc8\x46\x6b\x7d\xd3\x94\xe3\x7d\x77\xe3\xfc\x8b\xbf\xe4\x54\x98\x15\x38\xe8\xb3\xae\x34\xd2\x9a\x31\x1e\x04\x52\x48\xb5\x5a\x11\x5b\x54\x7d\x10\x12\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\x24\x9f\xb2\xc2\xb1\x3e\x29\xa9\x34\xc5\x50\xcf\xcd\xfe\xf9\x02\xe4\x2f\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\x94\xb5\x4c\x46\x25\xe0\xd5\x88\x7a\x3e\xcf\xb4\x1a\x4f\x3d\x33\xc0\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xef\x7f\xa1\xfa\xd6\xb3\xc1\x7b\x4e\x4e\xe1\xb3\xbd\x30\xa8\x2a\x6e\x6e\x36\xea\xda\x74\x98\x36\xa0\x22\x79\x9b\xce\xf6\xa3\x66\x43\x52\xa5\xa5\xaf\x9c\x36\x68\xdb\x28\xf0\xd5\xe3\x96\x6c\xd0\xf5\x43\xf0\x07\xbf\x41\xc9\x25\xe8\xd5\x0a\x58\x4b\xc7\x52\x43\xa8\x91\xc2\x7c\x66\x2b\x0b\x09\xfe\xfc\x3f\x64\x84\x04\x5b\x7b\x61\xd2\xb0\x2f\x57\x63\x0e\x79\xe3\xd5\x56\xd3\x39\x59\xcf\xaf\x48\xb0\xc3\x4c\xa3\x62\x4a\xda\x9a\x56\x73\x65\xd5\x62\xc5\x21\xb4\xfc\x8c\x82\xac\x92\xa4\x8d\x36\x4e\x8b\xef\x06\x33\xa6\xfd\xe8\x1a\xcd\x98\xc6\xb3\x0d\x41\xec\xc3\xb3\x84\xac\x9d\x2a\x67\x34\x5b\x9a\x39\x25\x7b\x5b\x4b\x39\xa7\xa5\x6a\x37\x12\x1a\x6b\x16\x01\x31\xa6\xea\x56\xcc\x46\x9d\x93\x61\x7c\xeb\xbc\x8c\x88\x86\x9e\x1c\xad\x4e\xe1\xc0\xef\x7b\x40\xa3\x8e\xa9\x0b\xd1\xb6\x4e\x49\x65\x7e\x1a\x3c\x6c\xc5\xe2\x0d\x61\xe5\x5d\xf2\xbc\x41\xc9\x64\xdf\x9f\x86\xfa\xc8\x9b\xa7\x9a\x5e\x6b\xbe\xc4\xb5\x41\xfe\xd9\xdc\x02\x95\x02\x22\x8a\x5a\x27\x43\xfb\x86\xb8\x1c\x7b\x35\x36\x66\xee\xf4\x45\xb2\x8d\x03\x2f\x98\x46\x06\x26\xbb\x01\x9e\x08\x6e\xe0\xc6\xfb\xfe\xff\xc1\xb3\x26\x96\x61\x3a\x8a\xbe\x9e\x0d\x71\xea\xd6\x42\xb5\xa0\xf7\x87\x64\x47\x8b\x1c\xa5\xba\x80\x23\xdc\xe6\x2d\x10\x44\x1c\x3a\x4a\xdb\x8b\x93\x86\x9c\x93\xdf\xbb\x3e\xa7\x45\x1c\x05\xcf\x38\x3b\xc2\xb5\x80\xcd\xd0\xfc\x12\xb9\x76\x26\x8a\x0c\x24\x89\xde\x60\x6e\x9d\x5d\xc0\xb9\xc1\xdc\x6a\x9f\xd5\x06\xd7\xb8\xe6\x6d\x93\x49\xdd\x2d\x6d\x90\x90\xa9\x79\x31\x17\xea\xbd\x78\xa3\x2e\x22\x2f\x01\x8a\xb6\x68\x63\xf6\xda\x51\x0d\x35\xfc\xcc\x8d\xa4\xb3\xb2\x31\x0a\xbd\x17\xb7\xb9\xe0\x48\xab\x71\xc2\x14\xda\xcd\x60\x8b\x69\xbb\x75\x50\x35\x80\x98\x66\x7e\x42\xc6\x25\xbb\x72\x34\x66\x50\xea\x3a\x0a\xdb\x4e\xa8\x35\xfe\x52\xb0\x75\x36\x78\x96\xd9\x5f\xb9\xed\x29\x31\xd5\x3e\xeb\x2b\xda\xd0\xd9\x0e\x46\xa2\xe9\x8b\xa3\x41\x14\x88\xc0\x63\xa2\x48\x81\x26\xed\xe0\x4a\x6b\x8e\x0e\x5e\x89\x2c\xa4\xa1\x1e\xb2\x83\x53\x3b\xc8\xdf\xee\x90\x6a\x58\x73\x1f\xd3\xb5\xf7\x62\x12\x38\x47\xfa\xe2\xa4\xf3\xa9\xf0\x6a\x3b\x39\x69\x9a\xa3\x93\xf8\x55\x88\xb8\x9d\x30\x77\x09\x1a\x36\xa4\xdd\x6c\xee\xe1\xa4\x7c\xd3\x20\x10\x31\x60\x2f\xc3\x06\x3b\x67\xd3\xe9\xdd\x4e\xe2\x3c\x8b\x37\xd8\x3d\xed\x77\xd6\x5e\x8c\x34\xec\x3f\xd5\x10\x01\x1e\xc3\xff\x57\x8e\x51\x14\x5e\xa4\x48\x0d\x5e\x9c\x56\xff\x0f\x8a\x74\x4b\x6c\x2f\x42\x72\xf0\xf4\x6c\x77\x72\xa2\xa6\x99\x09\x30\xbb\x69\xbe\x79\xb8\x8a\xa4\x9b\x89\xfc\xfc\x01\x25\xb4\x90\x66\x7b\x72\x9a\x45\xf4\xc3\x2d\x29\xe8\xd8\xe8\x58\xe6\xfb\x7c\x03\x6a\xb1\x17\x51\x7b\x28\x0d\x2d\x70\x9f\xa4\x4a\x74\x3f\xb4\xb7\x79\xdf\xc3\x09\xac\x55\x37\xc9\xcb\x8a\xae\x58\xed\x01\x37\x68\xe6\x3a\x63\xa8\xa7\x9f\x71\x37\x91\x2d\xa3\xff\x92\x86\xa5\x1f\xe8\x82\x23\x98\xd1\x69\xc2\xf3\xe5\xa4\x6f\x3c\x37\x24\x2a\xfa\x86\x6c\x3c\x62\xf2\xfe\xc2\x8a\xaa\xea\x55\xef\x19\x04\xa2\xfd\x3f\x8e\x70\x8d\xb2\xc3\x44\x67\x37\xc2\x4e\xf5\x4d\xff\x7c\x40\x86\x92\x80\xec\x1b\x05\xc5\x32\x09\x18\xb6\xe6\xbe\x17\xf2\xfc\xd0\x33\xd7\x42\x1c\xd1\x4b\xfd\xef\x7f\x61\x3f\xb3\x8e\x2c\xe7\xf6\x3f\xe8\x2c\x87\xe3\x4b\x5c\x67\xc2\x20\x2b\x80\x7a\x49\x2a\xfd\x09\xd7\x46\x34\x41\xe1\x63\x00\xd8\x0b\x0f\x60\xe1\xfa\x5e\xa9\x63\x12\x58\xea\xa9\xa2\xd1\xd6\xed\x69\xb6\x13\x5b\x76\x9a\xed\xdc\x66\x25\x4e\xd0\x5e\xee\x40\x37\xbe\xe0\xf4\x7a\xbf\xa0\xd2\x6b\xc5\xd8\x43\x5f\x77\x3b\x34\x2e\xf6\xba\xe9\x0d\x33\xe7\xc5\x68\x15\x75\x51\xd5\x41\xa3\x66\xa2\xb9\x81\x89\x06\xc4\x40\x8d\x69\x8a\x34\x71\x08\x50\xb6\x39\xad\xc3\xe7\xcb\x0e\x0a\x1d\x39\xcb\xc3\x43\x4a\x2c\x24\xb8\xd5\x7b\xf2\x9b\x7a\xe8\xdc\x69\x82\x15\x9d\x5e\x5f\xbe\x4f\xf4\x5e\x21\x96\x45\x34\xa2\x1f\xed\xc2\xd0\x53\xbd\xd2\xdc\x24\xf4\xd9\x66\x8f\xce\x41\x99\x86\x85\x06\xfd\x4c\x18\xeb\xef\xc9\xa1\x5e\x28\x46\x4b\x46\xff\xfd\xe5\x20\xea\x9d\x3a\x57\xa9\x5a\x3a\x32\xf8\x7c\x66\x7d\xd0\x78\xe6\x59\x1c\x13\x7e\x6b\xe2\xc6\x81\xcc\xf1\x9e\xf5\x01\x48\x61\x7e\x7e\x71\xd4\x54\xc1\xdc\xd9\x81\x9b\x9a\x74\x56\x7d\xe4\xac\xeb\x05\x82\x18\xc9\xa6\x1e\x44\xfe\xba\xfe\x77\x56\xae\xb1\xf1\xb5\xd3\xbf\xdf\x46\xa6\x4e\x73\x9d\xdd\xcf\x3b\xcc\x75\xb6\xce\x76\x9a\xeb\x6c\x95\xec\xf0\x2a\x6b\x82\x18\x3d\x61\x8e\x99\x6d\x22\x5f\xb8\xe7\x89\xe9\x77\x42\x8a\xb3\x3e\x89\x08\xbc\xb2\x93\xe3\x70\x93\x58\x59\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\x26\x73\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x51\xce\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x49\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\x52\x64\xf4\x3d\xa5\x93\x26\x06\x6e\x65\xf6\xea\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\x6f\x22\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\x33\xa2\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x3d\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x05\x20\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x91\xd2\xa9\xa5\xf2\x01\x0a\x2d\x95\xef\x07\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xad\xc4\xec\x70\xfc\xb2\x79\xbf\x3f\x89\x13\xfe\xf5\x30\x7e\x54\x29\x6a\x6e\x07\xd2\x52\xda\x75\x71\x00\xd4\x29\xe4\xfb\x3d\xf8\x90\xa6\xaf\xea\x99\x2c\xf9\x27\x3b\xd1\x80\xda\xc9\xde\x0e\x03\x39\x70\x42\x69\xb1\xde\xed\x43\x72\x86\x7e\xe0\x85\x42\x12\x72\x40\xaf\x64\xa7\x8b\xb1\x8d\xff\xfe\xd7\xad\xbc\x1e\x5b\xbc\xcf\xba\xf7\x8d\x8d\x6e\x68\xba\x61\x8c\x54\x33\x89\x15\xc6\xc6\x49\x75\x97\x14\xca\xcb\x3f\xf0\x5a\x24\x7e\x1c\x25\xa9\x54\xa7\xd0\x4c\xd9\xf6\x3f\x4a\xd6\x72\xd3\x34\xd3\xcb\xdf\xfe\x04\xa3\x50\xc1\x1d\x6e\x82\xbb\x4a\x9d\x16\x14\xec\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xda\x2a\x2d\xfe\x60\xa1\x6b\xab\xab\x06\x6d\x66\x5d\xfc\x34\xd2\x66\x66\xf6\x40\xc0\xa4\x1d\x0a\x46\xcb\x14\x88\xea\x04\x6e\xfd\x63\xea\xfa\x34\x98\x75\x3c\xb4\x2f\x46\x82\xba\xee\x37\xb0\x9b\x25\xda\x07\x40\x9a\xea\x90\xcd\x81\x34\x8b\x56\x07\x8f\x9e\x2c\xa0\x0f\x3a\x8f\x38\xaf\x18\x12\x52\x58\x3f\x35\xe0\x78\xef\xe0\x91\xc1\xa2\x82\xdd\x93\x07\x8b\x57\x28\xeb\xd6\x1c\xb0\x70\x8d\x4f\x17\xb0\x36\x59\x55\x38\x3a\x42\xa4\xbd\x7e\xa8\x3b\xfd\x71\xed\x1b\x80\x59\x61\xd6\x86\x9b\x95\x5d\xaf\x07\xf2\xcc\x84\x32\x50\xcd\x31\x68\x6d\xd4\x09\x36\xa8\xf2\xb2\x9e\x65\x20\xa3\x85\x35\xd5\x83\xa5\xa6\xad\xd1\x1a\x70\xfe\x57\x3e\xa8\x39\x06\xef\x57\x9e\x88\x41\xf4\x60\x2a\xe0\x48\x65\x6b\xf7\x08\x86\xe9\x98\xcd\x90\x1a\xb1\x58\x43\x39\x22\x39\x57\x9d\x04\xe3\x18\xdd\x24\x35\x92\x26\x13\x58\x4d\x55\x7a\xe6\x00\x54\x73\xb5\xad\x39\x66\x36\xa9\x4e\x27\x64\xad\x65\xeb\x98\x64\x5d\xcf\x0d\xfc\xa4\xea\xe7\x0b\x9e\xce\x1e\x48\xe6\x99\x10\x68\x1d\x30\x9c\xb5\xcf\x73\x47\x3a\x1a\x8d\x6b\xe5\x40\x35\xae\xb4\xa4\x49\x8b\x35\x90\xc7\xb0\x58\xbf\x37\x76\x18\xf2\xad\x5b\x1b\x3b\xfb\xd0\x17\x3b\x10\x64\xf1\xff\xec\x43\x98\x60\xc0\x2d\xc9\x86\xb5\x41\x23\x95\xd5\x1d\x03\x69\x20\x6c\x9e\x19\xf0\x96\x6f\x96\x55\x07\x25\x8f\x27\xfb\xe0\x5e\xf0\x44\x20\x2f\x84\x6d\xb9\xe3\x08\x76\xe1\x26\x28\x27\x3c\x0a\x86\x28\x5a\x13\x36\x8e\x87\x3f\x68\xae\x4e\xfa\xfc\x08\xf2\x8d\x33\xc9\xf0\x0f\x49\x86\xda\x40\x18\xa3\x95\x59\x83\x1e\xf0\xd6\xd3\x0c\x2a\x82\x84\xf0\xc7\xc9\x44\xc0\xfe\x1f\x47\x9f\x85\xf0\xc9\x6c\x84\x6e\x30\x33\x99\xe9\x19\x59\x94\x84\xdf\xc6\x95\x24\xfe\x25\x03\xdd\x1c\x0c\x70\xb4\xae\x6c\x5c\xa4\xdf\xcf\x54\x3f\x7b\xaf\x31\x33\xa0\x72\x5c\xcf\xc1\xb4\xd9\xba\x56\x0d\xa2\x1a\x2b\x8e\x06\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\xe1\x6c\x10\xe5\x58\xdb\x36\x98\xaa\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xe4\xae\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xbd\xaa\xdf\x47\x4a\x18\xdd\x66\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x00\x82\x6c\xaa\x8a\x1f\x17\x5f\xdc\x1b\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x7f\xd5\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\x8a\xfa\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\xf2\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x27\x45\xc0\x8c\x67\x5d\x7a\x0c\x72\x87\x1b\xcc\x74\x16\x66\x5a\xd4\x51\xf9\xa8\xe8\x02\x21\x90\x56\xf9\x47\x40\xc3\xeb\x7d\x81\x4c\x5f\xdd\x02\x25\xa8\x6b\x1f\x7f\x0a\x32\x0a\x9a\xe8\xac\x50\x8b\x40\x40\x9a\xf9\x19\x06\x39\x67\xc3\x88\x49\x38\xeb\xad\x3f\x73\x8b\xf8\x0b\x00\xaa\x61\x81\x04\x3f\xf3\x69\xc5\x7a\x4c\x3a\x25\x0c\xb7\xf1\x0a\x7a\xfb\xe9\x06\xf3\x51\xf8\xe6\x17\x8b\xc7\x91\xc9\xa0\xea\x49\x25\x03\x67\xd0\x6a\xe7\xcb\x64\xac\x14\x28\x1a\x59\x06\x24\x5a\x82\xc0\x2a\x67\x55\x61\xec\xdc\x14\x96\x9c\xf0\x2d\xb2\x06\x37\x76\x9a\x0e\x75\x39\x0b\x26\x89\x18\x9e\x0c\x80\x2e\x2b\x02\x63\xcf\x3e\xdd\x04\xfa\x34\x95\x07\x39\x4e\x58\x23\x50\xba\xc4\x7a\xbf\x40\x85\xbb\xee\x6b\x6b\x20\xa9\xc3\xf2\x5e\x87\xe5\xcd\x0a\xb0\x80\x6f\x51\xff\x34\x78\x93\x46\xb7\x48\xe7\x5d\x5d\x18\x03\x31\x87\x9f\x7d\x46\xc4\x35\x2c\x05\x01\xb0\xac\xbd\x0c\xe0\x29\x2b\xe1\x02\xb9\x95\xad\x06\x0c\xa6\x89\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb0\x48\xc3\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\x5c\xbf\xad\x74\x89\x2b\xd7\x5f\x8b\x87\x08\xc2\xbe\x59\xa2\x5d\xc4\x9e\x5e\x1c\xd6\x1a\xf1\x3d\x2a\x12\x25\x79\xa0\x54\xfe\x0c\x6f\x36\x78\x20\x39\x86\x2a\x98\x21\xd9\xaa\xc0\x20\x4c\xb2\xa7\x56\xd0\x5d\xdb\x1a\xea\xa0\xc9\x6e\x58\x0e\x32\x63\x97\xb5\x06\xf1\xc2\xa0\x70\xb8\x65\x40\xdb\xd3\x7d\xdb\x0e\xe2\x1e\x5d\x7b\x83\x45\x89\xad\x77\x0d\xf8\x19\x75\x5d\x83\x83\xea\x21\xeb\x55\x03\xa9\x1f\xba\xf1\x60\x30\xf0\xaf\x7d\xda\x64\x14\x8b\xa6\x93\x59\x8e\xdb\xa7\xcd\x03\x79\xe8\x34\x0c\xa8\x7f\xac\xcb\x8b\x87\xa2\x4e\x73\x35\xe1\x69\xd4\x7d\x11\x9e\xcc\xe4\xe5\x78\xa2\x89\x30\x3f\x5b\xa2\xe6\x2f\x97\x70\xea\x07\xb8\xbd\x49\x90\xcc\x1f\x97\xb4\xbb\xc9\x9d\xd2\xc9\x6f\xe4\xe4\x2e\xfd\x80\xed\xd1\xdd\x07\xc8\x96\x7a\x6f\xfe\x38\xb7\x6a\x31\xd5\x46\x5a\x8d\x49\xe8\x23\xd1\x34\x37\xb2\x80\x06\x3e\xb7\x64\x01\x75\xc9\x4c\x5d\xbe\x05\x4d\x18\x0e\xad\x07\x9b\xf0\xfb\xb6\x6a\x6e\x6e\x54\x93\xeb\x98\x99\x5b\x8e\x53\x54\x6f\xb9\x1a\xee\x83\x52\x3f\x4c\xd6\xc9\x4e\x35\x30\x66\x5f\xb6\x42\x77\xbe\x78\x29\xa6\xc4\xf4\x2c\x1c\x98\xfa\x28\xdc\x61\x9a\x09\x78\x8e\xdb\x97\x73\xa2\x2e\x9e\xb5\xdc\xb3\xf0\x38\xd6\xf9\x3c\x0b\x8f\x5f\xe9\xf3\x66\xe1\xa6\xae\x7f\x3a\x9a\x26\x6b\x25\x5b\xb7\x3b\x2b\x09\xd4\x44\x57\x1e\x95\x3a\x5d\x67\xa5\x0c\x18\xfe\x81\x13\xab\x59\x82\x67\xb7\x35\x63\x33\xa3\xfd\xa4\x62\x9a\x04\x52\x9e\x78\x6a\xad\x54\x6a\x7b\xce\x54\x4a\x89\x86\xc6\xad\x67\x76\x68\x98\x35\x8f\x99\xe1\x81\xd6\x40\xcf\x06\x61\xea\x85\x6a\x34\xfd\x48\xc3\x34\x51\x19\xcf\x46\xe2\x49\x3f\x6e\x15\xdc\x9d\xb3\xe5\x5a\x6b\x25\x5e\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\x9b\x39\x9a\x9e\x61\x56\xe0\x4e\xe0\x3b\x63\xa7\x39\x38\x6c\x75\x39\x98\x20\x49\x3d\x8e\xdc\xb9\x5a\xbc\x17\xef\x55\x5f\x93\x27\x73\x64\xa8\x42\xe9\x9c\x83\x0c\xe4\x67\x4e\xbd\xd4\x64\x93\x06\x4a\xd5\x0f\x9d\x33\x98\x23\x52\x34\x04\xd7\xc6\xfb\x0a\x09\xce\xac\xee\x98\x70\x67\xb7\x5a\x66\x22\x27\xc6\x32\xd1\xb4\x70\x5a\x11\x3f\x19\x7f\x68\x55\xfe\x44\xc2\x32\xeb\x71\x26\xec\x99\xdd\x34\xc2\x9e\x19\x3a\xb2\xe6\xcc\x79\xd4\x07\x13\x3b\xd1\x4b\x47\x90\xa8\x5b\xf1\x64\xad\x90\x9f\xdf\x87\xed\xc0\xf3\x8c\x60\x42\xdf\x79\xe7\xe2\xf7\x1a\x02\x14\x66\xd3\x07\xc1\x82\xa8\x91\x42\x64\x52\x7f\xf6\x11\xca\x0b\xcc\xa5\x2b\xee\x5c\x1c\x91\xa6\x60\xf1\x30\x32\x83\x27\xd6\x13\xe0\x98\xc4\x7a\xcb\xcf\xd8\xa6\xba\x5d\xce\x9d\x07\xa4\xf9\x17\x71\x80\x5d\xe9\xeb\xe7\xdc\x59\x41\x42\x83\x40\xda\x55\x2b\x4c\x26\xf4\x6b\xbe\x65\x4f\x14\xb1\xf3\x75\x75\x22\x68\x4f\xd5\x70\xe6\x3c\xb8\xce\x7e\x3f\xa0\xeb\xf4\xff\x3c\x03\xcc\xff\xb4\xd0\xa9\xf0\xec\x9c\x70\xa9\xf2\xad\x7d\x9e\x39\x68\x0d\xea\x45\x7a\x65\xf3\x7e\x38\x0b\xbc\x85\x44\x32\x34\x69\x76\xe5\x9d\x88\xd0\x6b\x4e\x21\x35\xcf\x9c\x04\x0d\xfa\xa4\xcc\x37\xd5\x27\xdd\x22\x3c\x4d\x27\xe2\x6d\x85\xd3\x26\x95\x67\xe3\xf3\x03\x74\xf0\x4a\x1e\x3f\x27\xdd\xa8\x54\x5c\x74\x4e\x28\xcc\x7c\xa3\x9e\x2f\xf6\xab\xd3\x3b\xe6\xe2\xa1\x5f\xfc\x03\xbc\xa2\x2c\x8b\x60\xe4\x7b\x2f\xbb\x7f\x39\x87\x2e\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\xbd\xa9\xf8\xf2\x06\xbb\x27\xfa\x17\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x1a\xca\xf9\x70\x06\xfc\x7e\x07\x30\xd2\xac\x3f\xd9\xa3\xd8\xf9\x41\x6a\x0a\xcf\x08\x54\x63\xbe\x7b\x4f\x38\x64\xd9\x01\x70\x3e\x28\xb6\x6a\x66\x7b\x50\x33\x40\x68\x6f\xfd\x72\xd5\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\xd3\x5d\x7b\xfd\xe0\xaa\xa2\x45\x5b\x50\x5b\xf9\x2a\xb5\x7e\xa0\x68\xf3\xff\xd4\x27\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbd\xf9\xff\x8a\x06\xfc\x4c\x67\x3a\x51\xb4\x81\x09\x84\xd4\xd7\x0b\x90\x86\xe7\x70\x31\xbf\x96\x55\xee\x0b\xca\x21\x5f\x0f\x57\xa1\xb5\x49\x3b\x7c\xc1\xf2\xd6\x37\xcf\x12\x13\x26\x38\x3e\x6f\x21\x14\xae\x2b\x53\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x99\x4a\xb5\x3b\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\x6f\x46\xab\xf2\x12\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x7f\x14\xde\xa4\x8b\xc6\x39\xc7\xaf\x2d\xc0\x1e\x5f\xf8\x16\xf5\x47\x2a\x75\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\xfb\xc3\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x01\xc3\xb3\xc9\x24\x08\x4e\x67\xba\xa0\x61\x1a\xe6\xa0\x17\xe6\xfc\x7f\x34\x51\xc8\x7b\xa6\xe8\x4f\x65\x13\xc7\x02\x6a\xb1\xd1\x64\xb1\x24\x9a\x4d\x07\x2b\x41\xc9\xe7\x0b\x9e\x9d\x3a\x07\x56\xa7\xee\xe2\xf3\x09\xd8\x46\x62\x7b\xd1\x3f\xdd\xab\x01\x1d\xd3\x90\x7e\x66\xa5\x8e\x49\xe7\xc0\x1a\x39\x75\x6a\x81\x15\x7f\xbd\xdb\xd7\xe0\xdc\x69\xb2\x07\x39\x40\x2c\x02\xad\xd3\xa8\xee\x92\x00\xd1\x44\xc3\x4b\xca\xc8\x7c\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\xd4\x54\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\xd4\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x55\x4c\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x0f\x86\x35\x07\x84\x92\xe6\x81\x99\x56\xcd\x72\xf0\xba\x1a\x02\x26\x2b\x75\x5d\x9f\x1e\xb9\x14\x7e\x86\xee\xcb\x02\x60\xe6\x10\xdc\xc3\x83\x52\x9d\x7f\x4a\xc2\xb0\x98\xf2\x5e\x25\x59\xe7\x5a\xa4\xdf\xcf\x8d\xfb\x54\x33\x44\xb5\x98\x11\xeb\xca\x1c\x0b\x7e\xc6\x08\xbd\x91\x17\x46\x28\x45\xdb\x42\xa5\x09\x5f\xfb\x17\x1d\xae\x86\xc5\x28\x1d\xae\xac\xfb\x5f\x70\x6e\x37\xc0\x5d\x7b\x0a\x30\xcd\xc1\x0e\xf6\x15\x4c\x59\x3b\x0a\xae\x7a\x52\x91\xd7\xcb\xd0\x6c\xa5\x3b\x95\x9f\x21\x07\x84\x62\x16\x74\x6a\x4e\xa5\xb8\x0e\xce\x92\x2e\x8e\x0b\x09\xee\x8d\x30\x16\x0c\x99\xd6\xb1\x2d\xba\x4f\xd9\xe6\xb2\x8e\x24\x59\xcb\x48\x7f\x2a\x1b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xbb\x94\x31\xca\x3a\x92\x79\xdd\x09\xf6\xa0\x74\x4b\x0b\x30\xc7\xea\x91\x75\xf1\xae\xe1\x3d\xc8\x9c\x58\xd3\x1b\x24\x35\x5a\x5e\xbb\x2b\x48\x95\xfa\xb8\x78\xe9\xf2\x36\x85\x43\xf9\xe7\x68\x60\x01\x2f\x0b\x06\xe6\x9b\x77\x10\xc8\xba\x07\x74\xee\x22\x02\x29\xae\x3e\x52\x9a\xc5\x70\x6d\xd0\x5a\x37\x95\xbb\xc3\x6f\x90\xc3\x7d\x70\x3f\xd4\xfb\x78\x97\x3e\xc4\x73\xd2\x2c\x2c\xa2\x19\x4f\x05\x7c\x95\xc2\x91\x81\xeb\x01\x53\x76\x7f\x90\x54\xf8\x85\x8b\x4d\x6a\xfa\x9f\x64\xd3\x7f\xd3\xbd\x33\xeb\xd4\xcf\xcf\xc8\xa9\x61\x83\xd4\x0e\xcb\x9d\x2d\x3d\x3b\x2c\x77\x96\xca\xfb\x8f\x87\x7b\xf5\x07\x2c\x88\xe8\x17\xc0\xa6\xd3\x3d\x80\x4d\xb5\x51\xf6\xdf\x0d\xb7\x30\x7f\xcf\xeb\xaa\x1b\x40\x0e\x29\x6f\xee\x9d\x0e\x4a\x8e\x94\xdb\x37\x84\x42\x0b\x80\xec\xd0\x34\x99\xc5\x76\x28\x9a\xa6\xbd\xff\xf7\x2d\x97\x57\x34\x41\xd3\x64\x71\xb5\xa3\x24\xae\x43\xbe\x76\x68\x9e\x8c\x2b\x77\x64\x25\xf5\x4e\xda\x89\x99\xc4\xf5\xff\x8f\xb1\x37\xc9\xd9\xa6\x57\x96\xc3\xe6\x5e\xc5\xb7\x03\x17\x7b\x72\xf2\x4f\x3c\xb6\xf7\x50\x1d\x0d\x0d\x74\x75\x71\x2c\xed\xdf\xa8\x08\x32\xe2\x39\x80\x24\x7c\x83\x17\x78\x9f\x62\x15\x9b\x64\x32\x33\x99\xed\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x14\xf7\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x78\x18\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x6c\x67\x3c\x59\x7c\x47\x45\xc1\xfa\xc9\x74\xf2\xb6\x8f\x9e\x94\xc8\xaa\x5f\x48\x7c\x41\x73\x5a\x12\x97\x6e\xb0\x67\xe6\xa4\x35\x28\x33\x0a\x7c\xd7\xc1\xbf\xe0\x45\x27\xfc\xe5\x9d\x73\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\x92\xb4\x46\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x94\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\x8c\x94\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x88\x3b\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\x41\x77\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xab\xa0\x72\x3f\xe9\x41\x6f\x6b\xf0\xd9\x57\xb4\x84\x7e\x3f\x88\xc1\xf4\x14\x49\x67\xbc\x71\x4b\x7e\x33\xa1\x81\x47\xbd\x7d\x01\x4f\x46\x2b\xda\x04\x72\x7e\x02\x5e\xfc\x61\x22\x90\xe7\x86\x64\x9f\x73\xac\x45\x78\x08\xca\x04\xc6\x26\xa4\xea\xef\xde\x7b\x26\x6d\xb0\xd9\xf3\x44\xd2\x86\xea\x65\xd2\x4e\x5a\xfc\x9b\xab\xf0\xb1\x85\xc4\xf7\xc3\xa7\x28\xf0\xf9\x08\xc1\x55\xad\x1a\xfb\x90\x7c\x7f\x14\xff\x26\x71\xf4\xf7\xa0\x24\xa6\x13\x27\x67\xe8\xbd\x87\xaa\x2d\x75\x83\xed\x64\xba\x46\x41\x01\x29\xb6\x2c\xd4\x9e\xe7\xa2\x96\x1e\x62\xad\x41\x8b\xfa\x64\xc4\x38\x7c\x26\x11\x10\xe9\xb4\x12\xe7\x45\x6c\xca\x7e\xb0\x00\xad\x59\x2e\x09\x50\x4a\x9d\xf3\x82\xd3\xb6\xb7\xea\x22\xba\x78\xaf\x20\x12\xfa\x1a\x77\x5e\xef\x07\x87\xe8\x0f\x26\x2c\xfb\x7a\x1f\xa9\x5e\xab\xf4\x0f\xe7\xbd\xe6\xa4\x49\xc3\x2e\xab\x22\x61\xfd\xbc\x49\xee\xb2\xbf\x00\x7b\x2f\x7e\xa1\xf3\x05\x2d\xe2\x5e\x44\x5b\x7b\x47\xc3\xac\x6d\xbd\x27\x7c\xe1\x7e\x24\x00\x24\x92\xb0\xad\xf7\x44\x4c\x64\xed\x9e\x13\x92\x99\xf9\x0c\x3c\x4b\x73\xa0\x21\xa1\xef\x1b\xf6\x36\x3e\x3f\x41\x38\x0d\x2f\xf3\x13\x73\xf3\xd1\xfe\x2a\xe2\xe8\x7c\xd6\x2e\x68\x63\x29\xf1\x76\x0f\x07\x7a\x6e\xce\x0a\x55\xe0\xe1\x8d\x47\xd2\x89\xa1\x6a\xc8\xfd\x84\x67\x9c\x53\x81\x9e\x0f\x72\xbb\x58\x56\x80\x09\xf8\x07\xf7\x90\xc0\xcb\x29\xf2\xcf\x17\xbb\x66\x39\x12\x25\x72\x7f\x84\x8f\x17\xfe\x1b\x16\x03\x29\x61\x5b\x14\x40\x02\x8a\x6a\x31\x12\x69\x60\x87\xcb\xf6\x9c\xf0\x8a\xeb\xc5\xbf\xc9\x7f\xf4\xc1\x24\xa5\xf4\x01\x46\xa5\x00\x17\x3c\x3a\x27\xcf\xa7\x36\x60\xf2\xe6\xe1\xc3\x31\x79\xf3\x08\x7e\x80\xbc\x14\x96\x35\x26\xe7\xac\x35\xc0\x7a\xec\xc8\xd9\x93\x55\x00\xbc\xc5\x93\x9a\x69\x93\x04\xa8\x13\x87\xa9\x16\x8d\xc5\x36\x69\x5f\x28\x0b\xe5\x9a\x0f\x17\x4b\xe6\x8a\x98\x5f\x07\x8b\x63\x1c\xfa\xcd\x98\x8b\xa6\xdf\x14\x76\xba\x3f\xe0\xf9\x0d\x1e\xa1\x61\xdf\xdc\x03\xcd\x6c\xc2\xe4\x8b\x69\xff\x6d\x45\xbf\x28\xd0\xff\xcc\x89\x02\x4e\xf7\xa0\x2f\xa2\x99\xa2\x7e\x4f\x8e\xa9\x1e\x20\xe1\xbb\xb4\xc1\x15\x78\x16\x24\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x15\x04\x6c\xf4\xbf\x50\x30\xc0\x09\xd6\x2f\xc8\xce\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\xe6\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xd5\x29\xaa\x2f\xc8\xb2\x4e\xdd\x7c\xd5\x45\xc0\xb5\xa8\xca\x21\x05\x85\x25\xcc\xaa\xc3\xc6\x22\x7c\xfe\x8d\x04\xaf\x5e\x33\x34\x99\x2d\xfe\x4d\x29\xd7\x7e\x21\x69\x46\xff\x39\xb1\x88\x61\x30\xcb\xbd\x98\x5c\xac\x1b\x64\x34\xcf\xda\x73\xe9\xa2\x9a\xb3\x1b\xc8\x30\xcf\x3a\xb3\xf3\xb5\x84\x63\x83\x80\xe9\xc6\xc4\xc3\x2e\x84\x9b\x3a\x67\xf1\xd5\x17\xa6\x68\x12\x90\x8d\x9d\x52\xe7\x62\xf6\x31\x3b\xb1\x5c\x8c\x3f\xed\xde\xa7\x7e\xfe\xf3\xe7\x27\xce\xee\x5a\x3e\x7c\x3e\xa6\x9d\xdb\xe0\x2e\x17\x3a\x7b\x4c\xa0\xb3\xc1\xba\x84\x61\x5d\x50\xaf\x95\xa9\x43\x1f\x20\xdd\x98\xf3\xc7\x5e\x83\x1e\x2c\x12\x45\xae\xc1\x9b\x97\x14\xc4\xd7\x58\x17\x4a\x8d\x31\x48\x70\x85\x1c\x37\x72\xfd\xd9\xec\x75\x27\x9e\x52\x5d\xef\x6e\x06\x2e\x59\x3e\xb8\x51\x28\xd7\x29\x47\x6f\x16\x1b\x31\x9f\xb8\x59\xe8\xcd\x7e\x32\x37\x7c\x6b\x9d\x0b\xf3\x26\x31\x91\xd0\x7f\xf3\xde\x6d\x22\x7e\x7f\xb4\x23\x05\x0f\x99\x49\xbf\x24\x53\xdd\xb8\x5a\x3b\x39\xe6\x9d\xd7\x99\x88\x7a\x40\x05\x87\x26\x49\x8f\x10\x47\x46\xdd\x24\x36\x3a\x55\x37\x69\x4b\xf6\x08\x93\x73\xd2\x07\x48\x06\xe8\xc4\x52\x37\x3d\x44\xec\x6c\x73\x23\x10\x6a\x74\x21\xdd\xbd\x88\x4b\xf1\x27\x05\x5d\x68\x92\x4c\xf5\x67\x66\x75\x97\x05\x7c\xcd\xaa\xf0\x28\x34\x7f\xf2\xad\xcb\xd5\x65\x6e\x5a\x5f\xec\xb0\x73\x33\x14\xca\x56\xc3\x1b\xd6\x14\x5b\x04\x6e\xdc\xad\x9d\x4e\xe8\xe6\xd5\xd9\x9e\x2d\x77\x65\x48\x4a\xf2\x1b\x83\xd3\xd4\x7e\x21\x77\x8f\x53\xe5\xde\xb8\x4c\xdb\x8f\xf0\x26\x01\x12\xb7\xb9\xeb\xc2\x10\x21\x00\x52\xef\x14\x95\x6f\xee\x37\x5c\x74\x9d\x7d\xe5\x66\x91\x12\x03\xa6\x01\xe7\x44\x45\xef\xb6\xb6\xd3\x0f\x30\xa4\x88\xca\xdd\x88\x83\xba\x72\xdd\x9d\xcb\xd6\x14\x3a\xf7\x42\x90\x46\xb2\x40\x27\x3b\xb8\x61\xa6\xb0\x87\xc7\xbd\xae\xb6\xba\xcc\xdc\xa8\x10\xf7\x83\xf5\x74\xc0\xb5\x47\xc5\x8d\xec\x81\xdd\x7c\xfc\xa6\x47\xae\x19\xff\x8d\x60\x70\x07\xe7\xdd\xb0\x2c\x38\xb0\xe7\x66\xcd\x38\x73\xe1\x9b\xd9\x02\xcd\x86\x6f\x66\x0b\xb4\xa3\xca\x0d\x0a\xe0\xc8\x99\xfb\x23\x00\xc9\x54\xea\xc6\xf9\x4f\x36\x0d\xdc\x27\xeb\xec\x08\x2e\x08\xab\x32\x73\xb9\x4f\xa6\xb8\x54\x07\xe7\x42\x6a\x4d\x01\xb6\x09\x6b\x0a\x6f\x24\xe6\x71\xf6\x80\xfb\x64\xa4\xae\x76\xea\x24\x60\x05\x68\x56\x85\xf3\x21\xe1\xcd\xd5\x70\x46\xea\x1e\x47\x24\xdc\x70\x1a\xb1\x67\xf4\x8d\x8b\xeb\x18\x7f\x15\xf2\x7a\x7f\x97\xda\xf4\x43\xfd\xe0\x51\x62\x37\x83\x1b\xf1\x5a\xf6\xaa\xbe\x2f\xd8\x7e\xbc\x58\xc4\x84\x77\xdd\x9a\x6f\x46\x6b\xd9\x05\xe5\x46\xda\x9f\xd1\xc5\x69\xee\x0b\x3e\x2f\xe2\xe6\xf7\x77\xc5\x4d\xe1\xa7\x9d\xcb\x73\x8f\x13\x68\xa5\xf7\x6f\x1a\xe8\x34\x43\xe4\xf8\x69\xe2\x11\x37\x1d\x52\x7c\x32\xbe\x2b\x70\x72\x7d\x80\xfb\xbb\x01\xe7\x1f\x04\xb8\x17\x1f\xf3\x0b\x3c\xff\xdd\x3d\x30\x98\x5f\x33\x42\x35\x14\xab\x76\xef\x75\x23\x8e\x7e\xe1\x84\x2f\x92\x80\x74\xaf\xa3\xa2\x35\xe2\x06\x6c\x0f\xaf\x1b\xd5\x50\x9c\x99\xfd\xbe\xc9\xf8\xbc\x48\xa4\x09\x72\xb5\x94\xfb\xa1\x1c\xe7\x2f\x9e\x04\xa4\x13\x12\x30\x20\xcc\xa2\xe0\xcd\xea\x28\x16\x26\x6f\x04\x84\x95\x60\x0a\x81\x6b\xb0\xfd\xce\xef\xef\x1a\x1c\xed\xd9\x76\x2f\x57\x67\x0f\x49\xc2\xfa\xf3\x02\x2a\x56\xe9\x5a\x7b\xbf\xa8\x50\xee\xd3\xfb\xd2\xaa\xf3\xf3\x00\x04\xc1\x1d\x20\x6f\xb5\x7d\xe5\x6f\xdc\x83\xed\x7d\x7f\xe3\x1e\x6c\x45\xc3\xcd\x20\x78\xfb\x4b\xdd\xac\x9e\x62\xe4\x5b\x17\x61\xb1\xff\x1b\x17\xe1\xf0\xd3\x03\x01\x2d\x01\xf9\x9e\x48\x93\xe0\xc3\xc9\xd4\x46\x96\xc9\x6f\xa6\x36\xb2\xd7\xd7\x3d\x91\x07\xcb\xf8\xbb\x6e\xc2\xe6\xbc\xac\x88\xf7\x83\x0e\x93\xae\x68\xc5\x83\xd0\x19\xd3\xbf\x81\x1e\x66\x7a\xcc\x4b\x6d\x3f\xae\x7b\xdd\x7d\x25\x42\x3e\x07\x6f\x85\xd2\x64\x3e\xac\x78\xe7\x54\xbe\x0f\xef\xae\xcd\xbf\x71\x70\x45\x17\x9f\x63\x91\x56\x3f\x00\x3a\x34\xf7\x08\xb2\x24\xbe\xfa\xc0\x2b\xda\x1e\xa5\x0f\x43\xc2\x2c\xf8\x3f\x70\x8b\xb6\x93\xea\xc3\x9b\xac\x18\xd0\x43\xd3\x54\xf4\x6f\xec\xbe\x70\xfc\xc1\xc5\xb6\x89\x7d\x3c\xbc\xd8\x4a\x21\xf0\x84\x05\x57\x0f\x40\x6f\x80\xe2\x1e\xd7\xf6\x6b\x8e\x88\x61\xb6\xe6\xe7\x59\x6a\x73\x49\xbd\x0f\x79\xbf\xee\xeb\x0f\x62\x9c\x5b\x77\xfb\x3a\x34\x7e\x01\x09\xc0\xb4\x95\x0f\x63\x9c\x83\xae\x68\x4f\xe5\x51\x17\xdc\xe9\xdd\x69\xd5\xfd\x03\x67\x4e\xab\xd3\x1e\xdc\x35\xec\x19\xf6\x34\x82\x45\x6b\x40\x71\x5a\x5b\xa2\x9f\x46\x45\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xa0\x01\xfb\xc2\x68\x8d\xc8\xfa\x64\x41\x24\xfa\x41\x65\x7f\xe3\xe7\xd3\xd7\xb9\xd3\x9c\x10\xff\xec\x12\x55\x0f\xe3\x9f\x43\x8d\x7f\xc3\x83\x9e\x25\x28\x48\xba\x7d\xc6\xc2\x66\xad\x61\xd0\x28\x29\x36\xf4\xc0\x79\xb3\x75\xbf\x40\xe9\xc6\x1b\xb7\xc4\x7a\x51\xab\x87\x3e\x07\xf6\x00\x7c\x4e\xf8\x2b\xeb\x54\x3e\x2c\xe7\x1a\x44\xd6\x1f\xb8\x6f\x5a\xd7\xfa\x9c\x14\xb1\x24\xf0\x3e\x4c\xea\xeb\x98\xba\x07\x49\xf4\x9a\x4d\xe3\xcf\x45\x32\x2d\x01\xf7\x81\x8e\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x34\x2d\x32\x54\xbb\xdd\x3d\xf0\x1a\xb0\xbb\xd1\x43\x9d\xb1\xdd\xe8\x9e\x6b\x95\x1a\x77\x17\x10\x10\x44\xe3\x9e\x7b\x81\x42\xfb\x09\xad\xb1\x9d\xd2\x9e\x7b\xcd\x4a\xfb\x79\x2f\xd8\x68\x8c\x7b\x4d\x53\x5b\x76\x77\x9e\x7e\x0f\xc2\x42\x56\xc6\x43\x84\xeb\xd8\x3f\xe2\xb9\x21\xa0\x1a\xeb\x98\xa7\x25\x54\x3f\x00\xfd\x30\x8d\x63\x36\x61\x3b\x05\x3c\x0f\xb3\x30\x4a\x9e\x7c\x96\xfb\x43\xf6\x27\x20\x19\x46\x7d\x56\x04\xb3\x41\xfe\x79\x48\xf5\xc4\x37\x1f\x32\x41\x13\x84\x87\xb3\x16\x24\xa0\xfb\xb5\x30\xf6\x20\x08\xda\x16\xcc\xe7\xe3\x71\xd1\x5a\xcb\x07\x2c\xcd\xc6\xc3\xe7\x5d\x67\x4b\x1d\x32\x06\xda\x4e\x8b\xcf\x4b\xb2\x26\x81\xf4\x41\xf1\x85\x61\x44\x7d\x17\x89\x11\x24\x5f\xd4\xbf\x96\xc4\xfa\x50\x9b\x6b\xbf\xc8\x67\x42\x04\x8a\x7e\x21\x73\x08\x3f\x28\x90\x3f\x34\x07\xb8\x76\xda\x58\xf8\xd0\x57\xc2\x35\x11\x9f\xc9\x65\x6f\x38\xbe\x8b\xff\x88\xb1\xbe\x07\xc5\x8d\xe8\x37\x10\x83\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x52\x39\xeb\x48\xbf\xe0\x1f\x36\x02\xbc\x21\x70\x99\x1a\x82\xbe\x0c\x56\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xb7\x52\x9c\xf6\x85\x23\x41\xb3\x83\xc5\x4b\x87\x4d\x1b\x98\x5f\xa6\x4a\xb1\xce\xe1\x45\x5a\x5f\xdf\xa3\x5f\x64\x42\xb1\xd2\xf8\x4d\x04\x8d\xe4\xf9\x77\x15\xa7\x97\x48\xf1\x22\x98\xd7\x2a\xdf\x17\x79\x7e\xad\x4a\x7f\x13\x97\x21\xc4\x7f\xa9\x81\xb0\xbe\xe0\x4d\x4b\xcd\xa1\x95\x23\xa4\xc4\x06\x80\x37\xa3\xa2\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xea\x03\xeb\x93\x5e\x68\x22\xad\x26\x7c\x51\x46\xde\x4a\xe7\x97\xc5\xa5\x42\xf3\x07\xc0\x98\xe0\x09\x50\xc5\x26\xe9\xf2\x65\xf5\xa9\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\xda\x0b\x96\x0a\xb0\x96\xe4\x85\xb6\xc0\x57\xdc\x17\xe1\x21\xd6\x71\xbd\xbc\xfa\xd7\x9f\x07\xe4\xff\xc5\x5f\xc0\xd9\xaf\xff\x55\x8a\xd4\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\xe6\x43\x2f\x4c\x2b\x5d\x5e\x84\xfe\x5a\xdf\xf1\xc2\x09\xd3\x1a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x74\x13\xef\x52\x0c\x88\xf3\xbd\x8c\xfd\xb0\x1a\xe6\x6d\x44\x59\x29\x40\xde\xb6\xa6\xa5\x4f\x10\xfc\xe1\xfb\xcc\x8b\x2c\xbe\xce\xde\xf8\x36\x52\xc9\xea\x2e\x2b\x3e\xd0\xba\xa8\x8f\x74\xe6\xc4\x97\xfa\x47\x6b\x89\x5f\x26\x55\x09\xb2\x7d\xbe\x50\x3f\x34\x7b\xe4\xbc\x50\x3f\x98\xd1\xbd\x10\x3a\x7c\x5f\x79\x61\x69\xb7\x4c\xfc\x42\xfb\x60\xa1\xf9\x45\xee\x3a\x0b\xee\x2f\x4b\x53\xf5\xea\x17\x80\x91\x3e\x13\xfd\xc2\x6f\x4d\x91\xf1\xc1\xe2\xbc\x2f\xeb\x9d\x76\x89\x10\xef\xe0\x8c\xb4\x6a\xd6\x36\x08\x12\x78\x5f\x38\x4a\x5a\xbc\x7c\x07\xa7\x2c\xb8\x8e\x05\x47\x7f\x40\x1e\x28\x01\xe1\x85\x94\x62\x31\xe6\x1d\xbc\x0b\x7b\x2b\xc6\xc2\x58\x4f\xe2\xe1\x03\x0f\x42\xa9\xda\xeb\x80\xe5\xdc\x42\xc8\xcb\x92\xa8\x96\xff\xde\x73\xed\x9e\xe6\x7d\x2e\xd0\x69\x10\x28\x1c\x2c\x1a\xbd\x9f\x60\x13\x1d\x7f\xf6\xc2\x59\xf2\x07\x74\x27\xcf\xb2\x18\xce\xcb\x72\x54\x41\x97\x89\x97\x82\x8f\xd7\x85\xb8\x15\xf3\xe1\xf7\xe2\xa4\xdd\x4e\x75\x97\xee\x06\xef\xc5\xeb\xea\xcf\x17\x08\x1b\xb1\x3f\xca\x7b\xad\xc2\x98\x9a\xf5\x45\xd5\x8f\xf8\xe4\x0b\x31\xa7\xeb\xe2\xff\x7e\x62\x4e\xb3\xcf\xd7\x7b\x93\x5f\x18\xa7\x6e\xe0\x9c\xb8\xe0\x8b\x18\x65\x33\xde\x77\x09\x39\xc6\x29\x5c\xfc\x7f\x98\x1c\x64\x1c\x57\x7a\x7a\x21\xe2\xfc\xb0\x34\x18\xbe\x2d\x9f\xbc\x4c\x0a\x73\x78\x02\x50\xca\x7b\x42\x0f\x2f\xc8\x92\xa3\x5f\x5c\xf3\xbb\x04\xb3\x77\x39\x7c\xea\x0e\xf5\x42\x3c\xf9\xe1\x4e\xbc\xa3\xdb\xbd\xf9\x45\x3d\x04\x57\x68\x7e\xbf\x2b\x77\xb2\x0d\xea\xa5\x7c\x62\xe6\x44\x61\xa3\x9b\x23\xbe\x1c\x41\x30\xa0\xaf\xa6\x1d\x7d\x5e\xda\x92\xed\x10\xfd\xb2\xa2\x81\x3d\xa8\xdf\xb9\x00\xaf\x65\xcd\x05\x58\xcd\x82\xa1\xc4\x9e\x25\x4b\x88\x06\xa9\x95\xde\xc9\x20\x5d\xe3\xe4\xe4\xb4\xb4\xb9\x94\x58\x8a\xdb\x59\x24\xc4\x73\x00\x72\x88\xd9\x4c\x26\x96\xb3\x7a\x73\xb2\x64\xbc\xbd\x98\x27\x6e\xd0\x8e\x9f\x9d\x88\x34\xee\x3f\xbf\x79\xce\x44\xbb\xe7\xb1\x8e\xff\xd0\x03\xe4\x78\x14\xd5\x9c\xb8\x51\x9b\x1b\x4d\x18\x87\x3f\x6a\xf0\x17\xdc\x68\x22\x5d\x8a\xa9\xfc\xc4\x6d\xd9\x34\x7a\x7e\xc2\x4f\x32\x8c\x67\xe0\x74\xb5\xbe\x50\xb9\xbe\xa4\x07\x34\x21\xe8\xbe\x3d\x19\x42\x6c\xb7\x9f\x19\x40\xbe\xaa\x5f\x00\xcc\x45\xef\x66\xe0\xfc\xfd\x3e\x64\xe3\xe0\x29\x31\x8e\xeb\x67\x48\x88\x5f\x3a\x91\x33\x52\x12\xd2\x91\x9d\x91\x24\xb5\xf9\x0d\x1c\xc9\xea\x17\x16\xd0\x35\x07\x86\xcb\xd8\x89\x7a\xb2\xea\x42\xf6\x0b\xe7\x27\x1c\xeb\xda\x37\x99\xbb\xd8\x7a\xec\x19\x29\x24\x88\x98\x4d\x56\xab\x0a\x3f\x5d\x10\xc3\x8d\x2b\x91\x65\x50\x35\xab\xc4\xbd\xd0\x1c\xd2\x4a\x0f\xaf\xcd\x4a\x6b\x5d\xfe\x82\x17\x2a\xdd\x23\x26\x2b\x4c\x55\x4f\x2b\xc1\x07\x4b\x08\x3d\x13\x37\xc3\x5d\x92\x97\x34\x0f\xca\xdd\xd1\x24\x61\xb0\xfe\xd9\xcd\x34\xe1\x9a\x26\xd0\x32\x2c\xd9\x51\x27\x93\x71\xc9\xf5\xe7\x01\x50\xce\x08\x9e\xa9\x53\x12\xf5\x99\x28\x40\x95\x7f\xba\x04\xce\xe9\xe0\x4f\x78\x8b\xfe\x40\x36\xaf\xdd\xd3\x22\x28\x66\x7a\x37\x19\xb7\x6c\x33\xfc\xa4\x58\x69\x7c\xc8\xd0\xdf\x49\x6e\x9d\x99\x8b\xf4\xef\xc9\x35\xa8\x83\x42\xe9\xc8\x58\x5e\x18\xee\x20\x5e\x34\x19\xa7\xdc\xbd\x15\xc8\x19\xf3\x03\x58\xfa\x7b\xda\x2a\x31\x0b\x27\x25\x30\x40\xaa\xb4\xc6\x79\xd2\x7b\x53\x1a\x9b\x49\x2d\x93\xfd\xc2\xe7\x20\xc3\xd5\x14\x90\xb2\xd6\x5e\x83\x73\x49\x01\x3e\xbc\x54\x6f\x54\x7f\x80\x83\x64\xc0\xc3\x7d\xae\x4b\x4d\x35\x4f\x8a\xce\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xa6\x7c\x9e\x1d\xbf\x35\x67\x58\x1d\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xb7\x9c\x2e\x35\x13\x59\x4b\xec\x88\x36\xaf\x88\x20\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\xec\xb3\xf6\x21\x9c\xc8\x6a\x62\x69\x7f\xc2\xb0\x70\xfc\x74\x00\xad\xaa\xc9\x15\x2b\x26\xd9\x31\x72\x22\x91\xdc\xd0\x85\x63\x2e\xbd\x88\x69\x2a\xb3\x9a\xd8\x34\x33\x51\x3f\x20\x46\xff\xce\x48\xf7\xae\x1e\xa1\x38\xb1\x46\x7c\xde\xbc\xb9\x79\xce\x50\x93\x64\xbb\x1d\x4e\xe6\xb3\x6d\x3f\x63\x52\x24\x34\x55\xa5\xd0\xd0\x7e\x1e\x40\x24\x34\x79\x7a\xd6\xb4\xd5\x27\x15\x25\xc6\x57\x66\x8f\xb3\xab\xf9\x64\x74\x6c\xfb\xf9\x02\xcc\x23\xfe\x95\xba\x6e\x2e\xd3\xc2\x4f\x77\xe0\x6b\x52\x28\xce\x97\x57\x14\xe3\x02\xfc\xdb\x2c\xc6\xcc\x97\x74\xdf\xf8\xbc\xb4\x22\xde\x6c\xe4\xbf\xb5\x65\x60\xbe\x4c\xa2\xe4\x1e\x69\x92\x35\xd9\x47\xfa\xdb\x1f\xf4\x45\xfa\xdb\x2e\x9d\xd7\x7c\x59\x90\x4b\x2b\xa6\x21\x20\xf8\xfb\xc5\xab\xdc\x01\xf0\x59\x6a\xb6\x09\xa5\x8a\xb3\xae\xce\x65\x18\xf0\x1a\x10\x91\xd2\xa5\x39\x9a\x73\x81\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb2\x62\x17\xb8\x39\xc9\xaa\xcc\x57\x3e\xa1\x26\xd9\xcc\x3c\xe7\xc2\xe8\x35\xc4\x38\x50\xf2\x40\xc4\x6e\x1c\x07\xbc\xe3\x77\x8f\xe3\x38\x78\xc7\xe9\x7e\x90\x3e\xb0\x1d\xfe\x80\x9a\xa1\xee\x1e\xb1\x11\x5b\x83\x36\x0e\xe8\x75\xc4\x6e\xc7\xb1\xca\xa8\x67\xf7\x78\x61\x11\x59\xbf\xa9\xd6\xd9\x7c\x69\x1c\xb0\x1b\x8c\x2d\x04\x8f\x03\xd9\x54\x44\x28\xc6\x01\xb5\x4f\x74\x3b\x6a\x2e\x8c\xa6\x76\x24\x53\xe9\x43\xfd\xa1\xe4\xc2\xf1\xf3\x1b\x6e\x7d\x9e\x10\x05\xa1\xe1\xdf\x15\xe3\x27\xfd\x6e\xf0\x3e\xf5\xf7\xa4\x33\x55\x4b\x0c\x90\x28\x8a\x7f\x9f\xd8\x05\x7f\x40\x4d\x56\xf7\x0b\x88\x1d\xd9\x07\x76\x1c\x88\x12\x1e\x87\x7f\x4f\x98\x07\x05\x74\x04\xbc\x48\xf9\x32\x0e\x64\x55\x19\xde\x14\x84\xbb\xc8\xfd\x60\x1c\x11\x25\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x08\xc6\x91\xba\x98\xae\x35\x21\xc6\x38\x19\x06\x48\x40\xa7\x4c\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x3d\xb1\x66\xa8\xd6\x00\x71\x46\xb1\x55\xe3\x48\x70\xe9\x33\x62\x26\x62\x85\x3b\x24\x63\x6f\xea\x20\xc3\x22\x5a\xb4\x04\xf8\xdf\x55\xa3\x3a\xb3\xd3\x29\x53\xd3\x38\x32\x69\xcc\xf0\x03\xf8\xc5\x7b\x8d\x8c\x65\xf1\x1a\x21\x9c\x8c\x20\xb0\xc2\x83\xa6\xff\xcc\x00\xc9\x47\x8c\x68\x99\x82\xa4\xd7\x00\x61\x45\x2e\xb0\xe3\x40\x30\x8b\xb2\xe9\x8f\xa3\xe0\xf0\x05\xbd\x8f\xd0\x94\x11\xf4\x3e\x24\x93\x9f\x09\xc3\x15\x6f\x04\x7f\x0f\x7a\x11\x04\xc3\x32\xfe\xf9\xd3\xb2\x17\x50\x88\x98\xc6\x03\x04\xa6\xe8\x1a\x3e\x8e\x42\xd6\xd2\x84\x99\x85\x50\xd7\x8c\x10\x97\x92\x7c\x16\xe1\x3a\xd3\x4c\x6f\x2a\x39\x8b\x0f\x27\xe3\x52\x3c\xe5\x4f\xf4\x49\x3f\xdb\x4c\xfb\x9a\xdc\x90\xc6\x51\xe1\xd8\x9f\xfe\x46\x23\x37\x0e\xa4\xce\x1b\x3e\x28\xac\xfc\x10\xfc\x9b\xb7\x5f\x43\xa0\x3e\x30\x72\xfa\x85\x17\x17\x76\x41\x10\x7e\x7f\xf2\xf5\x1a\x07\x63\x98\x7f\xe6\x0f\x5d\xda\x88\x5a\x5f\x23\x7d\x1c\x82\x18\x62\x96\xb3\x91\x04\xba\xb4\x11\xdd\x8e\x7c\xe4\x3e\xbb\xad\xe3\xb7\xdb\xa9\x9c\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x76\x36\x71\x81\xa7\xdf\x88\x5a\x22\x92\xef\x65\x13\x1b\x38\xf6\xa9\xc6\xdb\x38\xa0\x78\x53\x8a\x90\x71\x74\xae\x48\x13\xee\xe9\x9f\x3f\x45\x89\x6b\xc7\x41\xe3\x5f\x71\x7f\x64\x63\xde\x31\x6a\xe6\x3c\x61\x26\xf3\xfb\x99\x31\x1c\x87\x86\xc9\x1b\x34\x75\x23\x0a\xa9\xfa\x42\x4b\x01\xb5\x93\x45\x78\xdb\x3a\xf9\x9a\x4f\x4a\xc7\x3e\x25\x6d\x0b\x83\x62\x9a\x5f\x18\x01\x67\x53\x5d\x2e\x83\xa1\x67\x39\x68\xf9\x31\xbd\x60\x5d\x89\x1f\xce\xc6\xe4\x7f\xc1\xd3\x1a\xd4\x71\xfb\x8d\x73\x61\x87\xe6\x79\x52\x06\x68\x02\xf6\x49\xfe\xfa\xf3\x06\x8e\xb8\x79\x07\x0b\x47\xd4\x9f\x2f\x2a\xdc\xf2\xfc\x01\x50\xdc\xf8\x71\x52\xc5\x24\xe0\x9d\x84\x84\xd6\xc5\xc0\xe5\x66\x96\x0f\x55\xdb\x48\x5a\xc5\x32\x41\x0e\x4d\xe1\xa2\x89\xc3\x3b\x7c\x2d\xc2\xe8\x37\x40\xdc\x93\xd6\x7d\x51\x8a\x35\xbb\xf8\x44\xf1\x74\x98\xa5\xb2\x52\xd7\x0f\x4f\xbe\x28\x4d\x15\x4d\x13\x92\x74\xf0\x0b\x4c\xc8\x2c\xe3\xfe\x38\xee\xb5\x3f\x02\xc4\x32\x28\x76\x77\xb1\x4e\x8a\x46\x85\xf6\xed\x30\x66\xdf\xeb\xf4\xfb\x05\x14\xb2\xaa\x02\xc5\x92\x83\xbb\x1f\x70\x37\x0c\xbc\x87\x3a\x11\xcf\x13\xfa\xb5\x91\xd4\xe5\x43\x54\xed\x82\xcd\x43\x4b\xb7\x67\xf5\x20\x42\xc7\xc0\x63\x3e\xc0\x66\x89\x8a\xb5\x1f\x2c\x0d\x40\x38\x56\x66\xfd\x71\xc0\xe9\x45\xa1\xed\xe3\x58\x06\x42\x03\xe2\x45\x42\xa9\xa2\x39\x32\x9c\xba\x99\x68\x21\xf9\x5f\xfe\x79\x81\x66\x69\x63\x21\x35\x74\x3f\x12\xc6\xa4\x25\xc3\xac\x8b\xf1\x1d\x3f\x82\xe1\x64\xbe\x1c\x2d\x6b\x2e\x9c\xd0\x20\x93\x1b\xe8\x1e\x20\x60\x4b\xe4\x08\x4b\xe1\x36\xfc\x00\xeb\xce\xfe\xcd\x0b\xa0\xce\x5f\x40\x3c\xc6\xb0\xa4\x18\x96\x4d\x51\x07\x32\x1c\x14\xd5\xba\x1f\xf0\xe2\x2c\x60\x07\x16\xec\x52\xbc\xc5\x08\x81\xa3\xaa\xcf\x40\x75\x80\x80\x15\x02\xd2\xe2\xa4\xbf\xc9\xcb\x3d\x42\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x33\x02\x75\xdc\x8a\xcc\x11\x98\x96\x4f\xe1\x15\x23\x30\x0b\x9f\xaa\x59\x8f\xc0\xfa\x0e\xb2\x41\x8f\x10\xd7\xa2\x34\x6a\x5c\x90\xd2\x27\x91\x5c\x55\x7d\x46\x1a\x70\x0c\x7c\x94\x73\x08\x87\x7f\x93\xe2\x0a\x87\x02\x2b\x76\x05\xf1\x95\x00\xb3\xa6\xa2\x08\x47\x60\x71\x52\x4b\x74\x21\x11\xb2\xfe\x4d\xc8\x56\x3f\x20\xef\x1f\xee\x92\x42\xa2\x4e\x5b\x58\x76\x4d\x1d\xa6\x00\x25\x57\x89\x87\x47\xe5\x19\x1f\xee\xf4\xe1\x1b\x42\x01\xc6\x30\x57\xa3\x51\xee\x7c\x43\x3b\x80\x9a\xa5\xd1\x13\x85\x6d\x73\x64\xf7\x70\x41\xf6\xd5\xac\x90\x2a\x4f\xb5\xea\x47\x80\x58\x97\x7e\xde\x47\x60\x92\x41\xb7\x74\x50\x46\x53\xe4\x94\x51\xe1\xd8\x11\xca\x9a\xa2\x7a\x84\xe0\x27\x3b\xc1\x08\x14\xf4\xb2\xdb\x01\x28\xd3\x8c\x40\xc9\x4f\xb7\xb0\x50\x18\xd3\xe3\xcd\x60\x52\x9a\xf1\xf3\xe0\x22\x14\xf4\x49\x5d\xfb\xa7\x65\x42\x96\x2b\x9e\x35\x8c\x99\x23\xbb\x7d\x91\x04\x6d\x4e\x05\x9b\xc8\xfe\xdd\x38\xa6\xd6\x89\x0a\xa7\xc3\x24\xa0\x32\x0d\xad\x3f\x00\x60\xab\x7f\xf3\xf4\x1a\xd1\x29\x7d\x89\x53\x05\xb8\x42\x0d\xf1\xf0\x00\x69\xac\x77\x8f\x08\x69\xec\x90\xf0\x13\x20\x7d\xa9\x9e\xf9\x08\x90\xbe\x7c\x31\x0a\x6d\xc1\x4d\x8b\x6e\x0b\x6e\x7e\x40\x75\x8c\x71\xb4\x53\x4b\x6a\x1c\xa5\x40\x55\xf4\x45\x27\x7f\x15\xdb\x09\x94\xa0\xba\x11\xb0\xe3\x20\x34\x9f\xbe\x8e\xba\x3a\xc6\x30\x4a\x50\xc5\x3d\xac\x59\xf9\x05\xb0\x25\xaf\x0b\x91\x14\xbe\x79\x04\x24\x43\x2e\xd1\x18\x45\xeb\xa7\x27\x49\x0f\x2b\x5f\xe0\x02\xa2\x88\xab\x0f\xeb\x58\x24\x45\xeb\x66\xd2\x17\xe3\xec\xa0\xc9\xc6\x18\x06\xcf\x6b\x95\x81\x1b\x61\xac\x39\xe8\x01\xeb\x53\x34\xef\xd6\x49\xc8\xa9\xcb\x33\xc3\x7f\x54\x3d\x9e\x0b\x4e\x9a\x35\x4b\x9c\xc6\x20\x84\x80\x25\x73\x98\xfc\x9e\x84\x8b\x56\x75\x22\x2d\xae\x57\x49\xe9\xc9\xc4\xfe\x5a\x8c\x50\x1d\x7c\xd2\x53\xb3\x5c\x19\x20\x3d\x95\x28\xf9\x3e\xb0\xa0\x45\x77\x97\x17\xd8\x75\xd5\x2a\x29\x3c\x55\x41\x9e\xc2\x53\x37\x20\x59\x27\x35\xf9\x05\xac\xc1\x84\x16\x76\xcd\x31\xbc\x77\x17\x19\x42\xf8\x9b\x7c\x3f\x23\x50\x16\x1b\x06\x3b\xcb\x65\x34\x23\x0f\x94\x98\x63\x18\x8a\xf4\x80\xf6\xc5\x33\xdc\x15\x1e\xea\x9a\x32\x0c\xa1\xc1\x40\x40\x4c\x70\xd2\x45\x34\xa0\x18\xc6\xa8\x6e\xc7\x36\x54\x8f\x88\x3b\x8c\x49\xc9\x8d\x08\xc2\xee\xf1\x50\xbb\xcc\x04\x92\xf9\xfe\xcc\x12\x91\xc8\xd9\x37\xf5\xb0\x14\x9c\x7a\x1f\x6e\x5e\xc3\x14\xfb\x01\xfb\xb3\x68\xf1\x74\x70\x3b\x81\x84\x69\x9d\x9b\xb7\xfd\x39\xc1\x2f\xfd\x1b\x0b\x30\x2e\x43\xec\xcb\xe6\x29\x70\x7d\x2e\x46\x13\x0a\x7d\x96\x2a\xe0\x15\x36\x4c\xd9\x10\xf0\xab\xf2\x3c\x23\xbc\xd0\x59\x79\xc2\x70\x6c\x6e\x06\x30\x7c\xc0\x2c\xd4\x07\xb8\x7c\xf5\xee\x1d\xa2\xdf\x72\xf3\x1e\xb2\x26\x6b\xf4\x9e\x4c\x7a\xcb\x79\x53\x26\x45\x13\xa9\x0b\x02\x33\xe2\x34\x77\x3a\xc9\x23\x24\xc3\x05\x18\x55\x47\xf3\x20\x0f\xbf\x10\x1c\xe0\x06\x36\x74\x7b\x89\xcc\x98\x63\x65\x5e\x64\xce\xbf\xfe\xf3\x00\xde\xaa\xd9\x5f\x70\x56\xba\xd3\x47\xf8\x21\x0f\xab\x5d\xe2\x81\xbd\x11\xf2\xc4\xe3\xe6\x24\x9a\x1e\x20\x92\xbf\xf8\x03\x96\x5a\xd9\x9b\x11\x03\x5c\xba\xc5\x2c\x23\x14\x88\x43\xc0\x8d\xf0\x33\x1e\xcd\xed\x38\xc1\xba\x46\xc4\xb0\x8c\xd3\xfe\x00\x5a\x12\xc9\xc2\x11\x4e\x63\xc3\xca\xaa\xc8\x12\x10\x51\x7a\x85\xf8\xc9\x5f\xed\x10\x27\x8c\x91\x80\xd5\x9a\x52\xe2\x07\x51\x0f\x10\xa4\xa0\x9d\x88\x89\x79\x26\x04\xc6\xb4\x46\x48\x7a\x80\x6c\x19\x06\x42\x22\xd4\xdc\xc1\x8d\x76\xcd\x88\x21\x69\x72\xf9\x1b\x11\x21\x69\x3e\x73\x31\x03\x6a\x9e\x32\xb3\xf5\xc9\xc3\x6b\xc4\xbc\xe6\xac\x39\xc1\xc7\x2c\xfc\xbc\x00\x38\xea\x94\x47\x66\xeb\xb3\xee\x23\xe6\xb5\xf7\x9a\x34\xbc\xd0\x14\xd6\x3f\x22\x35\x70\xdd\x23\x9c\x9c\x83\x56\x85\x82\xaa\xca\x63\x3b\x22\x03\x64\xad\x6e\x89\x19\x07\xb3\x78\xc8\xc9\x21\x35\x04\x9c\xce\x94\x55\x67\xc4\x12\xf0\x81\x86\x64\x6d\x2e\x2b\x67\x23\xac\x83\x43\x17\xd7\xc8\x08\xb5\xe6\xad\x61\xbd\x54\xf1\xe6\x88\x78\xd8\x21\xb9\x2a\xb2\x76\xd7\xe1\x0e\x80\x4d\xba\x5c\xc7\xca\x93\xac\x7b\x6d\xac\x3c\x43\xc6\xa6\x0a\xd3\x99\x64\xe0\x08\x37\xb3\xa1\x5b\x50\x64\x2d\xfa\x6e\x6c\x82\xd6\x4d\x39\x6e\x46\xa4\xd2\x4d\x8c\x37\x22\xc0\xad\x77\x63\x13\x93\xc3\xc8\xf5\x6e\xc4\xc6\x2c\xc8\x7f\x13\x53\x34\x22\xf3\xf8\x35\x9f\x40\x44\xbc\x0e\x6b\x2e\x23\x1d\xca\xe4\xd5\x34\x22\xc5\x2c\xf9\xff\x8c\xd8\x5e\x44\xfd\xf8\x85\xc9\x29\xaa\x0b\xe4\xe9\x6b\x5e\x03\xe2\x55\x93\x71\x05\x3e\xeb\x3f\x74\xa5\x77\xa4\xf2\x54\x87\x4c\xc3\x27\x37\xb9\x11\xfb\xc9\x29\xb8\x87\x87\x6f\x08\xbb\x58\x62\xc2\x0a\xd7\x38\xa0\x0e\xd5\x5d\x3f\x32\x15\x8b\xa2\xf6\x46\x84\x0b\xd9\xf0\x4e\x0d\x1e\x09\x2d\x02\xf1\xab\x43\x37\xa2\xc8\xb2\xf1\x36\x0d\x44\x64\x62\xf1\xd5\x3e\x32\x00\xae\xfb\xd8\x0e\x18\x23\xbc\x0a\x54\x43\x1d\xe2\x54\x11\xa6\xe5\xf1\xd3\x01\xe1\xe8\x43\x48\xbf\xf8\x66\x8a\xcc\x54\x2b\x92\xa1\x22\xb3\x18\x37\x93\x92\x93\xf9\x09\x7d\xc8\x50\x26\xec\xe7\x04\xc0\x1b\x6c\x58\x8d\x1c\x2f\xd2\x0e\xe9\x38\x22\xa4\xa8\xf4\x73\x2e\x99\x2c\xaf\x99\xdc\xc0\xfa\x3b\x24\x76\x47\x5a\x7f\x9b\x09\x18\x6a\x8f\x0e\xdd\x15\x22\xfd\xc3\xda\x4f\x97\xa4\x05\x3e\x88\x37\x65\x5e\x1f\x0b\x56\x83\x8f\x06\xde\x4d\x42\xee\x73\xb0\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x65\x21\x4e\x1f\x29\xfe\x48\x24\x8d\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\x13\x8c\x97\x34\xc8\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x2a\x31\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\x46\xfc\x25\x05\x82\xc5\x1d\xac\xad\x6b\x7a\xf0\x60\x99\xfe\x00\x6c\xba\xb9\xc3\x85\x90\x7a\x01\x2a\x2f\x15\x4d\x1a\x29\x82\x4d\xff\x55\x59\xd7\x91\x62\xc4\x74\x04\x54\x14\xc0\x3f\x74\x85\x4b\xcc\x16\x68\x13\x75\x8a\x3c\x50\xfe\x0d\x35\x9f\x0e\x7d\x62\xd2\x66\x25\x4f\x1b\x29\x42\x25\x6b\x98\x46\x92\x69\x11\xd5\xc4\x12\xfa\xb6\x87\xa6\x08\x25\x53\xf0\x10\x37\x6c\xba\xee\xe1\xc5\x1c\x05\x72\xb8\x9c\x59\x69\x9f\x12\xa2\x5c\xdd\x5f\x5a\xa4\x4b\x8b\xa2\x0f\x5a\x33\xa6\xa4\x82\x1e\xfd\x05\x99\xb2\xa8\x5f\xa2\x0b\x9a\x2d\xa6\x29\x71\x1b\xfd\xc2\xf5\xfd\xd6\xc5\x34\x7d\x02\x5f\x3b\x8c\x9b\x4b\x9e\x13\x99\x4f\x99\x3c\x57\x1d\xae\xa4\x04\x46\x56\x08\x74\x29\x1b\x39\x3f\x81\x2e\x45\x9f\x07\xfa\x7b\x89\xea\x27\x16\xc4\xb7\xc5\x32\x95\x85\xbd\x5a\x16\xcb\xb1\x2a\xc3\xda\x48\x05\xa1\x0f\xc5\x2f\x50\x3a\xf1\x21\xfc\x44\xbc\x76\xe8\xc2\x91\x0a\x28\x55\x73\x07\x8b\xa2\xbb\x07\x8a\xa1\x62\x56\xa9\xb0\xf8\xa3\x7b\xb8\xd1\xa3\x67\x4d\xca\x64\x7c\xff\x64\xbc\x76\xf8\x00\xd5\x05\x7a\xf5\xb0\x04\x30\xdd\xac\x52\xa5\x26\xd4\x38\x58\xc9\x85\x0d\x1a\xc4\x12\x58\x39\x9e\x2a\x09\x81\xd8\x4c\xaa\x40\xa9\xe0\x49\xf0\x0e\xe9\x85\x36\x50\x7d\x8f\xd9\x08\x5b\x23\x5d\xa3\xf2\x43\x2c\x35\xb5\x85\x64\x42\x11\xc4\x16\xd8\x3c\x9a\x58\xaf\x55\x45\x40\x46\x62\x0a\x67\x5f\x6d\x53\x23\xac\xdc\x25\xd9\xa5\xe4\xe1\xd4\x18\x55\xac\x75\x35\x4a\x17\x92\x91\x52\xa7\x3e\xc3\xc4\x81\xa5\x24\xe4\xaa\x3b\xd2\xd2\x9f\x99\x26\xae\x14\xcb\x52\x04\xa5\xce\x0b\xbe\x06\xe9\x6b\x16\x02\x56\xa7\xdc\x64\x34\x5a\xb2\x9e\xa4\xee\x34\x70\x1a\x82\x5f\x20\x9e\xe9\x36\x93\x90\x46\xf9\xf0\x18\x48\xbb\xd7\x8d\x25\x4b\xa3\x26\xe9\x30\x51\xb6\x33\x11\xa1\x41\x32\x9a\x48\x30\x38\x40\x1e\xba\x23\x9d\x6b\xc7\x34\xed\x73\x29\x23\x35\xab\x13\xd1\xca\xde\xb0\xa5\x63\xeb\x7e\x81\x45\x59\xb4\x1f\x4b\xfc\x1b\x1e\x63\x70\x16\x7e\x83\xb2\xbb\x64\xcc\x84\x52\xf4\x87\x51\xf5\x22\xb6\x6b\x1d\x17\xd8\x85\x44\xf3\x74\x11\xb7\xcd\x81\x96\x0a\xcc\x93\xb8\xa9\xac\x96\x6c\x9e\x6e\x90\x70\xb3\xa8\x1b\x6a\x05\xa3\x19\xeb\xc8\x77\x13\x92\x4f\x2c\x6b\x87\xcf\xf0\xcd\x03\x26\xf9\x31\xdd\x6b\x12\xfe\x62\x2d\x4b\xa0\x82\x37\xff\xf0\x25\x3c\x2d\xc9\x4e\x22\x4b\x7a\xb0\xd0\xd8\xff\x8a\x2b\x21\xa4\x3f\x78\xfb\x1f\x88\x54\xdd\xb4\xf0\xe1\x94\x35\x21\x6a\xad\x14\x3e\x30\x12\x8d\x91\xdd\xe4\xf4\x79\xf0\x85\xd6\x44\xb5\x94\xcf\xda\x43\xa3\x8e\x79\x02\x6c\x91\xd6\x6c\xa4\x97\xc4\xd3\x28\xf7\x02\xa9\x7d\xd6\x5e\x30\x11\xc9\xc3\xe9\x25\x13\x31\x27\x7c\x17\xe0\x35\x87\x97\xab\xd0\x56\xd2\x6f\x4e\x5e\xe4\x23\xd1\x4f\xae\x9b\x4b\x30\x3a\xc0\xd6\x8e\xf4\x49\x61\xce\x9a\x38\xd2\xa4\x8a\xc8\x7c\x66\xae\xbd\xd3\xa0\x73\xa5\x50\xf7\x27\x8b\x18\xee\xcd\xcc\xf0\x8c\x8b\xb6\x98\xe4\x63\x51\x91\xa6\x07\x40\x31\xed\x76\x3e\x68\xcf\x52\x9f\xf9\x68\x78\xa1\xe8\x77\x67\x97\xfe\x82\x52\x40\xf5\xa0\x14\x6b\xc4\xac\x72\x00\xc2\x68\x21\x39\x70\x4c\x4d\x2a\x10\xfc\x51\xbf\x0b\x87\xd0\x98\x90\xc4\x94\x48\x7d\x64\xf8\xaa\xd9\x76\x98\x29\x89\x89\x34\x66\xb8\x9e\xb9\x24\xff\xc8\x9f\x20\xd5\xec\x4b\x96\x23\x78\xbc\x2c\x87\x99\xc5\x4a\xc7\xcf\x0b\xab\x07\xc1\x29\x41\x14\x93\x8c\x9c\x59\x62\x4b\x8e\xe7\x23\x27\xd2\xa0\x9f\x07\xb4\x24\x89\x7f\x66\x8a\x26\x22\x18\x39\x81\x23\x7b\x2b\x12\x8b\xf4\x0a\xb0\x14\x4c\x44\x07\x73\x5a\xdb\x2d\xb8\x31\x17\xb2\x95\xee\x39\x11\xf2\xe2\x96\x39\x73\xdd\x9a\x53\x5e\xa7\x4f\x73\xa0\x70\x23\x8a\x93\x33\x64\x42\x69\xb3\x72\x26\x52\xba\x9d\x11\x2a\x9e\x03\xdd\xc1\x6c\x6a\xce\x10\x55\x94\xaf\x70\xe4\x02\xb1\x34\xfb\x37\x33\x48\x6b\x6b\x0a\xc5\x6e\xb1\xdf\xcc\xdc\x47\x76\x67\xca\x05\x70\xd0\xcd\x32\x17\x6c\x5e\xf6\xef\x9b\x1f\x78\x0a\x10\x01\x7c\x0a\x0a\x37\x53\x82\x48\xa6\x60\xe2\x39\xb0\xf2\x84\x15\xcf\xb9\x72\xd2\xda\x9a\xba\x36\x57\x70\xa8\x3c\x05\xc1\x0f\xb8\x59\x02\x6c\x25\x17\x33\x1c\x18\xf3\x28\x27\xfe\x91\x59\x6a\x42\xd1\xa6\x23\x33\x08\x52\x2e\xf9\x23\x37\x4c\xd3\xbb\xd9\xa8\xec\x96\xfc\x94\x1b\x09\x99\x18\x61\x6e\x40\x31\xc3\xb2\xe1\xf0\x7a\x12\x14\x43\x74\x45\xce\x0d\xa4\xf4\xe7\x7b\x40\xae\x78\x06\xb8\x55\x49\x1c\xc8\x1d\xf8\x24\x81\x22\x33\xb5\xb0\x22\x68\x47\x66\xfe\x34\x85\xdc\x8e\xf2\xcd\x20\x99\x23\x95\x46\x95\xae\x76\xb3\x2c\xe3\xa4\x78\x75\x69\x0b\x2e\x7a\xd0\x99\xbc\xa7\xe9\x37\x36\x47\xe2\x40\xc1\x24\x5a\xfa\x2b\xc3\x51\xd9\x13\xd4\x84\x3a\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xe7\x4b\x37\x21\xed\x7c\x81\x94\x65\xf6\x53\x58\x36\xdf\x20\x19\xb8\x1e\x77\xff\x86\x0e\x5a\xbb\x54\x28\x83\x49\x03\x50\x06\x08\x49\x75\xfb\x62\x80\x9a\xc1\x09\x44\xaa\xfe\x4d\x1d\x91\x0e\x65\xa1\x47\x97\xf0\xa2\x9c\x8c\x0a\x13\x4c\x60\xb3\x34\x85\x2e\x67\x41\x89\x73\xff\xae\xdc\x55\x77\x40\x20\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\xe2\x29\x5d\xd4\x21\x78\x4a\xac\x38\x6e\xbc\x38\x81\xab\xe2\xea\x05\x55\xf8\x93\x55\xd0\x05\xfa\xb7\xe8\x0f\xae\x45\x80\x35\x89\x8b\x7e\x2c\xde\x6a\x8a\x68\xcd\x3d\x30\xb1\x8e\x74\x67\xe5\x02\xa9\x69\xfe\x8d\xf3\x23\xe6\x58\x2e\x32\x5c\xe3\xe2\x85\x03\x24\x3a\x51\x58\x52\xd6\x0e\x25\x85\x22\x9d\xb7\xe6\xa6\x68\x21\x6a\x56\x20\xd3\xd9\x9f\xa4\xd0\x43\x4c\x51\x2f\xa3\xd0\x43\xcc\x7e\x13\xe5\x06\xfe\x35\xf7\xc0\x28\x65\x09\x44\xe5\xe6\xac\xb5\xec\x9b\x90\x14\xa0\x56\x26\x62\x89\x1e\xe5\x21\xb9\x13\xb7\x2b\x0f\x30\xee\xe7\x05\xd0\x19\x8f\xf0\x00\x03\x7f\xde\xef\x60\xd0\x9a\xe2\x12\xea\x24\x1f\x95\x87\xb2\x8c\x4f\xd9\x83\x39\x76\xbf\x40\xde\x26\x19\xac\x3c\x3c\x45\x86\xc3\x43\xaa\x2e\xc9\xb1\xb0\xda\x98\x5d\x35\xca\x0b\x6a\xe5\x2f\x5e\x10\x0e\x5d\x55\xca\x4b\x15\x90\x38\x74\xa1\xdc\xe7\x83\xb7\xe4\x3e\x51\xe0\x82\x80\x8c\x6c\xe2\x50\x51\x7b\x5d\x49\x9f\x47\x0d\x0b\x21\xa2\x1e\x90\x9a\x49\x86\xaf\x14\x45\x74\xfd\xa9\x31\xf2\x05\x3f\x58\xb3\x52\x17\x11\x67\x47\x36\xab\x0a\x2d\x8b\x1d\xe5\x6b\xa4\x80\xec\x2e\x99\x8b\xc1\x8e\x13\xf5\x13\x56\x92\x9d\x18\x2a\x75\x20\x56\xc0\xd7\x44\x1a\x27\x12\x53\x51\x86\xc1\x1a\xbb\xca\x72\x9f\x76\x19\xae\x89\x06\xf8\xe2\x37\x3e\x4c\x57\xc8\xed\xa8\x28\xc3\xe0\x9b\x64\xcd\xbc\xdc\x08\xb1\x6b\xc6\x6e\xb8\x47\x18\xd6\x94\x10\x6e\xd4\x8c\xb3\x27\x1d\x7f\xcd\xc0\x10\x5d\xba\x2b\xac\x60\x96\x22\x6b\x06\xaf\x92\x15\xa2\x16\xa0\x83\xc4\x88\xca\x9a\x57\x56\xe8\xd7\xb2\x00\xad\xad\x29\xe4\x4d\x22\xa4\xf5\x93\x34\x92\x72\xce\x8c\x4a\x8d\xc7\xf0\x07\x38\x48\xba\x3b\x55\x0a\x1e\xe3\xaf\xbc\xea\x6a\xe1\x7c\x05\xa0\x65\x00\xf3\x02\x91\x78\xc1\x76\xea\x8a\x0c\xb1\x4a\x03\x36\x6a\xa5\x32\x5a\xa3\xc3\x20\xa6\x5c\xbe\xa3\xd6\xef\x50\xda\xfb\xad\xc2\x31\x29\x79\xb9\xf5\x46\xbb\xc7\x23\xaa\x4a\x4e\xaf\xf0\x13\xb7\x71\xa9\x7e\xe2\x46\xb3\x83\x41\x6d\xb0\xef\x67\xb7\x2f\x80\x6a\x06\x0d\x7e\xf1\xba\x75\x57\x54\x68\xb7\x33\x5d\xa5\x78\x22\x5d\x41\x6d\xa8\xc5\xe7\xd3\x04\x3f\x25\x3b\x61\x57\xa6\x7f\xb4\x67\x4b\x6d\x14\xfd\x92\x47\x7c\xe0\x89\xef\x11\xd7\x9a\xfc\x05\x09\xb2\xf1\xb2\xf3\xb0\x88\x84\xd7\xbe\xd2\xb5\x09\x0b\x3a\x95\x8e\x3e\xf4\x74\x1e\xb7\xfe\xae\xc2\xf7\xc9\x2a\xa6\x8a\x62\x59\xc3\x78\x04\x11\xc2\xca\x85\xca\x34\x0f\xf6\x86\xa9\xb0\xca\x29\x34\x72\x54\x78\x3e\x59\x26\xae\x1d\x05\xdd\x0c\x38\x88\x14\x59\x22\x52\x45\x0a\x59\xe5\x42\x1a\x75\x50\xa0\xd5\x5d\xa3\xa2\xfc\x55\xf6\x22\x47\x41\x87\x5a\x01\xab\x25\x0c\x9f\xce\xd1\xf0\x82\x70\x61\x74\xfc\xd6\x92\x68\xa2\xf3\x56\x0d\x6a\x0b\x7d\x36\x10\xfd\xa9\xda\x1e\xa3\xc2\x71\x4a\x95\xa4\x46\x1d\x50\x8e\x9b\xaa\xb1\x98\x82\xed\x45\xf5\x24\xf6\x09\xea\x27\xe2\x81\x8c\x7d\xe7\xda\x05\x8d\x78\xb2\xb6\x86\xc8\x77\xa5\xd6\xc7\xd6\x99\x7a\x72\x51\x1a\x93\x6e\xe8\xe2\x4a\x75\x49\x25\x12\x94\xea\x79\xe2\x03\xff\xe6\x3d\xd1\x3b\x7b\xc2\xd4\x61\x0c\x87\x12\xc8\xea\x8e\xba\x1c\xa9\x7c\xca\x3f\xa1\xa4\xa9\x3a\xf0\xa8\x17\x0e\xa9\x77\xee\x6a\xdf\x2a\x7d\xe6\x2e\x1e\x01\x9f\xe2\x8b\x65\x07\xdc\x21\x42\x8a\x3c\x45\x88\x24\xdd\xfe\xc4\x15\xf1\x9e\xd5\xfc\x85\x5a\xa6\xe6\xf6\x0c\x9f\x67\x81\x11\xd6\xc0\xe4\x25\x21\x51\x64\x92\xdc\x55\x6f\x3a\x69\x08\xca\x9f\x3c\xe2\xb2\x8c\xa3\x32\x25\x96\x2d\x2d\xf5\x93\x47\x9a\x82\x10\x47\xa5\x07\xbb\x77\x05\xe2\x48\x30\x9d\xbb\x5f\xfc\xd6\x84\x1e\xa4\x26\xf5\x3e\xb3\x0c\xaa\xea\x21\x8f\x0a\x69\x24\x78\x1b\xe1\x28\xa5\xdc\xdb\xa3\xb2\xf8\x97\x6f\xd6\xf5\x13\x47\x72\x92\xbe\xa0\x3e\x0b\xc8\x5a\x13\x92\x42\x56\xe3\x1e\xa4\x93\xf0\xf3\x7b\x01\xd9\x43\xd0\x0d\xd0\x50\x5a\xd2\x89\x04\xbf\x8a\x94\x14\x16\x4e\x2a\x9c\xa3\xa2\x64\xcf\x0a\xd1\x22\x46\xb7\x13\x17\xbd\x4f\xc8\xfa\x68\x7f\xdb\xfa\x2e\x67\x02\xfd\xa6\xd4\xdf\xff\xea\x1e\x54\x27\xf2\xbf\x9a\xfb\xb2\x16\x99\x92\x53\x8c\x0a\x67\x79\x6b\x2f\xea\x44\xf1\x09\x83\x00\x61\x9d\x36\x00\xd7\x09\x34\x90\xbc\x56\xe7\x42\x03\xbf\xf0\x31\x53\xe5\x35\x1b\x0d\x56\xc1\xa4\x3b\x48\x63\xd4\xa6\x21\xd2\x8e\x45\x77\xfd\x05\xce\x4e\xf4\x6f\xea\x89\xb4\xd1\xed\xc0\x61\x8a\xfe\x8d\xa0\x47\x09\xba\xed\x00\x11\xd3\x51\x68\xc7\x82\x71\xd6\x03\xa4\x51\x90\xfc\xdf\x0e\x16\xd2\xf4\x6f\xa0\xa6\x36\xa9\xc1\xea\xa8\xbc\xdb\xa3\x85\x80\xdf\x87\x7e\x27\xbc\xaf\x09\x30\x77\x97\xfd\x4d\x5b\xc0\x8c\x75\xb1\x6a\xb0\x31\x5a\xb6\x6b\x61\x41\x51\x53\x66\x18\xa6\xbd\x0e\x1b\xac\x8e\xd6\x6d\xb4\x40\xc1\x39\x7b\x08\xc6\xe3\xe9\x37\xab\x88\x99\x47\xb6\x08\xb0\x4a\x05\xd8\x22\x02\x76\x25\xdc\xb7\x48\xe1\xb0\xfa\x03\x50\x45\xef\x64\x02\xd1\x93\xdc\xd0\x96\xfc\xa9\xc3\xd0\x68\xc6\xf3\x94\x12\x4c\xfb\xc3\xed\x95\xf1\x74\x82\xe3\x27\x8f\xba\x1e\xd6\x68\x89\x60\x11\x14\x12\x2c\xd0\xc2\xde\x06\xe1\xb2\xdb\xd9\xb3\x41\xb8\x0c\x46\xae\xcc\x11\xdd\x8e\x35\x7b\x80\x8c\x7d\xc8\xee\xb0\xb1\x43\x77\x00\xd4\xc9\xee\x00\x33\xd2\xf1\x6e\x79\xe5\x64\x75\x8f\xe0\x6f\xc3\x1d\xac\xfb\x8b\xd6\x90\xc1\x3a\x24\x66\x34\xfa\x64\xe9\x7c\xb7\x42\x5f\x65\xb7\x17\xde\x90\xfd\xa0\x42\x93\xa6\x11\xca\x9a\xb3\x5f\xa0\x92\x4a\x22\x75\x83\x6a\xcd\x2e\x14\xad\xf0\x16\xd6\xfc\xe0\x62\x17\x7e\x00\xc2\x97\xfd\xfb\x45\x1c\x9e\xc6\x84\x26\x2d\xf8\x04\x7e\x42\x6c\xcb\x3e\x00\x70\xe2\xb2\xb6\xbf\x55\xba\xd3\x35\x7f\xc0\x8d\x10\x54\x28\xb4\x1a\x55\x96\xbb\xbd\xc8\x60\xab\xdc\x08\x21\x23\xb2\x8d\x29\xd1\xf2\x68\x95\xb4\x3c\x78\x04\xb0\x1f\x03\x01\xfe\xf7\xa6\x7c\xad\x2e\xd2\xad\x29\x34\x1c\x62\x09\x5f\xad\xad\x39\x6b\x4e\x90\x73\x6d\xf2\x6a\xcb\xf1\xab\xf9\x0b\x20\x87\xee\x5f\xad\xe1\xc0\x14\x8f\x70\x71\x63\xb4\x53\xd0\xcb\x29\x65\xf0\x68\x8d\xb7\x2b\xd3\xc2\x25\xb6\x9a\x52\xb1\xea\x57\xf7\x27\x9d\xb3\xd6\xa4\x3a\xb3\x96\x08\x4e\x1d\x4c\xd2\x43\x76\x00\x5a\xa2\x74\xeb\xbc\xa2\xff\x74\x40\xb8\xb9\x83\x07\x8a\x09\x75\x30\x96\xb8\xa5\x1e\xc6\x3a\xc5\x7f\xe5\xae\xd0\x58\x8e\xcb\xe6\xcb\x36\xa8\xe4\x77\x77\x14\x92\x8d\x9c\x63\x61\xab\x66\x34\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x35\x9d\xac\x78\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x50\xf2\xa2\xa1\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\x4c\x8b\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\xb2\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x49\x3f\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\xa0\x09\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x61\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\xf6\x07\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\x24\x94\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\xa4\xcd\xcd\x1f\x80\xc9\x49\x5c\xe9\x74\x3d\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\x74\x0f\xeb\xcb\xec\x6a\xd0\x2e\xb3\xab\x08\x76\x87\x68\x69\x77\x9f\x0e\xa3\xaa\xef\xfc\x3d\xf1\x0a\x20\x94\xed\x09\x57\x7c\xf7\x98\x40\xb6\x7a\xf8\x1b\x9e\xd4\x11\x99\x99\x6d\x31\xe8\x9f\x9c\x99\x54\x4a\x76\x74\xe4\xef\x30\x05\xeb\x09\x67\xb6\x7b\x7a\x04\xbb\xc8\x6c\xcf\x3c\xe5\x3a\x62\x9d\x82\xa6\xd1\x73\x09\x9a\x3a\xa4\x7d\x09\x92\x46\x3f\xe8\x41\xcd\x66\x3b\x02\x35\x9d\xee\xa2\x43\xef\x69\xb9\xb2\xb3\x40\x8d\xd3\xe3\x74\xd6\xa3\x31\xf2\x14\x6e\xa4\x16\x51\x68\x16\xf9\x79\x00\xd7\xb0\xe1\x1e\xa1\x17\x35\x72\x15\x12\xcc\x9f\x0f\x3e\xf9\xc6\x4e\xc9\x1d\x7a\x53\x5f\x93\x7a\x41\x88\xba\xb8\x64\xaf\xb0\x32\x0f\xff\xe6\x81\x90\x38\xde\x29\xf5\xe9\x46\xd1\x2b\x81\x22\xda\xd7\x29\xd4\x19\x59\x99\x62\x36\x1a\x51\x1a\xf8\x9b\xa7\xd8\x80\xcd\x22\xe9\xfd\x84\x2f\xa3\xc4\xc6\x4e\x4d\x8f\xbf\xa7\xfb\xb7\xed\xda\xfd\x24\xdd\xd0\x0d\xa0\x9f\x64\x56\x3e\x20\x27\x36\x42\x1a\xb0\xce\xa4\x05\xb6\xb2\x75\x84\xdd\x39\x03\x41\xbf\xa8\x2f\xf5\xd6\x51\x19\x64\xb8\xb0\x92\xa6\x8d\x43\xfd\xa2\x86\xfa\x67\x0c\x92\xbb\x9f\x3e\xe9\x02\xe0\x3e\x6e\x26\xd7\xcc\x7e\xf0\x41\xc6\x31\xef\xfd\x26\x64\x04\xca\xe5\x0d\x6e\x84\x83\x68\xe0\x60\xef\x7e\xaf\x59\xf9\x8b\x35\x2b\x3f\x20\xf0\x8a\xc7\x20\x7d\x32\xa9\x78\x58\x1e\x45\xdb\xf3\x71\xd8\xfa\x33\x06\xd4\x27\xc5\xa0\x7b\x59\x0e\xc5\xab\x58\xfc\x54\x62\x7d\x87\x53\x8f\xbd\x75\xfb\xcb\x6b\xae\x91\x92\x15\xdd\x93\x17\xfe\x52\x3d\x68\x5a\xf1\xae\xe0\x7e\x81\xfb\x1d\x58\xb9\xbb\xe0\xdd\xa2\x78\x5a\x17\x5e\xf0\xef\xe7\x9f\x3f\xf9\x87\x86\x7e\x3c\xbc\x24\x93\xcc\x17\x69\x4c\xcc\x7b\xa8\x64\xd1\x75\xab\xcf\x35\x69\xed\x2f\x58\xb6\x2f\x2f\x7d\xae\x39\xfb\x0b\x2a\xd3\x34\x45\x24\x24\xb0\xe7\x5b\x47\xf2\x2c\xd5\xfe\x1d\x63\x39\x00\x69\x8a\xe3\x20\x3a\xf8\x05\xa4\x40\x08\x6e\xa7\xfc\x24\x8a\x35\x98\x00\xd4\x5a\xfe\x71\x10\x4a\x45\xbf\x11\x00\x2d\xc3\xcb\x40\x6e\x2c\xf3\xc3\x01\xd7\x6c\x8b\xa2\x83\xb5\x1e\xcd\xee\xc6\xc7\x50\x9b\xad\x87\x23\xb0\x36\xbf\xdb\x33\xda\x35\x81\x40\x8c\xfd\xe9\xb1\xe3\x85\xae\xdf\x64\x2b\x3a\x68\xe3\xe3\x86\x2d\xea\x76\x3f\xc0\x0c\x1d\xf4\x3d\x96\x51\x4e\x67\x60\x80\x19\x3a\x24\x77\xc4\xb5\x0f\xfe\xe2\xa3\x99\xaa\xdf\x33\x06\x83\xe3\x8a\xdb\x79\xe5\x1b\x7f\x53\xbc\x75\x8c\x8f\x71\xb6\xa8\x9b\xfc\x80\x9f\xb4\xf1\x64\x24\x62\xbf\x84\xda\x41\x3f\x68\xdb\xe7\x46\x5a\x30\xd1\x8c\x13\x65\x08\x3f\x40\x66\xcc\x92\x84\xbc\x63\x29\x51\x24\xb0\x0f\x28\x51\x1c\x4a\x39\xf2\x27\x2e\xda\x1e\x34\x32\xc9\x76\x73\x97\xc4\x95\xe1\x2e\xa9\x3a\xfa\x79\x00\x5c\x31\x76\x81\xb9\x59\xa0\x1c\x30\xf2\x39\x56\x6e\x20\xc1\x7a\x49\x46\xcf\xcc\xab\x8e\xb8\xd9\x28\xd8\x4a\x89\xa0\x63\x59\xf5\x44\xf9\x47\xe1\xac\x85\x4d\x50\x93\x34\x0f\x59\x98\xdb\x6d\xf8\x85\x05\x29\xf7\xb0\xf6\x4e\xb3\x42\xc6\xf5\x92\x8c\xf2\x85\x82\xcc\xcf\x1b\x93\x6f\xa8\xd3\x4a\x66\x20\x26\x3a\xe0\x27\x9b\xa4\x44\x1b\xa8\x3e\x7d\xfc\xfc\x5e\x83\xaa\x07\xa6\xcb\x74\x8a\x9b\xf1\x5d\x77\x5d\x3d\x6f\x8c\x65\x41\x11\xe9\x1f\x27\xa9\x89\x64\xbe\x71\x12\x14\x82\xfe\xb9\x36\x50\x63\x20\xf4\x3c\x27\xff\xfe\xe4\x1d\x55\x0f\x19\xe3\xa2\x14\x29\x4a\x3f\xe0\x84\x51\x9c\x6b\x6a\x5c\x38\x39\xb6\x57\x0c\xd4\x02\x71\xd4\xf2\xf8\x98\x5e\xb2\x89\x65\xb0\x36\x88\xed\x15\x03\x3e\x16\x8e\xec\x18\xcb\xa0\xd1\xfc\xc5\xe4\x03\x75\xf9\x5d\x6e\x53\x92\xc4\x34\xee\xb5\x6e\x3f\xf8\x4e\x87\x6f\xc3\x03\x2c\xce\x6a\xdf\x01\x27\x0c\x47\x97\x0c\x30\x34\x07\x72\x0c\xdc\x75\x4b\x32\x49\xc3\xbd\xf4\x07\xad\x1f\xd0\x0f\xe9\x27\x07\x4c\x14\x0e\xb5\x18\xf4\x7a\x75\xea\x92\xb1\xae\xa9\xdd\x3d\xc2\xea\xe2\xf3\x0b\xb7\x58\x07\x19\x0c\x96\xf0\xf0\xed\x6f\x3c\x27\xbb\xf4\x1c\x70\x94\x4c\xe9\x99\x24\xdb\x56\x8f\x01\xbf\x59\x87\x73\x8c\x87\x47\xa9\x7b\x52\x13\x2f\xa8\xc7\x77\x11\x66\x4d\x02\x0e\x14\x76\x40\x1d\x6f\xe3\x10\xea\x72\x12\xcb\xc5\x52\xc7\xc4\x32\xc4\xc7\xc7\x5c\xcb\xf0\x17\x98\xb5\xf8\xd7\x60\x41\x64\x47\xc7\x0e\x14\x81\xca\x5a\xe6\x79\x00\xd4\x52\xbc\x9e\x34\x1b\x24\xe9\x8e\xcf\x83\xce\x2b\x3a\x27\xe7\x01\xda\x68\x5d\xee\x79\xe0\x18\x48\x69\x79\x1e\x4c\x57\x5a\xfd\x80\x7c\xbe\xbb\x8b\x8b\x5d\x78\x54\xea\x79\x7e\x06\x79\x21\x7e\x78\x0c\xc0\x52\x92\xdb\x19\xa8\x10\xd0\xe1\x3c\x19\x90\x64\x31\xeb\xfc\xb8\xde\x8f\x0f\xe2\x19\x96\x2c\xa0\xdf\x95\x0b\x8d\x7a\x00\x5a\x9a\xdd\xc1\x9a\xf5\xd0\x83\x97\xb3\x56\x17\x91\xdb\x23\x4e\x7a\x92\xcf\x8d\xbf\x4b\xba\x70\xae\x08\x70\x9d\xfe\x13\xae\x2a\xc5\x4e\x5b\x27\x43\x86\xac\xa3\x3e\x91\xb8\xda\x5e\xcf\x67\xe4\x76\xab\x87\xef\x7e\x97\x2c\x3b\x9c\x8b\xb1\xe9\x1c\x9c\x2c\x23\xe2\xa0\xda\x93\x37\x3e\x87\xa7\x9e\x69\xc1\xc5\x6f\x7c\x57\x40\x5b\xae\x4e\x46\x91\xa7\x9f\x2f\xc0\x4d\xa5\x3a\x3d\x33\x58\x88\xa4\xba\x13\x29\xa2\x0f\x07\x93\x9d\x64\x84\x92\x60\xce\x0c\x99\x49\xba\xd4\x33\xf3\x34\x0f\xbf\x00\x0c\x93\xd8\x76\x92\x31\x3a\x56\xf4\x84\x1f\x6d\x49\x3f\x0f\x88\x61\xd1\x9f\xf0\x20\x0c\xcf\x0a\xc7\x57\x62\xd7\x99\x49\xfe\x35\x89\xb2\x66\xad\x1e\xe0\x79\xab\xe2\xb7\xe3\x2c\x3c\x07\xe2\x7c\x27\x39\xa3\x84\xcd\xb3\x10\x92\x62\xf0\x67\x21\x24\x35\x49\xe6\x88\x36\x6f\x3d\x61\x40\x50\x31\x9b\x71\xc2\x35\x37\x4a\x1b\x77\xb2\x2a\xe9\xf8\x79\x01\xc7\x42\x94\xf8\x84\xa3\xad\xdd\xc0\x4e\x98\x03\xec\x24\x74\x56\x4c\x51\x2a\xde\xb3\x02\xe7\x75\x6f\x38\xe1\x76\xfb\x73\x72\x71\x2f\xb4\x67\xc6\x89\xb8\x0e\xfb\x66\x9e\x27\xa9\xa6\x6e\xf0\x27\xab\x5b\x59\xa1\x78\xc2\xcd\xd0\xfc\xe9\xe4\x35\xcf\x0a\xc5\xf3\x24\xfb\x11\x55\x3c\x61\xf3\xb7\x39\xfa\x5c\x2c\xd0\x80\xbf\x16\xe0\xfd\x06\x6f\x50\x26\x06\x17\xf9\xae\x66\x45\x1d\xf0\x0f\x06\x5e\x0b\x3d\xb4\x15\xe4\x92\xd5\xbf\xc1\xfc\xad\x49\x3b\x51\x17\xc2\x06\xe9\x73\x6b\x80\x35\xe6\xbd\xe8\xa4\xba\xb8\x99\x9f\x49\x90\xa0\x6b\xa2\x23\xdf\x4e\x24\x44\x89\x56\x9d\x9d\x88\xf1\xfd\xb9\x4b\x9e\x37\xb6\x57\x12\xe4\x09\xcf\xc2\xe1\x00\xbf\x93\x8c\x52\x12\xe3\xc9\x0a\x8f\x0e\xaa\x3c\x59\xdc\xca\x61\x8c\x27\x2a\x3a\xfe\x5c\x3f\x4f\x2a\x74\xad\x4e\x3b\x11\xf8\xeb\xf0\x82\x13\x71\xbf\xed\xa7\x07\xc2\x2e\x79\x12\x37\x5e\xd0\x07\xef\x9a\xa5\x1f\x70\xc3\xbc\x1f\xef\x9a\x95\xb6\xf4\xc5\x9d\x58\x12\xc6\xb9\x38\xa1\x98\xeb\xf9\xae\x1d\x14\xb8\x11\xe8\x9b\xcc\x30\x78\x75\x14\x3f\x3f\x19\xf8\x6b\x9d\xc7\x89\xdc\xcd\x59\x12\xc2\xf9\x82\x6a\x89\x5b\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xf5\x9e\x13\x47\x49\x57\xee\x73\x92\x70\x4a\xd3\x74\x4e\x9c\x6e\xb1\xe2\x93\xe5\x28\x92\x0f\x2b\xd5\xbf\x56\xcb\x9c\x64\xd6\xe2\xcd\x27\x33\xa5\x58\x49\x72\xb2\x62\xa3\x95\x24\x17\x43\x7f\xad\x03\xb9\x8e\x45\xa5\xb2\x1e\x44\xee\xaf\x3f\x49\x9c\xc6\x5f\x25\x4b\xbd\x60\xf2\xb7\xf2\xf6\x62\xa6\x66\x5f\xc9\x2f\x94\xa7\x38\x8c\x50\x17\x78\xf9\xe1\xdd\xbe\xc8\xcb\x1d\x33\x7a\x91\x57\x3b\x04\xf4\x0a\xc4\x52\xc9\x18\x57\xe0\xd1\x10\x2f\xbe\x78\xe3\x14\x33\xbf\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\x08\xb9\x58\xc5\xd1\x21\x82\x17\x0c\xf9\x87\x55\x3b\x57\xc0\x86\x8b\x79\x5f\x2c\xeb\x95\x44\xba\xae\x08\x62\x29\x8e\x71\xf1\x92\xea\x04\x6a\x17\x14\xb4\xc3\xc1\x91\x57\x64\x49\x4e\x11\x85\x8b\x39\x94\xcd\x90\xaf\x8f\x21\x97\xa4\xc3\x76\xa5\x8f\x60\x5b\x89\x72\x81\x1d\x1f\x3f\xb0\xa2\x6f\xa9\xb5\x43\x17\x2a\x36\x38\xa6\xe0\x4a\x2c\x17\xa3\x39\xd0\x93\xd4\x91\xa9\x17\xee\xa1\xf6\x68\xba\x90\xf3\xd8\xce\xc5\x17\xb8\xaf\x53\x8b\x5c\xb0\xe5\x3b\x7d\xef\xf5\x31\xdf\xe4\x90\xfb\x2b\x77\x4e\xd1\x0f\x16\x18\x3c\x02\xcf\x5e\x71\x97\x13\x5d\x0a\x92\x1f\x6f\x6d\xbe\xcd\x5d\x88\xb6\x55\x09\xb6\x71\x95\x05\x05\x75\xf0\x71\xca\xe6\x6b\xd1\x05\x46\x69\x97\xfe\x8b\x57\x4a\xbb\xcf\x5e\x65\x91\x52\x0d\xc1\x98\x14\xab\x82\x2e\x98\xce\xc7\x21\x31\xe6\xaa\x24\x4a\x92\x21\xae\xba\x48\xa5\x46\xad\x6b\xe5\x5a\x07\xf5\xa8\xd6\xdd\x5c\x95\x45\xf5\xf4\x42\x8b\x20\x8d\x1a\xa3\xad\xc3\xe8\x07\x04\xb6\x7f\x17\x7c\xa0\x0e\x1b\x79\x84\x38\x3c\xaa\xfa\x7f\x3d\x68\x96\xac\xd4\x69\x77\x4a\x14\xe9\xff\x66\x29\x8c\xe8\xd8\x60\xa3\x14\x4c\xd9\x3f\xfa\x1c\x14\xe5\xff\xba\x10\xb8\x91\x6b\xee\xf8\xc1\xa1\x4e\x2c\x94\x20\x71\xd1\xbc\x6d\xcf\x3d\xd4\xf1\x0f\x3f\x3a\x9f\x8b\x95\xbe\xed\x6e\xb4\x0a\xf7\xdb\xd5\x06\x85\xfb\x83\x4d\xe8\x28\xdc\xef\xba\xde\x83\x75\xfb\x0f\x87\x80\x5e\x03\x68\x63\xc4\x1b\xc8\xcc\xd0\xfc\x01\x31\xd9\xbf\xc9\x77\x24\x7c\x5c\x83\xfb\x25\xd9\x02\x95\xfe\xbf\x21\xfc\x06\xf1\xc6\xc0\x3a\x49\x9a\x24\xe1\x5c\x27\x65\xf2\xe4\x37\x80\x9b\x9e\xe5\xb9\x40\xa3\x69\x7c\x42\x52\x52\x31\xb6\x71\x21\x36\xc3\x86\xdc\x8b\x46\x6e\xc7\x6c\x5e\x48\x8d\xf2\x03\x98\x93\x85\x9e\x35\xc9\x6b\x01\x46\xcb\xb8\xc2\x07\x39\x4f\x9a\xe9\x7b\x1d\xd3\x79\xc1\x4d\xd2\x32\xfd\xc5\x82\xa1\x76\x29\xba\x20\x31\x0d\xa7\x84\xb9\x10\xcb\x61\xd9\xf5\xfa\x24\x26\xd7\x50\x1f\x17\x8d\xe6\xd6\x6e\x5d\x30\x9a\x0f\x87\x26\x5d\x10\xa1\x8e\x9f\xf3\x04\x11\xca\xf7\x86\x8b\x9e\x93\x29\xfd\x95\x31\xe9\x82\xda\x3c\x49\xa0\xbf\xee\xb5\x0f\x42\xda\x9b\xa7\xd3\x53\x66\x64\x87\x0f\x27\x02\x3b\xd2\xcf\x7c\xd6\x5e\xbb\x4b\x90\x29\x09\xf4\x17\xcd\xe5\x56\xc8\x5d\x88\xdb\xf8\x39\xbd\x0f\xf2\x6a\x18\x9d\x9e\x35\x27\x1d\x93\x87\x60\x95\x88\x77\x41\x78\xb2\x8e\xfc\x7a\x48\xad\xbd\x0a\x44\xdb\x66\xcb\x7c\x17\xa2\x2e\x7e\xce\x3b\x94\x06\x49\xf2\xf3\xf5\x02\xe9\x8d\x3c\x2f\xe7\xa8\x55\x43\xd6\xfa\xd1\xb5\x5e\xef\x9a\xa4\xe6\x00\x57\x49\x7b\x16\x5e\x50\xcb\x0f\x87\x02\x5c\xc8\x15\x5c\xac\x5c\xbb\x5e\xee\xf5\xcf\x83\xc9\x07\xea\x73\x62\xaf\xdd\x05\xa4\xa9\x9f\xcd\x82\x6d\xdd\x2e\xa3\xd7\x24\x35\xf6\xa9\x42\x80\xaf\x3d\xce\xae\xb9\x66\xad\x75\x4f\x4a\x26\x26\xc6\xcc\x4c\x67\x55\xe6\xc5\x00\xdf\xe4\x73\xc3\x78\x5e\xdb\x0f\xae\x49\x14\x15\x52\xdd\x9f\x7c\xd5\x9d\x20\xef\x46\x7d\xaf\xc3\x1e\x8c\x37\x7c\x26\xed\x65\x79\x43\x5e\xb2\x4f\xc0\x0d\x97\xc8\xa4\xb3\x7e\x43\x99\xef\x59\xdf\x07\x70\x30\xbb\xbf\x05\x5a\x77\x70\xe3\x83\xae\xdf\x48\xcb\xdc\xfc\x01\xc9\xbd\x94\x6d\xf7\x27\x5d\x65\xb3\xf3\x9b\x05\x4e\xad\xa5\xbc\xa1\xfe\x4f\x12\x2a\x6f\x38\x51\x1a\x2a\x37\xd4\xff\xde\xdc\x3b\x14\xfc\xf6\x00\xa4\x80\x9e\xe2\x27\x6b\x35\xa7\xb2\xbd\x61\x2d\x3f\x1c\xad\x7d\x07\x22\xb5\xa1\xb4\x34\x27\x52\x8c\xde\x30\x10\x24\xe9\x5a\xee\x48\x82\x25\x35\xd4\xcd\x92\xaa\x56\xd9\xdf\x91\x80\xd7\xac\x21\x9c\xa5\xec\x1e\x29\x9c\x35\xbf\x40\x84\xf1\x56\xb0\xe8\x97\xf5\x9c\x77\xe4\x9d\xc2\x0b\x89\x44\x18\x83\x0a\x06\xf6\x12\xfc\xc2\x8b\x41\x3d\x29\x44\x1e\x8a\x5b\xdf\x30\xaf\x27\xc9\x6a\x37\x3d\x37\x1d\xf8\x7a\x53\xdc\x93\x22\xe3\x5e\xe2\x9e\xb8\xcb\xbd\xb4\x2f\x46\x10\xe6\xf0\xb3\xb3\xe7\x4d\xa3\xba\x44\x9f\x1b\x61\xcd\x66\x47\x77\x62\x81\x09\x0f\x41\xb6\xdb\x3c\x29\x2c\x42\xea\x99\x9b\x91\x44\x3f\x38\xcd\xa8\x66\x2b\x53\x6f\x58\xdd\x0f\x33\xa8\x3b\x53\x54\xf2\x42\x61\x86\x4f\x12\xf8\xee\xdc\xf0\xdb\x3d\x20\x16\xdb\x18\xc2\xba\xae\x56\xbf\xde\x05\x21\x55\x5e\x76\xa1\xa0\x64\x50\xd3\x0e\xe1\xb0\xe5\xbb\x50\x46\x11\x21\xbc\x0b\x5c\xfd\x0f\x77\x41\xda\x5b\xfc\x02\x20\x55\xdc\x25\xe5\x56\x31\x88\x9b\x95\x5f\x8f\xf2\x57\x46\xa5\xbb\x10\xcb\xa5\x9d\xb9\xcb\x5a\x94\x67\x40\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x35\x54\xde\xde\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\x16\xb5\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\x28\xfe\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x08\x29\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x94\xda\xa4\x72\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\x1d\x36\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\xda\x65\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x6a\x7a\x0c\x5b\x54\xf2\x49\xc6\x57\x90\x33\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x82\xf8\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\xb1\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\xd6\x51\x3f\x9d\xdc\x48\x0a\xaa\x87\xd9\xd9\x6d\xc0\x7a\x90\xf6\x20\xfd\xbc\xc0\xcd\x71\x3b\xef\xcb\x3e\xdb\x9d\xc2\xa9\x98\xc3\xc3\x7a\x36\x63\xfc\x55\x62\xa0\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\xb1\x26\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x74\x78\xcf\xb5\x26\xed\x29\x90\xf1\x7b\xdd\xcc\x4a\xe0\xd8\xeb\xe7\x3e\xf8\x89\xde\xb8\x71\x76\x8d\x1d\x77\xc4\x98\x9a\xc3\xbd\x0e\x96\x5f\x20\xa8\x35\x26\x6e\xbf\xd9\xbb\xb9\x6e\xbf\x62\xc9\xcf\xbd\x96\x25\xc0\xac\x32\xd3\x87\xbb\x9c\xe8\x42\x80\x79\x12\x7e\xeb\x83\x87\xa2\xa7\x58\xf2\xf3\xdd\x66\x9b\xb3\x6e\x3f\x0f\x2a\x85\x79\x77\x1f\x52\x2c\x4f\xf2\xe1\x6e\x4a\x0f\xf1\x30\x45\xa8\xb9\xf6\xb3\x4c\x03\x06\xc4\xcb\xd3\x6a\x68\xbf\x94\x88\x75\x73\x7c\x5e\xae\xdc\x5f\x2c\x7f\x13\x7f\x41\xdd\xb0\x2e\x2c\xcf\xba\xae\x4a\x36\x78\xe0\x0a\x9e\x0f\x7f\xb1\xe6\xe9\x17\x08\x1a\xad\x9c\x65\x1b\xad\x7f\x7c\x26\x22\xae\x4c\xac\x91\x03\xf4\xf0\x05\xf8\xa1\x2f\xf8\x0f\x2f\x87\xa5\x3e\x4b\xff\xf8\x40\x9a\xb0\x43\xd1\x03\x63\x80\x23\xa4\x9e\x89\x39\x1a\x74\x73\xcd\x71\xc3\xe1\xa5\xa7\x99\xc3\xc5\xdf\x63\x01\x62\xe8\xc1\xc9\x37\x0e\x3d\x78\xf8\x20\xea\xc1\xea\x74\x83\xea\x65\x92\x4e\x8b\x24\x2f\x0a\x3e\x27\xab\x96\xde\x00\xeb\x8f\xb4\x5b\x2f\xf5\xea\x8e\x9d\x7e\x99\xa2\xc1\x92\xda\xfb\x5d\xf6\x5a\xf6\xc4\x91\x44\x27\x7b\xcc\x46\xab\xa7\x7a\x44\x74\x8f\x8b\xa1\xbd\x6d\x71\x08\xbf\x70\x71\x48\xf7\xf0\xc9\x82\xce\xb5\xf8\x36\xc2\xce\x1f\xac\xb2\x7f\xfb\x77\x5f\xa9\x0b\xf4\x02\x82\x7b\xec\x06\xff\x22\xe0\x7c\x38\x30\xf9\x85\xbe\x33\x59\x77\xf5\x76\x6c\xa7\xc1\x02\x55\x64\x16\x31\x7d\x07\x0e\xb4\x78\xf1\x3b\x10\x5d\x2d\x51\x10\x65\xff\x5b\x16\xb5\x7f\xe9\xae\x74\xfc\x3c\x60\xa0\xb2\x3b\xec\x7c\xc1\x0f\x16\x14\x3c\x05\xac\x5a\x34\xe6\x5d\xaa\x4b\x49\x3d\xef\x80\x32\xda\x3b\x75\x2e\x1c\x15\xa4\x4f\x4e\xca\xbf\x3f\x91\x38\x89\xf5\xbe\xac\x9c\x61\x81\xf6\x05\xc1\xcf\xf1\xaf\xdc\x1b\x5e\xb8\x00\xbb\x1e\xc4\x7b\x92\xcd\x7a\x5b\x4e\x2e\x40\x30\x5e\xcc\xc0\x2b\x3a\x19\x0e\x21\x59\xe1\x5d\x8a\x4f\x09\xed\x2f\xbc\xa1\x92\x6f\xa6\x2f\x14\x9d\xce\x2b\xf6\x7e\xec\xa0\x39\x61\xdf\x0b\x6e\x90\xa3\x7f\x83\x78\x64\xff\x46\xb9\x46\x1f\x32\x94\x07\x6e\x9e\xe3\xc7\x0c\x72\xfb\x99\x00\x8f\x58\xf0\x03\xb8\xa8\x36\x4f\x68\xa2\xd8\xaf\x36\xe1\x66\x10\x89\xf7\xf5\x46\xb2\xde\x9f\xdf\x0b\x33\x04\xf4\x7b\x61\x82\xe6\x88\x1c\x83\x3f\xe9\xbb\x5f\x24\xa4\xb1\x1b\xec\x8b\x40\xa0\x2a\x59\xe0\x7d\xa8\x1e\x56\x07\x28\x69\xe6\xab\xf4\x0b\xb5\x66\x4e\xfe\x4d\xd9\xc1\xab\x7e\xfa\x3f\x7f\x4a\xcd\x7e\x61\xc0\xa9\xd5\xbf\xa9\xd5\xd4\x1a\x1e\x4e\x48\x4b\x80\xab\x94\x53\x6b\xbc\x0f\x48\x44\xf2\x84\x26\xa1\xa8\x19\x7f\x7c\xa2\x65\xa9\x9c\xde\x97\x1a\x08\x91\xcb\x17\xa9\x65\xb2\xf7\x61\x29\x35\x75\x51\x79\x91\x41\x30\xff\x7c\x40\x99\xae\xba\x4b\xd0\x7c\x03\x69\x2e\xdc\xf2\x03\x54\x33\xb5\x9c\xf8\x4e\x2a\x03\xa5\x28\x79\x61\x12\xce\x3f\xbf\x09\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x51\xdd\x59\x2c\xf5\x9d\x6b\xe1\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\xd4\xb6\xc3\xf7\xe7\x32\xc0\x66\xbf\xf1\xa2\x4e\x49\xd4\x6f\x2a\x35\xb5\x5b\x33\x50\x23\xa0\x4b\xd9\x0c\x6b\x65\x7e\x83\xf7\x1d\x5d\x03\x27\x9c\xa5\x9c\xd6\x70\x86\x05\x7f\xcd\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x69\x06\xde\x04\x9a\x3f\xa1\x80\xf2\x33\x08\x05\xf3\xec\x07\x93\x6f\xec\x4d\x9d\x88\xba\xb1\x23\xe1\x84\x1a\x31\x4b\x4e\x9f\x71\xed\x90\x3f\xa0\x92\x48\x17\x39\xd4\xed\x6f\x59\xa8\x8f\xa2\xfc\xdf\xac\xd4\x45\xe2\x4a\x75\x61\x41\x8d\xfd\xf0\x73\xa2\x51\x53\xff\x7b\xa0\xa5\xb2\xa8\xbe\x33\x32\xa0\xa8\x7e\xca\x3f\x5f\xa0\xc8\x91\xb1\x77\xa6\x45\x35\x34\x4f\x5c\x50\x73\x71\x97\x5c\xb9\x90\x71\x2e\x25\x9d\x78\x1e\xaa\xe6\x7f\x0f\xd4\x05\xbc\x87\x87\xf3\x3e\xa0\x6e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xdf\xca\xb2\xf8\xce\xba\x3b\x19\x09\x63\xd0\xc0\x01\xca\x15\x02\x67\x21\x6a\xea\x52\x8c\x2a\xf9\xcd\x69\xce\x56\x91\x7c\xe7\x79\x98\x85\x58\x62\x34\x2a\x0b\xb8\xfe\xa4\xf3\x13\x2d\xbc\x50\x1a\x30\xa6\x51\xed\xe6\xcc\x08\xb3\x90\x6d\xe4\xbf\x4a\x13\x34\x2b\x24\x39\x7f\x5d\x21\x05\x4b\x42\x9d\x95\x3c\xaf\xfb\xc1\xe0\x78\x9a\x33\x7c\xa4\xb2\x91\x10\x79\x7f\x72\x75\xfb\x9a\xa0\x5f\x58\x13\x14\xe0\x2a\x4f\xa8\xf1\x96\x15\x64\x9d\xd8\x60\x36\x6e\xb7\xae\xe2\x13\xb7\xdc\x2c\xea\x35\x1b\x19\x9f\x11\xbb\x11\x1f\xc4\xf9\x26\x94\x7a\xd9\x87\x1e\xc9\x81\x72\xf5\x10\x3c\x7e\xc5\x2f\x3c\x7c\xa0\x31\x3b\x92\xff\x78\x61\x9d\x48\xe9\xa3\x31\x48\x58\x44\xf7\xe7\xa0\x84\x21\x9d\xc5\xa4\xd8\x63\xba\xb2\xc4\x1e\x9f\x3f\x56\x58\xb5\x7b\xf2\x44\x10\xb2\xed\x1d\xf3\x93\x72\x8a\x9d\xbf\xe6\x27\xe5\x7c\xb0\x53\x0f\x48\xc6\x97\x4d\x56\x4e\x12\x37\x9f\x25\x06\x25\x5b\x2f\x32\x4f\xc2\xce\x07\xe1\xe4\x9d\xc3\x9f\x20\x92\xe8\x27\xc3\xc2\x64\x35\x2d\xb3\xd8\xc9\x4c\x75\x16\x5e\x26\xcc\x9f\xc5\x3e\x67\xa8\xf2\x1f\xb2\xaf\xd7\x2c\xeb\x9f\x6d\x2d\x9c\x88\xe2\x39\x14\x63\x7e\x36\xdc\x5d\x8b\x52\x49\x9c\x17\xb5\xe0\x4a\xe4\x30\x3b\x14\xaf\x25\x6f\x12\x39\x3b\x02\xd9\x4b\xde\x33\x9d\x88\x1e\x09\x49\x69\xe7\xe7\x80\x7c\x9e\x74\xad\x9f\x88\xde\xf8\x26\x96\xf7\x83\x48\x87\xaf\x2d\x28\xce\x11\xe9\x3b\xbf\xaf\x86\x73\xc0\x2a\x91\x74\xd3\x9f\xf4\xc7\x4f\xb2\xfe\xce\x01\x0c\x4e\xd2\xd7\xcf\x81\x2c\x4f\x59\x1a\x92\x09\x87\xfc\xa6\xac\xa2\x73\x20\xfc\x3c\xeb\x2a\x38\x07\xf6\x29\xeb\x06\x3b\xe1\x77\xde\x94\x8e\x75\xc2\x4b\x3c\xb8\x9a\xdc\x84\x4b\x76\x70\x4d\x9b\x39\xa0\x24\x56\x3d\x90\x49\xdf\xe5\x24\xa7\x8f\x09\xb7\xe2\xae\x5b\xd6\x84\x5b\x71\x97\xd8\x3e\xe1\x56\xdc\x54\xd6\x64\xd2\xab\x38\xcb\x49\x68\xc2\xab\xb8\xe7\xee\x0f\xd2\xf7\x5b\x8b\x38\x3f\x46\xd9\xf3\xd6\x36\xcc\x33\x30\x00\xf7\xf0\x0b\xf5\x9f\x3f\xbd\x68\xbf\xce\x8f\x4f\x76\xa5\x0f\x9a\xe7\xc7\x04\x7b\xd9\x47\x6a\x9e\xdf\x7d\xab\x97\xee\xef\x9f\xef\xf7\xcf\x84\x5e\xfc\xf6\x80\x48\x83\xe1\x15\x46\x24\xbf\xdc\xf4\x74\xc2\xe9\xb8\xd7\xe4\x76\x16\x50\xad\x7e\xc0\x52\xa6\x9a\x40\x44\x92\xec\x24\x90\xb0\x4a\xe8\xbe\xee\x4d\xb8\x24\xf7\xea\x05\x44\x94\x09\xf1\x84\x23\xbd\x03\x3d\x81\x07\xc2\xe8\xde\x65\xb8\x2c\x87\x24\xc2\x35\xe9\xb3\x9c\x92\x67\x04\x8d\x70\x92\x1a\x69\xc2\x89\xf9\x7b\xe0\x3e\x20\x43\xcb\x6a\x3a\xe1\xd5\x1c\x92\xb8\xe3\x84\x57\x73\x53\x25\xab\x09\xa7\xe6\x6f\x10\x2d\x0b\x5e\xcd\x8e\xcd\x98\x27\xd8\x7c\x12\x2d\x9b\x27\xd8\x7c\x4a\x5e\x19\x2c\x6d\x49\x7a\x86\x79\xd2\x15\x4b\xe9\xd3\xe6\x99\x78\xf6\xfe\xea\xc2\x34\xe1\x47\xfd\xbd\xed\x49\x4f\x0e\xa0\x39\x65\xc2\xaa\x0a\x12\x99\xb0\x32\x3e\x66\xc2\x2a\x69\xd6\x99\xb0\x2a\x02\x6f\x26\xac\x9a\x80\x97\x09\xab\xa8\x59\x43\x75\xad\x42\x93\x13\xde\xd6\x5f\x9f\xee\x82\xb0\xca\xfe\x82\x22\xd1\xd0\xcc\x21\x6a\xb4\x9f\x2f\x08\xaa\xe6\x89\xf3\xe8\xfa\x1c\x64\x82\x2a\x7b\x5a\x84\x46\xf2\x03\x42\x63\x68\xad\x85\xd0\x28\xea\xb4\x10\x1a\xde\xe5\x42\x68\x44\xf5\x51\x08\x0d\x63\x6b\x21\x34\xb2\x40\x5c\x16\xe6\xf8\x01\x69\x5f\xd1\x4c\x0b\xc1\xe1\x23\x47\x37\xee\x1f\x5c\x2a\x44\x9d\xe6\x07\x44\x9d\xe2\x4e\x61\xd5\x0f\x3f\x7d\x30\x03\x9d\x21\x58\xd6\xde\x0b\xc6\xac\xaa\x2f\x97\x89\x79\x56\xae\xd6\xc4\xaa\xae\xd5\xfa\x0d\xae\x56\xbc\x00\xee\xe0\xc1\x37\xfc\x09\x7f\xf0\x6f\x14\xa1\x0b\x7c\xde\x8a\x34\x93\xf3\xac\x5c\x6d\xf4\x27\xdc\xfc\xe6\x4f\xb8\x5a\x63\x3d\x04\x24\x15\x79\x9e\x70\x22\x0f\x76\x80\x9a\x27\xa2\x8b\x73\x34\xd6\x42\x64\x4a\x4a\xd6\x33\xe1\xe7\x3a\x0c\xf3\x17\xd5\xf8\xe4\x13\x3e\xa1\x95\x6a\x8a\xdd\x9a\x2f\x0c\xef\x12\x65\xe7\x9b\xc0\x3a\x44\x25\xe7\x11\xfe\xf9\xa3\x0b\xf1\xc4\x2d\xab\x4b\x35\x3a\x71\xc9\x92\x8e\x6b\xce\x95\x18\x4b\x3f\x99\xea\x45\x3f\x99\xd5\x41\x3f\x1b\xfa\xf2\xc7\x88\x7c\xee\xfa\x89\xd2\x5a\xee\xeb\xfe\xe7\x8f\x89\xe9\x3c\x50\x97\x3f\xe9\xe7\x27\x81\x27\x77\x3d\xff\xf9\xa3\x8a\x4e\x73\x06\x56\xe5\xd2\x4f\x7c\xab\x97\x03\x6b\xbf\xe8\xe7\xf7\xed\xbe\x71\x4c\xdc\x9c\x54\x67\x7b\xe2\x86\xa2\xa8\xd6\x89\x0b\x8a\x49\x3a\xae\x27\xb2\x9c\x4e\x5c\x4e\x54\x4a\x71\xe2\x6e\xa2\x12\x7f\x73\x7e\x34\x49\x4a\xe2\x39\xcb\xd7\xb3\x10\x6c\x16\xf4\xac\x49\x7e\x78\xaf\x9c\xfc\x13\xa2\xbb\xf2\x27\xcd\x09\xd7\x26\x9d\xde\xf9\xa6\xaf\x67\x4d\xe3\xcd\x00\xb4\xdf\xc6\xb6\xf8\x6d\xe4\xc8\x25\xb0\xc2\x44\xe5\xf0\xbe\x33\xcb\x86\x19\x71\xb1\x3e\xb6\x35\x37\x4c\x16\x47\x0c\xfb\x26\x10\x26\xd2\xdf\x84\xb8\x43\xa1\xe2\x71\xc0\x1c\x9b\x76\xd6\xc7\x78\x1c\xc8\x33\xa9\x88\xae\xef\x01\x64\x98\xad\x93\x8b\x07\x4b\xf9\xb7\x6d\x55\xfe\x1e\xd0\xd7\x32\xeb\x13\x44\xb1\xe7\xed\x27\x19\x0f\xd4\x48\xff\x84\xcf\xb6\x1e\xa0\x4c\x73\x3c\x76\x02\xe2\x78\xa0\xe2\x6d\x48\x5d\x6f\xc4\x40\x6b\x64\xd9\x7d\xa0\x2e\x50\x90\x33\x7b\x3c\x58\x84\xa5\xc5\xf1\x17\xae\x75\xf1\x48\x9d\x6f\x77\xf5\x37\xb9\xd0\xb1\xa7\xb0\xf2\xd4\x6f\xe7\xe9\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xe7\x55\x88\x07\xf2\x49\x7f\x20\xda\xa0\x28\x8c\x3c\x48\x02\x56\xdd\xc2\xd5\x06\x78\xa5\x71\x79\xa7\xd1\x8c\x47\x7d\xe9\x59\xd4\x37\xf4\x90\xe4\x2b\xb4\x1d\xb4\x15\x8f\x46\xa7\xbf\x7d\x73\x8a\x07\x33\x9a\xc8\xcb\x2f\x1e\x1d\x6c\x5b\x8e\x83\xf1\xe8\x30\x00\xc9\x43\x2e\x1e\x83\x56\xf6\x9d\x96\x22\x1e\x03\x06\x41\x79\xa7\xc5\x63\x30\xf9\x53\xd0\xa6\x21\x78\x34\xc8\x9f\x2d\x1e\x8b\xb2\xee\x7a\x6d\xf1\x38\x99\xf3\x79\x53\xc5\x78\xc0\xff\x3c\xc8\x35\x2c\x1e\x17\xb2\x29\xa5\x5d\x4c\x22\x1e\x70\xca\x0c\x69\x07\x52\xc4\x03\x46\xe5\x20\x27\x89\x78\x3c\x0b\x35\xc6\xee\xe3\x61\x29\x8e\xcd\xad\xe2\xf1\x62\x1e\xb2\x3b\x7e\x0f\x38\xac\xb6\xe1\x65\x9e\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xf8\x6a\x0c\x2c\xbf\x2a\x8d\x7d\x0c\x91\x62\xcc\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xba\x93\xdf\xc7\xc0\xe2\x53\xd2\x1b\xc6\x80\x5a\x52\x41\x8a\xc5\x18\xd2\xcd\x07\x79\x8f\xc2\x32\x01\x2d\x2f\xbb\xcc\xf7\xe0\x65\x71\xb6\x3d\xd3\xb2\x26\xd6\xf6\x1b\x35\xf3\xc1\x86\x58\x40\x8e\xd1\x4f\xac\xdb\xa3\x20\x2f\x62\x68\x79\xec\x4f\x90\x1e\xef\x7b\xb0\x01\xd4\x71\x3d\xac\x3b\x39\x72\x0c\x8c\xa1\x6d\x25\xee\xc5\x21\xba\xb0\x75\xfd\xbe\x99\x35\xa4\x6c\x62\x13\x1e\x86\x0e\x94\x4d\x8e\xc2\xc2\x86\x92\xf7\x27\x34\xcf\xb7\x92\x37\x38\x1e\x58\x56\xda\xce\xd4\x19\xc3\x33\xf8\x46\xf1\x83\x9b\x0f\xf6\xcc\x69\xe3\x6d\x3b\x4d\x74\x0c\x0f\x90\xb0\xed\x48\xfb\x18\x68\xb2\x6b\x3b\xb5\x47\x0c\x2f\x2b\x73\x14\x81\xf4\x4d\x84\x8f\x26\x06\x56\x14\x5a\x69\x7a\xd0\xb8\xb8\x4d\x9f\xc2\x84\x6b\x66\x2b\x8b\x1a\xc7\x18\x88\x2f\xfb\x1e\x13\x23\xea\xe7\x86\x21\x5a\x10\x13\x3b\xad\x7e\x80\x0c\x22\xad\x6e\x7a\x12\x2b\xd3\x4f\x6e\x7d\x6c\x8c\x15\x4e\xa5\xad\xee\x53\x1a\x91\x48\x25\xb4\x5d\xd5\x37\x46\xa6\x25\x69\x3b\xe9\x7d\x8c\x03\x66\xf4\xb6\x0b\x59\xc6\xc8\x50\xb2\xb6\x59\x58\x8c\x57\x66\x70\xf3\x46\x8f\x48\x0f\xf1\xb6\x8b\x7c\xc4\x48\xf7\x47\x19\x21\x62\x84\xef\xe2\xf7\x60\x6d\x43\x5c\xc7\x76\x3b\x6c\xc7\xf8\x32\x26\x63\x2b\xb5\x62\x9c\xc8\x46\x7a\xec\xd4\x97\x31\xb1\x22\x78\xdb\x85\x46\x63\x0a\xc4\xa8\xed\x32\xf7\x3d\xe0\x36\xec\xa3\x9f\xc2\x64\x1a\xe5\x0d\x8f\x94\xe0\x09\xd6\x76\x28\x47\x4c\x2c\x4e\x94\x77\xde\xc6\x98\x12\x53\xd7\xef\x48\xeb\xef\xc1\xfa\x24\xeb\x01\x87\xad\xea\xf4\x59\xc9\x9a\xdd\xc7\xc9\x07\x51\x0f\x26\x1f\xa8\x0f\x1e\xfd\x5d\xd7\x2e\xa6\x34\xa9\x3c\x89\xfb\x93\xc5\x6f\x5a\x8f\x7f\xc1\xbf\x52\xc6\xed\xa2\xed\xba\x5b\x31\xb1\x68\x4a\x6b\x7b\x4b\x52\xa6\x1b\x5d\x13\x6c\x32\xa7\xb0\x0b\x8e\xc4\x54\x18\x7a\xb9\x6d\x1a\x31\xa1\x2a\x44\x68\x3b\x91\x7c\x4c\x85\xf0\xdd\xd1\xd9\x31\x31\xcb\x7b\xeb\x82\x6f\xc5\x95\xb1\xed\x3c\x52\xdf\x03\x3a\x94\x0e\xbd\x41\xda\xd2\xb5\x69\x0d\xc1\x52\xad\x0b\x9c\xc8\x3f\x1a\xda\xce\x65\x18\x53\x03\x63\xad\x43\x33\x65\xce\xc7\xba\x33\x32\x7e\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x93\x2c\x34\x2c\x13\x8d\x75\x6d\x49\x27\x8a\xee\x2c\x47\x31\x21\x15\xd3\xf7\x60\xf7\x71\x0e\xae\x76\x8b\x00\xe9\x86\xea\xa9\xed\xc4\x24\x31\xdd\x50\x81\xe5\xa8\xd5\xde\xd8\xd6\xb4\x43\xe6\x63\x7a\x50\xe9\xbb\xed\xe8\xd0\xef\x01\x62\xe6\xb7\x62\x29\xa6\x27\xf3\x0d\x01\xe8\x21\xbe\xed\x9c\x3d\x31\x3d\x94\x4d\x86\x0e\xc2\x43\x5a\x32\xb4\x0d\x13\xee\x3b\x6d\x3b\x23\xc6\x7c\x64\x1e\xa6\x8d\xd5\xf9\xa0\x2f\xcc\x0e\x18\x8d\x39\x40\x51\xd4\xb7\xad\x34\xe6\xc0\x92\xad\x3b\x02\x26\xe6\x80\xb5\xf4\x6d\x18\x8f\x19\x85\x43\xbf\x4b\xcc\x9a\x69\x4e\xd0\x11\xf6\xed\x27\x1d\x33\x0b\x7b\x89\x6d\xe4\xca\xfa\x8e\x5b\x67\x1b\x33\x33\x6c\xf7\xad\xcb\x8c\x99\x29\xe8\x54\xf2\x3d\xe6\xce\x1c\x90\xbb\xbe\x45\xcc\xbc\x26\xf7\x6d\x0b\x8f\xf9\x62\xa9\xe9\x6d\x7c\x88\xf9\x62\xd9\x9b\x6d\x07\x88\x99\xfe\xdb\x5d\xb4\x25\x3f\x48\xa0\x96\xb6\x93\x56\xcc\xef\xb1\x6c\x1e\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0d\x19\xf3\xcb\xb4\xa0\x61\xe3\x5c\x7e\x59\x1c\x2f\x68\xea\x73\x59\xcb\x36\x23\x29\x07\xeb\x70\xef\xb2\x18\xb1\x1c\x4c\x9c\xb5\x73\xa6\xc5\x12\xe0\x05\xde\x77\xfe\xaf\x58\x02\x12\x88\xf7\x9d\xaa\x31\x96\x70\x73\xf9\x43\x9f\xb0\x62\xec\x4e\x9b\x18\x0b\xca\xac\x7f\x0f\x76\x1f\x91\x81\xdf\x3b\x7f\x41\x2c\x2c\x4e\xd5\x25\x81\x97\xcc\x82\x32\xfb\x66\x11\x4b\x66\x72\x88\xed\x74\x1b\x4b\x39\xd6\x1b\xfb\x13\xd4\x63\x09\x7d\xfb\x5e\xc4\xc2\x3c\xf8\x59\x42\x7b\x69\x94\xc0\x85\x2f\xa5\x71\x2d\x3b\xbf\x40\x2c\x0d\x62\x45\xdf\xc1\xfb\xb1\x30\xa7\xd6\xae\x03\x1b\xcb\xa0\x30\xb3\x6f\x28\xdf\x03\x2a\x8c\xb7\xf4\x5b\x56\xda\x8b\x7d\x2f\x8e\x05\xc1\xbc\x21\xed\x98\xf4\x58\x4e\xa6\x6d\xda\xd9\x58\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf6\x70\xa7\x63\x8d\x85\xc1\x43\x5d\xc7\xb8\xdc\x20\xaf\x7d\x47\x08\xc6\x72\x83\xe0\xf4\xad\x30\x8e\x65\x49\x11\xdb\xf0\x19\xcb\x4b\x18\x27\xad\xfe\x25\x9a\x4a\x2c\x2f\x2f\x84\x97\x9e\x34\xd3\x97\xf5\xc7\xb7\xa2\x21\x96\xf7\x5e\x6f\xec\xa9\xbf\xcc\x34\xb9\xb5\x39\xb1\xbc\xef\x7a\xb0\x3b\x9d\xcc\xc5\xbc\x9d\xe1\x63\xc1\xf5\xf3\x7b\xb0\x47\x99\x84\xd8\x56\x89\xc4\x32\x21\xde\xf4\xad\x3a\x8c\x65\xb2\x0a\xdc\x56\x44\xc5\x7a\x1c\xec\x63\x13\x9c\x7a\xc0\xb4\xd9\xb7\x4a\x2d\xd6\x83\xc9\x68\xb6\xeb\x5e\xac\x07\x8a\x0c\xf7\x54\xcb\x5f\xb0\xaf\x1a\x81\xf6\x69\xa7\x5f\x8e\x35\x56\x5e\x2b\xf7\x7d\xac\xc6\xc6\x01\xf6\xc1\xa8\x91\x55\x96\xb6\xd7\x63\xac\x29\xaf\x9a\xc1\xbb\x0f\x56\xa6\xeb\x5b\x25\x17\x2b\x4a\x37\x84\xbe\xbd\x64\x62\xad\xbc\x89\x6e\x77\xa1\x58\x91\xea\x3a\xf4\x9d\x79\x31\xd6\xce\xb4\xec\x59\x2b\x5f\x09\xbb\xb6\xfd\x3a\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\x50\xfb\x87\xbc\xd3\x61\xc7\x3a\x56\xa7\x82\xde\xc9\x13\x9b\x05\xbd\xa5\x4f\xdb\x76\xc4\x58\x4f\xd4\xd9\xec\x3b\x4d\x72\xac\x2b\xe0\x7f\xdb\xdc\x62\x3d\xc9\xcf\x0e\xbd\xc1\xd8\x8e\x96\x37\x56\xd7\x9b\x55\x48\x77\xd1\xbb\x58\x6f\x1a\x92\xa2\x1f\x70\x62\x3b\xda\x23\xd6\x97\xbc\xe8\xd0\x36\x2c\x14\x2d\xfb\xca\x52\x69\xef\xea\x92\xd1\xeb\x44\x50\x52\xdf\xe5\xda\x62\x3b\x26\xeb\xff\xed\xa3\xd2\x02\xf3\x65\x6e\x85\x7f\x6c\x21\xb1\xf2\xc3\x66\xc5\x8d\xf2\x53\xdf\xb5\x96\xbf\x07\x17\x1f\x1c\xfb\x01\x79\x51\xdd\xf4\xa9\xa1\x22\x60\xe8\x75\x9f\x9d\xef\x02\xc4\x07\xbb\xd3\xca\xa4\x99\x75\xa3\x79\xab\xf0\xfc\xea\x5b\xd9\x14\x1b\xab\xdc\xf4\xba\x65\xc1\xc6\xb2\x1c\x2a\x34\x10\x5b\x45\xdd\xac\xbe\xdd\x40\x62\x6b\x64\x13\x5b\x17\x14\xdb\xca\x85\xbe\x2b\xb4\xc7\x86\xa4\xdb\xdf\x83\x05\xe4\x36\x3a\x87\xdd\xc2\x61\x43\xfe\xa2\x4f\xd0\xdd\x00\x3a\x3b\x67\xba\x85\xb9\x76\xb1\xe6\xc3\x56\x7c\x7d\x0f\x30\xec\x4e\x0e\x16\x1b\x43\x01\x65\x63\x88\xed\x4e\x8c\xc3\x16\x3c\x6e\x48\xf1\x0a\xc4\x8d\x0d\x5e\xc2\xf1\xd8\x55\xcf\x62\x7b\x90\xca\x58\x8e\x6e\xb1\xbd\x61\x3d\xd8\x9f\x4c\x5e\xcf\xb7\x92\x31\x76\x6a\x7f\xfa\xce\x08\x12\xfb\x81\x0a\xa4\xbd\xed\xb5\x7c\x64\x17\x20\xdc\x30\xed\x91\xc5\x50\x76\xad\xff\xd8\x23\x33\xd4\xb5\x7d\x23\xe9\x28\x0f\x1a\x94\x02\x3c\xf6\x4c\xf2\xb3\x6b\xc5\xc7\xce\x0a\x7f\xbd\xed\x2b\x4a\x2f\x2c\xea\x2b\x09\xbc\xd7\x87\xf0\xd8\x20\xec\x28\x1e\xf0\x3d\xd8\x9f\xac\x54\x63\x3b\xcd\xfd\xf7\x80\x65\xe3\x36\xd2\xf5\xb1\x2a\x05\x07\x7d\xd2\x1b\x93\x79\x26\x3d\x60\x25\xad\x8d\x63\x7d\x1d\x64\xc9\xc3\xfd\xdc\x05\xad\xf5\x46\x66\xf9\x8e\xcd\x03\xfb\xb9\x8a\x05\x6b\xf9\x27\xeb\xa0\xec\x3c\xdc\xb1\x9f\xe4\xf8\x3b\x8f\x76\xec\x27\x8f\xa9\x24\xe6\xbe\x38\x5a\xdf\xb2\x49\x67\x5c\x69\x97\x70\xdb\x19\x9d\xd8\x25\x0f\x77\x1c\xf5\xb6\xb5\xa3\xb1\x3f\xdc\xeb\x9d\x7b\x32\xf6\x67\xcd\x6b\x8b\x26\xfd\x59\xb5\x41\x37\x05\xee\x6f\x58\xe0\xa8\x7a\xc0\x41\xba\x1e\x30\x0b\xff\x56\x42\xc7\xfe\x76\xae\x6d\x33\xd6\xfe\xbe\xec\x74\xa8\x53\x24\x0c\xde\x95\xde\x63\x9f\xab\x2a\xe6\x96\x5d\xfa\xa2\x2f\x3b\x4b\x55\x1c\x91\x68\xbb\xf3\xf9\xc4\x11\xaf\x95\xba\x7f\x81\x78\xe4\xc1\x37\xb6\x5a\x65\x94\x9b\x09\x57\xf6\xae\xac\x1a\x3e\x69\x57\xc3\x8e\x2c\x66\x11\xfa\x28\x7f\x91\x79\x3c\xb2\xc6\x42\xe8\x3b\x7a\x3c\x8e\x56\xf8\xf9\xa6\xce\xcc\x78\x19\xba\x04\xf2\x71\xae\x90\xa4\x7d\x82\xc7\x43\xfb\x50\xd3\x32\x9e\x87\xa1\x30\x71\xf7\x41\x4f\xd5\xb1\x1d\x8c\xe2\x78\x19\xe4\x91\x36\xb9\x1e\x6f\xa6\x07\xf4\x26\x71\xe3\xed\x2b\x8e\x75\x77\x4a\x57\xbb\xb1\xdd\x4f\x22\xfd\xd6\xc2\xd8\x8e\x18\x71\xbc\x2b\xcd\xc8\x56\x87\x8c\x79\x33\xd2\xb5\xe9\xc1\xd3\xfe\xed\xc1\x79\x04\x8e\xb2\x25\xac\xf3\x88\xf4\x06\xdf\xd8\x76\x1e\x7d\x85\x51\xe4\xfd\x60\x2e\xcf\xfb\x05\x8f\x33\x8c\xe5\x2f\xbe\xfb\x88\x17\x85\xe7\x4d\x26\x4f\x96\x9a\x1e\xd2\x40\x9e\x99\x71\x81\xbb\x34\x4e\x3c\x0b\xe4\xb8\xb1\xcb\xb6\xc4\xb3\x2e\x57\xb2\x2d\x2e\x9d\x15\x0e\x57\xc7\x8e\x54\x8f\x67\xbd\xd6\x1b\xbb\xd3\xf1\xd2\x45\x61\x93\xa7\x0b\x75\x1c\x82\x8a\x57\xc4\xab\x91\xe1\xef\x0c\xe2\xdf\x03\x12\xd2\x7d\xb3\xbe\xda\x72\xd8\x19\x7e\x83\x4a\xdc\x8d\xc4\x57\x43\x90\xc8\xb1\xf3\x9e\xc5\x0b\x09\xff\x3f\xb9\x36\xeb\x01\x35\xa1\xfb\x3c\x5e\x48\xe8\x1f\x0f\xad\xe5\x6a\x9d\x0a\x93\x7d\x84\x2f\xe4\xdb\x0f\x79\x57\x6d\xfc\x1e\xf0\xd2\xb7\xb1\xfa\x6a\x9d\x85\x3b\xa2\xde\x18\x64\x3d\x9b\xa2\x5d\xc8\x36\x1f\x8f\x5d\x59\xf2\x7b\x00\x47\x9d\xe0\xe5\x5f\xb4\xdb\x35\xf5\x81\x8a\xd0\xc7\x4e\x8c\xfb\x3d\x98\x14\x2b\x34\x31\x3a\x5b\xee\x8c\xa0\xdf\x83\xce\x42\x8b\x7a\x83\x9e\x87\x32\x1a\x5c\xc8\xa9\x1d\x0f\xd1\x96\x8b\x09\xad\x8f\x9d\xe7\xe9\x7b\x70\x32\x4a\x7c\x41\xfd\x29\xb4\xea\xf6\x2d\x66\xbd\xb1\x51\x97\xbe\x49\xfe\x5b\x68\xa6\x13\xdd\x7c\x51\x00\x27\xe4\x1d\xd7\x10\x27\xb3\x87\x17\xe9\x8e\x27\x33\x77\x4b\x47\x32\x3b\x9d\x19\xb6\x51\xe5\x7b\xd0\xf1\x42\xd3\xef\x93\x8a\x62\x7d\xb1\x44\xdb\xee\x07\x9d\x4a\x6f\x7d\x12\xef\x7f\x53\xad\xcf\x4e\xe3\xfe\xb6\x55\x7d\x0f\x48\x9e\xf6\x41\x9f\xc8\xf9\xfc\x4d\x23\xee\x07\x34\xf3\x4a\xef\x32\x3b\x2d\xa1\xba\xdf\xcf\x5e\xb9\x6f\x51\x6f\x40\x1c\x4c\x3d\xa9\x0f\xb8\x47\x35\xcf\xfc\x13\x43\x5a\x4b\xfa\xcd\x7c\x92\x92\x30\x67\x1f\x5c\x6b\xd4\x18\xe7\x9a\x96\x3e\x81\xc3\x73\xda\xee\x28\x71\xf6\x8b\xf3\xac\x5a\xfc\xc5\xf3\x16\xb5\x56\xc4\x64\x48\xe3\x3d\x91\xd7\xf7\x47\x41\x37\x91\xd8\xb7\x6d\x43\x69\x9c\xcc\xdb\x9b\x77\x86\xec\xef\xc1\xda\x23\xbf\x81\x79\x6e\x73\xde\xf7\x00\xcc\xcf\x2f\x20\x45\x60\x92\x8c\x36\x07\xbd\x66\xa4\x04\x9c\x63\x19\xc2\x36\x4e\xcf\x71\xd0\xfd\x47\xd0\x1b\x6b\xe3\x35\x71\x66\x84\x95\xe9\x6c\x22\x23\xec\xd7\x85\x1e\x2c\xaf\x83\x2d\xc5\xcc\x41\x2f\x03\x29\xbe\xe6\xa0\x95\x58\x87\x6f\x0e\x58\x2e\x92\x2e\xc8\xcb\x21\x28\x1f\x9e\xe8\x43\xe7\xb0\xfa\xef\xfe\x16\xf1\x7f\xc2\xb6\xe6\x60\xa2\x85\x1d\x39\x14\xe7\x58\xe9\xfc\xeb\xff\x9a\xeb\xfd\xeb\xfc\x8f\xff\xf7\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\x50\x2b\xef\xe7\xe5\xd1\xf3\x86\xb2\x73\xbb\xe1\xbb\x24\xef\x7f\x3f\x08\x1f\xfa\xe4\x72\x57\x17\xeb\x2f\xa8\xe5\x76\x0b\x33\x22\xee\x96\xdb\xdf\x20\xfd\xe6\xb6\xde\x1e\xc7\x27\x0d\xaf\x7f\x69\xdb\x38\x76\xcb\x33\xdc\x42\x19\x7a\xb7\xbc\xee\x8d\xb9\xb9\x92\x5a\xdc\xdb\x64\xb1\x80\xdd\x32\xdd\x1b\xf2\x28\x6c\xfb\xf9\x11\x3e\x29\x65\xff\x3b\x98\x2c\x7d\xcf\x3b\x7e\x47\x73\xff\x8b\xb5\xca\x6d\xfc\x88\x9e\x45\x04\x5e\xdb\x39\xf5\x23\x60\x6e\x43\x9f\xaa\xc3\x73\xa4\x43\x90\x4d\x07\x8b\xd6\xaa\xa5\xba\x05\x94\x67\xc3\x22\x05\xcd\x31\xd1\x33\x59\xd9\xfe\x8f\x14\x1e\xb7\xbd\x6c\x8b\x6a\x9b\x6a\x63\xc2\xa8\xae\x1d\x4e\xe9\x54\x1b\x7c\x83\x8a\x12\xe9\x1f\xe9\xa3\x27\xfb\xdf\x55\x79\xc8\x6d\x9e\x0b\x2a\x17\x1e\x8a\x9a\x38\xd2\xf0\xda\xa0\x65\x51\xd4\xd2\x91\x3e\x2c\xda\xff\x7e\x4b\x38\xfc\xd5\x79\xbb\x09\x0c\x49\xce\xf8\x47\xba\xdc\x23\x24\x65\xf9\x81\x1f\xe9\x76\x8f\x88\x27\x93\xaf\xe7\x01\x53\xc1\xfe\x17\xec\x49\xae\xf3\x07\x74\x0d\xfb\xdf\x9b\x6d\x4d\x6d\xaf\xdb\x38\x93\xed\xd5\x71\xe0\xda\xba\xff\x2d\x18\x6e\xa8\x49\x1b\x87\x3a\xef\x41\xa1\x34\x07\xea\xbc\xaf\x7f\x61\x0e\x56\xcd\xcf\x03\xc5\xd1\xf7\xbf\x9c\xc8\xf6\x22\x3b\x50\xc5\x7c\xff\xcb\x89\x6c\x2f\xa0\xf0\xa6\xdd\x16\x5e\xd6\x7c\x57\xc4\x47\xf4\x39\x8f\x07\xdc\xcd\xb7\x57\x4f\x3c\x52\x54\xcb\xc7\xb4\x86\xa2\x14\xe3\x91\x86\x9b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x42\x48\xf1\x68\x59\x6d\x6d\x7c\x1d\xba\xa9\x7b\x16\x1d\x4d\xdb\x2f\x2d\x86\xb2\x37\x2d\x86\x92\xf1\x55\x51\x53\x75\xd3\xf9\xcf\x9f\xd1\xba\x9b\x2e\x37\xbd\xf8\x2a\xec\xa6\xaa\xb1\x02\xf2\x43\x16\x77\x58\x4f\x37\x5d\xff\xfc\xe9\x0a\xe5\x8c\xa1\xf9\xab\x6f\xf2\x5d\x21\x98\x31\x34\x7f\xd5\xf0\xd5\x3e\xd6\x11\x92\xef\xfe\x97\x41\xd8\x6a\xf1\xdc\xe1\x24\x1c\x95\x54\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x01\x31\x7c\x84\xb1\x2b\xf1\x55\x8c\x71\xd3\x90\x18\x23\xfd\x9c\xb6\x4f\x61\x8c\xb1\xb9\xad\xb3\xcd\xdf\x5d\x6e\x83\x23\x70\xd9\xfe\x51\x31\x56\x0d\x17\x29\xd7\xca\x3b\x2f\xc6\x5a\xdd\x06\x47\x77\x39\xdf\xc7\x68\x48\x46\xd6\xb6\x97\x13\x69\x8c\x4d\x88\x15\x99\x30\x6c\x78\xbc\xe6\x3e\x99\xa6\xa1\x1c\x1a\xaf\xfb\x3b\xb8\xdf\x16\xb9\x7b\xc7\xd8\x3d\x4f\xe8\x60\x8a\x7c\xac\x23\xb4\x89\xfb\x5f\xce\x73\x9f\xb6\x18\xbb\xe7\xd9\x39\xcf\x4d\x27\x63\x1c\x86\xe7\xe0\x77\x5d\xdf\x3d\xfe\x0e\x42\x4c\x69\x42\x95\x74\xe8\x3b\x10\xe8\xaf\xcf\x3d\xcf\x14\x75\x72\x52\x3c\xff\xf9\xa3\x50\xae\x98\xc6\xa3\x16\x84\xba\x45\x95\x8b\x8b\x26\x85\x31\xc1\xe3\x26\xaa\xde\x58\x4c\x67\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\x32\x05\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xd9\x6d\xcc\x3e\x3c\x19\x35\x33\x54\x87\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xee\xeb\x5d\x29\x56\x63\x16\x03\x88\x79\x30\x6e\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x45\x50\xc5\x7c\x69\x4f\x33\x2e\xfc\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\xd7\x89\x8f\xf9\x15\x48\x32\x04\xa2\x43\xe9\x6f\x62\x9e\xc5\x6d\x90\x46\x14\x4d\x1e\xcb\xa1\x3e\x0b\x92\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\xa5\xae\x8d\xa5\xbb\xe9\x83\x4e\x57\x60\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x75\xbd\x2a\x2d\x79\x44\xbd\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\x65\xf4\x8e\x28\x57\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x62\x9c\x63\xf5\xf9\x46\x81\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\x8a\x12\xec\x7f\x21\xf2\x29\x8b\x6b\x1c\x53\xc7\x0d\x29\xc0\xbf\xb6\x1d\x0f\x43\xa9\xf5\x7f\x25\xc8\xc6\xcb\xa7\xf1\x82\x2f\xa3\xf2\x19\x45\xe4\x48\xdc\xff\x16\x96\x0f\xde\x6b\xbf\x4c\x6c\x90\x60\xf0\xa3\xc1\x7b\x81\x6f\x17\x5c\x5e\xa4\x35\x48\x2a\x13\x1e\x5f\x89\xc1\xf1\xa5\xc7\xbf\xca\xfd\xc6\xd7\x07\xeb\xbd\x69\x9d\x10\x51\x44\x08\xda\xfe\xb7\xfc\xf3\x27\x2b\x43\x65\x44\x18\xd8\xfe\x37\xfe\xf3\x27\x97\xed\x08\x1e\xe7\x35\xd5\xc4\x0c\xbe\x5b\x58\x88\xf3\xf1\x57\x4f\xfc\x8d\x8c\x8a\xb0\x12\xed\x7f\xcb\x6f\x3c\x4a\x3a\x84\x29\xe9\xf8\xc4\x1e\x39\xca\xa7\x43\x70\x4c\xc7\x07\xc7\xed\x43\xf2\xfd\xec\x6a\x09\xe1\x87\xa6\xa5\x43\x8b\x4a\xc7\xb7\xa8\xba\x85\x8b\x74\x08\xed\x12\xed\x4d\x55\xa0\x48\x47\xf8\xe9\x0f\xb8\xa5\xda\x40\x09\x92\xc8\xfe\x17\x5b\xa6\x88\xe1\x74\xe4\xa0\xb6\x81\xb8\x05\xcd\x63\x78\x1e\x1f\xdf\x6d\xaa\x09\x9e\x8e\x31\xdc\x84\xac\x9b\xca\x3d\x97\x8e\x71\xb9\xed\xfe\xe7\x4f\xcd\x02\x86\x88\x75\x3a\x3e\x62\xbd\x3d\x6c\x8e\xe4\x6b\x50\x3a\x66\xfd\xe7\x8f\x52\x45\x27\xdc\x2f\xf6\xbf\x27\x38\xb7\x3e\x9a\xee\x6e\xa2\xbb\xb5\xf7\xc9\x02\x44\x0a\x70\xa8\xab\x4a\xd1\x9b\xc2\x74\x1b\xee\x21\x55\x05\x00\x52\xd0\x81\x49\x61\xf2\xbb\x4d\x95\x52\x94\xc8\x97\x22\x54\xd8\x87\xa2\xbf\x52\x8c\xa7\xdb\xe6\x47\x72\xf7\xb1\x4e\x31\x69\x65\x11\x79\xbe\x6a\x50\x93\x04\xd3\x14\x3f\xc1\xab\x2b\x5c\x33\xc5\x72\xbb\x09\x84\x5a\xc9\xf8\x53\xec\x9e\x08\xf4\x5b\x87\x0a\x73\x26\x33\xe6\x14\xe1\xb4\x74\x18\x49\xa1\x15\xde\xff\x42\xc4\x17\x63\x4e\xf1\xcc\x6e\xeb\x98\xe5\x86\x57\xbc\xbc\x80\x6b\x4d\x45\x2b\x78\xdc\x25\x68\xff\xa1\x08\xff\xe4\xfb\x57\xe2\xfd\x2b\xe8\x2e\x95\x92\xe4\xff\x94\xe0\xb6\x1a\x54\xe4\x25\xa5\x70\xba\x0d\xd5\x30\x55\xe7\x22\xf9\x9e\x95\x12\x74\x07\x41\x95\x17\x52\x8a\xdd\x6d\x03\x6d\x9b\xef\xa5\x14\x3d\x1e\x22\x4b\x82\x52\xdb\xa7\x24\x02\x9a\x12\xce\x46\x50\xe2\xf2\x94\x92\xbf\xcb\xfc\x4e\xb8\x92\x72\x72\x5b\x65\x9b\xd6\x90\x2f\xb7\xdd\x68\xd3\xf6\xa5\xec\x35\x14\xf6\x99\xd5\x67\x29\x6e\x63\x9f\x9b\x1b\x25\x5c\x10\xf7\xbf\x10\x14\xf6\xf5\x39\xf9\xaa\x98\x52\x87\x30\x33\xb4\xf2\xee\x15\x7c\x08\xd1\xaa\x01\x26\x39\x21\x41\x74\x6a\xf5\x50\x87\x46\x87\x74\x7e\xbc\x54\x29\x09\x52\x7a\x74\x1e\x13\x74\x96\x41\xd5\x15\x53\x91\x96\x23\x15\xa6\xda\x55\xd6\xbc\x84\xa2\xb5\xfb\x5f\x3a\x20\xee\x8b\x29\x5d\x4d\xf6\xbf\x85\xaa\xab\xba\xdb\x62\x52\x1b\xdc\x91\x86\xd2\x63\xe4\x37\x4e\xb5\x61\x5b\xb3\x72\x26\x67\xd8\x69\xf7\xbf\x81\x6d\x71\xb7\x35\x8f\xd7\x3e\xf1\x3c\x28\x89\x47\x46\xc2\x84\xf5\xef\x77\x60\xe4\xc7\xfd\xfd\xbe\xdc\xc4\xa0\x9e\x45\x1c\xf2\xd4\x86\xe7\x09\xa3\x7b\x50\x02\x94\x8c\x18\xcb\xfd\x2f\xd3\x53\xee\xfb\x67\x46\x78\xe5\xfe\x17\xae\x43\x0a\xd4\xc8\xf3\x72\x9f\x17\x72\xbf\x4a\x90\xcb\x53\x8a\x9e\x3c\xef\xc0\xb6\xb2\xdb\x5e\xad\x0e\xde\xf0\x59\x52\x6f\x31\x9f\x2a\xc7\x41\xa0\x6c\xad\x48\xf1\xc5\xb5\x80\x5d\xc4\x20\xfe\x51\x8e\x12\xd4\x86\x8a\xc9\x41\x95\xac\xcb\xd1\x93\xda\xbe\xeb\x44\x0c\x2a\xe0\x5c\x8e\xe1\x3e\x07\xdd\xd3\xb7\x98\x5d\x8e\x31\xd5\x76\x72\x09\x59\x6d\xa7\xdb\x90\xdd\xc1\xd5\xb9\xca\x71\x9d\x6e\x5b\x1e\xee\x9a\xcb\x3d\xd4\x76\x9f\xdf\xd2\xdd\xf4\xdc\x6a\x7a\x08\xcd\xcd\x8a\x4b\x10\xa9\x2a\xe1\x23\x55\x16\x30\x4a\x38\x6e\x37\xc1\xea\xb3\xbd\x9b\x8e\x12\x82\xdb\x02\xbb\xdc\x37\xa4\x12\x74\x73\x2c\x01\x91\x94\x41\x65\x5f\x4b\x88\xfe\x2e\xf2\xbb\x2d\xf3\x97\x90\xb4\xf2\xf0\x61\x70\x96\xfc\x54\x70\xed\xde\xff\x7e\x8b\x93\x38\x5a\x82\xee\x5c\x05\x37\x64\xe9\xef\x0f\x7a\x4b\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xcb\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x1a\x5a\x8c\x9f\xc8\x4a\x4f\x55\xcc\xed\x4a\x64\xca\x36\xa9\x13\x4b\xd4\x19\xa1\xfb\x55\x96\x58\x5f\x60\x97\xd8\xff\x32\xb2\x7a\x47\x95\x16\xdf\x27\x0b\xee\x93\x31\x88\xb9\x96\x28\x8d\x56\x89\x27\xaa\xc2\xb5\xf1\x57\xf2\x6d\x89\xba\x09\x95\x88\xe2\xc0\x41\xe9\xd8\x4b\x34\x86\x45\x62\x98\x12\x71\x94\x38\x3d\xd3\x4f\x7a\x90\x63\xe3\x51\xd2\xa1\xcf\x12\x74\xe3\x59\x11\x54\x25\x19\x1d\xc0\x9c\x62\xf0\x0e\x25\x29\x12\x4a\x42\xaa\xf8\xa0\xec\x3d\x05\x94\x7e\xff\xcb\x69\x6e\x5d\x48\x49\xd2\x69\x94\xc4\x72\x82\x4a\x08\x59\xe0\xa1\xbb\xff\xc5\x61\xd6\x6d\xa8\x64\xa3\x5f\xfe\xd0\x2f\x2b\xaf\x68\xc9\xe2\x85\x85\x0a\xb6\xa1\xbb\x5c\xc9\xba\xb0\x15\xb8\xcb\xc7\xe0\xfd\xcb\xd2\xc3\x96\xfc\x7e\xf8\x27\x1d\x55\xf1\x15\xb0\x14\x86\x10\x18\x2a\xc5\x87\xab\xc0\xba\x15\xe2\x8e\xb0\x2b\x45\x5a\xaa\x52\x90\xc3\x53\x71\xc6\x05\x5e\xb9\xfb\x5f\x64\xcd\x56\xd0\x58\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xb9\xb7\x0a\xc2\x4e\xf6\xbf\x40\x5c\x15\x81\x29\x55\x9c\xbe\x54\x24\x3d\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\x61\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\xe4\x45\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x51\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\xaa\xc5\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xe4\x92\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\xe2\xa2\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xc9\x2d\x4a\x4b\x8f\x9b\x40\x36\x55\x53\xa3\xb4\xac\xe5\xd1\x92\xec\x0c\x4a\x05\x65\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xab\x91\x22\xef\x4b\x33\xbe\xa3\x58\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x55\x84\x4b\xf7\xf1\xea\x3c\x5e\x4a\xb6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x96\x8e\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7a\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\x0e\x5d\x22\xcb\x58\x51\x26\x5b\x85\x57\x50\xc7\x71\xff\x4b\x04\xdc\x12\x7f\x19\x3e\xe9\x03\x27\x7d\xfb\xa4\x1d\x05\xba\x82\xfd\x6f\xe5\x67\x1b\xa7\x47\x73\x1b\x63\x34\x14\xda\x5e\x86\xac\x45\x05\xc5\xd1\xb2\x82\xd4\xcb\x78\xb5\xb8\xf1\x12\x55\x24\x78\x9c\x1e\x0e\x41\xd7\xb9\x08\x1d\x10\x7a\xbc\xff\x2d\x4c\x7f\xb6\xf7\xe7\xb4\x8c\x70\x9e\x8c\x38\xd9\x3a\xcf\x72\xea\xae\x56\x50\x32\x25\x17\x1d\xe6\xcb\x04\x02\x35\x20\xb2\x2a\x96\x96\xab\x89\x06\x5c\xf4\xce\x55\x92\x88\x72\xe9\xd6\x58\x50\x54\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xca\x3f\x28\x33\x52\xb9\xcc\x47\xe1\x26\xfb\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\xb9\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\x21\x3c\x2b\x32\xb3\xdc\x49\xc3\x21\xb5\x73\x56\xa4\x65\x41\xae\xdf\xfd\xef\x0a\xed\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\x69\x71\x63\x30\x12\x21\x09\xe8\xfa\x17\xe9\x3f\x43\xde\x3a\x87\xf2\x34\xad\x00\x49\x33\x63\x90\x0e\xbc\x20\x8d\xe2\xfe\xf7\xbb\x78\x78\x71\xaf\x94\x18\x85\x5e\x3a\x59\xf9\x0f\xca\x2b\x63\x4d\x81\x0f\x79\x96\x16\xb8\xbc\x45\x7b\xf0\x16\xee\x81\x4e\xf2\x5b\x75\x42\x5e\x9a\x81\xcb\xbe\xcc\x94\xd7\xdc\xe9\xad\x0c\x34\x12\x3a\xbc\xc6\xe7\xf7\xc3\xe7\x2c\x7b\x42\xb1\x6e\xa9\x20\x27\xd7\xd7\xe5\x06\xca\x7b\x0b\x60\xf0\x3a\xce\x3b\x66\xe6\x28\xef\xe3\xc5\xb1\x96\x92\x42\xe9\xcb\x2b\x1d\x77\x81\x27\x51\x56\xec\x2a\x5d\x93\xf7\xbf\x03\x4d\x7b\xdd\xd3\xb2\x24\x42\x78\x43\x2e\xa2\xf9\xd3\x02\xc2\xa4\x80\x50\xf6\x2d\xbb\x4c\xb3\x49\xa4\xcd\xc9\x4d\x9b\x33\x8d\x0c\x93\xc8\x50\x44\xd6\xa7\x14\xd9\x65\x22\x24\x33\x14\x11\xc5\xf9\xb8\xed\x59\x6d\x1a\xce\x74\x96\x4e\xd3\x56\x67\x94\xf9\x74\xb7\x0d\xa4\x6b\x55\xd3\x2b\x30\xcf\x97\xb1\x54\x7b\x2a\xf5\xd0\x0a\xea\x51\x1a\x4b\x5c\xb4\xdd\x36\xdc\x86\x54\x78\xdb\x6b\xf0\xa8\x16\xf5\x2b\x44\xfd\x18\xca\x8e\x89\xae\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\x2f\xdc\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\x70\x9a\xcd\x9e\x24\x42\x73\xf7\xbf\x1f\x49\x54\x09\xdc\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\x03\xdf\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x14\xd0\xfb\xbf\x17\x7a\x6b\x30\x5c\xc2\x82\xcb\xd0\x74\xde\x5b\x6d\x2f\x2b\x8d\xec\xf3\x5a\xa3\x54\x95\x35\x1e\x1f\xde\xaa\x02\x5a\x8d\xba\x35\xd6\xf8\x89\x0a\x59\x75\xaa\x6a\xec\x02\x27\x74\x51\xd1\xf5\x88\x6a\xf4\x02\x23\x92\x22\x6e\xef\xa0\xa3\x5a\x32\xaf\x11\x05\x49\x82\x50\xac\x46\x1d\xd7\x0a\x5d\x54\x0c\x75\x4b\x23\x15\xc6\xf5\xfd\x2f\xc2\xa5\xea\x16\x47\x6a\xca\x1a\x0e\x6a\x9b\x8f\x2c\xee\x15\xa4\x53\x7d\xc2\x2a\x1e\x86\xb2\xbe\xd6\xa4\x73\x5e\x57\x44\x9b\xd4\xd2\x35\xbd\x1e\xef\xe5\x78\x5b\xeb\x52\x93\x6e\x09\x95\x51\xd3\x43\xb9\x13\x6a\x96\x99\xb2\x66\x26\xdb\x55\xca\xc9\x9a\xbd\xbe\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\xbe\xd4\x54\x5c\xad\x66\xf9\x48\xd4\xfc\x86\x7f\xfe\x14\x25\x43\xac\xb0\xe5\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\xa2\xab\x40\x2d\x1f\xf3\x2e\x4a\x69\x5f\x4b\xba\xdd\xf4\xf0\xb3\x0d\x95\x22\x03\x40\x2d\x1f\x82\x97\x63\xb3\xd7\x5a\x3c\xc9\xc2\x49\x6a\x6d\x65\x7a\x30\x44\xbe\x07\x65\x7d\xa8\x65\xbe\x6e\xe3\x9e\x6f\xca\x5e\x2d\xb5\x57\x48\xed\x31\x28\xd7\x41\xad\x12\x39\x6a\xfd\xf8\x4d\x91\x46\xa6\x56\x99\xb9\x6b\x45\x2c\x48\xde\x01\xa4\x47\xad\x62\xaf\x15\xd6\x9a\xa2\xfc\x9f\xb5\xd6\xdb\x4d\x0f\xa3\x28\xd5\x65\xf3\x67\x50\xf2\x54\x69\x34\x6b\xed\x1e\x8e\x1e\x9b\x4a\x72\x58\xeb\x38\xd5\x36\x6e\x56\x00\xda\x50\xa9\xb7\x60\x59\x6f\x88\x76\x2a\x02\x59\x5b\xd4\x29\x69\xdf\xdd\xb2\x84\x6d\xdd\xa8\x4d\xf6\x99\x8a\x20\xc0\x22\xdd\x49\x6d\xf2\x1c\xaa\x8d\x2a\x25\x15\x57\xa8\x3d\x69\x7b\x3a\xbc\xfe\x73\xdd\xba\xa1\xda\xeb\x54\x5b\x03\xcd\x69\xdb\x29\xa3\x76\xe3\x33\xbd\xdf\x5a\x17\x30\x51\xf0\x7f\xff\x7b\xb1\x4d\xdf\x49\x21\xc3\x90\x92\x18\x9a\xce\x64\x97\x0a\xab\xb2\xa2\x7c\xeb\x51\x6d\xd3\xf3\x9c\x9c\xa7\x90\x7d\xc8\xdd\xa0\x8e\x35\x4f\xd1\xdb\xd1\xb4\x86\x81\xd4\xaf\x59\xe9\x2a\xea\x78\x04\xcd\x01\xef\xa8\x5c\x37\x67\xae\x43\xbc\xab\x0e\xf2\x2e\x15\xc5\xa9\xa7\xa9\x1f\xd3\x0f\xb5\xae\xef\x4e\x49\x32\x95\x29\x68\xb2\x72\x69\xd4\x53\xb6\xf5\x7a\x22\xa9\x6c\xe8\xc2\xdb\x53\xd7\x9c\x0a\xf1\x37\x64\xa5\x51\xaa\xe7\xe9\xf1\xce\xef\x74\xc9\x8d\xa1\x9e\x97\x87\x23\x47\xef\x22\x39\xa7\xc9\x0a\x4b\x58\x86\x2e\xd2\x81\x7a\x93\xfb\x5f\x92\x23\x0f\xf7\xe8\x08\x9d\x2c\x6a\xe4\xed\x3b\x25\x4e\xd6\x93\x11\xd5\x7d\x8b\x8c\xf5\x92\x83\x55\x85\xf1\x30\x86\x2e\xca\x7f\x1d\xda\x86\x0b\xa9\x1e\xda\x76\xb0\x3f\xea\x25\x35\x50\x45\x45\x33\x57\x55\xa8\x97\x14\xa5\x15\x22\xfc\x37\x4d\x0d\xe7\x9d\x45\x99\x33\xe7\xd3\xaf\xd7\x70\xd3\x09\xc1\xb6\x47\x75\x69\x60\x5e\x48\xfe\x16\xba\xd8\xda\x65\xc4\x45\x61\x2e\x27\xc0\xae\xd7\xe5\x49\x22\x4f\x6c\xd8\xfe\xb5\x47\xbd\xe4\x2a\x55\x2f\x14\xfa\x0c\x3d\x69\x96\xf2\xc0\xab\xac\x41\xd5\x54\xe1\xbb\x5e\xaf\x01\xc6\x30\x5d\xf9\x76\x54\x54\xe6\xd9\xff\x66\xa4\x91\xdd\xc7\xf2\x36\x11\x60\x1d\x1b\xa7\x7a\xaf\xb7\xd9\x13\xaa\x64\x84\xac\xba\xf9\xf5\xf1\x77\x4f\xe4\x70\x82\xca\x63\x91\xe5\x61\x06\x10\x99\x3c\xea\x9b\xb5\x74\xfa\xd5\xb7\x21\xb0\xbc\xd2\xee\xd5\x17\x26\x8f\xa6\xe2\x73\xf5\x95\x33\x52\x7d\x91\x5a\xa9\xa9\x44\x5c\x45\xbe\xdf\xfd\x2f\xd4\x4a\x16\x9f\x2c\x66\x57\x88\xd9\x25\x0b\x55\x2c\x65\xd7\xe5\xaf\x5f\x0e\xb5\xbd\xee\xf2\x65\x97\xe2\x26\x53\x7e\x1f\x75\xb2\x0e\x7b\xd3\xf2\xa6\x8f\xc2\xe4\x0e\xa9\x64\x41\xb3\x03\x67\x3b\x98\x95\x49\xb4\xbf\x1d\x52\x96\xb6\x03\x42\x71\xde\x1e\xc3\xdf\x83\xe2\x36\xe4\xe2\x2c\xdb\x23\xb2\x85\xbc\xb7\xa1\x85\x8c\x84\x6f\x9b\x90\xb5\x20\xa1\xa4\x05\x96\xc2\x55\x46\xd4\x16\x64\xbd\x6e\x90\x05\xa3\x0d\x4f\xcd\x92\x5a\x83\xa4\x16\x6d\x78\x6a\x51\x02\x52\x8b\x1f\x07\x2f\x32\x05\xb5\x28\xad\x73\x8b\xf9\x40\xd3\x9e\x64\xcc\x6e\x82\xb9\x6a\x94\xa8\xcf\x64\xae\x6a\x11\xe6\xaa\x2c\x3f\xb8\x16\xab\x56\x10\x19\xfe\xa7\xa4\x92\x0d\x79\x40\xf6\xbf\x60\x7a\x32\x73\xb5\x68\x80\x45\xd2\x1c\x95\x39\x6c\x76\x05\x6d\x70\x05\x2d\x35\xf6\xbf\x92\x7c\x5b\x92\x85\xa9\x25\x5a\x98\x76\x1c\xd4\xd1\xec\xf4\xd9\xe8\xf4\xd9\x55\xc2\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\x72\xd3\xfe\x7e\x9f\x6e\x22\x06\x6e\x16\xdc\x52\xd6\xe2\x61\xee\x2b\xb2\x81\xb7\x64\x44\x4a\xbc\x6a\xab\xde\x5e\x4b\x86\x59\x5a\x30\x6b\xea\x52\xe6\xbf\x96\x3a\x61\xbd\xc5\xcd\x96\x86\xbf\x83\x9a\x24\x37\x21\x6e\x96\xe2\xaf\x65\x28\xfe\x72\xdf\x3c\xa3\x65\xd9\xcf\x5a\x26\xcb\x57\xf6\xe6\x96\x25\x07\xb5\x8c\x6a\x42\x41\x15\xa9\x5b\xf6\x5c\x32\x03\xc0\xfa\xd6\x58\xb7\x2c\x65\x48\xcb\xac\xd1\xac\x6a\x13\x2d\x8b\x75\xb7\x3c\xb1\x7f\xea\xb2\x48\x61\xd8\x4a\x62\xb0\xf6\xd6\x09\xb4\x62\x74\x29\x40\x97\xa8\x04\xe8\xad\x34\x7f\xc7\x58\x56\x59\xa6\x5a\x11\x97\x6d\xe5\x9b\x66\x69\xc2\xdc\xa2\xfb\x47\x2b\xb8\x60\xe5\x1d\x7e\x76\xb4\xe2\xf3\x55\xe0\x6f\xd2\x65\xd0\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x47\x2c\xba\xdd\x37\xcb\xb0\x0d\x32\x6c\x69\x3b\x81\x15\x43\x2e\xf7\xbf\x95\x45\xbc\x8a\xda\x2e\xb7\x31\x60\x5d\x67\xa1\xca\x1d\xe1\xbb\x4b\x7f\x5d\xee\x7b\x6c\xab\xf2\x33\x6d\x95\x65\x72\x94\xae\xba\x55\x79\x9a\x7e\x57\x4a\x7c\xa6\x99\x48\x95\xdd\x6a\x45\x8f\xdb\x5e\xdf\xec\xb7\xd4\x6a\x3d\xd1\xb4\xcf\x79\x95\x57\x4f\xab\xac\xe5\xa9\xcc\xcc\xad\x0e\x4f\x64\xe0\xb3\x7d\xdd\x6c\x55\xcc\xb7\x55\x30\xdf\xa8\x44\xc8\xad\xca\xfa\xdc\x98\x0c\x21\xf7\xaa\x2e\x4f\xcf\x1f\xf4\xdb\x8e\x7b\xad\x5e\x9e\xe5\xc5\xe1\xf6\x61\x6d\xd2\x46\xb5\x86\x78\x95\x68\x6a\xd4\xe4\x00\xda\x20\x55\x97\x1d\xba\x72\x34\x6b\xb8\x1b\x34\xdc\x45\x62\x68\x6b\x59\x88\xd7\x90\x94\xb0\xaa\x64\x7f\x6b\x52\x69\xb4\x06\x95\x46\x54\x5a\xd9\xd6\xa4\x6a\x6b\x0d\x11\xe2\x59\xee\xe0\xcd\xda\xef\xd6\x1a\xaa\x94\x1e\xda\xef\x66\x38\x37\x78\x4f\x8d\xb2\x73\x1e\x36\x8b\xf5\x0d\x62\x7d\xe9\x62\x24\xed\x11\xe6\x35\xc4\x36\x74\x55\x6d\x6e\x3d\x6a\x09\x1d\xa1\xf9\x79\xa7\x89\x39\x5a\x97\xc7\x62\xeb\x2c\x92\xab\x1a\x44\xad\x9b\x0c\xaf\x48\x13\x79\xe4\xb7\x2e\xff\xff\xd6\x19\x5f\x2a\x43\x57\x1b\x32\x82\x35\x64\x97\x0d\x43\x5e\x26\x6d\xe8\x4a\xd6\x06\xaf\x64\x63\x2b\xe2\xda\xb8\xd4\xe7\xc0\xbe\x8e\xcd\xea\xdb\x90\x03\x7a\x1b\x8c\x09\x95\x9f\x4c\x3b\x4d\xd7\xcf\x8f\xae\x17\xf9\x83\xb4\x53\x97\xdb\x06\xcd\x74\x8c\x61\x9b\x12\xda\xe9\x63\x80\xdc\x89\x45\xee\x20\xed\x94\x45\xbe\xa1\x34\x7c\xc8\x2a\x90\xde\x4e\x29\x7a\xdb\xf9\x60\x92\x42\xb0\xf3\x75\x8f\x2f\x7a\xdc\x86\x84\x76\x79\x8e\x17\xe7\x58\xd5\x24\x9f\x95\x76\x45\xee\xdc\xd6\xc2\xb7\xcb\xfc\xfa\xca\x28\x47\xaa\x3b\x5e\xbb\x74\x07\x6a\xd7\x77\x07\x2a\x2a\xd9\xd7\x2e\x19\x36\xdb\xc5\x5a\xf7\x0a\x1d\x69\x97\xae\xe0\xed\x62\x11\x73\x19\xba\xdb\xe5\x4d\xbd\x58\xae\x5c\xc6\xec\x76\x9b\xd8\xdc\x24\x36\x41\xe3\xdd\x72\x70\x6a\x2c\xdd\x37\xa4\xc6\x6a\xb7\x37\x7c\xd5\xcc\xd3\x75\xac\xdd\x52\x01\xb5\x9b\x41\xfd\x32\xc0\xb6\x5b\x42\x5a\xbb\x21\xa4\x65\x55\x28\x6e\x8f\x14\xea\x0d\x55\xd4\xbe\xb6\x3d\xde\x63\x06\xf3\x90\xc1\xa8\x08\x64\x7b\x74\x41\x6f\x4f\xe7\xbe\x6a\x0d\x8f\x44\xfa\x86\x72\x3b\xd1\x1e\x8d\xed\xb9\xdd\xe7\x8d\xba\x4c\x2a\xa8\xda\x1e\x99\x9d\xda\x03\xb3\xd3\x90\x6e\xa5\xbd\x45\x30\x7b\xcb\xf9\xcf\x9f\xba\x03\xdd\x8f\xf6\x9a\x67\xa1\xdc\x48\xe8\x72\xdc\x6f\xaf\xdc\x7c\x1a\xa2\x86\xeb\x0e\xc9\x3c\x1a\x2a\x8b\xec\x7f\xf3\xd7\x24\x60\xbe\x72\xc7\x6b\x2f\xdc\xf1\x54\x42\xb8\xbd\xba\x6a\x36\xb8\xbd\xc4\x28\xcb\x73\x83\x1b\xcb\xfe\xf7\xc5\x67\x6a\xd2\xcd\xb6\xcd\xef\x66\x5b\x83\x76\x60\x7a\xc7\x99\x08\x3e\x9b\x2a\x4e\x53\xbe\xf9\x51\x97\x6a\x04\x9b\x52\x59\xb4\xb9\xd2\x88\x74\xb7\x75\xb7\x61\xd5\xc2\x3d\x7b\xcf\x34\x7a\xcf\x74\x55\x04\x6b\xb3\x79\x34\x56\x7a\x51\x61\xf0\x36\x6f\xed\x0d\xf2\x6f\xd7\x20\x52\x6a\x4d\x75\xa3\xa6\xba\x1c\xda\xee\x39\x3d\x1c\x4b\x34\x48\x1b\xd8\xed\x7d\xd9\xe1\x7d\x59\x55\x64\xbc\x1f\x72\x5a\xeb\x08\x1b\x89\x51\x4e\x85\xfd\x90\xb9\xba\x1f\xf0\xa6\x2a\x4a\x42\xdf\x43\xdd\xb3\xec\xa1\x7e\xb3\x8c\xf5\xf8\x2b\x69\xb7\x07\xc9\x6e\x3d\xd0\x44\xa4\xac\xf2\x3d\x3c\x8f\xda\x10\xee\x35\x94\xb5\xb4\x07\x49\x37\x3d\x7c\x34\xbe\x2a\xc5\x75\xb7\xd7\x64\x0f\xb0\x1e\x45\x19\x74\xbb\xbd\x26\x7b\x98\x08\x6e\xdb\x6c\xbe\xdb\x57\xa4\xc3\x57\xa4\xca\xb1\xab\x47\xdd\x6b\x7b\x84\x4a\x7d\x48\x3c\xeb\x8e\x83\xe8\x88\x83\xa8\x32\x64\x33\x7b\xc2\xfe\xb7\x7f\x4d\x5b\x03\xdc\xed\x18\xf9\x91\x4a\xcc\x71\xe8\xb3\xe1\x1e\x07\x48\x9f\x32\x9b\xf7\x78\x7a\x26\xcc\xcc\xa9\xb2\x98\x3d\x9e\x1e\x8e\xf2\x86\xec\x85\x3d\x89\xdc\x74\xc6\x91\x75\xdd\x4f\xbb\x9d\x41\x3a\x9c\x41\x62\x94\xaa\xa6\xa7\xe0\xef\x02\x96\xb0\xa5\x83\x8e\xc8\xb2\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\xac\x94\xea\xa5\x27\xb9\xea\xf6\x84\x80\xc8\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x63\x57\xcf\xcc\xca\x51\x34\xcd\x2c\x2a\xd5\x33\xf2\xa0\xf5\xa2\xb9\xe4\xd3\x6d\xa8\xef\x16\xa5\x73\xe9\x59\x8a\x8e\x9e\x91\x88\x33\xca\x38\xd6\xb3\x2c\x10\x9d\x01\x08\x7d\x27\x3f\x3c\x7a\x51\xc0\x58\x2f\x47\xe2\x77\x7b\x9e\xc5\x20\x2b\x00\x99\x72\xec\xf7\x22\xef\x85\xaf\x2f\x74\x99\xd4\xa5\x48\x4e\x2f\xb8\x6c\x45\xa5\x70\xee\x45\x7c\xbe\x17\xa6\x1d\x2a\x5b\xcc\xef\xe5\x12\xa8\x71\x1b\x88\x51\x91\x55\xbd\xc8\xcc\xd5\x0b\x53\x42\xed\xb4\x88\x47\xaf\xba\x66\xf6\x8a\x6b\x66\x53\xdd\xad\x5e\x65\x5d\xea\x70\x44\x89\x51\x29\xea\x7b\x95\x09\xa9\xd7\x82\x02\xa3\xd9\xdf\x49\x12\xeb\x95\x92\x98\x6c\x09\xdd\x9a\xe5\x0e\x39\xbc\x2a\x74\xa9\x57\x79\x77\xf6\x3a\x98\x5d\x66\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd5\x5d\x10\x11\xe4\xed\xdb\x9b\x6c\x02\xbd\xb1\xb6\xb0\xbc\x2c\x7a\x53\x34\x54\x6f\x4c\x96\x23\xf5\x42\x6f\xb2\x82\xf5\xc6\x6a\x89\x8a\x49\xec\x6d\x68\x9a\x0d\x79\xe6\xc6\xce\x38\x78\xf4\x76\x7a\x3c\xf8\xcf\x14\x43\xba\xc9\x7f\xa6\x37\xe4\x2e\xe8\x35\xaa\x4f\x99\xff\x7a\x9b\xf0\xc7\xd7\xe6\x75\x69\xb7\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\x2d\x73\x34\x1d\xf5\x6e\x64\xe9\xac\xf7\xa0\xa2\x2f\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xe7\xf4\x8e\x14\x5e\x51\xf1\x4e\xbd\x1b\xc7\xfa\x87\x63\x55\xae\xb9\xdd\xea\xef\x4e\xf5\x77\x51\x59\x94\x3e\xe4\xe0\xd4\x19\x8c\x3d\x94\x6f\xbb\x0f\xdd\x33\xfb\x08\x04\xb4\x50\x7a\x98\x79\x31\x66\xbb\xe8\xf2\xdd\x87\x5c\xdb\xfb\x88\x1f\x29\xae\x5a\xdc\x90\x64\xd1\x07\x6c\x17\x51\xf6\xf8\x3e\x4c\x74\xc6\x47\x74\xaa\x52\x36\xf7\x21\xc5\x7f\x47\xda\xa7\x5a\x45\x1e\x4e\x9f\x9f\xf3\x00\x86\xc9\xd2\xdd\x4f\x59\xc1\x3b\xaa\x07\x7c\x6d\xbb\xcb\x53\xf1\x31\xfd\x6c\xb8\x70\x95\xe8\xb6\xd3\x6d\xa0\xc4\x65\xcb\xfa\xfd\x3c\x05\x94\xf3\xfc\x58\xac\x72\x54\xf7\x53\x4a\xbd\x0e\x35\x78\x8c\x45\x2b\xb8\xe4\x10\xd6\x2f\xa4\x58\x28\x92\xc4\xfa\x25\xcd\x42\xbf\x3e\xa1\xac\x36\x9d\x83\xcb\x44\xfa\x22\x91\xae\xe2\x86\x97\xae\xca\xfd\xfa\x70\xad\xee\x7c\x41\x47\xbf\x25\x1c\x75\xe4\x58\x8b\xb1\x88\x88\xdd\x72\x6d\xe8\xa8\xd7\xfc\xb5\xed\x2e\x6f\x89\x92\xfd\xee\x04\xca\x36\xd3\xf5\x5b\xb6\xd9\x7e\x77\x14\xf8\xd9\xf7\x87\x7e\x5f\x5a\xc0\x7d\x61\x01\xfb\x0e\xda\x6f\x33\xfa\x1b\x8c\x5e\x16\x9b\xfe\x78\xe7\x9e\x03\x31\x2b\x5b\xda\xed\xcf\xab\xaf\x50\x84\xb1\xb6\x2d\x12\xf6\x47\x46\x84\xfe\xb0\x54\xb3\x6c\x2b\xdd\x4e\xe1\xfd\x25\x2e\xc8\x7c\xdc\x5f\xa9\x39\xfb\xfb\x09\xfa\xb5\x0b\xf1\x5e\x85\x69\x77\xd4\x1c\xac\x3b\xab\xc4\xd1\x5f\x45\x04\xf5\x97\x49\x05\xbd\x37\xaf\x6e\xfa\xfd\x4d\x9d\xa3\xed\xa3\x63\x57\xf2\x4e\x57\xf2\xd1\x85\xb1\x6f\xf1\x70\xac\xf4\x2d\xcf\x86\xfe\xca\x16\xda\x5f\xd6\x8a\xad\x3a\x56\xaf\x09\x03\x12\xd0\xc4\xb8\x13\xd2\x1e\x7d\xca\x44\xd2\x51\xa5\x2b\x46\x39\x06\xf5\x29\xb5\x4f\x47\x80\xd3\xd7\xb6\x97\x6e\xe1\xbb\x43\xf8\x8e\x51\x01\x36\x7d\x7a\x9e\x73\xcd\x73\xab\x99\xfa\xac\xfe\xee\x43\xb0\xda\x85\x27\xf3\xf4\x70\x27\x37\x48\x74\x6f\x5e\xc2\xbd\x89\x94\x15\x65\x27\x6d\x3c\xfa\xd4\x8d\xb1\x23\xab\x6f\x75\x65\xc7\x43\x71\x1a\xe3\x88\x10\x1d\x64\x90\x1e\x8e\x53\x1a\x47\x22\x54\xda\xdf\xf9\x36\x8c\x43\x7a\xea\x01\x17\xf5\x3a\x54\x7d\xef\x90\xa3\xec\x60\x56\x84\xa6\x2b\xd0\x38\x1e\xcf\xe6\x01\xd1\x57\x22\xfa\x71\x48\x6b\x37\x90\xcb\x20\x74\x17\x0a\x47\x56\xca\xfd\x2f\xcc\x5f\x52\xcd\x0d\xeb\xf5\x07\xf4\xfa\xa1\xcb\xba\x37\x82\x2e\x6a\x23\x20\xd3\x4c\x94\x59\x66\x04\x99\x42\x06\xf4\xff\xa1\x28\xb0\x6e\xd8\xeb\x63\xc0\xeb\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\x66\xbd\x52\xcd\x52\xfb\x71\x0f\xf8\x71\x7f\xc3\xed\x02\x47\x41\x46\xd6\x81\x84\x99\x5d\x98\x34\x82\x9c\x06\x46\x80\xd3\x40\x6c\x82\x66\x78\x3d\xcb\xef\xb2\xd4\x5d\x52\x30\xe8\xce\x3b\xc2\xc7\x67\xeb\x50\x01\xa6\xa8\xd3\x3c\x22\x4f\xb3\x6a\x27\x8c\x28\xe7\x9a\x81\x4b\xc1\xd7\xd6\xd5\x56\xdd\x46\x58\xfe\x7c\x77\xbb\x0d\x32\x47\x53\x51\xb1\x18\x3d\x1e\xca\xbd\x45\xd9\xce\x47\x94\x66\x65\x44\x14\x1a\x8f\x4d\x75\xbc\xa2\xbc\x06\x46\x4c\xeb\xbb\x0d\x4c\x07\x65\x8d\x58\x38\x9e\x8a\xe5\xd9\xdc\x31\x90\x97\xf1\x6b\xd3\x1a\x74\x65\x19\xb8\xb2\x7c\xe2\x9e\x9a\xdc\x65\x63\x0a\x33\x55\xad\x74\x4c\xd6\x88\x27\x41\xa6\x22\x78\x51\x9a\xa8\x11\xa1\x89\x1a\x43\x05\xd7\xa2\x58\xef\x88\xd4\x5f\xab\xf6\xcc\x88\xb7\xbf\x83\x13\x49\x71\xa5\xd8\xf8\x78\x2e\x0f\x97\xa7\x62\x58\x49\x22\xdc\x48\xcc\x9a\xac\xcb\xfb\x48\xba\x76\x8d\xc4\x6b\x97\x64\xa3\xe1\x94\x13\x03\xb1\xd4\xed\x50\x3d\xbc\x74\xb9\xcb\x8b\x90\xd6\xe9\xb2\x6b\xfb\x80\x6b\xfb\xd7\xb6\xc1\x92\x64\xab\x1f\x88\x45\x6a\x87\x36\x3d\x4b\xc4\x1e\x99\xc1\x1a\x43\x9b\xe0\xdc\x11\x23\x2f\x44\x52\xdd\xb4\x22\xdd\xea\x28\x9d\xbb\xa0\x4a\x6f\x45\xee\x0d\xa3\xa0\x58\x95\xee\x86\xa3\x48\x7d\x32\x0a\xd5\x27\x52\x0f\x8f\xa2\x38\xd2\x51\x90\x2d\x7b\x0c\x6d\x5e\x95\xc2\x79\x54\xe2\xa6\x8c\xd2\xa3\x1a\x37\x6b\x9c\xdf\x70\x2a\x15\x56\x4d\x1c\x6b\xe2\x39\x57\x21\x71\xab\xfc\xc7\x52\xf9\x77\x55\x25\xab\xd2\x46\x8f\x4a\x6d\xb4\x0c\xd6\xa3\xca\x5a\x33\x90\xf7\xab\x05\x91\x0e\x6b\xd3\x47\xbd\x06\x8a\x6a\xec\xaf\x9a\x18\xe9\x68\x91\x8b\x13\x36\xd8\xf3\x7b\xc0\xf3\xbb\xc9\x31\x65\x34\x9f\x83\xd6\xc0\x63\xc5\x47\x47\x93\x47\xf5\x68\x03\x55\x49\x44\x4e\x9b\xe7\xd8\x98\x85\x76\x68\xc7\xdb\x95\xdc\x86\xfa\x2c\x2a\x4c\xd7\xc4\x9e\x46\x23\x7b\x92\xfe\x74\x34\xe3\x57\x23\x7e\x75\xd5\x85\x6e\xd3\xb3\x9c\x9c\xa5\xca\xe5\x75\xf9\x7b\x0c\x66\xa4\xea\x32\x8e\x8f\xae\xeb\xf9\xe8\x30\x08\xe8\xf6\x30\x7a\xf1\x67\x2c\xde\x16\x85\xea\xbd\xba\x0d\xa9\x6f\xc6\x50\x4d\x3a\xbb\xdd\x0c\xb8\xdd\xb4\xa0\xaa\xeb\xdd\x04\xa0\x33\xc5\xb4\xa2\x08\x87\xaf\x08\x83\x57\x84\x2e\xef\xba\x31\x7c\x0c\x06\x8f\x81\xcc\xab\x63\xc8\x54\x38\x06\xcd\x4d\x66\x32\x43\x62\xd5\x18\xa8\x29\x13\xc5\x10\x86\x81\x32\x12\x2b\x96\x8b\xa5\x8d\xe4\x2e\xd3\xea\xb2\xab\xcd\x5d\x26\x76\xb9\x57\x30\xa4\x96\x18\x03\xf5\x25\x5d\xa0\x7e\xe8\x52\x38\xc6\x77\x34\x95\x1f\xef\x18\xc3\xfc\x73\x9c\xe8\x50\x55\x8f\x6d\x42\x18\x30\x21\x7c\x73\xd4\x3c\x5e\xcf\x11\xa5\x45\xe2\x50\x4d\xe8\x61\x66\x07\x3f\xa0\x16\x85\xcd\x63\x7a\x8e\x13\x73\x54\xdd\xd9\x21\x5d\xfa\x18\xd4\xa5\xab\x7a\xdf\x18\xd3\x3d\x4e\xd6\xf2\x57\xc5\xf1\x53\x06\x99\x71\x46\x56\xa6\x15\xb3\x3b\x8d\xce\x27\xd1\x59\xda\x9f\x71\x5e\xfe\xee\x62\xb2\x2b\x15\x7e\xf5\x3d\x66\x9c\xa8\xe8\xab\x10\x9b\x71\xca\x36\x34\xce\x67\xa2\x49\xa3\x29\x2b\xc2\x40\xb2\xe8\xa6\x68\x91\x71\x4e\x37\xa1\xe0\x79\x74\x45\xd8\xcb\x5c\xfe\x22\x97\x97\xfb\xc1\xb8\x4c\x9c\xaf\x63\x4d\x52\xdf\x59\x9a\xba\x22\x86\x53\x49\xf4\x4b\x46\xa3\x71\x7d\xe2\x62\x8b\xaa\xb0\x6f\x0b\xc9\x80\x85\xa4\x29\x83\xcc\xb8\x4c\x2b\xaf\xc4\x04\x76\x62\xf1\x97\x69\xe5\x45\x5a\x29\x53\xcd\xb8\x7c\x88\xaf\xef\x10\xb7\xa4\xfa\xe2\x97\xc9\xe8\x45\x32\x2a\x33\xce\xb8\xe4\x99\x3e\x2e\x78\xa6\x8f\x43\x9c\xe0\xaa\xee\xb2\x72\xc3\xc5\xfe\xaf\xe6\x3e\x1b\x53\x48\xc6\xf8\xef\xf2\x6e\xfb\x9f\x8b\xbb\xd7\xf0\x97\xdf\x89\x50\xf5\x9b\xef\xb7\xa8\x06\x7c\x9e\x9a\xa2\x87\xc6\x65\xae\x74\x21\xbb\x81\x2b\x4c\xdf\xd2\x01\x8c\x7b\x25\xaf\x14\x3e\xdf\x59\x10\xbb\x33\xdb\x44\xb8\x6f\xcb\xdd\x77\x61\xc2\x4a\xe1\xec\x5d\xfd\x5d\x65\x52\x4d\x11\x9b\xdb\x60\xb9\x2b\xd3\x69\x8a\xd8\x3c\xd2\xf6\x8d\x87\x15\x3f\xe4\x45\x3a\x1e\x13\xa2\x87\xc5\x3f\xa2\x84\xc5\xc7\xbb\xfe\xf0\xfa\x30\xc4\x21\x9f\xe2\xb6\xc2\xb6\xa1\x3e\x8b\xfb\x2c\xd8\x75\xb1\xff\xc7\x3b\xf4\xac\x1d\xea\xaa\xde\xaf\xab\xfe\x78\x06\x4f\xc2\xbe\xd9\x8e\xc7\x64\xea\x59\x45\xdb\x75\x24\x1f\xb9\x35\x8d\x67\x15\xd5\x76\xfd\x76\x65\xbf\x1a\x2f\x3c\x5a\xd3\xe1\x82\xda\xa6\xcf\x6f\x40\x36\x15\x51\x0e\x5f\x35\xc7\xdb\x99\xb7\xdf\x75\xb4\xa5\x24\x1c\x48\xc1\xd1\xf2\x4f\x01\xfb\xd7\x4d\xac\xe3\x2a\xbc\x7d\x6f\xb7\x3d\x2c\xbc\xbd\x17\xf0\xca\x57\x7c\xc0\xd7\x2a\xa6\xc3\xf5\xe5\xa5\x60\x1b\xef\x44\x71\x59\x51\x80\x77\x7a\x22\x13\xb5\xbf\x5d\xd4\x59\xaa\xf4\x31\x0f\xd4\xe8\x76\x05\x5a\x29\xa0\x06\x02\x21\xe2\xf1\x53\x9d\x56\xe1\xa6\x03\x59\x71\xbf\x89\xa8\xb2\xaa\x94\x34\x63\x22\x6a\x2f\xb9\x46\xb7\x4d\x51\x63\x56\x54\x8b\x16\xfb\x9f\x4a\xcf\x34\x66\x65\x71\x5c\xd7\xad\xf5\x68\x83\xa3\xb9\x00\xb1\x85\xee\x79\x33\x4d\xab\xea\xd2\xd9\x96\xbe\x72\x50\x96\xec\x8a\xa8\xc2\xa1\x39\x06\x2b\x9b\xba\x68\xe7\x3e\x91\x13\x75\x81\x7a\x71\xa1\x44\x69\x01\xe6\xf9\xc9\x62\x5d\x01\x4e\xf3\x14\xb8\x26\x34\x66\xbd\xfe\x94\x13\xbc\xd4\x54\x56\xa5\xc5\xdd\x76\xc9\x50\x33\x2f\x66\x6b\x88\x6a\x49\x6e\x41\x26\x31\x95\x56\x7c\xe5\x7e\x3d\x81\xac\x4d\xae\x7b\xf3\xd5\x11\x9e\x2f\x8e\x70\xdd\x09\xf9\x8f\xf9\x26\x7f\x86\x94\x18\x5d\x95\xf0\x5e\x5d\xbf\x26\x82\x84\xec\x23\x39\xad\xa1\x99\xd0\xd0\xb4\xa1\xa2\x6f\xaf\x28\xfa\x7c\x3f\x8a\xde\xc6\x16\x40\xe6\x2b\xa7\xb7\xf9\x7e\x02\x48\x1b\xc1\x5f\x3d\x6e\x7a\xf1\x95\xc7\x9a\x6a\xca\x07\x9a\xb4\xb0\xec\xc9\x7f\x68\xd5\x5c\x87\xf7\xcd\x9e\x3c\x02\x1b\x63\x55\x91\xc5\x37\x7b\xf6\x99\xb3\x77\x7d\x3f\xed\x33\xca\xb8\x57\x15\x51\x9c\x22\x06\x73\xb2\xb6\xa1\x0b\xf9\x9d\x6e\x81\x81\x4c\x05\xf1\x24\x9b\xcf\xb9\x60\xb1\x5b\x3c\x73\xd4\xcf\xee\x2e\x6d\xa8\xe3\x30\x61\x99\x0d\x76\x87\x98\xb3\xfa\xab\x8f\xb1\xb8\x22\xe8\x7c\x3d\xbb\x17\xd2\xa9\xca\xec\xed\x79\x87\x19\x98\x2a\xe5\x38\x76\x41\xbd\x90\xdc\x06\x1f\xd2\x63\x6f\x56\x98\xa1\xb8\x0d\xe9\x91\x8e\x9a\xd4\xd6\xdc\x86\xac\x27\x61\x8f\x17\xe3\xb5\x79\x50\x8c\x17\x79\xd0\x76\x99\x8e\x75\x6e\x7a\xf4\xfd\xdb\x68\xae\xd9\x29\xc0\xcb\xf6\x25\xf8\xfe\x1d\x4c\x97\xae\x44\xe6\xdb\x57\xe2\xfb\x97\x19\xb9\x53\xfe\x77\xd6\xfc\xfd\xf8\xaf\xe7\x7f\xfe\x1f\xff\xd7\xff\x7d\xfe\xe7\xff\x73\xfe\xd7\xf7\xcf\xfd\x3f\xfe\xf5\xaf\xf7\x3f\xfe\xfb\xf3\x5f\xee\xff\xfe\xe7\xff\xfc\x9e\xfe\x79\xde\xf9\x5f\xfe\xe3\xfd\xd7\xfb\xff\xfd\xb7\xff\xf1\xaf\xfb\xfd\xf3\x9f\xff\xed\x3f\xbf\xaf\xf0\xf7\xff\x07\x00\x00\xff\xff\xa7\x3d\x70\xec\xad\xb5\x03\x00"); +func _abc ()(*asset ,error ){_dbb ,_fbf :=_dfe ();if _fbf !=nil {return nil ,_fbf ;};_bece :=bindataFileInfo {_c :"Adobe-CNS1-4",_ed :1901,_cg :_g .FileMode (436),_ca :_d .Unix (1580491191,0)};_gaf :=&asset {_fdf :_dbb ,_ff :_bece };return _gaf ,nil ;}; +var _edfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\x4d\x8b\xdb\x3c\x10\x07\xf0\xbb\x3e\xc5\x1c\xf7\x39\xec\xe3\x91\xfc\x1a\x10\x81\x92\x65\x21\x2c\xdb\x96\xa4\xb4\x67\x47\x1a\x07\x43\x23\x1b\xc5\x39\xe4\xdb\x97\x99\x71\x52\xe8\x21\x28\xfa\x59\xfa\x33\x8c\xa6\xd8\xed\xdf\xf6\x69\x5c\xa0\xf8\x9e\xa7\x70\xa4\x05\x86\x31\xc5\x4c\xd7\xe9\x96\x03\xc1\x89\xce\x63\x32\xc6\x3a\x88\x63\x58\x1e\x5b\x59\xc2\xa5\x9f\x8d\xe1\xfb\xc7\xfb\x75\xa1\xcb\x3e\x0d\x13\x94\x7a\x2e\xde\xe6\xf5\x2c\x40\x71\xa0\xf3\x78\x5d\xf2\x1d\x5e\xbe\xc4\xe9\x44\xff\x41\xa4\x81\xfd\x5b\x8e\x94\xc7\x74\x86\x97\x8f\xc3\x13\x8f\xb7\x79\xfe\x4d\x17\x4a\x0b\x58\x31\x4a\x51\x56\x53\xec\x3e\xfb\xf9\x6b\x7f\x21\x28\x24\xe7\xf5\xe3\xf0\xaa\x47\xe4\xcb\x4f\xca\xd7\x71\x4a\x60\xff\x47\x74\x7f\xf9\xc7\x7d\xa6\x35\xc9\x14\xbf\x3e\xa7\x48\x80\x8f\xbc\xfd\xdb\x6e\xba\xa5\x05\xaa\xa6\x6c\xd5\xac\x56\x1d\xa6\x48\xd7\xb9\x0f\x94\xfb\x74\x26\x03\xe0\x11\x11\xb7\xe0\xad\x7b\x7f\xdf\x72\x49\xff\x9c\x30\x76\xb3\xde\x1c\xa3\xca\xe3\x06\xe2\x30\x6c\x01\x8d\x47\xab\x7b\xcb\x7b\x57\x37\xc6\xa3\x53\x71\x2c\xb5\x75\xc6\x63\xa9\x52\xb2\xb4\x4d\x67\x3c\x56\x2a\x15\x8b\x45\x57\x19\x8f\xb5\x52\x2d\xe4\x3a\xce\x6e\x94\x1a\xa1\xba\xe4\xf0\x56\xa9\x15\x6a\x37\x9c\xde\x29\x75\x52\x01\x56\x1c\xbf\x51\xda\x08\x95\xc8\xf1\xbd\x52\xbf\xd6\xc9\xf1\x27\xa5\x93\x50\x67\x39\x3e\x28\x05\xa6\x12\x5b\x8e\x8f\x4a\x51\xa8\x74\x1c\x4f\x4a\x24\x54\x77\x1c\x3f\x28\x0d\x42\x5d\x85\xc6\xdb\xb5\xb7\xd2\xa9\x0a\x37\x8d\xf1\x56\x9b\x65\xa5\x59\x55\x59\x3b\xe3\xad\x5b\x5f\xc0\x86\x2d\x54\x0d\x76\xf2\x0c\x8f\x76\xf3\x7f\x9e\xc7\xe7\x8c\x84\x5b\xce\x94\x16\x99\x46\x19\x04\x7e\xe0\x31\xd1\x73\xb2\xe7\x69\xe6\x5b\xf2\xfb\x13\x00\x00\xff\xff\x1f\x7c\xbd\x4b\x05\x03\x00\x00"); +var _bgfb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x1c\xb9\x11\x85\xef\xfa\x15\x7d\xdc\x1c\x1c\x93\x55\xe4\x90\x04\x0c\x01\x81\x7d\x88\x16\xd8\x64\x11\xc5\xbb\x01\x82\x1c\x7a\x66\xd8\xc6\x00\xd1\x68\x30\x92\x0e\xfe\xf7\x41\xbd\x6f\xa2\x60\x83\x3d\x18\xcf\xfe\x4c\x16\xeb\x15\x8b\x64\x4b\x1f\x3f\x3f\x7c\x79\x38\x9f\x5e\x97\x8f\x3f\x5f\x9f\x0f\x8f\xf3\x75\xd9\x4e\xe7\xe3\x75\xbe\x3c\xbf\x5d\x0f\x73\xd9\xcf\x6f\xa7\xf3\xdd\x5d\xb6\xe5\x78\x3a\xbc\xfe\xf7\x9f\x92\xc3\xd3\x7a\xb9\xbb\xfb\xf8\xf5\x7c\xfa\xf1\xe1\xf1\xc3\xd7\xcf\x8f\xf6\xe1\xcf\xcb\xdb\xcb\xbc\xf1\xcf\x0f\x5f\x1e\xbf\xbf\xbc\xce\xa7\x87\xf3\xf6\xbc\x38\xf3\x8f\x6f\x97\x5b\x8c\x65\xf9\xf8\xb7\xf9\xed\xf4\xf2\x7a\xfd\xbe\xfc\xf0\xa7\xe3\xf3\x7e\xfe\x61\x39\xce\x2d\xf8\x5f\xaf\xc7\x79\x3d\x9d\xbf\x2d\x3f\xfc\xb8\x5e\xd6\x73\x7e\xff\x8f\xc7\xb7\xcb\xe5\xdf\xf3\x69\x9e\x5f\x97\x22\x36\xcf\x47\xe9\xdd\xc7\xcf\x3f\xad\x97\xbf\xac\x4f\x73\xb9\xe5\xf3\xf3\xf5\xf9\x96\xd2\xaf\x1f\x7e\xd1\x18\x0d\xf9\x65\x5e\x5f\x4e\xcf\xe7\x25\xff\x31\xa5\xfa\x3f\xfc\xf7\xef\x97\xb9\xe4\x5b\xa8\x7f\x7c\x7d\xf8\xb2\xfc\x33\x2f\x39\x2d\x56\xab\xf7\x7f\xdd\xf8\xaf\x3f\x3d\x1f\xdf\x47\xe5\x94\x30\x72\x38\x1d\xaf\xeb\xf9\xdb\xbc\xfb\x94\x92\xa5\xfb\xe5\x53\x4a\x75\x7f\xbf\x98\xe7\x20\xf5\x00\x39\xdc\x2f\xbd\xe5\x21\x74\x14\x6a\xf3\x7e\xb1\x61\x41\xd6\x2a\x12\x62\x43\xd3\xf6\x04\x0a\xe9\xb6\x1b\x77\x9f\x2c\xe5\x40\x48\xeb\xc3\x85\x2a\xa8\x0a\x99\xd0\x0e\xb4\x13\xaa\x42\x1d\x34\xee\x97\x6c\xb9\x31\xf3\x00\x3b\xde\x2f\x6d\xd4\x5d\x20\x23\x98\x11\xac\x0b\x11\xcc\x08\xd6\x02\xb9\x09\x85\x74\x23\x96\x3b\xc8\x03\xf5\x40\x79\x28\x57\x49\xf3\x2e\x92\x21\x39\xc8\x4e\xc4\x20\x16\x64\x88\x38\xc4\x83\x34\x91\x0a\xa9\x91\xba\xe5\x12\xec\x50\xc4\x42\xba\xe7\x2c\xc4\xb0\x90\xee\x39\x09\xed\x40\x3b\xa1\x28\x4d\x9e\xa0\x90\x9e\x6e\xa8\x81\x9a\x90\xc2\xcf\x0e\xea\x42\x0a\x3f\x07\x68\x08\x85\x41\xa3\x58\x76\x2b\x56\x94\xd9\x5c\x25\x95\xb4\x3e\x22\x96\xcd\x4d\x28\xe4\x56\xbf\x9a\x54\x99\x9a\xa2\x0e\xa5\x67\x21\x03\x85\xed\xd2\x86\x50\x01\x55\x8d\xaa\x42\x3b\x50\x13\x72\xa1\x0e\x1a\x42\x4c\x5c\x41\x7b\x21\x56\x3c\x80\x22\xaf\x32\x88\x75\x04\x1d\x85\x18\x35\x41\x53\x68\x27\xb4\x81\x36\xa1\xd8\xc5\x4a\x0f\x4a\x5a\x4d\x4a\x22\x67\x50\x16\x52\xf8\x8c\xa1\x90\x56\x53\x11\x72\x90\x0b\x29\x7c\xc6\x63\x48\x2b\x43\x95\xa0\x9f\x25\xad\x0c\xc2\x63\x5b\xfd\x5c\xd4\xe2\x35\x37\x90\x2a\x31\x08\x4f\x25\x42\x5a\x19\xaa\x44\x1e\xa0\xa1\x15\x09\x4f\x71\x42\x5a\x4d\x49\x68\x0f\xda\x0b\x11\x9e\x7a\x85\xb4\x6a\x24\x41\xbd\x74\x5a\xaa\xa9\x5e\x99\x7a\x85\xb4\x6a\xd8\xa6\x5e\x21\xad\x9a\xf2\x32\xea\x65\xaa\x97\xc9\xb6\x51\x2f\x53\xbd\x4c\xa9\x1a\xf5\x32\xd5\xcb\x54\x68\xa3\x5e\x16\xc5\xa9\xae\x54\x69\x39\x49\xab\xae\x15\x39\x9f\x92\x56\x5d\xa9\x1a\xc5\x09\x69\xd5\x65\xc8\x28\x4e\x48\xab\x4e\x5e\x14\xc7\x54\x1c\x1d\xb5\x6a\x14\xc7\x54\x1c\x27\x55\x8a\x63\x2a\x8e\x93\x17\xc5\x31\x15\x27\x93\x04\xc5\x31\xd9\xce\x8a\xe5\xd8\x76\xd9\xce\x8a\xe5\xd8\x76\x35\x80\xc9\x90\xd3\x00\x2e\x8f\x89\x89\x78\x74\x65\x9f\x54\x1c\x27\x7b\x57\xf6\x49\x49\x38\xd9\xbb\xf2\xd2\x41\xae\x4e\x12\xae\x24\x8a\x2a\x51\x48\xa2\x28\x89\xa2\x06\x28\x24\x51\x54\xfb\xa2\x24\x0a\xb5\x2f\xaa\x7d\x51\xac\x42\xed\x8b\x52\x2d\xca\xab\x90\x6a\x51\xaa\x45\x79\x15\x52\x2d\xda\x8e\x22\x8f\x85\xed\x28\xda\x8e\xa2\x54\x0b\xdb\x51\x64\xa8\x92\x17\x86\x8a\x0c\x55\x56\xc4\x50\x51\xed\x6b\xe4\xb5\xa3\x0b\x25\xdd\x2c\x0b\x1d\x41\xc7\x40\xf1\x94\xd8\x8e\x2e\x94\x74\x33\x13\xda\x40\x9b\x50\xc4\x6a\x5c\x30\x92\x78\x00\x22\xb1\xb6\xaa\x14\x92\x6e\x51\x69\x4f\x71\x27\x85\x44\x29\x7a\xdc\x1d\x9e\x74\xc3\x78\xd2\xe1\x1e\x49\x48\x27\x19\xe9\xd6\x92\x50\x01\x55\x8d\xca\x42\x07\xd0\xfb\x65\xe8\x7a\x6b\x6e\xc2\x93\xe3\x49\xb9\x22\x6d\x54\x85\x2f\x24\xa1\x2d\x1a\xb9\x0b\xb1\xa2\xf6\x63\xe4\x11\x6f\xfe\xfb\x9b\xfb\x7b\xcf\xb0\x27\xed\x0d\xd2\x86\x29\x47\x6d\x04\xd2\x86\x29\x47\x55\x1d\x69\x23\x8a\xe7\x69\xc7\x52\x3b\x2d\x15\x67\xdf\x53\x07\x75\x90\x9c\x74\xc2\x77\xc2\x57\x21\xc2\x77\xc2\xcb\x5c\x9f\xa0\x29\x24\x73\x63\x2f\x14\xd2\xad\x69\xc5\x41\xa1\x86\xf6\xb9\x29\xaf\x95\x12\xac\x2a\x81\xa9\x04\x2b\x49\xac\x24\xa1\xdd\x5a\x49\x62\x55\x12\x2e\x8f\x2b\x49\xac\x4a\xc2\x89\x85\xc7\x55\x1e\x5d\x2b\x1e\x88\x75\x50\x2c\x97\xc7\x09\x9a\x20\x79\x9c\x84\x9f\x84\x97\xc7\x49\xf8\x49\x78\x79\x9c\x78\x9c\xf2\xe8\xf2\xb8\x31\x71\xdb\x09\x29\xfb\x0d\x8f\x1b\xcd\x10\x79\xb9\x9e\x41\xa4\x7b\x74\xbc\x3b\xed\xe7\xea\xd2\x3c\x6a\x17\x73\x58\x34\x9b\x3b\xa8\x80\x8a\x86\xed\x98\x5a\x61\x7a\xff\x65\xc9\xf5\x5c\x22\x31\x8c\x45\x1b\xac\xc1\xaa\x58\x87\x75\x18\x73\x07\x6c\xc0\x58\x76\x85\xad\xb0\x9d\xd8\x1e\xb6\x17\x6b\xa4\x72\x80\x1d\x60\x26\x76\x84\xd1\xf9\x0c\x53\xe1\x3c\x4e\x51\x0c\xd3\xb2\x1c\x23\x49\x1b\x45\x19\x67\x8c\x65\x19\x2b\x9a\x99\x31\x96\xf5\x61\xe3\x20\x7c\x65\x7c\x75\x18\xbe\x42\xba\xc7\xe7\x95\x7b\xc6\x56\xc6\x56\x57\x6a\x19\x5b\x71\x28\x83\x15\xb1\x5b\x6e\x53\x7b\x43\x6a\x3a\xa8\x1e\x8f\x56\x0c\x53\x45\xf4\x6a\x21\xdd\xd5\x93\x6e\x6c\x97\x69\xbb\x0a\xa3\x30\x65\x6c\x17\x9b\x6f\xb8\x0a\x09\xa6\x15\x0c\x5b\x7a\xca\x46\x65\x18\xb6\xf4\x94\x8d\xa2\xdd\x32\x5c\x19\x16\x86\x76\xc1\xb0\x10\xd2\xbd\x82\xd8\x18\x3d\x5c\x03\x07\xc6\x1e\x18\x46\x07\xe9\x62\x34\x9e\xa9\x6c\x29\xa9\x20\x4e\x17\x86\x74\xa7\x09\x1d\xa3\x6e\x0c\x53\x22\x8e\x53\xa7\x31\x55\x36\xc7\xa9\x57\x86\x31\x15\x57\x2e\x57\xf1\x94\xb8\x3b\xae\x42\xb2\xe9\x9b\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xdd\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x08\x87\xd5\x90\xee\x45\xb6\x9c\x16\x0c\x89\x61\x6a\x07\xc7\x7e\x48\x30\x92\xc3\x7e\xc1\xbe\xae\x49\xe7\xfa\x95\xc4\x38\xc5\x2b\xf8\x2f\xda\x68\x4c\x70\x25\x7b\xbc\x74\x31\x55\xd9\x71\xc3\x4a\xba\x57\x86\xe1\xab\xe0\xcb\x60\xf8\xe2\xd6\xa5\xa5\x0b\xbe\xf4\xfc\x8d\xaa\x8a\x14\x6c\x15\x3c\xe8\x12\xf4\x82\x87\xa2\x63\x44\x45\xca\xcd\x82\x5a\xd5\x89\x4f\xab\x56\x5c\x71\x40\x2a\xae\xaa\x6e\x54\xfa\xb2\x62\xaa\xb2\xa9\xec\x60\xc5\x55\x48\x30\xc6\xb1\xab\x21\xc1\xb4\xf9\x95\xfe\xad\xb8\xe7\x70\x55\xdc\x57\xb9\x2f\x0a\xd7\xf0\x10\x92\x2d\xdd\x18\x7b\xd3\xf0\x85\x89\x86\xaf\xc6\xde\x14\xb5\x61\xc3\x58\x48\x30\x9d\x87\x86\xb3\x90\xee\xf1\x12\x6d\x9b\x6e\xaf\x6d\xd3\x4f\x00\x3d\x9a\x7a\xdb\x74\x01\x21\xdd\xe2\xee\xda\x36\x5d\x36\x48\xb7\xa6\x89\x3a\xf7\x48\xb6\x1c\x6f\xf6\xb6\xe9\x81\x46\xda\x88\xee\xda\x36\x75\x17\xd2\x46\x7c\xef\x6f\x9b\x33\xca\x35\x2a\x29\x58\x7c\x75\xdd\xa4\xf5\x91\x02\x55\x26\x56\x26\xd6\xdf\xbe\xd9\xe5\xff\x5f\xec\x6d\xab\x64\x5d\x79\x22\x76\x42\x2c\x54\x59\x08\x84\x91\x10\xbe\x2a\xb6\x4d\x4f\x17\xd2\x7a\xff\xed\xc7\x41\xfc\xfd\x69\xbd\xdc\xbd\xff\x6a\xe0\xf0\x76\xbd\xce\xf3\xab\x7e\x11\xa1\x1f\xfb\xe3\x47\xf9\xd3\x79\xbe\xff\xb2\xe3\xf2\x7c\x89\x59\xfa\xf3\x9f\x00\x00\x00\xff\xff\x39\x89\xff\xa0\x18\x11\x00\x00"); +func _ccf ()([]byte ,error ){return _fd (_bggf ,"CNS-EUC-V")};var _gef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3e\x10\x05\xf0\xbb\x3f\xc5\x1c\xf7\x7f\xd8\x7f\x2c\x2b\x8a\x2d\x28\x0b\x25\x29\xd4\x85\x6d\x4b\xd3\xdd\x16\x4a\x0f\xb2\x34\x0e\x86\x46\x36\xb2\x7d\xc8\xb7\x2f\x7a\x93\x75\x0f\x61\x92\x9f\x3d\x8f\x77\x98\xec\x8e\xed\xa9\x8d\xc3\x42\xbb\xaf\x69\xf4\x67\x5e\xa8\x1f\x62\x48\x3c\x8f\x6b\xf2\x4c\x1d\x5f\x86\x58\x14\xaa\xa2\x30\xf8\xe5\xed\x27\x86\xbf\xba\xa9\x28\x76\x75\xf3\xf8\xe1\xe5\xf8\xf8\x91\xd6\x99\xef\x74\x6c\x4f\xe7\xdb\xbc\xf0\xb5\x8d\xfd\x48\x5a\x56\xc3\x3a\xdd\xd7\x89\x76\xdf\xf8\x32\xcc\x4b\xba\xd1\xc3\xfb\x30\x76\xfc\x1f\x05\xee\xb3\x7f\x49\x81\xd3\x10\x2f\xf4\xf0\xc9\x4d\x2e\xaa\xed\xc1\x79\x9d\xa6\x3f\x7c\xe5\xb8\x50\x09\xe3\x18\x30\x8b\xdd\xf1\xd9\x4d\x9f\xdd\x95\xe9\xad\xca\x2b\x1e\xc0\x5f\x39\xcd\xc3\x18\x49\x95\xff\x97\xe5\xe1\x9f\x7f\xbf\x4d\x4c\xea\x1e\xf0\xf3\xa5\x3d\xd1\x2f\x45\xaa\xa4\xca\x68\x63\x7e\xdf\xfd\xc7\xf3\x18\xb6\xb7\xaa\x5a\xda\xfb\x21\x24\x17\x2f\x5c\xbc\x73\xca\x55\x4f\x94\x87\x7e\xa2\xba\x69\xea\x4c\x9d\x02\x75\x15\xc8\x82\xbc\x10\x67\xb2\x2a\x93\x97\xb7\xbc\x01\xed\x41\x0e\x14\x3a\x10\x16\x59\xde\xca\xa3\xb6\x2a\xc7\xef\x1d\x08\xa3\xb6\xaa\x01\x69\x21\x0d\xb2\x20\x23\x94\xe3\x6d\x55\x82\x6a\xa1\x1a\xa4\x40\x56\xc8\x82\xaa\x4c\x5e\xb2\x3c\xb2\x2a\x9d\x89\x85\x58\x68\x0f\x92\x78\x96\x78\x03\x92\x78\x96\xf8\x03\x88\x85\x18\x94\xdb\x1b\x69\x6f\xa4\x7d\xd5\x80\xb4\x90\xc4\x5b\x90\x11\x42\xbc\x2e\x41\xb5\x10\xe2\xb5\x02\x59\x21\xb4\xd7\xb9\xbd\x91\xf6\x46\xda\xeb\xdc\xde\x48\x7b\x23\xed\xf5\x1e\x24\xf1\xd2\x5e\x1b\x90\xc4\x4b\x7b\x7d\x00\xb1\x10\xda\x6b\xb4\xef\x65\xb1\x3f\x80\x9a\x7c\x81\xdb\x31\xe4\xef\xf9\xf6\xb7\x5b\xf4\x6b\x4a\x1c\x17\x5c\x3e\x2e\x2e\x5f\xd1\x10\x79\xfb\x63\x4d\xe3\x94\xb7\xf0\xf9\x1b\x00\x00\xff\xff\x09\x64\x4a\x68\x84\x03\x00\x00"); +func _fbfd ()([]byte ,error ){return _fd (_bbcdd ,"GBT-EUC-H")};var _cccg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x51\x8b\xdc\x20\x10\xc7\xdf\xfd\x14\xf3\x78\x7d\x69\xa2\x59\xdd\x14\x24\x50\x6e\x39\x9a\xc2\xf5\x4a\xb7\xd7\x16\x4a\x1f\xdc\x38\x09\x42\xa3\x62\xcc\xc3\x7e\xfb\x32\x26\xbb\x85\x7b\x88\xe6\xff\x9f\xdf\xe8\x38\x53\x3d\xf6\xa7\xde\xbb\x0c\xd5\xd7\x14\x86\x33\x66\x18\x9d\xb7\x09\x97\xb0\xa6\x01\xe1\x82\x93\xf3\x8c\x71\x01\xd6\x0d\xf9\x26\xcb\x36\xcc\x26\x32\x46\xf9\xe7\xeb\x92\x71\xee\xfd\x18\xa0\xd9\x38\xbb\xc6\x9d\x05\xa8\xbe\xe1\xe4\x96\x9c\xae\xf0\xf0\xd1\x86\x0b\xbe\x03\x8b\x23\xf9\x2f\xc9\x62\x72\x7e\x82\x87\xcf\x26\x1a\xcf\xef\x81\xf3\x1a\xe3\x5f\x9c\xd1\x67\xa8\x8b\x87\xde\x96\x9d\x55\x8f\xcf\x26\x7e\x31\x33\x42\xf5\xc9\x25\x33\x19\x6f\x4a\xa0\xf8\x3f\x30\x2d\x2e\x78\xe0\xf5\xfb\xba\x56\xff\xfd\xef\xd7\x88\xc0\xf7\x03\x5e\xfb\xd3\xcb\x38\x2e\x98\xa1\x55\x62\x63\x7e\xbd\xf6\x27\xf8\xcd\x81\xd7\x20\x64\x73\xf8\xf0\x67\x47\x7f\x3e\x07\x8b\x7b\x05\x8c\x6f\xef\x19\x82\xc5\x25\x9a\x01\x93\xf1\x13\x32\x00\x5d\xd7\x1d\xe8\xa7\xa7\x8e\x8a\x7c\x13\x65\xed\x9e\xe4\xec\x66\x68\x41\x30\x2d\x92\x4b\xa6\x05\x27\x25\x3b\x68\xc4\x91\x69\xa1\x48\x8d\x14\x53\x4c\x37\x44\xd2\xd2\x1c\x04\xd3\x0d\x91\xd2\x76\x20\x85\x62\x5a\x22\xa9\xb1\x83\xa6\x6d\x99\x56\x44\x2a\xd1\x81\x3c\x72\xa6\x15\x9d\x72\x44\x52\x87\x52\xd2\xed\x6e\xfa\xa7\x89\xdd\x3b\x38\xac\x29\xa1\xcf\x65\x5e\xa5\x4f\xf4\x50\xe7\xf1\x3e\xfb\x18\x22\x65\x95\xef\x5f\x00\x00\x00\xff\xff\x35\x0d\x74\x28\x27\x02\x00\x00"); +func _cegb ()([]byte ,error ){return _fd (_fgec ,"NWP-V")};func _bga ()(*asset ,error ){_cf ,_ee :=_fg ();if _ee !=nil {return nil ,_ee ;};_dca :=bindataFileInfo {_c :"78-H",_ed :12437,_cg :_g .FileMode (436),_ca :_d .Unix (1580490877,0)};_dgf :=&asset {_fdf :_cf ,_ff :_dca }; +return _dgf ,nil ;};func _eedg ()([]byte ,error ){return _fd (_bgaf ,"UniJIS-UTF32-V")};func _fdcd ()([]byte ,error ){return _fd (_ecga ,"Katakana")};func _cagf ()([]byte ,error ){return _fd (_fcfc ,"UniCNS-UTF32-V")};func _cdfe ()(*asset ,error ){_cgdb ,_abbf :=_aeg (); +if _abbf !=nil {return nil ,_abbf ;};_acfc :=bindataFileInfo {_c :"UniGB-UCS2-V",_ed :832,_cg :_g .FileMode (436),_ca :_d .Unix (1580492749,0)};_cbef :=&asset {_fdf :_cgdb ,_ff :_acfc };return _cbef ,nil ;};func (_ac bindataFileInfo )Sys ()interface{}{return nil }; +func _ffda ()([]byte ,error ){return _fd (_aaeg ,"UniKS-UCS2-V")};var _bbcd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\xbb\xb8\x6f\xe6\xf9\xa3\xd1\x08\x44\xa0\xe4\x72\x21\x5c\x6e\x5b\x92\xd2\xae\x1d\x69\x1c\x0c\x8d\x6c\x14\x7b\x91\x6f\x5f\xce\x73\xec\x14\xba\x08\x8e\x4f\xa4\x47\xe2\x77\x32\x33\x77\x0f\x8f\xdf\x1e\xd7\xc3\x39\xdd\xfd\xbe\x1d\xe7\xe7\x76\x4e\xfb\xc3\xba\x6c\xed\xfd\x78\xd9\xe6\x96\x5e\xda\xeb\x61\xed\x3a\xd1\xb4\x1c\xe6\xf3\xed\x6b\x7c\xcc\x6f\xbb\x53\xd7\xe1\xfe\xe7\x8f\xf7\x73\x7b\x7b\x5c\xf7\xc7\x64\xbc\x6e\xb9\x9c\xae\xd7\xa6\x74\xf7\xd4\x5e\x0f\xef\xe7\xed\x23\x7d\xf9\x65\x39\xbe\xb4\xff\xa5\xa5\xed\x91\xff\xb6\x2d\x6d\x3b\xac\xaf\xe9\xcb\x8f\xa7\xcf\xf0\xf9\x72\x3a\xfd\xdd\xde\xda\x7a\x4e\x43\x64\x6d\x5d\xe2\xb3\xbb\x7b\xf8\xb9\x3b\xfd\xba\x7b\x6b\xe9\x2e\xe6\x7c\xfd\xf1\xf4\x95\x97\xc4\x5f\xfe\x6c\xdb\xfb\xe1\xb8\x26\xf9\x7f\xce\xfa\x6f\xfc\xc7\xc7\xa9\x25\xb9\x4e\xf8\xeb\xe7\x71\x69\x29\xdf\xe6\x3d\x7e\x7b\x38\x5e\xd6\x73\x92\x5a\xfb\xca\x50\xf8\xda\xf3\x71\x69\xef\xa7\xdd\xdc\xb6\xdd\xfa\xda\xba\x94\xa6\x9c\x73\xbe\x4f\x93\x8f\xdf\xbf\xdf\xe3\x9d\xfe\x73\x45\x37\xf8\xf5\xce\xc3\xc2\xe4\x76\x47\xce\xfb\xfd\x7d\xca\xdd\x94\x85\xdf\x05\xdf\xb5\x2f\xdd\x94\x95\x89\x22\xe9\x45\xbb\x29\x1b\x13\x43\x32\x94\xda\x4d\xd9\x99\x38\x12\xc9\xea\xdd\x94\x7b\x46\x7d\x44\x5a\x31\xbb\x30\x2a\x11\xf5\x86\xe1\x03\xa3\x21\xa2\x61\xc4\xf4\xca\xa8\xc6\x1b\x64\xc7\xf8\x91\xd1\x18\x91\x65\x8c\xdf\x31\xda\x5d\xdf\x13\xe3\x5f\x18\xbd\x44\x54\x05\xe3\x67\x46\x33\x22\xcb\x03\xc6\x2f\x8c\x96\x88\x4c\x31\xbe\x31\x6a\x11\xf5\x15\xe3\xf7\x8c\xf6\x11\x55\xcf\xdd\x24\x94\x92\x90\xf2\x3c\x96\x6e\x12\x62\x49\x60\xb9\xf5\xda\x4d\x42\x2d\x09\x2d\x2f\xb9\x76\x93\x90\x4b\x82\xcb\x6b\xf1\x6e\x12\x7a\x89\x5f\x4d\x31\x9e\x5e\x12\x5e\xbd\x0d\x18\x4f\x2f\x09\xaf\xbe\x18\xc6\xd3\x4b\xc2\xab\xaf\x15\xe3\xe9\x25\xe1\x55\xc4\x31\x9e\x5e\x12\x5e\xc5\x33\xc6\xd3\x4b\xc2\xab\x14\x14\x2b\xf4\x92\xf0\x2a\x23\x9a\x15\x7a\x49\x78\x0d\x82\x6a\x85\x5e\x12\x5e\x83\xa3\x5a\xa1\x97\xb4\x6b\xff\x18\x4f\x2f\x09\xaf\x61\x44\xb5\x4a\x2f\x0d\xaf\x2a\xa8\x56\xe9\xa5\xe1\x55\x1d\xd5\x2a\xbd\x34\xbc\xea\x80\x6a\x95\x5e\x1a\x5e\x75\x44\xb5\x4a\x2f\x0d\xaf\x51\x51\xad\xd2\x4b\xc3\x6b\x74\x54\xab\xf4\xd2\xf0\x1a\x07\x54\xab\xf4\xd2\xf0\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5f\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\x77\xcc\x06\xb4\xab\x24\xd3\x20\x43\xfb\x78\x04\xcd\x74\x66\xa6\xe8\x57\x89\xa6\x0b\xb3\x1e\x05\x2b\xd5\xb4\x31\x1b\xd0\xb0\x92\x4d\xf7\x5c\x24\x19\x15\x1b\xdd\x2c\x33\x53\x74\x6c\x84\x33\x61\xd6\xa3\x64\xa3\x9c\xe9\x6d\x81\xe5\x6e\x32\xd2\x59\xd0\x89\x65\xd4\x6c\xb4\x33\xae\x4d\x33\xf4\x6c\xc4\x33\x2e\x4e\xeb\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\x7a\x46\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\xbc\x47\xd9\x46\x3f\xa3\x9f\x57\xb4\x6d\xf4\x33\xfa\xf5\x82\xba\x8d\x7e\x36\xdf\x76\x05\x3c\x83\x7e\x46\xbf\xbe\xa0\x70\xa3\x9f\xd1\xaf\xaf\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xfd\xba\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xb6\x95\xe1\x19\xf4\x73\xfa\x55\x41\xe7\x4e\x3f\xa7\x5f\x75\x74\xee\xe3\x75\xdf\xde\x8d\xc8\x4a\xad\xb1\x7b\xdf\x76\x69\xfc\x8e\x73\xec\xf3\x6c\x99\x2f\xdb\xd6\xd6\x73\x9c\x62\x71\x80\xe0\x5c\x38\xac\xed\xf3\x44\x3c\x1d\x4f\xb8\x2b\x7e\xfe\x09\x00\x00\xff\xff\xbe\xfb\x35\x16\x3d\x07\x00\x00"); +func _fcb ()([]byte ,error ){return _fd (_gbgaa ,"ETenms-B5-H")};var _dda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x41\x6b\xdb\x4e\x10\x05\xf0\xbb\x3e\xc5\x1e\xf3\x3f\xfc\x6b\x49\xb3\xb3\xbb\x82\x60\x08\xf1\xa1\x2e\xa4\x29\x4d\x93\x16\x4a\x0f\xb2\xb4\x36\x82\x5a\x16\xb2\x7c\xc8\xb7\x2f\xf3\x9e\xeb\x1e\xc2\xc4\xbf\xec\xce\xee\x1b\xe2\x5d\x3d\x6e\x37\xdb\x71\x58\xdc\xea\xcb\x7c\xea\x5e\xf2\xe2\xf6\xc3\xd8\xcf\xf9\x7c\xba\xcc\x5d\x76\xbb\x7c\x18\xc6\xa2\xa8\x6a\xd7\x0f\xdd\xf2\xf7\x23\x4a\x77\x6c\xa7\xa2\x58\x3d\xf4\xfd\xff\x1f\xdd\xe5\x9c\xaf\x9f\x1f\xb7\x9b\x97\xf7\xf3\x92\x8f\xdb\x71\x7f\x72\xc2\x7d\xfd\x65\xba\xee\x75\x6e\xf5\x35\x1f\x86\xf3\x32\xbf\xbb\xbb\x87\xfe\xb4\xcb\xff\xb9\x3e\xef\xcd\x9f\xe7\x3e\xcf\xc3\x78\x70\x77\x9f\xda\xa9\x1d\xab\xdb\x1f\x5e\x2e\xd3\xf4\x3b\x1f\xf3\xb8\xb8\x0a\x96\xc7\x1e\xb5\x58\x3d\x3e\xb5\xd3\xe7\xf6\x98\x1d\xee\xf1\x06\x05\xbe\xe5\xf9\x3c\x9c\x46\x57\x95\x1f\xca\x32\xfc\xf3\x6f\xef\x53\xbe\x76\x29\x56\xaf\xdb\xcd\xf3\x7e\x7f\xce\x8b\x8b\x4d\xc9\x35\x3f\x5e\xb7\x1b\xf7\xb3\x72\x55\xe9\x6a\x95\x3a\xfd\xba\x2e\xfd\xfe\x74\xea\x6f\x1b\x35\x32\x4d\x37\xf4\x73\x3b\x1e\x72\x71\x5f\x57\x75\xbd\x76\x56\x64\xed\x62\x4a\x11\xe4\x49\x7e\xed\x52\x1d\x12\x48\x49\x6a\x14\xbd\x91\x54\x20\xa9\xb1\xb1\x01\x75\xa4\x6c\xd4\x54\x46\x9e\xab\xbc\x82\xb0\xd1\x07\x52\xb0\x5e\xa9\x06\x45\x52\x44\x7b\x05\x25\x52\xc2\xaa\x12\xd4\x90\x1a\xac\xc2\x55\x7d\x0b\xd2\x1d\xda\xdb\x25\x7c\x8d\x13\x51\x62\x53\x25\x90\x90\x04\xc4\x55\x4a\xb2\x7b\x35\x75\x09\x8a\xa4\x08\xaa\x40\x0d\xa9\x01\xd9\x55\xbd\x67\x2f\x8f\x5e\xb5\x18\x05\x52\x20\x79\x10\xdb\x07\xb6\x57\x10\xdb\x07\xb6\x0f\xa0\x4c\xca\x20\x0b\xe4\x23\x37\x46\x0c\x27\x58\x2f\x65\x20\x65\xa0\x3a\x81\x84\xc4\x13\x1b\x90\x92\x70\xa2\x94\xa0\x48\xc2\x89\x52\x81\x1a\x12\x02\x89\x05\x52\x06\x52\x06\x12\x0b\xa4\x0c\xa4\x0c\x24\xb8\x04\x03\x29\x03\x89\x82\xd8\x9e\x81\x24\x80\x32\x09\x81\xc4\x02\x29\x03\xa9\x05\x8a\x8d\xa4\xe2\x3e\x46\xb5\x4b\xb0\xc4\xc6\x0b\xa8\x25\xb5\xa0\x12\xb4\x23\xed\xd6\x2e\x89\x65\x8c\x51\x3b\x52\x87\x55\x15\xa8\x27\xf5\xb6\x4a\xb8\x31\x93\xf6\x20\x6c\x0c\x25\xc8\x4a\x6c\xbc\x82\x2a\x52\x85\x55\xb8\x57\xa8\x49\x35\x56\x45\x90\x90\x30\x09\xc5\x89\xc1\x93\xec\xdb\x21\x9e\x1b\x95\x84\xe1\x28\x02\x85\x40\x42\x6c\xc5\xbd\x30\x2f\x96\x24\xde\x83\x12\x29\x81\x78\x22\x87\x13\x30\x1c\xe5\x2a\x0e\xc7\x4a\x12\xce\x2b\x70\x38\xa1\x03\x31\x23\x27\x11\x30\x09\xe5\xbd\x38\x09\x2b\x49\x94\xed\xf7\x24\x0c\x87\x57\x8d\x1c\x8e\x95\x24\x1a\x40\x0c\x64\x25\x89\xfd\x47\xc7\x3e\x62\x38\x28\x49\x44\xec\x2d\xbb\x3d\x23\xf6\xbb\xbd\xa2\xb7\x57\xad\xbb\xcc\x73\x1e\x17\xbc\xa1\x78\xbe\xec\xfd\x19\xc6\x7c\x7b\x9f\xa7\xd3\x64\xbb\xf0\xf3\x27\x00\x00\xff\xff\x72\xe0\xee\x65\xcb\x05\x00\x00"); +func _fbeg ()(*asset ,error ){_afde ,_aegb :=_becee ();if _aegb !=nil {return nil ,_aegb ;};_abeab :=bindataFileInfo {_c :"UniJIS2004-UTF8-V",_ed :3961,_cg :_g .FileMode (436),_ca :_d .Unix (1580492834,0)};_ebab :=&asset {_fdf :_afde ,_ff :_abeab };return _ebab ,nil ; +};func _efg ()(*asset ,error ){_abcd ,_fggd :=_gge ();if _fggd !=nil {return nil ,_fggd ;};_dcde :=bindataFileInfo {_c :"Adobe-KR-7",_ed :1853,_cg :_g .FileMode (436),_ca :_d .Unix (1580491445,0)};_ccca :=&asset {_fdf :_abcd ,_ff :_dcde };return _ccca ,nil ; +};func _dcacf ()(*asset ,error ){_abd ,_bafa :=_fdc ();if _bafa !=nil {return nil ,_bafa ;};_aefe :=bindataFileInfo {_c :"GBK-EUC-H",_ed :80859,_cg :_g .FileMode (436),_ca :_d .Unix (1580492080,0)};_gdbb :=&asset {_fdf :_abd ,_ff :_aefe };return _gdbb ,nil ; +};var _gdea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x8f\x9b\x30\x10\xc5\xef\x7c\x8a\x39\x6e\x0f\x5b\x6c\xfe\x19\x4b\x11\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xd8\x43\x6a\xa9\x31\xc8\xc0\x21\xdf\xbe\xb2\x3d\xd0\x1e\x22\xf8\x3d\x3f\x3b\xef\xe1\x49\x8f\xed\xa9\xb5\x66\x81\xf4\xab\x1b\xd5\x19\x17\x18\x8c\xd5\x0e\xe7\x71\x75\x0a\xa1\xc7\xab\xb1\x49\xc2\x33\xd0\x46\x2d\x1b\x86\x87\xba\x75\x53\x92\xa4\x17\x6b\x9e\x9f\x1e\x2f\xaf\x1f\xeb\xc7\x4f\xb0\xce\x48\xf2\xb1\x3d\x9d\xef\xf3\x82\xb7\xd6\x0e\x23\xe4\x71\xbb\x5e\x27\x3a\x02\x20\xfd\x86\x57\x33\x2f\xee\x0e\x0f\x1f\xf4\xd8\xe3\x3b\xd0\x38\x78\xfd\x8b\xd3\xe8\x8c\xbd\xc2\xc3\xf3\x13\xdf\xd5\xf3\x3a\x4d\x7f\xf0\x86\x76\x81\x32\x68\x68\x75\x78\x26\xe9\xf1\xa5\x9b\x3e\x77\x37\x84\xff\xb3\xbc\x85\xc5\xb0\xf6\x86\x6e\x36\xa3\x05\x9e\xbf\x67\x4c\xfc\xd3\x5f\xef\x13\x02\xa7\x43\x7e\x5c\xda\x13\xfc\xe4\xc0\x19\x64\x65\x51\xb2\x5f\xa4\x7f\x7f\x19\xf5\xee\xe2\x22\xc6\x57\x46\xab\xdf\x9d\x4b\x0e\x98\xd5\x4c\x16\x0d\x94\xb2\x8e\xd0\x55\x1e\x64\x72\xc0\xbc\x66\x35\x6f\xa0\x14\x25\x41\xe6\xa1\x88\x20\xf3\x06\x84\x60\x55\x72\xc0\xa1\x57\xd1\x57\x13\x28\x0f\x39\x01\x06\x9f\x88\x24\x75\x20\x32\xca\xc1\x1b\x65\x84\xbe\x0f\x4b\x1b\x05\x23\x67\x44\x43\x03\x15\x8b\xa0\x65\xef\x03\x56\x04\xda\x83\x20\x88\xff\x55\x04\x1a\xba\x90\x90\x73\xff\x9d\xb7\xba\x49\xb5\xd7\x77\x9d\xbd\x22\x15\xab\x1b\x88\x2f\x3e\x50\xbd\x35\x64\xa4\x4a\x5f\x4e\x6e\x6a\xb1\xa9\xa5\xf7\x66\xa4\x56\x9b\x2a\xbc\x37\xa3\xee\xe1\x5c\xff\x22\xbd\x97\xca\xc8\x8e\xd4\x50\x44\x54\x94\x2f\xe6\x09\xe0\xe7\x6f\x1f\x09\xb5\x3a\x87\x76\x09\xd3\x17\x2e\xdd\x5f\xa4\xb1\xb8\x0f\xf8\x34\x4e\x7e\x57\xf8\xfd\x0d\x00\x00\xff\xff\x48\xe4\x8e\x49\x0c\x03\x00\x00"); +var _cbee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\xcb\x8e\x36\x31\x92\x1d\xb6\xef\xa7\xa8\xa5\xbc\x90\x27\x79\x0b\x92\x80\x51\x80\x25\x61\xe4\x59\xc8\x36\x2c\xc9\x36\x60\x78\x91\xd7\x71\x03\x9e\xee\x46\x4f\x6b\xa1\xb7\x37\x78\x4e\x7d\xe7\xe4\x18\x30\x5c\xff\xa6\x7e\x7e\x99\xc9\x4b\x30\x18\x11\x8c\xeb\xdf\xfd\xdb\x7f\xf8\x77\xff\xf0\xa7\x3f\xfe\xed\xeb\xef\xfe\xe7\xbf\xfe\xf9\xfc\x8f\xf7\xdf\xbe\x9e\x3f\xfe\xe9\xfa\xeb\xfd\xcf\x7f\xfe\x2f\x7f\x3d\xef\xaf\xe3\xfe\xc7\x3f\xfe\xe9\x0f\x7f\x48\xf9\xeb\xfa\xe3\xf9\xb7\x4f\x13\x7f\xce\x7f\xda\xff\xf2\x87\x3f\xac\xef\xff\xe3\x7f\xfd\xe7\xbf\xdd\xff\xf4\x0f\x7f\x7a\xfe\xfc\x55\xf8\xde\xf5\x5f\xfe\xf2\xf3\xee\xd7\xd7\xdf\xfd\x2f\xf7\x3f\xfe\xf1\x9f\xff\xf6\xd7\xff\xfa\xf5\xaf\xfe\xfb\xeb\xcf\xc7\xfd\xdf\x7c\x5d\xf7\xb3\x7e\xff\x9f\xfe\x7a\xdd\x7f\xfd\xe3\x9f\xfe\xf1\xeb\x5f\xfd\xfb\x7f\x93\xf4\xeb\x7f\xfc\x2f\x7f\xf9\xcb\xff\x7d\xff\xd3\xfd\xa7\xbf\x7d\x35\xfc\x76\xff\xe9\xc2\xdf\x3f\xfc\xdd\xbf\xfd\x0f\xfb\x5f\xfe\xc7\xfd\x9f\xee\xaf\xbf\xfb\xcf\x7f\xfa\xe3\xbf\xff\x37\xff\xfa\x3f\xff\xa7\xbf\x2f\xf9\x5f\xff\x0f\x78\x8a\x87\xff\xeb\xfd\xd7\x7f\xfe\xe3\x9f\xff\xf4\x95\xfe\xdb\x2d\x85\x7f\xfe\x4f\xff\xf5\x2f\xf7\x57\xfa\xe9\xe4\x7f\xff\xcf\xff\xf0\xef\xbe\xfe\x8f\xf4\x95\xb6\xaf\xdc\x62\x2b\xff\xe7\xcf\xef\xff\xdb\x7f\xf8\xf3\x75\x7f\x6d\x6c\x25\xce\xfe\xfc\xf3\x75\xff\xf3\x5f\xf6\xf3\xfe\xeb\xfe\xa7\x7f\xbc\xff\xf0\xf5\xf5\xdf\x6d\x3f\xff\xbe\xd7\x7f\xd3\xf6\xf7\x7f\xff\xf7\x7f\xff\xbd\x66\xf8\xff\x7a\xf3\xd3\xc1\x9f\xfe\xfc\xb7\xeb\x7e\xf8\xdb\xbf\xfc\x76\xfd\x4b\xcf\xf7\x57\x5a\x5f\xbf\x5f\xfb\x43\xda\xb6\x9f\xd1\xff\x78\x9d\xff\xd7\xfe\xd7\xcf\x87\xfb\xb6\xde\xfe\x34\xea\xf7\x57\x8a\xae\x66\xfb\xfe\xca\xb9\xb4\xaa\x1f\xfa\xf7\x57\xea\x7e\x7d\x7c\x7f\xa5\x2d\xab\x39\xbf\xbf\x7a\x4f\xe5\xd3\x3e\x56\xd7\xa1\xc7\x47\xfa\xfe\x4a\x59\x9d\x1f\xfd\xfb\x6b\xce\x4f\xeb\x5a\x3d\xe7\xf1\x69\xde\xdb\xf7\x57\x78\xa0\x3b\x7d\x7f\x45\xe8\xe5\x7b\xac\xa7\x4d\xcd\xb9\x9a\x1a\xf6\xde\xbf\xbf\x62\xba\x79\xae\xa7\xfe\xf6\x5a\x4d\xcd\xe2\xc9\xdf\x5f\x31\xf4\xf2\x53\x56\x53\xe3\x3e\x98\x95\xbe\x7d\xd6\x40\xc3\xdf\xae\x81\x86\xa6\xf1\xac\x81\xe6\x67\xb9\x69\xc3\x9c\x3f\x2b\x4a\x69\xf5\xdc\xf5\x34\x1d\xab\xf9\x01\x6c\xca\x68\xc6\xa7\x59\xeb\xea\xca\xcd\xb5\xde\xd9\xd5\x5c\x4b\x18\xdb\xa7\x19\xeb\xdb\xa1\xae\xce\x7b\x75\xa5\xa7\x17\x20\xa9\x69\x5c\x58\xaf\xa6\x71\xad\x81\x86\x06\xba\x62\x35\xfd\xf2\x1a\x77\x4c\x35\x01\x58\xf7\x8c\xf5\x7e\x60\x95\x00\x9c\xf9\xf9\x36\xb7\xb5\xfc\xf9\x99\x55\x0e\x34\x3f\x5d\xe5\x73\x01\x76\x4b\x6a\xce\xd5\xfc\xf4\x9c\xaf\xb9\x50\x63\xfb\xbc\x5d\x01\xca\xed\xd3\x75\x45\xd7\xf5\xe7\xe3\x74\x97\x67\x75\xfd\xb3\x0d\x79\xdb\x32\xb0\x30\x3e\xed\xb4\xa1\xef\x34\xf4\x43\x59\xbd\xa7\x4d\xed\x85\xf4\x9b\xbe\x4f\x0d\x8f\x93\xda\xb1\x1e\xf7\x4f\x33\x67\xa3\x6d\xde\x32\x5f\xce\x6a\xe3\x65\x0d\x55\xd6\xd8\x5d\x23\x15\xbe\x5d\xd4\x3e\xbe\xbf\xd2\x67\xe7\xf2\xd6\xae\xef\xaf\xe6\xbe\xf7\x93\xa7\xef\xf3\x7a\xda\xca\x3a\x4f\x4d\x4d\xf6\x56\xd5\x06\xd4\x92\x9e\x63\xe2\x1f\x8c\xcb\x29\x27\xc2\x21\xf4\x03\x01\xa5\xef\x67\x5e\xb3\xd1\xe7\x73\x8d\xf6\xc1\x85\x9c\xb7\x75\xd6\x4b\x57\x73\x11\x99\xf2\xf9\x36\xa7\xd5\x79\x29\x6a\x62\x6a\x79\x53\x7b\x5f\x8f\xa7\x9a\xd7\xf7\x57\x6a\x49\xcd\x7b\x35\xd5\xf5\xa2\x5f\x73\x66\x3d\xce\x0b\x88\x35\xab\x89\xed\xcb\x6e\xb7\xf5\xd8\x6f\x2f\x54\x2a\xa1\x26\x46\x6e\x6a\x2e\x88\x57\x37\xd7\xc8\x55\x2f\x97\x85\x09\x4d\xd3\x5c\xdb\x95\x9a\x20\x50\x16\x3c\x8b\xd6\x54\x16\x0a\x17\x3f\xc5\x9a\xf4\x74\x1d\xd9\x54\xd5\x55\x3d\x57\x53\x2f\x37\x20\x51\x16\xbc\x62\x2d\xb1\x69\x49\xeb\xb0\xa4\x2a\x80\x4c\x40\xd3\x5b\x31\xd7\x12\xab\x60\xbf\x03\x00\x1a\xf9\x20\xf8\xb4\xa8\xfb\x21\x4a\x2e\x76\xf2\x43\xfa\xff\x3f\x98\x41\x2e\x69\xa1\x40\xfd\x4c\xab\x81\x37\x7c\xa8\x61\x6e\xfb\x9a\xd6\x87\xee\xe4\x76\x00\x5f\xf4\xf2\x01\x7c\xf9\xac\xa1\x9d\xc0\xbe\xa9\x26\x38\xc7\x50\x73\xed\xc3\x87\x82\xe7\xb6\x68\x56\xfa\x10\xe5\xdc\xce\x35\xe5\x0f\x35\xcc\xb1\x10\x3d\x7d\x68\x65\x8e\x0d\x3d\x17\x35\x81\xf6\x1f\xaa\x9c\xa3\x82\xeb\x24\x35\xd7\x2c\xe3\x33\xe9\x7b\x6c\xeb\x50\xd5\x0f\xa7\xc9\xf7\x48\xeb\x87\x4d\xd0\xbe\x47\xc5\x0f\x42\xcf\x7b\x0c\xfe\x50\xf5\xc3\xc1\x1f\x9a\x7e\xc0\x49\xdd\x3c\xca\xec\xfc\x41\x7d\xec\xfc\x41\x8b\xb8\xf7\x9d\x3f\x68\xd8\xfd\xc6\x0f\x02\xef\xbd\xe0\xb9\x7e\xc8\xfa\x81\xc3\x0a\x0f\xee\x93\x7d\x7c\x68\x6e\x7e\x96\x10\x50\xc5\x71\xf3\xb3\xe8\x66\xed\xa2\x5d\xcf\x22\x8d\xb5\x67\x3f\x2f\x78\x3e\xd5\xae\xeb\x7b\x91\x80\x07\x80\xdf\x52\x49\xfa\x21\x70\x40\xdc\x61\xff\xfe\xaa\x23\xdc\x1e\xdf\x5f\x25\x17\x4f\x68\xe2\x7d\x0f\xb8\xaf\xe7\x22\x88\xcf\x76\x7c\x7f\xcd\xe1\xc7\xe7\x9a\x4f\x78\xfc\x6b\x75\x2f\x02\xf9\x6c\xf7\x6a\x77\xcf\xf7\xf9\xfe\xca\xdb\xd4\xf4\x16\xa9\x6f\x5b\xd2\x74\x40\x95\xaa\xa7\xbf\xd0\x3b\x37\xe1\xf7\xb3\x38\x41\x1d\xda\xb6\x67\x71\x82\xda\x93\xdb\x6d\xb5\xab\xdb\x64\x05\x42\xe3\x27\xf5\xef\xaf\x52\x0c\x8f\xb4\x4e\xbd\xa9\xc0\x93\xe6\xf7\x57\x9d\x22\x30\x0f\xe8\x60\xce\xfe\xfe\x58\x13\xce\x7e\x7f\x01\x20\x0f\x4f\xf0\xfa\xfe\xca\xd5\x1b\xb8\x28\x65\x6b\xd9\xcf\x9f\xef\xaf\x12\x46\x80\x45\x2a\x4b\x15\x49\x7f\x16\xcd\x6f\xe1\x05\x2e\x92\x9f\x52\x33\x84\x17\x31\x2d\x43\x24\xef\xc9\x15\x84\xda\x1d\x2e\x09\x70\x66\x4d\x60\xf1\xb7\x1a\x4d\x0b\xca\x7d\xb1\xac\xe2\x01\xc1\x25\x86\x9f\xcf\xef\xaf\x32\xab\xfb\xdb\xbf\xbf\x5a\xd9\xb4\xe3\x8b\x1e\x97\x32\x3d\x9f\x25\x53\x6c\x9b\xfb\xbb\xd6\xf3\xe4\xef\x97\x70\x93\x5e\xf3\x07\xa5\x18\x9a\xff\x62\xb8\x79\x9b\x02\x50\xc1\xe9\x36\x42\x96\x0c\xda\xa1\xf1\x4b\x41\x7f\x7e\xbf\x82\x07\xfa\x79\x03\x46\x69\x3d\x8b\x07\xb4\xfc\xea\x7f\xad\xbf\x84\x9f\x0f\x50\x3d\x8f\x37\x17\x7c\x0c\x8f\xb2\xd6\x1f\xde\xa0\x25\x01\xb4\xd8\xb4\x41\xe5\x5c\xf0\x32\x02\x80\xab\xbc\x4e\x44\xb9\x21\x90\x1a\xa3\x96\xf0\x53\xaa\xf8\xf2\xb3\xa8\x5f\x6d\x06\x58\x85\xac\xe4\x23\xbe\xc8\x61\xe9\x06\x78\x2d\xe0\x3c\xea\xaf\x82\xfa\x19\xe5\x6b\x83\x0c\xef\xe7\xb1\x10\x46\xcc\xf9\xa9\xeb\x04\xe4\xfa\x2b\xf6\xf2\x2c\xa6\x58\x8b\x8f\x47\x9d\x68\x7b\xf2\x8b\xa0\x8d\xea\xc9\x2e\xec\x48\x59\xd0\x5a\x5c\xb4\xb6\xe2\xc9\x5c\xe0\x7c\xee\x6f\x61\x47\x33\x36\xd4\x07\x93\xd5\xfb\x0d\xa2\xa0\x58\xc7\xb3\x04\xc9\xdc\xdd\xdf\x62\xcb\xa5\x8a\xc5\x3f\x6d\x9d\x8e\xcd\xc0\x6a\x75\x3d\x37\xbd\x69\xeb\x74\x6c\xcd\xfd\xe1\x74\x24\x3f\xe7\x75\xc9\xdf\x0f\xd0\x17\xbf\xbf\xb0\xe3\x85\xbd\x6d\x91\xc7\x2d\xb9\x7d\x7c\x7f\xd5\xf7\x7c\x17\x9f\x99\xc6\xc6\x25\x30\x96\xec\xcd\x6d\x8b\x3e\x6e\xd5\xe3\x3f\x0b\xbe\xa6\x67\x10\x33\x86\xb1\x7f\xc9\x19\xa5\x9b\x1c\x05\x4f\x87\xc6\x8b\xb5\xfe\x62\x7a\x1b\x8b\x3e\xe6\xd0\x7e\x44\x5b\xe4\xc7\xfb\x19\xf1\xfd\xd5\xd3\x6b\xbc\xfe\xfd\xd5\xb7\xcd\xfd\x0f\xf0\x62\x1f\xb7\x00\xef\x76\x7f\x5c\xbf\xe6\xbf\x6e\x36\x79\xbc\xbe\x5f\xeb\x1f\xaf\xf1\x2e\xec\x9f\xf0\x27\xee\xb5\x3f\x26\x97\xf1\x80\xba\xe8\xfb\x4e\xf2\xa8\xe1\x7b\x82\x40\x2d\xd9\xe1\xe9\x0b\x00\x96\xcb\x9e\x5e\x00\x50\x01\xa0\xaf\xd3\xd1\x8a\xdb\x8b\x41\xbc\xf8\x5b\x8f\x35\x21\xf1\xf0\xa7\x2f\x00\x94\xe9\xf7\xc7\xf7\x57\xcf\x66\xd0\x7d\x91\xc7\x6e\x04\xea\xfb\x62\xc0\xaf\xf1\x17\x02\x14\x6f\x70\x5f\x00\xa8\xd3\xfd\x43\xe8\x34\x42\xf6\x1b\x1b\x20\x84\xeb\x0f\x9e\xab\xbf\x25\xfd\x44\x98\x1c\x2d\xe1\xa7\x64\x89\x29\xcf\x58\xeb\xcf\x5e\xef\x28\x20\xf7\x82\xcf\x92\x8d\x6a\x93\xe8\xf9\x0c\x28\x08\xcc\xff\xc6\xa2\x0e\xbe\xb1\x3c\x63\x91\xc7\x17\xbb\x58\xa2\x54\x6d\xe6\xff\x63\x2e\xf8\x48\xa2\x79\xc6\x42\x80\xe2\x03\x3d\x20\x26\xbe\x4e\xf0\x92\xb4\xba\x25\xe5\x67\x5c\xa0\x87\x5e\x00\x4e\x40\x73\x7b\x61\xc0\xf4\x09\x9e\x94\x90\xb4\xc0\x09\x91\x76\x1a\xc5\xd6\x25\x68\x6c\x86\xd0\xa4\x14\xa6\x19\xcd\x05\x81\x17\x83\x59\xb2\x79\x1a\xd9\x03\x40\x42\xf2\x91\x5a\x92\x60\xaf\xd5\xcf\x17\x06\x34\x33\xb8\x09\x9d\x89\x31\x6a\x42\x42\xb0\x08\x36\x17\x06\x48\x8d\x90\x9f\xb9\x48\xa0\xf4\x08\xf9\x99\x60\x90\x66\x40\x73\x61\xc0\xd8\x3c\x3f\x00\xc0\x18\x09\x91\x3e\xfb\x08\x41\xa6\x9f\xdd\x32\xd2\xbe\x64\xc4\x64\x88\xee\x0b\x05\xb2\x84\xf1\x07\x2a\xa2\x39\x8d\xf3\x50\x12\x35\x0b\x95\x7b\x80\x83\xb8\x83\x05\x81\x6e\x1c\xd9\xc7\xf7\xd7\x28\x16\xd2\xf6\x09\x22\x29\x88\x40\x32\x6e\xd5\xfd\x1d\x0b\x62\xb5\xfd\x8a\xc3\xac\x3b\x73\x2d\x5e\xfe\xbe\x28\xc4\xf6\xee\x7d\x31\xd0\x30\xc9\xdf\x97\x08\xf9\xe2\x87\xd0\x59\x75\x63\xe8\x91\xbe\xbf\xc6\x8b\xa5\xac\x4b\x4f\xce\xaf\x36\xc0\x63\x92\x7d\xd4\xef\xaf\xf1\x22\xf1\x47\xfb\xfe\xea\xd3\xe3\x1d\x8b\x44\x4e\xb3\xb4\xa3\x83\x64\x69\xb5\xc7\x00\x0b\xd2\x7e\x1f\x10\xa0\x2c\x21\x1e\xfb\x82\xde\x26\xe8\x1e\x50\x21\xbc\xfa\x3b\x71\xb1\x72\xfb\xfa\xfe\xea\x2f\x09\xf0\x00\x7e\xf8\xc4\xad\xdb\x62\x7b\xb1\x9c\x73\xc3\x95\x40\xdf\x9f\x38\x20\xa6\x58\xe7\x3a\x1f\xdd\x14\xe3\x2c\x6b\x3e\x16\xf0\xce\xba\x24\x7a\xb3\x88\x73\x61\xc7\x8b\x02\xac\x6b\xe1\x28\xd2\xb6\x3c\xeb\x5e\x98\xdf\xe3\xad\xcb\x56\x1a\xe6\x09\xe7\x02\x40\xb5\x04\xb4\x2e\x3d\x69\x9a\xe6\x9f\x54\xa4\x79\x42\xe7\xf7\xd7\xec\xa6\x10\x27\xef\xe5\x5e\xe0\x0d\x80\xf9\x7d\x08\x50\x3e\x40\x17\x65\x04\x7d\x7f\x2d\x04\x28\x26\xb9\x57\x5e\x00\x34\x42\x5d\x0b\x00\x59\xd7\xc7\xe7\xaa\x6b\x83\x0d\xe0\x6b\xb1\x88\xf1\xa1\x48\x65\x83\x12\xe7\x83\xa0\x65\xe3\x15\xab\xaa\x89\x1b\xc6\x96\xfd\x03\x4e\x8f\xdf\x4f\xd0\x1c\x7c\xf0\xaf\x40\x99\x95\xdc\x84\x7c\xb8\x6d\xcd\x3f\x3c\x54\x22\xf5\xcf\x0f\x13\x02\x5e\xf9\xdc\xbd\x97\x78\x83\x1f\x3e\x5b\x5c\xb6\x19\xfc\x41\x73\x78\x70\x79\x15\x0c\xca\xf6\x0c\xfe\xa0\x4f\x9e\xc9\x1f\xb4\xca\x67\xe7\x0f\x9a\xf7\x73\x58\x6d\x56\xa0\x2a\x4d\x9b\xd0\xae\xa4\x0c\x46\xf9\x99\x64\x2e\x3f\xba\x2a\xfd\xb0\x03\x6a\xdb\x07\xef\x4b\xd9\xf9\xc6\x87\xd7\x97\x72\x56\xfe\x30\xf4\x03\x41\xf1\xd9\xf9\x52\xae\xc6\x4e\x3f\xb3\xae\x95\x97\xf2\x0f\xbb\x2a\xb5\x93\xd8\x7f\x90\xa7\xb4\xc9\x4b\xb9\xa0\x17\xdb\xcf\x0f\x9f\x4e\x23\xf1\x0e\xfe\xd1\x12\x95\x99\xa8\x2d\xf8\xc8\x38\x65\x06\x3f\x11\x7c\xe7\xf9\xf0\x87\xcf\x0e\xcc\x6b\xe3\x0f\xea\xe3\xfa\x79\xe3\x07\x29\xcb\xfe\x33\xb1\xcf\x45\xbb\x1c\x95\x9d\x7e\x34\xe4\xe5\xfc\x19\xe5\x83\xb7\xe5\xbc\xd9\xe9\x47\x78\xac\x5b\x0b\xfe\xf0\x33\x4a\x4d\x8d\xa3\x7c\xc4\xbb\x5a\x0a\xe1\xf1\x51\xf8\xd4\x42\x0d\xe4\xf6\x91\x8f\x6a\x39\xa8\x2c\xf9\xb0\xc7\x5a\xae\x8b\x3f\x7c\xfa\xa8\x17\x47\xf9\xe0\x4a\x8d\xca\x3e\x3e\xb8\x52\x23\xd8\xc7\x07\x57\x6a\xcf\x5c\xdc\xe7\xc8\xd7\x9e\x27\x7f\x68\x9f\x1f\xfa\x4f\x1f\x9f\x61\xfb\xe0\xb0\x1f\xa6\x52\xe7\xcf\x56\x7e\x30\xac\xce\x8e\x7d\x91\x4e\xb9\xce\x7e\xf1\x87\xcf\xb0\x13\x7a\x9e\xb1\x7d\x48\x51\x9d\xf3\xe0\x1b\xea\x74\x3e\xfc\xe1\x33\xec\x3c\x82\x3f\xcc\x5f\xf0\xa2\x3a\x8f\xce\xb7\x3f\x00\x3f\x3b\x7f\xf8\xc8\xef\xf5\xdc\x33\x7f\xe8\xfa\xa1\xf0\x87\x0f\xb0\x2e\x6a\x85\xd2\x47\xbe\xa8\xf7\xbf\x54\xf1\xd4\x7b\x4b\x20\x6f\x55\xed\x0c\x24\xef\x7e\x01\x77\x98\x0f\x43\xab\xf7\x22\x28\xa5\x7f\xe8\x55\xbd\xb7\x25\x92\xd5\x0f\xfe\xd6\x7b\x5b\xf4\x36\x0f\xb7\x21\x92\x7d\x18\x58\xbd\xb7\x75\x27\x1b\xc3\xdf\x43\x20\x99\x7e\x7e\x41\xc5\xe0\x09\xdd\xe0\xc8\x6e\x3f\x9c\xa0\x3e\x48\x1b\x3a\xd0\x80\x54\x25\xfb\x83\xf4\xb3\x22\x8d\x08\xad\x4d\x7c\x58\x6c\xbd\xd3\xba\x95\x49\x9d\x5c\x6f\x6a\x6d\x36\xb7\x03\x52\xbf\x40\x98\x3a\x3b\xf4\x88\x8b\xe7\x4a\xcf\x59\xef\xb4\x24\x12\x5d\x3b\xeb\x9d\x20\x95\x37\xcf\xf8\x80\x8a\xd9\x13\x3a\xa1\xce\xf6\xfb\x4b\x26\x6b\x9b\xfb\xbf\x31\x21\x4d\x18\x5a\x98\xe6\x05\x64\x12\xb7\xa1\x3d\xcb\xb8\x66\x84\x06\xcc\x6b\x45\x9b\xf7\x84\x56\x86\x6d\xb8\x07\xdc\xc2\x75\x82\xee\x3c\xde\x8a\xbf\x7a\x67\xda\x57\x86\x5f\xd8\x21\xe6\xf8\x05\xde\x34\x05\x82\x7c\xe2\x66\xea\x11\xaf\x25\xb8\x7f\xc8\x5e\xbd\x61\xd8\x08\xa3\xe1\x0f\xc1\x36\x5a\x40\xd1\x52\xb2\x3f\xf8\x59\xa3\x7a\x2c\x58\xa3\xa7\x5c\x48\x9d\x87\xbf\x88\xb7\xb2\xb2\xde\x85\xdb\x26\xca\x72\x97\xb5\x6d\x62\x1a\xf5\x2e\x50\x8b\x1b\xac\x65\x61\x6e\x0f\x77\x78\xe0\xb2\xe6\x19\x90\x09\x89\x10\xdd\xe5\x82\x24\xeb\x0f\xd6\xe1\x2b\xc9\x33\x78\xde\xea\xd2\x7a\xd7\x75\x5a\x87\x81\x50\xc9\x82\x44\xb7\xee\xca\xeb\x91\x66\x5c\xb9\x6f\x3e\x2c\x8b\x6c\xd5\x9e\x34\x83\xba\x98\x47\xaf\xee\x60\x2e\xe9\xd2\x67\xa1\xee\xec\x40\x6b\xae\x58\x93\xc9\xc3\xa2\xb6\x65\x24\x3f\x5f\xfb\x56\x8d\xca\x8b\x6f\xa4\x19\x6e\x3f\xb8\x91\x0b\x66\x6d\xc3\x05\x53\xdf\x37\xee\xab\x81\x06\x15\xc9\x56\xb4\xe6\xb6\x60\x30\xc3\x1d\xe0\x30\x56\x2d\xb9\x71\x5b\x45\x98\xef\xc5\x86\xd2\xf0\xae\x35\x5a\x02\x37\x7f\x31\xd6\x0d\xc5\x53\x6c\xf3\xad\x94\xae\x77\x83\x92\xd8\x4b\x6e\x20\xec\xd3\x33\xba\xd7\x0c\x8d\x47\x50\x82\xa4\xa6\x19\xc6\xb6\x40\x64\xb4\x80\x12\x64\x1a\x44\x01\x72\xe1\xd3\x1e\x13\xe3\xa9\xdd\x17\x88\xba\xd1\xac\x2f\x7e\x16\xa6\x1e\xd0\x21\x6c\xc9\xf4\x66\x31\xef\x92\x43\x20\x5c\x97\xf4\x92\xdc\xc1\xba\x74\x8f\xec\x0e\xd6\x25\x3a\xb7\x21\x80\x0c\x42\xa8\xe4\xdf\x70\x1d\x58\x2b\x6a\x31\xf5\x5b\x57\xec\xda\xc4\xc3\xee\xb1\xb3\x37\x0f\x7f\x80\x3c\x6a\x43\xc6\xf9\xd6\xf1\xd7\x7b\xf1\xda\x1a\x46\x6a\x5c\xb1\xb3\x4f\xfa\xba\x62\xe7\x6a\x06\x31\x37\x0e\x20\x80\xae\x3b\x76\x2d\xa1\x19\xc1\xce\x38\x4d\x7e\x27\xac\x10\x59\x1d\x2e\x09\xb5\x8c\xec\xe7\x38\x45\xde\xb0\x49\xe2\xa6\x0d\x87\x39\x6c\x4b\x46\xa9\x75\x87\xae\x9b\x01\xb8\x18\x7b\x99\xde\xd1\x25\xd5\x8d\x30\x86\x4c\x9c\xeb\x2c\x88\xac\x3b\xb2\xad\x1a\xf5\xde\xa1\x26\x33\x83\x01\xdb\x96\x04\x5d\x6f\x0a\xa7\x2f\xa4\x5f\x77\xe4\x9c\x4c\xeb\x60\xa1\x1b\xa6\xbe\xeb\x8a\x5c\x93\xcf\x04\xdc\x2a\xb2\xb7\x00\x7e\x15\xb3\x7a\x42\x13\x7a\x51\x4f\x80\x7b\xf8\xfa\x01\x2b\x2c\x9e\x00\x04\x26\x9f\xa1\x75\x0d\x2e\x61\x10\x42\xac\x68\x16\x0a\xd6\xad\xb6\xbc\x38\xdc\x41\xc3\x88\xde\x3f\x2a\x07\xd4\x92\x0f\xdc\x6a\x2c\x65\x1c\xfb\xdb\xf0\x53\x61\xab\xaa\xdd\x20\x3c\x70\x08\xa7\x56\x74\x42\x13\x67\x2c\x3d\xa1\x88\xf2\x16\x9e\xb0\x54\x79\x82\x27\x70\xc4\x67\xe8\x84\xa5\xc6\x64\x08\xd7\xcc\x6c\xa9\x66\x5d\x33\x8b\x04\xf9\x7a\xc3\xfc\xf8\x3a\x15\x27\x3c\x57\x5e\x54\xe1\xc4\x29\xf7\x8a\x69\x5b\xab\xee\x00\xc2\xa1\x91\xfa\x3c\xd9\x81\x7f\x80\x2e\xf6\x35\x83\x1b\x42\x82\x40\x7a\x91\x4c\xe8\xf9\x45\x32\xd1\xfc\xc3\xc2\xa2\x97\x14\xb2\x2e\x92\x35\x3c\xc3\x75\x7d\x29\xd5\x74\x68\x49\xda\xa5\x19\x24\xd7\xe2\x25\xd5\xc7\xec\x82\x29\xc2\x64\xe6\x5a\x82\xdd\x30\xc3\xbd\x60\x5c\xab\xee\x0f\x52\x4a\xf7\xf3\x07\x64\x4a\xfd\xdd\x3c\xd7\x1e\xe0\x86\x75\xd1\x38\x70\x73\x45\xe6\x87\x77\x81\x7a\x5e\x48\x73\xaf\x63\x11\x26\x8c\x77\x03\x65\x17\x04\x6e\x1c\x6c\x0b\x21\x37\x0f\x76\xf8\x03\x08\x62\x9e\xe2\x0d\x2c\xd3\x15\xe7\xbe\x17\xda\x77\xa3\xfd\x03\x61\xd9\x94\xe5\x49\xec\x50\xbb\xfc\x2c\x34\x7b\xc1\xf0\x01\x9a\x59\x36\x7d\x88\xf7\xc6\xc3\x07\xb2\x65\x77\x07\x8b\x56\xbf\x60\x82\xab\x72\xf2\x26\xad\x6b\x6f\xc9\x3e\xa8\xbc\xf8\xbe\x96\xf0\x5c\x54\x41\xab\x7d\xf3\x05\xad\xf9\x01\x87\xfe\xe8\xe7\x2a\x6c\xbc\xeb\x85\xd0\x0f\x09\x46\x8a\x4d\x6d\x60\xb2\x84\x49\xd8\x5c\x6b\xd2\x1a\x61\x54\x2d\x32\x02\x54\x18\x55\x6d\x44\xae\x30\xaa\xa6\x45\x1d\x7f\xc1\x6d\x60\x71\x4d\x21\x5a\x0c\x8b\x6b\xd5\x25\xbc\xc2\x40\x5a\x9b\x00\x0e\x03\x69\xcd\x3a\x15\x30\x90\xfa\xc2\x5d\x61\x20\xcd\x5b\xf1\xf7\xdc\xe1\xa6\xf6\x0d\x41\x57\x8b\x85\x01\xf4\xf5\x1c\xbe\x22\x45\xf0\x7f\xe8\xf4\x62\xc2\x03\x0b\x68\xb5\xe0\xfb\x50\xf6\x4e\x3a\x16\xb0\x80\x96\x62\xf0\x40\xf6\x96\x4a\xbf\xc2\x02\x9a\xa5\x42\xaf\xb0\x80\xd6\xae\x63\x0b\x0b\x67\x31\x0a\xc1\xc2\x59\xfb\xf0\x04\x16\x78\x4d\xba\x61\xb1\x4c\x96\xd8\x1e\x4a\xd2\xd2\x38\x57\x98\x2c\x6b\x9f\xfe\xa0\xf0\x05\xff\x40\x24\xd5\x8c\x29\x49\x67\x6f\x4a\xc1\x94\x37\x0f\xd1\xf9\x82\xe6\x04\x49\xba\xe8\x9c\xc1\x6a\xb9\x5e\x10\x50\x20\x4a\xfb\x86\x03\xb3\xe5\x7a\xc1\x5f\x9c\x78\xc1\xed\x0b\x93\xd6\x14\x60\x66\xac\x86\x12\x24\xe1\x9a\xb5\xc8\x25\xa7\x96\x6e\xa8\x42\x4e\xad\xa2\xae\xb0\xe4\xd5\x90\x14\x03\x4b\x5e\x35\x0b\x87\x25\xaf\x66\xef\x52\x03\x2d\x92\x5e\xb6\xd2\x94\x17\xd5\x2f\x00\x68\xd9\x33\x80\xa0\x3a\x25\x56\xc2\x96\xb7\x5e\xd0\x94\x1b\x36\xda\xa8\x07\x63\xde\xa8\x42\x55\xc8\xa9\xd9\x98\xd6\x76\x6c\xbc\xa0\xde\x0e\xf8\x56\xba\xcd\x8b\xb3\x40\xd4\x00\xb2\xe1\xfe\x40\x8f\x25\x34\xd0\x98\xd7\xbd\xe4\x25\xc7\xe6\x61\x90\x05\x34\xd1\x92\x52\x68\xac\x93\xaf\x42\x85\xb1\xae\xca\xb8\x5a\x61\xac\x5b\x0b\xd4\x00\x41\x4c\x16\x04\x82\xde\x9d\x06\xc9\x92\x84\xf3\x34\x65\x09\x5a\xa3\x3c\x22\x98\xbc\x21\xb6\x24\xe5\x69\xc2\x02\x25\x96\xb5\x1f\x30\xa6\xd5\xee\x93\xd7\x89\xb7\x3e\x7a\x1d\x37\x40\x43\x14\xd6\xb0\xe1\x93\xd1\x4f\xb4\xfd\xfe\xc5\x0e\x04\xe2\x0e\x10\x4a\xce\x82\x39\xac\x54\x53\x27\x98\xb7\x64\x9a\xa8\x3f\xe6\x2d\x89\xc6\x30\x6f\xa5\xcd\xe4\x1b\xf6\xad\x91\x0c\x53\x8a\xe6\x16\x13\x60\xe0\x4a\xd9\xa7\x1d\xd2\x77\xd7\x85\xef\xa1\xf4\x9d\xab\x5f\x38\x60\x51\xf4\x0b\x27\x5f\x10\x54\x96\xf8\x5d\x6a\xf6\x1c\x6f\xbe\xa0\x5d\x19\xc0\x0b\x83\x99\xf2\x77\x16\x63\x87\x8d\xab\xca\xc4\x51\x69\xc2\x1a\x3e\xdc\xf3\x67\x95\x02\xd3\x0c\x5c\x48\xfc\x41\x87\x4d\x4b\x70\x9f\xb0\xca\x79\xe3\x26\xe7\x2c\x51\x05\x46\xa9\x2a\x3f\xe2\x0a\xa3\x53\x19\xee\x10\x6a\xae\x30\xbd\xd9\x79\x18\xdb\x6f\xbc\x08\x2a\x0d\x4e\xc9\xbb\x06\x69\xba\x1a\x4d\x20\x4d\x27\xa3\xe5\x0e\xf5\x8e\x37\x11\xd2\xb4\xef\xc4\x30\x38\xd5\x61\x7a\xba\x93\xb8\x49\xd9\x41\xa3\xd2\x30\xb9\xdc\x89\x67\x21\x80\x2c\x71\xba\x0c\xe3\xcd\xbe\x68\xfc\x94\x68\x07\x23\x50\x49\x4d\xeb\x3d\xc0\x03\x8c\xc8\x4b\xda\x9d\xbe\x1f\xc0\xa8\x92\x8a\x24\x2b\x18\x55\x92\x6f\x84\x30\xaa\xd4\x61\x3c\x86\xb0\x2a\xbf\x8a\x0a\x1b\x47\x1d\xaf\x36\x44\x39\xc9\xa6\xb0\x71\xe4\xe6\x73\xb2\x64\xd3\x3a\xcc\x41\x96\x28\x59\x9a\x0f\x22\x44\xc9\x30\xe9\xbb\xc8\x1f\x4c\x8b\x2e\x82\xd0\x6d\x82\xf0\xf5\x05\x40\x28\x61\xf2\xb9\x00\x42\xa3\x3d\x84\x4f\x2b\xb0\x9e\x25\x7c\xd6\x21\xe1\xf5\x59\xc2\xe7\x08\xa9\x66\x9e\x1b\x97\x76\x43\x8c\xb2\x67\xf6\xa6\xdf\xb8\xc1\x24\x4d\xe0\x0e\xcc\x50\x5b\x70\xf3\xe4\x7a\x44\x08\x9f\xc3\x1c\x66\x09\x9f\xb9\xf9\x14\xdd\x5c\xa2\x60\x76\x5f\x0b\x0b\x0d\xe3\x1b\x96\x67\x83\x00\x6e\x97\xdd\x7b\xfc\xf0\x58\x1a\x6d\x97\x30\x9a\x8b\xf4\x5b\xcf\xf3\xb3\x04\xed\xea\xc3\x25\xf8\x03\xcc\xd0\x4c\xf8\xc1\x2e\x14\xe3\xe5\xb3\x7f\x7f\xcd\xe6\xef\x81\x05\xaf\x01\x1e\xbe\xff\xd3\x61\x43\xcc\x80\x6d\xdf\x0d\xc6\xa7\x91\x3f\x03\xb4\x6d\x83\x6d\xba\xfb\x39\x88\x57\xf9\x70\xf9\xb6\x6d\xc7\xf7\x57\x9f\xe1\x17\xb0\xcb\xd9\x1d\x60\x97\x9b\xdf\xbf\xd9\x41\xe8\x07\x6e\xf3\xfc\xb4\xe9\xab\x2d\xe3\x70\xdb\x12\xac\x6f\xaf\x17\xe8\xa0\xaa\x11\x12\xad\x69\x49\x53\x48\xeb\x8e\x51\x8a\xdb\xeb\xf0\xcb\x25\xa7\x6d\xd0\xed\xce\x70\x1b\xd2\xf1\x87\x60\xb7\x0d\xba\xdd\x4d\xdb\xd2\xb6\xc4\x35\xf9\x05\x1a\xd4\xd4\xce\x9c\x72\xd6\x22\x21\x72\x8a\x8b\x35\xb8\x88\xd7\xf1\x7a\x1e\x98\xe1\xa6\x76\x67\x07\x5a\x23\x94\xb7\xf2\x79\x68\x5b\x9e\x00\x92\x3b\x80\x97\xd4\xf0\x00\x07\xc8\xb5\x60\x92\x79\xd6\x04\x02\xe8\x6e\x65\xf1\x6c\x5b\x26\x5e\x68\x02\x4b\xb8\xab\xf2\x92\x6c\xf4\x4a\xdf\x4a\xf5\x0f\x74\xbb\xd2\x80\x85\x87\xb7\xfa\x07\x68\xb4\x8c\x07\x15\x98\x9b\xdd\xe6\xad\x48\x33\x84\x1f\xd8\x30\x08\xea\xfc\xfe\x1a\x6d\x6a\xc5\x95\x2b\x70\x9b\x03\x36\x0d\x58\xb1\x04\x4f\x19\x8e\x5e\x9b\x97\xdc\x08\x73\x81\x14\xb2\x98\x62\x15\xda\xd6\xb8\xc4\xf8\x8d\x4a\xad\x6d\x4b\x52\x2b\xe1\xe5\x05\x18\x50\x68\x36\x81\xe9\x1a\x3e\x4b\xb0\xe9\xba\x12\xb4\x6d\x09\x36\x63\x18\x65\xe0\x25\x34\x0d\xdf\xbe\xc8\xad\xae\x14\x6d\xa3\x9c\xf3\x7a\x9f\x1b\xa6\x43\x01\xaf\x9e\x6c\x04\x81\x4f\x73\xad\x7a\x1f\x62\x4b\x4f\x9a\x0f\x1c\x98\x5b\x11\x02\x0d\xf2\x2f\xf5\x07\x7e\xaf\x70\x8b\xb6\x81\xdf\x6f\xd5\x84\x62\x8e\xef\xaf\x21\x1b\x51\xdb\xe8\xb4\xe2\xfd\xdf\xc1\xbf\x7c\xce\x77\x5e\xfc\xb5\x40\xf2\xf7\xea\x0d\xdd\xb1\x3f\x3e\xc6\x7b\xf0\x05\x8d\xb8\xc3\xb1\xd8\x53\x86\x46\xec\x45\x17\x76\x9c\x89\xe2\x0e\x4f\x70\x4c\xcd\x70\xb1\xe8\xd1\x9b\x30\xec\x58\x33\xec\x9a\xf0\x51\xbe\xbf\xfa\x0b\x01\xe1\xb5\x31\xbd\xe0\x03\x3b\x66\x08\x1e\x9c\x9f\x31\xf8\xe8\x0b\x22\x5d\x2b\x3c\xc0\x1d\x8a\x3b\x80\x5f\x6b\xf2\x00\xf7\x7a\xdf\xdf\xc3\x8d\x62\x1a\x20\x8b\xa3\x8f\xe4\x33\x7a\xae\x13\x31\x7d\x46\xc1\xc1\xa7\x01\x46\x2f\x85\xea\x2d\x80\x9b\x42\x35\x91\xb8\x56\x87\xc5\x38\x75\x81\xff\x99\x2e\x5e\xf0\xb2\xe9\xee\xf0\xc6\x11\xd4\x02\x6e\x4c\xc8\xbc\x81\xfc\xd3\xe3\xdd\xf0\x7c\xde\x84\x73\x8b\x7d\x8e\xe9\xf1\x6f\x9c\x09\xe3\xf8\x4d\x6d\x93\x16\x04\x76\x39\x8c\xb3\x8b\xd9\x95\xe6\x0d\xa5\xe6\x45\x7e\x1f\x6d\x7b\x70\xe8\xba\x3a\x58\xdc\x6f\x6c\xaf\xe7\x3b\x3f\x10\x16\x43\xf5\xb2\x89\x9b\x25\x70\xbb\x2e\x90\x22\x3e\x2b\x6d\xb5\xfb\x05\xee\x49\x52\xbb\xf0\x85\xa6\x1f\xe0\xdb\x23\x56\x90\x7e\x7c\x37\x3e\x77\xfd\x96\x36\x02\x79\xaa\x0d\x2c\xae\x1e\x61\x01\x29\x85\xdb\x58\xc3\xf0\x94\xb8\x86\xcf\x1d\xb1\xa5\x0d\x94\xa0\x6a\x06\x09\x1c\x5b\x74\x2e\x25\xae\x41\xbc\x20\x2d\xfe\x58\xb2\x47\x20\x7f\xac\xe2\x6f\x29\x01\xd3\x93\x3f\x68\x68\x6b\x0a\x8b\x5f\xce\xd1\x34\x83\xc5\xee\xba\x6e\x17\x2d\x91\xdd\xd5\xa9\x0e\x16\xbb\xcb\x4d\x88\x90\x16\x77\x1a\x72\x69\x6c\xa9\xc0\x5f\x46\xc4\x26\x95\x8e\x01\x35\xc3\xc5\x7d\xc6\x14\x87\x4f\x8b\xfb\x8c\x99\xfc\xfe\x89\xb6\xfb\x7b\xde\x21\x05\x2d\x55\x9a\x8f\xf5\x7e\xa5\xb5\x41\x20\x43\xfc\xc7\xd6\x74\xd4\x12\x98\x53\x11\x75\x45\xac\x5d\x95\x67\x49\x4b\xf0\x78\x96\x6c\xdb\x52\xc5\xf5\xa2\x7b\xc0\xce\x0e\x3d\xe2\x80\x62\xd5\x1d\x4e\xf8\x90\xbb\xc3\x9d\x1f\xfc\xe6\x76\xd3\x52\x5d\x17\xc2\xf2\x5a\xdf\xc9\xaf\x3d\x1f\x38\xbd\x8a\x97\x25\x98\xe8\x9a\x01\xde\x16\xc0\x4d\xcd\x53\x03\x0a\x34\xa3\x2d\x4c\x74\x92\x4c\x5b\x22\xb3\x0c\x01\x08\x5e\xcc\x43\xec\x2e\x2d\xe6\x99\x14\x31\xd3\x12\x99\x67\xf3\x96\x36\x58\x8c\x44\xdc\x52\xc0\xad\xa1\x69\x06\x70\x13\x56\xd4\x47\x4b\x81\x28\x91\x4d\x03\xc6\x3a\x06\x39\xfb\x7d\x02\x4c\xd4\x14\x11\x8e\xd3\x48\x1e\xf0\x71\x9b\xfe\x7e\x41\x44\x3e\xea\x2d\x05\xaf\x3f\x9e\xcf\xc3\xfe\xb4\x02\x98\xf0\x4c\xbd\x53\x67\x60\x93\x20\x44\x13\x5e\xf3\x41\xee\xf0\xb2\xaa\xfe\xa0\xc2\xad\x54\x2b\x82\xea\xc2\xe4\x3b\x75\x98\x1f\x4c\x39\xe0\xf9\x61\x29\x35\x75\x44\x87\xf9\x9c\xf7\xc5\xce\xc2\xe7\xbc\x13\x02\xd5\x03\x1c\x50\xad\x78\x42\xe7\xa2\x86\x86\x50\x87\x96\xc0\x1d\x0c\xc6\x41\x08\x24\x03\x37\x3c\x71\xf0\x34\xf2\x3b\xd2\xa6\x25\x38\xf2\x0e\x4f\x08\x7a\x8c\x2e\xf2\x9c\x06\xbc\x42\xbc\xc5\x50\x53\x24\x63\x29\x8c\x84\xc5\x94\x6c\x66\x18\xb2\x05\x10\xd8\xf0\xba\x01\x36\xe3\x1d\xd9\xd3\xd2\x84\x03\x83\xe7\x37\x07\x6f\x0e\x9a\xe0\x84\x1f\x64\x68\x82\x93\x10\x6a\x5a\x21\xbc\x77\x4a\xf5\x0b\xf0\x95\x97\x1c\x9f\x18\xcb\xe6\x15\xd1\x81\xac\x85\xa6\x04\xc7\x57\x29\x29\x5a\xa2\x55\xaf\xe9\xaa\x90\x96\x14\x53\xa5\x19\x6e\x89\x42\x8c\x58\x6c\xda\x8f\x77\x74\x52\x4b\x3b\xdd\x42\xdc\x21\x14\xeb\x26\x24\x70\x35\x4d\x9e\xe1\x81\x3d\x32\x0c\x11\x5f\x97\x0d\x33\x04\x84\x59\x2c\x4f\x34\xca\x49\xb9\xde\xd2\x92\x5a\x72\x95\xd0\x94\x0e\x98\x19\x9b\x07\x58\x58\xd8\xcc\xe0\xe0\x3b\xda\x5e\x13\x00\xcf\xf6\x39\x3b\x18\x7e\xa5\xf7\x4f\xb8\x94\xf9\xf9\x59\x81\xe5\x7e\x0e\x7e\xd8\x24\x85\xa5\x13\xf1\x10\x26\xb5\x27\xf8\xa1\x99\x11\xad\x70\xcd\x20\x3b\x71\xe9\x0e\x8f\xc0\x5d\x36\x4c\x10\x37\x58\x4d\xfc\xce\x13\xaa\x6d\x77\x70\xc1\xbd\x55\x58\x40\x27\xc0\xf6\x5a\xc3\x83\x6b\xbb\x46\xa0\x20\xd5\xbc\xa8\x0b\xee\x47\xa6\x7e\x17\x14\x74\x66\x80\x17\xe9\xb1\x51\x1f\x2e\x70\x2f\x8e\x7a\x6f\xef\xa0\xb4\x96\x6e\x04\x19\x18\x0d\x6e\xc6\xd8\x0b\x6d\x60\xc4\x1a\x66\xd9\x37\x06\x08\x53\xa3\x25\x3a\x95\xcd\x67\xfd\xbe\xf9\x82\xbf\x58\x6b\x2a\x86\xda\x83\x19\xa4\xf8\x15\xbf\x79\x96\xe0\x98\xcc\x3e\xa8\x86\x88\x4d\xf3\x7d\x20\xcc\x9b\x9d\x51\x32\x0b\x93\xef\xa7\xbd\xa3\xee\x5a\x7a\x02\x0c\xd5\xd3\xe9\xfc\xc0\x2f\xe0\x4e\x6e\xc4\x5e\xa2\xdc\xeb\x68\x43\x92\x2b\xaf\xd7\xd7\x0e\x6c\x3e\xa8\xcf\x89\xf1\xb4\x23\x30\xa1\xc9\xb0\xd9\xd2\xf3\x03\x1f\xbf\x80\x30\x18\xed\x48\x86\x09\xcd\x17\xde\x0c\x49\xd0\x22\x4d\x66\x98\xe4\x47\xb3\xdf\x32\x5c\xe8\xa4\xb3\x6d\x19\x4e\xba\xd1\xfc\x7d\x87\x7a\x6d\xaa\x0d\x3b\xe6\xab\x0d\x45\x8d\x95\x10\x79\x83\xbe\x4e\x5b\x9e\xb7\x6b\xad\x68\xf3\x00\xd0\x5b\xeb\xf6\x82\xe8\xea\x32\xbd\x00\x68\x41\x14\xf2\xda\x72\x8a\xef\xaf\x68\xc9\xef\xe3\xa0\x8b\x94\x65\xf8\xa4\x86\x0e\x7a\x46\x58\xa2\x0c\xb3\x8d\xe1\xd9\x5d\x72\x6a\xa6\x83\x5b\xf1\x73\xa2\xa4\x64\x10\x06\x70\x17\xa1\x00\x42\xb4\x8b\xd5\x34\x19\x0e\x6c\xd6\xb2\xe4\xbc\x26\x30\x25\x01\x20\x48\x3b\x37\x5d\x67\x18\xa5\xbd\x85\x64\x0c\xc6\x69\xcb\x47\xa6\xe5\xcc\x19\x64\x8f\x00\x6b\x89\xf7\x00\x91\xdc\xd6\x08\x64\x98\xd9\xb6\xd0\x15\x2f\x17\x6e\xba\x46\x28\xd0\xfd\x8b\x10\x20\xba\xbb\x36\x6f\x5a\x81\x63\x7e\x77\x1b\x42\x8b\x61\x5c\x26\x2e\x40\xda\x83\xc2\x40\x73\xbf\x4f\x39\x4e\x2b\xa0\xb7\x59\x18\xa8\xd0\xa2\xc8\xc7\xa2\x65\xba\x6e\x2b\x34\xa1\xe5\x0a\xc1\x4e\xf7\x93\xbc\x24\x59\x7b\xb4\xb6\x5c\x69\xd2\x52\x87\x95\x97\x58\xbf\xbf\x24\x6d\x4b\x35\x79\xc9\xa1\x65\x56\x7f\x0f\xa9\xca\x33\x86\xd6\xa5\x37\xf7\x77\xc1\x01\x40\x2b\x6c\x8c\x1e\x53\x7f\x88\x9e\xf3\x6d\x26\x43\xae\x8c\xd7\x73\xb0\x83\xd7\x04\x1b\xa4\x22\x83\xb8\x41\x7d\xe8\x09\xd0\xb3\x4b\x42\x40\x6e\xd0\x53\x84\xcf\x01\x4d\x62\xe2\xf9\x88\x93\xaf\x5d\x97\x95\x1c\x18\xd1\x33\xa0\x89\x2b\x5e\x1f\x40\x0e\xcb\x6e\x0f\xbe\xe0\x1e\xb0\xab\xc3\x2f\xec\x60\x17\x42\xab\x25\x5a\xf6\x69\xac\x08\x6a\x79\x35\x65\x48\x8e\xdd\x9b\x0a\xc1\x71\x8b\xd0\x94\x3a\x37\x49\x03\x2c\xc9\xb1\xbf\x80\xda\x81\xd7\x22\x76\xb9\x13\x2b\xc4\x64\x73\xa7\xd7\xb6\xa0\x3e\x36\xbe\x20\x44\x86\xa8\xd7\xc3\x6d\x8a\x7a\xea\x60\x94\x75\xe9\x14\x3f\xca\x63\xa1\x49\x32\x75\x5b\xa2\x5f\xd9\x4c\x1c\x06\xa4\xf3\xaa\x19\x8f\x7d\x81\x60\x7a\x02\x07\x27\xf0\x2b\x76\x93\x07\xae\x73\xaf\xde\x2f\x5c\x81\x05\x30\x04\x68\x75\xc3\x6b\x2e\xf6\x24\x17\xfd\x96\x27\xd9\x93\x77\x80\xde\x63\xc6\x42\xc8\x81\xcd\xcb\xa1\x71\x2a\x4c\x2c\x11\x31\x95\x4d\x8c\x27\x3d\x2e\x34\xa3\x89\x2d\x35\xb1\x5d\x82\x63\x4e\x62\x37\x19\xde\x60\xd6\x64\xe4\x25\x37\xb6\x17\xbc\x60\xdc\x6a\xc3\xef\x0f\x88\x81\x6e\x43\xd6\xdf\xdc\xff\x0e\x41\xd5\xdf\xd3\x0d\x5d\xef\xc3\xe7\xbe\x99\xb2\x31\x02\xc9\x28\x0b\xb1\xb0\x7a\xbc\xe3\xc6\x7c\xdc\x86\xd1\x53\x77\x93\x7c\x32\xc0\xc5\x13\x3e\x21\x01\xf8\x50\x9c\x99\x2f\xf8\x07\x78\x26\x49\x00\x41\xf2\x96\x9a\xbd\x47\x14\xe3\xba\x69\x23\xc4\xb8\x6e\x86\x4a\x31\xae\x1b\xe6\x27\xdc\x8d\x4d\x7c\x2f\x06\xee\xab\x03\x08\x61\x9b\x92\xb8\xb4\x7c\x65\x98\x9a\xdd\xc6\xb1\x31\x87\xbb\x02\x1d\x68\x00\xa4\x13\xda\xba\x39\xd2\x35\xc0\x72\xdd\xc1\xc2\xea\x30\x71\xbb\x38\xc5\xec\x29\x1c\xeb\x05\xc9\xb2\x99\x72\x5f\x37\x1c\x97\xdc\x37\xaa\xf1\x0a\x1a\xb4\x34\x3d\xa5\x07\x4e\x7b\x7a\x7e\xe7\xf5\xbe\x04\xc9\x0c\xef\xa8\xad\xeb\x4e\x95\x6f\xfa\xb1\x6b\xca\x0f\x81\x22\x20\x41\x52\x9b\x1e\x60\xc9\x5d\x43\xd1\xbf\x2d\x3f\xd0\xd2\x7a\x9b\x9e\xf9\xce\x6e\xd0\xf2\x03\x4f\x7e\x73\x79\xc8\x49\xc3\x78\xf0\x20\x5a\x5a\x97\xde\x82\x50\x83\xa2\x6d\x2e\x54\x77\x09\x11\x0b\xc4\x20\x6b\x5a\xca\x46\x98\x4b\x6e\x2a\x90\x83\x14\xcc\xdf\x0a\xd3\x39\x84\x3b\xc0\xc9\xb3\xae\xa8\x6c\x0f\xb2\x03\xe8\x85\x44\x47\x4c\x3d\xa7\x67\xbf\xd0\xa4\x20\x1f\x83\x62\xad\x5a\xa1\x67\x7f\xf3\x73\x22\x66\xf3\x0b\x13\x29\xa8\x42\xed\xfd\x9d\xe0\xa1\x95\x84\x6b\xac\x68\x69\xc9\x38\xfb\xba\x7e\x14\x28\xbb\xac\x0a\x29\x99\x47\xc5\x33\x64\x3e\x85\xd7\x07\x70\x61\xa8\xee\x70\xa1\x59\x78\xc0\x25\xc6\x8c\xe9\x15\xc3\x36\xe3\x7b\x77\x59\x62\xcc\xd8\x24\xc5\x94\xc2\xc3\x2b\x76\x50\x0a\x90\x42\xc2\x76\x81\x58\x62\xa4\x29\xf0\xdc\x51\x80\x58\x2b\x70\x82\x37\xd3\x2e\x85\x03\xba\x0d\xac\x15\x56\x97\xba\x01\xa9\x34\xde\x12\x4a\x9c\xf1\xa2\x15\xaa\xd7\x6c\xec\x28\x90\x4a\xac\x38\x2e\x74\x8a\x97\x3f\x5a\x2b\x95\xe1\x19\x5a\x12\x9d\xe2\xe5\x21\xd5\x0a\x52\x0a\x94\xd7\x07\xd0\xaf\x19\x06\x15\x3e\x63\xa5\xfc\x86\xdf\x94\xfa\xe3\x2a\xab\x36\x1c\xe0\x5f\x83\x41\xb1\xae\x43\x52\x7e\x52\x04\x18\x00\xf4\x80\x97\xd0\x52\x5a\x46\x00\xae\x3a\x68\x88\x46\x91\xd4\x56\x96\x14\x34\x2c\x72\x94\xc6\xf4\x44\x9a\x00\xc2\xb0\x94\x13\xa0\x95\xd6\x11\x44\xe0\xf7\x77\x10\x5b\xb7\xc1\x5e\xad\x3a\x29\xd0\xb6\x25\x23\x39\xa5\x24\x33\xac\xb2\xa4\xa4\x94\x8c\x12\x0d\xa7\x4a\xc2\x77\x89\x75\xaa\xac\x2b\x2a\x08\xc8\x52\x84\x60\x2b\x50\xdf\x85\x71\x10\x8e\x45\x8a\x18\x6a\x25\xe0\xc6\xe9\x63\x4e\xa9\xcb\xe4\xbe\x04\x91\x5e\x4b\x58\x52\x57\x91\xf1\xbf\x15\x4a\x5d\x72\xec\x69\x25\xfe\x45\x9a\x94\x56\xa8\x00\x94\x87\x49\x2b\x71\x20\x6b\x85\x7b\x00\xd6\x1a\xa8\x81\x28\x5e\x93\xae\xbe\x96\x98\x8d\x32\x1d\x1e\xdc\x92\x89\x0a\x15\x7c\xdd\x68\x0c\xdf\xa4\xcd\xbb\x0e\x05\x5f\xf6\x2e\x75\x84\xb1\xfa\x5c\x77\x22\xad\xa8\x79\xa1\x86\xaf\x78\x84\x01\xbc\xf2\x8c\x26\x3f\xf0\x0f\x3b\xd6\xec\x11\xe1\xa3\xe1\x0f\x18\x8a\x6f\x52\x33\xc0\x2e\xe4\xa0\xd0\xca\xa0\x53\x88\xa6\x38\x90\x8c\xc1\xa4\x88\x61\x04\xc5\x6d\xde\xb9\xb4\x04\xba\x22\xc9\x69\xa3\x95\x01\xa6\x6c\x4c\x5c\xa2\x5a\x4d\xaf\x01\x21\x9a\xba\x43\xf8\x0d\xbd\x48\xcb\x84\x99\xd1\xa4\x67\x2e\x16\x3b\x0c\x63\xa8\xec\x5e\x47\x6d\xb2\x3f\x6d\x22\x05\x31\x1b\xaa\x0b\xfc\xf2\x8b\x8f\xc2\x92\xc4\x7a\xf7\x26\x50\x85\x27\x0f\x87\x56\x96\x28\x56\x6c\x1e\x29\x88\x5d\xef\xba\x72\x15\xda\x21\x6d\xcc\x2f\x50\xe1\xf5\xd7\x08\xc8\x6e\x62\x86\x02\x57\xa2\xcd\x1e\x0d\x85\x76\x48\xc3\x0c\xbe\x44\xd9\x88\x0a\xbb\xa3\xad\x11\x65\x07\xa2\x8a\x27\x97\x03\xb1\x1e\xa6\x8e\x07\x77\xd5\xf4\x15\x96\xc8\x61\xbc\x3a\x1a\x5f\xd0\x1a\x8f\x78\xa7\x0c\x6a\x05\x96\xc6\x6c\x72\x0a\x71\xcf\xea\xff\x42\x71\xcf\xf2\x6a\xa1\xab\xbd\xb7\x0d\xe2\x5e\x32\x41\x5b\xd2\x5e\xef\x26\x17\xe7\x78\xe7\x24\x6a\x05\xb9\xfa\x92\x97\x08\xe7\xa3\xed\xf5\xfc\x40\xc2\x00\xad\xe0\x3c\x97\xfc\x69\x98\x22\x20\xdb\x92\x57\x81\xac\xd7\x7c\x30\x2e\x24\x59\x91\x6c\xf8\x13\xb6\x3b\x4c\xf0\xe0\xf8\x9e\x24\x0b\x16\x78\x2b\xd9\xfc\x5d\xe0\xad\x94\xcc\x53\x97\xa8\x57\x6d\xee\x2e\x14\xf5\x6c\xa0\x29\x50\xf1\x4d\x53\x87\x8b\x31\xf1\xea\x10\x9e\xef\x6d\xfb\x1d\xc3\xb9\x89\x94\xba\x46\x97\x1b\x06\x30\x8b\x00\x77\x79\xe7\x74\x6a\x05\xfa\xc0\x17\x12\xdf\x0d\x77\x54\x8f\x0e\xef\x5d\xd3\x3a\x7a\x2e\x0d\x73\x98\x7b\x80\xbe\xfb\x85\x89\xb6\x3b\xd8\xe1\xbe\xa1\x0d\xb8\x99\x47\x4c\x00\x87\xa9\xb6\xbe\xbe\xbf\xbe\xbf\x7c\xc5\x2d\x50\x37\x36\x93\x01\x6a\x1b\xcd\x8f\x96\x98\x5a\xac\xc3\x2d\x4b\x4c\x5d\x14\x57\x6d\x24\xd5\xf1\xf7\x0f\x13\x4a\xf8\x7d\x1e\x4a\xf3\x1f\xfa\xd8\x57\x77\x40\x35\xb6\x9f\x2f\x00\xd8\x76\x5e\xa0\x4e\x6c\x06\xe8\x92\x7b\x8b\x2f\x58\xe5\xf9\xd9\x6f\x01\xe0\x39\x30\x43\xed\xd0\xc3\xe4\x7c\x9e\xd1\x85\xe7\x9f\x1d\xa9\x74\xb9\xb7\xe0\x8a\x7c\x94\xb5\x68\x4b\x2a\x83\x6e\x15\x09\xd8\x2a\x4c\xc7\x59\x5b\x50\xb7\x8a\x70\xcb\xa1\x36\x71\x3a\xfc\x42\x60\x48\xbf\xc0\x4d\x0e\x0f\x81\x90\x20\x5d\xd2\xea\x06\x21\x48\x06\x9b\x0a\xd3\x71\x9d\x7e\xff\x60\x07\x4d\x3f\xc0\x89\xe5\xf5\xc1\xb5\xe4\x8e\xe4\x0e\x19\x19\xe8\x25\x3c\x08\x86\xd4\xfb\x4b\x16\x2f\xca\xe0\xd9\x2a\x75\x92\xa2\xad\x35\x65\xac\x40\xfd\x25\x48\xc2\x42\x93\xca\x2c\x9b\x16\x74\x6a\x02\x4b\x35\x08\x12\x41\xe0\x01\x91\x19\x42\x52\x43\x4d\x34\xf0\x08\x44\x54\x4a\x8e\xee\x11\x60\x06\xdc\xdc\xbe\x61\xe7\xf4\x8c\x17\x3b\xc9\x3a\x68\x15\xa6\xec\xa8\x6e\x03\x71\xc5\x50\x2b\x85\xfb\x21\x4c\xae\x4b\xb8\x6f\xca\x56\xd3\x2a\xc2\x70\x7d\x45\xac\xb9\x7f\x7f\x29\xd5\x4a\xab\xc8\x85\xd6\x84\xb7\x15\x41\xb8\x21\x49\xb2\x52\xe9\x39\x74\xf0\x2a\x94\x9e\x63\x7a\x3c\xfa\x1d\xf9\x39\xb3\xc1\xf9\x39\xd2\x1d\x79\xcf\x33\xbc\xa0\xfc\x3d\x2f\x0b\x43\x88\x5e\xd7\x65\xa1\xda\x94\x5c\x0b\xf6\x6c\xb8\x4d\x6e\xe4\x4d\x2c\x0c\xc5\x73\x07\xb0\x8d\x8b\x97\x54\x28\x45\x4d\x49\x2b\x02\x07\xcc\xb1\x6b\xf9\x59\xa2\x47\xa0\x20\x27\x90\x41\x2b\x6a\x15\x60\xa5\x6b\x99\x2f\x50\x15\xae\x65\x66\xc0\xb5\x30\x9b\xa5\xee\x1b\x15\xf6\xff\xcd\x58\x50\xb9\x49\xfa\x00\xd7\x8b\x62\xbc\xa5\xf9\xde\x66\xbb\x5a\x19\x6f\x2a\x3c\x84\xf9\x7e\xf3\x15\xa8\xe2\x0a\x61\x05\x5a\xad\x24\x1f\xea\x11\x31\xb3\xa6\xc7\x95\x37\x86\x21\x79\xb8\x22\x4d\x98\x15\xaf\xb5\x01\xd3\xc5\x31\x6b\x43\x12\x39\xcf\x08\x91\x05\xa5\x6e\xbf\xe1\x37\x15\x39\xc4\x8a\x67\xdb\x08\xf2\xe9\xde\x99\x44\xcd\x2f\x30\x44\x58\x7b\x0a\x71\xff\x85\x24\x41\x24\x30\xc4\x96\xbc\xdf\x8a\xd1\x8c\xf2\xfe\xf4\x41\x0b\xac\xe7\xf5\x41\xe7\x0b\x82\x58\x30\xed\x93\xda\x1d\x27\xcd\x53\x5c\xe2\xf8\xa2\x30\x6a\x17\x44\x83\xf8\x7d\xd0\x8e\xf9\x7a\x01\xc1\x1a\x12\xf4\x6a\xe7\x0c\xdc\x06\x44\xbd\x03\x9d\xf6\x07\xad\xb1\xc3\x3d\xcb\x27\xab\x03\x0d\x8d\x03\x9d\xc4\x51\x30\x83\x39\xdd\xee\x5c\x75\x24\x4e\x48\x1d\x0e\x9c\x24\x53\x3b\x4a\xeb\x66\x52\x75\x10\x88\xee\x91\x40\x7c\x0d\x01\xa7\x40\xc9\xff\x15\xd2\x78\x95\x18\x50\x61\x71\x9f\x3e\x08\x74\xe2\xb3\x81\xbb\x0e\xa4\x8a\xf0\x2e\x20\x2e\xc0\x26\xf5\x8a\xb8\x00\x7b\x2f\xd5\xc9\x35\xbc\x7e\x40\x30\x9c\xf1\x7a\x72\x0d\x1e\x72\x72\x0d\xda\x16\xe6\xbe\x32\x10\x90\x38\xa6\xf8\x20\xac\x0b\x40\xb6\xcd\xa6\x52\x15\x3b\x8d\x8a\xeb\x06\xd0\xaa\x11\x69\xc9\xeb\x8b\xb3\xa8\xbd\x06\xb4\xea\xb2\xee\x04\x9a\xae\x20\x75\xc9\xeb\xcd\xb2\x54\x5d\xf2\x7a\xb3\xac\x51\x97\xb8\x5e\xa3\xba\x7d\x20\xc3\xb2\x3b\xc4\x15\xc7\x2c\x60\xe7\x84\xdc\xbe\x39\xa0\x40\x80\x74\x51\xc5\x40\x85\x0d\x7f\x7b\xb1\x41\x18\xf1\xad\xbc\xa8\x30\xe2\x6f\xd3\x24\x91\x56\x7c\xd3\xdc\x03\x6b\x94\x92\xac\x1e\xf4\x26\xd2\x92\x96\x7c\xdf\x94\xd5\xa0\xd5\xe3\xfc\xfe\x9a\x9b\xf1\x04\x46\x7a\x8b\xdf\xf5\xe0\x94\xbd\x26\x64\x78\xb2\x02\xa2\xae\x0b\x81\xef\xda\x15\xd7\x01\x6b\x98\xea\x89\xb3\x28\xab\x51\x3d\x89\x05\xd5\x3f\x20\x01\x98\xf9\x30\xad\xfe\xb3\x7a\x00\xa4\x40\x33\xa3\x3f\x91\x71\xc4\x68\x04\x75\xf1\x8b\x27\x20\xf4\xf6\x25\x39\xac\x0b\x43\xb3\x2b\x63\x45\x64\xed\x34\x1a\x9d\xf7\x5a\x80\xbb\xc3\xfa\x8c\xc6\xd0\x25\xbf\xb8\x24\x82\x1b\x36\x0f\x77\x71\x81\xea\x7e\xdd\x2f\x96\xf8\xa2\x76\x70\x3d\xda\x01\xe8\x92\xed\x7e\x54\x71\xbf\xd8\x5e\x10\x60\xb4\xc3\x34\x67\xbf\xb8\x02\xbf\x00\xb4\xf2\x51\xbd\x6e\xb4\xb5\x04\x44\x3b\x64\x7f\xcf\x50\xdb\xa9\x2b\x4f\x5d\x97\x8a\xd1\x4d\xbf\x6e\x78\xf8\x5a\x58\xc3\x1d\xe1\x85\x85\x37\xce\x81\xa5\xc5\x1b\x01\x7e\x5e\xd2\x4f\x70\x83\xdf\x87\x4b\x79\xfb\x4d\x8e\xb5\x56\x11\xf9\xf0\x3a\xa5\xeb\x82\x50\xec\xce\x5c\x11\x54\x6b\xe7\xa6\xfa\xe0\x54\x1b\xc3\x20\x8f\xdb\xa6\x56\x1f\x82\xcf\xa2\x2a\xe4\xf1\x17\x06\x3f\x04\x9f\xc0\x49\x03\xff\x34\x86\x3d\xb8\xb0\x49\xd2\x6b\x14\xd8\xed\x52\xd0\x20\xb0\xa7\xd7\x0b\x15\x87\x68\xa8\x4d\x1c\x96\x14\xd1\x36\x06\x57\x27\xb5\x11\x3f\x2e\xa4\x6b\x1b\x71\xa0\xfb\x85\xb9\x90\xb2\xa9\x09\xa4\x14\xa1\x6a\x94\x9e\x3d\x81\x25\x3d\x37\xc7\x31\xb4\x44\x4a\xe7\xe7\x38\xf5\x12\xbc\x5a\x06\x52\x8b\x72\x36\xc6\xb5\x2a\x0f\x58\x6b\xb0\xb8\xdb\xe9\xa2\x21\x31\xaf\x7d\x81\x1a\x12\xef\x2a\x4b\x43\x6b\x99\x40\x17\x57\x6f\xb0\xb0\xcf\xee\x17\xc8\x5f\xa6\x7b\x80\xb4\x59\x3d\x02\x42\x6f\x0d\xe3\x82\x29\x4a\x99\xdf\x0a\xe3\x20\x04\xa1\x42\x4a\xa8\x7b\x7b\x2b\xc0\x0b\x5d\xf4\x1b\x72\xe9\xd6\xea\x0e\x71\x8a\xaa\xdf\xbf\x18\x35\xa5\x29\x43\x36\x54\x86\x98\xd6\x0a\x80\xee\x4d\x42\x26\xf0\x64\xd3\x5c\xab\x80\xba\x97\x00\xe5\x75\xda\xc4\x2f\x1a\x32\xba\x98\x4b\x37\xf8\x86\xaa\xd4\x40\x6b\xf0\x0d\x4d\xca\x3a\xd6\x1a\xd2\xe1\xda\x99\xb4\x2d\xe1\x71\xc9\xa4\x6a\xef\x0b\x2d\xdc\x7c\xbe\xbf\x86\x3d\x77\x5a\x03\xcc\x8c\x36\x0d\xd9\xf4\x24\x18\x35\x44\xa9\x26\xe5\x1f\x6e\xad\x81\x58\x55\xbf\x00\x06\x28\x52\xd4\x1a\x60\xd6\x3c\x00\x61\x66\x18\x35\xe6\xbe\xd0\x07\x48\x35\x1f\x52\x50\xb5\x80\x4f\xd7\xe6\xe7\x0d\x9e\x1d\x82\xc0\x92\xf5\x72\xf5\xc1\x08\xe2\x99\xbf\x87\x35\xd3\x13\x8c\x83\x13\x10\xa2\x22\x58\xa2\x8b\x1a\xb4\xc0\xe1\x36\x88\x91\xc8\xcc\x06\xe2\x46\x45\xaa\xb1\xa4\xe3\x64\xe8\xec\xb7\x8e\x4b\x92\x54\xbf\xad\x73\xc5\x52\x77\xb4\x0e\x62\x2b\xd9\xae\x75\x06\xdf\xf9\x0b\x0a\x77\x52\xd8\xb4\x01\x2c\xf1\x12\x07\x52\x26\xeb\x46\xd1\x06\xf1\x56\x4b\x1e\x88\x18\xf7\xd9\x1c\xeb\xe2\xfa\x7e\x3e\xd0\x9f\x56\x3c\x10\x82\x24\x31\xa9\x41\x11\x3b\x7c\xd0\x06\x56\xf8\x9a\x0f\x69\x89\x16\x34\x89\xd6\xc6\x9a\xc9\x09\xbb\x0d\x62\x62\x62\x06\x67\xca\x92\xdd\x01\x90\xd4\xb4\x6b\xe2\x46\xf0\x6a\x5f\x90\xae\x05\xa0\x49\x83\x82\x8f\xf6\xc4\x8c\xc4\x7e\x1a\xa2\x35\xec\xa1\xd6\xf6\x1d\xf1\x22\xea\x60\x27\x12\x78\x0f\x96\xdc\x35\x96\x4c\xf2\x0b\x7e\xd3\x76\xee\xa8\xa4\xf5\xb6\x23\x87\xa5\xb8\x63\x3b\xb0\x7e\x09\x65\x28\x4c\x30\x6c\x87\x44\x65\x82\x6a\x09\xa8\x1d\x3c\x55\x26\x5d\x07\x4e\x95\x31\x02\xe1\x1e\xe9\xc5\x1f\xe0\x39\x39\x8d\x02\x07\x55\x8c\xe1\x2f\x00\x52\xaf\xf8\x00\x8f\xf3\xb5\xb4\x21\x21\x8a\x23\xdf\x1a\xf2\x74\x26\x3b\x4f\xb6\x13\x9b\x26\x29\xa3\x21\xc6\xd3\x86\x3c\xd4\x53\x18\xd5\x07\xf3\x84\x77\x8f\xa9\xe9\xc9\x29\x89\xed\xb6\x93\xbb\xac\x39\x2f\xb1\x69\x38\x62\xa3\x5d\x80\x9a\x09\x3e\xe5\x22\xa3\xe5\x05\xaf\x37\xd3\xa2\x8b\x58\xa5\x25\x5e\xa4\x85\x9e\x31\x6c\xf0\xd5\xdb\x74\xed\x20\x76\xfe\x80\x58\x30\x3c\x02\x34\xc3\xd9\x23\x80\x14\xe8\xda\xd7\x2e\xe2\x9d\xee\xb6\xed\x22\xde\xa9\x7d\xf3\x24\x98\x9a\x21\x2c\x74\x98\x0b\xde\x24\xf0\x66\x93\x37\xc2\x4c\x0c\xd5\x1b\x8b\xd2\x85\xa0\xdd\xc0\x04\x6f\xf4\x8d\x35\x49\x1d\xd1\xa0\x7c\x4d\xca\xb6\xd1\x1a\x94\xaf\xf5\x35\xc0\x92\x03\x36\xaf\xe1\x06\xdf\xed\x1e\x10\x4b\x90\xb8\xde\x1e\xe2\xa2\x4f\x3f\xbc\x29\xab\x07\x78\x62\x75\xe8\x6d\x7c\x40\x70\xbb\x3b\x40\xb2\x39\xd3\xd7\x07\xe4\x6e\xba\x0d\x72\x67\x75\x78\x2c\xe1\x68\x89\x48\x6a\x03\x0f\x84\x48\x28\xaf\x31\x9a\x58\x48\x40\xf4\x49\xb6\x03\xc5\x86\x25\x4f\xbf\x30\xe1\x20\x53\xd4\x06\x0f\xd2\x8a\x62\xbb\x00\x12\xbf\x8f\x62\x1f\xd9\xcf\x11\xc0\x2e\x41\x21\x10\xa2\x62\x0f\xdc\x48\x40\xb4\xd7\x00\x09\x20\x11\xe2\x45\x62\x86\x61\x4d\x10\x49\x46\xb6\xec\x0e\x0f\x68\x12\xb5\xe2\x84\x2b\x94\x30\x39\xe0\xcd\x98\x94\x99\xa0\x45\x22\x0c\x3d\x20\x36\x4d\xe2\x77\x40\x11\x68\x57\x8e\xc8\xc4\xa2\xae\x76\x07\x88\x35\x01\x68\x02\x5f\xae\xde\x91\x11\xf8\x93\xdc\x3e\xf1\x81\x26\xb0\x84\xaf\xd6\x36\x3f\xbf\xb1\x62\xad\x00\x6e\x01\x21\x16\x11\x4b\xf6\x9a\xa6\x90\x41\x45\x9f\x27\x04\xd9\x4b\x89\x11\x5a\x40\xd1\x97\x92\xf7\xa0\x40\xd0\x11\xda\x06\x2a\x15\x29\x79\x68\x8b\x02\x79\x78\xf3\x00\x44\x0a\xdd\x30\xa2\x0c\xcc\xc0\x1d\x4e\xac\xc0\x1f\xec\xfc\xc0\x53\x40\x1e\x49\x11\xf1\x80\x62\xcf\xf7\x64\x96\x71\x49\xc9\x68\xb1\x84\xb7\xe9\x60\x2a\x24\x16\x6d\xf6\x66\x8f\x4a\x98\x69\x00\xc4\x88\xaa\xe6\x4e\x8b\x25\x4b\xb5\x75\xf4\x7f\xc1\x73\xa2\x71\x07\xb5\x9c\x36\xd0\x16\x3c\x1a\x97\x27\x14\x6a\x9c\x8c\x56\xd3\x80\xf3\xa2\xee\x11\xd8\x20\x91\x01\x24\x41\x4d\xc9\x6e\xd7\x11\x19\x1d\x6a\xb6\xc1\x1d\xf2\x31\x0c\x4e\xdf\x6d\xee\x90\x3f\x20\x9d\xd0\x8c\x83\x3b\x64\x1c\x41\xd4\xcd\xe6\x63\xcb\xbc\x76\xc6\xb9\x25\xb9\x55\xeb\xd0\x62\x49\x6e\xcd\x71\x53\x11\xa4\xd6\xfe\xfe\x01\x4e\x0a\xde\x9d\x1b\x26\x36\x1c\xd0\xf2\x39\xfe\x21\x7a\xc6\x0c\xd5\x61\xff\x59\xa2\x80\x08\xdf\x48\x1b\xae\x82\x51\x35\x2a\xde\xd3\xa2\xb3\xa2\x95\xa6\xd0\xb9\x46\x89\x6a\x81\xfc\xfa\x56\x5d\x46\x9f\xc0\x19\x81\xbd\x13\x0b\x25\xb9\xc4\xe0\xbe\x68\x84\xd1\x30\x67\x75\x30\x02\x6d\x4d\x09\xce\x92\x61\xa4\x1c\x24\x25\x02\xc2\x20\x29\x11\xb9\x0e\xa4\xeb\xb0\xe6\x32\x90\x90\xde\x46\x87\x98\x05\x15\x5d\xf4\x7c\x56\x76\x20\x28\xa2\xf8\x93\x19\x4e\xc0\xaa\x5e\x7c\x6e\xf6\x82\xdb\xb7\x3a\xdc\x81\x07\xe2\x91\xc1\x6c\x18\xc9\xc4\x0c\xf9\xd7\xad\x6c\x88\x25\x4d\x4d\xab\xbb\x63\x7f\x30\x23\x2d\x71\x49\x4f\x73\x93\x59\x24\x60\xa1\x0e\xf7\x77\x30\xf6\xc9\xc4\xea\x20\x79\xd6\x00\x48\x71\xee\xf0\xae\x38\x10\xbb\xe4\x0e\xa0\x90\xb2\x06\x2b\xce\x84\xb6\xf0\x04\xb1\xb2\xa1\x1b\x40\x20\x56\xd6\x7a\xcb\x38\x49\x7a\xfc\x3e\x36\xdd\xa4\x08\x06\x6a\x3b\x5a\x07\x62\x48\x92\xf3\x1c\x04\x52\x86\x5b\x21\x15\x88\xa5\x7d\x75\x00\xc9\xc7\x71\x32\x71\xf5\x77\x15\x9e\x16\x17\x7d\xac\xfc\xfe\x01\x21\xc3\xcf\x4f\x06\xfa\xf8\x05\x90\x2a\xe3\xf1\x85\x14\x5c\x86\x10\xf4\x41\xf6\x7e\x8c\x1b\xee\x2c\xd2\x15\xc7\x8d\x93\xe5\xfe\x6e\xdc\x50\xbc\x03\x70\x2d\x7c\x45\x88\x07\x6c\xcc\x56\x67\xc4\x8d\xb3\x6d\x62\x7c\x73\x86\xba\xc7\x06\xc2\x75\x8b\x24\xe2\x40\x48\x49\x35\xd6\x3d\x8c\x92\xd1\x0a\x1e\xc4\x14\x7a\x0f\x20\xc5\x34\x4f\xe0\x01\xbd\xd4\x15\x24\xa0\x03\x72\x80\x7e\x30\x86\xc3\xd4\x6b\x49\x31\xe5\x85\x64\x0f\x91\xf2\xf3\x7e\x67\x56\xe3\xe6\x36\xb6\x48\xb7\xca\xbe\x11\x29\xa5\x3c\xe8\x08\xcd\x75\xf0\x54\x5f\x52\xcd\xb4\xad\xac\xb3\x72\xd5\xe6\x36\x26\x2c\xb7\x8b\xbe\xed\x68\xfb\x39\x7c\xd7\xc5\x61\xfb\x46\x08\x56\xff\x70\x21\xa0\x3a\xfd\x86\xdd\xf4\x84\x1b\x8b\xa8\x46\x4f\x05\x6d\xcd\x3e\x41\x26\x7b\x3d\xc7\xa1\xce\xcd\x3f\x0c\xbc\xe0\x0f\xc0\x8f\xb4\x9f\xfd\x5f\x16\x8a\x6a\xc8\xb9\x5d\x6c\xca\xec\xc8\x39\x51\xc4\xff\x91\x82\xbb\xd9\xd7\xb3\x43\x7d\x64\xcf\xfa\xce\xf8\x8c\x2c\x32\xd3\x21\xc1\x6c\x86\x17\xd4\x47\x36\x8a\x75\x86\x5f\xe8\x4c\x75\x28\x7f\x36\x29\xc0\x7a\xe1\x80\x7e\xce\x4a\x59\xea\x0f\x85\x92\x7c\x69\xef\xc8\xcd\xab\x02\x6b\xad\x43\x7c\x48\x59\x94\xb8\xb3\x10\x92\x07\x40\x34\x45\xb2\x5f\x4a\xaf\xf0\xdb\x96\x6e\xa6\x23\x49\x85\x55\x7c\x1d\x66\xbf\xc8\x6e\x73\xc9\x3a\xe6\x1d\x02\xc8\xf6\x7a\x01\x92\xf8\xeb\x39\xd2\x07\x1b\x44\xc8\xb5\x6b\x8d\x5b\x67\x0e\x33\xe1\x78\x47\x3c\x85\xad\x21\x1d\x9e\x81\xd6\x1a\xf7\x86\x58\x04\x83\x18\x86\xbd\x36\xfd\x3e\xb7\x40\x0b\x84\x0c\xf2\x7a\xcc\x24\x45\x1e\x1e\xe1\x88\x92\x40\x3a\xdc\x02\x1d\x30\xd3\x91\x17\x77\xf3\x89\x81\xdb\x9f\xd5\x73\x3d\x78\xc4\x24\xe7\x77\x24\xce\x75\x16\x8f\x4e\x09\x24\xbf\x7e\x18\x80\xb8\x7b\xc0\x9e\xbf\x46\x40\xf9\x1f\x23\x19\x24\x90\xad\xba\xcd\x33\xe6\x43\x07\xdd\xd1\x26\x11\xaf\xc7\xcd\x17\xfc\x03\x2c\xe2\x06\x69\x07\xd6\x35\xb7\xe1\x4c\x25\x5e\xd8\xe9\xc5\xe7\x63\xd0\x39\x03\xad\xa0\x03\xc4\xd2\xbc\x74\x38\xe9\x15\xe3\xd0\x80\x6f\x4f\xf3\x73\xb8\x4a\x7a\x45\x10\x2f\x36\x31\xeb\x3e\x38\xbe\xf6\x04\xb9\x78\x55\x5b\xa5\xf5\x81\xf1\xbc\x47\x08\xab\xb5\x54\xdd\x27\xd7\xa3\xf5\x22\x33\x97\x23\x42\xfb\x0e\x17\x72\x93\xc9\x3d\x01\x65\xb5\x9e\x1d\x25\x1c\x37\x3f\x67\x6c\xbc\xfa\x87\x01\xce\x7e\xfa\x1d\x06\xb8\x64\x37\xc7\x8e\x62\x2f\x16\x1a\x3b\x0c\x70\x9b\x8f\x3d\xfc\xe5\x92\x15\xa4\x7d\xc7\x9e\x8b\x75\xf5\x9d\xee\xae\xaf\x21\x11\xe1\xd9\x3d\xa5\x93\x2f\xf8\x0b\x6c\xba\xcc\x07\x1d\xb9\x6c\x6d\x6c\xe9\x07\xce\xb5\x49\xe3\xc1\xe8\x05\x93\x8e\x83\x8b\x12\x16\x1d\x40\x4b\x93\x26\x38\xc4\x29\x17\x61\xeb\xe7\x12\x80\xbc\x67\x27\x6f\x93\x6e\xa3\x24\x9b\x84\xd4\x0e\x7b\x94\x93\x1e\x75\xe8\x55\x7c\x37\xeb\xcc\xf3\x6a\xbf\xfa\x0e\x87\xb7\xd7\x7c\x60\x90\x72\xbc\x63\xbf\x38\x3f\x2d\xf8\x02\x08\x5f\xdf\x83\x36\xff\x2e\x97\x4d\x87\xe8\x61\x81\xb7\x53\xc7\xe2\xdb\x76\xbf\x58\x33\x4c\xa3\x51\xc7\x62\x14\xbc\x21\x9d\x49\xd6\xe8\xd0\xa0\x58\x13\xd6\x6f\x0e\xa0\xe5\xde\x1c\xc0\x1b\x0a\x0d\x88\x05\xd4\xfe\xb0\x03\x81\xfb\x81\x62\xcb\xa7\xfe\xe1\xf2\x35\x41\xd4\x1a\x99\x26\xf4\x28\x35\xa2\xf2\x1a\xad\x3f\x9c\xc0\xe7\xfb\x01\x7d\x87\x2f\x46\x03\xd1\x9e\xc9\xb6\xfa\xb1\x65\xd8\x66\x42\xed\x86\xcc\x22\x53\x6d\xd8\x33\x75\x08\xc6\x12\x1d\x9a\xfd\x0f\xc7\x86\x0c\x16\xa2\x4a\x63\x03\xd1\xd0\xdd\x6f\x50\x34\x50\x91\xc3\x36\x18\xee\xa9\xcb\xe0\x80\x2b\x95\xb5\x03\x03\x0a\x0f\x33\xf3\x41\x7d\x87\x4e\xfd\x48\x40\x00\x41\x60\x24\x5c\x36\xbd\x00\xa8\x2f\xb6\xd7\xf7\x4c\x39\xaa\xab\xf1\xc8\x04\x89\x56\x48\x6b\x52\xf1\xf3\x8a\x90\x5f\x81\x30\x33\x5e\x55\x0b\x80\xfa\xc1\x9e\x55\xa3\x20\xcf\xae\x27\x58\x12\x8a\x5a\x69\x02\x05\x09\x91\x0c\x00\x16\xd6\xf5\x78\x15\x28\x20\xd6\x3c\x16\xeb\x1d\xaa\xca\xd8\x06\x22\x15\x1d\x61\x3c\x90\xe5\xbe\x85\xdb\xd7\xf7\x57\xb4\xd7\xfb\xc0\x39\x9b\x61\x46\xc5\x5d\x55\xd7\xf7\x01\x2f\xff\x64\xab\xc3\x58\xbc\xb7\xbc\x66\x84\x02\xbd\xb6\x1c\x0d\x24\xd1\x48\x36\x1d\x0d\x04\x3b\xda\xa5\x65\x2c\x66\x3d\x9a\xb1\xac\x21\xc6\xd9\x20\x01\xf7\xcd\x22\x2a\x23\x70\xa9\xd1\xe5\x78\xf0\xbe\xff\x82\x79\xc0\x44\xe9\x3d\x0b\x50\x05\xa9\x80\x06\x5c\xe2\xed\x4d\x36\x02\xac\x42\xac\x6b\x30\xb0\xd0\x2b\x58\x57\xe1\x61\xd7\x88\x01\xb3\x88\xbd\x62\x07\xcd\x22\xd6\x17\x8f\x01\x24\x91\x38\x33\x60\x16\xb1\xd6\x6d\x80\xf7\x25\x6b\xc5\x06\x98\x5f\x7e\x75\x50\xf9\x82\x86\x84\x87\xfa\x7b\x04\xe0\xb1\x2e\x7e\x03\x91\x85\xf6\x87\x1b\x8b\xdb\x95\x22\x21\x74\xa0\x16\x9b\x35\x40\x03\x39\x21\x54\x91\xb9\x8d\x09\x42\x38\xfc\x1c\x12\x9b\x03\xbb\xc7\x3c\x17\x69\xf1\x12\x60\xe8\x48\x56\xf4\x8d\x79\x23\x30\x5a\x40\x85\x07\xfa\x0b\xf1\x16\x3b\xcb\x0e\x45\x19\xa8\x5d\xe6\x24\x14\x03\x96\x89\x69\x3c\x43\x9e\x29\xbb\x2e\x8c\xe3\xc0\x26\xb8\x4d\x11\x52\x88\x7f\xb0\x78\x8a\x07\x44\xde\x28\xfb\xbe\x8e\xf3\xc7\xf1\x48\x6d\x60\x85\x07\x80\xef\x45\xf2\xdd\x74\xc0\x4c\xd0\xc4\x2d\x07\xb4\xfe\x76\xf7\x18\x17\x2b\xc2\x8a\x41\x0f\xd4\xb3\x0a\x6f\xfb\x55\xf9\x82\xa0\x0a\xbd\xff\xfc\x55\x0d\x9c\x36\x2e\x64\x3c\x92\x42\x66\x20\xec\x4e\x39\x61\xdb\x58\xbc\x6b\x3a\xf9\xce\x40\x10\x9d\x63\xfb\xc7\xe2\x46\x23\x7b\xfa\x37\x74\x05\x12\xe8\x06\xbc\xad\x93\x13\xa5\x0c\x44\xd9\x4d\x0f\xc8\xab\x70\xf3\x49\x47\x94\x5d\x36\xde\xdf\xc8\x65\x66\x80\xdd\xf4\x4e\x90\xcc\x37\xee\xe3\x5d\x53\xb7\x8d\x75\x57\x2e\xd9\xc4\xed\xfe\x29\x78\xe3\x1e\x17\x12\xf9\xe2\x30\x16\xc3\x1b\xc3\xd4\x0d\x0e\xd3\xe5\xd5\xa6\x47\x90\xdb\x88\x6a\x33\x75\x43\x1c\xdf\x8b\x1a\x2e\x86\x37\xec\xed\x30\x1e\xdc\x34\x45\x6a\xe6\xe2\x67\x2e\xfa\xdb\xe6\x46\x10\xbc\x7e\x40\x91\x5f\x69\x78\x26\x9d\x8d\x85\x64\x13\x69\x1b\xed\x79\x3b\xa1\xb0\x4f\x4a\x93\xde\xe6\x86\x48\x41\x69\x78\x26\xea\x26\x3b\x92\x7c\x2e\x06\x56\xde\xed\x40\xa5\x16\x75\x98\x18\x99\xd8\xd4\xde\x21\xb6\x6a\x02\xc8\x3f\x90\x4c\x4d\x27\x92\x30\x5a\x11\x38\xc1\xd1\x9c\x9f\x6d\xe6\xb5\xeb\xaf\x15\x65\x2e\x59\xd4\x72\x42\x43\x1f\x9e\x51\x6e\x68\x6b\xc4\xcc\x73\x33\xdc\x43\x7f\x17\x42\x6e\x93\x2a\x7c\xe7\x09\x99\xa8\x6c\x1c\xd5\x3d\x20\x45\xf6\xeb\x39\xd3\x3d\x7b\x44\x86\x6d\x89\xda\x4d\x66\x30\x78\xad\x01\xfa\x6a\x29\x7d\x26\x32\x18\x38\x52\x7c\x16\x0a\x62\x22\x6f\xb3\x30\x14\x4f\x6b\x84\xb3\xae\x4d\xfb\xb3\x74\x64\xcb\xd7\x92\xca\x80\xa0\xac\x19\x17\xda\x6d\x04\xe4\xc2\x5d\xf0\xf7\xdc\x05\x6f\x33\x1c\x32\x7c\xe1\x9b\x74\xc8\x68\xaf\x19\xe0\xf4\x7a\x9b\xe0\x6f\xe1\x0b\xe0\xe4\x95\xdb\x98\x5a\xb9\x4d\xa2\xbf\x93\xb9\xb8\x0c\x75\x84\x02\x5a\xd2\x99\xa8\x8f\xf3\x42\x1c\xf8\xea\x86\xf1\xa4\xf2\xf0\xbe\x46\xc4\x2e\x78\x9f\x71\x27\x37\xdf\x9f\xcc\x2b\x2e\x59\x6f\x52\x30\x70\x34\xca\x6c\xcc\xae\xaf\x5d\x62\xde\x70\x09\xe3\x13\x0e\x19\xbe\x71\x4e\x84\xf7\x59\x7d\x3b\x1b\x72\x3b\xea\xc6\x35\x61\x48\x50\x85\xd3\x36\x1b\xa2\x69\x94\x41\xbf\xcd\x75\xcb\x6f\x76\xe3\x9c\xa8\xd9\x5b\x45\x8f\x27\x2d\x07\xce\x6e\x32\x03\x5c\x52\x77\xda\x09\xc3\x80\xc4\xdf\x89\x12\xbb\xbe\x2e\xcd\x40\xf8\xbe\xc7\xa3\x83\x86\xe3\x4b\xe6\x12\x24\xc6\x6b\x0f\xe2\xe2\x0b\x9e\x01\x98\x9c\x58\xc8\x44\xec\x9c\xbd\x3a\x27\x8a\xe4\xda\x6d\x74\x52\x8d\x1f\xd9\x1f\x04\x76\x51\x53\xa4\x1a\x3f\x7c\x7c\xe1\xae\xab\x7a\x2a\x6d\xa2\x4c\x6e\xeb\xbf\x72\x88\x46\xa1\xb7\xe4\x04\x73\x73\xc9\x2d\x61\x51\x6e\x0e\xa6\xc8\xd3\x8e\x2c\xb1\x25\x2c\x3d\xa3\x2e\x5c\x71\xcc\xf0\x1c\x3f\xd3\xf7\x0f\xc8\x6a\x24\x71\x7d\x22\x09\xb8\x03\xc3\x27\xd2\x6d\xaa\xdc\x57\x9b\x83\x5b\x2c\x26\x3d\x51\xe5\x56\x29\xbe\xdb\x1c\x17\x66\x20\x00\x22\xc7\x81\xbd\xf3\xe6\x64\xe2\x74\x81\x03\xc9\xb3\x54\x60\xa7\xcd\xd9\xd7\xf7\xa6\xd7\xf0\xf7\x48\x21\x4d\xd0\x84\x23\xae\x33\x81\xcc\x25\xf7\x0c\x67\xfb\x9a\x4b\xec\x09\x07\xc9\xce\x1d\x20\xf1\x80\x7b\x45\x5b\x13\xda\x1b\x1c\xaf\xfc\x1c\xf9\xa1\x8d\x11\xeb\x0e\x1f\x0e\xa0\x9a\xb8\xa2\xdb\xa9\x7f\xee\x0f\x9e\x6b\x7e\xeb\xca\x1e\x16\xb3\xe6\x81\xfc\x01\xa6\x23\xf4\xa6\x08\xef\x09\x82\xde\x7c\x45\x9b\x07\x16\xe0\x09\x9d\xc0\x30\x49\xeb\xf3\xdc\x31\x80\xdb\xe4\xe9\x82\x18\x2b\x30\x7a\x8b\x11\x93\xe6\x14\xb9\xf3\xe2\x04\x85\x23\x17\xea\x42\xfb\x14\xe3\x0a\x6f\xfd\xed\xbc\xb8\x23\x9a\xdf\x12\x83\xc2\x7a\x97\x79\x11\x25\xbc\x03\x48\xa0\x9d\x4c\x97\xe8\x2b\xe1\xd8\x92\x79\xc1\x68\x62\x62\x7e\x01\x67\x24\xb6\xcc\x1b\x5b\x26\xbd\xca\x84\xc6\x3f\x85\xb9\x05\xc2\xca\x2c\x0b\x4f\xe4\xbb\x4e\xe6\x4f\xa8\x9d\xe2\x7b\xfb\x5c\x52\x47\xf8\x7e\x30\xe9\xb5\x69\x23\xc3\x7c\x10\xe7\x67\xb4\x47\x96\x25\x87\x05\xef\x70\xc2\x4c\x36\x30\xee\x1b\xcb\x28\x4d\xb5\x19\x78\x28\xbc\xdf\xa1\xd4\x57\x21\xa8\xb6\x6f\xd4\x9e\xb9\x8d\x34\xc2\x5a\xc2\xbe\x11\xaa\x55\x6d\x4e\xd9\x03\x9c\x68\x6b\x46\x09\x94\x40\xca\xab\x3d\x71\x02\xc2\xfb\x3d\x01\x88\xc5\x6d\xb0\x9b\xe9\x0e\x58\x7f\x5c\x03\x20\x17\xb4\x33\x37\xef\x4c\x83\x24\x0e\xba\x67\xf6\x57\xd4\xc6\xa6\xa8\x96\x58\xdb\x33\x2e\xc2\xc3\x2f\x30\x71\x86\xda\xb0\xe3\x17\xc1\x7c\x2f\xc0\x43\x1d\xb4\x9d\x76\x7c\xc7\x97\xee\x05\x27\x55\x92\xd6\x8e\x9b\x76\xea\x22\x05\x7b\x61\xf0\xa4\x3f\x00\x8c\xa4\x1c\xdb\xeb\x86\x76\x53\x3b\x41\x00\x77\x9b\x39\x7c\x04\xa2\x8a\x0a\xe6\x92\x96\xf7\x8a\x93\xe6\x09\x2d\xfe\x18\x56\x4a\xef\x50\x62\x5b\xa3\xba\x07\x56\x24\x52\xbf\xa3\x84\xbc\x3d\x9f\xf7\xc0\x49\x2a\x7e\x7f\x87\xff\xa1\xdb\xd7\xf7\xd7\x74\x30\xe3\x8e\xa2\x12\x36\x64\xed\x1d\xe3\xeb\x60\xed\xc8\xcc\x68\x1b\xf3\xde\xd1\xbf\x68\xed\xde\x31\xff\xfa\xab\x64\x36\x7b\xc7\xf5\xd0\x83\x31\xeb\xa1\x54\x8f\xfb\xba\x90\x66\x47\x0e\xed\x13\x74\xd1\xc0\xdb\xfb\x9a\xbc\xc8\xd2\xbe\x73\x70\xf5\x47\xba\xa8\x3b\xfe\x7e\x20\xa6\x4e\xca\xbb\x9d\x8e\x6c\xce\xea\xbb\x1f\x0d\x8a\x10\x0d\x70\xe0\x84\x48\x75\xb5\xaf\xfb\xe5\xb0\x02\x7d\x27\xdd\x94\x10\xbb\x9f\x48\xe9\x64\x84\x3e\xc1\x2b\x7d\x00\x90\xd8\xc5\xfe\x56\x3b\x62\x7b\x9d\x72\x6a\x27\x9d\xf4\xee\xfd\xd4\xb4\x0a\xff\x00\xfc\x94\x34\xb2\xd3\x89\xcc\xa1\x95\xfb\x15\x78\x41\xfb\x7b\x01\x44\xa6\x11\xa4\xa4\xe2\x04\xfb\x05\xfc\xf5\x91\xbc\x81\xbf\x52\xa3\xec\xb8\x20\xda\x55\x71\xa7\x47\x98\xb3\x9b\xee\x24\x9c\xde\xb3\x9b\x13\xd0\x80\x70\x95\xf7\xed\x6d\xe7\xfd\x70\x18\x83\x6e\x6e\xaa\x5e\x78\x40\x65\x7c\x62\x9e\x86\x15\x68\x45\xa8\x84\x9c\xc5\x1c\x8f\x45\x27\xa7\x43\xc2\x8f\x45\xd5\xa6\x13\x8d\x1d\xa4\x6a\xe1\x36\x27\x30\xfd\x01\x3b\xac\x6a\x9f\x48\xdd\xac\x36\xb2\xc3\x59\x41\x7a\x24\xa0\xbc\x40\x7e\x20\x4b\x4a\x72\x1d\x80\x63\x5d\xcf\xa6\xcd\xcd\x47\x4e\x68\x37\xb5\x77\xb4\x3f\x2b\x3a\x0a\x32\x2b\xeb\xcc\x1f\xf0\xfc\x4e\x56\x7b\x1c\x24\x5b\x12\xf8\x0e\x92\x2d\x8b\x90\x07\xdc\x8f\x1c\x77\x78\x14\x4e\x51\x4b\x28\x48\x6d\xa3\xcb\xd5\x41\x2a\xa5\x7b\xc0\x51\x4f\xcc\x48\x4b\xa2\x69\x4d\x58\x74\x34\xec\x49\xf7\x73\x60\xc1\xd4\xae\x1f\x0d\x58\x20\x95\xec\xd1\x60\xec\x32\x0c\x91\x23\xb7\xbc\x3a\x08\x76\xa0\x19\xa0\x3a\x90\x2f\x98\x07\xaa\x58\x3a\x98\xf4\x68\x10\x61\x5f\x33\xc2\x51\x17\x1a\x1e\x0d\x65\xa2\x0c\x32\x56\x07\x6a\x1e\x10\x41\x30\xd5\xcf\x6f\x4e\xc0\x1d\x22\x05\x86\x57\x40\xc2\x2a\x34\x3d\x02\x19\x2e\x74\xf4\x8f\x40\xd8\xb9\x44\x94\x23\x40\x28\xc3\x6d\x64\x71\x14\x5a\x1f\x81\xac\xc6\xba\x20\x1f\x20\xc4\x16\x50\x8e\x75\x8f\x18\x8e\x32\x3f\xe8\xe7\x2d\xb1\xfb\xe8\xa8\xf8\xa7\x83\x7b\xc0\x3b\xc8\xd6\xd0\xa3\x73\x4b\xbc\xe7\x9d\x5b\x22\x1c\x41\x10\x60\x72\x98\xc8\x81\x7b\x45\x18\x29\xd6\xad\x61\x58\xa6\x3a\x3a\x13\x15\x18\xc6\x1d\x72\xf7\xab\x03\x64\xee\xf4\x26\x77\xc2\xd4\xbb\xdc\xa1\x7d\x92\x8c\x74\x40\x25\xea\x68\xb0\x63\x5d\x2d\xb2\x73\x53\x1f\x54\x89\x3a\xcf\xfc\x31\xe0\x6e\x6a\xa0\x22\x0a\xd0\x71\x3a\xc7\xba\x5b\xd4\x9a\x7f\xa5\x4b\x3b\x06\x71\xce\x5b\xba\x2e\x1e\xd5\x29\x08\x0f\x64\x6e\xb3\x1b\xf3\xb1\x2e\x1e\xaa\x42\xd3\x0e\xf8\x99\xa7\xd9\x3d\x7d\x18\x90\xb3\xfb\x3b\xa1\xa6\xf1\xf7\x2c\x63\xa3\xe7\xb0\x36\x4e\x9f\x73\xfa\x2a\x39\xe2\xf9\x98\x0d\x2f\x08\x27\x27\x67\x6c\xa4\x99\x38\x25\x26\x04\xb8\xa9\x58\x4e\x3f\x26\x8a\x95\xbe\xde\x87\x4a\xc2\xe7\x1a\x95\x3c\x55\x1f\xb7\x1d\x13\x7a\x21\x23\xe1\x64\xa1\x08\xad\x60\x22\x66\xc5\x3b\x8c\xdc\x6e\xaf\x58\xae\x03\x59\x81\xed\xe4\x7c\x20\xb9\x9b\x43\xff\x0f\x96\xfa\x34\x96\xc2\x40\x6a\x71\xe6\xd8\x91\xac\xa2\xf8\x7b\x42\xc0\xcf\x03\x61\x39\x02\xd9\x8e\x1c\x8c\xc6\x98\x9d\xa5\x94\xf4\xfc\x40\xce\x2d\x2f\x08\xc6\x4b\xe7\x39\x3b\x16\xc7\xaf\xaa\x0f\xde\x0e\x54\x16\x72\xdc\xd1\x81\x0a\xe5\xce\xd9\x78\x1c\xac\x85\x34\xfd\xc1\xc0\x04\x05\xa1\x03\x89\x9d\x4d\x46\x0e\x04\x77\x65\xb7\x6f\xba\x8f\xa9\xfd\xc0\x50\xa2\xf6\xc9\xa4\x94\x02\x10\x73\xc5\x59\xc3\x7b\x9c\xa8\x85\xaa\xbb\xe7\x01\xbf\x76\xfb\x42\x1d\xb8\xaa\x75\xaf\xf0\x84\xd7\xc3\xe6\x01\x90\xec\x5b\x77\xc5\x03\x57\x35\xdf\x22\x0e\x5c\xd5\xb2\xef\xef\x07\x34\xda\x8e\x7f\x3e\x70\x57\x73\x7d\x96\xe3\x42\x5a\x4b\xe3\x20\x9c\xaf\xec\x17\x71\x5c\xa8\xae\xe1\x09\xc3\x00\x9a\x7d\xf9\x3b\x20\x52\xbc\x3e\x60\x62\x37\x5d\x84\x0e\xa8\x9c\xb3\xaf\xb3\x07\x4c\xa4\x8e\x89\x39\x70\x15\x6b\x26\x54\x37\x5c\xfb\xa5\x57\x3b\xee\x0e\x17\x3f\xb7\x51\xa2\x5d\xf7\x96\xe3\x86\x29\xc7\xa7\x04\x22\x49\xf6\x7d\xfa\xb8\x91\xbb\xce\x22\xc3\x0d\x89\xc0\x84\x0f\x2a\xeb\xec\xfb\xe9\x71\xdf\x98\xa1\x97\x44\x18\xe8\x02\x7c\x20\x17\x9d\xa3\x46\x8f\x07\xd6\x25\x8f\xf8\x04\x2c\x7e\x1a\x01\x39\x3a\xb2\xef\xa3\xc7\x43\x7e\xe8\x0e\x68\x39\xf1\x73\x56\x18\xd4\x9a\x1e\x66\x08\x14\x8c\x98\xa3\xc3\xb4\x07\xc9\xea\x6c\xe1\x3b\x37\xee\x92\x2e\x7b\x27\xcc\xbc\x26\x35\xe7\x86\x28\x1d\x75\x78\xc2\x43\x2c\xfb\xaa\x74\x6e\xd4\xdc\x65\xb5\x3b\xf4\x60\x55\xed\x01\xa5\x89\x47\xc4\xcd\x47\xda\xd1\x13\x75\x36\x6d\x38\x39\x37\x6c\xc2\xf0\xfb\x27\x07\xf4\x00\xc8\x55\x3d\x3d\x63\x84\xb5\x84\x3b\x40\x26\x1f\x71\xe0\x33\x71\x89\x22\x36\x27\xec\xc6\x45\x9b\x72\x22\xc5\x46\xf3\x8c\x13\x59\xba\x9f\x63\x85\xbf\x4b\x9c\x76\x26\xee\x60\xf1\xd7\xc8\x93\x20\x89\xe4\x64\x2e\x3d\x5f\xf5\xce\x84\xfc\x82\xaf\xf6\xc1\x17\xbc\x00\xc8\xea\xe1\x17\x80\x86\xe2\x3f\x67\x46\x10\xbd\x6e\xbb\x67\xe6\x41\xaa\x7e\x01\x97\x3b\xb1\xd3\x13\x5a\x7c\x87\xb4\x9c\xd0\xe2\x67\x5f\xb0\x4e\x14\xe7\x74\xe6\xca\x13\x5e\x6a\x45\xd4\xea\x2c\x48\x7d\x26\x3d\xce\x59\x10\xe1\x2e\xa1\xe5\x2c\xf0\x12\xd4\xfd\xe9\x64\xa1\xcc\xe9\xe7\xa8\xf9\x28\x8d\xc5\x49\xaf\xb5\xe1\xfe\x19\x6f\xee\xfe\xa1\x40\x78\x3d\x47\xed\x72\x51\xdf\x93\x11\x8d\xdd\xfd\x3d\x90\x50\x04\xf3\x8a\x50\x35\x11\xc7\x13\xd9\xf8\xac\x98\x3b\x19\xd0\x68\x0c\x40\x01\x7a\xe7\x69\x3e\x91\x4a\xcf\xae\xb7\x67\xa5\x11\xc3\xcf\x51\xf5\xd8\xf0\xaa\x70\xd2\x17\x19\x38\x2b\xf9\xa9\xc7\x87\x7f\x95\x4f\x21\xe2\x19\xcd\x6d\x4e\x68\xcf\x9d\x77\xe1\x84\x18\x6d\x2b\xfa\x09\x37\xfa\xe9\xf9\xc0\x4a\xee\x00\x9f\xb3\x91\x0e\x49\xe4\x39\x83\x59\x68\xf4\x02\x72\xd7\xb9\x34\xd3\x09\xb3\x7a\xf6\x21\x0e\x88\x2c\xde\xb0\x60\x69\x26\xf7\xc7\x24\x34\xee\x2f\xf0\xbe\x00\x12\x3c\x05\x92\x99\xce\xc0\xed\xcc\x18\x04\x6d\xb9\x1d\xff\xcf\x20\x69\xed\x9e\x11\xae\xd8\xaf\x0f\x10\x36\xeb\x0f\x3a\x4f\xb5\x84\xcc\x13\xb9\xea\x5c\x2b\xe2\x44\x6d\x08\x6b\xbd\xce\x0e\x4f\x54\x93\x05\x28\x21\x5e\x38\x3b\xd8\xa1\x6c\xc4\xe7\x80\x6f\x83\x0f\x2e\x14\xe0\xbe\xc4\x9f\x88\x4f\xb4\x7f\xcb\x09\xa7\x33\xdb\x33\xcf\x01\x6f\x65\x5d\x3d\xce\x89\x00\x22\x5d\xf2\x4f\x84\x1f\x9a\x94\x9f\x10\x0b\x5f\x20\x42\x9a\x88\x97\x8c\x70\x4e\x38\xd5\x7b\x42\xa8\x37\xd5\x5f\x03\x60\x85\x3e\x15\xb0\xe3\x3b\x96\xf9\x9c\x98\xa0\x49\xf9\x12\xda\xba\x0a\xdf\xb5\x13\x19\x79\x9b\x44\x84\x13\x69\x25\xac\x15\x39\x91\x81\xf7\x05\x20\xf8\xa0\xe5\x94\xfc\x02\xdc\xa3\x75\x63\x3e\x77\x0c\x18\xfe\x00\x99\x86\x24\x85\x9d\x08\x40\xb4\xff\xc9\xc9\xca\x0d\xce\x19\x7c\x22\x02\xd1\x1c\xfd\x84\xe2\x26\x5b\xac\x3a\x11\x81\xd8\xbc\x04\x44\x20\xe6\xe4\x93\x77\xc0\xe7\xdc\xb4\x7c\xc9\x71\x4e\xb0\x7e\x1e\xd8\xa3\xf0\xeb\x37\xbf\xf7\x88\xac\xd2\xaf\x01\x90\x16\xce\x95\xaa\xdb\x79\x72\x0d\xfa\x00\xf1\x88\xb6\xc9\x9e\x27\x60\x62\xf6\x07\xb7\x36\x5b\x0b\x4f\x64\x59\x7b\xa1\x25\x43\xf1\xc6\xaf\x42\x3c\xcf\x9b\x83\x09\x1c\x08\xc3\xb3\x77\xcd\xc9\x1c\x68\xd2\x0f\x9c\x37\x0b\xe6\x1b\x45\x6e\xe4\x5a\xf2\xa9\x43\xe9\xf0\x6c\xc7\x89\x13\x49\xd0\x5c\x40\xec\x44\x51\x85\x64\xca\x87\xf2\x8c\x61\xf8\x3e\x70\xbf\x31\xa1\x79\x88\xc4\x86\x0f\x24\x1e\x1b\xb1\xce\x87\xe9\xa9\xb4\x04\x08\x2c\xaf\x82\x55\x27\xcc\xf4\x36\x23\x5d\x48\xf9\xe5\x74\x2b\x17\xac\xf0\x59\xe7\xfc\x42\xd8\x9c\x05\xe7\x6b\x89\x07\xc5\x0e\x40\x17\xb8\xbd\xf3\x65\x5d\x89\x33\x1c\xfe\x01\x37\x78\x11\xdf\x0b\x61\x72\xce\xf0\x75\x21\xc7\x40\x7b\x75\x78\x63\x42\x9a\x20\x6c\xe6\x16\x53\xaf\xcc\x01\xa6\x5f\xe0\x0a\x34\x00\xc3\xde\x44\x2b\x2f\xd8\xcc\xb3\xbd\x3f\xae\xcc\x42\x08\xfe\x00\xd1\x33\xaf\xe7\x17\xd8\x43\x52\x9b\x33\xfa\x6c\xca\x05\xf6\x6c\x75\xf9\x55\x80\xf5\x62\xa7\x57\xc1\xfb\xba\xdd\x5d\xb5\x7f\x7f\x85\xa5\xd6\xab\x82\xb0\xe8\xe0\x5f\xc8\xe4\x64\xfb\xf5\x05\xbf\xb2\x24\x81\xe4\x6a\xf0\x36\xf1\x82\x19\x05\x26\xc1\xfb\x6a\x84\xa0\xfa\x47\x6a\xd6\x17\xff\xbc\x1a\x27\xa8\x0e\xe0\xf1\xec\xda\x21\x57\xd0\xcb\x5d\x58\x73\x31\xe8\x6a\xb8\x0d\xca\x23\xa1\xf2\x0a\xc4\x41\x78\x8f\x3b\x20\x22\x06\x7a\x2d\x5a\x3f\x93\x98\xc1\x85\xbc\x44\x16\x09\x2f\xe4\x25\xca\x59\xc7\xf6\x1a\xc8\x37\xa9\x73\x71\x0d\xc6\x45\x68\x49\x8b\x36\x4f\x27\x93\xbd\x70\x63\xcf\x76\x64\xbb\x26\x97\xa4\x11\x91\xd3\xc7\x16\xf8\x6b\xdd\xb0\xa7\xc3\x4f\xaf\x9d\x1d\x0a\xe6\x24\x6c\x86\x31\x08\x9b\x99\xc5\x75\x4c\xa6\x91\xd0\x12\x8f\x1d\xf1\x4b\x6e\x1f\x7c\xc1\x5f\x2c\x96\xec\x8c\xf0\x17\x7c\xa4\x6c\xd2\xbf\x16\x25\x1b\xce\xb4\x7a\xe1\x86\x99\x1d\x1f\x7f\x21\xe1\x8c\xcd\x8f\xd7\x45\xa1\x42\x30\x82\x56\x3b\xdb\xa9\xf9\xba\x2a\xe6\xac\x35\x5f\xc7\xf7\x57\x98\x56\x5c\x17\x47\xa8\xee\x11\xf5\x33\x8c\x68\x28\x7f\xdb\x24\xb6\x5c\x37\x72\xd6\x88\x83\x5d\x37\xe3\x37\xdd\x46\xfe\x17\xa3\x09\xaa\xf3\xd9\xf5\xe3\xba\x59\x91\xc4\xfd\x21\xfb\xb9\x77\x19\xe4\xd1\xc9\x68\x2f\xde\x20\x8b\xf4\x08\x17\x9c\x9e\x86\x61\x0a\x2f\xde\x6c\xbc\xa2\x13\xaf\x17\xf0\xa0\x30\x9d\x77\x1d\xc5\x6d\x37\xe3\x25\x72\xc2\x24\x9f\x54\x96\xfb\xf3\x84\x40\x6e\x5f\x8f\x3b\x92\x0b\x6a\xfe\x0f\x32\x87\x8b\x7f\x5e\x0f\x72\x5d\x89\x9b\x5d\x08\x72\x46\x0e\x87\x5f\x70\x9b\x9b\x77\x45\x27\xaa\xba\x59\x0a\x50\x74\xe5\x86\x47\xb0\x93\x5e\xdf\x3f\x1e\x54\x4d\xed\xca\x0e\xba\x7e\x80\x67\xa3\xe6\x7f\xb3\x42\x8c\x34\xea\x37\x69\xbb\xf3\x46\xdd\x08\x37\x72\x16\xa8\x1b\xd9\x19\xc7\x6b\x46\x38\xe7\xd2\x31\xdc\xc8\x84\xee\xfc\x02\x37\xf2\xc7\xd8\x5f\xf5\x4e\x8c\x7f\xd2\xf7\x89\x29\xe7\xdc\x0e\xa4\x12\xcc\x6a\x73\x42\xe1\x17\x90\xbc\xb7\x79\x40\xc6\x3f\x69\xc9\xc8\x94\x6e\xe6\x70\xd3\x45\xab\xba\x43\xd4\x88\xad\x9e\xd0\x05\xbb\x8b\xde\x5f\xcc\x63\x38\x18\xf4\xc6\x55\xcd\x69\xa6\x6e\xdc\xd4\x1c\x98\x7f\xa3\xa8\xad\xe3\xea\xef\xcc\x23\xa4\x43\x78\x2f\x5e\x51\xc6\x6b\x00\x96\x71\x50\xbb\x10\x42\x6e\xf3\x08\x89\xdd\xdd\xa5\x2c\xca\x27\x14\xbe\x0b\x18\xba\x57\x80\x74\x34\x76\x1c\xbc\x0b\x29\x9f\x20\x84\xbb\x9b\x53\xbb\xdf\xc8\x94\xee\x12\xa0\x77\x65\xfe\x9b\xe1\x1f\x60\x1d\x14\xe5\xbc\x2b\x02\x2b\xa7\x3b\xc0\x1e\xbe\x3a\xa4\x7e\xdb\xef\xc3\x42\x2f\x91\xf0\x66\x40\xb3\x08\xe1\x8d\x34\x83\xc3\x7b\x0e\x1b\xc5\x2b\x5f\xe4\xdd\x48\xdb\xb5\x07\x0d\x81\x93\x62\x0e\x37\xd9\x59\x75\x1b\xec\xb4\xfa\x7d\x38\x32\x4a\xc4\xbb\xe1\x9a\x94\xed\x53\x7c\x07\x60\xee\x19\x04\xc2\x63\x74\x8c\xef\x40\x6a\xe1\x57\x07\x07\xb4\x46\x5a\x51\x50\x1e\xd0\x8a\x58\x4d\xc5\xdf\x23\x2f\xa0\x55\x12\x37\x3c\x8d\xc6\xeb\x7d\xa6\xa7\x94\x58\x7d\x23\x60\xd8\xf6\xcc\x1b\x9e\x46\xb9\x1a\x86\xcc\x2e\x23\x31\xef\x5e\x97\xad\x6e\xb3\xce\x0d\x73\xb0\x95\x85\x77\x47\x2d\x2a\x1f\xec\x7e\x22\x39\xb2\x40\x86\xf2\x2d\x36\x31\xdc\x1d\x1e\x71\xba\xea\xdc\xf0\xb2\x1e\xba\x6b\xdd\xb0\x28\x38\xee\xfe\x1e\x88\xc3\xf7\xfc\x06\x57\x64\xac\x1b\xb0\xdf\xfb\x18\x0c\xa6\xb3\xf4\x73\x94\x21\x12\x6b\xba\x91\x4c\x26\x4c\xda\x90\x15\xd0\x3e\x12\xf7\xba\xcc\x65\xd7\xe8\xb9\x71\x99\xb3\x51\xe5\x86\x2f\x52\x76\xf6\xae\x1b\xce\x48\xce\xce\x76\x4f\x1a\xdc\xdd\x46\xbe\x7b\x71\xdf\x1b\x97\x3d\xfb\xa1\xdc\xb8\xec\x39\x01\xc6\x4d\x81\xe2\x45\x6c\x7f\x9c\x95\x3c\x03\xa4\xdf\x7c\x75\x70\xf0\x03\xbf\x00\x0d\xf1\xe6\x19\x5c\x7c\xc1\x43\x20\xa5\xd0\x6b\x4a\x88\x7c\x33\x9e\xef\xdc\x04\xa1\x15\x94\xf8\xd6\xe4\xdd\xa8\x4e\xfc\x3a\x68\x48\x77\x13\xf3\x57\x57\x9b\x7b\xa7\xb4\x21\xf8\x21\x9e\xe9\xe5\x82\x78\xaf\xcb\x64\x09\xdd\x13\xee\x75\x57\x6c\xae\x8e\x76\xf3\xae\xe8\xc0\xbb\xfb\xe0\xf4\x84\x83\xeb\xae\x58\xec\x87\x7f\x23\x59\x4d\x79\x75\x88\x04\xde\x26\xed\xc8\x55\xe3\x82\x38\x37\x0a\xc6\x84\x49\x2d\x8b\xf0\x19\x67\x11\x3f\xfd\xda\x31\xb8\x90\x3b\x6e\xf1\xc6\x4d\x30\x4c\xc7\x2e\x06\xc1\xf9\x39\x12\xd1\xbf\xbe\x07\x4a\x9a\xec\xc0\xc7\xdb\xf9\x93\xee\x7b\x43\xe4\x82\xe6\x8f\x88\x23\xbb\xbb\xdd\x48\xa8\xed\x54\xc8\xf7\x0d\x27\x7b\x6f\x17\x52\xb2\x84\xc9\x1c\xef\x82\xd6\x97\xdf\xc8\xc9\x12\xd3\x1d\x10\xa3\x8c\xf4\xd0\x97\x67\xdd\xae\xef\x25\xad\x0c\xdf\x75\x6f\x86\x2c\xc9\x22\x70\xf3\x72\xf8\xe2\x56\x2c\x81\x67\x90\x40\x9e\xb1\x9a\xe9\x46\xcc\x92\x45\xd0\x1b\x49\x5b\x6c\x86\xba\xe9\x4b\x25\xf9\xec\xd9\x98\xa2\xca\x6d\xc6\xf1\x25\xb5\x33\x02\xc4\xdd\x06\xa1\x14\x59\x7b\x36\xba\x64\x16\xb5\x07\xc6\xab\x6a\x13\x44\x92\xc2\x1f\x56\x22\x1e\x6e\x23\xe7\xad\xc4\x85\x07\xba\x69\x27\x4d\x7c\xa8\x9b\x76\xc6\x92\x07\x02\x4a\xd1\x0a\x1f\xf8\x5a\xbd\xea\x04\x3f\xa8\x4c\xec\x4c\xc0\x0f\xae\xb3\xaf\xd8\xc6\x27\xd1\x50\xe4\x17\x82\x2f\x34\xfd\xb0\x28\x89\xb7\xf1\x81\x82\xda\x36\xfd\x87\xfa\xe7\xee\x29\x3c\xa0\x4c\x6a\x67\xca\x54\x7a\x3f\xa3\x46\xa9\xdf\x5f\x22\x4a\x71\x30\xc7\x03\x97\x70\x9b\x4f\x9f\xfc\xa3\x10\xd7\x84\x32\xb5\x99\xee\x60\x47\x5b\x2b\xc8\xf4\xf3\xdc\xd4\xbe\xd9\x81\x5f\x80\x6e\x50\x84\xeb\x29\x84\xaa\xf8\xd9\x53\x98\xbb\x5f\x3d\x50\xa8\x71\xfa\x88\x67\x09\x35\xd3\x72\xfa\x53\x08\x55\x63\x4a\x41\x65\xf3\x57\x7b\xa2\xb8\xaf\x16\xc5\x7a\x31\x22\xae\x0f\x9c\xc0\xb3\x73\x0d\x3c\x74\x18\xf3\x46\xc3\x15\xc3\x77\xe8\xa7\xc6\x92\xe4\x25\x77\x3d\xc8\xb7\xfc\xaa\xf5\xf7\x54\xe4\xe8\x90\xa8\xfb\x2c\xb1\x66\xf8\x2e\xf4\xa0\xd8\x7f\x6e\xaf\x1e\x50\x9a\x7c\xb8\x83\x87\x2f\x08\x2a\xd4\x3a\x8b\x7e\x3f\x48\xc0\x9c\x1d\x14\xf2\xc0\xdd\xc3\x09\xe0\x1f\x44\x73\xd9\xc8\xf9\x34\x42\x49\x34\xf9\x81\x28\x65\x6f\x8e\x07\x69\xf6\x5c\x68\xe8\x41\x7a\x18\x17\x60\x7c\xa0\x18\x70\x36\xc6\xa7\x21\x05\x85\xd8\xfc\xd3\x2e\x5c\x7f\x34\x21\x08\x4a\xf6\xb9\x7e\xe0\xc3\x6d\x3d\xf8\x83\x68\xb0\x6c\x6d\xda\x83\xb4\x7c\xd1\x7f\xe5\x28\xf0\x20\x32\x3b\x5b\x63\xfb\xc0\x97\xc3\x0e\xc4\x4f\xd0\xfd\xd4\xcf\x99\xad\xcc\xa3\x71\xd3\x3d\x7f\x46\x5e\x1b\xd3\x51\x71\xd9\x76\x8d\xa7\xf3\x28\xe9\xfd\x9e\x90\xd0\x54\xef\x77\xe2\x69\xf3\x0f\x60\x72\x3e\x0a\x48\xd8\xec\x9c\xfd\x4f\xe7\xd9\xf2\x0e\xfc\x68\xc1\x05\x31\x64\x72\xc9\xd6\x78\x3e\x9d\x44\x5c\x7b\xda\x59\xaf\x4b\xed\x25\x69\x15\xfb\xe6\x3d\x28\x93\xf7\x22\x37\xd0\x94\xd8\x0f\xff\xa1\xa6\xc4\x5a\xe3\x07\xb1\xdc\xd6\x02\x3c\x10\xcd\x9c\x90\xed\x19\xa4\x4f\x92\xfd\x9e\xc1\x35\x69\x53\x51\x53\xd9\xa6\xf7\x07\xe1\x6f\xf1\x9a\x01\xea\xa3\x48\x3b\xf5\x2c\xd1\x2d\xbb\xb0\xdf\x03\xbd\xbc\x0b\xb3\x3e\x28\x95\xe7\x3b\xf8\x83\x52\x79\xc9\xd4\x03\xe1\x73\xe6\xb3\x0f\xbc\x33\x1c\xe7\xfa\x4c\x4e\x58\x5a\xd6\x87\xa2\x59\xf5\x07\xc8\x9a\xed\x5d\x9d\x9c\xb0\x20\x30\x39\x21\x41\x80\x82\x97\x15\x80\xcf\x84\x45\xd3\xc7\x6a\xf2\xe4\x4a\x54\x79\x7e\x94\x43\xea\x71\x67\x61\x05\xf5\xb8\x83\x95\xcb\xde\xf4\xec\x10\xcf\xab\xdf\xdf\xa1\x27\xd1\x80\x88\x0d\x0f\x23\xfa\x0e\x7b\x9a\x18\xf9\x43\xd1\xc9\x7c\x92\x6a\xf6\x17\xf5\x3a\x08\x02\xc1\xf0\x20\x1e\x7a\x53\x96\xf0\xd4\x87\x37\x0d\x11\x7c\x36\x05\x3c\xf0\x9f\xb0\xa7\xf7\x73\x22\x3d\x8f\x84\x9f\x07\x6a\x75\x27\xe2\x78\x98\x3d\xd9\x94\x03\x25\x93\xed\x7d\xf0\x20\x8b\xdf\x4b\x12\x40\xc1\xe3\xd7\x51\x85\xae\xca\x9a\xa1\xe7\x13\x8d\xee\x0e\x9e\xef\xaf\xd6\x7d\xb2\xae\x45\xaf\x6d\x31\x7b\x96\x34\x17\x16\x4d\x1e\x48\x73\xe5\xd5\x0e\x7c\x2f\x08\x5d\xb8\xa8\x7b\x4f\xaf\x81\x73\xe5\xf7\xe1\xc2\x5c\xfc\x7c\x6d\x89\x2b\xa4\x3d\xc8\x65\x63\x5b\xca\x83\x5c\x36\x96\xde\x1f\x98\x02\xec\x35\xfe\xdc\x2c\x36\xa8\xf9\x42\x78\xb3\xfd\xec\x41\x35\x13\x67\xca\x7d\x90\xca\x26\x87\x71\x08\x01\xe9\x8e\x66\x7b\xe0\xeb\xe0\xf0\x8c\xe7\x21\xb7\x70\x1b\xd7\x68\xcb\x4e\x88\x3f\x77\x9c\xd6\xf3\x20\x47\xc3\x70\x9b\x03\x5a\x50\x41\x2e\x1b\xfb\xa9\x3d\x0f\x07\x74\x87\x4c\xbc\xf1\xb3\x65\x4b\x20\xc0\xb9\xcf\x6a\xc3\x5e\xf7\x41\x99\xc5\x6b\xe1\xa6\xb5\xa9\x5d\xd0\x9f\xdf\x27\xc4\xaa\xda\x80\xd0\x87\xc5\xc7\xb6\x11\x00\x43\x6d\x06\xb9\xba\x0d\x0c\xf9\xe8\xe2\x62\x5b\xa2\x5a\x5e\xf2\xf5\xff\x3f\xaf\x89\x0d\x62\x5c\x56\xfd\xb3\xd8\x10\x0b\xa8\x34\x6c\xb1\xfd\x68\xa2\xdc\x66\xa4\x9d\x56\x0f\x45\x53\x4f\x5a\x2d\x62\x01\xb3\x12\xba\xc6\x06\x33\x85\x92\x21\xc5\x06\x27\x7c\xf1\xa6\xd8\x12\xd2\xae\x7c\x10\x28\x36\x94\xf5\x50\x31\x81\xd8\x50\xd6\x43\x01\x9e\xb1\x41\xcc\xd3\x8d\x39\x36\x58\x31\x54\x90\x2d\xb6\x0c\xdd\xe3\xd4\xf8\x4c\x8d\x53\x05\xae\xcc\x09\xfb\x39\x52\x19\x79\xbe\x19\xf3\xf5\x76\x41\xa8\x4b\x9e\xef\x92\xc0\x9a\x82\x0e\x62\x43\x45\xbe\x08\x8d\x0f\x01\x4b\x21\x69\xb1\x21\xab\xb1\xb2\x1c\xc7\x86\xc4\x78\x59\xde\x3d\xb1\x55\x9c\xe0\xae\x05\x22\xca\xae\x67\x4d\x18\x15\xf9\x74\x5f\x8e\xad\xa2\x42\x6a\xf3\x73\x22\x70\xf8\x07\xd2\x30\x21\x10\x0a\x5c\x48\x57\x17\x1b\xe5\x2b\xd5\xa4\x8d\x0d\xf2\x95\xb4\x8d\xb1\x35\x06\x7a\xab\xc3\x25\x0e\x45\x74\x2d\x19\xce\xaf\xef\xef\x2f\xb4\xb5\x22\x94\xa4\x50\xec\x49\x6c\x4b\x1c\x0a\x85\xf9\xc5\x16\x08\x13\x2c\xfa\x1e\x41\x02\xe2\x94\xb1\xa1\xc0\x9c\x32\x92\xc7\x06\x79\x47\x54\x3e\xb6\xe0\x09\x11\x88\x83\x85\xf0\xfd\x3e\x72\x0a\x7b\xcb\x60\xd4\xef\x3e\xa1\x41\x22\x3b\x3c\x21\x04\xc4\x36\xb5\xe1\xec\x9a\x7c\x44\x3b\xf3\x4a\x6b\x40\xe8\xa5\x9a\x71\x90\x7a\xa9\xf0\x0c\x3b\x67\x28\x08\x74\x22\x95\x20\xdc\xe1\x48\xe2\x15\x77\x9c\xf1\xe2\xef\x39\xc3\xa9\x25\xc1\x4b\x20\x87\x3e\x40\x12\x63\x39\x6c\xc5\x86\xa8\x37\x79\xca\xc4\xb6\x84\x93\xa2\xa2\x4c\xb1\x41\xf8\xe8\xaf\xe7\x20\x72\x5e\xe1\x04\xd2\x99\x0c\x4c\x56\x40\xf2\xb1\x9c\x48\x50\xee\x3d\xa3\x57\x80\x08\x7d\x6c\x50\x14\xf5\xd7\x0b\x00\x81\xd1\x76\x02\x04\x45\x48\x05\xb5\x8f\xd3\x7a\xc6\x36\x09\x03\x01\x15\x69\x8b\x5d\x41\x28\xb6\x89\x5d\x32\x5a\xec\x48\xab\x16\x5a\x13\x2a\xf7\x2a\x18\x3d\xb6\x1d\x39\xc3\x7c\x50\x90\x4a\x2f\xbf\x48\x11\xd2\x01\xa8\xd6\x5a\x6c\x88\x7b\x93\x99\x3a\x36\x94\x97\xd8\x4c\x1a\x76\xce\x50\x07\x69\xff\x99\xa1\x5f\x40\xf5\x4d\x2f\x09\xe5\x25\xf2\x8b\x98\xc0\xd3\xa0\x7b\x09\x2c\x2f\x61\xe2\x74\x10\xec\x46\x65\x24\xbb\xe9\x3e\x9a\x4b\x02\x9a\x0a\xad\x8c\x6d\x49\x40\xa3\x98\x39\x1c\x5c\xa3\xc9\xcd\x81\x58\x4c\x03\x05\xf5\x28\xfa\xab\x03\x38\xe6\xb9\xbd\x04\x9a\x92\x7c\xd6\x4f\x6c\x6b\x75\x1b\x2e\x46\x26\x77\x27\x5d\x7a\x7f\xa3\x4c\x8b\xed\x82\x59\xa9\x69\x35\x17\x6a\x1e\x56\x01\x14\xa9\x72\xfa\xab\xcd\x7a\xaf\x5e\x3e\x72\xe5\xc8\x81\x38\xb6\x8b\x3a\x02\xb3\x27\xe4\x24\x1e\x26\xae\x14\x5f\xaa\xc0\x71\x71\xcb\x0c\xf1\x8b\x69\xf0\xd5\x5e\xf2\x4d\xde\x8c\x85\x37\x9c\x53\xcc\x0f\x6f\x18\x3e\x7c\xf4\x6f\x96\x24\x77\x1b\xd1\x18\xdd\xef\x4f\x52\x67\xb5\xc1\x1f\x55\x34\x37\x36\x68\xaf\x36\x63\xe9\xcd\x93\x2a\x9c\x62\x7e\x02\x23\x25\x4c\x79\xd5\x18\x02\x5f\xcf\xe1\x05\xc1\x13\xa2\x99\xd8\xa2\xec\x70\x31\xca\x3d\x19\x18\xa4\x09\xc2\x94\x37\xcd\x6e\xa0\x1c\x53\x65\xfe\xd8\xa8\x1c\xd3\xcd\x2b\xb6\x07\x3e\xd1\x96\x37\x50\xaf\x2d\x1b\x62\x70\x05\xd5\x65\x3a\x36\x04\xcc\x24\xed\x59\x42\x42\x1f\x55\xee\x8f\x04\xeb\x9d\x22\xa6\x23\x6d\x81\x53\xd8\xd5\x26\x4a\x87\x3b\x00\x47\x4f\xfe\x00\x5e\x7c\xd3\x1f\x90\x1d\x0d\xb5\x21\xc0\x09\xe2\x09\x09\x8b\x95\x2b\x30\x52\x02\x47\xaf\xea\x0f\xb6\xb2\x3c\xfd\x1c\x66\x0e\x1d\xe2\x84\xfc\xc3\xe9\xf5\x3e\x2a\x8e\x6b\xc7\x12\xd2\xf3\x18\x27\x13\xd2\x0d\xf7\xa6\xef\x11\x46\x68\x01\x20\xd1\x31\x43\x25\x76\x23\x51\xa4\xd1\x96\xa6\x0c\x9f\x6a\x43\x90\x22\x8a\x76\x24\x15\xd8\xaf\xb5\xc5\x09\x6e\x8f\x72\x8e\x89\x54\x6e\x68\x60\x35\xc1\x02\x97\x33\x4f\x10\x25\xb4\xe4\xde\x14\x09\x61\xf9\x2f\x3a\x96\xe0\x78\xd1\x5f\x2f\x20\x58\xc4\x03\xd0\xb4\xf5\x7a\xff\x62\x07\x9a\x11\x1c\x0f\x55\x23\x26\x12\x1c\x0b\x4d\x9a\xd3\x8f\xed\xcb\xed\x81\x22\x96\x5a\x61\xfb\x99\x91\x96\xb0\x44\x90\xde\x25\x34\xa5\x1f\x11\xc4\xcf\x71\xce\x55\x96\x31\x52\x7b\x00\x13\x7d\x00\x19\x45\xb9\x68\x23\x05\xb5\xd0\x7e\xbe\x60\x5a\x0d\xb3\x25\xa3\xd8\xfb\x37\x52\xb0\x20\xb9\xdf\xe7\x0c\xc5\xf2\xd3\x12\x52\x66\x12\xbf\x4b\x0c\xb0\x91\x08\x90\x96\x10\x32\xb2\x97\x18\xb8\x5c\x2b\x39\x4d\x24\x08\x21\x2a\x1c\x1c\x69\x09\x21\x33\x19\x46\x08\xa8\xc9\x43\xec\x28\x75\xe0\xb1\xa8\x6b\xea\xf0\x4b\xf7\x8c\x98\x1d\x4f\x62\x5b\x1a\xc8\x5a\x69\x34\x42\xfe\x1e\x53\xdf\x34\x0e\xe6\x7c\x56\x1b\x17\x0f\xef\xf2\xe0\x8c\x7d\xb0\xe6\xb6\x96\xe4\x4d\x82\x46\x43\x26\xdb\x48\x13\xa4\xc7\x07\x81\x42\xc6\xf0\x0c\x26\x69\x8f\x96\x38\x91\x51\xe8\xf5\x1c\xbb\x3c\x7e\x93\x94\x33\xd2\x5e\x91\xe7\x40\xcb\x45\x6e\x3b\x45\x1e\x44\x42\xd4\xbb\x8a\xc5\x46\xda\x21\xe5\x7a\xb6\x74\x2b\x94\xc7\x78\x24\x98\x82\x14\x2e\x1c\x09\x6e\x85\xba\x3a\x47\xda\x89\xf5\x06\xf0\xce\x73\xa7\x17\x50\xd8\x40\x86\xab\x48\x60\xde\x2f\x1c\x84\x2f\x4d\x37\x61\x80\x17\xe0\x34\xa1\x42\x66\x3b\x79\x5d\x44\x42\x72\xa0\x64\x70\x9d\xb0\x86\x7a\xfc\x73\x22\xb0\x4f\x13\x5e\xbc\x7b\x1a\xe3\x4e\x88\x3b\x26\x3b\x27\xe9\x9a\xda\x54\x2d\xf8\x48\xb0\x88\xbf\x0f\x31\xfd\x68\x54\xf9\x22\x12\x12\xed\x4a\x5d\x13\xe9\x42\x6a\x62\xf1\xd6\xb4\x78\xed\xac\x3e\x12\x37\x32\xf3\x49\xf6\x48\x3f\x65\x90\x34\x01\xba\x09\x4e\x63\xdc\x0d\xe7\x22\x03\xf0\x41\x6d\x56\x09\x70\x09\x69\x6b\x55\x57\x29\xd2\x62\x55\x23\xf9\x08\x21\x37\x9d\x59\x57\x7a\x18\x72\xa6\x15\x22\xaa\x21\x4f\x53\x8d\x87\x87\x58\x4b\x46\xad\x23\x5b\x62\x22\x3d\x08\xcd\x30\xcc\xa0\x3c\x70\xf6\x8c\x48\xcf\x3a\xe6\xbe\x4b\x25\xd6\x3a\x12\xd6\xe5\x0d\x67\xe6\xa3\xff\x88\x4c\xee\x27\xf9\x22\x23\xd1\xad\xcc\x8d\x91\x51\xb9\xc8\xcc\x30\xd3\xf4\xa3\x58\xcc\xc8\xdb\x8e\x3c\xa1\x7e\x61\xed\xb2\x6a\xd2\x44\xde\x20\xd4\x26\x4f\xe0\xc2\x65\x2f\xab\x8d\x4c\x67\xe2\x6e\x99\xc9\x82\xb4\xeb\x99\xa6\x22\xc1\x38\x27\xd6\x6c\xd0\xfb\x50\x3f\x28\x5d\x74\x64\x6a\x18\x7c\x0e\x73\x5a\x94\x55\x09\x05\x23\x93\xfd\x6a\x93\x32\xc2\x1c\x14\x80\x1b\x19\xf1\xae\x8a\xe1\x8a\x8c\xf2\x00\xaa\x2b\x14\x39\xfd\x40\xc0\x33\x42\x1e\x52\xa1\x5d\x4e\x84\x80\x3b\x7c\xd0\x56\x07\xf9\x27\x88\xcc\x3f\x24\xbc\xa0\x0e\x72\x46\xbb\xab\xfd\xb3\x24\xff\x50\xbf\xbf\x42\xa9\x5f\x23\x2f\x8e\x1e\xbe\x2f\x66\x06\x36\x28\xae\x2c\x32\x4a\x8d\x9a\x32\x66\x64\xe8\x53\xc8\x6e\xe4\x4c\x3c\xf3\xb6\xe7\x13\x23\xb8\x4d\x3c\x13\xe2\xe5\x7c\xc3\x13\xde\x2f\x3c\x7c\x41\xfb\x8e\x28\x5f\x73\xd0\xcc\xfa\x4e\x0a\x1a\x8a\x5c\x40\x9d\xb2\xdb\x05\xc9\x51\x35\x67\xd8\xa2\x54\x5c\x2f\x72\x61\x5d\x35\xad\xa1\x80\x38\xbf\xfa\xbb\xd1\xf6\x04\xa0\x37\x93\xa0\x99\x2b\x0a\x0f\x4b\x32\xce\x95\xb9\xd1\x34\x41\x04\x43\x58\x7f\x1d\xb9\x42\x8d\x20\x31\x28\x23\xbb\x90\xe9\x71\x46\xf6\xa0\xac\x98\xda\xc8\x08\x7f\xa8\xde\xa6\xca\xf0\x11\x3f\x67\x6a\x1c\xcd\xb8\x92\xc1\x69\xc6\x4c\x1e\xd4\x7e\x93\xb7\x26\x32\x52\x0e\xea\x9c\x67\xd8\xa8\x5e\x38\x83\x84\x83\xd9\x58\x8b\x04\x83\xfd\x35\x16\xfc\x8f\x45\x8a\x72\xb0\xcc\xb4\xfa\x43\x76\x5e\x79\x86\x46\x0e\xe8\x71\x7d\xaa\xa0\x33\xc9\xf3\xd5\xc1\x84\x19\x5f\xd0\x83\xd2\x44\xd1\xa6\x91\x91\x80\xd0\x52\x73\x46\xc0\xaf\x3c\xd6\x23\xd3\x46\x64\x94\x0c\x3a\x68\xf9\xf9\x43\x37\x8d\x4f\x1b\xe2\x4a\xf6\x29\x44\x79\x80\xcd\x13\x86\xce\xc4\xdc\x24\x23\x29\x90\x72\x3a\x46\x86\xc1\x47\xce\xb8\x91\x3b\x31\x7c\xb8\x43\xec\x8e\xae\xfb\x19\xbe\x38\x8a\x26\x8a\x8c\x3a\x50\x9b\x8f\xf9\xa0\x97\x9f\x76\x17\x05\xf4\x8b\x4f\xf9\x12\x77\xa6\x09\xf1\x44\x8d\x39\x5d\x5b\x32\xcc\x2f\x4a\x99\x1e\x79\x09\x2b\x35\xbc\x7e\x86\x49\x4c\x93\x91\x89\xcb\xec\xd0\xfc\x60\x9f\x69\xa6\xec\x93\xe2\x97\xe6\x33\x41\xc7\x4c\x58\x27\xe9\x98\x77\x04\x9e\x33\x61\x32\x34\x59\xe7\xdc\xed\x07\x3b\xaa\xf6\x4e\x3d\x9f\x3a\xdc\x11\x5c\x63\x56\x82\xf2\xfa\x32\x30\x45\xde\x81\xa2\x56\x98\x64\xd4\xd7\x57\x6a\xd6\xc8\xac\xd7\x69\x22\x44\x7d\x89\x57\xb8\x23\x8d\xcf\xe6\x01\x90\xd7\xd3\x67\xe0\xc0\x89\x16\x7f\xcf\x07\x7d\x8b\x34\x01\xe4\x09\xb2\xc8\x9c\x91\x27\xa8\xc8\x31\x23\x32\x94\x15\xc5\xbc\xe5\x00\xef\x32\x0a\x1c\x3f\x54\x50\xed\x9b\x1d\xf8\x05\x28\x64\x8c\xf4\x90\xa0\x5e\x20\x39\x09\x02\x63\xfd\x09\xf5\xb7\x91\x08\xf6\x1d\x39\x4a\x44\x3e\x19\xa2\xe6\x0e\x3b\xa2\x4f\x35\xc3\x93\x29\x67\xfc\x3e\x4f\xa1\x56\x74\xe2\x14\x1a\x8b\x50\xcc\xa0\x58\x59\x9b\xe1\xcd\xac\x64\x50\x91\x4f\x1c\x43\xb3\xe3\x13\x74\xde\x7b\x76\x3e\xec\x40\x23\x5e\x1b\xf4\xd9\xda\x04\x04\xd8\x16\xd9\x19\x23\x43\x8c\x2b\x52\x98\xe7\x8b\x69\x7b\xd4\x23\xbc\xa1\x87\x1f\x37\x7e\x2f\x98\xa1\x7e\x7f\x37\x48\x50\x4e\xa1\xbc\xda\xb8\x19\xf9\x60\x23\xb2\x24\x2c\x90\x5c\x04\x81\xc7\x43\xa5\x5c\x4b\x34\xf0\xb6\xde\xcc\x4c\x2f\xec\xa1\x27\x74\x67\xa4\x15\xd2\x7c\x50\x90\xdf\x0a\x8d\x8c\xd4\x49\x65\x33\x5f\xb8\xe1\x89\xe2\x93\x7c\xb3\x06\x9e\x20\x04\x15\x8e\x32\x8e\x45\xbe\x7f\x92\x5e\xab\x3d\x61\x70\xf1\xf3\x13\x7b\xaa\x05\x20\x16\xa5\x5a\xa2\x82\x85\xaa\x98\xb4\xdf\x0f\x4c\x2a\x9a\x0f\x34\x34\xc5\x77\xc9\x0c\x13\xd6\xd8\x7e\x75\xad\xc9\x4f\xe6\xd7\xea\x1e\x0a\x9c\x6c\x32\x80\x5a\x0e\xd5\x84\xf4\xe1\x06\x1a\x60\x0f\xaa\x2d\x1b\x01\x1e\x12\x26\x77\xb0\x8e\xb1\xd5\xf7\x19\xde\xdb\xe1\x0d\x46\x71\x87\x97\x74\xf3\x60\x83\x74\x4b\x2b\xdb\xcf\xfa\xa6\x7e\x48\x54\x21\xa9\x0d\x7f\x8e\xe2\x36\x79\x99\xdb\x63\x09\x3b\x9a\x50\x41\x71\xce\xe6\xee\x98\x31\x5c\x6d\x48\xa0\xaa\xa6\x14\x85\xe9\x2a\x85\xf0\x85\xbe\xcf\x12\x95\x4a\xa2\x61\xbe\xab\x7d\x62\xbe\xcd\x3f\xc0\x37\x79\x73\x87\x37\xe8\x9a\x3b\x44\x64\xaf\x64\xad\x92\x51\x41\x5c\x17\xc5\x82\x7c\xcc\xbe\x78\x17\x06\xc6\x0a\xc1\xca\x92\x1f\xab\x9c\xad\xa2\xb0\xf8\xe7\xf4\xf7\x30\x71\x65\xbf\x3f\x70\x6f\x52\x13\x55\xda\x95\x52\x26\x0a\xa4\x47\x4b\xd8\x05\xd2\xa3\x0a\x3d\x47\x59\xb2\x60\x95\x77\x58\x14\xe4\x73\x51\x8e\xf6\x28\x28\xde\xa0\xe2\x76\x51\xe0\x44\x64\xfb\x4e\x29\x08\xa8\xa8\x6e\xa3\x08\xa5\xe1\xb5\x24\xb5\xa2\x6a\x20\x51\x58\xc3\x5d\x07\xa2\x54\x9e\x48\x43\xbc\x92\x55\x0a\x00\x15\x27\xb2\xba\x03\x92\x0c\x01\xa0\x92\x31\x48\xd6\x2c\xac\xe1\x9e\xdc\xe1\xba\xba\xbe\xfa\x47\xf5\x8a\xe9\xfe\x80\xb1\xd5\x9f\x33\x2e\x57\xe3\xc3\x42\x56\xbc\x61\xad\x31\xb1\xb0\xda\xc0\xb8\xe1\xe7\xc8\xa2\x60\x00\x04\x31\x5e\x97\xac\x82\xb8\x56\xeb\x6a\x0a\x2d\x62\xa2\x69\x05\x0e\x42\xb6\xe9\x15\x68\x97\xa6\x77\x28\x90\x30\x47\xb2\x41\x41\xe0\x91\x42\x5c\xa2\x04\x01\x32\x3d\x03\xa4\xd8\x6e\x9e\x00\x71\xfa\xd5\xe3\x85\x1e\x84\xd3\xa8\xd3\xf9\xda\x73\xd6\x74\x17\x17\x28\xa8\xf6\x24\x9f\xab\x28\x10\xdf\x4a\x71\xbb\xe3\x9a\xa7\x15\xc0\xe2\x55\x5e\xed\x03\x8c\x50\xfd\xc3\x7f\x67\x18\x27\x51\x82\xbd\xc8\xa9\x29\x0a\x92\xaf\x54\x1f\xb2\x51\x16\x08\x7c\xc8\x10\xe9\x94\x8d\x33\xf0\x9c\x96\xbb\x4e\x14\x66\x4f\x31\x92\x22\x6d\x63\xf5\x96\x0c\x4e\x50\x10\x83\x76\xab\xa8\x2c\x5d\x94\x71\xc2\x09\xca\x1d\x5e\x7c\x41\x58\x38\x40\xd7\x4d\x57\x58\x0b\xca\x20\x9c\xb4\x1a\x6a\x06\xf3\x67\x89\xea\x11\xf9\xc5\x94\x1c\x6d\x5d\x41\x97\xc8\xe9\x11\xe1\xc0\x53\x92\x29\x1b\x3c\x78\x14\x92\x1f\x05\x12\xde\xeb\xdc\xec\x1c\xc1\x8b\xda\x99\x0b\x5f\x23\x40\xc4\x93\x23\x57\x14\x48\x78\x25\xe5\xf1\x1b\x56\x53\x96\xfc\x97\x95\xdf\x2c\x0a\x1c\xa9\x4b\xf2\x41\xdf\x99\xec\xc3\xdd\xe3\x52\x23\xd6\x5f\x7e\x22\x75\xfd\x3e\xd0\xd6\x84\x6e\xe7\x1e\x14\xff\x80\x1b\x9a\x94\xa4\x05\x16\x37\xab\xfa\xcb\xce\x2d\x70\xfb\x61\x07\x82\xf9\xb1\x2d\xd2\x66\x42\x81\x72\xed\x4a\xf3\x1b\x05\xf6\x34\x9b\x6b\xca\x41\x77\x18\xcd\x18\x0e\x43\xd5\x7b\x8a\xf0\xb5\x62\x0d\x50\x39\x7e\x82\x8d\xd5\xfe\x59\x82\x47\xc0\x12\xbc\xa4\x83\x68\xe4\x93\x03\x7f\xed\x17\x31\x3a\x7e\xd6\xa0\x45\x9d\xeb\xa6\xfe\xa2\x96\xf0\x39\x2a\x66\x8f\x90\x49\x8b\x75\xd9\x05\x36\xba\xf2\xea\x80\x49\x61\xdc\x06\x03\x37\x7f\x3a\x31\x03\x4f\xf9\x44\xee\x29\x13\x93\x0b\x51\xfa\x5e\x33\x45\xc8\x17\x3d\xbc\x7e\x92\x3d\xa9\x0d\x44\xf6\x59\x44\xe9\xd0\x17\x1e\x5c\x1c\xd0\xef\x73\xc9\x9e\xe1\xbd\xe1\x05\x7d\xc0\xe8\x63\x63\x1e\x02\xe8\x4a\x32\xcb\x43\x92\x96\x17\xb9\x41\x9a\xb7\xf2\x7a\x0e\x85\x8a\x84\xc6\x82\xa2\xe7\xaf\x6d\xbb\x11\xd8\x61\x3c\x78\xc0\xa2\x8d\x47\x0f\xfa\x4f\xe6\x81\x4b\xaa\xaa\x2f\x98\x51\xaa\x52\xbe\x91\x28\x94\xaa\x74\x93\x28\x0f\x0f\xb3\x09\x1a\x1c\x91\x8a\x69\xfe\x83\x54\x3d\xdd\x53\xb8\xf9\x81\x10\x05\xaa\x42\x95\x56\x89\xca\xb8\x37\x51\xcc\x0a\xb1\x4a\x81\x92\x51\x37\x0a\xc6\x43\xed\x86\x7c\x9b\x7e\x0e\xa6\x29\xb4\xa9\x28\xf4\xa9\xfc\x23\x51\x59\xf2\x4a\x68\x54\x37\x4e\x68\xf8\x05\xa4\x5f\xf2\x00\x50\x05\xfa\x74\x56\xa8\xfa\x14\x15\x17\x35\x41\xe7\xa1\xcb\x54\x45\x04\xf3\x90\xea\xb0\x26\x4e\x48\x13\x4c\xb8\x3f\xea\xf4\xd7\xc4\xa3\xe3\x15\x24\x94\x1e\x6d\x9e\x00\xf1\xc8\x23\xc0\xf4\xa6\x38\xc8\xa8\x70\x1e\xb2\x0e\xab\xc2\xb2\x66\xcb\x57\x45\xd6\x6f\xf9\x64\x46\xa5\xe4\x24\xff\xbd\xa8\x99\x97\x11\xcd\x00\x7a\x37\x6b\x53\x6b\x61\x6e\x20\x2d\x09\x09\x3b\xcb\x6b\x93\x0a\x8c\x30\x42\xbc\x0a\xd9\x6a\x1a\x06\x85\x09\x27\xdc\xbe\xd9\x81\x80\x50\x1e\x50\x34\x75\x00\xff\xa1\x62\x5d\x61\xad\x5c\xa3\x7a\xa8\xcc\x94\xa3\x0e\x2a\xb2\xac\x54\x77\x10\xdf\x5f\xd6\x32\xd4\xca\x1c\x2b\x7e\x7d\xb0\x1e\xa0\xda\x93\x27\xcd\x3f\x30\x53\xba\x3e\x68\xa8\x28\xe3\xf1\x1a\x8f\x92\x60\xde\x7e\x8e\x6a\xff\x0d\xcf\xa9\x8d\xb7\x17\xcd\xb6\x41\x4b\x22\x0e\x57\x1b\x62\xcc\x9a\xdb\x3f\xa1\xb8\xda\xa1\x46\xf2\x2a\x24\x6c\x2c\x41\xa0\xe9\x21\x25\x88\x4d\x91\x35\x58\x5d\xdb\xf0\x0b\x6a\x25\x84\x13\x94\x9c\x74\xdd\xab\xc1\x1d\xf2\xb9\x09\xc6\xd5\xa9\xdd\x0b\xcc\x32\x9a\x41\x47\xfd\x17\xdd\x8f\x2a\xbc\x85\x4a\x96\x6a\xae\x52\x76\x92\xf0\x56\x3b\x0c\xce\x86\xf0\x40\xd9\x28\xc3\x64\x10\xa2\x1e\x01\x79\xe9\x94\x43\x3c\xea\x40\xde\x18\xc3\x04\xbe\xcd\x45\x45\x8e\xa2\x0e\x24\x66\xf7\x1a\x07\xeb\x3c\xe8\x83\x49\xa7\x4a\xed\x21\x94\x61\xd9\x33\x98\x28\x74\x6f\x52\x31\x59\x92\x20\xfc\x43\x83\x57\x9f\x96\x04\xef\xa0\xe2\x25\xc3\x17\xf9\x85\xa4\x93\x45\x17\xfc\x3e\x2a\xbe\x48\x34\xaa\x4b\x90\xe9\xc3\xdf\xef\x3f\x51\x55\x6a\xb7\x05\x32\xd3\xc2\x1d\x41\x50\xdd\xef\xef\xac\xa1\xee\x1f\x50\x00\xf0\xd5\x01\x72\x07\xbc\xda\xd0\x0d\x17\xbf\x8f\x5d\x97\xba\xb0\x52\xf2\xc8\xd2\x67\x56\xa4\x7e\xb3\x34\x58\xa1\xfc\x2a\x8a\x2d\x8c\x0a\xeb\x5f\x79\xb5\x11\x3f\x6a\x18\x1f\x84\xa1\x78\x56\x3d\xe8\xc9\xea\x36\x77\xd1\x78\x41\xe1\x24\xeb\x5e\x52\x0f\x22\x92\xdb\xb4\xd3\x7b\xc8\x13\xf7\x22\x0f\xc9\xc3\xe3\x55\xa1\x5e\xc9\x8b\x1e\x2e\xd9\x64\x28\x1b\x4e\xd4\x13\xf4\xd5\x73\x3e\x13\x4a\xb5\x6b\xdb\x4f\x16\x38\xd3\xf7\xd4\xaf\x65\xb3\x84\x13\x52\xbc\x54\x80\x15\xee\x46\x96\xc7\xea\xc9\x35\x4a\x44\xac\xac\x93\x6e\xfa\x78\xa2\x7a\x86\x31\xef\x3c\x80\x18\x9e\xd1\xc9\x0e\x3c\x02\x36\xd2\x60\x5f\xc2\xcf\x8b\xb1\x57\x2a\xd0\xac\x44\xac\x17\xd7\xa8\x11\x28\xfd\xbc\xd8\xd8\x05\x3d\xaa\x6e\x26\xf5\xe2\x22\x25\x0e\xd5\xab\xc2\x6f\xde\x3d\x40\x43\xe6\xd3\x87\x24\xb8\xd5\xb8\x78\x71\x1f\xa7\x3f\x40\x01\xa5\xea\x0f\xa0\x80\xd0\xf5\xaf\x52\x7e\xb2\x8e\xad\xde\x10\x19\x4d\x00\x90\xe3\xae\x14\xf3\xad\x9b\x6e\xe1\x1a\x92\xf2\x53\xf1\x4e\xc1\x6f\xbb\x78\x51\x48\x51\x50\x6c\x2c\xa9\x70\x7c\xb2\x04\x56\x11\x64\xf7\x62\xde\xf7\x83\x13\xa8\x11\x90\x52\xe0\x75\xc2\x1f\x38\x52\xf9\x84\x2e\x89\x6b\x0c\xb3\x62\x4a\x5c\xd6\x92\xd4\x25\x71\x0d\xcb\x4f\xf5\x41\xf8\xb3\x67\xf8\xc0\x5d\xc1\x34\xec\x61\x06\x53\x4d\xf0\x01\xa7\xf8\x55\x5d\xb5\xa8\xb0\xdb\x96\x97\x2c\x43\xbb\xad\xb9\xc2\x43\x90\x8b\x0d\x36\xc4\xf4\x29\xd4\x38\xda\x86\x8c\x33\x42\x9b\xb6\x11\x80\x42\xed\x86\xc2\xec\x16\xb7\x1a\x4a\x94\xda\x83\xa4\x6d\x64\x54\x9f\x11\x5b\xca\xa8\xe9\xa9\xe7\x94\xae\x4c\xd5\x1b\x0a\xad\xa7\xe1\x0f\x38\xa2\x2e\x0a\x8d\x85\xc7\xb4\x65\x0d\x11\x77\xc5\x72\x78\x4b\xa8\x9a\x2a\xbc\x6a\x09\xc5\x74\x86\x3b\xf8\x89\x46\xee\xfa\x01\x6a\x06\xcf\x99\xaa\x33\x33\xfb\xb6\x44\xb6\x51\x75\x77\x69\xa8\xec\xa2\x8c\xe8\xd1\x72\x81\xd7\x8b\xde\xcf\x15\x14\xca\xef\x43\x58\x11\x96\xb4\x8c\x93\x20\x34\x6d\x19\x66\x32\x2f\x31\xc3\xfe\x3e\xdc\x1f\xf7\xf1\xd5\x21\xc4\x81\xf0\x07\x50\xc6\x4a\x37\xd5\x0a\x4d\xb7\xda\xb6\x82\x14\xdc\xa2\x37\x0d\x09\xd7\xab\x41\x56\x08\x43\x6f\x53\x59\x02\x8a\x99\x75\x43\x44\x9e\x5d\x7f\x5b\x21\x0c\xc5\xdd\x5b\x61\xce\x50\xed\x0a\x24\x3e\x2b\xbb\x5a\xe1\x0c\x3f\x78\xde\x90\x47\xc0\x56\x92\x86\x24\x70\x8a\x93\x8c\xb6\x04\xb4\x6e\xb7\x9e\x06\x7f\xf0\xda\xfc\x3e\x6d\x20\x5a\x21\x6a\xa4\x14\x85\x88\x44\x43\xe1\x52\xd3\xb7\xd6\x08\x02\x4d\xb8\x2d\x34\x92\xba\xbc\x35\x94\xeb\x97\x94\xde\x98\x2a\xf9\x35\x81\xb6\x78\x6f\xf6\x9e\x35\x42\x40\xcc\xb8\x35\x7a\xb0\xfb\x05\x62\x51\xf7\x88\xc8\x03\x3b\x3c\x43\x78\x73\xe9\xda\xdf\x90\x98\xc0\x0a\xc9\x16\x50\x81\x4f\xb7\x59\xf2\xcf\xef\x1f\x58\x91\x40\x16\x27\x62\xc1\x34\x01\x26\x37\x96\x4c\xd8\x3a\xc9\xa7\x37\xb5\xd3\x74\xe6\x36\xcf\xa2\x67\xd8\x19\x36\x21\x20\xb1\x7c\x9b\x81\xf6\x51\x9f\xf9\x07\x44\xbf\x4a\x51\xd1\x90\xfd\x58\xf5\xe1\xa3\xc1\x39\xcb\xfa\xb5\x36\x98\x7b\x41\x03\x42\x82\xeb\xde\xb4\x01\x2b\x8a\x8f\xf2\x60\xc8\x9f\x66\x3c\x19\xe7\x29\x10\x43\xc2\xdb\x8c\xe7\xf3\xa7\x14\xaa\x06\x58\x22\x5e\xd8\x12\xd6\x28\xe2\xd9\x22\xdd\x50\xd9\xfc\x35\x22\xec\x9d\xe5\x75\x94\xa0\xce\xf2\x75\xae\x21\x55\x40\xb1\x03\x59\x43\xaa\x00\xbb\xd1\x37\x18\x3c\x5d\xd7\x23\xda\x5c\xcc\xbd\xbd\x3e\x40\xbe\x7a\x53\x07\xd4\x77\xb3\xa9\xa3\x21\x1d\xb0\x8b\x7d\x45\xdb\xa9\x47\x50\x07\x3b\x82\x00\xab\xdb\x8d\x2e\x5b\x6a\x73\x0d\xc9\x3f\x20\xb7\x9d\xc1\xb4\xff\xac\x41\xab\x86\x8a\xcb\x7e\x82\x6d\xff\x59\xc3\x6f\x42\x3d\xa3\xd1\xe3\x7c\x7a\x38\x54\xb8\x93\xc6\xb0\x41\x0a\x55\xae\xbe\x68\x94\x42\xab\xb9\xd0\x0e\x4d\xb4\xe7\xb7\xa4\xd0\xa2\x8c\xcd\xd1\x0e\x5c\xb9\xbd\x8b\x07\xe7\x6f\x6a\x02\x19\x32\xbc\x49\x4b\x44\x0c\xe5\x7f\x8a\xb6\x44\xc4\x52\x64\xd0\x6c\x28\x31\x30\x4d\x4f\x4f\xe2\x8d\x54\x37\xed\x24\xde\x08\x20\x4b\xe2\x0b\x25\x88\x8a\x76\x32\x65\xa3\x06\x58\x12\xdf\xc2\x15\xb5\x91\x39\xd6\x5b\x74\x22\x9e\x66\x73\xfb\xe2\x80\xee\x10\x7e\x26\x52\xbb\xb6\x13\xc1\xf7\xd2\xab\x34\x14\x35\x08\x83\x08\x25\x0a\xc2\xe4\xed\xc2\x5d\xc8\x7c\xf6\x86\xa6\x5a\x9a\xf0\x46\x59\xca\x9e\x14\xed\x66\xce\x64\xcd\x78\x89\x4a\x25\x4b\xc9\xd0\xe8\x22\x6e\x14\x81\x7d\xd1\xe2\x61\x43\x3e\x60\xeb\x59\x1a\xec\x8b\x76\x70\x6a\x37\xac\xdc\x26\x8f\x28\xe6\xbe\xf9\xa0\xc1\x5c\x38\x0d\x91\x07\x2c\xea\xd5\x86\x56\xd6\x0c\x05\x0e\xd9\xf6\xde\x8d\x0d\x3a\x52\xcd\x2f\x36\x2e\x30\xfc\x43\x5e\x04\xdf\xef\x17\xbc\x1f\x6a\xd3\x5a\xe3\xd7\x77\x3c\x2f\x6a\x43\x89\x62\xcd\x56\x30\x75\xae\x90\x36\x36\x6e\x61\xf7\x08\xc8\xe1\x2c\x75\x5f\x2c\x51\x28\xab\xaa\x47\xc4\x12\x7d\xaa\xfd\xf8\x02\x8a\x25\xd5\x98\x8d\x40\xa6\x5c\x9f\xda\x58\x72\x4c\x98\x0c\xc4\x92\x4a\xc2\x3e\xf3\x91\x78\x8c\x86\x07\x80\x45\x4f\x84\x24\x90\x5b\xc0\x5b\x1a\x70\xd1\xb6\x0e\x25\x32\xe9\x84\x67\x04\x17\x6d\x6b\xa6\x02\x51\x67\x76\x06\x09\xa6\xc6\x0b\x0f\xc0\x19\xe8\x60\x06\xc2\xcc\x54\x2d\x3c\xa2\x90\x94\x09\x6b\xa2\x24\xac\x41\x6b\xa6\xe0\xf2\xfa\x00\x30\x90\x38\x1c\x4b\x70\x09\x65\x06\x88\x28\xc8\xf0\x34\xfc\x3e\x36\xc1\x4c\x31\x90\xbc\x76\x8a\x6d\x47\xe5\x80\x53\x6d\xe4\xc9\x16\x07\x89\x8a\x70\x9b\xe4\xe7\x07\x92\xe1\x0a\x46\x4b\x0e\x79\x49\xa3\x51\xa1\xc8\x92\x7c\x1e\x0d\x85\xcf\xbc\x49\x0d\x81\x08\xe2\x70\xd1\xb8\x40\x81\x94\x35\x1c\xa4\x62\x88\x86\x05\x4a\x65\x1b\x4b\x2e\x09\x13\xa2\x68\x40\x7b\x49\xf0\xd1\x50\x35\xab\xf9\x7b\x6c\x41\x33\x04\x1b\x26\x28\xd2\x18\xb4\xea\x35\x83\x3c\x00\x11\xe9\x04\x02\x51\xfd\x4a\x19\x15\x81\xc0\xfd\x97\x02\x33\x02\xae\x8c\x06\x01\x75\x4f\xed\x35\x04\xe3\x93\xdd\x23\x92\x44\x4a\x62\x8f\x78\x20\xa8\x68\x8d\x10\x54\x7c\xb3\x8c\x8e\xb0\xaf\xfe\xab\x3b\x4e\x74\x4e\x4f\x52\x4c\xa0\x90\x9b\x5d\x39\xa3\x13\x82\xda\x91\x0e\xc3\xb9\xb8\x4f\xf4\x75\x4c\x9b\x77\x60\xf0\x86\xa2\xf7\xa9\x97\x6a\x3e\xb7\x03\x5b\xe8\xf5\x43\x68\x19\x22\xb5\x01\xb5\x93\x45\xe1\x40\xc5\x83\x77\x87\xf0\x7a\xf4\x84\x97\xd0\x52\x6c\x13\x8c\x09\x87\x61\xa3\x08\xb2\x1d\x1a\x7a\x70\x17\x37\xa7\x88\x9d\xee\xc2\xfa\x7c\xe7\x7a\xb5\x1b\x8b\xb9\x77\xeb\xaf\x03\x0e\xdf\x5d\x84\x39\x58\x07\xcd\xcb\x83\xc6\x66\x33\x86\x21\x33\xcf\x94\x5d\x3d\x50\x9e\xc7\xb2\x41\x9c\xf0\x7c\xf5\xf2\x69\xc8\xb1\x50\x16\x27\x92\x6f\x78\x43\x4e\xba\x89\xba\xcd\x40\x0d\xcf\x08\x1e\xde\xa1\xbb\x40\x2c\xde\x36\x8b\xe9\xda\x35\x01\x30\x75\x70\x41\x3a\x51\x44\x7e\x04\xb2\xe9\xfb\x42\x17\x50\x24\x24\xdd\x0d\x02\xe5\x74\x7c\x0d\x8e\x1b\x94\xd5\x94\x17\x5a\x80\x17\x5d\x7b\x50\x00\xc1\x28\x03\x5e\x55\xec\x55\x1a\x0f\x24\x69\x89\xea\xf1\x80\xb4\x9b\x70\xae\x5b\x7f\xea\x86\xd1\x83\x3d\x32\xef\x80\xcb\xb6\x05\xed\x80\xcb\x76\x32\xa1\x5d\xb7\xfe\x6c\xe7\x8f\xe0\xc5\x3e\x4c\xc6\x1e\x3a\x79\x7a\x02\xb0\xe2\x8a\xb4\xf7\x0d\x7a\x3c\x4d\xa0\x2f\xee\x37\xcc\x7d\x3b\xa3\x8f\x74\xbd\xea\x8c\x3e\xea\x6e\x2f\x6e\xa8\xac\x32\xd1\x37\x78\xed\x89\x8e\x77\x30\xc3\x97\x75\xad\x83\x1b\x3a\xd4\xb3\x27\x48\xea\xa2\x32\x1d\xcc\xae\x89\xbd\x77\x30\x3b\xbb\xb3\x74\x44\x64\x97\x78\xfd\x00\xfe\x2f\x24\xe8\x09\x21\x7a\xd2\xc4\x74\x5e\xda\x95\x36\x3c\x3a\x13\xb9\x7b\x46\x64\x8f\xb6\x9a\x76\xb0\x47\x25\x7e\x8d\x9e\x21\xb3\xe9\x42\xd7\xe1\xce\x6c\x2f\xb9\x9e\xe1\x05\x27\x32\xd5\xe9\xb1\x62\x3c\xed\xb0\xbb\x28\x57\x4f\x74\x5c\xeb\x87\x81\x4c\xb3\x8b\xd0\xb2\x93\x7d\x4a\x04\xe9\x64\x9f\xf6\xf9\xe9\x64\x9f\x12\x61\x3a\xd9\x67\x78\xd1\x28\xc5\xa6\xcc\xab\xd1\x0b\xab\xf6\xfb\x03\x16\x6d\xd7\x2e\x14\x96\xa5\xd7\x0c\x0a\x84\x30\xa1\x4d\x87\xf7\xb2\xd5\x63\xbd\x12\xd1\x75\x72\x7a\x05\x71\x94\x10\xd4\x2b\xdd\xb4\xd4\x61\x0d\x44\x8d\xf9\x39\x78\x83\xad\xb4\x7d\xdd\xf3\xc3\xca\x99\x8e\x64\xef\xf6\x79\xe9\x8b\xbf\x86\x23\x07\x7a\x25\xa6\x77\x8f\x00\x72\x9d\x3d\x65\x08\x39\x92\xc4\x3b\x8b\xa5\x7a\x89\x88\x0b\x37\xf5\xed\x08\x0b\x2f\x96\xa4\x3b\xaa\x2c\xe5\xdf\x65\x16\xe8\x8b\x3d\x57\xab\x21\x3a\x2e\xf9\x4a\xea\x13\x9d\x86\x1b\x3b\x33\xf4\xc5\x8f\x43\xc9\xf8\xa3\xc3\xc9\xa6\x7a\x47\xc0\x8e\x1d\x98\xd8\x83\x6e\x5f\xda\x01\xe4\x82\xb7\x77\x69\x0f\x54\x48\x94\x7c\xd2\x63\xa2\x7f\xb7\xd7\x41\xb5\xc3\x72\x0f\x86\x44\x6b\x7c\xda\x79\x1c\xd4\xdd\xe1\xf1\xbc\xf9\xd8\x74\x56\x9d\xd4\x84\x7a\x5a\xec\xc5\xf0\xeb\x70\xb3\x32\x25\x40\x45\x24\xd5\xb6\x8b\x8e\x00\xae\xf2\x3a\xf9\x28\x76\xf7\x3a\x87\x54\x1a\x28\x35\x5b\x74\x30\xe8\x6c\x5a\xd5\x81\x02\x3e\xf9\x9d\x30\xd5\x65\xaa\x77\x28\x8e\x25\xea\x77\xf8\x4c\x2b\xff\x61\xf4\xc1\x63\x62\x9c\x40\x49\x24\x2b\xfc\xfb\x60\x99\x29\xc1\x60\x60\x06\x12\xba\x3a\x92\xe2\xbc\x5c\x3e\x3a\x02\xcf\x1d\xdd\xd9\x99\xd0\xd0\xe9\x2d\xfa\x38\x30\x67\xf5\x38\x29\xd2\x08\x4a\x13\x35\x06\xc4\xe2\x3a\xd5\x0a\xf6\x94\xef\xf0\xa3\x6e\x86\xda\xc4\x39\xf1\x41\x82\x1f\x75\x71\x86\x86\xce\x32\x7e\xa6\x66\xc8\x40\x58\x9c\x32\xa2\x23\x14\xdd\x21\x2e\x7d\xc9\x0d\xd5\x71\x56\x1d\xf5\x55\x95\xae\x36\x3a\xbc\x6c\xaa\x3b\x44\x55\x21\x1b\x85\x3b\xbd\x6c\x1c\x17\xde\x77\x6e\xac\xd6\x4c\x35\x83\x43\x4a\xfb\x4e\xb0\x6a\x46\x3b\xd7\xe4\x11\xb8\x26\xe3\x1a\x0a\x11\x29\xfd\x7b\x74\x78\xd2\x84\x34\x23\x1d\x69\x0a\x8b\xe3\xc0\xfb\x7e\xa1\x47\x4f\xe9\xe6\x0b\x9e\x34\x32\xcc\x7b\xa7\xe1\x49\xe3\x2b\x50\x3f\x80\xbd\x52\x63\x76\x9a\xab\xac\x07\xec\x28\x5e\x68\xf9\xbf\xb3\x96\x91\xcf\x33\xf2\x1a\xda\x9d\xaa\xa3\xb8\x61\x36\x81\x38\x97\x74\x6d\x1b\x65\xa7\x66\xc1\x39\x0e\xfa\xc9\x19\x68\xc0\x13\xf5\xab\xbc\x82\x75\xf1\x57\xad\x88\xe8\xa8\x34\x64\x47\xe8\x0e\x3b\xce\xab\x3b\x98\x71\x36\x93\x4b\xf8\x41\xbf\xe8\x29\x8a\xc2\xbe\xe6\x03\xab\x8d\x7d\xa9\xfa\x05\x7a\xd2\xfc\x1c\xf4\xc4\x98\x7f\x11\xcd\xcc\x05\xe1\xd8\x3c\x24\x2b\x75\xd4\x80\xcd\x66\x8a\xc8\x22\xfd\xa2\x37\xb4\xf2\x38\x70\xb8\x23\x36\xdd\xe1\x70\x9d\x9a\x89\x17\x49\xbc\x33\x7a\xd4\x92\x6f\x16\xc9\xf1\x07\x98\xb2\x11\x17\x9e\xcc\x36\x7a\xf6\x1b\x05\x51\x2d\xfb\x3c\xc4\x01\xb7\x17\x13\xb5\x2e\xa6\xd3\x17\xd9\x11\x7f\x1d\xb5\xf0\xc3\x30\x7c\x58\x4b\x42\x13\x7a\xb0\xe4\xd7\xfb\xc4\x42\x33\x3d\xd6\x05\x12\xa3\x1f\xd0\x55\xe4\x5f\x25\x86\x8e\xb1\xb1\x1c\x5b\x52\x9b\xc7\x4c\x7a\x86\x81\x50\x72\x6b\x6e\xc6\xc6\x50\xb2\xaa\x36\xe1\xe3\x36\xb6\xb4\x7a\x36\x48\x34\xa2\x73\x3d\x36\xd2\x5f\xb7\x2f\x0e\xe8\x0f\x40\x39\x9a\x5f\xc0\x21\x93\x90\x30\xe8\x41\xa3\x8a\x31\x31\xe0\xcb\x5c\x05\x8f\x91\x08\x61\x11\xe4\x91\x90\x0d\x46\xc2\xdd\x80\xb3\xf3\xf6\xea\x11\xd4\x31\xfb\x7d\x40\x5c\x5c\x74\x64\x94\x74\x11\x4e\x8d\x8c\x25\x0f\xb7\x71\xe7\x73\xff\xac\x42\x2f\xd2\x35\x90\x46\xd9\x11\x92\x83\xe6\x0e\x7f\x5f\x90\xcd\xb5\xfb\xf9\x05\x31\xc8\xfd\x01\x22\x5e\x30\xa2\xc2\xca\x10\x8a\x0c\x24\x24\xcc\x06\x21\xd4\x10\x8e\x93\x1e\x08\x0b\x53\x99\xa5\x18\x90\xab\xc2\x9b\x5e\x2b\x50\xcc\xfd\xa1\xd8\xf5\xeb\x7d\x68\xaf\x8a\xdf\xef\x9c\x80\xf6\xa8\xa2\x34\x47\x51\x13\x00\xea\x7e\x0c\x9c\xf0\x86\xa0\x44\xfd\x4b\xc7\x3c\x2a\x4a\x3f\x8a\x76\x0f\xca\x65\x0e\x86\x1f\x15\x20\x08\xaf\x90\x20\x90\xf8\x3c\x1a\xfc\xef\xbc\x64\xc4\xa1\xa9\xb4\x44\x0c\x0a\x66\x43\x2c\x71\xc0\xc5\xc6\x3e\x3d\x03\xe5\x2f\xad\x70\x1b\xb0\xe8\x64\x6f\x0a\x8a\x4b\x3a\x73\xca\xf8\x71\x47\xd6\xfb\x41\x18\x6a\xcd\x81\xa4\x20\x22\xa5\x23\x02\xfd\x69\x7c\x24\xf0\xb1\x3d\x65\x20\x38\xde\x49\x30\x46\xc0\x9f\xdb\xe7\x86\xee\xcb\x43\xb7\xc2\x01\x03\x8d\x3d\x1b\x46\xc7\x04\x44\x88\x06\x55\x17\x8e\x75\x1f\xa8\x03\xac\xc4\xcb\x31\x28\x19\x49\xf6\x1a\x90\x63\x9a\x77\x71\x10\x64\xd5\x3f\x80\x99\xf8\xa0\x41\xd0\x29\xc3\x67\x1f\x3e\x34\x4e\xc2\x30\xe0\x43\x63\x75\xd7\x18\x0f\x46\x14\x4c\x61\x2f\xb1\xf7\xc6\x60\x55\x1c\x19\x7c\xc6\x12\x53\xa6\x3d\x16\x07\x8a\xb8\xdb\x7f\x79\x4c\x3a\x98\x78\xca\x70\x81\xb1\xc7\xf6\x80\xd4\x61\x9f\x9b\x81\xda\x84\xdd\x27\x7b\x87\x72\x45\xec\x70\x20\x5a\xab\x19\x49\x90\xa8\x58\x19\x17\x63\xfc\x78\xb4\x78\x17\x61\x4b\x08\x09\xc4\x83\xb6\x04\x9f\x24\x94\x2f\xb6\xde\x77\x50\x02\xb0\xdc\x34\x28\x01\x78\x53\xce\x0d\xec\x45\x03\x9c\xbc\x60\xe8\x12\x36\x4e\xe0\xe1\xab\x8d\xe4\x73\xaf\x36\xf1\x44\xc2\xe0\x40\xb6\x99\xcd\x23\xd2\xdb\xc3\xf6\x8d\x01\xeb\x80\x13\x2b\x0d\x78\xaa\x3a\xf8\x69\x5c\x0d\xd9\xba\x34\x45\x2a\x4c\x5e\xcf\x3b\x54\x3e\xbf\xb2\xde\x0c\x44\x3a\x6d\x26\x0d\xf4\xe3\x70\x5c\xc1\xb8\x10\x98\xe1\x83\xbb\x38\x7a\x1f\x46\x73\x98\x1a\xc2\xfc\x08\xc5\x8c\x55\xaf\x39\x06\x2a\x09\xaa\x4c\x5f\x8c\x1b\x71\x0c\xee\x1f\xb9\x5f\xca\xf4\x0b\x64\xd8\x86\x17\xea\x38\x38\xf4\x68\x20\x39\x9e\xaf\x78\x03\x55\xe2\x5f\x94\x05\x55\xe2\x87\x84\xf3\xf1\x30\x92\xc4\x48\xf8\x80\xe3\x49\x45\x36\x19\xeb\xa3\x5a\xc1\x31\x37\x90\x6b\xa9\x3b\x26\x78\x72\x12\x4e\x4c\x84\xa3\xdb\xd8\x3c\xa9\x0e\x71\x68\xf4\xdc\x20\x7c\xbf\x3a\xa4\x67\x98\x3b\xc4\xb1\x10\xfd\x9e\x89\x4b\xd6\xfb\x29\xb1\x43\xff\x00\x73\x8d\xd6\x3c\x11\xac\x6d\x07\xa1\x89\x4a\x04\x16\xd6\x67\xd9\x50\xcb\xbf\xab\xbd\xde\x77\xc8\xde\x5c\x1c\x2f\x8a\xb4\x88\x93\x8a\x74\x81\x68\xd2\x83\x53\x55\xd3\x62\x92\xc5\xe9\x96\x36\x2b\xc2\xc9\x75\x65\x9a\x95\xde\xd2\x7a\xde\x90\x8a\x44\x17\x9a\x09\x97\x48\x7b\x9a\x4c\x28\xba\x1d\xb9\x3b\x69\x5f\x4f\x7e\x7e\xa1\x7f\x7f\x0f\x3d\x80\x17\xd0\x88\x35\x06\xd9\xba\x59\x87\xd1\x6a\x22\x5f\x9b\x35\x0d\x13\xe4\xde\xb1\x22\x13\x6a\xec\x6a\xaf\xd8\x89\xaa\x6a\x76\xdf\x9e\x20\xe7\x56\x8e\x4c\x44\xa3\x54\xd5\x51\x8d\xb9\xee\xda\xc3\x57\xb4\x89\x2a\x6b\xf6\x43\x9b\x1d\x11\xf8\x12\x34\xe7\xa2\xff\x63\xf3\x9e\x74\x96\x9f\x10\x71\x9b\xcc\x6d\xa2\x73\x3d\xfb\x40\x07\x5a\x62\xc7\xa6\x25\x0f\x70\xc2\x57\x5a\x33\x1c\x04\x81\x06\x40\x78\x4a\x35\xb9\x9f\x60\x20\xce\xca\x37\xa1\xeb\xae\x8e\x1c\x9d\xd0\x75\xdb\xa1\x6a\xfe\xe4\x97\x95\x60\x32\x07\x52\x83\xfa\xe8\x0c\x4e\xc9\x1f\x60\xdb\x8c\xd8\xc8\xb8\x66\x4f\xd8\x39\x91\x54\xc0\x07\x63\x72\x89\x9a\x11\xaa\xd3\xdb\x83\x69\xe2\x56\xfb\x9a\x20\xee\x98\xe5\xd5\xa6\x67\xad\x76\x1d\x77\xcc\x6a\xab\xdb\x5c\x77\xcc\xf9\xfe\x00\x03\xbc\x3e\xe0\xae\x4a\x3c\x9e\xb8\x63\x9a\x98\xce\x9d\x3e\x54\x9a\xe1\x81\x5d\xf5\x49\x59\x0c\xc4\xa9\x3e\x63\xae\x1b\xe2\xcb\xb3\x79\x1e\x1c\x50\x10\x38\x78\xf4\x85\x35\x28\x82\xe6\x3a\x3b\x31\x4f\x0e\xa0\x09\x2d\xfe\x11\x8e\xf9\x99\x70\x16\x7c\x9d\x4c\xd8\x96\x1d\x8a\x3a\x4f\x78\x2f\x19\x0b\x60\x5a\xb6\x89\x6a\xc2\x57\xb0\x3a\xb5\xc4\xbc\x98\xfb\x53\x20\x42\x7d\x7c\xfb\x7c\xcd\x75\x07\xcc\xa9\xb9\x8d\xd4\x13\xc6\x22\x94\xbb\x2f\xe5\x57\x19\x06\xe6\x0d\x6b\x80\x88\xf3\xbc\x89\x30\xea\xfc\x01\x5d\x31\x25\x45\xda\x7b\xc7\x88\xcd\x87\x9e\x90\x82\x0e\x2e\x5f\xd5\xce\x55\xf3\xc1\xec\x24\x00\xec\xdb\x4f\x2a\xce\xd0\x0f\x09\x35\x54\xab\xda\x19\x6e\xc3\x5d\xed\x06\x8c\xf1\x73\x44\xb0\x0b\xbe\x7b\x82\xf7\x97\xc0\xb1\xd3\xdf\x4c\x37\xfa\x3d\x21\x55\xb8\xc7\x4b\xf0\xef\xd0\x65\x65\xff\xc9\x0d\x2a\xf8\xed\xeb\x36\xf3\xca\xf2\xb4\xe7\xcc\x17\xa6\x7e\x28\xa0\xad\xfe\x00\x87\xa6\xba\x0d\xa4\x57\x75\x82\xd8\x91\x0e\xd4\x7e\xc1\x7b\x26\x4c\x3e\x38\xbd\x17\x4e\x41\xec\x65\x87\x62\xd9\x6a\xc4\x1d\x76\x58\xfb\x45\xee\xa8\x7d\x6f\x4f\xa1\x7d\xb1\x8f\xa1\x4a\x39\xb1\x17\x9c\x32\xa9\x25\x76\xa4\xd1\xb0\x03\xdb\x8e\x0b\x93\x77\x7d\xc7\xfd\xc6\x62\xe0\x8e\x2c\x18\xaf\x05\x54\xd2\x62\xf5\x8f\x5c\x5d\xb6\xce\xef\x0d\x28\x27\x6e\xb4\x37\x42\x44\xfd\x31\xd5\x96\x28\xe9\x0e\xee\x52\x6d\x12\xda\x1b\x4e\x65\x75\x87\xf0\x11\xf6\x04\x83\x10\x92\x60\xba\x43\x51\x3b\x0d\x42\x14\xf9\xb4\x3b\xfb\x8e\xd2\xf5\x76\x32\xdc\xe9\x7d\xe5\x3d\x23\xed\x16\x99\xd9\xa1\xf5\xb4\x8d\x69\x47\x68\xa1\x15\x82\x3b\x72\x61\x5a\xcf\xb2\xd3\xaa\x58\xfc\x3e\x21\x2a\x88\x23\x8f\x55\xb5\x96\x62\x87\xaf\x94\x5d\xfc\xf6\x09\xb2\x22\x35\xcb\x3e\xe1\xdf\x6b\x10\x4d\x50\x56\xa3\xf5\xa2\xbc\xd3\x6e\x96\xfb\x4e\x90\xeb\xfd\x9d\xf1\xc1\xa2\xac\xfb\x12\xed\x87\x4a\xfd\xc5\xbe\x17\x9c\x74\x4d\x08\xa9\xa9\xec\x42\xb8\xc3\xc9\xa8\xe6\xec\x11\xb0\x27\xcd\x1d\xc0\x0a\xe6\x3d\x5b\xa2\xfd\x1c\x06\xf9\xc1\x01\xf4\xfd\x01\x24\xf5\x00\x70\x1c\xdf\x74\xb9\xd9\x4f\x88\x24\x92\x13\xf7\x8b\xdf\x0b\x69\x2e\x20\xb1\x91\x7e\xd1\xbd\x69\x42\xbc\x43\xf5\x55\x7d\xe7\xdd\xaf\x0b\x20\x72\x07\xf7\x6a\x7b\x4f\x2f\x5e\x7e\xf4\xfc\x87\xf6\x69\x41\x37\x6f\x53\x82\xd0\xcd\x3a\x08\x26\x4d\x37\x99\x97\x56\x8c\x34\x8b\xd5\x77\xd4\xfd\xc6\x26\x19\x8d\x1f\x2c\x49\xbc\x62\x7f\x30\x82\xb1\x04\xee\xc5\xce\x90\x7a\x6c\xf4\xbe\x4d\x6a\x2f\x29\xae\xbe\x9e\x63\x05\xda\xf4\x63\x89\xa1\xd3\x58\x7e\xc0\x39\xd7\xe7\xf0\x48\x80\x80\xa8\xf7\xc1\x72\x17\x96\xc2\x8e\x8c\xf0\x52\x11\xd7\x23\xd3\xe2\xa4\x01\x40\xfb\xac\xff\x3c\x32\xfc\x29\x74\x3b\x39\x20\xf7\xb6\xfe\xab\x30\x9c\x03\xfe\x2c\x4e\x89\x74\x14\x58\xb3\x84\xb1\x47\xe9\xe8\x4c\xb3\x85\x5a\xa8\x9a\x19\x1d\x90\x92\x9b\x47\x2f\x4c\xca\xe4\x0e\xc1\x6a\x93\x9f\x23\xc4\x5a\xe0\x3f\x90\xec\x47\xd5\x2d\xe3\xa8\x30\x39\x1a\xdc\x20\x7b\xb3\xf9\x7d\x4e\x40\xfb\x79\xc0\x5c\xa6\x0a\xaa\x71\xc0\x2d\x56\x89\xcc\xe3\x68\xf0\x4f\xd7\xfd\xfb\x40\x92\x63\xfb\xc7\x1c\x48\x18\xf8\x9a\x20\xc9\x9a\x5d\xe8\x8f\x45\xd6\xc6\xf6\x7a\x21\xc3\xad\x4b\x2b\x0c\x44\xf9\x4b\xec\x3e\x02\xd7\x65\x29\x67\x0f\x78\x8b\xa8\x06\x6a\x1c\xc8\xf0\x63\x3f\xdf\x23\xe0\x97\x66\x10\x07\x6c\xa6\x22\x63\x47\x07\x19\x35\x42\x2d\x11\x78\x38\xc4\xf1\x58\x22\x70\x77\xb6\x96\xa3\x53\xbe\xf3\xf7\x3b\x4b\xb2\x6b\x02\xfd\x80\xa1\x59\x0b\x82\x8c\x6c\xd5\xdf\x31\x60\xaa\x97\xc0\x7a\x50\xe2\x35\x02\x52\xe2\x2d\xde\xa3\x41\x29\x5d\x38\x01\xe3\x91\xe3\x20\x8e\xc1\x3d\x33\xcc\x07\xe2\x85\x5f\x2f\xec\xd0\x38\x68\x46\xcc\x48\xd8\x3d\x03\x56\x95\x97\x9e\xe8\xa0\x0c\x2d\x33\xc8\x81\x08\x6b\xc7\x04\x1c\x2c\x91\xe0\x08\xe4\x63\x32\xd1\xa4\x66\x00\xe3\x51\x75\xee\x84\x63\x92\x30\xe9\x85\x1d\xbc\x40\x94\xf5\xd8\xe1\xd3\x21\xde\x70\xec\x10\x39\x25\x21\x1e\x3b\x28\xa1\x78\xc3\xb1\xb3\x3f\xcd\x18\x94\xd9\x94\xfb\x40\x94\x90\xf5\xb9\xc7\xc1\x73\x20\x10\x40\x66\xf6\x75\xf9\x40\x4e\x9d\x66\x10\x21\x48\xa8\x5a\x86\x3d\x10\xe1\x9c\x93\x3f\x00\x9d\xf2\x39\x00\xa9\x4f\xaf\x09\x80\xee\x18\x6d\x28\x64\x5b\x80\x38\xe0\x01\xba\x19\xa6\x50\xe2\x98\xfd\x1e\x27\xd2\xad\xe8\x36\x79\x9c\x88\x7b\xf0\x8a\x4e\x16\x25\x17\xda\x9d\xcc\x40\x6c\xda\x82\x94\x37\x56\xd5\x1d\xa8\x89\xf0\xd2\xeb\x1f\x8c\x57\xf6\xc9\x81\x92\xa7\x49\xc0\x38\x16\x77\xaa\xbe\xd1\x1f\x17\xfc\x74\xba\x9f\xb3\x68\x83\x06\xbc\xa0\xda\x33\x1a\xd2\x23\xd4\x20\xbc\x06\x27\xa0\x4d\x84\xa2\x67\x33\xa2\xc3\xad\xa6\xda\xf9\xee\x80\xdc\xff\x62\x16\x28\x08\x6a\xcf\xaa\xe3\x86\xcb\xe4\x70\x7b\x21\xf6\x94\x50\x78\xdc\x70\xeb\x95\x60\x7d\x3c\x70\xc1\x94\x72\xf1\x80\x5d\xa5\x3a\x25\xec\xf1\xc0\xfb\xcf\xbb\x06\xc5\x4e\xd5\x85\xfa\x80\xe1\xc5\x9e\xd2\x07\x65\x7f\x3b\xb5\x1e\x0f\xc8\x9d\x64\xa0\x73\x63\x87\x53\x6d\x38\x02\x69\x97\xcf\x0d\x7e\x39\x3a\x48\xe7\x36\xa0\xaa\x2a\x6a\x9f\xe8\xef\x57\x8a\xb4\x13\x19\x7b\xab\xc4\x8b\x73\xe3\xec\xc2\xa3\xc1\x2c\x24\x9c\x3b\x51\x4f\xd3\x16\xdc\x33\xe1\x1e\xa0\x8b\xc3\x09\xb3\x49\xb5\xe3\xd3\xb9\x6e\x1e\xb9\xbf\x3a\x80\xfb\xc7\x74\x07\x58\xae\x94\x42\x27\x92\x10\x5a\xc4\x3b\x13\x0b\x8b\x84\x5f\x80\xc1\xb5\xb9\x43\x64\xb7\xd3\x06\x9c\xbc\xaa\xd8\xd4\x73\x22\xa9\x60\x9d\x6e\x33\x8a\xcc\x6d\x84\x54\x4a\x75\x77\x32\xa7\xa0\x94\x34\x27\x5c\x50\xab\x5d\x5c\x4e\xf8\xa0\xda\x99\xee\x44\x09\x4e\x9b\x84\x4f\x64\x8d\x69\x6e\x02\x23\xa6\x3f\x87\x9f\x92\xd8\xc1\xc9\x8a\x9d\xd9\xdd\x61\x03\x93\x9f\x5f\x1c\xdf\x13\xe2\xf5\xd1\xed\x07\x69\x75\x04\xb2\x02\x79\x45\xa7\xee\x44\xc2\xc1\x6a\xdb\xd6\x89\x34\x34\x6d\xf3\x07\x85\x2f\xf8\x07\xc4\x02\x1b\xe7\x58\x7a\xe1\xd5\x46\x65\x3c\x6f\x12\x6c\x4d\x0e\x29\x3b\xe1\xa3\x63\x57\xf3\xb3\xc2\x07\x48\xc7\xf8\x44\xde\x1a\x6b\x06\xcf\x25\x63\x54\x07\x99\x9e\x15\x39\x7f\x75\xb3\x39\x29\x63\x54\x83\x1c\xb1\xd1\x76\x99\x3d\x99\x27\xd9\x7b\x08\x43\xce\x08\xb7\x91\x20\xd5\x78\xde\x18\xfd\xa8\x3d\x69\x24\xde\xaf\x17\x90\x63\x71\x73\x07\x70\x8e\xf7\x8a\x1b\x52\xd0\x1a\x6d\x1b\xca\xc9\x78\x8f\xe0\xe3\x3a\xbc\xc9\x4b\xa8\xc9\xce\xee\x7e\xb2\x04\xa8\x0c\x35\x67\x30\x5e\x42\x13\x62\xdd\x2a\xa9\x2a\x4f\xca\x20\xe2\x36\x27\xfc\x51\x1d\xc1\x71\xe2\xea\x56\x7d\x83\x3f\x3b\x12\xdf\x0c\xb7\x0b\x5f\xd0\x88\xa8\x80\xed\xf8\xce\x13\x96\x9e\x57\x24\xcd\xd9\x03\x2f\x68\x0a\xa8\x24\xe5\xbc\x82\x67\x87\x07\xa3\xf1\x1a\xa5\x13\xec\x19\x76\x8e\x84\x73\xa6\x29\xc2\x69\xd5\xb6\xa9\x73\x49\x35\x2f\x5b\xda\x09\x43\x50\x6d\xd2\x76\x9e\x83\x58\xe7\x36\x27\xe4\x0e\x3b\x3f\x70\x8f\x28\x0e\x6c\x34\x46\x26\x1a\x6b\x3d\x4e\xd6\x62\xf0\xc9\x46\x1e\x99\xcd\x9b\x32\x91\x3f\xdc\x94\x02\x96\xa5\x17\x69\x61\x96\x64\xaf\x78\xc2\x31\xcc\x10\x43\x18\x4d\xb5\x0d\xf8\x64\xe2\x40\xa3\x2d\xea\x38\xbd\xa8\x25\xc2\x66\xaa\x5d\x0e\x4f\x64\x0e\xb4\x13\xcf\xb9\x67\xbe\xa0\x1e\x76\xa4\x34\x37\xf9\x44\x5c\x8d\xd3\x20\x9c\xc8\x1c\xa3\x2a\x43\x71\xc2\x56\xa5\x9a\x97\x71\x22\xac\xc6\xa1\x8b\x27\xc2\x6a\xaa\xaa\xcc\xc5\xb9\x6e\xbc\xcd\x29\xb8\x4e\xdc\x78\x7d\x99\x39\x77\x38\x0c\xbe\x66\xcc\xa0\xb7\xf2\x2b\x47\x81\x13\x69\x65\x6c\x73\x3e\x77\x26\x43\xd2\xf2\x50\xa6\xc1\xb9\x52\xcf\x25\x94\xb5\x17\x8e\xa0\x4c\x83\x73\xee\x9e\x88\xaa\x71\x66\xd2\xf3\xa0\x4f\xa8\x56\x73\x70\x47\x0c\x9f\x25\x74\x55\x27\x90\x3a\x91\xd8\xf0\x45\xdb\x11\x98\xfd\x3a\x87\x07\x9c\x56\x8b\xdf\x47\x19\x58\xa3\xc8\x09\x13\x81\xc4\xd8\x93\x55\x1c\x8c\x32\xcc\x08\x63\x70\xc2\xb0\x66\x1b\xc7\x89\x34\x84\x2f\x57\xef\x13\x75\xaa\xec\x86\x7b\x22\x28\xfa\x85\x32\x4b\xc4\x6a\x43\x32\xdb\x79\xf1\x18\xab\x43\x88\x58\x0e\x24\x3f\x51\x86\xca\x81\x4d\x27\x42\xa2\x6d\xf2\x3e\xe1\x2c\xe3\xf8\xff\xf3\x42\xcd\xd7\xd7\xfb\x90\x4a\x9b\x29\x1f\x32\xc6\xa8\xc2\x79\x9c\x37\xe2\x92\x0c\x72\x64\x8c\x49\x52\xab\x9d\x37\x4b\x6a\x6a\x4b\x6f\x1e\x73\x4b\x08\x37\xa2\xed\xbd\x62\x44\xe9\xd8\x36\x77\x52\xc3\x60\x83\xed\x89\x14\x33\x2f\x42\xb5\x64\xb8\x36\x4c\x06\x90\x06\xf0\xb5\x87\xa8\xb9\xee\xb8\xa2\xf3\x21\xed\x14\x08\x1f\x22\x9d\x9f\xf3\xd0\x19\x29\xe0\x2a\x6d\x67\x92\xf3\xf9\x59\x82\x7f\x80\x5c\xfb\xfa\x80\xb9\xa4\xdd\xe6\x12\xcc\x81\x9f\x1d\x43\x6a\x57\x59\x1b\xcb\x2c\x9b\x99\x00\x8d\xb6\xc8\x04\xe8\x0c\xa3\x27\x4a\x63\x59\xfd\x7a\x3e\xdc\x25\x91\xbe\x8b\x1a\x64\x7b\x0a\x5f\x1b\x62\x4d\x25\x28\x5f\x28\x7e\xe5\xd4\x71\xd7\x06\xbc\x10\xe9\xba\xb6\x03\x42\x4d\x55\xfb\xc4\x73\x7f\x0f\xa9\xc4\x50\xbc\x50\xec\x61\xc8\x8a\x72\x25\x66\xae\xd0\x04\x12\xac\xe4\x5a\xe2\x95\x48\x79\x04\xa4\x0b\x05\xad\x9c\x86\xff\x4a\x80\x91\x44\xf9\x0b\xd9\x03\x55\x50\x2d\x2e\x38\x4b\x3b\x48\xe4\x42\xf2\x3e\xfb\x4c\x5d\xac\x94\x6e\x59\xfe\xca\x5c\xa2\x96\x44\x8d\xb3\x88\xed\x85\xea\x0e\x26\x6d\x57\xe6\x8a\xf4\x3e\xe4\x28\x47\xe8\x5d\x50\xcd\x38\x3b\xe1\x55\x70\x34\x25\xb5\x5c\xcc\xdb\xac\x42\x85\x71\x41\x8c\x72\xfa\xc5\x0b\xe9\xff\xec\x38\x70\x21\x62\xb9\xaa\x30\x60\x5c\x05\x55\xb3\x75\xc7\xbd\xca\x89\x04\x8b\x9e\xc1\x85\xc4\x67\xee\x00\x87\x57\x0c\xef\xaa\x48\x44\xeb\x15\xc3\x85\xa7\xda\x2e\x70\x55\x52\x13\x75\x58\x39\x65\x91\x87\x0b\x4e\x3c\x4e\x4a\x73\xc1\x89\xc7\xb2\xe5\x05\x49\xcd\x01\x62\xd7\x92\xd4\x9a\x75\x29\x17\x04\xb5\x1a\xc9\x1f\xec\xeb\x74\x57\x4f\x09\x9a\x85\xe9\xe7\x27\x3f\xf0\x0b\x60\x19\xc5\x2f\xdc\x08\x02\xfc\x55\xe4\xcd\x55\x71\xf4\x45\xbe\x2f\x78\x5e\xd7\x10\x79\xbb\x10\x82\xed\x3a\x40\x17\x72\xe8\xd8\x77\xf1\x6a\x05\x81\x2e\x02\x18\x04\x49\xa7\x9d\xbd\x1a\xa2\x50\x25\x87\x5d\x6d\x47\xc1\x61\xc1\xaf\x81\xbe\x87\x01\x08\xc1\x71\xbc\x06\x64\xbd\xff\xd7\x08\xc0\xba\xea\x19\xb2\xfa\xae\xce\xfa\x15\x20\xc0\x12\x05\xaf\xc0\x1e\x1a\x49\x82\x8e\x69\x6e\x43\x56\x16\x79\xbc\x82\x65\xa9\xb5\xe7\x70\xb7\xb6\xaf\xf3\x15\x80\x99\x68\xcf\x85\x08\x6b\xdb\x96\x2e\x04\x50\x0f\x1f\xec\x3e\x10\x7e\xa6\x09\x2f\x39\x71\x26\x13\x86\x8e\x15\x8b\xc3\x5d\x83\xe5\x35\x35\x3e\xfc\x7d\xa6\x91\x9e\xca\x2b\x07\x41\x5c\x03\x55\x55\x24\x82\x5c\x10\xf3\x6c\x29\xba\xe0\xf9\xec\xbc\x21\x17\xf2\x09\xda\x7f\xf4\x1a\x04\xf1\x6b\x06\x0c\xb8\xd3\x0a\x50\xbb\xdd\xf5\xad\xae\xc9\x63\x22\x5d\xd1\xc5\x0c\xd3\x1e\x71\xc9\x75\x25\x0c\xd2\x49\xa4\xf5\x14\x26\x52\x8c\x49\x4c\xbb\x26\x37\xd5\x1d\x3e\x08\xc4\x57\x7b\xe7\x9e\x6a\x00\x86\x4f\x8b\x07\x5e\x94\x03\x5d\xba\xe6\xfa\x29\xb9\x25\x20\xee\x3f\xb4\x46\x6d\x66\x7c\x36\x16\x2c\x41\xb0\xd8\x7b\xee\x42\x06\xc1\x14\x6e\xc3\x28\xdd\xdc\x21\x65\x5b\x7f\xcf\x9c\xd8\x9e\x31\x88\x65\x78\xc6\x58\x61\xf8\x7b\x08\x4a\x92\xf6\xaf\x03\xd2\xbf\xe7\x03\xf5\x99\xf3\x35\x5f\x07\x8b\xbc\xfa\x39\xb0\x50\x82\xda\x45\x6d\x98\xb1\x16\xf9\xa2\x5f\x7b\x7a\x82\xb6\x9a\xf4\x9d\x28\x42\x5d\xfd\x3e\x88\xbf\x21\x7e\x22\x15\x82\x99\xc3\x89\xd2\x75\xa6\x53\x17\xfc\x41\xdd\x1f\x8a\xb1\xdb\x02\x7b\x5d\x9d\x45\xb1\x35\x01\xd4\xf3\xb4\x20\x75\x5d\x20\xee\x12\x73\x2e\x14\xc4\xb2\x62\xe3\x42\x6a\x3e\x97\xbe\xbb\xae\x9f\x2a\xdb\x1a\x81\x82\x96\xd4\xd6\xd7\xfd\x63\xbc\x52\xbb\xc2\xad\x41\x2b\xbc\xb9\xe5\x5e\xd2\x0d\xd1\xcf\x38\xb1\xe4\xa6\xf1\xfe\xe0\x40\xa1\x70\x0f\x48\x9f\x2e\x0f\x80\x73\xd3\x8d\x03\xa8\x80\x35\x8d\x03\x0f\x8a\x09\x49\x93\x72\x51\x70\x72\xc8\xc1\xc5\xd4\x32\xa6\x65\x14\x9c\x5c\xdc\xee\x5a\x82\xd3\xb0\x16\xf8\x5a\x82\xd3\xb4\xa5\xfc\x7a\xa8\x08\xd0\xb9\x7a\x06\x3b\xf0\x0b\xb8\x94\xbe\x3e\x80\x92\xf5\x35\x03\x9c\x54\x93\x5b\xb8\x51\xa9\x66\x7f\xdc\x1b\xab\xae\x6d\x6a\xef\xc8\x36\x98\xd4\x06\xfd\xee\xbf\xcb\x2a\x70\x53\x48\x92\xa4\x7a\xc3\xa5\x2a\xb4\x85\x37\x65\x24\x1d\xb2\x1b\x79\xfd\xaa\xc3\x11\xee\x04\xc7\x3d\x9d\xa2\x1b\xd5\xe0\x1d\x3a\x7b\xa3\x48\xa8\x7d\xae\x6e\x64\x9e\xa9\x0e\x26\xb8\x13\xf7\xdc\x6d\x94\x6a\xd0\x31\xbc\x29\x54\x89\x3f\xdd\xe9\x42\x87\x9a\x21\x6d\x5d\x22\x5c\x37\x6c\x5d\x4e\x64\x75\xe7\x9f\x64\xb1\x9a\x31\x52\x2a\x3b\xd6\xe6\x46\x8d\x2d\x97\xc0\xba\x91\x57\x66\x78\x02\x4b\x2a\x1b\x96\xee\xef\x8c\xb0\x15\xe1\xd4\x0d\xa1\xac\xba\xd6\xdf\x4d\xa9\x2c\xfc\xc1\x89\x54\x39\x5a\x01\xbd\xc8\x86\x9f\xdf\xec\xc0\x53\x46\x95\x30\x51\x8a\xbb\x80\xc5\xcb\xfa\x72\x53\xfb\xe5\x12\x8d\xf7\x92\xdb\xb2\x2d\x11\x37\xb5\x5d\x32\x7e\xdc\x2c\xfd\xee\x2c\x28\x37\x42\xd6\x1c\xde\x7a\x23\x4d\xb3\xa3\x8f\x6f\x04\x6c\x4f\xd1\x9e\xbb\x42\x88\xf8\x7f\x18\x3b\x93\xb3\x69\x79\x5e\x09\xa7\x72\x42\xc0\xb3\xbd\xf9\x73\x81\x06\xf2\x0f\xe1\x5c\xbe\xf5\x7c\x55\x2c\xdf\xa5\xbb\xc1\x78\x94\x64\x59\xaa\x92\x2c\x7e\x2a\x5d\xf0\xfb\x35\x64\xa9\x66\xb9\xc5\x2c\x4b\x76\x3c\xb8\xab\x7c\x5c\x78\xf0\x56\x55\x63\x40\x3d\x90\x5c\x98\x2d\xe7\xc1\x7d\xe5\x80\xa0\xa7\x41\x90\x34\x5d\x21\xd2\x56\xfb\xf0\xe9\x0c\xba\xb7\x45\x8f\x16\xe9\x7d\x90\xf7\x0c\x24\xf3\x90\xee\xf4\x19\xf3\xf1\x02\x5e\xa1\xef\x4f\x48\x35\xbc\x2a\xc2\xd7\x63\x57\xcb\x83\x11\x60\xa7\xec\x13\xbe\x1e\xf7\x10\x57\x8e\x49\x2e\x9f\x49\x83\xfd\x01\x38\xbd\x7d\x09\xf9\xac\xbd\xcc\x8c\x5d\xff\xc4\xfd\x93\x83\xc5\x9f\x85\xa1\xea\x11\x58\xc4\xa5\xe9\x44\xf6\x6c\x0d\x3e\x7c\xac\x7d\x88\x12\xae\x3e\xf7\x3e\x2b\x5a\xa0\x2f\x6c\x15\x5d\xb3\x24\xd3\x73\xb2\xf0\xdd\x82\x33\xf8\x0b\xe5\xdb\x78\xa0\xc5\x72\x4c\xea\x43\x66\xd1\x67\xeb\x06\xc2\x88\x4c\xd1\xe7\x0a\x0d\x28\x63\xfd\x09\x67\x89\x0c\xad\x27\x9c\x25\x3a\x03\x3e\x38\x4b\xaa\x8d\xf1\x07\x0c\x5e\x43\x41\x3f\x41\x0b\xe1\x43\xdf\x73\x61\x24\x78\x5a\xaf\x68\xa2\x9a\x7c\xb1\xd0\x97\xbf\xc8\x32\x99\x7e\x1f\x3b\xc8\x87\xc0\xe7\x42\xe9\x79\x73\x46\x20\xb2\xb4\xec\xf3\xa3\xc9\xd2\x79\xcf\x2f\x9a\xec\xad\xb3\xd5\xfc\x70\xbe\xea\xb3\xd5\xfc\xb4\xe3\xf6\xf9\xc5\xa8\xea\x94\xf8\xfc\x62\x2b\xb8\x46\x58\x82\xab\x2b\xf8\x11\x42\xe2\x32\x4a\xce\xa7\xb6\xe7\xb7\xb7\x86\x11\x1a\x9f\x5f\xcc\xb3\xb6\xc6\x1d\xd3\xe0\xdd\x4f\x7a\x93\x79\x1b\x1e\x2e\xc5\xaa\x0d\xe8\x87\x5b\x31\x3b\x46\x1f\xf2\x9b\x1c\x7d\xf7\xdc\xe4\x15\x7b\x73\xdd\x7f\x4c\x97\xe5\x9f\x74\x4e\x38\x74\x3c\x27\x5c\x89\x7d\x56\x01\xc9\x4d\xcd\x3a\xe7\x8e\xad\xae\x01\x08\x33\xc3\xf2\x14\x7f\x8e\x13\xde\x1e\x00\xec\x9c\x5c\xf9\x3c\x31\x45\x1e\xd1\x87\x60\x42\x8f\x38\xfe\x9c\xfa\xf9\x00\x2e\xc8\x4f\x39\xb6\xa2\x05\x72\xd0\x3e\x78\x3c\x9e\x85\x7f\xc6\x2f\xfc\xb8\xef\x77\x8b\x80\xfd\xf4\xfb\x00\xda\xf9\x0c\xf6\xbc\xd1\x42\xd9\x8e\xcf\x9f\xbf\x46\x13\x00\x1b\x59\xee\x7e\x01\x76\xb3\x4f\x05\xc0\x09\x58\x1e\xbf\x2f\x5c\xaf\xff\x95\xdf\xe3\xcf\x16\x6d\xfa\x01\x34\x46\x89\xdf\x17\xe6\x71\x53\x83\xbc\x07\x47\xb2\xe1\x72\x7c\x60\xa8\xcc\x0d\x8e\xd6\xe0\xcb\xa5\x99\xd3\x9d\x5e\xd4\xbe\x69\x91\x5f\x98\xbb\x0c\x44\xf3\x6e\xad\x3e\x8d\xd0\xf1\x06\x2f\x82\x74\xe8\x1b\xbc\x08\xde\xa8\x2f\xe8\x70\x26\xa0\x79\x03\x1d\x4e\x76\xc8\x9b\x43\x52\xb8\xc2\x68\xb0\xdf\x3f\x29\x77\x95\xf1\xcd\x68\xd3\xbc\xa0\xc3\x7d\xbf\x17\x72\xc0\x0d\x0a\x69\xba\xfc\xc3\x4b\x85\xea\x61\x44\xfb\x59\x32\xbc\x25\xf2\xb3\x34\x64\x90\x66\xd9\x03\xf6\x16\xec\x10\xe9\xd8\xb7\x74\x2a\x74\x39\x56\xdd\x72\x05\x93\x20\x4d\x0d\xc1\x56\xda\xd5\x80\xe6\x6f\x21\xba\x4e\xf2\xfd\x05\xfe\xb7\x7e\x6a\xac\xe9\x7f\xff\xb7\xbc\xee\x5f\xa8\x11\x7c\x65\xf4\x86\x27\x63\x79\xd9\x84\x9a\x97\x52\x7d\x5b\xb0\x34\xaa\x0b\x8d\xc0\x26\xa9\xa0\xb7\xc1\xfa\xd3\x5c\xe6\x60\x2d\x3b\xe4\x6d\x20\xa7\x6a\xdf\xbc\xe1\x4a\x70\x8a\xd8\x4b\xfc\xb9\xe9\x22\xde\x1e\xd2\x56\x15\x46\xf6\xd1\xca\xfe\x61\xb7\xe0\x33\x88\x44\xca\xd4\x95\x5d\x43\x07\xdd\x55\xeb\xa2\x93\xda\xe2\x69\x0c\x82\x6f\xe9\xac\xb7\x43\xfe\x29\xd9\xf8\x0e\x50\x2e\xbc\x11\xe2\xda\xca\x21\xf7\xef\xd8\x4d\x5c\x52\x10\x6f\x5c\x5b\xad\xe2\x1a\xc0\x7d\x3e\x5c\xc6\x39\xe0\x75\x32\x26\x15\xf8\x0b\x7f\x6c\x04\x6a\x12\x98\xbf\x76\x70\xbf\xe3\x8a\x07\xd4\x27\xfc\x15\x66\xa5\x79\x47\xf4\x41\x63\x30\x0f\xe2\x38\xf4\x85\xa0\xbb\xea\xfe\x3f\x06\x4d\xa7\x9e\x77\x42\x86\xe8\xb5\x3d\x61\x8f\xf4\x34\x10\x8d\xe3\xe4\xd0\x77\xc6\x66\x53\x83\x66\x34\x48\xeb\x68\xde\x94\xb5\x8e\x26\x5e\x3f\xc9\xcb\x77\x41\xb6\xe8\x49\xc1\xb4\x31\xd1\xe0\x7b\x1e\x74\x48\xcf\x9f\x89\x2c\xea\x7f\xba\xc1\x79\xcf\x0a\x2c\xac\x46\x07\x2b\xc6\x89\x30\x6f\x5c\x28\x2d\x0f\xc7\xb9\xe0\x51\xf4\xd7\xc3\xf4\x54\xf9\x22\x79\x5f\xe6\xf8\x0b\x33\x77\xb5\xe5\xf5\x12\x32\xe9\x55\x7f\xb1\xb1\x2d\xaa\x02\xfb\xc5\xb2\x92\xdc\xa7\x43\xfa\xef\x05\x29\xd7\x66\xd6\x8b\xc9\x61\x8f\xde\xfb\xe3\xfa\xbf\xbb\x1c\xf5\xa9\xfd\x5b\xbd\xb7\xe5\x5d\x19\x10\xfc\x9f\xff\x1b\xe8\x4c\x7a\xff\x8e\x88\x4e\xff\x7f\x01\x2d\xe3\xf2\xc3\xf7\xd5\xbd\x1b\x39\x23\x47\xc3\x8b\x3e\x76\xe2\xcf\xfb\xf0\x7d\x6f\xea\x07\xe0\x4e\xd7\xff\x10\x46\xe4\xd9\x7e\xa2\x7e\x97\x91\xac\xde\xe3\xc0\xc3\x7e\xb6\x2c\xf0\xb0\xe6\x3e\x7d\x39\x41\x1f\xb2\x77\x5e\x32\x91\x9a\x33\xb9\x5e\xe0\x5d\x8d\x96\xff\x12\xdd\xde\x0c\xe9\xff\xbe\x41\xb0\xab\x1e\x70\x39\xd1\x64\x52\x8d\x83\x68\x75\x35\x79\x1c\x47\x9c\xfa\xa7\xca\x80\xeb\xfc\x37\x25\xe3\x20\x9a\xbd\x89\x79\x69\x1c\x07\xcc\xd6\xff\xd9\x3c\xe3\x38\x62\x8b\xea\x7f\xb2\x7b\xdb\xf1\xdf\x91\x6e\x1c\x64\xf7\x1e\xff\x69\xfc\x71\x24\x50\xab\xff\x3b\x57\x8f\x23\x61\x01\x0c\x3f\xbf\xa8\xa0\xba\x46\xa4\x46\xf6\x03\x08\xfb\xec\x0a\x7e\xf1\x82\xbf\x70\x13\x14\x98\x55\x7e\xe2\x01\x0d\x42\xa2\xcd\xff\x49\x81\x71\x64\x76\xe5\xd2\xff\x90\x57\x0b\x62\x69\x1c\x39\xbc\xa0\x7e\x9e\x26\x2f\xfd\xbf\x35\xe6\xd2\x91\x6d\x1c\x71\x5b\x21\xa0\x95\x71\x14\x48\x80\x97\xba\xc0\x6d\x84\x3c\x6e\xe3\xe0\x36\x42\x77\xab\xe3\xe0\x14\x2b\x5f\xcc\x38\x2a\x34\xc8\x43\x3d\xac\x90\x5f\x2f\xf5\x10\x7d\x27\xbb\x70\x1c\xf8\xde\xc5\x0e\x3a\x8e\x16\x93\x32\xf5\x41\xf4\x9f\x5c\x6c\xe3\xd8\xc7\xdc\x29\xa0\x96\x71\x34\x10\x87\x9a\x1a\xb4\xf5\xdb\x4a\x4b\x1f\xc0\x53\xbe\xbc\x2a\xb6\x3a\x9b\xca\xa0\x1e\x47\x0f\xe2\x1a\xbd\xdf\x43\x55\xe8\xfb\x3d\x6e\x57\xfc\x3e\xbe\xa1\xa2\xfa\x21\x62\xd4\x55\xf8\x38\x50\x6e\x2d\x1d\xae\xf0\x8d\xb8\x99\xff\xca\xe0\x92\x68\xa7\x8c\x63\x80\xb8\x98\xf4\xfc\x00\x99\xe5\x50\x03\xf0\xa4\xb7\xe4\x2f\x84\x2b\xdd\x2d\x1c\x64\x34\x7b\x15\x02\x33\xd2\xd2\xa1\x26\x42\xcd\x58\xbc\x6e\x81\x19\xd1\xde\x1c\x07\xd9\x55\xba\x81\x1a\xc7\x0c\xbc\x3e\xbd\x0f\x35\xa3\x00\x89\xc6\x31\xff\x10\x63\x55\x7e\xb8\xee\xd6\xff\x78\xc6\x85\x83\x32\x0e\x88\xa4\x5b\x72\x97\x17\xd8\x0d\xc9\x65\xf2\x1e\xbd\x6a\x57\x60\x40\xfe\x0b\x92\xcd\x38\xd6\xe2\xe8\xa2\xd6\xaf\x40\xa4\xd4\x70\x05\x2b\xf5\xa1\xd6\x06\xa8\x67\x52\xeb\x08\xc6\x2f\x96\x3b\x24\xe2\x0a\x90\x72\x1c\x44\x1f\x88\xb6\x79\x1c\x20\x71\x64\x8b\x11\x4e\xdc\x2d\xb9\xbb\xe4\x51\x75\x6f\xea\x2b\x78\xa1\xab\x7f\x28\x20\x63\xa8\x45\xfb\x00\xdd\x3f\x2b\xe0\x8a\xd4\x2f\xb5\xe8\x0a\x57\x92\x86\x87\x78\x85\x96\x3c\x21\x64\x62\xe9\x46\x70\x1c\xfb\x84\x9d\x9b\x05\x57\x10\x31\x5a\x74\xfe\x62\xc2\xf5\xff\xd6\x7e\xa5\x79\xc9\xfd\x82\x4a\xda\xcf\x93\xc4\xdf\xd5\x20\x68\x14\x85\xd6\x34\x8e\x1f\x82\x30\x79\x93\x90\xd9\xa5\xeb\xb9\x71\xec\xe3\xf1\xfc\x8c\x39\x21\x9b\xcb\x52\xe0\x86\x87\x71\xe9\xf9\x3b\x7a\xd8\xd5\x43\x58\x08\x9b\x95\xc1\xcd\xc5\x81\x77\x31\xc7\x4b\xb1\x16\x8f\x03\x37\x77\xfb\xc8\x21\x50\x3f\xe5\xb9\x19\xc7\x83\xcb\xd3\x73\xb2\x8f\x97\xbd\x7b\x49\xc2\x58\x73\x78\x9b\x3f\xd1\xa2\xe1\x2f\xc6\xed\x8e\xcb\x80\x16\x7b\x19\x42\x3b\x28\xcc\x98\x71\x3c\x21\x17\x3c\x8b\x04\x91\xca\xf5\x3f\x0e\x00\xd5\x9b\x45\xf3\x0b\x84\x70\xd1\x24\xe0\xd5\x6e\x1f\xfd\xb5\x0f\xa0\x79\x79\x56\x51\xb1\x42\xa8\x1a\xe9\x08\xaf\x77\x56\x99\x9b\x6c\x49\xce\x44\x6a\xae\x7b\x90\x12\x81\x4c\x1a\xa2\xb4\xcf\x93\xa9\x29\x2c\x65\xa4\x04\xf1\xdd\xa7\xcc\x36\xfd\xcf\xc8\x19\x29\x05\xa2\xf0\xe1\x1a\x18\xd4\xaa\x16\xa1\x30\x95\x10\x38\x12\x00\xe6\xc2\x1d\x1b\x69\x9f\x40\xa7\x27\x21\x65\xee\x91\xa5\x5c\x12\xd9\x5e\xf2\x89\x8c\x14\xb9\xc0\x5a\x56\xa9\xc4\xce\x53\xfd\xa0\x83\x0b\xa5\x79\xa4\xba\x05\x9b\x6e\x5f\x46\xaa\x8b\x03\xad\xea\x07\x3c\x42\xf8\x28\x23\x71\xed\xdc\x84\x30\x32\xd2\xd6\x5e\xf9\x70\x03\x00\x8f\x68\xb2\xca\x47\x8a\x7b\xe7\xa2\x17\xa0\x1d\x56\x64\xec\x48\x0d\xe1\x94\xd5\xe2\x16\x15\x74\x3f\x40\x0e\xb9\x84\x47\xda\xa7\xb1\xf5\xf9\x22\xa7\xb1\x26\xb7\xc4\x48\x5b\x7f\x65\x81\xcc\x8c\xc4\x69\xac\x65\x6d\xd6\x44\x7a\xb0\x10\xf4\x46\x82\x9a\xb8\x7a\x99\x74\x26\xc9\x83\xd4\xd7\xff\xfe\x6f\xac\xcf\x17\x89\x34\x95\x11\x93\xfa\x5f\x93\xfd\x00\xbe\x23\x6d\xde\x04\xb0\x96\xe2\x09\x46\x02\x58\x4b\x97\xdb\x23\x8d\xf8\xa0\xc6\x88\xc3\x57\x13\xa6\xc8\x48\x23\xa6\x41\x83\x4a\x0c\x61\x71\x05\x7f\x19\x64\xea\xd1\xd6\x47\x4e\x5f\x1e\x69\x22\x1c\x24\x8d\xd2\x02\xe5\x5e\x56\x57\x0a\x7d\xa4\x2c\xf8\x91\x42\x1f\xb5\xfa\x2f\xfa\x26\x81\x62\x29\x84\x92\x91\x56\x74\x47\xc3\x41\xbc\xdf\xfc\x7c\x8d\xe0\x68\x2f\x7a\xd2\xcd\x84\xe3\x30\x12\x60\x52\xdd\xf5\x6d\x7d\xb4\xba\x1e\xbf\xb0\x7f\x5c\x5d\x68\x93\xe2\xf9\xb9\x62\x78\xfd\x42\x8d\x07\xfc\x03\xab\xde\x6b\x70\xab\x93\x2e\x40\xc2\x91\xae\x67\x9f\xad\x2c\x07\xb6\x36\x58\xd5\x0d\xfc\xc5\x17\xfd\x85\x5f\x40\x31\x69\x7c\xb7\x3a\x18\xba\xd5\x1d\x09\x12\xdc\xe6\xf9\xbc\x71\xbd\x0d\x3d\x0f\x23\x87\x39\x91\x46\x22\x2f\x57\x18\xfb\x23\x01\x03\x61\x8b\x27\xdd\x24\x65\x36\x57\xc8\x92\x2c\xae\xf0\x65\x82\x55\x7e\x62\x88\x5d\x06\x79\x48\x2a\x3d\x6d\x65\x30\x04\x3c\x34\xd2\x83\x02\x2e\x2e\x83\x45\xdb\xfd\xfe\xb6\x21\x0f\xa9\xb3\x84\xa8\x3e\x3c\x20\x84\xf3\x77\xef\xfa\x17\xda\x03\xef\x80\x38\xfc\x14\xef\xb9\x7d\xf8\x59\xd5\x1d\x8e\xc3\x8f\x82\x52\x47\x06\x1b\xc9\xe7\x80\x1c\xe4\x5f\x92\x1b\xd0\xfc\x4f\x61\xc3\x0e\x48\xf4\xa7\xcd\xec\x1c\x27\x0d\xb1\xe8\x8f\x0c\xd0\x90\x60\x6f\x46\xce\xb1\xea\xa6\xca\x2b\xf0\xff\xfc\x00\x21\x38\x92\xad\xc1\x79\xdf\x94\x82\x30\xe0\xbc\xcf\xcb\x4d\x2c\x00\x63\xfa\xff\x2d\x8c\x75\x9d\x35\x82\xbf\xbe\xb9\x85\x25\x48\x90\x96\xca\x00\x2e\x26\x57\x47\xbc\xbc\xec\xfa\x5c\xf6\x49\x66\xb9\xba\xf0\xd8\xf8\x6b\xa0\x34\x24\x57\x7f\x91\x82\xe0\xe7\x03\xdf\x50\x73\x08\x1f\x7e\x51\x06\xc5\x80\x0f\x7f\xc8\x5f\x32\xe0\xc3\x6f\xc3\xff\x93\xd1\xa6\x7c\xb2\x91\x89\x36\x3f\x0e\x97\x19\x0e\xc9\x61\xd8\xeb\xbb\xb8\x76\x06\x04\xf4\x5d\xa1\xd7\x23\x83\x8f\xdc\x3c\xde\xdc\xce\x35\x6f\x3b\x28\xe8\x57\xf5\x04\x10\x44\xa4\x34\x99\x91\xc9\xfc\x6d\xde\x05\xc1\x51\x2f\x1f\xc4\xc8\x7f\x90\x8e\x5a\x65\x19\xe4\x09\x85\xb1\x8e\x4c\xf8\x79\x13\x00\xf0\xc8\xc4\x9f\x4f\x2f\x12\xe2\xcf\x9b\xb2\x26\x47\x86\x38\x55\xd7\x20\x23\x43\x9c\xfa\x19\x44\x74\x8d\x92\x10\x06\x34\xf8\x59\x17\xc9\x23\x68\xf0\x5b\xfd\x54\x80\xb0\xf4\x32\x04\x69\x42\x80\xb5\x03\x1a\xfb\x6e\x65\x95\x61\x7a\x50\x0e\xdb\xc8\x83\x9b\x79\x1d\x5d\x82\xb6\xde\xaa\x23\x0f\xae\xcb\xbc\x0a\xb7\x2a\x99\x9f\x6d\x11\xbc\xa7\x52\x96\x39\x80\x89\xbc\x4a\x02\x22\xd9\x83\xce\xd1\xa7\x79\x48\x81\x4b\xd4\x45\xd2\xc8\x33\xc6\x5c\xba\x29\x93\xf2\x26\x2c\xf5\x91\x67\x8c\xf9\x3f\xf1\xde\x8c\x3c\xa3\xfb\x6a\xee\x0a\x6a\x60\x75\x6f\x41\x21\x23\x41\x03\xe7\x7c\x57\x56\xcb\xc8\x01\xa9\xec\xf9\x39\xc7\x36\xb0\xa4\x49\x83\x12\x3e\x7b\x11\x13\x79\x6d\x93\x30\x9f\xd1\x5a\x59\x60\x19\x5e\x2d\xdb\x2f\x79\x1f\x7e\x9a\x6d\xc6\xcc\xe5\xa1\x4d\xc2\xfc\x5f\xfe\x9b\xbe\x78\x75\xf0\x62\xf4\x85\xbf\x58\x6c\x0d\x30\xec\x9a\xba\x78\x1a\x79\x2b\xa3\xf6\xf9\x60\x1c\x4d\xa4\xcc\xa0\x88\x6f\x9f\x1e\xfd\xe2\x16\xc7\xef\xb3\x4d\xa5\x3a\x20\x6c\x6f\x36\x01\x21\x6c\x6f\xb6\x7e\x82\xb0\xbd\x35\xaf\xa8\xc0\x90\xb0\x64\xe6\x22\xaf\x7d\x36\xf6\xd6\x6e\xcd\xe6\x0e\x84\xeb\x69\x5a\x0e\x72\xd6\x69\xcd\x92\x85\xc3\x4e\xf9\x7c\x21\x82\xa9\xfd\x85\x68\x82\x67\xe1\xa1\x09\xde\x34\x5c\xbe\xd9\xc5\x01\x23\x7a\xfb\x8c\xe9\x3e\xbb\xb4\xcf\x26\x78\x42\x19\xf8\x7f\x08\xb4\x3d\xa9\x81\x5b\x24\x87\x02\x8c\xe8\xcd\x06\x1a\x8c\xe8\xf5\xd3\x63\x70\x06\x8b\xe7\xe4\x8d\x11\x50\x8f\x5f\xe6\xc4\x92\xec\x65\x51\x48\x5d\xc2\x68\xde\x6c\x90\xe4\x37\xa0\xb0\xd4\xde\x17\xcf\xde\xe7\x7f\x5c\xd3\xd3\xf5\xdd\x90\xad\xfc\xf7\xfd\x60\x34\x6f\xca\xa8\x18\x30\x9a\x37\x9b\x54\xc1\x68\xde\x84\x5a\x34\xca\x11\x2d\x2c\x2a\x9f\x94\xfd\x3f\x16\x8c\xf6\x4d\x49\xf1\xfc\x50\x19\x1b\x4b\xc4\xb4\xa3\x70\xd7\x66\x9b\x0a\x92\xf3\x24\xf0\xd9\x51\x52\x74\xb9\xab\xcc\x55\x98\xe4\x5a\x90\x9c\x2b\xf0\x6d\xc0\x71\xde\x6c\xb4\xc3\x71\xde\x7c\x92\x82\xc3\xbc\x59\x7d\x07\x87\xb9\x7d\x40\x70\x94\x37\xa5\x3c\x0c\x48\xc9\x8b\xcf\x8a\xe5\x0f\x47\xd0\xe5\xc8\x88\xf4\xfb\x3f\xde\x57\x7b\x73\x30\x9d\xe8\xa8\x56\x72\x44\x47\xaa\x82\x42\x83\xaa\xcb\x95\xb0\x69\x97\x5b\x54\xa0\x21\x85\x79\x73\x34\x0d\x69\x09\x94\x06\x7d\xb1\xb0\xa8\xab\xff\x67\x51\xcb\x0e\x86\x05\x3d\x35\x01\xa6\x8d\x52\x70\xf7\x6a\x1b\x41\x83\x9e\xd6\xf4\x0b\x2f\xc1\x1f\x9a\xa2\x1a\xab\x46\x56\x5e\xe1\xaa\xce\x6e\x33\x78\xd1\xa7\x50\x1a\x06\xb4\xe8\xd3\xa2\x0c\x1a\xf3\xa6\xe0\xc2\x01\x4d\x79\x53\x10\xc1\x28\x2d\x24\x85\x64\x7f\xc1\x04\x28\xee\x72\x63\x51\xc8\x64\x80\xa7\xbc\x75\x69\x4b\x68\xc6\xc7\xf4\x07\x89\xd1\x6d\x22\xfd\x19\xf0\x8c\x2f\x91\x74\x8f\xa0\x19\x4f\xc9\x15\x30\x8b\xed\x5f\x42\x04\x46\x89\x5b\xba\xe1\x97\x9f\xf8\x9a\x66\x84\x90\x5f\x9f\xd6\xcb\x08\x0a\x39\x97\xa3\xbf\xf2\x1d\x43\x52\x3e\x0f\x2f\x7a\x60\xa2\xec\x12\x09\xd2\xf2\x26\xc0\xd2\x51\xe2\x9a\xce\x8b\x2a\x58\x97\x0e\xbf\xb0\xe2\x05\x8d\xd8\x56\xef\xf3\xb3\x0d\xc7\x36\x83\x3f\xdb\x66\x70\x0b\x91\xdc\xc4\x3b\x2a\x50\x27\x07\xfb\xaa\xf9\x0b\x6f\x3c\xa0\x1a\x27\x0e\xf7\xe4\x72\x85\xff\x46\x5f\x98\x83\xb8\x05\xff\x3f\xa3\x02\xad\x02\x92\xe6\x8b\xe7\x28\x2c\x88\xfe\xf9\x21\xf0\xdf\x5d\xde\x26\x90\x62\x6e\x07\x3c\xe5\x3d\xc9\xa6\x82\x96\x3c\xdb\x99\x57\x56\x64\x3c\xa8\x0b\xd8\x00\xc9\xf3\xb8\x6d\x80\x2e\xbc\x97\x01\xeb\xb7\x71\x7b\x47\xb0\x7e\x37\x9f\xbe\xa0\xfd\xce\xc3\x7b\xff\xa4\x41\x96\x55\xd8\x00\xcb\xeb\x22\x80\x08\x65\xc9\x16\xa8\x35\xbf\xd2\xf2\x82\xf9\xd8\x83\xce\x89\xd5\xf7\x28\xb0\x7c\x77\x7b\xc6\x20\xf1\xee\xbe\xe9\x09\x12\x6f\x21\x1d\x0c\x18\xb8\xbb\xfd\xd7\xe5\x17\x1f\xb4\xac\xf8\x45\x97\xd5\xa3\x6d\x04\x74\x05\x9b\x0f\x18\xb8\xbb\x62\xc5\x47\xf9\x9d\x38\x5d\x34\x24\x30\x72\x2b\x9f\x7b\xc0\xc8\x9d\xbe\xcb\xe4\x17\x63\xac\x59\xc7\x48\xe8\x32\xee\xa1\xe4\xee\x76\x16\x16\xc0\x88\x75\x9d\x39\x60\xdc\xee\xba\x2d\x1e\xc1\xb8\xdd\xba\x65\xcd\x83\xca\xb5\xf0\xda\x27\xd8\xae\x50\xbc\x51\x9e\xd8\x3a\x9e\x65\x8e\xb0\x76\x95\x95\x27\xd6\xa1\x9b\xf8\x44\x13\xd4\x24\xe2\x76\x0f\x2f\x74\xe0\xa9\x92\x55\x1e\xf7\x73\x1f\x8d\x13\x47\x54\x65\x00\x8c\xba\x75\x68\xb1\x3b\xb2\x1e\x35\x1e\xe8\xfa\x81\x10\x1f\x8d\x7a\x85\x98\xa8\x65\x97\xb9\x56\x90\xda\xaf\x47\x4c\x7b\x55\x99\x41\x96\xf8\x83\xcf\xba\x58\x5e\xd7\x04\xd4\xeb\xe1\xff\x2f\x9e\xff\xaf\x07\x75\xeb\xc4\x6a\x1d\x59\x33\x63\x28\x3f\x15\x6c\xd3\xdd\x17\x8c\x35\x73\x02\x1b\x6e\x20\x67\x64\x5f\xb6\xd5\x38\x23\x2b\xea\x69\xc0\x4f\xdd\x7d\x57\x14\xfc\xd4\x4d\xb0\xde\x03\x7e\xea\xee\xeb\xb7\xe0\xa7\x6e\x8a\xc4\x1d\x35\xb3\x10\x24\x32\x2b\x61\xa8\x6d\xc8\x9a\xac\x9c\xaa\x7d\x01\x58\x0b\x41\x3f\x1e\x14\x92\xb0\x45\xd0\x31\x60\xb8\x2e\x0a\xf9\x1f\x10\x5c\xe7\x55\xfd\x3f\xe1\x20\xc3\x65\x00\x2e\xa4\x32\x82\xbf\xba\x29\x48\x73\xd4\x00\xf8\x95\xc8\xad\x15\xc4\x0c\xc9\xe8\x1a\xe0\xb5\xb2\x66\x2b\x51\xa7\x6d\xfc\x9b\xd2\xa9\x01\x96\xa8\x55\x08\x9f\xf4\x7e\xdb\xd5\x01\x81\x29\xe9\x56\x39\xf5\x2e\x1d\x10\x6b\x8b\x49\x57\xfb\x71\xb0\x0a\xde\x62\x04\x01\x75\x13\xbd\xd6\x80\x80\xba\xe8\xde\x79\x40\x40\x6d\x72\xd7\x51\xe3\x7e\x50\x02\x1e\xbe\xe9\x39\x3e\x65\xe2\xe3\x3d\xa5\x1d\x04\x67\x49\xbf\xba\xb5\x62\x9a\xee\x00\xd7\x79\xca\x74\x1c\x35\xa0\x70\x3d\x41\x03\x6c\x45\x8f\x67\x68\x20\x05\x33\x0e\xe8\xa5\x53\x1b\xde\x47\x84\xc9\x2a\xda\x7a\xd4\x00\xfd\x97\x8a\xaa\xa1\x82\x86\x37\x52\x20\x6c\x7d\x1e\x38\xe3\x01\xb5\x29\x40\xff\x93\x5f\xa0\x4d\xc9\x5f\x8c\x36\x49\x22\x57\x20\xb8\x84\x5a\x32\xea\x8a\x51\x57\x9b\x17\xa3\x3e\xbd\x37\x03\xa3\x5f\x12\xb6\x06\x84\x96\x47\xed\x04\x6e\xc9\x2d\x08\xc4\x7d\x79\x5b\xa0\x6f\x9e\x87\xb7\x26\x2a\xc2\xf6\x35\x54\xc9\x4b\xc1\x77\x23\x78\x88\xc5\x4e\x35\xa0\x11\x5e\xc5\x0d\x84\x75\x2e\xbb\xbe\x70\x49\x2a\x1c\x73\x40\x12\xbc\xac\x12\x6a\x40\x68\xe9\xa0\x5b\xc9\x88\x75\x8a\xd6\xa8\x01\x1f\x5f\x5c\x41\x0c\x41\xf5\x27\xf7\x10\x88\x5a\x7e\x04\x4b\xb0\x53\x9e\x06\x2c\xc1\x7d\x59\xbe\x91\xca\xe1\x9c\xad\x01\x4b\x70\xf1\xcd\x71\xb0\x04\x1f\x9e\xd7\x07\x37\xb6\xce\x6d\x41\x12\xec\x38\xfe\x01\x49\x70\x19\x1e\x15\x0e\x7e\xd3\x7b\xf7\xc1\x7d\xe0\xdd\xf8\x06\xfb\xaa\xfe\x7f\xa3\xc2\xee\x1f\x08\x59\xb4\x88\x7d\x83\x41\x4b\x2d\x78\xa3\xc2\xff\x46\x11\x16\xde\x2a\xdc\x93\xd1\x80\x21\xb1\x3b\xa7\x1d\xdb\xa4\x16\x8b\xc1\x68\x20\x8d\x38\x24\x70\xc0\xc2\xdb\x95\xe2\x3a\x5a\xc4\x70\x28\xf0\x74\xb4\x04\x8e\x87\x16\x16\x34\xbd\xc9\x11\xd6\x03\x9e\xde\x6e\x37\x26\x24\xbb\xc9\x27\x1f\x48\x76\x9b\x10\x82\x06\x24\xbb\x45\x44\x31\x03\x8e\xdd\xe4\x50\xda\x01\xc9\x6e\xb1\x15\xdf\x60\xe3\xf1\x55\x24\x9c\xba\x43\xa8\x12\x03\x4e\xdd\xe4\x00\xbb\x01\xa9\x6e\x29\xda\xdf\x2d\x07\x6e\x86\xbe\xc8\xd9\xad\x7a\x0c\x48\x7e\x70\xdc\xe5\x80\x75\x37\x29\xa5\x67\xc0\xba\xdb\xd7\xa7\x02\x54\x7d\xf7\xff\x8c\xaa\x22\x43\x47\x8b\xb8\x4a\xe9\xfa\x06\x36\x88\x4f\x36\x2d\x40\x14\x87\xcb\x60\xf6\x4a\xcd\xb5\xad\x94\x8a\xb8\x92\x07\xac\xbd\xc9\xb1\xb1\x03\xda\xde\x64\x53\x00\xda\xde\xe4\x48\xce\x01\x6f\x6f\x9e\x6e\x62\x00\x96\x4d\xff\xbf\xe2\x05\x7f\x62\x0b\x00\x41\xf9\x8f\xa0\xed\x5d\xf3\x9f\x42\x06\xe0\xf4\xed\xbe\x5d\x86\xd3\x37\x39\x52\x75\x34\x50\xee\x85\xfb\x3f\x82\xe4\x57\x0c\x21\x03\x92\xdf\x6e\x91\xdc\xb6\x52\xec\x96\xd9\x90\xfc\x66\xa1\x4e\x8e\x16\xf7\x84\x8a\x27\x1c\x0d\x90\x79\xf1\x06\x0c\x58\x80\xcb\x70\x7f\x81\x88\x17\x57\xda\x08\xd2\x5e\xbb\xc1\x20\xed\x6d\x87\x67\x00\x35\x38\xbc\x91\x1a\x24\x95\x6e\x30\xec\x7a\x82\xb1\x1c\x50\xf4\x0e\xdb\xf8\x0d\x76\x9e\xee\x35\x16\xe9\xa1\xee\x10\x90\xf0\x3e\xd5\x40\xd9\x3b\x7d\x23\x02\x03\x6f\xff\xb4\x9f\x88\xcc\xa6\x78\xc9\x01\x03\x6f\xf2\x95\x1b\x0c\xbc\xe9\xbb\xe6\xb6\x9e\x1c\x0a\xc7\x1e\xc1\xc0\xdb\x96\x14\x2f\x14\xbc\xd9\xd1\x59\x0d\xdc\xc9\xe1\x26\x0f\xcc\x45\xff\x0f\x84\xbc\xb5\x60\x9b\x91\x94\xac\x21\x98\x70\xaf\x4a\xc5\x40\xd1\x3b\x7c\x98\x6e\x33\xee\xed\xf4\xfc\x42\xd4\xd8\xa5\x01\x47\x6f\xf5\xb1\x05\x8e\xde\x71\x58\xb2\xc4\x35\xe3\x92\xcb\x03\x8e\xde\xe1\x2b\x03\x28\x7a\x53\xfb\xcc\xf2\x3e\xda\x8d\xc3\x4d\x08\x2e\x1d\x37\x19\x8a\xde\xb6\xe4\x26\x82\xa2\x37\x0d\x0b\x2b\xb8\x74\x8a\xf7\x1d\xf9\x29\x87\xac\xbb\xb6\x62\xe7\x7b\x90\x48\x31\x75\x38\x17\x14\xbd\x43\x51\xf4\x03\x86\xde\xfa\xd9\xe9\xa4\x98\x36\xb1\x8f\x8e\xb6\x15\xf9\xf8\x2c\x04\x00\xd7\x3c\x29\x20\x8d\xf8\xc8\x0f\xa3\x6e\xb5\x41\x0c\xa3\xee\xb0\x0a\xfb\x63\xd4\xb5\xbb\xf5\x8f\x52\xf7\xd3\x40\x1c\xd0\x3a\x0d\xc3\xa8\x3b\x6c\x18\x34\x02\x45\x7d\x4d\xd3\x2e\x74\xa6\x87\xf4\x0a\x52\x3f\x97\x27\xcf\x6b\xd9\xe1\x8f\x56\x4e\xee\x80\x70\xb7\xd8\x17\x09\xe1\x6e\x2e\xd6\x68\xd7\x03\x82\x8e\xca\x3f\x16\x81\x07\x0c\x68\xce\xc3\x1b\x97\x54\x15\xdf\xe7\xc3\xb7\x9b\x04\x99\x3b\xe0\xdb\x4d\x66\x29\x1c\xed\x37\xc0\x29\xd4\x08\xfd\xd0\x0e\x56\x91\x80\xf2\x67\x4b\x12\xce\xb2\xb6\x47\x21\xe4\x1d\xbe\x22\x80\x6f\xb7\x7e\x3e\x18\x96\x8f\xc8\x55\x47\xbb\xe1\xca\xf6\xba\x07\x2b\x44\xa1\xd1\x03\x82\xde\x61\x2b\x04\x82\xde\x5d\x81\xbe\x18\x0e\x6f\x0f\x19\xb7\xb7\x82\xc0\x1d\x2d\x82\x7b\xec\x8c\x6c\x37\xa1\x34\x1e\xc3\x1b\x9a\x4d\x77\x19\x46\xdf\xe6\x16\x3c\x31\xa6\x7a\xfe\x61\x4c\xdd\xa5\xb0\x7b\x96\x4e\x7a\x50\xfe\x8e\x43\x0e\x71\x28\x7f\xc7\x47\x3a\x3e\x2c\x02\x19\x4e\x50\xfe\xee\x0a\xfc\x05\xe8\xe6\xac\x7d\x9e\x8b\x17\xfe\x25\xdf\x73\xb4\x40\x12\xb1\x01\x40\x2c\xed\x61\xe5\x10\x2c\x3c\xb6\x30\xde\x80\xaf\xd3\xc7\x5f\xf6\x88\x2d\x94\x6d\x54\x8d\x43\xe3\x09\x61\xf0\xb0\x9b\xed\x8f\x30\x58\xca\xe9\x8f\x2f\xb8\xfa\x7f\x86\x4f\xde\xf1\xce\xc1\xbd\x7b\x8f\xf4\x7d\x70\x1f\x8e\x8b\x85\x41\x78\x08\x68\x6b\xc0\x20\x3c\xd6\xe7\xff\x68\xe0\x54\x19\xf8\x78\x99\x8d\x3d\x45\x03\x9b\xca\xd4\x2f\xaf\x5d\xc7\x59\xde\xbd\x49\x7a\x8a\xf9\x59\x2a\x33\x3f\x32\xce\x21\x10\x1e\x0e\xa3\xed\x11\x47\xe4\x5d\xd7\x13\xf3\x53\xfd\xc5\x07\xca\x64\xf5\x00\x1b\xcd\x36\x19\x84\xc2\x43\x00\x0f\xa3\x67\xc2\xcd\x3d\x44\x99\x5d\x2d\x07\x53\xdf\x36\xdd\xfe\xa0\x3e\x90\x49\x6f\xd2\xa6\x80\x91\x78\xd8\x4d\x08\x23\x71\x71\x14\x07\x84\xc4\xd3\x16\x13\x84\xc4\xbb\x42\x4d\x52\x70\x32\x2e\x97\x81\x04\x4a\xae\x00\x34\xd0\xe9\x16\xff\xa2\x02\x37\x91\x7d\xef\x2e\x17\xba\x28\x33\xb5\x17\x56\x81\x4c\x75\x08\x8b\x8d\xa0\x37\x20\x2c\x1e\x0e\xa2\xe9\xdb\x22\x2b\x3e\x23\x76\xdc\xed\xfd\x53\x1f\x8b\xc0\xab\x0c\xde\x85\xfe\x59\x96\x5c\xb0\x8b\x37\x7b\xf4\xc2\x32\xd6\xe1\xa4\xd7\x98\x03\x4d\x3a\x94\x8d\xfd\xb3\x0c\x61\x38\xb6\x51\x05\xc3\xf1\x50\x4c\xfc\xe8\x35\xc6\xd0\xeb\xb4\x2e\x16\xbe\x6b\x24\x6c\x44\x43\x56\x63\x84\x54\x7f\x43\x8c\x48\x5d\xc3\x68\xbc\xeb\xf3\x0f\x88\x11\x69\x5f\x28\x8d\x53\xff\x8c\x31\x57\xf6\xbe\xa3\xe8\x8d\x31\xe9\xfe\x3f\xc6\xc4\x4d\x6e\x31\x26\x6a\x52\x7b\x89\x38\x57\x19\x2c\x6e\x25\xb2\x8f\x0e\x68\xed\x67\xe7\xf4\xca\x07\x5d\x6e\xff\xfb\xbf\xe9\xeb\x74\x18\x8e\xf7\x07\xd5\x47\xa2\x9b\x7d\x2f\x14\x0c\xc7\xfd\xd3\x82\xce\x98\xb9\x85\x7f\x86\x9f\x47\xa5\xb3\xb5\x74\x8c\xed\xfd\xf7\xbf\xff\x9b\x7d\xb8\x46\xa6\xd5\xeb\x88\x5b\x02\xc7\xa7\xf5\x91\xf0\xaf\xa8\xbe\x11\x6c\xe6\x7a\x7f\x9b\x79\xc9\x47\xcc\x1e\x99\x37\x9e\xb5\xf1\x23\x4e\xc3\xf5\xef\x93\xff\xf2\xe3\x7b\xa7\x7b\xdb\x00\x27\x27\x54\xdd\x11\x1c\xc8\xfd\x18\xfe\x21\xa0\x3a\xf5\xf9\x19\x93\x2e\x03\xa4\x63\x36\xda\xbb\x02\x49\x72\x3e\x92\x5f\xd8\x47\x81\xe5\x11\x06\x04\x77\x78\xdf\xe0\x4b\xb1\xd5\x08\x49\xf2\xb2\x24\x21\x56\xba\x0b\x47\x78\x74\xe0\xe4\x6c\x34\x42\xa2\x5c\xc6\x3f\xa5\x79\x8e\xbe\xed\xc1\x6e\x83\xb2\x6f\x7b\x70\x0c\x59\x37\x7d\x5b\x67\xdd\xf6\x23\x94\xc9\xc5\xe6\x5e\xbf\x82\x86\x55\xef\x6f\xeb\x69\xf8\x42\xa9\x13\xb9\xdc\x85\x25\x34\xe0\x58\x1e\xbe\x1e\xe9\x17\x3b\xc0\xb3\x47\xe8\x72\x17\xa7\xdb\xe8\xe0\xdb\x4e\x0f\xc7\x45\xc8\x89\x8c\xe6\xfe\x23\x41\xda\x72\x0d\xb8\x5a\xdf\xf2\xc1\xc1\x9c\x95\x47\x3b\xe0\x60\x4e\x5d\xf9\x70\xa3\x87\x7d\xe4\x3d\xf8\x8b\x16\x78\x0c\xb6\x81\x54\xed\x51\xec\xdb\x40\xea\x02\xcb\x1b\x9d\xd4\xde\xee\xfa\x20\x39\xf0\x96\xba\x0f\xa2\x6a\x55\xdd\xcd\x65\xbc\x55\x05\x99\x3f\xce\x01\xe9\x77\x0c\x99\x2c\xd4\x7e\x43\x1c\x62\xb1\x16\x58\x6c\xc9\xda\xef\x0e\xea\x59\xbf\x10\xe0\xa6\x9a\x84\x3b\x32\xfe\x5c\xc1\x85\xff\x40\x1d\xd8\xe6\xd3\x9c\x96\xd4\x37\x78\xbc\x3a\x24\x40\x22\xbd\x3f\xa8\x2e\x3e\x89\x70\x35\x55\x00\x38\x5b\x77\x80\x7a\x7f\xa0\xaa\xf8\xd4\x50\xb7\xf6\xf2\x26\xe2\x76\x62\x78\xd7\xfd\x05\x5b\x67\xbf\x40\x2e\xad\x17\xf5\x03\x55\xb7\x05\xe7\x13\xc9\x3f\x6a\xc1\x1b\x4d\xb4\xc9\xb0\x6d\xa6\xee\x10\x4e\x78\xaa\xf3\xd0\x85\x3e\x3c\xd5\xfb\x05\x35\xe1\xc5\x8a\x75\x0b\x5e\xb0\x0e\xbc\x0a\x08\xd9\x1b\xde\x87\x6f\x84\x6f\xb9\x42\x44\xb5\x83\xf6\x21\xa6\x4e\xbe\x7d\x80\x98\x7a\x3f\xf0\xdf\x0f\x30\x53\xef\x1f\xaa\x7e\x00\xf8\x64\xba\x5c\xf9\x64\x53\x19\x3a\xad\xe6\x0a\x82\x8e\x43\xa2\x31\xb8\xa9\x95\xb0\x3b\x82\x9b\xba\x3b\x26\x0e\x6e\xea\xee\x53\xfc\x48\x74\x4a\x2a\x75\x70\x43\xe2\xab\xc5\x11\x84\x1d\x5a\xbb\x83\x0c\x60\xbb\x75\x07\x19\xc0\x1f\xc7\xc8\xc8\x1c\xeb\x25\xbc\x83\x59\xda\xde\x79\x98\xa5\xd3\xe7\x6e\x10\x6a\x69\x83\x45\x0f\xa8\xa5\xab\x2d\x35\x98\xa2\xfb\xa7\xcf\xb8\xa2\x3e\x57\x75\x30\x45\xe7\xa1\x6b\x2b\x88\x9f\xbb\xdd\xf7\xa3\x04\x3f\xa0\xff\x87\x59\x48\xdb\x6f\x14\x3c\x33\x32\x6b\x46\x89\xed\x2f\x91\x06\x73\x74\x11\xda\xca\x18\x38\x8e\x3e\x57\x6b\x63\x1b\x32\xd5\xf9\x3b\x50\x49\x57\x87\x76\x8c\x80\xa9\x95\x08\x84\x49\x3a\x7d\x6e\xd6\xa0\x92\xee\xca\x95\x1b\x50\x47\x77\xa7\x91\x41\xf4\xbc\xa6\xff\x6f\xcc\x92\x84\xf2\x20\x8e\x2f\x7f\xca\x04\x8b\x7a\x08\x40\x81\x15\x0a\xed\x18\xd0\x05\x0a\x3a\x7f\x8c\x08\x11\x2f\xfe\x1f\xfb\xde\x57\x0c\x50\x31\xf7\x21\x21\x3d\xc8\xd7\xb5\x9f\x79\x40\x20\x85\x3b\xff\x1f\x74\x0e\x44\xce\x5d\x69\xed\x63\x90\x30\xe5\xe8\xe0\xd1\x23\xb4\x45\x33\x12\x97\xf8\x12\xa8\xb0\x22\x77\x87\x59\x40\x8a\x6c\xb4\x9b\x01\x29\x72\x17\x43\xe4\x80\x14\xb9\x5b\x9c\xc1\x81\x9c\x85\xb7\x3a\x06\x1a\xbc\x78\x7e\xe6\x8f\xe7\x35\xfc\x33\xbe\xa7\xf6\x80\xf3\x25\x9c\x95\x31\xb8\x6f\x77\x68\xce\x58\x88\x9a\xe4\xff\x89\xcb\xf4\x1e\x58\x5b\xdc\xfa\x42\x6c\x40\x1f\x62\x6a\xde\x01\x1f\x71\xcb\x6e\xc0\xc9\x15\x9d\xc4\x6f\xd0\x0d\x9b\x9a\x77\x40\x37\x5c\xc4\x61\x33\xa0\x1b\x4e\xe6\xae\x1d\xf0\x0d\x57\x47\x66\x8c\x20\x1c\xf1\x3e\x0f\xba\x61\x3b\x09\xe0\x1b\x2e\xf6\x6a\x40\x37\xbc\x1c\xe0\x1c\x6c\xc2\x9f\x5d\x07\x97\x60\x97\x6b\x2b\xd8\x84\x4d\x5d\x3b\x82\x4d\x78\x78\xdb\x82\x98\xfa\xd9\x96\x17\xa6\xb6\xb7\xe1\xc5\xa0\xcb\x4a\x1c\x17\xfb\xde\x4e\xee\xb1\xed\x80\xe1\x34\xbe\xb1\xf5\xfa\x9a\x1e\x34\xe2\xf6\x6c\x76\x0d\x94\xa2\xa3\xe0\xa1\xf7\x9d\x36\x1b\xc7\x1f\xc4\xbb\x56\xd5\xfd\xc3\x50\xd1\xff\xdc\xa5\xf8\x9e\x60\x3c\xb0\x27\xc8\x0b\x32\x9e\xe8\xb1\x6e\x87\x21\xeb\xad\x8e\xc0\x1e\xa1\xe3\x44\xe6\x37\x06\x37\xf0\xf6\x93\x8c\x27\x66\xcd\x83\x4e\x4a\x91\xef\xa8\x06\x29\x45\x26\xe3\x1b\xe3\x81\x8e\xea\x53\xc6\x8f\xef\x75\xc0\x95\x7d\xab\x6e\xf3\x16\x0c\x1e\x32\x10\x2f\x6c\x6a\xc1\xf6\x5b\x8a\x37\x46\xe0\x8d\xea\xe2\x62\x70\x59\x63\x62\xb9\x31\x5e\x62\xc2\x75\x9d\x0d\x1d\x70\xf1\x15\x57\xd0\x01\x3b\xb1\x0d\x36\xe0\xec\x88\xe5\x60\x03\x76\x84\xc0\x04\x4d\xd4\xa7\x97\x09\xe0\x85\x7d\x67\xc1\xe7\x2b\xb4\xb8\x01\x5f\x6f\x39\x3e\x65\x7c\x6d\xda\xe9\xb0\xef\x76\x07\x18\xc0\xbe\x5b\x84\x4f\x31\x20\xdf\x4d\xa6\x91\x1b\x13\x44\x8c\x43\x31\x0d\x13\x20\x2c\x93\xb0\x0d\xe8\x79\x0d\x23\x39\x26\x09\x4a\x66\x61\x1b\x73\x6b\xd0\xea\x31\x9d\x81\x2b\xef\xd8\xc7\x49\xc6\xae\x69\xd7\xc6\x4c\x88\x2b\x39\x3f\x66\x46\x1b\x48\x3c\x4c\xae\x7f\xcc\x82\x36\x26\x61\x09\x9f\x51\x0a\x1d\xeb\x36\x01\x1c\xef\x18\xeb\x19\xae\x02\x51\xe1\x8c\xe0\x08\x1e\x87\x1f\x40\xe0\xb9\xcd\xe8\x5c\x91\xc8\x8f\x59\xe0\xa9\xd6\x52\x9f\x84\x10\xd8\x59\x02\xa7\x70\x11\x93\xca\x80\x53\xb8\x16\x09\x07\x38\x84\xbb\x03\x8e\x66\x9c\xf4\x9d\x0f\x0a\x89\x70\xb6\x02\x0a\x12\x61\x53\x9f\x0d\x48\x84\x93\x2f\x53\x21\x09\x5e\x73\xfd\xd3\xe5\x0d\x0c\xc2\xc9\x7c\x4d\x03\x0a\xe1\xe4\x9b\x03\x28\x84\x93\x39\xb4\xc6\x0c\x05\xfc\xf9\x1c\x1d\x48\x7e\x21\x3a\x50\xfd\x03\xb7\x33\x72\x88\x05\x05\xb0\x79\xc9\x06\x14\xc0\xdd\xc9\x0a\x50\x00\x27\xd3\x74\x0d\x38\x80\xcb\x74\x8d\x40\xc9\x8b\x2e\x60\x4c\x90\xe0\x2d\x2c\xa0\xf4\x5d\xd5\xef\x43\xd9\xe8\x63\x29\x14\xbd\xa9\x17\x69\x2d\x38\x7a\xbb\xb5\x12\x14\xbd\xd9\xa9\x6f\xb3\x03\x6f\xe9\x06\x10\xa6\x30\x24\x7c\x66\x27\x0c\xe2\xf3\x3e\x19\x9a\x5e\x24\x30\x36\x3a\xc5\x74\xc2\x36\xe3\xfc\x8b\x49\xd0\x81\x23\x5d\xe6\x8c\x55\x29\x5b\x72\x82\xc5\x55\x3f\x65\xa0\xb3\x9a\x5f\xd8\x2a\xe8\x53\xdc\xed\xb1\xfc\x9f\x5b\x0b\x27\x7b\xdc\x66\x9c\x93\x8b\x1b\xc0\x39\xd9\x66\x02\x84\xbe\x65\x54\x97\x03\x04\x50\x23\xb8\x62\x04\x97\x6b\x64\x04\xbd\x93\x21\x68\x1c\x1e\x41\x62\x1a\x1c\xaa\x03\xe1\x6f\xfa\x4c\x21\xb0\xec\xdd\xbe\x85\x09\xf7\x8c\x43\x77\x60\x04\xde\x0f\xe8\x0b\x67\x34\x59\x4d\x02\x8e\xb3\x3b\x2f\x69\x9e\x88\x02\x1d\x5a\x66\x58\x06\xbe\x90\x87\x44\x38\x09\x2f\x73\xcc\xb0\x0c\x7c\x43\x3f\x4f\x32\xa5\x3c\x2a\x28\x7a\xfb\x1d\x21\x0d\xce\xcb\x9d\xb8\x38\xbd\x7a\x9d\x5d\xd8\x92\x16\x4e\x18\x02\xed\xf3\x7c\x30\xc6\xab\x4b\x57\xac\x53\x3f\x8f\x2c\xb2\x6c\x0a\x3a\x9b\xe2\xf7\x91\x9f\xa2\xab\x19\x73\x1b\x0a\x33\x7f\x3e\x70\xc7\x03\x6e\x31\x47\x45\xa9\xd9\x3f\x96\x62\x2f\x1c\x2e\x50\x7c\xbf\x01\x49\x71\x17\x06\xdc\x80\xa4\x38\x3b\xb7\x19\x8e\xe2\x24\xc2\xbf\x31\x6f\x46\x44\x96\xcd\x24\x17\xcd\x27\x4b\x28\x89\xb3\x4f\xd7\xb0\x08\x77\x9f\xce\x67\x18\x1e\xf2\x17\x41\x12\xbc\xaa\xdb\x07\x35\x5a\x6d\xfe\x7f\xc2\x89\xa8\xf6\xa2\xe4\x87\x85\xe5\x03\xd3\x8b\x8e\x95\x93\xb8\x3c\xc7\x27\xcc\x38\xe9\x7e\x2a\x24\x48\xc3\xf1\x9c\x13\x34\x4c\x5f\x37\x40\x1a\x9c\x7d\x07\x38\x5f\x96\x84\x76\x5a\x70\x04\x77\xa1\xc2\x0e\x38\x82\xb3\xcf\x33\x70\x04\x77\x47\x84\x41\xf9\x3b\x84\x30\x37\x16\x11\x15\x62\xd3\x19\x2b\x68\x23\xb5\x91\x56\x42\x9a\x4a\xd6\x05\xc3\xaf\x4d\xb3\x05\x75\x8a\xc9\x6a\xc6\x02\xfd\xd1\x27\x86\x95\x4f\x86\xc4\x2f\x5c\xa0\x66\xf8\xf9\x70\x09\xea\x79\x32\xcf\xec\x32\x0c\x8a\xe0\xa1\x45\xb8\x38\x02\xee\x35\xf8\x0f\xea\x66\x15\x72\xeb\x3f\x95\x91\x5b\xaf\xf9\x0b\x7e\xe1\x4f\xa2\x17\x04\xc3\xa5\x78\x38\x43\xfb\x39\xf3\x6b\x11\x5c\x60\xb7\xf4\xaa\xc0\x8e\x78\xbc\xe1\x52\xf3\x65\xc5\x82\x02\xbf\x37\xc9\xee\x55\x27\x2f\xa8\x09\x70\xe0\xdb\x15\x0f\x43\x71\xb7\x0f\x77\x35\xac\x1c\x89\xc2\x60\x28\x16\xe2\xd3\x80\xa1\xb8\xdb\x05\x0b\x43\xb1\x01\xc6\xc7\x8a\x9c\x64\x9d\x88\x60\x28\x2e\xbe\x21\x0c\x82\x62\x1f\xa9\x57\x47\x1b\xb6\xec\x07\xc8\x08\xd6\x69\x60\x41\x58\xbf\xbc\x82\xc2\x4d\x6d\x6f\x0d\x14\xc6\xbd\x7b\x0c\x3b\x3d\xf6\xa0\x03\xba\x21\xba\x80\xb1\x02\x9d\x5a\x0c\x18\x63\x91\x37\x26\xa8\xe5\x01\x01\x71\x72\x22\xdb\x8a\x60\x82\xcf\xff\x2b\x32\xd1\x35\x86\x91\x83\xac\x43\x38\x0c\xc4\x75\x7a\x0c\x49\x14\xf3\x91\x0c\x7e\xe1\xfc\x19\x03\x30\x34\x7a\xf7\xff\x51\x9f\x1a\xb8\xd5\xdf\xf4\x9d\xd9\x9a\x91\x11\xaa\x06\x12\x72\x27\x9c\xdf\xb1\x56\xbc\xaf\x32\x01\x73\x8e\x42\x0a\xfa\x60\x43\x34\x04\x3b\xb0\xbd\x8c\x41\xf6\xeb\xb0\xc3\x15\xf7\xe8\x62\xec\x1b\x6b\x6b\x86\xe5\x5c\xc0\x15\x88\x4b\xfe\x20\x79\xc7\x66\xe0\x1b\x2b\xf2\x8e\xbd\x4b\xb9\x39\x2f\xfe\xc2\x16\xfd\xd5\x86\x2f\x74\xc1\xb9\x25\x97\x7f\x51\xa1\x7f\x00\xa7\xde\x43\xc6\x19\x51\x18\x45\x03\x7e\xe1\x64\xb2\xb5\x01\xc1\x70\x75\xec\xc1\xfa\x83\xb1\x50\x0b\x7e\xd1\x64\x0f\x52\xe0\x58\xe8\x80\xb3\xb8\x6c\xb7\xcd\xb0\xf0\x15\xdb\x11\x0a\x41\xf1\xae\xc0\x3f\x5c\xc4\x3c\xfb\x85\xe8\xc3\xf2\x27\xa1\x47\xf7\x34\xe0\x1d\xb6\xb6\x59\x77\xc6\xdd\xad\x0a\x40\x75\x74\x90\xcb\xc2\xb7\xeb\x38\x1e\x18\x89\xab\x58\x9b\xc6\x82\x82\x7e\x49\x3b\xac\x27\xee\x8e\x35\x66\x5c\x7d\x7f\x70\x2c\x16\x21\x7f\xc9\x7b\xfd\x21\xad\xd6\xb3\x10\xa7\x54\x1f\x81\xd6\x13\x70\x2a\xfe\xe2\x19\x0f\xa8\x4b\xfb\x94\xda\x05\xac\x3e\x16\xd9\x65\x1f\xdc\x88\x20\x3e\x16\xdb\xcc\x58\x20\x5f\x7c\x70\x22\xd6\x56\x71\xf9\xf0\xca\xc1\xdb\x6b\xef\xf0\x22\x1f\xcc\x57\x8d\xeb\x25\x68\x44\x07\x90\xf5\xc6\x17\x65\x65\x40\x9d\x9c\x7d\x53\x08\x33\x72\x71\x0c\x2e\xc4\xc8\xe9\x93\x02\x0f\x33\x72\xf7\x55\xe0\x79\xc4\xb0\xba\x82\x4e\xb9\xa9\x7c\x81\xde\xe6\x72\xb4\xe0\xf3\x45\x20\x0a\x34\x8f\xe7\xd6\x91\x45\x84\x65\xe3\x4c\x5c\xbc\xb4\x7f\x61\x92\x1e\x27\x38\x1a\x3e\xd7\x9e\x1c\x42\x9b\x64\x0d\x3c\xcc\xdd\xe8\x29\x67\x90\x9b\x59\x63\x04\x11\xb3\x63\x94\xa1\x59\x1e\x4d\x2e\xb6\x33\x73\x43\x20\xf7\x10\x24\xc9\xc3\x97\x30\x67\x61\xe3\x58\x9a\x9c\x04\xf8\x89\x13\x69\x9c\x24\x6b\xd9\x7a\x87\x45\x79\xbf\xe0\x07\xb8\x88\xd2\x2a\x82\x46\x39\x75\x83\x93\x9c\xb8\x5d\x6d\x18\x9e\xa8\x55\x6f\x3d\x78\x96\xf3\xf1\x69\x41\x2c\xa2\xe1\x1a\x01\x6c\x96\x8a\x38\x2b\xc8\x56\x9e\xc2\x1a\x4e\x4d\xf5\x91\xcb\x5f\x3b\x3d\xcf\x8a\x00\xf6\x8c\xed\x33\xdf\xf4\x85\xc0\xb9\x8f\x74\xdd\xf9\xeb\xe7\x56\x9a\xe5\x33\x09\x9d\xf4\x76\x0f\x09\x57\xb5\xbe\x7f\x3f\x89\x1b\x77\x22\xd1\x19\x17\xa9\x76\x0c\x9c\x24\x6b\x7d\x1a\x38\x08\xff\x95\x92\x3c\x47\x64\x1a\xe9\x03\x44\xcc\x75\xa7\xb8\x9f\x23\x12\x81\xfc\x02\x6e\xc3\xe1\x17\xa0\x70\x38\xfc\xfc\x1e\x31\x51\x34\x0c\x88\x99\x87\x6f\x75\x4e\xa8\xb8\xec\xbe\x39\x09\x3c\xff\x9c\x93\x4f\xb8\xb8\x8c\xf2\x03\x93\x73\x75\x2e\xee\x39\xff\x5a\xe8\x1a\xe3\xc2\x5c\x2d\x82\x8b\xeb\x73\xc6\x3a\x27\x81\x1d\x5e\x15\x13\x15\xe0\x7d\x19\x21\x76\x5e\x25\x0b\x32\x95\xe6\xff\x09\x52\xf0\xa2\x88\xdc\x28\x59\x86\x50\x3f\x27\xdf\x0e\x9c\x0b\xc9\x22\xcb\x09\x2a\xe8\x54\xa4\xd5\xcf\x85\xc7\xcb\x1b\x81\x78\xb9\x8f\x75\x7e\x12\x2f\x57\x3d\x07\x11\x2f\x27\xd1\x74\x12\xef\xf6\x59\xd6\x27\x23\x30\xfc\x7c\x8c\x80\x05\xc7\x19\x23\xa0\x16\x9c\xb1\x6c\xd4\x82\x93\x0c\xb7\xe9\x0a\xae\xa8\xc0\x0f\x10\x63\x20\x4f\xec\x79\x12\xd5\x20\xd7\xed\x19\x2c\xff\x3a\xcf\xc0\x2d\x3d\x7c\x84\x3c\xaf\xce\xfd\xbb\xcb\x27\xe0\x9b\x1a\x42\x2e\x68\x9d\x4b\x7b\x12\xc0\x66\x78\x93\x13\xac\xe5\xea\x45\x82\x4e\xfd\xdc\xc0\x9c\x78\x72\xfb\xa7\x0c\x15\xa5\x54\xe0\x19\x17\xb4\xce\x04\x3d\x23\x76\xdf\xab\x28\x48\x18\x3c\xa6\x37\xb1\x34\x1e\xf3\x9b\x90\x3d\xef\x5c\xf2\xa9\xb3\x74\x28\x64\xd5\xd9\x08\x6f\x27\xb9\x55\x3e\x40\x9d\x5b\xa7\xe6\xf2\x29\x73\x2c\x77\x6c\xf1\xf9\x40\xec\xf1\xa9\x20\x96\xb5\xe6\x0c\xca\x04\x87\xe8\x9d\x5b\x01\xe6\xec\x8d\x16\x0a\xd0\xd1\xb1\x67\x5c\x77\xea\xd4\x7c\xbe\x1c\x78\x64\x7b\x9d\x6f\xf8\xf7\xf5\xfc\x3e\xc2\x8d\x6c\xf9\x4d\x02\xb4\x11\x78\xce\x70\xcc\x0e\xab\x1b\x2e\x27\xf7\x91\xec\x1f\xd4\xcd\x75\xc4\xb6\x95\x67\xe4\x02\x69\x51\xe3\x77\x1d\xb1\x66\xa5\x4e\xae\x63\xf2\xf9\xa5\x72\xcc\xe0\xf2\x0f\xb4\x57\x33\x74\x1d\x04\x2b\x35\x57\xf0\xf2\xff\x7f\xfd\xbd\x88\xe2\xef\x62\x11\x1c\x17\x48\x8c\x16\xbe\x57\x0a\x8a\x58\xbf\xd0\xa8\x20\xab\xbc\x28\xab\x01\x11\x10\x36\x0f\xff\x10\x0c\x6a\x6a\xc1\x56\xa1\x23\xcb\x2e\xbb\xfe\xf8\x41\xb5\xb1\xa1\xf3\x1e\x22\xa6\x1a\xd0\x73\x0f\x4b\x8e\x8b\x00\x2f\xa3\xc0\x5d\xf0\x48\x89\xcc\x6b\x5c\x71\x33\x2a\xf2\xae\x71\xe1\xb6\x75\xf8\xf2\x45\x80\x57\x17\x21\xd9\xb8\x72\x0c\x9a\x6b\xb8\x28\xfb\x85\xa0\x8f\xf1\xf3\x77\x54\xe0\x17\xa2\x4f\xff\x2d\xd3\x0b\xad\xee\x7d\x70\x85\x56\x17\xc5\xd9\xb8\x08\x01\xcb\x3a\x78\xc2\x12\x3e\x44\x37\x39\xae\xb8\x3b\xf5\x49\x1f\x96\xf0\xec\x48\xce\x2b\xee\x4e\x85\x1d\x3f\x2e\xb4\xb8\xed\xac\x2b\x0e\xc7\xc2\x8e\x1f\xf0\x88\x0f\xeb\xac\xab\x32\x8c\xb2\xd0\xe1\x11\x1f\xbe\x23\x87\x47\x7c\x18\x1a\x2a\x78\xc4\xbb\xa0\xdf\xc7\x15\xd4\x51\xd2\x92\x57\x8d\x99\x2f\x7e\x83\xeb\xc8\xe2\x07\x7e\x7c\x51\x13\x1b\xbe\x5d\x19\x5b\x10\x8f\x67\xcb\xcb\x6b\xdb\x01\xd5\x70\x82\x17\x9e\x5d\x47\xca\x5f\xad\xc4\x07\xfd\x02\x44\xe2\xcb\x2f\xb0\xbd\x0c\x9a\x72\x91\x21\xe7\xbc\xc6\x2b\xc2\xc8\x84\x15\x3f\xae\xc6\x3c\x78\x2d\xb5\x98\x07\x59\xd4\x57\x63\xa9\x4c\x7f\x92\x08\x90\xe4\x36\xfd\xe2\x05\xff\x80\xc0\x90\x7c\x80\x2d\x7d\xf8\xee\xea\x8a\x13\xfb\x94\x44\x82\x2d\x7d\x64\x8b\x04\xe2\xc6\x44\xab\x36\xae\xce\x3c\xba\x93\x83\xb5\x66\x09\x30\xe2\x7d\x75\x61\xc4\x3c\xab\x8b\x23\xb6\x4b\xf7\x0f\x83\x61\x57\x0b\x47\x4c\xb4\x4e\x83\xc1\x8f\x5e\xdc\x82\x11\x13\xdd\xfd\x06\xfb\x45\x47\xb1\x0b\xb6\x09\xc7\xf3\x5f\x23\xb6\xb8\x8e\x1d\xd7\x84\x46\xc5\x4b\x67\x9b\x2f\xc3\x39\x69\xd0\x99\x4f\x1b\x27\x41\x67\xde\xa7\x17\xe3\x0c\x1a\x48\x95\xd7\x41\x05\x7a\x61\x05\xcb\x89\xcb\xe0\xe7\x79\x07\xaf\x3f\x99\xa1\x3e\xe2\xc3\x76\x66\xdf\xb5\xcd\x93\xe1\xac\xb5\x8b\x70\x7e\x5f\xa0\xc1\x76\x9e\xa6\x77\x0b\x70\x2f\xce\x35\xbf\x30\x2e\x7c\x24\xbf\x4e\xb2\x48\x3c\x44\xdb\xb8\x18\xbe\xba\x86\x0d\x7d\xf8\x86\xf2\x3a\xe3\xfb\x6a\xcf\xb6\x2d\x72\x92\xcd\x7d\x5d\x88\x69\x0b\x14\xa2\xc1\x4a\xfa\x27\x6c\x9b\xeb\x8a\xc6\x69\xfe\x40\x7e\x11\x7f\xfd\x80\xc8\x7c\x38\x25\xf0\xc2\xf0\x10\x84\xf3\x80\xc8\x3c\x75\x23\x36\xc1\x64\x5e\x8d\x0e\x78\xfd\x02\xb1\x49\xc3\x0d\x14\x4c\x37\xd0\xca\xb5\x2d\x8f\x29\xbe\x92\x71\xc5\x71\x7f\x59\x09\x6c\xcb\x63\xd9\x64\x87\x0b\x7d\x38\x29\xf0\xba\xa3\x89\xea\x02\xb1\x5f\xdd\x51\x46\x50\x9d\x67\xe3\x8a\x04\x33\xb9\x03\x74\x60\x26\x1f\xe5\xf3\x3c\x13\xec\x15\x45\x0a\xa0\x93\xcf\xae\x87\x78\x4f\x6f\xb3\x7d\x58\x9f\x55\x96\x08\xc4\xe5\xc3\xd7\x97\x17\x71\x56\xc6\x63\xba\xde\x80\x37\x52\xfd\x6f\x34\x58\xe6\x28\x4c\xe6\x6b\xe8\xcc\x70\xe1\x4c\x76\x78\xe5\x45\x2c\x7a\xf1\x36\x8d\x30\x29\x9f\x94\x61\x2e\x1f\xbe\x0e\xbd\xde\x3f\x3f\xd6\x7f\x9f\xfc\xed\xb3\xf9\x1a\x9a\x76\x98\xca\x93\x91\xcf\x7e\x04\x97\xfb\x7a\x14\xa6\xf2\xe1\x0b\x57\xc8\xc8\x67\x96\xb5\x18\x64\xe4\x9f\x73\x13\x64\xe4\xc3\xc7\x1c\xb8\xc2\x87\xf1\x5d\x7f\xc4\x82\xfb\xbe\x15\x6a\xf0\xe1\xeb\xd4\xa0\x06\xef\x4b\xfb\x1e\x6a\xf0\xe9\x5c\x28\xa8\xc1\xf7\x03\x6a\x52\x8e\x41\x9b\x2a\xc7\x17\xfd\x42\x84\x8c\xaa\x45\x39\x66\xc9\xcf\xc7\x32\x53\x0b\xd0\xc3\xce\x79\x81\x38\x7b\xfa\xa2\xe9\x07\xe6\xb2\x93\x5f\x7f\x1c\x85\xed\xe3\x81\x58\x7b\x14\x1d\x5a\x20\xd6\x1e\x3e\x05\xfd\x22\x62\x69\x2d\x3f\x50\x00\x71\xd6\x9c\xa0\x23\x6d\x28\xfc\x2a\x87\x71\x59\x12\xf0\x5a\x2f\xdf\x00\xc3\x5b\xbd\x7c\x5f\x0a\x6f\xf5\xcc\xcd\x65\x92\x82\x64\xbe\xfd\x08\x32\x16\x95\xd1\x80\xb7\x7a\xf9\x06\xfb\xd7\x89\xa1\xb5\xbf\xf7\x47\x90\x71\xfe\xbc\x70\xc7\x03\xae\x91\x21\x91\x82\x83\xd8\x7a\x89\xc4\x66\x40\x6c\x9d\x9d\xb0\x07\xaf\x75\xf5\xe1\xfb\x37\x38\x63\x78\x0a\x88\x32\xb6\xcb\x1b\x1a\xeb\x6a\x97\x7a\x90\x46\xfb\x50\xf3\x5b\x0c\xb1\x0c\xd2\x1f\x41\x43\x4d\xa2\xff\x07\x37\xa0\x13\x0c\x7e\x88\xfe\x4f\x34\xfc\x2f\x4e\xaa\xda\xa9\xbf\x45\x20\x5d\xf1\x07\xa2\x41\x6a\x40\xa8\x02\x99\xd8\xbf\xc5\xbe\xf3\x10\xaf\xe0\x05\x52\x39\x54\x83\x74\x17\x14\xd1\xe9\x13\xcc\x0e\x47\x74\x75\xea\x2e\x1c\xd1\xd5\xb9\x67\x41\xf1\xdc\x3f\xcf\x73\xc9\xef\x32\x37\x89\x4d\xf6\x2d\xa4\xcc\xc3\xa0\xd3\x90\x32\x67\x9f\x61\x20\x61\x4e\x4e\xfd\x85\x43\x39\x67\x69\xe7\x5f\x88\x7f\xcf\xd8\x0f\xed\x2c\x63\xf5\x17\xbe\xdb\x63\xfe\xd3\x2d\xce\x6f\xeb\x82\xf1\xf9\x1a\x90\x95\x8e\xcd\x84\x81\x79\xd7\xe6\x1f\x82\xd1\x5a\x13\xfa\x8b\x25\xe9\xef\x13\xb6\xeb\x53\x2b\x14\xca\xc5\xb0\x2e\x50\x28\x8f\x22\x4b\xf7\x47\x56\xd4\x70\x74\xcb\x0f\x5d\x90\x3e\x15\xc2\xe9\xec\x19\xda\xba\x60\xd9\xfb\x02\xe7\xf2\x30\x52\x3a\x9c\xcb\xb5\xc8\x8c\x84\x72\x39\x7f\x96\x60\xc4\xdc\x5a\xca\x3c\xd1\x65\xd5\xf7\x44\xea\x9f\xda\xf3\xe2\x40\xb3\x10\xd8\xba\x22\x0d\xa3\xf1\xc0\x78\xbc\x1c\xf4\x00\xe1\xf1\x7e\x40\x6b\x16\x58\x4c\x9b\x03\x41\x78\xfc\x49\xa9\x84\xf1\x78\x39\x10\xe3\x47\x04\xd2\x30\x66\xd3\xef\xa5\x8d\xcb\x35\x6e\x41\x21\xb6\xde\x01\x23\x72\xfa\x04\xa4\x07\x25\xf2\xf4\xb6\x00\xb5\xc4\x61\xc0\x41\x79\x3c\x6c\x55\x40\x79\x3c\x7d\xf1\x03\xe3\xf1\x7e\xa0\xeb\x87\xcc\x27\xfd\x42\xf4\x52\xf3\x00\x27\xf2\xb4\x28\xb9\xf7\xf1\x79\x3a\xed\xf3\xe6\xf4\xec\x00\xf4\x1b\x9e\x02\xbb\x27\xee\x03\x48\xc2\xc3\xef\x83\x59\x24\x95\x0b\x87\xf2\xfe\xa0\x2b\x8c\xdc\x5d\x55\x90\x02\x77\x49\x5d\x48\x5b\xfd\x38\x7c\xf0\x4e\x78\x68\xb4\xf5\xef\x7d\x58\x5e\x96\xc6\x77\x0a\xa4\x4d\x29\x71\x48\x97\x67\xd5\xd6\x0d\xd2\xe5\x61\xfc\x52\x48\x97\xa7\xed\x4c\x48\x97\xa7\x5d\x93\x90\x2e\x0f\xb3\x10\xdc\xe9\xc7\x10\xe8\x7f\xf8\x02\x7d\x3b\x77\x93\x5e\xe5\x9b\x9d\x7b\x6b\xd4\x62\xd9\x01\x07\x73\xfe\xcc\x41\x86\x9e\x4b\x66\xd3\x4d\x90\x70\xf3\x90\x95\x03\x58\x43\x3d\xcf\x05\xb0\xb1\xb8\xe1\x60\x5e\x0e\x87\x84\x83\x79\x3a\x1d\x1d\x8a\xe5\x69\x14\x47\x28\x96\x97\x2f\xf7\x60\x58\x4e\xc3\xb1\xde\x50\x2c\xaf\x2c\x61\x79\x83\xa2\xe2\xf0\xc8\x1b\x67\xb4\x8d\x14\x28\x96\x77\x05\x7a\x81\x5c\x26\x23\x33\x40\xb1\xbc\x1f\xf0\x1b\x30\xa8\xc8\xf0\x82\x62\x79\x3f\xe0\x4f\x70\x52\x96\x91\x01\xe3\xf1\x32\x90\x34\xa4\xc6\x69\x24\xb7\xb1\x85\x7d\xad\x2f\x40\x94\xe0\x5b\x17\x28\x85\xa7\xf7\xe2\xbd\xcf\x84\xd3\xe7\xa9\x1b\x07\xb7\x63\x42\x61\x10\x1e\x06\x2a\xbe\x7b\x6c\x66\x8f\x62\x9f\x2c\x7c\x3f\x00\x4d\x80\x04\xd8\x1d\x99\x40\xc3\x65\x10\x62\xb3\xcb\xac\x6b\x69\x98\x7b\xe0\x25\xf3\x08\xec\x23\xe3\xb0\x59\x04\xc5\x70\x1a\x06\x10\x82\x63\x78\x3a\xb8\xe5\x9e\x90\x98\xc8\x0e\x82\x63\x38\x0d\x83\xc7\xdc\x33\xbe\xa8\x69\x9e\x6c\xe5\xee\xff\xa3\x8b\xff\x44\x82\x33\x60\x20\x5e\x0e\x71\x85\x81\x78\x1a\xe3\xe9\x9e\xd0\x23\x4a\x56\xdd\x0b\x2b\x4c\x66\x1f\x7c\xc1\xd3\xe0\x9d\xd0\x05\xa7\x61\xb6\x10\xf8\x82\x97\x61\x19\xee\x40\xfb\xf4\x00\x02\xb2\x62\x37\x1c\xec\xbe\xc3\xf1\x48\xb0\xf3\x4e\x27\x83\xdd\x20\x4f\xe7\xe1\xff\x01\x1d\xf6\x1a\xdc\x2a\x7f\xf8\x42\x01\xf6\xde\x34\x8c\xaf\x7e\x73\x87\x6c\x97\xd5\xcd\x1d\xb2\xd3\x8d\xa0\xf7\x9d\xbe\xf1\xbd\xf1\x45\x3b\xab\xe3\xbe\x58\xf4\x52\x41\xd0\xfd\x4e\x7b\xe9\xee\x0b\x75\xe0\x15\x73\xb1\x4f\x65\x33\xdc\xd7\x05\xdd\x97\x06\x84\x2b\xe6\x61\x44\x94\xfb\xba\x11\x8d\x2e\xc7\xa6\xd1\x08\x5c\x70\xb8\x59\x90\xec\x33\xe7\xb2\xa7\x13\x7e\xe0\x65\xc7\xe5\x8d\xab\x3a\x25\xff\x7f\xf1\xbc\x1a\x7c\xb3\x87\xbc\x67\xee\xd8\x43\x6a\x20\xc9\x41\x23\x57\xff\x10\x1f\xd4\x08\xdd\xf1\x41\x57\x08\x1f\x99\xa7\xf4\x8e\x11\xf1\x07\xe2\x56\xcb\x65\x62\x75\xbc\x89\xef\x98\x32\x3f\xb0\xad\x86\xe1\xf0\x25\xf8\x83\x97\x7d\x82\x37\xb9\x40\xc3\x81\x84\x37\xb9\x40\x86\xc6\x80\x3f\x78\xd9\xcb\x78\x43\xdc\x37\x3e\xea\x06\xbb\xc3\x39\x24\x37\x67\x56\xe7\xea\x42\x28\x3c\x7d\xe0\xbb\x09\x63\x6e\x72\x1d\xdd\xdc\x0e\x0f\xf1\x4d\x0e\x08\x85\x97\x5d\xaf\x10\x0a\x2f\x3b\x7f\x83\x4f\x78\x7c\xa4\x33\x76\x49\xd6\x09\xef\x0e\xbb\xe4\x23\x9e\xdf\xe8\x83\x9a\x14\x66\xc7\x70\x13\x30\x3b\x3e\xc2\xf5\xe5\xee\x4e\x3b\xe3\x39\xf6\x56\x77\x34\xc7\x73\x50\x81\x8c\x3f\x08\x83\x97\xdd\x5f\x10\x06\x2f\x7b\x93\x61\xf4\x5d\xee\x22\x8c\xbe\xcb\x4e\xca\x27\x14\xac\xc6\xf0\x49\xb1\xb0\xfd\x81\x84\x30\xd7\x4e\x79\x38\xe4\xda\x43\xf8\xc0\x23\x64\x97\x22\x84\xbc\xd3\x49\x2d\x0f\xf9\xc8\xf6\xd0\xc3\xa7\x3b\x1c\x7a\x0e\x9f\x6e\xfa\x78\xd7\x20\xd4\x5d\x76\xdc\x42\xa8\x3b\x7d\xe0\x79\x0a\x84\x5a\xee\x71\xa8\x60\xbf\x5f\x62\x92\x64\xea\xc1\xa7\xbb\xec\x5c\x7b\x0a\x56\x8b\x3c\x8c\x4f\x09\xdb\x51\x2d\x2c\x98\xb7\xda\x09\xf0\xef\xa6\x8f\xf7\x0d\x02\xde\x65\x1f\x27\xfc\xbb\xfb\x01\x37\x69\xf7\xd1\x61\x51\x0f\x10\xe1\xc3\xf1\xf0\x0f\xe7\x6e\xc7\xd8\xfc\x31\xf6\x4a\x5e\x3e\x91\xa1\xac\x73\xfd\x53\xa3\xc9\x6a\x62\x65\x59\xc9\x89\xfa\xd4\x50\x58\x6a\x32\xe4\x10\x9f\x06\xe1\x4a\x1e\x8e\x5f\x7f\xe0\xfa\x9b\x35\xfd\x8b\xba\x81\xff\x77\x1a\x2a\xfb\x69\x20\x56\x79\x3c\xd0\xef\x0e\x2c\x7c\x60\x96\xf0\x75\xc1\xc3\x85\xb5\xa1\x9e\x1f\x80\xce\x0c\x3b\xf0\xc4\x7d\xb5\x24\xc3\xd3\x63\xb8\x8a\x7f\x40\xf6\x48\xfa\x43\x07\xbc\x3e\xc3\xd9\x03\x83\x4b\xcf\x8f\x83\xb2\x9e\x1f\xe8\x3f\x9d\x16\x1e\xd4\xb7\x23\x2d\x9f\x01\xc3\xa7\xd7\xe8\x88\x25\xa8\x06\x8e\xf8\x9e\xca\xe4\xfe\xfa\xda\xee\x09\x7d\xec\x15\xf7\xc7\x16\xdc\xfc\x02\xbb\x54\x06\xc6\x13\xa9\xbc\x46\x38\x7d\x66\xe4\x3a\x6b\xc2\x66\xa4\xd1\xb8\xfc\xc4\x0b\xea\xe2\x24\x9f\xdb\x2b\x08\x15\xef\x80\xa3\x67\xb1\xe8\x3f\xe5\x16\x15\xa8\x8d\x30\x14\x1b\x9b\x33\x18\x8a\x87\xa3\x0b\x61\x28\x5e\x76\xf1\x3e\xeb\x62\x8d\xf9\x05\xa8\x08\xbc\x0f\x41\x07\x75\xe4\xdc\x73\x1e\x5c\x8e\x6a\x8d\x12\xc4\xec\xec\x37\x08\x8b\xd3\x72\x8f\x88\x61\x4e\x5e\xb3\x27\x5c\x1c\xde\xd7\x84\x30\x27\x4f\xfa\xb6\x39\xaa\x2f\x57\xe1\x33\xce\x4e\xc9\x80\xcf\x38\xfb\x40\xf7\x6c\x9b\xa4\xd8\xf4\x7f\xc8\x5c\x32\x50\xd2\xb3\x6d\x92\x6e\x6a\x88\xe7\x8c\x21\xef\xfe\x81\x28\x07\x29\x38\x08\x91\x7b\xf2\x00\xe1\xb3\xb6\x4f\x1d\x3e\xe4\x34\x3c\xe9\xf8\x29\x9c\x9d\x07\x1d\xf2\xfe\x80\x2b\x68\x7b\x59\x7d\xca\x30\xd7\xba\x47\x57\x84\x6b\xaa\x47\xb0\x39\x7d\x24\xe3\x15\x5c\xe6\x1a\x71\xd8\x9c\x8c\x45\x0d\x1b\x72\xb6\x9f\xfb\xb9\x00\xab\x3a\xfc\xfc\x4b\x26\xab\xbe\xff\x03\x0e\xd0\x0d\xde\x36\x4b\xed\x1e\xb1\x1f\xf0\x62\xb2\x61\x20\x43\x2e\xe2\x5a\x1f\x4f\x00\xcc\x64\xd7\x47\x7b\x65\xb6\x3e\x01\x96\xaa\x73\xc1\x83\x67\xe4\xf8\x7c\x3f\x42\x9f\x5c\xff\x36\xf3\x1d\xbd\x05\x35\x72\xb6\x49\x03\x35\x72\x77\x26\x56\x30\x23\xdb\x1e\x80\x19\xb9\x58\x39\x43\x8c\x9c\x6d\xc3\x41\x8c\xdc\x7d\xa2\x87\x18\xb9\x64\x8f\xdf\x5f\xfa\xb4\x3b\x7c\x03\x8d\xea\x06\x13\x63\x67\x10\x85\x27\x9c\xf2\xc3\xcf\x43\x27\xe3\x25\x78\x03\x31\x99\xdc\x20\x1c\x35\x5e\xe2\x37\x69\x4a\x9f\xfa\xf0\x64\x59\x0e\x6d\x9b\xab\x74\x2b\x7b\xe0\x6c\x8a\x1b\x4c\xea\xd9\x67\x40\x9f\x58\x71\x96\xe4\xc4\x1f\x34\x2f\xd1\x27\x5c\x4d\x6a\xf0\x43\xae\x86\x67\x08\x2e\x2b\x67\x9c\x3f\xc1\x65\x65\x45\xf7\xd0\x41\x0b\x15\x22\xfa\x52\xfe\x37\x35\xf3\x84\xd8\xb7\x10\x7c\x6e\x6a\x53\xed\xd8\x6b\x9f\xf5\x10\x69\x68\x32\xd7\xe0\x59\x2e\xc3\xef\x6f\x6b\x2c\x9b\x68\xe3\x21\x4d\xcd\xc9\xe7\xf0\x30\x27\x47\x0b\xc2\xc3\x9c\x3e\x6a\xe5\x0d\x31\x3e\xfc\x03\x7c\x78\x5e\xc0\x2f\x68\xbe\x9f\x06\xb1\xa1\xac\x57\x48\x63\xb3\x1d\x00\x71\x73\x75\xc4\xcb\x7b\x54\xee\x09\x5d\xa6\xc1\x32\x2c\xe0\x6d\xce\x26\x65\x80\xb7\x39\x3b\x02\xe7\x3d\xc2\xf0\x90\xa9\xf2\x92\xb6\xed\xfc\xfb\x37\x50\x0e\x9b\x3f\x00\x92\x99\xac\xc9\x97\xf0\x88\x8f\xf3\x17\xe6\xe7\xe4\x2c\x0e\x98\x9f\x53\xd5\x90\xc2\xfc\x9c\x1d\x8d\xf7\xe2\xf1\x39\x24\x72\xde\xc4\x8e\x70\x8f\x12\x19\x5e\xd5\xf5\xb3\xe5\x65\x1d\xc2\x1c\x9d\x9c\xec\xf3\x06\xd2\xee\xe7\x79\x60\x6e\xb5\x03\xde\x14\x4c\x64\x2e\x87\x90\xf6\x10\x93\x24\xe7\x93\xf9\x1b\x01\x8b\xc9\x65\x40\x1c\x74\x4e\x83\x59\xba\x34\x1d\xc4\x61\x86\x2e\xbe\x21\x79\xb7\xf1\x98\x8d\xfa\xfa\x92\x35\xee\x50\x62\x78\x9e\x47\xfe\x94\x43\x8d\x7a\x8e\xc2\x7a\xac\x2e\xff\x2d\x2a\x0d\x19\x39\x03\x3e\x7b\xbf\x95\x0b\x6e\xb9\x0a\xde\x70\xe0\xd8\x3f\x0d\xb1\xf3\x72\x42\x15\xbc\xce\x69\x94\xe5\x1a\x1e\xec\x29\x97\x23\x66\x47\xf6\xcc\x0b\x15\xa6\x23\x1a\x61\x82\x2e\xce\x9d\x87\x09\xba\x3a\x91\xf9\x25\xd0\xc0\xaa\xf8\x6d\x21\x08\x3f\x3f\x80\x55\xfe\xf9\x40\xa0\x18\xaa\xc9\x2d\x3a\xed\x75\xd2\x02\xfc\x45\xc3\xdc\xc8\x6d\x94\xb1\xf0\xc2\x0f\xf3\xf1\x08\xbc\x9d\x14\x28\xd9\x90\x70\x49\xfb\x9e\xe9\x8d\x54\x71\x6d\xf5\xb7\x13\xb9\xe5\x75\xdb\xe1\x1c\x92\xa4\x7c\x83\x59\xcc\xb3\x02\x95\xe6\x30\x27\x0e\x4c\xd1\x43\x2c\xcc\x03\xa6\xe8\x3e\x96\xff\x27\xcb\xd7\xb3\x04\x2c\xe1\x70\xfc\x1e\x44\xd1\xdd\x06\x1a\x44\xd1\xc3\x39\x5c\x6f\xf8\x94\xaa\x57\x66\xa0\x0e\xba\x4b\xc0\xf7\x7e\x84\xc1\x8c\x16\xe8\x8b\x13\xcc\x7b\x7f\x00\x97\x52\x95\x76\x7b\xc3\xa5\x64\xb2\x47\x78\x9e\x97\x23\x95\xde\xb0\x52\xab\xa5\x05\x6c\x67\xf6\xde\xbe\x61\xa5\xd6\xec\x2a\x81\x78\x96\x67\x10\x26\xe8\xfd\x80\xab\x7c\x00\x9e\xd0\x0b\xc4\x29\x38\x62\xef\x05\x45\xd0\x31\x88\x6f\xdc\x35\x49\xa0\xbe\x0b\x47\x9e\x0c\xf5\x77\x71\x83\x2a\x13\x0c\xea\xe8\x34\xaa\xe5\xcb\x49\x9c\x80\x47\xfd\x0c\xa0\xda\x7f\x52\x38\xef\xb6\x28\x97\xf3\x61\xdf\x33\x82\xf6\x2d\x7d\x4e\x6e\x5a\xbc\x0f\xce\x98\x33\x4b\x17\x62\x2a\x9d\x77\x07\x99\x74\x1a\x8e\x00\x7c\xe3\xae\xca\xf2\x12\x93\xcd\x90\x00\xb0\x47\xa7\xcf\x46\xb9\xe0\xda\xf6\x3e\xd9\x26\x5b\xb5\x4d\xf9\x92\xb9\x30\xcc\x42\xf3\x92\xdd\xee\xbb\x1a\xe8\xa7\xb7\xb8\xf1\x0f\x89\x4b\x01\x4d\x2a\xc1\x0d\x3e\xdf\xbf\x3f\x20\xd8\x3c\x05\x71\x1d\x65\x2e\xa7\xf7\x47\xbe\x67\x72\x05\x31\xe9\xee\xd3\x8f\x0b\x42\x6f\x8d\x70\x45\x59\xa6\x87\x2b\xca\x61\x95\xef\xb6\xb3\xca\xf2\xa8\xdd\x5c\xc0\x79\xe5\x6f\x33\xaa\x7c\x64\x38\xae\x25\x33\x1f\x41\x51\x9d\xac\xf7\xa1\xa8\x1e\xc5\x3b\xe5\x89\xfa\xfc\x3f\xb7\xe6\x3a\xf0\xbf\xdb\x6a\xf9\x4a\xaf\x27\x3a\xa0\x41\x7f\x42\x18\xb8\x47\x18\x1e\xd3\x0f\xe0\x27\x92\x15\xf5\xbe\x61\xe8\xbb\x03\xdb\x30\x19\xce\x8f\x7f\xa1\x9d\xa9\xb2\xc3\xde\xf0\xfa\xd4\xcf\x03\x01\x15\xe2\x1a\x63\xcc\xff\x2a\x9c\x07\x86\x83\x9c\xfc\xf3\x20\x91\x4e\x79\x6d\xf3\x80\x86\x66\xe8\xde\x62\x1e\x07\x91\xa7\xff\x29\x99\x79\x80\x10\x23\xa4\xdf\x09\x05\x76\xd5\x3d\xc5\x84\x02\xbb\x4b\x14\x4c\x18\xae\x87\x4c\xa5\x79\x70\x75\xd4\xfe\x1b\x91\x79\x1c\xc1\x71\xa6\xf7\xb7\x21\x91\x95\xd3\x33\x21\xbc\xde\x0d\x5a\xfa\x21\xf0\x9e\x9a\xca\x2c\x0a\x71\x17\xcd\x23\x05\xde\x93\x5a\x40\x46\xbd\x22\x5b\xe7\x41\xb0\x85\x6c\xe5\x79\x90\xca\xb0\x3e\x15\x62\x69\x74\xd7\xb7\x70\xa4\xa9\x18\x28\x0d\xf3\xbf\x32\x51\x98\xf2\xaf\xce\x23\x47\x83\xfd\x7d\x80\xf9\x64\xea\x4e\xf8\xae\x87\xd2\x08\xe6\xb1\x0d\x07\xdf\x64\xcd\x23\x9f\xe0\xea\xfa\xfd\x40\xeb\xfa\x7c\x01\xb5\xfd\x79\xe0\x8e\x88\x1d\x7f\x21\xe0\xa1\xf4\x05\xa2\x2c\x93\xe7\xa4\xc4\x24\x67\x4d\x62\xf9\x83\xc2\x55\x39\xa4\xad\xdb\x04\xd2\x9e\xc0\x92\xe6\x51\x40\x8c\xaf\x6a\xd2\x36\x56\x9a\xdc\x48\xf3\x00\x89\xef\xd3\x64\x6e\xa7\xe4\x81\x9d\x47\xf8\xb1\x9a\x97\x05\x51\x98\xd2\x9a\x13\xce\xee\xfd\x80\xbf\xc8\x56\x9a\x7a\x61\x1b\x37\x59\x60\xcb\x13\x52\xef\x21\x8d\x32\x0f\xee\x9e\x64\x41\xcf\xa3\x92\x63\x3b\xfc\x3c\xc9\xe8\xae\x7f\xdb\x42\xf5\xd3\x20\x90\xf7\x84\x99\x35\x8f\xc6\x2c\x16\xad\xa2\x70\x84\xe9\xcc\x3c\x0f\xe0\x90\x85\x7c\x31\x21\x01\xdf\x0f\xb8\x86\x8e\xf3\x4a\x5f\x24\xa6\x72\xb4\xea\x2a\xc9\x20\x2c\xff\xa2\x72\xe6\x11\x86\x90\x78\x65\xe6\xd1\xc0\xd5\x4d\x9a\x32\x7c\x69\x0a\x1a\x9d\x07\x9c\xa9\xa9\xe8\x79\x92\x3d\x04\xa1\x30\xe1\x00\x9f\xd9\xdb\x00\xbb\x65\xba\x7f\x84\x4f\x2a\xb0\x76\x1e\x5c\x85\x89\x80\x64\x1e\xb8\xc6\x9a\x97\xf5\xf8\xd3\xd8\x6a\xc0\x68\xac\x4a\xf5\x9f\xbb\xb2\xe2\x35\xb4\xed\x9a\x39\x3d\x1c\x61\xd7\x34\xb7\x70\x80\xfb\xd7\x35\xc2\x10\xe5\xb5\xee\x0a\x08\xb0\xa9\xfe\x00\x09\x96\x53\xcb\x3e\x38\xc4\xdd\x62\x72\x45\x3e\x13\x44\xae\x48\xf2\x22\xc6\x2e\x6a\x1e\xb1\x6d\x17\x95\x8f\xa0\x99\xc1\x52\xeb\xff\xff\x1a\xac\x06\x6c\xbb\xa8\x64\x8f\x00\xa4\x06\xe3\xd3\xe2\x19\x21\x3d\x6e\x21\xdc\xbd\xae\x00\x00\x01\x45\xed\x4f\x48\xc7\x8b\x7c\xec\xf3\x08\x57\x5b\x1b\x7e\x01\xc7\x88\xa5\x75\x80\x2f\xb7\xa1\x2f\xae\x60\x64\xd4\x98\xae\x50\xd2\x7e\xe1\xc7\x17\xfd\x7f\x1c\x09\xfc\x7f\xec\x4b\xcb\x6b\x9c\x75\xcd\x1b\x17\xc3\x2a\x7b\x1f\x45\xfc\xa7\x65\xcf\x49\x7a\x4c\xd6\x07\x22\xc8\xa7\x59\x34\x04\xe2\xc0\xa7\x1c\x80\x28\xea\x01\x01\xa2\x3a\x79\xce\x23\x82\x7e\x3e\x1f\xbc\x68\x90\xff\x0f\x51\xe3\x69\xc7\x3d\xf7\x91\x4d\x27\xd2\x52\xeb\x1a\xee\x74\xe9\xf4\x19\xdc\xe9\xa3\x79\x19\xc1\x9d\xde\xac\x3f\xb6\x65\x56\x8b\x7b\x74\xfd\xf5\xc8\x0f\x6c\x95\xf9\x11\xcf\x70\x09\x09\xa6\x67\x06\x57\x7a\xf7\x4e\xbe\x42\xe0\x2f\xd7\x18\x93\xa2\x26\x5e\xd1\x03\xb7\x28\x92\x9f\xd5\xc3\x6d\xca\xd5\x66\x05\x41\x12\x6a\xf5\x46\xc2\x92\x5b\xd6\x0f\x70\x11\x7d\x64\x1f\x39\xa8\xc3\x3a\xfe\x17\x1d\xd0\x90\xfe\x42\xb4\x59\x5f\x10\xe8\x54\x3d\x24\xe4\x9c\x0a\x37\x75\x1e\xe0\x17\x36\x0b\xe3\x1f\x48\x1a\x43\x0d\xbc\x41\x4c\xf4\xce\xc6\x1d\xd6\x2c\x7c\x23\x30\xa9\x7b\xa3\x80\x70\xd0\x2c\xed\x6f\x74\xe6\xa7\x42\x16\x81\x57\xdd\xfd\xc3\xc1\xe3\x0f\x44\x83\xd4\x81\x7b\x2f\xeb\xc3\x0d\x24\xa8\x75\x79\xa3\x3e\x9c\x63\xdd\x41\x0c\xc3\xe4\x55\x0f\xd2\xd2\xe8\x9f\x1f\x68\x80\xa5\x25\x10\x0a\x87\xf7\xdd\x13\x0d\x70\x85\x4f\x54\xe0\x07\xc8\xe2\xf2\x22\x81\xe0\x30\x79\x8e\x41\x1b\x54\xf0\xdc\x3c\xc0\x60\xf8\xa8\xa3\xb8\x61\xf4\x90\x02\xc1\xa0\x9b\xfc\x79\xc4\x05\x63\xff\x27\x84\x81\x79\xbc\xc1\x72\xee\xda\x46\xbc\xad\xfe\xbd\x13\x7e\x6b\x0d\x68\x78\xbc\xba\xd5\xc9\xb6\x54\x97\x97\x20\x76\xea\xe8\x5e\xc3\x2f\x6b\xdc\xc2\x98\x7c\x59\x91\x6c\xce\x74\x84\xdc\x28\x2a\x6f\xe1\xac\x64\xf6\x99\x60\x23\x2e\x9f\xe7\x41\x2e\xd4\x8c\xc1\x2c\x9f\x0f\xed\xa9\x74\x10\x9a\xa6\x1e\xc1\x34\x5f\x14\x3f\x3a\x53\x82\x46\x76\xb8\x1c\xe3\xab\xef\x6f\xb3\x33\x2f\x6d\x6a\x98\xe8\xeb\x1c\xfe\x3f\xc6\x37\xfb\x03\xa4\x54\xfc\x77\x24\x9c\xc1\x44\x3f\x6c\x81\x04\x13\xbd\x5c\xa8\x33\x98\xe8\x87\x38\x29\x27\x54\xf4\x59\xc0\xf4\x33\xa5\x0b\xf6\xdd\xa6\xf2\x43\x05\xff\x0d\x69\xca\x31\xa4\x6a\x01\xc4\x4d\x0a\x6b\x9e\x50\xd3\xa7\xd1\xfd\x40\xc1\x7b\xa3\x49\x4d\x25\xfa\xac\x06\x14\xf8\x80\xab\x3e\x18\x2e\x2a\xa1\x3a\xcc\x54\x60\xc9\x6c\x6a\x01\x41\x4b\x33\xfb\x05\xb0\x5c\x65\xcb\xa7\x8a\x97\xb8\xe9\x83\x35\x2a\xec\x6a\x22\x24\x16\x82\xdc\x99\xb0\xe1\xef\x07\xfc\x06\x09\xa4\xcd\x35\x92\x87\xfd\x29\x33\x06\x6e\x61\xb8\xb8\x6c\x1b\xc3\x86\x3f\x7d\x9e\x49\xe1\xe2\xb2\x75\x9d\x70\x71\x29\x16\x7b\x26\x70\x94\x14\x70\x3f\xa1\xcf\xdf\x2f\x68\x14\x81\xb6\x50\x16\xee\x4c\x0d\xfa\x2b\xcf\x33\x38\x4b\xc3\xf3\xdc\x70\xb7\x48\xc9\x27\xa0\x2a\x5a\x53\x7d\x64\xf1\x5a\xb8\xa6\x40\xa6\xf0\xca\xed\x61\x47\x69\x8c\x00\xa6\xb0\xd9\x04\x79\xfe\x96\x04\xfa\x60\x47\x78\x7a\xeb\x60\x09\x8e\xee\xbd\x03\x73\xc6\xf4\xb4\xc4\x35\xaa\xae\x29\x27\xfc\xfa\xdd\xa6\x5d\x0a\xa4\xa6\xe9\x17\x62\x10\xbd\x9b\x06\xd2\x4b\xf2\x36\xe1\x04\xfb\x2c\x14\x7c\x5c\xad\xf9\x7f\x02\x32\x96\x5a\x44\x66\x8d\xa2\x32\x27\xf4\xfb\x45\x79\x15\x33\x11\x1b\x3d\x65\x5b\x27\x12\x6b\x3e\x5b\x67\x00\xa6\x7e\x68\xd6\xb7\x29\x98\x84\xe6\x3e\xd3\x4c\xd1\x60\x0d\xea\x64\xe9\x7b\x15\x00\xa1\xdc\xbc\x6c\xc2\xe5\x25\x47\xe5\x84\xe0\x3f\x25\xef\x0d\xc0\x31\x04\x0a\x3a\xd3\x8a\xcd\xe6\xdd\x0b\x86\x63\xf3\xb2\x01\x0c\x2a\x79\x6f\x84\xe9\xf6\x69\x33\x40\xc9\xc2\x2c\x98\x69\x41\x49\x70\xb8\xc2\x1f\xa8\x3d\x6a\x51\x24\x0a\x7b\x9a\x4f\x82\xeb\x74\x20\x48\x5c\x93\xda\x18\x4d\x27\xbb\x5b\x3a\x34\x91\x07\x3c\x94\xcc\x3d\xd3\x09\xa8\xef\x52\x83\xf0\x59\x15\x77\x79\x5b\x62\xbd\x0d\x4d\x0a\xc0\x4c\x8a\x9a\x99\xe9\x82\xc1\x76\x8d\x7f\xd1\x38\xe9\x42\x81\x0e\x2d\xa9\x88\x93\x1a\x96\xa7\x11\x27\xe5\x25\x43\x9c\x54\xf5\x12\x89\x38\x29\x1d\xe3\xd3\x36\x82\x8a\xd0\xc5\x66\xfa\x31\xfe\x52\xa8\x09\x24\x8e\x8f\x82\xd8\x46\x50\xcd\xde\xc6\xa4\xee\x24\xf7\x9e\xcc\x9c\xec\xe1\xfe\x45\xef\x5d\x46\xc3\x29\x2f\x7b\xa6\x1f\xa2\xc8\x1a\xe5\x47\xcc\xac\x1c\x0b\x09\x06\xc7\x31\xbc\x49\x20\x04\x53\x92\xf1\x4c\x04\x56\x25\x4f\xd0\xdf\xa5\xa0\x57\x04\x04\x60\xd5\xf2\xfb\xde\x43\xa0\x6b\xdc\x99\x9e\x83\xe0\x67\x55\x00\x39\x57\xb6\x7c\x07\x1e\x52\xae\xf2\x99\x1e\x62\xdb\x8a\x9f\x8f\x0f\x7a\x4c\xb8\xa5\xeb\x16\x55\x4f\xf4\xd9\x93\xf2\x90\x12\x50\xfc\xc0\xcd\xc5\x98\x06\xf1\x0d\x72\x54\x97\xc1\xe8\x94\x3b\x2a\x01\x79\x6c\xbf\x42\x22\x97\x67\x0c\xcb\xff\xc8\xe5\xf1\x98\x45\x30\xb5\xa0\x58\x67\xfe\x73\x78\x15\x95\x4b\x3c\xd0\xf5\x03\x09\x61\xc5\x65\xe8\x60\xb4\x4f\xf3\x36\x2c\xaa\xe2\x9c\x66\x3e\x06\x94\xbb\xae\x70\x12\x32\xe9\x0f\x06\x95\xc8\x52\x99\xf8\x3b\x0d\x41\x3e\x62\x8c\xb4\xf1\x33\xd4\x13\xd9\x0d\x0a\x8f\x97\xd0\x5d\x67\x06\x43\xb2\x6a\x50\x73\x78\xbc\x74\x3d\x39\xf3\xb6\x3d\x4a\xff\x3c\x70\xc1\x18\xeb\x1a\x03\x5a\xd5\x5f\x8c\x51\x94\x46\xc8\x09\x7c\xd9\xe2\x0a\x39\x40\xb8\x05\xdc\x7d\x0d\xdd\x3f\xcf\x8c\x0f\x4b\xb7\x71\x33\xe7\x58\x19\xd3\x3f\x90\x9b\x20\xe1\x94\x09\xd6\xb2\xac\xc8\x04\x6b\x89\x03\x72\x66\xa8\x20\x84\x87\x38\x73\x8e\xcd\x30\xfd\x02\xee\x69\xcf\x23\x08\x91\xc9\xd3\xb0\x6d\x97\x24\xd8\x9b\x99\xc3\xc7\xa5\x7b\x9e\x99\x83\xdd\x79\xf8\x85\xb0\xc7\x5c\x1e\x50\xc4\xba\x82\xe8\xa2\xdf\x27\x19\x44\xf2\x27\x47\xac\x96\x3d\x52\xb9\x44\x17\x5d\x66\x69\xca\x76\xc9\x95\x85\x26\x53\x24\x6f\x63\xa7\x88\x1e\x75\x66\xf2\x86\x87\xb7\x6b\xae\x78\x97\x9b\x1f\x88\x2f\x7a\x69\x56\xbe\xe8\x79\xaf\x8c\x91\xf4\x76\xc6\xa1\xe4\x73\x5d\x6e\xa0\x9e\x0d\x97\x49\xf2\x92\x8e\xca\x2d\xde\x57\x97\xc9\x89\xb2\xc8\xcc\x3d\x3c\xa9\x92\x48\x19\xd3\xe3\x98\x2e\x8f\x78\x40\xeb\x04\x7a\x68\xd1\x49\xcf\x4c\x80\x96\x55\x4a\x26\x47\xb7\x7c\x2a\x20\x6a\xde\x9b\x69\x30\xcb\xde\x4c\x23\xf2\xdc\xf4\xfe\x08\xb8\x56\x8d\xf1\x00\x22\x57\x26\x6e\xc6\xae\x38\x8e\x7f\x72\xa9\x65\x1c\x50\x4a\x3d\x9d\x39\x1c\x50\xf6\x5d\xe4\x6d\x85\x34\x05\x06\xcd\x3c\xb8\xe6\x72\xeb\x07\x00\xc0\xcb\xad\x01\xfc\x56\xc3\xb7\x8d\x90\x76\xc8\xf5\x9d\xb7\x8d\x91\xb3\x07\x0b\xe2\x87\xf1\xd9\x86\xb3\xf2\x82\x46\x63\x1b\x21\x55\xd8\x8b\x33\x87\x11\xa2\x34\x8a\x99\x27\x94\x6b\x32\x4a\xf2\xbc\x20\x76\xd6\x70\x91\x1e\xec\xe0\xe2\x99\x67\x04\xc6\xf8\x85\x87\x0a\xfc\x7f\x34\x59\x15\x84\x15\x33\x2d\xcd\xb6\x15\xd3\x0e\xaf\xd9\x40\xa2\xf6\x92\x5b\x83\xff\xd5\xe4\x6d\xe5\x34\x45\x0a\xcd\xbc\x18\x52\x19\x7a\x79\x1b\x31\x45\xf1\xe1\x33\x2f\xc0\xaa\xa4\xd5\x73\xf8\x9f\xa6\x25\xcf\xda\x2d\xb4\x37\x3f\xc7\xc5\xde\xb4\xa4\x39\x13\x0f\xb8\xbc\x07\xd5\xee\xf8\xfc\x47\xff\xa5\x41\x3f\x89\x95\xb2\x24\x0a\x33\x48\x10\xc3\x33\x6f\x33\xa8\x1d\x4b\x2d\xd8\x66\x50\x13\xbf\xc4\xcc\xdb\x0c\x6a\xbe\x7f\xc8\xe7\x45\x97\xfd\x41\x72\xb4\x2d\x27\xc0\xbf\x1c\x7e\xfc\xe1\x71\x8d\xc8\x49\x2c\x95\x37\xed\x75\xf0\xbf\x3e\xc7\x4d\xa1\xa0\x30\x66\x8e\x60\x31\x91\x7a\xce\x1c\x84\x18\x3a\x84\xe5\x8b\x01\x90\x95\x90\xaf\x41\x85\xea\xdf\x15\x53\xe4\x0a\x17\x98\x67\x6a\x3f\xee\xaa\x31\x2d\x97\x08\x69\x5f\x1e\x90\x30\xd5\x6c\x9a\x65\xee\x1e\x3f\xbb\xf6\x8a\x2e\xaa\xfc\x8b\x29\x72\x39\x5a\xa8\x16\x91\x25\x3d\xfc\xfe\x2f\x5a\xa8\x0f\x46\x66\xdc\x74\x13\x7f\x4c\x81\xcc\x8c\xcc\x4d\x63\xb2\xfa\xfa\xd1\x00\xef\xbc\x5f\x64\x22\xea\xfd\x3b\x16\x91\x0e\x38\xf9\x4e\x44\x9f\x68\x92\xee\xcc\x22\x52\x05\x77\xd9\x65\x99\x21\x99\x8b\x49\xfb\x61\xf3\xdd\xf6\xff\xd5\x1f\xe8\xf1\x01\x75\xe9\x1e\x04\xec\xf8\x03\x74\xf1\xd3\x22\x78\x16\xa6\x9f\xff\xd1\x00\x7f\xe0\x8e\x0a\xd5\xe5\xf0\x68\x7d\x5a\xb8\x0d\xa3\xe9\x8d\xf7\xb0\x8c\x2c\x59\x1f\xe6\x40\x27\xa2\x1c\x41\xf5\xd3\x66\xc9\x43\x17\xad\xb1\x9f\xd8\x47\x9a\x04\x22\xc0\xb2\xc7\xf8\x21\xe4\xc8\xdb\x02\x90\xd1\xc3\xcb\xee\x09\x40\x08\xd7\xf7\x12\x43\xa5\x1e\x46\x4c\xbd\x3d\x2a\xf9\x85\xe1\xd3\x1b\xf5\x8d\x06\x68\x95\xbc\xac\xe3\xec\xe7\x43\x7c\xdb\xca\x79\x17\xf7\x2b\x6a\x41\x5c\x9e\xda\xc7\x94\x5f\x76\xaa\x2c\xf6\x72\x44\x13\x64\xd5\x94\x03\xa0\x0d\x0d\x5a\x39\x90\x76\x9a\xd6\x72\x04\xc5\xc7\xbf\x90\x12\xcc\x72\x04\x2d\xb6\x5f\x26\x66\xab\xf8\x63\x9d\xd6\x74\x95\xa3\x7f\x2e\xb3\x44\x24\xe8\xca\x81\x1c\xca\x6e\x3d\x4b\x44\xe3\x55\x8e\x58\x22\x32\x58\xca\x11\xe9\xac\x6e\x00\xa2\x54\x82\xa2\xa4\xbf\xee\x4f\xfd\xc0\x1a\x71\x0b\x23\x4b\x4f\x11\xf4\xb3\x24\x9a\xd8\xfc\x02\xfb\xb0\xb8\x46\x06\x58\x6b\xaa\x24\x9a\x28\xa7\x5f\xc9\x81\xe8\xac\x2e\x00\x48\x63\x93\xa9\x64\x10\xf3\x35\xe5\x05\x2b\xd2\x1e\xb1\xb2\xad\xc8\x66\x51\x55\xc2\x8a\x14\x69\xea\x2c\xb0\xc8\x26\x89\xae\x12\x2e\xb0\xa5\x6d\x51\x0a\x5d\x94\xf0\x2c\x61\x46\xda\x90\x2d\x85\x6d\xd0\x5d\x03\xab\xb0\xfa\xff\xc6\x85\xbb\xba\x1c\x66\xe6\x72\x85\x23\x2a\xf4\x0f\x90\x96\x79\x19\x94\xb8\x34\xf2\x07\x18\x43\x89\xa2\x12\x89\x7e\xf6\x7d\x94\x12\x83\xa8\x2e\x54\x76\x76\x73\x99\x16\xcb\xca\x2b\xa0\xce\x65\x4f\x52\x8d\x49\xd3\xac\x86\x1d\xba\x92\x1f\x88\x2c\x60\x97\x63\x10\xff\xdb\x68\x05\x38\x9a\x6f\x39\xc6\x50\x3d\x68\x19\x66\x42\xf5\x38\xae\x4e\x97\x44\x47\x89\xab\x53\xaf\xec\x16\x01\xd7\x7e\x81\x95\x2b\x0a\xd0\x59\x1a\xf2\xdb\xeb\xa2\x45\x8b\x54\x41\x8f\x21\x50\x05\x60\xc7\x08\x30\x67\x96\x1e\xb3\xea\xbd\xd1\x0b\x93\xa0\x26\x6f\xcb\x37\x8b\x13\x66\x96\x8e\xfc\xee\x2e\xb3\x37\x75\xfa\x28\xdb\xf0\xad\xd9\x82\xa0\xb3\x37\x25\x8d\x4b\x67\x6f\xea\xcc\x57\x7a\x4c\xaa\x1b\x74\xb1\x6a\xdc\x01\xe6\x54\x17\x81\x65\xdb\xc5\xd5\xce\xe3\x02\x56\xac\xbd\xcf\x65\xf0\x3d\xc9\xca\x32\xd8\x68\x3a\xfc\x94\x41\x7d\x32\x12\x0a\x96\x6a\xb2\x60\x9b\xf4\x4f\xa7\xa7\xc2\x55\xe7\xe1\x29\xdd\x96\x66\xf6\xe5\x6e\x99\x81\x28\xed\x32\x37\x50\xd2\xc8\x65\xa1\x1f\xa5\x2f\xcb\x62\x0d\x4a\x14\x17\x72\x06\xac\xbe\x4a\x5c\x64\x2e\x2f\xca\xb0\x13\x2d\xab\x16\x1d\xf2\x2e\x59\x74\x48\xa2\xbb\xc4\x3d\xe5\xf2\x36\x59\x2c\x11\x2f\x5a\xa0\xd1\x87\x6f\x20\xca\xc9\x1a\x91\xdd\x55\xb8\xa8\x1c\xcb\x73\x7a\x82\x96\xe8\x1a\xcf\x50\x60\x2e\x47\x13\xd5\x84\xb0\x03\xa7\xdf\x67\x8e\x65\x03\x94\x13\x1f\xa5\x17\x61\x18\x72\xb2\x6a\x0a\xe8\x04\xbe\xa5\x2b\x57\xe0\x33\xa8\x07\xd0\xc2\x8e\xf5\x79\x81\x45\x38\xff\x05\xca\x66\x96\x8b\xa4\x06\xef\xf2\xb0\xf2\x74\xbe\x2e\x40\xe3\x66\x19\xf6\x05\x67\x9d\x10\xa0\x66\x89\x4b\xc9\xe5\x25\x46\x80\x59\xb2\xec\x27\x27\xc0\xee\xae\xf2\xdb\xdd\x53\x8c\xfd\x2c\x61\xe4\x2d\xff\xdf\xf8\x5f\xf5\x05\x58\xc2\xf2\x94\x42\x9b\x36\x3f\x15\x04\x71\xb0\xc6\x23\x1c\x6c\x6b\xba\xc6\x1f\x41\xee\xea\xd2\xb6\xea\x92\x72\xfd\x67\xd9\x46\x59\xcb\x56\x06\x01\x8f\xe0\xd0\x9e\xb2\xad\xb2\x26\x08\x8f\x59\xee\x58\x95\x1e\x84\xb0\xca\x74\x20\x2b\x10\xea\x0b\x88\x70\x96\x9b\x6d\x65\x61\x7f\x87\xfe\x91\x69\x5c\xb6\x15\xd6\xb2\xd5\x0d\x01\x68\x1f\x1d\x8d\x15\x96\x93\xff\x67\x5f\xfa\xfd\x07\x13\xc6\xb2\xfc\x39\x79\x5e\x43\x40\x62\xe2\xe1\x41\x7d\x63\x12\xd4\x65\xc0\x75\x84\xf8\x39\x4b\x80\xeb\x58\x41\xbf\x90\xdb\xeb\xac\x52\xb1\x80\xa6\x38\x6d\x66\x3d\x62\x16\x8b\xca\x39\x1e\xe8\xfa\xa1\x50\xc3\x52\x19\xdf\x54\x76\x8d\x2d\x5e\x18\xfa\x21\x06\xdd\x5f\x88\x6d\x96\x55\x0e\xb0\x47\x3f\x8f\x24\x90\xce\xaf\x07\xa9\x0e\xdd\xef\xdf\x58\x79\x2e\x3f\x1c\x1e\xdc\xe2\x98\x02\xbd\x9f\xa2\x8b\x6e\x21\x56\x4e\x96\x2c\xab\x29\x26\x5d\x0d\xc0\x68\x51\x20\xf7\xac\xe9\x26\x64\xf9\xbf\x39\xac\x99\x0e\x79\xc8\x32\x8e\x25\xed\xac\x9a\x51\xf8\x92\x13\x75\x1b\x31\xd3\xe1\x02\x15\x13\x24\xcb\xca\xaa\x64\x19\x2a\xc9\x6d\xd6\x6d\x30\x34\xe5\x6e\xcc\x8a\xfe\x17\x88\xc6\xac\x25\xda\xa3\x19\xa8\xb4\x27\xbb\x4c\xa8\xa9\xdb\xd7\x62\xcd\xe9\x7f\x52\xfe\x7c\x17\x5e\x1b\xc9\x37\xae\xaf\xcd\x38\x49\x68\x00\xda\xe2\x03\x1a\x00\x88\xdf\xb3\x07\xb4\x85\xc7\xd3\xff\xd3\x60\xd9\x17\x15\xb2\x30\x8b\xa6\xda\x63\x4d\x79\xca\x83\x2d\xcc\x6b\x0c\xbf\x94\xd8\x81\x67\xed\xb1\xa6\x86\x6b\xec\xe4\xe7\xaa\x8b\xa8\xdf\xec\x2e\x71\xe3\x35\x7d\xdb\x5b\x41\xf3\x59\xdd\x15\xfc\xb8\x1d\x76\x99\x7d\xe1\x45\x05\x98\xfb\x3c\x24\x7b\x2a\x89\x83\x4a\x84\x9f\x75\xc4\xaa\xf2\x2c\x0f\x60\xb2\xba\xcb\xd1\x49\xa9\xe0\x3a\xd8\x38\x32\xdf\x2b\xf1\x53\x53\x68\x2e\xb3\x0e\x70\x5b\x65\x63\xd4\xc1\xbc\x7a\x14\x70\x5f\xf9\x78\x53\xb1\x09\x1c\x89\x53\xb9\x43\x9b\x87\x8c\x82\x3a\x62\x9e\xf4\x01\xb0\x06\xaa\xac\xf3\x3a\x63\x5e\x5d\x8e\x51\x5b\xf3\x5f\x14\x4e\x25\xb6\xc9\xfa\xb5\x4e\x66\x5d\xfa\xa1\x06\x32\x9d\x5d\x3f\x15\xdf\x53\xf6\x3a\xdf\x36\xc3\x3a\xbc\x6f\x56\xcc\xba\x2a\xc0\xb5\xe4\xdb\x8b\xca\x05\xda\xf4\x09\xb5\x2e\x42\x00\xdc\x1f\x7c\x4b\xbe\xc2\xaf\x78\x86\x94\x67\x3e\xeb\xb9\x8d\x2c\x91\xe0\xcd\x1a\xbc\xec\xb2\x2a\x2b\x8e\x94\xe9\x13\x67\xc5\x93\xe2\x80\xb3\x1a\x69\x74\xd2\x1f\xf5\x62\x00\x65\x99\x57\x74\xaa\x60\x57\x66\x45\xa7\x4e\x1f\x38\xeb\xd6\xa9\x63\x78\xcc\x2e\x96\x9d\xa7\x9c\xa0\xed\x69\x3f\x43\xbd\x10\x66\xee\xd2\x56\xba\xcb\xa7\xfe\xfa\x0b\x59\xa2\x0a\x49\xbc\x3b\x3c\xe5\x3f\x0e\x1b\x32\xa4\xeb\x2f\x5a\xa8\x06\xfd\x22\xa9\x5b\x2d\x26\xb0\x67\xda\x91\x51\x7f\xb1\x31\xd4\xc5\x1b\x85\xa3\xe8\xac\x7a\x83\x77\xef\x31\x05\x7e\x6e\xda\xed\x5e\xf1\x9c\x64\x1d\x01\x2b\x9e\x91\xcf\x56\x26\x73\xad\x5a\xbc\xdf\x31\x04\x32\xd5\x2b\xd0\xb9\x76\xc7\x55\x1c\x1b\xca\xce\x9c\x15\xbf\xc5\xa7\x8b\xa4\xae\x4d\x9f\x87\x2a\x3a\xd6\x07\xb0\xfa\xc4\xbe\x52\x93\x9f\xa0\x15\x72\x05\x7f\x90\x8a\xfe\x81\xb8\x43\x8b\x27\xe8\x51\xac\x84\x6b\x28\x61\x7f\xf0\x65\x27\xc8\xd0\xab\xb0\x9d\x7c\x14\xd0\x1b\x5d\xb4\xca\x7a\x99\x65\x7d\xb0\x71\xb2\xf7\x69\xa5\x45\xac\x8a\x34\x56\x4b\x31\xc8\xb2\x5b\x1a\xc1\x2a\x4a\x8e\x9a\x2d\x91\xd3\xab\x2e\xb6\x14\xfc\x5d\xfe\xff\x24\x00\xcc\xef\x3f\xbb\x85\x9a\xa4\x96\x68\x90\x8e\x98\x8d\xfb\xa1\x69\xa5\xdc\x08\x82\x4e\x12\xf9\x2d\xff\xb5\x48\x5f\x24\xb9\xdf\x8e\xe6\xb6\x95\xe6\xb2\x19\xd1\x38\xe9\xdb\xb3\xd0\x32\x57\x58\xd5\xff\xc3\xdf\x2e\xe1\xd7\x4a\xf0\x11\xba\x8c\xf0\xd3\xc2\x6d\x85\xad\xa8\xbd\xdc\x38\x55\xfb\x10\xdc\xf6\xa9\xba\xd9\x17\xd2\x40\xcf\x91\x6c\x69\x84\x27\x0b\x5f\x6f\xb6\x9a\x98\x32\x55\x07\x5c\xdd\xb4\x4e\x6b\x1c\xba\x85\x7b\x32\x1b\x79\xf6\x87\x47\x9c\x48\x17\x03\xe4\xcd\x56\x69\xb0\x4e\x98\xad\x12\xe6\x28\xfd\xd1\x2a\xc9\x5d\xc3\xff\x33\x25\x7e\x3f\xb4\xb6\x64\x53\x6b\x48\x4f\xd9\x61\x0d\xc8\x57\x63\x6d\xcd\xd6\xc2\xac\x68\x2a\xb3\xec\x9b\x5f\xf8\x6b\xa1\x7f\x00\x40\x22\xb9\xcc\x90\x4a\xa3\x35\x0e\xe5\x02\x16\x99\x8d\xc4\x2a\x51\x9d\xcf\x86\x16\x9f\x96\x15\xad\x23\x3e\x25\x9f\x5b\x8f\x21\x50\x8b\x88\x58\x9e\xfd\x5f\x08\x09\x66\x03\x0a\xc0\x01\x69\x8d\x4c\x7f\x87\x26\xb5\x01\xc3\xa5\x57\xe4\x88\xd6\x48\x38\x37\xe0\xf6\x8a\x9b\x3f\xb0\x43\x25\x47\x5a\x90\x7e\x5b\x4e\x34\x6e\x83\x84\x7b\x32\x5b\xa8\x53\xd9\x10\x8d\x33\xb8\x90\x60\x66\x1b\xa0\xd1\xc9\xb6\x6e\xd0\x7a\x5b\x5f\x37\xce\xe0\xd9\x9b\x6e\x9f\xc1\xf7\x07\x55\xe1\x44\xe1\xe9\xd0\xdd\x48\xc3\x3a\xbc\xab\xb9\x0e\x9a\x9f\x29\xe4\x94\xee\x30\xcc\x46\x1a\xd6\xfc\xac\xf2\xad\x93\x97\x70\xc1\x66\xe3\xba\x47\x50\x2d\xb3\x71\xdd\x33\x3f\x73\x0c\x33\xf8\xf4\x36\xda\x3a\x79\x9b\xd0\x2a\x5f\xe4\x25\x6b\x4c\x38\xa6\xdb\x29\xdc\x16\xa2\xd1\x7d\xe6\x32\x46\x08\x19\xb3\x11\xec\x3b\x05\x6b\x32\xdb\x19\x37\x8c\x9a\xb6\x33\x56\xa5\x6b\xe4\x14\xfe\xd9\x17\x04\xa5\x88\x89\x76\xb6\x93\x48\x21\x77\x89\xeb\x95\xef\x07\x5e\xd2\xef\xd4\x03\x4e\xe5\xb6\xce\x1b\xb7\x23\xd9\xa2\xf1\x8a\x65\x20\x4b\xaf\x85\x92\x77\x0b\x01\xfc\x39\xe4\x86\x6e\xa1\x82\x65\xc6\xb5\xad\x72\xb3\x6d\xd1\x46\x18\x88\x5d\x2f\xed\x17\x1b\x5b\x43\xc8\x29\xf6\x23\x08\x20\x03\x73\x68\x54\x0b\x05\x2a\x3b\xb2\xdd\x6c\x74\x9f\x93\x1b\xec\x60\xcb\xa2\x87\xab\x03\xe5\x6d\xcd\x06\x1e\xcf\x47\x39\x3c\x71\x62\xd3\xfb\x5b\x3f\x4e\xdf\x02\x37\xa2\x40\xba\xce\xb0\xed\xa1\xc3\x96\x95\x6f\x80\xcf\xe9\x7d\x22\x4d\xa7\x63\x34\xda\x1b\xb2\x5e\x3d\x7e\x83\x8c\xcb\x2f\x44\x85\xfa\x00\x41\x21\xca\xea\x9a\x2d\xd4\xa1\x0e\x4c\xfd\xc0\x30\x94\x19\xd6\x8f\xd8\x48\x4b\xe5\x0e\xd4\xa7\xff\x07\x48\x46\xba\xa2\x83\x6e\xe7\xd0\xd1\x1e\xea\x54\xa2\xb5\x27\x24\xe3\x72\x99\xf6\x49\x10\xf4\x3f\xed\xf8\xdf\x80\xf6\x8c\xe0\xd3\x01\xab\xe7\x58\x42\xfa\x3e\x5e\xed\x29\xd2\xd0\xd9\x33\x4b\x48\xea\xba\xe7\x58\x12\xaa\x00\x76\x4b\xc1\xa2\xcc\x4e\x28\xc2\xf4\x6d\x50\x2f\x31\x62\x7e\xe0\x8a\x07\xfc\x03\x73\xbe\xfc\x02\xc9\x1e\x1e\xa2\xc8\x76\x91\xa4\xe8\x15\x5e\x23\x89\x9a\x5e\xc9\x3f\xd7\x1c\x77\x5c\xbe\x2b\xbb\x8c\x5f\x41\xea\xae\x37\x72\xb0\xe4\x3f\xec\x5b\xd9\x8c\xf9\x79\x9e\xf4\xfe\xec\xe7\x69\x70\x95\x17\xa0\x37\xd0\x54\xbb\xcb\x77\x3c\xa0\x41\x6e\x40\x38\x78\xcc\x1a\x9e\x0f\x9d\xca\x3b\x7c\x5e\x4e\x1b\xeb\x7d\x40\xd8\xa6\x31\xe7\xc4\xf7\x99\xd4\x4e\x5a\x57\xab\xff\xa2\x6c\x7a\x8f\xd6\xc8\x5c\xe9\xc4\x31\xd8\xa6\xec\x03\x04\x0f\x99\x37\x9d\xb3\xd7\xf2\x92\xd9\xba\x62\xd8\x47\xdf\x01\x06\xb7\xc3\xba\x8f\x68\x8d\x5a\x3b\x6e\x8e\x2e\xae\x3f\x08\xa1\xfd\xfc\xcb\xf3\xfa\xde\x3c\xa0\x0e\xd6\xf8\x4f\x48\x4a\xbc\x60\x08\x3d\x10\x9c\xef\xec\x13\x83\x4f\x46\x74\x9f\xb4\xa7\xfb\x79\xc2\x75\x74\x6e\xe8\x93\xf5\x22\x8b\xb4\x2f\xb2\xaf\x3c\xba\xa4\xeb\xce\x5a\xfc\x43\xc3\x20\xd4\x07\xb6\x62\xa8\xc7\xa7\x1c\x15\xaa\x7c\x46\x85\xea\x50\x40\xbf\x7a\x40\x49\xa8\xb5\x83\xbd\x03\x23\xee\x9b\x9f\x7e\x92\xed\x24\x07\x7b\x07\x46\xdc\x0e\xf8\x7e\xc6\x82\xf3\x8a\x07\x47\xdc\x1e\xfd\x7e\x32\xa2\xd2\xee\xfd\x22\xcd\xcf\x0d\x06\x37\xce\xc7\xdb\x0e\xae\xb8\xc5\x78\xbf\xc8\x10\x90\xf6\xef\x17\xf9\x68\xde\x21\x17\x0d\xf2\x0e\x23\x47\xa3\x7b\xfd\x02\x25\x6e\x0b\xba\x93\x73\x31\xab\x87\x18\x8c\x14\xdb\xf8\x9d\x4b\x72\x47\x0b\x75\xa0\xc4\x67\xf5\x10\xfc\x18\x92\xe1\x0a\xce\xb0\xc7\x54\x86\x7f\xc2\x73\x4c\x36\xae\x4f\x21\xfd\x17\x23\xa2\xfa\x6e\x46\x44\x7a\xa4\x83\x34\x6e\x07\x6f\xbf\xb9\x43\x91\x1e\xe9\x37\x53\xe4\x1d\x77\x03\x32\xe3\xef\xdd\x67\x60\x09\x68\xc8\xef\x2d\xf7\xdb\xe7\x03\x34\xc8\x72\xf4\xa6\x41\x1e\x81\x00\x25\x71\x83\xc9\xce\xf5\xa5\x47\x7f\x58\x63\xd2\x94\x1d\xe4\xf1\x61\x21\xc4\x0d\xf4\xac\x6e\x21\x39\x17\xd5\x23\x46\x36\xee\x47\x2e\xbf\x31\xe7\x1a\x91\x37\x7a\xe8\xff\xf1\xa9\x7b\x97\x47\x0e\x84\x1b\xcc\x41\xcf\x51\x02\xfd\xfd\x6b\xc0\x7f\x1f\x1c\x90\x84\x09\xf5\x74\x8e\x23\xc0\xf4\xa5\xfc\xc7\x11\x2c\x58\x4d\x65\x5a\x28\xf7\xec\x00\xe8\xd5\x61\xcd\xe3\x60\xdb\x2c\x57\x18\x2d\xee\x2a\x33\x64\x9f\xfa\x59\xa5\xcb\xef\x33\x84\x6e\xe0\x3e\x69\x56\x47\x3c\x8d\x14\x23\xa4\xe7\x41\xfd\x98\xed\xf0\x0b\x04\xbf\x4b\x8c\x0f\xae\x90\xa7\xe5\xf4\xd8\x47\xd1\x32\x3f\x0f\xe0\x53\xc9\xfe\x02\xba\xcf\x59\x78\x23\x41\x34\x21\xcd\x31\xa0\x51\x99\xce\x48\x1b\x09\x07\xb1\xa6\x7d\x10\xfd\x38\x9d\xe3\x36\x82\x68\x45\x5b\x6f\x64\x2e\x62\x24\x7c\x07\x09\xbc\xbe\xc9\x18\x50\x95\xd9\x49\x3e\x72\x74\x52\x0a\x7f\x04\xf1\x8a\xa4\xef\x20\xc3\x37\xbb\xc9\xc1\x82\x72\xfc\x93\xae\x19\x41\x91\xe2\x01\x2a\xb0\xbc\x78\x44\x0b\xf4\x23\xee\x2e\x61\x88\xbe\xc4\x18\x41\x67\xe2\x01\x2d\x10\xdb\xb8\xf7\x35\xae\x2e\xf5\x7c\x85\xd9\x43\xaa\x61\x70\xfb\xfb\x7d\x1e\x72\x12\x4f\x48\x8d\xe1\x94\xf1\x31\xb6\xed\x50\x7c\x95\x37\x1a\xc3\x25\x39\x33\xe2\x24\xea\x8b\xad\x11\xa8\x70\x5e\x94\x2d\xd6\x84\xac\x8d\xd1\x02\x9c\xde\x35\x20\xda\x9c\x16\x32\x08\x6c\xb4\xab\x73\x04\x77\x88\x2c\xca\xd1\xa3\x09\xfa\x42\x67\x0c\x75\x7c\x1f\x9d\x09\xcb\x7e\x1e\x48\xb3\xcf\xff\x8c\xa1\x2c\xc2\x41\x7e\xc3\x74\x7a\xc0\x18\xf1\x41\xb5\x18\xe7\xad\x12\xfb\xe7\x18\x7f\xfc\xdf\xfe\x61\xf7\xd1\x87\xc1\xc1\x85\xee\x74\x74\xf8\x18\x84\x15\x7b\xda\x82\x3a\x44\xd7\x26\x63\xc4\x34\x68\xcd\xcd\x58\xa4\x1a\xa3\x49\x97\xa5\x80\xc7\x0c\x5a\x06\x4d\x23\x4c\x22\xf6\x68\x0f\x68\xce\x7c\xeb\x30\xb0\x00\xec\x8e\x1e\x58\x00\xd3\x79\x9a\x83\xd0\x41\x01\x16\xcf\xb1\x62\x8c\x35\x04\x8b\x75\xa9\xd3\xfe\x58\xcf\xb6\xb2\xdd\x63\x68\xca\xa6\x1b\xcc\x75\xab\x83\xd9\xc7\x19\x0d\xd2\xf7\x20\xfe\xb0\x5b\x6e\xa0\xb0\x3f\xeb\x16\x52\x31\xbb\x3a\x07\xa8\x6b\xb3\x5b\x30\xa0\xd1\x7d\xf0\x1a\x20\xbb\xda\x77\x3a\x40\x51\x9b\xdd\x3b\x0d\x15\x6e\x67\xe8\xb8\xc0\x1c\xf1\x10\x5e\x17\x43\xaa\x2f\x12\xf7\xf6\xf1\x41\x0c\x52\x14\xec\x60\x1e\x3f\x56\x89\x17\xfe\x0f\xec\x44\x2f\xdb\xd0\xf1\xbe\x2c\x1b\x3f\x30\x81\x74\x72\x1a\x71\x25\xda\xbd\x10\xb7\x92\x5f\xdd\x5b\x87\x48\x38\x43\x66\xcc\x01\x28\x87\x9d\xe4\x03\x87\xae\x5d\xd0\x83\xd3\x66\xb7\x80\x47\x89\xdb\x2b\x32\x6e\x96\x95\x3c\xd4\xe3\x8e\x41\xd3\xa0\xde\xd4\xe7\x9d\x08\x56\xab\x5d\x93\x03\xaa\x69\xe7\x5c\x8f\xf0\xbe\xf6\xea\x17\x62\x90\x5d\xa6\xc1\xf2\xdb\x0c\x52\x0a\x8c\x00\x3c\x07\x29\x05\x0e\xbb\x1e\xe1\x8e\xed\x1e\x65\x40\x38\x3e\x0b\x13\x77\xac\xef\xe7\xc6\x0b\x04\xb1\x77\xd2\x1b\x3a\x52\x43\x44\x98\xd8\x67\xef\x12\x26\x36\x9d\xa5\x36\xf6\x79\x74\x0e\x4f\xc2\x1b\x1f\x54\x03\x42\x8d\x3b\x2d\x62\x6e\xad\x5c\x05\x67\x37\xe7\x11\x83\x20\xf3\x79\x92\xcc\x28\x4a\xa9\x39\xff\xd4\x76\x57\x39\x06\x45\x15\x80\xc5\xea\xe4\xa3\x09\x16\x6b\x97\xe1\x31\xc3\x01\xec\xf3\xd8\x44\x2f\xe7\xf6\x2f\xa0\xd0\x73\x86\xd2\x16\x86\xe4\x9c\x28\x6d\x7b\x81\x26\x08\x1a\x76\xae\xce\x14\x8b\x60\xaa\xfc\x72\x65\xab\xe6\x84\x7b\xd8\x09\x66\x13\x70\x75\x3b\xaa\x26\xee\x61\x87\xce\xcf\x1c\xab\x46\x15\xa2\x03\x1d\x03\x3b\x49\x4c\x74\xa4\xfc\x04\x3b\xcb\x37\x8c\xb3\xa0\x0f\x74\x1a\x98\x25\xa6\x70\xb9\x42\x8e\xfc\xc9\x0f\x20\x4c\x3c\x21\x15\xda\xde\xe6\x72\x24\x89\xe8\xfd\x1a\x39\x78\xea\x61\xed\x64\xcc\xb9\x7c\x82\x14\x9b\x55\x66\x15\x8b\x7f\x65\xce\xad\x45\x8b\x73\xa9\xe6\xd6\xa2\xd5\x41\xb7\xb3\x81\xa6\x90\x5c\x0e\x0c\x4b\x8d\x18\x2a\xd1\x97\xcc\x33\x54\xa2\x33\xe4\xe6\x56\x89\x55\x08\x6f\x73\x82\x93\x35\x9d\x10\x3b\x5b\x60\xfa\x6b\x08\x20\xe4\x9a\x76\xc3\x4c\x08\xb9\xa6\x6b\x24\x88\x6a\x79\x91\xee\x13\x76\x13\x8d\xef\x9c\x9d\xd8\x7b\x9d\x37\x26\x4a\xd6\x37\x39\x93\x5b\x5a\xfb\x18\x26\x79\x89\xc9\x73\x80\xbb\xd7\x3e\xf6\x19\x97\xb4\x02\xba\x9a\xb3\x13\x31\xaa\x7d\x37\x49\x4b\xfc\xec\x8a\x38\x95\xfb\x44\x31\xc1\xe6\x9a\xde\x05\xa1\xb6\x87\xf4\xfa\x1c\xd8\xd7\x3a\x16\x4f\x2e\x69\xa7\xc3\xd7\x27\x1c\x61\x87\x4e\x75\x73\x70\x17\xee\x9d\x10\x4e\x61\x47\xbd\xcc\x11\x34\x04\x6a\xf3\x80\xea\x52\x5a\x73\x8e\x48\x0a\xd1\xa0\x70\x70\xf7\x3d\xf2\x24\x31\x71\x8a\xa9\x7e\x4e\x4e\xee\x42\xb0\x9d\x73\x46\x8b\xd4\x02\x92\x06\xa6\x11\x1a\xe6\x8c\xa4\x0d\x15\x81\x30\xf2\x56\x43\xcf\x3b\x2d\x6e\xe2\x13\xae\x87\x5f\x8f\x65\x50\xdd\x22\xb0\x3e\xbd\x94\x17\x44\x08\xde\x4a\xab\x83\xb4\xa5\x06\x72\xcb\x2a\xd0\xff\x39\xcf\x68\xb0\x46\xe4\x8c\x06\xbb\x05\x67\x64\x4e\xab\xc5\x1c\xcd\x8f\xcf\xff\xd1\x22\x9d\xdd\xe7\x49\x62\xa3\xcb\x44\xc0\x7f\xa4\xdf\x35\xf8\xa2\x86\x90\x5b\xd5\x43\x1a\x63\xfe\xb8\x9c\x92\x73\x63\xfe\x08\xb4\xf2\xf3\x3f\xd0\x53\xbd\xce\xd0\xc2\xbe\x88\x9f\x1c\xa4\x9d\xf5\x32\x7f\x50\x03\x79\x23\x70\x70\xf6\xa1\x68\xfe\x70\xb6\xe9\x7a\x6e\x6e\x9d\x5a\x45\x08\x32\xe7\x1d\x23\x62\x71\xbe\x4f\xce\xd5\x07\x8c\x79\x37\x10\x26\xd4\xc0\x3b\xe6\x50\x0d\xe4\x24\x6d\x93\x7c\xde\xa8\x48\xb9\x0a\x26\x1e\xde\x69\x59\x10\x77\xa8\x4e\x24\x9a\x77\xa0\xa3\x69\x44\x9e\x98\x33\xcd\xe1\x03\x21\xab\x54\xe8\xdc\x5a\x3c\xdb\xfd\x35\x51\xe2\x4e\x13\x99\xe0\xa9\x1f\xeb\x5f\xb8\x3d\xe7\x7c\xe1\xa7\x75\x63\xde\x44\x59\xa3\x41\x8c\xd2\xd6\x79\xfa\x81\xbc\x52\x0b\xe3\x7d\x0c\xcf\xcb\x82\x06\x6e\xee\x8f\xb0\x07\x8b\xe0\xa3\x7e\x21\x08\x73\x5a\xcd\xe4\xfe\x75\x7e\xca\x31\x7f\x7e\xfe\x8d\x06\xfc\xd7\xdd\x15\x41\x4f\xc5\xe5\x01\x44\xb2\xcb\x9c\x9a\x75\xfe\x5b\x84\x18\x89\xc6\x66\x2e\x32\xfc\xe6\x94\x29\xba\xd0\xd7\x0e\x6d\x58\x71\x8c\x96\x36\x58\x70\x87\x3a\x85\x64\x71\xe6\xf5\x9d\xf7\x42\x01\x3b\xa1\x62\xe5\x18\xc2\xa5\x72\xc4\xe6\xab\xbe\x8c\xbb\x4f\x9b\x7e\xe5\x78\xff\xbf\x11\x58\xe5\xf8\xdf\xff\x35\x8b\xfa\x55\xa2\xc1\x92\xdd\x6b\x2b\xe0\xcf\x15\xf8\x2a\x28\x6c\x49\x99\xc5\x21\xd5\x19\x1a\x8b\xe4\x3b\xd3\x79\xcf\x85\xc6\x76\xac\xc6\x22\x2c\xfa\x93\x73\xbe\x0a\x96\x6d\xf7\x17\x49\x32\x91\x6c\x5f\x10\x86\x39\x91\x68\xd5\x80\x82\xd3\xf3\x15\x4a\x5f\xb7\xb0\x05\x17\x89\xfe\x87\x5a\xa4\x4b\xca\xac\x86\x60\x96\x64\x5f\x0d\x48\x60\x09\xf2\xd5\x31\xb9\x24\xb8\x17\x31\x48\x46\x2a\x58\x11\x83\xe4\x08\xa0\xd5\xa3\x87\x7e\x21\x58\x92\xfd\x02\x26\xc1\x5c\xfe\xe1\xc7\xa5\xbc\x7a\xb8\xb5\xd5\x70\xc6\xc6\x1a\x81\x86\xa7\x1e\x85\xcf\x58\xc7\x95\x45\x8e\xfb\x67\x15\x86\x2a\x71\xa4\xf9\x0a\x27\xb0\x67\x95\x78\x9f\xe9\x48\xf2\xc5\x99\xd1\xe1\xfa\x6b\x06\x7f\x95\x2b\x80\x6d\x72\xfa\x0b\xbb\x85\xcb\x65\xa0\xc3\x45\x6b\x37\x17\x51\xbe\xc6\x92\x5b\x44\xf9\x7e\x27\x11\x64\xf0\xea\x75\x7d\x02\x75\xe0\x17\x4e\xa0\x11\xbc\x8c\x60\x9a\xae\xd9\xcf\x33\x86\x4b\x87\xc0\x05\x3d\x48\xf5\xc6\x39\x49\xa1\xf6\xc2\xbe\x32\x65\xb5\x78\xab\x8a\x65\xed\xb7\x82\x59\xda\x63\x78\xc5\x4d\x8c\x46\x20\x02\x70\x1c\x10\xb3\xae\xf8\x80\x26\x91\x23\x9e\xb3\xb1\xd6\xd6\x35\xd9\x8e\xfc\x45\x96\xb9\xed\x83\xf5\x2b\x51\xa1\x5a\xf8\x0b\xef\x88\xcb\x01\x3d\xac\x21\xc1\xed\x5b\x8b\x2b\x20\x67\xfb\xf3\x81\x09\xd2\xaf\xdf\x5f\x04\xc5\x6a\xc8\x48\x85\x9a\xe2\x22\x9c\xeb\x26\x0b\xd1\x73\x70\xef\x75\x6b\xcb\x73\xc1\xff\x68\x0c\xaa\x75\xc7\x98\x7b\xe5\xa3\x6d\x8c\x4e\xb4\xee\xf8\x42\xf7\x0f\x0f\x0f\xa8\x0b\x4f\xa0\x65\x6b\xd0\xe3\x4c\x68\xb4\x9d\x85\x3a\xb1\x3f\x6d\x81\xae\x53\x3c\xed\xfb\x4c\xf8\x41\xd8\x5b\xfb\x84\x37\x5a\xfa\x27\x60\x81\xf5\x02\x7b\x20\x5d\xb5\x5e\xec\x25\xd9\x4f\x2b\xae\x2b\x97\x6c\xbe\x15\x8c\x60\x52\x37\xeb\x8d\x55\xec\x39\xc6\xed\x2b\x02\xe1\x79\x92\x72\x6e\x05\x76\x1e\x09\xd1\x35\x54\xe6\x00\x3a\xfd\x7f\x01\xd8\x61\xa9\xbc\x8d\x4c\xe7\x86\x9d\x64\x98\x3b\xe8\xf7\x84\xcb\x7a\x0a\xb3\x76\x9e\x84\xc8\xf6\x4f\x85\x31\x45\x9f\x16\xfc\x68\x81\xbf\x10\x53\x24\x05\x72\x1e\x50\x63\x34\x3f\xf0\xc6\x03\xfa\x66\x0a\xe8\x00\xf5\x31\x41\xce\xa1\x65\x79\xc6\x99\x71\x2d\x3f\xb0\x8f\xb4\x4e\xd9\x38\x13\x28\x25\x9f\x0a\x63\x14\xa5\xa3\xce\x14\xbd\xec\x2a\x13\x7a\x76\xb8\xfc\x23\xa3\xfc\xf0\x27\x89\xf0\x58\xfe\xc2\x13\x0f\xa8\xd7\x1c\x43\x0d\x5b\x75\x12\x73\xe4\x44\x99\x13\xbf\xed\x3a\x0e\xff\x10\x6d\x56\x05\x90\x60\x5a\xa7\x9c\xdc\xcb\x56\x9d\x50\x4e\x08\x44\x84\x61\x3d\xcf\xad\xf5\x66\x93\x1a\x3f\xd1\x7a\x9f\x90\x99\x73\x6b\xbd\xad\x0c\x55\x26\x8d\x42\x9b\xf9\x2c\xb1\x53\xd4\xe2\xca\xca\xf1\xff\x35\xde\xd7\x98\x10\x45\xf4\x89\x89\x3c\x6b\xa0\x17\xbb\x82\x87\x17\xfc\xff\x1b\x2f\xe8\x01\x18\xb7\x6c\x5b\x9d\xa0\xdb\x7c\x02\x95\xce\x96\xa9\xc1\x65\x70\xbd\x1d\xd6\x73\x42\x00\xe2\xf0\xe6\x13\x6f\xae\x68\x0c\xe7\xb9\x4f\xa6\x5b\x9d\xab\x0c\xb8\x8c\xd7\x26\x8a\x77\xfa\x7f\x38\xbd\x7c\x55\x7a\xfe\x71\x7a\xa9\x01\x1d\x7e\x0a\x19\xc3\x67\xc4\xfa\x7a\xd6\x83\x23\xc4\x9b\xa3\x07\x12\x41\xf3\x03\x17\x0e\x24\x0d\x2a\xc4\x9d\x62\x7f\x9d\xe7\x3e\x46\x0e\xc7\xfb\x9d\xf0\x76\x2e\x2f\x9b\x1e\x63\x28\x1d\x70\x0e\xf6\x86\x1c\x89\x67\x24\xa9\x4b\x3c\x9d\x1c\x22\x97\x8c\xa7\x73\x04\xb1\x8d\x7a\x1c\xce\xe2\xcf\x06\x1f\xac\xc3\xea\x32\x18\xd4\x5e\x36\x23\x5a\xec\x06\xbc\x94\xf5\x81\xc9\x94\x48\x2b\x9e\x00\x19\x7e\x04\xca\x64\x19\x79\x0a\x67\xdc\x8d\xfb\xff\x49\x83\x74\xc2\x3a\xe7\xe2\x00\xa2\x1e\x72\x5d\x2c\xf8\xf9\x79\x4e\x36\x86\x87\x70\x1b\x02\xa5\x7a\xdd\xaf\xe8\xa1\xae\xe6\xce\x45\x3c\x80\x7b\xbc\x0d\x81\x39\xa4\xc5\x4e\xc0\x6f\x96\xdd\x17\xe7\x3a\x59\x15\xfa\x22\xde\x64\x47\xfd\x9f\x2b\x26\x45\x52\xfb\x3c\x81\xaf\xf4\xc2\xde\xa6\xc5\x74\x4e\xf1\x19\xa4\x21\x3e\x99\x9f\x27\xb3\x22\x2d\x75\xee\x63\xe9\xec\x9f\x17\x98\x14\xcf\x22\x91\x49\x2d\xff\x53\xae\xe7\x79\xc6\x46\xb5\xbc\x3c\x91\x76\xde\x98\x27\x49\x00\x1e\xb1\xeb\xa0\xac\x19\x88\x2c\x6f\x1f\xc9\x4e\x78\xca\x7c\xe3\x7f\x5e\xcc\xa9\xec\xdd\xf3\x5a\xc8\x2e\x0d\xd0\x3e\x04\x4f\xa7\x4e\x9e\xc0\x3d\x3b\x39\xf6\xfc\xb1\xcf\x65\x0f\x9f\x18\x26\xcb\x67\x90\x33\x9c\xd5\xde\x36\xbf\xa0\x63\xd2\x94\x72\xdf\xbc\x6c\xf3\x9f\x00\xe4\x2c\xb9\x67\xce\xa0\x2b\xf5\x29\xe3\xfc\x5d\x58\x73\xea\x02\xc1\xc5\xcb\x87\x82\x93\xd0\xa8\xe5\x8d\x02\x42\xce\xb2\xd1\x7f\x72\xb2\xb6\xf1\x74\x92\xb7\xbd\x6c\x74\x9f\x77\x08\x13\xd5\x08\xa2\xb4\x2f\x15\xce\x9b\xd0\x20\xcb\xcb\x7b\xf0\xbc\x46\xf9\xe6\xd4\xe1\x75\x89\xad\xe3\xb8\x8b\x13\x5b\x67\x19\x5d\xe0\xbc\x11\x16\xf2\x96\x9c\x0f\xc3\x6a\xdd\xfe\xc4\xb0\x7a\xa2\x1f\xf6\xaa\x6e\x92\xce\x07\x9d\x61\x7c\x82\xf3\x61\x62\x87\xcb\xa0\x54\xb8\x89\x0f\x4d\x94\x39\x76\x3e\x31\x8a\xb2\xc2\xcf\x87\x51\xf4\x66\x7e\xa2\x89\x1a\x83\x17\x71\xe5\x31\xe1\xbc\xbd\x9c\x9c\x77\x6e\x8b\xe9\x63\x9e\x9d\x6f\x2c\x35\xf5\x71\x1b\x44\xe3\x23\x4e\xb6\x3d\x34\x9d\x3c\x7f\x72\xfe\x5e\x4e\x66\x3f\x41\xfd\x71\x86\xca\x09\x18\xe0\x4a\x9f\x26\x20\xe0\xe4\xc0\x38\xdf\x18\x66\x6f\x17\x38\x54\x05\xf7\x3e\x4f\x8e\xe8\xcb\x81\xf1\x17\x1c\xaa\x45\x9a\xf3\x0a\x1b\x4c\xf2\xe2\x3a\xa0\xf9\x53\x13\xae\x23\xe6\xe5\xf3\x02\xba\x5c\x9d\xb8\x70\xd1\x3b\xf2\xf1\x02\x6f\x70\xf9\xb0\x74\x91\x9e\xed\xc5\x7a\x61\x94\x39\x0e\xf0\xc2\xc4\x32\x4c\xe8\x75\x44\x93\x25\xa5\xaf\x30\xb1\xe4\xa6\xb8\x52\xac\x0c\xb5\x28\xc5\xca\x90\x5a\xb8\x52\xac\x0c\x97\x21\x06\xf0\x18\xa4\xd8\x91\x12\xcb\x17\x1c\xa9\x3e\x1d\x5d\x70\xa4\x3a\x36\xf2\x4a\x9c\xef\x3c\x28\x61\x72\xd9\x62\xba\xc2\xe4\xd2\xcc\x5f\xd0\x8e\x8b\x54\x7b\x5e\x39\xce\x0e\xaa\x20\xff\x41\x6b\xab\x89\x19\x63\x40\x7a\xe0\xca\x2c\x5e\x49\xa1\x8b\x5c\x28\x87\x0a\x5e\x58\x5c\xce\x09\xbc\x60\x45\x75\xde\xee\x05\xc0\xa0\x73\xde\x2f\xe8\xcf\x0c\x78\x72\xd5\x70\xc7\xaa\x81\x61\x0f\x4d\xff\x4f\xd4\x98\x54\xf7\x05\x46\xb3\x6d\xff\xab\x45\x07\x64\x4d\x5c\x58\x33\x55\x77\x7e\x57\x43\xc8\x49\x8b\x5c\x8d\x53\x7e\xf3\xf3\xb1\xb4\x97\xbf\x40\x0f\x25\x71\xae\x4e\x36\xb6\xb6\xf7\x05\xf6\xde\x92\x98\xbd\xb6\x75\x52\x6c\x4c\x5c\xc0\x34\x8f\x7f\x53\x3b\x17\x96\x89\xdd\xd9\xd7\x20\x5c\x57\x12\xf8\x8a\x94\x21\xcf\x1f\x88\xca\x76\x1c\x5e\x13\x25\x2a\x53\xe8\xda\x7a\xff\x03\xef\x75\x4d\x78\xea\x3d\xbd\x2b\x63\x5a\x69\xba\x70\x08\x38\x65\xe9\x0a\x3b\xc0\x97\xb4\xd7\xb6\x03\xa6\xe3\x45\xae\x15\xe3\xef\x0a\x11\x04\x72\x95\x5e\xa4\xf9\x2e\xdf\xc9\x5e\x2b\x26\x54\x2d\x0a\x3b\xc0\xb7\xba\xd7\xb6\x03\xaa\x41\x0f\xae\x93\x03\xb9\x87\x00\x3b\xc0\x87\xd3\x2b\xf0\x88\xbd\x84\x83\x07\xc2\x1f\x04\x2e\xc6\xc9\x6f\xd7\x56\xe4\xc5\xe8\x2a\xd7\x89\x2f\x56\xb2\xee\x3a\xcf\xfd\xfd\xe5\xf2\xf5\xbf\xff\x2b\x76\xe5\x5d\x78\xb7\xcd\xc5\x3c\xaf\x13\xb0\x14\xef\xb1\x93\x40\x47\xa9\xb4\x8b\x2c\xa5\x43\xf2\xfe\xba\xc8\xbe\x97\xd2\xbc\xc2\x52\xf0\x15\xed\x45\x1e\xb1\xe3\xb6\x2e\xd8\xc3\x9c\xcc\x71\x5d\x38\xf0\xbd\x84\x2f\x8e\x9f\x5e\xb1\x64\x35\x89\xe8\x7e\x5e\x30\x4d\x34\xef\xa1\xbf\x6b\x71\xf5\x88\xac\xa6\xe5\x6b\xef\xeb\x22\xef\xea\x53\x41\x50\xef\xb8\x4c\xf2\xb8\x45\xed\x36\x4d\x52\x97\xb0\xbf\x7e\xb0\x86\x7b\x0a\x7e\x09\x4c\x20\x75\x70\x5b\x26\xc5\x47\x96\x2b\xfc\xf7\x16\x6b\xe1\x32\xf1\x94\xff\x22\x79\xde\x62\x0d\x3a\x31\x1b\x22\x17\x59\x51\xc6\xd2\xbd\xb6\xe5\x52\x3f\x9b\x7e\x1b\x2e\x75\x7e\xca\x60\xc7\xbb\x43\xf8\x58\x8c\x7a\x75\x41\x37\x36\x75\x36\xbe\xb6\xd9\x52\xc5\x02\x31\xaf\x30\x5b\x1c\x18\x70\x01\x37\xe3\x80\xa1\x0b\xfe\x30\x1f\x00\xae\x6d\xb6\xd4\xa5\xa3\xf0\x75\x13\xfb\xa7\xe3\xfc\x45\x28\x9d\x53\x11\xae\x88\xa4\xf3\x14\x6d\x33\xa6\x2e\x8f\x48\x98\x31\xde\xb7\x5c\x10\x54\xeb\x2e\xe0\x90\xa7\xd7\xdc\x43\xd8\x97\x95\x21\xf4\x60\x8e\x19\xba\x80\x4b\x36\x68\xc6\xf5\x04\x9b\xa9\x9f\x07\xc7\xdc\x72\x09\x42\x56\xc7\x28\x5d\xcf\x19\x03\xa2\x06\x6d\x23\x27\x7f\xe4\xc6\x03\x4c\x94\x77\xe9\x13\xec\x26\xfe\xe0\x1e\xf1\x25\x27\xd6\xf5\x84\x6f\x54\x03\x46\x64\xdf\xf2\xae\x0f\x6c\x19\xaf\xe9\x17\xc8\x8a\xcf\xf3\x85\xe7\x35\x00\x10\x84\x39\x50\xef\x7a\xa1\x3f\xb3\x14\x78\x99\x20\xf9\xc4\xae\x97\xf4\x24\x2f\x49\xe0\x92\x9b\x07\x9c\x48\x41\x73\x50\x5c\x2f\x78\xd6\xb6\x46\xb0\x90\x8c\xde\x7c\x41\xeb\xb1\xac\x15\x30\x90\xba\xf7\xf4\xb6\x8f\xb2\xbd\x2d\xd7\xb6\x8f\xea\xd2\x71\xe2\x77\x44\xff\xa7\xca\x89\xfe\x1c\x2a\x67\xfe\xff\x27\x2d\xf3\xc3\x76\xf2\xf6\xf8\x1d\xcc\x7e\x76\x65\x0d\xea\x85\xa4\x72\x07\x45\x27\xab\x3c\x78\xde\xff\x03\x5b\xa7\xc6\xff\xf0\x77\x99\x1d\x7e\xfe\xb6\x69\x55\x1d\x12\xf7\x3b\x48\x16\x2b\x6e\x00\xa3\x93\xfd\x81\x9b\x60\x2b\x97\x1f\x22\x53\x5d\x66\x74\xb4\xdc\x7f\x60\x41\xdb\x26\xff\xa5\xc0\x43\xd7\x68\xe1\xbb\x72\x40\xe0\x8f\x18\x45\x5b\x25\xbf\xc4\x6c\xca\xdd\xf6\x4b\xe0\xc4\x25\xd7\x7f\xf1\xbc\xfa\x13\x11\x8a\xc3\xf5\xdf\xfc\xaf\xf6\x85\x67\xcb\x41\x31\x3f\xc8\xe8\xad\x16\x7f\x99\xab\x77\x09\xac\x1f\x9e\x2d\x87\xde\xfe\x72\xa3\x42\x75\x28\x13\x3b\xac\xe5\xff\xcb\xcc\x80\x7c\x38\xbf\x6d\xa6\x65\xcb\xa3\x5f\x26\x93\x36\xfb\x7d\xa0\x66\xbd\x7c\x32\xe1\xe9\x92\x3f\x3f\xc0\x19\xcd\x8c\xf0\x03\x58\xda\x3a\xed\x57\x02\x12\x59\xfd\x89\xdb\x1f\x6d\x9f\x5f\x4d\x80\x55\xa8\x3f\x95\x68\x39\xf7\x27\x58\x6a\x3d\x01\x75\xe2\x5c\x54\xfd\x20\x27\x1a\x19\xfb\x47\xb4\x85\x6f\xe9\x7f\x0d\x2f\xbd\xcc\xcc\x1f\xe9\x09\x62\x63\x9a\xbf\x06\x96\xab\x74\xf2\x8f\x0c\xf5\xcf\xf8\xf5\x40\xb4\xf1\xff\x71\xb4\x55\x7f\x80\x73\x29\x6e\x2f\xb9\xdd\x4d\x02\xff\x07\xbc\x71\xf3\xfb\xa4\x07\xd8\x0c\xfd\x0d\xe4\xb7\x17\x38\x97\xfe\x4d\xf2\xfa\xc7\xa5\x7e\x93\xbc\xfd\xcd\xd8\x21\xfa\x1e\x76\x9a\x79\x25\x7e\x5c\xf2\x2f\x93\x83\xfc\x20\x9a\x18\xfe\xe0\x36\xcc\x3e\x24\x3b\xbf\x15\x0d\x54\x85\x84\xe7\x8f\xe2\xff\x1f\x1c\x97\xea\x70\x98\x5d\xc5\x4b\x1e\xf7\x8b\x4f\x43\xbf\x13\x5e\xfb\xee\xff\xf1\x89\xc9\x8c\xfa\x9d\x83\x1c\x1c\x3f\x1f\xfe\x11\xf5\xf0\x0c\x77\x86\x56\xc4\x19\xc0\xb1\x7e\x1e\x6f\xb1\xcc\xe6\x1f\xfe\x94\xa9\xa3\xce\x6f\x5b\x4d\xd3\x68\x66\x3f\x68\xe0\x0d\xff\xfe\x0b\xab\xc9\x30\xb0\x3f\x6e\x8a\xc4\x45\x35\x7f\x44\x0b\x5a\x63\xfc\x88\xf7\xb7\x8b\xfd\x07\x3a\xcb\x32\xd4\xed\x8f\x80\x7f\x63\xe5\xfe\x2e\x7a\xe8\x39\xbf\xb8\x35\x70\x0f\x30\xab\x96\xaf\xb5\x7f\x24\x92\xf9\xa4\xf0\xbb\xe8\x62\xf6\x07\x70\x19\x7d\xba\x74\xf3\xbc\x86\x98\xbb\xaa\x55\x3c\x69\x81\x88\xec\x5d\xb1\xed\xaa\x79\x78\x55\x6d\xbb\x6a\x15\x5d\xe7\xfd\x70\x09\x39\xa1\xf3\xf7\x2b\x38\x4f\x54\x1f\x1e\x21\x27\xc1\xfe\xb6\xdd\xb5\x3e\xbb\x10\x44\x97\xe5\xbb\xa7\x1f\x2e\x23\xdb\xe2\xbf\x1f\x93\xdc\xff\x89\x82\xe0\xf7\x8b\xf1\x91\x8e\xfb\x41\x6c\x3f\xdd\xfc\x9b\xe6\x5b\x08\xe1\xeb\xf1\x4d\xd8\x8f\xd0\xc5\x21\x33\xf3\x47\xa2\xdc\x2a\x9e\x81\x3b\xda\xaf\xfe\x00\xa7\x6c\x25\xfa\xbb\x63\x17\xe9\xf8\xf3\x0b\x6f\x90\x07\x24\xcc\x28\x03\xb0\xfe\xf0\x06\x55\xaf\xf2\x3b\xb6\x89\x0e\x4c\x3f\x10\x99\x8b\x1f\x80\xda\xde\x4e\x85\x1f\xee\xa3\xfe\x29\x73\xc3\xea\x8d\x8d\xf7\xc8\xa1\x29\xbf\xf0\x1e\x19\xc2\xf5\x07\x63\x99\x9d\xdb\x3f\x50\xf8\x44\x28\x36\x7f\x0f\x83\x28\x43\xeb\xb7\x0d\xad\x55\x2c\xa9\x60\xbe\x9f\xb2\xdd\x7f\xe4\x50\x4c\xcf\x31\xc9\x7e\x3e\x5c\xfc\xde\x00\x86\xd2\x10\xbd\x51\x9f\xff\xff\xb1\xef\xd5\x9e\x17\xcf\xb1\x4c\xe5\x1f\x8e\x1d\xd3\x3a\xfd\xc2\xb1\x23\xa2\xd9\x79\x93\xec\x27\x9a\xba\x79\x87\x5f\x46\xa7\x97\x9b\xcb\x32\xe7\x0f\xdc\x61\x3c\x98\xc0\xec\xc6\x2f\x33\x34\xab\x37\xd9\x7f\xc6\xfd\xbd\x21\x28\x5b\x16\x45\xf7\x41\x13\x25\xba\xee\x23\xf6\xd5\xf0\x0f\x1c\xc9\x35\xc6\x37\xd1\x99\x62\x8d\x9b\x77\x8a\x1b\x0a\x3d\xff\xc7\x94\xaf\x16\x25\x5c\xb3\xcb\xef\x93\x6c\xde\xfc\xfe\xc3\xf1\x43\x5d\x4c\x40\x59\xc9\x98\xbb\x73\x84\x97\x68\xe7\xdf\x64\xdf\x4f\xd9\x3b\x37\xe1\x95\x4e\x96\xba\x31\x17\x7c\x69\x7d\xe7\x08\x2e\x54\x8f\xb7\xb9\xe0\x9b\xb9\x7b\x5b\x0b\xd5\x29\xb2\x77\x0e\x28\x29\x3f\x8e\x31\xeb\xf6\x02\x06\xed\x28\xe6\x9b\x68\x13\x03\xdc\xdc\x79\x1f\x81\x0d\x52\x71\x07\x16\xf4\xe7\xf3\x01\xb0\xa0\xfe\xe6\x87\xd4\x28\xd7\x1f\xd1\xf7\xaa\x1f\x10\x3f\x47\xa4\xdd\x25\xee\xdc\xf5\x3d\xac\x0d\x87\x7a\xdc\x11\x8c\xd2\xfd\x3c\x94\x75\x9e\x3f\xac\x11\x07\x09\xdc\xb0\x5a\x0c\x59\x03\x37\xe9\x97\xfd\xf3\xfc\x19\x9b\x4e\xe5\x8b\xfa\xfc\xfd\x1f\xc3\xed\xf2\xcd\xff\xfe\xfe\x36\x47\x6d\x0d\xdd\x05\x44\x0b\xa9\xa2\xbb\x1e\x3c\xaf\xf1\xc2\x3a\xb2\xef\xf2\x86\x0a\xad\x4b\xa8\xdc\xb5\x00\x5e\xe3\xf7\x61\xdb\x76\x7b\x6a\x84\x0c\xa8\x3f\x40\x0b\x18\x65\xf1\x26\x58\xd5\x5e\xbd\xbb\x42\xd9\x57\xfc\x3d\xda\xff\xf9\xde\x03\x3e\xb9\xeb\x7f\x89\xcf\x52\xfd\x30\x68\x38\xe4\xf0\x6e\x05\x1e\x00\x7d\xaf\x45\xfc\x96\xea\xdf\xd6\x58\xaf\x92\x61\x77\x03\x49\xb4\xbb\x3e\xce\xef\x56\x34\x77\x9b\x04\xec\xb9\x82\x45\x05\x6a\x10\xd9\xa6\xfd\xdf\xe2\x03\xee\x06\xbb\xbb\x57\x6b\xdb\xb3\xe7\xd8\xec\xbb\x6d\xe3\xdc\xa6\xd0\x4d\x22\xaa\x48\x75\xe7\xdd\x42\x62\x79\xfb\x77\xb2\xc8\x64\x39\xdc\x18\x93\x45\xc6\xee\xbd\x8d\xc9\x6a\x8f\xd5\xdd\x83\xe5\xd2\xcf\x57\xb8\xf3\xfc\x7c\xc8\x78\x29\xba\xbb\x77\xe6\xcf\x0f\x84\x75\xec\x0a\x42\x6f\xb9\x1c\x12\xce\x1b\x86\x1b\x4f\x43\xb5\xde\xb0\x75\x98\xa9\xed\xde\xe6\xeb\xf8\x2c\xe0\xa0\x76\xfb\x94\xe1\x80\xb4\x84\x1c\xc1\xea\xeb\xf7\x07\xdc\x3a\x7a\x1e\xb6\x0d\x07\xcc\xdf\xb3\x52\xbf\x9e\x9f\x30\x8b\xca\x3c\xbf\xa1\x93\x75\x6a\xe3\x3d\xf1\xa1\xc9\x32\xba\x57\xa2\xfd\x5a\x60\x2b\xea\x53\x7b\xb8\x6d\xf4\x2d\xd0\xbd\x82\x96\xc6\x65\xd8\xcf\x65\x1d\xdf\x67\x21\xb5\x52\xef\x63\x8c\x56\x9d\xd7\xee\x2b\xbe\xa7\x05\x8c\xad\xe8\x44\xc2\x7b\xdb\x8a\xd5\xc8\xee\xf7\xc5\x02\xb7\x00\x21\xb1\xc4\xb9\xa7\x37\xa6\xe0\x47\x60\x84\x29\x58\x2d\xe1\x48\x16\xfd\xec\xb8\x70\xb1\x55\x6f\x59\x42\x5c\x3f\x5b\x1a\x17\xdb\xfa\x7e\x02\x9a\xe2\xe2\x4f\xbc\xbc\xa0\x21\x86\xed\xa2\x7c\xca\x0c\xa1\x87\x8c\xd4\x94\xf5\xfd\x61\x1b\x16\x9f\x4d\xf9\xdb\x8a\xde\x32\x87\xbb\x3c\x53\x0e\xdc\xbf\x68\x90\xac\xaf\x3b\x7c\x5e\x86\x3b\xbc\xb7\xf9\x96\x7d\x35\x70\xdf\xd1\x67\x4d\x02\x99\x26\xe2\x49\x9e\x37\xd8\x7b\xeb\xb3\xea\x82\xe3\x3e\xb9\xfc\xf0\x82\x06\xf1\x0e\x06\x49\xb5\x80\xa0\x56\x27\xd4\xde\x0f\x5d\x1e\xfe\x9f\x48\x2a\xcf\xea\x13\xb3\x22\xdb\xe5\x7e\x22\xab\x40\x7d\x24\x2c\xe9\x23\xd7\xc9\x54\x31\x74\xd1\x0d\xa5\x97\xf3\x48\x6e\xe2\x58\x7d\x93\x77\xbf\x18\xa4\x0e\x47\xbf\xa1\x9d\xf7\x1d\xef\xfd\xf6\x78\x40\x63\x00\x72\xc2\x67\x08\x48\x55\x69\x5e\x78\x2f\x2d\xb2\xf1\xf4\xc6\x98\x4d\x37\x81\x9d\xaf\x41\x7f\x8e\x38\x08\x2f\x95\xf9\x80\x2a\x7c\xc2\xf3\xa2\x16\x3d\x47\x2c\x44\x59\x53\x0f\xd6\x93\x09\x3b\x9e\x03\x64\x6d\x19\xe1\x0f\x97\x5c\x8e\x06\x7f\x52\x0c\xba\xcb\xd1\x20\x3f\x8f\x23\x4b\x93\xf0\x24\xd6\xad\xe6\xe0\xc1\x13\xd2\xa5\x6b\x1e\x72\x33\x1d\xa2\xf3\x60\x8b\x38\xef\xfb\xc9\xa8\x02\xad\xba\x07\x72\xd5\xe5\x58\xb2\x27\x33\x69\xc3\x2f\xdc\xf1\x80\x7f\x60\x59\xc9\x3c\x7c\x20\xa6\x30\x81\xed\x83\x35\xb2\x5a\xfa\x27\x94\xb4\x87\xcc\x96\xaa\x7d\xf3\x10\x42\xe4\x53\xe3\x03\xf1\xaa\x27\xec\x21\xb3\xc5\x2b\xe0\x29\xec\x12\x2d\xea\xa7\x30\x7e\x52\x16\xcf\xb6\x1d\x86\x97\xd4\x03\x07\xfc\xb2\x2b\xe5\x21\x6e\xb6\x17\x97\xe3\x1a\x53\xdd\x05\x0d\xb8\x4a\x16\x3f\xe1\x5a\x99\xfe\x9f\x06\x2c\x7f\xe0\x62\xc2\xd5\x60\x38\xe6\x9d\x93\xf1\x00\x3b\xe4\x38\x84\x87\xd4\x4d\x8b\xba\x67\x6b\xbf\x65\x14\xec\xa7\x83\x07\xa6\x25\xfe\xf4\x78\x5e\x1d\x46\x99\xd9\x78\x7b\x48\x02\x71\x0e\xf6\x03\x52\xdf\x6a\xcd\x3f\x30\x5f\xb2\xb6\x1f\x52\x37\xab\xd4\xf5\x43\x0e\xc8\x32\x37\xd5\x03\x52\x9f\xe9\xb2\x9e\x11\x43\x28\xf3\xe2\x19\xac\x61\xaf\x79\x92\x3d\xd7\xf7\x0d\x64\xa5\x14\xf6\x33\x48\x18\xc8\x7e\x21\x16\xa1\x57\x25\xc9\x9d\x9f\x5d\x35\x5e\xc8\xed\xd4\xc6\x19\x6b\x4c\xa2\xe5\x89\x2c\x11\x37\x01\x07\x91\xfd\xd3\x0f\x91\xbc\xcb\x64\x4f\x0f\x9c\xee\x4e\x80\x7a\x22\xe4\xc7\x09\xaa\xcf\x5c\xb4\x51\x6d\xc6\xa5\x34\xbd\x11\x27\x4c\x1e\xc5\xe5\x5f\x54\xa0\x89\x21\x26\xc8\xe2\xf6\x99\x31\x11\x96\x25\x33\x26\x42\x4d\x5a\x07\x3e\x27\xbd\x00\xd6\x90\x9d\x76\xcf\x0a\x2d\xab\x79\x59\xb1\x52\xfc\x7c\xf8\xb0\xd4\xa2\x15\xa3\xec\xfa\x63\x94\xbd\x73\x17\x81\xab\x87\x3f\x10\x5b\xdd\xc2\x63\x11\x8e\xa7\x83\xc7\x73\x46\x8b\x5c\x26\x8a\xa9\xba\x1c\x91\xa2\x6a\xe1\x49\x0b\x74\x30\x78\xb8\xfb\x13\x0b\xfc\x7c\x82\x9a\xd4\xd3\x0c\x16\x91\x2f\x9b\x1f\xa8\x1c\x3e\x73\x72\x11\x76\x25\xc3\xee\xc1\x81\x53\x3d\x42\x24\x7b\x4e\xb7\x97\x00\x1b\x47\x90\x3f\x3f\x0e\xdf\x3a\x3b\x3f\x01\x3d\xe4\xbd\xf7\x7b\xfe\xf7\x7f\xdd\x76\xf5\x13\xfc\xeb\x9e\x31\x12\x55\x96\x49\x1b\x9f\x9b\xc3\xb8\xb7\xca\xcd\x69\xdf\x3b\x03\x02\xaa\xcf\xe6\x7e\x78\x5e\x46\xc3\x13\xde\x06\xe9\xf4\xe7\xc5\xe9\xe6\x8d\x13\x91\x24\xae\x6f\xeb\xbb\xe5\x9b\xc2\x07\x40\x85\xcf\x80\x86\xb7\x41\x1a\xf5\xd9\xfa\x6e\x39\xaf\xe5\x89\x38\x12\x1f\x85\x9e\xf7\xe1\x01\x97\xdf\x78\xe0\xbf\x16\xbc\x07\x31\xa3\x32\x8d\x5f\x52\x37\x57\x97\x80\x7e\x0f\x9c\x46\x9a\xa3\x37\xe2\x42\x4c\xc6\xf4\x92\x1c\x22\xe2\xfe\xf9\x1e\x33\x1e\xa8\xfa\x01\x3c\xd6\xe5\x1a\xa3\x53\x6a\x42\x62\x50\xb4\xb1\xde\x14\xb3\xa0\x5e\xbd\xe8\xd0\x55\xff\x29\xb9\xf3\x25\x2e\xb7\x66\xbf\x7c\xe1\xd4\x53\xfb\x13\x43\x26\x05\xfc\x12\xf2\x61\xe4\x97\x17\x6c\x03\x07\x06\xbf\x00\xf7\xd9\x83\xf5\x82\x75\x60\xdb\xff\xdd\x0a\x77\x1a\x4f\xeb\xcd\x11\x71\xa1\xff\xc9\x1c\x29\x52\xe8\xef\x3e\x6c\x4f\xbb\xb6\x5f\xe0\x0c\x1c\x5c\xf9\x12\xe1\xe1\x5c\x9c\x17\x24\x23\x83\x76\xbe\x95\x08\x7f\x49\x89\x37\x14\x9e\xb3\xb6\xdf\x4a\x5c\x9f\x84\xef\x5b\xc9\xbd\x95\x6c\x7d\x6b\x74\xc8\xff\x73\x58\x70\x07\x2b\xc9\x54\x52\x60\x2f\x21\x25\xbe\x4b\x79\x1b\x6b\x5c\x52\xe6\xfd\x03\x26\x52\x83\x3a\xb2\xdb\xe9\x62\x2f\xfc\x8e\x4e\x27\x7b\xc1\xcd\x2b\x92\xed\x2f\xe7\xc1\x65\x5a\xce\xb7\xc7\x2e\xd2\x94\xc5\x81\xd0\x88\xbe\x2f\x3a\xd3\x31\x0b\x2f\xe8\xf4\x66\x90\x7c\xc9\xbc\x74\x80\xd6\xdb\xc9\x15\x2d\x6e\xe2\x19\x15\xfa\x87\x6b\x0b\x06\xaf\x61\xe0\x71\xfb\xe7\x83\xf7\xfe\xdf\x9b\x60\x2b\xdd\xec\xac\xef\x77\xeb\xdc\x62\x28\xbc\x77\x84\xf1\xaf\x06\x81\xbd\x67\xea\xc1\x77\x1f\x18\xfb\x67\x0e\xc6\xa4\xec\xff\x39\x00\x76\x97\x7f\xfb\x7f\xd9\x60\xef\xe0\x3a\x58\x82\xfc\x1d\x08\x36\xe9\xa2\x77\x90\xdc\xe3\x45\x36\xff\xe6\xc4\x3f\x90\xa2\xa0\x13\xe9\xbb\x4f\xa8\xbd\xc8\x0c\x7b\x39\xa1\x3a\x82\xed\xdd\xfa\x35\x9b\xcc\xf1\x9d\x74\xc0\x03\x80\x7a\x75\x3e\xf1\x0b\x9e\xfe\x67\x57\x05\xb4\xae\x07\x70\x32\xe0\x32\x0b\xdf\xd0\xae\x4e\xce\x7d\x41\xe6\xfb\x8c\xf0\xe2\xc6\xcc\x23\xb0\x72\xbc\xa0\x16\x46\x48\xae\x5b\xb0\xb5\x65\xb3\xdd\xf6\x2e\x72\x0c\xbd\x6f\xa1\x1a\x9f\xd3\xff\xb3\x86\xaa\x3f\xc0\x94\x2c\x97\x89\x51\xf6\x90\x6f\xed\xdb\x7d\x7f\xf2\xc2\x56\xb9\x3e\x0d\x0c\x24\x59\xed\x82\x50\xbe\x3e\x44\xbf\x30\x3d\xd9\x97\xfe\x72\xc5\xe4\xac\xca\x77\x1f\xd2\xb3\x8f\x77\xef\x19\x09\x5e\xea\x40\x84\xdc\xda\x5e\x78\xcf\x58\xd5\xde\xf9\x64\x0f\x39\x14\xe8\x8d\x50\x9c\x6f\x15\x38\xbb\x8b\x5f\x78\xb8\xd2\xf1\x0b\x2f\x65\x35\x11\xaa\x70\xdf\x53\xbf\x57\x22\x6f\x5e\xef\x13\xb3\x6b\x75\xf4\x02\xe0\xef\xe0\xd0\x97\x73\xbf\x41\x51\x5f\x20\xf5\x6d\xb0\xbc\xdc\xe8\xd8\xf1\xf3\xc2\xe3\xed\x0c\xb0\xf7\x87\x27\xc9\x8b\x22\x62\x78\xed\xab\x7a\x23\x52\xc6\x1f\x20\x52\xe6\xb0\xa8\x89\x1b\x1b\x13\xda\xbc\x01\x38\xe1\x16\x90\x5d\xb4\x05\xc3\xbf\xa8\x1a\xc2\x5e\x3e\x62\x28\xf0\xf8\xed\x28\x7f\xef\x03\xc8\x4d\x97\x13\xcc\x24\x5a\x13\x77\x2c\x62\xcb\x09\xb0\x0e\x9d\x1b\xf0\x72\x85\xe3\x18\xed\x17\x9a\x25\x47\x89\xbf\xf0\x86\x3b\x29\xe5\xbd\x59\xa4\x56\x46\x77\x2c\x89\x4f\x85\xc4\x99\x78\x46\x08\x94\x31\xa5\xc0\x7b\xdf\xff\xfb\xbf\x62\xfa\xc9\xf7\x06\xd3\xf3\xf3\xfc\xee\xa2\xd1\x25\xdf\x87\xe3\xa9\x0c\x98\x37\xc2\x7f\x1d\x41\xf7\xc2\xa2\xe4\x7c\xb2\xf7\x89\x1e\x68\xcc\x00\x23\xb6\xeb\xea\x7d\x62\x55\x7f\x5e\x98\x3c\xe0\x2f\x2e\xca\x6a\x31\x4e\x8a\xfa\xa9\x00\xe7\xbb\x87\x34\xc2\x85\x3f\x8b\xfa\x89\x60\x09\x8d\xe1\xf3\x50\xa1\x5b\x1c\xb3\xe8\x1a\xdf\x00\xa9\xd2\x18\xbc\x31\x49\xfa\x02\x09\x56\xd3\x93\xf2\x42\x75\x65\xe1\x0e\x4f\xd3\x61\xd9\xf7\x22\x1b\x3f\xe5\x1b\xef\xee\x5f\x0f\xd7\x01\x28\x96\xa0\x14\xd6\x41\xec\x4a\xfb\xcf\xa2\x59\xc7\x01\x5d\xe6\x7f\xb2\x75\x1d\x07\x6e\x96\xcf\xff\x0c\xf9\x7f\x82\x63\x1d\x47\x0c\xf9\x52\xb9\xc3\x25\xec\x32\xda\xb1\xfa\x7d\xb0\x0b\xff\x5b\x03\xeb\x80\x90\x40\x91\xf7\xeb\x88\x0b\x24\x45\x51\xae\xe3\xb8\x79\xc0\x2f\x04\xb8\x62\xf7\x17\xf0\x3f\xfa\x8b\xe9\x20\x5c\x4b\x35\xc2\x48\xa0\x10\xef\x75\x90\x2e\x2c\xb7\xce\x3a\xc2\x22\x1c\x9f\x1f\x38\xd4\x2f\x0d\xc1\x36\xfa\x96\x10\xae\xd6\x01\xa2\xa5\xa2\xa1\xd7\x41\x40\x8b\xe8\xf4\xd7\x11\x91\xc3\x02\xd4\x58\x07\x91\xc3\x4a\x58\x5e\x07\x00\xd1\x7d\xb8\x45\x01\xba\xe5\x72\x8c\xc1\xf0\x17\x6f\x26\xc5\x15\x3c\x6c\x14\x97\x83\x81\x4d\x63\x94\x11\x0d\x4b\x2d\xca\x31\x04\x5d\x65\x80\xcf\xdc\x40\x72\xbb\x04\x8f\xb4\x8e\x1c\x3d\xd4\xf7\x73\xcc\x81\xeb\x23\xc2\xed\x70\xf9\xdd\xff\xbb\x3d\x91\xe0\x9c\xd5\xa1\x12\xfb\x6e\x6a\xc8\xc0\xe4\x14\x72\xda\x3a\xb6\x9d\x9a\x85\xc4\xb3\x8e\xc2\xa5\x96\x1b\x58\x42\xbf\x4d\xad\x8a\x12\x00\x96\xaa\xb0\xa6\x3d\x07\x5e\x25\x15\x9c\x05\x0f\x69\x18\xb2\xc3\xab\xa2\xb2\x8e\xfd\x05\x80\xbc\x74\xbd\xbf\x8e\x0a\x4c\xcd\xd4\x90\xd4\x98\x93\xe5\x1f\x70\x95\x1c\xea\xc2\xb6\x64\x87\xa4\xe5\x3a\x48\x16\x6b\xae\xa0\x91\x15\x3e\xd4\x42\x52\xc1\x6a\x55\x03\x00\xfd\x54\x02\xf2\x3a\xc8\x04\x53\xd4\xe1\x3a\x5a\x68\x17\x7f\x00\x66\x89\xe4\x45\xd2\x90\x65\xc3\x15\xb0\xb3\xc6\xbf\x78\xd2\xd6\x41\x60\x75\x9f\x6e\x5d\xc4\x34\x1e\x6e\x1e\x89\x66\x9e\xe2\xb8\xa8\x99\xde\x15\x9d\x68\xe9\xa1\xe6\x05\xe0\x89\xce\xd3\xeb\x00\xf1\x44\x11\xfa\xeb\x80\x35\x4a\xb9\x1c\xeb\xe0\xa6\x66\x09\x88\x7d\x1d\xdb\x32\xaf\xa9\xb8\xc6\xe8\xa0\xa6\xe8\x2f\x57\xcd\x15\x60\xb7\x5a\x10\x00\x60\x52\xfd\xfc\x08\xe8\x22\xb5\x38\x5c\x51\xb2\xa2\xd6\x31\x58\x13\x53\x7d\xe4\x66\x46\x40\x42\xeb\xe0\x66\x66\x89\x54\x67\x1d\x44\x80\x7f\xf6\x59\xc0\x8e\x79\x8e\x03\xb8\x74\x7a\x55\x0d\xae\xcf\xdd\xe7\xf0\x5d\xe9\x40\xb6\x0e\x92\xd3\x74\x79\xb3\x0e\xa8\xa6\x14\x21\xbf\x8e\xf1\xc4\x0b\x1a\xc5\x11\x86\x9d\x5e\x98\xc1\x15\xaf\x4e\xce\x44\xcc\x83\x9e\x9f\xcc\xc2\xf4\xff\xe8\x1b\x4f\xfc\x8c\xb0\x14\x7d\x70\xdb\xe2\x2b\x7b\x1d\x4c\x26\x61\xfa\x7b\xd1\x45\xcb\xa6\xbf\x28\x77\x97\x59\x86\xde\xfa\x13\x3c\x0f\x6f\xc4\x6d\x8b\xaf\xec\x65\xb2\xc8\xb3\xff\xfc\x9f\xe3\x03\x6a\xe1\x62\xe3\x34\xf5\x20\xc2\xe2\xa7\x55\xd6\x36\xc6\xbb\xbc\xd6\xeb\x58\x31\x6d\x59\x83\x8c\x35\xbe\x3e\x0f\xcc\x78\xc0\x3f\x10\x82\xe8\xc5\xbe\xce\x78\x40\x4b\x11\xa4\xee\x65\x25\x85\x3d\xbe\xa6\x75\x00\xcc\xab\x1f\x89\x79\x26\x6a\x54\xa3\x4f\x62\x10\x2d\xf0\xb0\xc7\x45\x37\xbf\x8e\x13\xc7\xad\xa7\x39\x80\xb8\xad\xc4\xce\x58\x38\xde\x1c\x27\x51\x9b\x96\x67\x67\x6c\xe0\xe2\x16\x20\x31\x3f\x0f\x04\x2e\x87\xfe\xbf\x08\x6a\xf5\xfe\xc5\xfc\x4e\x5e\x28\x57\xcc\x43\xd5\xa0\x70\x4f\xf7\x11\x68\x17\x81\xab\xd6\x6a\x57\x83\x1d\xd7\x15\x12\xd5\xeb\xed\x78\x8d\xa8\x50\x2d\x22\x54\xfe\x23\x20\x20\xd5\xea\x9e\xa6\xeb\xe4\x7f\x4d\xe3\x75\x71\x93\xef\x0a\x09\x5b\xf6\x5e\x21\xd2\xbd\x78\x7b\x43\xdf\xf1\x59\xba\xd8\xef\x9f\xed\x1e\xf6\xfb\x74\x8b\x7f\xac\x13\xef\x0d\x38\xb4\x92\x87\x6c\x9b\xe8\xb9\x7e\xfe\x27\x12\x76\xe8\x7f\x2c\xf4\xcf\x5e\xbb\x23\xf4\x5e\xcf\x87\x85\x2e\xd8\x8e\x75\xdc\x0c\xa9\xf7\xca\x1d\x0d\x70\x85\x2c\x3b\xeb\x84\x88\x44\xb7\x56\xfc\x4b\xa8\x53\x0f\xef\x90\x16\xb6\xae\x70\x29\x7e\x2a\x80\x41\x6b\x4d\x6b\xfa\x67\x1f\x22\x8a\xf5\x26\xb1\xea\xcb\x5a\xec\x61\x12\x2d\x12\x1f\xd4\xe6\xe7\x7d\x60\xa9\xda\xbf\x29\x9d\x27\xba\xa3\xd6\x85\x35\x3d\xbd\xad\x02\x9d\xce\x4b\xec\xf9\xeb\x8f\x06\xe4\x61\xc4\x97\x3e\xcf\x25\x60\xf6\x0c\xbe\xb8\xa7\x9a\x06\x14\x6b\xb9\x5a\x1e\xe3\xd2\x14\x98\xf9\x3a\x5e\x96\x90\xa5\x69\x78\x34\xa7\xd6\x48\x02\xbc\xa6\x69\xc4\x53\x64\xbe\x09\x8e\x60\xa5\x08\xdf\xd6\xc6\x4e\x30\x76\x2d\x65\x7e\xae\x04\x9e\xba\x9b\x9c\x70\x60\xca\xa9\xba\xd2\x36\x4f\xe7\xf4\xff\x61\x9e\x0a\x60\x67\xa5\xc8\x6c\x73\x13\x22\xb3\x4d\x09\x15\x2b\x11\x31\x65\x63\x2b\x01\xfa\x2a\xb4\xe8\x95\x52\x74\x52\xcf\x67\xe6\xd8\x1f\x20\xc0\x69\xc9\xd2\x49\x79\xc0\x24\xe1\x32\x3e\x3c\x49\x96\x84\x35\xb8\x14\xaf\xbf\x52\x8e\x59\xd1\x03\xe5\x40\xa9\xa9\x82\x82\x30\x94\x25\x93\x0a\x8a\xf9\xbf\x33\xce\x4a\xa5\x44\x85\x6a\x51\x89\x2e\xbb\xc2\x16\x0f\xa8\x0b\x01\x0d\xb0\x5c\x03\xc4\xd8\x87\xa6\x0d\xa8\x00\x2f\xe3\x04\xc1\xc8\x21\xad\x96\x60\xf9\x12\x3a\xc2\x4a\x01\x0d\xa0\x20\xf4\x95\x88\x91\xf6\xc2\x48\x15\x70\x62\xc9\xa2\x14\x17\x79\x6e\x50\x8d\x20\x0b\x97\xf1\xf9\x49\x78\xa6\x0a\x2e\x98\x64\x55\x22\xa6\x5a\x4e\xc6\x95\x02\x49\x40\x51\xee\x2b\x41\x03\x9a\xdd\x00\xac\x3f\x85\x8f\xae\x04\x42\x9d\x5c\xef\x2b\x11\x68\x23\x3f\xf8\x4a\xdb\x7e\x2b\xcd\x1f\xec\x5c\x9d\xea\x5c\x97\xb6\x75\x36\x6a\xf6\xff\x40\xab\x78\xc4\xc0\xa3\xf3\x11\x24\x75\x72\x36\x8a\x9f\xe7\x66\x51\x5a\x3a\xf5\x2d\x2b\xab\xdb\x1b\x61\x34\x0a\xe3\x58\x29\xf0\xe7\xbc\xea\xb8\x7a\x5c\xca\xdb\x5f\x69\x9b\x6f\xa5\x0f\x97\xb9\xf1\x92\x9a\x4f\x71\xf5\xa8\x43\x46\x1a\x04\xae\xb9\x87\x23\x7a\xa4\x11\x08\x73\x4f\xd1\x9c\x2b\xc5\xcd\xa3\xe7\x18\x8a\x30\xe5\xd1\xac\xb4\xcd\xbd\x3c\xaa\xff\x1f\xe0\x76\xa9\x07\x83\x4c\x0b\x1d\x6d\xd3\x60\x08\x3c\x65\xf8\x49\xa7\xb7\x41\x5c\x2b\xca\x34\x4b\x71\xad\x28\x6f\xc3\x4a\x71\xad\x58\xd5\xa3\xb8\x56\x94\xff\x62\x25\x90\x04\x84\x1b\xb2\x12\x8e\xcf\x25\x6f\xc1\x4a\x84\xaa\xcb\x95\xbc\xd2\xe4\x2a\xd4\xb3\x04\xf2\xbc\xf0\x6f\x56\xe2\xd6\x50\xf7\xd3\x2b\x45\x2c\x50\x51\x8b\x56\x98\x29\x6a\xc0\x0a\xd1\xa2\x2e\x6d\xc3\x28\x0f\x8b\x16\xfc\x94\x02\x6b\x5b\x89\x4b\xc2\xe9\x39\x02\x48\x5e\xc0\xf6\x2b\x9d\x9c\xb2\xbc\x6d\x08\x3c\x4f\xde\xb7\xc4\x89\x57\x8f\x48\xc4\xfe\x78\xc8\x23\xb4\xa7\xfe\x0b\x16\xf4\x4a\x5c\xf8\x15\x4b\xda\x5f\x00\x90\xa8\xb1\xa0\x0b\x2d\x6b\xc7\xf4\xe3\x8e\xd4\x7b\x04\x74\xa1\xf5\x11\x33\xbf\xb8\x8e\x77\x39\x66\xd4\xc2\x1b\x0f\x60\xf2\x2e\x8c\x34\xff\x8f\x1c\xf9\x21\x47\xbc\x68\xb7\x89\x51\x3e\x8b\x96\x4b\xc8\xe6\x01\x81\xa5\xb3\x7d\x9a\x04\xc3\xbf\x65\x33\x5e\xc3\x64\x51\xba\x4d\x92\xdc\xdc\x80\x08\x1c\xfa\xe8\xa7\xf0\x1a\xca\x08\x4b\x84\x71\x57\x0f\xca\xfd\xd7\x25\x2d\x89\x1b\xd0\x27\x59\xa2\x09\x38\xbd\x8f\x86\xbc\x17\xff\xab\x85\x44\x1a\x0d\x8b\xda\x80\xd3\xf3\x2e\x20\x90\x48\xf8\x72\x2b\x71\xcb\x59\xdd\xa3\x27\xbe\xa7\x25\x42\x60\xd1\xa1\xc0\xfb\x95\x00\xaa\x5f\x16\x9d\x6f\xf4\x40\x6b\xf4\xed\xbc\xf0\x79\x20\x6a\x54\x05\x6f\xd4\x98\x34\x48\x5c\x94\xda\x43\x94\x08\xcb\x56\x7c\xc0\xca\xc7\x3e\xb2\x28\x68\x65\x9f\x8e\x78\xbe\xab\x4c\x17\x64\x4a\xe7\x03\xa0\x2e\x99\xde\x19\x95\xaf\x6c\x89\x95\xc1\x85\x5f\x87\xff\xc7\x95\x20\x4b\x3a\x1f\x84\xb4\x0a\xef\x62\x65\x62\xa4\x7d\xb2\xcd\x29\x1a\x50\x55\xc6\x97\x70\xf8\x79\x50\x65\x74\xba\xc8\x89\x5b\x37\x49\xb6\x4c\xdc\x8f\xbc\x94\x2b\xe7\x1a\x19\x3a\xea\x31\x31\xcd\xba\x9f\x58\x99\x7b\x4b\x45\x36\xad\x9c\x19\xd2\xe1\xe7\x1f\x08\xc0\x5c\x8e\x1e\xc8\xd2\xcd\x85\x1e\x68\x1f\x64\x2e\x32\x6d\x4a\x67\x34\xbe\x97\x65\x2e\x7c\x60\xfa\x79\x86\x54\xea\x29\x17\xa6\x4c\x26\x45\x86\xd3\x45\x91\x3d\x2b\x97\x9b\xb2\x86\x9c\x8b\x50\xb9\x61\x57\x2e\x20\x91\x69\x67\xe7\x4a\xa4\x95\xb6\x41\xae\x31\x00\xfa\x7e\xe5\xfb\xda\x15\xb9\xc6\xf7\xfd\x3c\xdf\x93\xe0\xcc\x2d\x32\x78\x5c\xa6\x3e\xd9\x68\xb9\xc5\x22\xf5\x1a\xda\xfa\x7d\x2a\xca\x7c\x65\x52\xe3\x95\x83\xb4\x32\x40\x40\xc5\x1d\x6e\x8c\xb8\xac\xc2\x8c\x3e\x17\xc4\xcb\xca\x9d\x19\x93\xea\xc8\x5b\xf9\x65\x61\x0b\xac\x8c\xeb\xc2\xee\xac\x3c\xf0\x23\x27\x2f\x4a\xc2\x6e\x9a\xd7\x14\x00\x7a\x3e\x44\xe7\xad\xed\x1c\xe9\xb5\xf2\xc4\x1f\x24\xd5\x92\xe7\x9e\x61\x4b\xae\x3c\x6b\x7c\xc0\x2f\xe0\xf0\xf2\x2e\x99\xc4\x8f\xe8\x9c\x9f\x17\xe2\x5a\xba\x24\x2f\xd2\xc8\x04\x4a\xb3\x32\x21\x2d\x0a\x46\x5b\x79\x2b\xab\xa5\xe4\xf4\x95\x57\x00\xe1\x4b\x5c\x67\x70\x73\x8a\xb7\xd5\x8a\x3e\xbb\x8d\x04\xc1\x08\x91\x61\xe5\xad\xde\xf6\x03\xff\x92\x73\xb3\x32\xe9\xf7\xdd\xdb\xfc\x3c\x18\x41\x7d\xfe\x8c\x11\xd1\x14\x9c\x31\x22\x32\x48\xf2\x19\xdc\x51\x1a\xa1\x33\x3a\x24\xb9\x73\xfe\x21\xfb\xfb\x87\x49\x8d\x5a\x24\xe7\xe2\x05\x97\x63\x0e\x35\x84\x5b\xfd\xae\xe6\x01\x01\x00\xd0\xda\x26\x9f\x77\x7c\xc0\x0f\xc4\x9c\xa8\x82\x2b\xf1\x82\x5a\x7c\x05\xbc\x8a\xff\x9f\x51\x81\x1f\xe0\xb4\xe3\x7d\x40\xfa\xfb\xa1\xe4\xcb\x95\x2f\x14\x9e\xd4\x47\xbe\x68\x92\x2c\x96\x8c\xd2\xb6\x1b\x23\xff\x62\x15\xc8\x6c\xcc\x28\xed\xe6\x2f\xfe\x62\x54\x65\xf6\xe5\xad\xb4\xa7\xb0\x27\x57\xfe\xf5\x78\x40\xc3\xfc\x03\x09\xc4\x4d\xfa\x91\xce\x67\xd9\xf5\xa3\x49\xc9\x15\xb0\xf2\xa5\x90\x32\xa8\xef\xca\x68\x58\x79\x6b\xbc\xd5\x3e\x65\x12\x68\x93\xf7\xe6\x4d\x05\xfe\x20\xb0\xef\xcd\x3b\x83\xd8\x5a\x7b\xc0\xf2\xd3\xa8\xd0\xcf\xb3\x2e\x2c\x2c\x9f\x58\x17\x52\x81\xf9\x61\x5d\x78\x2f\x3e\xb1\xd0\x87\x6b\x40\xba\x58\x1c\x3d\x91\x58\xe4\x1a\x1f\x5a\xe4\x16\xd0\x62\xef\x9c\x97\xa5\xed\x75\xf2\xb2\x2e\x64\xc6\x64\x50\x00\x9b\xb7\xc2\x1b\x2d\xb4\xc2\x20\x56\x29\xb9\x0b\x91\xe9\xa4\x6b\xa6\xb2\x55\x6e\x3e\x44\x3f\xb3\x0a\x3a\xb7\x69\xd2\xca\x11\x63\xf0\x5f\x17\x0b\xa1\xb2\x36\x4b\x0a\xb4\x64\x87\xaf\x1c\x0a\x81\x41\xb6\xde\x0b\xb7\x3c\xca\x89\x5c\x25\x61\xd7\x68\xe1\x95\xc4\x5e\x6a\x2e\xb3\x97\xb2\x3f\xc0\x5e\xd2\x3a\x2c\x89\x21\xd2\x56\x28\x19\x34\x10\x09\xe0\x02\x4f\xca\x61\x5b\xb9\x64\x32\xee\x0e\x3f\x10\x2c\xff\xfa\x40\x24\x0e\x29\xac\x62\x15\xe0\x60\xec\xdf\x2a\xc0\xc1\x74\x49\xab\x82\x12\xd6\xf5\xea\x2a\xc4\xda\x4e\xb7\xb0\x44\x86\xa2\xea\x2b\x01\x40\xaa\x0f\xee\x43\xf5\xd2\x05\xfe\x2a\x25\x1a\x90\xfc\x43\x88\x1b\x97\x43\x3a\xf8\x03\x6f\x64\x8a\xab\x85\x95\x65\xa2\xad\x58\x40\xe8\x53\x2e\xfb\x2a\xe4\xe2\x1c\xa2\x1a\x59\xa5\xb2\x13\xe4\x4c\x2e\x84\x17\x55\x37\x19\x9c\x5a\x45\x9b\xae\x52\x51\x4a\x9e\xe4\x7d\xec\xce\x87\x02\xb4\x56\xa9\x91\x81\xa7\x16\x11\x6f\xa4\x60\xd3\x55\x5a\x24\xc0\xb9\x7c\xf1\xbc\x1a\xd4\xe3\x79\x8d\x69\x67\xd5\xb8\xcb\x9d\x55\x52\xfd\x3c\xb9\xc4\x6e\x60\xbf\x22\x74\x45\x0d\x00\x3f\x4f\xe9\x26\xab\x0c\x86\x48\x1e\xbb\x02\x9a\xdd\x31\xff\x25\xfb\x66\x95\xc1\x26\xd0\x71\xb0\x70\xdd\x60\xaf\x74\x19\xac\x08\x19\x0d\x65\x12\x52\x21\x8d\x59\x08\xdc\x39\x7c\xb1\x58\x80\x43\xb7\x34\x2e\xdc\x06\x28\x6b\x76\x95\x70\xf6\x7b\x02\x89\x4a\xfd\x0c\x67\x60\xd8\x7a\x93\x85\x0a\x56\x90\xc5\x2a\x60\xd8\xfa\x7c\x52\xe0\x31\xe9\x52\x71\x05\x1d\x79\x78\x3c\x43\x05\x4a\xfc\x97\x93\x06\x25\x97\x51\x38\x0a\xa1\x5f\xe5\x4f\x05\xfa\x03\x6c\x5b\x0b\x96\x33\x26\xc4\x63\x72\x86\xe4\xd1\x04\x85\x0e\xcc\x3a\xc6\x97\x33\xb2\xb7\xd5\x85\x33\x12\xce\xa4\x35\x0b\xd9\xd1\x0a\xd5\x5d\xe5\x62\x5f\x35\x97\x6b\xbc\xa0\x4f\x5c\x2c\xa2\xe1\x72\x0c\x8a\xbe\x08\x4c\x6e\xf3\xac\x84\x8a\xb3\x6c\xfb\x31\x08\x32\x76\x0b\x99\xc1\x9f\x5d\x04\x8a\xed\x51\x3c\x08\xbf\x58\x95\x1a\xa4\xdf\x15\x0f\xe8\x8b\xa1\xe2\xba\x1f\x40\x85\xe9\x44\x53\xc8\x16\x6e\x16\x66\xc0\xde\x76\xb7\x80\x43\xa2\xaf\xc4\xcb\x1d\x3d\x52\x8b\x6e\x16\xe2\xf0\xff\xc4\x02\xc9\xfc\x2e\x0f\xe2\xbe\x78\xdf\x3e\x00\x10\x7a\xa1\x3d\x48\x6f\x9d\x80\x0a\xa8\xb8\x47\x29\xae\x21\x56\xae\xc6\x14\x15\x38\xdc\x65\x4e\x89\x82\xc1\x59\x25\x4e\x89\xf6\x0e\x94\x37\x06\xd5\x0f\xcc\x78\x40\x63\xc0\x29\xd1\x71\x06\xf5\x08\xad\xdd\x55\x0e\xe3\xea\xbf\x16\xd4\x14\x5e\xd0\xaa\x72\x8a\x44\xc5\xa5\x1f\xe8\x93\x5c\x7a\x35\xc5\x34\x0f\x95\xe9\xd2\x74\x85\x11\xdf\xab\x06\x84\x86\x92\xf3\xa1\x26\x26\x4d\x2a\xb3\x66\xd6\xa5\x9c\x37\x35\xc7\xa4\x34\x95\x83\x89\xfb\xbf\x0e\xd6\x42\x7b\x24\xfb\x2a\xfa\x41\xf4\x65\xab\x96\x58\xc7\x1e\x81\x82\x05\xaf\x55\x53\xe3\x90\xa6\x9d\x53\x4b\xac\xc3\x4f\x8d\x61\x8f\xba\xc6\x50\x20\x7e\x81\x85\xaf\x53\x56\x25\xfa\xd4\x9e\xe8\x0a\x51\x48\x93\x34\xaf\x95\x75\xac\x5c\xbb\x55\xc9\x9f\x50\x3e\xc5\xaa\xe0\xb1\x1e\x1e\xc2\xf6\x87\xe6\xe4\x1f\x18\x63\x29\x90\xda\xe3\x9c\xaa\x31\x25\xc1\x42\x58\x14\xab\xf6\x1a\x50\x37\xfe\x81\x75\x35\x5d\x01\x68\xcb\x92\x37\xb5\xa3\x91\xec\x72\xab\x3d\x66\x49\x63\x10\xa8\x63\xda\x5a\x15\xb7\xe6\x51\x65\x3b\xd5\x40\x32\xaf\x2e\x73\x09\xed\x65\x30\x58\xa8\x8e\x2c\xa8\x23\xd6\x85\x9a\x10\x77\xcc\xee\x13\xb8\x65\xbe\x60\xa8\x23\x70\xc9\xfe\x25\x4c\x6d\x55\xd0\x53\x1d\x95\x50\x27\x68\x50\xae\x9c\xfb\x61\xdb\xb2\x75\x6b\x8c\x6e\xd7\x44\x25\x56\xd3\x71\x06\x75\x9f\xfa\x8a\xcf\xa1\x35\x42\x33\x95\x54\xb5\xe7\x82\xa8\x35\x8d\x5f\x5c\x07\xbb\xf5\xab\x52\xa1\x3e\xc8\x6d\xf0\x3c\xfc\x3e\x1b\x5d\x61\xf5\xab\x6e\x9d\xd4\xad\xf2\xeb\x8a\xf1\xf3\x80\x02\xa7\xaa\x54\x88\x55\x09\xb6\xb4\x52\xac\xc4\x5a\x8a\x0c\x6c\xd5\xf5\xe2\x93\xd3\xff\xfb\xdc\x97\x15\x87\xbf\xea\x99\x08\x67\xd5\xa2\x04\x44\x4d\x39\xb2\xab\x9e\x04\x93\x7e\xfe\x07\x6f\xe6\x53\x1e\x20\x7a\x69\x88\x00\x51\x73\x0c\x41\x3d\x41\xb8\x3e\xfc\x3c\x43\xfe\xf9\x9f\x21\x4f\xfe\xde\x8f\xb2\x06\x60\x6b\xbc\xee\x10\x83\xba\x15\x5e\x5e\xfe\x3f\x6e\x86\xfd\xfe\x95\xf7\xf3\x3a\x45\xd6\x2b\x02\x3b\xf4\xbd\x8b\x19\xd1\xa9\xba\x02\xf6\x91\x2c\x08\xf7\x91\xaf\x0a\xa3\x78\xd5\x2b\x32\xba\x35\xc3\x5b\xfd\x75\x87\x4f\x55\xc8\x3e\x15\x0f\xbd\x2a\x81\x9c\x22\x2b\x58\x15\x3f\xae\xcf\x9c\x75\xab\xcb\xdc\xbd\xa4\x7e\xb4\xa7\xf8\xf9\xc6\x92\x53\x7f\x39\x10\x2a\x08\x7f\xd5\xdf\x88\x05\xe1\x0f\xbe\xf1\x83\x5a\xb8\xd5\x5b\x77\xec\x4e\xbd\x17\x65\x8d\xd0\x7d\xc6\x0b\x7e\x80\x29\x90\xb2\xa9\xf7\x8f\xbb\x0e\x7d\x92\x6c\x4c\xbb\xa6\xeb\x56\x7f\xb5\x7a\x0a\x1e\x86\xdc\x4b\x74\xab\xbf\x32\x3d\x24\xcf\xdf\x22\xd7\x07\x1e\x5a\xf4\x29\xb3\x26\xdc\xa0\x87\x06\x35\x7f\x00\xaf\xed\xf0\xff\x37\x98\x45\xea\xd1\x0b\x6e\x9e\x77\x1d\x10\x60\x8a\x29\x5f\x15\x18\xd4\xec\x35\x00\xa4\x97\x4f\x02\xf5\x65\xd3\xb9\x83\x40\x7a\x75\xaf\xd9\x97\xf6\x5a\x37\xbd\xe7\xff\xfe\xaf\x1c\xee\xf0\x1b\x92\xde\x0d\x06\xb3\xcb\x26\x4d\x7d\x59\x34\x32\x2c\x1b\x71\x8f\xca\x84\x58\x2d\xe2\x1e\xf5\x81\x76\x30\xa2\xb2\xb1\xda\xd6\xe6\xdd\x37\xcd\x8d\xd4\x95\x22\x43\xb3\x71\xaf\x2b\xa8\x8e\xad\xc4\x20\xf2\x71\xf9\x82\x5b\x74\xa8\x0c\x65\x95\x66\xb8\x81\x92\xe5\x0b\xc4\x96\x58\xc4\x12\x22\x2d\x11\x31\x2e\x8b\xaa\x25\x96\x98\x34\x57\xe3\x52\x57\xd9\x46\xab\x25\x6e\x62\x3e\xef\x33\xa1\x52\xfe\x2d\x85\xde\x91\x6e\x6d\x19\x13\x4b\x21\xe0\xab\xed\x03\x69\x11\x4b\xc9\x6a\x99\x11\x91\x62\x6a\x99\x6d\xa4\x29\x6f\xc0\x64\x09\x20\x67\xb5\x1c\xc4\x3f\xea\x71\x06\x9b\x53\x9b\xa2\xc5\xf9\x55\x49\xcc\xab\x65\xe4\xd6\xca\xff\xa2\x67\x5a\x66\x41\x2c\xbf\x8c\xd0\x72\xff\xc9\x34\xb5\x6f\xac\x65\x84\xc8\xa7\xbb\x2f\xa9\xb0\x7a\x1f\x90\x2d\x47\x91\xb6\x12\x96\x80\xa4\x76\x2b\x48\x09\x77\x77\x1b\x37\x5d\xd8\x2a\xab\x6d\x63\xa6\x24\x0f\xf8\xb6\x65\xba\x50\xc0\x56\x83\x45\xdc\xfe\x84\x56\xa2\xc1\xfe\xe0\x1d\x1f\x54\x85\x15\x20\x0e\xa9\xed\x06\x50\x85\x63\x17\xda\x3e\x1c\x77\xc1\x16\xae\x56\xff\x5a\xac\x29\x26\x84\xd1\xe6\x56\xab\xa1\xc8\xbc\xc6\xeb\xa2\x06\x35\xb1\x82\x93\x27\xc1\xd8\xfe\xcc\xa7\xee\x1f\x7e\xbc\xa0\x3e\xc4\xad\xb5\x2b\x00\x9b\x62\x78\x90\xb9\xb5\xf6\xa5\x74\x6b\x2d\x2a\xf4\x0b\x21\x08\xbd\x2d\xf7\xf9\xba\x5b\xb7\xb4\xf6\x03\xd0\xd5\x35\x6c\x5d\xb4\x3c\x6d\xfd\x6f\xd5\xea\x93\xdb\x20\xcb\x3e\x89\xb4\x6d\x4e\xe5\xcf\x20\x90\x4c\x73\xf8\x32\xa7\xf5\x97\x79\xd2\xb0\x6f\x7b\x2b\xdb\xc5\xd0\x06\xe8\x8a\x3a\x0a\xb5\x81\x37\x50\x16\x5f\x23\xe0\x4e\xd4\xa1\xfb\x18\xc6\x19\x5a\xff\xcf\x30\x58\x74\x3a\x6b\xfb\x90\xbd\x7c\x25\xd7\x26\xb0\xae\x1e\x93\xd9\xf9\x5f\x3d\x98\xe4\x80\xc9\xe0\x69\x33\xc6\x6c\xfa\x8b\x17\x89\x87\x7e\xe1\x47\x05\x1a\xb3\x19\x2b\x6b\xfa\x87\x87\x07\xb4\x50\x66\x24\x16\xaa\x82\x15\x83\xaa\x93\x46\x0b\x57\xbb\xd7\x72\xb8\xda\x7d\xbb\xd0\x80\xa6\x75\x7c\x6e\xdb\x46\x97\x91\x8a\x57\x5b\xe1\x46\x51\x1f\xc0\x8f\x3f\xbc\x79\xce\x1c\x10\x75\x1a\x24\x18\xcb\x1d\xa1\xdc\x4e\xc2\xde\x3d\x08\x24\x8b\x3a\x22\xa4\xc1\x6f\xea\x88\x90\x76\xc6\x95\x9a\xeb\x3b\xe3\x03\xfe\xe2\x45\x0b\xfd\x02\x83\x66\x61\xb4\x8d\x9e\x25\xaa\x99\xd5\xc8\x36\x19\x96\xb7\x17\xb3\xe4\xdd\x1a\x8e\xec\xff\x67\xec\x5d\x92\xad\x07\x75\x26\xd1\xa9\x9c\x21\x98\x97\x04\x9d\x33\x17\x3f\x6f\xef\x36\x6a\xfe\x8d\x0a\x67\x2e\x67\xee\x8a\xa8\xfa\xe3\xeb\x79\x6d\x6d\x30\x60\x10\x7a\xa6\xcc\x8f\x68\xc8\xb6\x55\x78\xc0\x90\xfd\x87\x5d\x1e\x7c\xa1\xd6\x14\x80\x63\xbe\x31\xc7\x81\x8f\x64\xfe\x03\xa5\xdf\x46\xe2\x01\xa5\xdf\xae\xe4\x71\xd2\x3a\xa7\xf6\x94\x52\xec\xac\x18\xa8\x6e\x5a\x24\xa4\x0c\x5a\x01\x6c\xb1\x1c\x80\x00\x53\x51\xf6\x35\x00\x42\x61\xab\xf1\x38\xe1\x8c\xf7\x15\x72\xbd\xba\x50\xf1\x47\x47\xfe\xaa\x8d\xc8\x03\xae\x63\x07\x24\x0f\x18\x05\xec\xe9\x1d\x00\xfc\x72\xbc\xdd\x80\x90\xb3\x8d\x3f\xff\x80\x25\xf0\x9d\x7a\xc3\x69\xb6\xfc\xbb\xa2\x2e\xa4\x7f\xe3\x85\xba\xf3\x07\x5c\xc3\xe9\x25\x44\x36\x87\x7d\x60\xe3\x06\x54\x4f\xfd\xb7\x0b\xe7\x95\x88\x86\x3d\x76\xe3\x3e\x39\x5a\x2d\x0f\x82\xd3\x36\x9f\xb2\xfb\x46\xed\x6d\x2d\x0f\x52\x3d\x04\xe4\xb3\xc6\xc3\x1b\x5f\xa3\x7d\x45\xa6\x91\xde\x10\x0f\x62\x2d\xdc\x1e\x99\x20\x4e\x84\x18\x28\xd4\xf6\xe7\xc2\x61\x26\x88\x77\x24\x44\xa8\xee\xef\x8f\x4c\x90\x3f\xab\xf5\xab\xc4\xaa\xe5\x7f\x45\xa8\x26\xe0\xac\x35\x9e\xf3\x7d\x9f\x3f\xef\x43\x91\xcf\xbf\x6f\xd0\xb5\xba\x0f\xa4\x60\xbb\x2d\x62\x43\x56\x9d\x64\xb8\x40\xbd\x75\x07\x87\x04\x62\xe7\x1c\x53\x15\x1b\xf5\x1c\xff\x0e\xbc\x60\xe8\x37\x77\xb4\x6e\xc4\x78\x65\xac\x61\xa1\x34\x98\x5b\x32\xfd\x82\x1b\xa5\x83\xdc\xc1\xf3\xfe\xbf\x64\xa8\x40\x25\x39\x1b\x38\x02\x16\x18\x5f\x0d\x51\x2a\xfe\xbf\xea\x77\xe3\x00\xfc\x07\x54\xee\x13\x23\x8d\x32\xf9\x0f\x4d\x7f\x38\xf8\x07\xff\x07\xe4\xe8\xe2\xdf\x88\x0b\xee\x1e\xc2\xcd\x06\x1a\x33\xe0\xc9\xec\x66\x08\x8a\x69\xb6\x99\x47\x45\xf0\x9c\xee\xab\x60\xf4\x9e\x38\x65\x00\xa3\x43\x39\x50\x2b\x5e\x41\xa8\x55\x6d\x83\x60\xf0\x9d\xae\xa3\x68\xd0\xa7\xfd\x55\x1a\xd0\x50\x75\xbf\x45\x43\x39\x45\x71\x8d\x78\xe5\xa0\x6e\xce\x1d\x0d\x62\x9e\x24\xfd\x68\xd4\xe6\x52\xbf\x11\xa3\xea\x09\x35\xac\xc0\xf0\x78\xb8\x02\xe1\x3f\xc0\x15\xaf\xf1\x75\x24\x2c\xb9\xff\x1f\xba\xa9\xc4\x9e\xe8\x58\x00\xdd\x3d\x41\xb9\xc8\xa2\x7d\x74\x00\x2e\x79\x06\x1d\xc0\x30\xba\x9c\xa2\x07\x94\x2d\xd3\xdf\x7d\x67\x51\x3c\x00\xe2\x51\xff\xbc\x00\xd1\xe1\xc3\x23\x22\xeb\x0f\xff\x01\xd9\x2c\x7f\xa6\x00\xc0\xd7\x3f\x1d\x5e\x88\x54\xd3\x27\x1a\xd0\x4d\x74\xb9\xc5\x40\x0c\xa9\xf8\x5a\x0c\x44\x52\x4b\x79\x0a\x16\x05\x12\xe7\x09\xc0\xe4\xab\xa0\xe1\x8a\x41\x56\xe5\x83\x32\x08\xc2\xa7\x5d\x37\xb8\xe6\xfe\x48\x03\x11\x9b\xba\xfd\x82\x62\x96\x0d\xbe\x81\x6c\x0e\xbb\x7a\x02\xb0\x5b\xcd\xbb\x0e\x75\x85\x7c\x1b\x45\x50\x5d\xd2\x90\x90\x44\xed\x34\xb1\x88\x89\xf0\x44\xd3\x51\x36\x7a\x73\x7b\x88\xa6\xba\x2b\x82\x7e\x13\xdb\xb8\x03\x49\xd4\x76\x10\x06\xcd\x66\xba\x4b\x82\x66\x33\xdb\x6f\x23\xb1\x4d\x74\xe1\x07\x60\xb9\xa6\xdf\x88\x2c\x6a\xe7\x3c\x05\xa2\x01\xa3\xf8\xff\x03\x89\x70\x1a\x31\x60\xb9\x1c\xf4\x1a\x08\xa0\xa8\xba\x3d\x83\xd5\x00\xb6\x7f\xc1\x15\x58\x31\xc1\x0a\x7d\xa8\x90\x11\x6d\xc7\x58\x4c\xb2\x42\x49\xa1\x01\x33\x9b\xbd\x14\xc1\x94\x68\xbb\x76\x82\x88\x23\x7f\x1a\x00\x59\xc6\x6c\x64\x72\x8f\x48\x50\x8e\xc9\x8c\x05\xcd\x67\x32\x33\xdf\xbf\x91\x63\x26\x93\x45\x2c\x58\x61\xcc\x37\x90\x86\xf1\x87\x7b\xa3\x38\x41\x7a\x93\xd2\xee\x26\x20\xc2\x15\xbf\x2c\x0c\x37\x80\x39\x5a\xef\x5b\x0b\x26\x0d\x93\x77\xb6\xf7\x3f\xa0\xde\x86\x4f\xc9\x02\x50\xa0\x27\xb0\x27\x52\xc0\xfc\x1b\xd8\x08\x3e\x85\x3b\x96\x2c\x7c\xec\x80\x8a\x1b\xba\xe0\x83\x19\x11\x3e\xd6\x07\xea\x75\xb8\x03\x94\x06\xd8\x54\x53\x72\xc5\xc1\x1b\x5b\x6f\x3c\x10\xc4\x64\x56\x77\x0c\x36\xd0\x67\x3d\x90\xf8\xee\xfb\xe5\x48\xfe\x83\x5b\x60\x53\x15\xff\x7e\x75\x83\x3f\xb7\x05\xa5\xce\x3f\xbb\x12\x55\xf5\xed\xdf\x0c\xd8\xd2\x6c\x06\x89\xe3\x61\x03\xf5\x70\x42\x2a\x91\xd4\x10\x48\x9a\x50\x0d\xa0\x15\x48\x9a\xd8\x7c\x4c\x98\xf4\x6c\xc6\xc0\xe8\x09\xf3\x32\xe6\x3c\x4b\x10\x0f\xe4\x3c\x6f\x4e\x40\x8d\x13\x4a\xa8\xa5\x06\x60\x9d\x39\xe3\x20\x10\xd1\xf8\x87\xdb\xa2\x1e\xb0\xf5\xe8\x40\x1e\xb4\x8a\x94\xac\x40\xb4\x85\xbd\xdc\xf1\x4a\xa1\x45\x60\xec\x2b\x50\xa4\xc8\x01\x24\x71\x2d\xd4\x86\xd2\x84\x68\x9b\xb3\xb2\x13\x80\x4a\x73\x3a\x51\x5c\x04\x18\xd5\x57\x46\x91\xfe\xe1\x0b\x14\x29\x13\xdb\x1f\x76\x0f\xd8\x59\xe7\x8b\x06\x61\x67\x65\x4f\x8c\x1b\xbc\xcf\x07\x01\x01\x8c\x8e\xc2\x89\x1b\x29\xb2\xbe\xe1\x59\xa0\xd1\x9b\xe2\xa1\x6a\xa2\x19\xbd\x82\x62\x3a\xb2\x2a\xe0\xca\xfa\x73\x50\x20\x28\x3a\x36\x2e\xe8\xc9\x0a\x9f\x0c\x94\x18\xda\xbc\xb1\x1f\x2e\x89\xbf\x01\x90\xd0\xfe\x9c\xc5\x07\xa2\xae\xb9\x3d\x45\x41\xd5\x77\x5d\xc9\x22\x8e\xda\x55\xf9\x8a\x82\xe9\x50\xa7\xdc\x50\x6f\xb6\x99\xce\x93\x21\xee\x9c\x1b\x6a\xe1\x68\x5f\xe7\x46\xdb\x46\xea\x37\x62\x72\x64\x69\xc8\x0d\x18\xeb\x5a\xb3\xdc\xa8\x5b\xf8\xff\xb1\x8b\xaa\x07\xc8\x35\x15\x1d\xa2\x9e\x80\x70\x57\x16\x9c\x4c\x9d\xa3\x7c\xe5\xb8\x66\x0d\x39\x0b\xfa\x77\x74\x7a\x16\x2c\x89\x3b\xa8\x88\x84\xd2\x36\x4b\x54\x43\xb4\x47\x34\xeb\xf5\xfe\xd6\x39\xc9\x86\x5d\x25\xa3\x74\x36\xee\xaa\xe5\x7f\x20\x4e\xa9\x46\x04\xe7\xda\xf2\xff\xbf\xec\x72\xdb\xfe\x49\xb7\x49\x44\x43\x66\x77\x63\xac\x8e\xae\x9b\x04\x0c\x8c\x23\xa0\x92\x22\x55\x6e\xfe\x07\x94\xfd\xec\xfe\x0d\x3e\xe5\xdf\xa3\x02\x62\x44\xab\x33\xb8\x45\xd5\xe1\x60\xdd\x1e\xad\xc6\x58\xf8\xad\xc9\x0d\x62\x3f\x99\x8e\x3a\xeb\xe2\x3a\xf9\x0a\x30\xc5\xa1\x75\x89\x7a\xc3\x9b\x23\xb1\x13\x02\x8c\x30\x4d\x56\x06\x8c\x69\xfe\x5c\xc0\xa0\x17\x78\xd4\x4a\xe4\x9a\xda\xe6\x9f\x01\x03\x86\x6e\xc7\x0c\xf8\x80\xa4\x2a\x64\x02\xe2\xc4\xfb\x0d\xd2\xc3\xa6\xeb\x35\x93\x85\x6e\x74\xa6\x12\xa1\x19\xde\x3f\xc0\x28\x33\xdf\x4e\xe4\x06\x98\x2d\x27\xae\x6b\xcb\x4b\xc9\xeb\x5a\xc8\x05\x2b\x27\xdc\x86\xfe\xff\x9b\x74\xff\x01\xd5\x85\xa5\xcd\x25\x6d\x3c\x8e\x78\xcd\xc5\x6f\xea\x23\x02\x04\x30\x33\xea\x7c\xef\xe3\x56\xa4\xdb\x24\xdc\x58\xcd\x7b\x00\x26\x9b\xf0\x8e\xdd\x39\x43\xf5\x07\x50\xf9\xf0\x0e\xdf\x39\x05\x49\xa5\x89\x14\x45\xab\x6b\xb9\x73\x0e\x7f\x7a\x78\x30\x22\x2d\xc2\x7b\xe1\xa6\xa5\xa2\x64\x2d\x9e\xf4\x57\x46\xba\x40\xc8\xb6\x97\xb0\xb1\xd8\xf3\x94\xb0\xa1\xd8\x53\x95\xb4\xa1\x48\x43\xcd\xf7\x6e\x5a\x4e\x57\x48\x24\xfc\x6d\xf6\x6e\x26\xc3\xf1\x65\x76\x4a\x98\x48\x54\xfa\x60\xe5\x05\xbb\x98\xe4\xb8\x44\x30\xbc\x8d\x83\x79\x01\x1f\xca\x7c\x91\x26\x10\xe7\x24\x27\x4c\x20\x8e\xd4\x48\xd4\x7a\xb1\x92\x9f\x77\xa2\xa0\x92\x5e\xc0\x68\x78\xa7\xdf\xe6\xcd\xf2\xb6\xfe\xfd\xbe\xa1\x7a\xc4\xa8\xc5\xe2\xfb\x3e\x61\x55\xd8\x9c\x1c\x9b\x0f\x44\x51\xef\xf4\x07\xf8\xb8\x9e\xe2\xcb\xeb\x67\xe8\xbe\x9d\x8c\xcc\xb3\x76\x33\x37\x96\x35\x6b\xfa\xcd\x82\xbd\x45\xbf\x61\xff\xac\xfe\x7f\x8e\x40\x87\x79\x02\x94\x3c\x74\xb6\x26\x32\xe6\x1c\xc2\x33\x37\x16\x27\xf7\x08\x90\x75\x1d\xa6\x2f\x76\x98\xfa\x03\x30\xc1\x8a\x3b\x3c\xf8\x0f\x6e\x81\x62\x00\xd5\x0d\xf8\x59\xc4\x7f\x26\x62\x37\xec\x2d\x98\xa5\x60\x1f\x68\xc8\x05\xd1\xd6\xee\x00\x25\xe8\x05\x8b\xbe\x66\x81\x8f\x5e\xd6\xc4\x59\xc8\x2f\xbb\x7e\xbf\xfb\xc2\x88\x10\xf3\x55\xf2\x97\xb0\xe3\xd6\xac\x00\xb6\xf4\x12\x54\xb0\x17\x3b\x6b\x26\x02\xf2\x7d\x1d\x4d\xe4\xe8\x39\xa4\x68\x36\xc6\xb3\xeb\xff\x11\x4f\xaf\x2a\x4f\x6b\x02\x38\xcc\x81\xbe\x13\x05\xe3\x85\x21\xb5\x66\xc3\xe1\xb5\x3f\x6c\x36\xbe\xe0\x9f\xe2\xd2\x26\x2a\xef\xda\x00\x3d\x3b\x8b\x2f\x68\x74\x9d\x09\x10\x1a\x7d\xbf\x31\x3a\xbd\x7d\xa0\x40\xbe\xd8\xff\x44\xd5\x5c\xc3\x45\x4c\x28\xc4\xa9\xeb\x64\xbe\xd7\xc9\x72\x38\xd2\xa4\xdb\xc1\xa7\x62\x32\xac\xcf\xeb\x3b\x10\xfa\xe2\xef\x05\x14\xb1\x98\xfe\x3d\xf0\x5b\xff\x1f\x94\x7a\xc5\x18\x26\x50\xa3\xed\xde\x9b\x2c\x93\xeb\x11\xa2\x3c\x7d\x78\x03\xa0\x10\x5d\x78\x07\x22\xec\xcf\xf8\x0b\x13\x55\x70\xab\xd4\xdb\x99\xd0\x35\xd6\xe6\x7f\xe0\x92\x68\xca\x2c\x4e\xe7\x53\x08\xec\x82\x3f\x4b\x0e\xec\x02\x87\xda\xcc\x64\x4d\x25\xff\xff\x44\xf5\x7a\x6d\x88\x84\x42\xee\x0d\x91\x48\x4c\x5a\xa6\x1f\xc8\x3f\xd4\x8a\x00\x44\xac\x78\x82\x09\xac\x9f\x3f\xfd\xa1\xf6\x7b\xf5\xfb\x61\xe7\xf2\x04\x51\x2c\xaf\xf8\xcc\x02\xe5\x5a\xd5\xa5\xd7\x9c\x00\xf4\x10\xeb\x9e\xbf\x6a\xfb\xea\x6f\x76\x14\x8d\xf1\xff\x43\x7d\xf7\x09\xa3\x46\x6d\xae\x34\x81\xaa\xdd\xfd\x1b\x45\x7b\xbc\x23\xe0\x85\x71\x10\xc1\x84\x17\xc6\xd1\xb8\x73\x1e\xfc\x20\x5a\x40\xde\xc0\x36\x61\x4c\xdc\xc0\x45\x32\xd1\x84\xc2\x6c\x73\xf9\x5c\x28\xeb\xe3\x15\x59\xbf\x4f\xac\x29\x00\x74\x2c\xfd\xc9\x71\x41\xfb\x42\x9e\x6b\xb0\x81\x7b\x80\x93\x5d\x42\xc8\x44\xb4\x65\x33\x97\xc2\x8d\x6e\x4d\x67\x32\xdf\x61\xc9\x12\x36\xa1\x42\xdb\x90\x34\x19\xe9\xe2\x73\xf4\x8a\x00\xc5\x69\x3f\x13\xa8\x05\xdb\x32\x67\xdd\x91\x7f\xad\xdb\x65\x42\x07\xb7\x2a\x34\xe9\xb6\xf1\xae\x40\xf9\xbd\xcd\x89\xbc\x13\x09\x05\x0e\xdb\x9e\xd4\xb1\x9d\xdd\x35\x0f\x5c\xe1\x52\x07\x27\xfc\x32\xce\x63\x9d\x70\xb3\x38\x2b\x74\xa2\xcc\x4a\x33\xa3\x3b\xb9\x68\x12\x22\xe6\xc9\x0e\x34\x67\xfa\x51\xec\x20\x9c\xf0\xa3\xfc\xb9\xaf\x50\x47\xf7\xcf\x75\x73\xe1\xfe\xb2\xc5\x72\xbe\x1a\x68\xfc\xb9\x1c\xae\x89\x0f\x6d\x3a\x4b\xd1\xe8\x8d\x17\x85\x59\x77\xf8\xa0\xe2\x9e\x46\x78\xc3\xef\x22\x3b\xc5\xa4\xc2\xe9\x44\xd6\x49\xbf\x88\xcf\xfa\x2b\x24\x0c\x6b\x63\xf3\x15\x12\xd2\xea\xdc\x7c\x65\x84\x55\xbc\xa6\x74\x6d\xd8\x26\x3c\x6f\xf8\xa6\x3c\xe2\x9b\x7b\xdb\xd7\x0d\x54\x52\xbb\x65\x27\x55\x52\x29\xd9\xf3\xe1\xc6\xf0\x2b\x01\x63\xe5\xcc\x9a\xf9\xf0\xc6\xd5\x22\x3f\x2c\x91\xe4\x0e\x50\x52\x7f\xf3\x0b\x20\xe0\xaf\x7f\xaa\x76\xb3\x16\x71\x47\xb5\xaf\x17\x45\x0c\x27\x2b\x2d\x20\x75\x5b\xac\x5a\x1b\x56\xa4\xfa\x37\x70\x5a\x36\xff\x3f\x4f\xbb\xc4\xe9\xb5\xc1\x97\x55\xfc\xfb\xc2\x12\x7f\x9f\x64\xc1\xd5\x60\x5f\xd8\x42\x86\x9e\xca\x0a\xaf\x85\x2c\x7f\xa7\xfa\xae\x9f\xc0\x30\xf5\x1b\x37\x9a\xd8\xe3\x42\x76\x81\xad\xf2\x0b\x19\x7c\xc2\xf3\x5b\x0b\xb5\x64\xc3\xfd\x55\xfa\x47\xf5\x7e\xe0\x6e\x0b\x4a\x6d\x2d\xe4\xdb\x39\x46\x6b\x41\x1e\x28\xd5\xbf\xe1\xad\x94\xc0\xb1\x10\xad\x50\x6c\x07\x5a\x48\xa0\x53\x9d\xcc\xb5\x60\xb5\x57\xd9\xe3\xb5\x10\xb9\x5f\xc4\xdd\x56\x87\xf7\x4a\xd5\x52\xd7\x02\x72\x68\xf3\x37\x02\xe0\x92\xbd\x8b\x0b\xa1\x9b\x8e\xf8\x5d\x03\x2e\xe4\xee\xdf\x48\x97\xd0\xa9\x5b\x08\xe5\xfc\x03\x99\xb2\x00\xa8\x24\x80\xf8\xb5\x50\xa6\xcc\xa7\x62\x41\x07\x2d\x4e\xfb\x5c\x23\xe1\x51\xd5\x08\xc7\x89\xdf\x7e\x03\xd7\xc0\xbb\x04\x98\x48\x06\xa5\x5a\x90\x1a\x54\x46\x79\xad\x40\xa9\x0e\x19\x35\x56\x70\x0d\xbc\x48\x41\xb3\x87\x86\x18\x1c\x92\x57\x0d\x49\xf1\x36\x18\x2e\x40\x1a\x55\x7f\xa6\x57\x8c\xa8\xd6\xb3\x57\x02\x4d\x4e\x1a\xd3\x02\x1c\xf7\x26\xd6\xb2\x12\xb7\xa8\x3f\x7b\x72\xd1\xfe\x34\xe8\x18\xb2\x1b\x0c\x54\x87\xf1\x0b\x02\x05\x5a\x35\xa5\x04\xab\xf1\x0c\x5e\x31\xa1\x1a\x2e\x68\xbd\x62\x42\x2d\x4e\x5d\x5d\xaf\x9c\x50\xfe\x6c\x34\x00\x1c\x85\x6e\xc5\x95\x37\x1b\x68\x11\x29\x28\x48\x81\x59\xaf\xa0\x30\x8c\x5d\xb6\x10\x6f\x31\xc5\xe0\xd7\xc4\x0c\x7c\xf2\x5e\x41\xa0\xfd\x39\xa9\xc8\xba\x77\xac\xde\x9a\x98\x81\x24\xe5\x05\x41\xa0\x4b\x70\x58\xb0\xac\x17\xe1\xbb\xae\xf5\x4a\x02\xc3\x20\x4f\x0b\x39\xf7\xb6\xd1\x2e\xa8\xea\x45\xd5\xd7\xd6\x9a\x9c\xa2\xd6\x70\xfe\xa6\xa8\x45\x9e\x28\x6d\x20\xd9\x62\x41\x12\x30\x4a\xd4\x02\x9a\xa8\xb3\xe6\x17\x2c\xe7\xd6\x06\xd6\x7b\xaf\x77\x07\xf7\x2d\x98\xce\x97\xfb\xdb\x11\xba\x24\x66\xbc\xde\x5b\x78\xd8\x73\xbd\x90\x75\xdf\xfc\xd1\x76\xb8\x2e\xfc\x4d\x90\xf5\xb7\xfc\x7e\x18\xc2\x1d\xbd\xbf\x58\x23\xd7\xd6\xb6\x85\x72\x6f\x06\xd6\x5a\x30\x84\x5b\x1e\x5f\x27\xb3\x61\xf5\xff\x17\x92\xb5\xbc\x8b\x90\x5e\xe0\x68\xc1\x05\x28\x6d\x0b\x7b\xeb\xe2\xb6\x95\xb8\xbc\x10\x8a\x60\xcf\xee\xba\x90\x35\x23\xd3\xfd\x42\xfe\x81\x33\x22\x16\xf4\x72\x3b\x35\x17\x8c\xc0\x45\x45\x56\xd6\x42\xe9\xfa\xbe\xfe\x49\xbd\x59\x17\xbf\xb8\x19\x01\x72\xdc\x9d\xa0\xb1\x2e\x7e\x71\x6f\x62\x64\xfc\x59\x4e\x5a\x37\xcb\x10\x9b\x9f\xdf\x84\xed\xd2\x2e\xc6\x15\x5f\xcd\x39\x50\x49\xcc\x10\x2b\x0b\x65\xe8\x8d\xa6\xb1\xa0\xa5\x3b\xe8\x68\x87\x96\x5e\x7c\xe7\xef\xb0\xc8\xda\xbb\xbf\x03\x89\xdb\x07\x7b\x7f\x2f\xb4\xe5\xc4\xa9\x9d\x05\xd8\x97\xe9\x98\x81\x18\xc7\x5e\x02\xff\xdf\xf5\x1b\x01\x39\xda\xf4\x7b\x3d\x00\xf3\xa5\xfe\x50\x04\xb3\x38\x3c\x65\xaf\x7c\xa1\x7f\xdf\xf8\x1d\xfa\xfd\xb0\x81\xde\x00\x95\xd6\x1a\xc4\x8e\x74\xb5\x2a\x99\x64\x6f\xc8\xa0\xfe\x43\xc7\x1e\xd0\xb1\xdc\x79\x83\x2d\xf7\xc7\x17\x88\x99\xee\xc8\x56\xf3\x8d\xb3\x77\xec\xca\x66\x3a\xbe\x49\x33\x1d\xe0\xe0\x9e\x01\xb2\x13\xcc\xac\x77\xe4\x84\x3b\x72\x6c\xef\xd8\x15\x16\x12\xf6\x8e\x35\x95\x71\x67\x07\x04\x60\x91\xa3\x60\xe7\x8d\x55\xa4\x65\xee\x48\x12\x4f\x2f\x2a\x92\xc4\x9d\x40\xbc\x0f\x2c\xba\xae\x8f\x7d\xb0\x8e\xa3\xfe\x3f\xe0\xa9\x48\xff\xc6\xb9\x32\x6c\xcd\x8e\x74\x37\xdb\x75\x77\xe8\xc1\x4e\xcb\xdf\x83\x53\xd4\x80\xe0\xa6\x2d\x46\x6f\xdb\x91\xee\x60\xb8\xd1\x9d\x18\x7d\x1e\x21\x40\x5e\x9c\xe2\xbc\x07\xea\x73\xeb\x92\xde\x81\x75\x5d\x75\x92\xf6\x44\xec\xb9\x3f\x1a\xf4\xe2\x22\xd4\xff\xb5\x03\xe5\xa5\x74\x77\xd0\xe1\xdc\x37\xfd\xe5\x85\x06\x43\xda\x71\xa1\xa9\xfa\xd1\xda\x91\xf7\x6e\xbc\xbc\xfd\xbd\xd0\x62\x4b\xff\x46\x78\x83\xc4\x96\x3d\x51\x1c\xb5\xf8\x7d\x17\xfe\xdf\x74\x06\xb3\x9b\xfe\x80\xae\xdf\x13\xbc\xde\xfd\x4d\x7e\x02\x79\x1e\x76\xe4\xc9\xff\x59\xd1\x89\x09\x48\xb2\xdb\xa1\xd8\x1a\x5f\x63\x07\x88\xcc\xf4\x27\x7c\xef\xb3\x70\xca\xcb\xce\xfb\xec\xcf\x12\x22\x23\xc3\xbc\x74\xe7\x7d\x96\xee\xf0\x44\xfd\x5d\xd3\x11\x49\xeb\x73\xf8\xea\xb5\xa1\x2a\x8a\x6b\xa7\x5e\xeb\x01\xbc\xb7\x57\x98\x39\xee\x0b\x9a\xb7\x78\xef\xbe\x38\x40\xad\xc0\xfa\x0d\xd0\x7f\xd8\x5f\x99\x63\xb9\x43\x60\xea\x7a\x13\xa2\x28\x7d\xc8\x37\xb4\xef\xc0\x43\xf7\x8c\x71\xfd\x6d\x7f\xe8\x41\x55\x5e\x23\x78\xb5\xd4\x50\x09\xbd\xb5\xef\x40\x78\xd7\x6d\xb1\x13\xa9\xda\x9c\xe5\xd5\x5a\xd3\x01\x22\x3b\x2a\x5a\x85\x79\x1f\x8a\x97\x5a\xa1\xdb\x8f\xc4\x6f\x4d\xe0\x40\xff\xde\xd4\xc7\x62\x09\xbb\xf2\x2f\xb7\xcd\x0e\xcc\x1b\xbb\xa9\x77\xc0\xe0\x95\x2a\x1b\xf2\x8e\x72\x56\xc6\x9a\xda\x4f\x0c\xd7\x87\x18\xb7\xaf\xfd\x95\xfb\x09\xb3\xba\x24\x9e\xfd\x84\xa0\x2c\x5d\x62\x47\x7e\xbb\x1d\xa2\xfb\x85\xbb\xe4\x0f\x23\xbb\xd8\xa1\x16\xf8\x82\x3e\xea\x33\xf9\x5e\xd7\xcd\x2e\xda\xfd\xbd\xad\xa7\x23\x78\x76\x04\x0e\x1a\x7e\x71\xbf\x60\x96\x37\xe3\xbc\x92\x2f\xf4\x1f\x26\xe2\x8e\xdd\x01\x1c\x05\xe6\x6b\xbc\x4e\xff\x5c\x26\x88\x24\xb4\x24\xbe\xa3\xb0\xe7\x1f\xae\x80\xe2\x53\xce\xb7\xd8\xa1\x11\x97\x3f\x8c\x0f\xf7\xad\x71\x0b\x76\x24\xc4\x3b\xc3\x63\xbf\x39\x02\xbd\x10\xb5\xa5\x1c\xfe\xbf\x3f\x34\x1f\x49\x83\xde\x1f\xbe\xf1\xeb\xe0\xd8\x50\xf5\x4c\x53\x38\x68\xf4\xd6\x1e\x3c\x36\xae\x81\x86\x7c\xc0\x03\x6a\x49\xfd\xc0\x85\xad\xba\x8e\xeb\xd8\xc8\x78\x34\x84\x63\xe3\x10\xbf\xaf\x70\x40\xe5\xb4\xe4\x7d\x20\xa1\xdd\xf1\xfe\x07\x8a\x45\x59\xd0\x3e\x2a\xbe\xaa\xae\xbb\xa3\xb2\xbd\x7f\x77\x72\xba\xa6\x3f\xa0\xc0\x8b\x3b\xac\x3c\x77\xe2\x34\x07\x7c\xa4\xad\xbb\x87\xc9\x7f\xd0\xa2\x54\xa8\xe5\xe1\x06\x8c\x91\xd5\x90\x81\x3b\x6c\x37\xf3\xd1\xf8\xdd\x25\x46\x1d\x0d\xbe\x08\x7d\xb6\xa3\xd5\x57\x72\x96\x49\xed\x40\xb1\x49\xc7\x25\x1f\xc0\x1d\x36\x1c\xe2\x81\x60\x33\xe3\x4d\x1d\x4c\x50\xd7\x4e\x3f\x3a\xd6\x40\x3b\xfb\x40\x3d\x28\xbb\x01\x8f\xce\xa3\xa4\x25\x40\xa8\x59\xb1\xef\xff\x40\x2d\x6e\xfb\x3a\x8e\x4e\x53\x8d\x5f\x88\x7d\x24\x39\xee\xe8\xb4\x33\xb8\x3d\xf6\x61\xf5\x00\x1e\x14\x5b\xd7\x0a\x8e\x8d\x2f\xd4\x88\x01\x44\x63\xdf\xff\x81\xf2\x91\x3e\x6b\xc7\x98\xe8\x50\x23\x86\x67\xb6\x18\x65\xe0\x80\x8c\xa1\x42\xc0\xeb\x80\x25\xbb\x7a\x89\x13\xae\x61\xa9\xdd\xc7\xab\x21\xae\xd4\x8d\x7e\x4c\x94\x01\xf2\x37\xc4\x05\x58\x1c\x4a\x76\x00\x28\xe6\xcf\x0b\x10\xbd\xee\xa8\xde\x03\xf7\x8f\x2b\x62\xae\x03\x08\xb2\xd6\x26\x0e\x80\x98\x65\xf3\x6f\x78\xb3\x7d\xd4\x58\xda\xc8\x07\x61\xc1\x1b\x2e\x91\xe0\x58\x78\xa1\x37\x3e\x0b\x11\xf9\xa0\x20\x94\x5c\x35\x4f\xd6\x01\xc7\x66\x51\x81\x8c\x75\x20\x96\xdc\x91\xbb\x07\x32\xc6\xed\x96\x3c\x4e\x0c\x58\x57\xf8\x81\xd2\xd1\x76\x8c\x1e\xc8\xe7\x76\x80\xc7\x81\x18\x9a\xd2\xbd\x6d\xcf\x05\x77\x85\x66\x74\x62\x84\x3e\x79\x50\x87\x9c\xb3\x70\x5c\x88\x78\x34\x74\xdd\x01\x0e\x9b\xf3\x9f\x52\x3c\x0f\xd4\x25\xb2\xaf\xfc\xa0\xba\xe3\x48\xe3\x03\x00\x27\xaa\xc1\xb3\x0e\xd4\x61\x36\x4a\xdc\x01\xe5\xc5\x71\xdc\x07\x92\xb5\x8b\x8d\xb4\xc7\xcd\xf1\x6a\x85\x81\xf9\xe5\x90\x9b\xe3\x86\x77\xca\x9b\x12\xf8\x25\xa5\x7b\xd7\x02\x7f\xc4\xee\x96\xe3\x61\x87\xa6\x63\x84\x3e\x16\xc8\x16\x2b\x7f\x0e\xf6\x83\x3b\x4e\x2b\x7c\x02\xb2\x2b\x25\x83\x9c\x30\x10\x1a\xcc\xfa\x24\xb7\x95\xd4\x75\x02\x91\x6b\x4a\xa4\x38\x11\x5a\xec\xca\x01\xeb\x44\x72\xb7\xf3\x5e\xcf\x02\x2f\xa8\xe9\x95\x1d\x0c\xfd\xc6\x29\x90\x8c\x70\x92\xbb\x1a\x44\xec\x04\x24\x97\x53\x2c\x4e\x64\x73\x3b\x8d\xf5\x04\xef\x9c\xc5\x1d\x70\xc4\xdf\x9e\x38\x1b\x37\x9d\xfe\xbf\x71\x80\x1a\x10\x2c\x84\x56\x10\xcf\xc6\x01\x78\x44\x0d\x03\x90\x59\xfa\x44\x20\x70\x71\xca\xda\xd9\xb8\x8d\xfd\x9b\xdb\x58\xfb\xfe\x04\x68\x97\xdd\x76\x67\xdb\xf9\x0f\x5a\xe5\x86\x68\x36\x6d\xdb\xb3\x81\xdb\x49\xd2\x39\x3b\x87\xa0\x31\x03\x95\xcb\x76\x87\x13\xdc\xd3\x21\x0e\xe7\xc0\x1c\xb5\x71\x4f\xda\x0c\x0d\x6a\x75\x22\xfd\xdb\xa9\xb0\xe7\x60\x0d\x49\x7f\xf7\x01\xd1\xa4\xb8\xc7\x44\x52\xbf\x1b\x60\xdf\x48\xed\x3d\x07\x8f\x86\xe9\x4c\x4b\xf3\x67\x7a\x55\xb2\xe5\x1b\xea\x0c\x18\x21\x25\x1d\x9f\x41\xe6\xa4\x11\x26\x5e\x20\x41\xe3\x84\xbe\xf2\x07\xc2\xf6\x64\x79\x3c\x29\x2c\x27\x2d\x70\x0e\xee\x39\x5f\x8d\xa5\x5b\x9c\x3e\x13\xa1\x50\xe2\xb7\xe7\xdc\xd8\x40\x73\x80\x85\xcd\x77\xd4\x39\x11\x71\x27\x86\x7c\x4e\xa6\xb8\x6b\x4a\x34\x80\x39\x31\xe0\x9c\x08\xf4\x90\x80\x79\x12\xd9\x4b\x0c\xf8\x24\x47\x77\xa0\xff\xb9\xf8\x5d\x74\x3c\xcf\x75\x22\x55\x50\x43\x5a\x17\xff\x41\xb3\x04\x76\x96\xfd\x09\x27\xf2\x7f\xfe\xa4\xdf\x9d\x88\x46\x71\x9a\xfd\xb9\xff\x06\xa9\x41\xec\x1c\x84\xa7\x09\xec\xaa\xea\x95\xa6\x94\xee\xc0\x3f\x54\xf4\x6f\x96\x56\x4e\x40\x25\x16\x9f\x18\x96\x37\xf1\x42\x53\x4a\x95\x36\x8e\xf2\xf4\xe9\x60\x4f\x94\x9f\x9f\x06\x98\x38\xe1\xa6\x09\xf3\x14\x54\x93\xb7\xdf\xe8\x44\xdc\x9f\xf5\x20\x56\x93\x37\x04\xc6\xf9\x2b\x80\xea\x23\x0e\x14\xa6\x10\xd3\xba\x36\xfe\x6e\xfa\x8d\xa0\x00\x9d\x06\x54\x83\xaf\xc5\x08\x10\x17\xb1\x8a\xa5\xda\x5d\x85\x90\x6d\x53\xbf\x01\xe7\x29\x1e\x85\xda\xec\xb5\x38\x88\x1a\xc5\xd9\x57\x6c\xff\x64\x56\x43\xe5\xf6\xb7\xb5\xc6\x03\x48\xa5\xd0\xd9\x41\x25\xf6\xe5\x40\x47\x94\x5a\x9f\x56\x85\x59\x6a\xdd\x15\x6e\x16\x6a\xad\xcf\x90\x95\x0f\xb5\xd0\x97\xd1\x66\x50\x0b\x7d\xfd\x79\x21\xa2\x20\xec\x84\x46\x6d\xf1\x74\xc8\x32\x6a\x87\x2f\x3b\x95\x2f\xf8\x28\x8a\x36\xfa\x35\x48\xd7\xfb\x19\xc7\x20\x96\x89\xea\xd8\xcb\x86\x5f\x54\xc7\x4e\x3b\xf9\x51\xfc\x7a\x85\xb8\x0d\x8a\x5f\x2f\x07\x1c\x5f\x30\xbf\x78\x07\x5d\x34\xbf\x58\x26\x47\xb1\xea\xd9\xd2\x1d\x62\xc2\xda\x42\x17\xb0\x24\x6c\x59\xbe\x26\x77\x80\x06\x08\x63\x78\xb1\x6e\x7d\xa1\xb0\xa5\xe3\xd4\x2e\x60\xee\x79\x4f\x5f\x08\xe2\x0e\x5d\xcc\x17\x95\xf9\xf4\x0e\x58\x1c\xb2\x3a\xdc\x11\x59\x21\x01\xf6\x02\x5e\x8f\xa3\xc6\xae\xf7\x58\x2e\x5b\xdf\x51\x0d\x7a\x6e\x5e\x22\x06\x3c\x7b\x46\xf0\xff\x3a\x46\xec\x82\xac\xe5\xa8\xb6\xeb\xc4\xc5\x9c\xd2\x6e\xaf\x13\xdf\x48\xa7\x06\xb5\x9c\xdf\x7f\x50\x8f\xf0\x20\x9b\x7b\x5d\x17\xa6\xdc\xfc\x1b\x5a\x8c\x38\xf8\x75\x61\xcd\x2c\xb0\x5e\x30\x36\xff\x39\x04\x17\x96\x40\xfc\xf5\x42\x1a\x9b\x4d\x4a\x17\xe0\xdc\xec\xa6\x47\xe5\xe3\x65\xf3\xc1\xf5\x70\xc4\x9a\xd2\xc3\x5d\xa5\xf6\x0f\xbe\x41\xf3\x6f\x94\x48\xfc\xf3\xff\x78\xbf\xf8\x06\xaa\x0e\x2f\xdb\x0b\xee\xc2\xf1\x84\x7e\x73\xbc\x4d\xbf\x0f\xfc\x7f\xd5\xef\x93\xc0\xcb\x6e\x80\x53\xfe\xe7\x37\xc2\x79\x74\x8d\xa3\x0c\x71\x75\x74\xd4\xfd\xca\x3e\xe1\x63\x75\x13\x1a\x4d\x02\x36\xca\x14\x87\x03\xf1\x51\xa6\xb8\x5a\x2c\xb8\x29\x1b\xf9\x56\xbe\x11\x1e\xe5\x5c\xec\xfb\x65\x0c\x7d\xd3\x0d\x75\x93\x31\xf8\x9e\x47\x9d\xe2\x6e\x47\xdc\xcd\xec\x71\x4b\x0a\xa8\x53\xdc\x6d\x3e\xbf\xa9\x69\xfa\x9e\x46\x29\xe2\x30\x66\xeb\xdd\x30\x66\x9d\xc4\x1b\x69\x55\x4e\x50\xbd\x29\x4e\x39\x16\x11\xb5\x8a\x9b\xca\x10\xae\xfb\x15\xa7\xc2\xe5\x15\xee\x57\x9a\x0a\x57\x3f\xb8\x5f\x69\x2a\x5c\x4e\x01\xb5\x8b\x8b\x05\x89\xfb\x95\x95\xc2\xc5\x08\xee\xf6\xb0\xb2\xf2\xf7\xbb\xff\x66\xa0\x17\x20\xc8\xb7\xe9\xa4\xa0\xb6\x71\xd8\x85\x7c\x77\xb8\x02\xdd\x61\x87\x59\xce\x5f\xf9\xcb\x6a\xd2\x88\x3a\x46\x30\xdd\x00\x9f\x5d\xbc\xe4\x1e\xbf\x11\xa8\x87\x81\x35\x94\x1a\x80\x6a\xc7\xe1\x18\xe7\x9b\xf6\x6f\x7b\x68\xef\x81\x35\x91\xe2\x71\x0f\x68\xcf\xfe\xee\x54\x5e\x67\xfb\x27\xc3\xda\x4d\xff\xae\x2d\x1c\xf7\xc0\x04\x74\x81\xa3\xba\x72\xfc\x99\x00\x2b\xd6\x88\x13\xdc\x70\xe7\x16\x07\x1e\xa2\x9c\x72\xda\x69\x8e\x6a\xc9\xdd\x4e\x12\x54\x4b\x4e\x43\x19\xdf\xb4\x66\xbb\xc6\x06\xaa\x25\xa7\x2f\xa0\x9b\xa8\xad\xae\x99\x81\x6a\xc9\xcb\x38\x1a\x37\xb0\x7e\x6c\xfd\xfd\x8a\x25\x6b\x5b\x52\x1a\xb4\xe1\x0a\xc5\x92\xa7\x71\x67\x6f\xa4\x2d\x85\x97\x34\x51\xb0\xbb\x9b\xce\x32\xec\xfa\x0d\x61\xd0\x81\x84\xa8\x6c\x9c\x8e\x4b\x43\xdd\xe1\x74\x24\x1d\xea\x0e\x57\x1b\x34\xee\x05\x01\xda\x33\x5c\x30\x70\x78\xd7\x2d\x9e\x44\x9f\xdd\x05\x29\x4a\x3a\x02\xca\x08\xcf\xe6\x35\x84\x75\xd7\x19\x97\x37\x2e\x14\x3b\x53\x51\x26\x78\xa9\x28\xdf\xba\x09\x31\xee\x6f\x04\x30\xb6\x29\x19\xe6\x7e\xc5\xc0\xec\xee\x1f\xe6\x56\x9b\x90\xee\x83\xdc\xcf\xdb\xfc\x07\x38\xaa\x0e\x00\xf1\x6d\xa8\x15\xd4\x11\x9e\x4b\x57\x26\xea\x08\x37\xa3\x34\xa0\x8e\x70\x35\x32\xd9\x7d\x02\xb0\x40\x16\x9b\x9b\xe6\x57\x27\x0a\xdf\x17\x6a\x05\x78\xd7\xbd\xda\x7f\xb3\xc1\xfe\xc6\x85\xe4\x38\x86\xfb\x62\x29\x27\xad\x20\xe5\x52\x89\xc6\x37\x12\x5c\x2c\x25\xdd\x88\x37\x2a\x0e\x13\xbb\x29\xb8\x7a\xc6\x37\xac\x5c\xde\x33\x40\x9f\x29\xab\xf8\x0f\xb0\x72\xf9\x20\x23\x20\x69\x0e\x77\x00\x2b\x97\x0f\xfe\x0d\x13\xb7\x0c\x06\x37\xad\xab\x92\x43\x59\xe9\xd8\xd8\x9c\x37\xc2\x8d\x8a\x41\x1b\x6e\x56\xcd\x33\x33\x7c\x18\xda\xa1\x0e\x91\x02\x53\xfe\x7c\x04\xe0\xcd\x38\x23\xe2\xa6\xbd\x76\xf9\xe0\xd0\x82\x30\xdc\x80\x69\x49\xfe\x0d\x3d\x4e\x86\x39\xd4\x25\x76\xa5\xc1\x85\xba\xc4\xb5\x38\xac\xec\xd9\xa0\x90\x74\xff\x3e\xf9\x0f\x6e\x81\x0c\x91\xee\xdf\x37\x22\x38\x97\x7e\x3f\x6c\xf0\x6d\x94\x07\x85\xef\x54\x74\x7c\xb1\xd4\xb1\x6f\x18\x54\x3a\x7e\x1b\x4c\xfd\x01\x5b\xdd\x43\x28\xfc\x6e\x92\x1c\x1e\x80\xd0\xe4\x9f\x1e\xb8\x6c\xe2\x4f\x4f\x41\x9d\x0d\x6d\x95\xa7\xb2\x9a\x61\xe8\x37\xb7\x4e\xf7\x3f\x60\xeb\x48\x91\x7b\x2a\x7c\x15\xcb\x0d\xf8\xa5\xf5\xff\x8d\x3b\x47\x23\xa2\x0d\xc1\xb2\xc0\xd3\xb8\x75\x34\x27\xda\x10\x1c\xea\x85\x12\xc8\x65\xd3\x45\xfc\x34\xae\xb3\x18\x0a\x4a\x1a\xa7\x73\x5b\x9e\x4e\xb4\x77\xcd\x11\x81\x49\x36\x84\x3c\xf0\xd2\x1a\xf1\xed\x41\xf6\xae\x1d\x72\x0f\x6e\xb1\x57\x69\xfa\x7b\xe7\xe4\xff\xf5\xca\x79\x06\x4b\x92\xe9\x93\xd1\x20\xb1\xfe\x74\xc6\x44\x1b\x7d\x22\x44\x36\x1b\x2b\xec\x81\x06\x91\x5e\x5f\x9a\x13\xbc\x69\xa0\x41\xa8\x68\xe8\x42\xb9\xe4\x69\x17\x33\xca\x25\xd7\xe2\x3b\x16\xf5\x92\xff\x14\x65\x42\x35\xe4\x95\x52\x4a\x51\xdd\xd8\x35\x3f\xd7\x43\x95\xc3\x97\x22\xaa\x1b\x2f\xc3\x97\x3c\x3f\x15\x43\x23\xfa\xd9\x83\xf5\x02\xe2\xa9\x78\xc6\x93\x89\x50\x9a\x31\x02\x7d\x9d\xbf\x87\x62\xc2\xd5\x2a\x0a\x8a\xfd\x36\xa3\x12\xa2\xd8\x6f\xda\x96\xf0\xa0\x92\x7e\xf5\x0a\x2d\xe0\xb5\x88\xbf\xa3\x94\x6f\xba\xd6\x17\x4a\xf9\x2e\x63\x7b\xa1\x34\x6f\xb5\xc2\x82\xd2\xbc\xc5\xc6\x4c\x94\xe6\x0d\xe7\x4a\xa1\x34\x6f\xba\x3c\x0f\x2b\xef\x9a\xd7\x3d\xfb\x86\xeb\x40\xef\x07\x1a\x68\xdd\x74\x3f\x3c\xc7\xaf\x0c\x89\x66\x4c\x43\x84\xef\x68\x54\xba\xad\xd5\x45\xdf\x1e\xa4\x81\xd6\x22\x45\xf6\xc1\x25\x55\x15\x66\x75\x27\xfc\xf0\x2e\xec\x74\xe7\x42\x89\xc7\xf5\xfd\x3c\x21\x49\x0d\xfd\x84\x70\xf9\x9b\xc3\xb3\x10\xac\x51\xb7\xef\x0a\x79\x16\xac\x4e\x32\x01\x3d\x6b\xa1\xa2\xb3\xe2\xc4\x9e\x75\xf3\x5a\xef\xdf\xef\x87\xe9\x6c\xdf\x29\x7a\xf6\x0d\x05\x71\xbe\x6d\xf3\xec\x30\x98\x56\x25\x21\x3e\x7b\xe1\xac\x3f\x6e\xf5\xdc\x2f\x7b\x53\x46\xc3\x73\xa3\xac\xe7\x27\xfe\x3e\x37\xb1\x1b\xba\x7e\xae\x3f\xd3\x7b\x20\xae\x97\x4d\xf0\x5c\x0f\xc4\x75\x65\x4b\x3f\x2c\x4c\xff\x31\x95\xe7\x41\x7a\xd9\xa6\x9f\xef\x7d\xf7\xb6\xee\xfa\x03\x1c\x9a\x43\x3f\x3b\xe9\xfe\x03\x82\xcf\xf9\xb3\x6e\xa8\xa1\x57\xeb\x57\xb6\xfd\xfd\x03\x3f\xe0\xef\x90\xd4\x6d\x3b\xb9\xc0\xbf\x63\xf5\x3e\xfc\x1f\x9f\xb8\x6e\x0b\x16\x2f\x7d\xe2\x5a\xc6\xc5\x4e\x7f\x2b\x50\x2b\xa3\xc8\xea\xe7\x88\xaf\xbd\xc0\xc8\x5d\xcb\xff\xe0\x56\xfe\x5f\xfb\xff\xff\xff\xdd\x1c\xf4\x86\xa2\xa1\xbf\x47\x04\xeb\xff\xfe\x5e\xcf\xfd\xfb\x7b\x05\x42\x8c\x22\xd4\xb7\xb6\xca\x47\x6a\xfb\xbb\xa0\x9f\xec\xbf\x01\xb7\xf7\x7b\x7c\x3f\xc5\x77\x51\x6e\xed\x70\x9b\x57\x17\x97\x05\x6e\x03\xac\xed\xf7\xb8\x10\x56\xf8\xa3\x00\x3a\xf5\x7b\x84\x33\xbf\x8a\x12\xa2\x34\xba\xf9\x3f\x4a\x33\xe5\xe5\xd8\xd2\x57\x2b\xea\xb3\x7e\x8f\xac\x19\x2d\xca\x69\x0a\xca\x7b\x96\x8f\xf2\xaa\x73\xdf\x63\x43\xb8\xf6\x8f\x52\xe2\x1b\x5b\x45\x8d\x23\xe5\x04\x56\x14\x28\xfa\x1e\x21\x96\x7f\xbb\xbd\xa2\xee\xce\xf7\x58\xe0\x72\x14\x25\x4c\x59\xc8\xf0\xfc\x48\x28\xb2\xf1\x3d\x4e\x24\x41\x7f\x94\x57\x11\xf9\x1e\xa1\xa5\x0d\x51\xc2\x94\x97\xf1\xca\x7c\x58\x6b\xdc\x26\x21\xc6\xf2\x9b\x52\xab\xeb\xa3\xb4\xba\xa3\x9e\xdb\x8f\xd2\x3d\xd9\x1e\x0c\x94\xf9\x28\xa9\x21\x74\x6c\xf7\x22\xca\xd4\x72\xf7\x85\x22\x50\x1f\x05\x98\x7c\xbf\x47\x00\x77\x7f\x67\xbd\x02\x58\xec\xf7\x88\x44\x97\xf5\xf1\xdf\x0a\x7c\xad\xef\xf1\xbd\xec\x04\x82\x50\x81\x4a\xf5\x3d\xbe\x5c\x5c\xf9\x38\x15\xe8\x4b\xdf\xe3\x2b\xc9\xa9\xf4\x56\x05\xaa\xd0\xf7\x88\x56\x9f\x6e\x51\xa1\xdc\x7c\x8f\x48\xf8\x54\x68\x6d\xbd\xe7\x30\x0d\x47\x51\x65\x96\xea\x3d\x97\x69\x3b\x69\x5d\xb4\x4b\xb4\x45\x84\xbc\xcf\xb2\x53\xef\x35\x4d\x03\x03\x90\xe2\x55\xef\x77\xed\x7e\x8f\x3b\xdb\x7d\x97\x72\xbd\x77\xb7\xdb\xd9\xee\xf3\x8e\xd6\x7b\xff\xd3\xee\x22\xad\x8a\xf6\x88\x86\x18\xce\x2a\x35\xa4\x42\x2f\xfa\x1e\x07\x69\x9a\xfb\x11\xa6\x91\x0d\x79\xcd\x0e\x8f\x85\xd7\x92\x7c\x56\xf5\xf6\x57\x80\x56\xf4\xd2\xb4\x2e\xa7\xc7\xf9\x70\xad\xbf\x3b\xb4\xa2\x48\xf6\xf7\x08\x71\x6e\xfb\xe6\xd7\x36\x6d\xa2\x86\xda\xd5\x9f\x28\xd9\xb6\x6d\x9a\xf0\xfc\xd9\xc5\x6d\x2b\x6e\xf2\xde\x22\x0a\xab\x6f\x28\xfd\xfc\x3d\x12\xa5\x54\x94\x30\x25\x81\xf7\x2a\xca\x65\xca\xfd\xee\x9f\xa5\xb1\xd5\x22\x12\xdc\x71\x32\x55\x34\x70\x91\xef\x11\xcb\xdb\x96\x46\xd1\x3c\x72\x88\xb3\x55\x75\x5e\x1a\x0a\x1d\xff\x1e\x91\x1f\x34\x34\x5f\x6d\x90\xc6\x72\xa4\x9b\x62\xac\x1a\xca\x91\x7e\x8f\x37\x69\x7a\xdb\xee\x1e\x81\xd2\xf9\x89\xff\x0d\xd5\x11\xbf\xc7\x5f\xab\x6f\xfc\xa8\x6b\xf8\x7b\xac\x01\x23\xc5\x47\xa9\xd3\x94\x57\x38\xff\xae\xf4\x56\xea\x6e\x0a\x2e\xbc\xfe\x29\xb1\xad\xec\xfa\x26\x85\x5b\x4a\xee\xee\x56\x75\x33\xb5\xfa\xf6\x28\xf1\xb5\xb5\xf9\xf1\xb0\x06\xe8\xf9\xb2\xa9\x86\x5f\x6b\xeb\x14\xed\x37\x67\xf5\x08\xfc\xf2\xef\xf1\x77\xb9\x7f\x7d\x76\x6f\xa8\x8e\x70\x8d\xaa\xac\xfd\xd6\xbb\xe6\x06\x18\xe6\x5a\xe5\x9e\x69\xe6\x80\x0d\xe0\xa3\x2f\x57\xfe\xf6\x88\x39\x5d\x1b\xbc\xc8\xe5\xac\x6f\x63\x3d\xa2\xb1\x9d\x5c\x3a\x2d\xdc\x2e\x90\x93\xda\x24\x0f\x35\xa0\x5b\xfd\x1e\x0b\x79\xf1\xa7\x9d\x36\xe0\x50\xfd\x1e\xd1\x67\xdb\x3e\x2e\xd9\xd2\x7d\x26\x69\x82\x82\x6e\xd3\x34\x66\xdc\x34\x79\xd0\xda\x32\x6d\x15\x26\x96\x69\x3d\x57\x59\xa2\x01\x80\xb1\x29\x82\xa4\x21\x47\xe1\xf7\x08\xd3\x46\x53\x81\xd2\xb6\xfc\x1d\x18\x23\xdd\xb7\xef\x32\x6e\x88\x89\xfe\x3d\x62\x2c\x5d\x99\x17\x6d\xf7\x58\x18\x01\xda\xb7\xef\xca\x6b\xbb\xbf\xc3\xce\x76\xca\xb9\x6b\x87\xdb\x21\x92\xe6\xe5\xd9\xa2\x75\x8d\xf3\x60\xbb\xf6\x31\xa0\x76\xba\xdd\x49\x80\x49\xc1\x4b\xb5\xd3\xf3\x83\x87\xaf\x76\x85\xfa\xb7\xf3\xd6\xfc\x4e\xf6\xa9\x6c\x91\x76\xb9\xcf\x8b\x34\x99\x9b\xdb\x6d\x1a\x0c\x0b\x75\x6c\xea\xf3\x31\xed\x21\x4d\x2e\xbf\x6e\x66\xd8\x51\x3f\xbc\x0e\xc1\xc7\x77\xd4\x0b\xff\x3d\xb2\x9d\x92\x1e\x7a\x71\x3b\x14\x8a\xac\x63\x7e\xe2\x52\xb7\x80\xd3\x0b\xdb\xc9\xd4\xd4\xab\xdb\x55\xd0\x1c\x66\xd9\x9b\x69\xa8\x24\x52\x43\xda\x47\x6f\xe2\x70\x9d\x05\x18\xa2\x7f\x5e\xbd\x8e\x82\x0b\xbf\x47\xa4\x07\xc6\xa8\x9f\x2e\x4d\x79\xf5\xff\x25\xc2\xf6\x76\x54\x35\x45\x90\x4a\x08\xf1\xa3\xa3\xe4\xc0\xef\x91\x43\x55\x15\x89\xee\x23\xdf\x3b\x42\x65\x42\xfa\x65\xef\x97\x96\x8d\xc7\x3a\xf4\x99\xba\x8f\x75\x1f\x3f\xda\x77\x2f\x75\x1f\xdd\x4e\x3c\xb0\x54\xb6\x55\x07\x00\xd8\xef\x11\x40\x15\xa9\x00\xe6\x0e\x64\xad\xdf\x23\xfa\x4c\x45\x76\x76\x1f\xdd\x9e\x15\x71\xc3\xca\xd3\xef\x59\xbb\x69\xc0\x41\x94\xcd\xb2\xa7\x18\x6f\x4f\x18\x80\x53\x01\xcf\x3d\x53\x63\x21\xc8\x44\x0a\xbc\xbd\xa7\xd8\x6b\x27\xab\x48\x05\x2e\x74\xb3\x8a\x4e\x56\x61\xcf\x76\x37\xab\xe8\x0b\x2c\x34\x65\x6f\xed\x4b\x2c\xb4\x53\x8b\x4c\x61\xd7\x75\x64\x0b\x7d\x8f\x18\x8b\x32\x1c\x3a\x12\x83\x7e\x8f\x4c\xf9\x51\xf9\xd6\xbe\x24\xa7\xf5\x45\x39\xad\x6c\x1a\x8b\xe4\xb4\x8e\xd4\x9f\x97\xd6\x45\xd3\xb7\x5d\x80\x97\x9a\xb2\xd5\xf7\xa5\xeb\xa3\x2f\xd8\xa0\xa7\x70\x6d\xfb\xda\x3d\x3f\xc8\x46\x53\x19\x54\x7d\x1d\x9e\x1f\xd6\x65\x0a\xb5\xba\x9b\x6d\x75\xb2\xa6\x29\x31\xa2\x9b\x35\x75\xb2\x9f\xd9\x3e\x23\x7a\x37\xfb\xe9\x27\x8a\x92\x4e\x79\x0f\x3b\x02\x42\x7e\x8f\x1c\xa7\x8c\x8e\xfd\xd4\xd5\xd2\x4f\x04\x49\x57\x09\x34\x1d\x11\x13\xbf\x47\xbe\x4f\x36\x8d\x6e\xd6\xd4\xaf\x57\xaf\xae\x73\x7e\x51\x0e\xfd\x2a\xcd\xb4\xc5\x3e\xa7\x68\xda\x67\x17\x64\xcd\x29\x5f\x76\xbf\x24\x6b\xf6\x0b\x6b\xb6\x74\x5d\xf5\x7b\xd3\x58\xee\x2d\x98\xf7\xfd\x8d\x05\xce\xc2\xdf\x63\xfd\xe5\x84\x7f\xeb\x02\x37\xdd\xf7\xc8\xeb\x5f\xe3\x84\x7f\xeb\x7b\xe4\x15\xaf\x7d\x7d\x0f\x8d\xf3\x26\x76\x9e\xea\xdc\xf5\xdb\xe7\x0f\xfe\x9c\x97\xa6\xb1\x44\x9a\x36\x49\x4b\xd1\xdc\x27\xd4\xa9\x4d\x7a\x65\xbf\xd3\xf3\x4b\xc4\xc2\x98\x17\xc0\xa1\xf2\x7b\x64\xce\xbb\xac\x36\x1d\x4a\xc7\xf7\xc8\xb1\x68\x9f\xdd\x52\x14\x3b\x7c\x28\x65\x13\x34\x68\xbf\xbd\x77\xe1\x4f\x79\x69\xdf\x37\xb2\xcc\xdf\xef\x83\xef\x13\xab\xb7\x5c\xdf\xef\x63\x91\xa6\xb1\x1c\xee\xf3\x80\x38\x55\x3e\x4d\xb7\xc3\x45\xf1\x7b\x44\x81\xd1\x4d\x1a\x68\xbf\x2f\xaf\x0b\x4a\x81\x6e\x02\xd9\xed\x70\x14\x7c\x8f\x9c\x43\x68\xad\xef\xcb\x34\xae\x67\x68\x2c\x8f\xf6\x3c\x0c\xf5\x65\x2b\xe2\xe5\xcf\xa6\xef\xf7\x6c\xfc\x46\x5f\x2c\x54\x87\xcd\xfd\x7b\xe4\x58\xbe\x20\xcb\xfe\x14\xb7\x2b\x2c\xbe\xff\x29\xe5\xfd\x91\x5d\xa0\x3f\x85\xeb\xb9\xf4\x3e\x89\xbb\xfd\xa9\x5c\xb3\x4f\x90\xef\xb0\x6e\x7f\x8f\x5c\x33\x5d\x8f\x4f\xd3\xde\x7d\xb8\x3f\x55\x79\xb8\xc3\x24\xfd\x3d\xe2\xbb\xd7\xa2\xf7\xf5\x34\xed\x24\xed\x5b\x33\x58\x77\xbf\x47\xf6\x29\x9e\xfc\x78\x7f\xc2\x66\xfb\xd2\xf4\xbe\xb8\x4c\xbb\x49\xfb\xbe\xd1\x93\xee\x33\xd9\xe7\xa7\xf4\x77\xd8\x72\xbf\xc7\x9d\x34\x8d\x65\xea\xfc\x3d\xf3\xd7\x4e\x7d\x2e\xaf\x35\xca\x77\x6c\xb2\xcf\xf6\x67\x79\x3d\x17\xfb\xd4\x3e\x7b\x96\xd7\x0c\x66\xd5\xad\x8a\xd7\x3d\xbb\xc7\xb9\xf3\x7d\x43\xf3\x3b\x3c\x96\xa3\x13\xa2\x5c\xeb\xe9\x3d\xff\x70\x5f\x2b\x96\xb9\x3f\xa7\xdb\x9d\x84\x36\x4f\x7d\xdb\xd3\xed\xce\x45\x9a\xe6\x70\x7a\x9f\x9d\xd8\x2f\xaa\xf0\xdb\x9f\xcb\x73\x47\xc0\xd8\x56\xbd\x07\x6f\x7f\xf7\x9b\xdf\x5d\x3c\xeb\xb9\xdd\xe7\xcd\xef\xee\x7d\xf6\xb8\xdd\x93\xa4\x2d\xd1\xdc\x0e\xd5\xee\x5f\x1d\x92\xb4\xb1\x6d\xdf\x9a\x8d\x0d\xf5\x0c\xb6\xf6\xdd\xef\x63\xdb\xd2\x34\x9c\x23\xc5\x80\x0f\xe8\xc6\xdf\x63\x92\xb6\x44\xbb\x4c\xc3\x7a\x0a\xb8\x74\x6c\xb5\x8a\x86\xea\x01\x5b\xfb\xf6\xe0\xd8\xea\x23\x5a\x23\x1e\xdd\xb7\xcf\xc6\xd6\x4c\xe3\x59\x51\xe6\xfc\xd8\x74\x56\xc6\xd6\x83\xb4\x14\x6d\x37\xed\x20\xc6\x9d\xfa\x94\x89\x69\x6c\x83\x63\x19\xea\x73\x84\x69\x3f\x6c\x3c\xad\xcb\xf0\xfc\x82\xed\x42\xed\xc2\xed\x78\xc6\xe4\x67\x18\x5b\xb8\x1d\x72\xd4\x36\xa1\xeb\x8c\x4d\x77\xf8\xd8\x78\x8e\xda\xd4\x37\xca\xd3\x34\x7e\x3f\x15\x83\xfb\x9f\xc5\xe1\xb1\x4d\x7f\xde\xc9\xa1\x4e\x7d\xa6\xe9\xa1\x4e\x7e\xc2\xa5\x69\xc8\x7c\x35\xb6\x79\x92\x36\x44\xbb\x45\x5b\xdc\x32\x4b\x7d\x2e\x2f\x37\x6b\xdc\x74\x6f\xa7\xfd\x0f\x0d\x4b\xa3\x6a\x26\x63\xdb\xdd\x27\xaf\x24\xd5\x99\x1f\xdb\xe1\xa5\xe1\x95\x24\x24\x8e\xb1\x1d\x5e\x9a\x83\x21\xa6\x55\x4b\x7a\x78\xcb\x9c\xbf\x3e\x35\x4e\x19\x9a\xc7\x86\x92\xde\x9b\x8a\xb2\x8f\xed\xf4\xba\xa0\x58\xf7\x26\xd3\xdd\xd8\x4e\xcf\x01\x20\x20\x5b\x6f\x7a\xdf\xe5\xad\x7d\xb1\x4f\x6f\xd1\xcb\x47\xe9\xe2\x1c\xba\xb6\xfd\x75\x98\xf6\x0b\x93\xd5\x38\x2f\xcf\x81\x2e\x06\x61\xf6\x8f\xed\xf6\x37\xba\xb9\x9e\xde\xa2\xb7\xdb\xa1\x0e\x8b\x8b\x6e\x0c\x98\x78\xbe\x47\xce\x2f\x34\x96\xc7\xeb\xf9\x80\xbd\x0a\x1b\x7b\x94\x4d\xb4\xb2\xfd\x68\xdf\xfb\x8a\x6c\x63\xa3\x90\x1d\xa8\x90\xf3\x28\xb2\x0c\x8c\x42\x76\xa0\xba\x04\xa3\x98\x1d\x14\x5e\x9d\x2a\x08\x3d\x4a\xd5\xba\x94\xc6\x7a\x49\x9f\x88\x36\x8a\x6c\x67\xa3\xb4\x20\x4d\x63\x91\x66\x39\x0a\xd9\x88\x0a\x00\x8f\xd2\x2e\xd3\x6e\xd2\x34\xce\xae\x3d\x58\x50\xd5\xc2\x40\xf9\xa3\x48\x73\x1e\x85\xec\x40\x79\x59\xa3\x98\x1d\x94\xe0\x38\xab\xc6\x12\x1e\x27\x59\x85\xdc\x9a\xa3\x98\x55\x94\x48\xd2\xbe\x7d\x5d\xd2\x63\x81\x77\xd4\x18\xe8\xa3\x4c\xf7\xc9\x33\xad\x10\x82\x51\x7c\xa6\x0b\xcf\xb4\x90\x62\x47\x99\xbb\x69\x07\x69\x29\x9a\xdf\xb7\x7e\xb5\xa9\xbe\x3d\x58\x96\xdf\xb7\xf8\x3e\xb1\xc9\xb2\x3c\x77\x5e\xc7\xaa\xbf\x33\xca\xee\xb1\xec\x60\x69\xf2\x16\x8e\xb2\xbb\xdd\xce\xef\x10\x6a\xe7\xf3\x8e\xe2\xfe\x65\x1b\xde\x83\x87\xc7\x79\xf0\x7d\xa9\xb1\x9c\xe2\x75\x28\xdb\xff\xd2\x34\x77\x9f\xcd\x72\xb1\xcf\xa9\x76\x97\xfb\xbc\xd8\xa7\xf7\xe0\xed\x76\x37\xfb\x14\x1f\x2c\xf7\x30\x8d\x7d\x7e\xa2\xdd\xa8\x52\x67\x46\xe5\xb5\x2a\xb7\xd4\xa8\x12\x41\x47\xa5\x08\xaa\x70\xe3\x51\x65\xd1\x1b\xa8\xf0\xfe\xd2\xbe\x7d\x56\xa5\x76\x0d\x54\x73\x7f\x69\x21\xda\x6d\x1a\xe6\xa0\x90\xe2\x51\x65\x82\x1e\xa8\xf2\x5e\x0c\x3f\x3c\x50\xd5\xfd\x7b\x4c\xd2\xbe\xf9\xd5\xe6\x76\x40\x88\xdf\x14\x22\x3b\x50\x9c\xfd\x7b\xe4\x58\xb4\xaf\xab\xaf\x6a\xd4\x50\xef\x0a\x89\x19\xa8\xa1\xfe\x3d\x06\x9b\x69\xc9\x64\x15\x18\x28\xa5\xfe\xd2\xb4\x64\x3e\x9a\xb5\x73\x7a\x3a\x0e\x75\xe8\x13\xd5\xc1\xe9\xe9\x38\x54\x1f\x5b\x54\x4f\x7f\x69\x5a\xb2\xe1\x61\x06\x97\x7a\xa8\xcf\x70\x9f\x3c\xb6\xe1\x39\x84\x3f\x1f\xb0\x59\x0c\x7a\x3b\xaa\xfc\x7d\xa3\x12\x77\x45\x09\xa7\xa3\x66\x98\xc6\xcf\x1e\xfa\xb4\xd3\xcb\x39\xb9\x2e\xda\xd6\xd5\x47\xb3\xd2\xc0\x2d\x54\xbc\x51\x97\xdb\x51\x52\x56\x98\xdd\xa8\xbb\x69\x3b\x3f\xed\xd4\x38\xf7\xd3\xb4\xeb\xbf\xff\x19\x32\x7a\x8c\xea\x9b\xb8\x1e\x5c\x96\xa5\xdd\x72\xb8\x4b\xde\xb6\x8a\x17\x18\x28\xb2\xfd\x3d\x62\x0a\xc2\x4e\x1a\x28\x97\xfd\x3d\x62\x0a\xe9\x1d\x7f\x79\x57\xf3\xd6\x14\x14\xc0\xa8\xb7\x97\xf3\xc6\x72\xa6\x77\xae\x4f\x5f\xa5\x72\x98\xde\xb9\x8f\x3f\xdf\xc3\x3e\x9b\xe6\xe7\xdb\xaf\x52\x50\x4e\x6f\xb3\xc7\x9f\x96\x82\xb2\xc2\xc1\x46\xb3\xa0\xdc\x36\xf6\xf9\x85\xd8\x8c\xb6\x2d\xd3\x4e\xd2\xbe\x3e\x51\x75\xfa\x7b\x64\xbb\xa1\x76\xb2\xd1\x8f\x56\xd8\x6e\xb8\xdd\x6d\x1a\xe7\xa7\xad\xd4\x64\xe8\x1b\xad\x0e\xd2\xd4\xa7\x5c\xc4\xa3\xf1\x46\x55\x40\xf0\x68\xbe\x51\x5b\xe5\xfb\x42\xef\x93\x7b\x7b\xc0\x34\x5b\x36\x65\x1c\x8d\xd6\x4e\xd3\xb8\x2e\xa9\x76\xdd\x7d\x76\xd2\x74\xf3\xa3\x94\xf2\xf7\xc8\xb1\x68\x0b\xa2\xea\xf1\xf7\xc8\x76\xda\x4b\x2d\xdd\x27\xe2\x10\x36\xa5\xd5\x8d\x26\xa5\x72\x34\x1a\x4b\xe6\xf6\x6f\xb6\xe1\xd1\xa6\x97\x66\x4e\x36\x4d\xd1\xbc\xdc\xbc\xe4\x94\x37\x37\x9a\xec\x2c\xa3\xd1\xce\xa2\x38\xf3\xd1\x96\x87\x4a\x97\x9b\x6c\xc3\xa3\x59\xe0\x45\x49\xe1\xb2\x29\x32\x7a\x34\xd9\x60\x46\xa3\xc0\x2b\x77\xc9\x68\x87\xc7\xc9\x0b\x50\x61\x8b\xa3\x59\xe0\x6d\xd4\x55\x15\x6b\x3c\x9a\x8f\x20\xea\x01\x97\x6d\x7a\xfb\x9e\x9e\x1f\xed\x33\x0a\x00\x1e\xcd\x97\x63\xbb\x1a\x69\x1a\xcb\xe5\xf7\x5d\x7c\x9f\x04\xd0\xf6\xb8\x4f\x0a\x8b\x8a\x71\x1a\x5d\x11\x16\xa3\x17\xce\x41\x17\x7c\xf7\xf6\xed\xdc\xbe\x82\xe1\x1c\x8e\xd9\x18\xbd\x71\x0e\xe2\x76\x5d\x8e\xcf\xd1\xa9\x03\xaa\x96\xfa\xe8\xd6\x01\x3b\xed\x25\x2a\x7c\x37\x50\x02\xf6\x7b\xe4\x38\xb5\x0d\xbb\x6f\x0f\x14\x7e\x1d\x02\x8c\x1e\xdd\x72\x5d\xa7\x5c\xa7\x22\xe0\x03\xa1\x0f\xbf\x47\xe0\x93\x6c\xaa\xca\x36\x50\x6c\xf5\x7b\xc4\xd4\x05\x3d\x35\xba\xe5\xba\x4e\xb9\x4e\x9e\xb0\xd1\xbd\x3d\x51\x22\xf5\xa5\x69\x98\xcb\xb4\x85\xad\xbb\xb4\x95\xba\x75\x2e\x44\x57\x0c\xab\x6a\x7d\xf9\x75\xb4\x88\x2c\xed\x32\xd4\x08\xfd\x1e\xf7\xff\xfe\x67\x28\x9b\x77\xa0\x3c\xe7\xf7\x88\x8f\x20\x7f\xcf\xe8\x87\x9b\x71\x73\x2a\x16\x74\x74\x6b\x47\xfd\xfc\x15\x24\xd1\x50\xcc\xe7\xfb\xcb\xe7\x87\x15\x43\xd4\xca\xfc\x1e\x39\x92\x8f\x63\x75\xcb\x5f\x9d\xfa\x8f\xd2\x17\x46\x97\x39\x64\xb0\x56\xe5\xa6\x08\xe9\xd1\xad\xff\xa0\x2e\xe5\x4b\x53\x9f\x8f\xb7\x0a\x61\xef\x05\xb2\x3d\x86\x4c\x87\x03\xe5\x1f\xcb\xa6\x28\xd1\x31\xb6\xdd\x34\x1c\x05\xe5\x76\x8c\x51\xdc\xae\xb0\x9d\xb6\xed\xb0\xa9\x64\xf0\x28\x28\x25\x63\x0c\x99\x15\xc7\x20\x97\x5f\x9f\xf9\x7a\x0c\xeb\x46\x28\xbc\x38\x14\x5d\x32\x86\xc5\x36\xd4\x58\x2c\x9b\x22\x0e\xc6\x90\x35\x72\x0c\x5e\x00\x0a\x39\x18\xc3\x62\xdb\x68\xbf\x76\x1a\xa6\xd5\x26\x16\x2e\x2c\x02\xb1\x1e\x43\x16\xc7\x81\x92\x82\x2f\x4d\xcb\xe2\x0b\x60\xbc\x62\x5a\x31\xc2\xdf\x40\x35\xc0\xef\xb1\x92\xd6\x45\x73\x9f\x83\xef\x13\x57\x1d\x96\xcd\x50\xee\xaf\x18\x72\x6f\x0c\xcb\x66\xa8\xfc\xf7\xd2\xb4\x64\xe1\x39\x00\xae\xdd\x48\x7b\x63\x84\xfb\xcc\x0e\x9a\xac\x4b\x23\xbd\x9e\x80\xb3\xb3\x06\x3e\x7c\x9a\x07\x4e\xb3\x71\xe0\xc6\x98\x6e\x06\xb1\xad\x6c\x3a\x0b\x28\xc9\xf7\x3d\x72\x59\xba\x3e\xc3\xf2\x14\x16\xa7\x20\xb1\x14\x61\x4b\xdf\x63\x92\xa6\xa5\xf6\x49\x1f\x8b\x4b\xa6\xd3\x30\xe4\x90\x1a\x63\xe7\x58\x74\x1a\xc6\xee\x65\xd9\xb9\x2c\xe1\x76\x5e\x96\x83\x4b\x1d\x5a\xce\xe3\x32\xed\x7e\x97\xc5\x87\xc1\xc6\x15\x94\xa5\x2b\x8e\xaf\x1e\xc3\x6c\x00\x05\xe5\x5e\x9a\xda\x59\x14\x1c\xe7\x2b\x79\xaa\xa0\xc2\x18\xa7\xbb\xbc\x38\x12\xf1\xe2\x61\xfb\xc9\xb8\x38\x03\xe9\x6f\xc3\x7c\x00\x15\xda\x46\xf7\xd1\xbb\x3d\x81\x9b\x1f\x61\x69\xe2\x8f\x17\x0c\x2c\xa2\x28\x9a\x76\x0c\x0b\x90\xac\xc1\xd6\x7d\x2a\x1f\xaf\xe5\x73\xb2\xd9\xf7\xed\xc2\xdc\x03\x95\xcd\x4a\x91\x13\x72\x84\xb9\x47\xa0\x30\x6c\x91\xe3\x68\x84\xa2\x91\x06\x0a\x8e\xbd\xb4\x25\xda\x32\x6d\x67\x76\xf1\xf7\x5d\xa3\xba\x5d\xad\xa4\xa9\x4f\xb3\x88\xa8\xcc\x4a\x96\x46\x18\xd5\x63\xa9\x1c\x8b\x8e\x57\x58\xd6\x43\x5d\xae\x97\xf6\x7d\x3c\xd4\xd9\xfa\x1e\xd9\x4e\x56\xb3\x50\xec\xc4\x88\xc1\x39\x68\xbf\xa3\x7a\xd5\xf7\xc8\xb1\xc8\xf2\x10\xc3\x63\x21\x1b\x28\x3a\x7b\x28\x52\xf5\x3d\x22\x7e\x4b\x70\x76\x23\x6c\x4c\x8d\xe0\x38\xc5\xe1\xc3\xf2\x63\xbc\xaa\xd6\x18\x5e\x96\x74\xb3\x64\x97\xb2\xdd\x86\x8d\xa5\x01\xc3\x4a\x91\xbf\x69\x84\x42\x18\x07\xea\x28\xbd\x2b\xad\xe5\x5c\xfe\x0c\x8b\x9f\x41\x86\x87\xb0\xec\x88\xea\x46\x2f\x4d\xd3\xf3\x71\x8e\x9d\xed\x24\xcf\x84\xb5\xb7\xd8\xb9\x95\xb4\x73\xc3\x37\x77\xec\x8c\x51\x5d\xff\x28\x02\xc7\xe1\xa1\x1e\x7c\xa5\x6c\xb7\x61\xbb\x0b\x6a\x08\xbd\x1b\x46\x4b\x63\x4e\x80\xfa\x41\x2f\x4d\x4b\x6a\x5b\x2a\x4a\x05\x95\xa2\xc8\xcf\x11\xb6\xa5\xb2\x2c\x90\x41\xaa\x06\xca\xfc\xfc\x1e\x79\xde\x6b\xd1\xb2\x59\x24\x0d\x88\xa4\x46\x94\x1e\x28\xef\xf3\x3d\x62\x37\x09\xf1\x6f\xc4\xe5\x39\x90\x4f\x54\xef\x6c\x6b\x8c\xa8\xaf\xf3\xd2\x34\x87\xdb\x3b\xed\xe6\xfc\x64\xf3\x0d\x33\x03\xd4\xd9\x79\x69\xda\x16\xd6\x26\x51\x53\xe7\xa5\xe9\xb4\x58\x9b\x0c\x72\x0a\xa1\xe6\x0d\x87\x71\x8c\x44\x4d\xc4\x52\x65\xb4\x40\xa1\x9a\xdf\x23\x62\x13\x4b\xd5\x0d\x90\x8a\x4e\x1c\xc9\xe8\x44\xe1\x49\x8d\x34\xa7\xc8\xc2\xef\xf7\xb9\x60\x47\xda\x25\x83\x32\x35\x2f\x4d\x7d\x9a\x8b\x24\xb9\x88\x40\xe7\x87\x43\x4a\x06\xca\xd9\xbc\x34\x8d\xb3\x7a\x9c\x44\x61\xd2\xb2\xa4\x4d\x47\x28\x5a\xf3\x36\xd3\xeb\x2c\x83\xa0\x80\x4d\x29\x42\x1f\x1c\x69\xe6\x83\x02\x35\x2f\x4d\x53\xe8\xda\x66\xd9\xf9\xd9\x75\x92\xd2\xb6\xa3\xec\xfc\xec\xba\x1e\xd2\x12\x7e\x92\xf9\x54\x99\x9f\xd3\x0a\x2a\xea\xcf\x94\x52\x75\xca\xd2\x72\x46\x52\xce\xa8\xba\x1f\xd2\x76\x9e\x4c\xce\x4f\xc7\x28\xd3\xf3\x4b\x06\x90\xea\x12\x48\x7b\x79\x92\xc2\x84\x3d\x71\x8e\xc2\x19\x09\xc5\xd6\x90\x4d\x23\xad\x1a\xe4\x64\x3b\x1d\xa3\x9c\x6e\xb7\xd8\x4e\xe2\x73\xda\x3e\x94\x8b\xed\x74\x54\x72\x79\xad\x61\xba\x2d\x4a\xfc\x1d\x69\xa1\x20\x0f\xf6\xe9\x6f\x6b\xe5\x20\xa1\x1c\x94\x26\xa1\x27\xad\x1c\xe4\xc9\x76\xde\xd6\xd6\x4e\x51\x54\xa5\x94\xe6\xad\x6b\xa9\x20\xe1\x2d\x2d\xaa\x09\x3a\xf2\xf2\x5a\x5f\xec\x53\xc2\x4b\x5e\x61\x1a\xc7\x22\x43\x48\xda\xad\x82\x9a\x2b\x2f\x4d\x73\xb0\x5a\x91\x30\xeb\x96\x26\x43\x48\x9a\x4d\xe4\xcd\x76\xf2\xe0\xa5\x65\x86\x24\x2b\xb0\xba\x88\xaa\x29\xdf\x63\x90\xa6\xb1\x98\x15\x24\x59\x41\xf3\x1e\xb4\x16\x8d\x08\xab\x97\xf6\x7d\x07\x14\x4a\xf9\x1e\xc1\x5a\x05\xbf\x3a\xa6\x82\x9b\x07\xca\x9d\xbc\xb4\x26\x9a\xfa\x9c\x84\x21\x6f\x12\x52\xa6\x55\x95\x59\x7e\x7d\x2e\xd1\xd2\x34\x9c\x4d\x61\xd0\x8f\xa9\xc8\x9e\x81\x5a\x25\xc5\x68\x54\x63\x5a\x55\x99\x95\xe8\x9b\xd2\x0f\xa6\x05\x91\x09\x7d\xa4\x28\xf2\x6c\x4c\x1b\xa4\x26\xa2\x23\x4a\xd7\x15\x30\x6d\x90\x9a\x8d\x7d\xea\x0a\x98\xb6\x12\xcc\x4e\x9a\xf6\xf5\xb4\x8d\x79\x92\x17\xa8\x24\xc6\x98\x16\x44\x26\x79\x81\x5d\x74\xa8\x18\xf2\x3d\x5e\xa4\xb9\x9d\xce\xc3\x84\x29\xa0\x74\x79\x91\xa7\xdd\x38\x33\x76\xd2\xb4\x2e\x16\x52\x26\x75\x0e\x55\xdf\x1f\xd3\xf6\x60\x54\xde\x28\x45\x05\xc1\x07\x4a\x6d\x7c\x8f\x1c\x8b\x78\xe4\xb4\x8b\x07\x15\x2b\x5e\x9a\xda\x4d\xaf\x27\x79\x81\xc0\x9a\xc6\x34\x2f\x98\x94\x44\x2c\x7a\x4f\x2b\x0f\xa8\xd7\xf0\xca\x60\x9a\x83\xad\x58\x93\xd2\xc6\xf0\x9e\x30\x9f\x98\x14\x27\x86\x0c\xc9\xd3\xc6\xe2\x79\x30\x85\xc4\xdf\xdd\xda\xc3\x3c\x37\xd2\xb4\x5f\x4e\x7f\x77\x8a\x13\x76\xc3\xa1\x10\xc3\xef\x91\x22\x83\xdd\x70\xd3\xbc\x60\x92\x17\xd8\x9d\x36\xcd\x0b\xe6\xc5\x39\xc8\xa0\x31\x7d\xde\x51\x25\xa1\x18\x74\x68\xcc\x47\xf7\x18\xea\x1b\x14\xc3\x09\x8d\x69\x33\xc2\x7c\xc0\xe7\x87\xf7\xc4\xe3\x73\x44\xb1\x60\x0c\xf7\xe9\xb1\x90\x17\x0c\xef\x17\xf3\x82\x49\x5e\x30\x24\xd4\x3a\xa2\x72\x2c\x94\x55\x2e\x43\x57\xf8\x52\x28\xfe\x58\x88\x9e\x2b\x02\x73\x1a\xcb\x7c\x02\x25\x0b\x5e\xda\xb7\xe7\x97\x15\x8f\x45\xc5\x43\x90\x4c\x63\x99\x17\x2c\xf2\x02\xbb\xda\x96\xc5\x89\x45\x71\x42\x95\x66\xc7\xb2\x38\x81\x92\x04\xc5\xf0\x43\x63\xf9\x4c\x2f\x9e\x69\x55\x67\x1d\xab\x79\x0e\x8d\x73\xd0\xfe\x5c\x76\x29\xad\xce\xef\x2e\x3e\xb8\x7c\xde\x17\xe5\x82\xf1\xaf\xd2\xf0\xb2\x61\x70\x75\x6e\x0b\x99\x43\x96\xc5\x86\x45\x7d\x46\x71\xfe\x63\x8d\xc3\xb4\x87\x34\x2d\x8d\x3d\xbe\x00\xfb\x7f\x69\x5a\x52\xb3\x8a\x85\xe0\x41\xe3\x22\x0d\xc7\xc8\x8f\x45\x91\xc2\xde\xbd\x65\x76\xf0\x03\xcf\xb7\x07\xcf\x41\xb1\x03\xb8\xf8\x2f\x4d\x4b\x6a\x76\x00\x48\xfa\x57\xd7\xd1\x1c\x6c\xf0\x5e\x64\x15\x42\xcc\x19\xcb\xac\x82\x69\x9d\xae\xb3\x37\x96\x95\x16\xc4\xc7\xbe\x34\xcd\x6f\x79\x0e\x54\x68\x94\x72\x37\x96\xbd\xc1\x8b\x2c\xc6\xae\xb8\x65\x85\x66\xed\x80\x22\xd6\xed\xb1\xec\xa9\x5a\xe4\x3e\x82\xd2\x1c\xcb\xca\xcc\xa2\x94\x22\x84\xb2\x01\xfc\xf9\xef\x91\x4b\xad\x13\xb8\x6c\x43\x5f\x07\xfb\x14\x57\x5e\xe6\x4c\xeb\xe4\xd4\x7d\x92\x4e\x9f\x08\xc4\x7b\xb9\x04\xcc\x58\x96\x60\xd6\xc9\x2d\x21\xa9\x61\x59\x61\x59\x54\x58\x94\x1e\x30\x96\x9d\xcf\x00\x78\x7f\x69\x1a\xcb\xed\x25\xbb\xb9\x64\x3e\x2d\x0e\xfe\x58\x08\xfe\x28\xe1\xd3\x62\xab\xc7\x22\xf7\x11\xae\xc2\x58\x0e\xf0\x58\x48\xe8\x29\xa9\xad\xbb\x9b\x8b\xec\x1b\x10\x9b\x75\xa9\xee\xb6\x5e\xec\xb4\x5e\x08\xd0\x7b\x00\x27\xfe\xf7\xf8\xab\x79\x22\x46\xbf\x5b\x5f\xd9\x11\x17\x52\x04\x6f\x33\x76\xeb\x2b\x3b\xf5\x15\x41\x74\x8c\xbd\xfc\xe9\x93\xc3\xd4\x8e\xdf\xed\xcf\xde\xa9\xaf\x08\xf0\x60\xec\x35\x4c\x9b\xa4\xa5\x68\x9e\x43\xe3\x38\x75\x1a\x80\x14\xff\x3d\x72\x2c\xda\xd5\xbb\x63\x46\x00\x10\x5f\x8c\x0c\x35\x76\x5b\x44\x80\xfd\xfe\xd2\xf4\x3e\x1b\x4d\x77\x1a\x4d\x95\xf2\x3e\x76\x1b\x4d\x77\x84\x9e\x15\x3b\xc9\x77\x87\x9e\xed\x54\x4a\x84\xf5\x37\x76\x73\x9e\x9d\x82\x88\x40\x4f\xc7\x6e\xce\x03\x90\xf6\xe2\xc2\xfb\x63\xb7\x61\x74\xa7\x61\x54\xf0\x80\x63\x8f\x3f\x7d\x9e\xa4\x69\xee\xca\x10\x1d\x3f\x58\x75\x81\x39\x8e\xdd\xca\x0c\x20\xd3\x5f\x9a\xfa\xb4\x05\x06\xf0\xe7\x2f\x4d\x7d\xda\x83\xb7\x93\xf3\x28\xec\x7c\xec\x8e\x35\x01\x08\x78\x29\x42\x5d\x18\xbb\x15\x96\x9d\x16\x4e\xa1\x37\x8d\xdd\x16\xce\x9d\x16\x4e\x01\xe2\x8e\x7d\xf7\x58\xc8\x26\x04\x84\x32\xf6\xc3\x6b\x4d\x65\x66\xfa\xbb\x5b\x99\x01\x9e\x76\x31\xe8\xce\xd8\xcd\x26\x76\x0a\x30\x76\xa7\xed\xb6\x87\xec\x88\x1f\x2b\xd3\x7b\xc2\xa6\xd1\x9d\xa6\xd1\xe9\xef\x6e\x7b\xc8\x4e\x45\x67\x4a\x7f\xdf\xed\x22\xd9\x2f\xb6\x53\x2c\xcd\x7e\xfd\x69\xf7\x90\xa6\x76\xb7\xcf\x1f\xc2\x49\x8b\x4a\x6c\x8c\xfd\xf6\xfe\xa4\xe0\x23\xc8\x9b\x01\xf4\xeb\xdf\xe3\xc3\xf9\x79\x2f\xd9\x1e\xb2\xc3\xbb\x5e\xa6\xf7\x8b\xed\x21\xc0\xbb\x2e\xc5\x2e\xba\xfd\xf9\xd3\x27\xc7\xa9\xfd\x72\xd8\xbb\x0e\x98\xeb\x52\xa6\x2e\xf8\xc3\xfc\xe5\xa0\xcd\x43\x45\x59\xc7\x61\xa5\xe4\xa8\x18\xa7\x30\x6a\xc6\x61\xa5\xe4\xa0\xe2\xa1\x44\xea\x71\x58\xf1\x00\x82\x74\x29\xca\x8a\x1e\x87\x05\x91\x83\x82\x88\x6a\xe0\x8d\xa3\x2d\xd3\xd8\x4e\xae\xd9\xc3\xee\xc9\x83\xd6\x51\x7b\xc6\x8e\xee\x39\x74\xb6\x13\x2f\x38\x94\x5d\x35\x0e\x9e\x69\xd5\xfd\x1f\x87\xd2\x0d\xc6\x41\x89\xc1\xbe\xaa\xc3\xca\x05\x10\x98\x4b\x51\x69\xfb\x71\x58\xb9\x00\xfa\x72\x31\x5e\xca\x38\x7c\x36\x0f\x4a\x13\x4b\x7b\xe2\xb0\x31\xe1\xa0\xd7\x42\xf0\x62\xe3\xb0\x99\xf3\xa0\x99\xd3\x3e\xae\x63\xf7\x38\x79\xfe\x94\x42\x3d\x0e\x5f\xe1\xc7\xce\x71\x4a\xf9\x3d\x0e\xaf\x19\x15\x08\x3b\xb2\x8e\xc3\xdf\x96\xe7\x6f\x89\x4f\x1c\xa7\xc7\x42\x43\x83\x30\xba\xc6\x61\x25\xe1\xe0\x19\x5b\xde\x2f\x3e\x63\x07\xae\xe9\x2a\xe4\xef\x01\xc8\xe4\xef\xf1\x24\x4d\xf3\xb3\x22\x00\x60\xe1\x52\x7d\x37\x1e\x8f\xfb\xc4\x95\x5a\x95\x26\x34\x4e\x7b\x04\x4e\xf8\x13\xab\xd2\x84\xc6\x69\x45\x1c\x50\xc0\xa5\x6e\xb2\x39\x9e\x8e\xfe\x38\x21\x44\xd7\x4d\x7c\xe9\xb4\x83\xef\x84\xf5\xbe\x6e\xe2\x3d\x80\xf8\xfd\x3d\xe2\x8e\x03\xc2\xc4\x3f\x09\xc3\xa7\x65\x73\x00\xff\x96\xba\x89\x35\x9d\x3e\x12\xc0\xf8\x7d\x69\x7a\xa5\xed\x72\x67\xe7\xd2\x68\xfb\x9e\x3d\x4c\x4b\xd2\x34\x0d\x0b\xdf\x27\x84\xef\x6a\xa7\xd4\x69\xe1\x1b\x78\xbc\x2f\x4d\x63\xf1\xf5\x08\xa8\xdd\x97\xa6\xe5\xb6\x33\x01\xb0\xbb\xc5\x95\xb5\xc6\x69\x97\xfd\x19\x5c\x36\x6d\xed\x33\xfd\xbe\x64\x9f\xd2\x9b\x4f\x1f\x97\x33\xf9\x79\xc5\xb6\x4e\x87\x62\x9e\x93\xf3\x93\xaf\xf5\x74\x08\xf5\xc9\x7a\x1a\x4a\x8c\x1c\xa7\x85\x6f\x20\xdf\x96\x5a\xa4\x5c\x9c\x76\x0e\x02\x04\xb7\x38\x93\x6d\x9c\xcb\x9f\xfe\xbd\x1e\x87\x23\x31\x4f\x47\x62\x9e\xa8\xd1\x58\xcb\xa6\xe9\xd9\x99\x70\xa2\xb0\x45\xb5\x7f\xe9\x74\xbc\xd7\x79\xb0\x9d\x24\xb4\xd3\x37\xe0\x89\x13\x58\x55\x10\x70\x9c\x56\xd3\x81\x82\xfb\xd2\x34\xbd\xd3\xdb\x05\xa6\xbe\x5a\xbc\xeb\x2d\x28\x9f\xb8\xe5\xaa\x92\x96\xc6\xe9\x18\x81\xf3\xe2\x38\x75\xe3\x9e\x97\x3f\xed\xcd\x71\xea\x56\x3d\x6d\xce\x3b\x6f\x8e\x45\x2a\xf5\x69\xef\x20\xd0\x73\x5f\xda\x14\xcd\x73\xbf\xf9\x19\x64\xf9\x3e\x7d\xe2\x81\xb2\xfb\xd2\xf4\x19\xac\xde\x9f\x0f\xe7\xe7\x2d\x68\x15\x1e\x49\x75\xa5\x16\xdd\xaa\x4e\xaa\x1b\xd7\xc6\xb9\x4b\xa5\xbe\xcc\x29\xae\x97\x53\x8c\x21\x7f\xea\xe5\x60\xd2\x0b\x6e\xc5\x6a\xff\xd2\x65\xed\xfe\xda\x38\x3d\x31\xe5\xcb\xc1\xa4\x17\x19\x8c\xfd\x4b\x97\xe3\x73\x90\xb2\xf7\xd2\xa6\x68\xa7\x69\x17\xab\x79\x6a\x0a\xc5\x7d\x56\xf6\x29\xa6\x7c\x59\xc0\xbe\xc8\x98\x54\x60\x65\x5c\xce\xed\xb8\xc8\x5d\x54\x12\x74\x5c\xe6\x2e\x17\xaa\x2f\x54\x3b\x97\x2e\x6b\xfe\x17\xb4\xfb\x6a\x27\xd1\x65\xab\xff\x05\x4b\x5f\xb5\xb3\xe7\xf2\x85\x7b\xe1\xc2\xad\x2a\x56\x32\x2e\x47\x25\x5c\x23\x49\xd3\xdc\x6d\x05\xbc\x10\x31\x5a\x55\xed\x69\x5c\x76\x47\x5e\xb8\x8c\xab\x9d\x3d\x97\x2f\xe3\x0b\xee\x48\x57\x86\x1f\x97\xbd\x05\x57\x72\xee\xd2\x45\x2f\x47\x1e\x5c\x50\xdf\xab\x72\x96\xc6\x35\xff\xd0\x38\x77\x71\xb3\xcb\xfe\xc8\x6b\x91\xe6\x6d\x66\x15\xfd\x5a\x5c\x4f\x71\xac\xcb\x11\x41\xd7\xe2\xba\xe8\xc2\xbd\x76\xaf\xcb\xce\x3e\xc5\xcd\x2e\x0b\xd8\xd7\xf1\xa3\x69\xee\x76\x0e\x02\x29\xb7\xd4\xe6\x6f\x64\x07\xe0\x45\x56\xe0\x5c\xa0\xcb\x31\x69\x17\x59\x81\xaa\x42\x8d\xcb\x3a\x33\xc0\x72\x4b\x6d\xba\x1c\x2f\x27\x45\x5c\x64\x05\x4d\x6c\xe2\xba\x9b\x69\x1c\x8b\x2c\xbc\x97\x85\xda\xeb\xbe\x48\xd3\x5a\xdb\x7a\x7f\xc1\x7a\x5f\x85\xc2\x3d\x2e\xbb\xfc\x2f\x58\xec\xaa\x73\x88\x6e\x87\x7e\xde\x50\x8c\xab\x3d\x17\xb7\x05\xd7\x1b\x01\x43\xb5\x89\x85\xdc\xbe\xfc\x6f\x9e\x4d\x7b\x2e\x6e\x5f\xfe\xc0\xb5\x7d\x69\xdf\xf7\xbb\x7d\xf9\xdf\x95\xeb\x22\xc1\xfc\xf6\x19\x23\xda\x55\x6d\xb2\xbc\xdd\xf6\xba\x01\x66\xb6\x54\x15\xab\x18\xb7\x85\xda\xbb\xb1\x4f\x09\x6f\x77\x3b\x4c\x83\x2b\x5d\x72\xc8\xdd\x3c\x4c\xc8\xc2\xb5\xc9\x3c\x71\xfb\xe2\xbf\x3b\x97\x45\xec\xe5\xf6\xd1\xbc\x07\xa7\x2e\x63\xf3\xed\xe3\x77\xf3\xf8\xd9\x01\x71\x8f\xd3\xb4\x8b\x34\xb5\x0b\x4f\x2f\x7e\xed\xb4\x64\x3e\x9a\x40\x5b\x2d\x55\x55\x30\xc6\x6d\x97\x3f\x32\x6d\x4b\xb5\x23\xe1\xf6\x11\x03\x9a\xcf\x4b\xd3\xfc\x1c\xdd\x73\x43\x4e\xae\xce\x3b\xba\x7d\x8c\x6e\x16\x43\x76\xfe\x90\x61\x7a\xc6\xbd\x73\x9c\x62\x21\xb7\x6f\x62\x40\xf1\x14\x57\x9d\x19\xb7\x65\xe1\xfb\xe0\xdc\xb5\x3d\x6f\xeb\xa2\x37\xf4\xcd\xea\x1c\x21\x43\xea\x0c\xa6\xe5\x1a\xfa\x67\xdc\x96\x77\xef\x6b\x90\xa6\x3e\x1d\x6f\x73\xf3\xf8\xd9\x01\x71\x3b\x24\x14\x38\xa2\xc5\x10\x3e\xe3\xb6\xbe\xc9\x74\xde\x6a\xe7\x84\xd3\x79\x07\xd0\x3b\x4b\xed\xde\x66\x3e\x62\xc0\xe1\x2c\xb5\x8b\x2d\xdd\x36\x98\x03\x82\xf3\xa5\x7d\x73\x78\x6c\xb2\x7a\x36\xbe\x4f\xc1\x8f\x8f\xf3\x95\x08\x9c\x59\xfb\xfa\x47\x59\xf8\xb1\x69\xea\xe1\xed\x68\xbf\x86\x33\x81\xc7\x03\xd3\x54\x75\xea\xd1\x63\xd3\xd4\xc3\x93\x3b\x64\xbe\x78\xac\x72\x22\x29\xf8\xa5\xa9\x4f\xfb\xb3\x00\x6f\x59\xea\x90\xb9\xeb\xb1\xf9\xe9\xe1\x31\x1b\x52\x2f\x1e\xab\x9c\xcc\x12\x36\x50\xcd\x78\xba\xe7\xc0\x23\x68\x7f\xc8\x63\x39\x19\xf0\x91\xa5\xda\xe7\xf1\xf8\x96\x03\x74\xe4\x4b\x53\x3b\xab\xa3\x0f\x6f\x40\xfb\x3c\x9e\xf8\xd3\x8e\xe3\x94\x70\xfa\xd8\x27\xfe\xa0\x0a\x7d\xb5\x5f\xe3\xb1\xdf\xfb\x07\x04\x69\xdf\xc5\x63\x75\xf4\x99\x3f\x9a\xda\xd9\x54\x04\x00\xc7\x97\xa6\xb9\xfb\x06\x04\x38\x63\xa9\x96\xa6\x90\x1a\xfc\x3d\x26\x69\xea\xd3\xa6\xa2\x67\xe7\xba\x4c\xb7\xd3\x31\x63\x06\x71\x1d\xf2\xef\x3e\x3e\x9e\xc0\x5d\x2c\x75\x78\x8b\x3a\x65\xe9\x39\x2b\x69\x6a\x67\x8b\xf2\xc3\xa3\x2b\xc0\xc2\xf1\xd8\x54\x84\x64\xe2\x52\x55\xb6\x61\x3c\x16\x94\x1f\x1e\x5d\x95\x40\x18\x8f\x05\xe5\x87\x6a\x6c\x88\x15\x3e\xb6\x36\x3f\x30\x15\x55\x55\x3e\x18\x8f\x85\xe8\x87\x42\xb4\xd3\x92\x1e\xfb\xc8\x9e\x3b\x48\xd3\xfb\xee\x69\xda\x22\x4d\xeb\xe9\x30\x5c\x00\x78\xbd\x34\xcd\xcf\x66\xa4\x87\x2a\xb5\xaa\x1a\x8c\xc7\x66\x24\x66\x33\x57\x15\x2c\x18\xcf\xe3\x7d\x4d\xe1\x5b\xb5\x06\x62\x13\x3b\x88\x6d\x8b\xff\xfe\x67\xc8\x4a\x1d\x4e\x66\x8e\x6d\xe3\x30\xbf\xa3\x12\x9b\x32\xb2\x62\xa3\x10\x2d\x5f\x48\x18\x29\x2c\x7e\x48\x61\xc2\xfd\x8f\xad\xb8\x4f\xb8\xc8\xaa\xd2\x99\x62\xd3\x25\x1e\x5b\xe1\x52\x7f\xd6\xa0\x70\x12\x74\x30\x09\xba\xca\x4f\x12\x9b\x00\x03\x62\x83\x4b\xbc\xc6\x77\xfc\x62\x6b\x1e\x4b\xfb\xb5\xd3\xfc\xc4\x42\x62\xe3\x25\xae\x94\xa5\xd8\xc4\x42\x62\x6b\xec\x73\xa8\x9d\x02\xe7\x03\xb9\xd2\xa5\xca\xe1\x11\x5b\xf7\x1c\x28\x44\xab\x76\x5c\x6c\xa3\x89\x46\x15\x5d\x35\x27\xc2\xc9\xd3\xb1\x51\x45\x57\xad\xe4\xd8\x86\xd7\x9a\xac\x47\xe9\x4c\xb1\x0d\xbf\x2f\xb8\xd6\xa9\xf7\x85\x3f\x6d\x70\x0b\x4e\xcd\x4f\x00\x05\xb1\xc1\x77\x56\x55\xa0\x24\xb6\xf4\xfc\x92\x47\x65\x6a\xee\xb2\x60\xc7\x96\xaf\x3a\x2d\x47\x42\x6c\xd3\x4b\x3d\xd9\xe5\xd2\xf4\xa6\x87\x32\x39\xbd\xa5\x4f\xa4\x24\xcb\xd8\xa8\xf5\x0b\xb9\x38\x9c\x38\x1d\x1b\x0c\xdf\xae\xd9\x19\xdb\xf2\x56\x82\xe1\xbb\x2a\x7d\x2a\x0c\xcf\x16\x1b\xdc\x6a\x55\xe9\x53\xb1\xed\x9e\x1e\xe2\x04\x8d\x7b\x1e\x9b\xdc\x6a\xb1\x51\xd8\x50\x6a\x55\x6c\x87\x69\x07\x69\x55\xcb\x79\x78\xbb\x50\x9e\x57\x6a\x55\x6c\xa7\xc7\x79\x72\x9c\x4d\xed\x4e\x6f\x5d\x0a\x1b\x4a\xbb\x0a\x27\x47\x07\x93\xa3\xab\x52\xab\x62\xbb\xbc\x5d\xe0\xb9\xaf\x72\xb0\xc4\x76\xbb\xdd\xcd\xf9\x75\xad\xe7\xe3\xb1\xc0\xcf\x55\x73\x68\x9c\x8f\xc7\x42\x35\x5c\x35\xa0\xa2\x48\xd5\x8e\x42\x7d\x5a\xa9\x55\x51\xe4\xe8\x8a\x42\x56\xa0\xf4\xa9\x28\x66\x05\xa5\x70\x0e\x3a\x0e\x4e\x80\x0e\xe4\x3b\x97\x2a\xe7\x4b\x14\x39\xb3\x82\x09\xd0\x55\x35\xb7\xa2\x48\x62\x08\xe4\x42\x97\xaa\x82\x5f\x61\x18\xbd\x28\x94\xf5\x05\x19\x17\xc5\x6c\xa2\x50\x9f\x4e\x6d\xf9\x22\x7d\x3a\x98\x1c\x5d\x55\x16\x2d\x9c\x1c\x1d\xc8\x85\x7e\x69\x6a\xd7\x3d\x3f\x5a\xeb\x54\xac\x2c\x8a\xc2\x7b\x83\xc9\xd1\x55\x35\xb8\xa2\x0c\xaf\x27\x59\x81\xe0\xac\xa3\x98\x15\x14\xea\xda\xca\x9d\x8a\x62\x56\x50\xc8\x0a\x54\x4c\x23\x0c\x39\x16\x4c\xaa\xae\x53\xfb\xb3\x98\x15\x14\xb2\x02\xe5\x55\x45\x09\xaf\x0b\xd2\xca\xaa\xf2\xaa\xa2\x98\x4d\x14\xb2\x09\x39\x82\xa2\x98\x15\x94\xc9\xf7\x89\xcd\x3b\xe1\x3a\x0a\x15\x81\xd9\x4d\xf3\xfb\x26\xdf\x37\xd4\xe7\xf2\x38\x79\xa6\xe5\xd0\x89\xb2\x3c\x77\xea\xe8\xc2\x0d\x8b\x22\x1d\x3d\xca\xde\x48\xd3\x5a\xef\xee\x93\x3a\xba\xea\x22\x44\xd9\xfd\x8d\x0e\xce\x41\x2c\xb9\x1c\x9e\xc3\x31\x48\x1b\xff\x24\x0c\x87\xf3\xb1\xa3\x50\xf7\x98\xde\xbe\x87\x5f\x79\xf2\x95\x53\x4b\x73\xfa\x95\x27\x87\x3a\xf5\xe9\x4f\x1f\x09\xb2\x0a\xf9\x7b\xa2\x5c\x9e\xe2\xc5\xf7\x79\x8b\xde\xde\x16\x70\x97\xd7\xb5\x69\x49\xa5\x7b\x44\x21\xab\x58\xba\xfd\x8b\xdc\xe5\x51\x10\xec\x5f\x95\x93\x15\xe5\xf1\x38\x29\x88\xa8\x6e\x7e\x54\xf9\xa5\x82\x79\xdc\x55\x79\x57\x51\xa5\x08\x44\xe5\xb1\x96\x2f\x28\xaa\x8f\x2e\xf0\x2a\x5f\xda\xc7\x2a\xaa\x8f\x67\xe5\xf1\x54\x96\x54\x54\x1f\xcf\x4a\x53\x98\x80\xf3\xa3\xfa\xa6\x66\xf2\x74\x5d\xba\xe1\x9d\x3c\x1d\x48\x9e\x0e\x05\x57\x44\xf5\xc9\xad\x3c\xb9\x72\x2f\x45\x1d\x1e\x0a\x4f\xa7\xdc\x4b\x51\xa5\x8a\x07\x73\xa7\xeb\xd2\x2e\xac\xc3\x53\x0f\x7e\x86\xcf\x7a\x11\x46\x22\x0e\x22\x11\xd7\xf5\x59\xa6\xa2\xfa\x04\x56\x9e\x40\x55\xb7\x89\xea\x8b\xba\xe6\xaf\x9d\xe6\x20\x94\xa1\xa8\xb4\xcf\x0b\xd7\x37\xaa\x82\x63\xa2\x26\x6e\xdc\x25\x0e\x5a\xa7\xdf\x47\xf5\x5e\x6e\xa9\xa8\xbe\xc5\x2b\x6f\x71\xb9\xa5\xa2\x2a\x70\x26\xea\xe2\x9a\x2d\xf5\xb9\x3c\xf7\xc5\xcf\xbe\x34\x16\x05\xb9\x04\x73\xae\x9b\xc0\x48\xa3\xfa\x36\xae\xb8\x8d\x9b\xc0\x48\xa3\x0a\x0e\x21\x98\x74\xdd\x94\x90\x1d\x55\x88\x86\x81\xfc\xeb\xd2\x94\x5f\x15\xf5\xf0\xfb\x10\xe5\xd2\x84\x6f\x1e\x55\x2e\xb2\xa8\x38\x9a\x6d\x2b\x1a\xe7\xe5\xf7\x41\x85\x6f\x9b\xb7\xb5\x8f\x18\x93\xae\x9b\x72\xa8\xa2\xde\x5e\x6b\x44\x9d\x34\xe5\x50\x45\x7d\xbc\x05\x9f\x1f\xed\xeb\xb3\x29\x8e\x35\x1a\xe2\xd3\x9a\x12\xa5\xa2\xf9\xc6\x6d\xdb\x45\x5a\x17\x4d\x7b\xb7\x15\xae\x8b\x04\xde\x26\x0b\x5a\x34\xb8\x85\xdb\x87\x9d\xfe\xfe\x21\x4d\x5b\xa4\xa9\x4f\x85\x88\x04\x72\xa5\x5f\x9a\xfa\xf4\xad\xda\x2a\xd7\x45\x92\x41\xb3\xf0\xdd\x1a\xd7\x45\x7b\xbe\x35\xcf\xaf\xf1\x3b\x48\x6a\x68\xb2\xa0\x05\xf2\xa8\x4b\x53\xa6\x54\xb4\xe6\xf9\x75\xf6\xa9\xf3\xd0\xba\xe7\xd0\xd9\xa7\xf6\x7c\x93\x05\x3b\xda\xe0\x9e\x98\x1a\xa7\x6f\xdc\x36\xb8\x9e\x53\xdf\xc1\x67\xb3\x05\xbf\x83\x24\x83\x16\x1e\x4b\x72\xad\x25\xb9\xb6\xf4\xfc\x70\x36\x9b\xd0\xf2\xa2\xf9\xe6\x6c\x08\x03\x69\x42\x57\x8c\x96\x5e\x4f\xe8\xf6\x4d\x90\xfa\xd1\x7c\xfe\x1a\xac\xdb\x4d\x58\xeb\xd1\x96\xdf\xb7\xf8\xbe\xa2\x76\x6b\x99\xc6\x3e\xc5\xae\x8d\x2c\x1f\x00\x02\x2d\x4d\x09\x4a\xd1\x0e\xbf\xef\xe0\xfb\x74\xc3\xb7\xd3\xed\xe0\xcc\x6a\xc5\xfb\xd3\x12\x6f\x3b\x89\xb9\xee\xfd\x79\x7a\xef\x9e\x27\x69\x1a\xe7\xe5\x39\x5c\x9c\x83\xf7\xe7\xe5\x3e\x2f\xae\x99\x58\x79\xbb\xbc\x5f\x70\xfd\x35\x25\x36\x45\xf3\x15\xd7\x6e\x8e\xc5\xfb\xf3\x76\xbb\x9b\x63\xf1\x1e\xbc\xfd\x6d\x71\xfd\xb5\x22\xa9\xa1\x3d\x5e\xcf\x87\xed\xb4\x07\xbb\xcf\x6d\x47\xfc\x79\x53\xf6\x52\xf4\x2d\x4c\x03\x3f\x2b\xda\x83\x5d\xa0\x07\xd1\x0b\xbf\x83\xae\xfe\xae\x74\xd8\x00\x74\xff\x4b\x53\x9f\xf2\x4a\x05\xb3\xc6\x9b\x3c\x4f\xd1\xad\x34\x33\x6b\xbc\x15\x89\x05\x5d\xa0\x07\xd1\x71\xdd\x36\x79\x9e\xa2\x2b\x4d\x25\x3a\x24\xe5\xa6\x9a\x14\xd1\x9b\xdb\x35\xb6\xd3\x1e\xec\x3e\xb7\x9d\xe7\xb6\x4a\xaa\xed\xdd\x63\xe9\xec\x53\xbc\xb5\x77\xb7\xc3\x7d\xdb\x94\x9e\x14\xdd\xf7\x6d\xc7\x7d\xdb\xe4\x79\x8a\xee\xfb\xb6\x23\x11\xae\x55\x49\xa7\x06\xdd\x8f\xce\x73\x2b\xaf\x54\x74\xa1\xfa\x45\x0f\x8e\xf3\xf3\x78\x44\x4f\xb7\xc3\x7d\xdb\x84\xb2\x17\x06\xab\x8e\xce\x33\x2d\x8f\x55\x74\x9f\x69\x64\xb3\x57\x81\x1a\x44\xf7\x91\xee\x10\x94\x5b\xd5\xd6\xed\xd3\x53\x58\x9c\xba\xb6\xa7\x33\xd8\x83\x19\xec\x4d\x69\x3f\xe1\x0c\xf6\xe8\x00\xab\x6c\x55\x2c\xb2\xef\x9e\xc2\xce\x29\x48\x2c\xe8\xbe\x6e\xfb\xfe\xeb\x53\xe3\x3c\xfc\xbe\xf7\x6a\x1c\x4d\x37\x40\x3f\x3d\xbb\x93\x5f\x7d\x95\x7f\x93\x85\xbb\x65\xd3\x7e\xf1\x43\x2c\x2d\xa8\x0f\x6e\xe7\xc1\x6d\xde\x84\xb7\x47\xc3\x8b\x53\xc9\x3d\xd1\x65\x17\x8f\x8e\x24\xd5\xa6\xe4\x9e\xe8\x8f\xdf\x07\xb7\x54\x93\x6b\x2d\xba\x2f\x5c\xe6\xb1\xb7\x26\xd5\x6a\x58\x6e\x65\x1e\x7b\x53\xe2\x4f\x0c\x5b\xc2\x06\x60\xfd\x5a\xd3\xe5\xef\x1c\xf7\x60\x8e\x7b\x6b\xba\xfc\x87\xd5\xdf\x01\x4b\x58\x6b\x62\xae\xc3\xd6\xae\x51\x7f\xb4\xef\x4b\x0c\x5f\xb8\x4c\x48\x6f\x72\xc9\xc5\xf0\xa5\x3a\x78\x38\xe5\x76\x8b\xa1\x64\xb0\x18\x8d\xeb\xa9\x4f\x38\xac\xaa\x0e\x04\x9d\x34\xa1\xe0\xc7\xe8\x7e\x1f\xd4\xd8\xa6\x84\xa1\x18\xdd\xf3\xeb\xfc\x0e\xa1\xb1\xc8\x2f\x15\x4c\x64\x6f\x2d\xb4\x2e\x56\x71\x07\x2f\xdc\x26\x06\xea\x64\xf5\x18\xc1\xb9\x8b\x81\x0e\x5f\xb8\x03\xc2\x70\x13\xe4\x5f\x8c\xf0\x77\x80\xcf\xaa\x09\xee\x37\x46\x78\x2c\x30\xa6\x37\xb9\xe4\xc2\x19\xe9\x31\x78\x02\x85\xe9\x17\x63\xfa\x7d\xbc\x54\x55\x37\x20\x86\xfc\x59\x31\x90\x44\xd6\x84\xbd\x1f\x63\xfa\x7d\x30\xb4\x37\xf9\xd6\x62\x2c\xd3\x20\xf0\xb6\xae\xfd\x39\x76\xaf\x0b\x54\xd5\xa6\x04\x9e\x18\xbe\x8c\x07\x2f\xdc\xee\x3d\x78\xf8\x3b\xc0\x60\xde\xba\x18\xe1\x38\xbc\x97\x10\x5b\xd9\xba\x84\xcc\xe1\xcb\x18\x59\xe6\x2f\x4d\xe3\xbc\xbc\x27\xe0\x4e\x6e\xdd\x7b\xd0\x97\xf1\xe0\x65\xdc\x65\x7e\x1a\x97\xd7\xe5\xe2\xdc\x75\xc1\x8f\xdb\xed\xe0\x4e\x6e\x2a\x0b\x15\xc3\xc2\xf0\xe0\x99\xee\x52\xef\xc7\xed\x39\x3c\xdb\x7f\xff\x13\xca\x79\x0a\xe7\x96\xc7\x78\x38\x14\xe9\x63\x4e\x2e\x8f\xc1\x23\xdd\xbd\x75\xe5\x06\x0b\x20\x8d\xbf\xb4\x6f\x28\xa1\x08\x91\x60\xe2\x79\x53\xa5\x8e\x08\x1f\xf7\xd8\xd8\xa7\xf4\x31\x27\x9e\x47\xf0\x9e\xee\x62\xae\x61\x8b\x56\xc0\xb8\xdd\xba\xb6\x67\x28\xec\x32\x02\xb9\x60\x4d\x25\xdd\x23\x6c\xd1\x8a\xca\x25\x93\x5e\x15\x2a\x2b\x13\x51\xd9\x4e\xf7\x7b\x28\xfe\x2c\x82\xac\xa0\x8b\xb5\x86\xef\xe9\x68\x5c\x6a\xc9\xa6\x61\x19\x3a\x90\x1b\xd2\x86\x4c\x02\x61\x95\x39\x60\xdc\x6e\x43\x6c\xd7\x08\xec\x11\x3c\xee\x82\x02\x8c\x18\x5e\x97\x51\x48\xd3\x1c\x94\x33\x1a\x81\xf0\xec\xa6\xdc\xa5\x08\x5b\xb4\x02\x16\xad\xa6\xdc\xa5\x30\xaa\x7b\x04\xf2\x49\x9b\x72\x97\x22\xc2\xeb\x02\xab\x55\x13\x84\x60\x84\x75\xe6\x48\xb6\x93\x99\x21\x7c\x4f\x07\x65\x6f\xe5\x35\x85\x93\xe0\x03\x49\xef\x2f\x4d\x6b\x96\x5e\x33\xb2\x10\xf9\xff\x22\x2c\x97\x07\x59\xc8\x90\x4c\x1b\xb6\x6e\x33\x0b\xde\xc5\x21\x22\xcc\x42\x82\x97\xbf\x7c\x83\x11\xcb\x73\xa7\x3c\xaf\x9c\xa7\x88\xe5\x39\x2c\xae\x99\xf4\xb1\xb0\x25\x2c\x76\x8e\xd3\x7b\x5e\xf5\xa5\x22\x76\x8e\x33\x34\x77\xeb\xda\x41\x5d\x7b\x78\xcf\x2b\x1c\x35\x98\x3d\xdf\x94\xd7\x14\x61\x0b\x5a\x1c\x5c\xeb\xd4\x5e\xb2\xfe\x10\xd4\xb5\x87\xec\x0c\x61\x76\x86\x4c\xf9\x97\xa6\xf9\xd9\x44\x16\xd4\x2d\x54\x82\x3e\xc2\xfa\x43\x90\x2d\x09\x5e\x30\xc2\x3a\x02\xb2\xda\x4b\x0b\xef\x5d\x8b\x1a\x71\x9d\x2f\x7b\x91\xba\x12\x97\x97\x8c\xdc\x4c\x2e\xbe\x88\xdb\x5b\x09\x16\xb2\x26\x17\x5f\x84\x25\x94\xa0\x6a\xa1\xa2\xe3\x11\xe6\x74\x41\x4e\x27\x37\x5e\x84\xa5\x17\x66\xce\x37\xb9\xf1\x22\x2c\xbd\x04\xa5\x17\xe5\x26\x45\x3c\xee\x93\xe6\x02\x15\xd8\x8b\xb4\xf4\xc2\xec\xf8\xa6\xbc\xa5\x48\xb3\xba\x84\xc7\xbf\xd9\x57\xe7\xcc\xf9\xc8\x8d\x63\xd1\x71\x48\xab\x24\x89\x80\x9b\xa6\xbc\xa5\x48\xab\x1d\x49\xb5\x43\x10\x82\xe1\xec\xf8\x48\xaa\x1d\xf6\xb9\xa5\x59\x56\x92\x65\x85\x58\x79\xda\x1f\x97\x54\x2d\x94\x64\x14\x69\xd5\x22\xa9\x5a\x84\xb6\x75\x36\xcf\xa1\x71\x0e\x92\x42\xd2\xec\x2c\x3b\xc7\x22\x29\x24\x2d\xd9\x24\x25\x1b\x25\x20\x45\x0e\xb7\x1b\x6c\xa7\x6d\x9d\x82\xe1\x89\x1c\xbf\x76\xff\x06\x2e\x1c\xce\x90\x8f\x44\xaa\x5b\xb3\x4b\x2e\xc3\xd3\x0f\x7e\x26\xdd\x02\x19\x9e\x3e\x35\x16\xbb\xe4\x9c\x21\x1f\xa8\x53\x51\x9a\x6a\xc0\x46\x4e\xbf\x6f\x72\xb9\x75\x0b\xa4\xb9\x56\x92\x6b\xd9\xb7\x96\xb6\xd1\x27\x85\x9b\xd4\x0d\x91\xcb\xdb\x02\x51\x04\x2d\x37\xf5\xa9\x74\xb6\x48\x72\x9f\xd4\x2d\x90\x16\x6e\x92\x96\x06\xfb\x0e\x9d\x05\x1f\x49\x01\x26\xbd\xb5\x4f\x8f\x13\x00\xc2\xcd\x3e\xb2\xb4\x72\xc1\x6c\xf6\xa6\xaa\x9d\x91\x16\x44\x92\x82\x88\x0a\xd1\x46\xde\x5e\x6b\x1e\x5d\x41\x0c\x46\xfa\xe8\x26\x8f\xae\xfd\x60\xe9\xa3\x9b\x54\x3c\xd2\x5b\xd4\x47\x97\x19\xeb\x4d\xd5\xec\x63\xfa\x78\x32\x2b\xbd\xa5\xb6\xda\x54\xc2\x57\x4c\x5a\xe5\x94\x4c\x14\xd3\xc7\x8c\x19\xe4\x4d\xc9\x44\x31\xad\x40\xcc\xca\x35\xd3\x7e\x71\x76\x79\x4c\x56\xbd\x53\x32\x51\x38\x83\x3c\x26\xad\x72\xf6\x67\x39\x83\x3c\x90\x41\x1e\xd5\x53\x68\x1e\x26\x6c\xf0\x6d\x7e\x79\x00\x31\xdb\x6e\xda\x41\x9a\xba\xb4\x71\x0d\x39\xe1\xa5\xd9\xd5\x35\xad\xa4\x23\x49\x3c\x6a\x98\xa4\x1d\x38\x79\x87\xdb\x63\x35\xbd\xe3\x27\x22\x40\x9b\x3d\x4f\x53\xb8\x0f\x31\x11\x66\xd6\x94\x66\x14\x73\xf9\x75\x48\xc7\x68\x4a\x25\x0a\xe7\x7a\xc7\x5c\x9c\x9e\xd4\xa3\x69\xfb\xd9\xe4\x7d\x2b\xd4\xbe\x70\x1e\x78\x4c\xee\xf8\xe9\x39\xf8\xbe\x9d\xf0\x34\x37\x15\x57\x8e\xe9\xfb\x76\xee\xec\x53\xf2\xe7\xf4\x49\x61\x8e\x78\x53\x2a\x51\x4c\xdb\xaf\x91\x12\xfe\xd2\xbe\xdd\x39\xed\x3e\x9a\xb4\xbb\x09\xb5\x2f\xe6\xe9\xdd\x42\x51\xdf\x2e\xa2\x69\x51\x7f\xc2\xd3\xdc\x96\xd4\x70\xe7\x81\xc7\xa4\xdd\x7b\xf9\xb3\xfb\x72\x9c\x70\x2d\x35\x55\xb9\x8c\x69\xbb\xdb\x44\xfc\x4b\x53\x9a\x51\xcc\xdb\xdf\x0f\x51\xa5\x4d\x55\xaf\x63\x5a\xd6\x47\xba\xf8\x4b\x53\xbb\xc7\x73\x87\xf7\xba\xa9\x16\x75\x4c\xa5\x94\x04\xf3\xc0\xdb\x52\x8c\xcb\xb2\xf7\x7a\xf1\xf4\x2d\x5d\x8e\xcb\x36\xb9\x45\x9b\x9c\x5d\x52\x4b\xf0\xc1\xc1\x9c\xed\xa6\xf4\xa4\x58\x8a\xea\x0e\xa4\x6f\x87\x82\x82\x63\x59\x9c\x5f\x08\xf8\x6e\x4b\x8c\x67\x09\xda\x21\x16\xc5\xf9\x25\x0d\x68\xd9\xec\xb6\x2a\xa7\xa0\x3b\x6e\x35\xf7\xc9\x7b\x73\xe9\x8e\x73\x1a\x78\x2c\x9a\xd2\x85\xc0\x17\xcb\x27\x73\xf1\xde\x14\x02\x5f\x2c\x5b\x04\x16\x4d\xe9\x76\x1f\xad\xee\xa9\x23\x50\xbc\xd9\x7d\xb4\x6c\xae\x43\xca\x77\x69\x42\xe0\x8b\x65\x73\xdd\x1a\xfc\xec\xba\x8c\x96\xd5\x80\x45\x35\x60\x2d\xb7\xfb\xd3\x27\xc7\x29\x55\x66\x85\xe7\x0e\xd7\x59\x17\xcc\x5e\x2c\x5b\x0b\x16\xac\x05\xdd\xee\xa3\x65\x15\x61\xc1\x5a\xd0\x37\x5d\x62\xce\x1d\x8f\x05\xd3\x7d\x57\x02\x75\xac\xf4\x76\x01\x04\x45\xb7\xfb\xc8\x79\xe5\x81\xba\x4b\x2f\xad\x8b\x76\x99\xf6\x90\xa6\xf5\x34\x5b\x5a\x73\xfe\xf7\x3f\x61\x83\xd5\xb2\x86\xc0\x94\xf3\xae\x82\x81\xe1\x94\xf3\x58\xc8\x6c\xe9\xf6\x3a\xad\xe5\x9d\x0b\xd8\xbb\xae\x52\xc3\xb1\xcc\xb1\x90\x7d\xfe\xd2\xf4\x19\x6c\x9c\x40\x86\xf9\x4b\x53\x9f\x96\xe6\x91\x2a\x5e\xfa\x26\xeb\xe7\xb2\x57\x0d\xa9\xe2\x2f\x6d\x89\xe6\xcf\x7e\xb0\x4f\xf9\xf4\x5d\xdb\x29\xd6\xc1\xb1\x88\xeb\x3a\xaf\x3c\x16\xb0\x59\xbb\x4a\x3a\xc7\x3a\xfd\x3e\xd8\x1c\xbb\xea\x57\x86\x4b\xe0\xc5\xba\x38\x16\x71\x4f\xe7\x8e\xc7\xba\xf8\x3e\x6f\xf9\xcb\xef\xbb\xf8\x3e\x6f\x6b\x73\x33\xa4\x91\x97\x6e\x0f\xd1\x32\xc7\x5a\x37\xbf\x91\xac\xf3\xcb\x86\x0b\x14\x6c\x2e\x5d\x19\x4d\xb1\x1e\x6f\xcf\x87\xed\xc4\x75\x77\x7b\x0a\x76\x70\xa5\x2e\x78\xbb\xd8\xcd\x95\x76\x58\x20\xba\xd2\x8f\x62\x77\xe8\xdd\x0e\x0b\x44\x57\x7d\xaa\x70\xf2\x78\xec\xf0\x14\x74\xa5\x1f\xc5\x6e\x0f\x1f\xca\x44\x47\xd3\x67\xdf\x6d\x9c\x40\x1a\xf9\xdb\xec\xdb\xd5\x7b\x75\x97\x70\xfe\xf5\x22\xe6\xb9\x5b\x94\xd8\xe1\xfc\xeb\xa5\xfd\x63\x88\xc4\x6e\x49\x63\x6f\x9c\xbd\x78\xeb\x6e\x45\x00\x59\xe6\x2f\x4d\x33\xb4\x22\xb0\x83\xa1\xf5\xa2\xfb\x7d\xb7\x5d\x63\x87\x8f\xa1\x2b\xe1\x29\x76\x61\x5e\xc4\xde\xb9\x32\x62\xca\xbb\xe2\x7e\x63\x87\xcd\xa3\x2b\x19\x2a\xf6\x7e\x9a\xf6\x90\xa6\x2f\x68\x9f\xe2\x3e\x38\x4e\xed\xd0\xdd\xfe\xfe\x7d\x70\x69\xc4\x94\x9d\x76\x1e\x7b\x70\xee\xda\xa1\xbb\xb5\x80\x9d\x8c\xc9\xbe\xa5\xdd\x8c\x09\x99\xe4\xa5\x17\x31\xde\xdd\x8c\x69\x27\x63\x52\x75\xbc\xd8\xcd\x98\x76\x32\xa6\x22\x1f\xe6\x6e\x7f\xff\x3e\xb9\x66\x62\xbc\xbb\x35\x84\x1d\xfe\xfe\x6e\x1f\xd1\x6e\xae\xb5\x23\x8a\xa7\xdb\x47\xb4\xdb\x76\xb1\x93\x6b\x55\xef\x5e\x47\xf8\xec\x90\xb3\xba\xfd\x47\xbb\xed\x1a\x3b\x62\x90\x7b\xf5\xce\x36\xd7\xda\xe1\xc3\xec\x55\xca\xf6\xee\x88\x3e\x64\xb5\x97\x6e\xff\xd1\xee\x38\x81\x1d\x65\x13\xba\x20\xec\x62\x17\x1a\x46\xec\x90\xb3\x7a\x55\x80\xeb\x7e\xb8\x4f\xa4\xb9\xf7\x2a\xa5\xd9\x69\xee\xb1\x93\xa3\x09\xde\x2e\x76\x73\xb4\xfd\x64\x9f\x4d\xdf\xfd\x74\x9f\x17\x69\xde\xbb\xd7\x1f\x1a\x4e\x7c\xf5\x5e\x72\x7c\xc1\x4e\xce\x54\x65\xb7\xd9\xad\x91\x20\xcb\xbc\x74\x3b\x7b\x76\x73\x9f\xfd\xe1\x1c\x64\x73\xdc\xed\xc3\x64\xda\x79\x17\xc6\x5b\x38\xed\x3c\x98\x76\xde\xab\xe4\x48\x57\xdc\x8b\x63\xe3\xb7\xd5\x3e\x3b\x1c\x4b\x7c\x90\x6b\x55\x71\xbb\xc3\x5c\xeb\x80\x9b\xa4\x37\x69\x9b\x87\x6d\xaa\x07\xdc\x24\xbd\xe9\xa2\x3e\x2c\x83\x31\x95\xbd\xdb\x0d\x74\x98\xa3\x1d\x64\x5b\x2a\x4c\x1a\x87\x05\xad\x03\x60\x9e\xbd\xc9\xe6\x78\x38\xd4\xe8\x68\x7c\x9f\x6c\x8e\x87\xe3\x12\x98\xca\xde\x55\x51\x29\x0e\xf3\x9e\x83\xbc\xc7\x2c\xf4\x30\xef\x39\x80\xb4\xdd\x9b\x0c\x29\x87\x8d\x10\x47\xe7\x1c\x64\x4a\x3f\x6c\x84\x60\x0a\x7c\x6f\x32\xa5\x3b\x05\x3e\x98\x02\xdf\x95\x7d\x15\x87\x79\xcf\x81\x80\xe1\xde\x74\x1b\x1f\xc3\x7d\x92\xf7\x34\x69\xb0\x47\x78\xee\x80\xb5\xe8\x76\xe7\x1c\xb6\x32\x1c\xc9\x75\x91\x90\x79\x38\x9e\x01\x99\xf2\xa5\x37\xf1\xac\xc3\xfc\xe5\x80\x3e\xd6\xed\xb2\x39\xcc\x5f\x8e\x59\xdf\x5b\x47\xa6\xca\xc3\xc2\xcd\xb1\xf8\x3a\x99\x00\x0f\xb3\x90\xe3\x65\x21\xa1\x3c\xb0\x38\xac\xa9\x1d\x8b\xab\xe9\xdd\x69\xb7\xe8\xf1\x72\x90\xf8\x33\x01\x07\x21\x1d\x8b\x9b\xc5\x1b\xd7\x66\x8b\x63\xe7\x04\xc4\x20\x0f\xfb\x6b\x0e\xf8\x6b\x7a\xf3\xa6\x76\x68\x21\x73\xf8\xbb\x7d\x47\xce\xe1\x8f\x03\x46\xd3\xde\xa5\x38\x1d\x66\x3c\x48\xe7\x7f\x69\x1a\xa7\xc5\xa5\x03\xb5\x9b\xba\x80\xe1\xe2\x30\x73\x39\x28\x2e\xd9\x49\x72\x58\xf9\x3b\x10\x82\xdc\x95\xb3\x15\x87\x7d\x40\x07\x7c\x40\x5d\x78\xe1\x71\xd8\x07\x74\x5c\x1c\x8b\xc4\xcf\xc3\xe2\xd2\x81\xb4\xc1\xde\xa5\x54\x1d\x0e\x33\x3e\x6e\x8e\x53\xe2\xe7\x71\xff\x69\xc7\x71\xca\x72\x78\x3c\x7e\x1f\x19\x96\x72\xb6\xe2\xb0\x82\x77\x40\xc1\xeb\xdd\x1b\xde\xd6\xcf\x83\xa2\x94\x10\xa7\xc3\xa5\x3e\xe3\xa4\x28\x65\x9f\xd3\xa9\x74\xc3\x38\x91\x6e\xd8\x55\xf3\x29\x4e\x9b\x57\xce\x57\x04\x0a\x61\xb8\xc5\xe9\x50\x45\x20\x0b\x94\xde\xa5\xd7\x9f\x96\x4f\x4e\xca\x27\x5d\x67\xe1\x6c\x7e\x1d\x79\x84\x52\xbd\xe2\xb4\xa1\xf2\x84\xa1\xb2\xab\x1c\x54\x18\x13\x20\x4e\xf2\x08\xe1\xd0\xc5\x69\x85\xeb\x24\x1f\x50\xa9\xa8\x38\xcd\x07\x4e\xa4\x06\xf6\x2e\x4b\xcf\x69\x85\x0b\x69\xfe\xa5\xab\x54\x54\x9c\xb6\x44\x9e\xc1\x76\xda\xd6\xa7\xa3\x85\xcf\xe0\xfc\xb4\xad\x4f\xf3\x0f\xc0\x03\x0c\xd5\x99\x88\xd3\xec\x03\xe5\x9d\x4b\x57\xf5\xa9\x38\x1d\x8e\x48\xb8\x80\x3e\x24\x12\x9c\x16\x5d\x4e\xa0\x6b\x74\xa5\x80\xc5\x69\xb7\xcb\x49\xd6\x62\x97\xd3\x69\x11\x84\x70\x01\xdd\x6e\xa5\xd3\xae\x15\x20\x07\x94\x6e\xb7\xd2\x69\x03\x26\x90\x03\x5e\x9a\x3e\x9f\xc5\x13\x20\x07\xbc\x34\xbd\xcf\x1c\x04\x45\x63\x5f\x9a\xe6\x60\xc5\x89\x98\x00\x7d\xb4\xf8\x37\x49\xf8\xb4\xa4\x71\x52\xd2\x18\x92\x18\x4e\x47\x24\x12\x32\xa0\xab\x70\x55\x9c\xa7\x77\xe1\xc9\xa1\x4a\xda\x3d\x1d\x2c\x7c\x9e\xfc\x14\xd2\xc7\x4e\xeb\x4e\x27\xa5\x10\x7b\x96\x4e\x3b\x76\x4f\xea\x4e\xca\x3a\x8b\xd3\xcc\xe0\x44\xb0\x46\x1f\xb2\x82\x9d\xb6\xa7\x9e\x37\xe7\xa0\x5b\xe5\x34\x33\x38\x6f\xb6\x93\x15\xcc\xb0\x00\x71\xbe\x07\x7e\x4c\xed\x0a\x67\xf7\xc7\x45\x41\xc3\x4e\xa7\xcb\x82\xc6\x85\xe0\xc8\x6e\xa7\x93\xd3\xfb\xe3\xda\x38\x05\x5d\x46\x4e\xef\x8f\x8b\x82\xc6\x90\x8a\xe7\x12\xbd\x71\x51\x75\xb2\x43\xca\xe9\xfd\xc1\xf4\xfe\x3e\x74\xc8\x9c\xde\x1f\x17\x9c\xb7\x5d\x40\x7b\x71\x59\xd0\xb8\x10\xc7\xd1\x87\x0e\xd2\xe5\xc0\xc9\xab\xa2\x4f\xa1\xe5\x85\x53\xff\xe3\x42\x5a\x72\x0f\x59\x35\x2e\x33\x9f\x0b\xd6\x9e\xae\xb2\xdb\xe1\xd4\xff\xb8\xfa\xaf\x9d\xc6\x69\xcb\xcc\x45\x81\x41\x49\x67\x71\xd9\xc2\x72\xd1\xc2\x12\x4a\x1d\xb8\x6c\x61\xb9\x68\x61\xb1\x47\xea\x72\x3c\x06\xd3\xfb\xbb\x3d\x52\x97\xb9\x01\x32\xfd\x5f\x9a\xc6\xe2\x20\x2b\xa6\xf7\x77\x7b\xa4\x9c\xde\x1f\x17\x05\x0d\x21\xe9\xc5\x65\x4e\x71\x51\xc9\x09\x1d\x95\xcb\x42\xc8\x05\x07\x6d\x77\xf6\xd8\xe5\x74\x84\x0b\x30\xe5\xdd\x19\x62\x97\xb9\xc8\x45\x2e\x62\x6f\xd5\x35\xbd\x9e\x8b\xeb\xa9\x63\x74\x39\xe0\xf2\x7a\x25\x92\x31\x75\x55\x5d\xb6\xcc\x5c\xb4\xbe\x84\x4e\xd8\x65\xb1\xe0\xa2\x58\x10\x92\x6c\x2e\x8b\x05\x17\xc5\x02\xd5\xbb\x8a\xcb\xd9\x08\xd7\xc1\x29\xe8\x14\x5d\xb6\x09\x5f\xe4\x20\x76\x72\x5d\xd6\x55\x2e\x8a\x0c\xa1\x20\xb2\xcb\x31\x9c\x17\xb9\x4b\x48\x77\xb8\x1c\xf1\x45\x14\x82\xee\xc4\xb2\xcb\xdc\xe5\xba\xb8\x2c\xd2\x2b\x2e\x67\x2d\x01\x90\xe0\xa5\xa9\xcf\xcb\x4b\x8d\x3c\xcb\x1e\x3e\x2a\x16\x27\x00\x48\xf0\xd2\xf4\x89\xec\x68\xbd\x28\x6a\x84\x8f\x91\xe3\x34\x2f\xe4\x4b\xf6\xf4\x51\xb1\x4d\xf8\xa2\x1e\xe3\x0c\xb1\xdb\x22\xc3\x4d\x91\x41\x10\x7c\x71\xdb\xfa\x72\x53\x8f\x11\x04\x5f\x18\x85\x20\x88\x42\xd0\x53\xba\xe6\x6d\x71\xe2\x2e\x6c\xa7\xcb\xe3\x56\xe1\xaa\xb8\xe1\xc9\xe9\x29\x51\xca\xe8\x05\x81\xc2\xdd\x2f\xed\x9b\xdf\xed\x38\x4d\x00\x19\x94\x9e\x12\xb3\x6e\x87\x82\xdd\xd4\x63\x52\xfa\xc8\x6d\xa3\xf0\x4d\x19\x25\x75\x54\x8c\x50\x10\x37\xc2\xc4\x7a\x4a\x04\xbb\xcd\x42\x58\x01\xbc\xa7\x8e\xca\x6d\x1b\xca\xdd\x39\x07\x89\x60\xb7\x73\x26\xee\xc1\x76\xd2\x39\x6e\x27\x3e\xde\xa8\x18\x64\x77\x86\xd1\x0b\x82\xe8\x05\x5d\xc8\x7d\x61\xf4\x82\x20\x7a\x41\x4f\x49\xf3\xb7\x3d\x47\x44\x2f\xe8\x42\xf5\x8b\xdb\xae\xa3\x9b\x9c\xc7\xc9\x63\xb7\x39\x0f\x8b\x8a\x77\x27\x8f\xdd\x4e\x60\xbc\x27\xa7\x20\x71\xf0\xb6\xfd\xf6\xa6\x29\x24\xb5\x05\x6f\x73\x10\x22\x1b\x74\xcb\x44\xb7\x65\x8d\x9b\xca\xca\x14\xb7\xbe\x6d\xa4\xbd\x69\xee\x10\x72\x5f\xdc\x76\x2b\x01\x1c\xe1\xa5\xa9\x9d\xdd\x4a\x44\x4b\xe8\x4e\x10\x33\x5a\x42\xdc\xd4\x48\x9c\x20\x76\xef\xfe\xec\x34\x85\x4c\xc9\x3d\xb7\xb5\x0e\x16\x31\xef\x42\x03\x8c\xdb\xd1\x65\x37\x9c\xb3\x7d\x8a\x5b\xdf\x66\x13\x37\xd9\x84\x8a\x6b\xc5\x6d\x61\xe2\xa6\x49\xc3\x49\x60\xb7\xdd\x4a\x37\x85\x09\xb3\xcf\xdb\x0e\xd8\xfb\xe6\xba\x88\xeb\x1a\x11\x21\x6e\x6a\x16\x76\xe1\xdd\xd6\x2c\x6e\x1a\x62\x9d\x3c\x76\xdb\x39\x7b\x23\xae\xa2\x4f\x69\x01\xb7\x35\x8b\xfb\x61\x9f\x32\xbd\x3c\x36\xd2\x02\x38\xe1\xa5\x85\x68\x69\xda\x24\x6d\x89\xb6\x9b\xc6\x3e\xe5\xf0\x7d\x6c\xee\x78\x68\xc0\x9d\x62\xbb\x8f\x43\xc8\x1e\xb2\x10\x21\x05\xc6\x63\x16\xf2\x90\x4d\x4c\x05\x0f\x3c\x36\x77\x3c\x64\x13\x53\x12\xca\x63\xcf\xed\xd3\x38\x07\xb1\xd6\xc7\xea\xca\x43\x56\x30\xb5\xaf\x1f\x87\x6c\x13\x2a\xa1\x2f\x99\xf8\x1e\x47\x8c\xa2\xb6\xfa\x98\xb2\x1a\x3e\x4e\xac\x7a\x68\x4d\x5d\xdb\xfc\x37\x51\xf8\x71\xf6\xf4\x83\x40\xf0\x6e\xc7\xe0\xe3\x78\xd2\x87\x8a\xce\xd2\x89\x78\x2c\xdb\x3c\x34\xc4\x2e\x9d\x08\x03\x37\xc4\x83\x68\x8d\xee\x5c\xb5\xc7\x71\xa8\xa8\x02\xff\xd2\xb4\xa2\x96\x6d\x1e\x84\x5c\x74\x15\x02\x8b\xc7\x32\x0a\xc1\x19\xfa\x92\x8c\x62\x70\x86\x78\x00\x7e\xd6\xed\x34\x7c\x6c\x0c\x79\x68\x6c\x5d\x62\xbc\x8f\xb9\xc8\x43\x39\x64\xe9\x44\x3c\x96\x43\x1e\x1a\x4d\x97\x64\x14\x97\x7e\x0f\x02\x37\x74\xd5\xed\x8a\xc7\x46\x53\x96\x7e\xef\xcb\x3b\xdb\x76\x8d\x87\x76\x0d\x7b\x1b\x1f\xdb\x35\x1e\xba\x88\xec\x6d\x7c\x76\x8f\x93\x02\x8c\xbd\x8d\x06\x7c\x88\x87\x5a\x90\xbd\x8d\x8f\xd5\x9c\xe7\xe0\x6e\x92\xcc\xfe\x38\xf2\xfc\x41\xa0\x58\x17\x4e\x62\x18\x28\x22\x9e\x83\x73\xf0\x89\xb0\x41\x95\x60\x10\xdd\x9e\x48\x83\x41\xc4\x43\x21\xc5\x09\x69\x06\x83\x88\x07\x0e\xef\x6e\x6f\xe3\xe3\xd4\xea\xe7\xe2\x5e\x52\xc8\xcc\x73\xf9\xb4\x40\x3d\x1a\x9b\x34\xdc\xc7\xea\xd1\x03\x8e\x36\x84\x93\x18\x06\x8a\x08\x02\x45\x0c\x7b\x22\x0d\x14\x11\xcf\xfd\xeb\x53\x63\xb1\xea\xf4\xdc\xec\x53\x06\x71\x83\x41\x04\xf0\x1d\x5e\xda\xaf\xcf\xdc\x24\xdc\xe4\x06\xe1\x66\x08\x5f\x31\x8d\xea\x90\x2c\x51\x3f\xe4\x36\xcc\x4d\xf8\x2f\xb9\x81\x6b\x0d\xe1\x2b\xe6\x26\xc1\x27\xb7\xc2\x3e\x3f\x81\x22\x37\x71\xad\x64\x69\xfb\xb1\x75\xf5\x29\x6f\x78\x02\xc4\xe1\xa5\x69\x2c\xf2\x2d\xe5\x06\x23\xed\x50\xb2\x5a\x6e\x0a\x7c\x4d\x54\xb9\x2f\x43\x2e\xc5\xdc\x64\xa4\x4d\xa2\x3a\x0c\x81\x24\xa6\x51\x1d\x72\x6b\x9c\x5f\xb8\xdd\x6e\x1a\xd7\x33\x34\x3f\x09\x3e\xc9\x72\xf9\x63\x0b\x8d\x45\x82\x4f\xb2\x24\xfe\x90\x4b\x31\x37\x19\x69\x13\xe0\x0f\x2f\x4d\x63\x19\x5e\xb3\xc1\x71\x4e\xb5\x1b\x1e\xe7\xe0\x9a\x4d\x7d\xbf\xe1\xb9\xc3\x1b\x3e\xe4\x6e\xcc\x6d\x78\x9c\xc1\x71\x2e\xcd\x2f\x3c\xce\xe0\x7a\x2e\xf5\x29\xc3\x4d\x6e\xc1\x7d\xb6\xd4\x67\xfa\x1b\xc1\xe3\x3d\x94\xac\x96\x5b\x7a\x2c\xd0\xb9\x86\x12\xd2\xd2\xb5\xf2\x93\xb5\xf2\x47\xf9\x84\xe8\x74\xad\xfc\x24\xe4\xc3\x50\x15\xae\xdc\x94\x2c\x9a\x1b\x9c\x47\x43\x55\xb8\x72\x9b\x9e\x1f\xac\xc2\x43\xc9\x6a\x69\xc8\x87\xdc\x16\xfb\xac\xea\x73\xf9\xdb\x2e\x8e\xd3\x7b\x5e\x41\xb1\x49\x58\x87\xa1\x0a\x5d\xb9\x1d\xde\x83\x70\x5d\x0f\x39\x1b\x73\x3b\xdc\x0e\xbc\x67\xc8\xa1\x98\xdb\xe9\x76\xa8\xd3\x34\x54\x85\x2b\xb7\xd3\xf3\x43\xc8\xda\x90\x43\x31\xb7\xcb\x67\xf3\x62\xbb\xa1\xb1\x5c\x3e\x7f\x17\xdb\x85\xde\x77\xbb\x1d\x79\x88\xca\x69\xe5\xf6\x98\xf6\xfc\x68\x6a\xf7\x78\x4f\x3c\x9c\xdf\xd4\xb7\x7d\xbc\x66\xb0\xa9\x8e\x32\x35\xce\xc7\x73\x7f\x38\x77\xed\xc1\x62\xfe\x52\xc8\x43\x94\x90\x96\x45\x8e\x9e\x64\xcd\xfb\x51\x3e\x89\x22\x8b\x22\x4a\xb3\x40\xf2\x19\xaa\x97\x95\xa5\xb8\x1d\xc2\xd9\x86\x20\x0d\xd3\x35\xef\xb3\x20\xa2\x74\xc8\x31\x98\x45\x0a\x52\x16\xf8\xa0\x87\x1c\x83\x59\x9a\xdb\x35\xb6\xfb\x6c\x17\x59\x9a\xdb\x21\x1f\x66\xc8\xf9\x97\x45\xd2\x4d\x16\x24\x92\x0e\x25\x88\xa5\x61\x1d\xb2\x20\xd0\x7d\xa8\xd6\x54\x16\x29\x3a\x09\xa4\x86\x32\xaa\x78\x56\xf1\xb9\x25\x3c\xc3\x50\xa6\x57\x16\x25\xa4\x65\x09\xb6\xfb\xa4\xcc\x2c\xe1\x76\xf9\x6b\xa7\x71\x2a\x21\x2d\x0b\x30\x8b\x87\xb2\xc0\xb2\xa4\xd7\x13\x56\xd5\x51\xb5\x27\x5c\x2b\x3f\x81\xd4\xf0\xd2\xd4\xa7\x9c\xbe\x49\xe8\x86\x51\xc5\x97\x8a\xcf\x2d\xca\xdf\x97\xa1\xa8\xa7\x2c\xcb\x7b\x82\xe7\xb6\x7e\xda\x53\x1a\xd6\x21\x0b\xe4\x97\xa1\x1c\xb0\x2c\x3e\xb7\x40\x71\x78\x69\x1a\xcb\xee\xfd\x82\xe4\xf0\xa1\xe2\x4f\x59\x14\x40\x97\x65\xc7\x9a\xb5\xa2\xf5\x94\xd3\x37\x0b\xe4\x90\xd1\xc4\x7b\xca\xe1\x6f\x0b\x59\x63\xc8\xf9\x97\xe5\xf0\x58\x10\x94\x3e\x04\xbd\x98\xc6\x6d\xc8\x72\xb2\xcf\xaa\x39\x98\x17\x14\xf2\x02\x39\x0d\xb3\x9c\x1e\xe7\xc9\x3e\xdb\xbf\x15\xdb\xc8\x72\xfa\x95\x70\xcd\x0c\xa5\x88\x65\xb9\x3c\x8d\x8b\xd3\xf0\x16\xbd\x3c\x8d\x8b\x4b\xa3\x2b\xb7\x5c\x5e\x1a\xb2\x98\xe6\xed\x7b\x7b\xb9\x11\x31\x3b\x84\xda\x98\x45\x11\x30\x59\x10\x01\xe3\xec\xc0\x2c\xb7\xc7\x49\xf6\x23\x44\xc7\x2c\x66\x3f\xe5\xe1\x38\x75\xe5\x16\xb3\x9f\xf2\x70\x9c\xba\x72\xab\x59\x0c\x61\x24\x86\xfc\x8d\x59\x2d\xc2\xd4\x8d\x63\x49\xb7\xbb\x4d\x03\xfb\x91\x53\x31\xab\xd9\x4f\x45\xd0\xfa\x50\x4d\xa9\xac\xc5\xed\x2a\x3f\xa1\xb6\x68\x15\x44\x74\x56\x8a\x22\xfd\x33\xab\x66\xb5\x28\x52\x29\x8a\x28\xd5\x2b\x6b\xf7\x1c\x10\x73\x32\x94\xea\x95\x55\x31\x27\x59\x29\x52\xc8\xed\x96\xae\xdd\x9f\x95\x2c\x46\x30\x8a\x59\xcd\x62\x00\x45\xf1\xd2\x34\x96\x30\x2d\x48\x6b\x9a\x83\x59\x0c\x6b\xf0\x0f\xa5\x73\xa5\x6b\xf0\x27\x6b\xf0\x0f\xd5\x71\xca\x9a\xee\x93\xa2\x41\xd7\x15\xe8\xfa\xfc\x49\x8c\x09\x17\x81\xcd\x6a\xf6\xc3\xda\xfd\x43\x10\x8b\x59\xcd\x7e\x6a\x3e\xff\xfd\x4f\x28\xbd\x2a\xab\x02\xd6\x93\xf0\x13\x43\xa5\xa1\xd2\xf0\x13\x59\xc9\x99\xfa\xd0\xe7\x33\xf7\xa9\xe4\x3e\x4a\xf5\xca\xba\x3c\x85\xc5\x65\x09\x4d\xcf\x12\x05\xa1\x29\x5c\xb0\x35\xeb\xee\x3e\x77\xf6\x99\x7a\xdf\xee\x3e\x77\x7e\x5a\x6f\x41\xd9\x60\xb2\x92\x33\x29\xd5\x2b\xeb\xe1\x2d\x78\x70\x7e\xba\x55\xeb\xe1\xb1\x20\xff\x36\x8a\xba\x34\x63\xaa\x14\x44\x94\x05\x96\xf5\xf4\xb2\x90\xf9\x74\xef\x5c\x33\x9f\x8a\x6c\xfb\x31\x3e\xd3\x54\xd6\xcb\x53\x40\x62\xee\x10\x62\x63\x56\x73\x90\x4a\x65\x46\x2e\xb9\xac\xb7\x3f\x11\x7c\x3d\x43\x99\x5e\x69\xb4\x8b\x24\xda\xc5\x18\xde\xd5\xe6\x04\x95\x82\x88\x5c\x6b\x59\xcd\x09\x80\x84\x31\x84\x18\x97\xd5\x72\x48\xa5\x1c\x22\x30\xc7\x6c\xca\x6c\xc9\x06\x43\xed\x18\xe2\xbb\xcd\x72\x08\x41\x32\xc6\x68\x6e\x27\x86\xd5\x28\x87\x28\xd1\x2b\x9b\x8c\xb8\xd9\xc8\x24\xc6\x67\xb5\xca\x56\xdc\x8e\x32\x8a\x5c\x6e\xd9\x6a\x33\xad\x93\xa6\x3e\x95\xcf\x9b\x0d\xd6\x99\x21\x77\x5c\xb6\xea\x3e\x1b\xfb\xfc\xac\x56\xd9\x2c\xbf\x00\x2f\xe3\xa5\xe9\x7d\xca\xf5\xcd\x46\x5d\x46\x20\x90\xd9\xba\xdb\x75\xb6\x13\xd3\x6d\x96\x6d\x5a\xe7\x96\x90\xac\xd1\xcc\x78\x5a\xe7\x5a\x7f\x3e\xb7\x6c\x66\x3c\xc0\xcb\x78\x69\x6a\x37\xbc\x66\x83\xed\xa6\xbe\x83\x7c\x4b\xd9\x82\xdb\xe5\x0b\xd7\x48\x83\x64\x64\x23\x73\x91\x7f\x2c\x9b\x75\x8b\x46\x4e\x20\xc0\xc6\x34\x10\x46\x12\x08\x63\x28\xd1\x2b\xdb\xf4\xba\x50\xb7\x50\xc5\xa8\x6c\xd6\x2d\x1a\xfc\x39\x23\x24\x47\xb6\xe5\x35\x23\x97\x08\x31\xeb\x66\x2e\xd1\xe0\xd0\x19\xca\xe6\xca\xb6\xfc\x3e\x72\x10\xf9\xce\xb2\x99\x83\x34\x72\x90\xf0\xde\x35\x07\x69\x08\x5a\x1b\x21\x9d\xa4\xed\xee\x73\xe7\x1c\x9a\xc6\x62\x7d\x85\xa0\x1c\x43\x3e\xb0\x6c\x87\xbf\x03\xac\xb8\x23\xc4\xe4\xdb\xe1\x3e\xc9\x42\x94\xb1\x95\xed\xf4\x58\xc8\x42\xe4\x03\xcb\x66\x5d\x86\x80\x1d\x43\x28\x89\xd9\x2e\xaf\x19\x85\x90\x10\x47\x6e\x66\x21\x04\xe5\x18\xca\xd8\xca\x66\x41\xa3\x51\xd0\x90\xc3\x2a\x9b\x59\x08\x41\x39\x86\x90\x10\xb3\xdd\xde\x9f\x0f\xd7\x53\x32\x6d\x7b\x3c\x87\x87\xef\x93\x9e\xd3\x2d\x4c\x74\x64\xc7\x0d\xa5\x48\x65\xb7\x30\xd1\xa9\xcb\x84\xd8\x67\x37\x0f\xe9\xb4\x87\x28\x7d\x2a\x0d\xd8\x91\x1d\x96\xda\xa1\xb2\x50\xd9\xe5\x2f\xce\x8e\xdc\xfe\x21\xf8\xc1\xec\xe6\x13\x9d\x7c\x22\xc5\xe6\x7b\x73\x9f\x28\x02\x3b\x04\x23\x98\x06\xde\x48\xe0\x6c\xbc\x34\x8d\x53\x68\x95\xd9\x81\x56\x39\xb2\xe9\x7d\xe6\x05\x1d\xe6\xd8\x21\x27\x51\xf6\xee\x71\xd2\x3e\x21\x18\xc1\x34\x80\x46\x76\xda\x19\x52\xdf\xb6\xcb\x27\x9c\x1d\x7e\xdf\xa1\x34\xa8\xec\xe1\x35\x83\xdd\x74\x64\xb8\xcf\xdb\xb4\x87\xb4\x7f\x8b\x92\xc8\x6e\x13\x05\xb1\x37\x46\x6a\xcb\x18\x7b\x23\x3b\x9c\x3a\x23\xc5\xb6\xfa\xf4\x34\x26\x52\x8c\xc4\x0d\xfa\xf4\x2c\xc8\x45\xd2\x3b\xc6\x5c\xa4\x93\x8b\x28\xb9\x2a\xfb\xf2\x50\x68\x69\x50\x72\x55\x76\x45\x92\x25\xb1\x37\xc6\x94\x25\xa5\xef\x7e\x1f\xd2\x81\x86\x7c\x41\xd9\x2d\x33\xf4\x57\xb1\x89\xaa\x3b\xb5\xcb\xe0\x9a\x1d\xc5\x60\xc6\x14\xb3\xeb\x16\x27\x3a\x0f\xfc\x14\x43\xeb\x87\x3f\x04\x4a\x51\x0c\xb9\x7b\xb2\xdb\xb0\x41\x3c\x8f\x31\x75\x17\x77\x1f\xf8\x4e\xe3\xc5\xd4\xc5\xd9\x6d\xbc\xe8\xd4\x48\xe6\x67\xdc\x4e\x03\x7d\x64\xbf\xd8\xa7\x18\x8c\xc1\x3c\xb2\xd3\x90\x29\xb7\x4d\x76\x1b\x2f\x3a\xb5\x07\xb9\x5f\xd2\x80\x1d\xd9\x1f\x8e\x45\xa2\xdb\xf0\xa1\x26\x60\xc7\x10\x76\x5f\x0e\x05\x88\xe4\x40\xd0\xd7\x90\x8b\x25\x87\x62\xe4\x73\xd0\x58\x39\xa7\x69\x97\x69\x7c\x9f\xe4\xac\x51\xfd\x3e\x1a\x32\xa7\x98\x88\x01\x3b\x72\x50\x7b\x90\x3f\x24\x0d\xca\x91\x04\xe5\x18\x72\xa3\xe4\x10\x1a\x75\x12\x94\x63\x28\x83\x2a\x0d\xca\x91\x04\xe5\x18\x02\xe0\xcb\x61\xed\x61\xf0\x50\x2f\x7d\xf7\x31\x3c\x4e\x38\x4a\x86\x8a\x38\xe5\x18\x5e\x17\x04\x81\x0c\x39\x43\x72\x08\x4a\x36\x09\xca\x31\x54\xe0\x29\x87\x35\x0b\xe0\x73\xbc\xb4\x29\x5a\x9a\x86\xef\xae\xec\xaa\x1c\xe1\xb9\x53\xb3\x50\x76\x55\x0e\x05\x73\xe4\x80\xa3\x64\xc8\x19\x92\xc3\xa7\x76\xc0\x15\x3b\x04\xea\x97\x06\xec\xc8\x31\x71\x8c\x96\xb4\x54\x03\x76\x24\x01\x3b\x86\x52\xaf\x72\xf8\x48\x0f\x1a\x2f\x94\x7a\x95\x43\xd8\x92\x39\x90\xe1\x37\x84\xdc\x97\x63\xf7\x77\xa0\xf1\x50\x85\xa1\x72\x1c\x5e\x97\xf7\x5e\x4e\xdb\xe0\x87\xed\x0c\xe3\xe0\xe7\xf3\xf6\xb4\x38\x4f\x2c\x8f\x21\x50\xbf\x1c\xb6\x33\x8c\x93\x4b\xe6\xad\xeb\xa3\x39\x78\x17\x0b\xb8\x2f\xc7\xe9\xcf\xc7\xa3\xb9\xa4\x75\x0c\xdb\x15\x07\xef\xe2\x25\x8e\x35\x2e\xbf\xef\x66\x3b\x6f\xf9\xdb\xed\x90\xa9\x3e\x54\x33\x2a\x0d\xca\x91\x03\xc7\x36\x94\x95\x95\xc3\xa2\x3e\xf0\x39\x5e\x9a\xc6\x62\x51\x1f\xf8\x1c\x2f\xcd\x7d\xfa\xf8\xe1\xb8\xbb\xac\x65\x86\x82\x32\x92\xa0\x1c\xb1\xe9\x38\x84\x95\xfe\x80\xd2\x1f\xfe\x0e\xe1\x7b\x3a\xe0\xb7\x88\x4d\xf6\xc1\xf0\x3d\x1d\x88\xeb\x8a\x4d\xb2\x5b\x54\xf7\x59\xd9\xa7\xb6\x7c\xf8\x9e\x06\x06\x47\x09\x81\xfa\x65\xd8\xff\x00\x0c\x8e\x97\x56\x45\x5b\xa6\xed\xa4\x7d\xdf\xdd\xc0\x1b\x19\xf0\xb6\x86\xfd\x2b\x61\x56\x10\x2f\x2b\x58\xa1\xd3\x10\x8a\x1f\xcf\xe8\x5c\x4e\x89\x7c\x61\x71\x3e\x06\x3f\x91\x38\x72\xd8\xc5\x00\x08\x8e\x12\x76\xaf\x84\xaf\xfe\x00\x27\x08\xd5\xae\xca\x10\xcc\x4e\xc6\x7b\x9b\x2f\x15\x09\xcd\xb0\x34\x1f\xc9\x99\x8b\x91\x87\xbd\x08\x91\x9c\xb9\x18\xb9\xa1\x35\x92\xd0\x1a\xb1\xc9\xea\x1d\xd3\xed\x26\xdb\xe9\x14\x85\x0f\x34\x90\x34\x5e\x9a\x56\xd3\x92\x3e\xa1\x35\x62\xd3\x29\x8a\xe5\x95\x5e\x5c\x69\x59\x3f\xc3\x92\x3e\x50\x36\x4a\x28\x09\x2c\xc3\x4c\x02\x48\x1a\x2f\x4d\xcb\x29\x8f\x69\x12\x22\x23\x94\x04\x96\x86\xc8\xc8\x80\x35\x32\xec\x5d\x31\x44\x46\x06\xb8\x44\x08\x0a\x30\xc3\x17\x78\x20\x74\x2b\x8a\x4f\xc3\xe9\x4f\x04\x2e\x11\x45\x12\x66\x58\x9a\x0f\x44\x82\x87\x3d\x2f\x61\x0e\x12\xe0\x20\x51\x24\x7d\xc6\xe5\xb5\x86\x77\x33\x8a\x04\x86\x30\x07\x09\x70\x90\xb0\xe7\x25\x6c\x1a\x04\xb4\xc5\x4b\xd3\x7a\x9a\x13\xc4\xc3\xf9\xc9\x24\x65\x3c\x8b\x24\x9e\x45\x28\x05\x2c\x53\xd1\x9f\x99\xb8\xdc\x43\x69\x5e\x99\xbe\xdc\x13\xd1\x9f\x61\xaf\x4c\x5a\x9a\xcf\x57\x9a\x8f\x94\x22\x63\xa8\x8b\x04\x7a\x45\x89\xa2\x1d\x9f\x76\x3e\x64\xe1\x52\x8b\xff\xa7\x05\x76\xc2\x59\x84\x9d\x32\xa9\xfa\x4d\x99\x95\xcb\x29\x53\x56\x2a\x3a\x2b\xb3\xf1\x33\xa4\xa6\x60\x81\x9d\x90\x15\x51\x66\xfd\x37\x41\xd8\x88\x16\x99\x9d\xb3\x97\xf8\x92\x0a\xbd\xc8\xec\x9c\x86\xf8\x7c\x5a\x2c\xc8\xf1\x0a\xc2\x8a\xcf\xca\xb4\x9b\x32\x91\x98\x1b\xc2\x09\xcc\x54\x10\x56\x26\x82\xb0\x42\x79\x5e\x99\x76\x69\x24\xea\x5e\x44\x15\x2b\x4f\x25\xdf\x66\xc2\xdd\x18\x55\xae\xc1\x34\x0f\x01\x78\xc5\x4b\xd3\x6a\x5b\x2a\x48\xd8\x0d\xa3\x6a\xa3\xa5\x4d\x02\x44\xb3\x08\xe5\x72\x65\xda\xdd\x98\x08\x9f\x88\x2a\x96\x9c\x66\x06\x49\x66\xa0\x7c\xad\x4c\x1b\x07\x13\x59\xb4\xa1\x7c\xad\xcc\xe5\x39\x2c\xce\x5d\xfc\xd3\x48\x17\x99\xaf\x96\x1f\xe9\x0f\x6f\xcd\x3e\x11\x9f\x15\x55\x96\xa0\xdc\xbd\x09\x21\xcc\x47\x95\x7d\xd3\x00\x19\x49\x80\x8c\x50\x61\xab\x4c\x4b\x13\x79\x70\x39\xa5\x71\xa5\x79\x41\x02\x35\x3a\xaa\x78\x6b\x9e\xde\x11\x3c\xef\xf6\x10\xa5\x25\x86\xbc\xd8\x4e\xda\x74\x5e\x6e\x07\x61\x3e\xaa\x77\x99\x5d\x08\x09\x89\x21\x94\x1e\x96\x69\x61\x3e\x1f\xce\x41\x82\x70\x3e\xde\xb9\x80\xf1\x0a\xa1\xfd\x65\x3e\x5e\x6a\x78\x22\xa3\x49\x9b\x9e\x8a\xc1\xca\x09\x0d\x3d\x94\x02\x96\x53\x71\x56\x39\x21\xe8\x47\x2b\x6e\xa7\xf9\x4d\x40\xe1\x86\x90\x00\x73\x2a\x75\x2c\x81\xb1\x11\x21\x67\xd5\xb4\x50\x30\x5f\xa1\x20\xac\xf3\x4f\xab\x00\x40\xd8\x28\x61\xff\xd0\x34\x2b\x00\xc2\xc6\x4b\x9b\xa2\x79\x24\x94\x25\xec\x1f\x9a\x96\x25\x00\xb9\xf1\xd2\xaa\x68\xc3\xb4\x20\x4d\x33\xb0\x2c\x01\xcc\x8d\x10\x7a\x4b\x4e\x6b\x15\xb3\x73\x98\x32\x6f\x4e\xb3\x88\x49\x79\xc1\x7e\xa3\x69\x13\xdf\x84\x39\x20\xec\xff\x31\x8c\x47\xce\x91\xef\xeb\x74\x64\xa7\xad\x7f\x73\xf0\xdb\x0d\xd3\x3c\xf3\xe0\xec\xc4\x76\xa6\xa3\x15\x26\x2c\x83\xa1\x54\xb4\x9c\x76\x49\xcc\xe4\xcc\xc5\x74\x0d\xff\x91\x33\x39\x05\xdd\xfb\x53\xd1\x57\x39\x27\xdb\xc9\x2e\x3f\xa7\xbf\x10\x59\x84\x50\x00\x73\x9a\x45\x4c\xb2\x88\x26\x29\xd8\xd0\x20\x49\x68\x90\x68\xde\x2c\xcb\xef\x83\xf5\x2f\x94\x01\x96\xd3\x8a\x3b\x21\x3e\x42\x59\x5e\x39\xcd\x07\x26\xf9\x80\xb2\xbc\x72\x5a\x26\x98\x94\x09\x94\xe5\x95\xd3\xda\xc1\x84\x17\x32\xec\x52\x9a\x4a\x98\xcf\xc9\x7b\xbf\x4b\xd2\x9d\xa7\x3f\x1f\x22\xa5\xa2\x4b\xf1\x9b\xa7\x37\xfc\xc9\xb1\x78\x57\x5f\xde\x4a\x48\xb4\x0f\x55\xed\xca\x69\x17\xe4\xbc\xd8\xa7\x77\xb5\xe2\x3b\x93\xd0\x20\xd1\xa5\xf8\x19\x1a\x24\x09\x0d\x12\x76\x45\xcd\xdb\xbb\x1a\x0e\x84\x10\xb2\x60\xce\xdb\x6b\x8d\xd8\xcf\xb0\x2b\x6a\x9a\xef\x4c\x58\x06\xc3\xae\xa8\x69\x19\x04\x08\x22\x25\xec\x8a\x9a\x36\x30\x4c\x44\x51\x85\xfd\x4d\xf3\xf1\x1c\xc8\x93\xec\x6f\x9a\xf6\x4a\x10\x6e\x24\x94\x55\x96\x86\x1b\x49\xc2\x8d\x84\x20\x09\xd3\x70\x23\xb9\xe0\x95\x08\xa5\x95\xe5\xb2\x57\x62\x15\xae\x99\x78\xf5\xb2\xd1\x62\x51\x78\xb1\x2f\x6a\x29\x7b\x3f\x17\xb5\x98\x2e\x99\xd5\x30\x25\x49\x2c\x92\xe8\xf2\xe6\x2f\x47\x4e\xac\xca\xb9\x6b\xcf\x2f\xbb\x3c\x57\xe3\x3e\xd3\x9e\x5f\xf6\x4a\x10\x8b\x24\x94\x1e\x96\xc6\x22\xc9\x05\x0c\xaf\xb0\xc3\x69\xd9\x12\xb9\xa8\xe1\x08\x5a\x30\x97\xd5\x18\x62\x8a\xc4\x10\x7f\x59\xc3\x73\x1f\x6c\x57\x35\x4e\xf3\x1e\x62\x8a\xc4\xd0\xde\x35\xa6\x48\x02\x53\x24\xac\xaa\x2c\xdb\x33\x80\x20\xf2\x36\xd3\x72\x5a\x72\x59\x30\x60\x86\xd2\xbc\x72\x99\x2d\x2d\xb2\xa5\x21\x05\x6e\xd9\xe3\x49\xf8\x8f\x10\x42\x60\x2e\xbb\x35\x17\x25\x17\x3b\x8e\x96\x25\x97\x35\x39\x05\x6d\xdd\xe5\x80\x0b\x62\x83\x84\x2a\x84\xe5\xb2\xcb\x13\x70\x1f\x2f\x4d\x9f\xd6\xaa\xca\xda\xb9\x64\x12\x09\x96\x4d\x8d\x6b\x67\x3b\x6f\xa5\xfd\x4f\xbb\x8b\x34\x7d\x5a\x3b\x1e\x00\xe9\x51\x62\x48\xfd\x59\x0e\x80\x58\x27\xdf\xe7\xad\x74\x7a\x9b\x91\xf5\x8c\xe5\x76\x3a\x46\x0b\x41\x9a\x31\xd6\xbf\x41\xa9\xe5\xb2\xfb\x72\x21\x86\x33\xc2\x3b\xcd\x9c\x69\x21\xc6\x2a\x94\x3f\x95\xcb\x5a\x0e\x21\x40\xc2\x7e\xa5\xe5\x18\xab\x45\xae\x25\x24\xc0\x5c\xaa\x6e\x9b\x8b\x9a\x8c\xdd\xb3\xcb\xd2\xcb\x42\x32\x7d\x28\x47\x2a\x97\x39\xc5\x22\xa7\xb0\x9f\x67\xb7\xff\x72\x47\x90\x43\x84\x62\x31\x77\x6b\x32\xfb\xc6\x3e\xc5\x41\x77\x73\x8a\x1d\x49\x28\x61\x1f\xd0\x2e\xb0\xf0\x24\x04\x48\xd8\xcf\xb3\xdb\xb7\xb9\xc3\x67\x11\xca\x83\xca\xdd\x2a\x10\x31\x40\xc2\x46\x86\xdd\x31\x9c\x3b\xe5\x1e\xe5\x41\xa5\xf1\x41\x72\xaf\x6c\xa7\x2d\xba\xdb\xb7\xb9\x93\x8b\xd8\x07\xb4\x37\xb7\xa3\x6c\xa3\x84\xa6\xdc\x2d\xc0\xec\xe4\x14\xaa\x94\x95\x7b\xf7\xba\x50\x80\xb1\x0f\x68\x77\x6c\xd6\x3e\xf8\x3e\xd9\xc0\x76\x2b\x39\xfb\xe0\xfb\x14\x18\xb2\x9b\x8b\xec\xf1\x6b\xf7\x1d\x41\x83\x75\xe4\x0e\x5f\x47\x28\xf9\x28\x77\x9b\x37\x77\xf8\x33\x42\x30\x79\xb9\xdb\x61\xb1\x23\xc7\x2d\x04\x93\x97\xbb\x25\x98\x3d\xd7\x7f\xff\x93\x9b\xa7\x6e\x2e\xb2\xc3\x2a\x1a\x29\x81\x76\xb7\x31\x64\x27\x37\x48\x5d\xe2\xbb\x92\xe9\x73\xa7\x00\xa3\xdc\xa3\xdc\xad\xe3\xec\x40\xec\x0b\xbb\x8e\x76\xeb\x38\xc4\xdc\x88\x14\xb7\xdb\x1d\x7e\xb5\x53\x91\x49\x6f\x41\x1b\x35\x88\x9d\x11\x29\x19\xd3\xd8\x19\xb9\x23\xd4\x3b\xd2\x5b\xd0\x41\x0e\x80\xd1\x78\x69\x5a\x32\x1b\x3c\x76\x1a\x3c\xac\xbd\xef\x56\x72\xf6\x93\xcb\x29\x6e\xbe\x5b\x80\xd9\x2f\xbe\x4f\x97\xf1\x7e\xf9\x7d\x14\x52\xec\x37\xda\xed\xa2\xdc\x69\xd4\x48\x85\x54\xee\x76\x51\xee\x64\x05\xaa\x4e\x95\xbb\xbd\x19\xfb\xcd\x39\x78\x0b\xde\x9e\xc3\xcd\x6f\x24\x13\xed\x6e\x21\x65\xa7\x02\xa4\xea\x54\xb9\x3f\xee\x93\x26\x53\x3b\x95\x76\x0b\x22\x3b\x05\x91\x14\x77\x35\x1e\x47\x1e\x1b\xc7\xa9\x8b\xfa\xb0\xe2\x74\xbc\x9c\x26\x85\x1f\x9f\x87\x23\xbd\x09\xc7\x11\xca\x59\xca\xc3\x91\xde\x07\xb9\xcb\x14\x87\x3c\x1c\xe9\x7d\x50\x0e\x11\xd2\x5f\x1e\x56\x9c\x08\xc7\x11\x53\xdc\xf3\x30\x07\x39\x28\x87\xd8\x51\x75\x98\x4b\x1c\xe4\x12\xc2\xce\xcf\xc3\x5c\xe2\xa0\x35\xd5\x4e\x2c\x43\x6e\x24\x10\x36\x5e\x9a\xda\x39\x2a\xfb\xa0\x25\x44\x79\x49\x79\x58\x27\x39\x10\xad\x10\xca\x4b\xca\xc3\xa7\xfd\x40\x04\x75\x4c\x71\x41\x43\x67\xe4\x11\x9c\x9f\xb8\xe0\xe1\x28\xcd\x23\x39\x07\xe9\x39\x86\xce\xc8\x23\x39\x4e\xe9\xee\x47\x7a\xcd\x92\x7d\x4a\x1e\x34\x74\x46\x1e\x93\xed\xa4\x03\x1d\x16\x1a\x0e\xda\x45\x95\x5f\x94\xc6\xd5\xc8\x63\x72\x7e\xda\x9e\x87\x7d\x97\xc0\xd5\x78\x69\x1a\xcb\xf2\xfc\xc8\x0a\x94\x5f\x94\x87\x23\xa8\x89\x90\x11\xaa\x4c\x95\x87\xed\x1d\x07\x85\x8d\xa9\xa8\xd0\xc3\xce\x93\x63\xcf\xff\xfe\x27\x85\xfa\x92\x87\x55\xa0\x83\x66\x51\xfb\xd3\x8e\xc3\x5b\xf0\xe0\x30\x65\x91\x3a\xac\x1e\x1d\x54\x8f\x94\xb2\x94\x87\xb2\x5d\xf3\x40\x90\x43\x2c\xbf\xcf\xea\xd1\x41\x0e\xa2\x62\x57\x79\x9c\xde\x2e\x94\x43\xec\x4f\x3b\x2e\x6f\x41\x72\x90\xa5\x8b\xff\xb0\x9a\x03\xac\x8c\x12\x4a\x20\xca\xe3\xf2\xfc\x6e\xf6\x29\xa1\xc0\xe0\x19\x79\xdc\x1c\x8b\x84\x82\xe3\xf6\xfc\x5e\xf5\x28\x9b\x5f\x67\xc6\x73\xdc\x1c\x8a\x34\xae\xc3\x8c\xe7\xa0\x15\x76\xc9\x8e\x70\x38\x40\x13\xf0\x1b\x2f\x4d\x43\xb1\x55\xe6\xa0\x76\xb4\x24\x4b\x1c\xd6\x8e\x0e\x5a\x68\x97\x34\xb5\x53\x90\xa6\x79\xd2\x0a\x6b\x17\xdd\xa9\x1c\xfc\x3c\x29\xbb\xa8\xee\x56\x9e\xca\x7e\xcb\x13\x80\x3e\xa1\xe2\x5a\x79\xda\x2a\x73\x92\x83\x28\x27\x29\x4f\xcb\x19\x27\xcd\xb0\xf6\xa7\x9d\xd5\xef\xa3\x26\x63\x7f\xda\xa9\x3c\xfb\x24\x58\x47\xd8\x9f\x66\xb0\x8e\x24\x58\x47\x2c\x59\xb2\x4e\xdb\x59\x4f\xca\x19\x42\x32\xcc\xd3\x8e\x95\x13\xce\x93\x54\x1e\x50\x9e\xe3\x32\xed\x06\x4d\x1a\xfa\xe9\x58\x28\x82\x6e\xa4\x7d\x51\x06\xdd\x48\x60\x6c\x94\xdc\xea\xf6\x6f\xa2\xf0\x69\xe6\x73\xc2\xcb\x9a\x4e\xf7\x39\xd3\xdd\xc2\xf1\x92\x9b\x98\xe4\xe9\x38\xcc\x73\xf2\x95\xda\x16\x06\xd7\xc8\x13\xf2\x44\x3a\x6d\xe7\xb4\x3c\x71\x42\x9e\xc8\xcd\x9f\xd7\xf2\xc4\xb9\xb8\x34\x52\x9a\x4f\x87\x43\x9d\x3b\xc7\x29\x46\x78\x9a\x51\x9c\xd0\x4a\x72\x93\x05\xfe\xb4\x56\x72\x42\x2b\xf9\x23\x2f\x19\x78\x23\x09\xbc\x91\x42\x02\x4c\x23\x6b\xe4\x79\x70\x7e\x62\x92\xa7\x5d\xb0\xe7\xc1\x71\x7a\x5b\x38\x54\xea\x3c\xae\xf7\x04\x4a\x09\x3a\x6d\x7f\x01\x36\xc7\xdb\x4c\x34\x33\x98\xf3\xe4\xb2\xe8\xea\x3f\x2d\xa2\x00\x9b\x23\x9b\x04\xd3\xd3\x3a\xd0\x79\xfd\x9a\x69\x24\x96\x50\xce\x8b\xa3\xd4\xed\x7e\x5a\x42\x01\xfc\xc6\x4b\x53\x3b\x9b\x51\x4e\x98\x4a\xb2\x48\x01\x3a\x1f\x0f\x05\x81\x52\x29\xfc\xc0\xbc\xac\x74\x00\x47\x63\x55\x7d\xf4\xcb\xd6\x54\xc0\x68\xbc\xcd\xbe\x85\xbe\xec\x63\xbd\x60\xb9\x48\xc1\x0e\xe6\xe5\x90\x0a\x40\x65\xbc\xb4\x6f\x93\x5d\x76\xad\x5c\xc8\xff\x4a\xe7\xe5\x18\x3b\x23\x2f\x94\xf2\x4c\x15\xa6\x4a\x63\x67\xe4\x55\x39\x3d\x6d\xdc\xcb\x12\x03\xf1\x31\xb2\x88\x9f\x5d\x76\xbb\x5c\x8d\xed\x74\xf3\x5f\xd6\x2b\xae\xce\x65\x91\x1a\x7e\x0d\xcf\x0f\x16\xce\x2c\xe2\x59\x97\x9d\x20\x17\x74\x87\x2c\xda\x80\x97\xa5\x09\x62\x67\x64\xd1\x06\xbc\x6c\x66\x20\x3e\x46\xda\x3d\x74\xf9\x40\x03\x2a\xa3\x64\xd1\x4e\xba\x9c\xf3\x01\xa8\x8c\x97\xa6\x75\xb1\xf3\xe4\x9a\xbf\x76\xea\xd3\x61\x13\xd7\x64\x3b\xf1\x33\x63\x60\xe4\x35\xb9\x2e\xda\x4a\x97\xcd\x0c\x17\xd0\x72\xb2\x8a\xd7\x5d\xb6\x8c\x5e\x3c\xec\x76\x0e\x5d\x76\x90\x5c\x3c\xec\xce\xd9\xb9\x1c\x09\x75\x41\x62\x48\x87\x3b\x5d\xbb\xbf\x03\xc2\x2d\x52\x85\xa2\xf2\xf2\xd5\x4f\xa0\x8b\xac\xba\x6e\x2f\x2b\x08\x04\xb3\x48\x3b\x87\x2e\x87\x48\x5f\xf0\x90\xa4\x0a\x45\xa5\x81\x2e\xf2\x42\x28\x54\xd6\xe6\x3e\xbd\xcf\x20\x16\x64\xf5\x3e\x73\xb8\xd3\x75\xb1\x4f\xdd\x8d\x06\xba\x48\x02\x5d\xa4\x1d\x47\x97\xad\x9f\xd7\xcd\xb9\x4b\xc9\xb9\x1c\xfb\x78\xdd\x5c\x4f\x49\x98\x97\xad\x9f\x17\x8f\xb4\xaa\x48\xe5\x65\xe5\xe1\x82\xf2\x90\x55\x0a\xd0\xe5\xe3\x4e\x10\x8c\x74\xde\x91\x41\x30\xf2\xde\xb8\x9e\x32\x13\xdd\xd6\x10\x6e\x9e\xf7\xaa\xa0\x3a\x83\x60\xe4\x5d\xf8\x8d\x24\x61\xde\xf6\x91\xdc\x95\xfb\x65\x9a\xd6\x4d\xe3\x9a\x49\x52\xbc\x7d\xde\x6f\x9e\xf7\xaa\xfd\x79\x5b\x43\x00\xe6\xc5\x4b\x53\x9f\xd6\x02\x6e\x60\xde\xa4\x3d\x47\xb7\x2d\x8e\x37\x34\x84\x14\xb0\x60\xde\x76\x84\xdc\x48\xb2\xc8\x26\x71\xf0\xb6\xb3\x03\x00\x15\x25\x9b\x78\xdd\x6d\xab\x22\x51\x29\xd2\x3e\xa0\xdb\xbc\xe0\x0e\xf6\xa9\x8b\xf8\x36\x2f\xb8\x79\xbf\x37\x5d\xc4\xb7\x6d\x05\x37\x8a\x8e\x65\x93\x83\xf2\xf6\x79\xbf\x93\xed\xc4\xcf\x6e\x9f\xf7\x1b\x9e\x90\xb4\x33\xe7\x76\x54\xc5\x3d\x39\x16\x29\xda\xf7\xf4\x58\x66\x92\xa6\x3e\x7d\xde\x6f\x9e\x77\xd5\x89\x4a\x23\x56\xe4\x8d\x38\xe8\x6c\xde\x4b\xf6\x84\xdc\xf0\x84\xa4\xbd\x39\x46\xa5\x48\xa0\x52\x44\xf1\x27\xb2\xce\x7f\x23\x4a\x31\xed\xe8\xb9\x7d\xa4\xef\xf7\x6e\xfd\x13\xff\x70\x3b\x8e\xe1\x7e\x0f\xe9\x9f\xf0\x87\xdb\x46\xbc\xfb\xbd\x22\xff\x44\x38\xdc\x8e\x1f\xbe\x5f\x91\xf8\x4f\x80\xc3\x6d\xf3\xde\xfd\xe0\x5d\x32\x9f\x18\x1f\x22\xef\x57\x0a\x0e\x5f\x52\x8f\x85\x60\x20\x45\x44\x11\x5f\x31\x3a\x44\x02\x1d\x22\x54\x3b\x31\x1f\x87\x15\x3f\x1b\x06\xaf\xaf\xfd\xf8\x26\x05\x36\x44\x14\x59\x55\x1e\xab\xd0\x4f\xcd\x97\xa4\xbb\xf9\xb1\xef\xf1\xa9\xd7\x4b\x12\x6b\x78\x7c\x74\x1e\x20\xfa\xfb\xe6\x7a\x9a\x87\xd1\xb9\x43\x24\xcb\x3c\x96\x7e\x81\xfd\x90\x42\xe6\x4f\x43\x3f\xe4\xd3\xb9\xe9\x24\xaf\x18\xa4\x21\x09\xd2\x90\x76\x95\x3d\x3e\x38\x0f\x05\x63\xbb\xca\x1e\x1f\x0e\xe0\x2e\x94\xec\x5b\xfb\x37\xe1\xf7\x71\xbc\xf1\xc3\x7b\xd4\x9e\x34\xe3\x34\x24\x71\x1a\xb2\xeb\x0e\x7a\x7c\x76\x00\xd9\xf0\xd2\x34\x0d\x9f\x9d\x87\xf7\xa8\xbd\x65\x8f\x4d\xf9\x0f\xb4\xf2\x74\xe2\x96\x71\x1a\xf2\x81\x76\x9d\x4e\xce\x7a\x9c\x03\xf9\xc0\x5c\x9f\xdd\x1b\xc2\xe6\xfa\x07\xe1\x87\xd9\xfd\xd9\x77\xbf\x6f\x67\x9f\x72\x2b\x18\x8b\x21\x1f\x20\xba\x64\xf7\x9e\xb0\x60\x0c\x2c\x86\x3f\xe7\xea\x71\xd4\xe2\xc3\x6b\xd4\x0e\x31\xc3\x2d\xe4\x43\xb9\xb8\x7b\xc3\x58\xc0\x7d\x28\xe0\xda\xb1\xf5\xd8\xc1\xf8\xf0\x1a\xb5\x63\xeb\x71\x1e\xe3\x83\xd0\xc4\xec\x32\x44\x19\x6e\x21\x09\xb7\x90\xc2\x4b\x4c\xc3\x2d\xe4\x73\x71\x7a\x92\xd1\x0d\xa9\x90\xcf\xcd\xb1\x48\x0c\x7a\xac\x26\x3f\x50\x93\xd3\x4e\xaf\xc7\x57\x2c\x21\x15\xd2\x09\x58\x8f\x55\xe1\x87\xd7\xa8\xf0\x12\xf3\x71\x68\xe2\xc3\x6b\x54\xf5\xb4\xa6\x21\x15\xe6\x06\x75\x37\xc7\xc7\xdf\xe6\x26\xb1\x79\x6e\xbc\x46\xe5\xf4\x9a\x9b\x1c\x77\x73\x2b\x58\x6b\x65\x59\xcd\x4d\x62\xf3\xdc\x28\x36\x8f\xa2\x3e\x25\x36\x4f\x20\x28\xbc\x34\xf5\x29\x20\x98\xb9\xbd\x5c\xc2\x92\xf8\xdc\xc4\x0a\xe6\xc6\x5b\x74\x98\x26\x4d\x78\x02\x24\xe1\xa5\x8d\x8f\xa6\x34\xc6\xb9\x91\x4f\xc8\x21\x36\x37\xf1\x89\x09\x90\x84\x92\xa3\xa9\xcf\xee\x65\x41\x0d\x81\x54\x19\xae\xb9\x75\x2f\x0b\x6f\x5f\x65\x67\xcd\x4d\x8c\x62\x6e\xbc\x61\x95\x81\x35\x8d\x7e\x30\x37\xde\xa2\x72\xa4\xcd\x2d\xdc\x2e\xb0\x5d\x94\x2d\x35\xb7\xf4\x52\x23\xac\x28\x05\x50\x38\x8d\x62\x30\x37\x04\x1b\xa7\x32\xa2\xe6\x36\xfd\x19\x78\x1b\x8e\x6f\xeb\xce\x6d\x79\xee\x8b\x73\x4f\xb5\x93\x3a\x3b\xb7\x9d\xe3\xfc\xb6\xe7\xdc\x0e\x7f\x22\x64\xf0\xa4\x32\xa2\xe6\xa6\x0c\x9e\xb9\x1d\x5c\xb3\xa5\xf7\x9d\x5e\xcf\x93\xdb\x65\x69\x5d\x4e\xaf\xcb\xc5\xb1\x78\x7b\x5e\xa6\xc1\x10\x95\xe1\x2d\xa8\x63\x34\x89\x2a\x90\x42\x0c\x9c\xdb\xed\xf7\xbd\xa7\x26\x94\xcb\x37\x0d\x0e\x30\x09\x0e\x90\x2a\x7d\x35\x0d\x0e\x30\xcb\x56\x48\x5b\xa2\x35\xd3\xb0\x73\x55\xfa\x6a\x16\x9f\x22\x82\x0a\xa4\x12\xa9\xa6\x41\x05\x66\x41\xc6\x6f\xca\xc1\x36\xcb\x76\x99\x76\xbf\xc3\xfc\xe4\xa3\x59\x64\x91\x9e\x05\xf6\xa4\x54\x55\xac\x59\xe4\x19\x9f\x05\xf1\x3a\x29\x0c\xc2\x59\xaa\xbb\xa4\x7e\x29\x3f\xd9\x2c\xcd\x53\x00\xa6\x40\x2a\x57\x6a\x16\xe1\x8b\xcc\xd2\xf8\xbe\xa1\x3e\x9b\xdf\xc7\x93\xa2\x5c\xa9\x59\x86\xa7\x3e\x38\xf5\x50\x9f\x0a\xd4\x9d\x65\xe0\x2b\x7c\x01\x0a\xb3\xf8\xa0\x00\x5d\xa0\xa4\xb0\xfd\x66\x11\xbe\xeb\x2c\xc1\x95\x4e\x4d\x21\x4d\x4b\x7e\x74\x6d\xce\xa2\x2b\x73\x12\x52\x20\xe5\x26\x9b\x25\xbd\x9c\xef\x95\x19\x02\x00\x9d\x65\x7a\x55\xe6\xaf\x99\x66\x30\x3d\x4c\x6a\x97\x0a\xb6\x9a\x65\x79\x28\x8b\xed\xb4\x6f\x8b\x6c\xce\xb3\x00\xbd\x28\x73\xd3\x8a\xc9\x35\x35\x0b\xf2\x6c\x32\x37\xbd\x4f\xda\xe5\x2c\xd4\x2e\x05\xed\x37\xcb\xee\xb1\x1c\x6c\x27\xb6\x5a\x0e\xb7\xe3\xd9\x4b\x6f\xce\xd3\xb4\x93\x7d\x56\xbd\xcf\xe7\xb2\xc0\xc1\x9d\xe9\x5d\x76\xf9\x30\xf0\x7a\xcb\xa6\xb9\x5f\x1e\x0b\xaf\x37\xb9\xc9\xa6\x53\xf1\x67\xb9\x39\x4e\xf1\xb9\x72\x7b\x2c\x34\xfc\x08\x86\x6f\x96\xdb\x6b\xf6\xb0\x9d\xb7\xcb\xe3\x6f\xf4\xde\x74\xdd\x6c\xd5\x59\xfa\xb3\x3c\x9c\xba\x3e\x6d\x95\x8c\x3b\xeb\x56\x5f\x41\x42\x33\xa8\xd2\x11\x67\x7d\x4f\x61\x6b\x9f\xdc\x39\x9d\x87\x3f\x99\x87\x9f\xf2\xbb\xcd\x2a\x17\xf5\x64\x1e\x7e\xe6\x67\xca\x9d\xb5\xfa\x6d\xef\x35\x97\x0a\x5d\x9b\x55\xda\xe3\x64\x8a\x7e\xca\xb5\x36\x9d\x86\x3f\x91\x86\x6f\x85\x66\xd6\xe6\x41\xf2\x50\xe6\x34\x4d\x87\xb2\x22\x51\x36\x53\xec\xb6\x76\x8f\xb2\x73\x99\x3f\x30\x9d\x59\xbb\xfb\xec\xfc\x74\xda\xb6\x55\x81\xb6\xb3\x02\xd8\x27\xe7\xa6\xd9\xf9\xc4\x56\xca\xc0\x72\x91\xcd\x1a\x6e\x47\xe3\xf0\x2c\xff\x06\x14\x31\xab\x6c\x49\x13\x79\xfe\x25\x85\xfa\x37\x6b\x78\xa8\x94\x8f\xe5\x41\x9b\xd5\x87\xbd\x52\x3e\x56\x1a\xd8\x74\x02\xff\x64\x02\x7f\xce\xcf\x9e\x32\xeb\xf4\x50\xa9\x5b\xca\xf3\x36\x9d\xa5\x3f\x2b\x39\x81\xd0\x02\xa7\x33\xf1\x67\x5d\x7c\x9f\x78\x75\x15\x0e\xc8\xac\xb4\x25\xcd\xae\x76\x92\x81\x67\xa5\x0c\x2c\xb4\xc0\x59\x7d\x9b\x56\xde\xa6\x73\x68\xee\x87\x3f\x2f\xad\xb5\x53\xa7\xa1\x9e\xee\x93\xf6\x22\x15\xfc\x9a\x4e\xa9\x9f\xf5\xfc\xf5\xa9\x71\x9e\x5e\x97\x57\xf3\x34\xe4\xd1\xac\x97\x3f\xc3\xc5\xcf\x20\x21\xa3\x2a\x48\x7e\x22\x49\xfe\xa5\x69\x39\x6f\x7f\x22\x9a\x76\xa6\xf8\x78\x7d\x3c\xcc\x87\xc3\x4c\x4d\xc1\xa7\x96\x19\xf5\xa9\x2c\xb7\x59\x1f\xf7\xc9\x1b\x7a\xea\xb0\x34\x05\xcd\x4e\x64\xc9\xbf\xb4\x6f\x67\x37\x99\x76\x66\x2b\x7c\xdf\xe7\x87\x9e\x4d\x41\x68\xb3\xbd\x47\x78\x28\x96\x7f\x3a\x6b\x7e\x36\x44\x96\xe4\xfc\xf2\x1f\x66\xb3\x28\xdb\x68\xf5\x99\xe2\xff\x4d\x28\x5f\xb3\xd1\xea\xa3\xe4\xb8\xd9\x9a\xdb\x21\x48\x3e\x95\x00\x37\x9b\x22\x44\x26\x92\xdd\x5f\x9a\xda\x59\x26\x6d\xbc\x69\x95\x00\x37\x5b\xf7\xd4\x79\x70\x55\x5e\x6c\x36\x25\xc7\xcd\x46\xab\x8f\x1c\x76\xb3\xf9\xe0\xb6\x81\xaf\x2e\x56\xdd\xc2\xc3\x7c\xc5\x4e\xe3\x32\xcd\xa6\x70\xb1\xd9\x78\xbe\xe4\x93\x9b\x2d\x3d\x73\x3a\x66\x96\x38\x5d\x93\x63\x66\x36\xea\x98\xf2\xbb\xcd\x26\x24\xd2\xd9\xe8\xb4\x11\x16\xe0\x6c\xbe\x69\x99\xfb\x9e\x4a\x8d\x9b\xce\x7d\x9f\x0d\x08\x19\x29\x9f\xdc\x6c\x96\x64\x99\xfb\x9e\xc2\x10\x9c\x6d\x79\x9c\xb4\xf9\x2c\x5d\x0d\xce\x61\x9f\x6d\xe7\xfc\x42\x5f\x41\x39\xec\xb3\xed\xfc\x7a\xba\x00\xda\xe1\x76\xef\xa5\x3b\x54\xe3\x66\xb6\xc3\x53\x3f\xd8\xcc\x34\x1f\xd9\x46\xfd\x53\xae\xbc\xd9\x4e\x6f\x40\xea\x9f\xcb\xfb\xfd\xf4\x17\x3a\xf9\xd1\xa7\xa6\xee\x0b\xba\x21\xc0\x35\x97\xcf\x82\xcf\x73\xa3\xf7\x45\xa9\x71\xb3\x59\x70\x66\x0a\x7b\xaa\x98\xd9\x6c\x42\x43\x9f\x8d\xfa\xe7\x5a\x9a\xfa\xed\x4f\x84\xb3\x3e\xe5\x3a\x9c\x4e\x61\x9f\x0d\x21\x66\x53\x30\x81\xb3\x3d\x9e\xdf\x7b\x43\x0f\xa5\x53\xcc\xf6\x78\x4f\x23\x3c\x64\x6e\x7f\x68\x5e\x4e\xb0\x81\x29\x04\xc1\xd9\xe5\xa5\x9d\x1d\x19\x75\x73\xfb\x2c\x65\xb3\x9b\x0d\xf4\xc2\xa1\x48\x16\x42\xba\xfb\xf7\x78\x90\x96\xa2\xe9\x7d\x48\x74\x2f\x53\x99\x71\xb3\xfb\xfe\xee\xaf\x96\xea\xca\x38\xb3\x9b\x0d\xf4\xca\x2e\xa5\x0e\x76\x0b\xe3\x1d\x6a\xeb\xab\xac\x7e\xb4\xe6\x61\x22\xc7\x66\x2a\xc3\x6d\x76\x25\xe2\x4d\xe4\xce\xbf\x34\xf5\x69\x75\x97\xc9\xf4\x53\xc0\x83\xb3\x37\x4f\x01\xec\x63\x2a\x33\x6e\x76\xab\xb4\x1d\xc0\x60\x53\x1e\xcc\xd9\xcd\x5a\xfa\xe0\x38\x43\xed\x14\x59\x3f\x3b\x82\xcf\xa6\xc0\x05\x67\x1f\x9e\x5f\xb0\x5d\x6a\x0e\xe1\xf7\x05\xdf\x97\x7a\x9f\x2f\x68\x64\xb6\x97\x29\x90\xc0\xd9\x2d\x8e\x33\xb5\x7d\xca\x6f\x38\xbb\x19\x48\x7f\x19\xc8\x90\x0f\x65\x76\xf3\x88\x0e\x6d\xf7\x55\xe6\x3e\x9a\xec\x57\xb3\xe3\xee\x9e\xca\x54\x9b\xdd\x77\x37\x33\xe2\xa7\x4a\x99\xcd\xbe\x3c\x3d\x44\x8e\x4c\x95\x32\x9b\xdd\xf7\x7a\x87\xfd\x6a\x16\xef\x4e\x81\xa1\x4f\x64\xb9\x97\x29\x3c\xbf\xd9\x7d\xe7\x77\x18\xb0\xe6\xff\x66\xec\xcd\x71\xf7\xc9\x95\x24\x41\x7d\x4e\x91\x37\x98\x20\x83\x8b\x9b\xf2\x94\x91\xa7\xef\xc0\xe0\x02\x94\x50\x55\x0f\xaf\xab\xee\xdf\xa0\x7b\x7e\x66\xd9\x8d\x16\x52\x48\xe0\x97\x7f\x47\xf0\xe3\xea\x34\xdf\x8c\xac\x38\xb3\x22\x25\x51\xfc\x5e\x37\x3a\x5e\xad\xe8\x5e\x2f\x8e\xd4\x2d\x69\x9b\x4d\x2d\xbb\x67\xc1\x5b\xa2\xce\x2d\x4b\x3b\xd7\xad\x6b\x63\xdc\xd0\xca\xd2\x74\x7a\xac\xc7\x92\xb6\x99\x50\x7c\xd9\x31\x9f\xd4\xb9\x2a\x89\xb7\xb2\x63\xce\xa8\x73\xcb\xd1\x77\x27\x64\xbf\x60\xb8\xa9\xec\xdd\xa2\xb4\xdd\xa4\x3c\xab\x4c\xe1\x9a\x62\xae\x7f\xae\x59\xab\x02\xdd\x35\xc5\xfa\x51\x99\x55\xdd\xde\xd5\x6f\x6f\x63\x6c\xd0\x2a\xf3\x42\xcd\xab\xe3\xaf\xec\xa7\x94\xaa\x4e\x74\xf5\x9c\x0c\xe3\x03\x61\x56\x99\x5d\x6e\xd5\x6f\xf6\x6b\x3d\x50\xc6\xb9\xae\x9e\xfb\x69\x2c\x1c\xb3\xaa\xe3\x57\x3d\x9e\x73\xcd\x85\xbf\x07\x83\xab\x2e\xfe\x1a\x27\x37\xf3\x72\xaf\x45\xc3\xf0\xf0\xae\x65\xc2\xe0\xca\xb4\x51\xab\xee\x8c\x32\xd2\x04\x5a\x25\x7d\xb0\xd5\x1a\xdf\x51\xa1\x55\x39\xa3\xa2\x62\xfe\xda\x1e\x3f\x59\xd3\x74\xbb\x47\xdb\xa4\xed\xaa\x1c\x55\x5e\x20\x9f\x8c\xa1\x43\xab\x4d\xc3\xef\xd1\x26\x35\x5a\x15\x5c\xaf\x3d\xa6\x8d\x5a\xab\xca\x36\xaf\x3d\xfa\x49\xad\x55\xbb\xfa\xe9\xd9\xe7\xc6\xd0\xa1\x55\x39\xb8\xa2\x2a\xde\x18\x1e\xb4\x2a\xe3\xbc\x22\xbe\xe3\xf5\x5e\xa5\x0e\x2a\x62\x79\xe9\x34\xab\x3a\xf2\x15\xd1\x26\xed\xbb\x3a\xb4\x7d\x47\xb4\xa9\xed\x2b\xe3\xbc\x8e\x18\x03\xef\xf0\xca\xe2\x38\xf3\xca\xfa\x2b\xe3\x18\x3e\x7d\x37\x63\xcb\xd0\x8a\xab\x52\x07\x35\x8e\x3c\xdf\x24\xb3\x3a\xb5\xb6\x5e\x1c\x67\x0c\x1d\x5a\x5d\xfa\x3d\x7f\x25\xc5\x5e\x6d\x51\xfa\xac\xad\x3a\x2e\xb0\x97\x2a\xad\x2e\xad\x9f\x3b\xd4\x8c\x45\x67\x56\x85\x0b\xaa\xe3\x02\x7b\x79\xa9\x56\xe1\x82\x28\xa7\xb7\x97\xa6\x58\x3d\x3a\x4a\x27\xbe\xd3\x3e\x13\xce\x8f\x92\x79\x63\xe8\xd0\x9a\x54\x45\x7b\xa2\x4d\xde\x9c\x4d\x97\x7f\x73\x9f\xb5\x31\x74\x68\x4d\x66\x7d\x0b\x35\x42\xfe\x40\x6b\x02\x06\xcd\xd3\xb7\xec\xe5\x3e\x6b\x4c\xdf\xb2\x16\x6a\xe4\xfd\x55\x24\x58\x93\x1a\x89\x52\x7b\xe3\x43\x60\xd6\xe4\x8a\x6b\x4e\x97\x63\x0c\x2b\x5a\x93\xaf\xbb\xb9\xf1\x60\xe4\x0f\xb4\xc6\xb0\x97\xb5\x1c\xeb\xd7\x38\x3e\xa9\x98\x28\xc3\x37\xf2\x07\x5a\x93\x61\xd1\xde\x98\x33\xfa\xb8\x9a\x9c\xdd\xad\x44\x9b\x54\xa1\xad\x6a\xec\x35\xe6\x93\x56\x7f\x63\xc8\xd8\xbc\xb4\x3e\x59\x21\xae\x53\x3d\xbd\x45\x3d\xbd\x15\x5e\x8f\xad\x69\x7c\x9e\x70\x6a\xe4\x16\xb4\xd6\xb4\x46\x6e\xd6\x1b\xc3\x57\xd6\x9a\xe6\xcc\x53\x44\x8c\xc5\x5e\xd6\xe4\xdf\x6b\x1e\x32\xbe\x90\xed\x27\x13\x32\xf0\xda\xfa\x64\x7c\xd2\xcb\x9a\x69\xce\xe2\xfa\x67\xd1\x96\x35\x68\x7c\x71\xc5\x17\xed\x25\x39\xea\xda\x88\xef\xe8\x2e\x55\x61\xbc\xb5\x11\xe3\xa3\x49\xd2\x86\xd6\x21\xae\x7f\x3e\xdb\x65\xed\xd3\x18\x3c\x03\xd4\x8a\xf6\xd2\xa7\x7d\xf6\xc5\x18\xe8\xe8\x57\xd1\xbc\x35\xb7\x1f\x2e\xa8\xfa\xc9\xf8\xde\x89\xb5\x80\x06\x24\x02\xb4\x36\xb5\xe7\x9d\xa6\xd3\x18\xa3\xb2\xb6\xd4\x97\x15\xdf\x69\x2f\x2d\x8d\xcf\x1d\x7c\xc6\xf8\x95\xa9\x68\xde\xa2\x68\xde\x48\x12\x68\x6d\x6b\x4f\x84\x9e\xe0\x7b\x5f\xd6\xb6\xda\x0c\x3d\x51\xb4\x3f\xb7\xf6\xbc\xe7\x97\x5f\x10\xf7\x93\x09\x36\xb4\x93\xff\xf1\x87\x32\x83\x4c\x75\xf8\x16\x75\xf8\x17\xe0\x51\xa6\x29\x3b\xd1\x4d\xde\xf0\x9d\x15\x2a\xe6\x65\xf7\xc9\x58\xcf\x65\x5d\x4e\xf9\xee\x4e\x79\xab\xbc\xe1\x55\x6c\x6f\xdd\x5f\x5a\xb2\x4a\xb4\xd8\x75\xdc\xbb\xb3\xe8\x99\x42\x5b\x9d\x44\x3a\xd6\x9d\x29\xcf\x48\x2e\x68\x2a\xb6\xb7\xee\x95\x26\x17\xac\x50\xa6\x36\xc3\x48\x60\x1d\x98\x75\x19\x09\xdd\xeb\xd5\x4c\xb1\xad\xce\x7a\x35\xeb\x81\x44\x2a\x6d\x99\xfe\x9a\x64\x23\x64\xfc\x3d\x39\x15\xbd\x96\x3f\x59\xa5\x65\xdf\xa5\x42\xa2\x42\xdf\x58\x24\x66\x5d\x46\x42\xf7\xe0\xb9\x55\x5e\xfd\x5d\x30\xc4\x2b\xf2\xaf\x8c\xdf\x09\x86\x78\xd5\x7d\x32\x32\x08\x5a\x67\x56\xa9\xf5\x16\xdf\xf1\x38\x74\x19\x10\x5e\x75\x7f\x65\x1c\x43\xd7\x77\x3d\xe6\x85\x2e\xa9\x2e\xef\x84\x57\xe4\x27\xab\xdc\xf2\x9d\x35\xb6\xd6\xfb\xfe\xc7\x1f\x3d\xf3\x86\xeb\x42\x1a\x3d\x6c\x92\xca\xd3\xa0\x0a\x7d\xeb\xee\x18\x34\x3e\xcc\x65\xdd\xf4\x73\xf6\xe7\xcf\xb1\x9b\xd2\x4a\x3d\xb4\x92\x42\x69\x5d\x8e\x8b\x1e\x46\x49\xa5\x0d\xd4\xa1\xe5\x43\x0c\x9d\xa8\xa0\x0b\x85\xf4\x11\xfd\x24\x2a\x50\xf9\xbe\xf5\x11\xfd\xa4\xf5\xde\x87\xfa\xe9\xc9\x69\xf7\x62\xfd\xc9\x64\xb0\x44\xf9\xbe\x35\x22\x06\x95\xef\x5b\x0f\x8d\xc5\xc2\x32\xeb\xf2\x78\xf4\xd0\x58\x4d\xf3\x29\x8d\xd5\x43\x63\xb5\xf4\xf7\xea\xe3\xac\x4b\xa1\xf5\x50\x68\x0a\xa7\x75\x45\x0b\xbb\xe7\xb5\x99\xc2\x69\x5d\xb6\x4e\x5f\x31\x44\x9d\x08\x29\xb4\xbe\xa2\xab\xda\xd9\xb2\x75\x7a\xd8\x3a\xac\x49\xb3\x2e\xe0\xd3\x77\x0c\x5f\xbb\xfe\x68\xda\xbc\x72\xd7\x58\x77\x66\x5d\x0e\x91\x60\x0c\xb0\xc6\x48\x47\x17\x28\xea\x01\x8a\x14\x6b\xeb\x02\x45\x3d\x34\x5a\xe3\xe5\x61\x02\x45\xf6\x44\x3f\x09\x44\x4c\x21\x48\x0b\x8f\x08\x1f\xe7\x32\x93\xb6\xb3\x27\xc6\xce\xcb\x43\x6c\x02\x66\x29\xe6\x8c\xa7\x45\x74\x02\x66\x4e\x2d\x62\x7c\x64\xcb\x4c\xf6\x93\x85\xd6\x6a\xbc\x04\x4c\x11\x0d\xa7\x01\x48\x46\xce\x42\xb3\x57\xbf\xf7\xc6\xd8\xb9\x7d\x4d\xe0\xc6\xde\xe8\x27\x41\x8a\x88\x01\xcc\x3c\xdc\x61\x7c\x2c\xcb\x4c\xae\x0d\xf3\x68\xbd\xb1\x96\xcd\x4c\xd1\x7a\x0b\xcd\xc4\x5a\x36\x33\x79\x4d\x2d\x5c\x1b\x9d\x9e\x58\x55\xff\x9b\x85\x6b\xa3\x53\x63\x1b\x1f\xba\xb6\xa8\xfe\xb7\x4e\x83\xcc\xba\xc6\x1e\x86\x8e\xa2\x6d\xa6\x48\xbe\x79\x5c\xc2\x58\x94\x66\x26\x15\x63\xa1\x62\xf8\xe8\x95\x99\x54\x8c\x85\x8a\xe9\x85\x73\x2d\x15\x63\xee\x1b\x35\x45\xe2\x4c\x31\x0b\x73\xdf\xa8\x29\x12\x67\xd0\x9c\x05\x28\xea\x04\x37\x62\x06\x30\x0b\x15\xd3\xb5\x07\x05\x8a\x2c\xd4\x48\x27\xe0\x15\x33\x80\xd9\x17\x73\x46\x57\x91\x09\x14\x59\x18\x41\x64\x1d\x31\x53\xe6\x80\x7d\xd1\x17\xed\xb3\x4f\x7d\x09\x03\x49\x91\x33\x9b\x1a\x9f\x3b\x55\xad\x13\x6c\x98\x22\x9b\xc1\x1a\x60\x64\x41\x34\x53\x1c\xc4\x42\xbf\x28\xac\x66\x72\xaa\x3a\x81\x40\x32\x16\xac\x99\x58\x03\xcc\x02\x30\xb1\x60\xcd\x6c\x69\x6d\xc3\xb0\xea\xda\xd7\x02\x4c\xb6\xff\x6c\x93\x7b\x49\xfa\xc5\x9c\x92\xd8\xc8\xba\x68\x62\x14\x30\x73\x0e\x33\x33\xaa\x6c\x31\x03\x98\x05\x2a\xe2\x0b\x5c\x66\xf2\xaa\x5a\xf8\x60\x8c\xfb\x1a\xd2\x21\xf0\x14\x07\xe3\x0b\x5c\x06\xa5\x38\x78\xb1\xff\x95\x81\x32\x93\xcc\xcf\x98\x51\x27\x43\xfa\x05\xa1\x5f\x8c\x3a\x59\xd5\xff\x16\xd5\xff\x66\xcc\xb2\x81\xf4\x0b\x02\x4d\x91\xae\xd1\xc0\x77\x13\x0c\x9e\x28\x74\x35\x00\x65\x4d\xb2\xe8\x0b\xd1\x06\xf2\x5f\xda\x8c\xbe\xd0\xd1\x00\xb9\x4e\x11\xa8\x88\xaf\x6c\x19\x84\x8a\x10\xbe\x1b\x56\xc1\x99\xaa\xff\x0d\xa1\x7b\x8c\xba\x15\x0a\xb5\x22\x10\x13\xab\xe0\x0c\x45\x73\xe6\xd5\xff\xc6\x17\xb8\x0c\xca\x9b\xf0\x0a\xff\x64\x0a\x72\x41\xa8\xc8\xab\xfd\xaf\x8c\xdf\x09\x15\x79\xb5\x7f\x32\x56\xac\x19\x14\xce\x81\x67\x11\x99\xa2\x55\x2a\xff\x37\x84\x73\x86\x65\x69\x06\xe9\x2c\x04\x62\x62\x59\x9a\x41\xce\x19\x78\x51\xef\xdd\x1a\x3f\x99\x69\x6d\x3d\x2f\xdf\x14\xe5\x82\x5c\xb5\x08\x9d\xc5\xb2\x34\x83\xa9\xcd\x70\xdc\x40\x7b\x10\xea\x67\x40\x26\xd2\x3c\x1a\x04\x99\x10\xfa\x0c\xda\x83\x8a\xf5\x20\x7c\xb5\xa0\x71\x08\xf9\x6a\x83\x52\xc0\xc0\xbb\x1f\x43\xfd\xf4\xe2\x1d\x63\x0d\x99\x41\x46\x1e\xc2\xc8\x23\xcd\xa3\x41\x90\x09\xe1\xe3\x85\xf6\xa0\x62\x44\x08\x5d\xc7\xf7\xb0\x0c\xd2\x75\x08\x38\xa5\x38\x17\x64\x00\xc2\x13\x8a\x8d\x14\x90\x06\x39\x7c\xe0\x59\xc3\x85\x60\x58\x4c\x04\x86\xab\xb2\x5a\xd1\xee\x5c\xea\x49\x78\x7f\xa1\x5d\x2d\xef\xaf\x13\x0b\x24\xe3\x0b\x5b\x06\xe5\x5d\x05\x9b\x80\xf1\x15\x2d\x83\xbc\xbf\xd8\xb1\xb2\x34\x37\xa1\x70\x30\x22\x44\xa4\x10\x18\x84\x96\x70\xa2\x4d\x82\x68\xb1\x10\x58\x30\x0d\x18\x19\x20\x4d\x4c\x03\x36\x42\x2b\x91\x01\xd2\x06\x73\x8e\x6d\xa4\x68\x93\xbb\x7a\x28\xd6\x33\x1c\xd9\x80\x2c\x8f\x36\x98\xe9\x6f\xc1\x0a\x80\x87\x36\xde\x90\x76\x19\xae\x5d\x40\x26\x47\x1b\xf9\x93\x6c\xba\x2c\xb1\x9f\x72\xdb\x04\x63\x00\x1e\x6a\xdd\x21\x3b\x6e\xb8\x1d\x87\xe7\xef\x82\xe1\x21\xc0\x34\xde\xe8\x0e\x0f\xc4\x78\xd5\x1d\x37\xe5\x40\x12\x48\x1b\xca\x0f\x19\x25\xba\xc3\x03\x31\xa4\xd0\x82\xa4\x00\x24\x88\xb4\x51\x34\x6d\x25\xda\x24\x48\x19\xf2\x14\x0d\xcf\x0f\x01\x19\x1b\x6d\x28\xd9\x6b\xd4\x98\xee\xa2\xef\xa6\x64\xd1\x26\xbd\x2c\x43\x9e\xe8\x20\x30\xc0\x43\x90\x32\x9a\x96\xbe\x45\x3f\x09\xa2\x87\x14\x61\x90\x1b\x40\xb1\xae\xd1\xd5\xcf\xfe\xa7\x8c\x63\x17\x08\x73\xc2\x82\x2b\x63\x9b\x32\x0f\x83\xc1\x00\x8a\x83\x0d\x25\x8e\x0c\x8b\x25\x64\x86\xc4\x50\xf0\x3a\xd8\x0d\xa0\x18\x99\xd8\x0d\x2c\xd8\x0d\xf0\xf0\xb8\x0c\x68\xfb\x5e\x65\x67\x8a\x6b\x0f\x39\xad\x06\x62\xaa\x79\x92\x06\xf4\x73\x88\xe9\xe4\x49\x1a\x32\xf3\xc6\x88\xe1\xd1\xd9\x3c\xa4\xcf\x9c\x03\xe1\xca\x38\x2d\xd2\x59\x41\x7c\x80\x87\xf7\x8a\x88\x0f\x6c\x7c\x31\x9d\xc4\xf3\xe3\xd3\x74\x7e\xf1\x7b\xf4\xc0\x0c\x61\xb7\x20\x45\x00\xdf\xed\x32\x91\x22\xd8\x70\x16\x48\x3c\xc4\x44\x43\xb1\xae\xe1\x39\x2c\x60\x09\xa0\x0d\x69\xb4\x20\x4c\x80\x62\x72\x83\xcc\x6f\xe6\xfc\x08\x09\x49\xa7\x53\x1a\xcd\xf9\x11\xae\x8c\x63\x57\x82\xcb\xd8\xf1\x1d\x9d\xdb\x63\xeb\x3b\xaf\x3f\x06\x6b\x00\x6d\x1c\x6d\xcf\x13\x7d\xe1\x31\xfa\x84\x97\x3e\xc7\x4b\x50\xbc\xee\x13\x5e\xfa\x9c\x49\x09\xac\xf3\xb3\x4f\x1a\x2d\x18\x0c\x90\x78\xe7\x7c\x8a\x50\x7f\x39\xfa\x42\x6c\xf3\x09\x2f\x7d\x39\xfa\xc2\xe3\xf0\x29\x44\xfd\xe5\x18\x1f\x8f\xc3\x27\xad\xf5\x39\x1f\x2c\xf8\xa6\x97\x89\xc1\xc0\x3e\xb7\xd5\x90\xb8\xe5\x3f\xe5\x8b\x7e\xa1\x7a\x52\xd3\x77\x9c\xb3\xaf\xc4\x77\xb4\x29\x3f\x79\x91\xbe\x50\x2f\xf2\xf4\x7d\x4a\x3f\xfb\x6a\x8c\x81\xfb\xf3\x53\xa8\xf9\x0b\x55\x90\x88\x6d\x3e\xa9\x82\xcf\x9d\xcd\xe0\xdb\x5c\xf6\xb5\xbf\x7c\xb7\x43\xf6\xdb\x83\x9f\xbc\x48\x4e\x74\x70\x65\xa0\xac\x4a\xe6\x7b\x90\x44\x8f\xf6\x75\xad\xad\xdb\x71\xc8\xd4\xf4\x9f\xf2\x5f\x3e\xa7\x52\x82\x02\x79\x62\x45\xb0\xcf\x1d\xd8\xc8\xdc\x67\x9f\x54\xc8\xe7\xf9\x2f\x50\xb0\xee\x53\x6c\xdb\x49\x10\xae\x8c\xe3\x93\x1d\x17\xcc\x07\xc8\xcc\x6c\x12\x83\x81\x39\x83\x41\x31\x9a\x39\x9f\x12\x46\x9d\x94\xa0\x90\x2c\xdc\x44\x36\x60\x4e\x36\x50\x04\x22\x3f\x79\x93\x9d\x5a\xa0\x18\xcf\xec\xa7\xb3\xf7\x5d\x34\x51\xa0\x25\xd0\xd1\x73\x36\x81\x22\x04\xf9\xe9\xe4\x7d\x3b\xbe\xfa\x35\x38\x75\x10\xe6\xbd\xda\x0b\x29\xbd\x6d\xca\xa6\x98\xa9\xb9\xa8\x51\xc4\xdf\x9a\x39\x5d\x11\x67\x6a\xca\x07\x3b\xef\x35\x5e\x04\xf4\xa6\x0e\xc1\xbc\x46\x83\xde\x3d\xb5\xa9\x9b\x7b\xde\x9b\x5b\xcf\x9e\xda\x94\x03\x76\xbe\xde\x0d\x22\xc0\x29\xff\xeb\x8c\xcb\x37\x13\xc9\x4d\x5d\xbe\x33\x2e\x5f\x85\x2d\xa7\x4e\x47\x54\xee\x83\x55\x8d\x36\xc9\x0b\x62\xb3\xc4\xce\xa2\xcf\x73\x56\x4d\x96\xd3\x1f\x82\x7c\x29\x36\x75\x69\xcf\x1a\xbb\x8e\x37\xc9\x54\x6e\xd8\x8c\xcb\x37\xd3\xcd\x3f\x15\xde\x99\x2d\xbe\xa3\x75\x3d\x95\x99\x39\xbd\xea\x0f\x99\xfb\x67\x76\xad\x8e\xa7\x61\x23\xd3\x9a\x98\x4a\xfc\x98\xee\x64\xc5\x4b\xcd\x3e\x15\xde\x99\x9e\x39\x06\x85\x26\xa7\xbc\x23\x51\xee\x0f\xbe\x98\x66\x53\x61\x60\xaf\xee\xbf\x32\xce\x99\x42\xbd\x33\x6e\xd1\x97\x9e\x1a\x95\xfb\xdb\xf4\xca\x25\xbc\xd4\xec\x53\x8e\x54\xaf\xee\x4f\x20\xeb\xa5\x4d\xdd\xa2\xd3\xad\x02\x28\xa4\x39\xe5\x59\x98\xee\x9d\xc4\xab\xed\x22\xef\xc1\x74\xbc\x8d\x97\x60\x66\xea\x1c\x78\xfd\x7b\x02\xb9\x26\x6d\x2a\x2f\x7a\x9e\x18\x1f\x01\xcb\x94\x17\x60\x9e\xf8\x8e\xfb\x65\xc9\xd2\x5f\x4f\x7c\x47\x8f\xcb\x22\x97\x9f\x79\xdd\xfc\x95\xf1\x3b\x1d\xbc\xe5\x61\x52\xbc\xb4\x4c\x97\xbc\x85\x2b\x30\xf5\xcb\x94\xb3\xa5\x93\xb2\xbc\x5c\x8f\xf4\x87\xb6\x64\x24\xaf\x6b\x24\xb7\x52\xff\x1e\x3f\x84\x2d\x99\xd0\xeb\x02\x53\xf1\x1f\x9a\x2a\xdb\x6d\xb9\x67\x0f\x2f\x11\xcb\x52\xf8\x71\xc5\x8d\xf0\x12\x95\x2c\xa5\x29\x78\xb1\xfa\x95\xfd\xe6\x73\xe9\x46\x58\xb1\xaf\x15\x0a\x5d\xd2\xfa\x51\xa1\x8e\x42\x15\xb7\x4c\x63\x0f\x70\xc8\xa7\xd4\x6c\x69\xef\xae\xd0\xfa\x85\xb7\xc5\x92\x25\xbc\x02\x1c\x16\xe6\xb1\x2d\xa5\x30\xac\xd8\xd7\xe4\xb6\xb4\x25\x74\xb8\x9c\xeb\x1b\x7c\x66\xcd\x96\x32\x9a\x96\xa7\x30\xa0\x10\x95\x2c\x05\x0f\xd6\x88\xf1\x51\x3f\xaa\xb2\xdd\xbc\x90\xfd\xca\x1a\x65\x3c\x2b\xeb\x8b\x7e\x52\x43\x2e\x05\x08\xa2\xb2\x1d\x85\xa8\x44\x95\xed\xb6\x66\xfc\x1e\x11\xee\x92\x87\x6e\xf9\xfb\xeb\x50\x28\x74\xc9\xa4\x5d\xf3\xfc\xe3\x0f\x55\xeb\xd9\xd2\x1d\xb4\x02\x00\xf2\xb9\x34\x5b\x3a\x62\xeb\x5a\xb7\xfd\x2f\x2d\xea\x7e\x5a\x71\xfa\x0a\xb5\xe7\x92\x7f\x6e\xed\xe8\x25\xb5\xe7\x52\x40\x73\xed\x18\x1d\x53\xdc\x54\xd7\x6e\x51\xd7\x8e\x42\x1c\xbe\x64\xed\xae\xf3\x67\x9b\xdc\x65\xf2\xff\x7b\xcd\x7b\x2f\x74\x0b\x2d\x25\x3d\x46\xc9\x3b\x58\xff\x67\x2a\x79\xb7\xed\x15\x48\x60\xfd\x9f\x6d\x1d\xe8\xfd\xc4\x86\x60\x90\x74\x2b\xb5\x6a\x3f\xd1\x4d\x1a\xc9\x5b\x87\x7d\x07\xdc\x24\x21\xa6\x6d\xa5\x5d\xed\xe4\x0a\xb2\xf2\x30\xa8\x54\xde\xb6\xe7\x3d\xa0\x52\x59\xab\x54\xde\xbc\x32\x3e\x41\xb5\x81\x5b\x4a\x62\x87\x21\xac\x40\xe8\x56\xd6\xe3\x0e\xb8\xa9\x22\xbf\x2d\x4b\x77\xbf\xd1\x17\xc2\x81\xad\xb4\x2b\xaf\xa8\xbf\x32\x8e\x4f\x61\x03\xaf\xa8\xef\x0a\x39\x6f\x29\xa5\xed\x9e\x3b\x28\x46\xba\x75\xd7\x6e\x4f\x88\x84\x6a\x03\xb7\xf4\xce\xae\xde\x24\xd5\xce\x56\xae\xe4\x8e\x6b\xb8\xbe\x5c\x3d\x5d\xc3\xbb\xc6\xe8\x08\xd4\xb6\x42\xa4\xdb\xc3\xa0\xa8\x3c\x5e\x5b\x36\xf0\x0e\xe0\x4b\x8e\x4d\xdb\x02\xbe\x51\x98\x0f\x85\x56\x77\xfb\x4b\x9b\x5f\xc8\x7e\x1b\x77\x77\x7d\xd7\x11\x32\xb6\x29\x1b\x78\x87\x0d\xac\x72\xc3\x2d\x35\xb7\xe3\x8a\x56\xb9\xe1\xd6\x55\xeb\xb5\xf6\x09\x7c\x80\xcd\x36\x09\x35\x6c\x8f\x98\x4e\x5e\x29\x5b\xce\xb9\x3d\xa2\x4d\x1a\x04\x5b\xce\x39\x2f\xbe\xbf\x32\xce\xa7\xae\xe1\x1d\xd7\xb0\x4a\x11\xb7\x9c\x73\xfb\x8b\xdd\xa9\x35\x92\xa1\xbb\xbf\x68\x53\x27\x45\x0e\xb8\xfd\xc5\x4e\xe2\xd5\xb0\x15\xcf\xdc\x9e\xa5\x0d\x92\x6f\xda\x56\x50\x72\x7b\xd0\x00\x7c\x9c\xcd\xb6\xb2\x2c\x76\x18\xa5\xaa\x37\xdc\x0a\x4a\x6e\x2f\xa3\x82\x02\x9d\xe2\x02\xb0\xed\x59\x16\x68\xda\xd5\x52\x4a\x3b\x0c\x56\x15\x07\x6e\xb9\xe0\x9c\x18\xe0\xca\xf8\x9d\x82\x92\xdb\x83\x06\x68\x84\x27\x47\xda\xe5\x78\x70\x11\x0a\x58\xaa\xea\xdf\xbc\xca\x3f\x41\x41\xc9\x43\x5a\x3d\x3b\x01\x09\x48\x94\x69\x47\x06\xeb\xb9\xc0\x1c\x2f\xb7\xc4\x91\x02\x39\xee\xdf\x87\xea\x06\x8f\xf2\x2f\x4f\x28\x90\xf6\x97\xef\xd4\x95\x1c\x53\x46\xe4\x72\x5e\xb5\x19\xb6\x6c\xa3\xce\x3d\xb2\x65\xcf\x1b\x43\xe7\x36\x3b\x8a\x0b\x9c\x37\x86\x40\xbb\xf3\x28\x2e\x70\xc2\xce\x55\x75\xe0\x51\xb6\x44\xb0\x10\xa0\x71\x9b\x1d\xc5\x24\x4f\xd8\xc0\x8a\x81\x1e\xa1\xfc\xe3\x89\x5a\x68\x44\x27\x47\x99\x14\x41\x43\x00\x72\x76\xda\x51\xbc\x32\x68\x08\xc0\x77\xdb\xec\x08\xb9\x9c\x6b\xcb\x36\x81\x3d\x51\x09\x98\x53\x09\x88\x73\xdc\x8e\x72\x25\x9c\x54\x40\x94\xe3\x76\x64\xac\x3a\x6f\x40\x7b\x35\x5f\x42\xdc\x4e\x1b\xd0\x5e\xde\x43\x47\x00\xe3\x04\xc0\x50\x21\xe2\x11\xc0\x38\xee\x86\x07\x79\x3e\xed\x90\x66\xc3\x8e\x9f\xf4\xa4\x91\xe9\xc0\x9e\xef\xcf\xcf\xb8\xaa\xf2\x4c\x9d\xf0\x4c\xf1\xf5\x38\x13\x1d\x80\x1d\xf7\xa6\x43\xf5\x8b\x47\xd5\x55\xc7\xa3\x8a\xe8\x54\xc6\x67\x6a\x4e\x3c\x3a\x88\x4e\x27\xa7\x4a\xfe\x2d\x4a\xfe\x41\x9a\x4f\x3b\x3a\xb0\x27\x3c\x4c\x9d\xca\xf8\x28\xbd\xe9\x04\x1a\xe8\xf5\x6f\xfa\x7f\x8f\x20\xfe\xf1\x4a\x29\xa8\xbe\xf1\x28\xd0\x77\x4e\x0c\xb1\xe9\x27\x75\xf6\x02\x49\xf0\x31\x3b\xa8\xea\x1f\x4f\xa0\x85\xfe\xd3\xe3\x78\x78\x7b\xe3\x09\x47\x12\x5f\xa4\xc3\x93\xf5\x5d\xb8\xbf\xfb\xef\xf0\xe1\xe1\xe1\xc3\xf3\xc6\xf0\x7f\x54\xde\x78\x98\x10\x80\xc7\x6b\x1d\x40\xf6\x50\x3c\xb4\xa2\xf1\x5c\x00\x50\xf1\xc3\x65\x50\x65\x3f\xa2\xb2\x1f\x8c\xe1\xe2\xa1\x8f\x09\x4f\x58\xd8\x24\x1d\xc5\x53\xd4\x64\xdc\xec\xfd\xa7\xe2\xf1\xd0\xa0\xc0\x53\xa2\x4d\x70\x5a\x78\xb3\xe3\xb9\x37\xbb\x9e\xbd\xc2\x53\xd5\x95\xfa\xe7\x67\xfc\x39\xa6\x03\xe0\xf1\x74\x00\xf0\x71\x3c\x3c\xbc\x85\xf1\x78\xbe\x34\xf8\x02\x1e\x9e\xa6\x21\x78\x48\x0e\xac\xa8\xc4\x63\x1a\x82\x57\x41\xc0\x7e\x86\x01\x1e\x1a\x0d\x78\x3c\x7c\x06\xcb\x9c\x69\xe6\x33\xe2\x89\x9b\xd6\x5e\xb6\x39\xb4\xb2\x71\xfe\xec\xe5\x2a\x0c\xad\x6c\xdc\xb4\xf6\x72\x0c\x9f\x7e\xcf\x9f\x16\x07\xcb\x1b\xf1\x7c\x1a\x43\x1c\x24\x86\x62\xf1\xd0\x91\x84\xc7\x33\x80\xc0\xd2\x47\x3c\x53\xcb\x10\xb7\xa9\x15\xce\x27\x8d\x68\x3c\x71\x00\x49\x56\x8a\x67\x69\x0c\x2b\xe6\xa5\xb2\x9f\x4b\x6d\xc6\x4d\xcb\xd2\x47\x38\x43\xc0\xef\xcf\x18\x7b\xe3\xd8\xb7\xd6\x36\x6e\x53\xd3\x69\x38\xda\xd5\x61\x7c\xb3\xbe\x11\xcf\xd1\xba\xc7\x6d\xca\xfa\x46\x3c\x47\x6d\xc6\xc9\x64\x7d\x23\xc4\x32\x80\x60\x19\x80\xf1\xa4\x88\x49\x00\xc1\x24\x00\xd6\x37\x22\xb1\xf6\x11\x29\xfd\xf9\xdd\x6f\x2f\xa5\xa4\xef\x52\x7c\x07\xc9\xfe\xf2\x5d\xcc\x27\xf7\xae\xa8\x04\x90\x02\xc7\xd3\x6f\x87\x24\x4d\x90\x3c\x7f\x19\x74\xdc\x21\x91\xf2\x0a\x29\x34\x01\x3d\x77\x48\xaf\xfa\x12\x38\x9e\xe1\x5d\x24\xe2\x78\x24\x2f\x7e\x04\x8b\x18\x91\x8a\x7e\x2f\x1c\x63\xc8\xfc\x8e\x69\x3c\x48\xc5\x0d\x42\x1e\x87\x44\xd0\x8d\x54\xa3\x9b\x2f\xa7\xb3\xaa\x9b\xe1\xfb\x22\x7b\x28\x44\x41\x80\x54\x63\x08\x2f\x7f\xae\x6a\x5a\xc2\x2f\xc6\x0a\x47\x24\x1d\xf7\x14\xa0\x9b\x15\x8e\x48\x5d\x53\x1d\x9e\x61\x32\x8b\x22\x11\x58\x23\x79\xee\x21\xb3\x97\x91\x4c\x3b\x22\x70\x35\x83\xc2\x48\xa6\x91\x3b\x25\x2e\xc0\x5d\x9d\xa0\xa1\x23\x66\xac\xf1\x3b\x68\x15\x02\x8f\x93\x90\x14\x09\xea\xca\x88\x55\xe7\x8e\x4f\xc4\xe3\x48\xe3\xbd\xdd\x7c\x25\xd2\x02\x85\x92\x40\xe7\xc8\xc7\x5f\x9a\xf4\x05\xd2\x84\x7d\x1a\x9d\xe7\x43\x83\x81\x5f\xa4\x4f\x93\x19\x68\x1c\x3a\x0b\x9f\x16\x28\xd0\x38\x74\x16\x96\x7a\x79\x55\x02\x18\x0e\x47\x5a\x5a\x03\xcf\xc4\x01\x63\xc2\x48\x4b\x93\x19\x96\x3e\xcb\x1b\x91\x08\xaa\xe1\xdc\x04\xf9\x79\x74\x14\xb6\xda\x3c\x25\x64\x6c\xf3\xa8\x9b\xf7\xa2\xcd\xcf\xc3\x2d\x9d\xf9\x9e\x06\xf2\xf3\xba\xec\x07\x79\x90\xf9\x16\x18\xf2\x3d\xf5\x57\xd6\x28\x1b\x92\xcd\x90\xb1\xcd\xa4\x36\x53\xb4\x49\x35\x9e\x09\xc6\x91\xef\x51\xbf\xb2\x4a\x19\xf7\x74\xce\xd9\x65\x85\xdf\xe9\x38\xe7\x1c\xdf\xfd\x70\x0d\x32\x5f\xf9\x41\x7e\xe3\x3b\xaa\xdc\xac\xcb\x3b\xbf\x31\x67\x3f\x8f\x0b\xb2\x8e\xba\xf3\x18\x5c\x19\xc7\x50\xd4\x66\x89\xf9\xfc\x01\x17\xe4\xa2\x31\x94\x98\x97\xc6\xdf\x2b\x9a\x97\x12\x6d\x12\x2d\x64\xa9\x08\xe7\x31\xc8\x0f\x03\xad\xc8\x55\x73\x56\xe3\xf7\x08\x6a\xb2\x74\x44\xbe\x3a\xe2\xca\xd8\x26\x03\xd7\xc8\x35\xe6\xa5\x73\x0c\xd2\x11\xb9\x25\x97\x71\xeb\x66\xfa\xce\x91\xaf\xd1\x7e\x65\x5c\x77\x1a\xed\xc8\xd7\x30\xbf\x32\xfe\x5e\xd3\xef\xb5\x75\xb7\x35\x41\x4d\x6e\x1a\x5e\x8f\x65\x27\xa8\x11\x19\x02\x72\x8f\x29\xe3\xb6\xce\x5d\x4d\x5e\xb5\x93\x1f\x06\x53\x91\x4d\xcb\x60\x39\x64\x9c\x6a\xd3\x32\xd8\x0a\x19\xdb\x34\x0d\x1d\x3e\xd5\x0c\xa6\x22\x33\x49\x07\x19\x35\x64\x1c\x83\xf4\x4e\x86\x1f\x95\x94\xff\x1e\x4f\x04\xf2\x50\x57\x47\x74\x95\x97\x43\x1e\xea\xce\x17\xdd\x79\x39\xc4\x4f\x2b\xff\xb5\x90\x71\x25\x3e\x75\x67\xc6\x77\xd4\xe4\x99\x56\x00\x9c\x36\xe1\xca\x38\xfc\xf9\x97\xef\x62\x4a\x09\x50\x32\xf3\x07\x91\x57\x0a\x19\x77\xda\xd2\xae\x58\x33\x64\x9c\xee\xad\xef\x76\x8c\x8f\x2a\x39\x6f\x9d\xa4\x1d\xdf\x51\xef\x8a\x64\x01\xce\xa9\x70\x65\xfc\x3d\x81\x90\x7c\x62\x0c\x9d\x63\x38\x1a\x43\x68\xad\xc4\xdd\xfb\x4a\x6b\xbd\x4f\xb4\x49\xc5\xfb\x0a\xa0\xbc\x4e\xb3\x4b\x8f\x13\xde\x07\x12\xfd\xd9\xe4\x6f\xe5\x9d\x90\xe1\xf7\xa7\x1f\xc0\x44\x7c\xf2\x4a\x69\xbd\xa9\x87\x4c\xdf\x4d\xc9\x7c\xaa\x49\xe1\x8a\x37\xab\xcd\x5c\x43\xc6\x6e\x66\xf5\x25\x8f\x90\xb1\xcd\xac\x36\x43\xd9\xf1\x61\x6d\xbc\xb2\x62\xde\x37\x85\xec\xa5\xac\x48\x16\xbf\x97\xf8\x7b\x32\x55\x9c\xfb\xe1\xca\x7e\x53\x2d\x52\x07\x38\xa9\x43\x7e\x58\xa3\x89\x57\xe6\x88\xf3\x3b\x5c\x19\xe7\x45\x0a\xed\xad\x7e\xe2\x49\xfd\x0a\x11\x3e\xe0\xad\x3d\x64\xfc\x4e\xb6\xca\x5b\xa3\xcd\x9f\x37\x11\xaf\x14\xda\xdb\xa2\x4d\x62\xf9\x57\xc0\xe6\xbd\xc0\x26\x3f\x99\x28\x44\x4c\x11\x78\xdb\x09\xd9\xef\x18\xbd\x74\x3d\xe0\xed\x25\x64\xec\x4b\xd7\x76\xe9\xae\x5c\x19\xec\xc4\xcb\x60\x20\xde\x1e\x73\xd6\xd4\x26\x8f\xf4\x6b\xb1\x0e\x54\xf4\xaf\x6c\xa3\xd7\xfc\x48\x67\x1e\x87\xd7\x34\x9f\x16\xbf\xc7\xe3\x20\x8a\x09\xbc\x16\x7b\x89\xd6\xeb\x0b\xad\x7b\x68\xad\x4c\x45\x2f\x1a\x09\xbc\x23\xfa\x42\x33\xf4\x15\x24\x7a\x47\x7c\x07\xb6\xf9\x69\x5e\x3e\x3f\xd2\xaf\xf6\xae\x70\xcf\xfb\xf5\x90\x71\xec\x9f\x7e\xef\xdb\x21\xe3\xef\x4d\xf5\x73\x46\x9b\x89\xeb\x37\xd5\x97\xd9\x42\xc6\xbe\x4c\xed\xa5\xe5\xaa\xee\xcd\x5c\x5b\x61\xa9\x77\xd5\x90\x71\xce\x96\xfa\xb2\xbe\x90\x71\x1d\x96\xf6\xd2\xba\x97\x15\x39\xe4\xf0\x0a\x4b\xbd\x3b\x86\x47\x8d\xfc\xca\xdc\x7a\x03\x4b\xf1\x65\x40\x88\x0f\x02\x6f\x68\x25\xc6\x48\x51\x64\x36\x95\x27\x86\x4e\xed\x59\x98\x23\x88\xf2\x8c\x90\x19\x65\x53\xb2\x68\x93\x78\xa2\x30\xc4\x81\x12\xaa\xe7\x25\x66\x28\x32\x9b\x4a\x9a\x21\x7b\x29\xdb\x92\x45\x9b\x1c\x7b\x21\x0d\x14\x4a\xa8\x25\x3a\xd5\x50\x98\x5b\x88\x92\xfb\x9d\x32\x9e\x5a\xf1\x48\xa0\x84\x56\x7a\xe9\x23\x29\x2c\x11\x43\x09\xad\xf4\x1a\x9b\x7c\xd5\xe4\x1b\x43\x20\x2e\x28\x82\x60\x25\xb4\x12\xc3\xa0\x28\x45\xd3\x59\xde\x90\xb1\x4d\x39\x50\x4a\xf1\x53\x54\x88\x19\x0a\x43\x23\x28\x35\x85\x8c\xdf\x49\x2b\x95\xea\xd3\xc2\x50\x27\x4a\xd3\xb4\x34\x5f\x3e\x86\x2c\x51\xa4\x79\x4a\x1b\x21\x63\x9b\xc2\x3d\x25\x34\x0f\xc9\x47\x51\x98\xb8\x8c\xd2\x5b\xc8\x38\x9f\x32\xc5\x9c\x6e\x22\x3f\x24\x1f\x45\x91\xbd\x55\xac\x84\x8c\x6d\x4a\xbb\x38\xdd\x44\xeb\x9a\x16\x39\x5e\xca\x85\x44\x8d\xe9\xf8\x10\xfd\x04\xca\x55\x25\x4d\x2e\x20\x31\x4c\xa0\x60\x5e\x11\xbd\x3c\x65\xa8\xff\x57\x91\xe8\x65\x19\x14\x61\x1a\xa7\x93\xd0\xc3\x32\x28\xd2\x1d\xe5\x1b\x57\xc4\xe3\x5a\xe4\xaa\x29\x9f\xf7\x50\xf3\x28\x8f\x8b\xf3\x45\x34\x72\x5b\xa1\x08\xb3\x94\xab\x0b\x9a\xd1\x76\x2b\x82\x2c\xce\x24\x91\x1f\x3e\x32\x88\xb2\x34\x53\xeb\xce\x94\xdc\x42\x45\x76\x56\xd9\xde\x7b\x82\xa7\xb2\x75\x54\xaf\x96\x68\x56\xf9\x15\x33\x8b\x51\xb6\xb9\x88\xbf\xb5\xff\xd2\xe0\x71\x11\xbb\x78\xd4\xc5\xe3\x0d\xf2\x86\x29\x47\xd3\x71\x7c\x3a\x88\xa9\x2a\x03\xa6\xa8\x8f\x77\x9e\x77\x48\x15\x8e\xa9\x8f\xcf\x2f\xcf\xbd\x58\x2a\x50\x1f\xef\x06\x6f\x90\x2a\xb3\xcc\x49\x2a\x9a\xf1\xd4\xd7\xa4\xaf\x92\x7f\x65\x7f\x8f\x16\x02\x95\x39\x4b\xa8\xf9\xf3\x2f\x7f\xc3\xae\x32\xcb\xea\xeb\x8b\x06\xf6\x52\x2a\xa1\xbe\x3e\x8f\x34\x80\x45\x51\x81\xfa\xde\xae\xe0\x97\x13\x0d\x51\x50\xa0\x7a\x92\x06\xe9\xac\x50\x85\x44\x9c\x70\xa2\xc9\xd9\x53\x65\x59\xd5\x6b\x59\x35\x96\x00\xa0\x56\x75\xe3\x42\x92\x46\x9e\x2b\xd4\xaa\x06\xab\x37\xc8\xdd\x5d\xa5\x27\xea\xd5\x13\x0d\xbf\x8c\x1d\xd4\xa6\x1e\x5e\x43\xa9\x31\x25\x0c\x55\x18\xa4\x7a\xf8\x83\x19\xfe\xa8\x5d\x5f\x75\xd7\xc7\x45\x4b\xcd\x9c\x0e\xd4\x30\x8e\x8a\xd6\xda\xf4\x9d\xc5\x77\x44\xc8\x95\xd5\x0d\xa8\x66\x21\xe3\x77\x0c\x84\xa2\xa2\x87\x8c\x83\x13\x94\x70\x36\x89\xfc\x30\x4c\x8f\x3a\x34\x5d\xc3\xbf\x63\xb8\x1d\x75\x68\xbe\xbe\x14\x32\x8e\x8f\xf1\x11\xd4\xaf\x86\x8c\x3b\xef\x53\x3f\x3f\xef\x67\xd5\xf2\x08\x4a\xd4\x80\x12\x55\xeb\x23\x28\x51\x67\xb4\x49\x17\x5e\x95\xf5\x53\xa7\x2b\x64\x86\xe9\x21\xea\x09\xd4\xf5\x86\x8c\x6d\x2e\xf5\x25\xa0\x04\xeb\x95\x51\x99\x22\x88\xba\x7d\x5e\xc8\xb7\x8b\x2a\xd7\x6d\xdd\x25\x64\x3c\x74\x5b\x73\x16\x38\x43\x17\x6a\x3d\x5a\x87\xd3\xfe\xf1\x47\xed\x3f\x86\x05\x34\x16\x3a\xa1\x5d\xe4\x50\x15\xe2\x68\xf2\xbc\xb4\x7b\xd8\x2b\xdf\x47\x43\x13\x58\x70\xba\x88\xaa\x20\x46\x63\xad\x01\xda\x85\x0d\x55\x81\x0a\xb1\x40\xa0\x65\xbf\x4b\x49\xfb\x8b\xc6\x60\x26\x5a\xdc\xf9\x64\x48\x45\xd3\x9d\xdf\xde\x98\x12\xa2\xea\x26\x0f\x6b\x7b\x47\xc8\x38\x36\x9d\xd5\x56\x62\x79\x88\x9c\x9b\x02\x1c\x2d\x2c\x8a\xaa\x39\xd1\x69\x6d\x61\x51\xb0\x6c\x1a\x4d\x16\x45\x0b\x8b\x82\xb5\xd1\x68\x4d\xb3\xd2\x5a\xc8\xd8\xa6\xac\x86\x16\x77\x37\x63\xfb\x68\x5d\x6d\xf6\x19\x32\xce\x59\xd7\x18\xe2\x7e\x66\xfc\x1e\x0d\x1a\x03\x7c\x0c\x7c\x3c\x13\x4d\xfe\x05\x67\x6c\xb8\xb2\xdf\x56\x69\x43\x73\x3d\xbc\x2f\x8d\x3e\x8b\xa6\x6b\xb3\xf9\xab\x39\x95\x81\x8a\xa6\x20\x86\x13\x2f\xe4\x87\x61\x78\xb4\xa9\xbd\x12\x3e\x82\x46\x2f\x5d\xd3\x9d\xda\xc2\x0f\xc0\xf7\x31\xd1\x74\xa9\xb6\xb8\x54\xf9\x3e\x26\x9a\x4e\x49\x5b\x16\x32\x0e\x61\x69\x78\x2b\x86\xf0\x4b\x61\x45\xd3\xb5\xda\xe2\x24\x30\xb4\x8f\x26\xff\x41\xdb\x3b\x64\x1c\x83\x02\x1c\xce\xc1\x90\x9f\x46\xa3\xaf\x1d\xb5\x19\xbe\x05\xd6\x29\xa3\xe9\x6a\x75\xe6\x85\x2b\xfb\xb5\xd9\xe5\x3f\xe8\xe1\xf5\x6c\xdc\x9e\x5d\xe7\xab\x87\x67\x93\x75\xca\xe8\x7c\x5f\x0b\x3d\xe5\x90\x55\xca\x8a\x64\xd1\x97\x5f\xbe\x00\xba\x82\x1f\x3d\xc5\x3a\x10\xc5\x8b\xb1\x01\x4e\xd0\x70\x65\xec\xa7\xbc\x9e\x3d\x8e\x26\x09\x83\xd1\x75\x34\x7b\x8e\x7e\x9a\xbe\xdb\x92\xc5\x3a\x10\x8e\x77\x85\x3a\x7b\xc0\xf1\xf6\xcb\x8c\x45\x7f\x35\xf6\xf0\x88\xb2\xf6\x19\x5d\xf1\xcc\x5e\x62\x1d\xe8\x04\xe9\x82\xe3\x3d\x3c\xa2\x8c\xfb\xa3\xb3\x5c\x07\x3d\xe0\x38\x99\x86\xd1\xab\xe6\xac\xfa\x9c\x75\x1a\x84\xbd\x6a\xce\xaa\x85\xac\x53\x36\x25\x5b\x21\x63\x5f\xe4\xd9\xec\xcd\xf7\x2e\x6b\x9f\xd1\x05\xe3\x9d\xbc\xe1\xca\x38\x9f\x0a\x84\xf6\x9e\x43\xc6\x7e\xca\x49\xd0\x03\xaa\xf7\x57\x32\xee\xf9\x1e\xaa\x80\xd1\x78\x88\x96\x01\x4e\xbd\x70\x65\xec\xa7\xd4\x84\x53\x2f\x74\x1d\xdb\xae\x0b\xba\xc7\x05\xcd\x37\x37\xd1\x75\x41\xf7\xf0\x50\x32\xa2\x8e\x2e\x17\x64\x0f\x17\x64\xd7\x16\x94\x1f\xa0\x87\x1f\xa0\x6b\x0b\x2a\xb6\xea\xcc\x0b\x57\xc6\x29\x53\x6c\xa4\xc7\xc5\xde\x09\x1b\xfb\xa7\x7e\x7e\xbe\x5d\x14\x51\x17\xf3\x02\x7a\x5c\xde\x0a\x7f\x77\x5d\xde\x3d\x2e\x6f\x85\xb8\xfb\x54\x5f\x66\x2c\xbb\xb6\xa0\x2e\xf6\xbe\xa2\x4d\x6d\x41\xc5\x5d\x7b\xa8\x25\x19\x38\x5d\x01\x97\x1e\x17\xbb\x2c\x9c\xae\x8b\xbd\xef\x1a\xb2\xbf\xf7\x3a\x06\xba\x62\x2e\x7d\x5f\xb4\x97\xb5\xd1\x64\x0d\xf4\xe3\x3d\x55\x04\x5c\xe4\x0a\xe8\x67\x87\xec\xb7\xb1\x8d\xd4\x2e\x70\x22\x04\x48\x4f\x98\xf4\x8b\x25\xd7\x13\x56\x24\x83\x64\x31\x40\x46\x4e\x4c\xd8\xde\xf2\x13\xb2\xdf\x84\x1a\x6b\x72\x60\xd9\xf5\x20\xf9\x7d\x61\x4a\xa5\xb0\xd0\x2f\x46\x3f\xb1\x49\xbf\x58\xe8\x17\x59\x3b\x26\xd8\x6f\x11\x71\x91\xb9\x63\x72\x42\x5a\xc0\x02\x12\xf5\xc2\x04\xfc\x2d\x9c\x90\x0a\x64\x8b\x3f\x01\x56\x62\x7c\xdc\x84\xc6\x7c\x24\x38\x7f\x42\x7e\xf8\xb2\x26\xc4\x9f\x00\x0b\xc8\xa0\x80\xb4\x49\x87\x58\xe8\x10\x56\x98\xc0\x14\x39\xb1\x88\x9c\xc8\x76\x31\xe9\x17\x0b\xfd\x22\xe3\xc5\x98\xd5\x0d\x0b\x37\x81\x02\xd9\x26\xa8\x61\xcd\x97\x1d\x74\x59\x98\xec\x76\xbb\x76\x7b\x4f\x5a\x5a\x19\xe7\x4e\x83\xa0\x57\xd5\x60\x4a\xa5\xb0\xab\x0a\x7a\xd2\xc2\x4a\x13\xd8\x70\xb6\x22\x9a\xb7\xe2\x47\x80\x5d\x08\xd2\x93\x96\x7c\x68\x79\x86\x4f\x89\x6c\x25\x51\x27\xc0\x2e\x3a\x01\x5f\x6d\x81\x7d\xda\x99\x81\xef\xf9\x88\x27\x4c\xf8\xde\x99\x13\xf2\x83\xbf\x7c\xa7\x19\x09\xe4\x42\x4e\x60\x98\xa2\x1b\xce\x80\x90\x1f\xd9\x4b\x36\xb5\x3a\xe1\x2a\x54\xec\xdb\x84\xef\xed\x82\x18\xbd\xa3\x0e\x91\x23\xc0\xc9\x11\xf2\xc3\x4a\x19\x98\xbc\x88\xce\x93\xd0\xaa\xf6\x89\x9c\x88\xb6\xa2\x27\x5a\x01\x21\x7f\x8b\x88\xac\xa2\xe9\x26\xed\x60\x17\xde\x40\x51\x26\x13\xa4\xb1\x80\x34\xd0\xd1\x92\x51\x60\x11\x12\x21\x5d\x30\x44\x8d\x00\x84\x83\x91\x94\xc0\x80\xdc\x05\xce\x84\x70\x65\x46\xd9\x96\xcc\x8f\xab\xf2\x86\x44\x7f\x00\x84\x83\x91\x05\xd1\x80\xd4\x0a\xd2\x08\x19\xdb\x54\xdc\x03\x11\xc8\x25\x27\x30\x20\x48\x83\x50\x39\x2c\x96\x86\x68\x13\x80\x1c\xbf\x47\x48\x03\x79\x18\x11\xd6\x06\x88\xaa\x21\x6b\x03\x11\xe4\x25\x27\x30\xa0\xb8\x07\x42\xe5\x80\xc7\x0e\x2c\x74\x02\xde\x3b\x9f\xe9\xe1\xb1\x83\x3c\x8c\xce\xa0\x70\x65\x9d\x32\xcd\xa7\x43\x9a\xf4\xf0\x2c\x88\x36\x01\x28\xe3\x2e\x2d\x51\x35\xe4\x7c\x84\xc7\x78\x13\x39\x81\x01\xc5\x71\x51\xa3\x2b\xdc\x12\x90\xc6\x71\x72\x85\x9c\x14\x87\x17\xa3\x02\xd0\xe6\x3f\xfe\xa8\x02\xa4\x90\x7b\x00\x1e\xbd\x48\xa4\x04\x06\x4c\x33\x6d\x6f\xc8\xd8\xa4\xa2\x09\xb8\x38\xa4\x0a\x73\x42\x29\x1b\xce\x61\x50\x9b\xd6\x5c\xba\x08\x17\x4e\xdc\x16\x39\x00\x39\x07\x9c\xb1\x20\xa7\x87\x7a\x05\xd2\x2b\x18\x31\x70\xc2\x74\xc8\x8d\xe8\x8c\x05\x57\xc6\x75\x15\xbe\xc0\xfc\x53\xc6\xbe\xc8\xec\x81\x1b\xf9\x49\xc1\x74\xe8\xa4\x3b\x87\x40\x4e\x0f\xc3\x83\xd0\x91\x75\x2e\x80\x9c\x1e\xaa\x7d\xe8\xd6\x76\x2e\x80\x9c\x12\x1d\x1c\x50\x18\x13\x7e\x6b\x27\x52\xf4\x62\xc8\x9c\x70\x2e\x80\x9c\xf8\x2c\x1a\x86\xce\xe5\x70\x73\x22\xb1\x74\x17\x43\xe6\xc4\x70\x93\x21\xb1\x3c\x17\x43\x26\xc3\x48\xe6\x32\xae\xde\x90\xe3\x7f\x78\xec\x30\xb1\x74\x17\x43\xd7\xef\x78\xa3\x4d\xce\xe7\xd0\xf5\xeb\xd5\xf8\x39\x25\x66\xe3\x8c\xc2\x79\x19\xa5\xfc\xe3\x0f\x90\x52\x15\x43\x47\xc1\x6b\xef\xef\x67\xfc\x39\x52\xbf\x62\x94\x18\x1e\x97\x61\x54\x0d\xaf\xc6\xb4\xd0\x8b\x31\x74\x16\xbc\x2e\xff\xca\x40\xd9\x94\x2c\xa6\x9a\xb0\x72\x34\xb5\x19\xe7\x24\x51\x7d\x0c\xa1\xfb\xd1\xa2\x4d\x6a\xf1\x21\x04\xef\x05\xf7\xed\xa1\x5f\x54\x75\xf3\x18\x96\xae\x88\x8a\x6c\x30\x8f\x18\x5e\x25\x9f\x13\xf9\x79\x31\xa0\x45\xbf\x47\xa6\xb1\x54\x1d\x43\x19\x06\x03\xb1\x06\x8c\x25\xab\x34\x1e\x5e\x1a\xdf\x58\xc5\x8e\xc1\x22\x04\x8c\xf1\xb8\x88\xd3\xa5\x9c\xa7\x31\xfc\xc7\xd4\x0f\x1d\xae\x31\xbc\x8f\x0a\x40\x0f\xe5\x16\x78\xcd\xfc\x95\xb1\x23\xba\x7d\xc7\xe7\x07\x28\xff\x5d\xe0\x3b\xa6\xf6\xca\x2c\xf1\x29\xc7\x3e\xb5\x08\x73\x84\x8c\x1b\x49\x79\x93\x63\xce\x6b\xf2\x14\x8e\x42\xd0\x7e\xcc\x18\x05\x63\x06\x43\x97\xf3\x58\x7f\xca\x38\x8a\xad\x11\xee\x18\xa1\x8e\x89\xbc\xf5\x5e\x35\x7f\x65\xec\x8a\xae\xe0\x71\xfc\x78\x91\x0a\x18\x43\x9e\x83\x71\x62\x66\x78\x3d\x7f\xba\x82\x3f\xbf\x82\x93\x42\xc9\x9f\x62\x7c\xdf\x13\x7d\xe1\xf1\xfa\xe4\xb2\xff\x42\x0d\x64\x26\xbb\x7d\x52\x03\x5f\x8a\x36\x79\x75\x7f\xba\x9e\xbf\xe4\x7b\x5a\xa1\xe4\x8f\xb4\xaf\xf0\xc2\xfb\x2b\x63\x5f\xb2\xda\xcc\x7e\x4e\x32\xcf\xd0\x27\x9f\xfd\xe7\xd7\x6c\x52\xb8\xf8\x93\x77\xc0\x0b\xe8\x73\x62\xdd\x2c\x3e\xb2\x9f\xe1\x2b\x4f\xc8\x7e\x67\x56\x55\xf3\xf8\x42\x0f\x28\x5c\xfc\xc9\x03\xff\xb9\x53\x2f\xf1\x35\x50\x7c\x42\xe8\x9f\x23\xf4\xf4\xd2\x34\xfb\x94\xff\xe8\x95\xf1\x57\xc6\x36\xbb\xc6\xd7\xa3\xcd\x57\x32\xb5\xe9\x41\xb7\xc4\x57\x3d\xa1\xca\x78\x7c\xe6\x63\x78\x09\xb5\x3f\xf9\xd3\xbd\xc2\x3d\xa7\x97\x57\xd8\xa7\x5b\xf1\x83\xaf\x03\x69\x74\xf1\xe9\x48\x7f\x88\xb1\x6b\xfd\x74\xa6\xbf\x11\xdf\x51\x3f\x7e\xba\xfa\xbe\x38\x81\xac\x60\x80\x6a\xdc\xf1\xcd\x18\x83\xe6\x5a\xc7\xe8\x73\x1f\x76\x2a\x34\x75\x3f\x79\xe7\xbe\xe5\xeb\x57\x92\x64\xbc\xde\xbc\xcc\x3d\x27\x61\x78\x3d\x8c\x0f\x7f\x18\xff\xca\x38\x9f\x42\xb2\xfe\x10\x3e\x3a\xd5\xea\xc7\x5a\x1e\xf8\x3b\xf8\xf7\x33\xca\x58\x52\x80\xef\x44\x37\xe9\x60\xfc\x84\x72\xbf\x33\x43\xf6\xfb\xb9\xa9\x23\x36\x3d\xed\x30\x15\x1e\xcd\x29\xe7\xdc\x8c\x63\x54\x98\xdd\x33\x85\x72\xe7\x13\x7d\xa1\xaf\x5a\x05\xf9\xf0\x02\xfc\x2b\xfb\xf5\x73\x2a\x1c\x3e\x3d\xed\x30\x15\xfa\x9c\xa7\xc2\xe1\x33\x47\x5f\x88\x9c\x55\xae\x0f\x7f\x07\xff\xca\xf8\x7b\x32\x90\xe7\x1b\x53\xcd\xa3\x39\x59\xb0\x83\x19\xb7\x30\x19\x68\x31\xe5\x64\xf3\x37\xf2\xaf\xec\x77\x34\xa7\xae\xe1\x19\x88\x54\xa1\x19\x95\xe5\xc3\x2b\xed\xaf\x8c\x6d\xca\x37\x3e\xab\xf7\x53\xa1\x99\xa9\xeb\x74\xba\x6f\x3c\xb1\x4a\x12\x53\xc6\xac\x57\xd3\xe7\x44\xba\x58\x4c\xc5\xbc\xbd\x84\x3e\x27\x85\x58\xa6\x1c\x62\xfe\x08\x7e\x4e\x0a\x95\xa8\x84\x1e\x5e\x42\x7f\x65\x6c\x53\x71\x6d\x2f\xa1\xd7\x2b\x82\x98\xa6\x21\xb8\x1f\x2d\xf1\x1d\x3a\x4c\x41\xd9\xe9\x7e\x34\x3e\x22\x88\xa9\x7b\xd8\xeb\xec\x3b\x0b\xfe\x30\xa1\xc9\x8c\xf3\x5c\xb5\xc9\x04\x73\xfd\x99\xfd\x5e\x89\x15\xa6\x4c\x6e\xaf\xc0\xef\x55\xcb\x2a\xbb\xda\x1f\xd9\xef\xb2\x3c\x55\x90\x0f\x2f\xc8\xef\x95\xae\xb0\x29\xf7\xda\xbc\xa6\x72\xaf\x54\xb7\x7a\x45\x1f\xf1\x52\x3e\x4b\xfd\x30\xe5\x5c\xf3\x87\xf1\x73\xaa\x04\xd4\x53\xce\xb5\x39\x6f\x8b\x64\x51\xc5\x54\x84\x7d\xce\x18\xb4\x4e\x81\x42\x05\x4e\x0c\xa0\x77\x0c\x31\x65\x53\xcf\xf5\xe7\xaf\xb1\x27\x8a\x14\xcc\x75\xa7\xb8\x51\x45\x4f\xa9\x22\xa7\x13\xd0\x33\x86\xd0\xd3\xfb\xf0\xa7\xf7\x73\xaa\xd4\xa6\x53\xf6\xf6\xbc\xf6\x76\x6f\x54\x52\x53\x29\x88\xfe\x40\xff\xfd\x8c\x63\x13\xae\x9f\x3b\x76\x16\x5d\xf3\x53\x41\x38\xe7\x31\xb8\x32\x76\x45\xca\x6d\xee\xe8\x8a\xf6\xcf\xd6\xba\x9d\x18\xb8\x4e\xbf\xbc\x78\x33\x40\x82\xa2\x4a\x22\x36\xc0\x0a\x20\xc0\xca\x4f\x2c\x69\xb0\x95\xa2\x9f\x84\x72\x4b\x79\x86\x4e\x5e\x90\x13\x59\x6e\xb1\x74\xa1\xaf\xd0\x52\xac\xe0\xc4\x52\x1d\xc4\xf2\x84\x9e\xa4\xc8\xd1\x92\x4d\xbd\xf2\x0e\x19\xfb\x29\x5b\x61\xc5\x65\x4f\xaa\x5a\x2c\x69\x29\x7f\xce\x3f\x27\x85\x79\x96\xec\xe6\xe5\xa1\x80\xa4\x30\xcf\x92\x1d\xb1\xc2\x00\x6e\xbc\x60\x97\xdc\xfd\x2b\x0c\xe0\x46\x0d\xbd\x14\x70\xf7\x57\xff\x73\x92\x95\xbb\xf8\xde\x22\x56\x00\xfb\x46\xbf\xc7\x92\x5b\x6d\x05\x48\x60\x29\x26\x96\x40\x82\xf3\x26\x5c\x19\xc7\xa0\xcc\x1c\xe7\x3f\xb8\xb2\xbf\x57\xf0\x06\xbd\xe8\x0f\xa7\x40\xc8\x89\x15\x90\xd0\xab\xfd\x58\xee\xba\x4f\x9d\xe7\x68\x09\x27\xac\x30\x9f\x3b\x53\xe3\x96\xcc\xe7\x35\x7c\x8b\x2a\x6a\xb1\x86\x7e\x2f\x10\x7e\xd7\x32\x49\x7f\xac\xcf\x2f\x59\xbe\x8f\x08\xbd\xe8\x8f\xf5\x8d\x90\x71\xda\x84\xfe\x57\x60\x8f\xae\x65\x9a\xfa\x2e\xce\x7b\x27\x4e\x5f\x72\xb3\x3b\x97\x41\x4e\x2c\xf6\xc3\x5a\x1a\x5f\x1c\xc1\xce\xe3\xb9\x84\xc5\x9d\x89\x20\x27\x45\xb4\xc5\x44\x80\xe5\xee\xb0\xa4\x30\xc2\x52\x84\xcf\x49\x09\xae\x4c\xdf\xe9\xf7\xe2\x08\x0a\x98\x88\x8a\x00\xfb\xf1\xad\xa6\x0a\x3b\xd1\x0d\x60\xc7\x11\x34\x5e\x88\x5b\x47\x70\x07\xde\x36\xae\x91\x5e\xd1\xc7\xce\x9e\xdd\x41\x2d\xb2\x65\x59\xef\x7b\x92\x9a\x0a\x48\x44\x0c\x00\x27\x06\xc8\x89\x6f\x04\x42\xc5\xff\xf0\xe2\xff\x26\x1f\xda\xd6\x6d\xbf\x9d\x57\x84\xcf\x6a\x61\xcb\xe6\xde\xc5\xfb\xa1\x61\x0b\x6a\xef\x30\xb9\x15\x5b\x50\x0d\x3f\x76\xf5\xcf\x68\x5e\xea\x6d\x7d\x78\x79\x7f\x4e\x2a\xbc\xdb\xb2\xaa\x77\xe4\xb4\x70\xb3\x6f\xa1\x80\xed\xd1\xf3\xc4\x27\x07\xb1\xbb\x3e\xeb\xbe\xa1\x95\x7c\xb5\x65\x71\xfb\xf3\xf9\x57\xd6\x28\x7b\x25\x6b\x21\x63\x9b\x4a\x6a\xd9\x8e\x10\x9a\x66\x59\x08\x61\x07\x42\x50\xd6\xd6\x96\x77\x7d\x23\x7e\x8e\x6a\x67\xeb\xbc\x6e\xc4\xcf\xd1\x66\xdb\xd0\x7a\x07\xae\x57\x49\xde\x1e\x1a\x42\x9c\x65\x23\x68\x14\x29\x00\x76\x9c\x65\x95\xdd\x6d\x9d\xe5\x1d\x67\x59\x65\x77\x22\x05\xc0\x8e\xb3\xac\xb2\xbb\xad\x94\xba\xed\xe9\xb8\x49\x65\x77\x5b\xe9\xb8\x3b\xce\xb9\xa2\x1c\x5b\xe7\x7c\x5f\xd0\xd0\xa5\x1d\xb7\x2a\x23\xf7\x8c\x9f\xa3\x2b\x62\x4b\x05\xec\x19\x43\xe0\x2d\xb5\x85\x14\xb6\x27\x15\x24\x05\x39\xb6\x32\x75\x77\x98\x26\x0a\x72\x88\x67\x00\x3b\xbc\x72\xca\xdf\xda\x32\xf1\x77\x98\x2d\xa0\xda\xdc\x52\x2b\x3b\x00\x01\xe1\xf2\xd6\xa5\xbf\x43\xe3\x80\xd6\xe3\x56\x4e\xc1\x0e\x8d\x43\x7e\x57\x6c\x69\x9c\x1d\x1a\x47\x05\x80\x5b\xa6\xc9\x3e\xbe\x23\x14\xb1\xd8\xd2\x38\xfb\x9a\x2d\xad\x73\x4f\x8b\x9d\x00\xc7\xfd\xef\x49\xb9\x5f\x87\x1c\x26\x38\x61\xe0\x83\xa8\xf7\xc8\x97\x77\xc2\x32\x51\xb1\xde\x51\x66\x8e\xb3\x0a\x5c\x99\x51\xb6\x24\x8b\xe1\x11\xcb\x89\x66\x00\xe7\x8d\x21\x50\x49\x1f\x19\xf1\xe7\xde\xeb\xbd\x33\x39\xe5\xc8\xf8\x38\x25\x16\x8f\x7b\xfa\x28\xc2\x7f\xc2\x07\xa8\x30\xc1\xe1\x83\xad\x38\x25\xba\x42\x28\x24\x46\x00\x9c\x1a\xd3\x42\x3d\x76\xa4\x90\x4e\xc0\x01\x29\xb2\x53\xd5\xcd\xf0\x01\x92\x53\x15\x47\x59\x76\xc7\x6b\x97\x12\xa8\xdb\x8f\x7c\xe5\x27\xa0\x02\x68\x08\x1d\x41\x85\x13\x70\x40\xaa\xec\x08\x0e\x38\x05\x41\xce\xaa\xad\x3b\xf2\x19\x1c\x37\x68\xb2\xc2\x04\x22\x21\x80\x93\x10\xe4\x4c\x4e\x55\x1c\x19\x34\xe7\xea\xa4\xae\xb4\xb0\xa3\x9a\x49\x27\x28\xb8\x9f\x71\x47\x28\x31\xe0\x78\xfe\x50\xe6\xd3\x81\x38\x32\x5b\xce\xd5\x4e\x39\xf3\xe9\x40\x1c\xe5\x16\x1d\x44\x37\xb5\x03\x15\x0f\x74\x66\x83\x2b\xe3\xef\x49\xb5\x38\x5b\x41\xce\xcf\x6f\xd9\xc7\xc3\x5d\x3d\xfc\x2d\xf2\x8c\xe7\x87\xbc\x86\xaa\x84\x47\x94\x15\x82\x19\xfb\x23\x4b\x16\xc5\x3b\x4a\xbd\x1f\xaf\x64\x91\x42\x0f\x26\xfa\x0e\xa5\xd0\x0f\xcf\x65\x7e\x9f\xe7\x87\x9c\x47\x81\x64\xb3\x5d\x59\xfe\x85\x5d\x76\xa7\xa3\x76\xf7\x3b\x67\x34\xf4\xb6\x5e\xb1\xd8\x9e\x56\x41\x2e\x95\xdd\x09\x49\xb6\xbf\x85\x90\x54\xfe\xb7\x8d\x99\x74\x3b\x82\xbc\x99\x9c\xaf\x67\x10\x3e\x9c\xf1\xc4\xda\xfd\xfa\x7f\x06\xab\x88\xce\x48\xf1\xdd\xef\xa4\x9f\xc1\xa8\xd8\x19\xee\x92\xcb\x8c\x9e\x9c\x91\xf5\x5d\xfe\xf3\xf7\xd8\x26\x03\xf1\xc7\xe9\x7e\xaf\xec\xcf\x35\x38\x5b\xbf\xe7\xc8\x85\xb3\x7c\x36\xe3\x07\x67\x27\xfb\xcb\xb8\xcf\x7e\xf5\xcd\x5b\xfe\xf1\x47\x7b\xfe\x4f\xaa\xb3\xf2\x7f\x83\xbd\x67\xb3\x94\xf2\x38\x11\x12\x19\x72\xce\x7e\xf5\x5b\xaf\xff\x16\x7b\x41\x5c\x74\x1c\x17\x31\xbb\xee\x08\x16\x1d\x87\x45\x7c\x6e\xff\x6c\x6a\xa8\xe3\xc4\x49\xcc\xba\x3b\x9b\x0a\xea\xec\x6b\x82\x54\xe3\x37\x04\x52\x67\x97\x72\x25\x46\x89\x7a\xe0\x24\x6c\x0f\x1f\xd4\x3c\x9b\xf6\xc8\xd9\xce\x16\xfc\x3c\xaf\x64\xfa\xce\xdf\x8e\x7a\xc8\x24\x7c\x36\x3d\x23\x27\x98\x8b\x54\x70\x7a\x0e\x5f\xf4\x3e\xc7\x53\xcb\x7e\x56\xcc\x39\x2c\xa7\x3d\xae\xdd\xf8\xa6\xdb\x11\x31\xc7\x09\x62\x8e\x66\xff\xfb\x8a\xdc\xff\xf9\xf7\xf1\xcf\xff\xe7\xff\xfb\xff\xc7\x3f\xff\xc7\xf8\xf7\xfd\xc7\xfc\xef\x7f\xfd\x6b\xff\xc7\x7f\xad\x7f\x9b\xff\xf5\xc7\xff\x7b\xff\xf5\x8f\xb5\xcf\xbf\xfd\xc7\xfe\xd7\xfe\x9f\xff\xf9\xdf\xff\x9a\xfb\x8f\x7f\xfe\xe7\x3f\xef\x57\xfe\xdf\xff\x0a\x00\x00\xff\xff\x6a\xcb\x90\xcd\xbb\x0d\x04\x00"); +func _gfgb ()(*asset ,error ){_geeg ,_aadb :=_feeg ();if _aadb !=nil {return nil ,_aadb ;};_cccaa :=bindataFileInfo {_c :"KSC-Johab-V",_ed :716,_cg :_g .FileMode (436),_ca :_d .Unix (1580492521,0)};_adddd :=&asset {_fdf :_geeg ,_ff :_cccaa };return _adddd ,nil ; +};func _baa ()(*asset ,error ){_dffed ,_dbba :=_adb ();if _dbba !=nil {return nil ,_dbba ;};_acfg :=bindataFileInfo {_c :"Adobe-GB1-4",_ed :2711,_cg :_g .FileMode (436),_ca :_d .Unix (1580491274,0)};_bggd :=&asset {_fdf :_dffed ,_ff :_acfg };return _bggd ,nil ; +};func _cdf ()(*asset ,error ){_bagfe ,_cecf :=_efgf ();if _cecf !=nil {return nil ,_cecf ;};_fgd :=bindataFileInfo {_c :"GBT-H",_ed :44433,_cg :_g .FileMode (436),_ca :_d .Unix (1580492211,0)};_adddf :=&asset {_fdf :_bagfe ,_ff :_fgd };return _adddf ,nil ; +};var _aacf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x8f\x95\x30\x10\x07\xf0\x3b\x9f\x62\x8e\xeb\x41\xa1\x40\xe9\x6e\x62\x4c\x14\x0e\x72\xd8\x5d\x23\xbe\xa7\x89\xf1\xc0\x6b\x07\xd2\x44\x4a\x53\xca\xe1\x7d\x7b\x33\x53\x64\x0f\x64\xe8\x2f\xcc\x3f\xed\x94\xbc\xed\xbb\xde\xd9\x08\xf9\xb7\xb0\xea\x01\x23\x4c\xd6\x99\x80\xdb\xba\x07\x8d\x70\xc3\xd9\xba\x2c\x13\x25\x18\xab\xe3\xff\x25\x17\xbd\x8c\x3e\xcb\xf2\x2f\xf2\xfd\x57\xd8\x37\x3c\x96\x6d\xdf\x0d\xf7\x2d\xe2\xd2\xbb\x69\x85\x2a\xb5\x99\xdd\x1f\xad\x00\xf9\x77\x9c\xed\x16\xc3\x1d\x1e\x3e\x9b\xf5\x86\xef\xc0\xe0\x44\xfe\x1a\x0c\x06\xeb\x66\x78\x68\x5f\x06\x71\xf2\xb0\x7b\xff\x17\x17\x74\x11\x0a\x36\x74\x86\x6b\x96\xb7\xcf\xa3\x7f\x19\x17\x04\xda\xc4\x95\x91\xed\x8a\x61\xb3\xab\x03\x51\x7c\x28\x8a\xe6\xcd\x7f\xdc\x3d\x82\x38\x9a\x2f\x7d\xf7\x3a\x4d\x1b\x46\x78\x12\x29\x38\xff\x75\xe9\x3b\xf8\x2d\x40\x14\x50\xca\xea\x51\xfc\x39\x3e\xfd\xf9\xbc\x9a\xb3\x51\x94\xe9\x28\xda\x9a\x30\xba\x19\xb3\x8f\xa3\xa8\x6f\x9f\xe0\x28\xa2\x6a\xea\x86\x4c\x8e\x6c\x54\x44\xa5\xea\x8a\x4d\x27\xd3\xc9\x24\x9b\x49\x86\x64\x05\x49\x23\x58\x9a\x92\xa4\x66\x91\x49\x1a\x92\x47\x96\xa7\x24\x94\x5e\x97\x2c\x29\xa7\xa1\x9c\xb4\x03\x95\x72\x14\xe5\x48\x4e\x56\x29\x47\x51\x8e\xe4\x64\x95\x72\x14\xe5\x48\x4e\xc6\x8a\x85\x0a\x9d\x45\xd1\xbc\xcf\xb3\xd2\x3b\xdd\xf3\x39\x79\xbd\x87\x80\x2e\xf2\x2d\xf3\x8c\x69\x48\xd6\xe1\xf9\x03\xf9\xd5\x53\x17\x3f\xff\x02\x00\x00\xff\xff\x86\xb8\x44\x50\x6c\x02\x00\x00"); +func _cbdg ()([]byte ,error ){return _fd (_cdcg ,"UniAKR-UTF8-H")};func _dcfgf ()(*asset ,error ){_aadc ,_fdb :=_eaca ();if _fdb !=nil {return nil ,_fdb ;};_fecf :=bindataFileInfo {_c :"EUC-H",_ed :2837,_cg :_g .FileMode (436),_ca :_d .Unix (1580491850,0)}; +_bff :=&asset {_fdf :_aadc ,_ff :_fecf };return _bff ,nil ;};var _ga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\xdb\xab\x65\x37\x72\xc6\xdf\xcf\x5f\xb1\x1f\x27\x0f\x89\x97\xa4\xba\x48\x70\x38\x10\x66\x06\xe2\xc0\x24\x21\xce\x0d\x42\x1e\xd6\xda\x6b\x6d\xd3\x10\x9f\x3e\xb4\xdb\x0f\xfe\xef\x43\xfd\xbe\x6d\x87\x19\x02\xce\x83\xf9\xdc\x5f\x4b\x5a\xa5\xaa\x52\x5d\xa4\xdd\xdf\xfc\xfe\xdb\x3f\x7c\xfb\xfe\xe9\xeb\xed\x9b\x7f\xfa\xf2\xf9\xfe\xdd\xf5\xf5\xf6\xf8\xf4\x7e\x7e\xb9\x7e\xfc\xfc\xd3\x97\xfb\x75\x3b\xae\xef\x3f\xbd\xbf\xbc\xb4\x7e\x3b\x3f\xdd\xbf\xfe\xf2\x47\xe0\xfe\xc3\xfe\xf1\xf2\x52\xf3\xbf\xfb\xf9\xc7\xaf\xd7\x0f\xdf\xbe\x3f\x3e\xdf\x86\xc6\x9d\x3f\x7d\x3c\xc7\xde\x6e\xdf\xfc\xf3\xf5\xfd\xa7\x1f\xbf\x7e\xf9\xf9\xf6\xbb\xbf\x3d\x3f\x1f\xd7\x5f\xdd\xce\xeb\x51\xfc\x3f\x7e\x39\xaf\x2f\x9f\xde\xbf\xbf\xfd\xee\xef\xf7\x8f\xfd\xbd\xfd\xfa\x17\xdf\xfd\xf4\xf1\xf1\xdf\xd7\x0f\xd7\xfb\xd7\xdb\x06\x77\xbd\x9f\xe0\xcb\x37\xbf\xff\xd3\xfe\xf1\x0f\xfb\x0f\xd7\xed\x9b\x9c\x7f\xfd\x77\x90\x70\xff\x76\x7d\xf9\xf1\xd3\xe7\xf7\x5b\xdb\xfe\x66\xdb\xe2\x7f\xf9\x7f\xf9\xf9\xe3\xba\xb5\xe7\xe4\xff\xf8\xd7\x6f\xff\x70\xfb\xcf\x76\x6b\xdb\xad\xfb\x30\xff\xaf\x27\xff\xef\x7f\xfa\x7c\x5e\xcf\x4f\xbd\x34\x09\x7e\xff\x7c\x5e\x3f\x7e\xec\xf7\xeb\xcb\xfe\xfe\xfd\xf5\x72\xbb\xbd\xf6\xd6\xdb\xdb\xed\x35\xff\x98\x7f\x7c\x2b\x89\xfe\x62\xc4\x4b\xdb\xb6\xe7\xd4\x4f\xa7\xa8\x5f\xa6\xf4\x96\xd7\xdb\x2d\xc6\x78\x79\xed\x5d\x4c\xef\xd7\xdb\x2d\x7b\xbe\xbc\xf6\x31\xb6\x62\xc6\x58\x6f\xb7\x9c\x5b\x31\xc6\x98\xe1\xfb\xdb\x2d\x17\x4c\x88\xc9\xfd\xed\x36\x5b\xbc\xbc\x76\xd3\x3a\x96\xe3\xed\x36\xad\xbf\xbc\x76\x17\xe3\x19\x6f\xb7\xd5\xfd\xe5\xb5\x87\x98\x18\xf3\xed\xd6\xb6\xd6\x8a\xd2\xd2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4d\xdb\x7c\x15\xe5\xa2\x12\x6a\xf5\x97\xd7\xb1\x31\x4a\xd0\x5a\x2d\x3f\xb6\xde\x45\xf5\xb7\x5b\xb2\xbb\xb1\xf5\x21\x6a\x32\x2a\xa1\x96\xa8\xf5\x76\x9b\x3d\x02\x6a\x87\x1a\xac\x35\xac\xa8\xa1\xb5\x0a\x72\x45\x83\xd2\x5a\x05\x39\xc6\x06\x65\xa2\xf6\x9a\x68\x9a\x78\x88\x3a\x10\x42\xd4\x1d\x2a\xce\x1a\xe5\x48\x1f\x97\xa8\x8b\x51\x48\x1f\x0f\xa8\xec\x6f\xb7\xd6\x37\xa4\x4f\x7d\xb1\x20\x63\x20\x6a\xea\x8b\x79\x30\x6a\x42\x69\xf9\x82\x8c\xc1\x1e\xf3\x14\x75\xd5\xa8\x56\x94\x2c\x3f\x5a\x6d\xbb\xf5\xb6\xa0\x76\x51\x3b\x13\x27\x14\xd2\xb7\xda\x57\xeb\x9d\x51\xc3\x45\x39\xa3\x44\x85\xa8\xd2\x6a\xb7\x0d\x6a\x89\x2a\xa7\x89\x27\xa5\xe5\x6b\xf7\xad\xa3\x9c\x36\x4e\x51\x27\xa3\x3a\x14\x9a\x68\x58\xbb\x1b\x42\x58\x17\x85\x1d\x6d\x40\xa1\x89\x16\xa5\xe8\xee\x50\x21\x51\x03\x45\x6b\xf9\x40\x13\x4d\xdb\x5e\x45\xc9\xbd\x47\xef\xf9\x76\x6b\xa3\x0d\xa8\x29\x6a\x32\xd1\xa1\x96\xa8\x92\x7e\xc4\x82\xda\x45\xa1\x1c\x0b\x28\xbe\xd8\xfd\x51\x6b\x75\xd6\x8a\x0d\xaa\x20\xc3\x12\x4a\x5f\xcc\x52\xf4\x48\xa8\xd4\x5a\xa9\xb5\x26\x94\xd6\x2a\xa3\x35\xc3\xda\x5d\x46\x03\x32\x0c\x21\xf2\x12\x75\x31\xaa\x84\x18\xda\x10\xd0\x6c\x4b\xa8\x2e\x0a\x7d\xf9\x06\x85\xbe\x38\xb8\xcd\xb6\x5a\x6b\x48\xab\x40\xd8\x62\xa2\x3d\x47\x95\x1d\xcd\x1a\xd4\x12\xb5\xde\x6e\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xf8\x84\x33\x31\x42\x54\x59\xc8\x12\x51\x65\xa1\x21\x0b\xe1\xf7\x43\x16\x1a\x38\xb9\x4d\x28\x39\xf9\x90\x93\x63\xda\x21\x27\x1f\xe9\x35\x6a\xb1\xa1\xd4\xf2\x05\xbe\x70\xf2\x91\x29\x6a\x31\x4a\x13\x25\xaa\x14\xed\x06\x25\x21\xa4\x42\xb6\xad\x50\x35\x0c\xe5\xf8\x56\xd2\x9b\x94\x63\x72\x39\x77\xa8\x21\x6a\xbc\xdd\x5c\x42\x98\x99\xa8\x32\x9a\x73\x1e\xcd\x4e\x51\x18\xcd\x45\x61\x34\x73\x96\xc7\x73\xcc\xb5\x7c\x41\xc4\x9c\x50\x5a\x1e\xad\x3a\x2a\x34\x69\xd5\x9e\x5a\x45\x54\x69\xd5\x90\xde\xb3\x84\x50\x58\x1d\x5e\x8e\xd9\x7c\x39\xd4\x21\x4a\x8a\x9e\x50\x28\xda\x47\xf9\x6a\xe0\x39\x6e\xf8\x2a\x90\x51\x71\x75\xb8\x69\x2d\x96\x0f\xc2\xa3\x62\xb4\xa0\xc5\x5c\x50\x5d\x14\xca\x89\x0d\x6a\x88\x2a\xdd\xc7\x6a\x50\xbb\x28\x74\x1f\xa2\x90\x2b\xcc\x19\xc5\x5a\x16\xa2\xe2\xed\x96\x96\x06\x95\xa2\x4a\x88\x94\x10\xf6\x10\xf5\x60\xad\x72\x93\x70\xa4\x8f\x72\xa0\x96\xe8\x3e\xe2\x14\x85\xee\x63\x40\xa1\xfb\x28\x67\x6a\x49\x70\x0f\x39\x13\x90\x11\x7c\x31\x5d\x54\xa9\x30\x93\x89\x72\x13\x20\x23\x1c\xea\x2e\x8a\x2f\x4e\xb6\xad\x23\x1a\x3a\xa2\xcf\xe5\x9f\x5f\x44\xfa\xd9\xc9\xc4\xbf\x24\xdc\xff\x2b\x07\x0f\xe5\xb7\x91\x1d\x19\xe7\x80\x32\x51\x92\x31\xa1\x90\x31\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x31\xdb\xc4\xcc\x69\x9a\x68\x78\x11\xb1\x2c\xa5\xf4\x2c\x27\x6d\xb3\x6f\x50\x97\x28\x12\x50\x8a\x42\xe9\xe4\xda\x36\x89\xfd\x29\xbf\x05\x32\xb2\x41\x0d\x51\x7c\x91\x24\x9b\xae\x2f\x3a\x5f\xcc\x0e\xa5\x2f\x56\xc5\xd0\x26\xd6\x4a\x3f\x44\x95\x86\xdb\xd4\x5a\x68\x38\xa3\x34\x41\xd1\x30\x32\xa4\x89\x40\x13\x98\x26\x75\x2c\x32\xb7\x1a\xc5\x49\xa1\x10\x78\x42\x06\x5e\x94\x29\x51\xb3\x62\xd9\x0c\x51\x4b\x14\x39\x29\x1d\x6a\x17\x85\x26\x24\xaa\x0c\x08\x64\x10\xb8\xa6\x2c\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa4\x90\x6b\x1a\x72\x11\x59\xa6\xce\x13\x90\x91\x13\x0a\xb9\x26\xfe\xb1\x5a\x29\x7a\x69\xf9\xc5\x09\x5e\x68\x75\xe9\xa4\x2c\x9d\xe0\x5c\x50\x28\x67\xe1\x00\x8b\x50\xb9\xe4\x00\x4b\x0e\x80\x47\x2e\x39\xc0\x22\x96\x2d\x52\xde\xd2\x17\x97\x62\x19\x8a\x5e\x8a\x65\xab\x74\xdf\xb7\xad\x34\xb1\xa4\x7b\xc0\x27\x61\x77\x39\xde\xbd\xea\x88\xf5\x6d\x30\x31\x9e\x14\x0e\x2f\x21\x74\xc4\x56\x1d\xb1\xbe\x91\x0e\x96\x8e\xd8\xd2\x11\xc3\xa3\x97\x8e\xd8\x2a\x73\xf4\x8d\x80\xba\x64\x8e\x25\x73\x4c\x44\x95\x39\x56\x29\xa7\x6f\x44\x96\x5d\xca\xd9\xcb\xe5\xfa\xc6\x41\xdc\xe5\x72\x40\xc6\x14\xc5\x17\xf7\x0a\x8f\xbd\x55\x01\x3a\xf6\x48\x51\x52\x8e\x28\x94\xb3\x23\x6a\xc3\x0b\x77\x89\xba\x3f\x45\x4d\x28\x17\x55\x42\x34\xf2\xee\x21\x21\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x45\x34\x38\x14\x04\x0f\x05\xc1\xa9\x89\x87\xa8\x83\x51\xa2\xee\xa2\xa8\xd8\x48\x2d\x47\x47\xd1\x47\x99\xb3\x37\x7c\xe2\x50\x49\x75\xa8\xa4\x5a\xa2\xb4\xbc\x44\x45\x85\x77\x89\x7a\xaf\x20\xda\x55\x19\xdd\x6d\x8a\xa2\xc0\x59\xa2\x96\xa8\x55\xc9\x9f\x4c\x7f\x57\x5a\xbf\xd7\x49\xed\x2a\x96\xee\x9e\xa2\xd8\xe3\x93\xd2\x5a\xe5\x26\x7d\x50\x6f\xde\xe5\x26\x77\xe7\xc0\x90\x80\xee\x4e\xe8\xb8\x23\xd7\x68\x45\x9d\x92\xeb\x2c\x4d\xf4\x41\x65\x74\x4a\x13\xa7\x9c\x7c\x89\x42\x13\x67\x1d\xa5\x3e\xc8\x5c\xa7\x8a\x4b\x20\x63\x89\x42\xae\xb3\x0a\x89\xae\xf2\xec\x54\x21\x71\xca\x31\x97\x28\x1c\xf3\xac\xa0\xd0\xad\x97\xf4\xa7\x82\xc2\x49\x6d\x91\x64\xfa\x53\x0e\x70\x22\xaa\x51\xc5\x5f\x12\xf5\xaa\xe8\xdb\xa5\x9c\x4b\xd1\x17\xc8\xa4\x3c\xbb\x3a\x72\x5d\xd5\x11\x74\x23\xad\x5f\xea\x08\x80\xcc\xcd\xa0\x4c\x14\xcb\xe3\xd1\xd7\x78\x88\x7a\x30\xaa\x94\x73\x29\x15\x5f\xce\x17\x09\x43\x97\x82\x28\x90\x49\x24\xbf\x14\x44\x2f\x67\x2d\xcc\x71\x49\xd1\x40\x26\xd5\xdf\xa5\x12\xf4\xaa\x20\xda\x5d\x42\x28\x88\x02\x99\x18\xed\x52\x10\xbd\xd8\xb6\x53\x10\x3e\xb4\xed\x07\xee\xeb\xf4\x20\x0f\xb9\x2f\x90\xf9\x1c\x85\xd1\x1e\xe5\x07\xdd\xa9\x96\x1f\xbe\x44\x95\x63\x26\x21\xed\xe1\x9a\x58\x72\x75\xa7\x41\x7b\x48\x2e\x20\xb3\x9a\xbd\xf1\x50\x69\xfc\x08\xd6\xc2\x68\x8f\xd0\x5a\xa1\xb5\x34\x51\x6b\x21\x6a\x94\xf4\xa6\x66\x4f\xd0\xa3\x52\x93\xa9\xd9\x13\x64\x56\x61\x6f\x6a\xf6\x6c\x33\x46\x8d\xf6\x9b\xa9\xd8\x36\xd3\x22\xa6\x45\x0c\x4a\x8b\x94\xbe\x3a\x45\x85\x6d\x14\x61\x82\xcc\xf2\x6e\xdb\x08\x36\xb6\x55\x4e\xea\xb8\x9f\x6d\x29\x19\x53\x6b\x05\x94\xd6\x22\x08\xa2\x02\xdb\x08\x82\xb6\x51\xa1\x66\x63\x73\x94\x1e\x46\xb3\xd6\xb3\x3a\x33\x53\xb3\x66\x8d\xf8\x93\x55\x85\x5b\x23\xfe\x08\x32\x2b\x87\x5b\x23\xfe\x08\x82\x62\xc7\x68\xef\x5e\x8d\xce\xac\x67\x85\x70\x53\x67\x26\xc8\xec\xa2\x76\x28\xab\xf3\x94\x15\xc2\xad\x55\x4d\xfb\x84\xcc\xde\xa1\x4e\x51\xc8\x55\x45\x89\x35\x4a\x04\x41\x3e\xe5\xa2\x2e\xb3\x86\x93\x66\x22\x97\x6b\x94\x9c\xb4\x0e\xa2\xb5\xd0\x28\x2c\x9f\x13\x51\x43\x72\xc9\xf2\xd5\xc0\x1b\xed\xdd\xab\x35\x69\x62\xd5\x28\xf5\x6f\xd6\xab\x89\xec\xb3\x3a\x59\xeb\x34\x91\x82\xcc\xce\x28\x9a\x48\xeb\xc6\x28\x83\x92\xf4\x40\x52\x55\x5a\x37\x8d\x22\x0b\xce\xaa\x2a\xad\x93\x05\x05\x99\x7d\x42\x69\x62\xd4\x39\x27\xf9\x5b\x8f\x21\x8a\x73\x8e\xfb\x75\x8e\x98\xf5\x8a\x39\x7d\x56\x24\xb6\x4e\x03\x2f\xc8\xac\xc8\x62\x3d\xd9\x76\xaf\x98\xd3\xa7\x36\x44\xb6\xb1\x9e\x38\x13\x16\xea\x34\x32\x46\x2f\xd8\x57\x05\x1b\x53\x2f\x28\xc8\x1c\xa2\x24\x3d\xca\xa1\x90\x30\xf5\x82\x36\x70\x93\x85\x7f\x0d\xb9\xc9\x90\x9b\x0c\x83\x9a\xa2\x26\xa3\x26\xd4\x12\x85\x17\xd6\xd1\xb7\xc1\x39\xb7\xd1\x11\xa2\x6b\xad\x53\xd4\xc5\xa8\x84\x62\x8f\x63\x68\x14\x13\x65\x8e\x21\x73\x8c\x05\x85\xa8\xa3\x34\xd1\x97\x21\xaa\x34\x01\x64\x3e\x29\x49\x8f\x72\xd6\xe2\x8b\x52\x0e\x90\x69\xa2\x42\xd4\xc1\xa8\x80\xba\x8b\xc2\x68\x55\x36\xda\x90\xbe\xe8\xf2\xc6\x86\x0a\xd5\xe5\x99\x95\xa8\x83\x9a\xc7\x4c\xa2\x9a\x44\x35\x46\x49\x54\xab\xf4\x39\x36\xf4\x65\xa4\x4f\x41\xa6\x89\x5a\xa2\x56\x8d\x32\xd6\x22\x7d\x0a\x32\x9f\xd4\x21\x8a\x2f\x56\xca\x33\xb5\x87\x82\x4c\x1c\x53\xed\xa1\x60\x6c\xd5\xad\x9b\xe9\x58\x99\x8e\x95\x26\xea\x58\xd1\x25\x8e\xad\x7a\x67\x33\x6a\x1e\xc1\xec\xa1\x51\x2e\x6a\x67\x94\x28\x09\x51\x60\x8e\xe7\x98\x9c\xdc\xa4\x9c\x2a\x8d\x4d\x4d\xa4\x60\x6c\xc4\x2f\x57\x40\x75\x05\x54\x82\x82\x2b\xa0\x7a\xf9\xd7\x68\x95\x3e\xcd\xe5\x5f\x2e\xff\x32\x4d\x9c\xa2\x4e\x46\x05\xd4\x25\x0a\xcf\x61\x8f\x2e\xcf\xf1\xca\xf4\xa3\x11\xaf\x9d\x4c\x2f\xc8\x74\x96\x1f\x5a\xbe\xac\x32\x5a\x17\xf5\x9c\x88\x72\xd0\x84\x3a\x59\x73\x8c\xd6\x38\x69\x2e\xa3\xb9\x8c\xe6\x2c\x2f\xa3\x79\x59\x68\x34\x1c\xd3\x65\x21\x20\xd3\xd1\x84\x02\x9f\x97\xbe\x47\xc3\x99\xdc\xa5\x1c\xba\x9e\xac\xda\xd5\xdc\xa5\x09\x47\x13\xda\xb6\x4b\xd4\x02\x9f\xcf\x51\x12\xa2\xe2\xc4\x68\x5a\x5e\x71\xc2\x95\x8a\xb1\x90\x93\x8a\xcd\x03\x7d\x85\x28\xe9\xab\xc0\xfb\xc6\x86\x14\x4d\xbc\xd2\xc9\x68\x84\x21\x57\x3a\x01\xdc\xb4\xed\xd4\xf2\x89\x26\x26\xd2\xa7\x84\x48\x69\x02\x3b\x2a\xe9\xd0\xe6\x8f\x56\x45\xaf\xa9\xcd\xb7\x18\x08\x51\x35\xa2\x85\x8e\x02\x90\x59\x45\xaf\x85\x74\xcf\x25\xed\xe8\xc4\xfb\x50\xca\x0c\xa5\xcc\x2a\x70\x2c\x94\x32\x03\x5f\xed\x84\xda\x90\xaf\x86\xaa\x99\xf8\x7f\xa4\xe2\xa0\xd8\xb1\xc0\x95\x3b\x27\x25\xe4\xca\xa1\xe0\x4c\x2a\x0e\x05\xe7\xa8\x74\x32\xa8\x76\x2d\x42\x3b\x29\xc8\xac\x86\xc1\x22\x24\x63\x29\x7a\x74\x54\x10\xca\xe1\x41\x77\xa0\x5c\x19\x74\x07\x16\x95\x80\x46\xe7\x58\x84\x12\x10\x90\x19\x9a\x28\x21\x92\xb5\xb0\x56\x28\x24\x01\x31\xa5\x3b\x85\x70\x6e\x01\x46\xaf\xfe\xcd\xd4\xe6\x5b\xd6\xe9\x18\x1d\xa5\xa7\xc2\x2e\x90\x19\x1a\xc5\x17\xe9\xe3\x47\x27\xbc\xa5\x12\x76\x2a\x61\x93\x51\x53\x09\x9b\xae\x7a\x8c\xaa\x92\x2c\xe5\x7e\x40\x66\x35\x0c\x96\x72\xbf\x0c\x46\xe1\xca\xa9\x3a\x25\xb5\xed\x14\xf5\x1c\x55\x55\x83\x13\xd5\x53\xa9\x38\x95\x8a\xab\xe9\xb6\x94\x26\xb2\xca\xec\x31\x30\x73\xd2\x0b\x0a\x32\xab\xe9\xb6\x94\xdf\xd2\x3b\x8f\x81\x0a\xd5\x3b\xdb\xac\xd0\x31\x46\x75\x9f\x36\xb9\xdd\x10\x64\x56\x1f\x6e\x93\xfa\xda\x26\x31\x63\x4c\x51\x97\x28\xdc\xaf\xfa\x70\x9b\x8a\x19\xc0\x18\x8b\x51\x3c\x4e\x08\x32\x39\x16\x73\xe8\x8b\xb8\xdf\x58\x50\x72\x3f\x20\xb3\xfa\x70\x9b\x0a\x95\xb3\xdc\x64\x18\x71\x71\xca\x4d\x80\x4c\x8c\x36\x95\xe9\x67\x1d\xab\x61\x44\xe2\xa9\x9c\x34\x95\x93\xaa\xe9\xb6\x29\x07\xa0\xa7\x1f\x86\x33\xa9\xa7\x17\x0c\x63\x8f\x4b\x01\x75\x75\xaa\x06\x34\xb1\xa4\x89\xd5\x99\x88\x5c\x4b\x7b\x04\x92\xdb\x20\x5b\xda\x23\xe0\x0d\xb9\x96\xf6\x08\x0c\x23\x57\xae\xa1\xe5\x79\xa1\x48\x2a\x90\x45\x3f\x62\x6b\x20\xfd\xd2\x5a\x2e\x4a\xd2\x23\x97\xc2\xee\xaa\xb3\x3d\x0c\x97\x5b\x0a\xa8\x40\xaa\x3c\xe3\x46\xa1\xa0\x2c\xe4\xd5\x69\xd8\x52\xe6\x02\x92\x2b\x29\x5b\xca\x5c\x8b\xe8\xe9\xc4\xeb\xa5\xe8\x09\x64\x4e\xf6\xe8\x12\x15\x7d\x39\x05\xa1\xda\x7c\xdb\x2b\x8c\x0c\xe7\x28\xec\x0a\x23\x40\xe6\x14\x65\xa2\xca\x0b\x63\x63\xa2\x32\xea\xae\x8c\x5a\xbd\xb3\xed\x92\x6b\xaf\x7e\x64\x04\x55\xfc\x4e\x3f\x22\xc8\x44\x5f\xbb\xa2\xc9\x5e\x71\x71\x70\xd7\x69\xbb\xe2\x22\x90\x59\x5d\x8b\xed\xa9\x89\x88\xca\x55\xaa\xe9\x32\x40\x30\xd4\x11\x1c\x32\xed\xa1\x5c\xb9\x44\x0d\x51\x2c\x4f\x18\x3a\x74\xdc\x0f\x1d\xf7\xea\xdf\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc9\x0f\xe5\xa4\x83\xc8\x44\x2f\x68\x87\xce\x23\x90\xf2\xaf\x43\x91\xe9\xa8\x44\x31\x54\x9e\x1d\xaa\xb2\x0e\x55\x59\x98\xf6\x50\x95\x75\x90\x21\x54\xf3\x1c\xca\x10\x40\x2e\x3c\xfa\x90\x26\x00\x6b\xcf\x51\xfa\x22\x9a\x50\xde\xd5\x5d\x83\xdd\x31\x87\x92\xd9\x5d\xe6\xb8\x3f\xcd\x21\x0a\x73\x70\x73\x30\xe6\xc6\x44\x3a\x46\x41\x66\xf5\xf4\x76\x97\x85\xb8\x45\x18\x13\xa3\xe9\x16\x41\x90\x49\x51\x72\x57\xdf\x70\xe7\xd4\x72\x73\x69\x77\x9d\x5a\x20\xe7\x26\x0a\xdd\xdf\x31\xed\x24\x4d\xdd\xb5\x21\x20\xcc\x45\xe9\x8b\xb4\x5e\x93\x6a\xe6\xae\xd6\x0b\x18\x93\xe3\x7e\x57\x71\x09\xe4\x53\x7a\x15\x97\xc0\x98\x24\xff\xbb\x8a\x71\x20\x27\xf5\xa6\x2e\x3c\xec\xe4\x88\x72\x4d\x69\xa7\x8e\x28\x90\x13\xf7\x3d\x75\x44\xcf\x3a\x37\x63\xe2\xf7\xa7\x4a\x3d\x20\x27\x85\xea\xa9\x33\x74\x12\xd2\xe6\xd2\x28\x13\x65\x8c\x0a\x28\x17\x55\x6e\xa2\xbe\xe1\x94\x56\x81\xe4\x15\xc6\x4e\xf9\xfd\x59\xf1\x7e\xac\x6d\xfd\x76\x2a\x3e\x95\x0e\x80\x9c\x1c\xfd\x53\xee\xc7\xad\xc9\x58\x9c\x60\xdd\x9a\xd8\x85\x2b\x2f\x0a\xe0\x4b\xae\x0c\xe4\xa4\x73\xbf\xe4\xca\x57\x22\x23\xd1\xe0\x92\x1d\xae\xd4\xa8\x05\xf5\x1c\x75\xbd\xdd\x6c\x1b\x25\xb6\x6e\x27\x04\x39\xe9\x6d\x1e\x3a\x75\x8f\x8a\x8b\xb6\xd1\x43\x3c\x14\x17\x81\x9c\x24\xc6\xc7\x78\x8e\xf2\x1a\xe5\xac\xa5\x88\x07\xc4\xc6\x86\x1e\x2a\x34\x1f\x95\x77\x6d\x0b\x96\x57\xde\x7d\xe8\xdd\x9b\x0a\xf5\xa1\xbc\xfb\x28\x3b\x18\x95\xb3\xeb\x2a\xc2\x37\x67\xf9\x8a\x3f\xbe\x51\xba\x08\x06\x75\xac\x6f\x64\x67\xa7\xa7\x37\x1e\x86\x5d\x3d\xbd\xf3\x1c\x6a\xdc\xdd\xb9\x9e\x43\x05\xc9\x19\x70\x3d\x87\x7a\xb3\x78\xbb\x59\x2f\x21\xbc\xf1\x3e\x22\xc8\xd9\x1c\x6a\x8a\xda\x6b\x54\xd7\xa8\x43\x14\x5a\x6d\x01\x75\x17\x75\x67\x54\x42\xe9\x8b\xa6\x2f\x8a\xd2\x17\x11\x95\x27\x5f\x57\xd3\xed\x5d\x54\xa5\x29\x57\xab\xe9\xf4\x7f\x36\x2a\x70\xb9\x7e\x27\x20\xc8\xd9\x18\x35\x34\xaa\x54\x68\x63\x8a\xda\x45\x71\xea\xda\x82\x42\xd4\x51\xb5\x9c\x8d\xc5\x28\xbf\x44\x71\x9e\x2a\x8f\xf8\x20\x1a\x38\x0f\x8a\x66\xd5\x99\xb9\x1e\x14\x05\x39\x3b\x42\x70\x0f\xe8\x34\x7e\x46\xc2\x76\x35\x7e\xce\xc3\x9d\x91\x9d\x5d\x0f\x77\x82\x24\x40\xb8\xf1\x4c\xe2\x56\xa1\xc3\xbc\xce\xb9\xf3\x16\xf7\x84\xb1\x05\xa3\x42\xa3\x58\xde\x11\x42\xad\x93\x3b\x76\xf4\xaa\x8c\xdc\x65\x47\x97\x1d\x3b\xa3\x64\x47\xaf\x28\x65\x5e\xc9\xcc\x69\x0b\x9e\x90\xb3\x7a\x67\x57\x77\xe0\x14\xe6\x46\x4e\x72\x15\xe6\x02\xe3\x09\xd3\xf5\xfe\x26\xc8\xd9\x03\x8a\xb5\x42\x13\xcb\xc9\x5d\xf5\xa6\x53\x8b\x19\xfd\x9b\xab\x16\x73\x6a\x31\xe3\x7d\xc5\x55\x8b\x09\x72\x76\x8d\x62\x8f\x54\x33\xc6\xe5\x89\xab\x9a\xf1\x55\x26\xa8\x7a\xa1\x28\x22\xb1\x20\x79\x1d\xf2\x15\x1a\x55\xe6\xf0\xad\x22\xb1\x2f\x99\x03\xc8\x39\x44\xa1\x9c\x55\x09\xc8\xb7\x3a\xa2\xce\xab\xc0\x13\x9a\x8c\xa6\xc7\x01\xa7\x44\xf0\x0d\x15\xaa\x44\xf0\xbd\x8e\xa8\x6f\xac\xb5\x73\x44\x05\x39\x47\x83\xc2\xbf\x28\x11\x9c\x87\x06\x57\x89\x20\xc8\x39\x3a\x14\xe6\xd8\xb5\x7c\xa5\x4f\x57\x5a\xf7\xa3\x7c\xc2\x1b\x5f\x3c\xe4\x13\x40\xf2\xb6\xe5\x07\x4f\x67\x7e\xf0\x1e\xde\x2a\x4e\x38\xc9\xfb\x09\x39\x87\x26\xe2\x98\x07\xbd\x20\x2f\x01\x7e\x50\x8c\x0b\x06\xcf\xc7\x7e\x90\x05\x9d\x1c\xee\x6d\x42\xc9\xa3\x0f\x79\xf4\x40\x2e\xa9\x10\xf0\x56\xb1\xdf\x0f\xa9\xf0\x50\xc7\x98\x2c\x4f\xe5\xed\x07\xbd\x60\xdf\x90\x8b\x5e\x50\x90\xbc\xb9\xf9\x91\xda\x50\xaa\xaf\x2c\x6b\x2b\x87\xfb\x5d\x14\xa7\x56\x99\xcb\x09\xee\x4e\x77\xe1\x0a\xee\x7e\xa1\x7b\x7e\x78\xe0\x97\x74\x0f\x0c\xde\xef\xfc\x92\xee\xaf\x4a\x66\x6e\x98\xe3\x22\x99\x09\x72\x56\x51\xe2\x97\x6b\xad\x92\xcb\x0d\x8f\xbe\x24\x17\xd0\xb8\x7a\xf6\x8b\x9a\xda\x49\x01\x4e\x85\xeb\x4a\x01\xce\x45\xb0\x7b\xf9\x57\x28\xfa\xc6\x56\x2e\xeb\x5e\x25\x55\x6c\xdc\xcb\x0b\x72\x56\x9b\x1f\x1b\x97\x14\xb1\x55\x34\xf1\xd0\x44\xa2\x89\x20\xa7\x41\xe1\xd1\xb1\x95\x10\xce\x73\x7b\x6c\xa9\xb5\x52\xaf\xd3\xa2\xb4\x16\x42\xf0\xe6\x16\x8a\xe4\xc1\xef\x66\x9c\xa7\xa0\xd0\xef\x66\x04\x39\xad\x41\xdd\x45\x95\x72\xb8\x22\x8e\x46\xc4\x8c\xa6\x6c\x65\xbf\xfd\x56\x1c\x8d\x64\x16\x04\x67\xe7\xed\x20\x14\x9c\x83\x1f\xa6\x78\x56\xcb\x1f\xfa\x61\x8a\x20\x67\x65\x9b\xe8\xfa\x7a\xaf\xc6\xcf\xa9\x50\xa3\xd3\xf8\x09\x3a\xe7\x29\x3a\x99\x5e\xe0\xd3\x99\x48\xa6\x17\x8c\xe6\x9a\xa8\xe5\xb9\x9d\x98\x15\x6c\x42\x77\x9d\x82\x9c\x86\x5c\xd4\x9e\x41\xd2\xf0\x59\x27\x25\x94\x34\x42\x3f\x26\x99\xe5\xb7\xa1\x1f\x93\x08\x92\x60\x13\x83\xc3\x13\xa3\x92\xac\x73\x3f\x19\x83\x62\x47\x90\xd4\x65\x31\x28\x76\x82\xa4\xe1\xab\x6b\xd4\x25\x4a\x3f\xed\xe8\x50\xc8\x45\x3a\xf0\x35\x6a\x94\xd2\x41\x18\xae\xbc\xaa\x9d\x0e\xc3\x95\x05\x39\x8d\x51\xb8\x72\x90\x15\x7c\x55\x15\x1e\xc6\xd1\x17\x18\x8f\x93\xc1\x35\xe1\x6b\x90\x34\x62\xdb\x98\x48\x08\x17\x24\xc5\x61\x28\x69\x84\xd5\x71\x8d\x4d\x42\x70\x5c\x05\x39\x9d\xb5\xa4\x42\x52\x4b\xf0\x8e\x1a\x4a\x2d\xe1\x25\x6a\x50\x6e\x84\x4b\x54\x97\xa8\x55\x5b\x84\x4b\x54\x20\xb6\x4a\x2d\xe1\x64\x54\x41\xce\xaa\xd5\x83\xfc\xf4\x1a\x5e\x1b\x8a\x6d\x31\x51\x1b\x02\x92\x27\xdf\x70\x6d\x88\x04\x14\xad\xb2\x60\x28\x01\x05\x3f\xda\x88\x56\x1d\x50\xe8\x47\x1b\x82\x94\x9b\xe8\x47\x1b\x11\x9a\x58\x9d\x46\x28\x01\x05\xaf\xf9\xd1\x11\x42\xaf\xf9\x82\xe4\x8e\x2c\xf4\x9a\x1f\xba\x7e\x18\x55\xd1\x87\xae\x1f\x04\x29\xff\xd2\xf5\x43\xf0\xc0\x1f\xa3\x33\x91\xb7\x3c\x41\x4e\x8e\x6b\x72\x21\x16\xf9\xfc\x35\x63\xc9\xa5\x94\x17\x3c\xdd\xc7\xc0\xbf\xf4\x74\x2f\xc8\xc9\x86\xf4\x74\x1f\x13\x15\x8e\xd0\xa8\x43\x94\x54\xb8\xa0\x50\xe1\x4c\xd6\xca\xd2\x17\x17\x03\x4f\xc8\x89\x4f\xe8\x7e\x20\x48\x9f\xc1\xad\x5c\x28\x7d\x0a\xc2\x4c\x54\x17\xd5\x79\x6d\x1d\x50\x43\xd4\xc9\xa8\x0e\x75\x89\xa2\x29\xe2\x58\xe9\x7e\x20\x96\xab\x91\xa9\x3d\x2e\x8a\x7c\x41\x7b\x2e\x4f\x91\x1f\x4b\x42\x54\x49\x15\x4a\x9f\xb1\xd7\x57\x82\xd2\x25\x76\x92\xbf\x60\xf0\xda\x1a\x3b\xc9\x3f\xf6\x8a\x9e\xe5\x78\x50\x29\x8a\x7a\x33\x3a\x14\xa1\x63\x2f\x85\x84\x13\xde\x76\x6a\x1e\x41\xce\x2a\x96\x62\xa7\xe6\x89\xbd\x9c\x3c\x5c\x94\x9c\x7c\x57\x9c\xc0\xa3\x77\xc5\x09\x52\x71\x44\x55\xb8\xa1\x54\x1c\x47\xc5\xc5\x08\xce\xf6\xa1\xc0\x77\xa8\x75\xaa\x76\x3a\x0e\x5a\xa7\x38\xbc\x84\xe0\x17\x79\x71\x70\x1d\x28\x68\xce\xb1\x3a\x14\x14\x8e\x72\xb3\xe0\x05\x3e\x0e\xee\xfe\x04\x39\xb1\xf6\xc1\xbd\x58\x90\x1f\x83\x47\xe6\x38\x14\xfb\x81\x9c\x91\x50\xcf\x51\x25\x2a\xcf\x83\xa1\xf4\x19\xb4\xc0\xc1\x3b\x59\xa8\x05\x16\x74\xde\x7d\x42\x2d\x70\xdc\x43\x2f\x73\xb5\xd6\x5d\x4e\x7e\x97\x93\xc7\x84\xc2\x8e\x77\xfc\x8b\xce\x3f\xee\xf2\xaf\xfb\xd3\xbf\x16\x94\x8b\x2a\x21\x68\xfc\x42\x09\x3b\xce\xfa\x62\x50\xeb\xc7\xa9\x2f\x02\x39\x89\x72\xf4\x98\xaf\xc1\xab\x79\xc8\x8e\x7a\x35\x17\xe4\xcc\x06\x75\x8a\x62\xad\xa5\x51\x5a\x4b\xc1\x2a\x45\x69\x2d\x09\x41\xde\x55\x89\x10\x17\xaf\x8f\xbc\x47\xc5\xc5\x85\x87\x20\x27\x07\xe6\xe2\xc2\x23\x2e\x3c\x67\x55\xf9\x1f\x97\x3c\xe7\x92\xe7\x24\x6b\xc9\x73\x78\xf0\x8e\x45\x0e\xbf\xe8\xa0\x04\x39\xab\x62\x8b\x8b\x92\x2a\x28\x11\x62\xe1\x13\x2a\x11\x82\x12\x21\xb7\xea\xb0\x53\x25\x42\x6e\xd4\xfa\x5b\x99\x36\x37\xea\x3a\x41\xce\x14\x15\x50\xd4\x29\x6d\xf8\x9f\xa7\xe2\x3e\xfe\x32\x13\xe7\xe6\x5a\x96\x6b\xad\x99\x0b\xaa\x8b\x2a\x8f\x69\x95\xa5\x52\x7d\x9f\x20\x67\x55\x0b\xb9\x21\x75\xea\x47\xbc\x24\xd4\xd4\x8f\x78\x05\x8d\x6a\x21\xa9\x42\x9e\x90\x73\x8a\x92\x88\xec\xad\xcd\x9a\xf8\xfc\xc5\x77\x13\x55\xc6\x4a\x95\x03\x49\xbe\xcf\x3e\x03\xea\x14\x85\x82\xa7\x46\x5d\x50\x44\xb7\x5e\xc5\x48\xf2\xa4\xfa\x84\x9c\x2c\xaf\x97\xd5\xe4\x19\x35\x47\xf9\x7b\xea\x19\x55\xd0\xb8\x18\x4a\x3d\xa3\x0a\x92\xa7\xcf\xec\xb8\x5a\xf6\xd4\x4f\xa3\xf9\xa2\xf6\x08\xb4\x51\x1d\x5d\xea\xe9\x33\xa9\x10\x72\x94\x8f\xa6\x2a\x84\x1c\x98\x61\xa0\xaf\xe1\x4f\x0a\x45\x4f\x87\x42\xd1\x7a\xf0\xb3\xea\x3d\x52\x0f\x7e\x82\x9c\x6c\x9b\xa4\xff\x84\xb4\x1c\x7f\x66\xd2\xfa\xff\x1f\xf6\x8f\x97\x5f\x7f\xaf\x7f\xff\xe9\xcb\x97\xeb\xfd\x2b\xff\x3a\x80\x5f\xe6\xdf\xce\xeb\xf1\xe9\xfd\xfa\xf5\x5f\x1a\x7c\x7c\xfe\xa8\x59\xfc\xf7\x3f\x01\x00\x00\xff\xff\x94\xbf\x01\x60\x95\x30\x00\x00"); +func _cagg ()(*asset ,error ){_dece ,_efebd :=_edde ();if _efebd !=nil {return nil ,_efebd ;};_eaga :=bindataFileInfo {_c :"RKSJ-V",_ed :915,_cg :_g .FileMode (436),_ca :_d .Unix (1580492637,0)};_degad :=&asset {_fdf :_dece ,_ff :_eaga };return _degad ,nil ; +};func _ddag ()(*asset ,error ){_ebga ,_cccf :=_fdcd ();if _cccf !=nil {return nil ,_cccf ;};_dfcac :=bindataFileInfo {_c :"Katakana",_ed :467,_cg :_g .FileMode (436),_ca :_d .Unix (1580492475,0)};_agbf :=&asset {_fdf :_ebga ,_ff :_dfcac };return _agbf ,nil ; +};var _aa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\xb1\xae\xd3\x4c\x10\x05\xe0\xde\x4f\x31\xe5\xfd\x8b\x9f\x78\x77\xbd\x5e\xaf\x84\xae\x84\x92\x82\x20\x5d\x40\x04\x2e\x48\x88\xc2\xb1\x27\x91\x25\xb2\xb6\xd6\x76\x91\xb7\x47\x73\x26\x98\x22\x9a\xf8\x8b\xe7\xe8\x14\x93\xdd\xfe\x78\x38\xa6\x61\xa1\xdd\xe7\x3c\x76\x27\x5e\xe8\x32\xa4\x3e\xf3\x3c\xae\xb9\x63\x3a\xf3\x75\x48\x45\x61\x2c\xf5\x43\xb7\xfc\x7d\xc4\xe8\x6e\xed\x54\x14\xbb\xd0\xfc\xff\x9e\xd6\x99\x1f\x8f\xfb\xe3\xe1\x74\x9f\x17\xbe\x1d\xd3\x65\x24\xa7\x6b\xfd\x3a\x3d\x56\x89\x76\x5f\xf8\x3a\xcc\x4b\xbe\xd3\xd3\xbb\x7e\x3c\xf3\x7f\xd4\xf3\x45\xfc\x53\xee\x39\x0f\xe9\x4a\x4f\x1f\xda\xa9\x4d\x66\xfb\xe1\xb4\x4e\xd3\x6f\xbe\x71\x5a\xa8\x84\x71\xea\x31\x8b\xdd\xfe\xa5\x9d\x3e\xb6\x37\x26\xa9\xf1\x0a\x84\xbd\x72\x9e\x87\x31\x91\x29\xdf\x94\x65\xfd\xcf\xbf\xde\x27\x26\xf3\x58\xfe\xf1\xed\x78\xa0\x9f\x86\x4c\x49\xd6\x3b\xef\x7e\x3d\xfc\xfb\xcb\xd8\x6f\x6f\xd9\xa0\xcd\xbb\xa1\xcf\x6d\xba\x72\xf1\xd6\x1a\x6b\x9f\x49\x86\x7b\xa6\xd0\x34\x41\xc8\x19\x90\xb3\xa0\x08\xea\x94\x58\x28\x1a\xa1\x4a\xdf\xaa\x3c\xa8\x02\xb5\x20\x7f\x06\x61\xb1\xd6\xb7\x64\x84\x68\x24\xbe\xb2\x20\x8c\x10\x4d\x03\x72\x4a\x0e\x14\x41\x5e\x49\xe2\xa3\x2d\x41\x41\x29\x80\x0c\x28\x2a\x45\x90\x15\xaa\x34\xab\x42\x96\x75\x42\xb5\x52\xad\x54\x81\x34\xbe\xd6\x78\x0f\xd2\xf8\x5a\xe3\x6b\x10\x2b\x31\x48\xda\x7b\x6d\xef\xb5\xbd\x6d\x40\x4e\x49\xe3\x23\xc8\x2b\x21\xde\x95\xa0\xa0\x84\x78\x67\x40\x51\x09\xed\x9d\xb4\xf7\xda\xde\x6b\x7b\x27\xed\xbd\xb6\xf7\xda\xde\x55\x20\x8d\xd7\xf6\xce\x83\x34\x5e\xdb\xbb\x1a\xc4\x4a\x68\xef\xd0\x3e\xe8\x62\xa8\x41\x8d\x5c\xdf\x76\x0c\xf2\x5d\xee\x7e\xbb\xc3\x6e\xcd\x99\xd3\x82\xab\xc7\xc5\xc9\x15\x0d\x89\xb7\x3f\xd4\x34\x4e\xb2\x85\xcf\x9f\x00\x00\x00\xff\xff\xc4\x5a\x5d\x5a\x7c\x03\x00\x00"); +func _eab ()([]byte ,error ){return _fd (_dfg ,"Ext-H")};func _ebb ()([]byte ,error ){return _fd (_cde ,"Adobe-CNS1-7")};var _bcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x9e\x7b\xef\xcc\x68\x04\x22\x50\x12\x1e\x78\xf1\x5e\x4b\xd3\x7f\x50\xba\x70\xa4\x71\x30\x34\xb2\x91\xed\x45\xbe\x7d\x39\xf7\xd8\x29\xbc\x45\x70\x74\x22\x5d\x29\xbf\xe3\x19\x6d\x1e\xb7\x4f\xdb\xe5\x70\x09\x9b\x5f\xd6\xe3\xf4\xdc\x2e\x61\x7f\x58\xe6\xb5\x9d\x8f\xd7\x75\x6a\xe1\xa5\xbd\x1e\x96\xae\x13\x0d\xf3\x61\xba\xdc\x0f\xfd\x63\x7a\xdb\x9d\xba\x0e\xd7\x3f\xbf\x9f\x2f\xed\x6d\xbb\xec\x8f\xc1\x78\xde\x7c\x3d\xdd\xce\x0d\x61\xf3\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xe3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\x20\x9e\xb5\x65\xf6\xcf\x6e\xf3\xf8\x75\x77\xfa\xb6\x7b\x6b\x61\xe3\x93\x3e\xe3\xba\xcf\x3c\xc9\xff\xf6\x47\x5b\xcf\x87\xe3\x12\xe4\xc7\x18\xf3\xff\xf1\x6f\xef\xa7\x76\x9b\xd5\x6d\xfe\xfa\x7d\xfb\x14\xfe\x96\x20\x31\x68\xce\x43\xfc\xe7\x96\xff\xf9\xf5\x38\xb7\x10\xef\x77\xda\x3e\x3d\x1e\xaf\x78\x84\x3e\xc5\xca\x50\xf8\x2f\x4d\xc7\xb9\x9d\x4f\xbb\xa9\xad\xbb\xe5\xb5\x75\x21\x8c\x31\xc6\xf8\x10\xc6\x64\x5f\xbe\x3c\xe0\x69\xbf\x3b\xa3\x2b\xf5\x76\xe5\x61\x66\x72\xbf\x22\xc6\xfd\xfe\x21\xc4\x6e\x8c\xc2\x63\xc1\xb1\xe6\xd2\x8d\x51\x99\x28\x92\x2c\xda\x8d\xd1\x98\x18\x92\xbe\xd4\x6e\x8c\x89\x49\x42\x22\x51\x53\x37\xc6\xcc\x28\x7b\xa4\x15\xb3\x0b\xa3\xe2\x51\x36\x0c\xef\x19\xf5\x1e\xf5\x03\xa6\x57\x46\xd5\x9f\x20\x26\x8c\x1f\x18\x0d\x1e\x59\xc4\xf8\x1d\xa3\xdd\xed\x39\x31\xfe\x85\xd1\x8b\x47\x55\x30\x7e\x62\x34\x21\xb2\xd8\x63\xfc\xcc\x68\xf6\xc8\x14\xe3\x1b\xa3\xe6\x51\xae\x18\xbf\x67\xb4\xf7\xa8\xa6\xd8\x8d\x42\x29\x71\xa9\x14\x87\xd2\x8d\x42\x2c\x71\xac\x64\x59\xbb\x51\xa8\x25\xae\x95\x4a\xac\xdd\x28\xe4\x12\xe7\x4a\xb5\xa4\x6e\x14\x7a\x49\xba\x99\x62\x3c\xbd\xc4\xbd\xb2\xf5\x18\x4f\x2f\x71\xaf\x5c\x0c\xe3\xe9\x25\xee\x95\x6b\xc5\x78\x7a\x89\x7b\x15\x49\x18\x4f\x2f\x71\xaf\x92\x22\xc6\xd3\x4b\xdc\xab\x14\x14\x2b\xf4\x12\xf7\x2a\x03\x9a\x15\x7a\x89\x7b\xf5\x82\x6a\x85\x5e\xe2\x5e\x7d\x42\xb5\x42\x2f\x69\xb7\xfe\x31\x9e\x5e\xe2\x5e\xfd\x80\x6a\x95\x5e\xea\x5e\x55\x50\xad\xd2\x4b\xdd\xab\x26\x54\xab\xf4\x52\xf7\xaa\x3d\xaa\x55\x7a\xa9\x7b\xd5\x01\xd5\x2a\xbd\xd4\xbd\x06\x45\xb5\x4a\x2f\x75\xaf\x21\xa1\x5a\xa5\x97\xba\xd7\xd0\xa3\x5a\xa5\x97\xba\xd7\x30\xa0\x5a\xa5\x97\xd6\xfb\x77\x15\xf3\x09\xa6\x03\xb3\x84\x72\x95\x62\xba\x63\xd6\xa3\x5d\x25\x99\x3a\x19\xda\xc7\x2d\x68\xa6\x13\x33\x45\xbf\x4a\x34\x9d\x99\x65\x14\xac\x54\xd3\xc6\xac\x47\xc3\x4a\x36\xdd\x73\x91\x44\x54\x6c\x74\xb3\xc8\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xfb\x02\x8b\xdd\x68\xa4\x33\xa7\x13\x8b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa2\x69\x23\x9f\x71\x79\xa6\x88\xaa\x8d\x7e\x46\xbf\x64\xe8\xda\xe8\x67\xf4\x4b\x19\x65\x1b\xfd\x8c\x7e\xa9\xa2\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x74\xdf\x15\x70\x0f\xfa\x19\xfd\x72\x41\xe1\x46\x3f\xa3\x5f\xae\x68\xdc\xe8\x67\xf4\x2b\x82\xca\xd3\x6d\x0f\xa4\x5f\x31\x74\x9e\xe8\x97\xe8\x57\x0a\x3a\x4f\xf4\x4b\xf4\x2b\x15\x9d\x27\xbb\xed\x9f\xdc\x8e\x24\xab\xef\xa2\xf7\xdd\x12\xbf\xe3\x5d\xf3\xb1\xfb\x4f\xd7\x75\x6d\xcb\xc5\xdf\x34\xbe\xc1\x63\x7f\x3e\x2c\xed\xe3\xad\x75\x3a\x9e\x70\x95\xff\xfc\x17\x00\x00\xff\xff\x33\x87\xd9\xc1\xe1\x06\x00\x00"); +func _fag ()([]byte ,error ){return _fd (_fbgag ,"Ext-V")};func _gdbf ()([]byte ,error ){return _fd (_efag ,"HKm471-B5-H")};func _bbdd ()(*asset ,error ){_bbbd ,_bgdc :=_fag ();if _bgdc !=nil {return nil ,_bgdc ;};_abb :=bindataFileInfo {_c :"Ext-V",_ed :1141,_cg :_g .FileMode (436),_ca :_d .Unix (1580491941,0)}; +_bdb :=&asset {_fdf :_bbbd ,_ff :_abb };return _bdb ,nil ;};func _eefg ()(*asset ,error ){_becf ,_bcff :=_ccbe ();if _bcff !=nil {return nil ,_bcff ;};_afda :=bindataFileInfo {_c :"GB-H",_ed :2090,_cg :_g .FileMode (436),_ca :_d .Unix (1580492002,0)};_fdac :=&asset {_fdf :_becf ,_ff :_afda }; +return _fdac ,nil ;};func _ece ()(*asset ,error ){_def ,_dacg :=_aad ();if _dacg !=nil {return nil ,_dacg ;};_fga :=bindataFileInfo {_c :"Adobe-Japan1-UCS2",_ed :281822,_cg :_g .FileMode (436),_ca :_d .Unix (1580490574,0)};_ebaag :=&asset {_fdf :_def ,_ff :_fga }; +return _ebaag ,nil ;};var _ggcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x8b\x5b\x37\x14\x06\xe0\xbd\x7e\x85\x96\xe9\xa2\xb5\x74\x3e\x25\x10\x17\x9a\x0f\xd2\x59\xa4\x29\x4d\xd3\x16\x4a\x17\x1e\x5f\x79\x30\x74\x6c\x63\x7b\x16\xf9\xf7\xe5\x9c\xe3\xa4\xd0\xc5\xe0\x99\xd7\xd2\x3b\x57\x8f\xc4\xd5\xe6\xcd\xc3\xdb\x87\xe3\xe1\x96\x37\xbf\x5c\x4e\xbb\x4f\xf3\x96\xf7\x87\xe3\x7a\x99\xd7\xd3\xcb\x65\x37\xf3\xe3\x7c\x3a\x1c\x53\xaa\x90\xd7\xc3\xee\xf6\xf5\x4f\xff\xd8\x3d\x6f\xcf\x29\xd9\xfc\x4f\x5f\xae\xb7\xf9\xfc\x70\xdc\x9f\x32\xc6\xb8\xf5\xe5\x7c\x1f\x9b\xf3\xe6\xd7\xf9\x74\xb8\xde\x2e\x5f\xf2\xab\x1f\xd7\xd3\xe3\xfc\x2e\xaf\x73\x6f\xf9\xc7\xcb\x3a\x2f\x87\xe3\x53\x7e\xf5\xfe\x75\xfd\x96\x7e\x7a\x39\x9f\xff\x99\xcf\xf3\x78\xcb\xc5\xb3\x79\x5c\xfd\x33\x6d\xde\x7c\xd8\x9e\x7f\xde\x3e\xcf\xbc\x79\xff\xfa\xfb\x9f\x3c\xf4\xec\xf7\x79\xb9\x1e\x4e\xc7\xdc\x7f\x28\x45\xfe\x8b\x7f\xfb\x72\x9e\xb9\xde\xe7\x7e\x7e\x78\xfb\x71\xbf\xbf\xce\x5b\x86\x12\xbd\x9b\x3f\x3f\x3f\xbc\xcd\x7f\xd5\x5c\x4b\x06\x46\x81\xbf\xef\x43\xff\xf8\x70\x5a\xe7\xfd\x9f\xa7\x1a\xeb\xd8\x9d\xd6\x79\x3d\x6f\x77\xf3\xb2\x3d\x3e\xcd\x94\xf3\x80\x0a\x75\xc9\x43\xdf\xe9\xbb\xc5\x9e\xf1\x7f\x23\x52\x6b\xf7\x99\x87\x35\x92\xaf\x33\xa0\xea\x5c\x72\x97\x34\x00\xd0\x03\x10\x58\x72\xed\xc5\x12\xe1\x48\xe6\x92\x81\x3c\xd1\x18\xa3\xbb\x25\x03\x5b\x82\x51\x83\x56\x03\x02\x69\x00\x45\x42\x8a\x4b\x46\xb6\x66\x8e\x84\x55\x96\x4c\xd8\xd3\x00\x89\x44\xb0\x2d\x99\x81\x2d\xa1\x48\x94\x97\xcc\x64\x63\x34\xc6\xa8\x7d\x21\xc5\x9a\x95\x23\xb1\x87\x10\xb4\x59\x2d\xc6\x34\x2a\x4b\x16\x69\x96\x90\x3f\x73\x93\xed\x92\xb5\xd8\x13\x76\x20\x4b\xba\xec\x97\xac\x68\x63\xb6\x31\x6b\x6b\xcf\xdc\x2a\xa5\x01\x8f\x91\x3c\x5a\x4f\x2f\x2d\x0d\x2c\x9e\x60\x71\x1e\x5b\x3b\x06\x18\x3a\x58\x2d\x48\x69\x20\x44\x04\x1e\x55\xb0\x79\xe1\x81\xee\x51\x01\x20\x0d\x0c\x10\x24\x8f\xb0\x4a\x1a\x18\x22\xc8\x1e\x51\xb5\xfa\x20\x41\xf1\x88\x8b\xd5\x87\x00\x6a\x44\xdd\xea\x63\xc1\xd8\x3c\x92\x6e\xf5\x3d\xa2\xee\x91\x36\xab\x8f\x05\xa2\x2f\xb0\xb6\x66\xf5\xb1\x42\x7c\xf4\xa8\xab\xd5\xef\x22\xda\xf9\xd6\x15\xd3\xc3\x35\xa2\xd5\xa3\x6a\xdb\x89\x33\xa2\xe9\x11\xd8\x7e\xe2\x3e\xa2\xbd\x47\x68\xc7\x80\x82\x8b\x9c\x0b\x88\x28\x0d\x0a\x2f\x72\x2f\x60\x83\xa7\xf0\x22\x88\xc3\x82\x90\x06\x85\x17\xc5\xf9\x51\x90\x34\x28\xbc\xc8\xbd\xa0\x81\xd5\x87\x17\xb9\x17\x74\xdb\x32\x0a\x2f\x72\x2f\x2c\xb6\x67\x14\x5e\xe4\x5e\x58\xed\xc8\x50\x78\x51\x8b\xc8\xce\x39\x85\x17\xb9\x17\x82\x1d\x74\x0a\x2f\x72\x2f\xc4\x66\xf5\xe1\x45\xee\x85\xa4\x56\x1f\x5e\xe4\x5e\xc8\x6a\xf5\xe1\x45\xee\x85\x22\x56\x1f\x5e\xe4\x5e\xa8\x62\xf5\xe1\x45\xee\x85\x8d\x29\x0d\x0e\x2f\x76\x2f\xec\xd4\xd2\xe0\xf0\x62\xf7\xa2\x42\x90\x06\x87\x17\xbb\x17\x55\x94\x34\x38\xbc\xd8\xbd\x08\xb0\xa4\xc1\xe1\xc5\xee\x45\x08\x56\x1f\x5e\xec\x5e\x44\xd5\xea\xc3\x8b\xdd\x8b\xb8\x5a\x7d\x78\xb1\x6a\x5f\x32\x49\xb1\xfa\xf0\x62\xf7\x22\xe9\x9c\x06\x87\x17\xbb\x17\x69\xeb\x69\x70\x78\xb1\x7b\x51\x6b\x98\x06\x87\x17\xbb\x17\x75\xd5\x34\x38\xbc\xd8\xbd\xb8\x68\x4d\x83\xc3\x8b\xdd\x8b\xab\x58\x7d\x78\xb1\x7b\x31\xb0\xd5\x87\x17\xbb\x17\x23\x63\x1a\x12\x5e\xe2\x5e\x4c\xa4\x69\x48\x78\x89\x7b\x31\x53\x4d\x43\xc2\x4b\xdc\x8b\xfd\x0d\x21\xe1\x25\xee\xc5\x0a\x3d\x0d\x09\x2f\x71\x2f\x6e\x60\xf5\xe1\x25\xee\xc5\xbd\x5a\x7d\x78\x89\x7b\x49\xa9\x56\x1f\x5e\xe2\xe7\x4b\x6a\xb1\xfa\xf0\x92\x16\x51\xb7\xfa\xf0\x12\xf7\x12\xe8\x56\x1f\x5e\xe2\x5e\x82\xcd\xea\xc3\x4b\xdc\x4b\xa8\x59\x7d\x78\x89\x7b\x09\xab\xd5\x87\x97\xb8\x97\x88\x58\x7d\x78\x89\x7b\x89\x8a\xd5\x87\x97\xb8\x97\x34\xd6\x34\x34\xbc\xd4\xbd\xa4\x73\x4d\x43\xef\x57\x84\x7b\x69\x21\x4e\x43\xc3\x4b\xdd\x4b\xab\xbd\x99\x35\xbc\xd4\xbd\x14\x10\xd3\xd0\xf0\x52\xf7\x52\x04\xab\x0f\x2f\x75\x2f\xfb\x3e\x0d\x0d\x2f\x75\x2f\xe5\x6a\xf5\xe1\xa5\xee\xa5\x52\xba\xdf\x4c\x5f\x6f\x20\xfb\xdd\x2e\xed\x6f\xf7\xe8\xee\xe5\x72\x99\xc7\x9b\x5f\xd9\x7e\x65\xda\x9d\x77\x38\xce\x6f\xd7\xff\xf9\x74\xb6\x59\xfe\xf3\x6f\x00\x00\x00\xff\xff\xa2\x28\xe2\xe9\x2a\x08\x00\x00"); +func _gedcg ()([]byte ,error ){return _fd (_aead ,"CNS2-H")};var _acec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\x8f\x3f\x39\x72\x98\x79\xef\x4f\x51\x47\xed\x41\x3b\xc9\x77\x12\x68\x14\xb0\x3b\xb3\x8d\x9d\x83\x64\xc3\x23\xd9\x06\x0c\x1f\xf2\x85\x39\x6e\xc0\xd3\xdd\xe8\x69\x1d\xf4\xed\x0d\x3e\x0f\xff\x23\xc1\x30\x50\x75\x29\x66\xfe\x98\x64\x30\x18\x0c\xc6\x1b\x83\xbf\xfb\xfd\x1f\xff\xf0\xc7\x9f\x7e\xfc\xed\xe3\x77\xff\xf1\xd7\x9f\xef\x3f\xcd\xdf\x3e\xde\x1f\x7f\x7a\x7e\x9d\x7f\xfd\xf9\x5f\x7e\xbd\xe7\xc7\x35\xff\xfc\xe3\x4f\xdf\x7d\x17\xe2\xc7\xf3\xe3\xfd\xdb\xb7\x47\xfe\xdd\x7f\x39\x7f\xf9\xee\xbb\xf5\xfd\x9f\xfe\xf5\xaf\xbf\xcd\xbf\xfc\xf1\xa7\xf7\xe7\x8f\x64\xbd\xe7\x5f\x7e\xd9\x75\x3f\x3e\x7e\xf7\x9f\xe6\x9f\x7f\xfc\xeb\x6f\xbf\xfe\xeb\xc7\xdf\xfd\x3f\xcf\xcf\xd7\xfc\xbf\x3e\x9e\xf9\xae\xf7\xff\xe1\xd7\x67\xfe\xfa\xe3\x4f\x7f\xfe\xf8\xbb\xdf\xff\xe3\x9f\xc2\xdf\x5e\xff\xe9\x5f\x7e\xf9\xe5\x7f\xce\xbf\xcc\x9f\x7e\xfb\x68\xbc\x9b\x3f\x3d\xfc\xff\xee\x77\xbf\xff\x87\xf3\x97\x7f\x3c\xff\x32\x3f\x7e\xf7\xcf\x3f\xfd\xf8\xfb\x7f\xfc\xd3\xdf\xff\xf3\x3f\xfd\x10\xea\xdf\xff\xff\xfc\xcc\xaf\xff\x79\xfe\xfa\xd7\x1f\x7f\xfe\xe9\x23\xfc\xdf\x47\x18\xff\xf6\xfa\x9f\xfe\xf5\x97\xf9\x11\x76\x2b\xff\xf5\x9f\xff\xf8\x87\x8f\xff\x16\x3e\xc2\xf1\x11\x4b\x19\xe1\xbf\xef\xf7\xff\xe5\x1f\x7e\x7e\xe6\xc7\xe1\x53\x12\xfe\xfb\xe7\x67\xfe\xf5\x97\xf3\x9e\xbf\x9e\x3f\xfd\x79\x7e\xf7\xf1\xf1\xfd\x71\x1c\xc7\xe7\xc7\xfa\xfb\xfe\x0f\xed\x87\x1f\x3e\xd7\xbb\x3f\xf4\xe3\xf8\xc3\xef\xd7\xfb\xef\xff\xf0\xff\xfe\xf0\xc3\x1f\x7e\xd8\xef\xff\xbf\x7f\xab\xfb\x03\xef\xe6\x4f\xcf\xff\xd6\xe2\x77\xc1\x8e\x7e\xfa\xf9\xb7\x67\xbe\xbe\xdb\x7d\x7c\x7f\x1c\xe1\xfd\xfc\x08\xeb\xab\x7f\xff\xf3\x77\xe1\x38\x36\x74\x3f\x3e\xf7\xff\x38\x7f\x5d\x1f\x9c\xc7\xaa\xb9\x0a\xe5\xf3\x23\xd6\x83\x62\xfb\xfc\x08\xad\x53\xec\x9f\x1f\x21\xb5\xdc\x78\x18\x9f\x1f\xa3\x52\xba\x3f\x3f\x42\x3e\xf2\xe0\x61\x75\x36\xca\x2a\x5e\xc7\xe7\x47\xec\x34\x72\x85\xcf\x8f\x18\x22\xc5\xd5\x5e\xa0\xc2\xbd\xba\xeb\xad\xd3\xf8\x1d\x7c\xa0\xc9\xbb\xf3\x30\xf8\xe2\x1e\x3e\xd0\xd2\x7d\xae\x87\x7e\x00\xe6\x13\xfd\x85\x6f\x9e\xe4\x43\xe6\xa1\xad\x0e\xf9\x62\x1e\x7e\x41\x97\x33\xf8\x90\x78\xa0\x97\xbe\xab\x0d\x7f\x01\x98\x69\x2f\x89\xfe\xe7\x6d\x35\x1a\x9e\x8f\x0f\xfc\xf2\x46\x1f\xf8\xe6\x4d\x3e\x00\xcc\x4b\xff\x00\xf9\xda\x4b\xa6\x97\xd7\x5e\xa2\x9f\xdb\x4b\xf4\x17\x7b\x89\x0b\xb9\xe1\xd8\x98\x29\x3c\x6c\x98\xd7\x37\x21\x38\xe4\x3e\x78\xb0\xcb\x83\x6f\xc2\xe9\xf8\x03\x0f\x97\xbf\x50\x2d\xfa\x00\x38\x21\xfb\x90\x7d\xb8\xfd\x26\xf1\xb0\x87\x46\xa7\xc5\xa6\x13\x0d\xd4\xdd\x00\x0f\xf7\x23\x04\x74\x7a\x4f\xfb\x59\xb8\x09\x8f\x98\x0e\xb4\xf6\x38\x9f\x90\x42\x78\x36\xa2\xf8\xe6\xc9\x8e\x14\x08\x9e\xea\x83\xdf\x88\xaa\x68\x6b\x1b\x3b\x36\xb0\xb1\xb3\x90\x1b\x8b\xfd\xa4\xc2\xc3\xc6\x8e\xbf\xd8\x74\x6a\x3c\x08\x75\xe2\x97\x6a\xb5\x94\x78\xb0\xe9\xcc\x43\x2b\xfe\xb2\x26\x31\xf6\x3d\xec\xcc\xc3\xae\xb6\x10\x1f\xef\x2a\xf1\x53\xed\x6e\x9f\x1f\x85\x41\xc7\x45\x90\x05\x7a\x8a\xf7\xb5\x8a\x40\x05\x92\x06\x75\x9f\xb1\xde\xae\x36\xd2\x91\xbf\x2d\x8e\x74\xfc\xbb\xb5\x94\x8e\xfb\x5b\x73\x99\xc9\x4e\x03\xa0\x73\xf1\xa1\x8e\xef\xbe\x0f\xf3\x9a\x22\xb4\xf3\xf0\x8a\x0f\x7e\xb9\x37\x85\x1f\x3c\xec\x81\x86\xef\xbe\x8f\xc7\xb1\xf0\x9e\xea\x02\x3a\x1e\x50\x4b\xe4\x7d\x58\x80\x2c\x9c\xc7\x23\xae\x2a\xab\xef\x78\xc4\x85\x89\x40\x85\xb8\x46\xbb\x16\x46\x3c\x62\xfb\x5b\x85\xb4\xea\x36\x3e\x4b\xab\x6e\x8b\x14\x17\x9e\x5b\xa3\x38\xf7\x00\xa3\x5c\xa1\xd5\xb5\x50\x63\x38\xd2\xe2\x27\x95\xe2\xfa\x70\x2d\xd2\x18\x8e\xb1\xde\xae\x0f\x43\xa8\xf0\x90\xc2\xfb\x18\x7c\x28\x3c\xc4\xcf\x8f\x41\x9d\xb1\xf8\x09\x43\x09\x63\xf1\x93\xcc\xef\x23\xae\xa2\x15\x56\x2f\xb9\xc2\x20\x37\x53\xfb\x3f\xb0\xb9\x18\x46\xff\xfc\x88\x25\x52\x5c\x20\x14\x60\x9c\x0d\x64\x2f\x66\x12\x63\x58\x0c\xb0\x34\x8a\xe7\x5a\xca\x89\xe2\xfc\xfc\x88\x6b\xb9\xc6\xb8\x98\x6a\x4c\xbc\x8d\x0b\xae\xc5\x2a\x62\x8c\x0b\x02\x06\x11\x23\x2d\x58\xe1\x5a\x15\x68\x2c\xae\x16\x16\xa9\xc5\x98\xf2\x82\x96\xc6\x16\x32\xe3\x5a\x6a\x31\xa6\x7b\x75\x41\x85\xb2\x46\xc6\x7c\xc5\xba\xba\x08\x54\x58\x84\x1c\x23\xbd\x8d\xf5\x59\xa6\x0b\xc6\x91\xe9\x18\xde\xcd\xf4\xc7\x0b\x20\x79\x3b\xdf\x6f\x13\x9a\x17\x7a\x0b\x33\x50\x16\x9f\x49\xcc\x78\x59\xa4\x92\x16\x5b\x8b\x65\x91\x63\x0a\x54\x08\x54\x28\x14\xf3\x2a\x56\x8a\x7d\x15\x1b\xc5\x55\x77\xb1\x99\x58\xe2\xaa\xb0\xf8\x67\x2c\x91\xb7\x54\x48\xbc\xe5\xb3\xc4\x5b\x1a\x63\x09\xe7\x63\xd0\x75\x71\xbe\x17\x83\x8f\x65\x8d\x3a\xe4\x03\xd2\x2a\x70\xa1\x7c\x74\xab\x65\x1e\x6a\xe2\xa1\x58\x0d\x28\x8b\xd4\xd3\xfd\xa5\x59\xcd\x7e\xba\xd5\x80\xaa\x0c\xab\x01\x57\x39\xad\x06\xe8\xb0\x8a\x7c\x74\x21\x70\x3f\xeb\xfe\xf2\xd8\x80\x10\x4c\x1f\x6c\xfa\xb5\x1a\x10\x54\xc7\x03\x89\x97\xea\x78\x58\x12\xa5\x3a\x9e\xee\x2f\x8e\xa7\x02\x4e\x75\x3c\xac\xa7\x52\x1d\x4f\x67\xd8\xd5\xf1\x54\x9b\x76\x3c\x0d\x70\xaa\xe3\xe9\x36\xe0\x78\x1a\x50\x57\xc7\xd3\xec\x67\x8f\x07\x40\xab\xe3\xa9\x82\xf3\x7e\x7e\x24\x88\xaa\xb4\x35\xb7\x50\x73\x69\x59\x6e\x44\x87\x7d\xac\x69\xb2\x78\xae\x22\x00\xf6\x6b\x15\x01\xaf\x33\x8f\xb4\xd1\x9f\x55\xa4\x8d\xbe\x48\x7b\x00\x65\x5f\x74\x37\x80\x71\x38\x62\x56\x55\x19\x90\x10\xb5\x17\xed\x26\x56\x55\x41\xea\x70\xf2\x4f\x98\x17\x6d\x5c\x6c\x19\x54\xb8\x60\xca\x74\x7d\xad\xb1\x0c\x8b\xb0\x58\xa0\xb8\xdd\x44\x28\x36\xb8\x24\x45\xf8\x3f\xed\xba\x4d\x31\xa4\x1b\xce\xc9\x67\x73\x81\x13\xe9\x6d\x2e\x70\x58\x76\x15\x06\xc5\x74\xd5\x83\x76\x0b\xc5\xbf\x2d\xb0\x9a\xe1\x43\x81\x62\xf8\xb6\x02\x6b\x86\x0f\x2d\xc8\x5a\x7a\xc0\xe6\x92\x9f\xe2\xec\x87\x7c\xb0\xf3\x90\x79\x60\x00\x93\xed\xa5\xd5\xf1\x25\xc3\x9a\xa3\x58\x73\xf0\x00\x63\x6d\x20\x7d\x0e\xf7\xec\xbc\xc0\x9d\x67\xf1\x97\xc0\x43\xf3\x81\xae\xce\xd3\x87\xc4\xc3\x6e\x20\xf3\x30\x7d\x58\x83\x9c\x57\xf5\x81\xd6\xae\x5d\xad\xf1\xb0\xab\x31\x8a\x8d\x6e\x98\xee\xbc\x77\xd3\xc0\x06\x72\x5b\x83\x8d\xcc\xc7\x6f\xe0\x1e\x73\xba\xb1\xc2\xbe\xdf\xc5\x76\x0a\xdb\xc4\xbb\xb6\xc4\x02\x75\xbc\x0b\xf1\x05\x2e\xf8\x2e\xc4\x57\x40\x7f\x8f\xb5\xd5\xc2\x26\xdf\xe3\x5d\x6f\x57\xaf\x6f\xa0\x05\x48\xec\x0d\x61\xbd\xb6\x18\x3f\x3f\x2a\x04\xf6\xae\xdd\xae\x30\x61\xef\xe2\x5c\x15\x2e\xf7\x2e\xbe\x5e\x06\x88\x7c\xd7\x9e\x53\xd8\x44\xde\xb0\xf6\x68\x90\xf8\x2e\x76\x5f\x8f\xc3\x36\xd6\x86\x9e\xed\xf0\x5e\x6d\xd8\xdc\xf3\xf9\x51\x61\xfd\xef\xda\x10\xea\x01\xf2\x5e\x76\xad\x56\xd9\x08\xde\xb5\x6b\x15\x07\x1b\x19\x00\x3d\x2e\xb6\x58\x0f\xd0\xfb\xc6\xd5\x8a\x5d\xae\x4d\xa1\x14\x7a\x5c\x7b\x69\x3d\x1c\xe3\xa2\xb3\x16\x69\x7b\xd1\x59\x29\x54\xce\x0b\xea\x62\x05\x7a\x8f\xbc\x5e\x9c\xb2\x1e\x50\xf0\xbb\xf8\x5c\x3d\x20\xec\x77\xf1\x95\x5e\x81\x69\x71\x95\x0e\x87\x7a\x1b\x28\xdb\xe5\x55\x3b\x58\x65\x2d\xf2\x1a\xe0\xb0\x6f\x67\xc4\xb0\xaa\x77\xed\xb7\x35\xc0\x2b\xdf\xb5\x7b\xd6\x04\x0f\x7c\xd7\x7a\x2d\xd0\xf9\x7b\x22\x6a\x08\xf9\x22\xb7\x52\x41\xf8\xf9\x88\x15\xab\x2f\x8a\xa8\xce\xda\x5a\xbe\xad\xb1\x4f\xbd\x8b\xba\x16\xe7\xa7\xfc\xf2\x9e\xf2\x5a\xc1\xe3\x70\xdc\xf7\xbd\xe4\x00\x11\xb6\xc4\xc9\xdc\x9c\xba\x67\x11\x7d\x3c\xd6\x43\x42\xe3\x59\x93\x9b\x8e\x25\x71\x84\x46\x71\x11\x45\x5c\xd0\x24\x85\xec\xd4\x16\xfa\x52\xb8\x5d\x55\x8b\x3e\x53\x40\xe3\x68\x75\x6d\xac\x29\x40\xc6\x09\x32\x49\x31\x6d\x69\x24\xad\x87\x73\x35\xbb\xc4\xe5\x94\xd6\xd8\xe3\x62\xb7\x29\xdd\x6b\x2b\xa7\xb3\xb4\x38\x4d\x5c\xc8\x49\x69\x49\xc0\x31\x51\x61\x01\x1c\x93\x6f\xd7\xf6\xbc\xb6\x93\x94\x91\xa1\x72\xeb\x3c\xac\xd9\x0e\x25\x2f\xdc\xa7\x9c\x4f\x58\xe2\x1a\x6d\xca\x08\xe9\x0d\xf1\x3d\x65\x37\x8d\xe1\x37\x6d\x41\x53\x10\xb8\x53\x6e\xeb\x9b\x9a\xe9\x25\xb7\xc7\x6f\x7c\x80\xfb\xb1\x3d\xa6\x0c\x43\x6e\x70\xe1\x94\x07\x1b\x0d\x0c\x3c\x65\xd9\x07\x0a\x4c\xca\xe8\x71\x25\x2f\x4e\x9a\xb2\xac\x00\x5d\x2e\xe5\x5b\x3a\x2f\x83\x87\x85\xb6\x52\xfd\xe6\x59\xdf\xd4\x23\x7d\xc5\xd0\x52\x5e\x9c\x37\x94\x51\xf8\x6c\x56\x18\x39\xa8\xcf\xef\xe5\x90\xfa\x77\xdf\xa7\x02\xff\x6d\x71\x2d\x98\x54\x90\x2d\x5b\x5d\x0c\x22\x29\x32\x34\x94\x83\xa4\x94\xd0\x10\x48\x92\x9b\x7c\xef\x8b\x28\x93\x3b\x71\xad\x87\x0f\xe2\x24\xd2\x74\x03\xdd\x61\x89\x7e\xa9\xb4\xe8\x2f\x34\xdd\x1a\xa3\x60\x0e\x4b\x83\x2c\xe2\xda\xa3\x53\x81\x7b\x67\xd4\x86\x54\x46\xa3\x81\xcc\x37\x83\x6a\xe8\x78\xc9\x4d\xac\xc2\x86\x52\xd9\x48\xcd\xf4\xc3\x62\xa8\x61\xe9\x37\xa9\x20\xc2\x37\xb4\x8b\x54\x44\x2a\x0a\x6f\x2a\xf7\xfe\x86\x6a\xb7\xfa\x77\xa4\x53\x98\x6d\x19\xe2\x80\x4d\xad\x1e\x07\x4d\xa3\x61\xd5\xe4\x10\x50\xaa\x2a\x62\x59\x2a\x0f\xdb\x20\xbb\x6a\x2a\x0f\x38\x48\x42\xf0\xb2\xdb\x22\x3f\xa4\x82\x2e\xdb\x06\xd3\x5a\xd0\x65\xab\xc4\x5b\x98\x92\xd6\xab\xdf\x4c\x7f\x59\x0f\x6c\x8a\xa1\x0d\xfa\xa9\x01\xe5\x0d\x86\x9a\x2a\xca\x68\x1b\x10\x70\x0d\xca\x50\x8b\x37\xa4\x1a\x69\xba\xac\xed\x3c\x55\x34\x8e\x71\x04\x1f\x1e\xc7\xc3\x37\xac\x8d\xde\xec\x27\xad\x7e\x6a\x03\x89\x15\x3a\xc8\x1d\xda\xa9\x99\xed\x3e\x2f\x89\x7a\xa9\x39\x50\x33\x18\xad\x99\x6f\xf2\xda\xf2\x52\xcd\xae\x80\xc6\x2f\x08\x6e\xa5\x33\xd2\x0a\x85\x0c\xa4\xb8\x54\x5d\x42\x07\xeb\xbe\x76\x49\x2c\x2d\xec\xd4\x01\xe2\x33\x74\x50\x4f\x25\x84\xc1\x2f\x6c\xad\x25\x14\x9a\x66\x6b\xed\xb5\x03\xce\x05\x89\x15\x96\x5d\xbd\x82\xc3\xa6\xe9\x6b\x35\x50\x90\x90\x52\xbd\x20\xd8\x52\xc1\x0e\x2b\xad\xc8\x93\x2a\x44\x91\x63\xe3\x97\x3b\x49\x55\xb4\x76\x43\x89\x65\xf8\x0b\xe4\x22\xb3\xa8\x90\x4b\xa9\x8d\xf1\x68\x46\xc9\xcc\x5c\xc5\x3e\x92\xc7\xe1\x03\x0b\x30\x0a\x1b\xe4\x52\x2a\x0b\xa3\x42\x21\x79\x1c\x8c\x07\x73\x49\x6e\x2c\xef\x3a\xa3\xe3\x61\x16\x96\xc0\x14\xea\x60\x9d\x56\x56\x70\xad\x90\x4b\x7d\xe1\x6a\x1d\x5c\x37\xd4\xd9\x3c\x58\x80\x6d\xf3\x64\x38\x54\x43\x01\xae\x2e\xe7\x76\x80\xc4\x02\x7a\xdb\x01\x1d\x0c\x30\xda\x02\x08\xe9\xd0\x68\x43\x57\xcd\x0d\x1c\x34\x08\x29\xb7\xe8\x2f\x74\x9a\xa1\xc4\x16\xf9\xa6\xd8\x29\x54\x55\x2a\x1c\xb7\xa5\x6d\x57\xe1\x17\xb4\xd9\xca\x1e\x9c\x5a\xb2\x35\xd6\x76\x4b\x2e\xb3\xb2\x06\xd7\x60\xcc\xb5\x0f\x1f\x92\x4c\x96\x07\x44\xfb\xd2\xfc\xa5\x22\x57\x26\x76\x81\x06\x73\x68\x83\xa5\xd9\x90\x6f\x73\x87\x28\x1a\xb3\xdd\x92\x38\x40\xaa\xca\xb5\xe4\xaf\x18\x66\x63\x8a\x06\x32\x7c\x6a\x2c\xd5\x12\x2b\x6d\x60\x5e\x6a\x81\x55\xd3\x58\xaa\x35\xc0\x09\xfb\x01\x83\x19\xcc\x7e\x0f\xe8\x0a\x8d\x06\x7a\x3c\xfc\xc5\x07\xd0\x5d\x97\xc4\x9b\x7a\x72\x26\x97\x58\x9d\x7a\xea\xc2\xba\x86\xd4\x51\x5d\x3a\x96\xbb\xd4\x9b\xeb\x96\x21\x75\xc6\x57\x91\x00\x53\x87\x4c\xb3\xcc\xaf\xaf\x3d\x3b\x54\x8c\x1f\xa9\x3f\x92\x02\x34\xdb\xa1\xbf\x81\xfa\x96\xfa\xab\x20\x0c\xee\x07\x74\xd1\x06\x13\x3e\xb0\x53\x34\x57\xf4\xc0\x10\x51\x9c\xe3\xe1\xe4\x35\xab\x25\x47\xca\x1c\x0f\xcc\x58\x6d\x40\x7f\x03\xa8\x6b\x63\x08\x03\x66\x3e\x14\x15\x06\x72\x79\xce\x50\xd9\xe8\x32\x32\x76\xf3\xd1\x25\x46\x78\xf1\x18\xd1\x0d\x80\x7e\x86\x48\x5c\xda\x64\x1a\xe3\x72\xf6\x69\x0d\x9e\x5f\x3a\x83\x1b\x27\x8b\xab\xb3\x77\x8e\x6b\x8f\x07\x08\x30\x63\xd5\xc3\x06\x58\x4f\x3d\x40\xc0\x83\xf5\x94\x2b\xfb\xd1\xc0\xe2\xd8\x90\xbd\xd2\x70\x82\x07\x0c\x73\xc8\x8b\xb1\x0a\xa4\x01\x2f\x6e\x11\x4e\x78\xb2\xd2\xaa\x5c\xfa\xdc\x2b\xad\xfb\xe0\x2e\x0a\x76\xce\xc0\xee\xd6\xfc\x25\xb8\xbb\x31\x84\x33\x32\xb8\x01\xae\xcf\xb8\x39\x21\xbf\x24\x66\x01\x13\x4f\x3a\xb1\x1f\xb6\xc1\xd4\x9f\x28\xeb\x55\xc9\xe2\x2c\x36\x3d\xfc\xe5\x76\x3f\xa2\x1f\xf4\xe6\x82\x69\x29\x9d\x28\xb7\x15\xa3\x6d\x3a\x51\x6e\x5b\x84\x4b\x9f\x7b\xd5\x40\x7c\xe7\x09\x29\x17\x36\xb4\xf3\x72\x4e\x11\xbc\x4e\xf4\x8a\x2a\x53\x3a\xb1\xee\x66\xc9\xe5\x7c\x59\xde\x87\x10\xec\x0d\xcd\x7e\x5e\x09\x76\x00\x8e\x32\x06\xf6\x86\x74\x1d\xac\xc1\x02\xae\x2f\x56\x49\x77\xfd\x5c\x71\x37\xc0\x2f\xda\x50\x1b\x04\x7b\xb1\x1f\x75\xec\x46\xe9\xca\x4c\x23\x1a\x43\xba\xb0\x37\xf4\x03\x8a\xbf\x34\x0a\xd4\xc2\x2f\xcd\xcd\x96\x75\x7a\xb5\xfd\x4d\xe1\x41\x3d\x95\xed\xf1\x6a\x28\xeb\x39\x52\xad\xcb\x7a\x2a\x0f\x28\x81\x5d\x1a\xbd\x10\xdc\xca\x01\x33\xbf\x20\xcb\xb2\x21\x50\xfa\xe8\xb0\xd2\x4b\xc1\x2d\x41\xe4\x17\xdc\xa6\x60\xec\x4d\xd7\x2d\xf3\x83\xc8\x2f\xb6\x93\x72\x1c\x8c\xf4\x61\x99\x1d\x90\xe5\xc5\x6e\xd0\x0f\x56\xfd\xa5\x21\x7c\xff\xa2\xed\xfb\x40\x6a\xbb\x94\x17\x3a\x74\x70\xbd\x8a\xa8\x70\xcf\x5b\x66\xee\x5a\xb8\x43\x50\x7c\xa9\x3c\x28\xfd\x22\xe5\xdc\x0a\x0f\x2d\x51\xad\xb8\x7e\x58\xc1\x77\xd7\x8a\x0b\xf5\xde\x5b\xa5\x4f\xf1\x2b\x86\x79\x63\x80\x2d\xee\xb7\x37\xac\xa7\x26\x81\xd8\xbb\xdd\xe1\x03\x64\x9a\x2b\x5d\xcd\xcb\x3d\x8d\x6f\x30\x98\xf5\x03\x88\x1e\xac\xee\xe3\x00\xf0\x07\x3b\x6a\xc6\xcc\x99\x1e\x65\x9b\x0a\x86\x9f\xa4\x71\x1e\xd1\xf1\x49\xb6\x06\x97\x7e\x32\x2a\xb3\x4a\xc4\x93\xdd\x9f\x6c\x20\xab\x13\x01\xc1\xa3\x25\xac\x40\xcd\x0f\x72\x4a\x6d\xac\x80\xc7\xbd\x26\x97\xcc\xc3\xb0\x01\x1f\x4e\x9b\x06\x50\x76\xa1\x52\x11\xa8\x1e\x2d\xdb\x07\x13\xf1\xa0\x11\x94\xcc\xb0\x9f\xae\x74\x85\xb2\xf1\x74\xd9\x22\x24\xf7\x68\xf3\x3e\x50\x97\x9e\x4e\x6b\x1b\x07\x43\x02\xf6\x1b\x44\xa0\x82\x75\x21\x3d\xa7\x44\x02\xc9\x3d\x57\x66\xdd\x42\xf4\x0f\x32\x6e\x8e\x30\x8b\x47\xb3\x41\x75\x08\xb7\xcc\x02\x89\xf9\xd1\xc3\xd3\xc5\x0e\x9b\x46\x69\x91\x4e\x9d\x46\xec\x84\xe9\x51\x82\xc1\x82\x98\x1e\xc4\xda\x9a\x20\xb9\x07\xdb\xad\x1a\x61\x7a\x70\xeb\xd4\xc1\xd4\x3f\xcc\x69\xd9\xe8\xd5\x45\x13\x92\x0f\x6e\x41\x2c\xc8\xe7\x45\x8e\xac\xf0\xa1\x07\x2d\xb1\x0d\x47\xfa\x02\x41\x42\x64\x98\x1a\x84\x1a\xfc\x61\x2a\x18\xd8\xe9\x44\x30\x68\xaa\x99\x33\xab\x0e\x20\xa7\xcc\xa2\x78\x86\x00\x3f\x31\xb4\x55\x39\xd4\x3c\xdd\xba\xe1\xdf\xf3\x94\xf5\x30\x8d\xda\x6b\x6a\x41\x7e\x98\xa0\xb7\xec\xa6\x91\x23\x0b\xa6\xc1\x34\xd9\x5b\xf2\xb0\x69\x70\x5d\xdc\xa0\x27\xcb\xbb\x60\xdd\x4b\xf3\x16\x3b\x6c\x9c\xda\x6b\x7a\xb0\x35\x71\x9d\x90\x71\xe7\xe3\x8e\xe8\x37\xba\x6f\x30\x0b\xa4\xe9\x92\x29\x89\x7e\xe0\x0f\x0d\xeb\x7c\x9a\x38\x69\x4a\x45\x0c\x9c\x6a\x1a\xae\x1f\xad\x3f\x19\x4f\x4a\x9a\xc8\x91\xa5\x20\x61\xce\xbd\xef\xc1\xd5\x26\x33\x57\xdc\x27\xe6\x94\xae\xf7\x03\x36\xcc\x2a\xaa\x60\x3d\xe3\x80\x5d\x4d\xd9\x7c\x40\x7c\x99\xcc\x69\xc1\x8e\x9b\x26\x73\xda\xdd\x38\xe7\xbb\x47\xea\x2f\x7b\xa4\x74\xfa\x4a\xd7\x70\x42\x8c\x51\xa1\xa4\xe6\x03\x5b\x9d\xf4\x86\x15\x6a\x35\xed\x2f\x4d\x09\xcc\x07\xf4\x89\x00\x53\x7a\x75\x95\xe1\x0c\x49\x2f\x1b\x40\xc1\x62\x9d\x30\xc4\xac\x3d\x8c\x87\x2a\xa0\xec\xfd\x2f\x6c\xbe\x07\x98\xf9\xab\x4a\xde\x01\xf4\xc5\x99\xd3\x52\xf1\xc1\xa5\xc9\xde\xff\x8a\xf8\xc4\xcc\xbd\x3a\xc4\x30\x6f\xa6\x17\xe1\xa1\x07\x04\xa8\x17\x0f\x65\x8b\xac\x92\x17\x7f\x63\xeb\x6d\x7c\xc5\x30\x5f\x85\x30\x54\xbe\x7c\x80\x86\xca\x52\xcd\xc7\xe1\xea\x5c\x80\xe7\x03\x7e\xd7\x31\x8a\xe6\xc3\x7d\x10\x73\x6b\x3e\xb2\x40\x74\xaa\xa9\x92\x63\x97\xcc\x47\xd9\xab\x73\xac\x07\x19\x19\x86\xa2\x7c\x60\xf5\xae\x48\x98\xf9\x90\x91\x61\xd2\xcd\x87\xe2\x34\xa6\xde\x7c\xb8\x77\x8e\x0c\x38\xae\x9a\x54\x81\x00\x6e\x33\x82\x4d\x5f\x2a\xaa\x85\x4e\x59\x0e\x35\x1c\x80\xa3\x99\x22\x04\x1e\xf0\x32\x56\xec\x29\xf9\x78\x54\x06\x07\xad\xbd\xa2\xbb\xd2\xc0\xab\x08\xb4\x56\x40\x0e\x87\x1b\x40\x3d\x78\xd0\xde\xb0\xe8\x2f\x07\x51\x85\x3c\x94\x83\xa8\x8a\x6b\x5b\xce\xe1\x50\xea\x49\xab\x9f\x80\x15\x69\x84\x44\x03\xec\x13\x25\x64\x7e\x41\x04\xea\x11\x84\x04\x6d\xf5\x25\x50\xad\xee\x06\xd6\xe0\x42\x73\x05\x34\x7e\x69\x40\x8d\x16\x9e\x43\xdf\x4d\x03\xc1\x70\x6d\x04\xa0\xd6\x86\x1e\xc1\x41\x60\x93\xef\x38\xa5\x73\x80\x0b\x64\x28\x26\x6b\xee\xea\x31\xd0\x1a\x8b\x38\x23\x2d\xe6\x00\x2d\x0d\x3c\x26\x39\xb0\x23\xe6\x90\x79\x80\xb0\x0a\x8b\x38\x47\xf7\x75\x56\x5a\xc6\x07\x16\x7a\x5f\x2b\x20\x47\x78\x64\xc6\xe1\x90\xf1\x62\xad\x7e\xa8\x56\xd5\x9b\x3b\x0f\xad\x3a\xc1\x3e\x40\x07\xf8\xd9\x72\xec\xb7\x0f\x0b\xd0\x38\x1c\x42\x5c\x93\x15\x31\x38\xf6\x91\x79\x40\xa3\xae\xf9\xe0\x1b\x74\xac\x8c\xda\x91\xa3\x1a\x75\x5e\x6c\x24\xc7\x77\xab\xbd\xf4\xa3\x18\x58\xf6\x2f\xb7\x62\xd3\x6a\x20\xa1\x8e\x8e\x40\x03\x29\x8a\x90\xb5\x9e\x72\xaa\x2e\xfc\xc8\x2f\xc3\x99\x4b\xfc\x32\x34\xd9\x31\xc1\xe9\x72\x31\x81\xaa\x74\xef\x8d\x73\x75\x9a\x1e\x16\xa4\xb8\x4e\x12\x9f\x43\x48\x46\x16\x44\x1f\x64\x71\x08\x0f\x39\xa9\xef\x49\xfe\x3a\x88\x7b\x5c\xfb\x6b\xce\x87\x9a\x20\x18\xcd\x46\x03\xc4\xc5\x98\x73\x46\x21\xee\xb8\x30\x73\x8e\x36\xbd\x04\x81\xac\x9d\x30\xef\x6a\xdd\xa9\xaf\x34\x3d\xb4\x74\x1e\x3e\xc8\x23\x1b\x0f\xaa\xb0\x58\xd8\x72\x06\xf1\x15\x47\x77\xce\x97\x73\x5a\x69\x9a\xd8\x8e\x2a\x7a\xf3\xb5\x69\x67\x51\x48\xbe\x65\xb2\x2c\x99\x8c\x8e\x38\x8e\xe8\xc3\x36\x24\x44\x1e\xa0\x78\xb4\xa0\x9c\xb5\x44\xb0\x8b\xe6\xcc\x76\x32\xf0\x68\x65\x0d\x8d\xa5\x8a\x83\x29\xf9\xfb\x0d\x86\xc5\x8c\xbf\x31\x67\xb6\x93\x8a\x9f\x22\x67\x42\x3a\x4a\x74\x08\x4a\x05\x78\x18\x72\x9e\x2a\x65\x85\x07\x85\xd7\x96\xfa\x17\x0c\x33\x17\xb8\x40\xc7\x2f\x97\xcb\x21\x65\x2e\xc9\x2f\x17\xb8\x40\xc1\x80\x91\xcb\x21\xf9\xc0\xc8\x8a\x6e\x6e\xac\x74\xb9\x10\xa3\x31\x70\x13\xe6\xa2\x1c\x89\xc3\x2b\x17\x4d\x1b\x69\x49\x64\xb9\xa0\xf6\xe6\x04\xb6\x4a\x9c\x1a\x4a\xd6\x60\x0b\x36\x8b\x92\xb3\x0f\x5a\x08\x92\x0f\xec\xc4\xb1\xd3\x29\xee\xa8\x5c\x92\x0f\x9b\xdf\x2d\xd4\x95\xbc\xfb\xa1\xd3\xa2\x64\xd1\xe8\x54\xc5\xae\x54\x7f\x71\x8a\x20\x1f\x3d\xaa\xe3\xb0\x53\x5d\xa5\xd2\x5f\xd9\xa6\x34\x1b\xa8\x8a\xc2\xe2\x40\xdf\x64\xca\x74\x5a\xa5\x8b\x46\xd3\xcd\x25\x04\x91\x68\x6c\xed\x84\x3b\xe4\x82\x88\x9a\x91\x39\x72\x39\xe5\x0f\x50\x59\xd1\x7f\x95\xc4\x9b\xbe\x41\xb4\xfd\x5c\x0c\x19\x41\xf2\xcb\xc5\xd9\x0f\xb0\x84\x32\x5d\x9d\x30\xa5\xea\xcc\x61\xfe\xc8\xdb\xc7\x17\x87\xbf\xc0\xe2\x12\xab\xa6\x86\x6d\x53\x4a\x3c\x08\x28\xd3\x58\x75\x17\xbb\x05\x69\x34\xcc\x98\xa2\x73\x45\x63\x2b\x15\x2a\xab\xdb\x9b\xb9\xc4\xf4\x5c\xf1\x7d\x8c\xc0\xfe\x5a\x2f\xa7\xbe\xd2\xe9\x2d\x33\x67\x0d\x56\x84\xb0\x82\xca\x97\x35\xa5\x95\xc8\x2c\xd4\x77\x0b\x20\x0b\x07\x4d\x1d\x04\x8d\x26\x37\x94\xa7\x82\xb1\x3f\xb7\x24\xaa\xc0\x4e\xcb\xd9\x07\xbe\x51\xd3\x70\x0f\x6b\xf9\x15\x55\xfc\xd2\x34\xb2\xc1\xa5\x1b\xb6\xec\x8e\x94\x9d\x1b\x88\xaf\xf8\xc0\x72\xc3\x3d\x58\x31\x35\xe5\x86\xdf\xa5\x05\x9b\x96\x77\xb9\xa9\xb7\x57\x73\xc1\x58\xb3\xd0\x0f\x4d\x4d\x2c\xd5\x7e\x68\xbd\x60\xdb\xea\x09\x8c\x12\x7d\x90\x7b\xd1\x08\x05\x53\xea\x6c\xf7\xa5\x42\x55\x5d\x33\x4b\x5c\xb2\x5a\xee\x6a\x1a\x6e\x27\xfd\x34\x20\x86\x59\xe8\x08\x02\x05\xaf\x74\xee\x22\xb1\xb1\x98\xfa\x63\xd3\x50\x48\x57\x38\x3a\x58\x0b\x5d\xad\xf5\xb0\x81\x57\x9b\x1f\x34\x3a\x94\xfc\xf0\x7c\xe7\x11\xb6\x6d\xbe\xf2\x30\x85\x60\x0d\x61\xc0\x64\x0b\xbe\xb0\x3c\xa2\x9a\xd3\xf0\x17\xc5\xa4\xe8\x2f\xaf\x0e\x8e\x85\xaa\x81\x09\x72\x88\xc4\x81\x95\xbb\x14\x86\x3d\x92\x22\x2a\x4b\x66\x24\x39\x21\x1b\xcd\x50\xb4\x52\x4c\x1a\x06\x3c\xb9\x98\x86\x72\x96\x7b\xcb\x30\x86\x20\x77\x1f\x4e\xab\xd1\x34\xf6\x86\xdc\x3b\xb0\x61\xec\xca\x6e\x5b\x1a\xae\x72\x01\xd7\xe3\x74\x4a\x98\xac\x01\x93\xcd\x45\x40\x95\x30\x53\x01\x21\x53\x3b\x0d\x0f\xa7\x4b\xa6\xa4\xf0\x15\xc3\x3c\x83\x9a\x14\x80\x9f\x31\xdb\xe0\x82\xe8\x4c\xbb\xf5\xd5\xd5\xa9\x69\xa3\xb0\x20\xcf\x53\x02\x66\xf6\x4f\xe6\xb8\x45\xa4\x84\x13\xdd\xa7\x60\xc8\xca\xa7\xb6\x45\xd9\xd5\x39\x77\xd3\x54\x7b\x05\x0f\x32\xbd\x82\x81\x52\xb0\x9e\x6d\xeb\x41\x9c\xce\x57\xf4\x17\x58\xdc\x15\xd5\xff\xd8\x51\x2e\xc8\xb4\x12\x49\x97\x2f\xd5\xeb\x04\x5f\xbd\x70\x21\xf5\xc4\x82\xd4\xa2\x93\x4b\xf7\x41\xc9\x02\x62\xbc\xf0\xbe\xd5\x04\x5d\x5c\x7d\x6b\x45\xb4\x36\xdc\x14\xe1\x29\x97\x81\x12\x2e\x48\xcd\x3b\xb9\x0a\x8e\x9e\xa6\x04\xfd\x5d\x3a\xfc\x13\x72\xca\x75\x89\x51\x84\xd7\x6b\x1b\x93\x61\xbf\x97\xfb\x2d\xb1\x6f\xf9\x56\x44\x25\x8c\x27\xdf\xe8\x31\xd5\x65\x77\x6b\xfc\xaa\xec\xf8\xb7\xd6\x8b\x01\xeb\xb9\xb5\x5e\x28\xcd\xdf\xba\xde\x08\xf9\xcb\x77\x56\x34\x59\x9a\x47\xbe\xf5\xbf\x60\xdd\xcc\x77\xf1\x01\x66\x7e\xc3\x23\x2b\x51\x34\xf9\xae\x1b\x6a\x1a\x68\x32\x32\xc4\x99\xbb\xed\x4d\x90\x6a\xda\x28\x06\x32\xc7\xdd\xe5\x9e\xac\x8d\x5b\x83\xc5\x60\xdb\xba\x25\x0a\xd7\xc6\x0d\x17\x28\x18\xcc\xf2\xad\xcb\x25\xb3\xbf\xde\x48\x23\x65\xc0\xc8\xb4\x07\x35\xc9\xe5\x46\x64\xa8\x41\x84\xa8\x8e\xee\x4e\xe1\x0f\xd5\x05\xf9\x1c\x8e\x87\xf9\x79\xd8\xd4\xab\xe2\xcc\x03\x21\xd5\x0a\xbd\x3d\x98\x47\x73\x65\xa5\x3d\xcd\x6d\x18\xec\x3c\x6d\x63\x67\xe1\xfa\x61\xd9\x0d\xf4\xbf\xac\x31\xa5\xa5\xd1\x78\xd0\x6b\x04\x7f\x98\x7f\x8b\x8d\xc8\xf3\x20\x50\xab\x51\x4c\xab\x68\x05\x47\x0f\x20\x73\x81\xa8\x0b\x30\xcf\xa3\x7f\x7e\xb8\xf3\xcc\x03\x9f\xbe\x8d\x9c\xab\xe8\x97\x7a\xf7\x29\x1a\x89\x10\x29\x3f\x9f\x1f\x95\x5d\x61\x1e\x44\x14\x04\xcb\x44\x5b\xa0\x3b\xcc\x35\x5e\x3c\xbe\x79\x12\x6d\x51\x7c\x9b\x3f\x3f\x1a\x2b\x78\xae\xbd\xb2\xc1\x10\xe6\x92\x71\xdc\xf7\xe7\xda\x98\x1a\xb8\x9c\x6b\xb5\x35\x56\xd4\x34\x50\xb5\x76\xdf\x3b\x76\x96\xfe\x24\x84\xa2\x10\xf3\x90\x27\x1c\xa2\x11\xb7\x9b\x27\xf1\x88\x98\x33\xf2\x8c\xfd\xf3\xa3\x24\x3f\x40\x47\x8b\x8e\x34\x32\x3c\x80\x74\x05\x2b\x47\x4e\x22\x2d\xaa\x45\xc7\x67\xd9\x10\x4a\x91\xba\xb8\x72\x45\xd5\x9b\x89\xd8\x08\xe4\xf8\x99\x0c\x8e\xa4\xf9\x25\x6d\xd5\xd4\xad\x5e\x17\x08\xa0\x1a\xfe\xd0\x6a\x6f\x5f\xf1\xbf\x99\xd6\xfc\x38\x84\xa5\x38\x4b\x3d\x73\x2d\xb4\xe6\xf0\x13\x93\x82\x04\x37\x93\xf4\xea\x70\x96\xd0\x56\xd0\xef\x66\x0e\x7f\x0b\x4d\xc8\x33\x47\xa2\x59\xf8\x38\x43\x21\xbe\x2e\xab\x23\x06\x93\xa5\x0f\x7a\xca\xf4\x6f\x71\x1b\x26\xfc\x72\xe1\x0d\xe9\x63\xe6\x67\x01\xc3\xb8\x96\xb4\xd0\x9c\xf2\x25\x2b\x34\xa7\xbc\x38\x0f\x80\xb8\x24\xc1\x78\x48\x9f\x65\xec\x30\x9e\x3c\x77\x60\x9d\x34\x09\x17\x68\x55\x54\x2d\x69\xb1\x8c\xfd\xc1\x03\x60\x14\xd7\xa4\x38\xe7\x65\xd1\x1c\x7b\xeb\xac\xe3\xf3\xa3\xc3\x68\xa7\xaa\x62\x77\x1a\x88\x79\x48\x8e\xae\xb9\x07\x08\x5a\x33\x88\xc4\x4a\x06\x91\x30\x56\x03\xb0\x08\x10\xce\x53\xa7\xae\x7b\xd0\xec\xf1\xf3\x23\x15\xd7\x46\xff\x16\x7c\x94\x67\x27\xf8\x08\xf0\xbb\xce\x77\xe4\x9a\xd9\x17\xfe\xaa\xcd\x68\x56\x71\x32\xb1\x50\x2b\x44\x4f\x82\x66\x5c\x56\xdd\x11\x32\x98\xce\x10\xf9\x94\x50\x1a\x44\xcf\x39\xe2\x2a\xd2\xe7\x20\x7c\x07\x25\x68\x2e\x2d\xb7\xc2\xe0\x09\xfc\xaa\x6c\x30\x13\xb1\x2c\x37\xe9\x6f\x80\x1c\x7a\x1c\xae\x26\x91\x33\x04\x85\x3e\xc7\xa4\xec\x7b\x8c\x21\x52\xc7\xd2\xe5\x8a\x08\x58\x9b\x7f\x45\xb1\x98\x4b\xa9\xc3\x49\x9a\xe7\xa9\x02\x2f\x0f\x5a\xbc\x56\xb9\x81\xf0\xb2\x2e\xdb\x59\x62\x61\x77\x01\x63\x8e\xc1\xf9\x9c\xe7\x12\xc6\xe3\xe1\x8a\x5a\xc2\xe2\x38\x24\x20\xf5\xc2\xe6\x74\xa3\x9d\xa7\x80\xd0\x34\x2f\xa2\xad\x18\xc8\xb5\x49\xc5\xaf\x6f\xdd\x95\x7e\x6e\xa4\x84\xac\x68\xed\x6c\x95\x1d\x9c\x50\x67\xe5\x3a\xec\x9d\xf5\x08\xbe\x5e\xb8\x84\x9d\xcf\x7b\xa1\x12\x5e\x3c\xef\x4e\x0d\x7a\xbd\x09\x90\x0a\x56\x59\xd3\xc4\xc6\x34\x0d\xa8\x88\xce\xd3\xb3\x78\x97\x5c\x63\xe9\xec\xcd\x59\x78\x84\x97\xea\x8f\xcb\x95\x3e\x1f\x26\x5b\xa6\xb4\x54\xd5\x0d\xf9\x92\xa1\x9a\x78\x9a\xb2\x15\xcb\x8b\x5b\xca\x71\x27\x60\x21\x8f\x62\xfe\xac\x07\xd2\xf1\xf4\x04\x42\xdd\xf5\x35\x6c\x21\x83\xcc\xa9\x1b\xc7\x6a\xef\xf1\xf9\xd1\x9d\xd7\x97\x0e\x1c\xf7\x1b\xd7\x6b\xa0\x59\x42\xee\x10\xf3\x4b\x30\xaf\x87\x93\xb9\x54\x8b\x7a\xb4\xaf\x1c\x29\x79\xbe\x6b\xaa\x5d\xb3\x2f\xcc\xa4\xd9\xac\xe4\x88\xec\x3c\xdf\x6b\xd5\x01\x41\xef\xb3\xba\x03\x6d\xba\x27\x55\x0a\x30\xb9\xe2\x05\xca\x18\x5c\x8d\xaf\xc9\xef\xda\xe2\x88\x35\xc8\xef\xc1\x14\x22\x08\xbc\x87\xde\xf8\xe1\x0f\x82\x9d\x28\x03\x36\x33\xfa\xb2\xdf\xa9\x3e\xbf\x07\x0b\xa2\x53\x3c\x17\x30\xd6\x20\x7e\xcc\x0f\x9f\xf5\xd6\xf6\xd8\x04\xaa\x1d\x2d\xb0\xa0\x74\x63\x07\x35\x30\x10\x3c\x58\x31\xbb\x66\xa3\x07\x55\x57\x09\x1f\xec\x48\xa6\xaf\x0a\xa1\xb8\x7f\x83\xa0\xd0\x69\x00\x14\x5f\x1b\x1b\xc9\x7a\x34\x6c\xd0\xed\x9f\xf0\xc0\xaa\x36\xfa\xc6\x6e\x25\x3a\xd6\x09\xdb\xec\xd9\x70\xc1\x66\xad\x87\xcd\xcd\xf2\x5a\x0f\x2a\x82\x2f\xea\x04\xc6\xf8\xfc\xb2\x5b\xe5\xca\x36\xfc\xb2\x5d\x69\x3f\x7d\x91\x50\x34\x70\xbc\xe8\x87\x1b\x54\xf7\x2e\x0e\xc0\xe4\x17\x6f\xbf\xda\xe1\x6b\xc0\x4d\x44\x8e\x7a\x89\x86\x70\x25\x1b\x9f\x18\xc4\x3f\xfa\x0a\x06\xf1\xfc\xb2\x5d\xe1\x69\xca\xef\x92\x16\xab\x16\xe2\x77\xed\x5c\x95\x80\xb9\x4c\x10\x63\xd5\xe0\xf7\x66\x23\x39\xc4\x3c\x66\x08\x95\xe1\x37\xab\xf2\xa2\x70\x12\xeb\x18\xf0\x75\xe4\x37\x7b\x0c\xc1\xaf\x01\xd5\x29\xc9\x88\x3a\x22\x0c\xdf\x74\x6e\xcd\x87\x85\x3d\x2d\x82\x2f\x31\x01\xc7\x6e\x74\xd2\xa8\x0d\x81\xc9\x0c\xd8\x85\xd8\x51\x49\x94\x68\x4a\x8d\x31\x2f\xde\x48\xcd\xc0\x2f\x96\x10\x4e\x29\xe4\x77\x6d\x85\x35\x48\xaf\x48\xbe\x07\x7a\x13\x1e\x80\x1a\x24\x40\x1c\x00\x7b\x06\xd9\x17\x5d\x9f\x2f\xdb\xe2\xe1\x44\x15\xd1\x58\x29\x03\xa7\xf0\xe3\x34\x3f\x8a\xdf\x82\x46\xe9\x1b\x2b\x2a\x91\x20\xf9\xad\xa0\x14\xd5\xe2\xad\xc2\x4f\xfd\x2a\x46\xc1\x6e\x25\xfa\xb5\x5b\xa7\x51\xa6\x2f\x9c\x88\x29\x5b\xff\x04\x57\xf4\x5b\xd7\x14\xe7\x60\x7d\xe2\x25\x61\x71\x6f\x9d\xbc\xb7\x4d\x02\x24\x11\x58\x5f\xd4\xa0\x94\x2c\xeb\xa5\x74\x90\xee\xd4\x88\x33\x6f\x5b\x40\xa8\xc2\xbc\xb8\x25\x55\x66\xdf\x25\x2e\x57\x15\x98\x77\x49\xcb\x35\xb9\xa0\xd6\xce\x5e\xf3\x61\xfd\x41\xd9\x36\x4f\x80\x66\xf0\xa8\x0e\xc4\x86\x64\xfc\x29\x35\x8d\xe3\x2b\x76\xf6\x36\x82\x77\x5d\x16\x68\x66\x29\xdb\x30\x23\x82\x0f\xbf\x4b\x62\xa8\x49\xa2\x5d\x02\x43\xcd\x08\xa1\xef\x92\x17\x6a\x0e\xd6\x71\x70\x00\xd2\x1d\x1c\x18\x58\x72\x44\x4d\xae\xd3\x8e\xb0\xc4\xa6\xf0\x76\x07\x47\x5f\x38\x5c\x95\x41\xde\x25\x49\x54\xf5\x80\x17\xdf\x6b\x6e\xd2\xb5\x52\x45\xb2\x63\x02\xca\x93\x1f\x00\x28\xdb\xfd\xbb\x14\xc8\x8a\x4b\x37\x13\xa2\x1b\x12\xfb\xf0\x3b\x04\x14\x20\x90\x26\x08\x9a\xc9\x2f\xe2\x44\x66\x97\x7c\x51\x31\x53\xb6\xdc\xa8\x63\x7d\xc2\x7b\x5d\xa5\x43\xb2\xb0\x8e\xf0\x30\x80\xe1\xd2\x62\xc0\x28\xa4\x5a\x34\xdf\x21\x89\x00\xe7\xb9\x57\x38\x8d\x9e\x9b\xc7\x01\x9d\x91\x1d\x19\xb9\xcb\x90\x60\x62\x39\xf2\x4b\xcc\x69\x73\xa2\xd5\xe4\xaa\xcb\xe8\x42\x38\x71\xed\x5f\xec\xee\xc8\xa8\xaf\xde\x9f\xbd\xee\x2e\xfd\xac\x00\x6b\x20\xbb\x08\xb8\x0c\x31\xf1\xfd\xc2\x76\x93\x65\x21\x7a\xb8\xc3\xbf\x4b\xf6\xa8\x4a\xe1\xef\xb5\x43\x67\x99\x66\x45\x0f\xa7\x5f\xc9\x43\x46\xa0\xe8\x21\x47\xc5\xd7\xaa\xa4\xfe\x62\xda\x6e\x62\xe0\xd6\x0e\xc6\x30\xef\xc2\x08\x80\xfa\x6e\x7c\x6b\xfd\xae\xd7\xd7\x86\x80\xce\xd1\x18\x56\xef\x2a\xbc\x85\x0e\x48\x6f\x05\x23\x57\x89\xb2\x8b\x73\x7e\x1b\x0c\x64\x25\xa1\xa6\x67\x6c\x61\x78\xac\xf3\x8b\x99\xa4\x49\x2f\x8f\x52\x92\x75\x90\x38\x65\x47\x4f\x65\x94\x00\xa1\xc7\xd1\x25\xff\xe8\xac\x06\xd0\x47\x40\x7d\xaf\xab\xc3\xfa\x02\x6a\x9b\x37\x65\x06\x60\xd4\xa9\x34\xe8\xa9\x80\x68\x3b\xc0\x29\x3d\x12\xc8\xd3\x5c\xf1\x53\x38\xa9\x63\xa8\x70\x16\xed\x46\x49\x75\x99\xfa\xa4\x07\x77\x87\x25\x14\xc5\xe0\x46\x3b\x5f\xce\x7e\xf2\x81\x7e\x14\x45\xa1\xf7\xe5\x14\xaa\x13\x82\x4f\xc5\xf0\xf6\xfc\x2e\x19\x29\x06\x49\x64\x09\x49\x4d\x0f\xde\xbb\x84\x24\x83\x93\xf2\xbb\x04\x9e\x18\xa4\x84\x57\x0b\x9a\x53\xf8\x72\x3e\xcc\x99\x7a\x0d\xf0\x95\x99\xbf\xc2\xd4\xbe\xfb\xbe\x10\x98\x1e\x31\x38\x94\x1d\x9a\xce\x79\xd2\x72\x2c\x81\xa6\x85\x61\xa5\x4a\x17\x9d\x72\xe3\xbd\x65\x1c\x96\x39\x7e\xc5\xdd\x0a\xae\xda\x18\xd6\x62\x2c\xc7\x12\x7e\x22\xd1\x65\xe5\x58\x22\x4f\xc3\xf7\x51\x8e\x25\xf2\xc4\xb2\xf6\x98\x72\x04\x31\x92\x28\x47\xca\xbe\x4f\xf4\x4e\x3b\x4b\xfe\x89\x61\xad\xd0\x72\xa0\xe6\xb3\x10\xcb\x11\x84\x96\x36\x97\x30\xd4\x38\x6f\x5b\x8e\x00\xa2\xa2\xed\x08\x4f\xa0\x2c\x9e\x2c\x5f\x20\xd6\x3a\x37\xdf\xfa\x7e\xd2\xaf\x7d\x31\x8d\xb6\x19\x39\x0a\x21\x6c\x51\x98\x81\x61\xc9\x51\x2d\x1e\xd6\x61\x12\x0f\xda\xe1\xf0\x1d\x87\x16\x0b\x47\x19\x63\x38\x18\x63\x14\x4e\xcb\xc0\x29\x4e\x22\x70\x1e\xf4\x1b\x81\x33\x5a\x16\x87\xcc\x42\x04\x4e\xc7\xbb\xa4\xb1\x88\x75\xb7\x1c\xb8\x64\x72\x13\xe8\x25\x9a\xb5\xe8\x3c\x27\x80\x16\xa0\x14\x78\x4f\x9d\x25\x99\xe9\x9f\x2f\xc7\xb6\x1d\x39\xe7\x09\x72\x93\x2e\x12\x90\x0a\x51\xda\x47\x76\x19\x32\x07\x04\xc3\x41\x99\x13\x22\xf0\xc2\x72\x2c\xe9\xaa\x11\x8c\x52\x8e\xcc\x31\xc4\x0a\x5a\x32\x53\x56\x2c\x57\xca\x34\xba\xe4\xa9\x58\x8a\xed\x74\xbe\x05\x2d\x99\x13\x91\xd5\xf2\xc9\x7b\xdb\xbf\x28\xdb\xce\x4d\x1d\x46\x86\xc9\x80\x28\xae\x72\x64\x54\xf0\x6a\xfb\x92\x19\x75\x0a\xb0\x59\x7f\x89\x56\x8d\x80\xcc\x72\x14\xce\x48\x56\xda\x2f\x3a\x17\xa4\xcb\x25\x4f\xb5\xe6\x00\x3c\xc2\xd7\xc5\xe3\x12\xa2\x62\xa9\x56\x12\x22\x7a\x2b\x40\x54\x40\x63\x11\x22\xeb\x4f\x7a\xb3\x07\x8c\x02\x85\xf7\x15\xcc\x25\xea\x57\xa0\x4b\xb4\xb3\x84\xa8\x06\x57\x2c\x04\x27\xc4\x52\x19\x19\x41\x8b\xa5\x4b\x2d\xb5\x7f\x7e\xf4\xd4\xfc\x60\xd0\x28\x00\x55\xd0\x95\x98\x82\x0a\x70\x05\x34\xd6\xcd\xb3\xfd\xf8\x01\x2f\xb6\x0a\x74\x42\x5d\xc5\x17\x1f\x34\xa1\xa3\x4e\x13\x22\x3a\x68\xe0\xce\x39\x5b\x12\x55\x2c\xd5\xb2\x90\xd2\xce\x92\xa8\x62\xa9\x00\xd1\x98\xe3\x06\x1a\x1b\x98\x73\xee\x1b\x30\x48\x37\x4b\xd8\x49\x87\x03\xe8\x86\x7b\xcb\x75\x96\xb4\x63\x3c\x73\x39\x96\xb4\xd3\x93\x73\xb3\x24\x9c\x74\x48\x8c\x4b\xaa\xe9\xc4\x46\x95\xa3\x1b\x97\x21\x29\x2f\xe9\x45\x2b\x75\x39\xfa\x4d\x99\x91\x79\x5e\x50\xfc\xf6\xc9\xfb\xaf\x82\x9f\xcb\x31\x0c\x83\x14\xe1\x4b\xce\x49\x87\xb3\x38\x04\x91\xd6\x96\x9c\xa3\x31\xbe\x1c\x4b\xce\xe9\x49\xba\x5a\x72\x4e\x3a\x9c\x88\x25\xdb\x24\xc4\xf7\x72\x0c\x4e\x39\xba\x2e\x06\xc7\x1c\x0b\x38\x1b\x40\x2e\x0d\x0f\x21\xb7\x9d\x87\xb2\x75\x80\x5c\xdc\x2f\x39\x27\x1d\xae\x91\x53\x34\x01\x9b\x9e\x33\x34\xb6\xc2\x61\xe8\x54\xe4\x17\xe7\x83\xd5\xc9\x8f\xe7\x52\x50\x5d\x6c\x4b\xfa\x49\x45\x5e\xb3\xa4\x9f\x71\xd8\xc1\x85\x8a\x2c\xee\x97\xc0\x63\x7c\x4a\x39\x96\xbc\x93\x8a\xfc\x5d\x63\x8b\xc0\x2d\x79\x27\x15\xf9\xd7\xd5\x79\x6f\xf9\xa4\x0c\x3c\x4b\xde\x49\xc5\xad\xe9\xf2\x68\xbd\xd4\x79\xa1\xbe\xbb\xf0\xae\x49\x25\xb0\xb5\xe4\x20\xfd\x95\x85\x4c\x0d\x06\xa2\x94\x63\xc9\x3e\xfa\x24\xcb\x71\x0b\x1c\xf5\x6f\x81\x63\x60\x37\xc0\xb9\x66\x6f\x81\x63\x60\x37\xc0\x39\x4b\x4b\xf4\x31\x1c\xbc\x90\xe2\x61\x1c\x52\xb0\x27\xc0\xa4\x1d\x4c\xf8\x99\xd4\x07\xe5\x58\xe2\x4e\x1a\x8e\x6c\x89\x3b\x69\x58\xc9\x20\xb6\x22\x1f\x5c\xf2\x4e\x1a\xb6\xba\xe4\x9d\xb1\x79\xdf\x92\x77\xc6\x5e\xe5\x4f\xa1\x0e\xd0\x2d\xd9\xc7\xe3\xf6\x85\x0c\x12\x63\x6f\x75\x04\x6d\xd4\xe4\x82\x5c\x02\x4f\x1a\xe2\x71\x09\x3c\x63\xaf\xfe\x25\xe4\x8c\x26\x71\x19\xa2\x9c\x93\x20\x19\x98\x27\x03\x5b\x62\xce\xd8\xac\x50\x37\xc4\x66\x12\x13\xf8\xc4\xfc\x04\x3e\xe9\x91\x93\xa9\x43\x0c\xcf\x0a\x4c\x60\x6c\x36\xde\x33\x9e\xd9\xa9\xef\xb7\x03\xf0\xac\x73\xf2\xde\xf6\x39\x3f\xe7\x9a\x9f\x0f\x75\xac\x0f\x22\x9d\x85\x25\x39\x8d\xcd\x5f\x5e\x00\x95\x37\xbd\xe2\x11\x78\x5e\xf1\xc8\x00\x0c\xa7\x29\x83\x0e\x96\xb0\xa4\xeb\xbc\x1c\x2f\x8a\xfb\x5e\x09\x98\x8a\x8e\xbd\x34\x97\xe8\x94\xd3\x6e\xf6\xa2\xcc\x10\x88\xbf\xc9\x5d\x91\x00\x31\xea\xd8\x8b\x0d\x33\xd2\xb1\x99\x0f\xee\xbc\x03\xcf\x7b\x21\x4b\x46\x4e\xc5\x72\x10\xe3\x99\x87\xc8\x0f\x83\x72\xf2\x8b\xca\x43\xe6\x07\x2b\x01\x2f\x64\x19\x08\xf8\x39\x64\xe9\xe1\x90\xce\x96\xea\x51\x0c\xe2\xaa\x99\xdd\x21\x84\x83\x73\x87\xb4\x8b\x57\x38\x60\xb2\x2d\x64\xe5\xc8\x6e\x45\x26\xe5\x08\xc7\x61\xad\xcc\x0f\x5f\x45\x93\x94\xb0\x24\xab\xec\x14\x06\x4c\x4b\x01\x37\x4c\x09\x4b\x9c\xca\xce\xb9\x29\x3e\x02\xfe\x8b\x12\xf0\x9c\x04\x1c\x34\x25\x2c\x61\xa9\xe0\xa8\x28\x01\x5f\x66\xe0\x84\x55\x21\x97\x42\x39\x84\x8c\x80\xf6\x50\x60\xd7\x01\xf7\x4a\xe0\x34\x4f\x09\x66\x7e\x28\x30\xfb\x60\xee\x07\x5c\xa6\x25\x60\x90\x0a\x1c\x62\x2a\x21\x92\xeb\x82\xbd\xde\xa4\x22\xb9\x89\x57\xad\x50\x72\x5c\x43\xdd\xe2\xee\x33\x45\x3e\xf1\x07\x8e\xe4\x42\x2d\x01\x0b\x53\x24\xb8\xbe\x04\x2c\x4c\x11\xcf\x40\x09\x4b\xda\x29\x98\xd6\x4b\x58\xc2\x4e\x21\xef\x48\x09\x9e\xaa\x26\x28\xa6\x04\xec\x4a\xc8\x77\x61\x09\x41\xf8\xce\x4a\xc0\xc2\xe4\xb8\x97\x08\x54\x1d\x5c\x5e\x12\x7d\xb3\x88\x30\x44\xd3\x59\xae\x44\xb1\x61\xaa\xa6\x28\xc3\xa4\x08\x4b\xb2\x0b\xcc\x35\x52\x07\xc1\xdb\xb2\x5a\x33\xa6\x60\x81\x2c\xa1\xec\x30\x24\x2a\x11\x3e\x93\x24\x14\xec\x47\x09\x66\x13\xb0\x1f\x25\x67\x19\x81\xa7\x25\x41\x28\x2a\xa9\xf4\x56\x96\x04\x26\xe8\x4b\xdc\x69\x31\xf8\xed\x92\x45\x1d\x9c\xd2\x8e\x30\x2c\x69\x27\x76\x3f\x5c\xe2\x97\x33\xb5\x64\x9d\x9e\x6c\x04\x83\x51\xcd\x88\x10\x81\xf4\x11\x9d\x2f\x97\xac\x93\x86\xd3\x5c\x97\xc4\xd8\x01\xa5\x62\x62\xb5\xc6\xd2\x54\x6d\xb0\x82\x18\xeb\x62\x38\x2a\xb6\xed\xa1\x53\x49\x02\xcb\x91\xe3\x59\x22\x4f\xb5\xbd\xc6\x76\x01\x2a\x88\x7e\x6e\x84\x76\x97\x80\x19\xe8\xb0\x7b\xbc\xa6\x44\x17\x94\x80\xd3\x94\x28\x88\x12\x70\xf0\xec\xf5\xda\x3c\xe5\xb0\x1f\x90\x82\x13\x88\xec\xac\x4a\xe1\xe9\x9c\xbb\xb6\x28\x7e\x5d\x2c\x5d\x3f\x18\x50\x74\x73\x28\x08\xe8\x12\x48\x86\x2b\xad\x6b\xab\x64\xe4\xfa\x67\xa5\xb5\x7d\x04\xc8\xf7\xc8\xee\x12\xe7\x40\x53\x94\x38\x87\xf9\x42\xac\xcf\xb9\x72\xe0\xc7\xb0\xd2\x19\xee\xd0\xff\x60\x0d\x43\x4b\x93\x4d\x7a\xce\x5e\x0a\xde\x16\x14\x6a\x11\x74\xb7\x91\x75\xa2\x9c\xb1\x9f\x84\xd3\x03\xaa\x08\xaf\xe1\x54\x3a\x76\x04\xe7\x09\x26\xe8\xfa\xe4\xec\xba\x1f\xdc\x88\x90\x14\xcd\xd7\x23\xa0\x48\x19\xe2\xe7\xf2\x0c\xbd\xaf\x51\x8d\xb3\x94\x7c\x79\xe0\x4d\x86\x6b\x90\xcd\x52\x02\xbe\x62\x67\xdf\xe2\x31\x01\xe5\x52\x7f\x65\x6b\x08\x98\x60\x54\xf1\xc2\x85\x1d\x29\xf8\x9e\xe5\x2d\x33\xbf\xc4\x02\x03\xf4\x40\x59\x17\xcc\x1b\x5d\x4e\x66\xec\x09\x82\x21\x1a\x96\x2c\xd1\xa2\xeb\xe7\xf6\xe4\xa7\xec\xff\x66\x05\x45\xbf\x46\x9b\x43\x19\x08\xb7\x04\x44\x77\x37\xda\x9c\x5b\xc7\x8d\xa6\xec\x64\x63\x46\xa9\x99\x3d\x99\xe4\x46\xad\xb9\x5d\x78\x9e\x24\xb3\x8b\x9b\xdb\xa8\x28\x96\x84\x67\xa3\x0b\xbc\x3f\x88\xa4\x2e\x59\xc4\x89\xcd\x2a\x1e\xb6\xeb\xdd\x94\xae\x1d\xc7\xfa\xdc\x6c\x49\x7e\xfc\x30\x97\x96\xa7\x7c\xdf\x07\x7d\x79\xae\xfe\x79\xec\x94\x08\x25\xe0\x60\x72\xa0\x73\x07\xdf\xd1\xe8\xdc\x8b\x0e\xf8\x8c\x6f\xc8\xec\xc5\x61\x6d\xf1\xb1\x08\xd3\xab\x58\x6d\x39\xc1\x18\xf8\x80\x2d\x5e\x7b\x50\x09\x6f\xf9\x96\x75\xa1\x84\xb5\xc5\x73\xd0\xb5\x84\x17\xf5\xd1\x4f\xf7\x59\x75\xbf\x75\x4a\x99\x2d\xcf\x0d\x13\xa4\x5c\xe2\x61\x4e\x14\x74\xf2\xb8\x36\xe8\x0a\x74\x91\xd4\x1b\x8d\xb4\x20\x25\x1e\x7a\xc3\xfc\x01\xcd\xca\x6f\xb5\x1e\x36\xeb\xe8\x82\xf3\x87\x25\x4b\xa3\x79\x47\xc2\x15\x38\x9d\x58\xe2\x76\xe5\x34\xca\x8b\xe7\xb3\xb8\xe2\xda\x63\x09\x3a\x2d\xd1\xd4\x0e\xc3\x1a\x8f\x22\x19\x65\xfc\x18\xc3\x56\x5e\x1d\x22\x8b\x46\xa2\xc1\x42\x6a\x8c\x31\x6a\x82\x07\x4c\xf6\x54\xdc\x46\x85\xfc\x3f\x01\x17\x4f\x89\xec\xa8\x15\xb3\x78\x89\xd1\x30\xfe\xe0\x03\xb2\x11\xfc\x98\xdc\x40\x41\x81\x24\xb2\xa1\x12\x9b\x54\x48\x40\x50\x33\xb2\x34\x49\x83\x42\x0d\xfb\x41\x73\x2e\x5d\xe3\xd6\x91\x74\x62\x92\x83\xfa\x5e\x0e\xca\x20\xd8\x66\x13\x53\x19\xb1\x29\x28\xad\x91\x73\x68\x81\x07\x14\x06\x18\x20\xc5\xc7\x7d\xa8\x85\x86\x32\x36\xc2\x6a\x9d\x0a\x44\x40\x9a\x1d\x8e\xf5\x35\xaf\x82\x17\x52\x18\x34\x38\x74\xf4\xcc\x20\xdc\x2b\x9a\xcd\x20\xf9\xad\xa7\xd1\x19\x65\xd6\x2e\x08\xa0\x79\x07\xcc\xf1\x71\xc1\xc6\xe3\x0f\x05\x5b\x54\xf6\x3d\xd6\x12\x3f\x2e\xf2\x05\xeb\x34\x47\xc3\xd0\x4c\xf9\xd3\x77\x4b\xf2\x02\x7f\x80\x17\x64\xbf\x96\x17\x30\x4c\xb6\xd3\x90\xbf\xf2\x8b\x16\x83\xd9\xcd\x89\x51\x48\xca\xd4\x70\x1c\x97\x88\x09\x21\x3a\xc0\xea\xd9\x4d\xe4\xb2\x58\xd1\x38\x9d\xd3\x8a\x36\x2e\x45\x6b\x2a\x70\xea\x2a\xac\x5a\x2c\x57\xec\x18\xce\x84\x96\x02\x31\xbb\x2d\x05\x74\xdc\xd0\x3e\x9d\x5e\xfc\x2d\x7b\x03\x8b\x0d\x45\x4b\xec\x34\x85\x1a\x3f\xf0\xfc\xb1\xeb\xa4\xa9\x12\xfa\x35\x6a\xa9\x60\x37\x54\x51\xe7\x8e\x20\x89\x21\x1d\x77\x18\x43\xf7\x3d\xb4\x8e\x99\xb5\x90\x29\x2d\x2b\xe1\xc7\xb5\xa3\x66\x45\xc1\xe8\x01\x32\xe2\x27\x4a\x1c\x06\x62\xc0\xa2\xe2\xda\x60\xb3\xda\x52\x5c\x9b\x6a\x56\xdd\x31\xc4\xbf\x66\x61\xc2\x47\x11\xb3\xcb\x94\x30\xb8\xc4\x29\xc7\x12\x89\x86\x88\xc3\x65\xc7\xf9\xc7\x94\x9c\x58\xf7\xd6\x8d\xff\x71\xed\x7c\x30\x25\x0e\x5c\xf1\x14\x4f\x58\x39\x9f\x9e\xc6\x76\x3a\xd4\xa5\xbe\x0f\x76\xa3\x78\x9a\xea\x41\x58\x4f\x02\x42\xba\x1f\xe8\xc9\x10\xb1\x78\x32\xdc\x35\x23\x51\xc9\xbb\xd2\xde\xfd\xd8\x65\x3d\x8d\x50\xb3\xfd\x11\xe4\xa0\x32\x12\xdd\xfd\x64\x29\x97\x6b\x1f\x14\x6c\x3f\x03\x70\x98\x17\x42\xc2\x26\xc6\xa1\x89\x64\xfd\x0c\xc9\x3a\xf6\xe6\xd8\x4c\x17\x91\x6c\xc8\xb9\xa6\x33\x8f\x62\x1f\x72\xb9\xb5\xe1\xb5\xe8\x7a\x7c\x0c\x65\x43\x56\x8d\x6e\x6c\x01\x09\x39\x92\xb4\x44\x6d\x21\x3e\x58\x9e\xec\x9b\x0c\x26\x6a\x04\xf1\xc1\xa2\x28\xac\xe4\x5c\xfc\x56\x26\xc5\x9a\x9c\xf0\xc1\xa2\x28\x05\x3d\x64\x91\x92\xa6\x1f\x6c\x41\xd2\xfd\xda\xe1\x92\x36\x82\xf8\x48\x7d\xbc\x9f\xca\xae\x76\x66\x36\x82\x2e\xf3\x23\x79\x53\x71\xa0\x4b\x2f\x4e\x45\x1e\xb4\xf4\xdf\xb1\x57\xd0\x44\x3d\x17\xdb\x53\xcd\xd1\xe1\xbc\x68\x8e\xae\x5d\xb2\x60\x1c\x1a\xba\xe2\x2b\x29\xf2\xc5\xbb\x35\x24\x9a\x65\xeb\xd3\x70\x15\x89\xc4\x8e\xd9\x6d\x6a\x6d\x7e\xa5\xca\x48\xde\xb1\x73\x0e\x95\xf8\x9e\x9f\x1f\x55\xb2\x5a\x6a\x2e\x07\x6d\x0b\xa7\x4c\xea\x01\x89\xa5\xc3\x60\xb7\xe4\xc3\x5a\xa2\x08\x01\x89\x7d\x4f\xdb\x78\x3a\x64\x90\x83\x32\x92\x09\x83\x4c\xda\xf0\xd9\x36\x52\x60\x17\x07\xca\xb4\x94\xd2\x9e\x76\x19\xe3\x18\x98\x4b\x4b\xbb\x24\x03\x52\x49\x6b\x0f\xac\xa3\x7c\xc5\xdf\x12\x26\xfd\xfd\xb5\x13\x58\x29\x9f\xdf\x12\x28\x95\xc4\xc6\x79\xc0\x8d\xd3\xda\x38\xdb\xee\x18\xdd\x0c\xc3\x57\x5a\x5b\xe5\x80\xfb\xa6\xb5\x51\x72\x36\xb0\x24\xc3\x1f\x86\xaf\xd1\xcf\x77\xd9\xf4\x8d\x6c\xdc\x29\xee\xc4\x27\x20\x42\xa3\x3c\xe2\x6c\x22\xb8\x4f\x97\x7f\x49\x51\x26\x69\xb3\x12\x0e\x5f\x27\xed\x2c\x20\x37\x61\xbe\xb0\xbe\x79\x03\x70\xca\x96\x94\x94\xd6\xd0\x48\x13\x5b\x6b\x20\x2a\xa8\x24\xb6\xd0\xa8\x49\x3c\xad\x3d\x54\x8b\x52\x22\x70\x6f\xf8\xb1\x69\x0f\x93\xcd\xba\x96\xed\x0e\xaf\x9c\x20\x25\x2c\xe2\x70\x85\x64\xfc\x03\xd5\xf3\x16\xd0\x7c\x4f\x60\x21\xe8\x5a\x9b\xac\x9b\x78\x22\x88\x4f\x3c\x13\xc4\x87\x1c\x92\x88\xe1\x63\x11\xa7\xb5\xd9\x12\x92\x5b\x12\x76\x7a\xe7\x27\x3b\x27\xb6\x46\xc4\xc9\xb0\x47\x43\x78\x59\x55\xc9\xbc\x92\xac\xf2\xa4\xaa\x2a\xa2\x88\x26\x77\x59\x24\xd5\x56\x56\x7c\x52\x3b\x75\xa2\x0b\xb6\x52\xd6\x57\x2a\x48\x4e\x36\x69\x9e\xa7\xfd\x7e\x91\xea\x61\xf5\xd7\xfd\x86\x36\xb1\xba\x8b\x0c\x76\x4c\x27\xba\x22\x00\x22\x0c\x26\xd2\x1b\x75\x75\xd5\x54\x4d\xb9\xc9\x58\xea\xce\xca\x03\x9c\xf5\x5b\xba\xae\x92\xaa\x2b\xca\x86\x0c\xde\x3d\xfc\x61\xc1\x20\x11\xae\x0d\x53\x73\x4e\x5a\xfb\x65\xc5\xbb\x57\x52\x93\xf2\xa8\xe2\xb9\xdc\xc2\x46\x95\xd4\x4c\xc5\x1b\x41\x06\x3a\x13\x12\x41\x06\x9a\x0f\x12\xa1\xca\xbd\x3a\x18\x43\xbc\xcb\xe1\x03\x7e\x2b\xb8\x40\x22\x62\xc0\x2d\x2b\xad\x0d\x93\xdc\x6c\x25\x75\xa2\xc8\x24\x3b\x7d\xf5\x88\x37\x69\x98\x1b\x47\x12\xd4\x71\x8f\xf0\x95\x06\x4e\x59\x4c\x60\x9c\x3a\xab\xda\x33\x12\x4a\xa5\xaa\x5d\x1a\x08\x5f\xcd\x46\x11\xbe\xc4\xe2\x40\xa4\x10\xea\xa1\x74\x03\x82\x86\xfc\x84\x09\x1b\xc2\x4c\xd9\x74\x1e\x05\x31\x39\x9d\x1e\x3d\x0b\xfe\xa2\x3e\x63\x19\x2f\x40\xb5\xd2\x4e\x1a\x02\xa8\xa7\x2e\x01\x7f\xe8\xc6\xfd\x01\xc7\xb9\x63\x26\x01\xd6\x03\xce\x1a\x73\xd2\x4e\xf5\x20\x5b\x3c\xb1\x53\x4a\x77\x98\xca\x87\x4c\xc8\xdc\x61\xc5\x99\xbe\xb6\x28\xc1\xe7\x17\xd6\xbe\xf6\xa5\x52\x9a\x50\x5f\x63\x16\xbd\x57\xdd\xb9\xdd\x4a\xba\x0c\x07\x04\xfc\xb5\x41\x37\xa7\xfe\x36\x65\x0f\xdb\x4d\xd2\xc9\x9f\xec\xfe\xc6\xbf\x26\x45\xb9\xfb\x6a\x26\x4f\x04\x19\xda\x3e\xce\x7c\x99\x03\x3a\xa8\xf4\xbd\x54\xd0\x8d\x8f\x7b\x1f\xf5\xb4\xc5\xc5\xc6\x24\x4b\x2d\xd8\xdd\xc9\x7b\xb6\x7c\xe2\x2f\x4e\x86\x6b\xf8\x31\x65\x23\x18\x78\x5c\x28\x4c\x0c\x3e\x7b\x7d\x16\xe9\xd9\xc2\x8a\x3f\xec\x98\x5f\xfa\xc3\x6b\x6f\x90\x56\x49\xea\xa0\xf2\xba\x47\x4a\xe0\x73\x37\x5f\x85\xc8\x34\xb7\xbd\x93\x2f\x96\x82\x59\x08\x03\x2e\x69\xa6\x9d\x0e\xaf\xa4\xb5\x27\x93\x80\xb9\xa4\x59\x3e\x3f\xba\x0b\x62\xed\xce\xdd\xb1\xcd\xa5\x29\x4a\x27\x6b\x9f\xd6\xd3\x94\xe6\xb9\x2a\xd8\xf0\xb5\x8a\x36\xb6\xe8\x56\x56\xbb\xb4\x56\x4d\x1c\x69\xb2\xac\x05\x8f\x65\x4d\x5d\xc2\x20\xb1\x4e\xa5\xb5\x9d\x2b\x70\x72\x6e\xb2\xcb\x0d\xd6\xbe\x4e\xb4\x59\x49\x2f\x90\x81\xdd\xd7\xd3\x4d\x62\xf7\xf5\x9c\x9d\x0b\x77\xed\xea\xba\x1c\x13\xc1\x8d\xee\x9d\x6b\xfb\xee\xae\x66\xf5\x59\x95\x67\xce\x64\x0e\x10\x9b\x97\x36\x3b\x68\x30\x1f\x79\x15\x0f\x8a\x4b\xf1\x64\xcf\xc9\x46\xec\x0f\x6b\xac\x5d\x1f\xd4\xe5\xb5\xeb\x73\x90\xbf\xe4\xa5\xec\x8e\x68\xe5\x25\xc0\xc0\x02\xf2\x52\x75\x07\x76\x89\xbc\xa4\x82\x01\x69\x65\x94\xde\xe4\xdb\x77\x55\xa0\xdd\xc0\xae\x0b\x68\x4b\x22\x18\xcc\x60\x5e\x02\xc1\x48\xbe\x95\xd1\x08\x51\x30\xc2\x02\x01\x28\x73\x42\x71\x6f\xf0\x99\xb0\x46\xbd\xd9\x39\x20\x96\xb0\x7d\xe5\xe0\x59\xa9\xe6\xc3\x05\x61\x58\xe9\xa6\x12\xc3\x40\x95\x96\xc9\x65\x4e\x4d\x91\x4d\xa6\x64\x54\x69\xfd\xf7\x59\x53\x35\x0b\x86\xb4\xb4\xa1\x76\x7b\x8e\xc6\x48\x38\x86\x25\x16\x54\x8d\x6e\x9c\x6b\xad\x71\x7f\x81\x97\x61\x58\x87\x08\xbc\xfd\xb1\x60\x5b\xc6\x7e\x0d\x11\xe4\x25\x44\xd4\x78\xf8\x1e\xa8\x59\x7c\x19\x81\x22\xec\xf6\x85\xda\xf6\x31\xbb\x30\xf5\x99\x98\xcb\xaa\xff\x34\x73\x5a\xc0\x50\x80\x8c\xb5\xdb\x30\x82\xec\xb9\x6e\xce\x1f\x96\x9c\xf4\x03\x80\xa3\xe4\x31\x26\x08\x2a\x2f\xd9\xa2\x72\x28\xbb\x64\xd4\xf3\x10\xbe\xe4\x5d\x39\x39\x0e\x3f\x12\xe3\xf6\x02\xec\x4e\x11\x82\x87\x41\x06\x39\x89\x71\xcb\xaa\xd3\x28\xfb\xe6\x19\x34\x9c\x23\x67\x4d\x46\x34\x8a\x48\x62\xc8\x44\xce\x82\x0e\xb4\x1e\x26\x10\x09\xd9\xac\xd0\x20\x0a\xa1\x44\xc3\x5a\x26\x1e\xd3\x10\x0b\x53\x17\x1a\x16\x92\xf3\x3e\x03\x64\xa5\x5b\xa5\x1e\xb0\xb3\xb9\xde\x92\x0f\xc2\x2a\x18\x9c\x00\x10\x9d\x85\x79\x67\xdd\xe7\x4a\xa8\x1b\x3b\x57\x26\xea\x31\xb3\x5b\x65\xce\x99\x26\x29\x0b\x41\x22\x23\xa3\x93\x27\xb1\xe6\xe2\xb7\xd8\x49\xec\xab\x62\xba\x80\xb9\x66\xcc\xdb\x39\xfb\xbe\x9b\x6a\x9b\xb2\x27\x47\x9b\x0d\x9d\xda\x3c\x81\xc8\xd8\x48\x97\x0d\x92\x47\xce\xf6\xa0\xe4\x81\x98\x90\x97\xb8\xb1\x4d\xe2\xb9\xa1\xcb\x49\x10\xcd\xa3\x1b\xd4\x41\x0e\x91\x79\x99\xc5\x51\x2f\x76\x26\x4e\x32\xdb\x8e\x71\x92\x2e\x4b\x0d\xe4\xec\x4b\x59\x03\x39\xac\x3b\x6b\x20\x17\xc1\x8d\x68\x3d\x17\xb8\xb1\x91\x5d\x18\x08\xe2\xdc\x30\x60\x92\x13\xd5\x0d\x2b\x6b\xb2\x0c\xcc\xf2\x09\x0e\x4c\xa8\x38\x64\xc3\x1f\xe5\x35\x86\x3f\xca\xdb\xd0\xfe\xdd\xe5\xb3\x67\xb3\xb4\xab\x66\x63\x1e\x11\xec\x32\x46\xf7\x2c\x07\xe4\xf0\x44\x96\x53\x19\xda\xe8\xba\xe5\x7c\x7f\x12\x11\x9c\x98\xc8\xd9\xf2\xf4\x9c\x0b\x65\xd7\x9e\x13\x8e\x15\x21\xb1\xf7\x72\x60\x7d\x7b\x59\x33\x56\x7a\x0e\xc4\x96\x9d\xe3\xb2\x3b\x1c\x2d\x0a\x87\x9c\x91\x24\x4a\x9a\x64\x4d\x7e\xa9\x42\x98\x87\xe2\xa5\xb4\x86\x54\x95\x9d\x71\x24\xa9\x24\x3f\xc0\x52\x5f\xa3\x03\x1a\xa6\x14\x96\xd7\x9d\x4e\x33\xa3\xe6\x50\x45\x63\x63\xce\x9e\xaa\x70\xca\xcf\x0d\x14\x7d\x9f\xca\x9b\xd2\xf3\x49\x70\xa0\x04\x80\x2c\xa5\x1f\x30\x9b\xc2\x17\x65\x39\x6b\x77\xd8\xf5\x87\x27\x25\x28\x23\xe9\x61\x3b\xc9\xa7\x27\x28\xfc\x16\x33\x9b\x44\x78\x7a\xc4\x81\xf1\x2c\x31\xaa\xaa\xd7\x99\xe3\x53\x25\x84\x73\xfc\xd5\x1d\x32\x5f\x66\xf8\x04\x6a\x9c\x01\x39\xb8\xa8\x70\x06\xe8\x69\xc9\x1e\xc6\xec\x22\xff\x42\x3e\x95\x24\x2f\xe4\x53\x51\x6c\xf2\xb3\xfc\x55\xf6\x91\x92\x4d\x8b\xd7\x25\x2e\x23\x33\x9b\xad\x39\x26\x5b\x43\xfe\x76\xea\x8d\xd2\x2c\xd6\x67\x4c\x2e\x0e\x03\x36\x51\x43\x4c\x3a\x60\x48\xd4\xce\x5a\x2a\xfb\x56\x96\xc3\xb4\x9e\x3d\x2c\x22\x11\x18\xb0\x29\x9b\xd4\x8e\x82\x2b\xc5\x24\xa7\x5a\xd3\xb3\x36\x15\xd1\x71\xeb\x02\x15\xf9\xb7\x96\x6f\xa1\x33\x54\xa1\xef\x6a\xa8\x5e\x92\xd3\xfd\x32\x34\x50\x6e\x64\x66\x77\x4d\x18\x76\xe9\x82\xf5\x18\x7b\x53\x1a\x78\x1c\x1c\x3f\x4c\x33\x02\xf3\xc1\x24\x0c\xce\xc9\x9e\x9a\x1c\xe9\x61\x6a\xb3\x95\x83\x22\x90\x45\xb9\xdd\x24\x26\xce\x51\x4f\xec\xa5\x52\xd6\x24\xd2\x4c\x3e\x36\x89\x89\x13\xec\x49\x4c\x9c\xa3\x9e\xa8\xdf\x52\xdc\x24\x76\xcf\xe1\x4c\xf4\x09\x29\xc8\x10\x4c\x67\x6a\x7a\x62\x47\x46\xf9\x62\x1c\x95\xa4\x5f\xfc\x58\x4e\x1b\x32\x59\x94\xd7\x19\x44\xe9\xf4\xbc\x74\x20\xea\x5f\x4c\xb3\xbb\x4c\x67\x68\xaa\xf9\x25\xce\x0e\xf2\x2e\x07\x98\xa0\xfd\x62\x42\x0c\x83\xb6\xc8\xd0\xd0\x48\x81\x51\x48\xd0\xd0\x48\xae\x51\x0a\x31\x97\x1c\x23\x2e\xc5\x98\xcb\xe2\x7b\x2e\xed\x40\xa7\x29\x07\x0e\xa5\x6c\x19\x4c\xb0\x1e\x0a\x9e\x08\x32\xbf\x15\x52\x3b\x34\xb2\x6a\x14\x72\xe6\x37\x57\x40\x31\x80\x80\xfc\x51\xa5\x68\xb6\x29\x36\x84\x70\x8d\x6e\x43\x66\xfd\x18\x04\x22\x80\xa1\xec\x7b\xe7\xd2\xf7\x1e\x50\x07\x45\xc5\x38\x4c\x47\x63\xbc\x65\xf2\x03\x93\x4d\x25\x7f\x00\x3c\x58\x68\x09\x9e\xf7\x67\x66\xcb\x16\xa8\xfc\x24\x7a\x76\xdf\x11\x2d\x29\xca\xbc\x3f\x85\x5c\x13\x31\xb0\x7a\x4a\xdc\xed\x02\x49\xc4\x01\x03\x0b\x29\x51\x75\x6d\x37\x75\x73\x53\x8c\x95\xb0\xc5\x0c\x5b\x9d\xbc\xf7\x83\x97\x32\x73\x42\x50\xa4\xdc\xa1\x2c\xd1\x29\x72\x08\xb0\x94\x44\x98\x1b\x1b\x0a\x79\x2d\xa2\xe6\x2a\xae\x0f\x68\x72\xd3\x42\x7c\x24\xe9\x92\x0b\xe9\x2e\x9a\xeb\xb6\x24\xa0\x76\x4e\x96\x40\x15\x75\x42\x97\x44\x6c\x1e\x1b\x1f\x19\x31\xcc\xaf\x5b\xb8\x87\xa0\xa9\x29\x93\x55\x38\x71\x26\xaa\x98\x1b\xa3\xa9\xd6\x14\x63\x2b\xd9\x98\x0a\x69\xde\x35\xdd\x14\x63\x2b\xd9\x41\x4b\x26\x06\xef\x6b\x63\x5a\x31\xee\xc0\x5e\x32\x01\x7a\x42\x82\xf3\xa4\x96\xe2\x0f\xb8\xd1\x60\x20\x65\x67\xaf\xed\x76\x83\xb3\x80\xbd\xb0\x18\x86\x39\xfc\x00\x7c\x37\xcb\x38\x08\x76\x7d\xf1\x4d\x0f\x85\x61\xc0\x4b\x8b\x61\x98\xec\x33\x24\xf8\x68\xee\x03\xe6\x4f\xee\x32\x59\x92\x7d\x44\x8e\xe4\x15\xee\x55\x88\x1c\x85\x2c\x5c\xab\x10\x35\xf6\x90\xf6\x23\x1a\xb4\xea\x05\x09\x55\xab\x27\x17\x24\x44\xce\x81\x16\xee\x47\x88\x72\x4a\x52\x83\x44\x8e\x32\x97\x62\x88\x25\x2c\x90\xfb\x10\xa2\x06\x7a\xae\x43\x88\x06\x1e\x70\x1b\x82\xe7\xcd\x0b\x97\x21\xc4\xe2\x88\x95\xcc\x38\x22\x5b\x8a\x3e\x14\x67\x88\x0b\x0f\xca\x66\x02\xe6\x8f\x48\x22\xa0\x99\xa2\x52\x6a\xda\x2e\x12\xd9\x43\xc3\x52\x21\xb9\xea\x16\xd9\xfc\xa1\x69\xa4\xa6\xf7\xe6\x4d\x16\xb6\xbb\xd4\xd0\xbc\x9b\x85\x6e\x9c\xac\x25\x3c\xf5\x2c\xe4\x86\x53\xba\xc4\x3b\xd6\x58\x49\x05\x37\x8a\x01\x6e\x05\x37\xca\x21\xed\x2e\x41\x2a\xe9\xf6\x2e\x5d\x75\x54\x86\xb2\x84\xa7\xa4\x6f\xa6\x74\x02\x4e\x87\x95\xf0\x22\x09\xb5\xd7\x33\x34\xcb\x00\x2d\x5a\x89\xb8\xcc\xce\x21\x01\x0e\xc7\xfe\x76\xf2\xde\x36\x89\x10\x71\xaa\xf4\xcc\x6c\xce\x37\xb4\x21\x33\x7a\x02\x2c\xb3\x2b\x74\x10\xdc\xe8\x3c\x70\x91\x83\xc6\x38\x6e\x72\xe8\xd9\x15\x67\x80\xa5\x2b\xcb\x00\x4b\xa7\xc7\x00\x4b\x57\xf7\x10\xa3\x00\x34\x70\x01\xa0\x47\x96\xf1\x52\x87\xfa\x4b\x86\xea\x59\xee\x71\x62\xc7\xb6\x1d\x03\x2c\x5d\x09\x58\xa3\xb2\xc4\xc9\xd1\x54\x45\x5c\x72\xc5\xf4\x2c\xb7\x39\x41\x62\xf5\x3d\x48\x74\x85\x9c\xda\x42\x8a\x3f\x88\x45\x80\x3b\xc1\xa2\x8b\x93\xa0\xcd\x63\x7f\x40\xf4\xa7\xd3\x7d\xca\x32\xa8\x73\x19\x6e\x28\x4f\xba\xf0\xa1\x0b\xc5\xc5\x7c\xbb\x1f\x5c\xce\xb7\x75\x76\x0e\x71\x7a\xbb\x00\xdb\x65\xb1\x25\x20\xbb\xbe\x0c\x10\x91\xad\x12\xac\xa9\x07\xdb\xfb\x2f\x8a\xe6\x88\x62\x50\xa6\x98\xb9\x89\x18\xb5\xef\xdb\x34\x9b\x32\x44\x22\x34\xd5\xeb\xca\xcd\x59\x50\x21\x37\x5a\x53\x3a\x32\x2a\x53\xe2\x27\x2a\x53\x1d\xaf\x2c\x61\x27\x95\xf2\x35\x7f\x33\x64\x53\x10\x0d\xd9\x74\xae\x49\xda\xbf\xb9\xeb\x6d\xa4\x8d\x9d\x13\x5a\xea\x36\x75\x3b\x0a\xea\x3f\x8e\x02\x40\x08\xde\x54\x42\x26\xbb\xb9\xd9\x5b\x4b\x79\x12\xef\x01\xfc\x71\x10\x00\xfb\x14\xca\xc0\xf0\x10\xdc\x25\x9d\x78\x88\xa5\xdb\x99\x16\x31\x0e\x6b\x97\xf2\x0c\x20\xb2\x7c\x32\x54\x5b\x72\x04\xbe\x27\x72\x57\xee\x46\x84\xe7\x26\x08\x42\x32\x7a\x75\x0b\xdd\x1e\x2b\xba\x9b\x80\x2d\xee\xa7\x60\xf3\x01\x71\x9c\x9b\xd3\xeb\xaf\x42\x2c\x2b\x4b\xfc\x8a\x62\x6e\x49\x5f\xa9\xb8\x5f\xe3\xc6\xda\x84\x68\xea\xaa\x21\x8a\xa6\x29\x97\x1c\xf3\xa4\x63\x85\x08\x8e\xba\x98\xb0\xa1\x98\xda\xdd\x83\xff\x85\xd4\xee\x43\x75\xbe\xbc\xa6\x5a\x91\xe5\xbe\xc4\xbb\x8a\xa6\x97\x78\x52\x51\xfc\xe2\x43\x13\x01\x2f\x31\xa4\xf2\x15\xb3\x0f\x0f\x19\xd4\x8b\xa1\xd6\xb5\xfe\x6a\xa8\xf5\x3d\x01\xa5\xce\xf9\x4b\x40\x29\x04\x57\xb9\x6b\x68\x30\xb7\x15\x83\x99\xbb\x7a\x3d\xb8\xe0\x09\x46\x57\x31\x99\xb9\xc3\x7b\x0f\x8b\x39\x2a\x0a\x59\x9a\x12\xe9\x3f\x4a\x5d\xa2\x59\x32\x58\x90\x0c\xf4\x89\x8c\xc1\xa5\x1e\x02\x64\x99\x8e\x61\xb7\x95\x3b\x8c\x8c\x5a\xa9\x44\x6d\x56\x0f\x5f\xd4\x60\xcf\x74\x10\x08\x6b\x85\xa3\x55\x6e\x3a\xd2\x8a\x43\x12\xa8\xa1\xf5\xbc\x06\x81\xf0\x5b\xd0\xd5\xad\x7f\x51\x66\x34\x41\x20\xac\x43\x44\x70\xf7\xdb\xa9\xc9\xcc\x4a\x04\x2c\x33\x9f\x15\x13\x58\xe5\xa6\xa8\x52\xbd\x43\x84\x43\xfb\xa5\x46\xad\x49\xb6\x65\x56\x3d\x8e\xa4\x16\xd3\xe6\x17\x12\x93\x94\x1a\x09\x54\x86\xc7\xd5\x48\x74\xad\xa3\x88\xc6\xb4\x8a\x27\x4c\x5c\x87\xdc\xdb\x44\xfb\xc5\x10\xe6\xba\x04\xb5\xac\x93\xa5\x26\x2d\xe9\x54\x4a\xc6\xcd\xda\x47\x22\x6e\x56\xe0\x49\xd6\x73\x68\x5b\xa8\x4b\x0c\xcb\xea\xd3\xd5\x4c\x39\x1e\xe7\xa8\x9e\x26\x76\x7f\x21\x7f\x7f\xf6\x04\x40\x4d\x1b\x2c\xa6\x23\x11\x01\xec\x0c\x78\x84\x58\x46\x6f\x92\xff\xc3\x2d\xaf\x2e\xb9\x2c\x6b\xde\xe6\xf2\x9d\xf5\x03\xf0\x66\x5d\xb7\xd2\x14\x06\xac\x63\xc3\x82\x05\x6b\x87\x2a\xd5\x2c\x9b\xf5\x07\x23\x93\xbb\x3f\x08\xa4\xf4\x86\xc8\x75\xa4\x2f\x13\x79\x94\x9a\x1d\x82\x13\x6e\x3c\xa8\xe6\x92\xaa\x59\xcb\xc3\x55\x5c\x3a\x90\xb5\xdf\xd4\xac\x09\x43\x14\x78\x7f\xdd\xfe\xa4\x78\xf7\x04\x6b\xaa\x2e\x49\x2c\x6b\x0a\xaa\xc5\xdc\xe7\x98\x40\xeb\x92\xbe\xb2\xb6\x8a\x5a\x36\xd4\x34\x5c\x06\x0e\x6b\x2b\x6d\xd4\x5a\x6b\xdf\x35\xc1\xd8\x8a\x01\x64\xd8\x40\x2a\x91\x2b\x41\x2f\xb4\xf7\x1f\xec\x90\xe8\x5a\x09\x63\x96\x94\xea\x36\x5f\xf2\x7d\x25\x8c\xb9\x5a\x26\x52\x19\x1d\xa1\x56\x0d\x82\x98\x4e\x6b\x25\x52\xb9\xda\x12\x60\x55\xdf\x13\x95\x88\x36\x54\x97\x9c\x96\x55\xa5\x6b\xbd\x79\x6f\xf9\xb1\x21\x10\x57\x77\xb8\x9b\xbf\xbc\xd4\x02\xd8\xb6\x21\x07\xf1\x8d\x08\x92\x6a\x59\xe3\x25\x6c\xbd\xb6\x6d\xbd\x64\x18\x0d\xca\x75\x86\xdb\x22\xd6\xbd\x96\x9b\x31\xd6\xae\xb4\x26\xe4\x74\xde\x44\xa8\x1f\x6f\xdb\x9f\x0f\x1a\x33\x8b\x5f\xe8\x83\x3e\xfc\x05\x78\x8b\x34\xc9\x41\xe2\xa0\x58\x4a\x3a\xb8\xe2\x21\x13\xef\x93\x08\x0a\xb2\xb5\x1b\x8a\x2d\x4d\x72\x96\x38\xe8\x4f\xaa\x7d\x47\x1d\xd0\x32\x59\x49\x3c\x9c\x53\xbb\x61\xd9\x52\x6e\xe7\x02\x42\x99\xc6\x4e\x5e\x2f\xb2\x3d\x43\xac\x1f\xb6\x76\x93\x1f\x67\x3f\x99\x44\x30\xd8\x2e\xe1\xe2\x4e\xfa\x10\x46\x80\x1f\x1e\xda\x75\x7e\x86\x60\xb9\xba\x06\xf9\x51\x9c\x1f\x8c\x65\xf1\xdb\x27\xdd\x68\x6f\xda\x25\x12\x27\x7e\x6b\xf8\xf4\xc1\x6f\x6e\x1f\x00\x92\x33\xc3\x71\x83\x3f\x3c\x3f\x87\x86\x5c\x49\x54\x92\xab\x44\x64\x70\x4e\x74\x2e\x4c\xaa\xef\xa1\x36\x6e\xe0\x28\x59\x54\x9e\x78\xe7\xe5\x14\x58\xc3\xa2\x21\x71\x15\x73\x58\xe4\xc4\x7a\xf1\x66\x8e\x98\xa5\x54\xd2\xc8\x45\xc3\x6c\x49\xcc\x57\x94\x08\xaa\x16\x31\x63\x62\xbd\xb2\xa3\xe9\x7e\xac\xd8\xc1\xa2\x06\xb5\x8a\x1d\x2c\x6a\x8d\xab\x4b\xa2\x2b\x75\xff\x50\xfc\x81\x2e\xf1\x30\x72\xab\x41\xa9\x57\xa3\x0c\x2a\xf6\x85\x1f\xfb\x87\x9b\x1f\xfc\xc0\x74\xa0\xce\xdd\x12\xe8\x8a\xa1\x1f\x5c\x04\x52\x8c\x02\xaa\x4b\x9e\x2b\xfa\xe2\xbd\x13\x24\x91\x6a\xa7\x78\x0d\x48\x0a\x32\x7f\x6f\xab\x0c\x72\xec\x25\xd2\x99\xdd\xaf\xd4\x25\xd2\x15\x43\x68\x2a\x57\x57\x1a\x60\x51\xb1\x65\x25\x6d\xde\xf5\x26\xec\xbe\x7d\x79\x6a\xa1\x62\xe7\x4a\xda\xab\xeb\x43\xba\x2a\x71\x4f\x1c\x6c\xd2\x3a\xee\x65\x23\xa9\xa0\x3b\x7a\xd9\x48\xf7\x50\x5a\x7d\xda\xb7\xfb\xb3\x4a\x5d\x12\x58\xdf\x75\x70\xb9\x01\x17\x32\xd7\x6e\x06\x5f\x97\xcd\x1b\x62\xc2\xe8\x38\x51\x23\x6e\xcc\xb1\x22\x29\x10\x03\xbb\x8f\xf5\x55\x62\x60\x8d\x9a\xe4\xe6\x92\x1d\xc9\x59\xa7\x4e\x0c\xdf\xe3\xb8\x10\x4b\x24\x5c\x09\xbb\x8e\x3c\x5d\xde\x3b\x49\xe4\x23\xca\xe6\xe6\xe9\x40\x84\xf4\xe5\xa9\xd7\xaa\xf0\x65\x7c\x3e\x69\x1b\x6b\x76\xad\xbc\x64\x32\x70\x41\xbc\x3b\x4d\x12\x65\x93\xa0\x29\xea\x98\x70\xbc\x49\x9c\xaf\xe6\xcc\x55\x6e\x87\xee\x58\xa6\xa8\x71\x3e\x58\xf7\x28\x57\xa9\x44\xdd\xce\xcd\x3b\x35\x83\xef\x31\xda\x80\x8e\xc6\x69\x60\x52\x82\x95\x76\xa8\x1e\x0e\xca\x68\x60\xac\xa4\xb6\xe4\x9e\xa1\x27\xaf\x05\x45\x0c\xdc\x90\x6d\x09\x3e\x66\x74\x2a\x24\x9b\xcc\x86\x34\xb4\xb0\x37\x1c\x5a\xda\x7e\x40\xf6\xab\xb6\x0f\xa7\xec\xcf\xb5\x86\x16\xbf\x99\x06\x9e\x26\x1e\xd6\x3c\x62\xf4\x6d\x91\x98\x5d\xd6\x67\x8b\x4b\x07\x61\x7d\xb4\x25\xd1\x0c\x8c\x8d\x2d\x1a\x35\xc1\xf0\x97\x3c\x63\x58\x25\x17\xbc\x90\x1b\xb7\x34\xd3\x7b\x0d\x6b\x2f\x09\x90\x15\xca\xad\x2f\xdc\x6b\x51\xbc\xf3\xa5\xec\x2a\x4b\xc4\x19\xd0\x6e\x4b\x24\x79\x71\x20\xba\xd7\x84\x0a\xa1\xa4\x0f\x41\x47\x28\x21\x9f\x73\x69\xd8\x8a\xba\x31\x0b\x5e\x11\xe3\x49\xef\xa6\x4f\x8d\x7d\xa5\x65\xb3\xa8\xc2\xb2\xf7\xd5\x31\x9a\xa6\xda\x4e\xd1\x65\x59\xb5\x1f\x81\xaa\x61\x11\xd2\x49\xd6\x08\xa7\x35\xf2\xb5\xe9\x56\xdb\xcd\x5e\xbc\xb7\x0e\x1e\xd7\xdd\x35\x9b\xe8\xae\x2f\xac\xc0\x8d\xf0\xe1\xe1\x81\x86\xec\x41\x06\xfc\xd2\x08\x03\xf2\xa4\x73\x23\xfb\x89\xae\x8d\xe6\x2d\xba\x49\x02\x31\xa9\x9f\xfa\x7d\x33\xf1\x29\xa7\xf7\x4b\xf3\x7e\x02\x43\x7b\xda\xbe\xf3\x12\xf8\xc8\x44\xe2\x91\x81\xf6\xed\x92\x4b\xca\xfb\x5a\x4b\xca\x4d\x1f\x1b\xc8\xac\x38\x5c\xa4\xf2\x7d\xa9\x25\xc8\xd8\x77\x5a\x02\xb8\xae\xb7\x62\x1d\x1c\x45\xc5\x0e\xf0\x5c\xb1\x95\x34\xbc\x6d\x99\xdd\xab\x71\xc5\x9d\x67\x0e\x1a\xde\x36\xee\x4e\x28\xad\xe1\x0c\xac\x5f\xa5\xab\x2c\x8d\xd4\x24\x9e\x22\x68\xcd\x3b\x38\x19\x76\xdb\xd6\x79\x1f\x80\xaa\x5a\xde\xf7\x86\x52\xf6\x76\x3f\x7b\x37\x67\x34\x4c\xac\x21\x1e\xe4\x2e\xec\x24\x1a\xf1\x7c\x41\x43\x22\x50\xce\x69\xdd\x4b\x33\xc1\x4d\xf7\x5a\x2d\x31\xe8\xd5\x34\x86\x43\xb6\xae\x6b\x84\xfe\xc8\x3b\x66\x68\x42\xeb\x7b\xb9\x31\x5c\x0e\xb5\x18\x04\xd1\xc6\xbe\xb0\x00\x68\xf5\x91\x21\xeb\xb7\x61\x9a\x2c\xcb\x85\x83\x53\xb4\xe4\xf1\x15\xe1\xc0\x29\x66\x94\x46\x23\xd4\xc8\x20\x8b\x46\x8e\x10\x23\x3d\x1a\xe1\xb6\x86\x6f\x34\x8f\xb5\x18\x15\xd1\xd6\x86\x5f\x0d\xba\xf0\x3a\x24\x85\xcc\x66\x86\x5c\xa3\x8e\xdb\x29\xc7\xa6\x37\x9d\x65\x6c\x12\xed\x24\xf2\xdc\xb5\x89\xab\xcc\x48\x8f\x66\xb6\xd2\xb6\x1f\xcc\x97\x85\xd8\xd5\xf6\xa5\x96\x94\xd9\xab\xc7\x5e\x9c\x97\x69\x9a\x5d\xf3\x17\x6e\x37\x59\xe8\x85\x11\xdc\xfe\x2e\x4c\xff\x02\xb8\xf6\xea\x16\xc5\xd2\x85\x6d\x5d\xb2\xc6\x2d\x55\x72\xb7\x21\x32\x03\x38\x11\x5c\x6b\x18\x9d\x46\x33\x72\xba\x8d\x34\xee\x35\x8c\x8e\xee\xc6\xde\xcf\xfe\xd0\x6e\x3c\x22\xfb\x3d\x29\x0c\xec\xcd\x3b\x59\x8c\xe6\x6e\x37\xe0\xb9\x40\x6e\x6c\xff\xa8\x18\x6d\x5f\xbf\xe7\xe0\x3c\xde\xe2\xa8\x6f\x41\xb2\x55\xb1\xe1\x07\x44\x41\x3b\xbb\x9c\x68\x89\xd6\x7f\xf0\x3a\x20\x76\xb5\x07\x47\x83\xf5\x1f\x5c\x25\xd5\x3a\xde\xbf\x84\x3c\xd8\x9e\x9b\x70\x6a\x3a\xd8\x89\xba\x5d\x83\x1e\x7d\xdd\x1c\x8c\x68\xa2\x2a\x93\x5c\xfb\x74\xf4\x80\x4a\x9b\x44\xff\xed\xf7\xd8\x83\x9d\xde\x99\x78\x4f\x43\x13\x7b\xb0\xcb\x8c\x84\x69\xdd\xdd\xcb\xcb\xc6\x94\xb6\x1b\xce\xab\xbe\x1b\x25\x20\x52\x16\x49\xf0\x50\x77\x1b\x9c\x84\xa6\x4a\xdd\x84\x0f\x29\x5a\xb4\xb9\x73\x9f\x83\x8c\x97\xd0\x44\x79\x21\x0e\x2b\x03\xd5\xb8\x6b\x6b\xe7\xea\x68\x38\xac\x36\xa9\x93\x26\x64\x53\x34\x11\x45\x1e\x63\x6a\x6f\xe5\xbd\x6d\x62\x32\xdf\x6d\x76\xde\x5b\x87\x3d\xda\x49\xc3\xf1\x45\x56\xc6\xc2\xed\x5d\xcd\xe0\xa6\xf6\x3a\x00\xfb\x72\x00\x0c\x6c\xc7\x1d\xf1\x31\xc9\x95\x9b\xeb\xad\x1f\x02\x1d\x29\x73\xe3\x65\xfc\xf2\x64\x7d\x3f\x8c\x03\x1a\xb6\xc0\x90\x58\xb0\xfd\xc0\x0b\x10\x2c\xe3\x05\x60\x67\xee\x88\x1d\x9a\x1f\xfb\xe1\x90\x2a\x65\x5c\x64\x50\x74\x3f\x18\x12\xa0\x93\xf1\xd9\xcc\x7d\xa5\xe3\x22\x53\xf4\xec\x07\x43\xda\xa3\x70\x4e\xa8\x13\x9c\x06\xfa\xe2\xd2\x9d\x22\xfe\x3a\xb9\x46\x8d\x17\xeb\x78\xbc\x86\x9b\x18\x17\x9b\x75\x8f\x08\xf4\x25\x82\xf4\x0c\x35\xf4\x80\x90\xb3\x5b\x7a\xb8\x77\xd8\x3a\xd8\xc0\x21\xb1\xee\xa9\x1e\x9d\x39\x5c\x8a\x96\xb4\x06\xf6\x18\x28\xd3\x90\x66\x18\x25\xb5\x1e\x13\x5f\x33\x4e\xef\xbb\xde\x1f\x4b\x02\x8c\x39\x6e\x02\x05\xee\xd8\xf8\x21\x53\xee\x94\x7d\x2f\xd8\x36\x8a\x01\x7a\xd7\x17\x6c\x1b\xc2\xdf\xe0\x84\x44\xc0\x8e\x76\x8c\xa5\x1c\xce\xd0\x93\x0b\x97\xa1\x25\x80\x93\x04\xbc\x76\x1b\x5a\xea\x5c\x2f\x5e\xfd\x36\x61\x1d\x87\xb6\xc9\xc0\xdd\xb3\x93\x99\x80\xcd\x09\x49\xc0\x26\xde\xbd\x0a\xcf\x03\x12\x3d\x81\xdf\x5d\xc6\x9c\xeb\x88\x13\x0e\x10\x67\xd6\x7b\x4c\xd5\x8d\xba\xf9\xc7\x8d\x68\xee\xd9\x8b\xa5\xd8\x7e\x7a\x16\x17\x8c\x8d\x93\xb6\xc6\x59\xf5\x8c\x1d\x16\xfe\xd9\x33\x59\x0a\x60\xca\x3d\x63\x87\x85\xf9\xf6\x6c\xd7\xbe\xe7\xd4\x97\xf8\x5d\x72\xce\x50\x27\xef\x45\x33\xac\x65\xf2\x7c\x56\xcb\x9c\xf1\x90\x68\x0b\x47\x08\x04\xae\x14\xda\xb1\x8c\x39\x1c\xe6\xd9\x0b\x36\x59\x78\x44\x2f\xc2\xe9\xb7\xc2\xc9\x58\x96\x54\x34\x8c\x25\xeb\x64\x73\xeb\x6d\x7f\x2c\xa0\x00\x5d\x30\x79\x17\x2b\xe9\x68\x74\xb9\x54\xa1\xe3\x87\x0a\x74\x12\x6d\x55\x1a\xf7\xbd\xd0\x81\x95\xaa\x81\xde\xf2\x50\x57\xf0\x01\x74\xc1\xc3\xfb\x4e\x39\xe2\x2c\x54\x8e\xf6\x54\xcb\xe0\xc8\xe5\xc2\xc9\x5c\x35\x9e\x6e\xe6\x36\xcd\x72\xbd\x19\x43\x80\x4b\xb9\x37\x6c\xb2\xc3\x5a\x05\xe1\xdf\xaf\x49\x46\x20\x85\x61\x34\x39\x84\x89\x43\x45\x3a\x4e\xfb\x12\x8f\x86\xdc\xb0\x37\x2c\xa3\xec\x1e\x7d\x89\x47\x59\xf7\x46\x5f\xe2\xd1\x3e\x0b\xd8\x1b\x66\x5b\x0c\x21\x9d\x63\xbd\xda\xf6\x7a\xc7\x5e\x8c\x4d\xa4\x77\xac\xb6\xe3\x4b\xe5\xb4\x2f\x29\xca\xdb\x2c\x4a\xef\x02\xce\xe8\x3a\x80\x77\xcb\x18\x4f\x87\x75\x38\x96\x39\xec\x44\x0b\xb8\xef\x4f\xbe\x05\x7d\x9d\x13\x25\x98\x6d\x7a\x9f\x94\x7d\xff\x32\x50\xde\x0f\x8e\x1e\x60\x1d\xec\x03\xc0\x5d\xaa\xc3\x44\xd3\x8e\x74\x08\x9c\x3f\x64\x3e\x06\xc3\xc3\xcb\x70\x85\x74\x00\x11\x46\xe6\x3e\xb4\xf2\xa0\xe8\xf4\x9d\xf4\xd5\x49\x19\x9c\x1a\x15\x39\xc3\x44\x87\xbb\x2d\x0c\x90\xfb\x73\x6c\xa8\x02\x85\x04\x76\x28\x57\x77\x44\xb0\x43\xb1\xb5\x23\x76\x1d\x4a\xdf\x9d\x3b\xbe\x0e\x65\xf7\x7e\x62\xe8\x75\xe0\x1e\x40\xde\x24\x78\x9a\x9f\xc0\x2f\xb0\xf3\x0a\xd5\xbe\xc2\x4a\x74\x7a\x50\x6a\xf3\x50\x4f\x4a\xa9\x07\x90\xc4\x3f\x6b\xb2\xec\xa7\xd9\x18\x45\x8a\x9e\x35\x43\x3c\xfa\xb5\x81\xa4\xfb\x0b\x23\xa9\xf3\x87\xc1\xa5\x67\x27\xe1\x32\x49\x8f\x0b\xfd\x32\x0e\xd1\x4d\xe2\xf2\x3e\x7c\xd9\xc1\xa5\x6e\x9a\x6c\x79\x1b\x1e\xfd\x65\x62\x20\xf4\x93\xd7\x5a\x0c\xe6\xc6\xd6\xd8\x2c\x6b\x6b\x44\x9d\xea\x37\xc6\x50\x24\xb6\x7e\x6b\x0c\x25\x9e\xa7\x2f\x29\xcd\x54\x7e\xa5\xdf\x86\x47\xca\xc8\x6f\x03\x39\x65\xa2\x46\x10\x75\xb4\x94\x7e\x63\xa0\x93\x43\xdc\xdb\x8a\xc8\x0f\x8f\x19\xd7\x9d\x15\xac\x2c\x1e\xd4\xed\xcf\xb6\x22\xf2\xc9\x93\xf8\x01\x4c\x3c\x1a\x11\x45\xcb\xa3\x11\x11\xb0\x1e\x8d\x88\x12\xe4\x43\x22\x6d\xf7\x85\x67\x50\xb6\x0b\xad\x68\x32\x86\x47\x2b\x9a\xcc\xdd\xeb\xf2\x0c\x2d\xf0\x62\x85\xb8\xf7\x1b\x63\xc5\x8d\x15\xe8\x84\x87\x67\xc1\x9a\xdb\x56\x06\xc0\x53\x5b\x19\x60\x71\x8b\x40\x4a\x62\x9e\x3b\xdb\x52\x12\x45\x93\x64\xd2\x72\xc1\xb9\x54\x0a\x51\x8a\x4c\x27\x71\x4c\x35\x5a\xca\x58\x5e\x76\x8e\xa7\xee\x55\x39\xcd\x6f\xbd\x1a\x2c\xe3\x11\xe8\x24\xbf\xdd\x92\x8b\xd7\xa4\x1a\x91\xd2\xf1\x63\x69\xb9\xe9\x2f\x7c\xc9\x9d\x65\x49\x5a\x63\x0b\x57\xef\xa6\xcc\x05\xeb\x38\xd4\xd4\xa0\xac\x71\x78\xef\x7a\xa0\xec\x49\x6b\x6c\x51\xe3\xd8\xb7\x69\x37\x1e\x2a\xda\xb5\xb5\xbc\x98\x3f\xd9\xd6\xb9\xef\x89\x2f\x83\xb3\xcc\x9e\xcc\x1e\xa4\x64\x57\x4c\x1d\x06\x10\x61\xc9\x1b\x06\x10\xb5\xaf\x2e\xd8\x2e\xfb\xce\x0a\xb3\x93\x0c\x04\xa9\xe8\xa6\xcf\x95\xaa\xc5\x03\x2d\x83\x63\x61\x58\xc8\x46\x58\x72\x41\xb0\x06\x46\xb9\x6c\x59\x9d\x16\x58\x83\x17\xb7\x1c\xfe\x80\xe8\x64\x90\xce\x88\x8a\xf6\x80\xbe\xc4\xa5\xbc\x3b\x5e\x12\x52\xf6\xd8\x3a\x77\x65\xe4\x63\xd7\x27\x19\x26\x98\x59\x72\x10\x59\xff\x0a\x17\x68\xa8\xcd\x8d\xc8\x31\x09\x2b\x98\x51\xdb\xf6\x38\x25\x01\x30\xc8\x43\xec\xac\x5c\xaf\x51\xcd\x7d\x32\x52\x58\xaf\x69\x2e\xa9\x4e\xa2\x76\x0f\xaf\x30\xdd\xc3\xe6\xb0\x96\x2e\xee\xb1\x6d\x3a\x7c\x61\x26\x11\xe7\x15\xc9\x45\x31\x91\xeb\x37\x6a\x86\xad\x0c\xbc\x44\xca\x6d\x83\x63\x57\x5c\xcf\x5c\xc6\x3e\x5f\x05\xf4\xd8\x5b\xf4\x25\x8e\x22\x75\xf2\xad\x97\x96\x3b\x93\xc5\xfc\x24\xb4\x5f\xec\x0b\xbc\x7a\x5b\x20\x92\xc1\x20\xd9\x59\xd8\xdf\x2a\x3c\x53\xae\x4a\xaa\xb4\x53\x89\x94\x90\xb2\xaa\x62\xbf\x75\x8a\xf6\x29\x1a\xad\x08\x34\xcd\x4a\x6c\xd5\x62\x0e\xcf\xcc\xb1\xeb\xb8\x55\x5b\xe6\x08\x2f\x5b\xf8\xa8\xf2\x44\xea\xe3\x7f\x89\xb2\x92\x61\x38\xf3\x06\x0f\xf1\x21\x91\xa2\xb4\x8c\x66\xa6\x7c\x8a\x79\xcd\x07\x98\x68\x5a\x14\x45\x51\x83\xdc\x2c\x92\x93\xd6\xd1\x70\x52\x19\x3d\x72\x2c\x91\x82\x0b\xe2\xcb\x68\x9e\xe2\x05\xb4\xe6\xdc\x31\x47\x4b\x8a\x18\x1b\x18\xce\xea\x1f\x96\xc9\xe3\x21\xf5\x60\x61\x51\x90\x1f\x08\x11\xb0\xd7\x81\x0c\x51\xac\xb1\x44\x2e\x6c\x25\xa3\xaf\x7d\x18\xeb\xec\x20\x8d\xab\xca\x80\xf7\xa5\x14\x7d\x12\x5e\x0e\xec\xf9\x98\x81\xa1\xc5\x93\x5e\xc3\x0c\xef\xd2\x74\x37\x8b\x3d\xb8\x18\xd2\x14\x48\x42\x00\xf0\x94\xfa\xd0\xb9\x02\x27\x1c\x43\xd7\x86\xc4\x80\x00\xe0\x49\xc7\x81\xfd\xc5\xd0\xbc\x31\xcc\xde\x4f\x67\xc8\x02\x01\x41\x7a\x78\x33\x39\x77\xf3\x97\xc1\xf6\x6f\x24\xf6\xc0\xaf\x12\x36\x14\x78\x16\x14\xe2\xc6\x29\x48\xe0\xca\x0c\xf0\xb6\x74\x6a\x02\x04\xbc\x53\xf0\xac\xcf\x66\xe2\xfa\x42\x26\x30\x40\x74\x9c\x32\x35\x20\x3d\x81\x74\xd7\x67\xbb\x73\xc8\xa7\x97\x79\xee\x8f\xb5\x87\xf8\x83\x37\x83\x7e\xe9\x6c\x1d\xfb\x16\x75\x57\x0d\x69\x4a\xb4\xba\x0c\x92\xc2\x9a\x53\x61\x60\xe4\x51\x53\x1a\x17\x21\xf4\xc8\x8d\x03\x13\x4f\x46\x83\x18\xc4\x28\x9b\x16\x60\x5c\xdb\xfa\x08\xec\xde\xa2\xd9\x9d\x5f\xef\x8e\x93\x32\x89\x43\xce\x2e\x1b\x25\x08\x39\x8b\x07\xb7\x25\xe4\x0b\x43\x1f\x5b\xcc\xd8\xf6\x1e\x7b\x7e\x4d\x4d\xcb\x0f\x9c\xe8\xd6\x6a\x37\xc8\x1c\xeb\xd1\xf0\x41\xf0\xb1\x07\x6f\x86\xf6\x1e\xd5\xec\x81\x2f\x47\x45\x6b\x20\x56\xb8\x19\x0f\x52\xc7\xe6\xee\xc7\x18\x4d\x11\x51\x87\x29\x4f\xbe\x7d\xec\x05\x6f\x56\xf2\xf6\x31\x2b\x09\x36\xe0\x19\xa0\x1c\x85\x88\x73\x00\xe2\x82\xf8\xe4\x8c\x04\x34\x3c\x88\x26\xe7\xf5\x82\x1d\xdb\x47\xea\x50\x45\x1d\x5e\xc9\x8a\x08\x31\x1e\xd9\x18\x08\x26\x9c\xd9\x23\xe9\xe3\xd9\xb7\xa1\x52\xde\x80\xfa\x01\xb1\xeb\x08\x72\x83\xd4\xb1\x1a\x04\xbc\x25\xbb\xed\x8f\xdd\x09\xed\x6c\x52\xe6\x5b\x12\x9f\x18\xe1\x3f\x70\xfb\xec\xcd\x6b\xee\x38\x57\xca\x6c\xf9\x0e\x7e\xba\x1d\x83\x14\x2c\x48\x6a\x13\x63\x0a\x9c\x75\x30\x6b\x4a\x45\x53\xd8\x80\xc7\xdb\xe2\x14\x3d\xb8\x9b\x3b\x86\xdd\x10\xc0\xb9\x26\xa7\xc0\xf9\xde\xfb\xe9\x44\x23\xf2\x49\x31\x73\xd3\x78\x05\x95\x2e\x96\xac\x52\xb5\x57\x8d\x97\xed\x40\x9c\x2a\xa9\xb8\xae\x48\xd3\xdf\x25\x04\x33\xae\x38\x67\x78\x95\x34\x57\x79\x41\x78\xd1\xd7\x31\x5e\x11\xec\x26\xc6\x21\x74\xad\x29\xfb\xe6\x70\x39\x00\xc7\xd0\xb5\x15\x8d\x97\x31\x48\x5e\x2f\x63\xd8\xdf\x1a\xc2\xbd\xca\x27\x19\xfb\x65\xe3\xde\x33\xae\x8a\x76\xee\xeb\x07\x59\xdd\xfb\xce\xf1\x6e\x19\x73\xd0\xf0\x63\x76\xc9\xfd\x5e\xb3\xe9\xb0\x25\x30\x09\x44\x27\x21\xd3\xc5\x70\x76\xae\x94\x6a\x26\xb2\x3a\xcd\x50\x0b\x2d\x9c\xc1\x5b\xac\x30\x0e\x9c\x01\x5b\xa9\xcd\x92\x96\x56\x0c\x9f\x41\x4b\xee\xa0\x8c\xa9\x94\xc9\x3d\x4d\x4b\x0b\x15\x9e\x41\xab\x6e\xa7\xec\x9d\x71\x60\xef\x0c\x98\x50\xf7\x07\x4e\xb4\x8d\x22\x83\x75\xeb\x20\x83\x09\x1d\x82\x0f\x39\xe3\xcb\x19\xcd\x4e\xc0\xfa\x3a\x4d\x46\xdb\xbf\x54\x52\xbd\x07\xab\xea\xb0\x3b\x4d\x5b\x2b\x6e\xbd\xed\xbe\xc3\x52\x4f\xf3\xd3\x42\xb1\x5e\xcd\x5e\x0c\xc6\x3f\xa3\x17\x19\x8a\x9f\x68\x0e\x3d\x7f\x31\xcb\xac\xa0\x11\x38\x6d\x34\xfe\x99\xb0\xe6\x41\x51\xa7\x06\x20\xa7\x2f\x61\xcd\x4b\x96\xb1\xa4\xb2\x29\x9e\xe4\x9b\xad\xfb\x5b\x6f\x63\xce\x7e\x8c\xd9\x0e\x06\x77\x66\x04\x40\x3f\x36\x58\x9a\x95\x79\x66\xac\xa7\xd5\x32\xd6\x53\x3b\x23\x25\x9b\xc7\x23\xce\xec\xcd\xf7\xc1\x1f\x84\x8e\x81\x66\x6c\x8d\xc5\x4a\x40\x87\x1b\xee\x24\x43\xad\x14\x7e\x12\x1a\x5d\x05\x28\x23\x22\x15\xdb\xc1\xbe\x88\x24\x71\x12\x02\x6d\xe4\xfb\x49\x08\x74\x47\x0f\xe4\xf2\xfa\xc6\xed\x90\xe5\x2c\x02\x47\x9b\x06\xde\x78\x18\xf3\x2c\xa2\xce\x1f\xb0\xed\x4a\xa3\x64\xa8\xed\xec\xfd\x67\x11\x75\x8c\xb2\x78\x2f\x2a\x82\xcb\x89\x00\x57\x77\xcf\x58\x42\xb3\x3d\x03\x69\xb5\x51\x13\x27\x58\x1f\x94\x26\x1b\xc5\x52\x2f\x26\x3c\x37\xef\x9c\x55\x2f\xc7\x73\x11\x28\xf1\x25\xcb\xfa\x17\x9d\x84\x2a\x82\x19\x02\xc1\xd4\x5d\x1c\x55\xf1\xeb\x7b\x33\x3c\x58\xf6\x3a\x0f\x89\xb7\x3a\xfd\xb6\xea\x10\x00\x89\x20\xeb\x3c\x82\x0f\x8c\x41\xf2\x24\x53\x4d\xdf\x60\x78\x71\x9d\x0b\x90\x44\xb6\x5d\x64\xec\x5b\xfd\x50\x70\x4e\xd2\xd3\x28\xa3\x9d\x0d\x53\xa0\x58\x32\xc9\x9b\x31\x27\x67\x3b\xf9\xc1\x32\xa6\x47\xa9\xad\x61\x23\x75\x40\xc6\x64\x3b\xd1\xcd\xcb\xd5\xaa\x1f\xbc\xf4\x00\x18\x7d\x2f\x4d\xba\xeb\x9a\x95\xad\x45\x62\x5b\x8f\x00\x9e\x9d\x80\x62\x67\x82\x60\x9b\xa2\x70\x73\x76\x2f\x14\x1f\x7e\x01\x50\x52\x4d\x17\x28\x00\x31\xe6\xda\x35\xd3\x5d\x1a\xe0\x86\x38\x6b\xfd\x96\x27\x96\x21\xe5\xb6\x93\x0c\x73\x75\xd8\xf5\x92\x0c\x93\x16\xcd\x93\x38\x6b\x1d\x97\x27\x49\x6d\x3d\xe0\x76\x1a\x67\xed\x94\x0e\x4f\xdc\x8b\x82\xe1\x2a\x06\x7f\xc3\x7c\x47\x2e\x1a\xa2\xae\x35\x25\x9d\xe3\xa2\x07\x40\x1a\x82\xca\x70\x86\xf8\xb3\x0e\x36\x66\xa7\x71\x00\xb6\xf3\x6e\x46\x00\x0f\x5b\x9d\xa7\x57\x79\xcb\x71\x88\xcd\xce\xe9\x4b\x7d\xd4\x7b\xfc\x86\xea\xdf\x79\x3a\x12\xcb\xd8\xa3\x25\x73\xa2\xb5\xb5\x4d\x9e\x27\x36\x68\x51\x78\x7a\x1d\xaf\x40\x9a\x2c\x60\x53\xe4\x29\x25\xf8\x05\xd0\xbb\x22\x4f\xa1\xe7\xbd\x59\xee\x5c\x3c\x97\x16\x4f\x1a\x22\x42\x7b\x8f\x83\x08\x6d\x23\x2b\xb8\x65\xd0\xdb\x94\xcb\x79\x61\x77\x65\x5b\x3e\xc9\xb1\xab\x58\x7b\x5e\x64\x0f\x93\x32\xc9\xb1\xab\x7f\xf1\xbc\xb0\x10\x3b\x32\xf2\xed\xea\x5d\x3f\x2f\x2c\xc4\xce\xe3\x85\x25\x5b\x5a\xbc\xb0\xcc\x36\xeb\x60\x20\x76\x05\x12\xd9\x6d\xa4\xc1\x79\x0b\x3f\x75\x6e\xac\xda\xc8\x15\xe7\x0d\xfc\xae\x33\x93\xe4\x29\x18\x9e\x44\x76\xeb\x75\x3c\x6f\x81\xb6\x6c\xca\x33\x80\x30\xca\x5b\x04\x19\xe5\xdd\x7c\x0f\xd0\x92\x00\x81\xdc\x86\x1c\x9c\xb7\x40\xdb\x0e\x56\x6d\x69\xcf\x0b\x7b\xb5\xbf\x9d\xb7\xbe\x6d\x0c\xcd\x5e\xc9\x38\x54\x2e\x4f\xd3\xe2\x19\xff\x74\x12\xa8\xad\x4f\xe8\x7c\x88\x2c\x41\x42\x39\x9f\x86\x36\xca\x80\x1e\xa2\x4c\x90\x4a\x4e\xc2\xb4\xfb\xae\xb3\xe0\xd3\x7f\x79\x12\xa6\xad\xc4\x75\x2e\x91\x71\xe8\x22\x3b\x09\x19\xea\xbb\x1d\x8c\x38\xc1\xbe\xb0\xd1\x22\xf5\x9c\x04\x0d\x29\x4a\x9e\x4b\x7c\xcc\x06\x15\x9e\x44\x6c\x2b\x4a\x9e\x13\x13\xed\xae\xef\xc5\xd1\x52\xc5\x74\x00\x20\x69\x32\x00\x45\x23\xd2\xf0\x2a\x4a\x9d\x53\x35\xdb\xfa\x00\x2d\x2b\x9a\x02\x6d\xa3\x00\xbd\xbf\x15\x68\xbf\xd5\xf2\x04\x40\x46\x75\xab\x89\x9e\x58\xb7\xb2\x16\xbb\x93\x44\xbc\x5a\x10\x4e\x52\x15\x1d\xba\x72\x4e\x13\xf1\x2a\x63\x99\x88\x57\xdb\xc2\xf9\x7a\x85\xce\xfe\xc4\x7b\xbb\x1c\x36\x52\xe3\xa1\xda\x73\xee\xc8\x24\xb7\x27\x73\xf4\xca\xfa\x4c\xcb\xab\xaf\xed\xc4\x11\x59\x34\x3b\x9f\xdb\x3e\xc6\xbc\x5c\x87\xc6\x5a\x26\xe0\x3a\xbc\x41\x8f\x41\x5e\xe6\xe2\x55\x43\xba\x0e\xcd\xcb\xa0\xeb\x3a\x04\x2d\xda\x40\xa7\x4f\xbf\xd7\xa4\x9c\x29\x0b\x4b\xa5\x8c\xd1\x1b\x13\xe3\x75\xec\x5c\x2c\xf6\x21\x28\x4c\x9b\x17\x7e\x06\x5d\x4e\x97\xb7\x94\x9b\x7d\xf5\xda\x59\x7a\x59\xaa\x57\x30\xf5\x4f\xf6\x17\xaf\x9a\x14\xae\xa0\x4d\x17\xae\x7b\xed\xbc\xbc\x5f\xb3\x3b\xef\x16\x0d\xdc\x13\x56\xae\x9d\xb5\x17\xc9\xe7\xda\x51\x52\x10\xd2\x15\xc8\xf1\xc8\xf2\xbf\x82\x41\xaf\xd9\x4f\x5e\xf3\x03\xd1\x6d\xdc\x83\xa0\x5a\x34\x0d\x07\x6c\xe8\x22\x28\x3c\x68\x8e\xbd\x96\x24\x59\x4c\x2f\x77\x99\xcf\xd7\xa3\x75\x97\xf9\x7c\x3d\x59\x75\x21\x56\x06\x4d\x9f\x57\xd4\x30\x9d\x7d\x20\xb9\x6f\xf5\x13\x2f\xdd\x4d\x76\x79\xfb\x89\xc0\x3c\x1a\x90\xed\x7f\xfa\x0b\x30\x93\x21\x21\x18\xdf\x74\x25\x83\x4a\xa9\x85\x21\x2e\x68\x1a\xbe\x88\x24\xd7\x36\x76\x25\xed\xcf\x7e\xb0\xe3\x43\x79\x58\xe2\x64\xa9\xa2\x22\x7b\xb5\xab\xa0\x70\xc9\x61\x65\xab\xbb\xb4\xd0\x99\xce\xf1\xca\x3b\xf0\xd2\x5f\xd0\xef\x3c\x6c\x75\xe5\x9d\x36\x8e\xd1\x13\xf0\x9d\x34\x61\x5e\x84\x54\x65\x4f\x92\x5c\xd9\xec\xc2\xc9\x87\x7d\x31\x10\x78\xcd\x72\x35\xd6\xd3\x85\xd9\xce\x2f\x96\x98\xd8\xa4\xf8\x25\x24\xca\x70\x2e\x6f\x85\x82\xb9\x5d\xf8\x02\x3d\x93\x76\x15\x6d\x45\xd6\xf1\x96\x69\x5a\x31\x56\x4a\xd2\xad\x5e\xea\x0c\x9e\x8d\x9b\x82\x41\x5f\xe6\x2f\x40\x4f\xbe\x88\xa1\xda\xf7\x01\x5c\xdf\xd2\x0b\xd2\x6a\xd5\x41\xe4\x0f\xe8\x31\xc3\x96\x08\x05\xd9\x5f\x1b\xf9\x5f\xed\x0e\x29\x05\xb3\x07\x77\xd9\xc6\x3d\xb0\x86\xf3\x3b\xf8\x5e\x01\x9e\x86\x5a\xe2\xbd\xe5\x6d\x1e\x65\x6c\x7a\x05\xa3\x3f\x28\x99\x38\xe8\x25\xe5\x8d\xbe\x7f\xc0\x4f\xc4\x16\x7b\x35\x49\x0d\x50\x09\xab\x0e\x1e\x26\xbc\x0c\xab\xae\xc5\x5f\x1e\x26\x9b\xc1\x2d\x69\xae\xa8\xca\x5f\x04\x55\xfb\x9a\xf4\x04\x7b\x65\xf4\x9d\xb6\x96\x6f\x91\xeb\xe4\x26\xdc\xce\xb4\xd7\x55\x5f\x9c\xdb\xd1\xe0\xe1\x73\xf0\x04\x52\x79\x28\xf9\xea\xce\x99\x55\xb0\xe9\xb9\xf6\xbb\x0e\x19\xa8\x88\x38\xaa\xae\x04\x79\x91\xbf\x49\x37\x15\x77\xf8\x56\xee\x5f\x2e\x97\x77\x2d\xa1\xcb\x79\x9d\x6f\x1f\x0e\x78\xec\x3c\x33\x94\xbb\x17\x89\x53\x1e\x5e\xe9\x4d\xd9\x0b\xd3\xed\xc0\xcb\xc6\x6d\x14\x0d\x4f\xb6\x32\xbc\xd7\xda\x46\x8d\x9d\x92\x35\x1a\x3b\xe5\xe4\x9f\xea\x32\x34\x84\xed\x4e\x87\xed\x65\x9a\x01\xd9\xea\xa9\x96\x4c\x07\x27\x51\x5e\x76\xac\x07\xaf\xd5\xf4\x25\xbb\x23\xc1\x30\x57\xa8\x97\xeb\x24\x00\xca\x71\x9f\x1c\x09\x97\x57\x5c\xa8\xca\x42\xc2\x3d\x91\xe6\x00\xbe\x2e\xa2\x8d\x64\xe4\x4b\xdc\x8a\x5e\xe7\x72\x5d\x1c\xcc\x16\xda\xcb\x1b\x83\xdd\x37\x96\xbc\x15\xcd\x8f\x77\x2d\x79\x2b\x7a\xc5\xca\x75\x11\x6b\x24\x2d\xdc\xe8\x1d\xd5\x32\x2a\x9f\x93\x45\xb0\x95\xd1\xd6\xd7\xbd\xcf\x82\xfa\x40\xb0\x91\xb3\x78\x13\x2e\xe1\xb4\x93\x70\x78\x73\xa2\x9b\x70\x1e\x57\xde\x8d\x16\x20\xf9\xdc\x68\x01\x32\x5e\xe4\x24\x43\x04\xae\x1b\xd1\x5a\x86\x7a\x23\x9c\xda\xd7\x83\xf9\x9e\xbd\xf6\x7a\x30\xdf\x4b\x91\x8f\x4a\x80\x75\x5c\x6b\xf4\x4b\x1a\x61\x63\x0c\x2f\x6e\x5d\xaf\xb5\xf8\x03\xc2\x9d\x80\x7a\xca\xcd\x43\x6b\xd7\xb3\xe3\x89\x41\xfc\x83\x7f\xdd\xa5\xb3\x44\xa0\xac\x4f\xf4\x52\x04\xf2\xbd\x22\x90\x9c\x78\xe2\xc0\x71\x65\x73\x29\x81\x26\xaa\x6b\xe2\xcc\x91\x6b\x4d\x44\xb5\xfd\x5e\x51\x8d\xbe\x90\x7a\x74\xd3\x5e\x64\x75\x32\x7e\xf2\x5a\x52\x8f\x37\xe9\x97\x6b\x49\x3d\x59\x0f\xf5\xb5\x24\x9d\xac\x5b\xf8\xd2\xa7\x67\x8a\xc5\x8b\x04\x8d\xba\x4d\x2e\xaf\x69\xf7\xa8\xdd\xf5\x1a\xf9\xef\x0f\x04\xd8\xcb\x6a\x5e\xac\xa1\x74\xcc\x89\x35\x51\xfd\xea\xa5\x82\xf9\xdf\xdb\x72\xd5\x29\x63\x1d\x81\x59\x72\x3d\x76\x34\xff\xdc\xed\xa1\x33\x6d\xfd\x5c\x95\x1d\x6d\xff\x36\xc6\x1a\xae\x73\x1b\x63\x9d\x6d\x08\x0d\x04\x4a\xbb\x0f\xbc\x87\xc9\x86\x70\x9b\x74\xbf\x35\xb9\xca\x2a\x9a\x99\x38\x5a\x5e\x84\x89\xc8\x76\x7b\xf7\xa4\x2d\x86\x3d\x5c\x9a\x0c\x9a\x87\xaa\xbf\xe8\x94\x00\x06\x52\x19\xef\x3a\x30\x0b\x84\x97\x3b\xec\x2c\x14\xd6\x57\x1f\xee\x7e\x80\x4a\xc1\xf2\xb8\xa3\x31\x3a\x70\xb9\x9b\x64\x8c\x50\xfe\x6d\x92\x00\xd5\xca\x3b\xb2\xbf\x81\xa1\x68\xfa\x48\x5f\xe3\x87\x60\x09\xdd\x26\x54\xda\x6d\xca\x38\x29\xaf\xdd\xbf\x1b\xfd\x7a\x93\x7c\xd1\x20\x93\x9b\x80\x6b\x9d\x27\x77\xe2\x04\x0b\x94\x7f\x73\x33\xb2\x4d\x7a\x33\xb2\xc5\x73\x01\x60\x05\x32\xcb\x8b\xfd\x25\x29\xf4\xdd\xde\x96\x3f\x28\x6f\x8f\xf9\x2a\x93\xab\x38\xc3\x8f\xb8\xa1\xbc\x66\x67\x9a\xed\x7f\x29\x9e\x5f\x30\xb4\xdb\xe3\xf7\xdc\x87\x5b\xee\x6c\x46\x59\x76\x93\x9b\x94\x46\x06\x7a\xdc\xc4\x5e\x6b\x56\xbb\x91\x1f\x8c\xe1\xb8\xcb\x01\x41\xf1\xbe\x04\xca\xa0\xb7\xc8\x71\x58\x5a\x37\xe2\x43\x1c\xfe\x20\xdf\x63\xd4\x18\x99\x22\xdc\xfb\xe6\x86\xe5\xb0\xeb\x60\x94\x11\xa7\xc5\x2b\x60\x91\x38\xee\xca\xd6\x8d\xa6\x7c\x57\xd7\x2e\x1f\x54\xd7\x2e\x50\xd4\x2d\x5e\xd3\xea\x92\x1a\x8a\x39\x58\xef\x25\x1c\x14\xa5\x09\x2f\x69\x4f\x5a\x18\x6e\x6e\x7b\x34\xe8\xe5\x26\x7f\x22\xf2\xc0\x6d\x54\x35\x6f\xf1\xf2\x79\x08\xe8\x26\x6d\x91\x87\x7b\x6e\x52\x12\x0d\xc3\x20\x6e\xbc\x78\x02\xad\xe7\x4e\x7a\xd7\x5d\x67\x93\xdd\x25\x87\xfe\x79\x73\xf7\x72\x2c\xfe\x20\xa5\x31\x48\xae\x49\x34\xed\xc6\x4d\xf6\x44\x0f\x4c\xde\x9d\x50\x78\x3b\x76\xeb\x76\x5c\xa4\x12\x32\x49\xc9\xbd\xdd\x71\x2c\x09\x77\x6b\x64\x84\x9b\xdd\xda\x6c\x2a\x37\x2e\x38\x6d\xaa\x37\x3b\xb7\x19\x3b\x6e\x36\xe5\xae\x54\x7c\x9b\x55\x51\x67\xd6\xed\xa5\xed\x0a\x34\x37\xf1\xcd\x26\x9e\xbc\x3d\xcf\x64\x22\x98\x7b\xbc\xfc\x40\x19\xbf\x9b\x07\x95\x6e\xac\x28\x5a\x5e\x6f\xfc\x6e\x45\xfe\xb3\xf6\xee\x5a\x24\xa3\x53\x2a\x66\x3c\xc4\x3d\x1b\x04\x7e\xe3\x77\x2b\xae\x46\xfc\x6e\x45\xca\x61\xef\x36\xea\xe2\xe6\x80\xbb\x56\xaa\x7b\xed\xe3\xb5\x48\x82\x58\x4f\xb4\x15\xdd\x27\xfe\x20\x58\xe9\x7d\x3a\x00\xf0\x42\x8a\x20\x93\xa2\xde\x27\xac\x8b\x5d\x98\xcb\xf5\x77\x92\xcb\xfb\x12\x7e\xcb\x88\xad\xce\x81\x0e\x37\x76\xf6\x1b\x87\x5b\x41\xb0\xf3\x2e\x7e\x8d\x33\xb7\xfe\x36\x89\xc8\x83\xee\xde\x31\x71\xef\x64\xc7\x2e\xa8\x5b\x33\x9d\x0b\xf7\xc6\xf5\xe1\x94\xe3\x03\xd3\x60\x7a\xe3\x03\xd3\x06\x7d\x93\x70\x51\xfb\xf2\x7d\xe3\xf8\x70\xf8\xdc\x9e\xa8\xa1\xf2\xbe\x5d\xb1\x80\x8d\xdb\x4b\x23\xf7\x8d\xdb\x4b\x83\xdd\xfd\xe8\x59\xe2\xdb\x9d\x0f\xd9\x86\xf0\x7b\xe9\x21\xbf\xd9\x87\x87\x3b\xe9\x8d\xb3\x4b\x6b\xf6\xfd\x08\x1d\xc8\x78\x14\xa6\x7c\x2f\x21\x31\x82\x47\xe8\x6c\x48\xe8\x6c\x07\x88\x5c\x7f\x8f\x10\x31\x9a\xb9\x05\x37\x1f\x10\x7f\x5c\x46\x73\xb3\x29\x5a\x22\x47\x4f\xfc\x3a\x95\xdc\x3d\x95\xd6\x6c\xed\x81\xf3\x30\x3e\x62\xa3\xa3\x73\xed\xd9\x26\x13\xe1\xdf\xdc\x13\x60\xea\xbf\xdb\x64\x3e\x12\xd9\xcb\xc6\x19\xac\x83\xd6\xac\xd1\xf8\x5e\x1b\x73\x34\x0d\xe0\xfd\x22\x5d\x4a\x65\xaf\xd3\xc5\xd4\xbd\x8b\x9f\x25\x29\xfd\xbd\x80\xc2\x3a\xb7\xb2\x9e\x95\x04\xcf\xde\xf0\x0a\x41\x5a\x0f\x81\xcf\x89\x65\xf5\x90\xfe\xc7\x8c\x80\x8f\xa1\xca\x60\xed\xd9\xbb\xb7\xef\x31\xbe\x13\xc1\xf1\x18\x86\x0c\xbb\x79\x0c\x43\x6e\xd6\x27\x63\x4d\xb1\x7d\x8c\xef\xac\xed\x27\x18\xd9\x84\x2c\xf2\xe0\x8e\xaa\xb0\x83\x87\x4c\x3d\xbd\x5b\x46\x7e\x44\x46\x7b\x82\xb7\x18\x40\x41\x4f\x10\x22\x5b\x02\x22\x36\xed\x87\x18\xe6\x5a\xf7\xd7\x08\x14\x70\x9f\x87\x0c\x3e\x9d\x9d\xe7\xc1\x1d\xa5\xb0\xf7\x98\x60\xb9\x59\x5f\xcd\xcd\x46\x01\x15\x37\xd5\xc3\x35\x89\xbd\x59\x46\xd4\x65\x3f\x7c\x22\xde\x0d\x7c\x5f\x4f\x14\x52\xd0\x12\xf1\x0c\xa0\x8c\x3f\xa4\x01\xf2\x62\x90\x27\x0a\x28\x68\x89\x38\x37\x9a\xf5\x85\xd3\x76\xcc\x44\x21\xd0\x11\x80\xba\xe5\xd7\x74\x70\xd4\x4a\x42\x04\x14\xc4\xe6\xe8\x2a\x7f\x12\x86\xe3\xee\x7b\x0c\xde\x22\x9b\xb0\x65\x6d\x97\x4f\xc2\x4c\x6c\xcf\x86\x2d\xc3\x53\x1f\xbd\x56\x8e\xde\xb0\x65\xd4\xe7\xc7\xb0\x65\x5c\x07\x4f\x42\xf8\xdc\xfd\x22\xa2\x75\xeb\x23\x93\x8b\x09\xa4\x87\x36\x1c\x8e\x21\xcc\x52\x45\x46\x7c\x41\x7c\x78\x32\x40\x3b\x1d\x59\xa0\x01\x28\x03\xb4\x14\xc5\xf9\x72\x45\x8c\xc7\xc3\x5c\xde\x3c\xf4\x64\x0c\xda\x88\xc9\x4f\x56\x57\x97\x44\xb2\xa0\x82\xec\x8c\xc9\x15\xf6\xf9\x64\x54\x09\x27\x90\x88\x67\xe3\xd2\x9e\x8c\xfa\xe0\xe4\x14\xd4\x07\xb6\xf2\xa7\x08\x1d\x1d\x14\xa1\xa3\x9d\x22\xea\x40\xcb\xbe\x67\x08\x36\xf4\x78\x39\x82\x71\x3a\x4f\x11\x0a\x5b\xc2\xe2\xa3\x07\xfa\x29\x5e\xa5\xc1\x40\x2b\xc9\x23\xa4\x41\xc3\x93\xe1\xfa\x8f\x21\xc9\xb0\xcc\xa7\x62\x59\x76\xe9\x18\x9e\xec\x12\xe4\xc6\x03\x93\xa3\x3c\xd5\xa1\xd1\x71\x25\xe4\x0e\x76\xfe\x54\x52\x58\x48\x15\xc4\x17\x75\xc3\x4b\x1e\xa3\x93\x77\x59\x20\xbe\xbc\x95\xe1\x31\x8f\xb3\x52\xc6\xa3\xf9\x01\x79\xfc\xf9\x26\x95\xd8\x1c\x16\x65\x98\xf4\x43\xb8\xb2\xce\xbb\x07\x5b\x44\x37\x30\xe8\x21\x5e\xb9\xef\x0f\xb0\xce\x8a\x9c\x86\x75\xd6\xd5\x4d\xbc\xb2\x7b\xcb\xd3\xd5\xa7\xa8\x4f\xa8\x91\x5e\xc3\x87\x58\x23\x23\x1b\x9e\xae\x0e\x05\x72\xfa\x3e\x61\x09\x96\x89\x49\xd6\xc3\xf7\x74\x94\x2b\x76\xc1\x87\x98\xe4\xbe\xcb\x40\xbd\x3f\x16\x6a\xbf\xd5\x23\x22\x75\x90\xee\xc7\x1d\xee\xe9\x1e\xc5\x71\x9c\x43\x43\xac\x70\x0c\x0d\xb1\x0e\x68\xc9\x3e\xd9\x30\xdf\x67\x68\x94\x15\x90\xb1\xa5\x46\x7a\x1c\x9a\x88\x05\x17\x49\xe8\xd0\x88\xf1\x0c\xe3\x79\x1d\xed\x92\x84\xb2\xb1\xbd\x0f\x92\xd0\xa1\x19\xe3\x19\xdb\x2e\xcb\x2f\x3b\x02\x59\xac\xef\x08\x64\xe7\xe9\xdc\x60\x82\xc6\x6d\xbd\x90\x11\x9d\x5a\x5f\xd9\xec\x1f\x63\x8c\x0c\x83\x7d\x4e\xad\xad\xd2\xe2\xa9\xb5\x55\x62\x3c\x3d\x00\xef\x38\x4f\xe3\x7e\x25\xdf\xd3\xb8\x5f\xf9\xe3\xa9\xed\x55\xa2\x3d\xd5\x43\xe5\xf1\x97\xb6\x57\x97\xc2\xa5\xed\xd5\xa5\x7a\x19\x06\x2c\x67\xbf\x34\x20\xcb\x4a\x88\x49\xf6\x76\xf7\xf2\x10\x93\x5c\xbd\xd7\xe4\xb9\x34\xbe\x4a\x9d\x97\x62\xb8\x3f\xec\x23\xfc\x00\x7d\x69\x1d\xb3\x7c\x53\x06\xb0\xeb\xa1\xcc\x90\xef\x1d\x89\x07\xf8\xf7\x36\x6c\xfb\x40\xb0\xa7\xe7\xd9\x1f\x6c\x1c\x71\x63\x93\xa3\xdf\x2a\x0a\x8f\xc7\xbd\x95\xef\x9f\xfb\x41\x09\xf0\x8b\xd7\x1f\xe8\xe5\x31\xc4\x4f\x0e\xb1\xc4\x9f\xa2\x3e\xf1\x3c\x99\x32\x60\x3d\x9e\x3b\x77\x05\x2f\x51\xa8\x6c\x7e\x8f\x49\xa2\x56\xf9\xe5\x63\x80\xaf\x44\xb2\x84\x1e\x73\xed\x3c\xc4\xf7\x64\x7b\x5b\x0b\x4b\x7c\x20\xfd\x68\x0a\x79\x88\xf4\x31\x8b\xdf\x43\x12\x6a\xaf\x4c\x7b\x26\x1b\x9c\xe8\x98\x5a\x48\x29\xae\x9d\x42\x2a\x9d\x6b\xa3\x10\x11\x4b\x6a\xd2\xf5\xf3\x78\xb6\x5b\x94\x92\xb3\xd0\x8c\xb9\x0f\x17\x1e\xea\x64\x7c\x38\xdd\x65\xf7\x08\x36\xfb\x40\xef\x83\x07\x45\x37\xd3\xc3\x61\x6e\x05\x9e\x87\xfc\x37\xfa\xfa\x1e\x82\x68\xa4\xd2\x97\xc8\x54\x80\x99\x87\x2a\x52\xa4\x8c\xf2\x3e\x28\x0e\x53\xa4\x5b\x47\xcd\xa6\x53\x36\xe8\xa8\x7c\x79\x88\x6b\x1e\xea\x3d\x95\x32\x26\x4b\x28\x61\x06\x2d\xe7\xbc\x0f\x5e\x77\xcd\x66\x3a\x97\xb0\x52\x0b\xf2\xdc\x44\x58\xd1\x6d\x3d\x71\x76\xe8\x4b\x9f\x04\x01\x17\x28\x75\x22\xab\xe8\x8b\x9d\xa4\x81\x36\x54\x71\x6a\x78\x70\x48\xf8\x35\xf4\x29\xcf\xa0\x2e\x6c\xc7\x48\x03\x48\x70\x93\x23\xde\x46\x83\x4c\x72\x3a\x1b\x02\x31\xf1\x56\xe8\x4f\x9b\x88\x1b\x09\x39\x79\x46\x45\x44\xeb\x20\x22\x06\xdb\x41\x2a\x0c\xd6\x9f\xe6\x9e\xe7\x03\x13\x07\xb2\xc7\x4c\x12\x07\x76\xa4\x81\x69\xcc\x8b\x08\x27\x59\xa0\x9a\xfd\x34\x59\x20\x24\x37\x93\x53\x68\x59\x71\x06\xa4\x64\xb7\x5b\xbe\x55\x18\x18\xbe\xdf\x09\xe1\x81\x2e\x63\xae\x83\x6b\xce\x8c\xb9\x4e\x80\x96\x64\x90\xf4\x0d\x4f\x8d\x0f\x26\xf8\x9a\x6e\xfa\xa2\x22\xe3\x67\xad\x7e\x80\x9f\xb5\x5b\xc6\xcf\x2a\x8a\x3c\xe6\x54\xed\x00\x4b\x8e\x73\xcc\x71\x26\x55\x89\x59\xd8\x5c\xd8\x8c\x66\xc1\x24\x9f\xac\xc3\x7e\xc2\x2e\x30\xd7\x36\x9f\xf5\x4b\xcd\xb2\xf9\xb6\x95\xf4\xed\xed\x5f\xb6\x0a\x6b\x53\x2f\x1c\x9d\x5a\x75\xf3\x6d\xb0\x54\xc3\xfa\x01\x3d\x74\x62\x78\xf0\x10\xc9\xac\xf8\x4d\x77\x1d\xfd\x67\x88\x9b\xb3\xba\x85\xb0\x9b\x4d\xce\x76\x07\x13\x0a\xce\x25\x1c\x14\xf3\xb4\xcd\x2a\x39\x8b\xd8\xba\x99\x31\xd3\x68\xf8\xb1\xbb\xd6\xe4\x4c\xb7\xb4\xda\x30\xf6\x03\xb9\x87\x95\x80\xbb\x69\xb4\xa2\x33\xcf\x2a\x01\x69\x93\x98\xad\xad\x7c\x02\x70\xf8\x24\xa4\xf1\x25\x06\xb4\xfd\x21\xc6\x26\x86\xe2\x8d\x0f\xe2\x81\xec\x7f\x8a\xb8\x13\xd7\x84\x8b\x80\x68\x63\x19\xff\xf4\xea\x07\x17\x56\xdf\xee\x6f\xda\xc1\x1f\xa1\x69\x77\xf6\xed\xcd\xa1\xaf\xee\xee\x60\x25\x6c\x1f\xd2\x84\xb6\x0f\x69\xc5\xf0\x63\x11\xa5\xed\x43\x9a\xe0\xfc\xb7\xc7\x00\xa7\xb6\x0f\x51\xae\xdb\x02\x26\x39\xbf\x9d\x3f\xa2\x33\xbd\x10\x12\x91\x46\x0e\xaf\xbd\x9c\xba\x1e\xe4\x41\x9e\xe7\x96\xb3\xe8\x7a\xb0\xb7\x53\x39\xcd\x32\x51\x8c\x4e\x10\xd6\x0b\x6d\x54\xf3\x74\x81\x03\x85\xa7\xb6\x1d\x19\x9e\x87\x1e\xbe\xb4\xc1\xcd\xb5\xdf\x47\x13\x8c\xcf\x53\xae\x60\x63\x27\x65\x80\x3a\xe5\x0a\x8c\x02\x27\x44\x72\x10\x27\x1c\x22\x0a\xe0\xe4\x3d\x00\x5e\x72\x20\xd0\x7a\x79\x03\x09\xed\x5c\x32\x0b\xbe\xc5\x09\xa1\xe6\x3b\x71\x42\xa8\x5f\x4f\x8e\x82\x7b\x37\xcd\x34\xfb\x70\x72\xad\x5d\x28\x8e\x88\x5f\xf3\x46\x7f\x41\xe2\x99\x37\x12\xb2\x18\x30\x0e\x43\x4c\x1a\x87\x21\x36\x6e\x8e\x17\x0a\x84\x71\x18\x72\xac\x9b\xd0\x1d\x76\xcb\x69\x1c\x86\x58\x25\xa1\x9e\x9b\xd7\xdc\x49\x86\x87\x1f\x23\x95\x4a\x61\x5e\xe9\x64\xe8\xc5\x7c\x10\x45\xa5\x30\xd2\xe8\x69\x2e\x99\x0f\xab\x34\x5b\xe6\x00\x9a\x74\x6b\x74\x06\x9b\xf3\x34\x3a\x23\xfb\x1e\x61\x9a\x9d\x7a\x72\x81\xa1\xa6\x96\x69\x74\x86\x0b\xe7\x39\xe1\x08\xb6\xe9\x91\x2f\x51\x64\x78\x06\x92\xd7\xe4\x62\xc3\xbc\x81\x53\x42\xdc\x50\xc0\x68\x64\x08\x6b\xd3\xcf\x06\x27\xcc\xa9\x7c\x28\x18\x78\x27\x0c\x74\x98\x04\x68\x18\x4d\x30\xa7\x42\x97\x6b\x7c\x6e\xae\x03\x36\xa6\x72\xa3\xf8\x9b\xca\x8d\x2e\xa0\xb9\xef\x06\xb0\x97\x1b\x99\x84\x86\x5f\xc5\x0c\xd9\x19\x41\x17\xc9\xa0\xd0\xf9\xa6\xcf\x8f\xe2\x71\x81\xb9\x84\x84\x22\xd2\x08\xb3\xd0\x8d\x33\x91\x11\xbc\x42\x6b\xbe\x9a\xba\xc4\xda\xbb\xb7\x7a\x1f\x08\x3b\x15\x55\x1e\x47\x6a\xbb\x3b\x5c\xa0\x3a\x96\xa7\xb2\x84\xbd\x61\x84\x5d\xdf\xbe\xc7\xda\x86\xe0\x82\xef\x11\x61\x26\x9d\x32\x42\x28\xcc\xef\x3d\xb0\x61\x42\x27\x2f\x37\x4e\x68\xfc\x78\x8f\xae\x72\x4e\x99\xd3\x1f\xec\x1d\xef\x92\x36\xb4\x9b\xbc\x88\x13\xd9\x3b\x51\xdf\xc3\xfb\x10\xf7\x07\xd3\x5f\xec\x81\xa3\x9a\x0b\xfe\x37\x18\x49\x05\x6c\x5c\xb7\x88\xcc\xf1\x06\xf2\xab\x52\x39\x90\x7b\x93\x16\x97\xd0\x50\x3d\x37\xfc\x06\x4e\x53\xd2\x76\x90\x69\xf9\x21\x4c\xcb\xb6\x4d\x55\xac\x58\xf8\xe2\x7b\xf0\x4c\xcb\xcb\xc5\x0e\x3a\x5e\x5e\x82\x12\xfa\x7e\x8f\x11\x0d\xf4\xbf\x49\x33\x11\x7d\x91\x6c\xd8\xcc\x3d\x2f\xb1\xb1\xde\x54\xff\x7a\x38\x1a\x55\xf9\x25\xa9\xb0\xdb\xde\xbb\xe5\x04\xeb\x60\x03\x19\x7e\xab\x57\x54\x94\x27\x1d\x6d\x8e\x37\xa1\xb0\x7f\x1d\x1d\xf2\x66\x24\x4d\x27\x24\xb3\x81\x8b\xf9\xec\x32\x64\x18\xd9\xa5\xe7\xfb\x0e\x9d\x03\xa2\x59\xea\xb4\xa4\xbe\x99\xcc\x6a\xe8\xd7\x6f\x36\xb0\xc4\xe9\xcf\xa8\x0d\x22\x01\xcf\x44\x89\xbb\xbb\x89\xe0\x6e\x53\xaf\x22\x39\x4d\x95\x63\x11\xb3\x45\xd3\xbf\xb3\x72\xdf\xa2\xac\xc8\x68\x89\x6d\xd0\x34\xf5\x9a\x0e\x18\x41\xff\x2d\x18\x61\x30\x28\xbe\x45\x26\x66\x7d\x0f\x7f\xc0\xaa\xdf\x25\x60\x14\xb3\xd9\xbd\x4b\x72\x28\x8e\x99\xfb\x1b\x94\x4b\x5f\x23\x58\xcd\xac\xf2\x56\xa9\x19\xe2\xf0\x30\x53\xf0\x83\xb6\xe6\x4e\xea\xac\xd8\xa3\x1c\x3f\x81\xaa\x9e\x1d\x7a\x09\x7f\xf0\x22\xe8\xb7\x12\xbf\xdc\xad\x8f\x8c\x97\x84\x01\xd5\xdd\x99\x5b\x82\x45\x36\x8c\xe0\x6d\x4a\x35\x0c\xc0\xdc\xc1\x5e\xcb\xfc\xea\xef\x60\xf5\xbe\xf8\x3b\x3c\xa7\xfd\x92\x27\xc6\xec\x1f\xaf\x59\xe5\xd8\x3b\xde\xe6\x16\x6e\x7d\x38\x4d\xb3\x83\x7d\x81\x29\xd0\x99\x33\xc6\x89\x22\x67\x4c\x61\xc3\x7b\x9b\x4a\x84\xef\xcd\x89\x06\xaa\x91\x2a\x8a\xab\xa7\xeb\xe7\xdf\x3f\x88\x22\x7a\xeb\xce\x13\x1d\x20\x54\x18\x09\xf1\x9a\x4a\x06\xa6\xfa\x72\xa8\x49\x8d\xe8\xc5\x71\xa2\x4b\xed\x1d\xd8\x7a\xd1\x76\xde\xe1\x92\x61\xf4\x4b\x78\x88\x66\xca\x7a\x87\xcb\xc4\xf7\xd0\x41\xf7\x3d\xe2\x34\x9b\xd9\x3b\x9c\x1a\xeb\x60\x7d\x1d\xd6\x71\x3a\x80\x79\xb0\x71\x76\xfb\xc2\x8c\x29\x0d\x9d\x78\xb4\xa4\xa1\x13\x83\xab\xbc\xc5\x4b\x13\xd4\x66\x5f\x83\x48\x87\x3f\x68\x1d\xa4\x63\x0f\x27\x7b\x6d\xf2\xbb\xe4\x86\xa4\x01\xe4\x3d\x31\x40\x0d\x3f\x56\xcc\x06\x8a\x13\x31\x5b\xaa\x26\xb5\xaf\x89\xf8\xde\x13\x31\xdb\xa9\xb9\xbc\xab\xcf\x49\xbe\x34\x51\xb8\x36\x97\xb4\x90\x8d\x5b\x7b\x89\x10\x55\x23\x7c\x97\xaa\x9f\x8d\x81\x7b\x2f\x62\x01\xb3\xef\x75\x26\x3a\xa0\x6b\xaf\x59\x30\xb3\x8f\x25\x3b\x6d\xea\xfa\x02\x75\xe9\xe5\x94\xbd\x71\xae\x28\x6a\xa0\x79\xef\x2d\xd1\x01\xd6\x8d\x4b\xdb\xf7\xd9\x15\x4c\x53\x37\xd9\x2f\x2d\x72\xd1\x95\x0b\x8f\xfb\x0a\xcc\xf7\xf6\x22\x49\x78\xc8\xe2\xc5\x15\xa2\x79\xf1\xc5\x15\x62\xce\x9a\xf7\xe1\xa4\xd8\xd7\xb7\x6c\xbd\x0f\x2e\x36\xa9\xf2\x71\x9d\xd0\xf9\x83\x3c\x2e\x95\x11\xb9\xe0\x32\x79\x5c\x32\x56\x67\x77\x96\x17\x23\x57\xc8\x17\x1e\xe3\xce\x77\x33\xde\xce\x6f\x33\xae\x12\xdf\xe3\xb1\xd8\x4c\x82\xd3\xc8\x7b\x89\x79\x2f\xb2\x6b\x8f\xbb\xaa\x3c\xf8\xf1\x72\x3a\xc8\xd3\x9b\x2f\xf6\x03\x6f\xfa\x7a\x27\xeb\xd6\x39\x31\x27\x9c\x54\xac\xdd\x40\xa6\xc2\xc1\x9f\xb8\xdb\x47\xe5\x16\xd2\x89\xab\x51\x44\x22\x44\x78\xe0\xe4\x7d\xed\x17\xd8\x38\xde\xe3\xa1\x94\x17\xe3\x82\x26\xee\x97\x23\x3d\x71\xd7\x07\x11\xae\x2a\x0e\xf1\x78\xa0\xe5\xe5\x2a\x49\x0f\xba\xbc\xaf\x88\xb0\xce\x6b\x0e\xc5\xef\xbe\xaf\xc7\xe1\x7d\xf8\x89\x32\xda\x7a\xb6\x8c\x1b\x70\x11\x4e\x3d\xdc\xee\xd7\x42\xaa\x07\xe7\x8e\x49\x46\x5c\x0f\xce\x1d\x97\xc5\x20\xeb\xc1\x6e\xcf\x56\x51\x8f\xc3\xf6\xeb\x2a\x13\xc2\x40\xf6\xff\x7a\x84\xc0\xb7\x81\x32\xc4\x18\xe9\x4b\x29\x20\xd3\x17\x21\x0c\xd8\xa2\xeb\xa1\xb5\xa1\xd3\x97\xd6\x86\x6e\x1d\xac\x0d\xc9\x76\x80\x39\xda\x97\x30\xdb\xa6\x67\xe5\x6d\x47\x98\x33\xe5\xc7\x9c\x4e\x94\x21\x88\x44\xd9\x5b\x9a\x23\x38\xd9\x67\x73\x68\x27\xaa\x38\xd2\x7e\x74\xc7\x69\xfe\x80\xc6\x62\x07\x9a\x24\x04\x22\xe2\xc7\xdc\x0d\x35\xd3\x77\x53\x86\x9d\x8a\xc4\xb8\xe3\xee\x29\xa3\x41\x75\x06\x13\x05\xda\x76\x00\x3a\x59\x47\x5e\x6f\x3b\x02\x3d\x28\x8b\x68\xda\xe4\x66\xa9\xda\x9c\x8d\x04\xd4\xce\x46\x02\xbb\x09\x2c\x92\xb8\xae\x44\x3e\x4e\x52\x93\x65\x6f\x9e\x67\x60\xc4\x54\xe0\xc2\xa9\xc7\xbe\xb5\x32\xd3\x10\x07\x9e\xbb\xa3\xc9\x81\x7d\xd5\x32\x3a\x9d\xa3\x21\x6d\x5d\x17\xa5\x59\x0c\x01\x1d\x87\xa2\xbb\x90\xe2\xf4\xe8\x4e\x13\xf1\x16\xdd\x69\x25\x81\x5d\x17\x13\x46\x51\xe0\x0a\xaf\x87\x91\x13\xce\x87\x91\x13\x8e\xc0\xc8\x89\x5d\xf6\x92\xf0\xca\x07\x1e\x97\x76\x68\x88\x24\x5d\x62\x37\x72\x42\xa2\x2e\x78\x17\xbb\x75\x08\x0c\x73\xfe\xb8\xf6\x19\x43\x4d\x3d\x0a\x1a\xad\x04\xc8\xc9\x9b\xf4\xa5\x26\x5a\x8f\xa2\x48\x09\xca\x0a\x7e\x59\x27\x14\xd9\xa5\x3b\x0f\xdc\x64\x10\x9d\x1f\x2f\xb1\x74\x85\x54\x00\x94\x48\xb8\x7b\x8a\xc0\x80\x7a\x6c\x31\x06\x0c\x10\xc6\xd9\xa5\x7e\x44\x9a\xb8\xdb\x44\x47\x70\xfe\x39\x7b\xd3\xa5\x5a\x2c\x24\x5d\x42\xaa\x68\xba\xfb\x5b\xe0\x1c\x96\x5f\xde\xd3\xbe\x6e\x15\x91\x84\xd9\xa4\xbb\x92\x39\x91\x9d\x87\x73\xdb\xf4\x0c\x89\xbe\xb6\x25\x7d\x1f\x08\xac\x13\xec\x8e\x44\x1d\x00\xa9\x4b\x31\xd4\xe9\x48\xd4\x91\xae\x3b\x6e\x61\x5b\xed\x0c\x5f\x46\xd0\x15\x1b\x40\x45\x67\xf8\xae\xa9\x8e\x72\x1f\x00\xa9\x23\x36\x0c\x86\xdf\xf1\x84\x0e\xdf\xdf\xb4\x69\x5f\x0e\x59\x18\x50\xee\x45\xfb\xf0\x76\x51\xcb\x91\x36\xe9\x6b\x08\x8f\xe5\x42\x7d\xda\x1f\x78\xa9\x65\x5e\x43\x78\x80\x79\xe0\x48\x17\xd5\x88\x2e\x49\xa6\xc6\x45\x9a\x49\x9a\x1a\xd0\x4e\x64\x5c\xb8\x39\x2a\x46\x9c\x7a\x0c\xf1\xce\xc0\x94\x63\x06\x1f\x9f\x02\xe4\x7b\xcc\x94\xce\x93\x32\x4d\x72\xad\x9d\x26\x7f\x29\x0c\xf3\x34\x5d\x52\x05\xee\x13\xd1\x6a\x00\xdf\x75\x70\x9d\x29\x7d\x63\xc4\x18\x07\x1f\x70\xa0\x25\xc8\xec\xaf\x7d\xa5\x07\x1f\x13\x62\x59\x45\x24\xd6\x0d\xae\x21\xad\xc7\x92\x57\x52\x90\x8b\x2e\x79\xc5\xc4\xb7\xf5\x20\xc2\x12\x75\xb4\x1e\x4b\x76\xe9\x7b\xd5\x92\x00\x6f\xec\x6f\x2f\xea\xf8\xfe\xa6\x6c\xc7\x0f\x7d\xf9\x2d\x66\xd4\x21\x70\x5c\xd6\x28\xbd\x13\x9d\x39\x9c\xf0\x7b\xe9\xb2\x45\xbc\x20\xc1\x0c\x59\xd0\x12\x61\x3a\x41\x2b\xf5\x30\x20\xd3\x76\x08\xc8\x44\xa5\xa8\x07\x01\x99\x68\xca\xf5\xb8\xb9\x59\x52\x98\x6f\xfc\x9a\xbb\x3e\x30\xbb\xf8\x49\x90\x57\x87\x7d\xdd\xb4\xcf\x58\xb8\x7c\x73\x6c\x18\x26\xef\x85\xd3\x7b\x63\x81\x81\xdb\x08\x82\xc4\xf2\x88\x43\xea\x1b\x77\x39\x64\xb4\x8f\x88\xf3\x03\xee\xb7\x14\xd0\xe7\xe4\x3d\x00\x3d\x5c\x30\x2a\xd0\x8f\x88\x03\xb8\x07\x20\x0e\xa8\xd7\x1c\x7a\x9b\x53\x90\x43\xaf\xf9\xc3\xc4\x18\x9d\xe9\x79\x0a\x11\x1f\xcf\x08\xd4\x96\x93\x19\xbb\xbe\x0a\xdb\xad\x87\xd7\x75\x3a\x0e\x6e\x84\xaa\x2e\x1e\x2c\x26\x85\x60\xfa\x7a\x60\x31\x31\x11\x71\x3d\x0c\x38\x49\x92\xf4\x54\x13\xb6\xda\x0b\x64\x05\x88\x5f\x20\x2b\xa0\xe1\x15\x32\xd0\xf0\x72\xca\x4a\xfc\xbf\x18\xca\x0a\x10\x93\x3f\xaf\x88\x12\xae\x24\xc0\x95\x5c\x8f\x17\x43\x59\xb3\x4e\xa7\x8e\x65\x74\x4c\x61\x7d\x31\x94\x6d\x18\x38\xe3\x56\x98\x23\xae\xea\x2c\xd2\x1b\x92\x52\x8d\x2e\x80\x97\x09\x96\xc8\x96\xd8\xd4\xd1\xb2\x6a\x38\x1c\x40\xa7\xcc\x31\xab\x61\x39\x51\xbf\x52\x86\x28\xe1\x72\xe1\x00\x68\xe6\x34\x70\x3b\x01\x21\xec\x35\x1c\x66\x49\xa4\xe7\xc0\x55\x05\x1c\x96\xa8\x81\xab\x0a\x70\xa4\xd7\xb0\x64\x31\x73\x7a\xd6\xb0\x64\xb1\x8e\x10\x5b\x03\xb6\x17\x93\x59\xd7\x40\x6a\xde\xba\x2b\x61\x70\x2e\xbe\xc7\x63\x0e\x8f\x0c\x4b\x18\xeb\xe8\x83\x35\x60\x86\x91\x79\x84\x20\xd4\x40\x1a\x5c\x4a\x7c\x1b\x70\x48\x64\xeb\x54\xde\x03\x75\x10\xbd\xf4\x15\xbc\xfe\x30\xf8\x03\x79\xce\x86\x0d\x91\x60\x0c\x34\x86\x80\xb1\x23\x5b\x7e\xf8\xd8\xfa\x02\xb7\xd0\x1b\x90\xc0\xf4\x5a\x2c\x25\x80\x00\xa1\x0a\xd8\x11\x7f\x09\x42\x48\x58\x22\x55\xe2\xd8\x48\x0d\x24\xfe\xed\x0e\x81\xcc\xbf\xc8\xc0\x35\x44\x4c\xa0\x6c\xf9\x81\xd4\xbf\xdd\x89\x8a\xb8\x45\x9a\xf5\xd1\xd7\x10\x36\x42\xf2\xd4\x94\x1f\x27\x82\x07\x90\x54\x02\xf1\x25\x55\x5c\x24\x6c\xb2\x6c\xeb\x21\x09\x04\x0d\x25\x8e\x68\x21\x2e\x05\x4e\x3c\xb7\xb1\x1f\x26\x95\x2c\x13\x49\x2d\x22\xb5\xe7\x20\x46\x85\x8c\xb9\xd5\x21\x9b\xfe\x97\xcc\xe6\x35\x78\xb5\x37\x4b\x34\x64\x2c\xc3\xcd\xf7\x40\xd1\xfd\x40\x4f\x0d\x90\x66\x49\x87\x11\x64\xbc\x36\xc5\x3a\x37\xed\x30\xcc\x2c\x85\x58\x47\xe0\xac\x23\x2a\xe8\x8b\x04\x34\x05\x37\x4d\x0d\x05\x0b\x53\xb3\xac\xe6\x0a\x2a\x0a\x9a\xab\xa8\x28\xc4\x73\x0b\x74\x71\xbd\xb3\x5a\x42\xc1\x5e\x28\x0d\x16\x71\x64\x0f\x5a\x2c\xc5\x51\xc1\xba\x1b\x2d\x63\x93\xae\x80\x8a\x17\x09\x77\x48\x0d\x78\x91\x3a\x37\x05\xd4\x50\x41\x98\xb8\x40\x70\xaa\xcd\x2e\x08\x30\x51\x82\x0d\xd5\x63\x6c\x12\x4f\x45\xb5\x8e\x5f\x05\x83\xd4\x50\xd1\xfe\x8b\x2d\x10\x30\x21\x05\x71\x09\x01\x6e\xa4\x1a\x08\x45\xc1\x65\x51\x03\xa9\x6e\x08\x92\xad\xa1\x9a\xdc\x58\xde\x80\x7d\x08\xbb\x43\x0d\xcd\x09\x06\x12\xc2\x52\xf0\x8f\xd4\xd0\x30\xe4\x55\x3e\xc6\x0b\x85\xc5\xb5\x06\x0f\xc7\xb8\xec\xb9\x80\x20\xcb\x3f\x1a\x73\x5d\x2c\x6f\xa3\x9e\x1d\x08\xa9\x3f\x10\x2b\x1f\xfd\xf8\x71\x2e\x7c\x00\x54\x44\xba\x60\xe0\x09\x5b\x7d\xe8\xea\x0c\xae\xa0\x8e\xad\x1c\x81\x25\x74\x23\x3e\x5c\x72\x5d\x1b\x89\x83\xe8\x76\x5e\x7c\xd0\xa2\x08\x9a\xfa\xb6\xe0\xfb\xbd\xd6\x89\xfd\x8b\xce\x42\x67\xb6\x0b\x0a\x93\x39\x40\x14\xd2\x6b\x18\xe4\x4c\x73\x09\xee\xe0\x13\x17\xed\x0e\x3e\x91\x16\x0c\x3e\x49\xfe\x50\x4c\x79\xc0\xa8\xcc\x83\x73\x48\x18\x9e\x93\xe1\xaa\xe4\x1a\x3c\x28\x33\x76\x2f\xb8\x1c\x92\xb5\x04\xd8\x09\xf7\xb2\x4e\x32\xde\xd5\x60\x5e\x9c\x43\x12\xdd\x91\x28\x4e\xc9\x0e\x3e\x71\xc1\xee\xe0\x13\x27\xe5\x14\x32\x6b\x41\x72\xc9\xf7\xba\x10\x24\x25\x32\xde\x35\x97\xfe\x69\x50\x8c\xb8\x3f\xa1\x31\x01\x3e\x99\xc5\xe4\x07\xa2\xce\xe5\x75\x8a\x3a\x3f\xd8\x50\x51\xeb\xd2\xcf\xea\x8a\xdf\xc9\xef\xe4\x35\x5c\x76\xde\x5c\xda\x97\x88\x94\xe6\x76\x08\x8a\x6c\xce\x10\x94\xea\xae\x75\x71\xed\x05\x7a\x6d\xb8\xb6\xb8\xe2\x83\x23\x11\x7a\x43\x50\x52\xb6\x31\x83\x68\x76\x37\xdb\x21\xeb\x37\x9e\x6b\xb0\x17\x9d\xb3\x4e\x31\x11\x29\x79\xb8\x48\x6e\x23\x65\xe4\x6a\xdc\x58\x70\xb8\x90\x6f\x4f\x2c\x22\x6b\x85\x7b\xfb\x6c\x68\x78\x67\xcf\x93\x97\xdf\x1c\x0e\x70\xba\x6e\x0e\x8e\x0d\x9b\x1a\xbc\x07\xac\x5b\x52\xb5\x3e\xfe\x63\x69\xe5\xde\x94\xca\x64\xdd\x9c\xb0\x94\x08\x6e\x2f\x77\x10\x43\xfa\xc8\x9a\x6b\xd4\xe3\xc9\xcd\x85\x4c\x8a\xbc\x78\xc8\x24\x1f\x6f\xb7\x70\xa5\x3c\xba\x46\xdd\xda\x1f\xad\x72\x72\x0b\x8c\x4f\xf1\x70\x26\x30\x3e\x85\xea\xa6\xcc\x35\x04\x55\x4d\x27\x2c\xd1\xac\x24\x51\xe4\x95\x04\x55\x66\xa0\xf7\xaa\xca\x6d\x96\x28\x56\x36\x7d\xcd\x1d\x31\xe4\x27\xdd\x5a\x00\x33\xbd\x6a\xa3\x7d\xa9\xbe\x86\xe9\x3d\x1c\xf2\x38\xac\x58\xf1\x70\xdc\xaf\x51\x44\xb2\x0e\xec\x55\xf1\x10\x09\x4b\x6c\x2b\x0a\x94\x81\x23\x37\x5b\x7e\xe0\xc8\x8d\x62\x79\x58\xe2\x59\x51\x54\x0e\x4b\x3c\x2b\x55\x1e\x82\x9f\x2b\x6e\x2e\xbe\xe4\xb3\x52\x5d\x92\xaf\xa9\x04\x5d\x46\xaf\x27\x0f\x6c\xe9\xd1\xdf\x26\x50\x93\x1f\xfc\xda\x63\x7f\x0b\xbe\xb8\x04\xb4\xa2\x61\x21\x72\x94\x27\x25\x96\x54\x44\xe2\x4a\xe2\x3b\x7a\x6f\x67\xa0\xa8\xb5\xb3\x52\x5e\x02\x17\xab\x31\x72\x65\x3a\xa4\x12\xb9\x27\x1d\x8a\x8b\x41\x6b\x9d\xaf\xf1\x49\xc0\xea\xa2\xb1\x32\xd9\xb2\xd6\x2b\xeb\x6b\xbd\x02\x32\xd2\xc9\x38\xad\x11\xf9\x47\x91\x27\x46\xe5\x02\xbe\x8d\x84\x4e\xb2\x08\x63\xe4\x80\xbe\xed\x44\x44\x01\xdb\xe1\x26\x27\x8d\x1c\x11\xe9\x47\xf3\x4a\x8c\x6e\xbc\x96\xd9\x78\xc5\x42\x34\xc5\xfa\x7e\xd8\x3c\x39\xf3\x00\x63\x81\x91\xc6\xc4\x51\x2a\x24\xb8\x98\x5c\x8a\x40\x91\x24\x46\x7a\x4b\x9c\x1d\xb6\x37\x9c\x60\xd0\x58\x4c\x5e\x40\x3c\x6c\x47\x59\x60\xff\x82\x51\xd2\xa1\x71\xed\x38\x17\xb5\xd5\x98\xb6\xe1\x80\x32\xb6\x2c\x3f\xce\x9b\x3b\x50\x26\xe9\x3b\x5c\x2f\x2e\xe9\xa7\x6d\x20\x32\x0e\xff\x6c\x1d\x34\x29\x56\x5a\xcc\x08\xce\x6c\x36\x31\x23\x38\x47\xdf\x73\xfd\xaa\xc5\x5b\x83\x37\x83\xcf\xc0\xc3\x18\xb9\x15\x13\x61\x24\x16\x63\x33\x78\x4d\xd8\x6c\xb2\xc8\xed\x82\xc0\x5e\x3c\xbe\x4f\x71\x91\x0e\xf1\x3c\x35\x16\x1c\x96\xc9\xf7\x9e\xde\xa7\xc8\x71\x96\xdd\x36\xc7\x59\x58\xe3\x91\x8b\xca\x09\x0d\xa9\x91\x8b\xca\x09\xff\xa9\x91\x83\xbe\xc1\x91\x7a\x34\x87\xd6\xab\x16\x72\x00\xe0\x9c\x6f\x90\x4a\xb1\x15\x05\x69\x0a\xfb\x50\x55\x6a\x8f\xde\x94\x34\xac\x34\x59\xb2\x80\x56\x65\x41\x34\xca\x3d\x08\x44\xf8\xd7\xc8\x89\x9d\x28\xe6\x31\xfe\xa4\x5d\x07\x4e\x8c\x8e\x13\x71\x67\x11\x8b\x5f\x23\x07\x78\x83\x33\x48\x6a\xbe\xb8\xeb\xe0\xc2\x42\xe9\x8a\xdc\x34\xce\xd9\xa5\x1a\x49\xce\x17\x85\x07\x6f\x56\xd8\xfd\x62\x22\x47\xf5\x89\x5e\x90\x84\xe2\x10\xf5\x66\x59\x9f\x9b\xc6\x83\x14\xd2\x85\xf3\x2b\xef\x69\x8d\x9e\xf3\x25\xd6\xa5\xc6\x8e\x61\xdd\x65\xeb\xcd\x49\x2e\x31\x0f\x15\x71\x72\x60\xfd\x2c\x67\xa3\xec\x90\x18\x9e\x41\x36\x0e\xa9\x3b\x3c\x1b\x65\xf7\x73\x78\x06\xd6\xd8\xa8\xd7\x64\x26\xa9\x6c\xc8\x2e\x19\xab\x89\xfd\x1c\x2b\xd2\x0d\x07\xbe\x16\x86\xe8\x80\xf1\x21\xdc\x70\xca\x70\x8d\x12\x48\xad\x0f\x87\x97\x01\xec\xbb\x94\x00\xce\xe3\xbd\x87\xcb\xed\xf4\xac\x3b\x6c\x34\x62\x25\xaa\x1a\xdb\x22\xd2\x88\x9a\x64\x3c\xb1\x9c\xcb\x27\x3c\xf4\x53\xac\x43\x28\xa1\x64\x62\x42\xbe\xfd\xad\x0b\xd7\x6f\x31\x42\x23\x93\x45\x0e\xfd\x14\x19\xa7\x87\x7e\x90\x69\xa2\x5e\xb0\xe0\x7b\x6c\xd0\xf0\xf8\x78\xc9\x23\xe9\x17\xc9\x43\xf5\x3a\x7a\x00\x88\x4d\x21\x5e\xb8\xee\xe5\x8b\xe6\xd8\x13\x5d\x97\x81\x07\xc0\xe0\xe5\x96\x87\xef\x4d\x35\x65\x9b\xc2\xe6\xb7\x92\x0f\xf5\x91\x32\x8c\x23\xaf\x11\x5f\x58\x96\x56\x6f\x4d\x20\x42\x7d\x8b\x3b\xa0\x46\xe2\xf0\xaa\xf5\x1a\x6f\x73\xfc\xd0\x2c\xd7\x7d\x6b\x5e\x88\x5e\xaa\x20\xb9\xdc\x82\xca\x70\x6e\x51\x6a\x6f\xa2\x94\xe1\xdf\x06\x4c\x58\x36\x8f\x99\x75\x38\xa5\xe7\x04\x7a\xc0\xc8\x76\x10\x3d\x34\x77\xc4\x47\x07\x0a\x80\x3e\xde\x4d\xe3\x7b\x01\x95\x47\x20\x84\xa8\x9c\xc7\xc7\xfc\x52\xcc\xdf\x63\x26\x30\x3a\x7e\x04\xc8\xf7\xb7\x57\xb6\x50\x46\x8f\xc9\x8e\x6c\x1f\x24\x92\x81\x91\x59\x57\x33\x62\xe4\x52\xc9\xee\x4c\x71\xdf\x51\x97\xc8\xa7\x97\xdc\x83\x8a\xb9\x6f\xbc\x59\xe5\x25\x38\x54\xad\x6a\x11\xb9\xa1\x3b\x04\x6e\x4b\x48\xf2\xcd\x17\x8b\x38\xf2\x64\x24\x3f\x49\x97\xba\x4c\x69\xe7\x0c\x92\xd2\x4e\x0b\x54\x34\xb6\xd6\x59\xe6\xa0\x90\x96\xb7\x48\x9c\xad\x56\xc7\x88\x2f\x4c\x73\x67\xc4\x17\xa6\xc5\x32\xbe\x8e\xd8\xbe\x84\xdf\xf6\xa7\xf7\x8b\x50\xc6\x32\xcb\x4e\x9e\xf0\x91\x69\x9c\x4b\x87\xf0\xfb\x1e\x23\x45\xf1\x3d\x2e\x07\xa8\x34\x1d\x5e\x82\xd3\x29\x73\x00\x0b\xfc\x24\xa2\x77\x39\xbd\x55\x13\x3e\x35\xcd\xd5\x09\x9f\x1a\x99\xbe\x6b\x32\x97\xef\x97\x97\x44\xd7\x74\x68\xbe\xb7\x93\x97\x06\x68\x98\x3b\x11\xc8\x4c\x51\x53\xf0\xc2\x14\x80\xe5\x38\xb0\x96\xc4\x84\x38\xc2\x41\x84\x9a\xbc\x10\x3c\x39\xa2\x08\xb4\xac\x84\x64\x3c\x2d\x58\x4a\x11\x63\x76\xb2\x8c\x31\x3b\x5b\xc7\x4b\xc3\x87\x3f\x88\x32\x20\xc2\x1b\x95\x87\xb5\xb8\x75\x60\x40\x91\xc9\x60\x1a\xe8\x22\x11\x74\xbb\x7b\xc6\x1b\x55\x35\x09\x26\x84\x0a\x4e\xf6\xd5\x84\x54\x91\xb9\xd4\xa9\x26\x42\x6b\xb8\x7e\xb0\x26\xd2\xce\xa5\x64\x0f\x18\xe1\xf7\x7b\x4c\xa6\xd9\x86\x80\x5b\x8c\x27\x1c\x01\xce\x56\x22\x92\xdb\x36\xb9\xba\x3b\xf9\x5e\xb7\x96\xb3\x95\x89\x61\x10\x20\xb2\xd1\x71\x46\xab\x26\x92\xce\x45\x47\x40\xd2\xb9\xb4\xeb\x08\x9b\x75\xf0\xcb\x40\x49\x89\xbc\xbf\x49\x64\x23\x84\x24\x61\xcb\x38\x29\xaa\xef\x81\xad\xfa\x5e\xd8\x84\x07\x94\xb2\xd2\x92\xde\x2e\x27\x93\xc4\x74\xc9\xf6\x8b\x58\xa4\x5f\x1d\x5c\x62\xbd\x88\x44\xbf\x15\x4e\xbf\x05\x4e\xdb\x2f\xce\x31\x53\xa6\xe3\x6b\xf7\xf5\x68\x8b\x03\x38\xed\x2c\xba\x4d\x12\xe9\xe1\x06\x1a\x46\xaa\x58\xd4\xa3\x95\x10\xc1\x1c\x25\x5e\xa9\xe6\x28\x09\xae\x69\x08\x32\xa9\x6a\xfa\x41\x68\x4a\x64\x81\x1b\xce\x31\xb9\x45\x54\xd1\x13\xc7\x87\x87\x1f\x90\x10\x6e\x4f\xfd\x92\x4c\xa2\xd2\x59\x5a\x92\x49\x24\xe6\xb6\xa6\x06\x40\xc9\xf7\x98\x83\x9b\xf5\x05\x0e\x20\x1a\xe6\x7e\xc9\x60\xdf\xdd\x2d\x2e\x1a\xa6\xf6\xfd\x03\x90\x4a\x4f\x4b\x34\x69\x5c\x13\x57\x53\x03\x50\x47\x89\x38\x52\xdd\x97\xd3\x92\x47\x62\xb3\x12\xde\xad\x21\xe1\x74\xc8\xdd\x9e\x97\xc4\x11\x9b\xa8\xc3\xd3\xd5\x5c\x99\x1d\xa8\x5d\x5c\x78\xb7\x46\xb2\x3e\x68\x14\x13\x78\xb7\x1a\xc2\x5e\xea\x3a\x26\x00\xce\x13\x3c\x24\x02\xaa\xa9\x63\x59\xad\x36\x04\xa4\xce\x2c\xae\x2e\xf5\xeb\xd4\xf1\x09\x48\xbd\xb8\xbd\x86\x40\x0c\x81\x06\x13\x44\xec\x34\xa7\x63\x68\xb8\x66\x30\xb8\xbd\x9a\x6b\x17\xb7\xd7\x10\x20\xa2\x77\x14\xfc\x13\xd1\x3b\x4d\xee\x30\x9c\x6f\xfa\x1d\x62\xd1\xf6\xc5\xe2\xd7\x7c\x6d\x08\xb8\x8d\x41\x0b\x12\x15\xee\x31\xce\x95\xd7\x44\x98\x4f\x73\xce\x4f\x69\x81\x0e\x4f\x0c\xc5\xc8\x7a\xe9\xc4\x5d\xe1\x74\x9e\xb8\x60\xc4\xde\xa9\x1b\x08\xa0\x4e\xb1\x0d\xe6\x4f\xb1\xed\x7b\xc8\x42\x18\x4e\xd8\x89\x33\x78\xe2\x81\x71\x40\xa7\x03\x12\x06\xe9\xd7\x3a\xc0\x2c\x32\x2e\xec\xed\x22\xec\xc2\x75\x65\xfb\x97\x17\xd3\x4b\xe4\x97\x0d\x01\xf4\x85\xbb\x41\x7a\xbc\x71\x31\x54\x3e\x40\x76\xe9\x5c\x26\x5d\xd3\x8d\x93\xc4\x45\x7b\x63\xb9\x77\x3a\x75\x82\x39\x9d\x46\x13\x23\x4b\xa6\x9b\x55\x51\xad\xdf\xa8\x43\xc7\x37\x56\x7c\x17\xfc\xad\xd6\xc4\x08\xc8\x56\x62\x58\x44\x22\x5b\x89\x82\x61\xd2\x09\x26\xb3\xbb\x89\x8d\xab\xb6\x03\xd0\x62\xe8\x56\xa1\xe5\x5b\x33\x97\x60\x7e\x49\x66\x04\x1e\x7e\x6c\xea\x92\x66\x99\x01\xb8\xc4\x1f\x9c\x24\xa2\xf1\x71\x29\xdb\x10\x40\xcb\xdd\x1f\x80\x96\xc6\x1f\xbc\x8d\xae\x64\x6e\xe4\xd6\x88\x9d\x1e\x3c\x3b\xdd\xf6\x01\xda\x85\xf9\xe0\x79\x70\xd1\x3d\xde\xb0\x2c\x56\x1e\x3c\x3b\xd2\xd9\x64\xce\x9c\x63\x9d\x66\xd8\xa2\x92\x37\x44\x72\x23\x75\x4d\x13\x42\x6b\x7e\x00\xff\x95\x0d\x4c\x46\x20\xf5\x4f\xaf\xae\x1c\x56\x5a\xca\x7a\x94\x27\x70\xba\xc8\x20\x8c\x34\xc5\x3b\xc3\x99\x0c\xa1\xf9\x1e\x17\x06\x0a\x46\x9a\x40\x27\x95\xbe\x40\x27\xe3\x7f\x39\xf2\x68\xfb\x3a\xce\x04\xe2\x95\x26\xac\x83\xe3\xac\xf9\x5e\xf4\xd2\xfe\x8b\x37\xc7\xe5\x4e\xf8\x50\xd5\xec\x95\xf0\x96\xe9\x0a\x49\x3b\x09\xf0\xfe\xe1\x96\x66\x6d\xca\x7d\x1f\x98\xb2\xfe\x2c\xa8\x3c\x7b\x5d\x01\x37\x5d\xd7\x7c\xe0\x93\x41\xd4\xcd\xc7\xb9\x10\xc0\xf2\xcd\x4b\xf6\x19\xc4\xe1\xd7\xcc\x35\xdc\x1c\x29\xaf\x59\x17\x16\x2b\x21\x63\x77\x21\x9a\xb0\x66\x5c\x58\x5a\x6c\x32\x46\x18\x15\xda\xcc\x8d\xdc\x6a\x5e\x39\x24\xea\xf0\x2d\x37\x72\x6b\x2b\xcb\xdc\xc8\xad\x92\x94\x97\xa8\x33\x54\x80\x73\x10\x1e\x60\x23\xb0\x38\xee\xfa\x38\x4c\x98\xa8\x1c\x70\x92\x08\x33\x09\x51\x54\x98\xb3\x96\x1a\x64\xb7\x1c\x03\xdf\x7e\xe9\x3e\xcd\x9a\x71\x10\x64\x33\x66\x1c\x8e\x24\xd5\x1c\x2b\x0d\x77\xca\x50\x49\xb0\x0c\xb0\xc1\x0e\x4f\x00\x01\xd8\x6d\xd2\x01\xd8\x08\xb0\xbb\x3e\xc8\x0b\x02\x25\xf2\x18\x28\x8e\x2e\x4e\xd7\xd7\xcc\xd5\x96\x9c\x9c\xaf\xd9\x0b\x0f\x76\x43\xa6\x5a\x41\x98\xcc\xe4\x5c\xd3\xca\x97\x93\x80\xd2\x50\x72\x9a\x6d\x08\x40\x91\xb8\x73\xda\xe4\x03\x74\x4b\x28\x1b\xee\x8f\x79\xc7\x3e\x3b\xe4\x64\x54\x5e\xb1\x96\xb0\xfa\x83\x48\xf6\x8b\x05\xab\x72\x6c\xc6\x4d\x16\x1d\x0f\x6e\x32\xb2\x18\xd4\x9c\x05\x95\x31\x70\x16\x4a\xe5\x20\x73\xfe\xc9\x58\x9d\xcc\xf9\xa7\x2e\x91\x2c\xb1\x69\xa8\xb8\xe4\x42\xe2\x22\x56\x5b\xe6\x9a\x27\x1d\x80\xd9\x73\x51\x0e\xdf\x73\x51\xd5\xf7\x38\xb7\xaa\xdf\x0e\xda\x01\x7e\xae\xce\xde\x32\x54\xd6\xca\xd3\xed\x0c\xff\x90\x94\x51\x04\x08\x1c\xe9\xdb\x72\x25\xe8\xdb\x82\x45\xe6\x8a\x33\xc6\xc1\x70\x37\x83\x51\x70\x19\x6f\x96\x1a\x47\xae\x78\xdb\xfe\x17\x61\x67\x72\x36\x3d\x8b\x03\xc0\x54\x26\x04\xdb\x2c\x82\xcb\x9f\x8b\x0d\x76\xfe\x21\xcc\xd3\x55\xfa\xce\xef\x0d\x77\xb3\x08\x10\x42\x68\xe5\x98\x57\x94\x59\xca\x66\x6b\x37\x24\x23\x67\xbb\x92\xa7\x01\xf7\x89\x5e\xc9\xcd\xe0\x73\xa8\xa2\xb0\xf2\x69\x51\xc9\xd3\xa0\x2c\xb7\x76\x5d\x29\xb8\x5d\x2a\x49\xb3\x71\xab\xe8\x35\xd4\x25\xb8\x46\x21\xd5\x86\x64\x54\xd5\x54\x6e\x73\xa0\x6d\xe3\x7a\xa9\x78\x4b\x69\xe3\x54\xf1\xa1\xd6\x2c\xa1\x86\x8b\xc7\xd0\x21\x78\x96\x91\x4f\x3a\x72\xa0\xaa\x0c\xfb\x41\x2a\x27\x13\x5c\x75\xa1\x1e\x0e\x2c\x56\x30\x37\xdd\xa3\x3d\xf2\x43\xef\x63\x27\xa4\x1b\x74\xb3\x8c\x05\xbc\xbb\xa3\xa4\xe6\x80\x92\xd6\xa1\xce\x25\x6c\xae\xfe\x07\xea\x5e\x87\xde\x6d\x88\xd1\x2b\x0a\xab\x50\x36\x54\x87\x9a\x16\xae\xb1\xaa\xc6\x8a\xdb\xaa\x4e\xe3\x8f\xe4\x07\xca\x33\xe8\x72\x25\x59\x93\xda\x98\x3a\x51\x9b\x72\x7f\xd6\x99\x6a\x49\x1b\xe8\x2d\xed\xd4\xa7\x5b\x39\xfc\x60\xad\x9c\x89\xfa\xaa\x66\x8b\x04\xd1\xbe\xb8\xca\x8a\x40\x29\xbe\x65\x52\xa9\xad\x82\x05\xae\xe9\x37\xed\x51\xbe\x81\xd0\xd5\xcd\xc4\x4d\x70\x90\xf5\x16\xe1\xe9\xea\x06\x5c\xd8\x83\x7a\x8b\x77\xfe\x2e\x4c\x7f\x2a\x51\xab\x8a\xac\x66\xc7\x28\xb2\x9a\xa3\xa3\xe8\xf5\xf4\xab\xc7\xe2\x3a\xaf\xa6\xd0\x3e\xa5\xbd\x8f\xab\x4b\x83\x54\x63\x71\x1b\x56\xd4\x58\x98\x50\xf7\x4a\x3e\x27\x95\x89\x15\x2d\x56\x24\x91\xc0\x77\xba\xce\x6c\xae\x0a\xcf\x53\x83\x16\x6a\x78\x74\x9f\x8f\x32\xb3\x42\x09\x15\x53\x2c\x33\x69\x93\x34\xe3\xc7\x61\xd5\x21\xcd\x50\x07\x75\xe4\x1f\xc4\xa3\x94\x50\x98\xcc\xc9\xf5\x31\x7f\x93\xe7\x38\x53\x36\x79\x38\x48\x9a\xad\x66\xab\x2e\xb2\xd9\x8b\xbb\x68\x9a\x86\x38\x6d\x26\x27\x67\xba\x52\x49\xc6\xc7\xd6\x9d\x1c\xae\xaf\x6e\x61\x02\x8c\x9d\xa1\xa1\x68\xbe\x2b\x7f\xd0\xad\x09\x9b\x0e\x31\x57\x5b\xe9\xc3\x93\x49\xf6\x26\xd5\x5c\x75\x27\x84\xfe\x81\x62\x4c\x1a\xba\xb5\x30\x17\xc4\x9d\xa7\x80\x09\xbe\x44\xe8\xcc\xb2\x5a\x63\x57\x84\xe4\x4d\x39\xe0\xab\xba\x4e\x4e\xe0\x9f\xc6\x0a\xe0\x5f\x05\x54\x76\xac\xc6\x4a\xc2\x88\xc6\xaa\x2a\x34\xa8\xff\x34\x56\x4c\x5e\x77\x2b\x72\x3f\xf4\x6a\x7e\x85\x2b\x7b\xd6\x25\xfb\x72\x4c\x7c\x57\xa4\x4a\x2f\x66\xf0\x2e\x97\xf1\xe1\xba\x0c\xc4\x27\xf4\x00\xfc\x91\x11\xcb\x45\x41\x6f\xa5\xac\xa4\x7e\xb9\xcf\xf4\x84\xb3\x96\x92\xa9\x8a\xe2\x4a\x61\x44\xfd\x14\xb9\x4a\x26\x3e\x83\x90\x4a\x80\x3f\x93\xd4\x4b\x5a\x50\x4a\xf9\xf4\xae\x9f\x92\x76\xe8\x47\x43\x2b\xa5\xb0\xb0\x1d\x8a\x84\xc3\x0f\xe5\xc0\x9c\xdb\x86\x6b\xd6\xa5\x0e\xb4\xfd\xb8\xab\xa6\xe8\xa5\xc1\x5d\x5d\x6a\xcc\x1b\xd2\xa4\x4b\x45\x71\x3b\x0c\x36\x05\x2b\xd0\x0e\xb3\xd7\x17\x7b\x36\xef\x16\xec\x7c\xc3\x4a\xfb\x52\x4d\xdd\x0e\x5c\x51\x21\xd6\xed\xd4\x59\xd6\x61\x0c\x7d\x4b\x98\xe2\xde\x4e\x33\x72\x41\x8f\x1a\xe9\xa0\xf0\xfc\xea\xed\x34\x88\x2a\xe7\xbb\x21\x51\xba\xa2\xd9\x24\xfc\x60\xfc\x53\x5d\x1f\xc3\x9f\xc6\x14\xf0\x77\x63\x0a\xc0\xe0\xb4\x53\xf5\x9e\xad\x8d\x2f\x60\x25\x8d\x25\xc3\x01\x79\x7c\x7b\x73\x36\xac\x85\x8a\x2a\xb8\x76\x65\xe4\x01\xaa\x5d\xe9\x81\x07\x5c\x57\x41\x0d\x78\x52\x36\x0c\x01\x13\xc1\x62\xbb\x28\x3d\x6a\x97\xe9\xef\x41\xe2\x86\x6d\x76\x91\x9f\x6f\x44\xb9\xf5\x6e\x6f\x3f\xc6\xab\xfd\x18\x8c\x3f\x68\x60\xfb\x71\x65\x4d\x81\x41\xbb\x32\x4a\x9a\x30\x9b\xcc\xfc\xf4\x83\x00\x45\x40\x8c\xfd\x51\xc3\xe3\xb8\x37\x62\xdd\x28\x4e\x6f\x25\x71\x12\xc0\xd0\xba\xe5\xef\x4d\x05\x96\xad\x0d\x06\x42\x91\xe4\x48\x6e\x75\x11\x55\x99\x60\x49\xed\x2f\x65\x55\xba\x4c\x4f\x5d\x1c\xb4\xb4\x15\xe5\xcf\xf6\xa3\xf0\x96\xfa\x64\x28\xd7\x14\xb3\xfd\x78\xaf\xae\xc9\x65\xab\xa6\x8c\xa2\x1f\xf5\x72\xa2\x88\xe2\xae\xfc\x5d\x7f\xc0\xe9\x1f\x48\x21\xb8\x5b\x1a\x71\xee\xd4\xda\x36\x92\x29\x48\xb6\x5b\x43\x44\xc2\x93\xb4\x21\xcb\x0a\xae\xce\xd6\x90\x42\xb8\x8a\xf8\x92\x25\xae\x10\xf2\x2e\xb8\x6a\x5b\x53\xea\xc4\x02\x35\x63\xc0\x77\x3b\xe2\x09\xd8\xad\xb4\xa9\xc4\x6c\xc8\xb1\xa9\x21\x56\x33\x3b\xb9\x77\x44\xeb\x3c\xa4\x9d\x4e\xe7\xd1\x64\x47\x9d\x37\xa9\x58\xd6\x7d\x93\x02\x45\xe7\x41\xe7\x32\x76\x1e\xcf\x4e\x3f\x33\x20\xb8\x67\xdd\x87\x85\x0d\xb6\xa3\x31\x34\xae\x65\x97\x98\x10\x44\xe4\xe3\x8a\x6f\x98\x08\x69\xa3\xda\x42\x1a\x4f\x47\x98\x08\x69\xdc\xd4\x42\x96\x42\xfc\x4e\xbb\x20\x51\x21\x64\x75\x86\xd5\x64\x75\x9c\xaa\x6a\xb7\xc3\x4d\x09\xef\x1b\x6e\xb4\xa6\x82\x8d\x64\x1c\xbd\x61\x1b\x74\x92\xfa\xa3\x37\x94\x65\x97\x86\x37\x4d\x6d\x99\x57\x51\xd3\x27\x7d\x72\x0d\x36\x24\x59\x10\xe9\x66\x16\x84\xee\xf6\xc1\x84\x85\xb6\x9f\x6d\x18\x36\xc7\x83\x3f\xdc\x1b\xba\x9a\xc8\x0b\xb8\xfa\xda\xe4\xe5\xed\x19\xfe\xf1\x56\x53\xda\xdf\x66\x92\x46\x2b\x35\x28\x85\x95\x38\xc3\x8a\x56\xdb\x34\xe9\x35\x45\x24\xb1\xd2\x0c\x65\x53\x92\x22\x3c\xcb\x88\x69\xd9\xdb\xe4\x7d\xc9\x4d\xd5\x6e\x9f\x0b\xf4\x7f\xf3\x5c\x90\x72\x63\xec\x73\x92\x06\xae\x37\x64\x4b\x59\x1f\x7f\x29\x8b\x61\x7e\x1b\xca\x2a\xb0\x6c\x8a\x1a\x82\xd7\x5b\x43\xb9\xa6\xc9\x62\x53\x9a\x24\x31\x25\x1d\x01\x49\x57\x7b\xbb\x91\xa1\xc0\x3f\xb4\x1f\x4b\x54\xbc\x11\xdb\x93\xeb\xce\xbc\x1e\xc3\x74\x7b\x15\x3c\x5e\x51\xfe\x31\x24\x32\x74\x6b\x42\x72\x5b\xa3\x3a\x73\xa5\x55\x9d\x89\x72\x8f\xe1\xd0\x1d\x4d\xa1\x48\xf9\xd3\x4a\xa4\x3d\x68\x1c\x60\xbc\xda\xc2\xf1\x0f\x86\xbe\x2d\x54\x3a\x8e\x82\x21\xf6\xe5\x9c\x48\x49\x5e\x1c\x45\x03\x6a\x09\xc1\x8f\xf7\xf9\x77\xb9\x2c\x08\x84\xa7\x65\x23\xe7\x80\x55\x6e\x86\xd5\x1b\x22\xcc\x86\x3c\xc2\xd2\xb6\x1f\x1b\x34\xf5\xa2\x68\xdb\x90\xfb\x6e\x96\x9e\xe8\xdc\xc5\xcd\x3c\x01\xde\xa5\xdb\x78\x08\xde\x72\x3b\x09\xa1\xdd\x7a\x4b\x8a\x3e\x3b\x6f\x49\xa0\xd2\x58\x27\x04\x1d\x36\xc8\x43\x8f\xa3\xd8\xe1\x1a\x22\x1b\xd2\x74\xb1\xc1\x04\x99\x5f\xaa\x37\x32\x91\x7b\x84\x88\x34\x63\x97\x46\xfe\xb7\xa5\xb1\xa5\x28\x62\x16\xe0\xa5\x8d\x67\xd8\xe9\xd5\x8e\xf6\x8c\xb8\x26\xbd\x69\x75\xe3\x4a\x7c\xaa\xe7\xad\x43\x0e\x3d\xe9\xc9\xa7\x7a\x9e\x39\xa2\x3d\x2b\xd2\x8d\xcf\xd4\x6f\x96\x45\x06\xa0\x21\xbd\x53\x73\xfb\x3e\x8d\x21\xec\x47\x03\x28\x78\xb6\x7e\x70\x45\xb1\x70\xdd\x3c\x4e\x50\x89\x8e\xda\x8b\xa4\xcb\xbd\x13\xb3\x46\x1c\xee\x78\x94\x93\x25\xa2\xf7\x03\xcd\x69\xb1\x0e\x67\x04\x4c\xed\x87\x67\x64\x50\x46\x19\xdd\x1d\x0b\x40\x8b\xfd\x00\x68\x38\x96\x58\x3b\x29\x0b\xe8\x45\xd9\xdc\x02\x96\xc9\xa5\xc5\x0d\xd8\x75\x3d\x83\xbf\xea\xba\x9e\xc1\x47\x74\xc2\xe7\x8a\x5b\x1d\xee\x46\x81\x5d\x3f\x13\x85\x28\x37\x83\x24\x51\x1e\xee\xa8\x7f\xa0\xab\xe3\x72\xef\x78\xa1\xcf\x6c\xa0\x29\xcb\xb4\x05\xf7\xa7\x23\xe8\x58\xe6\xcc\x2e\xef\x52\x46\xc3\xb1\x4c\x39\x77\x37\x92\x2e\xfe\xdb\xbd\x93\xe3\x49\xab\xdb\xae\x63\x19\x64\xa4\xe3\x58\xa6\x9c\xb8\xe3\x58\x46\x18\x8d\xde\x75\x2c\x73\x19\x2f\xb4\x9c\x97\xbf\x7b\xb0\x1d\xe0\x87\x5b\xaa\x18\xba\x11\xf7\xdc\xa6\xa2\xa1\x0d\x34\xb7\xa3\xb3\xd3\x0e\xb5\xe3\x40\xa6\xbe\xa1\xe3\x40\xa6\xa4\xbb\xe3\x40\xa6\x5a\xa1\x17\x34\x8a\x88\xca\x7a\x01\x38\x97\x08\x07\x32\x35\x38\x1d\xcb\x1f\x55\x06\x9d\x54\x4f\xb8\x3e\xf6\xae\x72\xcd\x15\xaa\xa8\x7e\x9d\x30\x61\xfa\x4d\x42\xd6\x7b\x85\x80\x88\x44\x6a\xda\x84\xba\xea\x64\x20\xa4\xaa\xda\x9c\xbe\xbc\x87\x6b\x8d\x87\xbb\x09\xd0\x7a\x57\xd7\x16\x7f\xf2\x6e\xbd\x66\xd6\x52\xf6\x57\xed\x9b\xc3\xa8\x71\x13\xe0\x06\xf0\x22\x65\xd3\xad\xda\x7d\x37\x5e\x9e\x22\xd6\x8e\x6e\x4d\x23\x8c\x4e\x6a\x27\xd2\x7c\xf7\x4e\x6a\x27\x12\x47\xf6\x4e\x6a\x27\x02\x44\xf4\x2e\x6b\x02\x9d\xe9\x0d\xb2\xe8\xfe\x92\xda\xa9\x58\xee\xda\xc8\xc3\x8d\xf5\x8e\xfa\x86\x1b\xb6\x77\x74\x4e\xcd\x4a\x45\x54\x64\x84\x0e\x47\x25\x06\xa9\xbb\x83\x5b\xea\xa4\x76\xd2\xa8\xba\x13\xef\xd7\xdc\x72\xbd\xab\xc8\x13\x6d\x64\x66\x3c\x35\xc9\xcc\xc0\x24\xf7\xce\xb5\xed\x96\x75\xd8\xa8\x29\x18\x5e\x5d\x34\x08\xae\x73\xa1\x08\x64\x5b\xee\x64\x40\xc1\x3d\x96\x21\xb1\xf4\x08\x05\xb2\xea\x69\x25\x58\x2d\x69\x8f\xd9\x9f\xe0\x57\x3a\x29\x3f\xf5\xb6\xea\x81\xf8\x5f\x7c\x0a\x64\xe7\xd3\x7e\xd0\x59\xb8\x3d\x21\x7f\x61\x5b\x43\xf2\x38\x1d\x63\xf2\xc0\xf7\xf4\xc1\x65\x23\x31\x19\xc8\x8e\x3d\xf8\x32\x3a\x6a\xf8\x3a\x31\xf7\x74\xcd\xeb\x3f\x7e\xa6\xc8\x27\x75\x62\xeb\xe9\x3a\xd7\xc9\xf7\xad\x3b\x5e\x1f\x08\xb6\x3d\x05\x03\x79\xa7\x54\x6f\x48\x28\x20\xff\x9d\x14\x4f\xfa\xe3\x75\x59\x1e\x1e\xe5\x7d\xaa\x6c\x70\x3e\x24\xfc\xd6\x49\xac\x4f\x04\xb2\x1e\xe4\x89\x40\x56\x5a\x37\xf1\x48\xc8\xdf\x07\x65\x3b\x42\x1e\x9b\x75\x6e\x73\x6d\xd9\x29\xc2\xc0\x2c\x23\x60\x43\xca\xdb\xe5\x7f\x10\xb5\xf6\x1f\xff\x33\x65\xd4\xfa\x2d\x67\x0a\x10\x7a\xa1\xe5\xf6\x93\xd1\xdb\x57\x6c\xbf\x93\x03\x65\xd2\x69\xe0\x2c\x02\x28\x17\xf2\xf8\x62\xd4\x3c\x12\xd3\x15\x06\x89\xdd\x69\xd4\x2c\x06\xa4\x51\x33\x2c\x60\x7f\x08\xb3\xe0\x21\x4f\x87\x7a\xf8\xa3\x8e\x51\x73\xde\x5e\xfd\xc1\x06\xdb\x33\xfa\x28\x1c\x14\x5d\x33\xd5\xb7\x38\xfa\x28\x79\xcb\x8f\x1f\xf4\xc3\xa9\xe3\x78\x4f\xc8\xa6\xde\x35\x69\x3e\xf3\xe3\xf1\xc3\xe1\xb7\x1f\x76\xfc\xfa\x61\x7b\xd3\xa6\xba\x2c\xc8\x96\x4e\x32\xf1\xf4\x8e\xd8\x48\x06\xa6\xff\x38\xa1\x2a\x13\xd7\x11\x1b\x0d\x17\xdb\xb4\xdf\xa7\x94\x67\x09\x0a\x03\x6a\xa1\x7c\x66\xeb\xed\x7c\xfd\x47\x54\x72\xc2\x4a\x8e\xc8\x8c\xdb\xbb\xa9\xbe\x7f\xb8\xf1\x17\xc1\x23\x04\x9f\xe2\xd1\x9e\xe6\xcb\x3c\x20\x3a\x29\xbe\x15\xa0\xf5\xbd\xe0\x2f\x19\xf4\xc7\x29\x35\xcd\xae\x7a\x32\x4a\x88\x9d\xbb\xbc\x91\x30\xbf\xc6\xda\x07\xb0\xd7\x74\x0c\x12\x62\x44\x3c\xff\x28\x21\x99\xbb\x7d\x11\x76\x84\x3a\xa5\x64\x57\x8b\xa7\x36\x58\xfb\xe9\x43\x4a\x11\x46\x90\x7c\x2c\xbd\x63\x24\xa4\x4e\xa0\x63\x18\xd4\x44\x66\x0d\x83\x3c\xfd\x1f\xe6\x2c\x22\xed\xc7\xf3\x50\x0c\xfc\xb1\x3c\x97\x9a\xb9\xc0\x93\x4b\xbb\xdf\x38\x24\x53\x41\x19\xc3\x41\x8d\x3d\xe3\x40\xbb\xc4\x02\xc4\x8f\xcd\x99\x3e\x82\xe3\x40\x4e\x0f\x39\x0e\x6c\x89\x39\xfb\x71\xa8\x2b\xa0\x88\x19\x58\xd8\x12\xab\x2b\x6e\x87\x38\x74\x38\x68\x76\xb3\xcd\x8e\x44\xd9\x68\xed\x02\x71\xe6\xeb\x8a\x26\x04\x04\xbe\xec\xea\xc4\xa2\x41\xa8\xf1\xc0\x1a\xb2\x1b\x41\x10\x60\x3d\x39\xe3\xc7\x9f\x14\x95\x31\x71\xda\x2d\x37\x44\x60\x76\xac\x22\x2c\x2e\x49\x10\x8d\x51\x66\x29\x9e\x8a\x1f\x7f\x32\x7d\xb5\x84\x99\x83\x88\x93\xda\x03\x9e\xa4\xea\x5d\x1b\x97\xd2\x29\xcb\xc1\xa6\x33\xb4\x81\xf9\x18\xf9\x22\xa0\xae\x4d\x89\xa7\xcb\x94\xc9\xc8\x0d\xbb\x1d\x05\x32\x43\x5d\x58\x0d\x7d\x4c\xa3\xb0\xce\xc0\x88\x1a\x6a\xfa\x6b\xf7\x89\x02\xbc\x64\x02\x38\x1d\xbd\x68\x84\xcb\xe8\x70\x1d\xba\x5f\x06\xc9\x00\xce\x1c\x09\x2b\xdc\xea\x50\x9b\xf9\x51\x94\xf3\xb6\x4b\x38\x6f\x74\x21\x21\x33\x52\x9d\x76\x95\x95\xa6\x12\x1e\xec\x2a\x0c\x03\x0f\x76\xa2\x03\xf5\xf8\x31\x26\x5d\xdf\xf1\x20\xf4\x8e\x1a\xdf\xa8\xa4\xa5\xe7\xb5\x14\x38\xb3\x97\xec\x73\x53\x66\x62\x30\x12\x84\x4c\xe9\xd1\x18\x8b\x13\x1f\x04\xe4\x55\x27\x18\xf0\x17\x2a\x45\x03\xa3\x63\xa2\x15\xf5\xc0\xe8\x58\x77\xe1\xc0\xbf\x4a\xdd\x62\x34\xfb\xb7\x4f\xce\xea\x69\x7d\xde\x34\xc2\x09\x4b\xa1\xae\x30\xcc\x16\xa9\x14\x31\xba\x07\xc0\xd5\x4a\x16\xc1\x75\xe9\x5e\x24\x80\xa7\xa7\xb9\xe2\x9b\xe8\x3c\x25\x86\x7f\x80\xd3\xae\x3b\xda\xa6\xa9\x40\x31\xcc\xec\x68\xb7\x61\xd8\x76\x16\x23\xcc\xbf\xcf\x24\x30\x31\x26\x2e\x50\x0f\x33\x81\x8b\xea\x44\xcf\x69\xe3\x4f\x6d\x6b\x84\x7e\x95\x36\xe2\x08\xba\xd5\xd8\x1f\x13\xc3\xaf\x07\x82\x10\xc5\x3c\x61\x34\x9d\x69\x7d\x8e\x8a\x27\x13\xf9\x88\x36\x12\x81\xcd\xb1\x8e\xa4\x81\x59\xf1\xd4\xeb\x31\x30\x2b\xd6\x53\x35\x86\x90\x5b\xc9\x47\x10\x03\x0c\x21\x67\x80\x21\x70\xd6\x31\x85\x25\xab\x31\xcc\x77\x0b\xa0\x58\x12\x37\x69\x08\x21\xfa\x88\x3f\xd3\x83\x2c\x43\x04\x49\xee\x31\x8c\x9d\xed\xfe\x4e\x33\x5f\x03\xc4\x14\x52\x7f\xe7\xb5\x83\x1c\x28\xb0\x36\x56\x38\x15\x58\x1b\xeb\x01\x18\xba\x52\xb9\xb9\x53\xe0\x18\x8c\x2c\xe2\xc4\x98\xeb\x31\x79\xa1\x79\x08\xe5\x24\x20\xef\x31\x75\x42\xf5\x77\xf7\xdc\xfe\x31\x0b\xf6\xfc\xde\x66\x10\xf1\x70\xc2\x3d\x0c\x59\xec\xc0\xc0\xb8\x27\xed\xc2\xaa\x98\x2c\x4b\x3d\x6e\x73\x9a\x01\x06\xac\x80\x9a\xa8\x78\x14\x06\xb8\x83\x24\xf5\x9e\xee\x20\x26\xc6\x4a\x15\x02\xbd\x90\xaa\xca\x20\xc7\x80\x36\x64\x01\x1f\xa0\x9b\x44\xfc\xd8\x80\xae\x4d\x58\x20\x33\x31\x52\x45\x3c\xbc\x5e\x5c\x47\x52\x7a\x6b\xa3\x16\xc8\x4f\x34\x09\x0b\xcd\x8a\xd5\x0f\x04\xe9\xba\x35\x52\x0a\xd2\x75\x6b\xfc\x13\x4b\xe0\x00\x94\xd4\xdd\x0a\x78\x63\x09\x9c\x75\x04\xce\x32\x4f\x28\xcf\x02\x99\x0a\xb4\x9c\x0a\x32\x12\x10\x3b\xad\x07\x19\x09\x48\x49\xd5\x63\xf1\xfa\x74\xb1\xc9\x4e\x90\xd7\x01\x8c\x80\xaa\xd3\xd8\xe9\x3b\x49\x99\xe7\x9d\x0b\x67\x72\x02\xd1\x7d\xeb\xfc\x4f\x9f\xdb\xb7\x27\xe3\xa2\x4b\x6a\x32\xf0\xb1\xf3\xfc\xdb\x02\xe8\x3c\xda\x66\x2a\x10\xd5\x10\xaf\xa8\x09\x0e\x32\x15\x10\xa2\xb8\xc7\x06\x6a\xe9\x2b\x82\x16\x35\xe1\x01\xfb\xa0\x16\x39\x88\xe1\xab\xed\x5a\x28\x4e\x11\xd5\x88\xc1\xe3\x2b\x2a\x88\xc1\xa3\xbd\x5a\xbc\x66\x10\xa0\xcf\xd7\x95\xf3\x77\xb6\x55\xd4\x7c\xbd\x18\x59\xd1\x97\xad\x0c\xcb\xc0\x26\xca\xbe\x99\x98\x83\x32\x2b\xca\x5b\x29\x5e\x57\xd4\xb2\x2b\x4a\x59\x5b\x66\x8f\x90\xb6\xcc\x3c\x40\x02\x69\x8c\x66\x88\x81\x2a\x49\x6e\x33\xcc\x7a\xe0\xfa\x64\xd6\x03\xe6\xab\x2d\x73\xb3\x8e\x30\xff\x15\x2c\xa9\x87\x86\xce\xde\x77\xf8\x4d\x55\x6d\x17\x43\x4b\x67\x4f\xd1\x27\x8e\x38\xca\xab\xe0\xd5\x16\x1e\xa9\x5f\x83\x71\xe8\x9c\xc0\xf8\xe3\xf0\x4c\xe5\x47\xba\xa0\x0d\x3e\x34\x8d\xbf\x6c\x83\xb6\x55\x69\xfb\x80\x65\x09\xe5\x5f\xe3\x34\x80\x12\xb8\x38\x48\x74\x60\x64\x90\x41\xda\x6d\x5d\x48\xc6\x89\x9d\xd4\xb4\x8c\x38\x30\xac\x0f\x5b\x93\xf5\x07\xf5\x01\x84\xd4\x06\x25\x2c\x1b\x05\x6d\xda\x00\xa3\xde\x61\x47\x18\x23\x0f\x7f\x7f\x25\x87\x95\x0f\x5e\xcd\x9c\xb8\x41\xa2\x03\x52\x5c\xf6\x71\x29\x84\x60\xb4\x2b\x6f\x38\x5a\x93\xdd\x80\x74\x91\x7d\x90\xdd\xa0\xb0\x81\x43\x4e\x86\x53\x30\xc8\x68\xa0\x7b\xc7\xb8\x30\x39\x16\xa2\x0b\xb3\xde\x61\x1d\x21\x2a\x94\x89\x37\x32\x2d\x03\x10\xc7\x6f\x14\x84\x09\x02\xa1\x11\xb4\x7d\x92\x79\xbb\x80\xb0\x23\x19\x1d\x6e\x98\x81\x11\x74\x0a\x76\x06\x71\x88\x2f\xe7\x5f\x84\xc8\x5e\x59\xb0\x69\x1d\x20\x0a\xcb\x08\x3f\x9c\x99\x46\xd0\xce\xa6\xa8\x5c\x83\x15\x19\xe4\xe4\xd6\x09\x68\x20\xa8\x51\xe2\x38\x14\xd4\x0c\x7f\x47\x50\xe3\x3a\x56\xc1\xa6\x53\xe5\x34\x30\xa9\x43\xeb\x68\x97\xa2\x2a\xec\x2b\xfe\x21\xd4\x0e\x86\xd9\xb1\x98\x48\xa4\x9f\x71\xc0\xa5\x0e\xed\xa3\xc3\x5e\x05\x9b\x69\x92\xa0\x9b\xbc\x9e\x7d\xe0\xa5\x55\x12\x22\x77\x19\x88\xb4\x8f\xb6\x8e\x79\x94\xdc\xc0\x06\xd4\x6e\x08\xfa\x25\x1d\x80\x46\x6b\x4a\x91\x18\x00\x2e\xab\x6a\x05\x3e\x9a\xea\x19\x48\xf7\x20\x9a\x60\xa8\x87\x1a\x1d\xd9\x8d\xe3\x69\xa8\x0c\x85\x1b\x81\x28\xc6\xc9\x91\x04\x51\xbf\xd1\x11\x18\xa1\x8a\xc3\x1a\x2a\x8b\x91\x81\xf4\xc5\xed\x09\xac\x6a\xa1\x22\x43\x43\x65\xcf\x42\x28\x3f\x62\x2c\x62\x0c\xfb\xa2\x18\xda\x26\xbb\x46\xda\x26\x3b\xe7\xc0\x08\xd5\x95\x27\x08\x8f\x3e\xf6\x83\x20\x3c\xfa\x8f\x8d\x81\xde\x0d\x71\xc8\x18\x18\xce\xda\xa7\x66\xca\x59\x27\xef\x67\x1b\xa3\x84\x13\xbf\x06\x40\xbb\x90\xda\x2c\x43\x06\x47\x06\x0a\x74\x07\x07\x50\x8b\xce\x1a\x2d\x8b\xfe\x83\x19\x8c\x3f\xed\x7f\xc7\x60\x7a\x62\xe8\x60\x89\xb9\x9a\x86\x86\xcb\xdc\xf5\x43\xc3\x65\xb7\x77\xba\xdc\x2c\xe5\x64\x1a\xe2\x15\x71\x7c\xb4\x4a\x1b\x84\x20\x54\xcc\x3e\x08\x41\xa8\x4f\xcf\x98\xfa\xee\x78\xc6\xa6\x10\x3a\x18\x40\x88\x1a\x13\xb9\x9c\x38\x43\xbc\x1e\xfd\x99\xc7\xed\xba\xf2\xbb\x06\xc9\xee\x9b\x06\xc9\xee\xf9\x8d\x6e\x13\xba\x3c\x34\x48\xce\xb6\xe6\xfd\x80\x03\x1f\x5a\x24\x8b\x54\x5a\x24\xbb\x7c\x37\x4b\xe9\x66\x11\xc6\x58\xe7\xd3\xa1\x45\x32\x6c\xd2\xb8\x05\xd4\x4e\x05\xd4\x3e\x41\x06\x18\x85\x71\x8b\x0c\x4c\x86\xbc\x8a\x61\x3f\x0f\x40\x8b\x48\x8f\xab\x48\xdb\xc7\x03\x43\x9f\x3f\x4e\x6a\xc8\x25\x0e\x83\x01\xb9\x1b\x4a\x54\xc8\x08\xd0\x07\xe6\xcc\x4d\x89\xd3\x78\xf2\x62\xa0\x49\xfa\x5c\x09\x87\x29\x14\x55\x35\x8d\xe5\xf6\xb0\x4a\x4b\xf6\xd3\xce\x7e\x6c\xd0\x30\x4a\xc5\xc0\x5a\x59\x13\x90\x81\xb5\xb2\xc6\x98\x03\x6b\x65\xdf\x4a\x63\x61\xf9\xa0\x2d\xcc\xf8\xf1\x4a\xc5\xc7\xd2\xd0\x5c\x59\x6a\x85\xb9\xb2\x8f\x9f\x81\xb9\xb2\x06\x87\x03\x35\x93\xd1\x44\x06\xc9\x15\xb5\x32\x1d\x58\x28\x6b\x1d\x3a\xb4\x50\x76\xc9\x48\xae\xa8\x65\xe9\xd8\x8d\x47\xb4\x75\x30\xa7\x75\xdb\x7e\xac\x52\x51\xc1\x3e\x7e\x9c\x52\x51\xf1\x3e\xb0\x50\xf6\xf1\x36\xb4\x4a\x76\xf6\x9b\xc7\x38\x8f\xbd\x41\xc4\x1e\x7d\x0f\xc7\x8b\x30\x42\x8a\x8c\xbd\xb1\x8f\xba\xf1\xa2\x9d\xf6\xdc\xa2\x54\xea\xf9\x3b\xe3\x3a\x2f\x4c\x8c\x0d\x50\x32\x7e\x5c\xd0\xd0\xaa\x76\x90\x65\xd1\xe7\xcf\x78\x11\x93\x8a\xb3\xaf\xf0\xd8\xf6\xa5\x1f\xeb\x7f\xf4\x43\x99\x8c\x07\xfa\x06\x8d\x0f\xd8\x3c\x5c\x9f\x6b\x05\xcc\x9a\x1e\x4b\x8f\x3e\xd6\xca\xbd\xf8\x58\x2b\x6f\x1a\x4d\x8f\x3d\xbc\x1f\x5a\x74\x51\xed\x13\x66\xfb\x64\x83\xdd\x6c\x62\xf6\x68\x6b\x3a\x88\xd9\xa3\x2a\x78\x10\xb3\xc7\x30\x3a\xe3\xdb\x94\x7f\xeb\x30\x61\x6d\x0c\xdb\xdd\x67\xb2\x36\xf0\x74\x13\xd6\x26\x0c\x24\x33\x0f\x75\x2e\xcd\x7f\x58\x53\xe8\xdf\x3c\xdc\xd7\x49\x99\xf5\xbd\xfc\x1d\x58\xb9\x46\xe7\x81\xc6\x9f\xcb\x7f\xea\xd5\x75\x1c\xe3\x2f\xd2\x36\x71\x2b\x27\x9f\x47\x9f\xc4\xf1\xe9\xa7\x3d\x2b\x4d\xb7\x37\x30\x35\x47\x64\x27\x2e\x21\xc4\x08\x1c\x6a\x33\x0d\xe3\x03\x5d\x9d\x27\x58\x0b\xc7\x34\x09\xe9\xa3\x58\x62\x1a\xd2\x07\x32\x3a\x4f\x0f\x71\xa5\xdc\x98\x91\x6d\x39\x5e\xa7\x75\xd4\xa9\x08\x84\x12\xa5\x99\xff\xdc\xc6\x77\xb2\x39\x5a\x00\x75\x22\xf3\xb2\x2f\xfe\xb8\xc4\x2c\x5a\xe0\x69\xde\xb5\xac\x98\xda\x1f\x73\x7c\x66\x41\x9b\x0d\x93\x3f\x89\xb3\x43\x40\xcd\xdf\x83\x09\xd4\xf2\x77\xa4\xdd\x3c\x83\xa6\xe6\xc7\xdc\xc3\x13\x7e\xc8\x78\xc2\xbf\xb7\x04\x8d\x99\x45\x41\x25\xc0\x6b\x64\x6a\x7e\xec\x06\x13\x98\xe7\xca\xfa\x08\xe3\x87\xe5\x4d\xa7\xd6\x79\x8d\xae\x6b\x63\x20\x75\x9e\x5a\x1f\x8b\x43\x5a\x1f\x43\x63\x67\x05\xea\x6a\xb9\xb8\xf1\x4c\xad\x0a\x76\xa3\x0c\xd8\xd5\xb2\x31\xfb\xc3\x0f\xec\xb8\xb3\xb5\xe0\xb1\x60\x15\xf0\x84\x02\xdb\x65\xe3\xcc\xcd\xea\xda\xd1\xb6\x01\x05\xd4\x7a\x36\xd7\x8e\x7e\x1a\xa2\x49\xd1\xb8\xa1\xbc\x70\x06\xc9\xde\xc0\xad\x4f\x7c\xc1\x7c\x21\xcd\xc6\xda\xf1\x24\x98\x38\xb1\xab\x86\x9b\x18\x38\x5f\x59\x5f\x40\x01\xa2\x3d\x0c\x60\x1d\x01\x75\x00\x94\x1a\xcd\x3e\x31\xe2\x6e\xd6\x07\x68\x98\xbe\xd9\xdd\x70\x96\xb1\xe7\x51\x04\xea\xee\x3a\x02\x75\x77\x06\xcc\xcc\x60\x88\x87\x67\xa4\xbb\xfd\x36\x40\xfd\x52\x2c\x87\xf7\x0d\x20\x11\xb6\xa7\x3b\x9d\xce\x14\x3c\xec\x84\xf0\xd1\x8d\x6e\x76\xa7\xc0\xd4\xb0\x88\xd6\xfd\x6b\x12\xe1\xb9\x8b\x3a\xdd\xc3\xe6\xef\x4c\x81\x1b\x76\x86\x87\x8d\xfe\x89\xe6\xa3\x93\xea\x0c\x3d\x88\x5d\x97\xd4\x63\x35\x6b\x89\x0a\x96\x1b\x23\xd0\x2b\x86\xd2\xda\x43\x4c\x74\x5a\xdd\xf9\xab\xd3\xe2\x5a\x9c\xe4\x98\x30\x00\xc6\x24\xb4\x8f\x8e\x86\x33\xc0\x16\x09\xd4\x30\x5c\xd5\xf4\xe3\xa2\x23\xa0\xf8\x71\x71\xd3\x67\xcb\x34\xc2\xf3\xc1\x75\x30\x07\x9a\x22\xcf\xd1\xf0\x38\x23\xa8\x9e\xe4\x7f\x52\x55\x3b\xc7\x4b\x99\x9e\xd0\x4b\x29\x4c\x99\x13\xf1\xec\xdf\x9e\x5b\x73\x62\xb0\xe4\xea\x4c\xd5\x68\x76\x40\x4c\x23\x61\xff\x71\x62\x53\xf5\xf9\x9c\x18\x8b\x7b\x1a\xa6\x3a\x76\x8f\x03\x4a\x2b\x95\xc6\x73\xde\x54\xb2\x31\xd6\xe2\xdc\x3a\xf3\xc7\xa1\x55\x6d\x2f\xe7\x04\x72\xb7\x7a\x9a\x41\x46\xd2\x95\xca\x2c\xa0\x50\x99\xe5\x4e\x60\xcc\x53\x8d\x97\x30\x6f\x52\x1b\x48\xd7\x6f\x64\xce\xc5\x32\x42\x67\x0f\xd6\x8d\x41\x09\xf7\xda\xbc\x01\x3b\xdb\xaa\xfc\x72\x00\xa0\x46\x26\x34\x6f\xa1\xb6\xbe\x50\x5b\x1f\x73\x7c\xa9\x2f\x26\xd1\x6a\x5e\x26\x5a\x30\xcd\x6b\x27\x91\xa4\x75\x86\x9c\x0f\x13\xf0\x06\x78\xd4\xc6\x01\xdb\xe3\x23\xdd\x83\xf8\xb8\xee\x56\xc2\x98\x9b\x4b\x7d\x3e\x4e\x80\xb5\x26\xd8\xb4\xfa\xf9\x49\xb0\x69\x2d\x60\xe7\x23\xd0\x00\xf7\x08\xa8\x75\x04\xd4\xfe\x41\x12\x84\x51\xf3\x61\xa9\x8b\x7d\x0a\x28\x93\x41\xdd\xd5\xf3\xee\xc1\x94\x5a\x5b\xe3\xb9\x50\x23\x78\xf4\x96\x2b\x4d\x47\xcb\x95\x66\x00\xd2\x5d\x28\xe3\x99\x0b\x80\xe0\x1a\xe6\x62\x15\x45\xa2\x25\x70\xd6\x67\xef\xbd\xff\x96\xab\xe8\x58\x62\xb0\x63\x01\x9c\x14\x6c\x13\xb0\xdd\xf3\xb2\x33\xb6\xaf\x7f\x00\x10\x6c\xcf\xdc\x02\xc4\xec\xb7\xc9\xd6\xdc\x03\xe4\x60\x83\xfc\x18\x7d\x12\x67\x5a\x69\xe2\x7c\x53\x6c\xc2\x42\x22\xb3\x3a\xf4\xf1\x9f\xd8\x3e\x1f\xfa\xd7\xcf\x57\x4d\xe4\xb4\x0d\x06\x7b\x7a\xe7\x4f\x34\x63\x87\xf6\xa0\x93\xc4\xd8\x5a\xf7\x4f\x05\x57\x86\x6a\x9a\x68\xc6\x0e\x83\x30\x4c\xc4\x55\x87\x21\x75\xe6\x8b\x51\xbd\x58\x83\xef\xfd\xa1\xab\xff\x44\x30\x75\x18\x1c\x60\x7e\x42\x26\xab\xf1\x61\x3d\x2f\xc2\x7e\x42\x29\xc6\x7e\x02\xe6\xf1\xff\x12\x30\xc6\xff\x74\x4e\x90\xd9\x31\x2b\x85\xf2\xb2\x89\x45\x91\x09\x52\xfb\xfc\x04\xd3\x9d\xfb\x04\xd3\xad\xf8\x00\xd3\x5b\xec\x13\xcc\xc3\x5a\x9f\x1f\xbf\x61\xee\x43\x7d\x2f\x67\xec\x3e\xd0\xf7\x42\x0d\xee\x03\xe3\x7f\xc8\xc7\xad\x3c\x4a\x85\xdb\x7d\x08\xff\xe5\x07\x56\x91\xe0\xdc\x7d\x68\x15\x09\xa2\xdd\x87\x73\x81\xc6\xdd\x24\xb4\x38\x0c\x4a\x71\xc3\xb8\x1d\x86\x5c\xb8\x49\x6f\xa1\x33\xcd\x7d\x68\x3a\xd2\xe2\x2f\x92\x77\x6b\x92\x64\xb0\xd4\x1b\x91\xd8\x61\x78\xc5\xfb\x70\x6e\x10\xb1\xfb\x64\x3a\xe0\xd9\x7d\xba\x03\x41\xd9\x19\x40\xac\xee\x33\xf1\x84\xe6\xa7\xdb\x01\x9a\xde\x67\x6a\xac\xed\xcb\x29\x70\x34\xef\x13\xbf\x8c\xb0\xac\x56\xa6\x5a\xcb\xdd\x38\xfc\xd0\x70\x8a\x45\xbf\x4f\xa1\x3c\x04\x00\xed\x7b\x08\x18\x5e\x40\x30\x21\x37\x46\x4b\x87\x41\x40\xee\xcb\xcd\xa0\xab\x4b\xef\x0b\x60\x44\x11\x78\x68\x46\x78\x5f\x89\x3f\x8c\x71\xb9\xe6\x87\xd5\x54\x6c\x0b\x30\xd6\xd5\x53\x19\xdd\x4d\xb8\xeb\x46\xe6\x85\x7e\x1b\x9e\x48\xdf\xa6\xfb\xca\xc0\x18\x74\x5d\x34\xbd\x74\xd3\x30\x89\x6e\xd2\xf7\xbb\x54\xff\xf1\xe3\x87\x01\x1a\xb1\xdc\x45\xb5\x3e\xa3\x14\x74\xe9\xee\x4a\xb9\x29\x5b\x47\xad\xbe\x3b\x54\x54\xb2\x73\xfc\xef\x82\x73\x86\x48\x66\xd2\x70\x15\x3d\xb7\x59\xc3\x0d\xd1\x73\x57\xd7\xc8\xce\x88\x52\x74\x7a\xa3\xdc\x35\xe5\xbf\x74\x50\xd1\xfd\x73\x12\xee\xaa\x05\xa7\xb8\x0c\x67\x78\xaa\x8d\xbc\x89\xe5\x68\x58\xf2\x9b\x04\x1e\x23\x07\x99\x0e\xef\x1f\x0f\x7f\xd8\xc0\xe8\x27\x4e\xab\x0a\x17\xf4\xea\x6e\x5a\x1e\x88\x3a\x2d\xe1\xa2\x4d\x33\x64\x88\x70\xa1\x6f\xac\xc6\x16\xb8\x9b\x0b\x59\xfc\xa7\x09\x18\x50\x36\xa1\xe4\x8c\xdf\x4d\x6f\x0d\x48\xc1\xdd\x5c\x63\xcb\xae\x31\x4b\xd9\x34\x9d\x70\x23\x5a\x2e\xb2\xa3\x68\x3a\x21\xcc\xcd\x85\x2d\xb6\xc7\x2b\xc7\xad\xe8\x09\xbf\x1f\x27\x7f\xd0\x9c\xac\x61\x24\x9e\xe8\x37\x36\x4e\x43\xfd\xd0\xdd\x13\x7a\x00\xee\xc9\xf8\xd8\x5c\xe8\x9d\x31\x6c\xe3\x79\xba\x61\x5d\xac\x84\x10\xdf\xdd\x55\x16\xdd\x7a\xc2\x6f\xd7\x2c\x79\xd6\x12\x7c\xb7\xb2\xe7\x92\xb3\x31\xa1\x7b\xb6\x6b\x11\xc9\xc2\xd2\xc6\xf8\x48\xfa\x37\xdd\xd8\x64\xb7\x23\x3f\xde\xff\xfe\xd7\xb4\x27\xbe\xb5\xc2\x96\x89\xbf\x07\xce\x2a\xdc\x6e\xf7\x3f\x23\x6c\xfa\x1a\x66\x94\x76\xf9\x86\xbe\x36\x70\x4f\xf7\x20\x20\x97\xf4\x6e\x18\x1c\xae\xf9\x61\x40\x38\x18\x91\x5b\x57\x38\x99\xb2\x7b\x98\x4a\x5b\x72\x9b\xb9\xd0\xb9\xc9\x6e\xbc\xdf\x4e\x4d\xa0\xee\x61\xdc\x3a\x89\xca\xd0\xb8\x72\xfc\x4d\x17\x7f\xfc\x63\xd3\x2c\xe6\x9e\xce\x01\x3e\xe4\x36\xf6\x91\xaf\x89\x7b\xe6\x1c\x18\x69\x3a\x07\xe0\x99\xce\xa1\x5a\x2b\x2d\x9d\x01\xe1\xc7\x33\x36\x8d\x64\xee\xcc\xb6\xee\x72\x4e\x4d\x7b\x9b\xed\xf5\x10\xaa\xfe\x83\x87\xd0\xb4\x2f\x25\xbb\x52\x9c\x99\x73\x63\xa5\xa7\x5b\x20\xd2\xdf\x82\xcf\x1f\xb7\xe0\xc3\x5e\xdd\x37\xde\x4e\x12\xe2\x1f\xdf\xd8\x34\xa3\xbf\x6f\x9d\x9d\x9a\xad\x85\x5e\xcc\xbe\x85\xbe\xd9\x17\xe7\x47\x23\x82\xdb\xc8\x90\xbe\x5c\x6e\xed\xc2\x35\x92\xb9\x6f\xcc\x6d\x84\xfe\xd6\xaf\xc8\x75\x31\xa4\x92\xca\xc9\x1b\x1e\xb0\xe9\x2f\x7e\x3f\x84\x67\x13\xfa\x47\x1b\x79\x31\xe8\xf1\x38\x48\x59\x48\x22\x6a\x78\x93\xfb\xd1\x27\x64\xd8\x97\x41\xff\x86\x7d\x3d\xd4\xb2\xb9\xc3\xc3\x2c\xde\x9a\x87\xfb\xe0\xbd\x89\xd3\x68\xf0\x96\x7b\x39\x3a\x4b\xb4\x8c\x5c\x05\xa7\x76\x2f\x63\x69\xc1\xfc\xde\x44\x4d\xba\xe4\x78\xef\x25\xc3\xef\xf0\xb8\xcc\x35\x59\xac\x7b\x99\xf3\xe4\xf0\xc3\x20\x80\x62\xc2\xd2\xaf\x49\xf8\x97\x16\xdb\x2e\xec\x32\xcf\x89\x07\x68\xeb\xcb\xe4\x66\xc0\xef\x5d\xfa\x0e\xde\x3f\x7e\xaf\xc9\xd6\xdc\xaa\x3a\x55\x60\xdd\xc6\x4c\x92\x15\xba\xb7\x8e\x55\xe2\xfc\x36\xd1\x9f\x1d\x13\x37\x52\xea\xb7\x13\x16\xd6\x42\x9b\x28\x78\xaf\x3b\x6d\xa2\x44\x44\x8d\xc7\x75\x69\xbc\x5f\xe1\x72\x61\x5f\xbd\xbf\xe0\xb6\xef\x97\x98\x89\x70\x68\xf7\xab\x8f\x97\x8b\xf9\xcf\x5c\xca\x5a\xb7\x1f\xc0\x65\x64\x46\x3d\x4b\x6f\xec\xa5\xc8\xde\xdd\x6f\xa3\x34\x6a\x3b\x7a\x6b\x2f\xae\xc0\xff\xfe\xf4\xe4\xe2\x59\x7b\x7f\x72\xb5\x92\x5c\x58\xbc\x92\xeb\x9f\x01\x19\x79\xa7\xdf\x04\x64\xd4\x21\xe7\xfe\x71\x78\x29\x50\xb8\x61\xf0\x8a\xd7\xf0\x03\xeb\x56\x0e\x08\xeb\x83\x90\xad\xf8\x82\x7f\xe0\xd7\x8a\x37\xce\xf3\xe3\xd7\x9a\x8a\x94\xe7\x68\xee\xb8\x4d\xf0\xb2\x62\xf1\x1f\x78\xaf\xf4\x02\x79\x0e\x73\x4e\xb1\xe1\xcf\x69\x44\x47\x5a\x60\xb6\x5d\x44\x8b\xe7\xc7\x2b\xe5\xa1\x78\x60\x95\x8a\x5c\xe8\x03\x47\x54\x64\xc8\x9e\x33\x8f\xbe\xff\xe0\x89\xa5\x60\xef\x51\x3d\xc8\x18\x18\x40\x41\x47\x1f\x6c\x9e\xf4\xe0\x78\x7e\x9c\x4e\x57\xc8\xf6\x90\x55\x4c\x9d\xc4\x63\x58\xa4\xf9\xa7\xe4\xef\x41\x29\x58\x0f\x87\x43\x67\x05\xdd\x78\x50\x04\x56\x3b\x2e\xea\x63\x2c\xa3\x37\x80\xce\x3c\x28\x08\x2b\xb4\xf4\x31\x4a\xd2\xc8\x4a\x08\x75\x84\xb6\x28\xe4\xb5\x81\x82\x66\x26\x5a\x10\x33\xc2\x4b\x3c\x64\x36\xd7\x97\xe4\x29\x8a\x19\x2d\x2b\xf9\xb0\x0e\x02\x5f\xdb\x2a\xf7\x02\x43\x1f\xe5\x5e\x2e\x3e\x1e\xf8\xea\x1c\x1f\x45\x5d\x70\xb6\x0f\xb1\xa9\x55\xfd\x3d\xe4\x32\xd7\x16\xec\xa9\xc8\x37\x20\x21\x4f\x25\xb9\xd1\xb4\x4f\x9e\x77\xcd\x7e\xf0\x59\x6f\xd6\xf1\x79\x67\x5b\xde\x9e\xee\x6d\x85\x59\x15\x86\x86\xab\xb0\x30\x34\x5f\x3b\x70\x3f\x4f\x33\xde\x1f\xc4\xf7\x49\xb6\xa6\xda\x24\xd9\x1a\xdb\x24\xf3\xc5\x80\xcd\xdc\x09\x97\x1d\xc0\xca\xb8\x02\x2d\x93\xff\xfa\xb1\xb8\x14\x6c\x6e\x28\x45\xd7\xfe\xc7\xbc\x34\x83\x28\x3d\x3d\x69\x0f\x7f\x90\xb8\xcc\xa7\xe6\x83\x81\x76\xf1\x67\x92\xc1\x5b\xe4\xd1\x09\x10\xf0\x2d\xca\x9f\x1e\x53\x79\xb8\x4a\x5d\xd4\x61\x85\x61\x3a\xa2\xbb\x04\x81\xe4\x87\x43\xff\x98\xc8\x5c\x13\x99\x47\xa7\xb0\x84\x3a\x64\x2c\xad\x25\xf9\xb7\x8c\x0a\x96\x91\x61\x4b\xc2\x3b\xfe\x41\xd0\xe4\xc8\x64\x15\x53\x13\xf3\x68\x07\x05\x51\x79\xc8\x5b\xaa\x52\xe0\x19\x72\x3e\x22\x0f\xe9\xc6\xd4\x64\x3e\x43\x1e\x18\x18\xb0\x89\x52\x45\xf7\xe0\x2f\x66\xc4\x83\x87\x54\x1e\xf5\xf0\xf7\x89\xce\xd9\xb6\x37\x65\x06\xc6\x41\xec\xc8\xf2\x47\x99\x53\x94\x2a\x40\xfa\x21\x5e\x91\xc6\xcf\xcf\x44\x26\x0d\x23\xfb\x60\x20\xad\x75\xf5\x33\x91\x75\x67\x19\xad\x4c\xd6\xe7\xe0\x88\x3b\x53\x21\x1b\x30\x1b\xdc\x59\x0f\x90\x47\x7f\x79\xdd\x4a\x1e\x23\x3d\x8b\xce\xb7\x4f\x20\x87\xbb\xf3\xcd\xe6\x3f\x32\x9b\x52\x28\xd3\x87\xe7\x5e\xdd\x32\x7e\x76\x0c\xea\x40\x52\x9f\x27\x51\x87\xe6\xbf\xcb\xbd\xe9\x9e\xf6\x60\xd9\x24\xa5\x7e\xb8\xce\x8d\x66\xf1\x10\x30\x51\x45\xf0\xf3\x04\x4b\x46\xa7\x0f\xce\x06\xe2\xc2\xb3\x98\xaa\x65\x94\x24\x4e\xe2\xc1\xe5\x0d\x29\xfb\x43\xa0\xa1\x8e\xfc\xf1\xc9\x40\x43\xa2\xff\x72\x0e\xed\x4f\x77\xb0\x27\x8d\x97\x9d\xc8\x92\xb3\x10\xad\xb9\xcd\x8b\x7c\xc2\xb3\x54\xef\x53\x5c\x4c\xca\x32\x66\xa1\x56\xe7\xc2\x74\xae\xe4\x13\x33\x82\xf9\x83\xc1\x92\x31\x20\x9e\x8d\xbc\x58\xca\xbc\x35\x43\xa0\xe8\x72\x58\x3d\x6d\x8e\x29\x4b\xb0\xad\x73\xb3\xf6\x76\x0f\x30\x6c\x09\x97\x79\x46\xe0\x7b\xb6\x68\xcf\x32\x91\x4d\x5c\xb5\xeb\xa3\xb8\x27\x61\x78\x7f\xc7\xd9\x30\xf9\xcf\x5b\x40\x63\x2b\x49\xac\x01\xe2\xed\x94\x19\xec\x77\xab\x87\x96\xa4\xcf\x2b\xda\x03\xd0\xab\xf5\x83\xe7\xf3\x45\x13\x28\x32\x11\xe8\x47\x26\xfc\xf9\x10\x6b\x4b\xf4\x95\xb9\x28\xbe\x7f\x48\x24\xde\xbb\x0d\x10\x7e\xb9\x2a\x29\x58\x61\x72\x4b\xc1\x8a\xd6\xc5\xeb\x48\x5a\x19\x7c\x88\xe3\x70\x8d\xeb\xd0\xc6\x17\x94\x5b\x26\x07\x35\xe1\xc6\x42\xb4\xe2\xf5\xbc\x0e\xe9\x26\x44\x7b\x1d\x83\xd5\xb4\x2f\x1f\x17\xdd\x5a\xba\xd6\x4d\xff\x91\x53\x6a\x7e\xe0\x0f\xad\x51\xd9\xfa\x5d\xef\x86\x89\x5b\xa8\xb4\x20\xa1\x0b\x8d\x16\xe7\x66\xe9\x9d\x05\xc3\xb3\x08\xad\x2c\x62\x2e\x62\x19\x1a\xe2\x78\x9d\x08\x0f\x2d\x62\x0e\x0c\xaa\xad\x53\xd9\x82\xdd\x10\x72\x53\x91\xc7\xc2\x69\x4b\x35\xe3\xc2\x4f\xcb\x6d\x5f\x97\xa6\x4a\x8c\x75\xd5\x5f\x99\xdd\x5d\xd8\x05\x19\x11\x73\x5d\x9d\x3a\x2c\x2b\x0a\x2f\xad\x24\x16\xe9\xc6\x83\xdb\x60\x5d\x9e\x38\xfa\x29\x6e\x22\xc0\x99\x9f\xcb\x6b\x76\x15\xcd\x47\x61\xc5\x56\x51\x2c\x4a\xaf\x5e\xf6\x27\xc5\x74\xf2\xb6\x41\x67\xc6\xd6\xd1\x18\xc8\xa1\x8b\xd9\x34\x29\xc2\x45\x2b\x9b\x5b\x25\x89\xba\x63\x3f\xbf\xd6\xe0\xc6\x32\x47\x85\xba\xb0\x55\x0c\xdd\x45\x91\xec\xf3\x50\x84\x55\xcd\x13\x42\x11\x4d\x2f\x2b\x41\x82\x8a\x9c\x00\x9e\xe0\x46\xc6\x59\x95\xe0\xc3\x9c\xdf\x85\xbc\x22\xd3\x9f\xad\x8a\x19\x76\x36\xd6\xae\x1a\x40\x91\x50\xe4\xd2\x35\x02\x1d\x3b\x49\x52\x75\x99\x91\x65\x71\x5b\x1f\x6e\x13\xf7\xb3\x74\x7f\xb5\xa1\x13\xa0\x1f\x48\xf0\x0e\x1b\xdc\xae\x0a\x13\xe6\xe2\x3e\xdc\x70\x43\x2f\xbb\x10\xc4\xe4\x71\xa5\xbd\xc2\xaf\x3f\x79\xb7\x85\xde\x4a\x4b\x87\x45\xcc\x65\x63\x41\x2c\x62\x2e\x93\x0f\xb5\xaf\x8e\x11\x38\x2f\xd1\x85\x64\x41\x7d\xe4\xea\x18\x69\x8b\xb4\x5c\xea\xba\xf1\xac\x8e\x41\x38\x0c\xc7\xea\x18\x69\x7b\xbc\x30\x94\x4e\x33\xe1\xf5\xbb\xed\x33\xec\xe2\x32\x99\xb9\x98\x44\x8c\x66\x33\x4b\x2d\xb4\x50\xaa\x1a\x17\x29\x47\x8d\x72\xbe\x42\x87\x6d\xdb\xfa\x04\x74\x04\x98\x03\xc9\xc7\x22\xe7\xa8\x49\x2b\x16\xce\xe3\x19\x1f\x74\x85\xa0\x3a\x02\xa0\x4a\x30\x22\x63\x49\x50\xf6\x9d\x63\x9d\xcf\x28\x1e\x7c\xc8\x1e\x38\x67\xd8\x03\x6f\xda\x85\xf8\xc2\x98\x98\x0b\xee\x40\x55\xeb\x82\x3b\x30\x69\xd6\x42\x78\x21\x05\x5c\xc6\x61\x76\xdf\x88\xc3\x6c\xa0\x8e\xf5\xe3\x0e\xba\xac\xee\x1a\xae\xa3\xfd\x40\x67\xa4\x79\xc8\x30\xd4\x65\x2e\x2c\xa6\x75\x5e\x59\xc3\x25\x65\x89\xa6\x4b\xca\xc4\xa6\xcb\xc8\x7e\xcc\x02\x81\xa0\x7f\xdd\xcd\xc5\xc8\xe9\xde\x5b\x47\xd8\xfc\x9d\xfd\xf6\x10\x4d\x8d\xfe\x81\x61\x62\x94\x9f\x65\x08\xa2\xb8\x32\x71\x00\x70\x8e\x13\x62\xe4\x16\x23\x81\x48\x61\xec\x82\xfd\x68\x86\x29\x5c\xb7\x97\x84\xd3\x37\x3c\x33\x57\xd2\x32\x3c\xb3\x74\x87\xf0\xcc\x9a\xb5\xac\x9b\x87\xba\x58\x74\xcb\xb9\x39\x1f\xe2\x33\xcb\x02\xac\xcc\x52\x4a\xa7\xea\x93\xf4\xe2\x5a\x8f\x46\x9f\x56\xc2\x4a\xdc\x05\x83\xdf\xd0\x7c\x61\x61\x3d\x6d\x44\xb2\x85\xf5\xb4\xaa\xff\xa5\x29\xd0\xb0\x2d\x1b\xc5\x53\x6c\xe1\x42\xa5\xd1\xc7\xd2\xfb\x5c\x32\xa5\xcf\x94\xa7\x79\x09\x9c\x65\x80\x83\xd1\x5d\x18\x52\x6b\xe4\xb2\x30\xa4\xd6\x48\x67\x61\x48\xad\xd1\xca\xd2\x84\x08\xd6\x6d\x61\x48\xed\xdb\x6e\x2d\xe0\x74\xb1\xe1\x4b\x92\x6c\xc2\x96\x68\xa8\xb2\x56\x1a\x97\x32\xf9\x25\x70\x4c\x06\x0b\x6b\x79\xc3\x85\xaf\x95\x89\x3e\xfb\x22\x3e\xb3\x12\xa9\x05\x97\x62\xdc\xb5\x45\x7c\xe6\xa4\xf7\x24\x36\xd5\xd0\x62\x61\x62\xad\xb9\xcf\x22\xc9\xa9\x46\x17\x4b\x3d\x13\xe2\xe0\xa5\xb9\xb5\x17\x19\xec\x8b\xe6\x44\x6b\x4f\xea\x5b\x07\x33\x5f\x57\xcb\x10\xce\xd3\xfe\xc5\x03\xeb\x8b\x52\x7f\x7a\x7e\x2d\xf9\x1c\xf1\x73\xeb\xba\xe6\x4d\xf8\x1a\x8e\x84\x3f\x5e\x25\x4e\x40\xfb\x8a\x93\x40\x68\xda\xb0\x6e\x59\x4b\x03\xdb\x8a\x17\xac\xab\xb9\xc0\xba\xfd\x30\x0b\x0f\x9b\x99\xc0\xae\xfc\xe3\xe1\xb4\xd9\xd1\xa2\x6c\x25\xa7\xc1\x92\xbd\x72\x64\xd6\x17\x61\x58\xee\x1f\x8f\x74\xe9\x4a\xb3\x3e\x11\x86\x3a\x9f\x4b\x0f\xd0\x9f\xc8\xcc\x92\x61\x7f\xad\x3a\x78\x7d\x02\x04\x82\x69\x18\xad\xaf\xd3\x36\xd8\x33\x6b\xb9\x7f\xdc\x52\x78\xf1\x6c\x83\x3d\x1f\xa0\xd2\xfe\x31\x4b\xe1\xab\x64\xe3\xf6\xae\xc1\xe2\x3e\xcc\xf9\x10\xfe\xa1\x88\x85\xd3\xb6\x8f\xa0\x45\xa7\x3c\x28\x4f\xca\xbf\x77\x98\xd2\x92\x8d\xaf\x98\xd6\x9f\xfb\xc8\x5c\xe1\x94\x17\x70\x0b\x06\xcf\xc1\x53\xf0\x70\xab\xb9\xec\xf3\xa3\x4f\xc6\x22\x04\xb4\xb2\x99\x8d\xe3\xbb\x4f\xcc\x8d\xe3\xbb\x16\x88\x1b\x0b\x6c\x45\x69\x1b\xa1\x89\xea\x8a\x7d\x0a\x1b\xf0\x90\x5b\x55\xfb\xcd\x7d\x8a\x7a\xc0\x03\x6f\xa5\x8e\x76\xeb\x03\x3f\x2d\x03\x4f\x8e\x8b\x3d\x3f\x07\x78\x23\x60\xf1\x36\xde\xd7\x05\x6c\xcc\x05\x4f\xf7\x76\x70\x9f\xec\xcb\x97\x0d\x93\xbf\x72\xe5\x6c\x0d\x74\x60\xc2\x56\xf8\x02\xa9\xd9\xaa\x92\x2e\x1b\x13\xef\x25\x47\x00\xba\xcb\xf2\x62\x64\xa0\x23\x89\xaa\x46\xa0\xfb\x72\xe5\x2c\xc3\x85\x72\x68\x77\x91\x04\x31\x56\xd1\x76\xd1\xb2\xcf\x0f\x56\x51\x77\xf8\xe9\xef\xec\x3d\x24\x68\xc3\xaf\x69\xa2\xbd\x8b\xa9\x19\x81\xa1\xb8\xf3\xc0\x4c\x50\x1e\xf5\xf9\xbb\x08\x3f\x2b\xa1\x9b\x3c\xe4\x68\x9b\x25\xfe\xb4\x8c\x2d\xff\x70\x5c\x57\x94\x3e\xab\x2b\xca\x58\xa8\x9e\xe4\x7b\x36\xa9\x58\x65\x70\x76\xd5\xf6\x9f\x8b\x69\x2b\xe2\xf0\x31\xbf\x89\x00\x5d\x1d\x99\xa8\x39\xa6\xe5\xdc\x78\xa9\x7b\x9b\x6e\x38\xa8\x4c\xca\xbb\xcd\xd9\xa5\x6d\xc3\xfe\x31\x4e\x61\x3e\xac\xdd\x5c\x3b\xe0\xe8\x07\x65\xd6\x05\xd7\xf4\x2a\x86\x20\xf9\x30\x8d\xd5\x26\xbf\x69\xc9\x3a\x30\xd3\x10\xce\x4d\x7e\x53\x13\x54\xed\x0e\x74\xdc\xe3\x9b\x48\xd2\xb2\x3a\x9b\x94\xed\xe5\xfc\xd3\x87\x7f\x93\xc3\xbd\xe4\x80\x1c\x17\x17\xfc\xc7\x5c\x5d\x32\x1a\x1b\xe3\x6d\x93\x77\xed\x10\x70\xcb\x70\xe9\x52\xc5\xad\x89\x8f\xbe\xba\x3b\x78\x13\xb8\xbd\x98\x72\x2b\xd5\xdd\xc1\x41\x72\x1a\xc4\x9c\x36\x8f\xe8\x0e\x5c\x19\x44\x81\x70\x1a\x76\x7a\x53\xdf\xd1\x1e\xfa\xb1\xed\x02\x0a\x16\x1f\xb3\x6e\xa5\x9b\x1b\xb3\x6e\x5d\x6c\x77\x08\x35\xbf\x63\xd6\xad\x98\x78\xa7\x14\x86\x0b\x69\x13\x7e\xba\x66\x99\xa7\x29\xec\xe1\x1e\x3c\x2d\x3c\x6c\xc3\x7d\x60\xbd\x49\xb4\x6a\xba\xb2\x3d\x9c\x80\xf5\x9d\x00\x00\x29\x9d\x71\x19\x95\xce\x64\x7d\x27\x60\x3f\x2e\xbb\xc0\xb9\xec\xf6\x43\x2c\x03\x29\x90\x1a\x24\x1f\x7a\x7b\x3a\x03\x56\x05\x71\x8e\x89\xe0\xf6\xf4\x6d\xed\xef\xbc\xca\x44\x55\x2c\xba\x65\xc0\xf6\x64\x02\xae\x22\xcc\x58\x06\x9c\xd8\x53\x4c\xb2\x92\x98\x04\x44\x33\x23\x42\x01\x52\xba\xa0\x79\xe6\x6f\x45\xd1\xee\x3f\x91\x9f\x7d\xeb\x6e\x52\xc0\x27\xc9\xbe\x11\x43\x49\xb6\x7e\xdc\xd5\xa5\xd7\xf6\xc6\xb6\x5a\x9f\xf1\xfd\xe4\x2e\xf8\x71\xf1\x07\x0d\x7e\x0c\xd5\x48\x2a\x84\x41\x75\xd2\x42\x0c\xaa\x55\x0d\xef\x1f\x43\x95\xe6\x5a\x9b\x8c\xaa\x6a\xaf\xb7\xa1\xa2\xf5\x15\xd9\x0f\x6f\x4e\x8f\xcf\x03\x74\x6e\xa7\x29\x55\xbd\xb3\x90\xf2\xf8\x4e\xde\x84\x93\x56\x41\xb6\x1f\x20\x75\x61\x7e\x9c\xd6\x48\xf2\x41\x34\xe9\x9c\x3d\x46\xd9\x0a\x0b\x37\xd1\x7b\xd4\x7c\x6e\xd2\xa8\x2a\x13\xdd\xa4\x51\xcd\x33\x81\x4d\xf6\x91\x75\x26\xfd\xd8\x27\x70\x8a\x0a\xa4\x51\xd5\x95\x7d\xff\x98\xab\xcb\xe0\x8b\x1b\xa1\xcf\x21\x5e\x2f\x04\x7b\xe2\x3e\x26\xd9\x89\xca\x3f\x7e\xea\xd2\x6f\x7e\x6f\x16\xd4\xb3\x85\x49\x76\x6e\x1f\x26\xd9\x2a\x12\x36\x01\xa4\x0f\xe7\x88\x49\xb6\x66\xe8\x9b\x00\xd2\x87\x68\x4a\xd6\x55\x95\xe8\x7b\xe3\x13\x2e\xb9\x24\xeb\xaa\xda\xe5\xbd\x59\x5b\xd1\x77\xbb\xdb\xf6\x09\x9c\x62\x26\x71\xa2\x55\xf9\xee\x17\x38\xbd\x34\x49\xae\x9a\x97\xef\x0b\x9c\x9e\xd1\x97\xb5\x95\x00\x13\x26\x5a\x79\xf3\x26\x95\xea\xf8\x3b\xff\xea\x7e\x05\x9c\x45\xc5\xa6\x3b\xb9\x86\x57\xc0\x59\xbc\x97\xc5\xce\x8e\x59\x6c\x91\xe5\x15\x29\x04\x9c\x09\x49\x53\x5f\x09\x0a\xe5\xcf\x85\x67\x91\x3e\x26\xe4\x02\x7c\x22\x08\xe3\x92\xa5\xc3\xf8\x97\x1b\xfb\xee\x23\xdb\x8a\x2c\x96\x59\x78\xb1\xf7\x03\x59\xdc\x1c\x1c\xf0\xb5\xaa\xd8\x1f\x30\x8b\x80\x9f\x08\x62\x7d\x54\x14\x9e\x20\x6c\xba\xf3\x34\x99\x99\x43\x39\xc4\x7b\xb8\xf2\x9d\x72\x3a\x10\xfb\xc7\x6f\xb9\x15\x41\xbd\x87\xbc\x05\x38\xf2\x1e\x80\x77\xd8\x42\x25\x3c\x88\xf7\x1e\xf9\x38\xa2\xc9\xe9\x3b\xb9\xfa\x31\xfc\xa0\xda\x89\x39\x3a\xb4\xe3\x3d\x01\x1d\x1c\x78\x49\x71\xea\x2b\xfb\x3d\x01\x1d\xc1\xd8\xab\xe3\x7d\xb7\x2d\x1a\x15\x70\xe0\xbd\x30\xef\x87\xe9\x7a\xaf\x93\x32\x83\xfd\x98\xa2\xd1\xc3\x3a\x98\xfa\x73\x27\xbc\x3f\x06\xa9\xf8\x8c\x7d\x2f\xcc\xd2\x21\xe5\xef\x85\x60\xdb\xb1\x2e\x04\xdb\x61\x7d\x4c\xe8\x11\x7a\xbd\x97\xda\xf1\x1c\x58\x27\x89\x6c\x81\x4e\x08\xba\xfb\x2a\xad\x6a\x96\x81\x9a\x07\xfa\x8b\x7b\xbe\xf2\xe1\xf7\x52\x2c\x49\xaf\x4a\xb4\xe0\x6f\xdf\x82\xe9\x39\xd2\xb9\xb7\x60\x7a\xee\x6a\x15\xb6\x01\x15\xc8\x5b\x9c\x81\x75\x14\xbb\xb3\x23\xea\xab\xc2\xfa\xe8\xab\x9a\xbf\x03\x9b\xf0\xa8\x97\x42\x6a\xf5\xaa\x97\x72\x25\x90\x4e\x69\x42\xf0\x22\x9e\xd2\xb6\xe0\xad\xac\x9c\xdb\x4f\xfe\x54\x6d\xb6\xdf\x8a\x4a\xc0\x5d\xaa\x8c\x0b\xd5\x7c\xb1\xc6\xbe\xb2\xec\xb8\xc0\x59\x5d\x07\xeb\x0b\x83\xbf\x13\x23\x50\x83\xd5\xb7\xe9\x65\xe0\x2a\x36\xa1\xf0\x0f\xf6\x12\x16\xf5\x6d\xac\x04\x2f\xe9\x17\xdb\x6c\xc5\x13\x6f\x03\x22\xde\x7d\x6f\x73\x2f\x99\x41\x4b\xb1\xb5\x0d\x58\xae\x1c\x60\xea\x2f\xe4\x1f\xb8\x11\xc0\x14\xbe\x4d\x0c\x74\x64\x30\xb0\x5b\x07\x59\x7f\x13\x0a\xf7\xd2\x32\x7b\xe9\xba\x77\xd6\xd1\x35\xea\xee\x25\x7b\xd6\x99\x81\x7d\x76\xd7\x94\xb5\x20\x2c\x62\x0f\x7f\x67\x06\x61\x7d\x9c\x24\x60\x82\xdf\x8e\x13\x8a\x48\xd7\xc5\xc6\x3f\x29\xdb\xdb\x39\x5e\xbc\xd1\xde\xce\x46\x64\x99\xc5\x77\x12\x44\x16\xd2\x6c\xfb\x0d\x81\x65\x65\xd0\x82\x5d\x59\x16\xf1\x00\x24\xbc\x67\xfd\xdd\xec\x7b\x87\x7f\x78\x5e\xfc\x03\x08\x91\x44\xbc\x44\x13\xea\xbc\xd1\xdf\x48\x7e\x97\x0f\x35\x56\xde\xb4\xef\xa0\x85\x27\x78\x48\x15\x2c\x3f\x8a\x25\x81\x0f\xab\x6a\xf9\xe8\x17\xab\x6a\x99\xce\x77\x60\x56\xce\x35\xfd\x4e\x95\x2e\x80\x41\x80\x43\xb9\xab\xd7\xa0\x3e\x82\x87\x81\xb4\xdc\xf2\x6b\x50\x1f\x51\x09\xfb\x68\x19\xdc\x77\x1a\xf8\x95\x47\xda\xab\x02\x6b\x5a\x89\x78\x93\xe2\xd8\x44\x4f\xe0\xa2\x62\x2c\xad\x0c\xfb\x9d\x02\x44\x19\x5b\x69\x9d\x3e\x5f\x6c\xa5\x65\xbb\xdf\x1b\x35\xa3\xb3\xbc\x31\x30\x87\x57\x78\x31\x95\x96\x1f\x7e\x6f\xac\xdc\xa5\x0a\x84\x8d\x96\x6d\x7c\x6f\xb4\xc0\xc3\x32\x2e\x05\x62\xc9\x8d\x3d\xbe\xeb\x7e\x03\x4f\x71\x5c\xb5\x52\xf4\x89\xe9\xb3\xb1\x34\x5e\x4c\x9f\x55\x08\xbe\x0f\x8b\x25\xf5\xc7\xf2\x59\x56\xf4\x7d\xb0\x38\x1f\xb6\x4d\x35\x39\x03\x93\xb7\x3e\x89\xe2\xc3\x8a\x72\x6f\xbe\x29\xb6\x12\x3a\xec\xa0\x55\x3f\xbe\x0f\x90\x4a\x51\x1f\xed\x72\x24\xbb\x28\xd3\x12\xe9\x31\x8a\xd6\x92\xe7\xc5\x28\x5a\x56\xff\xc5\x28\x5a\x2e\xf8\x5d\x38\x91\x70\x5b\xbe\xcb\x29\x58\x76\x49\x2d\x33\x85\xd3\xb2\x53\x00\xba\xe5\x92\x32\x7d\xec\xa3\x55\xee\xbd\x8b\x25\xf5\x00\x2f\x14\xeb\x70\xd6\x2f\x76\xd3\xaa\x2c\x5e\xec\xa6\xe5\xee\x5f\x3d\xe2\x50\x11\xbd\xd8\x4d\x9f\x09\x1b\xf0\x9f\xfe\xae\xea\xc8\x32\xf0\x73\x63\xbf\x9b\x2d\x80\x6b\x78\xc9\x68\x9f\x87\x7f\xb3\x05\x5e\xa7\xa9\x8c\xb3\x2c\xfc\xc0\xfc\x63\xc5\x6a\xcb\x3a\x18\x06\x78\x36\x7e\xec\xd7\x94\xa1\x7f\x31\xb4\xe9\x86\x8b\x7a\x0d\x1e\x70\x48\xa6\xb7\x22\x39\x51\x7f\x2f\x40\xb2\x16\xda\x0b\xd3\xfa\xbc\xc6\x09\x38\xbc\x2b\xc9\x98\xe1\xb3\xfc\x7d\x9d\x28\xbb\xf9\x22\xf2\xf7\x1c\xbc\x4c\x54\x1c\xf9\xb1\x3e\x55\xcb\xc0\x97\x4c\x1a\xba\xc7\xbc\x3f\x76\xa7\x6a\x15\xfa\xfe\x58\x9c\xaa\xca\xff\xfd\xb0\xa6\xf7\x1c\x7c\xe8\x9c\xe6\x9f\x76\x70\xef\x8f\xff\x49\x3f\x83\xf7\x1b\x74\x60\x19\x33\x72\x51\x4f\x8d\x9e\x36\x0e\xef\xa7\xfa\x1d\x68\x35\xa2\x56\xfc\xf4\x7e\x6a\x2e\x04\xeb\x05\x2c\xd6\xf9\x73\x1a\xbf\xf2\x97\x9a\x3e\x36\xe3\xc3\x84\x5a\x2b\xcc\x0f\x13\x6a\x23\x48\x7d\x07\xde\x02\x59\xa7\x4a\xe7\x6c\xcd\x04\xa7\x0d\x3a\x0d\x2a\x65\xfc\x1d\xa6\x75\x86\x20\x59\x89\x49\x84\x7f\x60\xcb\x01\xea\x7e\x86\x39\x92\x9d\xff\xd2\x42\xfa\xf4\x9f\x6d\xf3\xc2\x07\x9b\x31\x2d\x33\x0b\x88\xd2\x47\x56\x0f\x75\xae\x1f\xc6\xd2\x1a\xe2\x7d\xa7\x9b\x41\x47\x3f\x56\xad\x6a\x48\xfa\x9d\x3a\x86\xb1\x4c\x1f\xa2\xac\xe1\xf6\x7d\xe4\xfb\x50\x23\xfc\x9d\x38\x34\x4c\x5b\xbc\x82\x01\x80\xe8\x00\x0f\xe5\x33\xdf\x8f\x41\xab\x6a\x34\xbf\x4b\xbd\x0f\x28\xfc\x5d\xae\x20\x83\x63\x03\xad\x45\xf0\x67\xb0\x46\x13\x73\x7f\x97\x28\x62\x6b\x8d\x01\xaa\xdd\xb2\x84\x61\x4f\x93\x21\x58\x41\x52\xb5\x6a\x9c\xfb\xfd\xb8\xb2\xaa\x71\xe9\x77\x81\xbf\x87\x23\x88\xbf\xb6\x65\xc9\xc2\xc1\x58\x32\x2e\x81\x8f\xbc\x1e\x0a\xf6\xbe\xc2\xbe\x73\x80\xbf\x22\xd4\x00\x54\x5c\x4a\xfa\x2f\x09\x35\xc0\x19\x5c\x69\xfa\x87\xca\x54\x7f\x07\x68\x6e\xa8\x0f\x7b\x6a\x2d\xb0\x3f\x7c\xec\x94\xf8\x7d\x68\x19\x0f\xc5\x85\x5f\x11\x77\xfd\x83\xe5\x1e\x36\x4e\x8f\x60\x5b\x8b\xbb\x96\xb1\x38\xb7\x52\x75\x0a\x80\x5a\x55\x52\xc3\x4d\x7e\x58\x1b\x29\x1a\xfb\x0c\xc8\xa4\x5f\xf6\x57\x5d\x0c\x16\xaf\xaa\xf0\x76\x1b\x5a\x1e\x03\x3f\x30\x5e\x17\x7b\x9b\xfa\x6e\x9b\x37\x6d\x3a\x44\x5f\x92\x7e\xe8\x7b\xf0\xa9\x79\x34\x4a\xce\xd7\x94\xca\x37\xff\xd1\xac\xbd\xdb\x64\x40\xe0\x58\x67\x74\x8f\x87\x51\x7c\xbe\x46\xa8\x3b\x6e\xf9\x2f\x05\x67\x09\x8a\x96\xf7\xdd\x26\x9a\x3f\x67\x5f\x1f\x7d\xb1\x10\x3f\xae\xac\xea\x20\xf1\xa9\x7a\x54\x8b\xfd\x75\xa1\x87\x07\xfe\x7a\x42\xef\x3f\x95\x26\x8c\xde\x49\x1a\xef\xa9\xea\xc2\x1b\xb6\xd0\xdb\x01\x0e\xe2\xeb\x02\xec\x21\xeb\xfa\x0a\x74\x87\xd4\x73\x03\x4e\xf8\x23\x63\x88\x8a\x91\xcf\x74\xf7\x73\xfe\x45\xf3\xbe\xee\x64\x80\x2c\x9c\x0c\x93\x8c\x84\x9f\x31\x0d\x6e\x0d\x37\xf0\x45\xee\xaa\x1f\x9e\x1b\xa8\xe1\x17\x39\x01\x20\x23\x9f\x88\x6e\x28\x1f\xda\xca\x26\xa7\xf3\x91\x50\x44\x67\x9b\xcf\x48\xd7\xaa\x54\x3e\xf3\xe1\x8b\xd9\x91\x8b\xef\xe8\x7a\xa1\x54\x47\x14\x77\xb8\xd6\x3f\x8c\xaf\x13\xd1\x53\xaa\x26\x28\x23\xa1\x67\x5a\x43\x74\x61\xc4\x91\xe8\xc2\x1c\x87\xab\x6f\x0b\x81\x87\x57\xfc\x48\x49\xa2\x19\xfc\x67\x0a\x7d\xc3\x24\x7d\xda\x61\x1b\x3a\xe0\x33\x25\x89\xaa\x94\xcf\x94\x24\x46\x62\xfa\xcc\xa1\x6f\xcc\xa8\x8f\x1c\xfa\x7a\xf7\x7c\x53\x64\x97\x26\xcc\x34\xe8\x00\x7c\x13\xe7\x1b\x53\xf7\x9b\x7a\x9a\xb8\xc6\x53\x90\xa5\x47\x33\x17\xdc\x6a\x41\xcf\x96\xb7\xf7\x92\x4d\x12\x5d\x99\xd9\xf4\x21\xe4\x1d\xf2\xe3\x1b\xab\x51\xc2\x3e\x02\x66\x9b\x38\xfb\xcb\x80\xd9\x62\xe8\x9d\xc6\x25\x7e\xe0\x11\x81\xa4\xe8\xd3\x56\xda\x44\x62\x1f\x5e\x76\xc6\x18\xfb\xc8\xa1\x6f\xd6\xe5\x4f\x4b\x69\xb3\x93\x7d\x77\x1a\x9a\x58\x4b\x5b\x7d\x17\xec\xd6\xd7\x40\xa4\xbe\x75\xe8\xf0\x78\x6b\x7f\x75\xba\x93\xb7\x53\xf1\x54\xdc\x9a\xf1\x7b\x71\x3d\x7a\x1e\x88\x95\x8f\x73\xa1\xfd\xe3\x5c\xa4\x8b\x24\x20\x31\xe4\xf7\x87\xbb\x9d\x11\xed\x3e\x73\xd9\xaa\x30\xf8\x1e\xa7\x62\x59\xf0\x5d\x6e\x83\x4c\xf2\xec\xff\x32\xc8\xa4\x7b\xf7\xe4\x0b\xc2\x0f\xa1\xf7\xac\x64\xc4\x49\x37\x12\x1b\xec\x61\xbc\xc2\xcf\x94\xfa\xa7\xa8\xbb\xd8\x08\x1e\x98\xdf\x12\x78\x2a\x99\xcc\x04\x56\xea\x5b\xc2\x4e\x4f\x4b\x1b\x1f\x51\x62\xe5\x75\x65\x4f\x69\xf7\xc5\x14\xd3\xb4\x4b\x12\x66\x6e\x13\xf3\x89\x7d\x4b\xf0\x45\x83\xe5\xe2\x0b\x97\x21\x2b\x7b\xb6\x11\x7c\x8f\xe4\x4a\x3c\xf2\x23\xc1\x07\x1c\x73\x9a\xc8\x1f\x7d\x5b\x7b\x7a\xa7\xfc\x63\x25\x5b\xde\x8c\x5b\x93\x23\x2b\x4d\xc3\xa8\x31\xa4\xd9\x6d\xf5\x32\xfb\x30\xd4\x4e\xa6\x68\x27\x2c\xd6\xd2\x10\x4f\xac\xc8\x9c\xfc\x22\xc2\x7b\xd2\x84\x8e\x5f\x9d\x14\xc4\xaa\x4c\x6a\x22\xe6\xbf\x95\x5a\xfe\xa1\x65\x7f\xff\x9b\x22\x66\x5a\x7e\xa7\x96\x49\x4e\x9c\x34\x11\x30\x93\x8f\x79\x05\xda\xdf\xb1\x35\xf5\xe2\x7e\x85\x59\xec\x7f\x31\x1e\xf4\xd6\xff\x71\xb0\x2d\x6f\x7a\x32\x9c\x24\x7d\x21\xc3\x49\x32\x53\x5f\x4e\x85\x06\x5f\xae\x2a\xe0\x63\x00\xfe\x8f\x6c\xe2\xf0\x77\x25\x87\x68\x3e\x38\x1d\x47\x3f\x0c\xc0\xcd\x1c\xfa\x99\x91\x3f\xd9\x23\xb3\x9f\xfc\x1b\x86\x84\x27\x92\x0a\x13\x9e\xc0\xe1\xc4\x01\x4b\x7a\x71\xdf\xc7\x71\x64\xf4\xf2\x93\x0f\x0c\x44\x31\x1b\x8a\x23\xed\xcd\x7e\x2b\x14\x07\x4a\xd4\x0b\xfe\x36\x0e\xd3\x9f\xfc\xa8\x53\x1c\x47\x3a\x10\x58\x6b\xf2\x87\x7d\xdd\x82\xef\x07\xee\x0b\xcd\xd6\x06\x3d\x3c\x6c\xae\xb1\x65\xfc\xca\xe7\x49\x99\xc1\x4f\x23\x89\xfe\xee\xcf\x38\x4e\x4d\xf1\x27\x65\xad\x3c\x3a\xdd\x9a\xd4\x84\xe8\xb2\x71\x90\xd4\x04\xf7\xc6\x38\x4e\xdd\x05\x1a\x50\x9d\xba\x0b\x58\xe9\xa1\xcc\xd8\xa7\x46\x70\xdd\x7e\x75\x17\xb0\xc1\x2b\xde\xfa\x41\x46\x96\x93\x95\xbb\x34\x07\xed\x8c\x71\x69\xce\xe3\xfa\x5c\x46\x84\x3c\xfc\x10\xac\x46\xc7\x17\x60\x9d\xcc\xea\x12\xac\xee\x87\xae\x03\x83\x29\x5e\xba\x0e\x74\x56\x08\xb7\xbb\x71\xe4\x87\xb1\xee\x03\x90\x7f\x4c\x65\xeb\x4e\xbe\xe8\x47\x10\xcc\xeb\xc7\x55\xb6\x6e\x8b\xa2\x4f\xc1\x60\x14\xd8\x4a\x23\xca\xc4\x51\x4c\x0f\x13\x0c\x59\xcc\x08\x13\xcc\xcc\xcc\x24\x04\xa1\x89\xc3\xd4\x24\x44\xad\x89\xa3\x24\x98\x8e\xf9\xf8\x61\x9b\x65\x1b\xab\xbd\x00\xc0\xca\x14\x41\x1e\x7c\x54\x7d\x1f\x06\xf0\x57\x61\x1e\xc0\xac\xed\x5a\xb8\xcc\x84\x9c\x2a\x87\x1b\x60\x9c\xf0\x99\x1d\x90\x87\x46\x6c\x23\x14\xf8\x18\xb6\x87\xa7\x1c\xe4\x9e\x89\xa3\x69\xd7\x0d\x2c\xcd\x6c\x33\x93\x39\x37\xf9\xea\x0e\xc8\x3f\x06\xb1\x71\x19\xc6\xd1\xd2\x0a\xd6\xbe\x32\xd4\xad\x4d\xb0\x4d\xac\xc2\xd2\xcc\x16\xd3\x80\xe5\xc7\x21\x36\x74\xc5\x71\x10\xb0\xb3\xa0\x71\x8c\x03\x1b\xf3\x52\x45\x7d\x58\xc4\x82\x16\x2d\x0e\x58\xc4\x92\x78\xf9\x63\x11\xdb\x14\xc5\x7f\x1c\xa2\x09\x66\xe2\xc0\xd0\xbc\x34\x21\xc6\x41\xae\x34\x77\x3c\xe3\x2a\x78\x72\xbb\x79\x24\xa6\x1f\xe8\xf9\x00\x05\x06\x31\x7a\x0e\xa8\xc6\xdf\x05\xeb\xba\xde\xf7\xbf\x92\xf2\xc7\x61\x92\xb9\x13\x70\xb0\x66\xcb\x1e\x08\xfb\x49\xbc\xb0\x38\xb0\x5a\xab\x18\x60\xc7\xa1\xd5\x5a\x56\x0a\x75\x01\xc0\x1f\x1a\x5f\xb1\xae\x9a\xb0\x61\xdb\x1a\x07\x41\x3f\x71\x88\x8a\x03\x76\xaf\x4f\xd1\x2a\x12\x4a\x6a\xc9\xe2\x25\x5e\x63\xbe\xde\xdd\x23\x42\x7a\xe6\x24\x31\x50\x43\xe6\x17\x07\x21\x3d\x71\x2c\x8b\x83\x90\x9e\xc8\x92\xe3\x30\xc3\x49\x95\xb4\xc9\xd3\x49\x4f\x4c\xd6\xdb\xc4\xa2\x61\xda\x4c\x2b\x09\xc7\x64\x08\x02\x76\xe2\x08\x17\xc7\xd4\x16\x8b\xc5\xd6\x16\xcd\x85\x37\x60\xa7\x8b\x03\x07\x87\xda\x22\x8e\x29\x18\x2c\x07\x01\x3b\xbb\xb3\x9e\x26\x99\x05\x6c\x6c\xd1\xba\xe8\x43\x52\xdd\x43\xb2\x44\x60\xce\x71\x39\xc0\x8d\xb5\x8b\x98\x08\xc3\x56\x43\xba\x8d\xba\x94\xa8\x08\x71\xa8\x2d\x6d\xce\x1a\x8b\xf7\x81\x7c\x23\x8e\x5b\xb3\x54\x4f\x32\xb1\xab\xd0\x3c\xc6\x71\x6b\x90\x61\x25\x4c\x59\x8a\xbf\x13\x6b\xdf\x03\x02\x53\x36\xdd\x6c\x78\xb2\xe9\xf1\x7a\x34\x65\x61\xf5\x1e\xe1\x03\x0c\x6c\xd4\x30\x48\x88\xe3\xc1\xc0\xe2\xa4\x1f\x78\x2d\xc2\x0a\xc4\xa1\x2d\x5a\x08\x04\xbc\x16\x3a\xe2\x38\x14\xea\xe5\x31\x83\xd5\x0a\x4c\xed\xe3\xc8\xe0\x55\x92\xd6\x1f\xab\x15\x87\xd4\x78\xb9\x50\x17\x80\xac\x4c\x14\xc1\x28\x0b\x35\xb9\x48\xb7\x50\x8d\x3b\x23\x6c\xdd\xab\x28\xbb\x7c\x06\x4a\x97\x48\x7f\x92\xd4\x77\xa1\xdc\x17\x17\x49\x7f\x82\x9d\x62\x1c\xdb\x80\x8a\x62\xca\x46\x37\xee\x85\xb6\xd1\x8d\x7b\xd7\x6c\x94\xfb\x92\x01\xec\xe0\xf3\xa6\xda\xa8\xc0\x3d\x13\x5b\xe8\x18\x18\x6d\x67\x71\x1b\x37\x56\x08\x5e\x0e\x1b\xcb\x03\x57\x63\x03\x9c\x8b\xb1\x01\xce\x9b\x65\xcb\xf2\x8b\xc6\x2f\x8a\x7b\xe9\xef\x0b\x70\x5e\x4c\x1a\xc5\x7b\x30\x5f\x95\xf5\x2c\xde\xab\xea\x99\x3a\x6a\x19\x1d\x4c\x9b\xad\x43\xb4\x24\x74\xd4\xe1\x2c\x55\x2d\xe6\xef\x68\xe5\x2e\x29\xbf\xba\x45\x47\xfe\x54\xea\x32\x1a\xb1\xa3\x0e\x41\x55\xcf\xe8\x94\x3f\x14\xd1\x1e\xdd\x0f\xcd\xc2\xb4\x2d\xea\x7c\x37\xe7\xdb\xd4\x67\x66\xe8\x19\x5b\x17\xaf\x3e\xb4\xbd\x3f\xd6\x27\x4e\x75\x8e\xac\xfb\x79\xa0\x10\xed\x7f\x19\xa2\xc4\x49\x54\x29\x64\x43\x71\xa6\x65\x18\x37\xf0\x49\x58\x29\x78\xf8\x38\x09\x04\x85\xdd\x75\x9c\x04\x82\x3a\xa0\x3a\xe7\xa1\x7e\xdc\xd1\xd1\xe3\x77\xda\x9e\x42\x62\xd9\x35\x0b\xca\x2e\x87\xe5\x5f\x9f\x01\x79\x38\x49\x68\x4b\xfc\xa5\x38\xf1\x81\x6b\x7d\x58\x09\xb5\xd0\x60\x4a\x2a\x29\x27\xbf\x5f\xa8\x85\xac\xa3\x92\x92\x0b\xfd\x54\x49\xc9\x7d\x70\x5e\x68\x5a\x26\x40\x18\x05\xea\xf7\x14\x8f\x53\xc5\x64\x58\x46\x55\x02\xb3\x76\x5e\xbe\xd7\xc3\x06\xde\xb8\xd9\x5a\xb7\x7f\xc8\xdd\xa9\xd6\x71\xb2\x16\x17\x20\x0d\xe0\x26\x6e\x14\x71\x90\xe2\x54\xeb\x38\xa9\x5f\x04\x09\xf0\x4a\x1a\xfa\x31\x69\x38\x91\x86\x93\x4e\x9c\x70\x22\xf5\xcc\xae\x84\x90\xd9\x15\x14\x69\xd3\xdf\x15\x5a\xba\xde\x38\xfd\x2b\x04\x8e\xb3\x1a\x2a\x15\x42\x7a\xe2\x13\xe7\x0d\x75\xe2\x13\xe7\x35\x7e\x22\xa5\xc2\x07\x2c\x4e\x42\x41\xc9\xb2\x9e\x7a\xfc\x4f\x57\xa7\xa2\x89\x70\x45\xaa\xba\x1d\x7f\x27\xe8\x0f\x98\x79\x56\xa5\xc1\xce\x09\xaf\xb8\x22\x3e\x54\x94\x0f\x2e\x3f\x5e\x71\x45\xcc\x44\x43\xd9\x9d\x69\x6a\x28\x9d\x11\x89\x6f\xe5\x83\x4f\x5c\xe4\xcc\x09\x1d\x27\xd1\xa3\xa4\x03\x27\x99\x6f\x8b\xd8\xd4\x80\x9b\x23\x7b\xa2\x95\xcc\xc5\x4c\xad\x64\xf5\x03\xf9\xbd\x68\xd6\x80\x5b\x4c\x69\xe8\x1c\x44\xe9\x26\xa8\x8e\x0c\xa8\xd9\x16\x50\xc5\x32\xa2\x44\xc9\xbe\x9f\x64\xc1\x95\xf2\x9d\x9d\x05\x76\x1b\xba\x0b\x6c\x1d\x55\x4f\xb4\xed\xea\x19\x98\x65\x47\x4f\xe2\x72\x75\xd7\x97\x35\x45\x11\x99\xa8\x64\x88\x28\x57\xa5\x0b\xb3\x63\x01\x73\xb5\xfe\x63\xf8\x6c\x07\x70\x02\xac\x8a\x4a\x48\x18\xc7\x33\x5c\x52\x26\x63\x18\x73\x0c\x5b\xe2\x0c\x21\x65\xc6\xc4\x82\x1a\xf8\x00\xc5\x89\x6c\x6b\xf2\x46\x8e\x33\x23\x99\xbb\x00\xb0\x34\x9d\x80\xb0\x71\xc2\xd3\xd4\xee\x29\x0d\x97\x98\xd1\xb1\xc4\x1f\x71\x59\x4b\xaf\x86\xd3\x0f\x18\xc7\xe2\x2a\xc4\xfe\xef\x7f\x95\x90\x0f\x71\xc2\xed\xd4\x10\x5f\x87\xae\x16\xb0\x5a\xe7\x50\xa2\xcd\x0d\x7a\x2a\xd0\xc2\x50\x25\x4e\x04\x5a\xa7\xe8\xa1\x40\x0b\xe3\x92\x38\x51\x7e\x1e\xbf\x4b\xf0\x2f\x62\x37\xd2\x49\x83\xc9\x65\x48\xd0\x61\xe7\x7a\x69\x1c\x40\x3a\x10\x79\x17\xff\x60\x0a\xc3\x63\x36\x24\xbd\x1e\x72\x93\xee\x7a\xa7\x9f\x8a\xb8\xbc\x94\xcf\x69\x14\x6b\x17\x94\xac\xbb\xa7\x87\x68\x32\x05\x2e\xf8\x33\x2d\xc2\xdc\x7d\x33\xed\xca\x43\x9c\x18\xeb\x0f\x2f\xca\x93\x4c\xbb\x84\x8d\x88\x73\x2a\x11\xf5\x1c\xcd\x94\x22\x3a\xbc\x72\x38\x4f\xde\x54\x0e\xe7\xaa\x4f\xc5\x88\x39\x0c\x62\x4f\x17\xda\xc4\xbb\x98\xaf\xc7\x79\x2b\xc4\x15\x9b\x6e\x33\x85\x5d\xfe\x53\xb4\xba\x67\x31\x6e\x25\x74\x9e\x9a\xf4\x2b\x94\x24\xdc\x0a\x12\xc5\x71\x22\x4e\x35\x17\xc6\x74\x2b\xf2\x96\xa7\xe9\x56\x9a\xd8\x4f\xea\xdd\xe6\x16\xc2\x66\x35\xfc\xd6\xe2\x34\xc5\x4a\x73\x63\x9e\x04\x93\x26\xc8\xbb\x9a\xe8\x60\x8a\x15\x0c\xd6\xe3\x7c\x94\x23\x8a\xb5\x8f\xb2\x5a\x01\x33\xc7\x4a\xf3\x30\x91\x56\x25\xef\xe0\x33\x45\x5e\x42\xa6\xc8\xcb\xa3\x0e\x1b\xa6\x1d\x74\x9c\x29\xe5\x92\x20\xa6\x94\xcb\x59\x9a\xb1\x57\x2a\x90\x42\x2e\x77\x66\xa5\x24\x8e\x7f\x96\xc2\x43\xe1\x5f\x7a\xa6\x79\xca\x53\x82\xe5\x62\x2c\x02\x95\x48\x45\x4d\xac\x22\xcd\x4e\xf9\x95\x1b\x93\xf2\x2b\xf7\x72\x31\xbc\xa4\x33\x85\x54\x6e\xff\x56\xd8\xc9\xb4\x8c\x24\x75\x4a\x9e\xcc\xce\x2b\xfd\x57\x78\x75\xba\x93\xe8\x41\x87\x24\xc3\xec\xbc\xa7\xeb\xb5\x5d\x22\x97\x75\xbb\x44\x40\xf2\x63\xc7\xea\xf0\xfa\xd8\xa6\x7b\xf1\x2c\x6f\xe4\x3d\x92\x02\x92\xad\xe4\x81\x7f\x8d\x50\xe1\xc9\x49\xd9\x95\x5b\x97\x39\x78\x25\x2b\xaf\x62\x34\xc6\x23\x3f\x4b\xde\x6f\x2f\x21\x35\x2e\xc6\xfe\x27\x9c\xb2\x92\xe9\x08\xc4\x75\x25\x52\x1e\x2f\xf2\xec\xca\xf5\x9f\x29\x90\x62\xec\xcf\xfc\x91\x3c\xa5\xcf\x2f\xa1\x62\x8c\x7f\x62\x28\x9a\x90\x5c\x37\x8f\x9d\xdc\xdd\x29\x63\x85\x48\x4a\x4f\xd7\x38\x3f\x9c\x95\x3d\xa8\x86\x24\x38\x25\x7c\x66\xda\x3d\xa5\x62\x0a\x9e\xba\x7d\x29\x78\xe2\x6c\x5c\x87\x39\x03\xa8\x75\xa5\xe0\x09\xe4\xbe\x0e\x7d\x7d\xc2\x6a\xc5\x7f\x1a\x1f\xcd\x7f\x2a\x1f\x1d\x11\xcf\x49\x59\x21\x4b\xd8\x5e\x17\x97\xe3\x2f\xbb\x96\xb8\x14\x4b\x11\xd3\x2b\xae\x74\x83\xe4\x0d\x7e\x1d\x48\x80\x2e\xfb\x7b\x3d\x12\x93\x0f\x9c\x80\x90\x28\xc7\x75\x2a\x81\x01\x50\x8c\xd3\x74\x14\x88\x0b\xc1\x54\x75\xc7\xaf\xd3\xbb\x03\x44\xba\x10\x46\x15\x4c\x17\xe3\x32\xfe\x01\xe6\x44\x71\x9d\x46\x6f\xf0\x8f\xed\x1f\xf4\x6c\xbe\x5c\x79\x97\xeb\x32\xb0\x02\xa8\x7f\x21\x75\xca\xa7\xe2\x65\x2a\x3a\x19\x93\xcb\x8c\xb9\xb9\x3a\x88\xa0\x4a\xcf\x8f\xdf\xb6\x49\x1f\x2e\x53\xe9\xfa\x5a\xbe\x2e\x5e\x1c\x8e\xf8\x20\x42\x68\x56\x72\xfa\x90\xe7\x8b\x7c\x74\x04\x61\x8b\xab\x80\xaf\xdc\x14\x57\xd1\x5b\x81\xe2\x90\x68\x52\xf6\x45\xc3\xca\x61\x45\xe6\x8b\xe9\x2a\xbe\xbd\x28\xca\xdd\x5b\x05\xdd\x63\xf1\x77\xdc\x1d\xc1\xe7\x4b\x0e\xcf\x97\xef\x55\x79\x65\xba\x35\x95\x07\x4d\xb7\x52\xf5\x1a\xb1\x12\xe7\x87\xfb\xf2\x22\x33\x1d\x14\xe5\xaa\xc2\x66\x15\x79\x70\xe0\x81\x77\x23\x7a\x63\x5c\x55\xc6\x07\xf8\x91\x2a\x35\x19\xfe\xeb\xc7\x96\x95\x80\x11\xbe\x54\x4e\x62\x69\x1a\x57\x73\xeb\x5d\xdf\x1f\x63\x56\x15\x2a\x5e\x30\x66\xff\x60\x6d\x8a\x24\x01\x89\xd4\x73\xd5\x21\x6e\xc0\xb0\x0a\xcb\x02\x74\x4d\xb1\x1f\xd7\xd5\xa5\x62\xd2\xd3\xd1\xc8\x85\x23\x9a\x20\x75\x4a\x94\x33\xb0\x01\x07\xed\x42\xe6\x84\xd1\x60\x5c\x5d\xaf\x3e\x3a\xed\x38\x20\xba\xdd\xdd\xb3\x9c\x95\x10\x0d\x88\xe1\xe8\x21\xbb\x03\x77\xc4\x12\xe2\x41\xc7\x55\x43\xc4\xed\xbc\xbc\x2f\x3b\x55\x1a\x40\x5b\x2c\xf5\xa5\x0f\x17\xea\x44\x22\x17\xc6\x15\xb8\xe3\x40\xda\x2e\x39\x2e\x18\xce\x4b\xdb\x7c\x8f\x2d\x61\xd6\xf3\x2c\x12\x66\x3d\x8f\xa2\xb6\xf9\x59\x1f\x64\xc9\xb2\x6f\x2e\x16\x3a\x78\x09\xf2\x4c\xbf\x06\x6f\x11\x2e\xd0\x8b\x70\xea\xc3\x09\xc3\x4f\xfd\x03\x82\x2c\x72\xf8\xd8\xc6\xf5\xe3\xa7\x86\x92\x94\xeb\xc7\x4e\x8d\x40\xc0\x76\x99\x05\xc6\xa7\xf0\x35\xc4\x16\x1b\x63\xef\xe2\xca\x69\x4a\xe6\xf2\x6a\x4a\xd6\x1d\xf9\x33\x7f\x03\xdb\x4d\xb4\x4e\x49\xe5\x45\xb4\x4e\x09\xe2\x95\xec\x11\x23\xab\x0d\x4c\x5c\x99\x1a\xc7\x36\x5b\xc8\xef\x89\x5e\x13\xc3\x0f\x0f\x60\x32\x4e\xd7\x5f\x79\x29\xe2\x9a\xc6\xa4\xe3\x22\xbf\x92\x93\xe2\x22\xbe\x08\xd9\xa9\x44\xfb\x32\x34\x27\x5e\x90\x71\xdd\xc6\xe5\xe1\x6a\xba\x08\xab\xd4\xa4\x53\xb7\xae\xa1\x5c\x15\xd7\x9d\x6e\xac\xc0\xf3\xe3\x83\x1a\xf9\x61\xe3\xba\x95\x21\x4b\x67\xe0\x83\xcc\x10\x18\xd7\x6d\xd0\x17\x27\x4a\x78\x74\x8f\x17\x6c\x50\x74\x29\x1b\x99\x66\x7c\x50\x5f\x37\x91\x95\x29\xe2\x1e\x99\x7b\x9e\x21\x36\x45\xd4\x47\x69\x22\x60\x3c\xf8\xeb\x4a\xc9\x48\x83\x2b\xdf\x7f\x19\x02\xd3\xd3\x42\x1e\x18\x9f\x86\x17\x2c\xcb\xe5\xb6\x2d\x4f\x08\x03\x20\x45\xba\xdc\x35\xf2\xc0\x24\x09\xc6\x7d\xd1\x17\xd0\xb5\xf0\x52\x6b\xd6\xbf\x41\x72\x26\x43\x4e\x98\x9c\x0b\x91\x14\xba\xe8\x82\xae\x2d\x4a\x36\x40\xda\xe8\xb1\xde\x02\x47\xa7\x7a\x29\x8a\x22\x7a\x29\xba\xa6\x7a\x26\x4a\x99\x08\xa6\xd0\x45\x10\x73\xbf\x48\x72\x08\xa6\xd0\x5d\x2d\xcd\xb7\xbc\x6e\xb7\x27\x99\x09\x6c\x01\x72\x2c\x84\x8d\x12\xca\xd7\xd0\x2c\x6e\x39\x41\x13\x0e\x71\x93\xa0\x09\x58\x9e\xc7\x45\xd0\x84\x43\x1a\x4d\xa0\x04\xdc\x1d\xe2\x22\x24\xe6\xf4\xa8\xbd\xac\x84\x78\xf4\x63\x52\xe2\xf0\x96\xf8\x10\x88\x89\x39\x1f\x02\x31\x6f\xc8\x4f\x32\xc0\xc4\xb0\x48\xcf\xd5\x25\x3d\x5c\xee\xc6\x27\x19\xb0\x1f\xae\x2a\xd9\x80\x0f\x9a\x29\xcc\xa4\x8d\x4b\xfa\x86\xd4\x28\xb1\xe0\x43\x50\x06\xa7\x73\x29\x34\x62\xdc\x72\x20\x27\x83\xd1\x28\xb8\x12\x12\xc5\x32\x8a\x29\x56\xa4\x21\x45\x1b\x2c\x05\x3a\x85\x18\xe3\x47\x58\x0b\x99\x16\x50\x14\x22\x87\x1f\xd9\x93\xa4\x62\x52\x5e\xbf\xf2\x65\x7d\x47\xfe\x41\x51\x48\xc8\x32\x94\xaa\x17\x02\x2a\x90\x54\x3c\xca\x79\xd1\x78\x50\x2e\x50\x2f\x40\x3d\xf1\x42\xa8\xd6\x07\x08\x6e\xbd\x72\x0a\x04\x90\x9e\x08\xd6\xaa\x03\x60\xb4\xcf\xf4\xcb\x89\xa3\x41\xb5\x0e\x52\xab\x6e\xff\x50\x50\x96\xbd\x20\x3c\x22\xd5\x48\x14\x84\x47\x24\x19\x8b\xa2\x55\x3b\x1c\x7c\xb9\x20\x8e\xa7\xf5\x83\xb2\xbf\x0f\x28\x6b\xf1\x03\xa3\x5b\x1e\x03\xe5\x32\x94\xf1\x65\x4f\x8f\xf4\x17\xb0\x8d\x40\x8e\x89\x62\x14\xb2\xce\xc5\x69\x59\x6e\x03\xfc\x2a\x18\xb3\xc7\xf9\x27\x7d\x2b\xc8\x9c\x82\x93\x54\x8a\x33\xb1\x03\x67\xc2\x2a\x68\xe9\x3e\xfc\x1d\x92\xcf\xed\x5d\x14\x38\x0d\xeb\x04\x57\xbc\x65\x9f\xc8\xcd\x06\xd3\x73\x0b\x8c\x05\xb1\x44\xb7\x8c\x04\xa8\x5b\x89\x7b\xa1\xdb\xfa\xa5\x27\xeb\x7c\x94\xa9\x53\xbd\x0a\x58\x43\x14\x60\xe3\xb4\x53\x85\x55\x90\xb6\x52\xf3\x2e\xa0\xa7\xea\xd3\x9f\x35\xac\x8d\x9e\xac\x34\xd4\x68\x30\xe9\x8a\x75\xa9\x28\x51\x05\xcf\x06\x9a\x28\x5e\x0e\xa1\x75\xdf\x65\x73\x6c\x54\x5c\x74\xc5\x52\x97\x28\x4b\xe4\x26\xe2\x49\x46\x31\x72\x93\x97\x7e\xd1\x3a\x4b\xed\x48\x69\x18\xa2\x88\x0b\x84\x7c\x38\xd4\x76\x14\x43\x3e\xf4\xec\xeb\xf6\x03\x58\x8c\xf9\xd0\x5d\x13\x59\x1a\x55\x59\x45\x33\x2a\x79\xc6\xa2\x19\x95\x0c\x48\x41\x17\x76\x5e\x76\xd0\x79\x27\x36\x6b\x4d\xff\x60\x2e\x46\x84\xbc\xb2\xc9\xe3\x3f\x00\x80\x32\xec\xbc\xec\x39\x7c\x93\xd1\x44\x3f\x42\x59\xbe\xf2\x63\x55\x0c\x66\x1a\x25\x34\x27\xf0\xec\x6b\xf9\x74\x88\xfe\xd1\x78\xca\xb0\x29\xea\xbb\x4e\xe7\x1f\x64\x77\xef\xb6\x90\xcb\xb3\x2b\x74\xcd\xae\x7d\x3c\x3c\x15\xec\x48\x5d\xe9\xb4\xc1\xf6\x83\x55\x45\x34\x54\x72\xbb\x50\x84\x95\xcb\x65\xc5\xee\x49\xa1\x79\x41\x4c\x54\x14\x73\x95\x91\xaf\x03\xa6\x4b\xd8\x86\xa2\xd4\xae\x0c\x72\x26\xd8\xa2\x41\x84\x81\x96\x2c\x31\x5e\x7d\x05\x77\x42\x9f\xcb\x65\x48\x49\x58\xe9\x41\xe6\x5e\x26\x41\x34\x07\x35\xa6\x05\x6f\xc2\x1c\x76\xf9\x7c\xb3\xba\x3c\xa9\x65\x73\xde\x09\x0f\xb9\xed\x64\x82\x8a\xe1\x19\xf2\x77\x96\xcf\xa5\x9c\x84\x8e\xb0\x57\xf8\x14\x6d\x77\xa2\x20\xd7\xe9\x32\x0a\xc5\x40\x0c\x22\x35\x62\x9d\xda\x3d\xb2\xda\x3a\x09\xc7\x8d\x77\xb0\x07\xf3\xf6\x12\xa5\xf1\xcd\x25\xea\x1c\x6e\x2e\x51\x6e\xf5\x82\x14\xa7\x4b\x9d\x6f\x2e\x54\x37\x48\x4d\x99\x46\x06\x05\x4e\xa6\xbb\xd3\xb7\x37\xaa\x03\x28\x29\x71\x51\x51\xa1\xf5\x6c\xc0\xf5\xea\x11\x37\xe8\x83\x13\x85\x61\x99\x2e\xb6\xea\x31\x27\xfd\x70\xbb\x4a\xe6\x1f\x36\xaa\xfe\x15\x1c\x20\xca\xc3\x35\x2c\x7d\x47\xb2\x33\xbd\x1b\x1e\xae\x64\x18\x8f\xf2\xa0\xe3\x93\xee\x3f\x99\xfa\x8d\x75\x42\xbf\x36\x45\x81\x07\x0e\x4c\xb2\xa8\x42\xcd\x2d\x7a\x60\x0c\x84\x16\xce\x69\xfa\xfb\xc2\x3f\x5c\xf2\xb0\xe0\x11\x9c\xc5\x52\x90\x2a\xcd\x5a\x4e\x83\x45\x5e\x40\x2a\x4a\x2e\x34\x81\xb0\x51\x65\x01\x69\xb5\xf1\x34\xbf\xba\x1f\x68\x02\x5d\x0f\x94\x74\x79\xf7\x2e\x1e\x20\xe2\x06\x7c\xd4\xcc\x8e\x60\xa3\x72\xc1\x91\x06\x25\xdf\x52\x60\xaa\x52\xa4\x52\xd4\xcc\xc1\x90\x16\x35\x73\xb0\xff\x45\xcd\x9c\x87\x91\x78\x0f\x9d\x10\xcf\x51\x36\x5c\x89\x67\x7f\xf3\x60\x93\x28\xa8\x9a\x9b\xfe\x0e\xf7\xe1\xe1\x55\x4d\x37\x6c\x8b\x9a\x0e\xc9\x55\xc1\x41\x51\x39\x7f\x79\x89\x88\xe0\x8a\xbd\x92\xff\xee\xc7\x65\x1e\x4b\x5a\x18\xb0\x0a\xe1\x5c\x79\x7d\xe3\x8b\xb0\x2f\x7e\xcd\x22\x3e\xe6\x4d\xad\xb9\x8b\x86\xaf\xf2\xd6\x35\x7c\xd5\xb4\xb5\x70\xb3\x4e\xf8\x21\x26\x6d\x90\x2b\xcb\xb6\x72\x4a\xd6\x07\x56\x77\x9a\x48\x0e\x5d\x95\x79\x31\x4c\x03\xf1\xae\xa3\xa8\xfe\x73\xc9\x3e\x5c\x25\x5d\x4a\xb5\x7f\xf0\x62\xe5\xf3\xed\xeb\x54\x55\xff\x49\x6c\x91\x15\xb5\x24\x0a\xea\xff\x9c\xe9\xa7\x84\xbf\xd8\x2d\x9a\x36\x01\xd7\xd1\xd0\x8d\xf8\x70\x8e\x74\x31\x65\xe5\x58\xf0\xaa\xfe\x8f\x05\xa8\x64\x09\x26\x6a\xfc\xef\x7a\x34\x0e\x71\xe3\x03\x86\x0a\x90\xaa\xba\x3f\x76\xb4\xea\x7e\x08\x36\xd5\x03\x46\x8b\x55\xaa\x72\x7b\xc3\xb6\x4c\x61\xda\xa9\xbc\xa8\xf5\x71\x37\xac\x02\x81\xaa\x70\xda\x96\x09\x4c\xc7\xe2\xd9\xca\x8c\xeb\x8f\xd9\x3b\x43\x43\x99\x7a\x5e\x26\x60\xab\x7c\x54\x89\x1f\x73\x48\x71\x92\x70\x9c\x30\x5e\x5c\x2a\xf5\x94\x36\x71\x0b\x56\xf3\xc0\x60\x22\x18\xf5\x44\x92\x70\xd9\x1c\xaf\x92\x69\xd9\xe8\x5a\xd9\x02\x5e\x8b\x35\xae\x28\x12\xc3\xc1\x2f\x38\x28\x4e\x4a\xbd\x70\xd9\x12\x74\x79\x41\xb6\xbd\x5e\x95\xb2\xbf\xc3\x17\x3a\x55\x95\x8a\xd3\xb6\x38\xc5\xf1\xd0\xac\x3f\x56\x70\x90\x64\x38\xea\x85\x2f\xdf\xf0\x77\x18\xe4\x3f\x23\xa0\x44\xbd\xe4\x9e\x05\x16\xc0\x2f\x3b\x78\x29\x3b\x38\x7e\x67\x48\x7f\xab\xfc\x22\x67\xa8\xca\x12\xc2\x6d\x56\x59\xc2\x62\x1d\x1c\xe6\x44\x1a\x59\x42\x4e\x72\x2d\xbe\xf6\xc3\xc6\xb8\x1e\x29\xa9\xac\xf2\x7e\x2a\xa3\xab\xbe\x90\x20\x6c\x2d\x86\xf8\x86\x71\xaf\x32\x79\xb6\x90\xc9\x83\xd3\xaf\x3f\x26\xaf\xc8\x9a\x56\x79\x3c\x8e\x41\x85\xc7\xab\x24\xa7\x8c\xaa\x46\x32\xfc\x03\x25\x14\xee\x34\x51\x09\xd9\x49\xc2\xc1\xa8\xd5\x13\xd5\xad\x65\x40\xdc\xea\x3f\x49\x3e\xfd\x30\x18\xc9\xe9\xe8\x88\x27\xc4\x72\xec\xf1\x71\x54\x8f\x4a\xb2\x9a\xe2\xe0\xaa\x1b\x9d\x78\xd3\xc8\x13\xe2\x5b\xd5\x37\x7a\x8e\x9a\x9c\xa7\x8d\x75\xd7\xe3\xe6\xab\x64\xab\x29\x9e\x2f\xf4\x8d\x3e\x0a\x6a\x53\xdc\xc7\x7e\x35\xad\x36\x5c\x68\x94\x8c\xbe\x34\x6a\x73\xd1\x98\x51\x57\xc8\x07\x17\x51\xbb\x31\x33\x2e\xff\x51\x13\x26\x72\x76\xdc\x24\x9c\x2a\x76\xf5\xc4\x41\x8f\x0a\xa7\x98\x96\x3f\x55\xc3\x7a\x5f\x9d\xb5\x9b\x44\x4e\xda\xf0\xe3\x1b\xab\xa6\x7d\xb5\xa3\xea\xaa\x56\x32\xf5\xb7\x38\xd2\x33\xd4\x3d\xf0\x62\x63\x4f\x54\xd2\xa8\x5d\xc7\x14\x51\xba\xcb\xd6\x03\x15\x76\xf4\x84\x8a\x8f\x1a\xc9\x34\xb3\x56\x1a\xd5\xfb\x46\xae\x91\x7c\x3d\xa3\x47\x12\x76\x46\x0c\x65\x3c\x9e\x2d\x98\xcb\xd0\xe4\xaf\x86\xfc\xb4\x2b\x91\x01\xca\x3d\xca\xb0\x91\x87\x4c\x47\xd5\x7c\x5e\xd6\xa4\x06\xbc\xbd\xe7\xc3\xd0\xe5\x97\xeb\x3d\x30\xf7\xf7\x40\xa9\x6c\x54\xe4\x50\x53\x38\x06\x7b\x50\x7f\x5c\x64\xd5\x48\xad\xaa\x6c\x94\xfd\xa9\x2a\x1b\x95\x34\x54\xf5\x89\x3d\x3b\xf6\x09\xe0\xba\x0e\x65\x4a\xc0\x95\x2a\x44\x31\x18\x23\xf9\x7c\x71\xd6\x99\xca\x08\x9a\x18\x76\xfc\x12\x18\xa4\x5f\xe7\xe5\x30\x86\x1a\xbf\x9c\xd8\xd4\x50\x57\x8a\x3c\x79\x0e\x78\x1c\xb0\xa5\xd2\x66\x3d\xea\xcc\xe7\x00\xd3\x44\x55\xa8\xd9\x6e\xd4\xa9\xea\xc6\x21\xb7\x28\x06\x64\x13\x85\x92\x2b\x8e\xa2\x70\x70\xe1\x56\x14\x85\xe7\xe5\xb1\x36\xd2\xf8\xe5\x5a\x90\x95\x86\x84\x42\x51\x91\x82\x75\x22\xb9\x44\xcd\xe8\xe2\xd3\x0f\xe5\xd0\x0c\x78\xfb\x4c\x00\x90\x1b\x33\xe9\xf2\x97\x69\x72\xd4\x1b\x03\x64\xef\x04\x8d\xe9\xd5\xab\x57\x8d\xe9\x55\xee\xd7\x8c\x5f\x2a\xc9\xd6\x64\x5e\xed\x78\x7d\x7c\xf3\x50\xeb\x51\xe3\x23\xd1\x7e\x52\x0f\x45\xcf\x68\x0d\xf3\xd9\x52\x1f\xcd\x7b\xdd\xff\xc7\x87\x8e\x34\xf5\x51\xcd\x22\x39\x41\x85\x78\x9d\x6e\xf9\x63\x42\x32\x31\xcb\x60\xe5\x91\x00\x68\x93\xcc\xa3\xb3\x3e\xaa\x55\x84\x46\xd3\xdf\x6c\x82\xe9\xaf\x67\x61\x69\x92\x2c\xfe\x2c\x35\x43\xee\x92\x92\x3a\x95\x59\x75\x29\x87\x94\x3c\x19\xd4\x5c\x8e\xae\x2e\x83\xfb\x64\x35\x85\x13\xe2\xdc\xf2\x45\x06\xc8\x19\xb9\x5c\x6a\xbc\x92\x94\xfb\xf1\xf1\x56\xa3\xb9\x2c\x24\x1e\x71\x51\xcd\xc4\x7c\x5a\x6b\x1b\x2d\x9b\xbe\xe0\x1b\x4d\xd8\x1f\xf5\xc7\x37\xb6\xf0\x8c\x22\x9a\x33\x39\x5e\x54\x34\x8a\xe5\x82\xa1\xaa\x08\xe7\x4c\xfe\x1f\x95\xb0\xa7\xc3\xbd\xc0\xb5\xb2\x68\xe2\x55\xcd\x43\xe8\xef\x3e\x25\x58\x15\xd8\x48\xdf\x76\xf5\x85\x94\x0f\xcb\x68\x39\x65\x07\x5e\x62\xa9\x4b\x85\x30\x8b\xcf\xd3\x41\x34\xb0\x52\xb3\x31\xb9\xfe\x00\x15\x23\xf8\x9e\x77\xc5\x8b\x18\xd1\x89\xbe\x88\x95\x98\xe7\x0b\x0b\x9e\x4d\x79\x2c\xf0\x48\xac\x28\x16\xbb\x62\xf0\xfa\xe5\xd3\x1a\x28\x3e\xa5\xb4\xf2\x31\x1a\xae\x17\x79\x1f\xcc\xbd\x42\xcc\xfe\xbc\xa6\x80\x83\x38\xa9\xc5\xb5\xf8\xd0\xc5\x70\xdc\x9b\xce\x93\x4a\x99\xda\x21\xe5\xf7\x8f\xe6\x10\x07\x1f\x52\x25\xb0\xaa\xe9\x0d\xa9\xe2\xab\x1d\xca\x05\xc0\xd7\x96\x3a\x3d\x2e\xc3\x76\xe4\x81\xf9\x0d\xdf\x4e\x15\x8e\x97\x1f\x5a\x9e\xc3\x53\xb5\xd3\xf7\xbf\xe5\x8c\x7d\x08\x30\xc6\x34\x3f\xb2\x09\x99\x07\x19\x04\xee\x2c\x08\x3b\x1a\x0d\x5d\x1f\x36\xfb\xd1\x14\xc8\x35\xeb\x3b\x75\x1b\x08\x15\x28\xd9\x30\xf9\x82\xbe\xb4\x1f\x73\x16\x78\x69\x45\xbb\x08\xb3\xe2\x00\x97\xf1\x3b\xad\x03\x3a\x83\xb4\x0d\xe9\x1a\x8e\xef\xd1\xc8\xd4\x42\x96\xac\x68\x97\x5b\xc6\x0c\x30\xdf\x22\xd6\x6f\xb4\xa2\x98\xe3\xf0\x23\xf3\xe9\xd2\xba\x10\x1f\x93\x4d\x6e\xc4\xc0\x2a\xf9\xfb\x63\x00\x43\x5b\xa0\x04\x77\x95\x0b\xa1\xe0\x60\x26\x1a\x36\xdd\xa1\x2a\xad\x91\x4d\xa5\xab\x74\x6f\xd5\xb7\xf3\x9f\x89\x2a\xa2\x61\xfd\xad\x91\x74\x93\xb3\x11\x80\x2a\x4b\x31\xfc\x03\xe3\x54\xa1\x44\x96\x85\x53\x54\x34\xc4\x57\xcd\xfb\xaa\xc9\xda\x28\xbf\x69\xe4\x19\x2e\x59\xcb\xf8\x42\x20\x7e\x33\xdc\x96\x20\x1b\x6e\xcb\xb1\x9b\xa2\x0f\x1b\x20\x66\x76\xb8\xc6\xe3\x49\x98\x08\xb6\xa5\x2d\x40\xeb\x66\xd4\xe7\xf8\xb5\xce\x9e\x71\xa3\x34\x82\x8b\x1f\xe2\x44\xf7\x1d\x65\x03\xb9\x3b\x11\xe1\xc7\x99\x94\xe2\x86\x93\x1b\x8f\x94\xdb\xd1\x3a\x0c\x71\xb1\xd3\x2d\x31\x02\xa4\x9e\x98\xe3\x3f\x6e\x2d\x3d\x05\x94\x82\x8b\xad\xc1\x8b\x0c\xdc\x79\xa2\x05\x06\x64\xdc\x65\x2d\xe0\xe1\xb8\x3d\x5a\x0c\x7e\xb7\x31\x52\x45\x3b\x8d\xcc\xfa\x60\x03\x25\x89\x62\x8f\xce\x7a\x44\x52\x8c\x16\x58\xd9\x58\x1e\x79\x79\xd2\x7e\x98\x17\x08\x3a\xdc\x86\x76\x0f\x3c\x13\xda\x40\x91\x0f\x87\xd4\x7e\x4c\x85\x69\x1e\xa2\x0d\xb3\x0e\xb0\xfc\xa8\xdf\x3c\x7a\x03\xf1\x8a\x93\x18\xb9\x06\xac\xe6\x70\x0d\xa6\x63\x63\xd2\xea\x66\xa7\x7d\x92\x0b\x32\x71\xbf\xe5\xe5\xdb\x26\x6a\x2d\x7f\x96\xe0\xd1\x91\x8e\x75\x92\x90\x99\x9d\xf2\xc7\x8d\xf8\xc2\xf3\x46\xc2\x5f\x99\xf1\xa6\x01\xb5\x48\x83\x41\x34\x6e\xa7\xd1\xb8\x70\xbb\xa2\x9d\xf6\xc8\xef\xf1\x26\x6b\x46\x96\x72\x42\x88\x72\xb4\x05\x6a\x44\x96\x52\x3c\xdc\x1e\x50\xd1\x13\xfd\xbb\x52\x43\xe3\x9f\xf6\x88\x8a\xd6\x01\x15\x3d\xe9\x0f\xa8\xe8\x94\x1f\x65\x0e\x4c\x0d\x49\x8e\x86\x4f\x6d\x09\x1d\x33\x58\x52\x15\x60\xf8\xdd\xac\x57\xd2\x36\xd3\x00\x6b\xcd\xd9\x56\xa5\x12\x1d\x11\x71\x4a\xbd\x67\x23\xca\x94\x6a\xcc\xb6\x94\x94\xbb\xb5\x98\x58\x27\x61\x58\xbc\x7b\xbb\x8d\x51\x36\x38\x7b\xc3\x49\xb9\xfb\x84\x93\xd2\x97\xa8\x91\xe1\x57\xf7\xa3\xb6\x31\xe2\x95\x26\x13\x1e\x4a\x7d\x79\x23\x63\x6f\x71\xf6\xbf\x3b\xb4\xa8\x44\x68\x9b\xd7\x6f\xb5\xad\x47\x86\x55\xc1\xbd\x2c\x72\x29\x36\x8f\xc8\xea\x1f\x2f\x95\xfc\x9d\x13\xe3\x3e\x91\xe2\xb7\xb8\x44\xa4\xf8\xd5\xaf\xa2\xfd\xee\xd6\x52\xa4\x00\xa4\xfb\x2d\x6e\x32\xe9\x7e\xb5\x2f\x68\x5c\xa7\x1a\x51\xb4\x57\xa0\xff\x54\x5e\x34\x02\x20\xd4\xec\x98\x0b\x4f\x22\xf9\xbb\x54\x8b\xba\xa3\xf6\xf1\x8a\xf4\x58\x91\xcf\xd7\x57\x71\xfb\x0a\x65\x56\xe3\xab\x94\x01\x84\x60\x08\xd5\x15\x20\x18\x82\x7a\x82\xf6\x79\xd2\x01\x9c\x78\x07\xe4\xb9\x88\x46\xbc\x83\xe2\x8e\x90\xcf\x57\x8b\xc6\x46\xb8\x03\x45\x40\xed\x43\xbd\xe1\x8e\x7c\xc2\x6c\x3f\x5c\xd8\xee\xec\xc7\x9b\x08\xce\xab\x1f\xc0\xcf\xe9\xef\x87\xf0\x9f\x94\x7d\x6b\xd0\x51\x3f\x4c\x89\x59\x29\x87\x88\x67\x2d\x23\x19\xf0\xb8\xeb\x07\x86\x80\xcd\xb2\x2e\xed\xd5\x26\x38\xe5\x57\xc7\x50\xd7\x51\x6d\xee\xab\x6d\x50\x76\x51\x7f\x8b\xd7\xcf\x03\xc0\xe9\xe9\xf4\xa1\x56\xfd\x83\x77\x25\xf7\x73\x37\xed\x9b\xe7\xb6\x9b\xf6\x4d\x31\x6a\x37\xed\x9b\xe2\xcf\x7e\xe6\xd3\xac\xf3\xa1\xaa\xa3\xd8\xb3\xaa\x8e\x62\x1b\xdf\x69\x70\x9d\xdd\xec\x6e\x44\x14\x8e\x7e\x26\xe5\x74\x1c\x29\x27\x9d\x5d\xbe\xd3\x98\x22\x16\x3f\x07\x11\x0f\xa3\x5f\x78\x92\xdb\xda\xf4\x6e\x3d\x6b\x61\x76\xe2\x18\x17\x41\x2d\xaa\x95\x64\x81\xa0\xae\x9d\xd0\x06\x72\xf9\x3d\xed\xba\xa7\x2d\x78\x3f\x5c\xee\xcf\xe5\x8b\x11\xc4\xeb\x45\x1a\x6e\xc7\xc5\x07\x10\xa8\xd7\xcd\xfa\xa6\xc7\x45\xc7\xb8\xfb\xbc\x84\xa5\xe0\x74\x0b\x31\xe9\xc5\xe7\x9b\xd3\x32\xeb\x5b\xb7\x05\x99\xde\xba\xfd\x1a\x2a\x77\xd8\x5a\x95\x8d\x50\x96\x04\x8c\x2d\xaa\xea\xc8\xc1\xe4\x5e\xd1\xd9\xb8\xd9\x55\x9d\x0d\xa8\xdc\x35\xfd\x11\x6f\x10\x99\x9c\x91\x2d\xb0\x90\x73\x1f\x6b\x5e\x1c\x0c\x0f\xfb\xd0\x08\xe1\x10\x1d\xfe\x21\x4e\x31\xa4\xf9\x14\x71\xf5\xe0\x26\x42\x87\xa0\xde\xc8\xae\xd4\x2d\xcb\x32\xba\xdb\xb8\x98\x75\x4d\xd9\x7a\xc3\x39\xd2\x09\x37\x5d\x38\x91\x1d\xf4\xa6\xf1\x1c\xc3\x37\x8d\xe7\xc4\x9c\xa6\xa7\x24\x5c\x6e\x6f\xba\x70\xba\xf8\x64\x31\x51\x3a\xda\x33\x8b\x09\x8c\x71\x27\x8b\x89\xa6\xe3\xbd\xeb\xfa\xc7\x4c\x7a\x32\xaf\xc0\xd8\x1b\x7f\x00\x49\x9a\xfe\xb8\x12\x9a\xfe\x28\xbd\xeb\x7d\xf2\x74\xb1\x45\x1a\xa7\x31\xf8\x8f\xf1\x68\xea\x65\x3a\x8c\x87\x89\xd5\xa3\xff\x18\x8f\xa6\x28\xa8\xf7\x5c\x3a\x56\x0b\x17\xb2\x52\xda\x9f\x5e\x18\x3d\xe4\x0c\x78\x2f\x74\x93\xb3\xe1\x23\x1e\x1d\xa9\x48\x21\x08\x70\xf4\x80\x4d\xf0\x77\x9c\x88\x60\x6a\x3a\x79\x52\x14\x8f\x77\x8d\xb1\x71\x16\x8f\x1e\x44\xd8\x02\x30\x39\x94\xd3\x01\x88\x73\xcf\xc5\xd5\x87\x9e\x03\x5c\x99\x7d\x60\x12\xc2\x3d\xd1\x0d\x85\xee\xf6\xc0\xab\xe4\x19\x45\x2f\xa6\xb7\x6a\x1f\x5e\xc9\xb6\x7d\xb8\x0d\xad\xef\x85\xd3\xad\x84\xb8\x5a\x34\x21\x3b\x8a\x5e\xac\x1d\x96\x24\xb2\xa7\x89\x78\x52\x22\x36\xb9\x59\xec\x95\x54\x29\xda\x83\x75\xc2\x4e\x15\xb1\x8a\xf0\x52\xe4\xad\x88\x3e\x89\xad\x20\x82\xce\xa4\x3a\xfc\x81\xb0\x22\x70\xff\x8d\x6e\xfa\x33\x15\xdb\x1d\x01\x45\xe0\x4b\x1c\xfd\xf6\x7d\xef\x12\xdf\xf9\x70\xf7\x43\xf7\x4e\x49\xf3\x9d\x7b\x6e\xd7\x3a\xa6\x50\x24\xd0\x36\x92\xce\xfe\xa0\xdb\x70\xae\x04\x7b\x22\xc8\x54\xf4\xc7\xbb\x88\x9d\x40\x82\x10\x3a\x02\xf7\x27\x49\xbc\xad\x9d\x08\x13\x7c\x7c\xaa\x89\xb9\x66\x38\x53\x04\xd2\x15\x1a\x10\xac\x34\xfa\xa3\x53\xcc\xaf\xb8\xb4\xd8\xe0\x67\xf8\x97\x29\x7c\xb0\x2f\x4a\xd2\x3a\x32\x82\x99\xf5\x11\x11\x88\x1d\x4b\x6c\xb2\xed\x64\x53\x81\x5b\x67\x31\xde\xc0\x1d\xf9\x40\xe4\xa9\x36\xd2\xa5\xd7\x14\x91\x2e\xf5\xa5\xee\x9b\x08\x92\x36\xc0\x94\xb8\x2b\x38\xea\xbc\xf5\x07\x59\xa1\xa2\xcb\xa8\x78\x97\x6d\xac\x34\xc2\x5e\x17\x4b\x66\x4f\x5e\xaf\x4c\xe1\x85\x61\xe5\x01\xd7\x5f\x2f\x29\x3a\x7d\xb9\x0a\x3c\xf6\x2f\x46\xcc\x8e\xac\xdb\xfb\x25\x39\x79\x89\xd2\xe0\x9c\xb1\xd0\x39\xb5\x1e\xe8\x2f\x89\x56\xbc\xfa\x5e\xc9\x8c\x87\xf8\x4d\x7d\xb4\x1f\x08\xda\xed\x09\xe3\x5d\x7b\xfa\xd0\xb3\x7a\x46\x3f\xf4\xac\x12\xd2\x2f\x0d\x88\x28\xe3\x19\x19\x96\x3d\x42\xd6\xc1\x41\x93\x27\x6e\xff\xe0\xa7\xdd\x29\x64\x03\xd3\xa5\x40\x45\x34\x5d\x60\x6c\x7d\x14\xcc\x74\x6c\x7d\x8e\x84\x81\xc7\xa0\x98\x87\x57\x18\xf9\x8b\x22\x30\x25\xd6\x93\x36\x60\x28\x88\x2f\x14\x61\x4c\x6f\x8e\x7a\x1c\xf6\x6f\x59\x3e\xde\x3a\xf0\xf1\x3c\x2d\xc2\xb8\x48\x0a\xb3\x83\x80\xdd\x5a\x3b\xc4\x09\xdb\xcc\x55\x19\xe7\xc5\xef\x7f\x8a\xf1\xe2\xc7\x5d\x84\x62\xe7\xf8\x31\x14\xa1\x10\x36\x4e\x78\x79\x84\x9b\xf1\x63\x0d\x42\x53\xbc\x50\x12\xa0\x70\x2d\x08\xc9\xed\xb5\x1d\x17\x1d\x71\x37\x07\xe6\xbf\x5d\x26\x3c\xf0\xf2\x52\xcc\x19\x58\xff\x86\x12\xb4\xf8\x71\x03\x21\x5f\x11\x17\xcf\x8b\xb0\xcc\xf3\xc2\x45\xd0\xe3\xab\xb0\xe2\x81\xa6\x45\xef\xf5\xb8\xa4\x59\x4c\x1c\x63\x1a\x8f\x40\xfc\xae\xf8\xe1\x31\x8e\xe2\xc8\x74\x5a\xd0\x9e\x39\x40\xc1\xb8\xc0\x01\x0a\xb1\x51\xdd\x89\x22\x11\xb5\x0e\xaf\x05\xb0\x27\x08\x2d\xa9\xa5\x77\x14\x24\x24\xee\x68\x01\x9e\xd3\x7e\xa0\xa7\xee\x90\x56\xc1\xca\x29\xc3\x94\xae\x3a\x21\x44\x85\x25\xe7\x98\x04\xc1\x25\x35\xab\x8e\xea\xd1\xb3\x0e\x4f\x81\x66\x4f\xa0\x39\xef\xb7\xf8\xdd\xff\xa5\x38\x1b\x34\x23\xd5\x19\xa3\x0c\xa9\xa2\x40\x93\xa2\xb1\xbc\x0d\xee\x5a\xe8\x30\x84\x09\x85\xa5\x41\xba\x7e\xfd\xc6\x03\xe7\xab\xea\xe6\x10\x11\x52\x2d\x5a\xe0\x88\xe5\x4b\x3d\xd4\x8b\x70\x9e\xa3\x7b\xe6\x19\xac\xc3\xee\xc3\xe8\x04\xd1\x1e\xd5\xd8\x05\x8e\x55\xca\x02\x02\xc7\x2a\xb5\x7a\xf1\xbb\xd0\x67\x75\x02\x38\x56\x91\xc1\x27\xa2\x0b\x0f\x0b\x81\x7c\x41\xd9\x5b\x74\xe1\xb1\x7f\xe1\x71\x5c\x68\x90\x38\x94\x7a\x8f\x66\x25\x7d\x7f\x5c\x5e\x43\x70\xcb\x7a\x85\x9e\xdf\x4a\x21\x22\xd4\xa1\x41\x6e\x82\xb4\xf9\x6a\xe0\xc2\x74\x66\x3e\xda\x23\x14\xcf\x8b\x6d\x91\x1c\xbc\x1f\x70\xf0\x6e\x5c\xe4\xf8\xf6\x45\x60\x2d\x77\x31\xdd\xa7\xa0\x8e\x91\xee\x53\x30\xbe\x91\xee\x53\xd0\xd9\x18\x2a\x5e\xec\x4c\x5f\x2a\xfb\x4a\x5f\x2a\xee\xde\x18\xd8\x34\x09\x64\x2a\x34\x5c\x3a\x1d\xa4\x74\xed\x0e\xb5\x1b\xee\xd9\xc0\x8d\xc7\x75\x34\x02\x50\x77\xf1\x8c\x00\xe4\x46\xe9\x2b\xd5\x6d\x81\xf8\x41\x17\xf8\xc0\xe4\xb7\xaa\xdd\x8b\xd4\x73\x64\x2d\xf8\xd6\xcb\xd1\x75\x89\x3a\xa7\x1f\xda\x3d\x09\x4a\x2a\x3a\xdc\x3b\x73\xaa\x5e\x82\x3f\x65\xa2\x05\x60\xca\x44\x8b\x1e\x86\x03\xf2\xa4\xa7\x42\x43\x9c\xbb\xbd\x43\x68\x81\xaa\xc2\xd7\x53\x18\xdc\x47\x0d\x66\xdc\x5e\x1b\x7f\x7a\x9b\x85\xea\x09\x0d\xe0\xe2\x96\xf3\x66\xd2\x37\xbe\x29\x2e\xf8\x2d\xc3\x28\x65\x53\x53\x01\x33\x10\x6a\x2a\x54\x12\x86\x9a\x0a\x15\x6d\x41\x1e\x55\xb5\x71\xf1\xc8\xd5\xc0\xc8\x04\x5a\x8b\x53\x2b\xbb\x40\x6b\x71\xaa\xae\x8c\x27\x1f\x01\xcc\x46\x9f\x73\xfd\xa4\xe3\x49\x66\xdb\x6a\x3f\xc0\xbc\xee\xc3\x20\x3e\x7a\x1e\x85\xba\x09\x57\x2c\x35\x10\xee\x12\x8c\x46\xd3\x8a\x3c\xb4\x16\xd6\xd4\x22\x96\xf1\x2d\x5d\xd8\xa5\x4c\x0b\x90\x51\x3a\x0c\xfd\x9e\x62\xa5\x1d\x98\x4d\xb8\x77\x89\x51\x1d\xb1\x4d\xd8\x09\x03\x14\x24\x45\x0d\xa9\x3c\xae\x4b\x45\xc1\x65\xec\x94\xe4\x33\xe5\x1d\x44\xa3\xb0\x7c\x13\x4d\xc2\xae\x10\xb3\x5b\xf4\xca\x64\xb8\x6d\xf0\x0c\x01\xd9\xd0\x3f\x47\x78\x79\x20\x4b\x54\x09\x95\xcd\x95\x1c\xaf\x71\x44\xfc\x59\xb3\x29\x80\x83\xdb\xe8\xb2\xc1\xf1\x7a\xa5\xb0\xb6\x2f\xa2\x4a\xf8\xf2\xf8\xf1\x14\xa5\x48\x3b\x5f\xc8\x5c\xb5\x53\x1c\xa6\x3c\xa2\xfa\x26\xa9\x40\x0f\xd3\xa2\x6a\x4b\x13\x70\x15\x46\x25\x8f\xf8\xb4\x47\xa0\x58\xc5\x1e\x2b\x91\xd7\x44\xf2\xff\x21\xcb\x73\x5b\x4c\x23\x32\x6c\x80\x0d\x34\x8f\xa6\xf8\x30\xd0\xe6\xc5\x19\x1f\x12\xc5\x61\xff\x5b\xc3\x54\xca\x18\x16\x69\x4f\x3c\x90\x5a\x10\xf5\x30\x86\xd9\x45\x86\xbf\x63\xea\xc4\x8d\x37\x0e\x4c\x9d\x80\x6e\x20\xbf\x68\x93\x89\x0e\x93\x88\xc0\xf4\x8c\x03\x21\x7c\x76\x84\x91\x15\x3b\x32\x4c\x0a\xc2\xe2\x8d\xd3\x01\x68\x8b\x30\xc2\xf0\x27\xe3\x4c\x52\xd0\xf8\x58\x7e\x30\xf4\x89\xf0\x4f\x90\x0c\x59\xe3\x35\x34\x4e\xa2\x16\x80\xef\xe3\x82\x43\x67\x91\x86\x3a\x05\xa8\xc5\x48\x06\x03\x90\x92\xc1\xb0\x3e\x02\x3f\x16\x69\x60\xfc\x9b\x7d\x5e\x08\xff\x9c\xc2\x8f\xa5\x08\xf9\xf6\x71\xc1\x3d\x17\xfb\xe7\x79\xc4\x41\x19\x17\x5c\x4e\xb1\x9f\x45\xff\xfe\x2e\xd0\xc2\xf0\x52\xc7\xfe\x91\x58\x42\xd6\x46\x01\x66\x97\xa8\x08\x33\xe3\x92\x8d\x55\xbd\xc9\x20\x1b\xab\x44\x75\x14\x24\xfb\x2e\x5d\x81\xd3\x62\x33\x07\xdc\x88\xc6\x0c\x03\x6e\x44\x3b\x8c\x91\x96\xbd\xb0\xff\x03\xd9\x43\x27\x6d\x60\x0c\x64\x0f\xad\xfe\x1d\x2e\x65\x54\xf3\xb6\x43\x95\x46\xc5\xc8\xc8\xce\xab\x6e\xee\xbc\xbb\x06\x9c\x88\x8a\xd0\x51\x0d\x83\x09\x97\x3d\xea\x80\xc1\xb1\x0c\x73\xc4\xad\x3b\x60\x57\x54\x7d\x8e\xaa\xaf\x5f\xf7\x8f\xc5\x1f\xcc\x11\x3e\x46\x26\x68\x54\xb8\x23\x91\xa0\x21\x57\x85\x1e\x0c\xbd\xcb\xf5\xe3\x1c\xc4\xbf\x96\xb3\x1c\x2d\x45\xbd\x0c\xdd\x04\xb6\xfb\xe1\xf1\xb5\xb9\xc7\xd7\x16\x90\x0a\x51\x9c\xf8\xd4\xc1\xe3\x6a\x10\x93\xda\xc0\x44\xa3\x1b\x75\x04\x9e\x60\x10\x64\x5a\x73\xa7\xd1\x31\x08\x82\x18\x8d\x0e\x2f\x06\xef\x3f\xba\xcf\x20\xeb\xfb\x0c\xb2\x0c\x8f\xe6\xd6\x74\x69\x94\xbf\xc3\xa3\x39\xe7\x00\x88\xb0\x8c\xb8\xd6\x09\xa0\xbb\xa8\xe2\x90\xba\x0b\x5f\x69\x83\x04\xaa\x55\xc4\x0f\xf8\x1d\x2e\xa3\x91\x3c\x46\xb7\x05\x72\x4c\xd8\x8a\x31\xa0\x88\x62\x26\x2c\x46\x55\x85\x36\x7e\x5c\xc5\xac\xa2\xd7\x80\x3d\x74\xb9\x07\x1c\x98\xfb\x36\xe4\x82\xf2\x0f\xb8\x20\xae\xd5\x31\x1c\x1a\x58\x61\x1d\xd2\x73\x74\x0c\x09\xa4\xc3\x7d\xf4\xc4\xef\x13\x11\x2a\xc4\x72\x20\x25\x20\x53\x73\x8c\xe9\xc8\xd4\x9f\x30\xa6\xf0\xfa\x63\xc2\x98\x7a\xe8\x94\x18\x78\x48\x27\xbc\xa8\xc8\x33\x73\xce\x36\x96\xaf\x62\x31\x74\x90\xd6\x38\x65\x10\x6d\xba\x4a\x1e\x4c\xbb\xea\x7b\x69\x60\x03\xa1\xf5\xd9\xd0\x3d\xda\xc7\xdc\xd0\x3d\x5a\x03\x9a\x41\xa4\x40\x25\x2e\xe3\xf6\xc9\x9f\x1f\x48\x75\xc5\x1f\xbd\xa3\xb5\x6c\x19\xb7\x7e\xf4\xf9\x8f\x4c\xa1\x58\x70\xab\x78\x4a\x20\x65\x1f\x9c\xd6\x83\xb4\xd9\x23\xf8\x28\xfb\x80\x7d\x1a\x4f\x32\x82\xb4\x7f\x84\x98\x85\x7b\x84\x18\x89\xcf\x80\x63\x68\xc6\x49\x19\x08\x26\xc2\xa8\x43\x43\x8e\xc1\x30\x2b\x43\x29\x85\x37\xc2\xa3\xb8\x45\x0a\xff\xc0\x09\x22\x31\x1e\x38\x47\x1b\x81\x67\x2c\x39\x79\xba\x5d\x84\x5c\x16\xaa\xa5\x20\x44\xac\x5a\xc9\x6c\x5a\x4b\x66\xd3\xcd\x5d\x8e\xc7\x10\x4b\xc6\x13\x38\x96\x32\x65\xa7\xbb\xe4\x3c\x85\x6a\x29\x53\x86\x8f\x1a\x4b\xd6\x53\x50\xf0\x8d\xd6\x5e\x74\x6c\x8d\x7f\x84\x77\x9b\xa8\x5e\xb4\xc1\xc6\x21\xce\xf2\xa7\x75\xde\x80\x17\x39\x8c\xc7\x34\x0c\x27\x2d\x3c\x3b\xe7\xc6\x74\x30\x7a\xe8\xca\xd2\xc6\x46\xe8\xeb\x65\xb9\xe5\x57\xb3\xb9\x2c\xaa\x53\x30\xee\xdf\x25\x70\x86\xf7\xbb\x04\x1b\x63\xd8\x21\x93\x3a\x5e\x39\x66\x27\xa7\xa0\xc3\x6b\xe2\x45\xcc\x1c\x36\x97\x5f\x76\x05\x5f\xf9\x65\xa1\x24\x06\xb5\x4f\xd2\x61\x08\xbf\xcb\xc3\xf5\x62\x5e\x3e\xf3\x1f\x59\x14\x5a\x7c\x9a\x13\x8b\x96\x5a\x39\x18\x98\x6b\xe8\x3e\xad\xae\x66\x60\x2a\x7b\x2a\x39\x18\xfa\x52\xc3\xaf\x8d\xcf\x88\x59\x3c\xc1\xc6\x07\x8b\xed\x2e\x7f\x4a\x66\x3c\x93\x04\xf4\x53\xde\x33\xe0\x46\xce\xc8\x16\xaf\xb5\xec\xeb\xf3\x9f\x1f\x36\xcc\x83\x80\x82\xf0\x81\xf3\x10\x14\xde\x7f\xd3\xb0\x7d\xea\x72\xe6\x21\x87\x0c\x5d\x9a\x87\xd1\x2d\x8a\x6d\x94\x40\xb3\x92\x53\x3f\x68\x0f\xcf\x3c\x70\xdf\x66\x92\xf3\x54\x18\x5e\xfd\xd0\x2e\x87\x6d\x99\xa7\x5c\x31\x1b\x36\x33\x0e\xdf\xb4\xda\x84\xf7\xf5\x0f\x0d\x6e\x90\x82\xcd\x8c\xb7\x07\x87\x3d\x4f\xd3\x56\xf2\xc2\x99\xa7\x79\x2b\xe1\x71\xe6\x25\x23\x88\x42\x6c\xa2\x09\x31\x13\x49\x4c\x23\xee\x91\xe7\x26\x26\xaa\x10\x93\xb7\xc4\xfc\x71\x2a\x4d\x57\x81\x69\x90\x3d\x83\x80\xcc\x1f\x4b\xd2\xb4\xa0\x99\x17\xfe\x18\x5c\x45\xf3\x22\x3b\x3f\x57\xc8\xbc\xf4\xbc\x2e\x7e\x28\x85\x81\xa1\x99\xa8\x45\x8a\x36\x85\x13\x4d\x48\xd1\xac\x6f\xa2\x09\x19\x9a\xf2\x4c\x34\x21\x43\x53\xa0\x59\x64\x51\x39\xb3\xb3\xa4\x91\x10\x10\x93\x80\xac\x6a\x96\x37\x31\x37\x2d\x06\x66\x9a\x30\x24\x45\x71\xcf\x2c\x6a\x35\x29\xa6\x53\xb6\xbf\x2b\x8f\x6c\x8e\x82\xc3\x63\x73\x10\x79\x56\xbb\x45\x38\x0b\x8b\x34\x49\x3c\xa6\xb5\xd8\xac\x08\x45\xb3\x0c\xfb\x0a\x4b\x38\x31\xd1\x20\xe6\x6f\x4c\x18\x94\x99\xbf\x23\x9a\x83\x4d\x9b\x98\x9a\xaa\xa9\x99\x15\xd1\x59\xd6\x47\x34\x97\x75\xb0\x12\xca\x3a\xb0\x72\x1c\xbf\xd9\x60\xe5\xdc\xe5\x06\x2b\x27\xfa\x34\xd8\x4f\xb1\xa7\xc1\xca\x89\x63\x0d\xdd\xb3\x88\xd8\x64\x45\x99\x63\xc3\x83\x45\xd4\x69\xb0\x75\xd3\x7e\xf0\x1e\x51\x75\x3b\xd1\xaa\x64\x10\x84\xa9\x25\x07\xdc\xd6\xd4\x92\x03\x4a\x33\x1b\xcc\xa8\x78\xaf\x25\x87\x68\xd7\x50\x9f\xcf\x3f\x69\xe0\x6c\x70\xd7\xa2\x67\x77\x7a\x74\x4c\xba\x0e\x6f\xa6\x89\xf9\x6a\x9b\x8e\x8e\xf9\x87\xba\x9e\x89\xf9\x87\x64\x77\x92\x78\x6d\x0c\x1b\x04\xbf\x5b\x1f\xc1\x99\x6b\x4c\xea\x0d\x95\x51\xb3\xa3\x5a\x77\x8d\x93\x05\x62\xa6\xfa\x35\x79\x0f\xce\x90\x29\xa3\x23\x72\x6f\x18\xfa\x71\x92\x7b\xc3\x60\x8f\x33\xf9\x24\xd6\x2c\x10\x0b\x41\xac\xe6\x8f\x35\x9a\x55\xd4\x0f\x44\x41\xc5\x01\x54\x96\xc1\x22\xcf\x64\x93\x18\x4c\x65\x8a\x42\x83\x39\x64\x56\x18\x61\x20\x45\x83\x3b\x9f\x5a\x81\x68\x8f\x32\x87\x62\x4a\x37\x1e\x73\xd2\x20\x4a\x7c\x4c\xa5\x2f\x3e\x86\xe6\x40\x10\xc4\xfd\x3f\xd3\x94\x03\x56\x71\x1a\x6a\x46\x45\xd4\x34\xb4\xb2\x6f\xa9\x99\xce\xd4\xce\xd0\xd0\xca\x3a\x6a\xce\x74\xa6\x86\x81\x9d\x86\x56\xd6\x7b\x72\xa6\x37\xb5\x2b\x34\x93\x4f\x71\x9c\x8c\x1d\x68\x07\xea\x79\x3d\x79\xa9\x71\x81\x6b\x99\xc6\xa1\xc9\x03\x8a\xcc\x25\x7c\xdb\x4e\x33\xc7\xfa\x3a\x9d\xb2\x56\xfa\x0c\x4f\x63\xcf\xe8\xaf\x3b\xe5\xad\x74\xf6\x9d\xaa\x6c\xae\xfc\x07\x13\x25\xb5\x82\xd3\x28\xcc\x2e\x81\x82\x9a\x6c\xa1\xa0\x46\x7c\xc2\x53\x29\xce\x6c\xee\x95\x02\x94\x29\x98\x91\xbc\xdc\x49\xeb\x59\xb4\x5b\x45\x4b\xb5\x9a\x84\x9f\x5a\x99\xf8\xde\x43\xf6\xa8\x6d\xb4\x9c\x2f\x73\x40\x41\x32\x63\x20\x87\x09\x6b\x55\x74\xdb\x9b\xb0\x56\xc5\x98\x78\x13\x61\x4c\x31\xf8\xdd\xfc\xf1\x59\x5d\xce\x6e\x3e\x22\x37\xf0\x3e\x1b\xec\xb1\x8e\xb2\x59\x8a\x86\x12\xa5\x8a\x46\xa2\xee\x9c\x36\xa2\xd2\x72\x43\xff\x11\xc3\x3d\xe6\x52\xd7\x00\x48\x4b\x64\xb3\xd3\xa5\x21\xa2\x95\x4c\xe0\xc6\xd2\xea\x7a\xa4\xbf\xe3\x44\x56\x63\x8c\xa2\x99\x01\x02\x5d\x1b\x02\x04\x1e\xd9\x2d\xaf\x79\x09\xc0\xe2\x35\x2f\x7d\x43\x82\x33\x95\x90\xcf\xed\x35\x20\x85\xde\x52\x5c\x56\x03\x17\x23\x1d\x46\x26\x91\x00\x13\xc9\x70\x25\x6a\x6e\x1e\xae\x44\x4d\xac\x22\xe2\x5f\x13\x75\xf6\x47\x7d\xda\x12\xf0\x8f\x48\xe4\x31\xf5\x24\x32\x5c\xe0\x7c\x49\xcf\x37\xfd\x83\x97\x31\x8f\xc0\x49\x52\x33\x6d\x42\xe6\x8f\x75\xba\x34\x89\x98\x48\x70\xea\xdf\xa1\x53\x26\x2e\xde\xcd\x53\xf0\x0a\xa1\x90\x08\x21\x9d\x19\x3e\x30\xd9\x0a\xa4\x35\x69\x0a\x3d\xf1\x07\x52\xe9\x38\x71\x01\x4a\xd4\x36\xd5\x18\xb7\xc8\x8d\xf9\x08\xf9\x6b\xe2\x3e\x24\x64\x93\x32\x84\x8c\x47\xee\x8d\x13\x8f\x51\x73\xef\x1f\x7b\x53\x48\xea\x13\xb7\x99\x5d\x55\x57\xde\x07\x16\x43\x30\x57\x37\x7e\xda\x06\xa3\xbd\x0f\xac\x84\x2e\x1b\xf3\xdc\x1d\xd6\xe1\xb9\x7b\x39\x80\xf1\x53\x79\xee\xdc\xda\x8e\xb0\xca\xf7\xc9\x9b\x88\xbb\xe9\x26\x21\x06\x89\x1b\xe3\x3e\x79\x13\x56\xeb\x63\x90\xc3\x63\xe3\x3e\x79\x99\x41\xea\xee\x93\xf7\x21\x24\xfa\x3e\x25\xb9\xf6\xc9\xcb\x94\xc3\x78\x13\x15\x50\xeb\xe2\xfb\xe4\x45\xd8\xed\x1f\x8a\x0b\xfd\xbc\xc9\x56\xa6\xd8\xee\xbe\x84\x81\x09\x9b\xda\xc2\xcb\xf8\xd6\x00\xc4\xdb\xf8\xbe\xf4\x02\x74\xc1\x2e\x5f\x59\x2e\xc6\x95\x5e\x23\x00\x72\x29\x04\xcb\xde\x08\xca\xe2\x0a\x5c\x8a\xfe\x6d\x5f\xa4\xc5\x2e\x9a\x59\x2d\x60\xba\xee\x4c\x9e\x7f\xfa\x07\x42\x75\x90\xe3\x2e\xf9\xb4\x61\x10\x62\x09\xa7\x69\xfa\x5d\x78\xdb\x34\x5b\xf8\x94\xb2\xab\xcd\xef\x80\x28\x6b\x73\x09\x09\xa9\x29\x9a\xeb\x5c\x7d\xd8\xd0\x6b\xcd\xb8\xa8\xb4\xa8\x49\x43\x99\xbb\x7e\x35\x5a\xdd\xde\x15\x1a\x2a\xe8\x1a\x89\x90\x03\x2d\x6e\x78\x9d\x93\x3c\x56\x71\xc3\xec\x64\xd8\xb6\xbb\xfa\x42\x15\xf1\x7e\xec\x4e\xf5\xfa\xbd\x2b\x0f\x09\xd7\xa4\xc9\x70\xdb\xa2\x29\x85\xe6\xe1\x7c\x37\x29\x35\xb3\x6a\x52\x6a\xb8\x80\x1b\x8b\x8f\x53\xe5\xcd\xdd\x92\x3a\x5b\x6d\xf9\x01\xc4\xcd\xe0\x49\xce\xf2\xc7\x6a\x34\x85\x62\x77\x37\x7a\x22\x07\xe8\xee\xf2\xdb\xfe\x41\x78\x6b\xd7\x17\x05\x8e\x99\x1a\xe3\x36\x32\x8b\xb4\xf6\x96\x17\x60\xee\xd1\x30\x8d\x00\x76\x1d\x9c\xb9\x33\x6f\xd2\xd0\xeb\x5c\x70\x47\xa6\xbb\xa4\x7c\xab\x7f\xa4\x8c\x3c\x75\xda\x76\x0b\x11\x6b\x18\x12\x48\x3b\xc2\x36\x17\x62\x79\x93\x1e\x55\x63\xcd\x1b\xa9\xca\xcc\x72\x26\x37\xa7\xa7\x51\x21\x47\x74\x84\x0f\xb3\xd6\x9a\x37\x29\x51\x9b\x3b\x36\xd0\x6f\x7a\x22\x86\x34\xd4\xdf\x11\x46\xba\xdd\xda\x6a\x38\x33\xcd\x30\x5c\xa2\x89\x90\xec\x6f\x1b\xbd\x1b\x56\x23\xb4\xf0\xb8\x27\xfa\x7f\x6e\xf3\x1b\x4e\x63\x90\xe3\x39\xee\x09\x43\xc7\x15\x78\x4f\x19\x3a\x86\xd7\x78\xc3\x4d\xfd\xb1\x19\xa5\xb8\xa7\x53\xca\x64\x5b\x64\x63\x62\x14\x29\xc0\x8c\xf1\x74\xdf\x1c\x6c\xcf\x0f\xe9\xbd\xa4\xec\x77\x4a\x52\x84\x42\x49\x4a\xf8\x07\x5e\x4d\x70\x2e\xf7\x8d\x24\x42\xfc\xbf\x39\x31\xdc\x29\x37\x37\x7a\x06\x15\xb8\x55\xb6\x18\x3a\xe8\x56\x5a\xd2\xf3\x43\xd3\x33\xd7\x56\x71\x89\x9e\xd3\xb7\xda\x16\x43\x0c\xdd\x6a\x5b\x0c\xf2\x7c\xab\x6d\xb9\xb2\x5a\x9e\x26\xc7\xe1\xf1\x2f\x55\x42\x76\x92\x71\x6c\x6e\xc2\xcc\x0d\x3d\xf6\xef\xc7\x57\xae\xc8\xf9\xf8\xfa\xe6\x0f\xd4\x28\x64\x06\x88\x9b\xfb\xbb\x29\x24\xbb\x75\x1e\x96\xb5\xbd\x97\x9e\x14\xf4\xbb\x50\x7d\x58\x34\xb4\x8d\x24\x89\x78\xbd\x9a\xf4\xde\x66\x35\x20\x81\x60\xdc\x1b\x59\xb6\x84\x76\x7b\x13\xd2\x9a\xdc\x05\xe9\x03\x76\x23\xb7\x18\x5a\x76\xdc\xa8\x54\xaa\xf6\xee\xf7\x16\xef\x25\xf2\xbf\xeb\xb9\x68\x73\x7c\x63\x52\xaa\xb5\xf4\xed\xf5\xec\x63\xfd\xd6\x8e\x54\x3a\xa0\x1d\xa9\xfb\xf9\x7a\x97\x31\x6f\x6d\x4a\x5d\x36\x7c\x34\x6a\xcd\x3f\xa6\xea\x43\xff\x49\x10\x6d\xce\x45\xe2\x56\xbf\x70\xcf\x30\x47\xf7\xab\xb8\x6f\xd8\x1c\x71\x9f\xeb\xf9\xf1\x64\x76\x16\xa6\x1a\x18\xce\x0f\xc9\x84\x01\xc6\x6e\xf3\x60\x39\x23\xd5\x27\x9e\x64\x2d\x31\x72\x3d\x91\x58\xcc\x2c\xab\x87\xe8\x7e\x78\xf6\x7f\x3d\x3d\x07\x0f\x3b\x7e\x7f\xd0\x9f\x90\x41\x27\x9e\x43\xae\x64\x50\x76\x2f\x26\x65\x8e\x32\xa0\x3e\xd8\x6b\x90\x32\x27\x9e\x43\x2c\x6a\x7e\x60\xb0\xe1\x2b\xfc\x41\xc9\x42\xd2\x95\x78\x50\xb2\x90\x3d\x27\x1e\x0d\x39\x90\x4b\x3e\xbf\x2b\xfc\x52\x8b\xff\x68\xc8\xc1\x02\x3c\xda\x6a\x80\x11\xcf\xa9\xe5\x0a\xf7\xcc\x83\x6b\x87\x14\xf8\x31\xd6\xca\xb4\x01\x1c\x4c\x73\x00\x38\x18\x68\xe5\x83\xaf\xad\x22\x9e\xe7\x44\x34\xef\xf4\x4f\x43\x16\x80\x27\x0f\x3a\x99\x01\x3b\xf8\x10\x84\xc5\x3d\x7c\x70\xbc\x15\xf5\x1f\x1c\x6f\x65\xcc\x1f\xed\x3c\x40\xc5\xe7\xc2\xda\x82\x5d\x78\x08\xf2\xd6\x14\xba\x3f\x97\xaf\x46\xcb\x5e\x62\xcd\x5a\x82\xfa\x27\xc1\x7b\xf0\xd1\xf5\xf9\xf0\x5c\x18\x63\x40\xdb\x1f\x8d\x43\x9a\xc3\x3b\x27\xa7\x01\x55\x05\xab\x9f\x22\x55\xb5\xcc\x43\xd8\xc1\x71\xc3\xf5\xb1\xf2\x68\x4c\xc2\x25\xff\x68\x4c\xc2\x61\x7e\x34\x26\x81\xfa\x3f\x85\xf5\x86\xac\x3c\x25\x63\x85\xdb\x18\xe0\x10\x2a\x3c\x24\x1b\xd5\xd7\xec\x51\x0f\xa3\xa3\xf5\x03\x27\xd0\xa6\xfb\xab\x45\x88\x0b\xa2\x45\x88\x60\x13\xf1\xd7\x80\xe0\x4f\xc5\x60\xdb\x9d\x40\x25\x63\xf4\xaa\x87\xe8\xbf\x64\x79\x8c\x47\x0b\x12\xc8\xcb\x53\xe1\x1f\x8b\xf5\xe1\x1f\x5d\x22\xd2\x93\x1a\x09\xf7\xd1\xb2\xc4\x1d\xd2\xb2\x84\xdb\xe1\x69\x30\xb7\xdc\xd9\x4f\xfb\xbd\x95\x0d\x70\xf6\x10\x63\x4e\xa9\xdc\x43\x42\x52\xc3\x00\x3f\xcd\x4b\x5e\x5c\x6a\x02\x4d\xa7\x4d\x40\xe9\xa8\xcb\x0f\x02\x10\x61\x7a\xab\x88\xde\x95\x4f\x21\x45\x7c\x88\xd3\xab\x92\xe7\xe9\xa8\x0e\xdc\xb4\x0e\x83\x0a\xdd\x7f\x3a\xaa\x03\x37\x99\x38\xbd\xea\x57\x1e\x4d\x48\x44\xf4\x2e\xd1\x46\xce\xf8\x68\x2b\xe2\xce\x76\xb9\x55\xa6\x89\xa9\x48\xda\x6a\x3c\x04\xe7\xad\x50\xd7\x27\x04\x8f\x29\x84\x37\x1c\x0d\x42\xe8\x98\x66\x08\x1d\x90\x06\xf9\xe4\xc2\x7e\x80\xce\xf3\x19\x40\x97\xe5\xc1\xef\xcc\x26\x92\x48\xd3\x58\x53\x10\xd5\x3f\x8f\xd6\x1f\x70\x6b\x8f\xd6\x1f\xda\xfa\x3e\x58\x7f\x18\x11\xf7\x49\xf9\x83\xfb\x3f\x64\xfc\xdc\x44\xac\x3f\xb4\x5d\x79\x4c\x00\xa5\x21\xfb\xa3\xf9\x87\x0e\x0e\xcf\x90\xd0\x7a\x18\x07\x84\x16\x36\xfb\x49\xf9\x85\xfb\x35\xb5\x57\x11\x77\x91\x5f\xa4\x36\xe4\x31\x56\x2e\xef\x9d\x67\x3a\x75\x5b\xc8\xd9\x8b\xbb\xe4\x82\xd2\xeb\xe2\x51\x5e\xa1\xe9\xed\x33\x25\xda\x52\x42\x45\x14\xda\x79\x3f\x33\x21\xb6\x9a\x37\x03\x7f\x60\x15\x22\x13\xf5\x90\x24\x4a\xbf\xa2\xe7\x16\x2a\x51\xc4\x70\xb8\x79\x68\xd5\xf7\x68\xde\xf3\xa8\xa3\xd1\xee\xf8\xb9\xe5\xd9\x6d\xe2\xfb\x49\xe4\x36\xb6\xad\x92\xd9\xc7\x70\xb6\x62\x06\x4c\x47\x18\xce\xe3\x21\x65\x93\x7c\xde\x63\x00\x5b\xc5\xb4\xcf\xa3\x6b\x9f\x08\xf4\x90\xaf\x6b\xf8\x87\xcf\x0a\x51\xee\x51\xff\x21\x1a\x2c\x4f\xc4\x9f\x6e\x66\x0f\x6a\x1a\x19\xc4\x67\x09\x00\xeb\xaa\xcd\xa8\xba\xd9\xc7\xd8\xb4\x12\x88\xa5\x18\xc8\x73\xb1\x14\x03\x79\xda\x48\xe2\x29\x13\xf1\xa4\x32\xc6\xd3\xb6\x24\xfb\xd2\x42\x13\x08\xa8\x15\x7b\x0c\x48\xab\x04\xe3\xd9\xb2\x56\xae\xa5\x41\x68\x0d\xf0\xfe\x18\x84\x76\x58\x56\x95\xe1\x5a\x6e\x5e\x23\x62\xab\xe9\x94\xe4\xdc\x9f\x54\xab\xb8\x18\xa9\x56\x71\x93\xb7\x46\xfe\x62\x8f\xc1\x6a\xad\x85\xb9\x69\x12\x7b\x63\xd5\x2a\x71\x79\x52\x11\xe3\xc4\x30\x3e\xcd\x0b\x26\xf5\x30\x4e\xf2\xe5\x61\x25\x4a\xbf\xc9\x0a\x02\x8a\x91\x6b\x35\x20\x7d\x5e\x66\xe2\x89\x4a\xa5\x8c\xb7\xfb\xab\x52\xc8\xf3\xf5\x1a\x63\x08\x5e\xf9\x49\x15\x8b\xe4\x36\x55\x2c\x5e\x31\x66\x4d\x92\x19\x7c\x54\xab\x08\xe4\xe7\x33\x4b\xf6\x40\x1d\x8b\x16\x2c\xcf\x27\xb7\x24\xc8\x9f\x6f\x2e\xef\x1c\x98\x99\xf4\xa9\x7c\x52\xfd\x22\xd5\x25\x92\x6d\x9e\xcf\xd4\xbe\x80\xd6\xeb\xd0\x72\x05\xc2\xbe\x0e\x2d\x97\xaa\x1f\xc2\xcc\x85\xbe\x8e\x84\x79\xf0\xa1\x2e\xa6\xf8\x8f\xef\x44\x10\x63\x1d\x4e\xc0\x9e\xd5\x0b\x71\xf1\xaf\xc3\x77\x62\xb3\x49\xc2\x5c\xf9\xc0\xbc\xaa\x5b\xc6\xbc\x0a\x44\x5e\x87\xac\x74\xb5\x5f\x41\xe6\x5a\x5a\xa7\x20\x73\x46\xd7\xc9\x8e\x0f\xff\xc8\xab\x02\x20\x4f\xa3\xe1\x70\xc8\x96\x59\x94\xc4\xde\x85\x2a\x27\xb4\xf5\x5e\xaa\x72\xe4\xc2\x96\xaa\x1c\x29\xfe\x3a\x11\x22\xf2\xa6\x59\xa7\xef\x57\x2e\x95\x65\xee\x24\xd9\x8b\x75\x91\xea\x09\xb4\x5e\x97\x9a\x24\x96\x7f\xfd\x58\xa0\x26\x7f\xbb\xd4\xf0\xe4\xba\x64\x82\x25\x8e\xe8\xba\x70\xab\x87\x6e\xaf\x4b\x9f\x74\x88\xc7\xba\x12\x62\xc0\x47\xf7\xa3\xf9\xc7\x42\xf7\xa3\xad\xcc\xd2\x55\x56\xdf\xda\x75\x25\xf0\x8c\x58\x84\xd1\xa5\x34\x8d\x92\x81\x81\x56\xe6\x2b\x70\xf6\x05\xeb\x2e\x90\x6f\x15\x82\x7f\x55\x5b\x4c\x3b\xf6\xe3\xf1\xc3\x5a\x39\x24\x53\x29\x78\xc4\xbb\x45\x3f\x56\xa6\xa9\xfb\x58\xb0\x32\x3d\xd7\xf1\xc7\xca\x64\xe4\xf5\x85\x4c\x23\x19\xfa\x55\xd5\x7b\xb9\x5d\x35\x19\x77\x56\x05\x39\x86\x99\xfd\x63\x55\xb5\x60\xa7\x3d\xdf\x7e\xfc\x69\xd6\xb2\xaa\x7a\x31\x5b\x6d\xca\x80\xf3\x63\x5e\x9a\x72\xad\x85\x69\x49\xd7\x31\x61\x61\x4e\x52\x74\xd1\x5e\x88\x42\x8a\xb1\x32\x56\xd3\xfb\x97\xa3\xbc\x9a\x4e\xf1\xa7\x1d\xe8\x07\x7f\x5a\xed\xf6\x03\xa8\x4d\xc3\x64\x18\x88\x85\x2c\xa4\x5c\x39\x8e\xf6\x12\xdd\xde\x7e\x6f\x44\x63\xbc\x2e\xe4\x22\xc6\x87\x5d\xa4\x57\x92\x44\x2d\xd2\x2b\x49\xb9\x17\x9e\x30\x12\xcb\x65\x76\x25\x5d\x79\x17\x9e\x30\x45\x5f\xde\xd5\x53\x0b\xc7\x84\x75\x85\x91\x45\x59\x44\x0a\x29\x5a\x48\x2d\xfc\x62\xf4\xfc\x5c\x3d\xa1\x72\x14\x92\x43\x89\x88\x70\x41\xa5\xb9\x7f\xf8\xc5\x74\x63\xd5\x2d\x02\xcf\xf9\x5a\x5a\x06\x07\x71\xea\x7a\xc1\xa8\x8b\x58\x88\x65\x0c\xe7\xb0\x02\x95\x1b\x97\xf9\x4a\x1e\x07\x41\xe5\xc2\x74\xb6\xc9\x0d\xac\xf0\x11\x66\x6b\x83\x8c\x3a\x2b\x84\x2b\xf9\xe8\x5b\x83\x57\x98\xdb\xab\x70\x05\x1e\x65\x0d\xf7\xca\x49\x0d\x9e\x61\x30\x09\x6b\xf0\x24\x16\x72\x25\x2a\x02\x38\x90\x56\x3b\xf4\x40\x16\x0c\xe7\xb2\xcc\x18\x20\xd7\xb6\x26\x0a\x3f\xd7\x40\x01\x8a\xf0\x29\x33\xf1\x5c\x2b\x33\x71\x76\x13\x7b\x33\xc8\xed\x9a\x58\x92\xc3\x67\xad\xc9\xa3\x40\xe4\x9b\xf2\xa0\x97\x95\x64\xb5\xad\x04\xab\x2d\x4e\xdc\x18\x05\x79\x72\x6f\xe4\xc8\x0e\x7c\xf3\x02\xe1\xa6\x58\xe4\x47\x37\xb8\xe8\xc2\x23\x26\x19\xae\x45\x24\xb8\xaa\x51\xd0\xba\xe5\xb5\x01\xef\x36\x2d\x98\x34\xe0\xce\x89\xfa\x0f\x36\x3b\xdc\x33\xeb\x41\x0d\xe6\x59\x25\x2f\xba\x06\x26\xeb\xc1\x7e\xc7\x6d\x78\x60\x73\xed\xe8\xc1\xa6\x9b\xfb\x76\x21\x3b\x19\xba\xd4\x2d\x42\xf4\x1b\x48\x7f\x61\xb5\x7a\xe8\xd9\xb3\x34\x42\xd1\x9a\x7e\x21\x48\x39\x34\xa6\x5e\x8f\xc1\xa1\x91\x60\x2c\xfd\x63\x0c\x87\xba\x56\xca\xac\xa8\xb6\x92\xc5\x02\x16\xac\x52\x92\xa7\x5c\x69\x95\x22\x34\xcb\x57\xa4\x7b\xa9\x55\x8a\x17\x4e\xf2\x3e\x6e\x6c\x9a\xa5\xb8\x76\xcb\xf3\x90\xed\x7d\x2b\xfe\x8a\x3b\xb9\x0a\x86\xdf\x99\x15\xc6\x8f\xe4\x83\xac\x26\xf7\x20\x4e\x6e\xc2\xa0\xb8\x90\x5b\x39\x04\x97\xff\xda\xde\x7d\x00\xbc\xb9\xfb\x9c\xc9\xf6\xb6\xb6\x5b\xa4\x48\xee\x48\xb2\x3a\x7f\x13\xbf\x17\xff\x42\xb7\xe5\x4d\x94\xa0\xb7\xd7\xfb\x86\x11\xdf\xe4\x30\xfc\xb8\xa5\xeb\xc0\xf5\x26\x91\x67\x25\x5e\xa3\xfe\x26\x04\x29\x8a\xa5\x67\x54\x24\xc5\x77\xca\x82\xc5\x29\xc6\x3e\x5d\x9f\x47\xd5\xe9\x7f\xea\xd3\x78\x6c\xad\x2f\xd3\xe5\xb0\x18\x5f\x06\x7a\x07\x34\x44\x37\xc5\x4c\x10\xeb\xf3\x49\x60\x93\xa9\xed\x80\x1f\x3a\x76\x39\x8a\xc9\xb5\xdc\xa3\x8f\x08\x23\xbc\x4d\x56\xda\xbe\xfe\x80\xdc\x30\x38\x26\xad\xd9\x84\xc9\x15\xdd\xb6\x26\xb1\x8c\xb6\x31\x89\xf5\x35\xb0\x8f\xfa\xdf\xff\x2e\x33\x06\x6d\x18\x1d\x92\x51\xc7\x46\xbc\x63\x28\x95\xfd\x63\x73\x2e\xf2\x52\xc7\x46\xd4\xe3\xf3\x6c\x13\x5a\x8d\x94\xea\xb1\x09\xad\xa6\xd7\xc4\xfe\x31\x3c\x97\x6e\x16\xfb\x80\xde\x4c\xdb\xee\xdf\xef\x97\x63\x21\xf4\x19\xd6\x47\xe8\x03\x95\xdf\x3f\x6e\xe7\xd2\x13\x63\xeb\xbd\x03\x1f\xb0\x15\xfa\x80\x94\x5b\xa1\x0f\xbb\xba\x4f\xa4\xce\xa7\xe5\x46\xd9\x3a\x48\x9d\x61\x54\xf6\x89\xd2\x8c\xeb\x68\x9f\xd0\x48\xf8\x94\x8d\x5c\x48\x6b\xbc\x7d\x02\xff\x25\x0c\xc0\xcf\x61\xde\x84\xff\xd0\x3e\x70\xeb\xf4\x33\xec\x47\xf8\xfd\x1d\xf8\xb9\xb1\xf6\x25\xfc\xf4\x7f\x21\xb4\xe2\xea\xdc\x84\x02\xd1\xd3\x63\x5f\x26\x9c\x63\xf3\x36\x99\x9d\x44\xd7\x4d\x10\x36\x4f\xce\xbe\x90\x58\xc0\x4e\x6e\x62\xab\x79\x28\x36\x82\x9c\xe9\x86\x5d\x1f\x65\x26\x8c\xed\xed\x74\xb3\xcb\x6f\xe0\xe9\x84\xb1\xbd\x9d\x02\xf1\xe3\x8c\xae\x09\x95\xd9\x0a\x6f\xa0\x0b\xbb\x48\xbf\xfd\x5d\x9a\x6d\x3f\x93\xfa\x2c\x10\xd6\x2d\x1e\xd2\xad\x4c\x27\xac\xbf\xa8\x63\x3f\x08\x9c\x78\x9b\xec\x2a\x3c\x96\x11\x2c\x71\xd8\x77\x15\x1e\xe6\x52\x85\xc7\x72\xa5\x4c\xff\x5a\xdf\x72\x9e\x77\x55\x6e\x66\x19\x63\x0b\x0e\xc0\xd6\xe0\x16\x1a\xb7\x6b\xea\xc0\xac\xf4\xbb\x5b\x86\x2b\x5d\xbf\x5f\xd9\x09\x2b\xc6\x81\x63\xdb\x3f\x4e\x68\xc8\x63\x6d\x6c\x6c\x87\x0b\xf4\x63\x8a\x86\xa6\x49\xfb\xc7\x13\x8d\xe1\x22\x36\xef\x1c\xfa\xfc\xb1\x47\x43\xc3\xa6\x8d\x44\x47\x3b\x88\xdd\x4c\x54\x28\xfa\xe9\x38\x14\x96\x17\x95\x2c\x2b\x76\x16\xff\xf0\x22\xfa\xd1\xf9\x3f\xe8\xdb\x6e\x4c\x43\xa4\xea\x48\xa0\x60\xe0\x37\xee\x46\x46\xab\xdc\x5d\xd0\x2d\x23\x74\x82\x99\xde\x18\xa8\x0c\xf7\x01\x17\x23\x89\xf1\xc6\xbe\x57\xc9\xf1\xc6\xbe\x77\x88\x3b\x18\xae\xa8\x7c\xda\xd8\xf4\x6a\x90\xb5\xbb\xc0\x5a\x76\x59\xe9\x3f\x58\x56\x5e\x07\x3b\xc0\xbb\xfc\x1d\xd8\xdc\x92\x40\x74\x0e\x5b\xb3\xf5\x2e\x82\xa2\xed\xc0\xbc\x55\x3c\xd2\xd4\xd7\x15\xd3\x9e\xc5\xc3\xa5\x3d\x8b\x0b\x16\x5e\xd7\x94\xb5\xf4\x15\x17\xb4\x60\xb1\x1f\x0d\x7d\x21\xc5\x5b\x43\x5f\x89\xcc\x40\x66\x26\xbe\x0c\xa4\x52\xe2\xe3\x40\x12\xe5\x99\x1b\x5e\x9c\x52\x16\x92\x4d\x8e\x3c\x69\x43\x88\x2c\x03\x51\xd8\x2b\xda\x1f\x4f\xef\x40\xdd\x6b\x59\x03\x60\x47\x9b\x30\x13\x92\x22\x8d\x81\x6d\xab\x31\xb0\xe4\x0d\x53\x97\x99\xf4\x56\xc9\x91\xc6\x46\x7b\x2a\x2b\x16\x26\x62\xa2\x99\x7c\x6d\x9b\x3d\x49\xe3\xf0\x4d\x4c\x34\xd9\xba\x3d\x65\x26\xb8\x66\x36\xc2\x22\x23\xf9\x6c\x0d\x58\xb4\x74\xda\x37\xf9\x0c\x24\xf6\xb7\xec\xac\xc8\x70\xeb\xd5\xcd\xcd\xb6\xef\x04\x85\x11\xcd\x9d\xa4\x33\xf2\xbe\x0d\x6a\xe8\x39\x33\x79\x92\xca\xd7\xad\x79\xb0\xee\x8d\xfb\x56\xec\x2f\x71\x24\x93\x92\x36\x40\x1b\xc9\xd3\xe5\xea\xde\xe9\xf3\x6d\xc7\x09\x3e\xcd\x1f\xc0\xb7\x35\x52\x28\x5d\x28\xf6\x23\xf4\xf4\xf4\x78\xfb\x7a\x7f\x20\x91\xd2\x67\x67\xff\x38\xb4\x6a\x4c\xe6\xfd\x24\xec\x40\x88\x40\xca\xd8\x5e\x5b\x81\x94\x46\xdf\x1b\xb5\x97\x96\xfe\xfb\x41\x7a\xe8\xba\x27\xb3\x76\xf9\x81\x8c\x50\x8a\xb4\x4c\xbe\xea\x2a\x2c\xd7\xd7\x73\xba\x14\x64\x4a\x3f\x96\x02\x38\xaf\x17\xb9\x38\xe5\x54\x7b\xe5\x02\x03\xcb\x8f\xa5\xab\x06\x20\xdb\x2b\x97\x94\x3d\x59\xc2\x65\x79\xcb\x06\x58\xcb\x95\x93\xe8\xa4\xe2\xcc\xcd\xda\x26\xd9\x74\x4b\xc8\xa8\xa4\xba\x65\xcb\xc5\x29\x3c\xdd\x70\x71\x43\x07\xe4\xbd\x65\x9d\xbc\xac\xb7\x12\x3c\x0f\xd2\x26\x51\x96\x04\x19\xc9\x96\xaf\x8c\x8d\x8d\xb0\xcf\x92\xbd\x93\xb9\x64\x5a\xdb\x27\x4e\xb6\x46\xc8\xe8\x11\xdb\x22\xea\x9f\x4e\x69\x7b\x2b\x80\x14\xd7\x5f\x45\x9e\x2c\xec\xab\x19\x96\xd4\x01\x27\x6b\x75\x41\xfb\xf5\xb5\xed\xde\xbf\x32\x5e\xe2\xf7\x6b\x2c\x44\x09\xc1\xeb\xc4\xa4\x34\x98\x1f\xab\xad\xda\xaf\x13\x63\x2b\xdf\x14\x19\xda\x1c\x29\xa1\xd7\xaf\x6a\x39\x0d\x35\x37\x6a\x39\xf5\x61\xfb\xd3\x54\x4c\x7c\xf9\x12\x46\xfa\xfa\xb1\x8a\xd5\x67\xd6\x86\x53\x3c\xb4\x45\xd9\x1f\xc2\x4b\xaf\xda\x64\x14\xc5\xee\x2f\xe1\x65\xbe\x5f\xc2\xeb\x3f\xc0\xe8\xb2\x7e\xc2\x28\x01\xf9\x30\xca\xf0\x7a\x56\xc9\x97\x77\x35\x72\xb1\xa1\x43\xe1\x56\xcb\x27\xc4\xef\xa1\xc6\x18\x44\x78\x8f\x24\x33\x27\x1f\x18\x65\xb3\x76\x2f\xe1\x5c\xe4\x01\xde\x03\xad\x30\x30\xbe\x19\xa2\x8d\x23\xf8\x1e\x0a\x32\x87\xff\x28\xc8\xcc\xe6\x0a\x32\x39\x9c\xaf\x72\x2d\x43\xdd\xbe\x3f\x4e\xaf\xca\x38\xbc\x8a\xb5\x38\x77\xef\xe9\x93\x83\x69\xbd\xa7\x82\x4c\xb0\xe0\x3d\x7d\x72\x4c\x3f\x94\x64\x42\xd9\xde\x53\xad\x76\x76\x90\x8f\x11\x20\x3b\x95\x58\x4e\x7b\x53\xf6\x6a\x7b\x41\x06\xd9\xdf\x1f\x67\x57\x25\xf5\xef\x8f\xb3\xab\x5e\x62\xef\xa5\xba\x1d\xc4\x79\x2f\x01\x9b\x7e\x14\x6a\x31\x2d\xcc\x9b\xcf\x92\x4d\x9a\x1f\xfe\xc3\x1b\x4d\x33\xe2\xf7\x52\x42\xc8\xb6\xbc\x97\x12\xc2\x6e\x67\x64\xab\x07\x43\xde\x2b\xe5\x98\xd6\xe2\x65\x04\x7a\xbf\x17\x2f\x23\x57\xc2\x48\x2f\x6a\x7a\xde\x82\x45\xb9\x3b\x47\x3a\x71\x39\xb3\xd7\x38\x2f\xca\x7e\xde\x82\x6d\xbb\x13\x31\x19\xd4\xb0\x92\xf2\x4c\x4e\xc0\x8b\x7c\x4c\x9e\xea\x2d\x3e\x97\x78\x73\xbf\x85\x27\x9d\x2b\x5a\x84\x3c\xec\x4a\xd9\x66\x38\x86\x36\x30\x4d\x10\x79\xe0\x0d\x21\x74\x1a\xb6\x70\x1a\x4c\xaf\x3a\x0d\x4e\xc0\x5b\x9d\x06\xe3\x55\x85\xb1\x48\x1a\x5e\x24\x6a\x72\xc8\xaf\x56\x42\xbe\x81\xde\xea\x3c\x00\xdd\x48\x32\xb0\x06\x6f\x46\x92\x11\xcb\x2b\xd1\x3b\xc5\xcc\x9a\x3b\x60\x2d\xa1\x85\xa8\xbd\x19\x3c\xc6\xd9\x36\xed\xe5\xf3\x1f\x82\xc7\x88\x3f\x19\x3c\xc6\xc5\x6a\x0a\x36\xdd\xc1\x0c\x18\xe3\x3a\x34\x25\x9b\x4e\xab\x91\x5a\x5f\xa4\x69\x08\x36\x45\xb9\x26\x7b\xd1\xff\xb4\x5b\x7e\x33\xb2\x4c\x77\x54\xc4\xb4\x1e\xa7\x34\x33\x12\xa1\x0c\x33\xe3\x23\xe1\x25\xcc\x8c\xa6\xce\xaf\x49\xa5\xe4\xee\xdf\xee\x0c\x5c\x81\x6e\xbe\xb8\x62\x13\xc5\x09\xae\x66\x37\x13\xf8\x69\x35\x6c\x93\xaa\xe5\x14\xf3\xb3\x34\x5d\x79\x28\xd3\xc4\x68\x29\xaf\x98\x17\x21\xda\x65\x98\xb4\x17\x21\xda\x65\x1c\xb3\x37\xcc\x70\x05\xa7\xf1\x06\x51\x2f\x61\x65\x5f\xa4\x68\x97\xd1\x3c\x5e\x62\xc9\x5c\x86\x4d\x7b\x33\x5d\x39\xdc\xe9\x8b\xd7\xfa\x65\x80\xb4\x37\xf3\x95\xc3\x9f\xbe\x81\x35\x55\xb5\x89\xaf\x7b\xee\xde\x17\xd1\xdb\x35\x2e\x9b\x20\x26\xf5\xac\x04\x62\x52\x31\x34\x7c\xe8\x5f\xfe\xf1\xa1\x8d\x86\xa7\x7d\x31\x95\xbe\xc6\xe5\xc7\xe9\x07\x1d\x0f\xe2\xf7\xb8\x60\xc8\xe1\x8a\x11\xb0\xde\x61\x34\x1e\x14\x06\x2f\x6c\x64\x31\x0a\xd5\x3b\x48\x89\x2f\x96\x0d\xbd\x17\x10\x7c\xbd\x99\xcc\x5c\xbc\xfe\x31\x92\x4d\xbb\xc1\x77\xa6\xd0\x81\x39\xa2\x77\xcc\xbc\x0f\xef\x44\x66\x2a\x32\x4d\x64\xa6\x22\x29\xac\x64\x31\x14\xe2\xfb\x63\x25\x9b\xca\x9b\x77\x6a\xce\xeb\xa1\x9a\x66\xa4\x77\xef\xa7\x02\xd4\x62\xb5\xcc\xf9\x04\xc0\x53\x01\x6a\x71\x14\x04\xa8\x12\x17\xf3\x4f\x19\xd0\xf8\x85\x65\x0c\x55\x14\xef\x9d\x39\xc0\x19\xdf\x14\x95\x0a\x5d\x5e\xfd\xa8\x92\xb4\x19\xfc\x3f\x89\xc5\xf6\x03\xd0\x3e\x54\x2c\x21\xdd\xfa\x8a\xfc\x51\x50\xb6\x3d\x0b\xf3\xe1\x17\x7a\x70\x7d\x7c\x85\xc8\xf9\x0c\xff\x15\x1f\xf2\x96\x37\x6f\xcd\xdf\xb2\x7c\xc6\x9d\x32\x4e\xe3\x57\xa1\x86\x9c\xa2\xaf\xaa\xde\x81\x74\x7c\x55\x82\x7d\xfa\x0f\x81\x9f\xa6\x7f\xe8\x8b\xce\xe4\xbf\x9a\xf8\xe5\x87\xfa\x02\x58\xc0\x4f\x31\xfc\x70\xc4\xdc\x60\x47\x54\xec\x98\xff\x98\x2d\x84\xc5\xfb\x90\xd0\x6b\x94\xf6\x35\xf2\xf7\x3b\x41\x52\xb8\x84\xb6\xe7\x1f\x94\x27\x34\x5e\xff\x0c\x5b\x05\xae\x7d\x18\x1b\xa8\x73\xfc\x9a\xb2\x19\xeb\xe0\x39\x31\x2d\x2b\x83\xb1\x57\x64\x18\xd3\xfa\xc8\x30\xa6\x03\x60\xa1\x2c\x14\x1d\xc3\x1b\xe7\xdd\x91\xc1\x80\x59\x9f\xfe\x10\x5c\x53\x5f\xe7\xb9\x06\x19\xff\x3a\x8f\x23\x30\xf1\xd3\xba\x80\xbb\xe5\xd3\xba\x80\x03\xf6\x11\x74\x5b\x23\xdf\x4f\xbf\x07\xe9\xe0\xc7\x3b\x31\xc6\x9f\x8f\xe0\x2f\x65\xee\x28\x2c\x3e\x6c\x0c\x14\xbf\x7c\x21\xb7\xe4\x6e\x06\x26\xac\x1c\xca\x2f\x74\x67\x6b\xd6\x92\x8f\x61\x52\xd0\x87\xb3\xe4\x87\x17\x2e\x87\xea\x0b\xd5\x70\x6e\xb3\xe1\xb8\x7d\xc5\x7d\x88\xe3\x2f\xc3\xc2\x7c\xbf\xc7\x64\xd3\x50\xf6\x1b\xd2\x27\x37\x73\xa8\x2e\x81\xd8\x7c\x83\xf4\x8d\x3c\x1a\x3e\x9e\x96\x45\x6b\x89\x4f\x2b\x85\xec\x8a\x70\x2e\x22\xc9\x48\x97\x66\xca\x9b\xcd\xb4\xd7\x17\x5c\x07\xdc\x61\x5a\x6a\x9e\x47\xdf\x54\xc2\x47\x47\x13\x09\x19\xcc\xcd\x87\xa5\x63\x18\x07\xe1\x9b\x88\xc8\x04\x83\x30\x55\xde\xca\xdf\x44\x44\x36\x6d\x9c\x78\x6f\xaf\x37\xc7\x86\xe1\x26\xa2\x1e\xd1\x76\x22\x7a\xb2\x0e\xd2\x79\xe9\xe5\xc7\xf3\xb1\x2a\xf1\xfc\x6e\x0c\xa9\x87\x65\xde\xdc\x22\xcf\xcd\x9b\x5b\x24\xbc\x31\xaa\x16\xf1\x6e\xc2\x9e\xc0\x5a\x7c\x37\xb2\x81\xe1\xef\x8a\xa7\x45\x12\x5d\x49\x7b\xf6\xf4\x3a\x39\xbb\x82\x05\x17\x3e\x53\xf0\x6a\xe9\xf6\x69\x29\x69\xc0\xc9\x8f\xe7\xe2\xcc\x72\x5e\xe2\x8c\xf2\xe4\xfb\xc7\xf6\xea\x2d\xc3\x0f\x42\x98\x35\xfb\xf2\xd6\x71\x57\x1f\x14\x87\x1e\xcb\x87\x4b\xa7\xd9\x40\x5d\x9d\x1b\xf3\x48\xf5\xab\xff\x48\xf5\xfd\xc3\x57\x3b\xbb\x44\x0a\x17\x9f\xd3\xdf\xef\x51\x79\x99\xca\xf7\x23\xf0\x67\x97\x52\x2d\x64\x88\x10\xe3\x8f\x74\x2e\xe6\x74\xfa\x48\xe7\x62\x1a\xa7\x8f\x58\x9f\x95\xf7\xfe\xb7\x10\x91\x0d\xeb\x23\x4e\x74\x05\x17\x62\x3a\xb7\x68\x21\xa6\x73\x8b\x96\x7b\x0a\x72\x10\xea\x33\xa9\xe2\x56\x4c\x47\x9f\x84\xf4\xcc\x89\x6d\x15\x05\x62\xcd\xce\x77\xbb\x1f\x1f\x27\x9c\x91\x5f\x9f\xb8\x28\xb0\xbf\x7c\x7d\xd9\xe4\xd5\x99\xde\x25\x7b\xd5\x5a\x88\xb3\x3e\xbf\xdc\xfc\x7c\x7e\x49\xa6\x5e\x1f\x96\xd2\xa3\x37\xd1\xc2\x9e\x13\x2d\x6c\x23\xdf\x6e\x5f\x9f\x9b\x4f\xad\xb4\x46\x10\xe9\x3f\x98\x49\xd7\x24\x8d\x11\x24\x68\x3c\xc0\x2e\xbd\x04\xbf\x4f\xa6\x8d\xe1\xb5\x3f\x50\x71\xf5\x7d\xa8\xa3\x1d\xfd\x43\x9d\x21\xb6\x99\x2e\x77\xfc\xae\x9d\x71\x1c\xa4\x9a\xfd\xcd\x64\x1c\xd8\x18\x90\x1b\x61\x1c\x06\xd3\xc4\x2a\x77\x1c\xbe\xbe\xae\xf3\x0f\xba\x37\x0e\x24\xf4\x38\xc7\x8f\xc3\xf0\xd9\x3f\xac\x1a\x87\x06\x98\xc5\x9e\x03\x4c\xb2\xce\x10\x5e\x41\x41\x8a\xfc\xbb\x71\xc7\x61\xcc\xcd\xdf\x3c\xc6\x81\x28\x9e\x2c\xe0\xe3\x40\xe4\x4e\x40\xe9\x71\x60\x67\x49\xfa\xdc\x71\xf0\x10\x23\xb1\xd9\x38\x7e\x4f\xaf\x40\xa4\x33\x0e\xc5\xec\xc5\xdf\x3b\x68\x68\x19\x31\x7b\x61\xdc\x13\xe3\xee\xc2\x58\x8a\xd9\x8b\x6d\x21\x27\xd3\xb2\x28\xe9\x58\x5b\xa0\x3b\x1f\x2f\x95\xec\x54\x9c\xa4\xa3\x2b\x45\x1a\x54\xba\xb0\x4a\x9b\x40\x7d\x29\x5e\x29\x74\x65\x6e\xdd\xab\xf8\x0f\xa1\x36\x07\x30\x5d\xbf\x57\x2d\x92\xe7\x71\xf8\x16\x2b\x4e\xf4\xca\xeb\x80\xd5\xb8\x7c\x16\x0c\xd6\x12\xa7\xd2\x41\xa0\x9f\x71\xe0\x50\x51\x09\xaf\x39\x8e\x62\xd4\x97\xca\x4c\x8a\xce\x6d\x8e\x5f\xdc\x58\xff\xa8\xff\xfd\xcf\xa0\x5f\xe3\x28\xaa\x86\x01\x85\xd0\x5b\x87\xa0\x14\xf7\xce\xdf\x27\xcb\x69\x19\x6d\x89\x93\xfd\x3d\xa0\xa2\x1f\xf6\xc9\x4d\xed\xf4\x2a\x37\xf2\xa4\x0e\x82\xf2\x79\x01\xb7\x82\x72\xc7\x32\x62\x85\x0b\x55\xa1\xec\x62\xa3\x32\x70\xd1\x44\x53\xc6\x06\xfc\x4d\x92\x58\xad\x44\xb0\xaa\x41\xe3\x26\xa5\x66\xfa\xbf\x97\x8c\x1e\xb1\xe3\x68\x06\x24\x6b\x56\x52\x52\x56\xfd\x47\x62\x97\x5d\xbd\x34\xa1\x4c\xca\x90\x7a\x89\x43\x3d\xc3\xce\x03\x49\x37\xf2\x77\x65\x14\xa2\x62\x1e\x38\x88\x8c\xc3\x48\x98\x68\x44\xc6\x61\xd2\x10\x32\x02\x8f\xc3\xc4\x71\x25\xbb\xe6\x7d\xe9\x92\x98\x44\xce\x65\x08\x0f\x3e\xad\x23\x09\xbd\x1f\xc4\xfd\x9c\xcc\xdd\xec\x70\x93\xc1\xf3\x75\x21\xfe\x87\x56\x19\xe2\x27\x0f\x87\xe1\x29\x0c\x62\x6a\x56\xf0\x13\x7e\xe1\x70\x45\xf5\xb0\xc4\x1c\x7f\x1c\x83\x74\x56\x6e\x1f\xd9\x6c\xb1\x56\x1d\xc7\x40\xad\x20\x7a\x0c\x57\x1a\x30\x30\x6f\xc4\x7e\x62\x1c\xc6\xb3\x72\xe0\xcc\xef\x06\xd8\x03\x87\x61\xe7\x39\x0f\xd0\x0c\x80\x4c\xe3\xd6\x19\x6b\x1a\x08\x88\xe9\x98\xd2\x4d\xda\x63\x4a\x37\xa7\x3f\x35\x3e\x01\x86\x49\x04\x79\x61\x9e\x79\x9d\x51\xf6\x09\x65\xdb\x45\x1d\x26\x39\x33\xfe\x20\x65\x59\x78\x1b\x20\x69\xee\x6e\x22\x66\x89\xbd\xfe\xa5\xc5\x1d\xc7\x4d\x14\x42\x17\xdf\x6c\x6f\x95\x51\xd4\xeb\x27\x42\x9a\xd5\xad\x59\xbe\x4d\x3a\x47\x59\x36\x0a\x50\x48\xe4\x96\xb8\x41\x72\xda\xee\xb6\x23\x59\xc6\x7f\x73\x1c\x86\xfb\x16\x99\xd2\x35\xd2\xdf\xab\x31\x92\x28\x37\xfa\x61\xac\x27\xe3\xb0\xb2\xde\xa6\xe7\xbf\xc4\x80\x47\x8f\x1b\x46\x86\x07\xe8\x12\x85\x27\xd5\xb5\xcc\x87\x6b\x5f\xeb\x91\x71\x70\x8f\x9f\x9e\x54\xb2\xaf\x9d\x22\x19\xb2\xe0\x76\x79\x3c\x97\x64\x01\x00\x49\xbf\x76\xe6\xef\x93\x32\xc3\x91\xc5\x16\xa9\xf4\x38\xb8\xe0\x51\x21\x8f\x03\xa7\xc7\xd3\xd3\xc5\x05\x7f\x48\x65\x71\x7a\x3c\xbd\x32\xf6\x41\x5b\x16\x0f\x27\x8b\xd3\x3a\x1b\xb5\x97\xfd\x6f\x81\x63\x06\x5b\x92\x05\xd0\x1b\xd8\xbc\x92\xf0\xc3\x38\x1d\x77\x0b\x1b\x93\xdc\x37\xf5\x81\x81\xd0\x99\xf0\xbb\xe3\xc0\x5d\xf2\x14\x9f\x37\xb7\x50\xc2\x00\x9c\xce\x11\x17\xc9\xd3\xfa\x2f\x37\x92\xeb\x40\xae\xb5\x53\xd2\x8a\x87\xe4\xe1\x22\xfe\xd8\x8d\xeb\xf0\xbc\x90\xf3\xf6\xf4\xe6\xc1\xeb\x62\x5c\xee\x07\x9c\x43\x0c\x51\x81\x3c\x6a\xd5\x63\xfb\x42\x50\xdd\xf2\x0f\xf5\xad\xa8\xf6\xc1\x7a\x49\xfb\x3f\x59\x2f\xda\xfe\x58\x88\xab\x8a\x09\x1f\x97\xb3\x88\xf0\xe3\x20\xa2\x7b\xa5\x7c\xbe\x61\x3d\x56\xa4\xc6\xad\x22\xf3\x27\x85\xb7\xd3\x9b\xb2\x1d\xfd\xde\x6b\xdd\xe5\x25\x35\x6e\x15\xc7\x3f\x01\xb5\x3e\x9a\x4d\xb6\xe3\x24\x1d\x2e\xf9\x88\xc7\x89\x9e\x9f\x24\x9c\xe3\x3c\xd0\x33\x73\x13\x9d\x87\xb4\xb4\xf9\xc1\xad\x0d\x5d\x3e\x65\x1d\x58\x96\xf3\xc8\xd3\x65\x4f\x42\x1a\x94\xa7\xd8\x68\x0b\x5e\xd5\xd5\x9e\xb4\xe4\x61\x01\xce\xc3\x1b\xd2\x26\x69\x91\x08\xb4\xe7\x99\xf7\x08\x6d\x7e\x3c\xc3\x40\x0e\x3a\xce\xd3\x8b\xaa\x50\x0e\x43\xbc\x31\x88\x3e\x1b\xd3\xd6\x93\x06\xcc\xe9\x94\x03\xab\xb6\x78\xf8\xc3\x06\x9b\xb2\x23\xbc\x94\x1b\xe5\x8f\x32\xf5\x49\x96\xc6\xc3\x73\x9c\xf8\x6c\x78\x05\x9d\x17\xba\x67\x70\xe9\xbc\xd0\x3d\xbb\xb0\xfa\x6c\x70\x9c\x4f\x12\xe7\xe2\x19\x3d\x4e\x42\x70\xf2\x4c\x1f\x27\x0c\x83\x8f\xc9\x71\x5e\x0f\x7f\xfc\xa5\xd1\x18\x27\x5a\x7c\xb4\x3b\xe3\xbc\x84\x9c\x45\x57\x8b\xcf\x29\x38\xd5\xe2\x73\xa2\x4f\xb8\x8a\x89\x18\x72\x9c\x25\x03\x13\x30\x27\x43\x55\x4c\x57\xc7\x64\x68\x48\x88\xc6\x59\xf0\x7f\xe8\x40\x89\xc6\x9e\x70\xcf\xe3\x44\x33\x4f\x52\x99\x71\x92\xee\x16\xf7\xb8\x71\xea\x85\x71\x39\x38\xdc\xc4\x80\x3c\x9c\x64\x39\x43\x82\x37\x4e\x1d\x2f\xb8\x76\x4e\x38\x0b\x72\x9b\x8e\xd3\xbc\x66\x73\xda\xc0\xd1\x6c\x00\xd7\xc9\x7d\x74\x92\xae\xbf\x38\x89\x2a\x14\x40\x57\x85\x02\x88\x54\xd3\x43\xaf\x4e\x52\xda\x62\x62\x38\x4e\xbd\x2d\xb8\xcb\x4e\xd5\xf4\x9c\xeb\xb3\xa1\x4f\x0e\xc6\xd5\xf3\xa2\xfb\xbb\xf7\x29\x30\x34\xdd\x8a\x9b\x7f\x3c\xbf\xd9\x88\x10\x3f\x0e\x65\x36\x11\xe8\xc7\x93\xcc\x26\x5a\x76\x14\xca\x6e\x3c\x1e\x19\xcd\xd3\xf5\x63\x4f\x66\x73\xdb\x74\xc2\x10\x43\x8d\xe9\x39\xfd\xfd\xb7\x42\xc3\xfd\x20\xa6\x67\x13\x29\x71\xc2\x68\x6e\xb3\xb1\x3b\xa7\x63\xe9\x86\xc5\x55\x74\x76\x2d\x8e\x3c\x35\xca\x4c\xb8\x27\xce\x1f\x2b\x33\x9b\xe8\x8a\x9a\x1d\xe7\x94\x71\x06\xca\xe5\xc9\x0c\x42\xe8\xa8\x8f\x9a\x1d\x8b\xb9\x71\x06\xcb\x12\xd6\xe9\xd4\xa1\xff\x10\x3a\xfb\x84\xa1\x13\xa5\xc2\x43\xdd\x6c\x8c\x4d\xe2\xe9\x02\x13\xc2\x33\xd1\x6b\xb8\x39\xcc\x79\xa0\x53\xe4\xd2\x38\x8d\xd9\x79\x4a\x51\x08\xc2\x1d\xc5\x83\x6f\x1a\xb2\xd3\xb3\x6b\x1a\x32\xbc\x8d\xc6\x39\x50\xc2\x72\x71\x9c\x23\x5d\xd7\x98\xde\x90\xb7\x64\xa1\x86\x26\x73\xae\xcd\x48\xde\xd2\x7f\x92\xb7\xb4\xbd\x30\xd2\x6f\xca\x3e\x20\x9f\xa7\x21\x24\xc2\xf5\x99\xc9\x34\xd2\x19\x19\xc9\x9a\x8b\xa8\x13\x46\x88\x07\x46\xe9\x16\xa9\x8d\xb9\x15\x6e\xbe\x7a\xf5\x10\x8b\x74\xc2\x80\x5d\x3b\x8d\x05\x11\xd2\x18\x75\xe9\xe1\x9e\xdf\xbe\x45\xa4\xc0\xe8\xd2\xcf\x22\x56\xc1\xd4\x9c\xc5\x83\x77\xfb\x32\xb1\x63\xe4\x54\x59\x09\xe9\x69\xe2\xb0\xc1\x20\x8a\x0b\x76\x27\xcb\xcb\x54\x10\x88\x9c\xc5\xf6\x08\x41\xce\xe2\xf2\xa5\x10\xc4\x63\x6c\x6c\x4e\x42\xb1\x8d\x93\xe0\x5a\x33\xff\x50\x7f\xe5\x56\xea\x2d\x5a\x5c\xcb\xe4\x7a\x5c\xcb\x27\x41\xb6\x8d\x0f\xa8\xf3\x2f\xf5\xc5\x38\x7f\x3c\x51\x4b\x4a\x6e\xb0\x70\x99\xc4\xf3\xc9\x97\x16\x73\x20\xa2\x67\x12\xc7\xe7\xa5\xcc\x44\xf1\x2a\x4d\x52\xbe\x0e\xca\x34\x5e\x3e\xb9\x3c\xeb\x3f\x86\xaa\xe5\x9d\xb0\xe4\xf3\x99\xcb\xf2\x81\x3f\x6c\xad\x9c\x77\xd0\xed\x42\x5d\xe4\x41\x5e\xaa\x8b\x78\xe4\x9c\x19\x6d\x42\x0a\xfa\xe3\xb5\x5a\xde\x29\x4b\xb5\xd7\xf0\x23\x41\x07\xdc\x1f\xb7\xd5\xea\xff\x19\x7b\x8f\xb3\x6d\x79\x9e\xe1\xb6\x95\xaf\x04\x9c\xed\xc9\xdb\x0b\x60\xe8\xbf\x84\x7d\xb0\x96\xee\xf3\xf9\x67\xd7\x9e\x11\x1c\xe4\x24\x2b\xcb\x01\x92\x8e\xac\x0a\xc9\x56\x23\x03\x0d\x90\xb6\x2a\x0d\x68\xa3\xb4\x43\x9e\x44\xf5\xad\x3c\xc9\x1f\xc1\x66\x00\x17\x91\x41\xbb\x1d\xee\x50\x62\x00\xe3\x0e\xc1\xb2\x7f\x1e\x25\x8e\x76\xa9\x7d\x35\xed\x62\x14\x39\xc5\x4f\x8f\x3c\x29\x93\x62\x5c\xae\x2c\xc6\x34\x3c\x68\xb3\x10\x86\x4d\xd0\x3b\x89\x10\x5d\x52\xa2\xe9\x99\xcc\x02\x5d\x47\x5c\x72\xf7\xbd\x52\x1a\xef\x8b\x47\x9a\x85\x99\x96\xb8\x72\xd7\x12\x95\x7c\x4a\x8f\x3c\x91\x73\x00\xb8\xdf\xd8\x8d\xd4\x50\x2d\xee\xe5\xf1\x4a\xd8\xf9\xbd\x1b\xd8\xdb\x17\xf0\x82\x03\x45\xdd\xbd\x44\x44\xa8\xbb\x0f\x6f\x06\x4d\x21\x9d\xcc\x57\x6a\xf7\x2b\x93\x0f\xe8\xba\xe6\xb3\xe4\x52\xe1\x19\x31\x17\x13\x93\x09\x50\x21\x5b\x97\x09\x50\x81\x85\xd3\x47\xb5\xd0\x6f\xe6\xd9\x93\xda\x78\x76\x77\x4c\x9e\x4f\xd6\xdd\x32\x2a\x04\x20\x15\xb2\x42\x97\x62\xa3\x98\xa9\x81\x62\xb3\x76\x8e\x00\x9a\x13\x24\x0a\x67\x31\x27\x38\xf1\x41\x43\x1f\x05\x55\xc9\xa7\x31\xb3\x99\x4d\x70\x68\x9d\xd9\xcc\x26\x84\xcc\x9d\x39\x29\xef\xe1\x8c\xe6\xa4\xbd\x6d\xb3\x0e\xc8\xd3\x09\x20\x46\x05\x11\xc4\x67\x26\x8d\x59\x73\x02\xd0\x76\x63\xb8\x3c\x33\x6e\x1f\x98\xb4\xce\x9c\x0f\x78\x1f\xe0\x20\xfc\x68\x8a\xef\x99\xd5\xa1\x7c\x86\xe0\x75\x32\x70\xf3\xe8\x4b\x90\x70\x69\xc5\xf7\x70\x66\x5d\x5a\xbd\x58\x72\x76\x97\x58\x68\x9b\xaf\x1d\xb8\x89\x22\x4a\xf2\xaf\x99\x8b\x54\x1a\x15\x70\x3d\x95\x1a\xc8\xb8\x9e\x8a\xe4\x73\xf9\xa8\xd9\xc5\xd6\xcb\x08\x53\x16\xeb\x9f\x89\x1c\xba\xd8\x48\x19\x4b\x46\xb9\xe8\xac\x25\xa3\xcb\x00\x5d\x94\xa3\xaf\xc7\xb4\x6f\xbe\x40\x86\x70\xa3\x64\xd2\xc2\x36\x81\x20\x15\x6c\x4b\x7f\x79\xa6\x7d\x8c\x06\x05\x81\xb0\x36\x9e\x99\x83\x8f\x68\x2a\xd3\xc9\x24\xfb\x7f\xb3\x77\x22\x53\x28\xa9\xcb\xd5\xab\x26\x7e\x78\xd5\x70\xf5\x67\x74\xd3\x87\x87\x20\x9b\xe5\x7f\xd8\x87\x59\xfe\x87\x43\x6c\x5e\x3c\x6e\xa3\x10\xe2\x74\xeb\x88\xba\x96\x7f\x44\xc1\xcb\xa6\xc5\x63\xcb\x06\x4c\xf2\x38\x7d\x51\xb7\x0c\x61\x9e\x11\xd7\x64\x0c\x97\x3f\xc4\x21\xc9\xc8\xd4\xa8\x4f\x6e\x1e\x20\x93\x98\xe0\x6d\x31\x33\xca\xe5\x96\xe3\x05\x9f\xf5\x69\x15\x5d\x45\x3c\x4f\x10\x42\x45\xd9\x51\x36\x59\x09\x9e\xa6\x33\x1b\xc6\xbc\x58\x45\xe9\x2a\x53\xf3\x11\x3f\x4d\x9a\x3f\x9b\xb0\x15\x0a\x37\x0f\x77\x87\xcf\x8d\x85\xf4\x59\x3a\x10\x42\x33\x23\xdf\x59\x9e\x08\x22\x65\x24\x67\x68\xc8\x28\x3a\xdf\xc6\x3c\x1f\xf1\x07\xfb\x35\xe5\x23\xf9\x23\x92\x3a\x1a\xff\x99\x3f\x1a\xa9\xa3\xe3\x9f\xd9\x70\xa4\x60\xce\x1c\x39\x4b\xe8\xfb\x23\x97\x7a\xb2\xeb\xa9\xfc\x85\x32\xd0\x41\x46\xe9\x98\x19\xa1\x4e\x9c\xf8\x29\x9a\xa7\xd1\x69\x90\x69\x1b\x7a\xa8\xcc\xa0\x11\xfc\x48\x8d\xe7\x10\xfc\x50\x7e\x91\x13\x05\x9a\x2d\x2f\x25\x1a\x74\xfc\xd1\x43\xa6\x0b\x98\x79\x21\xc6\x75\x52\xc9\xa2\x26\xcd\x93\x97\x52\x15\xda\xff\xe8\x9f\x2e\x31\x93\xd7\xc5\x33\x40\x9b\x69\xcd\x43\xfd\xd1\x45\x3d\x76\xa4\x49\xfd\x5d\xb4\x53\xac\xc1\x77\x92\xfa\x0f\x17\x84\xa4\xfe\x43\x4c\xa6\x67\xaa\x63\x21\xc1\x3f\xa1\x18\x67\x56\xe4\xe3\x58\x4e\xf1\xbe\xe7\xf8\x23\x95\x7a\x9c\x85\x13\xa0\x3d\x96\x1f\xa5\xd4\x87\x27\xec\x94\x45\x74\x7a\x4f\xa1\x66\xf4\x10\x4a\xdd\x25\x40\x8b\x44\xb8\x8c\x99\x4f\x47\x60\x07\x8e\x00\x48\x21\x9f\xba\xb3\xa8\x8c\xc8\xe5\x46\x6b\xd4\xdd\xa7\x17\x50\x7b\x04\x43\x46\xc4\x68\x3e\x6a\xa9\x0f\x37\x36\xc4\x52\x77\x55\xf1\x0e\xe9\xc2\x06\xdd\xd4\xdd\x5b\x17\x33\xed\x89\xbf\xb0\x39\x17\xb6\x8f\x30\xea\x71\xaa\x2f\x61\x06\x4e\xdc\x65\xbb\x2b\x89\xc7\xc8\x5c\x22\xfa\xdb\x69\xa7\xa1\x9b\xa9\x86\x96\xcb\x1f\x2d\xd4\x09\x22\x39\x33\xb4\xd0\x98\x22\x01\x88\x99\x99\x9d\xec\xd0\xc4\x3b\x4e\x7d\x5d\xf3\xf8\x4b\x1f\x3b\xf3\x46\x30\x83\x40\x21\xa3\x2d\x8a\x9b\x63\x17\xbe\x03\x18\x59\x56\xb0\x8a\x98\x59\x61\x52\x7c\x47\x48\x23\xa6\xdd\x78\x17\xb8\x27\xb7\x7e\x34\x2e\x85\xd2\x24\x4f\xb7\x12\x24\xd1\xcc\x46\xd2\x55\x7c\x46\x6a\x04\xdf\x90\x09\xb2\xa5\x44\x3e\x2b\x41\x72\xb3\x3e\x5c\x5f\xde\x9c\x78\xc9\x56\x45\x99\x99\x80\x5b\x87\x58\xed\xe1\x64\xb8\xbe\x8a\x93\xbc\x50\x08\xbe\x25\x8d\x93\x09\xbe\xa5\x7c\x37\x93\xb8\x5f\x31\x77\x26\xbe\x56\xf2\x86\x23\x59\xbf\x1c\x4e\x26\x03\xab\xbc\x4b\x26\xee\x56\x72\x1d\xb1\x21\xec\xd5\x63\xf5\x08\x35\x15\x5e\xa1\xf6\x99\xe9\x75\xf4\x48\x9f\x92\x37\xfc\x8b\x0c\xcc\x8d\xf2\x02\xb4\x78\x0e\xe9\x13\x0e\x94\x33\xbf\x4c\xaf\xd4\xce\xab\x84\xc5\x75\xc7\xcf\x64\xc6\xbd\xf9\x3a\xbf\xcc\xcb\xeb\x10\x7c\x66\x08\xee\x2c\x5d\x6c\x25\x42\x33\xa6\x84\x1a\xa6\xcc\xfc\xa2\xbc\x14\xe7\xa1\xfd\x1a\x84\x1e\x9d\x05\xc9\x94\xac\x5c\x39\x1c\xc4\xe4\xd9\x3d\x52\x78\x76\xe6\x3b\xcf\xec\x11\x8e\x7a\x41\x48\x45\x72\xd6\x59\xf4\x40\xa9\x96\x41\xe0\xc8\x3e\x2a\x78\xa0\x90\xae\x6d\x16\x3d\x50\x8a\xfd\x5e\xf2\x2a\xbe\x30\xf5\xcd\x42\x88\x83\x59\xf2\xa2\xbe\x8a\x8d\x5a\xd4\x57\x09\x74\x10\x51\xdc\x7d\x25\x21\xa3\xe3\x08\x95\x90\x3d\x45\x29\x84\x74\xcc\x5e\xf9\x08\xaa\xd1\x1d\x42\x68\xaf\xa6\x35\xd0\xd5\xb0\xa0\x25\x23\xa5\x63\x11\x0b\x81\xdb\xbb\x63\xcb\x95\xef\x54\x96\x8a\xe2\x90\x96\x0c\x78\xd9\xba\x83\x76\x98\x3b\x09\xaa\x61\x5d\xa0\x73\x2e\x08\xdc\xde\x9d\xbb\x2c\x06\xf1\x19\xe0\x9c\xbb\x8f\xce\x1a\x24\x05\x9f\x45\x32\x8b\x25\x2f\x38\x89\x60\x10\x3f\x0b\x4e\x22\x18\xc1\xcf\x42\x80\x76\x92\x93\xcf\x42\x80\x76\xfc\xdd\x66\x81\xe4\xc2\x27\x6e\x16\x48\x2e\x8c\xef\x67\x41\x7f\xd5\x5d\x63\x8c\x72\x08\xeb\x30\x0b\x24\x17\x46\xf6\xb3\x14\xb6\x17\x47\xb3\xe0\x3c\x32\x1d\x57\x01\x4e\xf7\x84\x21\xdc\xbd\x60\x4a\x01\x50\x2e\x8c\x82\x27\x09\x56\xff\xb3\x54\x68\x77\xc8\xcf\x52\x9d\x50\xca\xe3\x49\x82\x1d\xfe\x2c\x84\x4c\x25\xbd\xf9\x2c\x84\x4c\xed\x6e\xc6\xea\x84\xfe\xa9\x71\x2d\x95\x1d\x06\xc2\x28\x95\x51\x80\x90\x0a\xda\x33\xe2\x74\xcc\x42\x0c\x55\xf5\x07\xa5\x3a\xdb\x02\xcb\x6c\xbb\x23\x2b\x3b\x21\xdb\x0e\x42\x66\xee\x95\x42\x6c\x55\x82\x62\xcc\xd2\x1c\x90\xdf\x59\x05\x8e\x57\x21\xb6\xaa\x9a\x84\xd2\x5c\x05\xda\x6f\xee\x10\xcb\xa8\x86\x70\x79\xba\x98\xcd\xda\x6a\xd1\xa6\x73\x86\xe2\xac\x61\xdd\x3a\x4b\x0f\x64\xcf\x1f\xe2\x8c\xca\x60\x14\xe9\x27\xb7\x1e\xf4\x53\x76\x9f\x7f\xf4\xd3\x94\xbb\x28\x03\xea\xda\x41\x7f\xe4\x53\x5e\x6e\xed\x01\x45\x2d\x50\xa4\x72\x53\xb3\x57\x06\x32\x59\xb7\xea\x40\x26\xeb\x96\x9c\x30\x3c\x1e\x85\x09\x0c\x4e\x18\x31\x3e\x2a\x36\xb9\xb3\x4c\xc8\x7a\x3b\x9e\x08\x62\xdd\x33\x13\xb2\xde\xd9\xc6\xcb\x75\x79\xd6\x26\xba\xcd\xf8\x8e\x90\xd8\x7d\x3e\x11\xbb\x7a\xe4\x27\xc0\x79\xd6\x30\xaa\x59\xd1\x31\xc0\x79\x98\x89\x33\xa6\xbc\xab\x60\x7d\x57\x95\xb9\x14\x3c\x61\x97\x7b\x69\x21\x3d\x76\x79\xf0\x8a\xcd\x1e\x42\xec\x6b\x54\x11\x97\x25\x5f\x02\x10\xcb\x01\x58\xde\x99\xb3\x4d\xc4\xdc\x6e\x91\x85\x04\x55\x24\xb2\x1c\x00\x33\x84\xe7\xac\x19\x86\x66\x59\x4e\xaf\x95\x1d\x01\x23\x3b\x11\x1c\x3b\xbd\x27\x80\x7a\x22\x4f\x19\x28\x1a\x3d\x5d\x62\x80\x38\x01\x94\xfb\xab\x9c\x2c\xb1\xcb\x7a\xb2\xc4\xcd\xef\xcc\xb4\x7b\xf3\x04\x50\xb1\xee\xc9\x72\x47\xfb\x48\xbf\xa3\x9d\xdb\xe5\xb3\x03\xd7\xde\x8e\x5d\x7b\x2a\x5f\x4c\xaf\x4b\x06\x31\x64\xa2\xaf\x59\x48\x89\xbb\xdc\x2c\x52\x3a\x52\xf3\x85\xd4\x71\xd3\x63\xf7\x51\x3a\x73\x8a\xd7\x6f\xa4\xc3\xe2\xf5\x1b\xe9\x70\x3c\x23\xc6\x86\xb8\x2e\x37\x3c\x3d\x22\xce\x72\x23\x1d\x46\x5b\x59\x6e\x64\x1d\xdd\x32\x88\xb4\xb9\xe2\xca\x8d\x43\x97\x48\x14\xf3\x99\x38\x43\x37\x49\x9e\x97\xfd\x82\xc0\x44\x96\x37\x6c\xb5\x6b\x86\x63\x46\x0f\x6c\x49\x0a\xdd\x29\xf6\xbb\xe5\x2b\xf9\x4e\xda\x5c\xe2\x82\xcc\xb2\xb5\x9b\x5a\xbe\x20\xb0\x45\x22\x55\x36\xfc\x0b\x62\xab\xb2\x81\x54\x54\xab\x21\x0e\xc2\xe1\xb2\x85\xd4\xf2\xf0\x94\x7f\x46\x8a\x9a\x85\x04\x33\x33\x3a\x01\xf4\xe8\x1c\xc1\xbc\x18\x69\x0b\xb9\x65\xf0\xcd\x46\x98\x56\xcc\xb5\xeb\x77\x72\xed\x4e\xb1\x19\x89\x67\xa6\xed\x3c\x4c\xbd\xeb\x49\x8c\x34\xf2\xe1\xcf\xf2\x30\x20\xb1\x28\xb9\x76\x27\x44\x4e\x79\x18\x44\xb3\x3c\xaa\x0b\x2f\xda\xc7\xa3\x60\x79\x60\x16\xaf\x91\xa8\x46\x1a\xb6\x3c\xde\x17\xae\xa1\x62\x26\xd7\xe7\x01\x68\xaf\x72\xf2\xf2\x16\x1b\x7a\xdd\x2f\x74\x46\x5e\xde\x62\x43\xa4\xa9\x99\x51\x9e\x55\x80\xd3\x2c\x2f\x40\x0b\xd0\xcb\x2a\x78\x37\xbd\x78\xd1\x79\x71\xbe\xec\x11\x91\xd4\x2b\xd0\x96\x77\xa2\x7d\x06\x68\x8f\xef\x4b\xbc\x29\xf7\xa6\xea\x3c\x27\xf7\x75\x8f\x7f\xcf\xf5\x60\x72\xc1\xd0\xf5\x50\xd3\xe1\xb3\x3b\xc4\x67\x05\xcb\x6c\xc2\x7a\x00\x1c\x2c\x6a\x3d\x08\x59\x88\x96\xa1\x1e\x6e\xe0\xce\x33\x1b\x78\xfa\x8c\x7a\x26\xca\xbb\x81\x27\xcf\x00\x37\xac\x8b\x7a\x86\x01\xd4\x03\xe0\xfc\x9e\x3c\x80\x00\x9a\xdc\x05\x3e\xb3\x0b\x20\xbe\x6a\x72\x42\x69\x13\x2d\x60\x73\xb6\x2a\x72\xab\xae\x76\xb2\xa6\xd0\x1e\x59\xc5\xf9\xb2\x8b\x5b\x42\x8e\xb1\x61\xf3\xd3\x54\x9e\x56\xdc\x31\x4c\x09\x31\x2b\x41\xd7\x66\x94\x42\xdc\x31\x9c\xbf\x6c\x4a\x13\x70\x64\xcd\x1c\x8d\xea\x0f\xb4\x40\xce\x59\x36\x66\xab\x65\x90\x87\x09\x3b\x16\x3f\x5d\x84\x56\x33\x0a\x18\xb0\x4d\x2d\x08\x84\xc0\xf2\xf5\x23\x9d\x0a\xfe\x92\xb3\x16\x84\x43\x20\xcf\xfa\x91\x4e\x0b\xef\x9a\x59\x0b\xb2\x20\xae\xa3\x5a\x90\x26\xc2\xe8\xd5\x82\x32\xa6\x5b\x17\x65\x8c\x7d\x15\x76\xd5\xb2\xbc\xe7\xd9\x76\x4e\xca\x08\x03\x03\xe8\xb6\x73\xd3\xa6\xe5\x37\xf0\x30\x47\x48\xb4\x9a\xd4\x4b\x2d\x0c\x00\x0c\x5e\x95\x68\x71\x35\x55\x25\x5a\x9c\xbb\x5a\x01\xda\x09\x56\x80\x35\x2c\x8f\x00\xab\x5a\x1e\xfd\x16\xb7\x48\xad\x00\xed\xf6\xac\xf2\x6b\x87\x15\x16\x85\x7c\x3e\x0d\xef\x6e\x6d\xc0\x76\xa5\x2a\xda\x37\xf7\x4f\x65\xde\xb9\x53\x6a\x45\x13\xc7\x01\xab\x0d\x48\xdd\xf4\x0d\x4d\x5c\xfe\x53\xf6\x56\xc9\xff\xd7\xc0\x06\xb5\x99\xec\x8b\x6b\xb5\x36\xc7\xc4\x58\x0d\xcd\xa6\x5c\xa1\x92\x0d\x90\xe4\x90\xb3\x36\x8e\xcd\xb4\xcb\x08\x4d\x0f\x5c\x64\x06\x24\x29\xc2\xac\x64\x06\x24\x35\xd2\xac\x38\xf8\xe2\x1d\x3c\x6b\x73\xc3\x2e\x5b\x72\x50\x0e\x84\x41\x55\x61\x72\x2f\xd1\x50\x77\x80\x54\xc6\x9f\x17\xdf\xde\x59\xa1\xe1\xc2\xcc\xae\x92\x3f\x10\x3f\xe6\x59\xbb\xe2\x3c\x07\x41\xf4\x37\xc5\xcb\x35\x14\x8f\xf4\xa6\xe2\x11\xaa\xad\xf6\xc9\x6c\xf8\xdd\x75\x61\x37\xa1\x84\xc4\x17\x79\xd6\xee\x0e\x02\xea\xce\x0e\x4a\x96\x07\xea\x21\x10\x40\xed\x81\x23\x26\x5c\xf3\xc8\x0c\x09\x23\x44\x0e\x15\x31\x5c\x53\x8d\x5a\x89\x0a\x47\x24\xdb\x59\x89\x0a\xd7\x3c\x88\x43\x89\xba\xdf\x9d\x79\xc6\x3f\x94\x8d\xda\x10\x50\x57\xcb\x33\xf1\xd0\xa6\x75\x78\x06\x2c\xe3\xfc\xfa\x1d\x48\x3d\xf5\xc3\xb8\xed\xee\x5d\xac\xaf\x4c\xc7\x34\xeb\xcc\xf4\x40\x0d\x74\x93\x2b\xc5\x8b\x60\x50\x7d\xba\x93\x1d\x35\x1e\xbe\xea\x6a\xea\xb4\x0f\x2b\x78\x9c\x28\xb3\x50\x85\xba\xce\x06\x87\xc3\xea\x76\xd6\x7f\xc1\xe1\x18\x45\xa4\x0d\x74\x62\x0d\x6e\x9f\x5c\xf7\xa5\x7c\xd4\xb5\x5e\xa2\xac\x28\xa6\x96\x94\x4b\xa5\x46\xb0\x38\x91\xf5\x47\x2d\x56\xe9\xf2\x6a\x6c\x7b\x85\x8b\xd5\xc0\x71\xc9\x23\x83\x93\xb0\x14\x78\x0d\x27\x61\x37\x02\x4e\xc2\x12\xaa\x35\x9c\x84\x45\x01\x86\xb9\xc7\xca\x7b\xd6\xf0\x12\x16\xeb\xa9\xda\x4c\xe2\xcc\xd3\x63\xd5\xfd\xe3\x60\x3c\xd5\xe1\x19\xec\x4a\x18\xed\x16\x87\xad\x59\xc3\x33\x58\xfc\x1f\x9e\xc1\x22\x30\x13\x07\x29\x73\xa8\x5a\x7b\x4b\xe3\xd6\x53\x39\x83\x3b\x2d\x7c\x83\xc5\x0c\xe1\x1b\xec\x55\x74\x05\xd4\xfc\xb9\x84\xda\x59\xc7\xdc\x5b\x62\xb5\x1a\x0a\x37\xee\x8c\x4b\x6d\xf4\xf4\x05\x05\xb4\x47\x3b\xbc\x80\x45\x1f\x11\xb4\xc5\x0b\x21\x82\xb6\xb8\xaf\x2e\xa7\x16\x90\x35\xe9\xd2\x40\xb3\x9a\x84\x30\x3b\x4c\x1c\x84\x65\x6f\xea\xed\x36\xe1\x7b\xf8\x07\x3b\x7f\xe1\x1f\xec\x20\x6f\x35\x3d\xb4\x7b\x73\xbc\xa3\x50\xe7\xfb\xfc\x13\xfb\xdd\x2e\x80\x08\x82\xd8\x77\x72\x33\x15\xcf\x61\xe9\xfc\x4a\x52\x22\x59\xad\x6a\xf4\x97\xe4\x7e\xbf\x63\x97\x58\x3b\x26\x9c\x79\x31\x29\x91\x3a\x81\xba\x9d\x70\xef\xb7\x8f\x90\x0d\xa3\xbc\xba\x1d\x8b\xd4\xc5\x47\xd5\x56\x59\x97\x6a\xda\xa1\x24\x5e\xdd\xe1\xca\xc3\x28\x75\x2f\xc6\x21\x71\xd6\x88\x12\x23\xf4\xfa\x11\xe3\x9e\x38\x2b\xda\xcd\x5a\x3c\x25\x8f\x3a\x5f\x57\x3f\x24\x79\xae\xab\xae\xbf\x6a\xb0\x2b\x3a\xcd\xa6\x9e\xbd\x3e\xaa\xf6\xbd\x87\x55\x58\x0e\x2f\x53\xcd\xca\x87\x27\x18\x17\x5f\xed\x98\x2b\x86\xe4\x4d\x3a\xeb\x51\x11\xe3\xee\xd3\xc5\x77\xb8\x49\x5f\x4d\x44\xe8\xf1\x55\x0f\xe3\x56\x52\x97\x39\xdc\x24\xaf\x16\xac\x1e\x46\xdd\x7a\x87\x27\x4b\xb7\xde\xe1\x3c\xbd\x81\x7d\xec\x46\x90\x3d\x18\x3a\xf9\x0e\xcf\xfc\x2b\xc8\xde\xe1\xaa\x3d\x87\x2b\x80\x68\xee\x18\xe2\x8c\x57\x55\x92\x57\xfa\x47\x59\x56\x4d\x8a\xdb\x11\x9a\xa4\xc5\x8b\x40\x57\x5f\x0c\xc5\x4e\xcb\xed\x10\x49\x42\xd3\x34\x4d\xce\x7b\xd4\xe9\x34\xd6\x79\xf6\xba\xf1\xfb\x14\xca\xc4\x8b\xf0\x83\xde\xdb\x21\xfc\xd9\xfe\x85\x9f\x7d\xd6\xd4\x8c\x12\x4b\x7d\xb6\x43\xf8\xb3\x7f\x84\x3f\xdb\x5a\xa8\xc2\x80\x2c\x69\x01\xce\x16\x6a\x38\x0d\xe3\xf0\x32\x5b\x8a\xc1\x50\x25\xe1\x14\xbe\xac\x51\x81\x98\x4e\xd4\xa1\x12\xc8\x6f\xb6\xd0\xa1\x72\xa9\xb4\x84\xd7\xd0\xb2\x94\x63\x01\x15\xb4\xe4\x58\xba\xa5\xb4\x0c\xf1\x59\xe8\x39\xe4\x2d\x09\xbd\x13\x96\x84\xbe\x09\x8a\xd0\x73\x65\xb4\xec\xf4\xb3\x65\xdb\x47\xcb\x56\x9c\x39\x66\xc3\x99\x18\x67\x8e\xd9\xb4\x65\x57\xc5\xd1\x72\xe3\x87\xb5\x63\xf7\xf8\xe2\xee\xc9\x96\x12\xe2\xea\x4b\xcc\xbe\x8d\xc5\xee\xb1\x4e\xec\x1e\x26\x2c\xc7\x1e\x61\x92\x4c\x15\xa0\x50\xa8\x95\x80\x92\xc9\x28\xaa\x1b\xb9\x26\x1a\x96\xed\x5d\xc9\x45\x2b\x1e\x39\x47\x56\xdc\xbf\xdc\x52\xad\xd8\x0f\x04\x47\x33\x29\xc0\xb2\xbe\x76\x2a\x9c\xc5\xa6\xef\x6f\x11\xb4\xaa\x9d\x0a\x87\xa1\x19\x4e\x8f\x60\x1b\xb3\x55\xec\x54\xdc\x17\x3a\xff\x16\xb7\x9c\x6e\x7b\xe5\x6f\xdc\xd8\xaa\x76\x37\x9c\xce\xa6\x6f\x70\x71\xa3\x54\xb4\xf9\x4e\x55\xc5\xee\xc6\xe1\x7c\xd4\x6b\x5d\x6e\xb9\xaa\x02\x70\x08\xcd\xad\xe7\x9a\x10\x6c\xdb\xb5\x7a\x8c\x8d\xb9\x69\x0e\x87\xa3\xd9\x9a\x46\x91\xdc\x39\xad\xe9\x85\xe8\x41\x31\x01\x81\x86\xef\xad\x39\x1e\x8f\xa3\xd9\x08\x8a\xbb\x0b\x31\x5f\x92\x50\x6b\xa6\x23\x20\x0a\xf2\x6c\x4d\x5b\x21\xab\x28\xa8\x16\x34\x95\xbc\xc5\xcd\xdd\x84\xd3\x8d\x83\x15\xfe\x8a\x86\xd5\x21\x81\x01\x5b\x77\x3d\xdc\xb6\x3d\xd6\x83\x41\x77\x2d\x35\xa2\x98\x03\xa8\xfe\x89\x05\x61\xd0\xdd\x01\x34\x5f\x1c\x80\xfb\xa6\x3b\xe7\x20\xa7\xd6\x99\x5b\x37\x6e\x17\x4c\x77\x64\x58\xf1\x83\x5d\x5b\xc7\x21\x5f\xac\xd1\x63\x6a\xf9\x31\x62\x6a\xf9\x33\xa4\xae\xc4\x5a\x23\x26\xd0\x17\xfa\x9f\x2e\xe7\x70\x02\xc5\x81\x98\xf5\x27\xd9\x94\x86\xde\x37\x4d\xb7\x97\x5e\x81\x12\xc7\x0d\xbd\x6f\xd2\x02\xa4\x61\x1c\x97\x64\xf8\x1a\x16\xff\x9a\x15\xb4\xa9\x03\xbb\x28\x01\xe7\xe0\x24\x11\xdd\x88\x63\x9c\xa6\x7b\x6b\xea\x89\xef\x29\xf8\x48\xd0\xa6\xb5\x47\x43\xe0\x99\xa6\xa8\x72\x0a\x73\xb2\xb1\x41\x29\xdb\x12\x64\xf1\xe1\x14\x64\x08\xe9\x36\xb1\xad\x8a\x4e\x42\xb1\x0f\xf8\x33\x26\xd3\x86\xb7\x0d\x33\x7e\x3c\x8d\xd3\x0c\xf8\xf5\x70\xe4\xae\x6b\xc4\x3b\x4e\xfa\x38\xb4\x85\x9a\x5d\x58\x20\x62\x97\xf6\xdb\x6d\x09\xbe\x35\x34\xa9\x82\x6d\x6f\x2b\xc0\x67\x90\xd0\xb0\x53\x43\x8c\xb6\x02\x7e\xeb\x08\xbf\xf8\x6d\xc5\x94\x5b\xe7\xa2\x65\x1b\xbb\x79\xf6\x7b\x80\xef\x0f\xc1\x17\x25\x42\xc4\x26\xad\xa2\xda\x19\x6b\x01\x94\x66\xcb\x96\x31\x6a\xa7\x6b\xe1\x39\x81\x88\x4d\xda\x6a\x36\x13\x37\x69\x99\xd1\xce\xce\x64\x02\xb2\xe6\x79\xda\x52\xb6\x13\x03\xa8\xa8\xbe\x30\xf4\xa1\x7b\x52\x35\x69\x34\xd0\x4e\xec\xd4\x1c\x15\xd9\xb1\x55\xef\xb5\xcb\x58\x02\x42\x15\xae\x87\xd3\x97\xea\x0b\x63\x0c\xd7\x43\x38\x88\x76\x19\x59\xc0\x95\xd4\xf7\x50\x0b\xb8\x86\x26\x39\x6b\x02\xd7\x70\x3e\xac\x76\x7f\x69\x7f\x64\x0d\x23\xa3\xae\x3f\xc5\x81\x0d\xaa\x35\x6b\x75\xd7\xcc\xd8\xa4\xdb\x55\xbb\xc3\x76\x8d\x25\xbb\x65\xf6\x44\xd5\x91\x55\x1b\xf2\xac\xdd\x31\x20\x86\x6d\x56\x6d\x7d\xb5\xda\xed\x80\xdc\x1a\xb7\x03\x9a\x36\x60\xa8\x04\xb8\xe5\x76\x1b\x2a\xc1\x79\xbe\x9d\x5b\xab\x5c\xfe\xb0\x8a\x16\x76\x02\xa3\x95\x8a\x5b\x36\xcc\xed\x00\x79\x3b\xeb\xb4\xb4\x35\x58\x11\x4b\x40\x9d\x66\x85\x14\x6d\xeb\xb9\xcb\x44\x41\x90\x4e\x85\xdd\x2d\x6c\xf2\xbc\x82\xb6\xbe\x3f\xde\x12\x1a\xe5\xc9\x72\xb6\xad\xeb\xb7\x28\x6f\x1b\x38\x50\x34\x4b\x44\x43\x85\x36\x0d\xb2\x35\x2b\x76\x6a\xdb\x68\x08\xa2\xcc\x47\x0a\xc6\x89\x7d\x04\xd3\x89\x7d\x0c\x8d\x20\x96\x34\x85\xb7\xe2\xa3\xf6\xe8\x61\x2c\x02\x7c\x04\xcd\xdb\xec\xd1\xff\x14\x60\x3e\xe2\xb6\x29\x41\x69\x8f\x26\x68\x5e\x4d\x11\xde\x50\xfc\x8d\xd4\x34\x2b\x74\x69\x28\xa2\x9b\xae\x0c\xed\x09\x30\x29\xf6\x1a\xb4\xc1\x3f\x6f\x80\xc9\x6c\x98\xe1\x3b\xe8\xbe\x57\x4a\x71\xf8\xa7\xeb\x46\x03\x98\xc4\x76\x96\x8b\x69\x6f\xcc\x26\xd0\xe0\x5a\xd9\x3d\x02\xa4\xcf\xd4\x0c\xa6\xe1\x59\xd9\xdd\x56\x90\xb6\xad\x46\x05\xed\x60\x9c\xbe\xd7\x38\x0d\xce\x58\x38\x5d\x32\x96\x7e\x18\xa7\x81\x85\xe9\x87\x71\x1a\x58\xb2\x0e\xa1\x5b\x4b\xfc\x31\x15\x25\x93\xd1\x0f\x43\xf2\xd2\x4f\x3f\xb0\x51\x62\x5b\x76\x02\x3b\xe3\x6e\x3c\xbb\x09\x37\x35\x61\xec\x87\x10\x57\x9e\x81\x78\xd9\xfb\x6d\x4b\xd6\x56\x11\x30\x2d\xf5\x9a\xc6\x89\x62\xd0\xaf\x4d\x16\xbc\x7f\xf4\x6b\x23\xc0\xd1\xec\xc4\xb9\x59\xf8\xee\xcf\xae\xe7\x04\x8e\xc1\xb3\x43\xa7\xd6\x12\x55\x06\x9e\xc4\x8d\xe7\xa9\x15\x28\xc3\x82\x4e\x2d\x47\xb3\x97\x93\x52\xb6\xa5\x45\x51\xb1\xca\x6d\x29\xdb\x7a\x7c\x61\x26\x92\x09\x33\xd9\xb0\x3d\xeb\xdb\xc8\xb6\xea\xd9\xec\x99\x10\x29\x3d\x87\xa7\x14\x0d\x64\x23\x08\xb3\x61\xbb\x29\x3e\xb5\xc1\xed\xb8\x60\x16\x32\xff\xce\x9e\x23\x34\x06\xfd\x40\xb7\x16\x0d\xdf\x7b\x56\xd0\xe6\xa4\xe5\x18\x01\x50\x67\x23\x68\x54\x5f\x0c\x27\x9c\x05\x67\x33\x36\x9f\x63\x04\xcc\x33\x34\x6c\xd7\x76\xaa\x9b\xf2\x53\xaf\x80\x8e\xeb\x44\x91\x1f\xef\xd0\xb0\x25\xff\xed\xae\xd1\x89\x3c\x51\xd4\xe5\x75\xa2\x45\xab\x79\xe9\x26\xfd\xd4\x6d\xaf\x13\x0d\x27\x3c\x6c\x3b\x94\x6f\x38\x3e\xf4\xa2\x69\x1b\xd4\x7e\x87\xf4\x0d\x57\x86\x4e\x08\x1c\x35\x26\x1d\x32\x38\x5c\x2f\x3b\x94\x6f\x55\x22\xd5\x09\x58\x51\x54\xfb\x76\x13\x62\x69\x13\xdd\x21\x49\x8b\x76\x08\x1d\x92\xb4\xa8\x11\xee\x55\xa3\x34\x80\xa9\x5a\x0b\x51\x1d\x8d\x73\x4c\x27\x19\x3c\xf5\x70\xeb\x6a\x99\x5d\x41\xb5\xcc\xb0\x56\x9d\x0c\x9e\xcb\xdd\xd4\x54\x00\xfb\x8c\x16\x30\xea\x5e\xff\xfb\xbf\xa2\xd9\x73\x6f\x88\x12\xb3\xdf\x1f\x9e\xfd\xfe\xf2\x4c\xdd\xae\xf4\x83\xd3\xde\xbb\xfc\x9a\xeb\x18\x34\xa5\x73\x18\x34\xa5\xb3\xfb\x8f\xa6\x04\xa8\x0e\x49\x14\x8d\x05\x49\x61\x95\xe5\xde\x63\x75\x8c\xff\x2c\xf7\xd7\xbb\x16\xb0\x56\x47\x3b\x29\xb5\xdd\xfb\x8b\x65\x14\xcf\x03\xeb\x29\x48\xc5\xfe\x2f\x25\x27\xcf\x41\xb8\x33\x6b\x43\xb3\x1b\x2b\x60\x76\xe3\xc2\x0c\x2c\x53\xdc\x68\x03\x6b\x14\x37\xfa\xc0\xfd\xcd\x99\x1d\x18\x2f\x79\xb6\x06\x86\x29\xee\x83\xa1\x70\xc3\x13\x4c\x54\x67\x0d\xc3\x3a\x29\xb3\xd4\x6c\x75\x52\x66\x69\x15\xd1\x51\x71\x13\xdb\x70\xf6\x89\x01\x82\xbb\x6b\x62\x56\xcb\x9d\xd2\x89\x1b\xa1\x05\x74\x9f\x18\x20\x20\xba\xea\x0b\x53\x14\xd8\x98\x4e\xd8\x08\x0d\x91\xfb\x8a\x51\xd2\x01\x6a\x6d\x39\xaf\x8e\xad\x60\xec\x9f\x25\x70\x96\x01\x38\x0f\xdd\x12\x38\x46\xb6\xb0\x9a\xe8\x3e\x63\xa3\xe2\x6c\x2d\x6c\x54\x9c\xa1\x25\xa0\xcc\xe8\x02\x50\xae\x8e\xbe\x00\xd4\xb3\x7f\x8a\x23\x45\xca\x27\x90\xba\x4d\x4e\x37\x2e\x0d\x9d\x02\xea\x77\x36\x2e\x74\x54\x3f\x05\x14\xe0\x4e\x80\x13\x0d\x9e\x00\x27\xda\x39\x31\xe9\x10\x3b\x9f\xce\x28\x40\x68\x1e\xa8\xc1\x78\x3f\x71\xca\x12\x6a\x55\xd6\x8e\xf2\x22\xc4\xa5\xd3\x6e\x2a\x0c\x75\x5b\xfd\x42\xd1\x1e\x15\x50\xb4\x3b\xfc\xcb\xa3\xc4\xd4\x5d\x9a\x34\x58\x1e\x8b\x00\xa7\xf1\x42\xd1\xee\xda\x5f\x1c\xb1\xe8\x00\x45\x7b\xd4\x45\x87\xee\x08\x6e\x94\xfd\xae\xf1\x8d\x2d\x85\x6d\xa2\x05\xcf\xf1\x5d\x78\xfe\x64\x8f\xfb\x8d\xf3\x9b\x73\x7f\x63\x15\x10\xcf\x02\xcb\xa8\x6f\xad\x02\x00\xf6\x16\x58\x96\xe7\xc6\xfe\x42\xc0\x6f\x2c\x01\xe2\x3b\x36\x17\x2e\xc3\x47\x97\x15\xa9\xba\x8e\xf6\x5b\xb3\xfd\xbe\x3f\x00\x09\x2c\x37\x3b\xca\x6f\xa9\xea\xbe\x91\xca\xbb\x24\x28\xbc\x75\x86\xe9\x28\xbc\xf5\x79\xeb\x1f\x49\x56\x34\xb7\xef\x1f\x45\x36\xf5\xc5\xeb\x5b\x9c\xe4\xf3\xcd\x77\xe0\x47\xbf\xbd\x02\x86\x87\x32\x4c\x2a\xfa\x6d\xdd\x35\x3a\x7a\xec\x15\xcf\xc2\x06\x3c\x8f\xb0\x31\xc1\xb8\x48\x68\x49\xd3\xd1\x5d\xeb\xb4\xd3\x3f\x3a\x6c\xea\x4d\xd3\x1f\xe1\xb1\xfc\xc5\x33\x7d\xa1\xbb\x36\xfc\x40\xff\xa8\xb0\x22\xdd\xda\x1f\xa3\x36\x4a\x07\xbc\x08\x7f\x3d\x80\xaf\x13\x41\xe5\x17\x61\xdb\xf0\x19\x2d\x89\xfb\xf7\x45\xb7\x03\xff\xda\x5f\xb4\x24\x62\x87\x17\x3d\x8f\x17\xc9\x2b\x42\xfe\xea\x0e\x12\x75\xca\x30\x8d\x03\x09\xe6\xf4\x59\x25\x99\xcf\xc0\x00\x9e\x1e\x07\xfa\x25\x28\xac\x81\x6a\x59\xf6\x70\x90\xa7\x53\x8e\x6e\x1c\x68\x6a\xa6\xdf\x4f\xca\x17\x9e\x55\xb7\xfa\x1d\xb5\x1f\x97\xcb\x38\xd0\xae\x4c\x9f\xd1\xae\x80\xb9\x46\x32\x54\x06\x08\x7e\x44\xf0\x09\xa6\x74\x24\x54\x61\x60\xe8\x91\xcc\xf2\x32\x2c\x85\x08\x1f\x8c\x3b\x14\xd5\xc9\x35\x0d\xcc\xf6\x0e\x39\xe3\xa1\x1f\x84\x0c\xc0\x48\x88\xf0\x21\xac\x87\xa2\x3a\x99\x94\xa1\x74\xce\x2b\x76\xe4\xb8\xac\x68\x39\xa3\x4e\x80\x99\x18\x59\x4f\x37\xa8\xbe\xa1\xac\x4e\xce\x70\x20\xab\xd3\xc0\x69\x28\x91\x93\x97\x1a\x19\x71\x3c\x97\xe6\x50\x20\xa7\xd3\xc8\xc8\x06\xe4\x38\x6c\x6b\xfb\x62\x5b\x01\x18\x8d\x29\x90\x93\x31\x1d\x0a\xe4\xe4\x8c\x47\x71\x92\xd8\xd7\xa3\x04\x64\x16\x43\xa1\x50\xfd\xd1\xac\xc2\xf4\x91\xe2\x53\x73\xae\x81\xd4\xee\x50\xc8\x30\x8a\x90\x71\xd6\x06\x29\x3e\x35\x57\x1a\x45\x28\x93\x55\x1e\x7b\xf4\x0f\x7a\x0e\x08\xf3\x51\xd5\x0d\x40\x21\x8d\x1a\x41\x4f\x00\xb2\xc6\x4a\xfa\x47\x47\x24\x4e\xd9\x40\x30\x77\x78\x6f\x0f\x32\x73\x6a\x76\x38\x54\x0c\x4f\xab\x2b\xa8\x64\xbb\x8f\xf0\x8b\x70\x5e\xc3\x2f\xc2\x62\xe1\x17\x31\xd6\x5f\xf8\x6e\x84\xd3\x84\xfb\xb2\x21\x79\x45\xb4\x30\x9a\x92\x57\x2e\xff\xd1\x5c\x4d\x56\xa3\x29\x79\xed\x96\x1a\xd4\x00\xe6\xa6\xe0\x75\x08\xc1\xe2\x87\xb5\x95\xbb\x72\x5e\x47\x53\x1e\x3a\xac\xa2\xdc\xd8\x55\x32\x3e\x86\x2e\x69\xa3\xc5\x40\x99\xe7\xe6\x40\x3d\x18\xfd\xa0\x65\x7e\xf4\x18\x27\xb0\x04\x15\xe5\x36\xe9\x4a\xb7\xdd\x99\x1d\x41\xbd\xa7\x27\x62\x65\xb8\xcb\x3f\xc2\xa9\xea\xfc\x34\xba\xa2\x62\x37\x79\x17\xe4\x69\x75\x75\x30\xf0\x39\xa3\x0b\xf2\xb4\x58\x80\x6c\xcb\x82\x2c\xaa\xe8\x01\x32\xdd\x10\xf4\xaf\x2d\x07\x03\x51\x35\x8f\xf8\xa3\x7a\xc4\xf3\x3b\x94\xce\xd3\xf2\x08\xf8\x19\xf2\x50\xd1\xc0\xf4\x0f\xe1\x1f\xb6\x25\xfc\xd6\xd6\x07\x11\x12\x62\x8c\x80\xdf\x2a\x4e\xb9\xf0\x0f\xd9\x31\xae\xce\xa1\x90\x4e\x3f\x8c\x81\x0b\xab\x5e\xfd\x63\x2a\x68\xf6\xbb\x34\xa8\xcb\xa7\x8c\x4e\xc3\xa4\x81\x8c\x6e\x4a\xcd\x8c\xa9\x5c\xd3\xa1\x28\xa4\xd3\x2f\x63\x28\xa4\xd3\x06\x69\x4c\x13\xf0\x44\x6b\x4a\x90\xa3\x18\x52\x4e\xb1\xab\xa2\x38\x79\x87\xb1\x14\xb9\x42\xf7\x8c\x25\x79\x0c\x39\x31\x56\x80\xc6\x30\x15\xb9\xe9\x17\x32\x96\xd0\x70\xe9\x0e\x45\x6e\x7a\x83\x0c\xa5\x6c\x5a\xca\x8d\xa5\xcc\xd5\x11\x2c\xc5\x84\x2e\x93\x72\x36\xed\x7f\x06\xba\x62\x0d\xc5\xc7\x7a\x99\x1a\x7a\x21\x6c\xb4\x72\xbd\xa1\x28\x4d\xb5\xdd\x38\x83\x6e\xf7\x4f\x53\x83\x4b\x27\x86\xec\x08\xc0\x4e\x25\x7e\x36\x7c\x22\xf1\x73\xce\xf5\x68\x95\xb3\x1f\xa7\x22\xbf\xe8\x46\x91\x5f\xb1\x98\x22\x3f\x51\x93\xbe\xae\x71\xdd\x5c\x4a\xa9\xc4\xb3\xfa\xba\x6a\x59\x36\xc8\x76\xae\x69\xeb\xd0\xd7\x55\xdf\xa0\xa1\xaf\xab\x32\x83\x61\x66\x54\x0d\x93\x87\xbe\xae\x3a\x03\x0e\x33\xa3\x6a\xe5\x35\x74\x7c\x95\xa1\x1e\xfa\xb6\x3a\x98\xcb\xc1\x30\x4b\x57\x0c\xc6\x5e\x1c\x4c\x00\xe6\x60\xa2\x58\x0c\x86\x17\xbd\x5b\xb9\xca\xc7\x6d\x84\x3c\xd7\xe5\x76\x2c\xb0\xc9\xe3\x56\x7c\x59\xfd\x13\x83\x01\x96\x3b\x06\xc3\x9c\xdf\xca\x32\xe9\xff\x46\x7c\x59\xfe\xb4\x7b\x1e\x77\x0c\x4d\x70\x5c\x28\xef\xb3\x9b\xb1\x45\xd3\x8e\x4d\xb4\x7f\x9b\x7a\xc2\xbd\xb9\x91\x19\x7b\x4d\x6f\x5c\x72\x25\x16\xb0\x73\xcc\x71\xcf\x6c\x05\x05\x22\x7a\x24\x70\x5d\xab\x8b\xa1\x04\x2e\xee\x7f\x25\x70\x71\x81\x2b\x81\x8b\xb9\x31\xc1\xab\xa2\xed\xa1\x5f\x6c\xdc\x9a\x8a\xe3\x94\x20\x0f\x9c\x64\x73\x4c\x81\xe9\xd4\x66\xd4\x79\x2d\x46\x6b\xe4\x18\xa9\x62\xed\x27\x70\x2b\x13\xfd\x84\xd4\x10\xa0\x15\xc7\xc5\x15\xfc\xc4\x08\x18\x33\xca\xe6\x1c\xd7\xa6\x82\xba\xb8\x8f\x9f\x10\xdc\x32\xd0\x27\x86\xe3\xcb\x69\x1d\x5b\x73\x04\x62\xf7\x8f\x46\x6c\x35\x1a\x73\x00\x12\x17\x4f\xb0\x8a\xbe\x20\xf5\xb4\xfa\x9b\x79\x66\x2c\x6f\xcc\x33\x83\x79\x85\xd2\x5d\x4f\x70\xb3\xae\x49\xd3\x40\x02\xa7\x05\xda\x78\x15\x67\x3a\x31\x88\xe0\x34\x75\x19\xaf\x42\x43\xc8\xf9\x41\x3a\x35\xed\xda\x86\x42\x37\x25\x7b\x53\xa1\x9b\xa6\x5d\x53\xa1\x9b\xeb\x3f\x0f\xc5\x84\xdd\x17\xa5\x99\x9c\xc6\x89\x04\xae\x2b\x8c\x98\x07\xe2\xd8\x28\xa5\x98\x13\x8e\x63\x1e\xca\x0c\xbb\x2d\x2b\x81\x85\xc9\x99\x87\x20\x77\x1b\x53\xd0\x09\x8b\x34\x15\xc2\x29\x82\x9d\x24\x57\xd3\x4c\x6d\x22\x83\xab\x6a\xa3\x26\xa2\xb6\x2c\x06\x98\x49\x99\x25\x87\x7e\x26\x93\x72\xb1\xe5\x67\x8a\xe0\x91\x07\x2f\xca\x00\xab\x0d\x18\xdb\xcf\x19\x08\x91\x9a\xfd\x24\x1d\xb3\x05\x3a\x11\xc5\x95\xcd\x34\x43\xa2\x26\xcc\xe4\x50\xf3\x3a\x9b\x1f\x69\xd9\xb4\x5b\x9c\xa4\x50\x23\x3c\xf4\x9c\xd9\x84\x5c\x4e\x8c\xe2\x34\x2d\x7a\xa6\xe2\x34\x45\x88\xd3\x44\xb2\x9a\x60\x4e\x88\xce\x22\x36\x9a\x21\x4e\xeb\xbe\x98\xaa\x8b\xf3\x3b\x73\x80\xcf\x28\xff\xc9\xd6\x6c\x60\xcb\x79\xdb\x4f\x48\xac\x98\x26\x84\x6b\xe6\x5e\x9d\xd3\xd0\x67\x9e\xf9\x49\xf0\x69\x0d\x37\xa7\x82\x36\x6f\xad\xa9\xa0\xcd\x8b\x76\x42\x82\x96\x1a\x7f\x3a\x61\x31\xfd\x11\x31\x69\x6d\x6b\xfa\xc2\xa0\x09\x39\xed\xa5\x33\x3f\x72\xb4\xc9\x8a\x4e\xc5\x6a\xb2\x15\x13\x9f\x91\xa2\xe6\x7c\x2a\x63\xd3\x20\x60\x96\xd7\x3f\x4c\x93\xc4\x29\x38\x73\xe2\x41\xa2\x9d\xd0\x54\xd3\xfc\x21\xa6\x3f\x50\xe3\xac\x32\x7b\x80\x59\x15\x4e\x3a\x33\xca\xe2\x6a\xbc\x40\x29\x55\xfb\x24\xb6\x91\x27\x03\x47\x90\x14\x65\xd8\x8b\xf2\xba\x93\xa0\x26\x5a\xf1\xce\x86\x4b\x81\x83\xff\xa8\xcf\x49\x54\xc6\x39\x91\xbf\x11\xb9\x71\x4e\xcc\x14\x55\xf3\xcc\x06\xeb\x57\x2c\x2f\xf1\xe3\xd0\x3f\x7a\xb3\xea\xff\x32\x3f\x0a\xb3\x6a\xbc\x31\x9b\x38\xc4\x4d\x88\xba\x37\x74\xdc\xf3\x23\x2a\xab\xde\xd1\xb3\x93\xe6\xcc\x4d\xd4\x8d\x56\xcf\xb6\x41\x2e\x17\xa2\x98\xa9\x73\xaf\xd6\xe7\xb3\x2b\x02\xf3\x99\x53\xe3\xe2\x74\xfc\xcb\xdc\xe7\x1d\x07\x20\xf7\x79\x47\x1c\xd6\x6c\x55\x21\x90\xe5\x1f\xb7\x9f\x2f\x38\x00\x41\xdb\xcf\x81\xbf\x0c\xf4\xe7\x1c\x08\x84\x20\x65\xe6\x40\x20\xe4\xe6\x47\x26\xa7\x87\xf1\xc4\x4d\xa5\x4e\xbf\x23\xec\x59\xb6\x83\x9f\x0e\x64\xe8\x1c\xc4\x28\x80\x58\x9e\xa4\xbd\xd7\xc7\x6d\x0e\xfb\xe5\x3b\x69\xef\x09\x10\x3d\xe7\x44\x52\x0a\x17\x32\x0d\x70\xa2\x2b\xe3\x9c\x86\xdf\x11\x83\x90\xd3\x7e\x39\x47\x13\x41\xce\xb0\x25\x64\x23\xae\xb3\xfe\x28\x8e\x66\xe2\xf3\xe0\x14\x4d\x1c\x26\x96\xcf\x2a\x0d\x10\xb8\x4c\xf4\xb2\x33\x96\x67\x21\xee\x81\x96\x9c\x3a\xa4\x38\xf1\x0b\x71\x8f\x63\xd6\x09\x65\x58\x1e\x29\x8e\x13\xaf\x13\x8a\xe3\x24\x35\x9b\x46\x09\x53\x27\x14\xe7\x1a\x27\x14\x4d\xac\xa6\x4e\x28\x8e\x59\x27\x14\x89\xb8\xb9\x8c\x0f\xe3\x71\xd0\x0b\xc5\x13\xbc\x10\x52\x39\x63\xa7\xc9\xf3\x1c\xe8\x29\xd8\x80\x71\xba\xe9\xa9\xa0\x4b\x8a\xcb\x76\x0a\x1e\x13\xa6\xeb\x09\x74\xc1\xd4\xdd\xc4\x3d\xa2\xbb\x89\x27\xe9\x74\x22\x7d\xd6\xfe\xce\x75\x26\x93\x9b\xb7\xe8\xbc\x90\xea\x88\x6c\x2e\x4e\x92\xf7\x13\xe2\x37\xcd\x10\x26\xe2\x37\x23\x27\x4e\xc4\x6f\x9a\x84\x4c\xc4\x6f\x71\x44\x2e\xa4\x37\xdc\xa6\xf3\x42\x9a\x04\x65\x31\x3f\x7a\x6e\x6a\x9f\x32\x21\xe7\x9a\x4c\xe3\xc4\x53\xc5\xa8\x4e\x13\xd2\xac\x06\x2e\x44\xff\xd9\x8f\x28\x45\x77\x9e\x36\x7c\x4c\xa4\xab\xe6\x8d\xec\xc4\xed\x79\x23\x3b\x59\x56\x06\x7b\xa8\xb4\x99\x1b\x83\x5c\x0f\xfd\xc6\xc8\x15\xb2\x78\x22\x4d\x93\xaa\x9d\x1b\xb3\xdb\x3f\x73\x0c\xcd\xa9\xd8\x0d\xbe\x74\x86\xd8\xcd\x86\x91\xf4\x14\x9f\x45\x39\x0c\x7c\x23\x6d\x12\xf1\x6f\xa1\xb5\x43\x54\x01\x45\x00\xb1\x2a\x16\xef\x6e\x24\x3d\x70\x77\x13\xb1\x9b\x24\xf4\x7c\xb0\x7f\x16\x67\x3e\x06\xc0\xf3\xce\x35\x4f\x47\x90\x13\xe4\xe9\x50\x12\x3a\x35\xdc\xcb\x51\x5d\xe9\x84\x68\xd0\xe4\x1c\x71\x9b\x91\x9c\x43\x39\xe5\xd4\x72\x2f\x6e\xd0\x17\x03\x45\xf1\x0f\x29\x38\x94\xc2\xce\x57\xa4\xe6\xee\xd5\x56\x2f\xae\xd9\x37\x40\xb1\xba\xa0\x30\xd8\x57\xd1\x0e\x90\xbc\x21\x72\x62\x46\xde\x80\xd1\x4e\x02\x46\x1b\x26\xef\x8d\x34\xca\x1b\xf0\x32\xac\x57\x39\x20\x3c\xeb\x82\xb0\x0a\x0f\xe9\x85\x43\x88\x57\xe1\x3a\x90\x45\x41\xc9\x2c\xd4\x97\x87\xa6\x0c\x0b\xea\xe9\xd0\x2e\x64\x11\xb2\x44\x9f\xd2\xa5\x39\x9e\xe6\x43\x8b\x0c\x1e\x3a\x98\x2e\xad\xf1\x34\xbe\x58\x5a\xe3\x69\xef\xb2\x34\xc0\xd3\x46\x66\x91\xa7\x43\x0f\xc5\xa5\x88\x4e\x13\x99\x85\x9a\xf2\xd0\x78\x62\x25\x2c\xd5\x58\xac\x95\x02\x94\xc9\x0b\x06\xa8\xcd\x1a\x5a\xf2\x80\x69\x56\x92\xe1\x65\x47\xac\xec\x0d\x44\x0d\xf3\x6c\xe8\x24\xb3\xb2\x3c\x26\x27\x61\xe9\xe6\x91\xa3\x4a\xa3\x0a\x33\x94\x65\x84\x41\x55\x2b\xcb\x08\x4f\x1b\x93\x13\x67\x5f\xaf\x8c\xed\x51\xb1\x14\x11\x64\xd8\xcb\xcb\x98\xaf\x7a\xbb\xac\x1c\x70\x01\xa4\x89\x36\x74\x0c\x58\x45\xd9\x01\x48\x76\x15\x19\x61\x7f\xc8\x94\x35\x5f\xe4\xc3\xd8\x53\x0b\x5a\xc7\xdd\xb9\x8a\x3c\x25\x3b\x72\x15\x99\x32\xa0\x2f\x72\x57\x76\x28\x77\xd5\xfc\x41\x50\x24\x61\x2c\xc1\xc2\xf0\xa2\xbd\x9c\xfe\x48\xcb\x64\x19\x3a\xad\x2d\x33\xe9\xeb\x79\xb4\x08\x73\xef\x41\x59\x55\xde\x84\x1d\xb9\xb0\x82\x1b\x4a\x11\x96\x19\x67\xff\x15\x93\x1d\x71\xb3\x55\x19\xaa\x62\xcb\x52\x87\xcd\x06\xe4\xa1\xd8\xd2\xab\x05\xb3\x4d\x9d\x16\xac\x12\xa0\x21\x52\x6b\x9e\xaf\xd5\x88\xa8\x3d\xac\xa2\xb5\x45\xb7\x94\xb4\x3e\xd7\xe3\x6a\xd2\xfa\xdc\x5e\xcb\xd4\x17\xff\xea\x68\xba\xc0\x8d\xba\xc8\x83\xf1\xaf\xca\x0b\xa9\x4f\xf7\x64\x95\x8d\x76\x23\x6c\x49\xfc\x08\x86\xe4\x4f\xc5\xef\xea\xc1\x20\x58\xad\xa2\xe4\x67\xd6\x23\xa4\x09\x34\xdd\xea\x72\x0e\xe0\xaa\xd5\x83\xda\xb6\x0a\xea\x77\xc1\x34\xd8\xc9\x21\x9c\x24\xa0\x55\x5a\xb8\x7a\xb0\x0a\x02\xaa\x22\xdb\x61\x76\x63\x38\xb1\x01\x86\xd9\x1f\xdc\x3f\x24\xa0\x95\xd9\x5f\x43\xea\xda\x76\xc9\x9d\x11\xf1\xf0\xd6\x30\x4d\xae\xa0\x0c\xf9\x03\x81\x1c\xe6\x72\xa8\xd6\x91\x8c\xae\xfe\x79\x50\x1b\x5b\x05\x31\x1e\xb4\xcd\x0a\x37\x0a\x8f\xd5\xc4\x97\x5f\xcc\x33\xb9\xc2\x3d\x54\x1f\x65\x54\xe4\x40\x17\x49\xd6\x24\xc7\xd7\xec\x70\xa6\x80\x0b\x91\x54\x03\xc2\x19\xcb\x6d\xab\x21\x1c\xb2\x29\xc2\x52\x1c\x9e\xfc\x88\x85\xc2\x04\x4d\xb4\x71\xce\xdc\xd2\x0a\x9c\xdb\x66\xe9\x87\xeb\x5c\x23\x1a\xeb\x0a\x06\x16\x34\x90\x72\xaa\xf5\xd1\x40\x45\x1e\x7f\x41\x03\x49\x4b\x2d\x68\x20\xc5\x6f\xeb\xa3\x75\x96\xec\xc2\x5a\x5c\x61\x4e\xb4\x0e\x14\x71\x50\x0d\x07\xa7\xfd\xff\xd2\x83\x42\x0f\x90\xa5\xd3\x44\x1c\x55\x9d\x26\x34\xb1\x5b\xc6\x83\xd3\xaa\x6f\xe9\x34\xa1\x8d\xdc\x0a\x21\x59\xf7\xa5\x7f\xe8\xc4\xe5\x38\x63\xb6\xac\xe2\x04\x0d\x5b\x16\x81\xd1\xff\x89\x89\x5c\x74\xaf\x88\xa9\xdb\xa3\x98\xa2\x5b\x5d\x11\x93\x9d\x5c\x0a\x0b\x18\x8b\x46\x66\xf2\x51\xeb\xf2\x38\x42\x93\xad\x4b\x66\xd7\x6d\x7e\x69\xf0\x42\x2f\x97\x34\x60\x94\xc2\x10\x43\x18\x2f\x63\x90\x39\x49\x97\xc9\x2d\x44\x27\x08\xb5\x54\x0a\x2e\x84\x5a\xa1\x90\x5d\x77\x24\xf9\xa0\x8a\x16\x5a\xe2\xd5\x8d\xa2\xdd\x8d\x6d\xf8\x10\xb1\x07\x3e\xb1\x71\x3b\xe2\x13\x9b\xbd\x13\x36\xc4\xab\xd8\xfa\xa3\x3d\x96\xe2\xe4\xa5\xca\xcf\x93\xf3\xd1\x1b\x4b\x23\xf0\xf5\x1c\x3c\xd3\xef\x47\x7b\x2c\x6d\xe3\xd7\x93\x79\x06\xb8\x07\x7d\x93\x47\xf0\xa9\x7c\xa7\x9d\xc7\xed\x4d\x5f\x1f\xad\xb2\x94\x50\xaf\x27\x16\xcc\xca\x6a\x55\xaa\xbd\x19\xbd\xd9\x75\x0d\xc2\xc5\x03\x28\xe1\xa2\x55\xe3\x32\x90\xbd\x16\x9a\x4b\x62\x45\x0b\xc9\xf5\x7a\xe7\xb8\xdb\x3f\x6a\xa5\x55\xab\xbc\xb1\x7e\xbe\x28\xb9\x70\xeb\x7f\x04\x4a\x33\x20\xf1\x7a\xe5\x55\x3d\x20\xaf\x91\x97\xca\x9f\xce\x74\x8b\xd0\xf6\x8a\x48\xd6\xab\x20\x20\x9a\x30\x3d\x36\x83\x3b\x95\xfe\x70\x5a\xcf\x03\x9b\x88\xe1\x77\x18\x42\x4e\xeb\x49\x44\x59\xad\x87\x4e\x83\xc8\x02\xd8\x79\x60\x09\x00\x5e\x3d\x3f\x72\x23\x57\x86\x78\x1e\xdf\x49\x37\x52\xe7\x69\x8c\x34\x6e\xfb\x93\xc0\xf4\x46\xe1\x3c\xc9\x05\xab\x09\xd9\x99\x0a\xdf\x13\xcf\x44\xa8\x58\x7e\xef\x7c\x07\x1e\x02\x7d\x18\xf3\xf2\x34\x30\xfd\xb2\x1d\x98\x89\x69\xdd\x5b\xdf\x26\x00\x4a\xb2\x65\x76\x2c\x5b\x66\xa3\xa0\x21\x08\xc4\x93\x40\x68\x0b\x6e\xe5\x34\x96\x2c\x47\xe9\xcc\xe8\xfb\x59\x96\xd3\xf8\xb1\x0e\x0c\x42\x64\x28\x84\x3f\x33\xb1\x0a\x38\x3c\x27\xf2\x98\x66\xf4\xc6\xd3\x18\xb1\x4e\x4b\x16\x0a\xa6\xab\x60\x82\xe0\x54\x98\xdd\x15\x16\xf0\x2c\x28\xa7\xb3\xdf\x41\x73\xd0\x9f\x67\x18\xe4\x0b\x76\x91\xc9\xb0\xa1\x93\x42\x80\x54\xd0\x96\x27\x2b\xdf\x3c\x5b\xc6\x9b\xbe\x5b\x08\xed\x71\xb7\x10\xe7\x08\x54\x76\x56\xf8\x1b\xf6\xf2\x59\x61\xb8\x20\x11\xcf\x2a\x14\x96\x01\xc1\xb2\x8d\xce\x1a\x88\x1e\x88\x08\x16\xbb\xb8\x61\xcf\x0a\x67\xd5\xac\xec\xa1\xb5\x0c\x9c\x55\xb1\xf2\x4b\x19\x3a\x23\x8f\x2b\x59\x7b\xe7\x49\x0c\xfb\x05\xef\x7d\x22\x4b\x31\x02\xc2\xd9\x9c\x16\xcb\x37\x46\x46\x3b\x4d\xe0\x2c\xcf\xac\x70\x32\x4f\x6d\x99\x60\xd6\x4e\xec\x97\xc8\x40\x3c\xcf\x4e\x5f\x9c\xc4\x93\x98\xb0\x6a\xce\x4e\x12\xaf\x4a\xc9\x9d\xfa\x69\xba\xc3\x75\xc7\x74\x2c\xa8\xdd\x7a\x1e\xbe\xc0\x45\x39\xa3\xfa\x63\x3a\x18\xfd\x31\x9d\x21\xfd\x31\xc1\xe1\xa7\xfe\x98\x50\x54\x67\x77\x05\x28\x4f\x18\x58\xcf\xf9\x49\x18\x58\x09\xc2\x13\x4f\x4b\x09\xfe\x73\x80\xa5\x1c\x00\x9e\x96\xaa\x0e\x4f\x42\xbf\xaa\xb9\x3c\xc9\xc2\xea\xad\x70\xe2\x5d\xa9\x01\xd9\x39\x80\x87\xab\xe3\x1c\xc0\xd3\x7c\x36\x20\xc3\xb2\x82\xdb\x80\x0a\x93\x59\x71\xe9\x27\x28\xd4\xd9\x22\x0d\xab\x82\xa7\x93\x34\xac\x2a\x59\x4f\x42\xde\x4b\xb8\x9e\x53\xe0\x00\x7a\x62\x5c\x00\x75\x71\xce\xc0\x93\x40\x3a\xd1\xd7\x3b\x2b\xe8\xcb\xb4\xab\x39\xa7\xd7\xaf\x53\x87\x88\xa4\x96\x3f\xb3\x08\xcd\x73\xe1\xb6\x26\x6e\x5a\x6a\xa6\xdd\x32\x0b\xae\xd0\xf3\xbf\x82\xcf\x00\xfa\x05\x67\x03\xa5\x7b\x9a\x99\x55\x61\xcf\x49\x04\x59\x05\x3c\xe7\x0a\x3c\xcf\x64\x11\x41\x56\xe1\xc5\x19\x72\x13\x71\x86\x0e\x98\xce\xfa\xe9\x4a\xd2\xf7\x09\x50\xee\x8e\x53\x38\xa8\x7c\xc2\x9d\x7a\x64\x4e\x14\xd2\xee\x26\x88\x05\x6d\x84\xce\x13\x85\xbe\xb8\xea\x14\x22\xbf\x13\x77\xd1\x48\x00\x27\x74\x83\x81\x62\xce\x33\x66\x57\x28\x4c\x15\xe9\x7c\x9c\x21\x9a\xa4\x3e\x99\x57\x0d\x5d\x74\xe2\x4f\x69\x98\x9e\xd3\x8c\x39\x45\x6c\x7a\xa1\xa6\xf5\x0c\xa1\x25\x3b\x34\xfc\x3b\xc9\x81\xdf\xc5\x0e\xba\x53\xaa\x98\x3a\x75\xa7\xd4\x72\xe4\xc4\x9d\xd2\x18\x4a\xa7\x89\x71\x66\x74\x22\x03\x2a\x2e\xc3\x9d\xd2\x60\x49\xa7\xf9\x56\x35\x66\x39\x6f\xc1\xa2\xa9\x5b\x32\x0b\x82\xef\xc4\x9d\xd2\xc0\x3b\xa7\xd9\x56\x67\xbc\xc8\x99\xba\x2d\x6f\x99\x64\x9b\x42\xc5\xa7\x95\xd2\x89\xff\xa4\x31\x7c\x4e\x7c\x26\x7b\x34\x6b\xd4\x66\xd1\xd6\x8d\x64\x55\xa4\xaa\x97\xa4\x9e\x1f\xe7\x96\x47\xf6\x3c\x91\x78\xd5\xa0\x4f\xe7\x16\x44\x0f\xe9\x66\xe6\xc4\x74\xfa\x42\x6a\x59\x73\x6e\xa7\xd1\xfd\xb6\xe5\xdd\x05\x45\xc5\x97\xd6\x02\xe7\x06\x2e\xef\xe1\x8f\xec\xa9\x81\xf9\x50\x7b\x25\x4d\xa3\x4e\xd5\x5e\xda\x3a\x9d\xa8\xbd\x92\xc6\x51\xe7\x23\x5f\xeb\xee\x40\xef\x95\x14\x2b\x9f\x4f\x70\xdf\xd4\x41\xd5\x95\x14\x56\x9f\x8f\x24\x2a\xe0\x13\x1f\x36\x30\xbb\x89\xf5\x75\x44\x38\xd1\x6d\xb5\x58\xc6\x07\x1e\xdb\x9d\xf6\xa0\xeb\xf6\x80\x9b\xaa\xc7\x53\x64\xaa\x1e\xa5\x75\x27\xa4\x4f\xd2\xd8\xea\x7c\x91\x09\x78\xa4\x22\x5a\xac\x27\x12\x01\x8e\xd6\x68\xe7\x0b\x50\x62\xdf\x17\xa0\x44\x8e\x48\x69\x8c\x12\x76\xe2\x50\xb9\x0c\x13\x76\x12\x45\xd6\x28\x3e\x27\x04\x51\x92\x77\x39\x5f\x66\xd1\x03\xf9\x0a\xa0\xbd\x05\x80\xdf\xb8\xaf\x83\xa4\xa5\x60\xa6\xeb\x80\xbb\x66\xda\xaf\x43\xa6\x7f\x58\x48\x4d\x32\x67\xfe\x3a\xe4\xfa\x21\x08\xae\x43\x4d\x32\x77\xfa\x85\x2d\xb9\xe7\xf0\x32\x9b\xaa\xf1\x62\xae\x43\x9c\xb1\xac\x2f\x69\xcf\x75\x7f\x1d\xf8\x1e\x15\xab\x4b\xd9\x83\x66\xae\x84\xf2\xb8\xfe\x49\xd9\x5d\x49\xc9\x01\x78\xe4\x32\xd5\xaa\x21\x6e\x2e\x53\xad\x6a\xa8\x7e\xa5\x58\x78\x80\x4b\x31\x38\x46\x6a\xaa\x55\x43\x95\x5c\xd8\xa3\x4b\xdd\x5e\xc9\xb1\x81\xad\xae\x44\x6c\x5c\xf6\xca\x65\x0a\x56\xc3\xd9\x5c\x09\x59\x47\xb5\x13\x65\x1d\xd3\x52\xc8\x3a\x9c\xd9\x14\x1c\x0c\x73\x96\x54\xde\xc1\x6c\x5e\xd9\x71\x32\xe6\x1c\xd0\xd3\x6e\x56\xec\xc0\x81\xba\xc2\x18\x9d\x9d\x70\x65\x35\xb4\xec\xd5\x2b\x2b\x05\x61\x65\xaf\xac\x86\xb6\xf8\x67\x42\x5b\x5b\x5f\x05\x2d\x28\xe7\x22\x39\xab\xb4\xc4\x95\xd1\xcf\x82\xe2\x2e\xe3\xd7\x2a\x42\xbf\xb2\x9e\x34\xcd\x17\x85\x23\xae\x2c\x12\xa4\x1c\x73\x54\x54\x91\xba\x67\x4a\x80\x0c\x2c\x25\xa0\xa4\x81\x22\x94\xcd\x3a\x42\xc9\x69\xb9\x8a\x3e\x3f\x56\x11\x4a\xf6\xfe\x55\x94\xdb\x34\xfb\x54\x6e\xe3\x34\x15\xf5\xc8\xcd\x17\xe1\x74\x9a\x4b\xcc\x2c\x7f\xaa\xaa\x5c\x87\x43\x2e\x56\x25\x2d\x57\x55\x70\x02\xb9\x7d\x55\x53\x4a\xb8\x7d\xaa\x66\xfe\x6e\x9f\xaa\x74\x07\xc8\x6a\x80\x6c\xfd\x60\xf7\xfd\x83\xee\x39\x6a\xa8\xc8\xf5\x98\x44\x16\xc5\xe9\x9f\x5b\x39\x80\xf5\xb7\x50\x32\x67\xe6\x69\xd5\x10\xf2\x32\x4f\xab\x16\x8c\x57\x0b\x30\xe9\x46\x21\x94\x76\x94\x57\x33\x2c\x2d\x52\x8c\xcb\x7c\x89\x5a\x2b\x5e\xa6\x70\xd5\xd0\xec\x0a\x91\x94\xa7\xae\x11\x94\xdb\xb3\x45\x06\xd7\x00\x93\x0c\xae\x32\xcd\x57\xbb\x79\xb6\xb2\x4e\x2a\xae\x05\x8a\xb6\xa6\x5c\xf6\x42\x38\x65\x6c\xce\xcb\x1c\xad\x52\x39\x97\x71\x74\xbd\xca\xae\x90\x39\x41\xcc\x5d\x5d\xb7\x94\xe6\x9f\x4e\x7d\x46\xd2\x83\xcd\x63\x8c\xe6\x68\x95\x82\xb8\x10\x40\x35\x8d\x5f\xae\x6e\xea\x1e\x57\x9c\xec\xad\x06\x43\xbd\x14\x40\x1d\x16\x12\x62\x68\xd8\xab\x0b\x24\x70\x91\x34\xc9\xac\x37\xd7\x47\x56\x36\x2d\xd7\x2e\x62\xe7\x6a\x36\x77\x0d\x7d\x4f\x9c\x9f\xa1\xf0\xcb\x89\x18\x8a\x05\x18\xc7\x08\xb1\x00\xe3\x18\x8a\x05\x3c\x14\xf3\x80\xbf\xe4\x07\x16\x59\x4d\xaf\xfa\x6b\xea\xab\xe1\x69\xc1\x6d\x32\x94\x2b\x17\x4a\xb7\x12\xa7\x65\xaa\x11\x77\x83\x99\x7b\x35\x8e\x0e\xc2\xa5\x88\xce\x74\xe1\x1e\x39\xd7\x9f\xea\xdd\xcb\x24\xad\x4a\x36\xae\xa9\xe3\x86\xe3\x99\xc1\xfd\x32\x52\x68\xce\x65\x24\xec\x2b\x68\x4e\xae\xa4\x6b\xa9\x35\x05\x1e\x12\xb3\x2a\x7a\xba\xc8\xbf\xaa\xb8\xe9\xfa\xc8\xc2\xa6\xac\xea\xc2\x0a\xab\xea\x3d\x71\x45\x5e\x55\x66\x03\x11\x53\x51\x56\x71\x2d\x95\xd8\x36\x75\x46\x46\x29\xfa\xbb\x8c\x5b\x2d\x86\xe4\xca\x1e\x5a\x0e\xdc\xa2\x0b\xb0\xe5\x5d\x94\x8d\x2c\x9e\xaf\xff\xfd\x5f\x90\x6d\x77\x41\x4e\xc2\xbc\xde\x45\x01\x57\xb5\x90\x74\x17\x03\xbc\x71\x53\x89\x1f\x20\x04\x71\xd0\x2d\x42\x50\x03\x72\x57\x4f\x9a\xfd\x89\x10\x94\x83\xdc\x0a\x9c\x39\xc3\xb7\xa1\x17\xa7\x4d\x4d\xb8\x71\xba\x20\xba\xe2\xe2\xfc\xdd\x55\x36\xc4\xef\x48\xe3\x60\x22\x6f\x0d\x43\xab\x65\x82\x48\xb4\xeb\x87\x1f\x16\xf2\x32\xe4\x8c\xdf\x64\x54\x95\x9b\xbb\xc1\x11\x93\xdc\xdc\xf3\xfe\x30\x41\x5b\xe0\x8b\x5b\x44\x00\x43\x73\x37\x03\xf7\x32\xba\x06\xa8\x60\x81\xbb\xc1\xa6\x47\xa3\xb2\xa0\x34\xda\xe5\x77\x19\x4e\xb0\x82\xb4\xd9\xe5\xc2\x7c\x86\x0b\x83\xa6\xbb\x3b\x8c\x8e\xed\x77\x99\x03\xbf\x43\x1f\x35\xcb\x3b\x4c\x86\xaf\xf7\x73\xb3\x7c\x8c\x8c\x97\xa1\xc1\x1b\x58\xf2\xd6\x15\xda\x28\x69\xf7\xf0\x32\x04\xaf\xdd\xe4\x3a\xf3\xfa\xb8\xcd\x75\xa6\xc2\xe9\x8e\x5c\xca\x8e\x3a\x72\x29\xbb\x42\x44\xc3\xf6\x00\xdc\xe8\xcc\x0d\xe7\x73\xe3\xc7\x42\xf2\xe5\x79\x0f\x5c\x4e\x5c\x6a\xc2\x3c\x16\x30\xc6\x3d\x11\x05\x80\x6e\x6e\x42\x3b\x4a\xe6\xdd\x04\xde\x31\x43\xe1\x2d\xaf\xe7\x94\x4d\x99\x4f\x9f\x51\x7a\xba\x75\x65\xf5\x86\xcf\xb0\x7a\xee\x24\x59\x3d\xf5\x8e\xb7\x5e\xca\xf2\xe4\xf7\x92\x12\xa4\x25\x2d\x23\x8d\xfb\x77\xeb\x99\x6c\x30\xc5\x7b\x79\x1d\x75\xff\x68\x89\x15\x75\x54\x7d\x38\xd3\x66\x3c\x33\xbe\xc3\xfd\xef\x80\x32\x21\x4b\x1f\x2b\x47\x6b\xd2\xb3\x28\x45\xf8\xe1\xa8\xae\xf6\x57\x90\x09\xc7\xa8\x03\xdc\x7d\x62\x3a\xe0\x9c\x9f\x98\x29\x38\xe5\x84\x60\x34\x84\xd2\x6d\xd8\x45\x61\x3f\x31\x22\x70\xc1\x4f\x0f\x08\x50\x9c\xee\x46\xdb\x54\x74\x65\x5f\xe4\x51\x74\xe5\xf5\x61\x29\xfd\x4f\x33\xe8\xfb\xc4\xf5\x01\xd4\x72\x5f\x2e\x20\xad\x5d\xec\x67\xf0\xdd\x7d\x21\xda\x07\x7b\xdd\x17\x22\x15\x70\xf9\x7d\x21\x5c\x77\x74\x17\x22\x15\x10\xf6\x7d\x61\x9e\x52\xfc\x3e\xf9\xce\x48\x55\xaa\x3b\x4d\x2a\xd5\xb9\x28\xef\x0b\xb1\x8b\xa7\xf9\x42\x00\x55\x2c\x8f\x7b\x44\x11\x06\xc4\x40\x22\x9b\x0b\x98\x41\xf4\xf7\x8d\x68\xc6\x3d\x41\x24\x48\x33\x4f\xde\xb7\xf0\x53\xfe\x46\x34\xe3\xa6\xbe\x51\x8a\x83\xd4\x6f\x22\x41\x4a\x92\xdf\x6a\xdd\x21\x68\x6e\x34\xed\x32\x0d\xb7\xd1\x1c\x8d\xf6\x7c\xdf\x91\xd9\x8f\xda\x06\xb8\x81\x9e\xb9\x77\x70\xc3\x54\xd9\x1a\xda\x8b\x23\x30\x6d\xac\xb2\x0d\xb7\x1c\x9e\x34\xd8\x1d\x4c\x9d\x53\xb6\x65\x8e\x9d\xa7\xed\xa6\x43\x52\x72\xc3\xd5\xf5\xa8\x22\xde\x13\x09\x6e\xf1\x9e\x85\xe2\x68\x00\xcc\x03\xcb\x0e\x71\x79\x3f\x84\x17\x71\xda\x1e\xd8\x61\x11\xb9\x99\x59\xd5\xcf\xdf\x8f\xec\xbb\xcf\x32\xa1\xa2\x53\x65\xd8\x6a\xe5\xef\xc7\x44\x60\x9e\xcb\x07\x05\xb2\xcb\x87\x3c\xbb\x6b\x20\x72\x3f\xf2\x9a\x10\xd0\x77\xf0\x71\x10\xca\xb7\x22\x6c\x89\xd6\x1b\x46\xee\x1f\xe2\xc0\x60\x31\x49\x5b\xdf\xa8\xe2\x55\x15\xdc\xa8\xe2\x53\x4c\x04\xc2\xed\x5e\x3c\x8a\x08\xb7\x63\x22\x5f\xed\x55\x45\x48\xf8\x12\x4b\x80\xdf\x18\x32\x4a\x18\xdf\x88\xb2\x63\xe5\x5e\x78\x0c\xd7\x47\x4f\x62\x85\x28\x5b\x49\xb6\x52\x97\xad\xe9\xa2\x62\x9a\x6d\x60\x1c\x85\xa4\x5b\xe7\x61\x85\x51\x1b\xd3\x45\xe5\x90\xfb\x80\x5c\x9c\xb6\xa5\x02\x13\xd6\x7a\xc3\xe3\x49\x87\x6e\x78\xbc\x41\xba\xd9\xb9\xe1\xf1\xba\x93\xba\xb1\x55\x34\x14\xff\x3e\x24\xc5\xbe\x85\xdb\x49\xb3\x41\x0b\xc1\xb9\x55\xa7\x71\xc3\xb9\x55\x75\x5a\x3b\x61\x38\x18\xa5\x34\x1c\xb4\x93\x14\x64\x92\xa5\x8c\xb7\xc8\x65\xbb\xf5\x17\x2e\x51\x07\xf3\x3a\x8e\xcf\x86\x27\x0b\xac\xb4\xb1\x67\x0c\x07\xc2\x6d\x76\x07\x44\xd0\xbb\x63\x55\x04\x1a\xdb\x5d\xd4\xc5\xd8\xb9\xd0\x34\xe1\xd9\xc6\xf3\xf0\x1a\xde\xdc\x68\x3a\xf8\x6d\xe3\x79\xc4\xcc\xc5\xf5\x66\x53\x43\x85\x02\x63\xc7\xb8\xcb\xf8\x54\x7b\x10\x2e\xdc\xa5\x1a\xe8\x84\xd8\x26\x7b\xe0\x8a\xb8\x2c\x83\x90\x3f\xfd\x19\xf4\x60\x0f\x5c\x01\x1d\xc7\x77\xd3\xcd\xe2\xc4\xe3\x40\x50\x55\xc8\xec\x21\xb5\x24\x24\x5e\x75\x54\xf0\xaa\x13\x92\x09\xd6\xa9\x7e\xd7\x92\x10\x54\xb9\x3f\x52\x75\xba\x93\x37\xf2\x4e\x53\xed\x6d\x2c\xc2\xf4\x29\xdc\xdc\x7b\x26\x0e\xdc\x53\xb4\x43\x67\x84\x9e\x53\xac\xb4\x17\xaa\x2a\x50\xc3\x5e\xc8\x59\x5d\xa3\x85\x9c\xd5\xba\x48\x27\x3d\x82\x3b\xa4\x93\xcd\x42\x98\xa6\xb8\xda\x86\x87\x93\xde\xde\x4b\xc5\x13\x68\x62\x63\xda\xaf\x77\xe9\x36\x0a\x9c\x7a\xcf\xad\x42\x53\xc9\xf4\x46\x26\xa9\x9b\xe7\x3e\x3d\x9a\xd0\x66\xfb\x34\x27\xeb\xb0\xca\xf0\x8f\x2f\x9e\x53\x3a\x51\x14\x19\x3b\xe1\x8c\x5b\xd6\xc6\xe0\xfa\x54\xbb\xee\x53\x65\xff\x12\x98\xed\x1f\x26\xf1\xd4\xeb\xdf\x69\x3f\x75\x55\x87\x1f\xdb\xd8\xf9\x17\xb5\x60\xdb\xf0\x1a\x1e\xbc\xcb\x6d\x42\x97\x17\x4e\xa1\x6e\xab\xcb\x2d\x43\x1f\x97\xa4\x9e\xe5\xd9\x09\xc9\x46\xb9\x68\xdd\x56\xd8\x7d\x19\xc7\x72\x5f\x58\xba\x71\x91\x6f\xdc\x31\x4d\xac\xb5\x11\x4a\x0e\xa9\x88\x8d\x3f\xa6\xc1\xc7\x36\xfe\x98\x26\x19\xde\x08\x28\xff\x6d\x29\xfc\x2c\xd5\xff\xec\x9b\x0b\x14\x04\xb5\x09\x45\xac\xfd\xe0\xc6\xcf\x52\x76\x61\xdf\x5c\x94\xae\x1f\x21\x87\x4d\x57\xb9\xc9\xe4\xad\xed\xdd\xbe\xd1\x5b\xb8\xac\x44\x1c\xd6\xea\x6f\x6f\x77\x91\xcf\x6c\x59\x08\xc3\xad\xff\xa5\x28\x8f\x6b\xac\xc7\x08\xb6\xc0\x59\x08\x93\x39\xa8\xdb\xad\x55\x18\x37\xe8\xd6\x19\x53\x14\x89\x06\x56\xe3\xc6\xbd\xdd\xd6\x76\x06\xd0\x60\xdb\xad\x33\x66\xb7\x7d\x6e\x77\x77\x96\x96\x60\x62\x2b\x35\xb3\x6e\x3f\xad\xc2\x44\x4f\x6a\x66\x6d\xe7\x41\xad\xe0\xe0\x71\xcc\x94\x16\xde\x0f\x8a\x17\x68\xa0\xfd\xa0\xe7\x70\x42\x1f\xf4\x2e\xee\x95\xef\x1e\x5b\x3a\xbb\xef\x87\x5b\xdf\x63\xf3\xc0\x6c\x78\x6a\x1e\x8e\xa2\x93\xf8\xdd\x68\xcb\xdb\x71\x13\x53\x58\x49\xd5\x7e\x85\x93\xba\x44\x81\xf3\x2e\xde\xaf\x70\xfa\x1d\xca\x43\x44\xf8\xc2\x15\x78\x14\x5e\xfb\x05\x36\x04\x8e\x9a\x63\x6e\xe3\xb7\x49\xa2\xee\x30\x0b\x73\x1b\xbc\x41\x7a\x7c\x60\x3c\x06\x70\xcb\xfd\x4f\x39\xdf\x83\x31\x7e\xf7\x7a\x7b\x0c\xf5\x26\x0f\xf0\x44\xe2\x71\x8e\xc6\x73\xe8\xc1\xd8\x6d\x5d\xfa\x85\xed\xf4\x68\x4f\xe6\x95\xf8\x1c\xd2\x2f\xac\xf7\xa3\x41\x99\x67\xfb\x31\xbe\xdb\xbf\x7e\x1c\x05\x88\xe2\xc1\x88\xac\xb9\x99\x9f\x03\x3c\x63\x63\x1a\x94\x59\x23\x0c\xca\x84\x4c\x9f\x4f\x35\x60\x4f\x52\x5a\x1e\x55\xb4\x9b\x88\x3a\x92\x30\xcd\x3f\x4a\xf4\x05\x26\x49\xc3\xd8\xa5\x71\xdc\xd4\x71\x3d\x3a\x87\x2a\x52\x79\x74\x0e\x95\x67\x7b\x74\x0e\x55\x72\xf3\x18\xd5\x4d\x6d\xe7\x93\xb8\xb3\x02\x1a\x68\x2e\xa7\x29\x39\x16\x3a\xc9\x81\x33\x19\xb1\x21\xdd\x6c\x16\x9f\x51\xdd\xf9\x1f\x7d\x46\x55\x0b\x3e\xfa\x8c\xaa\xc2\x7b\x72\x0c\x85\x71\x65\x3d\x0e\x1c\x31\x4e\xa3\x7a\xd0\x3f\x88\x23\x9b\x48\xfe\xc1\x6e\xcd\xd8\x00\x4f\xa4\xd0\xaa\xf6\x22\xef\xce\xbe\x7f\xb4\x5b\x93\x24\x7e\x0a\x82\x74\x07\x52\x82\xe4\x02\xfa\x22\xc9\x65\x0d\xcc\xe9\x1c\x15\xf2\xc7\x24\x73\xf0\x14\xc5\xfb\x70\xaf\x4f\x21\xe2\x98\x60\x21\x7f\x0c\xdc\xf8\x94\xb8\xd4\x19\x7c\x51\x64\xce\x8d\xf6\xd4\xa0\x05\x99\x22\x0d\xd7\x24\xed\x9f\x8a\x09\x9d\xe3\xad\x82\x42\x8f\x86\x76\x93\x71\x7c\x10\x23\x84\x19\xf9\x63\xf4\x36\x03\x98\x3f\xd5\x2b\xc6\x76\x91\x37\xbb\x8d\x2a\x94\xa0\x33\x54\xa5\x04\x2d\xaf\xb8\x79\x59\x48\xb1\xfa\xb2\x73\xe5\xcd\x60\xf6\xa7\x1a\x48\xc4\x76\x9b\x0c\x37\x77\xc7\x63\xf0\x36\xa3\x80\x3c\x4a\x15\x25\xe0\x9e\x26\x2d\x68\x15\x85\xb7\xdd\x97\x60\x3d\x2d\x85\xf0\x96\x9b\xf3\x69\x0a\x6f\x87\x2f\x0a\x6f\x41\xad\x8f\x36\x6f\x71\x0a\x95\x2b\x2a\x2e\x78\x4c\xd0\xa5\x0e\xf0\x41\xae\x18\xab\xd2\x83\x7c\x65\x64\x5a\xbd\xa9\x11\x7c\x7a\xd0\xb2\xd4\xef\x85\x2a\xfe\xc0\x94\xc4\xe5\x52\xde\xa8\xde\xf0\x41\xde\x18\xfb\x43\x79\xa3\x2a\xce\x07\x79\xe3\xd0\x32\xf0\x89\x90\x1b\xc3\xfa\xa7\x77\xb5\x0d\x23\x15\x9d\xfe\x88\x4b\xdc\xfa\xaf\x2f\xb4\x8c\xec\x62\x68\x09\xfa\x60\xd8\xa6\x7c\xf6\xc1\xb0\x2d\x6b\x6f\xf3\x20\x7e\x54\xa4\xfb\x20\xc7\xe8\x31\x2d\xe4\x6c\x57\x88\xfb\x0c\xf5\xec\xed\x4f\xc3\xbe\xc7\x8c\xee\xb2\xf1\xcf\x90\x32\x67\xfe\x46\x90\x21\x00\x3d\x1c\x80\x85\x10\xb3\x19\xb0\xeb\xd1\x1a\x4e\x95\xe8\x33\x71\xe2\xe1\x6a\x7f\x26\x4e\x3c\xd0\x02\xcf\x34\xbe\x90\x9b\xfa\x23\xfe\x9a\x99\xab\x9e\xa9\xbd\xa0\xa7\x90\xe8\x6e\x0a\xbb\x1f\xcd\xe1\x02\x4f\x7d\x24\x62\x33\xe1\xd6\x33\xb5\x23\xb4\x0b\xa4\xb8\xd3\x2e\x74\x39\x9a\xb6\x04\xeb\x30\xed\x42\x33\x42\x4b\x21\x27\x29\x8a\xef\x1e\xa2\xb9\x05\x9a\x59\x21\x62\xa5\x0f\x64\x95\x81\x8c\x96\x12\x56\x2e\xbf\x67\x05\xeb\x00\x88\x2b\x84\xaa\xb6\xa5\x33\x11\x77\xde\xb3\x4c\xd9\xe6\xce\xfd\x68\xc6\x16\x67\x18\xb3\xb7\x62\xcc\xaa\x07\xb3\xb7\x62\x34\xa9\x07\x02\xb2\x18\x9b\xeb\x81\x80\x2c\xca\xf3\x9f\x53\x57\x0a\xa7\x85\x28\xc2\x45\x21\xe5\x03\x05\x59\x62\x57\x9c\xca\x51\x01\x46\x02\x52\x7c\x80\x1c\xc4\x94\xc5\x0f\xe4\x63\x0d\x14\x82\x9b\xe8\xd0\x88\xf7\x51\xbe\xe1\xfe\xbc\xe4\xd1\xc5\x73\x98\xbd\x4d\xd9\xa0\xe7\x82\xcd\xf5\x0c\x6b\xf6\xa6\x7d\xd2\xa3\x33\xa7\x72\x87\x07\xeb\xb6\xe8\xc4\xb8\x68\x1a\x9f\x3d\xb7\x5c\x23\x92\x84\xe7\x0e\xe0\x69\x18\xb7\x4a\x45\xb2\x0f\x31\xce\xba\x67\xc8\xf4\xed\x6e\x9b\x1b\xd7\x21\x37\x04\x0e\x96\x41\x4f\x3e\x37\xc6\x51\x30\x7d\x0f\x39\xdb\xb5\xf2\x7a\x48\xbf\x65\xba\xe2\x07\xfb\x39\xc5\xf7\x0f\xf6\x73\x26\x7a\x7c\xa0\xde\x4c\x0b\xfb\x40\xbd\x95\xf8\xae\xc2\xd6\x63\x49\x9a\x2d\xb3\xd4\x3f\x90\x6c\xa6\x3e\x79\x30\xa6\x33\x27\xec\x43\x7e\x88\x12\x40\x60\x10\xe5\xcc\x3c\x72\xf6\xb6\x6a\x92\xd1\x28\x45\xf6\x07\xed\xac\x1e\x23\x68\xb8\x78\x46\xcd\x40\xe8\xf5\x18\x29\xc3\x13\x6d\xa4\x0c\x0f\x1d\x96\x71\xff\xba\x26\xcb\x83\xf6\x57\xcf\x03\x89\x2b\x96\x7b\x11\x3a\xba\xa6\x21\x60\x10\xee\x17\x4e\x4c\x04\xf2\x0a\x05\x93\x44\x3a\x07\xc5\x6a\xcf\x2b\x59\x6b\x79\x84\x56\xd2\x02\xaf\x64\x2d\x50\x90\xda\x41\xa3\xae\xe7\x95\xac\x65\x64\xaf\xb4\xb8\x75\x31\xd3\x71\x34\x2f\x16\x32\x5c\x3b\xef\x01\xb9\xc8\x75\xf4\x12\x72\x43\x46\xea\x3d\x20\x17\x59\xf1\xf7\x90\x5c\xb4\x3c\x82\x63\x4e\xd1\x7b\x20\x35\xe5\x5a\x7b\x0f\xa4\xa6\xd3\xba\x90\x91\xeb\x4f\x97\xde\x97\x18\x1c\x92\x11\x6f\x50\x67\x60\xf3\x57\x13\x7f\x71\xfe\x9b\x70\x2a\x60\xfe\x5e\x82\xe7\x6a\x8b\xf9\x9a\x80\x94\x45\x79\x93\x8c\x26\x20\x06\x69\xc5\x45\xf4\x26\xb9\x3b\xae\xf4\x37\x48\xab\x68\x16\x52\x25\x9e\x91\x66\x0d\x9b\x82\xb0\x8a\xda\x10\x56\xc3\xae\x21\xac\x84\x2f\x08\xab\x78\x91\x80\x02\xcb\xbc\x41\x40\x71\x36\x5f\x03\xe4\xb2\x48\x6f\x46\x9a\xc5\x8d\xfa\x4a\x3e\x45\x05\xce\x32\x3b\xe5\xcd\x41\xe0\x59\x21\x90\x84\x7f\x24\x60\x8a\xcd\xe2\xf1\x6e\xa9\x62\x3c\x22\x67\x07\x17\xc7\xa4\x08\xf2\x2d\x48\x9f\x1d\x47\x51\x61\x0e\x57\xf0\xea\x02\xa0\x50\xf4\xfd\x47\x4c\xd9\x98\x3c\x32\x14\xdb\x5b\x08\x3f\xeb\x40\x08\x2a\x96\x94\x97\xbe\x84\xdf\x90\xeb\x7a\x4b\x58\xe8\xd8\x30\xfa\xff\x6e\x21\xd4\x33\x2e\xad\x34\x96\xc1\x71\x5e\x68\xac\x26\xe6\x7c\x2b\x7e\xd8\xdd\xe7\xa0\x5f\xe8\x50\xdf\x00\xb7\xd9\x47\x70\x35\x09\xcf\x17\x4a\x4a\x94\xf8\xd6\x20\x3c\x01\x3d\x3c\x03\x38\x40\x6f\x25\x22\x63\xf1\x19\x53\x7c\x04\x40\xaf\x2a\x59\x0d\xce\xde\x16\x28\x91\xfe\x54\xc9\x6a\x3f\xf7\xa2\x88\x51\xd5\xfa\xaa\x88\x89\x25\x69\x71\x19\x5a\x45\x43\x64\x87\x28\xc1\x14\x7b\xae\x69\x56\x0f\xc9\xf0\x9a\x7e\xc1\xa0\xf0\x6f\xd3\xae\x7e\x5a\x27\x2e\x44\xfb\x44\xb0\x26\xf8\xdd\xcb\xb1\xf9\xe2\xe5\x48\xa1\xee\xe5\x18\x2f\x1a\xd9\x83\xb8\xde\xae\x91\x3d\xc8\xe7\xed\xaa\xdf\xdc\xda\xc4\x67\x88\xec\x51\xef\x12\x32\x4a\x2d\xb1\x03\x70\x2d\x18\x48\xc4\x5c\xaf\x11\xae\x0c\x2a\xfd\x6a\xef\xe5\x54\x70\x35\xd6\xd8\x2a\x5a\x84\x7b\x00\xb8\x19\x23\x07\xd2\x6b\xb6\x70\xfb\x3e\xf1\x72\x8e\x66\xbf\x75\xd0\x1d\xf2\x3d\x1d\x2c\xc3\xb8\x94\x22\x52\x9e\xf0\x55\x66\xa8\x7d\xbd\x09\x97\x65\xbc\xb0\xdc\x7e\x46\x26\xd5\xce\xf3\xbd\xbe\xbd\x21\xf6\xe2\xba\x9c\x66\xd3\x79\x31\x19\x1f\x2a\x48\x5e\x6c\xbf\x22\xe9\xdf\xeb\x45\xaa\xb9\xd8\x8b\xf1\xd7\x54\x85\xf9\x1a\x25\x5f\x5b\xba\xf7\x22\x8f\xa9\xab\x66\x36\x6f\x6f\xa7\x97\x9b\x54\x91\xfa\x7b\x2b\xce\xa4\x93\x5b\x73\x03\xa0\xba\x0d\x2a\xf8\xa7\xbd\xdf\xfb\x5d\xbe\x5d\x75\xf0\x6b\xd6\x4b\x93\x31\xbc\x37\x49\x42\x05\xe5\x56\xe8\x89\x68\xf5\xbd\x49\x17\xe8\xd6\x36\xbc\x81\xe8\xe5\x8e\x68\xc9\xc0\xb8\xa5\x05\xb9\x35\x5f\x2c\xbe\xf4\x13\x7d\xb7\x99\x4e\x69\x69\x93\x7e\xd3\xa1\x2b\x61\x71\x71\x36\x39\x43\x45\x98\x1b\xd5\xa3\x73\xb5\x49\x74\x2a\x3a\x8a\x90\xf8\x56\x36\x9b\xa5\x60\x98\xcd\xd2\x01\x3d\xa4\x54\x14\x4f\x3c\xda\xcd\x53\xf9\x41\xf8\xe5\xd6\x31\x99\xa5\x07\xca\x64\x96\xdd\xba\x18\x66\x8b\x21\x1f\x82\xd5\x79\x02\x1f\xbc\x73\xdd\x5d\x24\xf2\xd6\x2d\xe5\x7d\xf0\x61\x76\xb9\x5e\xb4\x5b\x9e\x4b\xd2\x75\x9b\x45\xe5\x25\x07\xa5\xb6\x0a\x2f\x39\x28\xa5\x64\xdf\x57\xd9\xac\xcf\xa8\x7f\xb3\x75\xbd\x3a\xa0\x51\xdf\x17\x4d\x23\x2a\x83\x97\x14\x94\x1a\x2d\xbc\xdf\x1d\x3b\x14\x8e\xbf\xef\xa6\x0c\x40\x93\x80\x52\x63\x86\x97\x54\xdf\x18\x59\xac\x83\x54\xdf\x04\xe6\x5f\xc7\xe1\x76\xef\x3c\x67\xca\x14\x9e\xb1\x1a\xcf\x99\xe7\xca\x77\xcb\x34\xbe\xdb\x0e\x16\xe4\xdf\x96\x5c\x07\x76\x5b\xfd\x58\x16\x42\x36\xfc\x8d\x78\x1d\x07\x44\x52\x54\xc0\x5e\xfb\xa3\x45\xd7\x71\x7c\xc7\xfd\x38\x78\x4e\x07\xcf\x94\x21\x65\x52\xb1\x63\xc4\x1d\x0d\xcb\xe7\x75\x7c\x57\x6d\x39\x92\x3f\x1a\x15\x1a\xcf\x9d\xef\x96\x19\x7c\xf7\x19\xc5\xe0\x02\xba\xa4\xbc\x92\x11\x7f\x77\x6e\x39\x12\xc0\x25\x81\x63\xc4\xdf\x9d\x5b\x0e\x47\xff\xdd\xb9\xe5\x70\xc4\x49\x40\xe9\x37\x0b\x28\x6d\x66\x01\x05\x86\x9c\xf9\x4e\xfb\xdf\x55\x5c\x8e\x83\xf6\xbf\x9b\x78\x96\x0c\x3c\x19\x49\xe4\xf2\x3b\x92\xc8\xc6\xe0\x33\x64\xda\xa2\x5f\xd2\x26\x91\xe3\x76\x1d\x05\xdd\x70\xa7\xdf\xa2\x68\xd4\x86\xc8\xf2\x8d\x6a\x61\x1d\xe4\x4d\x22\x5d\xf8\x3a\xb4\x6e\xef\x36\x84\xbf\x05\x34\xd8\x3a\x48\x9c\x44\xde\xcb\x75\x98\x14\xc9\x99\x28\x48\xd2\x87\x8d\x7e\x10\x2d\x47\xa6\x11\x7b\xe7\x19\xc3\xf5\xe5\x32\x55\xd1\xa1\xdf\x11\xd9\x75\xbf\x77\x2e\x60\xd7\x9b\x4c\xde\xcb\xe9\x22\x93\x37\x3c\xc2\x3a\xaa\x04\x19\xd3\x55\xb1\xa1\x5e\x00\x57\xbd\x9b\xaa\x2f\x9b\xca\x16\x12\x22\xbf\xbf\x3c\x33\x34\xac\xdb\xd7\xf1\x17\x65\xb7\x8e\x26\xe8\x2c\x62\x93\x94\xf4\x19\x52\xd2\x9d\x8a\x19\xfc\x74\x47\x62\x06\xbf\xdc\x3c\x88\x28\x1a\x06\xa7\xeb\x68\x18\x0d\x3b\xe1\xc4\xb0\xca\x0e\x83\x30\x02\xd9\xb9\x6c\x88\x2a\x5d\x45\x42\x0a\xe4\x68\x14\x83\x66\x3b\x23\x4a\x55\x76\x07\x74\x75\x55\x8d\xc9\xec\x50\x97\x4e\x6c\xf7\xb6\x63\xd8\xdc\xa8\x8d\x70\x0f\xeb\x30\x48\x15\x92\xe0\x75\x18\xa4\x6a\xda\x94\x94\x9c\xdf\x95\xd5\x4d\x06\x81\x7e\xa9\x0d\x8f\x8c\xfa\xa5\xe9\x33\x24\x65\x14\x52\x3f\x3a\x80\x76\x04\x4d\x09\x24\x03\xe1\xd3\x00\xf4\x11\xf4\xa5\x2f\x48\xa2\x06\x50\x0d\x84\x62\x83\x71\x1b\x52\x1e\x7d\xcf\x3a\x06\xb6\xc3\xd3\x1f\xde\xc7\x7e\x0f\x32\xce\x96\x30\x35\x8d\xbe\x35\x35\xad\xf6\x8d\xa9\x69\xc0\x81\x4e\xd2\xed\x88\xb8\x21\xc5\xf6\x1a\xd2\x77\xb4\x84\xbd\x14\xc4\xfa\x3a\x26\x52\x9c\x02\x7c\xc6\x92\x77\x9f\x1a\xa7\x6a\x79\x34\x67\x00\xeb\x9f\x41\x0d\x80\x9d\x98\x39\x16\x80\xfd\x97\x61\xdc\x1a\x5f\x77\xb1\x3f\x16\xe6\x59\x2e\xfd\x32\xfe\x2f\xf0\xad\xfa\xbf\xff\xeb\xc9\xa9\x59\xa2\x4a\xc0\x5b\x8b\xef\xd6\xbd\x78\xa6\x33\xd2\x84\x17\xd7\x71\x79\xdd\x03\x10\x69\xc2\x8b\xb3\x77\x9a\xb6\x9c\xbe\x4e\x6f\x7e\xcb\x40\x7c\x89\xc8\x4e\x72\xa7\xbb\xa2\x4a\x0c\x44\x88\x64\x06\x2f\xae\x3a\xf2\x82\x1a\xd8\xe5\xd4\xed\xc9\x46\x1f\x7f\x00\xf5\x49\xdc\xd7\x42\x0f\x17\x71\x5f\x2b\x15\x4c\xf5\x2d\x44\x17\x57\x78\x61\x64\x97\x57\x38\x0d\x99\xf6\xbb\x30\x13\x44\x8e\x8a\x1d\x0a\x59\x44\x68\x88\x75\x98\xea\x5b\x88\x2e\x1d\x7b\x9c\xd2\x8b\xfc\xcf\x0e\xe1\xe2\x2a\x8d\x0a\x2f\xcf\x34\x74\xe3\x61\xe9\x2e\xbc\x51\x79\xba\x45\x20\x82\x6a\x20\xcb\x9b\x3c\xcf\x42\x7a\xe3\x68\x35\x59\xcc\x9b\x84\xd4\xd3\x0a\xdc\xe7\xae\xd3\x4d\x36\xe7\x69\xa3\x98\xab\xb8\x53\x37\xc8\xbb\xd0\xa6\xa9\xb9\x85\x7a\x7b\x6f\x33\xe2\x8f\x20\x19\xa4\x5e\x59\xc7\x9e\x3c\xd3\xce\xe6\x7a\xf6\x6a\xdc\x5c\xcf\x5e\xb7\xdb\xeb\xd9\xf2\x5c\xc9\x09\x18\xa0\x5f\x86\x6b\xf6\x70\x25\xff\x99\xd0\x6d\x1d\x10\x37\xc4\x42\x5e\x07\xc4\x0d\xf9\xe6\xd7\x41\xa6\xee\xe1\x65\xf1\x40\x70\x24\x06\x84\xaa\xe7\x88\x32\x68\xf3\xdc\xe5\xc4\xe3\x24\x95\xc6\x3a\x88\xbb\x79\x04\x50\x68\xf0\xdc\xc0\x1f\x41\x33\x8b\x80\xbf\x12\x58\xf4\xfb\x7a\xc3\xf9\xcc\x65\xd4\x69\xf3\x23\x5c\x56\xdc\xc4\xb8\xd8\x25\x88\x98\x75\x7c\x84\xcb\x8a\xeb\x91\xbc\x8f\x41\x0f\xbc\x76\x6c\x65\xae\x47\x4f\xfc\xeb\xf5\xf8\x3d\x27\x04\x05\x5e\xd1\x09\x41\x81\xd7\x72\x3a\xbc\x2a\x2b\xcf\x85\xef\x9d\x67\x6f\x4a\x9f\x1b\xdf\x1b\xcf\x08\x37\x96\xe5\x07\xdf\x7d\x46\x67\xc7\xa9\x4e\x08\x13\x88\xc7\xb3\x92\x32\x82\x21\x0c\x5e\x9a\xf6\x8b\xfe\x8b\x13\x9b\x0e\x2e\x4d\x4e\x75\x4a\x08\x34\xc0\x1a\x29\x21\xd0\x60\xa7\xa5\x8f\x9e\x29\x04\x5c\x5d\x29\x71\x81\xb2\x95\x53\x42\x88\xc1\xae\x4b\x90\x30\x04\x41\x5d\x89\xe0\x9d\xf0\x25\x2b\x7d\xe4\x4c\xf5\xa8\xa4\x88\xdd\x39\x6c\x48\x6f\x15\xf6\x66\x52\x3d\x93\xa3\xbb\x10\x67\x00\x1f\x62\x84\xe2\x7c\x99\x73\x27\x3b\xa0\x88\xea\x69\xef\x46\xf5\xc4\x64\x7b\xa5\xac\x52\x4c\x18\x95\x30\x64\x07\x18\x61\x3d\x39\xac\xc9\xb4\x3b\xa8\x16\x57\xca\xa2\x7d\x9f\x35\x24\x9b\x56\x89\x9b\x09\x00\xb2\x0b\x6f\x97\x5e\x4c\x3e\xab\xa1\x99\x02\xe6\xcd\x24\x2c\x05\x95\x18\x18\x21\xa1\xad\xe9\x16\x32\xc0\xe7\xb4\x7a\xa8\x6e\xa0\x17\x93\xaa\x1b\xe7\x48\x0d\x8d\x04\x44\xc2\x42\x3c\xbb\x82\x61\xed\x2d\xbc\x45\xf9\x3b\x27\x38\x69\xed\x8d\x33\xd8\x4a\xd5\x68\xf9\x0e\x5e\x83\xce\x69\x03\x55\x36\xcb\x06\x50\xbe\x14\x6c\x6f\x56\x42\xf9\x32\xe3\x19\x01\x67\xb2\x86\xa8\x07\xb8\xaa\xac\x04\x0b\x54\x11\xce\x16\xcb\x80\x26\x0a\x23\x6f\xa0\x86\xec\xb3\x3a\x4b\x77\x04\xc9\xb0\xc9\x60\xb0\xd2\x47\xd3\x4c\xf2\xfe\xac\x44\x68\x24\x52\xeb\xac\x44\x68\x24\x02\xfb\xaf\x44\x68\xa4\xc3\xd1\x35\xe4\x9b\x60\xea\x84\x10\xa1\x27\x8f\x58\x03\x17\x80\xfe\x53\x88\x0d\x3c\x0f\x48\x0a\x46\x71\xd6\x49\xd5\x28\xbd\x9b\x48\xd5\x28\x3d\x9d\xba\x87\x92\x32\x1f\x51\xb3\xa4\xcb\x13\x1e\x80\x64\x46\x5f\x09\x13\x50\x09\xff\xd4\xc5\x18\x7f\xd9\xe2\xad\xd4\xa5\x67\x3d\x8e\xa4\x6e\x14\x61\x27\x5c\x05\x89\x31\xbc\x52\x3f\x79\x66\x06\x71\x15\x5c\x42\x05\x55\xd3\x89\xd6\xbf\xd2\x70\x53\xbb\x93\x24\x6b\x62\xf9\x21\x6b\x8a\x98\x03\xb2\xa6\xb8\x5f\x20\x6b\x3a\x39\xf7\x57\x82\xac\x29\xa2\x91\xe1\xf1\xb4\x25\x55\xbe\xee\x43\x23\x6d\xc6\xc6\x1f\xda\x31\xb9\x36\x53\x02\x4b\xd4\x43\x40\x4d\xac\x45\x57\x9a\xca\xec\x20\x20\xd3\xf4\x10\x31\x45\x13\xea\x6e\x5a\x5b\xd9\xe1\x62\x4e\x27\xb2\xc3\x78\xbe\x5d\x1c\x6b\x28\x80\x77\xb8\x53\xb7\x44\x47\x65\x04\x4d\x89\xce\xb4\x20\xef\x3c\xc2\x2b\x0e\x0e\xbd\x2f\xc9\x79\x11\x82\xc9\x68\x64\x0c\x92\x61\x32\xa5\xc9\x93\x61\x32\xa5\xaf\x93\xd9\x68\xa2\x0a\xfd\x07\x0a\x5b\xc8\xe3\xc4\x47\x26\xa3\x91\x99\x48\x26\xa3\x89\x15\x32\x19\x4d\x60\x46\x93\xd1\xc8\x05\xa4\x13\x43\x5d\x0f\xde\xa9\x16\xce\x51\x9e\x6a\xde\x9c\x98\x33\x30\x0d\x50\x86\x31\x4d\xf7\x45\x2d\xa2\x93\x1c\x26\x33\xc9\x06\x14\xca\x01\xfe\xa9\x3f\x8a\x93\x79\xc5\xc9\xa7\xfe\x85\x9f\x87\x98\xea\xc2\xd6\xdf\xfd\x65\x3a\x9a\xe9\x88\xa1\x6f\x46\xa0\x17\x23\x05\x4c\x87\x7c\x69\xf9\x2f\x94\x44\x0a\x18\xee\xbc\x7f\xa4\x8f\x2f\xda\xd3\x8b\x1b\xaf\x50\x18\xd9\xf2\xe3\x0b\xc5\x0c\x15\xe0\x61\xbe\xd5\x24\x51\x43\x71\x50\x15\x4f\xdf\xaa\x95\xc4\x2f\xff\xe8\x22\x06\xfc\xd1\x45\x2d\x16\x5c\xe9\x90\xc7\xc6\x70\x4b\xee\xdc\xdb\xe3\x64\x77\x68\xd4\xa2\x0c\x10\xc6\x77\x64\x1e\xd1\x0e\x8c\xb2\x53\x75\x63\x7b\x0a\x8d\x9b\x4c\x35\x23\x1a\x09\xe1\x0f\xd0\x19\xbb\xc0\xe9\xd8\x38\xc4\xbb\x9a\xd0\x57\x64\x18\x58\xc9\x90\x97\x48\x7f\x56\xda\x08\x46\xa0\x53\xd2\x46\x30\x02\x95\x9e\x36\x16\xd8\x22\xb0\x7d\x52\xd9\x0e\xc4\xa2\x3e\x8b\x45\x6d\xc7\xac\xfe\xc8\x15\xd2\x83\xa0\x03\xd6\x3d\x11\xc9\xe0\x80\x58\x4a\x24\xe4\x26\xdb\xc0\x4a\x91\x23\x51\x8c\xf3\x28\x63\x00\xec\x07\x34\x2a\x3e\x26\xc2\x39\x3e\x25\x2b\x91\x9d\xfb\x40\x96\x90\xd0\xcf\x90\xb6\x63\x25\x29\xaa\xe8\x18\xcd\x50\xe3\x19\x95\x4c\xf9\x33\xee\xd4\x4a\x64\xdf\x26\x53\xd9\x4a\x92\x5b\xd5\x06\x10\x82\xb8\x99\x89\x75\x60\x4a\xec\x95\xd0\xd7\x14\x6f\xc1\x17\x08\xab\xdf\xa1\xf9\x60\xb0\x12\x34\x59\x53\x5e\x93\x3e\xda\x6b\x05\xe8\xaf\x31\xf0\xdc\x8b\x68\x69\x84\x3d\x4b\x7c\x31\x51\x59\xe2\x2b\xf9\x1d\x3c\x0f\x76\xcc\x12\x5f\xdc\x99\x99\x80\xe9\x58\x07\xaf\x2c\xf1\x55\x2c\xdf\xf9\x5e\x79\xc6\x1c\x9a\xfb\x2f\x87\x04\xa9\xd9\x10\xd4\xd7\xb0\xd0\x49\xa3\x85\xe7\x9b\xe7\xc5\x33\x56\x52\xec\xfa\x7c\xc8\xc2\x0c\x7b\x00\x6a\x26\x26\x23\x5a\xaa\x50\x3a\x39\x21\x5d\xe1\x64\xe4\x24\xd4\x89\xe7\x90\xae\xd0\x03\xb4\xd8\x51\x7c\x86\x36\x2c\x16\x9a\x46\x74\x63\xfc\x09\xea\xb6\xf8\x2c\x78\x80\x91\x00\x2f\xdb\x33\x44\x2c\xc7\x38\x43\x56\xe9\x4a\xbf\x32\x02\x22\x14\xc2\x2b\x67\x27\x09\x90\x32\x93\xc4\x19\xcb\x19\x28\x38\x57\x39\x03\x05\xdb\x3b\x43\x52\x85\xd4\x29\x6b\xf5\x52\x9c\x25\x83\x24\x60\xfa\xb0\xb2\xa1\xd2\x95\xc0\xe5\x0c\x95\x0a\x6e\xcb\xe4\xe8\x96\x8b\xcb\x1f\x19\xb5\x90\x45\xae\x4c\x8e\x6e\x14\xf4\x2b\x93\xa3\xdb\xf3\x9a\x89\x9e\xb0\xec\x0e\x9d\x4d\x43\x84\xbd\x32\x49\xba\x51\xae\xae\x5c\x24\x59\x2d\x34\x79\x06\xf0\x02\x32\x71\x70\x24\xe9\x96\x7e\xcb\x28\x6c\x3a\xd6\x3e\x2b\x93\x99\x7b\xb9\x58\x0a\xa1\xdc\x62\x05\x91\x8f\x53\x5c\x11\xf9\xb8\xea\x55\xc1\x89\x83\xae\xe2\x37\xc7\x56\x91\xdf\x38\xf9\x55\xf0\x00\xf5\x23\xc4\x96\x9c\x68\xae\x82\xc4\xd8\x74\xa7\x59\x7e\xbf\xf8\x6e\xf9\x9b\x79\xb1\x37\xa0\x73\x73\x93\x80\x1b\x31\xeb\xca\x15\x6a\x9f\x6b\x21\x93\x8c\x1b\x51\xec\xca\xca\x9c\xdc\xdc\xca\x9c\x38\x48\xf9\xa3\xcf\x16\xb2\xde\x95\x49\xb7\xad\x98\x35\xa3\xda\x69\x38\x00\xaf\x4c\xba\x6d\x99\xc0\xdc\x9c\x53\x00\x6d\xb1\xe8\xbe\x40\xe4\xb8\x27\x9b\x50\xfb\x8c\xaa\x0e\x0b\x86\x95\x49\xab\x2d\x01\x91\x09\x94\xae\xf1\xc8\xca\x10\x6b\x18\x7a\xae\xdc\x5d\x7f\xba\xeb\x5a\x4b\xbb\x5b\xbb\xc0\x5a\xc1\x0d\x00\x7c\x3a\xec\x70\xc9\x66\x1d\x76\xa6\xe5\x31\x27\x5c\x7e\xbf\x84\xd5\x17\x6c\x05\x57\xfd\x0b\xc5\xe5\x0e\x53\xb5\xec\xc5\xf4\xec\x8e\xaa\x3b\xcf\x0c\x64\x38\xcf\x7c\x1f\xec\x57\x68\x8f\x3c\xb4\xc3\xe3\x52\xc9\xc6\x73\x52\xc8\x91\x83\x40\x03\x96\x20\xd0\xdc\xb1\x41\xa0\xb9\xf6\xe3\x23\xa4\xbc\x0b\x33\x72\xa7\xe2\xf6\x1d\x1e\x22\x17\x0d\xc1\xd3\x51\x5c\x10\x23\x40\xc9\x98\xe5\x8f\xa4\xab\x4a\x52\xb2\x9e\x7a\xf2\x09\x19\x8b\xe7\x43\x5a\x31\x1b\xed\x41\x18\xa1\xf5\x1a\xf6\x1d\x2b\x4f\x28\x4d\x17\x1d\x99\xd4\x21\x9f\x90\x89\x08\x75\x04\x2c\x98\xc0\x1c\xff\x7a\xc1\xdd\x20\xb0\x86\x34\xa1\x62\xa0\x6c\x5c\x08\xe5\xc4\x19\xa2\xf0\x88\x81\x4d\x79\x41\x77\xec\x74\x30\xae\xb0\x91\x34\x93\x4d\x13\xfc\xa1\x78\x1a\x71\x1d\xf2\xce\xcf\x26\xe6\x56\xbe\x99\xb1\x7c\x39\xa4\x94\xf3\x47\x2d\xd6\x00\xd9\xbc\xdc\x32\xa9\x99\xe0\x0f\x01\x97\xc1\x1f\xfe\xb5\x15\x93\xcf\xc0\x34\xbc\x96\xf2\xca\xcb\xd9\x07\x46\xc3\x4a\x15\x0f\xbd\x86\xd7\x8a\x60\xb3\x86\xd7\x31\x65\x67\x4c\x32\x8d\x19\x49\x4a\x26\x37\x9f\xc1\xa3\x32\x96\x53\xc3\x4d\xf7\xee\xe9\x86\xf1\x14\x9c\x31\xcd\x74\x7a\x0a\xb3\x3f\x02\x66\xeb\x07\xcc\x0c\x20\xe2\x43\xb8\x2b\x4f\x60\x76\x93\x18\x63\x53\x69\x48\xbe\xd4\xd8\x89\x8f\x88\x0f\x11\x67\xfe\x92\xec\xf7\x3b\x40\x06\xd2\x82\xa6\x3c\x02\x7b\x98\x88\x5b\x71\x63\xbe\x60\x08\xec\x1d\x92\xb2\xc6\x3d\x79\x79\x05\x54\x7b\x94\x23\xb0\x13\xac\x09\xdc\xed\x97\x49\xec\x60\x08\x32\xc1\xa7\x66\x11\xb1\x46\xb0\x08\x61\xb9\x61\xab\x5d\x16\x73\x6f\x4b\xc3\xe7\x1b\x13\x02\x27\xdf\xf8\x10\x81\x11\x89\x0f\x11\x27\x92\xf8\x10\x87\x9c\x58\xc6\xa0\xe7\x08\xac\x8e\x52\xf1\x90\x2f\xcb\xb7\x52\x5e\x11\x8d\x29\xb6\x65\x08\xb2\x29\xb6\x03\xe5\x99\x62\x5b\x42\x34\xeb\x5b\xa4\xdc\x36\xef\x00\x99\x06\x8c\x24\x11\x78\x7b\x3b\xc7\x80\x6c\x24\x89\xc0\x5b\xdb\x5b\xc2\x3b\x5d\x17\xa4\xb8\xa1\xf4\x3a\x92\x87\xc9\xc6\x95\x90\xbb\xc9\xe1\x82\xe4\x04\xe2\x75\xd4\x8b\x1b\x46\x4f\x23\x39\xa2\xbc\x85\xd3\x03\xb7\x03\x4e\xfa\x21\x7e\xc4\x11\x97\xd6\x13\x70\x02\xf4\x23\xb9\xf1\x67\xb8\xf9\x95\x75\x4b\xb2\x5b\xe9\x51\x35\x72\xf9\x71\x15\xdc\xb4\xfa\x25\xc5\x35\xf0\xc4\x32\xf8\xe2\x32\x88\x81\xf4\x4b\x72\xde\x1e\xb1\xb4\x04\x19\x71\xb6\xfe\xad\xef\x63\xe0\x5a\xa9\xaa\x27\xf0\x84\x03\x8a\xd1\x31\xa0\xf7\x60\xae\xa9\xf2\x3a\xb8\x78\xc9\xe2\x26\xea\x43\x95\x36\x42\xe2\xae\xfc\x6a\xd8\x01\xdf\x90\x09\x3e\xb1\xa4\x43\x74\x52\x0a\xba\x2c\x64\x85\x12\x6c\x11\x7d\x42\x98\x8d\x3e\xe1\x09\x7e\xb5\x79\x2a\xfe\xd0\x2e\x45\xf8\x23\x16\x05\xb7\x5d\x39\x34\xac\x5d\xbe\x68\x58\x0b\x81\x54\x0e\xad\x54\xb8\x9c\x4b\x78\x30\xc1\xa1\x97\x03\xb1\xd1\xf4\x59\x1d\x41\xb7\x14\x37\x8b\x5a\xae\x62\x98\x0a\xaf\x99\x72\x38\x00\x0e\x5e\x39\x02\x66\x8b\xe9\xe1\xb3\x2c\x26\x5f\x3e\x84\x46\xa0\x87\x75\x04\x1a\xd5\x5d\xc1\xf8\x5b\x3d\x61\x31\xfc\x44\x45\x83\x56\x0c\x3f\x21\xb5\x5c\x22\xfc\x84\x70\x62\x79\xa4\x3c\xb3\x18\x7d\x02\x5b\xbc\x55\x12\x06\xc0\xd3\x76\x31\x4c\x8e\xef\xe8\x5d\x04\x2b\x09\x30\xec\x72\x49\x01\xa3\xa5\x84\xb1\xd9\x47\xc0\x08\x5c\x19\x18\xa7\xcf\xd8\x4e\x3b\xf8\xac\x4c\x81\xda\xc6\x25\x95\xf7\x2c\x39\xc0\xb5\x54\xe0\x39\x8b\x61\xc4\xc1\xe2\x15\xe3\x92\xaa\x17\x2d\x84\x9b\x50\x78\x59\x8c\x51\x4a\xfe\xb6\x55\xb2\x5b\x64\xfa\x07\x43\xa0\x78\xd6\x0c\xd1\x45\xcd\x31\x12\x5f\x88\x56\xb2\xac\x8e\xe5\x92\x4d\x69\xb9\x24\x17\x5f\x08\x3d\xd1\x48\x49\xba\x8a\x96\x4b\x6e\xa3\xb0\x5c\x72\xb8\x61\xb9\xc4\x3e\x2c\x05\xe0\xed\x30\xac\xc0\xbb\x6d\x05\xc0\x0c\xd1\x88\xa5\x0a\xaf\x0a\x72\x45\x13\xeb\xad\x02\x31\x3b\x64\x98\x4a\xf5\xe8\x80\x8c\x4b\x0d\x24\x61\x1d\x4c\x23\x08\xfa\xb2\x8a\x89\x0e\x63\xc8\x66\xee\xae\x88\x9a\x8b\xb6\xdf\xa2\xb6\x42\x50\x89\xa6\xac\xa7\x54\xa5\x38\x20\x8f\xa2\xf5\x37\xe7\xb0\x68\xfd\xed\x00\xb4\xfe\xf6\x2e\x2a\x98\x2f\x29\xfa\x2d\x1a\x7f\x13\x11\x66\x15\xfd\xc8\x09\x1b\xb8\x8a\x71\x4d\xf1\xde\x5f\x05\x93\x25\xc9\xb0\x62\xae\x6e\xdc\xfd\x57\x31\x57\xb7\x98\xbd\x98\xab\x5b\x02\xb6\x98\xab\x5b\x24\x59\x9a\x40\xfe\xcd\x11\x97\xe6\x08\x00\xb4\x39\x02\xdb\x8e\x11\x30\xb4\x26\xd4\x9e\xea\x20\x82\xe1\x7d\x8b\x89\xbc\xc5\xc6\xc5\x44\xde\x44\x54\x5b\x05\x32\x78\xa8\xb6\x28\x26\x5d\x94\x69\x2b\x26\x5d\x14\xe3\x96\x8e\x35\x98\xfb\x81\x28\xa7\x33\x1d\xd6\x77\x70\xd5\x3f\xd3\xbb\x99\x99\xc2\x1c\x3c\xe4\x78\xa5\x2b\x47\xcb\xbe\xe8\xd2\xea\xd1\xc0\x36\x5c\x29\x62\xe9\xca\xd1\x3c\x26\xdd\x34\x22\x42\x46\x00\x0a\x89\x99\x32\x02\x7e\xaa\x98\xee\x3b\x10\xde\x90\xcc\x74\x9a\x06\x20\x83\x63\x8b\x7a\x5a\x2f\x8c\x32\x62\x3d\xe8\x05\xfb\xef\xda\xec\x5f\x4d\xad\x2c\x58\x31\xf5\xb7\x3a\x96\xa2\xaa\x16\x43\x9f\x55\x4c\xfd\xed\x5d\x5f\xa0\x99\x1b\x51\x93\x56\x31\x0f\xb8\x67\x08\xc1\x67\x96\x4e\x2a\x90\xc9\x41\xa9\x14\x6c\xc3\xd5\x45\x14\xd3\x80\x4b\x44\x94\xa9\x85\xac\xbd\xa0\xbb\x1d\x87\x90\x41\x27\x37\x72\x72\xac\x62\x78\xf9\xc3\x83\xae\xa9\xb8\x34\x77\x99\x9a\xe0\x7b\xa0\xb0\x15\xaf\x2e\xe6\xd4\x81\x20\xfa\xdf\x56\x61\x6a\xa0\x8c\x73\x4c\xb3\xe2\x52\x69\x9d\x82\xb5\x78\x53\x61\x53\x50\xf9\x66\x89\xdb\xb2\xf4\x20\x70\xd2\x49\xfe\x1d\x57\x09\x74\x72\x96\xcc\x2e\xc4\xb9\xa8\xee\x8c\x85\xba\x59\x44\xb3\x50\x37\xbb\x31\x75\xb6\x97\xb0\x2e\x4b\x80\x01\x7e\x69\x59\x28\xf2\x36\x60\xda\x70\x29\xf4\xb5\x97\x98\x2e\x2b\xa0\x67\x2a\x90\xb6\x66\x29\xe3\xa2\x41\x9d\xd2\x98\x12\xd2\x56\x08\xb2\x72\x12\xf1\xd4\xb3\x0d\xfd\x9c\xa5\x7f\x0b\xf4\x73\x96\x7d\x28\x8a\x5e\xbb\xd3\x07\xfd\x9c\x25\x0b\x4a\xc8\x61\x21\x94\x8a\x72\x58\xe9\xfc\x02\x01\x9d\xbb\xbb\x5c\x39\xac\x2c\x53\x21\x30\xab\x76\x02\xe5\x8c\xab\x9c\x71\x22\x93\xad\x9e\x18\xe3\xb2\x4a\x02\x16\x13\x86\x23\x99\x2b\x57\x4c\x3e\xb0\xe0\xde\x98\xe5\x3f\x0a\x69\x8c\x30\x1d\x5d\xe5\x0a\xf0\xe9\x44\x69\xad\xfc\x43\xb9\x02\x62\xff\x70\x48\x9b\x6b\x04\x35\x3d\x8a\x63\x51\x42\xdb\x1c\xe5\x25\x77\xed\x91\x33\x8a\x7d\xe0\x59\xf3\x80\x77\xe1\x0f\x13\x77\xf1\xec\x5d\xb0\x0b\x04\x4c\x33\x7f\x77\x4f\xd9\x1d\x28\xc3\x97\x61\x15\x8b\x11\x98\xd4\x49\xd2\x0e\xbe\x8b\x28\x21\x9b\xeb\xff\x0f\x56\xba\x40\x53\xe7\xee\xa6\x25\x2d\x78\x8f\x8e\x1e\xdb\xf3\x87\xaa\x2e\x51\xc0\x76\x08\xf0\x1d\x65\x2b\xf0\x66\x38\x46\x9d\xed\xee\x66\x48\xea\xde\x3d\x27\x3b\xc6\xc3\x40\xb7\x9b\x43\x14\xb4\x49\x12\xed\x7c\x6e\x92\x44\x47\x0d\x87\x46\xef\x3b\x76\x86\x9d\x38\x4e\x48\xf5\x02\xa5\xdd\xb0\x2f\x5f\xc5\x1c\xe1\xdd\xdb\x61\x13\xc2\xda\xa5\x81\xb6\xae\x5a\xb9\x94\x47\x80\x69\xf8\xc9\x74\x42\x6d\x33\x12\x75\x2f\xaa\x87\x20\xd5\x62\x1f\x73\x10\x75\xf1\x9a\x39\x88\xba\xe7\xf2\x01\x46\x37\xd6\x13\xf3\xc8\xdc\x3d\x31\x77\xc0\x88\xeb\x7e\x5f\x92\x45\xaf\x37\xb8\x77\x3b\xde\xfa\xa1\x93\x29\xa4\x17\x9a\x33\x5e\x54\x17\xc4\x8b\x71\x5f\x04\x33\x02\xd3\xba\x35\xcd\x03\x2e\xd7\x51\xde\x98\x25\x8b\x69\xdc\xeb\x30\xdf\x08\xfc\x6c\x6b\xb7\xad\x09\x1b\xce\x2e\x1e\xe0\xc8\x04\x2e\xfe\x35\x29\x91\x44\x7a\x8d\x4c\xe0\xd0\x98\xf5\x90\xec\x19\xfe\xc1\x51\x9e\x43\x53\xf1\x7c\x6c\xe2\xd2\x7a\x04\xcc\x83\x97\x80\xb9\xf0\x32\x5d\x0c\x8b\x69\x90\xcc\xf6\xa9\xe6\x21\x92\x6f\xab\xe6\x21\xd2\xce\xa8\x1e\x01\x73\xe5\x45\x23\x1b\xae\xc6\x7a\x08\xf4\xf2\x8f\xe9\xcb\x21\x4f\x6a\x12\x68\x6e\xfa\x8a\x57\x64\x96\x71\xab\x29\x82\x23\xfb\x12\xda\x59\x5a\x4b\xfa\x1a\x71\xb7\xd6\xe4\x1a\x08\x68\xa4\x35\x5a\xbe\x60\x3c\xac\xbc\xbe\x42\x33\x6b\x96\x51\x23\xab\x11\x57\x68\x4d\x3a\xa3\x24\xa1\x11\x6d\x81\x37\x6b\x0e\xd0\xa8\x0f\xa9\xab\x2f\xf8\xaa\x90\xba\x95\xfc\xf7\xab\x66\x9d\x69\x96\x7f\x86\xb3\xeb\x8b\xeb\x0e\x7a\xa9\x91\x98\xc8\xd9\x8d\x3c\xdf\xcb\x3f\x68\x64\x5c\x36\xf3\x12\x1d\xd1\x58\x40\x63\x95\x07\x35\x13\x23\xcb\xc6\x63\x72\x0d\x4d\x4b\x74\x38\x66\x13\x80\x27\x17\xa7\xe0\x9f\xc5\xee\xac\x85\x2d\xe0\x34\x17\xdc\xb3\x04\xcb\x6c\xdf\x84\x1c\x5b\xd5\xac\x44\xd2\xaa\x95\x48\xfd\xc3\xf5\x2b\x01\xbc\xd5\x55\x78\x59\x48\xb3\x6f\x81\x2f\xb1\xfe\x76\xa8\x41\xba\x4b\x5e\x14\xa1\x38\x61\xa6\x28\x3a\x84\xcb\x3c\xe0\xc9\x3a\x55\x42\x2d\xf9\x52\x7c\xf9\x93\x70\xac\x98\xf4\xe3\xc9\xba\xaa\xa1\x98\xb0\xef\x5f\x55\x35\x3e\x06\xfe\xab\x86\x1a\xbf\xdb\xb8\xf9\x9f\xa2\xce\x56\xba\x68\x1d\xe3\x75\xb9\xd0\x2d\xec\xe5\x19\x77\x93\x72\xa9\xbe\x18\xf2\x89\x63\x58\xa1\x7e\x4b\x71\x76\x9b\x24\x3a\x58\xa9\x36\xc9\x40\x17\x47\x1b\xfd\xe2\x1a\x6a\xa3\xaf\xe6\xbd\x12\xbd\x3f\x8e\xb1\xa6\xf8\x5a\x89\x55\x5c\x17\xe3\xac\xe1\xba\x28\x46\xa8\x91\x88\x88\xfb\xa9\x76\x69\xa5\x62\x75\xbc\xc4\x8a\xcd\x9a\xa4\x69\xf8\x02\x81\xa1\xce\xb8\x1a\x86\x5f\xae\xa8\x1a\x86\xbf\x55\x1b\x33\xd2\x35\x62\xfc\x3a\x0c\x63\xce\x20\x8d\xc9\x4f\xce\xb3\x55\x71\x5d\xc4\x83\x76\x55\x63\xf2\x4b\xb7\x55\x63\xf2\x13\x35\x6e\xd5\xa1\xcb\x9b\x43\x31\x40\x7f\xf3\xd8\x13\x54\x4d\x03\xc3\x6a\x50\xb5\xe6\x39\x83\x3c\x0d\x75\x56\x1d\x9e\x4d\x67\x0f\xff\xc4\x15\x6d\x61\xb4\xe7\x16\x34\x74\x9a\xf7\x5c\x85\xd4\x2c\xde\x60\x55\xea\x52\x8b\x9d\x0a\xe1\x34\x49\x8c\xb6\x2a\xf2\x45\x43\x3a\xad\xaa\x11\x7e\x75\x92\x23\x5c\x81\x07\x70\x6b\x1f\x6f\xb1\x37\xbc\x00\xbe\xf9\x6b\xff\x8e\xe6\x07\x41\x63\x67\x4d\xef\xba\xa6\x5b\x26\xcb\xda\x18\x99\xc9\xc7\x57\x1b\xd8\x60\x34\x0b\x61\x2e\xc5\x25\xd6\x86\xe2\x32\x08\xaa\x36\xd4\x65\x57\x6b\xbc\x56\xa7\x0a\xa4\xb6\xc2\xff\x36\xb1\x7f\x67\xc2\xda\xc4\xa4\xbb\xf8\x5d\x3f\x0a\xd0\x4a\x9b\x18\x89\x60\xa9\xd2\xa6\x1a\xcd\xc6\xb3\x1a\x4d\xbf\xe3\xd3\xc5\x92\x34\xa2\x71\x1c\xd0\x32\x8d\x68\x1c\x47\xb1\x3c\x1a\x2f\x87\x3d\x51\x06\xdb\x31\x51\x3a\x0e\x36\x5a\x5b\xe8\xe0\x58\x9b\xb6\x30\xdb\x62\x93\xb7\x85\x52\x8c\x43\xd2\x16\x81\x94\xd8\x18\x6d\x29\x42\x4a\x56\x16\x67\x72\xbd\xb5\x85\xa6\x89\xf5\x6b\xcb\xe0\x7e\xc9\xea\x17\x6a\x14\x9b\x45\x97\x93\xec\x0e\xfd\x4d\x94\x79\x79\xa6\x32\xb4\x71\x25\xfa\xf9\x6a\xa7\x02\x70\xa6\xf8\xd4\x51\xae\xfa\x82\x34\x3c\x5b\x03\x4b\x11\x27\x86\xa8\xc3\xea\x0e\xdb\x19\x08\x9e\x29\x3e\x03\x58\xe0\x38\xa5\x2c\xd9\x39\x4d\xf9\xb1\x2c\x70\x3b\x5d\xd4\x62\xef\x1b\xb1\x9a\x0d\x2b\x5a\x74\x80\x97\xd2\x44\x08\x90\xf6\x11\xc0\x55\x85\x53\x83\xfe\x5d\x78\x1d\xac\x66\xb6\xce\x8f\x98\xfd\x03\x11\x36\x53\x79\x12\xfd\x7d\xb5\x2b\xb8\x56\xc6\x89\x10\x59\x7b\xbb\x76\x85\xf8\xca\x97\x6d\x15\xbb\x0d\x99\x9b\x55\x5e\xff\x00\xdc\x2d\x73\x0d\x71\xdf\xee\x60\xa1\x69\xc0\xf4\x9b\xcb\x93\x60\xfa\x4d\x70\x7e\xbb\xa3\x7f\x5f\x10\xfb\x2c\xdb\x0a\x89\x00\xeb\x7d\x2b\xd0\x71\x72\xb5\x2f\x00\x91\xb4\x1d\xfc\x00\xb0\x6c\xf8\x2f\x70\x52\xdb\xf8\x9c\x7b\x8e\x20\x4b\x89\x09\xb2\xda\x77\x58\x1b\x51\xb5\x57\x93\xc6\x54\x04\xdd\xcc\x7b\xa9\xd4\xbb\x3d\x11\xbb\x9f\x66\x21\x32\xb5\xe7\x6c\x8f\x97\x25\x7d\x3f\xda\xe0\xba\x62\xb8\x74\x96\xe4\x3c\x20\xaf\x2d\xc9\x19\x7e\xe2\x78\x53\x4c\xc2\x50\xab\x81\x9e\xd4\x85\x2e\x9e\x0d\x26\x14\x2f\xcf\xff\xfe\xaf\xe3\x71\xb2\xfa\x47\x5f\xe8\xbe\xb5\xba\x16\x7a\xcc\x55\xcf\x99\xef\x8d\xe7\xc2\xb3\xe5\xb5\x42\xee\x3c\x13\xb6\x6e\x5a\x06\x62\x22\x59\x46\x8b\x0e\xfa\xfa\x70\x54\xf7\x82\xe9\x66\x35\x4c\xd6\xc5\x22\x99\x03\xdd\x8b\x16\xc9\xf4\x1b\xb4\x03\xe5\x4d\x69\xc8\x2e\xef\xe1\xa6\xc0\xb2\x74\xe4\x61\x5d\xf6\xbd\x7f\x64\x41\x1f\x10\x58\xfd\xa3\x0a\xfa\x70\x04\x50\x05\x8a\x9e\xfb\x47\x14\xf4\x01\x0d\xd3\x0b\x2e\x46\xd5\xef\x84\x1b\x00\xb5\x76\xa5\x67\x10\x04\x1d\xe1\x59\xd7\x98\xa4\x9b\xa8\x90\xfd\xd4\x2b\x26\xc9\xec\xc0\xae\xe8\x8c\xed\xd4\xb9\xf1\x4d\x20\xb7\x7a\x25\xdf\x5e\x54\xc0\xdc\x78\x59\x01\x73\x63\x7b\x6b\x78\xf1\x80\xf4\x7a\xc3\xe8\x55\x48\x1b\x56\x2c\x36\xda\xb0\x62\xb1\xcd\xf0\x1a\x60\xbb\xf7\x86\xb5\x8a\x50\x7c\x97\x7b\x6e\x0e\xa7\x61\x0e\x9c\x2d\x83\x85\x8a\x43\xfe\xae\xf9\x8c\x07\xf8\xea\x0d\xd3\x60\xf8\xa3\xde\x31\x07\x76\xea\x3a\xae\x44\x4e\x1d\x12\xa5\xa9\xc2\xbf\x63\xfa\x26\x7b\xdf\x3b\xde\x37\xcd\xca\xf7\xf7\x1d\xb4\xd1\x3b\x2e\xca\x08\x04\x7b\xc7\xb4\x17\x0a\xa7\x13\x31\x5f\x6d\x62\x1f\x18\xa5\x34\x9f\x41\xcf\xce\xd0\xd0\x4a\x86\xba\x03\x47\x9c\x62\x5d\x6c\x50\x60\x92\xfa\xc0\xbc\x58\xa0\xb9\x8f\x6b\x3b\x7c\xc1\x1a\xa6\x59\x08\xa3\x0d\xa7\x6b\x3c\xdc\x0b\x74\x36\xb9\x23\x9c\x89\xe9\xc2\x72\xd2\x3b\x8a\xd3\xc3\xa9\x9b\x5c\x0c\xae\xd3\xd4\x36\xe3\xaf\xc8\xa5\xab\x1b\x47\xca\xcd\x1d\xb7\x98\x3d\x0a\x89\x3d\x7a\x73\xd9\x21\xdc\xbd\xda\xf6\x4e\x50\x29\xed\xbb\x3b\x57\x51\x6d\x20\x84\xfe\x5d\x45\x4b\xa3\xee\x1e\x37\x11\x2d\x11\x54\x4a\xfb\x8c\xbe\x50\x2c\x3b\x69\xaa\x36\xa3\x51\xd5\x2a\xdc\x25\x3d\xb4\x99\x5c\x20\x5d\x6d\xa6\xc2\xbc\x8e\x34\xa6\xe2\xae\xbf\xba\xda\x4c\xc5\xae\x1d\x69\xcc\x48\x51\x6c\x89\x7d\x69\x1a\xcf\x7f\xe5\x97\xdd\x7c\xd1\xcb\xd3\x68\xca\x1b\x5d\xa9\xba\x59\xa1\x97\x18\x08\x0b\x37\xa5\x21\xdd\xf8\x50\xea\x8f\x3b\xe6\x6e\x24\x31\x58\xfd\x82\xab\xb7\xbc\x08\x9a\xee\xd0\x45\xf6\xa8\xeb\x1e\x67\xb4\x97\x7b\x9c\xd9\x51\x74\xa2\x9b\x58\x37\x28\x94\x0d\x11\x9f\x50\xd2\xa6\x1b\x9f\xd0\x46\x6f\x4c\x73\xdc\xe4\xb7\xab\xef\x77\x57\x9f\xb5\x20\x3e\xa1\x17\x53\xff\x6e\x8c\x75\x78\xd0\x08\x03\x25\x4d\xdb\x6f\xa7\xdc\xf2\xd8\x71\x14\xdb\x81\x0e\x70\x8c\xe8\x0c\x55\xd8\xf6\xd0\x19\x5a\x08\x01\x47\x22\xc4\xe7\xea\x5c\x24\xda\xac\xf7\xed\xc5\xe5\xf7\xe1\x74\xf9\x43\xd9\x97\x4b\xbf\xf1\x11\x76\xcb\x2b\xe0\x88\xe5\xde\xc4\xca\xf6\x10\x72\x0f\x29\xeb\xe8\x26\x63\x8e\x0d\xb2\x11\x83\x79\x82\xbd\x93\x24\x36\xfa\xa3\xf3\xb0\x63\xe5\x1e\xd2\xc5\xab\x3f\xc8\x9a\xa0\x73\xba\x37\x8f\xf4\x53\xe7\xe6\x51\x85\xd8\xb5\x50\x73\x7c\x84\x77\x92\x6e\xeb\x84\x6e\x6a\x0e\xef\xf5\x1c\xd2\x35\xa1\x9b\x0e\x57\xf4\xcd\x94\x61\x0c\x5c\x60\x75\xba\xb1\xde\xc6\x6c\x02\xc5\x47\xf8\x16\x8d\x59\xfa\x8b\x01\x0b\x02\xc3\xfe\x4e\xca\xf8\x1d\x0b\x1c\xcf\xf3\x7b\xf2\xdd\x8e\x59\x39\xd1\x1c\xf6\x68\xda\xea\x75\xa3\x3b\x39\xfe\x41\x70\x79\x75\xd7\xe3\x88\xb3\xb2\x78\x29\x7a\x91\x25\x5e\x2a\xf4\x51\xe7\x59\x5d\x13\x3b\x62\x1c\x2a\x47\x21\x81\xc7\xb1\x28\x65\xf5\xcb\xd5\xf6\xc7\x66\xb5\x1b\xcf\x0f\xcf\x99\xe7\x97\x67\x5a\x42\x18\x91\x1a\x94\xc2\x48\x89\x1f\x85\xe7\x6c\x4b\x34\x4b\xd8\x41\x7d\x11\x46\xea\x3c\x33\x0c\x03\xc1\x13\xe2\xf3\xc3\x21\xbe\xd8\xae\x78\x53\x70\x13\xca\x00\x36\xfc\x50\x31\xb7\x5a\xff\x0b\xdf\x8d\x84\xd4\x7d\x09\x80\x32\x54\xf6\xc8\xc8\x71\xea\x81\x33\x9b\x3f\xdd\xd1\x64\x85\xa8\x1c\x95\x91\x03\x07\xf8\x47\x72\x8a\xc6\x0c\x13\xef\x61\x19\x86\x89\x27\x56\xd8\x1a\x19\x39\x1f\x34\xc0\x50\x94\x41\x34\xb5\x35\xb2\x22\x2c\xce\xef\xc8\x24\xca\x82\xfe\x1e\x85\x10\xda\xe0\xd5\x01\x35\x51\x75\x8a\x19\x21\x89\xa0\x29\xf4\x6e\x61\x4e\x3e\x4a\xd0\x53\xfe\x11\x15\xbb\x11\x8a\x54\x8d\xd3\xac\xc8\x00\xa7\xff\x35\xa0\x16\x82\x9b\x19\x3a\xfd\x4b\x8f\x8c\x6a\x34\x6a\xba\x44\x7c\x10\xbc\xcd\x40\x42\xe0\xb6\x1d\x0a\x05\x64\x62\x86\x42\x01\x39\x97\x81\x6d\x7f\x6c\x3d\x6d\xfb\x9b\xd3\x4a\x3c\x80\xa5\x31\xcd\x30\xf3\xb1\xe2\xd7\xd1\xcc\xed\xc5\x89\x1b\x4d\x6a\x05\x50\x90\x0f\x4c\xe5\x5a\xa3\x79\x82\x98\x23\x64\x05\xb5\x09\x4b\xd3\x00\x28\x5b\x5d\x8b\x8a\xf8\xb3\x95\x46\xd3\x25\xb2\x02\x6d\x4b\x06\x3a\xaf\x2a\x75\x31\xf0\x3d\xd4\xb6\x6c\xe0\xce\xaf\x9b\xc3\xe8\x32\x88\x3e\xb3\x45\xa3\x0c\x23\x74\xbb\x7e\x94\x46\x3e\xb8\x41\x47\x87\x37\x45\x23\x3e\x30\xef\x3a\x5c\xe9\x1e\xc1\x60\xed\x8c\x8b\x9d\xeb\x65\x60\xb5\x75\xb8\x4f\x10\x0c\xcc\x64\x21\x4d\xb8\x5c\xf5\x81\xc5\x99\x83\x83\xbc\x90\x7f\x18\xc3\xe9\x00\x3a\x6d\xb6\x62\x5f\x0e\x0d\x9d\x60\x8e\x86\x46\x5b\xc5\xee\xc2\xf2\xd1\x2a\x71\xd1\xda\x87\x88\xc4\x05\xd0\x0e\x3f\x30\xc9\xf4\x0a\xe6\x26\x1a\x61\xb5\x65\x6b\x53\x83\x22\xb7\xbc\x26\xfa\xa4\xf8\x5e\x43\xb3\x2d\xfb\x47\x03\xd5\x89\x79\xbf\x86\x96\x5a\x22\xc1\x81\x06\xaa\x2a\x2f\x19\x33\x56\xcd\x96\x2f\xd6\xc3\xfa\x70\x7d\xc9\xef\x72\x7d\xd5\x1f\x2f\x3f\x68\xca\xe0\xcd\x2d\x5e\x86\x2f\x94\x42\x83\xa4\x03\xc6\xd0\x5c\xbf\xc5\x8b\x6a\x46\xee\x91\xb1\x34\x38\xf7\x2c\x2c\x49\x03\xe8\xbf\x11\xf6\xfa\xae\xe9\x92\x4e\xe8\x36\x10\x3b\x88\xe1\x7f\x6c\x72\xf8\xea\x8d\xd0\x20\x89\x17\x4e\xb1\x07\xf7\xca\xc0\x5e\x5f\xbb\x88\x11\x1a\x24\xe7\x55\x0d\x52\x1c\xbf\x13\x6e\xcc\x4e\x42\x67\xe4\x54\x86\x9a\xc8\x45\x32\x74\x51\x4c\xb8\xb1\x2f\x63\xc5\x08\xea\x50\x7b\xfe\x13\x19\x1a\x17\x33\x56\xf3\x12\xd1\xb8\x17\x2f\x99\x7b\xd1\xae\x74\x4f\x77\xc7\xa2\x39\xea\xfa\xb7\x8d\x2b\xf0\x1c\x30\xa8\x39\x22\xd0\xe2\x1a\x6a\x8e\x86\x98\xc6\x8c\x80\x2a\x2e\x07\x6a\xa4\xae\xcb\xe2\xb8\x8c\xbf\x24\xda\x83\x16\x9a\xe4\xf4\x5b\x03\x1e\xba\xb6\xe8\xf4\x15\x89\x01\xce\xad\x44\xc2\x7e\xb0\xf4\x9f\xce\xd5\x1d\x40\xb3\xa2\xe8\x97\xa6\x53\x0d\x3b\x1d\x5b\xeb\x0e\x4c\x45\x8f\x98\x65\x05\x8f\x38\x6e\x32\xc6\x0f\x7f\xe0\x7a\x34\x6d\xe9\xe6\x72\x07\x78\xcd\xb0\x62\x9d\x34\xc3\x8a\xa5\x0d\x33\x2c\x4f\xa6\x66\x58\x81\xa9\xd0\x13\xd5\x40\x81\x1f\x19\xd5\x94\x74\x0c\xa9\x28\xc5\x82\x63\xcb\xff\x77\x4b\xa9\x43\x14\x85\x05\x1d\x25\x3a\x0e\x3a\xca\xb1\xa8\x29\xd2\xb1\x69\x04\xdf\x0e\x64\x4f\x4c\x11\x2d\x3f\x21\xcb\xa6\xbe\x2c\xb9\x6e\xc1\xe3\x1f\x2d\x04\xcc\x28\x7e\xcc\xa5\xbe\x86\x91\x1b\x60\x05\xc6\x13\x2b\xc1\x8f\x37\xae\x76\x5a\x36\x32\xf3\x72\x91\xb1\x6d\x32\xe6\xd5\x1a\x2f\xee\xa7\x30\x32\xe3\x55\xca\xef\x52\x90\x6f\x27\x36\x2d\xfa\x9c\xd4\xbc\x19\x5f\x68\x42\x87\xaf\x3a\x47\xf5\xc1\x20\x18\xb3\x5e\x29\xe3\x25\x2c\x09\xf4\xda\x44\x4d\x53\xc8\x72\xb3\x26\x81\x1a\x14\x9f\x4f\xfc\x1a\x49\x53\xbf\xa6\xfe\x8b\x6c\x95\xf9\xd1\x37\x45\x4e\x60\x12\x00\x49\x7a\x7f\x1e\x38\x43\x45\x19\x24\x5f\x60\xb4\xa9\x3f\x22\x1b\x70\x7e\xb4\x4a\x51\x06\x34\x51\x9b\xcc\x01\x6b\x39\x51\x9b\x8c\x0c\xae\x99\x06\x93\x74\xa5\xa6\x9e\x87\xd1\x2e\xe1\x8b\xd4\x3c\x4d\x1d\x0f\x15\xfb\xcc\x14\x18\xcd\x3f\x32\x57\xe0\x9a\xa9\xe7\x61\xf4\x8f\x19\x91\xd2\xb9\x09\x09\xd2\x54\xbc\x4f\x48\x10\xad\xf9\xa7\xae\x86\x8a\x90\x66\xd6\xee\x8d\x5d\x37\xb3\x68\xd7\xf1\x66\xed\xde\x1c\x4c\x16\xd3\x36\x9e\x21\xed\x04\x32\xeb\x19\x55\x05\x45\x11\x16\x7b\x6b\x42\x9c\xe8\xdd\x30\x0d\x67\xd4\xec\xbe\xc8\x91\xb1\x1b\x26\xd4\x49\x6d\xec\xed\xa9\x55\x90\x71\x34\x66\x19\xd4\xb7\x94\xc8\x19\x18\x71\x3c\x3c\xa2\x8f\x8b\x67\x2a\xd7\xd8\x64\x54\x36\x04\x11\xc1\x6b\xd6\xac\x71\x7e\xa8\x62\xd0\xc7\xe5\xaa\x90\x4c\x46\x4d\xff\x84\x34\x69\x1f\x56\xf9\x03\x1d\x4e\x8c\x82\xd2\x70\xfa\xc3\x28\x88\xed\x3c\xab\x77\x05\xf2\xa6\x59\xa5\x42\x03\x20\xb8\x94\x78\x16\xef\x0a\x35\x4c\x4a\x80\x46\xa8\x45\xe7\xa5\x79\x03\xd0\x10\x02\x91\x45\x7e\xd2\x35\x8d\xf4\x48\x9c\xaf\x35\x49\x1f\xa3\xd6\x7b\x1a\xc5\x88\x60\x60\x6b\x62\xcf\xa3\x62\x7a\x1a\xe8\x91\xe8\x5e\x6b\x1a\xe8\x51\xbd\xda\x24\xb9\xb1\x9a\xe1\xd9\x94\xda\xd9\x96\x81\x1e\xd5\xcd\xcf\x1e\x02\x39\x8a\x61\xb4\x33\x20\x8d\x66\x97\x7e\x14\xf8\x4e\xda\x96\xe5\xf3\xd4\x51\xc3\x97\x25\x26\xb1\x8a\x41\xfd\xa2\xca\x05\xea\x65\x1a\xd1\x96\x74\xe2\xdd\xad\xd9\x8d\x11\xc0\x44\xa8\x12\x71\x7f\x0d\xdd\xb5\xfc\x6e\x44\x66\x27\x65\x84\xe6\x81\xda\xe4\x35\x50\xc3\x36\x4f\x5c\x4c\xdc\xdc\x27\x52\xec\xe2\xf7\x17\xf4\xc2\x72\x20\x08\x16\x55\x93\xc6\xff\x3b\x00\xb4\x8a\x89\xb1\xe2\xca\xe9\x75\x46\x5a\x99\x45\x82\xff\xa6\xe5\x06\x09\xfe\x53\x25\xd5\xd0\x22\xc3\xff\x87\x90\x6c\x57\xd5\x8a\x2b\x85\xd7\x9a\x26\x88\xd3\xcb\xac\x8b\x79\x2e\xd0\x31\x5c\x1a\x09\xff\xbf\x1f\xbe\xa8\x2d\x77\x9b\x5c\x5a\x1a\x70\x7f\x91\xf2\x3f\x95\xe4\xd1\x42\x38\xdc\x48\x5f\xbf\xe6\xad\x6f\x1d\xbd\x84\x73\x5a\xb2\x4a\x40\xc9\x58\x6e\xed\x93\xc0\xe0\xd3\xa8\x81\x7a\xe4\x4c\xac\x25\x2a\xf9\x88\xd6\xbc\x4d\xe3\x2a\xcc\x77\xa4\xa6\xf0\xe5\x71\xba\x59\x52\x62\xf9\xa9\x67\x25\x29\x7f\x6a\xc5\x63\xb7\xa3\x14\x55\x88\xe0\xa7\x76\x72\x3e\x32\x14\x8e\xf9\x91\x9c\x98\xbe\xe0\x8c\x2b\x62\xd2\x17\x1f\x4a\x65\x12\xd9\x4f\x0b\x58\x93\xf7\x57\x95\x5c\x24\xef\x2f\xca\x17\x26\x8c\xb9\xcc\xe4\x84\x31\x97\x13\x25\x8f\xff\xbf\xd3\xa3\x95\xae\x6e\x1c\x13\x9f\x32\xc9\xbf\x19\xdc\x3b\xb0\xbe\xda\x9c\xbb\x0c\xb2\xec\xce\xe2\x0b\x51\x6d\x4b\xaf\x08\xdd\xad\xf5\xe2\x73\x52\x7c\x5e\x3c\x5b\x48\x62\x95\x2b\x91\xf4\xfc\x45\x44\x6b\xde\xfd\xc3\x9b\x6b\xc9\x83\x7b\x57\xaf\x03\x0d\x09\x57\x03\x89\xf7\xab\xd7\xf6\x32\x34\xb2\xca\xe9\x15\x2c\x38\x64\x28\x89\xf7\xeb\xbf\xda\x27\x5b\xd6\xda\x10\xf4\xd0\x06\x66\xda\x1f\xa4\x94\x5f\x64\xda\x6f\xba\x7f\x45\xa6\x7d\xf9\xe6\x45\x7c\xbe\x91\xff\x8a\x6d\xbf\x56\xf2\x64\xd8\x82\x32\x35\xf0\xce\x32\x66\xb2\x84\xef\xc2\xf1\x5e\xc1\xc4\x4a\x71\x18\x2a\x2f\xc8\xd7\xb2\xcf\xa0\x70\xf6\xc2\x4a\x3a\xe0\x72\x55\x93\xc4\xbf\x1d\x51\xdb\x8b\x05\xe4\x44\x0e\xff\x26\x8f\x64\xa6\xfe\x64\x14\x26\x32\xf5\x7f\xa8\x9d\xb6\xb4\x82\x6d\xd6\xc7\x0a\xf6\x88\xea\x12\xf7\xf6\xa8\x15\xac\x41\x55\x96\xc6\xae\x3a\xbb\x2f\xf4\xff\x5a\x16\x47\xaa\x7e\x23\xac\x44\xaa\x7e\xcd\x76\x23\x55\xbf\xee\xa0\xcb\x5b\xce\x78\x2b\x91\xab\xdf\xc0\x2f\xe4\xea\x0f\x37\x55\xd3\xf3\xcf\x02\x16\x23\x3d\xff\xc7\x4f\x58\x45\x3e\x67\x5a\x25\x68\x1b\x80\x29\xb2\x1d\xd1\xb2\x34\x7c\x15\x1a\xee\x12\x87\xac\x58\xdf\xe0\x1f\xa6\xee\xcf\x2a\x76\x4d\xdd\x3f\x48\x3b\xb9\x4c\xdd\x9f\x8d\x4c\xb4\x08\xc9\xa7\x2a\xd5\x6c\xfd\xd9\xf8\x3e\xcb\x74\x6a\x5d\x30\x09\xd6\xa7\xca\x77\x55\x23\x86\x25\xab\x48\x97\x67\xdb\xd2\x1e\x21\x5b\x5f\x1b\x46\xe7\xac\xaa\x1f\xb2\x01\x73\xab\xe9\x55\xb0\x1a\x2a\x21\x57\xa9\x21\xb5\x70\x95\x0c\xe3\xa7\x19\xad\xe9\xfd\x8b\x42\xfa\x45\x0c\x64\xc2\xd8\x2e\x52\xfd\x7f\xc8\xcb\x76\xbd\x81\x98\x30\x18\xfd\x92\x04\xd2\x9b\x51\x4b\xd5\x65\x48\x3f\x63\xdc\x90\xf7\xbf\x69\xff\x62\xda\xff\xa9\xab\xaa\x69\xff\x57\x3c\x87\x86\x9e\xea\x18\xba\x16\xad\x9b\xcc\xf5\x3f\x8b\x33\x89\xa1\xeb\x30\x1e\x10\xa9\xe0\xb3\x36\x22\xa6\x82\x8f\xf5\x5e\xca\xac\xc0\x76\x6b\x21\x11\x80\x4a\x25\x2f\xfc\xc7\xd4\x33\x12\x53\x27\xe8\x6f\x1a\x99\xe1\xb5\xe5\x30\x33\x7c\x6a\xce\x5d\xf0\x8f\x20\x33\xf3\xbf\x27\xf5\xf5\xe6\x7f\xef\xe4\xd7\x5a\xe4\x7f\x6f\x1a\xcc\x2f\xd2\x25\x28\x13\x24\xc9\x7b\x6a\x25\x6a\x28\x65\x01\xcf\x2d\x23\xdc\xba\xf5\x4e\x91\xa4\xb5\x1f\x9e\xad\x00\x05\x6c\x0f\x17\x3e\x65\xdc\xa0\xeb\xc2\x77\x4f\x6c\x70\x21\x9c\xe0\x96\x5d\xe4\xf8\x09\x3c\x73\x89\x47\x69\xff\x42\xf2\x29\xbe\xe3\xfa\xac\xb1\x33\x2f\x3d\x87\xdc\xc0\xe6\x76\x8d\xd3\x60\x6e\xd7\x38\x00\x97\x57\x0e\x37\xcb\x32\xb9\xab\x4a\x41\xf2\xc0\xd7\x40\xb1\x7a\xe2\xe8\xcd\xbb\xcc\xe1\xea\x2d\xbd\xb0\x29\x6c\x31\x10\x94\xab\xb3\x70\xe5\xad\x5b\x8c\xdb\xfe\xe4\x8f\x57\x38\xea\x40\xe2\xac\x5b\x7a\xde\x0d\x16\xbe\x39\xa2\x91\xf0\xcd\x71\xeb\x86\x6f\x8e\x63\x0d\xa6\x50\xec\xb8\x11\x32\xb9\xc4\x1b\x7a\xde\x13\xa5\x67\x8e\x27\xe2\xe3\x02\xab\xea\x2f\xb2\xd4\x7f\x95\x01\x3a\x7c\x71\x44\x08\xe1\x8b\xe3\xb9\xd9\x48\x6a\xb3\xa5\xe4\xad\x9d\x34\x52\xbc\x2a\x36\x22\xb3\xfd\xd7\x96\xd5\x91\xa8\xb8\x59\x36\x42\x14\xb7\xa7\xf7\xb7\x82\xbb\xe5\xfd\x9d\xdd\x14\x08\xd3\x55\x64\x91\xdc\xfe\xdb\xaa\x96\x12\x4f\x0b\xf0\x23\x99\x1f\xc5\xd0\xf6\x65\x88\x3d\x13\xdc\x27\xc3\x77\x98\xd3\x3e\x19\xbf\x63\x91\xef\x35\x29\xab\x34\xa7\x7d\x6a\x82\xfc\xc0\x8d\xc4\x73\x1c\x0f\xc0\x0c\x16\xd4\x09\x7b\xbd\x34\xe8\xff\x95\x1f\x98\xbe\xc8\x75\xc2\x12\x9a\xec\x3e\xad\x78\x51\xa1\x3e\xad\xef\xc1\xf5\x6a\xd2\xd7\x46\xf7\x16\x53\xdf\x27\xdd\x35\x4c\x7d\x9f\x74\xc4\x20\xbb\xfd\xf7\x02\x68\xb0\xa4\x1a\x25\x9f\x1f\x17\x1a\x26\x81\xa7\x3e\x34\x7a\x52\x9c\x87\x87\x78\x59\x4a\xc1\x0f\xe4\xc6\x79\x28\xf8\xe1\xfc\x9c\x9a\x11\xaa\x60\x3c\x35\x23\x54\x9a\x71\x6a\x39\xa8\xee\xf8\xd4\x72\x50\x95\xe1\xa9\xe5\xa0\x47\xe3\x34\xf3\x2b\xf1\x3c\xd7\xa9\xe5\xa0\x96\x32\xe4\xc8\x6f\x3a\x96\x9d\x1a\x0e\x7a\x68\x48\x92\xff\x55\x01\x1a\x0d\x07\x15\x83\x9d\x9a\x07\xea\xa2\x7b\x6a\x1e\xa8\x0d\x10\xc9\xf1\x9b\xa6\x97\x67\xf2\x0a\x01\x96\xa4\xb1\xea\xb0\x61\xa9\x61\xbb\x4c\xf2\x2a\xd3\xea\x92\xc3\x1c\x1e\xf2\xe3\x7f\x7f\xac\x63\x0e\x34\x48\xb7\x53\xbb\x41\x89\xff\x33\x2b\x9f\x66\xd1\x4e\x25\xf2\x8a\x2a\x4e\x25\xf2\x92\xa3\xa7\x99\x5b\x35\x25\x38\x73\xc0\x6c\x6b\x6a\x9f\x9d\x4e\x33\xb7\x4a\xe8\x9a\x59\x3f\xab\x56\x3c\x4d\xdd\xaa\xba\xf2\xd4\xa2\x30\xfb\xec\x25\x58\x6c\xcc\x1c\x6e\xc5\xfa\x5e\x82\x45\x68\x64\xe1\xd9\x4f\xa7\x72\x7c\x76\xed\x69\xea\x56\xcd\x5a\x4e\x28\x8a\xac\xad\x12\x39\xf8\xbf\x3f\x56\x81\x0f\x73\x3a\x4d\xe3\xaa\x56\xf3\x84\x6d\xf6\x34\x9b\x9d\x3f\xab\xb6\x39\x4b\x10\xfa\xfe\x51\xda\x9f\xed\x45\x46\x15\x12\x9e\x04\xfd\x69\x4a\xc2\x9b\xa1\xbf\xa4\x64\x37\xdf\xd6\x98\x87\xa5\x14\xb4\xe5\x3f\x71\x23\xf9\xfb\xdb\x84\xc5\x26\x7f\xff\x57\x8b\x11\x54\x4d\x1e\x20\xdd\xce\x8a\x14\x0e\x71\xd7\x59\xe5\x37\x21\x62\x4f\xe8\x13\x52\x9c\xae\xb3\xc6\x6d\xcf\x70\xa0\x4f\x8a\x1e\x0f\x26\xfd\x2f\x3a\x66\x90\xf4\xff\x7b\xb1\xbe\x86\x87\xee\x2e\x18\x6f\xc3\x3b\x90\xf6\xff\xfb\x21\x60\xea\x3b\xdc\x28\x61\x84\xe8\x1e\x6c\x06\xea\x75\xdb\x05\xe9\xc1\x3c\x4b\x7a\x68\xab\x76\x42\x7a\x68\xe4\x72\x36\xb9\x2b\x4e\x3d\xc9\xff\xbf\x52\xf4\xd2\xbc\xaa\xa6\xf5\x8d\x49\x32\xed\x12\x86\x17\xda\xfe\x34\x66\xb0\x2c\xca\xd9\xd1\xb0\x08\x7d\x97\xd3\x83\x88\x3b\x65\xca\xd5\x2b\x9f\x30\xe5\x92\x9a\x67\x8f\x78\xf6\x8c\x5e\xde\x5b\x33\xf6\x53\x4b\x45\x01\xd6\x52\x51\x4b\xfa\x13\xde\x7b\xc8\xbb\x9b\xef\x7e\xc8\xe1\x93\xe8\x3d\x2b\xea\x25\x9f\xfb\x32\x8c\xdd\x79\xa2\x5a\xe4\x02\x38\x2f\xe5\xfe\xa2\x0f\xf8\xe7\x91\x5d\xee\x4b\x55\xb0\x87\xec\xf2\x06\xf0\xf4\x18\xea\x45\xbb\xe1\x13\xb7\x5c\x19\x3d\x92\xbb\x37\xad\x1f\xc8\xed\xfe\xd5\xb0\xe1\x53\xfe\xdb\xb6\x54\x34\x0a\x3d\x0c\xb4\x86\x17\x26\x77\x6f\xa4\x2b\x5d\x26\x77\x4f\x1a\x61\x9d\x61\x5d\xe5\x19\xd1\xdb\x40\xce\xfc\x44\x32\xac\xaf\xde\x19\x9e\x07\x90\x44\x26\x71\xcf\x8a\x83\x4f\x1d\x0c\xbc\xf3\xce\x08\xae\xef\x5c\xdc\x9e\x11\x4f\xff\x77\x91\xb7\x09\xa1\x7f\xee\xd8\x47\xcc\x05\x0e\x01\x3a\x8b\x90\xac\xbd\x91\x3d\x66\x9d\x3b\x44\xab\x00\x89\x56\x5c\x92\xc0\x64\xed\x5d\xbd\xe5\x69\xcc\x16\x71\xf7\x96\xfc\xef\xbe\x60\xe2\x22\xb2\x50\x98\xab\xab\x04\xb9\xd6\x8b\xaa\x09\x53\xad\x57\x1d\x22\xce\x47\xe2\xc7\x5b\x85\xc4\x7c\xd2\x99\xe7\x13\xe4\x8e\x2f\x41\xc4\x00\xe3\x13\x44\x8c\x7f\xb8\x6e\xed\x31\x7c\x56\x3d\x76\xaf\xa2\x13\x8f\xdd\x1b\x4b\xcf\x50\xd4\x74\x77\x31\x87\x57\xac\xba\xd9\xd3\x2b\x56\xe5\x9c\xe9\xd3\x3f\x9c\xc8\x4b\xdc\xf7\xb6\x06\x8f\xe8\x0e\xd1\x50\x5f\x33\x82\xf3\x95\x63\x5b\x56\x89\xf5\xb6\x0a\xe6\x4e\x89\x29\xbb\x30\xce\xcf\x1a\x74\x5c\x5c\xb8\x3d\x41\xfd\x5d\x58\xea\x6b\xb0\x4b\x3a\xf5\xa6\x63\xa8\x09\xd4\xb3\x22\x80\xeb\x30\xb4\x57\xb7\xba\x77\x17\xf7\xb5\xe9\xd4\xb3\x01\x39\x4c\xa7\x9e\xfb\xfc\x33\xe4\x20\xb9\xd6\x9b\xa7\xf2\x3a\xe2\x5e\x13\x1c\xdd\xca\x41\x4a\x97\xa6\xfa\x8a\xbe\xae\x30\xd5\x67\xff\x9b\x4f\x3d\x8b\x2f\x4c\xa1\x5e\x75\xd7\x30\x85\x7a\x91\x8d\x30\x85\x7a\x49\xf6\x63\x26\x3e\xbd\x58\x49\x95\xde\x48\x4c\xb4\x48\x6f\xde\xa2\xe1\x8c\xf9\x33\x74\xac\xc9\xcd\x8b\xfa\x68\x92\x9b\x67\x55\x29\xa4\x33\xaf\x0a\x3b\xcc\x66\xae\x25\xf4\xe5\xfd\x28\xa3\x63\x6a\xf3\x9e\x9a\xa5\xe4\xb9\x9c\x26\xa3\xe1\xab\xcf\x35\x9f\x79\xd1\x55\x8e\x7c\xe6\x43\x01\x1d\x19\xcc\x9b\x74\xd4\x55\x90\x0a\xd9\x94\x6c\xb5\x86\x5c\x57\x89\xa1\x2f\x5e\xa4\x90\x38\x56\x91\xcc\x5c\xf3\x5d\x92\x99\xa7\x9e\xb2\x2f\x71\xf3\xf9\x12\x80\xd1\x7d\x81\xeb\xe1\x60\x98\xa5\xbc\x6a\x0a\x62\x32\xf2\x43\x8e\xff\x22\x81\x90\xec\x02\x89\xc9\xab\xa2\x1e\xf2\x92\x7f\x85\xd8\x24\x32\xcf\x5a\x3c\x44\xfe\x71\xb9\xc4\xc8\x3f\x2e\x87\x61\xfe\xf1\x5c\x9c\x6f\xa5\xc2\xd1\x09\x54\x58\xb4\x85\x54\x98\x33\x66\x5a\xf2\x2a\xd6\x27\x2d\xb9\x09\x35\x96\x59\xc9\x4b\xca\x96\xc2\x3e\xdf\x0d\xa1\xdd\xbc\x5e\x8e\xe6\x21\x2f\xba\x79\x9a\x7a\x5c\x3d\xd4\xe5\x35\xa5\xe9\x16\xb9\xc7\xcb\xe1\x0c\x37\x91\xbe\xcf\xaa\x7e\x3d\x06\x5d\xa9\xcf\xf2\x25\xc6\x4e\x5b\x46\xd8\x95\xc5\x35\x79\xf8\x21\xa5\x6c\xf2\xf0\x49\xc2\xeb\x45\x8e\xf0\xaf\x01\x9a\xee\x70\x17\xe0\x84\xcb\xe8\xb9\x92\xdd\xd7\x10\xc3\xb8\x73\x86\x7d\xba\x85\x87\x92\x26\x07\x36\x02\x00\x06\x36\xdc\x9f\x3e\x8b\x46\xdc\xb8\x3a\x5c\x6a\x5c\x75\xe9\x70\xa9\x65\x21\xd9\xc4\xbf\x62\x76\x23\x13\x21\x82\x40\xdf\x6d\x26\xfc\x45\x3a\xf1\xef\x0f\xad\x4d\x53\x0b\x41\x35\x99\x4f\x3c\x29\xb9\x34\x9f\x78\xd7\x33\xd4\x14\xe2\x49\xfb\x01\x53\x88\x67\xb5\xcc\xd7\x0c\xe4\x47\xa7\x53\x1d\x17\xd8\xd7\x34\xe1\x5d\x99\xec\x85\x67\xe5\x58\xf1\xe7\x71\x03\x30\x04\xae\xea\xae\x92\xd0\x34\xe1\xc9\x3b\xe2\x22\x0f\x8f\x06\x8b\xa4\x0c\xff\x7e\xd0\xd8\x8a\xe3\xc3\x70\x4c\x5e\x1c\x07\x6b\x79\xdf\xb8\xd4\xa6\x28\xd6\x18\xc7\x1c\xe2\x59\x03\x9c\x0b\x69\x44\xcf\xc8\x03\x4c\x22\x9e\x35\xf2\x31\x89\xb8\xe9\xb0\x97\x49\xc4\xb3\x1a\x9b\xeb\x0c\xf4\xfb\xa7\x95\xe1\xa5\x12\x5c\xa5\xd1\xa5\xe2\x5b\x4b\x8a\x4b\xc5\xb7\xc1\x12\x2f\x5d\x27\x35\x69\xb9\xce\x38\x6b\x40\x84\xe5\x5e\x89\x52\x17\xcf\x2c\x09\xaa\xee\x12\x4d\x3d\x7c\xb7\xf2\x6b\x1f\x54\xc6\xa0\xaf\x47\x0d\x9d\x1d\x49\x39\xb9\x2e\xf5\xd7\x0a\xb3\xae\x10\xf2\x73\x37\x5e\xaa\xac\x8d\x19\x7c\x29\xbf\x37\x10\xf1\xa5\xc8\x3e\x76\xbb\x19\x7c\xdc\x9f\xb7\xcc\x13\x64\xd1\x75\x6b\x27\x24\xc6\xd7\xbf\xd1\x20\xc5\xd7\x1d\x7d\xd2\x98\xe4\x47\x81\x63\xba\x30\xee\x56\x1b\x7b\xa1\x8c\xd6\x9e\xe6\xba\xd1\x31\x78\xf0\xee\x58\x0d\x2a\xec\xe8\x84\x21\x87\xd3\xe1\xf2\x85\x51\x1a\x52\xe5\xd2\xe9\xb0\x58\x45\x04\xca\x65\x7a\xa9\x3f\x36\x44\xc9\xa5\x21\x9e\x86\xf3\x17\x86\x78\x7a\x57\x5e\x12\x26\x86\x0e\xb9\xb6\xd2\x34\x07\x19\x2e\x88\x62\x73\x2d\xc2\xb5\x44\xbe\x34\xc5\xd3\x56\xdf\xfc\xf2\x59\x43\xc8\xeb\x09\x30\x81\xec\x09\x30\x6d\x40\x63\x82\x65\x1d\x8c\xa6\xc4\x7b\x3a\x1e\x8a\xd9\x23\x99\xb0\xa3\x0c\x2f\xc4\x65\x29\x6d\x6c\x44\x1c\x6f\x00\xc3\xc2\x84\xdc\xdf\x25\x0f\xfb\x72\x57\x59\xf7\x42\x15\x5a\x97\xee\x85\x2a\x49\xaf\x57\xac\x0d\x2c\xd0\x1c\x55\x7d\xda\x7d\x48\x74\xc1\xc5\xdc\x72\xef\x6a\x5c\xef\x70\x02\x04\xd9\xdc\x72\xef\x6a\x7f\x6f\xa9\x0e\x95\xbc\xb7\xac\xbc\x12\xb3\xfb\x08\x63\x08\xff\x28\x74\x05\x75\xdd\xb2\xf2\xea\x00\x6f\x13\xfc\x66\xbb\x91\xdd\xe4\x74\xdf\xd0\x12\xad\x0a\xcd\x3f\xf2\x01\x38\x4d\xea\x0b\x8d\x70\xa7\x48\xbd\x4b\x2f\x90\x12\x3d\x35\xab\x04\x98\x74\x09\xc7\x3e\x55\x06\xdf\x49\x0b\x78\x6e\xed\x3b\x49\x0b\xb3\x1f\x6e\x98\xf4\x11\xe3\xcc\xea\x7c\x38\x41\x77\x96\x0f\x2c\xbe\x68\xfc\x5f\x2c\x26\xef\xc7\x4d\x70\x67\x79\x3f\x4b\x05\xc7\x60\xa9\xcb\x52\x8c\x39\x4c\xf0\x41\x76\x37\xaa\xe9\x79\x58\xfd\x91\x6c\x03\x32\xf9\xed\x01\x7a\xbc\x8b\xc6\x20\x8c\x5f\xcb\x7b\xe9\xec\xbb\x68\xf5\xc0\xa6\xbb\x8b\x52\x67\xb6\xd0\x6d\xd8\x36\x32\x45\xaf\x5b\x27\x3e\xad\x78\x6e\x9d\xf8\x34\xe5\xbd\x65\xb2\x75\x91\xbe\x21\x35\x9a\xf6\xf7\x37\xaa\x6a\x63\xa0\xdf\x45\xa6\x94\x8d\x7e\xcb\x63\xe7\xf5\x67\xf8\xd6\x5b\x06\x7c\xd8\xab\x1c\x2b\xf7\xef\x6d\x94\x5d\x4d\x00\x6e\x99\x6c\x9d\x42\xee\x1a\x63\xf0\x4f\xc4\xbc\xa0\xdb\xf0\xd5\xe3\x9a\xbd\x91\xfc\x2f\xfd\x1e\xee\xe0\xac\xb9\xb3\x6f\x24\xff\x24\xcd\x59\xb7\x8c\xb5\xbe\x5a\xb7\x66\x79\x7a\x71\xdd\x72\xd9\xf5\xb0\x4f\x43\x6f\x3a\x3b\xb2\xd9\xa4\x6f\x59\x77\x8d\xcb\x94\x62\x2d\xec\x32\x68\x5a\xfa\xc5\xd8\x40\x37\xb2\xff\x56\xdd\x5f\x10\x33\x9a\x04\xdd\x12\x33\x15\x34\x70\x37\x98\xa5\x28\x04\xff\x1d\xed\x9a\x44\xce\x65\x0b\xc2\xe6\xb0\xba\x27\xbf\xfb\x22\x60\x2e\x75\xf0\xdf\xf4\x2e\xff\xad\xc5\xfe\xad\x73\xa0\x51\x71\xee\x1e\x26\x8e\x8c\xbf\x6b\xd6\xe8\xcc\x76\x8d\x85\x5c\x0d\x39\x70\xed\x60\xee\x70\xfc\xf3\x14\x85\xe3\x9f\x47\x3a\xfc\xfb\x5c\x00\xb4\xd9\xdd\x1b\xfb\x0e\x07\xbf\x69\xb1\x70\xf0\xa3\xb5\x7f\x0e\x7e\x40\x30\x64\xee\xa3\xce\xe9\x8b\x75\xf4\xff\x4e\xd6\xb9\xd5\x4b\x30\x84\x07\x4f\x03\x77\xe4\x43\x74\x44\x8f\x34\xb9\x6c\xf5\x26\x21\x0f\x7b\x51\x85\x47\x1a\xf6\x15\x3b\xf8\x81\xe9\x87\x90\x21\xa3\x7a\x55\x32\x68\x42\x75\xa5\xf1\x26\x54\x3f\x34\xaa\xb9\xb5\xe1\x11\xcd\xbc\x52\x85\x2e\xf0\xab\xbc\xdc\x8d\x14\x3a\x52\x17\x42\xf9\xa9\x9c\x1a\x29\xd5\xbf\x3f\xf4\x6e\xe6\x5a\xc3\xf3\xdc\x9a\x33\x2b\x59\x35\xa9\xfa\x21\xdf\xb7\x83\xbb\x63\xee\x48\xaa\x5e\x15\x59\x98\x53\x3d\x49\xd2\x90\x53\xfd\x7b\xc9\xbc\x74\xe8\x45\xab\x07\x98\x56\x9f\x96\x4a\xbc\x20\x3e\x87\x39\x35\xa9\xba\x09\xf9\xd6\x0e\x23\x66\xd8\x1e\xf2\xa5\xb7\xc3\xb6\x0c\x2e\xa4\x3d\x13\x29\xd2\x9b\x66\xfa\x1b\xbe\x2c\x2e\x8d\x9d\xa4\x02\xd9\x13\xe6\x4e\x4f\x8d\xe9\x33\x77\x7a\xd2\x7e\xc4\xdc\xe9\x7a\x79\x98\x2e\x3d\x35\x10\xdb\x36\xbc\x50\x6b\xfe\x51\xca\x01\xab\xb1\x73\x50\x84\x00\xa3\x5c\x94\xa4\x9c\x6b\x67\x49\x42\x04\x59\x1b\x9e\x4f\x1b\xf6\x9d\x83\x22\xa4\xcb\x8c\x21\x6b\xf1\x59\x3e\xcf\x76\x03\x2e\xa6\x45\x09\xa7\x1c\xe0\x2e\x52\x7d\x88\x42\xb6\x82\x4c\x15\xb8\x1b\xc4\x9a\xb5\xe6\xd9\xc5\x40\x3c\x02\x56\x82\x24\xf6\x65\x58\xc7\x17\x09\xbb\xbf\x65\x8c\x5b\xc5\xa9\xd1\x23\x36\x88\xd6\xa0\x22\xbb\x04\x74\x2c\x81\x51\xca\xd5\x01\x6c\xb2\x9a\x19\xf0\x62\xd7\x00\x9b\x29\x54\x6f\xaa\x75\xd3\xd6\xef\x49\x33\xf0\x5d\x25\x41\xe1\xad\x77\x95\x97\x81\xd4\xdb\xc1\xe1\x81\x58\x77\x70\x78\xee\xc0\xe0\xf0\x40\x0c\xbb\x9a\xcd\xcb\x19\xa9\x92\x87\x6e\x82\x66\x6c\xed\xe1\x0b\x02\x29\xeb\x9b\xda\x4c\xf9\xe1\x56\x27\xaa\xc2\x6e\x9b\x17\x56\xf6\x63\x9b\x0b\x56\xf5\xfe\xd6\x42\x48\xc9\xe4\x36\xd1\x59\xf1\xa4\xb4\x20\x56\x99\x27\x13\x9d\x89\x72\x77\x0b\xa0\x7d\x11\xe8\x69\xa7\x12\x38\x56\x31\xd5\x72\xfc\x70\x00\x1c\xc8\xdd\xa5\x6f\xe9\x5f\xc3\x68\xd0\xd2\x36\xb3\xab\xd6\x5a\x1b\xc4\x98\x95\x56\x6d\x33\xbb\xaa\x5d\xda\x88\x26\xb5\xea\x26\xb7\x7f\xca\xda\x30\x90\xdc\xbf\x29\xa6\x24\xb7\x7f\x8a\x68\x4a\x26\xf7\x1f\xd9\x65\x36\xe5\xab\x44\x4c\x24\xf7\x8f\x59\x1e\xd2\x97\x16\xc3\x89\xda\x50\x16\xdb\xfc\xaf\xca\xdc\xc9\xe9\xff\x91\x97\xb4\x6c\xf6\x56\xed\x85\x49\xdc\xff\x15\x03\x18\xd3\xb7\x2a\x5b\xdf\x06\x24\x4f\xd9\x3a\xdb\x3a\x02\x20\x8f\xe6\x76\x1a\x01\x1a\x2f\x86\xef\xd1\x5e\x99\xb4\xfe\x5f\xa7\xd4\x81\x7f\xcc\xca\xf3\xf7\x34\x00\x86\xbb\xd6\x44\xaf\x7a\x58\x90\xe5\xff\x2b\x06\x6c\x32\x93\x1a\xfb\xed\xe9\x10\xa2\x4e\x0c\xc1\x17\x14\x2f\x1e\xd0\x19\xb4\x3b\xc3\x59\x52\x0d\x62\x01\xc3\xef\xa8\xf8\xdb\x70\x89\x23\x36\xcd\x92\x28\x14\xa7\x2c\x69\x57\x38\x94\xbd\x24\x0a\x21\x48\xf6\x92\x76\x15\x75\xad\xa0\x5d\x2d\xa6\xb4\x74\xd8\xb4\xb4\xab\xd8\x72\xa9\x2b\xe9\x82\xa3\xae\x44\xb4\x22\x67\xa9\xc8\x71\x1b\x83\x47\x9d\xf2\x3e\x03\x6a\x66\x4a\xce\x52\x5d\xeb\x96\x79\x54\xd7\xba\xcf\xc8\xd1\x6f\xb1\x18\x02\x80\x9e\x52\x72\x6e\x36\x99\x47\x45\xd4\xdb\x50\x3b\x4a\x30\xb7\x36\xd4\x6a\x55\xf7\x29\x43\x1e\xad\x49\x70\x36\xeb\x48\xf1\x8a\xbe\x4f\xa5\xbf\x54\xb9\xa4\x71\x45\xa5\x97\xe2\x19\xc7\x76\x49\xf0\x3a\x39\xb8\x87\x4d\x57\xea\x52\x78\xd7\x7c\x51\x78\xe7\xe5\x85\x91\x59\x49\xa2\x7f\x64\xe4\xd3\x4d\x74\x49\x09\xd7\x3f\x89\xc7\x7d\x45\xec\x71\x41\x90\x3b\x13\xf9\x18\x1d\x5d\x81\xe8\x96\x6b\x55\x70\xbb\x6f\x13\xda\x7a\xc4\x6f\x07\x04\x2d\xb0\x6f\x44\xd8\x1e\x2b\x63\xa5\x27\x08\x80\x6d\xac\xf4\x38\xfd\x66\xd2\x4b\xd5\xc6\x1c\x43\xf5\x8f\xf6\x19\x10\x1f\x1b\xf5\xf9\x30\xd6\xc6\xbe\x95\xcf\x55\xfb\xbc\x24\xb4\xfd\x13\xf3\x6e\x3f\xce\xbb\x4b\x7a\x3b\x82\x26\x38\xaa\xa6\xe0\x8e\xb6\x32\x78\xd5\xae\x1b\x17\xe7\x22\x7f\xbf\xb7\x14\xa7\x24\x00\xd6\xd6\xe6\xa2\xd8\xc6\xb9\xd4\x22\x6f\x2b\x9e\xd7\x31\x77\x6f\xc9\x7e\x31\x03\x51\x79\x8c\x51\xbb\xb7\x24\xa7\x4b\xb2\x55\xf9\x38\x37\x5b\x92\x19\xc2\x78\xef\x18\x8d\x7f\x8c\x56\xef\xf1\xdf\x46\xaa\xf0\xd2\xd9\x46\xaa\x90\x52\xc1\x71\xad\x28\xd1\xd8\x5a\x68\x4b\x3f\xef\x47\xd2\x34\xf9\x47\xd2\x34\x8a\x55\xff\x00\xce\x83\x6e\xc8\x96\x1f\x69\xd6\x78\x01\xe8\x2a\x2e\x79\x02\x68\xa6\xf3\x91\xb4\x8f\x17\x49\xfb\xec\x8b\xa4\xbd\x58\xf3\x91\x82\x76\x6e\x88\x6b\x59\x8c\xc2\xb1\x5f\x49\x68\x51\xf8\x1b\x70\x32\xd0\x57\x38\x9d\xdc\x57\x38\xc5\xd4\x6f\xcc\x34\x4d\xbf\x01\x28\xb0\xbd\x12\xd7\xce\xd4\x2b\xd4\xce\xee\x1b\x3c\x08\xe3\x79\x55\x5c\xba\x8b\x5e\xc9\x6e\x37\xce\x1b\xa4\xbe\xc5\xb4\xe6\x61\x45\x9e\x23\xc8\xfb\xc6\x8b\xb0\x41\x47\x3e\x87\x64\x37\x4d\x3f\x87\x64\x37\x54\xe9\x73\x04\xe1\xbf\x78\x09\xc2\x7f\xf0\xa2\x0f\x13\x0b\xf7\xc0\xb1\x0f\xa3\xc1\x3c\x70\xec\x45\x22\xed\x39\x54\xb7\x4d\x9b\x16\xd0\x6e\x31\x6f\x0e\x70\xf5\x73\x08\x28\x18\xf9\x49\x2a\x05\x41\x20\x4f\x92\x73\x00\x71\x3f\x49\x3b\x58\xf0\xee\x93\xe4\x1c\x96\xc5\x1c\x82\x10\xa8\x18\xd0\x5d\xe9\x81\xe6\x2c\x4a\x11\x9f\x64\xfc\x14\xae\xb8\x27\x85\xc2\x10\x40\xd1\x12\x28\xbb\x7d\xa0\x3f\x25\xd2\x1f\xbd\xed\x8d\xec\xf2\xc8\xf2\x4b\x7b\x3d\xd8\xec\x49\xa3\x3f\xb2\xff\xea\xd2\x1e\x3d\x9c\xab\xcf\xe4\x1e\xb7\x0b\xd9\x16\x79\x74\xd3\xa3\x0f\x19\xc7\x67\x90\x30\x10\x34\x40\x46\xf4\xa5\x2b\xfa\x13\x6e\xcd\x36\x35\x31\xbd\xb7\xb6\x51\xef\x94\x03\x9a\x1e\xbd\x93\x63\x7c\x91\x1e\x3d\xf5\x94\xfe\x0c\xe8\xf0\x84\x14\x96\x0b\xe9\x31\xf0\x9d\x34\xfb\xe3\xcd\x29\x83\x66\x96\x74\xf1\x80\x59\xd2\xb3\x6c\xec\x33\x83\xde\x14\x52\xbd\x66\xdc\x1b\x4b\xc9\x3d\xe8\xf7\x31\xf0\x9d\x2a\x14\xf2\xa4\x37\x19\x37\xd3\xa4\x1b\x29\xcc\x34\xe9\x59\x75\x88\x69\xd2\xab\x71\x4a\x1e\x2e\xe1\x2e\xb6\x78\x88\x82\x17\xd3\xbf\x74\x53\xe9\xb6\xe5\x6d\x36\xad\xe2\x6d\x06\xc2\x7f\xe2\x0e\x76\x65\x96\x58\xd5\xfd\xb3\x10\x9f\x38\xb0\xe5\x66\x74\xa2\x17\x0c\xb2\x1b\xe6\x74\x2f\x1e\xbe\xc4\x5e\x64\xc4\xa7\x32\x2f\x17\xcd\x64\xec\x01\xf2\xe9\xfa\x5b\x8a\xc0\x2e\x83\x9b\xf1\x89\xc0\xd1\xee\x65\x6e\xe3\x9e\xa3\x18\x0c\x97\x13\xc6\x65\x5c\xf5\x80\x34\x17\x7b\x97\x63\x20\x19\xfb\x77\x45\xf9\x47\xc6\x68\xd8\xa5\x8c\xd1\xb0\x01\x45\x73\xdc\x44\xe6\x69\xcf\x72\x36\x4f\x04\x98\x86\xc0\x7d\x74\xd6\xe6\xce\x7d\x48\x48\x2b\x41\x65\x02\xf7\x62\xac\x86\xc7\xcb\x58\x3a\xf2\xb9\xc8\x83\x29\x60\x44\x8b\xd6\xc2\xe6\xf9\x77\xc3\xb2\x94\xdf\x0d\x5b\xe5\xa2\x1f\xc3\xde\xa9\x9e\x78\x54\x44\xab\x41\x7a\x6e\xe3\x39\xc2\x2f\x3f\x91\x8d\x04\x5a\x93\x34\xef\x45\xff\x97\x87\x0b\x76\xa8\x72\x7c\x8c\x81\x27\x7b\xf1\x70\xc1\x8e\xe1\xb2\xde\x32\x4f\x6e\xab\x1b\x33\xc7\x6e\xc3\xda\xf3\xd9\xbd\x70\x59\x41\x86\x88\x66\xbd\x35\x2b\xd4\x28\x09\xe0\x8b\x3e\x1d\x24\x7d\xff\xce\x18\x90\x10\x24\x44\x3d\x11\x99\xde\xdb\xe1\xc4\xed\x38\x2a\xcc\xe8\xf6\xa8\xf8\x8c\xe0\xdd\x61\x84\x43\xb6\x58\xf4\x81\x7b\x70\x14\x91\xde\x1d\x8e\xc7\xf4\xee\x59\xbd\xce\xa3\x10\x58\xf1\xd5\xa3\x10\x58\x2d\xd1\x63\xf8\x39\x75\x41\x0f\x52\x60\x99\x8c\xc7\x9b\x2c\xb9\xbb\x9e\x20\x19\x6c\x2c\x02\x74\xd8\x18\x74\x9b\x63\xf7\xee\x0a\x88\x43\x22\x2c\xda\x7b\x95\x44\xf9\xc3\x1b\xc1\xb6\xbc\xad\xb4\xa6\x22\xcd\x7b\x0b\x88\x5f\x53\x0e\x88\x0f\xcd\xe5\xe6\xae\x0f\xed\x36\xe4\xed\x63\x1c\x3a\x79\xfb\x47\xf5\xb6\xfa\xc5\x47\x0f\x6e\x37\xd7\x6b\x48\x2f\x8f\xb3\x71\xe8\x9c\xef\xd7\x38\x74\x4a\xe2\x5e\x55\xdd\xe2\xd0\x37\x64\xd0\xf4\xf9\xc6\xbd\x05\xde\x7d\x0f\xa0\x6c\x7f\x06\xcf\x7e\x8d\x4b\xa7\xf3\xc8\x1b\x17\x5c\xf7\xe5\x74\xd4\x85\x17\x72\x4e\x80\x44\xde\x70\xde\x86\x58\x7e\x75\x88\x62\x01\x48\xed\xde\x94\x98\xbd\x46\x8e\x53\x94\xf7\x72\x1f\x55\xbd\x1b\x4c\xfa\x5e\x12\x38\x98\xa4\xef\x6d\xb2\x65\xcc\xf9\x5e\x12\xdb\x98\x9c\xef\xdf\x0b\xa0\x28\x83\x56\x1e\x43\xa6\xf7\x14\xb6\xff\xa4\x77\x2f\x72\x1b\xaf\xd6\x60\x5e\x42\xa6\x7a\xcf\x4a\xc2\x4c\xf5\x9e\xdd\xca\xaf\xd6\x60\x8a\x0c\xc9\xf5\x9e\xba\x56\x42\x2f\xd6\x60\x43\x59\xfd\xab\x87\xb6\x54\xc9\xab\xea\x5b\x42\xe4\xd5\x34\x4c\x91\xe7\x8b\xa8\x3a\x2b\x19\x25\x2b\x7c\x53\x98\x68\x52\xf8\x2c\x1e\x78\xc3\x34\x8c\x13\x40\x52\xf8\x26\xde\x37\x29\x7c\xf6\x0e\x7e\xff\x05\x8c\xa1\x94\x72\x6b\xa3\x26\xbc\xca\xad\x8d\x38\x41\x8a\xf8\x66\xe6\x24\x33\xc4\x17\x03\xd4\x98\x21\xbe\x18\xc1\xdd\x0c\xf1\xa5\x46\x37\x52\x55\xc5\xc6\x94\xa6\xb8\x98\xa4\x88\xd7\x9e\xf0\x2d\x81\x5e\x19\x72\xf1\x30\xd3\x70\x0d\x58\x28\x15\x8e\xe0\xe0\x34\xb2\xbf\x7f\x27\x80\xb9\xa8\x5e\x62\x1c\x9a\x57\xf9\xb3\x1e\x17\xaf\x6e\xe1\xde\xbb\xaf\xf2\x67\x35\x27\xaf\x96\x5d\x5e\x29\xe4\x89\xaf\x5a\x1a\x91\x26\xbe\xc5\x88\x95\xb2\x48\x7c\x92\x32\xfe\x9b\x58\x1b\xf6\x98\x73\x09\xbc\x5a\x79\xc9\xf9\xbd\x88\x5c\xe6\x68\xbe\x60\x5a\x5b\x7d\x46\x7b\x6b\x0c\xba\xb7\xc5\xce\xa0\xfb\x16\x3b\x83\x96\xc3\xa8\xdc\x91\x35\xd5\x33\x4e\x99\xb2\x14\x35\xdb\x24\x8d\x6f\x33\xd9\x98\x1c\xee\xb2\xb1\x58\x72\xab\xb8\xe4\x3c\x87\xef\x95\xbb\x04\x59\x8a\xd8\xc0\x9c\xf1\x53\xdf\x7d\x72\xc6\x37\x2f\x8e\x48\x19\x6f\x2e\xd4\xb7\xcb\x73\xb9\x63\x23\x5e\x72\xbc\x60\xf4\xe1\xb1\xd4\xfe\xcb\x78\x29\x2f\x42\x16\xc3\x77\xbf\x43\xd4\xcf\xbd\xf1\x2a\xa2\xae\xee\x51\x43\xd0\x39\xf9\x86\x93\x73\x57\x44\x38\x39\x8f\xa5\x32\x69\x6f\xe0\x57\xe2\xce\x1b\xf8\x1d\x92\xc0\x6e\x5e\x44\x24\x45\xda\xe2\x45\x44\x32\x8d\x96\xf1\x4e\xcc\x8b\x3c\x96\xa1\xec\x76\x27\x93\x2b\x56\x12\xfc\x95\x7e\x52\x98\xfc\x2e\x79\xeb\x28\xe5\xde\x07\xfa\xe5\xde\xcf\xfe\x30\x1d\x9b\xe7\x10\xc1\xc5\x3a\xa2\xbe\xdb\xcd\xc5\x5f\xb2\xa2\x7f\x2b\x63\x48\xba\xdf\x02\x99\x2c\x35\x5d\x1e\xdf\x50\x7d\xdb\xde\x19\x27\xc3\x97\x20\xc8\x81\x01\x31\x44\xcf\xa2\x70\x49\x22\x63\x81\xfc\x4b\xc2\xef\xce\x38\x75\xa5\x73\xdc\x08\x28\xa6\xb6\xa5\x2f\x34\xd1\xd4\xea\xf3\x85\x26\x9a\xda\x96\xbe\xd0\x44\x53\xc3\x35\x32\xf4\xa7\x19\xa8\x19\xca\xa7\x7a\x7f\xbf\x3a\x72\xab\x45\x7f\x8d\x80\xe6\x25\x64\x96\xfe\x75\x88\xb5\x6f\x75\x43\x10\x03\xef\x6d\xfe\x26\xd7\x07\xbe\x7d\x29\x38\x30\xe9\xfd\x52\x78\x41\xd2\xfb\xef\x85\x7e\x22\x87\xfd\x87\x1d\xf6\xac\xc7\x56\xfd\xa7\x33\xb6\x1f\x90\xcc\x56\xcc\x5c\xfd\x00\x72\xa8\x98\xba\xc6\x07\x24\x8f\x04\x8b\xf2\x03\xb2\xc4\x9a\x3f\x24\xe1\x87\xa9\x5b\xf2\x37\x03\xf1\x61\x48\x28\xfd\x57\xe2\x74\xbc\x3f\x38\x56\x20\xa7\x5f\x15\xc6\x30\xf0\x86\x89\x0f\x97\x1f\x7e\x70\x20\x83\xa8\xe8\x27\xe2\x83\xd1\xc6\x3e\xf2\xc8\x0f\xdb\x08\x15\xe9\xd7\x28\x94\xc6\x1c\xf5\xdf\xe0\xd4\x1e\x0c\x42\x78\xc4\x07\x1d\xe5\xf2\x3f\x48\x55\x03\xf4\x31\xfe\x35\xaa\x00\xcb\x20\x32\xf1\x81\x7d\x9a\x3f\xc4\x10\x1f\xb0\xe1\x1d\xe3\x5f\xb7\x8a\x6b\xfa\xf8\xaf\x17\xe4\x1a\x0d\x8b\x2c\x3f\xc0\x98\xf7\xfc\xeb\x56\x9e\xb7\x43\x2e\xc4\x07\x63\x64\xcf\x7f\xdd\xca\x52\x4e\xe4\x50\x7e\xe0\xae\x30\x48\x85\x1f\x40\x7e\x2d\xfd\xd6\xf6\x19\x3a\xf8\xe6\xff\x3e\x34\x1b\xfd\x07\xba\x8c\x4a\x63\x1b\xc5\x87\xc7\xd4\x75\xbf\x12\x1c\xa9\x8e\xa4\xc1\x0f\x97\x3e\x54\xeb\x07\x98\x54\x35\x2a\x05\x3f\xe8\xfc\x0f\x31\xec\x07\xa8\xc7\x5e\x7f\x53\x28\xfd\x52\xc7\xf8\x37\x16\x2f\xfe\x49\xb0\x38\x3f\x98\x57\x00\x82\x23\x3e\x00\xfa\xfc\xaf\x0d\xf6\x69\xfb\x6f\xd6\xbd\xc8\x7a\xfd\x6d\x5c\x31\x5d\xaf\xf9\x57\x65\x44\xa2\xa0\xdf\x07\x03\x4d\xd6\xdf\xe6\x17\x81\x4c\x38\xca\xf8\x80\x67\x32\xb6\x90\x7e\x40\x50\x38\xff\x9f\x6e\x39\x89\x9d\x3b\x3f\x3e\xc4\x76\xf8\xf5\x02\xc1\x6a\x6c\xa3\xf8\x70\xab\xc4\xb7\xdb\xb4\x31\x04\x48\x75\x8e\xff\x3e\x54\xa7\xf0\xf8\x7d\x78\x1d\x5c\xfe\xf7\xa1\xbb\x94\xe3\x57\xc2\x18\x1e\xc4\x67\x8f\x0f\xea\xe0\x8f\xdf\x07\x50\x77\x9d\x71\x3c\xbe\x0f\xd9\x0f\xed\xdf\x07\x03\x76\xcd\xd8\xb8\x69\xdf\x98\xa2\xcc\x7a\xfc\x7a\x01\xf4\x91\xff\xeb\x05\xda\xb8\x61\x7d\xc5\x87\xed\x32\x40\x76\xf8\x41\x38\x6a\xfd\x37\x38\xa5\xc0\x1d\x37\x6a\x3f\x80\xf3\x3a\x81\xa0\xfc\x60\x64\xd2\xf1\x9b\x0f\x25\x93\x06\xe2\xf5\x03\x88\x6d\x60\x11\x1f\x1f\x9a\x90\xe6\xdf\x07\x2d\xb4\x62\x9f\xa6\xbd\x23\xe6\x76\xfa\x4b\xa7\x15\xa5\x39\x4c\x47\xfb\x37\x59\x4a\x7e\x0c\x31\x1c\x1f\xa2\xc7\xf2\xfb\xc0\x15\x01\x82\x8e\x0f\x40\xdd\xfa\xbf\xc9\x7a\x8a\x8e\x1c\xe3\xf7\xa1\x99\x29\xf2\xbf\x12\x58\xd3\x4d\x68\x56\x3e\xbc\xca\xa5\xe6\x6f\xaf\x48\x89\x8e\xfc\xdb\x09\xde\xfb\xda\x1c\xee\x59\xf3\xd6\x2a\xa3\xe5\x58\xb4\xbc\x55\x6a\xd7\x19\xb7\x40\xde\xb7\x93\x95\x62\x15\xf3\x0e\xb5\x28\x41\x03\xfd\x00\x8d\xde\x09\x69\xed\x87\xa6\xe2\xf0\xbf\x12\x46\xaf\xed\xeb\x5f\xb7\xfb\x09\x1e\xf8\x5f\x89\x98\x31\x82\x15\xfb\x41\x13\xca\xfa\xeb\xf6\x41\x79\x64\x7a\x46\x3f\xcc\x88\x3e\xf4\x0f\x74\xa4\x02\xa9\xb5\xf5\xfb\x60\x00\x11\xe8\xcd\xf8\xb0\xfd\xf0\x0f\xd2\x17\xb1\xde\x3c\x7e\x70\xbc\xda\xea\xb5\xf2\xaf\x0d\x69\x86\x45\x02\x2a\x3f\x98\x58\x7e\xf4\x5f\x09\x71\x3c\x74\x99\x1f\x4c\x3a\x85\x5c\xd6\x0f\xb0\xff\x75\xd6\x5f\xb7\x1c\xfb\x89\xe4\xd7\x0f\x70\xd3\xbd\xfe\x26\xe8\x75\x4b\x21\x55\xf4\xc3\x1b\x55\xea\xef\x83\xa7\xbc\x5a\xa5\x6c\xcd\x8d\xc6\x8c\xd3\xf5\x7d\xd8\xde\x24\xf5\xdf\x87\xec\xae\xce\xbf\x12\x68\x78\x47\x8e\x85\xfa\x3e\x70\xb3\x1e\xe5\xbf\x12\xd1\xed\xaf\x17\xe3\x50\x1e\x01\xfa\xf7\x21\x8b\x7d\xcb\xef\x03\x5a\xa9\xfc\x5f\x2f\x50\xea\xb3\x06\x2e\x29\x81\x8f\x66\x8d\xcb\xb8\xec\xdb\xe0\xc0\xad\xfc\x7a\x81\x58\xd5\x40\x3f\x3e\xdc\x56\xf9\x35\x3a\x5d\xca\xd8\xeb\x65\xdf\x4a\xdb\x8e\xf4\x83\x03\x89\xd9\xec\xf9\x57\x42\x74\x5c\x83\x4a\xf8\x3e\x98\x0e\xe1\x3f\xd0\xd1\x49\xcc\xff\x07\xf4\x48\x03\xb0\xfe\xfb\xa0\xc0\xf2\xbf\xb1\x6c\xa3\x13\xce\x1f\xe8\xdb\xf4\xb8\xe9\xd7\x8b\x26\x76\x35\xff\x26\xf9\x89\x0f\xbf\x29\x7c\xcd\xd7\xd2\xfe\x41\xba\x8d\x42\x82\x3c\xc4\x0f\x59\x89\xe1\x6f\x82\xd4\xda\xd7\x3a\xd3\xef\x83\x41\xb6\x7e\x83\xdb\xdc\x79\x23\xad\xfe\xfb\x30\xdc\xa7\xbf\x2a\x30\x70\x63\x8e\xff\x4a\x78\x4c\xdb\xfc\x7d\xb8\xbd\xf2\x7f\x70\xc0\xb4\xf5\xd6\xfe\x6b\x03\x84\xdd\x7f\x83\x53\xc7\x3b\x6b\xfe\x37\xa7\xaa\x76\x7b\x2a\xbf\x5e\xa0\x34\x3a\x96\xb6\xf1\xe1\x76\x0a\x7f\x1f\x96\x46\x64\xed\x37\xda\xe5\x4d\xf2\xdb\xc9\x9b\xab\xb6\x23\x36\xf3\x83\x01\x8e\xd0\x78\xf8\x01\x0a\x78\x22\x98\xe3\x83\x54\xd3\x44\x58\x16\x1f\xa4\xcd\x7e\x93\xac\x2a\x60\x62\x81\x13\x1f\xb6\x47\x3d\xfd\x3e\x3c\xb6\x31\x7e\x1f\xe4\x28\x8e\x5f\x2f\x28\x00\xc6\x4a\xbf\x46\x41\x6c\x63\xfd\x76\xe1\x03\xfa\xac\x79\xfc\x57\xc5\x6c\x1b\xe5\xd7\x2d\xb3\x3e\xd0\x59\xf9\x01\x8d\xfa\xec\xf5\xd7\xed\xf0\x44\x95\x1f\x60\x10\x6b\x7d\xfe\x86\xff\x44\x1a\xef\xd4\xfe\xbe\xc0\xbe\xd2\x4a\x4c\x8e\xdf\xdc\x18\xa1\x7b\xfd\x8e\x3d\xca\x80\x6f\x18\xc7\xef\xc3\x29\xea\xf8\xef\x03\xe8\x07\x4f\x3b\x3f\x98\xa6\x1b\xff\x19\x3f\xb8\xac\x69\xfe\xa6\x62\xb9\x01\xe7\x6f\x5c\x5a\x2d\xff\x23\xdb\xcb\x56\x52\xdd\x8f\x1f\xa6\x50\xc2\x3c\x66\x9f\xbf\x0f\x62\xbd\xf1\x1b\xb9\x5c\x55\xff\xed\x6a\x85\xc2\x3d\xfd\x70\xc9\x13\x84\xca\xef\x94\x23\x15\x4d\xf3\xf8\x9d\x8c\x67\xbb\xcd\xeb\x0f\xd2\x57\x7c\x34\x7e\x55\x30\x8d\xea\x47\xfb\xef\xc3\xe9\x14\xfe\x7a\x79\x9d\x8f\xe3\x1f\xe8\x2f\xeb\xdc\xda\x6f\x92\x15\x5a\xb5\xf2\x6b\x43\x59\xd3\xfc\x47\x95\x7e\x1f\x1e\x27\xe8\x57\xa2\x48\xca\x8c\x5f\x09\x6f\xf8\xf9\x43\x1d\xaf\x31\x86\xcb\x0f\x83\x2b\x74\x19\xf9\x77\xdc\x14\x43\x8c\xf4\x43\xfa\xaf\x96\xeb\xb8\x99\xf8\x01\x25\xc8\xac\xbf\x3d\xfb\x9e\x96\xf8\x9d\x8c\xf7\xb2\x8d\x59\x7f\x1f\x9a\xab\xff\x5f\x09\xd1\xe0\xef\xd8\xbf\x97\x18\xfc\xbf\x12\x10\x5d\x75\xfc\x07\xfa\xe3\xf9\x6b\x3f\x38\xfe\x3f\xc6\xde\x24\x57\x93\x65\xb9\xd6\xeb\x9f\x51\xe4\x0c\x14\xe1\xb5\x03\x1b\xd9\x51\x5b\x9a\x43\x14\xee\xc2\x6b\x3c\xf2\xe2\x8a\x9c\xbf\x60\xeb\x33\xf7\x38\x24\x44\xe4\x6d\x24\x22\x7f\xdb\x11\x5e\x17\x56\x2e\x23\x71\x5f\xa9\xdf\x1b\xcc\xed\x3e\xf5\x26\x47\x69\xf1\xa3\x23\x2d\x66\x78\x9d\x03\xe9\xc5\x97\xb1\x49\xcd\x05\x21\x7b\x3b\xf6\x27\x3a\xb1\x6a\xcb\x9b\xc0\x66\x3a\xfc\x4c\x33\x02\x8c\x96\x9f\xbe\xc9\xef\xab\x2a\x3d\x80\x13\x7c\xbf\x94\x4d\xd0\xec\x47\x5f\x63\xe9\x7d\x1a\xe7\x51\xdc\x6f\x74\x2f\xb4\x6e\xc2\xcb\x21\xb7\xab\x05\xcb\x26\x97\xfd\x89\x33\x16\x2e\xd6\xa5\xf7\x79\x7c\x39\xec\x32\xc0\xec\x2f\x65\xf7\x05\x63\x43\xe8\xbb\x0c\x9d\x8b\x35\x94\xdd\x30\xac\xfa\xfd\xfc\x3e\x61\x3c\xca\x6e\xc7\x8b\x9b\x89\x2f\xcb\xf4\x3e\x03\x48\xd4\x8f\x20\x0b\x71\x5d\x02\x57\x7a\xdf\x40\x4b\xd3\x7a\xe3\x75\x3e\x22\x9d\x9b\xc0\x92\xaa\xab\x1d\xb8\x6d\xd5\x7a\xee\x32\x92\x8f\xe9\x47\xa0\x61\x75\x8d\x3a\x7e\x3a\xb5\xef\x21\xc4\xbb\xa6\x95\xb6\x26\x1b\x23\x7f\x2b\x75\x75\x6e\x90\x8d\xb9\x1c\x9b\x90\x60\xf8\xf6\x0a\x1a\x95\x98\xeb\x63\x95\x31\x9c\xe1\x0b\x79\x13\x54\x68\x3d\x56\xb5\x18\xaa\xf0\x58\x82\x40\xd2\xcb\x94\x76\xa1\x13\x5c\x97\xb8\x9a\x8e\xca\x3f\xcb\xae\xe2\x04\xf8\xee\xf6\xbd\x21\x6e\x76\xb1\x1e\x46\x40\x32\xde\xe3\x81\x9e\xb8\x2d\x0e\xd0\x08\x17\xba\x84\xfd\x46\x85\xe3\x49\x69\x13\xb0\xe9\xb5\x35\x0d\xe8\xee\xca\x52\x1d\xa4\x17\x35\x1b\x86\x4a\x27\x3c\x70\xd5\x6b\x05\xcd\x07\xf7\xe4\xe3\xd8\x84\xc2\x00\xed\x37\x06\x20\x9d\x61\xf7\x85\x34\xeb\xd5\x77\x65\x76\x21\x36\x67\x67\xc4\x8d\xa0\x43\x5a\xb6\x19\x08\x01\x66\x3e\xfe\x49\xc3\xc7\xdb\x11\xed\x99\x0f\x78\x7e\x71\x54\xce\x8b\xf9\x33\x02\x9b\xa9\xef\x26\x64\x4e\xac\x73\xbf\x81\xde\x29\xa4\x4d\x20\xd4\xa6\xbb\x58\x97\xdf\xe7\xf6\x8e\xd6\x45\x18\x9e\xd3\x64\xb7\x5a\xfe\x0c\x29\xb8\x70\x90\x5f\x5c\xd6\x5a\x4a\xab\x0c\x3c\xc8\x80\xb1\x82\x00\xdf\x2a\xe4\x22\x11\x60\x43\x72\xeb\xeb\x13\xbc\x05\x4a\x3e\xc3\x26\x74\x0a\x5d\x65\x8c\x08\x17\xe6\xd7\x75\x7e\x47\x71\xb4\x87\xfd\x86\xc4\xf7\x52\x9c\x7f\xce\xef\x10\xef\x5b\xca\x57\x86\x22\x77\x5b\x3a\x76\x19\xae\x9a\x09\xbb\x61\x0f\x7a\x96\xb0\xcb\x90\x7c\x95\x73\xd9\x84\x17\xc8\xb8\x76\x6c\x02\xe2\x7b\xdc\x65\x70\xe8\x7f\x23\x86\x81\x30\x9f\x69\x7f\x82\x68\x78\xec\xa9\x1c\x80\x3a\xe7\x63\x13\x74\xd5\xa6\xb6\x07\x99\xab\x36\x2d\x1d\x9a\x11\xb4\x87\x7b\xfd\x08\x68\x2e\x77\x19\x08\x7e\x65\xa9\x22\xf2\x3b\xc1\x4d\x68\x65\x35\xcc\x4d\x4a\xa9\xaf\x01\x62\x77\xe5\x92\xfb\x26\xa8\xda\xbe\x47\x7d\xea\x70\xc9\xeb\xb4\xc9\xef\xcc\xe4\xe7\xae\xab\xa5\x52\xe1\x9f\xad\xee\xc9\x9e\x20\xc9\x2e\x85\xa9\x11\xd0\xa0\x7e\x0d\xd3\xf5\x94\xd6\x71\x9c\x5f\x54\xff\x65\x29\x3c\x8c\x80\x0a\xf1\xeb\x1c\x32\x7c\x28\x65\x13\x50\x11\xed\xe5\x80\x1e\x3a\xad\x43\x3f\xbf\x68\x9c\xf3\x59\x77\x5f\x6e\x04\xf2\xf6\xbd\xc1\x0a\xda\x8b\x1f\xed\x73\x2e\x5f\x2d\xba\xaf\x52\xa8\x1f\x01\x17\xbe\xaf\x73\x8f\x9f\x8b\xbb\x73\x8f\x6f\x8f\xdd\x17\x1d\xd8\x39\xc7\x5d\x86\xac\xd4\x39\xf4\x8f\x70\x53\xed\x2e\xf4\xe5\x48\xdf\x87\x0b\x8c\x45\x3b\xe3\x26\x0c\x38\x8d\xbd\xb4\xd1\xb2\xb5\x75\xc8\x19\xa1\xc0\x7a\xec\x89\x9a\x1c\xfa\x7b\xcf\x4d\x31\x7c\xe9\xfc\x96\xc3\x74\x85\xcd\x6e\x98\x56\x61\x29\xe1\x23\x3c\x9c\xad\xd4\x52\x5c\xfe\xce\x02\x3f\x76\x02\x9b\xd0\x2f\x52\x23\xa0\x20\xf4\x6a\x8d\x70\xb1\x92\xfb\x26\xc0\x23\x3a\x97\x50\x5e\x42\x59\x80\x7c\x74\x02\x9c\x68\xfa\xde\x20\x0e\x28\xec\x76\xc8\x91\x3a\x2f\xad\xb4\x11\x32\x2e\xbb\x9b\xc0\xf1\x99\xeb\x6e\x98\xcc\x60\x29\x7c\xd5\x72\xc2\xb4\xef\x8d\xc2\x27\x7e\x93\x18\x01\xf7\xd8\x73\xf7\xb6\xa0\xd9\x3e\xf6\x27\x1c\x8e\xb5\xec\x4f\x2a\x0c\xdf\x57\x4b\xe3\x9e\xa8\xbb\xe9\x0d\xd6\xe3\xf8\x08\xe8\x36\xcf\x5d\xa8\xb4\xd2\xf5\xa8\xbb\x5a\x02\x1e\x73\xd8\xb5\x90\x02\xa7\x1f\xbb\x16\x39\xc7\xe4\x10\xbf\x37\x38\xa4\xfd\x0c\x2a\xef\x03\x7a\xed\xba\xf2\x8b\xb3\x62\x39\xd7\x4d\x90\x3d\x01\x48\x37\x27\x90\xb6\xf3\xf8\x17\x24\xb0\xe2\xca\xd3\xb2\xd4\x7f\x46\x68\xb4\x69\x4f\xbc\x76\x46\x92\x8d\x1c\x02\xc7\x60\x69\x8b\x40\xb4\x44\x2e\x65\x7d\x42\xc8\x43\x4a\x7b\x06\x5e\x09\xa3\xa5\xa4\xfd\xc9\x49\x16\xde\xbf\xbd\x01\xcc\x4e\xf8\x08\x0f\x19\xb5\xd6\x8a\x24\x28\x21\xd5\x54\x37\xa1\x72\x96\xec\x37\x38\x17\x97\x89\xa7\xbc\xb8\xe7\xb7\x9a\xf6\x1b\xf2\x76\x2f\xad\xef\x32\x0a\x97\x4f\xde\x6f\xc0\x85\x35\xbf\xae\x8b\xf3\x7a\x6d\x31\x7f\x46\x70\x45\xf0\xb9\x09\x8d\x89\x5f\x33\xc0\xcd\x9a\x5a\x5f\xb3\x88\x63\x67\x49\x7b\x16\x71\x73\x4c\x6d\x8f\xd8\x58\xbb\x6b\x7d\x32\xa2\xdb\x5a\x56\xa1\x83\xb4\x2a\x4b\xff\x6c\x84\x9b\x5c\xad\xab\x61\x43\xeb\xbe\xf5\xbe\x3e\xc1\xb8\x5e\xca\x9e\xb9\xf9\x38\x3a\x7a\xdc\x04\x9c\x69\xfc\xde\xac\xbe\xed\x5b\x72\x0d\x48\x7d\x9f\x8a\x48\xe6\xbc\x48\xf5\x25\xda\x8a\x2f\x40\x23\xb8\xa6\xbc\x6f\x02\x82\x4e\x5e\x6f\xa0\x11\x6a\xd5\xa7\xb2\xbe\x04\x2a\xf4\xa3\xf5\x4d\x18\x22\x9c\xab\x1d\xf8\x9e\xe7\xe6\xda\x9c\xfa\xe2\xee\xdc\x96\xc2\xc3\x08\x1c\x50\xc7\xae\x05\xe3\x5c\x3b\x76\x2d\xaf\x7b\x02\x6e\xc2\xe0\xf2\x71\x01\xb4\xbe\x2f\xc2\xf4\xd7\x17\x3c\x17\xeb\x79\x6e\x42\xa0\xa5\x69\xb5\x63\xc8\x2d\xa2\x14\x9f\x6c\x23\x00\x36\x5d\xf7\x1b\xa0\x91\xa7\xba\x6a\xc1\xd1\xad\x2c\xf5\x4e\x75\xc6\x9e\xdc\x46\x10\x5c\x67\x94\x77\xa1\x6e\x28\xc8\x6b\x80\xe6\x01\x5c\x45\xdc\x04\x57\xec\x97\x35\x62\xb2\xde\x9f\xa5\xc6\x55\xed\xd4\x79\xd4\x96\x0e\xad\xbe\x93\xd3\xa6\xc7\x55\xcb\xf4\x7c\x49\xce\x68\x35\x3f\x8e\x5b\x72\x5e\xc4\x08\x0c\x90\xdf\x24\xed\x7d\x64\xae\x6a\x4b\xe5\xde\xde\xa7\xbb\xd1\x63\x7f\xe2\x82\x9f\x1f\xe9\xcd\xad\x31\x65\x71\xa2\xed\x7d\x81\x7e\x58\x86\xa4\xf6\x12\x5c\xd2\x96\xa2\xa4\xbd\x04\x5f\x94\xb2\x6b\x79\x2b\xac\x69\xdd\x6f\x5c\xae\x7e\xd8\x04\x2d\xed\xbe\xf4\x22\xcd\xcd\x33\xc0\xfd\x89\x30\x0e\x04\x50\xbf\x27\x9a\x0b\x5c\x2d\x95\xd5\xd2\x89\xdd\x39\xf4\xb0\x09\xe4\x6f\xcb\x6b\x80\x26\xf8\x31\x25\xee\x4f\x5e\xcf\x33\x7e\x6c\x02\x8c\x45\x59\xbd\xe5\xba\x6e\xc9\xef\x9a\xbe\x94\xd0\xc5\x19\x8b\xfe\x3e\xce\x46\xf9\x34\xf4\xf7\x21\xbc\x7f\xad\xf5\xee\x46\xb1\xd2\x7d\x37\xf4\xf7\xb9\x31\x99\xfb\x8e\x32\xc2\x83\xa9\x7d\x97\xc1\x78\x9c\x69\x7f\xb2\x8c\xf1\x69\x13\xfc\x93\x5d\x0b\x81\xcf\x4b\xb3\xdd\xdf\x17\xfe\x7f\xa9\x32\x8d\x70\x13\xee\xb4\xca\x20\xa0\xab\x2c\xbe\xaa\x2f\x0b\x4c\xd9\xb5\xbc\xd2\xf1\xe4\xa5\xfc\xed\xef\x8b\xa7\x65\x0f\xfb\x8d\xdb\x8d\xfb\xab\x96\x41\x76\x8e\x1e\xff\xe4\x7c\xe6\x6f\xb3\x65\x77\x8d\x23\xf0\xf9\x1e\xce\x51\xb0\x96\xc7\x35\x14\xa8\x10\xdb\xe2\x07\xfa\x52\x10\xb6\xf6\x11\x60\xfd\xf3\xfe\x84\x68\xef\xb2\x67\x11\x07\xbf\x7c\xe6\x8f\x80\x7a\x75\x0f\x27\x6e\x6e\xad\x1f\x7d\x13\x60\x53\x63\xda\x84\x9b\x2b\xae\x6e\x02\x56\xea\x63\xbf\xe1\xc7\x71\x59\xe3\x8b\x60\x5d\xc3\xae\x76\x36\xe2\xf6\xce\xd5\x5b\x77\x64\x39\xc2\xae\x16\x6d\x4e\xdd\x2b\x61\xa9\xcc\xce\xb5\x78\xa6\xac\x53\x65\xdd\x57\xd7\xfb\x48\x27\x50\x97\x4c\x72\xbd\x8a\x7f\x3d\x4b\xf5\xad\x72\xbd\x04\xc1\xa6\xa5\x96\xbd\x7c\x11\xb7\xe4\xb7\xc0\xf5\x3e\xa8\xee\x96\xfd\xea\xf2\x15\x59\x6a\xdd\x85\x4e\x32\x33\xfa\x78\x5c\xef\xeb\xd0\x6a\xae\x24\xb8\x5e\xe2\xf6\x6a\x2b\xab\x61\xaf\x2b\xd5\xea\xaa\x96\xf8\xb1\xb6\x0e\x5b\x23\x78\x68\xeb\xaa\x85\xfb\xbb\xd4\xef\x8d\x8e\x2c\xb0\xdb\x31\x14\xa9\x5b\x43\x5e\x85\x0e\x14\x51\x61\xf7\x76\x1d\xc7\x75\xb5\x03\xe1\xb1\x2e\x33\xd1\xe5\xb2\x62\x4b\x75\x11\xa6\x6b\xec\xeb\x2a\x03\xef\xc2\xb4\x34\x05\xd7\x3b\xa3\xf7\xa5\x2c\x82\xec\x57\xe5\x88\xab\x61\x1c\xe9\x69\x31\xd4\xd7\x8b\x0f\x4d\x0d\x67\xdf\x04\xa2\xdc\x7c\xe6\xee\x97\x30\xf8\xbc\x84\x7a\x23\x88\x49\x8a\xde\xb9\xfb\x7d\xe4\xca\x57\x4f\xaf\xf6\x7e\x89\xcd\x6e\xc9\x2f\xc1\xfb\x7d\xc8\xa1\xb2\x76\xf9\xbd\x34\x16\x4b\x7c\xb8\x9d\xe5\x2e\x8b\x7b\xbb\xb7\x92\xd1\x6f\xc5\xfb\x7d\xba\xef\xe1\xbc\x08\x3a\xb0\x53\xcf\xbb\x50\xac\x97\xa7\x1f\xb6\xf7\xfb\x38\x34\xd8\x57\xc6\xed\x73\xdb\x17\xe1\x71\xf0\xb0\xdd\xb9\x07\xc5\x7e\xd9\x4d\x47\xa7\xd8\xf2\x22\x10\xaf\x9b\x96\x36\xd8\x08\xb4\xb4\xad\x32\xe0\x44\x5b\x6a\xab\x1d\x30\x8d\x35\x9c\xc7\x26\x60\x4f\xc8\xfb\x93\x42\xa1\x79\x7f\x82\x22\x3b\xc4\xd5\xf4\xb7\xb3\x60\xda\xea\x2d\x51\x69\xad\xb4\x5d\xe8\x85\x6e\x25\xc6\x4d\x48\x18\x3a\x76\xa1\xde\xfd\xb6\xdf\x18\x28\xe5\xfb\xea\x0b\x66\xa2\x52\x77\x5f\x46\xc4\x52\xdf\x57\x2d\x23\x79\xe7\xd6\x34\x60\x5f\x49\x3d\xed\x32\x74\xd7\xd4\xb0\xe7\x76\xdc\xbe\x0a\x57\xd3\xe5\xfc\x7c\xb6\x63\xf7\x05\xa1\xbe\xa5\xfd\xc9\x7c\x58\x41\x6d\x8d\xfa\x1c\x48\xe8\xde\xb9\xe7\x05\x37\xa1\x25\xe7\x23\x9e\x17\xdc\x81\x7a\xf8\x2d\x60\x04\xee\x3c\x5f\xa7\xcf\x4b\xfc\x7c\x4b\xce\x03\x3c\xef\x53\xc1\x85\xf2\xa5\xfd\x2c\x5e\x64\x1d\x28\x8f\x3b\x93\xa4\x9e\xf7\x27\x8e\xbd\xee\xbd\x7d\xfc\x9a\x4c\xd9\x65\x88\xe7\x7d\x24\xe5\xb7\x7a\xac\x37\x5e\xd4\xa1\xbd\xae\x96\xba\xbe\xb8\xe7\xf5\x09\xb1\x9c\x29\x7c\x6f\xa0\x59\xeb\x6d\xf5\x16\x57\x91\xd4\xcb\xbf\xa0\x42\x7c\xdc\x60\x58\x5a\x3c\x37\xa1\xa3\xbc\xd9\x04\xd9\x27\xfa\xd1\x57\xbf\x9c\x6f\x5d\x6b\xe5\x71\x73\x60\xea\x6d\x13\xc4\xb9\xe4\xe8\x97\xaa\x11\xc8\xa6\x1f\x56\x23\x87\x0c\x38\xa5\x85\xbe\x09\x01\x29\x79\x7f\x12\x5d\xd0\x39\x36\x21\x51\xcb\x26\x78\xe2\x81\xd0\x36\x61\xe0\x1a\xb1\x9a\x3e\x74\x52\xa4\xc5\x20\x3c\x2f\xe1\x39\x6d\x49\x3e\xcf\x62\x97\x7b\xf9\xde\xb8\x90\x48\xf7\x1b\xae\x33\x2a\xbb\x73\xc4\x74\x9c\x7b\xf1\x10\xd7\x91\x7a\xd9\x0d\x23\x55\x4a\xef\xbb\xb7\xf8\xd5\xf4\xb2\x3f\x01\x96\xb6\xf7\x45\xc0\x4b\x3e\x2f\x49\xfb\x59\xfe\x5f\x4b\x7c\x7f\xfc\x76\x6e\xa9\xaf\x5a\xfc\x66\x5d\xda\xf6\xc7\x37\x42\x5e\x7e\x30\xcf\x3b\x5f\x6e\x81\xbe\xc6\x63\xea\xe2\x28\xcb\x80\xf3\xbc\xd3\x2d\x18\x7b\xf1\xb8\x8a\xa8\xc6\x5d\xcb\xc4\xa9\x73\xaf\x7b\x57\x00\x2d\x1e\xeb\x71\x2d\x77\x5e\x8e\x8b\xef\xfb\x1c\xe4\x26\xf6\xf3\xf9\x75\x35\x75\x0e\xce\x8b\xbc\x2f\xe0\x1a\xa9\x7b\x19\xaf\x1b\xa3\xca\x32\x7d\xbf\x2f\x88\x13\xa9\xbb\xc2\xe3\x7d\x05\x0d\x71\x12\x7c\x24\x02\xf8\x03\xc0\x5d\x42\xc0\x73\x68\xdd\x9b\xef\xab\x48\xf5\xb3\x2f\x6b\xb9\x11\x50\x75\xd7\x5d\x86\xdf\xdf\x7d\x35\x9d\x93\x33\xad\x9b\xd5\x08\xa8\x99\x76\x3b\xb0\xc9\xe7\xc5\x94\x9b\x70\x8d\x33\x69\xda\x6f\x38\x3f\x53\xf6\x1b\x0f\x4a\xa4\xb6\xdb\x01\xfa\xd1\xd9\x77\x2d\x93\x03\xca\x17\xcc\xfb\x8e\xc3\xbd\xee\x36\x81\xec\xf5\x6b\x8b\xbd\xee\x38\xd5\xd2\x2e\xc3\x4d\x3c\x6d\x77\x7f\xa0\xee\x5a\xca\x85\xf7\x1d\xd9\xdd\xf0\xda\x26\x4c\x1c\xb8\xd6\x78\x0c\xd7\x4c\xed\xbe\x10\x24\xd6\xcf\xb8\xfa\x82\xf3\x63\x3f\x7c\x15\xda\xe1\xe0\xc6\x81\x5d\xc6\x85\x90\x92\x56\x6f\x5d\xc3\x5e\xbe\x5a\xa4\xa8\xcc\x25\xed\x42\x49\xcd\x53\xf7\xdc\x62\x15\x2a\x8b\x15\x7b\x5f\xe2\x31\xda\x72\x14\x7a\xdf\x09\x60\xcf\x52\xfe\xbe\x6e\x44\x2e\xeb\xd8\x32\xc2\xc4\x9e\xb0\xfa\x02\xc7\x93\x6a\x5e\x4d\x9f\x24\x08\x09\x61\x13\xe0\x66\xcf\x73\x13\x2e\xf4\x44\xc7\x2e\x94\x13\xbc\xf7\xdd\x52\x31\x05\xa5\xa5\xfd\x89\x98\xb5\x7c\x7c\x65\xa0\x10\x2b\x69\xb7\xf4\x45\x3b\xee\x83\x3c\x5c\x73\x99\x96\xe6\x64\xbc\xaf\x73\x1a\x7e\x06\x8d\x97\x30\xb4\xb6\x94\xf2\xe3\x1d\xa8\x74\x9a\x8f\xc7\x58\x43\xf8\x37\x02\x82\xdf\x19\x57\xa1\xc4\xa7\xf4\xc3\x6f\xc5\xf1\x7a\x54\xc0\x32\x68\x4d\xd7\x5c\xb6\xe5\xc4\x31\xdf\x47\x8b\xbf\x2c\x75\xcc\x5c\xe2\xf6\xba\x37\xe7\x62\xb4\x16\xe7\x35\x97\xb3\xd1\xd1\xf6\x27\xba\x04\xc9\x0d\x0f\x01\xdd\x77\x8d\xfb\x13\x6e\xa0\xe5\x9d\x36\x9d\x8d\x2a\xfd\xfc\x13\x52\x25\x6f\x4f\x77\x7c\xd8\x6d\x9a\xa8\x44\xc2\xee\x17\xb1\x49\xc5\x47\x6f\x2e\xc7\xa3\xda\xd7\x27\x40\x6c\xe4\xa5\x6e\x9e\xae\x13\xc8\xd9\xb7\xdb\x7c\x1d\x35\x21\xe4\xd5\xea\x97\x0c\xb2\x21\xed\x37\x50\x11\x55\x5f\x2b\xd3\x39\xa8\x9c\xf7\x70\xbe\xb7\x9b\xcd\xf2\x26\xe8\x70\x89\xe5\xfb\xe4\xc2\x0a\x52\x37\x81\xf1\x75\x16\xc2\x08\x0f\x63\xf3\x7d\xf2\x42\x58\xe3\x4b\xac\x75\x5a\x5a\xdd\xf9\x12\x93\x9c\x42\x59\x04\x42\x84\xdb\x5a\xc4\xd3\x9d\x75\x5a\xea\xab\x73\x23\x60\xaf\xd9\x2d\x45\x41\x98\xcb\x9e\xa3\x11\xc8\xa6\xf5\xb7\x37\x48\xe0\x9c\x56\x6f\x71\xe4\x2c\x8b\xe5\x9e\x7e\xe5\x83\x47\xe9\x84\xce\x61\xbb\xcb\x80\x8f\x2f\x69\xb7\xa3\xf9\x1b\xbb\x5a\x8c\x95\xdf\xcc\xc1\x40\xa6\xd0\x56\xf7\x07\x69\x6d\xd2\xd7\xb9\x1b\x43\xd2\xb1\x86\x10\x3f\x98\x74\x86\xfd\xc9\x64\x45\x1e\xbb\x50\xdc\x5e\x8e\x3d\xd9\xb8\xbd\xe4\xf2\xd5\xc2\x25\xb8\xbc\xbb\xe6\xb6\xc5\xfd\x8d\xc0\x44\x1d\x6b\x7d\x10\xeb\x94\x8f\x3d\x0d\xf8\x6f\xb7\x63\x0f\x90\xe2\x87\xce\xfc\xf5\x56\xe1\x35\x67\x3f\xf6\x0e\xc5\x3b\x1b\xd0\x1b\x08\xee\x9d\xdd\xf7\x1b\xcd\xb5\x6c\x79\x13\x3c\x67\xf6\xf7\x09\x0c\x75\x5f\x2b\xc8\xf9\x88\x5e\xe3\x26\x54\xc4\xed\xdd\x30\x99\x44\xc9\x69\xe2\x84\x8c\xe3\xf0\x1a\x20\x5c\x56\x4a\x8e\xbb\xb7\x03\xb5\x5b\xff\x08\xbe\x82\xbe\x4f\xc4\x36\xc4\xb8\x0b\x1d\x1c\xd8\x5f\xd3\x27\x2b\x08\x0e\x3b\x1f\xef\x83\x1e\x3f\x72\x2d\x18\x01\xe8\xd4\x5e\x3f\x82\x73\x6f\xfb\x13\x52\x93\x54\xa4\x05\x11\x1e\x86\xb0\x6f\x02\x1b\x08\x0e\xdb\x08\xa4\xe4\x74\xd1\xd0\x08\x04\x68\x77\x16\xae\x08\x4c\x76\xfe\xde\x60\xbf\x7c\xed\x68\x38\xb7\xa5\x4d\x70\x1d\x5a\xd9\xd5\x3e\x2c\x6d\x14\x36\x46\x80\x25\xac\x79\x7f\xa2\x21\x24\x2b\xb6\x08\x60\x44\x65\x77\xc3\x13\xc1\x6f\xb4\xb8\x08\x58\xc8\x33\x0b\xc6\x08\x9e\x56\xbd\xae\xa6\xbf\x9e\x5b\x9d\x03\x5b\x04\x66\xbf\xec\x42\x13\x3a\xd6\xbc\x1a\xf6\x66\xba\x5f\x77\xa1\x19\x31\x66\xcf\x0b\x58\x3b\xf5\xd8\xdd\x7f\x7d\xe1\xf6\x5d\xa8\x7b\xda\x7d\x7d\x41\xa5\xea\xfc\x9d\x11\x24\x91\xb6\xb2\x07\x08\x89\xb4\xf8\x6d\x24\x42\xc6\x65\x65\x37\xec\x82\x15\x6b\xbb\x0c\x37\xbc\xb6\xdd\x52\x67\xc5\xd2\x2e\x43\x0e\xc7\xf5\x6f\x63\x3a\xdd\x76\xbd\x3e\x41\xfd\x97\x63\x5e\x9f\x60\xe8\x68\xe7\xb1\x3e\x41\xec\xc8\x65\x77\x0e\xbe\x2a\x97\xdd\x0e\xbc\x10\xf3\x91\xfe\x7c\x81\xe9\x6d\xfc\x2d\xf6\x7a\x43\x4a\x2e\x65\x8f\x0d\x70\x01\x39\xec\xf1\x55\x20\xbe\xd5\xf8\x11\xe0\x5b\xbf\x37\x80\x91\x29\x7b\x9e\x39\x06\x5b\xff\x3e\xc1\x1a\xe3\xbc\x8d\x08\x88\x42\x6d\xf7\x9c\x88\x82\xb2\xf7\x0e\x4c\x46\xcb\xdf\x27\x6e\x0c\x3e\xd7\xe8\xb9\x63\x79\xde\x83\x05\xd7\x91\x8f\xb4\xca\x50\xf8\xa7\xbd\xb1\xd6\x2c\xf1\x94\xe9\xeb\x0b\x81\x84\xd9\x9d\x27\x44\x40\x59\xd1\xf3\x26\x80\x81\x92\xda\x26\xb0\x44\xfb\x26\x34\xec\x68\x7b\xab\xa0\x97\x6c\xee\xde\x24\x02\xec\x72\xdc\x6f\xb8\x72\xfd\xab\x45\x03\x94\xdd\xff\xc4\x08\x80\x76\xd6\xdd\x7d\x3c\xf7\x72\x0c\xbb\x2f\xc4\x2c\x9d\x67\xdf\x04\xec\xe9\xde\xdb\xf3\x7d\x0e\xef\x7e\x5e\x84\xc8\xaa\xe6\xb0\x15\x01\x86\x1a\x89\xd4\x08\x19\xe7\xf4\xaf\x0c\x98\x13\xb7\x80\x1a\x01\xc7\x87\xea\xa3\xbe\x02\x5d\x48\x17\xeb\x04\x58\x0f\x6e\x45\x23\xc0\x7a\xb8\x19\x40\x04\xdc\x09\x7c\x55\x9f\xef\x23\xa9\x25\x97\xbe\xab\xc5\x1f\xce\xa5\x16\x11\x7c\x4c\x57\x19\x58\x62\x9b\xbb\xae\x19\xc1\x43\xe9\xd2\xfa\x04\xf4\xaa\xe4\xfe\x16\x46\x70\xbf\x3c\xf8\xe7\x7c\xbe\xe0\x7d\x94\xa3\xae\x96\x8e\xc0\x0a\xda\x23\x36\x08\xeb\xe9\xdf\x27\xd5\xc7\x74\x8d\x98\x40\x27\xce\x7c\x1e\xbb\x0c\x40\x73\xdc\x63\x2e\x9f\x2f\xd1\xe6\xad\xec\x51\xc7\xd6\x92\x8f\x1c\x37\x61\x52\xe8\x2a\x83\x7b\x33\x1f\x79\x0d\xf2\x1c\xa0\xa2\x95\xb2\x09\x3a\x06\xa3\x9f\x9c\xe1\x05\xc9\xb4\xad\xed\x11\x5e\xc0\x44\xeb\x11\x37\x01\xe5\xcd\xc9\xdd\x6b\x04\xad\xb1\x5a\xf2\x26\x4c\x3c\x54\x7c\x15\x1a\x81\x9b\xc4\x47\xdd\x08\x04\xde\x22\x5f\x89\xa0\xd3\xe1\xe8\xbb\x1d\x04\x51\xb8\x5a\x56\x04\xd2\x7b\x84\x45\x00\xa4\xb0\xb8\x23\xa7\x08\x98\xcc\x91\x59\x45\x70\xc6\x73\x15\xea\xf1\x30\x39\x85\x4d\x60\xd1\x95\x5d\x28\xb7\x51\xfd\x6a\x41\x24\x0b\x7d\xb5\xf4\x75\x1d\xcf\x19\x37\x21\xb1\x60\x76\x3b\x22\x5a\xb6\xaf\x61\xe8\x12\xda\x47\xe0\x46\x73\xd7\x08\x11\xb0\x49\xd4\xdd\xb0\x44\x94\x89\xef\x7d\x23\xe0\x5e\x91\xf7\x27\x1e\xbb\x7c\xee\x86\x21\x0a\xd5\x63\x13\x2a\x1a\xc3\xef\x0d\xe2\x04\xdd\x78\x2b\x82\x8f\xc7\xae\x05\xaf\x0e\xd7\xd3\x8a\xc0\x65\x1c\x77\x6f\xe1\xcd\x3c\xf6\x52\x84\x06\xf7\x76\x6c\x82\xab\xa7\xf6\x10\xc2\x00\xbb\x51\x4c\x04\x24\x95\xf0\x7d\xe2\xc1\x0b\xdf\x1b\x98\x42\xd2\xee\x6d\x43\x61\xd3\xbe\x6a\xb1\xaf\xe4\x5d\x46\xc7\x71\x2a\xfe\x39\x0e\xcc\xde\xbe\x5c\x11\xb5\x3f\x97\xb8\x9a\x3c\xc4\x40\x04\x0c\xb9\x71\x0f\xd6\x45\xe8\x58\xdb\x6d\xba\xfc\xc0\xde\x6d\x42\x8d\x90\xeb\xee\xc6\xed\x0e\x72\xbb\x8c\x25\x4e\xed\xb1\xb9\x71\xa2\xfa\xe6\x08\x71\xaa\xee\xdd\xe5\xe2\xd4\xba\x15\xc3\x0b\x04\x58\x3e\xfa\x6e\xe9\x8b\xe5\xbf\xee\xe5\xf5\xba\x5b\xd1\xee\x9c\x94\x6a\x39\xed\x1d\xea\x51\x74\x1e\xcb\x69\x04\x24\xb0\x9e\x77\xc3\xd0\x5d\xe5\xaf\x0c\x1c\xba\xcf\x6f\x11\xc3\x1d\xc7\xb8\x3f\x99\x18\xa3\xe2\x6e\x98\x84\x94\x1c\xf6\x59\xe2\x62\x9d\xeb\xf4\x45\x20\x50\xb5\x7e\x9f\xe0\xa2\xb1\x97\x97\x03\x38\xd5\xbe\x5a\x0a\x3a\x53\x73\xf3\xb9\x08\xa8\x00\xf6\x6a\xf2\x08\xbe\xbc\x8f\x9f\x11\x50\xdc\xc6\xb6\x09\xb0\x54\x47\xde\x04\x94\x37\xc7\xf7\x09\x7b\x67\xef\x0c\xd4\xc3\xe4\x10\x73\x42\xc1\x5a\xf7\x11\x98\xec\xe3\xfb\x04\x35\xf5\x9e\xec\x11\x3c\x1b\x61\xdd\x04\xa4\xa7\xb6\xdb\x11\x09\xbb\xdc\x43\x88\x39\x22\xc7\xb0\x1b\x86\xff\x57\xfd\xca\x40\x02\x3b\xca\xee\x3e\x81\xdd\x47\xff\x3e\xc1\xc9\x6e\xaf\x53\x02\xf6\xb2\xeb\x8b\x45\x00\x27\xe7\x1b\x53\x32\xf7\x9d\x7b\xdb\xfb\x05\x16\xbe\xde\x16\x8e\x8e\xbd\x3d\x86\xf4\x92\x39\x7e\x85\xca\xbe\x99\xdd\xe2\x2e\x02\x32\xeb\x3e\x07\x60\x1a\x73\xfc\xdb\x1b\x1d\xa6\xfc\x23\xe8\xe8\x70\xa1\xcd\x08\x44\xaa\x1c\x75\xf7\x16\xdb\x64\xf9\x46\xac\xbb\x37\xf2\xae\xa5\x7b\xd3\xbf\x37\xf0\x63\xdd\x7b\x0e\x77\x93\x7c\xec\x4b\xd0\x39\xd1\xfe\x15\x7a\xe1\x61\x5a\x3e\x42\xe5\x48\xdf\xed\x90\x13\x66\xf1\x68\x06\x11\x98\xb9\x7d\x0c\x62\x26\xca\xf9\x9b\x06\xd7\x9c\xec\x1d\x25\xe4\xa3\xb3\x84\x6f\x39\xa0\xba\x6b\x7b\x13\xe2\xe8\xdb\xf2\xbe\x7c\x40\x28\xca\xee\x7e\x23\x02\x9a\xcb\x6f\x69\xe3\xed\x96\xbf\x51\x47\x95\x79\x94\x4d\x00\x1f\xc8\x7d\x72\x45\x60\x9d\xee\xee\xe3\x4b\xd3\x8f\x7d\x5c\xe0\xfa\xda\xca\x5e\x63\xe8\xe0\x4b\x76\x56\x2c\xbe\x60\xad\x67\xb7\x92\x19\x01\xe7\x9a\xe2\x3b\x3b\x2e\x67\x3f\xf7\x70\x33\x82\x98\xf9\x76\xf8\x56\x8f\xee\x47\x97\x17\x5f\x15\x5f\xe1\x0a\xdb\x11\x7c\x2c\xc2\x09\x73\xe2\xed\x88\x7e\xc0\xd6\xd3\x85\x8a\xe8\x96\xa0\x7a\xb6\x8f\xe0\xc1\x3e\xcd\x09\x23\xba\x3d\x6f\x95\xc1\xf6\xa8\xee\x0e\x61\x04\x2d\x87\x1a\xcb\xb1\x09\x78\xec\x1c\x8b\xe0\xb6\xeb\x25\x08\xc7\x57\x20\x25\xf6\x49\x5a\x84\xc6\x91\xd3\xf7\x27\x0d\x4e\xf4\x5c\xdd\x07\x42\x43\x60\x3e\x7f\xbc\xc0\xec\x6d\x8e\x8e\xb0\x06\xdc\x91\x2c\x4a\x5f\x83\x35\x6f\x42\xa5\xf6\x60\xb9\xeb\xda\xba\x49\x92\x47\x14\xb7\xec\x0b\x30\xb9\x2f\x69\x0d\x5e\xe8\x0e\x74\x39\xbd\x91\xe9\x7d\xe5\x2a\x52\xcf\xb2\x09\x09\xfd\x97\x8f\x4d\x72\x63\x5f\x3d\x77\xa1\xa8\x21\xeb\xda\x4c\xc9\x25\xdc\xe6\x81\x50\x39\xf9\xe5\x53\xdb\x57\xa8\xdb\x7c\xc2\x2e\x63\x38\x77\x1c\x9d\x30\xa4\x4b\xaf\xa7\x9f\x8b\xc9\xcf\xf8\xbc\x44\xde\xe4\xb3\x58\xdc\x2a\x64\x84\x8e\xa2\xe1\x5c\xdd\x77\x74\xaf\x70\xac\xde\x12\x5c\x56\xdd\xdd\x2b\xa7\x15\xa5\xed\x00\x0f\x46\x40\xeb\x58\xfe\x46\xe0\xe2\xf0\x23\x2c\xbf\x8f\xab\x33\xfc\x70\xc9\xef\xc3\xc5\xd1\xfd\x76\x36\x02\x1a\x10\xe7\x6c\xf3\xfb\x60\x04\x8a\x7d\x97\x81\xf7\xdf\xe2\x8f\xf2\xfb\x14\xb4\x17\x7e\x40\x19\x01\xa9\x36\xec\x32\x3a\x9a\xf2\xba\xde\x20\xea\xb4\xd5\x74\x6e\x82\x6e\x45\x77\x05\x10\x01\x69\x21\xac\x6a\x51\x20\xa7\xfe\x95\x81\xd2\xc4\x51\x23\x44\xd0\x95\xef\xfe\x5f\x22\x78\x3b\xe2\x22\xc0\x95\x66\x3f\x06\x8d\x90\xe9\xdc\xf7\x86\x77\x6e\x97\xe1\x16\x8c\xaf\x1d\x38\x0e\x2f\x0d\x59\x76\x5e\x2f\xb9\xb6\xcf\x08\xb7\x3b\x0c\xae\x31\x05\x26\x20\xe7\xbc\xab\x7d\x51\x42\xb7\x35\x84\xc0\x04\xd4\xd3\xef\xab\xfc\x82\x40\x59\xdd\x23\xc3\x08\x0c\x90\x1b\x3d\x8c\xc0\xad\x58\xeb\x2a\x14\x3c\xc4\xbc\x2e\xc1\xec\x57\x4b\xeb\xbb\x2f\x44\x13\xe5\x33\xae\x6a\xf1\x71\xca\xee\xf3\x9c\xb3\x4b\x71\x29\xef\xbe\x10\x6b\x58\xea\x9e\x7d\x77\xa1\xf3\x28\x1e\x23\xb8\x3d\x3d\xad\xa6\x4f\xa0\xed\xbf\xf5\xe1\xbe\xf9\xee\x0a\x9c\x97\x5f\x7d\x8e\x69\x17\x8a\x35\xf7\x0c\xbb\x8c\x81\x98\xeb\x3a\xc5\xe2\x2a\xc4\x7a\xa6\x8f\x80\x5e\xc4\x3f\x29\xdb\xbe\xe9\x0d\x2b\x6e\x05\xc9\xb1\x6d\xc2\xeb\x96\xb6\xb8\x08\x28\x08\x4f\xdf\x1e\xc5\x9d\x05\x5a\xc6\xfe\x6d\x04\x70\x69\x3c\x4a\xd4\x08\x19\x31\xd7\x39\xaf\xb2\xd8\x6c\xd7\x5b\x1b\xe1\x41\xec\xcf\xab\xa5\x43\x2e\x74\xad\xf7\xd5\x52\x9f\x97\xd2\xd3\x26\x20\x60\x7c\x9f\x5c\xbe\x70\x3f\x02\xf6\xcd\xbc\xda\x31\x3c\xdd\x89\xef\x97\xe2\x4e\x1c\xd5\x63\x8c\x8c\xd0\xd8\xea\x3e\xd9\x65\x85\x59\x9c\xf5\x23\x24\xce\x8f\x55\x28\xf1\x57\xd9\xa3\xc5\x8d\x40\x7c\x5e\x3c\xe2\x26\xb8\xb7\x0d\x65\xd4\xf7\x39\x18\x42\x9f\x17\x23\xb0\x81\x9c\xef\xae\x0e\xfe\x53\xc2\xb9\x09\xc9\xad\x97\x61\x11\x70\xa0\x3c\x7c\x25\xd7\x85\x19\x12\xc3\xae\xe5\x62\x08\xc3\x7e\x83\x90\xa2\xc5\x78\x56\x77\x46\x4b\xab\x73\xd5\x4d\x54\xc9\x31\x0b\x72\x7d\x41\xc7\x4f\xd6\xb9\x3f\x5e\x60\xd5\x4d\xdf\xcd\x4d\xce\x46\x48\x9e\x8c\x71\xd5\x88\x1d\xbb\xbb\x07\xaf\x11\x6e\x08\xbb\x91\x08\x07\x39\x1c\x9b\x90\x08\x14\xdf\x1d\x75\xe7\x89\xe2\xc2\xb9\x11\xf0\xd9\x70\x29\xae\xfa\xa6\x4e\x4b\x7a\xaa\xce\xeb\xe5\xb3\xae\x76\xc0\x85\xe5\xc5\x53\xd4\x15\x95\x5c\x77\xc3\x3c\x2a\xb9\xf8\xf9\x5c\x5d\x85\x58\x62\x5a\xed\x10\xb6\xda\x99\x1c\x1b\xc6\x08\xec\xbf\xa3\x84\x4d\x08\x30\xf6\x8c\x6f\xf3\x69\xed\x6e\xf4\x10\xc1\xe3\x5a\xe2\x22\x24\xd7\x3b\xed\x37\x08\xdb\xf0\x18\x1d\x23\x34\x74\x02\xae\x1f\x6d\x1e\x28\x57\xdd\x04\x68\x04\x78\xdf\x75\x2b\x36\x77\x4e\xaf\x2d\xaf\x76\x90\xff\xa1\x2d\x6e\xb0\xb9\x86\x2c\xad\x9d\xd1\x5e\x40\xf0\x9b\xdb\xd3\x45\xc0\x69\xe1\x08\x9b\x80\xc4\xef\x6c\x6a\xf3\xab\x25\x3b\x16\x83\x11\x2e\x2c\xa0\x3e\x51\x46\x20\xba\x2a\xec\x76\xdc\xde\x8e\xfd\x09\xa1\xdf\x6e\x01\xcd\xed\x1d\x19\x55\x44\x59\x2d\x25\xb6\x2e\x9f\xed\x23\x00\x47\x95\xdb\x26\x10\x70\x93\x57\xc3\x00\xea\x4c\xe1\x5c\x4d\xc7\x06\x56\x96\x28\xd4\x7c\x2a\xeb\xe2\x78\x9a\x87\x6d\xb7\x9a\x57\x2d\x33\x7b\x48\xdf\x6a\xe9\xbc\xb1\x1b\xa5\x55\x2d\xec\x72\x5d\xfc\x4c\x73\xa5\x6b\xf6\x98\xa5\xdc\xdf\x67\x8d\x7a\x59\x04\xcf\x16\xec\x1b\xb2\xbb\x65\x29\xbb\x93\x9d\x08\x2c\xed\xbe\x3f\xe1\x1c\x58\x32\x5a\x7f\x9f\xe2\xfe\x27\xc7\x22\x34\xd4\x90\xce\xf1\xf4\xe5\x96\x98\x7d\x69\x1b\xa1\xe3\x70\x10\x37\xe1\xe5\x3c\xda\xed\xe8\xd8\x6a\xd3\xaa\xc5\xfd\x03\x97\xea\xa0\xbf\xca\x12\x70\xd6\xd6\x57\xa1\xf8\xf6\xe5\x70\xc6\x4d\x20\x11\xc1\xb9\xfa\x02\x68\x7a\xcb\x69\x11\x10\xfb\xab\xc7\x92\x19\x21\xe0\x09\xb1\x07\x88\x13\xbc\x95\xef\x93\xdb\xad\x53\x75\x13\x50\x0c\xec\xa6\x83\xab\x5a\xbf\xce\xe1\x94\x9a\xc2\x1e\x0f\x4c\xa2\x6d\x69\xc8\xba\x7b\x75\xd4\x10\x36\x21\xb9\xca\x3d\x2f\x82\xf3\x99\x69\x35\x8c\x6b\xa1\x2d\x55\xf7\xf2\x2f\xce\x5f\xb5\x78\x41\x95\xe8\x87\xc1\xf5\x92\x02\xaa\xae\x89\xba\x16\x4b\xb8\xd4\x5d\x97\x47\x79\x35\x8f\x8a\x34\x82\xb3\x84\x3e\x0d\x97\x4f\x65\x59\x47\xce\xe5\x51\xb3\x65\xe9\x34\xae\xf7\x71\xd9\xd9\xb5\xc1\xd7\xf2\x73\x70\x30\x85\x7c\x2d\x1c\xb5\xf3\x58\xb5\x10\x96\x54\x1d\x6b\x2b\x2f\x0f\xe4\x96\x77\xc3\xf0\x40\x6e\x8e\x3b\x62\x04\x9c\x63\x97\xde\xfa\x7a\xc9\x10\xd0\xdc\xe5\xcd\x08\xd8\xc0\x96\xc0\x75\x39\x8e\x5a\x3d\xdb\x2e\x14\xcf\x90\x9c\xd7\x00\x79\xf4\x8f\xbb\x9b\x8b\x40\x2c\x59\x5c\x4d\x1f\x6e\xb4\xc9\xab\x5a\x57\xa5\x04\x67\xd6\x2e\xe7\xef\xb2\x43\xc8\x88\x10\xd0\x14\xfc\x0b\x36\xb0\xcb\x83\xbc\xd3\x92\xd6\x2f\x77\x7f\x6b\x1e\x5e\x64\x04\x8f\x06\xf8\xde\x40\x33\xd5\xf3\xaa\x11\xcc\xd4\xd6\xfb\x7e\xc3\xc3\x0c\xeb\xea\x39\xa0\x9a\xd5\xc3\x47\x44\x70\x5d\x7a\xdd\x84\x80\x2a\x62\x57\x0b\xdc\xe6\x5a\xe6\x46\x40\x97\x9e\x77\x2d\x15\x57\xfc\xbe\x6b\xe1\x56\x4c\x7b\xf4\xb0\x3d\xa5\x78\x9e\x9b\x80\x7e\xb4\x95\x4d\xf0\x19\xd8\x04\x87\xfb\x3a\x37\x01\x13\x7c\xd9\x03\x3e\xd1\x07\x3a\x18\x41\xbe\xfd\x8a\x4b\xeb\xe4\xbc\x57\xb8\xa3\xfb\x06\x88\xc0\x25\xe8\xcb\xfc\xf6\x8d\xd0\x0f\x57\x33\xdd\xee\xd3\x5a\xf2\xf7\x89\x54\xd6\x69\xf1\x7a\xf7\xfb\x34\xda\xe1\x9c\x86\x11\x30\x14\xf8\x51\x7a\xbb\x49\x23\x97\xaf\x1d\x97\x2f\x9e\xba\x08\x38\xc6\x94\xaf\x1d\x37\x39\xa9\xc3\xae\x16\x5b\x9c\x23\x47\x19\x81\xee\x2f\x13\x8f\x11\xdc\xcb\x65\x7f\xf2\xb2\x00\x7d\xc4\x6e\x0f\xd8\x6b\xd5\xcf\xc5\xdb\xf1\xba\x9a\x87\x2a\x8a\xe0\x0e\xa5\xdf\x27\x98\x11\xc3\x47\xc0\xd4\x9b\xc3\x26\xe0\xd2\x5b\xfb\x26\x80\x1b\xd0\xcf\x4d\xc0\x67\x2a\x7c\x84\x8b\x01\xda\xed\x60\xab\x2c\xb9\xf7\x76\xdb\x42\x5b\xcc\xf0\x72\xd7\x2e\xed\x7b\xe3\xf2\x08\x9c\xba\x09\x40\x27\x97\x63\x13\x18\x8f\x96\x36\xc1\xd9\x97\xdd\xf4\x8b\x2d\xd6\xbf\x42\x0b\x0d\xdb\xe3\x81\x1e\xee\x1b\xd3\xd7\x19\xfb\xbc\xdf\x78\xb9\x9d\xd3\xae\x05\x0b\xe8\x12\x95\x6f\xd7\x08\x95\xfe\x15\x8a\xfd\x2a\xed\x4f\x70\x6d\xcc\x1e\xc5\x2f\x02\x50\xa3\x7b\x08\xc9\x5a\x90\xfb\x9e\x4a\xee\xab\xec\x98\x21\x79\x39\x96\xa7\x78\xec\x4f\xc4\xef\xa6\xb8\x27\x7b\x24\xa4\x85\x3d\x1e\xe8\x7a\x8b\x3b\x85\x1b\xa1\x00\x01\xb1\xe7\x65\x20\x09\xba\xeb\x8c\x08\x04\x2f\x9c\x6b\x08\xdd\x0e\xef\x1e\xb7\x22\x80\x37\xfa\x35\xac\x61\xf3\xf9\xaa\xe5\x02\x3b\xf6\x1a\x1b\x0e\x37\x5a\x77\xd3\x5f\x94\x0b\x5f\xc3\x5e\xac\x42\x7b\xd4\x1d\x5e\xe0\x0c\xbb\x61\x98\x33\x43\xdf\xd5\xbe\x88\xb9\x5f\x4b\x65\x9a\x4d\xe7\xdf\xaa\x55\x5f\xd2\x5e\x52\xc4\xf9\xa7\xa5\xd3\xb8\x57\xf4\xfc\xb7\xc6\x90\xd1\x4a\xdf\x9d\x73\x1c\xd9\x73\x0f\x32\x21\x7d\xa5\xec\xf1\x80\x37\x6b\x7d\x1f\x17\x78\x20\xe7\xc5\xcc\xdf\x4b\x98\x4e\xce\x14\x3c\x2f\x79\x20\x6b\xf5\x33\x79\xb9\xe2\x37\x47\x05\x33\x02\x37\x49\xf5\x76\x3c\x0e\xac\x96\x8b\xdf\xf0\x8f\xdf\xce\x29\xfa\xcc\x3d\x1e\xfd\xd3\x6a\xfa\x08\x6e\x46\x3c\x36\x01\x87\x74\xb7\xa2\x3e\x8e\x94\x9a\xe2\xd7\xb0\x97\x00\xaa\xf6\xe7\x40\x66\x7b\x7b\x22\xe2\xc5\xdd\xea\xe9\x61\x5f\xab\x91\xca\xd0\x76\xb6\xa5\x35\x78\xdc\xa2\x9a\x1c\x8f\x49\x84\x97\xd1\x4b\x8b\x80\x59\xe4\xcc\x79\x13\xdc\x08\xb4\x09\x85\x10\xe3\x73\xd7\xe2\x98\x97\xbe\x9a\x9e\x65\xa7\x5c\xf6\x89\x67\x69\x0c\x73\x59\x43\xe1\x1e\x2f\x61\xb7\x14\xeb\x43\x5b\x0e\x3f\xcf\x3b\x08\x42\xf6\x28\x6d\x11\x60\xfe\xf6\x0c\xf8\xba\x77\x48\x39\x23\x00\x9b\xb0\x94\xc9\x8f\xc3\x51\xb5\x52\x37\x61\xc0\xec\x94\xd5\x5b\xee\xde\xe6\x81\x0c\x46\xe8\x18\x2c\xf6\x2c\x82\xfd\xd7\x97\x49\xe3\x7d\x9f\x00\x1b\xe2\x87\xcb\x72\x2c\x6f\x8e\x4e\x60\x04\xb6\xec\x3a\xb0\x5f\x07\xe2\x2d\x31\xaf\x37\xdc\xb2\xbb\x58\x8f\x77\xc5\xc6\xac\x5b\xf1\x5d\xa8\x98\x4b\x65\x6d\x04\x14\x0d\x65\xb5\x83\x7c\x2e\x69\x39\x3e\x18\x61\x20\x80\x9e\x4e\xe0\x4c\x4b\x87\x5f\x60\xaf\x83\xd7\x56\x0f\x99\x34\x42\x74\xd6\x23\x6d\x02\xf2\x77\x5f\xb5\x8c\xec\x4a\xb5\x8f\x00\x23\x9b\x8e\x4d\xa8\x18\x3c\x57\xd3\x31\xe0\xd4\x65\x50\x7e\xdd\xfa\x90\xe2\xee\x1c\x22\x59\x5d\xc7\xe0\xeb\xf0\x3a\xd9\xc1\x84\x8c\x90\x5c\xa7\xb8\x3f\xc9\xa0\xfa\x1c\xfb\x13\xf7\x4f\xda\x63\x3a\x1b\xc0\x0a\x79\x8d\xa9\xc7\xe8\x38\x64\x4a\x1e\x2f\x69\x30\xdb\x5a\x96\xc3\x23\xbd\x53\x77\xd6\x63\xb8\xba\x3c\x2f\xbf\xbc\xb1\x22\xb4\xca\x57\x06\xbe\x23\x8b\x4b\x18\xeb\x42\x8f\x75\xbd\xe1\xfe\xfd\xeb\xa0\x1c\xee\x76\x96\xd6\xc2\x1d\x7e\xd5\xd6\xc5\xc8\x0e\x17\x84\x9b\xe3\x8f\x1a\x61\x3a\x61\x7d\xe2\x78\x79\x4b\xeb\x38\x5c\x73\x52\xd6\x85\x3e\x96\xe5\x71\x59\xed\xc7\x3b\xe0\x22\x97\x49\x63\xb8\xcb\x58\x8a\x3e\xc8\xc3\xad\x75\xb9\xee\x6a\x3d\x45\x8c\xa3\x25\x1a\xe1\xe6\x80\xaa\x7d\x13\x06\x47\x7a\x59\x04\x05\x73\xe4\xe5\xb4\x30\x5c\x3f\x9a\xbf\x4f\xe6\xc1\x36\xad\xab\x5a\xb2\x19\xe4\xa5\x3f\x1f\x2f\x50\xfb\x29\xb6\xb6\x09\x04\xca\xe5\xef\x0d\x76\x65\x5b\xd5\xe2\xc0\x95\xcf\x8f\xa0\x33\xa8\x3b\x10\x89\x11\x06\xfb\xf6\xd8\x85\xd2\xd2\xe2\x0b\x77\x2e\x71\xbb\xf9\x34\x4c\xd7\xd2\x37\x0f\x96\x37\x02\x89\x50\x96\xde\x7a\xbe\xcf\x03\xff\x5f\xd7\x27\x0e\xbe\xb5\xd6\xc7\xf4\x38\xff\xe4\x80\xa4\x22\x80\x92\xe6\x87\xfe\xdc\xfa\xf3\xaf\x0c\x10\x06\x97\xc8\x30\x5d\x7f\x5e\x97\x9b\xe6\xf2\xfb\x4e\x0e\xa6\x60\x04\x44\x76\x0f\xf9\xcc\xcb\x23\x3b\x2d\xa7\x96\xe9\x5c\x53\xf6\xb0\x93\x3c\xdf\x91\xdc\xd5\x2c\x6d\x02\xe6\xbb\x63\x11\xa6\x27\x07\xde\x2d\x9d\x0e\xbc\xc7\x92\x2a\x87\xeb\x34\x92\x47\x88\x88\x80\xac\x88\xee\xcd\x08\x27\xb6\xeb\x78\xfc\xf1\x02\xb3\xb7\xe1\x8e\x1d\xd9\x43\x84\xc4\x22\x3e\x16\x01\xeb\x94\x83\x92\x18\xa1\xf9\x27\x7d\x11\x00\xd0\x73\x1c\x24\x23\xdc\x68\xdb\x91\xd6\x45\x40\x06\x66\x01\x1a\x01\x28\x29\x57\x67\x88\xe0\x81\x99\xbb\x16\x62\x9f\x73\x5b\x3d\x7f\x03\x5c\x69\x5b\x85\x7a\x58\xae\x63\x99\x19\x21\x63\x36\xdb\x0d\x03\x9d\x33\xbb\x5b\x83\x11\xa4\x89\xa9\xbe\xff\x8c\x70\x79\x19\x9b\x70\xfb\xed\xbc\xc6\x83\x13\xbc\xf6\x73\x35\xcc\x33\x53\xe5\xdd\x74\x0f\xc9\x71\x07\xd5\xb2\x3c\x45\xab\x2b\x19\x8d\x00\xe4\xa7\x47\xe1\x1a\xa1\x63\x2f\xad\xab\x2f\x40\xf5\xd6\x1e\x57\x6f\x31\x28\x17\x77\xaf\x28\xc7\x72\x5d\xcb\x6d\xcd\xb3\xef\x61\x77\x94\x35\x82\xbb\xae\xb5\xd5\x74\xdf\xb2\x21\xac\x42\xd9\xa1\xc9\x51\xf9\x44\x40\x11\xb5\xfb\x32\x2b\x89\xf4\xcb\x6a\xe9\x6c\xde\x39\xba\x7f\xfa\x96\x4d\xce\x94\x1b\xa1\xb0\x3e\xe0\xe4\x44\x40\xf1\x02\x97\x5e\x96\x9f\x62\x76\xb0\x37\x23\xb8\x03\x14\xcb\xbc\x9c\xee\x76\xd6\xdc\x71\xd8\x08\x91\x69\xe0\x26\x11\x81\xdd\x95\x36\xa1\xf8\x1b\xab\x61\x64\x8e\xcb\xb5\xef\x42\xb5\x82\x8a\x8b\xca\xe5\x74\x11\x24\x95\xa3\x6e\x02\x16\xae\xbc\x9a\xee\x1e\x2a\xee\x4d\x61\x04\xc0\x5d\xdc\x5b\xdd\x08\xe4\x37\x70\x51\x59\x04\x5c\xe0\x8f\xd5\x8e\xe1\x39\x0b\xea\xb9\x09\x0f\x9d\x5b\x0d\x43\xd5\x9d\xdc\x17\xd6\x08\xe2\x89\x52\x2a\x8b\xc0\x75\xdd\x1c\xe9\xd0\x08\xc0\xa0\x27\x3f\x07\x82\x3b\x94\x56\x0f\xeb\x31\x02\x56\xe5\x23\xae\x37\x60\x2b\xfb\xe1\x3b\x6a\x79\xdd\x25\x0f\x63\x37\x02\x27\xb8\x83\x5f\x8b\xd0\xd9\x2f\xfb\x13\x38\x0d\xc7\xa9\x33\x82\xa3\x69\x22\x2a\x8b\x80\xb3\x80\xef\x97\xb0\xe6\xc5\xfd\x69\x45\xa0\x1d\x3e\xc8\x61\xc5\xd4\xb8\x8f\x61\x59\xde\x6e\xd9\x19\x3e\x23\x80\x41\xe8\x20\x06\x22\x5c\xe8\x45\xd2\x26\xdc\xf0\xf1\xbb\x0c\x2c\xf5\xb9\xc7\x4d\x90\x3e\xd0\xd5\x5d\x46\xc0\xef\xc3\x55\x77\x46\x78\x3d\x24\x60\x8f\xd8\xcb\xcd\xfa\xbd\x81\x81\xc1\x11\x41\xca\x72\xf1\x6a\xed\x1b\x8f\xc1\x75\x7d\xec\xa6\xe3\x8d\xe5\x90\x78\x22\xe0\x2b\x1d\x76\x2d\x84\x8c\x78\x5c\xbb\x08\x40\x0e\x1e\xab\x50\xe2\x6a\x9b\x63\x0e\x19\xc1\x7d\x2e\xf3\x2a\x63\xad\xd3\x5a\x36\xa1\x23\x76\x6c\x82\xd8\xca\xe6\x20\x06\x22\x10\xa5\xbd\x67\xce\x45\x65\x57\x61\x94\xed\x16\x15\xeb\x6e\x87\xdb\x15\xf7\xcc\x8d\x44\x08\xfa\xf1\x95\xe1\x7a\xeb\xaf\x0c\xa2\x88\x7b\xda\x04\x60\x57\xca\x57\x06\x8e\xf6\x5f\x19\x58\x3e\xce\x7c\x6c\x02\xd1\xd1\xa1\xfc\xf9\x02\x0b\x6e\x9d\xca\x79\x0f\xa7\x5b\xa7\x5c\xa9\x26\x02\x72\x63\xda\xfd\x5a\xe8\x31\x79\x13\xd8\xc3\xe7\x47\xc0\x69\xe8\x5c\x1b\x61\xb8\x22\xaa\xee\x7e\x81\x02\xe9\xf8\x05\x22\xe0\xda\x18\xbe\x4f\x58\x5e\xed\x7b\x03\xc7\xb4\xaf\xa3\x2f\xf0\xff\xdf\x1b\xaf\x87\xc3\xee\x32\x10\x41\xdc\xbb\x44\x04\x07\xc2\xde\xed\x18\x1c\xc7\x5f\x19\xc3\xbd\x80\xf7\x80\x0f\x0e\xfd\xf6\x15\xaa\xf1\x6d\x5f\xf7\x59\x80\xf1\x58\x6f\x4c\x17\x51\xeb\x2a\xc3\x8f\x9f\xba\x57\x13\xa0\x35\xa5\xef\x31\x5d\x40\x13\xf5\x23\x60\x15\x6a\xdf\x27\x04\xec\xed\x25\xea\xf8\xbf\xee\x1a\x21\x82\x5b\xdc\x57\x5f\xa6\x3b\x71\xf4\xfd\x89\xa3\xfb\xee\x2d\x4b\x26\xa5\xbc\xee\x9a\xe0\xba\xde\x1c\xcb\xee\x4b\x71\x97\xb1\x5d\x06\x06\xbe\xb8\x8f\x41\x6e\xc5\x1c\xf7\x78\x10\x20\x5a\x16\xeb\x11\x16\x8e\xa1\x07\x21\x97\x85\x9b\x5f\x8f\xba\x3b\x87\xbe\xc7\x39\x5b\x11\x60\xfe\xf6\xde\x41\xd7\x5b\x1c\xfd\xcd\x08\x58\x62\x8f\x7d\x74\xb8\x6f\x51\xfd\x3a\x87\x97\x6a\xdc\x67\xc9\x7c\xe1\x89\xfa\x2e\x03\xf5\x8e\x87\xf6\x8a\xc0\xf1\x93\x3f\x82\xc3\xa6\xad\x05\x33\x71\x03\x72\xad\xbf\x08\x00\x89\xed\xa3\x94\x78\x87\xe4\x82\x9f\x08\x1e\xfe\xf9\xbd\xe1\x9e\x21\xbb\xe9\x83\x05\xb3\xcf\x12\x4f\xec\xe1\x88\x31\x65\xe1\xf7\x27\x0f\x75\x2e\x71\xa1\xbd\xb8\x0a\xb1\xc4\xcd\xc8\xfa\x7d\x15\xdd\x80\x93\x1d\xe9\x50\x04\xbc\x65\x61\xec\x8d\x10\x58\xeb\x88\xfd\x22\x20\xf9\xa4\x8f\x80\xe7\x6f\xde\xb5\x44\x42\x3e\xc3\x47\xc0\x0f\xc6\x8f\xf4\x95\x03\x20\xbb\xda\xde\x08\xe0\x9f\xc4\x63\x57\x0b\xb3\x16\xfc\x5a\x88\xae\x33\xaa\x61\x37\xdd\xfd\xd9\xe3\xb9\x09\xdd\x85\xfa\xf5\x09\x76\xf8\xb6\x36\xd0\xc6\x56\x2f\x7b\x3c\x38\xb0\x93\x87\x17\x89\xa0\x33\x7e\x31\x27\xd1\x1d\x4a\x73\x0c\x7d\x13\xe8\x7e\xd8\x9f\x80\xe9\xea\x46\xe4\xb2\xe0\xc2\xab\xc3\x6a\x18\x01\xe9\x7a\xdd\xce\xd1\x5d\x2c\x53\xfd\xde\x78\x71\x28\x6d\x6b\x3c\x80\x2c\xcd\xd1\x97\x43\xf4\x75\xda\x16\x47\x9c\xde\xa7\xb2\xb4\x11\xb7\xcb\x82\x83\x4e\xae\x61\x17\x81\x79\xf1\x6d\x9a\xdc\x8e\x96\xa3\xdf\x24\xc9\x35\x75\xc9\xdd\xa2\x8c\x00\x66\xa7\x6b\xea\x44\xc0\x2b\xb3\x6f\x02\x87\xb4\xc3\x73\x95\x85\xdc\x9c\xcb\xb1\x0b\x1d\x8e\xf7\xf7\xbd\xc1\xce\xf6\xb9\x4d\x0b\x8e\xca\x05\xbf\x92\x9c\x8d\xaa\xee\x7f\x62\x84\x13\x4d\xee\x2e\x14\x5e\xb5\x95\x63\xf5\x96\xb4\x01\xa9\xc7\xf6\xe7\x0b\x2c\x6d\x1c\x32\x3f\xf5\xd2\x72\x08\x73\xa9\xd0\x08\x40\xa0\xba\x4d\xde\x08\x1e\xc4\xd4\xd6\x70\xc2\x30\x65\x07\x7c\x2d\xc9\x9d\xb9\x92\xdb\xa0\x4b\x5a\x28\x74\x6e\xd0\x2a\xd9\x37\x53\x72\xe5\x9e\x11\x08\xad\x77\x89\xdf\x08\xf0\x8b\x6e\x06\x28\x0b\x76\x38\x75\xdf\x6e\xd9\x45\xc3\xec\xe8\xda\x46\x00\x98\xcc\x7d\x95\x44\xe0\x2c\x71\x36\x35\x3b\xf4\x49\x8e\x65\x13\x06\x66\xfc\xba\x3f\x19\xa0\x5a\xfb\x79\x94\x5f\xb2\xae\xb7\xea\x73\x94\xdf\xd7\x71\xc8\x8e\xb6\x09\xf8\x8e\x38\xbf\x28\xed\x1e\xb5\xe4\x45\xc0\x13\xa9\xa7\xfd\x06\x08\x18\xee\xf6\x52\xb2\x23\x0b\x54\x97\xd6\x8d\x00\x07\x55\xce\x55\x2d\xa7\x6f\x0d\x5e\x6d\x71\x77\x82\xea\x21\x6c\x65\xf9\x7f\xa5\x25\x0a\x95\xe5\x19\xe2\x18\x57\x65\xe1\x66\x36\x87\x93\x31\xc2\x70\xb4\xa5\xbc\x08\x8a\xf3\xc9\xb1\xef\x37\x26\x6e\x89\x79\xbd\xe1\xfe\x5f\x0e\xad\x55\x16\x12\x66\x5a\x32\x49\x59\x01\x37\x8e\x02\x6f\x04\xb1\x76\xdd\xc3\x58\x44\x20\x9b\x5b\xfb\xde\xc0\x0f\x6d\xb7\x74\x65\xc7\x40\xbf\x61\x84\xec\x17\xd8\xea\xbe\xa3\x58\x7a\xf2\x26\x23\x74\x12\x48\xa4\xdd\x0e\x00\x70\x3d\xa7\x98\x08\xa8\xbb\xfc\x02\x2b\xee\xdf\xdf\x1c\xca\xd9\x08\x89\xed\xb6\xdf\x70\x13\xf1\xda\x5d\x65\xf9\x09\x3b\xd0\xaa\x11\x7c\xad\xfb\xf1\x53\x5d\xde\x6c\xee\xd5\x61\x04\x5c\x23\x16\xdb\x5e\x3d\xbc\x28\xad\x86\x55\xf7\xb6\x69\x9e\x30\xcd\x08\x12\xd9\x8b\x87\x6d\x1b\x01\xa4\x70\x57\x44\x89\x00\x7a\xab\x9f\xf1\xd5\x63\x37\xaa\x03\xe0\x96\xea\x01\xf7\xc5\xbd\x32\x8d\x40\x38\xbd\x1b\x09\x8d\x40\xbe\xb8\xf2\x11\x2e\xaa\xf5\x9b\xb5\x3a\xd8\x7a\xf7\x3c\x2f\x46\x78\x70\xf4\xed\x9b\x40\x3a\x57\xcf\x06\x57\xea\x32\x88\x7f\x85\x92\x46\xa1\x39\xb6\xba\x11\x40\x28\x72\xdb\xa4\x11\xe0\x44\xdd\xb3\xba\x34\x4f\x2c\xd0\x3c\x96\xcc\x08\x0d\xdb\xb5\xdf\x35\x6d\x47\x12\xc6\x4d\x80\x35\x75\x40\x60\x11\xe8\xad\x1f\x06\x6d\x05\xa8\x79\x2e\x02\x11\xd0\x3a\x62\x11\x16\x81\x20\x1b\x3f\x9f\x9b\x23\x69\x35\xc7\xdd\x35\x42\x00\x66\xd7\x2f\x9f\xe6\x52\x6d\xad\xbe\x5f\x9a\xdf\xbd\xc9\xe3\x48\x8d\x80\x17\xf3\x3a\x50\xda\xfb\x92\xdc\xab\x7c\xb5\x74\x0a\x8d\x9b\x00\xf8\x8f\x9b\xdd\x8d\x80\xbb\x49\xfa\x0a\xbd\xd9\x51\x65\xbf\x01\xd4\xb7\x9b\x55\x8d\x00\x0b\xb4\x34\x75\xcd\xfd\xad\x93\xc3\x38\x1a\x21\x7a\xb5\xab\x61\x2b\x10\x63\x37\x4c\x09\xae\x4d\x22\x5d\xdd\x77\xfb\x8a\x83\x4e\x8b\xe0\x31\xb1\xdf\x1b\x85\xeb\x64\xd7\x72\x3b\xbb\xff\xbd\xe1\xba\xa6\x35\x73\x1e\xcd\xe0\xd0\x7c\x46\x98\xa8\x54\xff\x15\x09\x6c\xb9\x6a\xb5\xde\x56\x37\x3c\x45\x94\x07\xef\x19\x61\x00\xa2\xe5\xb2\x78\xf7\x4c\x4c\xc5\x4d\x8a\x46\xf0\x4b\xd0\xcf\xc5\xfe\xbe\x8f\x87\x29\xa4\x4d\x60\xbb\xf9\xc4\xf7\x77\x1c\x00\xc6\x95\x55\x06\x22\x6f\x75\xad\xbf\x11\x90\x3d\x3d\x6a\xc5\x08\xd9\xc3\x14\xda\x22\xb8\xc3\xbf\x33\x5d\xf7\x4b\x1e\xfe\x7e\x7a\x4b\x6f\x37\x8a\x15\xb7\xc6\xd8\x09\x16\x88\x4a\xf0\xbb\xf7\xf5\xd3\xa6\x78\x20\x43\x19\x2b\xe8\x3d\xf8\xb6\x1f\xce\x52\x55\xd7\x94\x97\xe9\xf0\xc7\xd5\x7d\xb7\xea\xe9\x41\x5d\xd5\x21\xcc\x6b\xd8\xf6\x09\xa4\xa7\x5a\x1d\x6c\xbd\xb8\xf1\xa5\x0e\x77\x61\xcd\x2d\x6d\x02\xa1\xac\x0e\x67\x21\x82\x0a\x8d\x4c\x83\x08\xf8\x28\xb4\x4d\x20\x8b\x92\x07\xaa\x8a\xe0\xf9\xaf\xce\x45\x48\xe0\xed\x30\xea\x46\x20\xf5\x87\x6f\x15\x23\x74\x80\x1e\x39\xc1\x8d\x80\x7f\x81\xbb\x8c\x19\xe1\x71\xaf\x8e\xb0\x08\x8e\x62\x93\x56\x2d\xc0\xe3\x95\xbe\xfb\x82\x13\x47\x71\x77\x7e\x11\x10\xb8\xf2\x6a\xba\xeb\xe3\x7d\xf6\x8d\xd0\x1d\x8e\x7d\xf5\x05\x5f\xc7\x65\x9a\x15\x01\x91\xec\xab\xf6\x75\xbb\x40\xdb\x04\xac\xe5\x61\xbd\xe1\xa0\xa0\x32\x39\x8f\xe3\x9c\xbf\x7f\x05\xe9\xe6\xc7\x61\x82\x46\x90\x6f\xcb\x38\x6c\x55\xc9\xe4\x37\x0e\x13\x36\xc5\xdb\x8c\xc3\x96\x45\x10\x40\xe8\x38\x80\x30\x10\x54\xd6\x38\xe0\x5e\x94\x51\x6d\x1c\xac\x6a\xe5\x5c\x1a\x07\xb8\x5d\x95\xda\xec\xb0\x8c\x72\x12\x1b\x07\xae\x5b\x12\xbf\xc7\x09\x96\xa0\x60\x3a\xc6\x19\xc6\xef\x5f\x45\x81\x22\xe3\x64\x53\x1d\xa7\xfe\xe0\x20\xd4\x76\x3e\x8d\xd3\xee\x72\x50\x94\xc6\xe9\x9e\x96\x45\x9f\xe0\x9f\x2e\xa1\x74\x9c\x88\xbd\x92\x83\xc7\x59\x1c\xac\xbc\xe9\x07\x0a\xa9\xd2\xed\x47\x3f\x7f\xff\x4a\xf2\xe3\x18\x27\x3e\x3e\x02\xc3\x1b\xa7\x1d\x34\x51\x5a\xef\x71\xde\xf4\xab\xea\x07\xf9\xe0\x15\x04\x30\x4e\xb1\x00\x02\x93\x1c\xe7\x60\x28\x6c\xfb\x8d\xe0\xf0\x61\x9d\x1f\x78\x47\xd8\x39\x37\x82\x6d\xb9\x22\x1d\xec\x08\x76\x85\xc6\xa0\xf1\x0a\x76\xaf\x45\x21\xde\x8c\x80\x61\x51\xa9\x25\x47\xb0\x9e\x44\x61\xe5\x8d\xe0\x1d\xe1\x47\x23\x94\x20\xe8\xc7\xe5\x75\x74\xfd\x70\x39\x48\xb5\x5f\x36\xf6\x3a\xbf\x46\x00\x57\x5a\x3e\xc5\x23\xd8\x12\xd2\xf1\x31\xc2\x98\xbf\x7f\xd5\x03\x32\xe7\xa5\x74\x1d\x23\x1e\x74\xca\x4e\xae\x11\x01\xb0\x92\xe9\x7a\xc4\x78\xfd\xfe\x95\x14\x46\x35\x22\x8a\x65\x79\xb1\x8f\xa8\x5d\x76\x0a\x58\x64\x44\x58\x33\x09\xc6\x23\x32\x5b\x82\x77\x1f\x31\xd9\x02\x34\xe6\x72\xc4\xec\xde\xe8\x55\x3f\xac\xdc\x70\xa8\x76\x5b\x81\x49\x96\x97\x11\x8b\x97\xf4\x27\x39\x64\xc4\xea\x29\xa1\x54\x36\xac\x4f\x52\x71\x75\x5a\x71\x76\x40\x8c\x48\x62\x5a\xba\x1c\x61\xca\x0f\x3a\x73\x39\xfa\x93\x6a\x35\x69\x30\x46\xfe\x80\x96\x4c\xe9\x0c\x46\xc4\x33\xf2\x60\x94\x1e\x4f\x45\xa8\xfe\xbf\x1f\x7a\xd4\x88\xf8\xb0\xc4\x43\x6d\xd1\x8e\x3c\x4e\xcd\x5e\x7c\x9f\xdf\xbf\x50\x8a\x8f\x38\xbc\x30\x95\x8c\x87\xa9\x54\x6d\x23\x11\x5f\xa4\x18\xe3\x91\xb0\x56\x48\x1d\x34\x12\x51\xae\x0a\x80\x1e\xc9\x67\xc6\x58\x9e\x91\xce\x6a\xdd\x4c\xfc\x5f\x87\x51\x54\x35\x29\xf8\x5b\xa7\x7e\x38\x84\x8e\x75\x33\x61\x16\x53\x9c\xc6\x48\x09\x25\x42\x50\x01\x76\xed\x04\x1d\xaa\x23\x15\x94\xce\xdd\xba\x99\x6c\x94\xe3\x61\x27\xe5\x48\x95\x2f\xb4\x0d\x13\xd0\xc0\x52\xd5\x8f\x04\xc4\xbf\x20\x6c\x47\x5a\xa8\x3d\x6a\x32\x0b\x56\x08\xc2\x23\xd9\x30\xe7\x43\xa3\x94\x4c\xa8\xc2\xf2\x31\x32\xde\x24\xf2\x0c\x1d\x99\x4e\x2a\xa2\x6b\xe4\xe0\x3f\xa2\x7e\xc0\x02\x46\x7e\xb8\x37\xa9\xb5\x32\x4b\x56\x20\x07\xfe\xc8\xa0\xc2\x08\x9e\x71\x64\xfc\x98\xd9\x3d\x99\xab\x93\xe3\x30\xdf\x9e\x04\xdc\xda\x9c\xed\x58\x95\x47\xda\xc8\x36\xb1\xba\xc4\x46\xc6\x43\x4c\x5a\x94\x91\x25\x7d\x1d\xe2\x59\x47\x39\xbc\x76\x2b\xb6\xe0\xde\x29\x0c\x87\x51\x70\xbe\x16\x30\xdb\x28\xe5\xda\x2c\xc2\x28\xcd\x23\xf7\xad\x91\x85\xe5\x27\x6e\x62\x14\xf7\x8c\xd5\x29\x58\x2e\x67\x2b\xac\xf9\xe5\xf1\xd7\x8a\x7e\x94\xdf\xbf\xaa\x72\x8f\x8d\x32\xfd\x13\x6b\x7d\xd5\xc0\x1c\x4a\xcb\x35\xaa\x0f\x8c\xf1\xf8\xa3\x16\x7a\xac\xa3\xab\x92\x5a\x48\xae\xf5\xa3\x12\xf2\x7f\xda\xbd\x31\x2a\x76\x06\x71\xfd\xa3\xbe\xd1\xce\xe7\xaa\x3f\x4c\x3c\x1b\xf4\x7d\xc3\x9b\x40\x68\x54\xa3\xc1\xb1\x2b\x28\x63\xb4\xe2\x85\x59\x9b\x9b\xbb\x9e\x69\xfd\x37\xb1\x87\xa7\x2c\x18\xa3\x3b\x76\x81\x26\xa3\x17\x34\xda\x9a\xa6\x2e\x83\x4b\x96\x75\x6d\xf4\xea\xce\x01\xd6\x9d\xde\x1c\x6d\x52\xdf\x34\x22\x32\xb3\x4a\x23\x92\xf2\xf4\x1f\x75\x3b\x14\x8c\x8e\x37\xbb\x9c\x91\x46\x77\xfb\x69\x56\xd1\x8d\x4a\x35\x3b\x1d\x4f\xa0\xd3\xff\x22\x1e\x89\x25\xd4\x49\x5d\x29\xcc\xea\xd1\x51\xf3\xc8\x3b\x73\x74\x0e\x14\x65\x65\x1e\xbd\xc3\xbe\x68\xde\x3a\xb0\x2d\xa7\x6e\xc2\x7e\x91\x90\x8b\x02\x7c\x46\x35\x20\xfd\xf2\x08\x51\x15\xa0\x7b\x95\x70\xd1\xd1\xe1\xd7\x95\x02\x66\xf4\xdb\xbd\x1d\xf4\x0d\x71\x04\x72\xe9\x1e\x1d\xac\x97\x1a\xfe\x64\x2b\x1f\x1d\xe5\xec\xa9\xdb\xa9\x3b\xca\xbb\xe6\xbb\x3f\xf4\x42\xbb\xaf\xc3\xeb\x54\x4d\x7e\x97\xc2\xbf\x71\x30\x77\xe0\x9d\xa3\xae\xda\x8e\xc2\x50\xd0\x14\xa3\xbf\x5e\x9a\x5e\x43\xc5\x1b\x98\x3c\x42\xf2\x94\x48\x6a\x74\x60\x57\x02\x33\x09\x07\xc9\xb9\xd6\xe1\xdf\x15\x14\x3e\xba\x74\x5e\x55\x9e\x3e\xa3\x0f\x06\xa8\x6a\x8a\x50\x79\xc8\xbe\x33\x3a\x66\x29\x99\x83\x46\x77\xb7\xa5\xa0\xa2\xb9\xcc\xc4\x26\x8d\xeb\xc8\xdf\x85\x79\x1d\x8c\xa3\xc9\x80\xe3\x3a\x59\x4b\xda\x41\x17\x67\xae\x3c\x81\xc6\x45\x98\x41\x4c\xbc\x16\xf9\x4b\xd5\x0f\x5a\x90\xf9\xe6\xa1\x00\xd5\x83\xf6\x25\x8a\x45\xb8\x70\x41\x90\x0f\xdd\xb8\xf0\xb4\x95\x67\xdb\xb8\x80\x91\x96\xdd\x6b\x5c\x04\x1d\xcb\xed\x67\x5c\x64\xc5\x96\xcf\xcb\xb8\xc0\xf9\xe5\x0e\xba\xd0\x28\x44\xdd\xa7\x57\xf6\x56\xab\x1e\x04\x17\xd9\x3d\xc6\x45\xdc\xae\x40\x7d\xc6\x45\x0e\x57\xee\xa0\x2b\x7b\x69\xfc\x45\x87\x88\x74\xd0\xe3\xc2\xd0\x0f\xc7\x74\xe1\x7d\x20\x53\xe0\xb8\x00\x33\x92\x6d\x63\x5c\x95\xfd\x14\xd5\x6a\xae\xda\xc8\xf0\xba\xfb\x8f\x58\x98\xcb\x99\x93\xa8\xe6\xb0\x85\xa4\x64\x1d\x17\x5b\x28\x66\x35\x07\x18\x0f\x45\x4e\x8d\xab\xb3\x37\x1a\x3f\xc8\x1c\xaf\x1d\x70\xf9\x7e\xd2\x9d\x76\x01\x35\x1f\x3b\x3f\x48\x53\x2e\xd6\xf0\x22\x29\xa5\xfc\x5a\xc6\x45\x4c\x49\xa5\x6d\xdc\x36\x51\x2c\xdc\x05\x7b\x24\xf5\xd0\xb8\x30\xbe\x2a\xc1\xc9\xb8\x2e\xbc\xc2\xb4\x31\x2e\xdc\x29\xe4\x5f\x31\x2e\xdf\x90\x9d\x1f\x89\x7a\xd4\x02\xb0\xe0\x95\xe2\x7e\x5c\x38\x7d\x4b\x9d\x35\x2e\x72\x6c\xc9\xd3\x78\x5c\xa8\x8f\x94\x35\x6e\x5c\x0f\x8b\x22\xa9\x1e\x8e\x72\x2f\x0d\x51\x51\x61\x4f\xe3\xf2\x14\x4b\xba\xfe\x2e\x3c\xc5\x22\xb3\xf0\x7a\xd1\xea\xe9\xeb\x5d\xd0\x58\xbf\x9e\x6d\x57\xf5\xbc\xde\x1c\xfd\x40\x85\x21\xa4\xb5\x71\x01\x83\x95\x58\x96\xa0\xd6\xc9\xed\x7e\x5c\x28\x36\xaa\xce\xc8\xcb\xb7\x19\x5b\x66\x72\x60\xb2\x4b\xa6\x97\x66\x0d\xbd\x61\x13\xe5\xd0\x30\xee\x83\x73\x48\xbb\xe4\x46\xb2\x93\x23\xf0\xb8\x7d\x9b\x69\xea\xef\x93\x31\x90\xe8\x70\xe3\xe7\x83\xb4\x70\xe3\x11\x89\x84\x70\x07\xc7\x9a\x4f\xfa\xe1\xdf\xf0\xc3\x21\xe5\x55\x29\xc6\x12\x44\x84\x3b\x38\xec\xb9\xda\xe6\x09\x00\xc4\x02\xdd\x62\x4e\x03\x57\xed\x8d\x53\xa0\xf1\xf5\x7f\x38\x30\xef\x14\x7e\xff\xc2\xce\x32\x6e\xb1\x14\x51\x88\xbc\xe3\xfe\x5b\x76\xfa\x71\x27\x47\x38\xe5\x87\x63\xdb\xea\x35\xb6\xa0\x30\xed\xc6\x9d\xd3\xb6\xd8\x8e\xdb\xbd\x1d\xc5\xfa\xdd\x98\x3c\xaa\x96\xdf\x0d\xc3\x2b\xf0\xa6\x71\xcb\xd1\xfb\x10\xf4\xde\xb8\x2b\x8e\x66\x3a\x8a\x6f\xf4\x83\x42\x80\x18\x37\x17\xa4\xa0\x7f\xc7\x5d\x1d\xf6\x84\x1f\x6c\x1a\x46\x1b\xe0\x0d\x99\x88\xc7\x0d\xbf\x26\xb3\xec\xb8\x2b\xf9\x14\xb4\x83\xee\xea\x70\x00\xfc\x40\xf0\xd5\xf9\x72\xe3\x1b\xd9\x18\x46\xdb\xea\x55\x01\x94\xe3\x6e\x0e\x83\xa1\xd6\x78\xec\x58\xe0\x2d\x42\xcd\x68\x8d\x3b\xe2\x04\x5e\xa3\x4e\x5a\xd3\x3e\x68\xa4\x71\xbb\x2f\x96\xce\x8d\x1b\xd9\xbc\x69\xdb\xdf\x04\xf4\x2a\x6c\x78\xdc\x9d\x02\x28\xcd\x78\x79\x40\x0b\xc7\xdd\x71\x22\xd2\x01\x79\x5f\x5f\xb8\xe0\xb8\xc5\xf0\x9d\x72\xe1\x1e\xb7\xbb\xc1\xf8\x0f\x3c\xb3\x74\x22\xdd\xd7\x07\xe7\x38\x6e\x64\x5d\x85\xb1\x8d\xdb\x73\xac\xe9\x18\xbc\x4d\x58\x2c\xbe\x15\x10\x16\x95\x22\x79\xdc\x48\xe9\xc2\x0e\x1b\xf7\x8d\x13\x26\x3f\x38\x0e\x32\x3b\x86\xe3\x40\x21\x96\xe3\x06\xc1\x43\x0a\xdf\x71\x93\xd6\x46\x51\x5d\xe3\x36\x69\x33\xc3\x58\xdd\xc0\x7a\x28\x32\x6b\xdc\x8f\xc7\x38\xf0\xfd\xfc\xfd\xab\x75\x16\x21\x8e\xfa\x99\xb2\x5e\x8f\x0f\xd4\x68\xea\x00\x89\x4a\xca\x3d\xee\x97\xc6\x48\x64\xbb\x5f\x6f\x0c\x7f\x61\x9c\x75\x66\xdc\x26\xd2\xb7\x46\x95\x24\x6a\xcb\xf4\x79\x60\xab\x2a\xfc\x38\x7f\xaf\x50\x99\x71\x0f\x8f\x9b\x51\x61\xc3\x53\xd0\xa8\x1a\x30\xf1\x33\x9b\x7c\x3a\x62\x91\x46\x63\x52\x80\x36\x39\x38\xdc\x2d\x8b\xd3\x50\xe8\x73\x11\x84\xe7\x90\xef\x60\xe0\x38\x25\x25\x25\xfe\xae\x03\x6d\x2f\xe6\xa3\xf1\x18\x07\x5e\x9b\xee\x5b\xb7\x09\xc9\xb9\x70\x60\x4b\xc5\x55\x70\x3c\xee\x6c\xa6\xcb\x17\x3d\x12\x1e\x81\x83\x0c\xe9\x24\xfc\x19\x64\x47\xc7\x47\x6f\x3c\xeb\x5a\x56\x2b\xc1\xdc\x91\x16\x72\x3c\x78\x46\x22\x80\xe1\xf8\x8f\x2b\xcf\x70\xa7\x7f\xe1\xcb\x0e\xb2\x5a\x36\x65\xb5\x1c\xe4\x87\xc8\xb2\x9c\x8c\x27\xbb\x7d\x47\x0d\xcd\xee\xa3\xa5\x16\xe4\xfb\xf7\xaf\xae\x6c\x54\x43\x01\x7f\x31\x52\x4b\x71\xf6\x57\xb5\x70\x8a\x74\xad\x99\xa7\x7c\x06\xa8\x81\x77\x1b\x86\xa3\x41\x5a\xf6\x1a\x75\x40\x91\x19\x20\x2b\x77\xc0\xf0\xe8\x27\x61\x3f\x0d\x8c\x9b\xad\xc4\x3f\x85\x10\x0c\x00\x44\xb3\x42\x80\x86\xe7\x78\x97\x83\xc4\x78\x3a\x05\xea\xf0\x79\xb8\xcb\xe5\x58\x3c\x3c\x93\xae\x62\x34\x07\xb1\xc8\x59\x28\xf5\x83\x28\x52\x1c\xc5\x07\x20\xce\x00\x30\x8f\xc7\x13\x41\xe8\xee\x7b\x1c\x99\x47\xbc\xe3\xe3\x91\xda\xaa\xe6\xf2\x7c\x74\xfa\x1e\x94\x4d\x39\x74\x0c\x72\xf3\x12\x9c\x3d\x40\x28\x00\xae\x64\x60\x62\x6d\x0a\x0c\x1b\xc0\xc9\x35\xd4\x65\xc0\x96\x92\x9c\x77\x10\x05\x51\x04\x7a\x3b\x5e\xcf\x3c\xae\xb5\xff\xca\x07\xaf\xa0\x78\x21\xec\xb5\x48\xcd\x37\x00\xa6\x21\x9b\xed\x78\x4f\x94\x5b\xda\x22\x2f\x1e\x97\x02\x61\x1b\x9e\x1e\x48\xe0\x4d\x83\xfc\x6d\xe0\xb3\x8c\x17\x58\x88\x83\xb6\x9d\xb4\x5a\x6b\xd4\x83\xc4\x04\xa2\x35\x88\xe5\x12\xfc\xc8\xf0\x30\x2e\x05\x01\x0c\x42\xb8\x48\xb7\x3c\xde\xe0\xb9\x97\xd5\x03\x00\xec\xd0\xd1\x60\x70\x68\xf2\x67\x1b\x6f\xf4\x9c\xbc\x6a\x40\xf4\xe0\x72\x7e\xdc\x1b\xe1\x70\x60\x90\x23\x1d\xd3\x20\xd5\x47\x41\x2f\x41\x98\x18\x78\xd2\xe3\xcd\x5f\x38\xc5\x78\xed\x42\xeb\xc2\x71\x1a\xa4\x99\x27\x83\xc4\xc0\xbb\x9d\x28\x97\x01\xfc\x5c\xe1\xc8\x93\x15\xab\xc8\xb5\x6a\x80\x11\x42\x32\xce\xf1\x22\xef\x29\x80\x64\x60\x60\x8d\x72\x60\x1d\x04\x90\x25\x9f\xd0\x15\x3f\xa3\xae\x79\xc4\x92\xce\xbf\xd7\xe3\xf7\xc5\x33\x81\x14\x02\xf4\xf6\xc0\xad\xae\x04\x8a\x7e\x1d\x94\x5b\xa5\x8d\xfa\xfb\x57\x54\x7c\xc9\xc0\x5b\xb3\x21\x28\x11\x2c\xd6\x90\x80\xb0\xcc\xba\xce\x69\xb8\x32\x4d\xbd\x71\x50\x32\xe4\x1c\x54\xb3\x0d\x01\x66\x78\xd0\x9f\x6e\x3d\x10\xa8\x49\x00\x39\xf0\xc9\x4f\x6c\x73\xdc\xd5\x08\xb2\x1f\x44\xaa\x72\xd3\xae\x88\x0a\xb1\x69\x58\x09\xf0\xc3\x19\x03\x05\x0e\xb2\xc8\xf0\xdc\x1f\x3a\x1b\x01\xa9\x6e\x88\x12\x63\x61\xeb\xa9\x35\xb6\x0f\x3b\x1c\x3e\x9e\x64\x38\x39\x0d\x12\xbe\x67\x21\xb3\x0d\x07\x40\x8a\x94\x4c\x5e\xf7\x68\x7b\x7f\x46\x04\x5e\x0d\xf4\x8c\xc8\xb8\x1a\x9b\x19\x49\x6f\x24\x0f\xa9\x19\x6f\x44\x9e\x43\xdf\xb8\xd8\x67\xbc\xc2\x8c\xc3\xdd\x9c\x55\x00\xe8\x4d\xd2\x8c\xce\x08\x72\x53\x6c\xfc\xa0\xe8\xaa\xd7\x24\xf6\x55\x81\xc4\xcd\x74\x78\x3d\x87\xfd\x38\x69\xa8\xb1\x31\x13\xed\x58\x15\xe7\x31\xd3\x49\x3d\x27\xaf\x91\x09\xcf\xd8\x90\x99\x4e\xea\xb1\xc5\x36\xd3\x89\xe8\x7b\xaa\x68\x24\xbd\x16\xf4\x4d\xa0\x0b\x7f\xcc\xdb\x3f\x93\x4b\x7e\x41\x05\x46\xdc\xc9\x8b\x7e\x24\xea\x4d\xaa\x17\x04\x16\xa5\xe6\x9e\x09\x73\x4f\x4b\x6a\x78\x19\x3b\x6a\x64\x26\x71\x80\x35\x68\xb4\x12\x91\x40\x62\x25\x66\x5a\xb9\xce\x55\x34\xc6\x0e\x29\xab\x27\x1a\x3b\xb2\xa0\x4f\x34\x76\x35\xd0\x1c\xb2\x9f\x2b\x6e\x73\xa6\x86\x7d\x36\xab\xe8\xee\x09\xe3\x34\x5a\x1d\xfb\x54\xe2\x87\xbf\xa6\x56\x13\xae\x13\x68\xf5\xe5\x2d\xd0\x0f\xd0\x7a\x15\xc4\x3e\x13\xf9\x01\x62\x55\xa5\x2f\xe9\xa2\xba\xea\x19\x1e\xe1\xac\xd2\x86\x67\x52\x52\x3d\x20\x1f\x37\x4d\x78\x02\x24\x4a\xea\xd8\x99\x86\xe7\x00\xd1\xe8\xe0\x85\x21\xdb\xd9\x4c\x9e\x67\xaa\xa9\xdb\xc4\x91\xcb\xf0\x34\xd3\x74\xe3\xb3\x0a\x70\x41\xe7\x50\x0b\x40\x63\x88\x8c\xf5\xf4\xd9\xb7\x02\xf2\xe1\x82\xb5\xbd\x96\xab\xe3\x56\x59\xdb\x32\xe1\x64\xf2\x51\x9d\x99\x2b\x8a\x4a\x33\x37\x91\x72\x14\xcc\x0c\x13\xa9\xc4\x74\x33\x73\x13\xc9\x35\x78\x66\x4f\xcf\xa8\x55\x96\xdd\xa3\x4a\x73\x9a\x61\x1c\x15\x99\x35\x33\x51\x48\xca\xd6\x3f\x33\x8c\x9f\xa0\xb4\x66\x86\xd9\x53\xa2\xa6\x99\xb1\x46\xe8\xaa\x9f\x79\x78\x70\xae\xbe\x81\xf1\xd2\x5d\x3a\x4b\x44\x2c\x30\xfe\x66\x96\x08\x47\x60\x5c\xcc\x2c\x80\x0c\x29\x70\x74\x16\xd6\xa8\x4e\x81\x59\x92\xab\x44\xf4\x17\x16\xac\xd2\xad\xce\x92\xfc\xb5\xa4\x1f\x9a\x53\x81\x35\xcf\x42\xd4\xba\xbc\xa2\x67\x61\x5d\xcb\xb1\x6d\x16\x90\x81\x95\x54\x7b\x96\xec\xa9\xf7\xf5\x1a\xde\xd8\x51\xab\xb7\x54\xe7\x70\x54\xe9\xe5\x2a\x39\xfd\xc5\x3a\x27\x06\x73\x16\x9b\x6b\x05\x05\xce\xc6\x75\xc7\x46\x6a\xe4\x4e\x62\x23\x35\xcc\x82\x6c\xa4\x4e\x40\x84\xe0\xa1\xe7\x75\xd8\x05\x63\x27\xed\xbc\xec\xcc\x20\xbb\xe6\x44\x05\x54\x1a\x7f\x08\xee\xdd\x6e\x2d\xbc\xc0\x5b\x11\xce\xd0\xbc\x40\xcb\x12\x10\xc4\x04\x83\x32\x49\x09\x3d\x07\x59\xeb\xa4\xab\x9e\x9c\xfb\x49\xaa\xe6\x89\x2f\x74\x92\x46\x7a\x92\x1a\x3c\x0a\x9a\x66\x72\xee\x6b\x61\x90\x73\xc0\x8e\xf6\x89\x91\x3d\x4a\xbd\x30\x01\x34\x88\x52\x22\x4c\xa2\x6f\x62\xe5\x63\x1b\x39\xb9\x4d\xce\x29\x61\xfc\xe0\xbf\x01\x5d\x7c\xd0\x0f\x2d\xfe\xa4\xff\x26\x7b\xbb\xeb\xbf\xf9\xf7\x2f\x41\x9e\x4e\x42\x34\x8c\x27\x98\xd3\xe3\xfe\x34\x11\x80\x1a\x18\x0f\x3d\x15\x89\x15\xbc\x6c\x9b\x11\xad\x70\xc1\x67\x2b\x4d\xce\xc4\xbb\xe5\xf8\xaf\xe2\x75\x88\xff\xfd\x38\x54\x80\x80\x94\x6a\x13\x9c\x1c\x8d\x0d\xa9\xfd\x34\x32\xd3\x18\x21\xce\x37\xa1\x63\x29\x40\x7e\x4e\x63\x82\x14\x46\x3a\xc9\x2b\x74\xa8\x04\x3b\x92\x95\x3f\x67\x92\xe4\x3b\x56\x06\xc2\x16\xb7\x8f\x89\x96\x76\xac\x74\x59\x4b\x3b\x4a\x79\x32\x49\xaf\xa2\xe9\x04\x23\x41\xbb\x0c\xec\x3e\x9d\xf1\x53\x7a\x31\xbb\x32\xa7\x22\x08\x85\x15\x31\xf1\xc2\xd5\x8d\x00\x6a\x4f\xd2\xad\x38\x49\xe2\xa5\xf3\xc5\x71\x9d\x0e\x9d\xcb\x73\x68\x98\xf9\xaf\xbc\x09\x8e\xfe\x3f\x7b\x27\xfc\xf3\xfa\xb7\xff\x67\xfc\xf5\x73\x1c\xd6\xb3\x9f\xe3\xd0\xbd\x6d\xbf\x4d\xa0\xb5\x47\xb4\xc2\xc2\x5f\x3f\x47\xb4\x13\xfa\xe7\x88\xd7\xf9\xfb\x57\xb2\xd3\xe2\xd0\xed\x6b\x8f\xfe\xfb\x97\x3c\xa8\x0e\x5d\xb4\x3f\x47\x7c\x64\xf8\xb4\x72\xe2\xc3\x3b\x26\x5d\x2a\x02\xe5\x48\xa7\x6a\x4a\x5a\xaa\x51\x81\x97\x87\x4c\x4c\x3f\x47\x8a\x4e\xb3\xd2\x53\x84\xc6\xda\x13\x2f\x14\x0e\xbb\x53\xed\x01\x5a\xae\x28\x0f\x14\x9c\x11\xff\xfa\x09\xa7\xf1\x21\xf6\xe8\xbf\x7f\xe9\xe4\x08\x67\x85\x62\xd7\x92\xbc\x9b\xc3\x69\x92\x81\x3d\xea\xef\x5f\xca\xeb\x1f\xce\x5b\x25\x9f\x3a\x1a\xa3\x36\x5d\x08\xc6\xe2\xda\xe3\xb2\xb9\xb0\xb7\x64\x2e\xb5\x87\x7d\x67\x63\x10\x22\xef\x44\xd2\x71\x5b\xfd\xf1\xbd\x44\x79\xfd\x24\x48\x7f\xfd\x84\x74\xa8\x05\xba\xde\x15\x5a\x19\x12\xad\x4c\xd6\x4a\xe1\x83\x07\x5d\xae\xf6\x78\x4d\x0e\x37\x4a\x2e\xaf\x51\xb2\xdd\xc7\x72\x90\x0d\xd9\x98\x59\x7b\x44\x93\xce\x6c\x44\x72\x83\xd2\x6c\x53\x76\x51\x6c\x91\xd8\x23\xca\xfc\xfb\xd7\x4f\x18\x4d\xad\x26\x16\xbf\x0a\xaf\x3c\x08\xda\xd4\x1e\x2f\x34\xeb\x8b\xfc\xf0\xed\xf1\xc2\x54\x59\x69\x8a\x93\xb7\x47\x85\x66\xdf\x6a\xdb\xdb\x23\xfe\xfe\x25\xc8\xa0\x30\x8f\x06\xe5\x36\x11\x9a\x77\x1e\x28\xe3\xf7\x2f\xe1\xea\x84\x69\xcc\x91\x3d\x9a\x31\xda\x41\x94\x29\x8a\x2d\x3d\xb9\x49\x04\x39\x64\xd9\xa3\x18\x45\x25\x07\x4a\x36\x89\x5a\xe2\x5a\x90\xef\xfb\x4f\x90\xab\x96\x10\x32\xc2\x8c\xb4\xc7\x64\x6b\x89\x64\x61\x46\xca\xb1\xf5\x24\xfd\x44\x50\xd0\xae\x3d\xac\xf6\xac\xba\x62\x87\x72\xd9\x3b\x50\x68\xb3\xed\x53\x71\xe8\x61\x26\x8d\xe5\x34\x19\x44\xfc\x73\x98\x89\x5e\x98\x18\x2e\x26\x38\xcc\x44\x7b\x8c\x49\x96\x7a\x3a\xcc\x9c\xa0\xb4\xdf\xbf\x2a\x7d\xcf\x17\x14\xfb\x2a\xa9\x1c\xdb\xe0\x3f\x41\x9b\xbb\x51\x7b\xa1\x64\x3b\x5e\x75\xe3\x84\x59\x68\xa1\x2d\xdf\x56\x54\x72\xa5\x3d\xb6\x54\xa4\xcf\x08\x02\x57\xb1\x47\x93\xf5\x57\x05\x55\x2a\x93\x08\x7e\x68\xdd\x28\x58\xed\x27\x90\xfb\xe4\x08\x1a\xa2\x46\x51\x52\x96\x29\x1b\x69\x98\x8d\xb7\xa4\x18\x13\xb6\x4d\x98\x9d\xb7\x24\x3c\xcb\x9c\x1f\xe4\xc0\xff\x13\xa6\xb8\x10\x31\x55\x61\x5e\x0c\xb7\xc4\xe5\xc8\xdc\x5e\x8c\x37\xb8\xd6\x4d\x5d\x36\x56\xc5\x1e\xe0\xa4\xab\xf5\x17\x63\x67\xbb\x2e\x1c\xbc\x75\xd3\x7a\xf9\x0f\x48\x03\x15\x04\xed\x62\x8f\x53\x9e\x24\x5a\x5e\x0f\xed\x7a\x4c\x4e\x3a\x18\xe3\x87\x95\xf2\x5c\xbf\x7f\x45\x69\x1f\x83\x12\xa7\xda\x63\x9a\x34\x55\xf4\xe1\x4b\x59\x26\xa1\xa5\xc8\x62\x79\x69\xfd\x6b\x57\xbd\x12\x5f\xc4\x43\x2b\x3c\x1e\xba\xd4\x8c\x11\x88\x87\x5d\x5e\xf6\xa8\x9c\xee\x49\xb4\x06\xad\xfb\xde\x8f\x87\xdd\x5f\xf6\xc0\xeb\x5f\x94\x07\x0a\x90\x53\xa2\x0c\x28\x44\xb4\x1a\x45\x27\x62\x3c\x64\x1a\x32\x41\x22\x1e\x76\xa9\xdb\x43\x03\xca\x3b\x2f\x14\x80\x87\x8c\x12\x68\xa3\x1d\x40\x12\xda\xe2\x11\x69\x8f\xad\x68\x85\xde\xdb\xc8\x88\xd2\xb9\xd9\x8b\x7a\xd2\x6f\x68\x62\x73\xca\xa1\xd2\x3b\xa5\x23\xde\x2a\x0a\x3b\x1e\x17\xdf\xca\x57\x33\x36\x7a\x33\x79\x6f\xfa\xb5\xd6\xff\xfa\x89\x27\x23\x73\x5a\x3b\xc4\xb9\xc4\x53\xf3\x15\x4f\x29\x1e\xab\x7c\x8d\xa3\x3c\x5b\xec\x01\x4b\x64\xab\x32\xca\xc1\xc5\x1e\xb4\xc4\x78\x9b\x78\x6a\xca\xe2\x49\xe2\xd4\x62\xeb\x32\xc6\xa6\x11\x8b\xcd\x6e\x72\x13\xce\x62\xec\x1a\x55\xb9\x56\x28\x34\x34\x0d\x1b\x18\x7b\x4c\xdb\x19\xcd\x28\xb6\x21\xed\x11\x7f\xff\x92\x4b\x5f\x52\x78\x93\x3d\x92\xb1\x5f\xc6\x12\x24\x49\x93\xf6\x78\x74\x1f\x17\x91\x5e\x48\x8c\xb4\x3e\x54\xe3\x93\x20\x5c\xe5\x01\x97\x04\x7c\x6c\x0f\x3b\x96\xb6\xd7\x08\x97\xe9\xff\xdf\xfd\x9a\x84\x48\x62\x8f\xfa\xfb\x97\x0c\x11\x49\xe1\x47\xf6\x48\x46\xb1\x9a\xa7\xd6\x41\x12\xec\xab\xbc\x56\x93\x62\x74\xec\xa1\x7d\x9b\xf5\xd2\x54\x5b\x84\x6e\x84\x87\x75\x66\x8d\xe5\xc3\x79\xa3\x6e\xa4\x12\x45\xb2\xe3\xa5\x6a\xb5\xe6\xe3\x0e\x22\xdd\x76\x2f\x28\xc8\x2e\x9f\xc6\x86\xd9\x43\x86\x7c\x19\x42\xb3\x9c\xa6\xec\xa1\x4b\xdd\xd8\x88\x7c\xda\x72\xb6\x87\x0e\x14\x99\xb9\xf2\x19\x5e\xd1\x14\x6a\x1c\x84\x39\x9f\xe5\x56\x65\x0f\xdc\x22\x4e\x7d\x1b\x2b\x34\x3b\xd5\x64\xd7\xcb\x67\xe1\x53\xbb\xd6\xa4\x24\xca\x67\xeb\xa2\xd8\x59\x24\x0f\xa9\x2c\x77\x29\x7b\x18\x2f\xa3\xe4\x7a\xf9\xbc\x69\xac\x3c\x72\xa5\x1b\xca\x5a\x61\xf6\xd0\xf1\x1c\xf4\xe1\xa4\xa8\xa9\xa2\xf2\x5f\x3f\x59\xde\x52\xf6\x90\x7a\xb7\x89\x52\xa0\xd8\x5d\x60\x5c\x78\x0e\x36\xe4\xf6\x08\xbf\x7f\x29\x51\x58\xe6\xee\xcf\xba\xfb\x4f\x39\xe2\xe4\x10\x35\x80\xc1\xee\x96\x22\x07\x96\x1c\x74\x8a\xe7\x90\x75\x63\x04\x15\xa5\x6b\x3c\x07\x3b\x97\xa3\x82\x45\x72\xa8\x37\xa4\x47\x6c\xbf\x3e\x6c\x34\xca\x0e\xe4\x2e\x5b\x54\x0e\xad\x42\x62\xe0\x93\x48\x7c\xd8\x7c\xe0\x6d\x90\xc3\x45\xc3\x2e\x1a\x06\xe9\x85\x64\x03\x2a\xef\xca\x1c\x06\x6d\x15\x13\xa0\x3b\x3a\x87\x49\x5b\xe7\xfc\xfd\x4b\x3c\x40\x8e\xda\xb9\x39\xda\x70\xc8\x2b\x2f\x47\x9d\x5f\x39\x1e\xdc\xb6\x36\x7c\xd1\x6e\xc3\x9f\x2c\xc7\xab\xa0\x88\xe9\x1c\xc5\x4f\xe5\x68\xcc\x88\x60\xd4\x72\xac\x15\x8a\xb8\x27\xcd\x20\x9b\x36\x6b\xd3\x96\x60\x9c\x76\x16\x7b\x67\x0f\x3b\x51\x64\x25\xcb\xf2\xcd\xb1\x47\xd1\x3e\xb2\x76\xa6\xa9\xb2\xd2\xb4\xdb\x53\xe8\xb7\x39\xeb\x92\xcb\xb9\x5a\x43\x85\x00\x91\x33\x1f\x66\xfb\x30\xca\xb6\x90\xc5\xf1\xd8\x23\x19\x49\x2b\xb2\x1c\x1a\x99\x62\x47\x6e\x54\xfe\xa0\x5c\xc4\x3e\xe4\x62\xec\x43\x92\xa5\x3a\x17\xf1\x42\xb9\x88\x17\x3a\x15\x1f\x99\x8b\xee\xaf\x5c\xa4\x62\x08\xe2\x77\x73\xb9\x29\x4d\x7e\x11\x51\x3e\x8a\xb9\xea\xa6\xc8\xd5\x6e\x8a\x2a\x39\x27\xd7\x23\x42\x4a\x12\x26\x44\x3a\x35\x1d\xf5\xd4\x74\xd8\x3e\xce\x35\x40\x32\x8e\xa7\xe8\xd6\xc9\xb5\xf2\xa1\xad\xa0\xa2\x10\xe7\x5c\xbb\x46\xb1\x76\x1b\x45\x05\x03\xe4\x16\x35\xfa\xcd\x98\x9e\xc8\x6e\x6f\xaf\xde\x6a\xaf\xb1\x97\xb2\x10\xe6\xc6\x3e\x68\x53\x9e\x86\x26\x29\xe6\x7e\x8a\xd4\x4d\x0a\x92\xfe\x3e\x77\x36\x67\xb7\xcd\x29\xed\x7c\xee\x09\x0a\xd1\xaa\xa7\x8d\x74\xcf\x90\x8c\x9b\x09\xa7\xd6\xe0\xc5\xe6\xbf\x6c\xf3\xd7\xa0\x05\x7d\x47\x91\x6e\xc9\x38\x81\xa5\x73\x27\x2d\xdf\x5b\x4a\xdb\x78\xf2\x9e\x4e\xb4\x7c\xdb\x89\x26\x8f\xf8\x7c\x53\xfe\x9d\xd5\x08\x28\x17\x94\x5b\xf3\x61\x8d\xb8\xd9\x1c\x32\xfa\x49\xb9\x9f\x6f\x46\x06\x2b\x5c\x95\xd0\x9a\xef\x57\x67\xd7\xfd\x76\xdb\xc6\x76\x63\xe5\x7b\x68\x9d\xdc\x26\xbc\x27\xc5\xe5\x65\x99\x80\xec\x61\x97\xfb\xa9\xeb\x29\x3f\x2c\xfc\xc7\x16\x7e\x94\xdf\x52\x96\x43\xaf\x3d\x4e\xb5\xa2\x8a\x94\x21\x21\xa6\x07\x91\x06\x24\xf4\x11\xfa\x30\x6b\x39\x09\xd1\x38\x88\x1f\xcd\x82\x4a\xb5\x47\x36\xb9\x48\xb3\x21\x74\x4c\x7b\x5c\x3a\x40\x29\xbf\xd2\x0a\x3b\x2f\x0a\x1b\x44\x88\x11\xf6\x50\x2b\xd4\x73\xa5\x19\xb2\x47\xd2\xf9\x69\x55\xca\x07\xdc\x1e\x5a\xad\x15\x1a\xdd\x54\xe6\x54\xe1\xe0\xe7\x71\x68\xc9\x0d\x5b\x9f\x02\x12\xc9\xc2\x31\xb7\x87\xbd\x23\xa3\x5c\x16\xac\xa9\x3d\x6c\x0c\xe5\x89\x9c\xe5\xd9\x6d\x8f\x26\xa7\xaa\x02\xed\x85\xc6\xf9\xaf\x7b\x42\x40\xc8\xf6\x20\x1c\xcf\xda\x3a\xb8\x74\xe4\xd7\x8d\x9a\x2c\x8f\x9b\xd2\x4c\xe0\x0a\x42\x3b\xca\xca\xb4\x65\x8f\x60\xa3\x6f\x02\x70\x56\x26\x2d\x7b\x68\x3d\x89\x23\xc9\x4a\xd0\x6f\x8f\x2c\x93\xb0\x51\xd8\x44\x33\xd8\x50\xe4\xad\x1b\xfd\x9f\xef\xe1\x2c\xd1\xc2\x1e\x38\xf5\xd9\x4c\x4c\xce\x62\x98\xe3\x64\x7c\x76\x16\x57\x6c\x0f\x5c\xa8\x54\x15\xe7\xee\xbc\xb4\xa1\xa2\x48\x0f\x1f\x4a\xf3\x18\xe4\xfa\x50\x0e\x4d\x4e\x39\x6c\x72\x80\xf5\x28\xf2\x29\xb6\x87\xed\x3b\x25\x32\x2a\xa7\x78\x93\x72\x1a\x6f\xd2\x95\xa0\xb7\x9c\x05\x92\xbc\x52\xa5\x46\x29\xa7\x89\xef\xf6\xf0\x31\xb6\xd7\x82\x0e\x97\x12\x64\x32\x8a\xd2\x82\x97\xa0\xfb\xbf\x04\xa9\x95\x6c\x83\x96\x60\x7b\xdc\x1e\xb7\xf1\x47\xb6\x8d\x4b\xd0\x54\x97\x60\x23\x16\x15\xaa\x55\x82\xa4\x9b\x12\x92\x66\xdf\x4e\xc7\x12\x32\xc5\x9b\x04\xa3\xd4\x2a\x25\xe8\x1c\x2f\x81\x73\xdc\x24\x80\x12\xe8\x63\xc0\x96\x6b\xe2\x5e\x09\x12\x13\x4b\x20\x9a\xcc\x06\xac\xc4\x53\x6f\x45\x9b\x34\x00\x24\x8b\xa4\x64\x7b\x58\xb3\xa4\x93\x29\x31\x25\x91\x24\x61\x45\xd5\x18\xe9\x76\x1c\x12\x7b\xed\x0e\x2f\xe8\x07\x8a\xf4\xeb\x51\x8c\x62\x49\x9a\xfa\x92\x6c\xe9\x76\xdd\x2f\x25\x55\x48\x55\xa3\x6a\x57\x55\x49\xf7\x2d\x92\x49\x13\x49\xae\x0f\x25\x4d\x35\x42\x9a\xd7\x4c\x8d\xd9\x8e\x3b\x7b\x98\x18\x22\x6d\x47\xc9\x4c\x47\x96\x9b\xba\xe2\x11\x4a\xd6\x25\x57\xb2\x89\x5a\x20\x50\x94\xdc\x78\xcb\x18\x4b\xd2\x05\x95\x2c\x56\xba\x64\x3b\x9e\x30\x33\x17\xf9\x7c\xda\xc3\xb8\xf0\x43\xb1\xc0\x25\x4b\x2f\x52\xb2\x71\x30\xb8\xe5\x95\xfc\xdc\x90\x4c\xf2\x91\x83\x4b\xc9\x43\x33\x9b\x6d\x44\x84\xc2\x58\x8a\x0e\xc2\x52\xec\x20\x8c\xca\x76\x52\x8a\x78\xd1\x52\xe4\x20\x7f\xea\xac\x2f\xe5\x85\x26\x25\x44\x90\xef\x71\x29\xba\x1f\x8b\x54\x9a\x67\x10\x13\x5a\x0a\x63\x5d\xb4\xc4\xa2\x5c\x6c\x4a\x99\x6a\x6e\x99\x0c\xa3\x28\x03\x8a\xc9\x51\x62\x30\x4a\x35\xf1\xe5\xa7\x54\x63\x59\x8b\xc0\x58\x0a\x97\x5c\xd1\x25\x87\xbf\x5d\xa9\xda\xb1\xa5\xda\x8e\x0d\x0a\xc5\x29\x95\x35\x50\x6d\x0d\xe8\x78\x29\x55\x47\x68\xa9\x62\x72\x15\xe9\x51\x6a\xa1\xf4\xea\xa0\x96\x46\xaa\x0d\x52\xb7\xad\xde\x55\xba\xe4\x87\x52\xad\xff\x45\x46\xda\xd2\xc4\xa3\x15\xe9\x64\xab\x38\xd5\xd2\x74\x52\x95\x66\x27\x55\xd5\xdd\x51\xda\x0b\x49\x2e\x07\x8a\xa8\x2b\x9d\x25\xd0\x6d\x09\xf4\xa0\xed\x27\x77\x38\x7b\x0c\x8d\xab\x09\x99\x45\x3e\x5c\xf6\xb0\x9b\x56\x3a\xe6\x72\x89\x2f\x2d\x97\xf8\xd2\x20\x2f\xe9\x22\x07\x28\x7b\x70\x7a\x99\xbc\x56\x6e\x31\xd6\xe5\x96\xb4\x18\x85\x86\x5a\x6e\xf1\x9d\xe5\x96\x12\x38\x4a\xe9\x5d\xee\x93\xf7\x50\xd8\x4a\x13\x54\x6e\x5d\xd4\xe5\xb6\x8b\xba\x4a\x39\x55\xe4\xce\x63\x0f\xa0\x42\xad\xa7\xb7\xe4\xf7\x72\xdb\x8e\x6d\x4a\x5b\x58\xb8\x25\xcb\x6d\xc2\x7a\x17\x52\x58\x91\x43\x8a\x3d\x58\x2e\xc6\x08\x94\x9b\xd5\x28\x57\x91\x2e\x4b\x7a\xb9\xc5\x60\x95\xdb\x6e\x16\x40\x13\xca\x3d\xb4\x40\xef\xa1\x05\xda\x55\x25\x6b\xe5\xb6\xb5\x82\x3d\xbe\xdc\x93\xb6\x1a\xff\xd6\x15\x0d\x54\xee\xc9\x87\xd3\x18\x60\xb9\xe5\x17\x65\xae\xb0\x87\xcd\x9d\x94\x5b\x45\x2e\x14\xf6\x30\xd6\x40\x49\xec\xcb\x13\x2a\x24\xbb\x2b\xa2\xce\x90\x27\x0c\x48\x5a\x8b\xda\xbe\x02\x44\xb4\x07\x26\xdc\x20\xd2\x0b\x49\x3a\xe2\x43\xc5\x67\xad\xa9\x47\x66\x4a\x31\x6f\x45\xc1\xd6\xf6\x50\xa0\x85\x16\xb1\x00\x99\xec\x81\xcb\x98\x2d\x0d\x01\xea\xd8\x83\x4c\xdf\x22\x49\xbc\x2a\xc2\x78\xa9\xc2\x5a\x29\x32\xe6\xda\xe3\xb5\xc1\x0f\x36\x38\xca\xf1\x60\x8f\x62\x83\x63\x92\x4e\x51\x0e\x72\x7b\xd8\x5b\x4a\x46\x53\x84\x1d\x62\x8f\x2a\x92\x75\x5b\xd1\x6d\xf6\xb0\xe9\x90\x1f\x78\x11\x56\xb4\x3d\x40\xcb\xb4\xfb\xbc\x4c\xc6\x50\x6a\xed\xae\x0c\xa6\x45\xe8\x91\x3f\x45\x09\x18\x48\xd3\x5d\x91\x0e\x2b\x1a\x08\xc4\xc3\x8a\xee\xa0\x1e\x72\x7f\x0b\x3a\xcb\xea\x61\xd7\x80\x3d\x74\xb3\x28\x53\x45\x3d\xc4\xf0\xd4\x43\x0c\x4f\x3c\x8c\xd7\xaf\x87\x76\x4a\x3d\xe4\xc8\x1f\x15\x28\x5b\x8f\xcc\x7b\xb2\xbd\x10\xd8\x52\x0f\x31\x38\xf5\x10\x83\x13\x8d\xd7\xfb\xd3\xe5\x5c\x8f\x4a\x53\x65\xfa\x12\x36\x5e\x3d\xee\x24\xd2\x6d\xf7\x83\x57\xf6\x50\x99\x31\x3b\xd5\xdb\xfe\x42\x92\xe3\x6f\xe9\x76\xc2\x56\x49\xb0\xf6\xb8\xe4\x58\x2f\xd2\x09\xc9\x06\x2c\x4a\x6f\x50\xd1\x55\xd4\x53\x77\xf8\x79\xda\xda\xac\xa7\x76\x43\x95\x74\x99\x64\x80\xab\xa7\xce\xd3\x7a\xea\x3c\x3d\x75\x04\xd6\x53\xab\xba\x9e\xb6\xaa\x73\x34\xe6\xa9\x06\xdd\x79\x35\x9c\x1c\xb1\x0d\xda\x80\x36\x19\x9b\x6a\xb4\xa0\x8e\x06\x52\xb2\xdb\xe5\x55\x83\xb8\x84\x1a\x8c\x4b\xa8\x5a\x3f\x15\xb9\xb1\x4a\x6e\x6c\x8a\x9f\xac\x41\x2b\xb6\x4a\x48\x24\xb7\x7b\x0d\xba\x70\x6a\x90\xee\xe6\x14\x80\x41\x0d\x97\xc6\x23\xc8\x65\x25\xc8\x89\xb1\x06\x46\x32\xd8\x48\x16\x29\x9e\x6a\x18\xea\x7c\x90\x19\x54\x00\x0b\x35\x4a\xa2\xad\x91\x5d\xa2\x58\xe2\x1a\x75\xd4\x54\x82\x64\x4e\xdd\xb5\x35\x16\x7f\x6f\x8a\x2f\x35\x39\xaa\x46\x2d\xdb\xaa\xe8\x97\x22\xcb\x5a\x55\x54\x8a\x3d\xa4\x0a\xb5\xfb\xb7\x26\xc6\x03\x53\x77\x53\x58\x4f\x45\x32\xac\x92\x0c\xa3\xce\x8c\x2a\x63\xb5\x3d\x6e\xdb\x03\x26\xf3\x55\x99\x02\x7e\x6a\x32\x11\xa2\x4b\x1a\xae\x32\x5c\xdb\xe3\x51\x18\x92\xca\x97\x32\xa1\x26\x14\x9b\xd2\x34\xd7\xf4\x52\xa7\xed\x8e\xaa\x2c\xde\x55\x36\x59\x7b\xd8\xc2\x92\xef\x64\x4d\x52\xad\x54\x09\xa0\x81\x79\x97\x49\xd6\x1e\xba\xba\x8f\x08\xed\x81\xf6\xda\xf2\x50\xfb\xb3\x34\x37\x35\x9f\x88\x14\x5d\xb4\xa0\x3e\x29\x96\x24\x0a\xce\xa2\x2a\x7a\xc4\x1e\x36\x7b\x76\xca\xd6\x1c\xf9\x30\xea\xfc\x0c\xa2\x54\x28\xc6\x6c\x2b\xcc\xb1\x66\x89\xe0\x35\x9b\x40\x52\x84\x8b\x5b\x73\xe2\x2d\xdb\x8b\x55\xc2\x43\xcd\x85\xfa\x6c\xb2\x82\x90\x88\x6a\xee\xea\x63\x36\xbe\x1c\x40\xcf\x9a\xa5\xbd\xad\xb9\x13\xf0\x69\xd3\x96\x2f\xfa\x78\x61\x4f\x52\xb3\x2e\x3e\x94\x42\x57\x00\xe2\x15\x26\xa6\x8a\x89\x09\x62\x58\x2a\x0c\x4b\x15\xc3\x42\xe0\x4d\x55\x44\x8b\x3d\x14\xcd\xa2\xb1\x29\x9c\x35\xc5\xf8\xb5\xa4\x14\x28\xb5\x70\x84\x14\x1d\x21\xe8\xd8\x6a\xa9\xbc\x56\x71\x86\x8d\x22\xdd\x90\x6c\x72\xe5\x3a\x51\x8b\x4c\x19\xb5\x00\x2b\xac\xbd\x5f\xa4\x0b\xac\x45\xeb\xff\x50\x98\x4e\x2d\xd2\x22\xd6\xf2\x0c\x6b\xac\x46\xac\xb0\x04\x8a\x2d\x81\x28\x8f\x97\x8a\xa0\x5e\xeb\xa1\xb3\x45\x8d\xad\x52\xce\xd6\x8a\x72\x56\xb6\xc2\x5a\x39\x35\xaa\x9d\x1a\x55\x5e\xa5\xb5\xca\x72\x51\xab\xcc\x81\x72\xc5\xaf\x55\x46\x88\x5a\x8d\x01\x21\x28\xa7\x56\x9d\xec\xb5\xea\x64\x97\x08\x53\xab\xae\xaa\x5a\xed\xaa\x6a\xb2\x1d\xd6\x9a\x29\xcb\x76\x5c\x97\xd2\xac\x22\xf5\x57\x49\xfd\x49\x1e\x8d\xb5\x32\x49\x55\x93\x74\x2a\x0f\x41\xad\x37\x85\xdd\x3a\x80\x78\xed\xa1\xad\x72\xe0\x0c\x8a\x5f\xad\xf5\xa1\xb4\x07\x66\x44\xf3\x54\x25\x29\xd7\xfa\xc2\x64\xd0\xa9\xa1\x35\x55\x87\xd6\x94\x06\xad\xb1\xd4\x1b\x00\x69\x4d\x24\xb1\x2c\xb5\xd9\x52\xaf\xca\xf1\x52\x9b\xa4\xdb\xda\x6c\x01\x12\x7a\x59\x5b\xd3\x62\x6c\x36\x5d\x5d\x10\x81\xb5\x75\x15\xdf\xba\x71\xae\xb2\x2b\xd7\xc6\x41\xdb\x1e\x62\x9c\xec\x52\xab\x52\x62\xfc\xd4\x26\x17\x83\x33\x68\xd4\xda\xa0\x4e\x99\x3f\xad\x5b\x46\xe3\xf4\x6d\x0a\x68\x3b\xe5\x77\x55\x3b\xc7\x6f\xe7\xf8\x15\xc7\x56\xbb\x58\x88\xda\xe5\xba\x16\x94\x4a\xbf\x76\x89\xf6\xb5\x27\xb2\xa5\xdb\xc0\x75\x6e\x2b\x85\x07\x11\x2a\x54\x15\xb5\x63\x0f\x99\x8a\x95\x04\xb0\x76\x49\x43\xb5\x9b\x34\x44\x48\x62\xed\x37\x5f\x2a\x78\x5c\xa1\xdd\xb5\xbf\x6a\x2f\xb1\x2b\x5d\x77\x4a\x17\xef\x54\x15\x66\x52\xa5\x9c\xaa\x9d\xe3\xa6\xdb\x71\xd3\xa4\xe5\xaf\x97\x78\xbf\x7a\xd9\x8a\xeb\x32\xa0\x56\xb8\xd0\x2a\x2e\x34\x49\x8f\x5d\xaf\xa2\xe2\x15\x39\x91\x15\xe1\x51\x2f\x89\xe8\xf5\x92\x88\x1e\xe4\x17\x5e\xaf\xf2\x40\xd3\x6d\xda\x4e\x95\x26\xd5\x5d\xbd\xe4\x14\x17\x65\x48\xaf\x97\xb4\x8c\x55\x71\x14\x35\xe7\x7f\xe1\x9e\xbe\xba\xe6\x48\x41\x10\x51\xfe\xf2\x55\x91\x0e\xf6\xc0\x54\xaf\x61\xb8\xb8\x5b\x2f\xee\x56\xb9\x7f\x55\x85\x2d\xd8\x03\x17\x86\xa8\x06\x48\x8d\x5b\x15\xaa\x00\x16\x6b\x95\xcf\xbf\x3d\x4e\x5b\x65\xdd\xba\x28\x4e\xd4\x1e\xd5\xce\x11\x9d\x6f\xf2\xec\xb5\x07\x15\x98\x00\x5e\x9f\xa8\x19\x12\x02\x4b\x96\xa3\x75\x55\x24\xb6\x3d\xba\x0a\x83\xa4\x1e\x08\x9b\xbf\xca\xc2\x53\xe1\xfc\xaa\x38\xbf\xa4\x54\x31\x55\x20\x2d\xf6\x50\xf9\x41\xeb\xff\x81\xd5\x50\x6a\xe7\xd4\x74\xd2\x3f\x83\xc2\xac\x35\x59\xae\x96\xf5\xa5\x15\xca\x7a\xd6\xe4\x09\x51\x5f\xca\x7f\x29\xdf\xd8\xff\xfa\x72\x80\x92\x62\xea\x90\x17\x46\x1d\x1c\x2d\x40\x20\x9c\x41\x03\xa9\x94\x53\xf6\xd0\x00\x89\xab\x18\xac\x57\xa5\x98\xc9\xf2\xe0\xae\x43\xa2\x61\xc5\xcc\x4b\x08\x41\x9d\xb4\x43\x26\xcd\xd6\xb4\x49\x26\x8b\x1f\xd0\xe2\x24\x0b\x42\x9d\xdc\x1d\x82\xf3\x6a\x4d\x5c\x16\xe6\xc8\x2a\x73\x64\x4f\x0d\x52\x87\x64\xec\x93\x14\xc6\x75\x72\x44\x63\x6b\x3c\xe5\xfa\x54\x27\x07\xb2\x60\xbc\xda\xc9\x6b\x17\x75\x5e\xa7\x95\xaf\x7e\xca\x4e\x67\x8f\x5b\x6f\xd9\x08\x61\x9b\xab\xb2\xcd\xb5\x53\x3d\x9f\xdc\x27\x02\x2e\x89\xdc\x60\xf3\xa5\x4a\xe3\xb7\x3b\x2c\xc5\x84\x8f\x51\x96\xa3\xa4\xb0\xaf\x2a\x57\x09\x7b\xe8\xe2\x3e\x75\x71\x4f\x96\xcb\xb4\xe5\x92\x3a\xaf\x4d\x7a\xa9\xb8\xc6\x20\x65\x43\x9d\x32\x72\xd5\x29\x23\x57\x90\xa5\xa4\x61\xb4\x6b\x32\xda\x55\x69\xe6\xda\x11\x6f\x91\xc0\xdf\x94\xf4\xd0\x0e\x71\x28\xed\x30\x0e\xa5\x29\xa1\x60\x3b\x74\xaf\xb5\x43\xf7\x9a\x38\xe3\x76\x34\xbe\x44\xad\x6f\x87\x63\x3b\x74\x12\xb6\xc3\x76\x42\x90\x19\xb7\x9d\xd9\x46\xbb\x9d\xb8\x68\x4b\x11\xde\xe4\xc2\x60\x0f\xcd\x80\xf1\x31\xed\x94\x39\xaf\x9d\x36\xda\x49\xba\xeb\x76\xea\xf8\x69\xa7\x8e\x9f\xa0\x00\xc0\xa6\x00\x72\x7b\x68\xe3\xe7\xa8\xd2\xd4\xf9\x26\x93\x49\x53\xda\xcf\x26\x7b\x87\x3d\xee\xdf\xbf\x82\x80\x93\x5b\x90\xc8\xd2\x82\x44\x16\x99\x01\x5b\x10\xbb\xdf\x82\xd8\xfd\x53\xfe\x6a\x4d\x61\xe5\xf6\xe8\x0a\x83\xd6\x97\x05\x92\xa2\x41\x83\x32\x17\xb7\x20\x1b\x5c\x0b\x4d\x3c\xa2\x09\xe8\x2d\x6a\x0d\x35\x05\x53\x07\x29\xa6\x5b\xd2\x55\xd4\x92\x5c\x5f\x0f\x45\x0b\xb5\x2c\x9e\xb9\xe5\xa0\x8e\xda\x91\xd0\x32\x15\xe4\xa2\x3a\x35\x51\x59\x9a\x83\x96\xa5\x39\x68\x0a\xa8\x6d\xb2\x08\xd8\x43\xde\x00\xc6\xe0\xb4\x22\x53\x55\x2b\x38\x9c\x28\x37\x4e\x2b\xba\xae\x9b\x98\x13\x1b\x22\xab\xb4\x48\x79\xd0\x8a\x6c\x55\xf2\x00\x68\x45\xb7\x6e\x2b\x76\xeb\x36\x31\x68\x0d\xc3\x40\x93\x61\xc0\xba\xfb\xd7\x4f\x93\x41\xc0\x1e\xf1\xf7\xaf\x28\x60\xd5\x56\xa5\x7a\x6c\x1e\x36\x2b\x37\x23\xbb\x2d\x45\x93\x8f\xcf\x21\x0c\x81\x56\xa5\xf2\x6d\x15\x95\xaf\xa2\xf1\x5a\x9d\x7c\xab\x9c\x26\x41\xee\x0a\xad\x89\xe9\x6c\xba\x90\xcf\xc0\xcc\x34\x29\x5c\x5a\x3b\xad\xab\xb2\xb1\xb7\x26\xb9\xce\x66\xee\xf7\xaf\x5a\xaa\xde\x92\x58\xd7\x1a\x7a\x6c\x89\x2e\xad\x55\x68\xb2\xb1\xe8\x10\x6b\x4d\xbe\x25\xad\xb5\x20\x2f\x19\xeb\x43\xbb\x29\xff\x06\x55\x53\xbd\x6f\x0f\xaf\x49\x7b\x2b\x06\xa6\x35\xf1\x5f\xad\x19\xe7\xd1\x15\x9e\xd0\xda\xe4\x2d\x69\xdd\x0f\xc1\x89\xb7\x2e\x8d\x51\xd3\xb5\x9d\x94\x20\xa5\x75\x79\x89\x34\xd9\x2a\xce\x43\xb1\x46\xad\xcb\xdc\xd0\xba\x6c\x8d\xa7\xf0\x44\x5a\x97\x1d\xa1\x75\x94\x46\x41\xeb\xb9\xcb\x6e\xd0\xba\xec\x06\x41\x10\xf7\xad\xb3\x63\xba\xbc\x50\xa3\xa2\x70\x5a\x7f\x79\xcf\x0e\x92\xa6\x6c\x16\xad\x4f\x5a\x22\xaf\xcd\x53\xb9\x41\xdb\xc5\x14\x5e\x36\x85\x41\xc6\xd7\xa6\x70\x49\x7b\x18\xa7\xa3\x48\x8b\x76\xc9\x7c\xd1\x2e\x5b\xfe\x80\xd4\xb5\xab\xf2\xa1\xbc\x74\xe4\x0a\xd8\xae\x97\x0f\x15\xf1\x72\x28\x98\xa8\x29\xfc\xcd\x1e\x59\xd1\x42\xc6\x05\x37\x5d\x78\xf6\x30\x66\x59\x26\x99\x76\x4b\x3d\xd6\xee\xa4\x0b\x4d\x13\xa3\xa8\x2a\x7b\xc8\x8b\xec\xa8\xe5\x8f\x57\x76\x53\x80\x93\x3d\xb4\xe0\x93\x16\xda\xdd\x1b\x34\x98\xc0\x64\x8d\xc2\x78\xd1\x64\xbc\x68\x4a\x1f\xd2\x1e\x76\x19\xe9\xbc\x8e\xa0\x46\x29\x6b\x80\x3d\xf2\xef\x5f\xbd\x68\x79\xcb\x44\x61\x0f\x31\x69\x52\x8a\xb4\xe7\x82\x66\xcc\x6b\x10\xf0\x6f\x53\xd6\x27\x7b\x18\x1b\xd8\xaa\x2a\xe0\xbc\x12\x36\x60\x92\x39\xa9\x3d\x3a\xbe\xdb\x33\xb4\x32\x72\x10\x89\x96\x8d\x57\x24\x7b\x4b\x19\x7a\xed\xc1\xae\xd0\x72\x57\xd6\x7d\x7b\xd4\xdf\xbf\xc8\x8f\xd3\x5e\x3a\xf0\x5a\x07\xba\x04\x84\xa6\x0c\xef\xf6\x98\x22\xd9\xa0\x0a\xda\xc8\x1e\xc9\x48\x3a\x0d\x07\x3b\x96\x5c\xdb\x87\x64\xaa\x86\x06\xa7\x49\x83\x73\x9e\x0a\x71\x6c\xb2\x78\xd8\x43\xea\x0f\x46\x68\x88\x87\x6f\x43\x6e\x32\x51\x50\xc2\x6d\x70\x08\x0b\x9a\xb4\x49\xe9\xd5\x06\x27\x9d\xd4\x3b\x64\x76\x68\xf2\x88\xb4\x87\x6c\x5d\x26\x14\x36\x3c\x03\x1a\x09\x61\x0f\x4e\x98\x49\x47\xe5\x56\x75\x1e\x4d\x1b\x7b\x72\x84\x01\x38\x1f\x84\xd0\xd6\xf0\x4f\x6a\xc0\x7d\x06\xe1\xa9\xb5\x99\x79\x2f\xe3\xd6\xa3\x9d\xa2\xcb\xdf\x1e\x78\x7a\x51\x07\x67\xdd\x24\xd2\x4c\x9e\xf5\xfd\xd0\xa9\xd0\x0f\x3b\x15\xb2\x9a\xd2\x0f\x71\xca\x5d\xf7\x5a\xd6\x76\xef\x87\xb8\xfd\x7e\xf4\xb6\xa2\xfa\xfb\x61\xc2\x86\x3d\x64\x9a\x3f\x45\x12\x57\xdc\x0f\x9b\xda\x26\xd8\x92\x7e\x68\x27\x76\x81\xba\x34\xf9\xb8\x75\xb9\x96\xd8\x03\x93\xb7\x0d\x52\x97\x93\x81\x3d\x64\x4b\x4e\x26\x26\xf4\x33\x5e\xd0\xb4\xff\x85\xab\xd0\x85\xee\x62\x0f\xe2\x2a\x8d\xa9\xe8\xa7\x76\x54\x3f\x6d\x60\xaa\xe2\x2a\xba\x9c\x11\xec\xa1\xf5\x60\xe3\xd6\x4f\xfa\x79\x2a\x5e\xe9\x68\x5d\x35\x34\x6a\x55\x4c\xc8\x21\x87\xf0\x7e\xea\xb8\xee\x27\xc7\x75\xca\xaa\x55\xdc\x70\x3f\x8d\x1b\xce\x02\x11\xef\xa7\xe4\xe7\x7e\xca\x08\x10\x94\x00\xb2\x9f\x83\x06\xdb\x28\x34\x39\x84\x77\xa9\x8e\xec\x61\x0c\x4f\xd2\xb8\x05\xf1\x06\x3d\x20\x25\xc9\xa3\xbc\x87\x09\x0d\xe8\x77\x46\x2e\xea\x48\xec\x51\x47\xe2\x29\x11\xba\x0b\x08\xc4\x1e\xaf\x7c\x97\xad\xab\x82\xe3\xb0\x47\xc7\xe5\x05\xda\x05\x0d\xb7\xd4\x6c\xa3\x94\xb2\xfa\x9f\xb2\xcd\xb3\xbc\xef\x7b\x2a\x7c\xaa\x93\x20\x0a\x6a\xa1\xcb\x5f\xd1\x1e\xc3\xe4\x76\xe3\xf6\x7a\x92\x41\xad\x27\x19\xd4\xa2\xa0\xc1\x7a\xbe\xf4\x69\xc6\x57\x34\xd8\xb4\xca\x0d\xdd\x1e\x97\x0c\xac\x87\x68\xe2\x0a\xbb\x54\x0a\x59\xfe\x8c\x3d\xbf\x1a\xb8\xac\x30\xc2\x10\x8d\x87\xed\xf9\xe5\x35\xcc\x1b\x02\x60\xe9\x45\xa2\x75\x2f\x49\x5e\x30\x5a\x24\x45\x46\x9c\x5e\xec\x92\x0d\x92\x05\x7a\xb1\xfb\xcd\x1e\x72\x1c\x33\xa6\xad\x17\x26\x55\xaa\x85\x28\x60\xd6\x2e\xfd\x82\x3d\xec\xc4\x38\xec\x2c\xe8\xa5\x53\x96\x9d\x12\x5d\x80\x37\xbd\xe8\x4c\xed\xc5\xce\xd4\x28\x37\xf9\x2e\x7f\x01\x7b\x34\x3b\xbf\x8d\x41\xeb\xc2\xcf\xb0\x47\x55\xf1\x6a\x84\xa4\xf4\x2e\xc3\x4d\x54\xf8\x5f\xaf\x3a\xca\x7a\xb5\xbd\x9f\x84\x41\xd1\x65\x22\xb1\xc7\x43\x27\xa1\x0d\x68\x92\xe5\xe5\xce\xdf\xab\xdc\xbe\x7a\x8d\x5d\xd0\x26\x51\xa4\x17\xd2\xd0\xdc\xa9\x82\x4c\x69\x76\xbe\x67\x69\xc4\x7b\x95\x41\xab\xcb\xb2\xd2\xc5\xdc\xf4\x2a\x51\xac\x57\x45\x8d\x47\x89\x1a\xbd\xbe\x14\xa6\x30\x8a\x20\xe7\xc9\x2e\x84\x0e\x7b\x0c\xda\x61\x53\xdc\x74\x5f\xf6\x26\x96\x47\xee\x83\xbd\xc9\xc3\xa4\xb7\x43\x5e\x1a\x76\x99\x77\xe9\x12\xec\x61\xac\x81\x3c\x28\x3b\x8c\x4c\x17\x23\x13\x95\x78\xb8\x37\xb1\x01\xbd\x99\x3c\x9c\x64\xa4\xeb\x8d\xe5\xdd\x14\x8c\x14\xe4\xd9\xdb\x1b\x13\xdc\x84\x5c\x1c\x94\x79\xa0\x37\x79\x51\xf4\xa6\x58\x95\xa8\xd8\xc4\xde\x2e\x2a\xbd\x70\x19\xa7\x6d\x62\x5b\xba\xd8\x96\x33\x88\x7b\xec\x8d\x6e\xb5\x29\x7f\x11\x63\x3b\x7b\xd7\x31\xdb\x3b\xc7\xac\x1c\x14\x7a\x67\x66\xba\x66\xe6\x14\xd0\x61\xef\x92\xb4\x7a\x97\xdc\xa9\xe3\xbe\xf7\x8b\x4f\xf1\x21\x11\x82\x6b\x17\x84\x85\x3d\x12\x21\xd7\x7f\x36\x59\xf7\x4e\xa3\x80\x9e\x38\xbb\x26\x58\xb0\x0b\xf6\x50\x27\x43\x85\x76\x41\xb3\x53\x58\xe2\x4d\xbf\x74\xa6\x77\x69\x07\xce\x28\xfc\xc9\x2e\xdb\xd5\x4f\x17\xe6\x40\x62\x18\x2f\x1a\x25\x26\x25\x2b\x9c\xac\x63\xc1\xea\xb2\x60\x25\x05\x78\xf5\xfb\xd0\xda\xb8\x05\x74\x11\x84\xdd\xd5\x6f\xe6\x49\x36\xab\x33\x0a\x89\xa5\x2b\xdc\xfe\xa7\xdf\x92\x60\xa3\x80\x10\xfa\xcd\xe8\xe0\x1e\x72\x48\x90\xeb\x8a\x90\xb7\x47\x50\x43\x44\x92\x57\x74\xbf\x95\x49\xf5\x10\x63\xda\x6f\x0e\x49\x19\x9f\xce\x20\x7f\xad\x2e\x83\x90\x3d\xb0\xa5\x19\x0b\xd7\x1f\x56\xb3\x84\xfd\xac\xfc\x62\x5d\x08\xa1\xf6\x08\xf8\xb7\x59\x2f\x5e\x76\x10\x30\x69\x41\x16\x85\xfe\xca\x10\xde\xc9\x09\x1c\x0e\xf5\x42\x59\x8f\xec\xa1\xde\x56\xde\x93\xe0\xd6\x5f\x09\x6e\x41\xea\xe6\xfe\x32\xc9\xa4\x86\x0b\x32\x5b\xf5\x97\x93\xed\xd5\xc9\x16\x65\x91\xea\x82\xbb\xb7\x87\x09\xec\x2c\x72\x85\xec\xd9\x03\x99\xcc\x98\xad\xae\x04\x18\xf6\x78\xf5\x9a\xd5\x8a\xfb\x76\x97\x78\x7f\x9e\x4a\x08\xd4\x95\xcf\xcc\x1e\x05\xe7\x94\x28\x1a\x9f\xea\xac\x17\x96\x5d\x1f\x5c\xa6\x43\x6c\x6d\x94\x1e\xae\x2b\x20\xe2\xa7\x8b\xa5\x38\xcf\xe3\xb0\xf7\xd0\x09\x74\x74\x02\x41\x5e\xcc\x1d\x1e\xa1\xcb\x8b\xf9\x0c\x42\xc7\xe8\xf0\x08\x5d\x3c\x42\x96\x3a\xa1\x4f\x6e\xce\x29\x43\x40\x54\xcc\x7b\x9f\x8c\xdd\x14\x2c\x40\x54\xc8\x6c\x9f\x6c\xc1\x49\x9c\xa4\x27\x4d\x49\x91\x1c\x07\xeb\xbf\x93\x68\x2a\x21\xe6\xa5\x04\xf2\xee\xfa\x2f\x79\xfd\xc3\xfe\x9b\xb1\xcd\xeb\xbf\x85\xbf\x09\xf2\x2e\x39\xee\xeb\xfa\xaf\x42\x23\x1a\x88\x9e\xe9\x21\xed\xdf\xfa\x6f\x26\xf6\xe6\x5c\x7f\x93\x40\xec\xff\x55\xf4\x8d\xe3\xda\xe7\x83\x04\x0f\xeb\xbf\x95\x54\xc0\x3b\x2f\xc1\xe0\x3b\xfd\xb7\x7d\x81\xd7\x87\x26\x78\xe0\xb4\x5b\x00\xfe\x20\xd0\x62\x1c\x64\x52\xd4\x94\x8c\x43\x3a\xca\x81\x99\xad\x28\x94\x62\x1c\xc9\x69\x04\x62\x2a\xc6\x5d\x36\xb7\x9f\x71\x64\x72\x3c\x28\x2c\xf9\x10\xc3\x3e\x0e\xc1\xa8\x80\x90\x3f\xe4\xf6\xf9\x33\x0e\xf2\xf5\x81\x66\x77\x54\x68\x0a\x5a\x2d\x59\xb1\xad\x87\xd6\xee\x38\x04\x44\x50\x32\xd0\x7a\x0a\xe1\x18\x87\x34\xc8\x45\x49\x9d\xc6\xf1\x50\x07\x29\x90\x05\x1f\x3b\x0e\xe9\x69\x87\xd8\xb5\xb3\xc8\xa1\x77\x1c\x93\x3a\x48\xc5\x23\xf7\xae\x71\x48\x4f\x3b\x0e\x05\x4d\x16\x99\x3c\xc7\xc9\xb8\xe0\x77\x5a\xc4\xcb\x0f\xcc\x75\xe3\xc4\x24\xa6\x9c\xc9\xe3\x94\xaf\xde\x38\x89\x21\x26\x04\x18\xc6\x6f\x9c\x89\x84\x51\x02\x4e\x12\x77\x67\x0f\xcf\x41\x2b\xc0\x3d\xb1\x34\xe3\x14\x4b\x53\x08\xab\x3d\xa5\x4b\x1d\xa7\x42\x6e\x48\x6c\x38\x4e\x19\xbc\xc6\xa9\x20\xf7\x02\x56\xcc\x29\x3e\x67\x9c\x9e\x00\x51\x41\xa8\x04\x91\x0c\x71\x7b\xa7\xc3\x31\x9c\xe2\x09\xc6\xd9\x69\x4b\x03\xf4\x2f\x41\x23\x02\x57\x21\xbc\x84\x9b\x8c\x93\xbc\x69\x4a\xbe\x3f\xe4\xda\xfa\x33\x08\x38\x29\x60\x62\x9c\xb7\xc6\x59\xfe\xac\xb6\x2e\x55\x9e\xe4\xa5\x71\x3e\xac\x47\xda\xf7\xd0\x37\x4f\x82\xa0\x28\x76\x69\x76\x7e\xc6\xc9\x38\xcb\xf4\x32\x82\x6e\xe4\x21\x6d\xce\x59\x9a\x82\xf1\x83\xce\xbf\x11\x74\xfe\x95\x9e\x80\x07\xd4\xb7\xc1\xd7\xb5\x10\x04\xa4\xc8\xf9\x19\x81\x71\xd1\x79\x3a\x50\xe8\x8c\xd0\xa0\x75\x80\x02\xd5\xbe\x00\x0c\xa7\x02\x09\x46\xd0\x1e\x1b\x81\x50\x5d\x22\xd1\x71\x52\x1d\xe1\x86\x26\x94\x81\x70\x43\x1b\xb8\x5a\x3b\x42\xa0\xc6\x39\x80\xd3\x00\x58\x64\x98\xf4\x63\x12\xcc\xaa\x70\xe3\x28\x49\x79\x44\x90\xa5\x41\x8f\x8c\xa7\xd3\x88\x82\xd3\xfc\x46\xdd\x50\x23\x46\x87\xea\x17\x3c\x9e\x64\xb8\x11\x23\xc8\x7a\x0a\x9b\x8f\xba\xa1\x46\x04\xb9\x5b\xc1\x45\x23\x26\xca\x43\x4f\x22\x57\xce\x11\xc5\x3e\x8f\x48\x8a\xf5\xd3\xb1\x07\x5f\x68\xe4\xa8\x07\xf6\x4f\xec\xca\x88\xd9\xd3\x6c\x0a\xf0\x4f\x67\xc8\x88\xe4\x36\x93\x86\x73\x44\xf1\x65\x23\x6a\xff\xa6\xb3\x03\x47\x98\xa0\x81\x09\x78\x9c\x7f\x64\x12\x46\x64\x6a\x22\x19\x39\x65\xa3\x1d\x72\xc7\xb5\x87\xc7\x0e\x6a\xd8\x2a\x4d\x25\xb3\x8c\xd4\x30\x23\x36\x9a\x0a\xb6\x6f\x60\x88\xe4\xcb\x37\x22\x40\xd5\x32\xb9\x8c\x28\xb5\xff\x88\xc4\xbd\x03\x54\x15\x39\x42\xe2\x03\x0d\x90\xc6\x87\xb6\x3c\x68\x46\xb5\xec\xe2\xc3\xf0\x02\x24\x1a\x41\x5d\x7c\x79\xef\x25\x73\x90\x8e\x24\x49\x2a\x3f\x23\x0e\xcf\x08\xac\x69\x18\xbc\x47\x3a\x18\x80\x9e\xe2\xe4\x3d\x92\x25\x48\x76\x1a\x44\x59\x8d\x44\xee\x72\x19\xa0\x47\x92\x3c\x35\x88\x36\x23\xab\xdf\x50\x30\xf6\xcf\x48\x2b\x35\x8c\x10\x07\x39\x82\x53\x20\x08\x1e\x7c\xc4\x48\x79\xe4\x72\x01\x83\x49\x22\xd2\xcf\x48\x19\xb8\x61\xc5\xc4\x27\xd9\x63\x46\x62\xba\x94\x14\x67\xa4\x42\x79\x20\xe1\x09\x1d\x7a\xa4\xa2\x6d\x4b\xe0\x74\x4a\xb4\xaf\x52\x5e\x03\x60\xb5\x00\x65\x58\xa0\x91\x64\x07\x78\xc5\x4e\x5b\xb4\xcd\x92\x0c\x7b\x23\xc9\x26\x38\x12\x63\x2f\x47\xbc\x21\x4f\xea\x9f\x91\x40\x93\x07\x68\x26\xbd\xd4\xc1\x58\x49\x01\x3a\x32\x63\x95\xc9\x5f\xa2\x3c\x19\x23\x4b\xc9\x3d\x32\x63\x25\x1f\xc1\x91\xd9\x3e\x39\x38\x4d\x80\x86\x92\xc7\x47\xf6\xb4\x38\x11\x2c\xc4\x02\x0d\xfc\x62\x41\x59\x64\x69\x1e\x46\x26\xa5\x81\x5c\x3d\x47\x96\xaa\x60\x64\xf2\x16\x81\x1c\x90\x2f\x68\x9e\x41\x9d\x6f\x4d\x4e\xfe\x19\xf9\x85\xc6\xb7\x92\x04\x87\x24\x41\x19\x63\x46\x7e\xa9\x15\x68\x78\x30\x8b\xf0\x99\x1b\x59\x3c\x4f\x92\x9f\xeb\xc8\x62\x16\x46\x66\x04\xe4\xd8\x38\x0a\x23\x50\x88\x3f\x55\x1a\x83\x51\xb8\x84\x0a\x31\xb5\x0a\x53\x1f\x45\x02\xc0\xc0\x58\x9d\xa4\x1a\x1c\xc8\x9a\xa3\x68\x76\xc9\x6a\x39\x4a\x81\x86\x1b\x29\x00\x29\x45\xda\xee\x51\xd8\x31\x5d\x10\x32\x78\x96\x0f\x3c\xcb\xb3\x92\x9a\x8c\x72\x51\xef\x45\xfa\x10\xf0\x1d\x2f\xf5\xa3\x00\xdf\x73\x80\xec\xc8\x65\x50\x48\x6d\x7d\x08\xff\xa4\x4c\xbe\x55\xdf\x1c\x57\xa1\xd2\xb7\x0a\x6e\x15\xc8\x9b\x95\x59\xab\xc0\xb4\x28\xf7\xe0\xa8\xac\xc8\xba\x32\x74\x0b\xbc\x51\x7c\xf4\xa8\xd2\x98\xe6\x70\x02\xdb\xa8\xb6\x54\xe5\xc9\x27\xbb\xea\xa8\x92\x9f\x46\x05\x2c\x0c\xe8\xca\x2a\x35\xe7\xa8\x2b\x4d\x8e\x80\x1d\xe5\x3c\x38\xea\xf4\x94\x35\x42\x6e\xa4\x7d\xed\xf0\x74\x56\x45\x34\x8d\x5f\x03\x9f\x0b\x0c\xc3\x16\x54\x5e\x03\xb4\x31\xea\x10\x6d\x32\x6b\x8e\x46\xae\x22\xe5\xeb\x1d\x98\x9b\x47\x03\x0a\x66\x61\x40\xf2\x2d\xf5\x2a\x9d\xca\xe8\xd4\xdb\x3d\x83\xa7\x90\x43\x70\x82\x1f\x72\x82\x3f\xdb\x09\xcc\x9f\x62\x03\x47\x2f\x9e\x88\x1a\xe4\xc8\x08\xcd\x21\x1f\x05\x14\xc8\xa9\xdb\x1d\xef\x52\x97\x5f\x67\x1d\x74\x32\xe1\x70\x59\x75\x31\xc9\xa3\x03\xa7\x25\x0f\xe7\xd1\xa5\x70\x1f\xbd\xe2\x07\x13\x81\x90\xd4\x98\xf6\x06\x50\x62\x06\x2f\x92\x6f\xc1\xae\x02\x94\xa4\x73\x1a\xf4\x0e\xd4\x22\xed\xeb\xf4\xa3\x3b\x84\xa3\x20\x0e\x3b\xfd\x00\x9d\xea\xd4\xce\xea\x5c\xce\xdd\xd1\x3f\x2b\x34\x7f\x8f\x70\x79\xca\xe3\xc2\xee\x00\xd5\x29\x55\xe0\xe8\x30\x87\xfd\xa6\x1f\x9a\x8f\x7e\xd3\x0f\xf9\x3f\x36\x19\x4e\x07\x36\xf1\xd1\xc1\x16\x00\xbd\xab\xdf\x3a\x0d\xba\x83\x7e\x32\x1f\x0f\xdf\x3e\x8e\x1f\x06\x64\x24\xfd\x00\x8a\x40\xfe\x52\xa3\xbf\xf4\x17\x5c\x95\xe0\x60\x90\x8c\xfd\xeb\xd0\x91\xaa\x63\xf0\x1e\xc9\xc7\x58\xa7\x7d\x50\x87\xe4\xc7\x06\x9c\x72\x1f\xf4\x6d\xf2\x9e\x43\x3b\xf2\x9e\x98\xd7\x16\x98\x23\x98\xd7\x4e\x86\xd3\x00\xde\x20\x6b\xe8\x02\xb4\x27\x00\xed\x27\xed\xcd\xb8\xc0\xe0\x0f\x00\xe7\x71\x96\x5c\x87\x83\x44\x82\xf1\xa8\x3a\x2e\x10\x59\x14\x30\x3e\x2e\x09\x39\xe3\xc2\x1f\x2a\xfc\x0b\x1a\x81\x71\xc9\xa5\x66\x5c\xa0\xd7\x29\xa9\xc8\xb8\x02\x45\x83\x4e\x17\x2a\x58\x91\x34\x21\x3a\x4d\x08\x7c\xd1\x69\x98\x15\x81\x43\x84\x1f\xba\x80\x30\x57\x9e\xf1\x71\x49\x26\x1e\x17\xb0\x54\xe0\x12\x5f\xf0\xd9\x17\x50\xcb\x4a\xe2\x33\xe4\x98\x60\x0f\xf0\x0c\x05\xb3\x83\x4d\x64\x5c\xe2\xb3\x1b\x17\xfb\x05\x9f\x2d\xdf\x05\xa3\x69\x88\xd8\x52\x17\x08\xb1\x42\x2c\x19\x97\x6c\x1b\xe3\x02\xf1\x22\x32\xbc\xf0\x98\x17\xee\xf8\xe0\xb0\x5e\x4d\xcb\xe9\x62\x0b\x00\x3d\x77\xb1\xdc\x2f\x90\xd9\x64\x9d\x1a\xd7\x45\x1d\xc0\xb0\x39\x6c\x26\x47\xeb\x45\x12\x6c\x8e\x95\x8b\xa5\x7d\xb1\xb4\x1d\xa8\xf2\x66\x5a\x49\x4b\x28\x6d\xd8\xb8\x6e\xfa\xf1\xd0\x0f\xc0\x1c\x1f\xea\x65\x79\x02\xe6\x8a\x4e\x65\x5c\x2f\x48\x7d\x8c\xc1\xcb\xb7\x2c\x4f\x30\x90\x2f\x19\x27\xc7\x35\x1c\xca\x10\x1a\xfd\x25\xe5\x4e\xd2\xf2\xbc\xe0\x8b\x2f\xc9\x5b\x2d\x01\xf2\xc9\x92\xbd\x40\xe5\x4d\xa0\x66\x4e\xc6\x0f\xa0\xe7\x04\xa8\x25\x47\xf0\x05\x5e\x69\x02\x3d\x0e\xd9\x00\x6d\x4e\x4b\x09\xa4\xc5\x0a\x8d\xf7\x40\x7c\x83\xa7\xbe\x81\x98\x4a\x8e\xae\x98\xa1\x69\xfc\x12\xb8\x8a\xf2\x5b\x18\x77\x60\x0c\xb4\xfe\x6e\xa9\x69\xc6\x1d\xc0\xee\x04\xc1\x4d\x66\xdc\x71\x8b\x1f\x6f\x1c\xd5\xb7\x14\xf7\x43\x31\x44\xf6\x1e\xb4\x01\x8d\xb6\x74\x30\x15\x35\xa6\x37\x88\xed\x4a\x9d\x37\x6e\xf8\xf1\x3b\x79\x7a\x60\x80\x13\x6f\x68\x98\x2d\x74\x74\xdd\xf0\xe8\x37\x30\xcd\xf2\x01\x1c\x37\x0c\xca\x0d\xbe\x11\xb2\xc6\x9d\xe9\x9b\xe7\x73\x3c\xa0\x51\x07\xf9\xf7\x60\xb4\x08\x52\x1a\xa8\xaa\x72\x15\xc3\x78\x17\xc6\xb4\x80\x6b\x77\x80\xb4\xc8\xb7\x0e\x35\x0c\x72\x5e\xa1\x5e\xa0\xa9\x80\x14\xbb\x2b\xef\x81\x73\xda\xf8\xb6\x32\x06\x5c\x11\x19\x38\x3d\x98\xf5\xbb\x39\x4c\xa3\xfa\x06\x9b\x71\x73\x6d\x64\xad\xab\xbb\x31\xce\x0d\xf4\x3e\x70\xfd\x3a\x73\x09\xb4\x70\x03\x7a\x11\xd9\xf4\x06\x1e\x4d\xba\x90\x81\x61\x70\xdc\xdd\x81\x14\x55\x47\xa7\xbc\x0e\xce\xa0\xb0\x98\xe4\x56\x6e\x0f\xb0\xff\x40\xb0\x64\xbf\xdd\x9e\xcf\x07\x74\x45\x64\xdd\xfb\x62\x4c\x81\x35\xbc\x58\x6b\x97\x67\xd6\x04\x11\x91\x79\xf3\x24\x34\xd4\x71\x33\xa6\xb7\x43\x1a\xaa\x7d\xb2\x42\x8f\xfb\x66\xac\x00\xcb\x64\x5f\xde\xc0\xa2\x36\x87\x3e\xa4\x5e\x50\xf5\x33\x6b\xfc\xa1\x0e\x4f\xb5\xe0\xd8\x83\x8c\x01\x29\xe1\x1a\x6b\xfc\x65\x7e\x5f\x4f\xb6\xaf\xf1\x7b\x19\x03\x80\x4f\x1b\xe8\x82\x83\xf6\x91\x4c\x50\x61\xfa\x83\xa0\xb3\x71\x93\xfe\xab\x81\xab\x89\x10\x73\xe3\xc0\x9d\xa9\x63\xd0\x96\xe1\xb9\xbf\xd5\x37\xae\xa6\x7b\x90\xae\xaf\x82\x60\x48\x1d\x80\xa7\x36\xf0\x40\xd1\xb5\xdc\xd3\x13\xcd\x03\x6e\x48\x3f\x60\x79\x1a\x88\x83\xd2\x85\x8d\xe7\xa0\x2d\x02\xb8\x7c\x14\x8a\x30\x1e\xcf\xd3\x0d\xbc\x1d\xec\xd7\xca\x33\xad\x73\xed\x81\xf5\x7d\x3c\x7f\xee\x01\xad\x43\xa3\xcd\x80\xde\x71\x85\x3d\x27\xd9\x51\x74\x15\x3f\xdc\x51\x4f\x00\xbc\x50\xe7\xdf\xc3\xde\x97\x0b\xff\x99\xa5\x72\x1f\x0f\x42\xd6\x23\x1c\x9a\x2c\xfd\xde\x50\x3e\x2d\x7b\xf8\x7b\x82\xf9\x93\x13\xec\x20\x1c\x8f\x0c\xca\x83\x78\xbc\xf1\x90\x80\x29\x3b\x5a\x22\xfd\xe0\x8e\x52\x82\xa9\x41\x90\xde\x78\x3c\x0d\xb2\xee\xb7\x07\xf9\xfc\xc9\xd4\x0b\x12\x20\xf2\xf9\x4a\xbd\xce\x18\xa0\x5f\x7b\xc8\xff\x80\xee\x8b\x50\x82\xa1\xa8\x3e\xcf\x6f\x36\x88\xe7\x1b\x0f\x00\xe7\x85\x31\x60\xff\x3e\xe0\xc9\x29\x21\xcb\x78\xd8\xab\x64\xd9\x6f\x25\xfe\x0b\xb2\xfd\xc3\xf5\xf7\x80\x22\xde\x01\x1d\x6c\x5e\x34\x43\x2e\x6e\x99\x58\xc1\x41\xac\x60\x93\x55\x7b\x28\x5b\x9c\x3d\x68\x2a\x18\x92\xfd\x82\x06\x4e\x9f\xae\x83\xa7\x53\x5e\xa7\x3c\xe0\x31\x2f\xa6\xf0\x72\x80\x45\x4d\x03\xdb\x9b\x74\x5d\xad\x00\x03\xc9\x56\x7e\xe0\x28\x51\xe7\x3d\x70\x94\x0f\x12\x0d\x48\x76\x0f\x1c\xe5\x83\x0a\xb8\x80\x27\x79\x31\x94\x37\xe0\x95\x5a\xee\x0f\x1c\xe5\x73\x83\xd8\xc8\x32\xbe\x59\xb2\xb7\x03\x2f\xaa\x2d\xa8\xcb\x1e\xb6\xa3\x6c\x8f\xe3\x41\x2d\x29\xc7\x81\xb3\x90\x41\xe0\x61\x3b\x3e\xa8\xc6\x0e\x10\xf6\x50\x1f\x91\x21\xac\x80\x33\xa7\xec\x60\xf6\x28\x78\xe5\x83\xcd\x58\xa1\xd1\xb7\x02\x2a\xa3\xea\x7d\x81\xf2\x2e\x05\x6c\x45\xbe\x3d\x01\x35\x14\x9b\xf1\xca\x9b\x73\xbc\xa7\x23\x3a\x82\xb4\xa8\xf6\xbd\x64\x05\x3d\xc0\x7f\x14\xea\xc9\x78\x51\x09\xa3\x1a\x7b\xe5\x7a\x30\xde\xe0\x20\x89\x6a\xb3\xcc\x4e\xe3\x0d\x80\x20\x82\x0e\x88\x3a\xef\x15\xa2\x53\x21\x7b\xc6\x8b\x3a\xef\xf5\xb4\x6c\x80\x15\xa2\x36\x7d\xc9\x6d\x4b\x96\x8c\x17\x56\xf0\x8d\x0e\xde\xa8\x31\x80\x15\x24\x89\x74\x53\xca\xdb\x81\x33\xe3\x90\x33\xe3\x59\x50\xd3\xbd\xb2\x18\x0c\x59\x4e\xec\x3d\xe1\x11\x72\x3d\xbf\x09\x00\x4a\xb1\x55\x2f\x7a\x01\x72\xa4\x15\x92\x58\xbc\xa8\x66\xdf\xc4\x5c\x8a\xc3\x7f\xb9\x9e\x5f\xae\xe7\xd2\x81\x7e\x64\xac\xc8\x4a\x45\xfe\x09\xa5\xac\xb7\x07\xe9\x54\xc4\x6a\xbd\x5c\xd9\xa4\x60\x2e\x48\xbb\x2f\x2c\xe8\xeb\xc9\x4e\x24\x31\xbc\xa8\x34\x49\xb3\x5c\xd0\xc9\xbc\x5c\xc5\x9e\x38\x90\xc4\x06\xaf\xfc\x77\x86\x2c\x40\x46\x53\x5b\x90\xd6\xc8\x58\xd4\x48\x12\xf0\x72\x65\xbf\xba\xb2\x49\x5e\x36\x5e\xf4\x6b\x6f\xa3\x3c\x1d\x5d\x6f\xa3\x3c\xd4\xa6\x67\x04\x63\x92\xf6\x49\x37\x52\x90\xc6\x95\xdd\xd9\x1e\x0e\x52\xa9\x7e\x34\xe6\x9c\x9c\xa8\xf2\x12\x1e\x2f\x7a\xb8\x17\x75\x32\x89\x04\x5e\xae\xd8\xf7\x72\xb4\x4a\x00\x2a\xa9\xe3\xe2\x5b\xe0\x45\xd9\x6f\xaf\xa7\x1f\x64\x0d\xa1\x57\x79\x89\x9e\x41\xba\x7a\x91\xae\xde\x97\x38\x81\x03\xf0\x4a\xd6\xc1\xe0\x3d\xda\x37\x68\xb3\x22\xdd\x4a\x00\x4b\x73\xb2\xfe\x26\xe9\x9e\x80\x0b\x85\x55\x25\x6b\x54\x91\xff\xfa\x18\xec\x41\x10\xcc\x0a\x52\xd3\xe0\xca\x21\x53\x7c\x09\x05\x9a\xd6\xe4\x60\xcf\x28\x6e\x67\x0c\xf6\xcc\x40\x8d\x4d\x02\x9b\xc1\xba\xc7\x35\xa7\x20\xc6\x0c\xae\x0d\xf2\x31\x97\xa8\x2b\x6c\x60\x46\x19\x19\xf7\x6f\x81\x46\x0f\xd6\x95\x5c\x6c\xcf\x12\x41\xd1\x64\x0d\x91\x65\xb9\xa0\x77\x1c\x5c\x07\x43\xfa\xbf\x12\x1d\xf9\x92\x7a\xc9\x08\x0f\x86\xfa\xa8\xd4\xcb\xfc\x02\x34\x3f\xd0\x7d\x81\xb9\x54\x10\x45\x06\x62\x8c\xa7\x1f\x05\x94\x7f\x20\xc6\x78\xae\x65\x10\xeb\x71\x27\x1a\xa4\x39\x2b\xa0\xcb\x0f\xd8\xaf\xe1\x73\xce\x98\xca\xcf\x62\x78\xf2\x75\xa0\xe2\x07\xe2\xce\x40\x42\x07\xc5\x2d\x8a\x2d\x98\x11\x90\x4a\x05\xc1\xcf\xa8\xab\x7d\x46\xae\x53\x41\x88\xcf\xa8\xbd\x3a\x51\x77\xe3\xfe\x39\xa3\xea\x9d\x42\x02\xf3\xe4\x65\x13\x3d\xf0\x8c\x2b\xa1\x99\xca\x53\xb0\xe4\x8c\xa0\xdb\x0b\x99\x74\x46\xb1\x73\x33\x82\xaf\x28\x18\xd2\xa9\x48\xdf\x9f\x19\x27\xef\x55\x7d\x3b\x69\xdf\x04\x8b\xaa\x09\x4a\x52\x92\xf7\x4c\xa4\x33\xab\xe0\x39\xd2\x8f\x74\x00\xd0\x09\xdc\xa2\xf4\x98\x93\xbc\x35\xb5\x1d\xc0\x6c\x3e\xd0\xc0\xb6\x14\xda\x21\x21\xc4\x53\xaa\xdf\xb3\x36\x10\x2a\x25\xb2\xcc\x14\x1c\xaf\x93\xf7\x34\x06\x29\xfa\x7b\xa2\xe9\xec\x9c\x09\x20\x43\x21\x82\xcf\x94\x68\x9f\xc6\xaf\x6a\xbf\x4d\xf4\xc5\x33\x91\xff\xe0\xac\xe9\xbf\x5e\xf7\xad\xfc\xf7\xdb\x7e\xa6\x4c\x0b\x80\x2e\x3c\x81\xa3\xcc\xb4\x5e\xab\xae\x9e\x5d\xb5\x69\xd5\xcd\x54\x3c\x0d\xa4\x7a\xa9\xd3\x6c\xa6\x0a\xae\x25\x68\xa3\x3a\xb9\x66\x02\xa3\x1d\x74\xbb\x54\x29\xaf\x81\xb3\x19\x80\xe3\x4c\xd0\xc0\xb7\x8c\xaa\x43\xa7\xd4\x4c\x8d\x6c\x70\x42\x82\x4c\x8a\x32\x9d\x52\x48\x9f\x35\x00\x7c\x2a\x21\x62\xa6\xcb\x71\x3b\x05\x87\x79\x51\xde\x45\xbd\x8c\xc6\xc5\xa8\xb1\x22\xa4\xb8\x98\xe9\xa6\x1f\xa4\xd7\x95\xb3\xca\x4c\x37\xb3\x7a\x93\xfd\xad\x42\x63\x16\x1e\xcf\xf7\x26\xcc\xce\x87\xf7\xc8\x18\xd2\x40\x39\x7d\x29\xef\x05\xec\x54\x28\x84\x68\xc0\x67\x7a\x49\x8a\xdd\xb5\x9a\x5e\xfa\xf1\x8e\x6d\x74\x9e\xf8\x1d\xcf\x04\x10\xac\x14\x1c\x33\x0d\xbe\x1d\xcc\x74\x57\x7f\x07\xe3\x3c\xc1\x1c\x05\x09\x76\x32\x06\x93\x7a\xc1\x07\x9d\x8c\x33\x88\xb1\x82\x03\x98\x68\xde\x67\x66\x15\x2b\x43\xfc\xcc\xac\xe2\xcc\x0a\x13\x03\x3d\x15\x01\xf6\x33\x33\x39\x35\x94\xa4\x71\x66\x31\xa8\x33\x83\x57\x29\x5c\xe9\x99\x65\xe5\x99\x19\xc6\x13\x38\xd6\xdc\xa8\xa3\x79\x7a\x4f\x95\xa7\x9b\x64\x66\xf2\x24\x49\x28\x99\xb9\x53\x2f\xdc\xa1\xf2\x45\xcd\xcc\x5c\xe6\xee\x79\x4f\x55\x47\xe7\x5b\x20\x7a\x19\x2b\xc5\x8b\xd9\x83\x6f\x35\xa6\x59\x3a\xbe\x99\xd1\xf1\x75\x50\x4d\xe5\x52\x34\x33\x89\x28\x3a\xe0\xa6\x72\x5f\x98\xf9\xf5\xd4\xce\x6a\xf3\xa0\x5e\x0c\xe8\x5d\xa8\xb0\x52\xec\xdb\x03\x8c\x52\x70\x38\xe5\xba\x3d\x71\xdd\x26\xa0\x7b\x16\xe9\x70\x67\x21\xcf\xc9\x42\x1f\x55\x5b\x0a\xe9\x4e\x14\x1e\x3e\x8b\x38\x94\x89\x2e\xbf\x4a\x1f\x3f\xd1\xe5\xcf\x42\xf2\x13\x71\x9b\xb3\xc8\xf7\x6d\x16\x76\x6d\xd7\xe9\x53\xd8\x97\x25\xf3\x6d\xe3\x3d\xcd\x6f\xc1\x67\xb2\x6b\x6d\xc8\x28\xf0\x33\x4b\x25\x07\x98\xe6\x1c\xaf\xb3\xe9\x49\x96\xe4\xdf\x3f\x8b\xb8\xe1\x59\xc0\x6c\x3d\x68\x1f\x7b\x41\x71\x6b\x42\x05\x9c\xe5\xa1\x17\xb6\x4a\x33\x30\xa6\xd2\x71\xce\x62\x72\xa7\xc4\xd2\x59\x06\x2d\x1b\x20\x4f\x0a\x88\xb4\x4c\xde\x9a\x73\xe3\x95\x4d\xac\x02\xb3\x12\xec\x2f\xd3\xf4\xc4\xd1\x6a\x36\x72\x1c\x83\x2c\xd9\xe4\xc0\x33\x1b\xf8\xc3\x42\x08\x9b\x4d\xe2\xdc\x6c\x9c\x8b\x45\xb3\xdd\xc4\x8f\xce\x46\x36\x49\xe1\x70\xcf\xc6\xec\xb4\x08\x94\xb2\xee\x95\xc6\x4c\x34\x5c\x19\x64\x7d\x99\x43\x3e\x5f\x73\x90\x75\x4c\x41\x39\x93\x78\xe9\x49\x3a\x6f\xe3\x92\xe6\x60\x5e\x87\x74\xf3\x7c\xc7\xb9\x3b\x54\xbe\x80\x65\x87\xe2\x30\xe6\xf0\x38\x0c\x51\x5e\x28\xa4\xae\x15\x45\x2d\x18\x52\x70\x0a\x25\x73\xc8\xb4\x3b\x07\x10\xfc\x2a\x99\xb5\x31\x12\x8a\x0b\x51\xa8\x4b\x28\xb4\xb4\x90\xb5\x32\x4c\xb8\x0c\x20\xae\x26\xea\x32\xbe\x35\x68\x04\x46\xa6\x67\x99\x60\x35\x51\x12\x14\x39\xf0\xa8\x3d\x99\x92\x33\xc9\x64\x45\xa1\x85\x76\xa8\x07\x10\x5b\xa5\x4c\x9a\xca\x54\xce\x09\x4d\xcc\xcf\x1c\xe5\xfe\xfd\x8b\xb3\x13\xdc\xc5\x39\x0f\x22\x2c\x04\x56\xaa\xda\x15\x1a\x1e\x81\x12\x65\xe6\x26\xa8\x70\x82\x2e\xa5\xef\x02\x25\x54\xf6\xe4\x49\x00\xcd\x54\x00\x4d\x28\xe1\xbf\xde\x51\xf6\xe3\x7f\x5f\xff\xf8\xeb\xff\xfc\xbf\xae\x7f\xfc\xdf\xd7\xff\x1e\xbf\x9e\xff\xfc\xe7\x3f\xc7\xbf\xfd\xc7\xfb\xbf\x9e\xff\xf8\xf5\x7f\x18\xf5\xd7\x3b\xe6\xff\xfa\xb7\xf1\xcf\xf1\xff\xfe\xfb\x7f\xfe\xf3\x19\xbf\xfe\xf1\xef\xff\xb0\xaf\xf4\xef\xff\x0b\x00\x00\xff\xff\x64\x34\x19\xf3\x78\xd4\x03\x00"); +func _adgc ()(*asset ,error ){_bbdc ,_fbeb :=_dgd ();if _fbeb !=nil {return nil ,_fbeb ;};_gfgc :=bindataFileInfo {_c :"GBT-V",_ed :777,_cg :_g .FileMode (436),_ca :_d .Unix (1580492217,0)};_dcc :=&asset {_fdf :_bbdc ,_ff :_gfgc };return _dcc ,nil ;};var _dgff =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x5d\x47\x09\x50\x14\x58\x93\xa1\x33\x86\x6e\xc3\xb2\x76\x03\x86\x1d\xf4\x87\x0a\x04\xcc\xb2\x20\xdb\x87\x7c\xfb\x41\xa4\xe7\x1e\x82\x97\xfc\xc4\x47\x3d\x85\xac\x8f\xfd\xa9\x8f\x61\x86\xfa\x5b\x1e\xed\x19\x67\xf0\x21\xba\x8c\xd3\xb8\x64\x8b\x60\xf0\x12\x62\x55\xc9\x06\x5c\xb0\xf3\xff\x9f\x24\x76\xd0\xa9\xaa\xea\xa7\xc7\xcf\xe9\xf6\xe3\xcb\xf1\xf6\x13\x2c\x13\xae\xf0\xd8\x9f\xce\xd7\x69\xc6\xa1\x8f\x7e\x84\x96\xcd\x6e\x49\x6b\x03\x80\xfa\x3b\x5e\xc2\x34\xe7\x2b\xdc\x7c\x70\xa3\xc1\x77\xe0\xd0\x17\xfe\x35\x3b\xcc\x21\x5e\xe0\xe6\xe9\x51\x6e\xf4\xbc\xa4\xf4\x17\x07\x8c\x33\x34\xc4\x30\x3a\xd2\xaa\x3e\x3e\xeb\xf4\x45\x0f\x08\x6f\x49\x5e\xe9\x88\x4e\x5e\x31\x4f\x61\x8c\x20\x9b\xf7\x42\x74\x6f\xfc\xc7\x35\x21\xc8\xb5\xc5\xaf\x97\xfe\x04\xbf\x25\x48\x01\x4d\x77\xd7\xed\xfe\xac\xfc\xe7\xf3\xe8\xb6\xaa\x46\x70\x78\x1b\x5c\xd6\xf1\x82\xd5\xbd\x96\xba\x79\x80\x55\xa0\x53\x1d\xa1\x96\x51\x4b\xe8\x8e\x90\x66\xa4\x0b\x3a\xec\x09\x19\x46\xf6\x01\x94\x12\x5c\xe5\x18\x39\xaa\x3a\x14\x64\xb8\xbd\xf1\x05\xed\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\xf7\xba\xd5\xb2\x20\x12\xe8\xd4\x9e\xd0\x9e\xd1\x81\x8c\x82\x90\x65\x64\xa9\xaa\x25\x84\x8c\xb8\x97\x2a\xc8\x50\xd4\xd6\x18\xaa\xa2\xf6\xc6\x31\x72\x54\x45\xed\x4b\xa0\x55\xa0\x53\x25\x6a\xeb\xe8\x41\x24\x4a\x09\x46\x6c\x74\x64\x94\x14\xc2\xb1\xb1\x08\xec\x04\x21\xcf\x46\x4f\x37\x1e\xe8\x46\xcf\x46\xcf\xff\x04\xe5\xe2\x67\xb7\xfc\x6c\x29\xcb\xf8\xb7\x39\x94\xef\x65\xeb\xb6\x45\xb0\x4b\xce\x18\x67\xda\x39\x1a\x76\x19\x60\x88\xb8\x2d\x75\x1a\x53\x71\xd1\xe7\x5f\x00\x00\x00\xff\xff\x2f\x4d\x97\xcf\x00\x03\x00\x00"); +var _bf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x4b\x3e\x9e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfa\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xee\xe9\xba\xde\x3a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x66\x9a\x17\x7c\x86\x8f\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe3\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\xc1\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc0\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\xa7\xec\xca\xab\x12\x8a\x14\xab\x1b\x5d\xc5\x15\x51\xa4\xd8\x02\xf2\x24\xaf\xe4\xb0\xb1\x46\x52\x04\x59\x90\x90\x04\xe4\x94\x46\xf6\x1a\xd1\xcb\x79\xa5\x4e\xea\xa4\x00\x62\xfb\xce\xf6\x11\xc4\xf6\x9d\xed\x13\x68\x24\x8d\x20\x4d\xc2\x07\x44\x88\x22\xc5\x65\x90\x23\x39\x50\x01\x05\x92\x06\x5d\xfc\x00\x4a\xa4\x04\xb2\xa0\x4c\xca\x20\x9d\xde\x27\xf6\x4a\xe8\xe5\x75\x7a\x9f\x31\x2a\x8a\x14\x1f\x40\x91\x84\x51\x7d\x04\x09\x09\x49\x20\x7b\x9f\x3b\xa9\x83\x30\x7d\xe1\xc6\xc2\x21\x74\xfa\xc0\xaf\x03\x45\x42\xd6\xb9\x42\xc5\x19\x51\x24\x48\x01\x59\x92\x46\x18\x4a\x04\x39\x92\x8e\x1a\x07\x0f\xf2\x24\x8f\x55\xdc\x18\x48\x01\xc4\xf6\x91\xa4\xd3\x47\xc7\x8d\x89\xa4\x73\x45\xcb\xf6\x42\xd2\x03\x45\xcf\x8d\x99\x94\x71\x45\x01\x15\x52\xc1\x2a\x5e\xb1\x92\x2a\x0e\xe4\x40\x8d\xd4\x40\x03\x68\x24\x8d\x98\x0b\x49\xd4\x89\x34\xa1\x7d\x02\x75\x52\x07\xb1\x17\xf3\xaa\xc8\x0b\xcf\x50\x68\xcc\x4b\x8b\x44\x7c\xdb\xa1\x31\x2f\x2d\x12\x71\x63\x86\xc6\xbc\x1a\xf2\x62\xf6\x8d\x79\x69\x91\x68\xd9\x8b\x79\x69\x91\x18\x49\xcc\xab\x31\x2f\xcc\xd5\x98\x57\x63\x5e\x38\x76\x63\x5e\x8d\x79\x71\x23\xf3\x6a\xc8\xcb\x22\xc2\xc6\xbc\x1a\xf2\x0a\x08\xba\x31\x2f\x2d\x12\x71\x93\x87\xc6\xbc\xb4\x48\xb4\xbc\x22\xf3\xd2\x22\xd1\x73\x23\xf3\x6a\xcc\x8b\x07\x62\x5e\x0d\x79\x05\x3d\xb6\x44\xe4\x25\x09\x0f\x4c\xd0\x70\x24\x59\x92\x7d\x30\xd9\xe3\x81\x11\xde\xf7\xc2\xfb\x3e\x78\x90\x27\xe9\x0f\x9f\xf7\x5c\x15\x48\x78\xac\x30\xbd\xa4\x48\x8a\x58\x95\x41\x89\x84\x47\x21\x08\x28\x93\xb2\xae\x0a\x01\x54\x48\x7a\xec\x12\x39\x57\x23\x35\xac\x62\xaf\x91\x34\x61\x15\xe7\xea\xa4\x8e\x55\x98\x2b\xe3\x06\x10\xfe\x62\xc6\xa4\x6f\x93\xfb\xaf\xba\xfe\x5f\xdf\x63\xf7\xf7\xca\x78\xdd\xb6\xbe\x5c\xf0\x16\xc3\xab\x43\x5f\x07\xf3\xd2\xef\xef\xc9\xf5\xb4\xea\x2e\xfc\xfb\x37\x00\x00\xff\xff\x30\xa4\x71\xa2\x53\x07\x00\x00"); +var _dggd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x52\x4f\x8b\xdc\x20\x14\xbf\xfb\x29\xde\x71\x7b\x69\xd4\x4c\xb2\x19\x10\xa1\xec\xb0\x34\x85\xed\x96\x4e\xb7\x2d\x94\x1e\xdc\xf8\x1c\x64\x3b\x2a\xc6\x1c\xe6\xdb\x97\x67\x32\x53\xe8\x21\x9a\xdf\xbf\xf0\xcb\xd3\xe6\x61\x3c\x8c\xc1\x17\x68\xbe\xe4\x38\x1d\xb1\x80\xf3\xc1\x66\x9c\xe3\x92\x27\x84\x57\x3c\xf9\xc0\x98\x90\x60\xfd\x54\xae\xb0\x6e\xd3\xd9\x24\xc6\x28\x7f\xbc\xcc\x05\xcf\x63\x70\x11\xda\xd5\x67\x97\xb4\x79\x01\x9a\xaf\x78\xf2\x73\xc9\x17\xb8\xfb\x60\xe3\x2b\xbe\x03\x8b\x8e\xf8\xe7\x6c\x31\xfb\x70\x82\xbb\x4f\x26\x99\x20\x6e\xc2\x71\x49\xe9\x0f\x9e\x31\x14\xe0\x95\xc3\x60\xeb\xce\x9a\x87\x27\x93\x3e\x9b\x33\x42\xf3\xd1\x84\x37\xf3\xb6\x54\xbe\xd2\xdf\x31\xcf\x3e\x06\x10\xfc\x3d\xe7\xfd\x3f\xfe\xdb\x25\x21\x88\x2d\xff\x32\x1e\x9e\x9d\x9b\xb1\xc0\xd0\xaf\xdf\x6e\x7e\xbe\x8c\x07\xf8\x25\x40\x70\x90\x5d\xbb\x1b\x7e\x6f\xd6\x1f\x4f\xd1\xe2\x56\x80\x89\xf5\x77\xa6\x68\x71\x4e\x66\xc2\x6c\xc2\x09\x19\x80\xe2\x5c\x83\x7a\x7c\xd4\xd4\xf1\x3f\x95\x09\xbe\xa5\xbc\x5d\x19\x25\xc9\xdd\x39\x0d\xb2\x15\x4c\xf5\x84\x68\x59\x91\xd0\xa0\xee\x51\x83\xdc\xf7\x4c\x0d\x84\x86\x4e\x43\x2b\xef\x99\x1a\x7a\x42\x4e\x43\x27\x7a\xa6\xf6\x94\xa3\xa5\xdd\x49\xa6\xf6\xe4\xdc\x93\x26\x7b\xa6\x0c\x21\xeb\xb6\x1c\x92\xd3\x59\x0d\xdd\x4e\x30\xe5\x90\x10\x69\xc3\x50\xfb\x5e\x7b\xd1\x3b\x9d\xe6\x6d\xba\xd3\x92\x33\x86\x52\xcf\xb2\x0e\x91\xa6\xe0\x03\xde\xee\x45\x8a\x89\x52\xf5\xf9\x1b\x00\x00\xff\xff\xd5\x41\x84\x18\x43\x02\x00\x00"); +func _ead ()(*asset ,error ){_fffg ,_fee :=_abae ();if _fee !=nil {return nil ,_fee ;};_eafb :=bindataFileInfo {_c :"Hiragana",_ed :551,_cg :_g .FileMode (436),_ca :_d .Unix (1580492288,0)};_eddc :=&asset {_fdf :_fffg ,_ff :_eafb };return _eddc ,nil ;}; +func _cgef ()(*asset ,error ){_bcfg ,_febf :=_eedg ();if _febf !=nil {return nil ,_febf ;};_gecf :=bindataFileInfo {_c :"UniJIS-UTF32-V",_ed :4458,_cg :_g .FileMode (436),_ca :_d .Unix (1580492953,0)};_egbc :=&asset {_fdf :_bcfg ,_ff :_gecf };return _egbc ,nil ; +};func _ddf ()([]byte ,error ){return _fd (_aac ,"90ms-RKSJ-V")};func _fbed ()(*asset ,error ){_geea ,_deb :=_ccb ();if _deb !=nil {return nil ,_deb ;};_fbga :=bindataFileInfo {_c :"ETHK-B5-V",_ed :631,_cg :_g .FileMode (436),_ca :_d .Unix (1580491827,0)}; +_dab :=&asset {_fdf :_geea ,_ff :_fbga };return _dab ,nil ;};func _debf ()([]byte ,error ){return _fd (_bbbb ,"KSC-EUC-H")};func _ecbfd ()([]byte ,error ){return _fd (_abec ,"GBKp-EUC-H")};func _ddef ()([]byte ,error ){return _fd (_cfga ,"UniJIS-UTF8-V")}; +func _adg ()([]byte ,error ){return _fd (_bcda ,"B5pc-V")};func _ccc ()([]byte ,error ){return _fd (_ebdg ,"Adobe-GB1-UCS2")};func _abcc ()(*asset ,error ){_fge ,_dcb :=_fbab ();if _dcb !=nil {return nil ,_dcb ;};_edfad :=bindataFileInfo {_c :"Adobe-KR-6",_ed :1493,_cg :_g .FileMode (436),_ca :_d .Unix (1580491438,0)}; +_edgc :=&asset {_fdf :_fge ,_ff :_edfad };return _edgc ,nil ;};func _cacc ()(*asset ,error ){_dddc ,_dgce :=_beag ();if _dgce !=nil {return nil ,_dgce ;};_fded :=bindataFileInfo {_c :"UniCNS-UTF8-H",_ed :287804,_cg :_g .FileMode (436),_ca :_d .Unix (1580492718,0)}; +_ced :=&asset {_fdf :_dddc ,_ff :_fded };return _ced ,nil ;};var _abec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x37\x3b\x92\xa7\xb5\xaf\x4f\xf1\x2c\x87\xc5\xd0\xe9\xcc\x74\x3a\x42\x3a\x3a\x12\x33\xd3\x33\xb4\xd0\x00\xa2\x19\x40\x42\x2c\xd2\x76\x66\xab\x24\xfa\x54\xa9\xaa\x7a\xd1\xdf\x1e\xf9\xba\xb2\x00\x21\xa4\xa7\x56\x3f\xdd\x71\x3b\xff\x7e\x8f\x08\x87\x23\xc2\x7f\xf7\xef\xff\xe1\x3f\xfc\xc3\x6f\xbf\xff\xcb\x8f\xbf\xfb\x1f\xff\xf4\x87\xf1\x8f\xcf\x5f\x7e\xbc\xbf\xff\x6d\xfe\xe9\xf9\xf3\x1f\xfe\xe5\x4f\xe3\xf9\xd1\x9f\x7f\xfa\xfd\x6f\xbf\xfb\x5d\xd9\x7f\xcc\xdf\x8f\xbf\xfc\xf5\x4f\x60\xfc\xf3\xfd\xc7\xdf\xfd\x6e\x7d\xff\x8f\xff\xfa\xe7\xbf\x3c\xff\xfc\x0f\xbf\xbd\x7f\xf8\x71\x58\x6e\xfe\xcb\x1f\xbf\xb2\x3f\x7e\xfc\xdd\xff\xf4\xfc\xd3\xef\xff\xfc\x97\x3f\xfd\xeb\x8f\x7f\xf3\xdf\xcc\x3f\xf4\xe7\xbf\xfa\x31\x9f\x77\xd1\xff\x87\x3f\xcd\xe7\x4f\xbf\xff\xed\x9f\x7e\xfc\x9b\xff\xf4\xef\xca\xff\x4d\xfd\xc7\x7f\xf9\xe3\x1f\xff\xcf\xe7\x9f\x9f\xdf\xfe\xf2\x63\x87\xf6\xfc\x36\xc1\xdf\xfd\xdd\xbf\xff\xcf\xf7\x1f\xff\xfb\xfb\x9f\x9f\x1f\x7f\xf7\x9f\xfe\xdd\x7f\xf7\xc7\x7f\xfb\xf7\xff\xe5\xdf\xff\xdb\xff\x96\x7f\xf1\x9f\xff\xe5\xf9\xd3\x9f\x7f\xff\x87\xdf\x7e\x94\xff\x7a\xdb\xea\xff\x43\xfe\x9f\xff\xf5\x8f\xcf\x8f\xf2\xfd\xc2\xff\xf6\x5f\xfe\xe1\x3f\xfc\xf8\xdf\xcb\x8f\xb2\xfd\xd8\xeb\x59\xeb\xff\xf1\xd1\xff\xd7\xff\xfc\x87\xf9\xfc\xd8\xfc\x6b\xb7\xe9\xe3\x0f\xf3\xf9\xf3\x1f\xef\xf1\xfc\xe9\xfe\xed\x9f\x9e\xdf\xfd\xf8\xf1\xcb\xb6\xfd\xfa\xe3\xc7\x8f\x5f\x62\xfb\x75\xfd\x15\xe5\xdc\x7e\xfd\xf1\xcb\x7f\xfc\xfb\xff\xf8\xf7\xbf\xae\x46\xfe\x7f\xca\xff\xae\xf8\x33\xbf\xfd\xe1\x2f\xf3\x79\xa5\xf1\x0b\xbf\x94\xf7\xd7\x1f\x65\x7d\xf1\xff\xfe\xd7\xef\xca\xb6\x7d\xf5\xfe\x7e\x7e\xa5\xf7\x55\xba\x3d\xab\xf4\x5f\x6b\x8b\xd2\xe2\xd7\x1f\x65\xdb\xda\xbe\x68\x2d\xa5\xe5\xaf\x3f\x62\x0f\x8a\xb5\x5b\xd2\xfa\x6c\x2b\x7b\x2e\x5a\xf8\x69\x54\x68\xc7\x09\xed\x92\x76\xfd\xfa\x23\xae\xb0\x58\x83\xf4\x0c\x8a\x9d\xdb\xa2\x3d\x53\xda\xfc\xf5\xc7\xaa\x1b\xd2\x03\xe9\xe5\xd7\xf6\x93\x86\xbc\xfe\xda\x82\xd8\xa3\x42\xf2\xd7\x5e\x1a\xb2\xd7\xf5\x6b\xbb\x7d\xd8\xeb\x2e\x6d\xfd\xdc\x5e\x0f\x69\xc7\xaf\x3f\x32\xe2\x84\x74\x42\xba\x0a\xc5\x5a\x5b\xb4\x6b\x97\xb6\xaf\xf6\xd2\xad\xfd\xf2\xcb\x76\x50\x2c\x57\xf7\xf7\xe6\xa7\x0b\x22\x37\x2a\x68\x55\x52\xae\x62\xc7\x47\xbb\xa5\xdd\xab\xbd\x85\x4a\x5b\x97\x44\xef\x8f\x72\x40\x9b\xd2\xe6\xaf\x3f\x5a\x6b\x7e\xf9\x48\x7a\x2c\xb6\xba\xba\x3b\xbe\x40\xcb\x8b\x62\x51\x24\xed\x16\xbb\xa0\xd9\xde\x05\x71\x14\xba\x10\x36\x37\x5e\x8b\xf1\x69\xfa\x6b\x0b\x56\x01\x48\xfe\xda\x7d\x52\xec\x60\x2c\x6f\xbb\xb5\x20\x6a\x52\xc1\xcd\x2c\xec\xa3\x51\xcc\x21\x1f\x21\x2d\x56\x17\x58\x22\xfb\x48\x49\x6b\xd5\xc4\x41\x47\x87\xe3\xf1\x6c\x7c\x69\xa5\x8f\x95\x2e\x88\xdc\x68\xee\xe3\x24\x3c\xf4\xea\xdc\x98\x98\xc7\x5e\x2d\x88\xd3\x29\x7d\xec\xd5\x82\xd6\x58\x20\xfb\x63\x6b\x5d\x5b\xa7\x93\xe0\xda\x02\x32\x2a\x23\xe9\xda\xda\x5f\x66\xfe\x74\xd8\x5e\x2b\x5d\x10\xcd\x4e\xbd\xd6\xb9\x96\x5b\xd9\xce\x5d\x5a\x93\xd6\x7e\xfd\xd1\xc2\x21\x7a\xed\xfb\x82\x48\x5b\xfb\xda\xf7\x97\xbe\x17\x9a\xf6\xda\xf7\x05\xeb\xc7\xe8\xfb\xeb\x62\x58\x10\x67\x63\xd4\xde\x21\xe9\xb1\xd8\x6a\xee\xe1\x7a\x06\x16\x2d\xa0\x15\x69\x6b\xd8\xfc\xb5\xe3\xdc\x25\x9d\x16\x4b\x68\x55\xda\x9a\xbe\xa4\xa3\xc7\x79\x49\x62\xfa\xce\x63\x87\x16\xd2\x56\x17\xca\x5e\x20\xa5\xa4\x6e\x31\x6b\x18\xd2\xc6\xfa\x35\xc6\xe3\x38\x19\xdd\xc3\xbd\x76\x1e\xab\xf7\x87\x7b\x0d\x88\x93\xb5\x7b\xb8\xd7\x8e\xea\x50\x9e\x07\xb4\x26\xad\xad\x85\x1a\xb4\xad\xda\x8e\x3a\x2d\x26\xed\x91\xf6\xb0\x02\xad\xe0\x85\x74\xd9\xd3\x4a\x17\x2e\x7b\xba\x20\x0a\x33\x7f\x5c\xf6\x74\x41\xa4\xed\xb8\xac\xb3\x39\xf3\xac\xa3\xa3\x39\x6e\x0b\x62\xbb\x28\xd6\xec\x41\x73\x8c\x2e\x86\xb2\xd9\xb6\x05\xd1\xec\xbc\x8c\xf1\x70\xcf\x9f\x8d\x31\x72\xcf\x03\x91\x85\xa1\x74\xcf\x03\xab\x98\x35\x38\x94\x0b\xa2\xed\x8c\x87\x6c\x00\x58\xc5\xe8\xbc\x7c\x00\x88\x72\x51\x81\x6c\x00\x88\x2d\x68\x87\x6c\xe0\x90\xf3\x9e\x70\xb2\x43\xce\x0b\x44\xb2\xe5\x0f\x39\xef\x11\xf0\xf6\x33\x18\xb6\xb0\x0b\x0b\x22\x8b\x24\x7b\x10\xf6\xc0\x0a\xec\x41\xb8\xaf\xc2\x76\xd8\xdc\x70\x5f\x59\xa7\xad\xcd\xc3\x62\xf4\x20\x9d\xf9\x64\x97\x26\xed\x48\xa7\x2a\xed\x68\x52\x69\x7e\x9f\x3e\x6c\x3f\xc6\x23\x9d\xe5\x9b\x5e\xd5\x8d\xa1\x94\xf7\x00\x2d\x76\x2a\xbd\xed\xd5\x7d\x5b\x8c\x1a\x6e\xdb\xbb\x20\x12\xc6\x7b\xdc\x0e\xf8\x4d\xa5\xd5\x9e\xde\x56\xba\x20\x12\x56\x79\xdc\x5f\xa5\x2f\x24\x2a\xe8\x0e\xf8\x82\x48\x38\xf6\xd1\x1d\xf0\x9e\xfe\x18\x15\x74\x87\x6d\x41\x93\x91\x1d\xdd\x66\x0c\x06\xbc\x3a\xcb\xb2\x45\x20\x76\x37\xa9\x6c\xf1\x50\xd4\xd5\xa3\x21\xe7\xff\x2a\x9f\xff\xff\x44\x76\x1c\x4a\x42\xa0\x45\xd0\x4c\x39\xd3\x21\xe7\xa8\xf0\xe0\x53\xce\x71\x9e\xaf\xb4\x55\xdb\x59\xa5\x2d\x88\xc2\x48\x9f\x95\xee\x9c\x0d\x06\x73\x6d\x6b\x81\x9e\xed\xa3\xc9\x97\x4f\x48\xbb\x24\xa6\xf7\x62\xaf\x9f\x4a\x42\x20\x62\xe3\xd7\x94\x84\x67\xbb\x2c\x46\xa5\xad\x49\x6b\x2c\x16\x49\x21\x89\xf6\x5e\x27\xed\x75\x6d\x9f\x51\xa4\x05\x34\x6b\x5d\xd0\xd2\x4f\x15\x71\x67\x30\x97\x17\xcc\xfa\x74\xed\x01\x2d\x9b\xc5\x98\xcb\x33\xfd\xb5\x8b\x1a\xd2\x5f\x5b\x10\xb9\x5d\x90\xfc\xb5\x05\x4d\x41\x75\xba\x68\xcf\x1c\x7e\x49\xef\x73\x4a\x5b\x3a\xca\x06\x37\x39\x5d\xb4\xe7\xed\xb8\x35\x3e\xbd\x1d\xb7\x05\x51\x4e\x49\xd6\xb9\x20\x76\x98\xda\x79\x5b\xe7\x82\x96\xc9\xef\xdf\xd6\xa9\xf4\xbd\x9a\xc5\x1c\x4a\xa4\x6f\x3a\x2f\xee\x00\x20\x36\x67\xd4\x1d\x70\xde\xe1\x97\xcc\xcb\x9d\xd2\xd6\x32\xdb\x9c\xe5\x9b\x65\x76\x8e\xaf\x02\x3e\x1d\x56\x30\xe0\x9a\x3b\x75\x0e\x2b\x98\x70\xf4\xe6\x10\x4d\x9b\x3b\x19\x22\x14\xaf\x73\xda\xdc\xc9\xaf\x35\x36\xcf\x39\xfd\xb5\x05\x71\xb1\x79\xce\xf9\xfd\x1a\x8b\x41\xb6\x79\x4e\xdb\xbb\x20\x2e\xf4\x9d\x73\xba\x18\x66\x58\x8c\xa9\x9a\x76\x61\x41\x9c\xe1\xaf\xd9\x85\x05\x51\xd2\x76\x74\x49\xc3\x2f\x77\x68\x4e\xd5\x82\x38\xd3\x0a\x9c\xaa\x27\x2d\xc6\x88\x3f\xfe\xda\x03\xa3\xf3\xd7\x1e\x7f\xed\x61\x65\xb5\x83\xce\x3f\xdf\xa7\x8b\x4b\xec\x6c\xec\xf3\x71\x65\xbd\x9b\xc5\xa0\xbd\x4e\xfc\x8b\x44\x76\x73\xa8\x53\x9c\x6e\xc9\xc6\x12\xaf\x6e\xc9\x5a\xfd\xb4\xae\x86\x54\xf7\x1f\x10\x09\xa3\xab\x75\x97\x84\x50\x42\xcf\xa8\x8a\x55\xa0\x6c\xad\x59\xec\x94\xa6\x22\xba\x43\xaa\x92\xec\x42\x93\xf6\x48\x7b\x68\x9b\x5f\xd2\x85\x7a\xc1\x74\x54\xd9\xaa\x02\x13\x88\xab\x5e\x90\x98\xab\xea\x2e\x6d\xb1\xc6\xb2\xba\x4b\x6b\x30\xa7\xaa\x37\x55\xd9\x02\x44\x20\xa5\x6b\x84\xa4\xdb\x62\x09\xad\x4b\xeb\xe8\x89\x74\x2b\x60\xcc\xd5\x5d\x1a\x4c\x60\x75\x97\x02\x71\xf9\x6b\xee\xd2\x9a\xd5\x62\x34\x24\x6d\x6f\x72\x1e\xd8\x24\xd9\x8e\x44\x72\x87\x5d\x4d\x1b\xb2\x20\x22\x2d\xc6\xda\xaa\xb7\x95\xa2\x04\x55\xb7\x29\xd0\x5a\xa3\x6d\x6e\xd3\xda\x2d\xe6\x04\x76\x8b\x2d\x68\x81\xda\x59\xbb\xc5\x9c\xe7\x60\xe0\x2e\xe7\xf9\x3a\x59\x70\x49\x0d\xd7\x79\x4b\xbb\x7f\xfd\x91\x1b\x5a\xc5\x75\x32\x20\x97\x93\x9a\xfc\xdc\xe5\xa4\x02\xd1\x50\x17\x2e\x27\xf5\xba\xe8\x56\xd6\xd5\x90\xeb\x0a\x69\xc1\xaf\x05\x24\xba\x75\x39\x5b\x49\x1f\x2e\x67\xeb\x72\xe0\x12\x69\x7b\x39\x70\x40\x5c\x30\xf7\xcb\x81\xbb\xd6\x20\x95\x75\x2e\x83\xe6\xcf\x2d\x58\x52\x1d\x92\x5d\x80\xe5\x95\x0d\x8d\xf2\x92\xe5\x01\x71\xb1\x44\x2e\xc7\xf2\x5a\x52\xae\x94\x0d\xc9\x77\x29\xe6\x80\x38\x61\xe4\xd7\xb0\xf7\x0b\xca\x92\x15\xd0\x86\xb4\x81\xf6\x48\x3b\xc6\x94\x34\x2d\x26\xed\x91\xb6\xf8\x7d\x20\x02\xae\xc1\x92\xbe\xa6\x6d\x43\x93\xbb\xa6\x6d\x5b\x10\x0d\x81\x72\x4d\xdb\x36\xbf\x4a\x1b\x34\x2b\x9d\x54\xba\x59\xcc\x4a\x61\x22\xc1\xc9\xe7\x92\x89\x5c\x8f\x15\xc0\x68\x2f\xcf\x2f\x40\x1c\xdb\xf1\x73\xd9\x7d\x79\xbc\xb9\x9e\xc6\xaf\xb0\x09\xae\xc7\xb9\x5c\x10\x17\x3c\xe6\x7a\x1c\xfc\xc7\x4e\xa3\x4c\x5d\xcf\xd7\x80\x67\x4d\x39\x7b\xf6\x92\x15\x5d\xeb\xac\x52\xca\xc6\xf1\xf4\x7a\x5d\x40\x0b\x72\x43\x2d\xbd\x5e\x17\x10\x4b\xb4\x6c\x74\xa7\xb9\x44\x81\xc5\x42\x20\x15\x49\xfc\x5a\xd9\x2c\x76\x4a\xe3\xd7\xc2\x62\x55\x52\x58\x2c\xa1\xa5\x34\x16\x0b\xcb\xb1\xb9\xde\x81\x52\x0a\xaa\x53\x73\xc1\x03\xb9\xa1\x83\x36\x8f\x15\x40\x6b\x5f\xd3\xa6\xa4\xc7\x2f\xad\xf4\x95\xf6\xd2\x2b\xea\x54\x97\x69\x1c\x2b\x4a\x61\x35\x36\x8f\x15\x40\x6c\x30\xa7\xe6\xb1\xa2\x55\x56\x63\x61\x35\xb6\x6a\xdb\x2a\x7b\x91\x49\x68\xd5\xa6\x2d\x58\x3b\x0e\x92\x4d\x5b\x90\x2e\xbc\x56\x6d\x1a\xfc\xb5\x94\xdd\x62\x8f\x34\xe6\xa5\xf9\xfb\xb6\x76\xc1\x2a\x46\xd3\x2e\x9b\xbb\x20\x5d\x9f\xed\x72\xc0\x61\xc3\xa5\xa0\xd1\x36\xd9\x30\x90\x71\x52\xa9\x6c\xb8\x35\x7b\x00\x37\x69\x9e\x34\x80\xdc\x10\x07\xcd\x93\x46\xc3\xba\x50\x4a\x95\x66\x7b\x17\xa4\x06\x9d\xe6\xa9\x02\x58\xc5\x68\xaf\x6c\x02\x58\x34\x6a\xf5\x5c\x01\xe4\x86\xa0\x6e\x6a\x63\x40\x6e\xf0\xa6\xa6\x36\xd6\xc2\x2e\x38\x6e\x9e\x3e\x80\xdc\x90\xdd\x4d\x09\x01\xac\x62\xfe\x9a\x13\x13\xb0\x30\x54\x9e\xe6\x81\x04\x58\xc5\x98\x66\x4f\x24\xc0\x3a\x9b\x41\xb2\xa7\x61\x4f\x2f\xe6\xcf\x13\x09\xd0\x22\xfd\xd2\x9e\x2e\x48\x99\x75\x53\x2b\x6c\x4b\xb6\xac\x2f\xa1\x29\x5c\x80\xdc\x60\x9b\x4d\x15\xb0\xa5\xcd\xbd\x68\x9b\x82\x04\x88\x0b\xd9\xd2\x64\x91\x2d\x6d\xc7\xf7\xa9\xed\x48\x47\x9c\xce\xab\x29\xb6\xdb\x4a\xd9\x92\x4d\xe1\x02\xe4\x96\x7c\xa9\x0e\xd8\x6e\xd7\xb3\x6b\x5c\xed\x0e\x08\xad\x2d\xed\xb6\x1d\xdd\x5f\x73\x13\x29\x83\x80\x94\xa9\xb5\xee\xaf\x2d\x28\xa5\xc0\xbf\x5b\x77\xe7\x2e\x88\xfd\xa4\x82\xee\x5c\x75\x77\x29\xca\x68\xf3\xe4\x02\xa4\xe7\x8b\xd6\xdd\x0a\xdd\x45\xe3\xf0\x76\xc7\xb2\xb3\x25\xd1\x0b\xdb\x70\x1d\x2d\x88\xcb\x3a\x87\xcb\x68\x41\x29\x3b\x5a\x4a\x1b\xae\xa3\xc1\x3a\x42\x8d\x6d\xc3\x1e\x28\x33\xf6\xcd\x4f\x9d\xf9\xe1\x2e\x95\x64\xd3\x86\x0c\x84\x79\x51\x64\x00\x71\x55\x7f\xdf\x39\x18\xb4\x76\xe7\x14\xdb\x94\x0f\x40\xa4\x5c\x60\xda\xda\x69\xd3\xe4\x16\xca\x07\x20\x37\x27\x5e\xfd\x17\xc8\x70\xe3\xaa\xff\x02\xeb\x4b\x46\x4d\xfd\x17\xc8\x70\xf6\xd4\x7f\xdb\xb4\x53\xc5\x4f\xed\x14\x5a\xec\x5f\x7f\xcd\x4e\x61\x6a\x2a\x3b\xba\x52\xf3\x40\x07\xa4\x8c\xbd\x69\x6a\x02\x5a\xa2\x17\x35\x4d\x4d\x40\x29\xfb\x29\xcd\x0a\x16\x2c\xc5\x0a\xd2\x57\x81\xe3\x81\x20\x0c\xf9\x3f\x10\x8d\x35\x19\xf2\x7f\x20\x1a\x1b\x32\x34\x2b\x85\x22\x61\x67\x74\x43\x91\x00\x44\xfd\xbe\xac\x92\xaa\xc5\xa4\x5d\xd2\x2e\x8a\xf9\x6b\x74\x2a\x64\x3d\x3b\xcc\x22\x64\x3d\xc1\x69\xba\x1c\xd8\x4c\xc2\xd3\x34\x90\x1b\x4b\x26\x5c\x93\xa1\xb2\x70\xa0\x3e\x85\x33\x0f\xac\x26\x42\x62\xe6\x63\xd2\x5e\xed\x4a\xe1\x64\x01\xa1\xe2\x15\xce\x55\x70\x30\x29\x4b\xb9\xf9\xa9\xe0\x0e\xcf\x2d\x40\x38\xfa\xe1\xb9\x25\xe6\xe3\xaf\xd0\x9d\xf9\x4a\x63\x53\xa0\x5c\xc5\x63\x0f\x1f\x16\xcb\x69\x77\xb4\x55\x02\xb9\x21\x69\xe3\x71\xbc\xb0\x4b\x16\x0d\x9f\xe1\x19\x22\xb4\x4b\x22\x69\x43\xbb\x24\xd0\x3c\xa3\x84\x12\x3f\x30\x21\x94\xb3\x58\xec\xfb\xb5\x0b\xb1\x4a\xd3\x5c\x52\xe1\x2a\x38\x39\x66\xa5\xab\x20\x15\xd2\x9a\x0d\x53\x21\x0d\x44\x41\x2d\x4b\x85\x34\x90\x1b\x67\xbb\x54\x48\x03\xa5\x9c\x58\xf2\xf3\x7c\xa4\x21\x09\x37\xbf\x7c\x25\xbd\x16\xa3\x52\x05\x37\x90\x1b\x07\xdb\xf4\x10\x94\x68\xc2\xe5\x84\x57\xa7\x9a\x30\x10\xb5\x59\xac\x4a\x1a\x16\x93\x66\x43\x16\xc4\x55\x24\xd9\x8e\x6a\x4f\x11\x71\xa9\x48\x06\x72\x63\x74\x53\x89\x9c\x97\xbf\xc6\xaa\xcd\xcb\x5f\xbb\x10\x23\xb6\xed\xf2\xd7\x30\x90\x94\x13\xee\x9a\x1a\x48\x80\x38\x99\xbf\xd4\x40\x92\x18\xfa\xca\x89\x30\x48\x0d\x7d\x40\x0b\xb6\x4a\x2a\x91\xd3\x3d\x70\xa2\x7b\xa4\x7b\x20\xc3\x59\x80\xa5\xa7\x32\x0e\x88\xf8\x48\xfe\x9a\x5a\xfa\x09\x7b\x4d\x45\x10\xd0\xd2\x21\x57\x4b\x4f\x2c\x6c\xa5\xda\x38\x45\x10\xd0\xd2\x69\xd6\xc2\x96\x58\xd8\x4a\x85\x49\xa6\xf6\x05\x20\x4e\xd6\x5b\x2a\x81\x80\x55\x8c\xde\x2b\x82\x80\x28\x55\x92\xed\xb8\x1f\x8b\x05\xb4\xaf\x86\x17\x15\x93\xa9\xd7\x9c\x96\xee\xf6\xca\x49\x3c\xdd\xed\x40\x5c\xc8\x91\x74\xb7\x67\xb7\x0b\x87\xc5\xec\x42\xc7\x1a\x8a\x04\x4a\x25\x10\xb0\x86\x65\x91\x94\x40\x40\x6e\x9c\xa6\x53\x09\x94\xe3\xf0\xc7\x68\xee\x70\x6d\x0d\x78\x82\xad\xd5\x1a\x02\xc4\x6e\x6b\xb5\x86\x00\xb9\x6d\x8c\xd0\x70\x38\x86\xc3\xe1\xb2\xf7\xfe\x03\x58\x33\x01\xc9\xe1\xf0\xd0\x52\x5d\xf6\x1e\x5a\x80\xa6\xd5\x37\x15\x4a\xe9\xa1\xa5\x62\x1d\x4a\x0f\x2d\x40\x04\x7a\x57\x2a\x94\x72\x7e\x95\x4a\xb3\xd2\x05\xb1\x39\x55\xda\x4c\x72\xb2\x8c\xd4\xe9\x53\xd9\x02\x44\xdd\x24\xb9\x8c\x3c\x34\x54\x0e\xac\x29\x0b\x01\xe2\x90\x35\x78\x68\x48\xd9\x45\x65\xa1\xde\xb2\x0b\x60\xa9\x67\xd2\x8a\xb4\x02\x7b\x95\x44\x7b\xef\x1a\x16\x5b\x3f\x77\xd7\x94\x96\x6b\x2c\xab\xa4\x5b\x92\x46\xd3\x1d\x52\x97\xc4\x26\xba\x10\xac\xb7\x6a\x38\x10\x1b\xb3\x7c\xbb\xe7\x6f\xd5\x70\x37\xfd\xed\xa6\x07\x5a\x62\x34\xb9\xdd\xf3\x37\xf7\x99\xe5\xe2\x84\x70\x6b\xb6\x07\x22\xd0\xcf\x6e\x75\xe9\xdb\x2d\x79\xc1\x7c\x6e\xb7\xe4\xfd\x1c\xd2\x28\xe7\x9d\x13\x10\x4a\xaf\x5b\x3e\x7e\x3b\x48\x8d\x62\xdd\x41\xea\xca\xcc\x86\xc6\xda\x95\x99\x40\x4b\xf4\xb8\xae\xcc\xec\x1e\xa3\x5a\xf3\xd3\x94\xb6\x06\x49\x6b\x53\xf7\x18\xd5\x55\xfe\x35\xd5\xf4\xf6\xd1\x96\x7c\x54\x6f\xe9\x2a\xff\xdd\x3e\x04\x3b\xbc\xdb\x87\x1e\x0c\xa6\xc6\xcd\x2e\x0f\x01\x62\x47\x8c\x75\x35\xe7\x2e\xbf\x08\x98\x6a\x97\x5f\x00\xb9\xc3\x2d\xbb\xfc\xa2\xab\x77\x06\xaa\x73\x57\xef\x04\x72\x87\xd3\x74\xf5\xce\xde\xe9\x96\x8c\xab\x77\xbb\xd5\xe9\x16\x27\xc1\xee\xa6\xef\xee\x70\x95\xcc\xee\x0e\x07\x52\x8b\x4e\x77\x87\xf7\x01\x93\x0a\x56\x52\x77\x57\x02\xb9\x94\xbb\x9f\xca\xee\xee\xa6\xed\x6e\x5a\x8d\x40\xdd\x4d\x0b\xa4\x1a\x5c\x77\xd3\x02\x51\x36\x49\x36\x53\x7d\xc2\x63\x45\x57\x9f\x00\x72\x87\x21\x76\xf5\x89\xae\x55\x41\xfb\x7f\x77\x9b\x01\xa9\xee\xd7\xb5\x2a\x74\x35\x01\x6f\xe4\xba\x2b\x08\xc8\xfd\x23\xd9\xc1\x87\x7d\x9c\x30\xc9\xae\x6d\x12\x88\x06\x0f\xeb\x8f\x15\x3c\xaf\xc5\xa8\xf4\x75\xca\x17\x84\x82\xa4\x6b\x9a\xec\x2e\xd1\x64\x15\x0c\x97\xe8\x70\x89\x26\xcb\x76\xb8\x44\x81\xdc\xd1\xc3\x86\x4b\x74\x78\x10\xd7\xf0\x34\x14\xe8\x40\xd4\x63\x0d\xe5\x50\x9e\x0f\x0f\xe2\x89\xa9\x7d\x78\x10\x07\x42\xab\xf4\xf0\x20\x3e\xdc\xdb\xde\x61\x0f\xf7\x36\x10\x3b\x4a\xf3\x70\x6f\x0f\x57\x72\x72\x66\x1d\xae\xe4\x81\x80\xdc\xd5\x97\x86\x02\x12\x08\xb5\x99\xe1\xe2\x06\xca\xae\x9e\x32\x5c\xdd\x40\x9c\x28\x42\xc3\x73\x21\x10\x47\x95\x64\xaf\x16\xc4\xc9\x26\x1b\xde\x91\x03\xeb\xc7\x68\xae\x97\xe4\x40\x5c\xf0\xba\xa1\xb5\x12\x88\x82\x3e\x3f\x3c\x50\x0e\xe4\xf4\xbe\xa1\x8f\x0d\xe5\x34\xd0\xe2\xfb\xb1\x5b\xd2\x8d\x26\xe7\x97\xf6\x09\xcb\xe4\xbe\x61\x5e\x18\x5a\xd3\x80\xd8\x38\xa0\x0d\x0f\x8f\x40\x04\x9a\xc6\xf0\xf0\x08\xc4\x15\x92\x9c\x3d\x04\xfc\xbe\x61\x36\x18\x0a\xf8\xe1\x15\x1a\x1b\x61\x28\xe0\x81\xe6\x81\x64\x28\xdf\xc7\xda\x7c\xeb\x4b\x96\x8c\x82\x75\x28\x58\x39\x08\x0c\x05\xeb\x98\xb6\x16\x3d\x60\x28\xaa\x80\xd8\x9d\x3c\xcf\x4f\x40\x6b\x1c\xe3\x86\x5b\x08\x28\xbb\x46\xaa\xe1\x1e\x02\x72\xdf\x24\xd9\xda\xe9\x40\xa2\x02\x0e\x85\x1c\x10\x6a\x2d\xc3\x23\xd5\x78\xbf\x62\xf4\xca\x93\x11\xd0\xb2\x4a\xfa\x8a\xad\x85\xb5\x6b\xb7\x9a\x6e\x84\xb9\x74\xb7\xb2\x6b\x6a\x9a\xde\xff\x02\xb9\xc1\x22\xa7\x17\x5d\x40\xd9\x9d\xe5\xe9\x4d\x17\xd0\x02\x35\x79\xb6\x4b\xd2\x6d\xb1\x0b\x5a\x97\x86\x5d\x09\xcb\xf5\x54\x2b\x9c\xcd\x86\x60\xbc\x99\xae\xf0\x89\x81\x64\xd7\x46\x30\x35\x90\x00\x59\xd0\xed\xa6\x06\x92\x19\x7e\xca\x06\x9f\xae\x5d\xa0\x25\x7c\x79\xba\x76\x27\x2c\x7d\x2f\x58\x65\xa7\x2c\x1d\xc8\x0d\x4e\x36\x65\xe9\x13\x5e\xbd\x7b\x36\x9f\xf2\x6a\x20\x95\xb6\x53\x5e\x3d\x1f\xe6\x79\xb7\x0f\xda\x31\x81\x2c\xe8\xc9\x53\x2f\x0d\xa0\xec\xfb\x65\x31\x07\x0e\x91\x19\x6c\xc8\x29\xc3\x9b\x8b\xc9\xad\x62\x34\xe4\x69\xd2\x3c\xed\x32\x6e\x1a\x45\xe7\x6b\x31\x07\xc9\x13\x0c\x90\xc5\xe6\xbe\x5f\x31\x7a\xba\x73\xe0\x9b\xaf\x3d\x5d\x90\x05\x1d\xf0\x71\x9e\x1f\x0e\xa8\xfb\x8e\x1d\xfc\xf1\x80\x0a\x64\x41\xbb\x7b\x3c\xa0\x3e\xf5\x2b\xb6\xba\xf0\x54\x8b\x55\x8b\x9d\x90\xbe\x62\x4c\x96\x7e\x3c\x8f\xdc\x0d\x88\xfd\x94\x94\x92\xd2\x62\x7e\x7a\x4b\x5b\xca\x6e\xbb\x24\xb1\x42\x9e\xeb\xfb\xb5\x35\x96\x8f\xe6\x7d\x20\x0a\x63\xf4\x68\xde\x7f\x2e\x7a\x7a\x30\x0b\x8f\x47\x13\x20\x74\x62\x7a\xae\x57\x12\x7b\xf7\x60\xef\x3e\xcd\xde\x2f\x48\xed\xba\x8f\x07\x98\xc7\x35\x78\xa0\x61\x3f\xae\x41\x20\x92\x59\x78\x34\x02\x3e\xc9\x8a\x3e\xd0\x3c\x1f\x99\x14\x10\xd5\xe6\xe6\x90\xe4\xaf\xb1\x7a\x1f\x17\x17\x10\x27\x46\x9e\xe7\xb6\x82\xfb\xb0\xd8\xdf\x70\xd7\xfd\xc8\xd7\x80\x08\x94\xe6\x47\xbe\xf6\x60\x27\xdb\x0f\x98\xf5\x23\x13\x7b\x64\x62\xc8\xb3\x47\x26\xf6\xdc\xdd\x62\x7e\x6a\x3b\x6f\x2c\x06\x87\xc5\xa6\x24\x87\x35\xa4\x39\xac\xb7\x5b\x85\xc5\xe2\x59\xe6\xe9\xc3\x62\x0c\x44\xf7\xd3\x8e\xa9\x0f\xd1\xf2\xa8\xc2\x00\x29\xb3\x7e\x54\x61\x9e\x01\x8b\xf1\xf8\xff\x68\xed\x02\x22\x1c\x55\x4f\x24\xc0\x2a\xc6\xe8\x7b\x24\x01\x5a\xfb\x8a\xb9\x1a\xc7\xb0\x18\xcd\xd5\xe8\x01\xb4\x86\xe6\xfb\x78\xd6\x00\x72\xe3\xa4\xf8\x78\xd6\x78\x26\x6b\xdb\xbb\x95\x47\x06\x0b\xb4\x44\x12\x3e\xda\x39\x80\x50\x4f\x7f\x3c\x6a\x3c\x0f\x23\xa9\xa8\x7d\x54\x3e\x80\xd0\x02\xfb\xe8\x6b\xf5\xc8\x5f\x3d\xea\xbf\xee\xbb\xb7\xc2\x3a\xbc\xf7\x79\xbd\xdd\x04\xe2\xc0\xe8\xfd\x7a\xbb\x09\xb4\x60\x2b\xbe\x9e\xfe\x81\xd4\x9f\xf0\xf5\xf4\x0f\xb4\xc4\xa8\xfe\xba\x39\x81\x96\x9c\x1d\x5f\x37\xe7\x5b\x1d\xa1\xe6\xef\x4f\x69\x4b\x09\xd8\x51\x50\x5e\x8f\x0b\xef\xc5\x5a\x3c\x59\x1e\xef\x65\x9d\x17\x16\x07\x18\xd8\xab\x67\xd1\xeb\x3e\x71\x19\xbf\xee\x93\x17\x9b\xf7\xee\x0e\x78\xb5\x79\x03\xb9\x6f\x92\x6c\x88\x2c\xbd\x32\x6c\xaf\x2c\x1d\x88\xf8\x48\xec\xeb\x37\x4f\x8b\xad\xf5\xf1\xea\x24\x03\x64\xa0\x64\xbd\xde\xda\x01\x65\xf7\x48\xfc\x7a\x6d\x07\x34\x6f\x1e\x5f\xad\xd4\xaf\x1b\xb6\xa2\x55\xbc\x6e\x58\x20\x0e\xf6\xd0\xeb\x86\x05\x56\x31\x6b\x70\x90\xf0\x71\xa8\x61\x05\x0e\x12\x17\x7e\x7b\xe5\xaa\xfb\xf5\xc2\x0f\xc8\x40\x11\x78\x55\x51\x5e\x37\x47\xe5\x00\xf5\xba\x39\x80\x28\xb0\xa1\xd7\xcd\xf1\x72\x10\xdf\x2b\x5c\xed\x75\xd9\x03\xcd\x3b\xd6\xd7\x55\x0f\x94\x5d\xc3\xcf\xeb\xb2\x07\xb2\xb0\xea\x5f\x95\xfa\xd7\x9d\xa0\x81\xf1\x75\x27\x00\x4d\xb5\xf6\x75\x27\xbc\xd3\x59\x40\x62\xbe\x2e\x68\xa0\x05\x2c\xfd\x55\xad\x78\x5d\xbc\x75\xed\xf9\xdc\x58\xbc\xb9\x39\xf7\xd7\xda\x58\xb9\x85\x34\x07\x0e\x13\x77\x6e\x0c\x9c\x90\xf8\xb4\xe6\xc6\xc0\x09\x81\xcf\x65\x6e\xf0\xc3\xdc\x30\x7d\xec\xf8\x2a\xe4\x86\x64\x15\x1a\xde\x83\xb9\x61\xfa\xc8\x4d\xdd\xab\x9d\xb9\x68\xc3\x4a\x31\xab\x1f\x6b\x90\x72\x43\xf7\x12\xb2\x9c\x7c\x89\x55\x3d\x37\x39\x08\xce\x05\xb9\x31\x96\x42\x96\x75\xb4\xcb\x8d\xa1\xcc\x0d\x2b\xc1\xde\x2a\x9f\x4e\x2b\x9d\xdc\xcc\xef\xf4\x80\xe3\x8b\x90\xc5\x66\x4c\xfb\x89\x83\xe5\x8e\xaf\x6a\x6e\xcf\x47\xb3\xef\x34\xed\xb1\xef\x8f\x3d\x48\xda\xf1\xda\x83\x17\x09\x74\x5e\x90\xec\x81\x02\x9e\x9b\xbf\xdc\x10\xf0\x42\x96\x83\x4a\x11\xf0\xb9\x39\x31\xb1\xd8\x67\xea\xa7\xbc\xaa\x93\x96\xd0\x76\x69\x8b\xab\x60\x49\xc9\xb2\x8e\x37\x0b\xe8\x69\xac\x23\x4d\x16\x8c\x9b\x42\xc3\xec\x9d\x05\xe3\xa6\xb0\x8a\xf9\x6b\x53\x9a\x5e\xb9\x07\x24\xba\x55\xf0\xdd\xd8\x83\x41\x2a\x98\x2d\x85\xc4\xdf\x27\x4b\xb5\x1d\x58\x32\x77\x24\x56\x16\x78\x99\xd0\x32\x24\x55\x49\x6b\x62\x4e\x7a\x5a\xe0\x65\x59\xb0\x9a\xec\xb1\x94\xff\x2c\xa8\x10\x42\x96\xb5\x4d\xb3\xa0\x41\x08\x51\x77\x3a\x5a\xed\x94\x2c\x0f\xf7\x88\x2c\xd5\x1e\xc8\xf2\xec\x68\xb5\x07\x97\x3d\x60\x3d\x97\xcb\x1e\x5c\xf6\x80\x2f\x2f\x7b\x70\xed\x16\xa3\xb9\x97\x43\x79\xe1\xd5\xb9\xff\x5c\x70\x67\xb9\xec\xb3\xea\x4a\x1c\x34\xe0\xfa\x1a\xa0\x9f\x9f\x24\x76\x45\x69\x6c\x76\xee\x3b\xb3\x34\x07\xa2\x61\xbb\x76\x54\x71\x21\x4b\xbc\xd0\xcb\x1e\x95\xa9\x6c\x0e\xc4\xe7\x60\xcd\x10\x36\x07\x02\x65\xfb\x08\x3a\xd8\x9c\xdd\xc6\x3a\xae\x92\x1c\x1a\xf7\x75\xd8\x0e\xf7\x75\x09\xa7\xad\x32\xac\x61\x17\x02\xde\xf4\x15\x73\xda\x3c\x61\xc6\xc5\xcf\x85\x3f\xc7\xcd\x63\x1e\x34\x2d\xec\xa8\x67\xc7\xb8\x18\xd6\x74\xa4\x39\x3b\x1e\x3b\xcd\x4d\x47\x3a\x1d\xe9\xc6\xa7\xe9\x48\x73\x1b\x59\x96\x8a\x92\x25\x6d\x87\xac\x3f\x1a\x5b\x20\x1d\x90\xe4\x7c\xed\xb0\xc1\xfa\xb3\xc8\xfa\xa3\xb1\x7e\xd2\x01\x81\xf5\xe3\xf8\x94\x25\x1d\x90\xdb\x65\xc6\x2e\x2e\xb7\xcb\x0c\x87\x31\x6e\x67\xb3\xdc\x8e\xee\x8d\xa2\xea\x02\xbd\xfd\xb1\x05\x6b\xa3\x41\xf2\xc7\x64\x6a\xd8\x67\xb2\xc8\xd4\x80\xfc\xfa\x2e\x53\x03\xf2\x74\x19\xf7\xef\x4b\x26\x01\xf7\xb6\x2c\xdd\xc5\xc0\x8d\x22\x57\x0a\x59\x64\x7d\x45\xed\x09\x6f\xfb\x2c\xc3\x21\x1a\x0c\x91\x7d\x1f\x0e\x91\xc2\x20\xdd\xea\xc3\x79\x19\x9a\xf2\xe9\xc1\x70\x5e\x06\xac\x29\xdd\xc3\xd3\x1a\x26\x2e\x91\x29\xc9\xa9\xc2\x04\x8b\x19\x21\xcb\x74\xaa\x38\xd7\x5e\x32\x84\x69\x33\xb0\x0d\xed\x09\x43\x2f\xd3\x76\x4c\xb5\x16\x56\xd1\x74\xc9\xa8\x77\xa5\x0c\x61\xba\xc2\x17\xc4\x37\x92\xd3\x09\x55\x4e\xa5\x53\x35\x9d\x51\x6c\xbc\xa7\x33\x35\x9d\xa9\xa9\x07\x29\xa3\x36\x1d\xef\xe9\x48\x7e\x34\x47\x72\x3a\x92\x0c\xc7\x63\x3f\x3d\xc5\xa5\xbb\xff\xb1\x57\x9c\xe2\x8e\xc6\x10\x3d\xf6\x0a\x5f\xb9\x1d\xd7\xa5\x2c\x8f\x35\x2c\xc8\x6f\x5b\x3d\xce\xa8\x4c\x3e\x5d\x1f\x32\x79\x20\x3e\x3e\x2a\x93\x07\xca\x9e\xce\xd5\x6b\xa5\xaf\x61\x16\x92\xac\x54\x26\x9f\xc8\x29\x03\x39\xd2\x28\x88\x3d\x91\x53\x46\x41\xe4\xde\xd7\x58\x1e\x1b\xf3\xb7\x73\x83\x2d\xc4\x65\xb1\xce\x58\xee\x58\xdf\x0f\xcc\x0b\xb9\x3b\xf5\x40\xe0\x5f\x9d\x3b\x1a\xb1\x50\x0e\x4e\xfa\xb9\xbb\x1a\x80\xc4\x75\x32\x77\x57\xc3\xce\x3c\x1f\x1c\x89\x73\x77\x9e\x81\x8c\x2a\xa9\x4a\x5a\xed\x3d\x38\x76\xe6\xee\x34\x00\x71\x5e\x90\x9c\x06\x20\xf6\xa5\x8e\xa4\x51\x10\xb9\x73\x86\x3d\x0a\x8b\x97\x18\x80\x0f\x02\x37\x82\x34\x12\x20\x0f\xae\xd2\x0e\xf5\x8c\xa3\x4a\xc3\x9f\xb7\x6d\x07\xa4\x22\x69\x50\x0c\x4e\x76\x28\x0c\x80\xd8\x18\x72\x3d\xeb\xf3\xb8\xfc\x35\xb6\xe9\xd1\xfc\xb5\x86\x4f\x10\x73\x8a\xb3\xfc\x02\x46\xbc\x04\xbf\x26\x7f\x06\x1a\x86\xe0\x3c\xe4\xcf\xb8\xaa\x97\xa3\xc0\x07\xf4\x55\x4f\xdc\xc7\x17\x8d\x9f\xc3\x42\x27\xc4\x59\x2c\x66\xdb\xd0\xa8\x8e\x5d\x5a\x7e\x34\x4e\x56\x76\x41\x8d\xea\xc0\x43\xf6\xd8\x77\x46\x84\x93\xa0\x90\xd8\x9f\x52\x1f\x71\xa1\x1c\x3b\x62\x47\x27\x71\x21\x76\x7f\x8d\xc3\x61\x1e\xfd\xb0\xd8\x5a\x70\x07\x96\x6b\x21\x02\x0d\xe2\xe8\x56\xb0\xd6\x53\x39\xb8\x5f\xcf\xa3\x7f\x9f\x7a\xf9\x45\xaf\xb0\x99\x24\xde\xdf\xe5\x20\x0e\x29\x75\xff\x16\x72\x43\x78\x1c\xb2\x3c\x60\x15\x63\xe0\xba\x3d\xed\x28\x1a\x0e\x6f\xb7\xa7\xe8\xbf\xc7\xce\x1a\x3c\x54\xda\x80\xc0\x4b\x23\x8f\x61\xaf\x70\x72\x38\x38\xd4\xe4\xe1\x8a\x06\xe2\x70\x02\x5d\xd0\xc7\x74\x40\xae\xfc\xb9\xe8\x3e\x64\x45\x40\x6e\x95\xb1\x91\x13\x1d\xd3\x1e\xb2\x7d\x0e\x95\x46\xa0\x85\xbd\x51\x69\x04\x1a\xd6\x8d\x3c\x54\x1a\x0f\xdc\xe6\x0e\x4c\xbc\x79\xb8\xe0\x81\x26\x53\x38\xe4\x44\xc7\xe3\x84\xa0\x23\x1d\x8f\x13\x82\xf1\x88\x80\xa1\x3c\x1e\x27\xc4\x7b\x73\xf6\xdd\xf1\x38\x34\x4f\xf8\x25\xcd\x7d\x9c\x90\x07\x23\xe1\x57\xc1\x2d\xc9\x1e\x84\x9f\xda\x03\x8c\xea\x78\xbe\xe7\xf1\xd8\x03\xce\xb5\x98\x12\xf3\x78\xbe\x1e\x4c\xbc\x08\xed\x80\x53\xf4\x38\xf6\x21\xcd\xb1\x5f\x10\xfb\x45\x07\x64\x88\x40\x39\x76\x64\xcb\x21\x47\x04\x42\x75\xf6\x90\x21\x1e\xaf\x7d\x77\xf3\xbc\xf6\x9d\x0b\xb9\xcd\x99\x7c\xed\xfb\x8b\xc1\xd1\xbe\xbf\xf6\x1d\xff\x8f\x63\x4f\x2b\xb5\xa3\x0b\x5a\xd8\xdc\xd7\x7e\xca\x60\xb8\xf5\xc9\x43\x06\x03\x84\xcc\xc4\x80\x81\x3c\xb9\x15\x38\x8e\x4d\xda\x29\x8d\x76\x54\x49\x55\xd2\xb0\xd8\x09\x6d\x4a\x9b\x9c\x50\x24\x3d\x92\x60\x30\x47\x59\x3d\x35\xfc\x40\x68\xed\x92\x54\x24\xa1\x16\xb1\x39\x4f\x55\x68\xa0\x25\xab\xe8\xc4\x40\x20\x04\xf6\x9d\x3c\x55\xaa\x81\xf5\xfb\x16\xb3\x69\x15\x8f\x76\xa4\xf4\xa9\x56\x7d\x62\xab\x3b\xb0\xae\xe5\x89\xad\x4e\xc8\x8d\x9d\x73\xaa\x68\x9f\xf5\xb6\x98\x35\x74\x69\x9e\x8a\xfc\x72\x48\x1a\x70\x48\x86\x43\xde\x0a\xe4\xf6\xf5\xc9\xae\xe3\x7f\x70\x10\x86\x97\x27\x77\x91\x42\xe0\xe0\x90\xe7\xe5\x68\x5c\x8e\x37\xd2\xec\x54\x6d\x06\x72\x83\xbb\x9c\x97\x9d\xc2\x4b\xf0\x38\xe0\xde\xe7\x65\xaf\x70\xd6\x3e\xe0\x55\x27\x5e\x82\x79\xa2\x70\x1f\x87\xcd\x55\xe1\x3e\xb5\x0f\x56\x2b\xb5\x1d\x04\x41\x1d\x07\xf2\xdd\xd8\x0e\x21\x30\x2a\x27\x71\x1e\x1f\xac\x62\xfc\x5a\xb3\x6d\x8d\xb6\xa1\xfb\x1a\xee\x21\xac\x62\x34\x44\xf1\x70\xaa\xbe\x87\x5f\xda\xb6\xe6\x24\xa0\xd5\x1a\x02\x22\x24\xde\xbf\x79\x36\x27\x01\x2d\xff\x38\xd0\x13\x4f\xb5\x7c\x20\xb0\xe6\xe4\xa9\x96\x6f\xf0\xc8\x21\x9b\x33\x78\x44\x88\xc6\x46\x20\x90\xe4\x83\xd8\xd9\xca\x86\x93\x08\x51\x5d\x46\x61\x47\xf1\x67\x3f\x8e\xd3\x2f\x6d\x2e\xfe\xec\x18\xb7\xf3\x0c\x5b\x8b\xe1\x06\x83\x7a\x9e\x61\x6b\x31\x8e\x1c\x87\xbf\x76\x5b\xe7\x82\xd6\x38\x9c\x19\x00\x92\x27\xf7\xa6\xc7\x81\x92\x7f\x76\x2b\xed\xd8\xbb\x90\xbd\xa7\xd2\x07\x28\xc7\x61\x0d\x8a\x1f\x20\xaa\x2b\x5c\x6d\xe7\xec\xf6\x1d\xce\x73\xaa\x36\x03\xb1\xa3\x87\x9e\xaa\xcd\x40\x6b\x36\x4d\x8b\xc1\x89\x07\xd5\x71\xa0\xc6\x9c\xc3\xe5\xbc\x20\x89\x2d\xcc\x53\xad\x99\xf8\x8c\x72\xe0\x03\x92\x06\x68\x08\x11\x6e\x21\xf5\xd0\x73\xb2\xbb\x4f\xd7\xae\xaa\x0d\xd0\x22\x29\x26\xa7\x37\x08\xe2\x38\x91\xda\x06\x41\x64\x75\x05\x9e\x88\xed\xea\x0a\x04\x02\xcf\x96\xac\xae\x40\x83\x0f\x8e\x8a\x71\xc4\xe0\x83\xac\x84\xbc\x1e\x95\x8d\x55\x9d\x40\x20\x88\x2e\xca\xea\xc1\xad\x72\xfd\x71\x60\x52\xcb\xaa\xfe\x50\x8d\x31\x83\x15\x57\x2d\x32\x40\x2a\x5f\xea\x6d\x05\x4e\x16\x9e\x16\xa9\x83\xbf\xd0\x02\xbd\xae\x3a\x59\x95\x63\xcf\x51\x2f\xda\xe6\xb1\x07\x08\xad\x1e\x55\x1d\xa0\x2a\xa2\x2b\xfc\xa8\x2a\xa2\x81\xc4\x2a\x9d\x55\x11\x0d\x94\xa3\xda\x7b\x95\x4e\x20\x97\x8e\xf5\x53\xa9\x5d\x3d\xa1\x00\x79\xb0\x89\xab\x27\x94\xaa\xe6\x5a\x6d\x93\x9a\x2b\x10\x57\x95\xc4\x32\xab\xcf\x57\xff\x9a\xb8\xea\xc4\x01\x79\x84\x24\x2b\xe0\xe2\xe6\xb8\x9c\x10\x2e\x6e\x84\x28\x8e\x03\x17\x37\x59\x15\x7a\x17\x7c\xbf\x2a\xf4\xaa\xe1\x31\xd7\x05\xc9\x5f\x7b\x59\x67\xd7\xce\xb0\xbe\xdf\xa7\x81\xb3\x0a\x83\xcf\x3d\x5e\x56\x45\xd7\xe5\x02\x52\x74\x55\x75\x63\x56\xad\x01\x17\x49\xa4\x44\x39\x2e\xb8\xda\x25\xe7\x07\xf2\x2c\x92\x68\xee\x85\x8f\xd6\x61\xef\x2f\x0d\x04\x97\x3e\x5a\x21\x69\x4a\x62\xde\x2e\x04\xb2\x91\x14\xa9\x0f\xfd\xa1\xe1\x4f\x1f\xfa\xc4\x57\xbb\x1c\x9a\x84\x74\xd6\x16\xf2\x60\xe9\x35\x2e\x73\xb2\x5d\xd4\xea\x12\x6d\xd7\x90\x86\x20\xb9\x2a\xa4\x29\x89\xae\x72\xa3\x98\x4d\x06\x0e\xa4\x3c\xbd\xc9\xc0\xf5\xdf\x3e\x02\xf1\xa8\xff\x76\x36\xc2\x3c\x8e\xe0\x84\xd6\x30\x18\x0b\x89\xd5\x37\x9b\x46\x03\x20\x1a\x0a\xb9\x5e\xcd\xa9\x0b\xf3\x81\x13\x4e\xea\xc2\x2c\xb4\x40\x27\xd5\x85\x39\x75\x61\x3e\xb4\x54\xea\xc2\x2c\x04\x57\xda\xa9\x0b\x73\xea\x26\x7c\x10\x51\x9a\xba\x09\x0b\x79\x60\x1e\xd1\x4d\x38\x1b\xd1\x0d\x87\x87\xc7\xa6\x4a\x05\x44\xb3\x1d\x6a\x54\xfa\xc5\x1e\x58\xf7\x53\xbf\x58\xa1\x25\xea\xbd\x7e\xb1\xa9\x77\xeb\x91\xcc\x8c\xde\xad\x89\x8f\x6a\x39\x71\xdd\x4a\x9d\x54\x85\xe4\x62\x2c\xf5\x51\xcd\xc0\x07\xe7\xc4\x15\x31\x03\x1f\x1c\x21\x1a\x4c\x37\xf0\xc1\xc9\xc0\x0f\xe2\xdc\x58\x98\x81\x1f\x84\x10\x1b\x1c\x36\xd4\x6e\x02\x47\xc1\x73\x2b\xd4\xe0\xf9\x09\x48\x45\x7c\xc8\xeb\x80\x72\x6e\x08\xef\x90\xd9\x01\x71\xc2\x76\x42\x69\xab\xb3\xec\xf9\xd5\xe0\x3c\x03\xe5\x54\xff\x0d\xc5\x1c\x90\x5c\xe4\x65\x28\xe6\x02\x77\x89\x53\x2d\x22\x70\x97\x10\x5a\x62\x1c\x0a\x0f\x63\xe1\x61\x6c\xb3\x02\xa6\x3e\x16\x4b\x2c\x27\x71\x45\x19\xf2\x44\x60\x1d\x42\x21\x59\xe7\x9d\x14\x0b\x3e\xd5\x60\x04\x84\x87\xe9\xd0\x60\x14\x1c\xd7\x4f\xee\x75\x33\x14\x60\x40\xe0\x12\x99\xe1\x71\x1d\x88\xe2\x97\x1e\xb2\xf4\x0a\x3e\x8b\x6d\x93\xc1\xea\x15\xac\x1a\xa4\x57\x70\xc6\x3a\x16\xad\x62\x74\xd4\x73\x11\x10\xb8\x22\x67\x0c\x7f\x6d\x30\x1e\x84\xb8\x27\x9e\xc4\x1f\xb4\x86\xde\xa9\x3f\x71\x06\xf6\x80\xb3\x58\x83\xbc\x19\x08\x7c\x29\x33\x64\xcd\x41\x8c\xe4\x59\xe0\x3f\x21\xa7\x05\xa2\xb9\x40\x64\xb4\xf1\x58\x0c\x5d\x31\x34\xae\x00\x71\x38\x6c\xcf\x57\x8c\x3b\x27\x76\x8c\xce\xc1\x42\xaa\x7a\xe9\x1c\x9c\xc1\x81\xe3\xd4\x90\x1f\x6e\x0f\x20\x55\xe4\xc2\x03\x87\x3e\xc4\x67\xb1\xf3\x32\x5a\x7d\x88\x4f\x17\xa5\xe6\x16\x3d\x81\x4f\x4d\x04\x7a\x02\x67\x9e\x36\x97\x99\x4f\x0d\xe8\x40\x6c\xcc\x7c\x7a\x1e\x48\x37\x16\xbe\x0b\x99\x6e\x2c\x20\x88\x3d\xce\x74\x63\x25\x3a\xeb\x59\x30\x59\xe6\xf5\xd1\x60\x48\x8c\x47\xca\x2c\xf1\xb6\x2d\x27\x4e\x1f\xa9\xbb\xad\xd0\x02\xe5\x3c\x65\x79\x89\xfb\xc5\xa9\x89\x20\xd5\x3c\x81\x54\xf1\x4c\x15\xcf\x44\x7d\x3c\xf1\xcc\xca\x54\x7d\x04\x02\x0f\x92\x4c\xd5\x47\x20\xb9\xd2\x4e\xfd\x74\x53\xa7\xdc\x73\x67\x81\xe8\x94\x9b\x19\x56\xca\x6a\x48\xcd\xbf\xc0\xda\x71\x90\xac\x94\xb8\xfa\x93\x98\xee\x4c\x35\x43\x20\x97\x76\xfe\x53\xe1\x8d\xeb\xef\x02\x07\x82\xc9\x4c\x8d\xc8\xf9\xb9\x29\x1d\x90\x1c\x08\xec\xca\xe7\x6e\xaf\xb5\x2b\x03\x41\x4c\x55\xa6\x76\x65\x1d\x85\xcf\x1d\x3d\x5a\x47\xe1\xfc\x1c\x85\xd3\x62\x56\x7a\x5b\x8c\x45\xa5\x1f\xaf\x90\x07\xa7\xc7\xbc\xbf\x62\x6c\x8b\x1d\xbd\x5f\x3f\x5e\x21\x3d\xef\x65\xb7\x1d\x5d\x4e\x47\xd3\xba\xed\x40\x9b\x3a\xf7\x4b\x9a\x6b\x0a\x97\x41\x75\xf7\x54\x9b\x02\x92\x20\x97\x4c\x35\x5f\x20\x35\x96\xa7\x8c\x23\xb1\x9e\x9c\x3b\xba\x46\x6a\x3d\x01\x52\x0d\x5c\x37\x61\x21\xf1\x92\x48\xdd\x84\x85\x72\x7a\x17\xa2\x9f\xb0\x90\x87\x13\xae\x82\x0c\xac\x62\x0c\x87\x77\x6a\x40\x7a\x38\x48\xad\xcf\x78\xfb\xae\x62\x74\x6a\x38\x6a\x83\x51\x43\x49\xc9\xe1\xa8\x0d\x67\xd4\x79\xd1\x06\x09\xe4\xe1\x78\xab\x0e\xea\x01\x7c\xe2\xbf\x92\x7a\x00\x0b\xd1\x9c\x64\x95\x3b\x3c\x7c\x57\x31\xba\xa5\xdd\x37\x8d\x87\x76\x31\x6a\x92\xc9\x69\x4f\x61\xb8\xa9\x56\x0e\xc4\xe9\xaf\xa9\xdc\x25\x7e\x88\xe7\x81\x4a\x9b\x32\x9d\x94\xe9\x9c\x92\x1c\x71\x62\x15\xcf\x03\xe9\x98\x6a\x77\x40\x7a\x90\x4b\x8d\x2d\x89\x7b\xc0\x79\x6c\xd2\xdc\x50\x0b\xf2\xe0\xb4\x9b\x9a\x51\x74\x3b\x3e\x8f\xc2\x34\x6b\xe5\x00\xd2\xf3\x9e\x6e\xc7\xa9\xdb\xf1\xe9\x41\x5c\xb7\xe3\xbc\x09\xa7\x3d\x1d\xdf\x5b\x99\x0c\x04\x31\x0f\x79\x7b\xb7\x77\xe3\x87\x78\xda\xb8\x5b\x8d\xef\x36\xcf\x08\x7a\xd6\xed\xe9\xff\xbe\xec\x3d\x6b\xfc\xf6\x8c\x0d\xe4\xf7\x6b\xb2\x2b\xa0\x9c\x07\x07\xfb\x5b\x7e\x05\xc4\xf6\x15\xf3\xd7\x14\xfa\x07\x5a\xdb\xad\xd0\x07\xa2\xda\x0e\x85\xfe\xcd\x41\xf9\x3c\x60\x88\xb7\xfc\x0a\x08\xb9\xda\xed\x41\x19\x68\x19\x7e\xf9\x55\xe0\x80\xb0\xde\xf4\x4e\xce\x3b\x9c\x19\x4e\x11\xb7\x27\x54\xa0\x35\x2b\x90\x0f\xdd\xe1\xcc\xa0\xc7\xde\x0a\x7d\x20\x8f\x6a\x31\x66\xe6\x96\xab\x1c\x1c\x13\x6e\xb9\x0a\x90\x07\xf7\x6d\xb7\x5c\xe5\x4e\x07\x84\x03\xe4\xad\x46\x09\xe4\x51\xfd\xd2\x76\x24\x93\x75\x62\x93\xbe\xe5\x34\x40\xca\xca\x6e\x6f\xa6\x80\xc4\x09\x33\x6f\x6f\xa6\x6e\x8e\x6d\xe7\xb9\x49\x7b\xa4\xa1\xeb\xb3\xe9\x6f\x8f\x6d\x37\x4e\x92\xa7\x7a\xcb\xed\x21\x1b\x88\xd3\x49\x50\x3d\x05\xa2\x58\x81\xea\xe9\xad\xda\x72\xb2\x04\x6f\xb9\x1b\x10\x87\x15\xa8\xb6\xdc\xea\x01\x64\x08\xca\x5b\x3d\x00\x48\x62\x84\xf3\x76\x9b\xde\x5c\xec\x9c\xa7\xbd\xf2\x62\x07\x88\x28\x92\x1c\x22\xb7\x2e\x59\x67\xf2\x76\xeb\x02\xe9\x19\xfb\x76\xeb\xde\x8f\xbd\x42\xee\xdd\x9e\xb8\x80\xf8\xe6\x45\x0d\x42\xbf\xf4\xf3\x44\x4c\xeb\x97\x2e\xc4\x89\xa6\xaf\x5f\xba\x90\x5f\x47\xdd\xcd\xba\xaa\x9f\xa4\xb5\x49\x5d\xd5\x53\xaf\xf1\xf3\xa4\x06\xbd\xc6\xb3\xcb\x91\x2a\xc7\xf3\x6e\x57\x81\x2c\x1c\x2f\xba\x1c\x49\x97\xe7\xf3\x62\xef\xea\xf2\x2c\x24\x01\x8c\xa9\xcb\x73\xea\x7d\x7c\x92\xd4\x23\xf5\x3e\xce\x41\xda\xa0\xf3\x82\x35\x0e\x0d\x7c\x40\xc8\x06\x87\x06\x3e\xdc\x86\xcb\xd9\xe0\x52\x43\x33\x1d\x10\x2e\xf2\xe1\x7d\x38\x90\xe5\xfb\xb2\x4b\xea\x7e\x29\x6d\x48\x53\xd9\x3d\x21\xd1\xb6\xa1\x5a\xd1\x58\x48\x43\xb5\x02\x88\x75\xc6\xfd\xa9\xe8\x1e\xee\xe2\xd1\x6c\x26\x07\x9c\xa1\x21\x0b\x68\xcd\x0e\xaa\x88\xe8\xd6\x7c\x36\xf4\x74\xdd\x9a\x73\xe0\x48\x74\x7a\xc9\x3a\xd4\x27\x80\xd8\x50\xfe\x86\xe6\xa8\xc1\x19\xed\x6c\xc8\x8d\xe1\x19\x6d\xe8\x73\x02\xf3\x1f\x6e\x95\x41\x2e\x9c\xb3\xb1\x94\x87\x4b\x19\x88\xca\x26\x18\x5e\xd9\x0e\x22\x2d\x4f\xd2\x30\xe4\x50\x58\x01\x41\x8a\x8f\x1c\xea\xc7\x03\xdb\xc5\x19\xc5\x62\xaf\x34\x3c\x4d\x91\xa3\xc3\x7d\x31\x9e\x6a\x31\x68\xae\x34\xa0\x35\x96\xc1\xd0\x4e\x00\x84\x52\x79\x28\x49\x86\x62\x23\x10\x4c\x43\xb1\x01\xb4\xb8\xfc\xd2\x8e\x72\x56\x3c\x03\x25\x74\x78\x56\x1c\x46\xc2\x73\x2a\x1e\x2a\xc3\xf8\xf8\xae\x62\x0c\x88\x66\x6f\x20\xb6\x22\xc9\x0a\x5e\x7f\x8d\x3d\x3b\x34\x27\x00\x41\x32\x81\xd4\x2d\x38\x27\x0e\x26\x27\x79\xc3\x72\xea\x60\x02\x04\x59\x90\x72\xaa\x1f\xcf\xd3\xce\xb3\x55\xa6\x9a\x2f\x10\xfb\x65\xb1\x26\x09\xaf\x96\xef\xcb\x90\xc4\x94\xea\x47\x30\xb5\xa1\x4f\x6d\xe8\x34\x77\x6a\x43\x9f\x1e\x3c\x71\xce\xce\xe9\xc1\x13\x08\x6d\xe8\xd3\x83\xe7\xc4\xb1\xe3\x0c\xf4\xac\xa9\x63\x07\x10\xc4\x4b\xe6\xd4\xb1\x63\xe2\x68\x7a\x06\x52\x63\x2a\xbe\x80\x20\x5e\x2a\x27\x8e\xa6\x42\xec\x1c\x59\xe7\x75\x4b\x72\xd8\xc2\x5f\xb3\x6d\xd8\x96\x03\x8d\x64\xaa\xa7\x4f\x65\x61\x70\x12\x9f\xca\x42\x20\x48\xf0\x91\x53\x59\xa8\x37\xf5\xa9\xa1\x50\x6f\x6a\x21\x88\x77\x4d\xbd\xa9\x53\x6f\xea\x13\x67\xf5\xd4\x9b\x5a\x88\xed\xfb\x72\x48\x62\x28\x09\x81\xcb\xa9\x01\x07\xc8\x8b\x85\x8a\xb7\xf5\x07\xab\x18\x34\xf7\x1f\x4e\xd5\x8b\xc6\xcf\xa9\x89\x4f\xc3\xcd\xd9\xba\xd3\xa3\xf3\x0c\x6b\x28\x16\xb3\x06\xc2\x0a\xc8\x3d\x90\x53\x7d\x7d\x2a\x46\x49\x1f\x95\x53\x31\x0a\x64\x41\xa5\x9c\x8a\xd1\xa9\x72\xae\x0f\xc2\x54\x39\x07\x42\x49\x32\x15\x99\xf3\xf6\xd7\xd0\x79\xa6\xc7\x6e\x20\x0b\xdb\x74\x2a\xf8\x80\xf0\x9c\x35\x15\x7c\x93\x2b\xd0\x53\x1b\xc9\xf4\x0a\x14\x48\xef\x0f\xa7\x57\xa0\x13\xff\xd8\x33\x61\xe0\x53\xde\x00\x64\x09\xeb\xb4\xa3\x37\xf1\x13\x2e\xb7\xdb\x8e\x92\x18\xe5\x24\x6d\x49\x4e\x55\x7d\x20\x70\xcd\xce\xa9\xa6\x0f\x44\x41\x17\x9d\x6a\xfa\x93\xa8\x9f\x33\x4f\x69\xdf\xaf\x21\xe1\x5d\x33\x2a\xec\x93\x1b\xd0\x33\x39\x9f\x4e\x6f\x40\xa7\x1e\x80\xae\x40\x4f\xfa\x53\x4d\x3c\x91\xfa\x53\x4d\x7c\x9a\x78\xd0\x59\x96\xb9\xcd\xe1\xf4\xb9\x89\xb4\x72\x03\xe9\x6d\xcc\x54\x39\x9f\xd3\x5e\x21\x59\xa7\x42\x0e\x48\x2f\x46\xa6\x27\xfd\x49\xe8\xc2\x99\x8e\xb8\x06\x54\xa0\x05\x1a\xda\x54\x11\x98\x8f\xd3\xe7\x12\x54\xed\x06\x42\xbb\x9a\x6e\xf4\x42\x1c\x08\x7d\xdd\xe8\x73\xbe\x7e\xe9\x2c\x6b\x3f\x9d\xda\x4f\xdd\x1d\x1e\xeb\xa7\xea\x34\x51\x87\x39\x55\xa7\xa7\x51\x7c\xb2\x23\xd5\x69\xdd\xe8\xeb\xb7\xc1\xb5\xa1\xe9\x46\x1f\x97\xc5\x5c\x0c\x5c\x24\xd6\xcd\x4d\xe4\x45\x22\x10\xde\x60\x4f\x39\xea\x5c\x5c\x74\x15\xb3\x6d\x0e\xe5\x8b\xdb\xe8\x57\xa9\x43\x89\xd0\xaf\x04\xdb\xa6\x1e\xf8\xf9\x60\x38\xa8\xda\xd0\x1e\x0d\x07\x40\x90\xa2\x20\x75\xca\x4f\x1c\xf1\x4b\xd5\x86\xf6\xc8\x2c\x81\xa8\x5f\xb1\x94\x84\x80\x85\x7d\x3e\x1e\x08\x1e\x5c\x8d\xeb\x56\xea\xcf\x45\xf7\xe3\x45\xe3\x63\x9e\x25\xce\xc4\x8f\x7a\x08\x50\x2a\xb9\x6b\xf2\x51\x11\x79\x74\x45\xe6\x22\xe9\xf1\xa2\xd1\x40\x81\xaa\x47\x85\x81\x02\x42\x78\x7c\x34\x50\x20\x9f\xea\x78\xed\xd2\xa6\x34\x24\xb7\xbd\xf1\xbe\x10\x48\x2f\x97\x1e\xaf\x0b\x1f\x58\x7a\xdd\xd0\x2a\x1e\x59\x3a\x10\x64\x34\xcb\x47\x96\x0e\xac\x62\xfc\x9a\xbe\x7a\x40\xea\xd0\xf4\x78\xab\xf8\x5c\xae\x02\x58\xc2\xe3\x59\x06\xc8\x12\x7e\xe9\x40\x63\xa8\xae\x1b\x07\x97\x47\x43\x35\xd0\x1a\xa6\xc4\x47\x43\x35\x51\x07\xa5\x6e\xa7\x0d\xf9\xda\xfb\x32\x46\x7c\xa9\x37\x09\x91\x06\xab\x18\x35\xc8\xfa\x81\x20\x72\x31\x1f\x4d\x9f\xc0\x2a\xc6\x18\x69\xfb\x04\x52\xd6\xf1\x28\x20\x80\x24\xfb\x57\x3e\x0a\x88\x07\x01\x51\x35\xa4\x3e\x0a\x08\x20\x4b\x93\x64\x0f\xf4\x00\x44\x8c\x3c\xca\x07\xa3\x1f\x2a\x5e\xee\x69\xf4\x43\x3e\xe1\x02\x85\x09\x3f\xda\x7b\x1e\xed\x3d\x8d\xa1\x54\x3f\x03\x56\x31\x7e\x4e\x05\x0d\x48\x0d\x98\x8f\xa7\xb1\x27\x9d\x3f\xc7\x4d\x61\x00\x84\x9a\xea\xa3\x30\x78\xd2\x75\x04\xd3\x79\x34\xdc\x03\x49\x24\x50\x3e\x1e\xb3\x80\x2c\x2e\x54\x8f\x59\xcf\xed\xe8\xc2\x87\x1e\x85\xc1\xe3\x29\x88\x1d\xfb\x28\x0c\x88\x99\x28\x55\xf3\xd0\xa3\x8f\x0c\x10\xa4\xda\x48\xe3\x27\x92\x98\x89\x55\x8c\xe1\xd5\x14\x04\x44\x45\x2f\x7a\x3c\x2c\x19\x2c\x51\xb5\xfb\x1a\x2c\x21\xa4\x5e\x3e\x06\x4b\xe4\xd3\x5d\x95\xf0\xab\x47\x69\x00\x44\xb5\x02\xa5\x01\x10\x3b\x8a\xe8\xa3\xdd\xe7\xe9\x8e\xae\xd3\xac\x79\x18\xc8\xf2\xfd\x98\x9d\x7f\x9d\x2b\x47\x5c\x4e\x07\xc4\x85\xfa\xf4\xe8\x1e\x61\x44\x42\xd5\xaf\xd1\x88\x84\x7c\xc9\x5b\x50\xbd\xb2\x7a\x55\xb3\x80\xa8\x4c\xf3\xab\x96\xf5\xba\xc6\x55\xb0\xdf\xeb\xa3\xbd\xd4\xb0\xc6\xed\x75\x8d\x1b\x1e\x50\x77\x69\x2e\xa4\x97\x9c\x66\x95\x70\xa9\x7c\x9d\x67\x20\x76\x8c\x63\xaf\x8e\x9e\x38\xef\x97\x4a\x66\xc0\xd4\x7b\x5f\xc8\x13\x13\xe9\xab\x6a\xf0\x3a\x81\xc4\xa5\xe7\xeb\x04\x02\x49\x64\x62\xbe\x4e\xe0\xeb\x04\xaa\x77\xbe\xf7\xf7\x29\x26\xbf\xaf\xd8\x2d\xa9\x5b\x8c\x4a\x15\xfa\x40\x92\x02\x22\x5f\x85\xfe\x3b\xbe\x5f\xe3\x53\x25\x2b\x10\x0d\x93\xdf\xab\x64\xd5\x05\xbf\x6a\x6e\xd2\x05\x5f\x48\xb2\xcd\xa5\x2e\xf8\xf9\x22\x0b\xeb\xce\x12\x79\x95\x85\x40\x9c\xfe\x9a\xb2\xf0\xc5\x43\xa7\xea\x34\xff\xea\xa1\x03\x34\x6f\x9e\x5f\xcf\x08\x2f\x07\x82\xaa\x31\xe8\x7d\xbe\x1a\x1e\x2a\xdd\x21\x39\x59\xc8\xc7\xaa\x09\xf1\x55\x3e\x02\x4d\x35\xf9\x75\xd5\xbc\x4a\x34\xaf\x4f\x5e\x25\x1a\x10\x27\xb7\xb6\xaf\x12\xcd\xf0\x80\x8a\x41\xeb\x36\x3c\xe0\xde\xb0\x98\x57\x8c\x83\xf7\xc6\x89\x40\x08\x42\xeb\xef\x0d\x8b\xf9\xbd\x71\x48\xa8\xf8\x6a\xdc\x1b\x52\x4e\xc8\xf3\xf0\xcb\x26\x29\x2c\x16\xd0\x52\x9a\x43\x6e\xb1\x5b\x92\xbd\x5f\xbb\xf2\xde\x58\xbe\x42\x23\x65\xdc\xbd\xb1\x7c\xef\x4d\x31\x86\x61\xe6\xde\xaa\x0d\x21\x9f\x06\xd7\x8b\xf7\x86\x18\xbb\x37\x22\xd4\xea\xb1\xb8\xd4\xbd\x55\x6b\xc0\xbf\x7c\xdb\x25\x75\x48\x0a\xa3\xe3\xe2\xd7\x10\x46\x42\x70\x57\x72\x6f\x08\x23\xa1\xd4\xa3\xd1\xb6\xcb\x01\x41\x18\x91\x48\xf8\xde\x2e\xdb\xd1\xfc\xb5\x56\x16\xad\xf9\x6b\x5a\xcc\xf6\xf2\x53\xd9\x7d\x6f\xcd\xca\x14\x1b\xdc\xde\xdf\x5b\xfb\x7e\x19\x86\x72\x31\x49\xcd\x1e\xba\x41\x49\x08\x73\x1b\xc3\x21\x04\xdc\xf4\xde\xc2\xfa\x65\xd7\x47\x52\x2c\x3f\x1a\x6d\xb2\x58\x5a\x29\x39\x6e\x2b\x77\xca\xf7\x96\x56\x9a\x24\xec\xfb\x48\x56\x2a\x57\x27\xd4\xea\xde\xd2\x29\x4f\x22\x95\x0a\x63\x93\x4e\xb9\x7b\x96\x5c\xc9\xf7\x76\x3b\xe5\xd8\xdf\x71\x90\xbc\xb7\xdb\x09\xe1\x52\xb5\x7e\xab\xa5\x3b\xbf\xb8\x7c\x7c\xcd\x1d\xf6\x0a\x83\x73\x3d\x9d\xf2\xe1\xca\x30\x0c\xcc\x49\x1a\x7e\x39\xad\xf4\x62\x9d\x4d\x2b\x9d\x04\x27\x07\x53\x3e\xad\x74\xfa\x6b\xcd\x62\xfe\xda\x82\xb8\x76\xba\x30\xfd\x35\x37\x23\x01\xe7\xb7\xf1\x1f\x42\x90\x08\xe9\x26\x16\xe4\x97\xdb\x20\x8e\x7a\x2e\x7e\x7d\x17\x0e\x33\x37\x3e\xbf\x74\x60\x97\xb0\xdf\xf8\x8d\x53\x66\xef\x92\xb8\x43\x5b\x9a\xcc\x6d\x92\xef\x9b\x24\xde\xfb\x09\xe5\xb5\xcc\xda\xc1\xb8\x5e\xde\x87\x3f\x84\x6b\x9b\xab\x40\xb7\x9c\xfb\x5c\xcc\x00\x1f\xb3\xbb\x4a\xa9\x4b\x42\x10\x7e\x71\x9b\xc8\xf0\xbe\x96\x68\xa9\x4b\x53\xbb\xaf\x21\x65\xb1\x88\x7a\xae\x32\xcd\x32\x24\xb3\xba\xd6\x21\xe7\x26\x79\xd4\x2f\x77\x5b\x8d\xb8\x8e\xf5\x95\x57\xcf\x37\xf7\xb6\xc9\x4d\xf9\xed\xb5\xed\x1d\x84\x73\x91\x98\xf1\xf6\x06\xf5\x8e\x35\x69\x17\x93\x10\x84\xea\xdc\xb1\xd8\x5f\xdb\x56\x19\xaf\xe4\xee\x5c\x4a\x64\x72\x65\x73\x27\xf6\xaf\x3b\x71\x53\xdb\xc8\xc0\x78\x93\x0d\xe7\x83\x45\x5b\x3f\x66\x6a\x9b\xdb\x0b\xad\x0d\x4b\xf5\xed\x85\xd6\x9d\xe6\x82\xc4\x97\xef\x4e\x57\x25\xd0\xf0\x1f\xbe\x13\x23\xe9\x9d\x6b\xca\xda\x3a\x15\xde\x9a\xdf\xef\x1b\x63\x45\xad\x4b\xc8\xdd\x37\xc6\x0a\x21\x08\x8d\xba\x6f\xd9\xd0\x2d\x1b\x5a\x5a\xe1\x7d\xcb\x86\x34\x8e\x57\x82\x55\x6e\x8d\xe3\x42\x10\x7e\x74\x6b\x1c\x17\x4a\xad\x17\xbf\x86\x5a\x28\x24\x3e\xd1\xf7\xed\xf6\xc6\x5e\xbe\x8a\x49\x6b\xd2\x0c\x09\x4e\x48\x21\x29\x2d\x76\x42\xbb\xa5\x19\x76\x6b\xa5\x5d\x12\xf9\x03\xd2\x3a\x87\xa4\xc7\x2f\x69\xae\xa3\xa6\x39\xbb\x12\xb4\x76\x6b\xce\x16\x5a\xf8\x69\xfa\x6b\x89\x60\xc5\x87\xe6\xd6\x9e\x2d\x64\x29\x16\x73\xd8\x34\xdb\xc1\x2c\xb4\x70\x0b\xeb\x4b\x2a\x4d\xc7\x8d\xd8\x59\xb9\xf7\x7d\xdb\x8e\xdb\xa1\x64\x7b\xdc\x2e\xa2\xfb\xf3\xe1\xfc\xdd\x2f\xb7\x06\x5d\x21\xb6\xe3\x82\x54\x24\x39\xb8\x4b\xff\xbd\xbb\x62\x0a\x08\xbc\x9f\x6f\x33\x94\x08\xa5\x5e\x2c\x40\x53\x94\x08\x49\x5a\xf5\xbb\x2b\xb9\xba\x59\xbd\x36\xbf\x6c\x92\x9a\x5f\x16\x68\x21\x8d\x23\x1b\x92\xcb\xdc\x26\x42\x90\xf1\xf9\x36\xb7\x89\x90\xe5\xeb\x40\x97\x34\xfc\xb1\x1d\xda\x94\xe6\xa0\xf9\x63\x0c\x9a\x86\xeb\x4a\x12\xd3\x5b\xc3\xf5\xdd\x1d\xa1\xab\x52\xce\x11\xea\x66\x2d\x58\x1d\xd0\xf8\x7c\x0f\xc5\xf1\x85\x40\x18\x76\x0a\x88\x0b\xae\x32\xec\xd4\x70\xe5\x5e\x6c\xbe\xe1\xca\x1d\xfa\x72\x14\x49\xbb\x24\xa6\x1d\xab\xee\x3d\x5c\x45\x40\x1e\x56\xca\x79\xe3\xd6\xf8\x5b\x51\x9e\x6e\x8d\xbf\xb7\xc9\x2a\x6a\x43\x2f\x30\x59\x85\x10\x64\x0d\xba\x4d\x56\x71\x93\x5f\xa2\x54\x0e\x60\xb7\x09\x26\x84\x70\xa7\x0d\xa5\x10\x10\x04\xae\xdf\x43\x29\x34\x1c\x0f\xbc\xb1\x6f\x0d\x9b\xf7\x54\xcb\x20\xc7\xdb\x3d\x9d\x18\x20\x09\x66\xbf\xa7\x13\x33\xc9\xaf\x53\xf1\xe1\xbc\x27\x87\x54\x21\x8f\xbf\xc1\x32\x7e\x4f\xce\xb0\xb7\x66\xc9\x4a\x32\xad\x5b\xb3\xa4\x90\x38\xed\xde\x9a\x25\x6f\xcd\x92\x35\xe0\x98\x9a\x25\xef\xcf\x2c\x89\xa8\xd1\x2c\x79\x4f\x05\x7e\xd8\x4e\x39\x02\x90\x98\x4c\x6f\x0d\x89\xb7\x76\xbe\x1a\xc8\x3c\xed\x7c\xf7\x24\xb3\x78\x25\x16\xed\x9e\x61\xad\xb8\x82\xe2\xfa\x78\x4f\x3c\x09\xef\xe9\xd1\x0e\x8b\xf4\x4d\x42\x86\x0f\xf2\x80\xbf\x98\x96\xe1\xc6\x42\x58\x2a\x16\xe9\x5b\x13\xa1\x90\x38\x19\xdf\x98\x0b\x7f\xb9\x35\x07\x56\xd2\xd3\xdd\x9a\x03\x85\xe4\xc5\x8e\x5b\x73\xe0\xad\x9d\xaf\x12\x0b\x7e\x6b\x2b\xb9\x3f\x23\x84\xaa\x9a\x46\x08\x21\x09\x7a\xbf\x35\x42\xdc\xd8\x03\x4a\xc5\x9e\x7b\x6b\x10\x10\x5a\x63\xd9\x6a\x0f\xb8\xbf\xc3\x2e\xc9\x6c\x6f\x0f\xbb\x42\xe0\x62\x72\x1b\xea\x7f\x7f\xe7\x5f\x02\x90\x6e\xcf\xbf\x42\x73\x89\x7a\xfe\xbd\x1f\x7b\x9f\x0c\xdc\x63\xef\x81\x20\x7b\xf0\xfd\xd8\xfb\x47\x4d\x89\xac\x33\xf7\xe3\x1a\x05\x1a\xd6\xf2\xfb\x71\x8d\x92\x24\xa0\xd4\x64\x29\x9b\x25\x40\x68\x84\x11\xdd\x1e\xda\x6e\x83\xb5\x6b\xd6\xd5\x2d\x83\xb5\x85\x20\x40\xfc\x36\x58\xfb\x7e\x35\x08\x64\xac\xb6\xbd\xb2\x79\x20\x2f\xba\xf0\xba\x41\x3d\xb4\x5d\x1b\x8c\xd9\x43\xdb\xfd\xb2\x44\x2e\xec\x4e\xf7\xeb\x12\x79\x4d\x3e\x7f\x34\x48\x87\x24\xfd\x7c\xa8\x34\x6c\x07\xae\x1b\x17\xb9\xe1\xef\xd7\x4d\x0b\x24\x29\xea\xef\x17\xd7\x0d\xa1\x91\x9a\xfa\x7e\xd3\x3a\x59\x21\x17\xd6\xa1\xfb\x75\x85\xbc\x46\x09\x32\xf3\x9e\x1d\x6f\xc2\xb7\x57\x31\xba\xa0\x68\x01\xf2\xaa\xfe\xda\x94\x64\xaf\x0e\x8b\x59\x29\x72\x04\xaf\x92\xfb\x75\x74\x0d\xe9\xbe\xb6\x25\xe0\xbb\x27\x19\x61\xd1\x12\x5a\x91\xb6\x33\x6e\x0d\xd2\x21\xe9\xa0\xd8\x5a\xf8\xdd\xd3\x8d\x90\xd7\xe9\x97\x55\x92\x0d\x59\x73\xda\x3d\x8f\x08\x49\xb8\x62\xdf\xaa\x95\x56\x7f\xad\x52\xac\xfa\x6b\x04\xca\xb6\x4a\xdb\xaa\xbf\xc6\xa5\xfe\x45\x34\x4a\xdf\x30\xab\x09\xc1\xf5\x5e\xdf\xb8\xd4\x17\xf2\x5a\x9b\xad\x73\xaa\xf9\x20\xc2\x8e\x72\xb6\x11\xd6\x8f\xd1\x2b\x0e\x37\x42\x5e\xa7\xbf\x3f\x24\x0d\x8b\xf9\xe9\x94\xc6\x95\x42\xb5\x07\x8f\x24\x3b\x5a\xe9\x7c\xb5\xa3\xb8\xf9\x5f\x8d\x5f\xbb\xec\x28\x2c\x8f\x04\xa5\xdd\x93\x92\x10\xcd\xae\x5f\x0e\x2e\x11\xb6\xd5\x81\xbc\x1c\x0d\x62\x01\x2e\x7b\x7e\x39\x1a\x97\x6b\xe1\x62\x0a\x2e\x5b\x8b\x85\x8e\x27\x2a\xfa\x76\xd9\xd8\x66\x07\x2e\xfa\xd9\x3e\x1a\x91\x46\x45\x92\x1d\xf8\x36\x42\xf0\x69\xd8\xda\x74\xbc\x83\x8e\xa6\xe3\x8d\xf9\x89\x07\x11\xfa\x96\x8e\x37\xb7\x18\x17\x0e\x7a\x7d\x4b\x07\x9c\x5b\x8c\x70\xd4\xd2\x01\x77\xb5\xa1\x42\xf4\xed\x76\x65\xa1\xf8\xb3\x88\x8c\xe7\xee\x06\x6a\x5f\x65\x6d\xa1\x6e\xa0\xb6\x10\x28\x37\xdd\x40\x6d\xa1\x5c\x64\x55\xee\x06\x6a\x0b\x41\x3e\xe6\x6e\xa0\xb6\xb0\x8a\x35\x68\xaf\x34\xbc\x35\x97\xbe\xdd\x8b\xeb\x0f\x08\x0e\xab\xdd\x70\x6e\x61\x7d\x69\xb1\x5d\x1a\x96\x1b\xe6\x98\xd8\xee\x5f\xba\xf1\xc3\x17\xef\x5f\x75\xe3\x87\xbb\x31\xba\x17\xa1\x27\xdd\x18\x5d\x21\xb9\xe3\xeb\xc6\xe8\xf6\xf2\x8d\x47\xd2\x05\xc7\xe3\x7b\xc5\x6a\x31\xb2\x6e\xec\xa3\x50\x2e\xd2\x49\xf4\xdd\x0d\x09\xe4\x59\x25\xd1\xb6\x1d\xb3\xee\x45\xfe\xb5\xbe\x63\xd6\x15\x92\x53\x60\xdf\x11\xa6\x7d\x27\xcf\xe5\xb5\x9f\x3f\xcf\x76\xda\x77\x17\x10\x10\xe8\x30\x7d\xe7\xbe\xaf\xfb\x14\xd6\x45\x12\xd9\xee\x53\x58\x42\x22\xa7\xba\x4f\x61\x75\xc3\x36\xaf\xdd\x06\x38\x38\x40\x9e\x95\x66\x86\xbd\xc1\x6d\xee\xc2\x5e\xd5\x77\xdc\x55\x84\xe4\xf6\xb7\xef\xdc\xc6\xf5\x1d\xed\xfb\x22\x9f\x54\xdf\xf3\xa3\x99\x41\x97\x2f\xd1\xbe\xfb\xee\xb0\xe2\x1e\xd5\x3d\x4e\xf6\xfd\x4b\x7a\xbb\x48\x46\x50\x76\xde\x4a\x2a\xd7\x9e\x27\xb4\x43\x1a\xb7\x54\xac\xe3\x43\x9e\x66\x68\xe4\x45\xb8\x54\x37\x34\x52\x48\x64\x68\x37\x34\xb2\x1b\xf3\x78\xe1\x32\xd5\x8d\x79\xec\x3c\xb6\x53\x2e\xdc\x5a\x3a\x4f\xee\x7c\x90\x27\x3b\xdb\x87\x77\xba\xa1\x91\x17\x6c\xbe\x1b\x1a\x29\x24\xa9\x4d\xbb\xa1\x91\xc2\x2a\x46\xad\x88\x16\x21\xae\xa4\x5b\x88\x96\x7e\xd8\x7b\x7c\x58\xba\x67\xe0\xee\x83\x30\xc4\x84\x74\xc3\xbb\xfa\x29\xc3\xc5\xa7\xbf\x1b\x44\x25\x44\x5d\x7a\x56\x37\x86\xaa\x1b\x30\x75\xe1\x85\xd3\x0d\x98\x12\x12\x6b\x5d\x37\x60\xaa\x13\xf6\xb4\x8a\x05\xb4\x47\x1a\x3b\x7b\xc9\xda\x6e\xd8\x53\xff\xc2\x9e\x90\x2c\x86\x3d\x09\xe5\xc2\x23\xb5\x9f\xa8\x85\x42\x60\x21\xec\xa7\x3c\x92\x68\xa3\x55\x8c\x4a\x5d\x5c\x40\x10\x2f\xdf\x8d\x36\xea\x67\xb3\x1d\x07\xbf\x26\x5f\x03\x92\x17\xa2\xba\xf1\x41\x9d\xc8\x9f\x72\x11\x11\xdd\x0d\xfd\x11\xf2\xac\x92\x1c\x0f\x97\xe5\xd7\x53\x27\x0b\x48\x5e\xaf\xea\xa7\xcb\x92\x87\x64\x56\x31\xda\x9b\xfe\x5a\xfa\x6b\x0c\x65\xfa\x6b\x4e\x0c\xae\x3f\x5d\x53\x44\xff\x22\x62\x96\x0a\xd8\x0d\x88\x11\xca\xc5\x53\x60\xbd\xba\xdb\x81\x16\xbb\xc5\x76\x49\xb7\xc5\x76\x68\x5d\x1a\x5e\xcc\x4b\x57\xea\x55\x2e\xc9\x4b\x20\xe5\x22\x97\x5d\xaf\x5c\x4d\x09\x41\x5e\xb2\x5e\x95\xa1\x15\xd3\xdf\xc5\x9d\x62\xaf\x8a\x47\x20\x4f\x64\x7e\x55\x3a\x02\x41\x26\xed\x5e\xeb\x57\x81\xf2\xc6\x1f\x63\xa1\xd6\x6f\x4a\xd9\x58\xd5\x29\x05\x12\x97\xf6\x5e\x9d\x52\x43\x7a\x2e\xde\x66\xe9\x86\xf4\xf4\xaa\x76\x53\xe1\xd6\x35\xad\x21\x09\xc2\x44\x72\x13\xcb\xf3\x41\xe2\xc5\xd8\x8d\xe8\xe9\xd5\xd1\xc5\xb9\xa5\x6b\xd6\xe9\xf5\xf3\x6c\x5e\xcd\x35\x34\xa4\x5f\x32\xf5\xca\x24\x5c\x32\x75\x20\x39\xc0\xf7\x4b\xa6\xce\xbb\x1b\xe5\x22\x9d\x4c\xf7\xe1\x0d\x21\x79\xd5\xa5\x1b\x54\xd2\x2f\x9c\x92\xae\xda\xfc\xb5\x94\x86\xc3\xc4\xe6\x97\xb7\x24\xe6\x0a\x9f\xe8\x7e\x39\x94\x40\x9e\x4b\xe7\xee\x97\x43\x09\x34\x59\xd9\xe5\x50\x1a\x7b\x72\x91\xaf\xa6\x1b\x7b\xd2\x7d\x77\xe3\x22\x8f\x69\xd7\x5c\xd5\xaf\xef\x8e\x75\x7d\x6a\x38\x4a\xe7\xf9\x84\x72\xa9\x8c\x35\x85\x21\x10\xf8\xbb\x74\x9f\x52\xe8\x3c\x9f\x50\xae\x0b\xe6\xd3\x94\x7c\x40\x0b\x36\x73\x73\x8c\x9a\x3d\xbd\xae\x0a\x2d\xa5\xc1\xa1\x59\x20\x3e\xa5\xd0\x1b\xaa\xf9\x75\xb1\x2a\x9b\x8a\x0b\x90\x1c\x3c\x7b\x53\x71\x01\x42\x9d\xd0\x97\x0e\x84\x68\xfe\x98\xc2\xab\x61\xe1\xb9\xf0\x0c\xeb\xad\x7d\xb4\x25\xd0\x2a\xac\xa1\x61\xe1\x11\x62\x63\xc9\xf0\x38\xc2\x02\x86\x4d\xbe\x68\x54\x8c\x10\xd7\x46\x3f\x15\x3b\x4d\x35\xbf\x39\x6c\x61\x47\x79\xd5\xe0\x1b\x22\x39\x43\x73\xc0\x1b\x3c\x50\xdb\x5f\x37\xcc\x04\x33\x4a\xd7\xd4\xd7\x43\x79\x42\x0a\xc7\x1e\xca\x13\x20\xae\xcd\x62\xa7\x24\x98\x2c\x9d\x32\x16\x45\x58\x5f\x5a\xec\x92\x46\xf2\x65\xb4\x0a\x13\xa6\xf7\x50\xe3\x69\xc7\xcf\x83\xb7\x7b\xa8\x10\x01\x49\x3a\x84\x1e\xae\x81\x70\xc2\xf1\x1f\xeb\xe1\x84\x03\xc1\xcb\x05\x3d\x9c\xf0\x90\x23\x90\x6e\xac\x87\xb3\x0b\x34\xb2\xb3\xf4\x70\x19\x03\x71\xa2\x47\x86\xcb\x38\xd4\x97\x09\xa6\xe8\xe1\x3a\x8e\x4f\x5f\x96\xf4\xb5\x83\xb5\xb8\x59\xe7\x2b\xe9\xf5\x4b\x7e\x4d\xf9\x00\xc4\x59\x68\x86\xbc\x24\x5c\x17\x1e\x0c\xc2\x75\x01\x04\x46\xc9\x1e\xae\x0b\x43\x66\x2e\x5c\xdb\xba\xb6\xd7\x1e\xdf\x8c\x07\x35\x38\xe3\x40\x14\xa7\xcd\x19\x8f\x6f\xc6\x83\xd1\x77\xc6\x0d\x93\xc0\x04\xd4\x35\xc9\x76\xd3\x99\x5f\x1c\x4e\xbb\xe9\xcc\x85\xe6\xe8\x9a\xce\xbc\xa7\xfc\x30\xa8\x21\xaf\x8f\xb6\xf8\x21\x06\xde\x9e\xf2\x43\x82\x13\xca\x45\x56\x9b\x6e\x74\x82\x10\xbc\x46\xd1\x8d\x4e\xe8\x1a\x73\x2f\xfc\x4b\xba\xc6\xdc\x9e\xf8\x04\x5e\x58\xd9\x7b\xca\x23\x81\x50\x8b\x36\xef\x77\x27\xd7\x77\xb9\xb0\x80\xf5\xbc\xfd\x94\xf3\x75\xda\x05\x7b\xaa\xd3\x35\x59\x08\xba\x46\xdf\x4e\x5a\xe7\x72\x71\x61\xd1\xcd\xeb\x2c\x04\x61\xab\xfd\x76\xb9\xdf\x9e\x09\x89\xf8\xea\xb7\xeb\x1d\x48\xf7\xd8\xed\x7a\xbf\x15\x4a\x1e\x52\x6e\x59\x29\x90\x17\x1b\x5b\x6f\xed\x6e\xe2\xe8\x8b\x1c\x25\xdd\xc4\xd1\x42\x9c\xb0\x21\x13\x47\xf7\xdb\x55\x43\x8e\x92\x7e\xbb\x6a\x80\x24\x7e\xac\xdf\x8e\xf8\x7d\xa5\xc5\x68\xef\xe5\xa7\x0b\x12\x83\x77\xbf\x2f\x46\xfc\x56\xb1\x25\x6b\x58\xd7\xd4\x2c\xc4\x5e\x25\xd9\x05\x67\x01\xa7\xa4\xae\x71\xb8\xdf\xe1\xa7\x97\x34\x3f\x0d\x7b\x2f\xc9\x4f\xc3\xde\x33\xa9\x77\xd8\x7b\xfd\x3c\x99\x3f\xdc\xb9\x3f\x58\xc5\x0a\xb4\x90\x16\xfc\x1a\x5d\x50\x1f\xc1\x83\x7b\x15\xa3\xab\x6a\x8a\x40\xe2\xc9\xda\x6f\x15\x45\xbd\xa9\xaf\x64\xd5\x68\x6b\x16\xe2\x64\x0d\x6a\x6a\x16\x82\xc8\x97\xae\xa9\x59\x28\x17\x17\x0f\x5d\x53\x73\xd7\x7b\x98\x00\xc3\xae\xad\x59\x08\x1c\x48\xba\xb6\xe6\x6e\x4e\xeb\x8b\x50\xbc\xae\xdd\x57\x68\xa4\xbc\xeb\xda\x7d\x7b\x47\xc5\x6c\x38\x25\xf5\xae\x8a\x09\xa4\x1c\xb7\x3b\xf3\x1d\x21\xda\xb0\xac\xf4\x2e\xf7\x01\xb2\xb1\x2a\xbb\xdc\xa7\x9b\x43\xb8\x4a\x9a\x92\x5e\xbf\x5c\xe3\xd1\x5d\x20\x40\x92\x1d\xa9\x77\x17\x48\x27\x12\xa0\x61\x66\xec\x5d\x41\x05\x64\xb3\x69\x0a\x2a\x20\x79\x85\xa1\x77\x05\x15\xb0\xbe\x3c\xa1\xd9\x03\x6c\x96\xfb\xf7\xa5\x3d\x60\x05\x36\x2c\x3c\xbd\xbb\x02\x81\xd8\x1d\x22\x57\x60\xc7\xbd\xb2\x61\xe1\xe9\xdd\xe3\x16\x90\x24\x56\xea\x1d\xff\x83\xae\xd1\xbb\x71\x35\xdb\x35\x7a\x77\x8d\xde\x0d\xef\x99\xae\xd1\xbb\xeb\x73\x8d\xeb\x59\xd7\xea\xdd\x07\x4a\x50\x23\xaf\x45\x1f\xf2\x7b\x20\x35\x08\xe8\x85\x2d\x34\xf7\x95\x5e\xd8\x1d\x8f\xeb\xd2\x88\xe1\xeb\xba\x5c\x0b\x81\x83\x43\xd7\xe5\xba\x0f\x38\x5e\xc3\x01\xb0\x0f\x87\x17\x48\xcc\x93\x7d\xc8\xf1\x80\x55\x8c\x4f\xb5\x7c\x00\xd9\x98\xe5\xa1\x02\x31\x9c\x18\xae\x75\xfa\x70\x62\x80\x48\xd6\xd1\x70\x62\x80\xd2\xb8\x61\xe9\xc3\x99\x01\xb2\xa1\x2a\x0d\x27\x06\x58\xc5\xfc\x34\xa5\x91\x92\xfc\xb4\x6d\xf6\x8a\x63\x72\xe3\x72\xa6\x0f\xcf\xc1\x40\x90\xcf\xa9\x0f\x27\x06\x58\xc5\x6c\xef\x2b\x0d\xf3\x02\x46\x82\xe1\x81\xd1\x0b\x84\x56\xca\xcf\x83\xc0\xba\xf7\x0b\x42\x12\x8e\xd5\xbd\x5f\x10\xd6\xaf\x30\x49\xcd\xf1\x22\x56\x54\x21\x37\x64\x57\x40\x6c\x8e\xaa\xec\x0a\xc8\x1d\xc9\xad\xa7\x7a\x1f\x68\x52\x38\x9c\xf4\xa1\xc4\x04\x42\x8d\x5f\xdf\x75\x21\x2e\x27\xb2\x39\x32\xc8\xa9\x56\x8a\xbf\xef\x84\x9b\x6a\xed\xf0\xcb\x21\x69\x5a\xcc\x61\x70\xb4\x9a\x41\x6c\x90\x5c\xb2\x03\x89\xdc\x8a\x33\xa9\x44\x06\x12\x27\x97\x3e\x94\xc8\x40\x53\x84\x0e\x59\x2b\x90\xee\xf4\x21\x6b\xd5\x85\xbe\xf1\xba\x57\xd7\x85\x5e\x88\x13\xf5\x53\x17\x7a\x61\x15\x93\x66\xdf\xcd\xc5\xe9\x70\xcb\x5a\x81\xd8\x4e\x5b\x6b\xdf\x83\x14\x8d\xae\xf5\xb0\xeb\x18\xfb\xf7\xaf\x94\x5d\x0f\x17\xc5\xee\x8f\xb9\x28\xcc\xcb\x6c\xcb\xd2\xae\x63\xce\x68\x1a\x25\x4c\x03\x2e\xc4\xe5\x97\x9a\x33\x80\xd4\x84\x32\x3c\x12\x01\x49\x4e\xa0\x6e\x08\x80\x10\xa7\xeb\x40\xfe\xee\x95\x4f\x23\x5f\x60\x1f\x72\x03\xdc\xdb\x77\x4d\x5f\xde\x02\x75\xdd\xdb\x1b\x59\x1b\xbb\xee\xed\xfd\x73\x6f\x87\x69\xe8\xde\x2e\x24\xd9\x43\xfa\x54\xb4\x03\xeb\xcb\x03\x5a\x95\xc6\x4a\x43\x2e\xea\x04\xdf\xf1\x78\x5f\xc5\xfc\xb5\x90\x46\xc2\xfd\x6a\x3b\x52\x12\x9b\x10\x29\xeb\xcd\x93\xb0\xbe\xf4\xd7\xba\x34\x4c\x81\x5f\x3b\x86\x24\xf7\xea\xe9\xa7\x53\x9a\x6f\xf6\x59\xe7\x23\xc9\x69\x39\xad\xf4\x95\xf6\x92\xa2\x63\xcd\x9e\xfe\xf3\x7d\x56\xf9\xc8\x29\xad\x49\x63\xb3\x60\xbc\x9b\x8a\x28\xa0\xb4\x62\x4f\x95\x51\x40\xb8\x3f\xa7\xdc\x71\x5e\x2e\x49\xbb\x25\xa7\x02\x52\x2b\xe2\x94\x51\x01\x21\x53\xf2\xd6\xab\x4f\xc5\x05\x69\x9f\xbb\xae\xf7\x42\xe0\x62\xd5\xa7\xe2\x02\x08\xde\x8a\xed\x53\x1b\xf0\xfc\x98\x52\xf3\xd7\xec\xe8\x65\x5e\x70\x7e\x4c\xa6\x34\x3f\xa6\xe4\x2c\xcb\x75\x74\xd0\xd7\x94\xa1\x83\x7e\x9f\xcd\x8e\x22\x2b\xa7\x6c\x01\x88\x8a\xd2\x31\x65\x0b\x40\x90\x65\xa3\xeb\x9f\x2f\x24\x39\xa9\xba\xfe\xf9\x7d\x7e\x5c\x21\x2c\xe6\xbc\xf8\xb2\xb5\xd3\x22\x57\x00\x56\x31\x9a\xe6\x69\x0d\x08\x82\x9e\xbb\xd7\x76\x9d\x3b\xb8\x55\x4c\x9a\x4d\x0b\x9c\x81\x0f\x2a\x75\xd7\x7a\x47\xd7\xf0\xf1\xe9\xde\xd1\x09\x49\x82\xa6\xee\x1d\x5d\xc7\x8b\x7f\x15\x93\x66\xdb\xb8\xbb\xc1\x7d\xa4\x9b\x61\x5d\x58\xc5\xa8\xd4\xad\x0c\xa4\xf6\x4b\x6f\xf7\x84\xb8\x30\xc3\x79\xbb\xd7\x67\xba\xb2\x9c\x3e\xcd\xc2\x40\xd4\x43\x92\x13\x4f\xea\xc6\xa6\xee\x30\x65\x02\x40\x10\x3e\xde\xa7\x4c\xc0\xbb\xc2\x46\xb8\x74\x37\x26\xa0\xe3\x6b\xbd\xf3\xa0\x5d\xf7\xfa\xb0\x3f\x1c\x4b\x1b\xcf\x88\xf4\xc7\xbd\x0c\x04\x2e\x3e\xfd\x71\x2f\xeb\x91\xdd\x70\xc6\xed\x7a\x64\x0b\xb9\xa3\xa8\xea\x91\xdd\xf1\xbe\x5e\xc5\x0e\x68\x29\x4d\x9d\xce\x2f\x6f\x49\xbc\x49\xd2\x2c\x45\x0f\x9e\x6a\x73\x91\xc5\x8f\x27\x23\x20\xbc\x6d\xd1\x0b\x5b\x48\x12\xbd\x77\xbd\xb0\x85\x20\x6f\x49\xf7\xfe\x53\x28\x4d\x8b\xa6\x17\xa0\x42\x12\xd7\xdb\x75\xc2\x16\x1a\x4f\x51\x74\x9d\xb0\x85\xa8\xd8\x86\x4d\xd6\x2e\x34\xae\xe3\xbb\xc9\xda\x85\x58\xca\xca\x4f\xc5\xb5\xa9\xdc\xbb\xce\xdd\x6d\x87\xc1\xeb\xdc\x2d\xc4\xce\x61\x53\xe7\x6e\x21\xb5\x60\xeb\xdc\x2d\x24\x4e\x98\xfd\x51\x3b\x05\x82\x4c\x22\x5d\x77\x6f\x61\xfd\xbe\xc5\x1c\x2b\xae\x77\xb9\xa1\xee\x5e\xef\x0a\xb9\x73\x3e\xd2\xdd\x5b\x08\xb2\x86\xf4\x47\xed\xe9\x51\x07\x22\x7d\x5e\x37\xa3\xbc\x90\x24\xe2\xef\x8f\xdc\x46\x0f\xf0\xb6\xb3\x97\xf4\x00\x17\x12\xbf\xf6\xae\x07\x78\xd7\x03\xbc\xed\x18\x5d\xf5\x00\x17\x42\xe1\xaf\x07\xb8\x90\x44\x6c\x77\xf3\xce\x77\xdc\xb8\xd7\x97\xfc\x9a\x7a\xc9\x63\x1c\x2c\xfc\xec\xf1\x70\x0f\xc4\xe5\x3a\x54\x55\x79\x64\x4a\xf8\x7e\xf5\x47\xa6\x04\x24\x6e\xaa\xfd\x91\x29\xe1\x00\xbe\x8a\xd1\x03\x59\x90\x1e\xe0\xa4\xc9\xef\x7a\x80\x0b\xb1\xb9\x5c\x65\x4a\x40\x7e\xcd\x90\x29\x3d\xe1\x4e\x42\xdc\x3d\xea\x25\x40\xe0\x74\xde\x1f\xf5\x92\xc7\x44\xb1\x29\xc9\xf1\x56\x2f\xd9\xbf\x62\xf6\x33\xc8\x9b\xe8\x42\x57\x2f\xd1\x73\x9c\xdc\x75\x5d\xcf\x71\x61\x7d\x49\x6b\xe5\x70\x40\x34\x3b\x20\x87\xe3\xce\x7d\x15\xa3\xef\xb2\x33\x20\xf7\xb0\x02\xfb\x29\x87\x53\x67\x7a\xe4\x70\x40\xf3\xf6\xf1\x91\xc3\x01\xb1\xb9\xb9\x64\x70\x78\xab\xaf\x2f\x29\x26\x3b\x03\xe2\x70\x45\x6a\xf6\xe6\x52\x7f\x15\x63\x88\xd2\xce\x27\x09\x21\x30\x95\xe9\xd4\x2e\xac\x62\xf4\x54\x46\xa8\x57\x3b\x29\xff\xba\x5e\xed\x42\x92\x2c\xb0\x3f\xde\x2a\x3e\xea\x4c\xea\x17\x8f\x3a\x13\x10\xdf\x62\x96\x5d\x02\xab\x98\x34\xc7\x43\xa5\x29\xec\x95\xe3\x91\xae\xdc\x6a\xdb\xec\x3c\x79\xa0\x48\x14\xd6\xf5\x41\x10\x4a\x53\xfc\x3f\x72\x5a\xbc\xc9\x77\xdb\xa1\x5f\x82\x90\xaa\x1c\xaf\x47\xe0\x57\xcd\x44\x11\xf8\xaa\x99\x00\xa9\x3d\x5b\x97\x73\x21\x89\x77\xed\xba\x9c\x0b\x49\x16\xc0\xfe\xaa\x98\x00\xb9\x23\x13\x5f\x19\xe8\xfb\xf1\x41\x56\xae\x89\xf1\x85\x74\x6c\x4d\x8c\x2f\x24\xef\x5d\x74\x13\xe3\xf7\xd7\x43\xb1\xdb\xe0\x95\xed\x00\x8d\x07\x7e\xfa\x2b\xdb\x79\x3f\xb6\x63\xd3\x64\x3b\x40\xca\xd6\x5e\xd9\xce\x2b\xdb\x41\xa0\xe8\x91\x21\xa4\x97\x70\x7a\x64\xf4\xd7\x73\xf2\x5f\xbf\x0c\x69\x3c\xa4\x7a\xd2\x34\x39\xd1\xfb\xb1\x1d\x0c\xf2\xaf\x6c\xe7\x35\x43\x52\xf5\xd7\x1c\xc7\xcb\x1e\x20\xae\xf5\xc0\x17\x1a\xa9\x84\xfa\x2b\x8f\x01\x56\x31\x7a\xa0\x4a\x03\xe4\x57\x81\xe7\x28\x20\x78\xc9\xad\xbf\x9e\xa3\xde\x8f\x3b\x71\xf3\xf7\xca\x9d\x80\xf0\x20\xfe\xca\x9d\x5e\x0f\x52\xdf\xef\xdb\xa9\x8f\x3b\xa5\xed\xb0\x57\x70\x27\xcd\x76\xaf\xdc\xe9\xf5\xe5\x2e\x14\x09\x1d\x54\x84\x6c\x9c\xad\x74\x50\x11\xe2\x9b\x62\xf9\xd5\xab\x16\x45\x6e\xc6\xfe\xca\xb0\x5e\x19\x96\xab\x4f\x86\xa5\x1b\x4b\x23\xb3\x43\xd7\x8d\x45\x08\x2f\x3b\x74\x63\x11\x42\xa3\x81\x6e\x2c\xfd\x95\xed\x1c\x58\xc6\x7c\x9a\x40\x48\x9c\xca\xfa\x2b\xdb\x01\xf2\x1b\x20\xf5\x2a\x1f\x30\x68\x5e\x16\xfb\x80\x81\x90\x5f\x33\xe4\x00\x3e\x60\xd0\x0e\x3b\x2a\x07\x00\x82\xa0\xdd\x6e\x08\x84\x10\xbc\xa2\xd8\x0d\x81\xe8\x3e\x56\xd0\x48\xa7\xd8\xf5\x76\x11\x72\x0d\xc7\x4f\xc5\xb5\x6f\x19\x74\x1d\x5f\x1a\x09\xb1\xba\x6f\x19\x74\xdc\xfa\x77\x9c\xe9\x87\xbe\x30\x42\x70\xdb\x37\x74\x85\x19\xfa\xbd\x34\xd8\xde\xd0\xef\x45\x48\x62\x57\x86\x7e\x2f\x63\xf3\xe8\x42\xc4\xc1\xd8\x50\x81\x84\x38\xc3\x2f\x87\x24\x2f\xb7\xac\x60\x4a\x9a\x18\x4a\x2a\xa4\x47\x12\x7c\x0a\x0f\xad\xa1\x13\x8d\x10\x64\x35\x1e\x3a\xd1\x08\x79\xac\xc3\xfa\xd8\xaa\xad\x25\x27\x3d\x49\x3b\xc6\x86\x86\x25\x24\x09\x3b\x07\x6e\x37\x0b\x9c\xb4\x83\x96\x55\x3b\x60\xf6\xcc\x42\x9f\x60\x23\x43\x87\x99\x46\x86\x8e\xa1\xc3\x8c\x10\x3c\x37\x32\x74\x98\x19\x38\xc7\x94\x76\x38\x6a\xd5\x1e\x60\xed\xc7\x87\x66\xe8\x1c\x23\x24\xdb\x77\xe8\x1c\x23\x24\xab\x6e\x18\x59\x30\x36\x55\x15\xd2\xa4\x8c\x0d\x06\x21\x24\xbb\x6b\x6c\xa8\x2a\x42\x69\x24\x95\x18\xf8\xc5\x7c\x90\xc8\xc4\xa1\x77\x8c\xb0\x8a\xd1\xf9\xcb\xf1\xc6\xaa\x73\x2d\x41\x3c\xb6\xcb\xd6\x6a\x6e\xbb\x24\xd9\x5a\xb9\x0d\x77\xf9\x83\xa0\x85\x0f\x1a\x59\x04\x87\xa1\x0b\xc3\x40\x84\x86\x77\xf9\x30\x10\x41\x88\x76\x5a\xcc\xc1\xc5\x1e\x13\x1f\xc9\xc1\x6d\xee\x88\x4a\xaf\x60\x2d\x42\x5c\x07\xad\x85\xb5\x08\xa5\x1d\x97\x9f\x3a\x1e\xb0\x96\x63\xb3\x4e\xc7\x43\xc5\xe7\xb0\x0b\xcd\xce\xc3\x48\x08\x9d\x1a\xba\x01\x0d\x7d\x7e\x1a\xae\x07\x43\x9f\x9f\xb1\x79\xfc\x20\x4b\xca\xd8\xd2\xa1\xc4\x06\xc1\x7d\xda\xe0\xd1\x8b\x0f\x4a\x3b\x92\xd5\x96\xfe\x5c\xba\x74\x25\x39\x94\xdf\x46\x73\x9a\x6f\x07\x89\x8d\xc6\xb5\xfa\xd0\xe9\x67\xe0\x92\xb3\x8a\xad\x3e\xe8\x93\x23\xb4\x2c\x14\x73\x39\xfb\x9e\x42\x23\xe4\x62\xf8\x9e\x82\xd0\xc8\x6a\x3f\x7c\x4f\x61\xf0\xc4\xc1\x2a\x56\xa1\xbd\xd2\x30\x6d\x33\x59\xc5\xe5\x06\x24\xa9\x27\x87\x2f\x20\x08\xa5\x9d\x3b\x5f\x22\xef\x84\xe4\xde\x7e\xf8\x02\xc2\x28\xb8\x23\xb4\x13\x26\x50\x9c\x53\x20\x9b\xcd\x75\x4e\x79\xaf\xa0\xb4\xaf\xa7\x4e\x20\x10\xcd\x0a\x9c\x3f\x5d\x88\x1a\xae\x12\x43\x17\xa2\x51\xe4\xa3\xb8\x2d\x8c\x92\xd6\x80\x26\x75\xed\x92\xac\xc1\xe1\x25\x3c\x69\xe8\x42\x34\x70\x21\xf2\x35\x97\xa1\x0b\xd1\xd8\xb9\x0c\x6e\xe4\x2b\x18\xbb\x4c\x05\x08\xf2\x9a\x8c\x5d\x9e\xb2\x6b\x69\xe5\x4a\x7e\xec\x08\x6d\x21\xaf\x8b\x62\xd8\x2f\x84\xd2\x70\x14\x19\x7a\x1a\x09\xc9\xfd\xf0\xd0\xd3\x68\xec\xf8\x9d\x35\x9e\xbc\x19\xbb\x0b\x0e\x88\x33\xa8\xa0\xd9\x0e\x7b\xcf\x7b\x31\x43\x1f\xa1\xb1\x73\x95\xd2\x70\x19\x1f\x3b\x32\x49\x08\x1c\xcb\xc7\x1e\xb6\x0d\xcf\x8b\x46\x0a\xd7\xb1\xa3\x82\x0a\xc1\x4b\x8b\x63\x4f\xbf\xd4\xd5\x94\xdd\xb6\xe7\xf7\x65\xa5\x1d\x96\xb2\x57\x89\x33\xfb\x2e\xc9\x4e\x11\x95\xd7\x88\x31\x18\x7b\xda\x2b\x94\x52\x82\x35\x06\x0e\x49\x1f\x04\x29\x84\x86\x6e\x49\xe3\x73\x4b\xb2\x4f\xee\xa1\x5d\x9d\xb4\x5e\xd2\x86\x34\x3c\x37\x2f\xdb\xef\x08\x71\x49\xd7\x2a\x5b\x12\x57\xa6\x0f\x82\xa8\x83\xa1\x43\xd3\xd8\x0d\x6b\x39\xd6\x8f\xe9\xd0\x24\x84\xfc\xee\x50\x58\xe9\xe3\xd4\x88\x61\x18\xfa\x38\x09\x51\x11\x39\xfa\x38\x8d\x43\x93\x2e\x6f\x1d\x8d\x03\x4d\x44\x88\xab\x4a\x1a\x92\x98\xa9\x6b\xe7\x53\x67\xea\x70\xa6\x2e\x76\xc2\xe1\x4c\x01\xe9\xee\x3b\x9c\xa9\x43\xa6\x42\x88\xc8\x38\x1c\x10\x20\x62\xff\x79\x88\xf6\x38\x1c\x2e\x7d\x9b\x1a\xde\x93\x43\xdf\xa6\x61\x7c\x0f\x49\x76\x87\xbe\x4d\xe3\xd4\x48\xc1\xb5\xf7\x38\x31\x52\x08\xc1\x03\x4f\xe3\xc4\x48\x31\xce\x93\x09\x71\x69\x9f\xca\x63\x20\xf1\x46\x1a\x66\xb3\x1e\x7a\x4a\x35\x67\x5c\x4f\x29\x21\xb9\xf6\x1e\x7a\x4a\x0d\x3d\xa5\x1a\xce\x9e\x43\x4f\x29\x21\x48\x96\x38\xf4\x94\x1a\xa6\x96\x6e\x57\xf3\xd7\xba\x34\x4d\x9a\x27\x24\xdb\xe1\xd5\x08\x4f\x38\x8e\x53\xa6\x03\x34\x12\x76\x0e\x13\x44\x8f\x53\xa1\x71\x05\x0d\x51\x68\x9c\x66\x8d\x62\xe9\x99\x5d\x79\x98\x4a\xb9\x71\x0d\x39\x4c\xa5\x2c\x04\x0f\x14\x0c\x53\x29\x0f\x53\x29\x37\xee\x17\x87\xae\x52\x42\x69\x44\xb4\x0d\x73\x29\x0b\xa1\x48\x36\x97\xf2\x38\xf3\x2b\xc6\xc0\xa5\xc5\x12\x37\x92\x2a\xe9\x2b\x06\x2b\x85\xe7\xe8\x29\x25\x84\xf2\x4c\x4f\xa9\x71\xba\xed\xda\x4e\x3b\xdc\x76\x40\x60\x5e\x19\xa7\xdb\xee\xf4\x2c\xd8\xd8\x03\xa7\xfb\x0e\x08\x12\x22\x8f\xd3\x65\x76\xba\xef\xda\xe1\xa7\x0e\x6f\x3a\xcd\x56\xe0\x34\xbb\xb6\x08\xde\x18\xba\x67\x0d\xdc\xb3\x7c\xe4\x67\xe8\x9e\x35\xaa\xea\x1f\xbe\x1a\xa3\xba\x7d\x80\x20\xcc\x7c\x54\xd5\x3f\xa0\xb4\xc6\x2c\x54\x6c\x67\x42\xe2\xc2\x36\x2a\x2e\x1d\x43\x2f\x2e\x5f\xb7\x19\x7a\x71\x09\xd1\x96\x52\x3d\xf4\xe2\x12\x82\xb7\xce\x46\x75\x55\x56\xef\xf0\x70\x98\x19\x55\xcd\xae\xea\x9d\x8a\x16\x57\xd5\xec\xaa\x92\xb0\xb1\x63\xaa\x92\x10\x88\xca\xf4\x55\x25\x61\x75\xb9\xe1\xa4\x33\xaa\xcb\x0d\x88\x06\x1f\xaa\x2e\x37\x20\x64\xf2\x55\xf1\x00\x04\x8f\x34\x8d\xaa\x78\x00\x82\x47\x6b\x46\x55\x3a\xd4\x6f\x65\xc1\xe8\xf4\xf5\x1a\x55\xe6\xdd\xd0\x47\xaa\x8b\x01\x68\x98\x36\x46\x75\x31\xe8\x12\xd6\x48\x3d\x34\x74\x09\x13\xb2\x15\xbf\x74\x3c\xb8\xe0\xf6\x4d\xd5\xa1\x4f\x98\x10\x5b\x48\xb2\xef\xce\x32\x2e\x1b\x43\x37\xb1\x81\x9b\xd8\xae\x9e\xa1\x9b\x98\x50\xbc\xa7\x1e\x97\xbc\x14\x48\x37\xc2\xc5\x35\xc9\xb8\x5c\x0c\x98\x3e\xc7\xe5\x62\xb8\xcc\x91\xdf\x24\x55\x49\x97\xc5\xac\xa1\x49\x43\xb5\x43\xdf\xb9\xb8\x13\x19\x97\x93\x80\x9b\xdf\xb8\x9c\x04\x20\x32\xf9\xd2\x49\xb8\x3c\xd0\xba\xaf\xae\x66\x43\x38\xd0\x6e\x76\xa1\xf9\x65\xfb\xbc\x38\xd6\x58\xea\x3a\x36\xae\xaf\xf7\x6d\xf5\x5e\xd7\xb1\x81\xeb\xd8\xc1\x6d\xe1\xd0\x75\x6c\x34\xef\x2c\x70\xe3\x18\xfa\x67\x09\xc1\x85\xf9\xd0\x3f\x6b\x34\xed\x7e\xbc\x63\x3d\xcc\x47\x2c\x04\xde\xd6\xa3\xa9\x25\x37\x8f\xd1\xbc\xbe\x3a\x9a\x8a\x11\x10\xe4\xdc\x1f\x7a\x76\x8d\xa6\x0c\x22\xd1\xff\x68\x32\x24\x20\xc9\xd9\x34\x9a\x32\x48\xd7\xae\x46\x62\x96\xa1\x6b\xd7\xd0\x41\xab\xe1\x2a\x31\x74\xd0\x1a\x38\x68\x1d\xdc\x40\x0f\x1d\xb4\x84\x12\x1b\x27\x9f\x70\x52\xc3\xf7\xca\x61\x5b\xe1\xa4\x9a\xdf\x37\x48\x6b\x32\xcc\xef\x2b\xe4\xc6\x80\x98\xdf\x77\xe0\x33\x55\x7c\x35\x7e\xe8\x34\x25\x04\x79\x2f\x46\xb8\x01\x83\xb1\x34\x78\x69\x84\x63\x09\x44\x85\x69\x87\x63\x19\x5c\xfa\xfb\xc4\xc3\x08\x4f\x21\x40\x7a\x36\x0c\x87\x37\x9a\xc5\xd0\x14\x43\xfd\x09\x08\x6e\xcc\x87\x6e\x4e\x23\x88\x5d\xfa\xc6\x37\xc2\x1a\x30\x2e\x6e\x08\xe0\xc0\xb8\x38\x22\xed\x02\x63\x19\x72\x68\x20\xc9\x34\x32\xc2\x4d\x09\x14\x9f\xc1\x18\xe1\xae\x04\xa2\xe6\xdf\x20\xbb\x43\x8d\x2b\x88\x11\xd0\xc7\x65\x84\x1c\x1c\x48\xee\x21\x46\xc8\xc0\x83\x63\x45\x10\x85\x30\xc2\xbd\x0d\x04\x3e\xf1\x23\xdc\xda\x7a\x68\xc5\xc6\x59\x5a\x0f\xad\x11\x4e\x39\x5b\x4a\x0f\xad\x91\xdf\x5c\x52\x43\x3a\x97\xe9\x5c\xc2\x9e\x74\xda\x12\x92\xb7\x91\x87\x4e\x5b\xc3\x64\xb4\xbe\xff\x3d\x4c\x46\x2b\x34\xc2\xe5\x86\xc9\x68\x85\xe2\xcb\x86\x23\x5d\xf0\x40\xe2\x98\x31\xd2\x63\x21\x39\x69\x8b\xf1\x49\x23\x5d\xf0\xa9\x9c\xae\x92\x42\x12\xcd\xe5\x1d\x8e\xa1\x6f\xd7\x20\xf1\xeb\xa2\xd1\xde\xb0\x56\x0c\xb4\x5c\xa5\x0c\xb2\xc0\x7e\x90\x2e\x64\x73\xc1\x8e\x84\x73\x06\xb7\x41\x23\xe5\x9c\x40\xba\x1a\x75\x14\x1b\xe9\x50\x12\xac\x30\x74\x01\x1b\xb8\x80\xf9\x54\xc9\xd0\x05\x6c\x10\xe3\x5b\xbe\xc5\x6d\x90\xaf\x90\xc1\xa2\x35\xc8\x77\xe8\xdb\xf5\x9d\x32\xf5\xed\x12\x12\x77\xcf\xa1\x6f\xd7\xd0\xb7\x2b\xc8\xc3\x32\xf4\xed\x12\x02\xdf\x92\xa1\x6f\xd7\xb8\xc9\xdd\x17\xfb\x46\x43\x54\x8d\x80\x24\xe8\x79\xf0\xf4\xff\x2f\x03\x77\xaf\x55\x6c\xf5\x54\x7f\x2f\x21\xb8\x07\x1c\xb7\x07\xb9\xdb\x39\xc5\x37\x77\xdc\xce\xe9\xed\x26\xdb\x25\xd9\x05\x18\x6c\xec\xec\x6c\x83\x92\x85\x74\x7b\x1a\x93\x3c\x0c\x40\xd6\x59\x6a\x18\x80\x2c\xe4\xf6\x91\x42\xd2\x6d\xb1\x0a\xad\x4b\x83\xaf\xed\x56\x60\xaf\xb8\x95\xd8\x36\x2b\xb0\x57\x6e\xf6\xfd\x2b\x66\x73\x9b\x3c\x81\x1f\x73\x81\x00\xab\x18\x9f\xaa\xa1\x01\x49\xc0\xf7\xb8\xd5\xd0\xf0\x1d\x2b\xb1\xc3\x00\x74\x1e\x13\x92\x10\xae\x71\x87\x23\x1e\x56\xca\xf6\xd0\x79\x4c\x68\x84\xae\x8c\xdb\x15\x08\xc4\x85\xc0\xb9\x5d\x81\xb7\xdc\x64\x77\x9a\xe5\x26\x40\x10\x99\x36\x6e\xb9\x89\x21\xd4\xbe\x8d\x3c\x0c\xa1\x16\x12\x0b\xe4\x30\x84\x7a\xe8\x76\xa6\x23\xd7\xd0\xed\x6c\xe0\x76\x76\x90\xe4\x61\xe8\x76\x36\x8c\x67\xf6\x39\xa7\x61\x3c\xb3\x90\x5c\x5f\x0c\xe3\x99\x85\x62\xe0\xce\x30\x9e\x59\x08\xde\x30\x1f\xc6\x33\x0b\x25\x30\xf4\x0f\x03\x9a\x85\x54\x3e\x1a\xcf\x3c\x70\x5c\x2b\xbe\x20\x3b\x0c\x55\x16\x32\xbe\x76\x0c\x49\x0e\xe5\x65\x7b\x1f\x69\x1e\xba\xad\x80\xa1\xec\xf5\xab\x94\x4f\xdd\x1e\x40\xca\xf1\x74\x89\x1b\x38\xb6\x15\xdf\x70\x1c\x7a\xb6\x09\xb1\x05\xed\xd0\xd0\x06\x14\x1f\xd1\x1f\xbd\x7e\x35\x10\x76\x81\xe9\x4a\xff\xb7\xa1\x2f\x9a\xe9\x76\x86\xbe\x68\x42\x92\xec\x6a\xe8\x8b\x36\xfa\xb7\x78\x61\x04\xbd\x7d\x34\xae\xa2\xfd\xd2\xc5\xdb\x5d\xbc\x48\xfd\xee\xe2\xd5\x3d\x2d\x34\x4a\xe9\x9e\x36\xba\x62\xe9\x70\x2c\x15\x4b\x40\x34\x27\x4b\xb1\xd4\x5d\x82\xc4\xcf\x8e\xee\x12\x04\x42\x8d\xaf\xbb\x04\xbb\xeb\x8d\xac\xcd\xa3\xbb\xde\xba\xd2\x8b\x93\x78\x77\xbd\x75\xb9\x20\x99\xe2\x47\x97\x0b\x02\xd1\x50\x0c\xbb\x5c\x10\x28\xc1\x83\x00\xa3\x2b\x64\xba\x8f\xa4\x3b\x59\xea\x8f\x7a\xd8\xc5\xe1\xcc\xb8\x2c\xf1\xb0\x3b\x48\x8e\x31\xf4\xb0\x13\x1a\x66\xfc\x31\xd4\x34\x80\x24\x81\xff\x18\x6a\x1a\x83\x73\x6a\x68\x76\x1d\x9e\x53\x81\xdc\x4e\xbf\xbc\x25\x71\xbf\x55\x25\x75\x49\x64\xf2\x84\xb9\x0d\x57\xdb\x50\xd4\x69\x75\x1d\x2e\x2d\x20\x78\xd1\x6f\x0c\x45\x9d\xd9\x50\xe3\x6f\x49\x47\x3e\x4c\x96\x2a\x24\x99\x22\x86\xc9\x52\xc7\xe0\xf6\x28\x0e\xdb\xe4\x92\x02\x52\xd5\x44\x9f\xbf\x81\x33\x5f\x31\xa3\xdd\xd0\x9b\x4f\x48\xdc\x38\x87\xce\x7c\x43\x5f\xbb\x20\xa3\xcc\xd0\xd7\x6e\x7c\xbe\x76\x61\x31\xa6\xc3\xdc\xaa\x41\xd6\xe4\xa1\x7f\x9a\x90\x9b\x9d\xf6\x60\x8b\xff\x59\x09\xd2\x21\x0f\x43\xee\x85\xe0\x7e\x6a\xe8\x8b\x26\xac\x62\xb4\xd7\x05\x3a\xbe\x95\x87\x66\x66\xc8\xbd\xd0\x02\xee\xaa\x2f\xd7\x18\x2a\x44\x27\x67\x67\x43\xee\xc7\x17\x72\xcf\xd1\xc8\x90\x7b\x61\x15\xa3\x06\x8d\x4c\x40\x6c\x08\xaa\xa1\x91\xc9\x84\xae\xbe\xbc\x30\xf4\xe6\x12\x82\xf4\xfb\x43\x6f\xae\xa1\x37\x97\xa9\xfb\x87\xde\x5c\x03\x6f\xae\x03\x37\x9c\xa1\x37\xd7\x30\xe2\xfd\x33\xeb\xe9\x4d\x33\xf4\x58\x89\x93\x75\xa0\xc7\x8a\x90\x17\x1b\x5b\x8f\x95\x81\x2b\x4a\x89\x33\x2b\xb4\x90\x86\xb5\x8b\x01\x31\x3d\xe5\xd0\xef\x24\x2a\x7d\xd0\xef\x64\xe0\x77\x72\x68\x49\xd1\xef\x64\x98\x65\x2e\x2a\xbb\xc7\x2c\x73\x42\x10\x18\x34\xcc\x32\x37\xcc\x0b\x67\xa8\xeb\x30\x2f\x9c\x10\x9a\x94\xcc\x0b\x37\x0c\x5b\x8f\x0a\x03\xf7\x3e\x5e\x28\x51\x51\xfb\x8d\x5b\x17\xe2\x62\xc8\x1f\x05\x9f\x39\xda\x74\x56\x1a\xde\xb4\x0b\x89\x33\xff\xf0\xa6\x7d\xf8\xb8\x7d\x54\xf4\x1b\xaf\x91\x85\xe0\x9a\x6d\x78\x8b\x3c\x1e\xf9\x04\x09\x3a\xc6\xe3\xd4\x3c\xbe\x26\xc4\x59\xdf\x5b\xe4\xf1\x7c\x83\x84\x7e\xe3\x95\xf1\xe0\xca\xf8\x20\x4d\xe1\xf0\xca\x78\x98\x7f\x2c\xc8\xb3\x31\xbc\x0c\x16\xd2\x93\xa1\x97\xc1\xc3\x6b\xde\x4f\xdc\x7a\xcd\x2b\x44\xc0\x73\xbd\xe6\x1d\x5c\xed\x16\x73\xf2\x8c\x57\xb1\xf1\x1a\x0a\x9d\x7e\x99\x92\xba\xc5\x76\x68\x43\x1a\x86\xc8\xf4\xd7\x58\x83\x5e\xc3\xea\x8b\x38\xbc\x86\x15\xf2\x0a\x49\x16\xc3\x29\xd5\x7c\x19\xc3\xcb\x54\xa1\x11\x65\x31\xbc\x4c\x15\x56\x31\xba\xa5\xc5\x1c\x48\x1e\xd6\x19\xde\xaf\x0e\x2e\x53\x57\x31\x3f\xb5\x0b\x8d\x07\xba\x8b\x24\xbb\xd0\x6c\x1b\xab\xc6\x7b\x52\x21\xaf\x90\xf4\xb5\x8d\x55\xa3\xbd\xd0\x4b\x51\xa1\xf8\xe6\xd1\x78\x5d\x35\x40\x34\x24\x89\xf7\xa4\xc3\x1b\xd0\x20\xde\x7a\x78\x03\x2a\x04\xb1\x1d\xc3\x1b\x50\x21\xc9\x1f\x32\xbc\x01\x1d\x04\xea\x97\xb8\x50\xbb\x4d\xef\x26\x24\xcf\x05\x8d\x57\x86\x01\xe4\xc5\x66\xf3\x9e\x74\xbc\xae\x2d\x1c\x5d\x86\x17\x95\x42\xe0\x7c\x37\x8c\xe3\x17\x56\x31\x7a\xaa\x85\x18\xc8\x0b\x89\xe6\x75\xe6\xe0\x3a\xf3\xc0\xaa\x38\xbd\xce\x9c\xdc\x36\x96\xc0\xaa\x38\xbd\x6e\x14\x5a\xae\x65\x3f\xbd\x6e\x9c\xdc\x23\x96\xa0\xb9\xd3\x8b\x44\xa1\xb5\xb5\xd7\xa6\x17\x89\x73\xfb\x56\xe5\x5a\xa9\xd3\x5b\x43\x21\x48\xeb\x3f\xbd\x35\x9c\xdb\xb7\xdc\x32\xa1\x0d\x69\x03\x8b\x67\x85\x64\x3b\x14\x29\xf8\xfc\x4f\xef\x03\x85\xe4\xa9\xe3\xe9\x7d\xe0\xdc\x64\x2b\xd8\x28\xe7\x06\x5b\x11\xa2\x16\xda\x06\x5b\x99\x86\xc6\xfb\x70\xcf\xf4\xf2\x4f\x70\xaf\x4d\xef\xfe\x84\x55\xcc\x5f\xb3\xf7\x3e\x39\x52\xe8\x15\x27\x82\x69\x04\x7d\x10\x59\x39\xbd\x3a\x13\x82\x60\xa8\x69\x04\xbd\x50\x02\x4b\xe3\xf4\x36\x6d\x7a\xff\x15\x98\x15\xa7\xf7\x5f\x93\xfb\xaf\x23\x97\x8c\x9f\xde\x7f\xcd\xe2\x58\x62\x20\x9b\xde\x62\x09\x89\x49\x75\xfa\x2a\xf8\xf4\x55\x70\x34\x97\x9f\x49\xef\xe9\xa3\xe1\x42\xe0\x25\x38\x7d\x34\x7c\xfa\xf4\x77\x60\x79\x9b\x5e\x7c\x09\xad\x5d\xb4\x89\xe3\x92\x10\x78\x2c\x4c\xef\xbd\xa6\xf7\x5e\xd1\x92\x62\xcd\x66\x7a\x97\xb9\x16\xf2\xf4\xde\x6b\x16\xc7\xcb\x31\xf4\x9d\x6d\x21\x79\x50\x75\x16\xc7\xcb\x7b\xaf\xe0\x75\xf4\xe9\xbd\xd7\x2c\x4a\x43\x6c\x65\xb3\xa4\x9f\x7e\xd2\x90\xe6\xa6\x9f\xa6\x39\x35\x12\x12\x93\xe4\x55\x98\xd1\x8d\xd3\xab\xb0\xc9\x55\xd8\xb9\x2d\xce\x3c\xbd\x0a\x13\x92\xdd\x39\x0d\xa6\x9f\xbb\x87\x08\x97\xe3\xce\x21\x42\x08\x9e\x51\x9e\x3b\x87\x88\xb9\xbb\x7b\x48\x59\x32\x77\x77\xcf\x6e\x80\x1d\x4d\xf3\x5e\x6d\xee\xae\x77\x12\x0b\xce\xdd\xf5\x0e\x34\xb4\xdc\xb9\xbb\xde\xf7\xcb\x4a\xd9\x8b\xbb\xc3\x0b\xe4\x75\x49\xb2\xd2\x2f\xed\x43\x40\xaa\x92\x9a\x5f\x52\x81\xeb\x1d\x48\xa2\x38\xe7\xce\x2d\xf9\x34\xd0\x5f\x2f\xcf\x69\x24\xbf\x10\x35\x2c\x66\x73\x2f\x27\x21\xa5\xbd\xd2\x5e\xce\xf5\x74\xbe\x39\x6c\xca\x69\xbc\x9b\xe6\x8e\x9c\x16\x1a\xa9\x7a\x26\x09\x01\x16\x9c\x16\xa3\x6d\x2e\x90\xdd\x2c\xfa\x3b\x63\xe4\x02\xd9\xbf\x99\x67\x1d\x79\xe7\x37\x09\xf8\x2f\x91\xfe\x1c\xec\x55\xd0\xca\x33\x77\xd8\xeb\xdc\xd5\xd1\x48\xac\x3d\xf7\xb0\x0f\xe8\x68\xf9\x15\xb3\x0b\x9e\x0e\x48\xac\x3d\xb9\x27\xfc\xc0\x93\xc0\xf4\xb6\x70\x72\x35\xb8\x8a\xd1\xfb\xb4\xbd\x3a\xac\x6d\x4c\x56\xda\x5e\xdc\x55\xfe\xba\x1c\xd0\xdb\x84\x24\x7c\x6a\x7a\x37\x38\xbd\xbb\xd3\x50\x3f\xbd\xbb\x13\xf2\xf4\xd7\x5c\x95\xdc\xdd\x9d\xc4\x91\x4c\xef\xee\x26\x97\x72\x25\x48\xd3\x3d\xbd\x95\x13\x92\x47\x0a\xe6\xc1\x99\x75\x1e\xb8\xd2\x07\x41\x6c\xf3\xe0\x34\x2a\x04\x6f\x2f\xce\x83\x43\x84\x50\x82\x44\x3a\xf3\xe0\x14\x21\x24\x3a\xeb\x3c\x38\x45\xcc\xc3\x05\xcd\x55\xd1\x3c\x5c\xd0\x40\x12\xef\x3f\x0f\x17\xb4\x4f\x4d\x07\x2f\xf4\x4e\x9f\x9a\x16\x12\xd5\x76\xfa\xd4\xf4\x3c\x64\x61\xa4\xf3\x9e\x87\x2c\xec\x30\x66\x9a\x29\x3d\x64\x61\x87\x4a\x0a\x56\xe3\x79\x54\xbb\xc0\x3d\x59\xf9\xbe\xb4\x0b\xdc\x93\x05\x49\x7e\xe6\x51\x6d\x6f\xf5\xe4\x99\x90\x86\x24\xbb\x50\x6d\x9b\x5d\xa8\x76\xe1\x80\x64\x17\xaa\x0b\x84\xce\x73\x28\x9e\x47\xfb\xda\x41\x4f\x9b\xed\xe0\x15\xd2\x76\xd0\xdc\x66\x3b\x9a\x43\xc9\x36\xe5\x9e\xf4\x83\x6c\x4e\x42\xb3\x69\x2a\x24\x5f\x0d\xcd\xb6\xf9\x96\xe0\x6e\x31\x9b\xe6\xba\xcf\xa0\x57\xae\x7b\x6e\x4b\x17\x8d\x2e\x84\xe3\x16\x86\x37\xd1\x90\x70\xdc\xf4\x17\x65\xeb\x92\x58\xe2\x83\x96\x27\xe3\x11\xf6\x20\x1c\x36\xc7\xc8\x1d\x73\x98\x90\xc9\x8e\x86\x4d\x0b\x87\x2d\x6d\x87\x6d\x23\xdd\xd8\xf5\x55\xe0\xb0\x69\x7b\x24\x82\x6f\x9a\x5f\x42\x88\xdc\xa9\x20\xed\x01\x97\x7f\xde\x52\xcc\x23\x5d\x0d\xe6\xcb\xac\x16\xdb\x25\xed\x16\xa3\x21\xee\x3f\x20\xd2\x31\x4a\x97\xbd\xc7\xa6\x84\x85\x1c\xee\x3f\x20\x2e\x87\xcd\xed\x77\x78\x5a\xc9\xf4\x53\x7b\xcf\x25\x21\x01\xa3\xf3\x48\xe7\xcf\xbb\xf9\xaf\x4e\xa7\x4f\x4d\x9f\x64\xe9\xd3\xbb\x68\x21\x78\x63\x7c\x7a\xd9\x3c\x79\x76\xbc\x24\xaf\x06\x4e\xdf\x1d\x17\x5a\xba\xec\x15\x3b\xc0\x2a\x46\xdb\xdc\xf3\x40\x70\xb8\x9a\x5e\x53\x4f\xae\xa9\xcf\xfd\xf8\xb9\x8b\xda\xf4\x16\x5b\x58\x3f\x7c\x40\x2b\xd2\xcc\x8c\x1a\x90\x76\x49\xa7\xc5\x4e\x68\x55\x1a\x97\x72\x4b\x89\x9e\x27\xa6\x2d\x61\x15\x93\xd6\xa4\x35\x86\xcb\x0a\x42\x52\xb7\x98\x35\x0c\x69\xa4\x78\x40\x78\x79\x27\x3e\x79\xd5\xb9\x78\x21\x32\x79\xdb\xf9\x03\x0f\x99\xd3\x17\x9e\x27\x6f\x37\x17\xef\xa5\xa6\x8f\x37\x0b\x71\x5d\x16\x3b\x25\x55\x8b\xd1\x36\xd9\x04\x10\xf5\xa0\x82\x6a\x73\xe1\x1c\x5a\x35\xa7\x37\xec\x42\x24\x92\xca\x1b\xf6\xc9\x6d\x7a\xd1\xc6\x3d\xbd\x4e\x17\x82\x94\x6f\xd3\x97\x9a\x27\x49\x46\x8a\xe6\xae\x69\x96\x11\xe1\x63\xc2\x5e\xba\x4f\xde\x56\x2e\xda\x6a\xa7\x8f\x2b\x0b\x91\xf0\xef\x53\xf9\xeb\x7b\xcb\x5e\x21\x4c\xdf\x5b\x16\x22\x3f\x92\x63\x74\xb9\x58\x60\x1d\xa7\x92\x15\x08\xee\x37\x27\xef\x31\x7f\x50\x34\x37\x4f\x9f\x65\x16\x22\x3f\x92\x6d\xc3\xd9\x4c\xfb\xed\xf4\x59\x66\x21\x48\x53\x36\xcd\x93\x22\x04\xc9\xe2\xa6\x79\x52\xa6\x4f\x30\x6b\x92\x9f\x3a\x09\x08\x9f\x68\xf1\x09\xe6\x89\x8f\x40\xd1\xbc\x32\x75\x12\x10\x3e\x75\xe1\x94\xd1\x99\x75\x45\xfb\xed\x34\xeb\x8a\xd0\xc2\x5f\x93\xd1\xe1\x36\x50\x34\x81\x4d\xfd\x06\x84\x4f\x18\x98\x88\x45\xf0\x74\x33\x4d\xc4\x22\x04\x3e\x1e\xf3\x94\x43\xfa\x52\xb3\xa6\xbe\xe9\x4b\xcd\x42\x54\x37\x8c\xfc\x90\x74\x2d\x25\xc9\x2b\x36\xcd\xd7\x22\xc4\x09\xef\x3b\x65\x91\xc0\x2a\xe6\xa7\xf6\x2a\xd0\xd9\x60\xcb\xa7\x2c\x12\xf8\x24\xdc\x29\x8b\x3c\x55\x3d\xd2\xdf\x77\x92\xe5\x90\x76\x53\x0e\xa9\x7b\x44\xf2\x7c\xc2\xd4\x3d\x42\x88\x74\x6c\xe5\x90\x40\x70\xb5\x31\x75\x8f\x10\x9a\x62\x50\xf7\x08\x21\x78\x44\x69\x9e\xaa\x2c\x40\xf1\x95\xfe\x79\xca\x33\x81\x48\x27\x45\x9e\xa9\x2b\x44\xca\xe6\x74\x85\x10\x3e\xe1\xae\x2b\xc4\x3c\xd3\xdd\x8d\x56\x7b\xca\xe6\x80\x4f\x55\x38\xe5\x72\x7a\x4c\xf8\x68\xf7\xd4\x63\x62\xe2\x31\x71\xaa\x62\xe9\x31\x31\x49\x58\xb3\x8a\x49\x3b\xa4\xc1\xf6\x59\x7e\x3a\x51\x08\x11\xe8\xe5\x3a\x51\x08\x41\x72\xb0\xa9\x0f\x85\xe0\x95\xd6\xd4\x87\x62\xd6\xd3\x29\xe6\xe8\x54\x55\x76\xaa\xef\xc1\x31\x51\xba\x55\x4c\xfc\x26\x4a\x92\x4b\x61\x56\x35\x9b\x0a\xcb\x4a\x66\xbd\xca\xb2\x80\x55\x4c\x5a\x91\xa6\x23\x4b\x85\xb4\x4b\x72\xeb\x35\x3a\x25\x1b\x03\x82\xb4\x14\xb3\xaa\xff\xd4\x8f\xb3\x71\x86\x32\xfd\x8e\x10\x78\xd9\x4f\xd3\xef\x4c\xd3\xef\xe4\xc6\x21\xdc\xf4\x3b\x42\xb4\xcb\x4a\xed\xc2\xc7\xd9\xd0\x45\xcc\xbf\x23\xe8\x1d\x31\xcd\xbf\x23\x04\xf1\xb9\xb3\xaa\xff\xe8\x06\x92\xdc\x14\x4c\xdd\x40\x84\xe0\x65\xe6\xa9\x1b\x88\x10\x97\x5f\x7a\x2e\x04\x3e\x35\xcc\xc4\x3d\x42\x54\x34\x00\x7d\x45\x84\xf5\xfb\x16\x73\x38\x70\x16\x91\x23\xea\x2c\x32\xf1\x06\x59\xc5\x18\x5c\x39\x27\x10\x3c\xe2\x3d\xab\x27\x97\x7a\x7d\xfd\x64\xd4\x3c\xbc\x57\x03\x00\x10\x11\xd5\xc3\x4c\xfd\x78\x6e\xf8\xa9\x1d\x85\xe7\x12\x94\x39\xab\x3c\xb7\x7e\xcc\x14\x69\xec\x0b\xe3\x42\x10\x18\x36\x7d\x61\x7c\xd6\xa6\x1c\x85\xb1\x55\x39\x27\xd0\xf2\x6f\xf0\x50\x9b\x55\xc6\x5a\x3f\xc6\x8a\xbe\x51\x65\xac\xf5\xf3\xf8\x64\x54\x65\xac\xf5\x63\xac\x49\x77\x64\xac\x40\x8b\x66\x31\x3b\xfd\x31\x56\x34\x95\x2a\x63\x05\x22\x39\x23\xea\x49\x23\x94\xc4\x97\x6b\xd6\x70\xde\xc2\xe7\x65\x58\x9f\xf2\x5a\xde\x46\x5f\xc5\x98\x11\x39\x2b\x10\xd5\x1d\x20\x67\x05\x56\x31\x3f\xb5\x5b\xe1\x9a\xa5\xb9\x32\x5b\x60\x15\xa3\xa7\x72\x5b\x20\xf0\x8a\x9d\x35\xec\xa9\x0c\xb8\x6c\xd2\x5c\xda\x30\x60\xed\x1f\x55\x06\x5c\x65\xc0\x64\x5e\x9b\x55\x06\x0c\x7c\x0a\x7a\x95\x01\x03\xc5\x24\xc4\xb3\xca\x81\x81\x48\xa7\x5c\x0e\x5c\xbd\x1f\x3f\x18\x0f\x39\xb0\xde\x46\xe6\x86\x9e\x7a\x1b\x09\x41\x88\xca\xd4\xdb\x48\x88\xac\x96\x72\x3c\xd2\x8e\xba\x51\x54\x34\xab\x8a\xa6\x5b\x5d\x45\x13\xd0\xb5\x66\x56\x15\x4d\x60\x7d\x49\x0f\x54\x34\x81\x20\x5d\xc7\xd4\x9b\x69\x56\xd9\x2d\xcf\x47\x4d\xfd\x94\x84\x50\xb5\xf7\x35\x7a\x61\x15\x93\xe6\x2c\xc3\x6e\xf1\x63\x9b\xba\x2e\x09\x41\x12\x92\xa9\xe7\x92\x50\xb2\xa0\x11\xe9\xba\x24\x04\x49\x48\xe6\x25\x53\xbe\x4c\x56\x44\xdf\x75\x66\x9a\x7a\x2e\x25\xd1\xf9\x53\xcf\x25\x21\x78\x67\x69\xea\xb9\x24\xac\x62\x27\xb4\x94\x96\x14\x6b\x90\x6e\x49\xcc\x7b\xf3\xc7\xba\xa4\xe1\x97\x15\xda\x94\xa6\xbb\x87\xc5\x1e\x49\x0e\xd1\xee\xaf\xbd\xd2\x18\x22\x14\xc9\x4b\xe6\x6d\x76\xaf\x24\xa2\x7e\x9a\xdd\x4b\x88\x44\x62\x98\xdd\x4b\x68\xca\x95\x4b\xde\x7d\x7d\xcf\x21\x50\xa7\xbc\xdb\x57\xe4\x93\x98\xdb\x69\xc2\x2f\xe1\x33\x65\xfa\x8a\xbc\xb0\x8a\xf9\xa9\xe3\xa1\x56\x7a\xd9\x0c\x87\x43\x16\x5f\x0e\xdb\xe1\x78\x54\x5f\x9b\x64\xd4\x64\xf1\x97\x2c\x1e\x7f\x92\x69\x5e\x30\xc1\x2b\xc7\x69\x5e\x30\x21\x78\xc4\x6a\x5e\xb2\x78\x20\xea\xd7\x34\x47\x08\x93\x6a\x16\xbf\x94\xc5\x03\x51\xed\xa8\x2c\x1e\x08\xae\xae\xe7\x25\x8b\xc7\xd5\x6c\x7d\x49\x05\x32\xef\xcb\xa4\x5d\xe8\xcb\xd7\xe5\x70\x5c\xce\x3b\x5a\xde\x25\xf3\x06\x82\x27\xef\xe7\x75\xd9\xcf\xcb\x7d\x70\x5a\xa9\x1d\xbd\xdc\x07\x4c\xa8\x2c\xfe\xba\x9c\xe4\xd3\x4f\xed\xc2\xe5\x24\xd3\x03\xf5\x65\x60\x15\xa3\x6d\x2a\xcc\x40\xf0\x9e\xf9\xd4\x25\x4e\xd0\xeb\x73\xea\x12\x27\xac\x2f\xe9\xa9\xfa\x32\xe0\x55\xde\xbc\xe4\xfa\x40\x90\x2a\x67\x5e\xb2\xf5\x4b\x7f\x35\x07\xb7\x39\xef\x72\x7a\x0f\x59\x97\x9c\x1e\xd0\xf2\x3f\x2f\x39\xfd\xd5\x9c\x50\x98\xdd\x25\x5b\x07\x82\xb4\x35\xf3\xd2\x30\xa0\xb7\x5e\x16\xb4\x02\xbd\xf5\xe6\x15\xb2\x2c\x98\xf3\xa5\x72\x0c\x44\x36\x49\xf6\xe0\xe3\xd7\xce\x9f\xfc\xfa\x92\x5f\x23\x4b\x2e\xf9\x35\xe0\xfd\xf6\xbc\x64\xd7\x40\x24\x2c\xeb\x92\x5d\x5f\x1f\x83\xad\x7e\xe9\xca\x92\xc1\xba\xc0\x65\xb0\x57\x3a\x92\x32\x01\x59\x27\x10\xc5\x89\x97\x75\x5e\xe9\xfa\x70\x23\xc8\x27\x2f\x0f\xe4\xc5\x62\xae\x8f\x8f\xb3\xc1\x14\x75\x4b\x9c\xb8\x25\x9e\xbc\x84\x3e\x75\x4b\x9c\x4d\x45\x92\x17\x45\x67\x93\x67\x35\x23\xd9\xd9\xca\x4d\x9e\xd5\x4e\x27\x26\xf6\x9f\x4b\xed\x26\xff\x02\x3e\xab\x4c\x93\x7d\x01\xe1\xc9\xa7\xc9\xbe\xc8\x98\x57\x7c\x5c\x74\x36\x39\x0e\xf0\x59\x87\xcc\x9e\x27\x14\xdf\x67\x9a\xa6\xcf\x13\xe2\x4c\xbf\xb4\xe5\x9c\x83\x35\x18\x35\x99\x50\x33\xff\x66\xf5\xc3\x2a\xc9\xc9\x45\x2b\x69\x32\x21\x20\x0e\xc4\x56\x93\x09\x99\x77\xcf\x27\xfd\xa6\x79\xf7\x84\xcf\xac\x64\xde\xbd\xd9\x3c\xcc\xee\x48\x59\xbd\x38\x85\x20\x03\xc6\x6c\xaa\x64\x40\xb4\xdd\x52\x0e\x87\x2a\x19\x59\x04\x66\x73\xbf\x02\xa1\xa9\xb0\xa9\x92\xe9\x12\x9a\xbb\xd3\xe6\x16\xd6\x25\x14\x2f\x8a\xa9\x4b\xe8\x6c\xea\x5a\x3b\x76\x81\xe6\xae\x03\xc2\x0b\x08\xbd\x44\x67\x73\x8b\xed\x48\x3c\xb3\xfd\x09\x8d\x00\xcc\x69\xb6\xbf\xa9\x4b\x68\xe2\x88\x35\x75\x09\x9d\xcd\xbd\xb3\xdb\x07\xf7\x0e\xd0\x1a\xdb\xa9\xb9\x77\x9a\xa7\x48\x9c\xa2\x66\x73\xa3\x00\xd9\x50\x3b\x9a\x1b\xa5\x61\x55\x4b\x22\xdc\x67\x53\x63\x01\x1a\x29\xe2\x66\x53\x61\x01\xe2\x74\x31\xaa\xb0\x34\xf7\x13\x3e\xd9\xb3\xb9\x9f\x80\xe0\x5d\xc5\xd9\xdc\x4f\xcd\x23\x63\x50\xa7\x0a\x4b\x4b\xc7\x88\x93\x7c\x73\x3f\x01\x41\x2e\xa7\xd9\x3c\xe5\x01\x25\x77\x98\x66\xf3\x98\x07\x44\xa2\x65\x37\x15\x16\x5d\x64\x4d\x71\x34\x75\x91\x9d\xed\xcd\x5f\x7f\x9c\xdc\x95\x4f\x5d\x64\xa7\x29\x06\xcd\xf2\x32\xcd\x21\x28\x04\x71\x5e\xd3\x1c\x82\x33\xb4\xeb\xe0\xed\x30\x75\x74\x15\x9a\xc6\xa4\x70\x3d\xc7\x37\x31\x28\x19\xba\xa6\xce\xc0\x17\xc1\x07\x06\x66\xd8\x55\xa0\xf1\xf0\xed\x0c\x0f\xc7\x40\x90\x20\x7d\xea\x99\x2a\x14\x9f\x81\x9f\xba\xa6\x0a\x4d\x4d\x52\xcf\x54\xa1\xb5\xcb\x52\x55\x12\x6a\x3c\xec\x25\x1c\x36\x3c\x4f\x4b\x1e\x4c\xbc\xae\xa7\x42\x1c\xcd\x1f\xeb\x92\x30\x0b\x32\x07\xa1\xb6\x06\x34\xef\x15\xf4\x4f\x15\xa2\x7e\xad\x70\x84\x34\x14\xb2\xf9\x42\x95\x0e\x88\x40\xd2\x84\x2a\x9d\x5e\xac\xa9\x68\xd7\x8b\x75\xe2\xc5\x7a\x72\x2f\x3c\xf5\x62\x15\x56\x31\x69\x45\x1a\x03\x84\x9a\x97\xaa\x74\x40\xe2\xbc\x32\x53\xf6\x08\xac\x2f\x2d\x76\x4a\xe3\xed\x00\x76\x50\x7a\xd0\x06\xf4\xf7\x9e\xe9\x41\x1b\x68\x5a\x7e\x53\xc5\x2f\x65\xac\x64\x79\x9a\x29\xe7\x04\x0c\x2f\x98\x29\xe7\x04\x82\xf8\xd2\x99\x72\x4e\xa0\xf1\xaa\xc1\x4c\x15\xbf\xd4\xd0\x48\x2c\xe9\x4c\x0d\x8d\x40\xca\xd8\xd2\xc5\x97\xde\x4e\xef\x56\xf9\x48\x42\xd1\xf9\x7a\xfe\x4a\x7a\xf9\x70\xcd\xb9\x2e\xbd\xc2\xfa\x7d\x69\x8e\x19\xe9\x46\xf0\x2b\x9b\x29\x63\x4e\x1f\x7d\xdc\x24\x39\x66\x0b\x12\xbf\xa0\x99\x2e\x64\x20\x48\x5d\x31\x53\xc6\x0c\xc4\xfe\xfd\xbc\x43\x06\x5f\xc6\x95\x74\xa6\x7c\xd9\x47\x7b\xdc\x3b\xa9\x6e\x08\x94\x24\x28\x68\xfa\x90\x8f\x10\xe1\xcc\xa9\x1b\xa6\x0f\x6f\x21\x60\x53\xdd\x30\xd5\x0d\x49\x31\x3d\x7d\xee\x47\x88\xf8\xda\xef\x90\x5d\xee\x13\x38\x42\x7a\x3e\x07\x92\xb7\xc3\x67\x2a\x1e\x80\x38\x51\x99\x52\xf1\x00\xb4\x86\x6e\x98\x6a\x78\xa9\xc4\x38\x9c\x3a\x25\x06\x90\x84\x6a\xce\x54\x62\xe4\xf5\x35\x8d\xe1\x50\x3c\x00\xa9\xe5\x3d\xaf\xaf\x69\x70\x43\xa2\x74\xa7\x4e\xd5\x42\x8b\xbf\x21\xa9\xe9\xd4\xe7\x5a\x28\xbe\x33\x3f\xf5\xb9\x16\x82\x6c\xc8\x53\x9f\x6b\xa1\xf8\xa8\xfc\x4c\x95\x42\x40\x0f\xb2\x99\x2a\x85\xe9\xd3\x42\xee\x2d\x75\x42\x20\xae\x8f\xe4\xd0\x68\x43\x85\x57\xa6\xd2\x29\xd5\x09\xc3\x52\x8e\x8c\x02\x8b\xe8\xdf\xa9\x4f\xb7\xd0\xb4\x19\xa6\x02\x2b\x8d\xd7\xe5\xe6\x22\xbd\x52\x4a\xd5\x44\x5e\x6b\x9d\x66\xfa\x14\x22\x1c\x53\xd5\x44\x20\x8f\xb4\x94\xe3\x87\x3d\xc0\xfb\x72\x5d\xc6\x85\x16\xae\x3a\xcd\x01\xa9\xa0\x23\xba\x78\xa6\x82\x0e\x08\xd5\xa9\x54\xd0\x25\xf7\x42\x49\xec\xef\x4c\x45\x18\x10\x81\xca\x99\x4a\x30\x20\x8f\xf4\x4b\x27\xc5\xfc\x66\x28\xcd\xba\xa4\x0b\x71\xda\x25\xd9\x7a\x6a\xf3\xc4\x42\x9b\xb2\xf5\x54\x80\x91\x7a\x7f\xa6\x02\x0c\xc8\x23\x25\xd9\x32\x4e\xdc\x81\xba\x94\x6a\x92\xe9\xf1\xfa\x70\x09\xcb\xb0\xd3\x98\x42\xe7\x49\x86\x6d\x72\xd4\x3c\x9a\xed\xb0\x4f\x70\xec\xe6\xda\x94\x63\x03\x91\x9b\x75\xda\x27\xaf\x76\x94\x08\xe6\x4b\x15\x82\x77\xf3\xa7\xce\xf2\x13\x67\xf9\x53\x4d\x40\x67\x79\x61\x7d\x29\xad\x48\xc3\xc9\x88\x85\x60\x0a\x55\x21\x89\x8d\x9e\xa6\x50\x9d\xf7\xc7\x64\xd1\x28\x6f\x99\xec\xed\xfb\x49\x9b\x3f\x96\x92\xec\x14\xab\xcf\x57\xb8\x84\xa6\x91\x46\x07\x7d\x21\x5a\x5a\x27\x9d\xf2\x79\xad\x8f\x59\xea\xca\x2e\x34\x4d\x28\xe6\x3c\x9d\x7a\xb7\x27\x81\xd0\x53\xef\x76\x21\x88\x4f\x9a\x7a\xb7\x4f\xf3\xa0\x26\x2f\xe7\x4c\x1d\xd2\x27\x39\x4f\x8b\xb9\xad\xa7\x49\x4f\x85\xe0\x2d\xcb\x69\xce\xd3\xa9\xa7\x79\xaa\x2e\xe9\x69\x2e\x64\xdb\x25\xd9\x5e\x65\x24\xa9\xc3\xa7\x8e\xe0\x13\x47\x70\x9f\x2e\x9f\x3a\x82\x4f\x93\x7c\xe6\x89\x58\xd0\xc9\x59\x08\x1e\xaf\x98\x26\xf9\x9c\xdd\x1d\x4a\x84\xf3\xec\xf6\xa1\x6b\x9f\x43\x86\x75\x77\xa8\xde\xcb\x49\xe8\xf2\xd4\x7b\x79\x76\xcd\x67\xe4\x26\x9f\x5d\xfd\xb1\x9b\xde\x95\x41\xea\xf6\xb4\xab\x2b\xe2\x9b\x3b\xbb\xba\x22\x90\x5a\x00\xbb\xba\x62\xd7\xaa\x54\x11\xa6\xdd\x35\x0e\xa4\xae\x42\xdd\x35\xae\xbf\x71\xe2\x1e\x39\xf5\x37\x9e\xf8\x1b\x9f\x1e\x9d\xf5\x37\x9e\xc3\x4b\x40\xde\x5d\x9e\x43\xa1\x0e\xa4\x5a\xbc\x4f\x5b\x4d\x7d\x84\x93\x10\xe4\xa9\x8f\xb0\x90\x84\xcf\x4f\x7d\x84\x85\x46\xd8\xe3\x1c\x8a\x4e\x20\x49\xf3\x30\xcd\x18\x2a\x94\xc4\xfd\x72\x9a\x32\x54\x88\x16\x92\x4e\x49\x36\x0d\x9e\x3b\x14\x9e\x43\xcf\xa6\x43\x92\x4d\x23\x46\xc4\x2b\x9e\xa1\xf0\x04\x92\x08\x8e\x39\x14\x9e\xb8\x22\xaf\x1f\x3b\xa0\x4d\x69\x64\xbb\x45\x2d\x1c\xda\x42\x86\x77\x7b\xe4\x65\x9f\x26\x1b\x15\x52\x7b\x80\xb9\x46\x27\xee\xc7\x25\xc9\xc5\x3d\xcd\x22\x2a\x34\xde\x69\x9a\x26\x11\x9d\x5f\x12\x51\x74\x28\x93\x88\xce\xa1\x45\x83\x07\x6c\xe7\xd0\xa2\x01\x24\xe9\xbf\xe7\x50\x04\xfa\x20\x58\x92\x6d\x6c\x9a\x17\x53\x88\xd3\xbe\xcb\xd5\x75\x45\x4e\xde\x2f\x9b\xba\x22\xcf\x21\xc3\x56\x3b\x37\x6f\xa5\xd0\x02\xee\x69\xda\xca\xf9\xa5\xad\xe4\x40\x67\xda\x4a\xa1\x25\xcc\xd3\xb4\x95\x42\x94\x2a\xc9\xd6\xba\xfb\x78\xbf\x76\xea\xea\x2c\xc4\xe5\x4c\xb9\xfb\x86\xea\x3a\xc9\xe6\xa7\x79\x2b\x05\x84\xdc\x4f\x25\xf6\x90\xed\x0f\x79\xfc\x85\xf5\x5e\xb7\x67\xe1\x13\x78\xc3\xf5\x3f\x64\xe8\xc4\x97\x4f\xb3\x5f\x0a\x71\xda\x74\x19\xfa\x90\x2d\x5f\xae\x15\xd9\x32\x90\x9a\xd2\x74\x8e\x9e\x38\x47\xd7\x8d\xe5\xa9\x73\xf4\x24\x39\x65\x49\xa2\xd0\xa7\xd9\x29\x85\x24\x03\xc6\x9c\x2a\xba\xe6\x93\xcc\x8b\x19\x37\x9f\xa4\x90\x38\xbc\x4f\xf3\x49\xce\xe9\x06\x20\x77\xd1\x9c\x6e\x00\xe0\x73\x11\x9b\x6e\x80\xe9\x5b\x5d\x68\x55\xd3\xf5\x0f\x24\x2f\x79\xcc\xe9\xfa\x07\x3e\xf9\x6c\xd2\x49\x21\x8f\xcb\x9f\x0f\x49\x61\x95\xfe\x7e\x4a\x43\x9b\xb8\x24\xdd\x92\x9c\x5c\x78\xa6\x2f\xb6\x09\xc1\xbb\x79\xd3\x27\xd9\x84\xe2\x63\x44\x73\xca\x33\xa7\x29\x58\x90\xc6\xbe\xd2\x26\xac\x62\x7c\xea\x6e\x02\xf2\x40\x0c\x4e\x77\xd3\xd4\x06\x81\x63\xed\x9c\x2a\x99\x40\xf0\x00\xd9\x9c\x2a\x99\x40\x1e\x9c\xf3\xcd\x87\x39\x49\x5b\x59\x7c\xdb\x68\x4e\x55\x45\x20\x0f\x67\x4f\x4d\xd1\xb4\x96\x9f\xeb\x9e\x69\x2d\xe7\x97\xd6\x12\x5b\xa0\x69\x2d\x85\x38\xb1\x43\x99\xd5\x72\xf2\x1a\x5c\xf9\xdc\xe3\xa6\xea\xdb\x34\xcf\x9c\x4b\x41\xf9\x06\x7c\xfa\xc4\x54\x36\xcc\xef\x71\x01\x49\x8e\x37\xde\x3f\x47\xf3\xb7\xba\xa4\xaf\x65\x74\xca\x0d\x6c\x0a\xcb\x74\x37\x99\xc2\x52\x68\x3a\xc0\x98\xc2\x52\xc8\xe3\x2b\xe5\x40\x2a\x3f\x2f\x6b\x50\xaa\x4c\xdf\x5e\x3b\xac\xc0\x0e\x60\xe3\x23\x61\xda\xf4\x7d\xba\x69\xa2\xcb\xbc\xec\x81\x1b\x7d\xea\xfd\xe3\x52\x50\xf6\x90\xd4\x72\x15\x63\xf6\xdc\xe8\x40\x1e\xe8\x6f\x86\x08\xcc\xa9\x91\x4f\xaf\x9b\xe9\xe9\x7a\x1a\xf7\x09\xbf\x99\x9e\xae\xe7\xb7\xb9\xc3\x4f\x6d\x48\xea\x99\x44\xdb\xdc\xdc\xd3\x13\x37\x2e\xca\x73\x7a\xe2\x9e\x66\xc9\x28\x7e\x69\x73\xd9\xef\xcd\x7d\xe0\x7e\x9f\x3a\xe2\xe8\x4e\x33\xd5\xd6\x80\xf4\xa6\x69\xaa\xad\xcd\x8f\x2d\xb8\xd8\x64\x0b\x53\x47\x1c\x64\xa0\xa1\x0a\x93\x50\x85\x5a\xd0\x70\x0d\x55\x10\xa2\x31\xde\x8f\xca\x1a\xf0\xe9\x8c\x8f\xca\xda\xe3\x59\x5a\xaf\x68\xb3\x66\x0a\xa1\x83\xb2\x49\x33\xe7\xa3\x02\xe7\x01\xfe\x51\x81\x03\x42\x4f\x30\x93\x66\x0a\xe1\xa5\x92\x49\x33\xe7\xa3\x74\x26\xcb\xce\x7c\x94\xce\x8f\x27\x5b\x04\xd9\xa3\x74\x7e\xbc\x49\x20\x6b\xfd\x34\xfb\xa4\x10\x1b\xc2\xe2\xf1\xb4\xf8\x78\x5a\xd4\x7d\xf8\xf1\xb4\xf8\x18\xc9\x13\xfe\xda\x94\xc4\x3e\x73\x38\xe4\x14\x8f\x97\xc5\xfa\x4e\x9b\xa4\x52\x48\xb2\x34\x4c\x93\x54\xce\x47\x19\x48\xe0\xf1\x7c\x94\x81\x80\x89\x1b\xa6\x09\x23\xa7\xd9\x21\x3f\xc9\x6e\x76\x48\xa1\x05\xba\x8f\xd9\x21\x85\xa6\xd5\xcd\xec\x90\x42\x6b\xf0\x13\x23\x43\x84\x90\x25\x1a\x19\x32\x8d\x0c\xf9\xe4\xbf\x91\x21\xd3\x6c\x85\xc9\x9b\x98\xd3\x6c\x85\x42\xf2\xba\xc2\x34\x5b\xe1\x34\xfd\x5f\xba\xd8\x0c\xdc\x98\x5f\xfa\x3f\xee\x48\x4d\xff\x27\x94\xd4\xf7\xdd\x58\x8e\x49\x2c\x47\x25\x9e\x70\x1a\xcb\x21\x44\xc0\x50\x4c\xff\x27\xac\x2f\x77\x68\xbb\x34\x92\x34\x20\x0a\x5f\x75\x7e\xb3\x04\xa6\x0b\xd0\x2c\x81\x42\x90\xc9\x7a\x1a\x18\x32\xdf\x6f\x46\xd9\xf1\xc6\x6d\x08\x41\xa4\xc5\x34\x6e\x43\x28\x49\x02\x89\xf9\xd6\xef\x53\xbd\x54\xfe\x06\xb7\xf1\xd7\x09\x07\x9a\xee\xda\xa6\x07\x14\xa2\xb2\x0d\x4d\x0f\x38\x7d\x8a\x31\xf5\x07\x37\xf1\x9f\x10\x17\x5a\xb7\x89\xff\x84\x92\xda\xbe\x5e\x99\xfe\xab\xa2\xd5\xfc\xb5\x26\xa9\x59\x8c\xe1\x52\xd3\x32\x3f\x60\x6b\x56\x90\x92\x86\xc5\x18\x07\xc5\x05\x10\x27\x27\xd2\x57\x71\xf1\x7a\xdb\xa3\x6e\x64\x14\x8a\xd0\x82\x5d\x67\x10\xca\x7c\x3d\xe8\xf0\x92\xe8\x34\xa5\x9f\x10\x9e\x6f\x0d\x42\x11\xe2\xc2\xf4\x6a\x10\x8a\xb0\xbe\xac\xd0\x6e\x69\x78\x6d\x14\xbf\xec\x92\xba\xc5\x18\x4a\x95\xc0\x2f\xa7\xdf\x61\x9d\xf6\xc0\xbb\xfe\x70\x61\xb4\xaf\x0b\xe4\x4b\xb7\x07\x2e\x6d\x20\x88\x30\x9e\x46\xaf\xcc\x57\x5b\x37\xa9\x2f\xa6\x39\xfd\x84\xdc\x1d\x70\xcf\x2a\xaf\x62\x45\xb5\xfe\x55\xac\xbc\x8a\x95\x2a\xc9\x79\x21\xf0\x25\xe3\xab\xc1\x9e\x12\xf8\x42\x32\xca\x69\xe0\xcb\xfc\x52\xff\x39\x07\x4a\x1a\x73\xea\xa5\xa6\x08\x83\x50\x26\x41\x28\x15\x83\xcf\x63\x10\xca\xb3\x79\x8d\xc2\xd2\x7a\xcc\x5c\x27\x04\x3a\xeb\x63\xc0\xc9\xe3\xb3\x8b\x89\x43\xd0\x63\x8c\x88\x10\x30\x89\xc7\xc4\x72\x8f\xf9\xe1\x32\xd6\xc4\x3c\xe6\x87\x13\x74\x6e\x7d\xcc\x0f\xf7\x18\x0f\x62\x56\xbd\xc7\x78\x90\xe7\x8b\x07\x59\xba\xd4\x63\x3c\xc8\xb3\x79\x31\x81\x25\xee\x31\x57\x9b\x10\xe1\xaf\xa1\x3b\x08\xc5\x98\x87\xc7\x5c\x6d\x42\xf0\xda\xe8\x63\xae\x36\xa1\xf8\x4e\xdc\x63\xae\x36\x21\x9a\xed\x68\xb6\x4d\x0e\xc6\x5b\xe7\x8f\x61\x23\xcf\xa6\xfa\x9f\x1b\xb5\x86\x35\xa8\xfe\x5f\x16\xb3\x06\xed\x35\xb9\x25\x34\xfb\xa0\xbd\xe6\x90\xe4\x20\x29\xf0\x49\x71\xf2\x6c\x08\x7c\xc1\x38\xef\x87\x07\xef\x3f\x68\xb0\xc8\xc7\x67\xef\x85\xf5\x25\xed\x85\x93\x0a\xba\x18\x3f\xbc\x81\xff\xc1\x2a\x46\x4f\x51\x15\x84\xc0\x33\xee\xf1\x29\xfc\xc7\xe7\x24\x13\xdf\xfd\xc7\xe7\x24\x85\x48\x47\x3c\xed\x95\x0b\x89\x47\x69\x1e\x63\x66\x1e\x62\x66\x2a\x6f\x13\x3c\xc6\xcc\x3c\x45\xee\x8a\xf3\xf0\x53\xe0\xae\x82\x0e\xcb\x4f\x81\xbb\x3e\x45\x1e\x85\x57\xf0\x53\xe0\x51\x42\x60\xb2\x79\x0a\x3c\xea\x29\x32\x1f\xfc\x1a\x9e\x02\xf3\x11\x1a\xf1\x29\x4f\x71\x6d\x15\xb9\x0a\xfe\x15\x0f\xe1\x30\x1f\x04\xaf\x4c\x3c\x06\xc5\x08\x51\x36\xea\x74\xd1\x18\xed\x92\x9c\xdb\x1f\xa3\x5d\x9e\xa2\x4d\x81\xc8\x85\xa7\x84\xbf\x86\x4b\xce\x61\x4f\xc3\x5f\xc3\x7a\xc2\x93\x9b\x4f\x09\x7f\xed\x5b\x20\x6c\x99\xe2\x02\x29\xde\x5c\x2d\xcd\xf7\x29\x2e\x90\xe2\x6e\x76\x16\x4a\xd8\x05\xa2\xfe\x89\x76\x7b\x0a\xbb\xf9\x29\xba\xdf\xb8\x65\x0a\x5a\xa2\x10\xd5\x2e\xb8\xb4\x8a\x87\x46\x1c\xbd\x9f\xe2\xda\x2a\x69\x12\x3d\x86\xd2\x45\x03\xe4\x69\x73\x5d\x33\xc5\xcb\x1b\x54\xdf\xa7\xb8\x68\x8a\x6f\xe4\x39\xe0\xae\x99\x62\xa6\xb6\xa0\x4e\xd7\x0c\x90\x27\x6c\xc0\xa4\x77\x4f\xd1\x76\x82\x87\xf8\xe3\x5b\x9a\x42\xc4\x61\x31\xfb\x99\x5f\x6b\x59\x1f\xf9\xb5\x16\x6b\xb3\x73\x80\xc4\x17\xf2\x64\x5b\x11\x43\xf4\xc1\xbe\xe1\x7a\xfd\x18\x4a\xf4\x10\x4a\x54\x79\x8d\xfb\x31\x94\x48\x58\xc5\x4e\x68\x45\x9a\x7d\xbf\x20\xed\x92\x76\x8b\x55\x68\x87\x34\x2c\x6e\x6c\x04\xc3\x8b\x1e\xc2\x87\x56\x31\x3f\x7d\xa5\xd9\xb6\x9f\x1b\xc7\x9f\x5d\x4e\x0a\xec\xdb\xe6\x2f\xcb\x4a\x81\xe4\xd1\xa4\x67\xaf\xb6\xa9\xda\xa6\x25\x33\x9e\xbd\xda\x26\x2e\x3e\x48\xb6\xfa\xec\xd5\x36\x71\xf1\x81\xbd\xf9\xd9\x39\xbb\x3e\xfb\x52\x3f\xd7\x97\x09\xed\x96\x46\x6c\x49\xf8\x65\x97\xc4\xfb\x76\x8d\xce\xa0\xab\x3c\x04\x3e\xed\x1b\xcf\xe4\x3c\xbb\xec\x7b\xf7\x91\xc8\x66\x33\xec\xf3\x52\x2d\x56\x31\x3e\xbd\x6c\xae\x29\x18\x1b\x83\x7f\xd9\x5a\x32\x23\x71\xb3\xf5\x18\x2b\xf5\x90\x97\x70\x7d\x49\xd3\xd0\x29\x84\x96\x9b\x5f\x86\x24\x2c\xf2\x4b\xdb\x7a\x8c\x95\x12\xf6\x0d\x67\xc5\x67\x57\x64\x00\xc9\x05\xc9\xb3\x5f\x76\xea\xb2\x53\x74\x40\x21\x42\x44\xd5\xfa\xd2\x5f\xb3\x53\x5e\x69\x6c\xfe\xd8\xd7\x29\xdf\xf0\xa7\x9f\xcd\x99\x5a\x02\x63\x7d\x49\x05\x4a\x0c\x20\x78\x7a\xe2\xd9\x15\x18\x64\x51\xdc\x37\x3c\x11\x1e\xb3\x28\x0a\x0d\xbf\xd5\xc7\x2c\x8a\xc2\x2a\xc6\x54\xc9\x5d\xbe\x97\x56\x1b\xbf\x16\x2e\x05\x12\x83\x70\x4f\xf2\x7f\x31\x76\x3f\x39\x13\xeb\x3a\x76\xc0\xe7\x59\xc5\xdb\x41\xca\xae\xb2\x25\x01\x99\x65\x9c\xec\xa1\xfe\x90\x40\x0f\xba\xfb\xe1\xa6\x7b\xff\x81\xcf\xcf\x77\x90\xf4\xe0\xde\xc1\x87\xf3\x81\x90\xcb\x96\x2c\x51\x14\xcd\x43\xd6\x3e\x8d\xed\x34\xb6\x2e\x34\xb6\x97\xd6\xb8\x7e\x2c\x8f\x4b\x6b\xa8\xc7\xfa\x32\x15\x68\x8d\xc0\xfe\x48\x54\x73\xa1\x67\x81\xf5\x8a\x02\xde\x29\x92\x30\xb6\xae\x66\xe9\x28\xad\x11\x58\xc9\x47\x59\x18\x5b\x40\xfa\x90\xda\x6d\x48\x21\x71\x5d\x57\xe6\xa6\x34\xc9\x2e\x85\xdc\xcc\x0d\x28\x92\x9d\x22\x99\x5a\x99\x0a\x61\xd7\xc6\xcd\x5b\x68\x5d\x60\xa5\x12\x66\xa1\x75\x55\x28\x5c\xd7\xef\x67\x84\x28\x12\xf9\x1d\x93\xa4\xb7\xe4\x77\x04\x33\x05\xed\x4a\x7e\x47\xb0\x52\x2f\xb3\xe4\x77\x04\x33\x61\xce\x25\xbd\x63\x85\x0f\xb6\x3f\x12\x48\x5d\xf8\x60\x75\xf3\xc1\xcc\x3e\xaa\x25\x7c\xb0\x23\xdf\x9b\x0a\x1f\xac\x92\xbf\xf1\xba\x92\x6c\x27\x4b\xcf\x17\xd1\x93\x28\x3d\x8f\x3e\xc6\x1a\xab\xe7\xcb\x22\x88\x3e\x0b\x5f\xec\x86\x95\xf0\x93\xc2\x1a\xab\xd0\xc1\xf6\x47\xc2\xa1\x0b\x1f\x0c\x8c\x71\x6a\xf6\x25\x32\xad\xf2\xb8\x4f\x4a\xe9\x49\x29\xc5\x84\x41\x07\x03\x57\xb3\x5c\x4a\xeb\x04\x66\x68\x58\xf5\xa4\x75\x9e\x97\x86\xb9\x9a\xe5\xd9\xa8\x98\x27\x15\x13\xd3\x04\x6b\x0c\xcc\x7c\x1f\x2b\xac\xb1\x0a\x6b\xec\xba\x72\x45\xa6\x0b\xea\xd0\x4e\xcd\x16\xd1\x27\xcd\xf2\x92\x51\xc4\xc0\x18\x46\x92\x1d\x19\x0a\xd8\xd5\x2c\x37\x3d\x75\x41\x32\xd8\xb9\x47\xa4\x07\x97\x65\x70\x35\xcb\xe3\x9e\x1e\x44\x45\xe5\x58\x0e\x4f\xfa\x24\xd5\x80\xf7\xc7\x23\x9b\xa7\x72\xc0\x60\x26\xea\xb5\x9e\x43\xe7\x47\x54\x6e\xa2\x74\xeb\x39\xbc\xbf\x7c\x7c\x0c\xd5\xb0\x9e\x8c\x89\xc0\x58\x5e\x1f\x63\xe2\x49\x53\x6c\x77\xb3\xfb\xa6\x57\xe7\x13\x0f\x5d\xa8\x6a\x00\xfb\xb8\x30\xd5\x2a\xb4\xb4\xeb\xca\x74\x7e\x18\x8f\xf0\xe4\x53\xa8\xa5\xd0\xd2\xc0\xd5\xcc\xaf\x15\x59\x3e\xb3\x47\xe5\x62\xaa\x55\xea\x15\x5f\xcd\x32\xe2\x74\x40\x60\xc6\x65\x5b\xf8\x66\x60\x7f\x24\x00\xbd\x10\xce\xc0\x3a\x62\x22\xe1\x9b\x55\xc8\x65\x57\xb3\x0c\x25\x1d\x10\x58\x89\xfa\x2a\xe4\x32\xb0\x3f\x12\x82\x5a\xc8\x65\x60\x3e\x9f\x9a\x19\xdd\x65\x74\x75\x8b\x5e\x08\xac\xc3\x0d\xe8\x85\xc0\xd5\x2c\xcf\x4b\x31\x3c\xa5\xd5\xcd\x4e\x82\x6f\x56\x21\x92\x5d\xcd\x32\x41\x68\x81\xc0\x3a\xbc\x3e\x5a\x20\xac\xb1\xab\x59\xc6\xcd\x9a\x0f\xac\xe3\x6f\xc4\x8c\x57\x18\x66\x37\x5c\xbf\xe2\x39\x8d\xbe\x94\x12\x5e\x2f\x3b\x25\xb0\x92\x4f\xa3\xf0\xcc\xc0\xfe\x48\x88\x6a\x21\x9a\x55\x88\x66\x47\xdc\x21\x85\x49\x06\xd6\x91\xce\x20\x92\x81\x75\x6c\x44\x3b\xd1\x9e\xfe\x3d\x23\x7a\x12\x65\x00\x33\xf4\x2f\xea\x25\xb0\x58\x85\xd8\x66\x15\x1a\xd9\xf5\x14\x9a\x4d\xb2\x4c\xcf\x87\xa7\x58\x44\xba\xf9\x74\xcf\x22\xcb\x17\x87\xc3\x3d\x9b\xa8\x35\xcb\xa5\xd4\x4b\x60\x26\xbd\x48\xbd\x68\x97\xc0\xfe\x48\xaa\xb4\x7a\x51\x2f\x81\x99\xaf\x5b\x85\x6d\x06\xd6\xe1\x9e\x14\xce\x8b\x2a\x49\x34\x6a\xa1\x91\x81\x99\xaa\x33\x85\x46\x06\xae\x66\x47\x64\x6f\xb2\x77\x7e\xcd\xa3\x7d\x88\x4c\x81\x97\x67\xfb\x92\xe5\x60\x19\xc3\x16\xdb\x0c\x5c\xcd\x46\x64\x3a\x1f\xa7\xcc\xb8\x7b\xa0\xf3\xe7\xdd\xab\x6b\xe9\x20\xa5\x81\x95\xd2\xa6\x85\x94\x56\xc9\xfe\xba\x3f\x12\x2d\x5a\x2f\xe7\x97\xc0\x3a\xb2\xd2\x5f\x74\x55\x78\x6a\x57\x33\x97\xea\x29\xe3\xe7\xa9\x99\x9e\xde\x8a\x29\xfb\x33\x6a\x19\x58\x87\x66\x14\x53\x60\x7f\xc4\x73\x5a\xa8\x65\x60\x1d\xba\xe0\x98\x13\x1a\xd9\xd5\x2c\x03\x32\xee\x3b\x58\x3a\xe9\x3c\xcd\x14\x90\x12\xb3\x30\xcb\xc0\x3a\x9e\x7e\xcc\x48\xd2\x55\x5e\x15\x5d\xf5\xba\x75\xd5\x99\x97\x40\x57\x29\xf1\x9d\x94\xc6\x85\x6c\x06\xf6\x47\x6a\xda\x96\xbc\xb5\x75\xe7\xad\xcd\xc6\x85\x7f\x56\x21\x9b\x5d\xcd\x72\x07\x07\x30\x6c\xb3\x97\xc1\x75\x00\x0b\xac\xd4\x57\xae\x97\x03\x58\x60\x85\xa0\x58\xf8\x67\xc0\x97\xdf\xc2\x3f\x03\x2b\x84\xcd\x52\x41\xbc\xc2\x2b\xbb\x6e\xe9\x69\x75\x2a\x15\x3b\x53\x05\xaa\x10\xcb\xc0\xd5\x2c\x83\x46\x3d\x62\x96\xdd\x33\x97\x7a\x7c\xdd\x7a\x2f\x16\x34\xce\x58\xdd\x9c\xb1\x33\x5d\xa7\xf7\x5e\x2c\x9d\x6d\xba\xd4\xb3\xc5\xd2\x39\x4c\x49\x3a\x2e\x64\xb0\xab\x59\x86\x88\x7a\x0a\xac\xa4\xe2\xae\x17\xed\xf4\xa2\x8a\x8c\x10\x55\xf4\xba\x55\x51\x36\x46\x64\xb0\x0a\x19\xec\x70\x7c\x46\x06\xab\x50\xba\xf6\xc7\x96\x63\x2b\x4e\x17\x90\x08\xa1\x70\xba\xc0\xd5\xec\x8c\x6c\x92\x79\xdc\x3d\xa2\x45\xf4\xd6\x6c\x44\xf6\x21\xcb\x2c\xca\x0a\x92\x3e\xb7\x8e\x5b\xf3\xac\x15\x59\x91\x09\x3b\x7a\x45\xd4\x44\x7a\x15\x11\xc5\x13\x58\x49\x74\x5e\xc8\x60\x60\x25\x7b\x6e\x21\x83\x55\x88\x5f\xfb\x23\xde\xb6\xc2\xfc\x02\x2b\xc4\x9a\x42\xfc\x02\x23\xd9\xf1\x0b\xf1\x0b\x5c\x57\xba\xa7\x7e\x46\x17\x25\x61\x40\x1d\x74\xd1\x41\xc9\xec\x0f\x37\xd5\xa9\x28\x99\xed\x7e\xb4\x1f\xd1\x4f\xb3\xf4\x9d\x92\x09\xcc\x84\x5b\x16\xe2\x57\x85\xe5\x75\x35\xcb\x70\x30\x75\xd0\xbc\xce\x8d\x48\xaf\xce\x2c\x8d\x7d\x4b\xaf\x9c\xb0\x02\xa2\x11\x0a\xa7\x0b\x8c\x69\x3c\xe8\x9d\x83\xde\xd9\xdd\x94\xde\x41\xf3\x4a\x71\xa6\x42\xf3\x02\xf3\xa9\x07\xce\x5c\x61\x7e\x5d\x57\xfa\x35\x1d\x4d\x1c\x59\x3e\x16\x14\xe6\x17\xb8\x9a\x91\xe9\x68\x12\x39\x26\x3a\xa3\x30\xbf\xea\xa0\xb1\x92\xc8\xb1\x50\xba\xc0\x3a\xa2\xae\x71\xb6\xc0\x3c\x9f\x7f\x1d\x2f\x5e\x07\x5f\xdf\xc1\x20\xdb\xa3\xbd\xb0\xbc\xc0\x3a\x8e\xf4\x86\xda\x0b\xcb\xeb\x6a\x96\xde\x50\x72\x81\xf5\x32\x0e\x94\xdc\x41\xc9\x1d\x1e\x49\x07\x9d\xe6\x76\xbd\xa1\xd1\x0e\x1a\x2d\x79\x1e\x0b\xcb\x0b\x0c\x8e\x10\x2c\x2f\xb0\x3f\xf2\x61\xb3\x0e\xe7\xb9\x43\xf5\xcc\x1c\xca\x10\xbf\xea\x60\xcb\x85\x23\x55\x78\x59\x60\xa5\xc8\x4e\xe1\x65\xd5\xe1\xec\xc6\x4d\x88\x70\x05\xe6\x34\xcb\x28\xa6\x83\x91\x96\x72\x5c\x75\x30\xd2\x0e\xe9\xbf\x73\x36\x39\x18\x69\xe1\x48\x5d\xcd\x32\xb7\xd9\x50\x81\x95\x44\x01\x85\x23\x05\x56\x4a\xf9\x17\x8e\x54\x85\x23\xb5\x3f\x76\xc3\xbb\xee\x9b\x66\xbd\xbe\x72\x03\x5a\xe8\xa0\x85\x76\xcb\x8e\x16\x0a\x47\xea\xe0\x6a\xc1\x91\x02\x33\x55\x24\x0a\x47\xaa\x42\x7e\xba\xae\x7c\x45\xf6\x22\xcb\x6c\xcf\xe9\x4d\x2a\xe7\x0a\xd3\xe9\x6a\xe6\xd7\x16\x59\xa8\x02\x93\xe8\x4d\xa4\x53\x44\x1f\x22\x23\x79\xff\x5a\x91\x89\xdd\x5b\x11\xa5\x53\x27\xbb\x26\x49\x23\x0b\x85\x09\xac\xe4\x12\x2b\x14\xa6\x0a\x39\xe9\x6a\x96\x3b\xd0\x2f\xc8\x49\xcf\xd8\xd8\xc8\x49\x60\x7f\x24\x02\xbb\x90\x93\x80\x18\xa0\x42\x4e\xaa\x10\x91\xae\x66\x79\x36\x86\x4d\x60\x25\xcc\xb6\x10\x91\xea\xbc\xf5\x4b\x76\x2e\xb4\x23\x20\x07\x7b\xa1\x1d\x55\x58\x41\x57\xb3\xeb\xfd\x61\x05\x81\x49\x79\x63\x05\x81\xfd\x91\x72\x67\x85\x15\x04\x56\xea\x10\x14\x56\x50\x9d\xf7\x22\xce\x81\x1c\x43\x07\xcc\x33\xa6\x30\x86\x0e\x58\x8f\x4c\x06\x0c\x9d\x3a\x59\x22\xa9\xaf\x54\xe8\x38\x40\xcc\x52\x9d\x2c\x91\xc0\x4a\xf6\xa8\x3a\x2d\xd2\xd3\xb1\x29\x85\x8d\x0a\x69\x07\xac\x23\xba\x04\x69\x07\xac\xe3\xf4\x18\x86\xe3\x5e\xb8\xde\x95\x85\x1b\x18\x1c\xcb\xa7\x75\x1b\xb8\x9a\xe5\xcd\x5b\xb8\xa7\xca\x4c\x31\xb9\xb0\x7d\xc0\xfe\x48\x02\xba\x42\xf7\x01\xc2\xa9\xea\x64\x9d\x84\xed\x73\x35\x4b\x17\xd8\x22\x37\xdd\xe7\xd0\xcc\x8b\xe7\xd5\x49\x79\x9d\xc2\xf7\x01\xe2\xa9\xea\xa4\x05\x4e\xc7\xb7\x04\x70\xd7\xe9\xf8\x76\x3a\xbe\x9d\x1e\x57\xe7\x19\x1e\x09\x89\xad\x93\xe1\x71\x3a\x70\x99\x6d\x0c\x8f\x73\x79\x36\x6b\x8d\xcb\x3f\xb0\x8e\xa9\x99\x67\x5b\x6f\xcd\xd2\x7b\x6a\xe0\xa4\x06\x62\xb2\x9c\xd4\x40\x60\xd2\xbb\xe7\xba\x9f\xa3\x5c\x99\x11\xa7\x19\x4e\x9a\xc1\xe2\xa0\x19\x02\x22\xc2\x0a\xc5\xa8\x42\x31\x3a\x93\x5d\xbc\x50\x8c\x6a\x70\xd5\xda\x93\x50\x8c\x80\x20\xb1\x42\x31\xaa\xc1\x3c\x49\xf5\xa8\xc2\x21\x02\x2b\xac\xe8\xc2\x21\x02\xeb\xc8\x52\xc6\x21\xaa\xf1\xfa\xba\x72\x44\xf6\x23\xcb\xce\x15\xdf\xc9\xa0\x05\x06\x53\x24\xde\x0e\x4c\x23\x20\x5b\x7e\x61\x1a\x81\xfd\x11\x12\x43\x61\x1a\x81\x19\x9a\x61\x61\x1a\x81\x75\x64\x39\x62\x1a\x81\xeb\x4a\xbf\x76\x90\x65\x67\xcc\x34\xc5\x34\xaa\x71\x98\x31\xf7\xaf\xe9\x54\xc2\x8d\x46\x54\xdb\x70\x2c\x1a\xfc\x24\xe1\x27\x94\x7c\xf1\x60\x1d\x1b\xd1\x20\x32\x6a\x31\x38\x51\x8d\x80\x38\xba\x42\x35\x02\x57\xb3\x19\xd9\x7d\x87\xac\x51\x9d\xa7\x2a\xc6\xb0\x36\x5e\x7f\xc3\x37\x3e\x9c\x60\x02\xeb\xc8\x8c\xc5\x3a\xaa\x61\xa5\x73\xcc\x4a\x31\x0f\xd6\xe1\xe5\x5a\xe9\xc3\xb2\x4e\x98\x44\xa1\x18\xd5\xb0\x86\x13\x78\x55\xc3\x1a\x0e\xcc\x3d\x56\x25\xd6\x11\xb8\x9a\xe5\x5d\x5a\xc3\xc3\x1a\x8e\x87\x7b\x58\xc3\xc3\x09\x63\xfa\x31\x43\xe8\x84\x11\x4f\x27\x6e\x52\x0d\xbb\x76\xc2\xb3\x6a\x58\xaf\x81\xe9\xab\x1d\x6e\x12\x58\x47\x1c\x52\xb8\x49\x35\x1c\x27\x12\xb6\x54\x58\x47\x60\x1d\xf1\x82\x61\x1d\xd5\xe0\x71\x7d\x9a\x8c\x76\xed\xc0\x3a\x62\xd9\x0f\x0b\x7d\x38\x4e\x24\x2e\xa5\x50\x8c\x6a\xf0\x8f\xc4\x52\x18\xf6\xf6\x61\x6f\x37\x6a\x16\xf5\xe0\x12\x7d\xea\x95\xb5\x19\x90\x6f\xbb\x70\x93\x2a\xe9\xfb\x4f\x7e\x2b\xdc\xa4\x9a\xf7\xda\x8c\xbf\x6f\x5a\x9b\xd3\xda\x8c\x8d\x31\xad\xcd\xa9\x18\xc7\xd2\xea\x20\x32\x3f\x33\x7d\xa6\x43\x47\x60\x52\x11\xd3\xa1\x63\xda\xdb\xc3\xd6\xa8\x69\x09\x07\x56\xe2\x0a\x6a\x5a\xc2\xd3\xa1\xe3\x79\xdf\xf4\x43\x96\x01\x7f\xb8\xe9\x97\xc8\x80\x2f\x5d\x68\xb2\x0c\x38\x91\x65\x3d\xb9\x44\x39\x3b\xf1\xa6\xc0\xf4\xa1\x77\x5a\x9c\x93\x37\xc2\xa9\x60\x5a\x76\x93\x37\x22\x56\xdd\xb4\x69\x4f\x07\x85\x24\xdc\xaa\x69\xd7\x0e\xac\x23\x1f\x2d\xa6\x83\xc2\xe4\x66\x78\x79\x5e\xe6\x7e\x40\xde\xfd\x9a\xdc\x0c\xd3\x09\x20\x29\x67\x6b\x3a\x01\x4c\x27\x80\x58\x9c\xd3\x09\x20\xb5\x09\xae\x66\xb9\x83\x8f\x1b\x81\xf5\x32\x94\x5c\xa2\x93\x9b\x21\x11\xe5\x35\xb9\x19\x26\x37\x43\xf6\xd9\x69\x91\x4e\xfb\xfd\x6b\x27\x73\x07\x46\x7b\x4c\x80\x69\xbf\x9f\x16\x6e\x02\xcf\x6b\x5a\xb8\xd3\xc2\x35\x41\x2c\xdc\x69\xe1\xbe\xb2\x22\x51\xd0\xc0\x1c\x51\xe8\xd3\x7e\x3c\xad\xe5\x57\x0e\xe0\xd3\x5a\x0e\x48\x58\x5a\xd3\x5a\x9e\x36\xda\x57\xe6\xb8\xba\x0a\x60\x3e\xb3\xfc\xd4\x55\x00\xfb\xe3\xf5\x22\x33\x91\x6c\xb4\x39\xf7\x4e\x0b\x77\xda\x68\x5f\x2f\x0f\xa2\x0b\xf9\xe8\xba\x1b\x37\x1b\xed\xf4\x3d\xdf\xa4\x61\x81\x4f\x61\xf2\x87\x47\x33\xb5\xe2\x1a\x18\xa6\x91\xb5\x3c\x19\xc3\xa9\x3e\x56\xd8\x65\x35\xad\xab\xcc\x67\xec\xb2\x0a\x13\x6b\x7f\xbc\x62\x98\x62\x62\x81\x91\x10\xa2\xc2\xc4\xaa\x65\xa2\xfa\x70\x81\x17\x05\xe6\x33\xa6\x35\x5e\x14\xd8\x1f\xbe\x05\x22\x46\x01\xdc\xe6\x42\x8c\x02\xd3\x47\x57\xc4\xa8\x5a\xf7\x14\x9f\x9a\xbd\xc9\xde\xb9\x72\x8f\xe8\x43\xf4\xd5\xcc\x73\xdc\xcf\xf6\x8b\x27\x2d\xbd\x62\x97\x06\xae\x66\x47\x64\x4d\x16\xf7\x89\x5f\xe3\xf5\x0f\xe0\x4e\xd7\x72\x14\x5e\xf7\xe2\x98\x64\x3b\xd9\x9e\x66\xaf\x88\x9e\x44\xcf\x78\x89\xfc\x98\xe1\xe0\x96\xf3\x21\x0a\xa7\x0a\xcc\xf3\x49\x64\x38\x7c\xa6\xf4\xe1\x02\xa7\x0a\xcc\x04\x2b\x17\x4e\x15\x58\xbc\x72\xcb\xd6\xb8\x1c\x8f\x7d\x7d\x40\xb3\x02\x73\x3e\x88\x0c\xc7\xbd\x84\x32\x8b\x10\x98\xc0\xf4\x45\x1b\x81\x09\xec\x0f\xbe\x5c\x0c\xa6\xba\x8b\x52\xc4\xea\x47\x60\x02\x6b\x1a\x5c\x56\x74\x60\x08\x0a\x41\x60\xaa\x65\x3d\x72\x8f\x23\x30\x81\x21\x50\x04\x81\x09\xcc\xe7\xdf\x48\x83\x56\xf8\x4d\xe0\xfa\xe1\x3c\xb9\x15\x1c\x58\x5b\xce\x8c\x08\x4e\x60\x6d\x26\xb1\x05\x1c\x40\x65\xaf\x65\x01\xaf\x79\x77\x39\x2f\xd2\x02\x46\x83\x1a\xe6\x93\x05\xbc\x7c\xd8\xa4\xcf\x97\x3d\x35\x80\xf1\x5e\xcb\x62\x5d\x0e\xc7\x8e\x0e\xa8\x51\x60\x26\xa7\x71\xa1\x46\x81\xab\x59\x2e\xb5\x36\x71\xa3\x12\x24\x5a\xb8\x51\x60\x6d\x96\x84\x9d\x37\xb0\xb8\x52\x97\x9d\x37\xb0\x92\x00\xa9\x16\x13\x3b\xb0\xf8\x65\x97\x4f\x1a\xcb\xfe\xcc\xbf\x8f\x41\x05\x70\xf1\x0b\x83\xaa\x16\xab\xdb\x57\x24\x0c\x2a\xb0\x52\x54\xbc\x30\xa8\xc0\xd5\x2c\xe3\xcd\xec\x0e\xc8\x4d\x50\x18\x54\x60\x7f\xf0\x96\xa1\x50\x81\xb9\x65\xf3\xc1\xa0\x02\x8b\xff\x16\x83\xaa\xc2\xa0\x3a\x53\x0a\xb4\x30\xa8\xc0\xdc\x62\x9b\x20\x50\xd5\xdb\x11\xdd\xe7\x88\xb7\xdd\x3e\xb0\xb8\x6f\xdf\x76\xfb\x37\xe3\xdc\xe7\x0e\x0c\x2a\xb0\x38\x83\x31\xa8\x80\x9c\x03\xf5\xb6\xb3\xbf\xd1\x54\x9f\x44\x1f\x22\xef\x2e\xbb\xd1\xdb\x96\xfd\x56\x97\x32\x1a\xee\xcd\x12\x7f\xb3\xc4\x79\x83\xdf\x2c\xf1\xc0\xe2\xe6\x7d\xb3\xc4\xdf\xcc\x6e\x8e\xea\x37\x85\x19\x18\x43\xdf\xe9\x4b\xf5\x52\xe6\x7d\xe5\x20\x9a\xae\x3c\x22\xd3\x83\x58\xe2\xdb\xe1\xd1\xf4\xe0\x5e\x2c\x51\x37\xe8\x58\x60\x0a\x31\x52\x1e\xa4\xde\x6c\x52\x36\xc1\x9b\x4d\xfa\xe6\xf5\xce\xf4\x40\xda\xaa\xf7\xbd\x5a\x86\x5f\xf3\x20\x59\x2d\xa6\xc7\xdb\x6a\x79\xdf\xcb\x20\xa7\x15\x44\x2e\x30\xb9\x05\x10\xb9\xc0\xfe\x60\xeb\xab\x19\x02\x46\xe8\x7a\xf5\xb6\x0c\x02\x33\x75\xe8\x4b\x15\x91\x7a\xaf\xc3\x95\x9a\x19\xa3\x64\x37\x4b\xb6\xe8\x7a\x3b\x56\xbe\x99\x96\xf6\xd8\xb7\xc9\x16\x18\x42\xeb\x90\xc7\x2a\xe4\xb1\x33\x34\xe9\x42\x1e\x03\xd7\x95\x2b\xb2\x8d\x2c\x5f\x70\xb3\x82\x3e\xbe\x90\xa5\x8a\xc8\xfe\x48\x06\xe9\x52\x45\x04\xcc\x91\x47\x53\x45\xa4\x3e\x26\xe0\x19\x8d\xa5\x64\x08\x98\x02\x19\x3e\x26\xe0\x47\x08\xce\x99\x2e\x7c\x4c\x90\xc0\xf4\x96\x3f\xf6\xd8\x8f\x39\x73\x6e\x64\x6e\x7a\xd8\x54\xf2\xb8\xe6\xcc\x87\x0b\x27\x44\x9d\xfa\xd8\x2a\x3f\x77\x6d\x5e\x57\x7e\x89\xb2\x94\x93\x8c\xb7\x54\x11\x01\x93\xcf\x4c\x15\x91\xfa\xf8\x40\x9e\x14\xf1\x85\x4d\x07\x26\xa7\x2e\x36\x1d\xb8\x9a\x65\x90\x6c\x95\x81\xc5\xd7\xf8\xb1\x55\x7e\xce\xfb\xa6\x79\x10\x7b\xd4\x47\x26\xe2\xa7\x2b\xdd\x94\x1d\x29\x0e\xe2\xc3\x8e\x0c\x4c\xdf\x8d\x3f\xec\xc8\xc0\xd5\x2c\x63\xe9\xdb\xfa\x47\x26\x62\x37\x60\x5a\x06\xe4\xb8\xae\x0f\xd3\xf2\xc3\x6d\x7b\x3e\x67\x64\x5e\x4c\x22\x6e\x12\xef\x5d\xc8\x7f\x60\x3e\xef\x56\x6f\xa2\xac\xab\x50\x7d\x0a\x1f\xb0\xc2\xfd\xbb\x64\x79\x0e\x2b\x26\x30\x93\x33\xb0\x3e\x4e\x71\x1f\x47\xb6\x90\x6c\xea\xc3\xf2\x0b\x8c\x14\x53\x2b\x14\xc1\xfa\x30\xd6\xce\x58\x22\x88\x7e\x15\xa2\xdf\xc9\x20\x42\xf4\xab\xaf\xa3\x4c\xca\x47\x16\x56\x1f\x98\xde\xfc\xd7\x51\xe6\xcb\x0a\x4b\x10\x76\x61\xd8\xd5\xcd\xb0\x8b\x51\x8a\x61\x57\x5f\x26\x57\xf2\x19\xd5\x97\x0a\x09\x2c\x5f\x25\xbf\xe6\xd1\xd7\xa9\x62\x3c\xfe\x86\x87\x5c\xcd\x10\xb0\x52\x12\xa1\xf0\xf4\xea\x6b\x4e\x85\xb7\x50\x6a\x86\x80\xc9\x1f\xac\x66\x48\x7d\xf9\xf6\x53\xab\xb2\x54\xfe\x00\x2b\x09\x22\xea\xcb\xb7\xff\x1d\xe9\x61\x22\xad\xeb\xcb\xa0\xf9\xde\xc5\xd9\x89\xf4\xd0\x8b\x0b\xfb\xa0\x50\xeb\xea\x4b\x9d\x84\x67\x59\xea\x72\x00\x15\xe4\x0a\x41\xad\xbe\xde\x08\x2b\x1b\xa7\xac\xc2\x29\x3b\xb9\x52\x70\xca\xea\xe7\x8d\x88\x9a\xc1\x29\x03\x4b\x94\x21\x4e\x59\xfd\x78\x62\x43\x05\x28\x6c\x2e\xb0\x52\x3d\xb0\x90\xb9\xea\xc7\xc5\x2a\x32\x15\x73\x0b\x08\xc8\x2e\xcc\xad\xfa\xf9\x84\x33\x72\x06\x45\xd3\x02\x77\x20\x34\x96\x56\xfd\x1c\xe0\xc2\xff\x2d\x94\x2c\xb0\x7c\x94\x43\xc9\x02\x57\xb3\x19\x99\x2e\xdc\x35\xea\xf2\x1c\x6c\xd4\x9f\xea\x1d\xf9\xd2\xf3\x63\xa3\xfe\xee\x97\xb5\x34\xf3\xb8\x49\xc1\x97\xb4\xb9\x85\xa5\x55\x3f\xbe\x9a\xa4\x29\xa8\x9f\xc5\x18\x58\xce\x0e\x3f\x36\xea\x8f\x41\x9a\x64\x86\x85\x93\x55\x37\x27\x2b\xaf\x19\x27\x0b\x5c\xcd\x32\x6e\xd6\xec\x0f\xa5\x3e\x2e\x84\x9f\x35\xfb\xf3\xea\x13\xd8\x5f\x48\x59\xf5\xf3\x9d\x62\x6a\x67\xc3\x09\x28\x25\x51\x3f\x1b\xce\x8f\x6f\x93\x2f\xf6\xc7\xf0\x0a\xcc\xe1\xd7\x18\x5e\xbf\x3b\x5a\x35\x2f\x86\xe1\xf5\x53\x57\x78\x77\xa1\x91\xe4\x01\xb5\x65\xe2\x47\x81\x79\xe6\x6b\x06\x7e\x14\x98\xc7\xfd\x64\x3a\x15\x8f\x4a\x52\xe5\x16\xc6\x14\x98\x21\x9a\x15\xc6\x14\xb8\x7e\x3f\x23\xc9\x62\x0b\xac\xa7\x81\x64\xb0\xfd\x44\x99\x24\x23\x6b\x61\x51\x81\xc9\xb8\xc1\xa2\x02\x57\xb3\xdc\xd4\x26\xfa\x53\x5c\x22\xd6\x13\x16\x55\x85\x45\x75\x7a\x34\x2c\x2a\xb0\x52\x47\xbd\xb0\xa8\xc0\x1c\x77\xab\x9d\x28\x31\x1a\xd9\x2f\x8b\x13\x27\x30\x42\x54\x2e\xbc\x2a\x30\x42\xc6\x2f\xbc\xaa\x2a\xbb\x6a\x52\x3d\x15\x5e\x15\x50\xe9\xa7\xf0\xaa\xc0\xdc\x73\xe6\xc5\xab\xaa\xe2\x73\x0d\xa7\xb7\xca\x69\xb6\xe4\xed\x1f\x44\x19\x8c\x62\xc3\xe1\x25\x14\x1b\x2e\x80\xc3\x57\x65\x8b\x2e\xfb\xf1\xcc\xbb\x2b\xfb\x71\x40\x15\x89\x2a\xda\x36\x70\x35\x73\xe9\x20\x4b\xd5\x99\x68\x8f\xa2\x02\xca\x7a\x4f\xd1\x82\xc2\xbf\x02\x93\x4f\x1e\xfd\xaa\xca\x7a\x9f\x39\xf1\x94\xf5\x1e\x98\x8f\x9c\x04\xca\x7a\x2f\x1e\xd6\xa4\xb1\x2b\x05\x76\xc0\x3a\xe3\xd0\x2b\xc7\xc8\xc0\x14\xaf\x53\x1c\xac\xe5\x64\xc9\xe7\x84\xb9\x05\x66\x38\x70\x55\x76\xed\xb2\xde\xa7\x37\x6a\xbd\x07\xd4\xcd\x29\xfc\xae\xaa\x7b\x21\x67\xc6\x94\x85\x1c\x98\x8e\xd0\x65\x21\x97\xd0\xd6\xa4\xbc\xac\x72\x40\x0c\x4c\x5e\xe8\x72\x02\x0c\x8c\x15\xe5\x81\xe0\x05\xd6\xe9\x9e\x6c\xda\xb2\x1d\x4f\x93\xc1\x76\x1c\x58\x36\xcb\xb2\x1d\x07\x66\xea\xe1\x94\x62\x40\x55\x76\x68\xa4\x8f\xb2\x43\x07\xe6\x88\x49\x5b\x76\xe8\xc0\x3a\xb3\xda\xcb\x01\xb0\x84\x72\xcc\x58\x9c\xc5\x5d\x13\x18\xd3\x94\x61\x0c\x17\xcb\x37\x49\xab\xaa\x58\xbe\x01\x85\x0d\xab\x28\xa2\xb0\xd2\xae\x66\xe9\x01\x15\x53\xaa\xc4\x4c\xcd\x74\xea\xd6\x27\x51\xea\x45\x9f\x04\x30\x35\xab\xe8\x93\x12\xc2\x36\xff\x06\xe7\xab\x8a\xbe\x09\x8c\x65\xb8\xe8\x9b\x5a\x77\x0f\x33\x10\x34\x49\x60\xd8\x7b\x54\x40\x02\xeb\x34\xf6\x14\x49\xd9\x3e\x31\x58\xb0\xe6\x2a\xac\xb9\x33\x25\x85\x0b\x6b\x0e\x4c\x26\x19\xd6\x1c\x58\x6c\x17\xa4\xb9\xba\x49\x73\xf9\xd2\x86\x34\x07\xae\xdf\xd7\xec\x45\x96\xd1\xca\x5b\x6b\x6a\x23\x30\x93\x8b\xa2\xda\xee\xdc\x1c\x5e\x26\x54\x73\x78\xb5\x1c\xe7\xd1\xd1\x18\x78\xd5\xf4\xc1\xca\xe9\xbe\xe9\x83\x16\x22\x9f\x13\x6e\xb3\xcf\x9b\x3e\x40\x7d\x51\x9b\x09\x2c\x11\x2d\x6a\x33\x81\xab\xd9\x88\x6c\x90\x8d\x78\x56\xd2\x77\xfa\xa0\x59\x64\x6b\x23\x7b\x93\x25\xd6\x38\x66\x42\xb3\xc8\x9a\x2d\xb5\x3c\x08\x5b\xaa\x05\xb0\x66\x63\x47\xcf\xab\xa6\x0f\x52\xb6\xa2\x10\xea\xc0\xe4\xe0\x47\xa8\x03\xfb\x23\x99\xca\xab\x29\x84\x16\xfd\x1e\xcb\xbe\x7d\x71\x69\x3a\x22\x29\xbe\x4a\x41\x28\x20\x4b\x48\xa1\xe2\x55\x5b\xfc\xc9\xa2\x5e\x08\x75\x60\x2c\xbf\x66\xf1\x87\x3d\xb7\x3f\x92\x78\xba\xb0\xe7\x80\x7c\xa9\x85\x3d\x07\xae\x66\x79\x5e\x7e\x25\x95\x9e\x52\xd9\xa8\xb0\xe7\xaa\x6d\xf6\x49\xba\x5d\xa8\x72\xd5\x9c\xba\x49\xa2\x5a\xca\x3a\x81\xb5\x79\x0b\x7c\x42\xe1\xc5\x49\xab\x5a\x68\x71\x60\x7f\x24\x47\x73\xe1\xc5\x01\x99\x50\xab\x29\x8e\xc0\xd5\x2c\xe3\xe6\x30\x1c\x18\xeb\x6e\x66\x78\x79\x93\x84\xeb\xe3\xca\x01\x55\x81\xaa\x29\x93\xa6\x4c\x92\xef\xb6\x9a\x32\x09\x2c\x41\xad\x4d\x99\xb4\x08\xd6\x24\x6b\x29\x85\xa3\xc0\xf4\xc5\xaa\x59\x1d\x81\x71\xdf\x80\x92\x08\x4c\x1e\xba\xa6\x24\x9a\xed\xe0\xdb\x74\xb3\x1d\x02\x33\x89\x72\xab\xad\xf8\x66\x3b\x08\x4a\x56\x98\x0a\x8c\x7b\x2d\x5b\xf2\x7d\x2f\xf9\x58\x27\x08\x80\x15\x02\xe0\x99\x84\x08\x8d\x00\x08\xf6\x47\x72\xcf\xf6\x23\x6b\x1e\xac\x84\xe5\xf6\x23\x6b\x1e\xcc\xf1\x70\xe5\x93\xc8\x9a\xbf\x6c\x8c\x7e\x64\xcd\x83\x91\x55\xda\x8f\xac\xf9\x7e\x08\x81\x4f\xc2\xb7\x7e\xc4\xfe\x06\x32\xd4\xf6\x23\xd6\x03\x50\x30\xb1\x1f\xb1\x1e\xc0\x58\x8f\x19\xd1\x9b\x48\xdf\x87\x2b\x8b\x2c\xde\x8d\x53\x07\x3a\xa2\xe3\xee\x54\x2e\x3d\x74\xea\xd0\xa9\x23\x22\x9d\xe2\x45\x8f\xf3\xa8\x53\x40\xeb\x86\x99\xfc\xd4\xad\x8c\x56\x3f\x6e\x6d\x31\xd3\x83\x43\x0f\xe2\x32\x3f\x3d\xee\xa1\x07\xac\x87\xa4\x99\x6b\x84\x48\x30\xfe\xbc\xd2\xb3\xdd\x6a\xc0\x1d\x4e\x97\xf2\x2e\x5f\x5a\xab\xd1\x26\xfb\x71\xaf\xef\x4b\xd7\x37\x8e\x24\x58\xdb\xae\xd9\x2f\xa2\x84\xbb\x6f\x29\x78\xd1\x8f\xa1\xa7\x23\x3d\xdd\xd2\xf9\xa1\xa7\xf9\xdc\xb3\x85\xce\xd4\x8f\xe1\xfd\xe5\x4c\xbe\xbf\x32\x20\x43\xe7\x73\x0c\x48\x04\x75\x23\x5c\x76\x98\x94\xd7\x95\x64\x1e\x37\x4e\xe8\x24\xf6\x6d\x4c\x4a\xb0\x6f\x49\x2c\xd9\xa8\x94\x60\x3e\x1f\xe9\x41\x14\x48\xa7\x76\xd7\xd5\x2c\x13\x64\xdc\x5d\xa8\xfc\x5a\x9a\x4d\x93\x92\x4b\xf9\x99\x56\x53\xa7\x12\x2e\xba\x99\x6c\x53\xa7\xa8\x8f\x67\xba\x3e\xf5\x29\x4e\xb2\x2d\x95\x97\x1b\x53\x13\xcc\x94\x9d\x6a\x4c\x4d\x30\xf3\x49\xa8\x1f\x53\x07\xa2\x17\xb6\x50\xb5\xfa\x31\x3d\xed\xe4\x7d\xfd\x6b\xff\x78\x87\xfb\x79\x41\xfb\x95\x74\x66\xe9\x4c\x38\x79\x53\x67\x96\xce\xe4\xc3\xee\xf6\xb0\xc2\x96\xde\xac\xa4\xc8\x9d\x19\xd4\xa5\x37\x39\x1b\x6f\x0f\xeb\x24\xaa\x04\x48\x49\xdc\x48\x9b\x1d\x86\xe6\xd5\x2c\x8f\xfe\x76\x87\xac\xf4\xe8\xcc\xc6\xd0\xec\xed\x70\xd3\xeb\x68\xd2\x9b\x15\x10\x98\x89\x55\xe9\x2d\x26\x35\x98\x23\xfa\x60\xb3\x26\x02\x23\xc5\x28\x5a\x39\xb4\x4e\x09\xb4\x7d\x0b\x8d\xa8\x37\x6b\x22\x30\xe3\x79\xec\xcd\x9a\x08\x5c\xcd\xdc\x73\x91\x25\x37\x77\x5e\x91\x1a\x68\x60\xc6\x9a\xeb\x2d\x9b\x6a\x6f\xe7\x7d\x83\xdc\xf4\x74\x83\xd0\xc7\x52\x96\xad\x91\x42\x3b\xd4\xce\x7d\x7b\x78\xdc\x78\x1e\xc0\x8c\x59\xdc\xdb\x70\x65\x0e\xae\x7b\xc6\x7b\x1b\xf7\x95\x61\x77\xe9\x94\x49\xbc\xdd\x93\x38\x2b\x78\x33\x89\x03\x2b\x9f\xc3\x7b\x33\x89\x03\xf3\x71\x9e\x11\x7d\x89\x7e\xae\xcc\x70\xc4\x52\x06\x2b\xe1\x31\x8d\x61\x0a\xd6\xbe\xe7\x61\xcd\xeb\xc0\x75\x65\x3a\x65\x62\x07\x66\xd8\x5d\xbd\x99\xd8\x81\xab\x59\x9e\x63\x7a\x2d\xd2\xc5\x4f\xbf\xe6\xb5\x4c\xc3\x31\xd3\xf7\x69\x38\xb2\x57\x26\x6f\x6b\xe3\xa6\x82\x7d\xa3\xe5\x90\x53\xc1\x7c\x46\x91\xe0\xa6\x02\x69\x5b\x1b\x37\xb5\x43\x13\xbd\xae\xcc\xab\x5a\x9e\x23\x27\x6f\x9a\x0a\x4f\xb4\x43\x0a\xdd\xb7\xcd\xc4\x5a\x6e\x90\x33\x75\x02\xc0\x1a\x29\xb4\x51\x3b\xb7\x64\xb7\x6f\xd4\xce\x0e\xb5\x73\xa4\x7c\x49\xa3\x76\x76\x38\x99\xfb\x96\xfc\x1c\xbd\xdb\x56\x76\x55\x75\x32\xc1\xf7\x98\x92\xe0\x6a\x36\x22\x1b\x64\xa1\x69\x6f\x9a\x4d\xa2\xb7\x66\x33\xb2\x0f\xd9\xb5\xd2\x13\x7f\xd9\xa9\x2c\xf7\x3f\x1a\x29\x73\x8b\x8d\xd1\x48\x99\x40\x82\xda\x46\xca\xec\x3f\x49\x99\x5a\x79\xb4\x18\x9c\x09\x0d\xed\xfd\xf0\x68\x71\xda\x6d\x54\x26\x06\x26\x58\x09\x4f\x69\x65\xe8\x3a\x04\xcc\x7d\xdb\x6e\x59\x93\x29\x1b\x9c\xf1\x38\x8d\x07\xa5\x9f\x9a\x65\xbd\x53\xfa\x81\x95\x23\x4c\xab\x08\x07\xf6\x2d\x9f\x85\x5a\x49\x38\x20\x77\x6e\xef\x94\x7e\x40\x52\xdc\x56\x24\x0e\x5c\x57\xe6\x39\xac\xaa\xc0\x4c\x7c\x5d\xef\x56\xd5\x3e\xf4\x2a\x4a\x60\xb7\x12\x02\xd2\xff\x36\x82\x24\x98\xaf\xfb\xca\x22\xca\xda\x88\x2a\xc2\x8f\xec\x7d\x7a\xc9\x9a\x99\xce\x81\xb9\xaf\x3c\x86\xd9\xbc\xd3\xf0\xf9\xc0\xd6\xbb\xe9\x1c\x58\x34\xfc\x6e\x36\x07\xd6\xfe\xd4\x6a\x11\x65\x36\x3f\xb5\x7a\x13\x79\xed\x79\x2b\x34\xf8\x2e\x6d\xb0\x01\x9a\x9e\x7f\x19\xee\x2c\xf8\x9d\x06\x0f\xac\x7d\x27\x32\xdc\x96\x46\xbe\x6b\x35\xe6\x23\x58\x89\x39\x6e\xcc\x47\x70\x35\xcb\x73\x50\xea\x81\x95\x80\xdd\x56\xd0\xae\x43\x60\xbc\x9a\xe5\x41\x96\x67\xbb\x8d\x41\xa2\xfb\xd9\x7e\x9a\xa5\x0b\xcb\xe0\xa2\x2b\x99\x0a\xcb\x24\xba\x17\x5a\x74\x33\xa2\x63\x87\xe8\x38\x42\xed\x69\x44\x47\x30\x6d\xc5\x4f\xb6\x60\x60\xed\x97\xd1\xdb\xa8\x8f\xfd\xbc\x97\x63\xd4\xb5\x5a\x78\x60\xa6\x2a\x7d\x3f\x2d\xc7\xf0\x1c\xaf\x66\xaf\xc8\x26\x19\x6a\x8f\x66\x8b\x68\x69\x76\x46\xf6\x26\x8b\xd2\x7d\xb9\xe9\x87\x28\xaf\xea\xe5\x9e\x5f\xa2\x76\xe5\x35\x8b\x70\x1f\xc1\xda\xf7\xbf\x3e\x67\x37\x66\x64\x87\x6a\xb8\x6f\x5b\x56\x30\xae\x21\x18\x21\xe5\xf7\xf3\xd4\xe9\x78\x4d\xb7\x64\xeb\x6e\xec\x40\xb0\xf2\xa1\xa3\xb1\x03\xc1\xbe\xed\xb7\xcc\x40\x24\x1a\x36\x39\x2b\xfa\x69\xe5\x04\x66\x82\x11\x1b\x87\x10\xac\x94\x10\x6e\x1c\x42\xb0\x92\xe2\xb1\x71\x08\x3b\x44\xc0\xeb\xf7\x23\xb3\x72\x50\xfc\x36\xda\x0b\xc5\x0f\xac\x10\x01\x1a\xc5\xaf\x43\x59\xdb\xb7\x64\x9d\x6e\x9c\x35\x30\xf3\x75\xb6\x51\xd6\x3a\x94\xb5\x41\x43\xa0\xac\xf5\xcb\x0b\xdf\xcf\x3d\xb2\x83\x2c\xa7\xea\xe3\x11\xd1\x49\xe4\x06\xd9\x9f\x91\xc5\xc0\x9a\xd9\xb6\x90\xc5\xfa\xc5\x74\xd8\x87\x66\x83\x2c\x87\xef\xac\x4d\x2c\x30\xb0\x6f\x49\xa9\xd5\x68\x60\x60\xfc\xf9\x6b\x6f\xa2\xb7\x66\xaf\xc8\x3e\x64\xa9\x14\xfd\xf2\x6b\x5f\xa2\xaf\x66\x47\x64\x3f\xb2\x9c\xe7\x4e\x57\x66\xe9\xa0\x7c\x6d\x89\x6f\x6e\x94\x2f\xb0\xe8\x25\x94\x2f\xb0\x6f\xa9\xc4\xdf\xe1\x7f\xdd\x30\xf3\xe5\xa1\xb1\xc0\x1a\x49\x6b\x4b\xaa\x96\x46\xd2\x02\x2b\x51\xe6\x8d\xa4\xd5\x2f\x6a\x34\x99\x65\x1a\xd7\x0a\xac\x24\xa9\x6a\x5c\x2b\xb0\x6f\x61\x8f\x34\xae\x15\x98\x49\x12\xdc\xb8\x56\xfd\xa2\x86\xc2\xe1\x6d\x84\x23\x30\x77\xcf\x46\x0d\x85\x6f\xb4\x6f\xc9\x76\xdd\x08\x47\x40\x06\xa6\x7e\x2d\xc3\x4b\x0d\xe5\xfb\x5b\x2b\x52\x05\x56\x4a\x2b\x35\x5a\x52\x23\x1c\x6d\xc9\xa3\xdc\x08\x47\x1d\xc2\xd1\x48\x70\x6d\x23\x1c\xf5\x61\x22\x3d\x5f\xaf\xc8\x0e\xb2\xa4\x9f\xcc\xf0\xe2\x20\x81\xab\xd9\x8a\x6c\x90\x25\x9d\x46\x7a\x8a\x83\xd4\x07\x83\xf6\x99\x39\x88\xfd\x03\xd6\xc8\x4c\x3d\x6c\xda\x81\x7d\x7b\xba\x83\x5d\x3b\xb0\x58\x92\x38\x42\x60\xa4\xdc\x64\xe3\x08\x81\x15\xb2\x72\xe3\x08\x35\x56\xcf\xf6\xf4\x1c\x26\x4d\x60\xc5\xb1\xde\x58\x3d\x8d\xd5\xb3\x25\xb1\x5e\x63\xf5\x80\x35\x72\x74\xc5\xea\x01\x72\x59\xb5\xe2\x4d\x8d\x4d\xb3\x25\xa8\xb4\xb1\x69\xc0\x1a\xb7\xe8\xbe\x41\x12\x85\x66\x77\x38\x86\xc1\x65\x15\xa4\xb4\x5c\x1f\xac\x82\xc0\x1a\x1e\x83\x55\xa0\xda\xd2\xf9\x74\xa5\x7b\x52\x2a\xcf\x1c\x53\x11\x5c\xfa\xb0\x1d\x27\xb0\xb2\x15\x23\x02\x6b\xdc\xcd\x0c\x51\x8c\xcb\x31\xce\x88\x0c\x11\x75\x94\x84\x4d\xad\x7a\x10\x58\xf9\x14\xdb\xaa\x07\x81\x7d\x4b\x45\xd5\x46\x66\x01\x33\xcc\xaa\x46\x66\x01\xd2\x6c\xb5\xea\x41\x7d\x98\xba\x2f\xcd\x4c\xdd\xc3\xd4\x8d\xc9\x8c\xcb\x02\xf6\x2d\x91\x90\x8d\xcc\x02\x56\x02\x04\x1a\x99\xa5\x0f\x6a\xf1\xb5\xe5\xd7\xa8\xc5\xc0\x4a\x46\xe2\x46\x5c\xe9\x10\x57\xc6\x2b\x5b\x02\xe2\x0a\xb8\xae\x5c\x91\x6d\x64\x19\xf0\xe8\x7a\xc5\x7d\xfa\x34\xe9\xe3\xa7\x6c\xcc\x15\xb0\xf2\x61\xb1\x4f\x93\x3e\xb0\x12\x7a\xd2\x8a\xfb\x80\xeb\x4a\xb2\x49\x96\xb4\xb4\xcb\x8f\x2d\x22\x1d\x8d\x16\x47\x70\x01\x2b\x1f\xdc\xfb\xb4\x5d\x06\x26\x13\x54\x71\x1f\x70\x5d\x79\x46\x56\x64\x06\xfc\x1a\x49\x95\x7c\xfa\xb4\x82\x12\x05\xda\x6a\xf4\x80\x15\xbf\x73\xab\xd1\xd3\xf8\x2d\xdb\x2b\xfb\x10\x7e\x0b\x58\xf9\xe6\xd9\xf8\x2d\x7d\x5a\x1b\x89\x02\x6d\x55\x6f\xc0\x1a\xf3\xaf\x79\xda\xad\x28\x0e\xd8\xb7\xc4\x6b\xf6\x69\xed\x04\xd6\x7c\xf8\x61\x8f\x19\x37\xca\xf6\xca\xa6\x87\xc4\x02\x56\x3e\x93\xf6\xc9\x8d\x12\x90\xc4\xac\x4f\x8b\xee\xb4\x9c\xc2\x3c\x6d\x95\x6d\x80\xcc\x69\xad\xb2\x4d\x9f\xec\x82\x57\x4c\x65\x65\x6c\xc0\x9a\x31\xc0\x90\x64\xc0\xd5\x2c\x03\x41\xef\x63\xc9\x24\x33\x49\x63\xc9\x80\xf9\x67\x2b\x23\x68\x71\x26\x73\x77\x23\xb1\xf4\x69\x71\x26\xa9\x4f\xe3\x9d\x80\x95\xaf\xba\xad\xf0\x4c\x9f\x8e\x79\xc9\x8f\xdd\x78\x27\x60\x8d\x1c\x1a\xd1\x4e\xc0\xbe\x25\xa1\x4b\xe3\x9d\x80\x95\x40\xc6\x3e\x79\x43\x42\x3b\xb9\x9a\xe5\x79\x2d\xe2\xc0\x0a\xfb\xac\x15\xa8\x01\x2b\x9f\x8d\x5b\x81\x9a\x3e\xb9\x3b\x92\xaa\xa5\x4f\xd6\xf2\x29\x03\x60\xf6\x3c\x84\x95\x3e\x59\xc6\x49\x7e\xd2\x27\xcb\x38\xb0\x92\x71\xae\x11\x56\xc0\x4a\x98\x52\x23\xac\x80\xe5\x94\xa7\xb2\x0d\xd8\xb7\x97\x8e\xd2\x08\x01\x29\xe2\x1a\xad\x05\x5c\xcd\x5c\x6a\x7e\xd8\xdf\x6e\x91\x7e\x32\xb3\x93\x90\xa2\x4f\x66\x76\x60\xe5\xab\x54\xa3\xba\x80\xab\x59\xe6\x11\x5d\x82\xeb\x32\xa3\x85\x70\x5d\x3a\x5c\x97\x11\x3a\x46\xe3\xba\xf4\x78\x19\xa2\x68\xc8\x41\x71\x04\x56\xbe\xac\x37\xfa\x4b\x87\xd7\x72\x35\x3b\x23\x5b\x64\xb1\x12\x37\xa2\x37\x91\x5e\x2d\x97\x7e\xc9\x62\x51\xc4\x7a\xc0\x75\x01\x23\xec\x91\x1e\x56\x7f\x78\x27\xd7\x95\x79\x0e\xdb\xe0\x10\x01\x17\x35\xa7\xc4\x0d\xd8\xb7\xe4\xca\xe8\x61\xa9\x0f\x01\x14\x39\x56\xa3\xa7\x80\xab\x59\x6e\xca\x60\x0b\xc8\xac\xd7\x83\xbd\x16\x98\x8e\x61\x83\xbd\x36\x84\xac\xe4\xd4\x3b\x98\x6b\x83\xde\x48\xb8\x68\x0f\x7a\x63\xd0\x1b\x2b\x57\x52\x0c\x83\x62\x48\xb8\x68\x0f\x8a\x21\xb0\xd8\x66\x0a\xf2\x74\x48\x2c\x57\xb3\xf4\xea\xf4\x1c\x21\xbc\x25\x27\x5f\x2b\xab\xd3\x83\x16\x38\x8c\x2e\x2d\x30\x6c\xaa\x59\x07\x83\x16\xc0\x5c\xd9\x12\x0d\xd9\x98\x2b\x60\xc5\x27\xdf\x98\x2b\x60\xdf\x42\x4a\xef\xc1\x84\x0b\xac\x91\x49\x8f\xcc\xd2\x83\x35\x95\x00\xc6\xc6\xc1\xe8\x70\x30\xc6\x99\xc7\xc5\xc1\xe8\x69\xce\x84\xd1\xd1\xd3\x9c\x09\xcc\xd0\x75\x1a\x2d\xa3\x11\x2e\xb6\xb0\x2b\x1a\xe1\x02\xac\xc4\xce\x35\xc2\x45\x23\x5c\x6c\xe1\x8b\x35\xc2\x05\x98\xf9\x52\xd4\x08\x17\x3d\x19\xf9\xa1\xbc\x35\xda\x04\x18\x29\x20\xda\x93\x91\x3f\x55\xf7\x78\x12\x79\x34\x0e\x95\xb0\xbe\x5a\x9d\x1a\xb0\xce\x87\x66\x79\x31\xf3\x7e\x7f\x59\x57\xb8\x0f\x60\x25\x86\xaf\x51\x1f\xc0\x3a\x33\x01\x51\x1f\xc0\xbe\x85\x80\xd2\xf3\xd4\xd1\x53\xad\xea\x33\x22\x1d\x1d\x86\x2d\xbb\xfb\xf4\xfe\x02\xf3\x7e\x34\x46\xd1\xe4\xf8\x4e\xce\xef\x9e\x74\xf1\x94\x9c\x3e\x8a\x72\x3a\xa3\x4d\x3e\xc3\x73\x23\x33\x46\xf1\x19\x9e\xd1\x6d\x93\xcf\x10\x43\x62\x4b\x81\xcf\xc6\x90\x00\xeb\x7c\xb8\xe9\x8f\xa8\x34\x4b\x4f\xcd\x86\xc0\x25\xcb\xf3\xf2\x1a\x06\xe4\x28\x6f\x0c\x89\x9e\x3c\x84\x89\x3c\xeb\xc9\x43\x38\x95\xea\x35\xbc\xb6\x89\xc9\x43\x98\xb2\xa2\x3d\xed\x13\xd3\x67\xf8\x6c\xf9\x88\x14\x3d\x29\xfb\x70\xd0\x1b\xf7\x01\xac\x10\x3d\x1b\xf7\x01\xac\xab\x57\x7f\xb9\x6f\xa3\x46\xf4\x64\xbc\x25\xfc\xb0\x27\x5d\x1d\x98\x3e\x31\x28\xff\xd3\x29\xec\xb3\x6f\x09\x3f\x6c\x95\x7d\xc0\x58\xa6\x3b\x1d\x3c\x29\xdc\x7c\xb1\x6e\x75\x7c\x80\x5c\xea\x8d\x55\xd1\x8b\x9d\x73\xe6\x78\xa2\x72\x0d\x98\x5b\x8e\x22\x2a\xd7\x80\x65\x68\x54\xae\x01\xcb\xd8\x2b\x5c\xd3\xcb\xc1\x34\xa9\xb5\x5b\xcd\x18\xb0\xce\x68\x0e\x6c\x09\x30\xf2\x45\xbc\xb1\x25\x1a\x5b\x62\x4b\xce\xec\xc6\x96\x00\x92\xb1\x37\xb6\x04\x58\x89\x0a\x6d\x64\x89\xc6\x52\xd8\x92\x74\xb0\xb1\x14\x80\xfc\xec\x8d\xa5\x00\xf6\x2d\x21\x32\x8d\xa6\x00\xe6\x73\xb8\xd2\xa3\x31\x8a\x12\x70\xd3\x98\x0b\x60\x25\x78\xb4\x31\x17\x3a\xc5\x60\xae\x66\xe9\xfc\x79\x3f\x48\xea\x8a\x67\xbc\x55\x7b\xe9\x75\xcf\xd9\x68\x30\x9c\x80\x5e\x0c\x94\xa4\x7f\xee\x65\xe6\x2d\xf1\x1f\x31\x50\x96\x89\x87\x01\xb0\x9d\xcb\xa5\xba\x35\x75\x4b\x33\xdd\xe2\x80\x4b\x2e\xe6\x16\xa0\x0f\x56\x62\x62\x5b\x80\x7e\x2f\xf6\x83\x8f\x94\x8b\xfd\x10\x90\x9d\xbe\xd5\x33\x01\xfb\x36\xb2\x62\x85\xe3\x83\x95\xd4\xd4\x2d\x1c\xbf\x17\x25\x3c\xb2\x62\xc5\xc1\xf7\x9b\xc6\x4d\x49\x8c\x56\x36\x04\xac\x33\x07\x7a\x65\x43\xfa\x4d\xe3\x26\xf7\x63\xbf\x69\xdc\x37\x8d\xfb\x74\xe5\x20\xfa\x68\x76\x44\xf6\x25\x4b\x52\xe8\x38\x63\x55\x12\xe9\x44\xb8\xef\xdb\x70\xa9\x39\x18\x98\xc9\x75\xd8\x22\xdc\xfb\x6d\x4b\xce\x47\xe6\x7e\xdb\x92\xdf\x77\x4c\x23\xd1\x22\xca\x4c\xcd\xd6\x22\x4e\xbd\xdf\xa6\x65\xa2\x4c\xfb\x7d\xdc\x37\xcd\xb4\xcc\x61\xe1\x6d\x5a\xbe\x39\xa7\x47\x4c\xe9\xb7\x79\x19\x58\x67\xd4\xfc\x9b\x73\xfa\x6d\x9b\x1e\x59\x58\x6f\xdb\xf4\x5b\x74\xd4\x2d\xf2\xb8\x89\x2f\xde\x46\x3c\x54\x6f\x33\x29\xb0\x4e\x3d\xb0\xd7\xbe\x99\xd7\x7c\x12\xaa\xa1\x80\x99\x84\xfd\xfd\x66\x5e\xbf\x99\xd7\xce\xfd\x6f\xe6\x75\x60\x51\xcc\x6a\xa6\x80\x45\xa9\xa8\x99\xd2\x82\xf4\x37\xdb\xb4\x20\xfd\x7e\x27\x6b\xc3\xe6\xc0\xfd\xf6\x01\x26\xb0\xec\xbf\x82\xf4\xc1\x4a\xe8\x73\x0b\xd2\xef\x37\xb5\xe9\x5c\xfe\xa6\x36\xdf\xd4\xa6\x57\x4a\x6d\x8a\xbe\xdf\x98\x98\xa2\xef\xc1\xa2\xc9\x44\xdf\x83\x45\x07\x8b\xbe\xef\xf7\x3d\xc7\x63\x61\x8a\xbe\x07\x2b\x01\xe8\x2d\xfa\x1e\xcc\x71\xff\x98\x8e\x9a\xe2\x2f\xb7\x34\x17\xee\x29\x1e\xc5\x2f\xfa\xbe\x3f\xcc\x00\x67\x5f\xc1\xf1\x60\xd1\x9e\x1f\x66\xc0\x87\xef\xc5\x59\xeb\x63\x06\x7e\xc4\xe7\x65\xc3\x14\x42\xdf\x1f\xbe\x3e\x36\xec\x87\xed\xf8\x11\x78\x17\x07\xc4\xc7\x3c\x0d\xa8\xdd\xd0\x1f\xf3\xf4\xc3\x74\x64\xd6\x7e\x8e\xfb\xa6\xd9\x57\x6f\xd1\x87\x28\x71\x60\x9b\xc7\xc8\x12\xfa\xf0\xba\xb1\x30\x3f\xe6\xc7\x87\xd7\x2d\xea\xf3\x63\x7a\x24\xd6\x7c\xdf\xa6\x9b\xda\xcc\x3f\x1c\xae\xb1\x16\x04\x9b\x83\x35\xa2\x65\x3f\xf6\xf2\x8f\xbd\x9c\x73\xf5\x33\xee\x9b\x7e\x43\x19\x73\xe5\x8f\xe8\x97\xe0\x36\xbf\x5f\x44\xe5\xca\x34\x33\xd9\x3e\xe6\xc2\x7c\xe5\x71\xcd\x85\xcf\x1d\x8f\x46\xb4\x11\xb9\x69\xe6\xe9\xc7\x41\x25\x30\x9f\xd1\xa8\x1f\x7b\xe4\x67\xb9\x43\xd4\xfd\xc7\xa9\x24\xb0\x12\x9c\xdd\x1f\x7b\xa4\x00\xf7\x6d\x8e\xff\xaf\x6c\xc8\xf8\xaf\xfb\xb6\x58\xf7\xfe\x26\xda\x63\x4b\x18\x75\x7f\x45\x7b\x04\x56\x22\x06\x5b\x9d\x9b\xfe\x9a\x3e\x09\xc3\xed\xaf\xe9\xf3\x75\x40\x19\x44\x19\xd5\xef\xfd\x76\xe3\x8e\x15\xeb\x0e\xe6\x8a\xd2\x14\xeb\xde\x5f\xb6\x60\x12\x86\xb6\x3a\x31\x60\x84\x8f\xd3\x5f\xb6\x60\x6a\xc2\x5c\xcd\x56\x64\x93\x2c\xd9\x82\x0f\x22\xcf\x61\x3f\x5b\x9b\x4b\x9b\xac\xe3\x78\xbe\x86\xeb\x4b\x0b\x7d\x99\xfc\x49\x78\xdc\x5f\x6a\xe8\xeb\xe0\x1f\x95\xf3\x65\x32\x7e\x69\xa6\x44\x7d\xf5\x97\x66\xfa\x3a\xf8\x67\x6a\x7f\xcd\xbc\x84\xc1\x5f\xcd\xd2\x2d\x6a\xe8\x1b\x57\x7f\x6a\x1c\xf5\xd7\xcc\x13\x1a\xbf\x31\xb5\x85\xc6\xf7\x97\x1a\x4a\xae\xe4\xfe\x52\x43\x81\x95\x34\xfc\xfd\xa5\x86\xbe\x8e\xef\xcb\x5d\x1d\xdf\xbf\x8e\xef\x2f\x22\x63\xe9\x95\xaf\xa8\x09\xe1\xf2\xfd\xb3\x8a\x53\x7a\xbd\x7f\x56\xf1\x4f\x48\x40\x1c\x4c\xea\xa8\xf4\x5d\x47\x65\xd3\xea\x45\xa4\x5b\xb1\xd2\x95\x48\x01\x8b\x97\x48\x50\x3d\x18\x0e\xbf\x82\xea\xc1\xbe\x89\x89\x51\x22\x05\x2c\x3b\xcb\xcf\xab\xff\xd9\x6d\x52\x37\xb3\x05\xda\x83\x65\xcb\x50\x21\xa5\x7f\x1c\xf6\xc9\x58\xdd\x02\xed\xc1\x1a\x2f\x22\x3d\x08\x19\x74\x0b\xfb\xb1\x05\xda\x83\x65\x9f\x12\x67\x0f\x56\xaa\x82\xb5\x38\x7b\x30\x7d\x9a\x13\x67\x0f\xf6\x2d\x69\x9c\xfb\x67\x6e\x05\xd6\x7c\x11\xe9\x14\x2b\x2b\x69\x9c\xfb\xc7\xca\xfa\x71\x3d\xe5\x78\xa6\xb6\x4a\xff\x6c\x84\x49\xe3\xdc\xaa\xa6\x80\x95\x4c\xf0\xad\x6a\x0a\xb8\x9a\xa5\x57\xa6\x60\x60\x85\x69\xdb\x3f\xa7\x96\x9f\x53\x4b\xd2\x2c\xb7\x10\x7d\x30\xf9\xdb\x44\xe8\xf7\x2f\x71\x38\x7b\x18\xa8\xfd\xa3\xaf\x02\x6b\xc4\xdf\xf5\xa3\xaf\x44\xed\xef\x2c\x73\x51\xfb\x9d\xea\x26\x97\x2c\x77\x60\xa0\x05\xe6\x6e\xc4\x39\x95\x52\xfd\x64\xdf\x1f\x51\xd6\xaa\x9f\x80\x99\x32\x32\xad\xfa\x49\xa7\xfa\xc9\xd5\xcc\xaf\x79\xcd\x77\xf5\xba\xf4\x9e\x42\xfc\xdd\x79\xad\xf3\xb8\x14\x62\x28\x00\xfb\x9e\xe4\xfb\x8d\x03\x00\x46\xd2\xbe\x37\x0e\x40\x27\xf8\xfe\x6a\x96\xde\x53\x92\xa2\xef\x93\x74\xa7\x05\xdf\x83\xed\x74\x28\x14\x7d\x0f\x66\xd2\x81\xb5\xe0\x7b\xb0\x3f\x18\x15\x42\xed\xc1\x8b\x0d\x2b\xd4\xbe\xeb\x1e\xb7\x58\x59\xa2\xa4\x5b\x08\xee\xfe\x58\xaf\xff\x47\xe5\x5e\xff\xff\xeb\xfb\x9f\xff\xed\x7f\xfe\xaf\xf7\x3f\xff\xf7\xfb\x5f\xeb\x1f\xdf\xff\xfc\xe3\x8f\xfa\xb7\xff\xf8\xfd\xcb\xf7\x3f\xfe\xf1\xdf\x2f\xe9\x3f\x7e\xd5\xff\xf2\x6f\xf5\x47\xfd\x9f\x7f\xff\xcf\x3f\xbe\xf5\x8f\x7f\xfe\xfb\x3f\xaf\xab\xf2\xf7\x7f\x03\x00\x00\xff\xff\x9a\x2a\xf8\x63\xc7\x3b\x01\x00"); +func _bfcf ()(*asset ,error ){_dafe ,_debb :=_gbfdc ();if _debb !=nil {return nil ,_debb ;};_cafe :=bindataFileInfo {_c :"UniKS-UTF32-H",_ed :162757,_cg :_g .FileMode (436),_ca :_d .Unix (1580493048,0)};_bbcg :=&asset {_fdf :_dafe ,_ff :_cafe };return _bbcg ,nil ; +};func _ecgd ()([]byte ,error ){return _fd (_caad ,"UniJIS-UTF32-H")};func _ccga ()([]byte ,error ){return _fd (_edaf ,"UniCNS-UCS2-H")};func _gce ()([]byte ,error ){return _fd (_bcg ,"Adobe-CNS1-1")};var _eebdb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x97\xda\x92\x2c\xcb\x82\xb2\x50\x92\x43\x5d\xd8\x6e\x69\xba\x69\xa1\xf4\xe0\xd8\xe3\x60\x68\x64\x23\xdb\x87\xfc\xfb\xa2\x37\xa9\x7b\x08\x72\xbe\x68\x1e\x2f\x30\xce\x0f\xcd\xb1\x09\xe3\x4a\xf9\xd7\x38\x75\x27\x5e\x69\x18\x43\x1f\x79\x99\xb6\xd8\x31\x5d\xf8\x3a\x86\x2c\x53\x9a\xfa\xb1\x5b\xff\x7d\xc5\xd1\xdd\xda\x39\xcb\xf2\x4f\xb4\x2d\xfc\x78\x3e\x34\xc7\xd3\x7d\x59\xf9\xd6\x84\x61\x22\x23\x33\xfd\x36\x3f\xe6\x88\xf2\x6f\x7c\x1d\x97\x35\xde\xe9\xe9\x63\x3f\x5d\xf8\x1d\xf5\x3c\x24\x7f\x8d\x3d\xc7\x31\x5c\xe9\xe9\x73\x3b\xb7\x41\xed\x3f\x9c\xb6\x79\xfe\xc3\x37\x0e\x2b\x29\x18\x87\x1e\x67\x96\x1f\x5e\xda\xf9\x4b\x7b\x63\xca\xcf\x10\xc0\x99\xe3\x32\x4e\x81\x94\x7e\x5f\x14\xf6\xbf\x7f\xbf\xcf\xfc\x48\xc8\xf2\xb7\xe6\xf8\x3a\x0c\x0b\xaf\x54\xdb\x42\xee\xfc\x7c\x6b\x8e\xf4\x4b\x91\x2a\x48\x5b\x53\x16\xbf\x1f\x57\x7f\xbc\x4c\xfd\x3e\xa8\x9d\xfc\x93\x6e\xec\x63\x1b\xae\x9c\x7d\xd0\x4a\xeb\x67\x4a\x87\x79\x26\x57\xd7\x2e\x91\x51\x20\xa3\x41\x1e\xd4\x09\x71\x22\xaf\x12\x95\x72\xab\xb4\xa0\x12\xd4\x82\xec\x05\x84\xc1\x4a\x6e\xa5\xc3\x79\x95\xe2\x4b\x0d\xc2\xe1\xbc\xaa\x41\x46\xc8\x80\x3c\xc8\x0a\xa5\x78\xaf\x0b\x90\x13\x72\x20\x05\xf2\x42\x1e\xa4\x13\x95\x92\x55\x22\x4b\x9b\x44\x95\x50\x25\x54\x82\x24\xbe\x92\x78\x0b\x92\xf8\x4a\xe2\x2b\x10\x0b\x31\x28\xb5\xb7\xd2\xde\x4a\x7b\x5d\x83\x8c\x90\xc4\x7b\x90\x15\x42\xbc\x29\x40\x4e\x08\xf1\x46\x81\xbc\x10\xda\x9b\xd4\xde\x4a\x7b\x2b\xed\x4d\x6a\x6f\xa5\xbd\x95\xf6\xa6\x04\x49\xbc\xb4\x37\x16\x24\xf1\xd2\xde\x54\x20\x16\x42\x7b\x83\xf6\x4e\x06\x5d\x05\xaa\xd3\x36\xee\xcb\x90\x9e\xd3\x7b\xb0\xef\x65\xb7\xc5\xc8\x61\xc5\x5b\x80\x25\x4c\x5b\x34\x06\xde\xdf\xae\x79\x9a\xd3\x14\x3e\x7f\x03\x00\x00\xff\xff\xad\x4b\x3b\x79\x89\x03\x00\x00"); +var _aced =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xc1\x6e\x9c\x30\x10\x86\xef\x3c\xc5\x1c\xd3\x43\x0a\x06\x6c\x6f\xa4\x28\x52\xcb\x1e\x82\xaa\x6c\xab\xd2\x6e\x2b\x55\x3d\xb0\xf6\x2c\xb2\x54\x8c\x65\xe0\xb0\x6f\x5f\xcd\x98\xb0\x07\xf4\xc3\x67\xfc\x69\x3c\xe3\xbc\x69\x8f\xad\x77\x0b\xe4\xdf\xe2\x64\x3a\x5c\xe0\xea\xbc\x8d\x38\x4f\x6b\x34\x08\x17\x1c\x9c\xcf\x32\x51\x82\x75\x66\x79\xff\xe4\x30\x63\x1f\xb2\x2c\x7f\xfd\x32\x9b\xf9\xf1\xb3\x7c\x7c\x85\x75\xc6\x0d\x36\xed\xb1\xbb\xcd\x0b\x8e\xad\xbf\x4e\x50\xa5\xcd\x76\x0d\x9b\x00\x20\xff\x8e\x83\x9b\x97\x78\x83\x87\x4f\x76\xba\xe0\x07\xb0\x78\x25\xfe\x35\x5a\x8c\xce\x0f\xf0\xd0\x9c\x3a\xb1\xe3\x6e\x0d\xe1\x1f\x8e\xe8\x17\x50\xcc\xd0\x5b\xce\x2c\x6f\xde\xfa\x70\xea\x47\x84\x7b\x29\x67\x5e\xe2\x95\x33\xc6\xd9\x4d\x1e\x44\xf5\xb1\x28\x0e\x77\xfe\xe3\x16\x10\xc4\xa6\xf8\xfd\xb3\x3d\xc2\x1f\x01\xa2\x80\x52\xca\x83\xf8\xbb\xf1\x5f\x6f\x93\xdd\xff\x12\x55\xaa\xde\x38\x1b\x7b\x3f\x60\xf6\xdc\x8b\xfa\xf2\x02\x5b\x88\x4a\xd5\x8a\x98\xec\x99\x51\x88\x4a\xd7\x15\x33\x93\x98\x49\x4c\x32\xb3\x89\x21\xb1\x82\x88\x12\x4c\x54\x49\xa4\x66\x22\x13\x51\x44\x0e\x4c\x9e\x12\x21\x7b\x5d\x32\x49\x1e\x45\x9e\x54\x81\x4e\x1e\x4d\x1e\xc9\x66\x9d\x3c\x9a\x3c\x92\xcd\x3a\x79\x34\x79\x24\x9b\xb1\x62\x42\x41\x67\xd1\xd9\xb3\x51\x58\xbf\x00\x85\x24\x77\xf1\xa4\xa9\xed\xfb\xf9\xe9\x9d\xc6\xbd\x0f\xc0\xac\x31\xa2\x5f\x78\xd8\xdc\x64\x6a\x9c\xf3\xb8\xdf\xa6\x30\x05\xda\xc5\xcf\xff\x00\x00\x00\xff\xff\xb8\x3f\xd2\xbb\x79\x02\x00\x00"); +func _gcdf ()(*asset ,error ){_facbf ,_caga :=_gdbf ();if _caga !=nil {return nil ,_caga ;};_fcfb :=bindataFileInfo {_c :"HKm471-B5-H",_ed :14260,_cg :_g .FileMode (436),_ca :_d .Unix (1580492427,0)};_bacd :=&asset {_fdf :_facbf ,_ff :_fcfb };return _bacd ,nil ; +};func _fdfe ()(*asset ,error ){_dae ,_ccg :=_gdb ();if _ccg !=nil {return nil ,_ccg ;};_bed :=bindataFileInfo {_c :"Add-RKSJ-H",_ed :12790,_cg :_g .FileMode (436),_ca :_d .Unix (1580491088,0)};_ffee :=&asset {_fdf :_dae ,_ff :_bed };return _ffee ,nil ; +};func _edfcb ()([]byte ,error ){return _fd (_efce ,"Ext-RKSJ-V")};func _cfaeg ()([]byte ,error ){return _fd (_cdef ,"UniKS-UTF8-H")};var _cggea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x96\x5d\x6b\x1c\x37\x1b\x86\xcf\xf5\x2b\x74\x98\xf7\xe0\xad\xf5\x2d\x0d\x0c\x0b\x26\x76\xa8\x0b\x69\x4a\xd3\xb4\x85\xd2\x83\xd1\x97\x59\xa8\x67\x97\xf5\xfa\x20\xff\xbe\x3c\xf7\xed\xa4\x9f\x50\x14\x5f\x2b\xdd\xf3\xec\xb5\x7a\xa4\xb9\x79\xfb\x70\xf7\xb0\x1f\xaf\xfa\xe6\x87\xcb\xa9\x7d\x1c\x57\x3d\x8f\x7b\xbf\x8c\xe7\xd3\xcb\xa5\x0d\x5d\xc7\xe3\x71\x57\xca\x3a\xdd\x8f\xed\xfa\xe5\x4f\x0c\xed\x69\x3b\x2b\x25\xeb\x3f\x7e\x7e\xbe\x8e\xa7\x87\x7d\x9e\xb4\xe7\xbc\xfe\x72\x7e\x9d\xab\xf5\xcd\x8f\xe3\xf1\xf8\x7c\xbd\x7c\xd6\x6f\x6e\xfb\xa9\x8e\xff\xe9\x3e\xa6\xf0\x0f\x97\x3e\x2e\xc7\xfd\x51\xbf\xf9\x6e\x3b\x6f\xbb\xfd\xfa\xc1\xc7\x97\xf3\xf9\x8f\xf1\x34\xf6\xab\xb6\x60\x63\xef\x18\xd5\xcd\xdb\xf7\xdb\xf9\xfb\xed\x69\xe8\x9b\xfb\x4f\x6f\xff\xff\x2d\x28\xe0\xcf\xe3\xf2\x7c\x3c\xed\xda\x9a\x6f\x8c\x49\x7f\xf1\x9f\x3e\x9f\xc7\x6b\x8a\xba\xf9\xf4\x70\xf7\x61\xce\xe7\x71\xd5\xa9\x18\xce\xf9\xf5\xd3\xc3\x9d\xfe\xcd\x6a\x6b\xb4\x8b\xde\x2d\xbf\xbf\x4e\xfd\xe5\xfd\xa9\x0f\xcd\x49\xca\xf3\xcb\xb4\x53\x1f\xcf\xe7\xad\x8d\xcb\xb6\x3f\x0e\xa5\xf5\x6a\xcc\x41\xcb\x7f\x6b\x31\x07\xf9\xbb\xdc\xdf\x82\xac\xe5\xfe\xee\x1d\xc8\xad\xbd\xb5\x20\xef\xee\xdf\xdd\x1f\xe4\x9b\xfc\x2b\x45\x59\x86\xef\xa7\x6b\x1f\x93\x0c\xb9\xab\x9d\x07\xed\xbc\x95\x35\x7f\xff\x50\x59\x63\x5e\xeb\x39\xf6\xd7\xf9\x4e\xe6\xe7\xc1\x62\xb0\x68\x2d\x63\x13\x58\x46\x9f\x07\xad\xbd\x4b\x6a\xdd\xec\x66\x0f\x7a\xdd\xec\x94\x99\xc9\x7b\xb5\x6e\x8e\xc8\x6d\x82\xb2\xcb\x82\xea\x06\xd4\xa4\xf0\x1c\xac\xa0\x46\xd4\x0d\xd0\x22\xa8\x37\xa0\xb1\x09\x8a\x12\xef\xa6\x03\x9a\x8b\xa0\x8c\x85\xf2\xa8\xd7\x41\xe7\x2c\x0b\x7d\x95\xba\x36\x5f\x31\xab\x18\x41\x0d\x45\xf8\x8e\xac\x05\x68\x10\x4d\x41\xc5\x4a\x7c\x60\xa9\x61\x7a\x41\xc1\xa9\x75\x8b\x44\x71\xa6\x83\xd6\x8b\x8b\x6a\xdd\x12\x51\xaa\xe5\xa0\xad\xb1\x52\x44\x62\x7c\xea\x40\x5e\x66\x65\xce\xca\xf2\x89\x35\x51\xea\xca\x9d\x68\x02\x2d\x12\x5f\x38\x0b\x43\x0e\xa8\xbe\x6c\x8e\xc8\x09\x2a\x16\xc8\x13\x79\x41\x0b\x51\x20\x0a\x40\x11\x28\x12\xc5\x83\xce\xd1\x78\xa0\x44\x94\x30\x8b\xf1\x99\x28\x63\x56\x06\x2a\x44\x45\x90\xe3\xc2\x85\x68\x11\x64\x19\xbf\x11\x6d\x82\x3c\x8b\xa8\x44\x15\x88\xf1\x8d\xa8\xa1\x7a\x03\xd4\x89\x3a\x10\xbf\xf6\x20\x1a\xa8\x2b\x00\x4d\xa2\x09\x54\x04\xf1\x77\xc4\x90\xa3\x49\x40\xf4\x25\x43\x8e\x06\x59\x95\xbe\x64\xc8\xd1\x22\xab\xd2\x97\x0c\x39\x7a\x14\x51\xe9\x4b\x86\x1c\x1d\x17\xd2\x57\x85\x2f\xcf\x27\xd2\x97\x0c\x39\x46\x66\xd1\x57\x85\x2f\xfc\xda\xa5\xd2\x57\xa5\x2f\xd6\x45\x5f\x95\xbe\x60\x82\x9b\x1c\x43\x8e\x9e\x59\xf4\x55\xe1\x2b\xb0\x08\xfa\x92\x21\x47\xc3\x22\xe8\x4b\x86\x1c\xd1\x30\xa5\xd2\x97\x0c\x39\x5a\x3e\x91\xbe\x64\xc8\x11\x5b\xae\x34\xfa\x6a\xf0\x15\xa2\x5a\xab\xc1\xfe\xaa\x46\xba\xc3\x5a\xd9\xbe\x95\x2d\x5a\xd1\xa2\xd6\x49\xa9\x95\x2d\x5a\xd1\x43\xd6\x5b\xaf\xd6\xea\x89\x3c\x50\x90\x6d\x52\xd9\x1d\x35\x00\x45\x63\xd5\x5a\xd9\x1d\x35\x12\xc9\x2e\xac\xec\x8e\x9a\x80\x52\x91\x78\xb6\x42\xcd\x40\xb9\x48\x3c\xf7\x7d\x2d\x40\x25\x4b\xfc\x42\xb4\x00\x2d\xd2\xdb\x75\x23\xda\x04\x39\x93\x24\xbe\x12\x55\x20\x2b\x6d\x55\x1b\x51\x03\x72\x51\xe2\x3b\x51\x07\xf2\x41\xe2\x07\xd1\x00\x0a\x72\xe6\xd4\x49\x34\x81\xa0\xb0\xd1\x57\x83\x2f\x97\xdc\xa2\xd6\x46\x5f\x0d\xbe\x5c\x96\xee\x68\xf4\xd5\xe0\xcb\x15\x9b\xd5\xda\xe8\xab\xc1\x97\x5b\x64\x9b\x34\xfa\x6a\xf0\xe5\x8d\x91\x78\xfa\x6a\x91\x48\xfa\xb1\xd1\x57\x83\x2f\x6f\x17\x89\xa7\xaf\x06\x5f\xde\x15\x89\xa7\xaf\x06\x5f\xde\xcb\xa1\xd0\xe8\xab\xc1\x97\x0f\x59\xe2\xe9\xab\xc1\x97\x8f\x49\xe2\xe9\xab\xc1\x97\x4f\x49\xe2\xe9\xab\xc1\x97\xcf\x51\xe2\xe9\xab\xc1\x97\x2f\x51\xe2\xe9\xab\xc1\x97\x5f\x64\x33\x35\xfa\x6a\xb3\xfb\x83\x0e\x46\xda\xbd\xd3\x57\x87\xaf\x60\xe4\x5c\xed\xf4\xd5\xe1\x2b\xd8\x12\xd4\xda\xe9\xab\xc3\x57\x70\xb9\xa8\xb5\xd3\x57\x87\xaf\xe0\xb3\x53\x6b\xa7\xaf\x0e\x5f\x21\xa4\xa4\xd6\x4e\x5f\x1d\xbe\x42\x4c\x12\x4f\x5f\x1d\xbe\x42\x92\x16\xed\xf4\xd5\xe1\x2b\xe4\x20\xf1\xf4\xd5\xe1\x2b\xe0\x24\xef\xf4\xd5\xe1\x2b\x2c\x5e\xe2\xe9\xab\xc3\x57\x34\x72\x4e\x74\xfa\xea\xf0\x15\xad\x93\x78\xfa\xea\xf0\x15\x9d\x95\x78\xfa\xea\xf0\x15\xbd\x95\x78\xfa\xea\xf0\x15\x83\x1c\x56\x9d\xbe\x3a\xf6\x57\x8c\xc6\xa8\x75\xd0\xd7\x30\x44\x72\xf0\x0d\xfa\x1a\xf0\x15\x53\x29\xb8\xc1\xbf\xdc\xbb\xca\xfd\xe7\x26\x1e\xb4\x39\x60\x33\x66\x39\x4f\x07\x6d\x0e\xd8\x8c\x25\x27\xb5\x0e\xda\x1c\xb0\x19\x97\x2c\x0f\xa7\xcd\x01\x9b\xc9\x24\x79\x38\x6d\x0e\xd8\x4c\x36\x16\xb5\x0e\xda\x1c\xb0\x99\x5c\x94\x78\xda\x1c\xb0\x99\x7c\x90\x78\xda\x1c\xb0\x99\x42\x90\x78\xda\x1c\xb0\x99\x70\xe0\x0d\xda\x1c\xb0\x99\x92\x93\x78\xda\x1c\xb0\x99\xb2\x1c\xc4\x83\x36\x07\x6c\x26\xdc\xc4\x83\x36\x07\x6c\xa6\xc5\x4a\x3c\x6d\x0e\xd8\xcc\xc6\x04\xb5\x4e\xda\x9c\x86\x48\xee\x8c\x49\x9b\x13\x36\xb3\x95\x3b\x76\xd2\xd7\x84\xaf\xec\x4a\x52\xeb\xa4\xaf\x09\x5f\xd9\xcb\x2d\x35\xe9\x6b\x06\x5e\xa8\x39\x00\x45\xa2\x74\xd0\xc5\x95\xf0\x8f\x5f\x46\xfe\x2d\xef\xa7\x5f\xdf\x17\xdb\xcb\xe5\x32\xf6\x2b\xde\x4e\xf1\x62\x28\x6f\x76\xc7\x7d\x7c\x7d\xd3\x3d\x9f\xce\xb2\x0a\xff\xff\x19\x00\x00\xff\xff\x10\x32\xb8\x89\x15\x0b\x00\x00"); +var _gcbcd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xd2\xcd\x8e\x9b\x30\x10\x07\xf0\xbb\x9f\x62\x8e\xdb\xc3\x16\x8f\x0d\xdb\x44\x8a\x90\x2a\x72\x28\x87\x4d\xab\xd2\x6c\x2b\x55\x3d\x10\x3c\x8e\x2c\x15\x83\x0c\x1c\xf2\xf6\xd5\x0c\x94\xaa\x87\xe8\x1f\x7e\xfe\x18\x3c\x26\xab\xea\x73\x1d\xc3\x0c\xd9\x97\x34\x74\x0d\xcd\xe0\x43\x74\x89\xa6\x61\x49\x1d\xc1\x8d\xee\x21\x2a\x85\x06\x5c\xe8\xe6\xbf\x8f\x12\x5d\xdf\x8e\x4a\x65\xd7\x18\xaa\x4b\xf3\x7c\xad\x1a\xf3\xfc\x09\x96\x89\x36\xaf\xea\x73\xf3\x98\x66\xea\xeb\xe8\x07\xb0\xeb\x7a\xb7\x8c\xdb\x1e\x00\xd9\x57\xba\x87\x69\x4e\x0f\x78\xfa\xe8\x86\x1b\xbd\x03\x47\x9e\xfd\x73\x72\x94\x42\xbc\xc3\x53\x75\x69\x70\xe7\x66\x19\xc7\xdf\xd4\x53\x9c\x79\x37\xf2\x8a\xa2\x93\x54\x59\xf5\xda\x8e\x97\xb6\x27\xf8\xef\x6d\xde\x64\x54\x06\xdf\x28\x4d\x61\x88\x80\xe6\xbd\xd6\x2f\xff\xfc\xdb\x63\x24\xc0\x6d\x97\x1f\xd7\xfa\x0c\x3f\x11\x50\x83\x29\xec\xd1\xfe\xda\xfc\xfb\xeb\xe0\xf6\x59\x68\xd7\x03\x74\xc1\xa5\x36\xde\x49\x9d\x8c\x46\x5b\xc2\x16\x68\xb4\x48\xbe\x4a\xce\x62\x58\x4c\x21\xc2\x81\xfa\xa8\x4e\x56\xeb\x43\x09\x1c\xc7\x12\xb0\xd0\x22\xed\x2a\xb7\x12\x30\x7f\x11\xe9\x56\x71\x3c\x27\x17\xa1\x55\x3c\xcb\x81\x05\xb5\x08\x22\xaf\x32\x22\xf9\x2a\x5c\xcb\x1e\xd4\xc9\x53\xee\x4b\xd8\x02\xed\x87\xbc\x50\x27\xef\xa5\xbe\xf7\x52\xdf\x6a\x96\xe2\x26\xc2\x81\x36\x17\x71\xab\x70\x7d\x5b\x70\xc7\xf7\x73\xf3\x7f\xbe\xe9\xbd\xf7\xdd\x92\x12\xc5\x59\xee\x59\x9a\xcb\x0d\x0b\x91\xf6\x6f\x69\x1c\x46\x5e\x25\xbf\x3f\x01\x00\x00\xff\xff\x94\xb1\x9b\xdd\x77\x02\x00\x00"); +func _afgc ()([]byte ,error ){return _fd (_cbae ,"GBTpc-EUC-V")};var _edad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xcf\x35\xb9\x91\xa6\xb7\xaf\x5f\xf1\x2c\xc7\x8b\xb1\x4e\xf2\x9b\x40\xe1\x05\x7a\xa4\xd1\x58\x8b\x9e\x31\xdc\xd3\xb6\x01\xc3\x8b\x93\x0c\x52\x28\xc0\xaa\x2a\x94\x4a\x8b\xfe\xf7\x46\x5e\xd7\x91\x3d\x18\x1b\x28\x2d\x0a\x77\xbd\xf1\x64\xe6\x61\x32\x23\x82\x41\xc6\xcd\xe0\xef\x7e\xff\xa7\x3f\xfc\xe9\xc7\x1f\x7e\xfd\xfa\xdd\xff\xfc\xcb\x4f\xeb\x5f\xf6\xaf\x5f\xe7\x87\x1f\xe3\x97\xfd\xd7\x9f\xfe\xf6\xcb\xda\x5f\xf7\xfe\xf3\x0f\x3f\x7e\xf7\xdd\x95\xbe\xe2\x87\xf5\xeb\xdf\xff\x09\xac\xbf\xbc\x7f\xfe\xee\xbb\xe7\xfe\x7f\xf9\xb7\xbf\xfe\xba\xff\xf2\xa7\x1f\xcf\x4f\x5f\xd9\xeb\xe2\x6f\x3f\x7f\xae\xfd\xfa\xfa\xdd\xff\xb2\xff\xfc\xc3\x5f\x7f\xfd\xe5\xdf\xbe\xfe\xdd\x3f\xc5\x4f\xf7\xfe\x1f\xbe\x62\x9f\x47\xfe\x5f\x7e\x89\xfd\xcb\x0f\x3f\xfe\xf9\xeb\xdf\xfd\xa7\xff\x70\xfd\x3f\xd2\x7f\xf9\xdb\xcf\x3f\xff\x5f\xfb\x2f\xfb\xc7\x5f\xbf\x2e\x64\xfb\xc7\x00\xbf\xfb\xdd\xef\xff\xf9\xfd\xf3\x7f\x7e\xff\x65\x7f\xfd\xee\x3f\xfd\x87\xff\xfa\xf3\xfa\xf7\xff\xf1\x5f\x7f\xff\xef\xff\x27\xfe\xc6\x9f\xfe\xd7\xfd\xcb\x5f\x7f\xf8\xe9\xc7\xaf\xeb\xf5\x3f\xbe\x5e\xed\xff\x95\xff\xd7\x7f\xfb\x79\x7f\x9e\xf5\xdd\xef\xfe\xf5\x4f\x7f\xf8\x2f\xe7\xfc\x75\xff\xfa\x95\xc7\xcb\x6b\xfe\xf7\x7f\xfd\xd3\x1f\xbe\xfe\x8f\xeb\xeb\x7a\x7d\xa5\x9a\x7b\xf9\x3f\x3f\x97\xfe\x6f\xff\xfc\x53\xec\x2f\x2f\xfa\x2e\xfb\x3e\xeb\xa7\xd8\x7f\xfd\xf9\xbd\xf6\x2f\xef\x1f\xff\xbc\xbf\xfb\xfa\xfa\xfe\xf5\xfa\xf6\xf5\xf5\xf5\xfd\x78\x7d\x7b\xfe\xf5\x4f\xd7\x3f\x5d\xdf\xbe\xbe\xff\xe3\xef\xff\xf8\x1f\xf9\xf7\x1f\xff\xc0\x5f\xff\xf8\xc7\x6f\xcf\x7b\xfc\x77\x77\x7f\x77\xf9\xd0\x1f\x7f\xfa\x35\xf6\x51\xc6\xf3\xbe\xbf\xce\xb7\xaf\xeb\xb9\xe3\xbf\xfd\xd3\x77\xd7\xeb\xf5\x69\xc5\x0f\xf1\xb9\x3a\x3d\x57\xf7\xfd\x5c\xfd\x34\x81\x76\x7c\xf5\x7e\xa5\xef\xbe\x7f\x5f\xef\xa7\x29\xef\xeb\xec\x6f\x5f\xb3\x7d\xf7\xfd\x3b\xdd\x08\xd2\x4e\xdf\xbe\xae\xf9\x7a\x24\xbb\x2a\xd9\xdf\xbe\x52\x41\x72\xbc\xe6\xac\x6f\x5f\xa9\x3e\x92\xec\x63\xf2\xf3\x98\xd4\x9e\x07\x17\x25\xe5\xe4\x6f\x5f\xb9\x3e\x4f\xae\x4a\xea\x69\xdf\xbe\x4a\x9e\xdf\x7d\xff\x6e\x4a\xda\x3d\xbe\x7d\xd5\x54\x1f\xc9\x52\x72\xea\xb7\xaf\x5a\x9e\x6b\xba\xd7\xf4\xe7\x0f\xed\xf5\x3c\xb9\x87\x92\xa7\x11\x2d\x3f\x77\x0d\xaf\x19\xeb\xf5\xed\xab\xb5\xf1\x48\x16\x6d\x1e\xfb\xfd\xed\xab\xbf\x9e\x16\xce\x77\x79\x24\x73\x9f\x6f\x5f\x3d\x3f\xd7\xbc\xbd\xeb\xfd\xb4\x79\x5c\xe5\xbb\xef\xdf\xb7\x92\xfb\x79\xce\x7c\x8d\xef\xbe\xbf\x5f\x48\xee\xd7\xbb\x7f\xfb\x9a\xcf\xbb\xdf\xaf\xf7\x50\x32\xe8\xc3\x8e\x68\x2a\x9a\xcf\x45\xde\xf6\x56\xf2\xe6\x22\x45\xb7\xa2\xf5\xed\x6b\x56\x9f\x14\x4a\x36\x17\x4d\x44\x07\xd1\xd3\x21\xb3\x96\x47\x72\xfb\xec\x07\x7a\x4f\x17\x22\x1f\x7e\x9f\xe7\x93\xd5\x47\xf2\x34\xf8\x03\xbd\xa7\x84\xc8\x86\x47\xfa\xf6\x35\x3b\x92\xc8\x4a\x32\x17\x65\x44\x45\x51\xf9\xf6\x35\x27\xcf\x8e\xaa\xa4\x72\x11\x2d\x88\xa6\xe8\x79\xbb\xe9\x6d\x36\x20\x78\xbb\x44\x0b\xc2\xb7\x7b\x60\x4e\xde\x37\x96\x92\xc5\x45\x0d\x91\x2f\xbc\xf3\xb7\xaf\xeb\xf5\xa2\x0f\xb6\x2d\x78\xa0\xf7\x44\x6f\x6e\x9b\xb0\x6f\xae\xe2\x59\xdb\x67\xed\xe0\x2a\x45\x5b\xd1\xa3\xd6\x2f\x3f\xc3\xb6\xf3\xf8\xc2\x3d\xf3\xf8\x63\xc7\x9c\xc4\x55\x74\xf1\xb1\x1b\x0e\xdd\x90\x79\xe9\x63\x23\x1e\xc5\xbc\x5e\xf6\xcc\xe9\x8a\x3a\x57\xd1\x7f\xc7\x0f\xff\xc0\xf5\xb2\xa9\xc7\x8f\x73\xf8\x38\xd9\x1b\xed\x9b\x43\xbb\xd2\xf3\x8b\x9a\xd8\x7d\x3d\x0a\x78\xbd\x72\x41\x54\x15\x35\x6e\x54\xd4\x15\xf5\xe7\x2a\x54\xed\x52\xd5\x2e\x55\x2d\x37\x44\x53\xd1\x9b\xab\x12\xa2\x5b\xd1\xcd\x55\x1d\x11\xfd\x75\x3d\xa6\x7c\xbd\xca\xf3\x81\xae\x3b\x29\x4a\x5c\x35\x10\x65\x45\x7c\x8e\xca\xb3\xee\xa2\x88\xcf\x9f\x69\xfd\xdd\x14\xd1\x39\xd5\x67\xd9\x54\x75\xb2\x5c\x88\x78\xed\xeb\xd1\xc0\xeb\x55\xb9\x51\x0d\x04\x7a\x2f\xbc\xe3\xb2\x11\x6b\x3e\x57\x35\x9a\xba\x3e\x37\xa2\x4b\x36\x75\xf9\x42\x8b\x2e\xec\xbc\xf6\xe2\xd3\x5e\x81\x82\x17\x44\xe1\xe3\x83\x77\x1c\xb4\x3e\x7c\x7c\xf0\x8e\x18\xe2\xa5\xd2\x5f\x41\xdf\x0f\x1a\xa1\x8a\x5f\xaa\x78\xa1\xa9\xaa\xf8\x15\xfc\xe2\xa0\x5d\xe1\x2f\x6e\x5a\x8f\xbd\x5e\xdb\xc7\xab\xbe\x93\x1b\x55\xdf\x4b\xf5\xad\x19\x91\x8f\xdf\x4f\x7f\x5d\x2f\xda\xb5\xed\xaf\xcd\x77\xc4\xac\xaf\xed\x77\x7c\xe0\xba\x5e\xbc\xd0\xb6\x27\x70\x59\xbd\x2a\xb2\x27\x1e\xbd\xbf\x2e\x4c\xe1\x52\xef\x81\xde\x2b\x4d\x55\xef\xaf\x47\xd7\xaf\xeb\xe2\x17\x8f\x9d\x73\x6c\x3d\x37\x1e\x5b\xff\xe8\xfd\x75\x5d\x74\xb4\x7a\x7f\xa9\xe4\x7e\x34\x95\xfc\x7a\x3c\xfb\x75\xe1\x6e\xae\x13\x8a\x30\xbe\xc6\x3b\x1e\x1b\x81\x92\x5f\x98\x42\x52\xc9\xd3\xa3\xd8\xd7\x85\x89\xa6\x77\x53\xc4\xe3\x5b\x41\x34\x14\x3d\xb6\x7d\x3d\xbe\xfb\x4e\xea\x2a\xd0\x7b\x6b\x88\xf8\xc5\xf4\x28\xe3\x75\x61\x0a\xe9\xae\x8a\xf8\x68\x68\x4e\x52\x31\xd3\xe3\x2b\xaf\x8b\xef\x98\x74\x96\x49\xc5\x6c\x34\x42\xc5\x4c\x8b\x76\xf1\x85\xd2\xf2\xc6\x85\xf1\x35\x6e\x5c\x5d\x11\x1d\x6d\x23\x16\xef\x98\x82\xd6\xf7\x17\x43\xf3\xdf\x87\xd4\xff\xbf\x51\xf6\x4e\xe1\xcb\x05\x0f\x19\xfc\x54\x7c\x1e\xc2\xd7\x1a\xbc\x89\x8a\x05\x5c\x0c\xb0\x77\xda\x78\x29\xa0\xf7\x71\x21\xb2\x3b\x1f\xb8\xae\x99\x10\x25\x45\x38\xae\xa1\xa8\x28\xe2\x3b\x4c\xba\x53\x65\x48\x3a\x41\x14\x3e\xe9\x04\x13\x4e\x30\xbd\xe8\x3b\x9d\x20\x03\x78\xef\x83\x1b\xfd\xcc\x89\x6f\x9a\xd2\xd3\x2e\x07\xf5\x3b\xbf\xb1\x27\x1e\x9f\xdf\x59\x51\xe6\xaa\x82\xa8\x28\xa2\xa3\x66\x47\x34\x14\x0d\xae\x9a\x88\xa6\xa2\xe7\xd3\x8c\xd7\x85\xe8\xad\xe8\xe9\xaf\x94\x15\x6d\x45\x9b\xab\x12\x22\x5e\x28\xa3\x0c\x09\x27\x98\x55\x06\xa0\x8f\x57\x46\xd4\x14\xf1\x8b\x45\x91\xbf\x78\xfb\x8b\x34\x55\x65\xc8\x37\xbf\x58\x68\xea\xed\x2f\xde\xfe\x22\xef\x78\xfb\x8b\x8f\xe3\xba\x12\x7e\x31\xeb\xb8\x80\x3e\x30\xd7\xbc\xec\x89\x45\x4f\x54\x45\xf6\xc4\x03\x7d\xd0\xd1\x79\xd9\x54\xd4\x2f\x61\x88\x59\xf5\x03\xfa\x78\x29\xea\x8a\x1e\xab\x4b\x8d\xbe\x5f\xa1\x28\xb8\x8a\x2e\x54\x23\x81\x2b\x35\x1f\xff\x69\xea\xf3\xb5\xc7\xc5\x8d\xc1\xd7\xce\xf8\xc5\x84\x76\x67\xfd\x22\xd0\xc7\x45\x47\xeb\x17\x73\xd0\x5f\xc4\x07\x39\xec\xaf\xa0\xbf\x2e\x45\xf6\xd7\x03\x57\xea\x3e\xeb\x56\x74\x73\x15\x1d\xed\x48\x0f\x5c\x69\xf8\x78\x5b\x1f\xb4\xfe\xa2\xef\x35\x85\x4c\x5c\x99\xb0\x8e\xbc\x6d\x04\x1a\x3d\x70\x49\x59\x8d\x06\xae\x34\xf8\x45\x1d\x6a\xde\xf4\xd7\x45\x47\xeb\x50\x81\x2b\x61\x1d\x79\xab\x72\xf8\xd8\x41\xc4\x95\xf5\xb1\x79\xd3\xfa\x49\x23\x74\xa8\xf9\x89\x27\xfa\xb8\x7c\xbc\x4d\xc5\x86\xd2\xf4\x46\x7b\x15\x1b\x1a\x38\xc1\xac\x0d\x01\x57\x56\x7d\xf5\xb1\x40\x1f\x04\x5d\x59\x1f\x0b\x5c\x59\xc5\xd4\xd2\x80\x3e\x92\x22\xdf\xf1\x89\x1a\xae\xac\xca\x19\x35\xe4\x43\xaf\x6a\x56\xc7\x5e\xc5\x1e\x33\x1d\x6d\x48\x7d\x17\xec\x71\x10\x52\x15\xed\xb1\x10\x5b\x64\x5e\xbb\x18\x5b\x14\x62\x8b\x91\x14\x75\x45\x4f\x4f\x64\x9a\x5a\x8c\x1a\x80\x3e\x08\x96\x8a\x9e\xb8\xbc\xf9\x45\xbc\x7a\xd1\xf8\x80\x3e\x30\xd1\x72\xd3\x13\xe5\xe6\x1d\x3f\x22\x1b\x71\xa3\xf7\x04\x4b\x45\x13\x2d\x4f\xa4\x70\x65\xac\xb6\xdc\x43\x11\x5f\x88\x98\xa7\x68\xa2\xe5\xe6\x17\x71\xf4\x45\xe3\x03\xfa\x60\x84\x28\x46\xb7\x05\x7b\xcc\x58\x6d\xd1\x1e\x8b\xf6\xe8\xe3\xb5\xc7\xf2\x98\xd5\x95\x19\xb0\x8b\x66\x05\xf4\x91\xbd\xd1\x46\x10\x81\xe4\xea\xe3\xdf\x8a\xde\x5c\x45\x7f\x19\x81\x14\xec\x31\x57\x45\xa1\x08\x8d\x26\x32\x2a\xda\x23\x70\xe5\x46\x4f\x68\x8f\x45\x7b\xf4\x85\xb4\xc7\x12\xf4\x17\xc3\x67\xd1\xf8\x4a\xd0\x5f\xc4\x4f\xc5\xa0\xa4\x04\xed\x62\xe4\x2a\x1a\x1f\xd0\x47\xf1\x46\xdb\xf5\xc0\x95\x3b\x5d\xa8\xf1\x01\x7d\x14\x45\x36\x75\xd3\x7a\xe2\xa7\xb2\x3f\x22\x5a\x4f\x94\x55\x0c\x24\x80\x2b\x13\xd7\x17\xf5\xbe\xa8\xf7\x44\x59\x45\xbd\x2f\x87\xef\xc8\x10\x50\x0c\x11\x80\x3e\xfc\x1c\xc6\xc1\xe5\xd1\xe2\xab\xe0\x6a\xcb\xb1\xa9\x6a\x34\xb1\x58\x51\xa3\x0b\x1a\x5d\x70\x8f\x4e\x09\xef\xfa\x68\xf4\x55\xf0\x5f\x55\x8d\x06\xfa\x60\x58\xaf\x8e\x30\xc0\x55\xae\xfc\xdb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xbf\x3d\x14\x77\x87\x16\xe0\x6a\x84\x1e\x2e\xe0\x0a\x7d\xe2\x33\xba\x53\x94\x1e\x7c\x9a\xa2\xc8\x4f\xf3\xd8\x53\x9f\xc4\xb1\x5d\x7b\xea\xc4\x3f\x8d\x01\xbb\x6b\x29\x40\x9f\xc4\xb1\xdd\x01\xa8\xb3\x9a\xd3\xaa\x37\xda\x6c\x8d\x87\xa1\xb8\x6b\x3c\xc0\xd5\x30\xb1\xee\x98\x04\xf4\x69\xdf\x39\x26\x75\xc6\xa4\xc6\x62\x6b\x77\x4c\xea\xcc\x34\x66\x56\x64\xbb\x98\x69\x34\x86\xbc\xee\x4c\xa3\x33\x26\x4d\x06\xec\xae\x3d\x01\x57\xeb\xde\xf8\x69\x17\xdd\x49\x24\xd8\x35\xb1\xce\x3a\x4d\xc3\x5c\xbb\x13\x06\xa0\x4f\xbf\xc3\xf1\x33\x13\x97\xb5\xa1\x48\x2d\x22\x2e\x9b\xc4\x8b\x5d\x7b\xea\x98\x45\x1b\x8f\xde\xba\x54\x7e\x0f\x6d\x00\xb7\x3b\xb4\x81\xf1\xf6\xc6\x82\x88\x1b\x07\xda\xcd\xfa\xf9\x3d\xd4\xee\x71\xdb\x08\x9e\x65\x90\x3f\x08\x5d\x48\x27\xdc\x43\x25\x05\xba\x6b\xe1\xe3\xbe\x15\xdd\x5c\xa5\x68\x29\xe2\xa3\xe1\x9c\x87\x01\x0e\x70\xf5\xe4\x2f\x6e\x45\x74\x0e\x41\xdc\x70\x2a\x30\xb0\x01\xd7\xb0\x87\x36\x00\xf4\x89\x0b\x1f\x0e\x2d\xe4\x00\x2e\x17\x95\x87\xe3\xc8\x60\x2a\x30\xab\x37\x0e\x45\x8f\xa5\xb8\x10\x3c\xb4\x94\xa1\xa5\x10\xea\x0d\x2d\x65\x60\x03\x2e\xf1\x0e\x6d\x60\x68\x03\x0c\x07\x43\x25\x1f\x8c\x23\xae\x9b\x0e\xc7\x91\xc1\x08\x31\x09\x08\x87\x1a\x3d\x18\x21\x5c\xc5\x1c\x6a\xf4\x20\xc8\x9f\x0c\x07\xc3\xe1\x60\xb0\xcc\xe8\xca\xe3\x50\x0b\x81\x3e\xd1\xd5\xe1\xac\x78\xe0\xfb\x7b\xf3\x2a\x9f\xa5\xef\x67\xbd\x6d\xe8\xfb\x81\xab\xa3\xbe\x63\x7f\x1e\xcf\x68\xf3\x11\xf9\x39\x98\xb6\xba\xb8\x36\x9c\xb6\x02\x7d\x12\x5c\x0e\xb5\x10\xb8\x3a\xea\x3b\xd4\xc2\xa1\x57\xff\xdc\xe8\x3b\xa2\x98\xbd\xf3\xb5\x55\xcc\xa1\x62\x32\x4c\x0d\x15\x73\xa0\x98\xae\x8b\x4d\x15\x73\xb2\xfe\xdd\xd1\xd5\xa9\x27\x9e\x2a\x66\xf7\xaa\xa9\x08\x35\x61\xa4\x9f\xc6\xe7\x40\x9f\xfd\x42\xc4\x17\x9a\xc4\xe7\x03\xf5\x9d\xfa\x6b\xa0\x9b\x10\x99\x2e\x89\x03\x97\xcb\x48\x53\x25\x9f\xba\xf0\xae\xa8\x28\x2a\x5c\x55\x11\x55\x45\x95\xab\x68\x84\x5e\x7d\xe2\xc2\x5d\xfa\x99\xba\xf0\xa9\x29\x74\x6f\xa4\xef\x27\x8a\xe9\x12\xcb\x54\x31\x81\x3e\x31\xf7\x69\x80\x33\x89\xe2\x5d\x0c\x98\xeb\x73\x23\x1f\x8d\x5e\x9d\xfa\xeb\x49\x14\x3f\x58\x63\x9b\x6a\x21\xd0\x67\x57\xe4\x6b\x3f\x9a\x77\x39\xe9\x9e\x2e\x53\x4e\xfd\xaa\x7d\xaf\x16\x4e\x82\x92\x81\x83\x99\x6a\xe1\x34\x28\x21\xcc\x9e\xba\x5a\xe0\x72\x12\x39\x75\xb5\x40\x9f\xc3\x1b\xfd\x1c\x78\x5f\xa7\x87\x53\xef\x0b\xf4\x49\xd4\x30\x9d\x11\x00\x97\xb3\xbc\x69\x80\x33\xf5\xd1\x84\xb3\x53\x1f\x0d\x5c\xa3\xd2\x08\x7d\xf4\xd4\x47\x13\x5b\x4c\xad\x63\xe2\xa3\x47\xf5\xf1\xf6\x2a\x6b\x46\x53\x65\x72\xcd\x68\x62\x30\xa3\x2a\xf2\xb5\x0d\x83\x08\x7a\xa7\x61\x10\x70\x39\x41\x9b\xba\x6d\xa0\x9b\x25\x9b\xba\xed\x49\x18\x34\xb0\xb4\x69\x18\x34\x0d\x83\xf0\xab\xd3\x30\x08\xb8\x9c\x7a\x4d\xcd\x6a\x1e\x34\x87\x68\x66\x1a\x19\x4d\x0c\x66\xa8\xbe\x1a\xcc\xd4\x60\x88\x66\xa6\x06\x03\x5c\x4e\x84\xa6\x91\x11\xd0\xe7\xec\xbf\x3d\x14\x4f\x03\xa7\xc9\x74\xc7\x79\xd2\x34\x70\x02\xba\x89\xbb\xe9\x74\x07\xb8\x9c\x01\x99\x29\xbd\xdf\x0c\x1a\xce\x6d\xde\x0e\x1a\x6f\x03\xa7\xe9\x55\x43\x11\x5a\x44\x77\xbe\x9d\xa2\x00\xc3\x8c\xdf\xdb\x29\xca\x9b\x41\x63\xd0\x9d\x6f\x07\x0d\x60\xbc\x5e\x8a\xbc\xf1\xf1\xe4\xd7\x64\xc1\xf5\x6d\x64\x03\x8c\x17\x01\xf0\x5b\xe3\x79\xb3\xd6\x39\x09\xaf\xde\x06\x12\xc0\x78\x61\xd4\x6f\x3d\xf1\x9b\xd8\xc2\x10\xe1\xad\x27\x7e\x3f\x36\x30\x5e\x04\xc0\x6f\x6d\xe0\x8d\xdb\x9d\x2c\x29\xbd\x55\x2c\x60\xbc\x6c\x84\x6e\xf7\xcd\xca\xa3\xe3\xdb\xdb\x09\x29\x30\x5e\x98\xfe\x7b\x7f\x9e\xf5\x0c\x79\x8e\x49\x6f\x7d\x2c\x30\xcc\x6a\xbe\xd5\xb5\x37\xfa\xe1\x38\xf2\x56\x3f\x80\x6a\xec\xf9\xd6\xed\xbe\xd1\x0f\x7d\xff\x5b\xfd\x00\xc6\x8b\x30\xf9\xad\x7e\x90\xcb\xbe\x26\x13\x78\x93\xd9\xf7\xcd\x1c\x55\x2f\x75\x1b\x00\x03\xe3\x45\xe4\x7c\xbb\x52\x02\x5c\x7a\x96\xdb\x69\x2b\x30\x5e\x4c\x48\x6f\xbf\xf6\xcd\x1c\x55\x9f\x71\xeb\x89\xef\x37\x1f\x0d\x5f\x76\xfb\xb5\xef\xe7\x0b\x5f\x5a\xf0\xed\x7a\xca\xfd\x38\xe7\xf1\xba\x14\x1d\x45\x87\xab\xf8\x45\xd7\x53\x80\xf1\x22\xbe\xbe\xf5\xd7\x37\xce\x79\x32\x3b\xb8\x75\xce\xc0\x30\xe5\x7b\xeb\x9c\x81\x4b\x7b\xba\x75\xce\xf7\x13\x5f\x8f\xd7\xe5\xe3\x87\x22\x5a\x3f\xbd\xd1\xd6\xab\x72\xc4\xd7\xb7\x2a\x77\x3f\xde\x33\xa9\xab\xb7\xde\x13\x18\x26\x86\x6f\xf5\x0b\x48\x7f\x17\xd9\xae\xa0\x57\xf1\xd7\xb7\x33\xc6\xfb\x71\x82\xe9\xc5\x4a\xed\xad\x13\xbc\x37\xed\x52\xa4\xe6\xdc\xcf\xe8\x9c\x4c\xd3\xde\x8e\xce\xc0\x78\x65\x45\x68\xce\x7d\x68\x17\xae\xf2\xd6\xd9\x00\xe3\x85\xae\xde\x3a\x9b\xfb\xd1\x96\x64\x9a\xf6\x76\x74\xbe\x0f\xbf\xc8\xa4\xfb\x56\x73\xee\x47\x5b\xd2\x8b\x70\xe3\xd6\x8d\x00\xc3\xbc\xf3\xad\x9f\xb8\xa1\x77\xbc\x70\x6f\xb7\x7e\x02\x18\xaf\xe2\x8d\x5b\x11\xef\x88\x7b\x5b\xaa\x1c\x90\x5e\x68\xe1\x7a\x27\x45\xd8\x23\x43\xcb\x72\x85\x6f\xbd\x69\x2a\xc3\xfa\x52\x0b\x97\x2a\x47\xec\xba\x54\x39\x20\xbd\x50\xdf\xa5\x83\x59\x8f\xe6\x0d\xfb\x6b\xb9\x2c\x02\xa4\x57\xb7\x11\xb7\x22\xba\xb0\x28\x5a\x8a\x78\x21\x5c\xda\x52\x31\x81\xf1\x2a\x36\x95\x17\x5a\x8f\x02\xa5\x17\x43\xde\x72\x58\x5f\x37\x96\x46\xdf\x2f\x35\x67\xdd\xfc\x22\x8e\x7e\xa9\x39\xc0\x30\x91\xbe\x8c\x70\xd7\xe2\xa3\xb1\xd6\xb0\xcc\x87\x03\xe3\xc5\x30\xb5\x5c\x16\x01\xd2\x85\xe3\x5b\x86\xb3\xc0\x78\x31\xc5\x59\x86\xb3\xeb\x71\x7c\xe9\x7a\x79\xa3\xed\x5a\x7c\xda\xea\xe3\xed\x9c\x27\x76\x4d\x17\x6e\x68\x19\xbb\x02\xe3\x55\x15\xd9\xd4\x07\xd2\x85\x07\x58\xeb\xd3\x54\x7a\x82\xe9\xd2\x72\xf1\x64\x3d\xb1\x45\xba\x58\x6c\x5a\xc6\x16\xc0\x78\x11\x6f\x2e\xad\x63\x3d\xea\x9f\x2e\xac\x76\xb9\x1c\xb8\x82\xef\x88\x7e\x2d\x5d\x2d\x90\x2e\xe6\xa8\xcb\x08\x64\xe9\x7d\xd1\xaf\xa5\xf7\x5d\x4f\x04\x92\xae\xa4\xc8\xa6\x06\xbd\x4a\xa0\xba\x8c\x40\x80\x64\xde\x79\x19\x81\x00\xe3\xd5\x6c\x84\xad\xc7\xf8\x2e\x22\xa3\xa5\xf1\xad\x4d\xdf\xab\xab\xc6\x16\x40\xba\x08\xec\x97\xb1\xc5\xd2\xdf\xab\x98\xfa\xfb\xb5\x69\x3d\x96\xb6\xb4\xda\xa5\xbf\x27\x92\x5c\xfa\x7b\x20\x5d\xe5\x1f\xc8\x15\x2f\x03\xf3\xe5\x70\xd0\xfd\x75\xdf\x04\x9a\xd5\xc5\x34\x6c\x19\x67\xac\x83\x32\x30\x60\x2f\x87\x83\x75\x50\x06\x42\xa2\x65\x04\xb1\x0e\xcf\x52\x6f\x35\xd7\x85\x6d\x5e\x7c\xad\xd0\x36\x81\x74\x11\xd9\x84\xb6\x19\x6f\xb4\x08\x4f\x1c\x9a\x58\x60\x4f\x17\xb1\x7a\x68\x4f\xf1\xe6\xf1\x84\xdc\xa1\xf1\xc4\x9b\xc7\x77\x45\x34\x35\x6e\xec\x9c\x98\x25\xf4\xd7\x40\xba\x18\x34\x42\x7f\x0d\x8c\xeb\xa5\xa8\x2a\xa2\xef\x08\x21\xc3\x78\x00\x18\x9a\x45\x68\x62\x71\xf3\xe5\x6d\xaa\x33\xc6\x78\xa6\x87\x43\xa2\x45\x38\x3d\x04\xd2\xc5\x70\x10\x5a\x5d\x2c\x7f\xb1\x22\xf2\x17\x17\xdf\x94\x98\x27\x34\x9e\x58\xfe\x22\xaf\xad\xa5\xc4\x63\x16\x29\x11\x22\x84\x66\x11\x8b\x5f\x64\xc8\x0b\xcd\x22\x1e\x85\x4f\xc9\x1b\x55\x78\x60\x5c\x0c\x79\xa1\xc2\xc7\xa3\xe4\x29\x31\x72\x85\xeb\x80\xc0\x90\x8e\x11\x2a\x7c\x3c\xba\x9a\xcc\xc0\x87\x61\x72\xa0\xb7\x9a\x58\xa8\xb7\xc1\xa0\x91\xb0\x81\x70\xd0\x00\xc6\xc5\x90\x17\x0e\x1a\xf1\x68\x4e\x4a\xf8\xfe\x50\x73\x82\xa8\xe1\x62\xe1\x29\x8c\x1a\x02\x47\x0f\x91\xef\x0e\x35\x07\x18\x1a\x62\xe8\xe8\x81\x94\x70\x36\x5b\x65\xda\x78\xf5\x2b\x29\xca\x8a\x0a\x57\x0d\x44\x55\x51\xe5\xaa\x8e\xa8\x29\x7a\xfa\x3e\xe1\x20\xb6\x2a\x07\x0c\x99\x23\xdb\xd8\x02\x48\x09\x07\xb1\x75\xf4\xc0\xd0\xa8\xb7\x8a\xb9\xf1\xea\x09\xd3\xdf\x2a\x26\x30\x2e\x42\xbd\xad\x57\xdf\x4f\x6c\x91\xcc\x87\x6f\x63\x0b\x60\x5c\xcc\xfc\xb7\x73\xc1\x7d\xd3\x7a\xec\x71\xab\x98\x9b\x40\xe2\x22\xab\xb9\x0d\x24\x36\xba\x6a\x3e\x7c\xab\xab\x5b\x5d\x65\xc0\xde\xea\xea\xbe\xf9\x8e\x68\xf4\x56\x31\x81\xa1\x1b\xd9\x2a\xe6\x7e\x34\x2f\x25\x34\x7a\xbb\xfc\x00\x8c\x8b\x8f\xb6\x75\xe1\x1b\x1f\x9b\x08\x5d\xb6\x3e\x16\x18\x17\x2b\x4b\xdb\x70\x63\x3f\x6a\x96\xf2\x4b\x91\xcf\x0a\x9f\x45\x53\xe3\xf3\xac\xa7\xbf\xcc\x28\x6f\xbd\x27\x30\x64\xda\x6c\xbd\xe7\x7e\x54\x2e\x65\x74\x75\xab\x72\xc0\xb8\x18\xfc\xb7\xae\x72\x3f\xae\x32\x99\x51\xde\xba\x4a\x60\x5c\x45\x91\x5f\xfb\x81\x94\x55\x13\xa7\x61\xc0\xb8\x18\xe9\xb7\x0e\x15\x48\xe6\x9d\xb7\x0e\x15\x18\xfa\xc2\xad\xc7\xdc\x8f\x97\x4c\x59\x05\xd8\x9f\xa6\x4a\xe0\xf4\xf1\xb8\xa1\x4d\x18\x94\x99\xef\x6e\xc3\x20\x60\x5c\xac\xba\x6c\x3d\x26\x90\xb2\x2f\xe4\xba\xc5\xd6\x3a\x88\x1a\xb6\xd6\xb1\x9f\xc8\x28\x65\x1b\x61\x64\xb4\x71\xb5\x72\x8e\xb6\x06\xb3\xb1\x8e\x4c\x20\x71\xb4\x8e\x83\x29\x98\x8a\x3e\x9a\xc2\xd1\x14\x70\xdb\x47\x53\x38\x28\xb9\xa9\xe8\xa3\x92\x1f\x95\x9c\x40\xe2\xa8\xe4\x07\x25\xcf\xcd\x67\x85\x22\x3e\x1a\x81\xc4\x51\xc9\xcf\xe2\x17\x99\x24\x1c\xbd\x1c\x30\x2e\x02\x89\x63\xd4\x00\xa4\xcc\x04\xed\xb8\xd6\x00\x8c\xcb\x46\xe8\x0b\x0f\x8e\x2f\x93\xbe\x39\xeb\xf3\x78\x3a\x9a\x99\xca\x71\x11\xec\x10\x2d\x67\xfc\xfd\x31\x1e\x38\x4c\xbd\x2e\xc2\x8d\x63\x68\x7c\x50\xcc\x82\xbf\x3f\x2a\xe6\x51\x31\x21\x9d\x1d\x15\xf3\xa0\x72\x26\x86\x8f\x2a\x77\x18\x8a\x1d\xc0\x8e\xfa\x75\x50\x13\x13\xb8\x47\x35\x39\xaa\x89\xaf\xbd\x3f\xcf\x7a\x3e\x5a\x49\xff\x40\xae\xf8\xe8\x3d\x8f\xde\x13\x67\x73\xf4\x9e\x40\x32\xbf\x7b\x1c\x9d\x81\x71\x35\x45\xf6\xca\x13\x79\xa7\x82\xde\x1e\xe7\x6f\xc0\x90\x47\x76\x74\xbb\x40\x32\xbf\x7b\xd4\xc8\xa3\x46\x36\x6f\xf4\xd3\xa0\x91\x05\x37\x72\xd4\x48\x60\x5c\x04\xd3\xc7\xf0\x1d\x48\x25\x7b\xa3\x5d\x40\xf8\xee\x80\x7d\x54\xd2\x83\x46\x96\xc7\xa8\x97\x34\x66\x61\x5c\xfd\x42\x94\x14\xd1\xfa\xc7\x78\xd6\x0b\x17\x2e\x8c\xeb\x89\x6c\xd6\x8b\x19\xe3\x82\xed\x9c\xca\x63\x16\x4b\xb6\xb3\x30\xae\xc7\x55\x2e\xe9\xce\x42\x22\xa3\xbc\xa4\x3b\x0b\x83\x10\x61\x41\x7d\x7e\x80\x76\x55\x7f\xf1\x20\x62\xe2\x77\x75\x44\xb7\x4d\xbd\x69\x57\xa3\xf5\xb7\xed\x7a\x82\xf1\x71\x75\x1a\x41\x26\x52\x48\xe5\xe9\xe8\x05\x69\xfa\xfb\xf5\x72\xa4\x1f\xbc\x23\x36\xb0\x5e\x44\xbb\x65\xf0\xac\x65\x23\x88\x76\xaf\x49\xbb\xd0\xee\x05\x31\x3a\x95\x47\xe1\x97\xc4\x68\x61\x5c\x93\xc7\x87\xcf\x7a\x20\x95\x8f\xa8\x29\xa2\x5d\x93\x76\x85\xed\x22\xda\x2d\x4f\x6c\xb1\x5e\x61\xbb\x88\x76\xaf\x8f\xc8\x2e\x0c\xf9\xf3\xb4\x0b\x4f\x2c\x8c\x6b\xda\x88\x4f\xbb\x0e\x57\xd1\x39\xc4\x03\xc2\x48\xde\xb8\xed\x2f\xcc\xa2\xbe\x78\xfc\xf6\xf1\x98\x45\x7a\xd1\x13\xdb\x2f\x84\x59\xd4\x8b\xa6\x6e\xbf\x10\x21\x68\x7a\xf1\xb5\xb7\x8d\x20\x04\x25\x31\xbc\x24\x55\xaf\x17\x53\x4d\xc2\xa0\x05\x9b\xfa\x81\xca\x55\xb4\xeb\xd8\x13\x68\x21\x14\xc3\xf5\x3a\x3e\x1e\x2d\xac\x8f\x27\x5e\x12\xa1\xd7\xf5\xe8\x57\xaa\xcf\xc8\xb5\x2e\xf5\x0b\x3e\xf4\x48\x4f\x48\xb5\x20\x45\x3f\xc0\x0b\x3d\x23\xc4\x92\xf5\xbc\x2e\x3c\x5e\xba\x7c\xd6\x56\xc4\xe3\x1f\x87\xba\x2e\x95\xe9\x62\xb2\x96\x9e\x00\x67\x41\x51\x7e\x80\x8e\x6e\x3c\x9e\xb0\x71\x5d\xf7\xe3\xcb\xe0\x26\xae\xeb\xf6\xc6\x67\x44\x4e\xb5\xd1\x2e\x66\x66\xc2\x80\x9b\xb8\x2e\x66\x66\xeb\x62\x1a\x56\xb1\x8e\x6b\xd9\xd4\x07\x46\xca\x8a\xba\x22\x5a\xff\x84\xec\x0b\xba\xf3\x07\x46\xca\xbc\x10\xc3\xfa\xba\x16\xed\xea\x34\x62\xd9\x2e\x14\x33\xd9\x5f\x2a\x26\x1c\xe6\x44\xb6\x75\x5d\x2a\x26\x30\xd2\xe3\x27\x96\x7c\xe6\x75\xe1\x63\xc9\xa3\xae\x4b\xfd\xba\x98\x3a\xc1\x99\x5c\x17\x53\xa7\x75\x3d\xfa\x95\x2a\xba\x7a\xc5\xe7\xf1\xf4\x44\xa6\x11\x61\x4f\x3c\xa3\x7b\x6a\xe8\x97\x14\xe7\x05\xad\x79\xb0\xfd\x63\xc1\x6d\x7e\x60\x70\x15\xcf\x52\xe5\x2e\x55\xae\xd0\x13\xaa\x1c\x90\xda\x45\x17\xaa\x72\x97\x2a\xe7\xa7\x55\xe5\x60\x27\xa7\xe6\xa7\x3d\x76\x34\x4e\x34\xe1\x99\x64\x2a\x0b\x89\x0c\xe9\xba\x8e\xaf\x7d\x6c\x17\xef\xa8\x16\x5e\xac\x6e\x90\x21\x5d\xd7\xb1\x11\x84\xb3\x30\x3e\x97\xe4\x65\x21\x35\x3e\xad\xe4\x65\x21\x35\xbe\x63\xd2\x3d\x42\x58\x1e\xa9\x7a\xd5\x54\xc4\x0b\xd1\x13\x49\x2f\x97\x58\x92\x22\xe8\x5d\xb0\x96\x1f\x78\x3c\x40\xf3\x46\x3d\x53\x52\x31\x1f\x7f\xbf\x64\x2a\xaf\xf4\x84\x8a\xa9\x3d\x23\xea\x4a\x2c\x19\xac\x74\xd3\xd4\xe6\xb3\xb6\x22\x9a\xda\x7c\xd6\x51\xf4\xcc\x41\x52\xa7\x11\x04\x97\x42\x22\x93\xb9\xd2\xf2\x85\x58\x6b\x48\xf8\xfb\xa4\x46\x27\x42\x04\x32\x99\x2b\xe9\x1e\x21\x3f\x0f\x48\xa0\x2b\x2d\x9b\xba\x78\xc7\xcf\x8d\xbe\x23\x33\xff\x84\x8f\x4e\xe1\xe3\x83\xfe\xc2\xaf\xa6\xf0\xf1\x0c\xfe\x90\x40\x57\x62\xf0\x5f\x29\xf8\xc5\x91\x7e\x73\x28\x5e\x49\x55\x4e\x81\x7e\x0c\x1a\xa4\x5f\x04\x12\xf9\xca\x25\xa9\x7a\xc1\x87\x1e\x09\x85\x87\x14\xfd\x40\xe5\x2a\xfa\x4e\x25\x4d\x4c\xd3\xd3\xa4\xd9\x2a\x29\x90\x3a\xbe\x2c\xa9\xa4\x30\xa8\x47\xfa\xdc\x68\x0f\x3f\x90\xfa\xc5\xe3\x8f\x3d\xfc\xc0\x80\xd7\xb9\xdc\x02\x25\x24\x72\x9f\x2b\xe9\x17\x13\x1a\x99\x7d\xbc\x1a\x09\x24\x36\x0b\xad\xc4\xb0\xbe\x12\xae\x92\x58\x7d\x25\x5d\x25\xd4\xeb\xc4\xf6\x9d\x25\xf5\x5a\x18\xf9\x52\x94\x14\xd1\xfa\x27\xdc\x58\x32\xa8\x85\x41\x44\xbf\xb2\x1a\x99\x89\x17\xd9\x33\xb2\x20\x58\x7f\x60\x64\x4c\x4c\x9e\xf5\xca\x0c\xb2\xe4\x2b\x57\x76\x90\x05\x46\x7e\x26\xa4\x2b\xab\xca\x40\x6f\x8c\xf4\x52\xaf\x17\x0c\xea\x44\x0a\x73\xc9\xa0\x16\x46\xbe\x14\xd1\x85\x10\xa1\x13\x5b\x19\x96\x44\xe8\x05\xd3\x79\x30\xad\x58\x59\x5d\xcb\x8c\xce\x24\x27\x57\x76\x74\x06\x46\x66\x00\x92\x08\x2d\xa4\xde\x15\xf9\x8b\x84\xa3\x19\x6f\x20\x11\x7a\x65\x74\xad\xa3\xca\x59\x65\xca\x8c\xce\xd9\x5e\x75\x74\x86\xf5\x9c\x48\x3b\x2e\x59\xcf\xc2\xc8\x89\xce\x09\x7b\x95\x71\xb7\xe3\x76\xb3\xe3\x2e\x30\x98\xc8\xac\xec\xb8\x0b\x53\x39\x75\xb4\x50\xa6\xb2\x30\x72\xe2\xb5\xd5\x42\x08\xc7\x09\x0a\xfd\x92\x70\x2c\x8c\xec\x77\xdc\xbe\x10\x2a\x47\x26\x72\x49\x38\x16\x46\x7e\x66\xc5\x4b\xc2\xf1\x82\x3e\x9c\x20\xa1\xaf\xac\x13\xcc\xc7\x77\xe4\x3b\xaa\x5f\x99\x18\x71\xa8\x39\xc7\x77\x54\xe5\xf0\x78\x59\x95\x83\x64\x9c\x86\x1f\xed\xd8\x2e\x5c\x65\xce\x36\xc2\x76\xa1\x98\xd0\xa5\x97\x1c\xe4\x05\x0b\x38\x0d\xbe\x50\xb9\x3f\x22\x74\x95\x91\x0b\x76\xf0\x03\x8f\x3d\xc2\xbc\x5d\x85\xa5\x54\x61\x64\x46\xae\x62\x10\x57\x18\x51\x49\x3b\xae\xe2\x88\x0a\x0c\x78\xc3\x4b\x16\xef\x82\xb9\x9b\x06\x3e\xb6\x38\xa2\x02\x23\xfb\x78\x47\x54\xd8\xb6\x69\xe0\x2a\x8b\x5e\x0a\x18\x99\x70\xa3\xe8\xa5\x80\x04\x83\x71\x49\xc6\x5d\x45\x35\xc9\x8a\xfc\x45\xd4\x84\x64\xdb\x2a\xaa\x49\x51\x4d\x18\xb9\xe4\xe7\xae\xc2\xac\x05\x3e\xe1\x2a\xdb\xc7\xe3\x99\x98\x31\xae\xa2\x67\x2a\xa8\xc9\x18\xbc\x90\x6a\x52\x54\x13\xc6\xb7\xa2\x9a\x94\x67\x7c\x4c\x50\xe6\x16\xf4\xdd\x0f\x8c\x5c\xbc\x31\x14\xa1\x26\x84\xa0\xf2\x73\x57\x21\x3c\x83\x1b\xbd\x8a\x6e\x88\x8d\x97\x09\x3a\xd9\x2a\x0e\x9f\xc0\xc8\x85\xc7\xab\x39\x40\x82\x02\xb6\x8a\xce\x0a\x62\xef\x60\xda\xba\x24\xf6\x2e\x88\xbd\x09\xda\xd6\x92\xd8\xbb\x20\xf3\x8e\x4c\xac\x5f\xd4\x1c\x20\x41\xb5\x5a\x45\xcd\x01\x06\x93\xdb\x25\xd7\x77\xc1\xf5\x1d\xec\x08\x5d\x72\x7d\x17\xc4\xde\x04\xaf\x6a\xc9\xdc\x5d\xb0\x75\x07\xd4\xeb\x55\xf5\x72\xb0\x6d\xd3\x64\x58\x97\x6d\x2b\x0c\xe6\xbb\xab\xaa\x72\x95\x15\x1c\x28\x3e\xab\xea\xac\x80\x91\x9f\x99\xdd\x92\x93\x2b\x24\xc8\x3b\x4b\x4e\xee\x82\x80\x3b\x72\x53\xf4\xf9\x45\x5e\x1b\x9d\xa8\x2c\xea\x08\x03\x82\xf6\xaa\x0e\xd8\x40\x82\xbc\xb3\xa4\xe9\x0a\x23\x37\x6f\xa4\x27\x20\xe0\x26\x68\x39\x4b\x02\xae\x30\x32\x2e\xad\xea\xe5\x60\xdb\xa6\xe9\x6b\xab\x98\xc0\xc8\x0c\xc5\xb2\x6d\x57\x45\xe5\xa6\x4d\x55\xe5\xaa\x2a\x87\xe3\x93\x5a\xbb\xe0\xce\x26\x92\x75\x0b\x02\xed\x07\x46\xee\xbf\x3d\x2b\x5e\xd2\x6c\x57\x55\x8b\x06\x3f\xa5\x16\x55\xb5\x08\xb3\xa8\x6a\x11\xd4\xd8\x44\xfa\x78\x49\x8d\x5d\x30\x51\x33\x89\xce\xd5\x1c\x80\x60\xa5\x8e\x4c\x04\x21\x2b\x75\xc1\x31\xcd\x2f\x9c\x73\xf3\x6b\x35\x1d\x04\xf6\x24\xdf\x74\xb5\xe7\x3b\xe4\x57\x7e\x21\xba\x15\xf1\x1d\x88\x9c\x9b\xdf\xa1\x3d\x9d\x9e\xc9\x99\xad\x66\xa7\x37\xc7\xa4\xe1\x8d\x9f\x5f\x3c\x5c\x45\xbb\x0c\x9c\x80\x91\x89\x59\xdc\x7f\xbc\xe0\xab\x66\xb2\x61\xab\x19\xf7\x43\x54\x1d\x99\xa0\x44\xa2\xea\x6a\x8b\x76\x61\xe7\xcd\x28\x09\x0a\xea\xc8\x43\x91\x8d\x08\x9e\x85\xa5\x48\x2e\x15\x06\x2b\x30\xab\xf9\x4d\x61\x92\x66\x76\x4e\x2e\x99\xa4\xc2\xc8\x83\xa6\x3a\x89\x84\xd7\x99\x5f\x28\xbc\xbc\xce\x05\xaf\x73\xb0\x4e\xb3\xe4\x75\x2e\x88\x9b\xf9\x35\xbc\xca\xd7\x7e\x60\xe4\xc9\x3b\xea\x33\x80\xfc\xb2\x11\x0e\x2d\x4d\x37\x42\x94\x25\x89\x73\x35\xf6\x6f\xbf\x7c\xbc\x0a\xd0\x54\x80\xc9\xe3\x55\x00\xb8\x9c\xf9\xf5\xb9\xd1\xa6\xea\x46\x98\x61\xcb\xeb\x5c\x30\x36\x33\xc9\x81\x25\x63\x53\x18\x6c\x2c\x58\x4d\x9f\x01\x64\x96\xfd\x97\x24\xce\xd5\x1f\x9f\x91\x59\xe3\x5f\x5d\x9f\x01\x0c\x16\x9e\x96\xbc\x4e\x21\xb3\xc6\xbf\xba\x6e\x04\xaa\xe7\xc8\x4c\x77\xa4\x7a\x0a\x99\xcd\x94\x4b\xaa\xe7\xea\x3a\x1b\x26\xdd\x5d\x67\x03\xe4\xeb\xb2\x11\xb7\xa2\xa7\xa3\xcb\xa7\x5d\x4b\x51\x70\x55\x46\xb4\x15\x1d\xae\xa2\xa9\xa4\xb5\x17\x1c\xd1\x7c\x11\xf3\xc8\x11\x5d\x10\x42\x07\x3b\x25\x96\x84\xd0\x05\xfb\x33\x5f\xb8\x37\xd9\x9f\x0b\xc6\xe7\x60\x41\x6c\x75\xf5\xbe\x3f\xba\x9e\x59\x25\x5f\x5d\x67\xd3\x51\xf2\xf2\xa2\xf5\x2a\x39\x90\x59\xb3\x5e\x5d\x25\x07\x46\xf1\x85\x54\x72\x20\x5f\x0c\xd8\xdd\xd9\x01\x30\xca\xe5\x8d\x36\x75\xd1\xab\x0c\xc5\x92\x4b\x85\x51\x7c\x6d\x07\x6c\x20\xb3\xce\xbc\xba\x03\x36\x14\xd4\x51\x2e\x1f\xef\x0b\x3d\x46\x92\x59\x1b\x5e\xf2\x4d\x85\x51\x2e\x1f\xef\x0b\x2d\x14\xa0\x28\xf2\x85\x48\xb9\x14\xbb\x30\x7c\xa1\xc7\x86\x32\x6b\xb0\xab\x6b\x43\x3d\x6c\x17\x9d\xe3\xda\x0c\x90\x59\xd8\x5c\x12\x4a\x85\x51\x08\x5d\xba\x66\x05\x63\x34\xb3\x64\xb9\xba\xb3\x0b\x60\x14\x82\x4b\xd9\xa3\xab\x3f\xd1\x5f\x66\x85\x70\x75\xa3\x3f\xa8\xa2\x83\x7d\x22\x4b\xaa\xe8\x82\x0b\x9a\x59\x89\x5b\x5d\x13\x85\xf1\x39\x58\x47\x5c\x32\x3e\x57\x3f\xb4\x0b\xcf\xd4\x8d\xd8\x20\x6e\x8e\x92\x15\xd9\x5f\x07\x2d\x9c\x8a\x54\x80\x83\x16\xfa\x69\x8f\x5d\x88\x59\x91\xee\x5a\x5d\xb3\x02\x06\xab\x8d\xab\x6b\x56\x5d\xb3\xc2\xd2\x24\x81\xae\xa1\x59\x61\x43\x43\xb3\x02\x46\x41\x27\x86\x66\x05\x55\x34\xbb\x24\x25\x55\x74\x41\x15\x1d\x2c\x53\x2e\xa9\xa2\x6b\x3c\x7a\x9f\x5d\x20\x1a\xea\x3d\x30\x58\xa6\x5c\xc3\x01\x1b\xf6\x68\x76\x9d\x47\xf6\xa8\x30\xd8\xd2\xb2\x86\xa6\x00\x64\xf2\x64\x6b\x38\x04\x00\x83\xaa\x11\x6b\x38\x9d\x86\x04\x9a\x5d\xe7\x91\x04\xba\x60\x79\x0e\x97\x3c\x87\x5a\x08\x64\xd7\x53\x64\x7c\x0a\xa3\x14\x45\xb6\xfe\xd1\xc2\xec\x4a\xc9\x50\x0b\x81\xe1\xc2\xe8\xd0\x93\x03\x39\x31\xd2\x4b\x02\x15\x46\x41\x57\x25\x81\xae\xf1\xc4\x9b\xd9\xd5\x8d\x61\xbc\x09\x0c\x97\x4f\xe5\x85\x2e\x48\xa0\x39\x95\xdf\x66\x50\x2f\x39\xa2\xc2\x60\x57\xcf\x1a\xc6\x9e\x03\xbd\x4d\xd5\x9f\xb2\x8d\xea\x2d\x66\x31\xd4\x5b\xe8\x9d\xd9\xd5\x89\x61\x08\x09\x8c\x42\x8c\x37\x9c\x7c\x0c\x86\x03\x52\x5f\x6b\x38\x1c\xc0\xfe\x1c\x85\x35\x0c\xd9\x9f\x0b\xaa\x67\x26\xf5\xb5\xa4\x7a\xae\xa1\xde\x56\xba\x53\xbd\x05\x72\x1a\x8a\x6c\x2a\x93\x8f\x42\xd8\x37\x54\x65\x20\xa7\xa1\x68\x29\xc2\x1b\x60\x88\x43\x55\x86\x23\x9a\x49\x90\x2d\x39\xa2\xc2\x60\x4f\xd2\x9a\xce\x8a\xa9\xee\x91\x13\xe3\xdb\xd4\xf7\x03\xa3\x30\xa2\x4e\xd7\x14\x81\xec\x62\xc0\x54\x95\xa7\xaa\xcc\x3a\xb3\xe4\xd2\x35\xdf\xb4\x6b\xfa\xf8\xa5\x88\x76\xb1\x80\x38\x8d\x66\x20\x97\xe6\x8c\xa3\x97\x5c\x2a\x8c\xc2\xe8\x2c\xb9\x74\xc1\x24\xcd\x19\x17\x2e\x93\x54\x18\x05\x37\x22\x93\x74\xcd\x47\xbb\x73\x66\xad\x61\xaa\xdd\xb0\x47\x47\x21\xc6\x9b\x86\xa3\x73\xf1\x8b\x4c\xcd\xa7\x2e\x7c\xea\xaf\x59\x52\x9a\xda\x00\x90\x9d\xc9\xce\xe5\x2f\x2e\x7f\x91\x9e\xd0\x85\xcf\xc7\x06\xb2\x73\xd4\xa9\x0d\x00\xa3\x10\x8e\xce\xf5\xf9\xc5\xc7\xff\x38\x63\x94\x82\x2a\x8c\xd2\x15\xd9\x39\x18\x8f\x33\xc6\xa9\xf1\x4c\x8d\x87\x70\x74\x6a\x3c\xf3\xf1\xd1\xd9\x89\xdf\x74\x6a\x3e\xf5\xd7\xa8\xdc\xd4\x5f\xc3\x37\xcd\x4e\xb0\xe4\x9b\x0a\xa3\x10\x6f\xca\x37\x15\xb2\x53\x14\xf9\xa6\xc2\x28\xdd\xc7\xa3\xf7\x90\x4b\x73\xae\x34\x42\x7f\x0d\x8c\xc2\xb2\xac\xe4\x52\x21\x3b\x45\x91\x5c\x2a\x0c\x76\xa0\x2d\xc9\xa5\x42\xce\x55\x91\xad\xdf\xb6\x1e\x35\x71\xfe\x06\xc7\x34\x67\x55\xce\x00\x1a\x18\xa5\x2b\xb2\xa3\x9f\x21\x20\x67\x95\xc9\x58\x0c\x18\x66\x28\x64\x92\x2e\x68\xa3\xd9\xd9\x81\xb4\xd1\x35\x09\xbc\xd8\xf3\xb6\xa6\x81\x17\x90\x0d\xc6\x65\x92\x0a\xa3\x10\xfd\x4d\x4d\x14\xc8\xd9\xd7\x36\x3c\x83\x49\x3a\xca\xf0\x46\xbf\xf6\xa1\x57\x6d\xaa\x83\x06\x30\x0a\x26\x2a\x09\x74\xbd\xdf\xe8\x17\x37\xbe\x1d\x21\xe0\x85\x0e\x76\xd9\x2d\x79\xa1\x42\xce\x8c\x5c\xf2\x42\x85\x51\x3e\xa2\xa9\x68\x72\x55\x42\xf4\x56\x84\x7e\x61\xc8\x52\x45\xd7\x5b\x4b\xc3\x6a\xdf\x5a\xda\x5b\x4b\x63\xc8\x7b\x6b\x69\x6f\x2c\xcd\xf0\xec\xad\xa5\xbd\x99\x4a\x14\x42\xd0\xb7\xe3\x08\x1c\xd3\x5c\x58\x3c\x91\x63\x2a\x0c\x76\xff\xad\xb7\x53\x09\x38\xa6\xd9\x60\x49\x8e\xa9\x30\xcc\xe8\xbc\x1d\x5a\xde\x8f\xc1\x64\x07\xff\xb7\x06\x03\x8c\xc2\x58\xf9\xd6\x60\xde\x58\x47\xc1\xd2\xde\x5a\xc7\x9b\x85\x2b\xf3\x3e\x6f\xc7\x11\xf8\xaa\xd9\xc1\x5f\xbe\xea\x7a\xb3\xc6\x5f\x71\x30\x6f\x0d\x06\xbe\x6a\x2e\x0c\x53\xf2\x55\x85\xc1\x16\xc4\xf5\x76\x54\x78\x63\x1d\x85\x61\xea\xad\x75\x00\xc3\x1c\xd2\x3b\x3e\xbf\x78\xb8\x8a\x67\xb9\xbc\x05\x8c\x6a\xe7\x68\x30\xd0\x61\xb3\x83\x8e\x74\x58\x61\x54\x5c\x9a\x74\xd8\x05\xf7\x35\x17\x2c\x4d\xee\xeb\x7a\x3f\xa1\xcf\x30\x1f\xf5\x76\xd9\x1f\x56\x6b\xd6\x6d\xcb\x6a\x5d\x6f\xd6\x4a\x2b\x8e\xef\xad\xfa\x02\x59\x67\xf5\x56\x7d\x81\x51\x89\x1a\xe4\xbe\x2e\xf8\xae\x59\x37\xf4\x56\x7d\x81\xc1\xd6\xc8\xf5\x3e\x9f\x5f\xa4\xef\xb1\x8e\xb7\xc3\x09\x30\xea\xa5\xc8\xce\x61\x84\x79\xcc\xfd\x37\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xfb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x5d\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x72\x47\xa3\x43\x27\x1a\x6a\xa1\x9d\xa3\x16\xc6\xa3\x4c\x99\xfd\x99\x2b\x54\x26\x60\x54\x16\x46\xc3\x70\x03\x0a\x6b\x36\x47\x29\x85\x55\x18\x92\x18\x42\xfd\x0a\xfc\x2a\x85\xfa\x56\xe8\x57\x43\xcd\x19\xe5\xb7\x87\xe2\x50\xb1\x80\xdc\xf1\xb1\xe1\x2a\x77\xe8\x76\x09\x5a\x43\xb7\x1b\x87\x2e\xc0\xc7\x86\x0b\x9b\xc0\xa8\x43\x91\x5d\x80\xab\xa4\x70\xdc\x8a\xf3\xb9\x11\x67\x33\x14\x4d\x45\xcf\x07\xa4\x8c\xdb\x92\x07\xbb\xe0\xbe\x66\x76\x61\xae\x6d\x4c\x2c\xe9\xb5\xa2\x0c\x92\x5e\x85\x6c\xa2\x73\x1b\x35\x6c\xa3\x06\xdc\x9b\x3c\xd8\x05\xe9\x35\xb3\x0b\x73\x49\x7a\x5d\xd2\x59\x2b\x61\xb2\x74\xd6\xb5\x59\x6e\xe9\xa8\xdf\x76\xb9\x45\x3a\xab\x4e\x50\x3a\xab\x90\x3b\xca\xb0\xd5\xee\xad\x76\x13\xc7\x6e\xb5\x7b\xb3\xa6\xd8\xf9\xcc\x5b\x25\x05\x46\x9d\x8a\xfc\x45\xbc\x67\xf7\x85\x54\x52\xe9\xac\xd2\x44\xa4\xb3\xae\x8d\xde\x76\x9b\xaa\xde\x6e\x22\x67\xb6\xdb\xaf\xad\x92\x02\xb9\xdb\x08\x95\x14\x18\x0d\x55\x96\x07\x2b\xe4\xf1\x79\xbc\x3d\x41\x7c\xad\x73\xde\xc6\xd7\x1b\x4f\x4c\xad\xb0\xb5\xf5\xc4\x9b\x8c\x1f\xdb\xa7\xd6\x56\xe1\xf7\xa3\xbe\x99\x3a\x5a\x6b\xbb\xe8\x07\x1d\x76\xb4\x8f\xc8\x67\xe1\x3d\xa9\x1e\xb5\xb6\xde\x13\x18\x8d\xd8\x53\xb6\xac\x90\xcd\x7d\xca\x96\x5d\xfb\x51\xf8\xd1\x88\x3d\xb7\x0a\x0f\x5f\x35\x53\xf1\x69\x6d\x87\x75\x60\x34\x62\xc4\xed\x52\x3d\x90\xa9\x73\xb4\xb6\x6b\x33\xc0\x70\x68\x91\xe1\xba\x36\x6b\x33\xe6\x51\xb7\x83\x3f\x30\x28\x29\xb0\xb6\x1a\x0d\x64\xea\x09\xad\xad\x46\x03\xc3\x01\x68\x1b\x72\xc3\x5d\xcd\xd4\x13\x5a\x72\x57\x17\xdc\xd5\xd1\x88\x11\xe5\xae\x2e\xc8\xa5\x99\x9a\x38\x4b\x72\xa9\x30\x24\xdf\x1c\x07\x6c\x20\x53\x2f\x66\x1d\xb5\x10\x18\x8d\x20\xee\x38\x59\x3b\x68\x21\x95\x60\xd6\x51\x0b\x81\x21\x45\xe7\xa8\x85\x07\x1f\x4b\x25\x98\x75\xf4\xb1\x87\x91\xbe\x11\x23\x1e\x47\x7a\x20\x8f\xee\x2f\xbe\x15\xf1\x1d\x19\x18\x8f\x53\xba\x83\x46\xb3\x51\x71\x1d\x35\x1a\x18\x0d\x97\x74\xd4\x68\x20\x53\x5e\x65\x1d\x3d\xf1\x81\x30\xd3\x88\x37\x8f\x4b\xe2\x70\x6a\x33\xdb\x19\x97\x9c\x5a\x61\x48\x1d\x92\x53\x2b\x64\xb6\x33\x2e\x39\xb5\xc2\x70\x90\x95\x53\xbb\x8e\x1a\xcd\xb4\xf5\xa8\xd1\x87\xf5\x94\x96\x15\x2d\x45\xb4\x7e\xfa\x8b\xb6\x9e\xd8\x82\x62\xb7\x4b\xe6\xad\x90\x29\x2a\xb2\x8e\xb1\x05\x30\x1a\x6a\x22\x19\x77\x41\xc0\xcd\x94\x0b\x59\x47\xaf\x0e\x19\x77\x38\x60\x4b\xc6\x15\x32\xa5\x34\x96\x64\x5c\x61\x34\xd4\xe4\x68\x1d\x40\x36\xbf\x7b\xb4\x8e\xa3\x75\xb0\x94\x7a\xb4\x8e\x43\x4c\x3d\x2f\x45\x36\x55\xeb\x20\x46\x3c\x5a\x07\x5c\xdf\xcc\x96\xcd\x25\xd7\x57\x18\x8d\x18\xf1\x18\x5b\x1c\x9c\xfb\xc4\xd2\x8e\xce\x1d\x18\x54\x88\x58\x47\xe7\x0e\xfd\x37\x53\xb2\x62\x49\xff\x15\x46\xc3\x93\xcb\xef\x15\xf2\xf4\xd3\x6a\x7c\xc0\x68\x04\xe3\xf2\x7b\x85\xcc\x26\xd1\x25\xbf\x57\x18\xad\x2a\xf2\x85\x98\xc9\x4e\x3f\xad\x66\x05\x0c\xf9\x5e\xf2\x7b\x17\x34\xdd\x3c\xed\x68\xc7\x0e\x69\xba\xad\x7a\xa3\xed\x62\xd5\x65\xda\x85\x4e\x48\x8f\xf6\xf8\x18\x5f\xc8\xdc\x0d\x78\xb8\x99\x0d\xa7\xf1\x62\x7d\x53\x18\xed\x89\x5d\xe3\xc5\x08\x13\x30\x6c\x33\xe5\x0d\xc2\xea\xc2\xf1\xd2\x6a\x9f\xd8\x35\x64\xdb\x06\x0c\xdb\x3c\x9f\xf8\x29\xa0\xd9\x3e\x60\xeb\x79\xfc\xed\xe3\xb1\xb4\xd9\xc6\x6f\x0e\xc5\x61\x41\xe2\x78\xb1\x90\x02\x4d\x2d\x5e\xc4\x3f\xf1\xc2\xc4\xd8\xfc\x1e\xd4\x2b\xfe\xc0\x80\xa6\x16\xd6\x2d\x0e\x68\xba\x99\x0d\xeb\xf1\x5a\xbe\x89\x83\x46\xa3\x0b\xb0\xa7\x78\xb1\x18\xc9\x66\xee\x80\xd1\xfb\x81\x01\x99\x2d\x24\xf6\xc6\x4b\xc5\x9a\x34\x62\xfb\x72\x2a\x56\xe3\x46\x14\x2b\xa8\x37\x5c\xd8\x8f\x1a\xd6\x1b\x16\x46\x7b\xc6\xdd\x78\x6d\x1b\xf1\x68\x51\x61\xa7\x69\xc8\x96\x15\x06\x35\xa6\xc3\xaa\xc4\x42\x61\x2b\x68\x48\xa0\x15\x46\x6b\xbc\x10\x5a\x14\x30\x64\xcb\x2b\xd1\xd4\xe3\x0b\xb1\x04\x47\xb9\x90\xb0\x6c\x70\x40\x9a\x2d\xec\xd5\x8c\xd7\xf1\xf1\x2c\x89\xc3\xbe\x8a\xd7\xf1\xf1\x8f\x7e\x14\xb2\xd3\x21\xa7\x36\x2e\x26\x6b\xed\x09\x34\x03\x7e\xed\x07\x0a\xd9\xe9\x90\x66\x2b\x8c\xf6\x84\x90\x61\x09\xe2\x80\x6d\x5b\x5e\x45\x51\x57\x84\x89\x3d\x51\x43\x58\x82\x38\xa8\x37\x5c\xd8\x00\x19\xd6\x1b\x16\x46\x7b\x3c\x71\x58\x6f\x38\x20\xe3\x16\x32\xdd\x21\x19\x37\x28\x41\x3c\x88\xaf\xc3\x12\xc4\x41\x8d\xe1\x42\xa6\x3b\x2e\x75\x8d\x82\xc2\x83\x32\x26\x01\x7d\xf7\x03\x85\x6d\x7f\x21\x8b\x57\x18\x44\xe1\x61\xbd\x61\xa1\xb0\xa1\x2f\xae\xdb\x76\x11\x72\x53\xec\x24\xe4\xfa\x06\x94\xdd\xc2\x86\xbe\x90\xb2\x1b\x97\xe1\xc6\xa0\xf5\xcb\xc7\x2f\x9e\x65\x23\xd4\xaf\x4b\xfd\x42\x99\x2e\xf5\x0b\x7e\x6e\x79\xd9\x08\xc2\x8d\xa0\x38\xf1\x80\x9b\x18\x54\x28\x7e\x80\x77\x1c\xbc\x63\xf8\x8e\x04\xd3\xc4\xfd\x71\x85\x1d\x1d\x3c\x6b\xd2\xd4\xf0\x59\x2c\xd4\xb5\x8f\xc8\x2e\x7c\x3c\x66\xb9\x5e\xdc\xb8\xfd\xda\x6a\xf4\xe4\xb5\xd5\x68\x6a\x0c\x17\xd2\xda\x01\x31\xf7\x01\xfa\x6b\xd2\x88\x6d\x7f\x3d\xea\x5b\xd8\x6e\x16\x97\xea\x2b\x19\xb7\xbf\x78\x47\xd5\x17\x28\x6c\x24\x0b\xeb\x0d\x07\x35\x86\x47\x7f\xf1\x8e\xc7\x77\x3c\xb4\x2b\x71\xe3\xb1\x5d\x04\x25\xdd\xa6\x1e\xbf\xf6\xe3\x2a\x0b\x69\xed\x90\xc5\x2b\x0c\xe6\x23\x21\x8b\x37\x60\xee\x96\x2b\xf1\xda\x5a\x07\x2c\xde\xd1\x5f\x8a\x6c\x3d\x7a\xcf\x86\xad\x90\xb2\x2b\x14\xb2\xd3\x21\x65\x57\x18\xfd\x89\xeb\x22\x69\x0a\xe9\xd1\xfb\xc2\x5e\xa9\x48\xea\x3d\x30\xa0\x77\x86\x85\x8a\x03\xae\x6f\x61\x7f\x53\xc8\xf5\x15\x46\xbf\x14\xbd\x15\xd1\x88\x67\x30\x8b\xa4\x92\x03\x03\x12\x68\x24\xc2\xa0\x48\x8f\xae\x17\x36\xfa\x04\xec\xe0\x0f\x8c\xfe\xc4\x88\x21\x49\x58\x28\x64\xa7\xc3\x0a\xc7\x41\x55\xe3\xd1\xf1\x4c\x70\x88\x1f\x58\x5c\x45\xeb\xd5\x68\x49\xc2\x4c\xd6\x42\x92\xb0\x50\xd8\x99\x12\x92\x84\x85\x01\xed\x34\x24\x09\x07\x2c\xe0\xc2\x9e\x93\x48\xcb\x76\x2d\xdb\xc5\xe3\x97\xed\x5a\xb4\xab\xd3\xfa\x65\xbb\x96\xfd\x45\xaf\x6a\x43\x40\x61\x07\x48\x58\x40\x59\x18\x4c\x0f\x43\x2a\x71\x50\x47\xb9\xb0\xb7\x23\xd2\xb2\x5d\x18\x0c\xc5\xec\x23\x69\x30\x90\x84\x0b\x45\x93\x43\x16\xb0\x30\xa0\xc3\x46\x0a\x7f\xf1\x89\x53\xca\x85\x59\xa5\xf0\x73\x10\xa7\x50\x0a\x28\x12\x71\x4a\x40\x06\x2e\xec\xed\x08\x2b\x24\x07\xc4\xe0\x41\x3d\xfb\x90\x18\x1c\x09\x83\x49\x68\x61\xd2\x60\x12\xce\x9d\x5a\xf5\x91\xb4\x0e\x88\xc1\x25\xa9\x00\xdb\xd6\x6b\x0a\x99\x77\xd4\x14\x80\x92\x30\x2b\x89\xc1\xc2\xe8\xea\xaa\xa6\x90\x1e\xbd\x2f\xc9\xcf\xa1\xde\xcb\x15\xa6\xbe\x7c\xc8\x15\x0e\xf8\xc1\x25\xd9\x39\xc7\x76\x31\x09\xed\xf9\xb7\x69\x5b\x91\x8e\x7a\xfb\x18\x4c\x49\xbe\xef\xb1\x57\x20\x0e\x50\x6b\x3e\x92\x43\x0b\x25\x9f\x0b\x7b\x48\x03\xf2\xf1\x07\x06\xd3\xe9\x90\x83\x1c\xf0\x8e\x4b\xe2\x7d\x2d\xff\x1c\xb0\x8b\x07\xec\xe2\x90\x5d\x2c\x14\x98\xff\x21\xbb\x58\x18\x90\x84\xc3\x2a\xce\x91\x6f\x3a\x8a\x31\x29\xdf\x3e\x9e\x11\xa2\x3f\x01\x5d\x64\x47\x08\x38\xc8\x25\x7d\x44\x45\x11\x66\x41\xfc\x93\x35\x0b\xa0\x50\x9f\x39\xb2\x83\x06\x30\x3a\x56\x67\xf9\xe7\xa0\xe4\x73\x49\xd5\x5f\xbc\x15\xd1\x13\x9f\x1b\xe9\x09\x98\xca\x25\x55\x7e\x51\x85\xcf\x2a\x3c\x83\x99\x25\x9b\x85\x02\x81\x3f\x2c\xd9\x2c\x8c\xee\xe3\x55\xf8\xfc\x0c\x27\x85\x9d\xa6\x91\x09\xf2\x43\x3e\x73\xc7\xce\xe5\x33\x07\x4c\xe5\x92\x18\xb0\x65\x2a\x0b\x83\x6a\xed\x91\x55\x78\x8a\x26\x17\xaa\x25\x47\x76\x38\x90\x83\x4c\xb5\xf6\x90\x83\x1c\xd4\x54\x2e\x54\x38\x0e\x6b\x2a\x0b\xa3\x13\x8b\x59\x53\x39\xa0\x25\x17\xf6\x90\x86\xb4\x64\x61\x74\x22\x41\x6b\x2a\x07\xd5\x92\x4b\x7e\xf1\xb5\x8d\x79\xb2\x23\x04\x11\x9b\xe4\xe5\x80\xb0\x5c\x32\xce\xd9\x6a\xc9\xc2\x60\x75\x23\x24\x2f\x07\x45\x8f\x4b\xc6\x13\x5b\xf4\x58\x18\x94\x79\x0f\xc9\xcb\x01\x15\xb9\xc0\x4b\x0f\x8b\x1e\x0b\xa3\xdb\xd1\xc6\x3c\x40\x81\xc6\x1d\xd2\x92\x85\x41\x99\xf7\x90\x96\x1c\x94\x43\x2e\x24\xbf\xa3\x18\xf3\x00\x83\x32\xef\x61\x69\x64\xa1\x40\xaa\x8e\xa2\xef\x2f\x2c\x63\x43\x2f\x8f\xa2\xef\xa7\x0e\x72\xc9\xd8\xa6\x75\x90\x03\x5a\xf3\x60\xd5\x25\x2c\x7a\x1c\x14\x3d\x2e\x19\xbd\xb7\xe8\x71\x48\x71\x66\xd5\x25\xa4\x38\x0b\x05\x16\x6f\x58\x07\x59\x18\xac\xba\x84\x75\x90\xa3\xdc\xf4\x04\x4a\x5e\x54\x4c\x60\x40\x55\x8f\xa2\xef\x07\x0a\x69\xed\x28\xfa\xfe\xa2\xa3\x1f\xcf\xd7\xb6\x5a\x72\x50\x0e\xb9\x90\xd6\x8e\xa2\x57\x07\x06\x84\xf6\x28\x2a\x39\x50\xd8\x56\x1a\x52\xaf\xa3\xa8\xd1\x83\x2e\x54\xa3\x81\x02\xcd\x36\xa4\x5e\x0b\x83\x32\x5d\x21\xf5\x5a\x28\x10\x68\xc3\x02\xca\x41\x69\xe4\xd1\x07\x3d\xa1\xef\x87\x7a\x5d\xb2\x1d\x1d\x76\x21\xe9\x9b\x4e\x94\x45\x4d\xe4\x07\xe8\x2f\x06\x0d\x68\xd8\x1f\x18\xac\x2c\x85\x6c\xec\xa0\x0e\x72\xc9\x76\x4e\xd8\x5f\x5a\xc7\xa4\xa9\x5a\x07\x0c\xec\x02\x8d\x32\x8a\xa6\x00\x0c\xd6\x9f\x42\x36\xb6\x50\xb2\x8f\xd7\x3a\x8a\xd6\x41\xfc\x54\xb4\x0e\x18\xd8\x05\x52\x63\x58\x40\x59\x18\xac\x52\x85\x05\x94\x85\x02\x07\x30\x24\x68\x87\xd4\x6b\xea\xde\x87\xd4\xeb\x80\x67\x5d\x0a\x11\x9b\x3c\x6b\x61\x40\xed\x8f\x62\xcc\x03\xa9\xba\xc0\xb5\x0b\x49\xd5\xc2\xa0\xc8\x58\x48\xaa\x0e\x49\xd5\x14\x93\x0f\x49\xd5\x41\xed\xe3\x02\xcd\x2d\xac\x7d\x2c\x0c\xca\xc4\x87\xa4\x6a\xa1\xb0\x79\x35\xaa\x81\x3d\x30\x28\x13\x1f\x56\x48\x0e\xca\x21\x97\x92\x26\xa2\xad\x88\x46\x10\xf3\x54\xad\x03\x82\x76\x81\x9a\x16\x12\xb4\x85\x41\x99\xf8\x90\xa0\x1d\x10\xb4\x0b\xdc\xb1\x90\xa0\x1d\x94\x40\x1e\x94\x89\x8f\xaa\x29\x40\xbd\x2e\xa5\xf8\x2c\xdb\x75\xdb\x2e\xde\x51\xeb\x00\x0a\x1c\xad\x90\x7a\x2d\x0c\xf6\x2a\x84\xd4\xeb\xa8\x37\x9f\x83\xe1\xa4\x6a\x1d\xc0\x18\x76\xce\xb2\xa9\x0c\x01\x50\xa2\xa2\x6a\x1d\xc0\xa0\x00\x7c\x58\x6d\x59\x28\xa5\xd6\xdf\x1e\x8a\x2d\xc6\x2c\x0c\xea\xc3\x47\xd5\x9e\x2a\x23\x04\x2c\xa7\xa8\x1a\x0f\xf4\xf0\xc1\x6a\x61\x48\x0f\x17\x0a\x35\x95\x43\x7a\xb8\x30\x06\x93\xc8\xea\xe4\x03\x7a\x78\x81\x73\x14\xd2\xc3\x85\x41\x7d\xf8\xa8\x0e\x2d\xd4\x67\x2e\x70\x7b\xc2\xfa\xcc\x51\x99\x69\x0c\xbf\xbc\x43\x0b\x50\x60\xa1\x84\x25\x9b\x85\x31\xfc\xf2\xda\x13\x50\x0a\xf3\x24\xd9\xe7\xc2\xa0\x8a\x7c\xc8\x3e\x8f\xba\x79\x47\xdc\x48\x75\xf2\x41\xc9\xe6\x41\x15\xf9\xb0\x64\x73\x50\xa6\xb9\xc0\xd0\x88\xaa\xf1\x00\x83\x52\x75\x51\x35\x9e\x7a\xf8\x45\x46\xae\x6a\x2c\x05\x2f\x7d\x0c\xb5\xc8\xa1\xc5\x73\xa5\x2a\x26\x56\x9d\x43\x00\xb5\xa9\xca\xc6\x52\x50\xd5\x0b\x4c\x88\x90\xaa\x1e\x54\x6e\x1e\xac\xae\x46\x73\x84\x80\xaa\x5e\xc8\xd3\x87\x54\xf5\xa0\x80\xf2\x60\x75\x35\x2c\xa0\x1c\x54\x4b\x2e\x64\xa7\xc3\x6a\xc9\xc2\x60\x75\x35\x24\xb4\x07\xec\xf5\x42\x46\x39\x64\xaf\x0b\x83\x6a\xed\x21\x7b\x5d\x28\x35\x4f\x44\xa1\x88\xaf\x8d\x76\x4b\x68\x17\x4a\xfd\x34\xc2\x76\xa9\xca\x0c\x2d\xb2\xd7\x03\xc6\x7a\xa9\x3e\x5e\xdf\x2f\x7b\x9d\x3a\xec\x21\x7b\x3d\x1a\x5a\x58\x3f\xa2\xb7\xa2\x37\x57\xd1\x08\x5d\x38\x65\x96\x0b\x79\xd4\xb0\xcc\xb2\x30\xa8\xaa\x1e\x72\xdc\x03\x8e\x7b\x21\xf7\x19\x72\xdc\x85\x41\xd1\xbe\x90\xe3\x2e\x14\xb2\x87\x61\x4d\xe5\x90\xe3\x3e\x18\xcc\xe4\xb8\x07\xd5\x92\x4b\x6d\x3e\xcb\x76\x11\xe4\x53\x7b\x3d\xac\x96\x1c\x8d\xc8\xa8\xa2\xd1\x4d\xf5\x05\x06\xa5\xfd\xa2\xa9\xbe\x40\x21\xb3\x16\x16\x50\x16\xc6\xb0\xa9\xaa\x6f\x63\x35\x88\x9c\x59\x34\x87\x03\x60\xb0\xdb\x28\x9a\xc3\x01\x50\x2a\x83\x6c\x73\x38\xa0\xf2\xf2\x18\xc4\x62\x56\x5e\x0e\x0a\x28\x17\xd2\xda\x61\x01\xe5\x90\x7b\xcf\x9e\xa4\x90\x7b\x1f\x10\xed\x0b\x79\x9f\x90\x68\x2f\x8c\x61\xe7\x1c\xbb\x90\x09\x43\xc5\x3a\x24\xda\x07\x05\x94\x07\x25\x07\xc3\x02\xca\x41\x39\xe4\x42\x46\x27\x9a\xf1\x53\x73\x84\x20\xca\x92\x42\x1f\xf0\xe5\x4b\x7b\x29\x2a\x8a\xd0\x09\x22\x23\xf9\xf2\x01\x39\xbe\x34\x46\x08\xc9\xf1\x01\x13\x7e\xb0\x7a\x1f\x32\xe1\x85\x42\x86\x22\x64\xc2\x0b\x83\xd5\xfb\xe8\xce\x08\x80\x42\xee\x21\x24\xc7\x47\x77\x38\x20\xe8\xed\x0e\x07\x40\x21\x13\x10\x92\xe3\xa3\x6b\x43\xac\x2c\x75\x6d\x08\x28\xac\xf1\x87\x7c\x79\x61\xb0\xc6\x1f\xdd\x28\x0b\x28\xac\xde\x87\x35\x95\x03\xbe\xfc\x18\x7c\x34\xf9\xf2\x01\x55\xbd\x50\x1a\x39\xa4\xaa\x0b\x83\xdd\x59\xd1\xf5\xd1\x30\xd6\x0b\x6b\xd6\x61\xb5\x64\x61\x90\x09\x88\xae\x75\x40\x3c\x2f\xac\x33\x47\x57\xa3\x25\xa1\x53\x1c\x3d\x24\xa1\x47\x7f\xd4\xb7\x34\xd4\xa4\xc7\xe7\x46\xbe\xd0\x50\x84\xfa\x52\x57\xb8\xb8\xb4\xd8\xd5\x2f\x60\x90\x2f\x88\xee\x1c\x15\x28\x2e\xce\x59\x76\x38\x60\x99\x0f\xca\x9e\x87\x65\x87\x03\xfe\x78\x61\x67\x6e\x48\xf6\x0e\x28\xd2\xa5\xcd\xe7\x85\x2c\x90\x2b\x0c\x36\x92\x85\x07\xe6\x05\x0c\xea\xe2\xb4\x55\x06\xb5\x30\x48\x47\x84\x0c\x6a\xa1\x38\x97\x94\x41\x2d\x8c\x81\x16\x5a\x33\x37\xc6\xd3\x47\xc5\x59\xe2\x70\x4c\x93\x54\x4d\xbd\xf4\x90\x54\x1d\x30\xa8\x4b\x67\x31\x53\x06\x75\xc0\xa0\x1e\x6c\x5d\x0b\x19\xd4\x42\xe1\x14\xb1\x90\x41\x2d\x8c\xf9\xfa\x07\x66\xc5\x43\xff\x03\xe7\xba\x38\x21\x95\x54\x2d\x0c\xf6\xbf\x85\xa4\x6a\xa1\x38\x3d\xb4\x16\x6f\x0c\xd2\x1c\x94\x40\x8f\xe1\xf0\x09\x5d\xba\x38\xa5\x93\x2e\x2d\x0c\x4a\xa0\xc7\xd0\xa8\x29\x90\x5b\x3a\x0b\xae\xc3\xf9\x3d\xac\xe9\xc1\x5e\xba\xb0\x32\x6e\x40\x71\x2e\x1c\xe9\x14\x52\x9c\x03\xc2\x71\x21\xdb\x1a\x12\x8e\x85\x41\x92\x26\xac\x79\x2b\x14\x72\x9f\x61\xcd\x5b\x61\x4c\x86\xbc\xe9\x5a\x14\x50\x38\x01\x29\x64\x2a\x07\xb4\xe4\x41\x2a\x27\xa4\x25\x07\x15\x68\x8b\x21\xa4\x15\x68\x85\x41\x55\xf4\x98\x7e\x79\xb8\xbe\x85\x53\x65\x42\xae\x6f\x50\x6e\x76\xb0\x7b\x2f\x2c\x37\x1b\x50\x76\x8b\x23\xaa\x94\x5d\x61\x90\xca\x09\x29\xbb\x01\x3f\xb7\x38\x8e\xc8\xcf\x15\x06\xf5\xce\x43\x7e\x6e\x40\xc6\x2d\x64\x22\x43\x32\xae\x30\xa8\x77\x1e\x92\x71\x85\xa2\x57\x97\x8c\x2b\x0c\xf6\x0b\x86\xc5\x5f\x63\xb2\xfc\xa9\xbf\x9e\x2e\xf0\x00\x83\xaa\xe8\x61\xf1\xd7\x80\x6d\x5b\x06\x13\x99\x69\x6c\x01\xcd\x76\x90\x62\x0a\x69\xb6\x01\x35\xb6\xe8\xcb\xa4\xc6\x06\x74\xd8\x42\x42\x31\xde\x3a\x54\x58\x96\x83\x1a\xe7\x21\xcb\x32\x20\x48\x16\x2a\x68\xc7\xdb\xc8\x48\xb2\xa4\xa9\x0d\xc9\x92\x01\x0d\xb2\x50\x37\x3a\xa4\x41\x0a\x83\x3a\xb5\x21\x0d\x52\x28\x94\x46\x0e\x4b\x80\x0a\x83\xba\x9a\x21\x33\x32\xe0\x3c\x16\x8a\x1e\x87\x9c\x47\x61\x4c\xf4\x4b\x52\x63\xdc\xac\xf3\x50\x82\x38\x6e\xe7\x10\xc0\xa0\xfa\x66\x58\x3b\x34\x28\x14\x5a\xd8\x55\x18\x16\x0a\x15\x86\x29\x17\xd9\x90\x01\x03\xb2\x50\xea\x37\x2c\x14\x1a\x16\x0a\xa5\x32\x6e\xc8\x86\x0c\xaa\x6f\x16\x5f\xc8\xea\x9b\xc2\x98\xf8\xb2\xdb\xc8\x08\xa8\x14\x69\x8d\x5b\x17\x0e\x8c\x89\x2f\xbb\x8d\x8c\x20\x0f\x56\x8a\xb4\x86\xe4\x41\x61\x50\x3f\x37\x6e\x3d\x0b\x50\xa9\xd1\x19\xf2\x09\x85\x41\x55\xd0\xb0\xb8\x67\xdc\x8f\x07\xa8\xd4\xe8\x8c\x5b\x0f\x00\x0c\x76\x38\xc6\xed\x54\xf3\x7e\x34\xba\x52\x7d\x33\x6e\x35\x1a\x18\x54\xc3\x0d\xf9\x84\x01\x87\xb0\xbe\x88\xeb\x6e\x35\x1a\x98\x54\x18\x8d\xdb\x68\x19\xa8\x14\xbe\x0c\x29\x86\xc2\xa4\x1a\x6e\x48\x31\x0c\x98\x82\x95\xc2\x97\x21\x53\x50\x98\x54\xc3\x0d\x0b\x85\xc6\xbd\x69\x57\x55\x64\xbb\x1e\x98\x54\xc3\x0d\xf9\x84\x01\x9f\xb0\x52\x3a\x32\xe4\x13\x0a\xf3\xd3\xd1\xfa\x2f\x28\x86\x95\xa2\x90\x21\xc5\x30\xe0\x13\xce\xd7\xcb\x1b\x87\x22\xfa\x9e\xa0\x44\xf2\x60\x50\x0b\xb3\xbe\x58\x41\xb6\x16\xa6\x30\xd9\x11\x1a\xcb\xef\x08\x49\xaf\x72\x94\x62\x48\xd2\x13\x26\x45\x6d\x43\x92\x5e\x40\xcc\xab\xec\xfe\x0b\x2b\x66\x0a\x93\x0a\xb6\x61\xc5\xcc\xa0\x16\x66\x65\xf7\x5f\x58\x0b\x33\x28\x7c\x39\xa9\x60\x1b\x16\xbe\x0c\xe8\x77\x95\x1d\x7b\x21\xfd\x4e\x98\xe6\x02\x97\x0a\x00\xfd\xae\x5e\x38\x2b\xe9\x77\xc2\x7c\xe1\x0b\xad\x5f\x19\xb0\xe8\xaa\x49\x0b\x59\x74\xc2\xa4\x82\x6d\xc8\xa2\x0b\x28\x73\x95\xca\x70\x21\x65\x2e\x96\x9f\x96\x85\x60\x29\x73\x41\x35\xc9\xca\xfe\xb9\xb0\x9a\x64\x50\x22\x72\x72\x68\x69\x2c\xbf\xf6\xe2\xa3\x99\x7b\x58\x7e\xb4\xe5\x47\xc3\x63\x2e\x3f\x1a\xc4\xba\x4a\xf9\xb0\x90\x58\x27\x4c\xf6\xd9\xc6\xd2\x9b\xc0\xb5\xab\xec\x79\x0b\xb9\x76\xc2\x34\x93\xb9\x74\x1d\xf0\xeb\x2a\x05\xb8\xc2\xa2\x92\x01\xd7\x6e\x6a\x43\x72\xed\x84\xf9\xfa\x07\x8e\x83\x08\x6b\x4e\x0a\x95\x0a\x59\x11\x3a\x1b\xca\x50\x4e\x0e\x56\x0d\xcb\x50\x46\x3c\xae\xa3\x52\x89\x2a\xc2\x05\x0b\xaa\x51\xce\x57\x56\x84\x62\xc5\x8d\x7e\x30\xc8\x86\x51\x25\x30\x39\x6b\x35\xa4\xf5\x05\x54\xbe\x6a\x86\xc1\x9a\x93\xc2\x64\xc7\x70\x84\x51\x25\x65\x28\xeb\x35\x7c\x96\xbf\x78\xfb\x8b\x8a\xfc\xc5\xa0\xf5\xf8\x32\xe9\x73\xc2\x64\x5f\x71\x48\x9f\x0b\x6a\x3b\xd6\x84\x32\x58\xdb\x51\x98\x7a\x83\x88\xcf\xb3\x1e\x73\x75\xa9\x5e\xfa\x9c\x30\xcd\xef\x86\x6e\x04\xae\x5c\x75\xa9\x5e\xae\x9c\x30\xa9\xc5\x1b\xa1\x16\x51\x14\xb2\x52\x62\x28\x2c\x0a\x29\x4c\x0a\xef\x86\x45\x21\x23\xd0\xa2\xe4\xe3\xd5\xa2\x50\x8b\xf0\x3f\xf2\xe3\x22\xd0\x22\x0a\xeb\x44\xa8\x45\xa1\xe9\x13\x84\xc9\x8f\x8b\x78\x26\x1f\xd5\x45\xf8\x38\x9f\xc7\x63\xe7\x9f\x1b\x43\x11\xef\x88\xae\x59\x4d\x52\x98\x94\xe7\x0d\x59\x74\x41\x21\xc7\x9a\x18\x9d\x2d\xe4\x28\x4c\xca\xf3\x86\xcc\xb7\x80\xc0\x56\xa9\x56\x13\x12\xd8\x84\x69\x76\xda\xaa\x8d\x41\x89\xc6\xca\x3e\xb5\xb0\x44\xa3\x30\x5f\x84\x1b\x96\x68\x0c\x18\x6a\x35\x91\xcc\xdd\x2e\xf0\x00\xf3\xc5\xb4\x55\xb6\x5a\xc0\x2a\xab\x2e\x9c\x6f\x87\x16\x60\xea\x63\xb7\x43\x0b\x50\x5d\x12\xdf\x7a\x16\xb8\x67\xd3\x7c\xf8\x56\x4d\xe0\xa1\x55\x97\xc4\xe5\xa1\x09\x53\x4f\x6c\xd5\xc6\xa0\xf8\x62\x65\xa7\x57\x58\x7c\x51\x98\x2f\x26\xb7\x16\x5f\x0c\x6a\x28\x56\xaa\x91\x84\x35\x14\x85\x49\xa9\xdf\xb0\x86\x62\x40\x3a\xab\xec\xe1\x0a\x49\x67\xc2\xd4\xab\x4b\x3a\x0b\xb8\x63\x95\xdd\x59\x21\x77\x4c\x98\xe6\xe9\xe5\x8e\x05\xe5\x0f\xab\x8b\xdd\xdb\xaf\xbd\xfd\xda\x38\x08\xe9\x64\x01\x9d\xac\x66\xba\x50\x3a\x99\x50\xa9\x16\x11\x47\x0f\x70\xde\x3c\xbe\x79\x55\x51\x54\xb8\xaa\x21\xaa\x8a\x30\xd1\xe6\x8d\x7c\x21\xb8\x63\x95\xd2\x10\x21\x77\x4c\x98\x0e\x40\x47\x05\x80\x09\x56\x33\x13\xd2\xa3\xd5\x42\x01\x9b\x52\x0a\xa4\x80\x09\x95\x4d\xfd\x21\x05\x4c\x98\x52\x0a\x8e\x03\x10\xac\xb0\xca\x96\xa7\x90\x15\x16\x67\xd9\x7a\x1a\xe1\x6c\x0a\x26\x57\x75\x9d\x59\x26\x97\x30\x25\x1e\xc8\xe4\x0a\x68\x5b\x95\x1d\xe9\x21\x6d\x4b\x98\x8e\x95\xd2\xb6\x02\xaa\x56\x65\x33\x53\x1c\xe7\x95\xc0\xa4\xde\x70\x1c\xe7\x95\x07\x65\x62\x33\x53\x1c\x95\x09\x26\xd7\x7c\xf9\xda\xce\x67\xa0\x6d\x55\x0e\xd7\x0b\x69\x5b\xc2\x7c\xb1\x2c\x22\x6d\x2b\xe0\x68\x55\xd7\x99\xe5\x68\x09\x93\xb2\xc3\x71\x1c\xcc\x80\xca\x3e\xec\x90\xb6\x25\x4c\x4a\x6f\x87\xb4\xad\xa0\x52\x63\x2d\x8c\x5c\xc7\x60\x1c\x98\x2f\xe6\xf4\x32\xb9\x02\xf6\x56\x2d\xc9\x5f\x9c\x8a\x6c\xbd\x37\xda\x7a\x5c\x1a\xdb\xa7\x42\x26\x97\x30\x5f\x84\xa0\x32\xb9\x02\x8e\x56\x2d\xc9\xc7\xfb\x1d\x37\xdf\x91\x99\xff\x71\xd5\x05\x8e\x56\x75\x81\x5a\x8e\x96\x30\x25\x7d\x58\x83\x31\xa0\x6d\x55\x36\x24\x87\xb4\x2d\x61\x52\x50\x21\x8e\x03\x23\x1c\xad\xca\x02\xf5\x96\xa3\xb5\x21\x4e\x55\xd6\x99\x37\xb5\x0a\x1f\xc0\x63\x3e\x9a\xb3\xad\x4f\xb8\xa1\x44\x55\x96\x62\xb7\x94\x28\x61\xbe\x9e\x41\x67\x4b\x89\xda\x70\x9e\x2a\x3b\x8c\xf6\x6b\x79\xe3\xc2\xb6\x07\x8f\x67\xd2\xbd\xa9\x62\x58\xcb\x47\xb4\x15\xe1\x57\xc7\x6f\xd3\xb6\xf6\x6b\xf9\xeb\x0c\x66\xec\xa5\xdb\x9e\x11\x2f\x4c\xe8\x2b\xdb\x52\x88\xfb\xa5\x7e\x4c\x1a\xb4\x6d\xa3\xfa\x31\x79\x93\x6d\x17\x3c\x9d\x5e\x39\xc4\x6e\x7b\xf6\xba\x30\x5f\x53\x91\x57\xb1\x2c\xcb\x61\x71\xdb\x53\xd5\x85\x49\x01\x89\xed\xa9\xea\x1b\x2e\x54\x65\xf7\xcc\x96\x0b\xb5\x5f\x0e\x1a\x34\x55\xe2\xd3\x86\x99\x54\x59\x11\xdd\x32\x93\x84\x09\xad\x66\xcb\x4c\x12\x2a\x7b\x46\x36\x55\x04\x3f\x30\x5f\x8f\x21\x6e\x8b\x09\x6e\x38\x4b\x95\xb5\xce\x7d\x31\x77\x16\xe6\x8b\xd7\x86\xcb\xf4\x40\xe6\x2a\x6e\xc4\xff\x08\x93\x38\x76\x4b\x69\xda\x30\x93\x2a\xbb\x2e\xb6\xcc\x24\x61\x52\xf5\x7a\xc3\x52\xfa\x40\x65\xdf\xc2\x96\xac\x24\x4c\xca\x5f\x6c\x8a\x14\x3e\x40\xbb\x50\x99\x4b\xfd\xa0\x56\xe1\x24\x26\xde\xd6\x2a\xdc\x50\x9a\x2a\x7b\x0d\xb6\x94\x26\x61\x42\x1d\xda\x96\x1c\xdc\x90\x95\x2a\x6c\xfd\x2d\x59\x49\x98\x44\xce\xdb\x53\xd5\xf7\x45\xe8\x02\x7b\x7d\x53\x45\xf0\x03\x93\xa3\xca\xb7\xc5\x04\x37\xcc\xa4\xda\x7c\x21\x15\x00\xb8\xe0\x16\x6e\xcf\x4b\x17\x26\x15\xe9\xb7\x64\xa5\x4d\x01\xc1\xda\x3e\xa2\xae\xa8\xb3\x2e\x4f\x53\x19\xcc\x36\x34\xa4\x0a\xf5\x7a\x4b\x43\xda\xd0\x90\x26\x2c\xa7\x2d\x0d\x69\xc3\x20\xaa\xec\x9e\xd9\x16\x00\x14\x26\xd5\xed\xb7\x6c\x22\xa1\x42\xff\xdd\x9e\x71\x2e\x4c\x4a\x7c\xec\x4b\x95\xe3\xd8\xf3\xda\x12\xaf\x7d\xfc\x1c\x87\xcf\x61\x23\x8e\x8d\xc0\xf4\x59\x40\xdc\xd2\x90\x36\x3c\xa3\x0a\x3f\x77\x43\x36\xfa\xc0\x64\xa6\xb1\xe5\x1c\x6d\x4e\x42\xaf\x1c\xb7\xb6\x3d\x09\x5d\x98\x54\x09\xdf\x72\x8e\x36\x27\x96\x57\x98\xb7\x3b\xa9\x39\xf0\x71\x26\xb4\xad\x2d\x1f\x47\x28\x09\x53\x90\x8f\xb3\x61\xda\x4c\xaa\x71\x6f\x99\x36\x42\x6d\x8f\x13\xdc\x32\x6d\x84\x79\xd9\x7a\xbf\x36\x07\x97\xd7\x36\x78\x56\xd8\x08\xc6\x91\xcb\x17\x62\x1c\xd9\xd4\xdb\xab\xd0\xdc\xb6\xf5\xf6\x36\xec\x9a\x09\xfb\x6a\x43\xb1\xf9\x40\x65\x4b\xca\x96\x69\x23\x4c\xd8\x57\x3b\xf9\xb5\x21\xdc\x54\x28\x60\xdb\xaa\x7c\x1b\xf2\xcd\xbc\xec\x1c\xbc\xfa\x86\x0a\x53\xe1\x68\x6d\xa9\x30\xc2\xa4\x82\xc8\x96\xeb\x22\x54\x18\x40\x1b\xde\xcb\x03\x7c\x34\xbb\xd0\x8f\x06\xd4\xfe\x8c\x10\x5b\x62\x8b\x50\x3b\x5f\xdb\xe2\x7a\xc2\xa4\xfc\xf3\x96\xeb\xb2\x39\xde\xbc\xb2\x22\xba\xb3\xdf\x11\x98\x57\xf1\x59\x4d\xd1\x9b\xab\x0a\xa2\x5b\x11\x2f\x54\x7c\x3c\x2f\x04\xb1\xa5\xb2\xd6\xb9\x25\xb6\x08\xf3\xaa\x8a\x7c\xfc\xe2\x17\xbd\xd1\xaf\x9d\x35\xbe\x4a\x23\x34\x3e\x48\x1f\xb5\x0f\x1a\xe1\xe7\x00\x26\xc5\x76\xb7\xa4\x8f\x0d\x77\xa3\x76\x7c\xa1\xdc\x0d\x61\x42\xc8\xda\x16\x9e\xdb\xf0\x35\x2a\x79\xe7\x6d\x95\xb9\xcd\x19\xd6\x93\x49\xd5\xf6\x0c\xeb\x4d\x65\xb9\x4a\x62\x78\x67\x3f\x47\xf6\x73\x30\x4c\x59\x65\x6e\x43\xd4\xa8\xe3\xa2\x0b\xcf\xe7\xf1\x28\xe6\x33\xac\x6f\x89\x1a\x1b\xa2\x46\x25\xdf\xb9\x25\x6a\xec\x62\xaf\x3e\xc3\xfa\x96\x95\xb1\x39\xb0\xba\xb2\xda\xb8\x3d\xb0\x5a\x98\x9c\x13\xb0\x3d\xb0\x7a\x43\xd4\xa8\x64\x0c\xb7\x44\x8d\x4d\x2d\xba\xc9\x64\x6f\x5b\x8b\x6e\x43\xd4\xa8\x9c\xc9\xbc\x25\x6a\x6c\x88\x1a\x93\xc9\xde\x96\xa8\xb1\x39\x64\xba\x92\x73\xdb\x1e\x32\x2d\x4c\xce\x1c\xd8\x1e\x32\xbd\x61\x52\x54\x56\x1b\xb7\x4c\x0a\x61\x42\x4d\xdb\x32\x29\x36\xb4\x89\x3a\xda\x6f\x1f\x07\xb1\x65\x55\x08\x93\x7a\x2f\x5b\x56\xc5\x86\xf6\x50\x49\xf8\x6c\x69\x0f\xc2\xbc\x18\x51\x2d\x42\xb7\x61\x42\xd4\x61\xdf\xa9\x1f\xc0\x64\x8e\xba\x3d\x11\x5a\xa8\xc3\x5e\x61\xaa\x29\x4c\x6a\xc7\xec\x12\xf6\x1d\x53\x4d\x4e\x8a\xdd\xf2\x25\x84\x09\xa3\x6e\xcb\x97\xd8\x85\xb8\x6c\xd8\x88\xed\xa7\xd9\xfe\xa2\x37\xfa\x8b\x87\xee\x64\x60\xb4\x2e\x9d\x30\xa9\x96\xbc\x8b\x8a\x05\xc7\xa1\xb2\xbc\xbe\xe5\x38\x08\x93\x6a\xc9\x5b\x8e\xc3\x86\x65\x50\xd9\x32\xb0\x3d\x80\x59\x98\x94\xa6\xd9\x32\x0e\x36\x5c\x82\x3a\x9f\x29\xf0\x96\x4b\x20\x4c\xaa\x25\x6f\x2b\xbb\x6d\xd2\xf8\x95\xa3\x14\xb7\x79\x7a\x61\x52\x2d\x79\x9b\xa7\x17\x2a\x27\x33\xed\xea\x17\x02\x26\xd5\x92\xb7\xa9\xfb\x4d\x52\xbe\x52\xb3\x6d\x9b\x94\x17\x66\xc2\x09\x56\x3d\x31\x69\xed\xca\xf9\x4d\xdb\xb4\xb6\x30\x29\x99\xb3\xab\x56\x07\x54\x16\x23\xb7\x99\x6e\x61\xc2\x53\xdc\xd5\xfe\xaa\x44\x46\xd3\xd7\x36\x32\xe2\xbc\xe2\x99\xb0\x60\xcf\x2b\x16\x1a\x6b\x64\xdb\x4c\xf7\x6e\x8f\x7b\x6b\x2c\x88\xed\xa6\x7b\x03\x66\x62\x44\xf5\x08\xe3\xcd\x19\xc3\x8d\x05\xb1\xed\x19\xc3\x9b\x6a\x6e\x93\xf3\x2d\xb6\xd5\xdc\x84\xc6\x62\xd1\x6e\xc6\x4f\xc0\x4c\x9f\xc7\xf3\xda\xa4\xc8\x1b\xb4\xf7\x6d\x8a\x7c\x93\x16\x9f\xd4\x00\xda\xcd\x30\x99\xb4\x76\x63\x51\x67\x9b\xd6\x16\x66\xb2\x11\xc6\x3c\x1c\xfc\xdb\x58\xca\xd8\xcd\x2f\xd4\xfc\x1c\x0c\x8c\xe6\xb0\x37\x09\xeb\xc6\xd4\x7c\x9b\xb0\x16\x26\xc4\xcb\x6d\xc2\x7a\x93\x2b\x6e\x4c\xa7\xb7\xb9\xe2\x4d\xd2\x74\xa6\xeb\xe9\x09\x93\xa6\x9b\xc4\xdd\x4c\x78\x62\x13\x77\x9b\x22\x50\x8d\x5a\xf3\xdb\x22\x50\x9b\x23\x44\x27\x35\x5e\xb6\x47\x88\x6e\x72\x79\x0d\x02\xed\x36\x97\x27\x4c\x66\xfe\xdb\x5c\xde\xa6\x2e\x54\xd3\xc7\x5a\x17\x4a\x98\x54\x82\xd9\x9e\x04\xba\x39\x09\xb4\x5d\xcc\x21\x3c\x09\x74\x53\x3d\x6a\x66\x3a\xda\xea\x51\x9b\xf2\x4e\x4d\xa7\x60\xc6\x6f\x53\xac\xa9\x69\x1d\xc3\x70\x03\x98\x70\xed\xb6\x85\x9b\xf6\x78\xbe\x70\xa3\x66\xf7\x1e\x3a\x54\x60\xb2\xfc\xb0\x87\x5f\x9b\x2a\x4d\xcd\x4f\x6b\x95\x26\x61\x52\xf0\x75\x5b\xa5\x49\x68\x70\x57\xb7\x55\x9a\x36\x27\x81\x4e\x0a\xbe\x6e\x4f\x02\xdd\x9c\xeb\xd9\x12\x3a\x31\xfc\xda\x9c\xeb\x39\x29\xf8\xba\xc7\xb2\xf5\x8f\x8f\x6d\x94\xde\xde\x26\x27\x85\x09\x07\x70\x7b\xa0\xa7\xd0\x28\xdc\xb4\xcd\x57\x6e\x32\x91\x33\xa3\x98\x66\x22\x37\x69\xc7\xc6\x8a\xd7\x36\xed\x28\x4c\x0a\xe0\x6c\x6b\x39\x09\x8d\x82\xd3\xdb\x4c\xa4\x30\x29\xd2\xba\x87\xc1\x12\x99\xc8\x06\x39\x75\x9b\x89\x14\x26\x7c\xc2\x6d\xaa\x71\x93\x31\x6c\x1c\xa9\xb2\xcd\x18\x0a\x93\x22\xad\xdb\x62\x4d\x42\x4b\xcd\xab\x6c\x44\xa0\x00\x19\x91\x8a\x39\x1e\x35\x6b\x89\x98\x7a\x18\x53\x73\x38\xe8\xcc\x76\x8e\x3e\x1a\x68\x1c\x83\xb2\x3d\x1c\x54\x98\x14\xe6\xd9\xc3\x58\x0c\x68\x54\x97\xde\x43\xc5\x1c\x2a\x26\xc3\xe7\x50\x31\x39\x2f\xb4\x51\x5d\x7a\x7b\x5e\xa8\x30\x59\x20\xda\x9e\x17\x2a\x34\x28\xac\xdb\xba\x52\xc2\xcc\x7e\x0e\x63\x0b\xa0\xa5\xae\xc8\x77\x54\xc9\x33\x5d\xa8\x92\x93\x09\x6d\x89\x40\xc2\x22\x52\xc2\xa4\x6e\xeb\xb6\x88\xd4\xa6\x62\x54\xa3\x16\xd4\xb6\x62\xd4\xa6\x4a\xd4\xa4\x6e\xeb\x1e\x3a\x3e\xa0\x25\x46\x3e\xd3\xa9\xc2\xcc\xe5\xfa\xed\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xbb\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\xdb\xb4\xad\x6d\x02\x56\x98\xb0\xbc\xb7\xe7\x00\x6e\x8a\xa8\x34\xc8\x6c\xdb\x22\x2a\xc2\xa4\x9e\xd9\xb6\x88\xca\xe6\xec\xbf\xc6\xf1\xf5\x3b\xd4\xa2\x20\x6f\xe3\x1a\x7d\x38\xc8\x72\xd0\x5f\x63\xd3\xe2\x0e\xf5\x23\xf4\x06\x8c\x82\x1e\xfa\xb7\x49\xf9\x36\xf6\xe5\x6d\x53\xbe\xc2\xa4\x3c\xe6\x36\xe5\xbb\xa9\x98\xd2\xd8\xff\xb6\xad\x98\x22\x4c\x6a\xa3\x6d\xcf\x01\xdc\x14\x28\x69\xec\x46\xdb\x16\x28\x11\x26\x47\x27\xed\x70\xc8\x8b\x67\xb4\x6a\x1d\xf5\x0b\x63\x29\x60\x52\x6a\x73\x87\xb1\x14\x79\xd8\xd6\x7d\x21\xb5\x28\x0e\xfd\xc5\x28\x48\x7e\xf6\x81\xa7\xbf\xd8\x34\xb4\xcd\xb6\x6e\x52\xa0\x8d\x5d\x3d\x7b\x3b\x26\x01\x13\x5e\xfa\xb6\x10\xc8\xa6\xf8\x47\x63\x6f\xc6\xde\x76\xf4\xb6\xa3\x99\xef\x5a\x08\x64\x6f\x42\x17\x8e\x63\xdf\xdb\x5e\x25\x09\x38\xa9\xbe\xb9\x4d\x02\xee\x43\x92\x99\x82\x65\xfb\x68\x4f\x64\x51\x1a\x5b\xe4\x8f\x59\x94\xc3\x81\x54\x6d\x3e\xbd\x7a\x3c\x90\x4a\x98\x54\x23\x39\x1e\x48\x75\xd8\xd6\xde\xe6\xd3\x13\xc7\x6d\xed\x87\x43\x95\x26\xab\xd1\xe7\x85\x27\x3e\x2f\x4e\x2f\x87\x72\x72\x38\x6c\xe9\x81\xe7\xd3\xb2\xba\x7a\x3c\x60\x49\xe8\x1c\x61\x7c\x48\x73\x7c\x60\xc2\xfe\x3c\x66\x3b\x0e\x07\x2c\x75\x66\xc5\xc7\x03\x96\x84\x49\xc5\x82\xe3\x01\x4b\x87\xfd\xe1\x1d\x72\xc4\x71\x7f\xb8\x30\xa9\x58\x70\xdc\x1f\x7e\xd8\x13\xde\xa1\x3a\x1c\x0f\x58\x12\x26\x4c\xd2\x63\xe6\xe4\xb0\x65\xbc\x53\xf6\xfc\xb8\x65\x5c\x98\x54\x2c\x38\x66\x4e\x84\xfe\xb2\x0b\x8f\xed\x22\x72\xa6\x62\xc1\x71\x63\xf9\x21\x99\xd2\xa1\x14\x1c\x93\x29\xc2\x6c\x76\xf4\xb1\x5d\x87\x76\xd1\x39\xe6\x57\x0e\x9b\xc1\x3b\x9c\xa3\xe3\x66\x70\x61\x52\xc4\xe0\x78\x32\xd3\x21\x0b\xd3\xc9\x74\x1f\xb3\x30\xc2\x6c\x1f\xd1\x52\x14\x5c\xd5\x10\x6d\x45\x9b\xab\x0a\x22\x7a\x82\x34\x4b\x27\xef\x7c\xdc\x32\x2e\x4c\x4a\x1d\x1c\xd2\x2f\x0f\xf0\x42\x8d\xc7\xdf\x3e\xfe\xf6\x85\x78\x3c\xea\x7b\xc8\x9c\x74\xd2\xa1\xc7\xcc\x89\x30\xf1\xd7\x87\x2c\xca\x03\x74\x61\x57\xe4\x0b\x2d\xbb\x70\x20\x7a\x2b\x5a\xcf\x55\x83\xc7\x2f\x1f\x8f\x9f\x68\x36\x75\xf9\x42\x8b\x2e\x9c\x2f\x44\xbe\x10\x93\x48\x7c\xff\x31\xbf\x72\x38\xa0\xa9\x93\xc8\x3a\x97\xba\x0a\x4c\xaa\x5a\x1d\x53\x2e\x42\xe7\xc4\xdf\x63\xca\x45\x98\xcd\xd7\x0e\x1b\xc1\x51\xf8\xa4\x6f\x8e\x87\x35\x09\x93\xea\x09\x87\x83\x9b\x1e\xe0\x59\x17\x37\xaa\x98\x97\x8a\xd9\xbc\xf1\xf3\xac\xa7\xf5\xec\xe9\x3e\x97\x8a\x69\xca\x85\xea\x09\xc7\x94\xcb\x21\xbf\xd2\x39\x1c\xf4\x98\x5f\x11\x26\xd5\x13\x8e\xf9\x15\xa1\x53\x84\xfc\x98\x5f\x11\x26\x14\xe7\xe3\x9e\xee\x73\xa1\x98\xa4\x23\xce\xa5\x62\x92\x5f\x99\x54\x4f\x38\xe6\x57\x4e\x62\xea\xd5\x7a\x42\x44\x47\xb3\xd1\xba\xc3\x72\x3a\xe9\xf6\x2a\xd5\xe4\x19\xcc\x8e\x9b\xae\x0f\x67\x2e\x75\x58\x4e\xc7\x33\x97\x84\xd9\x86\x22\x1a\xc1\xae\xe8\x4e\x65\xef\xe3\xae\x68\x61\x52\x20\xe0\xb8\x2b\xfa\xb0\xa1\xb9\xb3\xbc\x7e\x92\x6a\x92\x54\x93\x41\x53\xd7\xe7\x59\xbc\xd0\x78\x21\x5a\x8a\x68\xfd\x54\x64\xeb\x51\x13\x16\x75\x8e\xb9\x1a\x61\x92\x5f\x39\xe6\x6a\x0e\xa7\x29\x75\x16\xa8\x8f\xa7\x29\x09\xb3\xa1\x39\x6c\x9a\xfe\xfe\x90\x85\xe9\x97\x8f\xf7\x6b\x03\x93\x62\x03\xc7\x2c\xcc\x49\xcf\x17\xee\x2c\xf4\x1d\x76\x35\x7f\x60\x3e\xa3\xe8\x6f\x0d\xc5\xc7\xbd\xcf\x87\x3d\xca\x9d\x95\xb4\xe3\x41\x46\xc2\xa4\x62\xc1\x31\x49\x73\xd8\x5e\xdc\x53\x52\x14\x8a\xec\x02\x6f\xf4\xd7\x71\x36\x9c\x9a\x76\xcc\xc8\x1c\xce\x10\xea\xf0\x97\x8e\x67\x08\x09\x93\x23\x9d\x4e\xd6\x82\xc9\x89\x74\x8e\x85\x3d\xee\xcc\x15\x26\xa5\x0e\x8e\x3b\x73\x85\xce\xd9\x57\xc7\x9d\xb9\xc2\x24\x1e\x38\xd9\x0f\xc8\x9e\xdb\x4e\xd5\xeb\xe3\x9e\x5b\x61\x52\x10\xe1\x78\x60\xd0\xe1\xc0\xa0\x9e\x50\x19\x0f\x0c\x12\x26\x05\x11\x8e\x07\x06\x1d\x52\x2e\x9d\x03\xa9\x8e\x47\x01\x1d\x36\xd8\x4e\xb2\x61\xc7\x0d\xb6\x27\x3f\x83\x46\xcf\x1f\xd1\xe7\xc6\x37\x57\x55\x44\xb7\xa2\x9b\xab\xf8\x45\xcd\x15\x98\x14\x44\x38\xa6\x72\x0e\xe9\x9b\xce\x9a\xe2\x71\x1b\xae\x30\xbb\x37\x6a\xae\x40\xe7\x10\xa9\x63\x76\x47\x98\x1d\x65\x20\xd3\xf3\xc0\xe2\x2a\x7a\xd5\x8f\x06\xcc\xee\xe3\xfd\x68\x40\x67\xd9\xec\x98\xca\x39\xa4\x6f\x3a\x6b\x64\xc7\x0d\xb6\xc2\x24\x71\x77\x4c\xe5\x1c\x92\x34\x9d\xdd\xb4\xc7\x24\x8d\x30\x29\xae\x70\x38\x4f\xe8\x01\x9e\x55\xb8\xea\xf6\x59\xb7\xcf\x52\xe4\xb3\x16\x2f\xc4\x58\x59\x74\xe1\xc0\xa4\xb8\xc2\x31\x6f\x73\xc8\xc2\x74\xf6\xb6\x1e\xcf\x10\x12\x26\x41\xdc\x71\x6f\xeb\x61\x8b\x6a\x67\x15\xe1\xb8\x45\xf5\x70\x86\xd0\xec\xcf\x2c\xef\x78\x86\xd0\x29\xa8\x09\xfb\x51\x4f\x51\x4d\x8a\x6a\x82\x29\x78\x60\xd0\x29\x7e\xda\xc1\x0b\xf9\x69\x8b\x9f\xf6\xa2\xa9\x7e\x5a\x36\x8c\x76\xb8\x3d\xc7\x0d\xa3\xc2\xa4\xb8\xc2\x71\xc3\xe8\x61\xc3\x68\x87\xdb\x73\xdc\x30\x2a\x4c\x82\xcb\xe3\x59\x3d\x87\x34\x49\x67\x72\x7b\x4c\x93\x1c\x0e\xd0\xe9\x1c\x5c\x70\xaa\x7d\x5f\x99\x9a\xf7\x8f\x88\xd7\x26\x27\xd2\x21\xcc\x1c\x73\x22\x87\xfd\x95\x93\x3c\xea\x71\x7f\xe5\xa9\x8f\x13\xec\x54\xff\x3d\x55\x27\x08\xcc\x9e\x2a\xa2\xaa\xe8\xb1\x34\xc2\xc6\x63\xe6\x44\x98\x54\x52\x38\x66\x4e\x0e\x69\x92\xce\x76\xc6\x63\x9a\xe4\x90\x1a\x99\x94\x09\x3c\x55\x8f\x07\xf4\xc2\x08\x51\xed\x7b\xce\xc4\x99\xa4\x69\x8f\x67\xe2\x9c\x8a\x3d\x52\xfd\xf7\x54\xed\xb1\x6a\x8f\x59\x91\x2f\xc4\xf0\x09\x87\xe6\x54\x87\x4f\x60\x52\x6f\xe1\xb8\x0f\xf2\xd4\x4d\x7f\xf1\xd1\xaa\xae\x92\x63\x72\x66\xc7\x0d\x79\x0e\xce\xa9\x7e\x34\x9c\xb3\x1b\x15\x85\x49\xa9\x84\x63\x46\xe7\x90\xbe\xe9\x54\xd6\x3d\xa6\x6f\x84\xc9\x26\x98\x63\xfa\xe6\x90\xbe\xe9\x15\x0f\x60\xfa\x46\x98\xd4\x27\x3c\x55\xe3\x23\x7d\xd3\x29\x67\x7c\x4c\xdf\x1c\xd2\x37\x9d\x1a\xc3\xc7\xf4\x8d\x30\x3b\xd1\x9f\xe9\x9b\xc3\x16\xc6\x4e\x98\x7d\x9a\x0a\x00\x4c\xce\x79\x3b\x8d\xe5\x1a\xa1\x53\xf1\xf7\x34\x75\x02\x98\x64\xa7\x4f\x33\xae\x23\x15\xd4\xa9\xe5\x7b\x4c\x05\x09\x93\x69\xc9\x69\xc6\x75\xe4\x7a\x3a\x2b\x25\xa7\x69\xc8\xc0\xec\x18\xb2\xbb\x25\x4f\xbb\x69\x3d\x5f\xa8\x39\x3a\x93\xf7\x99\x9d\x78\xd3\xbc\xcf\x61\xa3\x62\xa7\x9e\xec\x71\xa3\xa2\x30\xd9\x6a\x73\x9a\xfe\x1e\xe8\xf0\x79\x4e\xd3\xb6\x9b\xb6\x4d\xf4\x67\x76\x48\xe8\xf0\x79\x4e\x53\x0b\x4d\x18\x75\x74\xd5\x84\xd1\x21\x23\xd4\xeb\xe7\x46\x1b\x41\x04\x42\x25\x86\x63\x2a\xe8\x70\xae\xcb\x24\x45\x7e\x3c\xd7\xe5\xb0\x9b\xad\x53\x9e\xee\xb8\x9b\xed\xb0\x83\x6d\xb2\x63\xf8\xb0\x8d\xed\x03\x9d\x4d\x69\xc7\xdd\x6c\xc2\x24\xf9\x7d\xdc\xcd\x76\xd8\xa7\xd6\x5b\xfe\xef\x72\xc5\xa3\xfc\x7f\x46\x62\x77\xb1\x09\x73\x7c\x7e\x1c\x73\xe2\xf0\x96\x4e\x61\xb7\xe3\xe1\x2d\xc2\x64\xc3\xf0\xe9\x1a\x30\xd0\x29\xd9\x76\x3c\xcf\xe5\xb0\x23\x6e\xb2\x61\xf8\xb8\x23\xee\xb0\xfd\xad\x3b\x69\x71\xfb\xdb\x61\xcb\xdb\x1c\xbe\x88\x81\x0d\x27\xb5\x74\x67\x02\x9e\xd4\x72\x38\x9d\x65\xb2\x15\xf8\x74\x0d\x98\xd3\x55\xba\x11\xb7\xa7\xab\x08\x73\x60\x87\x6e\x7f\x3b\x24\xd6\x3a\x47\x4e\x1e\x13\x6b\x42\xea\xe8\x02\x49\xb6\xef\x4f\xc7\xc2\xa8\x73\x75\xfa\xf9\x88\x12\xcf\xa2\x37\xb5\x30\xd2\x64\x9d\x95\x88\xd3\x75\x9e\xc0\x84\x24\x70\xba\xce\x93\x94\x59\x37\x48\x32\x65\x76\x38\xeb\x64\xb2\xad\xf8\x78\xd6\x89\x70\x25\x5e\xdb\x2c\x9a\x70\x39\xd0\x9b\x45\x13\x2e\x0e\x7d\x3c\x83\xa5\xce\x43\x62\x6d\xb2\x61\xf8\x98\x58\x13\xae\xf2\x79\x56\x28\x8a\x47\x44\x88\x37\x8c\x6c\x81\xc9\x1e\xe2\x33\x1c\x2a\x81\x4b\x0b\xf3\x74\x95\xc3\x89\x2a\x93\x3d\xc4\x67\xa8\x7d\xc0\x45\x1d\xc7\x33\xb4\x30\xe0\x72\x56\x31\x54\x48\x60\xb2\x61\xf8\x78\x06\x8b\x70\xe9\x16\xcd\xee\x1d\x52\x79\x73\xa0\x00\xa6\xf2\x84\x8b\xbd\xba\x67\x18\x4b\x9b\xdd\x63\xc3\xf0\x31\xbb\x27\x5c\x6c\xea\x39\xc3\x61\x84\x24\xdf\x64\x2b\xf0\x19\xc6\x70\x40\x82\x15\x78\x4c\xf8\x09\x93\x4d\xbe\x67\x38\x84\x03\xe9\xf2\xb5\xd5\x68\x20\x71\xea\xf9\x71\x1b\xe3\x31\x2d\xc8\xbe\xdf\x63\x5a\x50\x48\xe4\x52\x8e\x69\xc1\xc3\x9e\xc5\xc9\x8e\xde\xe3\x9e\x45\x21\xb1\x04\x7b\xcc\x14\x0a\x73\x10\x34\xb0\x7f\xf1\x01\x4e\x01\xff\xdc\xe8\x47\x23\xa0\x67\x47\xef\x31\x9f\x28\x24\x8a\x97\x1f\xf3\x89\xc2\x1c\xf6\xbd\xc3\x1b\x90\xf4\x48\xe6\x13\x0f\x5b\x0c\x27\xfb\x7e\xcf\x70\x94\x02\x32\xbb\x17\x8e\xc9\x43\x21\x53\x18\xee\x98\x3c\x14\x32\x7c\xf6\x63\xf2\x50\xc8\x2f\xbf\x90\xcb\x16\x40\x7e\xd9\x7a\xcd\xca\xb4\x20\x3b\xd7\x8e\x69\x41\x21\x93\xfb\x3e\xa6\x05\x85\x9c\x6d\xaa\x83\xe0\xb0\xcc\x7f\xf3\x2a\xbb\xd0\x7a\xe6\x9f\x1b\xed\x42\x42\x9e\xd1\xd1\x09\x43\x1e\x20\xd7\x8f\xc8\x77\x64\xee\x01\x63\xe5\x98\x16\x14\xb2\x33\x09\xd3\x82\xc2\x84\xb1\x72\xdc\x65\x29\xe4\xae\x62\xea\x01\xd8\x52\x39\x07\x93\x29\xb7\x54\x0a\xc5\x79\x9f\xf9\x44\xa1\x70\x4a\xea\x31\x9f\x78\xc8\x27\xce\xa1\x21\x3b\x12\x03\x25\x7f\x1e\x6f\xdf\x5b\x7a\xc6\xaf\x6d\x18\x0c\xcc\x41\x38\x60\x8a\x51\x28\x8e\xd7\xe6\x10\x85\xc9\xf6\xdd\x33\x1d\xaf\x81\x42\x19\xf7\x33\x1d\xaf\x39\xa7\x66\xb2\x7d\xf7\x78\x4e\x8d\x50\x28\x8d\x7d\x3c\xa7\x46\x98\xec\xd5\x3d\x53\x37\x04\x14\xca\xdc\x1e\x8f\xae\x11\x0a\xd5\x44\x6d\xfb\x33\x30\x3f\x51\xf1\x7f\x3b\xaa\x3c\xff\xff\x97\xf7\xcf\xdf\xfd\xfe\x9f\xdf\x3f\xff\xe7\xf7\x5f\xf6\xd7\xfa\xdb\x2f\xbf\xec\x1f\x7f\x8d\x1f\xd6\xaf\x5f\xbf\x7b\xa4\x5f\xb1\xcf\x0f\x3f\xee\x5f\xf6\x5f\x7f\xfa\xdb\x2f\x6b\x7f\xfd\xfc\xd3\xcf\xcf\x5d\xfc\xf7\x7f\x07\x00\x00\xff\xff\x22\x98\x3d\x9c\x0c\xae\x00\x00"); +func _ggec ()(*asset ,error ){_fefg ,_eggb :=_degc ();if _eggb !=nil {return nil ,_eggb ;};_dgea :=bindataFileInfo {_c :"UniJIS2004-UTF8-H",_ed :214224,_cg :_g .FileMode (436),_ca :_d .Unix (1580492828,0)};_ggbc :=&asset {_fdf :_fefg ,_ff :_dgea };return _ggbc ,nil ; +};func _beec ()([]byte ,error ){return _fd (_fadda ,"ETenms-B5-V")};func _aad ()([]byte ,error ){return _fd (_bfca ,"Adobe-Japan1-UCS2")};func _gcg ()(*asset ,error ){_cadg ,_caac :=_ebaa ();if _caac !=nil {return nil ,_caac ;};_dadd :=bindataFileInfo {_c :"Adobe-GB1-5",_ed :2811,_cg :_g .FileMode (436),_ca :_d .Unix (1580491284,0)}; +_eeeg :=&asset {_fdf :_cadg ,_ff :_dadd };return _eeeg ,nil ;};func _eafe ()([]byte ,error ){return _fd (_efabd ,"UniJISPro-UTF8-V")};func _bg ()(*asset ,error ){_bab ,_da :=_af ();if _da !=nil {return nil ,_da ;};_efc :=bindataFileInfo {_c :"78-EUC-V",_ed :900,_cg :_g .FileMode (436),_ca :_d .Unix (1580490853,0)}; +_cef :=&asset {_fdf :_bab ,_ff :_efc };return _cef ,nil ;};func _aggc ()(*asset ,error ){_eefd ,_aff :=_cfaeg ();if _aff !=nil {return nil ,_aff ;};_dcbdc :=bindataFileInfo {_c :"UniKS-UTF8-H",_ed :143593,_cg :_g .FileMode (436),_ca :_d .Unix (1580493060,0)}; +_daada :=&asset {_fdf :_eefd ,_ff :_dcbdc };return _daada ,nil ;};var _afbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x6f\xd4\x30\x10\xc5\xef\xf9\x14\x73\x2c\x87\x12\x3b\x26\x75\x56\xaa\x2a\xd1\x5d\x54\x22\x54\x40\x2c\x2d\x48\x88\x83\xff\x8c\x57\x96\x88\x13\x39\xc9\x61\xbf\x3d\xf2\x4c\x08\x87\xd5\xdb\xfd\x79\xde\xf8\x79\x67\xea\x63\x7f\xea\x53\x5c\xa0\xfe\x9a\x47\x77\xc6\x05\x42\x4c\x3e\xe3\x3c\xae\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xf2\xef\x27\x89\x1b\xcc\x54\x55\xf5\xd3\xe3\xa7\xdb\x0f\x2f\xc7\xdb\x8f\xb0\xce\xb8\xb1\x63\x7f\x3a\x5f\xe7\x05\x87\x3e\x85\x11\x14\x7b\xfd\x3a\x6d\x7e\x80\xfa\x1b\x5e\xe2\xbc\xe4\x2b\xdc\xbc\xf7\xa3\xc5\x37\xe0\x31\x14\xfe\x25\x7b\xcc\x31\x5d\xe0\xe6\xe9\x51\xee\xf4\xbc\x4e\xd3\x1f\x1c\x30\x2d\xd0\x10\xc3\xe4\x49\xab\xfa\xf8\x6c\xa6\xcf\x66\x40\xd8\x83\xbc\xd2\x09\x1d\xbc\x62\x9e\xe3\x98\x40\x36\x6f\x85\x68\xff\xf3\xef\xd7\x09\x41\x6e\x1d\x7e\xbe\xf4\x27\xf8\x25\x41\x0a\x68\x5a\xa5\xbb\xdf\x1b\xff\xf1\x3c\xfa\xbd\xaa\x11\x9c\xdd\x45\x9f\x4d\xba\x60\x75\x6f\xa4\x69\x1e\x60\x13\x68\x75\x4b\x48\x31\x52\x84\xde\x11\x32\x8c\x4c\x41\x87\x8e\x90\x65\xe4\x1e\x40\x6b\xc1\x55\x9e\x91\xa7\xaa\x43\x41\x96\xdb\xdb\x50\x50\xd7\x14\x14\x90\x50\x11\xad\xc5\x5d\x75\x6f\x94\x91\x05\x91\x40\xab\x3b\x42\x1d\xa3\x03\x19\x05\x21\xc7\xc8\x51\x95\x22\x84\x8c\xb8\x97\x2e\xc8\x52\x54\x65\x2d\x55\x51\x7b\xeb\x19\x79\xaa\xa2\xf6\x25\xd0\x26\xd0\xea\x12\x55\x79\x7a\x10\x89\xd6\x82\x11\x1b\x3d\x19\x25\x85\xf0\x6c\x2c\x02\x77\x82\x50\x60\x63\xa0\x1b\x0f\x74\x63\x60\x63\xe0\x7f\x82\x72\xf1\xb3\x15\x3f\x5b\xca\x32\xfd\x7d\x0e\xe5\x7b\x59\xba\x7d\x0f\xdc\x9a\x33\xa6\x85\x56\x8e\x86\x5d\x06\x18\x13\xee\x2b\x3d\x8d\x53\x71\xd1\xe7\x6f\x00\x00\x00\xff\xff\xbd\xdd\xac\xdd\xfe\x02\x00\x00"); +var _bbce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x8b\x1b\x47\x18\x04\xe0\xfb\xfc\x8a\x39\x3a\x07\x67\xbb\xdf\xaf\xee\x86\xc1\x10\xdb\xd8\xec\xc1\x49\x88\xf3\x05\x21\x07\xad\xa6\xb5\x08\xb2\x92\xd0\x6a\x0f\xfe\xf7\xa1\xba\x24\x93\xf8\x60\x64\x95\xa5\x77\xe4\xa7\x7a\xa6\xfb\xee\xdd\xfd\xfb\xfb\xc3\xfe\x32\xdf\xfd\x7c\x3e\x6e\x3f\xf7\xcb\xbc\xdb\x1f\xd6\x73\x7f\x3e\xbe\x9c\xb7\x7d\x7e\xe8\x8f\xfb\xc3\x34\x65\x99\xd7\xfd\xf6\x72\x7b\x3b\x5e\xb6\x4f\x9b\xd3\x34\xe1\xfb\x9f\xbf\x3c\x5f\xfa\xd3\xfd\x61\x77\x9c\x95\x9f\x5b\x5f\x4e\xd7\xcf\xce\xf3\xdd\x2f\xfd\x71\xff\x7c\x39\x7f\x99\x5f\xfd\xb0\x1e\x1f\xfa\x77\xf3\xda\x77\xc8\x7f\x3a\xaf\xfd\xbc\x3f\x3c\xce\xaf\x3e\xbe\xcd\x5f\xd3\xcf\x2f\xa7\xd3\x3f\xfd\xa9\x1f\x2e\xb3\x8f\xac\x1f\xd6\xf1\x3a\xdd\xbd\xfb\xb4\x39\xfd\xb8\x79\xea\xf3\xdd\x18\xf4\xfa\xe3\xdb\xfc\x9a\x9f\x19\xff\xf4\x7b\x3f\x3f\xef\x8f\x87\x39\x7f\x9f\xd2\x7f\xe2\x5f\xbf\x9c\xfa\x9c\xaf\x23\xfe\xfc\xed\xfe\xfd\xfc\x57\x9e\x73\x9a\xc5\x23\xf9\xdf\xd7\xfc\x8f\x4f\xc7\xb5\xcf\xe9\x76\xa1\xfb\xf7\xef\x8e\x2f\x87\xcb\xac\x49\xaa\x31\xcc\xfc\x0f\x6d\x8f\x6b\x7f\x3e\x6d\xb6\xfd\xbc\x39\x3c\xf6\x69\x9e\x97\x94\x52\x7a\x33\x2f\x25\x3e\x7c\x78\x83\x1f\xfb\xcd\x27\xa6\x9c\xd2\xf5\xab\xfb\x95\xd1\xed\x2b\x29\xed\x76\x6f\xe6\x34\x2d\x29\xf3\x7d\xc6\x7b\xf1\x98\x96\x24\x4c\x04\x89\x67\x99\x96\xa4\x4c\x14\x49\x89\x3a\x2d\xc9\x98\x18\x92\x9c\xc4\xa6\x25\x39\x23\x1f\x91\x54\xcc\x0e\x46\x31\x22\x57\x0c\x2f\x8c\xca\x88\x4a\xc3\xf4\xca\xa8\x8e\x5f\x90\x0c\xe3\x1b\xa3\x36\x22\x4d\x18\xbf\x61\xb4\xb9\xfe\x4e\x8c\x7f\x60\xf4\x30\xa2\x9a\x31\x7e\xcb\x68\x8b\x48\x53\xc1\xf8\x95\xd1\x3a\x22\x15\x8c\xef\x8c\xfa\x88\xbc\x62\xfc\x8e\xd1\x6e\x44\xd5\xd2\xb4\x64\x4a\xe5\x21\x65\xa9\xc5\xb4\x64\x62\xe5\x81\x65\xea\x32\x2d\x99\x5a\x79\x68\x59\xa4\x3a\x2d\x99\x5c\x79\x70\x59\x0d\x9b\x96\x4c\xaf\x6c\x57\x53\x8c\xa7\x57\x1e\x5e\xae\x05\xe3\xe9\x95\x87\x97\x87\x62\x3c\xbd\xf2\xf0\xf2\x5a\x31\x9e\x5e\x79\x78\x45\x36\x8c\xa7\x57\x1e\x5e\x61\x09\xe3\xe9\x95\x87\x57\x04\x8a\xcd\xf4\xca\xc3\x2b\x1a\x9a\xcd\xf4\xca\xc3\xab\x64\x54\x9b\xe9\x95\x87\x57\x31\x54\x9b\xe9\x95\xfb\xb5\x7f\x8c\xa7\x57\x1e\x5e\xa5\xa1\x5a\xa1\x97\x0c\xaf\x9a\x51\xad\xd0\x4b\x86\x57\x35\x54\x2b\xf4\x92\xe1\x55\x0b\xaa\x15\x7a\xc9\xf0\xaa\x0d\xd5\x0a\xbd\x64\x78\x35\x41\xb5\x42\x2f\x19\x5e\xcd\x50\xad\xd0\x4b\x86\x57\x2b\xa8\x56\xe8\x25\xc3\xab\x35\x54\x2b\xf4\x92\x7a\x5b\xab\x98\x4f\x30\x69\xcc\x0c\xe5\x0a\xc5\x64\xc3\xac\xa0\x5d\x21\x99\x0c\x32\xb4\x8f\x4b\xd0\x4c\xb6\xcc\x04\xfd\x0a\xd1\x64\x65\xe6\x28\x58\xa8\x26\x9d\x59\x41\xc3\x42\x36\xd9\xf1\x26\x49\xa8\x58\xe9\xa6\x89\x99\xa0\x63\x25\x9c\x66\x66\x8e\x92\x95\x72\x2a\xb7\x1b\x2c\x4d\x8b\x92\x4e\x07\x5d\xd6\x84\x9a\x95\x76\xca\x7b\x53\x15\x3d\x2b\xf1\x94\x37\xa7\x3a\x8a\x56\xea\x29\xef\x4e\xad\x68\x5a\xc9\xa7\xbc\x3d\x2d\xa1\x6a\xa5\x9f\xd2\xcf\x14\x5d\x2b\xfd\x94\x7e\xe6\x28\x5b\xe9\xa7\xf4\xb3\x8a\xb6\x95\x7e\x4a\x3f\xcf\xa8\x5b\xe9\xa7\xdb\xdb\x53\x01\xd7\xa0\x9f\xd2\xcf\x03\x85\x2b\xfd\x94\x7e\x5e\xd1\xb8\xd2\x4f\xe9\x17\x19\x95\x1b\xfd\x8c\x7e\xa1\xe8\xdc\xe8\x67\xf4\x8b\x40\xe7\x46\x3f\xa3\x5f\x54\x74\x6e\xf4\x33\xfa\x95\x8c\xce\x8d\x7e\x46\xbf\x62\xe8\xdc\xe8\x67\xf4\x2b\x81\xce\x8d\x7e\x16\xb7\x47\x19\xae\x41\x3f\xa3\x5f\xcd\xe8\xdc\xe8\x67\xf4\xab\x86\xce\x8d\x7e\x46\xbf\x1a\xe8\xdc\xe8\x67\xf4\xab\x0d\x9d\x1b\xfd\x8c\x7e\x4d\xd0\xb9\xd1\xcf\xe8\xd7\x0c\x9d\x1b\xfd\x8c\x7e\xad\xa0\x73\xa3\x9f\xd1\xaf\x35\x74\x6e\xf4\xb3\x1d\x9f\xb5\x82\xce\x9d\x7e\x9e\x6e\xcf\xdf\x34\x2d\x4e\x3f\xe7\xae\x90\x0a\x3a\x77\xfa\xb9\x30\x6b\xe8\xdc\xe9\xe7\xc3\x4f\xb2\xa0\x73\xa7\x9f\x1b\x33\x47\xe7\x4e\x3f\x77\x66\x05\x9d\x3b\xfd\x7c\xf8\x89\x24\x74\xee\xf4\xf3\xc2\x4c\xd0\xb9\xd3\xcf\xb9\x3f\x88\xa3\x73\xa7\x9f\x73\x83\x90\x82\xce\x9d\x7e\xbe\xb9\x6d\x1a\xb8\x06\xfd\x9c\x5b\x84\x0a\x3a\x77\xfa\xf9\x96\x99\xa3\x73\xa7\x9f\xaf\xcc\x2a\x3a\x77\xfa\xf9\xf0\x13\x4b\xe8\xdc\xe9\xe7\xf4\x33\x45\xe7\x41\xbf\xa0\x9f\x39\x3a\x0f\xfa\x05\xfd\xac\xa2\xf3\xa0\x5f\xd0\xcf\x13\x3a\x0f\xfa\x05\xfd\x5c\xcd\xc6\x36\x7e\xdb\xad\xa7\xdc\xbe\xdd\xbf\x83\xba\x61\xb7\x7d\x10\xbf\x80\xba\x41\x5d\xaf\x58\x11\x41\xdd\xa0\x6e\x64\xac\x88\xa0\x6e\x50\x37\x14\x2b\x22\xa8\x1b\xd4\x8d\xc0\x8a\x08\xea\x06\x75\xa3\x62\x45\x04\x75\x83\xba\x25\x63\x45\x04\x75\x83\xba\x45\xb1\x22\x82\xba\x41\xdd\x12\x58\x11\x41\xdd\xa0\x6e\x69\x58\x11\x41\xdd\xe8\xb7\xcd\x1b\xd7\xa0\x6e\x50\xb7\x1a\x56\x44\xb9\x1e\x71\xa8\x5b\x03\x2b\xa2\x50\xb7\x50\xb7\x36\xac\x88\x42\xdd\x42\xdd\x96\xb1\x22\x0a\x75\x0b\x75\x9b\x61\x45\x14\xfa\x15\xfa\xb5\xc0\x8a\x28\xf4\x2b\xf4\x6b\x0d\x2b\xa2\xc4\xf5\x68\x65\x0f\x38\x49\x48\xaa\xff\x6b\x06\x7f\x1f\x87\xd0\xaf\x07\xc3\xed\xcb\xf9\xdc\x0f\x97\x71\x06\x1d\x87\x3f\x9c\xdd\xf6\x87\xfe\xf5\x3c\x7b\x3a\x9e\xf0\xb5\xf1\xe7\xdf\x00\x00\x00\xff\xff\x1a\x9a\x7e\x09\xfb\x0a\x00\x00"); +var _aaeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\x41\x8f\x9b\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\x2d\x36\xc4\xc4\x48\x51\xa4\x2a\x39\x14\xad\xb6\xad\x4a\xb3\xad\x54\xf5\x40\xf0\x10\x59\x6a\x0c\x32\x70\xc8\xbf\xaf\xfc\x4c\x69\x0f\xd1\x4b\x3e\x33\x8f\x80\x9d\x9d\xea\x73\xed\xdd\x4c\xd9\x97\x30\x74\x0d\xcf\xd4\x3b\x6f\x03\x4f\xc3\x12\x3a\xa6\x2b\xdf\x9c\x17\x42\xe5\x64\x5d\x37\xff\xfd\x89\xe8\xee\xed\x28\x44\x76\xf1\xee\xa5\x79\xbe\x9c\x9a\xfc\xf9\x23\x2d\x13\xaf\x7c\xaa\xcf\xcd\x63\x9a\xf9\x5e\xfb\x7e\xa0\x22\x8d\xdb\x65\x5c\x2b\x88\xb2\xaf\x7c\x73\xd3\x1c\x1e\xf4\xf4\xc1\x0e\x57\x7e\x47\x96\xfb\xe8\x9f\x83\xe5\xe0\xfc\x8d\x9e\x5e\x86\xc0\xad\xda\x16\x9a\x65\x1c\x7f\xf3\x9d\xfd\x4c\x0a\xc6\xde\x22\x45\x76\x7a\x6d\xc7\x4f\xed\x9d\xe9\xff\xbf\xf3\x86\x45\xac\xbd\x71\x98\xdc\xe0\x49\xc9\xf7\x52\x96\xff\xfc\xdb\x63\xe4\xb5\x4c\x64\x3f\x2e\xf5\x99\x7e\x2a\x52\x92\x72\xbd\x93\xfb\x5f\xab\x7f\x7f\x1d\xec\x76\x95\x32\xe9\x09\x3a\x67\x43\xeb\x6f\x2c\x0e\xb9\x54\xc5\x91\x62\xec\x8e\x64\xa4\xae\x40\x65\xa2\x32\x52\xa9\x22\xe5\x1a\x14\xc3\x48\x6d\xc4\xa1\x90\x52\x1d\x29\x46\x0e\x2a\x41\x06\xa4\x14\x06\x75\x24\xd4\xa7\x30\x72\x9f\x68\x97\x08\x5d\x65\x21\x0e\x7d\x8f\xae\x14\x46\xee\x4b\x90\x49\x54\x81\xf6\xa0\x2e\x51\x07\xaa\x40\x9c\x88\x23\x19\x19\x49\xb5\x20\xd5\x83\x54\xa4\xe2\x0a\x8a\x61\xa4\x41\x57\x61\x13\x59\x90\x01\xf5\x89\xd2\x20\xea\x75\x1a\xd4\xb8\xaa\x42\xbd\x4e\x77\xd4\xb8\x63\x99\x47\xe2\x02\xc4\x78\xc6\xaa\x88\x5b\xbb\xbd\xe1\xf8\x3d\x1e\xaa\x6d\x93\xbb\x25\x04\xf6\x33\x8e\x14\xb6\x31\x6e\x8d\xf3\xbc\x9d\xda\x71\x18\xe3\x14\x3e\x7f\x02\x00\x00\xff\xff\x23\x3f\xe6\x8f\xe1\x02\x00\x00"); +var _dfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\xdb\xab\x65\xb9\x75\xee\xdf\xf7\x5f\xb1\x1e\x7d\x1e\xce\xe9\x29\x69\x5c\x24\x28\x36\x1c\x6c\x43\x3a\xe0\x38\xc4\x71\x12\x08\x79\x98\xb7\xd5\x14\xa4\xab\x8a\xea\x6a\x88\xff\xfb\x30\x7e\xdf\xb2\x83\x4d\xa0\x1f\xcc\xe7\xfe\x4a\xd2\x1a\x1a\x1a\x57\x69\xee\xef\x7e\xfd\xfd\x6f\xbe\xff\xf4\xf1\xdb\xe3\xbb\x7f\xfc\xfa\xf9\xfc\xc3\xfd\xed\xf1\xfc\xf8\xe9\xfa\x7a\xff\xf4\xf9\xe7\xaf\xe7\xfd\x38\xee\x1f\x3e\x7e\x7a\x7b\x6b\xfd\x71\x7d\x3c\xbf\xfd\xf9\x3f\x81\xf3\xc7\xfd\xcb\xdb\x5b\xcd\xff\xc3\x9f\x7e\xfa\x76\xff\xf8\xfd\xa7\xe7\xe7\xc7\xd0\xb8\xeb\xe7\x2f\xaf\xb1\x8f\xc7\x77\xff\x74\xff\xf0\xf1\xa7\x6f\x5f\xff\xf4\xf8\xd5\xff\xbf\x3e\x1f\xf7\xff\x79\x5c\xf7\xb3\xf8\xdf\x7f\xbd\xee\xaf\x1f\x3f\xfd\xf0\xf8\xd5\xdf\xef\x5f\xf6\x4f\xed\x2f\xff\xf0\x87\x9f\xbf\x7c\xf9\xcf\xfb\xc7\xfb\xd3\xb7\x47\x87\xbb\x3f\x5d\xe0\xdb\x77\xbf\xfe\xdd\xfe\xe5\x1f\xf6\x1f\xef\xc7\x77\xbf\xfd\xaf\x6f\xff\xf7\xef\x60\x21\xff\xe5\xfe\xfa\xd3\xc7\xcf\x9f\x1e\xad\xfd\xbf\x6d\x8b\xff\xe1\xff\xf9\x4f\x5f\xee\x47\x7b\xcd\xfe\xe3\xf7\xbf\xf9\xfd\xf3\xf9\xd3\xfd\xed\x31\xe6\xa6\x31\xff\xf6\xc7\xef\x7f\xf3\xf8\xf7\xf6\x68\xdb\xa3\xfb\x18\xed\x3f\x5e\x43\xff\xf5\x77\x9f\xaf\xfb\xa1\x41\x6f\x4d\x9b\x39\x3f\x5f\xf7\x4f\x5f\xf6\xf3\xfe\xba\x7f\xfa\xe1\x7e\x7b\x3c\x3e\xf4\xd6\xdb\xfb\xe3\x43\xfe\x36\x7f\xfb\x5e\x52\xfe\xcd\x88\xb7\xb6\x6d\xaf\xa9\x1f\x2f\x51\x7f\x9e\xd2\x5b\xcc\xf7\xc7\x23\xc6\x28\x2a\x96\xa8\xf5\xfe\x48\xcb\x09\xb5\x43\xe5\xfd\xfe\x78\xe4\x16\x6f\x1f\x7a\xd7\xc4\xde\xa1\x7a\xbe\x7d\xe8\x63\x6c\x45\x8d\xb1\x8a\x9a\x5b\x51\xc6\xa8\xe1\x7b\x51\x0b\x2a\x44\x65\x51\xb3\xd5\x5a\xa6\xb5\x2c\x47\x51\xd6\xdf\x3e\x74\x17\xe5\x19\xef\x8f\xc7\xea\xfe\xf6\xa1\x87\xa8\x18\xf3\xfd\xd1\xb6\xd6\x8a\xd2\xf2\xe1\x50\xa3\x46\xa5\x46\x65\xfd\x4b\xdb\x7c\x15\xe5\xa2\x12\x6a\xd5\xf2\x4b\xa3\x96\x3f\xdf\x1f\x8f\x3e\xa0\x02\xe9\x81\xc7\x40\xd4\x25\x51\x17\xdb\xee\xab\x44\xdd\x35\x71\x67\xe2\x60\xdb\xbb\x26\xee\x8c\x1a\xab\xe4\x3a\x34\xea\xa8\x5f\x7c\x58\xaf\xe5\x8f\xec\xa2\x3a\x6b\x39\xd4\x10\x55\x13\x7d\x2b\xdd\x9f\xdd\x8a\x3a\xe3\x89\xee\x4b\xfa\x4b\x6b\x5d\xe3\x7e\x7f\xa4\x7b\x4d\xbc\x8c\x5f\xbc\x3c\x8a\x9a\x50\x25\xd0\x0b\xe6\xe8\xb5\xd6\x25\xb9\x2e\xd6\x8a\xad\xce\xf1\x4a\x51\x05\x8f\x8c\x0e\xa5\xe5\x11\x35\xa3\x41\x75\x51\x1d\x0a\x21\x24\xea\x95\x65\x13\xd1\x0d\x6a\x17\xc5\xd1\x86\x96\x3f\x44\x9d\x35\x6a\xb4\xb7\x0f\x63\x43\x7a\x41\x6b\x75\x8e\x63\xeb\x5d\x54\x67\xd4\x80\x1a\x50\xa3\x33\x2a\x8b\x1a\x2f\x6a\xbc\x3f\x72\x8c\x0d\xca\x44\xed\x35\xca\x0c\xea\x10\x75\xb0\x96\xa8\x13\x2a\xae\x1a\xe5\xbd\xa8\xb8\x45\xdd\x8c\x42\x88\xd2\xca\x87\xb1\xd5\x1e\x5b\xdf\x10\x22\xf5\x8b\x05\x19\x23\xa0\xf4\x8b\xb5\xaf\xd6\x4b\x85\x63\x4b\x2d\xff\xda\x23\xa2\xe6\x25\xea\xae\x51\xad\x28\xb9\xd5\x68\x7d\x41\x2d\xa8\x5d\xd4\xce\xc4\x09\x85\xf4\xad\xf6\xd5\x7a\x67\xd4\x70\x51\xce\x28\x51\x21\xaa\x8c\xbc\xdb\x06\xb5\x44\x71\x1c\x2f\x4a\xcb\x0f\x44\x45\x39\x4d\x9a\x68\xe3\x62\x54\x83\x42\x13\x0d\xef\xe8\x86\x10\xd6\x45\x71\x1c\x36\xa0\xd0\x04\x5e\xdf\xba\x43\x85\x44\x0d\x14\xad\xe5\x43\xcb\x6b\xdb\xab\x28\x05\x85\xd1\x7b\xbe\x3f\xda\x68\x03\x6a\x8a\x9a\x4c\x74\xa8\x25\xaa\xa4\x1f\x65\x5f\xa3\x4b\x39\x5d\xca\xb1\x80\xe2\x17\x7b\x59\x74\xc3\xa2\x47\xc7\xa2\x05\x19\x96\x50\xfa\xc5\x32\xcc\x36\x12\x2a\xb5\x56\x6a\xad\x09\xa5\xb5\xea\xd0\x9a\x71\xda\x5d\x87\x06\x64\x18\x42\xe4\x2d\xea\x66\x54\x09\x31\xb4\x21\xa0\xd9\x96\x50\x5d\x14\xfa\xf2\x0d\x0a\x7d\x11\xec\x9a\x6d\xb5\xd6\x90\x56\x81\xb0\xc5\x44\x7b\x8d\xaa\x73\x34\x8e\x63\xd8\x12\xb5\xde\x1f\xbe\xb1\xc7\x61\x48\x3f\xc2\x18\x55\xd2\x8f\x70\x51\xd8\x84\x33\x31\x42\x54\x9d\x90\x25\xa2\xea\x84\x86\x4e\x08\xbb\x1f\x3a\xa1\x81\x91\xdb\x84\x92\x91\x0f\x19\x39\x47\x3b\x64\xe4\x23\xbd\x46\x2d\x36\x94\x5a\xbe\xc0\x17\x46\x3e\x32\x45\x2d\x46\x69\xa2\x44\x95\xa2\xdd\xa0\x24\x84\x54\xc8\xb6\x15\xdc\x87\xa1\x1c\xdf\x4a\x7a\x93\x72\x4c\x26\x57\x21\x6d\x98\x94\x03\xb8\x84\x30\x33\x51\x75\x68\x8e\x3f\x9a\x5d\xa2\x38\x34\x17\xc5\xa1\x99\xb3\x3c\x96\x63\xae\xe5\x0b\x22\xe6\x84\xd2\xf2\x68\xd5\x51\xa1\x49\xab\xf6\xd2\x2a\xa2\x4a\xab\x86\xf4\x9e\x25\x84\xf2\xd0\xf0\x32\xcc\xe6\x15\xb6\x87\xcb\x30\x81\x0c\x9f\x50\x28\xda\x47\xd9\x6a\x60\x39\x4e\x8c\x16\x64\xf8\x22\x21\xff\x39\xef\xfe\x6f\xa9\x78\xb8\xe9\xa7\xf8\xf5\x20\x08\x2a\xe5\x09\x5a\xcc\x05\xd5\x45\xa1\xbb\xd8\xa0\x86\xa8\x3a\x9a\xa8\x04\x34\x42\xfe\x14\xf2\xa7\x10\x85\xd8\x61\xce\x28\xd6\xb2\x10\x15\x64\x1b\x83\x4a\x51\x25\x44\x4a\x08\x7b\x8a\x22\x8f\x54\xd2\x18\xe1\x6c\x2e\xca\xbe\x5a\x72\x34\x11\x97\x28\x8e\x26\x06\x14\x47\x13\x65\x6b\x2d\x83\x51\xb2\x35\x20\x23\xf8\xc5\x74\x51\xa5\xe1\x4c\x26\xca\x8a\x80\x8c\x70\xa8\x53\x14\xbf\x38\xd9\xb6\x3c\x38\xe4\xc1\xaf\xe5\x5f\xbf\x88\xf4\x18\xbc\xea\x81\x91\x1d\x21\xe6\x80\x32\x51\x12\x22\xa1\x10\x22\x2b\xd4\xb6\x9c\x50\x23\x45\x25\xa3\x26\x14\xb1\x2c\xcb\x30\xdb\xe4\x98\xd3\x34\xd1\xb0\x22\x62\x59\x4a\xab\x59\x46\xda\x66\xdf\xa0\x6e\x51\x24\xa0\x14\x85\x56\xa9\x4d\xda\x24\xf6\xa7\xec\x16\xc8\xc8\x06\x35\x44\xf1\x8b\xe4\xca\x74\xfd\xa2\xf3\x8b\xc9\x1e\x5d\xbf\x58\x55\x56\x9b\x1c\x47\xfa\x21\xaa\x54\xd8\xa6\xd6\x42\x85\x19\xa5\x09\xaa\xac\x91\x21\x4d\x04\x9a\x40\xf7\x29\xb7\xc8\x2a\x11\xda\xc4\x53\x28\x9c\x5e\x90\x81\x99\x64\x4a\xd4\xac\x58\x36\x43\xd4\x12\x45\x4e\x4a\x87\xda\x45\xa1\x09\x89\xaa\x13\x02\x32\x08\x5c\x53\x27\x34\x07\x72\x11\xc2\xa7\x32\x3d\x90\xf1\xa2\x90\x6b\x1a\x72\x11\x59\xa6\x1c\x06\xc8\xa8\x42\x75\x4c\x45\x96\x89\x01\xac\x56\x8a\x56\xa9\x37\x16\x1e\xbc\xd0\xea\x92\x2b\x2c\x79\x70\x55\x59\x63\xc9\x83\x17\x06\xb0\xb0\x9c\x25\x03\x58\x32\x00\x4c\x6e\xc9\x00\x16\xb1\x6c\x91\xf2\x96\x7e\x71\x29\x96\xa1\xe8\xa5\x58\xb6\x4a\xf7\x7d\xdb\x4a\x13\x4b\xba\x07\x7c\x12\x76\x97\x63\xbe\xab\x7c\xa8\x6f\x14\x4b\x2b\x5e\x14\x16\x2d\x21\xe4\x43\xab\x7c\xa8\x6f\xa4\x83\x25\x1f\x5a\xf2\x21\x2c\x7a\xc9\x87\x56\x1d\x47\xdf\x08\xa8\x4b\xc7\xb1\x74\x1c\x13\x51\x75\x1c\x94\xb3\x7d\x23\x74\xa8\x9c\x1d\x7b\x99\x5c\xdf\xf0\xb4\x5d\x26\x07\x64\x4c\x51\xfc\xe2\x5e\xe1\xb1\xb7\x2a\xd9\xc7\x1e\x29\x4a\xca\x11\x85\x72\x76\x44\x6d\x58\xe1\x2e\x51\xf7\x97\xa8\x09\xe5\xa2\x4a\x88\x46\xde\x55\xb5\x3c\x8e\xce\xf2\x2e\x2a\x45\x69\xf9\x09\x35\x45\xad\x1a\x85\xbb\x1f\x8a\x72\x87\xa2\xdc\xd4\xc4\x43\xd4\xc1\x28\x51\xa7\x28\x2a\x36\x52\xcb\xd1\x51\xf4\x51\xc7\xd9\x1b\x36\x71\xa8\xa4\x3a\x54\x52\x2d\x51\x5a\x5e\xa2\xa2\xc2\x53\xa2\x9e\x65\x13\x5d\x95\xd1\x29\x9b\x00\x32\xaa\xbb\x18\xa7\xd6\x3a\x8d\x51\x98\xef\x69\x1a\x65\x1a\xc5\x44\x7b\x8d\x5a\x55\x22\x50\x0f\x9c\x4a\xfe\x67\xf9\x73\x57\x49\x75\x7a\x8a\x42\x13\x2f\x4a\x6b\x95\x31\xf5\x41\x55\x7a\xca\x98\x4e\xc7\xad\x48\x53\x27\x1d\xc1\x38\x91\x7e\xb4\xa2\xd4\x4a\x8c\xab\xf4\xd5\x07\xf5\xd3\x25\x7d\x5d\x72\x85\x25\x0a\x7d\x5d\xe5\x70\x7d\x90\xdf\x2e\x95\xa0\x40\xc6\x12\x85\x5c\x57\x95\x1b\x5d\x45\xdc\xa5\x72\xe3\x92\xf9\x2e\x51\x98\x2f\xdd\x45\xb7\xea\x1b\x86\xba\x8b\x41\x47\x91\x49\x3d\x70\xc9\x4c\x2e\x44\x35\x6a\xfd\x5b\xa2\xde\x15\xa3\xbb\x94\x73\x2b\x46\x03\x99\x14\x71\x77\x47\xae\xbb\xfa\x86\x6e\x24\xff\x5b\x7d\x03\x90\xb9\x19\x94\x89\x62\xf9\xd8\x7e\x39\x15\xdf\xe3\xa9\x19\x4f\x16\x29\xdd\xdd\xca\xe7\xb7\x23\x10\xb1\xec\x56\x24\x06\x92\xae\x78\xdc\x8a\xc4\xb7\xf3\x53\x9c\xd6\xad\x73\x00\x32\x29\x21\x6f\xd5\xb1\x77\x45\xe2\xee\x92\x51\x91\x18\xc8\xe4\x4c\x6f\x45\xe2\x1b\xad\x38\x55\xe5\x53\x5a\x79\xe2\x03\x4e\x23\xf3\x94\x0f\x00\x99\xaf\x51\x9c\xe9\xb3\xcc\xa4\x3b\x25\xf7\xd3\x97\xa8\xb2\xee\x24\x2e\x3e\x5d\x13\x4b\xae\xee\xd8\xed\x53\x72\x01\x99\xd5\x61\x8f\xa7\xea\xeb\x67\xb0\x16\x67\xfa\x0c\xad\x15\x5a\x4b\x13\xb5\x16\xa2\xd2\x6a\x9a\x1a\x3f\x41\x8f\xca\x6f\xa6\xc6\x4f\x90\x59\xdd\x81\xa9\xf1\xb3\xcd\x18\x55\x41\xd0\x36\xd3\x28\xd3\x28\x83\xd2\xa8\x52\x48\xa7\xb6\xb0\x8d\x52\x4d\x90\x59\xd6\x6d\x1b\x21\xc9\xb6\xca\x5c\x1d\xf3\xb3\x2d\x25\x44\x6a\xad\x80\xd2\x5a\x84\x4a\xf6\x68\x1b\xa1\xd2\x36\xea\xd8\x6c\x48\x4f\x05\x62\xb4\x74\x3d\xab\x7f\x33\xb5\x74\xd6\x88\x52\x59\xb5\xba\x35\xa2\x94\x20\xb3\x32\xbd\x35\xa2\x94\x20\xa8\x79\x8c\x26\xf0\x83\xd1\xbf\xf5\x64\x8f\xea\xdf\x04\x99\x5d\xd4\x0e\x65\xe5\x4f\x59\x81\xde\x5a\x55\xbe\x2f\xc8\xec\x1d\xea\x12\x85\x5c\x55\xba\x58\xa3\x90\x10\xe4\x4b\x2e\xca\x33\x6b\x58\x61\x26\x72\xb9\x46\xc9\x0a\xcb\x11\xad\x85\x46\x71\xb4\x39\x11\x35\x24\x97\x8e\xb6\xba\x75\xd3\xd5\x8f\x35\x69\x62\xd5\x28\x75\x79\xd6\xab\xbd\xec\xb3\xfa\x5d\xeb\xe3\x12\x75\x31\x91\x51\xb4\x9a\xd6\x8d\x51\x06\x25\xe9\x81\xa4\xb8\xb4\x6e\x1a\x45\xae\x9c\x55\x5c\x5a\x27\x57\x0a\x32\xfb\x84\xd2\xc4\x28\x3f\xa7\x44\xb0\x1e\x43\x14\x7e\x8e\x7d\x75\x7c\xc8\x7a\xc5\x9c\x3e\x2b\x5e\x5b\xa7\xcd\x17\x64\x56\x64\xb1\xce\x1d\x88\xf5\x8a\x39\x7d\x6a\x43\xe4\x24\xeb\x89\x31\x71\x42\x9d\x76\xc7\xe8\x18\xfb\xaa\x60\x63\xea\x18\x05\x99\x43\x94\xa4\x47\x39\x94\x1b\xa6\x8e\xd1\x06\x66\xb2\xb0\xaf\x21\x33\x19\x32\x93\x61\x50\x53\xd4\x64\xd4\x84\x5a\xa2\xb0\xc2\xf2\x6d\x1b\x38\xb2\x8d\x8e\x10\x5d\x6b\x5d\xa2\x6e\x46\x25\x14\x7b\x1c\x43\xa3\x98\xa8\xe3\x18\x3a\x8e\xb1\xa0\x10\x75\x94\x26\xfa\x32\x44\x95\x26\x80\xcc\x17\x25\xe9\x51\xce\x5a\xfc\xa2\x94\x03\x64\x9a\xa8\x10\x75\x30\x2a\xa0\x4e\x51\x1c\x5a\x15\x97\x36\xa4\x2f\x7a\xc1\xb1\xa1\x42\xf5\x82\x66\x25\xea\xa0\x32\x32\x93\xa8\x26\x51\x8d\x51\x12\xd5\x2a\x7d\x8e\x0d\x7d\x19\xe9\x53\x90\x69\xa2\x96\xa8\x55\xa3\x8c\xb5\x48\x9f\x82\xcc\x17\x75\x88\xe2\x17\x2b\xe5\x99\x9a\x48\x41\x26\x86\xa9\x26\x52\x30\xb6\xea\xe9\xcd\xe4\x56\x26\xb7\xd2\x44\xb9\x95\x55\xe0\x1c\x5b\x75\xd8\x66\xae\xe5\x0b\xcc\xb1\x09\x93\xf9\x9a\xb6\x5d\xa5\xb1\xa9\x89\x14\x8c\x8d\xc8\xe4\x8a\x85\xae\x58\x88\xbb\xbb\x62\xa1\x97\xe5\x8c\x56\x89\xd1\x5c\x96\xe3\xb2\x1c\xd3\xc4\x29\xea\x62\x54\x40\xdd\xa2\xb0\x09\xa4\x77\xd9\x84\x57\x0e\x1f\x8d\x50\xeb\xe4\x70\x41\xa6\xb3\xfc\xd0\xf2\xa5\xef\xd1\xba\xa8\xd7\x44\xb6\xcd\x1e\xd5\xc9\x9a\x73\x1c\x0d\x1f\x72\x1d\x87\xeb\x38\x9c\xe5\x75\x1c\x5e\xba\x1f\x0d\x93\x73\xe9\x1e\xc8\x74\x34\xa1\x90\xe6\xa5\xc9\xd1\xac\xff\x62\x2a\x36\x77\xe9\x8e\xa6\x28\xab\xb4\x35\x77\x29\xca\x51\x94\xb4\xe2\xda\x49\x81\xcf\xd7\x28\xc9\x58\x01\x62\x34\xfd\xba\x02\x84\x2b\xc9\x56\xcb\x6f\x4e\x92\x35\x0f\xd4\x19\xa2\xa4\xce\x02\xef\x1b\xfb\x55\x18\xf1\xca\x23\xa3\x11\x7f\x5c\x79\x04\x70\x93\x56\x52\xcb\x27\x8a\x9a\xe8\x2e\x25\x44\x4a\x51\x1c\xb3\xb2\x0d\x6d\xfe\x68\x55\x13\x9b\xda\x7c\x8b\x81\x10\x55\x1c\x5a\xc8\x07\x80\xcc\xaa\x89\x2d\x74\x34\xdc\x79\x8f\x4e\xa0\x0f\xe5\xca\x50\xae\xac\x8a\xde\x42\xb9\x32\x4a\x47\xa3\x13\x63\x83\xf2\xdd\x42\x75\x4a\x34\xa8\x10\x55\xa7\xd5\xf1\x81\x90\x29\x87\xc2\x2e\x49\x36\x14\x76\xa3\x12\xc5\xa0\xda\xb5\x08\x89\x5a\x90\x59\x0d\x83\x45\x48\x88\xd2\xe4\xe8\xec\x31\x94\x9d\x83\xee\x40\x59\x30\xe8\x0e\x2c\x2a\xb5\x8c\x8e\x5b\x84\x52\x0b\x90\xdc\x20\x5b\x84\x84\x48\xd6\xe2\x38\x42\xc1\x06\x88\x29\xe5\x28\x38\xd3\xe6\x8f\x5e\xfd\x9b\xa9\xcd\xb7\x2c\xef\x18\x1d\xad\xa6\x02\x2a\x90\x5c\x63\x5b\x52\x2c\x19\x7d\xfc\xe0\x42\xdf\x52\xa9\x38\x95\x8a\xc9\x95\xa9\x54\x4c\x57\x3d\x46\x15\x38\x96\xb2\x2f\x20\xb3\x1a\x06\x4b\xd9\x57\x06\xa3\x88\x78\xa9\x0a\x24\xb5\xed\x14\xf5\x1a\x55\xf5\x80\x13\xaf\x53\x49\x36\x95\x64\xab\xe9\xb6\x94\x26\xb2\x0a\xe8\x31\x38\xc7\xa4\x17\x14\x64\x56\xd3\x6d\x29\xc3\xa4\x77\x1e\x03\x15\xaa\x77\xb6\x59\xa1\x63\x8c\xea\x3e\x6d\x72\xbb\x21\xc8\xac\x3e\xdc\x26\x95\xb3\x4d\x62\xc6\x98\xa2\x6e\x51\xd8\x57\xf5\xe1\x36\x15\x33\x80\x31\x16\xa3\x78\xd1\x11\x64\x62\xf7\x73\xe8\x17\xb1\xaf\xb1\xa0\x64\x5f\x40\x66\xf5\xe1\x36\x5d\xbf\x58\x66\x32\x8c\xb8\x38\x65\x26\x40\x26\x87\x36\x95\xc3\x67\xf9\xcd\x30\x62\xec\x54\xb6\x99\xca\x36\xd5\x74\xdb\x94\x01\xd0\xd3\x0f\xc3\x98\xd4\xd3\x0b\x86\xb1\xc7\xa5\x80\xba\x3a\xf5\x00\x9a\x58\xd2\xc4\xea\x4c\x44\xae\xa5\x3d\x02\xc9\x6d\x90\x2d\xed\x11\xf0\x86\x5c\x4b\x7b\x04\x86\x91\x05\xd7\xd0\xf2\x03\xe9\xa9\x2d\x16\x9d\x86\xad\x81\xf4\x4b\x6b\xb9\x28\x49\x8f\x5c\x0a\xbb\xab\x9c\x77\x18\x26\xb7\x14\x50\x81\x54\xe1\xc5\x8d\x42\x41\x9d\x90\x57\x93\x60\x4b\x39\x09\x48\xae\xa4\x6c\x29\x27\x2d\xa2\xa7\x13\xaf\x97\xc2\x23\x90\x39\xd9\xa3\x4b\x54\xf4\xe5\x94\x7a\x6a\xf3\x6d\xaf\x38\x31\x1c\x57\xd8\x15\x27\x80\xcc\x29\xca\x44\x95\x15\xc6\xc6\x44\xe5\xca\x5d\xb9\xb2\x7a\x67\xdb\x25\xd7\x5e\xad\xc4\x08\xea\xf3\x9d\x56\x42\x90\x89\xbe\x76\x45\x93\xbd\x02\xdf\xe0\x32\xd3\x76\x05\x3e\x20\xb3\x1a\x0e\xdb\x53\x13\x11\x95\xab\x54\xd3\x65\x80\x60\xa8\xd6\x3f\x74\xb4\x87\x72\xe5\x12\x35\x44\xb1\x3c\x61\xe8\x90\xbb\x1f\x72\xf7\x6a\xbd\x4c\xf7\x03\x76\x90\x93\xb8\x2a\xb3\x43\x39\xe9\x50\x4e\xc2\xc8\x0f\xe5\xa4\x83\xc8\x44\x1b\x67\x87\xfc\x11\x48\xd9\xd7\xa1\xc8\x74\x54\x26\x18\x2a\xbc\x0e\xd5\x4f\x87\xea\x27\x8e\xf6\x50\xfd\x74\xb0\x6d\x55\x33\x87\xb6\x0d\x58\x7b\x51\x5a\x9e\x6d\x2b\xc9\xea\x62\xc1\x4e\x74\xaf\xd4\x74\x4a\xf7\xe7\x4b\xf7\xa2\xd0\x3d\x17\x00\x63\x6e\x4c\xa4\xb3\x13\x64\x56\x6b\x6e\xa7\x8e\x83\xcb\x80\x31\x39\x21\x5d\x06\x08\x32\xa9\x40\x4e\x95\xff\x27\x2e\x3a\xfb\x2f\x77\xc5\x76\xca\x83\x81\x9c\x24\xc6\x53\x1e\x7c\xb2\xdf\x49\x4e\x3a\xb5\x5f\x20\xcc\x45\x49\x20\x1a\xac\x49\x65\x73\xaa\xc1\x02\xc6\xc4\xf5\x4f\x95\x90\x40\xbe\x36\xa7\x12\x12\x18\x93\x4c\x7f\xaa\xe4\x06\x72\x52\x55\xea\x5a\xc3\x2e\xdc\x95\x2b\x4b\xbb\xe4\xae\x40\x4e\x4c\xf9\x92\xbb\x5e\xe5\x43\x63\xe2\x03\x97\x0a\x3a\x20\x27\xe5\xe8\x25\x7f\xba\x08\x6f\x73\x69\x94\x89\x32\x46\x05\x94\x8b\x2a\x93\x51\x77\x70\x49\xe9\x40\xf2\x22\x63\x97\x7c\xe0\xaa\xd8\x3f\xd6\xc6\x5a\x8a\xfd\x40\x4e\xfc\xfc\x92\xad\x71\xf9\x31\x16\xee\xaa\xcb\x0f\xbb\xb1\xdb\x45\x1d\x7b\xcb\x6e\x81\x9c\x74\xd8\xb7\xec\xf6\x4e\x84\xc0\xf5\x6f\x29\xfa\x4e\x8d\x5a\x50\xaf\x51\xf7\xfb\xc3\xb6\x51\x72\xe9\x16\x41\x90\x93\x16\xe5\x29\x17\x7b\x56\x10\xb4\x8d\x56\xe0\xa9\x20\x08\xe4\x24\x0b\x3e\xc7\x6b\x94\xd7\x28\x67\x2d\x85\x37\x20\x36\x36\xf4\x54\x55\xf9\xac\x24\x6b\x1b\xe5\xc6\x53\x49\x16\xc8\x49\x39\xfa\x54\x92\x7d\x96\xa2\x8d\x32\xd9\x75\x65\xe0\x9b\xb3\x7c\x05\x1b\xdf\xa8\x53\x04\x83\xa2\xd5\x37\x52\xb1\xd3\x9a\x1b\xaf\xc0\xae\xd6\xdc\x79\xef\x34\x2e\xea\x9c\x47\xcf\x17\x24\x3e\xe0\x7a\xfb\xf4\x66\xf1\xfe\xb0\x5e\x42\x78\xe3\xb5\x43\x90\xb3\x39\xd4\x14\xb5\xd7\xa8\xae\x51\x87\x28\xb4\xda\x02\xea\x14\x75\x32\x2a\xa1\xf4\x8b\xa6\x5f\x14\xa5\x5f\x44\x54\xde\x77\x5d\xbd\xb3\x77\x51\x95\x93\x5c\x1d\xa3\xd3\xc6\xd9\xa8\x28\xe5\xfa\x92\x42\x90\xb3\x31\x6a\x68\x54\xa9\xd0\xc6\x14\xb5\x8b\xc2\xad\xda\x82\x42\xd4\x61\xac\xb5\x18\xe5\x5a\x4b\x46\xde\x37\x28\xad\x55\xe5\x9d\xd9\x8b\xba\x45\xe1\x56\x95\x5a\x7c\x10\x33\x9c\x37\x46\xb3\x6a\xc3\x5c\x6f\x8c\x82\x9c\x1d\x51\xb9\xf4\x73\xba\x3c\x23\x87\xbb\xba\x3c\xe7\x2d\xcf\x48\xd8\xae\xb7\x3c\x41\x12\x27\xdc\x78\x39\x71\xab\x08\x62\x5e\xee\xee\x3c\xcf\xbd\x60\x6c\xc1\xa8\xd0\x28\x96\x77\x84\x50\x37\xe5\xce\x69\x7b\x15\x4b\xee\x3a\x6d\xd7\x69\x77\x46\xe9\xb4\xbd\x82\x95\x79\xe5\x37\xa7\x15\x78\x41\xce\x6a\x94\x5d\x1d\x81\x53\x8c\x1b\x69\xca\x55\x8c\x0b\x8c\x57\x4d\xd7\x9b\x9b\x20\x67\x0f\x28\xd6\x8a\xd4\x28\xa8\xd4\xa8\xd4\x28\xd6\xca\xd7\xa8\x5a\x9e\x77\x32\x57\xa1\xea\x29\xaa\x1a\x3f\x57\x11\xe7\x14\x71\xc6\xc3\x8c\xab\x88\x13\xe4\xec\x1a\x85\x26\x28\x83\x8c\xfb\x14\x57\x19\xe4\x7c\xc5\x52\x85\x46\x51\x44\x75\x41\xf2\xac\xe4\xfa\x8a\xc5\x57\x1d\x9a\x6f\x15\xb6\x7d\xe9\xd0\x80\x9c\x43\x14\x2a\x5c\x55\x5a\xfb\x56\xee\xee\x3c\x27\xbc\xa0\xe9\x68\xf5\xaa\xe0\xd4\x16\xbe\xa1\x68\xd5\x16\xbe\x97\xbb\xfb\xc6\x5a\x3b\xee\x2e\xc8\x39\x1a\x14\xb6\x4a\x6d\xe1\xbc\x50\xb8\x6a\x0b\x41\xce\xd1\xa1\x38\xb4\x5d\xcb\x57\xde\x75\xd5\x03\x7e\x94\xe5\x78\xe3\x17\x0f\x59\x0e\x90\x3c\x8a\xf9\xc1\x9b\x9b\x1f\x3c\xa4\xb7\x8a\x39\x4e\xd6\x7f\x41\xce\xa1\x89\x98\xef\x41\x97\xc8\x13\x82\x1f\x54\xf1\x82\xc1\xbb\xb3\x1f\x64\x54\x27\xf9\x7b\x9b\x50\xb2\xfb\x43\x76\x3f\x90\x4b\x2a\x04\xbc\x55\xa2\xf0\x43\x2a\x3c\xd4\x4b\x26\xcb\x53\xb2\x3b\x5f\xfa\x78\xdf\x90\x8b\x2e\x51\x90\x3c\xd6\xf9\x91\xda\x50\xaa\xe3\x9c\xbf\x98\x8a\x5d\xe5\x82\x9f\x9a\x41\x80\x50\x16\x74\xf2\x88\xd3\xb5\xb8\xf2\x88\xdf\x1c\x0d\x1f\x34\xf8\xad\xa3\x01\x06\xef\x82\x7e\xeb\x68\xee\x8a\x19\x6e\x9c\xd6\xad\x98\x71\x2b\x66\x54\xb1\xe3\xb7\x62\xc6\x5d\x62\xbb\xe1\x16\xb7\xc4\x06\x1a\xb7\xd1\x7e\x53\xab\x3b\xd9\xc6\xa9\x9c\x5d\xd9\xc6\x9f\xe5\x16\xee\x98\xdf\x53\x6e\x01\xe4\x1c\x13\xca\x44\xd5\x44\xaf\xc2\x3c\x94\x0e\x62\x2b\xbb\x77\xaf\x82\x2e\x36\xee\xfb\x05\x39\xc7\x82\x4a\xa8\x0a\x5c\x1e\xb5\x7c\x6c\x04\x2e\x41\x4e\x83\xc2\x2d\x62\x2b\x51\x9d\xc7\xfe\xd8\x52\x6b\xa5\x1e\xbf\x45\x69\x2d\x84\xe0\xc5\x2f\x94\x5a\x82\xaf\x76\x9c\x87\xa8\xd0\x57\x3b\x82\x9c\xd6\xa0\x4e\x51\xa5\x42\xae\x9e\xa3\x11\xc2\xa3\x29\x7d\x96\x53\x47\x23\x7d\x06\xe9\xc0\x79\x55\x08\xa5\x83\xe0\xbb\x17\xe7\xc1\x3a\xf4\xdd\x8b\x20\x67\xe5\xb7\xe8\x5a\xbe\x57\x5f\xe9\x14\xc0\xd1\xe9\x2b\x05\x1d\xaf\x8b\x4e\x6d\x21\xf0\xe9\x4c\xa4\xb6\x10\x8c\xe6\x9a\xa8\xe5\xb9\xdd\x98\x15\xb8\x42\x97\xa4\x82\x9c\x86\x5c\x94\xb6\x41\x9a\xf2\x59\xfe\x14\x4a\x53\xa1\x6f\x55\x66\x59\x77\xe8\x5b\x15\x41\x12\x92\x62\xe0\x62\x31\x2a\xad\x3b\x17\x9b\x31\xa8\x9f\x04\x49\xa9\x17\x83\xfa\x29\x48\x40\xbe\xba\x46\xdd\xa2\xf4\xe5\x48\x87\x42\x2e\x52\x8b\xaf\x32\x93\x50\x6a\x09\xc3\xa2\x57\x75\xeb\x61\x58\xb4\x20\xa7\x31\x0a\x8b\x0e\x32\x8c\xaf\x2a\xf2\xc3\x08\x10\x02\xe3\xed\x33\xb8\x5f\xfc\x10\x24\xa0\xd8\x36\x26\x92\x0e\x04\x49\xbd\x19\x4a\x40\x61\xe5\xd4\xb1\x49\x08\x9c\x5a\x90\xd3\x59\x4b\x2a\x24\x4d\x05\xcf\xb4\xa1\x34\x15\x5e\xa2\x06\x05\x4e\xb8\x44\x75\x89\x5a\xd5\x4c\xb8\x44\x05\x62\xab\x34\x15\x4e\x0e\x17\xe4\xac\xee\x20\xc8\x75\x1f\xc2\x6b\x43\xb1\x2d\x26\x6a\x43\x40\xf2\xa2\x1c\xae\x0d\x91\xcc\xa2\x55\x46\x0d\x25\xb3\xe0\xa3\x8f\x68\xd5\x60\x85\x3e\xfa\x10\xa4\xcc\x44\x1f\x7d\x44\x68\x62\x35\x32\xa1\x34\x15\x7c\x2c\x10\x1d\x21\xf4\xb1\x80\x20\xb9\x63\x0b\x7d\x2c\x10\xba\xdd\x18\x55\x48\x84\x6e\x37\x04\x29\xfb\xd2\xed\x46\xf0\xfd\x40\x8c\xce\x44\x72\xa5\x20\x27\xfe\x98\x04\x85\x20\x31\xc6\xa8\x78\x1d\x4a\x8c\xc1\x97\x01\x31\xb0\x2f\x7d\x19\x20\xc8\xc9\x86\xf4\x65\x40\x4c\x54\x38\x42\xa3\x0e\x51\x52\xe1\x82\x42\x85\x33\x59\x2b\x4b\x5f\xdc\x3b\xbc\x20\x27\x36\xa1\xeb\x87\x20\xc9\x06\xb7\x7a\xa1\x24\x2b\x08\x33\x51\x5d\x54\xe7\x99\x76\x40\x0d\x51\x17\xa3\x3a\xd4\x2d\x8a\x36\x0c\xb7\xd2\xf5\x43\xac\x92\x2b\x08\xa2\xb1\x24\x17\x90\xf2\xb4\x45\x35\x13\xcb\xe9\xa0\xa2\xf6\xb8\xe8\x2e\x04\xed\x25\x04\xdd\x45\x2c\x89\x5a\xa5\x5e\x28\x15\xc7\x5e\xb2\x04\xc5\x52\xec\x14\x12\x82\xc1\x63\x6e\xec\x14\x12\xb1\x57\x10\x2d\xf3\x84\x4a\x51\xd4\xc1\xd1\xa1\x08\x30\x7b\xc9\x15\x4e\x94\xdb\x25\xd7\xae\x2a\xab\xca\xb3\xd8\xa9\xb2\x62\x2f\x57\x08\x17\x25\x57\xd8\x15\x4d\xb0\xfb\x5d\xd1\x84\xb4\x1e\x51\x95\x77\x28\xad\xc7\x51\xe1\x31\x82\x08\x70\x28\x3c\x1e\xea\xd9\xaa\xa7\x8f\x83\x9e\x2d\x0e\x2f\x21\xf8\x2c\x30\x0e\xee\x24\x05\xcd\x71\xbe\x43\xa1\xe3\x28\x63\x0c\x3e\x03\x88\x83\x0b\x48\x41\x4e\x6c\xe2\xe0\x72\x2e\xc8\xb5\xc1\x1b\x76\x1c\x4a\x01\x40\xce\x48\xa8\xd7\xa8\x12\x35\x9b\xfd\x75\x2a\x8e\xf6\xb7\x99\x38\x94\x89\x83\xc6\x3d\x78\xa4\x0b\x35\xee\x82\xce\xa3\x53\xa8\x71\x8f\x33\xf4\x2c\x58\xbf\x74\xca\x51\x4e\x39\x0a\xa7\x7c\xca\x51\x4e\x6c\x94\xcb\x89\x38\x65\xa3\xe7\xcb\x46\x17\x94\x8b\x2a\x11\xe9\x47\x43\xb9\x3f\xae\xfa\xc5\xa0\x43\x89\x4b\xbf\x08\xe4\x24\x52\xd2\xfa\x7e\x08\x9e\xec\x43\xa7\xac\x27\x7b\x41\xce\x6c\x50\x97\x28\xd6\x5a\x1a\xa5\xb5\x14\xf0\x52\x94\xd6\x92\x10\x24\x67\x55\x1b\x71\xf3\xf4\xc9\x63\x58\xdc\xdc\xc9\x08\x72\xe2\x74\x37\x77\x32\x71\x63\x57\xab\x9a\x96\xb8\x65\x57\xb7\xec\x2a\x59\x4b\x76\xc5\x73\x7a\x2c\x12\xfd\x4d\xdf\x27\xc8\x59\xb5\x61\xdc\x14\x6f\x41\xb5\x11\x0b\x8b\x51\xb5\x11\x4f\x82\xd4\x56\x8d\x7f\x3c\x15\xa4\x80\x54\xe2\x7a\xca\x3c\xa8\x36\x72\x2b\xb9\x52\xd5\x46\xf2\x09\x72\x6e\x65\x1e\xa9\x4f\x90\x05\xc9\xab\x63\xea\x13\xe4\xdc\xe8\x63\x5a\x83\xa2\x1a\x15\xe4\x4c\x26\x12\x62\x73\xa3\x7c\x6a\x55\x18\xe5\xe6\x5a\x9e\x7b\xba\x99\x0b\xaa\x8b\x2a\xeb\x6b\xc6\x5a\xec\x51\x90\xb3\x0a\x90\xdc\xd8\x63\xea\xab\x64\x52\x78\xea\xab\x64\x41\xa3\x00\x49\x0a\x9b\x17\xe4\x9c\xa2\x24\x04\x7b\x6c\x55\x51\xe5\xeb\xef\x03\x9a\xa8\x3a\xda\x54\x01\x92\x54\x18\xd9\x67\x40\x5d\xa2\x38\x8e\xa9\x51\x37\x14\xf1\xb4\x57\x7d\x93\xbc\xfe\xbe\x20\x27\xcb\xeb\x11\x38\x79\xf1\xcd\x51\x3d\x77\xea\xc5\x57\xd0\xb8\xfc\x4a\xbd\xf8\x0a\x92\x57\xda\xec\x18\x66\xf6\xd4\xb7\xde\xfc\xa2\xf6\x08\xb4\x51\xfd\x68\xea\x95\x36\xa9\x49\x72\x94\x45\xa7\x6a\x92\x54\x6f\x3b\xd0\x97\x7a\x5b\x41\xce\xe9\x50\x28\x5a\x6f\x93\x56\x3d\x51\xea\x6d\x52\x90\x93\x6d\x53\x66\xbc\x20\x0d\x9b\x50\xe8\x4f\x42\xec\x1c\x95\x46\x52\x21\x36\xf7\xca\x39\x93\xdb\xad\xdc\xb9\x02\x11\xb4\xb5\x44\x71\x8e\x04\xbc\xc9\x87\x95\xa9\x80\x97\x04\x96\xc9\x77\xaa\xa9\xd0\x91\x67\xb9\xd5\xe4\x2b\xee\x3c\x53\x54\xee\xef\x8f\xc9\x9f\x2a\xa4\x6e\xca\x04\x0f\xae\x40\x52\x37\x65\x49\x04\x98\xdb\xe6\x7f\x15\xa4\xea\xff\xff\xb8\x7f\x79\xfb\xcb\x1f\xa7\x9c\x3f\x7f\xfd\x7a\x7f\xfa\xc6\x9f\xc2\xf0\x57\x28\x8f\xeb\x7e\x7e\xfc\x74\xff\xe5\xcf\x6a\xbe\x7c\xfe\x52\xb3\xf8\xdf\x7f\x07\x00\x00\xff\xff\xcf\x44\xd9\x36\x82\x33\x00\x00"); +func _dcfa ()(*asset ,error ){_egcd ,_aagb :=_bebf ();if _aagb !=nil {return nil ,_aagb ;};_dfcc :=bindataFileInfo {_c :"GBpc-EUC-H",_ed :2211,_cg :_g .FileMode (436),_ca :_d .Unix (1580492172,0)};_gcgf :=&asset {_fdf :_egcd ,_ff :_dfcc };return _gcgf ,nil ; +};func _edab ()(*asset ,error ){_cga ,_gee :=_bged ();if _gee !=nil {return nil ,_gee ;};_ffcf :=bindataFileInfo {_c :"Adobe-CNS1-6",_ed :1901,_cg :_g .FileMode (436),_ca :_d .Unix (1580491216,0)};_aab :=&asset {_fdf :_cga ,_ff :_ffcf };return _aab ,nil ; +};func _ccd ()([]byte ,error ){return _fd (_cbf ,"GB-EUC-V")};func _ceb ()(*asset ,error ){_edg ,_gefd :=_ddf ();if _gefd !=nil {return nil ,_gefd ;};_acg :=bindataFileInfo {_c :"90ms-RKSJ-V",_ed :1895,_cg :_g .FileMode (436),_ca :_d .Unix (1580491032,0)}; +_deg :=&asset {_fdf :_edg ,_ff :_acg };return _deg ,nil ;};func _ecee ()(*asset ,error ){_gece ,_bagf :=_fce ();if _bagf !=nil {return nil ,_bagf ;};_eace :=bindataFileInfo {_c :"GBK-EUC-V",_ed :766,_cg :_g .FileMode (436),_ca :_d .Unix (1580492085,0)}; +_geca :=&asset {_fdf :_gece ,_ff :_eace };return _geca ,nil ;};func _fegd ()(*asset ,error ){_cabg ,_cca :=_caee ();if _cca !=nil {return nil ,_cca ;};_eca :=bindataFileInfo {_c :"KSCms-UHC-HW-V",_ed :703,_cg :_g .FileMode (436),_ca :_d .Unix (1580492573,0)}; +_cddf :=&asset {_fdf :_cabg ,_ff :_eca };return _cddf ,nil ;};var _ffffc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x41\x8b\xe3\x46\x10\x05\xe0\x7b\xff\x8a\x3e\x6e\x0e\x1b\x77\x55\x75\xb7\x5a\x20\x06\xc2\x0c\x0b\x26\x6c\x36\x64\x32\x49\x20\xe4\xa0\x91\x5a\x83\x20\x96\x84\x6c\x1f\xe6\xdf\x87\xaa\x67\x4f\x60\x0f\x8b\xd7\xcf\xad\xb2\xfc\xbd\xe9\xd6\xe1\xf1\xf8\x74\x5c\xe6\x8b\x3f\xfc\xba\xaf\xc3\x73\xbd\xf8\x69\x5e\xc6\xbd\x9e\xd7\xeb\x3e\x54\xff\x5a\xdf\xe6\xc5\x39\x62\x3f\xce\xc3\xe5\xfe\xd6\x5e\x86\x53\xbf\x39\xa7\xd7\x3f\xbf\x9f\x2f\xf5\x74\x5c\xa6\xd5\x0b\xd6\x8d\xd7\xed\xb6\xd6\xfb\xc3\x6f\xf5\x6d\x3e\x5f\xf6\x77\xff\xe9\xa7\x71\x7d\xad\x3f\xf8\xb1\x4e\x9a\x7f\xdb\xc7\xba\xcf\xcb\x9b\xff\xf4\xf3\xba\xd7\x9e\x3e\x3e\x78\xbe\x6e\xdb\xbf\xf5\x54\x97\x8b\x27\xcb\xea\x32\xda\xab\x3b\x3c\x7e\xed\xb7\x5f\xfa\x53\xf5\x07\x9b\xf5\x19\x57\x7e\xc6\x32\xfb\xf4\x8f\xba\x9f\xe7\x75\xf1\x14\x7e\x0c\x21\xff\x9f\xff\xfe\xbe\xd5\xdb\x38\x77\x78\x39\x3e\x7d\x9b\xa6\x73\xbd\x78\x91\x80\x35\x7f\xbd\x1c\x9f\xfc\xdf\xe4\x29\x78\x4e\x91\xca\x3f\xb7\xa5\x7f\x7e\x5d\xc7\xea\xc3\xfd\xfb\x8f\x4f\x8f\xeb\x55\x6f\xac\x50\x4a\x08\x09\x3f\x75\x58\xc7\x7a\xde\xfa\xa1\xee\xfd\xf2\x56\x9d\xf7\x5d\x08\x21\x3c\xf8\x2e\xe6\x2f\x5f\x1e\xf4\x37\x7c\xb7\xc2\x35\xf7\x2b\xe7\x11\xc9\xfd\x8a\x10\xa6\xe9\xc1\x07\xd7\x05\xc2\x7b\xd2\xf7\x9c\xb2\xeb\x02\x23\x61\x4d\x12\xb1\xeb\x82\x20\x11\x4d\x9a\x5c\x5c\x17\x22\x92\xa8\x09\x05\x8e\xae\x0b\x09\x51\xb2\x88\x8b\xce\xce\x88\xb2\x45\x49\x74\x78\x83\xa8\xb1\xa8\x69\x75\x7a\x41\x54\xec\x0e\x42\xd4\xf1\x2d\xa2\xd6\x22\x09\x3a\xbe\x47\xd4\xdf\xee\x53\xc7\xbf\x22\x7a\xb5\xa8\x90\x8e\x1f\x10\x0d\x1a\x49\x68\x74\xfc\x88\x68\xb4\x48\x58\xc7\x57\x44\xd5\xa2\x54\x74\xfc\x84\x68\xb2\xa8\xc4\xe0\x3a\x82\x14\x99\x54\x0c\x6d\x76\x1d\x01\x8b\x0c\x2b\x4a\x62\xd7\x11\xb4\xc8\xb4\x62\x0e\xc5\x75\x04\x2e\x32\xae\x58\x72\x74\x1d\xc1\x8b\xe2\xcd\x54\xc7\xc3\x8b\xcc\x2b\x49\xa3\xe3\xe1\x45\xe6\x95\xb2\xe8\x78\x78\x91\x79\xa5\x52\x74\x3c\xbc\xc8\xbc\x32\x45\x1d\x0f\x2f\x32\xaf\x1c\x83\x8e\x87\x17\x99\x57\xce\x5a\x2c\xc1\x8b\xcc\x2b\xb7\xda\x2c\xc1\x8b\xcc\xab\x21\xad\x96\xe0\x45\xe6\xd5\x44\xad\x96\xe0\x45\xf5\xd6\xbf\x8e\x87\x17\x99\x57\xd3\x6a\xb5\x0c\x2f\x36\xaf\x42\x5a\x2d\xc3\x8b\xcd\xab\x44\xad\x96\xe1\xc5\xe6\x55\x1a\xad\x96\xe1\xc5\xe6\x55\x5a\xad\x96\xe1\xc5\xe6\xd5\xb2\x56\xcb\xf0\x62\xf3\x6a\xa3\x56\xcb\xf0\x62\xf3\x6a\x1b\xad\x96\xe1\xc5\xe6\xd5\xb6\x5a\x2d\xc3\x8b\xcb\xfd\x6f\x55\xe7\x03\x8c\x5b\x64\x51\xcb\x65\x88\x71\x8f\xac\xd1\x76\x19\x64\x6c\x64\xda\xbe\x7e\x05\xcc\x78\x40\xc6\xda\x2f\x03\x8d\x47\x64\x49\x0b\x66\xa8\x71\x45\xd6\x68\xc3\x0c\x36\x9e\xb0\x49\x82\x56\x2c\x70\x93\x80\x8c\xb5\x63\x01\x9c\x10\xb2\xa4\x25\x0b\xe4\x84\xef\x1b\x2c\xb8\x4e\x40\x27\x46\x47\x12\xb4\x66\x81\x9d\x60\x6f\x8a\x68\xcf\x02\x3c\xc1\xe6\x94\xa4\x45\x0b\xf4\x04\xbb\x53\x8a\x36\x2d\xe0\x13\x6c\xcf\x18\xb4\x6a\x81\x9f\xc0\x2f\x8a\x76\x2d\xf0\x13\xf8\xc5\xa4\x65\x0b\xfc\x04\x7e\xb1\x68\xdb\x02\x3f\x81\x5f\x22\xad\x5b\xe0\x27\xc3\xfd\x54\xd0\xef\x80\x9f\xc0\x2f\x65\x2d\x5c\xe0\x27\xf0\x4b\x45\x1b\x17\xf8\x09\xfc\x32\x69\xe5\xf1\x76\x06\xc2\x2f\x8b\x76\x1e\xe1\x17\xe1\x97\xb3\x76\x1e\xe1\x17\xe1\x97\x8b\x76\x1e\xe1\x17\xe1\xd7\x90\x76\x1e\xe1\x17\xe1\xd7\x44\xed\x3c\xc2\x2f\xc2\xaf\xc9\xda\x79\xcc\xb7\xb3\xb7\xf6\x38\xca\x82\x9d\xc0\xf7\x93\x56\xff\xaf\xcf\xaf\x8f\xe7\xc9\x70\xdd\xf7\xba\x5c\xec\xe9\x65\xcf\x0b\x3d\xdb\xe7\xa5\x7e\x3c\x09\xb7\x75\xd3\xab\xec\xdf\x7f\x01\x00\x00\xff\xff\x4b\x22\x59\x16\x35\x07\x00\x00"); +var _aead =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\x63\x37\x14\x05\xf0\xbd\x3e\xc5\x5b\x4e\x17\xad\xa5\xfb\x4f\x12\x3c\x02\x25\x19\x68\x16\x93\x29\x4d\xa7\x2d\x94\x2e\x1c\x3f\x39\x18\x1a\xdb\xd8\xce\x22\xdf\xbe\xdc\x7b\x9c\x14\x66\x11\x9c\x1c\x9e\xce\x8b\x7f\x70\xd0\xea\xf6\xfe\xee\x7e\xbf\xbb\x4c\xab\x5f\x4f\x87\xcd\xe3\xb8\x4c\xdb\xdd\x7e\x39\x8d\xf3\xe1\xf5\xb4\x19\xd3\xd3\x78\xde\xed\x53\x2a\x34\x2d\xbb\xcd\xe5\xfd\xcf\xf8\xd8\xbc\xac\x8f\x29\xf9\xf9\xc7\xb7\xf3\x65\xbc\xdc\xef\xb7\x87\x89\xf1\xdc\xf2\x7a\xbc\x3e\x3b\x4d\xab\xdf\xc6\xf3\xee\x7c\x39\xbd\x4d\x9f\x7e\x5e\x0e\x4f\xe3\x87\x69\x19\x5b\xcf\xbf\x9e\x96\x71\xda\xed\x9f\xa7\x4f\xb7\x0f\x8f\xe5\x23\x7e\x7c\x3d\x1e\xff\x1d\x2f\x63\x7f\x99\x72\x64\x63\xbf\xc4\x67\x5a\xdd\x7e\x59\x1f\x1f\xd6\x2f\x63\x5a\xdd\x3e\x3c\xd2\x8f\xbf\x44\x1c\xe9\x1f\xe3\x74\xde\x1d\xf6\x53\xc9\x3f\xe5\x6c\xff\xe7\xbf\xbf\x1d\xc7\x54\xae\xc7\xbf\xdd\xdf\x7d\xdd\x6e\xcf\xe3\x32\xb5\x8c\xea\xd5\x5f\xdf\xee\xef\xa6\xbf\xcb\x54\xf2\x44\xca\xcd\xfe\xb9\x3e\xfa\xe7\x97\xc3\x32\xae\xef\x4f\x05\xdf\x65\x73\x58\xc6\xf9\xb8\xde\x8c\xd3\x7a\xff\x3c\xd2\x34\xcd\x54\xa8\xdc\x4c\x73\xfd\x5c\x3f\xdf\xf8\xbf\xf9\xdd\x13\xa9\xd1\xf5\xe4\x6e\x41\xf2\x7e\x82\x4a\x1d\x37\x93\xf6\x6e\x69\x26\x42\x44\x1e\x59\xee\x39\xcd\xc4\x88\x38\xa2\xd2\x24\xcd\x24\x88\x24\x22\xaa\x2d\xcd\xa4\x88\x34\x22\xae\x94\x66\x32\x44\x16\x91\x98\xd7\x57\x44\x35\x22\x35\xaf\x6f\x88\x5a\x44\xa6\x5e\xdf\x11\xf5\x88\xaa\x78\xfd\x1a\xd1\x3a\xa2\x26\x5e\xff\x84\xe8\x29\xa2\xce\x5e\xbf\x41\xb4\xf1\xa8\x66\xf6\xfa\x05\xd1\x12\x51\x21\xaf\x1f\x88\x46\x44\x54\xbc\x7e\x8b\x68\x1b\x11\x17\x4a\x33\xe7\x88\x38\x47\x24\xd9\xd2\xcc\xf0\xe2\xf0\xaa\x9a\x73\x9a\x19\x5e\x4c\x88\xba\xa4\x99\xe1\xc5\xe1\x55\xad\xb5\x34\x33\xbc\x38\xbc\x6a\x6d\x5e\x0f\x2f\x0e\xaf\xda\xaa\xd7\xc3\x8b\xc3\xab\xf6\xea\xf5\xf0\xe2\xf0\x6a\xd9\xbc\x1e\x5e\x1c\x5e\xad\xa8\xd7\xc3\x8b\xc3\xab\x91\x7a\x3d\xbc\x38\xbc\x1a\x8b\xd7\xc3\x8b\xc3\xab\x89\x78\x3d\xbc\x38\xbc\x9a\xb2\xd7\xc3\x8b\xc3\xab\x19\x79\x3d\xbc\x38\xbc\x5a\x25\xaf\x87\x17\x87\x57\x6b\xc5\xd2\x2c\xf0\x92\xf0\x6a\xbd\xe4\x34\x0b\xbc\x24\xbc\x7a\xce\x92\x66\x81\x97\x10\xa2\xde\xd2\x2c\xf0\x92\xf0\xea\xa5\x53\x9a\x05\x5e\x12\x5e\x9d\x9a\xd7\xc3\x4b\xc2\xab\x73\xf3\x7a\x78\x49\x78\x75\xa9\x5e\x0f\x2f\x09\xaf\xae\xe6\xf5\xf0\x92\xf0\xea\x66\x5e\x0f\x2f\x09\xaf\x5e\xd5\xeb\xe1\x25\xe1\xd5\x9b\x7a\x3d\xbc\x24\xbc\x7a\x17\xaf\x87\x97\x84\x57\xc9\x99\xbd\x1f\x60\xb2\x20\x2b\xec\x2f\x80\x98\x0c\x64\x44\xfe\x06\x90\xc9\x16\x19\x53\x4e\xb3\xc2\x4c\x33\x32\x29\x92\x66\x05\x9a\x16\x64\x9a\x5b\x9a\x15\x6a\x4a\xc8\x2c\x53\x9a\x15\x6c\xca\xd7\xcc\xd7\xab\x70\x53\x41\x56\x7d\xbe\x0a\x38\x55\x64\xcd\xf7\xab\x90\x53\x43\xd6\x7d\xc0\x0a\x3a\x0d\xba\x52\xb2\x2f\x58\x61\xa7\x0d\x59\xf1\x09\x2b\xf0\xb4\x23\x23\xdf\xb0\x42\x4f\xd7\xc8\xd8\x47\xac\xe0\xd3\x27\x64\xe2\x2b\x56\xf8\x29\xfc\x8a\xfa\x8c\x15\x7e\x0a\xbf\x62\xbe\x63\x85\x9f\xc2\xaf\x54\x1f\xb2\xc2\x4f\xe1\x57\x9a\x2f\xd9\xe0\x67\xf0\x2b\xdd\xa7\x6c\xf0\x33\xf8\x51\xf6\x2d\x1b\xfc\x0c\x7e\x54\x7c\xcc\x06\x3f\x83\x1f\x91\xaf\xd9\xe0\x67\x72\xcd\x7c\xce\x06\x3f\x83\x1f\xb1\xef\xd9\xe0\x67\xf0\x23\xf1\x41\x1b\xfc\x0c\x7e\xa4\xbe\x68\x83\x9f\xc1\x8f\xcc\x27\x6d\xf0\x33\xf8\x51\xf5\x4d\x1b\xfc\x0c\x7e\xd4\x7c\xd4\x06\x3f\x83\x1f\x75\x5f\xb5\xc1\xcf\xe0\xc7\xd9\x67\x6d\xf0\x33\xf8\x71\xf1\x5d\x1b\xfc\x0c\x7e\x4c\x3e\x6c\x83\x9f\xc1\x8f\xd9\x97\x5d\xe1\x57\xe1\xc7\xe2\xd3\xae\xd7\x6b\x04\x7e\xac\xbe\xed\x0a\xbf\x4a\x22\x9e\x59\xc9\x71\xc1\xbc\x5f\x24\xfe\xbb\xdf\xbf\x1f\x37\xe2\xe6\xf5\x74\x1a\xfb\x4b\xdc\xbe\x71\xf3\xf9\xd5\xb5\xdb\x8f\x8f\x9b\xfc\x78\x38\xfa\xa9\xf8\xf9\x2f\x00\x00\xff\xff\xb9\xb9\xd4\x19\xf5\x07\x00\x00"); +var _gdge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x56\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x5d\x69\xb5\x07\x62\x4f\x90\xa5\xc5\x58\x06\x0e\x79\xfb\xd5\x8c\x59\x76\x0f\xd1\x84\xcf\xf8\xd7\x78\x4c\x5a\x37\x87\xc6\xd9\x19\xd2\x3f\x61\xd4\x2d\xce\x70\xb3\xce\x04\x9c\xc6\x25\x68\x84\x2b\xf6\xd6\x25\x89\xc8\xc1\x58\x3d\xbf\x3d\x72\xd1\x43\xe7\x93\x24\x3d\xfe\xea\xb5\x9e\xf6\x3f\xe5\xfe\x08\xcb\x84\xab\xd6\xcd\xa1\xbd\x4f\x33\x0e\x8d\xbb\x8d\x50\xc4\xdd\x66\xf1\x6b\x02\x40\xfa\x17\x7b\x3b\xcd\xe1\x0e\xbb\x1f\x66\xbc\xe2\x27\x30\x78\x23\xff\x1d\x0c\x06\xeb\x7a\xd8\xd5\xe7\x56\x6c\xdc\x2e\xde\xbf\xe0\x80\x6e\x06\xc1\x86\xce\x70\x4d\xd2\xfa\xd4\xf9\x73\x37\x20\x7c\xe8\xe5\xc2\x6b\xbc\x74\xc1\x30\xd9\xd1\x81\xc8\x3f\x67\x99\x7c\xf7\x7f\x77\x8f\x6b\x56\x92\x3e\xfe\x6f\x0e\xf0\x24\x40\x64\x90\x4b\x99\x67\xcf\xab\x3f\x9c\x46\xb3\xbd\x25\xf2\xd8\xbe\xb6\x26\x74\xae\xc7\xe4\x5b\x27\xca\xeb\x77\x58\x8b\x28\xaa\xb2\x22\x93\x1d\x1b\x15\x51\xa8\xb2\x60\xd3\xd1\x74\x34\xc9\x66\xa2\x21\x59\x46\x52\x09\x96\x2a\x27\x29\x59\x64\x94\x8a\xe4\x0b\xcb\xd7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x0d\x00\x00\xff\xff\x90\x65\xb7\xe6\x67\x02\x00\x00"); +var _gbda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x6f\x1b\xbd\x11\xc6\xef\xfa\x14\x7b\x4c\x0f\xa9\x49\x0e\xb9\x4b\x02\x86\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x5a\xa0\xe8\x61\x25\x91\xae\x80\x5a\x16\x64\xfb\x90\x6f\x5f\xcc\xef\x91\xfd\x3a\xef\x41\xe0\x33\xc3\xf9\xf3\x90\x1c\x0e\xb5\x57\x9f\x6e\x3f\xdf\x1e\x0f\xcf\xd3\xd5\xdf\xcf\x8f\xbb\xbb\xfe\x3c\x8d\xc3\x71\x7f\xee\x4f\x8f\x2f\xe7\x5d\x9f\xb6\xfd\xfe\x70\xdc\x6c\x62\x9a\xf6\x87\xdd\xf3\xab\xc8\xb0\x7b\x58\x4f\x9b\xcd\xd5\xf7\xe3\xe1\xcb\xed\xdd\xc7\xef\xdf\xfe\x1c\xe7\x8f\x7f\x99\x5e\x9e\xfa\x65\xe2\xd3\xed\xe7\xbb\x9f\x4f\xcf\xfd\xe1\xf6\x38\x1e\x27\x53\x80\xfd\xcb\xe9\x12\x64\x9a\xae\xfe\xd1\xef\x0f\x4f\xcf\xe7\x9f\xd3\x87\x3f\xed\x1f\xb7\xfd\x0f\xd3\xbe\x0f\xd7\xff\xed\xbc\xef\xe7\xc3\xf1\x7e\xfa\xf0\x65\x3d\xad\xc7\xf8\x36\x71\xf7\x72\x3a\xfd\xaf\x3f\xf4\xe3\xf3\xb4\xa0\xeb\xc7\x3d\xe3\xe6\xea\xd3\xd7\xf5\xf4\xd7\xf5\xa1\x4f\xbf\x12\xfa\xc1\x34\xb3\x3f\xfa\xf9\xe9\xf0\x78\x9c\xe2\x1f\x43\xa8\xbf\xa9\xbf\xfd\x3c\xf5\x29\x5e\xa2\xfc\xeb\xfb\xed\xe7\xe9\xdf\x71\x8a\x61\x4a\x65\x8e\xe9\x3f\x17\xfd\x3f\xbf\x3e\xee\xdf\xac\x62\x08\x5a\xc3\xee\xb0\xdf\xfd\x77\x3d\x6f\xae\x43\xd8\x86\x9b\xa9\xa6\xb9\x6d\xae\x53\x88\xe1\x66\x5a\x6a\x33\x70\x01\x27\xf0\x0c\x2e\x8e\x93\xf4\x15\x2c\xfd\xe2\xd8\x92\xc7\x59\xf0\x35\x73\x5c\x1d\xc7\xe6\x31\xad\x02\xa3\xc3\x19\x98\x1c\x36\xa0\x39\xf4\x18\x71\x97\x6f\xa6\x6a\x31\x82\x0b\x38\x80\x67\xb0\x73\x89\xdd\x71\xb8\xe0\x05\x9c\xc1\x15\x8c\x6f\x6f\x60\xcf\x6f\x6d\x7b\x33\xc5\x14\x73\x45\xd8\x21\xcc\x12\xf6\x9a\x59\x10\x3a\x42\x09\x08\xe3\x9d\xd9\x1a\x64\xd6\x10\xa2\xcc\x66\x84\xf4\xde\xcc\x34\x53\x10\xb2\x04\xcd\x94\xf7\x66\xb3\x66\x48\xba\x3a\xff\xd7\x89\x0a\x96\xbe\x81\x95\x64\x7d\xef\xbd\xf5\x89\x25\x81\x77\xe0\x08\xde\x83\x9d\x7c\x09\xbb\x9b\x69\xc9\x1c\x56\x09\x7b\xf0\x02\xee\xe0\x19\x3c\xc0\x1e\xb3\x70\xe8\x25\x18\x38\x82\xf1\x8d\x09\x9c\xc1\x06\xc6\x37\x66\x7c\x23\xb8\x80\xe5\x3b\x83\x13\x78\x01\xcb\xb7\x82\x1b\xb8\x11\x47\xbe\x2b\x18\xce\x71\x0b\x96\xaf\xf3\x2f\x49\x31\xf7\x60\xf8\xc7\x0e\x16\xb7\x01\x26\x7e\x82\x7f\x82\x5b\x82\x7f\x22\x57\x82\x7f\x62\x8d\x14\x6d\x31\x7c\x29\xda\x62\xc4\x4f\x0b\x98\xbc\xa9\x82\x15\x13\x9e\x14\x65\x49\xf0\x34\xc5\x87\xa7\x29\x26\x3c\x23\x31\x0d\x0e\x11\x1b\xcb\xac\x05\x5f\x23\x66\xc0\x3e\x63\x93\x59\x7b\x86\x67\x66\xed\x19\x9e\x19\x0e\x99\x7d\xa6\x22\x4b\x26\x0e\x65\x57\x32\xfc\x33\xf1\x33\xfc\xb3\x62\xc2\xbf\xb0\x96\x4c\xae\xe2\x71\x66\xdf\xc3\x9a\x52\x04\x7b\x6d\xa4\xd8\xc0\x1d\xbd\x6c\x06\xd8\x39\x2c\x41\x95\xbc\x78\xd0\xc5\x6b\xbc\xa6\xd0\x36\xd7\x16\x38\x8c\xea\x07\x69\x81\xc3\x68\x5e\xfa\x16\x38\x80\xe6\x55\x6c\x81\xc5\xb4\x58\xc1\x06\xc6\x17\xd2\xcd\x13\x58\x80\x68\x73\x42\x16\x72\x03\x27\xc7\x33\xf6\x7e\xd8\x16\xaa\x30\xb9\xaa\x7c\x0b\x58\xbe\xe4\xad\x1d\xbc\x78\xff\x7c\x6d\x62\x9b\x9a\x7f\xd7\xd5\x2c\xf8\xad\xaf\x69\x21\x47\x63\x33\x16\x72\x73\x99\x67\x33\x09\x10\x4f\x10\x5f\x95\x1c\xe2\x2b\xc9\x0d\xe2\x2b\xc9\x2f\xf6\x10\x37\x82\xee\xb0\x37\x88\x77\x61\x88\x77\xf9\x42\xbc\xcb\x17\xe2\x1d\xe2\xc6\x86\x0d\x6d\xaa\xc7\x4c\x63\xdc\x4c\xc9\x42\xf1\xc4\x16\xbc\x17\x9b\xf7\x20\xb3\xe0\x3d\xd4\xbc\xd4\xcc\x82\xb7\x93\xd8\x66\x4d\xd0\x18\xc9\x6c\x61\xd6\x44\x44\x58\x24\x14\x84\x2a\x41\x66\x4d\x82\x82\xad\x12\x66\x84\x2d\xc2\xa2\xc8\x3b\x09\x09\x41\xa7\xcd\x04\x57\xbe\x65\xb2\x44\xd2\x67\xe9\xe9\xcb\x26\xac\xec\x55\x42\x65\x82\x45\x45\x25\xaf\x44\xa5\x00\xad\xc0\xca\x2f\x68\x35\xb6\xdc\x12\xab\xcd\x10\x4c\x5a\x2d\xfb\x63\x7e\x73\x5d\x90\xc7\x0c\x27\x4d\xb0\xb9\x99\xc5\xfa\x15\xad\x46\x65\x1a\x57\xb4\x5d\x32\xec\xe5\x4c\x0a\x8b\x18\x91\xc2\xa8\xf7\x10\xf0\x36\xed\x74\x06\x93\xc1\x2f\xa0\x99\x2d\x18\x45\x4d\x54\x09\xe4\xb0\x06\x5b\x72\xd8\xaa\x09\xb9\x6c\x99\x50\xbe\x9d\x26\xd8\x10\xdb\x4b\x20\x7b\x8e\x12\x30\xcb\xec\x82\x32\xfa\x2d\xa9\x56\x84\x95\x30\x49\xa0\xf2\xb4\xe9\x79\x65\x81\xb0\xca\x1c\x92\x88\x64\xb6\x96\x0a\xb3\x42\x65\x6b\x3b\x8b\xd6\xaa\xf5\x15\x93\xa0\x99\x2c\x81\x5d\x28\xe4\xce\x58\x2d\xbc\x99\xe1\x22\x68\x1d\x4a\xb2\x68\x1d\x99\xc3\x5c\xba\x04\xce\x63\x19\x9c\x66\xde\x5c\x8f\x11\xb8\x71\x5e\x6e\x63\x04\x5a\xce\x82\x3e\xea\x2d\xf3\xfe\x3f\x86\xda\x89\xef\xdb\x18\xc6\xa1\xf9\x1b\x34\x86\xa1\x0f\x38\xd8\xe0\xa6\x04\xc7\x45\x36\x05\xac\x1b\x34\x83\x65\x2f\xdc\x5f\xdb\xd5\x18\xdc\xca\x5a\xdb\x2f\xad\xc2\x96\xb7\x56\x71\x5e\x8f\xf7\xdd\x1f\x4f\xff\x07\xe4\x43\xa4\x35\x14\x3d\xa2\xe8\x4a\xf0\x7d\xcc\x95\x9e\xed\x3d\xd2\x07\x0f\x9b\x17\xda\xb2\xdf\x4b\x1f\x78\x05\xab\x5e\xdc\x59\x2a\x1e\x40\xfe\x01\x15\xbf\x8a\x3e\x34\x54\x72\x5c\xa5\xda\xa2\xd2\x33\x63\xa8\x12\x5d\xdf\x20\xe1\xe5\xeb\x03\x8f\x5d\xd4\x83\x12\x51\x19\xef\x04\xbd\xbb\x58\x91\x8a\xa7\x20\x10\xde\xeb\xd3\x07\x5e\x2b\xfe\x2a\x15\x53\x2c\x36\xb4\x64\x3d\x18\xb2\xa2\x9e\x0a\x17\x3d\xf8\x7a\x7d\x48\x6c\x1d\xcd\x0a\xf6\x16\xf8\x67\xd0\x02\x2a\x6f\x07\x3e\xd0\xea\x02\xad\xd1\x3b\x81\x0f\x0b\x7b\xa8\x36\x1a\x2f\x9e\x8d\x43\xa7\x19\x84\x56\xd0\xb5\x99\x02\xa1\x63\x0e\xa9\x06\x37\x8f\xc2\x8c\xc3\x77\xdf\xe2\x68\x6a\xd6\x86\x6e\x95\x6e\xa0\x53\x69\x8a\xae\xf1\x7a\xc5\xa6\xab\xed\xf5\xe6\x8d\xc6\xd4\xcb\xa8\xda\xb8\x4a\xa7\x76\x50\xf1\xf5\x17\xcc\x5b\x44\x94\x4e\x9d\xa7\x4a\xa7\x8e\xd5\xd4\x4f\x14\xcf\x82\x3a\x06\x85\x6f\x59\xba\x22\x9d\x5a\x8a\xec\xb2\xec\x92\xae\xaa\x49\x37\x4b\xa7\x6b\xba\x95\x4e\xb7\x2a\xa9\x21\x88\x4b\x91\xaf\xfa\x69\x29\xd2\xc9\xd7\x77\x6f\x0c\xce\x62\x0c\x2a\xa9\x36\x54\x65\xa0\x9a\x2f\x7f\x52\xe3\xa5\xda\x55\xdc\x08\xfe\x4d\xf3\xf6\x8d\xb1\x7b\x39\x9f\xfb\xf1\x99\x2f\x1a\x3e\x22\xfc\xc3\xe0\x70\xec\x6f\x9f\x4d\xa7\xc7\x93\x7b\xf1\xfb\x7f\x00\x00\x00\xff\xff\x03\x19\x3b\x09\x62\x0d\x00\x00"); +func _cfe ()([]byte ,error ){return _fd (_dda ,"Add-V")};func _gecg ()([]byte ,error ){return _fd (_eccad ,"UniKS-UCS2-H")};var _eccad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4f\xeb\x2d\x3f\x92\xa0\x87\xef\xeb\x55\xdc\xe5\xfc\x16\xf3\xab\xcc\x54\xfc\x51\x42\x71\xc1\xcc\xb8\x71\x33\x8c\x6d\xdc\x1e\xdb\x60\xbc\x38\x27\x4f\x66\x53\xe0\xfe\x56\x51\x5d\xb3\x98\x77\x6f\xf4\x3c\xa7\xc6\xc6\x18\x6e\xad\x9e\xfb\xd1\xcd\xa3\x94\x94\x52\x28\x14\x0a\x85\x7e\xff\xef\xfe\xf1\xdf\xff\xe3\x6f\x7f\xfc\xeb\x8f\xdf\xff\x8f\x7f\xf9\xd3\xf5\x4f\xf7\x5f\x7f\x3c\x7f\xfc\xed\xf3\x97\xfb\x5f\xff\xf4\x9f\xff\x72\xdd\x3f\xde\xf7\x3f\xff\xf1\xb7\xdf\xfd\x6e\x3f\x7e\x7c\xfe\x78\xfd\xf5\x6f\x7f\x82\xeb\x5f\x5e\x7f\xfe\xdd\xef\xd6\xef\xff\xe9\xbf\xfc\xeb\x5f\xef\x7f\xf9\xc7\xdf\x9e\x3f\xfd\x18\x3e\xf7\xf9\xcf\x7f\xfe\x3e\xfb\xe3\xc7\xef\xff\xa7\xfb\x9f\xff\xf8\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xcf\x9f\xde\xf7\xff\xef\xc7\xe7\x7e\x56\xfa\xff\xf0\x97\xcf\xfd\x97\x3f\xfe\xf6\xcf\x3f\xfe\xcd\x7f\xf8\xd3\x5f\xee\xd7\xfe\x5f\xff\xe3\x9f\xfe\xf3\x9f\xff\xfc\x7f\xde\xff\x72\xff\xf6\xd7\x1f\x3b\x69\xf7\x6f\x1f\xf8\xbb\xdf\xff\xbb\xff\xf8\xfa\xf3\x7f\xff\xfa\x97\xfb\xc7\xef\xff\xd3\x6f\x7f\xfc\x0f\xff\xf4\x6f\xff\xd3\xbf\xfb\xa7\xe3\xdf\xfe\x77\xfc\x27\xff\xf7\xbf\xdc\x7f\xf9\xd7\x3f\xfe\xe9\xb7\x1f\xfb\xf6\xff\xdf\xb6\xfa\xbf\xd3\xff\xe7\xff\xf2\xe7\xfb\x9b\xd9\xef\x7e\xff\xbf\xfd\xa7\x7f\xfc\xf7\x3f\xfe\xf7\xfd\xc7\xbe\xfd\x38\x32\xb6\xfa\x3f\xbe\xe9\xff\xeb\x7f\xfc\xd3\xe7\xfe\xb1\xf9\xd7\x61\x05\xae\x3f\x7d\xee\x7f\xfd\xf3\xeb\xba\xff\xf2\xfa\xed\x9f\xef\xdf\xfd\xf8\xf1\x87\x6d\xdb\xb6\x9f\x3f\xfe\xf0\xef\xfb\x1f\xfe\xe1\xe7\xfa\xfb\xbf\xf5\xef\x7f\xf8\x87\xf5\xf7\xfd\xdb\xe7\xff\xf5\x8b\xdf\xed\x66\xf4\xdb\x9f\xfe\xfa\xb9\x1f\xd3\xfe\x96\xc7\xb6\xed\xcf\xcf\x1f\xfb\xfa\xd5\xff\xf3\xbf\x7f\xb7\x6f\xdb\xf7\xed\x7f\xfc\xfc\xd7\x5f\x1c\xfe\xa2\xef\xf5\x8b\x3f\x6c\xdb\x6b\xe7\xef\x85\x63\x9b\xa4\x84\x29\xf1\xf3\xc7\xb1\x07\x29\x6d\x4a\xff\xfc\xb1\x67\x92\x32\x4d\x99\x3f\x7f\xec\x5b\x93\xf2\x32\xe5\xf5\xf3\x47\x95\xf9\xbc\x4d\x79\xff\xfc\xb1\x77\xad\x94\xb7\xef\x5e\xd8\x07\xcf\xbc\x7d\xfb\xc2\x3e\x36\x52\x0e\x53\xc6\xcf\x1f\x33\x06\x29\x96\x67\x61\x3f\x4f\x52\xca\x94\xfa\xf9\xe3\x08\x4a\xf8\xb6\x3c\x0b\xc7\xe6\xbb\x4e\x53\xce\x95\xcf\x41\x8a\x25\x5c\xa8\xa6\x16\x6f\x4b\xf8\xa6\x84\xd4\xe2\x7d\x99\x72\xfd\xfc\xd1\x49\xfb\xbc\x3f\xa6\x7c\x7e\xfe\xe8\xb0\xcc\xb7\x29\xf7\x7a\xc6\x9c\x1f\x53\x9e\xf5\x76\x4a\x78\x59\xc2\x85\x2a\xca\xf3\xb1\xee\x0b\x55\xbc\xeb\x63\xab\x2e\xec\x83\x77\x7d\xac\xc5\x42\x35\x75\xff\xf8\xae\x85\xb2\x0d\x3f\xbe\x6b\xa1\x6d\xe7\xdb\x77\x2d\x74\x92\xf3\xe3\xbb\x16\x3a\x29\xcf\xe3\xbb\x1e\xde\x45\x99\x1f\xdf\xb5\xd0\x96\xf0\xf1\x5d\x0b\x5d\xeb\x57\xfb\xce\xd7\x01\x9d\xeb\x5d\xfb\xc1\xbb\x40\xf9\xcc\xd1\xa6\xf4\xfa\xd5\xfa\x82\xfb\xf0\x57\x0b\x5d\x3b\x29\x87\x29\xc7\xaa\x85\xcf\x0c\x53\xc6\x7a\xe6\x20\x65\x9a\x42\x79\x06\x29\x8f\x29\xcf\xfa\x15\xf9\x04\xf5\x02\x5d\x41\x8a\xef\x5a\xa8\x26\x9f\xf0\x5d\x0b\x5d\x49\xca\x69\xca\xf9\xf3\x47\x7f\x9f\x79\x99\x42\x4f\xa0\x5e\xf1\x36\xe5\xbd\x9e\xe1\x5d\x69\x3e\x49\x99\x79\x57\x5a\xe6\xa4\xcc\xab\x9d\xf7\xb2\x35\x16\xaa\x4d\xb1\x35\x16\x9a\x9a\x1e\xf6\x28\x30\x0f\xba\xdd\x71\xf1\x10\x38\xb6\xf5\xb2\xc3\x0f\x0f\x8e\xed\x20\xe5\x34\xe5\x5c\x29\xfc\xea\xf3\x32\xe5\xb5\x52\x82\x94\xb7\x29\xef\x95\xd2\xa4\xf8\xb2\x85\x63\xe3\xf5\x9f\x8f\x29\x9f\x95\xb2\x9a\x75\x9c\x34\xd9\x58\x03\x3e\xa8\xea\x78\x0d\x53\xce\x9f\x3f\x62\xae\xe6\x18\x0e\xcb\x71\xad\x67\xce\xf5\xf6\x71\xf9\xcc\x75\xfe\xfc\x91\xfb\x2a\x61\x6c\x3c\x03\xf6\xed\x58\x3d\x28\x76\xbe\x4f\xec\x49\xd2\x46\x12\x4d\x14\xc3\xa4\x55\xc8\x18\x26\xc5\x92\x59\x1b\x5d\x26\xd2\xbc\x92\xbc\x56\x8f\x3d\xb6\x7d\xbd\xf0\xd8\xf6\x35\xea\x37\x53\xca\x94\xfa\xf9\x63\xdf\x77\x52\xa6\x29\xe7\x4a\x09\x52\xde\xa6\xbc\x57\x6b\x2f\x11\x73\x6c\xfb\x65\xd2\x67\x3d\x54\xa4\x3c\xa6\x3c\x3c\xd4\x2b\x09\xa9\x78\x6c\xc7\x92\x82\x91\xa4\x1c\xa6\x1c\x3f\x7f\xcc\xda\x7c\x28\x4d\x2a\x4a\xb9\x52\x86\x3f\x5b\x38\xcc\x7b\xf8\xb3\xd5\xb1\xf7\x41\xb1\x47\x98\x12\x3f\x7f\xcc\x9c\x07\x49\x66\xb4\x70\x8e\xc3\xdf\x59\xb9\x85\x73\x1c\xd4\x65\x9c\x26\xbd\x56\x09\x76\x7f\x68\xf5\x16\xf6\xf4\x77\xd6\x6e\x61\x32\x6e\x8e\x2d\x2c\xc2\xc2\xcc\x93\x32\xb4\x65\x58\x98\x56\xaf\x5f\xa6\xd8\x50\x3e\x64\x56\x4d\x4f\x0d\xda\xae\x3f\x26\xdd\x2b\x29\x37\x92\x6c\xbc\x85\x19\x14\x61\xee\xa4\x4c\x32\x5f\x0d\xb5\x6f\x7c\x3b\xb0\xc7\x4e\xca\x69\xca\xea\xce\xfb\x2a\xc0\xee\xf7\x05\x79\x6e\xa4\x94\x29\x4b\xaa\x2f\x69\x73\xec\x07\x39\x83\x83\xba\xed\x7e\x15\x70\x14\xbf\x3a\xfc\x15\x12\x29\x7c\xe6\x6d\xca\x6a\xa4\x25\xf9\x0f\x47\xee\xb1\x67\x2c\x19\x7e\x92\xe2\x33\x89\x0c\x1f\xcc\xb7\x7f\x9b\x23\xff\xbf\xa6\xcd\x63\x2f\xbe\xf4\x5e\x6b\x8c\x14\x55\x6a\x53\x7a\xa5\x24\x29\xa7\x29\x6b\x80\xed\x6d\x8a\xc5\x5d\xd8\x9b\xe2\x9e\x16\xe5\x5c\xdd\xba\x29\xee\x99\xa6\xe4\xea\x7a\x34\xdf\x69\x95\x4e\x1a\xc2\x5f\xb5\x29\x4b\x62\xf0\x65\xf6\x73\x9a\xb2\x24\xc6\xf7\xed\x36\xf1\xc2\x61\x25\xdf\x96\x67\x61\xce\xe2\x67\x6f\x5b\x74\x61\xce\xe2\x43\xbc\x2d\xe3\xc2\x9c\x4b\xaa\x1e\xfb\xdb\x42\x32\x07\xcf\x32\xaf\x30\x29\x48\xa2\x98\x48\x36\x31\xe7\xe4\x87\x97\x6f\xbc\x78\xe3\x24\xfb\xcb\x1f\x5e\xb9\x92\xce\x22\xe9\x63\xd2\x67\x25\xed\x26\x3d\x26\x3d\x24\xf1\xc3\x8f\x79\x7d\xc8\x8b\xd1\xbd\x7f\x2c\xfd\x87\xd2\xa7\x49\x96\x7e\x61\x3f\xfd\x9d\x85\xff\x50\xf8\x34\xc9\x32\x7c\xd0\x20\x78\xdf\x6d\xe6\x0b\xe7\x6e\xf7\xbb\xcd\x7c\xe1\xdc\x4f\xfa\xcd\x6d\xe6\x0b\xe7\x7e\xd2\xca\xb7\xb9\x2f\x9c\xfb\xc9\x07\xbc\xfd\x5c\x0b\xe7\x7e\xd2\xcc\xb7\xdf\x6b\xe1\x44\x10\x1f\xfb\xed\x07\x5b\x38\x51\x63\x8e\xfd\xf6\x8b\x2d\x9c\x4c\x04\xc7\x81\x3e\x27\xf6\xb3\x49\x39\x4c\x59\x15\x4c\x9f\x19\xa6\xac\xd1\xc5\xeb\x8e\xad\x4c\xa9\x25\x04\x68\xbd\x63\x6b\x93\x50\xd9\x0e\x52\xa6\x29\x4b\x65\xe3\x6b\x1d\x0e\x4a\x30\x1d\x17\xc7\xf6\x36\x69\x8d\x9d\x69\x46\x97\x29\x08\x18\x7a\xe3\xb1\x3d\x26\x2d\x75\x67\x5f\x4d\x70\xa0\x28\x88\x03\x49\x75\x38\xbc\xc1\x6c\x44\xdc\xb1\xbf\x4c\x7a\xad\xae\x4f\xb9\xf7\x8f\x29\x4b\x34\x4f\xb2\xde\x6f\x53\x96\x76\x3a\xfc\x95\x2f\x43\x58\xf7\x4e\x93\x28\xac\xc1\xce\x68\x38\x14\x0b\x60\xf6\x30\x29\x4d\xb2\x4d\xa8\xdc\x61\x9b\x1c\xab\x05\xf8\xc0\xc7\x61\x0b\x2c\xf8\x7d\x8f\xc3\x42\x2e\xd8\x2f\x0e\xc5\xc9\x71\x5c\xab\x90\xfe\xca\x42\x2e\x1c\x4c\x44\x87\x32\x1e\xec\x4c\x28\x87\x22\x1e\xec\xd3\x67\xfc\x48\x0b\xc7\x4e\xce\xc3\xf2\x2c\xcc\x71\xf8\x90\x2d\xb2\xb0\x37\x85\x0e\x1b\x72\x61\x26\x5d\xe9\x08\xf3\x5e\x98\x71\xfa\x94\x1f\x77\x61\xa6\x5d\x29\x6d\xa5\x85\xd9\x48\xf8\x23\xfd\x4c\x0b\xb3\x0f\xbe\x5c\xda\x72\x49\xf7\xa2\x57\x28\x2c\xc1\xec\x83\x0a\xa7\x8d\xb2\x30\x97\xb8\xfc\xc3\x71\x28\x0f\xc1\x3e\x4c\x31\xf3\x85\xfd\xfb\x8c\x79\x97\x5f\x85\xcc\xcb\x86\xaa\xd5\x2c\xdf\x14\x9b\x65\x69\x4c\xb3\x0f\x93\x6c\xdf\xe2\x93\x33\x5d\x1d\x0a\xdb\xa3\x59\x15\xd8\x9e\xed\x0f\xbb\x49\xa2\x7e\xed\xe7\x6c\x74\x7e\xbf\xa7\xf3\xdc\xc1\x3c\x17\x4d\x5e\xd3\xbc\xd6\xb4\x35\xc3\x46\x9e\x96\x74\xae\x21\x35\xe9\x3e\xd3\x82\x32\xa9\xb5\x9d\x6c\xda\xec\x0b\xb3\x91\xd4\xc7\xb4\x0c\x73\x8d\xb2\x49\x77\x9d\xbe\x6f\x61\xc6\x37\xc9\x0e\x34\x29\x82\xb9\x2b\xf3\x8f\xd3\x4a\x93\xd5\xcb\x66\x7f\xd1\xec\x4c\x5b\xc7\xcb\x32\xbc\xd0\x1c\x36\x9a\xf4\xe5\x0f\x17\x76\x47\xec\xdb\xdc\xdf\x8e\x4f\xea\x7c\xd9\x7e\x08\xd3\x68\x72\xff\x58\xac\x0f\x65\xb0\xef\xdf\x3e\xb5\x30\xc7\x41\xc7\xba\x1d\x6b\xb7\x9a\xd9\xef\xfe\x70\x0c\x25\xcb\x50\xb2\xd0\x3f\xc6\x4e\x5b\x81\x1d\x79\x30\xf6\x30\x85\xb6\x5a\x2b\x99\x23\xec\x1e\xb1\xbe\x64\x8f\xbf\x63\x7e\x8d\xe2\xd5\xc1\x07\x6e\x3e\x5d\xa8\xb4\xc4\xfa\x36\x93\x36\x8a\x39\x4c\x59\x62\x75\xa3\x8d\xe2\x44\x3c\xc5\x7b\x7d\x14\xfa\x7d\xb0\x38\x3c\x82\xda\x0f\x9a\x3b\x9c\x4a\x62\x09\xda\x46\x95\x4b\xe5\x2c\x48\x84\x43\xa2\xce\x8a\x5c\x2b\xd1\x23\x95\xbc\x20\x0f\x53\x86\x29\x4b\x67\xa1\x9e\xa9\x74\x04\x79\x98\xf2\x31\xe5\xf3\xf3\x47\xa2\xc5\xe4\x76\x9b\x72\xaf\x14\xdf\xfe\x98\xf2\xac\x7c\x56\x35\x72\xb7\x3c\x0b\x79\x98\x62\x79\x16\x32\x4d\xb1\x3c\x0b\xc9\x87\x4e\x85\x2c\x48\x06\x61\xfa\x29\x40\x32\x98\x72\x4f\x53\x72\xfd\xaa\x48\x29\x53\x6a\xa5\x24\x29\x6d\x4a\xaf\x7c\x4c\x99\xa6\xcc\x95\x8f\x39\x9f\xa6\xac\x05\x40\x9a\xf3\xcb\x94\xd7\x4a\xf1\x99\xb7\x29\xef\x95\x8f\xcf\xd8\x3e\x3b\xed\x63\xce\xb6\xcf\x42\x86\xe5\xb1\x7d\x96\x84\x4f\x74\xff\x54\xc0\x83\x44\x7f\x4c\x35\xc1\x5c\x02\x3e\xcb\x14\xeb\x7e\x50\x77\xf2\x39\xac\xfb\x41\xdd\x69\x67\xe7\x00\x90\x8c\xe1\x54\x5b\xcc\x35\x13\x24\x1a\x65\x1e\xd6\x74\x21\xc3\x14\x6b\xba\xa6\x80\x44\x45\x4a\xa7\x00\x90\xc3\x7c\xac\xd7\x41\xbd\x7c\xbb\xf5\x5a\x93\x42\x96\x6f\xf7\x2b\x2f\x24\x9d\x35\x5d\x2e\x80\x44\x80\xe4\xb0\x5e\x83\x7a\x51\xf7\x61\xbd\x06\xf5\xf2\x19\xeb\x35\xa8\x17\x6f\x77\x72\xc9\x35\x95\x24\x8a\x66\x3a\x95\x80\x0c\x5a\x7e\x58\xaf\x41\xbd\xcc\xd9\x7a\xad\xf5\x44\xa2\x7a\xa6\xcb\x09\x90\xc3\x67\xac\xd7\xa0\x5e\xa6\x58\xaf\xb1\xea\x85\xfc\xcc\x61\xbd\x06\xf5\x22\x25\xac\xd7\x5a\x85\x27\xf2\x26\x5d\x83\x80\x44\x48\xa4\xf3\x58\x06\x6f\x27\xe7\xf0\xed\x0b\x19\x3c\xa3\xba\x0c\x0e\xc7\xc5\xcb\x9c\x17\x76\xbf\xc5\xcb\x16\x5b\xd8\xd1\x56\x53\xc9\x09\x0e\xcb\xac\xe0\xcc\x25\x25\x0f\xc7\xc5\xcb\xef\xbe\xe0\x8a\x2f\x5f\xb6\xd8\xc2\x61\xff\x79\xd9\x62\x0b\x87\xa3\xe0\x65\x8b\x2d\xb8\x98\x4c\xf5\x67\x30\xdb\x9f\xa9\x3f\x83\xdd\x0f\xaf\xfa\x0c\xf6\xf2\x19\x3f\x18\x52\xaa\xd1\x74\x52\x31\x05\x0e\xa5\xcb\xdb\x12\x2d\x1c\xca\xa4\xb7\xef\xc7\x86\xd5\xcc\x7a\xa9\xd2\x0d\x76\x3b\xcc\xdb\x0f\xb4\xb0\x97\x85\xf4\x03\xbd\x99\x3f\x6d\x6b\x15\x73\x70\xec\x3c\x74\x59\x93\x0b\x95\x8d\x62\x5f\x16\xfb\x42\x04\xa3\xe9\xe4\x65\x21\x17\x76\x87\xcb\x65\x21\x17\xf6\xf2\x19\x9b\x6d\xe1\xb0\x7b\x5e\x16\x7b\xe1\x70\x20\x5e\x8a\x8a\x0b\x05\x62\x9a\xe4\xd7\xbf\x58\xca\x5a\x46\xab\xb6\x30\xcb\xee\xe8\x4c\x06\x76\x87\xbd\x0b\x05\xb0\xb3\x00\x4c\x85\x7b\xae\x45\xc1\xa1\xe0\x56\x21\x07\xb3\xed\xb3\xce\x6c\x60\x16\x5d\xa2\x36\xbe\x09\xd8\x11\xd4\xe5\x64\x07\x76\x04\x75\x29\xba\xc1\x81\x20\x2a\x45\x37\x38\xe8\xb4\xa5\x88\x03\x07\xc3\xbc\x14\x71\xe0\x3c\x0e\x93\xcc\x68\x27\x23\x5e\xaf\x5e\x0b\xce\x03\x11\x5b\x0a\x0c\x30\xab\xe2\xd7\xb3\x66\x39\xf0\xc0\x8e\x40\x29\x07\x1e\xd8\x11\xaf\xe5\x54\x5c\x4b\x2f\xfb\x16\xa6\x86\x29\x0c\x18\x9f\x09\x53\x62\xa5\x50\xcf\xb2\x75\x16\x0e\x26\x92\xc2\xb4\x25\x0e\x44\x79\xd5\x34\x85\x01\x73\x92\x72\x9a\xf2\x5a\xab\x52\xea\x54\xb6\xce\xc2\x91\xfe\xca\xd6\x59\x38\xd2\xf2\x58\x6f\xf4\xbd\x3c\xd7\xcb\xda\x39\x0a\xcc\x62\xaa\x6d\xa7\x1b\x30\x8b\x0f\xdd\xca\x26\x30\x6b\xe3\x87\xe9\x0f\xd3\x1f\xae\x26\x69\x15\xc5\xc6\x62\x81\x59\xf5\x68\xb5\xb4\x5e\x8b\xf1\x39\xd6\x47\x1b\x5a\xd2\xc7\xc6\x3a\x6b\x29\x12\x63\x63\xb6\x17\xfb\x36\x49\x99\xa4\xac\x39\x79\x5f\x63\x76\x6c\xcc\xc9\x62\xf6\x66\x92\x3f\x5b\xd8\x57\xe7\x1b\xd8\xb0\x16\x56\x4f\xdb\xc9\x88\xea\x0d\x0c\x57\x93\xb1\x3e\x36\x7a\xc8\xc0\x28\x75\x8e\x83\x22\x1d\x16\x69\x61\x62\x01\x1d\x9a\x89\xc4\x6c\x8b\x89\x09\x74\x6c\xd4\x25\x49\x79\x99\xf2\x60\x4b\x8a\x95\xf2\xbc\x4d\x59\x83\x6d\x33\xe5\x32\xe5\x5a\xcf\xac\xd6\x1c\xda\x6d\xc7\xbe\xba\xc5\x58\x03\x62\xec\x74\x0b\x61\x9b\xec\x74\x8b\xb1\xcf\xfb\xe7\x8f\xd8\x56\xb9\x5d\xb1\x8e\x63\xc7\x72\x3a\x56\x0a\x03\x42\x1c\x6b\x18\x8d\xc3\x9c\xc1\xec\xa5\x92\x8d\x83\xc9\x48\xcc\x9e\xe4\x54\xe6\xb4\x54\xf5\x6a\x52\xb0\x35\x89\x63\xe9\x2e\x43\xf5\x7a\x1c\x93\x56\xa2\x48\xc7\xe9\xcf\x16\xce\xc1\x27\x38\xce\x30\x29\x96\x9e\x38\x4d\xba\x4d\xba\xb1\x93\xf1\x43\x74\x69\x71\x6e\xe7\xca\x7e\xb0\x34\x18\x63\x69\xfd\xb5\x24\xd7\x18\x73\x9a\x72\xfe\xfc\x81\x0d\x6e\x0c\x8b\x30\xe6\xf5\xf3\x47\x85\xbf\xfa\x98\xf2\xfc\xfc\x51\x74\x94\x61\x99\xc6\x2a\x40\x0d\x53\xd2\x94\x35\x41\x4f\x72\x3e\xcd\x79\x21\x97\xc2\x3b\x06\x16\x9c\x31\x5e\x6b\xd2\x3c\x79\x86\xa9\x6d\x8c\x35\x6d\xe5\x39\x48\x69\x53\xe6\x2a\x4f\x92\xf2\xfd\xd5\x2a\x4f\x9a\x62\x79\x5e\xab\x3c\xf4\x88\xf1\xb6\x3c\x6f\x6a\x41\xce\x6f\x6b\xb1\xe6\x88\x1a\xd4\xeb\xf2\x99\x35\x21\xd4\x52\x21\xc6\xb8\x0e\x53\x30\xb6\x91\xcf\x65\x79\x16\xaa\xfc\x55\x98\xb2\x94\x93\xd3\x14\x6b\xba\x50\x6b\xea\x1f\x83\x59\x44\x54\x51\xc2\xcb\x5a\x60\x01\x5f\xc2\x7f\x8c\xcb\xd6\xb8\xa8\x97\x6f\xb7\x5e\x0b\x55\xd4\xfd\xb2\xcc\x0b\x58\x64\xc7\x60\x12\x11\xb3\x4f\x5f\xf6\x98\xb4\x2a\xb6\x53\xe8\x8f\x15\x73\xe7\x85\x67\x3e\x56\xe3\x43\x35\x7c\xc6\x22\x7e\xb0\x22\x52\xa0\x8f\x05\xc2\x24\x6f\x55\x3f\xbe\x6c\xa1\x92\x22\x62\x6e\x17\x4b\x5e\xaf\x7f\xda\xf4\x0b\xb5\x2a\x16\x37\xe3\x43\x54\xac\xd7\xc7\xcd\x52\x43\x54\xaf\xe1\x18\x37\xb2\x46\xf4\x28\x93\xda\xa4\xfe\xf9\x23\xd8\x35\x89\x1b\xf9\x23\x0a\x05\x3b\x6e\x6c\x38\x22\x59\xc5\xc5\xbd\xbd\x4c\x7a\xb1\x2a\xd8\x49\x7a\x9b\xf4\x66\x4b\xa6\x48\xfa\x98\xb4\xf4\x70\x0c\xec\x71\xef\x96\x8b\xed\x9e\x63\x0d\xd3\xb8\x11\x5d\xa2\xb7\x20\x2f\x16\x14\x22\x31\x6d\xc4\x8d\x38\x13\xc9\xea\x32\xee\xdd\xa2\x2e\x8c\xb9\xba\x6e\xdc\xbb\x45\x65\x05\xf1\xb7\xbc\x6e\x93\x50\x9a\x27\x3f\x3c\x2c\xd7\x42\x9d\x07\x49\xd8\xd4\xc5\x98\x9b\x49\x66\xcf\x6e\xd1\xf4\x87\xc3\xec\x17\x62\xb7\x10\xc3\x6a\x2f\xd4\xac\xed\x97\x13\x6a\xdc\xe1\xab\x16\x6a\x3b\x68\x95\xf0\xd3\x2c\x04\x26\x92\xb8\xc3\x26\x58\x18\xf3\x34\xc9\x57\x2d\xd4\x19\xbc\x3d\xac\xc9\x42\x1e\xd6\x37\xac\xef\x42\xcf\x8d\xaf\x15\x8f\x49\xec\xe7\xed\xe4\x95\x36\xe7\xc2\xc0\x82\x19\x77\x5a\xdf\x85\xac\x49\x73\xa6\xf5\x5d\xa8\x31\xc9\x2b\x7d\xe3\xc2\x98\xa7\x3f\xf4\x8d\x0b\xa3\x76\x7f\xe8\x1b\x17\x72\x16\x45\x2d\x4b\xbf\x30\xd2\x72\x95\x79\x2d\xc4\xb0\x25\xda\x96\x58\xa8\x61\x97\x69\x8b\xba\x90\x9b\x8d\xde\xf6\xdb\x66\x31\xb9\x53\x88\xb6\x10\x4d\x21\x36\x5a\x62\xda\xd0\x0b\x31\x26\x79\x4d\xf3\x5a\x08\x16\xb8\x71\x4f\xab\x3d\x91\x91\x76\xf8\x69\x51\x17\xf2\xb0\xa1\x97\x28\xfe\xa2\xc2\x3a\x4e\xdf\xb8\x50\x18\x52\xe3\x3e\x1d\x88\x0b\x85\xe2\x11\xf7\x69\x87\x5f\x28\x14\xfc\xb8\x4f\xcb\xb5\xd0\xd3\xa2\x9e\x8e\x01\x84\xf9\x16\x14\xf5\xb4\x03\x2c\x54\x6f\xd4\xf1\xb4\xa8\x0b\xb1\xa5\x79\x59\xd4\xd3\xa2\x52\xae\xd3\x72\x9d\xac\xa6\x9a\x1f\xbe\x2c\x04\xfb\x71\x75\x32\x36\x5f\x16\xe2\xc5\x1e\xa6\x43\xff\x65\x21\x16\x06\xb6\xfc\xb8\x5f\x16\x62\xa1\x6b\x9a\x97\x4d\xe8\x7c\x11\x54\xfb\x65\xb9\x16\x9a\xad\xcd\xb8\x5f\x96\xeb\xe5\x66\xa7\xd9\xdb\x84\x0b\xa3\x94\x52\x2f\x3b\xc0\x42\xf5\x66\xb9\x2c\xfd\x42\xc4\x41\xf6\x6f\xdf\xb8\x10\xbb\xe3\xfc\xad\xfc\x61\x9f\x3d\xac\xf6\x65\xdb\x2f\xe4\xb7\x10\x97\xd5\xfe\x4e\x37\x7c\xda\xcb\x3a\x2e\xf4\x57\x70\x5d\x76\xa6\x85\x31\x6d\x9c\xcb\xec\x17\x62\xf3\xa3\x5d\x56\xe8\xa2\xfb\x5a\xfa\xcb\xd2\x2f\x14\x46\xbe\xb8\x3f\x66\xbf\x50\xe1\x18\xfa\xd8\x84\x0b\x79\x58\x88\x8f\x15\x5a\xe8\xef\xb0\xfa\x58\x88\x85\xc2\x3e\x12\xf7\xc7\x56\x5d\xc8\xdd\x26\xfc\x38\x1e\x17\x32\x76\xca\xf5\xb1\x10\x1f\xc6\x90\x15\xfa\x38\xf8\xd8\xbe\xc7\x78\x1d\xf7\xed\xb0\x5a\x08\xf6\x7b\xe2\xbe\x2d\xea\x42\x84\xa3\xe3\xb6\xa8\x0b\x15\xca\x89\xc7\x56\x5d\xc8\x39\xa8\xd0\x63\xcf\x59\xa8\xf3\x30\xc9\x0a\x2d\x8c\x52\x7a\x3e\x56\x68\x61\x60\x4e\x89\xfb\xb1\x09\x17\x2a\xd6\xc2\x32\x1e\xa7\x29\x10\x1b\x72\xe2\x71\xb6\x01\x8d\x46\x1a\x8f\xb3\x0d\xa8\x60\xb8\x3f\xce\x36\x20\xb6\xf4\xa9\x8f\x49\xeb\x73\x6c\xd4\xf1\x61\x6d\x25\x62\x5b\x13\x7c\x3c\x2c\xae\x44\x6e\xbd\xea\xf8\x60\x18\x13\xb9\x31\xd2\x1e\xa7\x29\x30\xbf\x49\x87\x3f\x5c\x88\x93\x99\xeb\xc1\x6a\x22\xe2\xf4\x29\x94\x67\x11\x71\x52\x08\xe7\x11\x90\x3d\x7c\xca\x0a\x61\x26\x61\x2f\x38\x1e\xac\x22\x22\x8f\xa5\xf3\xc5\x33\xac\xd0\xc2\x88\x41\x92\x13\x05\x28\xb6\x22\xe3\x09\xdf\x18\x8e\x0e\x2a\x14\x6d\x12\x9d\xe9\xa4\x71\xc2\x42\x2c\x34\xd6\x9b\x78\x9c\x3b\x40\x1d\xd3\x24\xdb\x6b\xa1\x50\xb5\xe2\x71\xee\x00\x35\xf9\x8e\x4f\xda\x5e\x0b\xc5\x16\x59\x3c\x69\x7b\x2d\x14\x1b\x46\xf1\x64\x9a\x84\xe8\x58\x0a\x61\x3c\x4e\x27\x20\x4f\x5b\x22\x6d\x89\xe4\xd3\x7e\xb3\xf7\xd3\x2e\xe4\x6e\x07\x48\x1b\x27\xd1\x3f\x99\x15\x9e\x32\xaf\x85\x4e\xba\xdc\x53\x16\xb5\x98\x74\xfa\xfc\xf5\x54\xfc\xb4\x35\x59\x88\x93\x31\xf0\x38\x01\x81\x11\x83\x62\x3b\x01\x81\xd8\x0f\x93\x2c\x76\xe3\x89\x64\x73\x3a\x01\x81\x0a\xbb\x72\x5b\xa0\x85\x64\xdf\x35\x9e\x69\x43\x4d\xcc\x58\x7e\xd3\xe9\x1b\x27\x6f\x6c\x93\xec\x58\x13\x95\xc8\x0e\xef\xcc\x05\x22\x50\xc2\x1e\x67\x2e\xd0\xe3\x9b\x97\xe5\x5a\x18\x73\x50\x21\x27\x33\x10\xb9\xf9\x94\x5f\x7e\x21\xcb\xcf\x3c\x2d\xea\xf4\x33\x93\xe4\xcc\x05\x6a\x20\x7f\x9e\xd3\x42\x9c\x4c\x9f\xf6\x35\xe7\x24\xd0\xd8\xcb\xe3\x71\x4e\x02\xa3\x27\x6f\x3c\x7d\xe3\x42\x0d\x7f\xa8\xa0\x07\x81\xa7\x4d\x3c\x2f\x0b\xb1\xd0\x67\xf1\xc3\xb7\xbd\x68\xa1\x47\xd1\x84\x4e\x07\x20\x22\x28\xd7\xdb\x1f\x2e\x74\x22\x17\x1f\x16\x16\x62\x38\x7d\x3e\x97\x0d\xbd\xd0\x2a\x4b\x8f\xd3\x01\xc8\xb6\xed\x2f\x3b\x16\x6b\x82\xaf\x64\x71\x3a\x00\x75\xda\xd7\x2e\x4b\x7f\xe1\x34\x85\x72\xf8\x7c\x6c\xaf\x0f\x63\x40\xc9\xf2\xf1\x8d\x0b\xa3\xec\xdd\xce\x10\xa0\xd9\xb0\x8a\x47\xd9\x0f\x32\xed\x72\x1f\xdf\xb8\x10\xaa\x54\x8f\x82\x1e\xa4\x93\xff\xa3\xa0\x07\xc9\x9e\x7d\x3c\xb7\x3d\x7a\xa1\xf1\xcb\x8a\xe7\xb6\x5c\xb7\x5d\x8e\xec\x6f\x4b\x7f\xb3\x5d\x60\xab\xde\xe6\xb5\x90\xb8\xbe\xc4\xf3\xf8\xc3\x85\x31\x51\x70\x9e\xc7\x0a\x2d\xc4\x89\xd6\xf0\x3c\x7e\xa1\x85\x4e\x9b\xf0\xb1\x4f\x2c\xe4\xc6\x84\xfd\x3c\x56\x68\x21\xcf\x23\x7f\xf7\x87\xc4\x0c\xf2\x45\xd2\x73\x72\xc3\x3a\x26\x22\x8e\x49\xd2\x69\x12\xfb\x2a\xa7\x4f\xbd\x4d\x72\x2a\x36\xe9\x63\xd2\x9a\x05\xcf\x35\xb5\x24\x16\x94\x2f\x62\xae\xd1\x91\x5a\x52\x44\x1c\xdf\xa7\x7c\xe3\x42\xd3\x4d\x12\x8b\xc9\x17\x7d\xae\xc6\xc9\x0d\xbb\x90\xa8\x71\xfa\xd4\x65\xd2\xb5\x26\xd9\xf5\x1d\x53\xf3\x8a\x18\x65\xb9\xb0\xc0\x89\xde\x96\xbc\x4e\xfc\x7f\xbe\x68\x1a\x27\x37\xf6\x19\x44\x9c\xab\x63\xe6\xc6\x46\x83\xe8\x31\x28\xc4\x61\x51\x17\xc6\xb7\x8e\xec\x36\x8b\x9a\xdf\xa7\xa6\x49\x13\x0b\x0b\x45\x3d\x2c\xfd\xc1\x9a\x76\x6c\x24\xd9\x84\x07\x42\xc1\x0a\x1d\x56\x68\xa1\x19\xa2\xb9\x1d\xb6\x2a\xeb\x24\xdc\x07\x53\xef\x20\x91\xb3\x28\x7d\x58\xfa\xc0\xcb\x66\xa7\x10\x61\xb9\x16\x46\x0c\xbe\x63\x58\xae\x85\x81\xdd\x23\xb7\xb0\xa1\x17\xea\xb0\xa8\x61\x7b\x85\x03\x99\x3a\x32\x8f\x88\xae\xc9\x77\x4c\x2b\xc4\xa4\xf1\x2d\x44\x5a\x7a\x66\x08\xf6\xdf\x72\x2b\x7f\xb8\x30\x6a\xe3\xa9\xb6\x55\xdb\x56\xa5\x25\xda\xa7\x5a\x35\x9b\xa2\xb6\x0d\xbd\x50\xb8\x51\xe4\xd6\x96\x7e\xa1\xa3\x28\x2a\x76\x1c\x31\x66\x52\xae\x69\x5e\x93\x65\xeb\x4e\x07\x98\x36\xe1\xa4\x63\xda\xc9\x4f\x3b\xc0\xc2\x60\x35\x96\xdb\x69\xf6\xd8\x69\x86\x45\x3d\x6d\x9c\x13\x67\xb8\xc9\x0f\x5f\xd6\x71\xa1\x0f\xfb\xd7\xcb\xec\x51\xa0\xb1\x04\xa6\xce\xad\xa2\xb6\xe4\xa9\xb7\x5f\xe8\xad\xd6\xe0\x53\x16\x15\xb9\xba\x5b\x88\xb7\x1f\xed\xcd\xa2\x6a\xf8\x43\x7b\xf4\xdb\x1e\x4d\xb9\x2e\x7f\xb8\x10\xdb\x61\x92\x45\x5d\x68\x7c\x5c\x73\xbb\xfc\x42\x0b\x19\xfb\xaf\xa7\xe2\xdc\x2e\xbf\xfc\xc5\x7e\xe5\x20\xdf\x8f\x0d\xf5\x41\xfe\xd8\xe1\x3f\xbe\x1d\x65\x7a\xb3\xbe\x1f\xbf\xd6\xc2\xdc\x86\x49\xbe\x1d\xe9\x99\x36\xc1\xc7\x9a\xe0\xe4\x7a\xd8\x8b\x6e\xf3\x42\xdb\xdd\x83\xce\x70\xdb\x04\x37\x5b\x77\x93\x56\xb9\x6d\xe1\x85\xde\xfc\x0e\x8f\xf5\x5d\x18\x31\x28\xd7\xe3\xb0\x58\x48\xbc\x12\x73\x7b\xac\xd0\xa3\x70\x5e\x4f\xed\xd8\x69\x44\x8d\xb5\xd2\xc8\x1d\x05\x58\xd4\xc9\x97\xdf\xb7\x30\x09\x73\x17\xbd\x68\x57\x2e\x82\x81\x15\x28\xf5\x76\x13\x03\xf5\x6a\xf5\x38\x92\x16\x6a\x2c\x11\x9e\xbb\xf2\x07\xe4\x40\x4a\xe9\xf0\x26\x82\xdd\xc8\xdc\x15\x10\xa0\x70\x25\x4a\xdd\x69\x45\x61\x16\xcc\x9d\xfd\x3f\x11\x81\x94\xda\x87\x3f\x5c\x08\x5c\x34\x72\x47\x8f\x15\x79\x1e\xd4\x31\xac\xf6\x42\x6d\x93\x96\x08\x0b\x81\x4f\xed\x48\x93\x86\x49\x83\xb5\x73\x92\x64\x4b\x04\x73\x65\xd3\x12\x98\x45\x44\x8f\xcd\xec\x6d\x9c\xc0\x43\x76\x52\x08\xe5\x0f\x98\xdb\x6e\xd2\x34\x89\xbd\x4a\xbe\x90\x4e\xbb\x62\xcc\x30\xe9\x6d\x12\xcb\x8a\xdd\xec\xad\xd0\x42\x07\x42\x70\x47\x73\x16\x81\x46\x9f\x3b\x9a\xb3\xe8\xf0\x6b\xa7\x4d\xb8\x90\xcd\xb0\xd8\x95\x52\x20\xc6\x9a\xb0\x73\x2f\x9f\x5a\x88\xcd\x96\x50\x70\x81\x0a\x7f\x58\x56\x68\x21\x76\x1b\xa7\xac\xd0\x42\x61\x24\x4e\x3c\x07\xbf\x88\x38\xcc\xcb\x2f\x54\xcc\x5c\x76\xa6\xb2\x8e\x0b\x8d\x6b\x4f\xee\x65\xb9\x16\x06\x7b\x67\xb9\x97\x75\xc4\x36\xc3\x1a\x22\xf7\xb2\x8e\x38\x5c\xb4\x49\xed\x77\x5c\x18\x58\xdd\x73\x57\xa0\x82\x74\xca\xdb\x15\xa8\x20\x36\xbb\x6f\x5b\xa1\x76\xd1\xed\x0f\xad\x50\x5b\x21\x0a\xd1\x96\xab\x31\x19\x24\x3f\x54\xec\x82\xd8\x90\xc4\xfb\x34\xfb\xa9\x05\x9b\x37\x4e\xab\xbd\xd0\xbb\xbd\x50\x49\x0c\x2a\x9b\xaf\x7d\xda\xf6\x0b\xd1\xe6\x75\x5a\xfa\x85\x40\x3f\x4f\x1d\x23\x45\x71\xc8\x20\xf7\x97\x85\x78\x21\xfb\x99\xa6\xf6\x97\x3f\x7c\xf1\x43\x3f\xed\xcb\x42\x2c\x44\x5b\x2e\x45\x38\x08\x65\xec\xfe\xb6\xf4\x0b\x39\x6d\x1c\x25\x31\x88\x38\x4c\xb2\xf4\x0b\xf1\xed\x13\x97\xa3\x03\x53\x06\x07\x1b\x72\xbf\xcc\x0b\x2b\xf8\xb9\xf1\x43\x85\x33\x88\xf8\x3e\x65\x07\xb8\xd8\x04\x99\x3e\x65\xb9\x16\x02\xbb\x77\xea\x41\x29\x42\x81\xbc\x7f\x7c\xea\xe3\x53\xb4\xc4\xc7\xa7\x3e\x2a\xf6\x64\xaf\xa8\x05\x73\xb3\x09\x6f\xbb\x09\x2a\xe8\xb6\xd1\x5e\x8f\x4d\xc8\xf9\x81\x6f\x51\x1f\x9f\x42\xdf\xc4\x73\x22\xf7\xc7\x0a\x3d\x08\xf7\xdd\xa7\xec\x26\x1c\x2a\x60\x33\x3c\x77\x05\x32\xa8\x5d\xc9\xf4\xd8\xf6\x0b\xed\x8c\xba\x3f\x16\x75\xa1\xd9\xb3\x48\x37\x96\x44\x1c\xf4\x09\x3d\x1f\x45\x05\x73\xa5\xae\x8f\x22\x71\x74\x4c\x5d\x1f\x45\x39\x51\xe8\xfb\x28\x6a\x1b\x66\xff\x32\xe9\xc5\xca\xae\x49\xba\x4d\xba\xd1\x4a\x49\x52\x51\x05\xcd\xf6\x56\x1e\xbb\xd9\xef\x74\x80\x9e\x24\x7d\x4c\x5a\xa5\xe7\xc8\x4c\x1e\xea\x88\xa0\xb1\x35\xa4\x1e\x89\x22\x37\xb3\xc7\xd5\x44\xc4\x52\x37\x7e\x39\x15\xeb\x9f\x28\x72\x6c\xbe\xca\x62\x2f\x8c\x89\xc4\x3b\x86\x6d\x37\x6c\x3b\xea\x3b\x6c\xa8\x81\x24\x46\x96\xe9\x7f\x28\x12\x33\x50\x1e\xc3\x86\x5a\x18\xa7\x8d\x3e\x2c\xe3\xd0\x79\x8a\x62\x3b\xb5\x80\x0a\x5b\x58\xdd\x13\x0c\x95\x30\x3d\x17\x45\x73\x86\x61\xad\xb3\x4d\x6a\x56\x8c\x64\x1f\xe6\x15\x56\x88\x42\x28\xe8\x8f\xaf\xa0\xe7\x8d\x0a\x7a\x10\xe3\x34\xc9\x46\xc7\x44\x52\x0c\xea\x23\x6d\xf4\x74\xd4\xf1\xc6\xb4\xda\x49\xff\x60\xb6\x39\xd2\xec\x93\x25\x0a\x63\xe0\x48\xf3\x5a\x88\x89\x06\xa2\x3b\xa3\xc8\xa0\xc3\x1f\x8a\x70\x50\x31\x29\xbd\x22\x1c\x14\x1b\x47\x89\xdb\xe2\x17\xa9\xf6\x76\x34\xb2\x0c\xf4\xf7\x29\x25\x31\xe8\xed\xf4\x29\x0b\xb1\xd0\x69\x43\xb7\x79\x2d\x34\x7e\xf3\x89\x8f\xe2\x17\x7d\x5a\xed\x69\xab\x2e\xc4\xb6\x9b\xe4\x77\xc4\x70\xbe\x1d\xb4\xea\xb4\xf4\x13\x7f\x75\xb3\x57\xec\x82\x51\xfe\x50\x05\x18\x54\xfb\x85\x94\xc4\x60\x14\x02\xf5\x38\x6d\xc2\x85\x88\xf4\x87\x16\x75\x61\xb0\xa1\x9b\x87\x92\x18\x0c\x8c\x01\xa9\x97\xa3\x08\xcc\xb2\xa9\x97\xa3\x88\x0d\x81\x7a\xbc\x2c\xea\x42\x35\x8b\x8f\x43\x79\x0d\x02\xc7\x97\x3c\x5e\x16\x62\x61\x94\x3f\x54\x27\x06\xdd\x48\x96\xe3\xb2\x42\x17\x1a\xbd\x1d\xf3\xb2\x10\x17\x4b\x3a\xc4\xee\xa1\xe6\x0c\x7a\x38\x14\x2e\x5b\xf5\x72\x6a\xa1\xbd\x94\xd7\x20\xda\x11\xac\x24\x06\x83\x93\x5e\x79\x7c\x6c\xaf\x85\x28\x87\xa8\xaa\x31\x08\x55\xbd\x43\xd5\x18\x14\x6e\x4b\xe9\x29\x20\x31\x72\xa7\x5c\x1f\xdf\xf8\xe1\x68\x0e\x2a\x82\xa7\x7e\x44\x9f\x36\xa1\x82\x1e\x64\xd9\x5e\x0a\x7a\x10\x89\xbe\x79\x7c\xfc\x42\x0b\xd1\x16\xf5\xb6\xa8\x0b\x19\x68\x92\xc7\x6d\xe3\xdc\xee\x8d\x92\xfd\xed\x17\xba\xfd\x42\x64\xff\xf8\xd4\x43\x2f\x74\x28\x3c\xd6\x71\x21\x82\xd5\xd4\xe1\x74\x00\xc6\xa9\x18\x52\xf6\x83\xfa\xd6\x51\xfd\x1c\x84\x13\xd0\xf1\x58\xfa\x07\x91\x76\x9a\x64\xe9\x17\x62\xd2\xef\x07\x1e\x3c\xa2\xf1\x44\xcb\xa1\xa0\x07\x13\xe3\x5c\x0e\xcd\x0f\xa0\xf1\x38\xcc\x81\x9d\x59\x34\x8e\x78\x39\xb0\x33\x8b\xb5\xba\x24\xc9\xec\xbf\x1b\x9d\x83\xa4\x32\xa9\x7e\xfe\x68\x17\xb7\xc3\xe9\x00\x24\x0e\xfa\x39\x34\x52\x80\x2c\x5a\x75\x1c\x66\xbf\x50\xca\x9c\xa1\xae\x0f\xc6\x64\x62\x1c\xda\x1a\xc0\xc0\x09\x35\x87\xf2\x1e\x24\x6e\xfb\x39\x0e\x4b\x7f\x60\x89\xc3\x10\x33\x94\xd1\xa0\xed\x72\x63\xf8\xd4\x42\xe0\xd3\x9c\x43\x5d\x1f\x8c\x93\xa5\xc4\x50\xd7\x1f\x5f\xcf\xbd\x83\x24\x0b\x81\xd8\xc6\xc7\x38\x87\xba\x3e\x28\xa7\xbc\xa1\x24\x07\xe9\xca\x7f\xa8\xc5\x83\xda\x92\x6a\xab\xc5\x83\x3e\x91\x72\x43\x79\x0f\xe2\xdc\xfc\xa1\x5f\x08\x95\x9d\x5d\x85\x1c\x69\xb9\x16\x92\x83\x08\x39\x54\xd9\x41\x4d\xc6\xd0\x48\x8b\xca\x89\x3c\x4d\x3f\xc3\x29\x00\xb4\xf2\x6b\xa4\x45\x4d\xf4\x73\xbb\x89\x46\x0a\x10\x13\x9d\x7a\xa8\xfe\x83\x5c\xd3\xdc\x2f\xa7\xe2\xc1\xd6\xaa\x48\x95\x8a\x51\xb6\x70\xe1\x6a\x80\x41\x6c\x94\x5d\xa6\xdc\xcc\x35\xc9\x86\x2a\x96\x3b\x49\x19\x9d\x34\x40\x4c\x3f\x4d\x9b\x57\xe3\x38\x60\xbf\x55\xa3\x07\x75\x58\x6c\xad\x26\x60\x44\xf9\x94\xfd\xb6\x11\x36\xa7\x79\xd9\x04\x68\xf4\xa7\x9f\xd9\xd9\x06\x94\x6b\xc1\xe1\x6c\x03\x06\x67\x54\x13\x4f\x98\x2f\x72\xda\xbb\x4f\x1b\x7d\x21\x5d\x99\xe9\xca\x22\xa2\x1c\x75\xa7\x2d\xbc\xd0\x67\xd1\x65\x9c\x21\x40\xe1\xce\x93\xc3\x19\x02\xb4\x2a\xf7\x50\x57\x07\x43\xf1\x86\xfb\xcb\x17\xed\x34\xa5\x8b\x8b\x48\x36\x07\x72\xe0\x08\x2f\x46\xda\x23\x15\xf4\xa0\x37\x47\xf0\x65\x51\xf1\x33\xe1\xcc\x4d\xea\x68\x22\x7a\x0b\x3a\x96\x26\x92\xe1\x1e\xa3\x1f\x4d\xc5\x1c\x14\x67\x34\x73\x28\xfb\x41\x9c\x28\xe6\xe3\x63\x7b\x2d\x64\x39\x36\x15\xf4\xc3\x0d\x45\x96\xad\xe3\xe3\xe7\xd0\xa8\x6c\xe3\x28\xd5\x41\x9c\x98\xba\x86\x8a\x39\xa8\xcd\xc6\x51\x5e\x83\x3e\xfc\x1c\xca\x6b\x30\x4e\x2b\xa4\xbc\x06\xa3\x99\x5a\x86\xf6\x14\x30\x4e\x4b\x7f\x5b\xed\x85\xd1\x0a\x9b\xdb\x6a\xdf\xd8\xd2\x59\x1e\x8e\xdb\x72\x2d\x8c\xef\x08\xbe\x1d\x29\x0b\x99\xf6\x55\x0d\x31\xa0\xff\x96\xe4\xd7\x5e\x18\x5a\x24\x86\xcb\x0a\xd0\x61\x85\x5c\x56\x80\x76\x4d\x3f\x1e\xeb\xf8\xe0\x76\xef\xe8\x70\xb6\x01\xc5\x29\xd6\x1c\x4e\x2d\x20\x6d\x89\x70\x75\x00\xa6\xd6\xaf\xd0\x5c\x03\x46\xd0\xa3\xc3\x19\x02\xb4\x66\xb3\xd0\x5c\x03\x62\xe7\xa3\x85\xab\x03\x50\x85\x45\x22\x70\xf5\x17\x31\x50\x2e\xc3\xa9\x05\x04\x07\xa8\x32\x5c\x43\x80\xd6\x10\x1c\xce\x36\x20\x70\xbe\x49\x0f\xca\x8a\x56\x02\x84\x2b\x8d\x70\xa5\xc1\x84\x1d\xb8\xd3\x8b\x71\x22\x50\xc3\x95\x06\x08\x3c\xcb\x32\x34\x23\x81\x1a\x93\x1f\x3a\xdb\x80\xc6\x4f\x28\x43\x03\x35\xc8\x9d\x21\x1a\x2e\x3e\x40\xee\x66\xaf\xe9\x19\x74\xd1\xef\x63\xd8\xaa\x0b\xb5\x61\xdd\x08\x17\x09\x60\x6a\xb3\x0e\x27\x20\xd0\x03\x95\x3d\x5c\x11\x80\x98\x16\x55\xfb\x13\x68\x57\x17\x31\x6c\xaf\x85\xda\xb0\x22\x04\x3e\x38\x22\xf0\x1f\xc8\x70\x6a\x01\xd5\xa8\x08\xe1\x3c\x02\x06\x87\x4e\xd2\x53\xc4\xa2\x83\x31\x14\x8a\x5a\x50\xd3\x0e\xa0\xca\x0e\x6a\x22\x31\x43\xb9\x1a\x5a\x4a\xe8\x98\x1c\x44\xf9\x22\x14\x7c\xa1\x5c\x05\x43\x05\x27\xda\x3a\x2e\x64\x5b\x47\xcd\x22\xa0\x71\x56\xca\x50\xd4\x82\x68\xbf\xb6\x96\x12\x50\x6c\xd6\x65\x68\x29\x01\xcd\x69\x85\x8c\x69\x5e\x93\xbc\xca\xa7\x6c\xaf\x85\xa1\x4d\x32\x4e\xf3\x3a\x39\xcb\x62\xff\x52\xa7\x06\xfd\xed\x13\x2f\x5b\x02\xc7\xc1\x60\x46\x0d\x15\x68\x50\x27\x82\x2f\xb4\x81\x80\x31\xfd\x42\x1a\xa8\x41\x17\x93\x4e\xbc\xcd\xeb\xcd\x18\xb2\xe7\x68\x03\x01\x15\xa8\x54\x71\x59\x2e\x9c\x3e\x54\x70\x42\x65\x1c\x34\xa7\x7e\x33\xb4\x94\x80\x9e\xe6\xa5\x8c\x06\xfd\xf7\xf8\x41\x67\x28\xc2\x41\x71\x22\x22\x43\xe9\x09\x0a\x37\xd4\x0c\x85\x20\x18\xdf\x8e\x75\xfb\xaa\x85\x3e\x6c\x3b\x65\x19\x18\x6d\x97\xb9\x6d\xf4\x9b\x41\x6d\x19\x95\x52\xa0\x71\xbb\xcf\x50\xb5\x05\xcd\x91\x8b\x4c\xe5\x0f\x68\x4e\x70\x65\x6a\xb0\x00\x89\x1b\x52\xa6\x06\x0b\x50\x2a\xd3\x9e\x19\x12\xa1\x05\xd9\x23\x42\x22\x70\xb7\x4e\x4f\xd7\x88\x28\x66\x41\x0f\x9d\x88\x1a\xac\x77\x3d\x63\x22\x7a\x43\x4b\xf2\x00\x89\xc8\xc9\xf2\x30\x1d\x88\xa0\x07\xb6\xf4\x54\xed\x03\xad\x49\x3c\xb5\xe7\x82\x54\x08\xa6\xdb\x42\x20\xa6\xe5\x52\x2f\x03\x03\xd7\xa1\x4c\xd7\xe1\x20\x0e\x2b\xa4\xfe\x04\xb2\xd1\x2a\xb3\xfc\x61\xd1\xd7\x90\x06\xe9\x78\x02\x85\xe3\x6e\xa6\x83\x07\x0c\xce\x92\x64\xaa\xa7\x80\x0c\x2b\xe4\x78\x02\xed\x8a\x31\x5d\x28\x83\x18\x4d\xf6\xae\x8a\x41\xbb\x44\x49\xed\x93\xa0\xf1\xa8\xcd\x54\xc1\x01\xcd\xa1\xb7\x4c\xf7\x80\x40\x9f\xb6\xaa\x3a\x0f\xe8\x89\xba\x91\xa7\xa5\x5f\x98\xda\x7c\x92\xed\x76\x31\x38\xaa\x99\x9e\x45\x11\x7d\x32\x2c\x3c\x7a\x22\x6a\x60\x45\x48\x97\xc0\x20\x71\x29\xc8\x74\x04\x83\x20\xae\x47\xa6\x23\x38\xbf\x23\xd8\xec\x6d\x68\x76\xf3\x77\x8b\xea\x7a\x17\xb4\x0a\xa1\x27\x3b\x44\x0e\x16\xca\xa9\x36\x03\xea\x44\x8c\xa4\xdb\x37\xa0\x36\x94\xb8\xd4\xf2\x08\x62\x2b\x93\xec\x13\x1f\xb7\x56\xc9\x4b\x3d\x05\x24\x67\x03\x32\xd5\x53\x40\x0f\xa4\x67\x6a\x07\x04\x99\x7e\x34\xd7\x82\xa0\xf0\x7c\x4b\x0f\x6a\x88\xc6\x0d\x3d\xcb\x39\x1c\x0c\xdc\xc9\xb2\xf0\x5d\x15\x43\x2b\x66\xb9\x58\x2b\x0f\xba\xf1\x39\x3c\x74\x21\xd2\xcf\x51\xee\xaf\x94\xe1\x4a\xd0\x24\x6b\x98\xd7\xa0\xa8\xa8\xa0\xa5\x41\x0d\x64\x21\xc2\xcb\x7e\x0f\x9a\x33\xc7\xe9\x19\x09\x11\x1b\xd2\xa4\xb4\xf1\x83\x89\x03\x5b\x96\x5a\x3c\x48\x7c\x4c\xd7\x9a\x8a\x24\xba\xef\x69\x92\xaa\x31\xc8\x93\xb6\x2f\xbf\x36\x48\x4e\x91\x64\xf9\xb5\x41\x37\x26\x83\x7a\x9b\xfd\x5b\x27\x6d\x0a\xf1\xf6\x87\x6f\xbc\x76\x50\x37\x4a\xa5\x17\x84\xa6\xd4\x52\xc3\x05\x73\x63\x6c\x97\x1b\x7f\xa0\xf1\xbf\xcc\xb2\x4f\x80\xd4\x7a\x5f\xaa\xb3\x20\x0f\x4b\xaf\x45\x02\xf4\x89\x56\x5a\x38\x44\x88\x0a\xa6\xbc\x52\x47\x04\xa3\x19\xa2\xa5\x05\x19\x04\xa7\x7a\xb3\x14\xb5\x60\x68\xbd\x6f\xb5\x3f\xd0\x1c\x39\xcb\x56\xfa\xb6\x9b\x75\x4c\xc5\xad\xf6\x07\xc6\xd9\xfe\xf0\x6d\x12\x5a\x16\x33\x57\xab\xd7\x81\xc2\x11\x3a\xdb\xfd\x3b\x50\xb8\xac\x67\xef\xbe\x71\x77\x53\xcc\xa7\xca\x24\xa4\x1c\xc3\xaa\x77\xdf\xb8\x10\x04\x1f\xc8\x56\x63\x03\x4d\xe8\x88\x6c\x3d\x03\x40\xa5\x3f\x74\x83\x1f\x0c\x05\x4c\x6b\xd6\x05\x75\x86\x49\x96\x1e\x2d\x6b\x63\x74\xb4\xcb\x7c\x50\x27\x0b\xc7\x56\xa5\x02\x6d\x13\xb6\x0b\x78\x10\x1b\x86\x98\x56\xa5\x6a\x97\xe6\xcc\x8f\xed\xd2\x1c\xc4\xb1\xcf\x5f\x4f\xc5\xed\x66\x1b\x18\x76\xac\x4e\x0b\xf4\xf5\x49\xa3\xd8\xaa\x6a\x60\x24\x92\xa5\x35\xb8\x82\x0e\xbe\x7c\x97\x1f\xb0\x58\xc8\xb0\xa3\xdc\x2e\xa7\x41\x87\xc5\x56\xa1\x03\xcd\xa1\xc5\x6c\x77\xc3\x40\x38\xc9\xb6\xcb\x69\x30\xca\x86\x52\xa1\x03\x03\x17\xc1\x6c\x67\x1b\xd0\xda\x99\x7b\xda\x76\x93\xa3\x8c\x08\xd4\xd6\xba\x0a\xc2\xc5\x47\x4f\xbf\xc3\xc4\xa7\xd6\xd2\xbb\x50\x06\x5d\xf6\x22\xd7\xbb\xa0\x86\xdd\xef\x65\xf6\x0b\x43\x7b\x48\x6b\x24\x05\x45\x94\x93\x6c\x57\xb2\x20\x09\x67\x95\xad\xbc\xee\xaf\x7d\x92\xec\x55\x9c\x40\x7d\x2b\xe4\xb2\x15\x84\x2e\x14\x7d\xd9\x38\x0b\xf9\x6d\x68\xe5\x35\x48\x8d\xca\xed\xd8\x04\xb9\x33\x61\xb7\x63\x13\xb4\x6b\x88\x7e\xfc\x42\x0f\x3e\x5a\xac\x93\xfa\xb1\x5c\x0b\xed\xb2\xb5\x1d\xc1\x20\x9c\x64\xdb\x11\x0c\x62\x43\xd0\xf7\x63\xdb\x3f\xcc\x23\x88\x91\xe9\x1e\x10\x18\x27\xa3\x6e\xea\x99\x04\x82\x13\x78\x39\xb5\x03\x82\xc1\x99\xaf\x9c\xce\x10\xd3\x19\xe2\xfb\xc3\x69\x12\xd6\xd5\xef\x53\xa7\x49\x4c\xb2\x74\xcc\xe9\xc2\x0f\xac\x4f\xb7\x92\x74\x1d\x02\xbd\xa3\x00\x4f\x6d\x77\x20\xdd\x18\x9e\x6e\xf8\x80\x22\xa4\x55\x4e\x3d\x80\x40\x9e\xe9\x0f\xcd\x7e\x61\x10\x47\x29\xa7\x13\x10\x28\xe2\xd5\xe4\x74\x9c\x83\x3c\x99\x6d\xa6\x4a\x1c\x48\x82\x26\xe5\x74\x4e\x02\xf5\xad\x90\x7a\x1d\x88\x83\xfe\x35\xdd\xab\x01\x43\xe7\x9b\xe9\x38\x07\x63\x5a\x2e\xb7\x5c\x40\x6d\x88\xca\xa9\x5e\x07\x46\xb2\xf8\x98\x8e\x5a\x90\xe9\x53\xda\xdb\xa6\xa1\x75\x0e\x9f\xb2\xda\xd8\xdb\x8e\x36\xc9\xb6\x4f\x06\x0c\x4b\x81\xa9\x09\x0e\xb4\x43\x74\xaa\x10\x82\x1c\x36\xa1\x42\x01\x14\xa7\x89\x72\xba\x29\x0f\x6a\xb3\xf4\xca\x09\xd0\xea\x29\xd3\xb1\x0d\xea\x44\x9d\x9d\xed\xd7\x6e\xec\x3c\x98\x52\xa7\xc3\x1d\x94\xdb\x8e\xb3\x2d\x44\x73\x24\x05\x69\x32\xdd\x72\x01\x83\xa8\x67\x39\xf5\x26\x02\xe9\x40\x9e\x6a\x92\xd3\x93\x62\x68\xa5\x53\x09\x00\x82\xc3\x04\x39\x55\x08\x41\x1f\x68\x59\xf3\xf4\x8d\x0b\x75\x0e\x9f\xb2\xed\x17\xda\x61\x35\x5d\xbf\x81\xd0\xfc\x39\xd5\x11\x41\x0c\xd4\x8d\xe9\xe4\x0f\x7a\xa0\x82\x4e\xd7\x6f\x20\x75\x4f\x98\x6f\xdb\xfe\xad\x12\x47\xff\xd2\x7a\x06\x8a\x33\xee\x39\xdd\x4c\x01\x43\xab\xef\x74\xfd\x06\x72\x3b\x68\x55\x35\x49\x50\x1b\xba\xeb\x54\x32\x81\xe0\xf0\x45\x4e\x65\x0e\xe8\xef\xe7\x50\x91\x00\xcd\x79\xce\x9c\x1f\x8b\xfa\x41\xca\xd9\xf6\xee\x9c\x80\x9e\xac\xa0\xa6\xdb\x24\x20\xbe\x1d\xd3\x6d\x12\x30\x14\x8f\x53\x75\x03\x8c\x69\x1d\x95\x72\x20\x34\xc2\x4f\x55\x50\x90\x93\xa5\xd7\xd4\xe2\x05\x52\x5f\x97\xa9\xc5\x0b\x54\x28\x99\x34\x6f\x81\xe2\xec\x7c\x4e\xa5\x1c\x28\x77\x0c\xa7\x52\x0e\xf4\x44\x05\x9d\xee\x76\x80\x74\x0d\x32\x55\x7a\xa7\x4a\x2f\x93\xff\xa9\xcd\x08\xb4\xbb\x30\xa7\xea\x2c\x88\xad\xf7\x5f\x4f\xc5\xa7\x1b\x18\x20\x83\xb6\x3b\x55\x50\x40\xb9\x43\x7a\xba\x5b\x71\xba\x5b\xc1\x77\x38\x75\xa9\x04\x41\x14\x9c\x3c\x5d\x6a\x82\x24\x70\x54\x9e\x04\xdd\x11\xd1\x7c\xe6\x53\x89\x07\x42\x25\xff\xd4\xca\x04\xda\xfd\x91\x53\x21\x08\x3a\x86\x4f\xbd\x4d\xc2\xaf\x1c\x89\x77\xaa\xff\x9c\x3a\x38\x86\x4f\xdd\x26\xdd\x1c\x78\x58\x6d\x77\x2a\x17\x41\x12\xa3\x30\x4f\xb7\xb5\x41\x05\x6b\xfa\xd3\xc5\x2d\x68\x17\x91\xa7\x8b\x5b\x90\xee\xa2\x9c\xaa\x44\xa7\x2a\x91\xdf\x41\xc3\x13\x08\x22\xae\xe5\xe9\x9e\x06\x48\x77\x6e\x4f\x75\x1e\x30\xce\xd3\xa7\xfc\x80\x5f\xd7\x7c\x3e\xa0\x6a\x10\x68\xe2\x65\xe5\xa9\x40\x05\xc3\xd9\xf9\x54\xa0\x82\xfc\xbe\x51\x2f\x4b\xd0\x5a\x6a\x4f\x65\x2c\x68\xcd\xfe\xa7\x02\x15\xb4\xc6\x80\xd3\xed\x88\xd3\xed\x08\x64\xec\xa9\xf4\x04\xa9\x11\xfe\xd4\x7f\x09\x94\x93\xd9\xa9\x4a\x05\x3a\xfc\x1c\xae\x5a\x40\xb9\x75\x7f\xea\x99\x04\x8a\x08\x0e\x79\xea\x99\x04\x32\xe8\xf0\xa7\xba\x18\x48\x8e\xd5\xe7\xa9\x71\x0d\xc4\xee\x1b\x5d\x01\x81\x20\x54\x5a\x9e\xfa\x1c\x81\xe1\x5e\xf1\xa9\x25\x0d\xf4\x44\xc1\x39\x55\xcf\x40\x9e\x0c\xea\x53\x79\x0d\x92\xb0\x3c\x79\x6a\x1f\x00\x51\xf6\x55\x97\xf9\xa0\x08\x84\x98\xa7\xf2\x1a\xc4\x86\x54\x3f\x4f\x07\xcc\xc9\x80\x61\x5d\x79\xea\x73\x04\xc2\x45\xd1\xa9\x31\x00\x84\x46\xbf\xd3\xc5\x1a\xe8\xe1\xd7\x56\x84\x83\xd0\xde\x76\xba\x7e\x03\xad\x81\xfa\x7c\x9b\xd7\x9b\x4d\x66\x16\xb7\xa7\xc2\x19\xb4\xbe\xbe\xa7\xc2\x19\xb4\xdb\x7b\xa7\x3a\x22\x28\x8e\x75\xe5\xa9\xcf\x11\x08\x6d\x59\xa7\xa6\x32\x50\x61\xe3\xa8\x23\x82\x2c\x56\x1a\xe7\xc7\x9e\xf3\xd1\x3e\x69\x92\x7d\xf5\xa3\x91\x94\xd2\x2b\xaf\x41\x12\x5c\x29\x4f\x4d\x06\xa0\x0e\x7b\xa1\xc2\x19\x54\x38\xac\x5c\x31\x82\x72\x4b\xee\xd4\x8a\x00\x86\x13\xd0\xe9\xb6\x36\x28\xcd\x9f\xe7\x6d\x85\x16\x86\x2e\x18\xa7\x26\x3c\x50\x81\xa2\x7a\xba\x8f\x01\x7a\xfb\x26\x99\xfd\x8d\x21\xc6\xbe\xaa\x55\x0f\x74\x59\x2e\x77\x15\x40\x9e\x4a\x13\xe5\xf5\xe9\xc1\x28\xac\x7a\xa7\x5b\xd1\xa0\x02\x85\xf0\xa5\xab\x28\xa8\x03\x89\xf9\x72\x41\x0a\x4a\xdb\xcc\x4b\x1b\x3f\x48\x6d\x92\x2f\x97\x87\x2f\x97\x87\x48\xcc\x97\x66\x7f\x50\xaa\x7a\x2f\xa5\x2f\x08\x1d\xda\x5f\x2e\x22\x41\xaa\x1a\xbf\x34\xfb\x83\x24\xe2\x57\xbe\xf4\x39\x02\x49\x28\x90\x7c\x29\x90\x5f\xfa\x1c\x51\xed\x97\xa6\x0c\xd0\x2a\x12\x2f\x4d\xf5\xa0\x39\x1c\x9f\x2f\xf7\x8a\x41\x10\x18\x27\x5f\x9a\x03\x41\xdb\x01\x5e\x8a\x47\x50\x84\x06\xce\x97\x92\x09\xf4\xa4\xdf\xbf\x14\x43\x20\xd5\xa9\x5f\xae\xec\x40\xee\x16\x42\xcf\x93\x97\x3e\x80\xf4\xe8\x97\x36\x36\x10\x6e\xa7\xbe\x74\x46\x01\xc5\x39\xf5\x7c\x69\xff\x06\x59\x96\x5e\xd5\x05\x0c\x7d\xc7\x5e\x97\xd9\x5f\xae\xec\x68\x7b\xad\xd1\xa0\x74\xe3\x7e\x39\x60\x5e\x6e\x0f\x22\x0b\x5f\x7a\xe4\x81\x5e\x93\xce\x2f\xa7\xe2\x97\xd6\x68\x50\x85\x7d\xf2\x65\x57\x06\x5d\xbe\xdd\x2d\x39\x10\x1c\xad\xce\xb7\x6b\x1b\xd0\xce\xbb\x6f\x57\x2d\x60\x72\x8e\x3a\xdf\xda\x30\x40\x06\x7a\xd9\xdb\xed\x2a\x30\x26\x9f\xf9\xed\xe4\x0f\x9a\x73\x8c\xf9\x76\x2a\x06\x49\x9c\x8f\x7c\x6b\x3e\x00\xa9\x55\xee\xad\x4b\x00\xc8\x69\xb9\x9c\xcc\x40\x11\xd4\x2c\xdf\x4e\x66\xa0\x89\x15\x96\x6f\x27\x33\x30\x38\x9f\x9f\x6f\x27\x33\x50\xf1\xcd\xab\x4d\x62\xc2\x46\x66\xbc\x5d\x30\x80\x9a\x0c\x9e\xb7\xbd\x08\x24\xd1\x37\xf2\xed\x9e\x3d\xa8\xf8\x66\xff\x31\xe9\x83\xd9\x8c\x3a\x72\xde\x59\x04\xc1\xd6\xf2\xad\x9d\x19\x0c\x65\xec\xdb\x35\xc4\x5b\x5b\x83\x8d\xa3\xbf\x17\xe8\x32\x7b\x67\x41\x90\x3a\x93\xbc\x35\x2c\x80\x24\x54\x49\xbe\xdd\x4f\x02\x95\x7e\x0e\xd7\x23\x20\xf7\xc3\xa7\xac\x63\x1b\xf1\xd8\x24\xeb\xd8\x7a\x04\x53\x08\x97\x28\x20\x39\xd1\x99\x6f\x17\x1f\x20\x0e\x26\xff\xb7\x96\x6d\x50\x44\x07\xce\xb7\x46\x0a\x90\xd9\x26\x59\xa1\x85\x9c\x8c\xcd\xb7\x76\x0b\x90\x44\xf1\xca\xb7\xbb\x4e\xa0\x08\x7c\x92\xef\x69\x13\x2e\x0c\x25\xf1\xdb\xb9\x12\xe4\xc6\xea\xe0\xad\x7f\x2e\xe8\xb0\xa1\x9d\x3e\x41\x9f\xac\xdf\xde\x4e\x9f\xa0\xdc\x17\x7c\x6b\x5e\x07\x63\xfa\x69\x9d\x51\x41\xb9\x11\xf5\x76\xe8\x83\x72\x87\xf4\xed\xd0\x07\xb5\xfb\x1d\x5d\x60\x81\xd2\x82\xf3\xd6\xc4\x02\x46\x32\x69\xbc\x35\xb1\x80\x0c\x5b\x55\x99\x01\x52\x07\xc9\xb7\x73\x38\x28\xb7\xee\xdf\xfa\x22\x80\x26\xc2\x69\xbe\x9d\xc3\x41\x72\x46\x30\xdf\x2e\xc3\xc0\x38\x59\x0a\xbc\xdf\x76\x93\x37\x33\x6a\x9b\x64\x21\xdc\x59\xc3\x2a\xf7\xd6\x52\xfb\xd6\x52\x8b\xec\x7f\x7b\x1a\x04\xa4\x7b\x48\x6f\xdd\x92\xc1\xd0\x35\xe4\xed\x96\x1c\xc8\x0e\x7f\x68\x13\x1a\xf4\xc3\x6a\xbf\xfd\x8e\x0b\x59\x0e\x2b\x77\xe9\x40\xbb\x7b\xf8\x56\x2e\x82\x2a\xbb\xaf\xba\x05\xa8\xc3\x0a\x29\x2a\x41\x6c\xf6\x2f\xd7\x82\xa0\xdc\xd6\x7e\xab\x81\x80\x70\x4f\xe4\xed\xf2\x10\x0c\xdd\x26\xde\x0a\x54\x90\xbb\x6f\x54\x03\x01\xf1\xfd\xda\x3a\xd6\x81\x2e\x87\xa8\x1a\x08\x28\x7d\x4c\xdf\x6a\x20\x20\xdb\x91\xa6\xbf\x05\x08\x37\xeb\xde\x2e\x0f\x41\x78\x6a\xe3\xed\xf2\xf0\xed\xa6\x85\x3d\x5a\xb1\x0d\x86\xab\xcf\xb7\x2e\x18\xa0\x87\x79\xb9\x88\x04\xb5\x31\x01\xbd\xdd\x6a\x7c\x7f\xcf\xaf\xd0\xaa\xca\x7b\x90\x7a\x26\xbd\x3d\xd2\x02\x42\x77\xe9\xb7\xda\x0c\x68\xcd\x6e\x6f\x67\x05\x90\x5a\x96\xde\xae\x51\xdf\xdf\x35\xaa\x85\xb0\x09\x6f\xe4\xbd\xd5\x56\xc1\x01\xf1\x1d\xdb\x2e\x5b\x41\x69\x6d\x7c\xeb\xb7\x07\xda\x35\xdb\x5b\xcf\x6e\x90\xdf\x0a\xa9\x19\x81\xe6\xb8\x6c\xbe\x5d\xdc\x82\xd4\x24\x7e\xa9\x06\x81\x74\xab\xf1\xd2\x08\x0f\x52\x63\xe6\xe5\x7e\x27\x28\xe2\xfb\xe5\xa5\x71\x0e\x94\x3b\xca\x97\xd3\x1c\xa8\xe3\xf4\xa9\x97\x49\x6c\xdd\x0f\x9f\x7a\x9b\xc4\x0e\x7c\xfd\x3a\xd2\x64\x5e\x1a\xf7\x41\xb8\x35\x71\xb9\xdb\x0a\x82\x18\xed\x79\xb9\x00\x07\x99\x08\xd4\x4b\xed\xed\x32\x22\x23\x7d\xed\x72\x46\x05\xad\x0d\xf6\x72\x39\x0d\x72\xa0\x84\x5d\x9a\x06\x41\x71\x3b\x41\x5e\xda\xfb\x41\x68\xc9\xbf\x5c\xc9\x82\x26\x92\x4b\x5e\x3a\x5a\x80\x74\xd5\x72\xe9\x68\x01\x4a\x47\xd5\x4b\x0b\x1f\x68\x82\xe6\xe6\xe5\xae\x00\x18\xfd\x4d\xba\x4c\x42\x85\x9c\x26\x59\xed\x81\xbf\xbb\x8d\xae\xd7\xe0\xf5\xf5\x1a\xa4\x10\xea\x03\x97\x5e\x83\xd8\x86\x2f\x0f\xfa\x80\x41\x34\xa3\xbc\xd4\x04\xc1\x50\x55\xbb\x5c\x3b\x83\xa1\x2c\xbb\x34\x33\x5e\x9a\x19\x6d\x2f\x77\x18\x40\x16\xae\x9e\x97\xcb\x69\x90\xc5\xf9\x93\x4b\xdd\x02\xa4\x5b\x26\x97\x8a\x04\x28\xf7\x8a\x2f\x3d\xbb\x41\xea\xc9\x75\xb9\x04\x06\x71\x20\x9c\x2f\x75\x4f\x10\x59\x26\xf9\x85\xca\x9d\x48\x3e\x87\x07\x7d\x40\xe8\x74\x76\xb9\xde\x05\xe9\x12\xe5\xd2\x6f\x0f\x04\x41\xb3\xf2\x72\xf2\x07\x39\xec\x26\x5a\x1e\xc1\xd4\xc5\xf9\xd2\x69\x03\x84\x87\xe5\x2e\x5d\xaf\x41\x11\xc0\x32\xaf\x97\x49\x2f\xb6\x49\xec\x4c\x1a\xfd\x40\x4e\x44\xe5\xe5\x2e\x30\xc8\x34\x2f\xe7\x24\x30\x08\x55\x9a\xd7\xdb\xbc\x16\x42\xbb\xd6\xe5\x04\x04\xb2\x31\x65\x5c\xce\x36\xa0\xa7\x7d\xd5\x13\x2f\x20\x9c\x8a\x2f\x67\x1b\x90\x13\x15\xe1\xd2\xa6\x08\x82\x18\x40\x79\xb9\x46\x05\xa5\x1f\xec\xe5\x6c\x03\x32\xfd\x1c\x2e\x0f\x41\x7f\x07\x8c\x7b\x0f\x20\x07\x93\xd9\xa5\x5c\x04\xd9\x76\x4c\x65\xd9\x45\xf8\x0b\x97\x28\x97\xdb\x11\xa0\x55\xe2\x2e\x65\x19\x88\x03\x37\xee\xcb\x25\x1d\x28\x27\xa0\x4b\x13\x1c\x68\x65\xec\x47\x29\x05\x52\xaf\xd4\x8f\xa2\x03\x84\x5e\x06\x1f\x45\xc7\xc7\x28\x16\x54\xe8\xa3\x9c\x00\xa3\xbf\x49\x61\x52\x60\xf5\x1d\x24\x95\x49\x1c\x2d\x0a\x93\x7c\xe3\x4e\x58\x0e\xaa\xfd\x51\x9a\x80\x48\xea\xf8\xd1\xc6\xf6\x31\x84\x29\x8a\xfd\xc7\x25\xdd\x47\x4f\x2e\x3a\xc0\xc7\x91\x06\x82\x38\x10\xf9\xf1\x0c\x05\x18\x89\x6b\xc8\x47\x2d\x1e\xc4\x60\xf0\x7d\x54\x7a\x41\xba\x2c\xf9\xd8\xef\x41\x29\x60\x3e\xf6\x7b\xd0\x1b\xf3\xdb\x47\x15\x14\x0c\x3d\x18\x3f\x2a\x97\x20\x0e\x86\xfb\x47\xef\x07\x10\x7a\x19\x7c\xdc\x14\xfb\x78\x60\xcb\x37\xaa\xb1\x81\x22\xb0\x61\x7e\xf4\x7e\x00\xa9\x95\xfc\x63\x2f\x04\xb5\x31\x3b\x7f\xec\x85\x9f\x6f\x2f\x34\xc9\xd2\x2f\xe4\xb0\x71\x74\x56\x02\xd9\x4c\x53\x1f\x77\xba\x41\x11\xc2\x3b\x3f\xaa\x1b\x1f\xfd\xf8\x2d\x97\xbe\x9c\x20\xe7\x61\x92\x3f\x5c\x68\x77\xcd\x3f\xea\x16\xa0\x74\xc1\xf8\xa8\x48\x80\x2c\x3f\xad\x8a\x04\x48\x62\x3f\xe4\x47\xad\x01\x0c\x0f\xf1\x7d\xd4\x1a\x40\x79\x92\xf9\xa3\xd6\x00\xc6\x44\xf1\xfa\x38\x3a\xc0\x48\x56\x63\x1f\x55\x04\x10\xd3\xaf\xad\x3e\x00\x7a\xb3\x55\xf5\xbf\x04\xe1\xe1\x9e\x8f\x9e\x4d\xa0\xb4\xfd\x7d\xf4\xbf\x04\xe9\x0a\xfb\xe3\x48\x03\xad\xd2\xfb\x71\xe3\x0f\x74\xf5\xdf\xe1\xb6\xf5\x71\xd4\x7d\x34\x7c\x7f\x0b\x64\x19\x1f\x43\x45\xad\xca\xdd\xee\xf8\x81\x24\xc6\x62\x1a\x2e\x4d\x34\xa1\xa2\xf2\x76\xc7\x0f\xa4\xfb\xd9\xb7\x4b\x60\x30\x0d\x62\x60\x88\x33\xd1\x06\x31\x30\x78\x99\xe8\x9d\xd5\xa7\x91\xca\x44\x6f\xbb\x49\x6f\x93\xf0\xcf\x65\x2d\x78\xeb\x8b\x09\x8a\xab\x37\xf2\xd6\xdc\x02\xd2\x33\x36\xb7\x96\x6d\x90\x5a\x14\x0c\x71\x26\x32\x98\x21\x6e\xbd\x2c\x41\xa5\x45\xd5\x28\x03\x42\x4b\xad\x51\xcf\x44\x0e\x14\xa7\x7b\x98\xd7\xc0\xb7\x10\x75\xf4\x76\x0e\x07\xad\x8f\xc3\xed\x1c\x0e\x4a\x9f\x90\x5b\xfb\x37\xc8\x46\xb2\x18\xd6\x4c\xb4\x3b\xdd\xb7\x26\x71\x10\xfa\x12\xdc\x8a\x11\xd0\x6e\x32\xdf\x4e\xc5\x20\x3c\x63\x63\x90\x31\xd1\x8a\xf0\xdb\xbd\x3c\x10\x5a\xc9\x6f\xa7\x62\x10\x3a\x93\xdc\x2e\xcd\x41\xbb\x49\x73\x7b\x7c\x0a\x0c\x4d\x06\x86\x22\x13\xed\x49\x89\x5b\x0b\xf2\xad\x05\xb9\x4c\xb2\xf4\x84\x22\xd3\x0d\xe9\x76\xd1\x0d\x5a\xd7\xb4\xdb\xd9\x19\x8c\x60\x6f\xea\xd6\xaf\x13\xb4\xe7\xc1\x6e\xd7\xe1\x37\xfe\xf2\x7a\xb8\x1a\xd6\x4c\x84\xda\xcc\xad\x9d\x19\x94\x07\xb8\x6f\xe5\x22\x48\x2d\xb5\xb7\xa6\x67\x90\xc3\x6a\xbb\xc2\x06\x39\x18\x4f\x06\x19\x13\xa5\xec\xbf\x5d\x3b\x83\xd2\xe7\xe8\x76\x55\x0c\x06\xb1\xc2\xf2\x76\x09\x0c\x72\x47\x4a\xdd\xca\x58\x90\xc3\x72\xb9\x92\x05\x71\x60\x1a\xbc\xf5\x43\x03\xe5\xc6\xb0\xb1\xc2\xc4\xf0\xc8\x93\x81\xc1\xf2\x1b\x18\x0c\xc9\x72\xab\x35\x80\x9c\x28\x38\x06\x06\x13\x39\x1c\x0a\x2a\x12\x60\xa8\xf7\xdf\x8a\x70\x50\x5a\xbc\x6e\xb5\x06\x50\x1a\x23\x6f\x17\xa4\x20\x07\x7a\xdd\xad\xab\xc3\xad\x8f\x28\xda\xf2\xad\xa1\xee\xf6\x34\x2d\x4b\x4d\x63\x85\x89\x08\xfb\xbd\xeb\x4a\x30\x4e\x4c\x06\xb7\x8b\x48\x30\xb8\x7c\x24\x8d\x02\x26\x82\x70\xe7\x79\x6b\xb3\x06\xa5\x41\xed\xd6\xcb\x09\x94\x9e\x82\xc6\xf7\x12\xe1\x8a\xf1\x56\x9b\x01\xbd\xa1\xc5\xdf\xca\x7e\xd0\x6e\xdd\x1b\x05\x4c\x0c\xf5\x81\xdb\x25\x1d\x08\x7d\xda\x6e\x25\x31\x68\xb7\x56\x8d\xef\x25\xf2\x44\x38\x1b\xdf\x4b\x54\xef\xfe\xd0\xd2\xe3\x31\x55\x8e\x5a\xd5\x20\xd0\x1e\x83\x33\xe4\x97\x48\x7d\x37\x1e\xd7\x6f\x20\x2c\xaa\x21\xbf\x44\xab\x07\x1b\xb9\x4b\x24\x97\x46\xa4\x61\xba\x44\x12\xaa\x36\x1f\x3d\xa6\xc0\x38\x59\x74\x3f\x6a\x46\xa0\x3c\xdd\xfe\xb8\x6d\x09\x4a\x5d\xff\x51\x33\x7a\x3c\x64\xd5\x66\x3f\x4d\x22\x02\x64\x9a\xd7\xdb\x24\x4c\xf5\xf4\x9c\x47\x2b\x39\xa8\xf6\x8d\x7a\xc2\x83\x76\x6d\xf4\xa8\x52\x81\xd6\x2e\xf6\xa8\x52\x81\x20\xd0\x55\x3e\x2e\xd0\x40\xda\x01\x1e\xfd\x2d\x40\x11\xb9\x2b\x0d\x1f\x26\x86\x92\xdc\xf0\x61\xa2\x6d\x7b\x43\x7e\x89\x0e\xac\x1b\x8f\x5e\x19\x60\x28\x3a\x1e\x45\x2d\x08\x1d\xa7\x8c\x02\x26\x82\x7b\xc9\xf2\xd1\xb5\x16\x04\xf1\xbd\xf2\xd1\xa2\x0a\xba\xcf\xe3\xd7\x53\xb1\xe1\xbf\x44\x9f\x74\x2c\x63\x7d\x89\x32\x2a\xc3\xa3\xbc\x06\xad\x43\xd6\xa3\xd9\x1e\xe4\x69\xa3\xbb\xa1\x08\xea\xb0\x63\xa9\x55\x1a\x11\xcc\xfd\xdd\xc7\x3d\xc6\x47\xb7\xad\x36\xc9\x37\x96\x87\xdf\x4d\xb2\x09\x4a\x07\x47\xdf\xf8\x31\x89\xc3\x26\xc8\x1f\x63\x85\x89\xde\x6c\x02\x97\x61\xa0\x36\x14\x89\xc7\xe9\x00\x84\x9e\x7e\x8f\xb2\x1f\xe4\xc9\xee\xce\xa3\xa0\x07\x9d\xb6\x84\x07\xa3\x8c\x15\xc6\xad\x4d\xf9\xe8\x83\x0c\xca\x20\x06\x86\x0f\x13\xc5\x2d\x3c\xf9\x68\xa9\x7d\xb4\xd4\x22\x50\x1f\xa7\x03\x90\x85\x10\x34\x30\x98\x68\x55\x5b\x03\x83\x89\x28\x74\x9e\x47\xb3\x2c\xe8\xd3\x2f\xef\x22\x12\xe4\xb0\x09\x5d\x44\x3e\x06\xb0\xb1\xdf\xba\x8b\x02\xe2\x60\xe9\xf4\x38\x8f\x80\x18\x0e\x0b\x6d\xb0\x20\xf4\x08\x7e\xb4\xc1\x82\x74\xd5\xf2\xe8\xab\x02\x4a\x67\xef\xc7\xa9\x05\x84\x7b\x0f\x8f\xcb\x56\x90\x1e\x52\x78\xdc\xfb\x04\xad\xe1\xe9\x71\x25\x0b\x72\x6b\xf3\xb2\x25\x50\xf2\xcb\xc1\xa3\x29\xd5\x50\x64\x2a\xc0\xc6\x1d\x13\xad\x03\xed\xe3\xd4\x02\xe2\xc0\x92\xf6\x68\xfe\x04\xed\x8e\xf2\xa3\xde\x0f\xfa\xb4\x9b\x68\xd8\x04\xf9\x15\x10\x5a\x31\x41\x1b\x49\xe1\xd1\x3e\x09\xe2\x5b\x54\x17\x0c\x8f\x01\x26\xd1\xfb\x1f\x27\x0d\xd0\x84\xfc\x4a\xc3\x87\x89\xfa\x76\x39\xdd\x57\x1e\x8e\xf4\x6a\xdd\x30\x30\x98\xe8\xa1\xfc\x51\x7d\x07\x3d\x7c\xa3\x86\x3a\x10\xbb\x9f\x43\x05\x1a\xf4\xc4\xe0\xfa\xb8\x39\x09\x92\xb8\xf6\xb5\x21\x9c\x45\x12\x20\xa0\x8c\xb6\x25\x02\x81\x5a\x46\xdb\x12\x4d\x60\x9e\x32\x8e\x96\x88\x58\xea\x46\x71\x8d\xde\x17\x79\x14\x49\x6c\x3b\x8a\x8e\x61\xd2\x6e\x12\xc1\x3d\xd7\x42\xb9\xbc\x3c\x4f\x04\xa7\x43\xcb\x08\x59\x22\x09\xc1\x50\x46\xc8\x12\xf5\xb7\xec\x5f\x26\xe9\xad\x76\x92\x64\x85\x0e\x0e\x2a\x1e\x54\x28\x7c\x23\x41\x6b\xa2\xc9\x3e\xac\x23\x77\x50\x10\x8f\xb1\x0c\x87\x25\xb2\x37\xea\x18\x56\x28\xe8\x13\x1b\x85\x48\x2b\x94\xf8\x20\x9f\x3c\x95\xe6\x95\x46\x64\xe5\x8d\x69\x85\x52\x17\x30\xca\x85\x10\x15\x49\x54\xe2\xda\xd2\xec\x0d\xc9\xbb\x66\x9b\xda\xca\xbc\x10\xa2\xe7\xe0\xa9\xb2\x5c\x45\x60\x8b\x93\xf6\xc2\x24\x25\x26\xeb\x99\x32\x68\x96\x68\xd4\xff\xda\xca\xf6\x2a\xf7\x90\xcc\xde\x42\x10\xa5\x00\x07\xa3\xda\xca\x26\x2c\x62\x5d\x14\x7d\xa2\xfc\xb4\x85\x39\xd0\x86\x2e\x8b\x5a\x1c\x7c\x39\x69\xaf\xb2\xa1\xcb\x69\x9d\xa4\xb6\x71\x16\x26\xa7\x5e\xcb\xd0\x5a\x22\xcf\x49\xe3\x4c\x0b\x31\xb5\x59\xfb\x94\x6f\x9c\x1e\xe4\xf0\x29\xdf\x38\x89\xfa\x31\x68\xfb\xd3\x6a\x9f\xb8\xf2\x0d\xde\x78\xda\x31\xd9\x43\xc2\x14\x5b\xdb\x69\x85\x4e\x3c\xce\xd3\xa4\xb7\x49\xea\x62\xb4\xc4\x69\xe9\x39\x70\x4a\x00\xd3\xda\x5e\x96\x5e\x07\xdc\x83\x56\x7d\xd9\xf6\x0b\xcd\x59\xe0\xf2\x06\x5c\xd1\x87\xd9\xbf\xec\xab\x2f\xa2\x71\xef\x7c\xed\xb7\x79\xb1\xa3\xc3\x41\xd8\x32\xbe\x97\x48\xd6\x92\x65\x7c\x2f\x11\x47\xfd\x7a\xaf\xb8\xbc\xef\x56\x34\x61\x81\xca\x0b\x6f\x45\x60\x51\x28\x6f\xbc\x15\x83\xfd\x91\xf2\xf2\x5a\x11\xc7\x34\xc9\x16\x46\xe2\xed\xf6\xb5\xcb\xaf\xc5\x26\x4d\xef\x34\xd4\x65\xe5\x70\xd8\xfb\xb6\xca\xc7\xf1\x84\x77\xde\xb4\xaf\x7d\x6c\xf4\x0f\xdb\xf8\x69\x92\x6f\xfc\xb0\xf5\xb5\x91\xd7\xc7\x46\xff\x18\x58\x9e\xa7\x6e\x1b\xca\xb8\x87\x76\xac\xdb\xec\x8d\x7b\x78\xd2\xe8\x8f\x4f\xe1\x5d\x3c\xec\x45\x8f\x4f\x61\x9d\xc0\xbc\x5e\xdb\x63\x73\x62\x8a\x18\xe1\x53\x36\xce\xc3\x1e\xe3\xe6\x53\x76\xbf\x87\x81\x58\x94\xeb\xb1\xf4\xec\x56\xc4\x37\x2f\xbb\x0c\x0a\x30\x51\x74\xca\x90\x5f\x22\x51\x4a\xca\xf8\x5e\xf5\x8d\xef\x45\x1d\x77\x76\x2b\x6a\xd7\x6f\x78\x4d\x79\xb5\x63\x1a\x14\x81\x72\x58\x3b\xa6\x41\xd1\xb9\x56\x8c\xb5\x2b\x89\x41\x8d\x93\xec\xd1\x76\x45\xf6\x37\xe9\x65\x92\x21\xbf\xf8\x21\xaa\xad\x48\x5c\x28\xca\xf0\x61\x62\xe4\x4e\x92\x02\x15\x8c\xb9\x96\xc0\xb5\xe3\x4a\x2c\x9a\xe5\x4e\xed\xf8\x0d\x8b\xde\x4e\x93\xfc\xe1\x30\x20\x70\x92\x74\x99\x74\xb1\xa1\xb8\x93\x64\x85\x06\xae\xfd\xb4\xaa\x77\xf4\x8a\x3a\xfc\xa1\x62\x17\x14\xc1\xf1\xca\x58\x61\x22\x88\xff\x5d\x46\x01\x13\x85\x55\xae\x8c\x02\x26\x0a\x0b\x72\x79\x51\xaf\x18\x2c\xb0\xca\x28\x60\xa2\x63\x98\x64\x51\xb5\x48\x20\x2a\xbd\xf1\x53\x34\x47\xc4\x6a\x57\x5e\x83\xe0\x7e\xe3\xda\xd3\x37\xa6\x1e\xc1\xe4\xa5\xbc\x06\x8d\x57\x58\xed\x69\x1d\xd3\xe3\x1a\x74\x13\x45\xb8\x81\xc1\x9c\x0e\x76\x45\xb8\xb7\x67\x4c\xfb\x84\x22\x1c\x8c\xf0\x8d\x65\xb5\xbd\x1f\x98\x19\xd5\x58\x61\x62\x10\xef\xb3\x8c\x02\x26\xca\xc1\x67\x7c\x2f\x11\xb8\xaf\x94\x17\x90\x8a\x3a\x6c\xaf\xb6\xaf\x36\x7d\xd5\x5e\xd8\xbe\xb1\x5d\x74\xf3\xc6\xb6\x8e\xad\x50\xe0\x8d\x6d\xf6\x04\xc8\x65\x87\x74\xad\xc6\x49\x9a\x1c\xf4\xb1\xed\xa7\xd5\x9e\x1c\x82\xd9\x7c\xca\x2f\x84\x29\x03\x57\xd1\xe2\x72\x90\x2f\xca\xf9\xcd\x9b\x51\x45\x84\xdd\xe4\x34\xfb\x13\x5f\x28\x0b\xa1\xec\x07\x7d\x38\x60\x4e\x1b\xe7\xe4\xa8\xb1\xa5\x47\x2b\x15\x93\x18\x66\xb5\x3b\x1d\x80\x66\x99\x5f\xbb\x22\x1c\x24\x2e\x86\xb5\x2b\xc2\x41\x70\x7e\xae\xf6\x97\x79\xbd\x08\xd4\x77\x50\xa1\x97\x6d\xcf\x91\x3a\xac\xd1\x65\x60\x30\x31\xea\x9b\x64\x1d\xd5\x4a\x1d\x7c\xca\x7e\xd0\xce\x95\x86\x0f\x13\x79\xee\x26\x59\x54\x0c\xd4\xdc\xfc\x52\xfb\xdb\xbc\xde\x9e\x98\xa1\x71\x2e\x3b\x13\x11\x6a\xb8\x5b\xb9\x76\x65\x34\x18\x58\x37\x6a\xbf\x6c\x1c\x6d\x20\x76\x80\xcb\x0a\xe1\xdd\x37\x50\x24\xf6\xcb\x37\x7a\x6b\x46\xf9\x43\xeb\x78\x69\x1b\xe6\x8d\xb7\x45\xbd\x59\x44\x3a\xac\x1e\x2b\xc4\x11\x57\xfc\x1c\xcb\x90\x5f\x22\xbe\xa3\xf6\xb1\x5c\x58\x7d\x09\xd1\x5f\x46\x01\x13\xdd\x7e\x5a\xa5\xaf\x21\xbf\xb6\x69\x92\xad\xba\x30\xbe\xa3\xf6\x71\xa4\x3d\x8a\xc7\xf5\x46\xa3\x80\x89\xc0\xd1\xb5\x8c\xef\x25\x82\xb0\xfa\x65\x7c\x2f\x31\xf0\xb3\x2e\xe3\x7b\x89\xe0\x92\xd9\xf2\x2a\x53\x91\x55\xbf\x0e\xf1\x51\x87\x52\xfd\xf0\x32\xbf\xb6\x40\xb7\x49\x98\xa7\x18\xd4\xc7\x6e\x19\x77\xaf\x75\x33\x69\x37\x89\xf9\x8d\xa9\xf8\x50\xe5\x06\x03\x1b\x6c\x1d\xaa\xdc\x87\xe1\x64\xc2\x24\x8b\xbd\xbb\x99\x3b\x49\x7a\x4c\x7a\x38\xa9\x45\xf6\xea\xd7\x60\xa4\x95\x53\x4d\x06\x45\x0c\xa0\x32\x30\x98\x08\x22\x86\x97\x81\xc1\x44\xd5\x5a\x90\x96\x97\xf3\x88\x89\x91\xb4\xbc\xce\x54\x04\xee\x05\x65\xf8\x30\xd1\xec\xf8\xd5\xe1\x74\x00\x02\x2f\x94\x3a\x9c\x0e\x40\xb0\x57\x5c\x47\xf8\x46\xdc\xc9\x92\xc9\xec\x50\x57\x07\xcd\xcd\x8a\x65\x60\x30\x91\x1c\x23\x29\xaf\x34\x15\x3d\x99\xb9\x0e\x7c\x0b\x45\x72\x5f\x6b\x19\x2b\x4c\x24\xbe\x3d\x65\x60\x30\x51\x38\x3e\x95\x77\x9a\x8a\x1e\x93\xa2\x2a\xfb\x41\x3b\x15\x7b\xef\xa8\x48\x2c\xc8\x75\xb4\x45\x6d\xf6\x47\xd0\x04\xbd\x77\x54\xe4\x6e\x51\xdb\x72\xb5\xe5\xa2\xa1\xdb\xbe\x86\xdb\x16\x7e\x8a\x65\x30\x2f\x91\x1c\xa4\x2f\xaf\x22\x15\xb1\x59\xfa\x69\xdb\x4f\x85\x20\xe5\x52\x99\x06\xa3\x6c\x55\xc5\x2e\x68\x97\x4e\x46\xee\x12\x79\x22\x92\x8c\xdc\x25\x72\x98\x3d\x46\x65\xd1\x2e\x05\xb8\x85\xf4\x8b\xae\xa6\x71\x14\xbb\xa0\xca\xf6\x52\xbf\x06\x8d\x33\x49\x19\x80\x4b\x74\xda\x84\x6f\x0b\xf1\xe6\xd3\xda\x5e\x6f\xdf\xf8\xd6\x8c\x4d\x51\xdf\x56\xe8\xed\x12\x98\x72\xa9\xbb\x82\x9c\xc3\x24\xbf\x23\xba\xeb\xe1\xd0\xbf\xac\x10\x86\xe0\xdd\x4f\xab\x5c\x04\x31\x99\x34\x0e\xe5\x22\x08\x6e\x0d\x2c\x23\x77\x89\x08\x3b\xd3\xe5\x1b\x59\xd3\x9f\xdf\x24\xdf\x78\x19\x06\x8e\x0a\x5d\x7e\xb4\x0b\x87\x08\x26\x8d\xe3\xe3\x47\xc3\x82\x4c\xd4\xfd\x32\xe4\x97\x18\x89\xde\x7f\x7c\xec\x72\x1f\x2c\xb5\xc3\x24\x3f\xed\x87\x2b\x09\x86\x3f\xb4\x33\x7d\x6f\x9b\xa0\xf4\x1f\x2b\x84\xc9\x60\xf7\x6b\x7f\xac\x10\x81\xc1\xce\xdd\x1f\x5a\x21\x9c\xaa\x5d\xd3\x1b\x18\x4c\xb4\x53\xcb\xa1\x7e\x0e\x82\xad\xa0\x3a\x6e\x93\xf4\x13\x42\x38\x1f\xb7\xd5\xbe\xd9\x0e\xb5\x47\xdf\x0e\x05\x5c\x87\xf6\x83\xbc\x6e\x5b\x42\xd7\x21\x04\xfd\xa1\x7e\x0e\x86\xda\x8c\x81\xc1\xc4\x38\xfd\x42\xce\x10\x60\xb4\x22\xed\x31\xfb\xc7\xcb\x32\x4d\x32\xfb\xc7\x86\x5e\xe5\x1a\x2a\xe3\xc3\xf8\xbb\xb4\xc4\x50\xf6\x0f\x43\x25\xc4\x49\xd2\x69\x92\x4e\x8d\x24\x29\x7d\x41\x1c\xa8\xa0\x83\x6d\x38\x51\x1c\x07\x2a\xe3\x68\x89\x3a\x99\x51\x07\xc6\x5b\x51\x5c\x36\x5d\x63\xf8\x43\x82\x6a\xe3\xca\x57\x83\x3d\x37\x11\x0e\x98\xa1\x2c\x1c\xdf\x03\x26\x3c\xa5\xb0\x32\xf6\x15\x81\x53\x6a\xa8\xa8\x82\xe6\xac\x79\x8d\xb0\x10\x44\x4f\xe0\x94\x4b\x0d\xcd\x0f\x20\x4f\x96\xad\x43\xdd\x15\x74\x9a\x97\x9a\x24\x48\x4c\x9e\x65\x5c\x29\x91\x2a\xe3\x43\x91\x06\x06\x01\x37\x6a\xb0\x9b\x26\xc6\xc9\x1c\x6e\x78\x28\xd1\xfb\xf7\x29\x5b\xa2\x39\x02\x84\xe2\x35\xda\x96\x68\x82\x0d\x30\x1e\x8d\x18\x25\x92\x38\x23\x35\x38\x7c\x21\x32\x99\x28\xbc\x43\x4d\x64\x7e\x9f\xb2\x71\x08\x46\x78\xcc\x5f\xbb\x6d\xd5\xd0\x7c\xe0\xb5\x6b\x04\x7b\xab\xa1\x78\x03\x61\x5f\x1b\xda\x0a\x40\xe2\xd2\x54\x06\xa7\x12\x83\xfd\x91\x1a\xca\x32\x30\xbe\x4f\x69\x18\x18\x5f\x2b\x26\xd9\xbf\xec\x45\x0b\x8d\x43\x7a\x71\x35\xdb\x17\x8d\x49\xbc\x8c\x57\x25\xaa\xfd\xa6\x2a\x9a\x60\xe0\x5e\x50\xdc\xd7\xf6\x45\x63\x9f\x2c\xef\x6d\x13\xc9\x79\xf8\x1a\x2f\x1b\xfd\x45\xf7\x43\x8c\x78\x2b\x9b\x18\x84\xda\x2c\xaf\x5c\x13\x35\x0e\x93\xac\xf6\x45\xf8\x79\x64\xac\xf7\xa0\x89\x50\x25\xf2\x22\x34\x51\xed\x07\x54\xfe\x78\xef\x99\xf2\x67\xb8\xcc\x07\x39\x1d\x16\x4a\x16\xd0\xca\x45\x83\x53\x89\x6c\x54\x35\x83\x40\x89\x51\x56\x48\x31\x32\x0c\x9c\xe2\x53\x8f\xa5\x7f\xf4\xb0\xa7\x10\x6a\x95\x20\xa7\x8d\xa3\xcc\x00\x39\x8e\x95\x64\xb0\x25\x91\xc4\xc7\x29\x23\x2b\x89\x98\xb4\x57\xb0\x9f\x24\x92\xdb\x48\x2a\xd4\xb2\xc2\x33\x6f\x61\x52\x9b\x84\x0a\x49\xab\x86\xb6\x4e\x90\x89\xcc\x08\x0e\xb8\x89\x3a\x7d\xea\xf0\xa9\x03\x81\x8a\xd2\x1a\x87\xe5\x3a\x58\x31\xd2\x73\x42\x31\x02\xe6\x86\xc9\xc0\x38\x47\xa2\x89\x9b\x51\xa1\x06\x02\xaa\x58\x30\x78\x6d\xb6\xe8\xc3\xa7\x34\xe7\x81\xa8\x6f\x92\xd5\x2e\x04\x57\x52\x88\x36\xaf\xe6\xd0\x50\x9b\x64\x21\xf0\x25\xd7\xd6\x19\x0e\x44\x10\x9c\x3e\xae\x50\x6b\x00\x4d\xdc\x9e\xb5\xf4\x36\x09\xad\x01\xe5\x32\x70\xf6\x16\xb5\xfb\x46\xd7\x5c\x20\xb8\x9b\xb5\xe2\xb4\x8e\x27\x6e\x94\xc8\x0c\x03\x11\x89\x66\x1b\xad\xc2\x01\x03\xc2\xe5\xa1\x81\x88\x44\x4c\x74\x9e\x78\xd9\xaa\x2f\xd7\xe1\x26\x99\x3d\x67\x5b\x0f\xdf\xa8\x09\x0e\xb4\x16\xbe\x70\x19\x06\x62\x22\xcb\xe2\x6d\xf6\x6f\xdc\x90\xac\xf6\x65\xb5\xb9\x7d\x6a\x43\x93\x34\x10\x91\x08\xb6\x95\x2a\x34\x95\x81\xe6\x70\x4e\x85\xea\x06\x68\xd7\xe1\xe1\x02\x0b\x0c\x0e\x50\x56\xa8\x48\x80\x6a\x0b\x71\x59\xfa\x0b\xc7\x16\x84\x55\xa8\x35\x80\xe0\x4c\x52\x85\x2a\x02\x08\xae\x05\xae\x70\xf2\x07\xb9\xd9\x4d\x1c\xa2\x60\xa4\xa5\x77\x3c\x82\xc0\x19\xb7\xe2\x36\x7b\x3d\x95\x4f\x93\xac\xd0\x4d\x8c\xce\x8d\xec\x5d\xf8\x81\x66\x6b\xa3\xe2\xb6\x8e\x38\x18\xb9\x6e\x08\xb5\x86\xf0\x04\xac\x3f\x74\x79\xf8\x8d\x80\x64\xe9\x1d\xdb\xa0\x27\x5a\xa9\x41\x91\x44\xbb\x36\x0a\x27\x7f\x50\x9c\x08\x2d\xaf\x63\x17\xa1\x82\x63\xe8\x24\xd1\xc4\x06\x29\x2f\x25\x17\xc9\x01\xca\xf2\x36\xf1\xfa\xde\x26\x4e\xff\xf2\x62\x70\x11\x1c\xa9\xab\x74\x6d\x94\x6e\x21\x30\xe5\x79\xa5\xb7\xe8\x49\xff\xf2\x4e\x6f\x11\xb1\x99\xd7\x63\x92\x23\x8d\x24\x17\x42\xde\xbd\x9d\x88\x47\x2f\xdf\x16\x83\x73\x57\xe5\xed\xdb\xa2\x06\x42\xc1\xeb\xb7\xc5\x20\xe8\x5f\x79\xff\xb6\x18\xf8\xe0\x94\x61\x98\x44\xa8\xe0\x78\xdf\xb6\xa8\x66\x74\x24\x9e\x3a\x62\xe0\xed\x5f\xe9\x72\x09\x34\xc1\x61\x2a\x5d\x08\x81\x24\xa4\x53\x65\x98\x3d\x27\x55\x67\xfb\x94\xd9\x1b\xbf\xe9\xef\x70\xdb\xaa\xc4\x19\x57\x0c\x2e\x41\x28\xc3\x3b\x89\x22\x8a\x7c\x65\xda\x2a\xec\x41\xe3\x2e\x5d\x46\x7c\x12\xbd\xd3\x8b\x52\x4b\x1a\x18\x1a\x49\x0d\x02\x25\x92\x6b\x04\x2a\xcb\xec\x0b\xbb\x03\x46\xe5\x74\x03\x03\x0c\x4d\x70\xe9\x06\x06\x48\xce\x66\x54\xaa\xec\x80\xa1\x15\x33\xdb\x8e\xd5\x78\x1c\x30\xad\x67\xdb\x9c\x04\x0b\x20\x92\x70\xa5\x2a\x11\xc8\xdd\x0f\xa8\x8c\x05\x99\x76\x3f\xcd\x66\x20\x95\xfd\xa9\x8d\x0c\x84\x13\x76\xaa\x12\x81\x4e\xfb\x87\x5b\x26\xa0\x09\x0d\x51\x06\xa7\x12\xe1\x76\x42\xaa\xf3\x80\xe4\xa6\xe6\x4a\x2d\x69\x69\xb0\x37\x6c\xe9\xa9\x08\x07\xf1\xfd\x1c\x2e\xe9\xd2\xfd\x5d\x7b\x91\x66\x33\x10\xaa\x90\xa9\x1a\x94\xde\x05\x65\x8f\x3c\x7d\xe3\xe9\xbd\xf6\xbe\xd1\xfe\x41\x2c\x02\xa2\xfd\x95\x77\xb0\x8b\x74\xcd\xe5\x95\xeb\x22\xb6\xc3\x24\xeb\xc8\x09\xd8\xdd\xb6\x57\x33\x02\xb9\x5b\x21\x65\x3f\x28\xe7\x24\x43\x58\x89\xde\x50\x37\xf2\x65\x21\x5e\x5c\xd8\xe1\xa0\x56\xf6\x83\x6c\x8c\x27\xde\xa0\x2e\x82\xcb\x61\xca\x2b\xd4\x45\x38\x57\x7a\x85\xba\x48\xe2\x42\x95\x77\xa8\x8b\x24\x6e\x74\x79\x3f\xba\x88\xef\xd0\x77\x3a\x00\xe1\x5c\xe9\x2d\xe6\x22\xc3\x0a\xb9\xae\x04\x45\xec\x86\xf2\xd2\x72\x51\x13\x33\x63\x2a\xfb\x41\xb8\xd1\x90\x2e\xfc\x40\x6c\xa8\xc9\xe9\xce\x09\x88\x69\x5f\xbd\xed\x4c\xdc\x16\xb8\x39\xa8\x95\xea\xe9\xd5\x80\x0e\x3e\xa5\x3a\x88\xc3\x91\x76\xdb\x7d\x39\x27\x7b\xa6\x3f\xb4\x71\x6e\xe2\x6c\x9f\xbe\xd1\xd2\x13\xdc\x93\xcb\xd3\x2a\xd5\xeb\x40\x1d\x2c\x5b\xd3\x85\x1f\x68\xc2\x50\x56\x2a\xfb\x53\xbd\x0e\xc5\x2b\x95\xfd\xa0\x76\xfb\x84\x5b\x2e\x49\x8c\x97\xaf\x24\x7e\xcc\xfe\xf1\xa2\x51\xca\xe5\x5a\x10\x14\xf7\x48\x94\x21\xbf\xc4\xe0\xc2\x8e\x2a\xd7\x82\xa5\x83\x36\xdd\xc4\x28\x60\x22\xac\x63\x69\x07\x04\x3d\xd1\xd8\x4a\x3b\x20\x68\xee\xb5\x2e\x2f\x7a\x17\xd1\x69\xd2\x63\xd2\x83\x71\x8e\x42\x68\xe8\x03\xa9\xce\x53\x2e\x35\x41\x70\x18\xb3\x0a\x2f\x27\x91\x76\x39\x43\x91\x89\x0c\x8c\x60\xe5\xbe\x0f\x98\x5a\xf5\xbc\x24\x5e\x24\x4e\xd5\xe5\x2d\xf1\x22\x39\xef\x5c\xe5\x76\x3b\x28\xae\x3f\xac\x72\x6f\x1d\x34\x57\x60\x57\xb9\x15\x04\x42\x6b\x63\xb9\xb7\x5e\xc6\x98\x42\xc1\x29\x75\x57\x90\x69\xe3\x38\xe5\x19\x0f\x8d\xcb\x89\xab\x34\x1a\x82\xe6\xf0\x6a\x95\x46\x43\x50\x07\x4a\x9c\x21\xd2\x44\x4c\xcb\xe5\x5c\x09\x7a\xdf\x7c\xca\xcf\xc1\xed\x8a\xf8\x20\x57\x39\x0b\x96\xd7\x56\x61\x62\x29\x2d\x84\xa0\xdc\x81\xf7\x62\x7b\x91\x6d\xf6\xee\xe6\x17\xf1\x09\xd5\x1a\xca\x45\x37\x28\xb7\xa2\x4b\x0b\x61\x79\x33\xef\x34\x7b\xeb\x18\x38\x44\x58\x6d\xb7\xee\x41\xb9\x89\x58\xe9\x0f\xd3\x9b\xcd\x4d\xb2\xbd\x92\x13\xe9\xd8\x53\xca\x39\x0d\xcc\xef\x47\x73\xc3\x08\x24\xfe\xaa\xe5\x05\xfb\xa2\x88\x91\x57\xde\xb0\x2f\x5a\x45\xb5\x9c\xe6\x40\x9f\x23\x7f\x3d\x15\x7b\x29\xbf\xe8\x69\x13\x68\x05\x00\xd9\x58\x14\xbc\x96\x5f\x44\x39\x78\xdc\x62\x2a\x2f\x9a\xb1\xcb\x68\x2b\x00\xa9\x32\xed\xcd\xfc\x62\x68\xe9\xa8\xb6\xd1\x9b\x93\x93\x36\x94\x33\x2a\x68\x1c\xd0\xaa\x34\x92\x82\x6a\xbb\x8c\x33\x6a\x19\x83\xda\xfa\x3a\xa3\x82\xc2\x6b\xb0\xca\x55\x0b\x28\x42\x6d\x56\x69\x11\x05\x7d\x22\xa5\xca\xb9\x12\x0c\x25\x71\xb9\xb6\x01\x7d\x2a\x0d\x34\x32\x80\xb9\x59\x47\xf7\xa6\x40\xb9\x32\x2b\x67\xd4\xf2\x5e\x60\x66\xd4\x72\x46\x05\x49\x14\x9d\x2a\x0d\x0b\x20\xd4\x76\xcb\x49\xb6\xbc\xd2\x9d\xc9\xbf\xb4\x35\x80\x9c\xf6\xb5\xd3\x2e\x73\x1a\xfc\x95\x3a\x6a\x6b\x00\xc3\x99\xab\x34\x2c\x80\xde\x99\x80\xca\x89\xb1\x9c\x18\x99\x34\x0c\xed\x27\x82\x68\xed\x55\x2e\x77\x40\xa5\xdd\x4f\x8f\x03\xd0\x9a\x1f\x0c\x00\x28\x3a\xbf\x3f\xb4\x71\xde\x5c\x57\xcb\xa4\x51\xae\x93\xc0\xf8\x76\x13\xf7\xa6\x40\x0c\x16\x1f\xe5\x3a\xa9\xbc\xf1\x9d\x49\xb6\x34\x3f\x80\x20\xda\x56\x95\xeb\x24\x10\x87\x1d\x40\x1b\x2c\x68\x82\x2b\x54\x69\x7e\x28\xcf\x53\x28\x63\x35\x6c\x82\x24\x6e\x46\x95\x56\x4c\x50\xbb\x4d\xf8\xb1\x55\x3f\xde\x95\x41\xb9\x9c\x2b\xc1\x70\x8b\xbc\x9c\x05\xc1\xfc\x0a\x1b\xbd\x0c\x40\xa9\xd7\x95\x0b\x19\x30\xdc\x18\x2e\xad\x98\xa0\x36\x3c\x03\xca\xf9\x0d\x0c\x4d\x96\xa5\x91\xa2\xbc\x46\x57\xf1\xe6\xd6\x17\x48\x9d\x18\x0c\x5f\x28\x4a\x23\xa9\xe1\x0b\x45\xe9\x10\x51\xee\x86\x81\xf8\x5b\xf6\xb6\xfd\xe3\x3e\xaa\x4f\x39\x1e\x1f\xee\x03\xa1\xfb\xb6\x4b\x27\xd0\x7a\x4c\x19\x0a\x51\x34\x21\x51\xca\xb8\x87\xa2\x74\x0d\x69\xe7\xca\xfe\x3a\x31\xf8\xd4\xdb\x24\x6f\x77\x35\xe9\x63\x12\x37\x5b\x32\x01\xb5\x93\x19\xc8\x41\xb5\xdb\xc9\x0c\xb4\x4e\x41\xad\x89\xa5\xbd\x26\x87\xd9\xa6\x75\x62\x00\xc1\x41\x8e\x6a\xd7\x6f\xed\x19\x0a\xfa\x6a\x3b\x0b\xb6\xdb\x5d\x0c\xbe\xc6\x65\x57\x84\x3e\x12\xed\xfc\x06\x02\x1f\xe4\x32\x86\xa2\x08\xbc\x47\xab\x5d\xf8\x81\xc0\xa1\xbd\xda\x85\x1f\x08\x0e\x5d\x57\xbb\xf0\x03\xb9\x7d\x93\x2c\xd7\xe1\xcd\x72\x14\xd5\xdd\x34\xd0\xdc\xbc\x53\xed\x2c\x08\x8a\x93\x38\xd5\xce\x82\xed\x2c\x68\x5e\xce\x82\x6d\x74\x0d\xcb\xe5\x2c\x08\x86\x96\xa5\xd6\xa8\x0c\x5a\xb3\x6c\x87\x3f\x0c\x83\x9d\x98\xe4\x47\x0b\xaf\xfb\x27\x7b\x97\x74\xad\x47\x30\xfa\x66\x3b\xbf\x81\x26\xe6\x5b\x19\x83\x51\x54\x9a\xbd\xcb\x38\xd0\x5c\x82\x57\xed\x3e\x59\xeb\x36\x61\xb5\x5d\xd9\x81\xe2\x8c\x4e\x75\xda\x5e\xde\x94\x96\x3e\x65\x21\x92\xa3\x10\x16\xd5\x59\x10\xa4\xab\x9e\x76\x81\x06\x5a\x01\xd3\xce\x30\x20\xbe\xd5\xd6\xaf\xe1\x1b\xa9\x71\x37\xc9\xa2\xb2\x0d\x47\xdc\xd6\x6a\xe7\xa1\x36\x40\xb7\x43\xc1\x65\x1c\x28\xf7\xa3\xda\x49\x07\xb4\xfa\x53\x6b\xc6\x6e\xcd\xd8\xf6\x2f\x97\x71\x20\x5d\x1b\xb5\x96\x6d\xd0\xf1\x77\x78\x50\x57\x3b\x27\xb5\xe7\x3c\x18\xe7\xed\x04\xd4\x86\x84\x43\x84\x1b\x27\x52\x84\xf3\x5b\x4f\x5f\x35\xdd\x02\xa0\x26\xce\x49\x20\xdd\xae\x32\x9a\xa4\x88\x81\x86\xda\xee\xe5\x81\x76\x2b\xba\x9d\x93\x40\x94\x5f\x4b\x43\x1d\x88\x76\x20\xba\xca\x03\x43\x55\xad\x9d\xa6\x40\x11\x6e\xb6\xda\x35\x17\x18\x2a\x12\xed\x9a\x0b\x74\x3a\xce\x9d\x6d\x40\x9d\xb6\x9d\x6e\x0f\xfd\x76\x76\xa6\xda\x7a\xab\x81\xa1\x27\x44\x3b\xb5\x80\x6c\x3f\xa0\x53\x0b\xc8\xcd\x1f\xba\x74\x02\xe1\xe4\xdf\x9a\xb1\xdb\xc8\x00\xc8\xfe\xd6\x5b\x0d\x0c\xee\x18\xae\x76\x81\x05\x9a\x83\x86\xd5\x6e\xc9\x81\x54\x03\x69\xed\x6d\xa0\xb4\x33\xb7\xc6\x35\x50\xc3\x8f\xe6\x6c\x03\x5a\xcb\x50\xbb\x74\x02\xc3\xdd\xd6\x76\xe9\x04\x06\x91\x95\xaa\xdd\x33\x6b\x2f\x41\x70\xa4\x38\x01\x81\xd8\x15\x49\xae\xa6\x40\xb9\x28\x6a\x27\x20\x10\x3a\x1e\x18\x6a\xb3\xbe\xa1\x36\x1d\xd4\x8f\x1d\x80\xa3\xfb\x2e\xb0\x5a\x5b\x3a\xc8\x83\x35\x7d\xbb\xe6\x02\x79\xd8\x4d\x9c\x5a\x40\xe9\xab\x32\x75\x4f\x00\xc9\x3d\xa4\x35\x5d\xc8\x80\x2a\x26\xec\xa9\x2d\x1d\xa4\x1b\xe9\x53\x41\x0f\x82\xfb\xe5\xcb\xf0\x98\x62\x68\x07\x9c\xda\xd2\x41\x9c\xa7\x4f\xbd\x4c\xf2\x40\x0d\x79\xb9\xf8\x30\x16\xe6\xc1\x94\x37\xb5\xa4\x81\x76\x3d\x32\xb5\xa4\x81\xd8\xf8\x42\x53\x6f\x35\x30\x88\xa5\x52\x53\x81\x0a\x2a\xcd\x5e\x5f\x04\x30\xb8\x89\xa1\xa6\x2b\x0d\xd0\xce\xbb\xd3\x95\x06\x18\x0e\x98\xe9\x4a\x03\x04\xb7\xe1\xd6\xd4\xde\x06\x52\xcd\x7b\x2a\x89\x41\x73\xd1\x68\x4d\xc5\xee\xf4\x80\x2d\xd3\x94\x41\x34\x45\x0e\x86\xfb\x54\xec\x82\x76\xd2\x30\xae\xa6\x08\x2e\x10\xac\xa9\xf4\x04\x75\xb2\x57\x33\x55\xb3\x41\x07\xa3\x76\x2a\xb8\xc0\x08\x9f\xd2\x93\x0b\x44\xd8\x38\xda\x9f\x40\x70\x42\xa8\xa6\x62\x08\x0c\xb7\x10\x8c\x5f\x29\x2a\xfd\x8e\xfa\x68\x81\xe6\xe8\x5a\x4d\x65\x0e\x18\x45\x5f\x9d\x4a\x13\x50\x1a\x36\x0d\x69\x29\x9a\x78\x55\x35\x35\x23\x81\xda\x59\x86\x4d\xf5\x60\xd0\xda\xbf\xa7\x36\x23\x50\x44\xd0\x2e\x63\x61\x8a\x70\x41\x3a\xdd\x2f\x00\x79\x58\x7a\xe5\x17\xa8\xf6\x87\xca\x2f\x30\xbe\xd5\xd6\x63\x01\x8c\xb6\x03\x28\xd2\x8c\x98\x99\x7e\x5a\x9d\x18\x40\x6e\xdf\x24\xdb\x5e\x9f\x5c\x47\x87\xf2\x6b\x1a\x12\xc5\xb6\xd7\x66\x04\x72\x63\x92\x9d\xea\xc1\xf3\x7b\x8b\x98\x3f\x7c\x9b\x44\x14\x67\x87\x95\x5b\x08\x60\xb4\xad\xaa\x48\x03\xa9\xe3\xa6\xe1\x31\x45\xe9\x41\x34\x35\x23\x81\xd2\xb5\xd6\x88\x99\x22\xbe\x1d\x53\x29\x07\x72\xf7\xd3\xea\xb9\x6b\x78\x4c\x0e\xe2\xd7\x54\xa7\x06\x71\x28\x14\xdc\x1c\x00\x95\x8a\x0e\x2d\x4b\x60\x70\xf0\xa5\xa6\x1b\x7f\x20\x35\xea\x4c\xd5\x6c\x90\x6e\x35\x1a\x31\x53\xc4\x61\xb5\x55\x8d\xc1\xe0\x84\x75\x9d\x6a\xb8\xa0\xf6\xfd\xd7\x81\x2f\xeb\x24\x68\x96\x28\xe5\xf5\xa9\x1e\x0b\xb2\xd1\xfb\x4f\x6d\x3e\xa0\x15\x95\xa7\x42\x10\xb4\xab\x16\x43\x5a\x8a\x68\x26\xec\x53\x7b\x08\xc8\xe9\x0f\x15\x36\x20\x39\xd9\x56\xa7\x66\x7b\xd0\xc3\x42\xe8\xce\x0a\x52\x57\xf3\xd3\xa1\x7f\xaa\x71\x21\x17\x8d\x00\x29\x92\x93\x25\x65\x04\x48\xd1\x83\x8d\x4e\x23\x40\x8a\xc1\xad\xa0\x75\x6a\xc3\x00\x41\x18\xa5\x32\x28\xa4\xe8\xe3\x30\x2f\xab\x8d\xaa\x56\x2c\xe0\x8d\x13\x29\x82\xe3\xf6\x75\x72\x58\xb7\x88\x13\x59\x83\xcd\xdc\x53\xbb\x3c\x08\x0f\x62\x9c\xda\x1a\x40\xe9\x39\x62\x9c\x48\x51\xc4\xd5\x2c\x83\x42\x8a\x74\xc7\xcf\xa0\x90\xa2\xf2\x34\x2f\xdb\x8b\xb3\x06\xdc\x99\x5b\xa7\x0a\x1d\x88\xcd\xcf\xa1\x42\x07\x9a\x98\x12\x65\x9c\x48\xd1\xce\x6f\xa7\x0e\x59\xa0\x36\x1b\x47\x65\x09\x94\x6a\xdf\xa9\xfd\x1b\x94\x26\x83\x53\xcd\x08\x84\x6a\x90\x81\x1c\x45\xab\xba\x9c\x8a\xa4\x53\x33\x36\xab\x96\xd3\xa5\x39\xa8\xcd\x56\x75\xd1\x0d\x42\x65\xda\x40\x8e\xa2\x35\x17\x9f\xda\x99\xc1\x68\x96\xad\x06\x72\x14\xf1\x7d\xa3\x02\x02\x8c\x93\x21\x76\x6a\x67\x06\x1d\x78\xab\x9d\xca\x0c\xd0\x3b\x73\xa5\x81\x1c\xc5\x98\x18\x75\x0c\x98\x28\x86\x9e\x91\x06\x4c\x14\x23\x6d\x42\xb5\x06\x30\x38\x2b\x55\xa7\x96\x5a\x50\xfd\x4d\xf2\xa3\xe1\xb5\xb3\xd1\x4d\x5e\x1c\xd7\x17\xc9\x55\x66\xf5\xd2\x06\x0b\x42\xf7\x04\x43\x21\x8a\xe0\x2e\xa8\x7a\xa9\x6e\x80\xd0\x11\xfa\xa5\x6e\x01\xaa\xcc\x8b\xb3\xf9\xa2\x75\x26\x79\xb9\x62\x04\xad\xec\x37\x3a\xa2\x28\x9d\x05\x5e\x2a\x25\x20\x88\xd0\x5e\x2f\xb7\x0a\x41\xea\xd7\xf0\xe2\x44\xa7\x68\x2e\x54\xa8\x97\x1a\x08\x88\xc9\x10\x7d\xa9\x81\x80\xe4\x22\xff\x7a\xb9\xa4\x03\xed\x91\x83\x97\x42\x01\x94\x1e\x66\x2f\x3d\xe1\xc1\xe0\x0e\xfd\x7a\xa9\x48\x80\x72\x93\xf9\xa5\xc9\x12\x0c\x37\x27\x5f\x1e\x40\x02\xc5\xed\x2f\xf5\x52\x74\x80\x54\xd7\x7f\xe9\x52\x00\x82\xeb\x0f\xeb\xa5\x50\x00\x31\x2c\x97\x2b\x33\x10\xee\xaf\xbc\x1c\xee\x20\x87\x79\x39\x90\x41\xbb\x01\xf2\xd2\x5d\x11\x04\x97\xa7\xd5\x4b\xe3\x1c\x18\xe5\x77\x74\xd5\x03\x4a\x51\xfb\xf2\xa0\x0f\x48\xbb\xef\x4b\x4b\x1c\x08\x82\x33\xd4\x4b\x45\x02\x24\x61\x72\xea\xe5\x78\x04\x7d\xb2\xf0\x7b\xa9\x22\x80\xe1\x7a\xf7\xe5\x11\x1e\x50\xdc\xbc\x53\x2f\xe7\x70\x90\x07\xaa\xf1\xcb\xc1\x07\x5a\x4f\x0a\x23\x40\x8a\xe0\x42\xbd\x7a\x39\xf8\xc0\xd0\x82\xfc\x72\xdd\x00\xc2\x93\x16\x2f\xa7\x4f\x10\x2e\x71\x5e\x3a\xc9\x80\x3a\x7d\xa3\xca\x38\x68\xc5\xe3\xcb\x61\x05\x52\xad\xe1\xed\x4e\x37\x08\x7d\xb6\xdf\x0e\x18\x30\x4e\x74\x57\xe3\x39\x8a\xe2\x7e\x8b\x7a\x3b\x5b\x81\x18\x74\x4c\x43\x3c\x8a\x08\x94\xf1\xb7\xfb\x05\x60\xba\x33\xf7\x76\x28\x80\x76\x9d\xf5\x76\x28\x80\xa9\x8a\xf0\x1e\x66\xcf\x35\x28\x5c\xa0\x53\x6f\x3b\x39\x88\x6d\x9e\xbf\x9e\x8a\xdf\x8e\x01\x30\xd5\xd5\xdf\x6e\x71\x83\x41\xb0\x80\x7a\x6b\xe9\x00\x53\x31\xf2\xd6\x23\x18\x74\x5b\x6c\xdd\xe7\xc0\xe0\x60\x78\xbd\x55\xb9\xdf\x5e\xed\x8e\xa8\x34\x32\xa5\x18\x27\xe2\xcd\x08\x90\x22\xed\x45\x6f\x3b\x3c\x68\x5d\x87\xde\x6e\x45\x83\x72\x07\xdd\x38\x91\xa2\xfa\x30\xc9\xaf\x45\xa8\x28\x15\xba\xb7\x96\x7c\x90\x7a\xd8\xbf\xb5\xe4\x83\x20\x1a\x5b\xbd\x3d\x84\x07\x8a\xfb\xf8\xeb\xed\xee\x34\x48\xcf\x57\xbe\x9d\xdf\x40\x28\xd5\x8d\x13\x29\x86\x4b\xe0\xb7\x36\x0c\x90\xdc\xef\x5c\x6f\xf5\x7e\x10\x5a\xd2\xde\xee\x3b\x83\xd4\xd5\xf3\xed\x70\x05\x75\x5a\xed\x69\x51\xb9\x68\x26\xb0\x16\x1a\x27\x52\xa4\x0e\xc7\x6f\x1d\x8e\x41\x72\xbb\x62\x19\xdb\x51\xe4\xb7\x71\xb4\x7f\x83\x4a\x3f\xad\x4e\x41\xa0\xb8\xaf\xa1\x8c\x8e\x28\x42\xbb\xd6\x5b\x5d\xfd\xed\xfe\xae\xdd\x44\xcb\x36\x48\xcf\x8c\x18\x0a\x51\xc4\x61\xef\x76\xcb\x17\xd4\x70\xa4\x78\xc4\x02\x24\x91\x3a\xea\xed\x96\x2f\x18\x04\x70\x2f\x43\x21\x8a\x2a\xb4\x99\xb7\x53\x31\x68\x02\x94\x94\x11\x0d\xeb\x1b\xd1\xd0\x37\x6a\xec\x7e\xeb\x6b\x67\xf6\xce\xce\x6f\xcf\x53\x1c\x3e\x65\xbf\xc7\x95\x98\x93\xf2\xf5\xd6\x94\x01\x42\x35\xd9\x88\x86\x22\x06\x33\x84\x11\x0d\x45\x0d\x7b\xa1\x46\x0a\x23\x1a\xee\x96\x4b\xc3\xf9\x1b\xa7\x20\xe2\x40\xd4\x5b\xf9\x03\xa2\x6d\x89\xdb\x24\x0e\x11\x73\x7b\x70\x19\x26\x50\x0c\xae\x96\x28\x63\xef\xd5\x37\xf6\x1e\x5d\xce\xe8\x77\x22\x9d\x2b\x8d\x7e\x27\xc2\x35\xfd\xe5\x84\x0d\xa2\xf9\x68\x97\x62\x04\x04\xb7\x01\xd4\xa5\x45\x14\x24\xc1\xe2\xea\xd2\x61\x06\xe4\xc1\x0a\xc8\x50\x77\xa2\xb8\x04\xb8\x0c\x4f\x27\x72\xa3\xf4\xc6\xa2\x13\xa5\x50\xb8\x5c\xc0\x83\xd2\x8d\xf2\x72\x01\x0f\x06\x21\x09\xca\x90\x72\x22\x37\xe4\xc4\xa5\x9c\x00\xc9\x4d\x32\x65\x48\x39\x91\x9c\xc3\xae\x4b\x35\x1b\x74\x31\xef\x5e\xea\xd4\xa0\xb8\x72\xa7\x2e\xf7\x05\x41\x9e\x56\x48\x35\x1b\x34\xb1\x1b\xea\x52\x0c\x81\xa1\x0b\xab\xe1\xe9\x44\xe9\x07\x72\xa9\x53\x83\xd1\xd8\x86\x2f\x45\xc7\xa5\xe8\xb0\x8e\xea\xd4\xa0\x36\xbc\xb1\x2f\xed\xa6\xa0\x83\xe1\x7e\x29\x60\x40\xe8\x83\x7c\x69\x32\x00\xe1\xd9\xb2\xcb\x3d\x37\x30\xb8\x9e\xbc\x2e\x8f\x88\x81\xd0\x24\x7e\x69\x24\x05\xb9\xa3\x49\x5e\x1a\x16\x40\x7a\xa4\xf7\xd2\xfd\x05\xc4\x76\xfa\x94\x7d\x62\xb2\x99\xc2\x4a\xf6\xd2\xfc\x00\x4a\x77\x8e\x4b\x31\x04\xba\xbe\x4f\xd9\xf6\x58\x54\xcf\x6f\xf6\x36\x0e\xbb\x7c\x83\x81\x7c\xe9\x24\x03\x42\x77\x58\x83\xeb\x89\xd0\x8f\xf6\xd2\xa9\xf1\x32\x94\x34\x63\xe8\xd2\xba\x01\xe2\xb0\x09\xb5\x6e\x80\xd0\x93\xeb\x72\xdd\x00\x62\xda\x38\x0a\x3e\xd0\x03\x5d\xff\xd2\xbb\xe6\x32\x54\x02\x1b\x6c\x97\x76\x57\x50\x6e\x77\x5d\x2e\x38\x2e\xcf\x50\x60\xf2\x34\x76\x9f\x08\xcf\x70\x5d\x8a\x47\x50\x9e\x96\x34\x50\x9f\x68\x22\xb2\x96\x21\xf8\x44\x1e\xdb\xf6\xeb\xa9\xf8\x72\xc7\x0f\xd4\x18\xe6\xeb\xdb\x51\x89\x08\x0b\x54\x97\xa2\x12\xa4\xfe\x38\x97\xde\x31\x60\xb4\xfd\x56\xe3\xed\x65\xf8\x79\xbf\x96\x02\x15\xe4\x89\xa2\x79\x29\x50\x2f\x05\x2a\x8a\xd3\xa5\xc6\x05\x5a\x29\x75\x69\x35\x01\xe9\xf9\xca\x4b\x13\x09\x68\xee\x43\xab\x4b\x2f\x4b\x10\xf3\xf4\x29\x8b\x7a\x19\x57\x85\x5e\xa4\xf4\x04\x4d\xb4\x88\xba\x34\x91\x80\xdc\x94\x78\x9a\x48\x40\x72\x4d\x4e\x5d\x4a\x4f\x90\x9b\x45\xd5\xa5\x12\x74\x9a\x97\x2e\x95\xa0\xdd\xd9\xbf\xf4\xc7\x01\xe5\xee\xce\xa5\x3f\x0e\x88\x5d\x89\xe7\x9a\x0b\xd4\x57\x7a\x2a\x9c\x41\x7f\xfb\x9a\x56\x13\x10\xdf\xf6\xd2\x82\x0c\xc2\xa5\xc0\xa5\x05\xf9\xfa\x5e\xa3\x6b\x92\x85\x70\xbf\x12\x59\xf6\x71\x2f\x0f\xa4\x0a\xce\x47\x15\x12\x84\x9b\x21\xc6\x2a\x14\xa9\xdf\x9e\x51\x08\x45\x06\x8a\x84\x51\x08\x45\x12\x5e\xae\x3e\xee\xe5\x81\xd0\xb7\xf0\xe3\x32\x0c\x04\x21\xbf\xea\xa3\x63\x0a\x28\x2d\xee\x86\x2f\x14\xc5\x95\xcf\x65\xf8\x42\x91\x5a\x31\x3f\xda\x86\x41\xbb\x71\xf7\x51\x1d\x05\x65\x4b\x7c\x5c\xac\x81\x54\x70\x7d\xdc\x6c\x03\x93\x0b\x85\xeb\xe3\xd4\x02\x86\x9b\xcc\x1f\xd7\x6f\xa0\x34\xfd\x7c\xf4\x42\x01\xcd\x95\xf3\xf5\x51\x77\xfd\xa8\xbb\x5a\x54\xe7\x24\xd0\x61\xb5\x9d\x80\x3e\x86\xc5\xa7\x4f\x7c\x5c\x73\x81\xf2\xa4\xd7\xc7\x49\x03\x94\x8e\xe3\x1f\xb7\xd1\x40\x1e\x48\xf5\x8f\xfa\x26\xa8\x9d\xc1\xf7\x51\x93\x04\x9d\xb6\x84\xee\x1c\xa0\x09\xed\x57\x1f\x67\x08\x10\x41\xcf\x31\x6a\xa3\x08\x65\xc6\x47\xab\xcb\xc7\x03\x6e\x4c\x9f\x1f\x7d\x37\x40\x11\x25\xa5\x3e\xaa\xa0\x9f\xaf\x89\x85\xbc\x54\x41\x41\x0f\xf4\xcd\x8f\x26\x16\xd0\x6d\xcf\x51\x05\x05\xed\x51\xbf\x8f\x82\xfe\xf3\x0d\x0d\xc1\xe7\x50\xaa\x1b\x27\xb2\xec\x85\x4a\xf5\x8f\x07\x44\xac\x90\x2a\x28\x48\x2e\x8d\xa8\x8f\x82\xfe\x63\x5c\x72\x26\xc6\x8f\xeb\x4a\xd0\x84\x98\xad\x8f\xeb\x4a\x90\x27\x53\xcb\x47\x77\x0e\x90\x69\xc7\x54\xf6\x83\x3c\xed\x00\x0a\x7a\xd0\x9e\xba\xff\xa8\x95\x82\x9c\x98\xa4\x3e\x6a\xa5\x20\xa7\x7d\x55\xad\x14\xb4\x67\x2a\x3f\x9e\xda\x00\xa5\x66\xf4\x71\x5d\xf9\x71\x5d\xd9\x3e\x65\xdb\x5f\xda\xd2\xc9\x4b\x7d\x13\x24\x71\xa1\xea\xa3\xbe\x09\xda\xf3\x2b\x1f\x9d\x2b\x40\x6c\xc8\xc2\x8f\x2a\x28\x08\x55\xf6\x8f\xfa\x26\x68\xcf\x28\x7f\xdc\x27\x03\x59\xac\x41\x3e\xda\x86\x41\x1c\x8e\x6d\x5d\x30\x3e\x9e\x2d\x0b\x9f\xb2\x7f\xb1\xde\xd5\x79\xd9\x28\x97\x22\x15\x8f\x46\xb9\x14\xa1\xb5\xd1\xc8\x94\xa2\xda\x4e\xae\xb1\x09\x84\x07\x02\x0d\x56\x29\xea\x2b\x4d\x94\x85\x06\xab\x54\xa5\x32\x58\xa5\x48\xcf\xaf\x18\x99\x52\x24\xf7\x83\xd5\xc7\x4d\x31\x90\xdc\xc0\x5d\x46\xa6\x14\xfd\xfd\x8e\x3a\x6a\x80\xd6\x55\xf4\xa3\x35\x1a\x24\xf1\xd0\xea\xa3\x35\x1a\x34\x77\x67\xd5\xc7\x05\x3c\x68\x22\x24\xd7\xad\xc4\xbc\xbd\x55\xf4\xf8\x3b\x0e\x33\x19\x60\x52\xb4\x26\xa5\xdb\x83\xbf\xa0\xdc\x46\x33\xe6\xa4\x18\x9e\x93\xbd\xb5\x6b\xdd\xc6\x33\xa3\x8c\xb7\xeb\x7b\x30\x92\xce\x70\xbb\xbe\x07\xc1\x25\x2c\x75\xab\x98\x83\xe4\x52\xb6\xba\x09\x4b\x2d\x42\xff\x12\xe3\x57\x8a\xe4\xc2\xb2\xba\xf5\xbd\x00\xe5\xa6\x83\x21\x2d\x45\x06\xad\x72\xeb\x42\x01\x7a\x0c\xb3\xff\x98\x84\xdb\xe8\x69\x92\xa5\x3f\xb8\xd5\xca\xb6\x53\xaa\x83\xe4\xce\x80\xba\x5d\x30\x80\x41\xc0\xfb\x32\x16\xa6\x28\xb7\x5f\x8c\x85\x29\xca\xe0\x1d\xb7\xd6\x09\x10\x84\x71\xab\xdb\x7d\x41\x10\x46\xc4\x30\x62\xa6\x28\x3d\x6f\x6f\xa5\x3a\xe8\x89\xf5\xeb\x76\xc7\x0f\x84\x16\x18\x23\x66\x8a\xf0\xdc\xe7\xad\x41\x1f\xd4\x44\x0d\xba\x75\xba\xbf\xbd\x31\xd3\xd2\xeb\x42\x01\xda\xe3\xf6\xb7\x86\x3a\x90\x83\xe1\x7a\xeb\x6e\x08\x42\xcb\xe3\xed\x0c\x01\xd2\xe5\xce\xed\xb2\x02\x14\xd7\x9e\x97\xa1\x36\x45\x6b\x5c\xbb\x75\x0b\x04\xb5\x4f\x93\xcc\x1e\x73\x9e\x26\x83\xdb\xe9\x00\x94\x8a\xd7\xad\x11\x1e\x74\x30\x5c\x8d\xbe\x29\x4a\xf3\xba\xd1\x37\x45\x78\x44\xf5\x76\x0d\x01\x52\x97\xdd\x5b\x2d\xfc\xd6\xb1\x8e\xa9\xe5\x56\x73\x06\xa5\xc7\xa6\xc1\x2a\x45\x78\xee\xea\x76\xf7\x10\x8c\xd3\x7e\xef\xee\x21\x08\xee\x16\xa9\x5b\x3b\x20\x28\xed\x03\xb7\xa6\x7a\x90\xfa\x5b\xdc\x1e\xa9\x03\xc3\x68\x37\x86\xb4\x14\xa5\x83\xd1\xad\xa0\x07\xa9\x85\xef\x76\x5f\x10\x94\x56\x17\x43\x5a\x8a\x22\x84\x7a\xdd\xda\x1a\x40\x18\xf0\xc7\x60\x95\x22\x74\x88\xb8\x15\xf4\xa0\xf7\xcd\x24\x8b\x8a\x2f\x79\x23\x92\x8c\x5f\x29\x5a\xc3\xd5\xad\x54\x07\x15\x8e\x6d\x95\x5e\xd0\x5c\x17\x59\xb7\x47\x8b\x40\xeb\x1b\x7d\x2b\xe8\x41\x9f\x18\xce\x8d\x72\x29\x4a\x97\x82\x5b\xc3\xc2\xed\x69\x23\xd4\xb3\x5b\x7d\x13\xb4\x21\x3e\x6e\x1d\x0f\x40\x19\x6d\xeb\x56\x7a\x82\x76\x0b\xe1\xd6\xa5\x00\x8c\x76\x6c\xbb\x39\x00\xc2\x25\x9d\x01\x26\x45\x12\x3c\xb6\x1e\xf7\x0b\x40\xdb\x01\x1e\x9d\xbd\x41\x6b\xb3\x36\xc0\xa4\x08\x77\x28\x0c\x30\x29\x06\xd7\x0e\x97\xd1\x24\x45\x9e\xdf\xa4\x34\x89\xf3\x99\xc8\xaf\x47\x89\x09\xa2\xcc\x5e\xf7\x04\xd0\xc4\x67\xae\x47\x89\xf9\x7c\xcf\x11\x4d\x92\xde\x26\x31\xc9\x4e\x9f\xba\x4c\xba\x58\xe5\x91\xbd\x5e\x61\xc6\x89\xf4\x30\xf8\xa3\x94\x03\xbd\xb3\xf0\x7b\x94\x5f\xa0\xb8\x74\xab\x1e\x77\x0c\x41\x11\xd5\xb8\x1e\x95\x4b\x50\xda\x40\x1e\xfd\x07\x40\x78\x0e\xfb\x71\xc7\x10\x0c\x67\x41\x23\x40\x8a\xd6\x83\xf1\x51\xe6\x80\x50\x4e\x3c\x6a\xa5\x20\xeb\x9b\x97\x75\x4c\xdd\x4e\x29\xbd\x32\x07\x44\x7e\x7f\x68\x51\x75\x71\xb6\x5c\x9a\x4f\x8d\x0d\xa9\x5d\xec\xd1\x56\x0a\x8a\x0b\x3d\xcb\xe0\x8d\x22\xb8\x70\xa8\x1e\xc5\x10\x28\x37\x8c\x8c\xe7\x28\x86\x6a\xe3\xa3\x80\x01\x95\xf4\x42\x23\x35\x8a\x30\x1e\xda\xa3\xdd\x02\xe4\x56\xf5\xeb\xa9\xf8\xd1\xac\x01\x42\x03\x8f\x81\x1c\x45\xea\x01\xf4\x68\x37\x05\xed\x51\xbd\x47\xa5\x15\xb4\x21\xf4\x1e\xd5\x51\x50\xd3\xfe\xa1\x3a\x0a\x5a\xc9\x62\xd4\x46\x51\x87\xc5\xd6\xee\x00\xda\x03\x35\x86\x68\x14\x83\x0b\x96\xea\x71\x9b\x03\x74\xf9\x43\x8f\xdd\x80\x36\x06\xc7\xe3\xe6\x24\x08\xb5\x70\x63\x28\x8a\x3e\xad\xa3\x12\x0f\xb4\x36\xeb\x47\x89\x07\xaa\x98\xdf\x1e\xed\x0e\xa0\x36\x47\x9d\x56\x04\x10\x87\xdf\x41\x63\x00\x88\x03\xf5\xfd\x51\x01\x06\x43\x45\xf3\xd1\x18\x00\x5a\x53\xea\xa3\xa8\x04\xa1\xc7\x94\xf1\x18\x45\x10\xca\xbe\x1e\x57\xfe\x8f\x01\x6c\x08\x75\xf0\xb8\xa6\x07\xa9\x23\xe1\xa3\x86\xfa\x78\x31\xbd\x85\xd0\xa1\x01\x94\xe7\x9b\x8c\xb4\x28\xda\x93\xa6\x8f\x4a\x2b\x28\x55\x97\xe7\xb6\x55\x6f\xe5\x22\x2d\xa1\xbf\x17\x68\x4f\xe2\x18\xa2\x51\x04\xd7\x6b\xd6\xa3\x75\x15\x94\x47\xb1\x1e\x05\x2a\xe8\xef\x53\xea\xb1\x20\x89\x8f\x5a\x8f\xd2\x13\x04\xb7\xcc\xf5\x86\xa8\x14\xc9\xf9\x80\xde\xf0\x6b\x10\x8d\xaf\x4a\x6f\x88\x4a\x11\x63\xf7\xa9\xd3\x24\x6d\x51\x49\xd2\xdb\x24\x6f\x49\x69\x92\x1e\x93\x10\xa8\x6b\x16\xec\x6d\xf7\x8d\x04\x47\x27\x70\x4a\x6f\xbb\x6f\x24\x3a\x19\x67\x7f\x7a\xe3\x14\xa6\x08\x62\xcf\xf4\x86\xee\x2a\x9a\xb0\x9d\xbd\xed\xbe\xd1\x4b\xec\x76\xf3\xba\x4c\xe2\x66\xa6\xa6\xa8\xb8\xff\x8a\x88\x32\xfb\xdb\x24\x15\x1c\xf3\xb2\xa8\xbb\xb3\x33\x15\x42\x38\x8b\x46\x7a\xb6\xd1\x24\x45\xe0\x6f\xda\x46\x93\x14\x41\xec\xab\x36\x74\xa4\xa8\xcd\xbc\x86\x3f\xf4\xbe\xd0\x41\xe3\x0c\x0b\xc1\x29\xcc\x71\xd2\x38\x61\xe9\xc3\xfb\x75\xf8\x21\x16\x64\xd1\xb8\xe8\xf4\x96\x36\xa1\x37\x24\x17\xa5\x4f\x0b\x91\x86\xfa\xa5\x10\x69\xb5\x09\x32\x86\xa3\x46\x1b\x01\x52\x44\x4d\x5a\xa2\x6c\x42\x34\xb6\xe9\x47\x6b\xdf\x88\x89\xf7\x0c\x7e\xd8\x66\xef\xee\xd0\xc1\x0f\xdb\xa2\xb6\x77\xfb\xf3\xc6\xf6\x8d\x44\x2f\xc7\x17\xa1\x8d\xda\x28\xc6\xf7\x8d\xd3\xef\x48\x54\x99\x61\x5e\xd3\x96\x70\x39\x7d\x92\x84\x29\x55\x34\x22\xbc\xb7\xd3\x42\x18\xa6\xcb\x1f\x9e\xf6\x42\x2e\xf0\x62\x6f\xab\x8d\xda\x28\x06\xcb\xb0\xde\x5e\xb6\x17\x2e\x60\x5c\xe4\xdf\x06\x5f\x14\xf9\xed\x5f\x2f\x5b\x82\x40\x33\x6d\xb5\x5f\xd6\xd1\x0b\x4e\xcc\xfe\x65\x1d\x3d\x32\xee\xa7\x7d\xf9\xb5\x91\x72\x6d\xb5\xdf\x36\x34\x1b\xc3\x5b\x9a\x64\x07\x60\x0f\x69\xda\x12\x6f\x2b\xf4\xf6\xac\x14\x79\xbd\xad\x10\xe6\x53\xee\x14\xec\xed\xf2\x29\x02\xcd\x84\x3f\xbc\x2c\xea\xc2\xc4\xf3\xa4\xb7\xcb\x42\x70\xfa\x6f\xb3\xdf\x7f\xfc\xe1\xc7\xe0\xd5\x0c\xe4\x8f\xd9\x13\x16\x76\x38\x1e\x3f\x56\x88\xfb\x2f\xcf\x41\x21\x3e\xe6\xe5\x45\xed\xcd\x1b\x1f\x9b\x90\x20\x2c\x35\xe9\x72\x8f\x79\x3d\xf8\x48\x58\xfa\xc7\xbc\xb8\x6a\x81\xa3\xb7\xbd\xb3\xef\x2c\x9a\xf8\x27\xbd\x2b\x3a\x40\xa2\x79\xf7\x8e\xd1\x50\x14\xce\x28\xbd\xef\x3e\xb5\x7b\x9d\x7b\x93\xf4\x32\x09\x77\xb2\xf2\xa9\xdb\x24\x8f\x8e\xfc\xfa\x30\x53\xef\x2c\x5b\x45\xe0\xfb\xd5\x3b\xab\x4f\xd1\xcc\x36\x6d\x44\x43\x91\x78\x92\xf6\x3e\x7c\x8a\x33\xd9\xc4\x2e\x6e\xe3\x0b\x8a\xb9\xad\x95\x6c\xef\x61\xb1\x83\x18\x40\x6b\x32\x6b\xe3\x0b\x8a\xfe\xe6\xe5\x38\xff\x5b\x30\xc1\x49\x92\x35\x09\x0c\xf2\x0c\xea\xdd\xa1\x0f\x0a\x33\x63\xef\x69\x21\x0c\xc3\x1d\xbc\x31\x7d\x23\xf1\x60\x09\xbf\xd3\x7b\x9a\x3d\x57\x16\xb2\xe9\xd0\x7b\x9a\xbd\xd7\x9e\xfb\xc6\xf2\xd3\x14\xfb\x10\x66\xcf\x26\xb3\x68\xec\xdf\xbd\x97\x6f\xf4\xb8\x58\xfb\x94\xd5\x66\xe1\x37\xad\x76\x59\x08\x0e\x7f\xe1\xc8\xd3\x7b\x59\x08\x82\x6a\xe3\x6f\xda\xc6\x17\x14\x85\xd5\xb7\x0d\x13\x28\x92\xbb\x32\x7a\x9f\x96\x6b\x7a\xb7\x9a\x49\x66\x8f\xb7\x07\x57\x38\xb4\x31\x01\x45\x71\xa3\x58\xef\x38\x97\x8a\xe6\xc0\x43\xef\x8a\x11\xd0\x84\x48\x6b\x03\x00\x8a\xc2\x70\xde\x46\xfb\xeb\xbf\x45\xfb\xe3\x8d\xa7\x79\x9d\x5e\x62\x47\x51\x5f\xe6\xf5\x22\x2e\x94\xd5\x56\x40\x80\xda\x18\x29\xfb\xdb\xfe\xf5\x66\xf1\x61\xf6\x0e\x6a\xc2\xf1\x4d\x76\xf3\xdb\x70\x7c\xa2\x89\x30\xda\xfb\xe5\x0f\x8d\x16\xe1\xe0\x41\x4f\x11\x49\xec\x99\x36\x1c\x9f\x88\x81\xbc\x36\x1c\x9f\x08\xce\xd8\xf4\x7e\x99\xfd\xe5\xa5\x6c\x24\x7d\xec\x4c\x38\xb4\xb3\xf8\xe8\xfd\x63\x85\x70\xf5\xe4\x58\x7c\xef\x1f\x1b\xc7\xe8\x51\x27\x45\xfd\xd8\x27\x50\x83\x38\x3c\xd1\xbb\x02\x02\xd4\xe6\x0f\x6f\x9f\xe2\x78\x30\x97\x13\xb7\xd1\xfe\x44\x63\xf6\xef\xfd\xb6\xe7\x2c\x24\x91\x82\x7a\xbf\xed\x00\x37\x01\xb8\x82\xef\x78\x5b\x7a\xfc\x3a\xc3\x1e\x8d\x41\x4c\x34\x0e\x33\x6d\x68\x3f\x91\xf8\xb4\xf5\xfe\xf8\x43\x14\x9c\xc3\x91\xf6\x58\x54\x4e\xf9\xb2\xc9\xd3\x46\xfb\x13\x8d\x75\xa3\x0f\x15\x1c\xd0\x1c\x5c\x69\xe3\xed\x89\xb0\x71\x0e\xd5\x8d\xc3\xed\x08\xa6\x03\x03\xe2\x89\xe2\x26\x86\x3e\x58\xac\x89\x26\x86\x62\x1f\x58\xa9\x44\xb1\x3b\xdd\xc6\xc8\x13\x85\xa5\xa4\x0f\xd6\x6f\xa2\x0e\x46\xc7\xc1\xde\x83\x28\xa7\x29\x63\xe4\x89\x64\x9b\xb6\x8f\x61\x21\x38\xee\xca\x35\xe0\x7d\x0c\x8b\xca\x46\x03\xe1\x9d\xfa\x18\x16\x02\xef\x51\x8e\xeb\xb7\xc1\xf5\x44\x11\x55\xbd\x8d\xa4\x27\x92\x63\x37\x7d\x84\x6f\x0c\x0e\xe7\xa4\x4f\xb5\x49\x84\x5d\x60\x2a\x36\x92\x9e\x68\xac\x08\x7d\x28\xe5\x8e\x6f\x24\xaa\x35\xac\x8e\xb4\x8e\x84\xb8\x26\xb8\x5e\x1b\x23\x4f\xc4\xd8\x4d\x3a\x4d\x22\xb0\x33\xb3\xcd\x91\x56\x88\x15\xe3\x81\x0a\x7a\xa8\xe0\x80\xe4\x78\x70\x1f\xac\x18\x45\x60\xa4\xe8\x03\x1f\x1c\x11\xaa\xb3\x47\x59\x08\xef\x66\x63\xf0\x1d\x8a\x34\x10\xc4\x52\xe9\x43\x91\x06\x62\xda\x12\xed\x0f\x71\xa5\x19\x36\x74\xfb\x14\x3b\x14\x6c\x21\xf4\xa1\x48\x03\x83\x73\xeb\x6d\x08\x3e\x91\xec\xdf\xf5\x31\x2d\x17\xfe\xf2\x04\xe6\xe9\x43\x01\x03\x82\x98\xcc\x7d\xbc\x2c\xd7\x8b\x19\x26\x69\x1c\x65\xce\x61\xa0\x50\x54\xd0\x43\x0d\x04\xa4\xfa\xe6\x71\xf9\xc6\xcb\xef\xc8\x0f\x2f\xb3\x5f\x18\x18\x20\xfb\xc0\x66\x24\xaa\x10\x1d\x87\xa2\x03\xe4\x74\x74\x28\x3a\x40\x4f\xbf\xf6\xc7\x72\x7d\x38\x67\x6b\xcf\x51\xb7\x30\x58\x5c\x6d\xbf\x36\x50\xf7\x71\xdb\x04\x5e\x7c\x89\x6a\x7b\xdc\x66\xc2\x35\x94\x69\xff\x78\xec\x1f\x8f\x7e\xf8\x8c\x3a\x55\x0f\xd0\xb8\x04\xf4\xa1\x34\x00\xa1\x5e\x76\xa8\x8d\x80\x26\x4a\x53\x0f\x5c\xde\x44\x6d\x63\xd5\x77\xe0\xcc\x26\x9a\xab\xa4\x7b\x38\xce\x87\x47\x08\x19\x62\xc3\x65\x05\x48\xee\xd0\xef\xe1\xb2\x02\xd4\x34\x2f\x2c\xdb\xa2\x88\xab\xd9\x83\x6d\x47\x91\xec\xe5\xf5\x50\x66\x0c\x83\x68\x6e\x41\x92\x6f\xc4\xe6\x33\xcd\xde\x71\x3e\x86\x5b\x98\x49\xd2\x6d\x12\x2b\x6c\x26\xa0\x81\x35\x47\x14\x2e\x01\x3d\xb0\x20\x8b\xe2\x54\xe1\x9a\x60\x4c\x62\x81\xc5\x1c\x6e\xfc\x37\x51\x44\x5a\xec\xe1\xd8\x04\xb5\x99\x17\x06\x1e\x31\x4e\xf3\xc2\x73\x44\xc4\x40\x55\x1b\x65\x85\xb8\x64\xe3\x44\x29\x19\xae\x21\x40\xb1\x1f\xde\x86\x84\x13\x4d\xd0\x99\x1e\x6d\xb9\x70\xbd\xc6\xfc\xd0\xc3\x95\xc6\x30\xfe\x09\x22\xdc\x28\x71\x22\x0e\x56\x1a\x46\x89\x13\x8d\xf7\x67\x0f\xb5\x06\xd0\x6d\x21\xa6\x4d\xb8\x50\x81\x32\x3d\xa6\x15\xc2\xdb\x43\x59\x66\x94\x38\x51\x44\xc4\xe8\x31\xcd\x7e\x72\xe3\xef\xa0\xda\x2e\x51\x40\x71\x31\x7d\x0f\x15\x09\xb0\x34\x32\x92\x7c\xe3\x89\xdb\x16\x83\x7a\x9c\xbe\x91\xdb\x94\x0e\xc4\x9b\xc1\xe2\x44\x6c\xa7\x79\xf9\x1d\x4f\x77\xe0\x69\x1c\x87\x3e\xa8\x81\xb6\x6b\x34\x37\x51\xbb\x6d\xef\x7a\x64\x78\x24\x85\xb5\xcd\x78\xdb\xd0\x04\xa7\x52\xcb\x1a\xae\x47\xc6\x37\x3e\x3c\x15\x52\x29\x01\xcd\xf9\xf0\x36\x0c\x9c\x88\x69\xb9\x94\x19\x60\x84\xed\xa5\xba\x01\x62\xda\x27\x2e\xbf\xd0\x85\x33\x9c\xdd\xf7\x72\xc0\x7c\xdd\x26\x4c\xb2\xa8\xc4\xab\x52\x0f\x36\x7e\x9c\x18\x44\x56\x6a\x83\xc5\x89\x31\xd1\xc5\x86\x92\x05\x0c\x0e\x9b\xf4\x70\xd5\x02\xda\xd5\xc1\xf8\xf8\x85\xb8\x6c\x97\x33\xdd\x3d\x6e\x2b\x74\x13\x3c\xdf\xc1\x77\xdb\x12\xb7\x7b\x79\xbc\xf1\xf6\x3b\xde\x1c\x08\x44\xa5\x1a\x6a\x33\xc3\x60\x27\x7e\x47\xb5\x19\xd0\x6d\xdb\x2b\xac\x40\xf7\x37\x7b\x5b\x02\x1f\x77\xf5\x27\x23\xd6\x89\xc0\xe2\xde\x06\x9e\x13\x81\x73\x6a\x0f\x45\x1a\x48\xb5\x86\xa1\xfc\x1a\x7a\xc2\x2b\x01\x54\x70\x40\x73\x5a\xb2\x43\x0b\x0e\x48\x36\x53\x3a\x38\x9a\x2d\xc6\x49\xf6\xa1\x51\x07\x44\x50\x88\x50\xe7\x01\x81\xc5\xbd\x83\x60\x27\x22\xd9\xe5\xeb\x70\xb1\x06\x82\x78\x44\x1d\xbb\xd9\xef\xfa\x0f\x98\xf4\x36\xc9\x8b\x44\x56\x4b\x04\xf6\x6f\x51\x45\xf7\x0d\x97\x5e\x20\xb9\x47\xa2\x8d\x7e\x27\x3a\x90\x85\xa1\x10\x05\x8d\x9f\x63\x87\x0b\x34\x10\xdc\xf8\xdb\xa1\xd5\x05\x0c\x15\xfb\x50\xae\x82\xe0\xaa\xce\x0e\xe5\x2a\x48\x62\x83\xb4\xc1\xf5\x44\xed\xbb\x79\xdd\x26\x61\x1b\x0e\x0b\xf1\x98\xc4\x5d\xe4\x4c\x8c\xa1\xc6\x16\xdf\x25\x21\x15\x1a\xb6\xc4\xc0\x9e\x82\x48\x0b\xf6\x15\x45\x6c\x7e\x21\x95\x38\x90\x38\xb4\x77\x28\xdc\x41\x87\xad\x3a\xac\x10\x47\x10\xb9\xaf\xaf\x8d\xf0\x27\x92\xe8\x2d\x1d\xca\x7b\xd0\x8e\x8e\x50\x63\x03\x45\xe0\xb9\x8e\xb0\xa1\x43\x9d\xe7\xd7\x1e\xd4\x1d\x61\x4d\x82\xd8\xc5\x36\x94\xf3\x08\xc8\x40\x08\x46\xd8\x9c\x44\x39\x39\x6c\xe1\xb4\x72\x1c\x1a\x52\x8d\x09\x27\x0d\x50\x38\x3e\x75\xa8\xd0\x81\xd8\xbf\x49\x56\x8e\x43\x43\xf3\xfb\x43\xb3\x4f\xcd\x79\xd4\xd7\x95\x2c\x28\xce\x64\x77\xb8\x92\x0d\x57\xb2\xd3\xa7\x6c\x15\x36\x0a\x08\x7b\xd7\x06\x39\x14\xc1\xe1\x89\x0e\xd5\x3e\x50\xdc\x91\xd7\xe1\x12\x18\x14\x5b\xef\x1d\x2e\x81\x41\x6d\x7e\x1a\xa7\x3c\x50\xdf\x2f\xaf\x72\x08\xba\xa7\x49\x56\x08\xef\x18\x3c\x34\xda\x18\x8a\x22\x82\x35\x44\xb4\xa5\xf7\x3a\x3f\x5b\x75\x5a\xae\xaf\x37\x23\x4f\x4d\x3f\xc7\xa4\x63\xd9\xfd\x9c\xb9\x40\x72\xbe\xb2\xc3\x99\x0b\x04\x0e\xc7\x1d\xce\x5c\xa0\x08\x8d\xdc\xe1\x6c\x03\x02\x83\x7e\xc7\x69\xab\x7a\xe0\xc1\x86\x3e\x2d\x17\x61\x15\xa7\x43\xcc\x39\x09\x8c\xb2\x8e\x5a\xd2\x40\x9d\xcc\x10\xf1\xb2\xa8\x2f\x9d\x71\x69\xd5\x97\x4d\xf8\xd2\xe8\xe7\x53\x96\xfe\xe5\xa9\x0b\xb2\x7f\x59\x2e\xa2\x95\xb2\x99\xdb\xf1\xb2\x09\x5f\xae\xa6\xf8\xe1\xdb\xef\xc8\x61\x70\xe7\x24\x83\x2f\x8a\xcc\x6f\x92\x6f\xe4\xe4\x24\x7b\x0f\x1d\xce\x6f\x20\xcb\x9e\x83\x8b\xa1\x48\x67\xd4\x78\x5b\x47\xfc\x09\x39\x21\xd4\x71\x39\x36\x71\x85\xd1\xcc\x68\xf0\xc5\xfe\x06\x5f\xb4\x33\x39\x73\x81\xc0\xdd\xa7\x0d\xab\x28\x8a\xd3\x0d\x6d\x58\x45\x31\xe6\x41\x21\x3e\xe6\xc5\x05\x27\x04\xe9\xe9\xf8\xf8\x39\x3e\x9e\x94\x27\xc9\x99\x2b\xdc\x42\x50\x84\xdf\x56\xdb\xeb\xfc\xfc\x1c\x4e\x66\xa0\x35\x7f\x1a\x69\x51\x94\x26\xb8\x70\x39\x0d\x0a\x6f\xd9\x0e\x27\x20\x50\x41\x97\x4b\xe7\x91\xf4\x56\x3e\x26\x46\xa3\x23\x8a\xa1\xc9\x20\xb5\xde\x83\x22\xea\x47\xa7\xd6\x7b\x50\xf8\x09\xb5\x31\x14\xc5\x70\x79\x98\xda\xee\x40\xb2\x4d\xd2\xe9\xa4\x01\x9a\x6b\x19\x3b\x35\xc2\x83\xd4\x7a\x6f\xa4\x45\x91\x78\xaf\x77\x3a\x43\x80\xc4\x51\xac\xd3\x19\x02\x24\x67\xf3\x3b\x9d\x21\x40\xb1\x6b\xde\xc6\x63\x14\xb9\x59\x08\xa7\x83\x74\x3a\x60\xe1\x97\x0a\xfa\x34\x7c\x3d\x76\x8b\x1c\x56\x7b\xb8\x7d\xc3\x0f\x5d\xad\x83\x91\xf4\x9c\x74\x3a\x00\x89\x0b\x6b\x1b\xb5\x51\x04\x61\x61\xdb\xa8\x8d\xa2\xb8\xc7\xb4\x53\x41\x9f\x46\x84\xb6\x55\x5d\x61\x83\xc0\x19\xa5\xd3\xe5\x34\x18\xc4\x8d\x6e\xc3\x2a\x8a\x22\xfe\x77\x1b\x37\x51\x14\xfb\xce\x9d\x69\xb9\x52\x1f\x64\xde\x98\x7e\x5a\x4e\x7e\x9f\xe6\xa5\x8c\x06\xc1\xe1\x8b\x4e\x05\x32\xa8\xf3\xf4\x87\x16\x62\xa1\x0f\x5b\xd5\x75\x38\x08\x37\x2d\x0c\xb8\x28\xba\xfc\x68\xca\x55\x10\x9c\x4a\x6c\x03\x2e\x8a\xc9\x71\xc6\x4e\x85\x28\x48\x8d\x60\xa9\x10\x4d\x03\xd1\xa2\x6e\xa4\xab\x0b\x50\x04\xf2\x6f\xa3\x2b\x8a\x9e\x7e\xda\x36\x7b\x9c\xd0\x0f\x76\x02\x8c\xae\x28\x02\x3f\xa3\x4e\x57\x17\x60\xe4\xf7\x29\xdf\xc8\x29\x17\xc7\x50\xba\x94\x00\x83\x00\x25\x6d\x28\x45\x51\x84\x30\xee\xd4\x26\x09\x9a\x10\xfd\x9d\x0a\x64\xd0\xb5\xff\xda\x83\xba\xd3\x95\x06\x48\x1c\xb2\x3a\x35\x6c\xfe\x5f\x8c\x9d\xc9\xd5\xf4\x2c\xaf\x45\x53\xb9\x21\x18\xd3\x48\x4c\xfe\x5c\xc0\x4d\xfe\x21\xdc\x55\x7b\xfb\x1d\x3f\xdf\xe8\xac\x62\xb9\x6c\xc0\x58\x1d\xd2\x01\xe8\x14\xf4\x85\x7c\x8c\xc2\x60\xc7\x2f\xfa\xf4\x3d\x4c\xc4\x1b\x21\x12\xd9\x11\x85\xda\xfd\x52\xdc\xe6\x00\xfa\xf4\x3b\x37\x64\xd9\x3f\x3e\x7d\xe6\x4e\x19\x0b\x44\x77\xa2\xf4\x21\x80\xda\xb1\xcb\xba\x62\x17\x18\x6d\xfa\x47\x67\x78\x93\xe9\x87\x79\x25\x3b\xa2\x30\xa8\x78\x09\xd9\x11\x85\x46\x81\x7f\xc8\x8e\x28\x0c\xce\xaf\x8c\x6e\x90\x14\x88\xc3\x27\xea\x8f\xf4\xcf\x1f\x61\xd8\x97\x9d\xb0\xf8\xbd\x7b\x95\xaf\xe6\x82\xc0\x1d\xd9\xdf\x75\x3e\xba\x27\xe9\xb9\x48\x0d\x7f\x02\x3d\x7d\x5b\x8a\x70\x20\xaa\x8b\xc1\xf0\x27\x90\x5f\x27\x94\xea\x40\xab\x3e\x51\x17\x05\xa8\xc3\x8f\xe7\x76\xa2\xe1\xb3\x26\x81\x2d\xba\x22\x1c\x68\x03\x75\xd0\x5f\x97\x32\x4c\x1d\xa7\x9f\xc5\xeb\x55\x2f\x57\xf9\x3a\x5e\xfb\xf5\xda\x2f\xff\xe8\x5a\xe3\xa8\x29\xca\x94\xa2\x1b\x03\x01\x2a\xe9\x3e\x31\x8c\x75\x02\x9d\x13\x11\x63\x50\xa4\x2e\x74\x63\xfc\xc3\xbd\x96\x61\xea\x35\xf2\x5a\x4e\x40\x61\xc0\xb5\x13\x72\x02\x0a\x01\x8b\x7c\x0c\x2d\x7a\x20\x0a\x5f\xf0\xd0\xa2\x1f\x72\x70\x14\x9b\x9a\x4d\xd6\x28\x07\x4d\xc3\x26\xe4\x35\x92\x45\x86\x3e\xa1\x91\x69\x13\xd2\xf1\x09\x8d\xb4\xe4\x18\x0a\x41\xa0\x6b\x98\x0f\x77\x4e\x80\xda\x10\x49\xc3\x50\x06\x30\x60\x19\x88\xe1\xce\x09\xd0\x0f\xff\x68\x68\x10\x08\xf2\xe3\x42\x0a\x3d\x61\x40\xf7\x18\xf2\xda\x09\x8d\xe2\xaf\x18\x6e\x6d\x00\xbd\xe1\x74\x0f\x45\xd2\x30\xe0\x81\x2a\x1e\x06\x3c\x80\x31\xf0\x2b\xe5\xa2\x13\x6a\x38\x39\x86\x32\x80\x56\x87\x4d\xde\x9e\x94\x13\xb7\xe4\x86\x31\xc5\x81\xd9\xa8\x09\x2a\x63\x9d\x30\x5c\x4c\x43\x29\x35\x94\x52\xb8\x61\x92\xd8\x09\xe1\x66\x9b\xf4\x74\x42\xd5\x81\x97\x9e\x4e\xa8\xc1\xfa\x1a\x24\x2f\x0b\xa1\x54\x97\x19\x4e\x08\x0a\xa5\x63\x90\x9a\x26\x84\xf1\xa7\xa1\x49\x05\xb4\x60\xdd\x0f\xbf\x5a\x60\x90\xbb\x11\xc3\xad\x8d\x61\xf9\x39\x61\x59\x09\xde\x84\xce\x69\x81\x31\xdc\xed\x00\x86\xb6\xd8\xd0\x16\x03\x06\x85\x09\x31\xfc\x90\x81\x50\xa3\xca\xf9\x26\x54\xa8\xdb\x62\xf8\x3d\x02\x5d\x9f\x4b\xce\x37\xa1\x9d\xce\xaa\x51\x04\x60\x74\x97\x89\xbb\x1d\x40\x73\xbf\x60\x18\xb9\x04\x06\xb5\xe6\x31\xb4\xc5\x80\x0a\x65\x45\x0c\x03\x0b\x40\xd3\xcc\x1e\x6e\x80\x00\x4d\x3b\x65\x68\x9e\x01\x0d\x7e\xd4\x90\x2c\x4e\x68\x24\xe0\x86\xcc\x70\xc2\x70\x17\x46\x1a\xb8\xf8\x68\xe0\x10\x43\x12\xbc\x09\xed\x7b\xdb\x86\x0c\x86\xa7\x60\x70\x55\x68\xea\x85\x21\x03\xbe\xed\xd0\xd4\x03\x9a\x9b\xdf\xb2\xb9\x09\xc1\xf1\x9a\x21\x9b\x9b\xd0\xa8\xf3\x0f\xd9\xdc\x84\xda\xb0\x9f\xe4\x56\x13\x86\x7b\x81\xa1\xe8\x00\x9a\xc1\xb9\x30\x30\x0a\x84\xdb\x37\xa1\xb1\x04\x54\xd7\x44\x68\x2c\x01\xcd\xbd\x75\x69\xcd\x84\x01\xaf\x54\x04\x09\xb8\x42\xa7\x04\x31\x42\xaf\x18\x88\x03\xd1\x11\x24\xcd\x0a\xf1\x33\xcf\xfe\x54\xc5\xa1\xfd\x03\x0c\xce\x98\x8a\x50\x66\x00\x9d\xf3\xd2\x23\xcc\xaa\x00\x5a\xc5\x40\x09\x2d\x1b\xa0\x41\x2d\x1a\x61\xa2\x05\x10\x70\x2a\x47\xb8\x77\x00\x34\x92\x97\x43\x92\x30\xa1\x06\x22\x49\x92\x30\x61\x1c\x76\x42\xa3\x02\x18\x46\x99\x42\x7b\x00\x68\x41\x30\x32\x74\xe9\x80\xe6\x9e\x7d\x68\x0f\x00\x9d\x43\x6d\x23\xdc\x4e\x00\xfa\x40\xa3\x86\x31\x45\xa0\x69\x0f\xc8\xc9\x25\x54\x6a\x6e\x43\x4e\x2e\xa1\x51\xd6\x15\xb1\xed\xd7\xd6\xa2\xe7\x89\x6a\x7a\xa0\x0e\x57\x91\x02\x02\xa8\x13\xc9\x12\x6e\x27\x00\x71\xba\x18\xfc\x5c\xc3\x4a\x53\xbc\x83\xf0\x73\x05\xda\x41\x14\x33\xd4\xa8\x40\x0f\x0c\xcd\xf0\x43\x04\x86\x21\xa5\x30\x9c\x07\x8c\xf9\xfd\xd1\xb9\x97\x5a\x8b\xef\x3c\x0c\xd4\x01\xed\xfc\xfe\xe8\x14\xe2\x3a\x95\x6a\x93\xbd\x87\x6d\xcb\x3c\x0e\x79\xb4\x84\x4e\x7d\x78\x24\xf9\xa6\x42\x3f\x89\x4f\xca\x7d\x25\x74\x72\xb6\x7f\x62\x95\x26\x2b\x97\xc8\x4c\x4a\x15\x23\x10\x85\x2f\x38\xcd\x39\x02\xa2\x86\x7f\xbc\x6c\xa2\xec\x86\x8f\x3a\xf5\x47\x80\x9f\x11\x4f\x53\xb3\x89\xbc\x3d\xbe\xf3\x74\x27\x00\x68\xda\xd7\xa9\x0f\x01\x74\x37\xf8\x53\x8b\x1e\x08\x8d\x92\x74\xf9\x02\x8d\xea\xac\x48\xb5\x60\x4a\x8e\x8e\x5a\x4f\x6d\x75\xa0\x1b\x96\x4d\x95\x19\xd0\x39\x5e\x33\xa4\x8a\x12\x9a\x1b\xe9\xa9\x9a\x02\x06\x74\x45\x91\xe9\x1f\x29\xb9\x84\x9a\x34\x32\xed\x17\x0c\x0f\xee\x60\xa5\xca\x2c\xb5\x96\xf1\xe9\xd3\x4f\x21\x3d\xf4\x8f\xf7\x28\x7b\x94\x30\x0a\xe1\xcf\x34\x6e\x01\xd4\xee\x55\x06\x29\xf2\x0b\x52\x70\x7b\x23\xee\x40\x37\xaf\x2a\x55\x79\xb9\x25\xf5\x67\xa2\x5d\xe4\x40\x1b\xce\xbd\xbb\xf9\xc0\x68\xd3\x26\xe7\x9e\x6c\x6c\x4a\xff\x23\x55\x66\x40\xd3\xf9\x90\xa5\x49\x08\x53\x87\xd2\x2d\x39\xa0\x42\x26\x1f\xe9\x96\x1c\xd0\x4c\xc8\x92\x20\x49\x68\x54\x58\x47\x3e\xf6\xeb\xf1\x0d\x31\x85\x2e\x5f\xa0\x19\x11\xcd\xd7\x7e\xfd\xa0\x72\x2e\x70\xa4\xdb\xed\x40\x73\x7b\x6f\xaa\x34\x80\x80\xeb\x22\xe4\x36\x8a\x8f\xdb\x88\x37\x34\xdd\x4d\x03\xba\xb9\x63\xd3\xb0\x2c\xd0\xa0\xa7\x8b\xa9\x1f\x0e\xb4\x86\x1e\x99\xae\xe8\xe9\x99\x27\xa8\xcf\xa9\xa0\x07\x7a\xe0\xcf\x4c\x77\xc0\x80\x7e\xb2\x98\xa6\x82\x1e\xe8\x27\xaf\x63\x1a\xfe\x04\x1a\x3c\xb7\x31\x75\xa7\x67\xe3\xb4\x2e\xde\xf6\x34\x53\x67\xca\xe2\x6c\x27\xdc\x14\x03\x86\x3b\x4d\x53\xb3\x11\x18\xc6\x66\x24\x45\x12\x06\x87\x35\x85\x0c\x48\xc2\xa0\x28\x24\xa6\xba\x03\xa8\x5a\xb8\x53\xdf\x19\x08\x6d\xd7\xe9\x97\x36\xfd\xd2\x50\x9f\x52\x27\x09\x5d\x2b\x5e\xea\x24\xa1\x73\xb8\x7a\x4c\xdd\x69\xa0\x57\xc4\xb6\x3c\x49\x42\x18\xaa\x97\x14\x49\x18\xb0\xce\xc6\xd4\xdf\x9d\x9e\xb9\xe4\x80\xd4\x30\x40\x23\x1b\x3b\xa6\x9f\x28\xd0\x38\x12\x33\xa6\x1f\x1f\x10\x66\x19\x4c\x3f\xbe\xf9\x6d\x8a\xd9\xe4\xbd\x70\x55\xdd\x4d\x9b\x7e\x8f\xc0\xd0\x25\x9c\xcb\x59\x5d\x2c\x93\xe3\xef\x43\x12\x43\x36\x24\x21\xf5\xf2\xa6\xd1\x42\xa0\x73\x24\x78\x48\x90\x24\x34\x33\x0e\xa6\xce\x2d\xd0\xcc\xaa\x98\x6a\x2e\xa0\x1b\x53\x9c\xfa\xa8\xc0\x38\x11\x10\x53\x87\x14\x68\x1c\x59\x18\x53\x87\x14\x88\xc4\x45\x99\x2a\x33\xa0\x55\x07\xe7\x36\x1a\xd0\x29\x3d\x0b\xf9\x97\x84\x7e\x3a\x2b\x6e\xa3\x01\xfd\xf0\x05\x2a\x0d\x80\x56\x5c\x91\x4a\x03\x20\x8c\xa5\xcf\xdb\x7b\x41\x43\xf9\xad\x35\x0d\x60\x20\x4e\x5f\xa0\x6e\x2b\xd0\x4f\xac\xa4\xa9\xdb\x0a\xf4\xd3\x37\xaf\x69\x0b\x0c\xf7\x9d\xa7\x46\x2b\x10\x15\x11\x3e\x8d\x29\x4e\x13\x79\x50\x1a\x53\x3b\x16\xe8\x59\xfd\xa3\x03\x62\x37\xec\xf0\x0b\x56\x8c\x00\xc3\x98\xcf\xd2\x21\x05\xd2\x61\x2f\xf7\xa6\x80\xee\x36\xed\xd2\xf6\x04\x2a\xa7\xf4\xc6\xd2\xd0\x04\x86\x16\xea\xd2\x93\x05\x82\x14\xe7\x58\xd4\x66\x08\xa3\xb1\x13\x20\xbd\x93\x10\xd0\xcf\x87\xf4\x4e\xc2\x50\xe5\x2d\xe3\x93\x40\x98\x1d\xb3\xdc\xf3\x07\x9a\x41\x2c\x19\x9f\x84\x30\x3d\x61\x69\xda\x02\x23\xbd\xca\xfd\xa4\xf5\xed\x27\xfd\xe6\x7e\x19\x40\x04\xa2\x22\xb8\x96\x7b\x40\xc0\x30\x2a\xb7\x34\x80\x81\xa1\xfa\x5c\x7a\xc5\x40\x73\xcb\x65\x69\xed\x02\x95\x4a\xe6\x90\x04\x4a\xa8\x1c\x07\x11\xcb\x9d\x22\xa0\x86\x03\x52\x54\x02\x35\x88\x06\x2d\x73\x7b\x80\x06\x49\x74\x2c\xe5\x22\x10\x66\x00\x2d\x2d\x67\x60\x70\x82\x6d\x2c\x9d\x6e\x60\x18\x16\x59\xca\x45\xa0\xc3\x8c\x1b\x32\x3e\xc5\xc7\xf8\x44\x30\x72\x19\x1a\x04\x86\x26\xe8\xd2\xc3\x06\x06\xc4\x84\x21\x2f\x94\x10\x5a\x59\x4b\x0f\x1b\xe8\xee\x50\xac\xf0\x6d\xc3\x09\xaf\xab\xb9\x0c\xfa\x01\x15\x82\xa4\x58\x9a\xd9\x40\x85\xe1\x21\x96\x42\x10\xa8\x61\x57\xf5\xb0\x81\xa1\x8b\xb2\x94\x8b\x40\xc0\xa2\x1a\x4b\xb9\x08\xb4\xea\x92\xd3\x0f\x5f\x56\x6d\x60\x2d\xaf\x74\xf9\xa6\x6c\x5b\x0c\xc8\x44\x44\x20\xa0\x9d\x8a\xa5\x87\x0d\x44\x71\xe5\x4c\x3f\x05\xf8\xe3\xd2\xb5\xea\xf6\xcd\xf2\x64\x39\xdf\xb6\x1b\x33\x40\x55\x73\x2d\xed\x94\xc5\xce\x89\x26\xd5\x52\x16\x02\x75\x3a\xf7\xe6\x09\x01\xe3\x1b\x90\xd6\x0c\xd0\x4c\x61\x5d\x26\x05\x01\xe1\x7e\xf8\xd2\x74\x01\xda\x81\xd5\xb0\x8c\xb1\x2d\x8f\x73\xf7\x43\x56\x7e\x01\x63\x10\x88\x59\xca\xaf\x65\xc5\xb0\x57\x69\xeb\x03\xed\xfb\x60\x8c\x9e\x01\x71\xf8\x47\x37\xf8\x81\x7e\x38\x6c\x85\x15\x50\xbf\xdb\xbb\x4d\x02\x8c\xee\x02\xd0\xfc\x07\x06\x05\x48\xb1\x34\xff\x81\x46\x09\x74\x2c\xf7\xe9\x81\x6e\x7c\x73\x69\xfe\x03\x95\xa3\x84\x62\x69\x2c\x01\x4d\x21\x2a\xdb\x96\x50\x39\x55\x34\x96\x5b\xf7\xc0\xa0\x0c\x2e\x96\xc1\x39\x20\x4e\xe5\x84\x89\x88\x40\x35\x3f\x6e\x5b\x1d\xb1\x3d\xfc\x03\x9d\xb6\xdd\x5f\x01\xba\x41\xd6\xad\xb0\x02\xba\x7b\xeb\xdb\x9d\x13\x60\x70\x08\x5e\x6c\x9d\x6e\x20\x1a\xaa\x58\x4e\x2e\xa1\x0d\xa6\x70\xeb\x5d\x00\xdd\xc4\x96\xad\xe1\x05\x8c\x88\xff\x10\xa0\xde\x66\x33\x02\x4d\x79\xbd\xab\x7d\x84\xaa\xce\xfd\x24\xd9\xb6\x84\x18\x6c\x60\x6c\x25\x0b\xd0\x4c\x9f\xdb\xee\x28\x03\x0d\x4e\xf7\x90\x80\x4b\x18\x83\x80\xd8\x56\xfe\x00\xfd\x1b\x89\x5e\x0b\xd0\x39\x63\x21\xe4\xe4\x12\x2a\x24\x2a\xb1\xdd\x0c\xd9\xb2\x8f\xa3\x47\xb6\xa1\x41\x20\x5a\xf7\x8f\xcd\x26\x2a\x71\xaa\x4d\xf6\xbe\xeb\x86\xd1\x09\x8d\x30\xa0\x51\x25\x17\x5b\x0f\x68\x1b\x07\x44\x70\x6d\x53\x9c\x81\x5e\x59\x1f\xdb\xad\x09\xa0\x1b\xd6\xd8\x0a\x1b\x60\x1c\xa8\xf5\xad\x07\x04\x54\xeb\x62\xb6\x6e\x3e\x30\x86\xf3\xa5\x79\x05\x0c\xdd\xb0\x6d\x1a\x12\xd0\xd2\xd7\xa1\x18\x01\x9a\x39\x6d\x5b\x0f\x08\xe8\x66\x59\x6e\x2b\x25\x80\x70\xc7\x6f\xbb\x85\x00\xd4\xe1\xe4\xb8\xe5\x0b\xd4\x74\x26\x8c\x0f\x00\x63\x60\x06\x6d\xad\x2c\xa0\x57\xdf\xd0\xb6\x5f\x3f\x18\xdd\xb5\xe6\xe6\x00\x30\x86\x2f\x4d\x63\x09\x18\x7e\x4f\x32\x64\xc5\xc7\x90\x85\x6f\xb3\x15\x49\x5b\xce\xee\xe2\x1f\x7d\x43\x3f\x18\x23\xbc\xca\x31\x5e\x66\xa5\xf2\x86\xb4\xb2\x80\x30\xc2\x27\x1d\x96\xd0\xcd\xee\xdb\x8a\x11\xa0\x1b\xbb\xdb\x9a\x41\x40\xab\x3e\x51\x03\x07\xe8\x1c\xf8\x1a\x97\x09\x33\xc0\x48\xee\x75\xe9\xe6\x03\xe1\x1e\xe3\xe5\xb7\x09\x34\x0d\xaf\xcb\xc0\x39\x50\xdd\xb9\xbd\x74\xf3\x81\xd0\xe7\xba\x74\x9d\x80\x01\x13\x7a\x5c\xba\x4e\x40\x37\x10\x73\xa9\xfc\x81\x80\x74\x34\x64\xb5\x12\x1a\xfc\xcc\x71\x69\x0f\x00\xbd\x78\x2f\x93\x3e\x80\x66\xa4\xe4\xf2\xe3\x03\x06\xa7\xdf\xc5\xe5\xc7\x77\xa9\xfc\x79\x8f\x12\x4a\x09\xad\xa3\x2b\x2f\x03\xe7\x40\x14\xff\xe8\xd7\x71\x7d\xdc\x20\xcc\x44\xf8\x44\xf9\xf4\x71\x9d\x24\x6e\x12\x3a\x8c\x18\x71\x99\xd7\x00\x74\x8e\x56\x0e\x99\x95\x84\x36\xba\x4d\xdd\x26\x38\x93\x90\x39\x97\x8b\x1c\x18\xd0\x65\xc7\xa5\xfa\xbc\x3c\x64\xfa\xbb\xca\x99\x20\xb5\xff\xeb\xbd\x71\x31\x60\x98\x59\x79\xe9\x70\x00\xc3\x14\x7a\x39\x93\x84\x66\xd8\xff\x72\xdd\x03\x4d\x1f\xe4\x72\xeb\x0c\x08\x2b\x71\x64\x56\x12\x6a\x77\xe5\xe8\x70\x5c\xa6\x27\x1c\x5e\xe5\xed\x37\xde\x14\x9b\x62\xf2\x11\x09\x61\xfe\xc0\x65\x64\x1b\x68\x67\xb3\xc9\x3f\xde\x92\x66\xd1\x55\x75\xe5\xa5\x61\x8f\xb0\xba\x5c\xe4\x40\x85\xad\x34\x2e\xad\x78\xa0\x35\x4c\xd0\x4b\x93\x1d\xa8\x9c\xa9\x13\x97\x11\x64\xa0\x1d\xb8\xd3\xb7\x56\x3c\xd0\xdc\xf7\xb9\x8d\x78\x01\x83\x73\xf1\xe2\x36\xa8\x0c\x74\x0e\x32\x8a\x5b\x5b\x1f\x08\xe8\x7d\xe3\x36\x0f\x0d\x18\x27\x5b\xd1\xb7\x9f\x15\x90\x66\x8b\xdc\x7a\x04\x40\x68\xfd\xdd\x26\xf3\x42\x3e\xd4\xa0\xa5\x8e\x5b\x8f\x00\x68\x1c\x21\x1a\xb7\x79\xfc\x40\x73\x61\xde\x3a\x09\x40\x77\x31\xc9\x47\x24\xf4\x93\x6f\xe8\x36\x89\x01\xa8\x39\xbc\x6a\xda\x64\xc8\xc0\x7b\xd9\x89\x82\xfd\xc4\x32\x91\xb5\x48\xe8\x05\xfb\xe9\x56\x15\x03\xbd\x3b\x20\x25\x00\xd0\x20\x65\x8b\xdb\xad\x33\xa0\xd7\xf1\x1f\xbc\xe2\x5b\x69\x00\x8c\xce\x2a\xba\xd5\xe7\xc0\xe0\x74\xa0\xb8\xf5\x47\x80\xd0\x27\xbf\xcd\x6f\x03\x9a\x1b\xc3\xb7\x69\x0f\x40\x77\x33\xf7\x36\xa1\xe1\xfe\x12\x1a\xe8\xa3\xc9\x6c\xc0\x80\x0e\x2b\xe4\x39\x12\xba\x5b\x26\xb7\xa1\x1b\xa0\x7e\xe3\x75\x2f\x0f\x18\xd6\xe5\xdd\xca\x1f\x20\xe2\x6b\xf2\xd5\x90\xbc\x0c\xeb\x50\xdc\x86\x2c\x81\xca\x59\x2a\x71\x6b\x5b\x00\xcd\x04\xc7\x5b\xe5\x0f\x54\xf3\x3a\x6f\x03\x29\x40\x35\xfb\xf3\xd6\x1f\x01\x5a\x75\x91\xea\x8f\x00\xf1\x8d\xd1\xe8\x3d\xd0\xdc\x3b\xb8\x8d\xad\x00\xc3\x94\x13\xd9\x90\x84\xa1\x1b\x26\xf5\x91\xd0\xab\x5d\x0d\x9f\x18\x14\x24\x7b\x2f\xf7\x05\x81\x7e\xba\x22\x95\x8b\x40\x85\x5b\x36\x6e\x1d\x19\x60\x7c\xc3\xd6\x91\x01\xaa\x99\x5c\xb2\x21\x09\x15\x22\xec\x90\x9b\x48\x18\xe6\x88\xde\x5a\x0d\x40\x87\xec\x2d\xe4\x26\x12\x2a\x94\x70\x71\x9b\x15\x06\x0c\xa3\xab\xf7\x72\x56\x39\xb0\x5a\x1d\x7e\x5b\xa4\x00\x0c\xe8\xc5\xe3\x76\x0b\xe1\x76\x0b\x01\xef\xe0\xd6\x44\x00\x06\x34\x5d\x71\x2b\x2a\x81\xda\xfd\x36\x15\x95\x40\x0b\xfb\xa5\xd5\x00\x84\x99\x82\x52\x1f\x09\x51\x4e\xaf\xf2\x75\x90\x65\xa0\xab\x79\xeb\xc8\xdc\x92\x64\xe0\x56\xdc\x6e\x47\xdc\x12\x61\xa3\xc3\x6f\x83\x3a\xc0\xb0\xaa\xe7\x56\xec\x02\x6d\x14\xfb\xe5\x7c\xb9\x85\xa9\x64\xd1\xb6\x00\xc2\x7a\x8a\x5b\xe1\x7c\x1b\xae\x71\xdd\xeb\xee\x00\xfd\x54\x2e\x2a\xaf\x81\x5e\x9d\x68\x03\x31\x40\xb8\xc1\x2f\xf5\x91\xd0\x95\xc4\xb7\x1e\x10\x10\x90\x2f\x86\x6c\x48\x42\x53\x57\xde\x4a\x75\x20\x4e\x87\xed\xe6\xa4\x04\x49\xfa\xce\xb7\x4e\x11\xd0\x67\x78\x95\x9d\x78\x88\x16\x62\xf3\xdc\x1a\x38\xc0\x28\x4e\x8e\x11\x64\xa0\x7d\x8b\x49\xa7\x08\x18\x27\x1a\xf5\x76\x73\x12\x68\xa6\x71\xcb\x60\x24\x84\x9b\x93\x8f\xbb\x87\x40\xe8\x6a\x3e\x8a\x70\xa0\xc3\x5f\x19\x8f\xe9\x64\x8f\xe9\x64\xac\x2f\x29\x8a\x84\x96\xbc\xed\xc7\xe2\x0b\x20\x74\x48\x1f\xad\x2c\x20\x34\x54\x25\x32\x12\x06\x07\x43\x87\xac\x45\xc2\x80\x48\x2d\x64\x2d\x12\xc2\x3d\x37\xc9\x87\x84\x6e\x04\xf9\x51\x88\x02\xe1\x66\x9d\x4c\x43\x42\xb7\x3a\xe2\x31\xce\xf3\x78\x58\x93\xf7\x32\xa8\x03\x34\x37\xe5\x65\x07\x12\xe2\x44\x28\xc8\x0e\x24\x0c\xce\x16\x89\xc7\x30\x36\xd0\xbf\xf9\x52\x62\x02\x1d\x46\xc4\x78\x94\x85\x40\x33\xa8\xfc\x18\xec\x06\x46\x61\x7d\x3d\x7a\x3d\xc0\x80\xe8\x2a\x1e\xbd\x1e\x60\xe8\x96\x3c\x26\xf3\x02\x1d\x96\xde\x90\x0a\x48\x18\x05\x85\xfd\x28\x44\x81\x3e\x9c\x1c\x23\x38\x40\xd7\x35\x7f\x14\x8f\xcf\x57\x14\xc2\xb0\x0d\xea\x00\x95\x93\xf8\xe2\x31\x40\x0d\x54\x8b\xfa\x1f\xe3\x3c\xc0\x80\x51\x2c\x1e\x05\x1f\xd0\xa7\x8b\xc9\x6d\x25\xa0\x72\xb8\x4c\x3c\xe6\xd1\x02\x01\x8f\x44\x3c\xee\x21\x01\xbd\x7b\x7b\x65\x21\x30\x86\xaf\x43\x59\x08\x0c\x23\x97\x72\x08\x09\xbd\xfd\x07\x8a\x8f\x78\x34\x34\x81\xb0\x14\xf4\x99\x8e\x77\x92\xda\xc1\xf7\x24\x11\x91\xd0\xcc\xf2\x7e\x8d\x03\xbe\x16\xf4\x91\x48\x28\x6d\x8b\x10\x56\xcd\xbf\x6a\x54\xa0\xba\xe3\xf7\x6a\xab\xbf\xa6\xc2\xf0\x6a\x5e\xb5\xe0\xab\x0b\x7c\xda\xd4\x6c\x62\x67\x9f\x2f\xe5\xf5\x35\xbf\xe6\x6c\xf3\x51\xbf\xbe\x2d\x60\x7c\xf7\xf2\x6d\x01\x15\x12\xba\x90\x44\x45\x08\x63\x3e\x92\xa8\x08\xdd\x52\xf4\x57\xfd\xf6\x5a\x25\x37\xbd\xca\x27\x86\x27\xc1\x78\x55\xd8\xe4\xa1\x59\x83\xa6\x69\x13\x27\x48\xda\x7b\xf9\x03\x80\x66\x34\x5a\x4a\x14\xa1\x71\xa0\x4b\xbc\xe6\xdd\x01\x5d\x17\xf8\xf5\xcd\x03\x15\x9a\x9b\x90\x25\x45\x68\x89\xf5\x26\x25\x8a\x50\x03\x9d\xf4\xea\x15\x03\xcd\x50\xc6\xeb\x46\x3a\xd0\x2d\xd8\x92\x12\x45\xa8\xf0\x2f\xc5\x6b\x3e\x33\xd0\x65\x78\x78\x8d\xca\x01\xe3\x7b\xdb\xaa\x3c\x20\x8d\x6b\xbd\x2a\x33\xa0\xe9\x60\xc9\x7f\x22\x54\x73\x7d\x5f\x35\x17\x30\x4e\x32\x47\x24\x3b\x11\x86\x65\x11\xaf\x81\x3a\xa0\x07\x1e\x90\xcc\x26\xc2\x30\x32\xf4\x5a\x9c\x03\x8c\x86\x76\x7e\xdd\x63\x04\x9a\xd6\xdf\xab\xa3\x0c\x74\x98\x95\xe2\x35\x3f\x0e\xe8\xd5\x61\xbb\xd1\xf0\x9a\x1f\x87\x53\x24\x25\x8a\x30\x86\x2b\x5a\x35\x25\x25\x0a\x47\xb5\x84\x94\x28\x42\x57\x73\xc9\x7f\x22\x84\xce\xad\xfc\x27\xc2\x28\x0e\xdb\x94\x39\x20\x38\x3d\x38\x5e\x43\x70\x40\x35\x17\xf3\x35\x15\x06\x18\xed\x67\x2c\xe5\x81\xd7\x22\x8c\x32\x0e\x9a\x8a\x4d\xf0\x6a\x96\x49\x53\xb5\xa9\xb2\x26\xfc\x63\xb7\x89\x32\xdc\xc3\xa6\x61\x13\x85\xf8\xc5\xa6\x69\x93\x29\x05\xde\xeb\xb2\x89\x4e\xfc\xfc\xb7\x3c\x8a\x9d\xd0\x1f\xf9\x09\xe7\x94\xff\x44\xa8\x1c\x37\x92\x07\xfe\x88\xd0\x28\x2d\x4a\x29\x51\x84\x41\xa1\x74\x1e\x44\xe2\x84\x06\x93\xe7\xef\x0d\xd0\x54\xc9\x7e\x38\xb9\x7d\xb5\xab\x08\x18\x76\xad\xf2\xa8\xfe\x11\x05\x44\xe1\x6f\x1e\xc4\x07\x84\x0a\x21\x67\x1e\xcd\x7b\x79\x20\x95\xbd\x6f\xde\x0b\x6d\xc3\xb6\x76\x1e\xd0\x1b\x08\x8d\xc4\x83\x3c\xba\x57\x91\x6b\x47\xf8\x21\x25\x28\x11\x3a\x47\x4b\xe4\xd1\xfd\x63\x97\x08\x84\x01\xa1\x6d\x84\x46\x25\x4e\x1e\xc3\x7e\x59\x43\x11\x74\x35\x9c\x42\x08\x4a\x4e\xa7\x10\x99\x23\x74\x2a\x09\xf3\x08\x7b\x1f\x94\x29\x4d\xde\x50\x38\xab\xe1\xfe\x0a\x9d\x08\x67\x22\x50\xc5\x07\x93\x13\x76\x82\x5c\x3b\x94\x46\x1e\x61\x27\xc8\xc1\x21\x49\x2f\x0f\xc2\xfe\xc2\x68\xbe\xed\xf4\x3d\xc2\x43\x4a\xe1\x6f\x1e\xe9\x4c\x24\x27\xa5\xfd\x1c\x8e\x3c\xd2\x4e\x98\x37\x5c\x6c\x72\xe5\x50\x82\x58\x3b\xf3\x45\xec\x4f\x68\xa4\xc3\xe6\x91\x2e\x26\x12\x22\xa8\xfe\xcb\x63\x7a\x7b\x48\xa2\x61\xce\xc9\x63\xfa\x47\xe8\x9f\x87\x2b\x67\x3a\x46\xa2\x7a\x14\x04\xa6\x94\x28\x42\xe5\xc0\xd8\x3c\x96\x53\x88\x61\xcf\x36\x49\x1e\xcb\x01\x91\x2e\x44\xd1\x75\x1e\xcb\xae\x2e\x7d\x10\x3a\xb1\x7c\x8f\x8b\x83\x57\x7c\x1d\xcb\xf9\x5a\x1c\xfe\x31\xe8\xd7\xf6\x89\x98\xff\x1c\x5d\x92\xc7\xf6\x89\x1c\x2b\x5b\xfd\xe3\x76\x56\x31\xff\xd9\x5b\xcf\x63\x7b\x7b\x52\x0c\x7b\xfb\x3b\x40\x9d\xc7\xe5\x9b\xff\xc1\x38\x27\xf7\xbd\xbc\x2f\x85\xce\xe9\xe0\x2e\xa7\xf3\x22\xe3\xc0\xc5\x70\xf9\xe6\xe1\xb8\x43\x2e\xe6\x71\xfb\x74\x38\x49\xb1\xf1\xf2\xb8\x9d\xe1\x9b\x9d\xfd\x4a\x1f\x6f\xff\x78\x43\xc0\xa5\x64\x79\x1c\x2f\xc4\xce\xe9\xfa\x78\xec\xc4\x23\x53\x19\xab\xfb\x71\x86\x1f\xb6\xf1\xfd\xea\x5e\xff\x08\xd5\x0a\x75\xe7\x79\xbc\xfe\x11\xfb\x1a\xb6\x88\x3c\x5e\xbf\xa7\x17\x32\x9c\xc2\x92\x79\x7d\xcd\x9c\x71\x0e\x1f\x63\x16\x82\x32\xc2\x60\x0f\x28\x8b\xb2\xac\x48\xef\xf4\x35\x0d\x9b\x60\xc2\xfb\x89\xdd\x2c\x44\x60\x84\x80\xcb\x29\x0b\x11\x18\xa1\x61\xbd\x65\xc1\x7c\x17\xa2\xf0\xb9\x16\xa5\x14\x30\x0a\x02\x55\xda\x16\xa1\xfa\x05\x17\x2c\x7a\xa1\xc2\xac\x94\x05\x2b\x5c\xe8\x84\x9e\xb3\x90\x22\x28\x74\xbf\x81\x72\xfa\xc7\x53\x97\x8e\xdb\x63\x85\x0b\xd1\x59\x6b\xa5\xfa\xc7\x0a\xb3\x37\xeb\xb6\x60\x5f\x0b\x9d\x32\xdc\x2c\xcd\x7b\x35\x4f\x49\xe1\x89\xcd\xab\x9a\xb9\x17\xbf\x95\x23\x09\x4b\x16\xc8\x96\x38\x51\x23\x0b\x26\x95\x50\x29\x22\xce\xd2\x9d\xd5\x4e\xe5\xf7\xc9\x13\x87\x4d\x64\x68\x90\x96\x9c\x72\xa9\x08\x0d\xf3\x3d\xcb\xb0\x13\x9c\x64\xc5\xa6\x45\x16\xc5\x1b\x30\x8a\x03\x22\x8a\x20\x54\xaa\x69\xb3\x84\x13\xcd\xb1\xd6\xe4\x46\x67\x09\x87\x8d\x99\xcc\xa9\xfd\x59\xc2\xb9\x0f\xfd\x4a\xff\xe8\x7c\x79\xe8\xa8\xb7\x4f\x9f\xc8\x91\x3b\xf0\x0b\x66\x49\x6f\xff\x83\x0a\x69\x5f\xca\xb8\x22\x34\xc8\xab\x53\xc6\x15\xa1\x72\x6e\x59\x96\xe9\x55\x13\x92\x9e\xca\x4b\xc3\xe8\x15\xda\x70\x31\x29\x92\x80\x3e\x82\xab\x96\x9d\xe0\xc0\x6a\x42\xcf\x59\x96\x6b\x02\x2e\x3a\xe2\x80\x59\x96\xfd\xa2\x6a\x0c\x46\x8c\x2c\xdb\xab\x48\xe7\xc0\xc0\xc9\xb2\x9d\x7b\x42\x06\x14\xa9\x67\x51\x8c\x00\x03\x3f\x3c\xcb\xb6\x13\x5b\x9a\x40\x26\x67\xbb\x00\xc8\xf0\x98\xcd\x3f\x3a\x46\x82\x01\x9c\x57\x9c\xe5\xb2\xab\x14\x4a\x57\xe7\xeb\xf2\x4b\xbb\x08\xea\xa0\x8a\xcb\xe5\xdb\x26\x9f\x79\xda\xd5\xcb\x27\x52\x85\xc0\x0e\x7c\x96\xdb\x01\x51\x4c\xd0\x5c\xab\xb7\x4f\xbc\xa5\x68\xa4\x5f\x8f\x63\x7c\x8c\xc4\xf1\x44\x45\x87\x8c\x2b\xf8\xa8\x29\xbd\x8a\x30\x54\xc5\xe5\xf1\xf6\x66\x85\x21\x4d\xca\xe3\x4c\x3c\xec\x2a\x1c\x74\xf5\xb1\x5f\x90\xb0\x54\x27\xfa\xf5\x89\xb0\xbd\x4f\x5f\x9a\x62\xa8\x58\x85\xd0\x79\x43\xaf\xf7\x7a\xa9\xcd\x77\x31\xbd\xae\x68\x3c\xff\xc3\x7e\xbd\x2e\x00\x0a\x13\x20\x3d\x4e\xa9\x5a\x84\x01\xad\x62\x9e\x4a\x26\xa0\xce\x6a\x53\xd8\xc4\xe1\x0c\xdf\x55\x69\x13\x82\x8f\x85\x79\x2a\x86\x4e\x0f\x32\xfa\xd9\x9b\x79\x6a\x78\x01\x9d\x5d\xbe\x3c\x89\x0d\x0b\x9d\x73\x00\xf3\x64\xaf\x46\xe8\x15\x31\x24\xc7\x8b\x10\x9a\x67\x67\xf1\x5e\xc5\x0c\xd9\xa0\xe9\xb1\x09\x3b\xe5\xb4\xe9\xb5\x89\x88\x3b\x16\xc8\x49\xac\x41\xa8\x70\x2c\xa4\x7c\x31\x42\x50\x53\x99\xa7\x22\x0d\x68\x24\xa7\xa6\x14\x32\x42\x23\x43\x36\x65\x82\x11\x82\x7d\xc5\x94\x09\x46\x68\xec\x3b\xe7\x59\x9d\xaf\x8a\xd8\x66\x99\x9c\xca\xc2\xd3\xad\x59\x74\x9a\x1c\x2f\x42\x2f\x95\x99\x68\xde\x1e\x86\x08\xbc\xf5\x94\xe3\x45\x18\x24\x68\xa7\xbc\x2c\x42\xfc\x97\x43\x12\xf3\x64\x5b\x48\x18\xed\xe0\x51\x0a\x41\x20\x48\x96\xcc\x73\x38\x9d\x83\x0a\x8e\xe9\x55\x4e\xa7\x66\x9f\x7d\x54\x08\x02\x15\xcf\x2c\x25\x64\xc9\x7f\x84\x2c\x4c\x7a\x78\xfb\xe0\xab\x43\xa3\x9e\x8a\xca\xd3\xb3\xfb\x5c\x1f\xda\x78\x40\x27\x4e\x93\xa7\x16\x17\x30\x4e\x54\xcb\x99\x2e\x99\x34\x5a\xe8\x55\xfe\x31\xcd\xaa\xa0\x13\xd3\x4e\x78\xea\x07\x0b\xfe\x9c\x4e\x14\x27\x75\x94\xea\x55\xbe\x79\xfc\xca\xea\x6b\x56\x08\x9e\x1e\x87\x6c\xef\xa7\xc3\x66\x6f\x4a\x55\x7c\x6a\x84\x9d\x5f\x0d\x17\x8b\x61\x39\xc6\x05\xd7\x33\xdf\xd3\xa9\x5d\x06\xb4\xa3\x31\x5f\xcb\x55\x44\x58\xb6\x78\xfb\xe5\x13\x65\xaf\xc3\x30\x3f\x97\x03\xf2\x4c\x41\xa4\xa7\x74\x32\x42\x27\x6b\x30\x4f\xad\x37\x20\x12\xc1\x75\x2a\x76\x81\x46\xf2\x72\x9e\xdb\x25\xb3\xcd\x8c\xf4\x8f\xce\xfd\xd6\x6b\x61\x40\xdb\xae\x42\xee\x79\xf8\x3a\xb6\x73\xbf\x4d\x73\xf3\x2a\x7b\x4f\x4e\x6d\xf8\xa5\x28\xaf\x81\xfe\xaf\xc9\xae\x72\xc0\x12\xf4\x2a\x79\xde\x76\xf5\x26\xdd\xd0\x7b\xdd\xbe\x21\x3c\xd9\xe9\x77\x7e\xbb\x30\x6f\x39\x4d\xe9\xfd\xed\x44\xdf\x70\xf3\xa3\xe9\xa5\xb9\x11\x1a\xf9\x38\x79\x6a\xfd\x01\x95\xb2\xae\x3c\xb5\xfe\xce\xcf\xfa\xb3\x13\xf6\x8b\x5c\x95\xe9\xbd\x34\x08\x81\xd1\x7c\x69\x8a\x70\xa0\xa7\x5d\x7d\x7c\xb5\x3f\xa8\x70\x50\xe7\xa9\x54\x07\x86\xca\xff\xd4\x46\x04\xc6\xe1\x32\xd1\xfa\x03\x6a\xd8\x2f\x65\x2c\x10\x03\x9d\x54\xf5\x77\x81\xc1\xde\x7a\x56\x6d\x44\xa0\x11\x37\xcd\xaa\x0b\x0c\x74\x8d\xcb\xca\x5e\x9e\x50\x15\xa8\x55\x79\x0d\x34\xce\x10\xca\xaa\x0b\x0c\x34\x3d\xd9\xaa\x27\x5b\xf5\x64\x91\x9e\x95\xca\x5c\x61\xc0\xbd\x9e\x12\xe0\x08\x8d\x03\x98\xb3\x6a\xd7\x01\x1d\x06\xed\xac\xd5\xde\x57\x23\x8f\x74\xa2\xda\x2f\x72\xdc\x27\xeb\xab\x2a\x2a\x81\xe1\x1b\x92\x4c\x47\x68\xfa\x82\xb5\xda\x09\xca\x70\xa9\xd5\xcc\xaa\xa8\x04\xba\xca\xbf\x2a\x2a\x81\x4e\xa8\x3e\xab\x72\xb1\x7a\x66\xdc\x61\x93\x7f\x24\x65\x0e\xbe\xbd\xac\x7a\xc5\x40\x7c\x93\xd3\x1c\x10\xc5\xba\x8d\x0f\xb9\x76\x07\xd4\x5d\x13\xf4\xab\xfb\x3a\xc8\x4f\x21\x11\x3a\xab\x9e\x2c\xd0\xd4\xbb\x55\x4f\xb6\x7a\x7c\xc6\x69\x93\x53\x18\x64\x8b\xb0\xe4\xa4\xb6\x11\xda\xf0\xf6\x1a\x71\xc0\xd0\x53\x91\xda\x46\xe8\x9c\x4f\x98\xf2\xd8\x08\x15\x1a\xca\x94\xb4\x46\xe8\x84\xca\xb2\x4e\xff\xc8\xa9\x6b\xc5\xc5\xa4\x13\x09\x04\x65\xde\x29\x69\x8d\xd0\x21\x45\xca\xaa\xc7\x08\xf4\x6f\x72\x96\xbd\xf7\x88\x22\xff\xe8\xe7\x0e\xb4\xc0\xfc\xaf\x97\xf3\x45\x6a\x08\x54\x1a\x59\x2f\xdf\xf6\x0f\xaa\xb2\x50\x86\x1a\xa1\x75\x87\x7d\xf9\x44\x2a\xf8\x21\x1f\x4a\x19\x6a\x84\x06\x97\x6f\xd6\xdb\x89\xfe\x41\x4d\x5f\xed\xed\x4c\xdc\x24\x02\xf9\x0d\xdd\xfe\xf1\x86\x1c\x1d\x47\x48\x26\x18\xa1\x13\x7a\xce\xfa\x38\xa0\xc7\xcc\x26\x6e\xff\xb8\x00\x60\xe9\x4d\x1c\xa1\xfa\xba\xbe\x5e\x52\x32\xfd\xac\xfc\xb6\x81\x46\xe2\x54\xd6\xd7\x59\x7d\x35\x2e\xb9\x97\xb6\x18\xd0\x7f\x16\xc8\x9f\xaa\x58\x86\x19\x61\x90\xce\x9a\x32\xcc\x08\x1d\x2a\xb1\x94\x3b\x46\x08\x8a\x99\xb2\xf9\xe9\x03\x8d\x0d\x9f\x6c\x5a\x5c\x40\x83\x1f\x27\x9b\x16\x17\xd0\xa0\xd4\xcd\xa6\xc5\x05\x44\xff\x9a\x1e\x9b\x38\xa8\x0f\x1f\xa2\xe9\xe5\x01\x01\x93\x70\xca\xd1\x22\x34\xad\xa4\xe6\xa7\x0f\x04\x05\x90\x29\x63\x8a\x30\x28\x22\xce\x66\x5c\x0b\x68\x9c\x1c\x9f\xcd\x6f\x13\x18\xec\xa2\xa4\x04\x25\xc2\x60\xc7\x2f\xa5\x1e\x11\x2a\x87\x66\x65\x1b\x3e\x91\xea\x50\x2a\x4b\xb2\x0d\x27\xc7\x4a\xaf\xe6\x55\xc3\xa6\xf1\xeb\x04\x46\x58\xd3\xa5\x6b\xe6\xae\xb2\xfc\xda\x70\x40\x03\xb2\xdc\x61\xd3\x6b\x13\xc7\xbe\x38\x6c\xa2\xe4\x42\x3b\x10\x82\x4d\xff\x0d\x18\x5a\xce\x8d\x5a\x4d\xa1\xb3\x03\x9f\x6d\xfa\x86\x26\x8c\x99\x2c\xd2\xa6\x05\x02\xb4\x70\xa2\x75\xc3\x80\x5e\xbd\xca\x30\x10\xd0\xc8\x24\x4d\xd9\x35\x84\xe8\x04\x29\x9a\x3a\x1c\x18\xd3\x65\xa2\xc2\x06\x3a\xc7\xea\x67\x53\x61\x03\x61\x78\x4a\x76\x0d\x21\xd2\x05\xa0\xeb\xd4\x4c\x8e\xe7\x43\x6c\xba\x4e\x40\x0b\x64\x6c\x33\x5c\x03\x04\x49\xfb\x29\x2d\x87\xd0\x21\x78\xcb\xe6\x77\x0e\x8c\xe2\x9a\xb8\xec\x17\x47\x18\x77\xfb\xa5\xcf\x05\xf4\xb0\x5f\x9a\x08\x40\xe7\x38\x9a\x94\x96\x43\xe8\x2a\xd9\xf6\x38\xa0\x07\xfb\xc9\xd7\xf1\xb8\x7c\xa9\xd5\x84\x99\x32\x9b\x1f\x22\xd0\x35\x67\x9b\xee\x0e\xd0\x94\xb1\xf2\x66\x08\x8d\x2c\x83\xec\xd0\x28\x09\x0d\x96\x94\xec\x24\xa6\x08\xfd\xf8\x9a\xc2\x26\x5c\xba\xc3\xa6\xb4\x89\xba\x4f\xbc\x03\xd9\x35\x84\x71\x76\x9f\xf8\xd8\x44\x14\x93\xae\x76\xfd\x91\x6e\xb5\xf6\x69\x93\x9d\x38\x39\xaf\x81\x05\x20\xbb\x86\x10\x27\x03\x92\x24\x43\xe8\x1d\x77\xa7\x1b\x7a\x06\x06\x4c\xc2\xd9\x55\xd8\x40\xb8\x7c\xbb\xdf\x23\x10\xa4\x5a\x65\x37\xce\x0c\x0c\x4e\x2c\xcf\xde\xec\x57\xf3\x44\x1f\x9e\x68\xe8\x19\xe8\xec\xef\x66\xf7\x43\xee\x9f\x92\x65\xd8\x86\x6b\x80\x4a\xce\x51\xca\x75\x21\x0c\x0e\x93\x4f\x89\x2d\x84\xe0\x54\xbe\xec\x7e\xc8\x40\x1f\xbe\xa1\xe1\xac\x72\x22\xe2\x4c\xfa\x35\xfc\x23\x24\x3f\x5a\x6c\xf2\x53\x08\xcd\xa8\x5e\x1f\x8e\x91\x83\xc7\xa9\x53\xcb\x6e\x6c\x18\x68\xd3\x31\x1a\xf5\x05\x9a\x01\x48\x59\x1d\x84\xd1\xf8\x90\x65\x75\x10\x2a\xf4\x3d\xd9\xfd\xb6\x81\xa1\x18\xea\x86\x78\x81\x4e\x4e\x49\x76\x3d\x02\x20\x8a\x2f\xcd\x48\x09\x10\x9c\xc2\x9a\x5d\x55\x0c\xf4\x5a\x6c\x72\x40\xaa\x62\x76\x3b\xba\xe6\x3f\xd0\xab\xf3\x45\xf9\xa7\x10\x1c\x95\x90\xdd\x78\x0a\x30\x02\x65\xd6\xd5\xce\xdd\x53\xc6\xed\x97\x9f\x28\x30\x48\xaa\x4e\x99\x18\x84\xa6\x4b\xd8\x8d\xbb\x02\xdd\x68\x74\xbf\xec\x04\x7c\xd6\x8a\x21\x99\x18\x84\x71\x12\x63\xeb\xaa\x62\xa0\x35\x7b\x7f\x7b\x7b\xf8\xac\x39\x44\x21\xbb\x71\xd7\x6e\x2e\x67\xd8\xe4\xbd\x3e\xcb\x9b\xae\xaa\xc3\xbb\x3a\x1c\xab\xb4\x1b\x29\x01\xba\x2a\xb3\xbf\xbe\xc7\x57\xdd\xc1\x13\x8d\x81\x00\x6d\xb4\xf3\x6f\x55\xdc\x0d\x91\x00\x83\x93\x4d\xb2\xbf\x8e\x97\xf4\x70\x0e\x67\xc8\xa1\x61\x0e\x8c\x83\x8f\x67\x18\xa9\x05\x1a\xdc\x20\x39\x0c\x91\x0c\x39\xdb\x58\x91\x43\xed\x3c\x64\xb9\x44\xbc\x8d\xe2\x1f\xad\xcb\xc3\x5e\x1c\x4a\x16\xa0\x73\x68\x72\x0e\xc5\x08\xd0\x75\x8a\x86\xdf\x39\xd0\x0c\x91\x0c\xbf\x60\xa0\x51\xcb\x92\x52\x30\x08\x91\x18\x3b\xc3\xb8\x29\x10\x6c\x02\xe6\x30\x6e\x3a\x3c\x41\x84\xe9\x1c\xc6\x4d\x81\x28\xdf\x1f\xb7\x4d\x72\x3b\xd2\x09\x0a\xe7\x84\xd6\xbf\x26\x9f\x48\x5e\xc2\xf9\x35\xd9\xaf\xae\xb6\x61\x8c\xc3\x31\x0e\x09\xba\x79\xa2\x41\x52\x20\x38\xac\x29\x87\x36\xf1\x30\xb0\x89\xcc\x18\xee\xb5\x00\xcd\x7d\x08\x09\x11\x84\xa1\x07\x34\x8c\x4f\x02\x55\x25\x3b\x96\x63\x5c\x26\xb0\xf1\x1e\xfd\xea\x80\x60\xd3\x34\xc7\x65\xbf\x2e\xd3\x0d\xf9\xa3\x9a\x0b\x68\xa4\x0e\xe5\xd0\x47\x05\x62\xda\xaf\xdb\x7b\x41\xb2\xaa\x4e\x92\xd7\x40\x18\xe9\xbd\xf4\x3e\x81\x4a\x0e\x60\xca\x45\x20\x04\xb4\x40\x39\x0c\xfa\x01\x01\x23\x46\x4a\x16\x20\xf4\x40\xa0\x86\x9b\xa6\x40\x28\x50\xc3\x85\x09\x74\x4e\x1a\xca\xd0\x6c\x04\xba\x81\x60\xf9\x03\x84\x71\xe0\xdc\x86\x9a\x0b\x18\x9c\x9c\x93\xe1\x92\x03\x3a\x25\x97\x19\xc6\xdb\x80\x66\x20\x38\x5c\x5f\x40\xa5\xae\x2f\xc3\x95\x03\x74\x38\x12\x32\xb4\xeb\x80\x70\x91\x87\x6b\x02\x18\xf0\xda\xa5\xb5\xf9\x42\xc0\x7b\x98\xa1\xec\x07\xfa\xc0\x6a\x08\x4a\x8b\x84\x48\xb4\x4d\x18\x59\x02\x86\x71\x9e\x30\xb2\x04\x8c\x6f\x26\xd2\xc9\x81\xcd\xad\x11\x33\x0a\xc3\x48\xc0\xa0\x82\x23\xc3\x38\x4f\x7c\x47\x4d\xfd\x5e\x5a\xe8\x3a\x85\xae\x93\x73\x6f\x88\xc5\x12\xfb\x93\x28\x55\x28\x76\x81\x56\xd9\x42\x08\x8d\xa5\xf0\x84\x3f\x7b\xff\xf8\xd2\x1e\xcb\x83\x6d\x72\x56\xb1\x66\x1a\xd6\xb2\xa5\xec\xc2\xa0\xde\x30\x43\x4f\x03\x08\xd8\xb6\x32\xf4\x1b\x80\xd0\x17\x0c\xe5\x57\x58\xd7\xe7\xeb\x70\xe5\x00\xbd\x11\x17\x4b\xe3\x03\x40\x27\xb5\x3f\xd3\x20\x29\xd0\x38\x79\x30\x93\xa4\x57\x61\x18\x25\x4f\x8d\x92\xf4\x50\x24\xd4\x41\x6a\xfe\x03\x55\x1b\x31\xf5\xe9\x81\xa1\x77\x91\x14\xcb\x09\x0d\x9e\xb6\x4c\x1d\x78\x20\x74\xb0\xd2\x3d\x6c\x60\xb8\x4c\x92\x54\x1a\x21\xa0\x11\xc8\x24\xed\x5d\xe8\xda\x03\xa9\x6b\x0e\x84\x2e\x70\x6a\x6e\x00\x5d\xb7\x35\x5d\x85\x40\x55\x3b\xa7\x16\x48\x7e\x7c\xd6\x74\x42\x29\x07\x8c\xca\x62\xb2\xea\x5e\x08\xf8\x9b\x32\xf5\x41\x80\xf8\xfe\x38\xec\xc4\xe0\xdc\x69\xa4\x5c\x6a\xcd\x00\xa3\xd9\x7b\x57\x74\x7e\xb5\xc0\xcc\x84\x6e\x09\xd0\xa1\x89\xcf\x74\xa7\x09\xe8\x1d\xa3\x24\x8d\xa8\x02\xad\xa0\x51\xd3\x58\x03\x10\xd5\x97\x66\xf8\x34\xa9\x18\x3e\x30\x67\x2d\xea\x17\x86\x6e\x5c\xfa\x29\x00\x2d\x10\xa2\xe9\xb6\x12\x50\x9b\xef\xd1\xb8\x2b\xd0\x4e\x56\xa1\x75\xfe\x42\x7c\xfd\x32\xc8\x0a\xb4\xd3\x31\x1a\xa4\x00\xba\x6e\x9c\x75\xfe\x42\x1c\xc7\xdf\x14\x1f\x99\xc6\x30\x80\x6a\xa2\x45\x1a\x8a\x00\x82\x6c\xd9\x4c\xb7\xa5\x81\xea\xe7\x6a\x81\xbf\x30\xba\x7f\xd4\x91\xc9\xef\xa4\x21\x9b\x5c\xf0\xd0\x04\xaa\x05\x53\xa9\x9e\xd2\x04\x36\x9b\xfc\x52\xb0\x6c\xa0\xd2\xc8\x54\xd0\x03\x75\xba\x6e\x35\x76\x80\x4e\x61\x41\xa6\xc6\x0e\x30\xbe\x89\x52\xf6\x03\xfd\xf4\xab\x33\xf2\x08\x34\x23\x43\x92\x05\x08\x9d\x9a\xec\x4c\x37\x7c\x80\x5e\x7d\xa2\xbe\x0d\xcc\x00\xed\xfb\x06\xdc\x77\x06\x5a\x65\x3f\x3c\x8d\x22\xa4\x3c\xb5\x78\x1a\x53\xa3\x04\xe8\xb0\x47\xe5\x34\xef\x05\xa8\x9c\x18\x95\xd3\xed\x17\x20\x3a\x3a\x69\xea\x14\x01\x9d\x2c\xba\x9c\x2a\x0d\x60\x54\x54\xde\x24\x0f\x5f\x68\x1c\x2a\x92\x53\xaf\x65\x4a\xbd\x8d\x8c\x95\x78\x40\x08\x58\x06\x72\x2a\x33\x80\xce\xd9\x6a\x39\x8d\x22\x00\x8d\xba\xab\x9c\x8a\x11\xa0\xbb\x48\xa5\x14\x10\x2a\x85\x86\x39\x49\x55\x17\x3a\xf5\x27\x39\xd5\x36\x40\xe3\xa0\x87\x9c\x6e\x80\x00\x4d\x23\x7f\xea\x43\x4c\x89\x42\xd9\xa1\x98\x7e\x75\x40\x27\xe1\x2f\x2d\xca\x17\x7a\xf5\xf6\x7e\x62\xc0\xe0\xfc\x93\x9c\xe9\x7c\xa5\xd4\x7e\x0c\xc8\x94\x13\xa0\x53\x4d\x9b\x53\xe7\x03\x88\xce\x17\x3c\xfd\xea\x80\x4a\x12\x55\x5a\xba\x2f\xb4\x03\x65\x36\xb5\x79\x80\x06\xeb\x75\x4e\xbf\x3a\xa0\x07\x0a\x7b\x1a\x45\x00\x2a\x67\x65\xe4\xd4\xe6\x01\x9a\x29\x18\x96\xeb\x0b\x51\xed\xbd\xb1\x06\xa0\xb9\x97\x37\xd5\x6f\x40\xd5\xc3\xb6\x10\x5f\x68\x6a\x1b\x4b\xec\x85\x6a\x88\xc5\x1a\x78\xa1\x36\xdf\xa3\x9b\xa6\x40\x0c\xa7\xd0\x15\x0d\x74\x33\x6d\xa6\x2b\x1a\x08\x68\x02\xd3\x22\x75\xa1\x1b\x25\x5f\xda\x3c\xc0\x80\xdb\x31\x97\x36\x0f\xd0\x21\x5f\x4c\xeb\xd6\x85\x1a\xa8\x96\xa5\x31\x0e\x74\x03\xfa\xcb\x50\x19\x10\x9c\xf1\x99\xcb\xb8\x18\x10\xaa\xbc\xe5\xa7\x00\x04\x07\x89\xe4\xd2\x8a\x07\x52\x8b\xcd\xea\x76\x21\xf4\xa6\x96\x1f\x0c\xd0\xe0\x67\xce\xe5\xae\x26\x30\xca\x77\xd5\x6d\x93\x9b\x29\xde\xfe\xb5\x89\xc2\x28\x26\x67\xa9\x8a\x81\x4a\xfd\x6e\x2e\xbf\x34\xa0\x41\xf2\x93\xcb\x2f\x0d\x68\xd4\xc5\xe4\xd2\x6f\x00\x7a\x43\x62\x5a\x03\x2f\x84\x09\x24\xcb\xe8\x3d\xd0\xa9\x2f\x48\xcb\xe2\x85\xfa\xef\x8f\xde\xbe\x52\xa8\x68\xef\xfd\x44\x81\xc1\xb9\x65\xb9\x74\x38\x80\x4e\xcd\x6d\x2e\x1d\x0e\x60\x70\x10\x5b\x2e\xcd\x46\x20\x4c\xde\x59\xaa\x62\x60\xb8\x4d\xb2\xf4\x2e\x80\x4e\xdd\x68\xae\xe1\xed\x07\x04\x6f\x98\x8d\x96\xb2\x0b\x7d\xf8\x1e\x55\xc5\xc0\x80\xfe\x39\x97\xf6\x26\xd0\xa3\xf8\xc7\x69\x13\xf6\x00\x36\xcf\x32\x8a\x00\xd4\xef\x6d\xbb\x2b\x0a\x8c\xc1\xa7\x60\x0d\xbc\x90\x07\x62\x68\xb9\x2b\x0a\x44\x7e\x57\xd9\x2f\x98\xf6\x07\x1f\xdf\x72\x0b\x01\xe8\xa6\x5a\x2d\xa3\x8d\x40\x6f\x76\x55\xdf\x08\x08\x33\x88\x96\x39\x6d\xc0\x48\x67\x55\x69\x02\x54\x0a\xb8\x73\xe9\x2e\x01\x83\x13\xa3\x72\xa9\xc3\x81\xf1\x33\x83\xfe\x54\xc5\xd6\xc3\x0b\xbd\xda\xed\xe9\xd3\x39\x2e\x1b\x02\xe5\xb4\x1e\x5e\x18\x14\x73\xe7\x52\x87\x03\x7d\x22\x20\x96\xc9\x24\x40\x6f\xae\x0f\xa5\xd4\x32\xe5\xcd\x17\xa8\xff\x06\x34\xf7\x0e\x96\xfe\x1b\x30\x8e\xf0\x2a\x3b\xc1\x06\x6c\x0c\xaf\xf2\x9d\xc2\x5f\x62\x86\xc6\x32\xdc\xb2\x0c\xb7\x28\x46\x94\x78\x4b\x82\x12\xff\x68\x20\x05\xe8\x86\x0f\x96\x42\x10\xa8\xee\x31\x2e\x77\x48\x81\x7e\xba\x3e\x8c\xae\x02\xa3\x7d\x57\x39\x6c\xea\x05\xc9\x8d\xce\x65\xc0\x15\x18\x1c\x20\x98\x4b\xa3\x04\x08\xce\x93\x4d\x0b\xfc\x85\xce\x51\x53\x69\x35\xbf\xd0\x4c\x24\xb4\x74\x5f\x08\x08\x26\x73\x19\xba\x01\x06\x87\x8e\xe6\xd2\xc0\x01\x82\xa3\x25\x72\x29\x89\x81\x46\x22\x74\x2e\x77\x51\x80\xd6\xd1\x10\x4b\xb7\x15\x18\xe6\xb4\x2d\x0d\x9c\xe5\xc6\x0a\x8a\x71\x69\xba\x00\x3d\x5c\x00\xee\x90\x02\x61\x52\xe2\x72\x87\x14\x88\x81\x1f\x6e\x81\xbf\x30\xc2\xd7\xe1\x8e\x0c\x50\x9b\xeb\x4b\x17\x18\x18\xf5\xbb\xca\x59\x85\xf2\xcb\x9d\x80\xe5\x8e\x0c\x90\x06\x23\xa5\x01\x10\x7a\x60\x8b\x2d\x23\x43\x40\x40\x9e\x9f\x4b\xd5\x02\x8c\x40\x27\xc9\x0c\x20\xf4\xa9\x10\xd4\x75\x02\x9a\x7a\x64\xab\x80\x80\xa6\x2f\xb8\xdd\xb9\xdd\x9e\xd4\x88\x2c\xdb\xea\x24\x60\xd4\xc3\xab\x9a\x4d\x86\xba\x0a\x4d\x8f\x4d\xa6\xbd\xff\x06\xb4\xb5\xc5\x80\x66\xdc\x74\x1b\x7a\x06\x42\x1b\x71\xab\x6d\x80\xde\x9b\x4d\x61\x53\x20\xe8\xfd\xe3\xb4\x89\x84\x50\x94\xc6\xd6\xa7\x07\x86\xae\xa6\x8c\x05\x42\xa5\x9a\x36\xb7\x0a\x08\xe8\x94\x66\xa7\x8c\x05\xc2\x80\x01\x32\xb7\x7b\xc5\x40\xd3\x03\xda\xee\x15\x03\xc3\xd4\x34\x49\x0c\x84\xe6\xc2\xdc\x26\x42\x03\x15\x12\xcd\x94\xa5\x40\x68\x87\x4d\xda\x75\x40\xb8\x03\x2f\x4b\x81\x30\xa0\xb0\xca\x6d\xf8\x01\x48\xc8\x98\x53\xfe\x01\xa1\x71\x8c\x40\x6e\x53\x9c\x81\x0e\x4f\x64\x6e\x53\x9c\x81\x66\xe6\xc9\x36\x96\x05\x74\x4e\x59\xc9\xad\x86\x00\xaa\x76\x8a\xcc\x02\x42\xa7\x28\x36\xb7\x1b\x46\x5b\x6e\x35\x54\xf1\x56\x1d\x6c\x79\x90\xed\x97\x71\x0b\xa0\x0e\x3e\xab\xad\xff\x06\x04\x07\xd5\xa4\xfc\x03\xf9\xf1\x0f\x20\x44\xb7\x39\x80\x40\xab\xae\x2f\xe3\x62\x40\x77\x0b\x73\xbb\xf9\xb4\xdd\x7c\x42\x57\x6e\x3d\xb3\x2d\xb3\x09\xa2\x76\x2b\xc9\x81\x4e\xc1\x56\x6e\xcd\x46\x20\x0e\xf4\x88\xfc\x03\xf9\xf1\x0f\x30\x13\x97\xf9\x4b\x40\x8d\xaf\xe9\xb5\x89\x14\x43\x6c\x9e\xcb\x97\x06\xc4\xe4\x7b\xbc\xf4\xe9\x81\x66\x8c\xed\xe2\x40\x2a\xa1\xc1\xf9\x96\x97\x9b\xf2\x40\xc0\x1c\x9f\x16\xbc\x0b\xc3\xcd\xdc\x4b\x13\xe1\x32\xb2\xc4\x4c\x5c\xbe\x47\xa0\x55\x36\x40\x2e\x5d\xf3\x4b\x6a\x1b\xec\x94\x4b\xc3\x1e\x88\xac\x5e\xb5\x6d\xe2\x48\x03\x5e\xc7\xa5\x92\x05\x02\x9e\xed\xbc\xdc\xe5\x03\x3a\x04\x6f\x79\xe9\x3b\x03\x01\x27\x45\x5e\xbe\x0e\xa0\x51\xf2\x94\x97\x7a\x17\x68\x1a\x71\x97\x49\x45\x40\x74\xde\xd0\xa5\x7e\x04\x46\xb4\xff\xa0\x8a\x2f\xd5\x27\xd0\x0b\xdf\xc0\xa5\xfa\x04\x06\x25\x29\x79\x19\xb1\x02\x2a\x67\x2a\xa7\x55\xf3\x42\x37\x13\xe2\x52\x31\x02\xe1\x46\xe7\xa5\x77\x00\x84\x09\xe9\x97\xba\x12\x08\x77\x94\x2f\xfd\x70\xa0\xba\x7b\x78\x99\xd2\x04\x04\x87\x9f\xe5\xe5\x6e\x05\x30\x06\xdb\x7b\x97\x4a\x16\xe8\x16\x29\x58\x81\x2f\x0c\x4a\xf7\xf3\xd2\xa7\x07\x2a\xc7\xd1\xe4\xb5\x5d\x45\x9b\x63\xe0\x08\x89\x5f\xa6\x34\x01\xed\x5b\x0c\x6e\x87\x5e\x52\x5c\x0f\xef\x65\x57\xd9\x0e\x3d\xbf\xab\xec\xaa\xdb\xa1\x8e\x51\x47\x06\x18\xcd\x01\xa9\xb0\x81\xa6\x23\x73\xe9\xdb\x00\x31\x5c\xf0\xc6\x1a\x80\x5e\x48\x2f\xb8\x54\xeb\x40\x83\x90\x3c\x2f\xd3\xde\x81\xd1\xc2\x3f\x3a\xc6\xcb\x08\xb2\x57\x39\xa0\xcb\x0d\x45\x9b\x1c\xd0\x45\x50\x06\x3b\x45\xe2\x01\x61\xe8\xd2\x5d\x6e\x9a\x02\x71\xf8\x47\xf3\x25\x80\x7e\x7e\x57\xf9\xc7\x5b\x46\x43\x66\x42\xb5\x0e\xf4\xd3\xaf\xce\x8c\x29\x19\x0b\x4c\x86\x93\x9e\x40\x68\x1c\xde\x98\xd7\xe3\x18\x1f\xe3\x6d\x4c\x8e\x2e\x1d\xd0\xbe\x2f\xc5\xc8\x36\x10\xe5\xbb\x97\xef\xf1\xa1\xa4\xae\xf9\x47\xfb\xf5\x20\x6c\xfc\x82\x55\xfe\x97\x7c\x9f\x2e\x13\xdd\x43\xa0\xb9\x3b\x2d\x21\x82\xd0\x39\x0a\x3f\x2f\xf7\x77\xaf\x2f\x9d\x95\x89\x36\x06\x02\x74\x53\xfb\x65\x3f\x10\x06\xe7\x85\xa6\xec\x07\x42\x40\x16\x97\x52\x1d\x08\xa3\x0e\x9b\xd2\x26\xa2\xe4\xf4\x5e\xaa\x03\x21\xe0\x8b\x49\xa9\x0e\x84\xce\xc9\xf1\x79\xeb\x31\x02\xc3\x78\xca\xad\x0e\xbf\x3f\x1d\x4e\xbf\x8c\x48\xdc\x52\x5c\xd3\x7b\x0b\xde\x85\xee\x76\xfb\xad\xe0\x02\xc2\x74\x8e\x5b\x6d\x73\x5b\x98\x39\x6d\xf2\x89\x64\x26\xe9\x99\xdd\x2a\x20\xa0\xc3\x12\x9e\xb7\x0a\x08\x68\xd4\x15\xe7\xad\x5b\x01\xc4\x59\x6d\x72\x8c\x1e\xe8\x89\x5f\x79\x9b\xc4\x00\x0c\x8e\x30\xce\x5b\x93\x1d\x08\xa3\x98\xb7\x02\x06\x08\xb8\x56\xf3\xf6\x73\x07\x86\x86\xbd\xf5\xe1\x42\xb7\x56\xc1\xca\x6f\x61\x4c\x67\xd5\x2c\x03\x20\x34\x5d\xac\xe9\x16\x9a\x6f\xfb\x36\x75\x08\x08\xb7\xce\x6e\xed\xe0\xdb\x93\xac\xf0\x05\x6f\x2d\xdc\x5b\x02\x78\xb6\xe1\xac\xe9\x16\x2a\xec\xc1\x69\xb5\xb6\x30\x86\x33\xe1\x22\xb7\x5a\xbb\xd9\x55\xe3\x75\x40\x85\xd9\x24\xad\xc3\x16\x1a\x6c\x37\x79\x1b\xc2\x03\x9a\xc9\x28\x56\x58\x0b\x43\x9b\xfa\x81\x76\x4a\x68\xce\xfd\xa3\x41\x08\x84\x25\x07\x96\x53\x0b\x15\x16\xc3\x7c\x74\xf3\x1f\x0f\xbb\x24\xfe\xfd\x54\xff\xc8\x59\x19\x10\xd3\xe7\x63\xfa\x1d\x30\x92\xaf\xf6\x81\xfb\x41\x18\x10\xad\xe7\x63\xf4\x0c\x18\x81\x56\xb0\x6c\x59\xa8\xc6\x73\x1f\x75\x38\xd0\x4c\x16\x78\x34\xcf\x80\x80\x08\x32\x1f\xd5\xfa\x63\xae\x9d\x5d\x35\xe2\x0e\x04\xb4\x79\xf9\x18\x9c\x03\x86\xd5\x59\x8f\x3e\x3d\x10\x05\xed\xfc\xb8\x7c\x81\x30\xd9\xe9\x71\xdf\xe7\x91\x52\x8e\x85\xf9\x18\x89\x03\x06\x27\x22\xe6\xa3\x57\x0c\x8c\x41\xd4\xe5\x71\x45\x03\x03\xa6\xfd\x7c\xf4\x8a\x1f\x19\x6c\x23\xff\x56\xc5\x8f\x8a\x11\x68\x16\x5c\x3d\x2a\x46\xa0\x9b\xea\xf9\xa8\x18\x81\x6a\x2a\xf1\xa3\x1e\x01\xea\xf4\x35\x2b\xd5\x81\x80\x7c\x31\x1f\x57\x37\xd0\xf5\x18\x1f\x57\x37\x50\x67\x7a\x2f\xbb\x7d\x11\x9d\xc0\xc8\x7f\xf4\xf2\x80\xd0\x2e\x7b\x0c\x3d\x3f\x9e\x1b\xed\x44\xe9\x73\x01\xc1\x11\x1f\xf9\xe8\x14\x3d\xc6\xdb\xa6\x4d\x5e\x05\xe9\x8c\x91\xda\x47\xa7\xe8\x71\x27\x12\xf9\xf3\x1a\x6f\x03\x2a\xcc\x13\xf9\x2a\x50\x81\x06\x89\x41\xbe\xa6\xa0\x02\x03\x16\xd4\x7c\x8d\x33\x03\x51\x58\x0c\xaf\xa2\xf2\xfd\x92\x6f\x6c\x6a\x36\x91\x7c\x83\x34\x78\x2d\xcc\x7c\xbf\xc2\xcc\xa4\x69\xdb\x04\x75\x6d\xb5\xe9\xb2\xe9\x62\x7f\xd7\x7b\xdd\x36\xdd\x78\x8c\xde\xeb\xb1\x09\x9a\xf7\xc3\xab\x5e\x9b\xe0\x17\xc4\xf9\x78\x21\x68\x13\x5a\xfb\x9a\xc2\x26\x62\xe9\xbc\xed\xd7\x94\x39\xa0\x71\x1a\x6e\xbe\x7e\x9b\x40\x83\xd0\x2e\x5f\xf3\x71\x5e\xf3\x71\xd0\xce\xaf\x4e\x11\x30\x60\x3e\x4d\x6b\xcd\x85\xae\xfd\xf4\xea\x27\x01\xfd\x70\xa2\x8d\xb7\x01\xdd\x94\x82\xd7\x8a\xaa\x57\xc6\x02\xbb\xaa\xad\x0e\x74\x93\x71\x5f\xbf\x73\x20\xac\x3f\x79\xad\x35\x00\x86\x21\x83\xd7\x8f\x1a\x18\x96\x03\xbd\xee\xbf\x01\x51\xbe\x26\x9f\xf8\xa5\xfb\xd0\x09\xf7\xcc\x80\xee\x16\xf9\xeb\x77\x0e\x54\x4e\xb4\xcf\xd7\x40\x1d\xd0\x1a\x16\xdb\x6b\x0e\x0d\xd0\xdd\x17\x7c\xcd\x8f\x03\x6a\x20\x04\x5f\xb5\x0d\xd0\x0c\x49\xbd\x86\x7e\x80\xb0\x56\xc1\xca\x6f\xa1\x1b\xc6\x7e\x4d\xb4\x7f\x3d\x96\xf1\xbb\xca\x7e\x79\x48\xab\xaf\x43\x43\x15\x08\xd3\x13\x5e\x13\xed\x81\x51\x5c\x85\x06\x88\x80\x56\xd0\x6f\xaf\xd6\xdf\xeb\x81\x0a\xc8\x7e\x2b\xbf\xf3\xab\xfc\xee\x5e\xe5\x7c\x5d\x72\x74\xd2\x09\x8d\x38\xa0\x71\x00\x6a\x5a\xd3\x2d\x34\x18\x33\xf3\xd5\x7e\x02\xea\x37\x5f\xda\x4f\xc0\x30\x55\xd4\xd2\x6c\xa1\xe9\x86\xbd\x9a\x54\xef\x97\x52\xc0\x55\x66\xb8\x02\x1d\x12\xbb\x7c\xdd\x64\x06\xaa\x16\xee\x6b\xf0\xe4\xf5\x44\x44\x5f\x9a\xfb\xce\xaf\xf9\xaa\xf8\x20\xaf\x56\x16\x10\xd0\x3f\x4f\x6b\xba\x85\xa0\xab\xd3\x9a\x6e\xa1\x53\x05\x35\x0f\x22\x25\x42\x85\xae\x76\x5a\xe6\x2d\x34\x32\x03\xa6\x65\xde\x42\xcc\xef\xf6\xc3\x26\xf2\x66\x7a\xa3\x29\x6d\x4a\xf6\x64\x83\xa6\x6d\xd3\x66\x23\xcb\xa6\xdb\x26\xb2\xc2\x7e\x86\xfd\x3c\xd0\xbb\x42\x70\x34\xfc\xb4\x18\x5c\x08\x4c\xd0\x79\x14\x7b\xff\x83\x3a\xed\x2a\x92\x49\x68\xec\x15\x4f\x4b\xc6\xe7\xbf\x92\x71\xff\x18\x36\x49\xc8\x39\x68\x9a\x36\x31\x85\x3f\x7b\x73\x1e\xc4\x66\x84\x60\x6f\x6b\x1e\xc5\xae\x12\x88\xa9\xdf\xbd\x1e\x9b\xe4\x51\x3e\x68\xb2\xf7\x6e\x0e\x34\xee\x75\xda\x7b\xa9\x6f\x4f\xa6\xf0\xb4\xf7\xd0\xab\x70\xae\xd4\x3c\x4e\xe7\xfe\x34\x5b\x84\x7e\x9d\xce\xbd\x1b\xfc\xe1\xbd\x7c\xa2\xf4\x2a\x85\xf9\xaa\xde\x4b\x2e\x95\xc9\x55\xd5\x7b\x41\x72\x7f\x14\xfa\x55\x9d\x89\x6a\xd2\x2c\x4f\xac\xbe\x21\x12\x83\xdb\xe0\x89\x70\xe6\x0a\xf1\xcd\x44\xf5\x89\xc8\xaf\xda\xff\xae\x2b\x9e\x47\xb3\x43\xe4\x29\xd6\x41\x1f\x9b\x1d\x6a\x6c\x01\x14\xd6\x47\xf3\x3d\x50\x37\x75\x9e\xbc\xad\xe6\xa4\x37\x6a\x0f\x1b\x33\xdc\x5c\x32\x1e\xa5\xd8\xe8\x63\xf3\x3d\x20\xf1\x20\xcd\x9a\x47\xb3\x8f\x4a\xbc\xc2\x0c\x77\x27\xdd\xbc\xaa\x93\xf1\x76\xfb\xd5\x25\x4c\xe4\x8f\xdd\x19\xee\xae\x6e\xfa\xd5\x5d\x45\xb2\x5c\x16\x9e\xd8\x9d\x3b\xaa\x56\xab\xaf\xa6\xbb\x64\x3a\x09\x46\xc3\x7b\x39\x77\x44\xac\x20\x6e\x9a\x47\xb7\xab\x1c\xf9\x75\xba\x48\xbb\x5d\xed\xbe\x40\xba\x3a\xec\xea\xf0\x8c\x73\xba\x3a\xec\xaa\xc7\x67\x54\xaf\xb2\xab\x83\x2d\x26\x67\x62\xd8\x89\xe1\xa7\xcf\x44\x0f\x9f\x08\x93\x79\x3a\xab\xc3\x27\xc2\x46\x72\xf8\x6d\x0e\x17\x29\x55\x63\x75\x70\xfb\xf0\x0d\x71\x0a\x0f\x67\xe8\xcf\x23\x1c\x76\xc0\xf6\x57\xe8\x7d\xf8\xd2\x88\x91\x95\xef\x8f\xae\x22\x4e\x22\x6e\x2e\xf8\xf0\x3d\x92\x8d\x0d\x09\xd4\x3c\xc2\xc9\x09\x73\x7d\x6d\xb2\xab\xa1\x91\xef\xed\xed\x17\x35\xb7\x43\x61\x93\x4e\x4e\x1a\xeb\x64\xd8\xe9\xe4\x40\x2e\x0c\x8b\xf3\x3c\xd2\xde\x13\x06\x0a\x3f\xc4\x74\xbe\x20\x4c\xfc\x96\x72\xfa\x6a\xa1\x20\x86\xff\x64\xca\x32\x20\x0c\x88\x09\xe7\x91\x0e\x28\x3d\x20\x80\x55\x98\x0e\xe8\x8b\xf0\xf9\x47\xbb\xca\x2e\x70\x4d\x06\x34\xed\x17\x04\xee\x9c\xb8\x39\x8f\xe9\x14\x4e\x0f\xfd\xe3\x8f\xd3\x97\x66\xc6\xb9\x1f\xe2\xb2\xf7\x5f\x4a\x13\x33\xb1\xec\x3d\x1a\xb5\xb8\x72\x96\x32\x76\x51\xc7\xe8\x4c\x2c\xbb\xaa\x4b\xe7\x92\x5b\x76\x95\xcd\x14\x0c\xf3\x29\xcb\x80\x50\x21\x9e\x9b\xc7\x76\x56\xd1\xa8\x6c\x6a\x4d\x89\x07\x84\x4a\xf6\xfa\x3c\xb6\xbd\xe7\xb8\x48\x36\x01\xe7\xb1\x7d\xa2\xd4\xa4\x7e\x1d\x97\x7f\x24\xc3\xe3\x74\x72\x2e\x3b\x41\x19\x49\x3a\x13\xb7\xab\x10\x4e\x2e\x2a\xd2\xa7\xa5\xff\x42\x9d\xca\xd8\xc7\xdb\x93\x6f\x51\x5c\x4c\x8f\xcb\x04\xbe\xe1\x74\x15\xbe\xf6\xeb\x35\xc3\x95\x97\xf6\x7a\x15\x45\xfd\xc4\xf8\xa7\x45\xfd\x42\x4f\x16\x53\x29\x36\x61\xe1\x72\x08\xc2\x2c\x6a\x08\x20\xd8\xa7\x9f\x45\x75\x00\x74\x2a\x1c\x67\xc1\xb8\x14\x1a\xa9\x69\xb3\xb0\x73\x2b\x0c\x6a\xe0\x67\x51\xec\x02\x8d\x2d\x97\x59\x9a\xf7\x6a\x52\x56\xf0\x47\xa5\x1c\x30\x28\x3e\x9d\x96\xd8\x0b\xc1\xc1\x05\xb3\x10\x70\x15\x46\xb7\x13\x0a\x3e\xa0\x91\x5d\x3c\x2d\xc4\x17\x86\x2b\xba\x74\x3b\x01\x85\x15\xf9\x16\xb3\x0c\x9b\x86\x41\x52\xba\xaa\xe8\x00\x1a\x9b\x75\xb3\x0c\xfb\x45\xbe\x45\x4d\xff\x68\x27\x08\xaf\xfb\xb6\x8b\x42\x01\x08\xf6\xb0\x67\x51\x28\x14\x03\xe7\x2c\x26\xab\xee\x85\x4e\x61\xf9\x2c\x7e\x69\x40\xe7\xa0\xe3\x59\xd2\x4e\x24\x19\x9f\xc8\xe8\x92\xce\x04\xe7\x00\xc2\x7f\x32\x4b\x3a\xec\x34\x6f\x86\x4e\x4c\x07\x34\xa1\x31\x99\x85\x26\xbb\x3a\x3d\x70\x91\xa6\xe5\xbd\x16\xe9\x77\x88\xda\xb2\xbc\x6a\x59\x60\xc2\x13\x97\x53\xc8\x69\x5d\x67\x63\x26\xfc\x60\x80\x80\xf6\x7c\x16\xbf\x0e\xa0\xe1\x25\xce\x42\x60\x54\x68\x9c\x9b\x3f\xad\xa7\x17\x2a\x4e\xd5\xb4\x06\x5e\xe8\xb0\x01\xcc\x72\x39\x13\x70\xe4\x95\xd3\xab\x9c\x89\xcb\x65\xc2\xe4\x5c\xf6\x1e\x8f\xb3\x39\xf7\x97\xbd\xa7\x14\x6b\xd4\xf6\xb7\x2a\xb6\x90\x5e\x18\xaa\xbc\x72\x39\x5e\x92\xc8\x29\x51\x9d\xe5\x72\xbc\x97\x45\xc4\xf4\xf1\xb6\xdb\x1c\x9c\x42\x60\x73\x96\xdb\x29\xc0\x26\x86\x19\x77\x96\xdb\x91\xdc\x24\x55\x23\x92\xac\xd3\x17\x06\xc9\x7f\xb3\xdc\x76\x9b\xc0\x66\x69\x5e\x65\xbf\x20\xed\xab\x68\x1b\x4b\xf7\x85\x91\xce\xca\xe3\xed\x1f\xb5\x0d\xb3\xf2\xb8\x48\xb1\xaf\x4f\x07\xa4\x34\x00\xa2\xd0\x64\x0d\xbb\xd0\xc8\xa1\x99\xa7\x26\x24\x50\x07\x46\xd8\xa9\x09\x09\x04\x85\xd2\xd3\x4a\xf7\xf9\x55\xba\xff\x0c\xf3\x79\x6a\x2f\x02\x03\x6e\xfe\x69\x59\xbb\xd0\x0e\x64\xc6\x49\x86\x86\xd0\xa0\x3e\x9a\x27\xe9\x18\xc2\x80\x66\x62\x9e\x38\x7e\xc2\x20\x81\x76\x5a\x64\x2e\xd4\x8e\x02\xb2\xc8\x5c\xa8\xf8\xa8\xf3\x54\x8c\x00\x41\xe6\xff\x3c\xbb\xfd\x22\x7f\x92\x92\xcb\x79\x92\xa1\x21\x74\xf2\xbd\xe6\xa9\xb9\x71\x9a\xff\x6d\x93\xd2\x00\x68\x5a\xce\x96\x9f\x0b\x95\xbd\xbc\x79\x0e\x3b\x01\x2d\x07\xe4\xd5\xd3\x8a\x74\x61\x10\x67\x9e\xa7\xda\x19\x18\xe4\xb8\xcf\x53\xbd\x0b\x04\x67\xe8\xcf\x33\xbd\x97\xec\x64\x8d\x89\x56\x57\x02\xbd\xb1\x26\xce\xe9\x1f\x49\x1c\x1f\xe1\x55\x3e\xf1\x4b\x5d\xb4\x29\x6d\x62\xa3\x13\x43\xe2\xf4\xd3\x07\x62\xf8\xc4\xed\xbd\xb6\xf9\x25\xdc\x7e\x7b\xaf\x4d\x78\x0a\x63\xc9\x3a\x6c\xa1\x7f\x73\xbf\x9d\x68\xf9\x86\xd1\x36\xa7\x5f\x1d\x30\xbe\xb9\xf7\x83\x01\x82\xca\xef\x69\xed\xb4\xd0\xe1\x12\x9f\xe7\xe3\xac\x72\x60\x7e\xc3\x28\x39\x5d\xbe\x40\xf4\xc1\xed\x5f\x07\xf4\xc2\x20\xe2\x55\xaf\x4f\x7c\x25\x65\xfb\xdd\xcb\xba\x62\xa1\x69\x10\x56\x57\x74\xd5\x29\x4a\x9b\xd2\x26\xec\x01\xde\x76\xd5\x91\x01\x46\x9f\x07\x4d\x8f\x4d\xf0\xb4\x21\xc2\xab\x5e\x0b\xd0\xa8\xe9\x9e\x55\xaf\x05\x18\xa4\xaa\xcf\xaa\xd7\x02\x34\x48\xc6\x66\xd5\x6b\x01\xc6\x08\x9b\xec\x2a\xc7\x58\x42\x6d\x33\x2b\xe1\x1a\xa1\x71\x58\xd3\xb4\xb8\x59\x68\x44\x6a\xa7\xc5\xcd\x42\x27\x8b\x65\x56\xdd\x1d\xa0\x06\xf6\xa6\xf5\xce\x42\x1c\xb8\xad\xb5\x79\xaf\xe6\xf1\x87\xfc\x51\x25\x0b\x34\x36\x79\x66\x55\xc9\x02\x15\xce\xdc\x59\xd5\xa8\x40\xd3\xb0\xaf\x9a\xff\x40\x4f\x9c\xc8\xea\x67\x05\x34\x7d\xae\xaa\x4d\x0d\x0c\x4a\x8d\x67\x55\x31\x02\x75\x78\x95\x46\x2f\x10\x15\xff\xad\x86\x7f\x0c\x14\x36\x8b\xa9\xa6\x57\x41\xc1\x37\x1c\xd0\xb4\x13\x14\x33\xb1\x29\x36\x2d\x35\x16\x7a\xf7\xa5\x4d\xc7\xc8\xc6\x30\x04\xb9\xb3\x6a\x36\x02\x11\x18\x5e\x95\xad\x46\xa1\x76\x3e\xab\xaa\x16\x04\x42\x37\xbf\x2e\x67\x02\xc6\x83\xc3\xde\x6b\x23\x02\x83\x54\xf5\x59\x2f\x6f\x7f\xb9\x5f\xc0\x55\x6a\x05\x60\xc0\x4c\x39\xab\xa6\x1e\x30\x88\x23\xce\xaa\xa9\x07\x54\xed\xf3\xea\xd7\x01\xb4\xee\xe4\xbc\x8e\xf1\x65\xf3\x1b\x4b\xd2\xa2\x5a\x21\xa0\xb4\x9c\xcd\x45\x0e\x8c\x64\x61\x36\x72\xed\x84\xde\x10\x30\xcd\xc5\xd4\xcc\x7e\xc0\xd4\x6b\xba\xc0\x40\xc0\x50\x33\xad\x8d\x15\x82\xb4\xd3\xe9\x79\xfe\xc2\x60\x53\x7e\x36\x1d\xc7\xd6\x39\xc3\x9a\xf5\x65\x21\xac\x50\xb3\xff\x4d\xf1\x31\x9b\xee\x0e\x10\xd4\x79\xcc\xa6\xbb\x03\x04\x07\xf5\xcd\xae\x2d\x05\x0c\x05\x44\x57\xc6\x02\x0d\x46\xe8\xd9\x95\xb1\x40\x37\x44\xd2\xb5\xa5\x80\x80\x8d\x6d\x7a\xa6\xb2\x50\x7b\x78\xaf\xd7\x26\x09\xda\x7e\x23\xb1\x96\x6e\x76\xf2\x12\xc8\x84\x98\x5d\x49\x0c\x54\x36\x86\xa7\xe5\x75\x42\x83\x24\x7a\x76\x25\x31\x50\x49\x56\x9a\xdd\xe5\x07\x54\x03\x16\x7d\xf9\xc7\x65\x41\x0d\x4f\x24\x51\x4c\xe8\x04\xbb\xa7\x45\x78\x42\xfb\xd7\x74\xdb\x44\x3a\x2b\xaf\xd9\x03\x98\x85\x4e\xc4\x7d\xf6\xed\x18\xd9\x51\xe6\xd0\xe4\xe9\xa1\xc9\x42\x67\x37\x6c\x7a\xd0\xb1\xd0\xe1\x6e\x98\x5d\x17\x05\x88\xc9\x77\xee\xa9\xc6\x42\x0c\xe7\xfe\xb6\xab\x37\x5c\x3b\xe9\x55\xc3\x26\x02\x9b\x61\x93\x4f\xf4\x60\x7a\xa4\x67\x77\xc1\x03\x41\x8a\xce\xf4\x54\x63\xa1\x13\xf4\x9b\x83\x90\xb8\xd0\x0b\xeb\xd6\xa3\x82\xe7\x77\x54\x30\x81\x85\x41\xcc\x5a\x08\x12\xb2\xe6\x50\x2e\x02\x83\x12\xd5\x39\x74\x3e\x80\x06\xe3\xca\xf4\xa8\x60\x61\x70\x36\xed\xb4\x28\x4d\xe8\xba\x9a\x43\x0b\x04\x08\xd8\xb8\xa7\x07\x0a\x0b\x01\x75\xed\x1c\x7e\x16\x40\x2f\xcd\x3f\x7a\xfb\xe6\x49\xc4\x83\x26\x07\xd4\x48\xb4\xc0\x88\x1b\xca\x58\xa0\x92\x03\x38\xad\x79\x9b\x5f\xcd\x9b\xc3\xf6\x7b\xb2\x9a\x8d\x24\xaa\x69\x35\x9b\x10\xfa\xe1\xc3\x78\x0a\xd0\x1b\x46\x89\x05\x6e\x42\x1f\xf6\xbe\x3b\x46\x0a\xdc\xb4\x37\x87\x36\x0f\x30\x8c\x88\x0e\xe3\x29\x40\x70\x4e\xc9\xf4\x54\x63\x61\x04\xa2\x72\xe8\x14\x01\x8d\x7c\xd3\xe9\x11\xc6\xc2\xa8\x88\xdd\x11\xde\x2b\xbc\x17\xbd\x57\x1d\x00\x6d\x78\x7b\x36\xc8\x84\x56\x0f\xef\x15\x36\x91\x91\x87\x35\xe3\xd9\xc7\x42\x23\x3f\x6e\x7a\xaa\xb1\xd0\x61\x30\x9a\x43\x93\x0a\x18\x1c\x3d\x39\x3d\xd5\x58\x68\xdf\x4b\x33\x6e\x61\xc5\xde\xc9\x2a\x1c\x0a\x05\xa0\x0f\xb4\xf3\xd0\xc1\x02\x62\x7e\xf7\x72\x56\xa1\xef\x09\x24\xde\x50\x02\x00\x95\xfd\xf0\x39\x8c\x6e\x00\xe3\xf4\x3d\x2a\x14\x80\x0e\x4f\xdb\x1c\x06\x3c\x80\xc6\x11\x58\x73\x4c\x3b\x31\x39\xa4\xcc\xd7\xa1\x11\x07\x8c\xee\xdb\x56\x9a\x00\x8d\xdc\xfb\x39\x54\x66\x83\x2d\x84\xc1\xb7\x3d\x0c\x78\x00\x11\x7c\xdb\x43\x39\x01\x0c\x8a\xbf\xe6\xd0\xd4\x03\x1a\xa7\x9b\xcd\xa1\xe8\x18\x9e\xc2\x6a\xef\x75\xd6\x80\xd1\xbd\xbd\xd1\x0d\xa0\x6b\x35\x8c\xcb\x99\x80\x24\xf1\x44\xf9\x8f\xcb\x99\x70\x57\x01\xbd\xeb\x31\xcd\x42\x70\x1e\xed\xb4\x9c\x51\xa8\x14\xfa\xcc\xa1\xe3\x07\x04\x89\xf6\xd3\x0a\x47\x61\x4c\xdf\x90\x26\x28\x30\xa8\xeb\x9b\x43\xcf\x0e\x18\xc7\xf4\x8f\xbe\x34\xf6\x31\xb4\x96\x87\xf2\x0b\x18\xe9\xab\x55\x7e\x01\x5d\x47\xc8\x6a\x49\xa1\x53\x99\x32\xad\x96\x14\x02\x42\xce\xe9\x29\xd0\xc2\x30\x1a\x34\x14\x69\xc3\x83\xda\x5d\x13\xba\x71\x40\x23\x0f\x64\x0e\x83\x3a\x03\xbe\xf4\xd3\xc5\xa4\x1d\x0c\xf4\xe6\xba\x7f\xfc\x6a\xd9\xa7\x4f\x5f\xc7\xeb\xeb\x60\x4f\xa4\xf8\xb9\xbf\x3e\xf1\xe5\x43\x56\x0c\x69\x35\x00\xad\x1f\x7f\xd7\x15\xcf\xf1\xfa\x1e\xd8\x45\x31\x52\x3b\x5e\xa7\xe0\x65\xab\xd0\x8f\xe7\x75\x0a\xa8\xde\xa3\x08\x66\x5a\xe4\x29\xf4\x81\xd8\x0d\x77\x3e\x80\x41\xdd\xc2\x0c\x72\x55\x84\xd0\x3d\x0c\x5d\x4d\x60\xb0\x43\x3a\x83\xad\x55\x61\x50\x1b\x36\xa3\x78\xaf\xc2\x17\x8c\x83\x15\xc6\xa2\x80\x41\x0a\xc5\xb4\xee\x53\xe8\x86\xd7\x3d\x4a\x5a\x88\xe1\x55\x46\xac\x80\x46\x56\xd8\x8c\x6a\xef\x39\xb9\xa2\xda\x2f\x95\x06\xd0\x60\x12\x9e\x51\x7d\xa2\xbb\x9a\x95\x61\x43\x4f\x20\x8c\xe0\x7b\x0a\x35\x04\xd0\x1a\x92\x25\xd4\x10\x61\xa1\x0f\xb3\x1a\x1a\xe6\x40\x83\xc1\x68\x86\xb6\x54\x78\xd4\xd4\xd7\xe4\xb0\xbb\x53\xd8\x69\x72\x8c\x5d\x9f\x6b\xd0\xe4\x18\xad\x35\xe0\xdb\xf4\x90\x69\xa1\x25\x0a\x3b\x14\xf4\x40\x83\x8d\x6d\x86\xa1\x2e\x20\x82\x75\x1b\x46\xc9\x81\xe1\xee\x8e\x85\xac\xf3\x2b\x64\x45\x99\x85\xc2\x19\x18\x94\x58\xcc\x30\xb2\x0d\x34\x08\x39\xa7\x87\x4c\x0b\x41\x71\xf3\xb4\x90\x55\xe8\xe9\x44\x6b\x78\x01\x35\x89\x0f\xc4\xf2\x75\x40\xe4\x38\x9d\x2f\xcd\x20\xa0\x1a\x52\x0a\x83\x58\x40\x9d\xae\x09\x2d\x23\x20\x8c\xe7\x86\xc2\x06\x08\xa3\xe4\xa1\x18\x01\x86\xda\x26\x6e\x97\xdc\x4d\xa1\x0f\x1f\x8f\x67\x45\x0b\xad\x22\x59\x3c\xa6\x59\x18\x1c\xfe\x31\xc3\x4f\x0c\xe8\x9a\x7a\xd6\xb6\x0a\xe3\x44\xd0\xc7\xeb\x18\x5f\xbc\x62\x22\xee\xe9\x07\x03\x44\x12\x59\x4a\xb7\x1d\x81\x60\x03\x76\x7a\x0a\xb4\x30\xfe\x35\x55\x9b\x28\x19\x67\xbe\xac\x93\x15\x02\x22\x90\x99\x7e\x7c\x40\xe7\x44\xfb\x99\x6e\x3b\x02\x1d\xc6\xa7\x99\xe4\xf6\x08\x83\x44\x9e\x99\x94\x16\x09\x1d\xea\x91\x99\xba\xd3\xc0\x38\x98\x9c\xf4\xab\x05\x86\x81\x3a\x4f\xa7\x16\x1a\x07\x89\xcc\xf4\x43\x06\x5a\xfd\x9a\xc2\x26\x49\xdb\x19\xb6\x5e\x0b\xd0\x20\x28\x99\x69\x04\x39\xe5\x0c\x70\xd8\x7e\xa2\x40\x90\x2f\x3f\x53\x17\x05\xa8\x10\xd3\xcf\xf4\x13\x05\xc2\x8f\xcf\x92\x5e\xa1\x1b\x84\xb7\x7e\x57\xa8\xae\x42\xeb\x77\x85\xc1\x31\xf1\xd3\xfa\x5d\xa1\xa7\x9d\x30\xa8\x0c\xf4\xb4\xab\x7a\xc5\xa9\x57\xec\xab\xed\xf6\xab\xc3\x58\x87\x50\xc8\xee\x44\x77\x0f\x36\xe4\xa5\xf9\xd5\x02\xcd\xf0\x43\x1a\x59\x02\x22\x9b\x4d\xce\xd7\x50\x31\xf2\xc4\xe1\x80\x86\xd2\x97\x61\xbb\x6b\x05\x84\x11\x89\xf4\x83\x49\x69\x4e\xf9\x1e\xd3\xe0\x6d\x4a\xcb\x81\xfc\x4a\xed\x01\x20\x48\x14\x9b\xa9\x0e\x07\x82\x03\xe2\x66\xaa\x9d\xd3\x63\xd1\x30\xf5\x52\x2d\x08\x74\xd8\x13\xa6\xd5\xa5\xf3\xab\x2e\x75\x72\x6e\x9f\x48\x3e\x8f\x02\xc6\x52\x52\xa1\x43\xab\x3f\x53\x5d\x09\x34\xa8\x6f\x67\xba\xb5\x91\xd2\x89\x12\xdd\xc8\xc7\xf9\xa2\xac\x02\x66\xa6\xe9\x51\xd4\x42\x83\x2f\x7d\x5a\x70\x2a\x0c\x8e\x41\x99\x69\xcc\x08\xe8\xa4\x0b\x4d\x0b\x4e\x85\xd0\xa4\xca\xd7\xdb\x7f\xe9\x42\xbf\xde\x4f\xbf\xb4\x69\xba\x10\x6f\x68\x92\x1b\x24\x04\x75\x57\x73\xfa\x0d\x01\x1d\xaa\x96\x39\xfd\x86\xa6\xa4\xed\x2c\x39\x8b\x57\x85\x38\xe2\xef\xba\xe2\x69\x21\xab\xd0\xc3\xa7\xfb\xa5\x00\x9d\x0a\xa1\x39\xd5\x6f\xc0\x80\xe8\x6a\x4e\xc3\x53\x40\xe7\x40\xa9\x39\x0d\x29\x01\x35\x1d\x9c\xa1\x54\xa0\x71\xf6\xfa\xf4\x3c\x6b\xa1\x69\x97\x4d\x1d\x19\xa0\x42\x01\x33\xa7\x5f\x0a\x10\x07\xea\x60\xfa\xa5\x00\xbd\x21\x20\xa6\xca\x0c\x68\x30\xbb\xcd\xe9\xf6\x0b\x30\x38\xd5\x6a\x4e\x3f\x1e\x60\x1c\xd3\x3f\x86\x4d\x90\xe3\x61\xaa\x59\x30\x2a\x74\xf8\x16\xe6\xd4\x72\x06\x82\xa4\xea\x39\xa7\x9d\x20\x6d\x9d\x34\xa4\x39\x75\xa7\xa7\xee\xb4\xbd\xf7\xb3\x00\xe2\x9b\x55\x63\x3e\x40\xd3\xd3\x98\xea\x11\xa0\xcf\xc3\x3f\x3a\xd1\x6c\x86\x90\x78\x39\x3d\x18\x5a\x08\x08\x81\xa7\x07\x43\x0b\x41\x95\xdc\x9c\x6e\x86\x00\x1d\xde\x8c\xe9\x59\xd1\xc2\x20\xf3\x76\x7a\xbe\xb3\xd0\x26\x1f\xcf\x74\xa3\x01\x18\xee\x8f\x78\x72\xb3\xd0\xc8\xf7\x9a\x56\xad\x0a\x15\xde\xd5\xe9\xc9\xcd\x42\x55\x08\x4e\xed\x58\xa0\x97\xe6\xbd\x1c\xa3\x1b\x0d\x78\x53\x1e\xe6\x2c\x74\x93\x49\xa6\x1f\x22\x10\x6a\x9b\xf9\xda\x89\xd7\x23\xb0\xe8\xbd\xfa\x0d\x18\x93\x2f\x78\xa9\xcc\x80\xee\xe6\x91\xb5\xad\x42\xe7\x54\xac\x69\xd5\xea\x5c\x64\x92\x52\x3c\x31\x3d\x5a\x59\x08\x43\x4a\xcb\x88\x15\x50\xf5\x18\x97\xea\x00\x68\x15\xc3\xdc\xba\x4f\x21\xa0\xe7\x9d\x1e\x87\x2c\xf4\xce\x87\xe8\x11\xc6\x42\xa3\x88\x6f\x2e\xa8\xa2\x84\xa0\xf6\x67\x2e\xbf\x0e\xa0\x42\xe4\x38\x3d\xc2\x58\x08\x2a\x97\xa6\xa5\xa0\x42\xa5\xb4\x71\x7a\x84\xb1\x10\x9c\x0d\x39\x97\xb2\x1f\xa8\xb0\x7e\x4c\x0b\x46\x85\xce\xe1\x1f\x73\xe9\x9a\x03\xa1\xae\xb4\x3a\x54\x68\x9c\x0f\x36\x97\x1a\x02\x68\xea\x5d\x4b\x41\x85\x70\x57\x73\xe9\x9a\x03\xad\x79\x7b\xd7\x3d\x50\xa9\x07\x9b\xcb\x0d\x6b\x20\x54\x9f\x4b\x33\x08\xe8\xe4\x55\xcd\x65\xe8\x07\x08\x98\x03\xe7\x72\x23\x0b\xa8\xe1\x4c\x3c\xf6\x0b\x36\xa4\x69\x27\x94\xd7\x40\x73\xd7\xdc\xb2\x2e\xa1\x9b\x79\xb2\x35\xc6\x81\x06\x7d\xd8\xdc\x06\x75\xb6\x41\x1d\x34\xfd\x36\x91\x07\x18\x27\x4a\x63\x9b\x8f\x03\x54\xe8\xfc\xa6\xa5\x58\x42\xe5\x6c\xc8\xb9\x35\xc6\x81\xd0\xe9\xde\xbe\x6d\xa0\xb9\xa3\xb3\xb5\xcf\x81\x06\xbb\xeb\xdc\x2e\x00\xa0\xc1\x21\x34\x2d\xd8\x12\x86\x06\xa1\xe7\xbe\x0a\x6d\xd8\x7b\xdf\x36\xd0\x27\xee\xb4\x75\x57\x42\x33\x2d\x67\x1b\x45\x00\x86\xd9\x57\xdb\x68\x23\x10\xdd\x61\x4f\xff\x08\x97\x2f\x2c\x4f\x73\x6b\xf4\x6e\x4b\x5a\x90\x39\x5b\xc9\x04\xf4\xe6\x18\xf5\x9d\x81\x46\x4a\xf8\xdc\x3a\xb7\x40\x9c\x08\x18\x4f\x28\x15\x2a\x6c\xb8\x73\xeb\x90\x02\x15\x16\xd5\x79\xb9\x63\x78\x79\x46\x3a\x8a\xe2\x52\x99\x01\x3d\x49\x29\xf0\xd0\x52\xa1\x53\xc3\x35\x2f\xf3\x07\x80\xe0\x30\x9e\x79\x19\x8d\x06\xc2\x08\xf2\xa5\x9f\x05\x0c\xd5\xc9\xa5\xc5\x76\x7d\x24\x2c\x5c\x65\x4a\x14\x50\xcd\xc8\xbb\xd4\x56\x40\x87\x76\x78\x5e\x7e\x7c\x40\x33\x60\x7b\xb9\x30\x81\x01\xcf\xf6\xf4\xcc\x4a\xa1\x97\xff\x92\xb6\x75\x3d\x3e\xea\x81\x4a\x03\x2b\xe9\xd2\x15\x00\x3a\xe7\x57\x4e\x4b\x3f\x84\xe6\x8e\xcc\xa5\x77\x00\x74\x4a\x52\xe6\xad\x05\x01\xf4\x40\x66\x78\xdc\xa3\x30\xcc\x71\xb8\xdd\x16\x02\xba\xde\xc1\xad\x0e\x07\xba\x6e\xeb\xed\x44\x01\x91\x3c\xf1\x56\xef\x02\xd5\x00\xe2\x6d\x68\x10\xe8\xc1\x92\xb9\xcd\xab\x02\xaa\x61\x0d\x0f\x36\x14\x9a\x91\xda\xdb\x1c\x07\xa0\x17\xfb\x65\x2e\x14\x30\xe0\xd1\x9a\xf7\x72\x40\x4b\x9e\x48\xc6\xa8\xa1\x09\x74\x18\xb2\xa6\xa7\xf2\x09\x41\xc9\xe5\xbc\x35\x34\x81\x6a\x78\xea\x76\xd7\x1c\xa8\x24\xe3\xce\xdb\xb0\xc6\x2d\x9f\x10\xab\xe8\x76\x5f\xf0\xfe\x4e\xae\x60\x40\x06\x29\x80\xa1\x32\xbb\xa9\x93\x15\x9a\xbe\xe0\xa3\xfc\x01\x3a\xb4\x09\xd3\x22\x05\xa1\x41\x55\x37\x1f\xe3\x93\x40\x53\x01\x79\x7c\x98\x10\x7e\xe7\x8f\x91\xc7\xc7\xc8\x23\x4b\xf9\x71\xd3\x02\x68\x86\x81\x1e\xd3\x31\x80\xe6\x0e\xbc\x67\x85\x09\xcd\xad\xd5\x07\xd2\x19\xa1\x41\x0c\x36\x1f\xad\x19\xa0\x53\x88\x31\x1f\xa5\x01\xd0\x4c\x73\x7b\x34\x70\x80\x16\x8e\xd1\x89\x7e\x2c\x4a\x63\x5b\xe8\x31\xf7\x02\x68\x30\x4f\xcc\xc7\x08\x1f\xd0\x4c\x39\x79\xb6\x33\xb1\x29\x51\xe5\xd3\x7f\xdc\xd4\x02\x62\x3a\x13\x06\xd7\x80\xde\xb0\x07\x1e\x83\x6b\x8f\x07\x3f\xa1\xd6\x1f\xed\x14\x20\x0f\xcc\xb3\x47\x3d\x02\x54\x03\x44\x8f\x7a\x04\x68\x30\x64\xcd\x47\xb7\x02\x68\xe7\xb0\xe9\xb2\x89\xad\xc2\xc3\x26\x9f\xc8\x36\x9a\x7b\x66\x8f\x82\x0b\x68\x3a\xdd\x8f\xdf\x23\xd0\x12\x23\xff\x35\xfe\x04\x8c\x83\x30\xf6\xab\x51\xf2\x6a\x94\xa0\x0e\x5e\x8d\x12\x60\x40\x15\x35\xcd\xf6\x17\x2a\x67\x9e\xcc\x57\x33\x1b\xe8\x0d\xf5\x69\x8e\xbb\xd0\x49\xaa\x9e\xaf\xbb\xad\xaf\x29\x4d\x38\x7e\xaf\x36\x35\x30\x60\x56\x9a\xe6\xa5\x0b\x83\x8a\xce\xf9\x6a\x2d\x03\x41\x75\xe8\x34\x2f\x5d\x18\xee\xc0\xbf\x7e\xb5\x40\x83\x1d\x71\xbe\x7a\x8c\x40\xa7\x14\x62\x7a\x36\x9b\x10\x1c\xa6\x33\x5f\xbf\x6d\xa0\x4f\x76\x35\x3d\x4f\x4d\xe8\xc9\x96\xef\x6b\xb8\x06\x68\x50\x47\xce\x77\x3a\xec\x49\x95\x1d\xb6\xeb\x6b\xb0\x1b\xa8\x10\x08\x4e\x33\xe1\x85\x8a\xa7\xb2\x2e\x02\x1e\xeb\xfa\x19\x84\x05\x56\x99\x75\x11\xdd\x58\xd7\xcf\xc1\x9a\xf5\xf7\xc1\xac\x8b\x5d\x4d\xa1\x50\x26\xb0\x2e\xa2\x1b\xeb\x3a\x06\x57\x75\x9a\xc2\xa6\xc5\x55\x93\xa6\x6d\xd3\xcb\x55\xf1\x6b\x2a\x3e\xb1\xc4\xef\xaa\xc9\xed\xf1\xa0\x84\x09\xe3\xef\xba\xb0\x37\xd7\x55\xee\xff\xfd\x5f\x29\xbf\x15\xbd\x3c\x6e\x7b\x5d\x85\x7b\x35\xfe\x78\x7a\xaf\x1f\x14\x72\x90\x97\x27\x70\xaf\xeb\xa4\xf7\x8d\x7e\x9d\xf6\xfe\x07\x85\x54\x87\xa5\xca\x5b\x1c\xb7\x3d\xa9\x5c\x5a\x17\xb5\xe6\xeb\x3a\x7d\xa2\x4d\x3e\xf1\x07\x93\xea\xe3\x75\xb1\x9b\xbf\xae\x9f\xcd\x53\x38\x82\x66\xa9\x2b\x17\xc5\xcd\x93\x04\xed\x75\x55\x07\x54\x27\x57\xd1\x55\xb2\x6b\x16\xea\x73\xe2\x3b\xaf\xab\xfa\xc4\x1f\x14\x6a\xcd\x97\x67\x7e\x2f\xaa\xa2\x27\xf5\x86\xeb\x6a\x8e\xb1\x31\xc6\xc2\xed\x9b\x63\xfc\x2d\xdf\xc9\xae\xe8\xba\x9a\x13\xfd\x83\x42\x2d\xde\xb2\x04\x5a\x98\xf0\x48\x2c\xcf\xfc\x16\x0a\x09\x11\xeb\x6a\x8e\xb1\x33\x5f\x41\x53\x77\xbe\x3a\xf3\x55\xe6\x9f\xaa\x78\x59\x5a\xbd\x50\xf1\x93\x2d\xa6\x75\x75\xa7\xe0\x07\x85\xf0\xc1\xba\xba\xef\xb4\x33\x05\x49\x87\xba\x7d\xec\x4c\xc1\xc9\x6b\xee\xf6\x71\x30\x05\x93\x3f\x86\x53\x10\x4c\xfa\xc9\xdc\x85\x93\x1e\xbf\x6e\xc3\x8d\xb6\xae\xb0\xdb\x41\xb7\x4f\x3a\x11\xf6\x2b\x7e\x8b\x94\x42\xfa\x75\x85\x8b\x34\xec\x17\x93\x1e\xf6\xeb\x07\xb3\xf9\xb6\xc2\xb7\xf5\x83\x52\x4e\xba\x1a\xce\xf0\x4f\x8f\xcc\x56\xb8\x7d\xda\xaf\xb4\x5f\xcc\x5d\xda\xaf\x1f\x4c\xd2\x46\x97\x27\xa1\xaf\x2b\xc7\xef\xaa\xca\x80\xd2\x4e\xe4\x6f\xc1\x37\x27\x27\xed\x44\x32\x13\xd5\xdb\x3b\x13\xc9\x13\x1d\xf6\xf4\x89\x93\xc5\x50\x79\xe2\x74\x31\x4c\x66\xc2\x01\x4d\x67\x62\x32\x13\x95\x4e\x4c\x67\x62\x6e\xae\xf2\x8f\xce\xfd\x64\x31\x34\x3a\x31\x5d\x0c\x3f\x98\xcd\x8f\x7a\xba\xe0\x17\x63\xf4\xdb\x5c\x8e\x71\x05\x57\xb1\x22\x97\x6f\x7b\x31\x5f\x7e\x75\xcb\xf9\x5a\x3c\xf1\xfb\xa3\x4f\x5c\x8c\xd1\xaf\x6e\x39\xc6\xc5\x13\xfd\xa8\x97\x4f\xdc\x8c\xb1\xd1\xfb\xed\x18\x37\x4f\xf4\xf6\xdb\x27\x6e\x3e\xb1\xce\xab\xdd\xbe\xb4\x1f\x4c\xc8\x96\x96\x05\xdc\x8b\xd2\xec\x52\x3a\xb7\xdf\x8e\xf1\x3a\xb8\x8a\xa6\xcb\xdb\x5f\x8c\xd1\x2f\xf8\x72\x8c\x17\xb3\xfa\x35\x39\xab\x17\xb3\xda\x59\x13\x97\xb3\x7a\xd1\xaf\xce\x80\x2e\xfb\x75\xb1\xbe\xbe\x26\x5f\xed\xc5\x4c\x0c\xba\x7a\x39\x13\x17\x33\xd1\x19\xe3\xe5\x4c\xfc\x54\xf1\x6c\x7e\xfa\xb7\xb7\xff\x41\xa1\x04\x7a\x79\x4c\xbc\x30\x39\x74\x6b\x5d\xb7\x8b\xe9\x07\xa5\x78\xfb\xdb\x4e\xdc\xac\x9c\x60\x8c\x8f\x2b\xe7\x61\x8c\xca\x9f\xc7\x31\x3e\x8c\x31\xf9\xe3\xe3\x18\x1f\xc6\x68\x27\x1e\x3b\xf1\xf0\xc4\xf4\x5e\x3e\xf1\x61\x8c\x83\xd7\xf1\x38\xc6\x87\x6f\x28\x6d\xf2\x75\x3c\xac\x09\xa5\xd4\xe3\xeb\x78\x98\x09\xb5\xcd\xe3\x4c\x3c\xcc\xc4\x60\xbe\x1e\x67\xe2\x61\x4d\x28\x27\x1e\xd7\xc4\x6b\xef\x99\xaf\xd7\xde\xbf\x7c\x69\x6a\x9b\xd7\x2f\xed\x07\xa5\x38\x39\xaf\x03\x7a\x99\x55\xa5\xc9\xeb\x80\x5e\xbe\x47\x27\xe7\x75\x40\x2f\xfd\x9a\xcc\xc4\x6b\xbf\x5e\x56\x4e\x30\xa0\xd7\x95\xf3\x32\xab\x3f\xab\x74\x79\x60\xbe\x50\xa8\xe1\x5a\x37\x21\x96\x75\xa3\x3e\xc9\x7e\x58\x96\x8c\x0b\xa5\x84\x4d\xdd\xa6\xfe\xbf\xff\x9b\xe4\x5f\xae\x9b\xcd\x01\xa1\x70\x8a\xd8\xb2\x8a\x7c\x71\x14\xfe\xe4\x48\xa7\x75\x13\xc5\x5c\xd4\x87\x17\xcc\xff\x75\x63\x19\x09\x93\xd2\xff\x75\x53\x93\x24\x14\xc8\xbc\x96\x07\xe6\x0b\x93\x3d\xd9\x75\x17\xbb\x5a\x98\x55\x5e\xed\x8d\xc7\xb8\x38\x30\x7f\xb2\xa3\xb3\x3c\x30\x5f\x28\x9c\xb4\xbf\x3c\x30\x7f\xe1\x1b\xcd\x8e\xe6\xba\x8b\xfd\x2a\xbc\xc7\xb4\xe9\xb6\xe9\xe5\x2a\x9e\xa8\xc2\xbe\x55\xd8\x2c\x00\x0f\xcc\x5f\x78\x50\x13\xe7\x65\xdd\xa7\xb7\x3f\xf9\xb6\x59\x00\x37\xe1\x87\xc5\x89\xf8\x13\x6b\x66\x79\x22\xfe\xba\x55\xd8\xe9\xed\x9d\x89\xfa\x9b\x7b\xaa\xb3\xd6\x5d\x9d\xfb\xca\x37\xc4\x02\xb8\xab\x13\x8d\xc2\xee\x18\x25\xb7\x0a\x1b\x28\x9c\x1a\xb2\x3c\xfe\x7e\xe1\xc6\xcd\x8e\x10\xbd\x55\xd8\xb7\x0a\x1b\xd3\xe5\x56\x61\x73\xd6\xfd\x24\x8d\x69\x79\xd6\xfd\xe2\x60\xfb\x42\x69\xf6\xf2\x60\x7b\x61\xc2\x3f\xb0\xee\xe6\xab\x6d\x7c\xb5\x2e\xa6\x66\x27\x1a\x33\xd1\xe9\x6a\xb3\x13\x8d\x99\x98\x7f\x53\x7c\xac\xbb\x39\x51\x8d\x49\x47\x2e\x7a\x86\xbe\x50\x8a\x2b\xb2\x3b\xe9\x68\x7d\x32\x36\xd7\xad\xd6\xbf\xd5\xfa\x93\x3e\xaa\xd6\x6f\xd4\x3a\xbb\x4e\xeb\x56\xad\x03\x85\x73\x35\xd7\xad\x5a\xc7\x6d\x9d\x98\xa3\x4b\xb7\x55\x28\xa7\xab\x7b\xb8\xb0\x7e\x30\x7b\xd8\x54\x6d\xaa\x5c\xc5\xdc\x0d\x3b\x31\x98\xf4\xb0\xc9\x49\x1f\x37\x57\x79\x7b\x5f\x33\x26\x42\xf7\x1b\xd0\x44\x00\xca\x79\xb0\xfc\xc2\x4e\x04\x4f\xf4\x1b\x08\x9f\xf8\xb3\x07\xca\x89\xbd\x28\x89\xc1\xba\x7f\x9a\x7e\x76\x57\xb7\x9a\xfe\x0e\x9e\x58\xbc\xbd\x4f\x0c\x3e\x31\xd7\x5a\xf8\x89\xfd\xa0\x10\x82\x5b\xb7\xf6\x00\x30\x09\x59\xae\x3b\xed\xc4\xcf\x1e\x28\xf0\x20\xaf\x5b\x7b\xe0\x4e\x66\xd5\x15\x99\xce\xea\xcf\x06\x28\xd4\x70\x2d\x69\x13\xd6\x9d\xcc\xc4\x64\x40\xe9\x4c\x60\x22\x9c\x7e\x4f\x9a\x08\x37\x26\x02\xd5\xfc\xeb\xd6\x44\x00\x0a\xd5\x20\xeb\xd6\x44\xb8\x51\xfe\xc3\x97\xa6\xf2\xbf\x51\xfe\xec\x4e\xaf\x5b\xe5\x0f\x05\xc3\x24\x21\x74\xdd\xcb\xd7\xf1\x83\x82\xeb\xb4\xee\xe5\x9a\xd8\x83\xab\x78\xe2\x76\x0a\x7f\x50\xa8\x8c\x5b\x1e\xe4\xbf\x38\x69\x7f\x92\x8e\xbf\xee\xcb\x7e\xa1\x64\x29\x82\x59\xb7\x4a\xf6\x46\xc9\x52\x03\xbf\x0c\x3f\x08\x85\x3c\xa1\x75\xab\x64\x39\xa2\x7f\x12\x3f\x5a\xb7\x4a\x16\x28\x64\x68\xac\x5b\x25\x0b\x51\xc3\x64\xaf\x78\xdd\xb7\x4f\xbc\x7d\xa2\x4d\x3e\xf1\x07\x73\x60\xd1\xdf\xb7\xaf\xe3\x66\x15\x62\x9e\xdd\xb7\x9d\xb8\x99\x2f\x94\xff\x7d\x3b\x5f\x37\x73\xaf\x64\xb9\x9d\x7b\x94\x2c\x69\xc9\xcb\x53\xfb\x85\x02\x2f\xd4\x92\x07\x62\x41\xfa\x30\xc9\x27\x5c\xb7\x4a\x16\x28\x24\x2f\xaf\x5b\x25\x7b\xbf\x8c\x31\xe8\xc4\xeb\x18\x5f\xd6\x04\x06\xa1\xc1\x93\xc5\xe1\xfb\x73\xb8\xbe\x54\x53\x40\x61\x1f\x75\xdd\xaf\xfd\xfa\x69\xab\x49\x86\xd9\xba\x5f\xd7\xea\xcb\x5a\x45\xe2\x3d\x6a\xae\x07\xc7\x8f\x1a\x9b\xf5\xe8\xf8\x3d\x07\x9d\x40\xbc\x3d\xf8\xe1\x8b\xb3\xfd\x0b\xfb\x05\x4b\xe6\x09\x61\x12\x24\x5d\x8f\x5e\x1e\x50\x4e\x84\xe0\xa3\x9a\x02\x26\xc1\x80\xf5\x10\xb2\x14\x0a\x07\x1d\xaf\x47\xcd\xf5\xfc\x1c\xf8\xc9\x3e\xc6\x7a\x28\x8a\x15\x0a\x07\x8b\xad\x87\x90\xe5\xe2\x3c\xfe\x49\x05\xda\x92\x9f\x62\x71\x1e\x7f\x81\xbd\x7c\x3d\xba\x61\x0f\xb2\x9f\xad\xc2\xf5\x28\xfb\x81\x42\xbe\xd7\x92\xc5\x62\x3d\x3f\x15\x30\x83\xf9\xf2\x20\xff\xf5\x20\xfb\x49\xd1\x59\x8f\xb2\x1f\x98\xe1\xe4\xe8\xbf\x01\x85\xd2\xb5\xf5\x54\x87\x8d\xb3\x16\x68\x88\x47\x67\x8d\xb3\xfd\x0b\x21\xf1\x25\x49\x86\x30\xc3\x01\x11\xec\x16\xca\x89\x09\x2a\x6f\x86\x30\xc3\x01\x35\xbb\xda\x10\x56\xdd\x3f\xda\xd5\x46\xbf\x70\xe0\x25\xc9\x10\xca\xd9\x6d\xb2\x5f\x3f\x98\x14\x6c\xad\x47\x5f\xf0\xf9\x39\x7b\xe5\x44\xde\x3f\x04\xce\x85\x19\x0e\x48\x45\x01\x14\x4a\x21\xd6\xa3\xa2\x78\x50\x14\xe1\x80\x54\x14\x40\xe1\x6c\xc8\xf5\xa8\x28\x80\x19\x76\x95\x24\x19\xa1\x40\xff\xbc\x9e\x6e\xef\xf1\xff\xc8\x9b\x59\x8f\xfe\xdf\xd3\x59\x13\xe8\x8e\xa7\xbb\x26\x7e\x30\xe3\xeb\x84\x5d\x55\x9d\x60\x6f\x3e\xaa\x93\x67\x30\x5f\x76\x62\xd8\x89\x1f\x94\x13\x4b\xf2\x19\x76\x62\x04\x57\xd1\xaf\xe1\x8a\x1e\xac\x68\x2c\xc9\x67\x38\x85\x28\x1d\xc2\x48\xeb\x51\xe9\x00\xe5\x0c\x6f\xef\xf2\x45\xe9\xc4\xf8\x9b\xe2\x63\x3d\xea\xa4\x47\x9d\x84\x32\x7b\xd4\x49\x4f\xd0\x21\xef\x1b\x76\x28\xe8\x10\xe6\xe8\xa3\xf7\x09\x4c\xd2\x0d\xd7\xa3\x4e\x7a\xd4\x49\x98\xa3\x8f\x3a\xe9\x49\x5e\x0d\xf6\xe2\x93\xbe\x9a\x64\x0a\xfc\x63\x3a\x05\xe8\x11\xb6\x98\xd6\xa3\x1e\x79\xd4\x23\xa8\x4f\xf9\x4b\x16\x91\xc7\x49\xfc\x7b\x3d\xdb\xab\x36\x4b\x26\x6d\xf2\x3d\x20\xd5\xd3\xcf\x42\xa9\x0e\x14\x72\xfa\xd7\xa3\x37\x45\x7c\x72\xa6\x9f\x85\x52\xfd\x51\xaa\xdb\x09\xa5\x3a\x04\x25\x33\x95\x19\x3a\x45\x44\x31\x0b\x5b\x85\xcb\x28\xa6\x30\xd3\xa5\x7c\xd9\x09\xa5\x3a\xaa\x58\xce\x92\xf5\xfc\x3c\xa0\x99\x2e\x65\x3d\xa0\xe7\x66\x56\x1d\xd0\xed\xac\x22\xd5\xd3\x2f\x45\xa9\xfe\x28\xd5\x95\x78\x4a\xf5\xe7\xf1\x5e\xdc\xfe\xf1\x5e\xb8\x3b\x10\x5d\xad\x47\x77\xe7\xf9\xf9\x36\x33\x5d\x45\xfa\x36\x40\x81\x6c\x69\x3d\xfa\x36\xc0\x4c\xdf\xf6\xf3\xdd\x9e\x31\x62\xf6\x3d\x8f\x63\x7c\x99\x2f\x97\x89\x5e\x0b\x50\x28\x8a\x5d\x8f\x5e\xcb\x83\x86\x48\x5f\xad\x1a\x02\x28\xa4\x50\xac\xe7\xb5\x5f\x68\x88\xf4\xa5\xa9\x21\x1e\x35\x84\xf2\x5a\x0d\xf1\xe0\xc8\x70\x12\xc3\x7a\x55\x07\x2f\xe1\x3c\x48\x58\x96\x61\xd9\x45\x0c\xb6\x10\xec\x5e\x92\xb0\xac\x17\xa9\x0e\xcf\xc8\x7a\x95\xea\x40\x81\x6f\x61\x19\xa9\x5d\x2f\x41\x3f\xf6\x93\xd6\xab\xf3\x01\x14\xa8\x0e\xd6\xab\xf3\xf1\x62\xd1\x4f\x6f\xaf\x45\xff\x9e\xde\x8b\xdb\x6b\xd1\x43\x76\x32\x09\x76\xaf\x57\xd9\x0f\x14\x8a\x60\xd6\x5b\xbd\xd7\x0f\x26\x29\x27\xeb\x55\x1d\x00\x85\x74\xb2\x25\x4b\x8a\x30\x39\x74\x6b\xbd\x6a\x08\xa0\xb0\x7b\xb8\x5e\x35\x04\xe1\xe2\xc9\x71\xb5\xeb\xd5\xee\x7f\xab\xfd\xf2\xf6\xf6\xeb\x07\x93\xa2\xb4\x25\x4b\x8a\x50\xe0\xd3\x5f\xaf\xea\x00\x98\xec\xb6\xae\xd7\xd8\xdd\x8b\xec\xe7\xb4\xae\x25\x97\xca\x7a\x7f\xc2\x7d\xb2\xf7\xb9\x5e\x5d\x01\x88\x53\x0a\x8c\x62\xcb\x98\xf5\x7a\x91\xd7\x6c\x77\xad\x57\x79\x0d\x94\x8a\x2d\xf6\x2a\xaf\x5f\x64\x2c\x49\x7a\xeb\x55\xc6\xc2\xa5\x52\x60\x80\x5c\xaf\x32\xf6\x1d\xcc\x04\xd2\xf3\xd5\xf2\x7e\x91\x9e\x15\x83\xf0\x55\x7a\xbe\x3f\x01\x35\xc9\xd0\x5f\xaf\xa1\x32\xa0\x54\x0c\xc2\x57\x61\xf5\x12\x17\xa3\xca\x77\xbd\xda\xc1\x40\xa9\x18\x84\xaf\x76\xf0\x8b\xb0\x82\x95\x6f\xbd\x0a\x2b\xa0\x70\x26\xea\x7a\xd3\xb9\xc7\x34\x66\xcb\x77\xbd\x9a\xc6\x40\xe1\x54\xac\xf5\x1a\x2a\x7b\x31\x7a\xa7\xeb\x4b\xa3\xf7\xfd\x19\xba\x05\xfa\xb0\xf5\x4e\x17\x00\x41\xb0\x03\xde\xf3\x65\x4c\x5c\x28\x6c\xe7\xaf\x77\x3a\xc8\x9f\x6d\xfc\xbb\xcc\x36\x67\xec\x07\xa5\xba\x9c\xa6\xcb\x1c\x1b\xf7\x20\x49\x76\xbd\x1a\xb9\x2f\x21\xa8\xea\x7a\x32\x04\xf5\x6e\xef\xd6\x98\x59\x05\x29\x50\x2a\x46\xe1\xbb\xbf\xbb\xbd\x5e\xc6\x0c\x29\x49\x81\x62\xd8\xfd\x55\x92\xbe\xd7\xf0\x32\x86\x75\xf9\x55\x5e\x3e\x94\x7e\x5c\x3e\xf4\x22\xee\x0e\x77\xd6\x7a\xc9\xa6\x14\x8a\x81\xf7\x57\xf1\x0a\xfc\x2e\xf3\x09\x76\xe4\x27\x5f\x4b\x75\x19\x2b\x5f\x5f\xec\xe1\x03\xfe\x85\x25\x97\x8c\x50\xaa\x2b\xd4\xd8\xd4\x7b\x3b\x52\x42\x58\xaf\xe2\x14\x28\xd5\xc1\x2b\x4e\xdf\xc7\x79\x43\xb9\xbe\xca\xd3\xf7\x61\x08\x88\x7e\x69\x68\xd6\xfb\x38\x21\x04\x52\x64\x98\x59\x2f\x31\x9f\xea\x82\x37\xe6\xf3\xbe\xf6\x8d\x88\xc5\xab\xac\x04\x4a\x6d\xe3\x6f\xbd\xfc\x2a\x4a\x21\xa5\xf9\xdd\x85\x95\xa1\x2c\x05\x0a\x25\x9f\x4b\xa2\x9a\xf5\xbe\xf6\xe9\xa7\x69\xb6\xb4\x34\x1b\x0e\x9a\xc2\xbe\xc1\x96\x83\x66\x43\x38\x53\x8e\xe3\xb7\x68\xf7\x41\xc0\x47\x28\xf5\xf7\x15\x6e\x49\x68\x36\x5c\x32\xbf\xcb\x82\xb6\xcb\x36\xe6\xeb\x67\x5c\x6d\xf9\x65\x36\x64\x32\xe5\xe0\x24\xa0\x2d\x9b\x8c\x50\xa8\xc9\xdf\xb2\xc9\xec\xa3\x54\x2f\xe3\x6e\xc5\x87\x16\x1f\x5a\x69\xf2\xa1\x85\x87\xb2\x5d\xb1\x8f\xe2\x43\xd9\x59\xa1\x14\x70\x4b\x0b\xb3\x8f\x33\xbc\x8c\xbb\xb1\xb1\x2d\x14\x76\x35\xf6\x41\x58\x66\x1f\xcd\x87\x9e\x5c\xd6\x7c\x28\xc1\x0e\x72\x42\xf7\x41\xb0\x63\x43\x94\x52\x8e\xe2\x13\x9a\x77\x6b\xde\x6d\xd2\xf4\xdd\x6d\x7a\x19\x4f\x40\xc6\x09\x05\xfe\xc8\x2d\xa1\x8a\xf0\xbb\xcc\x27\x38\x84\xc6\xbc\x0d\xe6\xad\x39\x6f\xec\x6c\x1c\xc4\x5d\xb7\x2c\x2b\x42\x61\xcb\x65\x1f\x18\xbd\xfb\xe8\xa7\x97\xd1\x11\x38\x55\x36\x6c\x29\x85\xe2\xeb\x7d\x74\x87\x80\xf1\x7a\x94\xaf\x2d\x6c\x0b\x2e\xa3\xbb\xdd\x51\x11\x0c\x39\x08\x97\x6e\x89\x56\x84\xc2\xde\xcc\x3e\xba\xa3\x62\x93\xe3\x20\x5e\xba\x65\x5a\x11\x0a\x27\x5c\x6f\x99\x56\xf6\x11\x8e\xd4\xb6\x70\xa4\xe1\x65\x74\x37\xbe\xcb\x5c\x21\x93\xcb\xd2\x15\xa2\xc0\x0d\x26\x24\x5d\x21\xc9\xcb\x22\x52\xb3\xe5\x13\x11\x0a\xac\x10\xfb\x48\x57\x48\x6e\x2f\x63\xa4\xe9\x43\x93\x87\x86\x4d\x3e\xf4\x07\xe5\x38\x5d\x48\xe9\x5c\x26\xfa\x2e\x18\xd5\xb4\x1f\xc4\x1e\x0e\x4a\x4f\xb7\x2c\x23\x42\xe1\x18\xa3\x7d\x4c\x3f\x99\x19\x5e\x46\x47\xa6\x73\x39\x79\xf5\xc1\xbc\x4d\x5f\xbd\xa2\x99\x80\xc7\x3e\xa6\x7d\x53\x34\x27\xfd\x98\x4e\xe5\xfc\xfa\xc6\x24\x4d\xfb\xb6\xd0\xfe\x49\x3f\x96\xaf\x79\xf9\xd0\xd3\x36\x1f\xba\x78\x59\xc9\x10\x96\x2f\x8b\x9d\x8c\x83\x08\xc4\x3e\x96\x1d\x59\x8c\x34\xe9\xdb\x76\xa4\xdb\x91\xfa\x2d\x6c\x47\xba\x19\xe9\x64\x54\xdb\x91\xee\xd3\xcb\x18\xc2\xb6\x23\x9b\xf5\x36\x99\xde\xed\x7a\xdb\x5f\xdf\x18\xc2\xb6\x6f\x9b\x4f\x66\xd2\x8f\xed\xda\x52\xbb\x10\x85\xd8\xc7\x76\x42\xd4\x2e\x8a\x95\xed\x84\x5c\xbe\xfa\xca\xb2\xbc\x7c\xf5\x97\x0f\xa5\x1f\x97\x0f\x55\xbb\x9c\x8d\xbb\x5d\x2e\x72\xb4\x4b\x73\xd1\x5c\x4e\xc8\xf5\x7a\x19\xc3\xba\x1d\x3d\x36\x78\x73\xd1\xdc\x8e\x54\xb5\x71\x2a\x1a\x6f\x1f\x8a\xda\x68\x07\xd3\x7b\xbb\xde\x6e\x47\xaa\x68\xbc\x1d\xe9\x0f\x0a\x67\x5d\xec\xe3\x76\xa4\xb7\x0f\x55\x98\x3d\x3e\x94\xe0\x4a\x53\xe4\x3d\xce\x38\x91\x94\xe3\x54\x60\x3c\x3e\xe1\x07\x85\x63\x45\xf6\xf1\x38\x52\x25\x39\x75\x65\xbb\x28\xc9\xcb\x61\x47\xe6\x41\x5b\xda\xe6\xe8\x27\x4d\xcb\x26\x97\x03\x13\x57\x08\x77\xec\x82\xd8\x66\x57\x71\x17\xc5\x76\x51\x6c\x63\x65\xef\xa2\xd8\x06\x0a\xdb\x8a\xbb\x28\xb6\x81\x72\x60\x2d\x6f\x39\x5e\x76\x41\x94\xb3\xaf\xb8\x8b\x92\xbc\xb8\x45\x8e\xb9\xbc\x4b\xb1\x6f\x85\xbe\x95\x41\x93\x7d\x2b\xcb\xcb\x82\x36\xfb\x86\x74\xe7\x98\xb2\x5d\x94\xee\xe5\x3c\xbd\x8c\x36\x98\xba\x76\x39\x99\x24\xbe\x85\x42\x72\xd3\x2e\x2a\x81\x6a\x7f\x55\x02\x40\x69\x27\x7d\x53\x09\x94\x73\x7b\x59\xa7\xed\xb2\x8d\x09\x39\x6d\x72\x42\x6a\xf5\x32\x1e\x5a\x1d\x56\xf5\xa1\x0c\xa1\xfa\xd0\xca\x1a\xfc\x99\x77\x7f\x69\xef\x5d\x08\xd7\xec\xc2\xde\x3a\x3b\x99\xbb\x54\x27\x02\xcb\xfb\xa8\xde\xb9\x39\xfb\x44\x62\x38\x82\x7b\x97\xe6\x4c\xab\xbf\xb0\xc4\x76\x51\x7f\x01\x05\x02\xe9\x5d\x88\xbb\xec\xa2\xfe\xc2\xc4\xda\x45\xfd\x05\x94\xf6\x35\x39\x11\xcd\x87\x56\x66\xbf\xfb\xd0\xee\x43\x99\x88\xee\x43\xbb\x0f\x6d\xfc\xb5\xfb\x50\x34\x4e\xfb\xfe\xe9\x44\x74\x1f\xda\x18\x82\xea\x05\x28\xd0\x9c\xec\xa2\x76\x29\xdd\xd9\xe7\x2b\x2b\xdd\xd9\x47\xbd\xb4\xc6\x42\x56\xbb\x94\x6e\xdf\xb0\x2c\xca\xb0\x6f\x83\xe5\xd8\x6c\x72\x39\x86\x0f\x45\x53\xcb\x84\xb3\x0b\x16\x3e\xdb\xb6\xbb\x84\xd3\xab\x62\x52\x36\x17\x15\x13\x50\x9a\xa3\x0a\x1f\xaa\x62\xa2\x8c\x71\x17\x15\x13\x50\xd8\xb8\xdd\x45\xc5\x04\x94\xa3\x26\x4f\x48\x27\x89\x28\x79\x73\xf0\xe9\x0a\x4d\xfb\x96\xbc\x99\xb4\x6f\x69\xdf\xe8\x47\xda\xb7\xf4\x1b\xc0\x48\x93\x93\x47\x28\xa4\x5e\xee\xa2\x4a\x03\x7e\x97\xd9\x66\x7f\x51\x73\x0d\x49\x54\x54\x73\x65\xda\x37\x85\x82\xca\xaa\xe0\x47\x34\xa7\x72\xba\x42\xd4\x5f\x75\x32\x7a\xf5\x17\x50\x9a\x53\x39\x7d\x59\xea\x2f\x65\xb3\xb4\x3f\x42\x21\x09\x78\x17\xf5\x57\x51\x31\x29\x74\x8b\x8a\x09\x28\x6c\x3f\xef\xb2\xbc\x1b\x16\xfd\xf1\x89\x9d\xcb\xbb\x5d\xde\x8d\x07\x5c\xde\x4d\x71\xfd\xcd\xa5\xe2\x1a\x28\x6c\x53\x6f\xc9\x71\x76\x51\x5c\x7f\x93\xa4\xb8\x2e\x8a\xeb\x6e\x93\x23\xd5\xca\x67\x4f\x7d\x4b\x8f\xb3\xe1\xc2\x29\xd0\x8a\xef\x72\x3b\x6f\xf7\xe3\x65\xfe\xf5\xb5\xed\xe5\x32\xfe\xa9\x04\x2f\x3a\x03\xdf\x5f\x1f\x47\x8a\x33\x00\xd1\xe3\x96\x33\x67\x97\xc7\x87\x62\x08\x95\xc7\x87\xb2\x4d\xdc\x30\xa1\xca\xe3\x48\xf5\x19\x48\x49\xde\xe5\xf5\x09\x2f\x23\xc5\x48\x2b\xaf\x23\xc5\xb2\x3f\xd8\x0c\xdf\xe5\x75\x2e\x5f\x1f\xca\xbc\xbd\x3e\xf4\x65\x21\xb1\x1b\xbe\xcb\xeb\x42\x7a\x59\x48\xf6\xe3\xb5\x1f\x44\x53\x8e\xe6\xea\x7d\xed\xc8\xeb\x84\x30\xf8\xd7\x09\x51\xe3\xb0\x6b\xbe\x4f\x35\xce\xa9\xa3\xc0\x1e\xf9\x3e\x75\x14\xce\x03\x49\xc0\x10\x4e\xb6\x81\xf7\xa9\x62\x62\x63\x7b\x9f\x2a\x26\xa0\xb0\xeb\xbf\x4f\x42\x31\xfb\x54\x31\xb1\x67\xbd\x4f\x15\xd3\xa9\x62\x0a\x1f\x4a\xdf\x4e\x1d\x85\x86\xb5\x71\xaa\x5e\xce\xe2\x43\xe9\x47\xf1\xa1\x05\x39\x0c\x33\xe4\x96\x48\x48\x28\x8d\xaf\xfe\x54\x09\x01\xbf\xcb\x78\x68\xb1\x23\x2a\xa6\x48\x9a\x96\x4d\xaf\x97\xd1\xdf\xd3\xd1\xb3\xf3\xdb\x10\x0e\x27\x3b\xbf\xfb\x54\x47\xb0\x25\xbd\xe5\x25\x12\x4a\xc3\xbe\x3b\x09\xc8\xec\xb3\xb2\x1c\x48\xfd\xdc\x27\x11\x19\xa1\xf8\xb2\xce\xea\x48\x95\xa0\xa4\x70\xee\x53\x09\x7a\x2a\x41\x79\x59\xa7\x12\xf4\x54\x82\xc2\xec\xb7\x4f\x25\xe8\xa9\x04\xf5\x65\xf5\xef\x6e\x0e\x01\x93\xe1\x54\x82\x9e\x4a\xd0\xb4\xc9\x21\x0c\x1f\xca\x4a\x3a\x87\x0f\x25\xc2\xfc\xbd\xe6\xe1\x84\x84\x23\x0d\xfe\x1a\x8e\x34\x78\x0b\x18\x95\x67\xf8\x16\x14\xb4\xdd\x27\x28\x68\x4f\x05\xad\xab\x41\x41\x7b\x6a\xda\xb3\x83\xb8\x4f\x4d\x7b\x28\x8b\x4a\xfb\x9a\xbc\x5b\xfa\xb2\x10\x3f\x67\x3a\x7a\x25\x28\x26\xea\xa9\x04\x3d\x31\xe3\x8f\xe1\xab\xd7\x8e\x87\xed\xa8\x7c\x8b\x46\x31\x08\xdb\xd1\xef\xb2\x41\x9b\x0f\x55\x34\xce\xff\xa0\xbc\x4f\x25\xe7\xa9\xe4\x1c\xbe\x72\x25\xe7\x89\xe5\x4f\x5a\xc5\x3e\xb5\xfc\xcf\x69\x9f\x90\x75\xe7\xb2\x4f\xcb\x3e\x31\x11\xcb\x3e\x61\xe5\x1f\xf0\xbd\xed\x53\x33\x1f\x28\xdf\x0a\x5d\x76\x93\x5d\xcc\x83\x3d\xcb\x7d\x2e\x3b\xb2\x06\x97\x31\x11\xcb\xf5\x8e\x33\x70\x90\xc9\xb9\x4f\xbd\x01\xa0\x50\x05\xb9\x4f\x9d\x01\xa0\x1c\xe3\xf4\x09\xbe\x24\x12\x9b\x48\xf8\xdc\xe7\xf2\x25\x2d\x87\x70\xf2\x04\x9d\x06\xa0\x74\xa7\x50\x9f\x01\xe2\xa7\xdf\x65\xfc\x75\xdb\xdf\x1f\x14\xf2\x39\xf6\xb9\xed\xee\xe5\xbc\x61\xf5\x9c\x97\xf3\x86\xad\xfe\x7d\x3d\xda\xea\xa7\x3a\x82\x44\xf3\x2d\x1d\x94\x50\x60\x12\xd8\xa7\x3a\xe2\x54\x47\x0c\x84\xff\xa9\x8e\x00\x4a\x77\xc6\xd5\x11\x40\x39\x06\xc2\x5f\xda\x28\xa1\x70\x0c\xc9\x3e\x6f\x67\x5c\x93\x9e\xc3\xe4\xf6\xa9\x49\x7f\x12\x7e\xef\xc5\x26\xfb\x76\x2f\x2f\xa3\xbf\xb7\x73\x89\x7a\x21\x8f\x64\x9f\x6a\x17\xe0\x77\x99\x7d\xb3\xbf\x68\x9c\xee\x6b\x56\xe3\x9c\x8f\x7d\x43\x95\x9c\x8f\x7d\x7b\xec\x1b\x83\x7f\xec\xdb\xe3\xf4\xfa\x19\x3f\x4e\xef\xc3\xab\xf7\x35\x3f\xbe\x7a\x15\x13\x85\xb9\xfb\x54\x31\x01\xa5\xfb\x9a\x1f\xbf\x9e\xc7\x21\xa0\x5e\xce\xc7\x21\xa0\x85\xba\xaf\x59\x25\x74\xbe\x2e\x4b\xf4\xc6\xf9\xda\x91\xb7\x73\x19\x7d\x7b\xfd\x3e\xc9\x43\x3a\x06\x5e\xfb\xf9\xda\x11\x34\x0e\x07\xe7\x6d\xc9\xb5\xf6\xf9\x3e\x5e\xe6\x13\x5e\xdb\x78\x28\x76\x66\x55\xbb\x54\x22\x53\x14\x55\xed\x6a\x64\xaa\xaa\x70\xa0\xdf\xde\xf2\x72\x09\xa5\xd7\xa4\xa9\xdb\xe4\xe0\x11\xf4\x55\x85\x03\x14\x92\x5f\x76\x55\xe1\x54\x5d\x1c\xf8\x05\xb6\x94\x5e\xbb\xe2\xcf\xf4\x66\x93\x0f\x2d\x0e\x1e\xb9\x56\xc9\xd3\xde\x15\x85\x43\x92\xcc\xae\x2a\x9c\x6a\x64\x8a\x72\x92\x5d\x8d\x4c\x01\x05\x2a\xe2\x5d\x49\x21\xda\x55\xeb\x99\x43\x35\xb7\x8c\x57\xbb\x12\x9c\xe9\x18\x38\xd5\xd8\x4c\x55\xf6\xb3\xe5\xb9\xab\xb2\x1f\x28\xfd\x6b\x72\x08\x9d\xf7\xc7\x9e\xe7\x96\x2c\x6b\x57\x64\x7f\xff\x9a\xbe\x87\xde\x5e\x46\x7f\x0d\xce\x54\xf4\x41\xb7\x49\x75\x50\x49\x5f\x39\xa8\xef\xdd\x75\xd8\x37\xa2\xe8\x1c\xf4\xbf\xeb\x70\xa4\x63\x78\x19\x13\x32\xec\x2f\x6a\x83\x63\xb3\x76\x55\x6b\x00\xbf\xcb\x98\x90\x61\x7f\xd1\x24\xfd\xfb\xe7\xb2\xe9\x1b\x02\xc3\x1a\x0e\x61\xb0\x68\xbe\x7f\x3a\x95\xc3\x21\xf0\x79\xc8\x01\x26\x94\xfe\xfd\xf3\xb5\xe9\xf5\x32\x86\x15\x0e\x8b\x64\xdb\xee\x3f\xc3\x77\xaa\xfa\x82\x08\x64\x57\xd5\x17\x50\xfa\xf7\x4f\x17\x92\xee\x04\x25\x68\xbb\xea\x4e\x00\xa5\x7f\xff\x74\x54\xf1\x3d\x94\xfe\xea\x27\xd4\xf4\xa1\xcc\x9b\x3e\x01\x50\x8e\x70\xf5\xea\x14\x54\xb4\x1c\xfc\x8d\xbb\xaa\xe5\xaa\x01\x2c\xe8\x36\xb7\x0c\x65\x42\xa1\x90\x78\x57\x8d\xfd\xaa\x96\xe3\x40\xe0\x5d\xd5\x72\x40\xa1\xb6\x6b\x57\x83\x55\x55\x2d\xc7\x76\xe9\x96\xdc\x4c\x28\x64\x2e\xed\xaa\x1a\xab\xf3\xbb\x1b\x43\x50\x3f\x55\xf4\x13\xa9\x4b\xbb\xaa\x9f\xaa\x96\x3d\x5c\x0b\xbb\x6a\xd9\x03\x45\x4b\xa0\x6a\xd9\x57\x35\x0a\x95\x5b\x5b\xca\x33\xa1\x74\x07\xaf\x46\xa9\x86\x75\x12\x81\x5f\x0d\xeb\x54\xc2\x3a\xdd\xc1\x1b\xd6\xa9\xaa\x0a\x48\xcf\x76\x55\x55\x00\x05\x66\xad\x5d\x2f\x1f\xea\xa6\x41\xd6\xfa\xb7\xf2\xae\x97\xeb\x4c\x4d\x82\x09\x57\xaf\xaf\x4f\xb7\x77\xa1\x9f\x97\xeb\x8c\x3d\x85\x9e\x3e\xdf\x75\xa6\xc2\x49\xa5\x93\x0a\xa7\xaa\x70\x7c\x21\x2a\x9c\xaa\x53\xc2\x49\x5b\xbb\xea\x94\x54\x72\x60\x39\x9f\x6a\xd7\xdb\x11\xde\x7c\x51\xa9\xd8\xb9\xfd\xa2\x50\x42\xdd\xf7\xa6\x0e\x02\x7e\x97\xd1\x11\xe3\x4a\x55\xbd\x94\xf6\xc3\x2f\x4a\xbd\x94\x4a\x27\xf5\x52\x55\x2f\x29\xc3\xd4\x4b\x55\xbd\x04\x6b\xec\xae\xea\xa5\xaa\x5e\x72\x15\xa8\x97\xaa\x81\xab\xc4\x31\xae\xba\x3d\x40\x21\x2d\x6c\xcb\x2f\xb7\xab\x7a\x29\x15\x62\xea\x25\xa0\x68\xd5\x55\x63\x59\x55\xbd\x94\x0a\x31\xf5\x52\x55\x2f\x61\xf7\x57\xf5\x52\x7d\x5d\x40\x4a\x27\xd5\x06\x50\xfa\xb4\xc9\xee\xea\x94\xb0\x1f\xbd\x9b\x6a\xa3\x1d\x5f\xdb\xaf\xbf\x4d\xa9\x0e\x14\x18\x9d\x76\x33\x70\xd5\x8c\x48\x51\x75\xbf\xe5\xb5\x13\x0a\xa7\xae\xed\xa6\x2f\xd0\x94\xea\x94\xbd\xee\xa6\x54\x6f\x4a\x75\xb6\x47\x9a\x52\xbd\xe9\x1f\xb0\xf7\xbb\x9b\xfe\x01\x50\xa8\xe4\xde\x4d\xff\xa0\x19\x91\x82\xe4\x66\x37\x23\x52\x8d\xd4\x50\x6d\xda\x46\x6a\xa8\x50\x0e\x8a\x3b\xb7\x6c\x7a\x42\x81\x92\x74\x37\x83\x54\x4d\x6f\x83\xe2\x9a\xdd\xf4\x36\x80\xa2\xe9\x2b\xe9\xde\x6e\x86\x75\xa0\x33\xda\xcd\xb0\x0e\xb4\x7a\x85\x93\xc3\x77\x33\xac\xd3\x54\x4c\xd4\xd2\xec\xa6\x62\x02\xca\xb0\xbb\xdd\xbb\xa9\x98\x26\xf1\x9a\xa6\x62\x02\xca\xc0\xa6\x6c\x2a\xa6\xa6\xb7\x01\x6b\xca\x6e\xaa\x97\x36\x7c\x28\xf3\x36\x7c\xe8\x38\xbd\x8c\xbb\x91\x44\x29\x94\x81\xb1\xd8\x54\x42\xc0\xef\x32\x86\x30\xec\x08\x8a\x49\xbb\xbb\xa9\x98\x1a\x6a\xe3\x98\x48\xfa\xa6\xde\x00\xca\x38\xfc\xa7\x2f\x4b\x71\x0d\x8f\xf7\x6e\x8a\x6b\xa0\x0c\x67\xdc\xb0\x4e\x33\x5e\xc3\xe1\x25\xbb\x19\xaf\x01\x8a\x56\x7c\xd3\x01\x69\xc4\x3f\x0e\x36\x82\x77\x33\x00\x02\x14\x0a\xc9\x77\x23\x17\x71\x37\xac\xf8\x72\xd8\xa6\x19\x0f\x14\xa8\x04\x76\xd3\x8a\x6f\x08\xd8\x42\x49\xdb\x6e\x0a\x58\xa0\x40\xdd\xbf\x9b\x02\xb6\x21\x60\xcb\x81\x2d\xd7\x14\xb0\x40\x81\x6e\x7d\x37\x05\x6c\xdb\xd6\x09\x11\xee\x6c\x1a\xde\x40\xd1\xc3\x68\x06\xeb\x81\x52\x0e\xc2\x88\x8d\x14\x48\xa1\xe8\x61\x34\xe3\xf7\xc0\xef\x32\xfa\x6b\x00\x1f\x28\x7a\x18\x6d\xbb\x7a\xd9\x0a\x2e\x9c\x32\xb2\xdb\xe5\xf4\x5e\x4e\x2f\x6f\xe1\x72\x7a\x2f\x27\x04\x99\xd7\x14\xfe\x40\x81\x5c\x6c\xb7\xcb\xee\x5e\x4e\x08\x52\xaa\x29\xfc\x81\xa2\xbf\xd2\x14\xfe\xed\xf2\xa1\xae\x5e\xe5\x31\x50\xf4\x57\x9a\xf2\xb8\xdd\x4e\x08\x16\x4e\x33\x22\x04\x14\x2a\x06\x77\x53\x1e\xb7\xdb\xe9\xc5\x4e\x69\x8a\xcb\x86\x68\x1c\x4e\xa5\xa2\xb1\xdd\x3e\x14\x5b\xa0\x29\x1a\x81\x42\x69\xfb\x6e\x8a\xc6\x86\x15\xff\xf3\x00\x68\x73\x91\x3f\x8e\x94\x07\x28\x1a\x81\xdf\x65\xb6\xd9\x11\x2c\x7b\x6a\x9b\x77\xd3\xb2\x6f\x8f\x7d\xc3\xd8\x68\xc6\x92\x1a\x39\x38\x03\x23\xbb\x3d\xf6\xed\x07\xa5\x70\x4a\xd0\x6e\xd4\x1c\x08\x65\xf8\x9a\xb5\xec\x81\xdf\x65\x0c\xcb\xf8\x12\x50\x86\xaf\xf9\xf5\x3b\x7d\x7d\x0b\x68\xef\xf6\xfa\x16\x08\x43\x0d\x5f\xb3\x51\xa8\xf6\x3a\x21\x68\xca\xae\x3c\xee\xc5\xf7\x8c\x4e\xe9\xc6\x6b\x3a\xe6\x33\xc9\xb4\xbb\x6b\x3e\x77\xe4\x31\xd5\x6a\x7f\x6a\xef\xae\xb8\x06\x0a\xd5\xe7\xbb\x2b\xae\x3b\x1b\x08\x56\xb3\xed\xee\x06\x42\x47\x5c\x73\x9c\xd6\xee\x8a\xeb\x7e\x56\x2f\xfb\xcd\x44\x3f\xed\x13\x1b\x08\x9c\xe2\xb2\xbb\x1b\x08\x40\xa1\x6e\xec\xf7\x23\x6c\x5b\x5c\xe6\x3f\x7d\xc0\xc9\xa8\xa9\x0c\xdb\xbd\x3a\x6a\xd2\x39\x29\xa2\xdd\x9d\xfc\x9d\xdd\xab\x0f\xc5\x31\xee\x8a\xeb\xae\xb8\x46\x98\x76\xc5\x75\xaf\x4e\x04\x4b\xa3\x57\x47\x4a\x42\xa7\xde\x6d\xaf\x8e\xb4\xfa\x50\xde\x79\x77\x87\xa0\xb3\x43\xc0\x11\x46\xbb\xbb\x43\x00\xfc\x2e\xe3\x6e\x24\x6b\xee\xce\x0e\xb7\x4e\x70\x77\x87\xbb\x37\xe7\xcd\x49\x72\x9f\xba\xb3\x01\x4d\x66\xf1\xee\xee\x3f\xf7\xe6\x43\xf9\x18\xbb\xaa\x04\x28\x3a\xc1\x9d\x94\x9d\xdd\xbb\x23\xc5\xef\xe9\xaa\x92\xae\x2a\x41\x82\x77\x55\x49\xef\x56\xf8\x39\x7a\x03\x57\x1d\x4f\x45\x27\xb8\xeb\xa8\x00\xa5\x14\x3b\x42\xfe\xe4\xee\xaa\x12\x6c\xf5\xae\x2a\xe9\xd3\xbe\xe1\x82\x74\x2d\xd8\xbe\xbc\x8c\x7f\x6a\xc1\x76\xe5\xb0\x5b\xb0\x32\xa4\x0a\x85\x8c\xe6\x2d\x43\xea\xee\xca\xe1\xd3\x77\xaa\x1c\xee\xca\xe1\xe1\x3f\x7d\x0b\x44\x58\xcc\x14\xdf\xdd\x08\x4b\x47\x36\xc3\x9a\xb9\xbb\xa2\xb9\x13\x3a\x31\x55\x7c\x77\x43\x27\x50\xa9\x16\x7d\xe5\xee\xde\x2a\x50\xcc\xef\xde\xdd\xbd\xd5\xae\xb8\xe6\x33\xee\x8a\xeb\xbe\x2d\xe5\x43\x2a\xc8\xc2\xba\x3b\x65\x61\xf0\x9a\xef\xbe\x9d\x37\xe5\xb0\x9b\xa6\x5d\x39\xdc\x95\xc3\x18\xbc\x5d\x39\xdc\x95\xc3\x24\x5c\xef\xae\x1c\xee\xca\x61\x1c\xe3\xae\x1c\xee\x04\x62\x0a\xe7\x02\xec\x6e\x20\xa6\x63\x2b\x0f\xbf\x76\x4d\x65\xa0\x94\xd3\x85\xaf\xad\xdc\x89\xba\xc0\x1d\xb4\xbb\x41\x97\x6e\x85\x17\x89\xcc\xbb\x6b\xdd\x02\x85\x93\xce\x76\xd7\xb8\xed\xca\x3a\x37\x4d\xbb\xb2\x0e\x28\x7a\xe3\xdd\xb8\x79\x57\xec\x90\x97\xba\x87\x62\x67\x58\x2f\x44\xbe\xe4\x1e\x9a\x81\xa3\xd8\x91\xa4\xe9\xb4\xa9\x5a\xca\x18\xb4\x35\xdb\x18\x3d\x96\xe1\x30\xed\x64\x28\x9d\x48\x98\xdb\x43\xf1\x33\x14\x3f\xdf\x03\xe8\xef\xb0\x2e\x97\x5c\xb8\x3d\x4e\xff\xaa\x5c\x99\x36\x0d\x9b\x18\x16\x89\x62\x7b\x68\xcc\x01\x85\x54\xf5\x3d\xdc\x71\x1c\x0a\x0c\xd2\xb1\xf6\x50\x60\x0c\x05\x06\x26\xea\x50\x60\x0c\xeb\x6e\xdc\xb6\x1b\xee\xee\x01\x05\x96\xbc\x3d\xdc\xdd\x83\x6d\xb5\x7c\xf9\x2f\xd2\xad\x0a\x65\x4c\x9b\xbc\xdb\xf0\x6e\xbc\xad\xa1\x27\x0f\x14\x8e\x7d\xde\x43\x47\x1e\xfe\xd0\xdf\x65\xfc\xd5\x9d\xa0\xa1\xd5\xc3\xc6\xf2\xd0\xea\x19\x7e\x94\x6e\x0c\x0e\x3f\x4a\xa0\x90\x48\xbf\x07\x47\xf6\xee\xe1\x47\xe9\xc6\xe0\xf0\xa3\x04\x0a\x99\xf4\x7b\xf8\x51\x8e\xaf\x26\x13\xe1\x3b\x0c\x5e\x0e\xac\x1e\xd8\x65\xf6\xd0\xea\x19\x5f\xb9\x25\x72\x45\x42\x52\xa1\x40\x38\xb2\x87\x5f\xdb\xb8\x7d\x28\x72\x70\xe8\x9b\x01\x25\x30\x51\x25\xf0\xdc\xb0\x62\xfe\x84\x14\x23\x55\x6b\x02\x85\x23\xf2\xf6\x50\x69\x0e\x2b\xf5\x0c\x10\x8e\xd7\xbb\xbd\xde\x8d\xc1\xbf\xde\x4d\x45\x6a\xe4\x6f\xa8\x48\x81\x12\x58\xb2\x92\x61\xee\xe1\x8a\xe6\xf0\x91\x2d\xf5\xe5\x8e\xc3\x21\xd8\x74\xda\x64\x01\x27\xd6\x46\x18\xfc\x02\x4a\x60\xa2\xca\x90\xb9\x61\xa2\xfc\x5d\xc6\x5f\x75\x3b\x02\xb7\x23\x58\xa9\xa1\xdb\x11\x2e\x4b\x43\x1b\xe1\xb2\x04\x0a\x87\xb3\xec\x70\x59\xc6\xf9\x78\x59\xa7\x8d\x4f\x1c\x62\xcb\x12\xe5\x3f\xc4\xcd\x83\x04\xd7\x1d\xaa\x39\xf7\x19\x42\x35\x07\xf1\x65\x81\x93\x6b\x87\x1b\xe1\x40\xf9\xa2\x0b\x41\x95\x82\x50\xc2\xb9\x71\xf7\x24\x9a\xb3\x8f\x7d\x22\x1b\xa6\x50\x38\xa4\x68\x87\x1b\xe1\xe1\xa7\xa2\xef\x2d\x43\xa6\x50\x60\xe0\xd9\xe1\xa7\x12\x96\x9e\xeb\x54\x47\xfb\x9e\xc0\x44\x60\x4c\x86\x19\x5a\xa1\x9a\xd3\x0d\x0e\xd5\x5c\xb0\x11\xce\xd1\xd7\x5b\x72\xcd\x1d\xdd\x77\xc9\x57\x16\xba\x42\x40\x81\x1d\x6a\x4b\xa5\xb9\xc3\xef\xd3\xed\x88\xf0\xfb\x04\x4a\xf8\x7a\xfd\x3e\xc3\xef\x53\x87\x26\xfc\x3e\x81\x02\x57\xf0\x96\x72\x73\x07\x71\xb0\xcf\x05\x09\xe3\x60\x41\x1c\x0c\x22\x94\x1d\xc6\xc1\x80\xf2\x19\xe6\x41\x49\x99\x50\x02\xa9\x23\x35\xa7\x50\x3e\xc3\x3c\x8c\x8d\x01\x85\x43\xe4\x77\xb8\xdb\x13\xec\xf6\x7c\x86\x79\xb8\xdb\x13\xe4\x7b\x71\x3c\xe6\x0e\xf3\xbd\x22\xec\x9b\xfd\xd5\xff\x02\x0a\xb5\x2e\x3b\xf4\xbf\x22\x9d\x10\x57\xad\x9b\x42\x40\x09\x0c\xc7\x30\xdf\x0b\xf6\xcf\xf2\x59\xb5\x61\xb8\x0c\xfa\xcf\x42\x4d\xcc\x0e\x37\xc2\x81\xdf\x65\xde\xcd\x55\x3b\x4f\x2e\x63\x42\xa6\x83\x9f\x16\x28\x63\x06\xc6\x74\x58\x93\x65\x89\xd4\x89\xe9\xb2\x54\xfc\x51\xe8\xb5\x43\xf1\x07\x14\x4a\x59\x76\xe8\x07\x86\xe2\x8f\x4a\xaf\x2d\xe9\xa8\x50\x02\xcd\x17\x8a\xbf\xd0\xd8\xd0\x0c\x94\x88\x74\xc7\xf2\xa1\x36\xf9\x50\xc5\x9f\x16\x99\xe4\xa4\x1b\x26\xd2\x62\xfc\x37\x96\x23\xdd\xce\x1b\x82\x3e\xdc\x80\x09\xac\x08\x03\xbb\xa1\x15\x11\xdb\x87\x62\x43\x85\x1e\x1e\x50\xc2\x07\xe8\xe0\xc1\x6b\xfa\xbb\x8c\x37\x63\x4e\x15\x50\xc2\x07\xe8\x92\x85\x45\xe2\x1c\x43\xb1\xe3\xfa\xfe\xca\x10\x70\xa2\xc2\xed\x9c\x50\xa1\x6b\x80\x84\x0a\x3d\x1e\x87\xc0\x3f\x75\x5e\x42\x99\x1b\x08\xd3\x50\xe6\x86\x32\x17\xcb\x30\x94\xb9\xf1\x55\x47\xe3\xf2\x86\x32\x37\x94\xb9\x6c\x86\x86\x32\x17\xa2\xd4\xdf\x65\x3c\xc1\x60\x52\xb0\xc3\x6d\x98\x38\xdc\xe1\x06\xca\xbf\x8f\xd2\x6d\x09\xa0\x50\x6e\xb3\x25\x54\xdd\xa9\x18\x46\xfa\xc9\x9e\xba\xf3\xab\x73\xe6\x3b\x4d\x6a\x0d\x76\x92\x79\x15\x88\x37\x59\x50\x77\x1e\xf6\x83\x4f\x46\x1a\x54\xa1\x40\x37\xba\xd3\x0d\xee\xd4\x72\x81\xcd\x72\x4b\x8d\x2a\x14\xaa\x6c\xb6\xd4\xa8\x3b\x35\x49\x5c\xe4\x52\x9c\xee\x64\xe7\x3a\xb0\x83\xd2\x9d\xeb\xd4\x23\x8a\xe6\xdd\xb6\x6d\x08\x50\x64\x6a\x1a\xd3\x4a\x8b\x9d\x29\xea\xda\xa9\x97\x04\x14\xc3\xd5\x69\xe6\x55\xea\x38\x51\xd5\xb5\x53\xc7\x29\x31\x70\x0c\x57\xa7\x06\x4e\xaa\x70\x28\xb2\xda\xa9\xc2\x01\x0a\x25\x40\x3b\xcd\xbc\x4a\x15\x8e\xcb\x32\x55\x38\xa9\xc2\x61\x81\xc8\xd2\xba\x53\x3b\xc8\xf5\x96\xda\x41\x49\xe6\x15\x3c\xaa\x3b\xcd\xbc\x02\x4a\x31\xa6\x9f\xa6\x56\xa5\x1a\x85\x90\x6c\xaa\x51\x52\xc7\xe9\x7b\xa7\x3a\x4e\x40\x31\x46\x9e\xcd\xe9\x55\xa3\x7c\x6f\x46\x8d\x92\x6a\x14\xd4\x42\xaa\x51\xb2\x7f\xe5\xf2\x3c\x54\xf7\x07\x28\x9c\xbb\xb9\xd3\xe0\x1a\x50\xfe\x3d\xc1\x2c\x5d\xa0\x18\x71\x97\xe4\x75\xa7\x1e\xd1\xf7\x04\x3d\xa2\xc4\x23\x82\xd8\x7c\x4b\xe9\xba\x53\x8d\x02\x17\xd6\x4e\x35\x4a\xaa\x51\xb0\x46\x53\x8d\x92\x6a\x94\x40\xf1\xa4\x1a\x25\xd5\x28\x58\xa3\xb2\xc1\x6e\x78\x5e\x7f\x97\xfd\xcd\x8e\xb2\xd3\xa0\x5a\xb2\x19\x13\x18\xab\xe9\x5e\x0c\x50\x0a\xb4\x3e\x5b\xba\x58\xa1\x04\x56\x68\xaa\x83\x80\xdf\x65\x4c\x4e\xd8\x4f\xf5\x92\xdd\x54\x2f\x25\x1b\x2f\xc5\x9d\x81\x74\xe3\x05\x28\x1c\x9e\xbd\xd3\x8d\x97\x54\xe1\xc0\xb0\xbb\x53\x85\x03\x14\x8e\x0e\xdb\x69\x7a\x41\xca\x44\x92\x18\x16\x99\x5f\x9b\x43\x60\x5a\x55\x11\xa9\x18\x4e\x3f\x3c\xc5\x30\x50\x12\x63\x35\xf5\xf9\x52\x67\x2e\x71\x65\x53\x67\x0e\x28\x90\x4b\x6f\x29\x6f\x77\x2a\x86\x93\x28\x63\x2a\x86\x81\xc2\x81\x78\x3b\x0d\xc7\xa5\x62\x98\xc2\xab\x9d\x8a\x61\xa0\x70\x02\xce\x4e\xc5\x70\xea\xcc\xa5\x9f\xb6\xce\x5c\x52\x7f\x0c\x4b\xf0\xce\xcb\x79\xbb\x4e\x2f\xe3\x6e\x97\xeb\x0c\x07\xef\x7b\x31\xfa\x77\x29\xf1\x47\xfa\xf9\xe8\xe0\x01\xff\x5e\x8c\x1b\x2f\xa9\xcf\x47\xf1\xd5\x4e\x7d\x3e\xe0\xdf\x8b\x71\xcb\x24\x8d\xbd\xa5\x0b\xde\xd8\x1b\x50\x12\x2b\x25\x8d\xbd\xa5\xf6\xb6\x11\xf7\xd4\xde\x06\x4a\x16\x9b\xec\xc7\xed\xcb\x72\x71\xb9\x2d\x01\x14\x8e\x2a\xda\x69\xec\x0d\x28\x65\x3a\xe5\x26\x68\x01\x85\x43\x48\x77\x1a\x8e\x03\x7e\x97\xd9\x66\x47\xd8\x69\xe7\x40\x81\x2d\x35\xf0\xce\x47\xee\x02\xa7\xdc\x6d\x89\x24\x8f\xeb\x5b\x5b\xe6\x71\xa5\xea\x6b\x3a\x2c\xd5\x17\x50\x20\x4f\xdc\xb2\x0a\xef\x54\x7d\x19\x98\x4f\xd5\x17\xf0\x6f\x09\xaa\xbe\x52\x5f\x60\xfa\x04\x7d\x81\x7c\x7d\x28\xd3\x6b\x1e\x17\x50\xca\x3c\xbd\x9b\x12\x1c\x95\xc6\x09\x2b\x5b\xfa\x61\xe1\x77\x19\x23\x75\x7f\x04\x28\xf9\xfd\xd3\x79\xd3\xb3\x98\x58\xa8\x53\x95\x06\x01\xf1\xaf\xad\xd3\xd6\x6c\xe3\xcd\x70\xb7\xa9\x67\x31\xd5\x38\x14\xa5\x6d\xa9\x82\x85\x92\xde\x4d\x27\x78\x16\x9f\x80\xe9\x22\x57\xb0\x50\x38\x5a\x6e\x4f\xf7\x42\x66\x75\x2e\x31\x36\xa6\x66\xfc\xac\xf6\xd7\xa6\xc7\x26\xef\x86\x08\x9f\x8a\x6b\xa0\x40\xb6\xb8\xa7\xe2\x7a\x2a\xae\xa1\x40\xdc\x53\x71\x0d\x14\xce\x9c\xd9\xb2\x11\xef\xa9\x65\xcf\x69\x22\x5b\xa2\x61\xa1\xa4\xa3\xd2\xb2\x9f\xcd\xc5\x35\xbd\xdb\x6b\x1b\x8b\x0b\xb3\x78\x1a\xfa\x9a\x1f\x0d\x05\x92\x4b\x42\x62\xa1\xb8\x57\x29\x21\xf1\x86\x6a\xf8\x77\x19\x0f\x75\xcb\x64\x52\x54\x01\xcb\xe2\x9e\x16\x55\x4c\x84\xff\xc9\x59\xec\x7b\x2a\xfc\x81\x02\xa1\xf2\x9e\xee\xe5\x4f\x84\xff\x49\x15\xd8\x9e\x0a\x7f\xa0\xb8\x67\x39\x15\xfe\x13\x3f\xe1\xa4\x0a\x6c\x4f\xfd\x84\x39\x7c\x28\xdd\x75\xf7\x1d\x28\xe7\x51\xfc\xeb\xb6\x8d\xc5\x55\xfd\xa7\xfd\xb0\x7a\xf8\x28\xfe\xd5\x8e\xa0\x04\xa8\x8a\xdd\x53\x25\x30\x43\xfe\x0b\x56\xf9\xd4\x77\x98\xf8\x09\x6e\x6d\x4e\xfd\x84\x19\xf6\xcd\x55\xa3\x74\x07\x8a\x7b\x96\x53\xe9\x3e\xc3\x09\x71\x39\x28\xdd\x81\xe2\x9e\xe5\x54\xba\xcf\xfc\x48\x37\xe8\xaf\x7e\xc2\x4c\x1f\xca\xbc\xb9\xad\x0e\x94\xf3\x70\x92\x60\xad\x12\x8a\x7b\x96\xd3\x1d\x1e\xe0\x77\x99\x6d\x76\x84\x94\x5c\x0e\xc6\xd8\xd3\x8c\xdc\x69\xc5\x31\x24\xd6\x7b\xe6\xd7\x91\x87\xcb\x98\x10\x3d\x8c\xb9\x1c\x82\x93\x64\x30\x10\xd2\xe7\x92\xd8\x46\x92\x3e\xef\xb9\x7c\xa7\x84\x16\xa7\x2a\x65\xaa\x52\xb0\x8d\x24\x82\xde\xb0\x3e\x97\xf3\xc0\x26\x91\xf6\x59\x28\xd9\xff\x3e\x91\x72\x4f\x35\xce\xdc\xf6\x29\xbc\xb3\x7d\xda\xf6\x89\xb9\x31\x7c\x38\xad\x96\x3e\xd2\x87\x39\x1c\xb4\x10\x54\xf5\x7b\xaa\x84\xa6\xe5\xd2\x86\xfc\x25\x99\x16\x0a\x15\xc7\x7b\xaa\x98\xe6\xe5\x2b\xf7\x33\xd6\x67\x98\xf8\x07\xea\xd1\xa9\x7f\x30\x2f\xfb\x96\xfe\xd5\xbe\xa9\x71\x86\x0f\x70\xa6\xad\xab\x86\x06\x76\x4f\x23\x8f\x10\x54\x17\x48\x4a\xf7\x34\x8f\x6b\xde\x3e\x14\xa3\x68\x1a\x65\x84\xa1\xba\x70\x7e\xfb\x9e\xee\x97\x03\xbf\xcb\x78\xe5\xee\x97\x03\x9f\x56\x9e\x6e\x00\x4d\x4b\xab\xad\x77\x93\xdc\x7a\x4f\xb4\x50\xfa\x42\x54\x42\x53\xc6\x0c\xc8\xc6\xf7\x54\xe3\x4c\x35\x0e\xca\x7b\xaa\x71\x80\x72\x16\x2c\x8b\xe9\xa6\xd0\x64\x07\x28\x7d\x31\x6e\x00\x4d\x14\xd3\x09\x6d\xe0\x9e\x2a\x26\xa0\x70\x50\xc6\x9e\xee\x97\x4f\x4b\xb5\x8b\xb2\x43\xc5\x34\x55\x4c\x24\x41\xc9\xb2\xbd\x27\x0e\xd3\x09\xbd\xe0\x9e\x3a\x4c\xf3\xf5\xa1\x74\xd7\x3c\x2e\xa0\x9c\xb0\xfd\xed\x69\x1e\xd7\x44\x0b\x69\x31\x4c\x95\xd0\x94\x83\xa3\xa0\xbf\x96\xaa\x04\x3a\xee\x42\x21\xf6\x5e\x7a\x47\xeb\x70\x08\xc4\x18\xa4\xe8\x16\x4a\x62\xe7\x2e\xb3\xb1\x96\x34\x19\x6e\x8f\x2c\xc3\xae\xc0\x67\x58\x2c\xf7\x89\xa0\xda\x2e\xa7\x1b\x1a\xcb\xb8\xd1\xc2\xca\x4f\x16\xcd\xd2\xca\x5f\xd5\x09\xc1\x63\x5a\x6a\x17\xe0\xb3\x3f\x96\x29\xb6\xab\x3a\x04\xa6\x5c\xe6\x6e\xa1\xc0\xb6\xbd\x97\xda\x65\x49\x82\xc1\xc1\x75\x7b\xb9\xb3\x02\x14\x18\x92\xb7\x04\xdf\x7b\x35\xfb\xc6\x94\x2f\xc3\x4b\x8b\xa2\x40\xad\x99\x65\x4d\xe0\x92\xe0\x02\x2e\xab\xbd\xdc\x6c\x01\x0a\x47\xc8\xef\xa5\x5e\x02\x7e\x97\xf9\x57\xfb\x8b\x62\xe2\xb4\xe1\xbd\xd4\x4b\xab\xbb\x90\x9c\x72\x5d\x0b\x08\xc3\x0b\xf5\xea\x7b\x19\x85\x82\x30\xfc\x77\x99\x6d\xf6\x8d\x7d\x7b\x4d\xa8\xe5\xbe\xfd\x52\x09\x15\x27\x49\x25\x04\x7c\x26\xd4\x52\x09\x2d\x89\x8e\x8a\xc3\xd2\xb5\x80\x33\xfc\x33\xa1\x96\x1b\xf2\x40\x39\x2d\xd9\x5b\x66\x8a\xc1\x23\x5e\x26\xea\x4b\x1e\xf1\xbd\xf0\x13\xce\xd3\x8e\xe8\x28\xfc\x3f\x63\xef\x93\xbb\x3b\x8c\x9b\x6b\xce\xb3\x8a\xda\x41\x7f\xa2\xfe\xd9\x40\x21\x93\x1e\x77\xef\xc1\xa6\x6c\x20\x83\x24\x85\xea\x64\xff\x0d\x3d\x8f\xeb\x5e\xdc\x4c\x4e\x0d\x0e\xde\x03\x43\xdf\x4f\x94\x2c\x93\x14\x45\xbd\xbc\xd8\x14\x9c\x98\xaf\xcb\x4d\xc1\xa5\x75\x09\x5c\xd4\x4b\xeb\x02\x14\x33\x25\x2e\x03\x53\x97\xd6\x25\x70\xd2\x2e\xad\x0b\xf0\x39\x64\x97\xd6\xe5\x92\xc7\xc8\x2b\x7b\x97\xd9\x58\x17\x66\xe3\xfc\x1e\x39\x04\xcd\x06\x8c\x41\xf7\xa5\xd9\x00\xca\x89\xcd\xbc\x34\x1b\x17\x51\xa8\xf0\x20\xe8\x32\x0a\x05\x94\x13\x9b\x79\x69\x22\xae\x4b\xd9\x70\x5d\xa4\x4c\xbf\x2f\x22\x3d\x67\xf1\x91\x13\x42\xa4\x27\x60\x4a\xb9\x2f\x23\x3d\xd7\xe5\x5f\x63\x54\xd7\xf7\xd7\x9c\x37\xd4\xf6\xa5\xd9\x00\x3e\x67\xf1\xd2\x6c\x00\xbb\x19\x73\x69\xf0\x1b\xf8\x9c\xc5\xcb\x93\xa6\xeb\x23\x3d\x42\x1f\xcb\xdd\x7e\x5f\x1c\xef\xeb\x2c\x5e\x1e\xef\x03\x25\xbc\x7a\x76\x79\xfa\x04\x7c\xfe\xe3\xa5\x45\x01\x76\x33\x9f\x29\x2f\x56\x86\x32\x67\xf7\xa5\x95\xb9\xd2\x77\xca\x2e\xe9\x72\x77\x02\x94\xd3\x39\x72\x73\x72\x69\x3e\x3c\xe1\xb9\x34\x1f\x40\xa1\x10\xcc\x7d\x19\x71\xba\xd6\xd7\x8c\x4e\x55\xf8\xd7\x72\x08\x8c\x4a\x85\x7f\xbd\xbe\x2c\x17\xb9\xee\x33\x50\x20\x49\xb8\x2f\xbd\xe7\xeb\xe3\x18\xc2\x6b\xbd\xd5\x6f\x40\x39\xf1\xdb\x6e\xe8\xf1\xee\xfb\x27\xdd\x12\xf2\xde\x7a\xcf\x40\x39\xd9\x49\xde\x7a\xcf\xf7\x4f\x5e\x23\x1c\xc8\xdb\x50\x0f\x50\xce\x7f\xa2\x9c\xf4\x7d\xc3\x44\x21\xec\xbf\x72\xf0\xec\xf5\xd9\xcb\x5f\xd9\x83\xbe\x8d\x17\x01\xbb\xd9\xc9\x33\xe5\xe4\xf4\xeb\xc4\xb1\xb9\x3d\xfd\xba\xf1\xe8\x83\x6b\xf0\xf7\xad\x47\x0f\x14\xea\x6c\xdf\xb7\x1e\xfd\x4d\xbc\x28\xbc\xca\x75\x1b\x30\x02\xca\xa9\x1c\xc6\x8b\xee\xe2\x7c\xe1\x00\xdd\x3a\xfe\x40\x39\x95\x43\xc7\xff\x26\x10\x14\xde\xfe\xbe\x8d\x04\x01\xe5\x54\x0e\x4f\x23\x80\x12\x5e\x9d\xbe\x3d\x69\x07\x0a\x15\x84\xef\xdb\x78\xd1\x5d\x9d\x7d\xdc\x83\xdb\xe0\xd0\x4d\x24\x88\x5a\x15\xf7\x6d\x20\xe8\xd6\x6c\x78\xef\xf8\xd6\x6c\x00\x05\x16\xf0\xfb\xf6\x54\xfd\x96\x13\xa9\x62\xd0\x6f\x8f\x1b\xee\xbd\x11\x29\xe6\x45\xdd\xd5\x19\x97\xee\xc8\x7b\xc7\x92\xfb\xdf\x30\xf9\x17\x78\x2a\xee\xdb\x53\xf5\x5b\xbe\x23\xaf\x99\xdd\x4d\x41\xb0\x11\xa7\x83\xd7\x44\x00\xbb\x19\x73\xe9\x11\x04\x50\x4e\xbc\xbf\x5b\xb3\x71\x6b\x0f\xbc\x8d\x76\x6b\x0f\x80\x72\xa2\x27\x6e\xcf\xe8\x6f\x89\x91\xbc\x8d\x66\x49\x81\xfb\x66\xa3\xe2\x56\xeb\x76\x9f\x72\x77\x87\x80\x75\xb1\xcc\x80\x50\x4e\xdc\xbb\xdb\x33\xfa\x5b\xb3\xe1\x39\xdf\xad\xd9\xb8\x35\x1b\xa8\x93\x5b\xb3\x71\x0f\xd7\x1b\x51\xaa\xdb\x1d\x08\x50\xcc\xd9\xba\x3d\xa3\x07\x4a\x78\x7f\xec\x36\xdd\x0b\x28\xe6\x6c\xdd\x5a\x92\x7b\xb8\xde\xb0\x5f\xb7\x3b\x10\xa0\x9c\xbe\x66\x37\x20\x37\x6a\x38\xbc\x66\x7b\xab\x87\x81\x72\xe2\x05\xde\x7a\xef\xb7\xaa\xd9\x1b\x91\xb7\xaa\xf9\x56\x35\x0f\x1f\x7d\x7f\xed\xb5\x19\x7f\xcd\x7c\x5a\xa0\x50\x6a\xff\xb6\x7c\xc2\x7d\x73\x54\x19\x1e\x55\xde\x1e\x55\x02\x85\x92\x1d\xf7\xed\x51\xe5\xad\xa2\xf7\x86\xda\xad\xa2\x07\x8a\x69\x67\xb7\xb1\xa4\xdb\xfd\x41\x73\x58\xee\x0f\x6e\x15\x3d\x1e\xea\xad\xa2\xbf\x75\xfc\x9b\x82\xe8\xf8\x03\x05\x82\xec\xfb\xd6\xb3\xbf\xc9\xe3\x8a\x86\xd3\x73\x9b\xc7\x05\x94\xd3\x75\xaf\x52\xbf\x6f\x47\x8a\xd3\x73\xeb\xc6\x03\xe5\x74\xdd\xeb\xc5\xdf\xaa\x66\xaf\x24\xdd\xaa\xe6\x5b\xd5\x6c\x07\xaa\xe6\x5b\xd5\xec\x25\xa2\x5b\xd5\x7c\xab\x9a\xfd\x3c\x54\xcd\x77\xda\x29\xbe\xdc\x6d\x90\x08\x28\xa7\x72\x18\x24\xba\xf1\xe2\xa3\xb1\xf3\xbe\x75\xe3\x81\x72\x4e\x1f\x29\xc7\x6b\xa7\x38\x42\xb7\xa1\x93\x9b\xd0\xc9\x89\xee\xbf\x0d\x9d\xdc\x2a\xfa\xae\xba\x56\xd1\xdf\x2a\x7a\xbf\x49\x15\xfd\xfd\xca\x25\xc6\x36\xfb\x36\xf2\x0f\x94\x93\x6f\x52\x66\x71\xa1\x9c\x7c\x7f\xa9\xee\x97\x6c\x3c\xbc\xa4\x20\xdb\xb8\x50\x4e\x3c\x65\x98\xc7\x37\x4c\x9b\x4d\x9e\x1d\x3e\x43\x5c\x66\x37\x3d\x20\x90\x6e\x3c\xbc\x56\x20\xdf\xf8\x9d\x9a\x08\x3e\xd3\xd4\x06\xa4\x36\x80\x52\xad\x77\x6a\x03\x52\x1b\xc0\x67\x2a\x2d\xb9\xb0\x9b\x35\x9e\x29\xaf\x36\x80\x97\x60\x45\x8d\x3b\x8b\xd4\x6d\xa8\xc1\x34\x03\x22\xb5\x01\xf8\x8a\xd2\x97\xdf\x59\x3e\xd9\xfc\xa9\xb2\xa1\xf0\xa9\x8d\x72\xcb\x5f\x7e\x43\x56\xbe\x9b\x31\x49\x1e\x10\xc0\x50\x5e\x60\xb7\xb9\xd3\x03\x02\xa0\x44\xef\xfe\x74\xfa\x6c\xfe\xeb\x5f\xe2\x87\xaf\x98\x9e\x19\xa4\xa6\xc2\xdb\x07\xa9\xa9\x00\xe2\x87\xaf\x98\x9a\x0a\xf8\xce\x77\x33\x86\xe0\xa1\x01\x10\x3f\x9c\x56\xc9\xcf\x6f\x08\xcf\x77\x33\x04\x31\x4f\x0b\xf6\xf3\x2f\xe6\x22\xfb\xf9\x9d\x5a\x14\xef\x0b\xa4\x16\x05\xf8\x62\x2e\x69\xda\x45\x6a\x51\xfa\xf8\x73\xd5\xcb\x5b\x12\x75\x21\x7e\xe8\xab\xd4\xe0\xa4\x1b\x10\x0f\xd3\xe5\x47\xbf\xe1\x44\x8f\x1f\x6e\x6e\xba\xd9\x00\x4a\x98\x8b\x9f\xee\x36\x72\x1b\x9c\xf8\xe1\xe6\xa6\x06\x27\xb5\x24\x9d\x2f\xca\xfa\x25\x42\x98\x77\x9a\x5a\x12\xa9\xd5\xc3\x24\x7b\xb9\xd5\x6f\x88\xd4\x83\x02\xba\xb7\x44\xea\x77\x36\x65\xf3\x1b\x30\xe4\x05\x7c\xe1\xa2\xd4\x92\xc8\x78\x1e\xdd\x05\xef\xfe\x00\xf8\xc2\x45\xe9\xa1\x45\x1a\xa6\x31\x7f\x3b\x0d\xd3\xe4\xc1\x10\x70\x7d\x53\x7f\x3b\x55\xea\xe6\x32\xa6\x4a\x1d\x88\x1f\xae\xaf\xe4\xe2\x77\x12\x92\x09\x4f\x7d\xd3\x98\x0c\x84\xe3\xf1\x0b\x7f\xa9\x1c\xc7\xc7\xc6\xc7\x02\x3a\x3e\x41\x1e\x9a\xf9\x4b\xbf\x1e\x2e\x49\x84\x09\x89\x52\x8e\xdf\xd0\x8c\x7f\x31\xaa\xf4\x20\x18\x28\xe1\xe1\x70\x9e\xae\xda\x93\x55\x1b\xfe\x52\x71\xb9\x38\x1d\x03\x37\x25\xbd\x39\x9d\xe7\x45\x33\x26\xc4\x2b\x81\xd0\x91\xef\x66\x08\xe2\xe1\x30\xdc\xe4\x5f\x28\x4b\x6e\xf2\x3b\x35\x38\xde\x80\x4b\x0d\x0e\x10\x3f\xe7\x48\x83\x93\xd7\x27\x1b\x93\xe4\xfd\x3f\xa8\xcc\xe3\x87\x4f\x9b\x1a\x9c\x74\xcb\x40\x85\xd3\x3b\xdd\x32\x40\x49\x1e\xa6\xf5\xa6\xdb\x03\x60\x37\x43\x10\xf7\x07\x79\x33\x21\xce\x91\x67\xc8\x69\x28\xc9\xac\xbe\xd4\xf1\x87\xa0\x3c\x7e\xd5\x5f\x3a\xe3\x1a\x1c\xf3\xf0\x52\x83\x03\x84\xd9\xbf\x92\x96\xdf\xa9\xc1\x31\x0f\x4f\x8a\x72\x21\x7e\x4e\xa5\x06\x47\xa6\xf1\x80\x5a\xf4\x96\x6a\x5c\x88\x9f\x53\x69\x3c\x08\xd8\xcd\x10\xc4\x4c\xb4\x5c\x8c\x54\xc5\x69\x26\x1a\x24\xe5\xbb\x19\x43\xf0\x08\x02\x08\x73\x89\x65\x29\xbf\xa5\x24\x0f\xaa\x21\xde\x72\x92\x0b\xf1\xf3\xc5\x98\xb0\x96\xcb\x09\xc1\x18\xa6\x71\x23\x20\x28\x6b\x79\xa7\x61\x23\x69\xbd\xc3\x24\x36\x79\xbd\x6f\x48\xbc\xe3\xe7\xfb\x33\xe6\x92\x5a\xb9\xc9\xee\x36\xb5\x72\x40\xc0\x8c\x75\xa7\xc9\x42\xa9\x95\x33\xe5\x47\xb2\x6f\x21\xcc\x73\xce\xf7\xeb\xf4\xb5\xd9\x96\x4d\xb6\xef\x7b\xb9\x77\x31\xe5\x46\x6e\xef\x1b\x22\xef\x80\x2d\xeb\x96\xc8\x5b\x28\x61\x92\x8c\x4c\xde\x42\x50\xfe\xef\x5e\x9a\x34\x60\x37\x0b\x9e\x9d\x3e\x43\xfd\x74\x3b\xb8\x7c\xa4\x20\x7c\x5a\x72\x79\x0b\xf1\x63\xbd\xc9\xe5\x7d\x2f\x0d\x13\x35\xce\xee\xa5\x61\x02\x02\x8a\xae\x7b\x19\x23\x5a\x5a\x1c\x33\x4c\x96\x16\x07\x08\xca\xfa\xdf\x2b\xbe\x66\x4e\x12\x6f\x4b\xbe\x6d\x21\xa8\x57\x72\x2f\xcd\xc6\x52\x1f\x4f\x47\xaf\x3e\x06\xe2\x87\x4f\xb9\x0c\x08\xc9\x75\x1d\x1e\xfb\x4a\x76\x7d\x2f\x15\xed\xf0\x91\x23\x55\xd1\x7a\x4c\xbd\x54\xb4\x40\x98\x0c\xbe\xf4\xe2\x97\x8a\xd6\x63\x6a\x29\xae\x85\x80\x65\xec\x96\xe2\xfa\x5e\xfa\xe2\x1e\x22\xcb\x5e\x7d\xc3\x58\x1d\xe6\x8c\x2f\xcf\x11\x3e\x12\x6a\xcf\x78\x65\xa1\x16\xe2\x87\x17\xb8\x3c\xf6\x5d\x1e\x10\x78\x18\xb9\x3c\x20\x00\xbe\xf8\xf2\x32\x91\xe8\x23\x85\xf6\x2a\x97\xac\xd0\x37\x4c\xd0\xf1\xc3\x0b\x5c\xde\x6d\x5b\x6a\x77\x0f\x5b\x96\xda\x1d\xf8\xe2\xcc\xcb\x64\x9d\x65\x34\xc5\x53\x94\x65\x34\x05\x7a\xe8\x30\x03\x7d\xa9\xc9\x97\xbe\xb8\xc7\x23\xb2\x40\xdf\x30\x3f\xc7\x8f\xcf\x79\x79\x83\x1b\xd8\xcd\x18\xbd\x09\x3c\xc0\x17\xb5\x5e\x6a\x72\x60\x37\xf3\xa7\x0a\xa2\x76\x3f\xca\x9f\x8d\xf7\x52\xf9\x2f\xb5\xba\xe7\x1d\x4b\xad\xbe\xd4\xea\xbe\x37\xb5\x3a\x50\xc2\x83\x0c\xa9\xa9\x85\xf8\xa1\x14\x96\x99\x41\x4b\xad\xee\x41\x86\xdc\xd4\x42\xfc\x7c\xbd\x6a\xf5\xa5\xba\x86\x08\xf4\x5e\xaa\x6b\x20\x28\x70\x73\x2f\x23\x3c\x1f\x5f\xb5\x31\x72\x09\xab\x85\xf8\xa1\x62\x96\x87\xc8\x1f\x31\x34\xe5\x9a\x6f\x99\xa1\xef\xa5\xae\x3b\x7c\xe4\x48\xd5\x75\x06\x23\x97\xba\x6e\xa9\xeb\x88\x98\xac\xf5\xfd\x35\x47\xca\x66\x4e\x52\x69\xe1\x0b\xb8\x4b\x2a\x7d\xaf\x8f\x6b\x14\xbf\x6e\x19\xae\x06\xe2\xe7\x0a\xf5\x68\x75\x71\x66\x1a\xc6\xde\x96\x67\xa6\x40\x50\x58\xe7\x5e\x9e\x99\x2e\x35\xe7\xc9\x01\xe9\x52\x73\x02\xf1\x63\xcb\xb0\x4c\xf9\x59\x6a\x4e\xc3\x60\xd2\x4f\x0b\x21\xab\x9d\xe5\xbc\xee\x8f\x45\xfa\x24\xc2\x23\x8d\xb4\xf0\x1d\x06\x3c\x7a\xf9\xb0\x49\x97\x30\x38\xf4\xe8\xd2\x03\xdf\x61\xc0\xa3\xe2\x04\x76\xb3\xca\xb3\xee\x33\xa6\x17\xdf\xf7\x51\x99\x7e\xdc\xd2\x67\xb5\xd3\xf4\x19\xf6\x8b\x6c\x04\x99\xa4\xef\x47\x2d\x69\x4c\xe4\x51\x4b\x02\xdf\x61\xc0\xa3\x96\x7c\xd4\x92\x06\x3b\x64\x9c\x16\xa2\xfc\x7c\xa4\x1c\x86\x70\x0c\x76\x3c\x86\x70\x9e\xb2\x68\x86\xb8\xe6\xf7\x00\x25\x0c\x4f\x3c\xe5\xf5\xd9\x4b\x33\x7e\xa9\x97\xff\xd1\x3d\x1b\x9e\x90\xef\xf9\x86\xe3\xf9\x3b\x5a\x78\x74\x47\x1f\xb5\x24\x65\x5d\xef\x47\x2d\x09\x04\x45\x89\xee\x47\x0f\xf5\x51\x4b\x9e\xac\x1a\xe9\x9d\x85\x28\x3f\x7f\xb9\x7c\x24\xd1\x2c\xef\xf9\xd1\x45\x05\xc2\xeb\x1e\xb2\x40\xdf\x8f\x81\x0d\x28\x37\x6f\x09\x9e\x6f\xd8\x9c\xa3\x60\x20\x65\x73\x16\x4a\x75\xbb\x21\x9d\xb3\xf0\x1d\x7b\x3c\xea\x57\x60\x37\xf3\xa7\xca\xdb\x6f\x9a\x21\x87\x21\x72\x68\x9d\x77\x33\xe6\xcd\x43\x59\x38\x9e\x43\x0a\x42\x39\x9e\xef\x07\xd5\x5c\xdd\x01\x3c\xaa\x66\xe0\x3b\x1d\x91\xf7\xf9\x86\xe4\x79\x37\x63\x92\x54\xcd\x40\x78\xc7\xe4\x51\x35\x4b\xfc\x5c\x7f\x0e\xcb\x50\x3a\x10\x94\x1f\xba\x1f\x8f\x73\xa1\x79\xde\xcd\x90\xcd\xe8\x3a\xe4\xcd\x41\xfd\xa1\xfb\x31\xba\x0e\xec\x66\xc8\x6b\x2a\x28\x25\xea\xa2\xf8\x79\x78\x76\x0b\x93\xf3\x6e\x86\x6c\xd3\x1e\x26\x0b\x29\xfc\xa5\x2f\x66\xda\x29\x36\xfe\xd1\x6c\x00\xe1\x8d\x95\xc7\x1c\x4f\x18\x9f\x77\x33\x5e\x96\x66\x03\x88\xe2\xc7\xa6\xd9\x80\xf2\x79\x37\xa3\x53\x43\x38\xf0\x3c\x47\xc1\x44\x3c\x7a\xf6\x40\xa9\xba\xa8\x8f\xae\xfd\x83\xd9\x28\x7e\x6c\x9a\x0d\xca\xe0\xed\x66\xbc\x05\x7d\xf6\x67\x2b\xf4\xef\x54\xe9\x31\xc7\xf3\xb9\x6c\xe6\x97\x65\x08\x07\x08\xea\x10\xdd\x8f\x1e\x35\x24\xce\xa5\xea\x08\x3d\x06\x36\x60\x74\x8e\xe2\xa7\xab\x9f\xf9\x2c\x47\xea\xb2\x54\xf7\x02\x51\xec\x40\xd7\xf3\x59\x2e\x4b\xf5\x8a\x37\x81\x21\x80\x0e\x2f\xdd\x3c\xea\xde\x67\xd9\xa9\x0a\xc3\x54\x17\x20\xbc\x74\xf3\x78\xee\xf8\x70\xc8\x58\xbf\x8f\xd2\x43\xc6\xe7\xe1\x9d\x36\x1f\xf9\x4e\x39\x3d\xac\xdf\x47\xe9\xe9\x21\x10\xd4\x2c\xba\x65\x7a\xbe\x21\x59\x2e\xd5\x85\x2f\xcb\xb2\x50\x6a\x41\xe7\xbd\xaa\x4b\x20\x0a\x36\xeb\x35\x26\x02\x01\xf3\x6e\xe6\x4f\x0f\x9f\x31\xe5\xec\x44\x5e\x3d\xc3\xb7\xd8\x8c\x89\x7b\x8d\x47\xbf\xc5\x66\x74\x50\xbe\x66\x97\x5c\xc2\xff\x44\xdc\xfc\x35\x54\xf1\xaa\xeb\x88\x10\xbc\xea\xba\x7f\xb0\x1b\xfb\x4c\x57\x0f\x4a\xe3\x90\x73\xf3\x75\xeb\xfd\x0f\x7a\x63\x94\x98\xfc\xc6\x42\x50\xc6\xe8\x7e\xcd\x2c\x81\xf2\xb8\xd4\x82\x12\x93\xf3\x58\x08\xea\x18\xdd\xaf\xba\x0e\xce\xe3\xdd\x8c\x89\xd0\xd5\x83\xe8\x38\x28\x64\x74\x5b\x95\xef\x7e\xbb\x4c\xc2\xa8\x9d\xd7\x50\xec\xab\x12\x1b\xfe\x92\x17\xf7\xb2\x6f\xad\x54\x5b\xbd\x5f\xbd\x1d\x20\xa4\xe6\x94\x24\xf8\x7e\x65\x7b\xf4\x90\xe5\xd5\x8b\x00\xa2\x7c\x8f\x7c\x6f\x69\xa7\xd8\xdb\xd7\xcd\x16\x10\x94\x3c\xba\x5f\xb3\xc2\xfe\x41\xc4\x5b\x6c\x96\x3e\x63\x7a\x71\x2c\x5e\xf7\x5f\xaf\xdf\x45\x45\xb1\xbd\x7e\x17\x40\x14\xfc\xcb\xd7\x80\x9f\xe4\xbc\xb5\xa2\xb1\x24\xe7\x15\xbe\xb3\x5b\xc9\x79\x6f\xc9\x79\xab\x67\x31\x92\xf3\x0a\x41\x71\xa4\x5b\x72\xde\xfb\x5d\xb2\xff\x56\x7f\xfa\xfa\x0c\xfb\x85\x1b\xfa\xfa\xa9\x00\xbb\x99\xcf\x14\xe4\xe1\x2d\xe0\x86\xbe\x9e\xd1\xcb\x97\x5b\xe1\xcd\x4b\xf9\x72\xf3\x57\x15\x64\xf0\x8c\x83\x65\x21\xa8\xac\x94\x3f\x0e\x96\xf3\x27\x91\x35\x44\x83\xf9\xc3\x7f\x17\x3c\x44\x4e\x68\x5b\x37\x4c\x19\x81\x6d\x76\xf8\x8c\x55\x33\x27\x8f\x4e\x1f\xd1\x29\xcc\x6e\x09\xf9\xea\x07\x41\x09\xa6\x94\x82\x35\x7f\x5a\x21\x2a\x81\xe5\x6f\x28\xef\x70\xca\x4f\x1e\x29\x87\xe6\x05\x2e\xb6\xfc\x0d\x3b\x1d\x7c\x65\x07\x1d\x60\x4a\xf2\x63\x43\x85\xc8\x2c\xa5\x43\xcd\x9f\xda\x74\x3b\xbc\x29\xf5\x69\xfe\x5c\x83\xf0\x13\xe5\x8f\x35\x28\x78\x24\x9d\x3f\xd6\x60\xca\x90\x5a\xfb\xcf\xbf\x66\xa7\x27\x23\x3d\x98\xb7\xd3\x91\x12\x14\xa9\x30\x0a\xe5\xef\xb2\xd3\xcb\x4e\x7d\x64\xa7\xb2\xa1\x72\xdb\x26\xa5\x43\x15\x3c\xe0\xce\xdf\xa5\x1c\x97\x04\xc2\x05\x41\x2e\x05\xb9\x58\xd1\x07\x13\x72\x0d\x1f\xdd\x36\x43\x90\xcb\xe9\xbd\x58\xd1\x27\x13\x42\x96\x8e\x50\x2a\x04\x3a\x09\x83\xea\x5f\xf3\xe7\x67\x74\x32\x21\xb7\xd3\x7b\x2b\x5b\xf8\x4c\xd9\xee\x41\x33\xe4\x20\x30\x9f\x52\x9f\xd6\xee\x0a\xb9\xed\xf4\xb6\x53\x86\x70\xdb\xe9\xfd\x75\x8a\xbc\xb7\x9d\xe6\x9e\x10\x4e\xd5\xf3\x97\x4e\x48\x7e\x54\xc9\x3e\x73\xa4\x7c\xbb\xe1\x8c\xa7\x23\x4d\xdf\x42\xf5\x99\x6f\x21\x4f\x9a\x21\x47\xfa\xea\xfd\xc4\xa1\xe3\xc9\x5f\x2a\xdb\x86\x08\x5f\x4c\xba\xde\xfc\xc4\x09\x6b\xa7\x44\xaa\x82\x67\xf4\x09\xa9\xea\x06\x3b\x6d\xc8\xb6\xec\x74\xd9\x29\x23\x5d\x76\x4a\x1a\x4e\x25\xc2\x9c\x3f\xd2\x70\xf2\xb7\x3f\xeb\x80\xa4\x37\x7f\xcb\x09\x79\x5c\x6f\x8d\x9f\x3e\xbe\x67\x6c\x5a\xb8\x1a\x1e\x47\xfa\xd8\x69\x67\x58\x8f\x9d\x6e\x88\xf0\x35\x3f\xae\x37\x4d\x5f\xf7\x5b\x78\x1c\x29\xa6\x8f\xda\x45\xf9\x7b\x1c\xe9\x6b\xa7\x9d\xb7\xf0\xda\xe9\x6b\xa7\x88\xfb\xda\x29\x89\x33\x15\x3a\x97\xfc\xbd\xbe\xe7\x0d\x01\x97\x6f\xfe\x5e\xe5\x78\x3f\x26\x6a\x7f\xaa\x20\x2f\x13\x12\x8c\xf4\x75\x42\x54\x3f\x7d\x6b\xd5\x94\xe4\x55\x08\x28\x7f\xb3\x60\x6e\xb3\xfc\x94\x6d\x6b\xae\x2c\x6c\x45\x04\x93\x16\xb2\xb0\x13\x49\xe9\x61\x6b\x47\xaf\x48\x0f\x2b\x98\xb4\x90\x50\xc5\x6e\xb0\x53\x34\x81\xbc\xaf\x42\x70\x7b\x35\xe5\x7d\xcd\xf2\x51\x73\x1f\xfc\xb5\x62\x0f\x85\x09\xd9\xbe\x5c\x16\xb2\x75\x12\x0e\xd7\x52\xe1\xf6\xc8\xc2\xb6\x23\x4b\xf8\xd7\xfe\x4c\x6f\x9e\x25\xec\x2c\xfc\xa2\x4e\x3a\x83\xef\x35\x0b\x21\x1e\x88\x83\x13\xee\xd7\x0f\x76\xb3\x93\x67\x0a\xc0\xa1\x02\x95\x89\x52\x0a\xd8\x94\xef\xb5\xc2\x91\x91\xf2\xbd\x26\x1c\xaf\x11\xac\xf7\xc2\x69\x81\xb0\x9b\x31\x6a\xae\xb9\x65\xe1\xb4\x80\xaa\x43\x59\x38\x2d\x48\x29\x60\x2b\xac\x16\x29\x07\xac\x10\xd4\x18\x4a\x39\x5e\x85\xdd\x0c\xd9\xaa\x82\x54\x5e\x79\x63\x08\xa4\x2d\x65\xd1\xba\xc0\x43\x91\x45\xeb\x02\x04\x55\x86\xb2\x68\x5d\xa4\x87\xad\xdc\xee\x4a\xe9\x61\x85\xa0\xcc\x50\x42\x15\xbb\xc1\x4e\x59\xf0\xf2\xbe\x26\x5c\xaf\x41\x9d\xa1\x2c\xcd\x4e\x3f\x8e\x72\x57\x0b\xf9\x48\x59\x38\x0e\xe0\x7e\x6e\x96\xe6\x84\xb0\xb1\xb2\xb4\x72\xca\xfb\x9a\xf0\xbe\x06\xdc\xc7\x29\xef\x6b\x96\x8f\x55\x1c\x85\x25\xef\xab\x10\xd1\xe9\x40\x93\x26\xef\x6b\x1d\xbe\x40\x4d\x1a\x10\xdc\xf6\x4d\x79\x5f\xb3\xb8\x63\x22\x80\x9f\x65\xd8\xe9\xb0\x53\x1f\xd9\x29\x89\x46\x75\x38\x97\xc3\x29\xc7\xa4\x51\x47\x28\x8b\x26\xad\xb8\x15\x22\xe4\x9e\x65\x3a\x6f\x93\x79\xe3\xcb\x2e\xd3\x79\x9b\x76\x8a\x8a\x29\xd3\x4e\x27\xeb\x6d\x30\xd2\xe9\x7a\x9b\x8e\xb4\xd3\xe9\x74\xa4\x93\x91\x0e\x1f\x39\x52\x39\xca\x87\xf2\x1e\xfe\x94\x83\x0f\x6a\x09\x65\x39\x1c\x82\x7b\x1c\xa8\xd8\x52\x92\xd7\x84\xc4\x35\x28\x26\x94\xe5\x70\x09\x6a\x95\x21\x4f\xcb\xa2\x55\x06\xcc\xa1\x49\x08\x5f\x37\x38\x84\xc9\x4f\xb5\xca\x40\x04\x5a\x47\xde\x57\x61\x37\xf3\xa7\x0a\x72\xb2\x7a\xd5\x3a\xa7\x53\x79\x2a\x9b\xba\xe3\x54\xb6\x93\x15\x32\x98\xb7\xd3\x15\x72\xfa\xc9\x1c\xca\xa6\xbc\x1b\x82\xba\x43\x59\xb4\xe7\xc0\x6e\x86\x6c\x97\xf2\x62\xe3\xc3\x51\x69\xe3\x8b\xc6\x9b\x58\x7a\x16\x8d\x37\x10\xe1\xa8\x34\xde\x92\xcd\xd6\xa1\x26\xba\x7c\x0b\x17\xaf\x5e\x8d\x78\xf9\xea\xb5\xf1\x94\x1a\xcb\xa2\x8d\x07\x22\x1c\xfc\xe5\x7a\xd3\x55\x1e\x2a\xac\x5b\x79\xb1\xf1\xe1\xe0\xb5\xf1\x45\x8e\x72\xee\x61\x67\xb9\xfd\x29\xc6\x9b\x52\x45\x59\x34\xde\x85\x13\x8d\xca\x45\xe1\x2c\xe9\x5b\xe0\x44\x23\x70\xc8\x8a\x86\xba\x68\x95\xa7\x9f\xb3\x56\x19\x88\x50\x0d\xa7\x0b\x49\xab\x3c\xfd\x9c\xb5\xca\x45\xab\x7c\x20\xae\x56\x59\x22\xdc\xca\x75\xb7\x94\x08\x57\x88\xf0\xc5\x2c\x3b\x75\xa7\x39\x55\xd7\xcb\xf7\xbc\xec\x94\xe9\x5d\x76\xea\x4e\x93\xcb\xa5\x29\xeb\xad\x10\x14\x3f\xca\xf2\x38\x21\x5a\xe5\xe9\x77\xaa\x55\x06\x82\xea\x47\x59\x1e\x3b\xd5\x2a\x4f\x35\xa8\x56\xb9\x68\x95\x7d\x7f\x5a\x65\x89\x70\xeb\x54\x83\xbe\x76\xfa\xb2\x42\x70\xef\xca\xeb\x0a\x81\x96\xb0\x4e\xb5\xd4\xab\x5d\xd8\x60\x6a\x57\x16\x0d\xb5\xa4\xb7\x75\xfa\x39\xbf\xce\xdb\xcb\xcb\xf2\x35\xbf\xbe\xac\xf7\x63\xff\xdf\xf2\xca\x70\x2b\x04\x3b\xa2\x0c\xcd\xad\xa4\xb7\x95\xfb\x8a\x29\xe9\xad\x10\xd4\x53\xca\xd0\xdc\x42\x60\x5b\x2a\x17\x11\x13\x1a\xdb\x0d\x76\xda\x79\xf4\xf8\xe8\xb1\x99\x7f\xed\xf5\x19\x9f\x0c\xd6\x2e\xb4\xc0\x61\xc1\x8c\xc9\xd7\x16\x9a\x60\x20\xe0\x71\xcf\xe0\x2c\x3f\x25\xb8\xad\x5c\x5a\x4b\x19\x6e\x13\x36\xdb\x80\xc7\x3d\x65\xb3\xcd\xd0\x2a\x73\x65\x2f\x43\xab\x0c\x44\xc5\x8b\x0f\xf2\xb9\x32\x8a\xb2\x4d\x7b\x50\x36\x8c\x77\xfd\xfd\xf9\xd0\x3b\xe5\xc4\xcd\x08\x65\x62\x25\x87\x26\x38\x38\xc3\xa7\x2c\x52\x46\x28\x53\x58\x2d\x81\x65\x10\xa4\x7b\x09\x41\x5d\xa4\x0c\x0d\x35\xb0\x9b\x21\x53\x28\x27\xc6\x1b\x0a\x87\x0c\x8d\x77\x68\xbc\xb9\x35\x97\x11\x9f\xe8\x2f\xcd\xf8\x65\x75\x5a\x2d\xbc\x34\x59\x2d\x51\x95\x77\xdb\xf5\x80\xe9\x21\xe1\xf3\xfd\x60\x37\x63\x72\xaa\xaf\x9c\x8c\x00\x6a\x23\xa5\xb4\xbe\x19\x9a\x5b\x0e\x5e\x32\x34\xb7\x40\x40\x08\x91\x41\x08\x20\xc3\x10\xc0\xe1\x4f\xbb\x82\xb0\x35\x64\x4b\x9d\xe1\xd6\x30\x34\xb7\x5c\x05\xca\xd0\xdc\x02\x01\x53\x7d\x46\xb7\x53\xcd\x2d\x57\x81\x52\x92\x60\x21\x2a\x0e\xac\x24\xc1\x29\xfb\x6f\xe5\xa2\x4e\xca\xfe\x2b\x04\xc5\x96\x52\xf6\xdf\x0c\xae\x07\x56\xce\x67\x32\x86\x3d\x60\x6e\xab\x72\x68\x6e\x83\x04\xad\xca\xbd\x94\x8c\xe1\x9b\x19\xbc\x05\xfc\xdc\x18\xbe\x05\xcd\x2d\x77\x3f\x32\x34\xb7\x40\xb0\xdd\xcf\xd0\xdc\xca\x25\x5c\x39\x32\x49\xb9\x84\x85\xa0\x2c\x53\x86\xe6\x56\x2e\xe1\x7a\xe0\xba\xc8\x25\x9c\xf0\x07\x47\x75\x54\xd3\x4e\x27\xaf\x1e\xea\xb8\x8c\xe9\xab\x9f\xbc\x7a\x54\x5d\x1c\xca\x61\x81\x11\xee\x57\x64\x1c\x0a\xc2\xb9\x16\xa4\xfb\x19\x87\x6f\xe1\x70\x7a\x31\xde\xf0\x0f\x6f\x60\xf5\xa2\x11\xa5\x1c\x4e\x29\x87\xeb\x81\x7b\x20\xe5\xb0\x10\xd4\x5c\xca\xd0\x2a\x4b\x16\x5c\xb9\x13\x98\x92\x05\x0b\xa6\x85\x66\xb8\x09\x96\x3f\xb8\x72\x11\x20\x25\x10\x16\x82\xc0\x46\x86\x16\x38\xbe\xca\x21\xc4\x1d\xe2\xf4\x5b\xc0\x2a\x53\x10\x20\x43\xab\x2c\x7f\x70\x3d\xfc\xda\xdd\x18\xc3\x19\x1c\xc4\x3f\x32\xb4\xa3\xa1\x1d\x3d\xb0\x11\xa1\x1d\x05\xa2\xe2\x16\x43\x26\xbc\xc1\xb7\x80\x55\x96\x2c\x38\x21\x08\x8e\x5a\xed\xc0\x4e\x6f\x3b\xf5\x73\xbe\xed\xf4\xb6\x53\x16\xd2\x6d\xa7\x64\xac\xd5\x43\x05\xeb\xc6\x18\x30\x27\x35\xe3\x56\x0e\x2b\x87\x1c\x2a\xd8\x5b\x41\x6e\xde\x02\x1e\x5f\xdc\xbe\x05\x83\x44\x87\x0a\x76\x29\x1b\x3b\xc8\xea\xda\x72\x07\x19\x9a\xb4\xd3\x37\xa3\x49\x03\x82\x9a\x06\x19\x9a\x34\xc9\x77\xeb\xe9\x94\x3f\x6a\x02\x4c\x5a\x75\x09\x6a\xd2\xa4\xd0\xad\xa7\x73\xf9\xf8\xb2\x1e\x3b\x65\xf0\x8f\x9d\xc2\xc7\x55\xc9\x84\x4d\x28\x76\x3f\x08\x8a\x2a\xa5\x4c\xbb\x42\xa9\xa7\xa3\x7f\x15\x04\xcb\x47\xe9\x83\x0c\x2d\x9f\xe4\xbb\xf5\x74\xf4\x6e\x3e\x01\xd3\x6a\x53\xf2\x5d\x61\x37\x43\x5e\x37\x9f\xc1\x46\xb3\xba\xee\xdd\x68\x02\xbb\x19\x2f\xf0\x75\x08\x24\x10\xd4\xee\x2f\x5d\x5b\x1a\xc8\x93\x61\x49\xd2\x2b\x04\xd5\x92\xb2\x6a\x20\x65\xdf\xad\x64\xc2\xa6\xec\xbb\x09\xe3\x6e\x54\x6c\x66\x25\xd6\x9b\x55\x03\x79\x7e\x3f\x4d\x9f\x31\x6f\xc3\x5f\x32\x6f\xb2\xef\x56\xd2\x48\x53\xf6\xdd\x84\x7d\x37\x28\x83\x94\xb2\xef\x66\xd5\xf2\x91\xaa\x99\x55\xcb\x07\x44\x1d\x9d\x47\xa7\x8f\xec\x94\x0f\x50\x92\x5e\x21\xea\xf7\x88\x91\x56\x72\x0a\x2a\x59\x93\x59\xc9\x29\xc8\x1a\x76\x8a\xb8\x6e\x2e\xab\xa6\xed\xe4\xcb\xaa\x9a\xb6\xaa\x69\xfb\x7e\xe9\x48\xb9\x87\x58\xc9\x25\xcc\x4a\xb8\x58\x08\xea\x1b\x65\x6d\xfe\x35\xc2\x72\x8d\x24\xb3\x94\x43\x37\xe1\xcb\x35\xcf\x38\xe5\xcb\x4d\xb9\x71\x1b\x57\xca\x52\x72\x5c\x21\x2a\xfe\x2e\x44\xb9\x1b\x28\x56\x40\xe6\x4c\x4a\x84\x2b\x44\x9d\x7f\x66\x69\xc9\xaa\x6a\x96\x3a\xb7\xfd\xf8\x2e\xe4\xce\x15\xa2\x3a\xe8\xe9\x0b\x99\x8a\xce\x3a\x93\x27\x37\xe1\xc6\x35\xf7\x39\xeb\x54\xf4\xa9\xe8\xae\x0c\x35\x78\x55\x83\xe3\x0e\x57\x35\x38\xd4\xb8\xbb\x19\xa3\x3e\x9c\x7d\x0e\x85\x28\x7f\x94\xd5\x3d\x54\x3d\xec\xd4\x45\xa5\x6a\x06\xcc\x7d\xce\x7a\xf8\xca\xad\x9d\x41\x96\x47\x4a\xa7\x2b\x98\xfb\x9c\xd2\xe9\x66\xbd\x9d\x2f\x17\x50\x3a\x5f\xe4\x28\xd5\xc3\x47\x4e\x08\xb1\xac\x56\x30\xc1\xd2\xb2\x26\x14\xac\x41\xcd\xa5\x94\x82\x35\xa5\x5b\x6d\xf0\xa9\xa5\x7c\xab\x42\x50\x73\x29\xa5\x5b\x4d\x28\x56\x4b\xe3\xbc\x23\x21\x5a\xfd\x6b\x56\x35\x11\x0e\x8e\xdc\xaa\xc2\x6e\xc6\xb0\x1e\xdf\xc2\xc3\x5b\xc0\x73\xa9\x2a\x27\xb9\x55\x1b\x07\x45\x29\xb7\x6a\xc2\xa7\x1a\x15\xcf\xa5\x3e\xca\x66\xe1\x09\x68\xd7\xb2\x1a\xdf\xaa\x2a\xac\xd3\x5f\xfa\x16\x5e\xab\xf8\xa0\x76\xaa\x9e\x74\x25\xe4\x45\x95\x90\xac\x6a\x9d\xfa\xda\xa9\x9f\xb1\x2a\x06\x08\x0a\x3d\x65\x35\xbc\x25\x53\x6b\xa3\x4c\x59\xca\xd4\x9a\xed\xe7\x4f\xf9\xf2\x9a\x8a\x02\x30\x41\x3c\x9b\x11\x29\x09\x5d\x1b\x91\xf9\x94\xd0\x55\x30\x41\x3c\x25\x74\xcd\x16\xca\xcb\x12\x69\x7e\xb3\x40\x54\x7c\xdf\x66\x90\x48\x1e\xd5\x66\xf0\x54\x22\x55\x21\xda\xf7\x68\xf9\xe8\xb5\x19\x82\xe8\x2d\x02\xd1\x70\x91\x9b\xce\xa2\x14\xac\xcd\x00\xa5\x14\xac\x42\xb4\x5f\xf0\xc8\x4e\xab\x9d\xe2\xdf\x35\xc3\x3a\xad\x2e\x9a\xf9\x88\x29\x6f\x38\x90\xcd\x20\x60\xd3\x81\x04\x82\x8a\x53\xd9\x74\x20\x25\x48\x6d\x14\xf8\x4e\x19\x52\x13\x36\x54\x53\xe1\x53\x36\xd4\x6c\xea\x13\x4a\x24\x67\x53\x9f\x00\x41\x29\xa9\x6c\xe3\xfb\x6b\xca\xe6\x9b\x51\x9f\x00\x41\xd9\xa8\x94\x34\x35\xdb\xb4\x53\x94\x6e\xd3\x49\x6b\x1c\x0f\x37\x07\x3f\xed\x74\x5a\x5f\x09\xfd\xd7\x0c\x80\x00\xd1\x8a\xbf\xbc\x7c\xe4\xf4\xa2\xd8\xa4\x60\x15\xa2\x39\x47\x3a\x64\xed\xb4\x53\x34\x67\x33\x8a\x01\x04\xd5\xa5\xb2\x19\xc5\x68\xa7\x43\x70\xd5\xe8\x1c\x01\xd1\xf8\x4e\x65\x65\x4d\x29\x4d\x9b\xdb\x0e\x39\x4d\x85\xa0\x08\x55\x4a\x69\x9a\x8d\xc0\x7c\xd3\xd5\x6a\x06\xe6\x81\x68\xb8\xca\xcd\xed\x7e\x7b\xac\x65\x84\x0f\xdc\xdc\xb7\x02\x41\xad\xaa\x6c\x7e\x6d\x72\x6e\xb6\xea\x10\x34\xf2\x10\x6c\x46\xc3\x55\x96\x60\x33\x9b\x5f\x9b\xba\xa6\xf9\xb5\x01\x41\x49\xab\x6c\xaf\x23\xf5\x6b\xe3\x3a\x46\xca\xc3\x29\x44\xc3\x55\x96\x87\x53\xd8\xcd\xec\x41\x41\x36\x44\xc3\x55\x6e\xda\xf8\x46\xde\x7b\x53\x89\xc0\xdd\xf9\x41\x78\x6e\x25\x83\x67\x76\xce\x73\x29\x86\x95\x9d\xf3\xdc\xec\x3f\xe7\xe8\xb4\x59\xfa\x8c\x39\xc2\x2d\xee\xdc\x6f\xca\xee\xa7\xdb\x98\xf1\xee\xa7\x0b\x04\xd5\xae\xb2\xfb\xe9\x4a\x11\xda\x28\x84\x96\x52\x84\x0a\xd1\xf0\xd1\xba\xf1\x65\xf8\x3c\x4b\x73\xbd\x75\x8d\x37\x10\xad\xfa\xc8\x4e\xb1\xca\xcd\x97\xd5\xb5\xca\x1d\xab\x4c\xed\xac\xec\x5a\xe5\xae\x22\xf8\x04\x51\x11\x74\x15\x01\xae\x5c\x8f\xef\xaf\x39\x04\x7b\x50\x11\x74\x15\x01\x6f\xbe\xab\x08\x64\xed\x6c\xdf\x4f\x8d\xef\xc2\xd4\x19\xd4\xce\xca\x6e\x7c\x17\x28\x8d\xd2\x56\xd9\xb9\x5f\x24\x04\x14\x79\xd9\xd5\x0d\xbd\x7e\xb5\xa8\x90\xd7\x98\x6f\x57\x5f\xd4\x3f\xf3\xa3\x66\x57\x9d\x40\xf7\xb9\xff\xca\x5e\x19\xbd\x39\xad\xf8\x1d\xdc\x5e\x49\xb9\x3f\xb3\xab\x75\xa0\xcb\xcb\xae\xd6\x81\x0f\x34\xbe\xfe\x8d\x08\x03\xa5\x79\x06\xd9\x9b\x72\x92\x7e\xe3\xe9\x25\xdc\xa0\x7f\xcd\xde\x2d\x7c\x85\xd9\x80\x08\x74\x03\x9d\xe2\x37\x76\xa3\xc4\xc0\x6e\xc6\xe4\x90\x7e\x93\x9d\x5c\xc6\xaf\x83\xee\x7c\x7d\x95\xc0\x88\xc9\x74\x43\xc2\xf0\x81\x86\x87\x9c\xd2\x81\x0a\xbb\x19\xc3\x72\x77\x0b\x45\x68\x7c\x1d\x0c\x57\xad\x8a\x93\x6a\x4d\xd9\x55\x9c\x40\x50\x70\x2a\xbb\x1b\xde\xae\xe2\xa4\xd0\x53\x76\x15\x67\x57\x71\xe2\x6b\x74\x15\x67\xd7\xc3\xa2\x82\x53\x76\x3d\xac\x3e\xed\x14\x39\x74\x97\x80\xd2\x28\x75\x94\x5d\x7f\xa9\xab\x38\x71\x49\xba\x8a\xb3\xeb\x1b\x71\x29\x27\xbb\xbe\x51\xc7\x37\xe2\xd6\x4f\x76\x7d\xa3\xae\xe2\xa4\xea\x50\x76\x15\x67\x57\x71\x62\x46\xbb\x8a\xb3\xeb\x42\x71\x77\x27\xbb\x2e\x14\x10\x94\x88\xca\xae\x0b\xd5\x0f\xdf\x02\x5a\xa7\x1f\xbe\x85\x0d\x41\x89\xa8\xec\x7a\x55\xfd\x2b\x3f\x76\xd8\x83\xb2\x1d\xca\xa6\x1c\xca\x46\xfa\x4d\xa3\x64\x4f\x76\xc3\xd5\x80\x37\x92\xb2\xbb\x2f\x06\x76\x33\x9f\x29\x2f\xe7\xca\xdf\x1c\x79\xae\xdc\x2d\xc5\x43\x65\x9f\xec\x2a\x7a\x20\xbe\x39\x32\x5a\x0d\xec\x66\xbc\x05\xc3\xd5\x9d\x2d\x75\xc3\x61\xe8\x6e\xa9\xfb\xf9\x55\x50\x63\x08\x9a\x88\xae\x89\x98\x3e\x72\x6d\x9d\x4e\x2f\x1e\x83\x24\xb2\x42\x50\x35\x2a\xbb\xd1\xea\xfe\x15\x33\xc3\xc6\x4b\x05\x2b\x04\x55\xa3\x52\x26\xd8\x84\xc2\xb5\xb4\xae\xc2\x72\x13\x0c\x9f\x6b\x7c\xef\xcf\x4d\x70\xd7\x2e\xf5\xb0\x99\x53\xce\xee\xf6\x7b\x7f\xf7\xf7\xd7\x2e\x9b\xd1\xe9\xed\x47\x79\xf3\x2d\xe0\xc8\x76\x0f\x87\xe5\x73\x6d\x1d\x45\x2f\x9f\x6b\xf6\xe4\x73\xc6\xf5\x84\xc8\xf5\x83\xdd\x0c\x79\x0d\x26\x03\xde\xbd\xca\x6e\x30\x59\x8a\xd7\xe6\xf1\xb3\x1c\xaf\x42\x7c\x33\x9e\x5f\xa7\xcc\x9b\xc7\xcf\xdd\x93\x60\x68\x5f\xe3\x9b\xf1\xe5\x3b\x5d\xca\xa6\x1e\x36\x34\x0d\x44\xc3\x95\xeb\x86\xa6\x65\x87\x6d\x9e\x52\xcb\x0e\x2b\xc4\xf7\x62\x0c\x4d\xf7\xf5\x75\x4a\x0f\xee\xe3\x3b\x59\x1c\x54\xfd\xca\xae\xa7\x0c\x94\xc6\x75\xa9\xec\xba\xca\x40\x7c\xef\xcf\x68\x35\xb0\x9b\x31\x7a\xf7\xf6\x40\x98\xb3\xd0\x3d\x57\x96\x92\xb6\x71\x5d\x2a\xa5\xa4\xcd\xbe\x3d\xe6\xe8\x5a\x39\xb7\xf6\x5d\xb3\xdf\x55\x83\x9a\x7d\x20\xba\x56\xce\xad\x7d\xd7\xec\x53\x85\x25\xbb\x66\x1f\x08\xaa\x20\x65\xd7\xec\x03\xbb\x19\x9d\xea\x78\x77\xce\x95\x3b\x3e\x5a\xd7\x13\xe8\x56\x77\xf3\x30\xbb\x1b\xe8\x86\x1b\x37\xa8\x82\x94\x52\xe3\xe6\xc0\x9e\x9b\xed\x30\xb4\xe7\xe3\xe7\xe0\xd1\x8c\xc3\x08\xf6\xc0\x15\xa7\xf8\x50\x0e\x5d\xf1\xa1\xd9\x87\x21\x34\x87\x66\x1f\x08\x93\x22\x86\x66\x5f\xee\xdd\xe6\x31\xb8\xdc\xbb\x42\xb8\x78\x87\x66\x5f\x52\xdd\x46\x55\x93\x94\x54\x37\x21\xd2\x0d\x17\xef\x30\x5a\x0d\x94\xc6\x6d\xa5\x1c\xa4\x73\xe5\x28\x76\xca\x10\x34\xfb\x43\xff\xdf\xf3\xed\xa1\xff\x0f\xf7\x6e\x50\xa3\x28\xe5\xde\xcd\xa1\x77\x40\x45\xb2\x1c\x7a\x07\x40\xb8\xc6\x47\x38\x52\xbd\x03\x28\x40\x53\x8a\xde\x1c\xc1\x6b\x66\x8d\x0f\x63\xca\x43\xef\x00\x0a\xd0\x1c\x7a\x07\x40\xb8\x78\x87\xde\xc1\xa8\x2e\xc1\xf3\xf7\x67\xe3\x3d\x8c\x39\x43\xee\xeb\x95\xc4\x1c\x1e\x2b\x03\xfb\xaf\x30\x87\x9e\x2b\x03\x5e\x2c\xcc\xa1\xdb\x01\xec\x66\x0a\xe0\x70\x70\x45\x28\x92\x94\x43\x57\x64\xe8\x8a\x50\xed\x22\x87\xae\x08\x10\x14\x49\xca\xa1\x2b\x32\xaa\x23\xe4\x6b\x1f\x1e\x35\x0f\xb2\xe4\xcc\xe7\x18\xcd\x05\xa4\xaf\xe1\xd9\xfb\xd0\xd7\x00\xbc\xcd\x98\xc3\xb0\x87\x5c\xc5\x8d\xc2\x13\x29\x57\xb1\xe0\x6d\xc6\x94\xab\x38\x07\x21\xf2\xe6\xd9\xfb\x30\x44\x3e\xba\x9d\xfa\xc8\x4e\xf5\x35\x86\x8b\x5b\x5f\x63\xe0\x6b\x50\x4b\x29\x87\xbe\xc6\xe8\x16\x3d\x64\x03\x32\x3c\x6a\x1e\x5c\x50\xe3\x9a\x62\x0e\x2e\xa8\xe5\xd0\x89\xa0\x96\x41\x0e\x9d\x08\x20\xfc\x8a\x87\x21\xf2\xe1\x7e\x09\x2e\xd4\x1c\xee\x97\x80\xf0\x2b\x1e\xee\x97\x06\x7c\x78\xcd\xf3\xed\x31\x5c\x2d\x83\x6f\x11\xcf\x65\xe8\x30\x00\xbb\x99\xcf\xec\x01\x27\xc2\xcc\x95\xa1\x13\x31\x0c\xb0\x78\x0c\x3e\x0c\xb0\x0c\xb6\x55\xea\x84\xe1\xb6\x6a\xe8\x44\x0c\xdf\x8c\x4e\x04\x10\x94\x5c\xca\x31\x95\x4d\x27\xc2\x63\xf0\xa1\x13\x01\x78\x37\x32\x87\x4e\xc4\x30\xc0\x02\x7b\x69\x0e\x5d\x81\x71\xd8\x29\xf3\x66\xec\x1b\x28\x6d\x38\xfa\xc3\x85\x74\xb0\x90\x70\x70\x86\x0e\x03\xb0\x9b\x31\x52\x83\x2e\x00\x57\x28\xf7\xff\x7d\x0b\x6e\xf9\x3c\x2d\x1f\x6e\xf9\x06\x66\xff\xd3\x3a\x9a\xfd\x71\x2a\x9b\x0a\xcb\x48\x3a\xe0\x55\xca\x1c\x9a\x7d\x69\xaa\xdb\xb0\x07\xcd\x3e\x10\x9f\x72\xd2\xec\xcb\x3f\xdd\x86\x3f\x35\x44\x0e\xe7\x74\x98\xa3\x33\x0c\x91\x03\xa5\x79\xf6\x3e\x2e\x3f\xc0\x8b\x0f\x50\x1d\x66\xd4\x7c\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\xa0\x32\x53\x0e\xbd\x83\x71\xf9\x16\x70\x53\x86\x47\xcd\xd0\x54\x07\x95\x99\x52\x9a\xea\x1c\x3a\x11\x90\xb1\xe7\xd0\x89\x00\xbc\xe6\x99\xe3\xf6\xcb\xd2\x89\xf0\xec\x7d\xe8\x44\x8c\xed\x31\x44\xff\x3a\xf0\xc5\x18\xe6\x1a\x04\xab\x86\x61\xae\x91\x76\xca\x48\x4d\x27\x03\x4a\x83\x03\x3d\x47\xfa\x65\x25\x36\x13\xcf\x65\xe8\x57\x00\xbb\x19\xf2\x7a\x98\x0d\x78\x1b\x34\x87\x59\x67\x43\x5f\x63\xa8\xb8\xf4\x35\x06\x19\xa3\xd4\x54\xca\xa1\x5f\x31\x74\x22\x20\x10\xcf\xa1\x13\x01\x04\x84\xcd\x39\x4c\x27\x93\xb7\xbb\x41\x20\x9e\xf2\x76\x0b\xf1\x29\x75\x9d\x88\x61\x08\x6e\xfe\xfc\xa9\x9d\x2e\x3b\x65\xf0\x1e\x06\x0c\x9d\x08\xee\xd8\xe5\xd0\x89\x18\x3a\x11\xb8\x4b\x43\x27\x62\x18\x5b\xf3\x88\x7e\x18\x5b\x1b\xec\xf6\x3f\xdd\xef\x6e\x7f\xe8\x1d\x78\xf6\x3e\xf4\x0e\x80\x30\x05\x6a\x18\x6e\x93\x53\xbc\x4d\x75\x88\xde\xc1\xd0\x3b\x70\x8e\xf4\x0e\x24\x0b\x6f\x53\x6b\xa8\x8d\x87\x20\x3c\x3e\xe5\xee\xce\x7e\xbc\x5f\x91\x54\xff\x9a\x3d\x70\xbe\xfd\x69\x6d\xcf\xb7\xe5\x14\x6f\xf0\xca\xa6\x9c\xe2\x39\x7f\xce\x25\x7b\xd4\xe9\x61\x36\x04\xe2\x01\x5d\x75\x4a\x20\x9e\xd3\x48\xdd\xc4\x30\x4c\x23\x75\x53\xf7\x80\x97\x35\x75\x0f\xa6\xee\xc1\x64\xdb\x38\x75\x0f\xa6\xee\xc1\xe9\x2f\x91\x6d\xba\xdd\x87\x6b\x36\xa7\xdb\xfd\x49\x48\xdf\x9c\xac\x69\x48\x1f\x28\x0d\x12\xd9\x9c\x54\x70\x15\x62\xe0\xb7\x4d\x3d\x06\x60\x37\xf3\x99\x82\xe0\x45\x50\xb7\x28\xa7\x5e\xc4\x2c\x8e\x1e\xf5\x33\xc3\xd1\x47\xa1\x19\x72\x44\xf8\x48\xd9\x50\x70\x53\x2f\x02\x88\xf1\xfb\x27\x12\xd6\xa6\x41\x46\x09\xd7\x9b\x87\xff\x12\xae\x0b\x41\x59\xa3\x9c\x3a\x19\x53\xef\x01\x2a\xda\x9c\x7a\x0f\xd0\xa3\x07\x65\x8d\x72\x9a\x62\x36\xf5\x1e\x60\xff\xcd\xa9\x7b\x00\x84\x79\x62\xd3\xb8\xe3\xb4\xd0\x2c\xec\xbf\x39\x0d\x3c\x02\xa1\x81\x9c\x7a\x11\x53\x2f\x82\xab\x8b\x39\xf5\x22\x80\xd0\x40\xca\xc5\x9e\x92\xac\x37\x48\x82\x53\x96\xf5\x9c\x84\x20\xa8\x57\x94\xd3\x18\xc3\xd4\x3d\x30\x47\x60\xea\x1e\x00\x61\xd6\xd9\x34\x13\x4d\x7e\xf6\x66\x12\x80\xfc\xec\x42\x50\x88\x28\xe5\x67\x4f\xf8\xd7\x77\x33\x7a\x30\x3b\x0d\x08\x0a\x11\xe5\x34\x14\x21\x3f\x7b\x33\x09\x40\x7e\xf6\x84\x93\x3d\x34\xde\xd3\x84\x35\x60\x37\xe3\x5d\x1a\x9e\x00\x42\xe3\x3d\x75\x2c\x80\xd2\x4c\x02\x98\xa6\x6a\x4f\x4e\xd0\x21\x32\xcf\xe9\x09\xfa\xd4\x8b\x30\x09\x60\xea\x45\x00\x61\xaa\xdb\x34\x3a\x21\xdb\x7b\x83\x9b\x37\x65\x7b\x17\xbc\xd2\x9e\xb2\xbd\xa7\x34\xee\x0d\x36\xdb\x94\xc6\x5d\x08\x3d\x06\x69\xdc\x73\x42\xcf\xd8\x0e\x97\xe8\x70\xf4\x1b\xbc\xf9\x9e\x53\xff\x43\xca\xf6\x06\xc7\x6b\xca\xd9\x9e\xf0\xb3\x87\x8e\x85\xfc\xec\x39\xf5\x22\xa0\x34\xcd\xa9\x17\x01\x78\xf3\x3d\xa7\xf1\x5a\x69\xdc\xdb\xe1\x9b\x99\x5f\x0f\x0f\xcd\x7c\xe4\x54\x5a\xe2\xfc\x20\x8c\x09\x59\xfb\x06\x3b\xf5\x91\x9d\x1a\x63\x30\xf3\x60\x1a\x63\x98\x5c\xf9\xd4\xff\x98\x7a\x0c\x52\xb6\x37\x28\x42\x53\xce\x76\x21\x28\xa2\x93\x52\xb6\x0b\xbb\x19\xf3\x66\x40\x61\x12\x3c\xe0\x82\x7c\x4e\x83\x07\x53\x2f\x82\xeb\xa8\x39\xf5\x22\x00\x2f\xc8\xe7\x34\x9e\x20\xdb\x7b\x33\xdd\x41\xb6\xf7\x9c\x78\x11\x14\xd1\xc9\xa9\x17\x21\x01\x7c\x3b\x7c\x33\xa7\xcb\x92\xab\x9f\x7a\x33\xd3\x23\x7a\xd9\xde\xdb\xe1\x9b\x31\x78\x00\xc3\x7b\xe8\xcd\x4c\xf3\xda\x80\xdd\x0c\x79\xcd\x5d\x9f\xdb\xb3\x08\x28\xdb\x73\xea\x58\x40\xf0\xbe\x9b\x31\x04\x0f\xda\x61\x7b\x0f\x9d\x1e\xd9\xde\x73\xea\x45\x70\x91\x34\xa7\x5e\x04\x10\x3a\x3d\xd3\x84\x35\x49\xe1\x9b\xc9\x13\x92\xc2\x0b\x31\x86\xbf\x74\x42\x8c\x7d\x1f\xc4\x02\xa7\xb1\xef\x79\xdb\x29\x43\x30\xaf\x0d\x28\x0d\xbe\xc8\x9c\xc6\x1d\x26\x5e\x84\xe9\x8b\x53\x2f\x42\x9e\xf8\x76\x38\x2c\xf3\xda\x20\x85\x0f\xaa\xe3\xa4\xa4\xf0\x39\x75\x0f\x0e\xe5\xd5\x3d\x00\x62\xa8\xf2\x0c\x45\x4c\x43\x11\x87\x82\xe8\x32\x00\xa1\x43\x36\xf3\x93\xc3\x09\xc1\x97\x9b\x7a\x11\x40\xe8\x90\x4d\xbd\x88\x69\x8c\xc1\x54\x8c\x69\x8c\x01\x08\x1d\xb2\x69\x8c\x61\x2e\x8b\x55\x7f\x3f\x55\x10\xbc\x08\x8a\xd0\xe6\xd4\x8b\x98\x8f\xd3\x8b\x0f\x35\x0d\x28\x00\x61\x6a\xe5\x34\x9e\x30\xf5\x22\x0e\xf5\x9b\x5e\x04\x10\xe3\xfb\xa5\x9d\xea\x45\x40\x8f\x98\xb2\xe4\x0b\xb2\x19\xe4\xd4\x8b\x90\x9c\xbe\x1d\xe8\x37\xd9\xe9\x13\x76\x7a\xd9\x0c\x52\x76\xfa\x3c\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x82\xca\x3d\x79\xb8\xdd\x3f\xb4\xf1\x50\xe9\xe5\xa1\x8d\x07\x24\x3d\xc8\x43\x1b\x2f\xaf\x7d\x3b\x31\x02\x12\xdb\x0b\x61\x3e\x27\x24\xf7\x1b\x5e\x9b\xed\xb9\x94\xc4\x3e\x21\xae\x97\x1b\x21\x0f\x13\xd6\x80\xdd\x0c\x79\x3d\xdd\x07\x82\x3a\x40\x79\xe8\x1d\x00\xa5\x9d\xa8\xed\xc3\xd3\x80\xa3\xf0\xc9\xe0\xa4\x1d\x7a\x07\xf2\xda\x37\x6e\xfd\xa6\xc4\xf6\x09\x89\x7d\x8c\xe3\xcf\xe4\xe6\x29\xc7\x7d\x1e\x7a\x0a\xd0\xd4\xe5\xa1\xa7\x00\x84\x7e\xee\x61\x5e\x9b\x54\xf8\x0d\xfe\xb9\x94\x0a\x5f\x08\xfd\xdc\x43\x57\x40\x8e\xfb\x66\x16\x89\x1c\xf7\x09\xaf\x7d\x50\xeb\x27\x0f\x13\xd6\x80\xdd\xcc\xbf\xf6\xfa\x0c\x5b\x85\x0f\x77\xe8\x1d\x00\xbb\x19\xf3\x65\x70\xe1\xd0\x63\xc0\x5f\x3b\xf4\x18\x0e\x4f\x23\xcc\x22\x39\x34\xe8\x40\x50\xc4\x27\x0f\xa3\x02\x87\x36\xde\xbc\x8f\x43\x1b\x0f\x84\x3e\xf8\xe1\xc9\x83\x8c\xf9\xed\x44\x73\xca\x98\x2f\xc4\x38\x7d\xa4\x1c\xee\xed\xb9\x3b\x9c\x87\x7b\xfb\x83\x6c\x73\x5d\xf5\x43\x7b\x7e\x68\xbc\x4d\xe8\x38\x34\xde\x07\xc6\x9b\x22\x3e\x79\x68\xbc\x65\xc7\x6f\x10\x7e\xa5\xf4\xf8\x42\x50\xc4\x27\x0f\xd3\xdf\xa4\x98\x6f\xb0\x65\xa5\x1c\xf3\x09\x9f\x7c\x50\xc4\x27\xe5\x93\xcf\x43\x03\xc9\xdd\xe1\x3c\x34\x90\x40\x50\x9d\x27\x0f\x53\xcc\xa4\x9d\x6f\xa7\x73\xa9\x81\x04\x62\xfa\xf5\x68\x20\x81\xdd\x8c\x21\xb8\xf5\x06\x82\xea\x3c\x09\x2d\xfd\x86\x97\x72\xe6\x8e\xde\x6d\xf6\x41\x8a\x99\xbb\x8d\xc3\x14\x33\x60\x37\x43\x5e\xed\x28\x10\xee\x36\x0e\xc3\xf7\xc0\x6e\x86\x6c\xc6\xef\x0f\x62\xf5\xd3\x6f\xd1\x0d\xfa\x71\x58\xdf\xdd\x61\x69\x5b\xe1\xba\x8f\x59\xfc\xa5\xd3\x8b\x81\xec\x3f\x05\xd1\x40\x02\x31\xfd\x16\x35\x90\xc7\x69\x19\x78\x7f\xea\x66\x19\x08\xf7\x2e\xc7\xf9\xfd\xb5\xc7\xda\xf3\x4c\xaf\x89\xdf\x80\x94\x21\x79\x68\x0c\x81\xdd\x8c\x91\x1a\x4a\x07\xa4\x0c\xc9\x43\x03\x29\x0f\x7f\xff\xf9\x01\xba\xa7\x06\xa4\x0c\x49\x79\xf8\xf3\xc0\x56\x75\xaa\x56\xe6\xa1\xad\x3a\x6e\x65\x43\x0e\x6d\x95\xf4\xf7\xfd\xc7\x36\x42\xfe\x7b\x21\xa6\x1d\xb8\x6d\x3d\xd2\x4e\x89\x93\x1c\xda\x2a\x20\x4c\x7d\x3e\xcc\xc1\x96\x12\xbf\x43\x2d\x92\x52\xe2\x0b\x31\x55\x04\xda\x2a\xb9\xee\x3b\x64\x20\x29\xd7\x7d\xc2\x6f\x2f\x9d\x49\x1e\x30\x2d\x08\xa5\x43\xb8\x91\x87\x39\xd8\x40\x4c\xf5\x85\x76\x09\xd8\xcd\x7c\xa6\x20\x24\x9d\x4c\x07\x6f\xd2\x89\xf4\xf7\xfd\x87\x35\x94\xff\x3e\xe1\xba\x0f\xf7\x7c\x72\xdd\xe7\xf1\x28\x1b\xa6\xe4\xd0\x56\x01\xe1\x36\xf0\xd0\x56\x1d\xaf\xeb\x0d\x97\xfd\x78\xbf\x67\x0c\x01\x2f\xf0\x30\x0c\x2d\x13\x7d\xff\xf9\xc9\x18\x73\x86\x76\x3e\x4c\xf2\x96\x76\x3e\xa5\x9d\xef\x70\x12\xa4\xb4\xf3\x42\xb8\xa9\x3c\xcd\x1d\x93\x89\xbe\x17\x3e\x71\x99\xe8\xf3\xdc\x7b\xd0\x30\x17\xfc\x84\x7b\x26\x4f\x36\x9a\xbd\xb0\xc8\x4f\x37\x9a\x27\xb9\x63\xd4\x39\xc9\xd3\xdc\x31\xa0\x74\xca\x3c\xe6\x69\x72\x35\x10\x14\x30\xc9\x53\xbb\x74\x5a\x1d\x98\x7b\xff\x79\x1a\x9b\x06\x82\x62\x3e\x79\x6a\xab\xa4\xbf\xef\x5c\x7f\x4e\xe9\xef\x05\x49\x65\x52\xfa\xfb\x3c\x2d\xd4\xcb\x4d\xfd\x3c\x55\xf8\x40\x98\x80\x7e\x7a\xae\x7c\x56\x47\xea\xe8\xdd\xc1\x01\x41\xcd\xf7\x3c\xdd\xc0\xc9\x3a\xdf\x8b\x82\xb8\x61\x81\x62\x3e\xa8\xf9\x93\x52\xcc\xe7\xd9\xfd\x6b\xb8\x29\xa7\xda\xf2\x54\x5b\xa2\x8e\x4f\xb5\xa5\x4c\xf4\xdd\x9b\xaa\x32\xd1\x0b\xe1\xbe\xf8\x74\xab\x23\xc5\x7c\xf7\x6e\xa9\x14\xf3\x09\xad\xbc\xbc\x38\x79\x7a\x9c\x0a\x94\xee\xfd\xcd\x13\x36\x47\x21\xcc\xa1\x3f\x3d\x61\x95\x4e\xbe\x7b\x7f\x53\x3e\x79\x21\x28\x0d\x94\xd2\xc9\xe7\x39\xec\x14\x15\x7d\xaa\xc9\x81\x98\xfd\x9f\x38\xf3\x3e\x8d\x9d\xca\x40\xdf\x0b\x66\x4e\x06\x7a\x21\xdc\xd2\x9f\x2a\x7a\xa9\xe5\xbb\x59\x40\x52\xcb\x0b\x41\x81\xa1\x94\x5a\x3e\xe5\x87\xef\x66\x01\x49\x10\x9f\x70\xc2\x87\x5b\xfb\xd3\x08\x28\x9c\xf0\xa5\x53\x53\x32\x4f\xc3\x9d\x40\x50\x8c\x26\xe5\x87\x4f\x38\xe1\x4b\x37\xbd\xe7\x74\xef\x02\x84\x11\x80\xd3\xb3\xd0\xf3\xb4\x53\x74\xdd\x69\x68\xf3\x3c\xed\x94\x99\x76\x03\x02\x94\x6e\x16\xd0\xe9\x0e\x04\x08\x8a\x0e\xe5\x69\xb4\xf3\x54\x83\x7b\x51\xee\x54\x83\x9f\x6a\x70\x8e\x78\x4f\x35\xb8\xcc\xee\x3d\xd0\x27\x52\xbb\x27\x34\xee\xe1\x9d\x03\x69\xdc\xf3\x54\x99\x7a\xd5\xe8\x54\x99\x9e\x2a\x53\x94\xd3\xa9\x32\x3d\x29\x1a\xd5\xbd\x43\x04\xf5\xfb\x06\xd6\xd9\xb4\x03\xd7\x19\x04\xf0\x3d\x50\x7f\x32\xc0\x0b\x61\xd8\xe1\xf4\xa8\xf2\x4c\x65\xb3\x07\x3d\xfa\x93\xc3\xc5\xe9\x42\xf6\x70\x51\x02\xf8\xee\x75\x1e\x19\xe0\x85\x98\x38\xd7\xa7\x6a\x18\xd8\xcd\x7c\xa6\xbc\x0b\x15\xe3\x7a\x57\x0d\x9f\xea\xdc\xf8\x9e\x29\xef\x42\x36\x34\xa2\x3c\xf1\x42\xe9\xf1\x3d\x73\xca\xd9\x1f\xc0\xe6\x94\xa7\xfb\x83\x53\xd5\xec\x3d\x9d\x53\xd5\x0c\xc4\xc4\x1d\x96\x27\x5e\xd8\xcd\x78\xf5\xaa\x6b\x40\xd2\xa7\x94\x27\x5e\xd8\xcd\xfc\xa9\xc3\x52\x83\xfb\x91\xa9\xc1\xa1\x90\xdf\xcd\xfc\xa9\xc3\x7a\xb0\x2e\x78\xcd\xd2\xc9\xa7\xdc\xf1\x3d\xbe\x67\x0e\xe1\x71\x08\x0c\xde\x7c\x40\xa0\x74\xaf\xcc\x9c\x9e\x72\x9e\x24\x32\x19\x39\x39\x4d\x64\x82\x2e\x7e\x37\x63\xf4\xc6\x2c\x4f\x62\x96\x94\x0b\xca\xd3\x98\xe5\xa9\xd9\xf0\xf6\xca\xa9\xd9\x00\x82\x72\x41\x79\x1a\xc6\x94\x62\xbe\x57\xbe\x53\x29\xe6\x85\xa0\x5c\x50\x5e\x9a\x0d\x29\xe6\x7b\x25\xe0\x27\xc5\x7c\x42\x2b\x1f\x06\x58\x2e\xf7\x29\x40\xe9\xb5\xf8\xd7\x6e\x9f\x31\x52\x5c\xb9\x4b\xb3\x71\x11\x9f\xec\xde\xed\xb8\xdc\x81\x00\x92\x65\xa5\xe4\xf4\x79\x69\x0f\xbc\x3f\x71\x69\x0f\x80\x38\x94\x43\x7b\x70\xc1\x61\xd9\x2b\x5f\xfd\x15\xdf\xb3\x93\x66\x8d\x47\xca\x86\x5b\xdc\x4d\xa2\x97\x01\x3e\x21\x7d\x97\x7a\x2b\x2f\xdd\xe2\x4b\x7b\x00\x41\x71\x5e\xda\x03\x20\xa8\xdc\x93\x97\xf1\xab\x4b\x7b\x60\xe2\xf0\xa5\x3d\x00\x82\xca\x3d\x79\x69\x0f\x64\x7b\xef\x95\xcf\x48\xb6\xf7\x84\xe1\x3d\xa8\xdc\x93\x97\x27\x63\x40\xe9\xa6\xd5\x5e\xa6\xdc\x5c\xd8\x03\x2f\xb1\x5c\xda\x03\x08\xde\x77\x33\x46\x6f\x4c\x0b\x08\x23\x4e\x97\x31\xad\x8b\x12\x1e\xdd\xe4\xb4\x4b\x45\x0b\xc4\x41\xc8\xf0\x32\xd3\x05\x4a\xf6\xd2\x4d\x42\xbc\xf4\x81\x81\x30\x30\x75\xe9\x02\x5f\x6a\x4b\x13\xfd\x2e\xb5\x25\x10\x87\x2f\xc6\x10\x8e\x0c\xe5\xdd\x9c\x2d\x29\xca\x13\x3a\xf2\xf0\x82\x8d\x74\xe4\x79\xa9\x06\x4d\x6b\xb9\x54\x83\x40\x78\xc1\xe6\x32\x0b\x58\xd6\xf2\x6e\x5a\x8b\xac\xe5\x42\x50\x6b\x27\x65\x2d\xcf\x4b\x67\xd1\x44\x94\x4b\x67\xf1\xe2\xdc\x83\xba\x3a\x79\x19\xc4\x00\x4a\x37\xd9\xe3\x32\x8a\x01\x84\xd1\xb0\x4b\x95\x07\xec\x66\xfc\xd4\x28\x06\x10\x14\xcc\xc9\x4b\x35\x78\xa9\x06\xcd\x09\xb9\x54\x83\x40\x1c\xf8\xbb\x97\x6a\x50\xaa\xf4\x6e\xea\x8f\x54\xe9\x09\x55\x7a\x18\x5b\x93\x2a\x3d\x2f\x15\x57\x43\x13\x5c\x2a\x2e\x20\x28\x98\x93\x97\x8a\xeb\x52\x87\x98\x3a\x72\xa9\x43\x00\xa8\xde\xfe\x68\xbc\x2f\x03\x1a\x17\xd9\x10\xbd\xbb\xe0\xcd\x86\x00\xc2\xd0\xdb\xa5\x17\x2a\x2f\x7b\xef\xb8\x75\xf2\xb2\xe7\xad\x06\x30\x71\xe0\x56\x03\x00\x92\xc8\xe5\x6d\xf4\x42\xaa\xf4\x6e\x02\x8a\x5c\xe9\x42\x50\xf5\x2b\xa5\x4a\xcf\x5b\x0d\xe0\x79\xf9\xad\x06\xb8\xd5\x00\x2c\xa0\x5b\x0d\x20\x7d\x7a\xef\xcd\xbf\x66\xa7\x6a\x00\x3c\x69\xe9\xd3\x53\x5e\xf4\xee\xd1\xb5\xbc\xe8\x09\x17\x7a\x50\x8a\x27\x6f\x8f\x1e\x6e\xea\x4e\x74\x0f\x9b\x6f\xf7\xd4\x80\xcc\x75\x79\xb7\xaf\x99\x9d\xb2\x0c\x64\x10\x4f\xd8\xc2\xa5\xa6\x4b\xd9\xc2\xf3\x56\x9f\xf4\xc3\x9f\xa6\xcf\x78\x23\x8a\x0b\xa9\x56\xde\xea\x93\x8e\x0a\xbf\xd5\x27\xb7\xfa\x84\xe8\xac\x6c\xe1\x29\x0d\x78\xf7\xd8\x49\x1a\xf0\x84\xfa\x5b\x06\xbb\xbc\x4d\xd7\xbb\x49\xd7\xeb\x1e\xe3\xdc\x06\xc4\x6f\xf5\x09\x0e\xf7\xad\x3e\x91\xf2\xbb\x7b\x3e\x23\xe7\xb7\x10\x94\xe2\xc9\xdb\x3c\xbc\x9b\xdd\x78\xf7\xce\xfc\xed\x6e\xfc\x9e\x76\x3a\x79\x64\xa7\x9c\xf1\xf6\xc1\xfe\xeb\xd6\xeb\x01\x82\x52\x3c\x79\xeb\xf4\x48\x84\xdd\x8d\x8a\xca\x84\x2d\xc8\xae\x97\xb7\xd9\xbf\x92\x4d\x77\xef\x09\xcb\x36\x2d\xc4\xe1\x8b\xd1\x63\xb8\x35\xc1\xee\xa9\x6f\x4d\x30\x10\x5e\x3c\xbb\x9f\xaf\x19\x26\xd8\xdd\xdc\xad\x09\x06\xc2\x8b\x67\xb7\x26\x18\xd8\xcd\x7c\xa6\x20\x9c\x2e\x7a\xf1\xec\xf6\x74\x51\x4e\xea\xee\x25\x5b\x49\xa9\x33\xdd\x0a\xe9\x71\xa7\x5b\x21\x38\xa3\xc3\xe8\xac\x9c\xd1\x29\x3f\x74\xd7\xe7\x93\x20\x5a\x08\xaa\xf9\xa4\xfc\xd0\x29\x19\x74\xf7\x02\xa9\x64\xd0\x42\x50\xcd\x27\xd3\x85\x0f\xff\xf3\x6e\x56\x79\x66\xa7\xc5\x4e\x4f\x1e\xd9\x29\xe4\xff\x5d\x87\x29\x0d\x9b\xe5\x5e\xec\x32\x15\x66\x4a\xe5\x20\x19\x74\xf7\xd4\x47\x32\xe8\x94\xe5\xf9\x18\x3e\xba\x7c\x64\xa7\xf8\x29\xe9\xc6\x0a\x08\x83\xb8\x12\x3f\x0b\xbb\x19\x82\xc4\x27\xc8\x43\x33\x7f\xf9\xfa\xc8\x09\x61\xe1\x4b\x06\x2d\x48\x8f\x98\x69\x70\x4d\x96\xe7\xee\xa9\x8f\x34\xce\x09\x75\x73\x50\x1b\x28\xd3\x64\x1a\x60\x37\xf3\xa7\xb7\xcf\xe8\x74\xfa\x4b\x3b\x6d\x4e\x2f\xde\x46\x7a\x0c\x26\x8d\xb3\x97\xf8\xa4\x71\xce\xf4\x13\xd7\x3f\x48\x3f\x71\x20\x0c\x30\xcb\xec\x9c\xd2\x38\x77\x4f\x7d\xa4\x71\x16\x82\x6a\x3e\x99\x7e\xe2\xa9\x2f\xa0\x45\x4f\x7d\x81\xec\x76\xea\x23\x3b\x25\x23\xb7\x6b\x5c\xd3\x8c\xdc\xf4\x13\xc7\x30\xa5\x9f\x78\xba\x37\xd4\xb8\xa6\x7b\x43\x20\xbc\x12\x98\x9e\x6f\xa5\x9f\xb8\xa7\x3e\xe9\x27\x9e\x7e\xe2\xb8\xa3\xe9\x27\x0e\xec\x66\x74\xea\xbd\x05\x20\x0c\x7e\xa7\x54\x0e\xa9\x67\xa1\x65\x4a\x3d\x8b\xd4\xb3\x70\x35\xe8\x59\xa4\x5b\x48\x4f\x7d\xd2\x2d\x24\x10\xd4\x06\xca\x74\x8f\x98\xd4\x8c\xe9\xea\xe8\x74\x43\x08\x84\xa1\xf4\xf4\xb4\x2c\xf5\x2c\xd4\xaa\x52\x3b\x27\x6c\xce\x71\xb8\x68\xdc\x87\xa5\xea\xc7\x13\x82\x54\xfd\xa4\xea\x07\x1f\x38\x55\x3f\xb2\x3d\xf7\xef\x3d\x1b\x0f\x03\xc2\xcb\x8f\x69\x38\x2c\x8d\x7d\x7d\x2f\xd0\xd8\x17\xd4\xcd\xe1\xe5\xc7\x34\x77\x04\x28\xfd\x9b\xcb\xcb\xf5\xc6\xe1\x10\xb5\x81\x32\x3d\x1c\x82\xb9\x79\x37\xe3\x99\xa7\x3e\xd2\x38\x1f\x2e\x41\x13\x50\x53\xd5\xf8\xc9\xab\x6a\x04\xe2\xfc\xfd\x99\x20\x35\x53\xcd\x29\x19\x74\xff\xe4\xd4\xc5\x02\x82\xd2\x41\x99\xde\x9b\x90\xe5\xb9\x43\x1b\x9a\xb2\x3c\x27\xcc\xce\x41\xe9\xa0\x4c\x73\x46\xd2\x2d\xe4\xe9\x37\xe0\x16\x12\x08\x4a\x07\x65\x1a\xa2\x03\x76\x33\x9f\x29\x08\x47\x4c\xa7\x9f\x85\xbb\xca\x74\x0b\xf9\x3d\xd3\x9f\x02\xe2\xc4\x6d\x4e\xdd\xa9\x54\xf9\x43\x42\x9a\xa9\xf2\x07\xc2\xd3\x13\xf9\xa1\x33\x9f\xaf\x19\x9d\xaa\xfc\x81\x38\xfd\xc8\x9e\xaf\x19\x13\x72\xb2\x43\x4f\x9d\x22\x20\x3c\x64\x49\xbd\x9e\x7c\x94\x8d\x70\x59\x9a\x0c\x02\x04\xf5\x8a\x32\x4d\x06\x91\xbe\xb9\x1b\xd3\x97\xbe\x59\x28\x9d\xc2\x1e\xb9\xdc\x0b\x01\xf2\xa8\xe6\xf2\x04\x68\xe9\x1c\x9d\xd8\x08\xb9\x9a\x53\x5e\x66\x8f\x71\xe4\x65\xce\xa5\x29\xa1\x78\x46\x2e\x4d\x09\x10\x8e\x74\x99\xbe\x21\x7d\x73\xf7\xaa\xa5\xf4\xcd\x42\x50\xea\x28\xa5\x6f\xce\xa5\x73\x64\x64\x7e\xe9\x1c\xad\x62\xa7\x3e\xb2\x53\xb2\x3b\x3b\xd5\x1d\x72\x99\xdd\x09\x84\x87\x42\x4b\xeb\x02\xec\x66\x08\x62\xc6\x27\x10\x1e\x0a\x2d\x2d\x8e\x64\xd0\xdd\x1b\x99\x92\x41\x0b\x52\xc1\xa6\x64\xd0\xb9\x42\xd9\xf0\xa1\x96\xf9\x19\x40\x50\x11\x29\x97\xdb\x34\x39\xa3\xfb\xc9\x57\x26\x67\xb4\x10\x54\x44\x4a\x39\xa3\x73\x55\xd7\x20\x3a\x66\x79\xb4\x02\x48\x2c\x9b\x4b\x1b\xb1\xd8\x6c\x0d\x8f\x03\x96\x9b\x2d\x20\x28\x9c\x94\x4b\x7f\x69\xa1\x60\xc7\x0f\x23\xbf\x54\xb0\x40\x78\x22\xb5\x54\xb0\xb2\x3c\x0f\x0a\x10\xa6\x2c\xcf\x42\x50\x38\x29\x65\x79\xce\x35\xec\xd4\x55\x63\xf0\x6d\x0d\xe7\x0d\x71\xbd\xa9\x0f\xec\x66\xfe\xf4\xf5\xd9\xde\x82\xb8\x7a\x97\xca\x14\xd8\xcd\xf8\xa9\xda\x14\x90\x1b\x37\x97\xa7\x2d\x0b\xc7\x6d\xc0\x65\x9e\x4b\xc7\x0d\x08\x0a\x27\xe5\xf2\x18\x05\xfe\xe7\x32\x7e\xae\x5e\xa3\x6b\x80\x14\xba\xb9\xbc\xc0\x09\xa3\x73\x19\x06\xc9\xa5\x74\x4e\xe9\x9b\x4f\xe7\xc8\x73\xfb\x75\xfa\xd7\x30\x56\x4b\x75\x0d\x04\x25\x8f\x52\xca\xe6\x94\x9f\x79\xfc\x70\x36\xe4\x67\x16\xc2\x0f\x50\x7e\xe6\x94\x9f\x79\xc0\xb2\x9c\xf2\x33\x27\x9c\xcc\xe1\x11\xdd\x32\x23\x10\x28\x03\x8a\xe2\x5c\x1e\xdc\x03\xf1\x7d\xa7\x6a\x70\x60\x37\x43\x5e\x8f\x2f\x80\xf0\x06\xf7\x52\xab\xcb\xf6\x3c\xe0\x08\x4d\xd9\x9e\x05\xe9\x7d\x53\xb6\xe7\x5c\x68\xd0\x01\x0d\x70\x2e\x35\x28\x10\x27\xce\xf8\x72\xf7\xb9\xd8\x7d\x0e\x03\xd1\xcb\xdd\x27\x10\x27\x3b\x91\xe5\x51\xc5\x42\x35\x8e\xe2\xaa\x51\x35\x2e\x55\x23\x3e\xfb\x52\x35\x2e\x8e\xae\x47\x71\x39\xe8\xb6\x02\xe1\xf1\xa1\xcc\xce\xb9\x1e\x3b\xc5\xbb\x5d\xea\xbc\xa5\xce\x73\x6d\xa9\xf3\x64\x7b\x1e\x45\x8d\xa4\xce\x93\xed\xf9\x74\x6d\xa9\xf3\xa4\x71\x1e\xde\x1a\x95\xc6\x39\xa1\x6e\x0e\x0f\x23\x97\xc1\x24\xa0\x0c\x2f\x92\x2e\xef\xb6\x01\x71\xe2\xb3\x2f\xe3\x4b\xc0\x6e\x86\x20\x06\x98\x00\xf9\x8e\x73\x79\x54\x21\x29\xf4\x80\xcc\x32\x25\x85\x4e\xd8\x9e\xcb\x80\xb9\x32\xa5\x7b\x16\xe4\x40\x4e\xd9\x9e\xf3\xf9\x29\x2f\xca\xec\x51\xd1\x02\x41\x89\xa6\x7c\xdc\x85\xca\x00\x3d\xa4\x78\x94\x01\x5a\x08\x35\xf9\xa3\xa2\x95\xda\x79\x48\xca\x28\xb5\xb3\x10\x6a\x72\xa9\x9d\xf3\x21\x01\x6e\x14\x3c\xa1\xc7\x2d\xe7\xa3\xa2\xed\xf3\xcf\xd6\xfb\x51\x0f\xc3\xf2\x5c\x06\xfc\xa5\x29\xcd\x73\x3e\x6c\x52\x29\xf4\x94\x8f\x9b\xd4\x27\x94\x09\xeb\xfd\xa8\x60\x1f\x15\x2c\x81\xf3\x47\x05\xfb\x84\x13\x81\x97\xf1\xa8\x60\x1f\x15\xec\xb0\x03\xc5\xc4\x09\x1f\x81\x7f\xf0\xe8\x84\x3f\x1c\x67\x6b\x84\x1e\x8f\xb3\x81\xdd\x8c\xbf\x66\x02\x1c\x10\x1a\xa1\xc7\xe3\x13\xa0\x0c\x2f\xe3\x3e\x9e\x9f\x00\x41\x69\xa6\x7c\x4c\x80\x83\xe5\x79\x37\x43\x10\xf7\xb2\x30\x3b\x87\xb4\x00\x8f\x8e\xee\xa3\xba\x96\x29\x4d\x9a\x67\x21\x4e\x57\x86\xea\xfa\x21\x36\x36\x64\x4a\x7b\x8c\x8d\xc9\xfc\x2c\x7b\x80\xcc\xcf\x29\xa5\xf3\x88\xe6\x33\x3b\xe5\x72\x3f\x55\x92\x52\xfa\x66\xa1\x8c\x70\x19\x98\xef\x05\x84\x06\xf2\x51\x83\x03\xbb\x19\xf2\x7a\x7e\xf2\xa8\xd5\xa7\xbf\x64\x25\xc3\xe2\xbc\x9b\x21\x9b\x87\x21\x52\x3a\x6b\x20\xa5\x74\xce\x47\x75\x2d\xcd\xd8\xa3\xba\x7e\x54\xd7\xb8\xa1\x8f\xea\x1a\xb2\xe7\xdd\x8c\x1e\x3c\x33\x01\x82\x92\x48\xf9\x18\xca\x93\xd2\x79\x18\xfb\x97\xd2\x39\xa1\x71\x8e\xd3\x85\x6c\x5a\x18\x50\x46\x28\xaf\x69\x61\x40\x68\x95\x1f\xed\x01\xb0\x9b\x21\xaf\x06\x01\x08\x4a\x22\xe5\xe3\x09\x0c\x64\xcf\xbb\x19\x23\xf5\x68\x45\xe6\x67\x2a\x42\xa7\xcc\xcf\xf9\x68\x4a\x8c\xaf\x3f\x9a\x12\x20\xa8\x9c\x94\x8f\xa7\xde\x12\x44\x0f\x03\xe7\x12\x44\x0b\x71\xfa\x91\x69\x4a\x9e\xd3\x4e\xb1\xfb\x8f\x2e\xfd\x73\xd9\xa9\x8f\xec\xf4\x72\xf5\xa2\xd5\x1f\xf3\xbd\x1e\x4d\x09\xfb\x88\x47\x53\xf2\x5c\x4e\x2f\xfe\xfb\x63\xbe\xd7\x83\x4b\x4f\x81\xa5\x7c\x74\xe9\x1f\x0a\x75\x8d\xea\x27\x63\x38\x12\x90\xf1\x3c\x1f\x0f\x6a\x20\x7b\x2e\x43\x9e\x9d\x47\x17\x55\xe6\x67\x93\x1b\x64\x7e\xce\x47\xad\x2e\xcd\xc7\xa3\x56\x7f\xd4\xea\x6c\x65\x1f\xb5\xfa\x03\xc7\xc9\x90\xe6\xe3\x91\xe3\x44\x82\x68\x73\x20\x24\x88\xce\xe7\xb5\x53\xd4\xf5\x63\xfc\xee\x79\xfb\xbf\xfe\x45\xfe\xf4\x7c\x3c\x32\x06\xca\x90\x71\xe3\x91\xa9\xe4\xd9\x5a\xbd\x52\x87\x29\x1f\xb5\xba\x74\xd3\x43\xc6\x0d\xe9\xa6\x13\x6a\x69\xf9\xd3\x53\x6a\xe9\x7c\x55\xcd\x95\xfd\xd7\xab\x6a\x06\xe4\x4f\xcf\x57\xd5\x2c\x03\xf5\x30\xd4\x2d\x03\xb5\x50\xa9\xa0\x94\xaf\xaa\xf9\xfd\xd9\x29\x0b\xff\xd5\xb9\x7d\x0b\x9d\xa2\x56\x5e\xcf\x82\x81\x32\xe4\x7c\x78\xcd\x5b\x02\xa4\x59\xcf\x57\x6d\x0d\xec\x66\xc8\xab\xba\x06\x2a\x85\x96\xf2\x35\xd3\x19\x8e\xea\xdd\x8c\x91\xea\xf0\x02\xf5\x47\xe0\xfc\xd5\xdf\x7d\x55\xd1\xb2\x34\xbc\xaa\x68\xa0\x52\x8f\x29\x5f\x23\x2c\xaf\x2a\x5a\xfa\x85\x57\x15\x0d\x54\xd3\x38\x5e\x55\xf4\x1b\x76\xca\x0b\x7c\x75\x6e\xdf\xed\xd0\x4a\x01\x9f\xaf\xa1\x13\xa0\x0c\x99\x05\x5e\x63\x27\x6f\x75\x42\xf8\xa5\x2a\xfa\x25\x4e\x32\xbc\xc2\xfd\x1a\x27\x01\x2a\x85\x96\xf2\xd5\x2d\x7e\x89\x45\x0c\x2f\xf9\xbf\xc6\x22\xe0\xb5\x96\x29\x3e\xe5\xb5\xce\x57\x15\xed\x35\xe9\x57\x15\x0d\xc8\x14\x9f\x6f\xff\xfe\xda\x6d\x33\x7a\x50\x45\x03\xd5\xdc\x91\x57\x15\xfd\xea\x2a\x37\x34\xf9\xab\xab\xfc\x0e\x3b\x45\x5c\xe3\x0e\x40\x19\x0d\x5f\xe0\x35\xf0\x00\xd4\x1f\xa1\xee\x57\xad\x0d\xec\x66\xc8\x6b\xe0\x01\xa8\xd4\x63\xca\x57\x4d\xfe\x12\x8b\x18\x0d\xbb\xff\xea\x3e\xbf\x93\x79\xc3\x55\x7e\x75\x95\x5f\x55\xb4\x57\x92\x5f\x55\x34\x50\x7f\xb5\xfe\xd9\x78\xbf\x46\x2f\x5e\x35\xb8\x37\x96\x5f\x35\x38\x50\xdd\x46\xbc\x6a\xf0\x77\x2a\x13\x1a\xfc\x35\x21\x09\x90\x32\x3f\x5f\xef\xfd\xbc\x64\x1a\x0d\x6f\xe3\xbe\x1e\xb3\x00\x52\xe6\xe7\xab\x06\x7f\x0f\x67\x7f\xfa\xcc\xd9\x3f\x98\x7d\x3c\xe9\xd7\x53\xef\x97\xa4\x9f\xe1\xb1\xc5\x6b\x94\x03\xa8\xd4\x88\xca\x57\x2d\xf9\x12\xf8\x18\x5e\xc9\x7c\x75\x9b\x81\x2a\xd3\xcd\xab\xd7\x2c\x95\xf9\xf0\x76\xa4\x54\xe6\x42\x75\x8b\x23\x95\x79\xbe\xba\xc8\xde\x71\x7c\x75\x91\x81\x2a\x21\x8e\xec\xe6\x09\x35\x78\x19\xde\xb2\x93\x1b\x3c\xe1\x01\x97\xf5\x3f\xe5\x01\xcf\x57\x65\xea\x75\xa6\x57\x65\x0a\x54\x89\x71\x5e\xf7\xfb\xaf\xca\xd4\x7b\x4a\xaf\xca\x14\xa8\x12\xe3\xbc\x2a\xd3\x57\xdf\xd7\x0b\x48\xaf\xbe\xef\xfb\xda\xa9\x8f\xec\x14\x72\xc3\xe1\x25\x9f\x57\x72\x43\xa0\xba\xfd\x7a\xd5\xaf\xc0\x6e\x86\x20\x1e\x90\xbc\xea\x5c\x7c\x8d\x57\x9d\xfb\x72\xde\x3a\xba\xea\x4f\x7f\x18\xa8\xb2\xf1\xbc\xba\xc3\x32\x9e\x0f\xae\xe5\x2c\x19\xcf\x85\x4a\xfe\xd4\xfa\x11\x63\x58\x3f\x75\x2e\xf7\x6d\xd6\x0f\x9d\x2b\x54\x48\x7b\xd6\x0f\x9d\xbb\x7e\x24\xd6\x0c\x2e\xd2\xac\x5f\xf1\xa7\x2a\xd3\xfd\xf5\xac\x1f\xca\x74\xfd\x8a\xf3\xb6\x35\xd1\xfa\x11\x29\x10\x2a\x45\xa8\xd6\x0f\x9f\x76\xfd\xa0\xfe\x1b\x30\xed\xae\x1f\x5b\x6f\xa1\xb2\x83\x5c\x3f\x14\xd6\xfa\x91\x58\x33\x46\xf0\xac\x2a\x5b\x65\x42\xb6\xbb\xb4\x7e\x78\x81\xeb\xa7\xc2\x22\xdb\x7e\xfd\xaa\x9d\xaa\xb0\xb6\xbf\xbb\x7e\xd5\x4e\x49\x91\x1c\xa4\xd1\x2f\xe9\xde\x85\x4a\x11\xaa\x25\xdd\xfb\xfa\x35\x3b\xad\xf4\xd0\xec\xb4\xd1\xe9\xfe\xb2\xd7\xaf\xd9\x29\x05\x61\xc7\x68\xfc\x35\x0a\xc2\x0a\x95\xea\x52\xeb\xd7\x94\x83\x32\x7e\x63\x34\x46\xdf\x14\xa4\xa1\x62\x86\xbf\xbc\x7c\xf4\xda\x8c\x91\x76\x5f\x56\xe7\x65\x0d\x7e\xd9\x9d\x71\x75\xee\xf0\x05\x76\x65\xeb\xbc\xac\xe1\x2f\x7d\x59\xea\xdc\xe1\x94\x77\x05\x51\xe7\x0e\x46\xd5\x95\xc3\xf0\xc4\xe8\xbc\xd3\x61\xa7\xc3\x4e\x7d\x64\xa7\xc6\x1d\x86\x82\x0c\xe7\x6d\xf0\xb2\x06\xd3\x3b\x7c\x59\x6a\x49\x72\xa9\xd7\x6f\xfa\xd7\x26\x7f\x6d\x32\x6f\xd3\xbf\xa6\x96\x24\x49\x7a\xfd\xa6\x43\x50\x4b\x4e\x46\x35\x1d\x82\x1e\x2a\x57\xe5\xd6\x6f\xda\xe9\xa4\xd3\xc9\xf4\x4e\x3b\x85\xfa\x6f\x0c\x97\xe5\x61\x0f\x07\xcb\x72\x22\xee\xe1\xb2\x34\x04\xc0\x1d\xb8\x25\xa1\xfc\x82\x3c\xbe\xfe\x14\xf7\xf2\x9d\xaa\xb8\xc8\x39\x5c\xbf\xcb\x79\x53\x71\x29\xee\xe5\xbc\xe9\xde\x91\x73\xb8\xe4\x98\x17\x2a\x89\x78\x0b\xbe\xf9\xbf\x2e\xf8\xe2\x77\x33\x16\xd7\x6d\xa7\xb7\x9d\xfa\xc8\x4e\xe1\xcd\x1b\xd3\xf5\x76\xbb\x90\x6e\x16\x92\x9f\xee\xad\x1c\xf0\xe6\x0d\x32\xf1\xd6\xef\x56\x90\x9b\x85\x74\x30\x21\xb7\x0b\x89\x53\xef\x31\x2b\x82\xa4\x6f\x21\x99\x90\x83\xf5\x96\x4e\x88\x4a\x75\xba\x2c\x53\xd9\x54\xaa\x07\x13\x92\xbe\x85\x74\x42\x1a\xb2\xa5\x82\xa4\x9d\xfa\xc8\x4e\x8d\x3b\x90\xed\xb6\x24\x8f\x5f\x10\xc6\x57\x8a\x51\xad\xdf\xb2\x53\x8e\xb3\xc7\xf4\x13\xe7\x38\x7b\xfd\x16\x13\xe2\x8b\x59\x4e\xc8\x72\x7a\xfd\xc4\x97\xd3\xbb\x78\xf5\x27\x43\x58\xbe\x7a\x15\xfe\xf4\x6b\x7b\xec\xf4\x61\xbd\x9d\x74\xf0\xb8\x1a\x54\xf8\xd3\xd5\xfb\x38\x52\x15\xfe\x49\x07\x8f\x23\x35\xd8\x31\x5d\xf8\x8f\x9d\x3e\x76\xfa\xe7\x9d\xf7\xfa\x3d\xca\x44\x62\xcd\x98\xae\x3d\x12\x6b\xd6\x4f\x7b\xa0\x46\x7c\x9d\x08\x63\x21\xd3\xb5\xf7\x3a\xad\x1b\x2a\x49\x95\x4b\x1e\xf9\x25\x69\xfc\x98\x2c\x03\x49\xe3\x57\xa1\xf4\xf8\x20\x9d\x67\x15\x82\x0b\x42\xa5\xf8\xd3\x2a\x9c\x11\xae\xe2\x6e\xfc\xf8\xf1\xd3\xea\x4f\x71\xf5\xc8\xc7\x5c\x32\x9e\xaf\xa2\x82\xe5\xf8\x64\x15\x15\x2c\x60\x9d\x99\x05\x23\xfa\x86\x69\xb3\xc9\xb3\xc3\x67\xca\xeb\xa3\xd3\x47\x27\xcd\xb6\xf5\x5e\xb2\xa0\x0b\x96\xa3\x59\x30\xa2\x6f\x50\xb6\x86\x6c\x4d\xd9\x9a\xb2\x9d\x3c\x52\x36\xea\xa4\x0e\x8e\x91\x57\xa1\x4e\xea\x2a\xe8\x61\x8a\x3f\xad\xa2\x1e\x86\xe4\x7c\x37\x43\x10\x4e\xce\x16\x8c\xe7\x16\xb7\x59\x32\x9e\xaf\xa2\x82\xe5\xa8\x76\x15\x15\x2c\x50\x4b\xa1\x03\x15\xac\xc4\xe8\x83\xf3\xd6\x25\x31\xba\x50\x29\xfe\xb4\x8a\x0a\x56\xc6\xf3\xc1\x41\xea\x92\xf1\x7c\xc1\x72\x5e\x4b\xf1\x91\x9d\x1a\x50\xe0\xfe\xca\x2a\x04\x14\x84\x4a\x24\x6f\x15\x75\x2e\xb0\x9b\x21\x88\x4a\x17\xa8\x14\x7f\x5a\x65\x38\x21\xc6\x1d\x38\xfa\x5c\x65\xf8\x16\x06\x6f\x61\xfb\xe5\x0b\x92\xf4\x0d\xca\x36\x19\xa9\xea\x1a\xa8\x25\x7c\xe4\xa2\x99\x5f\x33\x3a\x55\xc1\x02\x95\x1a\x51\xab\x4c\x9b\x19\x02\x38\x4e\x04\x39\x9c\x90\x83\x09\xc1\x2a\x4b\x82\xbe\x8a\xf1\xdf\xe3\x64\xf4\x87\xb2\x1d\xca\x46\x07\x87\xb2\xb9\xcd\x3e\x5d\x96\x97\xa3\xbf\x1c\x29\xa3\xba\x1c\xa9\xea\xfa\x54\x10\xd5\x35\x50\x0b\xca\x54\x06\xf1\x25\x5d\xf8\x38\xed\x41\x75\x0d\x54\x42\x9b\xab\xa8\xae\xe5\x01\x1f\xa7\x3f\xbd\xed\xf4\xa6\x53\x3c\x86\x72\xdb\x29\xb5\x3e\x06\x11\xe6\x55\x6e\xd7\xdb\x06\x2b\x22\xad\xa2\x06\x07\x76\x33\xe4\xbd\x15\x04\xad\x4e\x45\xa4\x55\xd4\xea\xe5\x3e\x6d\xc6\x84\xa8\x9b\x81\x5a\xfc\xd8\x6e\xbf\x05\x0e\xda\x06\x31\xe1\x05\x13\xf9\x07\xb5\x7c\x72\xf8\x16\xd4\xea\xc4\x84\x57\x51\xab\x03\xb5\x28\x47\xba\x68\x96\x13\xe2\x27\xb3\x9c\x90\xe5\x84\x20\xc7\x72\x42\xdc\xdb\x13\xd4\x5a\x12\x6b\x0b\x95\x14\xe6\x55\x5e\x47\xa5\x96\x22\xc8\xb0\x8a\x5a\xaa\xa8\xa5\xfc\xc2\xdf\xef\xaf\x29\x1b\x0a\x4e\xae\xed\x15\x14\x19\x9d\x6c\xee\x57\x90\xe8\x2d\xd4\xc2\x57\x1f\x6c\xda\x85\x32\xd9\x40\xaf\x60\xd7\x2e\x54\xf8\x11\x57\x70\x98\xb5\x20\xd1\xde\xcd\xf6\xfc\xca\xa2\x2d\x54\xf8\x11\x97\x24\xda\x0b\x8a\xe9\x32\x29\x1a\xbc\xe4\x98\x5e\xf0\x49\xd7\x82\x99\x93\x4f\x7a\xc1\x1d\x5d\x26\xe7\x23\x4b\xf2\x68\xa1\x92\x99\xbd\xe4\x8e\x5e\x12\x45\x4f\x3c\xef\x25\x51\xb4\x50\xcb\xf7\xcb\xee\x23\x3b\xc5\x57\x0e\x9d\xca\xa8\x76\x7a\xf0\xc8\x4e\x37\xec\x66\xfe\xb5\xd7\x67\x68\x82\x8e\xb8\xaa\x41\xa0\x4c\x1d\xcd\x68\x0a\xa2\x6a\xc4\xe5\x0b\x55\xa3\xec\xd4\x13\x1e\xcc\x25\x3b\xb5\x50\x8b\x72\xe8\x67\x46\x57\x36\x14\x46\xa8\xa5\x80\x4a\x4c\x7f\x05\x7b\xea\x15\xc3\x91\x62\xd1\x61\x8d\xfe\x80\xaa\x5c\xfb\xff\x8e\x74\x3a\x6f\xd8\x60\x99\x97\x17\x2c\xcb\x96\xdd\x5a\xb2\x2c\xaf\x40\x61\x4c\x15\x5c\xa8\x30\x42\x85\x81\x9f\x19\x2a\x0c\xc9\x98\xa7\x9a\x4b\x32\x66\xa1\x52\xb1\x6b\x85\x0a\x43\x32\xe6\xa9\xae\x91\x8c\x79\x41\xc0\x5c\x8b\x53\x79\xda\x29\x04\x53\x93\x0a\x72\x2b\x4e\x7b\x38\xf9\x28\xc7\x9f\x4f\xbd\x57\x70\xec\xb4\xe0\x65\xde\x7f\xc5\xce\x9c\xaf\x93\xf9\x1a\xfe\x61\xe7\xeb\x54\x26\x57\xb2\x4a\x0c\xa8\x05\x97\x3e\x2e\xdf\xdb\xe5\x44\xb8\xf6\x54\x62\xa1\x12\x1b\x3e\x52\xcc\xcb\x4e\x5d\x54\x3a\x93\x40\xa5\xee\xd7\x0a\x9d\xc9\xb8\x59\x19\xdf\x1b\xb9\xed\x41\x25\x86\xd9\x08\x95\x18\x84\xcb\xbb\x19\x73\xa8\xe7\x08\xbb\x72\x2d\xae\x02\x35\x51\xdc\x76\xaa\x20\xaa\x9d\x50\xed\xa0\x14\xe2\xfe\x3a\x7d\x6c\x66\x0f\xae\x5a\xd5\x0e\x2e\x7d\xa8\x76\x80\xdd\x8c\x4e\x75\x30\x81\x4a\x41\xaf\x15\x90\x4e\xac\x48\x65\xb3\x07\x9d\xc9\xc0\x99\xe4\xae\xc3\x0a\x9d\x49\xa0\x4c\x0e\x5e\x56\x90\x36\x2e\x54\xee\x3a\xac\x48\xc5\x5d\x4e\xaf\xcf\x96\xd3\xbb\x98\x5e\x4c\x5a\x2c\xa7\x77\xd9\x29\xce\x6f\xa8\x12\x43\x95\x88\x4b\x1f\xaa\x44\xe9\xa6\x67\xf1\x1b\x58\x5f\x0f\x4c\x08\x2e\x3d\xd4\xd3\x7f\x5d\x50\x47\xef\x66\x0c\x41\x67\x12\xee\xe8\x4a\x55\xae\x15\x8f\x0b\xe9\x71\x85\xa0\x39\x65\x83\x5e\x30\x3f\x57\x28\x4d\x97\xcc\xcf\x2b\xd0\xc3\x33\xd4\x92\xea\xe1\x50\x0f\x2b\xae\x7a\x58\xe6\xe7\x49\x81\xa5\x25\xf3\xb3\x50\xa9\xca\xb5\x42\x3d\x2c\xa5\xf3\xe4\x2c\x64\x49\xe9\xbc\xa0\x71\xae\xdc\xea\x58\x95\x18\xab\xb0\x9b\x1d\x3c\xab\x3e\xc3\xcc\xb1\x89\xaa\x86\x00\x80\xdd\xec\xe4\x59\xf7\x19\x23\x3d\xfc\xe5\xf0\x11\xf3\xc6\x3d\x88\x25\xf3\xf3\x82\xed\xd9\x22\x7b\xab\x72\x53\x47\xd8\xcd\xf6\x48\xab\x1a\xbc\xaa\xc1\xcf\xe0\x51\xf1\x91\x13\x82\x2f\x50\x8b\x82\x14\x26\x04\xad\x03\x59\xf4\x07\x65\x72\x5d\x62\x49\x1a\x2d\x58\x8b\x6f\x41\x20\xbd\x41\xd9\x30\xf2\x12\x44\x2f\x48\xa1\x6b\x61\x83\x50\xc9\x33\x10\x76\x33\x65\x53\xde\x60\xde\x4e\xe4\x08\xe7\x2d\x9c\x90\xea\x33\x05\xd9\x50\xb9\x79\xb2\xe4\x91\x5e\xf2\x48\x4f\x0a\x06\x2d\x79\xa4\x17\x3c\xd2\x16\x00\x5c\xf2\x48\xaf\xaa\xad\x0a\xcc\x5c\xd5\x56\x01\x95\x1a\x5f\xab\x1a\x13\xa9\xda\x2a\x2a\x01\xad\xaa\xad\x02\xac\x13\xb8\xaa\xb6\xaa\xd6\xaf\x53\x64\xd3\x3f\xaf\xd5\x4e\x19\xa9\xbe\x38\x50\x26\xd5\x76\x56\xd5\x19\xaf\xd8\x2a\x6e\xc5\xac\xaa\xad\xaa\xcd\xb7\x80\x56\xaf\x06\x40\xe0\xb8\xae\x1c\xc7\x2d\x39\xae\x97\x0c\xd0\x93\xfa\x38\x4b\x06\xe8\x05\x03\x74\x8d\xc2\xa8\xdc\xa1\x57\xcd\x06\x85\x0e\x56\xd5\x6c\x00\x35\xb0\xe7\xd5\x4d\xbb\x44\xd1\x93\x0c\xfc\x25\x51\xb4\x50\xe3\xfb\xa5\x33\x4e\xa0\x72\x56\xd7\xdb\x61\xa7\x87\x9d\xf2\xfe\x0e\x3b\x85\xbe\x70\x56\x17\xd2\xe1\x3b\xc5\x6c\x7c\xeb\x5e\xb3\x51\x39\x1c\x9a\x35\x7c\xe6\xbc\x9d\xcc\x1b\x8e\x77\x3d\x9d\x37\xed\x02\xf4\xb0\xab\x6a\x17\x80\xca\xc5\x9e\x55\xb5\x0b\x55\xbb\x50\x5d\x48\xda\x05\xa0\x52\x6e\x6b\x55\xed\x42\xbd\xec\x14\x57\xab\xea\xb5\xd6\xcb\x4e\x19\xe9\x65\xa7\xa4\x85\xcd\xda\xfc\x6b\xbe\xac\x0d\xf5\xfb\x3c\x34\x15\xc0\x6e\xe6\x33\x05\xb9\x98\x10\x47\x75\x39\x21\xb7\xd3\x8b\x4f\x52\xf5\x64\x81\x1a\xb8\xc5\x55\x47\xb6\x6a\x3e\xaa\x2b\x44\xf3\x01\xd4\xef\x63\x33\xee\x50\x35\x1f\x9c\x21\xad\xaa\xf9\x00\xea\xf7\xb1\x69\x3e\x6a\xda\x29\xde\x4c\x35\xc8\x50\x93\x85\x84\xa1\xae\xe9\x42\xd2\x2e\x70\x38\xb4\xaa\x76\xa1\x62\x17\xa2\xfe\xb9\x2a\xe8\xaa\x9a\x8d\x9a\xce\x3e\xd6\xa5\x1a\x83\x00\xea\xf7\x65\x2f\x67\x5f\x7b\xc0\xd9\xd1\x92\xf4\x5b\xa8\xdf\x97\xad\x3d\x80\xb9\xbb\x4c\xae\x49\x2c\xa9\xbb\x85\x1a\x78\xd2\x32\x77\x0b\x65\xc2\xba\xbb\xa4\xee\x16\x6a\xf8\x7a\x35\x11\xf5\x71\xbe\xd8\x44\x55\x83\x0b\xd0\x74\xd7\x4f\x4f\x18\x3d\xa8\x9a\x0d\x8e\x71\x56\xd5\x6c\x00\xf5\xd3\x13\xaf\x72\x68\x36\x9a\xfa\x44\xb3\x01\x54\x0a\x8b\xad\xaa\xd9\xa8\x84\x89\x67\x53\x51\xbc\x76\xfa\xda\xa9\x8f\xec\x14\xe2\xe0\xd9\x34\x1b\xaf\x9f\xca\x86\x1a\x2c\x3d\x09\xbe\x85\xdd\x2c\x78\x56\x7c\xc6\x84\xb0\xf4\x9a\xd6\x45\x1e\xf0\xc9\xa1\xd0\x92\x07\x5c\xa8\xc1\xd2\x93\x07\x7c\x35\x52\xc0\x26\xb4\xc9\xab\x71\x24\x26\x54\x4e\xd5\x57\x53\x35\x37\x22\x05\x13\x8a\xdb\xd5\x74\x91\x81\x4a\x99\xb2\xd5\xf4\x90\x9b\x0a\x0b\x2e\xd1\xd5\x54\x58\x40\x0d\xbc\xe6\x06\x23\xcd\x6a\xba\xc3\x1c\x72\xac\xa6\x3b\x0c\x54\xaa\x99\xad\xa6\x3b\xdc\xba\x9d\xf2\x16\x9a\x3b\x74\xa0\x52\xcd\x6c\x35\x37\xe8\x32\x77\x4f\x0e\x39\x96\xcc\xdd\x42\x55\xbf\x36\xbd\x66\xe8\xb7\x77\xb3\xce\x33\x7b\x20\x78\xaa\x7e\x6d\x06\x4f\x81\x32\xbb\xf3\x46\xd2\x96\x50\x49\x0c\x58\xcd\x78\x6a\xe3\x70\x68\x52\x04\x73\xc1\xcf\xbd\x81\x4f\x85\x6f\x51\x4a\xee\xd5\x54\xcd\x30\x34\xae\xa6\x6a\x06\x2a\xd4\xe0\xab\xb9\xb7\x6f\xd3\x4e\xc3\xbf\x66\xa7\xaa\x66\x3e\x59\x99\xbb\x85\xdd\x0c\x41\xf4\xf2\x81\x0a\x83\xf8\x6a\xdc\x73\x5f\x4d\x8f\x1e\x86\xc6\xd5\xf4\xe8\xdb\x81\x6c\xb8\xc5\xed\x50\x36\x2e\xb5\xcf\x5e\xfd\xe9\xed\x33\xf4\x1a\xfe\x6e\x53\xa9\x03\xbb\x99\x3f\x55\x5e\x15\xfd\x50\x0e\xe7\xed\xf4\x2d\xa0\x9a\x65\x15\x17\x2a\xb5\xd1\x96\xac\xe2\xab\x91\xb4\x35\xa1\x39\x5c\xcd\xb0\x40\x53\xe7\xe2\xb4\x36\x75\x6e\x4b\xe7\xcd\xd1\xeb\x67\x02\x15\x12\xf4\xd5\x52\x39\x54\x35\xd0\x2d\xae\xa6\xaa\x69\xaa\x1a\xdc\xe2\xa6\xaa\x69\x7a\xa8\x94\x3a\x5c\x4d\x0f\x15\xa8\x5c\x7f\x5c\x4d\x0f\xb5\xe9\x7a\x72\xd1\x62\x35\x5d\x4f\xa0\x42\xa9\xbe\x9a\xae\x67\xa3\xbe\xc0\x84\x74\x6a\xb5\xe5\xcb\x5a\xac\x10\xd7\xbd\x11\xd0\xc6\xc1\xd5\xe4\xa2\xc5\x82\xd7\xfc\x83\x4a\x09\xb5\x25\xbb\xf9\x6a\x6a\x24\xa8\x98\x56\x53\x23\x01\x95\x2c\x8e\xd5\x1e\x3b\x55\x23\xc1\xb1\xb4\x64\x3c\x17\x6a\xf8\x15\xa9\x91\xa4\x32\x9f\x94\x13\x5c\x52\x99\x0b\x95\x2c\x8e\x25\x95\xf9\x82\xb6\xbc\x4c\xc8\x93\x96\xbc\xe5\x42\xe5\x6a\xe6\x6a\x2a\x29\x60\x37\x63\xf4\xaf\x82\xa8\xb8\x70\xb2\x9b\x8a\xab\xe9\xef\x7a\x9c\x23\xbd\xf9\xea\x1c\x66\x4d\x28\x90\x56\xd7\x93\x05\x2a\xb7\x3a\x57\xd7\x91\xed\x6a\x29\xb8\x8d\x56\x57\x4b\x75\xb5\x14\xfe\x79\x57\x4b\xc9\x8c\x3e\xe1\x36\x5a\x32\xa3\x0b\x95\xea\x6b\x4b\x66\xf4\x25\xe5\xf9\xf4\xec\x46\xca\xf3\x05\xcd\x79\x25\x39\x65\x75\x3d\x54\xa0\x4c\xb8\x15\x57\xd7\x45\x05\x2a\xc9\x29\xab\x7b\x5a\xd6\x0d\x28\xc0\x46\xb4\xe4\x10\x5f\x5d\x27\x8d\xcd\x89\x84\xe0\xab\xab\x1a\xb9\xdb\xb2\xba\xaa\xb1\xab\x1a\xf1\xcf\xbb\xaa\x51\xde\xf0\x09\xdb\xc9\x92\x37\x5c\xa8\xf1\xfd\xd2\x09\x69\x76\xca\x8a\x96\x10\x7c\x75\x82\xa8\x54\x5f\x5b\xdd\x20\x2a\x50\xe6\xfc\xf9\xd7\x5e\x9f\xb1\x06\x71\xe3\xbb\x71\x55\x60\x37\xfb\x73\x65\xb1\xd5\x8d\xbb\x02\x96\xab\x5e\xd0\x8e\x6f\x98\xfe\x15\x9f\x39\x39\x9d\x6f\x56\x31\xc9\xed\x5a\x5d\xad\x0e\x5b\xc7\xea\x6a\xf5\xae\x56\x67\xfb\x25\xd3\xf8\x92\x56\x7c\x4e\xcc\x9c\xb4\xe2\x42\xa5\xd4\xc0\xea\x6a\x75\x28\xc4\x77\x33\x7a\x50\x85\x03\x95\xeb\xad\xab\x0f\xdf\xe5\x50\xb6\xe2\x33\x65\x1b\xca\x86\x1c\x43\xd9\x48\x01\x9b\xf0\x6b\xac\x4e\x0a\x98\x50\xab\x53\x68\x74\xb6\x6b\x23\xe0\xd7\x58\x5d\x1b\x01\x54\x52\x83\x56\xd7\x46\x40\x38\xbe\x9b\xf1\xcc\x93\x33\xd8\xc7\x6b\x75\x8e\xa6\xb2\x69\x23\xe0\xb0\x58\x5d\x1b\x01\xd4\x8a\x11\xea\xd3\xc5\xad\x8d\x80\x69\x70\x49\x52\x2e\x54\x8a\xb4\xad\xae\x8d\x90\x7d\x7c\x4e\xbf\x32\xfd\x72\x18\xc7\x2b\x45\xda\x16\xb4\xe3\x1f\x94\x09\xb3\xc3\x92\x7d\x7c\x75\x94\x7f\xf5\xc5\xa8\xfc\xbb\xe1\x1c\x58\x05\x97\x1c\xe2\x42\xa5\xac\xda\x92\x42\x7c\xf5\xcb\xb7\x80\x67\xd1\x8d\x93\x00\x56\x2a\x5f\xdd\xe3\xba\xae\xe3\xe8\x99\x4d\xd7\x71\xec\x38\x8e\xd5\xf7\xa7\x67\x28\x3d\xf6\xf4\x2c\x44\x7a\x6c\xa1\x52\x56\x6d\x49\x8f\xbd\xe4\xbd\x9e\x87\x73\xa9\x56\x07\xaa\x9b\x92\xae\x56\x07\x76\x33\x7e\xea\xc1\x16\x50\xab\xab\xc1\x73\x2d\x79\xaf\xe7\xe1\x24\xe9\x67\xc2\x75\x6d\x15\xf5\xd5\x97\xb2\x51\x28\x79\x1e\x8e\x7e\xb9\x42\x16\x2b\xc4\xd5\xa0\x3d\x00\x76\x33\x65\x53\x5e\x8e\xc4\xaa\xab\xc1\x23\xb1\x6e\x78\xe2\x70\xf4\xfa\x9e\xf0\x5e\x57\xca\xaa\x2d\x79\xaf\x57\xd7\x46\x1c\x2e\x4b\x6d\x04\x50\x29\xab\xb6\xba\x36\x42\x7a\xec\x79\xd8\x83\x36\x02\xa8\x94\x55\x5b\x5d\x1b\x21\xef\xf5\x3c\xfc\xa9\xee\x28\x24\xd7\xd5\xed\x97\x1c\xd7\x42\x99\x5c\xe1\x5c\x10\x5e\x7f\x50\x29\xab\xb6\xe4\xbd\x16\x76\x33\xe4\xd5\x6e\x00\xb5\xba\x52\x5f\xe7\x4d\xe5\xcf\x15\xce\x25\x17\xf6\x82\x0b\xdb\x7a\xf1\x4b\x2e\xec\x35\xb4\x07\x9e\x48\x0d\xed\x01\x60\xbd\xf8\x25\x3d\xf6\x1a\xda\x03\xae\x49\xae\xa1\x3d\x00\xac\x17\xbf\xa4\xcc\x5e\x72\x61\x4f\xee\x3f\x2e\xb9\xb0\x17\xfc\xd7\x95\xb2\x6a\x6b\x98\x03\x01\x94\xc9\xe5\xc1\x35\x48\x28\x5b\x03\x7b\x50\xd9\x62\x0c\xed\xc1\x30\x3c\xe1\x89\xd4\x30\x3c\x01\xd4\xaa\xb8\xba\xc5\xa3\xd8\x29\x8e\xdb\x08\x3b\x25\x53\x8c\x7a\x69\x6b\x90\x29\xb6\xa4\xcc\x9e\x10\xaf\x2d\x29\xb3\x85\x5a\x1d\x95\x11\x0b\xe8\xaf\x77\x33\xe4\x35\xc8\x00\xd4\xca\xde\x61\x18\x23\x1f\x06\x14\x3c\x43\x92\x8b\x7a\xc1\x3b\x5d\x29\xab\xb6\xe4\x9d\x5e\x43\x5b\x05\x07\xda\x92\x64\x5a\xa8\x6e\x5b\x87\x19\x15\xf2\x4e\x4f\x6e\x38\x2d\x79\xa7\x85\xea\xb6\x75\x68\xab\xe0\x98\xde\xcd\x0e\x9e\x29\x2f\x71\x07\xb7\xad\xc3\xb8\x83\xbc\xd3\x93\x1b\x4e\x4b\xde\xe9\x05\xd7\x74\xad\xec\x1d\x86\x19\x15\xc0\x6e\x86\xbc\x90\x4d\x0a\x95\xea\x6b\x6b\x68\xe5\x80\xdd\x4c\xd9\x94\x17\xcb\x57\x7d\x7f\x5a\xbe\xa1\x49\xe3\x46\xd6\x1a\xda\x2c\xa0\x56\xdf\x9f\x36\x0b\xe2\xea\xdd\x0c\x41\x3c\x3e\x84\xc5\xba\xba\xa5\x96\xc5\x7a\x0d\x4d\x9b\xc7\x60\x43\xd3\x06\xd4\xda\xed\xc0\xf5\xa6\x69\xe3\x2e\xd5\x92\xec\x5a\xa8\xee\xbc\x87\xa6\x6d\x90\xec\x36\xb9\x10\xb5\x06\xc9\x6e\x42\xa5\x48\xdb\x1a\xda\x27\xa0\x4c\x2e\xf6\xac\xe1\x59\x21\x50\xab\x6b\x4b\x9b\x05\xb1\xf5\x6e\xf6\x4f\x9c\x7a\x4b\x7c\xbd\x20\xb9\xae\x6e\xf3\x25\xb9\x5e\x43\x5b\xc5\xdd\x9a\x35\xb4\x55\x40\xad\xae\x50\xb3\x3c\x06\x7c\x59\x93\x4b\x33\x6b\xb8\x8f\x00\x6a\x65\xcf\x30\x34\x38\x40\x99\x50\xa5\xad\x71\x7c\x3f\x65\x5a\x89\x60\x0f\x8d\xd0\x30\x38\x74\xfa\xf9\xb8\x8f\x80\x96\xba\x56\xd7\xbb\x7b\x86\xa1\x11\xf2\x94\x6c\x68\x84\x86\x46\x08\x4b\x32\x34\x42\xb2\x57\xcf\xd3\xb5\xe7\xd6\x02\xa8\x75\xf8\x48\x39\x20\x65\x99\xa7\x8b\xca\x48\x10\x50\x0d\x45\x8c\xd3\x4e\xa1\xd5\x9a\xa7\x53\x0d\xad\x96\x50\xe1\x7f\x58\xc3\x78\x11\x50\xe6\xe9\x5c\x1a\x30\x02\x2a\xf5\xe5\xd6\xf0\x80\x74\x18\x43\x22\x01\x7f\x49\x55\x2d\x54\x68\x22\x96\x4c\xd5\x6b\x78\xb6\x70\x3a\x2c\x03\x46\x40\xad\x7e\xd9\xc6\x8b\x64\xaf\x9e\xa7\x82\x78\x40\x0a\x54\xca\xd0\xad\xe1\x71\x03\x4c\xd4\xbb\x19\x3f\x35\x12\x04\x54\xa3\x29\xc3\xb3\x05\xa0\xcc\x13\x4f\x5a\xaa\x6a\xa1\x52\x67\x6e\x0d\xe3\x45\xc3\xe0\x10\x19\xe2\x4b\x0e\xea\x05\xdf\x74\xa5\xce\xdc\x92\x6f\x7a\x0d\x6d\x3c\xe9\xd5\x6b\x68\xe3\x81\x4a\x9d\xb9\x35\x52\x39\xb4\xf1\xa7\x4a\x21\xbf\x1e\x18\xe9\xe1\x2f\x1d\xe9\x72\x7a\xfd\xda\x35\xe8\x40\xad\x8a\xab\x3d\x97\x96\x7a\x7a\xa4\x29\x2d\xb5\x50\x0d\x08\x49\x4b\xbd\x06\x94\x5f\xc7\xcf\xcf\x78\xf9\xe1\x2d\x3e\x3c\x35\xa2\x66\x1f\xd8\xcd\x7c\xa6\xbc\xba\x02\xc4\xef\x87\xae\x80\xec\xd5\xc7\x8f\x78\x8d\xec\xd5\x42\xad\x2a\x4e\xa3\x50\x03\x1b\x7f\x90\xc2\xbc\x86\x36\x1e\xa8\xa4\x26\xaf\x61\x3e\x8b\x24\xd7\x87\x47\xab\x92\x5c\x0b\x95\xd4\xe4\x35\xb4\xf1\xb2\x57\x1f\x3f\x95\x82\x1b\x3c\xa0\x56\xd5\xb0\x1b\xbc\x41\x66\xe2\xf1\xf3\x73\x36\xbe\x34\xb4\xf1\x6c\x23\x86\x36\x7e\x10\x72\x3a\x48\xc5\x5d\xc3\xdd\x1c\xec\xd5\xd5\x08\x99\xec\xd5\x4b\xf6\xea\xe3\x87\x09\x96\xbd\x5a\xa8\x95\xf7\x37\x0d\x2f\x49\x68\x7d\x90\xcf\xba\x24\xb4\x16\x2a\x69\xd3\x6b\x6a\xbc\x27\x99\x89\x07\x19\xa8\x6b\x7a\x90\x30\xb5\xca\xe8\xfe\xa9\x55\x86\x6e\xba\x1c\xa4\x48\x2e\xf9\xa6\x17\xdc\xd2\xb5\xb2\x1a\xe4\x96\x5e\xb3\x38\x04\xf4\xf0\xd4\x2a\x4f\xad\x32\xfb\x84\xa9\x55\x96\x82\xfa\x30\xbf\x50\x0a\x6a\xa1\x52\xc8\x6e\x4d\xad\xb2\xe4\xd1\x87\x07\xb5\x92\x47\x2f\x08\xa3\xab\x41\xbe\xe9\x69\x00\xb0\x9b\xf9\xd3\xdb\x67\xfb\x93\x31\xc8\x37\x3d\x20\x00\x76\x33\x7f\xaa\x20\x18\x6f\x2a\xd4\xad\xa9\xf1\x86\x4f\xba\x1c\x66\xdd\x49\x28\xbd\x20\x8f\xae\x54\xa8\x5b\x92\x47\x2f\x88\xa2\x77\x33\x46\xaa\x8d\x07\x2a\x15\xea\xd6\x34\xa9\x47\xf2\xe8\xc3\xcc\x36\xc9\xa3\x85\x4a\x1e\xf9\x9a\xda\x78\x59\xa1\x0f\x53\xd6\x64\x85\x16\x2a\x79\xe4\x4b\x56\xe8\x35\x9b\x9f\x0c\x8b\x6b\x9a\x35\x09\x54\x0a\xd9\xad\xa9\x3d\x07\xca\x61\x5a\xd8\xf4\x34\x1b\xa8\x70\xc8\x2c\xf9\xa4\x17\x0c\xd0\xbb\x19\x9d\xba\xf9\x84\xf5\xb9\x52\x58\x6c\x4d\xad\xf2\xec\xca\xe6\x0b\xd4\x2a\x03\xd5\x70\xe6\x34\xa9\x07\xd8\xcd\xe8\x41\x4b\x0d\x61\x74\x35\x9c\x39\xdd\x70\xca\x0a\x7d\x14\xe2\x35\xb2\x42\x2f\x98\xa0\x2b\x65\xca\xd6\x34\x5b\x07\xd8\xcd\x98\x24\x18\xd5\x84\x6a\xd4\x73\x1a\x32\x04\x76\x33\x7f\xaa\x20\x6c\x38\x5b\xd8\x81\x72\x60\xbc\x0f\xf3\xa8\x24\x94\x16\x2a\x35\xe5\xd6\xd4\x78\xc3\x27\x5d\x8e\x52\xfe\x89\x43\x6f\xf9\xa6\x85\x4a\xc9\xb9\x35\xdd\x7b\xce\xe1\x08\x1d\xb5\x36\x1e\xa8\x94\x9c\x5b\xd3\x4c\x4e\x99\xaa\x0f\xf3\xa7\x64\xaa\x16\x2a\x25\xe7\xd6\xd4\xc6\x4b\x41\x7d\x14\x47\xed\x46\x73\x72\x4e\x44\x19\xba\x35\x3d\x27\x9a\x64\x72\x1e\xa6\x0b\x4d\x23\x8f\x40\xa5\x0c\xdd\x9a\x06\x1e\x61\x9d\xde\xcd\xf8\x6b\x46\x19\xe7\xe1\x44\x30\x37\x6e\x34\x61\xa2\x2e\x87\x47\xf9\x53\x57\x00\xa8\x54\x7f\x5b\xd3\x88\xa2\x14\xd4\x87\x49\x34\x52\x50\x0b\x95\xfa\x72\x6b\xea\x0a\xcc\xd3\x4e\x71\x2c\xa6\xe7\x44\x10\x49\xd7\xc6\x76\x46\x1e\x69\x61\x37\xf3\xaf\xf9\x19\x9f\x7c\xc6\x6c\x23\xa6\x47\x47\xc0\x6e\x86\xbc\x7a\x0c\x40\x6d\x8a\xab\xc7\x00\x9d\xf4\x6e\x76\xfe\xcb\x5f\x5f\x69\x16\x85\xc6\x8c\xbf\xd2\x2c\x0a\x15\x32\xe1\xf7\x64\xd7\x23\x4c\xf2\xb2\x5f\x58\x18\x3f\xa8\x5c\x4d\x78\xe5\x62\x14\xe6\xf9\xf3\x51\xf7\xd1\x5e\x78\x30\x63\xbd\x50\x35\x7e\x50\xcf\xef\xd1\xf4\xd1\xfe\x5e\x71\x9f\xde\x93\xcd\x92\xf0\xbf\x1e\x9d\x3e\xda\xf3\x03\xd7\xea\x7b\x92\xc7\x23\x34\x92\xae\x5e\x68\x1f\x3f\x68\xb8\x19\xaf\xe4\x8f\x42\xe3\x3a\xe9\x0b\x11\xe4\x5f\xdf\x73\x6f\xa2\x1a\x5e\xc6\x7b\x16\xa5\xdf\xd0\x0f\xa5\x2f\x4a\xbf\x35\x7c\xc3\x42\xbf\x72\x3a\xbe\xe7\xd6\xd6\x96\x58\x7c\x4f\xce\x14\xde\x73\x6b\x69\xab\x1d\xbe\x67\x38\x85\x1b\x1a\x1a\xf9\x3d\xc3\x29\xdc\xd0\xd0\x97\xef\x19\x4e\xe1\xde\x4d\x35\x94\xde\x7b\x86\x3d\x6e\x1d\xdd\x50\x49\xaf\xf4\x90\x2f\x94\x90\x8d\x4f\xfc\x3d\xe3\xeb\xf1\xd9\x8f\xc2\x1e\x5f\x1f\xbd\xff\xfa\x97\x46\x25\xa7\xf7\xac\xbe\xda\x5a\x78\x44\x8f\x55\x21\xb6\x86\x6e\x54\x6d\x7a\xcf\xea\x80\xf6\xc6\xab\x75\xff\x56\x75\x0a\xf7\x4e\xca\xe2\x5f\xef\xd9\x1c\xd0\x56\xc6\xad\x57\xe6\xab\x39\x5f\x5b\xff\x36\xe8\x8d\xde\xb3\xf9\x6a\xb7\x92\xb5\xfa\xd5\x7b\x36\x5f\xda\x86\xd6\x3b\xb3\xda\x7c\x69\x8d\x1e\x07\x3d\xb6\xaf\xc7\x87\x47\xcc\x44\x73\x40\x1d\x21\x26\x7f\xbe\x2b\x44\x67\x40\x93\x56\xdd\x01\x6d\x0d\x6b\x29\xa0\xf7\xec\x0a\xb1\x15\x6c\x1b\x4e\x61\xb7\xc7\x0d\x8d\x68\xca\x7b\x76\x7b\xdc\xd0\x48\x89\x7b\xcf\xee\x44\x6f\xf8\xc7\x02\xe8\x2e\x93\x0d\x8d\x1c\xb6\xf7\xec\xce\xfd\x86\x46\x92\xc1\x0b\x15\xe6\x07\x8d\x74\x98\x57\x42\x4c\xa1\x91\xac\xf2\x42\x8e\xf9\x41\xa7\x0c\xd0\x2b\x47\xa6\x30\xbe\xf7\x38\x5c\x13\x1b\x3a\xb9\x59\xaf\x14\x99\x42\x83\x7b\xe0\x3d\x87\xcb\x64\xc3\xec\x0e\x68\x38\xec\x0d\x9d\x3c\xf0\xf7\x1c\x7e\x56\x1b\x7a\x71\x26\x86\x6f\x7b\x83\x21\xff\xf7\x1c\xbe\xa1\x0d\x9d\xdb\x1a\xef\x39\x9c\xaf\x0d\xbd\x7e\x03\x72\xbe\x36\x4c\x32\xbe\x5f\x69\x3a\x85\xce\xee\xeb\x95\xa6\x53\xe8\xed\x60\x01\x0c\xe7\x6b\xc3\xc0\xa3\x7d\x61\xf1\xfc\xa0\x7f\xaa\x63\x3a\x5f\x1b\x64\xcb\x7b\x25\xeb\x14\xe6\x4f\xe9\xa7\xf3\xb5\x61\xb2\xbd\x79\xe1\xf2\xfc\xa0\x7f\xca\x6a\x3a\x5f\x93\x0f\x59\x0d\x30\x9d\xaf\x39\xf9\x60\x90\x6b\x3a\x13\xf3\xe2\x91\x7f\xde\x31\x4e\xbe\x34\x17\xf9\x54\xfa\xc9\x97\xe6\x02\x98\x4a\xbf\xcd\x8a\x75\x33\xdf\xf3\x50\xd4\x0d\x96\x2f\x7e\xcf\x43\x51\x0f\x3e\xf7\x86\x10\x87\xa2\x6e\x68\x14\xba\x7c\xcf\x43\x51\xf7\x96\xb3\x35\x15\xf2\xe1\x7b\xdc\xd0\x9a\xaa\xf6\xf0\x3d\x6e\x33\x63\x35\xcc\x57\xb6\x50\xa1\xb5\xf1\x3f\x6e\x81\x9d\xed\x7f\x1a\xe5\xf7\x3c\x1c\xc8\xc1\xb2\x75\xce\x0f\x07\x72\x32\x90\xc1\x9f\x3d\x1d\xc8\xc9\x40\x06\x2f\xeb\x74\x20\x27\x4a\x6a\x30\xc1\xa7\xb3\xb9\xa1\x15\x5f\xfc\xa9\xd4\x27\x13\xec\xd7\x7a\x3a\xc1\x1b\x5a\xf3\x35\x9c\x2e\xb5\x0d\x56\xb1\x7c\x25\x2a\x7d\x21\x25\x6d\x4d\x45\x7c\xba\xae\x4e\xc6\xe6\x2b\x3d\x95\x7e\xc3\xf8\xa6\xee\x54\xfa\x0b\xe9\x0f\x7a\xbc\x94\x7e\xc3\x3f\xd6\xd5\xa5\xf4\x17\xaf\xc1\x65\x7b\xf9\x1a\x36\x34\x12\xeb\xde\xf3\xf2\x35\x6c\xb0\xd4\xf4\x7b\x5e\x8e\xf1\xe2\xcd\xb8\x92\x2f\xc7\x78\x31\xa0\x03\x21\x2e\x07\x74\x31\xa0\x53\x21\x1c\xd0\x75\xfd\x6f\x65\x70\xb9\xae\x2e\x06\x74\xda\xa3\x03\xda\x30\xe7\x27\xd7\x37\xa0\x97\x56\xfc\xf0\xf6\xab\xb8\x19\xa3\x66\xe4\x76\x8c\xf7\x16\xb5\xfb\x39\xdd\x8a\x7a\xa3\x88\x35\x23\xb7\xa2\xde\x28\x62\x4d\xe5\xad\xa8\x1b\xfa\xfc\xfe\xbc\xa2\xee\x7d\xb3\x55\x08\xdf\xf3\x76\x5d\xdd\x28\xbc\x83\x29\xbc\x15\xf5\x46\x37\xbb\xfa\x6e\x45\xdd\xf0\x0f\x4d\x99\x8a\x9a\xe8\x66\x6d\x6c\x3a\xf7\x89\xcd\xf0\x75\xa4\x13\x9d\x48\xef\xdc\xa7\xd2\x6f\x98\xdc\x89\x7e\x61\x86\xfd\x60\x90\x5b\xfe\xca\x0f\x2b\x58\xbe\xef\x85\x2b\xf6\x83\x56\x9c\xc2\x74\x8c\x89\xb1\x51\x07\xa6\x63\xdc\xdb\xf8\xd6\x5d\x26\xe9\xfa\x4a\x86\xad\xc2\x4b\x87\xbd\xc1\x7a\x7e\xef\x99\x0e\x3b\x19\xf6\x27\x97\xc3\x4e\xf4\xbc\x3f\x5c\x0e\x7b\x31\xc6\x93\x31\x2e\xc7\xb8\xf7\xf0\x96\xc4\x7b\xa5\x8b\x7d\xa1\x86\xb5\xfc\xdd\x2b\x35\xac\xf0\x0f\x6b\xb0\x94\x6b\x43\x1b\x7a\x08\x4b\xb9\x36\xb4\x51\xec\x51\xb9\x36\xb4\xa1\xc3\xb6\x94\x6b\x83\xa5\xe9\x5e\xe9\x63\x85\x7e\x6a\x76\x1f\x57\xce\xb3\x3f\x05\x0e\x5e\x5f\xa9\x62\x85\x56\x5c\xd1\x8f\xd2\x6f\x68\x43\x4d\xf9\xf8\x86\x1e\x6c\x6c\xd8\xca\x37\xb4\xa1\x0d\x95\xe7\xe3\x18\x1f\xcc\x6e\x65\x40\x8f\x73\xbf\xa1\x0d\x6d\xec\xe3\xb0\x1f\x5c\x31\x67\xf5\x71\x8c\x0f\x63\xac\x3e\x72\x8c\xef\x5e\xf7\x14\xaa\x7b\x61\x91\xdd\x80\x10\xea\xd3\x57\x21\x5e\x84\x70\x8c\xaf\x42\xbc\x08\xa1\xf2\x7c\x15\xe2\xc5\x96\xb9\xc8\x5f\x85\xd8\x30\x9a\x0e\xdb\xeb\xdc\x6f\x90\x89\xef\x95\x5d\x56\xe8\x53\x95\xf6\x7e\x72\x69\xfb\x7d\xe4\xdc\x6f\x18\x10\x65\xbe\x52\xd0\x0a\x63\x7c\x8f\x8a\x8f\xf6\xd7\xc1\x61\xf3\x7b\xe9\x52\x03\x53\xd7\xe2\xd2\xa5\x06\x1a\xd9\x2f\xef\xa5\x4b\x0d\x34\x12\x14\xde\x4b\x97\x1a\x68\x44\xf4\xdf\x4b\x97\x1a\x98\x1d\x6f\xe3\xd2\xa5\x06\x3a\xbb\xe2\x57\xce\x5b\xc1\x63\xcd\xf7\xd2\xa5\x06\x2a\x75\xfd\x5e\x69\x70\x85\xea\x44\xcb\x82\x2b\x54\xf8\x57\xdf\xd7\x01\xbd\xd4\x82\xc4\x85\x7b\xd9\xc1\x0b\x90\xa9\xbf\x2f\x1b\xf8\x97\x0b\xd6\x15\xe7\xe6\xd5\x77\x02\xd8\x04\xbe\xde\xa7\x7d\xb9\x4f\x4b\xce\xfd\xeb\x75\x5a\x81\xac\xcb\xf7\x75\x95\x02\xc4\xa7\x5f\xef\xd2\x0a\x05\x37\xf3\x75\x41\x02\x35\xfe\x4f\x73\xb8\xff\xff\xef\xd7\xdf\xfe\xe5\xff\xfe\x7f\xae\xbf\xfd\xbf\xd7\xbf\x3f\x7f\xc9\xff\xfe\xfb\xdf\x9f\xff\xf8\xaf\xf5\x6f\xf9\x5f\x7f\xf9\xbf\xf6\xd3\xbf\xac\xe7\xfd\xb7\xff\x78\xfe\xfe\xfc\x7f\xff\xf9\xdf\x7f\xcf\xe7\x2f\x7f\xfb\xcf\xbf\xed\x5f\xf1\xef\xff\x0f\x00\x00\xff\xff\x0a\xdc\xcd\xda\xad\x7f\x02\x00"); +func _bcfa ()(*asset ,error ){_ceca ,_gdga :=_fcb ();if _gdga !=nil {return nil ,_gdga ;};_cfbd :=bindataFileInfo {_c :"ETenms-B5-H",_ed :401,_cg :_g .FileMode (436),_ca :_d .Unix (1580491796,0)};_bde :=&asset {_fdf :_ceca ,_ff :_cfbd };return _bde ,nil ; +};var _gaaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x0d\xc6\x83\xf8\x2c\x5f\x70\xde\x4c\x6e\x66\x0d\xea\xdf\x1b\xad\xa5\x67\xad\xb8\x0d\x0d\xe7\x9d\x9c\x57\xf1\x44\x48\x5b\x5b\x5b\x5b\xfb\x5b\x7f\xfc\x0f\x7f\xfe\x8f\x7f\xfe\xf5\x97\x7f\x7c\xfd\xf1\x7f\xff\xed\xaf\xe7\x3f\xdd\xff\xf8\x7a\x7e\xf9\xf5\xfa\xed\xfe\xfb\x5f\xff\xf5\xb7\xf3\xfe\x3a\xee\x7f\xf9\xe5\xd7\x3f\xfc\x21\xc4\xaf\xeb\x97\xf3\x1f\x9f\x26\xfe\x9c\x7f\xd9\xff\xf6\x87\x3f\xcc\xef\xff\xe9\xdf\xfe\xfe\x8f\xfb\x2f\x7f\xfe\xf5\xf9\xeb\x57\xe2\x7b\xd7\xbf\xfe\x6d\xbd\xfb\xf5\xf5\xc7\xff\xe3\xfe\x97\x5f\xfe\xfe\x8f\xdf\xfe\xed\xeb\xdf\xfd\xcf\xd7\x5f\x8f\xfb\x7f\xf8\xba\xee\x67\x3e\xff\xdf\x7e\xbb\xee\xdf\x7e\xf9\xf5\x5f\xbe\xfe\xdd\x7f\xda\xff\xb6\xff\x1a\xf4\xc3\x3f\xfd\xeb\xdf\xfe\xf6\xff\xdd\x7f\xb9\x7f\xfd\xc7\x57\xc3\xb3\xfb\xd7\x0b\x7f\xff\xf0\xc7\xff\xf0\x9f\xf7\xbf\xfd\xaf\xfb\x5f\xee\xaf\x3f\xfe\xf3\xaf\xbf\xfc\xa7\x3f\xff\xd3\x7f\xdd\x62\x48\x71\xdb\xf2\xbf\xff\xe7\xff\xf2\xa7\x14\xff\xfd\xff\x82\xf7\xf0\xda\xff\x79\xff\xf6\xf7\x5f\xfe\xfa\xeb\x57\xf8\x1f\xb7\xb8\xf9\xf1\x7f\xf9\xb7\xbf\xdd\x5f\x61\x75\xf7\x5f\xff\xf9\xcf\xff\xf1\xeb\xff\x0e\x5f\x61\xfb\x8a\xa5\xa6\xf4\xff\xac\xe7\xff\xd7\x7f\xfe\xeb\x75\x7f\xf1\xab\x3f\x04\x4e\xe5\xfc\xeb\x75\xff\xfd\x6f\xfb\x79\xff\xb6\xff\xfa\x2f\xf7\x1f\xbe\xbe\xfe\xa7\x6d\xfd\xfb\x9e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\x4f\x58\xff\x9b\x37\x3f\x1d\xfc\xfa\xd7\x7f\x5c\xf7\xc3\x67\xbf\xff\x76\xfe\x0b\xcf\xf7\x57\x98\x5f\xbf\x5f\xfb\x43\xd8\xb6\x35\xfa\x2f\xd7\xf9\xff\xee\xbf\x7d\x3e\x2c\xe7\xf7\xd7\x68\x9f\x56\x9b\xad\xa1\xd6\xf5\xfd\x35\xb2\x5a\xf7\xf7\x57\xd8\xb6\x4f\x73\xdf\xe6\x30\x9f\x46\x9e\xbf\xa9\x9b\xbd\x7c\x7f\x55\xff\x58\xbf\xbf\x46\x52\xab\xcd\x57\xab\x9a\xfd\xfb\x2b\xa4\xa8\xe6\xf8\xfe\x0a\xc5\xcd\xfd\xfb\x2b\x64\x8f\x79\xcc\x6f\x05\xdf\x7e\xce\x97\xdd\xf3\x35\x9b\x1e\x76\xc2\x5b\x04\xfe\x3e\xd1\x12\xf5\xed\x31\x21\x8e\x82\xf8\x28\xf3\x65\xff\x5a\xbf\xbf\x42\xe8\x6a\x4e\x98\x83\x5f\x06\xcc\xea\xf9\x98\x30\x57\x01\x79\x00\x66\xff\x3a\x61\x8e\x02\xf2\x00\x18\x9a\xfe\x39\x07\x4a\x1a\xf7\x9a\x3d\x67\x4d\xff\x9a\x2f\x17\xf5\x7c\xcf\x97\x73\xf9\x34\x1f\xbc\xfc\x01\x32\x4c\x12\x18\xa9\x56\xb5\x03\xda\x41\xed\x38\x3b\x6b\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x4a\xd3\x90\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\xa0\x55\x0f\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x68\x0f\x61\x43\xa7\x51\x9f\x84\xc0\x37\x34\x97\x10\x81\x1f\x0d\x12\x12\xda\xee\xa1\x12\x4e\x3f\x68\x84\x53\x80\x07\xce\x55\x4b\x1f\x02\xe7\xda\xfc\xc6\x3e\xfb\x1c\x1e\xf3\x98\x3b\x4a\x1b\x25\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\xd1\x6d\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x8b\x09\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\xa5\x96\x38\x13\x17\xde\x54\x99\x9b\xbb\xfa\x0d\x12\x7c\xf3\x28\x83\x40\xe1\xbc\xf9\x9c\x2c\xff\xbd\xb3\x26\x64\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x1e\x3f\xc9\x88\xcc\x17\x68\x46\x38\x28\x1b\x01\xd2\x8a\x97\xb5\xa9\xb5\x5a\x05\x58\x10\xc0\x65\x62\x21\x0b\xcb\x85\x38\xf0\xde\x29\xa4\x87\xea\xef\x17\x3d\x78\x04\xd2\x83\xf1\x58\xd6\xa6\x77\x1f\x6b\xd3\x7b\x14\xd2\x83\x69\xaa\x1c\x7c\xe0\x51\xd6\xb6\x17\x1e\xcb\xda\xf6\x06\x7c\xd1\x83\xd6\xa2\x90\xc1\xe9\x30\x08\x75\xd2\x83\xf7\x67\x9d\x9b\x5e\xe7\x59\xa8\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x76\xe3\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x94\x2b\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x48\x3a\x8c\x85\xa8\xd6\x10\xb1\xac\xc5\xf0\x17\xc0\x85\x36\x6b\x24\xdb\xe9\xda\xdd\xb1\x00\x17\x7d\xf3\x17\x3c\x6e\x5f\x9f\x74\x3e\x18\x7a\x80\xbd\x16\x3d\xe8\x8e\xb6\x7f\x27\x6f\x75\x8f\x27\xa1\xdc\xf4\xe0\xe6\x03\x03\xf1\x10\x08\x75\x51\x39\x73\xd1\x60\xac\x81\x42\x80\xa0\x22\x13\xe9\x46\x16\x99\x48\xd7\x99\x1d\x2b\x67\x16\xdc\x29\x67\x26\xc2\x8f\x75\xcd\xac\xe9\x01\x16\xb5\x77\x77\xca\x35\x1c\xee\xf4\x22\xa4\x7e\x40\x76\x39\x3c\x0a\xe7\x92\xd2\x4f\x0e\xa6\x48\x2e\xd2\x83\x60\x5a\x5c\x44\x82\x5b\x6c\x5c\x63\x6d\x87\xd8\xb8\xc6\xa2\xf7\xd8\x88\x0a\xc9\x1a\x71\x72\x91\x91\x25\x96\xc5\x46\x4c\x74\x3f\xe0\xc4\xc5\xfd\x22\xb9\x46\xdf\x3c\x08\x31\x91\x3d\xc8\xc1\x37\xdc\xc7\xc2\x84\x21\x5f\x98\xd0\x1b\x9d\x73\x93\xfc\x1d\xfb\x5a\x44\xcd\xad\x73\x6e\x9b\x1f\x60\x2b\xeb\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\x25\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x1b\x42\x4f\x3f\x81\x1e\x7f\xc1\x99\x18\x5f\x9d\xf4\x19\x0c\x06\xd7\x54\xb2\x71\x1c\x9c\x9a\x78\x58\x1c\x9c\x9a\x21\x1f\x60\x52\xde\x67\x83\x33\xf1\xde\x1d\xa4\x57\x1d\x59\x71\x2c\x6a\xf4\x20\x9c\xda\x70\x1f\xdc\x48\xc3\x83\x10\xf2\xe0\x37\x16\xa0\x5a\xb6\x7d\xc1\xa5\x4e\xf7\xc5\x32\xb4\x28\x07\xa7\x22\xf6\x1c\x0f\xbe\x61\x0a\x3c\xb8\x6f\x8c\xc0\xa9\x58\x7a\x4b\x1c\x13\x9d\xfa\xed\xe4\x80\xa6\x02\xe8\x99\x5e\x9e\x93\x92\x9d\x98\x71\x3c\x39\xed\xec\x1e\xc6\x5b\x5d\x8e\xe7\xfe\x56\x97\xe3\x79\x7c\x7f\xe9\xf0\x8b\x27\x31\x22\xa6\x1b\x79\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xb4\x44\x21\x15\x9c\x3d\xb9\x87\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x89\xdd\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x80\x48\x11\xf6\x08\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xec\x18\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\x46\x9d\xe6\xe9\x64\x1f\xda\xcd\xe9\x64\x1f\x3a\xd2\xd2\x49\xc0\x4c\x05\x73\x43\x84\xb8\x8d\xed\x27\xc7\x51\xc2\x76\x89\xdb\xf0\xe7\x85\x0f\x34\x00\xb6\x43\xdc\x44\xc2\x79\x0b\xb0\xaa\xa9\x0d\xc5\x68\x13\x7b\x78\x20\x6c\xc5\xf0\xd9\x5f\xe1\x06\xbf\x48\x1f\x06\x11\xee\x03\x52\xd0\xe7\xec\x0f\x4f\xc3\x16\xfe\xb0\xc1\xf0\x34\x0a\x3d\xfe\x1d\x9c\xf5\x83\xb6\xf0\x34\x9c\x19\x9f\xa5\x88\xdb\x36\xc5\xee\x0f\x9a\xe3\x36\x37\x5c\xf5\xaf\x61\xe2\x23\xab\x15\x7e\xd7\x8a\xbf\x6b\xcd\x73\xf6\xd5\xcc\x2f\x3a\x8b\x5b\x28\xdf\x5f\xb5\x6a\x94\x50\x67\xb3\xaa\xd9\xcd\x21\xe3\x16\x86\x39\x64\xdc\xb0\x0d\x3f\xd3\x8b\x1b\x36\xe1\xe6\x77\x27\x75\x7e\x56\x3c\x6e\xe1\x06\xf6\x3e\xcd\x38\x21\xfc\xa0\x22\x6e\x11\x40\xb8\x09\x20\xd4\xd5\xdc\x49\xb2\x5c\xc5\x2d\x1d\xdf\x5f\x92\x68\xe3\x86\x7d\x11\x43\x50\xdf\xe9\x7e\x31\x9f\xb8\x25\x6e\xcc\xac\xde\x33\xa9\xb1\xab\x43\xe8\xf5\x9b\x3a\xcc\x83\x1d\xea\x77\x50\x42\x8d\x5d\x23\x4c\x41\xb1\x75\xe3\x65\xea\x9e\x4d\x47\x45\xdc\xb0\xf2\xa9\xb9\x0d\x10\x86\x91\xb3\x83\x74\x8a\x86\x04\xf3\xad\x32\xbb\xc4\x0d\xcc\x37\x6c\x9f\x6d\x18\x61\x9a\x0c\xa1\x17\x3f\x48\xdf\x5f\xed\x23\x4c\x45\xda\x19\x83\xf8\x51\x84\xd1\xb0\xa7\xcd\xef\xef\x68\x67\xb5\x01\x53\x11\x5d\xc0\x78\xd7\xb7\xa8\x0f\x26\x25\xb4\xea\x11\x62\x98\xbf\x1b\x00\x98\xc4\x04\x31\xcc\x5d\x23\xbd\x7e\x6e\xec\xdf\x0f\xe6\xb2\x7d\xd8\x5d\xfc\x18\xaf\x44\x6a\xcb\xb0\x54\x3e\x92\x71\x84\x0d\xa8\xa7\x8f\xa0\x16\x61\xba\x18\xb2\xeb\x45\x58\x2e\x86\x44\xbd\x08\xc3\xc5\x90\x28\x13\x3f\x96\x89\xa8\x0e\xe6\x32\xf4\xb4\x69\x80\x29\x72\x0d\xe9\xb9\x11\x0a\xa1\xd4\x9c\x08\x85\x50\xf6\xa5\x18\x28\xf8\x14\xd1\x59\x98\x02\x41\x4f\x9b\x5e\x38\xc1\x51\xa2\x01\xc6\xa1\x1e\xa3\x21\x22\x0f\x8b\x06\xf9\x82\x88\x92\x45\x8a\x50\xf9\xe6\x03\xc1\x78\xcf\x41\x36\x23\xe5\x6e\x68\xeb\x83\xbb\xa3\xad\x55\xbc\x07\xda\x02\x72\xea\x6a\x3d\xe9\xfd\x08\x3a\x2a\xf9\x63\x2e\x8d\x91\x36\xed\xfc\x91\xb4\x62\xa4\x4d\x3b\x7f\x74\x87\x18\x69\xc2\xce\x22\xe7\xb8\x2d\x2b\x97\x1f\x34\xf6\xe1\x4e\x21\x9c\xe4\xea\x07\x83\x7d\x54\x3d\xd8\xb9\x25\x36\x3d\x38\xf8\x89\x87\xa5\xf9\x4e\x6c\x20\xd2\xfc\x3c\x3e\x22\x73\x8c\x60\x73\xc5\xcd\xc4\x05\xd2\x5c\x61\x4b\x0e\x82\x92\x62\x43\xfe\x68\x38\x31\xd2\x52\x5c\x5e\x1d\xd2\xdf\x51\xc6\x0f\xce\x98\x18\x03\x19\x8b\xd8\x42\x8c\xc4\xed\xf0\x83\x35\x6b\x3f\x20\x08\x4d\xb3\x8e\x17\xe7\x24\x98\x23\xa5\x2e\x11\x65\xa4\x9c\x90\xab\x1f\x70\x9f\xf8\x13\x30\x40\x23\x32\xad\x59\xe9\x01\xed\x98\x45\x64\x18\xf3\xea\x41\x98\xa1\x51\xb2\x88\x3f\x2d\x7d\x3c\x8b\xd7\x2f\x3d\x36\x17\x3f\x08\x7c\x43\xcb\x45\x73\x59\x11\xc3\x59\x6a\xc0\x78\x3d\xb8\xf9\x40\x7d\xc0\xff\x55\x86\xe1\xd8\x49\x69\x43\x53\x3b\x16\x8a\xf5\xe0\x84\x9c\x19\x3f\x62\x70\x4c\x20\xbd\xb9\xd4\x9f\x07\x93\x28\xe4\x5d\x89\x69\x39\x18\xc4\xa7\xd2\xc0\x2e\x95\x81\x33\xa6\xc1\xf3\x43\xd4\x9c\xa0\x7b\xbc\x1f\x00\xce\x28\xb3\x79\x4c\x50\x46\xa2\x49\x2f\x41\x19\xf9\xdd\x27\xe5\xbf\x7d\x40\xe9\x41\x2c\x1f\x62\xd4\xef\xde\x98\x12\x4f\xa8\xf1\xe3\xf9\x88\x39\x26\x3e\xf8\x4c\x3e\xdf\x93\x85\xcb\x44\x16\xf3\xf3\xc0\x80\x25\x86\x56\x26\x87\xec\x51\x60\x95\x72\xa3\xfd\xe9\xa0\xcc\x45\xeb\x51\x30\x94\x8a\x0e\x8b\xbe\x9f\x2a\x7f\x8f\x1f\x41\x3b\x96\x86\xfe\x74\x72\x96\xc9\x30\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x0d\xb5\xc7\xac\xf1\xa6\xb8\xd9\x63\x16\x3c\x53\x41\xed\x31\xab\xff\x0e\xf8\x92\xfb\xc7\xf8\x92\x4d\xca\x44\x7c\x8b\xfa\x79\xa2\xdd\x2b\x59\x26\xd2\xfb\xa6\x03\xa6\x10\xa3\xaf\xee\x76\x32\xe4\x8f\x6a\x11\xcb\xc1\x83\x5c\xa7\x6a\x39\xc0\xf1\x05\xdf\x01\x8e\x2f\xf0\x0e\xae\xd9\xf0\xeb\x64\xbe\x7e\xe1\x9c\xef\x6b\xfa\x53\x00\x6c\x49\xb3\x3f\x49\x36\xe2\x8a\xe5\xc4\x09\xaa\x03\xa3\xcc\x03\xc4\xc7\x53\x99\x1a\x65\x93\xdc\x52\x4e\x20\xdb\x83\x51\x66\x4e\x62\x26\x65\x9e\x37\x2d\x6a\x74\x9c\x36\x9b\xf9\x42\x99\x04\xd5\x74\x9e\x97\xf3\x99\x4d\x01\x73\x67\xac\xb5\xb0\x79\x17\xb4\x05\x0d\x3c\xa5\xf1\x45\x2c\xf7\xfc\xbe\x09\xf8\x67\x21\x57\xf0\x3e\x3c\xed\xb4\x7a\x75\x9e\x1b\x4d\x12\x60\xdd\x30\xdb\xa0\xe6\x0d\x71\xe2\xf3\x79\x0d\xa0\x05\xed\xe3\x1a\x40\x0b\xfe\x3c\x4f\x5a\x10\xef\xa8\x53\x88\x6b\xe2\x2d\xb5\x82\x52\x75\xec\x55\x50\xfa\x26\xde\x5f\x2b\x69\x45\xbd\xd7\x84\xf7\x93\xda\x19\xbf\x0b\xf6\x0a\x6c\xe8\x28\xa9\xb5\xa2\x9d\xd5\x26\x25\x08\x9c\xb9\x93\xe4\x18\x8d\xb5\x1e\x20\x34\xf1\xe0\x5a\xc9\x64\x5e\x0f\x26\xad\x34\xf7\x87\xcd\x1f\xc6\x8f\x4e\x9e\x5a\xb1\x14\x02\x7e\xf1\x27\xb1\xcd\xba\x76\x42\xf1\x1b\x5c\x2c\x49\x67\x75\x92\xea\x54\x7e\x84\xa0\xe3\xa6\x3a\xa4\x07\x4b\x9a\x11\x75\xb7\x8d\x3c\x4e\x47\x78\x0b\x8b\x3f\x6d\x7a\xc0\x61\xb5\xdf\x1b\x44\xef\x28\x93\x7b\x6c\x99\x02\x90\xf6\x70\x2b\x8b\xca\xf4\x46\x23\x4f\x13\xa6\xdb\x0e\x9e\xa5\x85\x6f\xc7\x43\xc8\x3f\x5d\x0c\x9c\x11\x35\x8a\x0b\x0e\x18\x62\x62\xd4\x46\x3c\x00\x57\xd8\x44\xaa\x07\xac\x01\xd1\x8c\xed\x88\x04\xe3\x63\x7e\x89\x07\x4e\xee\x68\x56\x78\x54\x42\x1e\xfc\x20\xf0\x81\x46\xc1\x01\x18\x4d\x83\xc7\x28\xbf\x83\xfc\x18\x8d\x0a\xe4\xa7\x8b\x1b\xd8\x28\x45\x54\x74\x77\xf8\xda\x2c\xb4\xdf\xbd\x40\x57\x2b\x7e\xa3\xc1\x63\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x01\x66\x8b\x62\xf7\xd4\xf0\x73\xcd\x6e\xc7\xef\xaf\x24\xb7\x67\xbc\xa7\x1c\x9c\x2d\x08\xdf\x53\x10\xce\xe6\x04\x37\x0d\x80\x49\x62\xcf\x3d\x18\x64\x21\x46\x7a\x63\xe6\xa9\x17\x77\x89\xb8\x8b\x52\xfd\xc9\xf8\xfe\x2a\x5b\x71\x9f\xc7\x6c\x77\xb7\x27\x79\x36\xd9\x03\xe3\x3d\x0f\xe9\x54\x75\x14\xdd\x73\x0f\x24\xef\x89\x7b\x07\x2a\x65\x9e\x8b\x37\xe2\x6b\x8a\xbc\x33\xf1\xc6\x89\x9c\x83\xb6\xc0\x8d\x38\x9a\x6c\x7d\xe0\x46\x24\x4d\xf2\x01\x74\x63\x5f\xa5\xa1\x03\xe1\xc6\xbe\xca\x63\xf8\x8d\xb9\xcf\x47\xf0\xd4\x11\x51\x93\x2d\x05\xdd\x88\xa9\x49\x43\x8c\xed\xc6\xa1\x54\x36\xb1\x86\x1b\x76\xcb\x77\xa7\x07\xe6\x12\x8c\x0d\x18\x32\xf3\xd6\x34\x17\xc4\xcf\xe4\xed\xf5\x09\x6d\x6a\x22\x68\x18\x27\x42\x7a\xad\x32\xec\x9b\x43\x67\xdf\x4d\x6f\x97\xed\x04\xf7\x99\xb0\x68\xda\xde\xf7\x94\xbd\x62\xd5\xc6\xbb\x19\x78\x53\x25\x9c\xdd\xb0\x70\x26\xeb\xc5\x37\xad\x9a\xf2\x68\xc5\xfb\x64\x7c\x51\xf7\x20\x10\xf0\xa2\x89\xed\x0a\xdf\x5f\x69\x33\xca\xa9\x21\x99\x73\xdd\xf4\x79\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\x4e\xe9\x1e\x37\x94\xeb\xd4\x8d\x0b\x28\xd7\xc9\x16\x81\x1b\x41\x42\x49\xc6\xd5\x78\xcf\xc3\x31\x54\xe3\x62\x6a\x59\x29\x99\x32\x6e\x50\x86\xce\xde\xfb\x3e\x30\xa4\x90\x7b\xc3\xf1\x98\xfd\xfb\xa4\xd6\x21\xdd\xe6\x7e\x60\x82\x90\xe8\xf2\x6c\x34\x6e\x6d\x6a\x4f\xa6\xe7\xa3\xfe\x99\xbc\x37\xcb\x56\x15\x9f\xa9\xa3\x65\x33\xeb\x07\xe6\x57\xc5\x03\xc5\x67\x1e\xbd\x39\x48\x14\x78\xe6\xd9\x9b\x62\xf3\xf7\x6d\xfe\x1e\x3c\xde\x44\x59\xd1\x96\x7e\xa6\xba\x96\xa3\xf4\x81\x67\x6a\x6b\x29\xf6\xfa\x93\xd3\xe9\x99\x9a\x5c\x4a\xc3\x83\x9f\xb3\xb3\xe0\xce\xaf\xd9\x8e\x06\x1e\x0c\xea\x05\xfc\x33\xdb\x42\xde\x13\x36\xb4\x05\xcc\xd4\x03\x53\xa8\xfe\x7d\xf2\xab\x21\xf6\xf3\xcc\x73\x29\x47\x89\x5d\x4f\xa8\xdf\x5f\xd9\x76\x84\x07\x41\x48\xc9\xc8\x98\x2a\x42\x6a\x9e\xec\x54\x1b\x73\x12\x57\x7e\xe6\xf1\x91\x53\x74\xff\x07\xda\x7e\xff\x9c\xdf\x67\xbf\x3f\xe9\x6d\xc8\x9a\xf5\x4c\xc9\x26\xe7\xe2\xf6\x24\x86\x20\x8e\xfd\x20\xfa\x28\xca\x32\xf3\x4c\xb9\x3f\x75\x6d\xee\x27\xce\x7d\x27\xa7\x57\x7c\xe6\xe9\x15\x6d\x27\x7c\x10\x68\xf4\x5a\xac\x38\x17\xb7\x8a\xc1\x3c\x11\xfb\x41\x3b\xfd\x99\x67\x5b\xcc\xc5\xe3\xed\xbf\xe3\xff\x4f\x3c\xd0\x76\x7f\x73\xfd\xbc\xef\x9f\xa9\xb3\xc6\xd0\x0c\xcf\x9c\x5f\x33\xbe\x60\x09\x1f\x26\x26\x18\xc2\x87\x64\xab\x07\x31\x48\x72\x5c\xc4\x27\x91\xf3\xf8\xfd\xdf\x9f\x37\x4f\xc2\x79\x23\xa9\xe2\x99\x0a\x70\x56\xe0\x5a\x7c\x52\x45\x5b\xf8\x48\x0d\x6d\xf7\x3f\xf9\x7a\x15\x07\x79\x60\x59\xcf\xc5\x0b\x9a\x26\x02\x14\x6f\x17\x9f\x74\xa0\xed\x0f\xce\xb9\x3b\x8c\xb0\xa9\x61\xe7\x21\x1e\xff\x20\xf2\x68\xbc\xfa\x9b\x22\x8a\x62\x74\xe2\x83\xb8\xa3\xe8\xdd\x9e\x03\x0e\x3b\x01\x38\x65\xd9\x54\xbc\x61\xa6\xc2\x9e\xac\xa1\x3e\xb0\x4f\x2a\x18\x26\x3e\x53\x7f\x4f\xb6\xd9\x3e\xb9\xe2\xb0\x74\x7f\x0d\xbb\x55\xf0\x4e\xf5\xbe\x28\x42\x34\x3e\x30\x70\xca\xb3\x10\x9f\x3c\x77\xb7\x5c\xb7\xf1\xc9\xf3\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\x61\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x5a\x9a\xb2\x64\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\x2c\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x82\x83\x67\xf3\xef\x90\x8a\x0c\xff\x14\x22\xd3\x26\xee\xfb\x94\x39\xff\x62\x82\x29\x73\xfe\xd5\x1b\xac\x0c\xb4\xfd\xfe\x9c\x7f\x35\x81\x96\xa9\x58\x99\x5b\x3f\xf0\xfb\x57\x73\x63\x84\x1a\xd9\x44\xf3\x20\x0c\x60\xbc\xfa\x7f\x40\xe0\xc2\x37\x65\x47\x1d\x50\x0f\x6d\x27\x7e\x9f\xa6\x13\xa9\xa9\xcf\x54\x4e\x62\x2d\xfe\x3e\x4f\x7c\xe9\x70\x7f\xa6\x72\x92\xe4\xbc\x8a\xcf\x54\x4e\x52\xf6\x86\x43\x7c\x40\xf6\x71\xf6\xd4\x89\x80\x17\x81\xd7\x31\x39\xb4\x17\x68\x6a\x2f\x29\x7b\xc1\xa7\xfa\x12\x43\x33\x00\x27\x08\x44\x08\x9b\xca\x4b\x6a\xaf\x01\xef\xf9\x7b\xf2\xef\x73\x03\x54\x49\x98\xf0\x84\xc4\xe8\x05\x43\x6c\x40\x1e\x52\xbf\xe0\x0a\x09\xa9\xfe\x24\xd4\x20\xc2\x4f\x12\x2c\x13\x3f\x6d\xa2\x67\x18\x7a\xc4\x1e\x0d\x2f\x57\x9b\xe8\x79\x2d\x37\x22\x8f\x5e\xe7\x0f\x83\x08\x24\x4a\x3e\x6d\x7c\x7f\xd5\xd7\xf9\xd2\x26\x76\x6c\x76\x7c\x1a\x35\x23\x7f\x3f\xf9\xe3\xe6\xed\xc8\xa8\xa3\x57\xfb\xfe\xfe\xaa\x51\x12\xe0\x33\x55\x9c\x68\x01\xe6\xe9\xdb\xfc\xdd\xfd\xf5\x80\xed\xab\xef\xfb\xdc\x1e\xc5\xe7\xc9\xd4\x12\x62\x34\x7c\x3d\x23\x8c\xcd\xfd\x41\xbb\x91\x91\xe3\x81\x17\xb0\x5a\x58\x98\x3a\x44\xb4\xa1\xe1\xe9\xf3\x7c\x78\x6d\xa7\x8e\x10\xa1\xd7\xf8\xfb\x1c\xdf\xdb\x69\x6a\x18\x35\xf9\x7c\xe9\xe7\xf7\x57\x7d\x91\x5f\x9f\xf3\x1f\x66\x47\x88\x42\xe8\x66\x77\x74\x31\xfa\xfb\x41\xd7\x86\xbe\x1f\xe1\xfb\xab\x56\xc3\x8f\x38\xad\xd7\xf9\x87\x40\xad\x6c\x7e\x0e\xc3\xbc\x9d\x2b\xcf\xc0\xfa\x9b\x5d\x4d\x75\x24\x85\xe1\xdf\xdb\xf7\x57\x55\xd4\x5e\x7c\xa6\x32\x52\x9b\xb7\x27\xc2\x15\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x58\x51\x7c\xc6\x05\x61\x4a\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xa8\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\xcd\xe7\xd7\xde\x7e\x27\x63\x3f\x53\xf1\x49\xdd\x04\x38\xf5\x9e\x54\xcc\xaf\xa7\xda\xd3\x82\x77\xeb\xd4\x7a\x5a\xf0\x79\xb6\xd3\xf2\xe3\xfe\xae\xef\xaf\x5e\x2d\xad\x4e\x95\x27\x65\x13\xec\xfe\x80\xff\xab\x7f\x44\x6e\x64\x6f\x98\xa9\x11\xb5\xe0\x0d\x0c\x2b\x5d\x90\x6e\xf7\x40\x1f\x4a\x16\x10\x8e\x8c\x0d\x2e\xf8\x8f\x39\xff\xf2\xea\x0f\xfc\xd1\xe7\xd3\x54\x9f\x62\x31\xfe\x0e\x6c\x00\x13\xdc\xc1\x18\x39\xb7\x27\x03\x78\x49\xd7\x07\x9c\xd5\xde\xc0\xc7\x8a\x4d\x56\xfb\x82\x5d\xcf\x6d\x18\xe2\xa4\xbb\x3e\x50\xbd\xac\x5d\x3c\x74\x8f\x5b\xde\x98\x9a\x57\xda\x2c\xb0\x4d\xc5\xab\xe5\xd7\xfb\x8c\xae\xd0\x7c\x61\x47\xcc\xd1\xdf\xcf\xf5\xb5\xda\xfa\xc0\x20\x92\xac\xae\x3c\x88\x4c\xa9\xde\x01\x34\x2d\x7a\x47\xc1\xb2\x98\x2d\x11\x4e\x3d\xae\x65\x1f\xf8\x53\x8d\x4b\x2f\xf5\x02\xa6\xeb\xe1\x03\x6c\x6a\x75\xb1\x19\xc0\x0b\x02\x80\x29\xfe\x4a\x50\x87\x56\xff\x89\xae\xed\xcf\xf0\x69\x9b\xda\x4c\x4f\x9f\x0d\x96\xe0\xce\x56\x80\x62\x82\x3f\x5b\xd2\x50\x82\xdf\xb9\x56\xff\x3a\x91\x5f\x5f\x1f\xd3\xf1\xdc\x7e\x12\x37\x90\x90\xf9\xd3\xea\xc7\x58\x92\xb6\x29\x9b\x77\x89\x6a\x09\xae\xe8\x10\x63\xf0\x03\xf8\xe7\x3e\x46\x84\x04\xe7\x74\x88\xca\xce\x49\x74\x4f\x57\x59\x81\xd3\x06\xff\x4c\x0c\x4d\x63\x2c\x7f\xc3\x87\xe1\x26\xe6\x05\xf9\xc4\x48\xdb\x03\x8e\xab\x31\x1f\xcc\x58\x08\x80\x1b\xa0\xca\x4c\x9d\xe2\x04\xb2\x87\x0f\xc3\x4f\x71\x0a\xd4\x5d\xf2\x64\x82\x4b\xa9\x2b\xee\x3d\xc1\xa3\xd4\x95\x06\x93\x22\xe6\xa4\x40\xf8\x84\x70\xce\x2e\x05\x25\xc5\x29\x50\x77\xe5\xd8\xa4\x38\x05\xea\x56\x3f\x91\x00\x29\x4e\x79\xba\xcb\x3b\x92\x22\x1c\xb9\x8a\x21\x4f\x70\x58\x75\xe5\xf7\x24\x78\xac\xba\x52\x78\x52\x9c\xf2\x74\x97\xbb\x25\xc5\x29\x4f\x77\xe5\x30\xa5\x98\x31\xbf\xe2\x36\x4d\x84\x9a\xff\x94\xa7\xbb\xb2\x7c\x12\x1c\x60\x5d\x21\x0f\x29\x2e\x7f\xff\xd0\x83\x02\x6b\xf1\x10\xc0\x38\x91\x36\xf9\xed\x12\xa2\xe2\x7a\xa8\x6e\x63\x04\x2d\x41\x1c\x18\xa1\x0a\x23\x03\x18\x2e\x9a\x01\x4c\x64\x5b\xf6\x12\x0d\xa0\xb8\xba\xdd\xf8\x82\x7b\x00\x8e\x45\x78\x88\xa1\xeb\x92\x91\x53\x9c\x87\x52\xd8\x72\x17\xd2\xe0\xd7\xda\x72\xf7\x17\x27\xbb\x14\x9a\xe7\xb9\xd4\x53\xf0\x17\x40\xf3\x6b\xd6\x0f\x67\xad\x17\xe0\xd5\xda\xb2\xdf\x80\x51\x6d\xcb\x43\xf3\x9e\x27\x45\x97\x53\x2b\xc5\x9d\x2b\x2f\xca\xd9\xb1\xf2\xc5\x3d\x62\xe5\xab\x66\x81\x93\x42\xf9\x67\x29\xee\x00\xa9\xba\x3f\xac\xbc\x38\x03\x62\xfc\xba\x92\xdb\x52\x7c\xa0\x69\x79\x7f\x22\x46\xad\x6f\xd9\x6d\x04\x35\x88\x54\x19\xa7\x16\x14\xc7\x95\x10\xa9\xd6\x75\xd6\xa6\xb4\x31\x6d\xed\xa3\xdd\x26\x3a\x18\x83\xbc\xbc\x29\xc1\xb7\x1d\x14\x7d\x96\x12\x7c\xdb\xa1\x7f\xf4\xad\xc4\x70\xb7\x20\xaf\x65\x62\xc0\x5b\x50\x60\x6b\x62\xc8\x5b\x50\xdc\x6a\x42\xd0\x5b\x2b\xa2\x8f\x14\x32\xbc\x98\xfa\x20\x14\xcc\x43\x40\x04\xb0\x1d\x6d\x99\x14\x08\xe5\xf0\x07\x88\x0b\xd0\x9e\x49\xf4\x85\xcb\x36\x97\x52\xa0\xff\x45\x3d\x46\x78\x48\xb4\x49\x52\x24\xe6\x84\x18\x84\xd4\x05\x39\x6b\x13\x43\xea\xc2\x10\xaf\x4c\xb1\x62\x0e\x02\x21\x36\xb4\x05\x42\xdc\x31\xa2\xb0\x82\x80\x90\x62\x88\xe0\x0b\x0f\x23\x08\x09\x09\xdb\x52\x7c\x03\x01\x74\xc1\x8a\xf6\x3c\x92\x27\x45\x47\x81\x94\x08\x81\x46\x48\xc0\x8a\x34\xf5\x94\x60\x0a\x08\x23\xf9\x0d\x84\x4b\x88\xd5\x24\x24\x22\x85\x91\x34\x6d\xf0\xae\x2d\x7b\x88\x93\x30\xf8\x0b\x42\x9d\xb4\xfa\x48\x2a\x0a\x43\xe7\x55\x02\x3b\xda\x72\xf9\xc9\x01\x94\x32\x1c\x4b\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xee\x7d\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\xd0\xfb\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\x50\xe7\x82\xc2\x2f\x53\x6a\x88\xdc\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x19\x1d\xb5\x0a\x53\x43\x6a\xd5\xeb\x8a\x40\x9d\xcd\x10\x20\xb0\x39\x28\xd2\x31\x21\x28\xb1\x6f\x46\xf1\xe0\x76\xd0\x2a\x0d\x40\x18\xfd\x3e\x76\x83\x17\x6d\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x1d\x69\xf0\xf8\xb7\x6a\xe2\xa7\xef\xd9\x10\xef\x38\x00\xba\x7f\x07\x7f\xf7\x2a\x1c\x04\x58\xfd\x1d\x20\xed\xa8\x55\x3b\xd8\x9f\xdf\x67\x30\x96\xfa\x83\x88\x68\xa5\x37\x25\xc8\x84\x52\x6a\x53\x3a\x71\x5e\x88\xd9\x23\xa0\xb2\x6f\xa6\xca\x13\x9c\xd7\x2c\xe9\xc4\x12\x04\x4d\xe0\x82\x03\x34\xa9\xbf\x8b\x3c\x4c\x8b\x9e\x37\xaa\xe8\xda\xae\x99\x61\x41\x49\x73\xce\x60\x9d\x4d\xee\xff\x94\x19\x63\x3b\x3e\x66\xe6\x94\x11\x34\xdb\xa2\xb6\x5b\x46\xb4\x4b\x8e\x41\x0f\x90\xc9\x90\xbd\xdf\x32\x32\x19\x5a\xfc\x68\xbf\x29\xf7\xa5\xad\x6b\x14\xa8\x87\x4d\xf6\xde\x94\x91\x88\x5c\x95\x09\x96\x32\x9c\x21\x4d\x81\x5f\x29\x43\x00\xef\x49\x1c\x3b\x23\x98\xbb\xc9\x46\x9c\x32\x83\xa5\x25\x53\xa7\x12\xe8\x22\x10\xc5\x14\x18\xfd\x6c\x43\x4f\x05\xe9\x61\x4d\x79\x6f\xa9\xc0\xa7\xdb\x94\x6a\x93\x0a\xf5\x30\xe5\xcb\xa6\x02\x8f\x53\x93\x9d\x3f\x95\x29\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x10\x36\xb7\x55\xbd\xf1\xc0\x38\xa8\x04\xd9\x04\xb7\x7b\x68\xf9\x23\x9d\xa7\x8a\x80\xcf\x11\x3e\xfa\x44\xaa\x19\x9d\x2a\xa4\x37\x55\x04\xfd\xb7\xfc\xd1\xb0\x52\x85\x07\xaf\x29\xe4\x2b\x55\xe8\xc4\x4d\x22\x7c\xaa\x70\xdc\x34\x4b\x17\x0d\x2e\xef\x56\xc4\x39\x1b\x5c\xde\xad\x88\xd7\xb6\x56\xf8\xe0\x33\x97\xd6\xe9\x98\x11\xeb\x69\x58\x97\x56\xfc\xe0\x86\x2b\x4c\xb9\xdf\xa9\xdd\xc0\x58\x69\x7a\x83\xd3\x2f\x02\xbd\x3d\x17\x1f\x7c\x46\xe9\xf0\xad\xb4\xf2\x31\x27\xa6\x0e\xfb\xf4\x8b\x45\xf6\x44\xfd\x58\xb2\x54\xcf\xfc\x44\x47\x57\x2f\x9c\x8b\x66\xdb\x2b\x21\xd5\x61\xd7\x77\x64\x0c\x4b\x69\x4d\x1d\x8e\xbf\x21\xab\x6b\xea\xcf\xfe\x3b\x27\x68\x1a\x38\xb3\x5b\x15\x8d\x0d\xf8\xa9\x5b\x15\x17\x18\x48\xc1\x69\x55\xcc\x7f\xec\xc8\xb3\x53\x58\x6d\x1a\x50\x5d\x37\x23\x68\x2f\x27\x1f\x7c\x56\x6e\x27\x15\xb6\xa0\x37\x60\x3e\x6b\xb2\xd7\xa7\xbd\x23\x9d\x6b\xca\xf3\x3f\x38\xa0\xf6\x93\x20\x88\xf7\xee\x0c\xdd\x56\xf0\x7c\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x30\xe6\x50\x0c\xfb\xd8\x08\xb5\x90\x45\x1f\x7e\x53\xea\x7d\x3a\x10\x6e\xdc\x94\x43\x9c\x8e\xc8\x98\x35\x11\xe0\x81\x14\xa7\xa6\xc4\x9e\x74\x34\xc2\x21\xc5\xe8\x80\x37\xbd\x29\xe5\x2f\x1d\x60\x2e\x76\xd4\xa5\xa3\xb3\x0f\x2d\xc9\x01\x37\x72\x53\x56\x4e\x3a\x10\x24\x54\xcd\xe4\x0e\xf8\x4d\xeb\x10\x6b\x3d\x4e\xf6\x21\x3e\x70\x3c\x20\x2f\xf3\x92\xe3\x41\x3e\xa5\x35\xa6\x13\xc1\xb9\x75\x48\x56\x3f\x11\xa0\xd0\x64\x04\x4b\x27\x46\x69\x43\xab\x78\xc2\x51\xda\x2c\x1c\x5d\x08\x97\x6c\x0a\xf1\x48\x17\x34\xe1\x36\x3e\x66\xdf\x74\x25\xd2\xac\xd6\xe5\xca\x38\x87\x25\x6e\x5f\xc8\x4d\x6b\x43\x64\x7f\x41\xeb\xe8\x9b\xb4\xeb\x0b\x31\x4e\xaf\x93\xf5\x3a\x97\x03\xfc\xb3\x0a\x17\x22\x5a\xbb\xac\x19\xe9\x06\x7f\x7a\x49\x96\x77\xe2\x64\x05\xd7\xcd\x3c\xed\xa0\x4d\x7e\x57\x8e\x22\x3d\xe2\x46\x4a\x5c\x97\xcd\x35\xdd\x38\x37\xba\x6c\x32\x89\xa1\x14\x7d\x13\xaf\xbd\x99\x4e\xa5\x5c\x88\x84\x30\x86\xd0\x37\xb1\xb4\x9b\x99\x90\x4a\x8e\x48\xf0\x23\x84\xee\xcd\x45\x33\x75\x1d\x3a\x37\x60\x6a\x0e\x5d\xc9\x2b\x09\xb6\xe5\xf0\xd2\x65\x61\xfb\x0a\x2f\x95\x08\xc6\xad\x90\xad\xe3\xd0\x18\xd3\x83\xa6\xff\x5c\xec\x43\x2c\xed\xb9\x16\x4e\xd7\x27\x79\x4b\xfc\xe4\xa3\x98\xe5\x0d\xa9\x8d\x5d\x36\xce\xbc\x31\x99\x55\x79\xe1\x79\x55\xaa\xc8\x1f\xc0\x32\x03\xc6\xbb\xcc\xc4\x99\x99\xe9\x5d\x31\x30\x39\xe4\x07\x0f\x3e\xdc\x38\x33\x01\xda\xf1\x83\x39\xa0\x02\x48\xd7\xe1\x9c\xc3\xc1\x4f\x3e\x9e\x83\x8c\xf0\xe5\xd0\xe3\x47\xbf\xca\xe1\xbe\xf9\x40\xa3\x3c\xec\xf4\x83\xd3\xcc\x60\xe2\xae\xf3\x3c\xc7\x8d\x9f\x7c\xb6\x6d\x66\xca\x64\x56\x24\x52\x8e\x6b\xb6\x1f\x6d\x27\x33\x57\xab\xcb\xa4\x97\xe3\xc5\x07\x59\x9f\x20\x28\xa0\x2b\x63\x39\x27\xc8\x37\x5d\x5e\xac\x0c\xf5\x24\x74\x9d\xc5\x39\x21\x8e\xb6\xa7\x8f\xe2\x97\x13\xe7\xa2\xa4\xd4\x9c\xb0\xb1\xbb\x32\x4a\x73\x86\xae\xd8\x45\x52\x39\xb3\x2e\xc7\xeb\x0d\x1c\x02\x5d\x59\x20\x39\x83\xaf\x75\x25\xe0\xe4\x0c\xbe\xd6\x95\x05\x99\x33\x33\xf2\x65\xef\xc9\x19\xc9\xf1\x6d\xfb\x98\x23\x72\x46\x9e\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\xe3\xc4\xef\xb9\xaa\x53\xd8\x54\xbb\xce\xf3\x9c\x0f\x4e\x6e\x08\x74\x6e\x64\x05\x8a\xe7\xc2\xc9\x95\x0f\xd3\xce\x05\x99\x5b\xbd\x7c\xa4\xe6\x5c\xa0\x22\x66\x85\x40\xe5\x42\x14\x16\x2d\x54\x69\x6b\xcf\x7d\xe6\x52\x90\x09\xd8\x94\x47\x92\xcb\xc1\x51\x04\x47\x01\x60\x23\xf8\x93\x1b\x94\x5c\x43\xff\xc1\xf9\x95\x0b\xcf\x1e\x59\xb3\x73\x05\xaf\xed\x55\x2b\x50\x03\xfd\xd5\xda\x3b\x15\x1a\x5d\x97\x47\x3c\x57\xa6\xe8\x2a\xf3\x32\xd7\x9d\x6f\x7c\x38\x7a\xae\xab\x72\xce\xe7\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc6\xc8\x8d\x55\x49\x14\x27\x91\x1b\xc8\xbc\xb7\x4f\x84\x59\x6e\x2c\x5e\xa3\x00\xe0\x4c\x59\xa7\x2b\xa8\x33\xf7\x80\x85\x57\x72\x4c\xee\xac\x7d\xa2\x1c\xf8\xdc\xe9\x4b\x96\xf1\x2f\xf7\x8c\x75\x56\xf8\x42\xee\x10\x9f\xbb\xbc\x7b\x79\xc0\x3c\xdf\x64\x23\xc9\xe3\x06\xcd\xca\x96\x90\x07\x44\x9b\xae\x28\xf6\xbc\xc3\xcc\xd2\x65\x2c\xc8\x3b\xe2\xe9\xba\x4e\xc9\xbc\x43\x26\xef\x52\x9b\xf3\x01\xd5\x3c\xa9\x7e\x4a\x3e\x60\x49\xed\x0a\xf4\xcb\x47\x5b\x0b\xff\xe9\xf4\x80\x52\xd4\x15\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf6\xf0\x51\xc4\xf2\x49\x21\x4c\xc6\xcd\x7c\x22\x88\x7f\x28\xb4\x33\x9f\x00\x6c\xc8\x7c\x98\xcf\x93\xfe\x26\xb1\x9f\x13\xc9\x66\x63\x13\xc6\xce\x3b\xf0\x93\xcf\x83\x0b\x3c\x6d\x28\x3e\x2b\x5f\x38\x27\x86\x7c\x28\xf9\xfe\x7d\x04\x50\xbe\x37\xc4\x41\xbd\xda\xd4\x72\x84\xaf\x7b\x83\x17\xb0\xb9\x03\x18\xfd\x8b\x7f\x47\x48\x4f\x70\x07\x03\x3e\x5d\xff\x0e\xaf\xde\xc7\x7a\x93\x6f\x26\x65\x66\xbf\xcf\x43\xe7\xf5\xe0\xfa\xfe\x4a\x45\x9c\xeb\xde\xe0\xf4\xfd\xd8\xc5\xf2\x8d\x7d\xd4\x7c\xa0\xdc\x88\xdb\x91\x55\x35\xdf\x10\x48\x14\xe7\x93\xef\xb0\xa6\xa4\x1e\xa1\xa8\x28\x35\x25\xdf\xa1\xa0\x83\xa8\x36\x1c\x99\xc9\xed\x86\x40\x1d\x0f\x80\x40\x0f\x6d\xd3\x3b\xc0\x8f\x35\xdc\xdf\x0d\x94\xf8\x7d\x44\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\xe9\x39\xd6\x80\xb1\xbf\xc3\xb2\xf2\x0d\xaa\x6e\x0a\x30\xcf\x37\x42\x69\x36\xb1\xc8\x1b\x67\x48\x8e\x5a\xf7\x1b\x1a\xb0\x83\x0e\xf3\x1d\xe9\x2c\x15\x96\xa1\x11\x37\x45\x51\xe7\x7b\x0a\x69\x79\xf3\x24\x60\x04\x53\xb9\x96\x7c\xa7\x29\xbd\x87\xcd\x84\x80\x70\x18\xc5\x8a\xe5\x3b\x51\x0b\xf7\x42\x81\xa0\xe5\x1e\xcb\xf7\x94\x26\xe2\xf0\xc2\xa2\xf6\x8e\xac\x37\xf9\x4e\xf0\x6f\x0f\xff\xfe\xbc\x83\xcf\xf2\x9d\x19\x9c\x26\x88\x10\xbe\x22\x5d\x3a\xdf\x60\x39\x59\xa9\x67\xf9\x46\xfe\x49\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\xa9\xf6\x69\xc8\x8c\x90\x32\x13\x6b\x9e\xb4\xa8\xa8\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3a\xd4\x53\x46\x06\x5f\x53\x64\x72\xbe\x4b\xf9\xfe\xaa\xd9\x68\x2f\x44\x9a\x3a\x44\xcd\x1a\xa5\x12\xe5\x7b\x0a\x58\x39\x78\x3b\xa2\x62\x4d\x32\x2d\xa3\x60\x8d\x23\x77\xf3\x0d\x3d\x2c\x4c\x26\xf1\x83\x43\xe9\x2e\x4b\x69\x55\x1b\xf3\x29\x9a\x7f\x81\xc7\x34\x0a\xbc\x1a\x11\x92\xe5\x76\xe2\x68\xea\x60\xca\xc3\xf3\x81\x16\xa5\x92\x54\xb3\x16\xa1\x81\xd6\xc5\x08\xef\x06\xa7\x72\xd7\x04\x50\x49\x61\xc8\x6b\x94\x6f\x96\x45\xf0\x0c\x11\xa9\x9d\xe5\xd7\xce\x37\xca\x24\x54\xb3\xb4\x1e\x81\x33\xe1\xbc\xff\x2e\x28\x31\xdf\xbd\x62\xb7\xf9\x77\xb8\xa1\xc5\x45\x11\xda\x1c\x9b\x29\x7f\x4a\xf0\x39\x98\x8c\xfa\x81\x20\x4b\xb7\xcf\x77\x90\x63\xbe\xa1\xbb\xe5\x17\x21\x22\x12\x3a\xb8\x0d\x21\x28\x9a\x5f\xc0\x92\x34\x4c\x86\x0c\x2c\xf0\x56\x1c\xb4\x78\x6b\x40\xc6\x39\xcb\x51\x99\x11\xe7\x1c\xc3\x66\xba\x1b\x93\x6c\xde\xed\x81\xb6\x90\x8e\x50\x82\x4d\x27\xeb\x0d\x9f\x4d\xd0\x69\x7d\x53\x1a\x52\xe8\x50\xbe\xa7\xa0\xe1\x90\xdb\x7c\xef\xc0\xb1\x09\x1f\xea\xa9\xcf\xcc\x7b\x27\xc8\xfe\xbe\x22\x56\x51\x53\x80\x05\xaa\x76\xad\xe1\x3e\x37\xd6\xd6\x04\x20\x5c\xf7\xa3\x79\xbc\x87\x33\xd4\x83\x29\x1c\xe4\xe0\x8d\x32\xe5\xc8\x6c\xe9\xea\x9e\xea\x71\x56\x54\x71\x5e\x91\xca\xaf\xad\x7c\xec\xef\xd0\xd3\x7c\xa3\xd8\x9f\x43\xde\x33\x43\x99\x9b\xf5\x92\x7b\xea\x9c\x31\x19\xa6\x73\xaa\xb1\xc5\x48\x3d\x89\x13\xf5\x48\x55\xf9\xb5\xce\xf3\x00\xcf\x4a\x0c\xcc\x08\x64\xce\xaa\x55\x98\x6f\x58\x03\x6b\x71\x87\x9d\x1d\xb8\x47\xf8\xcb\xab\x3b\x38\x18\xd3\xad\xf6\x85\x0e\x35\x85\x13\x84\xe7\x9d\x71\xce\xed\x5c\xbc\x5b\x91\x17\x9a\x93\x0f\xeb\x29\x6b\xc7\x60\x96\x8b\xca\x3f\xaf\x65\x9c\xea\x4c\x54\x89\x84\x8c\x18\xe8\xac\x5c\xec\x8c\x10\xe8\x54\xa2\x07\x18\x08\x01\xd2\x04\x68\x56\x54\xa6\x58\xbe\x51\xf4\x27\xbc\x28\x71\xea\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\x8c\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x54\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x90\xea\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\x84\x79\x67\xb7\x17\xed\xaa\x4b\xda\x61\x24\x3d\xdf\x0f\x4f\x89\xa2\x2f\x9e\x88\xc3\x59\x93\x82\xae\x3a\x82\xb7\xcf\x53\xf8\x85\xf0\xf0\x54\xea\x22\x6a\x73\x61\xfc\xc1\x3c\xc8\xa2\x84\xfe\xfb\x39\x81\x26\x7f\x4f\x9e\xe5\xfd\xf4\xdc\x04\x5a\x4b\xf9\x90\xed\x6a\x87\x21\x76\xbc\x27\x09\x2d\x88\x1d\x0f\xa5\xfd\xc4\xdd\x94\x11\x58\x3e\xbb\xef\x7a\x00\x97\x9a\x98\x28\x23\xc3\x83\x32\x31\x32\x43\xc3\xcd\xa2\x1e\x3a\x3b\xb5\x17\x10\xfd\x3d\xe1\x33\x3c\x4b\x90\xf4\x17\xb0\x8c\x4a\xb0\x7c\x3e\x95\x28\xd5\xc6\xee\x90\x22\x8e\xf8\xef\xa4\xc4\x8d\x8c\xf8\xef\x50\x45\xbb\x88\xff\x8e\x61\x13\x52\x9f\x50\x08\x82\x46\x0c\xf4\x4c\x14\x77\x49\x46\x3d\xdc\xc7\x3a\xed\x04\x44\x60\xaa\x87\xb0\x3c\xd5\xf2\x2c\x8f\x7f\x46\x90\x77\x92\x4d\x3d\x23\x68\x7a\x76\x20\x3c\x44\x8a\x24\xe2\x3a\x08\x8b\x4e\xaa\x82\x97\x11\x16\x9d\x65\xa8\xcd\x0c\x8b\x1e\x0a\x93\xc8\x88\x83\x9e\x40\xfa\x0b\xc4\x79\xe9\xb8\x79\x96\xe8\x67\x20\x29\xfa\x89\x8d\x20\x12\x7a\xce\x5b\xb3\x42\x25\xc6\x62\x20\xe1\xfe\x4c\x46\x7d\xda\xc1\x67\xfc\xfb\x5a\x4c\x3f\x40\x28\xb0\xd7\x12\xde\x4f\xf9\x3c\x32\x43\xa1\x9b\xd2\x08\x33\x63\x9f\x83\xe5\x57\x04\x3b\xcf\x07\xea\x02\xe2\xe2\xa6\x2d\x84\x68\xe6\x38\xb4\x03\x10\xcd\x9c\x5f\x98\x86\x70\x58\xad\x9f\x32\x9c\x39\x27\xf1\x6f\xc4\x27\x07\x19\xd4\x32\xe2\x93\xd3\xd6\xdc\x03\xa2\x06\xb4\xe9\x10\x9f\x1c\xcd\x9a\x56\x7c\xb2\xa9\xa5\x2c\x90\xd5\x61\x01\xef\xf2\x52\x16\x4a\xb8\x3a\x72\x56\x84\x72\xf6\x08\x28\x15\x20\x86\x0f\xcb\x62\x56\x96\x50\x46\x84\xf2\x44\x9b\x47\x18\x50\xae\xfc\x02\x64\x1f\x09\xc4\x08\x51\xce\xaa\x46\x94\x1f\x8a\x9b\xd9\x10\x91\x17\x1a\xa0\xc9\xbf\x4b\x35\x40\xb0\xb9\x36\x0f\x50\x17\x03\xd7\x08\x4b\xa4\xd4\x99\xf1\xd0\x18\xac\x4c\x9c\x8c\x28\xe2\x6c\x75\x1c\x51\xc4\xb3\x4f\xe1\xb9\x32\x6e\x5a\xc2\x02\xe2\x84\x63\xb0\x18\x8d\x40\xe1\x6c\x1d\x13\x81\xc2\xd9\xaa\x36\x02\x85\xe7\x07\xea\x12\xce\x0b\x9b\xf1\x60\x80\x4d\xc5\xc4\xd4\x70\x94\x4b\x45\x44\x2c\xef\xec\xc0\x0f\x28\xa8\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd1\x9a\xd1\xba\xb6\xac\x22\x3a\x77\xf6\x28\x54\x76\xaa\xb1\xa6\x06\x98\x9e\x95\x6e\x9f\x11\x9f\x1b\x86\xe2\x95\x32\x03\x74\x5b\xf4\x6a\x74\x40\x2d\xed\x04\x11\xb9\x59\x36\xf4\xcc\x88\xdc\x60\xd1\x17\x21\xb9\x2f\x4b\x24\x42\x72\xb3\xaa\x3e\x64\x84\xe4\xce\x0f\x84\x97\xce\x84\x24\xc3\xb4\x56\xc2\x0f\xb0\x12\x32\x2f\x20\x28\x77\xbe\xa0\xd5\x9d\xc2\x72\xb6\x49\x03\x51\xb9\x5d\x41\xfa\x19\x51\xb9\xf3\x03\x3f\x40\x14\x5f\xff\x49\x5d\xd3\x8c\x18\xdd\xfc\xa2\x5f\xc4\x43\x65\x2b\xa1\x08\xd2\xcd\x36\xfa\x21\x48\x77\x0e\x67\x78\x80\x12\x13\x34\x5c\xfc\xd5\xe7\xd6\x20\x53\x70\x9b\xfc\xd9\xc7\x08\xc2\x72\x43\x30\xf7\x64\x18\x9e\x8f\x15\x18\xf9\x92\x79\xdf\x7e\x60\x4f\x09\x65\x90\x9d\x9b\x3b\x84\xec\x5c\x24\x4d\x20\xec\x35\x0c\x1f\x21\xc7\x22\x1c\x75\x78\x14\x70\x67\x81\x88\xb8\xd5\xe1\xa3\xf5\xa0\xd1\xc8\x3d\x1e\x44\x82\xd7\x1d\xb6\xd1\xac\x7a\xbe\xf9\x39\xa0\x08\xbb\x4d\x93\x99\x97\xfd\x04\x27\x93\x5c\x87\x50\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x77\xe4\xad\xdb\x8e\xce\xe0\xd2\xe4\x33\xe5\xa4\xdc\xe6\x69\x9d\x24\x56\x73\xcf\x13\x81\x6a\x66\x1b\x14\x9f\x4d\xbc\x27\x45\x20\xcb\x20\x17\xd8\x86\x31\x7f\x81\x56\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\xba\x2f\xa8\x04\x3e\xc7\x50\x48\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x87\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x4c\x62\x8a\xbf\x49\x55\x42\xf2\xf3\x60\x17\x57\x77\xd0\x91\xa4\xab\x49\xd0\x05\xfe\xfa\x7e\x61\x49\xbb\x7c\x89\xbf\x3e\xe7\x1e\x2c\xbd\xb7\xc8\x83\x12\x3e\x1f\x25\xa0\xb0\x46\xd6\x26\x03\x5b\x41\xec\xf0\xdc\x23\x49\x0f\x60\x75\x28\x7e\x81\x30\x76\xb5\x1b\x61\xc8\x7a\x00\xb3\xc3\x47\x73\x29\x1b\x0c\xa5\x56\xca\xcb\xb6\x51\xd4\xf3\x0b\x14\x70\x8b\x7b\x98\x6b\xad\x43\xaa\x6c\x10\x70\xab\xf2\x6f\xca\x36\x25\xdc\x22\x43\x66\x59\xb5\xbc\x54\x20\xbb\xa0\x9c\x57\x96\x50\x5d\x10\x01\x9d\x5e\x93\x08\x54\x69\x3f\x22\x4d\x41\x51\xaf\xac\x80\xd3\x82\x32\x5e\x61\x54\x8f\xb0\x66\xe9\x17\x28\x45\x75\x01\x4d\x09\xb8\xba\x47\x52\xb8\x7f\xa7\x28\xf8\x91\x59\x0a\xeb\x7d\xb5\x68\x44\x85\x8b\x63\x18\x6a\x84\x9e\x75\x8f\x09\xb9\x2b\xa8\x87\xc8\x59\xaa\x03\x84\x20\x26\x83\x84\x44\xc8\x9a\xd5\x1f\x12\x21\x47\xd1\x42\x44\x2e\xad\x96\x12\x01\x88\xb5\xf9\x7b\x1e\x22\x3f\x2a\xad\x5d\xb6\x88\x2d\xfe\xea\x1d\xe2\x4d\xd5\xa2\x45\x22\xc4\xd0\x1c\x48\x3b\xf5\xef\xd4\x10\x3c\xfa\x14\xc1\x36\x2f\x11\x63\x9d\x92\x57\x3d\xad\x0d\x28\xf8\x29\xcf\x4b\xd4\x2d\xdb\x27\x30\x45\x6d\x26\xee\xb9\x87\xb5\x26\xc2\x30\x22\xa3\x93\x09\x0d\x9e\xab\xda\xbc\x5f\x32\x51\x2c\x42\xca\x30\xd7\x54\xb7\x17\x08\x1a\x22\x43\x72\xed\x9a\x35\xa5\xf1\xa6\x35\xcc\xc0\x9a\x71\x9e\x59\x73\xc9\xbf\x73\xf7\x24\x83\xb4\x76\x8b\x41\xa2\xca\xd0\xfc\x06\xce\xac\xa0\x49\x15\x70\x77\xff\x5e\x16\xf1\x6b\xcc\x02\x3a\x30\x21\xc2\x98\x2b\xf7\x70\xd9\xca\xa2\x03\xf7\xc0\x73\xd3\x78\xa3\x78\xdd\x04\xd3\x14\xa7\xd3\xf6\xea\xf1\x21\xd0\xfa\xa0\x72\xed\x92\xf0\x82\x1c\xbe\xf1\x22\x8f\xba\xa0\x54\x9f\x95\x6e\x4a\x41\x5d\x69\x3d\x4c\x7e\xc0\x3d\x9a\xb4\xdc\x95\xb2\x6a\x72\x17\x20\xb1\xe6\x31\xb8\xe3\x92\x96\xaf\x71\xfd\xd5\xc3\x92\x9f\xb3\x96\xa3\xb1\x68\x9b\x3f\x40\x6e\x71\xd4\x44\x21\x4f\x6f\xc6\x75\x63\x2c\x8f\x60\x5c\x7e\x2b\x93\x64\xe3\xfa\xbb\x8d\x4a\x76\x5e\xbc\xce\xc5\xd3\x80\x4b\x7c\xce\xa2\x71\x5a\x85\xbb\xdb\x14\x30\xb2\x86\xec\xd4\x8d\x3c\xeb\x4e\x92\xca\x42\x4b\xc7\xd9\x6a\xaa\xef\x4b\xb4\xf3\xa0\x14\x18\xbc\x5a\x4b\xba\x35\x8b\xa6\x3f\xbc\x08\x0f\x14\x5e\x87\xf0\x36\x28\x07\x75\x3f\x58\xab\xa7\x89\x0f\xc8\x41\x5e\xee\x29\xa0\xa6\x6c\x16\x3e\x40\x62\xaf\x0e\x0e\x82\xe0\x17\x4e\xf6\x28\xa8\x97\x84\x5a\xf5\xc9\x4e\x1a\x33\x8f\xde\x17\x8d\x69\x1a\x3b\xed\x7a\xc6\xe6\x4e\x37\x84\xdb\x17\xf4\x4a\x41\x79\xd0\xe4\x65\xdc\x1d\x30\x9e\xbe\xda\x60\x10\xe6\xe1\x07\x0e\x9a\x2e\x44\x1d\xb4\x41\x08\x46\xe4\x56\x65\x4f\x62\x89\xa8\x3e\x8f\x0f\xd2\xac\x0f\x16\x06\x1a\x6c\xc2\xc3\xc9\xb5\x31\x83\xa0\x3d\xd7\x2c\xe8\xa4\x15\xce\x6c\xf0\xa4\x66\x6a\x20\xa7\xd4\xda\xea\xeb\x05\xda\x41\x5e\x5d\x10\xd7\xde\x17\xc8\x68\x8a\x2f\x20\xc8\x94\x4c\x00\x48\x69\x52\x8e\x74\xd9\x60\xb2\xad\xcd\x5d\xc2\x09\x5c\x87\x30\x7d\x51\x1f\x32\xcb\xb8\x08\xe5\xf8\x49\x98\x5d\xd9\xae\x82\xa2\x04\xee\x1e\x3c\xcd\x3b\xfb\x82\x2b\x72\x68\x8a\xac\xfe\x2b\xe3\x50\xd9\x2e\x64\xad\x7a\x27\xd3\x82\xeb\x9d\x7f\x51\xdd\xf1\x26\xb9\x49\x0a\x3e\xd0\x96\xc8\x69\xfa\xbb\x41\x0b\x1e\xf3\xce\x7c\x41\x73\xbe\xb1\x97\x8d\x34\x06\x2c\x24\x6f\xf6\x1b\xa9\xa7\x16\xbe\x6e\xfa\xd6\x7d\xc8\xde\xb4\xe5\x64\x8f\x01\x43\x86\xd1\x7a\x63\x1a\x2f\x20\xb9\xb5\xb3\x1e\x3c\xac\x54\xb7\x69\x5e\x0f\xed\x6a\x66\xbc\x2c\xbe\xd1\x4c\x2e\x0f\xb7\x91\x91\xfb\x70\xf7\x6b\xd0\x87\xf3\x12\x45\x3e\xe4\x51\x26\xb0\x07\xb2\xc2\xf0\x10\x64\x51\x9e\x17\xec\xbe\xd5\xab\xf3\xac\xbd\xfd\xe9\x92\xf5\x3d\xeb\x47\xad\x2a\x8c\xd7\xaa\xba\xf3\xa7\xf0\x66\x21\xe5\x3a\x14\xde\x23\x54\x75\xf1\x43\xe1\x3d\x42\x43\x02\x7e\xe1\x3d\x42\x59\xc6\xb9\x12\x68\xba\x1d\x7e\x81\xe2\x83\x18\x69\x58\x72\xa8\xd8\x22\x2e\xf8\x89\x96\x2f\x02\xc4\xcc\x28\x76\x12\xe0\xa1\x57\xd4\x42\x41\xcd\xd0\x1c\x24\x8d\x87\x15\x5d\xe1\x21\x03\xf5\xa8\xa4\x36\xd9\x83\xf1\x00\xb1\x33\x7e\xec\x35\x25\x2c\xb1\x53\x6c\x12\xb7\xf9\xcc\x07\x9a\x37\xa4\x4a\xc5\x7e\x15\xd4\x29\xcd\x2a\x07\x55\x42\xe4\x46\x14\xd1\xe1\x5a\x9d\xa4\x4a\xaa\x85\xb7\xe6\x04\x0b\x18\xb8\x24\x67\x3e\x10\xe2\x52\x44\xe9\x33\xf5\x90\xc8\x81\x24\xe5\xe0\x96\x9c\xf9\x85\xfa\x4c\x2b\x06\xdd\x6f\x34\x40\xe5\x17\x48\xf9\x12\x0f\x71\x27\xce\xec\x42\xa8\x4a\xc4\x84\x81\x38\xd0\x16\x22\xe0\x96\x57\x6c\x55\xe1\x65\x36\x2a\x03\x52\x02\x0d\xad\x96\x16\x78\x9f\x8d\xaa\xd4\x16\x5e\x67\xa3\xbb\x0a\x0a\x6f\xb3\x49\x9e\x75\x46\x59\x05\x2f\x36\xdc\xf4\x55\xdb\x1f\x01\x83\xb1\x79\xf1\x33\x35\x08\xa1\x31\xc3\x22\x33\xdc\x66\x8d\x67\x03\xc8\xba\x30\xee\x1f\xf6\x13\xd3\x4a\x66\xa5\xa4\x6c\x00\xd7\x42\xa9\x07\x18\x6e\xa3\x69\xa3\x44\xf4\x28\x88\x0a\x97\x5e\xd2\x07\x6e\xaf\xc9\xaa\xd9\x55\x58\x22\xb6\x2a\xe8\xa8\xe0\xae\x9a\xf9\xc0\x6f\xd0\xbc\xd1\xdd\xe7\x8e\xea\x33\x6e\x9f\xac\x65\xa0\xf6\x62\x48\x1a\xb3\xd2\xcb\x64\xea\xa9\x84\x52\x78\xa9\xe4\x36\xc2\x3b\xca\x3b\xf8\x34\xe3\x25\x32\xc1\x22\x12\x2e\x91\x09\xce\x9f\x2d\xb8\x44\x26\x2a\xa3\xbd\xe0\x92\x18\x57\xe0\x29\xbc\x24\x66\x54\x8f\x00\xd5\xa4\xfe\xc4\x45\x54\x70\x7f\x4c\x8e\xe6\x4c\x8d\x07\x9d\x3a\x63\x3c\x79\x32\x1d\x34\xaa\xe0\x92\x9e\xc3\x32\xd2\x0a\x5c\xdc\x05\xa3\x0b\x2e\x4a\x60\x5c\xb6\x94\x10\xdc\x04\x93\x64\x0f\x2a\xbc\x0a\xe6\xcd\x76\x1a\x43\x33\x4d\x5a\x8d\xc1\x74\xda\x5d\x8d\xe6\x4d\x89\x29\x01\x62\xa8\xd2\x76\x4b\xe8\xf1\x5d\x93\xa8\x84\xbe\x26\xa1\x21\x96\xd1\xd6\x4c\xa1\x63\x55\x8a\x7b\xe0\x75\x00\xfe\x00\x25\x93\xa2\x47\xc4\x11\x20\x7d\x20\xa0\x2e\x5b\x4b\xe6\x6c\x1d\xe4\x1f\xdd\x01\x04\xa3\xd7\xef\x6b\x0e\x86\x00\x75\x91\xa2\xda\x03\x75\x23\xa4\x1d\x04\x58\x68\x15\x1d\x58\x50\xce\x38\x29\x0d\xbf\xa0\x9e\x71\x56\x28\x60\x09\x83\x31\x2e\xee\x8f\xd9\x28\xe6\x38\xb0\xb1\xbe\x98\x37\x13\x48\xdd\x21\xeb\xb7\x9a\x23\xc1\x40\x9a\x65\x72\x2a\x01\xd1\x09\x31\xb9\xbd\xb0\xec\x1e\xf2\xf7\x57\xeb\xa6\x2d\x54\x2e\xb0\xba\x1a\xf6\x0a\x90\xb5\x4c\xa8\x54\xa0\x94\x92\x12\xa6\x78\x9b\x2c\x80\x04\x24\x5d\xb4\x64\xa6\x88\xf0\x04\x05\x68\x95\x00\x71\x56\x51\x74\x05\x11\xcc\xd1\x1a\x77\x38\x70\xa0\x99\x34\x61\x82\xed\x9e\xc1\x14\x6f\xf3\x66\x06\x72\x2c\x36\xee\x0e\x77\x3e\xd0\x14\x0e\x8a\x9a\xc5\x43\xa0\xfc\x95\x24\xe4\x70\xc0\x4a\x62\x2c\x1f\xe4\x72\x32\x83\xe0\x1e\xa2\xf9\x40\x5d\x9e\xb4\x5e\x9a\xcf\xb1\x32\x9b\x8f\xe9\x13\xb3\xf0\x91\x08\xa3\x6d\xf6\xc2\x9e\x0b\x6a\x7f\x00\xe2\x95\x9c\x16\x4e\xba\x72\xbc\xc9\xcf\x03\x67\x81\xe6\x3d\x05\xe8\x34\x3c\x4b\x56\x04\xa8\xfe\x9d\x0a\xb3\x0f\x1f\xc6\x48\xbe\x78\xf7\xb5\x66\x25\x18\x18\xe3\x60\x39\x1f\xb7\x1b\xd9\x91\x5c\x78\x97\xd1\x78\xf1\x41\x18\x5d\xa3\xd9\xde\x85\x72\xb3\x46\xdc\xc5\xe8\x19\x01\xc9\xdc\xa9\x17\xa7\xba\x08\xa5\xd9\xc4\xbd\xbd\x4b\x8f\x95\x30\x65\xe2\xd4\xbc\xa5\x6e\x8a\x8e\xde\x02\xf7\x02\x5a\xd3\xba\x81\x6a\x33\x1a\x48\xbc\xc3\xa7\xf2\x4d\x4c\xbb\x03\x54\x56\xf3\x71\x72\x23\x20\xc0\x87\x34\xe4\xdf\x68\x89\xec\xa6\xf8\x23\x7d\x2a\x3c\x04\x59\x1f\x40\xdc\xd5\xad\x03\x25\x3c\x0b\xcf\xa2\xb7\x67\x6d\x42\x3f\xa0\xf7\x52\x1a\x19\x6a\x86\xbb\xe0\x5a\x09\x0f\x53\x5c\x04\xf3\x43\x43\x85\x85\x1b\xd8\x79\xa3\xe9\xef\x41\x74\x9c\x27\xfd\xd0\x05\xe0\x01\x60\x20\xfd\x91\x6b\xa8\x04\x98\x80\x15\x7c\x53\x50\xc1\xdc\xe5\xdf\x0a\xea\x95\xc7\x22\xaa\x88\x1b\xce\x78\x31\x21\x96\x2f\x1f\xe6\xa3\x28\x5f\x9e\x14\x2f\x54\x90\x70\x10\x15\x03\x55\x56\xf1\x72\xd1\xfa\x2a\x55\xbe\x19\x00\x90\x5d\xf1\x80\x00\x50\x2b\xc2\x3a\xe5\xaa\x0f\x53\x58\xa6\xbc\xd9\xee\xc9\x42\xe5\x59\xd7\x34\x96\x48\xb1\x5a\xd6\x87\x88\x6c\x6f\x45\x3c\x94\xc8\xf8\x05\x45\xd7\x94\x88\xc8\x57\xa5\x87\x96\x18\x28\xa5\x0c\xbf\x70\x81\x0c\x05\x73\x24\x15\x48\x24\x88\x91\xb1\x04\x7e\x01\x35\xc5\x82\x7f\xaf\xc4\x5a\xd6\x03\x08\xb0\xc5\xed\xb5\x1b\x8b\x1e\x0c\x04\x14\x0a\x68\xd8\x4b\xe5\x2e\x2e\x71\x45\x48\x18\xcf\x91\x78\x53\x3b\x61\x61\x0d\x22\xea\xc0\x45\x63\x29\xad\x85\x14\xcc\x89\xf1\xc0\x7e\x01\x74\xa9\x23\x1a\x75\x2a\x82\x6e\x64\x29\xa8\x53\x91\xe3\xeb\x77\x46\x3b\xb8\x3f\x0a\xa8\x6e\xd3\x54\x29\x3a\x8f\x0c\x55\x10\xb3\x47\x21\x89\xec\xcd\x1b\x97\xf5\x54\x72\x49\xcc\x70\x23\x45\xb7\x57\xb5\x56\x81\x40\xf3\x68\xf6\x0b\x73\xdd\x9a\x91\x98\x71\xe6\x4b\x49\x8f\x14\x60\x25\xc9\xf1\x1a\xb4\xa6\x68\xa0\x82\x6b\xd0\x52\xf5\xb2\x7d\x04\x5a\x21\x61\x09\xb4\xc3\x6f\xf0\xc4\x32\xed\x14\x5e\x00\x27\x18\x98\xfc\x68\x46\x1c\x71\xdd\x85\x8d\x82\xb8\x06\x2d\x47\xef\xc8\xc2\x13\x4c\x0c\x83\xd5\xe3\xc7\x6b\x69\xeb\x92\x14\x34\x2f\xa6\x16\xc9\x5a\x86\x14\x9f\x68\x77\x05\x2e\x45\x4b\xc9\x43\x2c\xe3\xa9\x51\x8f\x60\x84\xf8\xea\x00\xd4\x57\x0d\xc2\x9a\x84\x1f\x50\x03\xf7\x5a\x55\x86\x1d\xe9\x05\x14\x2d\x2b\x9e\x75\x83\x78\xe5\x59\x37\xde\x16\xea\x36\xc8\x55\x6a\x26\x6e\x33\xcb\xd1\xd4\x87\xb2\x64\x96\x72\x23\xa5\x5e\x45\x5c\x14\x5c\x44\x96\xe5\x6d\x2b\xb1\x61\xed\xfd\x41\xa7\x61\xcc\x4b\xd9\x17\x63\xd1\x90\xac\x1f\xac\x03\x91\xb7\x8e\x35\x85\xef\x94\xd8\x17\x81\xfa\x01\xd3\x8f\xdc\x65\x07\x0c\x42\x42\xc7\xa6\xf6\x1e\xec\x8b\x58\xfc\xc1\xda\x23\x7e\x83\xb3\x10\x35\x51\x2a\x95\xa8\x81\xd2\x29\xd9\xd6\x7e\xe6\x6e\x65\x5d\x99\x5a\x50\x3b\x25\xdb\xad\x14\x97\x58\xaa\x13\x0d\xa5\x4f\x62\xb0\x3a\x80\xd2\x27\x2e\x00\x5a\x50\xf9\xa4\x27\xef\xeb\x41\xc7\xbb\x26\x05\xb9\x35\xe5\xf6\x93\xe3\x07\x35\x4f\xb2\x32\xf3\x4b\x64\x02\xa8\xca\x9f\x15\x5c\x5a\x30\xc1\xf1\x83\xfa\xfd\xd5\x75\xad\x6f\x89\x7b\xe3\x0b\x9a\xf2\x8e\x02\x9c\x12\x3a\x51\x35\x25\xd9\x22\x1a\x79\xa1\x92\x24\x44\x56\x41\x29\x46\x19\xee\x57\x0a\x36\x0d\xc4\x03\x39\x02\x66\x02\x30\xd2\xbe\x18\x19\xa5\x5a\x89\x39\xf1\xa0\xa6\xae\x35\x39\xa0\x8a\xf8\x08\xa5\x8d\xd6\xb6\x84\x78\xac\x3c\xfd\x4f\xfb\xdc\x30\x45\xb7\xb1\xc8\x3e\x62\x51\xc1\xaa\x99\xb4\x4f\x6e\x67\x1f\x37\x27\xfc\x0c\x12\xe4\x23\xc3\x0a\xac\xba\xe3\x7a\x35\x47\x01\x17\xde\xae\x96\x15\x3e\x57\x70\xbb\x5a\x52\xf2\x74\xe1\xf5\x6a\x2d\xbd\x1e\x30\xfa\xc8\x94\x89\xa8\x5c\x8b\x87\x11\x26\xdd\x60\x03\x44\x64\x18\xee\xe6\x41\x2f\x56\x2a\x35\x1b\xba\x50\x89\xcc\xb2\x05\xe3\x74\x6d\x50\x88\x30\xdb\xbe\x10\x77\xd1\x4a\xe7\xa3\x1c\x91\xba\xd1\xa7\x26\xaf\x71\xf3\xbc\xaf\x81\xd2\x8a\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x27\x7d\xf6\x24\xc0\x8c\x7d\xca\x5e\xf0\xa6\x99\x98\x28\xe2\xfa\x4c\x5b\xb9\x4a\x86\x10\x66\xdf\x6a\xf6\x0f\xab\xaf\x6d\xe7\xf1\xe6\x06\xd0\x00\x14\x81\xa3\x19\xe5\x0d\xa5\xad\xbb\x83\xc6\xca\xd2\x6a\x77\x7e\xa0\x39\xde\x0c\xbe\xf4\x86\xbd\xb9\xc3\x4d\x3f\xf7\x9a\xb5\x80\x78\x68\xa9\xf4\x81\x40\x2b\xaf\x4d\x91\x91\xc1\x0b\x66\x54\x0f\xab\x02\x0b\x8a\x67\x2d\x9d\xc0\xa4\xd4\xeb\x33\xea\x59\x24\x29\xa8\x1e\x32\x6c\xb3\x02\x8a\xb5\x9e\x18\xae\x44\xa8\xcd\xf3\xa0\x95\xd7\x87\xd2\x83\x34\x0e\x0d\xc9\x6a\x45\x2a\x8f\x5d\x12\x92\xbe\x94\x6c\x5e\x90\x93\x9a\xa2\xcc\x57\xa8\x66\x34\x27\x19\xf4\x00\x52\x5b\xf6\x0b\x40\xbd\x0e\x5e\x14\x2f\x9a\x1a\x8f\x3f\x00\x7f\x17\x56\x50\x88\x28\x86\x28\xe6\x9a\x58\x9c\x79\x18\x84\x07\xc5\x93\xf5\x3b\x8b\x31\x6b\x8a\x29\x2c\xbc\x47\x3d\x48\xec\x51\x43\xc2\x46\xfc\x02\x01\xc2\xac\x7d\x02\x28\x5d\x94\x74\xb3\x43\x49\x94\x65\x6d\x49\x49\xb4\x11\x17\xbf\x80\x7a\xcc\xaf\x11\x0f\x7e\x20\x34\x22\x32\xa1\xf6\x17\xd0\x90\xaa\x8c\x47\x24\x82\x05\x9b\x4a\x12\x32\xc1\x86\x59\x74\x42\x4d\x66\x9f\xa4\x29\xd2\xe8\xd5\xd4\x4e\x80\xc1\xef\x67\xac\xa4\x10\x1f\xb9\x29\xa2\x1f\xa0\xc4\xaa\xb6\x21\x8b\x1d\x8d\xc9\xc3\x7f\x70\x08\xe1\x72\x41\x67\x50\x95\xc4\xd0\x01\x5d\x0e\x57\x50\x2a\xc9\xe9\x47\x85\xa5\x92\x46\x7c\x3d\x20\xc0\x42\x62\xa2\xe0\x28\xd3\x0a\x4a\x23\x39\x59\xa6\xa0\x32\x52\xca\xd2\xd7\x59\x19\x49\x17\xf5\x17\x14\x46\x7a\x89\xba\x28\x8c\x34\x41\x12\xca\xd2\x9a\xa1\x87\xa4\xea\x5a\xfd\x60\x6e\x87\xd7\xba\xe5\x0d\x20\x68\xc8\x1c\xde\x85\xba\x0b\x0a\x29\x85\xe6\x10\x14\x64\x64\xc7\x66\xd2\xca\x20\xb5\xe0\xdf\x59\xf9\x5b\x73\x84\x38\xae\x4b\x35\x0b\x8b\x2b\x0d\x93\x62\x66\xe5\x6f\x4d\x01\x85\x91\xf3\xab\x3f\x3a\x23\xaa\x21\xa4\x71\x47\x3b\x1c\xd5\x97\x1c\x9c\x5f\x50\x6d\x29\xd9\x39\x81\x6a\x4b\x51\x95\x72\x4b\x62\x24\xb1\x84\x71\xd6\x5a\xaa\xde\x9f\x28\x65\x6c\x99\x30\x41\x7a\x1f\x52\xfc\x12\x23\x19\x94\x54\x59\x12\xcc\xd3\x8a\xbe\x2b\xa9\x70\x73\x24\x3f\x38\xdf\xd5\xce\x4b\x82\xf0\x6e\xb9\x38\x21\xb2\xa1\x79\x77\x2d\x51\x5d\x62\x68\x82\xa8\x5e\xbb\xb1\x8e\xc0\x86\x61\xcf\x44\x5a\xd5\x19\x04\x53\x25\xe3\x34\x90\xf5\x77\x15\xd6\x4b\xaa\x44\xa3\xa7\x59\x17\xed\x08\xca\x4a\x28\x3d\x04\x6a\x26\x9a\x12\xda\xba\x1d\x52\xed\x75\xab\xbd\xda\x11\xfb\x53\x23\x36\xc6\x3d\x0a\x2b\xb0\x59\x57\x53\x06\x4c\xd6\xc3\xfb\xab\x21\xd5\xd4\x6c\xb2\xb1\xa4\xa6\xb0\xc6\x6c\xb9\x37\x00\x14\x47\x8c\x77\xc4\x19\x2b\x44\xbc\xa0\x06\x56\x48\xba\xff\xbc\xa4\xb6\xaa\x88\x7b\x0c\xd4\xa2\x94\x60\x9c\x60\xb3\x4e\x66\xac\x9d\x9c\xd6\xc4\xd4\x51\x27\x5a\xfa\x70\xe2\xdd\x20\x3e\x89\x79\xdb\x67\xb0\xed\x31\xa1\x6e\x61\xf6\xca\x31\xe3\xcd\x22\x11\x0a\x6b\x65\x0b\xbb\x28\xa4\x95\x86\xe9\x75\x70\xde\xde\x32\xa8\x10\x32\xbc\x43\x10\x76\x5b\xbb\xe9\x09\xc2\x78\xf7\x01\xb3\x63\xd3\x9b\x09\xa0\x90\x4e\xb0\xf1\x32\x2d\x81\xdb\xb8\xde\xb1\xcb\xcd\x5a\x77\xc2\x28\x98\x76\x24\x39\x98\x57\x43\xdc\xde\xac\x92\xf0\xea\xad\x61\x19\x2a\xf1\x1a\x8f\xf4\x7a\x03\x35\x3a\xbb\x61\x00\xf9\x49\x0e\x4c\x0c\xe5\xb5\xcc\x83\xfa\x5e\xd9\xde\x59\xd6\xf3\xb2\x37\x3e\xb1\xbc\x82\x8f\xcd\x63\x4d\x4a\x3d\x32\x8e\xc2\x26\xd8\x74\xd4\xf7\x2d\x03\x25\x1d\x6b\x13\xf9\x01\xcf\x49\x9f\x51\xc7\x9a\x96\x10\x73\x50\x1e\xf1\x0b\x14\xeb\x4d\xe5\xa8\xde\xd2\x52\xfa\xc9\xad\x43\x25\xf1\xc6\x10\x4b\x65\x89\x86\xe9\xe6\x36\xce\x18\x1f\x29\x67\x7f\x5f\x8c\x50\xd2\xc9\x85\x90\x9e\x91\x68\x66\x96\xdd\x0b\x45\xcb\x52\x97\xb6\x89\xa2\x65\xb1\x99\x2d\xc0\xca\x9c\x4d\x9d\xb8\x24\xd6\xfe\xeb\xb4\x24\x7a\x79\xbc\x51\xd5\x2c\x3a\x5c\x94\xb7\xc0\x36\x47\x0b\x24\x24\xd2\xbd\x68\x07\x71\xbf\x0e\x14\x4a\x17\x55\x35\x41\x78\x31\x24\xcb\x38\xbd\x50\x2b\xde\xc7\xe4\x14\xc7\xbb\xed\x6a\xe9\xe2\x96\xcb\xee\xf1\x61\xdd\x30\x4d\x02\xa9\x73\xc3\x72\x66\x82\x44\x6e\x7b\x62\x82\x40\xde\x4c\x9c\x77\x7a\xdf\x2f\x51\xd2\xbd\xea\x7b\xa9\xcd\x3a\x5b\xfe\x9d\xb6\x92\xe6\x17\xa8\x90\x5a\x6c\xbc\x71\xf6\x9b\x18\x6f\x64\x84\xbf\x40\xdc\xd1\xd6\x3a\x20\xf5\xae\x9a\x9a\x21\x9e\x67\xa3\x1d\x46\xeb\x17\x16\x11\xb4\xf1\xda\xc1\x08\xda\xb0\x0b\x1f\x75\x53\xa2\xca\x63\x96\x34\x85\xf9\x68\x9b\x41\x82\x0d\xfb\x25\xf6\xc2\x84\xfd\x12\xdf\x56\x0d\x34\x13\xc2\xc3\x0c\xb0\xe6\x37\x80\x83\xd7\x08\x10\x8c\xcd\x64\x9e\x8e\x11\xdc\x86\x8c\xa9\xcd\x86\xcb\x81\x5f\xb1\x59\x99\x79\x73\xb6\x32\x67\xc6\x6b\x68\x8a\x19\xe1\x1a\x46\x09\x2a\xc1\x44\x15\xf0\x2c\x19\x45\x43\x55\x74\xa4\x64\xdc\xb0\xa2\x94\xd2\x92\xb7\x75\xfd\x96\xda\x48\x6e\xde\x0c\x00\x9c\xe5\x9a\x50\x46\x8c\xb1\x92\xa9\x4b\x46\x12\xdd\x30\xc0\x48\xa2\x73\xbc\x62\xa6\xdc\xae\xad\x95\x03\x6b\x50\xeb\xd0\xce\x81\xba\x46\xf4\x1b\x54\xca\x64\xf7\xce\x08\xcd\xb0\x7e\x9d\x03\x56\x5d\xab\x9a\x03\xfd\xf7\x92\x45\x72\x60\xe1\x35\xe1\x28\xe2\xce\x26\x49\xb5\x39\x92\xf5\x8b\x1f\xe4\xb8\xd6\x55\xb3\x44\x41\x06\x2b\xbb\x79\x45\xf8\x36\x77\x49\x63\x91\xb6\x5b\x46\x14\xef\xbb\x4d\x26\x19\xdd\x05\x2a\xfd\x55\x8f\x09\x5a\xcd\xee\x91\x3c\x45\xdb\x31\x33\x4f\xcf\xfa\x49\x46\x34\x48\xb2\x68\x9c\x91\x86\xf7\x82\x7a\x5d\x40\xe2\x1e\x06\x0e\x28\xad\xcd\x14\xa5\x93\x3d\x18\x19\x91\x1d\x8e\xdb\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x34\xc8\x14\xa4\x8d\x26\x56\x68\xd0\x49\x91\xf3\x2a\x55\x28\x08\x32\x95\x61\x99\xa0\x32\x62\x3f\xaa\xc9\x3b\x93\x65\x78\xed\xa6\xe8\x9c\x54\x03\xa5\x64\x06\x7f\xbc\x86\x60\x49\x71\x77\x70\x12\x6b\xee\x80\xa1\xfe\x3f\x2a\x90\x50\x72\xe6\xaa\x18\xe0\xb5\x2a\x1a\x1f\x82\xf6\x6b\x95\x60\x18\x77\xce\x75\xc9\x85\x8c\x58\x87\x4b\x2e\xd0\xa9\xfc\x45\xa5\x76\x61\x90\x97\x0d\x5a\xc6\xfa\xbc\x8c\xce\x92\x2a\x73\x5d\x58\x11\x58\x08\xc4\x78\xad\x7c\xa5\x78\x6e\xd2\xa8\x30\x19\x98\xaf\xd4\x25\x79\xf8\x01\xed\xd4\xde\x65\x48\x89\x4b\x9e\x28\xcc\xd0\x76\xd6\x65\xd4\x6d\x30\xb7\xcf\x8d\xde\xbc\xe6\x07\x10\x97\x5e\x1d\x82\x3a\x0d\x12\x45\x5b\xaf\x2c\x05\x55\xcf\xba\xad\xfc\x5d\xb5\xc9\x79\x84\x04\xd4\x81\xa8\xdd\xdb\xb8\x13\x62\x01\xc0\x90\x5f\xfb\x07\xf2\x12\x5c\xcd\x18\xa6\xe0\xfa\x32\x01\x67\x9a\xa9\x6d\xbd\xcf\x9d\x30\xbb\x07\x96\x2d\xd8\xfc\xc2\x42\xb4\xd0\x84\x0c\xb9\x2c\xb9\x34\xa3\x58\x84\xa3\x8a\x33\xa2\x2f\x1c\xe1\x9d\x57\xb1\x08\x89\x7c\x19\xc5\x22\x92\x79\x51\x27\xb9\xe8\x77\xdc\x9a\x67\x7b\x24\x2a\x6a\x4d\x08\x84\x17\x18\xba\xed\xe4\xcb\x0c\x21\x7e\xf5\xb8\x42\x88\xbd\xef\x61\xb7\xb6\x78\x93\x99\x91\x66\x97\x42\xde\x29\xaf\x99\x66\x57\xc4\x85\x2c\xbb\x19\x11\x17\x56\x2a\xf2\x0e\xcc\xea\x1c\xcc\x94\x9d\x0d\xe4\x2a\x49\x6a\x72\xda\x1b\xf7\xa9\x10\xb9\x43\x36\xf0\xc1\x82\x92\xdf\x39\x18\x84\xc5\x50\xdd\x25\xe8\xc7\x98\x45\x08\xf2\xe6\xf8\xed\xbc\x2f\x54\xbb\x0b\x16\x4a\x35\x09\x4e\xf1\x3a\xdb\xbc\x9c\x8f\xc5\x72\x85\x88\x03\xc7\xaf\x4f\x33\xde\x90\xe7\xd3\x72\x09\xcb\xde\x35\x07\x66\x61\xf2\x58\x65\x28\x64\x0c\xce\x07\xf5\x35\x2f\x17\x84\xe7\xe1\xd8\x13\x54\x91\xcd\xc9\x1c\xef\x60\x1d\x7f\x11\xc4\x01\x82\x31\x13\x3e\x18\x08\x26\xe1\x33\x43\xda\x0e\xee\x70\xca\xd3\x49\xb7\x3f\x96\x8c\x38\x67\x8b\x69\x99\x75\x2b\x5e\x3b\xf1\xe4\x36\x71\x07\x8b\x80\xdc\x03\xb6\xb2\xf7\xd5\xc9\xb5\x13\x88\x10\xc0\x83\x77\xea\xc9\x23\xfd\xd5\xe3\x5a\x1a\x61\x81\x37\x3b\x58\xd1\xce\x17\xbb\xd4\x0b\x37\x2d\x51\x1e\x83\xd2\xab\x89\xf8\xc6\xac\x0c\xe3\x94\x35\x5b\xb3\x9c\x71\xc3\xe0\x6d\xc1\xe9\x26\x3d\x25\x77\x40\x8e\x68\x86\x45\xe9\xd2\x4b\x47\xe9\xd2\xe4\x74\xf3\xfa\x25\xb3\x13\xd6\x75\x78\xed\xd5\x07\xe9\x54\xa6\xe1\x15\x12\xf1\xa3\xfb\x87\x4a\x5e\x86\x61\x6f\x09\x0a\x8b\x5e\xe8\x87\x67\x5d\xf2\x78\x84\xd8\x6d\x9e\x45\xde\x23\x48\x6b\xd3\x0d\x1f\xa5\x40\x7a\x74\x18\x52\x61\x0c\x83\xcd\x3c\x85\x57\xb0\x0b\xab\x05\x86\x5e\x15\xce\x2d\xac\xcd\x37\x6c\xf6\x29\x90\x37\x9b\x77\x40\xd9\x68\x8d\xeb\x1e\x03\x0c\x4e\x0c\xb0\x50\x62\x14\x31\x15\x04\x29\x98\x5b\x95\xb0\x60\x2a\x7a\x80\xd2\xf9\xe2\x1c\x25\x92\x95\x24\x3f\x58\x4b\xdb\xf4\x80\xa7\x9f\x3c\xfa\x85\xc2\x97\x8c\xf4\x05\x35\x13\x74\x13\x59\x29\x88\xcc\xcd\x92\xe6\x4a\xa2\x18\xae\x4d\x57\x68\xe6\x1c\x7e\x81\x8a\x80\xdc\x1d\x05\x29\x55\xe3\x85\x5a\xda\x3d\x65\x71\x2b\x08\x12\xf0\x0e\x28\x89\x06\xb4\xe6\x17\x16\x3d\xfa\x0d\xaa\xd5\xcd\x0f\xe6\xf2\xaa\x74\x76\x29\x14\xc7\x8c\xe9\xbc\xe8\xd1\x0f\x90\x85\x23\xb3\x7d\xa1\x1d\x53\xb6\xd5\x82\x92\x08\xba\x8f\xa5\x14\x16\xcc\xf2\xc6\x2e\x99\xc7\x5f\x73\x8f\xd4\x53\x8d\x49\x04\xdb\xbe\xf0\x90\x17\xd0\x42\x7d\x66\x89\x29\x2d\x77\xd9\x78\xc4\x6a\xd0\x42\x26\x2c\x95\xa2\x20\x0f\xab\x8b\x01\x16\x46\x16\xd8\x6a\x52\x0a\xc7\x8c\x6a\x63\x1b\xc8\xf4\x83\xeb\xc9\x5b\x35\x51\xaf\x1a\x04\xfe\xa0\x06\xba\x2f\xf4\x45\xc5\xf2\x9a\x5e\x58\x93\xc0\x87\x4d\xa9\x5c\x5e\xc9\xca\x05\xd2\x8c\x43\xdf\x0a\x2e\xeb\xb2\x7e\x5e\x1a\x23\x06\x9b\x5f\xc0\x6d\x8d\x92\x2c\x0a\xf3\xff\xed\xdb\x2c\x10\x6f\xec\xde\x2d\x3d\x10\x51\x5a\xfe\xe5\x96\x37\x51\x4e\x79\x27\xdb\x8c\x5c\x70\x61\x57\x33\x22\x3b\x1c\xc6\xc1\xef\x37\xbc\xaf\x49\x75\xfa\x3e\x65\x75\xc3\x3d\xec\x61\x78\xd6\xa8\x8c\x65\x27\x21\xee\x61\x4f\xdb\x66\x90\xb9\xd7\x4d\x60\x9d\xf6\x2b\x69\x08\x85\x15\xc0\x7d\xba\x15\xd6\xc2\xb2\x75\xa9\x30\xbf\xdf\xee\xd3\xb2\x6c\x85\x52\x43\x0a\xab\x5f\xd9\xb7\x59\x90\xb3\x6f\xa3\x6b\x41\xf5\x2b\xfb\xe5\x0b\x6c\x85\x0e\x40\x2d\xc8\x80\x2a\x26\x62\xd8\x0e\xb3\xf1\x38\xb8\x34\x42\xf4\xa0\x98\xa0\xef\xf7\x05\xa2\x06\xdc\x17\x88\x82\x19\xd2\x4d\xf7\xc6\x83\x70\x63\x61\xa6\x4c\xe1\x26\x5b\x02\xc3\x95\xf2\x51\xb7\x0a\x17\xde\x28\xef\x40\xcb\x82\x9b\xaf\x1c\x02\x5f\xf6\x65\xed\xf4\x00\x04\x59\xed\x83\x69\xde\x02\xe8\x58\x68\xd6\x1c\x79\xe7\x7c\xf9\x91\x5b\xa8\x1c\x3c\xe9\xcc\x93\x4f\x0a\xa1\xe6\x5e\xcc\x95\x72\xfc\x60\x81\x0c\x91\x83\x5f\x28\x68\x6b\xfc\x73\x6d\x20\xbf\x00\x62\x34\xad\x9d\x3c\x48\xba\x1f\x90\x41\x9a\xbd\x9d\x64\x90\xde\x31\x10\x22\xaa\x33\x0d\xca\xf2\xab\x9b\x96\xae\xb5\x65\xd4\xc7\xb5\xe0\xf6\x03\xc0\x2d\x6b\x04\x0a\xe3\xe7\xd7\x89\x79\x51\x5c\xcb\x1e\x03\x1b\x3d\xb8\x03\x6e\x74\x53\xe7\xb2\xcc\x99\x45\x22\x25\x3f\x4b\x1e\x2b\x37\x81\x32\x32\x51\xb2\xca\xae\x4e\x5c\xa1\x9f\x1d\x64\x57\xee\x85\x1a\x3f\xa0\x20\xe0\x63\xf9\xa6\x38\xe5\xa3\x61\xb9\xad\xa5\x14\x94\x87\xf8\xf7\x91\x87\x0a\x52\x39\xfa\x05\x9e\xec\x92\xd8\x0b\x72\x8f\x54\xd7\xba\x14\x08\x1b\xba\xb9\xa0\x14\xc4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe1\x42\xe2\x37\x6e\xea\x8f\x43\xd2\x76\xdd\x78\xdc\xbc\xbe\x58\x0c\xa9\xea\x01\x02\x3e\x85\xfc\xca\x9c\x79\xd5\x70\x2e\x95\x35\x9f\xac\xaf\xb3\xc8\x6e\xf3\x19\x87\x5b\x0a\xb2\x43\x4c\x2a\x52\x89\x2c\xd2\xd7\x40\xdf\x9d\x80\x42\x02\xbb\x65\x89\x4a\x2f\xb1\x7d\xdf\x15\xd7\xf4\xaa\xd2\x72\xa9\x28\xec\x5a\xbc\x3a\x75\xd9\x8a\x74\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xc8\x27\x8e\x4f\xaf\x48\x1c\xea\x9e\x14\x4b\x3a\xd9\xff\x5e\x71\xb7\xad\x43\x81\x2a\x63\x1c\x6d\x30\xa8\xb0\x25\xe5\x57\x8f\xb4\x78\x89\x89\x56\xc8\x2f\xaa\x1f\x5d\x6a\xa2\x47\xa6\xba\x4b\x16\x42\x09\xee\x92\x9e\xda\xe1\x69\x70\x6b\xbc\xa0\xe2\x15\xf1\xe2\x6b\x35\xaf\x89\xea\x93\x4c\x46\xa3\xb3\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x44\x96\x60\xb7\x7f\x5d\x32\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xaa\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xd4\xf1\x2c\x95\xab\x4e\x91\xa5\x39\x45\xa9\x16\x1e\x10\xaf\x07\xbc\xd0\x5d\x98\x28\x54\x4d\x8d\x6e\x66\xf3\xbc\x50\x53\xb9\x82\xfa\x82\x46\x22\x4b\x1c\x15\xa5\xe9\x55\xe0\xb0\xd4\xba\xe6\x2d\x42\x45\xa8\xa2\x43\x03\x6a\x05\xe1\x26\xff\x0e\x4e\x26\x89\xb5\xf2\x5e\x83\x17\xe2\xea\x9a\xb6\x60\xc0\x8d\xa8\x45\x2c\xba\x22\xf4\x30\x38\x3c\xa0\x22\xad\xbb\xf8\xa0\xab\x48\xb9\xf1\x31\x54\x71\xe7\xe9\x6b\x12\x14\x7a\xf2\x8f\x22\xb6\x6b\x67\x52\x85\xe1\xe9\x8b\xaa\xdd\x1d\xa8\x5a\x52\x5a\x45\x18\xa2\x1d\xf3\x95\x39\xdf\xaf\x85\xa4\x84\x63\xf2\xa2\x39\xc7\xe1\x0a\x15\x71\x88\xed\x0d\x31\xf6\xaa\x67\x84\xb0\x42\x1b\xe4\x2b\xcc\x31\x2f\x49\x10\x57\x9c\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\xc6\x22\x03\x0d\x6d\xb7\xaa\x3b\xd1\xa6\x69\xe0\x26\x4f\x47\x0c\x55\x98\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\xca\x20\x3a\xd1\x2b\x6f\x20\xb0\xd4\x53\x59\x88\xc8\x82\x55\x3d\xe8\xe2\x7f\xbd\x41\xe4\xa9\xcb\x83\xeb\x27\xa8\x58\x99\xc8\xc6\xaf\x0a\x63\x49\xd6\x39\x57\x8f\x9b\x79\x36\x42\x26\x8c\x21\xae\x91\x59\x2a\x42\x08\xb3\x0e\xc2\x0a\x6b\x88\x2e\x8d\x2e\x15\xce\x45\xdd\x51\x5c\xea\xb9\xae\xb9\x11\x0c\x30\x76\x64\x9f\x62\x27\xf7\x99\x44\x84\x7a\xee\x08\x5b\x76\x8f\x44\x94\x57\x83\x77\x57\xd8\xde\x56\xcf\xb5\xe2\x9a\xf7\xc9\xab\xdc\x0d\xf4\x5a\x70\xbd\x70\x6d\xec\x53\xd3\xb8\x38\x2d\x21\xe6\xe2\x34\x34\x04\xe2\x01\xb3\x8f\x18\xd8\x57\xec\x75\xa9\x17\xd9\xb9\xa1\xbe\x60\x41\x36\x1d\xa3\x72\xa7\x23\x97\x2a\x03\x04\x1d\x82\x52\x21\xf8\xbc\x44\xbc\x7a\xd1\x2f\xe3\x36\xaf\xf2\xf1\xda\xc0\x23\x69\x9f\x7e\x65\x88\xa0\x0d\x1e\x15\x82\xd0\x30\xd9\xde\x74\x76\x79\x31\x79\x4d\xcf\x8b\xbf\xdc\x14\xcf\x9a\xfb\x24\x2f\x97\x68\x5d\x61\xc5\xc9\x3e\xf8\xe0\x13\xdc\xbc\x16\x4b\x52\xf2\xe9\x8c\x00\x3f\x27\xd0\x56\x5c\xa2\xe2\x2c\xc3\x4a\xb9\xc8\xe7\xe0\xc3\xd0\x65\x4d\x7b\xca\x49\x71\x33\x89\x3e\x60\x18\x3a\x0a\xda\x86\xbd\xab\xc3\xa6\x6d\xa8\x46\x93\xdc\xc6\x9e\x10\x4f\x6b\xcc\xbf\xb6\x2d\xa2\x21\xd6\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb4\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xc4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x29\xb9\x51\xea\x12\x52\x1b\xf2\xb5\xb3\xa8\xaf\xa1\x0c\xa6\x2e\x8a\x2a\x2d\xac\x65\x74\x8f\x0f\x62\x99\x05\x72\xe4\x86\x10\x41\x37\x44\xd2\xa5\xa1\x8d\xde\x98\x9a\xe2\xb8\x96\x16\x19\xc5\xee\x59\x44\x02\x25\x4c\xc3\xb0\x14\x7e\x74\xa1\x5e\x69\x91\x56\x09\x21\x95\x35\xdb\x4d\xab\x2d\xee\x1c\xdf\xdd\x13\xed\xdd\x20\xe3\x9a\x85\x60\x00\x29\xc5\x77\x3f\xe0\x01\xec\x49\x22\x3e\xcf\x61\xf3\x0d\xb9\xdb\x0e\xa6\x6b\xe9\xe1\x98\xa2\x05\x98\x88\xb2\xd1\x98\x17\x52\xd4\x5e\x16\x1f\xb5\x71\x65\x7d\xf7\xf7\x27\x21\xd0\xc2\x64\xb2\x2e\x83\x44\x59\xa9\xb9\x07\x90\xbb\x27\xc9\x22\x98\x92\xf0\x1a\xcd\x3d\x5e\xe9\xb2\x20\x12\xde\x0a\x1d\x01\x6e\x93\x17\x4a\xa9\x6b\x15\xac\xef\xd5\x5e\x3d\x68\x08\x38\xd8\x36\x53\x63\x2d\xe8\xd1\xbf\x53\x0f\xf1\xef\x3c\x0c\x25\xef\xb5\x4a\x36\x23\xe5\xa8\x21\xb0\x2c\x7b\x61\x2a\xbd\xea\xfe\x9d\x6c\xc8\x78\x5b\x81\x66\x32\x19\x34\x96\xa8\x4c\xaf\x41\xc9\x1d\x8d\x59\x84\x9a\xbd\x14\xaa\xc6\x22\x3b\x0e\x4b\x6c\xc8\xec\xa8\x2e\x16\xd2\x58\x85\x32\x49\xcc\x6f\x8d\x96\x50\xa9\x96\x0d\x19\xcd\xcd\x5a\x5c\x6b\x8c\x61\x15\xbb\x6a\x4c\x69\x76\xf9\xa8\xd6\xb8\x80\x7a\xa1\x2f\x30\x04\x28\xee\x8d\xaf\x92\x54\x5b\xa7\x4e\x2d\x45\xbd\x21\xd9\x23\x77\x7f\x40\xec\x09\x17\x48\x59\xb6\x14\xd0\xfa\x22\x32\x0d\x89\x8c\xe2\xec\x59\x0c\x0a\x7e\x52\x46\xda\xa0\xe0\x29\xd9\xb5\x0d\x32\x49\x29\x61\x6d\x2c\xd4\xb8\x4f\x5e\x4e\x67\x6c\x8e\x35\xaa\xc0\xa2\x5b\xcc\xe1\x2a\x8d\x52\x96\xe7\xb5\x2f\x4c\x08\x2e\x16\xce\x31\x03\xd9\x99\x73\xe2\x0f\xc0\xca\xa5\x08\xb6\x25\x75\x49\x24\x6f\x4b\xea\x32\x6e\x77\x82\x9d\xfd\x09\x04\x54\x19\x13\xda\x4e\x5f\x9e\x87\x20\xcf\xf0\x18\x88\x18\xd3\xf5\x3a\xa5\x1d\xc4\xa5\x86\x44\x66\xf1\x4b\xaf\x6f\x8c\xde\xb2\x57\xbf\x9d\x9c\xb6\x7a\xa0\x84\x24\x8d\xba\xa1\xac\xb9\x6e\xf4\x29\xed\x6c\x13\x24\x73\x04\x5c\x19\xf9\x62\xb3\x88\xbe\x6a\x46\x3c\xed\x38\x56\x6d\xda\xc9\xfb\x33\xb4\x54\x27\x3d\xbf\xde\xb0\x34\xd2\x48\xb2\x68\x17\xe5\x7e\x63\xe5\x22\x48\x1a\x92\x37\xc3\x59\x7b\x6d\x53\x7a\x49\x16\x13\xdb\xb5\x26\xad\x49\x42\x78\x69\xd6\x96\x1a\xa4\x17\x27\x24\xb5\x29\xbc\xa4\x62\x1e\x71\x93\x18\x24\xfe\x36\xe4\x33\x14\x6f\x0b\x08\x2f\xd5\x51\xf9\xeb\x9a\x9d\xfc\xea\x82\x44\xeb\xb5\xba\xd7\xea\x0b\xd5\x37\x65\xac\xf8\xa3\x40\xba\xc6\xba\xe3\x56\x7f\x70\x89\x61\x2c\xa6\x2e\x44\x27\xd9\xa1\xd0\x1e\x92\x9f\xb1\x30\x65\x9b\xf4\x9a\x13\x64\x1b\xa7\xb4\xb6\x87\xec\xc4\x00\xb2\xd2\xa2\xb1\xc6\x5b\x12\xad\x0e\x35\xba\xa4\xd2\xeb\x01\xcf\x34\xf1\x1b\xdc\xa3\x98\x9a\xc8\xa5\x33\x39\x41\x4b\xd5\x91\x87\xeb\xfa\xa8\xa5\xc3\x89\xd5\xf2\xeb\x01\x6f\x16\xf2\x17\xa8\x03\x21\x89\xab\xb3\xd6\xb8\xc3\x27\xfa\x46\x11\x3e\xf9\x0d\xee\xb2\xae\x36\x4a\xb0\x4a\x13\xee\x4c\x67\x70\x0c\x52\x5f\x76\x27\x6d\x8a\x3e\x25\x9e\xe8\x42\x5f\x3d\x0c\xf4\xe0\x36\x95\x02\xa9\x3a\x1d\x51\x4d\x65\x73\x07\x24\x40\x03\x19\xc8\x8e\xa4\xa9\xf4\xc8\x03\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xdc\x5b\x5d\xd6\x51\x3a\x73\x6d\x6d\x2d\xeb\x91\xdb\x22\xfb\x0d\x5a\xca\xfd\x02\xb7\x85\x84\x57\xdc\x69\xd9\x2c\x22\x75\xde\x53\x2f\xd6\xde\x13\xee\x8d\xf0\xfb\xc8\x0f\x78\x19\x19\x3a\x2a\xd8\xd8\x19\xdd\x53\x99\xca\x52\x71\x07\x14\x9b\x8c\x59\x26\xcf\x7a\x92\x08\x52\x72\x96\x4f\x5f\x22\x8e\x31\x9d\xb1\x31\x25\x60\xf4\x8c\xa4\x35\x63\x25\x73\x04\xe3\x31\xb3\x04\xbb\x40\xca\x5c\x6c\x77\x40\xfe\xe4\x49\x2d\xfb\xd0\x70\x97\x14\x49\xdc\x45\xa1\x34\xea\x69\x4d\x29\x27\x36\xcf\x0a\x15\x64\x9c\x8e\xd5\x4b\x86\x13\x54\x3d\x16\x1e\x68\xb2\x12\x74\x04\xe8\x7b\x63\xf5\x82\xda\x25\xd5\x23\x22\x8d\xc2\xb3\x44\x7c\xbe\x53\xf3\x3a\xc3\x92\x5e\xbf\x2f\x90\x35\xcb\x29\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\xfb\x52\x8f\x8c\xb6\xb7\x26\xdd\x79\x17\x8c\xc3\x2b\x7a\x65\x7a\xbe\xe6\x80\x72\x31\xaa\x55\x5b\xfa\x12\x8a\xbc\xcd\x10\x83\x54\x36\xb7\x09\x83\x3a\x80\x7d\xc9\xf6\xa6\xde\xd6\x88\x02\xb2\x61\x97\x05\xbf\xc0\x33\x3d\xf9\x05\x44\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\xb8\xdd\x86\x33\x93\x3a\x4b\xb8\x98\x17\xa0\xb0\xa0\xbd\x4b\xbd\xd3\x50\xe2\x69\xb2\x48\xb6\x03\x95\x3a\x2f\xfb\xb4\x09\xa1\x0f\x16\x20\xd5\x17\x83\x1c\x4d\xda\x7b\x1f\xb4\x72\x56\xbf\x81\x84\xef\xe0\x1e\x3a\xa1\x14\x54\x03\x95\x25\xc5\xc9\xfb\x32\x2a\x19\x08\xdc\xca\x6f\x71\xb3\xc3\xc9\xe5\x43\xb7\xef\x6b\x48\x21\x1f\x35\x51\x9a\x6c\x14\x7d\x5f\x4c\xf3\x27\xd7\xe1\x95\xce\x8a\x81\xd6\xbb\x3b\xab\x5a\x9b\x11\xc0\x7a\x54\xa4\x9d\x75\x56\x0c\xb4\x5e\xdd\x19\xea\x2e\x71\xb8\x4f\x41\x26\x15\xb3\x1e\x84\xde\x14\xa3\xfd\x20\x2d\xf8\xfd\x1d\x6d\x2d\xec\x41\x00\x34\x1f\x14\x50\x19\xce\xf7\xea\xb0\x25\x6d\x3e\x46\x10\x47\x53\x8d\x00\x86\xa5\x3b\xd4\xa1\x33\x90\xc6\xaa\x7d\x67\x3a\xaa\xc3\xa4\x3a\xbc\x60\x45\x7a\x44\x3f\x51\xb5\xc3\xfc\x97\x45\xae\xed\xf3\xef\x27\x79\x93\xdb\x27\xd8\xa7\xdb\x5c\x56\xaf\x12\x7c\x60\x2f\x2b\x6f\x67\xb2\xa9\x85\x80\x0e\x4b\x51\x31\x1e\x2f\x46\xe4\x1a\x28\x98\x8e\x8a\x29\xe3\x5a\x21\xc6\x5a\x09\x54\x50\x79\xd1\xd6\xb5\x48\x45\xe4\x0a\x63\x53\x91\xfc\xde\x2f\x2e\x8d\xa0\xbe\xb0\x34\x92\xb4\x3b\xa3\xdd\xf3\xab\xc7\x13\x2f\x78\x12\x3c\x87\xaa\x1f\x80\x5a\x82\x47\x04\xf5\x4a\xf1\xe9\x37\xa3\x0a\x3c\x89\x25\x9e\x79\x35\xe9\x75\xb3\x99\xa4\xc3\xcb\x56\x92\x5f\xe0\x5a\x69\x08\x96\x0c\xb4\xac\xd3\x6f\x5a\xc4\x84\x48\x44\xa7\xbf\x08\x12\x85\xb1\x5d\xbe\xa0\xdf\x84\x51\x93\x84\xe5\xa9\x9a\x79\x3d\x2c\xac\xa6\x39\x20\x7a\xe8\x75\x04\x4c\x69\x2d\x6d\xa6\x2e\x18\x9e\x8a\x4f\x46\x84\x07\x59\xba\x1b\x1b\xb8\xa7\xb4\x8f\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x15\x66\x6c\xc8\x75\x16\x75\x8d\x8d\x3d\x0e\xb5\x91\x24\xac\x75\x1d\x1b\xd9\xab\x84\xb9\xb1\x91\x1c\x85\xe5\x01\xcb\x91\x65\x96\x81\xb4\x4e\xdd\xcb\x59\x46\x20\xa7\x33\x08\x53\x6e\x4a\x5d\x16\x8c\x11\xd6\x5d\x94\x6a\x23\x8c\x26\xf8\xf7\x81\xcc\x8b\xaa\xf6\x8e\x1b\x8b\x34\x05\x78\xe7\x4a\x76\xff\x27\x72\x97\xdc\x26\x65\x69\x95\x06\x53\x34\x9d\x72\x39\xe2\xa2\x1c\xcd\x3a\x46\xa4\x4e\x6b\x48\xd8\x91\x86\xcf\xb9\x11\xd7\x86\xf1\x17\x20\xa5\xec\x2e\xc1\xbd\xa5\xcf\x0e\xda\x8e\xd2\xab\xcb\x81\x93\x52\x50\x46\xce\x4a\xb3\x46\x4d\x68\xef\x8f\x01\x4b\x91\x4d\xf1\x63\x19\x8a\x24\x3c\x0e\x26\x72\x3a\x9e\x6e\x24\xa6\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x29\xfb\xf5\x02\x8c\x61\x32\xac\x0e\xf8\x03\x8b\x11\x0d\xc1\xcd\xb7\x5d\x95\x91\x16\x2d\x08\x2d\x09\x7b\xd6\x93\x58\x92\x9b\xac\x28\x23\x73\x4c\x9d\xef\x03\x95\x03\x6d\xe9\x19\x79\x5d\x17\x2f\x28\x61\xae\x2a\x3f\x2b\xf0\x33\x10\x4a\x6e\xd7\xf0\xc8\xa0\xf6\xe2\xd1\x00\xdf\xab\xfd\x60\xff\x6a\x15\xe1\xe4\x2b\x92\x90\x06\x2c\x57\xb6\xbe\x8c\x65\xb9\x12\x03\x18\x05\x59\x6f\x62\x73\x03\x42\x9e\xfd\x8c\x03\xf5\xa4\x1d\x4c\x37\x28\xe3\x89\xf9\x0f\x5c\x06\x58\x8a\x07\x18\x24\x34\x43\x84\xfd\x59\x3c\x20\xf7\xa7\x3b\x40\x92\x90\x58\xd8\xa0\x10\xe8\x78\x88\x51\x68\x74\x92\x3d\x70\x54\xce\x51\x20\x33\x2b\xd3\x1a\xc2\xa0\x58\x28\xd1\x65\x54\xce\xd1\x1d\xe0\x46\x1a\x09\xb6\xa3\xe2\x28\x28\xfe\xbe\xc3\xbd\xee\xf7\xc1\xc4\x8a\xdb\x4c\x01\x72\xff\xd4\x93\xba\x1f\xe0\x68\x90\x68\x34\x2a\x55\x62\x93\x55\xc5\x75\x18\xde\x5c\x75\x91\x99\xe6\xd4\xd6\x3a\xe9\x0d\x24\x69\x5a\xfb\x1b\x70\x6b\xba\xa4\xde\x40\xed\xe9\x22\xd1\x65\xb4\xb5\x0e\xee\x71\x01\x29\x18\x1a\x55\x06\x93\x02\xc2\xbf\x5c\xc7\x6c\x74\x1c\xc2\x12\x6e\x46\x87\x92\x6b\x90\xa6\x90\x99\x7c\x20\x0e\xa6\x5c\x7a\xe5\x3b\xca\x79\x0d\x7f\x4f\xe7\xbb\x59\xf3\x12\x3a\x65\xe7\x19\xa8\x97\x52\xcc\x99\x99\xa3\xe9\xa8\x84\x31\x96\x1c\xa0\x59\xa1\x62\x4a\x35\xab\x5d\x46\x36\x0f\x3a\x50\xb4\xce\x40\xd3\xe8\x66\x67\xe9\x18\x2c\x32\xe1\x0f\x26\x33\xd6\xed\xc5\x65\x0c\xc0\x24\xb3\xe9\x18\x24\x47\xd3\x27\x8a\xa2\xb8\x56\xce\xd8\x91\xfe\xae\x33\x7a\xec\xd4\xb2\x85\xe6\x65\x50\x93\x7c\x3f\x20\xb4\xba\xe6\xd6\x60\x21\x3f\x9f\x3f\x3b\xd9\xff\x70\x0f\x54\xbb\x4d\x6f\xfb\x3a\x0f\x84\x06\x56\x45\x71\x30\xc6\x40\x29\xeb\x22\x31\x70\x1c\xeb\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x18\x8b\x2c\xbc\x1c\x48\x22\x78\xb5\x79\x4b\x9e\x7b\x5c\xe4\xe4\x07\x73\xf1\xac\xc2\x0e\xc6\x63\x59\x87\x1d\x27\x3d\xab\x66\x05\x4b\x14\x1d\x7e\x50\x01\xb5\xdb\xb4\xfd\x78\x35\x11\xc4\xed\xb4\xfa\x71\x2e\x21\x4d\xd3\x3a\x29\xff\x68\x56\x4b\x16\xf5\x2e\x80\xe8\x19\xfc\xc1\xaa\xcd\xa7\x1e\x2f\x1a\x07\x3c\x0d\xd4\xb2\x76\x0d\x91\x01\xc9\xd3\xb5\x31\x07\xc5\xc2\xea\xdf\xb9\xf7\xcd\x92\x97\xd5\xce\x54\xcf\xca\x7b\x2f\x7e\x84\xa4\x45\x87\x1b\x0e\x18\xe1\xac\xf6\xf0\xce\xe9\x66\x1b\xed\xb8\xb9\xf9\x35\x29\x14\xd2\x6b\x26\x98\x29\x05\xa6\x3c\x7e\x76\x04\x21\x50\x2b\x0d\xaf\xc2\x4d\x80\xbd\xa7\x78\x79\xa0\xc3\x57\x06\xfd\x91\xf6\x1e\x0f\x16\xda\x73\xa8\xc8\x60\x85\x11\x87\x8a\x0c\xc4\x76\xd9\xa9\x33\x58\x47\xcf\x81\x1c\x83\xb1\x5d\xf6\x1e\x0f\xd8\xf1\x9c\xa8\x3c\x10\xbb\xe5\x4c\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xc4\x64\xfb\x03\x8a\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd1\x51\x07\xc9\xbe\x44\xc7\xe1\x07\x37\xc7\xfc\x00\xb5\xe3\xb2\x92\x22\x1e\xba\xf3\x3e\x3e\x87\x62\xec\x61\x11\x7d\xd7\x83\xb5\x98\x55\x0f\xa0\xc3\x76\x7f\x81\x03\xb4\xf9\x83\x83\x29\x76\x41\x0f\x40\x71\xcd\x1d\x2c\xa0\x0c\x04\x84\x7a\x23\x02\x7e\x48\x0b\x09\xfb\x72\x32\xea\x44\xdd\xe3\x5a\x2d\x3f\x80\x14\x20\x22\xdf\x97\x51\x4e\x34\xb2\x53\x3a\x74\xd8\x04\x2e\x39\x6f\x2e\x26\xbc\xd3\xb3\xe8\x10\x85\x3d\x2e\x5c\xfa\x01\xb6\x81\xe4\xf4\x3d\xad\xf5\x1c\x7a\x80\xcc\x5a\x83\x0d\x3f\xa1\x83\x89\x76\x1a\xd1\xb4\x53\x77\xe4\xed\xd9\x15\xb5\x67\x06\xd6\xe8\xcc\xdc\x33\x81\x16\x89\xed\xa8\x79\xe1\xe4\xc3\x3d\xf3\x26\x39\xd1\xdc\x4e\x9b\x99\xe3\x28\x76\xa6\xd6\xd9\x0a\xb2\x17\xe4\xfa\xe9\x38\xd9\x29\xce\x38\xe2\x60\xa7\x70\xe2\xe5\xad\x0b\xf9\x9a\x46\xa5\x0a\x34\xfc\x00\x35\x1a\x3d\x8f\x4a\x97\x5a\xf4\x0b\xa0\x90\xee\x21\x40\x10\xdd\x1f\x90\x05\x49\x38\xd8\x97\x53\xce\x5d\xb2\x42\x83\x1d\x01\x3b\xa5\x05\x7b\x34\xf7\x46\x9d\xdd\x54\xd7\x1e\x90\xa9\x50\xd3\x69\x7b\xd3\x01\xb1\xb3\xc8\xaf\x0d\xd2\xfb\x58\xc8\x13\xfe\x51\x94\xd7\x06\xea\x9d\x61\xd5\x76\x14\xed\x34\x29\xd9\x2d\xb3\xd3\x43\x66\xbf\xcd\x3e\x38\x75\x81\x39\xc8\xe9\xb4\xa2\x70\x98\x35\xdb\xb4\xf7\xb1\xe6\xa1\x07\xf0\x87\x35\x5b\xa4\xf7\x9d\x64\x22\x1d\x76\xdf\xc9\x06\x64\xbf\xd8\x69\xf6\xb1\xdd\x71\x67\xe4\xb2\xe3\x4c\x76\xe6\x60\x59\x71\xdf\x0f\xe6\xa1\x7b\x7f\x1c\x8b\xbd\xb9\xd3\xb5\x04\x9a\x3c\x0f\x58\x47\x81\xee\x07\x97\xd5\x5d\x40\x32\xf1\x16\x43\xd2\x55\xe9\xee\x80\x29\xc6\xde\x40\x28\x5a\x60\x43\xf9\x8e\xb0\xa2\xa2\x63\x64\x3f\xd7\x12\x0a\x37\xac\x44\x66\xcd\x76\xa7\xed\xc7\x16\xb9\x9d\x07\xb0\xf7\xe0\x09\x55\xb6\xbb\x8d\x62\xd4\xde\x0e\xac\x4a\x60\x0b\xd9\x8e\xeb\xca\xea\xf6\xa3\x6c\xa3\x1d\x2e\x33\x87\xb5\xec\xb4\xe1\xe8\x9c\xdb\x79\x95\xaf\x4d\xd6\xfb\xc5\xe5\xd7\xc1\xb4\xf3\x6e\x5e\x07\xa2\xec\xb0\xb9\xb8\x66\xc1\x4e\x8f\x98\x09\x68\x15\x10\x30\x8f\xb8\x09\x83\x26\x80\x22\xb6\xc5\x47\x02\x73\xb6\x5c\x44\x66\xe7\xf1\x69\x23\xdf\x4e\x97\x97\xad\xb1\xfb\xb3\xc6\xd0\x27\x0c\x7c\x76\x51\x98\x1d\xf1\x39\xc1\x56\x8d\x63\x5b\xf3\x68\x7a\x10\xf8\x46\xd5\x83\xce\x4e\xfd\x00\xb7\x62\x48\x71\x3d\xe0\x2f\xb2\x4b\xfc\xd8\x40\x5e\x62\x3b\x07\xc2\x5f\xaa\xb6\xef\xc1\x83\xca\x76\xbd\x23\xd0\xd8\x24\xb1\xe3\xc0\xc9\x34\xd2\xeb\x8d\x8b\x0f\xf4\x46\x5c\x82\x82\x06\x41\xc0\x4b\x79\xbd\x40\x7e\x5a\xfd\xc2\x0e\x28\xb2\xda\xb0\x19\x57\xb7\xc9\xdb\xa4\x33\x1c\xf4\xf6\xe8\xcc\x3e\x60\x34\xa8\x62\x00\x47\xca\x9c\x86\x86\x4c\x9c\xa7\x3f\xe0\xce\x8c\xee\xf1\xc6\x0b\x42\x64\x26\xc9\x0a\xc4\x4c\xfd\x53\x44\x7e\xe0\x22\xa9\xaa\xbd\x7e\x20\x85\xc9\x17\x5e\x1c\x79\xed\x6c\xbf\xb0\xc8\x54\x5d\xb2\x98\xbf\xbf\x98\x6a\x7c\xae\xa2\xeb\xa3\x90\x69\x19\x46\x06\xef\x4a\x06\x38\xa0\xb6\x57\xd1\xfd\x81\x4b\x57\xed\xc0\x3c\x70\xa7\xbf\x53\x0a\x0e\xe4\x2b\xf5\xec\xfe\x70\xb7\xad\x89\xa7\x50\x37\x14\xc4\xeb\x58\x8b\xee\x00\x29\x53\x46\x12\x2b\x23\x19\xed\x75\xd5\x90\x57\x9b\x00\x6a\x1d\x19\x2a\x5c\xfd\x3e\xc9\x57\xdc\xef\x80\x12\xae\x1b\xf5\xcb\x01\xa5\xbb\x67\xff\xbe\x20\x12\x0e\x19\xac\x62\x43\xf6\x01\xcf\x8d\xaf\x63\x3a\x90\x3d\x6e\xdb\xe6\x81\xa2\xa5\xb6\x2c\x1e\x8d\x20\x6a\x8a\x08\x14\xf6\xcd\xe2\xe5\x80\xce\x5d\xbd\x6a\x0d\xb4\x6a\x90\x97\x67\xa7\x19\x02\xa6\xc4\xc8\x1c\x7a\x20\x94\xb8\x1a\xc4\xce\x93\x45\xfc\xf5\x40\xfe\x54\x7a\x2d\x0c\xf2\xa7\xea\xeb\x05\x92\x73\x74\x97\x50\x37\xc5\x23\x0f\xde\x21\x65\x7d\xf4\x40\x7c\xb1\x8b\x0f\x1c\x1d\x79\xfa\xaf\x36\x6e\x2d\x93\x44\x73\x74\xea\x54\xcd\x2f\x1c\xb0\x39\x09\x4f\x08\x85\x79\x31\x1a\xde\xaf\xda\x0c\x22\x57\x46\x92\xc1\xc1\x8c\x2b\xf1\xdc\x83\x4a\x7c\x97\x03\xf6\x60\xec\x8c\xbd\xc6\xc7\x54\xeb\x93\xaf\x2d\x39\x06\x2f\x83\x33\xb7\x83\xaf\xc9\x41\x00\xc7\x60\x29\x49\xb7\x51\xc5\xc5\xcc\x6f\xc0\xf5\xf8\x02\x01\x15\xdc\xf2\x8f\xfc\x44\x07\x84\x8a\xd7\xba\x0f\xdc\xb9\x25\x0d\xff\x40\x50\x8e\xe3\xa8\x0e\x88\x18\x55\x92\xed\xb1\xb3\x54\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xf2\x7f\xf7\x0a\xa0\xa8\x53\xf5\x12\x33\xd3\xca\xbe\x8a\x83\x16\x02\x3b\x04\x0f\x58\x08\x1c\xbf\x7d\xec\x3c\x76\x65\x67\x3f\x68\x20\x30\x8b\x5a\x49\xe3\xfa\xe0\xa0\x55\x53\x2b\x82\x92\x4c\xf6\xa3\x1e\x48\xcd\x4a\xaf\x36\xcd\x2a\xa6\x7d\x78\xba\x5c\x92\xf4\x38\x78\x89\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x24\x4a\xdc\x39\x58\x67\x55\x16\xb0\x83\xf6\x04\xfb\x3a\x0e\xf8\xba\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\xef\xe3\x40\xdd\x55\xab\xd9\xc7\x94\x76\x52\x93\xcc\x76\x20\xdb\xab\x1a\xcb\xb8\x18\xa0\x9a\xe5\xa1\xee\xbf\xfd\x39\xc7\xc9\x55\xf0\x3a\xf3\xe2\x2c\x4b\xee\xc7\x92\x7e\x64\x74\x3f\x28\xfd\xf8\x05\x58\x1b\x2c\x03\x1e\x48\xfd\xb2\x79\xf7\x40\x50\x51\x35\x8f\xbb\xb8\x0f\x0c\xc3\xb5\xd6\x41\x93\xc2\xdd\x58\x8e\x6d\x38\x90\x1b\xf6\x3a\xfd\xe0\xb5\xb2\x41\xf9\x80\xd3\xca\xb5\x78\x0e\x5e\x8d\x25\xed\xe4\x60\x85\x26\xd7\x28\x3b\x6e\x0a\x95\x6e\xe3\xbc\xf5\x32\xc1\x65\x55\x0d\x21\x5c\x56\x2e\x0e\x74\x40\x9e\x72\x28\xf1\x71\xa3\xca\x9f\x34\xcb\xe3\xee\xdf\x5f\xc5\x79\x2e\x07\xe2\x8d\xca\x6b\x3c\x88\x31\xf2\x9e\x1f\xf0\x70\x6d\x76\x91\x1e\x53\xfe\x4a\xaf\xa3\xf1\x5e\x8b\x20\x14\x3c\x5c\x04\x8d\xc8\x14\x79\x3b\xad\x0e\x94\x4b\xb5\xc9\xe7\x58\xc6\x8c\xec\x07\xa8\xe0\x6b\x21\xe5\xe1\x9c\x3c\x42\x87\xcd\x48\x38\x40\xb1\xd4\xf8\xfa\xfe\xe2\x88\x42\x0a\x22\x90\x7c\x3f\xe2\x01\x5b\x87\x63\xf0\x4e\x14\x47\xb5\x45\xfa\x44\x09\x26\x57\x0f\x3a\x61\xea\x68\x45\x73\x3a\x37\xb0\x98\xe1\x36\x56\x41\xc7\xca\x09\x37\x9b\x33\x0a\xce\x8d\x57\x57\x16\xb5\xe9\xdc\x89\x6a\x1f\xf0\x23\x7a\x40\xee\xde\xe2\x0e\x2f\x0c\xe0\x0e\x6f\x44\x48\x05\xb5\x71\x53\x95\x38\xd4\x89\x70\x6d\x9b\x5a\xce\x55\x83\x49\xeb\x7a\x22\x5c\xdb\x4c\xf4\x84\x57\x2e\xeb\xca\xde\x72\x4e\x79\x35\xb6\xcd\x3d\xd0\xa2\x24\x75\xe7\x84\xbc\x9a\x7c\xcc\x9c\xf0\xc3\xd9\xec\x71\xe2\x8e\x56\x73\xd1\x73\xb9\xd9\xc4\x15\xcf\x08\x4a\xd1\xf6\x3d\x23\x68\x5d\x0e\xa9\x73\x19\x52\x9a\x1f\xc0\x24\x2e\x96\x74\x46\x1e\xc6\xda\x6e\x27\x2e\x5a\xad\x3f\x2b\xbf\x7d\x32\x5c\xdb\xde\xd2\x93\x45\x04\x7c\x76\x9f\x2c\x22\xe0\xc8\xe6\x93\xf1\xdb\x8e\x54\x3e\x69\x76\x79\xb5\x79\x38\x7b\xe5\x13\x35\x0b\x1d\x8d\x27\xbc\x70\xd6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb8\xf9\x4c\x2c\x0e\xac\x59\xa3\x8e\x80\x1d\x79\x67\x42\x41\x2f\xa3\x0d\x55\x04\xac\xd5\x9f\x53\x02\x4f\x56\x34\x4e\x16\x4b\xd5\x61\x72\xe6\x75\xad\x94\xda\x94\xec\x84\xf6\xcc\xab\xad\x34\x47\xd4\x42\x75\x04\xd8\x89\xda\xa7\xba\x9b\xbf\x9c\x88\x28\x77\x76\xff\x89\x6c\x3c\xc7\x5a\x9f\x28\x18\xe0\x02\x64\x27\xbc\x72\xf6\xd2\x9d\x88\x27\xaf\x46\x08\xbc\x72\x3e\x8e\xcf\x29\xce\xb7\x2a\x25\xf4\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\x81\xe4\x4a\xb7\xd7\xba\x0b\x44\x08\xec\x56\xed\x4f\x7a\xd5\xec\xe5\x3e\xeb\x86\xd8\x2a\xc1\x88\x7a\x03\x8e\xf3\x3c\x2b\x92\x1a\xa5\x6b\x9f\xcb\x6e\x25\xd5\xff\x44\x04\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xea\x62\xf7\x83\x13\xb3\x16\x95\x30\xd4\xca\x06\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x54\xa4\xcd\x64\x18\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\x84\x5e\xb9\x8a\xe8\x09\xb3\x57\xed\x5e\xe8\x65\xf6\x32\x63\x5d\x22\x7c\xf7\x27\x3c\xe4\xdd\x67\x27\x9b\x71\xa7\xcc\xd7\xb3\x0f\xf9\xec\xb4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xd8\x61\xa3\x6a\x20\x3d\xd7\xdc\x15\xf7\x06\x54\x59\xa4\xce\xc1\x2d\xe8\x1e\x90\xd0\xe7\x54\xfa\x73\x2c\x28\xfd\xc5\x1a\x42\x50\xb2\x7c\x92\xcf\xd1\x93\x37\xfa\x9b\xd7\x2d\xbb\x98\x09\x62\xa7\x94\xee\x33\x80\xb5\xfd\xcd\x8d\x76\x1a\x08\x4c\xf6\x3b\xaf\x62\xd3\xbc\x11\x8d\x65\x37\xc5\xb9\x13\xfd\x5e\xbf\x9d\xbe\x37\x2d\x30\x3c\x61\xcd\xd3\xe2\x95\x56\xf6\xd4\x9e\x47\xc0\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xb9\xd6\x78\xe0\x1d\x57\x36\xcc\x9d\xcb\x30\x67\x22\x3b\x48\x33\x6e\x43\x0a\x94\x7d\xe1\x84\xe1\xae\xbc\x7a\xa4\x5f\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xe9\x84\x27\xc2\xad\xaa\x8c\x07\x27\xa5\x4e\xf3\x2a\xd6\x18\xb0\x67\xf7\x3c\xc9\xe3\xcd\xad\x78\xfd\x6a\xf7\xd1\xb8\x7c\x56\x92\x74\xcf\x6b\xd1\xa8\xf0\x84\xe0\x26\xdf\x0e\x7e\x5e\x6b\xeb\xfd\xc8\x43\x74\x22\xac\xdc\x65\x03\x4f\xde\x96\x2a\x89\xeb\xbc\x97\xa2\xac\xee\x91\x02\xe7\x20\x8a\xf3\xe6\xf0\x5a\x84\x1b\x8a\xb3\x39\x03\xaa\x1a\x55\xb3\x92\x9b\x87\x94\x91\x7a\xa3\x90\xbf\x29\x6d\x8a\x70\xe9\xc5\x60\x79\x8d\x93\x9d\xb4\xe7\x83\x74\x1a\xef\xb0\x29\xa1\x25\xdf\xf5\x7d\x22\x2e\xa9\x9a\x73\x3c\x07\x62\x30\x05\xc1\x43\x88\x3e\x08\xbc\x36\x1a\xb2\xc4\x4f\xaf\x8d\x92\xb8\xe8\xe2\xe2\x4d\x4a\xc1\x5f\x80\x2e\x84\x83\x6b\xa3\x2d\x20\xfb\x85\x15\xf8\xf0\x69\xb3\x2a\x40\x11\x2d\x5f\xf0\x2d\x55\x29\x44\xd7\xf2\x2d\x89\x34\x2f\x94\x0d\xa8\xdd\x3d\x80\xb4\x44\x28\xd7\x8a\x53\x2a\x6a\x83\xd4\x44\x26\x17\xe2\x96\x7c\xa9\xe5\x85\x78\x70\x5f\xe3\x7b\xc1\x13\x55\x87\xc7\xe3\x94\x34\x83\xc0\xed\x59\xfd\x00\xe7\xa0\xb4\xc8\x2b\xae\x29\x69\x0a\x14\xa0\x64\x2e\xbe\x78\x3f\xa9\x4d\x69\xd7\x0a\x53\x7a\x75\xc1\x84\x04\x0f\x1a\x91\xc9\x91\xfd\x05\x23\x66\xfc\x3b\xdd\x10\xda\xf1\x57\xa2\x78\xaf\x1d\x7e\xc1\x22\x38\x9c\x2c\x74\xa5\xb5\xe5\x04\x56\x5a\xdb\x43\x4b\xc1\xb0\x20\x5b\x76\x2e\xdc\x25\x6f\xd5\xef\xca\x3c\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xa3\xc0\xae\xe5\x8d\xd2\xce\xbf\x58\xb7\xc8\x8e\xe2\x0b\x41\xdf\x2e\x88\x7e\xa1\x8e\x91\x8f\xe4\x8b\x62\x88\x4c\xd1\xd7\x14\x3b\xd2\x30\x8d\x16\x6a\xcc\xcd\x2f\x00\xfd\xb2\x65\x5f\x0c\x06\xca\xfe\x80\x92\x5d\xf3\x0b\x14\x44\x92\x7b\x00\x08\xda\x67\x57\x25\x72\xbd\x80\x75\x11\xa9\xe6\xcd\x4a\x92\x96\x1b\x2e\xd4\x85\xb4\xd9\xed\xaa\x3c\x2e\x8d\x5b\xca\x09\xc3\x2f\x20\x62\x48\x52\xf8\x85\xe0\x99\xcd\xa8\x5e\x62\x81\xa1\xa6\x61\x4f\x9b\xf9\xa2\x58\x20\x4b\xf7\xc5\x6a\xe3\x4e\xa2\xba\x58\xe7\xc8\x2c\xf6\x5a\x75\x8d\x74\xa6\x5f\xa8\x3f\x6e\x96\x77\x31\x9f\xcc\x69\x56\x17\xca\x38\x3a\x02\xfb\x42\x1d\x23\x57\xc7\xb9\x96\x94\xd0\xfc\x01\x45\x3a\xef\x46\x14\x2e\xf2\xbd\xba\x17\xa5\x06\xe3\x0d\x45\x17\x5d\xbc\xfe\x1a\xe4\xfa\xde\x9e\xcb\x9d\xe6\xc5\x19\xdc\x4c\xde\xd0\x8c\x96\x79\xed\xae\xc1\x23\xfc\x35\x08\x85\x36\xf3\x04\x5e\xd5\xfe\xda\x7f\x88\x8f\xb1\xea\x79\x8d\x85\x3b\x4d\x6c\xa7\x42\x61\x32\xdd\x89\x3b\xb7\xe9\x76\x92\x9c\x70\xed\xdc\x1a\x65\xfb\xc9\x69\x74\xed\x0b\x22\x21\x62\x4a\x0d\xd9\x8a\xe0\x85\xa8\x6d\x5f\xaa\x71\x1d\xa4\x0f\x1d\x37\x17\xdc\x77\xc5\x0e\xf3\x8b\x15\xc9\xed\x08\xbe\x0e\xae\x9e\x20\x44\x9c\xf6\x26\xeb\xf5\x85\x43\xbe\x05\xf7\x48\xa4\x08\x07\xe7\x5a\x0a\x75\x70\xd2\x4e\x63\x6e\x0f\xe3\x52\x93\x7e\x7c\x9d\x0c\x96\x2a\x7e\x00\x2b\xab\x4f\x03\xdc\xe0\xd3\xa4\x53\x5d\x27\xcf\x48\x2f\xff\x05\x7b\x99\x49\x96\x85\x86\x6c\xff\xba\x2e\xac\x83\x27\x81\x98\xea\x16\xfc\x7b\x45\x5b\x58\x61\x82\x9a\xc5\xd2\xeb\x62\x5a\x9e\xf9\xc7\x45\xf7\xac\x09\x0c\xb7\x52\xfa\xee\xa3\x0b\xd6\xa6\xd7\x52\x5c\x2c\x5a\x2e\xb4\x2c\xf7\x9c\x59\x18\xdc\x73\xf6\xb7\x5f\x88\x88\x4e\x2e\x5f\x78\x21\xfd\xde\x57\x83\x5f\xf7\x5a\x3a\x0d\x01\x07\xde\x30\x45\xdf\xac\x16\x28\xb4\x30\xa1\xcd\xc4\x00\x59\xc5\xa2\xd1\xc5\x42\x46\x76\xbb\x5e\x37\xe7\xe4\x36\x42\xf0\x0d\xc1\xba\x63\x5d\x03\x3c\x44\xb3\xdb\x28\x52\xeb\x19\x4c\x59\x25\xd9\x72\x7a\xe1\xee\x1d\xe7\x96\x5d\x4f\x9b\x8a\x97\x27\xf0\x2c\xac\x6b\x86\xcf\x62\xca\x7e\x83\x36\x3e\x8f\x70\x21\x5e\x51\x10\x3f\x2c\xe4\x62\x88\x58\x33\x59\xeb\x78\x2f\xef\xa2\x58\xee\x0d\xfb\x92\xf3\xdb\x6e\xe4\xff\x3b\x8c\xfb\xc6\x35\x92\x8e\x93\xb8\x37\x0a\x9c\x62\x1b\x37\xa4\x9f\x16\xdd\x01\xa8\x59\x8c\xe7\xde\xa8\xb0\x88\x49\xdc\x10\x76\x5a\x74\x7b\x71\xb7\xae\x07\xbc\x91\x5b\x3d\xa0\x06\xd2\x2b\xff\xed\x86\xf4\xd2\xa4\x44\xdf\x90\x5e\x1c\xd9\x7a\x07\x82\xa4\x49\x4f\xe9\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\xa6\xef\x9b\xdc\x6f\x5c\x6c\x63\x0f\xe9\xcd\x6b\x20\x9d\x08\x7b\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\xe3\xee\x46\x81\x6d\x5f\xfd\x77\xc3\x18\x63\x87\xf7\xcd\xab\x6c\x9c\xf7\x7a\x27\xdc\xc2\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\x05\x10\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xe7\xb1\xc9\xb6\x73\x67\x5c\x68\x6d\x90\x33\x58\xa5\xce\xd2\x9b\xa9\x6c\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xbd\xbd\x71\xcf\x63\x93\x18\x73\xc3\x3a\xe2\xfc\xff\xbb\x50\xf4\x76\x87\x85\x20\x08\x49\x65\x91\x86\x40\x28\x74\x54\x67\x3f\xa0\xf9\xd2\xd4\x55\x58\xce\xa6\xc4\x9f\x1c\x41\x37\xca\x67\x37\x6f\x87\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\xd1\x2a\x67\xa8\x09\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\x0d\x8c\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\x2d\x2e\xf6\x90\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x85\x1a\x6f\x64\xe9\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\xa8\xac\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xe8\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\x15\x31\x6d\x42\xd1\x40\x2c\xbc\x79\x14\x85\xa5\xcd\x1d\xf2\x02\x98\xee\x0e\xe9\x31\x52\x1b\xc9\xfa\xbe\xab\xfe\xde\x23\x21\x12\x52\xe0\x19\x7c\xdd\xbf\x7b\xef\x30\x57\x38\x6a\xe3\xde\xa1\xc8\x4a\x13\xbe\x11\x5d\xbc\x99\xb4\xf6\x45\xfb\xc2\x3b\x8c\x2e\xaf\xd4\xd1\x7b\xe7\x5d\xb4\x5a\x28\x7a\x17\x5f\x6c\x6d\x07\x63\x94\x30\x74\xc3\xe8\x12\x5e\xdb\x69\x05\x13\xeb\x18\xbf\x61\x54\xb1\xd3\xe8\x3e\xe0\x5d\x30\xab\xa5\xb7\xd0\xdc\xff\xe8\xa0\x1d\xbf\x3f\x08\x82\xa6\x7d\x50\x01\x93\x45\xf7\xc6\xa5\x8a\xd6\x43\x6e\x94\x6a\x6c\xd5\x30\xa1\x02\x52\xf3\x86\x81\x7c\xb5\x99\x27\x9c\x90\xe0\x8a\xdb\x38\x33\x1d\x6a\x7e\x23\x8b\x2d\x38\xb1\xf3\x3e\x17\xb9\xb8\x4b\x52\xb0\x10\x79\x71\x35\x85\x69\x86\x12\x3b\xde\xea\xa6\x5d\xc6\xd1\x48\xf7\xb5\x62\xff\xd4\x86\xc4\x65\x0a\xbd\x16\x1e\x04\xc3\xb5\x80\xf2\x18\x90\x02\x8d\x97\x6b\x01\x69\xa0\x9e\x49\xb3\xde\x76\xa8\x51\x6d\x03\xe7\x7d\xe3\x9c\x95\xe5\xe4\x86\xfb\xce\xb9\xce\x37\xe2\xa1\x6c\xc3\xbb\x79\xc3\xa1\x5d\x94\x37\x32\xcc\x5e\x57\x42\xdf\x37\x64\x61\xef\x4b\xb8\xd7\x7c\x23\xc4\xfd\x70\x44\x75\x00\xef\x9a\x8b\xf6\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x62\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x6d\xf5\x14\x50\x10\xa0\x37\xbf\x00\x6b\xbe\x4d\x6c\xf7\x83\x42\x0b\x9e\x12\xdd\x71\x8e\xf8\xb9\x51\x36\xb2\x55\x7f\x40\xff\xc3\xa7\xfd\x6c\xb4\xc0\x09\x8b\x0f\xfc\x73\x76\x1d\x3f\x1b\xbd\x59\xda\xa6\xcf\x86\x49\x57\x7f\x80\x5b\x4a\xe5\x41\x78\x98\xf6\x56\xc2\x8f\x54\xa0\x07\xe5\x96\x5e\x39\xc5\x0f\x83\xbf\x1c\x82\xf4\x20\xb4\xd9\xbe\xed\x07\x57\xac\x98\x8d\x3c\x94\xcf\x64\x13\x79\x10\x0c\xb6\x0d\xff\x3e\xe9\xcc\xd1\xfe\x0f\x2b\x66\x3b\x86\xed\x81\x3f\xcf\xe5\xc2\x1e\x54\xcc\x76\xd9\x86\x87\xf2\x9c\x4c\x2a\x0f\xe3\xa0\x8d\x90\x80\x3a\x00\x9b\xbf\x47\x0c\xbc\x04\xff\x07\xd1\x68\x2e\x58\xf6\xe0\xa6\x44\xeb\xf8\x4f\xe0\xf1\x25\x00\xd7\x45\x89\xda\x6b\x0f\x8a\x19\x8c\xe2\x01\x6e\xa2\xc8\x10\x3d\xa0\x2b\xcd\x28\x06\xe8\x4f\xfa\x3d\xae\xdd\xab\x21\x22\x0d\xe2\xc5\x0f\xc8\xad\xbd\x0c\xb8\x48\xdc\x0e\xc7\x87\xc5\x0d\xc4\x59\x9f\x55\x15\x5c\x93\x8a\x64\xd6\x92\xd4\x1f\xdc\xd8\xe2\xe4\x94\x27\x62\xbb\x37\x0f\xc0\xed\x1e\x3c\x02\x78\x92\xac\x2d\x0f\x83\xa8\x5f\x40\xd3\x9b\x27\x29\xf8\x49\xc8\x56\x11\x03\x79\x12\x5d\xd9\x9a\x35\x7c\x79\xaf\x2c\xd6\x07\x39\x76\xd6\xde\x1f\xe4\xd8\xb9\x2c\xf0\x83\xbb\x11\x5f\xe2\xdc\x83\x9a\x9b\xaf\x24\xe6\x07\xde\x3e\x1b\x1d\x9e\x44\x4b\xa8\x38\xc6\x83\x9a\xe1\x23\x7b\x48\xc6\x20\x18\x2d\xf0\xf7\xbd\xf2\xa8\x1f\x38\xfc\x9c\xc6\xfa\xe4\xb5\x12\xea\x22\xe3\x16\x79\x93\x0f\x6b\x48\x39\xa2\xee\xc9\x9c\x86\x80\x82\xf1\xcd\x66\x8d\x07\xb6\x36\x27\x54\x3e\x79\x9d\x48\x7e\x01\x3c\xc2\x04\x5f\x16\x8c\xc2\x74\x21\x8c\x42\x43\x99\x47\x98\x2f\x95\x7f\x78\xdd\xa1\xc3\x7e\x9e\x25\xb6\x4a\x83\x79\x0a\xa8\xa1\xbb\x4d\xd6\x6b\xcc\xc2\x1a\xd7\xaa\x61\x00\xb9\xc8\x1e\xfb\x54\x52\x83\xf1\x86\xb2\x54\x0e\xe2\x7e\x70\xef\x8b\x53\xf6\x1f\x38\xf9\x9a\xe3\x08\x1f\x84\xf1\xbd\x12\xaf\x1f\xe6\xd2\x8d\xe1\x31\xa0\x0a\x76\x7f\x01\xfb\x6c\x71\x9b\xf7\x2e\x68\x96\x28\x4b\x65\x55\xf3\x41\x01\x86\xcd\x0b\x53\x21\x33\x79\xed\x2b\xe6\x64\xb4\x31\x75\xee\x85\x67\x88\xc6\x76\xd0\x3d\x8d\x57\x88\x09\x40\x48\xca\xcd\xd7\xfb\x3f\x30\x0f\x36\xd3\x23\x2e\x81\xf1\x91\xf9\xb0\x82\x83\x43\xec\x9e\x86\x58\x26\xe9\xcf\x4f\xdb\xf9\x82\x7b\x00\x85\x67\x7f\xb0\x28\x5c\x0b\xd5\xc8\x7c\xcc\x3e\x29\x0d\x4b\x02\x7a\x20\x0d\x3b\xa1\xe6\x41\x41\x2b\xc7\x6b\x3c\xb4\x3f\x4a\xc3\x78\x3a\xe7\x20\x2c\x21\x2c\xb0\x7b\xdb\x33\x2a\xd0\xec\x99\xe6\x48\x29\x65\x0f\xca\x5f\x39\x5d\xe3\xe1\x75\x89\x73\xce\x3f\x39\x7f\x50\x91\xb4\xf9\xb4\x80\xe9\x72\x78\xcd\x79\x31\xba\xe4\x9c\x07\x11\x82\xc1\xe1\x7b\x0f\x3c\xa0\xcd\xe1\xa0\x0f\x72\x05\x1c\xb6\xf4\xc0\x03\x6a\xd1\xfb\x41\xea\x40\xc8\x6e\x27\x5c\x8f\xaa\x0e\x99\x39\xe0\x10\xb9\x07\xb2\xba\xaf\x49\x7b\x10\x20\x98\x1c\x4b\xf1\xa0\x20\x7b\x1b\x1e\xf1\x24\x06\xfc\x60\x01\xed\x2f\xb0\xe3\x65\x0e\x78\x28\xcd\x9b\x92\xe1\x51\x75\x65\xc8\x67\x5f\x84\xa7\x1e\xf7\xb5\x99\xfc\x05\xcf\x71\xe3\x65\xe7\xb2\x68\xc8\x7d\x40\xd9\xf6\xef\xd0\x71\x36\xf7\x48\x8e\x20\xed\xfd\xd9\x19\x07\xe0\x73\x76\xc7\xf6\x19\x7e\x81\xa1\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xc3\x45\x9f\x03\x07\xb5\x29\x13\xb2\x7e\x72\x61\x85\xe7\xe0\x86\xd7\xd2\x1c\x8b\x8d\x69\x08\x84\x02\x06\xaf\x35\x8c\xa7\xbe\xa1\xf8\x99\xc2\x7e\xb3\xdb\xff\x81\xf1\xd4\x8e\xe8\xe7\x24\xda\x64\x20\x78\x10\xc8\x67\x93\xf4\x73\x2e\xe6\xee\x07\xdc\xc1\x32\x21\x3c\xac\x87\xea\xb8\xb9\x07\xe2\x7f\xb3\x17\xe2\xa1\xb9\xd5\x1b\x0a\xd7\x2d\x3a\x1c\xe2\x81\xa8\xee\x8b\x5f\x1f\xb8\x58\x5d\x27\xf4\x41\xe6\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xc4\x1a\x49\x48\x7d\x20\x97\x5b\xbb\x7d\xe0\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd1\xc5\x0f\x02\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2b\x82\x59\x21\x2a\x91\x3a\x4b\xef\xe1\xd5\xe2\x25\xf9\x85\x8b\x5d\x08\xf7\x10\xe6\x5f\x82\x2e\x84\x79\xe7\xfc\x3e\x4c\xfc\x73\xe0\xd9\xc3\xeb\x64\x1c\xbc\xfa\x20\x56\xce\xe1\x79\x0f\x6f\x90\x79\x6d\x44\xc8\xf3\xbe\x42\xeb\x79\xc8\x5d\x65\x79\x78\xa6\xfc\x9e\xfb\xab\x07\xee\x54\x4f\x9c\xd5\x4c\x7d\x02\xa0\x9a\xa9\x2e\x22\xa8\x1b\xab\x93\xea\x7e\xa3\xba\xb1\x44\xbb\x82\x61\xea\xb6\x9c\xb3\xd5\x0f\xe6\x5e\x57\x1e\x7d\xdd\x70\x41\x8c\x02\xbb\xea\x86\x9a\x11\x2a\x3c\x5c\xb7\x00\xfe\x54\x34\x24\x6f\x02\x57\x8d\x87\xba\x05\x9e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x59\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\xde\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf4\x93\xbb\x04\xe2\x82\x7b\x80\x90\x1f\x3c\x04\xc2\x9a\x3e\x87\x52\xdd\x58\xcd\xab\x64\x8d\x00\x0b\xa8\x6a\xac\xd6\x2d\x72\xf5\xdd\x5e\x34\xaa\x11\x78\x69\xa1\x14\xa1\xba\x21\xbf\x43\xde\xd9\xba\xa1\x9c\xa9\x0a\x36\xd5\x0d\x55\x27\xaa\xd1\x04\x89\x38\xf6\x9f\xc4\xc7\xd5\x2d\x12\x01\x82\x1f\xe1\x71\xca\x39\xad\x5b\xe4\xfc\xb5\x28\xac\x1c\xa6\xf8\xa1\xba\x21\x05\x51\x9e\xa3\xba\xe1\x26\xf1\x6e\x04\xe1\x76\x43\x97\x2b\xa9\x1b\xcc\xad\x55\x65\xdb\xea\x36\xa5\xdf\xac\x22\xf7\x75\xcb\x94\xb8\xb2\x08\x07\x92\xaa\x6a\xbe\xd4\x0d\xd7\x11\xf6\xe4\x76\x42\xdb\x1d\x00\x41\x51\x23\x2e\xb7\x71\x75\x87\xdc\xf6\x59\x40\xf2\xf6\xc1\x64\xda\xcb\x84\x49\x6b\x00\x37\xf2\x96\xb4\xaa\xcc\x3e\x51\x54\x71\xdd\x70\x71\x77\x77\x1b\xa2\xac\xbc\x36\x75\xa3\x1f\x59\xf1\x7b\x75\x43\x3a\xca\xe8\x1a\x81\xd9\x28\xaa\x26\x55\x37\x38\x92\xb3\x69\x17\x92\x6c\x7f\xb5\x09\xa2\x40\x62\x51\x88\xa2\x49\x16\x6e\x37\xbd\x5f\xb9\xdd\xb4\xb2\x75\x71\x4b\x0d\x08\xb7\xf3\x16\x4d\xaa\x95\x78\xf5\x17\xe0\x9e\x46\xc2\x94\x63\xe3\x30\xc4\x95\x3c\xc2\x1c\x00\x45\x21\x74\x49\x5e\xdd\x58\x38\xcc\x53\xa8\x9c\x82\x40\x46\xe5\xfa\xee\xfd\x0b\x2f\xb6\x52\x3f\xea\xc6\xca\xf5\x9b\x70\x06\x39\x56\xc5\x11\xea\xc6\xd2\xaa\x4d\xfd\xb7\x85\x74\x41\xd8\x50\x41\xd0\x0c\x03\x62\xeb\xbb\x03\xea\x86\x45\x33\x68\x3c\xda\xcd\xe5\x50\xe0\xa1\x9b\x3f\x74\x32\xef\x22\xe2\x83\x54\xd9\x5f\x1f\x00\x69\xe6\x07\x1d\x51\x35\x45\x43\x32\xd7\x44\xd1\xe4\x75\xeb\x24\xce\x22\xf2\xc6\xdd\x84\xaa\x16\x5c\x37\x5e\x4d\x68\x7e\xd0\x81\xb5\x2c\xda\xed\x48\xf7\xea\xc2\x1a\x2a\x44\x74\x6f\xc0\x65\xc3\x35\xa5\xf0\xea\xc1\x62\x98\x70\xf5\x60\x37\xad\xd2\x2b\x5e\x3c\x24\xbd\xe2\x9b\x40\xe2\xdd\x84\xd5\xa4\x32\xd6\x24\x84\x27\x24\x9d\x76\x33\xa9\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd1\x31\xbd\x8e\x9b\x65\x08\x36\x39\x22\xf8\xae\x98\xaf\x2c\xd1\xd1\x4b\xb1\xd3\x2e\xf7\xea\x02\x66\xb3\x26\x18\x76\x90\xc7\x6b\x48\x9a\x88\xcc\x69\x20\x5b\x26\x1f\x61\x30\x14\x07\x53\xc7\x41\x85\xd6\xd3\x64\x1a\x6c\x35\xef\x3a\x22\xd4\x1e\x0d\x89\x32\xae\xdd\x24\x8e\xca\xf9\xdd\xc4\x70\xe0\xc8\x33\x5e\x0f\xd4\xea\x30\x05\xb3\x26\x45\xf1\x19\x89\xa4\x92\x6e\x8a\xe6\xbd\x84\xe9\xf5\x02\x4a\x67\x34\xb7\x41\x2e\x26\x86\x83\x7a\x97\x77\x21\xeb\xa3\x15\x1f\xa2\x27\x59\xd7\xeb\x01\xea\xf9\xc5\x9f\x18\xe2\xea\x86\x82\x15\xdd\xb4\x75\x42\xeb\x30\xd2\xcf\x85\x74\x01\xc4\x60\xbe\xd7\xf9\x80\xca\x67\xaa\x87\x59\x37\x38\xe5\xbb\x77\xd4\xb5\xe4\x06\x0d\x71\x71\x0f\x8a\xb4\x2e\xe2\xc8\x6d\xda\x90\xcd\xa8\x50\x34\x7f\x33\xce\xae\x05\x82\x60\x82\x91\xb9\x1a\x89\xd7\x22\x67\xc3\x44\xd9\xd5\x6d\x94\x9d\x35\xab\xba\x29\x24\xaa\x03\xd8\x98\xbb\x39\xd7\xbd\x90\xae\x0e\x96\x13\x5f\xeb\xba\x8c\xcc\x55\x93\xb8\x41\xbc\x66\xef\x94\x75\x9b\x7f\x5f\xeb\xaa\x1e\x79\x8b\xb6\xd9\x02\xe5\xd4\xa6\x11\x1e\xc4\x6b\x79\xb7\x3c\x84\x40\x20\xc3\x08\xfd\xda\xc1\xcf\x62\x0a\x1a\x91\x5e\xf8\xd7\x19\xf8\xa0\xc8\x97\x8f\x30\x44\x14\xbe\xd6\x89\x52\xab\x0f\x24\x56\xa1\x2d\xaf\x07\xb4\x28\x49\x96\x08\x28\xba\xef\x93\x3e\x20\xc5\x57\xee\x84\x1a\x78\xef\xb6\xca\xe5\xd4\x00\xa3\xb2\xd7\x29\x6c\xa0\xc6\xea\x0f\xb8\x9f\x9a\x1f\xf4\xef\xaf\x26\x49\xba\x06\xd4\x56\x33\x8f\x08\x1b\x15\x86\x17\x08\x04\xba\xf9\x0b\x2e\xbd\xbe\x60\xd0\xa2\x72\x65\x6a\x08\xb0\xa2\x1a\x06\x8a\xb9\x42\x7c\x08\xcc\x15\x10\xa6\x43\x58\x40\x0a\x0d\x81\x04\x9c\xfd\x09\x4c\x73\x9e\x36\xd2\x8e\x43\x72\x9b\xfa\x40\xf1\x03\x52\x47\x36\x10\x0f\xb8\xa9\x66\x11\x11\x2a\x23\x6e\x1b\x28\xd7\x8a\xfc\x42\x5c\x98\x16\x1e\x22\xe8\x51\x14\x1f\x90\xc6\xd1\xc5\x6c\xc3\x4a\xcc\xa8\x7e\x81\xe1\x3c\xaf\x2e\x21\x0e\x88\xe4\x43\x02\x08\x5e\xfc\xc4\x73\xcc\x5d\xe2\x76\xa4\x2e\x0a\x0d\xcc\xba\x28\x86\x61\x65\x5d\x78\xf9\x13\x14\x71\x71\xb2\x90\x68\x12\xf7\x62\xc1\x54\xeb\x8b\x8a\x6a\xc0\x65\xdb\xbd\x09\x0f\xa8\x63\xdb\xbb\x7f\x87\x16\x64\x34\x24\x88\x65\xda\x86\x81\x97\x39\x2a\x49\xa7\x06\x4a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\xf4\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xd2\xae\x27\x89\x70\x03\xef\xfc\xc0\xcb\xb7\xbb\x47\xe4\x11\xe1\xef\x51\xd8\x5b\x47\x46\x40\x6e\x46\x1f\xea\x0f\xd1\x07\x2f\x5a\x82\x8d\x55\xf9\xb6\x35\x14\x06\x13\x7a\xa5\x29\xbb\x0e\x75\xc8\x5b\x93\x94\x35\x54\x43\x45\xad\x3e\x8f\x58\x79\xd6\x6b\xca\x75\x1d\x49\x3f\x29\xa8\x5d\x03\x12\xab\xfb\xf0\xd7\xb8\xe6\x4f\x1a\x56\x40\x6c\x81\xea\x04\xd4\x40\x39\x75\x08\x3f\x95\x5b\xdc\x94\x89\x5a\x65\xc3\xf3\xa9\x9c\x8f\x88\x02\x82\xaa\x79\x71\x40\x5a\x75\x1f\x5a\x63\x96\x32\x2b\xa6\x5c\xd8\x5b\x7b\xd7\x7c\x1b\x88\x62\xf8\x77\xce\xc0\x1d\x56\xcc\xc0\x6d\x90\x44\xd7\x0c\x96\x7d\xd6\x64\xca\xd0\x84\xe4\x35\x6f\x8b\x23\x78\x08\xf2\x5a\x73\xc2\x86\x49\x06\xb7\x99\xfa\x65\x46\x87\xe2\x67\x2f\x5e\x0a\x03\xaa\x5c\x39\x35\xc0\x04\x3a\xa4\x3a\x06\x5e\xca\x24\x03\x52\x0d\xbc\x54\xdb\xb2\x71\x80\xe8\x6a\x6d\x3c\x20\x9e\x73\x93\x34\x15\x60\xf2\x1c\x9b\x7f\xcf\x68\xfb\xf7\x8a\xb6\x26\xc9\xd8\xcd\xea\xad\x31\x90\xfa\x69\xe6\x0d\x0b\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x6a\x10\x92\xe0\xc2\x4e\xf5\xb6\xab\xcf\x9d\xb7\x6d\xa9\xcf\x15\xaf\x60\xcc\xef\x90\x88\x24\x65\x86\x15\x9f\x50\xfc\xc5\x64\xf7\xb6\xac\x84\x9d\xb6\x19\x13\x28\x92\x44\x86\xa4\xca\x80\x70\xcf\xe1\x43\x8c\x49\x22\xd5\x88\x46\xfc\xe7\x90\xf9\x27\x20\xdc\xf3\xc5\x52\x98\xcb\x2c\x75\x37\xac\xd2\x2c\x66\x73\x07\x3d\xca\xa6\x27\x84\x7f\x0e\x2f\xdd\xc1\x0b\x2a\xaa\xbb\x40\xb0\x8b\x94\xc1\x70\xd2\x77\xe8\x3d\x8e\xdc\x64\x5d\x24\x5f\x03\x04\x47\x95\x14\xac\x01\x45\x77\x37\xc3\x88\x70\x86\x11\xdc\x1e\x68\x0b\xad\x27\x21\x12\x84\xa8\xc3\xa2\x90\xbf\x1a\x4e\x22\x49\x00\x22\x7a\x74\x98\x2b\xb0\x02\xaf\x89\xeb\x5a\xeb\x26\x00\x2f\x1a\x92\x7d\x1e\x5d\x0b\xcd\x7e\x40\x25\xc7\x8c\xee\x5a\xd4\x22\x34\xb1\xbe\x6d\x31\xaf\xbc\x19\xce\xe6\x33\x0c\xd1\x06\x43\x6a\x4e\x60\xf0\x66\x32\x37\x47\xb6\xf0\x30\x75\xdc\x94\x16\xcc\x9e\xef\xb5\x78\x5a\x6d\xde\x4f\x50\xcc\x4e\x98\xff\x5b\xbd\x75\x51\xc3\x76\x33\x49\x42\xf6\x1b\x5e\xbc\x25\xfb\x79\x1e\x0f\x81\xf0\x07\xe0\x05\xaf\x0e\x3a\x08\xcc\x1d\x60\x71\xcc\xd0\x1f\x2c\x86\x0c\x32\x01\xc9\x25\xc3\x2c\x19\xe1\x06\xba\x73\xb2\x06\xd8\x2f\x87\xf4\xa2\x08\xc1\x50\x77\xc1\xd4\xc8\xda\x2f\x0a\x97\xa9\x91\xd7\x0f\x28\x1a\xa6\xc6\x8d\x47\x48\xf3\x27\x34\x6f\x88\xcb\x47\x06\x04\x64\x77\x01\x18\x93\x7b\x00\x8c\xe9\x27\xf1\x70\x35\x22\x95\xc5\xab\x16\x03\xaa\x08\xbb\xf3\x80\x5c\xb3\xee\x36\xb6\x87\x38\x51\x0c\xc8\x43\x90\x4c\x18\x91\xd8\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x6a\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x5d\x4a\x92\x71\x64\x2c\xa8\xaa\xc6\xd4\x08\x91\x71\x24\xbf\xc0\x88\x0f\x9d\x30\x31\xd2\x10\x2e\xc5\x2c\x46\xe6\x2b\xfb\x8b\xc6\x2e\x35\x66\xa4\xfd\xfe\xf5\x05\xe8\x28\xb9\x7d\xf0\x0b\x77\x41\xa8\xb5\xca\xb0\x67\x56\xed\x96\x98\x40\x38\xd9\x6d\x46\x28\xe9\x68\x8e\xb8\xf9\xe0\x05\x34\x64\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xc6\x46\x2f\x65\x3a\xa0\xc3\xfb\x05\x9e\x21\x12\x01\x23\x02\x4e\x93\x02\xad\x6a\x44\x32\x6f\x75\x1b\x26\xd3\x6c\xa0\xa7\x50\xd9\x86\xc4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\xe6\xda\xd8\x58\x12\xe9\xfd\x57\x68\x47\x8d\x4c\xbe\xb1\x71\x24\x4e\xa9\x32\xb6\x57\x17\xfd\xfb\xab\xbe\x30\x8b\xb2\xbb\x2a\x4d\x5c\x23\x84\x48\x65\x51\xd7\xc8\x2b\xa6\x6c\x99\x88\xbc\x42\xfc\x35\x22\x56\x42\x82\x70\x64\xe1\x38\xc5\x1b\xd4\x58\x68\xb1\x94\x74\x1e\x59\xd2\xa7\x7a\x16\x53\xf0\x8c\xb6\x5d\xc4\xc2\x59\x89\xe7\x47\x48\xa2\xd6\x10\x62\x59\xb3\x14\xaa\x59\xd4\x47\xbc\x31\x16\xe6\x5b\x7a\x5b\x14\x6c\x0b\x53\x35\xc3\x60\xe5\x1a\xaf\xb1\x70\x1a\x1a\xa2\x92\x80\x84\x27\xa6\xfb\x54\x23\x16\x66\xd6\x61\xc4\xf1\x52\xf2\x6a\x44\x55\x1c\x64\xb2\x05\x44\x9a\x41\xab\x81\x5e\xa5\x71\x3d\x24\x33\x57\x75\x14\x46\xf8\xf3\x83\x81\x6e\xdc\x58\x92\x73\x62\xa3\xe7\x44\x30\x34\x2e\xa6\x3f\xa0\x72\xd6\xfd\x01\x9d\x7f\x5e\x0b\x5c\x8c\x3e\x24\x49\x45\x26\xfd\xca\x5d\x5f\x23\x2e\x46\x1f\xc5\x6d\x44\x8e\x7a\x96\x70\xdf\x57\xef\x02\xb8\xeb\xe5\x10\xaf\x11\x86\xd5\xe1\x9d\xcd\x58\x56\x03\x80\x4b\x42\x5d\x8b\xa4\x46\x5c\x47\xa5\x8b\xe2\x6a\x44\x6d\x5d\x5b\x1b\xe2\x60\xf4\xac\xd1\x36\xa5\xc7\xe4\x33\x29\x52\x7a\x34\x75\xb1\xa2\x8e\x49\x81\xd2\xa4\x19\x20\xeb\xe4\x76\xbf\x8f\x12\x16\xde\xa5\x83\x5a\xb9\x21\x84\x11\x74\x78\x99\x10\xeb\x6a\xe7\x4b\x84\x0d\xd4\x52\x7d\x64\xf6\xb0\x34\xe4\xb8\xf3\xe0\xee\x7e\x80\x52\x7e\xa6\xb5\x29\xe7\x95\x2d\xff\xec\x04\x3a\x78\xc7\x8b\x3e\x3e\x78\x22\x4a\x20\x8a\x07\x63\x7b\x05\x3e\xcb\xdd\x9a\x48\x58\x9f\xe6\xc5\x3b\x91\xd7\x3b\xbc\x44\x07\x1d\xbc\x9a\x2f\xae\xa4\x1a\x26\x2a\x14\xd7\x1b\x66\xa5\xcb\x6b\x6d\x32\x85\x61\x71\xc8\x6c\x11\x29\x02\x1a\xa1\x48\x04\x1e\x5e\x21\x8a\x80\x52\xef\x23\x45\xc0\xe6\xfe\x70\x3a\x34\xf7\x07\x22\x96\x4c\x1a\xe1\xc1\x4e\xaf\xfe\x6f\xce\x50\x33\x40\x3c\xeb\xf0\x4e\x5c\x32\xa1\x3e\x80\x69\x72\x98\xc8\x79\x29\x83\xf9\x0f\x2a\xe3\x5a\xbf\x88\x17\x49\x4e\x00\x2f\x99\xd2\x4b\x8e\xea\x35\xd5\x82\x52\x44\x3d\xbf\x61\x6e\x82\x04\xa3\x61\xa2\x43\x7e\x91\x92\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x92\xcd\x8d\x4a\x15\x16\x2c\x70\x73\xe7\x78\x75\x08\x9c\xfa\x80\x85\x1d\x72\xf8\x7b\xfa\xcb\xab\x65\x3b\xf8\xcb\x6d\x49\x8a\x0f\x25\x37\x29\x65\x11\xe9\x41\xc3\x07\x2e\xfd\xe7\xc6\x19\x0a\xe9\x6e\xb2\xd2\xc7\xe5\x1d\xf7\xba\xaf\xe8\x56\x23\x05\xc5\x66\x92\x79\x0b\xc5\x4d\x11\x6a\x82\x78\xa9\x7b\xda\x6b\xda\x48\xd9\x43\xed\xc5\x80\xfd\x80\x27\x95\x8e\xcb\xb4\x31\x38\xc2\x3d\x82\x94\x25\x7c\x26\x56\x9b\xa9\x6e\xd3\x73\x5d\xdd\x01\x25\x1d\x89\xcc\x89\xe2\xa9\xd0\x94\x36\x6a\xd7\xda\x1d\x69\x19\x22\xb5\x1d\x52\x40\x3a\x81\xf6\x6b\xa2\x47\x5e\xe5\x9c\x6a\x5a\x96\x48\xb1\xbc\xb4\x32\x8a\xaa\xdf\x80\x1e\xd8\x3c\x06\x2c\xe7\x41\xab\x9f\x98\x32\x24\xb1\x22\x45\x6e\x61\xb7\x3b\x2c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbb\xa1\x28\x3e\x41\xc4\xdb\x86\x5f\xe0\x49\x94\xfc\xc2\x03\x73\x95\x30\x95\x28\x46\x88\x0f\xa7\xc4\x5d\xa7\x4d\x96\x96\x9d\x50\x02\x55\xe2\xad\x08\xb6\x44\x27\x94\x6b\xd9\x14\x72\x5d\xd3\x14\xe2\x5a\xf3\x3c\x60\x07\x34\xaf\x4b\x08\xd0\x6c\x6e\x2f\x3b\xa0\x31\x95\x29\x06\xb8\x87\xbc\x80\x88\x7a\x30\xe0\xfe\xd4\x90\x99\x3b\xcf\xb8\xca\x34\xea\xc8\xb0\x95\x58\x9c\xd7\x50\xc3\x90\xa7\xa4\x82\x9a\x32\xad\xbe\xa6\xd3\xcc\xbd\x28\xa0\x50\x95\x45\x21\x37\x35\xf1\x6e\x04\x95\xa2\xaa\xa9\x30\xaf\x41\xa6\xac\xb4\x44\xb0\xf4\x93\x6a\xa5\x35\xd1\x52\x98\xdc\x7f\x9b\x58\xcc\x6e\x77\xf6\xe6\xee\x79\xa6\x8a\x5b\x24\x06\x78\xda\x5d\x94\x20\xa0\x29\x02\xb4\xa6\x4a\x45\xa8\xf9\x01\xb9\x81\x38\x5c\xaa\x0d\x07\xa1\x90\x00\x37\xb6\xae\xb3\xaa\x09\x65\x15\x87\x09\x0c\xe6\xc0\xf1\xfa\x9d\xc1\x01\x5e\xdb\xba\x28\x50\x68\x44\xe1\x45\xd5\x30\xac\xa9\x51\xa9\x90\x1d\x20\x35\x54\x8e\x11\x4f\x4c\x8d\x27\xa1\x49\xb4\x51\xcb\x1f\x7e\x03\x47\xa1\x89\xa3\x35\xb0\x75\xf7\xb8\x30\x27\x28\x71\x45\x7b\x34\xcb\x9a\x12\x5d\xd2\xfd\x28\x35\xad\x1b\x44\xcd\x2f\x1a\xf9\x85\x77\xc5\x32\xf8\x49\x58\x4e\x28\xcd\xe8\xb3\x27\x75\xda\x2a\x8c\x99\x4e\x97\x91\xc6\xe8\x6b\x5a\x1a\x83\x17\xb9\xdb\x42\x9f\x58\x69\x31\xbb\x4b\xe2\xde\x1f\xac\xdd\xaf\xc5\xc0\x05\x09\xb6\xe0\xa5\xce\x7d\xe7\xdf\x41\xd1\xa6\xcf\x41\x17\xad\xf7\x1d\x2b\x2c\x7b\xad\x78\x69\x97\x4f\xd0\xc4\x0c\x70\xfb\x6b\x12\xe5\x40\x1d\x37\x69\xb0\x34\x92\x66\xb9\xe4\x3e\x6f\xb3\xc1\x8d\xea\x59\xa1\x94\x62\x36\x27\x66\xc5\x65\xdb\xf8\xd3\x20\xd4\x42\x0b\x9c\xdf\x43\x8a\x4e\xe2\x95\xa5\x52\x95\x12\x9c\xe1\xc3\x9c\x00\x17\x2e\x0c\x33\x02\x26\x49\xd9\x24\x9f\xe0\x0b\xaf\x9e\x03\xaf\x09\xb3\xfd\x21\x21\xce\xd2\x2a\x65\x42\xa1\x1a\xdb\x4f\x12\x6c\x90\xf1\xd5\xc1\x9c\xa3\xb2\x6c\x6a\xa2\x09\xf2\xf5\x3d\xc8\xeb\x05\x21\xf7\x88\xb7\x3a\x4d\x8e\xd2\x07\x12\x83\x28\x7d\xa4\xc2\x13\x3e\x4c\x7c\xa8\xfd\xdc\x8c\xe4\x83\x67\xb6\x21\x3a\xee\x29\x0c\x4b\xba\x4e\xe7\x86\xb6\x66\xc0\xe2\x88\xf6\xc4\xa4\x33\x4d\x2d\xda\xc4\x39\xc5\xd1\xb2\xf9\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x86\xd2\x6e\x8b\x34\xe5\xcf\xa2\x04\xdc\x9a\x96\x3c\x29\x11\x3a\x4d\x79\x32\x29\x15\xa9\xa6\x29\x4f\xa6\xcd\xb4\x77\x51\x05\x36\x83\x9e\x02\x65\x51\x32\x6b\x4d\x17\x8f\x68\xa9\x00\xe9\x42\x80\x80\x64\xf0\x34\xe5\xbf\x64\xdf\x45\x62\x71\x43\x09\x53\xe9\xa2\xec\x63\x41\xe3\xa6\x54\xe0\x95\x83\xc0\x17\xcc\x48\xee\x04\x10\x84\xb6\x9b\x01\x5e\xde\xc3\x37\x67\xed\x0e\xb0\x67\xb3\x31\x8f\x90\xc9\xf4\xda\xe5\x37\x13\x1f\x35\xc4\xc3\x13\xda\xbb\xf6\x59\xd3\x14\x1e\x1e\x16\xdf\x74\x1b\x2e\x7e\xef\xa8\x87\x4b\xf3\xa3\xa0\xb8\x34\xe5\xc1\x90\xec\xaf\x49\x0f\x91\xf6\x99\x41\xde\xd0\x5b\x70\x9b\xe2\x40\xf7\x03\xee\x70\x91\x7f\x46\xb2\xb6\xe3\x5d\xf2\xf6\xa0\x87\xcf\x0c\x73\x20\x1b\xd2\x31\x95\x61\xdf\x1b\x56\x25\x72\x00\x9a\x83\x5f\xc8\xf3\x68\x94\x98\x9d\x03\x67\x38\xd4\x6e\x78\xbf\xaa\xdd\xd9\xa1\x1f\x40\x1e\xec\x6e\xf3\xf0\x17\x6f\xcd\x28\x3d\x33\x74\x41\x41\xcd\x2b\x9d\x47\x9c\x2d\x23\x56\x71\xe8\x86\x82\x9a\x23\x25\x27\x31\xaa\x1c\x89\x29\x7f\xd1\xd1\x76\x97\xe4\x8d\xc3\x0f\x16\x71\x68\x1e\xa8\x5e\xad\x72\x06\x35\x4f\x71\x2e\xe9\xf2\x90\x9a\x19\x80\xa8\x52\x25\x35\x33\x7f\xc7\xfe\x93\x9c\xb0\x6f\xc5\x1c\x33\x13\xbe\xf3\xeb\x01\x81\xd4\x10\x70\xf2\x3a\xb4\x2e\xd3\x20\x97\xbd\xde\x69\x55\x00\x54\x9b\xb1\x49\x5e\x1c\x18\xdc\x54\xa4\xa7\x66\x26\x70\xdb\xc1\x92\x33\x98\x91\x87\xc8\xb4\xb0\xcb\x3c\x92\x51\xef\xce\xca\x75\x66\xbc\x60\x36\x26\x0b\xb7\x80\xdc\x0d\xb9\xf0\x30\xed\x7e\x80\xbb\x44\x37\xb7\xe9\xbb\xd6\x59\x99\x0b\xc3\x58\xc4\x33\xf3\x32\x66\x15\x3f\xb8\x18\x37\x20\x54\x95\x35\x53\x75\x5a\xe9\x84\x17\xf6\x2b\xb9\xa8\xa4\xeb\x5c\x17\x9c\x9a\x49\x25\x61\x0a\x8a\x0a\x33\x42\xf4\x07\x94\x33\x4c\x98\x2c\x56\x63\x51\x25\xd3\x7c\xa5\x4a\x31\x35\x37\xd2\xa1\x7c\x41\xb9\x61\x45\xa3\x5f\x40\xb6\xac\x38\x4e\x6e\xcb\x3d\x25\xa0\xa6\x34\xd4\x9a\xb1\xdb\x16\x6a\xfc\xc2\xc2\x84\xba\x40\x6e\xb5\xc3\xee\x72\xe7\x69\x50\xfc\xa0\xf1\x0b\xf5\xd9\x41\xfb\xd1\x2f\xac\x35\x17\x26\x68\x91\xca\xde\xb3\x23\xb0\x0b\xcd\x9c\x55\xec\x9a\xbf\x00\x53\x10\xf7\xce\x53\x36\x29\x9b\x99\x02\x6a\x36\xa7\xd7\xf7\xa4\x43\xa9\x8d\x79\x20\x6a\xb4\xba\x43\xd6\x1c\x15\xcc\xbc\xba\xc9\xf1\xbd\x99\x92\x86\xad\x93\x79\xe7\xfa\xea\x84\xc9\xf0\x67\x06\xaf\xc5\x4e\x98\x34\xa9\x25\x5a\xc8\xe2\x90\x77\x1e\x93\x5e\xdf\x1d\x07\x86\x34\xd7\x0c\xb3\x96\x5d\xa8\x99\x19\x1a\xd9\x24\x84\x74\x6b\x15\xd8\xad\x79\xe7\xb9\x2a\x18\x0f\x14\x6a\x34\x5e\x11\x75\xd7\xcc\x00\x98\x8d\x6d\x03\x7a\x3e\x58\xc3\x47\x10\x4c\xe1\xa2\x6c\x52\x3b\xf2\x01\xc3\x9a\x94\xd0\xcc\xcb\xd5\x6d\xda\xcb\xb8\x54\xd4\x27\x48\x3e\x71\x4e\x4b\xc7\xc8\xeb\xde\x88\xf6\x93\xea\xd9\x35\x9f\x40\x61\x72\x6f\xd8\x42\x52\x93\xf2\x49\xa5\xb8\xba\xfb\x9d\x27\xaa\x30\x80\x42\xcb\xcd\x7b\xea\x44\x3c\x9a\x54\xfd\xbc\x0a\xe2\x99\xb2\xae\xb5\xce\x42\x01\x25\x0d\x09\x6c\x99\xa6\x2a\x0f\x49\x53\x95\x35\xf9\x7c\x2d\xfa\x77\x97\xa0\x7f\x69\x66\x79\x8a\x22\x65\x93\x5e\x9e\xef\x08\x96\xa7\xf7\x29\x58\xf8\xcc\x64\x9d\x9a\x66\x36\x7c\x53\x95\x1b\xee\x81\xa4\x25\x3c\xdd\xc4\x93\x40\x82\x29\xca\x7a\x57\xbe\xc9\xd8\xcd\x27\x6e\x1c\xcb\x12\x01\xf3\xc3\x1d\xe9\x2f\x9e\x80\x1e\x85\x95\x07\x58\x31\x17\x78\x70\xd6\x98\x70\x1e\x72\x05\x23\x9a\x82\x88\x44\xc2\xfc\x50\xe3\xb1\x6c\xf1\x00\x2b\xc6\xc2\x43\x4e\x64\x52\x7a\xae\xf9\x82\x8f\x37\xd8\xa2\x1c\xe7\x9a\x1f\x6e\x59\x1d\x46\x65\x83\xa0\x2b\x59\xa4\x2c\xdf\xa7\xec\xac\x85\xb7\x3a\xa9\xde\x48\x2d\x1b\xe8\x4d\x47\x4b\xd9\x56\x97\x7a\xb0\x2c\x41\x92\x8d\x4b\x58\x6b\xe3\x07\xf4\xac\x0c\x7f\x82\xd5\xd7\x09\x58\x78\x15\x86\x7d\xdf\x85\x57\x61\xe8\xa2\x94\x5a\x02\x36\x59\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x3c\x9c\xc4\xfe\xca\x14\x58\x9a\x33\x03\x4a\x04\x45\xe9\x6c\x2a\x11\xab\xa5\xe3\xae\xb0\xd6\xb0\xf5\xee\x12\x79\x4e\x48\x1a\x2e\x11\xab\x63\x18\x23\x18\x83\x0e\xb7\x12\x69\x71\x77\x8f\x37\x41\xf2\x03\x24\x7d\x7b\x12\x69\x2d\x86\x7a\xa0\x35\x4a\xc5\x8f\x6a\xa1\x74\x22\x66\x56\x12\x88\x5a\x2c\xbc\x24\x20\x56\x44\x5f\x68\x9b\x92\x9c\x57\x78\xd3\xba\x0d\x49\x05\xd9\xc5\x36\x15\x14\x94\x0a\xae\xaf\x0e\x1f\xb8\x9e\x35\x47\xde\xdf\x69\x1b\x4b\xc9\x6b\xb1\x87\x1e\x40\xa2\xd2\x2e\x29\x79\x11\xb5\x60\xc8\x84\x51\x0b\xc3\x84\x0b\x87\x54\x95\x8c\xb5\x15\xb7\x29\x99\xfc\xc9\x43\x42\x31\xf2\xca\x2e\xe7\xa0\xe4\xe5\x02\xe7\xa0\xa5\x8c\xb2\x2c\x53\x92\x55\x4b\x21\xd0\xe2\xf1\xa5\x80\xc8\xc5\xc0\x4a\x21\x9e\xb5\x32\xb8\xb6\x53\xe5\xc6\x6a\x29\x9c\x83\xdb\x10\x5d\xc5\xde\x4a\xc1\x14\x9a\xfb\x87\x88\x57\xfd\x3b\x8f\x7b\xc9\x67\xa5\x2e\xe6\x22\x98\x91\x4a\x5c\x8c\x14\x8a\x4e\x26\x3e\xe4\x09\xeb\x06\x92\x5a\xea\x42\xb3\x3b\x38\x38\x47\xa1\x0d\xa6\x28\xa7\xce\x14\x24\xfa\x56\xd3\x56\x03\xfb\x6a\x3f\xa9\x61\x5a\xcb\x94\xb2\xa2\xf5\xe3\xd2\xe0\x0f\x33\xa1\x35\xd4\x17\x10\x6f\x2c\x0d\x08\x93\xa1\xad\xf0\xc6\xac\x66\x32\x59\x3e\x42\xc9\x9f\xa5\x53\xbd\x95\x2c\x5f\xfa\x5a\x34\x4d\xa0\x2f\x96\x2f\xac\xa2\x84\x8d\xb9\x63\xe9\xbc\x44\x41\x38\x43\xf6\x84\x4f\xc6\xd2\x17\x10\x9a\x45\x67\xb2\xb4\x87\x84\xec\xe0\x0e\xa6\x50\x96\x54\xd3\xa0\x16\x78\x09\x2d\x6a\x96\x41\xc1\x5c\x62\x5d\x19\x54\x2f\xa2\xbf\x40\xcd\x1b\xef\x27\x26\x47\xa8\x08\x68\x2d\xb8\x4f\xd3\x1e\x8e\x32\xc0\x54\xcc\x85\x10\x65\xa6\xab\xea\x6b\x59\xc9\x12\xde\x90\x03\xc7\x96\x3b\xd8\xd7\xee\xf0\x03\x3a\x80\xd5\xe3\x12\xda\xa4\x61\x97\x9d\x17\x36\x6b\x08\xda\x83\xa4\x65\x95\x25\xb4\x49\xa3\x29\x2c\x9a\x13\x5f\x0f\x08\xb4\x7b\x84\x2e\xe1\x85\x81\x81\xc7\x5e\xec\xb2\x64\xb4\xe1\x21\xc9\x19\x05\xf3\xc1\x2b\xf7\xdc\x26\x63\x34\x2b\x5d\x0e\x4a\x1d\x9d\xe5\xa0\x1a\x20\x89\xa2\xb0\x52\xb1\x75\x8b\x72\x80\x77\x4a\xca\x29\x88\x5b\x6b\xcd\x5b\x10\x3e\x4d\x4b\xb7\x85\x2e\xcb\xcd\x63\x32\xdf\x4f\xb3\x3c\xc8\xdf\x7d\xc4\xf0\x06\xb1\x66\x72\x38\x21\x31\x98\x51\x31\xae\xad\x7a\x35\x4f\x1c\x4a\xde\xe5\x34\x33\x99\x71\x21\x55\xd7\x4e\xc9\x42\x2b\x93\x17\xff\xa4\x62\x9f\x3c\xc2\x20\x08\xfe\x02\xa6\x31\xb3\xeb\x13\x87\x94\x19\xd1\xb9\x26\xe1\x21\x91\x58\x25\x71\xb7\x5c\xe4\x54\xaf\x07\xe0\x1b\xde\xb8\x17\xf7\xa9\x31\xcf\xbb\xe3\xab\x97\x1f\xd2\xa0\x45\xb5\x72\x71\x13\x58\xe6\xb8\x20\xf4\x9b\x64\x2f\xd0\x93\x37\x09\xaf\xfc\x54\x7e\x7b\x2d\x88\x84\xb3\xe0\x54\xa6\xb8\x18\x92\xb5\xc2\x72\xe3\xb2\x12\x4f\x13\xd2\xe1\x30\x9e\x50\xc6\xd0\xa2\x59\x41\x86\x44\x34\x9a\x10\x06\xd7\x0c\x11\x52\x7d\x5f\x07\x2b\xa4\xc7\xe0\x3d\x03\x61\xd1\xd7\x7f\xd5\x42\x61\xd1\x73\x7e\xd6\xd2\x0b\x82\x87\x2b\x65\x90\x50\x77\x27\x59\xce\x7a\x80\x04\x0b\x51\xf0\x4c\x36\x95\x4d\xab\x75\x83\xfa\x2d\x1e\x5b\x51\x35\xc7\x86\xde\xba\x81\xb8\x5e\xed\xb5\x50\x59\x0f\x50\xdb\x51\x82\x5c\xdd\xe8\x37\xa8\x6a\x73\x87\x24\xbf\x30\x30\xa2\x3b\x80\x44\x34\x0c\x01\x0d\xf0\x4d\x6d\x32\x79\x71\xec\x8a\x6b\x2d\x54\x87\xa1\x56\x94\xc1\xd9\xda\x4f\xca\x26\xd4\x8a\x1a\x38\x56\x80\x6b\xc0\x99\x64\x68\x02\xec\x7e\xe2\x5b\x15\x37\x5c\xb8\xd0\x76\xad\x14\x2a\x0d\x0d\x2f\x8a\xb7\x96\x5e\x71\x15\xe8\x66\x9d\xb9\x06\x8a\x43\x42\x40\xe4\x6d\x69\x9a\x60\xa4\x92\x2e\xdd\xae\xae\x38\x36\xed\xe0\xca\x12\xcd\x56\xe3\x6b\x44\x05\x99\xe6\x2e\x0a\x4a\x67\x0b\xa8\xff\x9f\xb1\x2b\x39\x9b\x18\xd5\x81\xa9\x4c\x08\x6d\x36\xc1\x65\x72\xf1\x9a\x7f\x08\xef\x73\x95\xa6\xca\xef\xf6\x1f\xdd\x6d\x83\x00\x21\x0a\xad\x25\xa9\x76\x9f\x81\xfc\x7d\x1a\x45\xd6\x0e\x75\x97\x8b\x1f\xf8\x07\x1e\x73\xd5\x5d\x30\x9a\x62\x9a\x86\x93\xcc\x68\x2a\x2f\x2c\x9c\xd6\xa5\x10\x82\x99\x06\xcc\x83\x19\xa1\xf2\xca\x38\xfd\xc3\xf6\xef\x3f\xd3\x01\x1c\xa3\x32\xd9\xcf\xf4\x0f\x90\x6c\x3a\xdd\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xfd\x4a\xd2\x73\xbc\xd8\x35\x94\xf6\x7c\x0c\x14\x38\x5d\x1f\x1a\xde\x93\x70\x93\xe8\x1b\x0c\x26\x36\x4a\x1b\xed\xdd\x93\x9b\x47\x0d\x4d\x5d\xd1\xb5\x64\xc0\x33\xce\xf6\xa1\xf1\x62\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xb0\x70\x34\xae\x95\x94\x09\xa3\x31\xc8\x5c\x72\x63\xbc\x60\xb7\x6f\x66\x41\xda\x69\x7d\x8f\x1d\xd0\x0e\xda\x69\x71\xb4\x5c\x1a\x13\xc1\x9b\x4e\x73\x1f\x18\xa6\xce\x90\xd1\x93\x07\x35\x4c\xc2\x5f\xef\x83\x8e\xc0\x16\xef\x1b\x1a\x52\x7d\x49\x1c\x1d\xdb\xda\x13\xdb\xa9\x41\x30\x8f\x02\xde\x6e\x66\x49\xc0\x5b\x6b\x17\x47\x27\x49\xea\x81\x89\x73\xac\x52\x1b\x0c\x38\xb6\xeb\xe5\x78\xe1\x6e\xb7\xd1\x6a\xb0\x3c\x86\x2d\x0b\x63\x70\xee\xc5\x3f\x83\x9b\xdb\xff\x0f\x64\xbd\x70\x03\xf0\x5a\xb3\x70\x64\x5a\xec\xf0\xd6\x1d\xb4\xb3\x99\xe1\xe8\x39\xe7\x69\x83\xe7\x9c\x23\x92\xc7\x8b\x97\xfb\xe6\x95\x0a\x78\xd9\x9a\x1d\x13\x12\x8b\xc2\xe8\x1c\xb4\x1b\x40\x1a\x3f\x1d\xde\x23\xc8\xe1\x9b\xbf\x40\x61\x7c\x5d\xbe\x06\x1d\xeb\x94\xd0\x6e\x8c\x38\xf9\x85\xa6\x2d\xf2\xb4\x76\x13\x0f\xdf\xd0\x30\xe1\x4a\xf7\xd1\xa4\x0c\xd6\xc8\x13\xca\x19\xb3\x62\x58\x1a\xc6\xc4\x44\x9b\x28\xa8\x2e\x95\x01\x65\x0c\x68\x2e\x37\x2f\xe5\x04\x47\x7f\x3a\x24\x20\xd5\x59\x3c\x26\x98\xc3\xd3\xb0\x48\x91\x97\x0a\x31\xc7\x56\xbc\x8c\x45\x70\xd7\xfd\x03\x0e\xeb\xcf\x07\x01\x7f\x17\xff\x4f\x92\x34\xa4\x45\xfe\x15\x89\x0b\xec\x2a\xa0\x36\x98\x63\xdb\x57\xa3\xb1\xe3\xe4\xb4\x3c\xdc\xe9\xd2\xfe\xb7\x63\x88\xb1\xc4\xf6\x4d\x1d\xa8\x37\x67\x45\xec\x60\x56\x19\x9f\xbb\x8c\xb0\x50\x92\xc0\x31\x90\x44\xc6\x97\xec\xc1\xc8\x60\x65\x15\x1c\xe3\x40\xb8\xa5\x25\x5b\xea\x28\xcd\xab\x30\x88\x1a\xfd\x8e\x83\xbc\xa7\xeb\xd5\x38\x30\x45\xa6\xe9\xc0\xaa\xe9\x66\x33\x0e\x1e\x09\x3e\xba\xa1\xd5\x54\x72\xce\x31\x60\x31\xdd\x3e\x0d\x3e\x20\x49\x6c\x72\x12\x16\x5a\x2c\x01\xeb\x6e\x42\x50\x03\x50\x76\xf3\x76\x42\xca\xc9\x6a\x8f\x81\xc1\x60\x5f\x0f\x1a\x58\xd6\x45\x38\xc7\x38\x49\xb3\x9f\xb9\x1b\x3c\x28\x9a\x50\x0d\xf1\xc7\x99\x35\xb1\xf5\xc9\xd5\xf8\x86\x3a\x7d\xb1\x69\xdf\xfc\x05\x5c\xe4\xac\xe3\x1b\xd0\x4b\x6e\x9f\xf7\x73\x9e\x34\x2f\x17\xf2\xb6\x7e\x9e\xa1\x7e\x36\x08\xb9\x92\xd7\xc4\x7c\x37\xc4\xc8\xe7\x19\x14\x08\x2d\x0f\x26\xd0\x76\x00\xd8\x80\xc9\xd4\x5e\x4f\x83\x19\x23\x0d\xe9\x07\x9d\xea\xec\x76\x3c\x58\xef\xc3\x08\x7c\x3c\xe8\xd3\x90\x81\x36\xd4\xcf\xff\x15\x30\x46\x34\xd1\x6b\x4e\xea\xb8\xf1\x74\x7c\xaf\x41\x3e\x81\x67\x91\x88\x02\x6d\x56\x5e\x8c\x87\x68\xd9\xed\x21\x4d\x81\x4f\xc1\x17\xca\xce\x6a\x49\x88\x88\x8e\xfa\x69\x1f\x1a\x6a\x1f\xc4\x50\x6b\x7e\x04\x02\xea\xb9\xd9\x11\x3b\x58\xbb\x5e\x07\x79\xfc\x72\x03\x2d\xfd\x50\xff\xfd\xa7\x39\xb0\x3d\x7e\x9d\x53\xe6\x2f\x08\x3f\xaa\xdf\x40\x10\x8a\x64\x71\x30\xb6\x77\xf8\x83\x03\x97\x43\x93\x70\x21\xb5\xd4\xd4\x33\x10\xd3\xf4\x33\x8e\x44\x21\xa6\xd8\x28\xe4\xdc\xc1\xc6\x52\x3b\x92\x93\xb1\x65\xa5\x07\x3d\xc3\xe5\xf6\xd3\x02\x19\x67\xe8\x39\x90\x03\x53\x14\x32\xf0\x37\x4c\xe2\x06\x92\x97\x9f\xb9\x7f\xaa\x7f\x40\xa6\xda\xcd\x3d\x60\xcf\x57\x53\x80\xb8\x5f\x37\xc0\x28\x0e\xdf\x40\xa2\x24\xd2\xd0\x18\x0a\xf5\x1f\xcd\x9f\xc0\xf8\xe6\x41\xbe\xd8\xb4\x7e\x66\xe1\x85\xa6\xd5\x27\x5e\x14\x26\xb7\xf6\xf7\xe9\x3e\xa5\x67\x90\xa8\x0d\x1e\x99\x9f\x51\x24\xd7\x9c\x55\x8d\xe9\xc5\x9d\xd5\x78\x2b\xd2\x00\x2c\xe1\x1b\x50\xb1\x6e\x9f\x67\xf0\xba\x8e\xf5\x80\x8a\xd5\xf6\xde\x00\x2c\x75\x08\x5f\x30\x1d\xa3\xf6\x52\xd4\xdc\x8c\xfe\x00\x9c\xe0\x29\x21\x0a\x95\x2a\x2d\x1a\xef\xae\xfd\x4f\x8a\xb8\x60\x08\xb0\x6f\x1c\xd1\x48\xbf\x66\x20\x33\xde\x68\x33\x47\x4b\xb9\xea\x2f\xa0\x16\x93\xa8\x8f\x84\x9c\x9b\x9b\xe0\x81\x35\xdc\x04\xc2\x3d\x3d\xeb\x0d\x61\xec\xfe\x9f\x1a\x59\xc9\xb8\x40\xc6\x9b\xe9\x21\xf6\x8a\x62\x68\x7e\x9f\x37\x51\x5d\x17\xa2\xe7\xaa\xf8\x8b\x41\x15\x93\x66\xad\x43\x2a\x0a\x13\x44\x47\xea\x8a\xcf\x07\x49\xb3\x06\x41\x8c\x6a\xce\xea\x4c\x18\xa3\xff\x07\x64\xa4\x70\x52\xc0\x78\xed\x20\xf7\x40\x98\xb1\xf3\xc5\x04\xeb\xb3\x7d\xfe\x87\x43\xbe\x2e\xf8\x31\x70\x72\x74\xbf\x9f\xbb\xcd\x3f\xc0\xe0\x24\xbd\x78\x0c\x44\xf6\x58\xb5\x1e\xa8\xd7\xa6\xba\x04\x23\x08\x40\x75\x40\x46\x6c\xf0\x7e\xf0\x33\x14\x31\x02\x01\x11\xbc\xef\x6b\x96\x83\xb3\x6c\x29\x08\xc7\x41\x3b\x7e\x05\x2b\x34\x5b\x25\x1c\xd0\xe2\xaa\x3e\xe2\x08\x5a\xc2\x55\xba\x77\x44\x00\x25\xc8\x88\x12\x48\x9a\x63\x53\x62\xbc\x70\xb4\xda\x88\x1d\x33\x51\x82\x5a\xcc\xca\x30\x9e\x85\xc9\x13\x5a\xc0\x3f\x26\xce\x1e\x4b\x31\xe6\x29\x77\x17\xc4\x9f\x16\x7b\xf3\xc0\xb3\x48\x9c\x24\xd1\xed\xe5\x7e\xf4\x0b\x09\x12\x44\x02\x92\x27\xda\x9e\x15\x8b\x89\x08\xbd\xa5\x12\xa0\xea\x46\x15\x59\x81\x79\xf9\x0d\xe6\xd8\x57\x1f\xcc\xa7\xe8\x4b\x5b\x40\x0f\xec\x13\x36\x56\x9e\xfa\x22\x73\xf1\x72\xe0\xc5\x81\xf9\xfe\x23\x6b\x57\x22\x11\xf7\x01\xf5\xa4\xd7\x02\x09\x17\x8b\x20\x5e\x20\xbf\xa2\x95\xb2\xb1\x43\xee\x08\x45\x07\xfc\x04\x3f\x6b\xbb\x53\x83\xea\x1d\xb3\x43\xb2\x58\x56\xef\x9c\x79\x8d\x01\xb9\x0f\x1d\xa7\x19\xcc\x78\x63\xfd\x7b\x1c\x39\x91\xea\xe2\xa0\x12\x4c\x90\x2e\x0e\x5c\x46\xbc\x69\x0f\x80\x46\x0b\x96\x83\x72\xc1\xdb\x3e\x0b\x29\xfb\x03\x48\x6b\x9f\x0f\xc4\xbd\xc3\x3d\x82\x66\xaf\xed\x8b\x7b\x67\xf3\x9e\x49\x1d\xae\xa0\x46\xb0\x6c\xb2\xf0\x5d\xc0\x33\xd0\x29\x6a\x82\x19\x70\xc2\x82\xe7\xa4\x43\x8a\x2e\xcb\x71\x02\x9b\xff\xdc\x22\x25\xb6\xf7\x00\x94\xb8\xdb\xe7\x03\xaa\xd9\xbc\x52\x67\xf2\x82\x3b\x45\xd2\xd7\xf0\x33\x64\xdb\xe7\x19\x92\xc3\xe2\x14\xae\x83\xd6\xaf\x06\x5c\x07\xbb\x65\xdf\x95\x0c\xad\x69\x82\xeb\xe0\x7b\x8b\xfc\xcb\x11\x04\x50\xed\x90\xe1\x80\x7a\xb7\x7d\x0e\x94\x6b\xc2\x5d\x53\x03\x46\x4e\x1d\x57\xe4\x1e\x41\x47\xc4\xe1\x67\x5e\x7c\xa5\x81\x08\x26\x6e\xb7\x0b\x54\x5c\xb8\xd2\x19\x01\x5e\x9c\x01\x4d\x32\x63\xa5\x3f\x40\xe2\x86\x82\xc1\x5b\xf6\x06\x67\x59\x8c\xdc\xb9\x43\x35\x05\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\xc7\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\x28\x6c\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\xae\xd2\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\x64\x4d\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xa0\xeb\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\xda\x79\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\x52\xdd\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x13\xd8\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\xca\xd3\x36\x70\x50\x7b\xe5\x11\x27\xf3\x61\xd7\xf4\x3e\xf0\x0e\x18\xb9\xf4\xea\x31\x78\xf6\x4b\x09\x31\x5f\x78\xda\x8b\x54\xe3\x33\x78\x47\xff\x53\x51\xd5\x31\x83\xea\x24\x11\x18\x10\xdf\xe6\xb4\x54\xb6\x7a\xa1\xe1\x81\xe0\xca\xf9\x63\xb2\x78\xb1\xca\x54\x8c\x89\xa8\x97\x50\x66\xe5\x31\x5f\x74\xdb\x8b\x34\xc6\x33\x20\xe2\xbd\x70\x28\xb9\xe3\x78\xb5\x89\x98\x97\x98\x96\x23\xd4\xb5\x7a\x0e\x18\xf3\xe2\x18\xa7\x39\x91\xdd\xd7\x3b\x6e\x0e\x8a\x09\xbf\xc0\x95\xd5\xb1\x32\xe7\x05\x9a\xc4\x1c\x2f\xbc\x0d\xa7\x06\x9d\x93\x34\xea\x7d\x6a\x5f\xed\xfe\x3a\x81\x5d\x7d\x71\x9a\x0b\x07\xa3\x79\x69\x0d\x7e\x20\x12\x16\xad\xfd\x02\x0b\x13\x2e\x0a\x9b\x97\x7a\xe5\xbc\xf9\x07\x6c\x10\x4b\xc7\x45\x9a\xd4\xe2\x8b\x4c\x7b\x91\xf9\x60\xd2\xaf\xd4\xf7\xcd\x09\x68\x6a\x0f\xa0\xc9\x5a\xca\x4e\x5a\x33\xf7\xe4\x15\x37\x31\xfe\xfd\xe7\x93\xdf\x71\x32\x64\xc5\x92\x69\x9f\xb8\xc1\xfa\xff\x64\x0f\x0d\x7b\x27\xcd\x26\x81\xd7\x06\x41\xd3\xb9\xb3\xde\x85\x5a\x24\xda\x95\xcd\x63\xa2\xcc\x8f\xfd\x30\x66\x62\x5d\xe9\x01\x26\xb1\xae\xe5\x35\xab\x26\x3a\x01\xf1\x7c\xc1\x6e\x2f\x9e\x78\x60\xdd\xcf\x2c\x00\xcb\x16\x73\xd7\xb1\xe3\xd9\x1d\x1c\x6c\x50\x83\xcc\xf4\x8e\x1a\x23\xa1\xaa\x73\x28\x4d\x78\xa2\xda\x4f\x6f\x9e\x9d\x2f\x88\x46\x40\xd5\xe2\x31\xbc\x50\x75\x3a\x67\xda\x3c\xe1\xbf\xed\x95\x3e\x41\x92\x0f\x6b\x96\x09\xf2\xca\x9f\x64\x15\xdd\x38\xe7\x09\x76\xfe\x74\x08\x35\xb3\xb9\x91\x41\xd5\x0e\xd0\x9b\x57\xf2\x8a\x5a\x78\xb1\x6c\x75\x78\xc8\x64\x14\x8c\x4a\xa7\x8c\x79\x41\xce\xb8\xcb\x0b\xd3\xac\x5b\xca\xbc\x78\x0b\xb6\xbc\x7d\xf1\x6c\x57\xee\xfb\x31\xe1\xbb\xea\x1c\x4c\x93\x29\x22\x9d\x23\x6c\x22\x45\xe4\xfa\xb4\xf8\x60\xde\xd5\x20\x54\xc0\xc5\x02\xfe\x05\xab\xdd\x7e\x80\x13\xce\xae\xc5\x87\x1c\xa0\xa8\x9d\x11\xe6\x4d\x0d\x4e\x75\x03\x3c\xa3\x04\x87\xe7\x4d\xff\x49\xe3\x8d\x9b\x13\x5d\xfc\xc6\xc5\x36\xdc\x28\x13\xb7\xf9\xf9\x01\x11\x7a\x06\x3c\x75\x78\xd2\x7c\xf2\x2a\x26\x2a\x13\x7e\x0a\x62\x4f\xc2\x4f\x7b\x9c\xcd\x07\x0c\x5b\xdc\x04\x54\x67\x9f\x2e\x92\x61\xfd\x01\x41\x8e\xb7\xe9\x43\x0b\xbd\x50\xf6\x42\x2e\x1f\x7b\x86\xac\x1f\xa6\x52\xbb\x70\x31\xb8\xda\x56\xbc\xf5\xc3\xea\x8b\xa6\x05\x4d\xb0\xa1\xdd\xfa\xe5\x28\xba\x7e\xc8\x51\xfc\xe9\x2e\xb4\x7e\xe4\x8d\x4d\xcf\x94\x2b\x61\x02\x77\x8a\x2e\x13\x00\x8d\xa7\x80\xdf\xfa\x9d\x68\xc1\x1f\x30\x44\xde\xcf\x2f\x02\xb7\x27\xf4\x82\x62\xb9\xc8\x30\xba\x36\x2a\x65\xc5\x6d\x6b\xa3\xad\xd5\x5f\x6c\x05\x53\xa0\x1e\x53\xf3\xac\x23\x60\xa5\xa3\x84\x0e\xb2\xb5\x51\x7a\x76\x77\x42\x95\xa1\xbf\xc0\x3e\xaf\x6e\x12\xf8\x62\x9a\x06\xf8\x1e\x9a\xa6\x82\x65\x92\xb8\x5e\x05\x24\x69\xe1\x17\x9c\x73\x4b\xf5\x33\xf7\xa8\xfa\x47\x28\x91\x23\xe2\x17\x42\x89\x8a\xb0\xc4\x2a\xa4\x47\xcb\x50\xb1\xe3\x24\xfe\x17\x3d\x6d\x7d\xe1\x5d\x95\x16\x35\xa1\xbc\x05\x3d\x71\xa9\xfe\x82\x27\x8c\x6e\xed\x0b\x7a\x62\x55\x71\x1f\xab\x26\xa2\xf7\x17\xe0\x76\xcf\x2a\x0b\xf9\xd8\x40\xbc\x2a\x64\xdd\xe7\x19\x27\x8a\xf4\x2b\x0b\x58\x77\x38\x85\xdd\x4a\x5d\xaf\x99\x95\xe9\x1e\x9d\x6a\x7c\x01\xbd\x0e\x27\xa5\x5b\x8d\xd1\x6a\x7e\xe6\x31\x26\x20\xb7\x50\x46\xc7\xa9\x7d\x56\xc7\xfe\x68\xfe\x1f\x95\x4f\x3c\xaa\xce\xcb\xbd\xe4\xc0\xea\x1c\xa6\x9f\x19\xec\xa9\xa5\xeb\x29\x8a\x44\x63\x07\x83\x7b\x66\xe1\x4c\xe0\xfc\x08\x0b\x8a\x5a\xa7\xa8\x5c\x83\xa5\xb0\xf4\xff\x00\xef\x08\x23\xad\x81\x50\x01\x1d\x00\x6b\x24\x3b\xfb\x87\xc6\x49\x11\x89\x83\xa2\xcb\x83\x66\xd8\xf7\x67\x13\x0e\xe4\xfe\x5b\x6e\x82\x22\xde\x0c\x06\xed\x6e\xf1\x28\x5f\xbc\xdb\x4b\xf3\xff\x94\xb7\xe6\x40\x26\xea\x29\x6e\x11\xa3\xf4\xa6\x84\xb7\x41\xfd\xd0\x94\xf8\xd8\xe3\x44\x49\xca\xea\x79\x21\x5e\x36\x43\x02\x2f\xdb\x82\xb5\x80\x80\x8b\x8e\xb1\x15\xdc\x23\x6e\x0f\x0b\x67\xc1\x42\x97\x5c\xe7\x74\x5f\x09\x88\xa7\x7b\x40\xc1\x03\x1d\x2a\x8b\x51\xe0\xc3\xcf\x1c\x93\x1a\x98\x58\xa9\xee\x67\x0c\x49\xf2\x7f\x01\xdd\x36\x63\xcf\x35\x77\x5c\xfe\x45\x12\x0b\xdd\xc4\xe7\x87\x1b\x59\xb9\x35\x86\x85\x1e\x86\x9f\x89\xb8\x2d\x38\x5e\x34\xfb\x81\x40\x0b\x41\x51\x25\xfc\xcc\x1d\x24\x44\xb3\x90\xf5\x51\x45\x2d\xc7\x42\x94\xd4\x67\x7f\x2c\x70\xaf\xb9\x91\xd8\x55\x7a\xa4\x95\xd8\xd5\xa2\x0f\xd0\x74\x38\x7f\xe2\xda\x89\x2f\x3c\x2d\x3b\x16\x6a\xf8\x0b\x4a\x92\xe1\x3e\xb8\x85\xc6\x9f\x72\xf7\xac\x9d\xab\x62\xde\xdc\xb9\xa1\x34\x44\xea\x69\x9d\xe6\x65\xb1\xa2\xb7\x2f\x0d\xeb\xc0\xb4\xea\x46\xbb\x0e\x88\x67\x2f\x3c\xd4\xb2\x25\xdc\x00\x85\xc2\xe7\x85\x4c\x30\xad\x41\x1f\xc9\x5c\x1a\x24\xa2\xa8\x8a\x20\xfe\x3a\x72\xc3\xf8\x0b\x50\xed\x89\x3f\x70\xce\x59\x40\x9f\x49\xb4\xd6\xfe\x24\xb7\xa9\x01\xf8\xd2\x16\x21\xfa\x95\x7a\xd7\xe9\x0f\xe2\xdf\x7f\xc2\x4e\x6d\x8b\x21\xda\x56\x67\x2c\xa2\x57\xcf\xd3\xc9\x60\x09\x37\x70\x22\x48\x49\xa3\x66\x60\xd5\xe7\x7b\x0e\x41\xeb\x08\x77\x84\xe1\x34\x92\xeb\x02\xf3\xf8\x58\x65\x8d\x71\x57\x0c\x58\x17\xc6\x60\xd9\x09\x4d\xaa\x6d\x79\xeb\x02\xde\xf6\xc2\x41\x2d\xea\xe8\xc8\x05\xb5\x68\x31\x5c\xba\x0b\xb8\x5b\x14\xdd\x84\x47\x1e\xc2\x9d\xa2\xd1\x3f\x80\x39\x2d\x19\x6f\x48\x11\x4f\xda\xcd\x13\xc7\x3b\xec\xa6\xb3\x98\xcf\xa4\x1b\x2b\x6d\x56\xb8\x41\xa3\xf7\xf4\x93\x75\x9e\xd4\x24\xe2\xa8\x5c\xe4\x60\x3d\x49\xa4\x96\xfe\xe1\x4d\xc9\xa2\xf1\xe1\x1e\x33\x7e\x78\x52\xb2\xf8\x07\x08\x3b\x9f\x9c\x0f\xca\xa4\x79\x0f\xd2\xe3\x60\xb9\x4f\xa8\x2b\x9c\x2b\x7f\x3d\x60\x3f\x41\xa2\x9d\x2e\x07\x56\x2c\xed\xd4\x7c\x3a\xea\x64\xff\x61\x18\x42\x7e\x3b\xb3\x4a\x5a\xb3\xb4\x23\xb2\x4a\x65\x30\xc7\x0e\xef\x59\x7b\xd1\xef\x2f\x32\xfc\x28\xc1\x77\x22\x43\x2d\xfe\x8e\x48\xac\x66\x53\xf3\xbe\x91\x7d\x74\x94\xee\x44\x7a\x62\xc8\x1d\x71\xe3\xc5\x14\x6c\xd8\xc7\x92\x55\x3b\x13\x43\x3a\x0a\x75\x47\x36\x71\x7b\x40\xee\x1b\xbc\xea\x96\x7b\xe4\xb6\xd6\x3c\xee\x1b\x16\x3b\xdc\xe2\xc5\x17\xdc\x25\x38\x52\x67\xca\x0e\x8f\x5a\x3b\x2d\xef\xe9\x53\xe0\x2e\x0b\xa2\x27\x85\x97\x77\x40\x45\x7b\xe1\xef\x84\x8a\x5e\x07\x56\x91\xb4\x76\x6c\x67\x55\x48\xc7\x34\xed\x08\xe4\x72\xda\xed\xbd\xd0\xd1\xda\x1f\x10\xa8\x69\x12\x0a\xb7\xb1\xde\x47\xae\x71\x15\x15\x1e\x7b\xa5\x16\x47\xfb\x7c\x47\x6e\x71\x3b\x1e\xef\x84\x8a\xba\x15\xef\xe9\xeb\xaa\x5b\xed\x0e\x9f\x02\xbb\x19\xef\x50\xb4\x3a\x62\x73\x87\x8f\x81\x9d\x49\x76\x40\xc9\xe1\x7c\xb7\x3b\x33\x0c\x55\xbf\x70\x93\x24\xd3\xf8\x70\x1d\x44\x03\x7c\x59\x8b\xa7\xb9\x71\xe9\x25\xec\xf6\x17\x5b\xce\x6e\x9a\x1a\x04\xc1\xfa\x53\x16\xed\xbd\x71\x40\x6e\x8c\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\x83\x74\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x68\x9e\x51\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\xec\x18\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\x41\x98\x7d\xa2\x96\x9a\xa5\xc8\x24\xa4\xd1\xb9\xb7\x4f\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\xfe\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x44\x6e\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xc1\xe6\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x69\xa5\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xc3\xf7\xca\x63\xe3\xd9\x23\x0c\x70\x6c\x58\x2c\x13\x8d\xa0\x19\x43\x82\xa3\x30\x41\xa2\x9f\x81\xf7\x74\xfa\x1d\x85\xe7\xab\x0e\xec\x03\x75\x9f\x5f\x9e\xfe\xc3\x51\x74\x30\x3c\xc6\x3a\xec\x83\x69\x9f\xad\x73\x3e\x0a\x8d\xdc\xc5\x1d\xf2\xb0\xd4\x79\x7b\xd4\x82\x6c\xb0\xa2\x30\x95\x41\x9e\xd6\x3a\xd8\xa6\x7f\x80\x34\xd2\x41\x71\xf0\x84\x97\xc2\xeb\x80\x72\xc8\x99\xc5\x0e\x06\xb7\x14\xf7\xc0\x2b\x5f\xf8\x03\x30\x8b\xee\xd6\x07\x4e\xf8\xee\x75\xcb\xb4\x33\xe2\xf0\xa3\x61\xa3\xeb\x2a\x71\x30\x89\xb3\xc3\x65\x8e\x46\x12\x45\x32\x42\x53\x0c\x3a\x0e\x96\x70\x9e\xd3\x2f\xd0\xc1\x48\xb3\xc2\xa4\xcd\xae\x35\x70\xe0\xcc\xae\x86\x25\x47\x87\x88\x35\xd1\x8c\x44\x71\x22\xaf\x83\xa6\x4e\x73\x1b\xb4\x4f\x55\xa2\xe4\xc8\x13\xdc\xec\xda\x99\x4f\x4d\x90\xf6\xe0\x11\x2e\xa0\x7f\x74\xec\xba\x66\x12\x92\x48\xd3\x00\x6e\x94\xd6\xed\x18\xb4\x28\xe8\x86\x73\x40\xbf\x54\x75\xdb\x38\x50\x0b\xcf\x8a\xbe\x03\x91\xd8\xd6\xcb\x1c\xef\x99\x5f\x1c\x2b\x7e\xb0\xa4\xb3\x33\xf1\x1e\x08\xd5\x76\x89\x86\x03\x18\x60\xd8\x75\xf0\x40\xac\x8a\x8d\x57\x07\x6a\xe1\xfd\xbc\xf6\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\x6a\x51\x40\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xb1\x27\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x04\xbc\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\x45\x28\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xb2\x6d\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x0f\xb5\x23\x71\x8c\x99\xe9\xe0\x29\x32\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\x3a\xff\xc1\x01\x53\xa5\x4d\x93\xc7\x09\xc1\x20\xac\x76\xc0\xf4\xd8\xec\x3e\x75\x20\xc1\xb3\xad\x20\xc7\x09\x57\x27\xef\x4a\x68\x6f\xaa\x53\x09\x1f\xb0\x34\x96\xbf\xf9\x27\x1c\x17\x27\x54\xe4\xbe\x20\xa9\x7e\x26\xe4\xe2\x75\xcb\xff\xa7\x90\xd0\x8c\x42\xf5\x63\xeb\xef\x81\xe4\xcd\x61\x1b\xf8\x71\xa1\x74\x80\x30\xd0\x41\x8c\x24\x60\x77\x30\x39\xb3\x33\x2c\x1c\x37\x53\x4a\xe8\x3a\x74\x40\x53\xe3\xa2\x3d\x07\x5c\xdc\x5c\xe5\xe7\x60\x99\x38\x57\xe9\x39\x6e\x76\xa1\x29\x7a\xb2\x0b\x2d\xeb\x83\x51\x1b\xbf\x3c\xbc\xfe\xf8\xe0\x7c\x98\xfc\xc3\xa7\xd2\x43\x1d\x99\x76\xf8\x89\x28\xe6\xb0\x15\xe4\x64\x31\x0e\x95\xc8\x1f\xe7\x8f\x38\x5d\x7b\xf2\x84\x11\xce\x65\x51\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xf2\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\x48\x90\x6c\xeb\xe7\xb9\xf1\xac\xd3\xf9\x7a\x6e\x8c\x7a\x57\x8b\x74\x3b\xb3\xb2\xef\xdc\x38\xfd\xfe\x80\x3e\x37\x3a\x91\x4f\xa8\x3a\x5c\x6e\xe2\x44\xca\x1a\x17\x21\x39\x0b\x73\x61\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\xc3\x21\xc4\xc3\x27\x5c\xbe\x1c\xf8\x7b\x26\xb2\xd1\xa1\x7f\x22\xdd\x71\x58\x67\x79\x56\x7a\xfa\xf8\x19\x25\x86\x75\x4f\x3f\x99\xfd\xb8\x7e\x3e\xe0\xe9\xa5\x13\xf7\x44\x8e\x99\x26\x59\x72\xbe\xd0\x65\x76\x5d\xfd\xcf\xc6\x44\x97\x6a\xa0\x21\xa6\xc3\xf3\x42\xbb\x58\xf7\x33\x75\x09\x62\xec\xb3\x65\x8f\xea\x81\x01\x0c\xae\xf7\x73\x36\x92\xa0\x69\x68\x39\xd5\xfa\x01\x11\x0c\x56\x1e\x9f\x99\x72\x6f\xfa\x87\xe4\x42\xf5\x81\x14\x32\x2e\xd4\x71\xc2\x50\xa6\x02\xe4\xe3\xec\xbc\x13\xeb\xcc\x3e\x19\x55\x6b\xbe\x86\xf2\x21\xac\x49\x3d\xfb\x89\x79\xf1\x07\xa8\xa1\xae\xdd\x76\xc2\x50\xe6\xda\x21\x27\x7c\xb4\x9c\xd4\xf4\x44\xd4\xad\x13\xce\x9f\x54\x56\x98\x3b\x06\x1d\x23\xab\x3f\xc0\xbe\xd1\x09\x7f\xc2\xc8\xe5\xa2\x08\x67\xe2\x10\x41\x9f\x73\xe4\xbc\x6a\xd0\x83\x4b\xa9\x67\xc0\x8e\xcf\x07\xc8\x65\xec\x44\x61\x27\x42\x14\x9c\x94\xfa\x0c\xde\xea\x75\x5e\x9f\x19\x92\x60\x9a\x98\xbb\xd8\x8a\xd9\x33\x72\x73\xfb\x13\x64\x6c\xd4\x91\x7e\x66\xd0\xc2\xa7\x93\x0b\x1b\xd1\x44\x61\x1e\xbd\x30\x30\x5b\x39\x91\xf9\x39\x39\x6f\x22\xfa\x05\x29\xd5\xc5\xa7\x4e\x26\xa6\xf9\xfe\xc0\x4d\xb4\xfc\x03\x84\xbb\x57\x76\x12\x45\x74\x77\x09\x0f\xe9\xea\x2e\x16\x9b\xd4\xd4\x23\x33\x8d\x8d\x9e\x27\x71\x8b\xb9\x8f\xfa\x92\xf5\x27\x27\x85\x73\x61\x40\x26\x6f\x51\xc1\xae\xce\x56\x0e\xc8\xad\xe7\x80\xfc\x06\x6b\x7e\xf9\x99\xac\xe4\x0d\xc5\x78\x06\x17\x59\x3a\x11\xcf\xe0\xe0\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\x01\x17\xa4\x39\x19\xb4\x6b\x55\xf3\xb9\x43\xe0\x9a\x48\xe6\x39\x36\xfb\xa3\x00\x6f\xb3\x4f\xe3\xb9\x33\xb6\x4c\x24\x65\xea\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x59\xaf\xf3\x20\x8a\x76\x93\x80\x51\xae\xbc\x74\x1e\x14\xfa\x66\x3e\x44\xea\xba\x92\xf7\x99\x69\x69\x3c\xce\x63\xa2\x0a\x8d\x86\x79\xb0\x86\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\xa4\xd8\xb0\x50\x38\xc0\x18\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x93\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xfe\x41\xd7\x7b\x3e\xa1\x40\x1a\xce\x2f\x7d\x22\x5a\xc1\xd9\x04\x4e\x04\x2b\x18\x88\x9d\x27\x92\xb8\x9a\xf7\x4f\xde\xd0\x3c\xa4\x33\x57\x5a\x5d\xa6\xd3\x97\xb0\xdd\x49\xa7\x2f\x6b\xb3\xcf\x8b\xe2\xd9\xec\x45\xb8\xe5\xc3\xf6\xa2\x0e\xe1\xf3\x03\xb2\xcb\x0b\x00\x9f\xe9\xf5\xe5\x89\x83\xd7\x97\x0b\xb0\x9c\xc8\x49\x63\xff\xbe\xf3\xc5\x5f\xb3\x7b\xd3\x23\x47\x8d\x13\xe4\x9e\x50\x6a\x85\x6f\x79\x27\x6c\x73\xce\x74\x7c\xde\xac\x50\xee\x1e\x6e\x14\x5d\x11\x66\x3e\x6f\x64\x1f\x37\x12\x82\xb1\xce\x66\x86\xf3\x66\xce\x2d\x0d\xe1\x4e\xa9\xa2\x31\x22\x89\x8d\x33\xf6\x9f\x37\xa5\x8a\x41\x0c\xb4\x5e\x4e\x7e\x7b\xde\xdc\x00\xc5\x24\xdc\xa4\xd1\x5f\x3c\x18\x84\xba\x60\xa1\x60\xa3\x1e\xa4\xb9\x71\x50\xf7\xf9\xe4\x86\xd0\xb4\x31\xd4\xd8\x83\x78\xa8\xf1\x34\x7e\x78\xa8\x5f\xd2\xa9\x74\xfd\x7e\x24\x6a\xe8\x87\x8d\x8a\xff\xaa\x1f\xa0\xed\x93\xb0\xbc\x18\xcc\x6b\x53\xc1\xc5\x82\x18\x4e\xba\x72\xc1\xe9\xca\xf7\xa5\x0b\xa6\x35\xa7\x20\xb8\x7e\x39\x6e\x37\x49\x9e\xd4\x05\xe9\xa2\x57\x95\xb3\xac\x5c\x50\xa4\x39\x6d\xe8\xc5\xb4\x88\x8e\x18\xbe\x60\x4b\x73\x3a\x88\x6b\x03\x43\x49\x7e\x5d\x28\xba\xb6\x59\x47\x7e\x21\x5e\xf7\x33\xee\x8d\xf9\x58\xfd\x3f\xd6\x42\x5b\xf7\x2a\x14\xdb\xc2\xc1\x57\x41\xc4\x70\xf3\x0b\x3c\x3b\x75\x4b\xbb\x60\x09\x2b\x1e\x54\x01\x76\xfb\xf9\x03\xf0\xb4\x7b\x2c\x39\x2d\xee\xe1\x21\x84\xd0\x17\x28\x89\x36\xfe\x58\xe8\xee\xaa\x05\xa5\x53\x34\x45\x2f\x3c\xed\xce\xe5\x7a\x55\x8e\x48\x87\xfd\x55\x21\x7c\x74\xcc\x5c\xb0\xac\x7d\x38\x01\x6a\x36\xc7\x1b\x5e\x95\x77\xe9\xea\x17\x00\x06\xc2\x0d\x70\x97\x0a\xa6\x5d\x70\xca\x72\x4a\xb7\x0b\x60\xd5\x1a\xd6\xab\xf2\x7e\xa2\x6b\xe1\xd5\xe0\xf4\xad\x4d\x77\xa1\x7a\x9a\xb3\x13\x5e\x70\xda\x72\xea\x93\x8b\x0e\x54\x4e\x74\x73\xd1\x28\xe5\xea\x7a\x17\x54\x5a\x76\x93\xb9\x3a\x76\x69\xf1\xff\x04\x8a\x1e\x54\x67\xda\x3a\x4d\x5b\xcf\x65\xf2\x0f\xc9\xbd\x9a\x17\x16\xd1\xfd\x8c\x62\xd0\xca\x24\x9c\x75\xc1\xc1\xdf\x89\x10\x2e\xe4\x5f\x71\x3a\xcd\x8b\xa5\x33\x6c\xb0\xbb\x06\x0a\xe6\x37\xbf\x90\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc7\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\x28\xc7\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\x2e\x3a\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\xb1\xa8\x4e\xf0\x76\xbd\x38\x6e\x76\xb3\x1b\xbc\xf3\xad\x83\xbd\x00\xe3\xaa\xd5\x4b\x17\x33\x0e\xba\x52\xde\x05\x5c\xf7\x59\x98\x49\x09\xac\x5b\xe3\x85\xec\x29\xce\x28\x78\xad\x0c\x1e\xd1\xa8\x98\x06\xda\x46\xa8\x6b\x71\xe5\x34\x8a\xb4\x94\x09\x5c\x5e\xd0\x71\x39\x27\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x29\x5c\x57\x1a\xb8\x5e\xf0\x56\x1d\x1d\x72\xa1\x78\x99\xdd\x35\xaf\x9d\x4e\xaf\x52\xa3\x5d\xb4\x9c\xb9\xd0\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x6d\xbd\x0b\xa6\xb3\xcf\x3c\xc0\x9d\xde\x7e\x58\x17\xbd\xe7\xed\xe1\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb4\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\xdc\xe5\x5d\xa8\xe9\x62\x62\xe7\xf9\xe9\x93\x86\x53\x41\x9d\xeb\x44\x29\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\x55\xcc\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\xc7\xd3\x5d\xc8\xee\xec\xfc\x3e\x17\x63\x43\x6d\x9c\xbd\x4e\x1e\x6d\x96\xd1\x27\x4e\x0d\x1f\x6d\x48\xf0\xe7\x0c\x0c\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xea\x03\x6d\x19\xaa\x5f\x48\xf8\xe7\xd8\xfc\xeb\xe2\x18\x44\xf3\x95\x71\x0a\x1a\x14\x54\x57\xb6\xbc\x5e\x84\x52\x5e\xdb\x8b\x2e\x43\xcb\x1f\x24\x06\x70\x97\xd4\x78\x7a\x5e\x60\x10\x74\x62\x97\xeb\xe2\x41\xe4\xa3\xe4\x26\x54\x8f\xbf\x1d\x44\x08\x17\xfd\x88\xc3\x9b\x9b\x2a\xdc\x1c\xc4\x9f\xb9\xeb\xa6\x22\x3a\xfc\x05\x17\x4e\x63\x82\x9f\x94\xd3\x4a\x5c\xc0\x5e\xcd\xc9\x9e\x2e\x62\x2f\x1f\x6d\x37\x8c\xa2\x9f\x06\xb8\x6e\xfe\x1f\x23\xf6\xc2\xb3\x0e\xaf\x6b\xf2\x5c\x99\x9f\xda\xb3\x88\x00\x53\x97\xc8\xbc\x1e\x18\x49\x2d\xd2\x51\x38\xc3\x88\xf6\x4a\x28\xa6\xbb\xc8\xf5\xb0\x42\xa6\xc6\xf0\x50\x17\x64\x71\xc6\x62\x69\x3e\x4d\x1f\x38\x4f\x1a\x46\xc1\xeb\xca\xd9\x28\x2f\x98\x48\x1d\x69\x7f\xc1\x0b\xcb\x39\x81\xae\x07\x52\x40\xa2\xeb\xfe\xe5\x22\x86\x7e\x48\x12\xa7\x7e\x40\x6e\x52\xcd\xe2\xfd\xe3\xe9\xba\xf4\x0c\xc8\xb3\xb9\x45\xd8\x07\x34\xc4\x1b\xf6\x51\x27\xb3\xbc\x51\x29\xcd\x2a\xb5\x1b\xbe\xf1\xb6\x37\xdc\x1b\xa5\x8a\xda\xdb\x78\xc6\x98\x00\xa2\x3a\x5d\x66\x6e\xa0\x3a\x4b\xe3\x9b\x99\xad\x75\x0a\xde\x48\x64\x6d\x8f\x80\x7b\xcb\xed\xe9\x1e\x81\xf2\x84\x0a\xef\xc2\x9a\x7b\x9a\x01\xf8\x47\x39\x1f\xc9\x5d\xf2\xd0\xd2\x9c\x41\x6b\x68\xff\xeb\x1b\x5a\x43\x7b\xa0\xdc\xc8\xd1\xb2\x55\xff\x8f\x83\x5c\x22\xe7\x2e\x38\xe4\x3c\x05\x85\x87\x9a\xdb\x07\x48\xd4\xb1\x7a\x97\x13\x89\x35\xdc\x3e\x46\x28\x79\x73\x17\x32\xb2\x07\x44\xb5\x95\x66\x88\x49\xaf\x8d\xa8\x6e\xa0\xc0\x6a\x1b\xf5\x9d\x3a\x49\x4f\x32\x61\x9f\x04\xf3\xfd\xc2\xbe\x69\x0c\x76\x57\xac\xb2\x4e\xd9\x3b\x55\x92\x66\x93\x4a\xc6\xd3\x98\x2a\x69\x14\x09\x50\x39\x7e\x60\xe1\x0d\xeb\xaa\x7d\x16\xef\xc6\x43\x56\xdb\xf5\x66\x1a\x6c\x47\x2e\xdd\x8d\x99\x6e\xd4\x05\xa2\x46\xed\x84\x7b\x23\x6a\xb4\x7d\xfe\xa7\x44\xf3\x0b\x2c\x79\x6b\x5b\xd7\x9d\xd6\x54\x33\x2b\xac\xa5\xbe\xbd\xdd\x8c\x0b\xb5\xba\xed\xee\xc4\x27\xea\x03\x05\xd2\x8c\xa0\x6e\x6a\x1c\x8b\x9f\x79\xe2\xe9\x60\xbf\x81\x2c\x87\x91\xc0\x0d\x6b\xaa\xc3\x26\xee\x91\x34\x69\xb5\xe1\x8d\x1f\xae\xbb\x79\x23\x52\xd4\x77\x90\x7b\xf0\x52\x22\xc5\xe9\x3d\xc8\x4f\x1a\xd5\xe0\x5a\xf8\x7f\x18\x82\x3c\x6a\xf8\x43\x39\x36\xe5\x0e\x3a\x4d\xe8\x0e\x7a\xa3\x00\x88\xab\xc3\xde\x41\xdb\xba\x74\x01\x77\x50\xfb\xaf\xbb\xff\x8d\xfa\xb4\xce\x3f\x7b\x23\xab\x9e\x9d\x60\xef\xf9\x9e\xf3\x8e\x5a\xbe\xa1\x21\xb4\x13\xe3\x0d\xdc\xb7\xfa\xef\xf7\x97\xc3\xe7\x06\x06\xb4\x3a\xee\x9e\x39\xeb\xfe\x01\x93\xec\x67\xd6\x06\xf1\x8e\x59\x39\xc7\xa2\x1f\x56\x4b\x23\xdf\x7b\x71\x7f\xb8\x01\x9a\x1e\xa4\xf1\xbb\x01\xd8\x5c\xde\xf6\x46\xee\x10\xd7\x71\xba\x17\x29\xd0\x84\x30\xa9\xb4\xbd\x42\xee\x1d\x45\xea\xcc\x49\x28\xf4\x61\x95\xfc\xbd\x93\x15\x2d\xe7\xe0\x4b\x65\xcf\x96\x1b\x88\xb0\xda\x49\xe8\x86\x09\xf3\x23\xc9\x0f\xde\x2c\x05\x64\x6e\x98\x2c\x6d\x06\xba\x99\x02\xda\xfe\x0a\x77\x42\x42\x8b\x85\x03\xf5\xaf\xcc\x18\x30\x5a\x7e\x0e\x83\x03\x85\x5f\x2c\xcb\x0f\x8a\x89\xe5\x1f\x4e\xae\xab\x5b\xa4\xf4\x16\x27\x1d\xc4\x52\x7a\x3e\x39\x4f\xd2\x4b\xdd\x67\x8e\x42\xe3\x3e\x39\x0a\xd1\xc0\x98\x4c\xd7\xad\xbd\xa1\x7f\xb3\x81\xec\x46\x0a\x68\xbb\xb7\xde\x27\x4f\x3c\x41\xe7\x9b\x6e\xec\x36\xd4\xdf\xc8\x9b\xe7\x5b\xc9\x9d\x90\xb1\xb8\x49\xea\x14\x35\xf5\x84\x8c\xde\x0e\xa9\xa1\x5b\x26\x9a\x17\xcc\xe2\x61\x11\x8c\x98\x87\x59\x9c\xcc\x54\x43\x1f\xf7\x91\x3c\x88\x99\xfc\xdc\xd4\xef\x0b\x45\xb1\x4c\xf4\x85\x7a\xc7\x66\xd9\x17\x5f\x6d\x1f\x3d\xe4\x7d\xf3\x0a\xf1\x79\x83\x54\x8b\x26\xaa\xaa\xbc\xda\x70\x2b\x37\x3c\xba\x1f\xd4\xa6\xf9\xf9\xff\x97\x1b\xec\xd6\x7b\x3f\xd8\x34\xa6\x88\x09\x9a\x5d\x03\xee\x7e\x92\x02\x91\x04\x87\xae\xe6\x6c\x65\xf7\x03\xd1\xe5\x79\x7b\x78\x96\xff\x37\xb1\xcf\x8f\xd9\x8f\xaa\x9e\x0b\x4a\xbe\xfd\xf4\x4c\xb8\xa3\x31\x3c\x88\x4e\x2c\x9f\x0f\x72\xad\xa7\x7e\xc0\x25\xbb\xfb\x03\x5e\x38\xc3\x3f\x50\xe1\x11\xfe\x22\x17\xd7\x44\x3d\xb8\x97\xeb\x0b\x58\x3a\x87\x8b\xb1\x3f\x1b\x94\xde\xda\x67\x0f\xbc\xca\xbd\x29\x1e\xd4\xff\xb0\x0b\xe2\xb3\x41\x03\xa2\x89\x7c\x18\x5e\x68\x4d\xfd\xc3\x8c\x1c\xbe\x69\x3d\x5b\x72\xa8\xc6\xb9\xd1\x6d\xc3\x7d\xbc\x28\xa8\x56\xad\xc5\x03\xd4\xd3\x85\xcb\x9e\x17\xf4\xc4\x14\xb6\x7d\x58\x8c\xcc\x35\x73\x1f\xa0\x9c\x65\xff\xe6\xa7\xa4\xcc\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xdc\x74\x0e\x87\x7a\x98\x9b\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x26\x79\xd9\xf5\xf6\xa9\x98\xca\xe5\x67\xf2\xa8\x16\x87\xf6\x5a\x67\xb4\x7c\x58\x8e\xd6\x75\xc2\x9f\xc4\x42\x12\x83\xcf\x8b\x85\x8a\x33\x4d\x3d\x35\xa7\xee\x4f\x17\xa1\x27\xf5\x61\x3a\xea\x1e\x20\xa1\x0f\x4b\x56\xee\x2a\x0d\xba\x91\x19\x44\x31\x70\x8f\x2b\x3a\x3f\xb4\xac\x3a\x22\xf1\x61\x31\x33\x6d\x9a\x87\x7e\xdd\xae\x86\xfb\xb0\x98\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x61\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\x1d\x52\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\xf0\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xa6\x90\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x1b\xec\x61\xbc\x50\xa9\xdb\x0d\xf6\x09\x58\xd6\x05\xd5\x1f\x84\x10\x76\x1d\x46\x0f\x5c\xc7\x3f\x5b\x20\x76\x3c\x6b\x62\x91\xee\xcd\xe6\xdd\x87\x01\x80\x4e\x24\xfa\x44\xe2\x43\x51\xf8\x22\xa5\x6e\xc7\xdc\x07\xb6\xd5\xcf\x06\x00\x72\xb2\x65\xf4\x99\xb9\xf8\x22\x19\xf9\xe0\x9c\xa8\xe4\x99\x98\x24\xef\x31\xa4\x27\x5e\xdf\x1e\x78\x07\xf5\x07\xd4\xf8\x4a\x69\xf7\x4c\xba\x7b\x36\x77\x91\xa3\x30\x11\xe0\x79\x81\xfd\x67\xe5\xda\xea\x0b\x84\x1d\x5a\xef\xf7\x2c\x2e\xad\xc5\xcf\xca\x61\x88\x8a\x45\xc5\x8f\x2e\x9a\xcf\xca\x7d\xeb\x37\xe8\x2f\xe0\x17\x26\x0a\x4f\x7a\x5f\x2c\x32\xb1\xb7\x16\x4a\x7f\xac\xcf\xf2\xb2\x40\x9b\x0b\xab\x3e\x7b\x8a\x6e\x75\x82\x9c\x6f\xbe\xa0\x3f\x3b\x44\xb7\x90\xc0\x03\xe7\x34\xab\x08\x9e\x9d\xe2\xc6\xb2\x9b\xb5\x3f\xd6\xe6\x2f\xc0\x22\x16\x71\x50\xdc\xad\xcf\xd6\xda\x93\x28\xcd\x0d\x8d\xa8\x76\xc6\x78\x0e\xdc\x60\x3d\x79\xf0\x3d\xb3\x2e\xf0\x39\xfa\xbb\xa2\x66\xb2\xcc\x83\x21\xed\xd0\x73\x90\x07\x4c\x14\x32\x63\x58\x8f\xf0\x1c\x5c\xf2\xee\x17\x78\xcb\x16\xb2\x7b\x10\x4d\x68\xb3\xeb\x83\x34\x6f\x1f\x19\x74\x92\x4f\xc5\x65\x27\x82\x71\xbd\x13\x18\x5c\x68\xe7\x8d\x07\x8a\x3c\x5f\x41\x9f\x93\xfe\x5c\xd2\xdf\x3c\x27\x75\xa2\xba\x17\x3f\x17\xe7\x5e\x24\x40\xad\xe6\x3b\xe9\x83\xb4\x13\x9f\x69\xb8\x92\x1f\xfc\x01\x84\x9a\xe7\xf1\xa2\xcc\xf2\x51\x00\x8f\x30\xdf\xe4\x1f\xe8\xc8\xec\xb8\xff\xc0\x00\xe9\x98\xa0\x87\x4a\x2f\xf7\x08\x7b\xe2\x66\x77\x8f\x27\x0d\x8a\xc6\x27\x37\x94\x8f\x66\x62\x60\x32\xe3\xe1\x07\x4a\xac\xfe\x37\xeb\xd0\x03\x0d\xd7\xe7\xcc\x7f\xc8\xcd\xba\x09\x3e\x30\x36\xda\x7b\xf8\x79\xc8\x38\xa2\xf7\x21\xe3\xf8\xff\xf1\xef\x3f\xe1\xfc\x55\x0f\x10\x5d\xb7\xde\xf1\x81\x7e\xca\xb9\x16\x1e\x96\xd8\x70\xc4\xe7\xc3\xfc\x13\x76\xf5\x78\x80\xf0\x64\xa4\x88\x1f\x8c\x95\x53\x4e\x38\xf1\xfb\x91\xc6\xa9\x67\xd2\x54\xf4\x3c\x10\xbd\xee\xf7\xa1\x6d\xf9\x6f\x11\xe3\xf7\x03\x2b\xff\x37\xa3\xf1\x03\xa0\x9b\xb2\xd1\xc5\xef\xc7\x55\xef\x7a\xa6\x54\xd8\xfc\x02\x56\xfd\x3f\x36\x89\xdf\x46\x8a\x42\xcf\x1d\x61\x86\x7e\x0e\x8e\x51\x2d\xa2\x5a\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xdb\x8d\x21\xfa\x7f\x10\xf4\xdf\xc1\x18\x3f\xd6\x96\xd5\x21\x10\x3f\x04\x00\x4c\x99\x8a\xe2\x57\x30\x49\xee\x01\xe9\xd4\x74\x1f\x89\x5f\x81\xcc\xf7\x24\x41\x05\x35\x3c\x89\x4c\x85\xb6\x36\x75\x89\x7c\x10\xbd\x69\xcc\xc0\x5d\xbd\x69\x8e\xe0\x16\xb7\xc9\x03\x26\x7e\x35\x27\x45\xeb\xc8\xca\x6a\xe1\x59\xa8\xb9\x30\x22\x82\xc9\xd0\x94\x43\x2b\x7e\x84\x52\x4d\x4d\xb4\x1c\xa6\x26\xb6\x65\xaf\x22\x03\xb9\x7b\xa7\x0c\x2d\xf1\x6b\xdc\x81\x45\xec\xc2\xe2\x69\x3a\x92\xe3\xd7\xd2\xfd\xce\x9f\x1c\x6c\x43\x43\x69\xbc\x27\xb9\x09\x9e\xd9\x5d\x84\x77\x30\x48\xd7\x0b\x2c\x26\x1b\x66\x80\x4e\x61\x57\xb4\x1e\x2f\x00\x73\xae\xdd\xf8\xc1\x78\xd8\xbb\xfe\x1f\xd9\x82\x86\x0e\xeb\xe1\x54\x85\xe2\xf8\x21\xc1\xc2\x54\x61\xde\xf8\x21\x81\x58\xf5\xbe\x18\x39\x9b\xfe\xe2\xe6\x17\xee\x84\x7a\x21\x2d\x08\xec\x83\xcd\xff\x33\xdb\xad\xb4\x86\xaf\x20\x60\x0b\xfe\x62\x32\xb3\x95\x3a\x7d\xf1\x8e\x2b\x18\xc7\x8f\x45\xca\x36\xcd\x54\x50\xc2\x7a\xaa\x58\xb4\x2c\x3c\xf2\xc9\xed\xae\x3e\x67\xf6\xa9\xf5\x42\x11\xfb\x9f\xe7\x16\x0e\xeb\xc3\x5c\xc4\x8c\x07\x4b\x34\xc2\x77\x4b\xf5\x4f\xe3\xb7\xc8\x33\xc5\x2f\xd0\x30\xdb\xfd\x03\x8f\xec\xe2\x4f\xc8\x55\x1e\x06\xa0\xc6\xea\x9f\x1f\x20\x74\x3e\x4d\xf0\x0e\x51\xfc\xc2\xc3\x26\x34\x33\x3b\xf5\x9f\xdd\x3f\x20\x8c\xb1\xfa\x19\x27\xc1\xe7\x7f\x94\x00\xfb\xfc\x8f\xcd\xd1\xb5\xbc\x50\xff\x74\x33\xe5\x91\x42\x42\x13\x05\x7d\xd0\xfc\x79\x8b\x12\x36\x74\xf1\xd8\x91\x33\xe3\x2f\xa8\x29\xf1\xdc\xc1\x02\xd8\xfb\x5f\x0a\x81\xc7\x0f\x8e\x59\xca\xd3\x1f\x3f\x64\x34\x90\xcd\x33\x7e\x07\x73\xda\xab\xb7\x73\x22\x7e\x42\x03\x3a\x29\x1f\xbc\x75\xe1\x90\xde\x2d\x16\xe1\x5f\x2e\xa3\x69\xfc\x2e\x0e\xd0\xbb\xec\x9a\xa4\xdf\x6f\x60\x99\x86\xc6\xc3\x38\x3a\xdd\x50\xe3\x07\x97\x23\x59\x80\xe2\x47\x00\xe0\x4d\x75\xe7\xaa\xe9\x03\x84\xbd\xcd\x9f\x25\x10\x8f\x58\xef\x99\x87\x35\xd1\xfc\xbc\x73\x92\x45\xd3\xc3\x2e\xff\x7b\x61\xfb\x51\xc8\x89\x3f\x37\x3a\xeb\xe8\x40\xdc\x7e\x29\x4c\x42\x3f\x70\x8b\x88\x5f\xb7\xb4\xe9\x74\x7f\x32\xf9\x46\xd3\x0f\x9c\x08\x3f\x27\xbf\xfa\x0b\x8e\xab\x98\x2c\x28\xea\x74\x08\x6e\xa9\xb3\x50\x9f\x1b\x5b\xf4\xff\xfb\xbf\xff\x54\xd5\xa1\x8e\x0d\xa5\xa3\xfa\xf0\x73\x0a\xd1\xff\x26\x6e\x2b\xf4\xee\xfa\xfc\x40\xff\x70\xb5\x88\xba\x4e\xd2\x6f\xc6\xc6\xa2\x4c\xcb\xa3\x4c\x75\x42\xf1\x1b\xec\x43\xcb\xb7\x15\xee\x42\x4f\xdd\x7b\xac\x85\x42\x18\x62\xab\x14\x47\xfe\x02\x71\x6a\x3e\x48\xb7\xca\xf3\xa4\xfa\x05\xba\x13\x8a\x08\xf8\x5e\x6f\x72\xf0\x89\x8d\x76\x0d\xdd\x52\x63\x7b\x4f\xa0\x98\x12\xdc\x5b\x23\x2c\x1d\xfe\x22\xcb\x9f\x88\x03\x70\x00\xc9\xac\x18\x5b\x03\x3e\x70\x8b\x9d\x18\xca\xab\xc7\x7a\x9e\xcb\x4d\xd2\xf2\x21\x0f\x98\xd8\x7a\x72\x99\xe6\x0a\xde\xd8\x7d\xf8\x19\x70\x3c\x34\x33\x9d\xe7\x79\xf5\x0f\x70\x85\x5a\x7e\x26\x63\x4b\x72\x6f\xb4\x8d\x54\xb7\xc8\xf3\xc7\x53\xc7\x40\x32\xe5\x8f\x8c\x0d\xfe\xd6\x3d\x34\xee\xf7\x14\xac\x55\x67\xc3\x36\x48\xa3\x86\xc9\xfb\x7f\xf8\x7f\x94\x5f\x9b\xee\x80\x8e\x42\xc3\x0d\x22\x1b\x83\x07\x3d\x38\xb1\x22\x19\x51\x61\x0a\x6f\x8f\x2d\x88\x59\xbc\x4f\xde\xf3\xcc\xba\xe6\xd8\x26\x67\xde\xf3\x8a\xf8\xab\x6e\x76\x98\x3c\x43\x3d\xc6\xc9\x6b\x8d\x9b\x44\x79\xa0\xae\x23\x74\x9b\x19\x14\xa6\x67\xea\x30\x24\xf8\x37\x18\x37\xe4\x00\x1b\x5b\xde\xa5\x2d\x41\xde\x13\xae\x4a\xc5\x19\x1b\xdc\x57\xba\x37\xce\xa2\xbc\x30\x7f\xa1\xfc\x8f\x52\x4c\xc4\xb6\x72\x29\xb5\x4d\x16\x21\x91\x17\x1f\xbe\xc5\xd5\xbb\x7f\xcf\x79\x50\x13\x7b\xe1\x0f\xa2\x72\xc7\x30\xbd\x36\x3c\xde\x74\x1a\x6c\x79\xc9\xb5\x98\xc3\x25\x57\x99\x02\x62\x83\xff\xca\xd2\x2d\x37\xb6\x83\xa1\x90\xeb\x4f\xa7\xd1\xc6\x1b\xee\x14\xc5\x07\x6f\x93\x9e\x35\xf8\xfd\xf6\xa9\x21\xbe\x17\xda\x29\x55\x4f\x6c\xbc\xc0\x0a\x7b\x6e\x2c\x42\xbe\x2c\xd1\x4e\x38\x6d\xb8\x87\x93\x3d\xfa\x7f\xea\x55\x2c\x22\x19\x38\xbe\x2c\x5c\x4e\x92\xa0\x29\x40\x16\x72\x5d\x16\x63\x83\x1f\x49\xf7\x3a\x5d\x54\x76\x7a\x43\xf0\x46\x3c\xfd\x41\xc7\x1e\xf5\x07\x54\x04\x78\x97\xc3\x67\xb7\x0b\x02\x6e\x17\x51\xa5\xae\x67\xdb\x45\x56\x68\x7e\x83\x07\x83\x89\x7e\x8f\xc8\xd6\xbc\xab\x91\xab\xb1\x9b\x7f\x6f\x2a\xb3\x35\x2d\xcc\x1b\xee\x2e\x91\x2f\x47\x95\x28\x63\xe3\x0d\x78\xb9\x3d\xa6\xf3\xd3\x18\xdf\x1b\x71\xab\x66\x45\x96\xde\x91\x4a\x26\x36\xd4\xde\x51\xd1\x95\xd8\x1e\x8a\x6c\xaf\x24\x9c\x2c\xba\x25\x17\xe2\xce\xbb\x0f\x9a\x87\x14\xf8\x7d\xa4\x7f\xf0\x21\x01\xa3\x84\x72\x5c\x44\xf9\x51\x8e\x69\x0b\x97\xf7\x40\xae\x0a\xa7\x8a\xf2\x23\x7e\xd4\x24\x96\x1f\xce\x7c\xc1\xe4\xb2\x61\xce\xb4\xd0\x85\xae\xb0\x52\x85\x46\xd9\x52\x8c\xf8\x0d\x6a\x70\x84\x75\xca\x96\x0b\xe5\x37\x30\x2a\x49\x81\xb2\x51\x69\x17\xfe\xe2\x61\x13\xa2\x8a\x89\x60\xa4\xe7\x8b\x82\x24\x81\x8a\xfb\x88\x82\xda\x33\x4a\x55\x1e\x85\x79\x5f\x94\x45\x33\x0a\x0a\x78\x2b\x73\x7f\x14\x78\x32\xa8\x5a\x6b\x94\xbc\x56\xea\x4e\x52\x70\xad\x54\x4d\xcf\x28\xb8\x56\x2a\xba\x2a\x0a\x3c\x19\xa6\x34\x2e\x51\x90\x29\x46\xd9\x18\xa2\x54\x84\x0a\x8b\x1b\x0b\x33\x70\x2b\xaa\x2c\x4a\x4d\x8e\xf6\x17\xb8\xef\xf9\xe0\x2a\xc8\xb9\x1d\x5e\x2d\xd4\x9f\x51\x8e\xa9\x28\x8d\x98\x40\x47\x61\x61\x4a\xed\x9f\x57\x87\x65\x0f\xa5\x3e\x8b\xc2\xbc\x83\x52\x9f\x45\x41\x12\x6d\x95\xce\x8b\xf2\xde\x53\xab\xea\x86\x44\x69\x88\x55\x94\x6c\x2b\x2f\x04\xe8\xe3\xe7\x67\x24\xce\xf2\xda\x31\x2b\xa1\x94\x63\x51\x3a\x0b\xb0\x69\xf5\x3b\x45\x83\x8e\xb6\xd2\x93\x07\xfd\xc6\xbb\xb8\x2a\xc2\x16\xe5\x3d\xcf\xc3\xf2\xb0\xc0\x04\xb0\xa4\xfc\x8a\x02\x2f\xda\x61\x1a\x3a\xc1\xb3\xce\xba\xc2\x14\xd8\x9e\xd8\x9e\x44\x6a\x75\xfb\x03\x44\xa7\x0f\x58\xc3\x5b\x1a\xbb\x28\x30\x01\x54\x1d\x4c\xe5\x05\x04\xed\xd7\xfd\x01\x51\x8b\x39\x14\xbe\x11\xf2\x27\x8c\x32\x78\x31\x2b\x7e\x61\xc1\x23\xcb\xcf\xc4\x56\xba\xd2\x94\x20\x5e\xd3\xbd\xa9\x04\xd2\xb6\x7a\x66\xa1\xf2\x57\x51\xb5\x28\x91\x3b\x4f\x6b\x13\x04\xd7\xfd\x2f\x3a\xba\x28\x2f\xa4\xa8\xc5\x43\x86\x45\x40\x8e\x35\x51\x10\x5b\x35\x3c\xa2\x20\x64\x35\xc1\x48\x36\xa3\x72\x83\x51\x60\x20\x50\x15\xac\x28\x30\x10\xa8\x50\x57\x94\x49\xf9\x28\x01\x5d\x5e\x04\xd2\x87\xb7\x10\x22\xc0\x37\xdf\x69\x4a\xaa\xf7\x4d\xd3\x24\x72\xf3\x1c\x2d\xf6\x21\x1a\x52\x7b\xef\x85\x5a\xe0\x77\xb3\x23\x6b\xaf\xc8\xe1\x22\x0a\x15\xed\xba\x90\x94\x9d\x2d\xaa\x81\x9d\x44\xfa\x7d\x0a\xf1\xee\x1f\x70\x0e\x09\x4f\x14\x26\xf1\x8b\xcf\x0f\x49\xb4\x88\x44\xfe\x69\xc5\x1b\x44\x39\x88\x59\x3c\xee\x83\x27\xbe\x26\x06\xfe\x12\xc3\x22\xf6\xa0\x52\x66\xfa\x07\xc4\xba\x17\x7f\xb0\xf0\x81\x7b\xe0\xc1\x21\x0a\xa0\x33\xaf\x8a\x7d\x8f\x72\xf2\xc6\xea\x79\xa3\xff\xab\x57\x1f\xc9\x67\x86\x45\x34\x7c\x1b\x3e\xd3\x06\xa5\xf9\xb0\xe0\x49\xdf\x86\xe9\x0f\xa8\xee\xd2\x75\xa4\x9c\x3c\xbf\x75\xc3\x29\x00\x1d\xc3\x83\x60\xb9\xea\xcf\x33\x67\x41\x83\x40\x9c\xb5\x6f\x2b\x85\xb5\xa8\x0d\xb2\x0b\x2a\x02\x86\x99\xe5\x42\x89\x0c\x21\xe0\xc2\x02\x7f\x86\xc4\x05\x88\x61\x78\xcf\xc2\xb7\xf4\x57\xbc\x69\x6f\x92\xa0\x85\x62\xce\x3d\xeb\x84\x0b\x8a\x4d\x57\x6f\xc9\x1b\xee\xd4\x9f\xff\xe1\x24\xee\x3d\xf1\x50\x8e\x98\x84\x04\x11\xd5\x3f\x80\xff\x3c\x6d\x00\x11\x56\x1a\x15\x60\x88\xe1\x4d\xf5\x50\x59\x21\x58\x5f\x9e\x8c\x9b\x70\x8b\xcc\x05\x2a\x1a\x1f\xd4\x3d\xb4\x70\x7c\x28\x2d\xd5\x42\x65\x35\x6a\x2b\x69\x6b\xc2\x08\x89\xe8\x0a\x5f\xcc\xf1\x79\xe1\xe0\x17\x7e\x81\x37\x62\x7f\xb1\xf1\xe8\xd2\x11\x5e\x13\x69\x7c\x7e\x00\x47\x55\x3f\x73\x22\xaa\x9e\x19\x34\x3f\xf5\x8c\x23\xdf\x5d\x42\x97\x2d\xaf\xdc\xa8\x1b\xcd\x5b\x9f\x06\xdf\x6d\x28\xbf\x82\xa8\x25\x87\xa9\x2f\x50\xdf\xd9\xaa\xe6\x8a\x54\xc6\x2a\xba\x15\xb5\xf0\x06\x15\xfe\x81\x67\xbe\x90\x76\x45\x69\x90\xd1\xdc\x05\xd2\x8b\x2f\xff\x7f\xc0\x6c\xb3\xf4\xcc\x3d\xf1\x69\x11\xb2\x63\xfa\xf9\xc1\xa0\xf4\x41\xaa\x09\x04\xb4\x6b\xe5\xfd\x7a\xf8\x07\x72\x98\xa0\x51\x45\xf9\x66\x65\x52\x8b\x5a\x09\x11\x86\x7f\x80\xaf\xd5\xa7\x05\x6c\x65\x25\x35\x89\x9a\x48\x46\x30\xb3\x22\xc3\xcd\xfc\x09\xeb\x54\xe8\xcb\x47\xfb\xd3\x41\x54\x2b\xe3\x1a\x35\x29\x8d\x88\x41\xb7\x8f\x0a\xe5\xba\xe5\x67\x05\xa8\x51\x56\xf7\xa8\x8d\x76\x13\x4f\x73\xa7\xb9\xc9\x63\xee\xe4\x36\x0f\xa1\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x33\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x85\x19\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x21\xd5\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\xe1\xd7\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\xcc\x30\xac\x9c\x82\x51\x91\x51\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x7e\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\xfa\x5d\xd5\x50\xa2\x1e\x94\x00\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\x24\x9a\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\xf8\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xdc\x03\x60\x4f\x9b\xb2\x7d\x56\x3a\x00\x78\x66\x9f\xdc\x6d\x62\x07\xf8\x78\x0e\xc3\x85\x87\x2c\x29\x65\x49\x4d\x20\x24\xed\x48\x7d\x78\xe3\x9a\x7f\xc9\x83\x1a\x95\x1e\xa1\x4a\xca\x13\x15\x79\x85\x97\x87\xfc\x10\x3d\x8a\x5b\x1a\x43\x5e\xe4\xc3\x13\xed\x97\x2b\x31\xf4\x03\xc3\xc0\xab\x9e\x73\xd4\x53\x3f\x60\x25\x3e\x2f\x0c\xd4\xba\xf1\x33\xc4\xb7\x76\x6a\x43\x69\x63\x9b\x15\x1a\xa3\xa5\xe5\x3c\x19\x6d\xe3\xa5\x52\x2b\xd7\x18\x15\xf3\x93\x58\x6b\x25\x43\xb2\x45\x43\x61\x32\x06\x7d\xc1\x1c\x7e\x5e\xdb\x46\x18\x24\x09\xd4\x0a\x59\x38\xf4\x3c\xf9\x81\xa8\x2e\xdc\x77\x22\xaa\x20\xfe\xbe\xbb\x47\xde\xc9\xc2\x2d\x52\x58\x6c\x26\x92\x9b\x60\xb9\x49\x5c\x68\x3c\x70\xaa\x6b\x84\x59\x5a\x45\xa2\x0f\x89\xd1\xc6\x70\x64\x4f\xe4\x0b\x7a\xaa\xdc\xfe\xa3\x01\xf3\x28\xd9\x58\x34\xfa\x08\x4c\xcf\x0a\xe2\x50\x94\x37\x35\x1a\x9c\x29\x95\xd4\x34\x5a\xe3\x1d\xce\x3d\xc2\xbb\x72\x08\x1e\xb4\x74\x19\x90\x58\x6e\x2d\xe7\xd5\x3f\x24\xa2\x10\xbb\x34\x8a\xdd\xe2\x4e\x58\x9b\x43\xdb\xaa\x35\x32\xa9\x6e\x03\x8d\x91\x26\xca\x37\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x6f\x91\x8a\xaf\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x41\xcd\xc3\x73\x95\xfa\x18\xb7\x78\x20\x14\xdd\x5d\x02\x88\x87\xbf\xbf\x48\x82\xa8\x86\x3a\xc6\x8a\x82\xd6\x39\x97\xfa\x7f\xa0\x32\x8c\x44\x60\x1b\x79\x6c\x8a\x64\x38\x29\x8c\xcf\x73\x43\x3a\x78\x3f\x0f\x0e\x41\x0c\x35\x38\x04\x3f\x63\x35\x05\x07\xda\xc8\x89\xd5\xd4\x0f\x46\x2d\x7e\xde\x20\xa4\xf0\x5e\x86\x83\xa6\x52\x3e\x44\x23\x34\xf3\xe2\x45\xae\x84\x88\x0a\x5e\x2f\xcc\x83\x48\xdb\x67\xa1\xda\x10\xec\xa2\xcc\x94\xd1\xa8\x80\x11\xbe\x68\x30\xf1\xb4\x69\x26\x25\xb2\xda\xbc\x55\x99\xde\x46\x3a\xca\x36\x27\x5f\x50\x97\x13\x3b\x71\xf8\x03\x9c\xd2\xc2\x0e\x6d\xa6\x4c\x13\xd1\x8b\x7d\x0a\x7b\xb5\x95\x02\x45\x44\xac\x64\x30\xcd\x2d\x7d\x14\x36\x89\xf2\xb6\x28\x0f\x74\x73\x6b\x6b\xf1\x0d\xf7\x42\x0c\xe3\xbd\xc1\x14\x32\xaa\x6e\x19\x6d\x71\x2e\x4c\x06\x8c\xc0\xe6\xb9\x3d\xe9\x14\x15\x7b\xce\x8d\xe8\xa4\x5e\xc7\x43\x47\x21\xb2\xa6\xca\x09\xd1\x88\xc5\x36\xcb\xce\x3d\xf7\xa3\x7f\xc0\x1d\x61\xba\xd3\x1c\x98\xc6\x91\xf9\xff\xbc\x64\x3b\x8f\xc5\xcd\x3f\x90\xd1\xaa\xc9\x82\x8e\xf7\xf7\xa7\x78\xa3\x68\xcc\x42\x6c\x0b\x40\x83\xea\xc8\x77\xda\x96\xd0\x4d\x17\xc4\x46\xa4\xa6\x42\x8e\xd1\x8e\x24\x49\xa3\x40\x7e\xbf\xb9\x59\xbe\x23\x58\xba\x58\x9e\x33\x56\x5a\xd9\xce\xa2\x9d\x1c\xb7\xee\x46\xed\xcc\x71\xfb\x07\xec\x2f\xe1\xa6\x06\x20\xe5\x48\xc1\x68\x27\x76\x8f\x60\x50\xbb\x7e\x7c\x41\x5f\x00\x28\x15\x7b\x58\x35\x58\x94\x94\x9f\x2e\x1a\x2c\x48\xd3\x1e\x3d\xed\x22\xb3\x6f\xfe\x82\x87\xa1\x2e\x64\x0d\xfa\x9f\x62\x7f\xaa\x06\x13\x92\xea\xb0\x44\xa3\xdb\xe5\xf4\x16\xbd\x72\xbe\xf5\x06\x35\x44\x42\x21\xed\x66\xd8\x87\x06\x8e\xfa\x5f\xca\xc1\x16\xed\xa6\x3a\x47\xf7\xca\xc6\x60\x18\x8f\x13\x46\xa7\x61\x10\x01\x47\xcd\xf2\x33\xdf\xa2\x78\xed\x30\xa8\x40\xc1\xb0\x62\xff\xab\x76\xe7\xfa\xb9\x0b\xec\x15\xcb\x95\x1b\xeb\xb7\xf9\xb0\x44\x38\xcd\xf0\x61\x9a\x3a\x27\x5d\x44\xdb\x03\x5b\x86\xc5\x27\x75\x50\x96\x0a\xc4\x5e\x96\x85\x4f\xf2\x94\x88\x7e\xa8\xff\x69\xfe\x81\x0c\x60\x36\xcc\x64\x81\xda\xd1\xfd\x07\x9d\xa7\xe4\x69\xff\x61\x26\x25\x12\x3a\xaa\x7f\x29\x0b\x50\x74\x40\x25\xa5\xe0\x89\xce\xf8\x1a\xbb\x84\x75\x24\x86\x09\x2d\x4d\x87\xa9\x4b\xf9\x70\xa2\xff\x6e\x3c\xeb\xfd\x8d\xca\x3e\x31\x6d\x47\x1a\xc0\x62\x87\xaf\x8e\x68\x19\x65\x96\x89\x8e\xe8\x98\x9f\xca\xbf\x44\xdf\x18\x99\xa2\xeb\x75\xdf\xa8\x21\x9a\x6e\x02\xd7\xb9\xea\x2f\xde\xd5\xb4\x21\xb5\x6f\xa8\xf3\xa7\x73\xa8\x6f\x24\xd2\xcf\x0f\x6c\x02\x22\x9a\x09\x99\x37\x41\x84\xce\x72\xb6\xbe\x57\xf5\xc2\x6c\xb1\xcb\x3f\x30\xd8\x4e\xc3\x04\xbe\x9b\x9b\x40\x45\x47\xc0\x8d\x12\xbc\x47\x2f\x59\xc0\x5f\x83\x80\x0f\x67\xb1\x17\x5a\x2f\xac\x6d\xa2\x61\xbf\x80\xef\x7d\x41\xc3\x2a\x79\x3d\x30\xdd\x07\xf2\xe6\xfa\x05\x2e\x96\x56\xb7\xa0\x78\xa0\xe4\x7f\xaf\x3f\xb8\x70\xf9\x19\xa5\x25\x04\x5a\x3a\xd4\x5e\x96\x16\xfd\xc5\x7f\xc5\xe7\x43\xaf\xc9\x1d\x9a\x48\x78\x85\xda\xfa\xd2\xeb\xfc\xf7\x9f\xa6\x42\x0f\xd1\x6b\x0e\xc1\x3f\xc0\xe4\x28\x16\xef\x48\x47\x53\x3d\x8d\x95\x23\x30\x45\x14\x1d\xba\x6d\xf6\x96\x4b\xa5\x16\x1b\x45\x9c\x9b\x44\x61\x07\xe5\x65\x89\x0e\x5b\x5d\x78\x16\x5b\xce\xbb\xfa\x68\x14\x79\xc5\x2d\x2c\x7c\xa1\x51\xb5\x1d\xcf\x9a\x76\x58\xf3\xac\x6d\xee\x8d\x99\x54\xfd\x3f\xf6\xc8\xf6\x97\xbc\xa8\xd1\x5b\x4a\x4b\x4d\x01\xe2\x9e\x6d\x50\xef\x3d\x47\x2c\x7a\x3b\x3c\x29\xcc\x8a\x09\x4e\xab\x7f\x40\x6a\x55\xb3\x49\xe7\x88\xcd\xde\x9d\x17\x1e\x4d\x6a\xe7\x00\xb5\xac\x88\x0e\x0a\x73\x26\xa2\x83\x14\xbb\x1a\x1d\xd1\x41\x56\x54\xf7\x4e\xa5\xb0\x37\x14\xf2\xed\x14\xbb\xee\x75\xd4\x30\x53\x8a\xc1\xe8\x63\xe3\x0b\xfa\xe2\x45\xa7\x55\x01\xb6\xd1\x07\x57\x51\x6b\x32\x3a\xb4\x59\x22\x11\xe0\xd4\xb8\xb0\x8f\xc0\xfb\x9a\xa4\xc1\x35\xf4\xff\xa8\x18\x6f\x92\x11\x64\x1d\x9e\x12\x28\x09\x9d\x7a\x29\x3a\x42\x8b\xe2\x33\x02\x62\x25\xb1\x11\xbc\x6b\xad\xf6\xe8\x54\x22\x2a\x3f\x6f\xf4\xc8\x65\x51\x0b\x40\xaa\x36\xc0\x76\x58\x22\xe3\xf3\xdc\x79\xc2\xf8\x03\x70\x6e\x71\x17\xf1\xef\x3f\xb5\x78\xbb\x42\xed\x18\x9e\x43\xba\x37\x29\xdb\x69\x74\x66\x82\x54\x64\x49\x74\x58\x1f\x6d\xc0\xef\x74\xd7\x55\x6a\xd2\xe8\xb0\x36\x86\x79\x0d\xf9\xa6\x8b\xfd\x06\xfb\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\xe1\xc5\xc2\xd5\x5e\x7d\x1d\xc1\x46\x73\xab\xee\xe1\x86\x39\xc9\xcf\x0f\x9e\xd5\x41\x62\x65\x1d\xa3\x1d\x09\x7f\x6c\xd0\xea\xa8\xcf\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\x1b\x99\xa5\x12\x52\x2d\x86\x17\x62\xf1\x18\x35\xd1\xa8\xcf\x6b\xd5\x68\xdf\x73\xe9\x34\x4a\x84\x09\x85\xb9\x67\xe7\x59\xdf\xfd\x03\xce\x51\x4f\x34\x10\xaa\xca\xac\x45\xa7\x71\x72\x13\xfa\xeb\x48\x9c\x68\xef\xf9\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\x58\x39\x7d\x22\x1d\xec\x51\x24\x1e\xbc\x30\x08\x4e\x76\x38\xf7\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\x42\x20\x2f\x25\x32\x29\xfe\x54\x4b\x3c\xfa\xc1\x69\xd1\x5a\x1e\x40\xd9\x16\xd6\x67\x9e\x92\xfa\x00\x41\x42\xe1\xf3\xe8\xe4\x20\x34\xcf\x67\x4e\x9b\x46\x85\x58\xee\xee\x03\xeb\x24\x1c\xb5\x30\x3c\xe9\x02\xa8\x41\x01\x12\xc7\xe7\x7f\x06\xa4\x77\x77\x01\x9a\x85\x3d\xfb\x49\x9f\x51\x63\x03\x28\x17\xe7\xe6\x4d\x02\x83\x68\x7c\x9e\x2b\x5f\x10\x91\x2f\x66\x2e\xaa\xab\x16\xfd\x02\x60\x31\x8b\x5f\x34\x59\x7c\x5e\xa0\xe7\x98\x5b\xc4\x9e\xf9\x34\x88\xda\x5b\xe6\xf0\x2b\x07\xe1\x16\x79\xd7\xff\xbc\x01\x00\x23\x20\xd8\x6f\xce\xbc\xc0\x68\x07\x82\x5e\x1e\x04\x10\x74\xb4\x3f\xf9\xd2\xf5\x3b\x79\x4b\xb3\x4c\x4d\xe5\x66\x66\x83\x41\x56\x31\xf7\xd1\x59\x1d\x44\x55\xe3\xa3\x23\x4f\xe2\xdc\x3e\x4d\xf0\xe0\xb6\x30\x7b\x5e\xcc\x6f\xdf\xf3\xfe\x50\x5e\x9a\xe3\x91\x7d\xc7\x76\xe7\xfe\x50\x9a\x7d\x5e\xc0\xda\x7b\xcf\xc1\xaf\xcb\xa1\x06\x83\x7e\x5b\x4a\x4e\x1a\x03\xa1\x47\x0e\x04\x18\x3f\x6a\x40\x74\xfb\x19\xf4\xcd\xde\x3e\x5f\x90\x41\x87\x3f\xc9\x99\xe8\xfa\x81\x3e\xa8\x3a\xa8\x06\x5c\xaf\xed\xe6\x3c\x52\x79\x28\x32\x07\xe2\x93\xec\x93\x3e\x7e\x5c\xed\xe1\x4e\xc1\xb2\x62\x9f\xf1\x23\x87\x6a\x97\x8c\x84\xd0\x92\xca\x63\x4b\xba\xfd\x03\x21\x8c\x3b\xdd\x72\xf2\xd4\xeb\x46\xeb\xde\xf0\x1b\xc4\x1d\xee\x16\x51\x49\x76\x95\x1e\x85\xc0\xaa\xfa\x07\x08\x5e\x9d\x80\xa3\xf0\xaa\xef\x81\x20\xa4\xbc\x3a\x2c\x69\x14\x1c\xca\xe2\x81\x51\x48\xa6\x89\x48\x88\x5b\xfd\x06\x55\x71\x1e\x19\x3c\xca\xec\x64\x39\x2a\xf5\x3f\xa6\x82\x96\xd9\x4d\x2a\xec\x51\x49\xa6\x9f\x79\x99\xf7\xc0\x58\xa8\xb6\x7f\xde\xc0\x0a\x49\x2b\x39\x2a\xcf\x2c\xf7\xd1\x78\xaf\x96\xfc\x1f\x8d\xcc\xab\xa3\x78\x34\xec\x3f\xc9\xa9\x41\xeb\xeb\xf4\xd0\x61\x7d\x2d\xf6\xa8\x1d\xe9\x47\xee\x91\x11\xa7\x86\xbf\xa0\xce\xe1\xf3\x03\x35\x86\xa6\x33\x15\x99\xe6\x56\x00\xd1\xcf\xc0\x88\x2d\x3f\x2b\x04\xb7\x32\x1f\x22\xa3\x73\x09\x75\x4e\x8d\x3e\xe0\xc8\xe6\x17\x70\x88\x84\x1b\xc8\x05\x53\x17\x50\x53\xc6\xa7\x81\xdc\xf7\x9a\x99\x2c\x3e\xab\xcb\xfe\x18\xb9\x1e\x6a\x93\xd0\x2d\xfc\x05\x9a\x94\xfa\x67\x0c\xf2\x84\xb9\x86\x91\x4f\x5b\xf8\x07\xea\x56\xbc\x60\x50\x23\xda\xb3\x67\xa4\x1a\xd1\x33\x83\x9c\x39\xf6\xab\x19\x41\x11\xe8\xd5\x20\xf6\x12\xbc\x1b\xc4\x5a\x3a\xfb\x46\x20\xa9\xef\x72\x8f\xc8\xe4\xd5\xdc\x01\x07\xe1\xff\xe1\x1e\xe2\xb5\x0b\x24\x60\x97\x01\x61\x4c\x52\xac\xef\x27\x5d\xfe\xa5\x03\x19\x13\x36\x30\x8f\x00\x95\x42\xec\xb2\x30\x26\xb3\x79\xa8\x83\x44\x6e\xd5\x2f\xb0\x24\xa4\x46\x84\x1c\xdc\x0e\xad\x1b\x93\x23\x74\x03\xd8\x15\x1f\x02\x70\x06\xe9\xda\x31\x68\x0d\xf6\x8c\x21\xed\xa2\xb2\x5c\xc4\x58\xc9\x5b\x9a\x02\x38\x91\xc5\xfa\xd3\xb5\x68\x2c\x84\x4f\x99\x8d\x16\xa2\x0f\x3e\xbd\x51\xb5\xfc\x21\x87\xb6\x0c\x91\xbf\x78\x05\x11\xfe\x19\xf4\x69\x57\x15\xfa\x18\xa9\xdc\x94\xb2\x79\xec\x30\xc1\x84\xbf\xa0\x4f\xb9\x6e\x2d\x63\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\xed\xa8\x67\xed\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xa5\x45\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\x90\xca\x16\xe2\x71\xc1\x99\xd5\xec\x7e\x53\xe6\x7b\x47\xbf\x98\xab\xdb\x58\x3b\x6e\xc6\x2b\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x8b\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x50\x74\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\xba\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xf6\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\x2f\x1e\xd3\x2d\xd0\xb0\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\x72\x5f\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\x41\x7f\x41\x1c\xa3\x99\x82\x4b\x7f\xb1\xc3\x72\x54\xae\x87\x59\x04\x08\xcd\x46\xa6\x68\x5c\x1f\xe1\xf6\x48\xb8\xa5\x03\x3d\x58\xde\xf5\x4f\xe9\x51\x23\x50\x2a\xce\x06\xe2\x48\x28\xa6\xad\x1a\x2d\xa7\x45\xfd\xf5\x24\x40\x8b\xd7\xb9\xbb\x25\xd1\x02\x4a\x37\xdb\x98\x03\x4a\x37\x1b\x4f\xa3\xe7\xbe\xf1\x0f\x39\x68\xfd\x00\x25\xda\x90\x44\x8a\x51\xfe\xfd\x27\xa6\x99\x74\x54\xf8\xa6\x6b\x31\x07\x6f\x37\xe6\x40\x04\xe0\x59\x89\x16\x83\xc5\xc4\x44\x52\x3a\xe3\x99\x1d\xe0\x8c\x67\xa3\x76\x0c\x96\x98\x30\x4b\x0e\x0e\xc2\xcf\xbc\xec\x98\x19\x82\x62\xb5\xfb\x87\xc2\x61\xfa\x07\xf0\xa4\xae\x1d\xc1\xaa\x6a\x4e\xf8\x10\x41\x78\x2e\x11\x14\xcc\xc2\x63\xe7\xf1\x80\xcd\x77\x16\x37\xf9\xe0\x59\xc3\x80\x0d\x38\x9c\x5f\x21\xd2\xa9\x5e\x68\x22\x00\x7e\x6c\xb0\x0d\x80\x9f\xa9\x7b\x4a\x20\x01\x8e\x8d\xb1\xc1\x8a\x21\x36\xcd\x05\x1d\xdf\xec\x73\x1a\x8b\x56\x8d\xe5\x37\x28\x0f\xa4\xef\x8f\xc5\x3e\x34\x77\x8c\x31\x57\xf5\xd4\x08\x14\x6c\xb5\x39\x37\xa8\xa6\x2a\x9e\x19\xa8\xa5\x66\xf1\xb8\x76\xa4\xb6\xf0\xb0\x76\x2e\xa8\x99\x10\xb6\xd6\xe6\xdb\x53\xec\x59\x69\xd9\x4d\x20\x20\xf6\x43\xc4\x85\x9b\x8e\xff\xa7\x84\x18\x6e\x92\x5b\x41\xe7\x5c\x1c\x24\x5b\x5d\x1c\x44\x2c\x66\x9a\x03\x7c\x6a\x31\x75\x10\xba\x9a\xa8\x03\x87\xbf\xa0\x6c\x64\xbe\x1b\x73\xc0\x41\x9e\xd1\x02\xc3\x6f\xce\x36\xcb\x38\xb8\x75\x2c\xf0\x51\x4c\xdf\x06\xde\x38\x79\xd9\xb5\xc8\x41\xde\x69\xdb\x30\x23\x1d\xef\x2d\xce\x09\x69\x84\x79\xe2\xa2\x4a\xc6\xcb\x79\x51\x02\x08\x91\xc6\x95\xc3\xf2\x1b\xec\x43\xe3\x26\x86\xb1\x7a\x36\x50\x37\xd6\xda\xd9\x80\xe2\xc8\x37\xa5\x00\xa6\xb1\xaa\x34\xee\xe4\x6b\x11\x05\xb5\xd0\x67\xea\xa1\x16\x9a\x3e\x38\xef\x64\x18\x91\x70\xb3\xac\x9d\x3f\xa0\xec\xb6\xd8\x7c\x41\x4b\x75\x5a\x8a\x60\x06\x9c\xe1\xff\x77\xb6\xe8\x16\x4e\xfe\x60\x22\x99\xf8\xc0\xcf\x60\x7b\x9f\xa4\xd0\x1c\xd9\xf8\x10\x0f\xd5\x3a\x96\xb5\xac\x97\xef\xb0\xb4\x40\x1e\x67\x3b\x8d\x44\xba\xc1\x59\x18\x3f\x34\x07\x0b\xf2\x06\x2c\xab\xb3\x08\x5a\x05\x74\x49\xbe\x18\x4f\x54\xa2\xb5\x1b\xdc\x44\x89\xb5\x59\x36\xbf\x90\x13\x33\xf4\xc3\xe2\x1b\x9b\x7e\x60\x93\x7e\xbe\xf8\x42\xd1\x0f\xdc\x39\x42\xc9\x73\xe3\xc6\xf8\xdb\x99\x34\x51\x6f\xc3\xea\xb1\x89\x08\x7e\x6f\xdc\x09\xbb\xea\x26\x0b\xc8\xdc\x92\x40\x8d\x69\xe3\xa9\x2a\x58\x34\x0b\x36\xaa\x4e\xd9\x59\x60\x4c\x0e\x3f\x53\x54\xeb\xfc\x98\xa9\x22\xfa\xbc\x81\x8a\x2c\xa6\x09\x46\x4f\x5b\xb4\x27\x7d\xfd\x75\x17\x99\xf4\xd4\x57\x49\x8f\x98\x95\x8b\x2d\x89\x35\x51\x79\xd6\x0e\x8a\xb3\x22\x86\x5c\xa2\x7d\xa6\x76\x47\x77\xb4\x09\x3f\xfb\xe5\x18\xc4\x09\x70\x61\x1d\xdf\xac\x0f\x13\xc4\xfc\xf7\x0c\x55\x4d\xf8\x22\x3c\x53\x55\x23\xbc\x32\x1b\x8e\xc9\xee\x17\x82\x54\xfb\x85\xe4\x2f\xbf\x41\x28\xa7\xa3\x78\x36\xdc\x4e\x3f\x4d\xb2\x96\xa2\x24\xd4\xec\x74\x20\x94\x41\x6a\x26\x80\x10\x98\x9b\xc0\x03\xcb\xc1\x94\x13\x56\x38\x95\xec\x8b\xd9\x93\x9f\x34\x37\x83\xcb\x63\x96\x18\x08\xc5\x30\x99\x83\x2e\x28\xcb\x2f\x70\xf7\x6e\x7e\x03\xf9\xac\x86\x5f\x80\x8d\x40\x9b\x79\x42\x15\x13\xdf\x1f\x70\x68\x99\xa8\x40\x0d\x9f\xcf\x33\x20\xa9\xb4\x8e\x33\xe0\xc5\xe8\x89\x82\xde\xc4\xca\xba\x89\x0c\x33\xcb\xf9\x60\xe6\xa4\x9c\xd5\x7a\x23\x1f\x9e\x15\x86\x13\x6e\xef\xf6\x3e\x9e\x33\x87\xa4\x1e\x27\x7b\xd0\x90\x18\x1e\x67\x8e\xe2\x51\x2f\xcd\xe9\x9c\x54\x24\x78\x08\xef\xd9\x5f\x9b\xb7\x09\xb2\x0f\x97\xea\x67\x0a\x55\xc1\xd9\x09\x0b\x95\x6d\x3f\x73\x05\xb2\x2b\x8b\x22\xa6\x9f\x31\x90\x9b\x30\x58\x59\x79\x38\x17\x45\x47\xf1\x0f\x54\xde\x5a\x3e\x25\x56\x10\x42\x9d\x7b\x0a\x49\xad\x24\x4c\x58\xd6\xba\xcd\xc4\x0a\x66\xb8\x9d\x31\xac\xea\x63\x27\x53\x4b\xee\xce\x17\x2b\x14\x7b\x1b\xcd\x9d\x54\xfa\x99\x4c\xff\x79\x01\x61\x5a\xce\x69\x34\x91\xd3\xc6\x5a\xb8\x79\xe4\x79\xa5\x99\x38\x92\x6a\x4d\xfe\xc1\x5d\x60\x31\x8b\x2c\x01\x6b\x7c\x3e\xc1\xe6\x14\xfc\x98\xf0\xcc\xb2\x02\x65\xd2\x31\x4b\x85\x2b\x63\xa2\xf2\xaa\xef\xcc\x93\x8e\x5a\xf6\xc2\x9f\xc8\x1c\x60\xe5\xc5\x3c\x92\x01\xd4\x25\x55\x2e\x66\x39\xd4\xb0\xf0\x05\x77\x22\x8a\x4f\x05\x49\x62\x9e\xb4\xbf\x4f\x7f\x90\xfb\x4e\x44\x9f\x79\xf2\xfb\x0d\xcc\xad\x05\x2b\x72\xe5\xd8\x53\x63\xa6\x86\x45\x20\x6b\x9e\xc9\x11\x9a\x28\x24\x1b\x50\xe1\x8c\x98\x28\x5a\x6f\x05\xe7\x4c\x78\xe2\x8d\x72\x71\x66\xbd\x5a\xf0\x15\x9b\xf1\x27\x9f\xba\x79\xf1\x80\xd4\xd5\x60\x5e\xbc\xa4\x5b\x30\x13\xcc\x78\xa7\xa7\x1f\x99\x85\xcf\xc5\x79\x36\x53\xa7\x5d\x4a\xa8\x6d\xde\x34\xfa\xeb\x7a\x31\xa9\x42\xb1\x40\x43\x55\x7b\x5b\xa3\x67\xba\x79\x79\xa2\x6f\x2e\xbe\x1b\x80\xb3\x85\x40\xdb\x7c\x70\xc4\x29\x35\x6f\xcc\x87\x32\xd4\x13\xfd\x70\x56\xfc\x45\x8e\x53\x34\xa0\xc4\x6b\x53\xda\xbe\x98\x0c\x1d\xb4\x2f\xf8\x44\x8a\xa0\x69\xc9\x0e\x9f\xf8\xe9\x8b\xda\x7c\x72\x26\xfe\x1b\xc7\x62\x09\x30\x3b\x7e\xad\x54\x91\x34\x3d\x27\x15\x53\x3f\x60\x66\x74\x25\x5a\xb4\x3a\x8d\x4f\x0b\xb4\xc3\xab\x0b\x64\x39\x9e\x45\xe7\xe2\x42\x9a\x3c\xe3\x89\x45\xbc\xa1\x0b\xcd\x42\x86\x20\x4b\xfa\xb5\xe5\x5c\x2f\xfd\xc0\x9d\x57\xfd\xc5\xc9\x51\xb8\x49\x9c\x58\x76\xab\x5e\xcc\x61\xe0\x70\xe9\x55\x7e\x7c\x43\x6d\xd0\xe8\xe4\x58\xd0\x55\x28\xff\x45\x06\x4d\x4a\x76\xe7\x5d\x05\x7c\x27\x4d\xc0\x42\xb9\x06\x83\xc3\x05\xa7\x29\xc3\xcb\x05\x2f\xf9\x62\x77\xdf\x55\x78\xc6\x09\x38\xad\x17\xa4\x4c\xab\x59\x16\xc3\x07\x97\xbf\xa0\x9f\xbc\x5d\xbb\x16\xa2\x03\xcb\xf6\xf3\x0f\x98\x2c\x1d\x73\xab\x26\x8f\x88\xaa\x8a\xf0\x52\xa1\xb7\x85\xe0\xc0\xa6\x84\xbc\xb1\x2a\x73\xdb\x68\x98\x35\xa7\x4e\x2d\x34\xa0\x39\x49\xce\xd5\xb6\x7f\xff\x09\xfb\xde\x2f\xa4\x3d\x58\x8e\xfa\x5e\xc4\x3d\xf6\x41\x5e\xd0\x99\x34\xa5\xdb\x8d\x05\xdf\xfa\xf8\x7d\xfa\x88\xb7\x4d\x49\xc2\x05\x57\x2a\x23\xf3\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\x37\x52\xb1\x9b\xf3\x42\xba\xe4\x62\xaf\xe6\xd5\x5f\x39\x66\x6d\xf5\xea\x1b\x5f\xd0\x38\x3a\x0e\x36\x89\x91\xc5\xc2\xb4\x0e\x56\x5f\x70\xcd\x37\x42\x5c\x88\x5a\xb4\xbd\x75\x75\x6e\x15\x3f\x4f\x12\xa9\xc5\xa2\xa6\x66\x99\x84\x0b\x41\x8c\x1a\x35\x80\x97\x4d\x33\x0b\x9e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xaf\x93\x43\x35\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x64\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\x51\x9f\x5e\xa0\x33\x52\xd1\xad\x6b\xc1\x97\xc8\xea\xca\x05\xdf\xa1\xb0\x6b\xdf\x0a\x0e\x5a\x2b\xc5\x5a\xf6\x76\xc2\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\x12\xca\xc5\x72\xf8\xcd\xff\xa3\xe2\xbe\x8e\xa8\x05\x13\x96\x7d\x39\xd6\x24\x49\x7f\xa9\xf1\x1a\x8b\x69\x8f\x97\xe9\x45\xe2\x25\x17\xf8\x8f\x05\xe0\xa7\x92\xef\xb1\x26\x92\x47\x9b\x4f\x5e\xe0\x57\x6d\x82\x5a\x8b\x9c\x67\x39\x80\xf0\xc7\x4f\x3a\xc4\xb5\x80\xaf\x2d\x32\x57\x0a\x2b\x2d\x0b\x94\x40\x6d\x79\x8a\xe8\xd5\xbf\x4c\x14\xed\x5e\x96\x46\x2b\xa9\x16\x73\xc0\x57\xc9\xe7\xfc\xa2\x15\xab\x48\x95\xb1\xe8\x70\xef\x16\xe0\x6f\xef\x43\x74\x11\xd7\xd9\xd3\x79\xed\xbc\x18\x0a\x9f\x2e\x02\x3b\x0b\xf2\x9d\xdc\x55\xfc\xc2\x8b\x90\x7c\x48\xae\x9d\x9b\xd6\x5b\xee\x05\x76\xe1\xbc\x44\xeb\x40\xce\x73\x6f\x39\x78\x37\xf9\x88\x5c\x07\xc1\x68\xf3\x0f\x39\x2f\x9a\xeb\x23\x97\x53\xc3\x62\xc1\x7c\x29\x4f\x16\x54\x3c\x2a\xe8\x1f\x0b\xe5\xf2\x8b\x60\xfd\x42\x25\x0a\x55\xa2\x8b\x45\x10\x27\x75\xeb\x3a\xb9\x43\x74\x23\x5b\x74\x56\x72\xbe\x88\x75\x72\x5b\x9a\x1f\x59\x8b\xec\x23\xa4\x91\x22\xca\x21\xb8\x8b\x85\x26\x9c\x49\x76\xc1\x52\xe6\x84\x11\xeb\xcc\x89\xd3\xc4\x40\x8b\xf4\xa1\xf2\xa2\x67\xbc\x46\x71\xe5\xc9\xe2\x1f\x3a\xba\x54\x8b\x74\xe8\x2f\xd2\x19\x2d\x96\xcd\x77\x97\x57\xd2\xe4\x17\x78\xde\x7d\x9a\xe4\x79\xe7\xe5\xbe\xe8\xa2\xa7\x17\x68\x1a\xb3\xbb\xf4\x82\x69\x6c\x59\x24\xa3\x7a\x58\xb1\x33\xf4\xba\xb9\xde\x6e\xa1\x21\xff\x8d\x66\xf2\xe6\xf9\xa8\xeb\xcb\x42\xf0\xa4\x2d\x00\x0b\x40\xef\x73\xfa\xc1\x21\xc9\xb1\x6e\x0b\x6a\xa7\x35\x3e\x0d\x1c\x1c\x84\x49\x38\xd1\x82\x5b\xe4\xe5\xc4\x5f\xa0\x92\x6b\xb3\x44\x7c\xb8\xdd\x75\x71\x58\xd4\x22\xa9\x5a\x57\x2c\x00\x3b\xdb\xeb\x16\xdd\xf3\x37\x1d\x77\x3b\x60\x9b\x6f\xec\x3b\x53\x40\x38\xbf\xc7\x0e\x07\xa4\xe6\x34\xbb\x3b\xf4\x4c\xd5\x00\x75\x47\x29\xd7\x62\x5f\xf6\x1d\xb6\x2d\x8b\xb5\x1d\x7a\xa7\xe6\xc4\xbc\x3b\x13\x24\x17\xdd\x90\x77\xd4\x7a\x35\xce\xde\x13\x0a\x6a\x1c\x3b\x1c\x90\x2c\x94\x76\x40\x43\x87\x01\xee\x2c\xf5\xea\xb4\xbc\xfb\xd6\x50\xca\xc9\xcf\x94\x73\xba\x74\xed\x5b\x20\xa5\xb2\x9f\x91\xb1\x41\x9b\x73\x4f\x68\xd8\xfd\x03\xea\xef\x4c\x3f\xe3\x3a\xe3\x3c\xbf\x3b\xbc\x93\xbc\x93\xf6\xc2\xb3\x44\x63\x28\xb9\x5a\x22\xba\xe4\xc4\x69\x5e\x0a\x0f\x30\x49\x84\x9d\xbe\x46\xce\xe2\xbb\xc3\xd8\x55\xab\x9f\xb9\x3b\x05\x89\x77\x96\xaf\xb0\x2f\xea\x8e\xf2\x15\xef\xf2\xfd\xe1\x44\xda\xe1\xba\x54\x24\x1d\xf6\x0a\x9e\xf6\x10\x2b\x71\x47\x77\xeb\x5c\x5a\xb1\xe8\x5e\x93\xcb\xc5\x0c\xf0\x5c\xfa\xac\x3d\x0c\x67\x75\xb8\x0b\x2a\x0e\xfc\x3f\x04\xb7\x17\x92\xba\x30\x6d\xdc\x1d\x66\x34\x5b\x20\x77\xb8\x35\x39\xcb\xc5\x8e\xaa\x5f\x9f\x19\x6b\x29\x23\x35\xeb\x09\x19\xcd\xe1\x8d\x26\x25\x51\x94\xba\x33\x29\xd3\x76\xea\xce\xec\xa3\xbc\xc3\xfb\xfe\xdb\xc2\xc9\x26\xdd\x04\xbc\xcf\xc3\x7d\x22\x43\xb0\xf4\x10\x7b\xea\xd6\x44\x34\x1c\xe8\xed\x81\xbc\x77\x0a\x1b\xe1\xbb\xbd\x53\x66\xea\x2e\xb4\x77\xae\x8c\xa6\xa1\xf3\x84\xec\x6e\x92\x7a\x4b\x89\xc4\xbd\x27\x2f\x89\x88\x4e\x85\x8c\x10\xfe\x3e\x30\xb5\xd5\x1b\x77\xd0\x1d\x5c\x9d\x8e\x24\x4b\x4d\x24\x0c\x94\x1a\x68\x1f\x9c\x19\x0d\x24\xb5\x75\x42\x30\x3b\x03\x30\xbd\xab\x46\x52\xa5\x3e\xe0\x17\xe5\xb4\xb0\x7b\xb0\xb2\x88\x5a\x0c\x6e\x64\x6f\x54\xa4\x88\x76\x7c\xe6\x1e\x3c\x97\x3f\x2d\x90\x26\x4d\x04\xad\x75\xe1\x06\x20\x5b\xbc\x85\x12\x24\x7a\x35\x5e\x90\xe8\x7a\x2e\xb1\xcf\xdc\x63\xea\x61\x22\x29\xbf\x90\xeb\x3e\x79\x50\x9b\x26\x94\xcc\x70\xa4\xd6\x8e\x8a\x19\x9b\x0c\x0a\x3b\x72\x76\x86\xf3\xe9\xee\xf0\x84\x5a\xc3\x44\xc3\xf5\xc9\x39\x5e\xf7\xd4\x19\x9a\xa5\x26\x65\x87\x89\x58\xbc\x2d\x0b\xf3\xef\x09\x0e\xcd\x75\x28\x4b\xeb\x30\xe4\x1d\x60\x31\x96\x5b\xe0\xd6\xf1\xcc\x20\xad\xa7\x53\xba\xee\x70\x97\x72\xfe\xd5\x7d\x81\x29\x75\xf1\xdd\x17\x89\xd6\x34\xac\x9c\x59\x8d\x8a\xd5\x30\x74\x3c\xed\x8c\xee\xfc\xac\x15\x83\x37\x3f\x8b\xb3\x63\x31\xbd\x36\x3b\x73\x97\x6a\x4c\x4c\xd2\xe5\x50\xad\x1d\x49\xb9\x1c\xc4\xbe\x23\x27\x97\x81\xe1\x0e\xd3\x9f\x93\x80\xee\x47\xf6\xa8\x99\x46\xa4\xe5\x1a\x9f\x1f\x38\x6a\xd1\xc8\xc8\x4b\xa7\x24\xdf\xa1\xdf\xf3\xfd\x7f\xa7\x83\xd4\xf8\xfc\x40\x6d\x4a\xb8\x49\x1c\x1d\x02\x76\xfb\x49\x22\xfc\xdc\xf0\xbf\xde\x87\x3a\x4f\x95\x0c\x63\x3f\x09\xda\x3d\xd3\xb0\x0d\x3a\x40\x78\x3f\x99\x36\x5d\x17\xb8\xfd\xe4\xfd\xec\xd3\xc4\x8e\x2f\xfc\x02\xd4\xea\xde\xa8\xcc\xe2\x65\x97\xaa\x1d\xd6\x45\x27\x8c\xdc\xcf\xc4\x64\x6e\x81\x83\xd2\x4a\x5c\xb0\xd5\xcc\x3f\xdd\x8d\xf6\x17\x55\x36\x07\xd8\xed\x28\x4e\xb6\x3e\xcf\x9c\x01\x2d\x1b\x55\x75\x8e\x2d\xd8\x2f\x1c\xd7\x5e\x77\xe4\xd9\x76\xae\x99\xfd\x45\x8c\x61\xcf\xba\xfd\x26\xb6\x12\xb5\x37\x2b\xaf\xaa\xbd\x17\xff\x55\x9b\x1d\x76\x14\x93\x75\xa6\xfa\xfd\x46\xc6\x86\xe9\xff\x79\x54\x4a\x3f\xba\xdf\x39\xe3\xa2\x00\x9a\xbf\xcf\xc9\x78\xf3\x5e\xe5\x67\x62\x35\x81\xf9\xfd\xe6\x10\xdc\x05\x8a\x6f\x98\x75\xe1\xbf\xee\xac\x7a\x7b\xc2\x43\x73\xc1\xc3\x3b\x8c\xa1\xdb\x43\x87\x2f\xf5\xf0\x20\x38\xce\x47\xe1\x43\x0c\xab\x49\x40\x2a\xf1\x0f\xdf\x3e\x39\xeb\x6e\x30\x21\xab\x68\x64\x32\x0d\x67\xf3\xda\x11\x0f\xea\x14\x4e\xc7\x0b\x38\xbb\xf3\xf8\x1d\xf0\xa4\x72\x97\xc7\x0f\xf3\x3c\xfc\x4c\xdd\xa5\x84\xce\xf1\x23\x6b\xeb\x40\x38\x90\xa3\xcc\xb9\x32\x0e\x78\xb7\x5b\x7c\x1f\x28\xb6\xe1\xbc\x7e\xc7\x46\x45\xa5\x28\x40\xc6\xb2\x70\xec\xcd\x01\xb3\x65\xb3\xd0\x39\x90\x91\xcc\xba\x8d\x03\x5e\x50\xe6\xb5\x63\x23\x2a\xd3\xde\x38\x98\x69\x5c\x8a\xad\x83\x56\x49\x47\x4f\x1c\xe5\x3d\x59\x9d\x41\xf6\x28\x4c\x32\xea\xe7\x1c\xb5\x3f\x80\x68\x1d\x7e\x4e\xee\x72\x17\x3c\x20\xa4\x5e\x3d\x0a\xaf\xc8\x92\x11\x07\x8b\xc0\x7a\xdc\x25\xd7\x4e\x3f\x54\x5e\xa2\xb4\xe9\x8e\xd4\x22\x56\xbf\x81\x5d\xa9\xd3\xfd\xa8\xd4\xcf\xc9\x48\x7d\x54\x6c\x53\x9d\x41\x47\xe5\x6a\xba\x01\xa4\xa1\xd2\x2e\x3a\x6a\xde\x89\xdc\x25\xe1\xa1\x94\xd9\x07\xfd\xda\x8b\x36\xda\x01\xd3\xa7\xef\x59\x07\xe0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf7\xb9\x01\x54\x0d\xd0\xce\x3f\xe0\xb3\xee\x58\x98\x03\xb9\xd0\x9d\xcb\xe9\x40\xec\xa4\x73\x8e\x1d\x74\x61\xb7\x34\x3e\x1a\xd2\x3e\x4a\x74\x1c\x1d\xfb\x52\x77\x91\x03\xfa\xc1\x4f\x03\x70\x79\xb7\x37\xda\xc1\x4c\xaa\x9b\x39\x16\xd1\x92\x76\x79\x3b\xe8\x13\x5f\x3e\x3f\xc0\x88\xed\x69\xef\x20\x51\xfb\xfa\x60\xde\x73\x1f\x20\xc7\xa0\x24\x90\xc2\xf0\x18\x9c\x45\x4d\x42\x06\x2f\x2e\x7f\x81\x13\xc5\xeb\x30\x88\xfc\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x84\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0d\xd8\xee\x7d\xd0\xf1\xca\xc7\xd8\x11\x2c\xf5\xec\x7d\x12\x94\x16\x9a\x88\xc8\x48\x6d\x2d\x1e\x73\xa7\x3a\x00\xf9\x08\x9e\xd6\x7f\x4b\x0e\x74\x40\xc5\xe8\xb0\xd2\x83\xb9\x51\x7d\x8e\x1e\x33\x39\x5e\x24\x4e\x86\x27\xf8\x85\xc0\x7d\xc7\xcf\xdc\xa8\x66\x79\xf8\x71\xd9\x4b\xfc\x98\x58\x3b\xb3\xe3\x24\x68\x92\xd8\x3f\x90\x8d\xdd\xfe\xd8\x47\x02\x3d\xd9\x7f\x8e\xc5\x6d\xda\xfc\x03\x64\xac\xd7\x12\xe9\xda\xab\x19\x72\xa1\x5e\xa9\x25\x28\xca\x91\x94\x4d\x27\xc9\xc1\x14\x68\x1e\x35\x81\xdd\xe7\x19\xa8\x4c\x6a\xd4\x03\xd6\x61\x47\x06\x1c\xcc\xe6\x6e\x7d\xf2\xb1\xc8\x1b\x5a\xb7\xc5\x41\xbb\x01\x38\x23\x7c\x1a\xc0\x98\xbd\x67\x77\x42\x70\x8b\xe4\x3d\xb3\x1b\xe9\x99\x57\x15\x9f\x2b\x48\x9f\xf6\x91\x02\x3b\x55\x0c\x96\xa8\x3b\x13\xed\x8b\x04\x38\x89\x35\x03\x9c\xe3\xc8\x3e\xd5\x24\xf3\xc5\x9b\xc1\x69\x09\x76\xcc\xd3\x01\x57\x7a\x67\x3b\x39\x0e\xee\xdb\xe5\x16\x38\xd1\x3e\xab\x0e\x54\xe9\xb1\x30\x3b\x88\xba\x3e\x4d\x50\x15\xe6\xb5\x82\xd2\xd0\x47\xf8\x71\xe2\xbe\xef\x99\x3e\x49\x94\xee\x22\xc7\xc9\xd0\x6b\x8d\x9b\xe9\xd5\x9c\xf6\xfe\x78\xc1\xe4\xf8\x7d\x9e\x03\x13\x23\x12\x4e\x5e\x87\xcd\xd2\xc0\x92\x1f\xf9\xc6\x32\x2a\x2e\x6a\x70\x9c\x64\x71\x7f\x80\xd5\x5f\x26\x81\x1c\xad\x69\x81\x0a\x71\x56\xe9\x21\x0e\xaa\x0c\x9d\x0a\xff\xb8\x28\xd4\x7d\x80\x5e\x29\x8e\xdc\x46\x12\xa1\x89\x48\x84\x68\xd1\x70\x61\xc1\x4d\x05\x75\x86\xe6\x49\x78\xcb\xdb\xda\x78\xbc\x08\x70\xd8\x09\xe7\xb8\x39\x4f\xa2\xe9\xa6\x8f\x84\x59\xec\x45\x7c\xc3\x2e\x9c\xc7\x9d\x24\xb9\xc7\x0b\xd6\x04\xf5\x00\x3f\xb2\x59\xa5\xec\x38\x1e\x6a\xe3\x7c\xb4\x3c\xf5\x6d\x52\x7a\xb0\xe3\x01\x0d\x96\x36\x4f\xe0\x59\x5d\x3e\xa4\xc9\xfb\xe2\x21\xdb\x5b\x6c\x27\x40\x93\x54\x3e\x7f\x3f\x50\x3d\xf5\xbc\x51\x2a\x6f\xfa\x81\x1c\x15\xfe\xa1\x92\xec\xa5\x1f\x28\x14\x75\xc2\x9d\xb4\xfd\xfa\x44\x3b\x7f\xa0\xf3\xf3\x05\xbd\x0b\x24\xe9\xcf\x1f\x95\xe9\xcd\x6f\x10\x0d\x87\xdf\xb8\x30\x54\x3f\xe3\x52\x65\xed\xc5\xf9\xe3\x06\xd6\xa9\x78\xbe\x40\x6f\xd8\x01\xf6\x7c\x81\x5e\x73\x42\xbd\x73\xe3\xe4\xfa\xb9\xe1\x7d\xf5\xb0\x71\x72\xfd\x3d\x45\xb9\x76\xeb\xb9\x91\xc5\x74\xa9\x38\x59\x56\x4d\x1c\x71\xbe\xc0\x70\x58\x35\x7e\x12\x17\xae\xfe\xa7\x80\xa3\x33\x33\xb8\x69\x56\x0b\xe9\x55\x6f\x85\x32\x4f\x87\xf8\x59\x78\x2d\xec\xfe\x82\x23\xf0\x0b\xc9\x1e\x1a\xc1\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x44\x57\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x53\x5f\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\xed\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\xb0\x5f\xf1\x33\x97\x57\x78\xe9\xec\xd8\xfc\x9e\x58\x26\xdc\xaf\x66\xd0\x3e\xd1\x82\x26\xba\x53\x48\x76\xd3\x40\xcc\xa6\x73\xf7\xec\xb9\x89\xfc\x03\xa8\xf6\x1e\x19\x94\x0e\x9a\x38\xe4\xcf\x9f\x2e\x8f\x70\xd2\xa3\xcf\x58\xe1\x1c\x18\x86\xc5\xc7\x80\x18\xd5\x85\xf0\x1c\x14\xe5\xdd\x4d\x2e\x36\x29\x2a\x07\x66\x56\x17\x97\x73\xf0\xa2\xf2\xf9\x81\x08\x5c\x87\xfd\x49\x17\xbf\x6a\x46\x8f\xdc\x68\x9a\x0a\x26\x69\x73\xf0\xd5\xf9\x42\xcb\x6a\x67\xb4\x33\x48\xa6\x86\x91\xd6\xe7\xcf\x0f\x90\x50\x76\xdc\x39\x83\x7b\x63\xba\x53\xea\x7d\xcc\xd7\x41\x3e\xd5\x61\x7d\xd2\xbc\xec\x81\xcc\xc2\x3c\xe4\x5a\xd2\x09\xbe\x14\xcc\x39\x67\xb2\xa1\x46\xca\xda\xba\xce\xe9\x7a\x4e\x94\x1f\xf8\xbc\x80\x20\x33\x8f\x6b\xa2\x64\xc2\xa7\x87\x04\xdd\x7a\x61\x61\x85\x85\x8b\xce\x85\xb8\x61\x01\x8e\x33\xe3\x08\x3e\x2f\x74\xd4\x1e\x11\x8b\x00\x2c\x3a\x4a\xfb\x5c\xb8\x6f\x99\x02\x54\xaa\x73\xa2\x95\x73\xf1\x04\x32\x57\x42\x2b\x68\xc0\x7b\xee\x74\x2d\x12\xf0\x3a\x77\x08\x72\x0b\xc2\xbd\xe0\x59\x3d\xee\x64\x39\xbf\x8f\x82\xd7\xc2\x23\xe7\x4e\x38\x61\xb1\xb6\x33\x87\x83\xb8\x63\xc7\xc6\xf1\x99\xb8\x43\x0c\x36\xbf\x0f\x01\x64\xb9\xbe\xdf\xf8\x5f\x53\x72\xf0\xe6\xec\x06\x0f\x52\xac\x21\x1d\xa4\x58\xab\x76\x60\x9d\x7d\xfc\x1d\x80\x0e\x42\x33\xe7\x41\xb3\x8a\x37\xc9\xc1\xa3\x46\xd7\x86\x93\x79\x77\xad\xf6\x38\x0f\xd0\xe8\x03\x14\xa9\x31\x3e\xcc\xc8\x6c\x6f\xd6\xac\x9c\x27\x16\xbe\xff\xc9\x99\xee\x3c\x31\x00\x9f\x2c\x27\x21\x9b\xc5\xdb\x89\xfd\xd3\xdd\x7a\x32\xaa\x86\x04\x94\xb8\x3e\x1f\x5c\x6c\xc1\x2f\xc0\xfd\xcb\x73\x96\x96\x68\x33\xce\x45\x1a\x34\xa2\x74\x0f\xf4\x26\x67\x5a\x8c\x4d\x57\xa5\xf3\xa2\x9e\xdd\x0b\xf7\x02\xcb\xfa\x99\xc5\xc4\x95\xc3\x6d\x82\x13\x2c\x26\x12\x67\xfa\xa8\xb9\xb8\x32\x9e\xf7\x0b\xd2\xca\x1b\xf2\xe2\xb5\xd7\xa7\xd7\x75\x63\x87\x9a\x06\xd8\xae\x85\x7e\x4f\x96\xfc\x35\x36\xba\x39\x4c\x7d\x4f\x17\x43\x1b\x01\x4f\x04\x3c\xf8\xf2\x74\xa6\xa6\xd1\x62\xe6\x26\x98\x92\xb6\xe8\xbc\x21\xd5\xbd\x16\x0f\xbb\x50\x97\x0f\x36\x90\xc7\xf4\xf0\x38\xb4\xd0\x26\xee\x34\xef\xd0\xf0\xec\x03\xf6\x01\x8e\x90\x62\xe8\xcc\x68\x06\x77\x40\xad\xfc\x7f\x04\x5c\x69\x86\x6e\x7a\x06\x41\xc3\xcf\x84\x98\xd5\x3f\xa0\xe2\x98\x16\xf2\x42\x89\x42\x63\xb7\xeb\x47\x02\xab\x9e\x49\x50\xe8\x19\x45\x05\xc4\x7d\xd7\x0f\xc1\xef\x9b\xdb\x4f\x66\xd3\x0f\x1b\x9c\x55\x35\xa7\x17\x23\x21\x36\x5d\x6a\x2e\x16\x3a\x70\xf8\xee\xb5\x51\x89\x2f\x9c\x7c\x6d\x2c\x26\xef\x26\xb0\x45\x86\x3f\xa0\x70\x5f\xfe\x21\xe0\x40\xe7\x0f\xa0\xea\xdc\xdc\x20\x7d\xd7\x34\x8b\x88\xdf\xb4\x55\xfc\x82\x9e\xd2\x21\x63\xd7\x06\xd6\x1c\x26\x99\xac\xa9\xc3\xe0\xda\x78\xfc\x4b\xb6\x5f\x70\x6e\x74\x7a\x8c\x0b\x15\x12\x9d\x10\xf0\x42\x0e\x61\xe7\x54\xb9\x4a\x8e\x59\x24\x97\x1c\x93\x5b\x24\xe4\x10\xbb\x5f\x34\x7a\x8b\x35\xae\x17\x62\xd6\x0f\x91\xe9\xec\xb8\xfc\x02\x84\xad\xce\x9b\xeb\x85\xa0\xcd\x90\xe4\x82\xda\xd2\x9e\x1d\x57\xe5\x05\x46\xc7\xc3\x55\xc1\x5c\x5e\x97\xcc\x21\x27\x8a\x2a\xd6\xc5\x63\x80\x92\xd2\xd5\x78\x2f\xd6\x73\x9a\x7e\xe6\x9d\xca\xb3\x54\xb1\xbd\x3c\xad\xcc\x08\xe7\x50\x8a\x8b\x05\x9e\xac\x6c\xb8\x10\x0c\x5a\xb5\xc7\x2f\xd6\x77\xfa\xf9\xb9\x61\x1d\xdc\x00\x59\x47\x24\x37\xb0\xfb\xa7\x3d\x42\x41\x9d\x60\x57\x43\xf9\x65\xc9\xce\xab\xe1\x44\xd3\x9d\xfd\x82\x09\xdb\x21\x8d\x17\x4b\x2d\x8c\x4f\x8f\x9c\x75\xcd\x32\xe1\xac\x7c\x6d\x2f\xe6\x80\xd3\x01\x75\xd1\x09\xd2\xa1\x81\x57\x4f\xd6\xd0\xc2\x76\x3a\x92\x08\x52\x5f\xc4\xb3\x31\xfe\x72\x00\x5d\xcc\x18\xe7\xc8\xc2\x2b\xc1\xad\x2e\x5f\x57\x27\x42\x6f\x26\x09\x63\x9e\x26\x80\xce\xbe\xcd\x4d\xe4\x7e\xf0\x17\x00\x6c\xc2\xf8\xd7\x8b\x76\xab\x8d\xd5\x17\x12\x16\x3b\x98\xe8\x1a\x38\xc6\x3d\x22\x1a\xcc\x1d\xed\x78\xb1\x98\x84\xa7\x7d\xe4\x28\xb4\x4e\x03\xe7\x4d\xf8\x85\x1c\x84\x56\x7a\x60\x1d\xcc\x7c\x91\xbc\xa5\x2f\x02\xa5\xfa\xbd\xd2\x41\x6e\x57\x03\x01\x1a\xbd\x0c\x99\xd3\x4d\xac\x13\x03\x0a\x25\x4d\x63\x50\xb4\x5b\x36\x53\x83\x3a\xfd\x4c\x77\xad\x4f\x0f\xdc\xd1\x3f\x77\x01\x28\x22\x60\x7c\x51\x8b\xea\x32\x9b\xd7\x4c\x66\x51\xa7\x93\xf0\xdc\xf2\x7b\xf2\x16\xe9\x2d\x34\x69\x96\xf5\x11\xc1\xe4\x21\xd6\x53\x5d\x4c\x8a\x5c\xbb\xdb\x00\xa8\x32\xe1\x33\x79\x5c\x74\x4e\xf2\xb4\xa8\x58\x8c\xf5\xb0\x84\x5e\x5c\x5f\xb5\x48\x45\xa9\x23\x07\x2f\xe6\x44\xb6\x77\xdc\xb5\xf2\x32\xa3\xe7\x57\x76\x38\x82\xf6\x5a\xe4\x49\xcd\x1d\x9c\x29\x9d\x1a\xe3\x62\x5c\xcd\x47\x32\x24\x5a\xb6\x90\x7f\xd1\xf2\xb0\xfb\xf9\xb5\xc3\xf5\xdb\x07\x17\xc1\xb1\x05\xf0\x8e\x31\x98\x3f\x76\x7a\x4c\x5b\x54\xec\x39\x06\x7f\x41\x1e\x14\x5c\xb8\x08\x87\x7d\xf4\x21\xac\xe6\x23\xde\x10\x55\xe3\x2b\xe0\x45\x78\x6c\x01\xba\x63\x9e\x7d\x04\xbc\x70\x79\xd8\x1f\xfe\x42\xf8\xad\x15\x2d\x17\x32\xcf\x39\x5f\xc3\x95\x11\x36\x16\x7f\x07\x52\x42\x98\xc0\x03\xe2\x71\xb9\x41\x42\x26\x01\x9c\xeb\x80\xb5\xd6\xa7\xf9\x31\x41\x81\x7b\xa0\x3e\xca\x1b\xf5\x00\x7e\x98\x7e\x7e\x79\xdc\x36\x9f\x8b\x68\xdb\xb3\x0e\x13\xbf\x8d\x21\x17\x7c\x3d\x0d\xf2\xae\x93\xdb\x56\x10\xeb\x62\x1d\x2e\x5f\x01\xae\x13\x4a\x10\x93\x08\xbc\x1c\x96\x66\x30\xd0\x37\x33\x06\xe3\x6d\x6c\x6f\xb9\x4e\xe2\x4a\x91\xcc\x32\x5b\x4e\x65\x7f\x5d\x90\x66\x9e\x25\xc4\xdb\x34\x29\x1c\xae\x17\x2d\x0f\x9b\xd4\x2f\x96\xb0\xf0\xb2\x5f\x64\x14\x9f\x7b\x17\x67\x51\x24\xb3\xb6\xa7\xfd\x97\x2f\xd4\xf6\x74\x3a\xc8\x8b\x58\xf9\x43\xe2\x85\x06\x34\x07\x2f\x54\x1e\x76\xbd\xbf\x5e\x68\x5c\x3f\x73\x72\x6f\xf8\x5f\xdf\xd3\xab\xd3\x61\x8f\x17\x32\xa0\xd4\xea\x1e\xef\x86\x2f\xfc\x02\xc5\x88\xc1\x40\xa2\xeb\x51\xff\x74\x0a\x21\x9a\xc7\x6e\xc7\x17\x62\x8d\x9d\xfa\xfd\x62\x74\x8f\xdd\x06\xae\x84\xe2\x16\x21\x28\x1c\xf6\x59\x25\xc4\x1e\x97\x22\xd5\xc5\xc5\xf8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\xd1\x06\xd7\x03\x1f\x75\x63\x38\x66\xa9\xb3\xb5\xe6\x7a\x92\x28\x7f\x71\xa0\x85\xff\xbe\xb8\x51\xe0\xa2\xd8\x0f\xe0\x86\x0e\xd8\x49\x73\x6f\xa0\xef\xa2\xfd\x77\xff\xc0\x29\xda\xa0\xf7\x8f\x3e\x58\x22\xfa\xfe\x2d\xbc\xe0\x06\x76\x3c\x6f\x7a\x06\x05\xa2\xe8\xde\x72\x7b\xe8\x83\x74\xf0\x9c\xfe\x01\xa3\x36\x89\x1b\xdd\xfa\xa6\x9b\x48\xee\xf4\x0f\x07\xf4\x14\x6e\xe1\xe4\x28\x97\x7e\xa0\xac\x1d\xfe\x01\xa6\xb7\xe5\x3e\x20\x6a\xb5\x98\x77\xaa\x6f\x25\x15\xee\x02\x7e\x94\xe0\xba\x0b\x89\xf4\xff\x15\xcf\x45\xcf\x03\x61\x1a\x7e\x26\xcd\xda\xa2\x77\xa1\xff\xb6\x14\x05\x37\xf3\x29\x7b\x5e\x18\x9e\x5c\xc5\xbf\x37\xe1\xb2\x83\x26\x6f\xba\x8c\x2e\x3f\x53\x63\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa6\x7a\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdf\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x60\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x0d\xf0\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\x7b\xc6\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xf6\xfb\x98\x57\xe1\x9d\x3b\x78\x6d\xf6\x96\x0a\x08\x0a\xaf\x14\x23\xc2\x3f\x1c\x0c\x45\xaf\x85\xfa\x0d\x3d\xaf\xbd\xf1\xee\xb9\xff\xfb\x0f\xf0\xca\x1f\x0e\xa1\x7b\x82\x3c\x21\x83\x9b\xe1\xe2\x36\xc7\xdf\x13\xeb\x2e\x30\x72\x23\x6c\xe8\xb3\x3d\xa0\xf2\xb5\x9f\xcf\x9d\x0e\x04\xcb\x2f\x40\x24\xe8\x12\x72\xaf\x64\x03\xff\x00\x36\xf0\xb2\x65\xd0\x90\x79\x99\xa9\x64\xaa\xe6\xfc\x81\xd0\x70\x81\x8b\xa7\x02\x3b\x08\xce\x3c\x94\x11\xda\x3e\x4f\xe5\xf6\xd2\x85\xf3\x61\x0a\xcc\xaa\x9b\xd0\x53\x09\xe7\x3f\x3f\x70\x59\x24\x5e\x9f\x94\x1b\xda\x31\x0f\x6b\xf5\x38\xf6\xff\x61\xad\x1e\x1b\x85\x1f\x5c\xb4\xed\x46\xf0\x34\x02\x47\xff\x4f\x2d\xaa\x80\xdd\x03\xab\x8d\x8d\xe3\x4f\x47\x03\xba\xa6\x3c\xb0\xc9\xd8\x0a\xfd\x74\xba\x65\x79\x5c\x9d\xc7\x92\x76\xe9\xd3\x73\x5c\xfa\x01\x36\x97\xee\x74\x43\xcf\x20\x88\xf1\x30\x06\xef\x25\xd5\x3f\x60\x5b\x86\xbf\x40\x21\x16\x6d\xd3\x87\x15\x09\x3f\xef\xf3\x28\x9c\x7e\xe1\x86\x8d\x5f\xc3\x08\x66\x4b\xd7\xff\x41\x0e\x9f\x7e\x81\x60\x52\xe3\x0c\x58\x09\x3c\xf5\x88\xee\x6b\x5e\xdf\xc0\xbc\x48\x20\x3f\xef\x9e\xfc\xc4\x8c\x3c\x13\x2c\xa8\x4d\xfc\x70\xc7\xe8\xcc\x79\x26\xb2\xaf\xeb\xa8\x7d\x26\x38\x52\x5b\xf2\x99\x9c\x01\xf5\x37\xd9\x9f\xe8\x7b\x77\x5c\x75\xbc\xd7\x33\x73\x5d\xfc\x01\x76\x99\x19\x78\xf2\xa0\xad\xa6\x00\x99\x16\x3f\x3d\x26\xb7\xa9\x0b\x3a\xea\x54\xc9\xb2\x67\xe5\x42\xfa\x07\x30\x8f\xc4\xc4\xb3\x08\x46\xb5\x11\x1f\xdc\x2f\xc3\x86\x84\x67\x61\x9b\x98\x37\x58\x8a\xb0\x2e\xbf\x00\x59\x65\xf6\x5a\x90\x05\xde\x24\x3b\xbc\x72\xcd\xbf\x3b\x6f\xde\xd3\x3f\x60\xa2\xcd\x5b\xcc\xca\xf0\x73\x03\xc9\x6b\x9a\x28\x44\xef\x85\x8e\xb5\x87\xc5\x72\x8a\xff\x27\xfc\xac\xee\x81\xcc\xe6\x4d\xb5\x93\x46\x3f\x43\x9c\x9a\xb7\x60\x3d\xf1\xfd\xf2\x39\x1a\x5b\xd4\xbc\x1d\x58\x7c\x8f\x81\xd7\x3b\x73\x33\xcc\x2b\x16\xbf\xcf\xc1\x3d\x27\xf9\xfb\xc0\x65\xdb\xc7\xdc\x03\x63\x49\xb7\xef\xc0\x73\xf2\xf0\xd6\xe5\xe8\x41\xa6\xf1\x6a\xfe\x3b\x29\x5a\xbc\x43\xe8\x36\xe3\xe8\xbd\xe7\xc4\xd2\x2d\x37\x09\x8f\x65\xa1\xcb\x07\x0e\xd5\xdd\xfe\x07\x0f\xf3\x82\x3b\xd1\xd5\x73\x51\x6b\xa8\x61\x5e\x60\x1f\x73\x0b\x2f\x70\x3a\x07\x9e\x8b\xde\x95\x3a\x29\x9e\x2b\x87\xa5\x2f\x60\x7b\x70\x72\x8b\x87\x17\xac\xf5\x27\x95\xdc\x83\xcb\xd6\xb4\xe3\xe3\x73\xd3\xee\xa6\xfb\xdb\x03\x97\x19\x2b\x83\x9f\x3b\xe7\x44\x73\x00\x97\x19\x2b\x87\x9f\x1b\xf0\xc0\x52\x02\xa9\x9a\xba\x95\xbd\xcf\xf3\xc3\x0b\xea\x01\x1e\x33\xb3\x79\x4b\xc1\x63\xc6\xda\xe3\xe7\xbd\x0d\x0d\xab\x25\x1f\x94\xb4\xe9\xb6\x1c\x3c\x0f\x32\x58\x09\xa6\x3d\x0f\x97\x25\x7b\x9c\xbf\xf7\x72\x54\x95\x2a\x61\xfe\xde\xbb\x51\x93\x29\x64\xfe\x10\x41\xd7\x74\xa9\x9d\xbf\x1f\xca\x7f\xfd\x87\xaf\xe7\xef\xbd\x3c\x0d\xa9\xfc\xe6\x0f\xa6\x0b\x39\x3b\xcd\x1f\x4c\x17\xe5\xd3\x01\x2d\x67\xcb\x3f\x4c\x8e\xd1\x5f\xec\xfc\xc1\x4d\x1e\x68\xc2\x2f\x80\xbf\x3f\x34\xf2\x48\x59\xfe\x80\xbc\xb6\xf9\x0d\x0a\xaf\xa6\x26\xde\x1b\x59\x51\x2a\x95\xf9\xdb\x28\xbb\x36\x51\x85\x0b\x99\x94\x7e\xf3\xb7\xf1\xda\xd0\xfc\x43\xe3\x17\xea\x94\x65\x75\x36\x77\x31\x38\x0c\x7f\x11\xd0\xfb\x88\x28\xd8\x2f\x94\x12\x6b\xfe\x98\x1e\x4a\x91\xa4\xf3\xc7\xd2\xcf\x63\xa9\x49\x5c\xc8\xca\x4f\x6b\x51\x92\x06\xbf\xc0\x32\x4d\x5e\x9d\xf7\xc6\x35\x94\x45\x6b\xfe\x78\xc1\x6a\x3f\xf5\xc1\x7c\x93\xa5\xa9\x4d\x84\xdc\xcd\xf6\x13\x87\xf0\xc2\x34\x34\x33\x74\x78\x29\x5d\x6d\x56\x9a\x21\x9b\x06\xc2\x4a\xcc\x55\x33\x53\x53\xcc\xbb\x0f\xea\xa3\x96\xc8\xac\xc9\xb6\x22\x0b\x77\xa8\xe2\xe5\x60\x82\xca\x9f\xf9\x16\x19\x2a\xe5\x02\x3c\x7f\x95\xe3\xe8\xfe\xe1\x41\x0b\x7a\x66\x4a\x71\x85\x4c\xce\x5f\xcb\xfd\x2d\xb2\x5b\x0e\x4c\x74\xe3\x16\x55\x3c\xbb\xef\x1d\x69\x14\xaf\x78\x07\x8f\x78\xb2\xe1\xb7\x2c\xe7\x85\xf9\xeb\x9c\x7c\x0d\xaa\xf3\x7b\x8d\xa1\xc3\x74\x6a\xb6\xed\x24\x59\x04\xc1\xcf\xb9\xff\x3e\x3f\x6c\x50\xa7\x6a\x4c\x83\x04\x68\x5e\x47\x8e\x40\x14\x8f\xe4\x41\xbf\x01\x92\x8a\xd6\x6e\x90\xe7\x4c\xf3\x80\xf9\xa9\xaa\xcb\x17\x19\x0d\x5d\xf3\xe6\x2f\x72\xa3\xa8\x45\x28\xe4\x75\x79\x9d\x3f\x28\xe4\x75\xbd\x9e\xbf\x80\x32\xd3\x3d\x06\xa5\xe8\xe7\x07\xcc\x72\x11\xcd\x2f\x94\x2a\x0a\xa9\x98\x3f\x5c\x67\x74\x0d\x9c\x3f\x78\xaa\xcc\x66\x9e\xc6\xfd\x45\xd7\xbe\xf9\x7b\xef\x2f\xed\x67\x86\xc5\xf5\x45\xa7\xdf\xfc\xa5\x7a\xbe\xeb\x83\x09\x11\x56\x34\xe6\x17\x7c\x0d\xb9\x4a\xce\xdf\x24\x85\x1a\x32\x32\x5e\xd5\x29\x8a\x26\x6f\x60\xcb\x0d\xae\x7f\xff\xa9\x65\x6a\x0e\x5e\xf4\xd5\x64\xdf\x9a\xbf\x17\x7c\xd5\xfa\x27\xa7\xed\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\xea\x0d\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x9e\xc1\x1d\x9a\x4b\xcf\x20\x51\x56\xf3\xd6\xd9\x51\xc8\xb4\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\x49\x13\xa6\x68\x78\x71\x57\xfd\xcc\x0a\x72\x26\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x42\x71\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\xe6\x5e\xf1\x17\x48\x59\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\xfa\x2e\x37\x93\x80\xd2\xd0\x0a\x4a\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\xf1\x2e\xdc\x50\x14\xee\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x4d\x95\xe2\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x64\x78\xbb\x64\x96\x4d\xcb\x76\x56\x63\xf1\x86\x44\xde\xaa\x8f\x60\xbd\xb9\x81\xdd\x00\xc5\xa0\x85\x16\x72\x11\x2c\x95\xe1\x9b\xbf\x9b\xc7\x87\x31\x05\x7c\x4a\x3e\xc7\x3d\x13\x7b\x87\x65\xef\x83\xb3\xd8\x7b\xe2\xc9\x79\xd3\x28\x1f\xda\xf8\x7c\xe0\x20\xd3\xf7\x87\x4a\xba\xa1\x34\xef\x22\x66\xb6\x52\xec\xd7\xfc\x21\xb3\xd5\x0a\x83\x27\x38\x40\x87\x59\xee\x21\xcb\x0d\x31\x35\xf0\xdf\x0a\x63\x27\xba\xaa\x34\x6f\xac\x07\xdb\xc2\x4c\xfa\xd0\x55\xc4\x4d\xde\x6c\xe1\xbf\x26\x37\x3a\x48\x4b\x3a\x6c\x70\x5e\x59\xaa\x27\x38\x37\xa4\x50\x50\x31\xb3\xb9\xc1\x3d\xda\xcb\xb7\xfd\x90\x7d\x2f\xfc\x3f\x72\x86\xfd\xa7\x15\x9e\x1b\xb4\xe9\xc6\x66\xdb\x8b\xff\x8a\x14\x1f\x73\xfb\xd1\x00\x3b\xdc\xe1\xc5\x31\xe9\x8d\x2d\xa5\x87\xba\xd8\x72\xe2\xfc\xc3\xe4\x1b\xa1\x1f\xe0\x5c\xa2\xf5\xdd\x36\xf0\x64\xf3\xff\xbc\x43\x0d\xb7\x70\xb3\x53\x7d\xc1\x4c\x59\x8a\xcd\x9d\x1b\xd4\xe1\x46\x52\x1b\x2b\x14\x36\xf7\x49\x7d\x78\x93\x98\xdc\x0a\x47\xee\x67\x14\xe7\x53\x12\x96\xb9\x25\x5c\x2b\x6e\x13\x6c\xa9\xfd\xbe\xd5\x64\x4b\xf5\x51\x11\x8d\xe5\xc5\x40\x45\xe9\xfa\x79\x4e\xa6\xd3\x6c\xbf\x58\xac\xbe\xa2\xfc\x0f\x67\xd1\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x3f\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\xcb\xb2\xc8\xcf\x77\x6e\xd0\x56\x2b\x0f\xf7\xdc\x90\xe3\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\xb9\x40\x15\x1a\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x86\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x3f\x85\xd0\xdc\x46\xca\x34\x91\xc0\x02\x7d\xdf\x37\x78\x6c\x57\xbf\x01\x4f\xd3\xea\x17\xe8\x38\x6c\xaa\x07\xa7\x5a\x44\x50\xb9\xac\xe2\x8e\x73\x0b\x66\x9b\x10\x51\xc1\xda\xa1\x3a\x0d\xb6\xe0\xde\x16\xb6\xda\x02\x47\x94\x84\xda\x16\xb9\x16\x22\x2a\x26\xd8\xc7\x2f\xc0\x61\xd7\x6b\x15\xb4\x2b\xb8\x87\xe7\xdf\x7f\x22\xcc\x40\x13\xf8\xd2\xdb\x6c\x12\x5f\x9a\x7f\xa0\x29\xfb\xec\x32\x68\xca\x2c\x23\xb7\xc9\x3b\x90\xa7\x65\x92\xc3\xab\x9b\xa4\x58\x0d\x71\x1c\x94\x65\x16\x9a\xdb\xc4\xf9\x64\xf9\x42\x65\x59\x6c\xa6\x81\xa7\x83\xe7\x69\x12\x3b\x68\x62\x17\xb7\xa1\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\x27\xa4\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x36\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\x61\xfb\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x35\x61\x02\xbb\xdb\x05\x01\xa7\x2b\xcb\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\x4d\xa0\x6d\xbb\x78\x89\xb7\x74\xb9\x38\x0c\x37\xc1\x61\xb8\x05\x2e\x8d\xdf\x27\x12\xb1\xd0\x25\x8a\x0b\xef\xa2\x9b\x9e\x8b\x7f\xba\x16\x6d\xcc\xa4\xde\xcc\x3b\x37\x1d\xf0\xfc\x1c\x6f\xff\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\x2a\x7a\x3a\xb7\xf4\x3c\xf6\x2c\xc2\xdd\xa1\x2b\x50\x63\x6e\x08\x79\x2b\x9f\x67\x1e\xb8\x06\x11\x0f\x38\x7c\xf9\x05\xea\x59\x85\x4b\x0a\xcb\xbf\xc8\x6f\x65\x16\x20\xba\xae\xa0\x89\x59\x7e\x9c\x5b\x1d\xa8\x05\x1e\x11\x8a\xf4\x9c\xe5\xc7\xb9\x75\x93\xc4\xa5\xa1\xe7\xf5\xef\x3f\x5d\x8e\xe9\xb3\xc0\x41\x42\x41\x99\xb3\xfc\xc8\xd1\xba\xac\x15\xa8\xf4\x7c\x9b\x2b\x08\x87\x53\xcc\xe5\x2c\x4c\xdd\xae\x41\x95\x54\xe8\x69\x13\x95\xed\x87\x0f\x34\x26\x44\xc3\xc9\x33\x66\x96\x17\x22\x0e\x39\x1f\xcf\x02\x65\x9c\x92\xc1\xcc\x42\x80\x38\xfc\xcc\xd3\xb7\xfb\x03\x22\x6b\x61\xcc\x82\xf0\xb8\xef\x33\xeb\x36\x98\x02\x5e\xbd\xb4\x01\xca\x06\x75\x4f\x37\x49\xef\x18\xaa\xbb\x2c\x79\xf4\x69\x12\x0a\xc5\xa5\xb0\x53\x29\xe4\x8e\xe5\x4f\x16\x46\xe5\x17\xe0\xcb\x5b\xfc\xff\x81\xff\xd5\x25\xbc\x91\x0d\xfe\x0a\x9c\x8f\xa5\xe6\x9f\x05\x19\xb3\xba\xd5\x3f\xe5\x85\x8f\x43\x31\x9e\xb3\xd4\x14\xd0\xfe\xe2\x65\x69\x39\xca\xce\x02\xdd\x9f\x1c\x38\x66\x61\x76\xf8\x4f\x03\x13\x0d\x6a\xd6\xe0\x8d\xac\x04\xc2\xb3\xd4\x9c\x66\xff\xc0\x5d\x28\x94\x53\x1a\x57\x5a\x24\xb2\x1e\xb5\x62\xfb\x67\xa1\x7b\x84\x31\x46\xa1\x7b\x84\xb5\x0d\xa5\x65\x35\x7b\xcd\x53\x63\x0e\x73\xcd\x4b\xcb\xd5\x17\x15\x8d\xda\x85\xe6\x4e\x28\x72\x25\x5e\x4a\xa3\xc8\x95\xc0\x2c\xe9\x32\x2c\xf5\x5e\xe9\x3c\xf3\xdd\x0b\x23\xdc\xda\xf0\x27\xf4\xca\x90\x22\xa9\x74\xae\xaf\x66\x1b\x1a\x44\x45\xe9\xcd\xc2\xb4\x58\x6d\xb8\x49\xec\x1b\x21\x97\x02\xd8\xa9\x18\xba\x59\x12\x76\xea\x9e\x5b\xa0\x42\xf4\xf5\xaf\x0c\x1e\x67\xc3\x3f\x34\xbc\xa0\x1e\x06\x2d\xdd\x9a\x99\xf4\xf9\xf5\xd6\x84\x8a\xd1\x37\x8e\x32\x78\xd7\x16\x5a\x2f\x30\xbe\xca\xd7\x7a\x96\x81\x1c\x46\x12\x8a\xe5\x45\xa5\xa3\x9a\x89\x61\x7b\xed\x9e\xfa\x60\xc8\x96\xa7\x0d\x39\xb3\x3e\xd2\x89\x65\x99\xad\xba\x29\xe9\xc2\xeb\x79\x0d\x0a\xcd\xe1\x4f\xb0\x11\x2c\x8f\xe8\xd3\xdb\xfe\x76\x16\x95\xc9\x49\x13\x52\x2a\x2c\x6f\x13\x16\x2f\x33\x67\x49\x93\x30\x17\xdf\xd0\xa8\x98\x02\xab\x79\xe7\x00\x85\x16\xef\x94\x89\xa5\xf5\xde\x9d\x54\xc2\xe9\x3c\x2d\xf4\xef\x55\x55\xe5\x59\x16\xe3\xef\xcc\xa3\x2b\xe9\xf4\x0f\x8d\x7a\x3a\xd1\x49\x5c\xfa\x11\xbc\x6b\xf2\x07\x7f\x02\x80\xaf\x63\xb7\x2c\x88\x39\xef\x3e\x38\xf0\x56\xef\xdf\xfd\xc7\x06\xf4\xc1\xce\x00\x06\xf3\xec\x4e\x97\x6d\xbf\x30\xfe\xfd\x27\x96\x59\x74\x67\xac\xe2\x70\x93\x94\x11\x42\x89\x05\x1e\xbc\xd5\xa2\x18\xaa\xbf\x6a\x8e\x43\x09\x1d\xdf\x9c\xca\x9e\x53\x67\x12\x50\xe8\xcb\xeb\xc7\xe4\x08\x0a\x65\x9c\x05\x79\xf2\xab\xae\x29\x25\x91\xac\xa0\x6d\x41\x49\x1d\x79\xd8\xce\xc2\x04\xab\x2d\xfc\x45\xb0\x4f\x7f\x91\x88\x5f\xcf\x18\xa6\xce\xf1\x72\x24\x43\x68\xd8\x07\x47\xe9\x17\xb8\xf9\xc3\x3f\x20\xbf\xee\x74\x97\x39\x4c\xff\xc0\xe8\x48\xb3\xfd\x49\x65\xbc\x68\x38\x53\x30\xaa\xcf\x2b\x27\x42\x54\x5f\xf4\x9d\xd4\x38\x11\xb5\x56\xbd\x14\x2f\xb0\x6c\xbe\x18\x17\x04\xad\x4d\x0f\x22\x63\xd6\x3c\x51\xa8\x2b\xd8\x75\xe3\x2c\x80\x91\xd5\xd3\x04\x27\xdb\xf2\x39\x31\x80\x23\xab\xb9\x01\x5e\xb7\xd6\xb2\x16\x78\xd9\x56\x8b\x8b\x0b\x0c\xe9\xc5\xbf\x93\x21\xd5\x00\xac\xc2\xc6\xe7\xe5\xce\xb5\x15\x89\x37\x0e\x41\x6f\xd5\x3b\x77\x8d\x06\x89\x6c\xaa\x9f\x63\x14\xfa\xc6\x30\x87\xbf\x50\xb4\x2c\xcb\x23\x66\xd3\x6a\xd3\x5d\x26\x47\x6b\x90\x2f\x18\xad\x56\x0d\x17\xfa\xd1\x7e\x4e\x82\xc4\x9e\x06\x0b\x70\xa4\xf5\x3d\xb9\x3c\x24\x5a\xf3\x88\x20\xb8\x6a\x8e\x4e\xe8\xe9\xa3\xfe\xe1\x69\x64\xb9\xfc\x70\x25\x44\x24\xa2\xe0\xaa\x69\x84\x9f\x6d\x35\x14\xc8\x6c\x59\xde\x45\x4f\xf2\xdf\x7f\x5d\xd4\xcc\xaa\x2f\x19\x57\x7f\xdb\xbf\xff\x4c\xd5\x5f\x9a\xf5\xc7\xe2\x88\x4d\xcf\x1c\x84\x1b\x68\x58\x7b\x3f\xd3\x4d\x76\xe9\x19\x28\x4f\x67\x70\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x3a\x55\xe9\x99\x30\xd1\x14\x33\x6f\xaa\x92\xd4\xce\x8a\x94\xfa\x72\xae\x9b\x95\x5e\xb6\xca\xb4\x36\x2b\xf3\xa2\xfa\xc0\xac\x85\xae\xf0\x12\xba\x15\x7a\x42\xe5\xd0\x99\xf5\x45\x75\xa1\xb4\x53\xb3\x12\xb4\x09\xf0\x54\x66\x29\x78\xcf\xe8\x3f\x9c\x45\x35\xf3\x5e\x49\xf5\x50\x69\xe1\xf5\x81\x5c\xa1\x43\x54\x4e\xe4\x59\xd3\xe2\x2b\x2c\x5d\xe1\x42\x5b\xa5\x64\xac\x70\xa1\x55\x4c\xce\xac\xb4\x08\xfb\xd2\x5c\x2b\x78\xab\xf9\xb9\xe3\x59\x3d\x56\xd8\x31\xc2\xff\x07\x1b\x70\x8f\xef\x29\x63\x94\x58\xe1\x62\x5b\xa5\x3a\xaf\x95\x57\x62\xa9\x1a\x6a\xa2\xc2\x69\x9a\xb8\x41\xb4\x07\x2b\x61\xa2\xae\x30\x95\x05\x0a\x0d\x2b\x6a\xe3\xad\xc7\xc3\x6a\x14\xd9\xcb\x6f\x60\x18\x82\xdf\xf5\x85\x8d\x31\xbc\x90\x8d\x57\x62\x1d\x02\x15\xd9\xf7\x55\x33\x75\xd6\xcc\xaa\xe0\xff\xdf\x4d\x6b\x3d\x65\xed\xa4\x51\x4b\xc5\x9a\x44\x36\xe7\xd4\xce\x13\xdc\x1f\x70\xe6\x25\xcc\x6a\x27\xcd\x02\x4f\xb5\x53\xa2\x7f\xfa\xc8\x7d\xae\x61\x26\xea\x5c\x7e\x63\x82\x6a\x53\x81\x08\x28\xbb\x6c\xd4\x17\x23\x4e\x15\x19\x98\x15\x18\xd1\x79\x7d\x66\x65\x8d\x41\xc3\xa7\x0a\x23\xb0\x6f\x01\x15\xe9\x07\xaa\x67\x2e\x98\x46\x4a\x34\xd1\x87\x35\x24\x6b\x2a\x8c\xbc\x3e\xd1\x2b\x7c\x56\xbf\x1f\x24\x97\xfb\x85\x07\x34\xaa\x87\x99\x24\x69\xf1\x66\xae\xbf\x88\x66\xae\xab\x4f\x1f\x93\xcb\xad\x3e\x26\x0f\x43\x73\x21\x9c\xee\x7c\xf2\x54\x44\x60\x55\x33\x25\xf4\x88\x1f\xe9\x04\xcf\xd5\x6e\x1d\x6f\x85\xe7\xaa\x51\x44\x5d\xbc\x6e\x99\xc3\x16\xe5\x9d\x7a\x80\x23\xaa\xd2\x0b\xcf\xba\x68\xc6\xf0\xde\x5d\x8b\x83\xf0\x17\xa4\x41\x13\xc9\x5c\x55\x6d\xf9\x05\x4a\x13\xc1\x88\xca\x98\xac\xb6\xfc\x03\xc4\xb6\x65\x20\x11\x9d\xe5\x13\xf4\x88\xd5\x02\x06\x21\x59\x4a\x04\x3f\x2b\x5d\xe8\x0c\xbf\xea\x9e\xfb\x44\x34\x20\x21\x41\x35\xff\xec\x54\x72\x58\xe4\xed\x1c\x85\xf8\x67\x67\xb0\x83\x48\x62\xe5\x23\x9f\xd9\x75\xe7\xf6\xf7\x56\x3b\x18\xdb\x28\xa2\x0e\x72\xa0\x3e\x80\x5e\x50\xce\x8b\xb3\x1e\x94\x92\x3a\xe4\xeb\x09\x21\xe8\x93\x02\x6a\xbd\x61\xf6\x39\x03\x0c\xa7\x0e\x58\xb4\xf9\x73\x16\x41\x8d\x37\xbc\x55\x11\xd1\x14\x16\x37\x27\x98\x21\xfc\x4c\x70\xe6\x41\x5e\x8c\x41\xf5\xe9\x78\x11\x39\xfb\x13\xa4\x08\xf8\x6c\x33\x66\x9a\xea\xde\xa9\x17\x5d\x03\x44\x03\x74\x76\x72\x21\x9e\xf5\xc5\x4e\xce\x02\x3f\x2b\xa2\xfb\x67\xf7\x36\x42\x91\xe6\xcd\x92\xfd\xc6\xda\xcf\xbf\xe4\xdf\x9e\xf5\x26\xbd\x82\x39\x15\x2a\xba\x69\xbc\x59\xe9\x31\x67\xf8\x58\xef\x85\x54\x37\x62\x84\x9b\xa6\x1e\x6f\xca\x1b\x87\xa3\x27\x09\x38\xe8\xb3\xae\xb4\xd3\x9a\x31\x1e\xc4\x52\x48\xb9\x5a\x11\x5e\x54\x7d\xd6\x11\x16\x59\x8e\xbc\xb0\x68\x0e\x23\x10\xa4\xa0\xb2\x56\xb1\x3e\x29\xa9\x34\xc5\x50\xd0\xcd\xfe\xf9\x02\x14\x2e\x7f\x71\xf2\x0b\xcd\xe9\x03\xd6\xd3\xac\xb4\x4c\x49\x25\xe0\xd5\x88\x7a\x3e\xcf\x34\x1c\x4f\x3d\x33\xc6\x51\xcb\xd8\x7e\x24\x72\xe8\x79\xff\xf7\x9f\x50\xa1\xeb\xd9\xe0\x40\x27\xbf\xf0\xd9\x5e\x18\x54\x15\x3a\x37\x1b\xb5\x6d\x3a\x4c\x1b\x50\x91\x1c\x4e\x67\xfb\x51\xb7\x21\xa9\xd2\xd2\x5d\x4e\x1b\xb4\x6d\x14\xf8\xea\x71\xcb\x95\xee\xfa\x21\xf8\x83\xdf\xa0\xe4\x12\xf4\x6a\x05\xac\xa5\x63\xa9\x21\xda\x48\x91\x3e\xb3\x95\x85\x34\x7f\xfe\x1f\x32\x42\x82\xad\xbd\x30\x69\xd8\x9d\xab\x31\x99\xbc\xf1\x6a\xab\xe9\x9f\xac\xe7\x57\x24\xd8\x2d\xa6\x51\x35\x25\x7d\x4d\xab\xb9\xb2\x6a\xb1\xe2\x10\x5a\x7e\x46\x65\x56\x49\xd2\x46\x4b\xa6\xc5\x77\x83\x25\xd3\xae\x74\x8d\x96\x4c\xe3\xd9\x86\x38\xf6\xe1\x59\x42\xf2\x4e\xd5\x35\x9a\x2d\x2d\x9d\x92\xbd\xad\xa5\x9c\xd3\x52\xb5\x1b\x89\x8d\x35\x8b\x80\x18\x53\x05\x2c\x66\xa3\xd6\xc9\x30\xbe\x75\x5e\x46\x44\x43\x4f\x8e\x56\xa7\x9d\x5e\xaa\xea\x93\x4a\xa6\x2e\x44\xdb\x3a\x25\x95\xf9\x69\xf0\xb0\x15\x8b\x37\x44\x96\x77\xc9\xf3\x06\x2d\x93\xdd\x7f\x1a\x0a\x25\x6f\x9e\x6a\x3a\xae\xf9\x12\xd7\x06\xf9\x67\x73\x0b\x2f\xcf\x2b\x7a\x73\x36\xaa\x9d\x0c\xed\x1b\x42\x73\xec\xd8\xd8\x98\xc0\xd3\x17\xc9\x36\x0e\xbc\x60\x1a\x19\x9b\xec\x06\x78\x22\xb8\x81\x1b\xef\xfb\xff\x07\xcf\x9a\x58\x46\xea\x28\x00\x7b\x36\x84\xaa\x5b\x0d\xd5\x82\x0e\x20\x92\x1d\x2d\x72\x94\xea\x02\xbe\x70\x9b\xb7\x40\x10\x71\xe8\x28\x6d\x2f\x4e\x1a\x72\x41\x7e\xef\xfa\x9c\x16\x71\x14\x9c\xe3\xec\x0b\xd7\x02\x56\x43\xf3\x4b\xe4\xda\x99\x28\x32\x90\x24\x7a\x83\xc1\x75\x76\x01\xe7\x06\x83\xab\xdd\x56\x1b\xbc\xe3\x9a\xb7\x4d\x66\x77\xb7\xb4\x41\x4e\xa6\xe6\xc5\x5c\x28\xfc\xe2\x8d\xba\x88\xbc\x04\x28\xda\xa2\x95\xd9\x6b\x47\x35\xd4\xf0\x33\x37\x92\xce\xca\xc6\x40\xf4\x5e\xdc\xe6\x82\x2f\xed\x5f\x0a\xb7\xce\x06\x4b\x69\x37\xf7\x2d\xe6\xf6\xd6\x9d\xad\x01\xe1\x34\x33\x1b\x32\x32\xd9\xd5\xa3\x31\xc3\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xe7\x32\xbb\x2c\xb7\x3d\x25\xa6\x9a\x60\xa1\x45\x9b\x3a\xdb\xc1\x60\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x54\x2b\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x7d\x9c\xda\x41\xfe\x76\x87\xd4\xc3\x9a\xfb\x98\xb7\xbd\x17\x93\xc0\x69\xd0\x17\x27\xfd\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xc1\x4b\xd0\xb0\x21\xf9\x66\x73\x0f\x27\xe5\x9b\x06\x81\xa0\x01\x3b\x1a\x36\x58\x3a\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xf2\x69\xd7\xb3\xf6\x62\xa4\x61\x17\xaa\x86\x20\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\xd2\x34\xb8\x6d\x77\x72\xa2\xa6\x99\x69\x30\xbb\x69\xbe\x4f\x94\x00\x57\x0f\x37\xdc\x51\x2d\xb1\x6f\x4a\x68\x21\xcd\xf6\xe4\x34\x8b\xe8\x87\x5b\x52\xd0\xb1\xd1\xb7\xcc\x57\xf6\x06\xd4\x62\x47\xa2\xf6\x50\x1a\x5a\xe0\x3e\x49\x95\xe8\x7e\x68\x71\xf3\xbe\x87\x1f\x58\xab\x6e\x92\x97\x15\x5d\xb1\xda\x03\x6e\xd0\xcc\x75\x86\x51\x4f\x3f\xe3\x6e\xa2\x71\xf6\x5f\xd2\xb0\xf4\x03\xbd\x70\x04\x33\x3a\x8d\x78\xbe\x9c\xf4\x8d\xe7\x86\x44\x45\x67\x5c\xb4\x9d\xea\xfb\x8b\x2b\xaa\xea\x58\xbd\x87\x10\xa8\x56\xa7\x48\x3a\x64\x1f\x99\x0e\x2b\x9d\x5d\x09\x3b\xf5\x37\xfd\xf3\x01\x39\x4a\x12\xb2\x6f\x14\x06\xcb\x34\x60\xdc\x9a\xfc\x5e\xc8\xf4\x43\xcf\x5c\x0c\xb1\x44\x2f\xf5\x5d\xf0\x9f\x5f\x18\x48\xdf\xa0\x89\x62\x61\x1c\xdf\xe2\x3a\x93\x06\x59\x03\xd4\x4b\x52\xe9\x4f\xb8\x38\xa2\x09\x4a\x1d\x23\xc0\x5e\x78\x02\x0b\xd8\xf7\x4a\x25\x93\xd0\x52\x4f\x1d\x8d\xf6\x6e\x4f\xcb\x9d\x2e\x0b\x9d\x96\x3b\xb7\x59\x09\x14\xb4\x99\xfb\x0b\x6f\x22\x84\x0a\x7b\xbd\x5f\x54\xe9\xc5\x62\xfc\xa1\xef\xbb\x1d\x2a\x17\x3b\xde\xf4\x86\x99\xf3\x62\xb4\x8a\x0a\xa9\xea\xa0\x51\x35\xd1\xdc\xc0\x44\x03\xea\xb1\x31\x55\x91\x26\x0e\x41\xca\xb6\xa8\x75\xf8\x7d\xd9\x47\xa1\x23\x77\x79\x78\x48\x09\x86\x84\xb7\x7a\x4f\x86\x53\x0f\x9d\x5b\x4d\xb8\xa2\xd3\xf3\xcb\x17\x8a\xde\x2b\xe4\xb2\x88\x46\x04\xa4\xbd\x18\x7a\xea\x57\xda\x9f\x2c\x45\xbd\x43\xdb\x6d\xde\xe9\x1c\xb1\x09\x5c\xe8\xcd\xcf\x04\xb9\xa6\x97\xec\xeb\x55\x64\x38\x65\x74\xd3\x4b\xa5\xab\x74\x2d\x1d\x59\x7c\x3e\xb3\x3e\x68\x3e\xf3\x2c\x8e\x09\xdf\x35\x71\xe3\x40\x06\x79\xcf\xfa\x00\xa6\x30\x3f\xbf\x40\x6a\xaa\x74\xee\xec\x00\x4e\xcd\x14\x8c\x9c\x75\xbd\x40\x14\x23\xe1\xd4\x83\xd0\x5f\xf7\xff\xce\x1a\x36\xb6\xbf\x76\xfa\xf8\xdb\xca\xd4\x69\xb0\xb3\x0b\x7a\x87\xc1\xce\x06\xda\x4e\x83\x9d\xed\x92\x1d\x8e\x65\x4d\x18\xa3\x27\xce\x31\xb3\x4d\xa4\x0d\xf7\x3c\x31\x05\x4f\x48\x73\xd6\x27\x4f\x7d\xa1\x90\x3e\x39\x0e\x37\x89\xc5\x33\x4d\x33\xc7\xe5\x1f\x70\x98\x7c\xba\x3c\xf8\x82\x89\x64\xce\x26\x5d\x16\xfb\x24\x6e\xd0\x09\xda\x11\xcc\x6c\xd3\x75\x5f\xdc\x53\x6a\x81\x26\xbd\xee\xd9\x47\xd0\xa5\x5d\x37\x3a\xa0\x93\x2d\x7c\x9d\xb5\xaf\x15\x93\x3e\x3b\xa0\x94\x3d\x9f\x3b\xa2\x01\xda\xe7\x7f\xc8\x22\x9d\x3d\x9d\xfa\xa2\xfe\xe9\x81\x53\xef\x2f\xd2\xe4\xa7\x4b\x7a\xdf\x53\x3a\x69\x62\xe0\x59\x66\xdf\x9d\xce\xfc\xe6\x56\x86\x74\xe8\x90\x6c\xc2\xef\x3b\x65\xa8\x2e\xcd\x7d\xe7\xdc\xfb\x83\xf5\x5e\x5a\xa6\x3f\xd8\x61\xd1\x13\x91\x08\x0f\x50\xc6\x9a\xd9\xf7\x17\x13\x4e\xcb\xa6\x9d\xc7\x9f\xd7\x6e\xbf\xf1\x82\x49\x84\xe3\xa2\xa0\x78\x3f\x7e\xef\x2e\xd8\xfc\x4c\x70\x3f\xfd\x03\xe5\xa9\x6e\xe9\x3d\x2d\x80\xd2\x17\xf6\x83\xda\x0f\xdd\xa3\x3a\x31\x9e\xcf\x26\x78\xb7\x35\x9f\x97\xb4\xf8\xf9\x5e\xd5\x4f\x44\xeb\xe9\x0a\xd2\x99\x1e\xbd\xfa\x90\x66\x09\xc5\xcf\xe6\x85\xb3\x59\xf3\x21\xcd\xec\xe6\xdd\x0c\x76\xd2\x83\x6e\xf9\x0b\xdc\x72\x05\x14\x7a\x06\x72\x7a\xf7\x9e\x38\x30\xcd\x40\xc4\x64\x96\x71\x88\xdb\xb4\x8f\x42\x4f\x8b\x9e\xd7\x0a\x16\xbc\xe6\x83\x07\xf1\x00\x76\x41\xe8\x17\x19\xcc\x3d\xa4\x09\xcf\x47\xd3\xcd\xcd\xed\x99\x43\xb6\xf3\xcd\xfb\xea\x26\x0d\x9a\x38\x46\x04\x7c\x04\x71\x6a\xa2\x7c\x80\x42\x13\xe5\x3b\x40\xbf\xb1\x16\xdd\x1f\x50\x03\x6d\x8e\x4a\xe7\x2f\x03\x09\xd4\xa7\x69\x0e\xf0\xeb\x4f\x76\xaa\x99\x78\x50\xb5\x4f\x57\xd2\xfe\x70\xfd\xfd\x01\xfa\xb4\x30\x40\x81\x9a\x69\xa4\xc1\xfa\x87\xd6\x62\x76\xf8\x7e\xb5\xf8\xd3\xb5\xa8\x3f\x09\x22\xfe\x9b\xc5\xf1\xa3\xc2\x51\x13\x3f\x90\xb7\xd2\xae\x8d\x03\x90\x4f\x31\xe1\xef\xa9\x88\x3c\x7e\x55\xcf\xe4\x57\x37\x08\x51\xa2\x4d\x38\x90\x07\x27\x94\x1a\xeb\xdd\x3e\xec\x71\xe8\x07\xde\x28\x24\x21\x07\x14\x4b\xf6\xac\x18\xdb\xf8\xf7\x9f\x6e\xed\xf5\xd8\xe2\x7d\x16\x60\x1c\x1b\x3d\xd1\x74\xc5\x18\xa9\x67\x12\x2b\x8c\x8d\x93\xea\x2e\x29\x94\x97\x7f\xe0\xbd\x48\xfc\x38\x4a\x52\xa9\x4e\xa1\x9a\xb2\xf1\x7f\x94\xac\xea\xa6\x81\xd3\xd3\xdf\x0e\x05\xa3\x50\xc3\x1d\x6e\x82\xbb\x4a\x9d\x16\x94\xee\xd5\xa1\x3a\x2a\x36\x91\xe7\x21\xd1\xd9\xf2\x0f\x39\x50\x11\x91\xea\x2a\x1d\x68\x83\x25\xaf\xad\xaf\x1a\x34\x9a\x75\xf1\xd3\x48\xa3\x99\x39\x00\x41\x93\xf6\x28\x18\x2d\xd3\x20\xaa\x13\x78\xef\x8f\xa9\xfb\xd3\x60\xee\xf1\xd0\xbe\x18\x09\xea\xba\xdf\xc0\x6e\x96\x68\x1f\x00\x69\xaa\x48\x36\x07\x52\x2d\x5a\xe5\x3b\x7a\xb2\x80\x3e\xe8\x3c\xe2\xbc\x62\x74\xbe\xb7\xe3\xf1\x80\xf7\xbd\x23\x48\x06\xeb\x0b\x76\xcf\x1e\x6c\x5e\xa1\xd4\x5b\x73\xc0\xc6\x35\x3e\x7d\xc0\xde\x64\x65\xe1\xe8\x88\x93\xf6\x02\xa2\x04\xf5\xc7\xbd\x6f\x00\x67\x85\x79\x1b\x9e\x56\x76\xbf\x1e\x48\x36\x13\x4a\x43\x35\xc7\xa0\xbd\x51\x47\xd8\xa0\xd2\xcb\x9a\x96\x81\xb4\x16\xd6\x55\x0f\x56\x9d\xb6\x4e\x6b\x20\x02\x40\x49\xa1\xe6\x18\xbc\x61\xe9\xcc\x19\x83\xf0\xc1\x54\xc0\x97\xca\xf6\xee\x11\x8c\xd5\x31\x9f\x21\x3f\x62\xb1\x8e\x72\x44\xb2\xae\x3a\x09\x06\x33\xba\x49\xea\x24\x4d\x26\xc0\x9a\xca\xf5\xcc\x01\xac\xe6\xba\x5b\x73\xcc\x6c\x52\x9d\x4e\x08\x5b\x0b\xd7\x31\xc9\xbb\x9e\x1b\x78\x43\xd5\xcf\x17\x3c\x9e\x3d\x90\x4c\x36\x21\xd4\x3a\x60\x3a\x6b\x9f\xe7\x8e\x9c\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x4b\x93\x1e\x6b\x20\x99\x61\xb1\x86\x6f\xec\x30\xe5\x5b\xbb\x36\x76\xf6\xa1\x2f\x76\x40\xc8\xe2\xff\xd9\x87\x40\xc1\x80\x63\x92\x4d\x6b\x83\x66\x2a\x2b\x3c\x06\x72\x41\xd8\x40\x33\xe0\x31\xdf\x2c\xac\x0e\x8a\x1e\x4f\xf6\xc1\xcd\xe0\x89\x40\x72\x08\x5b\x73\xc7\x11\xec\xc2\x4d\x50\x50\x78\x14\x8c\x53\xb4\xba\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xfa\x11\xe6\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x58\x46\xab\xb3\x06\xbd\xe0\xad\xa9\x19\x54\x05\xad\xf6\x97\xa3\x69\x9c\x4c\x15\xec\x8f\x71\x30\x5a\x44\x9f\xcc\x57\xe8\xde\x32\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xbf\x46\xc8\x28\x47\x6b\xcb\xc6\x45\xfa\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\x8c\x6d\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x32\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x71\xc6\x83\x9a\x3f\xd2\xc8\x0c\x60\x9a\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\x76\xff\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\xb1\x6f\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x6e\xa8\xf1\x9b\x78\x61\xea\x99\xc3\x74\x03\x3b\x9e\xdd\x03\x1d\x88\xb5\x10\x01\x9b\x9b\xe7\x35\xe8\x89\xa4\x7c\x94\x33\xe8\xe2\x6e\x05\x5c\x30\x8b\x60\xf7\x30\x50\x01\xa6\x4b\x98\x04\x72\x56\xf4\x9f\xff\xe7\x89\xb3\xfc\x02\xdd\x52\xbb\xdf\x80\xdf\xcd\xf0\x33\x61\x8a\xe7\x01\x60\xc9\x2a\xe2\x40\xd9\xe8\xf8\x7c\xc0\xcb\x80\xe7\x65\x23\x56\x17\x4e\x89\x04\x4f\x92\x81\x51\x12\x31\xf8\x8d\xe4\x6a\xad\x5f\xe9\xe8\x54\x53\x55\x28\xa9\x3d\x35\x70\x7b\xb7\x3a\x3e\x0a\x43\x9d\xba\xfb\xc8\xb9\xd3\x0f\xb0\xfd\x7d\x3c\xcd\xa2\x52\x00\x48\x8f\x1b\xf0\x61\xb2\x65\x25\x90\xf5\xcf\x66\x91\x60\xce\x0a\x15\x65\x9f\x01\x9f\xa4\x8f\x5b\x4c\x20\x67\x45\x2f\xee\x22\xe7\x46\x93\x05\x74\x65\x5b\x4c\x10\x5d\xd9\x69\x25\x98\x92\xc2\x4e\x05\x41\x8b\xa2\x95\x91\x01\x8d\x98\x43\xb0\xa2\x31\xb3\x80\x3f\xc0\xee\x35\xcf\xd0\x5e\x68\x05\x69\x20\xf1\xb5\xcd\x0a\xd1\x73\x62\xb4\x80\x88\x74\xb4\xc2\x34\x5e\x6c\x15\x8e\x21\x8c\x8e\x79\x91\xba\x3b\x60\x3e\xfc\xd8\x30\x03\x3e\xeb\xd6\x3c\x47\x6a\xa8\x86\xbf\xc0\x34\xe8\xf0\x0f\x14\x61\xe9\x92\x48\xc1\x48\x48\x2b\x79\x63\x90\x24\x7f\x80\x80\x2a\xef\x6f\x78\x9c\x5b\xa1\x1e\xc8\xca\xd7\x75\x1a\x04\x2c\x79\x56\xa7\xc7\x20\x77\xd4\x3f\x39\xd4\x45\x66\xbc\x30\x47\xa3\xd8\xca\x47\x49\x17\x08\x92\xb4\x49\x20\x02\x0a\x60\x6f\x1a\x24\x03\xeb\x96\x36\x41\x5d\xbc\xee\xb3\x41\x2b\x9d\x55\x6a\x11\x88\x4a\x33\x3f\xc3\x26\xe7\x9c\x18\x31\x89\x67\xbd\xf5\x67\x6e\x11\x7f\x01\x44\x35\x2c\x90\xe0\x4e\x3e\x87\x05\xce\xa4\x5f\xc2\x70\x1b\xaf\xa4\xb7\xab\x6e\x30\xf1\x84\xaf\x77\xb1\x78\x1e\x99\x0c\x2a\x9f\x54\x1e\x70\x06\x0d\x77\xbe\x31\xc6\x4a\x81\xa2\x91\x65\x54\xa2\x25\x08\x6c\x6f\x56\x16\xc6\xce\x4d\x61\xc9\x09\xf7\x22\xeb\x70\x63\xa7\xf5\x50\xd7\xb3\x60\xaa\x88\xe1\xc9\x00\xea\xb2\x2a\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x84\x27\x02\x05\x4c\xac\xf9\x0b\x94\xba\xeb\xbe\xb8\x06\x52\x3b\x2c\xef\x75\x18\xdf\xac\x02\x0b\xb8\x17\xf5\x4f\x83\x37\x69\x74\x8b\xf4\xdf\xd5\x95\x31\x10\x78\xe8\x78\xcf\x20\xe4\x1a\x96\x82\x40\x58\xd6\x5f\x06\x00\x95\xd5\x70\x81\x0c\xcb\x56\x04\x06\x93\x45\xb4\x4f\x8b\x94\x60\xe1\x37\x88\x58\xa4\xe3\x8a\x93\x13\xa7\x51\x9c\xa4\xda\x82\xf6\x22\x91\xfa\x00\xde\xdf\x56\xbb\xc4\x95\xeb\xaf\xc5\x43\x18\x61\xdf\x2c\xd1\x2e\x82\x4f\x2f\x0e\x2b\x8e\xf8\x22\x15\x09\x93\x3c\x50\xaa\x7f\x86\xf7\x13\x9c\x90\x1c\x48\x15\xcc\x93\x6c\x65\x60\x10\x27\xd9\x59\x2b\xe8\xb1\x6d\x1d\x75\xd0\x6a\x37\x2c\x07\x91\xc9\xb8\x5b\x6f\x10\x34\xe3\x99\xb5\xa1\xef\xe9\xbe\x6f\x07\x81\x8f\x2e\xbe\xc1\xfa\xc4\xd6\xbc\x06\x5c\x8d\xba\x2e\xc2\x41\x05\x91\x35\xab\x81\x04\x10\xdd\x80\x30\x18\xfd\xd7\x3e\x6d\x32\x92\x45\xd3\xc9\x5c\xc7\xed\xd3\xe6\x81\x6c\x74\x1a\x06\x14\x40\xd6\xe6\xc5\x43\x51\xa7\xb9\x9a\x70\x36\xea\xbe\x09\x4f\x82\x23\xc7\x14\x4d\xd6\x1e\x71\x40\xcf\xfc\xe5\x1a\x4e\xfd\x00\xd7\x37\x49\x92\xf9\xe3\x9a\x76\xb7\xb9\x53\x3c\xf9\x8d\x9c\xdd\xa5\x1f\xb0\x3f\x84\x01\xe6\x0f\x74\x4b\x22\xce\x1f\x27\x57\x2d\xa6\xe6\x48\xcb\x31\x89\x7d\x24\x9b\xe6\x46\x1e\xd0\xc8\xe7\x96\x3c\xa0\x2e\x99\xb0\xcb\xf7\xa0\x09\xdb\xa1\xb5\x5d\x13\xbe\xdf\xd6\xce\xcd\x8d\x9a\x72\x9d\x33\x73\xcb\x71\x8a\xea\x2d\x97\xc3\x7d\x50\xb2\x87\xc9\x3a\xd9\xa9\x06\xc6\x24\xcc\xd6\xe9\xce\x17\x30\xc5\x94\x9c\x9e\x85\x03\xfb\x93\x87\xdd\x2c\xdc\x7f\x9a\x26\xb8\x96\xdb\xd9\x73\xa2\x42\x9e\xb5\xe0\xb3\xf0\xb0\xd6\xe9\x3d\x0b\x0f\x67\xa9\x52\x66\xe1\x96\xd7\x61\x3a\x59\x36\xd9\xea\xdd\x59\x49\xa0\x26\xba\xf2\x38\xd4\xf1\x3a\x2b\x85\xc0\xf0\x0f\x9c\x58\xcd\x12\xbc\xbb\xad\x1c\x9b\x19\xf3\x27\x2d\xd3\x24\x92\xf2\xc4\x53\x71\xa5\xb2\xdb\x73\xa6\x5e\x4a\x34\x34\xee\x3d\xb3\x43\xc3\xc4\x78\x58\x0c\x12\xb4\x12\x7a\x36\x48\x53\x2f\x54\xa3\xf5\x47\x4a\xa6\x89\x12\x79\xb6\x13\x4f\xfa\x72\xab\xf4\xee\x9c\x2d\xd7\x5a\x93\xfd\x62\xaf\xe2\x54\x08\x13\x95\x95\x7d\xd7\x9f\x54\x7c\x85\x34\x2b\xb3\x27\xd5\xfe\x81\x54\xab\x0b\xb8\x7b\x5b\x75\x39\x7b\x12\xa9\x99\xec\xdc\x9a\xee\x03\x8a\x2e\x1b\x8e\x67\xa2\x33\x61\xa1\x49\x74\xe6\x61\x76\xce\xbd\x34\x2f\x13\x9a\xb0\xf2\xa1\x89\xe2\xd8\xab\x07\x4d\x58\xfb\x10\x85\xad\xeb\x69\x80\x77\x58\xdf\xcc\xd1\xf4\x0e\xb3\x0e\x77\x0e\xa6\x9d\xf0\x0b\x1c\xb6\xba\x1c\xcc\x93\xa4\x1e\x47\xee\x5c\x2d\xde\x0b\xf8\xaa\x2f\xca\x93\xa9\x32\x54\xab\x74\xce\x41\x06\xf2\x33\xa7\x5e\x8a\xb2\x49\x1b\xa5\x2a\x89\xce\x19\x4c\x15\x29\x1a\x82\x6b\xe3\xad\x83\x3c\x67\x56\x78\x4c\xb8\xb4\x5b\x31\x33\x91\x19\x63\x99\x68\x1a\x39\x1d\x6b\x37\x19\x84\x68\x6d\xfe\x44\xde\x32\x6b\x72\x26\x4c\x9a\xdd\x34\xc2\xa4\x69\xcb\xee\x9c\x39\x8f\xfa\x60\x62\x27\x7a\xe9\x88\x12\x75\x2f\x9e\x2c\x19\xf2\xf3\xfb\x30\x1f\x78\x9e\x11\x51\xe8\x4b\xef\x5c\xfc\x5e\x43\x80\xca\x6c\x4a\xc3\x31\x17\xa4\x89\x54\x22\x93\x1a\xb4\x8f\x50\x5e\x60\x2e\xdd\x71\xe7\xe2\x88\x34\x05\x8b\xa7\x91\x19\x3c\xc1\x9e\x10\xc7\x24\xd8\x5b\x7e\xc6\x36\xd5\xf5\x72\xee\x3c\x21\xcd\xbf\x88\x05\xec\xca\x62\x3f\xe7\xce\x42\x12\x1a\x04\xb2\xaf\x5a\x65\x32\xa1\x61\xf3\x35\x7b\xa2\x96\x9d\xef\xab\x13\x81\x7b\x2a\x8a\x33\xe7\xc1\x75\xf6\xfb\x01\x6d\xa7\xff\xe7\x19\x60\xfe\xa7\x91\x4e\x25\x68\xe7\x84\x5b\x95\xaf\xed\xf3\xcc\x41\x6b\x50\x2f\xd4\x2b\x9b\xf7\xc3\x59\xe0\x31\x24\x92\xa1\x4b\xb3\x3b\xef\x44\x94\x5e\x73\x26\xa9\x79\xe6\x24\x68\xd0\x27\xc5\xba\xa9\x3e\xe9\x19\xe1\x69\x3a\x11\x74\x2b\xa0\x36\xa9\x21\x1b\x9f\x1f\xa0\x86\xdf\xca\x5f\x0a\xe8\xcd\x49\x3f\x2b\x95\x20\x9d\x13\xfa\x34\xdf\xb7\xe7\x8b\x0c\xeb\xf4\x76\xba\x88\x08\x8a\x7f\x80\x4f\xb2\x05\x15\x8c\x80\xbe\x0a\xcf\x8b\x07\xa7\xb9\x1d\x85\xe6\x7c\xbb\x9e\x37\x95\x96\xde\xa1\x37\x42\x00\x4c\x52\xaa\xbe\xbc\xc1\xee\x89\x2e\xc4\xcf\x19\x53\xe7\x0d\x04\x04\xe7\x6b\xd9\x04\x82\xb3\x1a\x72\x3e\x1c\xa4\xdf\xef\x00\x46\x9a\xf5\x27\x7b\x14\x3b\x3f\xc8\x41\xe1\x41\x43\x39\xe6\xcb\xf7\x84\x53\x96\x9d\x00\xe7\x83\xaa\xab\x66\xb6\x07\xa5\x03\x04\xf7\xd6\x2f\x57\x6d\xe9\x07\x52\xdc\xf5\x0c\x0a\x85\x79\x56\x62\x39\x5d\xb6\xd7\x0f\x0e\x29\x5a\x97\x05\xbd\x95\xef\x52\xeb\x07\x8a\x36\xff\x4f\x85\x82\xe4\xde\x02\x32\xf3\x10\xd7\x46\xe5\x9b\xff\xaf\x68\xc0\xcf\x74\xa8\x13\x45\x1b\xd6\x59\x50\x7d\xbd\x00\x69\x78\x0e\x17\xd3\x6c\x59\xe9\xbe\xa0\x1d\xf2\xfd\x70\x15\x1a\x9c\xb4\xc3\x17\x8c\x6f\x7d\xf3\x2c\x31\x6d\x82\x63\xf4\x16\x22\xde\xba\x12\x86\xcf\x55\x29\xed\x25\xda\x16\xfd\xa9\x54\xc2\x63\xae\xca\xa3\x57\xb2\x6d\x01\xd4\xf8\x6a\xb4\x2a\x6f\xa1\xdd\x2f\x80\xbb\xb4\xab\x17\x14\x48\xe1\x4d\xba\x68\x9f\x73\x0c\xdb\x02\xec\xf1\x8d\x6f\x51\x81\xa4\x8a\x07\x73\x35\xa2\xe0\xe2\x1f\x36\xcc\x85\x5a\x68\xc4\x62\xba\x40\xac\xc6\xd9\xd7\x72\x03\xf6\x8c\x4f\x03\x9d\x1f\xf8\x05\x9a\x30\x3c\x9b\x4c\x85\xe0\xac\xa6\x0b\x2a\xa6\x61\x0e\x7a\x61\xce\xff\xd1\x44\x21\xef\x99\xa2\x4b\x95\x8d\x1c\xab\x23\x8e\x4e\xb7\xc8\xc5\xe2\x67\x36\x1e\xac\x04\x25\x9f\x2f\x78\x76\xea\x1c\x58\x9d\xca\x8b\xcf\x27\x60\x1b\x89\xed\x45\x1f\x75\xaf\x06\x94\x4c\x43\x3a\x98\x95\x4a\x26\x9d\x03\x6b\xe4\xd4\xa9\x05\x96\xfe\xf5\x6e\x5f\x83\x73\xa7\xc9\x1e\xe4\x00\xb1\x08\xd4\x4e\x46\xce\x6b\x10\x20\x9a\x68\x38\x4a\x19\x7c\xaf\x41\x91\xb6\xdc\xe5\x83\x17\x34\xec\xa0\x48\x33\x91\x48\x85\x60\xd7\xc3\x15\x49\xa3\x68\x80\x2a\xca\x40\x79\x05\xb1\xb8\xf4\x2f\x0b\xbe\x58\x43\xba\xb5\x85\xfc\x5c\xc5\x46\x88\x15\x14\xcc\x1e\x46\xe4\x54\x6b\x1e\xe8\x42\x6e\x93\xc1\x02\x70\x31\x32\x5e\x2f\x70\x29\xaa\x8d\x3a\xd7\x0b\x5c\xb6\x3a\x05\x00\xd7\x84\x64\xb6\x94\x42\x4e\x2f\xcb\xfe\x35\x07\x84\x92\xe6\x81\x09\x57\xcb\x9f\x6c\x47\x0b\x5e\x59\x43\xa8\x65\xa5\x26\xec\x43\x0e\xd7\xc9\xcf\xd0\x8c\x59\x3a\xcc\x1c\x9f\xbb\x7f\x50\xce\x53\xe4\x31\xf3\xbd\x2a\xb3\xce\xb5\x48\xbf\x9f\x1b\xf7\xa9\x66\x88\x7a\x31\x23\xd6\x95\x79\x16\xfc\x8c\x11\x7a\x23\x2f\x0c\x42\x9a\xb6\x85\x82\x13\xbe\xf7\x2f\xfa\x5c\x0d\x8b\x51\xfa\x5c\x59\xf9\xbf\xe0\xc3\x6e\x80\xbb\xf6\x14\x60\x1a\xe6\x0e\xf6\x15\x4c\x59\x3b\xea\xae\x7a\xde\x90\xdd\xcb\xd0\x6c\xa5\x47\x95\x9f\x21\x07\x84\x62\x16\x94\x6a\x9f\x5d\x7d\x70\x96\x74\x71\x5c\xc8\x73\x6f\x84\xb1\x60\xca\xb4\x92\x6d\xd1\x83\xca\x46\x97\x75\x24\xc9\x5a\x29\xba\x54\xd9\xea\xb2\x0e\x0a\x5d\xdd\xd2\x16\x3c\xa6\x0c\x43\xd6\x91\xcc\xeb\x4e\xb0\x07\xa5\x5c\x5a\x80\x39\xd6\x8f\xac\x8b\x77\x0d\xef\x41\x66\xc6\x9a\xde\x20\xa9\xd2\xf2\xda\x5d\x41\xaa\xd4\xc7\xc5\x4b\x97\xb7\x29\x9c\xca\x3f\x47\x03\xeb\x78\x59\x30\x30\xb3\xbc\x03\x41\xd6\x3d\x90\xf2\x44\x44\x20\x97\xd5\x47\x4a\xb3\x26\xae\xb3\x26\xac\x9b\xda\xdd\xf1\x3f\xc6\xde\x24\x67\x9b\x5e\x59\x0e\x9b\x7b\x15\xdf\x0e\x5c\xec\xc9\xc9\x3f\xf1\xd8\xde\x43\x75\x34\x34\xd0\xd5\xc5\xb1\xb4\x7f\xa3\x22\xc8\x88\xe7\x18\x92\xf1\x0d\x5e\xe0\x7d\x8a\x55\x6c\x92\xc9\xcc\x64\xb6\x7e\x83\x48\x6c\xc6\x3d\xa9\xf8\xf1\x29\x9d\x14\xd9\xa4\x3c\x18\x94\x66\x0c\x0a\xb8\x2b\x35\x47\x07\x8e\x09\xa4\x2c\xfe\x60\xcd\xc2\x2f\x3c\xec\x52\xe0\x9f\x0b\x4d\x37\xb8\x4f\xe6\x9e\x3a\xfc\x1b\x79\x35\x6c\x91\x3a\x61\xbb\xb3\xa9\xe7\x44\x2c\x9c\xa9\xf2\x79\x90\xb9\x27\x7f\xc0\xba\x88\x7e\xe1\x64\x12\x8c\x43\x0f\x80\xa7\x3f\xbf\x5f\xb8\x86\xb9\x03\xde\x57\xdd\x03\x52\x49\xf9\x74\x9f\x74\x52\x72\xb8\xdc\x19\x10\x0f\x2d\x09\xe4\x84\xaa\xc9\x38\x76\x42\xd3\xd4\x55\x06\xa8\x9f\x61\xed\xaf\x96\x0d\x55\x93\x49\xd2\x89\xd2\xb8\x8e\xfb\x3a\xa1\x7a\xb2\x60\x79\x22\x3b\xa9\x8f\xd2\x89\xdc\x52\x87\x6f\xe9\x27\xd5\x4a\x36\xb3\x9e\x48\x2e\x65\xd6\x72\x52\x8c\xb2\x41\xf2\x8c\x6b\x55\x1a\x33\x52\xe0\x17\x15\x3b\xb7\x5d\x4e\xbf\x79\x3e\x83\xfb\x84\x24\x56\xdd\x03\x8f\xa7\x84\xa6\x33\x22\x47\xb3\x2e\xac\x27\xaa\x79\x55\x49\x06\x27\xcd\x74\xb6\xf4\x9d\x89\xee\x45\x82\x34\xb2\x97\xf6\xec\x76\x16\x8e\x55\x87\xcc\x66\xfa\x33\x02\xa5\xb2\x9f\x17\xa8\xaa\xd4\x94\x13\x89\x98\xa6\xfc\x89\x5c\xcd\x71\xe7\x27\xf2\x99\x9a\x9f\x9e\xf4\x90\xb2\xa9\xf1\x64\x15\x9e\xda\xfe\xca\x76\x74\x32\xe9\xbc\xed\xa7\x27\x05\x36\xe9\x1c\x4f\xea\xa5\x6c\xfc\x3a\x97\x40\xa6\x0b\xee\x99\xb9\x22\xcd\x88\x49\x07\xc2\x4f\x97\x38\x95\xd2\xcf\x9c\x10\xd8\x86\xb3\xc4\x9f\x99\xa7\x52\x37\xd4\x33\x53\xae\xf4\xaa\xe1\x16\x6f\x23\xee\x09\xc5\x54\x2f\x6e\x07\xe5\xd6\xb1\x3e\xcb\x9a\xb5\x96\x01\x8f\x2c\x4b\x19\x67\x29\x50\xd0\xb8\x43\x62\x86\xc4\xaf\x93\xf9\x51\x9d\x2a\xe1\x5c\x8a\x2a\x29\x27\xce\x42\x94\xf7\x17\x37\xbb\xf0\x24\x1e\x02\xc2\x83\x30\xbc\x44\xbf\x91\xeb\xca\x39\x37\x4f\x14\x1a\x6a\xc1\xb3\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xab\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\xeb\x19\xc3\x14\x69\xf3\xf0\x09\x79\xd0\xc2\xdc\xb9\xdc\xbd\x0c\xf7\x86\xf8\x02\x9f\xd0\xc6\x09\xf9\x83\x97\x2b\x12\x10\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\x50\xd4\x9a\x3b\x91\xc3\xfb\x80\x00\xc2\x1f\x8c\x46\x9e\x85\x9f\x33\x0b\x3f\xfb\xe1\x48\xb5\x13\xd6\xcd\xe1\x55\x21\x9d\xbe\x2a\x2b\xf7\x93\x6e\xf4\x36\x08\x9f\x7d\x45\x45\xe8\xf7\x83\x48\x4c\x4f\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\xcc\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\xb5\x08\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\xbd\x4c\x9a\x4a\x8b\x7f\x73\x15\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\x24\x8e\xfe\x1e\x94\xc4\x74\xe2\xe4\x0c\xbd\xf7\x27\x79\xab\xc1\x76\x32\x6d\xa3\xa0\x80\x44\x5b\x16\x6b\xcf\x73\x51\x4b\x0f\xb1\xd6\xa0\x45\x7d\x52\x62\x1c\x3e\x93\x08\x8b\x74\x72\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x0c\x28\xb5\xce\x89\x44\x5a\xc9\x57\xbb\xf3\x22\xbe\x78\xb3\x20\x15\xfa\x26\x77\x5e\xef\x07\x08\x1f\x3b\x24\x85\x3d\x4c\x59\x90\xf3\xb5\x4a\x05\x71\xde\x6b\x52\x1a\x01\xb6\x59\x95\x0b\xeb\xe7\x4d\x7a\x97\xfd\x05\x18\x7c\xf1\x0b\x9d\x2f\x68\x15\xf7\xa2\xda\xda\x3c\x1a\x67\x6d\xef\x3d\xe1\xf3\xf6\x23\x03\x20\x9f\x44\x29\x7f\xa5\x9f\x3b\x11\x37\x59\xbb\x27\x8c\x84\x67\x3e\x21\xcf\xd2\x2c\x68\x3e\xd0\x07\x0e\x3b\x24\x9f\x9f\xa0\x9c\x86\x61\xf0\x89\xc1\xd9\xc1\x7d\xe7\xb3\xb6\x41\x3b\x4b\xa1\xb7\xbb\x47\x10\x74\xb3\x56\x28\xfc\x0e\xef\x3c\x72\x4f\x0c\xd5\x45\xee\x27\xdc\xe3\x9c\x13\xf4\x7c\x90\xe2\xc5\xc2\x02\xcc\xc0\x3f\xc8\x87\x3c\x5e\xf6\xa6\x3f\x5f\xec\x9a\xd1\x00\xc5\x72\x7f\xa4\x8f\x17\x6e\x1a\x16\x04\x29\x64\x4b\xf3\x71\x22\xd5\x84\x43\x4a\x4e\xe4\x83\x1d\x2e\xe0\x73\xc2\x35\xae\x17\xff\x26\x03\xd2\x07\x93\xa4\xd2\x27\x18\x35\x03\x5c\xfa\xe8\x9c\x3c\xa0\x82\xf1\xe4\xe5\xc3\xa7\x63\xf2\xf2\x11\xfc\x00\xe9\x29\xcc\xfc\x27\xe7\xac\x35\xc0\x82\xec\x00\xda\x73\x9e\x48\x59\xe4\x29\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x9f\x39\x51\xc2\xe9\x1e\x14\x7c\xb4\x7a\xcc\xc9\x31\xd5\x03\x64\x7c\x17\x39\xb8\x02\xd1\x5d\xf2\xf3\x15\x88\x2c\x9a\x24\x24\x76\xd7\x55\xb8\x02\x27\xed\xf7\x59\x9e\xa4\xeb\xf7\x89\xf6\xa0\xdf\x17\x24\x76\x0f\xb8\x36\xc2\x1f\x20\xb9\xf0\x4f\x87\x94\xe8\x8b\x1f\x2c\x4e\xac\x29\x44\xae\x41\x8b\x8c\xd4\xaa\xf8\x37\xa7\x2c\x28\xa1\x16\x94\x73\x94\x5f\xc8\x33\xe6\x5c\xef\x57\x84\xc7\x83\xc1\x1e\x17\x54\xd5\x41\x5a\xf8\xac\x11\x90\x1d\xd6\xc5\x07\xae\xc4\xcb\x99\x08\xed\x45\x9d\xa7\x0e\xc0\xc5\x72\x01\xb6\xfb\x5f\xa8\x0e\xe0\x4c\xeb\x17\xe4\x63\x27\x39\xbf\x98\xb5\xcb\x0e\x0d\x57\x5e\x27\x42\x73\xc8\xeb\x96\xea\x37\x48\x5a\xc5\x16\xaf\x4f\x20\xae\x4e\x4e\x7c\x41\x81\xe9\xbc\xe8\x17\x7d\xe4\x9c\xfb\xf7\xca\x9c\x94\x87\x98\xf8\x2d\xc0\x2c\x9f\x39\x51\x92\x0b\x21\x0b\xc3\xe9\xb4\x2f\x06\x8d\x7a\xb7\xcb\x3a\xd8\x7e\x01\x7b\x23\x39\xec\x62\xb1\x5b\xc9\xaa\x57\xa1\xb2\x38\xfa\x01\xf0\x49\x2c\xea\x2a\xdc\x3c\xb7\x23\xc7\x81\x18\xce\x55\xc8\x79\x45\x6b\x2e\x78\xdd\x39\xe9\xf3\x45\xf5\xa6\x5d\x2e\xae\xba\xaa\x33\xea\x37\xa7\x20\x5a\x72\xc1\xa8\xea\x5c\xd5\x17\x84\xd9\x16\xff\xa6\xb4\x78\xbf\xea\xa2\xee\x5a\x71\xe5\x7c\x04\xa2\x25\xea\x6a\xb4\xc6\x5a\x7d\xfe\x8d\x2c\xb0\x06\x08\x34\x9d\x2e\x2c\x70\x21\x77\x46\xff\x39\xb1\x08\x64\x30\xcb\xbd\x98\x63\xac\x1b\x64\xb4\xd0\xda\x7b\xe9\xa2\xa6\xb3\x1b\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\x83\x00\x9a\xce\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\x60\x60\x16\x32\x3b\xb2\x5c\x0c\x43\xed\xde\xa8\x7e\xfe\xf3\xe7\x27\xdc\xee\x5a\x8e\x7c\xc3\x0f\xb8\x0f\xee\x72\xe1\xb3\xc7\x04\x3e\x1b\x74\x4b\x1c\xd6\x2d\xf4\x5a\x19\x3b\xf4\x01\xd2\x8e\x39\x91\xec\x35\xe8\xc5\x22\x59\xe4\x1a\xbc\x7b\x49\x49\x7c\x8d\x75\xa5\xd4\x18\x83\x14\x57\x9c\xea\x46\xce\x3f\x9b\xbe\xee\xc4\x63\x2a\x1a\x7d\x33\x7e\xc9\x02\xc2\x8d\x9a\xb9\x4e\x3d\x7a\xb3\xb4\x88\x19\xc5\xcd\x9a\x6f\x0e\xd4\xba\xe1\x60\xeb\x9c\x98\x37\xa9\x89\xc4\xfe\x9b\x97\x6b\x53\xf1\xfb\x23\x1e\x29\x78\xc8\x4c\x02\xa6\x9b\xef\x8d\xcb\xb5\x93\x64\xde\x79\x1d\x8a\xa8\x07\x54\x71\x68\x92\xf4\x0a\x71\x80\xd4\x4d\x6a\xa3\x63\x75\x93\xb8\x64\x8f\x30\x39\x27\x7d\x80\xa4\x80\x4e\x30\x75\xd3\x4b\xc4\x0e\x37\x37\xe2\xa1\x46\x17\xea\xdf\x8b\xba\x14\x7f\x52\xd0\x85\x26\xc9\x94\x7f\xe6\x56\x77\x59\xc0\xd7\xac\x0a\xcf\x42\xf3\x27\xdf\xba\x5c\x68\xe6\xa6\x05\xc6\x4e\x3b\x37\x03\xa2\x6c\x39\xbc\x61\x51\xb1\x55\xe0\xc6\xed\xda\x69\x85\x6e\x5e\x9e\xed\xdd\x72\x57\x06\xa6\x24\xbf\x31\x38\x4d\xed\x17\x72\xf8\x38\x65\xee\x8d\xeb\xb4\x9d\x09\x6f\x52\x20\xb1\x9b\xbb\x2e\x0c\x11\x02\x20\x05\x4f\x51\x25\xe7\x7e\xc3\x15\xd7\x59\x58\x6e\xd0\x80\xc3\xe5\xeb\xee\x06\xa4\x13\x1d\xbd\xdb\xda\x4f\x3f\xc0\x98\x22\x2b\x77\x23\x12\x4a\xc4\xba\x3b\xd7\xad\x39\x74\x6e\x86\x40\x8d\xac\x81\x4e\x7a\x70\xc3\x1c\x61\x37\x8f\x7b\xdd\x6e\x75\x9f\xb9\x51\x2d\xee\x07\xed\xe9\x86\x6b\xb7\x8a\x1b\x69\x04\xbb\x39\xf9\x4d\xbf\x5c\xb3\xfe\x1b\x41\xe1\x0e\xd2\xbb\x61\x5e\x70\x7c\xcf\xcd\x12\x71\xe6\xc3\x37\xd3\x06\x9a\x11\xdf\x4c\x1b\x68\x6f\x95\x1b\x24\xc0\x01\x34\xf7\x47\x01\x92\xc9\xd4\x0d\x02\x90\x6c\x1f\xb8\x4f\xd6\xdc\x11\x5c\x10\x5d\x65\xf6\x72\x9f\xcc\x75\xa9\x0e\xce\x85\xd5\x9a\x02\x0c\x14\x56\x16\xde\x48\xc2\xe3\x2c\x02\xf7\xc9\x88\xdd\xbf\xa9\xee\xda\xef\x93\x50\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x62\x11\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xf1\xf3\xfb\xbb\xe4\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\xad\x74\x9a\x21\x92\xfd\x34\x31\x89\x9b\x5e\x29\x3e\x19\xdf\x25\x38\xb9\x54\xc0\xfd\xdd\x81\xf3\x0f\x02\xdc\x8b\x91\xf9\x05\x12\x80\xee\x1e\x18\xd4\xaf\x19\xa1\x30\x8a\xb5\xbb\xf7\xba\x13\x47\xbf\x70\xc2\x21\x49\x40\xba\xd7\x51\xd1\x1a\x71\xcd\xb5\x9b\xd7\x8d\xc2\x28\x4e\xc3\x7e\xdf\xe4\x7c\x5e\x24\xf2\x05\xb9\x70\xca\xfd\x50\x92\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x17\x66\x61\xf0\x66\xa1\x14\x8b\x93\x37\xe2\xc2\x4a\x30\x85\xc0\x45\xd8\xde\xe7\xf7\x77\x11\x8e\x76\x6f\xbb\x97\xc3\xb3\x87\x24\x65\xfd\x79\x01\xd5\xab\x74\xb1\xbd\x5f\x54\x2b\xf7\xe9\x7d\x69\xda\xf9\x79\x00\x82\xe0\x0e\x90\xc0\xda\x1e\xf3\x37\x6e\xc2\xbe\x1e\xdd\xb8\x09\x5b\xd5\x70\x33\x18\xde\x4e\x53\x37\x6b\xa5\x18\xf9\xd6\x55\x58\xfc\xff\x7e\x91\x2b\xa6\xb8\x47\x02\x5a\x22\xf2\x3d\x91\x2e\xc1\x64\x94\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x3c\x8b\x49\x8f\x4c\xff\x06\x7a\x98\xeb\x31\x41\xb5\x9d\xb9\xee\x75\xfb\x95\x10\xf9\x1c\xbc\x17\x4a\x99\xf9\xb0\xfa\x9d\x73\xfa\x3e\xbc\xbd\x36\xff\xc6\xc1\x15\x5d\x7c\x8e\x45\x5a\xfd\x00\xe8\xd0\xdc\x23\x28\x8f\x18\xeb\x03\xd7\x68\xbb\x95\x3e\x0c\x0c\xb3\xe8\xff\xc0\x37\xda\x9e\xaa\x0f\xef\xb2\x62\x40\x0f\xcd\x53\xd1\xbf\xb1\xfb\xc2\xf1\x07\x57\xdb\x26\xf6\xf1\xf0\x6a\x2b\x95\xc0\x13\x16\x5c\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\xaf\x39\x22\x94\xd9\xba\x9f\x67\x69\xce\x25\xf6\x3e\x64\xfe\x22\x8f\x0f\x42\x9d\x5b\x77\xfb\x3a\x34\x7e\x01\x99\xc0\xb4\x95\x0f\x43\x9d\x83\x2e\x69\x4f\xe5\x51\x17\xdc\xe9\xe2\x69\xed\xfd\x03\x8f\x4e\x2b\xd4\x1e\x5c\x28\xec\x1e\xf6\x34\x82\x45\x6b\x40\xa1\x5a\x9b\xa3\x9f\x46\x55\x8b\x7f\x37\x50\x70\xff\x5e\xb8\xa2\x19\x74\x0e\xd0\xff\x86\xff\x3c\x7d\xa1\xbb\xa6\xc3\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x9a\x30\x62\xa4\x5d\xca\xea\x61\x8c\x74\x10\x4f\x7a\x96\xa0\x20\xf1\xf6\x19\x0b\x9b\xb5\x86\x41\xc3\xa4\xd8\xd0\x03\x0f\x4e\xe7\x7c\x7a\x06\xa5\x1b\x6f\xdc\x92\xeb\x45\xad\x1e\x3a\x1e\xd8\xd3\xef\x39\xe1\xb4\xac\x53\xf9\xb0\xb4\x6b\x10\x59\x7f\xe0\xc3\x69\x6d\xeb\x73\x52\xc4\x92\xc4\xfb\x30\xbb\xaf\x23\xeb\x1e\x64\xd3\x6b\xb6\x8f\x3f\x17\xc9\xb4\x24\xdc\x07\x6a\x62\x73\x8a\xe7\x2a\xec\xc2\x2f\x34\x3e\xd0\xb4\xc8\x50\xed\x7b\xf7\xc0\x75\xc0\x3e\x47\x0f\xb5\xc6\xf6\xa5\x7b\xae\x55\x76\xdc\x5d\x40\x06\x10\x8d\x7b\xee\x05\x0a\x6d\x19\xf4\xc6\xf6\x4c\x7b\xee\x35\x2b\x6d\xd9\xbd\x60\xa3\x31\xee\x35\x4d\x6d\xd9\xdd\x79\xfa\x3d\x08\xcb\x56\x19\x0f\x11\xb4\x63\x27\x89\xe7\x86\x80\x6a\xc4\x62\xbe\x96\x50\xfd\x00\xf4\xc3\x34\x8e\x69\x85\xed\x19\xf0\x3c\x4c\xc7\x28\x79\xf2\x59\x3e\x10\xd9\x9f\x80\x64\x18\xf5\x59\x1c\xcc\x56\xf9\xe7\x21\xd5\x13\xdf\x7c\xc8\x04\x4d\x10\x1e\xce\x5a\x90\x80\xf6\xd7\xf2\xd6\x83\x58\x68\x1b\x31\x9f\x8f\xc7\x45\xeb\x2d\x1f\xb0\x34\xdb\x0f\x9f\x77\x1d\x1f\x75\xc8\x50\x68\x7b\x2e\x3e\x2f\xc9\x9a\x04\xd2\x07\x55\x18\x86\x11\xf5\x5d\x24\x46\x90\x7c\x51\x0b\x5b\x12\xeb\x43\x7d\xae\x9d\x23\x9f\x09\x11\x28\xfa\x85\xcc\x21\xfc\xa0\x40\xfe\xd0\x1c\xe0\xdf\x69\x7b\xe1\x43\x87\x09\x6b\x31\x9e\xc9\x65\x6f\x38\xbe\x8b\xff\x88\x35\xbf\x07\xc5\x8d\xe8\x37\x10\x89\x26\x94\x7a\x8f\x75\x9a\x86\x1e\xdc\xfc\x22\xe9\x01\x72\x3a\xeb\x48\xbf\xe0\x1f\xd6\xf4\xbf\x21\x70\x99\x1a\x82\xfe\x0c\xd6\x30\xbc\x61\x4d\xc2\x9f\x60\xda\x42\x98\x37\xd2\xc1\x52\x9c\xf6\x85\x2f\x41\xb3\x93\xc5\x4b\xaf\x4d\xdb\x98\x5f\xa6\x4c\xb1\xd2\xe1\x45\x7e\x5f\x5f\xa4\x5f\x64\x44\xb1\xda\xf8\x4d\x04\x8d\x44\xf6\x77\x15\xaa\x97\x48\xf1\x22\xa4\xd7\x4a\xdf\x17\x09\x7f\xad\x4c\x7f\x13\x97\x21\xc4\x7f\xa9\x82\xb0\xc2\xe0\x4d\x4b\xcf\xa1\x95\x23\xae\xc4\x26\x80\x37\xa3\xba\xb9\xd0\xf8\xcd\x0d\xed\xea\x00\xfa\x03\x6b\x94\x5e\xe8\x22\xad\x28\x7c\x51\x52\xde\x6a\xe7\x97\x75\xa6\x42\xf3\x07\xc0\x98\xe0\x09\x50\x8f\x26\xe9\xf2\x65\x21\xaa\xfa\x33\x04\x29\xb4\xa4\xc1\xb7\x10\x70\x7f\x95\xa0\xee\x65\x41\x01\xeb\x50\x5e\xe8\x12\x7c\xff\x7d\x11\x40\x62\x15\xd8\x4b\xc5\x40\xfd\x79\x40\xe1\xa0\xf8\x0b\xb8\x03\x8a\xd7\xbf\x70\xc5\xf4\xd5\xe8\xad\x6b\x23\x35\x24\x5d\x31\xad\x75\x79\x11\x00\x6c\x85\xc7\x0b\x4f\x4c\xab\xc8\xde\xca\x8b\x42\xf1\x07\x3c\xca\x52\x4e\xbc\x4b\x33\x20\xce\xf7\x32\x00\xc4\x7a\x98\xb7\x11\x65\xa5\x01\x79\xdb\x9a\x96\x3e\x41\x04\x88\xef\x33\x2f\xd2\xf9\x3a\x8b\xe3\xdb\x48\x25\xab\xbb\xac\xf8\x40\xeb\xa2\x46\xd2\x19\x14\x5f\x6a\x20\xad\x27\x7e\x99\x5b\x25\xc8\xfc\xf9\x42\xfd\xd0\xec\x94\xf3\x42\xfd\x60\x46\xf7\x42\xe8\xf0\x7d\xe5\x85\xb1\xdd\x32\xf1\x0b\xed\x83\x85\xe6\x17\x39\xec\x2c\xb8\xbf\xac\x43\xd5\xab\x5f\x00\x46\xfa\x4c\xf4\x0b\xbf\x35\x45\x46\x09\x8b\xf3\xbe\x2c\x7d\xda\x25\x42\xbc\x83\x33\xd2\xaa\x59\xe4\x20\x48\xe0\x7d\xe1\x2d\x69\xf1\xf2\x1d\x9c\xb2\xe0\x3a\x16\x1c\xfd\x01\x79\xa0\x04\x84\x17\x52\x8a\xc5\x98\x77\xf0\x2e\xec\xad\x18\x0b\x29\x3d\x89\x87\x0f\x3c\x08\xa5\x6a\xaf\x03\xc6\x73\x0b\x21\x2f\xab\xa3\x5a\xfe\x7b\xcf\xb5\x7b\x9a\xf7\xb9\x40\xa7\x41\xa0\x53\xb0\x68\xf4\x7e\x82\x4d\x74\x10\xda\x0b\x8f\xc9\x1f\xd0\x9d\x3c\xcb\x62\x38\x2f\xeb\x52\x05\x5d\x26\x5e\x0a\x3e\x5e\x17\x82\x57\xcc\x87\xdf\x8b\x93\x76\x3b\xf5\x5d\xba\x1b\xbc\x17\xaf\xab\x3f\x5f\x20\x76\xc4\x2e\x29\xef\xb5\xca\x60\x6a\xd6\x17\x55\x3f\xe2\x93\x2f\xc4\x9c\xae\x8b\xff\xfb\x89\x39\xcd\x6e\x5f\xef\x4d\x7e\x61\x9c\xba\x81\x73\xe2\x82\x2f\x22\x95\xcd\x78\xdf\x25\xe4\x18\xa7\x70\xf1\xff\x61\x72\x90\x71\x5c\xf2\xe9\x85\x88\xf3\xc3\xd2\x60\xfa\xb6\x7c\xf2\x32\xfd\xcb\xe1\x09\xc0\x52\xec\x09\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x1f\xe7\x17\x85\x11\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xc1\x80\x0e\x9b\xf6\xf5\x79\x69\x4d\xb6\x57\xf4\xcb\xd2\x06\x76\xa3\x7e\xe7\x02\xbc\x96\x35\x17\x60\x35\x0b\x06\x14\x7b\x96\xac\x26\x1a\xa4\x56\x7a\x27\x23\x75\x8d\x93\x93\xd3\xd2\xe6\x52\x62\x29\x6e\x67\xb5\x10\xcf\x01\xc8\x21\x66\x33\x99\x43\xce\xea\xcd\xc9\xf2\xf1\x76\x65\x9e\xb8\x41\xe7\xf2\x57\x01\xae\x13\x85\x47\xcd\x1a\xe6\xc1\x43\x28\xc2\x3e\x8f\x45\x1b\x86\x1e\x0c\x04\x53\x65\xfd\xc6\xa1\x14\x37\x9a\xb0\x1d\x9b\x54\x4c\x24\x4d\x31\x95\x9f\xb8\x2d\x9b\x46\xcf\x4f\xf8\x49\x86\xf1\x0c\x9c\x91\xd6\x17\x2a\xd7\x97\xf4\x80\x36\x04\xdd\xb7\x27\xe3\x88\xed\xf9\x33\x03\xc8\x57\xf5\x0b\x80\xb9\xe8\xdd\x0c\x9c\xa2\xdf\x87\x6c\x1c\x3c\x25\x06\x73\xfd\x0c\x09\xf1\x4b\x27\x72\x46\x4a\x42\x3a\xb2\x33\x92\xa4\x36\xbf\x81\x23\x59\xfd\xc2\x82\xab\xe6\xc0\x98\x19\x7b\x52\x4f\x96\x5f\xc8\x7e\xe1\xfc\x84\x63\x5d\xfb\x26\x73\x18\x5b\x8f\x3d\x23\xe5\x00\x11\xb3\xc9\xca\x54\xe1\xa7\x0b\x62\xb8\x71\x25\xb2\x22\xaa\x66\x95\xb8\x17\x9a\x43\x5a\x79\xe2\xb5\x59\x69\xad\xcb\x5f\xf0\x42\xa5\x7b\xc4\x64\xa9\xa9\xea\x69\x25\xb8\x61\x09\xa1\x67\xe2\x66\xb8\x4b\xf2\x92\xe6\x41\xb9\x3b\x9a\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\x04\x5a\xc6\x26\x3b\xf4\x64\x32\x38\xb9\xfe\x3c\x00\xca\x19\x87\x33\x75\x4a\xa2\x3e\x13\x95\xa8\xf2\x4f\x97\xc0\x39\x1d\xfc\x09\x9f\xd0\x1f\xc8\xe6\xb5\x7b\x5a\x04\xc5\x4c\xef\x26\x83\x97\x6d\x88\x9f\x14\x2b\x8d\x0f\x9f\x58\x99\x1c\x1e\x38\x33\x17\xe9\xdf\x93\x6b\x50\x07\x85\xd2\x91\xb1\xbc\x30\xe6\x41\xbc\x68\x32\x58\xb9\x7b\x2b\x90\x39\xe6\x07\xb0\x74\xf9\xb4\x55\x62\x16\x4e\x4a\x60\x80\xe0\x68\x8d\xf3\xa4\x03\xa7\x34\x36\x93\x5a\x26\x3b\x87\xcf\x41\x86\xab\x29\x20\x75\xad\x1d\x07\xe7\x92\x02\x7c\x78\xa9\xde\x30\x31\x40\x32\x92\x9f\xbd\x84\x07\x5d\x97\xe8\x3a\x4f\x4a\xc7\x26\x77\xe7\x5a\xa4\x1f\x2c\x04\xd4\x98\x9f\xd8\x90\x5d\xb1\x7c\x9e\x1d\xbf\x35\x67\x18\x16\x7e\x3b\xf8\x20\xff\x73\xb6\x4f\x4e\x49\x40\xa0\xc3\x9c\x2e\x35\x13\xb9\x4b\xec\x8a\x36\xaf\x88\x48\x12\x8d\x77\xad\x29\xbb\x03\x6c\x83\xa1\xc8\x2c\xb4\x76\x23\x9c\xc8\x6d\x62\x81\x7e\x7e\x02\x41\x77\x65\xc1\x09\x3d\x88\x6b\x1f\x4c\x96\x4e\xb2\x6f\xe4\xbc\x90\x2a\x57\xbc\x72\x2e\xbd\x88\x69\x2a\x73\x9b\xd8\xfa\x32\xef\xf8\x89\x14\xc9\xbf\xf3\x3f\x7f\xda\x30\x72\x41\x71\x62\x8d\xf8\xbc\x79\x73\xf3\x9c\xa1\x26\xc9\xf6\x3c\x9c\xcc\x6b\xdb\x7e\xc6\xa4\x48\x68\xaa\x4a\xa1\xa1\xd5\xbf\x4a\x96\x3a\x99\x0a\xc5\xb4\xeb\x59\x6b\xd2\x80\xd4\xa2\x18\x99\x99\x61\xce\xae\xe8\x93\x21\xb2\xed\xe7\x0b\x70\x16\xdd\x62\xe6\x32\x2d\xfc\x7c\x01\xd6\x25\x63\xc5\x7c\x79\x45\x31\x2e\xc0\xc3\xcd\x62\xcc\x7c\x49\xf7\x8d\xcf\x4b\x2b\xe2\xcd\x46\x1e\x5c\x5b\x06\xe6\xcb\x50\x3c\xb7\xd3\x26\xfb\xf3\x00\xd9\x1f\x8d\xbe\x48\x83\xdb\xa5\xf3\x9a\x2f\x2b\x73\x69\x51\x2f\x09\x89\xbf\x5f\xbc\xca\x1d\x00\x9f\xa5\x66\x9b\x50\xaa\x38\xfb\xea\x5c\x86\x01\xaf\x01\x61\x29\x5d\x9a\xa3\x39\x17\x98\xfc\xc5\x3a\x72\x1a\xe2\x13\x83\x92\xd5\x6e\x13\x71\x2b\x43\x0a\x8e\x39\xc9\xaa\x8c\xd1\x9f\x50\x93\x6c\x67\x9e\x73\x61\xf4\x1a\x62\x1c\xa8\x7d\x20\x62\x37\x8e\x03\x0e\xf2\xbb\xc7\x71\x1c\xbc\xe3\x74\x3f\x48\x1f\xd8\x0e\x7f\x40\xcd\x50\x77\x8f\xd8\x88\xad\x41\x1b\x07\xf4\x3a\xda\x88\x71\xac\x8a\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x4a\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\xe2\x0b\xa3\xa9\x1d\x19\x55\xfa\x50\x7f\x28\xbd\x70\xfc\xfc\x86\x63\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x91\xdc\x38\x78\x3c\xd2\x99\xaa\x25\x7e\x62\x50\x53\x7a\x95\x71\x84\x13\xbb\xe0\x01\xa9\xc9\xea\xfe\x00\xe1\x23\xd5\x1f\x60\x85\x87\x7f\x4f\x98\x07\x05\x74\xc4\xbc\x48\xf9\x32\x0e\xa4\x56\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xcd\x91\xba\x98\xae\x35\x21\xd0\x38\x19\x06\x48\x43\xa7\x74\x1c\xe3\x80\x8a\x4a\xda\xbc\x71\x24\x02\xd5\xed\xd4\x92\x55\x41\x1d\x69\x80\xa3\xa1\x0e\x71\x46\x01\x56\xe3\x48\x74\xea\x73\x3b\xb1\xc2\x1d\x92\xb1\x37\xbd\x90\x99\x9c\xc3\x50\x87\x0b\x5e\x35\xae\x33\x49\x9d\x12\x36\x8d\x23\x93\xc8\x0c\x3f\x80\x6f\xbc\x17\xc9\x90\x15\x2f\x12\xd2\xc9\x08\x82\x2b\x7c\x68\xfa\xcf\x14\x90\x82\xc4\x98\x96\x29\x49\xfa\x74\x41\x5a\x91\x17\xec\x38\x10\xd0\xa2\xb4\xfa\xe3\x28\x38\x7d\x41\xef\x23\x3c\x65\x04\xbd\x0f\xd1\xe4\x67\xc2\xf0\xc6\x1b\xc1\xdf\x83\x60\x04\x01\xb1\x7c\x98\x9a\xbd\x80\x42\xcc\x34\x22\x14\x40\x39\xfa\x05\xf2\x16\xe3\x76\x21\xd8\x35\x23\xc4\xa6\xa4\x23\xfc\x05\xef\x19\xc7\x27\xf7\x34\xe9\xd2\xc7\x51\xc9\x5a\x7c\x74\x19\xb8\xe2\xf5\x7c\x82\x51\xfa\x41\x02\x5a\xdf\xe4\xa5\x34\x8e\x0a\xcf\xff\xe4\x0e\xb0\x60\x9f\x14\x96\x80\x08\xfe\xcd\xeb\xaf\x21\x50\x1f\x58\x39\xfd\xc2\x8b\x1b\xbb\x20\x08\xef\x3e\x79\x7b\x8d\x83\x91\xcc\x3f\x53\x84\x32\x6d\x44\xcd\xa0\x91\x40\x0e\x2d\x12\x91\xcb\xd9\x48\x02\x65\xda\x30\x10\x90\x6f\x45\x79\x46\xc7\xd1\x3a\x7e\xbb\x9d\xda\x99\xe1\x17\x4e\x6c\xba\x5f\x40\x86\x67\xe3\x39\x9c\xfd\x86\xf7\x10\x39\xf8\xb2\xa9\x0d\x5c\xfb\x54\xed\x6d\x1c\xd0\xbc\x29\x51\xc8\x38\x3a\x57\xa4\x09\xf7\xf4\xcf\x9f\xa2\x1c\xb5\xe3\xa0\x81\xaf\xb8\x3f\xf2\x31\x6f\x0a\x55\x73\x9e\x30\x73\xfa\xfd\xcc\x18\x9e\x43\xc3\xf4\x0d\xaa\xba\x11\x85\x54\x7d\xa1\xa5\x80\xda\xc9\x23\xbc\x6d\x9d\x8c\xcd\x27\xa5\x63\x9f\x92\xb6\x85\x81\x31\xcd\x2f\x8c\x80\xb3\xa9\x2e\x97\xc5\xd0\xb3\x1c\x34\xfd\x14\x77\xc1\xeb\xae\x59\x1b\x73\x00\x06\x4f\x6b\x50\xc9\xed\x37\xce\x85\x1d\x9a\xe7\x49\x21\xa0\x09\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\xf3\x64\x05\x89\xfa\xf3\x45\x85\x63\x9e\x3f\x00\x8a\x1b\x3f\x4e\xea\x98\x04\xbc\x93\x90\xd0\xba\x18\xbe\xdc\xcc\xf3\xa1\x6b\x1b\x3e\x33\xcb\x06\x39\x34\x85\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x5a\xf7\x45\x31\xd6\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x34\x4d\x88\xd2\xc1\x2f\x30\x31\xb3\xac\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\x15\x28\x96\xac\xdb\xfd\x80\xbb\x61\xe0\x3d\x54\x8a\x78\x9e\x50\xb0\x8d\xa4\x2e\x1f\xa2\x6a\x17\x6c\x1e\x5a\xb3\x3d\xab\x07\x41\x3a\x06\x1e\xd3\x02\x36\x8b\x54\x2c\x02\x61\x71\x00\xd2\xb1\x52\xec\x8f\x03\x5e\x2f\x0a\x70\x1f\xc7\xb2\x10\x1a\x10\x2f\xd2\x4a\x15\xcd\x91\x41\xd5\xcd\x44\x0b\x39\x00\xf3\xcf\x0b\xb4\x4b\x1b\x0b\xa9\xa2\xfb\x11\x31\x26\x4d\x19\x66\x5d\x0c\xf1\xf8\x91\x0c\x27\x13\xe3\x68\x59\x73\xe1\x84\x06\x99\xdc\x40\xf7\x00\x09\x5b\x32\x47\x58\x1a\xb7\xe1\x07\x58\x77\xf6\x6f\xde\x00\x75\xfe\x02\x42\x32\x86\x45\xc5\xb0\x8c\x8a\xe3\x6f\x82\x5a\x47\x38\x28\xc8\x69\xab\x02\x73\xc2\x28\xc4\x63\x04\xd6\xf5\x52\x3c\xc6\x08\x81\x53\xd2\x80\x81\xca\x02\x41\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x82\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\x35\x99\x23\x30\x39\x9f\x22\x2c\x46\x60\x2e\x3e\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\xae\x79\x6b\xd4\xb8\x20\xa5\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x18\xf8\x11\x8e\x50\xd9\x2f\x90\xe2\x0a\x87\x02\x4b\x77\xc9\x4b\x63\x04\xd8\x35\x15\x49\x38\x02\xcb\x94\x5a\xa4\x0b\x89\xc0\xf3\x6f\x02\xaf\xfa\x01\xd9\xfb\x70\x97\x94\x12\x75\xda\xc2\x32\x6c\xea\x30\x05\x68\xb9\x4a\x3c\x3c\x2a\xcf\xf8\x70\xa7\x0f\xdf\xd0\x2e\x33\x54\xb9\x1a\x8d\x72\xe7\x1b\xda\x01\x54\x2f\x8d\x9e\x28\x8c\x9b\x23\xbb\x07\x14\x16\xf5\xac\x90\x30\x4f\x85\xe9\x47\x80\x58\x97\x7e\xde\x47\x6c\x92\x41\xb7\x94\x50\xe2\x1b\x01\x99\x65\x54\x42\x76\x84\xb2\xa6\xa8\x1e\x21\xf8\xc9\x50\x30\x02\x05\xbd\xec\x76\x00\xca\x34\x23\x50\xf2\xd3\x35\x2c\x14\x86\xf5\x78\x33\x98\x9a\x66\xfc\x3c\xb8\x08\x05\x7d\x52\xd7\xfe\x69\x99\x10\xd7\x8a\x67\x0d\x6b\xe6\x30\x8a\xd4\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x6a\x9d\x0e\x93\x80\xca\x6c\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0b\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x62\x63\x52\x50\xcd\x19\xd2\x97\x2a\x9b\x8f\x00\xe9\xcb\x37\xa3\xd0\x16\xdc\xb4\xe8\xb6\xe0\xe6\x07\xd4\xc7\x18\x1b\x3a\xd5\xa4\xc6\x51\x0a\x54\x45\x5f\x74\xf2\x57\xb1\x9d\x40\x09\xaa\x1b\x01\x3b\x0e\x82\x5c\xa5\x47\xf8\x44\x2a\x57\x3a\x18\x81\x12\x54\x71\x0f\x6b\x56\x7e\x01\x6c\xc9\xeb\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\xe9\x49\xd2\xc5\xca\x37\xb8\x80\x48\xe2\xea\xc3\x3a\x16\x49\xd1\xba\x99\xfa\xc5\x38\x3b\x68\xb3\x31\x86\xc1\xf5\x5a\x25\xdf\x46\x18\x6b\x0e\x7a\xc0\x3a\x15\xcd\xbb\x75\x12\x72\xea\xf2\xcc\x70\x20\x55\x8f\xe7\x82\x93\x66\xcd\x7a\xa6\x31\x08\x21\x60\xca\x1c\x26\xbf\x27\xe1\xa2\x55\x9d\xb8\xf0\x78\x95\x94\x9e\x4c\xcf\xaf\xc5\x08\xd5\xc1\x85\x3b\x8c\xe4\xca\x00\xe9\xa9\x44\xc9\xf7\x81\x85\x2d\xba\xbb\xbc\xc0\xae\xeb\x5f\x5d\x91\x02\x25\xab\xaa\x6d\xa1\x64\xd5\x0d\x65\x96\x53\x4d\x7e\x01\x0b\x34\x15\x86\xd5\x73\x0c\x6f\xec\x45\x6e\x61\xdc\xa1\x2c\x36\x0c\x76\x96\xcd\x68\x46\x1e\x94\x43\x1d\xc3\x50\xa4\x0b\xb4\x2f\x9e\xe1\xae\x70\x51\xd7\xac\x60\x09\x0d\x06\x02\xc2\x82\x93\x2e\xa2\x01\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\xcc\xfa\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\xb4\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xb6\x3f\x27\xf8\xa5\x7f\x63\x01\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\xc6\x13\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x79\xc6\x70\x6d\x6e\x86\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xe9\x0b\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xc4\x05\x98\x55\x47\xf3\x20\x0f\xbf\x10\xe4\xe1\x08\x36\x74\x7d\x89\x4c\x9c\x63\x75\x5e\x64\xea\xbf\xfe\xf3\x00\xfe\xaa\xd9\x5f\x70\x56\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\xe6\x24\x9a\x1e\x20\x9c\xbf\xf8\x03\x96\x55\xd9\x9b\x11\x03\x9c\xba\xc5\x2d\x23\x54\x88\x52\xdb\x8f\x08\x4f\xe3\xd1\xdc\x8e\x53\xaa\x7b\x44\x0c\xcb\x3c\xed\x0f\xa0\x26\x91\x30\x1c\xe1\x36\x36\xac\xae\x8a\x2c\x05\x11\xa5\x58\x88\x9f\x00\xd6\x0e\xb1\xc2\x18\x09\x58\xad\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\x60\x4c\x6b\x84\xa4\x07\x48\x99\x61\x20\x24\x42\xcd\x1d\xdc\x68\xd7\x8c\x18\x95\x26\xa7\xbf\x11\x11\x95\xe6\x43\x17\x33\xa0\xe6\x29\x33\x69\x9f\x7c\xbc\x46\xcc\x6b\xce\x9a\x13\xbc\xcc\xc2\xcf\x0b\x80\xa3\x8e\x79\x64\xd2\x3e\x2b\x3f\x62\x5e\x7b\xaf\x49\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\xc9\x39\x68\x55\x28\xad\xaa\x74\xb6\x23\x32\x48\xd6\xfa\x96\x98\x71\x30\x8b\x87\x9c\x1c\x52\x43\xc0\xed\x6c\xe8\x64\xc7\x12\xf0\x81\x86\x64\x91\x2e\xab\x67\x23\xec\x83\x43\x37\xd7\xc8\x20\xb5\xe6\xad\x61\x71\x54\x31\xe7\x88\x98\xd8\x21\xc1\x2a\xb2\x88\xd7\xe1\x0e\x80\x4d\xba\x5d\xc7\xca\x93\xac\x8b\x6d\xac\x3c\x43\xc6\xa6\x0a\xe3\x99\x84\xe0\x08\x47\xb3\xd1\xff\xea\x5e\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x61\xd5\x65\xa4\x4b\x99\xfc\x9a\x46\xa4\x9c\x25\x0f\xa0\x11\xdb\x8b\xb8\x1f\xbf\x30\x39\x0b\x75\x81\x74\x7d\xcd\xd3\x44\xc8\x6a\x32\xae\xc0\x31\xfd\x87\xae\xf4\x8e\x8c\x9e\xea\x90\x09\xf7\xe4\x28\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\xa5\x26\xac\x71\x8d\x9f\x18\x15\x65\x42\x1c\x91\xf9\x58\x14\xb8\x37\x22\x9c\xc8\x86\x77\x6a\xf0\x48\x68\x11\x08\x61\x1d\xba\x12\x45\x56\x90\xb7\x71\x20\x22\x1d\x8b\xef\xf6\x91\x21\x70\xdd\xc7\x76\xc0\x1c\xe1\x55\xa0\x2e\xea\xd0\xf5\x27\xc2\xb8\x3c\x7e\x3a\x20\x1c\x7d\x08\xe9\x19\xdf\x4c\x91\x99\x6f\x45\x42\x54\x64\x32\xe3\x66\x52\x72\x32\x13\xa1\x0f\x19\xea\x85\xfd\x9c\x00\xf8\x83\x0d\xeb\x91\xe3\x45\xda\x21\x25\x47\x84\x18\x95\x7e\xce\x25\x73\xe6\x35\x93\x1b\xd8\x7f\x87\xe4\xee\x48\xfb\x6f\x33\x01\x43\x15\xd2\xa1\xcb\x42\xa4\x87\x58\xfb\xe9\x92\xb4\xc0\x07\xf1\xa6\xd0\x6b\xcc\x67\x61\xf8\x68\xe0\xdd\x24\xe4\x46\xf5\x25\x1a\x99\xc6\xd1\xa4\x2b\xa7\xbe\x11\xe9\x25\x66\x61\x24\x42\x71\x35\xac\x61\x8d\xf7\x9a\x87\x1f\xe0\x42\x2f\xef\xa4\x11\xe1\xea\x3e\x24\x5b\xc7\x07\xa4\x57\xc2\x78\x7c\x98\xac\x56\x4b\x7d\x10\xb7\x5f\xfd\x1b\x6a\x09\x71\xfa\x48\xf9\xa7\x0a\x54\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\xca\xee\x92\xb4\x23\x6d\xb8\x2a\x97\x33\x22\x6a\x57\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\x03\xff\xcf\x9c\xc8\xf7\x3d\x6b\xe8\xb9\x62\x73\x8f\x64\x69\x86\x1b\x3d\xe1\x65\xaa\x1e\x71\x46\x54\x09\x53\x0f\xc8\x94\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x62\xb5\xaa\x89\xfd\x27\x32\x75\xd5\x12\x1f\x11\x89\x4b\x0e\x49\x96\x71\xa2\xe8\xb4\xa7\xc4\xd0\x2e\xaf\x61\xc2\xe5\x4f\x36\xa4\x74\xac\x19\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x0b\x8c\x55\x0f\xa8\x11\x49\xfe\x62\x62\x8e\xfa\x02\x6a\x2f\xf9\x69\x8d\xc4\xc4\x81\x72\xf8\x1c\x89\xf5\xb7\x6c\x63\x48\x4c\x0c\x28\xb7\x85\x91\x20\x11\x29\xc2\x60\x24\xd8\x48\x0f\xb1\x90\x14\x08\x96\xbf\x89\x71\x1d\x29\xac\x7d\x6d\x7a\xf0\x00\x06\xee\x0d\x3c\xbc\x79\xb4\x85\xad\x7a\x01\x0a\x31\x55\x56\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x3a\x02\x2a\x4a\xe1\x1f\xba\xc3\x25\xa6\x0c\xb4\x91\x3a\x45\x1e\x28\xff\x86\x9e\x2f\xb9\x43\x0a\x2e\xc9\x3d\x42\x27\x6b\x98\x46\x92\x69\x11\xd5\xc4\x62\xfa\xed\x67\x4e\x17\xee\x50\x1e\xe2\x86\x55\xd7\x3d\xbc\x98\xa3\x40\x0e\xa7\x33\x6b\xed\x53\x42\x9c\xab\xfb\x4b\x8b\x74\x69\x51\xf4\x42\x53\x1d\x9d\x91\x52\x41\x8f\xfe\x82\x4c\x59\xd4\x2f\xd1\x09\xcd\x26\xd3\x94\xb8\x8d\x7e\xe1\xfa\x7e\xeb\xf2\x99\x3e\x81\xaf\x1d\xc6\xcd\x25\xcf\x89\xcc\xa7\x4c\x9e\xab\x0e\x57\x5e\x02\x23\x2b\x04\xba\x94\x8d\x9c\x9f\x40\x97\xa2\xcf\x03\x3d\xbe\x44\xf5\x13\x4b\xe3\xdb\x64\x99\xca\xc2\x5e\x2d\x8b\x85\x59\x95\x66\x6d\xa4\x82\xe0\x87\xe2\x17\x28\x9d\xf8\x10\x22\xd1\xf3\xa1\x0b\x47\x2a\xa0\x54\xcd\x1d\x2c\x8a\xee\x1e\x28\x86\x8a\x59\xa5\xc2\x42\x8f\xee\xe1\x46\x8f\x9e\x35\x29\x93\x51\xfa\x93\xf1\xda\xe1\x03\x54\x17\xe8\xd5\xc3\x92\xb1\x74\xb3\x4a\x95\xaa\x50\xe3\x60\x25\x17\x36\x68\x10\x4d\xa0\x68\xa7\x91\x2a\x09\x81\xd8\x4c\x42\xda\xbe\x23\x78\x12\xbc\x43\x7a\xa1\x0d\x54\xdf\x63\x36\xc2\xd6\x48\xd7\xa8\xfd\x10\x4b\x4d\x6d\x21\x99\x50\x64\x69\xe0\x7e\xfa\x20\x63\xd7\x6d\x2a\x31\x95\xb3\xef\xb6\xa9\x11\x58\xee\x93\xfc\x52\x02\x71\x6a\x0c\x2c\xd6\xc2\x1a\xc5\x0b\x09\x49\xa9\x53\xa3\x61\x02\xc0\x92\x12\x72\xc8\x1d\x69\x69\xd0\x4c\x14\x57\x36\x65\xa9\x82\x12\x8c\x90\xd9\xd0\xeb\x6b\x16\x82\x56\xa7\xe0\x64\x3c\x5a\xc2\x9e\x0c\x0c\x69\xe0\x38\x04\xbf\x40\x44\xd3\x75\x26\x21\x9d\xf2\xe1\x31\x90\x7c\xaf\x1b\x4d\x96\x4e\x4d\xe2\x61\xfa\x84\xbb\x66\x71\x32\xd1\x24\x19\x4d\x25\x18\x1f\x20\x27\xdd\x91\xce\xb5\x65\x9a\xf6\xb9\xd4\x91\x9a\xd5\x89\x80\x65\xef\xd8\xd2\xb2\x75\xbf\xc0\xe2\x2c\xda\x8f\x25\xff\x99\xe5\x20\xa2\xa0\x58\x83\x9e\x4e\x0a\xef\x12\x32\x13\xaa\xd2\x1f\xc6\xd5\x8b\xe8\x2e\x40\x5c\xe0\x17\x92\xcd\xd3\x45\xe4\x36\x0b\x5a\x7a\x2e\x4f\xe2\xa6\xba\x5a\xc2\x79\xba\x41\xc3\xcd\xa3\x6e\xe8\x15\x8c\x66\x2c\x29\xdf\x4d\x49\x3e\xb9\xac\x7d\x97\x94\xbf\xe1\x49\x37\x8f\x9f\xa4\xcb\x74\xaf\x19\xba\xbb\xb5\x66\xc1\x11\xde\xfe\xc3\x57\xf4\xb4\xe4\x3e\x09\x34\xe9\x01\x14\x4c\x6f\x11\xd5\x1f\xbc\xfd\x0f\x64\xaa\x6e\x62\xf8\x70\xca\x1a\x93\x7a\x2b\x45\x10\x8c\x44\x73\x64\x37\x3d\x7d\x1e\x7c\xa1\x69\x53\x2f\xe5\xb3\xf6\xd0\xac\x63\xa6\x00\x6b\xa4\x55\x1b\xe9\x25\xf5\x34\xe3\x7a\x81\xd4\x3e\x6b\x2f\xb8\x88\x04\xe2\xf4\x92\x8b\x98\x15\xbe\x0b\xf0\x9a\xc3\xcb\x55\x68\x2b\xe9\x3a\x27\x47\xf2\x91\xe8\x2a\xd7\xcd\x26\x18\x20\x60\x7b\x47\xfa\xc4\x30\xe7\x4e\x1c\x69\x52\x47\x64\x46\x33\xd7\xf6\x68\xd0\xb9\xb2\xa5\xfb\x93\x45\x0d\x37\xf4\x33\x9c\xe3\xa2\x6d\x26\xf9\x58\x54\xa4\xe9\x01\x50\x4c\x1b\x9a\x0f\x5a\xb4\xd4\x67\x3e\x1a\x5e\x28\xfa\xdd\xd9\xa5\xbf\xa0\x18\x50\x3d\x28\x45\x17\x71\xab\x1c\x80\x13\x5a\x48\x0e\x1c\x53\x93\x0a\x04\x7f\xd4\xef\xc2\x21\x34\x26\x44\x31\x25\x54\x1f\x39\xc0\xba\x75\xf8\x03\xf0\x70\x91\xc6\x0c\xef\x33\x57\xe7\x1f\xf9\x13\x96\x9a\xdd\xc9\x72\x04\x93\x97\xed\x30\xb3\x6a\xe9\xf8\x79\x61\xf5\x20\x38\x25\x88\x5b\x12\x92\x33\x4b\x6d\xc9\xf7\x7c\xe4\x44\x1a\xf4\xf3\x80\xb6\x24\x31\xd0\x4c\xd9\x44\x04\x23\x27\xb0\x64\x6f\x05\xd2\x30\xd9\xb4\x94\x29\x99\x88\x0e\xe6\xb4\xb6\x5b\x70\x63\x46\x64\x6b\xd6\x73\x22\xe4\xc5\x2e\x73\xe6\xba\x35\xa7\xbc\x4e\x9f\xe6\x40\xe9\x46\x14\x27\x67\x08\x85\x52\x67\xe5\x4c\xa4\x74\x3b\x83\x54\x3c\x07\x3a\x84\xd9\x9e\x9c\x21\xab\x28\x69\xe1\xc8\x05\x72\x69\xf6\xef\x6f\xf3\x7d\xbc\x73\xa1\xdc\x2d\xfe\x9b\x99\xff\xc8\x0e\x4d\xb9\x00\x0e\xba\x5a\xe6\x82\xcd\xcb\xfe\x7d\xf3\x03\x77\x09\x19\xc0\xa7\xa0\x70\x33\x25\x89\x64\x4a\x26\x3a\xff\x99\x15\x28\xac\x79\xce\x95\x93\xd6\xd6\xd4\xb5\xb9\x82\x43\xe5\x29\x08\x7e\xc0\xcd\x12\x60\x2b\xb9\x98\xe1\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x0a\x38\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x61\x9a\xde\xcd\x46\x6d\xb7\x04\xa8\xdc\x48\xc8\xc4\x08\x73\x03\x8a\x19\x96\x0d\x87\xd7\x93\xa0\x18\xa2\x3b\x72\x6e\x20\xa5\x3f\xdf\x03\x72\xc5\x33\xc0\xb5\x4a\xe2\x40\xee\xc0\x27\x09\x14\x99\x09\x86\x15\x44\x3b\x32\x73\xa8\x29\xea\x76\x94\x6f\x06\xe9\x2f\x39\x52\x69\x54\xf8\x6a\xab\xcb\xb2\x5d\x8a\x91\x97\xb6\x80\xa6\x07\x9d\xc9\x7d\x9a\x7e\x63\xe7\x24\x2b\x14\xcc\x50\x61\xc4\xa3\xec\x09\x0e\x3d\xa0\xb2\xa3\xf9\x01\x60\x26\x42\x5d\x3a\x25\x63\x1d\xa2\x82\x1c\xc8\xca\x56\x30\x4a\xc7\xd6\x57\xb7\x23\x5f\x46\xf0\x94\xe8\x28\xd4\x3c\x87\x09\xa7\x4a\xfd\x66\x01\x7d\xaf\x7a\xe0\x7e\xdc\xfd\x1b\x4a\x68\xed\x52\xa1\x0c\x26\x15\x40\x19\x20\x24\xd5\xed\x8b\x01\x6a\x06\x27\x10\xa9\xfa\x37\x95\x44\x3a\x94\x85\x3e\x5d\xc2\x8b\x72\x32\x30\x4c\x30\x81\xd5\xd2\x14\xba\x9c\x05\xc5\xce\xfd\xbb\x72\xe3\xdc\x01\x81\xe8\x0e\xc0\x1f\xc5\x23\xca\x12\xaf\x8a\xa7\x74\x51\x89\xe0\x29\xb1\xf6\xb8\xb7\xfe\x04\xae\x8a\xab\x17\xd4\xe3\x4f\xd6\x41\x17\x28\xe0\xa2\x3f\xb8\x16\x01\xd6\x24\x2e\x7a\xb2\x78\xab\x29\xa2\x35\xf7\xc0\xdc\x3a\x52\x9e\x95\x0b\xa4\xa6\xf9\x37\xce\x8f\x98\x63\xb9\xc8\x70\x8d\x6e\x17\x0e\x90\xe8\x44\x61\x6d\x59\xbb\x94\x14\x8a\x74\xde\x9a\x9b\xa2\x85\xa8\x59\x81\x4c\x67\x8f\x92\x42\x1f\x31\x05\xbe\x8c\x42\x1f\x31\x7b\x4e\x94\x1b\xf8\xd7\xdc\x03\x03\x95\x25\x10\x95\x9b\xb3\xd6\xb2\x6f\x42\x52\x80\x5a\x19\x87\x25\x7a\x94\x87\xe4\x4e\xdc\xae\x3c\xc0\xb8\x9f\x17\x40\x67\x3c\xc2\x03\x0c\xfc\x79\xbf\x83\x41\x6b\x8a\x4b\xa8\x93\x7c\x54\x1e\xca\x32\x3e\x65\x0f\xe6\xd8\xfd\x02\x79\x9b\x64\xb0\xf2\xf0\x14\x19\x0e\x0f\xa9\xba\x24\xc7\xc2\xaa\x63\x76\xd6\x28\x2f\xa8\x95\xbf\x78\x41\x1b\x74\x55\x29\x2f\x75\x40\xe2\xd0\x85\x72\x9f\x0f\xde\x92\xfb\x44\x81\x0b\x62\x32\xb2\x89\x43\x45\x11\x76\x55\xfa\x1d\x35\x2c\x84\x88\x7a\x40\x82\x25\x19\xbe\x52\x14\xd1\xf5\xa7\xc6\xc8\x17\xfc\x60\xcd\x4a\x5d\x44\x9c\x1d\x19\xad\x2a\xd4\x2c\xca\xd5\x37\x6a\xa4\x80\xec\x2e\x99\x8e\xc1\xae\x13\xf5\x13\x56\x92\xdd\x18\x2a\x95\x20\xd6\xc0\xd7\x44\x1a\x27\x12\x53\x3f\x59\xe3\x47\x65\x57\x59\xf6\xd3\x4e\xc3\x35\xd1\x04\x5f\xfc\xc6\x87\xe9\x8a\xba\x1d\x15\xf5\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xcb\x9a\xd2\xbe\x8d\x0a\x17\x25\x55\x42\x18\x35\x03\x43\xa4\xc7\xac\x30\x83\x59\x8a\xac\x19\xbc\x4a\x66\x88\x5a\x80\x0e\x12\x23\x2a\x6b\x5f\xf5\xf4\x37\x49\x52\x47\x2d\x6b\x17\xb4\x6f\x85\xbc\x49\x54\xb6\x7e\x62\x48\x52\x4e\x9a\x51\xa9\x0f\x19\xfe\x00\xa7\x4c\x77\xa7\x4a\xa9\x44\xb7\xad\x5a\x38\x5f\x01\x68\x59\xc0\xbc\x40\xe4\x5e\xb0\xa1\xba\x22\x4d\xac\x32\x81\x8d\x5a\xa9\x8d\xd6\x00\x30\x7a\x29\xa1\xef\xa8\xf5\x3b\x94\xe1\xf0\xfb\x27\x72\x95\x69\x82\xf5\x46\xbb\xc7\x23\xaa\x8a\x57\x56\x78\x8a\xdb\xba\x54\x3f\x71\xa3\xd9\xc5\xa0\x36\x18\xf8\xb3\xdb\x17\xcc\x34\x83\x06\xe7\x77\xdd\xba\x2b\xaa\xb1\xdb\x9d\xae\x52\x3c\x91\xae\xa0\x36\xd4\xe4\xf3\x69\x82\xa7\x92\xdd\xb0\x2b\x33\x40\xda\xb7\xa5\x36\x8a\x7e\xc9\x23\x3e\x70\xb7\xf7\x88\x6b\x4d\xfe\x82\x04\xd9\x78\xd9\x79\x58\x44\xc2\x6b\x5f\x19\xdb\xb4\xd1\x9d\x5a\x47\x1f\x7a\xba\x8f\x5b\x81\x57\xe1\xfd\x64\x1d\x53\x45\xd1\xac\x61\x54\x81\x08\x61\xe5\x42\x65\xa6\x07\xbb\xbc\x54\x98\xe5\x14\x1d\x39\x2a\x7c\x9f\x2c\x13\xd7\x8e\xc2\x6e\x06\x1c\x44\x8a\x2c\x29\xa8\x22\x8d\xac\xd2\x21\x8d\x3a\x28\xd0\xea\xae\x51\x51\x06\x2b\x7b\x91\xa3\xa0\x43\xad\x80\x35\x13\x86\x4f\xe7\x68\x78\x41\xb8\x30\x3a\x7e\x6b\x49\x83\xd9\x3a\x9b\x3f\xa0\xbe\xd0\xf8\x8f\x08\x50\x95\xf8\x18\x15\xbe\x53\x2a\x29\x35\xea\x80\x06\xdc\x64\x8d\x35\x15\x6c\x31\xaa\x27\xd1\x4f\x60\x3f\x11\x13\x64\xf4\x3b\xd7\x36\x68\xc4\x93\x25\x36\x44\xbf\x2b\xd5\x3e\xb6\xcf\xd4\x93\xab\xd2\x98\xf4\x44\x17\x5b\xaa\x4b\x2c\x91\xa4\x54\xcf\x13\x1f\xf8\x37\x2f\x8a\xde\xda\x13\xc6\x0e\xa3\x38\xb4\x40\xd6\x77\xd4\xe5\x4b\xe5\x63\xfe\x49\x25\x4d\x65\x82\x47\xbd\x70\x4a\xbd\x75\x57\xfb\x56\xe9\x43\x77\xf1\x0c\xf8\x18\x5f\x2c\x3e\xe0\x0e\x6f\xc8\x62\x9a\x22\x64\x92\x6e\x97\xe2\x8a\x98\xcf\x6a\x06\x43\x35\x53\x73\x7b\x86\xdb\xb3\xc0\x08\x7b\x60\xf2\x92\x90\x2c\x32\x49\xf0\xaa\x37\xdd\x34\x04\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xb6\x96\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x6b\x42\x0f\xd2\x93\x7a\x9f\x59\x0f\x55\x25\x97\x46\x85\x38\x12\xbc\x8d\xf0\x95\x52\x06\xee\x51\x59\x05\xcc\x57\xeb\xfa\xc9\x23\x39\x49\x61\x50\x9f\x05\x64\xad\x09\x89\x21\xab\x71\x0f\xe2\x49\xf8\xf9\xbd\x80\xec\x21\xe8\x09\x68\x28\x2d\xf1\x44\x92\x5f\x45\x5a\x8a\x4f\x3a\xf9\x1b\xf6\x03\xdf\xa9\x9f\xd3\x05\xc1\x23\x4a\x3b\x5f\x5f\x22\xaa\x37\x11\x69\x21\xed\x8f\x5b\xdf\xe5\x6b\xa0\xdf\xbc\x13\x48\xf8\xa9\x13\x39\x60\xcd\x7e\x59\x94\x4c\x09\x2a\x46\x85\xbf\xbc\xd5\x17\x75\xa2\xca\x84\x41\x80\xd0\x4e\x9b\x80\xeb\x04\x1a\x48\x60\xab\x73\xa1\x81\x5f\xf8\x18\xa6\x72\x9b\x8d\x06\xbb\x60\xd2\x25\xa4\x31\x72\xd3\x8b\x6e\xc7\x22\xbc\xfe\x02\x67\x27\xfa\x37\x15\x45\xda\xe8\x06\xc3\xa1\x6a\xec\x8c\x76\x34\xb8\xb0\x75\xfd\x06\x15\xd3\x51\x68\xc7\x02\x63\xd6\x03\xa4\x52\xd0\x05\xa0\x1d\xac\xa8\xe9\xdf\x40\x4d\xed\x43\x83\xdd\x51\xc9\xb7\x47\x0b\x01\xbf\x0f\xfd\x4e\x78\x5f\x13\x60\xfe\x2e\xbb\x9c\xb6\x80\x19\xeb\x66\xd5\x60\x65\xb4\x70\xd7\xc2\x82\xa2\xa6\xcc\x50\x4c\x3b\x1e\x36\x98\x16\xad\xdc\x68\x81\x92\x73\xf6\x10\x0c\xc9\xd3\x6f\x16\x13\x33\x93\x6c\x11\x60\x95\x0e\xb0\x45\x04\xed\x4a\xba\x6f\x91\xd2\x61\xf5\x07\xa0\x8a\xde\xc9\x04\xa2\x27\xc1\xa1\x2d\x01\x54\x87\xa1\xd1\x90\xe7\x29\x25\x18\xf7\x87\xdb\x2b\xa3\xe6\x04\xc7\x4f\x20\x75\x59\xac\xd1\x12\xc1\x22\x28\x24\xd8\xa0\x85\xbd\x0d\xd2\x65\xb7\xbf\x67\x83\x74\x19\x8c\x5c\x99\x23\xba\x1d\x6b\xf6\x00\x19\xfb\x90\xdd\x61\x63\x87\xee\x00\xa8\x93\xdd\x01\x66\xa4\xe3\xdd\xf2\xca\xcb\xea\x1e\xc1\xdf\x86\x3b\x58\x17\x18\xad\x21\x83\x75\x48\xce\x68\xf4\xca\xd2\x11\x6e\x85\xee\xca\x6e\x2f\xbc\x22\xfb\x41\x45\xfe\x27\x8d\x50\xd6\x9c\xfd\x02\xb5\x54\x92\xa9\x1b\x74\x6b\x76\xa2\x68\x85\xd7\xb0\xe6\x07\x17\xbb\xf0\x03\x10\xbe\xec\xdf\x2f\x42\xf1\x34\x26\x54\x69\xc1\x27\x10\x01\x92\xd9\x07\x00\x6e\x5c\x56\xf7\xb7\x4a\x87\xba\xe6\x0f\xb8\x11\x82\x0a\xa5\x56\xa3\xca\xf2\xb8\x17\xa5\x6b\x95\x1b\x21\x64\x44\xc6\x31\x25\x5b\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\x05\xdf\x94\xaf\xd5\x45\xba\x35\x85\x46\xcd\x82\x48\x59\x6b\x6b\xd2\x9a\x14\x24\x5d\x1b\xbd\xda\xf2\xfd\x12\xf1\x6c\x0d\xd8\xa1\x1b\x58\x6b\x38\x31\xc5\x43\x5c\xdc\x19\x0f\x01\x38\xeb\x3a\xd5\x1a\xef\x57\x26\x86\x4b\x70\x35\xa9\x62\xf5\xaf\xee\x4f\xa0\x9c\x73\x74\x59\xfb\xc4\xd4\x66\xfd\x48\xeb\xe0\x92\xe5\x6f\x4a\xb7\x8e\xd6\xb1\x0d\x92\xb4\x5b\xe7\x0d\xfe\xa7\x77\x42\x55\xdb\x00\x47\x32\x47\x04\xb4\xb1\x84\x31\xf5\x30\xd6\x19\xd7\x17\x2c\xcb\x65\x03\x66\x83\x8c\xd9\x4c\x1b\x07\xc5\x64\x63\xe7\x58\xe8\xea\x2e\x00\x35\xc9\xd1\x8d\xa6\x42\x47\xcf\xb6\xb1\xa0\xa6\x69\x9f\xac\x6d\x21\xa0\x50\xf3\x15\x4d\xec\x4e\x50\x6c\x1f\x91\x13\x80\xf0\xba\xa0\xc9\xb2\x7e\xa6\xc1\x1d\xff\x67\xd2\x27\x15\xe2\xc6\xa6\x93\x05\x22\x8d\x6f\xe7\x22\x04\x5a\xc5\xb5\x8e\xa9\xfa\xb8\xd6\xc2\xfd\x80\x6a\x77\x13\x4c\x26\x40\xf5\xf5\xba\x5d\x6b\xe5\x9a\x17\x5d\xe2\x6d\x35\x6d\x37\xb5\xc7\x9e\xc7\xcd\x95\x6a\x90\x9b\x2b\x55\x97\xf4\xfa\xea\x5e\x2a\xac\x8b\xb6\xab\xb5\x9b\x9e\x0e\x26\xaa\x4b\xf2\x33\xb0\x28\xf9\xf9\xec\xc2\x7e\xd8\xed\x6a\xd6\xee\x85\xe6\x1e\x94\x17\x36\xc3\x9f\xd9\x3d\x6c\xfe\x6b\x2c\x8f\x6f\xc1\xa3\x3d\x54\x8f\x6a\x1d\x0f\x79\xac\xa5\x80\x67\x2d\x44\x5b\xb2\xe4\x41\xcb\x01\x4c\x14\x1e\xa5\x7e\x6a\x0f\x75\x68\xa6\xde\x14\x00\x7d\xc0\x97\x7e\xca\xd0\x5b\x02\xa0\xb4\x4d\x6d\xa9\xa3\x8c\x59\xef\x9a\xb8\x3e\x79\xa9\x8b\x36\xc4\x91\xba\xdb\xc6\x95\xf6\xbe\x48\x89\xee\x76\x62\xb3\xf4\x70\x6d\xae\x2e\xf5\xc6\x04\xdb\xf3\x89\x41\x65\xd9\x94\xdc\xce\x3b\x53\xf7\x0b\x20\x0a\xc6\xb4\x09\x24\x30\xf6\x2e\x29\xce\x0b\x87\xd1\xd1\x4e\xdc\x0d\x75\x65\x95\x14\x77\xf4\x23\x40\x2d\xd2\xf4\x1b\x55\x64\xc5\x10\xfa\x27\xd4\xc5\x43\xdb\xd9\x19\x12\x39\x7e\x5e\x20\x9b\xcb\xfa\x5d\x11\x38\xe4\x0e\xc9\x10\x74\x59\xee\xb0\x48\x2a\xc1\xf5\xe8\x07\xa9\x44\xf7\x10\xd8\xbb\xee\x11\x28\xbc\x27\xcf\x79\xed\x9d\xc7\x80\x58\x27\xac\xec\x01\x56\x06\xed\x6d\x0f\xbc\x42\x69\x0a\xa8\xb4\x6f\xae\xd7\x03\x43\xa2\xdd\xbe\x16\xe9\x07\x24\x86\xa2\x43\x1d\x65\x67\x95\x94\x7d\xf4\x00\x55\xc8\x70\x8f\xa4\xbf\xcd\x1f\x80\xcd\x49\x60\xe9\xf4\x30\x73\x78\x78\x0f\x6b\x51\x7b\x6b\x3b\x43\x2a\x1d\xdf\xda\xa1\x8a\x0c\x42\xfa\x1e\xc9\xe6\x84\x6f\x9d\x82\xa1\x21\x8d\x18\xcc\x3e\x92\xbb\x24\xdf\xfb\xe9\x82\x66\x2f\xcf\x3b\xb2\x62\x86\xc7\x44\x1c\x83\x6e\x62\x7d\x59\x5e\xfb\x5f\x71\xa5\xbe\xcc\xb2\x22\xe7\x1d\x92\xa7\xfd\x81\x3a\x8c\xae\x56\x09\xf4\xc4\x1b\x82\xf0\xb9\x27\x68\x00\xbc\x93\x09\x34\x4d\x27\xaa\x23\x3c\x33\xdb\x68\xd0\x3f\x49\x33\xa9\x6c\xec\xe8\x09\x71\x3e\xd1\x1d\xe0\xcc\x76\xcf\x80\x60\x17\x99\xed\x99\xa7\x5c\x47\xac\x53\xd4\x34\x7a\x2e\x51\x53\x87\xb4\x2f\x51\xd2\xe8\x07\x55\xa8\x59\x69\x47\xb4\xa6\x73\x5e\x74\xa8\x3e\x2d\x59\x76\xd6\xa9\x71\x92\x9c\xce\xb2\x34\x46\x9e\xc2\x8d\xd4\x22\x0a\x2d\x23\x3f\x0f\xe0\x1e\x36\xdc\x23\xb4\x9f\x46\xae\x42\x82\xf9\xf3\x01\xbc\x78\x8c\xf1\xd0\x8e\xfa\xa2\xd4\x0b\xe2\xd4\xc5\x26\x7b\x85\xa1\x79\xf8\x37\x0f\x84\x04\xf2\x4e\xb9\x4f\x77\x8a\x5e\x09\x14\xef\x14\xc5\x3a\x23\x2b\x13\xcd\x46\xe3\x42\x03\x7f\xf3\x14\x1b\xb0\x59\x24\xbd\x9f\xf0\x67\x94\xe0\xd8\xa9\xeb\xf1\xf7\x74\x01\xb7\x69\xbb\x9f\xa4\x1b\xba\x03\xf4\x93\xcc\xca\x07\xe4\xc4\x46\x48\x07\xd6\x99\xb9\xc0\x86\xb6\x8e\xd8\x3b\xa7\x21\xe8\x17\x55\xa6\xde\x3a\xaa\x83\x0c\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\x3e\xc8\x38\xf0\xbd\xdf\x84\x8c\x40\xb9\x3c\xc2\x8d\x70\x10\x0d\x1c\xf1\xdd\xef\x35\x2b\x7f\xb1\x66\xe5\x07\x04\x5e\xf1\x18\xa4\x4f\x26\x15\x0f\x8b\xa4\x68\x7b\x3e\x0e\x5b\x7f\xc6\x80\x02\xa5\x18\x74\x2f\x8b\xa2\x78\x15\x8b\x9f\x4a\xb0\xef\xf0\xeb\xb1\xc7\x6e\x7f\x79\xd1\x35\x52\xb2\xb8\x7b\xf2\xc2\x5f\x2a\x08\x4d\x0e\xde\x15\xe1\x2f\x70\xbf\x03\x2b\x77\x17\xbc\x5d\x14\x4f\xeb\xc2\x0b\xfe\xfd\xfc\xf3\x27\xff\xd0\xd0\x8f\x87\x97\x64\x92\xf9\x22\x97\x89\x79\x0f\xd5\x2c\xba\x70\xf5\xb9\x26\xad\xfd\x9d\x10\xe3\xcd\x0f\xe7\x9a\xb3\xbf\xa0\x3a\x4d\x53\x44\x56\x02\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\xa6\x38\x0e\xa2\x83\x5f\x28\x20\xaa\x6e\xa7\xfc\x24\x8a\x35\x98\xe9\xd3\x8a\xfe\x71\x10\x4a\x45\xbf\x11\x05\x2d\xdb\xcb\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\x36\x5b\x10\x47\x60\x9d\x7e\xb7\x67\xb4\x6b\x06\x81\x28\x2b\xb2\x3b\x3e\x06\xda\x1c\xfa\x3d\x96\x4f\x90\x4e\xda\xf8\xd8\x61\x8b\xba\xe0\x0f\x70\xc3\x78\xfc\x95\x7e\x6e\x2c\xab\x9d\x4e\xc8\x00\xab\x74\xd4\xee\x88\x6b\x97\x04\x44\xa4\x2b\x50\x8d\x9f\x31\x18\x3e\x57\xdc\xce\x1b\xa1\x57\x88\x1a\x90\x51\x97\xf9\x01\x67\x69\x23\xca\x48\x44\x7f\x49\xb5\x83\xce\xd0\xb6\xd1\x8d\xb4\x60\xa2\x49\x25\x0a\x11\x7e\x80\x04\x99\x25\x09\x7b\xc7\xd2\xa3\x48\x62\x1f\xd0\xa3\x38\x9e\x72\xe4\x0f\x37\x6c\x13\x1a\x99\x74\xbb\xb9\x4b\x22\xcb\x70\x97\xd4\x1e\xfd\x3c\x00\xb2\xe8\x1e\x38\xc0\xdd\x2c\x51\x0e\x18\xfa\x1c\x30\x37\x90\x67\xbd\x24\xe3\x67\xe6\x5d\x47\xec\x6c\x14\x6c\xa5\x64\xd0\xb1\x8c\x77\x22\xfd\xa3\x70\xd6\xc2\xa6\x8f\xbd\x35\x07\xd3\x8e\xc2\x14\x6f\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x72\xab\x97\x64\x9c\x2f\x94\x64\x7e\xde\x98\x7c\x43\x9d\x56\x72\x03\x71\xd1\x01\x5f\xd9\x24\x3d\xda\xa0\x51\xe5\xe7\xf7\x1a\x54\x3d\x30\x6b\xa6\x13\xdd\x8c\xef\xc2\xeb\x2a\x7a\x63\x2c\x23\x8a\x68\xff\x38\x49\x4e\x24\xf4\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\x01\xe8\x39\xf9\xf7\x27\xf0\xa8\x88\xc8\x18\x17\xc5\x48\x93\x07\x38\x62\x14\x67\x9c\x1a\x17\x0e\x87\x4d\x16\x03\x25\x41\x7e\xc0\xfd\x71\xbd\x64\x2b\xcb\x60\x89\x10\x9b\x2c\x06\xfc\x2c\x1c\xde\x31\x96\x4d\xa3\xf9\x8b\xc9\x07\xea\xf2\x5e\xb9\xd2\xfc\x60\x2d\x5c\xd3\xfc\x98\xdc\xcf\x7d\x78\x80\xc9\x59\xf5\x3b\xe0\x89\xe1\x18\x93\x01\x96\xe6\x88\x8d\x81\xdb\x6e\x49\x26\x6a\xb8\x99\xfe\xe0\xf5\x03\x02\x22\x1d\xe5\x80\x99\xc2\x01\x17\x83\xae\xaf\xce\x60\x32\xd6\x45\xb5\xbb\x47\x58\x5e\x7c\x80\xe1\x1b\xeb\x50\x83\xc1\x52\x1e\xbe\xff\x8d\xe7\x64\x97\x9e\x03\xce\x92\x69\x3d\x93\x65\xdb\xf2\x31\xe0\x3c\xeb\xa0\x8e\xf1\xf0\x2c\x75\x4f\x6a\xe2\x05\xf5\xf8\x2e\xca\xac\x49\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x58\x86\x38\xf9\x98\x6b\x19\xfe\x02\xb3\x16\x07\x1b\x2c\x8d\xec\x18\xd9\x81\x62\x50\x59\xcb\x3c\x0f\x80\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\x4c\x5b\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\x78\x54\xaa\x7a\x7e\x06\x79\x21\x80\x78\x0c\xc0\x52\xb2\xdb\x19\xa8\x12\xd0\xe9\x3c\x19\x96\x64\x41\xeb\xfc\xd8\xde\x8f\x23\xe2\x19\x96\x34\xf0\x37\x4c\xe9\xc4\xa5\xb2\x24\x31\xa1\xf3\xbb\x34\x76\xc7\xd7\x9c\x61\x2d\x69\xe8\xc1\xcb\x25\x69\x86\x91\x7b\x27\x2e\x74\x92\xd1\x59\x9b\x7a\xae\x38\x70\x1d\xff\x13\xfe\x2a\xc5\x9e\x5b\x27\x03\x87\xac\xa7\x3e\x91\xc0\xda\xae\xcf\x67\xe4\x76\xab\x87\xef\x12\x97\x2c\x3d\x9c\x8b\xb3\xe9\x1c\x9c\x2c\x27\xe2\xd0\xda\x93\xd7\x3a\x07\xa9\x9e\x69\x2d\xdd\x6f\x7c\x14\xde\xd6\xab\x93\xb1\xe4\xe9\xe7\x0b\xb0\x53\x69\x4f\xcf\x0c\x1e\x22\xb9\xee\x64\xf2\x45\x87\x94\x9d\xe4\x84\x12\x26\xcf\x0c\xa9\x49\x1a\xdc\x33\xf3\x34\x0f\xbf\x00\x0c\x93\x78\x7a\x92\x33\x5a\x01\x7a\x66\xa2\xf9\xf0\x98\x38\x9c\x12\xab\xce\x4c\xea\xae\x21\xca\x9a\x93\xba\x84\x73\xad\x6a\xdc\x8e\xb3\x10\xcb\xc5\x4b\x4f\x32\x3e\x09\x93\x67\x21\x9c\xc4\xbf\xcf\x42\x38\x69\x4e\xcc\x04\x6d\xd6\x79\xc2\x44\xa0\x92\x35\xe3\x84\xf7\x6d\x94\xb6\xed\x64\xf1\xd1\xf1\xf3\x02\x90\x5e\x74\xf6\x84\x2f\xad\x3d\xbd\x4e\x28\xfc\xed\x07\x74\x56\x4c\x51\x3a\xdc\xb3\x42\x3c\xd0\xbd\xe0\x84\x67\xed\xcf\xb9\xc4\xbd\xcf\xce\x17\x27\x42\x37\xec\x7e\x79\x9e\xa4\x89\xba\xa1\x9f\xac\x61\x65\x85\xe1\x09\x4f\x42\xb3\x9f\x93\xd7\x38\x2b\x0c\xcf\x93\xdc\x45\x34\xef\x84\x55\xdf\x06\xe7\x73\x71\x38\x03\xfe\x5a\x80\xf7\x1b\xbc\x21\xf9\xa8\x5f\x64\xab\x9a\x15\x75\xbc\x3f\xf8\xc5\x22\x57\xd6\xe5\x9d\x64\x82\xd5\xbf\xc1\xdb\xad\x29\x3b\x51\xfd\xc1\x26\xe7\x73\x6b\x78\x35\xe6\xbd\xa8\xa0\xba\xb8\x99\x84\x49\x90\xa0\xf7\xa1\xa3\xdb\x4e\x64\x3d\x89\x56\x8d\x9d\x88\xe3\xfd\xb9\x2b\x9e\x37\xb6\x57\x02\xe2\x09\xe7\xc1\xf1\x43\x64\xc8\x06\x25\x10\x9e\xac\xe3\xe8\xc0\xc9\x93\x25\xac\x1c\xaa\x78\xa2\x6e\xe3\xcf\xf5\xf2\xa4\xc2\xd6\xea\xb2\x13\xc1\xbd\x8e\x20\x38\x11\xdb\xdb\x7e\x7a\x20\xec\x92\x27\x71\xe3\x05\x7d\xf0\xae\x59\xfa\x01\x37\xcc\xfb\xf1\xae\x59\x69\x4b\x91\x8f\xd9\xb6\x86\x73\xf1\x39\xb1\xce\xf3\x5d\x3b\x28\x70\x23\x98\x37\x99\x1d\xf0\x6a\x28\x6e\x7d\x32\xb8\xd7\x3a\x8d\x13\x19\x9a\xb3\xf8\xff\xf9\x82\x26\x89\x17\x9f\x2f\x60\xed\xf6\x09\xd0\x8a\xb1\x9e\xb8\x1a\x5a\x6b\x7d\x4e\x92\x45\x69\x92\xce\x89\xd3\x2d\x46\x7b\xb2\xe8\x44\xf2\x61\xa5\x7a\xd7\x6a\x97\x93\xac\x58\x9c\xf7\x64\x36\x14\x2b\x41\x4e\xd6\x65\x1c\xf9\x6f\x72\x75\x8f\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\x3f\xea\x41\xe2\x1c\xfd\x06\x36\x42\x7c\xf8\x62\x3e\x66\x5f\xb9\x2f\xd4\x99\x38\x8c\x50\x17\x38\xf5\xe1\xdd\xbe\xc8\xa9\x1d\x17\x7a\x91\x13\x3b\xcc\xf3\x0a\xc4\x52\x49\x10\x57\xe0\xd1\x10\x33\xbd\x78\xa1\x14\xab\xbe\xc2\x1a\xd5\x7d\x82\x50\x75\xff\x26\x52\x4a\xc4\xb8\x58\xab\xd1\x51\x80\x57\x58\xa6\x21\x2d\x2d\x60\xc3\xc5\x7d\x2f\x16\xef\x4a\x22\x5d\x57\x04\xb1\x14\xc7\xb8\x78\xcd\x74\x96\xb4\x0b\x0a\xd8\xe1\x00\xc8\x2b\xae\xb4\x3e\x9a\x37\x33\x25\x9b\xdd\x5e\x1f\xbb\x2d\x49\x87\xed\x4a\x1f\xc1\xb6\x92\xe4\x02\xb3\x3d\x7e\x60\x45\xf7\x51\x6b\x7f\x2e\xd4\x65\x70\xd8\xc0\x95\x58\x14\x46\x73\xa0\xb3\xa8\xa3\x4f\x2f\x5c\x33\xed\xb3\x74\x21\xb1\xb1\xfd\x87\x2f\xf0\x56\xa7\x0f\xb9\x60\xad\x4f\x22\x10\xd7\xc7\x5a\x93\xc3\xea\xaf\xdc\x39\x45\x3f\x58\x60\xf0\x08\x3c\x7b\xc5\x5d\x4e\x74\x29\x48\x7e\xbc\xb5\xf9\xb2\x76\x21\xa2\x56\x85\xd6\xc6\x55\x16\x14\xd4\xc1\xc7\x29\x9b\x6f\x3d\x17\x18\xa5\xbd\xf6\x2f\xde\x18\xed\x21\x7b\x95\x45\x4a\x35\x04\xc3\x4e\xac\xea\xb9\x60\x1c\x1f\x87\x84\x94\xab\x92\x28\x49\x64\xb8\xea\x22\x95\x1a\xb5\xae\x95\x6b\x1d\xd4\x93\x5a\x37\x83\xea\xfe\xd9\x01\x38\xa8\xde\xdf\x6d\xb0\xbc\xda\x3a\x6f\x7e\x40\x60\xfb\x77\xc1\x07\xea\xb0\x91\x47\x88\xc3\xa3\x7a\xff\xd7\x83\x66\xc9\x7a\x9c\xf6\x98\x44\x2d\xfe\x6f\x96\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x5d\x83\xda\xfb\x5f\x17\x02\x37\x12\xca\x1d\x3f\x38\xd4\x89\x85\x12\x24\x2e\x9a\xa8\xed\x9b\x87\x72\xfd\xa1\x39\x9b\xdf\xc5\x7a\xde\x76\x28\x5a\xf5\xf9\xed\x4c\x83\xfa\xfc\x41\x05\x83\x07\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x12\x77\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x1f\xc8\x9c\xac\xe7\xac\x59\x5e\x0b\x32\x5a\xc7\x15\x3e\xd0\x79\xd6\x4c\xd2\xeb\xb8\xcd\x0b\x9e\x90\x16\xd9\x2f\xd6\x05\xb5\x52\xf0\x82\xc8\x34\x1c\x4c\x7a\x21\x5e\xc3\xc2\xeb\x85\x72\x18\xce\x6b\x7f\xd1\x2a\x3e\xda\x5f\x25\xaa\xbb\x60\x32\x1f\x4e\xe9\x73\x41\xc0\x3a\x7e\x4e\x1b\x04\x2c\xdf\x19\x2e\x7a\x4e\xda\x6f\xf0\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x3d\x65\x46\x6f\xf8\x74\x22\x78\x23\xfd\x0c\xb9\x36\xdb\x5d\x82\x4e\x49\xa2\xbf\x68\x0f\xb7\xc2\xed\x42\x6c\xc6\xcf\xf1\x45\x2c\x86\x3d\x52\xaf\x67\xcd\x49\xe7\xe4\x21\x58\xbd\x0a\x48\x4f\x56\x82\x5f\x0f\xc9\xb5\x57\x81\x88\xda\x6c\xa1\xef\x42\x64\xc5\xcf\x81\x87\x4e\x20\x49\x80\xbe\x5e\x60\xbd\x91\xe7\xe5\x1c\xb5\x6a\x08\x5b\x3f\xea\xd2\xeb\x5d\x93\xd4\x1c\xe0\xf0\x68\xe7\xc1\x0b\x7a\xf7\x61\x77\xff\x0b\x19\x81\x8b\x95\x67\xd7\xcb\xed\xfc\x79\x30\xf9\x40\x7d\x4e\x6c\xa7\xbb\x80\x38\xf5\xb3\x59\x30\x9e\xff\xec\xee\x24\x39\xf6\xb1\x42\x10\xaf\x9d\xca\xae\xb9\x66\xad\x75\x4f\x8a\x26\xa6\xc6\x4c\x3f\x67\x55\xe5\xc5\x20\xde\xe4\x73\xc3\x98\x5d\x1b\x08\xae\x49\x2c\x14\x52\xdd\x9f\x0c\xd5\x9d\x05\xef\x46\x19\xaf\xc3\x4e\x8a\x37\xdc\x22\xed\x48\x79\x43\x60\xb2\xd1\xff\x86\xd7\x63\xd2\x61\xbf\xa1\xad\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\x24\x5f\x6e\xfe\x80\xf4\x5e\xba\xb4\xfb\x13\xaf\xb2\xf9\xf9\xcd\x3a\xa6\xd6\x42\xde\x50\xef\x27\x49\x95\x37\xfc\x24\x0d\x95\x1b\xea\x7d\x6f\xee\x1d\x0a\x7e\x7b\x00\x92\x40\x4f\xf1\x13\xb6\x9a\x13\xd6\xde\x30\x87\x1f\x8e\xc8\xbe\x03\x91\xda\x50\x5a\xba\x0f\x29\x3e\x6f\x18\x00\x92\xec\x4b\x77\x24\xc1\x92\x96\xe9\x66\xe5\x54\xab\xe4\xef\x48\xc0\x6b\xd6\x90\xce\x52\x76\x8f\x94\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xdb\xcb\x7a\xcc\x3b\xf2\x52\xe1\x85\x44\x22\x8c\x41\x05\x0b\x7a\x09\x7e\xe1\xc5\xa0\x9e\xd4\x84\xbd\x48\x93\x80\x89\x3c\x49\x58\xbb\xe9\x9c\xe9\xe0\xd6\x9b\xf2\x9e\xf4\x14\xf7\x92\xf7\xc4\x5e\xee\xa5\x5c\x31\x82\x30\x51\x9f\xfd\x39\x6f\x5a\xcd\x25\xfb\xdc\x08\x5d\x36\x3f\xba\x13\xcb\x48\x78\x08\xf2\xdd\xe6\x49\x61\x11\xd2\xbe\xdc\x8c\x16\xfa\xc1\x69\x46\x2e\x5b\x57\x7a\xc3\xac\x7e\x98\x41\xdd\x99\xb2\x92\x17\x0a\x3b\x7b\x92\xc4\x77\xe7\x86\xdf\xee\x01\xf1\xd6\xc6\x10\x96\x6f\xb5\x76\xf5\xa6\x76\x45\x5a\x80\xbb\x50\x52\x32\xa8\x69\x67\x70\x68\xf2\x5d\x28\xa4\x44\x7f\x02\x6f\xfe\xe3\xaf\x2e\x4b\x37\x73\xb0\x38\x3c\xf7\x86\x51\x3d\x15\x8f\x47\xa9\x56\xdc\xe3\x66\x81\x57\xe7\x5c\xbc\x0b\xb1\x5c\xea\x99\xbb\xac\x45\x09\x0a\x85\x54\x51\x1a\x9f\x1b\x1e\x9c\xc9\x6b\xa8\xbc\xa1\x89\x58\xdf\x75\x2d\xdb\x6f\x2c\xea\xed\x37\x08\x59\xcd\x7b\x09\xa5\xe2\x49\x37\x2b\xba\xfe\x9c\x8c\xc6\xb3\x25\x49\xec\x66\xc5\x56\xfb\x05\xdd\x8d\xbb\xa7\x31\xda\x3a\x3a\x7e\x00\xaa\xe6\x95\x32\xad\xb1\xa3\x5c\x6f\xfa\x58\xda\x39\xe5\x7e\x51\xc6\x5d\xf4\xfd\x66\x78\x9f\xa3\x52\xef\x97\xeb\x10\x68\x50\x71\xc9\x6a\xe7\x1b\x17\xfa\x24\x01\xf3\x7e\x41\x17\x25\x08\xdf\x64\x30\x12\x7b\xef\xb9\x56\xa9\x0e\x51\xa5\xda\x09\x3c\xee\x89\x4b\x86\x54\x86\xf7\x44\x80\x94\xc9\x03\x93\x44\x58\x95\x7e\x2f\x7e\xa2\x93\xf6\x2c\xcd\xb7\x8e\xe2\x03\x63\xae\x4a\xe1\x8e\x87\xcc\x40\x70\x7d\x8e\x86\x94\x81\x51\xbf\x01\x46\x49\xd1\xcf\x41\x07\x98\xe6\x17\x88\x74\x12\xcb\x1e\x68\xb9\x2d\x91\x3c\xb4\xdd\x3a\x4a\xf6\x21\x71\x17\x37\x78\x48\xbc\xc5\x03\x9f\xc0\xe4\x90\xfe\x4d\xb1\x4d\x4a\x87\x07\xd7\x60\xa7\x59\x7e\x90\xcb\xca\x11\x28\x4f\xe4\x9a\xb4\x66\xd8\x52\xb3\xae\xd1\x0f\xfc\xd3\x5d\xda\xe7\xa1\x6d\xf5\xe7\x7b\x98\xa3\xa3\xfb\x27\xff\x92\x8a\xe1\x49\x14\x66\x25\xe0\x3c\x89\x3b\x29\x3a\xfd\x24\x8a\xed\xba\xaa\x3f\x89\x01\xcc\xee\x82\x8b\x92\x12\xfb\x49\x94\xeb\x93\xbf\x00\xcd\x6b\xfe\x82\xab\x16\x14\x90\xbc\x21\x89\x67\x3e\x79\x6d\xb5\x26\x95\xc9\x8f\x24\x5c\x3e\xbc\x26\x7b\x23\x32\x2f\x51\xc3\x0f\x00\x38\xaf\x82\xc9\xac\x4c\x13\x1f\x78\xb9\xa7\xe6\x21\x78\xa8\x44\x76\x1f\x98\x5a\x9d\x81\xf2\xe1\xb5\x59\x67\xec\x29\x54\xe7\x18\xb6\x28\xd8\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xaa\xfb\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x00\x0c\x3f\x2f\x2c\x30\x68\x0e\x95\x17\xd6\xe2\x37\x4e\xee\x8d\xbb\xe0\xcd\x42\xcb\xac\xf7\x77\x70\x0d\x86\x8a\xbd\xf2\xee\x37\xca\x68\x9a\x34\x42\x25\x93\x31\xba\x51\x94\x34\x18\xe0\x10\x6e\x53\xdf\xd3\xa8\xb2\x92\x30\xfa\x34\xda\x97\x8b\xbb\x7c\xf9\x40\x73\x62\xf2\x05\x6b\xa9\x9f\x4e\x76\x24\x15\xd5\xc3\x24\xec\x36\x50\x3d\xc8\x6d\x90\x7a\xff\x1b\x76\xf4\x74\xee\x9c\x3f\xe6\x75\xda\x07\xbf\x53\x74\x15\xeb\x78\x58\xd3\xc6\x4a\xef\x87\xf9\xa4\x24\x38\x3c\xc8\x16\x95\x6c\xc0\x78\x06\xf5\x19\x62\xc2\x0f\x7d\xbe\x0f\x5d\x5f\x9e\x41\x40\xa9\x0b\xe6\x2e\x38\x0c\xfa\x13\xbb\x2d\x95\xd8\x73\x62\xda\x32\x60\x3c\xab\xba\xcc\xe1\x07\xa0\xe2\x1e\x81\x99\x06\xec\x70\xf0\x9c\xac\xa0\x74\xf8\x01\x76\x5b\x64\xfc\x59\x16\x6f\x31\xbc\xe7\xc2\x76\x1b\xc1\x60\xe0\x3e\x7e\x3e\x20\x77\xf3\x2a\x2e\x9c\xb3\xe1\x17\xb8\x6c\xaf\xe2\xfa\x96\xed\x9c\x71\x0f\x32\x11\x24\x43\xf6\x5a\x93\xf6\x14\xc8\xf9\xbd\x6e\xa6\x1e\x70\x80\xf5\x73\x1f\xfc\x44\x6f\xdc\x38\xbb\xc6\x0e\x94\x7e\x34\xbb\x7b\xee\x75\xb0\xfc\x02\x41\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\xb5\x2c\x01\x66\x95\x93\x3e\xdc\xe5\x44\x17\x02\xcc\x93\xf0\x5b\x1f\x3c\x94\x3d\xc5\x93\x9f\xef\x3a\xdb\x9c\x5b\xfb\x79\x50\x10\xcc\xbb\xfb\x90\x62\x79\x92\x0f\x77\x53\x8a\x88\x87\x89\x40\xcd\xb6\x9f\x65\x1c\x30\x20\x5e\x9e\x56\x43\xfb\xa5\x48\xac\xab\xe3\xf3\x72\xe5\xfe\xa2\x11\xb6\xfe\x82\xda\x61\xdd\x58\x9e\x75\x5f\x95\x70\xf0\xc0\xd9\x3b\x1f\xfe\x62\xcd\xd3\x2f\x10\x34\x5a\x39\xcb\x33\x5a\x03\xf9\x4c\x44\x55\x99\x58\x23\xd3\xe7\xe1\x1b\xf0\x43\x6f\x6f\xe7\x03\x7e\x60\x89\xcf\xd2\x40\x3e\x10\x27\xec\x31\xf4\xc0\x1c\xe0\x28\xa8\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x4b\xe6\x98\xf0\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\x8a\xd3\x32\xc9\x8b\xc2\xce\xc9\xba\xa5\x17\x86\xed\x26\xfd\xd6\x4b\xcd\xba\x03\xa4\x5f\xe6\x61\xb0\xa8\xf6\x7e\xb7\xbd\x96\x3d\x71\x64\xca\xc9\x1e\xb3\xd1\xee\xa9\x1e\x11\xc0\xe3\x9a\x67\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xc2\xa0\x33\x2a\xbe\x8d\xb0\xf3\x07\xab\xbc\xdf\xfe\xdd\x57\x7e\x02\xbd\x80\xf8\x1d\x3b\xba\xbf\x88\x2a\x1f\x0e\x3e\x7e\xa1\xf1\x4c\xd6\x4f\xbd\x1d\xdb\x69\xb0\x40\x19\x99\x45\x4c\x51\xef\xbf\x65\xf1\x62\x94\xfb\xcf\x96\xb1\x51\xde\xbf\x65\x11\xf4\x97\xfe\x48\xc7\xcf\x03\x06\x23\xbb\xc3\xce\x17\xfc\x60\x41\xc1\x53\xc0\xaa\x45\x63\xde\xa5\xbc\x94\xd4\xf3\x0e\xa8\xa3\xbd\x53\xe7\xc2\xd1\xbf\x72\x71\x78\x4f\xce\x58\xdb\x82\xd2\x62\x49\x7c\xf9\x65\xf5\x0c\x8b\xbb\x2f\xb8\x41\x8e\xfe\x0d\xba\xaa\x73\xfa\x9e\x64\xb3\xde\x96\x93\x0b\x10\x8c\x17\x33\xf0\x8a\x4e\x06\x3c\x48\x56\x78\x97\xe6\x53\x52\x3b\x4a\xff\x7f\x9f\x68\x96\xd0\x74\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\x84\xda\x3c\xa1\xf9\x75\x20\xd9\xe2\xbd\x19\x26\xe2\x7d\xbd\x91\x92\xf7\xe7\xf7\xc2\x0c\xc1\xf1\x5e\x98\xa0\x39\x22\x57\xe0\x4f\x92\xee\x17\x59\x67\xec\xe8\xfa\x22\xd4\xa7\x4a\x16\x78\x1f\xea\x87\xd5\x01\x2a\x97\xf9\x2e\xfd\x42\xaf\x99\x93\x7f\x53\x76\xf0\xaa\x9f\xfe\xcf\x9f\x52\xb3\x5f\xf8\x6e\x6b\xce\xa7\xf5\x2e\xb5\xa6\xd6\xf0\x70\x42\x5a\x02\x5c\xa1\x9c\x3f\xe3\x7d\x40\x22\x92\x27\x34\x09\x45\xcd\xf8\xe3\x13\x2d\x4b\xe7\xf4\xbe\x54\x41\x88\x5c\xbe\xc8\x1f\x93\xbd\x0f\x4b\xab\xa9\x8b\xca\x8b\x34\x81\xf9\xe7\x03\xca\x74\xd5\x5d\x82\xe6\x1b\x48\x73\xe1\x96\x1f\xa0\x6a\xa9\xe5\xc4\x77\x52\x1b\x28\x4d\xc9\x0b\xa3\x70\xfe\xf9\x4d\xb8\x25\x3f\xe0\xd6\x89\x35\xbd\x88\xdc\xce\x62\xa9\xef\x5c\x0b\xdf\x5f\xcc\x45\xe5\x45\x2d\x27\x23\xb3\x1d\xa2\x3f\x97\x09\x36\xfb\x8d\x17\xe5\x48\xa2\x7e\x53\xab\xa9\xdd\x9a\x81\x2a\x01\x5d\xca\x66\x58\x2b\xf3\x1b\xbc\xef\xe8\x1a\x38\xe1\x0c\xe5\xdc\x85\x33\x2c\xf8\x6b\x16\xb8\x68\x66\xa1\xf5\x5c\x7c\x23\xf9\x05\x6e\x88\x6e\x48\xa8\xff\xff\x3d\xf0\x27\x14\x50\x7e\x06\xa1\x60\x9e\xfd\x60\xf2\x8d\xbd\xa9\x13\x71\x35\x76\x14\x9c\xd0\x23\x66\xc9\xe9\x33\xae\x1d\xf2\x07\xd4\x12\xe9\x22\x87\xfa\xfc\x2d\x0b\xf5\x51\x7c\xff\x9b\x95\xba\x48\x5c\xa9\x2e\x2c\xa8\xa5\x1f\x7e\x4e\x34\x6a\xe7\x7f\x0f\xb4\x54\x16\xcf\x77\xd6\x05\x14\xcf\x4f\xf9\xe7\x0b\xd4\x32\x32\xf6\xce\xb4\xa8\x86\xe6\x89\x0b\x6a\x2e\xee\x92\x2b\x17\x32\xce\xa5\xa5\x13\xcf\x43\x75\xfc\xef\x81\xba\x80\x7b\xf0\x70\x6e\x07\xd4\xc7\x8f\xe9\x07\x0f\x32\x08\x72\x71\x17\xd7\x3f\x7f\x8a\x1d\x58\x59\xfe\xde\xa9\x75\x27\x63\x5d\x0c\x1a\x28\xe9\x5c\x08\x70\x16\xa2\xa6\x2e\xc5\xa8\x86\xdf\x9c\xcb\x6c\x15\xc3\x77\x2e\x87\x59\x88\x25\x46\xa3\xb2\x80\xfb\x57\xae\xe0\xac\x9d\x3f\x9c\x23\x60\x16\x8a\x0a\x46\x43\x2a\xe5\x9c\x1a\x61\x16\xf2\x14\xe3\x54\x85\x24\xe7\x17\x2a\xa4\x60\x49\xa8\xb3\x92\xad\x75\x3f\x18\xec\x52\x73\x86\x97\x54\x36\x12\x22\xb9\x4f\xae\x6e\x5f\x73\xf0\x0b\x6b\x0e\x02\x5c\xe5\x09\x35\xde\xb2\x50\xac\x93\x17\xcc\xc6\xed\xd6\x55\x7c\xe2\x96\x9b\x45\xbd\x66\x23\xe3\x33\x62\x37\xe2\x83\x38\xdf\x84\x56\x2f\xfb\xd0\x23\x03\x50\xae\x1e\x82\xc7\xaf\xf8\x85\x87\x0f\x34\x66\x47\x86\x1f\x2f\xac\x13\x29\x7d\x34\x06\x09\x8b\xe8\xfe\x1c\x94\x30\xa4\xb3\x98\x14\x7b\x4c\x57\x96\xd8\xe3\xf3\xc7\x42\xaa\xf6\x3f\x9e\x88\x33\xb6\xc1\x63\x7e\x52\x4e\xb1\xfb\xd7\xfc\xa4\x9c\x0f\x76\xea\x01\x19\xf7\xb2\xc9\xca\x49\xe2\xe6\xb3\xc4\xb8\x63\xeb\x45\xe6\x49\xd8\xf9\x20\x9c\xbc\x73\xf8\x13\xc4\x0a\xfd\x64\x51\x98\xac\x8b\x65\x16\x3b\x99\x8e\xce\xc2\xcb\x84\x89\xb3\xd8\xeb\x0c\xd5\xfc\x43\xf6\xf5\x9a\xe5\xfb\xb3\xa3\x80\x27\xe2\x74\x0e\x85\x91\x9f\x0d\x77\xd7\xa2\x74\x11\xe7\x45\x35\xb8\x92\x35\xcc\x0e\xcd\x6b\xc9\x1b\x9d\x67\x47\xac\x7a\xc9\x7b\xa6\x13\xf1\x21\x21\x29\xb9\xfc\x1c\x90\xcf\x93\xae\xf5\x13\xe1\x19\xdf\xc4\xf2\x7e\x10\xe9\xf2\xb5\x05\xc5\x39\x22\x9d\xe3\xf7\xd5\x70\x0e\x98\x25\x92\x6e\xfa\x93\x0e\xf7\x49\xc1\x0b\x73\x00\x83\x93\x14\xf6\x73\x20\x95\x53\x96\x86\x64\xc2\xe3\xbe\x29\x75\xe8\x1c\x88\x30\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x95\x37\xe5\x5c\x9d\xf0\x02\x0f\x2e\x1a\x37\xe1\x72\x1d\x5c\xb9\x66\x0e\x68\x89\x55\xf5\x63\xd2\x37\x39\xc9\xed\x63\xc2\x6d\xb8\xeb\x96\x35\xe1\x36\xdc\x25\xb6\x4f\xb8\x0d\x37\x15\x2f\x99\xf4\x1a\xce\x72\x13\x9a\xf0\x1a\xee\xb9\xfb\x83\xf4\xfd\xd6\x22\xce\x8f\x51\xf6\xbc\xb5\x0d\xf3\x0c\x0c\xb1\x3d\xfc\x42\xfd\xe7\x4f\x2f\xda\xaf\xf3\xe3\x93\x5d\x29\x82\xe6\xf9\x31\xc1\x5e\xf6\x91\x9a\xe7\x77\xdf\xea\xa5\xfb\xfb\xe7\xfb\xfd\x33\xa1\x17\xbf\x3d\x20\x52\x5d\x78\x85\x60\x99\x41\x99\x17\xe7\xc9\x6a\x06\xc1\xbf\x91\x02\x73\xd3\xd4\x09\xaf\xe3\x5e\x93\x3b\x60\x21\xd5\xea\x07\xac\x5a\xea\x0e\x90\x2a\x3b\x09\x66\xac\x16\xba\xef\x83\x13\x3e\xc9\xbd\x7a\x85\x11\xd5\x42\xbc\xa2\x48\x07\x42\x4f\xe0\x81\xb4\xba\xd1\x00\x3e\xcb\x21\x89\xb2\x4d\x3a\x2d\xa7\xe4\x19\x41\x65\x9c\xa4\x67\x9a\xf0\x62\xfe\x1e\xb8\x0f\x08\xd9\xb2\xab\x4e\xb8\x35\x87\x24\xf6\x39\xe1\xd6\xdc\x54\xd0\x6a\xc2\xab\xf9\x1b\xe4\x6f\x8a\x4e\x4c\xfa\x3c\x3b\x74\x63\x9e\x10\x12\x92\x28\xe1\x3c\x21\x24\xa4\xe4\x65\xc3\x50\x97\xa4\xa5\x98\x27\x5d\xb9\x94\x61\x6d\x9e\x89\x27\x37\x0a\xb2\x08\x78\x4d\x72\x40\x98\x27\x32\x01\x26\x5d\xdf\x27\x5c\xab\xbf\xdd\x16\xac\x32\x61\x65\x84\xcd\x84\x55\xd2\xc4\x32\x61\x55\xfc\x09\x61\xd5\x04\xbc\x4c\x58\x45\x4d\x0c\xba\x6d\x15\x9c\x9c\x70\xb7\xfe\xfa\x74\x17\x04\x47\xf6\x17\x94\x99\x86\x66\x0e\x59\xa4\xfd\x7c\x41\x68\x34\x6d\x61\xe6\xd9\xf6\x41\xc9\x84\x46\xf6\xb4\x08\x8d\xe4\x07\x84\xc6\xd0\x5a\x0b\x31\xa7\xa8\xd3\x42\x68\x78\x97\x0b\xa1\x11\xd5\x47\x21\x34\x8c\xad\x85\xd0\xc8\x02\x71\x59\x98\xe3\x07\x24\x8e\x45\x33\x2d\x04\x87\xcf\x24\x3d\xbd\x75\x55\x9e\x67\x21\x76\x34\x3f\x20\x76\x14\x77\x0a\xbb\x7f\xf8\xe9\x83\x79\xe8\x0c\xc1\xb2\xf6\x5e\x30\x66\x75\x7d\x39\x55\xcc\xb3\x72\xb5\xa6\x66\x75\xad\xd6\x6f\x70\xb5\x62\x16\xf0\x18\x0f\xbe\xe5\x4f\xb8\x8c\x7f\xa3\x08\x5d\xe0\x16\x57\xa4\xba\x9c\x67\xe5\x6a\xa3\x3f\xe1\xe6\x37\x7f\xc2\xd5\x1a\xb1\x21\x41\xa9\xd8\xf3\x84\x9f\x79\xb0\x8f\xd4\x3c\x11\x60\x9c\xa3\xb1\x16\x32\x55\x52\xc6\x9e\x09\x6f\xd7\x61\x98\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x74\x2f\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x7a\xdb\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x26\xf9\xe1\xbd\x32\xf3\x4f\x88\xef\x4a\xa2\x34\x27\x9c\x9f\x74\x7a\xe7\x9b\xbe\x9e\x35\x8d\x37\x03\xd0\x7e\x1b\xdb\xe2\xb7\x91\x29\x97\xc0\x0a\x13\x15\xc4\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\xec\xab\x42\x98\x48\x81\x13\xe2\x8e\x85\x8a\xc7\x01\x7b\x6d\xda\xb9\x1f\xe3\x71\x20\xdb\xa4\x42\xba\xbe\x07\x10\x72\xb6\xd2\x2e\x1e\x2c\xe9\xdf\xb6\xdd\xf9\x7b\x40\x77\xcc\xac\x4f\x10\xc8\x9e\xff\x2a\x3a\x36\x1e\x28\xa4\xfe\x89\xae\x6d\x3d\x40\x2d\xe7\x78\xec\x1c\xc5\xf1\x40\x59\xdc\x90\xba\xde\x88\x81\xb6\xcc\xb2\x67\x8d\xda\x41\x41\xce\xf0\xf1\x60\xa1\x96\xb6\x13\x2b\xc4\x23\x75\x3e\xe8\xfa\x64\x72\xa1\x63\x8f\xb2\xb2\xd5\x6f\xff\xea\x78\x94\x63\xbd\xb1\x3f\x29\xe0\x55\x79\xa7\x56\x88\x07\xb2\x4a\x7f\x20\xda\xa0\x28\x0c\x4e\x48\x02\x56\xdd\xd2\xd7\x06\x78\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\x37\xf4\x90\xe9\x2b\xb4\x1d\x98\x15\x8f\x46\xb7\xc0\x7d\xb5\x8a\x07\x93\x9a\xc8\x0f\x30\x1e\x1d\x9c\x59\xae\x85\xf1\xe8\xb0\x10\xc9\x87\x2e\x1e\x83\x66\xf8\x9d\x99\x22\x1e\x03\x16\x43\xf9\xaf\xc5\x63\xc0\x1e\x98\xc3\xb1\x3b\x45\xf8\x68\x90\xc7\x5b\x3c\x16\x65\xdd\x65\xdb\xe2\x71\x32\xf3\xf3\xa6\x8a\xf1\x80\x8b\x7a\x90\xf3\x58\x3c\x2e\x64\x54\x4a\xbb\xa4\x44\x3c\xe0\xb6\x19\xd2\x8e\xb5\x88\x07\xac\xce\x41\x6e\x14\xf1\x78\xd6\xee\x8f\xdd\xc7\xc3\x82\x1c\x9b\x5b\xc5\xe3\xc5\x3c\x60\x98\xdc\x0f\x38\xac\xb6\xe1\x65\x3a\xa9\xcd\x8a\xe3\x31\x0b\x61\xba\xd1\x21\xb0\x0a\xab\x54\xfa\x31\x44\x4a\x2a\x3b\x54\x3f\x86\x08\x26\x29\xa5\x7e\x0c\x91\x69\xbc\xb6\xa4\xfd\x3d\xb8\xf8\x46\xdb\x0f\xe0\x3c\x29\x75\x70\x0c\x28\x01\x17\xa4\x40\x8e\x21\xc2\x7f\x4f\x7a\xca\x18\x12\xbc\x1b\xea\x4e\x81\x1f\x03\x6b\x50\x49\xb1\x18\x03\x4a\x4a\x05\x69\x1e\x63\x48\x37\x1f\xe4\x3d\x0a\x8b\x05\xb4\xbc\x0c\x37\xdf\x83\x97\x35\xda\xf6\x4c\xcb\x9a\x58\xdb\x6f\xd4\xcc\x07\x1b\x62\x01\x89\x46\x3f\xc9\x6d\x8f\x82\xe4\x88\xa1\xe5\xb1\x3f\x41\x8e\xbc\xef\xc1\x06\x50\xc7\xfd\xb1\xee\xa2\x87\x31\x30\x88\xb6\x95\xb8\x17\x87\x08\xc2\xd6\xf5\xfb\x66\xe2\x90\xb2\x89\x4d\x78\x18\x5d\x50\x36\x39\x0a\x0b\x1b\x4a\xde\x9f\xd0\x7e\xdf\x4a\xde\xe0\x78\x60\x7a\x69\x3b\x5d\x67\x0c\xcf\xe0\x1b\xc5\x0f\x6e\x3e\xd8\x33\xa7\x11\xb8\xed\x64\xd1\x31\x3c\x40\xc2\xb6\xc3\xe9\x63\xa0\x4d\xaf\xed\xec\x1e\x31\xbc\xac\xcf\x51\x04\xd2\x37\x11\x3e\x9a\x18\x58\x51\x68\xa5\xe9\x41\xe3\xe2\x36\x09\x0a\x13\xce\x9b\xad\x2c\x6a\x1c\x63\x20\xbe\xec\x8b\x4e\x8c\x28\xa3\x1b\x86\x68\x41\x4c\xec\xb4\xfa\x01\x92\x88\xb4\xba\xe9\x49\xac\xcc\x41\xb9\x15\xb6\x31\x56\xb8\x9d\xb6\xba\x4f\x69\x44\x2e\x95\xd0\x76\x71\xdf\x18\x99\x99\x44\xa9\xdd\x62\x1c\xb0\xb3\xb7\x5d\xcf\x32\x46\x46\x9b\xb5\xcd\xc2\x62\xbc\x32\xa3\x9b\x37\x7a\x44\x3a\x91\xcb\xcf\x22\x46\x3a\x48\xca\x4a\x11\x23\xbc\x1b\xbf\x07\x6b\x1b\xe2\x3a\xb6\xdb\xa5\x3b\xc6\x97\x61\x1b\x5b\xb1\x15\xe3\x44\xd6\xd1\x63\xe7\xbf\x8c\x89\xc5\xbf\xdb\xae\x37\x1a\x53\x20\x46\xed\xa2\xa8\xdf\x03\x6e\xc3\x3e\xfa\x29\x4c\x26\x53\xde\xf0\x48\x09\xbe\x62\x6d\x47\x7b\xc4\xc4\x2a\x44\x79\x27\x6f\x8c\x29\x31\x81\xfd\x0e\xb5\xfe\x1e\xac\x4f\xb2\x1e\x70\xd8\xfa\x17\xc9\xbf\xbf\xb7\x57\x3e\x67\x0f\x70\xf2\x41\xd4\x83\xc9\x07\x1a\x80\x74\x61\xd7\xbe\x8b\x29\x4d\xaa\x5e\xe2\xfe\x64\x31\xa3\xd6\xfd\xe0\xe2\x83\xdd\x07\x4b\xa7\xb4\xb6\xb7\x24\x65\x3a\xda\x35\xc1\x26\x73\x94\x5d\x76\x24\xa6\xc2\xe8\xcc\x6d\xf4\x88\x09\xb5\x21\x42\xdb\xe9\xe4\x63\x2a\x84\xef\x0e\xcf\x8e\x89\xb9\xde\x5b\x17\x7c\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xae\x4d\x6b\x88\xa7\x6a\x3b\x35\x5c\x4c\x48\x42\x1a\xda\xce\x67\x18\x53\x03\x63\xad\x43\x33\x65\xe2\xc7\xba\x03\x89\xbf\x07\x2b\x87\xe2\x9e\x69\x5b\xf5\xc0\xf7\xf9\x4b\xc8\x6e\xf6\x09\x0f\x1a\x96\xb9\xc6\xba\xa0\xde\x89\xa2\x3b\xd1\x51\x4c\xc8\xc6\xf4\x3d\xd8\x7d\x9c\x83\xab\xdd\x22\x40\xba\xa1\x9b\x6a\x3b\x37\x49\x4c\x37\x74\x64\x39\x6a\xb5\x37\x76\x2e\xed\x98\xf9\x98\x1e\x14\xfc\x6e\x3b\x80\xf4\x7b\x80\xa0\xf9\xad\x79\x8a\xe9\xc9\x7c\x43\x00\x7a\x88\x6f\x3b\x6d\x4f\x4c\x0f\x65\x93\xa1\x83\xf0\x90\x96\x0c\x6d\xc3\x84\x7f\x4f\xdb\xee\x8a\x31\x1f\x99\x87\x69\x63\x75\x3e\xe8\x2c\xb3\xdd\x6b\x62\x0e\xd0\x24\x29\xc0\x3b\xe6\xc0\xca\xad\x3b\x48\x26\xe6\x80\xb5\xf4\x6d\x39\x8f\x19\xf5\x43\xbf\x4b\xcc\x9a\x69\x4e\x50\x22\xf6\xed\x49\x1d\x33\x2b\x78\x89\x6d\xe4\xca\x32\x8f\x5b\xa9\x1b\x33\xd3\x6c\xf7\xad\xec\x8c\x99\x59\xe8\x54\xf9\x3d\xe6\xce\x54\x8f\xbb\xca\x45\xcc\xbc\x26\xf7\x6d\x2c\x8f\xf9\x62\xc5\xe9\x6d\x9d\x88\xf9\x62\xf1\x9b\x6d\x28\x88\x99\x1e\xde\x5d\xb4\x25\x3f\xc8\xa1\x96\xb6\x17\x57\xcc\xef\xb1\x8c\x22\x5d\x0f\xb0\xd8\xe0\x07\x10\x96\xfb\xce\x0f\x19\xf3\xcb\xdc\xa0\x61\xe3\x5c\x7e\x59\x22\x2f\x68\xea\x73\x99\xd3\x36\x23\x29\x07\xcb\x71\xef\x0c\x61\xb1\x1c\xcc\x9d\xb5\xd3\xa6\xc5\x12\xe0\x27\xde\x77\x0a\xb0\x58\x02\xb2\x88\xf7\x9d\xad\x31\x96\x70\x73\xf9\x43\x9f\xb0\x70\xec\xce\x9c\x18\x0b\xaa\xad\x7f\x0f\x76\x1f\x91\xb1\xe1\x3b\x81\x41\x2c\x2c\x51\xd5\x77\x30\x53\x2c\x99\x65\x65\xf6\xcd\x22\x96\xcc\xec\x10\xdb\x2d\x37\x96\x72\xac\x37\xf6\x27\xa8\xca\x12\xfa\x76\xce\x88\x85\xd9\xf0\xb3\xe4\xf2\xc2\xd4\xa7\x4d\xf8\x52\x1a\xd7\xb2\x4b\x8a\xc5\xd2\x20\x56\xf4\x1d\xbd\x1f\x0b\xd3\x6a\xed\x72\xb0\xb1\x0c\x0a\x33\xfb\x86\xf2\x3d\xa0\x46\x79\x4b\xbf\x65\xe5\xbd\xd8\xf7\xe2\x58\x10\xef\x1b\xd2\x0e\x5b\x8f\xe5\x64\xe6\xa6\x9d\x92\xf5\x7b\xc0\x4f\x96\x6e\x22\x96\x93\x99\x0f\x77\x4a\xd6\x58\x18\x5e\xd4\x75\x8c\xcb\x0d\xf2\xda\x77\x10\x61\x2c\x37\x08\x4e\xdf\x1a\xe5\x58\x96\x14\xb1\x2d\xa3\xb1\xbc\x84\x71\xd2\xea\x5f\xa2\xa9\xc4\xf2\xf2\x42\x78\xe9\x49\x33\x7d\x59\x69\x7c\x2b\x1a\x62\x79\xef\xf5\xc6\x9e\xfa\xcb\x64\x93\x5b\x9b\x13\xcb\xfb\xae\x07\xbb\xd3\xc9\x84\xcc\xdb\x5d\x3e\x16\x5c\x3f\xbf\x07\x7b\x94\x49\x88\xa5\xf4\x37\xd7\xaf\x32\x21\xfb\xf4\xad\x57\x8c\x65\xb2\x50\xdc\xd6\x52\xc5\x7a\x1c\x1c\x60\x53\xa3\x7a\xc0\x30\xda\xb7\xbe\x2d\xd6\x83\xb9\x6a\xb6\x6f\x5f\xac\x07\x0a\x11\xf7\xed\x58\x1c\x6b\x04\xda\xa7\x9d\x83\x39\xd6\x58\x79\xad\xdc\xf7\xb1\x1a\x1b\xfb\xe8\xfa\x84\xb5\x96\xb6\x5b\x64\xac\x29\xaf\xd2\xc1\xbb\x0f\xd6\xa7\xeb\x5b\x25\x17\x2b\x0a\x38\x84\xbe\xdd\x68\x62\xad\xbc\x89\x6e\x7f\xa2\x58\x91\xef\x3a\xf4\x9d\x7c\x31\xd6\xce\xdc\xec\x59\x8b\x5b\x39\xbb\xb6\x81\x3b\xd6\x41\x8d\x5b\xf5\x03\x52\x9f\x5c\x76\x1f\xb0\x0b\x84\xbc\x73\x62\xc7\x3a\x56\xa7\x02\xd0\xc9\x13\x9b\x05\xa0\xa5\x4f\xdb\x86\xc6\x58\x4f\x54\xdb\xec\x3b\x57\x72\xac\x2b\x27\xc0\x36\xca\xc5\x7a\x92\x9f\x1d\x7a\x83\xd1\x1f\x2d\x6f\xac\xae\x37\x8b\x91\xee\xd2\x77\xb1\xde\xb4\x34\x45\x3f\xe0\xc4\x76\x3c\x48\xac\x2f\x79\xd1\xa1\x6d\x58\x28\x5a\xf6\x95\xa5\xd2\x20\xd6\x25\xa3\xd7\x89\xb0\xa5\xbe\x8b\xb6\xc5\x76\x4c\x56\x01\xdc\x47\xa5\x05\xa6\xcc\xdc\x16\x81\xd8\x02\x84\x86\xbe\x33\x02\xc6\x46\x11\xa9\xef\x92\xcb\xdf\x83\x8b\x0f\x8e\xfd\x80\xbc\xa8\x6e\xfa\xd4\x50\x17\x30\xf4\xba\xcf\xce\x77\x01\xe2\x83\xdd\x69\x65\xde\xcc\xba\x31\xb9\x55\xb8\x86\xf5\xad\x6c\x8a\x8d\xb5\x6e\x7a\xdd\xb2\x60\x63\x71\x0e\x55\x1b\x88\xad\xa2\x7a\x56\xdf\x7e\x22\xb1\x35\xb2\x89\xad\x0b\x8a\x6d\x25\x44\xdf\x85\xda\x63\x43\xe6\xed\xef\xc1\x02\x72\x1b\x9d\xc3\x6e\xf9\xaf\x21\x83\xd1\x27\xe8\x6e\x00\x9d\x9d\x33\xdd\xc2\x5c\xbb\x58\xf8\x61\x2b\xbe\xbe\x07\x18\x76\x67\x00\x8b\x8d\xc1\x82\xb2\x31\xc4\x76\x27\x86\x6a\x0b\x1e\x37\xa4\x78\xc5\xea\xc6\x06\x37\xe2\x78\xec\xf2\x66\xb1\x3d\x48\x67\x2c\x4f\xb8\xd8\xde\xb0\x1e\xec\x4f\x26\xaf\xe7\x5b\xc9\x18\x3b\xb5\x3f\x7d\x27\x0d\x89\xfd\x40\x1d\xd2\xde\xf6\x5a\x3e\xb2\x0b\x10\x6e\x98\xf6\xc8\x92\x28\xbb\x46\x6b\xec\x91\x49\xea\xda\xbe\x91\x74\xd4\x01\x0d\xca\x03\x1e\x7b\x26\x85\xd9\x25\xe3\x63\x67\x9d\xbf\xde\xf6\x15\xa5\x17\xd6\xf6\x95\x90\xdd\xeb\x43\x78\x6c\x10\x76\x54\x10\xf8\x1e\xec\x4f\x56\xb2\xb1\x9d\xeb\xfe\x7b\xc0\xfa\x70\x1b\xe9\xfa\x58\x05\x83\x83\x3e\xe9\x8d\xf9\x3c\x93\x1e\xb0\x9e\xd6\xc6\xb1\xbe\x0e\xb2\xe4\xe1\x7e\xee\xba\xd6\x7a\x23\xb3\x86\xc7\xe6\x81\xfd\x5c\x35\x83\xb5\xfc\x73\xf0\x93\x4d\x0c\xfa\x49\x8e\xbf\xd3\x65\xc7\x7e\xf2\x98\x4a\x62\xee\x8b\xa3\xf5\x2d\x9b\x74\x06\x97\x76\x09\xb7\x9d\xf1\x8b\x5d\xf2\x70\xc7\x51\x6f\x5b\x3b\x1a\xfb\xc3\xbd\xde\xe9\x27\x63\x7f\xd6\xbc\xb6\x68\xd2\x9f\x55\x21\x74\x53\xe0\xfe\x86\x05\x8e\xaa\x07\x1c\xa4\xeb\x01\x53\xf1\x6f\x25\x74\xec\x6f\xe7\xda\x36\x63\xed\xef\xcb\x4e\x87\x3a\x45\xce\xe0\x5d\xf0\x3d\xf6\xb9\x6a\x63\x6e\xd9\xa5\x2f\xfa\x32\x8e\xbf\xb9\x7d\x8d\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xe0\x3f\xf2\xe0\x1b\x5b\xe7\x32\xca\xcd\x84\x2d\x7b\xcb\x56\x99\x9f\xb4\x2b\x66\x47\x96\xbb\x08\x7d\xd7\xfd\x89\x2c\xb4\x10\xfa\x0e\x30\x8f\xa3\x15\xbe\xb1\xa9\x33\x93\x5e\x86\x2e\x81\x7c\x9c\x2b\x68\x69\x9f\xe0\xf1\xd0\x3e\xd4\x34\xd3\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\xff\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xc1\xe3\x0c\x63\x39\x94\xef\x3e\xe2\x45\xe1\x79\x93\xc9\x93\x05\xa7\x87\x34\x90\x67\x66\xe4\xe0\xae\x8f\x13\xcf\x02\x39\x6e\xec\xda\x2d\xf1\xac\xcb\xd7\x6c\x8b\x4b\x67\x85\x47\xd6\xb1\x83\xd9\xe3\x59\xaf\xf5\xc6\xee\x74\xbc\xf4\x61\xd8\xe4\xe9\x42\x31\x87\xa0\x0a\x16\xf1\x6a\x64\xf8\x3b\x89\xf8\xf7\x80\x84\x74\xdf\xac\xaf\xb6\x9c\x76\x86\xdf\xa0\x12\x77\x23\xf1\xd5\x2a\xab\x7e\x67\x3d\x40\xd5\xef\x63\x7b\xc5\x7d\x0f\xa8\x09\xdd\xe7\xf1\x42\x52\xff\x78\x68\x2d\x57\xeb\x54\x98\xec\x23\x7c\x21\xad\x7e\xc8\xbb\x76\xe3\xf7\x80\x97\xbe\x8d\xb8\x57\xeb\xac\xde\x11\xf5\xc6\x20\xeb\xd9\x14\xed\x42\xc6\xf9\x78\xec\xfa\x92\xdf\x03\x78\xf2\x04\x2f\xff\xa2\xdd\xae\xa9\x0f\x94\x7e\x3e\x76\x6e\xdc\xef\xc1\xa4\x58\xa1\x89\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\xd1\xe0\x42\x5a\xed\x78\x88\xb6\x5c\xcc\x69\x7d\xec\x54\x50\xdf\x83\x93\xb1\x65\x0b\xea\x4f\xa1\x55\xb7\x6f\x31\xeb\x8d\x8d\xba\xf4\x4d\xf2\xdf\x42\x33\x9d\xe8\xe6\x8b\x42\x37\x21\xef\xc0\x87\x38\x99\x40\xbc\x48\x77\x3c\x99\xbc\x5b\x3a\x92\xd9\xe9\xed\xb0\x8d\x2a\xdf\x83\x8e\x17\x9a\x7e\x9f\x54\x14\xeb\x8b\x25\xda\x76\x3f\xe8\x54\x7a\xeb\x93\x78\xff\x9b\x6a\x7d\x76\x1a\xf7\xb7\xad\xea\x7b\x40\x0a\xb4\x0f\xfa\x44\xda\xe7\x6f\x1a\x71\x3f\xa0\x99\x57\x7a\x97\xd9\x69\x09\xd5\xfd\x7e\xf6\xca\x7d\x8b\x7a\x03\xe2\x60\xea\x49\x7d\xc0\x7f\xaa\x79\xe6\xa8\xf9\xd0\x92\x7e\x33\xa3\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\x11\x9d\xb6\xbf\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\x51\xd0\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x73\xa5\x94\xdd\x83\x0e\xba\xd5\x48\x09\x38\xc7\x32\x84\x6d\x9c\x9e\xe3\xa0\x7f\x90\xa0\x37\xd6\xc6\x6b\xe2\xcc\x09\x2b\xd3\xd9\x44\x4e\xd8\xaf\x8b\x7f\xbf\x77\xf5\xff\x09\xdb\x9a\x63\x39\x24\x6c\x01\x67\x0e\x3a\x20\x48\x27\x36\x07\x0d\xc8\x3a\x97\x73\xc0\xa8\x91\x74\x77\x5e\xce\x44\xf9\xf0\x1a\x1e\x3a\x96\x55\xcd\x90\xa9\x18\x76\x68\x51\x9c\x63\x65\xf4\xaf\xff\xeb\xab\xe1\xbf\xce\xff\xf8\xbf\x5f\xbc\xfe\x7d\x71\xfc\xf3\x67\xfd\x0b\xb5\xf2\x7e\x5e\x1e\x3d\x6f\x28\x3e\xb7\x1b\xbe\x4b\xf2\xfe\xf7\x83\xf0\xa1\x4f\x2e\x77\x75\xb1\x04\x83\x5a\x6e\xb7\x30\x25\xe2\x6e\xb9\xfd\x0d\xf2\x6f\x6e\xeb\xed\x71\x7c\xd2\xf0\xfa\x97\xb6\x8d\x63\xb7\x3c\xc3\x2d\x94\xa1\x77\xcb\xeb\xde\x98\xbe\x2b\xa9\xc5\xbd\x4d\xd6\x0b\xd8\x2d\xd3\xbd\x21\xd3\xc2\xb6\x9f\x1f\xe1\x93\x52\xf6\xbf\x83\xf9\xd2\xf7\xbc\xe3\x77\x34\xf7\xbf\x58\xab\xfc\xca\x8f\xe8\x59\x44\xe0\xb5\xbd\x57\x3f\x02\xe6\x36\xf4\xa9\x62\x3c\x47\x3a\x04\xd9\x74\xb0\x74\xad\x5a\xaa\x5b\x40\x79\x36\x2c\x52\xd0\x1c\x13\x5d\x97\x95\xf0\xff\x48\xe1\x71\xdb\xcb\xb6\xa8\xb6\xa9\x36\xe6\x94\xea\xda\xe1\x94\x4e\xb5\xc1\xfd\xa7\x28\x5d\xfe\x91\x3e\x7a\xb2\xff\x5d\xe5\x87\xdc\xe6\xb9\xa0\x7e\xe1\xa1\xb0\x8a\x23\x0d\xaf\x0d\x5a\x16\x85\x35\x1d\xe9\xc3\xa2\xfd\xef\xb7\x84\xc3\x5f\x9d\xb7\x9b\xc0\x90\xe4\xad\x7f\xa4\xcb\x3d\x42\x52\x96\xa3\xf8\x91\x6e\xf7\x88\x80\x33\x39\x83\x1e\x30\x15\xec\x7f\xc1\x9e\xe4\x5b\x7f\x40\xd7\xb0\xff\xbd\xd9\xd6\xd4\xf6\xba\x8d\x33\xd9\x5e\x1d\x07\xae\xad\xfb\xdf\x82\xe1\x86\x9a\xb4\x71\xa8\xf6\x1e\x14\x6b\x73\xa0\xda\xfb\xfa\x17\xe6\x60\x55\xfe\x3c\x50\x22\x7d\xff\xcb\x89\x6c\x2f\xb2\x03\xb5\xcc\xf7\xbf\x9c\xc8\xf6\x02\x0a\x6f\xda\x6d\xe1\x65\xe5\x77\x85\x84\x44\x9f\xf3\x78\xc0\x1f\x7d\x7b\xf5\xc4\x23\x45\xb5\x7c\x4c\x6b\x28\x8c\x31\x1e\x69\xb8\xe9\x84\x9f\xc1\x6e\xc9\x4d\x2d\x70\xa3\xaa\x2a\x86\x14\x8f\x96\xd5\xd6\xc6\xd7\xa1\x9b\xba\x67\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xd3\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xac\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\xe2\xb9\xc3\x8b\x38\x2a\xaf\x7a\x0c\xa3\xbb\x6d\xb0\x4d\x83\xdd\x02\x62\xf8\x08\x63\x57\x6e\xac\x18\xe3\xa6\x21\x31\x46\xfa\x39\x6d\x9f\xc2\x18\x63\x73\x5b\x67\x9b\xbf\xbb\xdc\x06\x4f\xe1\xb2\xfd\xa3\x62\xac\x1a\x2e\x52\xae\x55\x0c\x4a\x8c\xb5\xba\x0d\x9e\xf0\xf2\xce\x8f\xd1\x90\x8c\xac\x70\x2f\x2f\xd3\x18\x9b\x10\x2b\x32\xa7\xd8\xf0\x78\xcd\x7d\x32\x91\x43\x39\x34\x5e\xf7\x77\xf0\xcf\x2d\xf2\x07\x8f\xb1\x7b\x9e\xd0\xc1\x14\x39\x61\x47\x68\x13\xf7\xbf\x9c\xe7\x3e\x6d\x31\x76\xcf\xb3\x73\x9e\x9b\x4e\xc6\x38\x0c\xcf\xc1\xef\xba\xbe\x7b\xfc\x1d\x84\x98\xd2\x84\x2a\xe9\xd0\x77\x20\xd0\x5f\x9f\x7b\x9e\x29\xea\xe4\xa4\x78\xfe\xf3\x47\xb1\x5e\x31\x8d\x47\x2d\x88\x85\x8b\xaa\x19\x17\x4d\x0a\x63\x82\xc7\x4d\xdc\xb6\xae\xef\x41\x73\xdb\x87\x98\xc1\x83\x9d\x97\x9b\x1e\x34\xa9\x47\xf1\xe4\x08\x82\x19\xaa\xb2\x01\xc7\x74\xbd\x6a\x83\x05\xb5\x2a\xdb\x6d\xcc\x3e\x3c\x19\x65\x33\x54\x8d\x3e\x66\x1f\xef\xdc\xe1\x34\xa6\x23\x97\xc5\x01\x22\xae\xe4\x5d\x59\x58\x63\x16\x03\x88\x79\x30\xb0\x6b\xb3\xed\x98\xc7\xad\xb6\xeb\xc3\x75\x85\x58\xc5\x7c\x69\x4f\x33\xee\xf4\x87\xdc\x00\x63\x7e\x3c\x47\xf0\x52\x57\x8b\x8f\xf9\x15\x48\x32\x04\xa2\x43\x09\x72\x62\x9e\xc5\x6d\x90\x46\x14\x6e\x1e\xcb\xa1\x3e\x0b\xd2\xd0\xe7\xed\x3f\x16\x4b\xd5\xc6\x95\xfa\x7e\xc7\x7f\x73\x87\x58\x9a\x16\x57\x3e\x68\x75\x65\xb7\x8d\xa5\xbb\xe9\x83\x4e\x57\xe4\x63\x84\x69\x76\xff\x5b\xd0\xe1\x9e\x62\xf1\xd2\x58\x7b\xbd\x2a\x2f\x79\x44\xd5\xf2\xfd\x2f\x06\xd3\xd6\x54\xcf\xbe\x1e\x68\xd2\xa2\xab\x38\x51\xac\xd0\xf9\x54\xa5\xf4\x8e\x28\x5a\xbe\xff\x7d\x40\x0e\xf7\x1c\x6b\xd5\x8e\x56\xdc\xbc\xa2\x82\xa0\x63\xf5\xf9\x46\x99\xe5\x0f\xb7\xf6\x24\x9b\xcf\x77\x6b\x00\x96\x8e\x14\xca\x12\xec\x7f\x21\xf2\x29\xd1\x6b\x1c\x53\xc7\x0d\x39\xc0\xbf\xb6\xb6\xe4\x58\x4a\xad\xff\x2b\x41\x36\x5e\x3e\x8d\x17\x7c\x19\x95\x13\x31\x22\x8d\xe2\xfe\xb7\xb0\x86\xf0\x5e\xfb\x65\x62\x83\x1c\x84\x1f\x0d\xde\x0b\x7c\xbb\xe0\xf2\x22\xb5\x41\xea\x82\xd9\x2b\x31\x38\xbe\x0c\x09\x50\x86\xb5\xf8\xfa\x60\xbd\x37\xad\x13\x22\x8a\x88\x51\xdb\xff\x96\x7f\xfe\x64\x25\xb1\x8c\x88\x13\xdb\xff\xc6\x7f\xfe\xe4\xb2\x1d\xc1\xe3\xbc\xa6\x9a\x98\xe4\x77\x0b\x0b\x71\x3e\xfe\xea\x89\xbf\xa1\x53\x11\x56\xa2\xfd\x6f\xf9\x0d\x58\x49\x87\x30\x25\x1d\x9f\xd8\x23\x47\xf9\x74\x08\x8e\xe9\xf8\xe0\xb8\x7d\x48\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x51\xe9\xf8\x16\x55\xb7\x70\x91\x0e\xa1\x5d\xa2\x49\xa9\x0a\x14\xe9\x08\x3f\xfd\x01\xb7\x54\x1e\x28\x41\x12\xd9\xff\x62\xcb\x14\x52\x9c\x8e\x1c\xd4\x36\x10\xd8\xa0\x79\x0c\xcf\xe3\xe3\xbb\x4d\x95\xc1\xd3\x31\x86\x9b\x90\x98\x53\x1e\xeb\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\x2a\x9e\x98\x7c\x0d\x4a\xc7\xac\xff\xfc\x51\x36\xe9\x84\xfb\xc5\xfe\xf7\x04\xe7\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x80\x48\x01\x0e\x75\x55\x59\x7c\x53\x98\x6e\xc3\x3d\xa4\xaa\x02\x40\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x12\xf9\x52\x84\x0a\xfb\x50\x78\x58\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x13\x58\x0d\x6a\x92\x60\x9a\xe2\x27\x78\x75\xc5\x73\xa6\x58\x6e\x37\x81\x50\x2b\x1b\x7f\x8a\xdd\x13\x81\x7e\xeb\x50\x75\xce\x64\xc6\x9c\x22\x9c\x96\x0e\x23\x29\x14\xbf\xfb\x5f\x88\xf8\x62\xcc\x29\x9e\xd9\x6d\x1d\xb3\xdc\xf0\x8a\x97\x17\x70\xad\xa9\x68\x05\x8f\xbb\x04\xed\x3f\x94\x02\x20\xf9\xfe\x95\x78\xff\x0a\xba\x4b\xa5\x24\xf9\x3f\x25\x78\xa6\x06\x55\x72\x49\x29\x9c\x6e\x43\xd1\x4b\x55\xba\x48\xbe\x67\xa5\x04\xdd\x41\x50\xe9\x85\x94\x62\x77\xdb\x40\xdb\xe6\x7b\x29\x45\x8f\x87\xc8\x92\xa0\xdc\xf6\x29\x89\x80\xa6\x84\xb3\x11\x94\xdb\x3c\xa5\xe4\xef\x32\xbf\x13\xae\xa4\x9c\xdc\x56\xd9\xa6\x35\xe4\xcb\x6d\x37\xda\xb4\x7d\x29\x7b\x0d\x85\x7d\x66\xf5\x59\x8a\xdb\xd8\xe7\xe6\x46\x09\x17\xc4\xfd\x2f\x04\x85\x7d\x7d\x4e\xbe\x2a\xa6\xd4\x21\xcc\x0c\xad\xbc\x7b\x05\x1d\x99\xeb\x0c\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x59\x90\xd2\xa3\xf3\x98\xa0\xb3\x0c\x2a\xb0\x98\x8a\xb4\x1c\xa9\x30\x1b\xaf\xf2\xea\x25\x54\xae\xdd\xff\xd2\x01\x71\x5f\x4c\xe9\x6a\xb2\xff\x2d\x54\x5d\xd5\xdd\x16\x93\xda\xe0\x8e\x34\x94\x3f\x23\xbf\x71\xaa\x0d\xdb\x9a\x95\x56\x39\xc3\x4e\xbb\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\x56\x18\x3c\x33\x76\xdb\x78\xd5\xf6\x1d\x18\xf9\x71\x7f\xbf\x2f\x37\x31\x6e\x67\x11\x87\x3c\xb5\xe1\x79\xc2\xe8\x1e\x94\x21\x25\x23\x08\x73\xff\xcb\x04\x96\xfb\xfe\x99\x11\x7f\xb9\xff\x85\xeb\x90\x02\x35\xf2\xbc\xdc\xe7\x85\xec\xb0\x12\xe4\xf2\x94\xa2\x27\x4f\x94\x66\x09\x61\xcb\x26\x19\x2e\xf1\xfb\xdf\x8f\x27\x4a\xea\x2d\xe6\x53\xe5\x38\x08\x94\xad\x15\x29\xbe\xb8\x16\xb0\x8b\x18\xc4\x3f\xca\x51\x82\xda\x50\x36\x39\xa8\x9c\x75\x39\x7a\x52\xdb\x77\x9d\x88\x41\x55\x9c\xcb\x31\xdc\xe7\xa0\x07\xfa\x16\xb3\xcb\x31\xa6\xda\x4e\x2e\x21\xab\xed\x74\x1b\xd2\x3f\x04\xd5\x17\x2e\xc7\x75\xba\x6d\x39\xb1\x6b\x2e\xf7\x50\xdb\x7d\x7e\x4b\x77\xd3\x73\xab\xe9\x21\x34\x37\x2b\x2e\x41\xa4\xaa\x84\x8f\x54\x59\xc0\x28\xe1\xb8\xdd\x04\xab\xcf\xf6\x6e\x3a\x4a\x08\x6e\x0b\xec\x72\xdf\x90\x4a\xd0\xcd\xb1\x04\x84\x5a\x06\x55\x7e\x2d\x21\xfa\xbb\xc8\xef\xb6\xcc\x5f\x42\xd2\xca\xc3\x87\xc1\x59\xf2\x53\xc1\xb5\x7b\xff\xfb\x2d\x4e\xe2\x68\x09\xba\x73\x15\xdc\x90\xa5\xbf\x3f\xe8\x2d\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x7e\x22\x2b\x45\x55\x31\xb7\x2b\x91\x39\xdd\xa4\x4e\x2c\x51\x67\x84\xee\x57\x59\x62\x7d\x81\x5d\x62\xff\xcb\xd0\xeb\x1d\x76\x5a\x7c\x9f\x2c\xb8\x4f\xc6\x20\xe6\x5a\xa2\x34\x5a\x25\x9e\x28\x0c\xa7\xa0\xf2\xff\x7f\xf9\xb6\x44\xdd\x84\x4a\x44\x7d\xe0\xa0\x8c\xed\x25\x1a\xc3\x22\x31\x4c\x99\x3a\x4a\x9c\x9e\xe9\x27\x3d\xc8\xb1\xf1\x28\xe9\xd0\x67\x09\xba\xf1\xac\x08\xaa\x92\x8c\x0e\x60\x4e\x31\x78\x87\x92\x14\x09\x25\x21\x9b\x7c\x50\x7a\x9f\x02\x4a\xbf\xff\xe5\x34\xb7\x2e\xa4\x24\xe9\x34\x4a\x62\x45\x41\xa5\x8c\x2c\xf0\xd0\xdd\xff\xe2\x30\xeb\x36\x54\xb2\xd1\x2f\x7f\xe8\x97\x95\x79\xb4\x64\xf1\xc2\x42\x05\xdb\xd0\x5d\xae\x64\x5d\xd8\x0a\xdc\xe5\x63\xf0\xfe\x65\xe9\x61\x4b\x7e\x3f\xfc\x93\x8e\xaa\xf8\x0a\x58\x0a\x43\x08\x0c\x95\xe2\xc3\x55\x60\xdd\x0a\x71\x47\xd8\x95\x22\x2d\x55\x29\xc8\xf2\xa9\x40\xe4\x02\xaf\xdc\xfd\xef\x85\xcf\x76\xf0\x50\x29\x62\x4f\xa5\x3c\x04\xd8\x96\x2c\x4a\x95\xd4\x51\x2a\x6c\x15\x59\xc9\xb9\x0a\xc2\x4e\xf6\xbf\x40\x5c\xd5\x89\x29\x55\x9c\xbe\x54\xa4\x45\x0d\xba\x2f\x94\x5a\xfd\x5d\x05\xa0\xc5\x66\x4a\x6d\x6e\x83\x6d\x3b\x2b\xa3\x55\xa9\xc6\xdc\x0a\x97\xf5\x9c\xb7\x0a\xb7\x54\x43\xb3\xa2\x2a\x46\xd0\x4d\xb0\xd4\x29\xb0\xd4\xc9\x90\x84\xcd\x14\x4a\xf3\xc1\x6c\x48\x62\x1c\xa4\x4d\x2e\x4d\x52\x55\x69\x88\xa0\x18\x2a\xc8\x5e\x5a\xd4\xae\xb7\x08\x76\xa8\xec\x93\xa5\xe9\xe6\x50\x1a\x3c\xfa\xb3\x02\xa7\x4b\x4b\xcd\x6d\xfd\x9f\x3f\x59\xd9\x2f\x4a\x4b\x8f\x9b\x40\x36\x55\x76\xa3\xb4\xac\xe5\xd1\x92\xec\x14\x4b\x05\xa5\xe0\xf7\xbf\x0c\x27\xd9\xc2\x58\x69\xc3\x7d\x32\xed\x91\x42\xf3\x4b\x33\xbe\xa3\x5e\x75\xce\x9b\xfd\x96\x36\x3d\xdc\x84\x65\x4d\x85\x84\x4b\xf7\xf1\xea\x3c\x5e\xca\xc6\x56\xba\x44\xe9\xd2\x3b\xe3\x56\xf6\x75\xa5\xf4\x2e\x2a\xdd\x69\xa5\x57\x1a\x8f\xd2\x25\x66\x97\x7e\x72\x17\x74\x4e\x50\x7d\x72\xff\xcb\xa0\x14\x71\x8c\x3e\x2f\xb7\x3d\xb8\xaf\x6e\x68\xa2\x5a\xe3\xfe\x97\x48\xb6\xa5\xfa\x32\x7c\x9a\x07\x4e\xf3\xf6\x3b\x3b\x0a\xf4\x01\xfb\xdf\xca\xcf\x36\xde\x8e\xe6\x36\xc6\x61\x28\xbe\xbd\x0c\x59\x84\x0a\x2a\xa0\x65\x45\xaa\x97\xf1\x6a\x01\xe3\x25\x3a\x48\xb8\x38\x3d\x1c\x02\xab\x73\xd1\x96\x23\xbc\x78\xff\x5b\x98\x03\x6d\xef\xc1\x69\x39\xe0\x3c\x19\x55\xb2\xf5\x9a\xe5\xd4\x7d\xac\xa0\x72\x4a\x2e\x3a\xb0\x97\x89\x00\x4a\x41\x64\x15\x26\x2d\x57\xd3\x39\xbf\xe8\x81\xab\x4c\x11\xe5\xd2\xcd\xb0\xa0\xb6\x40\xfc\x44\xa0\xdd\x76\x8a\xb6\x33\xa3\x7f\x50\x7a\xa4\x72\x99\x57\xc2\x15\xf6\x6b\xdb\xb0\xbc\x0c\xaf\xeb\x61\x86\xb7\x2d\xd1\x97\xfb\x10\x86\x21\x4f\x78\x56\xf4\x65\xb9\x93\x86\x43\x82\xe7\xac\x68\xca\x82\x8c\xbf\xfb\xdf\x15\xbe\xa3\xcf\x24\xbc\x96\x9b\xc2\xab\x54\x14\xe5\x9e\x9a\x25\x92\xe3\xc6\x20\x5d\x6f\x41\x26\xd0\xf5\x6f\x85\x4c\x95\xb7\x5e\xa1\x3c\x4d\x2b\x40\xe6\xcc\x18\xa4\xe7\x2e\xc8\xa5\xb8\xff\xfd\x2e\x17\x5e\xdc\x2b\x45\x45\xa1\x27\x4e\x56\x12\x84\xf2\xca\x20\x53\xe0\x27\x9e\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\xf6\xdc\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x89\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x66\x50\xac\x3f\x2a\x48\xcc\xf5\x75\xb9\x81\xf2\xde\x02\x18\x3c\x8b\xf3\x8e\x8b\x39\xca\xfb\x78\x71\x2c\xa9\xa4\x70\xf9\xf2\x4a\x8f\x5d\xe0\x2d\x94\x15\x9f\x4a\xf7\xe3\xfd\xef\x40\xd3\x5e\xf7\xb4\xbc\x88\x30\xdd\x90\x8b\xe8\xfa\xb4\x10\x30\x29\x04\x94\x7d\x93\x2e\xd3\xac\x10\xb9\x73\x72\xd3\xe6\x4c\x23\xc3\x24\x32\x14\x91\xee\x29\x65\x75\x99\x08\xbb\x0c\x45\x84\x6f\x3e\x6e\x7b\x56\x9b\x86\x33\x2d\xa5\x63\xb4\x55\x16\x65\x3e\xdd\x6d\x03\x39\x5b\xd5\xf4\x0a\xcc\xf3\x65\xbc\xd4\x9e\x4a\x3d\xb4\x82\x7a\x94\xc6\x42\x17\x6d\xb7\x0d\xb7\x21\x1f\xde\xf6\x0c\x3c\xaa\xc5\xf9\x0a\x71\x3e\x86\xb2\xe3\x9e\xeb\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\xd3\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x63\xb3\x27\x89\x08\xdb\xfd\xef\x47\x12\x55\xe8\xb6\x06\xa9\x63\x6a\xe8\x04\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xe0\xb6\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\xa1\x69\x7a\xe1\x61\x2d\x7c\xa4\xbf\x12\x7a\x6b\x78\x6f\x7d\xfa\xb2\xde\xc8\x3e\xaf\x35\x4a\x1d\x59\xe3\xf1\xe1\xad\x0a\xa1\xd5\xa8\x9b\x61\x8d\x9f\x38\x90\x55\xae\xaa\xc6\x2e\x70\x42\xdf\x14\x5d\x96\xa8\x46\x2f\x30\x22\x33\xe2\xf6\x00\x3a\xaa\xa5\xef\x1a\x51\x96\x24\x08\xc5\x6a\xd4\x71\xad\xd0\x37\xc5\x50\xb7\xc4\x51\x61\x40\xdf\xff\x22\x24\xaa\x6e\x91\xa3\xa6\xac\xe1\xa0\x9a\xf9\xc8\xe2\x5e\x41\x3a\xd5\x27\x2c\xdf\x61\x28\xf5\x6b\x4d\x3a\xe7\x75\x05\xa6\x49\xf5\x5c\xd3\xeb\xf1\x5e\x8e\xb7\x35\x2b\x35\xe9\x26\x50\x19\x19\x3d\x94\x1f\xa1\x66\x99\x22\x6b\x66\xc6\x5d\xe5\x9d\xac\xd9\xeb\xcb\x8b\x1c\xed\x33\x54\xf3\xad\xf1\x32\x6c\x48\x4d\x35\xd6\x6a\x96\x1f\x44\xcd\x6f\xf8\xe7\x4f\x51\x46\xc4\x0a\x7b\xcd\xfe\x17\xe7\xa4\x6e\xb2\x5f\x8b\xf7\xb5\x1c\x6c\xdb\xb2\x43\x2d\x12\xf7\x6b\xf9\x98\x77\x51\x62\xfb\x5a\xd2\xed\xa6\x87\x9f\x6d\xa8\x14\x29\xf9\x6b\xf9\x10\xbc\x28\xd1\x4c\x2d\x9e\x64\xe1\x24\xb5\xb6\x32\x3d\x18\x02\xd8\x83\x32\x3b\xd4\x32\x5f\xb7\x71\xcf\x37\x65\xaf\x96\xcc\x2b\x24\xf3\x18\x94\xcf\xa0\x56\x89\x1c\xb5\x7e\xfc\xa6\x48\xeb\x52\xab\x4c\xd9\xb5\x22\xde\x23\xef\x20\xd1\xa3\x56\xb1\xd7\x0a\x8b\x4c\x51\x12\xd0\x5a\xeb\xed\xa6\x87\x91\x92\xea\xb2\xf9\x33\x28\x72\xaa\xb4\x96\xb5\x76\x0f\x47\xaf\x4c\x65\x3a\xac\x75\x9c\x6a\x1b\xa0\xed\xca\x04\x51\xeb\x2d\x58\xd6\x1b\xa2\x9d\x6a\x41\xd6\x16\x75\x4a\xda\x77\x7f\x2c\x61\x5b\x30\x6a\x93\x0d\xa6\x22\xd0\xaf\x48\x3f\x52\x9b\xbc\x83\x6a\xa3\xda\x68\x47\x83\x1e\xb5\x27\x6d\x4f\x87\x67\x7f\xae\x5b\xff\x53\x7b\x9d\x6a\x6b\xa0\x39\x6d\x3b\x5e\xd4\x6e\x7c\xa6\x87\x5b\xeb\x02\x26\xea\xfa\xef\x7f\x2f\xb6\xe9\x3b\x29\x5d\x18\x36\x12\x43\xd3\x99\xec\x52\x53\x55\x16\x8e\x6f\x3d\xaa\x6d\x7a\x9e\x93\xf3\x14\xb2\x0f\xb9\x14\xd4\xb1\xe6\x29\x7a\x3b\x9a\xd6\x30\x90\xff\x35\x2b\x25\x45\x1d\x8f\xa0\x39\xe0\x01\x95\xeb\xe6\xcc\x75\x88\x77\xd5\x41\xde\xa5\xd2\x38\xf5\x34\xf5\x63\x8a\xa1\xd6\xf5\xdd\x29\x49\xa6\x32\xcd\x4c\x56\xbe\x8c\x7a\xca\x7e\x5e\x4f\x64\x96\x0d\x5d\x78\x7b\xea\x2a\x53\x21\xfe\x86\xac\x54\x49\xf5\x3c\x3d\xde\xf9\x9d\x2e\xb9\x2a\xd4\xf3\xf2\x70\xe4\xe8\x5d\x24\xe7\x34\x59\x61\x25\xcb\xd0\x45\x3a\x50\x76\x72\xff\x4b\x72\xe4\xe1\x1e\x1d\x21\x14\x8a\xfc\xbe\xdb\xdb\x77\x4a\x9c\xac\x27\xa3\xa6\xfb\x16\x19\xeb\x25\x27\xaa\x0a\x03\x61\x0c\x5d\x94\xff\x3a\xb4\x0d\x17\xd2\x39\xb4\xed\x44\x7f\xd4\x4b\xaa\x9e\x8a\xc2\x66\xae\xad\x50\x2f\x29\x43\x2b\x44\xf8\x6f\x9a\x1a\xce\x3b\x8b\x6a\x67\x4e\xaa\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\xc0\xbc\x90\x01\x2e\x74\xb1\xb5\xcb\x88\x8b\xfa\x5c\xce\x82\x5d\xaf\xcb\x93\x44\xb2\xd8\xb0\x7d\x68\x8f\x7a\xc9\x1d\xaa\x5e\xa8\xf7\x19\x7a\xd2\x2c\xe5\x65\x57\x59\x89\xaa\xa9\x8e\x77\xbd\x5e\x03\x8c\xa1\xb8\xf2\xdf\xa8\xa8\xcf\xb3\xff\xcd\xc8\x25\xbb\x8f\xe5\x6d\x22\xc0\x6a\x36\xce\xf7\x5e\x6f\xb3\x27\xd4\xca\x08\x59\x05\xf0\xeb\xe3\xef\x9e\xc8\xe1\x04\x95\xc7\x22\xcb\xc3\x2c\x1f\x32\x6b\xd4\x37\x6b\xe9\xf4\x9d\x6f\x43\x60\x79\xa5\xc1\xab\x2f\xcc\x1a\x4d\x35\xe8\xea\x2b\x87\xa3\xfa\x22\x7d\x52\x53\xa5\xb8\x8a\xa4\xbf\xfb\x5f\xa8\x8e\x2c\x3e\x59\xcc\xae\x10\xb3\x4b\x16\xaa\x58\xca\xae\xcb\x27\xbf\x1c\x6a\x7b\xdd\xe5\xcb\x2e\xc5\x4d\xa6\x7c\x3b\xea\x64\xb5\xf5\xa6\xe5\x4d\x1f\x85\xc9\x1d\x52\xdd\x82\x66\x27\xcd\x76\x30\xf3\x92\x68\x7f\x3b\xa4\x10\x6d\x07\x84\xe2\xbc\xbd\x82\xbf\x07\xc5\x6d\x48\xc8\x59\xb6\xd7\x63\x0b\x79\x6f\x43\x0b\x19\x59\xdf\x36\x21\x6b\x41\x42\x49\x0b\xac\x88\xab\xb4\xa8\x2d\xc8\x42\xdd\x20\x0b\x46\x1b\x97\x9a\x25\xb5\x06\x49\x2d\xda\xb8\xd4\xa2\x04\xa4\x16\x3f\x0e\x5e\x64\xee\x69\x51\x9a\xe5\x16\xf3\x81\xa6\x3d\xc9\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\xbe\x6e\x2d\x56\xad\x20\x32\xc4\x4f\x99\x25\x1b\x72\x7d\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x00\x8b\xa4\x39\xaa\x76\xd8\x92\x6c\x41\x2d\xd1\x16\xb4\x23\x96\x8e\x66\xf7\xcc\x46\xf7\xcc\x7e\xd4\xbf\xf3\x67\x68\xf6\xc2\x6c\xf4\xc2\x1c\x72\x07\x68\x29\x6b\x19\x30\xce\x15\x59\xac\x5b\x32\x4a\x24\x5e\x9a\x55\x3f\xaf\x25\xaf\x3e\xad\xd5\x37\x75\x29\x63\x5d\x4b\x9d\x50\xdb\x82\x63\x4b\xc3\xdf\x41\xe1\x91\x9b\x50\x30\x4b\x4d\xd7\x32\xd4\x74\xb9\x6f\xea\xdf\xb2\xac\x5d\x2d\x93\x79\x2b\x19\x73\xcb\x92\x68\x5a\x46\x75\xa0\xa0\x12\xd3\x2d\x7b\x2e\x99\xe1\x5a\x7d\xeb\x97\x5b\x96\x5a\xa3\x65\x16\x5d\x56\xf1\x88\x96\xc5\x84\x5b\xfe\x18\x41\xa9\xea\xb2\x48\xbd\xd7\x4a\x62\x68\xf5\xbe\xdd\xb7\xe2\x8d\x2f\xd8\xf8\xa8\x7c\xe6\xad\x34\x7f\xc7\xc8\x53\xd9\x91\x5a\x11\xbf\x6c\xe5\x9b\x66\x69\xc2\xc1\xa2\x9b\x44\x2b\xb8\x2a\xe5\x1d\x2c\x76\xb4\xe2\x93\x52\xe0\x1d\xd2\x65\x7e\x6a\xe5\x71\xdb\xbb\xda\xf4\xdd\x74\x9f\x1f\x6f\x2b\xba\xa7\x37\x4b\xa3\x0d\xd2\x68\x69\x3b\xdd\x14\x03\x24\xf7\xbf\x95\x45\xb9\x8a\xda\x2e\xb7\x31\xbc\x5c\x58\x5d\xe5\x3c\xf0\xdd\x8a\xbf\x2e\xf7\x8d\xb4\x55\x79\x85\xb6\xca\xaa\x37\xca\x3e\xdd\xaa\xfc\x42\xbf\xcb\x21\x3e\xd3\x4c\xa4\x78\x6e\xb5\xa2\xc7\x6d\x5d\x6f\xf6\x32\x6a\xb5\x9e\x68\xda\x27\xb6\xca\x07\xa7\x55\x16\xe7\x54\xa2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x6d\xb4\x2a\x36\xda\x2a\xd8\x68\x54\x5e\xe3\x56\x65\x2b\x6e\x4c\x5d\x90\x7b\x55\x97\xa7\xe7\x0f\x4a\x6c\x37\xbb\x56\x2f\xcf\xf2\xe2\x70\x9b\xfa\x35\xe9\x95\x5a\x43\x74\x49\x34\x5d\x69\x72\xd7\x6c\x90\x8f\xcb\x0e\x34\x39\x9a\xf5\xd1\x0d\xfa\xe8\x22\x81\xb2\xb5\x2c\xc4\x6b\x48\x21\x58\x55\x61\xbf\x35\x29\x27\x5a\x83\x72\x22\x2a\x4b\x6c\x6b\x52\x9a\xb5\x86\x90\xed\x2c\xe7\xed\x66\x5d\x75\x6b\x0d\x65\x47\x0f\xed\x77\x33\x9c\x1b\x7c\x9d\x86\x2e\xf0\xcd\x02\x7a\x83\x80\x5e\xba\x58\x42\x7b\x84\x79\x0d\x91\x08\x5d\x65\x98\x5b\x8f\x5a\x42\x47\x20\x7d\xde\x49\x5d\x8e\xd6\xe5\x5f\xd8\x3a\xab\xde\xaa\xa4\x50\xeb\xaf\xdb\x18\x17\x22\xff\xf9\xd6\xe5\xad\xdf\x3a\xa3\x41\x65\x96\x6a\x43\x26\xab\x86\x64\xb1\x61\xc8\x27\xa4\x0d\x5d\xae\xda\xe0\xe5\x6a\x6c\x95\x5a\x1b\x97\xfa\x1c\xd8\xd7\xb1\x99\x76\x1b\x72\x17\x6f\x83\x11\x9c\xf2\x6a\x69\xa7\x69\xfb\xf9\xd1\xf6\x22\xef\x8d\x76\xea\x9a\xda\xa0\x63\x8e\x31\x6c\xc5\x7f\x3b\x7d\x0c\x90\xe9\xb0\xc8\x79\xa3\x9d\xb2\x9f\x37\xd4\x7a\x0f\x59\x15\xcf\xdb\x29\x95\x6d\x3b\x1f\x4c\x52\x08\x76\xbe\xee\xf1\x45\x8f\x5b\xed\xdf\x2e\xcf\xf1\xe2\x1c\xab\x9a\xe4\x61\xd2\xae\xc8\x9d\xdb\xfa\xf4\x76\x99\xf3\x5e\xc8\xd5\x19\x75\x5b\x6b\x97\x6e\x33\xed\xfa\x6e\x33\x45\x25\xf8\xda\x25\x33\x64\xbb\x58\xbc\x5e\x81\x1e\xed\xd2\x65\xba\x5d\xac\x4a\x2e\xb3\x74\xbb\xbc\xa9\x17\xeb\x8f\xcb\xf4\xdc\x6e\x13\x9b\x9b\xc4\x26\x68\xbc\x5b\xee\x48\x8d\xa5\xf8\x86\x14\x52\xed\xf6\x86\xaf\x1a\x78\xba\x58\xb5\x5b\xca\x9c\x76\x33\x04\x5f\xe6\xd2\x76\x4b\xdc\x6a\x37\xc4\xad\xac\x92\xc3\xed\x91\x6a\xbc\xad\xaa\x68\xaa\xd2\xdb\x1e\x33\x98\x87\x0c\x46\x45\x1d\xdb\xa3\xab\x76\x7b\x3a\xf7\x55\x6b\x78\x24\x9c\x37\x54\xcf\x89\xf6\x3f\x6c\xcf\xed\x3e\x6f\x54\x52\x52\x81\xd4\xf6\xc8\x48\xd4\x1e\x18\x89\x86\xb4\x24\xed\x2d\x82\xd9\x5b\xce\x7f\xfe\xd4\x1d\x96\x7e\xb4\xd7\x3c\x0b\xd5\x43\x42\x97\x9b\x7d\x7b\xe5\x94\xd3\x10\xe3\x5b\x77\x00\xe5\xd1\x50\x28\x64\xff\x9b\xbf\x26\x01\xf3\x95\xf3\x5c\x7b\xe1\x3c\xa7\x92\xc0\xed\xd5\xa5\xb1\xc1\x49\x25\x46\xd9\x89\x1b\x9c\x4e\xf6\xbf\x2f\x3e\x53\x93\xee\xa8\x6d\x7e\x77\xd4\x1a\xb4\x03\xd3\x3b\xce\xbc\xee\xd9\x54\x71\x9a\xf2\xcd\x8f\xba\x54\x23\xd8\x94\xf2\xa1\xcd\x95\xf4\xa3\xbb\xad\xbb\x0d\xab\x16\xee\xd9\xd7\xa5\xd1\xd7\xa5\xab\xc0\x57\x9b\xcd\xa3\xb1\x70\x8b\x2a\x7d\xb7\x79\x6b\x6f\x90\x4e\xbb\x06\x91\x52\xeb\x9c\x1b\x75\xce\xe5\xd0\x76\xcf\xe9\xe1\x58\x71\x41\x7a\xbd\x6e\x5f\xc9\x0e\x5f\xc9\xaa\xaa\xe1\xfd\x90\x8b\x59\x47\x90\x47\x8c\x72\x01\xec\x87\x8c\xcb\xfd\x80\xef\x53\x51\x4e\xf9\x1e\xea\x9e\x65\x0f\xf5\x9b\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\x02\xdf\xc3\xf3\xa8\x0d\xd1\x57\x43\x49\x44\x7b\x90\xf8\xd2\xc3\x47\xc4\x6b\x1c\xc7\x5f\x49\xbb\xdd\x3e\x8e\x3d\xc0\x0e\x14\x65\x7e\xed\xf6\x71\xec\x61\x22\x14\x6d\xb3\xf9\x6e\xcf\x8e\x0e\xcf\x8e\x2a\x37\xac\x1e\x75\x43\xed\x11\xca\xf1\x21\xf1\xac\x3b\x6a\xa1\x23\x6a\xa1\xca\xec\xcc\x5c\x07\xfb\xdf\xfe\x35\x6d\x5d\x6e\xb7\x1b\xe3\x47\x2a\x31\xc7\xa1\xcf\x86\x7b\x1c\x20\x7d\x4a\x54\xde\xe3\xe9\x99\x30\x8f\xa6\xca\x5c\xf6\x78\x7a\x38\xca\x1b\xb2\xfc\xf5\x24\x72\xd3\x19\xf5\xd5\x75\xd3\xec\x76\xdd\xe8\x70\xdd\x88\x51\x4a\x97\x9e\x82\xbf\x0b\x58\xc2\x96\x0e\x3a\xe2\xc0\xf6\xbf\x93\x9f\xa9\x4b\x49\x1c\x3d\xb1\xf2\xa9\x97\x9e\xe4\x58\xdb\x13\x62\x14\x7b\xde\x37\x80\x9e\x24\xcf\xf6\x04\x79\xb6\x48\x1a\xe9\x59\x6e\x58\x3d\x33\x87\x46\xd1\x34\xb3\xa8\x54\xcf\xc8\x5a\xd6\x8b\xe6\x92\x4f\xb7\xa1\x5c\x5b\x94\xf6\xa4\x67\xa9\x2c\x7a\x46\xda\xcc\x28\x33\x57\xcf\x32\x35\x74\x86\x0b\xf4\x9d\xaa\xf0\xe8\x45\xe1\x5d\xbd\x1c\x89\xdf\xed\x79\x16\x83\xac\x00\x64\x4a\x99\xdf\x8b\x7c\x0d\xbe\xbe\xd0\x65\x52\x97\x22\x39\xbd\xe0\xb2\x15\x95\x70\xb9\x17\xf1\xf9\x5e\x98\x24\xa8\x6c\x31\xbf\x97\x4b\xa0\xc6\x6d\x20\x46\xc5\x41\xf5\x22\x83\x55\x2f\x4c\xe0\xb4\x93\x18\x1e\xbd\xea\xaa\xd9\x2b\xae\x9a\x4d\x65\xb4\x7a\x95\x9d\xa8\xc3\x6d\x24\x46\x65\x9c\xef\x55\xc6\xa0\x5e\x0b\x0a\x86\x66\x7f\x27\x49\xac\x57\x4a\x62\xb2\x0a\x74\xeb\x88\x3b\xe4\xf0\xaa\x40\xa3\x5e\xe5\x8b\xd9\xeb\x60\x2e\x98\x2d\x3e\x74\x0b\xd1\x9d\x42\x74\x39\x36\xb9\xed\xd5\x3b\x5b\xbf\x9d\xad\xd9\x4d\x97\x57\x77\x41\x44\x90\x6f\x6e\x6f\xd2\xee\xf7\xc6\x5a\xc1\xf2\x89\xe8\x4d\xb1\x4b\xbd\x31\xb5\x8d\x14\x05\xbd\xc9\x9e\xd5\x1b\x8b\x1f\x2a\x82\xb0\xb7\xa1\x69\x36\x64\x85\x1b\x3b\x3f\xe0\xd1\xdb\xe9\xf1\xe0\xed\x52\x0c\xe9\x26\x6f\x97\xde\x90\x69\xa0\xd7\xa8\x3e\x65\xc8\xeb\x6d\xc2\x7b\x5e\x9b\xd7\xa5\xa7\xea\x3d\x73\x13\x44\x06\xba\xc9\x47\x47\x6e\xcb\xd1\x74\xd4\xbb\x91\xa5\xb3\x7c\x83\x6a\xb8\xf4\x2e\xe9\xa1\xf7\xfb\xe3\xcb\x65\x4b\xca\xbd\xcb\x32\xd3\x3b\x12\x6e\x45\x45\x27\xf5\x6e\x1c\xeb\x1f\x8e\x55\x39\xd2\x76\x2b\xb2\x3b\x15\xd9\x45\x85\x4c\xfa\x90\x3b\x52\x67\xe8\xf4\x50\x76\xec\x3e\x74\xcf\xec\x23\x10\xd0\x42\xe9\x61\xe6\xc5\x08\xeb\xa2\xcb\x77\x1f\x72\x44\xef\x23\x7e\xa4\xb8\x6a\x71\x43\x92\x45\x1f\xb0\x42\x44\x59\xd6\xfb\x30\xd1\x19\x1f\xd1\xa9\x4a\xb0\xdc\x87\x54\xf8\x1d\x49\x9a\x6a\x15\x79\x38\x7d\x7e\xce\x03\x18\x26\x9b\x75\x3f\x65\xcf\xee\xc8\xf5\xff\xb5\xed\x2e\x4f\x45\xb3\xf4\xb3\xe1\xc2\x55\xa2\xdb\x4e\xb7\x81\x12\x97\x2d\xeb\xf7\xf3\x14\x50\xce\xf3\x63\xb1\xca\x28\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xad\xe0\x92\xfb\x56\xbf\x90\x10\xa1\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xfb\x1c\xfd\x96\x70\xd4\x91\x11\x2d\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xfe\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x13\x28\xdb\xe0\xd6\x6f\x59\x59\xfb\xdd\x51\xaf\x67\xdf\x1f\xfa\x7d\x69\x01\xf7\x85\x05\x48\xec\xb8\xcd\xe8\x6f\x30\x7a\xd9\x5e\xfa\xe3\x9d\x7b\x0e\x44\x98\x6c\x69\xb7\x3f\xaf\xbe\x42\x4d\xc5\xda\xb6\x48\xd8\x1f\x99\x03\xfa\xc3\xd2\xcb\xb2\x92\x74\xbb\x70\xf7\x97\xb8\x20\x43\x70\x7f\xa5\xb0\xec\xef\x27\xe8\xd7\x2e\xc4\x7b\x15\x54\xdd\x51\x42\xb0\xee\x1c\x10\x47\x7f\x15\xbf\xd3\x5f\xa6\x00\xf4\xde\xbc\xba\xe9\xf7\x37\x75\x8e\xb6\x8f\x8e\x1d\xbf\x3b\x1d\xbf\x47\x17\xc6\xbe\xc5\xc3\xb1\x72\xb7\x7c\x14\xfa\x2b\xab\x66\x7f\x59\xfa\xb5\xea\x58\xbd\x26\x0c\x48\x17\x13\xe3\x4e\x1f\x7b\xf4\x29\x63\x47\x47\xd1\xad\x18\xe5\xe2\xd3\xa7\xd4\x3e\x1d\xe1\x48\x5f\xdb\x5e\xba\x85\xef\x0e\xe1\x3b\x46\x85\xc3\xf4\xe9\x79\xce\x35\xcf\xad\x66\xea\xb3\xfa\xbb\x0f\xc1\x6a\x17\x9e\xcc\xd3\xc3\x9d\xdc\x20\xd1\xbd\x79\x09\xf7\x26\x12\x4c\x94\x9d\x62\xf1\xe8\x53\x37\xc6\x8e\x1c\xbc\xd5\x85\x1a\x0f\x45\x55\x8c\x23\x42\x74\x90\x69\x79\x38\xaa\x68\x1c\x89\x50\x51\xd1\x9f\x43\x2a\xe5\x01\x8f\xf1\x3a\x54\x2d\xef\x90\xdf\xea\x60\x92\x82\xa6\x3b\xce\x38\x1e\x0f\xf7\x80\xaa\xd7\x1e\xfe\x4a\xe6\x1d\x87\xb4\x76\x03\x99\x07\x42\x77\xe1\x6f\xe4\x90\xdc\xff\xc2\x90\x25\xd5\xdc\xb0\x86\x7e\x40\x43\x1f\xba\xec\x74\x23\xe8\xa2\x36\x02\xf2\xc2\x44\x19\x58\x46\x90\x51\x63\x40\x93\x1f\x8a\xc2\xe0\x86\xfd\x37\x06\xfc\x37\xaa\x14\x05\x23\xdc\xee\xf2\x66\x8e\x2a\x95\x20\xb5\xd7\xf5\x80\xd7\xf5\x37\xdc\xae\x57\x14\x64\x2e\x1d\x48\x6f\xd9\x85\x49\x23\xc8\xfc\x3f\x02\xcc\xff\xb1\x09\xd8\xe1\xf5\x2c\xbf\xcb\x52\x77\x85\xc0\xa0\x3b\xef\x08\x1f\x9f\xad\x43\xf5\x94\xa2\x4e\xf3\x88\x3c\xcd\xaa\x74\x30\xa2\xdc\x64\x06\x2e\x05\x5f\x5b\x57\x5b\x75\x1b\x61\xf9\xf3\xdd\xed\x36\xc8\x1c\x4d\x35\xc2\x62\xf4\x78\xa8\xde\x16\x65\x05\x1f\x51\x9a\x95\x11\x51\x37\x3c\x36\x95\xe5\x8a\xb2\xff\x8f\x98\xd6\x77\x1b\x98\x0e\xa1\x1a\xb1\x70\x3c\xd5\xbe\xb3\xe1\x62\x20\x8b\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\x84\x63\x2a\x42\xe9\x08\xaa\x11\x4f\x82\x4c\xf5\xc7\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa7\x45\xb1\xde\x11\xa9\xbf\x56\x31\x98\x11\x6f\x7f\x07\x77\x90\xe2\xc2\xaf\xf1\xf1\x5c\x1e\x2e\x4f\xb5\xad\x92\x44\xb8\x91\x98\xe3\x58\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x09\x22\x06\x22\x9f\xdb\xa1\xf2\x76\xe9\x72\x97\x17\x21\xad\xd3\x65\x47\xf4\x01\x47\xf4\xaf\x6d\x83\x25\xc9\xea\x3e\x10\x39\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x43\x2b\x86\x36\xc1\x99\x1e\x46\x5e\x88\xa4\x32\x68\x45\xba\xd5\x51\x3a\x77\x41\x85\xdb\x8a\x1c\x15\x46\x41\xed\x29\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x51\x9f\xa3\x20\xb7\xf5\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x99\x97\x47\x35\x6e\xd6\x38\xbf\xe1\x54\xf9\xab\x9a\x38\xd6\xc4\x73\xae\xc2\xe1\x56\xf9\x8f\xa5\xf2\xef\x2a\x32\x56\xa5\x8d\x1e\x95\xda\x68\x99\x9e\x47\x95\xb5\x66\x20\x4b\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\x94\xc0\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\x9f\xf6\x80\x9f\x76\x93\x8b\xc9\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\xff\xe7\xd1\x06\x6a\x88\x88\x9c\x36\xcf\xb1\x31\x67\xec\xd0\x8e\xb7\x2b\xb9\x0d\xd5\x54\x54\x67\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf3\xdc\xa6\x67\x39\x39\x4b\x55\xbf\xeb\xf2\xdc\x18\xcc\x1f\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x8b\x2d\x0a\xd5\x7b\x75\x1b\x12\xd5\x8c\xa1\x12\x73\x76\xa0\x19\x70\xa0\x69\x41\x45\xd4\xbb\x09\x40\x67\x42\x68\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x01\x26\x8a\x21\x0c\x03\x65\x24\x16\x20\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x45\xba\xde\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\x9b\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\x8a\x18\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x0a\x81\xc4\xa1\x12\xcf\xc3\xcc\x0e\x1e\x3d\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x32\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x31\xbe\x31\xa6\x7b\x9c\xac\xbe\xaf\x02\xe2\xa7\x0c\x32\xe3\x8c\x2c\x34\x2b\x66\x87\x52\x57\xfb\x5f\x5c\x63\x4c\xf1\x4f\xa3\xfa\x49\x54\x97\x66\x68\x9c\x97\xfb\xbc\x98\x9b\x4a\x35\x5e\x7d\xc7\x19\x27\x8a\xf7\x2a\x58\x66\x9c\xb2\x1b\x8d\xf3\x99\x68\xd2\x4c\x94\xdf\x60\x20\xed\x73\x53\xdc\xc7\x38\xa7\x9b\x50\xdb\x3c\xba\xf8\xeb\x65\x09\xe0\xa2\x04\x20\x27\x83\x71\x99\x70\x5f\xc7\x9a\xa4\xbe\xb3\xa4\x75\x45\x0c\xa7\xea\xe7\x97\x0c\x4a\xe3\xfa\x44\xc9\x16\x55\x4c\xdf\xd6\x93\x01\xeb\x49\x53\x2e\x98\x71\x99\x8e\x5e\x89\xa9\xe8\xc4\xfe\x2f\xd3\xd1\x8b\x74\x54\x66\x9c\x71\xf9\x80\x5f\xdf\x01\x6f\x49\xa5\xc4\x2f\x93\xd8\x8b\x24\x56\x26\x9e\x71\xc9\xff\x7c\x5c\xf0\x3f\x1f\x87\x36\xee\xaa\xee\xb2\x12\x19\x24\x1a\x5c\xcd\x7d\x36\x26\x83\x54\xc5\xd2\x6b\xb8\xed\x3b\x0f\xaa\x54\xf3\xfd\x16\xcd\x80\xef\x52\x4b\x21\xff\xbb\xb8\x5b\xdb\xff\x54\xda\xbd\xcc\xb1\x2e\xe4\x29\x70\x31\xe9\x5b\xfa\x81\x71\xaf\x34\x94\xc2\xf5\x3b\x0b\x62\x77\x66\x9b\x88\xfa\x6d\x91\xfd\x2e\x4c\x3d\x29\x7c\xbe\xab\xbf\xab\x4c\x8f\x29\x42\x74\x1b\x2c\x77\x65\x62\x4c\x11\xa2\x47\x9a\xc0\xf1\xb0\x76\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x8c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf5\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x7d\x76\x1d\xc9\x47\xce\x4b\xe3\x59\xf5\xb3\x5d\xaa\x5d\x79\xac\xc6\x0b\xbf\xd5\x74\xb8\x76\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xe0\x77\xc9\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\xab\xfe\x75\x13\x4b\xb6\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x6c\xef\x05\xbc\xf2\x08\x1f\xf0\xa8\x8a\xe9\x70\x29\x79\x29\xdf\xc6\x3b\x51\x47\x56\x14\xe0\x9d\x9e\xc8\x44\x99\x6f\xd7\xda\x95\x9a\x7d\xcc\x03\xe5\xb8\x5d\x6c\x56\xca\xa9\x81\x70\x87\x78\xfc\x14\xa2\x55\xe0\xe8\x40\x7e\xdb\x6f\x22\xae\x49\xac\x0d\x9f\x88\xbf\x4b\x2e\xc7\x6d\x33\xd5\x98\x15\x85\xa1\x25\x1a\x4c\x25\x5a\x1a\xb3\xb2\x0e\xae\x4b\xd4\x7a\xb4\xc1\xd1\x5c\x4e\xd8\x02\xf9\xbc\x99\x70\x55\x15\xe6\x6c\x67\x5f\xd9\x24\x4b\x76\xf1\x53\xe1\xd0\x1c\x83\x45\x4c\x5d\x9f\x73\x9f\xc8\x89\x0a\x3f\xbd\xb8\xe4\xa1\x60\x32\xa1\x32\xeb\xf5\xa7\xfa\xdf\xa5\xa6\xb2\x0a\x23\xee\xb6\x4b\x96\x9a\x79\x31\xb9\x42\x54\x4b\x72\x0b\x12\x7f\xa9\x12\xe2\x2b\x4f\xea\x09\x8c\x6c\xf2\xc2\x9b\xaf\xce\xe9\x7c\x71\x4e\xeb\xce\x9f\x7f\xcc\x37\xf9\x33\x64\xb0\xe8\x2a\x5c\xf7\xea\xfe\x35\x11\xef\x63\x77\xc7\x69\x15\xcd\x84\x8a\xa6\x0d\xd5\x68\x7b\x45\xb6\xe7\xfb\x91\xed\x36\xb6\x04\x32\x5f\xf9\xaf\xcd\xf7\x93\x40\xda\x08\xfe\xea\x71\xd3\x8b\xaf\x3c\xd6\x54\x53\x3e\xd0\xa4\x85\x65\x4f\xfe\xc3\x9d\xe6\xba\xba\x6f\xf6\xe4\x11\x87\x18\xab\x6a\x22\xbe\xd9\xb3\xcf\x9c\xbd\xcb\xf1\x69\x33\x51\x96\xbd\xaa\xe6\xe1\xd4\x89\x9f\x93\xa5\x08\x5d\x77\xef\x74\x0b\x2c\x64\xaa\x5f\x27\xe1\x7c\xce\x05\x8b\xdd\xe2\x99\xa3\xe4\x75\x77\x25\x42\xe1\xfc\x84\x69\x36\xd8\x1f\x62\xce\xea\xaf\x3e\xde\xe2\x02\x9e\xf3\xf5\xec\x5e\x88\xa7\xaa\x8a\xb7\xe7\x1d\x66\x60\x66\x93\xe3\xd8\xf5\xef\x42\x72\x1b\xdc\x41\x8f\xbd\x59\x61\x86\xe2\x36\x64\x33\x3a\x6a\x52\x5b\x73\x1b\x92\x94\x84\x3d\x5e\x8c\xd7\x66\x34\x31\x5e\x64\x34\x5b\x6f\x14\xeb\xdc\x44\xe7\xfb\xb7\xd1\x5e\xb3\x33\x76\x97\xed\x4c\xf0\xfd\x3b\x98\xdd\x5c\x79\xc7\xb7\xb3\xc4\xf7\x2f\x13\x68\xa7\xff\x0f\x27\xfd\x7e\xfc\xd7\xf3\x3f\xff\xb7\xff\xe3\xff\x3c\xff\xf3\xff\x3a\xff\xeb\xfb\xe7\xfe\x1f\xff\xfa\xd7\xfb\x1f\xff\xfd\xf9\x2f\xf7\x7f\xff\xf3\xbf\x7f\x4f\xff\x3c\xef\xfc\x2f\xff\xf1\xfe\xeb\xfd\x7f\xfe\xdb\xff\xf8\xd7\xfd\xfe\xf9\xcf\xff\xf6\x9f\xdf\x57\xf8\xfb\x7f\x03\x00\x00\xff\xff\x82\x78\xbd\xa1\xf5\xb5\x03\x00"); +func _defaa ()(*asset ,error ){_bedab ,_ffed :=_bbbc ();if _ffed !=nil {return nil ,_ffed ;};_eedaf :=bindataFileInfo {_c :"UniCNS-UTF32-H",_ed :322404,_cg :_g .FileMode (436),_ca :_d .Unix (1580492707,0)};_effa :=&asset {_fdf :_bedab ,_ff :_eedaf };return _effa ,nil ; +};func _bag ()(*asset ,error ){_dfc ,_fgb :=_agdbe ();if _fgb !=nil {return nil ,_fgb ;};_aggdc :=bindataFileInfo {_c :"Adobe-Japan1-0",_ed :1097,_cg :_g .FileMode (436),_ca :_d .Unix (1580491303,0)};_fad :=&asset {_fdf :_dfc ,_ff :_aggdc };return _fad ,nil ; +};func (_efa bindataFileInfo )IsDir ()bool {return false };func _bfdb ()(*asset ,error ){_bdbe ,_eacaf :=_dgefg ();if _eacaf !=nil {return nil ,_eacaf ;};_bae :=bindataFileInfo {_c :"HKscs-B5-H",_ed :21008,_cg :_g .FileMode (436),_ca :_d .Unix (1580492459,0)}; +_bccg :=&asset {_fdf :_bdbe ,_ff :_bae };return _bccg ,nil ;};func _bffa ()(*asset ,error ){_eedb ,_facb :=_gbfd ();if _facb !=nil {return nil ,_facb ;};_cecac :=bindataFileInfo {_c :"HKm314-B5-V",_ed :615,_cg :_g .FileMode (436),_ca :_d .Unix (1580492389,0)}; +_geag :=&asset {_fdf :_eedb ,_ff :_cecac };return _geag ,nil ;};func _eage ()([]byte ,error ){return _fd (_afac ,"GBK2K-V")};func _agda ()([]byte ,error ){return _fd (_abbc ,"HKdlb-B5-H")};var _ddg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x92\x10\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\xb6\x0b\x3d\x18\xd9\xcf\xce\xfc\xf0\x3e\xb3\xab\xcd\xc3\xee\x71\x57\xc6\x15\x36\x9f\x97\xa9\x7b\xcd\x2b\x0c\x63\xe9\x97\x7c\x9a\xce\x4b\x97\x61\x9f\x0f\x63\x31\x86\x2c\xf4\x63\xb7\x5e\x7f\xca\xa3\x3b\xb6\xb3\x31\xdc\xff\xfa\x7e\x5a\xf3\x71\x57\x86\x09\x9c\xd6\xf5\xe7\xf9\x52\x0b\xb0\xf9\x92\x0f\xe3\x69\x5d\xde\xe1\xee\x43\x3f\xed\xf3\x7f\xd0\xe7\x81\xf9\xcb\xd2\xe7\x65\x2c\x07\xb8\xfb\xd8\xce\x6d\xa1\xdb\xc2\xeb\x79\x9e\x7f\xe7\x63\x2e\x2b\xa0\xb0\x5c\x7a\x79\x9a\xcd\xc3\x73\x3b\x7f\x6a\x8f\x19\x36\x92\x75\xaf\x9d\xf7\x5a\x26\xab\xdf\xf2\x72\x1a\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xfb\x9c\x81\x2e\x31\x6f\xbb\xc7\x97\x61\x38\xe5\x15\x7c\xba\xf4\xfe\x78\xdb\x3d\xc2\x4f\x02\x42\xb0\xc1\x85\xf4\xeb\x52\xfa\xfd\x79\xea\xf3\xe5\x7f\xc8\x6e\x1f\xa6\x73\x59\x21\xd9\xe4\x95\x91\xee\xb4\x9b\xfa\x7c\x9a\xdb\x2e\x2f\x6d\x39\x64\x03\xd0\x20\x22\x6e\xa1\xb1\xf8\xf4\xb4\xe5\x2d\xfc\x53\x61\x9c\xbb\x74\x8e\xbd\x92\x6b\x07\xe2\x30\x6c\x01\x00\xd0\x34\x48\x8a\x48\x90\x0d\xd1\x34\x68\x15\x59\x41\x81\xac\x69\xd0\x29\x72\x82\xaa\x98\x4c\x83\x5e\x91\x67\x44\x68\xbd\x69\x30\x28\x0a\x82\x6c\xe2\xf8\xa8\x28\x0a\x0a\x8e\xe3\x2b\x45\x95\xa0\xaa\xe6\xf8\xa4\x28\x31\xb2\xe8\x39\xbe\x56\x54\x0b\x72\xc8\xf1\xad\xa2\x56\x50\x88\x1c\xbf\x57\xb4\x17\x94\x88\xe3\x3b\x45\x1d\x23\x87\x15\xc7\xf7\x8a\x7a\x41\xce\x72\x7c\x56\x94\x05\x85\xc4\xf1\x83\xa2\x41\x50\xf2\x68\x1a\x52\x5f\x24\xbe\x3c\xd6\xd1\x34\xa4\xbe\x48\x7c\x79\x17\xac\x69\x48\x7d\x91\xf8\xf2\x11\x93\x69\x48\x7d\x91\xf8\xf2\x29\x7a\xd3\x90\xfa\x22\xf1\x15\xc8\x72\xbc\xfa\x22\xf1\x15\x5c\xc5\xf1\xea\x8b\xc4\x57\x88\x8e\xe3\xd5\x17\x89\xaf\x90\x12\xc7\xab\x2f\x12\x5f\x91\x3c\xc7\xab\x2f\x12\x5f\xd1\x23\xc7\xab\x2f\x12\x5f\x31\xf2\x68\x49\x7d\x91\xf8\x8a\x35\x8f\x96\xd4\x17\x89\xaf\x8a\x78\xb4\xa4\xbe\x48\x7c\x55\x9e\x47\x4b\xea\x8b\xc4\x57\x15\x79\xb4\xa4\xbe\x48\x7c\x55\x35\x8f\xd6\x5e\x4f\x64\xd8\x6f\x21\x51\x6d\xe5\x58\x5e\x8f\x1f\x7f\xe7\x3b\x7d\xbb\x63\xdd\x79\x59\x72\x59\xe5\x46\xcb\x1d\xe2\x03\x3f\x96\x7c\x7b\x3b\xcc\xd3\xcc\x5d\xf2\xf9\x13\x00\x00\xff\xff\x43\x08\xad\xb1\x49\x04\x00\x00"); +var _gafa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xaf\x65\xb7\x71\x85\xe7\xf7\x57\x9c\xa1\x33\x70\xb4\x37\x59\x7c\x01\x17\x17\x08\x64\x1b\x16\x0c\x27\x41\x14\xc7\x01\x82\x0c\xf8\x14\x1a\x88\x6e\x37\x5a\xad\x81\xff\x7d\x50\xeb\x3b\x96\xe2\x24\x88\x33\x10\x4a\xbd\x9a\x45\x16\x1f\x6b\x55\x91\xfb\xf4\x57\x5f\x7f\xf3\xab\x6f\xde\x3f\x7c\x79\x7c\xf5\x8f\x9f\x3f\xce\x6f\xf7\x97\xc7\xf9\xf0\xbe\x3e\xef\x1f\x3e\xfe\xf8\x79\xee\xc7\xd8\xdf\x7d\x78\x7f\x79\xb9\xc3\x63\x7d\x98\x5f\xfe\xfc\x47\x99\xf9\x7d\xff\xf4\xf2\xe2\xfe\xdf\xfe\xe9\x87\x2f\xfb\xfb\x6f\xde\xcf\xc7\x47\xa4\xdd\xfa\xf1\xd3\xb3\xed\xe3\xf1\xd5\x3f\xed\xef\x3e\xfc\xf0\xe5\xf3\x9f\x1e\xbf\xf8\xbb\xf5\x71\xec\xbf\x79\xac\x7d\x1c\xff\x87\xcf\x6b\x7f\xfe\xf0\xfe\xdd\xe3\x17\xbf\xfb\xf8\x79\xf7\xfb\xa7\xbf\xf8\xf6\xc7\x4f\x9f\xfe\x63\x7f\xbf\xdf\xbf\x3c\x6e\x61\xfb\x7d\xc9\xbe\x7c\xf5\xf5\xef\xfb\xa7\xbf\xef\xdf\xef\xc7\x57\xbf\xfb\xf6\xeb\xef\x7f\xf8\xe5\x1f\x7e\xfb\xf5\x2f\x7f\xfb\xc7\x5f\xfe\x56\x7f\xad\xbf\xfd\x97\xfd\xf9\x87\x0f\x1f\xdf\x1f\xf7\xf5\xb7\xd7\x95\x7f\xc6\xff\xf9\x4f\x9f\xf6\xb3\xbb\x97\xaf\xfe\xf5\x0f\xdf\xfc\xea\xf1\x6f\xf7\xe3\xbe\x1e\x21\xd9\x9d\xff\xfd\x89\xff\xf1\xf7\x1f\xd7\x7e\x5c\xfc\x29\x30\x85\xf9\x71\xed\x1f\x3e\xf5\xb9\x3f\xf7\xf7\xef\xf6\xcb\xe3\xf1\x7a\x5d\x6f\x8f\xc7\xe3\xb5\x5e\x6f\xfe\xa7\x7a\xdb\xfd\xf6\x78\xfd\xcd\xaf\x7f\xf3\xeb\x37\x8f\xf4\xbf\xb5\x7f\xb9\xe9\xe6\xfd\xe3\x97\xb5\x0f\x98\x7a\x78\xbd\xcf\xdb\xa3\x5e\xcd\xdc\xe9\xbf\xfe\xed\xcb\x7d\x5d\xcf\xa1\x3f\xac\xa7\x43\x70\x87\xb2\x9f\x0e\x7f\x1e\xb3\xde\xa9\xbf\x3d\x5a\x8c\xd1\xa1\x0c\x54\x04\xa5\xe6\x50\x05\x3a\xdb\xa1\x9a\x5e\x5e\x6b\xc0\x31\xc8\x31\xdd\xb7\x43\x38\x06\x39\xa6\x58\x1c\xc2\x31\xc8\x31\x65\xef\x3e\xe2\x18\xe5\x98\xab\x77\x1f\x71\x8c\x72\x2c\xb7\x77\x1f\x71\x8c\x72\x2c\xe6\xdd\x1b\x8e\x26\xc7\x9a\xbd\x7b\xc3\xd1\xe4\x58\x9b\x77\x6f\x38\x9a\x1c\xdb\xed\xdd\x27\x1c\x93\x3b\xde\xd7\x65\xde\x7f\xc2\x33\x15\xb0\xe2\x03\x24\x5c\x93\xbb\xde\xd7\xd5\x7c\x84\x8c\x6f\xc6\x37\x04\x1f\x22\xe3\x9b\xf1\x0d\xe6\x63\x64\x7c\x33\xbe\xa1\xf8\x18\x05\xdf\x82\xaf\x5d\x3e\x46\xc1\xb7\xe0\x6b\xc1\xc7\x28\xf8\x16\x7c\x2d\xf9\x18\x15\xdf\x8a\x6f\x2a\x3e\x46\xc5\xb7\xe2\x9b\x2f\x1f\xa3\xe2\x5b\xf1\xcd\xd1\xc7\x68\xf8\x36\x7c\x4b\xf2\x31\x1a\xbe\x0d\xdf\x52\x7d\x8c\x86\x6f\xc3\xb7\x5e\x3e\x46\xc7\xb7\xe3\xdb\xa2\x8f\xd1\xf1\xed\xf8\xb6\xec\x63\x74\x7c\x3b\xbe\xad\xfa\x18\x03\xdf\x21\xdf\xfb\xbe\x7d\x8c\x81\xef\x28\x60\xd1\xc7\x18\xf8\x0e\xf9\xde\x77\xf6\x31\x26\xbe\x13\xdf\xd0\x7c\x8c\x89\xef\xc4\x37\xde\x3e\xc6\xc4\x77\xe2\x1b\xcd\xc7\x58\xf8\x2e\x7c\x2d\xfb\x18\x0b\xdf\x85\xaf\x35\x1f\x63\xe1\xbb\xf0\x4d\xc1\xc7\xd8\xf8\x6e\x7c\xb3\xf9\x18\x1b\xdf\x8d\x6f\x2e\x3e\xc6\xc6\x77\xe3\x9b\x9b\x8f\x71\xf0\x3d\xf8\xd6\xe0\x63\x1c\x7c\x0f\xbe\x35\xf9\x18\x07\xdf\x83\x6f\x2d\xe5\xe5\xb5\x5d\xf2\x6d\x97\x7c\xc3\x75\x45\xc7\x32\x58\x01\x0b\xcd\xb1\x0a\x26\xdf\x70\xa5\xf4\xf2\xda\xe0\x6c\xbb\xf1\xbd\xeb\xed\x18\xbe\x37\xbe\xe1\xf2\x31\x60\x6d\xbb\xf1\x0d\x4e\xee\x06\x6d\x5b\xc0\x57\xec\x6e\xf0\xb6\x05\x7c\x45\xef\x06\x71\x5b\xc0\xd7\x9c\xdf\x0d\xe6\xb6\x88\xaf\x08\xde\xa0\x6e\x8b\xf8\x8a\xe1\x0d\xee\xb6\x88\x6f\x72\x8a\x37\xc8\xdb\x0c\x5f\x71\xbc\xc1\xde\x66\xf8\x8a\xe4\x0d\xfa\x36\xc3\xb7\x38\xcb\x1b\xfc\x6d\xf0\x37\x88\xe6\x0d\xfe\x36\xf8\x1b\xc4\xf3\x06\x7f\x1b\xfc\x0d\xcd\x79\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\xbc\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xe8\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\x37\x9a\xf3\xbc\xc1\xdf\x06\x7f\xa3\x78\xde\xe0\x6f\x83\xbf\x51\x3c\x6f\xf0\xb7\xc1\xdf\x98\x9d\xe7\x0d\xfe\x36\xf8\x1b\xc5\xf3\x06\x7f\x1b\xfc\x8d\xe2\x79\x83\xbf\x0d\xfe\xc6\xea\x3c\x6f\xf0\xb7\xc1\xdf\x28\x9e\x37\xf8\xdb\xe0\x6f\x14\xcf\x1b\xfc\x6d\xf0\xd7\x2e\xe7\x79\x83\xbf\x0d\xfe\x9a\x78\xde\xe0\x6f\x83\xbf\x26\x9e\x37\xf8\xdb\xe0\xaf\xdd\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x8b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x4b\xce\xf3\x06\x7f\x1b\xfc\x35\xf1\xbc\xc1\xdf\x06\x7f\x4d\x3c\x6f\xf0\xb7\xc1\x5f\x2b\xce\xf3\x0e\x7f\x3b\xfc\x35\xf1\xbc\xc3\xdf\x0e\x7f\x4d\x3c\xef\xf0\xb7\xc3\x5f\x6b\xce\xf3\x0e\x7f\x3b\xfc\x4d\xe2\x79\x87\xbf\x1d\xfe\x26\xf1\xbc\xc3\xdf\x7e\xf7\x4b\x58\xbd\x55\x15\xfc\x39\x95\xff\x6f\xd9\xbd\xdf\x1d\x17\x64\xd9\x83\x82\xf0\x1d\xc2\x27\x89\x72\x87\xf0\x1d\xc2\x27\x6d\x56\x87\xf0\x3d\x30\x98\x36\xab\x07\x7a\x0b\x3b\xbd\x3d\x6e\x5f\xda\x8e\x04\xf4\xf8\xec\xcd\xa9\xd3\x91\x80\x8e\x04\x24\xa5\xc8\x8e\x04\xf4\x48\x6f\xa2\x4e\x8f\xf4\x26\x59\x08\xd9\x5e\x5e\x3b\xa2\xd0\x11\x85\x14\x5c\xc8\x3a\xa2\xd0\x11\x85\x14\x5d\xc8\x3a\xa2\xd0\x8d\xde\x54\xa5\x74\xa3\x37\x5b\xf1\xed\x11\x53\x75\x64\x25\x21\xde\xbf\xf9\x21\xef\x08\x47\x47\x38\x52\xd4\x9c\x10\x8e\x9e\x9e\xfd\xfb\x01\xec\x08\x47\x4f\xf4\x6f\x7e\x00\x7b\xea\x4f\xac\xbf\x3d\x4c\xdb\x9b\xc6\x25\x64\xb4\xb7\x87\x65\x21\x93\x36\xab\xbe\x3d\xac\x08\xd9\x20\xc7\x11\xad\x18\x02\xd4\x11\xa0\x64\x5a\x09\x04\xa8\x23\x40\xc9\x8a\xda\x11\x43\x26\x86\xa4\xbd\xcb\xc4\x90\xb7\xbd\x3d\x92\x4b\x5c\x47\x92\x3a\x92\x94\x92\x56\x02\x49\xea\x48\x52\x4a\x49\xed\xe8\xad\x3c\x7b\x73\x49\xef\x85\xde\xca\x3e\x6f\x8f\xe4\x44\xee\x88\x54\x47\xa4\x52\xd6\xbc\x11\xa9\x8e\x48\xa5\xec\xc4\xeb\x88\x54\xaf\xf4\x96\x9d\x78\xbd\xf6\x27\x66\x6f\x8f\x9c\xb3\x90\x0c\x92\xdf\x1e\xb9\x5c\x42\x2a\xc8\x71\xc4\x67\x54\x07\x5e\xbe\x47\xd9\xc5\xae\x23\x76\x1d\xb1\x4b\x45\xf3\x46\xec\x3a\x62\x97\x8a\x8b\x67\x47\xec\x7a\x23\x86\xe2\xe2\xd9\x1b\x31\x48\x00\x55\xe6\x74\xe4\xaf\xf7\x67\x6f\x9a\x37\xf2\xd7\x91\xbf\x54\x3d\x95\x75\xe4\xaf\x77\x7a\xab\x51\xbe\xf4\xd6\x4f\x7c\x7b\x40\x68\x04\xb1\x23\x88\xa9\x6a\xde\x08\x62\x1f\xcf\xde\xb4\xc7\x08\x62\x1f\xf4\xd6\x82\x7c\xe9\x6d\x9c\xec\x25\xb3\x9f\x76\x24\xb2\x23\x91\xa9\x69\x06\x48\x64\x47\x22\x53\xd3\x8a\x20\x91\x7d\xaa\xb7\x7c\xb9\xfc\xf7\x49\x6f\xd3\x0f\xdc\x7d\x05\x5f\xdc\xb9\x80\x8e\x20\xf5\x86\x90\x76\x84\x34\x5f\x9a\x15\x42\xda\x11\xd2\x7c\x65\xb5\x63\x84\xf5\x1c\xc1\x13\x74\x47\x48\x3b\x42\x9a\x6f\xcd\x01\x21\xed\x08\x69\xbe\x5d\x34\x3b\x42\xda\x37\xbe\xb7\x8b\x66\x47\x48\x3b\x42\x9a\x83\x22\x46\x48\x3b\x42\x9a\x83\x27\xac\x8e\x90\xf6\x83\x6f\xf0\x1d\x1b\x08\xe9\xb8\x9e\xbe\x1e\xcb\x40\x48\x07\x42\x9a\xa3\x17\x0b\x03\x21\x1d\x17\xbe\xd1\x8b\x85\x71\x75\xb0\x67\x01\x9b\x5f\x5e\x07\xda\x3a\xd0\xd6\x1c\x3d\xbc\x81\xb6\x8e\xfb\xd9\x9d\x6b\xfa\x40\x5b\x07\xda\x9a\xcd\x35\x7d\x20\x9e\xe3\x7e\xd6\x69\xd7\xcb\xeb\x40\x3d\x07\xea\x99\x4d\x11\xa3\x9e\x03\xf5\xcc\xe6\x29\x76\xa0\x9e\x03\xf5\xcc\xc9\xd5\x67\xa0\x9e\xe3\x59\x42\x15\x7b\x79\x1d\xc8\xe7\x40\x3e\x73\xd2\x24\x90\xcf\x81\x7c\xe6\xe4\x15\xcf\x40\x3e\x47\x7c\x76\xe7\x15\xcf\x40\x3e\x47\x7c\x66\xfb\xfa\xf2\x3a\xd0\xcf\x81\x7e\xe6\xac\x49\xa0\x9f\x03\xfd\xcc\xd9\xcf\xf1\x40\x3f\x07\xfa\x99\xb3\x27\xa6\x81\x7e\x0e\x0a\x2d\xcb\xe1\xe5\x75\x20\x97\x03\xb9\xcc\x45\x93\x40\x2e\x07\x72\x99\x8b\xd7\x09\x03\xb9\x1c\xc8\x65\x2e\x2e\x85\x03\xb9\x1c\xd4\x5e\x29\xf9\x56\xa0\x7c\x23\x3f\xbb\xd3\x24\x50\xbe\x81\xf2\xe5\xea\x9a\x36\x50\xbe\x81\xf2\xe5\xea\x65\xdb\x40\xf9\x06\xe5\x58\x4e\xbe\x15\x48\xdf\x40\xfa\xb2\xb2\xeb\x40\xfa\x06\xd2\x97\x95\x5d\x07\xd2\x37\x90\xbe\xdc\x3c\xbb\x0e\xa4\x6f\x50\xa1\x15\xf3\xad\x40\xfb\x06\xda\x97\x55\xec\x0c\xb4\x6f\xd4\x67\x77\xae\x91\x03\xed\x1b\x68\x5f\x51\xb1\x33\xd0\xbe\x41\xd1\x56\xa3\x6f\x05\x32\x36\x90\xb1\xa2\x3b\xe6\x40\xc6\x06\x32\x56\xbc\xf6\xfc\x6b\xf9\x7b\xa0\x72\xa3\x3d\x47\xf3\xfc\x3a\x50\xb9\x41\x99\xd7\xa2\xef\x14\x32\x37\x90\xb9\x72\x6b\x8e\xc8\xdc\x40\xe6\xca\xed\x15\xc4\x40\xe6\x06\x32\x57\x74\x53\x18\xc8\xdc\x50\xe5\x17\xae\xe0\x3b\x85\xce\x0d\x74\xae\x04\xcd\x11\x9d\x1b\xe8\x5c\x09\x5e\x23\x0c\x74\x6e\xa0\x73\x25\x78\x3e\x1d\xe8\xdc\x50\x31\x18\x6e\x57\xa6\x81\xd0\x8d\xf9\xec\x4e\x93\x40\xe8\x06\x42\x57\xa2\x17\x09\x03\xa1\x1b\x08\x5d\x89\x9e\x1a\x07\x42\x37\x54\x1f\x86\x70\xfb\x4e\xa1\x6a\x03\x55\x2b\x51\x93\x40\xd5\x06\xaa\x56\xcc\xab\x84\x81\xaa\x0d\x54\xad\x98\xe7\xc6\xb1\xe8\x4e\x25\x63\x88\x97\xef\x14\x42\x37\x10\xba\x62\x9a\x04\x42\x37\xf6\xb3\x3b\x2f\x0a\x06\x42\x37\x10\xba\x92\x3c\x39\x8e\x4d\x77\xaa\x22\x83\x5d\xbe\x15\x68\xdf\x40\xfb\x4a\xd2\x24\xd0\xbe\x81\xf6\x95\xe4\xf9\x7d\xa0\x7d\x03\xed\x2b\xd9\xf3\xdc\x38\x74\x77\xe8\xae\xe5\x97\xd7\x89\x1c\x4e\xe4\xb0\x64\x9f\xc4\x44\x0e\x27\x72\x58\xb2\x27\xf8\x89\x1c\xce\xeb\xd9\x9d\x27\xba\x89\x1c\x4e\xc9\x61\x48\xed\x7a\x79\x9d\xc8\xe1\x44\x0e\x4b\xf1\x49\x4c\xe4\x70\x22\x87\xa5\x78\x86\x9f\xc8\xe1\x44\x0e\x4b\xf1\x4c\x37\x91\xc3\x79\x53\xaf\x55\x7b\x79\x9d\xc8\xe1\x44\x0e\x4b\xf5\x49\x4c\xe4\x70\x22\x87\xa5\x7a\xb2\x9e\xc8\xe1\x44\x0e\x4b\xf5\xe4\x34\x91\xc3\x29\x39\x0c\xa5\xd4\x97\xd7\x89\x1c\xce\xf8\xec\x4e\x93\x40\x0e\x27\x72\x58\x9a\x67\xeb\x89\x1c\x4e\xe4\xb0\x34\xcf\x6b\x13\x39\x9c\x54\x93\xb5\x84\x97\xd7\x89\x1c\x4e\xe4\xb0\x34\x4d\x02\x39\x9c\xf6\xec\xce\xd3\xf5\x44\x0e\x27\x72\x58\x2f\x4f\x75\x13\x39\x9c\x92\xc3\xd0\xbc\x9e\x99\xc8\xe1\x44\x0e\xab\x32\xec\x44\x0e\x27\x72\x58\x2f\xcf\xd7\x13\x39\x9c\xc8\x61\xbd\x3d\xfb\x4d\xe4\x70\x4a\x0e\xe3\x95\x7d\x2b\x90\xc3\x99\x53\x50\x33\x4d\x02\x99\x9b\x92\xb9\x78\x27\x5f\x62\xa4\x6a\x4a\xaa\x62\x30\x5f\x26\xe4\x66\x4a\x6e\x62\x34\x9f\x2a\x24\x9e\x22\x71\xb4\xe8\xe1\x42\xc4\x39\xe6\xf1\x82\x38\xfa\x90\x63\x5d\x82\xdc\xd8\x7d\xab\xd5\xa2\x95\xd7\xca\x31\xb9\x88\xce\xb1\x32\x50\x7e\x7b\xc4\xac\x8d\x19\xab\x08\xda\x59\xc5\xb5\x8f\x38\xf6\x13\x2a\x6f\x8f\xc2\x62\x8c\x5d\x05\x29\x88\xd4\xdc\x11\xfa\x4e\xd1\x37\x66\xad\x2c\x14\x9c\x6b\x3a\xa4\x8b\xff\x5c\x1e\xe3\xd3\x44\xd3\xea\x2c\x42\x5d\xde\x7d\x54\x4a\x99\x8b\xee\x65\x4a\xbb\xd4\x6a\x37\x41\xea\x5e\xd5\xdd\x84\x92\x73\xf7\xf9\xf6\x88\xd5\x85\x60\xee\xbe\x80\x96\xa0\x20\x68\x0b\x92\xa3\xd2\xce\x84\x7c\xf3\x9c\xfe\xf6\x88\x74\x7f\xce\x00\x1a\x82\x82\xa0\x09\xe4\x8e\xcd\x39\xb5\xa0\x19\x26\x36\x4f\x6b\xeb\xea\x01\x28\x38\x64\x59\x50\x14\x34\x8a\x5a\x99\x43\xa3\x02\xd5\x9f\x5b\xf9\x65\xe2\x75\x5d\xbe\x12\x76\xf9\xe2\xac\x4b\x2b\x81\x89\xc5\x25\x6b\x5d\x8b\x11\xd7\xf4\x56\x11\x68\x01\x2d\xdf\x5a\xaf\xae\xd6\xb5\xb6\x20\xee\x3f\x9e\x33\x17\x14\x5e\xb7\x5f\x92\xec\xf2\x4a\x65\xdd\xcb\x80\xec\xed\x61\xd1\xab\x92\x75\xeb\xe2\x84\xb1\xdb\x73\xf7\xba\x75\x26\xd6\xed\xe7\xc0\xee\x48\xab\x0a\x54\xe5\x98\x04\x35\xa0\xae\x56\x38\x0e\x41\xfb\x52\x2b\x41\x9b\x20\xdc\xd8\xad\xe8\xef\x1d\x80\x82\x5f\x45\x2e\x85\xba\x23\x90\x07\x11\xfd\xc8\xad\x7b\x13\x84\x1b\x8b\x95\xbe\x0a\x10\x71\x35\x41\xc4\xb5\x87\x5a\x15\x41\x13\xc8\xd7\xeb\x36\xba\x5f\x40\xbe\x5e\xba\xf5\xad\x7b\x6f\xa0\xad\x56\x40\x47\xd0\x51\xf4\xbc\xa8\xff\x9f\x09\x7b\xdd\x87\xc9\x1d\x4d\xce\x14\xf6\x61\x72\x6e\x2c\x36\x85\x7d\x98\xdc\xd1\x0a\x9b\xf6\xe1\x30\xb9\xa3\xc9\x35\xcd\xe4\x30\xb9\xd3\xd4\x0a\xc7\x0e\xe4\x2b\x6c\x17\x8e\xac\xb0\x1b\xbb\x0d\x47\xe6\x7b\x96\x5a\xe1\xc8\xe4\x74\x18\x74\x1b\x5e\x08\x30\xc6\x6e\x9d\x8f\xc0\xb9\x0d\x7e\x56\xcd\x6e\x20\x03\xca\x6a\x75\x0b\x2a\x40\x0a\xe2\x0e\x82\x06\xd0\x10\x44\xf7\x13\x48\x8b\xee\x5a\xb6\x82\x88\x88\x31\x0b\x74\xaf\xb8\xc2\x20\x08\x3f\x45\x61\x10\x84\x1b\xb3\x20\xc7\x11\x81\x74\xba\x93\xba\x1f\x4f\xc7\xad\xfb\xb8\xe2\x1a\xda\xad\x30\xd5\x57\x51\xf7\x93\xbe\x66\x54\xab\x28\x88\x09\xb9\x31\xa5\xf1\x15\x66\x02\xd2\x76\x14\x5a\x65\x20\xae\xfb\x55\x10\x73\x74\x63\x89\xb8\x26\x73\x9c\x9a\x63\x01\x62\x8e\x53\x71\x05\x4d\x68\x12\x97\x28\x96\x82\xfa\x82\x62\x41\x7c\x4a\x51\xad\xe0\x93\x8c\xdd\x05\xa8\x01\x29\x08\x9d\xc8\x00\x9f\x02\x3c\x17\x9f\x02\x3c\x0f\xeb\xa8\x95\x1c\xb7\x34\x43\xc6\xee\xa2\xf5\x82\x75\x32\xbc\x77\xad\x00\xeb\x64\x2c\x71\x00\x60\x9d\x8c\xe9\xca\xb3\xc2\x66\xbd\xb6\xa2\xcf\x9a\xe3\x26\x7a\x67\x9a\xa5\xac\x20\x36\xa1\x6e\x85\x5a\x14\xea\x26\x54\x11\x31\x11\x2a\x44\x0c\x4e\x2b\x53\xf9\xb9\xc2\x21\x54\x67\x84\xe5\x4b\xdd\x1f\x46\x14\x3b\x32\x67\x15\x76\xc8\xd8\x5d\x35\x47\xd8\x11\xf4\xb4\x92\x39\x00\x87\x20\x74\xc8\x6f\x09\x04\x65\xc1\x8a\x40\xcd\xcf\x2a\xa9\x7d\x99\x94\x25\xa8\x95\xa1\x2c\x86\xb2\x68\xb7\x0d\x65\x31\xd1\x2a\xea\x60\x1a\xb4\x92\x79\xca\x9b\x9d\x05\xb4\x7f\x92\x37\x52\xfd\x4a\x1d\x41\xad\x82\x12\x50\xfa\x49\xde\x92\x1e\x47\x16\xcf\x49\xc8\x5b\x82\x43\x32\x4f\x2d\x4b\x70\x28\x89\x30\x68\x59\x82\x30\x32\xcf\x09\xa5\xae\xf3\x95\x08\xc2\x6f\xcc\x8b\x42\x62\x65\xcf\x36\xa6\x2f\x20\x2b\x93\x6d\x64\xec\xf6\x6b\xe5\xca\x64\x9b\xac\xe3\x6b\xea\x2b\x73\x7c\x65\xec\x2e\x40\x1a\x51\x45\x89\x25\xd1\x9d\xa2\x64\x15\xd8\xe1\xd9\x79\x15\xd8\x21\x93\x52\x52\x2b\xd8\x51\x36\x5b\xeb\xb4\x2a\x1c\x26\x99\x0c\xb7\x0b\x87\x49\x05\x8e\x65\x2f\x17\x17\x05\xce\xaa\x40\x5e\x5b\x2c\x2e\x3d\x4b\x97\x1e\x2b\x3a\xbe\xd4\x3c\x4b\x35\x8f\x55\xb1\x83\x9a\x67\x0d\x71\x5b\x1f\xab\xd6\x80\xdb\x32\x09\xfd\x1a\x70\x7b\x28\xae\xa6\xb3\x3a\x88\x4b\xc6\x5a\x08\x82\x70\xf4\xee\xd3\xe5\xa5\xed\xa2\x9a\x59\xd3\xb7\x36\x5d\x0a\x75\xb2\xb5\x32\x05\x9d\x98\x6c\xed\xc4\x51\xa9\x98\x9a\x67\x2d\x39\xea\x52\xb4\x16\x8e\x32\x49\x85\xe3\x5a\x38\xae\x45\x2b\x5f\x9c\x85\x4e\xc8\xa4\x5b\x54\x58\xa4\xe2\xe5\x84\x49\xb7\xa2\x5f\x10\x46\xa6\x64\xaf\x79\xd6\x3a\x38\x2a\x88\xa0\xe8\xa9\x8c\xd6\xf6\x13\x9d\x82\x08\xb3\x39\xd1\x32\x29\x79\x49\xbf\x36\x27\x5a\x26\x45\xaf\x79\xd6\x26\x77\xc8\xa4\xa8\x93\x43\xb1\xb4\x8e\x6b\x74\x8a\xda\xda\x83\x46\xcb\x14\x6a\x8b\x33\x14\xd7\x71\x19\x4a\xd1\xab\xbf\x75\x90\x21\x99\x14\x73\x10\x14\x80\x8a\xa0\x2c\xa8\x02\xd5\xb7\x47\x32\xd1\xfd\x20\x30\x87\x20\x4a\xf8\xab\xa9\x78\x53\x97\xed\xeb\x68\x74\xaf\xb8\xf6\x75\x9e\xd0\xfd\xf6\xc8\xda\xd3\x7d\x29\x3b\x6f\x55\x49\xc9\x5c\xc2\x37\x55\xd2\xbe\x9d\x7c\xc9\x9c\x75\xfb\x56\xe6\xc2\x24\x55\xa8\xfb\x16\x11\xb7\x8a\x8a\x64\x9e\xb0\x37\x45\x05\x26\xe9\xbb\xc5\xa6\xa8\xd8\xca\xbb\x29\xf9\x7c\x37\x79\x77\x07\x20\xdf\xf9\x8d\x4a\xed\xe8\x1b\x98\xf4\xe1\x61\x47\x6d\x20\xa6\x5c\x97\x5a\x49\x04\xb7\xb4\x2c\xe9\x7d\x73\xa3\x65\x98\x12\x3d\xe5\x6d\x53\x0e\xdf\xd6\x7d\xed\x8a\x2f\xe7\xb6\xde\x80\x9a\xba\xaf\x82\xba\x20\xfa\xd2\x88\x08\xd7\x96\xd8\xa4\x9a\xaa\xa0\x0d\xb4\xf5\x44\x6c\x82\x8e\xa0\x71\x09\xf2\x25\x4c\x03\xc7\x67\xc2\x4e\x82\x22\x50\x55\x2b\x75\x2f\xb1\xc1\x98\x3e\x80\xed\x34\x3a\x50\x57\xab\x26\x68\x00\x49\x92\x02\x90\x56\x35\x79\x0e\x4f\xd5\x73\xd2\x4e\xca\xe1\x18\xb3\xa8\x20\xc4\xf3\x9d\xa6\xa2\xd7\xa6\xa5\x49\xf4\x4a\xc5\x16\x15\xd7\x24\xfa\xa9\x37\x6f\xaf\xc5\x76\x52\x7d\x8d\x31\x5d\x9d\x76\x5a\x4c\xc8\x4d\xaa\x4d\x7d\xad\x00\xa4\x39\x46\x20\xe6\x28\x6e\xd6\xa6\xf5\x12\x37\x31\x66\x51\xd1\xeb\xea\xb4\x93\xa7\xa6\xd4\x74\xe4\xd2\x61\xda\x4a\x2d\xe6\x35\xe2\x4e\x22\x22\x86\x02\x67\xa7\xc3\xb4\x45\xc4\x46\x5c\x87\x09\x51\xc4\x99\x6f\x07\x42\x8f\x31\x73\x5d\xdc\x99\x03\x90\xbd\x88\x4b\xba\x1c\xef\xac\x22\x0e\x63\xfa\xe6\xb0\xb3\xf4\x67\x67\xd7\x9c\xd4\x22\x50\x01\x52\xd2\xf0\x7a\x60\x67\xbd\xd8\xef\x2c\x2a\x34\xd7\xd8\x9d\xa1\x42\xa6\x88\x73\x71\xde\x99\x63\x22\x93\x74\x91\xd9\x99\x63\x92\x55\xd7\x99\xa7\xcf\x9d\x07\x71\x49\x33\x1a\xa1\x72\x4c\x64\xcc\x74\xe4\xf2\x20\xd4\xa1\xb8\x0c\x88\xb8\x94\xb9\x4c\x8b\x43\xe6\xda\xd9\x4f\x4b\x6a\x49\x71\x8d\x09\xa4\x93\x93\x15\x17\x27\x27\xeb\xe4\xb4\xa4\xf5\xe2\xe4\xc8\xd8\x2d\x22\x67\x4e\x8e\x4c\xd2\xc3\xdf\xce\xca\x10\x3b\x4f\xd2\xa7\xa2\x9f\xac\xc4\xd4\x3e\x8a\xc8\x79\x76\x20\x5d\x77\x9e\x8e\x3a\xbe\x59\x27\xa7\x65\x8d\xc8\xc9\xc9\x9c\x9c\xac\x09\x71\x72\xb2\x4e\x8e\x12\xd0\xce\x9c\x9c\xcc\xc9\xc9\x9a\x23\x27\x27\x7b\x41\x98\x5a\xa1\x2f\xa6\xbd\xc4\x21\xd1\x3d\x2f\x82\x58\x5a\x89\xa2\xb5\x5f\xac\x84\xae\x87\x37\xa1\x2e\x56\x62\x69\x87\x0a\x41\xb0\x43\x2a\x1b\x8d\x20\x54\x36\x62\x52\x13\xd3\xf2\xe6\x7c\xa9\x6c\xb4\xa2\xbe\x36\x13\xda\x5a\xd5\x8a\x23\xab\xaa\xf4\x89\x88\xe6\xcd\xaa\xaa\xca\x32\x29\x40\xde\xcc\x51\x55\x96\xbe\x72\xed\xbc\x99\xa3\xb4\xbf\x55\x5a\xb1\xd0\x2a\x2e\x8d\x09\x6d\xa6\xbd\xb5\xf6\x95\xee\x99\xb6\x8a\x4b\x63\x42\x9b\x69\xbb\xc9\x4f\x2a\x20\xc8\x79\x6b\xda\x95\x11\x99\xb6\x4a\x50\x23\xfa\xc3\xb4\x0f\xd3\x96\x23\x89\x42\xc6\xac\x6a\xda\x24\x0a\x99\x67\x0a\xc8\x87\x7d\x94\x6c\xb7\xaa\x20\x90\x6d\x19\x33\x26\x84\x6c\x67\x6a\x57\x0e\xe6\x61\xda\x47\xd7\x56\x69\x74\x3e\x4c\xfb\x68\xb7\x1b\xdd\x33\x6d\xdd\xff\x8c\xe8\x91\x0e\xd5\x62\xa9\xf9\xb5\x75\x53\x8b\x61\x8c\x6c\x55\x50\x80\xa2\xda\xa2\x49\xe5\x8a\x6a\x0b\x8c\x99\x42\x2d\xd0\xbd\x38\xc5\xf3\xe5\x55\xe9\x2e\x24\x0a\x19\x33\xaf\x24\x77\x21\x51\x14\x2e\x7b\xcf\x11\x07\xd0\x90\xe3\xff\x23\x15\x17\xd5\xb1\x18\x6a\xcf\x5d\x90\x91\x82\x8c\xb4\x28\x68\x03\x1d\xf5\x2b\x48\xdf\x58\x31\x66\xca\xe1\x85\x6c\x53\xfc\xe2\xc7\xd7\xb0\x5d\x74\xf1\xc3\xf0\xcd\x7f\x97\x89\xa3\x9b\x7c\xdd\x9a\xc9\xc4\xd1\x4d\xd1\x2f\x21\x76\x99\x2c\x94\x53\x3f\xeb\x33\xda\x2e\x50\x5f\xc6\x4c\xda\x5f\x26\x0b\x85\x1a\x34\xfa\xaa\x40\x5d\x8e\x8a\x0b\xea\x17\xae\x87\x12\x7a\x0a\x60\x4c\x56\xbd\xb8\xcb\x64\xda\xaa\xaf\x93\x97\x57\xbb\x90\xa6\x64\xf2\x15\xb4\x35\xa4\xa9\xa2\x9c\x94\x58\x09\x72\x52\x71\x19\xc9\xfa\x8d\xc0\x2e\xc8\x88\x8c\xa5\x4b\xdb\xac\xd7\x9c\x5d\x96\xfa\x52\x62\x2c\xeb\xd9\x97\xae\x87\x97\xba\x87\xe7\x2a\xcc\xf3\xa5\x04\x44\x61\x8e\x31\x7d\xaf\xda\x14\xe6\x98\x7c\x49\xd5\x0b\x0c\x96\xb1\x74\x6b\xbd\x60\x70\xf1\xd3\x9d\x2f\xb1\xae\x9c\x27\xe4\xa4\x2e\x2c\x21\xa7\x5b\x45\x3e\x1f\x1d\x37\x45\xfe\xae\x5b\x8e\xd2\xb2\x4a\x5f\x95\x7b\xa5\x54\xbd\x42\xfd\xea\x74\xcd\x7a\xba\xd9\x15\xba\xca\x58\x52\x02\xaa\xd0\xb5\xf2\xea\x52\x69\x15\x80\xb2\x1c\x8b\x20\xba\x17\xeb\x92\x72\x52\x25\x2e\x99\x7c\xfb\xad\x65\x57\x58\x27\xc3\x65\x6d\x57\x58\x27\x93\xef\xe7\x88\x03\x48\xbb\x9d\xb2\xa0\x09\xb4\xd4\xca\x04\x6d\x20\x5d\x9d\x54\xb1\x71\x91\xd9\x4d\x5f\xc5\xf5\xb8\xb6\x1b\x44\x94\xb1\x24\x65\x69\xe4\xdd\x26\x8a\x21\xe1\x0d\x0e\xc9\x70\xe7\xda\x0d\x0e\xb5\x49\x2b\xf5\xc5\x91\x93\x31\xfd\xfc\x6a\x37\x8e\x5c\x63\x25\xb4\x1d\x8d\x95\x90\x29\x08\x57\x63\x25\x74\xc1\xca\xfa\xbc\xb3\xb9\x60\xed\x2e\x0e\x05\x1d\x80\x3e\x9f\x90\x17\xd0\xfa\x55\xd4\xee\x70\xa8\xeb\x4a\x17\xa4\xc4\x9d\x93\x23\x63\x7a\x54\xde\x9d\x93\xa3\x8f\xe9\x39\xde\x72\xd4\xad\x05\x63\x77\x05\xc2\x51\xa1\x46\x11\xa6\x13\x6a\x67\xd3\x54\x23\x76\x42\xed\xbe\xf6\x39\x06\xa0\x09\xa4\x69\x4b\xd5\x3b\xf5\x93\x4c\xd6\x6f\x44\x76\x67\x3b\xb8\x31\xea\x19\x7b\x73\x63\xdc\xa3\x2b\xae\x68\x82\x0c\x48\x54\xa8\x40\x09\x48\x71\xa9\xa4\x1a\x6c\xda\x60\xd3\x6a\x16\x54\x81\xaa\x5a\x35\x41\x0d\xa8\xa9\x55\x15\xd4\x81\x54\x35\x3c\xbb\xd7\x61\x1a\x5e\xd4\xe4\xa8\x43\x3e\x28\x8d\xc7\xd0\xf9\x6a\x40\x13\xc8\xd5\x44\x2f\x12\x7b\x50\xe0\xc8\x58\x6a\x9a\x90\xde\xc5\xf6\xd0\xa6\x45\x9d\xaf\xc1\xa6\xc9\x98\x3e\x1e\xef\xc1\xa6\xc9\x58\x92\x62\x8e\x19\x81\x92\x1c\x15\x3d\x5a\x38\x24\x7c\xa9\xd1\x17\x73\xd4\x91\xd3\xfd\x6d\x0f\x8e\xdc\xe0\xc8\x35\x1c\x89\x4b\x92\xa6\x2b\xdd\x1e\x48\x9a\xbe\x37\x58\x16\xad\x06\x95\x91\x0c\x4f\x06\x7b\x20\x69\xfa\xde\x90\xf5\x51\x7b\x8f\xc5\x88\x7a\x17\xd3\x2b\xc2\x1e\x94\x41\xba\x9a\xf3\x4d\x7f\x73\x35\xdf\xba\x87\x67\xfd\x3c\x71\x73\x0f\xc7\x58\xbe\x4d\x50\x01\x2a\x82\xb2\xa0\x0a\xd4\xe4\x08\xd4\x81\xba\x5a\x55\x41\x03\x68\xab\x15\xd0\x01\x3a\x2a\x2e\x7d\x42\x93\x6c\x35\x55\xf4\xe6\x00\x14\x80\x82\x76\xbb\x08\x8a\x40\xbc\x81\x04\x41\x09\x48\x2f\x5e\xba\x41\xcd\x41\xf4\x5e\xfb\xf2\x52\xb2\xe7\x20\x54\xd5\xc1\x7a\x29\xd9\x93\x3a\x58\x26\x5b\xc8\x7f\x99\x8a\x4b\xfa\x1f\x99\x78\x72\xae\x64\x2c\x8b\x3b\x93\x2b\xd7\xf4\xec\x99\xb9\x98\x4d\xb2\xa7\x7e\x5e\x62\x39\x2a\x44\x4e\xcc\x9c\x8a\xfa\x09\x11\xb5\x9e\x4d\xb3\xb8\x33\x39\x31\x32\x96\x75\x69\x99\x64\xcf\xe9\x07\x27\x73\x0b\x9b\x93\xa8\x29\x9c\xc5\x8a\x49\xf6\x9c\x8b\xee\x15\xc4\xa2\xfb\x45\xf7\x6a\x45\x95\x3c\xd7\xcf\x25\xde\xa4\xb2\x9d\x4b\x6f\x45\xe2\xce\x24\xe3\x4d\xcf\x72\xd9\x24\xc4\x93\x32\x56\xc6\xb2\x32\xde\xa4\x8c\x9d\x4a\x82\x26\xa2\x4c\x92\xa0\x8c\x65\xc3\x91\x20\x94\xa5\xb8\xa1\x4c\xb2\xd4\x54\x96\xca\xa6\x09\x91\xa5\xa6\x74\x8b\xda\x70\xa2\x5b\x93\xe7\x49\x42\x3d\xcf\x56\xda\x2c\x55\xc9\x93\xcc\x22\x63\x99\x43\x44\x66\xd1\xf3\x51\xa6\x4a\xe6\xf9\x68\x2f\x3d\xcb\xeb\x3d\x6c\x2f\x44\x6a\x79\x81\x9b\xf5\x33\xd1\xbd\x78\x6a\x90\x49\x51\xd9\x73\x51\xec\xea\x15\x28\x93\x2a\x79\x05\xda\xdb\xaf\x0d\x39\xe9\xa2\xb1\xf5\xa6\x8c\xc9\x14\x59\x9b\x2b\x84\x9e\x7c\x32\x47\x8d\x27\x9f\x7d\x80\x9c\xf9\x87\x17\x96\x73\xf1\xeb\x2d\x5f\xc2\xc3\xdb\xc9\xd1\x7b\x47\xae\x3e\xa1\xc3\x7b\xc7\x09\xd2\xad\xe6\xab\x7a\xf4\x90\xff\x34\xa9\x78\x99\x72\x78\xcf\x3f\x7a\xc2\xcd\xcd\x2f\x1a\x27\x68\x71\x30\xa9\x14\xb5\xd2\xe2\x1c\xbd\x9d\x94\xcb\x4f\xe1\xe1\xed\xe4\x44\xe7\x5e\xb9\xfc\xc8\x9d\x38\x9e\x90\xca\x01\xaf\x59\x4f\x14\x0f\x4f\xc4\xd1\xb5\xe6\xf0\x76\x72\xcc\xf5\x81\xdf\x4c\x1c\x93\x3e\x60\xb2\xb9\x36\x1f\xbd\xa3\xbc\x1e\xf3\x85\x2e\xb7\x1f\xdf\x63\x5a\x68\x4c\xce\xb4\xd2\x42\x1f\x3d\xa7\x14\xfd\xe0\xe9\xf0\x9c\x72\x12\x50\xf0\x20\xb8\xac\x1f\x5d\x1b\x8a\x7e\xc6\x74\x74\x77\x78\x1a\x0b\xbe\x8f\x87\x2b\x04\xa6\xc4\x56\x05\x65\x20\x85\x1a\x69\x55\x80\xb6\x5a\x39\xc4\x4d\xe0\x14\x97\x0c\x7e\x03\x71\x8a\x24\x03\x63\xc1\x80\x9a\xa0\xa9\x56\xd1\x77\x88\x6a\x16\x63\xc1\xe5\xfa\x94\x49\x2b\xd7\xe6\x62\x7e\xc8\x0f\xe5\x26\xc6\x94\xa5\x0e\xe5\xe6\x51\x59\x57\x74\xcb\x3f\x94\x75\xa7\xfa\xf9\x2a\xa6\xe8\xab\xce\x17\xa6\x24\x6d\x6d\xd5\xf9\x3a\x2a\xeb\x8a\xca\xa7\x43\x59\x87\x49\x57\x95\xe3\xa1\xaf\xe7\xef\xf9\xbc\x15\xe5\xd3\x79\xfe\xc4\xcf\xf3\xe2\xa1\x4c\xc1\x14\xfd\x4a\xe9\x74\x5d\x80\x30\x31\x39\x6b\x4f\xd7\xf7\xd7\xa3\x9a\xa4\xb0\x69\xd4\x24\x98\x28\xba\x9f\x2e\x6e\x1f\x55\x08\xa5\x38\x87\x0e\x15\xc2\x19\x40\xce\xc7\x43\xb2\x39\x4a\x1d\x45\x3f\x03\x3c\xca\x1f\x4f\x13\xeb\x4d\x2b\x1d\x5f\x11\xb9\xe8\xf7\x49\x07\x22\x1f\xf1\xb1\xb4\xfc\x97\x37\x27\xff\xff\xef\xfb\xa7\x97\x9f\xfe\x29\xd2\xfc\xf1\xf3\xe7\xfd\xfe\x45\xff\xf0\x49\xff\xd4\xe8\xb1\xf6\xf9\xf0\xbe\x7f\xfa\x47\x54\x9f\x3e\x7e\x72\x2f\xfd\xf7\x9f\x01\x00\x00\xff\xff\xf8\x60\xf3\xef\x70\x35\x00\x00"); +var _gfga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x4b\xeb\x65\x39\x96\xdd\xe7\xf1\x29\xce\xb0\x3d\xb0\xf3\x48\xfb\x25\x41\x10\x60\xba\x1b\x9c\x86\x6e\x37\x2e\xdb\x6d\x30\x1e\xdc\xc7\xb9\x49\x80\x33\x22\x88\xcc\x1c\xd4\xb7\x37\xfb\xb7\x6e\xa5\xab\x0b\x43\x0e\x8a\x95\xb5\x42\x57\x67\x6b\x6b\x3f\x25\xfd\x7f\xf8\xfb\x1f\xff\xe1\xc7\x2f\x9f\x7f\x3d\x7e\xf8\x97\xef\x5f\x1f\x7f\xba\x7e\x3d\x5e\x9f\xbf\x3c\xbf\x5f\xbf\x7c\xfd\xed\xfb\xe3\x3a\xee\xd7\x4f\x9f\xbf\x7c\xf8\x30\xe6\xf1\xfc\xfc\xf8\xf5\x2f\xff\x17\x78\xfc\x7c\xfb\xf6\xe1\x43\xff\xfe\x4f\x7f\xfe\xe5\xd7\xeb\xe7\x1f\xbf\xbc\xbe\x1e\xa6\x71\xcf\xdf\xbe\xbd\xc7\x1e\xc7\x0f\xff\xf5\xfa\xe9\xf3\x2f\xbf\x7e\xff\xf3\xf1\x77\xff\xf1\xf9\xf5\x7e\xfd\xbb\xe3\x79\xbd\x9a\xff\x2f\xdf\x9f\xd7\xf7\xcf\x5f\x7e\x3a\xfe\xee\x3f\xdf\xbe\xdd\xbe\x8c\xdf\xff\xe1\x4f\xbf\x7d\xfb\xf6\x7f\xae\x9f\xaf\x2f\xbf\x1e\x27\xdc\xf5\xe5\x09\x7e\xf8\xe1\xef\xff\xe9\xf6\xed\x9f\x6f\x3f\x5f\xc7\x0f\xff\xfc\xaf\xff\xf2\xef\xff\x13\x2c\xe4\xff\xb8\xbe\xff\xf2\xf9\xeb\x97\x63\x9c\xff\xe1\x3c\xf3\xff\xf1\xff\xed\xcf\xdf\xae\x63\xbc\x7f\xfd\x3f\xff\xfb\x8f\xff\x70\xfc\xaf\x71\x8c\xf3\x98\x61\x96\xff\xfb\xcd\xff\xeb\x3f\x7d\x7d\x5e\xef\x6f\x7d\x18\x92\xfc\xf1\xf5\x79\xfd\xf2\xed\xf6\xb8\xbe\xdf\xbe\xfc\x74\x7d\x38\x8e\x8f\x73\xcc\xf1\xe9\xf8\x58\xff\x58\xff\xf8\xa9\x45\xfa\x9b\x11\x1f\xc6\x79\xbe\x7f\xfa\xf9\x29\xea\x2f\x3f\x99\x23\xd7\xa7\xe3\x48\xb3\xa6\x72\x8b\xda\x9f\x8e\xf2\x5a\x50\x37\xa8\xba\x3e\x1d\x47\x9d\xf9\xe1\xe3\x9c\xfa\xe1\x9c\x50\xb3\x9a\x32\x46\x4d\x1f\x4d\xf9\x68\xca\x45\xc5\x09\xb5\x9b\x8a\x07\x54\x4f\x79\x54\x30\x57\x4d\xa8\xda\x4d\x15\x3f\xec\x4f\xbd\xe1\xa8\xea\x1f\x9a\x9d\x4d\x99\x31\x6a\x9d\x4d\x39\x42\x58\x30\xd7\x86\x4a\x51\xd5\xd4\x1a\x3d\xbd\x4b\x54\x2f\x6b\xca\xe7\x87\x8f\x33\x44\x45\xe5\xa7\xe3\xd8\x33\x3e\x7c\x9c\x29\x2a\x6d\x7d\x3a\xc6\x39\x5a\x88\xd4\xf4\x19\x50\xd6\xa3\x4a\xa3\xaa\xff\x65\x9c\xd1\x72\x55\x88\x2a\xa8\xdd\xd3\x6f\x8d\xda\xf1\xfa\x74\x1c\xd3\xa0\x12\xe9\x81\xc3\x10\x75\x4b\xd4\xcd\x1a\xe7\x6e\x51\x6f\xfa\xe1\x8d\x1f\x1a\x5a\xbd\xe9\x87\x37\x46\xd9\x6e\xb9\xee\x1a\x75\xef\x2f\x1e\x3e\x7b\xfa\xbb\x54\x08\x1c\x73\x07\x94\x89\xea\x1f\xc6\xd9\x5b\xfb\x98\xde\xd4\x23\x5f\x6c\x6d\x4b\xff\xd4\x5c\x4f\xbb\x3e\x1d\x15\xd1\x3f\x7c\x3a\x5f\x7c\x46\x36\xb5\xa0\x24\xc4\x93\x1f\xe6\xd9\x36\xf1\x2c\x51\xc5\xd6\xe6\x84\xd2\x5c\xc8\x55\x39\xa0\xa6\xa8\x09\xc5\x17\x25\xd7\xb3\x77\xbb\x72\x3a\xd4\x4d\x14\xfb\x98\x9a\xfe\x2e\xea\xd1\xa3\xac\xe7\xba\x24\x2a\x70\x24\xfb\x78\xcd\x29\xaa\xa7\xcf\x32\x28\x13\x65\x58\x8e\x28\x17\xe5\x4d\x0d\xfd\x30\x44\x05\x54\x40\xa5\xa8\x84\x2a\xa8\x12\x55\x4c\x2f\x21\x96\xa8\x0d\xe5\x50\x37\x51\x48\x3f\x16\xd4\x5d\xd4\xbd\x47\x6d\x7d\xf1\x21\xea\x81\xa7\x25\xd4\x53\xd4\x93\x51\x12\xf5\x12\x75\x31\x4a\x42\xbc\x44\xb5\x4d\x64\x32\x4a\xae\x70\xfd\x95\x2b\x5c\x72\xbe\xcb\xf8\xa2\x6d\x28\x7d\xd1\xf8\xe2\x16\xa5\x2f\x9a\xbe\xc8\xf4\xa6\x2f\x9a\x7c\x5b\x73\xe9\x8b\xc6\x17\x71\xe4\x4b\x36\x01\x1c\x35\x98\x4b\xde\x71\xfd\x95\xf3\x5d\xa1\x65\x07\x42\x10\x3a\x2e\xb9\x3b\x70\x14\x6e\x75\x85\x84\x08\x84\xc0\x0a\xaf\x90\x10\xc1\xb2\x5d\x3f\x94\x10\xb8\x42\x06\xd3\xcb\x0a\x81\x23\x1d\x15\xca\x87\xae\xbf\x72\xf7\x4b\x96\x03\x1c\x29\xe5\x94\x84\x28\x34\x91\x2c\xbb\x24\x44\x21\xc4\x42\x2e\xc5\x1c\xe0\x48\x82\xd5\x4b\x26\xf7\x92\xc9\x11\x01\x5e\x32\xb9\x17\xf6\x95\x2b\xa1\x5c\x94\x33\xca\xa1\x42\x54\x40\x2d\xa8\x14\x95\x1d\x27\x4e\xfd\xb0\x44\xd5\xef\x61\xe8\x25\xfb\x02\x8e\x4d\x04\x78\xcd\x2d\x6a\x43\x49\xae\x9b\xa8\x5e\xf6\xc6\x3b\x5e\x32\x39\xe0\xd8\x44\xf2\x97\x4c\x0e\x38\xf6\xd6\xa8\xa7\xa8\x27\x94\x46\x5d\xa2\x2e\x28\x09\xf1\x12\xd5\xba\xdf\x44\xb9\x97\x4c\x0e\x38\x32\x4f\x28\x29\xa7\xe1\xd8\x93\x05\x99\x94\xd3\x70\xec\xc9\xb2\xcd\x44\x19\x72\xe9\x87\xd2\x57\xc3\xb1\x09\x8f\x2f\x93\xbe\x8c\x80\x2c\x15\x9a\x94\x63\x28\x07\x57\x78\x99\x94\x63\x28\xc7\x24\x97\x94\x83\x2b\x6c\x6c\xf5\x25\x57\x00\x8e\xed\xac\xd1\xa4\x1c\xbc\x63\x3b\x6b\x94\x77\x00\xc7\x76\x4d\x2f\xe5\xe0\x1d\x5b\x06\x20\xef\x00\x8e\x1d\x9a\x5e\xca\x31\x29\x87\xe9\xe5\x1d\xc0\xb1\x09\xa2\x2f\x79\x07\x70\xec\x28\x12\xf2\x5f\xf2\xee\xff\x37\x15\xbf\x5c\xba\x73\x74\x27\x0d\xbb\x74\xe7\xe8\x8e\x18\xfb\x72\xe9\xce\xd1\x5d\xa2\x28\x97\xee\x9c\xf5\x26\xfb\xe0\x5a\xaf\xb3\xde\xd2\x28\xad\xd7\x59\x6f\xb1\x5e\xd7\x7a\x9d\xf5\x2e\x7d\x51\xeb\x75\xd6\xbb\xb4\x38\xad\x37\x10\x42\x06\x1f\x12\x22\x10\x82\xf0\xf6\x0a\x09\xd1\x70\xec\xcd\x17\x43\x06\x4f\x34\xd8\x5b\x3f\x94\x10\x0d\xe3\x24\x27\xbd\x14\x0d\x80\x71\x9e\xc8\xa5\x68\xf0\x92\xeb\x6b\x03\xe5\xfa\xaf\x24\xc9\x9e\x4c\x9f\xd2\x57\xc3\x38\x4f\x84\x48\xe9\x2b\x1d\x8a\x0d\x4c\xc9\xd5\x30\x4e\x32\xd7\x2b\x25\x57\xca\xd6\x90\x2b\x65\x6b\x29\x5b\xd3\x28\xd9\x1a\x95\xd1\x76\x94\xa3\xca\x08\x38\xb6\xeb\x8b\xb2\xb5\x94\xad\x49\x2e\xe9\x3e\x65\x6b\x9a\x5e\xcb\x4e\xd9\x9a\xa6\xd7\xb2\x13\xdd\x87\xa6\xd7\xb2\x53\xb6\xa6\xe9\xa5\xfb\x94\xad\x31\xbd\xf2\x2e\x70\x6c\xea\xa7\x97\xf2\x2e\x70\xec\x60\x7a\xe5\x5d\xe0\xd8\xa4\xe2\x97\xf2\x2e\x70\x6c\xf2\xc8\xab\xb4\x8f\x25\x63\xc2\x6e\x4b\xfa\x52\x65\x54\x08\x51\x52\x4e\xa1\x89\xd2\x28\x69\x82\xb0\xbb\x4b\x5f\xd4\xb2\x89\xb1\x7b\xe9\x8b\x5a\x63\xc9\x98\xfc\xc3\x47\x3b\x09\xa8\x82\x31\x3a\xe2\xd9\x49\x40\x15\x14\x25\xa8\x9d\xe4\x70\x3b\x3b\x8c\x8c\xd1\x41\xd0\x4e\x7b\x53\xf6\xe9\x28\xeb\x30\x62\x27\x61\xc4\xce\xf6\xf3\x31\x9c\xe9\xf1\x73\x41\x11\x89\xed\xc4\xcf\xed\x6c\x45\x8f\xd1\x5a\xb5\x13\x45\x0b\x8a\xa8\x6e\x27\x8a\xb6\xb3\xf5\x35\xe6\x89\x10\xa5\x2f\x36\x14\x09\xdb\xce\xd2\x17\x7b\xa9\x63\xb6\x31\xd9\x59\x9a\xfe\x5d\xa7\x20\x2a\xcb\xb6\xb3\x97\x3d\x66\x17\x12\xa6\x32\xdb\x46\x87\xf0\x31\x3b\x7d\xda\x20\x84\x0b\x8a\x0c\x61\x83\x10\x6e\xa3\xd7\x35\xe6\x64\x14\x71\x51\x50\xa4\x75\x1b\x1d\x23\x1b\xba\x2a\x9d\x6d\x98\x36\x08\x82\x82\xca\x37\xa5\xe9\x0d\x51\x51\xce\x90\x26\x46\x87\xb7\x22\xad\xdb\x20\xbc\xd9\xa0\x9c\x9d\x8e\x10\x84\x21\x41\xe1\x7c\x36\x08\x43\x46\x17\x30\x66\x40\xa5\x44\x4d\x14\xad\xe9\x53\xd3\x6b\xd9\x1d\x01\x4c\x4d\x82\xcd\xce\x6f\xc3\x86\x41\x2d\x51\x8b\x1f\x06\xd4\x16\xd5\xd2\x5b\xd7\x88\x36\xa5\x9c\x29\xe5\xb4\x0f\xd9\x94\x72\x66\x07\x85\x61\x93\xb9\x08\x0a\x82\xca\x0e\xe1\x36\x53\x5f\x6c\xfb\x1c\x56\x50\xa5\xb9\x4a\x73\x2d\x28\xcd\xd5\x9b\x36\x9c\xdd\x9e\xda\x34\xa0\x48\xfe\xa6\x1e\x44\x30\xbc\x13\xb6\x99\x16\x04\x0c\xef\x60\x65\x26\xf3\x35\x99\x6f\x3b\xb2\x99\xcc\x97\xee\x64\x78\x87\x21\x33\x69\x15\x48\xdf\xfc\xd0\xdf\xa3\x7a\x1f\x9d\xed\x30\xdf\xa2\xf6\xa7\x23\x4e\xd6\x68\x74\x50\x66\x84\x34\x47\x7a\x23\xa4\x09\x2a\x83\x1f\x12\xd2\xcc\xd8\x21\x2f\x44\xd5\x0e\x99\x76\x08\xbb\x37\xed\x90\x61\xe4\xbe\xa0\x64\xe4\x26\x23\x67\x6b\x4d\x46\x6e\x1d\x08\x86\x6f\x16\x54\x9a\xbe\x21\x48\xc5\x66\x04\x05\x33\x14\xed\x5b\x3f\x94\xa8\x52\x74\x07\x2b\x33\x29\xda\xa4\x42\x96\xad\x6e\xcc\x1c\xe5\xc4\xd9\xd2\xbb\x94\xe3\x32\xb9\x4e\x9f\xe6\x52\x0e\x10\x12\xc2\xc9\x7c\xe6\x9d\xc0\x46\xe0\x8f\x4e\x02\x13\x54\x86\x28\x36\xcd\x83\xe9\xb1\x1c\x0f\x4d\xdf\x90\xb9\xd6\x1f\xa6\x62\xf3\xd0\xd7\x51\x7a\xa0\x61\x97\xd2\xfd\xad\x74\x56\x22\xa5\x3b\x8b\x8b\x6a\x19\xd5\x57\x5a\xb4\xdd\x8e\xe8\x5a\xca\x42\x76\x0b\x54\x76\x70\xb6\xa0\x2e\xb3\xe8\x0a\x62\x24\x86\x15\x54\x10\x82\xca\xae\xb8\x2c\x5c\x73\x31\x7d\x12\x04\xd5\xa3\x0a\x46\xae\x0d\x35\x45\xa1\xbb\xae\x1a\x2c\x65\x7e\x49\xb0\xc9\x2e\xfb\x2c\xe5\x4f\x29\x7f\x4a\x51\xc8\x95\x5d\x3c\x0c\xba\x03\x4b\x4f\x51\x49\x7b\xe8\x50\x25\xaa\x85\x28\x09\x41\x3d\x20\xa8\xec\xa2\xc4\x32\x90\x3e\xdb\xbe\x46\xb1\x35\x49\x7e\x13\x14\x5d\x8b\xa5\xc2\x6e\xb6\xad\x8d\x4a\x46\xc9\xd6\x80\xca\xe4\x8b\x24\x20\xcb\xb6\xa2\x41\xff\x66\x29\x2b\x02\x2a\x3b\x4d\x59\x2a\xec\x02\x83\x0e\xc8\x52\x1e\x9c\xf2\xe0\xf7\xf4\xef\x2f\x22\x3d\x06\xaf\x06\xde\x6a\x22\x44\x17\x38\x56\x94\xef\x82\xa2\x3b\xb0\xa2\x7c\xb7\xea\x50\x3b\x6a\x41\x51\x8e\x0a\x2a\xbb\x47\xb5\xa2\x1c\xb5\x6a\xc3\x1c\x8b\x7d\x2c\xd7\x0f\x1d\x33\x21\x96\x95\xb4\x5a\x6d\xa4\x63\xcd\x13\xea\x12\x45\x02\x2a\x51\x68\x95\xc3\x84\xb1\x88\xfd\x25\xbb\x05\x8a\xee\xd3\x4a\x86\x59\xc1\x17\xc9\x95\x15\xfa\x62\xf0\xc5\x62\x8d\xa1\x2f\x76\x67\x36\x16\xdb\x51\x74\x66\x82\x1a\x4b\x73\xa1\xc2\xea\x9a\x69\x70\x2c\x62\x95\xd2\x44\xa2\x09\x74\x5f\xb2\xfb\xea\x72\x63\x2c\x5c\x81\x93\x8e\x37\x14\x2d\xb0\x55\x49\xd4\x2e\x11\xc6\x4a\x51\x5b\x14\x39\xa9\xab\x06\x2b\x05\x88\x2a\x34\x21\x51\xb5\x43\x40\x25\x81\x6b\x69\x87\x96\x21\x17\x21\x7c\x29\xd3\x03\x95\x6f\x0a\xb9\x96\x23\x17\x91\x65\xc9\x61\x80\xa2\xfb\xb4\xa5\xc8\xb2\x30\x80\x3d\x5a\xd1\x3a\x9b\xb1\x8d\x8b\x6e\xb4\xba\xe5\x0a\x5b\x2e\xda\x0d\xa9\x6d\xb9\xe8\xc6\x00\x36\x96\xb3\x65\x00\x5b\x06\x80\xc9\x6d\x19\xc0\x26\x96\x51\xf4\xda\xd6\x17\xb7\x62\x19\x8a\xde\x8a\x65\xbb\x75\x3f\xcf\xb3\x35\xb1\xa5\x7b\x20\x16\x61\x77\x53\x07\xdb\x6e\x1f\x9a\xa7\xf1\xc3\x7c\x53\x58\xb4\x84\x90\x0f\xed\xf6\xa1\x79\x92\x0e\xb6\x7c\x68\xcb\x87\xb0\xe8\x2d\x1f\xda\xbd\x1d\xf3\x24\xa0\x6e\x6d\xc7\xd6\x76\x50\x8b\x6d\x6d\x07\xe7\x4f\xf3\x24\x74\xe8\xfc\xc9\x6e\x6d\x72\xf3\xc4\xd3\x6e\x32\x39\xa0\x72\x89\xe2\x8b\xb7\x8e\x7f\x73\x74\xd3\x6d\x37\x0a\x68\x41\xd1\x15\xdb\x8d\x02\xda\x6e\x88\x3a\xb0\xc2\x9b\x44\xbd\xbd\x45\x2d\xa8\x10\xd5\x42\x0c\xf2\xae\x8e\xb7\xec\x3e\x99\x3e\x44\x95\x28\x4d\xbf\xa0\x96\xa8\xdd\xa3\x70\xf7\xbb\xa2\xdc\x5d\x51\x6e\xe9\x87\x77\x51\x77\x46\x89\x7a\x88\xa2\x62\x23\xb5\xdc\xe9\x8a\xed\xde\xdb\x39\x07\x36\x71\x57\x49\x75\x57\x49\xb5\x45\x69\x7a\x89\x8a\x0a\x1f\x12\xf5\xd1\x36\x31\x55\x19\x3d\x64\x13\x40\x71\xf4\x63\x0f\xcd\xf5\x70\x46\x61\xbe\x0f\xd7\x28\xd7\x28\x7e\xe8\xef\x51\xbb\x4b\x04\xea\x81\x87\x92\xff\xa3\xfd\x79\xaa\xa4\x7a\x44\x89\x42\x13\x6f\x4a\x73\xb5\x31\x4d\xa3\x2a\x7d\xc8\x98\x1e\x81\x5b\x91\x87\x1e\x9c\xa7\xd8\x03\xe9\x6d\x34\xa5\xb3\x3f\x7b\xb6\xbe\xa6\x51\x3f\x3d\xa5\xaf\xa7\x5c\x61\x8b\x42\x5f\xcf\x76\xb8\x69\x24\xb0\xa7\x4a\x50\xa0\x72\x8b\x42\xae\x67\x97\x1b\x53\x45\xdc\x53\xe5\xc6\x53\xe6\xbb\x45\x61\xbe\x9c\x10\x4e\x9f\xfe\xc7\xa9\x58\x07\x88\xc6\xa1\x61\x15\xe5\xc2\x53\x56\xf4\x64\x25\x4e\x2b\xa0\xa3\x41\xe3\x84\x6f\x4a\x77\x3a\xe1\x13\x54\x51\xe3\xe9\x84\xcf\xae\x6e\x2b\xa6\x53\x1b\x5c\x6a\x2b\x80\xaa\xee\x2b\xed\x52\xb0\xe1\x40\x6c\x3a\x6e\xa1\x03\x31\x41\x15\x1e\xac\x03\x31\xbb\x82\x2f\x12\xcb\x2e\x45\x62\xa0\x38\x25\xb7\x4b\x91\x98\x73\xad\xe9\xec\x96\xce\xb5\x04\x55\x94\x90\x3a\xd7\xb2\xab\x23\xf1\x0c\x09\xa1\x48\x0c\x54\xb1\xa7\x97\x22\x31\xc7\x53\x33\xa8\x2a\x75\x3c\x65\x9c\x0c\xcd\xa0\x91\xd1\xc9\x90\xa0\xea\x3d\x8a\x3d\x7d\xb5\x99\xcc\xa0\xe4\x7e\xc5\x16\xd5\xd6\x5d\xc4\xc5\x57\xe8\x87\x2d\xd7\x0c\xec\x56\x4d\xb7\xa0\x38\xbb\xb3\x97\xea\x6b\xba\xe2\x19\xec\xa9\xba\x62\x41\x71\xba\x6a\xea\x8a\x8d\xc6\x6f\x72\x5c\xec\x6a\xfc\x04\x33\x3b\xbf\xb9\x1a\x3f\x41\x55\x77\x07\xae\xc6\xcf\x4f\x67\x54\x07\x41\x3f\x5d\xa3\x5c\xa3\x1c\x4a\xa3\x5a\x21\x93\xda\xc2\x4f\x6a\x31\x41\x71\x9e\xeb\x27\x21\xc9\xcf\xce\x5c\x13\xf3\xf3\xb3\x24\x44\x69\xae\x84\xd2\x5c\x84\x4a\xd6\xe8\x27\xa1\xd2\x4f\xea\x58\xce\x73\x9d\x8e\xaf\xe1\x62\x54\xcf\xa5\x96\xce\x07\x51\xaa\xba\x56\xf7\x41\x94\x12\x54\x75\xa6\xf7\x41\x94\x12\x24\x35\x8f\xd3\x04\x7e\x74\xfa\xb7\x59\xac\x51\xfd\x9b\xa0\x6a\x8a\xba\x41\x79\xfb\x53\x75\xa0\xf7\xc1\x09\x8e\xa0\x6a\x4e\xa8\xa7\x28\xe4\xea\xd2\xc5\x07\x85\x84\xa0\xde\x72\x51\x9e\xf9\xc0\x0a\xab\x90\x2b\x34\x4a\x56\x38\x5b\xab\x23\x35\x8a\xad\xad\x85\xa8\x29\xb9\xb4\xb5\xdd\xad\xbb\xae\x82\x7c\x48\x13\xbb\x47\xa9\xcb\xf3\xd9\xed\xe5\x5c\xdd\xef\xfa\xe4\x24\x4d\x50\x35\x19\x45\xab\xe9\xd3\x19\xe5\x50\x92\x1e\x28\x8a\x4b\x9f\xae\x51\xe4\xca\xd5\xc5\xa5\xeb\xc2\x48\x50\x35\x17\x94\x7e\x98\xed\xc8\x94\x08\x3e\x39\xfa\x11\x54\x61\x5f\x13\x1f\xf2\xd9\x31\x67\xae\x8e\xd7\x3e\x69\xf3\x05\x55\x1d\x3a\x7c\x72\x9e\xe2\xb3\x83\xca\x5c\x5a\x10\x39\xc9\x67\x61\x4c\xec\xd0\xa4\xdd\x71\x3a\xc6\xb9\x3b\x9a\xb8\x3a\x46\x41\x95\x89\x92\xf4\x28\x87\x72\xc3\xd5\x31\xba\x61\x26\x1b\xfb\x32\x99\x89\xc9\x4c\xcc\xa1\x96\xa8\xc5\xa8\x05\xb5\x45\x61\x85\xed\xdb\x6e\x38\xb2\xdb\x44\x88\xa9\xb9\x9e\xa2\x2e\x46\x15\x14\x6b\x34\xd3\x28\x7e\xa8\xed\x30\x6d\x87\x6d\x28\x44\xb5\xd6\xc4\xe4\x78\xcb\x4d\x9a\x00\xaa\xde\x94\xa4\x47\x39\x9c\x20\xbb\x49\x39\x40\x71\xcb\xe7\x6a\x0f\x9d\x66\x6f\x72\xd0\xe7\x46\x7d\x2e\xa8\xea\xe2\xd2\x4d\xfa\xa2\x17\x34\xce\xfe\x5c\xbd\xa0\x7b\x8b\x6a\x54\x46\xee\x12\xd5\x25\xaa\x33\x4a\xa2\x7a\xa7\x4f\x3b\xd1\x97\x93\x3e\x05\x55\x2e\x6a\x8b\xda\x3d\xca\x99\x8b\xf4\x29\xa8\x7a\x53\x77\x51\x7c\xb1\x53\x9e\xab\x89\x14\x54\x61\x98\x6a\x22\x05\x76\x76\x4f\xef\x2e\xb7\x72\xb9\x95\x7e\x28\xb7\xf2\x0e\x9c\x76\x76\x87\xed\x1e\x9a\xbe\xc1\x03\x9b\x70\x99\xaf\x6b\xd9\x5d\x1a\xbb\xba\x44\x81\x9d\x44\xa6\x50\x2c\x0c\xc5\x42\xdc\x3d\x14\x0b\xa3\x2d\xc7\x46\x67\x3e\x0f\x59\x4e\xc8\x72\x5c\x3f\x5c\xa2\x9e\x8c\x4a\xa8\x4b\x14\x36\x81\xf4\x21\x9b\x88\xce\xe1\x36\x08\xb5\x41\x0e\x17\x54\xc5\xf8\xc3\x54\xec\x61\xfa\x7a\x6f\x87\x0d\xcc\x8f\x16\xf6\x0d\x55\xa8\x40\x9d\xac\x07\xbb\x35\x70\xb1\xd0\x6e\x85\x76\x2b\xf8\xba\x76\x2b\x7a\x6b\x6c\x60\x91\xa1\xad\x01\xaa\x02\x45\x29\xe2\x45\x2b\xda\x06\x56\x14\x21\xdd\xd1\x14\x55\x97\xb6\x1e\x21\x45\x05\x8a\x92\x56\x42\xa2\x36\xc4\x7a\x8f\x92\x10\x1d\x20\x6c\x68\x7a\x05\x88\x50\x92\xed\x9e\xde\x83\x24\xeb\x91\xa8\x33\x45\x49\x9d\x0d\x31\x4f\x16\xa4\x30\x12\x9d\x47\x6c\x10\x7f\x42\x79\x04\x08\xd7\xb2\x4b\xd3\x17\x9a\x58\x48\x5f\x12\xa2\xa4\x09\xb6\x59\xd9\x86\x36\xdf\x46\xd7\xc4\xae\x36\xdf\xd3\x10\xa2\x8b\x43\x4f\xf9\x00\x50\xd5\x35\xb1\xa7\x74\xcf\x25\xb5\x4d\x02\x7d\x2a\x57\xa6\x72\x65\x97\x2e\x9e\xca\x95\xd9\x3a\xb2\x49\x8c\x4d\xca\x77\x4f\xd5\x29\x39\xa0\x52\x54\x6f\xc7\xc4\x07\x52\xa6\x9c\x0a\xbb\x24\xd9\x54\xd8\xcd\x4e\x14\x46\xb5\xeb\x99\x12\xb5\xa1\xaa\x1b\x06\xcf\x94\x10\xad\x49\x9b\xac\x31\x95\x9d\x93\xee\x40\x59\x30\xe9\x0e\x3c\x3b\xb5\xd8\xc4\x2d\x52\xa9\x05\x28\x6e\x81\x3d\x53\x42\x14\x73\xb1\x1d\xa9\x60\x03\xe4\x92\x72\x14\x9c\x69\xf3\x6d\x76\xff\xe6\x6a\xf3\xbd\xda\x3b\x6c\xa2\xd5\x52\x40\x05\x8a\xab\x68\x2f\x8a\x25\xa7\x8f\x37\x6e\xe0\xbd\x94\x8a\x4b\xa9\x98\x5c\x59\x4a\xc5\x74\xd5\x66\x5d\xe0\x78\xc9\xbe\x80\xe2\xc5\x82\x97\xec\xab\x92\x51\xd8\x6a\xa9\x02\x29\x2d\xbb\x44\xbd\x47\x75\x3d\x10\xc4\xeb\x52\x92\x2d\x25\xd9\x6e\xba\xbd\xa4\x89\xea\x02\xda\x8c\x7d\x2c\x7a\x41\x41\x55\x37\xdd\x5e\x32\x4c\x7a\x67\x33\x54\xa8\xde\xd9\x57\x87\x0e\xb3\xee\x3e\x7d\x71\xba\x21\xa8\xea\x3e\xdc\x17\xa5\xb1\x2f\x62\x86\x2d\x51\x97\x28\xec\xab\xfb\x70\x5f\x8a\x19\x80\xd9\x66\x14\x97\x80\x82\x2a\xec\x7e\x99\xbe\x88\x7d\xd9\x86\x92\x7d\x01\x55\xdd\x87\xfb\x0a\x7d\xb1\xcd\xc4\x9c\xb8\xb8\x64\x26\x40\xf1\xc2\xc3\x97\x72\xf8\x6a\xbf\x31\x27\xc6\x2e\x65\x9b\xa5\x6c\xd3\x4d\xb7\x2f\x19\x00\x3d\xbd\x39\xc6\xa4\x9e\x5e\x60\xce\x1a\xb7\x02\xea\x9e\xd4\x03\x68\x62\x4b\x13\x7b\xf2\x43\xe4\xda\x5a\x23\x50\x9c\x06\xf9\xd6\x1a\x81\x18\xc8\xb5\xb5\x46\xc0\x9c\x2c\xb8\x4d\xd3\x1b\xd2\x53\x5b\x6c\x5a\x09\xdf\x86\xf4\x5b\x73\x85\x28\x49\x8f\x5c\x0a\xbb\xbb\x9d\xd7\x1c\x93\xdb\x8a\x98\x40\xa9\xf0\xe2\x44\xa1\xa1\x77\x28\xba\x49\xf0\xad\x9c\x04\x14\x47\x52\xbe\x95\x93\x36\xe1\x31\x08\xc8\x5b\xe1\x11\xa8\x5a\xac\x31\x24\x2a\xfa\x0a\x4a\x3d\xb5\xf9\x7e\xeb\x38\x61\x81\x2b\xdc\x14\x27\x80\xaa\x25\xca\x45\xb5\x15\xe6\xc9\x0f\x95\x2b\x6f\xca\x95\xdd\x3b\xfb\x4d\x72\xdd\xba\x95\xb0\xa4\x3e\xbf\xd1\x4a\x08\xaa\xd0\xd7\x4d\xd1\xe4\xd6\x81\xcf\x38\xcc\xf4\x9b\x02\x1f\x50\xd5\x0d\x87\xdf\x4a\x3f\x44\x54\xce\x4a\x5d\x87\x01\x02\x53\xad\x7f\xd7\xd6\xde\x95\x2b\xb7\x28\x13\xc5\xf4\x84\xa1\xbb\xdc\xfd\x2e\x77\xef\xd6\xcb\x75\x3e\xe0\x77\x92\x0e\x47\x65\x7e\x57\xd2\xb9\x2b\xe9\x60\xe4\x77\x25\x9d\x3b\x91\x89\x36\xce\xef\xf2\x47\xa0\x64\x5f\x77\x45\xa6\x7b\x67\x02\x53\xe1\x75\x57\xfd\x74\x57\xfd\xc4\xd6\xde\x55\x3f\xdd\x59\xb6\xaa\x99\xbb\x96\x0d\xf8\x78\x53\x9a\x9e\x65\x77\x16\xfd\xc3\x54\xac\x73\x07\x7f\xb0\x35\xca\x5c\x0f\x6d\xcd\xe3\xbd\x35\xa2\xd8\x1a\xce\x07\x6c\x9d\xbd\xde\x07\x8d\x9f\xa0\xaa\x3b\x77\x7f\x68\xb7\x38\x2b\xb0\xc5\x06\xea\xac\x40\x50\x45\x81\xf2\x50\x77\xf0\xc0\x83\x39\xc5\xf4\x87\x3c\x18\xa8\x75\x8a\x62\x1f\x1e\xac\x77\x91\x93\x1e\x5a\x2f\x90\x1e\xa2\xf4\x45\x1a\xac\x45\x65\xf3\x50\x83\x05\xd8\xc2\xf5\x1f\x2a\x21\x81\x7a\x4b\xaf\x12\x12\xb0\x45\xa6\x7f\xa8\xe4\x06\x6a\x51\x55\xea\x58\xc3\x9f\xb8\x2b\x47\x96\xfe\x94\xbb\x02\xb5\x30\xe5\xa7\xdc\xf5\xd9\x3e\x64\x0b\x1f\x78\xaa\xa0\x03\x6a\x51\x8e\x3e\xe5\x4f\x4f\xc2\xdb\xda\x1a\xe5\xa2\x9c\x51\x09\x15\xa2\xda\x64\xd4\x1d\x3c\xa5\x55\xa0\xb8\x91\xf1\xa7\x7c\xe0\xd9\xb1\xdf\xf6\xc9\x5c\x8a\xfd\x40\x2d\xfc\xfc\x29\x5b\xe3\x74\xc3\x36\xee\xaa\xd3\x0d\xbf\xb0\x5b\x5e\x2f\xf8\x25\xbb\x05\x6a\xd1\x61\x5f\xb2\xdb\xab\x10\x02\xd7\xbf\xa4\x68\x9e\xc2\xd4\xe2\x8b\x7a\x0a\xe3\x9c\x22\xf8\x69\x2d\x97\x4e\x11\x04\xb5\x68\x51\xf4\xc8\xc5\x79\xed\xe1\x27\xad\x80\x5e\x7b\x08\x6a\x91\x05\xf5\xda\xc3\x79\xbb\xe1\x67\x30\x97\xc2\x1b\x90\xdc\xe6\xbb\xde\x71\x38\x8f\x36\xfc\xa4\xdc\xd0\xa3\x0d\x41\x2d\xca\x51\x3d\xda\x70\x5e\x19\x38\x65\x72\xe8\xc8\x20\xce\x60\xfa\x0e\x36\x71\x52\xa7\x08\xac\x8b\xd6\xfe\xef\x82\x62\x41\xdc\x02\x87\x5a\xf3\xe0\xbe\xd3\x39\xa8\x0b\x2e\x3d\xdf\x50\x18\x79\xe8\xee\x33\x86\xe7\xa7\xc3\x67\x0b\x11\x83\xdb\x0e\x41\xad\x11\x50\x4b\xd4\xad\x47\x4d\x8d\xba\x8b\x42\xab\x23\xa1\x1e\xa2\x1e\x8c\x2a\x28\x7d\xd1\xf5\x45\x51\xfa\x22\xa2\x72\xbf\x1b\xea\x9d\x63\x8a\xea\x9c\x14\xea\x18\x83\x36\xce\xad\xa3\x54\xe8\xe9\xa3\xa0\xd6\x60\x94\x69\x54\xab\xd0\x6d\x89\xba\x89\xc2\xad\xc6\x86\x42\x54\x73\xe6\xda\x8c\x0a\xcd\x25\x23\x6f\x47\x0e\x0b\xcd\xd5\xe5\x9d\xfb\x9b\xba\x44\xe1\x56\x9d\x5a\xc2\x08\x0a\xc1\x1d\xa3\x7b\xb7\x61\xa1\x3b\x46\x41\xad\x89\xa8\x1c\xfa\x05\x5d\x9e\x93\xc3\x43\x5d\x5e\x70\x97\xe7\x24\xec\xd0\x5d\x9e\xa0\x88\x13\xe1\xdc\x9c\x84\x77\x04\xf1\x68\x77\x0f\xee\xdf\xde\x60\x67\x32\x2a\x35\x8a\xe9\x03\x21\xd4\x4d\x45\xb0\xdb\xd1\xc5\x52\x84\x76\x3b\xb4\xdb\x93\x51\xda\xed\xe8\x60\xe5\xd1\xf9\x2d\x68\x05\xde\x50\xab\x1b\xe5\x50\x47\x10\x14\xe3\x4e\x9a\x0a\x15\xe3\x02\xe7\x56\x33\x74\xe7\x26\xa8\x35\x13\x8a\xb9\xb2\x34\x0a\xaa\x34\xaa\x34\x8a\xb9\xea\x3d\xaa\xa7\xe7\x9e\x2c\x54\xa8\x46\x89\xea\xc6\x2f\x54\xc4\x05\x45\x9c\x73\x31\x13\x2a\xe2\x04\xb5\xa6\x46\xa1\x09\xca\x20\xe7\x3c\x25\x54\x06\x05\xcf\x4e\x9d\x87\x2d\xa1\x67\xa7\x82\xe2\x5a\x29\xf4\xec\x34\x76\x6f\x5a\x9c\x1d\xb6\x63\x6b\xd3\x80\x5a\x26\x0a\x15\xee\x2e\xad\xe3\x6c\x77\x0f\xae\x13\xde\x30\xb4\xb5\xba\x55\x08\x6a\x8b\x38\x51\xb4\x6a\x8b\xb8\xb5\xbb\xc7\xc9\x5c\x37\xdc\x5d\x50\xcb\x06\x14\xb6\x4a\x6d\x11\xdc\x50\x84\x6a\x0b\x41\x2d\x9b\x50\x6c\xda\x4d\xd3\x77\xde\x0d\xd5\x03\x71\x6f\xcb\x89\xc1\x17\xef\xb2\x1c\xa0\xb8\x14\x8b\x3b\x77\x6e\x71\xe7\x22\x7d\x74\xcc\x09\xb2\xfe\x1b\x6a\x99\x7e\x88\xf9\xde\xe9\x12\xb9\x42\x88\x3b\x55\xbc\xc0\x7c\x9f\x7f\x98\x8a\xe3\x4e\x46\x0d\x6a\x83\x18\x5d\xa1\x86\x6a\x03\x41\x2d\x43\x6c\x69\x18\x88\xd1\x79\x24\xee\xd2\xf0\x5d\xad\x66\xf1\x75\x2a\xfa\xe0\xe5\x6e\xcc\x13\xb1\x69\x22\x05\xc5\x5d\x5e\xdc\x4b\xeb\x2d\x35\xa4\x6d\x0c\xaa\x07\xe2\x21\x8a\x00\xa1\x2c\x18\xe4\x91\xa0\x6b\x09\xe5\x91\xb8\xd8\x1a\x1e\x34\xc4\xa5\xad\x01\x8c\x7b\xc1\xd0\x4b\xd2\xb8\x3a\x66\x84\xb3\x5b\x97\x62\xc6\xa5\x98\xd1\xc5\x4e\x5c\x8a\x19\x57\xcb\x15\x8e\x5b\x5c\x92\x0b\x18\x9c\x46\xc7\x45\xad\x1e\x64\x9b\xa0\x72\x0e\x65\x9b\xe0\x65\x52\x04\xe6\xa7\x97\x49\x82\x5a\xb6\xa0\x5c\x54\xff\x30\xba\x30\x4f\xa5\x83\x3c\xdb\xee\x23\xba\xa0\xcb\x93\x03\x7d\x41\x2d\xdb\x50\x05\xd5\x81\x2b\xb2\xa7\xcf\x93\xc0\x25\xa8\xe5\x50\xb8\x45\x9e\x2d\x6a\x70\x9b\x9f\x67\x69\xae\xd2\xe5\xb7\x28\xcd\x85\x10\xdc\xf8\xa5\x52\x4b\xf2\x6a\x27\xb8\x88\x4a\xbd\xda\x11\xd4\xf2\x01\xf5\x10\xd5\x2a\xe4\xe8\x39\x07\x21\x3c\x87\xd2\x67\x3b\x75\x0e\xd2\x67\x92\x0e\x82\x5b\x85\x54\x3a\x48\xde\xbd\x04\x17\xd6\xa9\x77\x2f\x82\x5a\x9d\xdf\x72\x6a\xfa\xd9\x7d\x65\x50\x00\xe7\xa4\xaf\x14\x4c\xbc\x2e\x27\xb5\x85\x20\x56\xf0\x43\x6a\x0b\x81\x8d\xd0\x0f\x35\x3d\xa7\x1b\xab\x03\x57\xea\x90\x54\x50\xcb\x91\x8b\xd2\x36\x49\x53\xb1\xda\x9f\x52\x69\x2a\xf5\x56\x65\xb5\xf9\xa6\xde\xaa\x08\x8a\x90\x94\x86\x8b\xa5\x75\x5a\x0f\x0e\x36\xd3\xa8\x9f\x04\x45\xa9\x97\x46\xfd\x94\x24\xa0\xe0\xd9\x68\x2a\x01\x09\x86\x77\x77\x90\x4a\x40\x49\x6a\x09\x1e\xe9\xa5\x52\x4b\x3a\x16\xbd\xbb\x5b\x4f\xc7\xa2\x05\xb5\x9c\x51\x58\x74\x92\x61\x82\x17\xae\xe9\x04\x08\x81\x73\xf7\x99\x9c\x2f\x7e\x4c\x12\x50\xf2\x52\x30\x95\x80\x04\x45\xbd\x99\x4a\x40\xe9\xed\xb5\x79\x4a\x08\xbc\x56\x50\x2b\x98\x4b\x2a\x24\x4d\x25\xd7\xb4\xa9\x34\x95\xd1\xa2\x26\x05\x4e\x86\x44\x0d\x89\xda\xd5\x4c\x86\x44\x05\xf2\xec\x34\x95\x41\x0e\x17\xd4\x8a\x09\x85\x01\x44\x2f\x28\xcf\xcd\x0f\xb5\x20\xa0\xb8\x51\xce\xd0\x82\x48\x66\x39\x3a\xa3\xa6\x92\x59\xf2\xe8\x23\x47\x37\x58\xa9\x47\x1f\x82\x92\x99\xe8\xd1\x47\xa6\x7e\xd8\x8d\x4c\x2a\x4d\x25\x8f\x05\x72\x22\x84\x1e\x0b\x08\x8a\x33\xb6\xd4\x63\x81\xd4\xe9\x86\x75\x21\x91\x3a\xdd\x10\x94\xec\x4b\xa7\x1b\xc9\xfb\x81\xb4\xc9\x0f\xc9\x95\x82\x5a\xf8\x63\x11\x14\x92\xc4\x98\xd6\xf1\x3a\x95\x18\x93\x97\x01\x69\xd8\x97\x5e\x06\x08\x6a\xb1\x20\xbd\x0c\xc8\x85\x0a\x2d\x35\xea\x2e\x4a\x2a\xdc\x50\xa8\x70\x15\x73\x55\xeb\x8b\x73\x87\x37\xd4\xc2\x26\x74\xfc\x90\x24\xd9\xe4\x54\x2f\x95\x64\x05\xe9\x2e\x6a\x8a\x9a\x5c\xd3\x1a\x94\x89\x7a\x32\x6a\x42\x5d\xa2\xe8\xb3\x70\x2b\x1d\x3f\xe4\x6e\xb9\x92\x20\x9a\x5b\x72\x01\x25\x4f\xdb\x54\x33\xb9\x83\x0e\x2a\x7b\x8d\x9b\xee\x42\x30\xde\x42\xd0\x5d\xe4\x96\xa8\x5d\xea\xa5\x52\x71\xde\x5a\x96\xa4\x58\xca\x1b\x85\x84\xc0\xb8\xcc\xcd\x1b\x85\x44\xde\x3a\x88\xb6\x79\x42\x95\x28\xea\xe0\x9c\x50\x04\x98\x5b\xcb\x95\x41\x94\xbb\x49\xae\x9b\xaa\xac\x2e\xcf\xf2\x46\x95\x95\xb7\x76\x85\x0c\x51\x72\x85\x9b\xa2\x09\x76\x7f\x53\x34\x21\xad\x67\x76\xe5\x9d\x4a\xeb\x79\xef\xf0\x98\x49\x04\xb8\x2b\x3c\xde\xd5\xb3\x65\xfc\xdb\x54\x1c\xfb\x6f\x33\x71\xde\xe9\xe8\xf2\x1e\x2d\x22\x8f\x06\xf3\xce\x89\xa5\x60\x04\xae\x79\x57\x60\xb9\xb7\xa9\x26\x8f\x04\xf2\xce\xf1\xa4\xa0\x16\x16\x73\xe7\xe8\x2e\x49\xb5\xc9\x0d\x77\xde\x95\x20\x80\x5a\x59\x50\xef\x51\xbd\x10\xee\x26\x53\x99\x38\xe9\xcc\x93\x4b\xba\x54\x67\x2e\x98\x5c\x3a\xa5\x3a\xf3\x7c\xa4\xae\x05\x7b\xae\x87\x1c\xe5\x21\x47\x61\x97\x1f\x72\x94\x07\x36\xca\xe1\x44\x3e\x64\xa3\x8f\xb7\x8d\x6e\xa8\x10\xd5\x42\xd0\x8f\xa6\x72\x7f\x3e\xfb\x8b\x49\x87\x92\x4f\x7d\x11\xa8\x45\xa4\xa4\xf5\xfd\x98\x5c\xd9\xa7\x76\x59\x57\xf6\x82\x5a\x35\xa0\x9e\xa2\x98\x6b\x6b\x94\xe6\x52\xc0\x2b\x51\x9a\x4b\x42\x90\x9c\x55\x6d\x24\x7f\x30\x93\x5c\x86\x25\x7f\x35\xf3\x86\x5a\x38\x9d\xfe\x78\x26\xf9\x23\x95\xdc\xdd\xb4\xa4\xfe\x48\x45\x50\xab\x98\x4b\x76\xc5\x75\x7a\xf2\xf0\x3f\x2f\xfa\x3e\x41\xad\xae\x0d\xf3\xa2\x78\x4b\xaa\x8d\xe4\x39\x73\xaa\xda\x48\x5e\x84\x17\xef\xc6\x53\x2f\xc2\x05\xa5\xc4\xa5\x17\xe1\x49\xb5\x51\x67\xcb\x55\xaa\x36\x8a\x27\xc8\x75\xb6\x01\x94\x9e\x20\x0b\x8a\x5b\xc7\xd2\x13\xe4\x3a\xe9\x63\xc6\x80\xa2\x1a\x15\xd4\x2a\x7e\x48\x88\xad\x93\xf2\x69\x74\x61\x54\x67\x68\x7a\xce\xe9\x56\x6d\xa8\x29\xaa\xed\x6b\x38\x73\xb1\x46\x41\xad\x2e\x40\xea\x64\x8d\xa5\x57\xc9\xa4\xf0\xd2\xab\x64\xc1\xa0\x00\x29\x0a\x9b\x37\xd4\x5a\xa2\x24\x04\x6b\x1c\x5d\x51\xd5\xfb\xef\x05\x87\xa8\xde\xda\x52\x01\x52\x54\x18\x35\x57\x42\x3d\x45\xb1\x1d\x4b\xa3\x2e\x28\xe2\xe9\xec\xfa\xa6\xb8\xfd\x7d\x43\x2d\xa6\xd7\x25\x70\x71\xe3\x5b\xd6\xde\x51\xba\xf1\x15\x0c\x0e\xbf\x4a\x37\xbe\x82\xe2\x96\xb6\x26\x86\x59\xb3\xf4\xd6\x9b\x2f\x6a\x8d\xc0\xb0\xee\x47\x4b\xb7\xb4\x45\x4d\x52\xd6\x16\x5d\xaa\x49\x4a\xbd\xad\xa1\x2f\xf5\xb6\x82\x5a\x2b\xa0\x50\xb4\xee\x26\xbd\x7b\xa2\xd2\xdd\xa4\xa0\x16\xcb\xa6\xcc\x78\x43\x79\xd9\xbf\x09\x3f\xfd\xdf\x3f\xdf\xbe\x7d\xf8\xfd\xcf\x3d\x1f\xbf\x7d\xff\x7e\x7d\xf9\x95\x3f\x2e\xe5\xef\x3a\x8f\xe7\xf5\xfa\xfc\xe5\xfa\xfd\x0f\x55\xbf\x7d\xfd\xd6\xbf\xe2\x7f\xff\x37\x00\x00\xff\xff\x37\xcb\x4a\x23\xd4\x3a\x00\x00"); +var _gc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x16\xd9\x76\x5b\xa0\xe8\x81\x94\xb8\x0b\x01\xb5\x2c\xc8\xf6\x61\xbf\x7d\x31\xef\xb9\x6e\x0e\xc1\x64\x7f\x26\x47\xc3\x67\xc9\xda\x3f\x1e\x9e\x0e\xcb\x7c\x31\xfb\x5f\xb7\xd3\xf8\xdc\x2f\xe6\x75\x5e\xa6\xad\x9f\x4f\xd7\x6d\xec\xa6\xf5\xb7\x79\xd9\xed\xac\x33\xd3\x3c\x5e\xfe\xfb\x13\x65\x3c\xd6\x75\xb7\xdb\x97\xe1\x78\x5e\x3f\x7e\xfd\xe9\xf9\xf3\xc7\x1f\xcd\xf5\xdc\x6f\xfc\x78\x78\x7a\x7e\x3f\x5f\xfa\xf1\xb0\xbc\x9e\x8c\xe7\xf6\xe9\xba\xde\x5a\x18\xb3\xff\xda\xdf\xe6\xf3\x65\x7b\x37\x1f\x7e\x98\x4e\xad\x7f\x67\xa6\xfe\xaa\xfe\xcb\x36\xf5\x6d\x5e\xde\xcc\x87\xcf\x75\xad\x8b\xbd\x7f\xf0\x7c\x5d\xd7\x7f\xfa\xb1\x2f\x17\xe3\x60\x7d\x99\x50\x77\xfb\xc7\x2f\x75\xfd\xb9\x1e\xbb\xf9\x76\x9c\x17\x7c\x88\xcf\x5e\xfa\x76\x9e\x4f\x8b\xb1\xf6\xfb\x61\x48\xff\xfb\x6f\xef\x6b\x37\xf6\xd6\xe4\xcf\xdf\x0f\x4f\xe6\x2f\x6b\xec\x60\x5c\x0c\x21\xfd\x7d\xf3\x3f\xbe\x9c\xa6\xfb\x2a\xc9\x3c\xc1\x38\x4f\x5b\x5d\xde\xfa\xee\x53\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\xc4\x63\x51\xe5\x3e\x2d\xe2\x31\x55\xad\x94\xa6\x92\x20\x23\x65\xc4\x9c\xc3\xee\x53\x76\xe5\x55\x09\x45\x8a\xd5\x7d\xae\xe2\x72\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\xc6\xe0\x03\xf2\x43\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x53\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x07\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x57\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x2e\x63\xd2\x77\xc9\xfd\x27\x5d\xff\xaf\x6f\xb1\xfb\x5b\x65\xbc\x6e\x5b\x5f\x2e\x78\x87\xe1\xbd\xa1\xef\x82\x79\xe9\xf7\xd7\xe4\x7a\x5a\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x56\x46\xab\xf5\x52\x07\x00\x00"); +var _cfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\xcb\x6b\xeb\x46\x14\x06\xf0\xbd\xfe\x8a\x59\xde\x2e\x6e\x3d\xe7\x31\x0f\x81\x08\x94\x84\x0b\xa6\xdc\xb6\x34\x7d\x41\xe9\x42\x91\xc6\xc1\xd0\x48\x46\xb6\x17\xf9\xef\xcb\x39\x9f\x9d\xc2\x5d\x04\x47\x9f\xa5\x23\xe5\xf7\x65\x46\xbb\xc7\xfd\xd3\x7e\x39\x5e\xc2\xee\x97\x6d\x9d\x9e\xdb\x25\x1c\x8e\xcb\xbc\xb5\xf3\x7a\xdd\xa6\x16\x5e\xda\xeb\x71\xe9\x3a\xe2\x30\x1f\xa7\xcb\xfd\xd0\x3f\xa6\xb7\xf1\xd4\x75\x76\xfd\xf3\xfb\xf9\xd2\xde\xf6\xcb\x61\x0d\x82\xf3\xe6\xeb\xe9\x76\x6e\x08\xbb\x5f\xdb\xeb\xf1\x7c\xd9\xde\xc3\xa7\x1f\xe6\xf5\xa5\x7d\x17\xe6\x76\xb0\xfc\xe7\x6d\x6e\xdb\x71\x79\x0d\x9f\x7e\x5c\xb7\x36\xd2\xc7\x17\xcf\xd7\xd3\xe9\xdf\xf6\xd6\x96\x4b\x60\xcf\xda\x32\xfb\x67\xb7\x7b\xfc\x3a\x9e\x7e\x1a\xdf\x5a\xd8\xf9\xac\xcf\xb8\xf2\x33\x4e\xf3\x6f\xff\x68\xdb\xf9\xb8\x2e\x81\xbe\x8f\x31\xfd\x1f\xff\xf6\x7e\x6a\x81\x6e\x53\xfe\xfa\x7d\xff\x14\xfe\xa6\x40\x31\x70\x4a\x4a\xff\xdc\xf2\x3f\xbf\xae\x73\x0b\xf1\x7e\xaf\xfd\xd3\xe3\x7a\x5d\x2e\x81\xaa\x24\xdc\xa1\x23\xfc\x59\xd3\x3a\xb7\xf3\x69\x9c\xda\x36\x2e\xaf\xad\x0b\x61\x88\x31\xc6\x87\x30\x68\xf9\xf2\xe5\xc1\x9e\xf7\x9b\x33\xba\xc2\xb7\x2b\x8f\x33\x92\xfb\x15\x31\x1e\x0e\x0f\x21\x76\x43\x24\x1c\x93\x1d\x73\xca\xdd\x10\x19\x09\x5b\x92\x88\xbb\x21\x0a\x12\xb1\xa4\xe4\xda\x0d\x51\x91\xa8\x25\x14\x59\xbb\x21\x26\x44\xc9\x23\xae\x36\x3b\x23\xca\x1e\x25\xb1\xe1\x05\x51\xf1\xa8\xf4\x36\xbd\x22\xaa\xfe\x04\x51\x6d\x7c\x8f\xa8\xf7\x48\xa2\x8d\x1f\x11\x8d\xb7\xe7\xb4\xf1\x2f\x88\x5e\x3c\xaa\x64\xe3\x27\x44\x93\x45\x12\x8b\x8d\x9f\x11\xcd\x1e\x09\xdb\xf8\x86\xa8\x79\x94\xaa\x8d\x3f\x20\x3a\x78\x54\x35\x76\x03\x41\x8a\x5c\x4a\x63\x9f\xbb\x81\x80\x45\x8e\xa5\x92\xb8\x1b\x08\x5a\xe4\x5a\x9a\x63\xed\x06\x02\x17\x39\x97\xd6\xac\xdd\x40\xf0\x22\xbd\x99\xda\x78\x78\x91\x7b\x25\x29\x36\x1e\x5e\xe4\x5e\x29\x8b\x8d\x87\x17\xb9\x57\xaa\xd5\xc6\xc3\x8b\xdc\x2b\x93\xda\x78\x78\x91\x7b\x65\x8d\x36\x1e\x5e\xe4\x5e\x39\x5b\xb1\x04\x2f\x72\xaf\xdc\x5b\xb3\x04\x2f\x72\xaf\x42\x56\x2d\xc1\x8b\xdc\xab\xa8\x55\x4b\xf0\xa2\x76\xeb\xdf\xc6\xc3\x8b\xdc\xab\xf4\x56\x2d\xc3\x8b\xdd\xab\x92\x55\xcb\xf0\x62\xf7\xaa\x6a\xd5\x32\xbc\xd8\xbd\x6a\xb1\x6a\x19\x5e\xec\x5e\xb5\xb7\x6a\x19\x5e\xec\x5e\x3d\x5b\xb5\x0c\x2f\x76\xaf\x5e\xad\x5a\x86\x17\xbb\x57\x5f\xac\x5a\x86\x17\xbb\x57\xdf\x5b\xb5\x0c\x2f\xae\xf7\xff\x55\x9b\x0f\x30\xee\x91\xa9\x95\xcb\x10\xe3\x11\x59\xb1\x76\x19\x64\xec\x64\xd6\xbe\xdd\x02\x66\x3c\x21\x63\xeb\x97\x81\xc6\x33\xb2\x64\x05\x33\xd4\xb8\x21\x2b\xd6\x30\x83\x8d\x0f\x58\x24\xd1\x2a\x16\xb8\x49\x44\xc6\xd6\xb1\x00\x4e\x08\x59\xb2\x92\x05\x72\xc2\xf7\x05\x16\xbb\x41\x40\x27\x4e\x47\x12\xad\x66\x81\x9d\x60\x6d\x8a\x58\xcf\x02\x3c\xc1\xe2\x94\x64\x45\x0b\xf4\x04\xab\x53\xaa\x35\x2d\xe0\x13\x2c\x4f\x8d\x56\xb5\xc0\x4f\xe0\xa7\x62\x5d\x0b\xfc\x04\x7e\x9a\xac\x6c\x81\x9f\xc0\x4f\xab\xb5\x2d\xf0\x13\xf8\x25\xb2\xba\x05\x7e\x32\xdd\x77\x05\xbb\x07\xfc\x04\x7e\x29\x5b\xe1\x02\x3f\x81\x5f\xaa\xd6\xb8\xc0\x4f\xe0\x97\xc9\x2a\xd7\xdb\x1e\x08\xbf\x2c\xd6\xb9\xc2\x4f\xe1\x97\xb3\x75\xae\xf0\x53\xf8\xe5\x6a\x9d\x2b\xfc\x14\x7e\x85\xac\x73\x85\x9f\xc2\xaf\xa8\x75\xae\xf0\x53\xf8\x95\x6c\x9d\x2b\xfc\x34\xdf\xb7\x32\xbb\x47\xb9\xed\xc7\xa3\x65\x95\x4a\xf6\x5d\xf9\xbe\xfb\xda\xef\xf6\xfe\xfa\x78\x9f\x4c\xd7\x6d\x6b\xcb\xc5\xdf\x5e\xfe\xc2\xb0\xfd\xfe\xb8\xb4\x8f\x37\xe1\x69\x3d\xd9\x55\xfe\xf3\x5f\x00\x00\x00\xff\xff\x4c\xe9\x48\x7c\x35\x07\x00\x00"); +func _bffd ()(*asset ,error ){_fcff ,_ebbg :=_gaga ();if _ebbg !=nil {return nil ,_ebbg ;};_fdfd :=bindataFileInfo {_c :"GBpc-EUC-V",_ed :786,_cg :_g .FileMode (436),_ca :_d .Unix (1580492178,0)};_ffeb :=&asset {_fdf :_fcff ,_ff :_fdfd };return _ffeb ,nil ; +};func _fcab ()([]byte ,error ){return _fd (_gdea ,"UniGB-UTF8-V")};func _adefff ()([]byte ,error ){return _fd (_fcde ,"RKSJ-H")};func _aeegb ()(*asset ,error ){_afcg ,_bcaab :=_fabb ();if _bcaab !=nil {return nil ,_bcaab ;};_dfbc :=bindataFileInfo {_c :"B5-H",_ed :5259,_cg :_g .FileMode (436),_ca :_d .Unix (1580491473,0)}; +_ebbe :=&asset {_fdf :_afcg ,_ff :_dfbc };return _ebbe ,nil ;};func _gbfd ()([]byte ,error ){return _fd (_aaeb ,"HKm314-B5-V")};func _bgcc ()(*asset ,error ){_aae ,_ddb :=_aafd ();if _ddb !=nil {return nil ,_ddb ;};_cfba :=bindataFileInfo {_c :"Adobe-KR-2",_ed :1273,_cg :_g .FileMode (436),_ca :_d .Unix (1580491416,0)}; +_aba :=&asset {_fdf :_aae ,_ff :_cfba };return _aba ,nil ;};func _aabc ()([]byte ,error ){return _fd (_aacf ,"B5-V")};var _gbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x26\xc7\x71\xc7\xef\xcf\xa7\x78\x2e\x9d\x0b\x67\xa7\x5f\xab\x0b\xc4\x01\x23\x45\x44\x0e\x8e\x83\x15\x27\x81\x90\x8b\x79\xa9\x11\x0b\xd1\xd9\x65\x77\x75\xe1\x6f\x1f\xea\xf7\x7f\xa4\xc4\x49\x40\x06\x53\xda\xff\x53\xdd\x53\x5d\x5d\xef\x33\xe7\xdd\xd7\xdf\x7d\xf3\xdd\xdb\xfb\x2f\x8f\x77\xff\xf4\xe9\xc3\xf9\x7d\x7c\x79\xdc\xef\xdf\xae\x4f\xf1\xf9\xc3\x4f\x9f\xce\x78\x1c\xf1\xc3\xfb\xb7\x97\x97\x52\x1f\xd7\xfb\xf3\xcb\xcf\xff\x84\x9c\x3f\xee\x1f\x5f\x5e\x72\xfd\xf7\x7f\xf9\xfc\x25\x7e\xfc\xee\xed\xfe\xf0\x68\xe2\xbb\x7e\xfa\xf8\xe4\x7d\x3c\xde\xfd\x29\x7e\x78\xff\xf9\xcb\xa7\xbf\x3c\x7e\xf3\xbb\xeb\xc3\x11\x7f\xf3\xb8\xe2\x4e\xfc\x8f\x9f\xae\xf8\xf4\xfe\xed\x87\xc7\x6f\x7e\xbf\x7f\xdc\xdf\xca\x2f\x3f\x7c\xff\xd3\xc7\x8f\xff\x19\x3f\xc6\xdb\x97\x47\x01\x8b\xb7\x0b\xfa\xf2\xee\xeb\x3f\xec\x1f\xff\x71\xff\x31\x1e\xef\x7e\x77\x5d\xbf\xfd\xd3\x3f\x7c\xff\xfb\xdf\xfe\x3d\x3f\xf1\xcb\xbf\xc4\xa7\xcf\xef\x3f\xbc\x3d\xca\xf6\xb7\xdb\x36\xff\x1b\xff\xe7\xbf\x7c\x8c\xe7\x56\x2f\xef\xfe\xfc\xdd\x37\x7f\xbc\xef\xcf\xf1\xe5\x51\xfa\x26\x9e\x7f\xfb\xf3\x77\xdf\x3c\xfe\xbd\x3c\xca\xf6\xa8\xa3\xd5\xf9\x1f\x4f\xd6\x7f\xfd\xc3\x87\x2b\x1e\x62\x7a\xe9\x3a\xd1\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\xd5\xb6\xbd\x3e\x1e\x8f\xaf\xd6\xf6\x9a\xff\x5a\xa5\x6f\xaf\x8f\xaf\xfc\xdb\x6f\xbf\xe6\xdf\xbf\xd3\xaf\xdf\x7c\xcb\xbf\xfe\x6e\xe3\xd7\x6f\xbf\xce\x5f\xe3\xed\xfa\x5f\xbb\xbd\x14\x3d\xe4\xed\xc3\x97\x2b\x6e\x61\xec\xff\x55\xb9\x5f\x1f\xb5\x95\x5c\xf3\x3f\x7f\x7c\x29\xdb\xf6\x94\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\x8f\x7d\x3c\x58\xf4\xb3\x50\xab\x00\xcf\xd6\x12\x5a\x82\xf6\x33\x21\x9f\x09\x1d\x0b\xe8\xb8\x5f\x1f\x0f\xeb\x2c\x3c\x05\x9d\x01\xe4\x09\x5d\x3b\x50\xac\x84\x06\x0b\x6f\xed\x75\x5b\x42\xc6\xc2\xfb\x14\x74\x02\xe5\xc2\xda\xef\x84\xea\x60\xe1\xda\x12\x9a\x2c\xac\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xe4\xf6\xd5\xb5\xf0\x2e\x09\xf5\x9a\xd0\x5d\x05\xf5\xd7\x87\xf9\x58\x2f\x5f\xad\xa6\x33\x36\xce\xe8\x75\x24\xa4\x33\x36\x9f\x09\x2d\xb8\xb4\x57\x3b\xe6\xeb\xa3\x6c\x25\x45\x6d\x87\xa0\x0b\xa8\xe5\xc2\xae\xbd\x7a\x8a\x57\xb6\x91\xd2\x77\x13\x94\xdb\x97\xcd\x53\x88\xae\xed\xbb\x97\xd7\x47\x29\x9b\x25\xa4\xed\x21\xd6\x39\x76\xdf\xc5\x95\xc4\xfa\x2a\x40\x45\x50\x49\xc8\x05\x55\x41\x15\x08\x21\xf6\x26\xa8\xbd\x3e\x6c\x6c\x0d\xa8\x0b\xea\x70\x69\xfb\x21\x68\xc0\x85\x10\xfb\x14\x34\x13\xaa\x5a\x68\x82\x2c\xa1\xa2\xed\x97\xa0\x95\x50\x93\x10\x2e\xc8\x81\xb4\xfd\x2e\x68\x47\xfa\x0d\xe8\x10\x74\x00\xa1\x89\xfd\x14\x74\x22\x57\x07\xba\x04\x5d\x40\x0b\x28\x04\x05\xa2\x4e\x20\xe9\x2b\x89\x8d\x8d\xbd\x0e\xe9\x2b\x89\x8d\xc2\x5e\x87\xf4\x95\xc4\x46\x43\x88\x43\xfa\x4a\x62\xa3\x6a\xa1\xf4\x75\xa0\xaf\xc6\x13\x0f\xe9\x2b\x89\x8d\xa1\xbd\xa4\xaf\x03\x7d\x61\x00\xfd\x90\xbe\x0e\xe9\x0b\xb9\x0e\xe9\xeb\x90\xbe\xd0\x84\xbc\x03\x62\xa3\x69\x2f\xe9\xeb\x40\x5f\x5d\x42\x48\x5f\x49\x6c\x6c\x12\x42\xfa\x4a\x62\xa3\x72\x43\x87\xf4\x95\xc4\x46\xd1\x13\xa5\xaf\x24\x36\x64\x85\x87\xf4\x75\xa0\xaf\x9e\xd0\x92\x7d\x41\x4a\xc1\xc8\x97\xec\x0b\x62\xf2\xed\x25\xfb\x5a\xbb\xb8\xf2\x89\x4b\x5a\x85\x98\xcf\x02\x24\xae\x3c\x50\x29\x9d\x85\x3a\x10\xc4\x26\x67\x5c\x3a\xd0\x8a\x23\xb9\x46\x9e\x71\xc5\x29\xe8\x84\x0b\x21\xe2\x12\x94\xde\x51\xb1\xd5\x15\x12\x35\x89\xf9\x64\xa1\xe2\x04\xa4\x54\x0c\x60\xdd\x12\x22\x89\xcd\x26\xa8\x0a\x72\xb8\x16\x90\x84\x48\x62\xb3\x71\xa0\xfb\x10\x74\x26\x57\x49\xc8\xe5\xb5\xde\x17\x90\x03\xb9\x20\x1d\x68\x01\xb1\x97\x8f\xf4\xda\x5a\xe1\x1a\x55\x50\x45\xd4\x06\xd4\x04\xb5\xe4\xd2\xc2\xd1\x05\x75\xf6\xd2\xc2\x21\xc8\x92\xab\x6f\x40\x4b\xd0\x62\xaf\x0e\x24\x21\xc6\x01\x97\xa0\x53\x10\x2a\xc4\x72\x7c\xa0\x42\x27\xe6\xd4\xce\x13\x67\x11\x84\x72\xb8\x21\x9f\x12\x95\x30\x54\x07\x90\xc2\x90\xaf\x3d\x21\xfc\xd1\xd7\x21\xe8\x60\x21\x4f\x5c\x7a\x62\xc6\x89\x52\x71\x51\x57\x9c\x80\xd8\xc4\xbe\x5c\x71\x02\x52\x5a\x2d\x40\x3a\x10\x71\x62\xf6\x09\xa4\x03\x5d\x17\x5c\x08\x71\x85\xa0\x80\x8b\xeb\xb8\x30\x00\x8f\x9e\x5c\x06\x14\xd2\x57\x12\xf3\xc9\x13\x43\x42\xdc\x3c\x71\x21\xd7\xad\x27\xde\x7a\x22\x9a\xb8\xf5\x44\x6e\xbb\x63\x5f\xbb\x6e\x1b\x52\x3a\x81\x6f\xef\x45\x10\xfa\x1a\x1b\x10\xfa\xda\xd1\x57\xdf\xf2\xd2\x76\xe9\x6b\x47\x5f\xdd\xe0\x92\xbe\x76\xe9\x0b\x23\xdf\xa5\xaf\xdd\x6b\x72\xa1\xd5\xdd\x9b\xa0\x06\x57\x23\x83\xff\x9c\x77\xff\xbf\x54\xbc\x76\xef\x5a\x91\xa6\xdc\xc9\x6f\xbb\xef\x82\x30\x65\x42\xd2\xee\x7a\x7a\xe6\xa1\xd2\x9d\x93\x9c\x92\xf1\xc4\xa9\xc7\x00\xd2\xe1\xce\x14\x5b\x01\x62\x3f\xb5\xf0\x94\xd8\x13\x48\x62\x47\x8a\x3d\xb8\xad\x3d\x24\x76\x48\x6c\xb6\x0f\xc9\x85\x3a\x07\x2a\x38\xa4\xce\x23\x3d\xa5\x0c\x12\xd0\x21\x4f\x81\xd8\x24\xc9\x1e\x9d\x27\x1e\x23\xd5\x39\xf1\xe0\x63\xdc\x82\x6e\xb8\x52\xc3\x87\xd2\xfa\x81\xd2\x27\xf1\xe7\x90\xd2\x8f\xcc\xee\xe5\xb9\xd7\xaa\x82\xe4\x75\xec\xb5\x9a\xa0\x34\x86\x49\x94\x3a\xd6\x12\x24\x7f\xd2\x5e\x18\xc3\x41\x10\x9c\x82\x14\x04\x0f\x05\xc1\xc9\x81\x14\x04\x0f\x4c\x79\x92\x64\x0f\x99\xf2\x21\x53\xd6\xf6\x32\xe5\x03\xdd\x4f\x32\xea\x21\xdd\x43\xcc\x27\xa2\x4a\xf7\x47\x2a\xb7\x18\x06\x7f\x9c\x97\xa0\x8b\xbd\x2a\x10\x3e\x70\x44\xde\x90\x11\xcb\x8e\x90\xbe\x82\x1b\x22\xb2\x1c\x8a\x9e\x47\x46\xbc\x62\x3a\xb6\x22\x1e\xc4\x26\x31\xe3\xb8\xa5\x89\xf4\x81\x62\xc6\x42\xf9\x00\xc4\x26\xce\x73\x28\x2e\x42\x8a\x4a\xaa\x43\x71\x11\x62\xf3\xb9\xfd\xf3\x89\x48\x8f\x29\x9f\xba\xed\x33\xe3\x57\xb1\x95\xdb\x9f\x63\x0a\x22\x1a\x70\xec\x73\x10\x0d\xce\x2c\x7d\xca\xe2\xb6\x4f\x2b\x82\x70\x31\x4a\xbd\xd3\xaa\xa0\xbc\xed\x45\x02\x3a\x75\xdb\xa7\xb3\x10\x2b\x3c\x5d\x0b\x5d\x0b\x3b\x90\x16\x7a\xca\xb5\xa6\xa0\x4b\xd0\x85\xee\x1d\x28\x04\x11\x59\x4c\x7b\x61\x72\x67\x26\xb0\xb2\x88\x2c\xa7\xea\x01\x88\xcd\x27\xd4\x04\x21\x97\x0b\x7a\x2e\xc4\x56\x8d\x33\xea\xb6\x4f\x94\xe3\x25\x55\x78\x49\x39\x17\xae\xe0\x9c\xf1\x92\x2b\x5c\x72\x05\xea\xba\x4b\xae\x70\x71\x6c\x47\xab\x97\x8e\x7d\x65\xe8\xa8\x1b\xe9\xf3\x5a\x97\x20\xcc\xe4\xc9\xc5\x81\xae\x0c\x23\x75\x23\xbc\x5d\x8a\x13\x10\x9b\x5c\xc7\xe5\x43\xd0\x4a\x2e\x22\xc0\xe5\x2e\x08\x03\x20\x54\x5e\x8a\x26\xd7\xb5\x25\x17\x76\x7f\x5d\x45\x10\x8a\x5e\x2c\xbc\x50\xce\x95\x5e\x5f\x0b\xe5\xc6\xa5\x48\x0c\xb1\xb9\x04\x61\x00\x57\x1a\x66\x2d\x98\xef\x25\xc3\xbc\x64\x98\xcb\x80\x9a\xa0\x3c\x63\xa1\x23\x08\xe9\x2b\xfa\x48\x68\x08\x9a\x82\x30\x26\x2a\xef\xe8\x26\x28\x0f\x54\x30\xcc\x50\x76\x0e\x65\xe7\xa5\x85\xbb\xa0\x1d\x2e\x41\x87\x20\x2c\x9a\x20\x1a\x1d\x8b\x8e\xb4\xcf\x5a\xb8\xa1\x50\xde\x85\x98\xdc\x3d\x94\x77\x23\x23\x53\x2d\xe8\x2b\x14\x99\x20\xe6\x04\xbe\x50\x92\x8d\xbc\xc7\x5a\x28\xec\x43\xf7\x18\x67\x1e\xa8\x52\x5c\xc6\xa9\x03\x9d\x1c\xc8\x1b\x90\x0e\x94\xfd\x50\xad\x82\x2e\x89\x7a\x91\xd6\x09\xa2\x71\x61\x00\x81\xbe\x1a\x95\xf7\x2d\x7d\xdd\x79\xec\xda\xc8\x95\xb7\x8e\x7d\xcb\xbe\x5c\x10\x7b\xdd\x59\x6e\xd4\x46\xc4\xbc\x55\x6e\x40\x6c\xba\x20\xe4\xba\x91\xbe\xa1\xaf\x5b\xd2\xdf\x99\xcc\x6a\xc7\xa2\x6f\x25\x33\x88\x29\xca\xdd\x32\xcc\x3b\xfd\xb1\x76\x42\xda\x2d\x7f\xbc\xc9\x6f\xb6\x15\x20\x0c\xf3\xce\xb6\xa4\x76\x2a\xef\x5b\x6d\x09\xc4\x8c\x54\x7c\xab\x2d\xb9\xb3\xb8\xac\x1d\x77\xbf\x55\x5c\x42\xcc\xb6\x0e\xa4\xed\x2f\xf6\xc2\x56\xef\x4b\x7b\x5d\xda\x8b\x85\x97\xf6\x4a\x15\x56\xb5\x12\xb7\x54\x08\x31\x23\xd3\xdf\x2a\x37\xee\x48\xe9\xc7\xd6\x7f\x3d\x15\xdf\xa1\xa7\x27\x31\xa3\xaa\xbc\x95\x18\x6f\xae\x66\x64\x6d\xe0\xea\xcf\x7d\xc3\x48\x49\xb2\xbe\x61\xa4\x22\x66\x4f\xae\x1d\xc8\xd2\xfc\x28\xcc\x7d\xb3\x25\x88\x34\x95\x16\xe9\x9b\x69\x21\x57\x33\xd2\xb0\x7c\x5b\xda\x3e\x89\x59\x81\x8b\x7e\xd7\xb7\x0c\x69\x75\x38\xdb\xef\xe2\xda\xc5\xd5\x80\xc4\x95\x12\xd7\xd9\x58\x48\x0e\x17\x31\x2b\x08\x81\x53\xfb\x96\x55\x78\x9d\xda\x8b\x2a\x5c\xc4\x2c\x5d\xdf\xb7\x5b\xdb\xdf\xf3\xf5\x51\x2d\xed\xc3\xb7\xac\xbe\x9e\xc4\xac\x2c\x20\x1d\xe8\xd6\x81\x90\xfe\xd6\x81\x92\x54\x2b\x6c\x7f\x4b\x13\x64\x1b\x37\x44\x25\xdb\x88\x54\x4b\xe7\xf1\xe7\x4c\xa4\x10\x20\x48\x9f\x5e\x08\x10\x22\x66\x75\x03\x42\x88\x82\x53\x5b\x03\xc2\xa9\x45\xcc\xb2\x1c\xf5\x82\x53\x7b\x99\xe9\x75\x96\xd1\xd3\xcb\x3c\x04\x1d\x70\xf1\xc4\x79\x0a\xba\x92\x2b\x4b\x04\x2f\x33\x04\x05\x5c\x08\x31\x51\x4e\x31\xb8\x8c\x27\x9a\xb8\x4c\x5c\x3d\x21\x5d\x5a\xc9\x0a\xa4\x5a\x86\x4a\x2f\x4b\x42\x2c\x6c\x22\xdb\x30\x2f\x0b\x4d\x94\x6c\x35\xab\x39\x5c\xb4\x9a\x22\xe6\x06\xd7\xa1\x63\x67\x53\x55\x57\xe7\x89\x87\xa4\x3f\x24\xbd\x16\x4a\xfa\x53\x5c\x40\xa7\xb8\x4e\x71\x71\xa0\x53\x5c\x57\x5e\xc7\x9a\x1c\xfb\x92\x10\x49\xcc\x2a\xca\xb9\xb4\x30\xd2\x37\xc9\x95\x5e\xa2\x08\xc2\x37\xb3\x03\xf2\x82\x77\x78\xc9\xda\xa4\xae\xc5\xb1\x69\xe9\x44\xec\x79\x1d\x21\xe5\xdc\xc8\xa5\x33\xde\xda\x1e\x03\xb0\x86\x56\x65\x00\x90\x4a\x46\xf5\x2a\x03\xa8\x18\x80\x63\xf7\x55\x06\x50\x65\x00\x99\x2b\xbd\xca\x00\x20\xd5\xb1\xc2\xda\x97\x20\x0c\x00\x7f\xac\xf2\xc7\x9a\xe1\xb1\x7a\xd5\xf6\xa7\x20\x89\x6a\x40\x88\x5a\x87\xb8\x58\x38\xc4\x45\xcf\x65\xd9\xbf\x79\xa5\xe7\xf2\x8a\x8b\x3a\xd7\x51\x75\xdb\x75\xa5\x3f\xba\x21\x97\x0b\x72\xfc\x51\x5c\x54\x33\x5e\x33\x3c\x56\x77\x0e\x44\xc2\x16\x31\xa6\x67\x5e\x5d\x67\x74\x84\x40\x5f\xd5\x25\x84\x23\x44\x36\x7e\x5e\x5d\x42\xa4\x4d\xb4\x2d\x03\xaa\x57\xd9\x44\x95\x4d\x74\x41\x5a\x98\x39\xa9\x6d\xd2\xd7\xa9\xed\xc9\x49\xd6\x05\x49\x85\x49\xda\x46\x64\xaa\xa7\x54\x78\xa2\xc2\x27\x24\x15\xa6\x01\xb5\xad\xa3\xaf\x53\x42\x50\xce\xda\x13\x92\x0a\x6f\xb8\xb2\x29\x72\xcd\xd8\x44\xda\x46\x80\x69\xf4\x5c\x22\x26\x7f\x6c\xf4\x5c\xde\xf2\xb6\x5b\xc9\x3c\xe2\x4d\xb7\xdd\x74\xdb\x5d\x0b\x4d\xd0\x09\xd7\x04\xba\x04\x21\x44\xf6\x6f\xde\x74\x8f\x2d\xb3\x60\x2b\xc4\xc2\x46\x16\x14\x31\x1b\x6c\x3f\xb4\x7d\x5e\x67\x2b\x55\xd0\x73\x21\x8e\x2c\xe9\xe9\x54\xbc\xcd\x99\x5c\x58\x74\x9b\x12\x62\x12\xf8\x06\xdb\xcf\x25\xc8\xe1\x42\xd4\xb9\x0b\xc2\xad\xb2\x67\xf3\xa6\x98\xd3\x32\x82\xb4\xc2\x3d\x36\x93\x72\x4c\xb5\x05\x07\x32\x29\x87\x6a\x99\x59\xa9\x37\x93\x72\xd2\xe4\x5a\x91\x26\x64\x72\x2d\x9b\x9f\x56\x70\xe4\xb6\xba\x20\x82\x7b\xf6\x6c\xde\x96\x8e\xed\x06\x17\x90\x4b\x54\xe7\x6a\x07\xba\xa7\x46\x74\x66\x9a\xad\x2c\xb8\x4e\x6d\x4f\x3f\x63\x93\x63\x9f\x92\x2b\x6b\xc4\x56\x89\x26\xed\x92\x5c\x17\xf9\x71\xa2\x42\xb2\xb3\xb7\x6b\x25\x17\x96\xd3\x2e\x6d\x7f\x11\xf8\x26\xfa\x52\xcc\x69\x99\x9a\x5a\x1d\xf5\x57\x53\xb1\x37\x65\xae\x46\xed\x49\x07\xe4\x2d\x74\x81\x91\x87\xab\x13\x0d\x87\x0e\x17\x1c\x6e\x72\xb8\xd0\xd3\x6f\x1e\x25\x15\xdc\xda\x8b\x41\xf0\x22\x4d\xb5\x5b\x8a\xc2\x6e\x6b\xd6\xea\xae\x79\xae\xf7\xce\xf6\x68\xa5\x2b\xb2\x74\x45\x96\x29\x2e\x17\xe4\x5c\xa0\xb8\x38\x5c\x1f\x2c\x74\x20\xe5\xa4\xae\x9c\x44\xd2\xe8\xca\x49\xdd\xd2\xe0\x5b\x49\x21\xba\x4d\x41\x18\x3c\xf5\x40\x37\x13\x94\x37\xdf\x30\x19\x4d\x90\xbd\xaf\xb4\xc8\x86\xc1\xf7\x25\xae\x85\x45\x9a\xb8\xf4\xc4\x24\x8d\x4a\xd0\xbb\x12\x50\x57\x02\x22\xef\x76\x25\xa0\x9e\x35\x5e\x6b\x53\x7b\x5d\x82\xf0\x27\x62\x59\xa7\xf9\x70\x46\xcf\xad\xa1\x68\x8d\x9e\x45\xcc\x48\x53\x1a\x3d\x3b\x23\xde\xd6\x96\xa0\x53\x10\x81\x0b\xeb\xd6\x88\x57\xa4\x35\x17\xd7\x73\x7b\xbc\x4e\x2a\x64\xc4\xeb\x0c\x36\x5b\x93\x0a\x0f\x71\x31\xd8\x74\xe3\x40\x87\xb8\xb0\xc8\x8e\x9f\x77\x59\x64\x97\x45\x8a\x4b\x16\xd9\xb3\x1f\x69\x9d\x6c\xd3\xef\x27\x44\x09\xb9\x38\xb6\x6c\xa2\x63\x00\x1d\xfb\x1a\x32\x00\x48\xeb\x9c\x71\x28\x70\x8d\xce\xf6\xab\x00\x35\x41\x17\x5c\x0b\x28\x04\x71\xa0\xec\xcc\x7c\xf0\x1e\xc3\xc7\x60\xaf\xec\x47\x7c\x0c\xed\x35\xf0\x73\xd2\xe7\x60\xa6\xe8\x63\x34\xb8\x58\xc8\x00\x51\xc4\x0c\xad\x0e\xc5\xb2\x91\x51\xaa\x75\x32\xc4\x18\xcf\xed\xa9\xd8\x28\x37\xc6\x94\xf4\x59\xd4\x34\x66\xfc\x3e\xe6\x25\x88\xab\x5d\x82\x24\x2a\xf6\x35\x08\x82\x43\xf6\x35\xd2\xf5\x1b\x23\x71\x1f\x72\x7d\x88\x59\xf6\x5c\x3e\x4e\x89\x9a\xe5\x46\x9b\x1b\xd2\xab\xdc\x18\x2a\x37\x74\x46\x95\x1b\x23\x5b\xcd\x36\x0b\x5c\x97\xf6\xa2\xd5\x74\x3c\x6d\xe8\xd2\xc6\x95\x0e\x33\xc9\xce\xe3\x5a\x82\x70\x18\x72\xe5\x50\x18\x19\x59\x82\x36\x06\x44\x3e\x54\x82\x0e\x95\xa0\x54\xcb\x43\x25\xe8\xe0\x1e\x99\x19\xf9\xd4\x3d\x4e\x1c\x99\x79\x8a\x4f\x39\xf2\x94\x23\x67\xc3\xe0\x53\x8e\x3c\x09\xe1\x13\x1f\x9a\x0a\xe1\x53\x21\x1c\x5b\x9d\x0a\xe1\x13\x7d\xd1\x7c\xf8\x94\xbe\x66\x26\xff\xa6\x5a\x6c\x2a\xf9\x4f\x25\x7f\x17\x54\x04\xa5\x10\xca\xce\x53\x91\x18\x62\x8e\x15\x4e\x45\xe2\x89\x56\x95\xa6\xa6\xb4\x3a\x9f\x5a\x35\x20\xb4\x3a\xaf\xd4\xc4\xda\x10\xf5\x32\x41\xd2\x04\xc7\x96\x0a\x67\x36\x45\x6d\xa1\xfb\x49\x53\x24\x62\x46\x2a\x9e\x34\x45\x3e\xaf\x94\x7e\xa1\xfb\x19\x92\x3e\x89\xad\x4d\x90\xa4\x4f\x45\xb7\x45\x1d\x3c\xa5\x68\x88\x2d\x12\xf6\x54\xad\x0f\x69\x8b\x7a\x60\xaa\xd6\x87\xd8\x53\x54\x55\x7f\x93\x1b\x5a\x24\x33\xd3\x0d\x19\xde\xb1\x38\xb6\xc9\x3b\x20\xb6\xb0\x2f\x93\x77\x58\x9a\x6c\x5b\x44\x5f\x53\x31\x0e\xb1\xb5\xe5\x0d\x99\x32\xaa\x65\xca\x6c\x8b\x33\x9a\x35\x41\x0d\xae\x09\xd4\x05\xe5\x5e\x4e\xfd\x64\xba\x47\x23\x62\x3a\xfa\x32\x45\x4c\x88\x2d\x7c\xc8\x14\x31\x0d\x4d\x38\xb5\xbe\x49\x13\x76\x8b\x8b\x27\xde\x4f\xae\x9d\xab\xe5\x40\x3a\xb6\xe5\xb1\xfb\x46\xbd\xb9\x74\x6c\x88\x2d\x2a\xdc\xa5\x00\xb3\x32\x5c\xf4\x8d\xb2\x71\x0d\x71\x0d\x71\x55\x20\x71\x65\x86\xe9\x1b\x25\xc2\x52\x86\x81\xd8\x22\x16\x2e\x65\x98\x95\x9a\xe8\x1b\x61\x5b\xaf\x82\x7c\x49\x08\x5c\x54\x2f\x40\x44\x7a\x59\xbf\xde\x15\xbb\x4b\x46\x88\x31\xc4\x72\x57\xf5\xc6\xdb\x8a\x5e\x88\x3f\x7a\x5b\x21\x62\x32\x3f\xbd\xad\x70\x4f\x1f\xea\x15\x19\x5d\x3d\x17\xc4\x56\x31\x20\x71\xe5\xd5\x74\xde\xb5\xb8\xde\x56\xb8\x67\x53\xd4\x2b\x86\xe5\x6a\x8a\x20\xe6\xc4\x58\xe7\xfd\x9b\x33\xef\xef\x0d\x5b\xd3\xbc\xdf\xf7\x8c\xc4\xbd\x99\xa0\x5b\x10\x26\x43\xc3\xb0\x4b\xc3\x7b\xea\xae\xb7\x25\xc8\x05\x71\xa7\xb4\xad\xfb\xe0\x4e\xf7\xac\x04\x7b\xc3\xc5\x76\x55\x82\x10\x73\x42\xf8\xae\x4a\x70\xb7\x14\xa2\x73\x5b\xbb\x5d\x82\xd2\xeb\x16\x31\x76\x57\xc7\x08\xe9\x9d\xc2\x5c\x6f\x18\x9c\x37\x0c\xbd\xd3\xb5\xe8\x0d\x83\x88\x2d\x7a\x54\xbd\x61\x10\x31\x5f\xe2\xd2\xf6\x19\x9c\x7b\xa7\x98\xde\x15\x9c\x21\x26\x77\xdd\xcf\x26\xa8\xb1\x70\x02\xe1\x03\x7b\x16\x48\x9d\x77\xc5\xbe\x87\xce\x18\xb2\x5b\x03\x92\x10\x68\x95\xf7\x95\xae\xb1\xbf\x1f\xdc\xf6\xa0\x6a\x38\x74\xdb\x87\x6e\x1b\xb7\x38\x74\xdb\x0c\xf4\xfb\x20\x69\x68\xa0\xef\x4c\xef\xfb\x44\x2e\x4d\xef\x45\x6c\xd1\x73\x1d\xaa\x63\x8f\x0c\x95\x5d\x81\xfe\x50\xa8\x3c\x9e\xa1\x72\x01\xb9\xa0\xf4\x14\x5e\xf8\xb8\x06\xfa\x22\xb6\x88\xc4\x1a\xe8\x3b\xc3\xee\xce\xdb\x0e\xd7\xb0\xdb\x99\x6c\x9b\x23\x97\x26\xdb\xce\x34\xba\xab\x1f\xd1\x34\xda\xcf\x5c\xdf\xe5\x9b\xa7\x6a\x1e\x88\x2d\x1a\xe5\x53\x35\x0f\x83\xe0\xae\xa6\x5b\x83\x60\xbf\xb2\x6b\xe9\xde\x04\x99\x20\xcc\x84\x64\x76\x29\x01\x31\x08\xee\x4e\x1b\xa6\x41\xb0\x88\x2d\xec\xfe\xd2\x9c\xe7\x4a\x03\x18\x1b\x91\xf8\x92\x01\x40\x6c\x35\x41\x28\xfa\x4a\x57\x18\x1b\x26\x77\xc9\x15\x20\xb6\x18\xfd\x5c\x87\x9e\x98\x81\x6b\x30\x1b\xf6\xeb\x7e\x42\x68\x95\xf4\x79\x29\x84\x33\xa9\x1d\x85\x74\xa0\x49\xad\xc7\x6c\x40\x29\x6a\xcc\x2e\x88\x02\x9a\x92\x2a\x26\x45\x09\x13\xd1\x51\x68\x05\x34\x11\xf5\x48\x8b\x1e\x6a\x2b\x42\x16\x1d\xb2\x68\x8c\x3c\x74\xa0\xd0\x13\x89\xd7\x9a\x75\x3a\xf3\xc9\xa1\xd2\x58\xf3\x49\x91\xd1\xa8\xc5\x6e\x29\x07\x62\x4e\xb1\x74\xf3\x76\xc8\xef\x6c\x48\x07\x6f\x0f\xfd\x56\x43\x0a\xb1\xd5\x04\x11\x01\x18\x20\x8e\x4e\x67\xa6\x01\xa2\x88\xb9\x0b\xe2\x40\xf7\x0d\x17\x46\x7e\xab\x46\xbc\xf5\x01\x09\xf5\xc0\x7d\x3f\xb9\x52\xfa\x9e\x2a\xc4\x06\x33\x9b\xf2\xbf\x96\x56\x18\x9a\x10\x06\x53\xbd\x31\xf2\x1e\x43\x53\xbd\xd8\xbc\x26\x94\x45\x49\x6c\xbc\x2a\x14\xb1\x95\x85\x57\x6c\x8c\x52\x63\x4b\x33\x1b\x63\xc1\xb5\x3f\x21\xe9\xde\x81\x06\x50\x66\xfa\x31\xb5\x3d\x99\x5e\xc4\x98\x19\xc5\x46\xa6\x0f\x66\x6c\x83\x57\x7a\xa1\x19\x5b\x94\x2c\x7d\x06\x13\xf7\x28\x34\x2f\x22\xb6\x7a\x01\x3a\x80\x90\x9e\x09\x61\x68\xbc\x15\x8c\x7e\x06\x75\x4a\x68\xf4\x23\x62\x2b\x1b\xbf\xd0\xe8\x27\x18\xea\x8c\x95\x36\x11\x1a\xea\x44\xcd\x28\x39\x56\x76\x04\x51\xb3\xe2\x7a\x12\xc3\x87\xa2\x52\x78\x45\xcd\xcc\x35\x18\xea\x44\x25\x87\x8b\x18\xb5\x45\x54\x72\x78\xd4\x6c\x91\x86\x57\x71\x2d\x41\xb2\x68\xf6\x32\x6d\x8f\xf4\x9e\xb6\x1a\x1a\xd7\x44\xc5\x61\x1c\x15\x56\x1c\x46\xc4\x56\x67\xaf\x43\x7b\x65\x0f\x32\xb8\xed\xa8\xf4\x20\x22\xe6\x8e\x10\xf4\x20\x51\xb3\x40\x9a\x5b\x26\x9d\xa8\xcc\xc5\x44\x8c\x02\x27\x6a\x48\xfa\x8c\xa5\x73\xe3\x6a\x2b\xaf\xf4\x44\x6c\x65\x1b\x17\x55\x2a\x64\x78\x32\xb7\xbe\x7e\x35\x15\x87\x66\x2b\xd1\xb2\x10\x98\xa4\xf8\x68\x14\x02\x22\x46\x2d\x15\x8d\x64\x26\x32\xb7\x8c\x78\xd1\x48\x66\x22\xb6\x46\x05\xe2\x9a\x5b\x3a\xf5\xdc\x9c\x85\x38\xb5\x88\xad\xd1\x80\x26\x50\xaa\x73\x16\xce\xab\x51\x44\xb4\x73\x26\x94\xf1\x3a\x1a\x23\x25\x11\xf3\xcc\x95\xd1\x4e\xc9\xc5\xe1\xf0\xf3\x50\x87\x1d\x34\xb7\xb3\x22\x84\x9a\xdb\xe8\x99\x0e\x26\x6f\x3e\xa2\x93\x0e\x44\x6c\x0d\x41\x43\xd0\x4a\xae\x8c\x52\xa1\xe6\x56\xc4\x56\x06\xfa\x50\x73\x1b\x7c\x6a\x35\x5b\x65\x21\x6f\x2b\x44\x6c\xe1\x03\x5d\x5e\xc7\x27\x3a\xb3\x65\x2a\x0e\x7d\xa2\x23\x62\x6b\x20\xea\xa1\xbd\xb2\x30\x9f\x2d\x7b\xe7\xe8\x14\xe6\x22\xe6\x3a\x10\x85\x79\xd0\x44\xce\x86\x0a\xd5\x44\x06\x0d\xd6\xec\x38\xa2\x1a\xac\x18\x7e\xbd\x3e\x26\x79\x37\x06\xef\x2b\x45\x16\x81\x3e\x06\xa5\x5a\x8c\x14\x62\xf2\xe9\x50\x0c\x09\x31\x8e\x03\x2e\xb6\x67\xc2\x17\x23\xad\x68\x2a\x8c\x0c\x59\xd1\x90\x23\x62\x13\x43\x8e\x48\x53\x34\x67\x16\x5e\xa1\xa6\x28\x66\x96\x3e\x73\xe2\x3c\x93\xaa\x52\xc4\xd6\x1c\x40\xe8\x8b\x76\x67\xf2\x1d\x47\xa8\xdd\x89\x99\x57\x30\x79\x67\x16\x73\x4d\x41\x93\x85\xe2\xc2\x00\x66\x4c\xb8\xd8\x3e\x9e\x10\x2e\x36\x05\x61\x13\xb4\x02\x93\x06\x2b\xd4\x0a\x84\x65\x41\x38\xf9\x94\x2f\x8c\x82\x50\xc4\x96\x6d\x40\x1c\x88\xf2\x7d\x32\xc6\x0e\x95\xef\x61\x7b\x3e\x71\x65\x5f\x19\xc6\x87\x29\x22\xb6\xb8\x34\xe3\x6d\x7e\x58\x6a\x72\x7a\x81\x8b\xb9\xa9\x88\x2d\xeb\x40\x68\x95\x5a\x7d\x2a\x40\xa8\x56\x8f\xc5\x8c\x7f\xcb\x7e\x24\x96\x9e\xb8\x48\x2d\xdb\x4c\x63\x5a\xa4\x16\x11\x93\x10\xeb\x12\x17\xe5\x46\x21\x70\xa9\xe4\x0e\xcf\xc0\x65\xbc\x3d\x0c\x57\xe0\x82\x2c\xe6\xb9\xe1\x0a\x5c\xd4\xc1\x56\x09\x23\xaa\x83\xc3\xf9\xb0\xae\xe2\x0a\xce\x87\x75\x22\xb6\x16\x7b\x31\x75\x09\xc7\x7c\x2b\x86\xe9\xb2\x1c\x88\x2d\xf2\x88\xeb\xd8\x8e\xf9\xb6\xac\xcf\xc3\x65\xbe\x10\x63\xa0\x1f\xce\x88\x37\xa8\xa9\xad\xb5\xdc\x5e\x35\x75\xec\xf4\x5c\x2d\xdb\xd6\xd8\x4d\x10\x53\xcc\x95\x55\x69\xec\x4c\x31\x45\x96\xf4\xb5\x33\xc5\x0c\x8a\x5e\xe3\xbd\x60\xa8\xe8\x8d\x9d\xc9\x76\xcf\xae\x38\x76\x26\xdb\x22\xb6\xb2\x50\x8d\x5d\xde\xb1\xeb\x3b\x47\xee\x71\xa7\xf0\x8a\x3d\xb3\xe0\xaa\x88\xaa\x22\x2e\xce\x6c\x45\xd6\x96\xbd\x60\x9c\x4c\x90\x45\xd6\xb6\x2d\x20\x13\xc4\x67\xa7\x53\xd0\x12\xc4\x37\xa6\x18\xd3\xc9\x30\x40\xe4\xc1\x60\x33\x4e\xe6\xcc\xc1\xe7\x0d\x6b\xcb\x2e\x2f\x4e\x45\xcc\x73\xf0\x9e\x1e\x7f\x3c\x99\x20\x8b\xac\x8d\xc8\x74\x32\x9b\x11\xb1\x99\x4d\x64\x9c\x53\xa2\x4e\x44\xad\x2c\x9c\x4d\x10\xaf\x69\xd1\xd7\xa9\x50\x7b\xa6\xa2\xd7\x56\x81\xa4\x68\x88\x3e\x9a\x0d\x7d\x5c\x21\xb2\x98\xf1\x87\x3e\xae\x10\x79\x30\x0e\x8c\x53\xe9\xf3\xcc\x94\xb9\xf8\x5e\x35\x4e\xd3\xf6\x86\x72\x1a\x72\xc9\x0a\x21\x36\xa8\x07\x4e\x59\x21\xc4\xc6\xd2\xc2\x5d\xd0\xce\x42\x71\x49\x13\xc6\xe7\x8a\x5c\xda\x69\xa7\x20\x34\x81\x0f\xa9\xa6\x16\xb1\xe1\x28\x67\x49\xfa\x85\xf4\x1d\x51\x97\xa4\xe7\x13\x1f\x5e\x81\xc6\xb9\x24\x3d\x4d\xc2\x20\xad\x9f\xca\x0a\x90\xb5\x61\x39\xa7\xb2\x02\xc4\x06\x31\xe7\x54\x64\x82\x18\x1f\x28\xc5\xa9\xc8\x74\x2e\x3c\xad\xa3\x2f\xe5\x0e\x88\xf1\x3a\x35\x4e\xe5\x0e\x3e\x46\x59\x5b\x9f\x7f\x9d\x8a\xdb\xf8\x3f\x99\xf8\x54\xa5\x76\x66\x57\xb2\x36\x52\xe5\xe9\xcf\x3d\x78\x3f\x5f\x38\xae\x4b\x4f\x4e\x04\x27\xb3\xe8\x53\x15\x91\xc5\xd7\x18\x71\x2a\x6e\x9d\x07\x0f\x97\xf5\x1d\x52\xca\x39\x12\xd2\xc5\x2b\xc7\x9e\xbc\xb7\x1b\x04\x83\xf3\xd2\xf6\x17\xdb\x13\x9b\xcf\x4b\xd7\xc0\xdc\x7c\x18\x5c\xa1\xe3\xa6\x4f\x2f\xbe\x4a\x0e\x35\x2d\x71\x65\x85\xb0\x4a\x01\xa2\xc6\x17\xd1\xd7\xd2\x71\xd1\xdb\xc6\x35\xe1\x6a\x82\x76\x41\x9c\x11\x7b\xbf\x18\x91\xc5\x95\xe1\x7a\x95\x2e\x28\x04\xf1\x39\x0e\x51\xf7\x62\x72\x13\x57\xda\xe5\xe2\x43\xd2\xb8\x54\xcf\x41\x6c\x52\xf5\x5d\x36\x04\x2d\xb8\x04\x9d\x82\x52\x5f\x7c\x5b\x1a\xea\x9c\xe2\xca\x3b\x5b\x05\x4d\x5c\x4b\xdb\xa3\x55\x3e\x1c\x09\x75\x15\x71\x33\xb6\x58\xd9\x8e\xc4\xcd\xd8\x42\x64\x55\x82\xc1\xcd\x38\x57\x64\x55\xb2\xc1\xdd\xbb\x20\x45\x24\x07\x0a\x41\x41\xf8\xa9\x40\xb7\xa0\x9b\x85\x29\xc4\x3d\xf4\xc4\x24\xab\x12\x29\x6f\xe5\x58\xc8\xaa\x86\x10\xca\xb1\xf7\xa4\xb2\xc5\xfa\x6e\xe9\xfe\xc6\xe9\x54\xff\xde\x72\xba\x3b\x3d\x6c\xf1\xb2\x23\xf4\x35\x46\xdc\x4e\x30\x68\x9c\xd1\xb5\x7d\x1a\xe3\x2a\xeb\xaf\xdf\xab\xe4\x7f\xff\xb8\x7f\x7c\xf9\xe5\x0f\x22\xce\x9f\x3e\x7d\x8a\xb7\x2f\xfc\xf9\x05\x7f\xf4\xf0\xb8\xe2\x7e\xff\x16\xbf\xfc\x29\xc7\xc7\x0f\x1f\x73\x15\xff\xff\xaf\x00\x00\x00\xff\xff\x9a\x9d\xb4\xf4\xf6\x31\x00\x00"); +func _edbc ()(*asset ,error ){_bdf ,_cgb :=_gdee ();if _cgb !=nil {return nil ,_cgb ;};_fba :=bindataFileInfo {_c :"Adobe-KR-4",_ed :1313,_cg :_g .FileMode (436),_ca :_d .Unix (1580491427,0)};_fddb :=&asset {_fdf :_bdf ,_ff :_fba };return _fddb ,nil ;}; +var _aef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x24\xb7\x11\xbc\xf7\x57\xd4\x51\x3e\xd8\xcb\xf7\x03\x68\x34\x20\xeb\x01\xef\x41\x92\xe1\xb5\x6c\x03\x86\x0f\x45\x32\xb9\x18\xc0\x3b\x33\x98\x99\x3d\xe8\xef\x8d\x88\x68\xc9\x96\xe0\x83\x50\x9a\xd8\x48\x92\x95\x8c\xc8\xcc\xea\x77\x5f\xbd\xff\xfa\xfd\xe3\xc3\xdb\xf1\xee\xcf\x2f\x4f\xf3\x83\xbd\x1d\xfb\xe1\x71\xbd\xd8\xeb\xd3\xe7\x97\x69\xc7\xb0\x8f\x0f\x8f\x97\x8b\x0f\xc7\x7a\x98\x6f\x3f\xff\xc9\xc7\xfc\x74\x3e\x5f\x2e\x88\xff\xf0\xd3\xeb\x9b\x7d\x7a\xff\xb8\x9f\x8e\x28\xde\xfa\xfc\x7c\xe7\x1e\xc7\xbb\xbf\xd8\xc7\x87\xd7\xb7\x97\x9f\x8e\x2f\xbe\x5c\x4f\xc3\x7e\x77\x2c\xdb\xc0\x7f\x78\x59\xf6\xf2\xf0\xf8\xf1\xf8\xe2\xab\xef\x3f\xf8\x5f\xe0\x0f\x9f\x9f\x9f\xff\x6d\x9f\xec\xf1\xed\x70\xc4\xec\x71\xf1\x79\x79\xf7\xd5\x77\xe7\xf3\xf7\xe7\x27\x3b\xde\xfd\x31\xff\xfe\x4f\x04\x89\xfd\xcd\x5e\x5e\x1f\x9e\x1e\x0f\xef\xfe\xe0\x5c\xf9\x2f\xfe\xd7\x9f\x9e\xed\xf0\xf7\xe0\x1f\xdf\x7f\xfd\xc3\xde\xaf\xf6\x76\x78\xa7\x85\xdf\xfd\xe3\xc7\xf7\x5f\x1f\xff\xf4\x87\x77\x47\xc8\xb1\xb9\x7f\xdd\xa9\x7f\xff\xee\x69\xd9\x7d\xf7\x4b\xd0\x9b\xcc\xa7\x65\xaf\xcf\xe7\xb4\x97\xf3\xf1\xa3\x5d\x8e\xe3\xea\xdc\xed\x38\x8e\x6b\x73\x37\xfc\xf5\xa5\x4f\xee\x76\x5c\xbf\xfd\xe6\xdb\x6f\x6e\x38\xf2\x6f\xf8\x17\xaf\x65\x1e\x9f\xde\x96\x6d\x61\x5c\xe1\xea\xf7\xed\xf0\xb1\xa4\x86\xa8\xff\xfd\xe7\x0b\xce\xa9\xbd\x1f\xd6\x3d\x22\x20\xa2\xda\xcf\x11\xd7\x53\xbb\x9e\x3e\xb7\xdb\xd1\x3b\x80\xdc\x05\x4c\x90\x6a\x8a\xc4\x16\x31\x06\x06\x86\x9d\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x04\x2d\xbd\xab\x90\x0a\xa4\x12\x69\x42\x0c\x08\x76\x0b\xda\x3e\x60\xe5\x90\x0b\x10\xad\x1c\xc0\x89\x1e\x9c\x28\x4e\x04\x27\x79\x9c\x27\x8a\x13\xc7\xb8\x1d\xa9\x22\x2a\x8e\x25\x64\xdf\x8e\xec\xc0\x49\x8a\x4a\x88\xca\x3d\x03\x51\x54\xc2\xca\x25\xe3\x84\x59\x9c\x0c\x4e\xcd\x78\x8b\x2c\x4e\x06\xa7\x79\x44\x15\x71\x0a\x38\xdd\xe1\x3c\x45\x9c\x02\x4e\xaf\x88\xaa\xe2\x54\xe6\xc7\x15\x1c\xa8\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x94\xc5\x80\x43\x36\xb1\xda\x56\x62\x11\xd8\xc5\xea\xba\xa4\xe6\x00\x89\xd5\xc9\x4a\xbc\x91\x53\xac\x93\xac\x1c\x91\xdc\x53\xac\x93\xac\xe2\x10\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x81\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe0\x44\xc4\xfd\x11\x52\x04\x6b\x29\x70\xf1\xf2\x9c\xc3\x5a\x4b\x81\x8b\x2c\x57\x71\x08\x13\xcb\xc8\xf2\x05\x6b\x99\x58\x46\x56\x08\x08\xdc\x62\x6d\xb2\x62\xc0\xf2\x5b\xac\x3d\x37\xa0\x86\xc0\xbd\xc4\xba\x1f\x22\x5c\xae\xc3\x31\x70\x38\x06\xa6\xda\x01\x31\x70\x38\xb2\x72\x02\x4b\x32\x1f\x54\x70\x28\xb1\x00\x12\x4b\x62\x2c\xd0\xfe\x90\x1a\x87\xd4\x58\x7b\x04\x24\x16\xe5\x18\x1a\x14\x3a\xa4\xc7\x41\x3d\x86\x9e\x1d\x20\xb1\x22\x45\xeb\xa0\xd1\x21\xfd\x0d\xea\x2f\x7a\x24\x67\x48\x80\x23\x49\xda\x48\xce\x90\x02\x07\x15\x18\x03\x92\x33\x24\xc1\x41\x09\xc6\x88\xe4\x0c\x69\x70\x50\x83\x31\x21\x39\x43\x22\x1c\x14\x61\x4c\x48\xce\x90\x0a\x07\x55\x18\x73\x6d\x80\xc4\xa2\x0a\x63\x49\x08\x94\x0a\x07\x55\x18\x6b\xcc\x80\xc4\xa2\x0a\x63\xed\x08\x94\x0a\x07\x55\x18\x5b\x47\x0a\xa5\xc2\x41\x15\xc6\x9e\x11\x28\x15\x0e\xaa\x30\x39\x18\x7a\x48\x85\x83\x2a\x4c\xde\x23\x50\x2a\x1c\x54\x61\x0a\x0e\x29\x94\x0a\xc7\x98\x15\x50\x41\xe0\x98\x8d\x10\x03\x23\x8c\x36\x24\xcc\x41\x61\xa6\xc8\xe4\x48\x98\x83\x2a\x4c\x89\xc9\x91\x0a\x07\x55\x98\x32\x93\x23\x15\x0e\xaa\x30\x65\x26\x47\x2a\x1c\x96\xfd\xed\x48\x85\xc9\xb1\x1c\x04\x05\xee\x28\x28\x12\xe2\x5a\xa5\xe3\xa8\xd2\xea\xa0\x56\x53\x4d\xb8\x34\x69\x75\x50\xab\xa9\x45\x2c\x2f\xad\x0e\x0a\x33\xb5\x5e\x2f\xd7\x29\x61\x4e\x0a\x33\xf5\xee\x01\x91\x35\x29\xcc\xec\x72\xba\x5c\xa7\x84\x39\x29\xcc\xec\x51\x37\xa7\x84\x39\xfd\x79\xde\x8e\x1c\xbc\x27\x34\x08\x31\x30\x84\x70\xb9\x4e\x69\x75\x52\xab\x39\x22\xab\x53\x5a\x9d\x61\x22\x30\x22\xab\x33\xcc\x21\x68\x30\xd0\x13\x9a\x84\xb8\x56\xe2\xf2\x52\xf4\x8c\xc5\x01\x42\x39\x9f\xb1\x70\x2d\x8a\x3c\x27\x64\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x87\xa0\x3b\x72\x46\x9d\x9d\x72\xc7\x4c\x39\xdf\x8e\x5c\x02\x58\x29\x17\x41\x85\x3b\x66\x42\x95\x10\x0f\x51\x12\x03\x75\x08\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x68\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x99\x90\x87\x66\x51\x3f\x88\xf1\x72\x9d\x12\xf9\xec\x09\xa7\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xe8\x74\xb3\x27\x1e\xbe\x97\x71\x3b\x8a\x63\x9e\x7b\x61\x06\x69\x8e\xe2\x92\x63\xbb\xfe\xb9\xc5\xfe\xbf\xae\x3b\xe5\x9d\xd9\xd1\xa5\x8a\xcb\x38\x4f\x1f\x26\x88\x8b\x44\x41\x9b\x90\x4d\x40\x8d\xbb\xdb\x22\xc4\x9e\xe5\xe1\xd6\x29\xd3\x4d\x9a\xae\xf8\x8c\x17\x91\xe9\xe6\x89\xde\x5b\x82\xc7\x19\x4f\x36\x5f\x3d\x8a\x87\x46\xe7\xc9\xee\x3b\x69\xcd\x12\x1d\x52\x27\x6b\x4e\x5a\xb3\xd0\x74\x53\xd6\x9c\x43\x2c\xb4\xb7\x29\x1f\x4e\xfa\xb0\x24\xb4\xb7\x29\x1f\xce\xa9\x5e\x8a\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x1f\x96\x82\xf6\x36\xe5\xc3\x49\x87\x95\x8a\xf6\x36\xe5\xb0\x49\x87\x95\x86\xf6\x36\xe5\xb0\x49\x87\x95\x8e\xf6\x36\xe5\xb0\x49\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x87\xf6\xb6\xe4\xb0\x45\x87\x55\x8f\xf6\xb6\xe4\xb0\x45\x87\xd5\x00\x8d\x2e\x39\x6c\xd1\x4e\x35\xa2\xbd\x2d\xd9\x69\xd1\x4e\x35\xa1\x18\x2c\xd9\x69\xd1\x28\x35\x55\x04\xca\x28\x2b\x6a\x60\x28\x19\x90\x58\x14\x77\xa5\x64\x96\xc4\xbd\x28\xdb\x5a\xe1\xd6\x25\xd9\x2e\xca\xb6\xd6\x86\x40\xc9\x76\x69\xf8\x68\x68\x5c\x4b\xb2\x5d\x94\x6d\xed\xd0\xfb\x92\x6c\x17\x65\xdb\x1c\x1a\xd7\x52\xe9\x5f\x05\x9e\x6e\x0e\x8d\x6b\x15\x7a\x5a\x8f\x56\xa1\x9c\x55\xe6\x22\xa4\x49\x06\x59\x5d\x6a\x10\xab\xd6\x0e\xa8\x13\xaa\xa7\xa0\xf3\x76\xb4\xd6\x3a\xa1\x21\x08\x81\xca\x97\xda\xc8\x62\x1b\x69\x01\xa5\x7f\xa9\x8d\x2c\xb6\x91\x16\x51\xfa\x97\xda\xc8\x62\x1b\x69\x09\xa5\x7f\xc9\x61\x8b\x4e\x69\x19\xe6\x59\xb2\xc2\xa2\xa2\x5b\x46\x91\x5a\x52\xf4\xa2\xa2\x5b\x29\x38\x97\x14\xbd\xce\x05\xa8\xa2\xd6\xac\x73\x6d\x41\x9b\x2f\x84\xe5\x4f\x53\x20\xd7\xaa\x3c\xbd\x14\xbd\xa8\xe8\xd6\x50\x58\x96\x14\xbd\xc6\x59\xf8\x8e\x91\x50\x25\xc4\xc0\xd6\xc1\x92\xc8\x17\x45\xde\x3a\x1a\xc4\x92\xc8\x17\x45\xde\x1d\xba\xe7\x92\xc8\x17\x45\xde\xe9\xc7\x25\x91\xaf\xb5\x07\x20\x74\xcf\xb5\xf6\x14\x34\x11\xc8\x73\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x1a\xc4\x92\x15\x16\xad\xd0\x23\x1a\xc4\x92\x15\x16\xad\xd0\x13\x1a\xc4\x92\x15\x16\xad\xd0\x33\x2a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9d\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\x08\x6e\xb2\x82\xd1\x0a\xbd\xa3\xea\x9a\xac\x60\x51\x33\xaf\x43\xd9\x35\x79\xc1\xe8\x05\xef\x3c\x8a\x9a\xc9\x0c\x96\xc4\x0b\x28\xbc\x26\x37\x58\x12\x2f\xa0\xf2\x9a\xec\x60\x59\xbc\x88\x3b\x31\xf9\xc1\xb2\x78\x09\xb5\xce\x64\x08\x2b\xe2\x65\x7c\x57\x98\x1c\x61\x45\xbc\xe2\x11\x2b\xb1\xdb\x7d\x26\xaf\x2e\x01\x13\x4f\x43\xb9\xab\x05\xb1\x12\xb2\x69\x2a\x77\xad\x20\x9b\x52\xb2\xb5\x33\x00\xeb\x21\x11\x8b\xc4\x14\xdb\x31\x7a\x98\xe4\x6d\xbd\xe2\x2b\xc8\x3b\xa6\xaa\xd7\x22\x8c\x83\xbf\xab\x88\x95\xe6\x4d\x03\xbc\x77\x90\xa0\x49\xf4\xa6\x09\xde\xfb\x8a\xf5\xa4\x7a\x3b\xef\x1f\x0d\x18\x36\x4c\x82\xb6\x91\x4f\x60\x11\x95\xdc\x46\x1e\xc4\x14\x1b\x79\x91\x52\xb9\x8d\xed\x88\x41\x87\x36\xf6\x1d\xf3\x3a\x73\x21\x16\x84\x31\x36\x41\xe8\x26\xed\x9b\xbe\x00\x7c\x82\x14\x4d\xe2\xb7\xb9\xf0\x09\xe0\x33\xb4\x68\x13\x76\xbc\x3f\xf0\x6e\x91\xd8\x26\xa6\xf5\x0a\xbe\x99\x4c\x2e\xb1\xa5\xf5\x0a\xef\x48\x36\xb1\x75\x76\x60\x95\x77\xb4\x30\xe2\x5c\x6d\x29\xb6\xc2\xad\x26\x57\x98\x29\xb6\x51\xca\xb2\x85\x99\x31\x07\x8d\x5a\x36\x1b\xc2\x06\x3e\x9d\x38\xbe\x99\xa1\x73\x5e\xcd\xb4\x1e\x0b\xa8\xc9\x3f\xb6\xb5\x5e\x2f\xfe\xd7\xdd\x3a\xa5\xdf\x36\x6b\x93\xbd\x6c\xeb\xa3\xcc\xe1\xf6\xb7\xfc\xb5\x1d\xe6\x15\x1f\xbc\x6f\xc0\x38\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\xdc\xe0\x96\x11\xb7\xc3\x58\xe6\x83\x6f\xc4\x38\x97\xe9\x81\x1b\xf4\xc4\x26\x31\xed\xcb\x29\x6f\xcb\xb1\xdb\x97\x40\x0c\x19\xdf\xbe\x44\x61\xa7\xde\xbc\x13\x1b\xc2\x98\x8d\xc2\x7d\x3d\xc7\x94\x7d\xff\x6a\x8f\xbe\x02\xd3\x59\xbc\xf6\x88\xe8\x27\x5b\x7e\xdf\xa1\x54\x60\x29\x22\x36\x94\x26\xac\x01\xab\x50\xec\x0e\xa5\x13\xd3\x7a\xa9\x92\xa7\xf5\xc2\xe4\xf9\x12\x3e\x14\x76\x98\x3c\x5f\xd0\x1e\x19\x4e\xd9\xaa\x16\x3b\xd6\x44\xac\x11\x83\x6d\xf0\x30\x9d\x19\x39\x50\x05\xd9\xaa\x20\xa1\xa0\xfb\x6c\x55\x90\x9d\x0a\x73\x5f\x53\x06\x56\x98\x7b\x55\x95\x50\x31\xe2\x6f\x55\x95\x9d\x06\xf7\x68\xcc\x4b\x1a\x59\x58\xd6\x59\x0a\x31\xc5\xa2\x3a\xfb\xd0\x02\x79\x2c\xcf\x5b\x15\x29\x74\x87\x7d\x55\x91\xb6\x2a\x52\xe8\x0e\x39\x50\x45\xda\xf9\xce\xc3\x2c\xb4\x55\x91\x76\xe1\x1d\x45\x57\x90\x97\xa2\x3b\xe2\x03\xb1\xc2\x12\x31\x7d\xd9\x3b\x4c\xb8\x5b\x95\x6b\xab\x72\x45\xcf\x3b\x57\xe5\xda\xaa\x5c\x91\xe3\xdc\x56\xe5\xda\xaa\x5c\x31\x60\x5a\xd8\xaa\x5c\x5b\x95\x2b\x46\x6a\x43\x95\x6b\xab\x4a\xc5\xc4\xfb\x55\x95\xda\x2c\x4c\x3e\x66\xde\x6f\xaf\x55\x18\x79\xb9\x91\xa7\xd8\x8e\xeb\xf3\x31\x63\x9e\xda\x7d\x26\x61\x49\xbc\x4c\x2c\x0b\xcb\xfc\x19\x89\xf9\xeb\xb3\x08\x2b\xfa\x69\xc9\x13\xd3\x1e\xcb\x13\xd3\xbe\x2b\x08\x53\x6c\x0a\xbf\x72\x23\xfe\xff\xd3\xf9\x7c\xf9\xe5\x77\xba\xf9\xf9\xe5\xc5\x1e\xdf\xf8\x9b\x20\x7f\x91\x3b\x96\xed\x87\x47\xfb\xe5\xf7\xc5\xe7\xa7\x67\x44\xf1\xbf\xff\x04\x00\x00\xff\xff\xaf\x70\x6a\x2a\x8b\x14\x00\x00"); +func _caeg ()(*asset ,error ){_feg ,_fbba :=_eeg ();if _fbba !=nil {return nil ,_fbba ;};_gead :=bindataFileInfo {_c :"GBT-EUC-V",_ed :785,_cg :_g .FileMode (436),_ca :_d .Unix (1580492205,0)};_cbda :=&asset {_fdf :_feg ,_ff :_gead };return _cbda ,nil ; +};func _gbdg ()(*asset ,error ){_cfea ,_feca :=_dfff ();if _feca !=nil {return nil ,_feca ;};_fgaf :=bindataFileInfo {_c :"UniGB-UTF32-H",_ed :265659,_cg :_g .FileMode (436),_ca :_d .Unix (1580492773,0)};_ggb :=&asset {_fdf :_cfea ,_ff :_fgaf };return _ggb ,nil ; +};var _dgaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x93\x5f\x6b\xdb\x5c\x0c\x87\xef\xcf\xa7\xd0\x65\xdf\x8b\xbe\x91\xce\x3f\x3b\x60\x02\x6b\xbb\x96\x5c\x74\x1d\xeb\xba\x0d\xc6\x2e\x1c\x5b\x0e\x86\xc5\x36\x8e\x73\xd1\x6f\x3f\x24\x25\x19\xec\x22\x38\x79\x22\xfd\xf0\x79\x74\xb4\xba\xdf\x3e\x6c\x87\x7e\x81\xd5\xe7\x79\x6c\x5e\x79\x81\xae\x1f\xda\x99\x8f\xe3\x69\x6e\x18\x76\xbc\xef\x07\xe7\xc8\x43\xdb\x37\xcb\xe5\xa7\x3e\x9a\x43\x3d\x39\x27\xfd\xaf\xef\xc7\x85\x0f\xdb\xa1\x1b\x21\x58\x5d\x7b\x9a\xce\xb5\x00\xab\x2f\xbc\xef\x8f\xcb\xfc\x0e\x37\x1f\xda\x71\xc7\xff\x41\xcb\x9d\xf0\x97\xb9\xe5\xb9\x1f\xf6\x70\xf3\x74\x47\x57\xfa\x7a\x9a\xa6\xdf\x7c\xe0\x61\x01\x54\xc6\x43\xab\x4f\xb7\xba\x7f\xae\xa7\x4f\xf5\x81\x61\xa5\x41\xb7\x4f\x77\x74\x6b\x35\xfa\xd7\x37\x9e\x8f\xfd\x38\xc0\xfa\x7f\xc4\xfc\x17\x7f\x7d\x9f\x18\xe8\x1c\xf1\xb6\x7d\x78\xe9\xba\x23\x2f\x10\xc2\xb9\xf5\xc7\xdb\xf6\x01\x7e\x12\x10\x82\x4f\x21\x97\xbf\xce\xa5\xdf\x9f\xc7\x96\xcf\xef\xa0\xc7\xbc\x1f\x4f\xc3\x02\x45\x41\x85\x31\xb2\x23\x36\x63\xcb\xc7\xa9\x6e\x78\xae\x87\x3d\x3b\x80\x0a\x11\x71\x03\x15\x7d\x7c\x7c\xdc\xc8\xeb\xff\x53\xe1\xc2\xa5\xb3\x6f\x8d\x5c\x3a\x10\xbb\x6e\x03\x00\x80\xae\x42\x32\x44\x8a\x7c\xca\xae\x42\x6f\xc8\x2b\x4a\xe4\x5d\x85\xc1\x50\x50\x54\xe4\xd2\x55\x18\x0d\x45\x41\x84\x3e\xba\x0a\x93\xa1\xa4\xc8\x97\x12\x9f\x0d\x65\x45\x29\x48\x7c\x61\xa8\x50\x54\xac\x25\xbe\x34\x54\x0a\xf2\x18\x25\x7e\x6d\x68\xad\x28\xa0\xc4\xd7\x86\x6a\x45\x29\x4b\xfc\xce\xd0\x4e\x51\x49\x12\xdf\x18\x6a\x04\x05\x2c\x24\xbe\x35\xd4\x2a\x0a\x5e\xe2\xd9\x10\x2b\x4a\xa5\xc4\x77\x86\x3a\x45\x65\x44\x57\xd1\xd9\xb0\xfa\x8a\xb8\xce\xae\x22\xf3\x45\xea\x2b\x86\xe4\x5d\x45\xe6\x8b\xd4\x57\xcc\x58\xba\x8a\xcc\x17\xa9\xaf\x58\xe6\xe8\x2a\x32\x5f\xa4\xbe\x12\x79\x89\x37\x5f\xa4\xbe\x52\x28\x24\xde\x7c\x91\xfa\x4a\x39\x48\xbc\xf9\x22\xf5\x95\xca\x52\xe2\xcd\x17\xa9\xaf\x4c\x51\xe2\xcd\x17\xa9\xaf\x1c\x51\xe2\xcd\x17\xa9\xaf\x9c\x65\xb4\x64\xbe\x48\x7d\xe5\xb5\x8c\x96\xcc\x17\xa9\xaf\x82\x64\xb4\x64\xbe\x48\x7d\x15\x51\x46\x4b\xe6\x8b\xd8\xc7\x8d\xcc\x1f\xf5\xc2\x5d\x2e\x96\x7c\x97\x35\xbd\x6e\x4e\x73\x9a\x67\x1e\x16\x5d\x52\xdd\x0e\xb9\xca\xfd\xc0\xd7\x85\x9f\xc6\x49\xba\xf4\xf3\x27\x00\x00\xff\xff\xd1\xcb\xaf\x2a\x1c\x04\x00\x00"); +var _aac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd5\x4f\x8f\xdb\x36\x10\x05\xf0\xbb\x3f\x05\x8f\xe9\x21\xb5\xf8\x77\x48\x20\x58\xa0\xd8\x3d\xd4\x29\xd2\x14\xd9\x26\x2d\x50\xf4\x40\x4a\xf4\x42\x40\x2d\x0b\xb2\x7d\xd8\x6f\x5f\xcc\x7b\x5b\x37\x87\x60\xb2\x3f\x93\xa3\xe1\xb3\x64\xed\x1f\x0f\x4f\x87\x65\xbe\x9a\xfd\x6f\xdb\x79\x7c\xee\x57\x73\x9c\x97\x69\xeb\x97\xf3\x6d\x1b\xbb\x69\xfd\x65\x5e\x76\x3b\xeb\xcc\x34\x8f\xd7\xff\xfe\x44\x19\x4f\x75\xdd\xed\xf6\x65\x38\x5d\xde\x7f\xf9\xe5\xf9\xe3\xfb\x9f\xcd\xed\xd2\xdf\xf4\xf1\xf0\xf4\xfc\x7a\xb9\xf6\xd3\x61\x39\x9e\x8d\xe7\xee\xe9\xb6\xbe\x75\x30\x66\xff\xa5\xbf\xcc\x97\xeb\xf6\x6a\xde\xfd\x34\x9d\x5b\xff\xc1\x4c\xfd\xa8\xfe\x79\x9b\xfa\x36\x2f\x2f\xe6\xdd\xc7\xba\xd6\xc5\xde\x3f\x78\xbe\xad\xeb\x3f\xfd\xd4\x97\xab\x71\xb0\xbe\x4c\xa8\xbb\xfd\xe3\xa7\xba\xfe\x5a\x4f\xdd\x7c\x37\xcd\x37\x7c\x86\x8f\xbe\xf5\xed\x32\x9f\x17\x63\xed\x8f\xc3\x90\xfe\xf7\xdf\x5f\xd7\x6e\xec\x5b\x8f\xaf\x87\xa7\xcf\xc7\xe3\xa5\x5f\x8d\x1d\xdc\xc0\x45\x7f\x7e\x3d\x3c\x99\xbf\xac\xb1\x83\x71\xd1\x87\xf0\xf7\xdb\xda\x3f\x3e\x9d\xa7\xfb\x4e\xc9\x3c\xd4\x38\x4f\x5b\x5d\x5e\xfa\xee\x43\xb6\xc1\x3e\x18\x2d\xee\xc1\x48\xce\x02\xf2\x24\xff\x60\xb2\x4b\x19\x14\x48\x41\x49\x82\x52\x1c\x40\xd1\x62\x63\x01\x35\xd2\xa4\x54\xac\x52\xe2\xaa\x14\x40\xd8\x98\x0a\x48\x2a\x08\x1b\x33\x87\xd0\x22\xc5\x62\x88\x9a\x41\x5a\x8c\x78\xac\xaa\xdc\xa8\xc5\x88\xc7\x5c\xb5\x92\x1a\x28\x81\x46\xd2\x88\x51\x87\xdd\x87\xec\xca\x51\x09\x45\x8a\xd5\x8d\xae\xe2\x8a\x28\x52\x6c\x01\x79\x92\x57\x72\xd8\x58\x23\x29\x82\x2c\x48\x48\x02\x72\x4a\x23\x7b\x8d\xe8\xe5\xbc\x52\x27\x75\x52\x00\xb1\x7d\x67\xfb\x08\x62\xfb\xce\xf6\x09\x34\x92\x46\x90\x26\xe1\x03\x22\x44\x91\xe2\x32\xc8\x91\x1c\xa8\x80\x02\x49\x83\x2e\x7e\x00\x25\x52\x02\x59\x50\x26\x65\x90\x4e\xef\x13\x7b\x25\xf4\xf2\x3a\xbd\xcf\x18\x15\x45\x8a\x0f\xa0\x48\xc2\xa8\x3e\x82\x84\x84\x24\x90\xbd\xcf\x9d\xd4\x41\x98\xbe\x70\x63\xe1\x10\x3a\x7d\xe0\xd7\x81\x22\x21\xeb\x5c\xa1\xe2\x8c\x28\x12\xa4\x80\x2c\x49\x23\x0c\x25\x82\x1c\x49\x47\x8d\x83\x07\x79\x92\xc7\x2a\x6e\x0c\xa4\x00\x62\xfb\x48\xd2\xe9\xa3\xe3\xc6\x44\xd2\xb9\xa2\x65\x7b\x21\xe9\x81\xa2\xe7\xc6\x4c\xca\xb8\xa2\x80\x0a\xa9\x60\x15\xaf\x58\x49\x15\x07\x72\xa0\x46\x6a\xa0\x01\x34\x92\x46\xcc\x85\x24\xea\x44\x9a\xd0\x3e\x81\x3a\xa9\x83\xd8\x8b\x79\x55\xe4\x85\x67\x28\x34\xe6\xa5\x45\x22\xbe\xed\xd0\x98\x97\x16\x89\xb8\x31\x43\x63\x5e\x0d\x79\x31\xfb\xc6\xbc\xb4\x48\xb4\xec\xc5\xbc\xb4\x48\x8c\x24\xe6\xd5\x98\x17\xe6\x6a\xcc\xab\x31\x2f\x1c\xbb\x31\xaf\xc6\xbc\xb8\x91\x79\x35\xe4\x65\x11\x61\x63\x5e\x0d\x79\x05\x04\xdd\x98\x97\x16\x89\xb8\xc9\x43\x63\x5e\x5a\x24\x5a\x5e\x91\x79\x69\x91\xe8\xb9\x91\x79\x35\xe6\xc5\x03\x31\xaf\x86\xbc\x82\x1e\x5b\x22\xf2\x92\x84\x07\x26\x68\x38\x92\x2c\xc9\x3e\x98\xec\xf1\xc0\x08\xef\x7b\xe1\x7d\x1f\x3c\xc8\x93\xf4\x87\xcf\x7b\xae\x0a\x24\x3c\x56\x98\x5e\x52\x24\x45\xac\xca\xa0\x44\xc2\xa3\x10\x04\x94\x49\x59\x57\x85\x00\x2a\x24\x3d\x76\x89\x9c\xab\x91\x1a\x56\xb1\xd7\x48\x9a\xb0\x8a\x73\x75\x52\xc7\x2a\xcc\x95\x71\x03\x08\x7f\x31\x63\xd2\x37\xcc\xfd\x57\x5d\xff\xaf\xef\xb6\xfb\xbb\x66\xbc\x6d\x5b\x5f\xae\x78\xb3\xe1\x75\xa2\xaf\x83\x79\xe9\xf7\x77\xe7\x7a\x5e\x75\x17\xfe\xfd\x1b\x00\x00\xff\xff\x59\x2d\x4a\x62\x67\x07\x00\x00"); +func _fcd ()([]byte ,error ){return _fd (_cfbf ,"HKdla-B5-V")};var _aebd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\xcd\x6e\xdb\x3a\x10\x85\xf7\x7a\x8a\x59\xe6\x2e\x72\x45\x8a\x95\x69\x01\x41\x80\xc6\x2e\x52\x2d\xd2\x14\x75\x9c\x16\x28\xba\xe0\xcf\xd0\x20\x50\x53\x02\x25\x2d\xfc\xf6\x05\x67\x54\x75\x61\x1c\xfb\xe3\x39\xc3\x19\x73\xea\x43\x7f\xec\x53\x9c\xa1\xfe\x9a\x07\x77\xc2\x19\x42\x4c\x3e\xe3\x34\x2c\xd9\x21\x58\xbc\xc4\x54\x55\xb2\x01\x1f\xdd\xfc\xf7\x27\x89\xbb\x9a\xb1\xaa\xea\xe7\xa7\xb7\xfb\x4f\xe7\xc3\xfd\x67\x58\x26\x5c\xd9\xa1\x3f\x9e\x6e\xd3\x8c\xd7\x3e\x85\x01\x14\x67\xfd\x32\xae\x79\x80\xfa\x1b\x5e\xe2\x34\xe7\x1b\xdc\x7d\xf4\x83\xc5\xff\xc0\x63\x28\xfc\x35\x7b\xcc\x31\x5d\xe0\xee\xf9\x49\x6e\xf4\xb4\x8c\xe3\x6f\xbc\x62\x9a\x41\x12\xc3\xe4\x49\xab\xfa\xf0\x62\xc6\x2f\xe6\x8a\xb0\x35\xf2\x4e\x27\x74\xf0\x8e\x79\x8a\x43\x02\x29\xfe\x17\x62\xf7\x8f\xbf\xdd\x46\x5c\x2b\x55\xf5\xb9\x3f\xbe\x86\x30\xe1\x0c\xbb\x4e\xb0\xe7\xc7\xb9\x3f\xc2\x4f\x09\x52\x40\xd3\x2a\x2d\x7f\xad\xd6\xef\x2f\x83\xdf\x82\x8d\xe0\x71\x5c\xf4\xd9\xa4\x0b\x56\x0f\x46\x9a\xe6\x11\x56\x81\x56\xb7\x84\x14\x23\x45\xe8\x03\x21\xc3\xc8\x14\xd4\xed\x09\x59\x46\xee\x11\xb4\x16\xec\xf2\x8c\x3c\xb9\xba\x82\x2c\x97\xb7\xa1\xa0\x7d\x53\x50\x40\x42\x45\xb4\x16\xbb\xea\xc1\x28\x23\x0b\x22\x81\x56\xef\x09\xed\x19\x75\x14\x14\x84\x1c\x23\x47\x2e\x45\x08\x19\x71\x2d\x5d\x90\xa5\x56\x95\xb5\xe4\xa2\xf2\xd6\x33\xf2\xe4\xa2\xf2\xa5\xa1\x55\xa0\xd5\xa5\x55\xe5\x69\x20\x12\xad\x05\x23\x0e\x7a\x0a\x4a\x6a\xc2\x73\xb0\x08\xec\x04\xa1\xc0\xc1\x40\x37\x76\x74\x63\xe0\x60\xe0\x7f\x82\xfa\xe2\xb1\x15\x8f\x2d\x65\x59\x88\xed\x1d\xca\xf7\xb2\x87\xdb\x6a\xb8\x25\x67\x4c\x33\x6d\x21\xbd\x7f\x79\xc0\x98\x70\xdb\xf2\x71\x18\x4b\x8a\x3e\x7f\x02\x00\x00\xff\xff\x0f\xbf\x93\xd7\x11\x03\x00\x00"); +var _acgd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcf\x6e\x1b\x37\x17\x05\xf0\x3d\x9f\x82\xcb\x7c\x8b\x7c\xe6\x7f\x72\x00\x62\x80\xc4\x8e\x53\x2f\xd2\x14\x4d\xd3\x16\x28\xba\x18\x92\x97\x86\x80\x7a\x24\xc8\xf2\x22\x6f\x5f\xdc\x7b\x14\xb7\xe8\xc2\x90\x75\x86\x3c\x20\x7f\x43\x68\xe6\xe6\xf6\xe1\xee\x61\x3f\x5c\xf4\xcd\x4f\xe7\x63\xff\x42\x17\x3d\x0f\xfb\x38\xd3\xf3\xf1\xe5\xdc\x49\x37\x7a\x3c\xec\x4a\x59\xa7\xc7\xa1\x5f\xbe\x7f\x95\x8f\xfe\xb4\x9d\x94\xe2\xf9\x5f\xbe\x3d\x5f\xe8\xe9\x61\x9f\x47\xed\x31\x6e\xbc\x9c\xae\x63\xb5\xbe\xf9\x99\x1e\x0f\xcf\x97\xf3\x37\xfd\xe6\xdd\x38\x36\xfa\x9f\x1e\x34\x39\xff\x7c\x1e\x74\x3e\xec\x8f\xfa\xcd\xc7\xf7\xf6\x35\xfd\xf2\x72\x3a\xfd\x45\x4f\xb4\x5f\xb4\x91\x8c\xf6\x21\x9f\xea\xe6\xf6\xd3\x76\xfa\x71\x7b\x22\x7d\xf3\xf1\xfd\xa9\xbf\xfd\xf0\xf5\xf6\xed\x0f\x72\x49\xae\xfc\x4a\xe7\xe7\xc3\x71\xd7\xcb\xff\x8d\x49\xff\xc4\xbf\x7c\x3b\x91\xb6\xd7\x86\xaf\x0f\x77\x9f\xe7\x7c\xa6\xef\xdd\x37\xbf\x7f\x7d\xb8\xd3\x7f\x58\x6d\x8d\x76\xd1\xa7\xf0\xe7\x75\xe0\x6f\x9f\x8e\x83\xae\x83\x94\xc7\x5e\xfa\x71\xd0\xf3\x69\xeb\x74\xde\xf6\x47\x52\x5a\x57\x63\x56\xad\x75\x2d\x66\xe5\x6f\xef\xec\x3b\xbb\xea\x7a\x7f\x7b\xff\x41\xbe\xdf\xdf\xc9\xd5\xfb\xfb\x95\xf7\xf0\x9f\xd9\xca\xa2\x74\x3f\x5e\x06\x4d\x64\xd2\x57\xed\x5c\xb5\xe5\x19\xff\xbe\xa4\x96\xeb\xf8\x7e\x18\xd7\xc1\x8e\x07\x67\xe2\xc1\xbc\x02\x59\x86\xce\xd9\x3a\x55\x37\xbb\xf1\x4a\x36\x3b\x69\xd5\x4b\x52\x75\x73\x4d\x02\x47\x6e\xd5\x76\x31\x9c\x50\x44\x42\xab\x76\x41\x92\x89\x31\xb3\xaf\xda\x45\x4e\x3c\x6a\x3c\xd7\xb8\xc4\xc5\x01\x49\x98\x7e\xd5\x3e\x72\x73\x44\x12\x67\x5a\x75\xf0\x8b\xaa\x5b\x42\x92\x5a\x59\x75\x74\x91\x93\x8e\x64\xc6\x55\xc7\xc0\x63\x32\xc6\x64\xbe\x90\x0c\x37\xe7\x81\x84\x17\x91\x3c\xcf\x2a\x18\x53\xba\x59\x75\x4a\x85\x93\x2e\x6b\x2e\xb4\xad\x3a\x1b\x5e\xe1\xb2\x05\x4e\x16\x9a\xab\xce\x9e\xc7\x6c\x98\xb5\xf1\x9a\x8b\x0d\xaa\x6e\x0d\x49\xe3\x9e\xc5\x14\x55\x9b\x91\xa4\x19\xe1\xe1\xbd\x37\x80\x35\x01\xb3\xc6\x07\x55\x9b\x43\xe4\x24\xb2\x8e\xe7\xc1\xa3\x89\x87\x75\xce\xa9\xda\x00\xd2\x82\x44\xde\x26\x55\x1b\x44\x5a\x94\x28\x58\xae\x07\x49\x4b\x12\x45\xc3\xf5\x10\x68\x19\xd1\xc2\xf5\xd8\x70\x2b\x12\xa5\x85\xeb\x17\x44\x8b\x44\xb9\x70\x3d\x36\xd8\x64\x83\xb6\x14\xae\xc7\x0e\x5b\x93\x68\xc9\x5c\xdf\x11\x75\xb9\x75\x86\xf5\xda\x40\x34\x24\xb2\x7c\x3b\x1b\x21\x22\x89\x1c\xdf\xcf\x36\x11\x4d\x89\x3c\x1f\x83\x0e\xae\x2e\x5c\x2e\x84\xa0\x6a\x87\x57\x17\x2f\x17\x19\xbe\xc3\xab\x3b\x1c\x16\xef\x54\xed\xf0\xea\x38\x3f\xd9\x25\x55\x3b\xbc\xba\x78\xb9\xe2\xb8\x1e\x5e\x5d\xbc\xdc\xc2\xb7\xac\xc3\xab\x8b\x97\x37\x7c\xcf\x3a\xbc\xba\x78\x79\xcb\x47\xa6\xc3\xab\x17\x44\x7c\xce\x3b\xbc\xba\x78\x79\xc7\x07\xbd\xc3\xab\x8b\x97\xf7\x85\xeb\xe1\xd5\xc5\xcb\x87\xcc\xf5\xf0\xea\xe2\xe5\x63\xe6\x7a\x78\x75\xf1\xf2\x29\x71\x3d\xbc\xba\x78\xf9\x9c\xb8\x1e\x5e\x5d\xbc\x7c\x89\x41\xd5\x01\xaf\x21\x5e\x7e\x09\x45\xd5\x01\xaf\x21\x5e\xc1\x04\xa7\xea\x80\xd7\x10\xaf\x60\x7d\x52\x75\xc0\x6b\x88\x57\x70\xde\xa8\x3a\xe0\x35\xc4\x2b\x78\xc7\xf5\xf0\x1a\xe2\x15\x82\xe5\x7a\x78\x0d\xf1\x0a\x91\x7f\x02\x06\xbc\x46\x9e\xcb\xaa\x43\x32\x5c\x0f\xaf\x21\x5e\x21\x2d\x51\xd5\x01\xaf\x21\x5e\x21\x97\x45\xd5\x01\xaf\x21\x5e\xa1\x14\xaf\xea\x80\xd7\x10\xaf\xb0\xe4\xac\xea\x80\xd7\x10\xaf\x68\xb2\x55\x75\xc0\x6b\x88\x57\xb4\x89\xeb\xe1\x35\xc4\x2b\xba\xc8\xf5\xf0\x1a\xe2\x15\x7d\xf4\xaa\x12\xbc\x48\xbc\x62\x08\x59\x55\x82\x17\x89\x57\x8c\xc1\xaa\x4a\xf0\x22\xf1\x8a\xf2\x0b\x41\xf0\x22\xf1\x8a\xd9\x2d\xaa\x12\xbc\x48\xbc\x62\x71\x5c\x0f\x2f\x12\xaf\xb8\x58\xae\x87\x17\x89\x57\x32\x96\xeb\xe1\x45\x72\xbe\x92\x35\x5c\x0f\x2f\x2a\x88\x16\xae\x87\x17\x89\x57\x72\x0b\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\x55\x27\xbc\xa6\x78\xa5\x25\x5a\x55\x27\xbc\xa6\x78\x65\x13\xa2\xaa\x13\x5e\x53\xbc\xb2\xe5\x5f\xe6\x09\xaf\x29\x5e\xd9\x79\xaf\xea\x84\xd7\x14\xaf\xec\x1d\xd7\xc3\x6b\x8a\x57\x0e\x8e\xeb\xe1\x35\xc5\x2b\x47\xcb\xf5\xf0\x9a\xe2\x95\x93\xe1\xfa\xc1\xc1\x94\x87\x90\x97\x47\xde\xf7\x67\x15\xff\xcf\x6f\x0b\xaf\x0f\xf0\xfe\x72\x3e\xd3\x7e\x91\x77\x05\x79\x4a\xf3\x83\xf6\xb0\xd3\xeb\x7b\xc7\xe9\x78\xe2\x59\xf2\xf7\x77\x00\x00\x00\xff\xff\x10\x63\xff\x07\xa3\x08\x00\x00"); +var _daf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4f\x8f\x23\xb7\x11\xc5\xef\xfa\x14\x3c\x3a\x07\x67\xf8\x9f\x2c\x40\x10\x60\xec\x66\x91\x71\xe0\x38\xf0\xc4\x49\x80\x20\x07\x76\x77\x71\x20\x20\x23\x09\x1a\xcd\x61\xbf\x7d\x50\xef\x69\x76\x62\x1f\x16\xdc\xf9\xf5\x63\xa9\x58\x7c\x5d\x64\x3f\x7c\x7a\xfc\xfc\x78\x3a\xde\xdc\xc3\xdf\xae\xe7\xf5\x49\x6f\x6e\x1e\x4f\xdb\x55\x5f\xcf\x6f\xd7\x55\xdd\xa2\xcf\xc7\xd3\x6e\x17\xa2\xdb\x8e\xeb\xed\xfd\x4f\x0c\xeb\xcb\xb8\xec\x76\x36\xff\xe9\xeb\xeb\x4d\x5f\x1e\x4f\xf3\xec\x12\x75\xdb\xdb\xe5\xae\x75\xee\xe1\x17\x7d\x3e\xbe\xde\xae\x5f\xdd\x77\x3f\x6c\xe7\x45\xff\xe0\x36\x9d\xc6\x7f\xbe\x6e\x7a\x3d\x9e\x9e\xdd\x77\x3f\x8e\xcb\x38\x85\x6f\x0f\x9e\xde\x2e\x97\xff\xea\x8b\x9e\x6e\x2e\x82\xe9\x69\xc3\xb8\x7b\xf8\xf4\xd3\xb8\xfc\x75\xbc\xa8\x7b\x10\xff\xf2\xfa\xfd\x2f\x7f\x79\xfa\xf1\xfb\x3f\xe3\x19\x1e\xfd\x43\xaf\xaf\xc7\xf3\xc9\x85\xf0\x47\xef\xeb\x07\xff\xfb\xd7\x8b\xba\x70\x8f\xf1\xeb\xe3\xe7\x9f\xe7\x7c\xd5\x9b\x93\xe2\xa9\xf9\xd7\xaf\x8f\x9f\xdd\xbf\x83\x0b\xde\xc5\x92\x72\xfa\xcf\x5d\xfa\xcf\x9f\xce\x9b\x3a\x8a\x76\x99\x4b\x5a\xcf\x9b\xbe\x5e\xc6\xaa\xd7\x71\x7a\xd6\x9d\x73\x7b\xef\x0f\xce\xb9\x7d\xf7\x07\xfb\xab\x87\xec\x0f\x6e\x2f\x5f\xbe\x7c\xc2\xdf\x3f\xf0\xe9\xe7\x2f\xf8\xeb\x4f\x1e\x4f\xbf\x7c\xb2\xa7\x7a\xda\x7e\x17\x6d\x17\xf8\x23\xa7\xf3\x6d\xd3\x49\x86\xf8\xfb\x30\x0f\x2e\xa6\x60\x73\xfe\xff\xe1\x2e\x78\x7f\xcf\xeb\xb8\xdd\xf5\xd1\xf4\x6d\xb3\x9f\x75\x0e\x93\xf6\x4d\x0d\xe9\x1d\x55\x43\xf7\x3c\x7b\x00\xae\x29\x19\xea\x44\x63\x35\x24\xd5\xd0\xd2\x81\x96\x79\x70\xae\x65\x4c\x5c\x89\x56\x05\x12\x43\xdb\x00\xd2\x6e\xa8\x60\xe2\x64\xac\xd9\x0c\x35\x4c\x9c\x2b\xd1\x0a\x64\x13\x63\x9e\x86\x62\xc1\xc4\xee\x0d\x55\x4c\x8c\x4d\x0c\x09\x50\x0f\x40\x32\x0e\xce\xf5\x60\xe1\xa3\x70\xe2\x0c\x86\x72\xdc\xed\x7b\xe2\x82\x12\x16\x24\xb1\x18\xe2\x82\x92\x54\x43\xbd\x1b\xe2\xc4\xb4\xd4\x83\x0b\x3e\x58\x5e\x69\x21\xda\x80\x92\x4d\xcc\x8c\x95\x2d\x97\xe0\x8b\xa5\x9a\x1b\x91\x85\x0f\x5e\xec\x17\x33\xc3\x67\x09\x07\x17\x82\x6f\x86\x18\x1e\x43\xcb\x58\x63\x1e\x54\xd9\xd0\x72\x0f\x40\x81\x28\x18\x12\xa2\x48\x14\x81\x90\xc4\x48\x44\xe9\xe0\x5a\xf1\x09\x28\x13\x65\xa8\x18\xbe\x10\x15\xa8\x90\xc4\xa8\x44\xd5\x50\xe4\xc4\x46\xd4\x0c\x05\x86\xef\x44\xdd\x50\x62\x12\x42\x24\x40\x0c\x3f\x88\x06\xb2\xf7\x40\x0b\xd1\x02\x84\x4a\x8c\x95\x68\x45\x5e\x19\x68\x23\xda\x80\x3a\x90\x12\x29\x52\xad\x40\xac\x97\x0d\xad\x78\xc4\x5a\x58\x2f\x1b\x5a\x09\x88\xb5\xb0\x5e\x36\xb4\x92\x90\xc4\xc2\x7a\xd9\xd0\x4a\xe4\x44\xd6\x6b\x41\xbd\x12\x7e\x71\x61\xbd\x6c\x68\xa5\x30\x16\xeb\xb5\xa0\x5e\x30\x40\x5e\x58\xaf\x85\xf5\x42\x5e\x0b\xeb\xb5\xb0\x5e\xa8\x04\x5f\x05\x0c\xad\x24\xc6\x62\xbd\x16\xd4\x2b\x33\x09\xd6\xcb\x86\x56\x3c\x93\x60\xbd\x6c\x68\x25\x62\x87\x16\xd6\xcb\x86\x56\x02\x7f\x91\xf5\xb2\xa1\x15\xba\x70\x61\xbd\x16\xd4\x2b\x1b\x6a\x34\x66\x2b\x50\x15\xa0\x82\x12\xb6\x8a\x7a\x75\xa0\x1a\x88\xc2\xc1\x75\x8f\x4a\xb4\x1a\x89\x50\xaf\x4e\x94\x88\x92\xa9\xb2\x07\xca\x44\xa8\x97\x10\x15\xa2\x02\x55\x04\xaa\x44\x28\x8e\x10\x75\xa2\x0e\x55\x06\x12\x22\x54\x42\x98\xd7\x42\xb4\x40\x95\x80\x56\x22\x2c\x48\x98\x97\x12\x29\x54\x0d\x88\x6b\x6c\xb6\x69\xd5\xdb\xa6\xb5\x46\x95\x0d\x3d\xc1\xe4\x8d\xef\x63\xeb\x09\x2a\xc4\xea\x5c\x90\x0d\xdd\xb3\x5e\x9d\x0b\xea\x66\xb9\x1a\x30\x51\x38\xd1\x06\xd7\x2a\x16\x24\x2c\xa1\x0d\x26\x03\x62\x09\x6d\x70\xad\x0a\x10\x4b\x28\x66\x80\x1a\xb1\x6c\x19\x44\x03\x2a\x24\x21\x5c\xb6\xd8\x6e\xb3\xfb\x76\xf6\x89\x6e\xbd\x30\x04\x34\x2b\xe1\xd6\x0a\x1a\x4c\x84\xe5\x84\x0b\x12\xa8\x22\xde\xb4\x41\xd5\x80\x2a\xe3\x75\x1f\x54\x0d\xa8\x72\xb3\x4d\x5b\xa8\x5a\xa0\x62\xed\x17\xaa\x16\xa8\x6a\xb1\xbc\x56\xaa\x56\xa8\x5a\xb7\x4a\xac\x54\xad\x50\xf5\x6c\xc6\xdc\xa8\xda\xa0\x12\x74\xf2\x8d\xaa\xcd\x54\xd1\xe3\x55\x50\xaa\xd4\x54\x31\xa0\x63\x2a\x55\x0a\x55\xc4\x2b\x3a\xa9\x9a\x50\x25\x6c\xed\xa4\x6a\x42\x95\x83\xdf\xed\x85\x87\xa4\x78\xa8\xf0\x2a\x88\xef\x44\x50\xc1\x26\x72\x3f\x68\x71\x80\xc5\x66\x06\x10\x1e\x60\x82\x13\x26\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x77\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x76\x08\xce\x8e\xe4\xad\xaf\x0a\xcf\x0e\x49\xa6\x4a\xc1\x3c\x21\x3c\x15\x04\x47\x40\x8a\xbd\xe1\x04\x7f\x3f\x77\x77\x2d\xfc\xfe\x24\x16\x1e\x10\x92\x11\x23\x15\x5b\x5b\x61\x8c\x82\x18\xb9\xd9\xda\x0a\x55\x05\x2a\xf4\x2d\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x9a\x94\xb0\x19\x08\x5e\x81\xd4\x8b\xad\x8d\xaf\x80\x34\xa8\xc4\x9a\xa7\x74\xaa\x7a\x8b\x07\x97\xbd\x35\x75\xa1\xfb\x04\xee\xcb\xde\x5e\x73\xa1\xfb\x04\xee\xcb\xa1\xdb\x44\xba\x4f\xe0\xbe\x1c\x6d\xb3\x84\xee\x13\xb8\x2f\xa7\x66\x45\xa1\xfb\x04\xee\xcb\x19\x9b\x45\xf7\x09\xdc\x97\x4b\xb5\xf0\x74\x9f\xc0\x7d\xb9\x62\xb3\xe8\x3e\x81\xfb\x72\xcb\xb6\x6c\xba\x4f\xe0\xbe\xdc\xb1\x59\x74\x9f\xc0\x7d\x59\x92\x2d\x9b\xee\x13\xb8\x2f\x0b\x36\x8b\xee\x13\xb8\xaf\x04\x7b\x0f\x85\xee\x13\xb8\xaf\x84\x6e\xd9\xd3\x7d\x02\xf7\x95\x14\x2c\x7b\xba\x4f\xe0\xbe\x92\x6c\x3b\x70\x5a\x6f\xf3\x7e\x57\x4a\x56\x68\xa5\x21\x15\x86\x2c\xc5\x7b\x43\x9d\x08\x13\x8b\xed\x90\xd2\x90\x0a\x43\x96\x6a\x2d\x56\x69\x48\x85\x21\x4b\xb3\x1d\x52\x1a\x52\x61\xc8\xd2\x9b\x85\xa7\x21\x15\x86\x2c\x62\x3b\xa4\x34\xa4\xc2\x90\xd5\xd7\x6c\x88\x2a\x18\xb2\x06\x3b\x46\x94\x86\x54\x18\xb2\xc6\x12\x0d\x51\x05\xcb\xd5\x64\x07\xbd\xd2\x72\x0a\xcb\xd5\x6c\x7d\x5e\x69\x39\x85\xe5\x2a\xae\x16\x4a\xcb\x29\x2c\x57\x6b\xb4\xec\x69\x39\x85\xe5\x6a\xb5\x6b\x8a\xd2\x72\x0a\xcb\x55\x5c\xc5\x94\x96\x53\x58\xae\x76\xbb\xf2\x28\x2d\xa7\xdd\x54\xcd\x7b\xcb\xbe\x53\x05\xcb\x35\x5f\x2d\x7b\x5a\x4e\x61\xb9\x16\xec\x18\x51\x5a\x4e\x61\xb9\x16\xad\x5d\x2b\x2d\xa7\xb0\x5c\x4b\x76\x01\x51\x5a\x4e\x07\xef\x4a\x76\x8c\xe8\xc0\x5d\x49\x87\x5d\x8c\x7a\x34\xfb\x2a\x9d\xa3\x1b\x0f\x08\xeb\x48\x4a\xe7\xe8\x66\x37\x84\x9e\xad\x23\xe9\x86\x1b\x02\x87\x20\x92\x80\x0a\x90\x25\xd1\xb3\xf5\x07\xa5\xbf\x14\xfe\xea\xc5\xda\xa2\xd2\x5f\xaa\x6a\xaa\xea\x2d\xbc\xea\x04\x9a\x38\x04\xb1\x20\x9d\x42\x84\xdb\x2c\x0c\xa0\x73\x10\xd9\x44\xef\xcb\x6e\x3f\xb9\xc6\x39\xb2\xbc\x4f\x9c\x23\x0f\xa0\x82\xcb\x4c\x83\xaa\x64\xa2\xfc\x1e\x6b\x8e\x52\x88\xda\x47\x2c\xbb\x4b\xdf\x87\x56\x43\x07\x12\x22\x9c\x52\xd6\x62\xe7\x28\xf7\xf0\xe3\xfd\x5c\x9c\xa3\x2c\x44\xcb\xfb\xc1\x35\x47\x59\x81\x3e\x4a\x38\x59\xfb\x39\xd6\x69\xc8\x6e\x7a\x73\x6c\x44\x36\xb0\x84\x73\x6c\x01\xe8\xa3\x84\x93\x4d\x61\x2e\x2c\x21\xf2\x62\x53\x98\x68\x0a\xbd\xd8\xcd\x78\xb2\x29\xcc\x35\xdb\x0d\xa1\xf9\xfa\x9b\x16\x6b\xff\xb7\xcf\xce\x6f\x9f\x81\xeb\xdb\xf5\xaa\xa7\x1b\x3e\x3a\xf1\xa5\x67\x9f\x6a\xc7\x93\x7e\xfb\x80\xbd\x9c\x2f\x36\x0b\xff\xfe\x17\x00\x00\xff\xff\x0c\xbd\x28\xe3\xec\x0e\x00\x00"); +func _bda ()([]byte ,error ){return _fd (_gcee ,"UniJIS2004-UTF32-H")};func _cebf ()([]byte ,error ){return _fd (_aafa ,"Adobe-KR-0")};func _ggc ()([]byte ,error ){return _fd (_eg ,"Adobe-CNS1-0")};func _bgbe ()(*asset ,error ){_aaaaf ,_eff :=_daed (); +if _eff !=nil {return nil ,_eff ;};_acee :=bindataFileInfo {_c :"KSCms-UHC-V",_ed :716,_cg :_g .FileMode (436),_ca :_d .Unix (1580492580,0)};_gda :=&asset {_fdf :_aaaaf ,_ff :_acee };return _gda ,nil ;};func _eccgg ()([]byte ,error ){return _fd (_gdf ,"KSCpc-EUC-H")}; +func _edfc ()([]byte ,error ){return _fd (_bafe ,"Adobe-Japan1-6")};type bindataFileInfo struct{_c string ;_ed int64 ;_cg _g .FileMode ;_ca _d .Time ;};func _egc ()(*asset ,error ){_ddff ,_geg :=_gfdg ();if _geg !=nil {return nil ,_geg ;};_gea :=bindataFileInfo {_c :"Adobe-Japan1-2",_ed :1136,_cg :_g .FileMode (436),_ca :_d .Unix (1580491314,0)}; +_cbc :=&asset {_fdf :_ddff ,_ff :_gea };return _cbc ,nil ;};func _bffe ()([]byte ,error ){return _fd (_agf ,"KSCms-UHC-H")};var _cdcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x49\xef\x6e\xbb\x95\x9f\x37\xd7\xa7\x38\x43\x67\xe0\xd4\xe6\xde\xec\x16\x20\x08\x70\x57\x88\x61\x38\x09\xdc\x24\x63\xf2\x6d\x2a\x02\x52\x57\x82\x4a\x1e\xf8\xdb\x07\xe4\xf3\xf0\x94\x13\x04\x38\xba\x93\x7b\x7e\x7f\xee\x97\xed\x6a\xc9\xb5\xc8\xbf\xfb\x37\xff\xfe\xdf\xfe\xfb\xdf\xfe\xf8\xd7\x1f\x7f\xf7\xbf\xff\xe5\x4f\xaf\xff\xfc\xf9\xeb\x8f\xef\x1f\x7f\x7b\xff\xe5\xf3\x4f\x7f\xfa\x6f\x7f\x79\x7d\x7e\xcc\xcf\x3f\xfc\xf1\xb7\xdf\xfd\x2e\xdd\x3f\xde\x7f\x7c\xfd\xf5\xc0\xfd\xbf\xd7\x3f\x8e\x3f\xff\xee\x77\xeb\xf7\xff\xf9\xbf\xff\xd3\x5f\x3f\xff\xf8\xef\x7f\xfb\xfe\xe9\xc7\xc3\x77\xef\xff\xf6\x67\xbf\xfd\xf1\xe3\xef\xfe\xd3\xe7\x1f\xfe\xf8\x4f\x7f\xfd\xcb\x7f\xff\xf1\x2f\xfe\xd5\xfb\x4f\xf3\xf3\x3f\xfd\x78\x7f\xbe\xeb\xef\xff\xdb\x5f\xde\x9f\xbf\xfc\xf1\xb7\x7f\xf8\xf1\x2f\xfe\xc3\x7f\xfa\xf9\xc7\xff\xfc\xdf\xfe\xfc\xe7\xff\xfb\xf3\x8f\x9f\xdf\xfe\xfa\x23\xf6\xdf\x3e\xbf\xbd\xf7\xff\x7f\xf7\x77\xff\xe6\x3f\x8e\x3f\xff\xaf\xe3\x1f\x3f\x3f\xfe\xee\xbf\xfe\xf6\xc7\x7f\xf5\x1f\xfe\xd3\xbf\xfc\xaf\xff\xe5\xef\xfb\xbf\xfc\x5f\x76\xe9\x2e\xfc\x3f\x3e\x7f\xf9\xa7\x3f\xfe\xe9\xb7\x1f\xe9\x7f\xbe\xae\xfb\x9f\xff\xfc\x5f\xfe\xfb\x9f\x3f\x3f\x92\x95\xfc\x9f\xff\xf1\x4f\xef\xcf\x8f\x0b\x94\xe9\xe4\xeb\x4f\xef\xcf\x3f\xfd\x79\xbc\x3e\x7f\x19\xbf\xfd\xc3\xe7\x77\x3f\x7e\xfc\xfe\xba\xfe\xf0\x83\xff\x7e\xdf\xfe\xfe\x0f\xeb\x2f\xff\xe6\xea\xfe\xed\xf7\xff\xf6\xef\xff\x35\x7f\xfb\x77\x57\xf7\xaf\xbf\xff\x77\x7f\xff\xaf\xcf\x5f\xff\x7e\xff\x75\xfd\xfd\xf7\x7f\xdf\xfe\xb5\x7f\xff\xfc\xf6\xfe\xff\xb4\xf2\xbb\x44\xe3\xbf\xfd\xe9\xaf\xef\xcf\x97\xbf\xed\x76\x7f\x9f\xbe\x7f\xf8\x91\xd6\x2f\xfe\xc7\xa2\xdf\xa5\xeb\xb2\xb7\x7f\x7c\xbf\xfe\xaf\xf1\x97\xdf\xfd\xfe\x75\x8f\x6b\x7d\xb9\xfe\x91\xfe\xf0\xe3\xbe\x73\xbf\x36\x88\x3f\xfc\x48\x17\xff\x1c\xfc\x3d\x6f\xf0\xfe\xc3\x8f\xc4\xbf\x3e\xeb\x0b\x7e\xf9\xe5\x8b\xb2\xc0\xec\x80\xbe\xc1\xaa\x26\xf5\x7e\x6f\x60\x45\xb1\x01\xbf\x89\xd5\xc4\x13\x6d\xd5\x55\xd7\x3f\xe7\xfe\x67\xfb\xdd\xef\x5f\x39\x76\x87\x4a\x79\x16\xa0\xda\x52\x62\x83\xfd\xe3\x52\xd7\x8f\x67\x6f\xb4\xb1\x7e\x33\xe3\x02\xf4\xdf\xfd\xfe\x7d\xf5\x5d\x41\xbd\xf3\xef\x7e\xff\x4e\xd4\x56\x57\xeb\x9f\xbb\x5f\xfb\xc3\xec\xbf\xd3\xff\xf0\xef\xba\x2b\x88\x02\x9c\xd4\x17\x55\x38\xff\xf0\x23\x3d\xb7\xe0\x45\x59\x13\x7e\x80\x7d\xc3\xd4\x33\x90\xf6\x12\x15\xc5\xf5\x08\xbf\x1b\xa6\x6b\x43\xa6\xfb\x79\x04\xab\xde\x87\xfe\xe4\xfe\x2c\x50\x04\xfb\x33\xfa\x92\xe3\xd9\x55\xdc\x49\x58\x81\x74\x2e\xaf\xd5\x5c\xf0\x11\xde\xeb\x97\x4d\xe0\xa7\x36\x31\x26\x90\x46\x5a\xdc\x1b\x96\x5b\x98\x81\x54\xd4\x3b\xe3\x28\x59\xc8\x6f\x4b\x08\x19\x56\x65\x58\x3d\xe8\x44\x4d\xc2\x55\x73\xee\x82\x41\x19\xcd\xf4\x41\xbd\xb5\x08\x0b\xb0\x0a\xf7\xdc\x46\xa3\x13\x61\x17\x1b\xad\xc6\xfe\x6d\x3e\x80\x36\x3b\x5d\x18\x11\x40\x4a\x87\xf5\x06\xa5\x73\xd0\xdf\xa0\x83\x2f\xeb\x8d\xdd\xa7\x78\x58\xa4\x7a\xed\x8f\xa3\xee\xd2\xfb\x62\x34\x51\x77\xab\xf7\xc5\x00\xa2\xee\x76\x99\xb4\x68\x7b\x5a\x98\xb2\x68\x7b\xba\x99\xb0\xe8\xf1\xda\xbf\xa2\x03\xd1\xe3\x03\xa4\xce\xe8\xd4\x69\x07\xa2\xd3\x62\x50\xd1\xbb\xaf\xdf\x96\x3d\x43\xf3\xb5\x3f\xcd\xf7\xd3\x85\x79\xc3\x7a\x60\xdd\xb0\xdf\xc2\xbe\xe0\x03\xf5\xcd\xd7\xa6\xa3\x48\xa9\x0a\xd7\x52\xe4\xc2\x38\xe7\x6b\x77\x3e\x97\xeb\x34\xf4\xda\x1f\xdf\x07\x7e\x37\xcc\xfe\x16\xde\x29\x3f\xe1\x5e\xe2\x12\x36\xb4\x89\x27\xd7\xc7\x6e\x6c\x1a\x8d\x14\x59\xd8\x76\x69\x3e\x70\x77\xb2\x16\x87\xb0\x67\x2a\xd7\x33\x84\xd8\x92\xa7\xfe\xac\xf9\xbb\x69\x89\x55\x9f\x2f\x49\xa0\x38\x84\xf1\x00\x4f\xe9\xee\x86\xc4\x35\x5f\x9b\x08\x72\x9c\x6e\xb0\x3e\x57\x3b\xbf\x5d\xdd\x28\xe9\x67\x55\xb1\x21\xab\x3e\x5f\x9b\x59\x4a\x3a\xf3\xbc\xe5\x61\x49\x71\x4a\xbf\x9b\x08\x4e\xaf\x36\xd3\x97\xfb\x2c\xd9\x84\x44\x4e\x55\xf3\xde\xb0\xc7\x96\xec\x4a\xe4\xff\x1f\x19\xbd\xbf\x5d\x53\x15\xed\x4c\xe4\xdc\x7d\x7c\xf2\xa9\x69\x13\x46\xbe\x0e\xdc\x9d\x2a\x3f\xdb\xf9\x6c\xd8\xec\xf2\xa6\xea\x52\x3a\x2b\xf6\xde\x74\x54\x1a\x94\x3b\xdf\x9b\xe4\x4a\xeb\x8f\xf0\x01\x36\x61\xde\x30\x4e\xe9\x9a\xc8\xd2\x6d\xf7\xbd\x89\xae\xf4\x74\x60\x03\x9e\x8f\x77\x9f\x15\x79\xf3\xbd\x69\xb0\x28\xa0\xe6\x7b\xd3\x60\x89\xe7\xf4\x6a\x4d\x73\x4d\xae\x18\x94\x5f\x13\x0c\x3f\xdf\xfd\xf3\x87\x1f\xf7\x75\xbb\x80\xef\x4d\x92\xf5\xbe\x2c\xdd\xa2\xbd\xde\xc9\xd2\x4d\xa1\xf5\x4e\x5d\x78\x6f\x78\x3b\xde\x4d\xa1\xf5\xbe\x6d\x37\xd6\x88\x6a\x79\xce\x6f\xd7\x88\x6a\x7d\x1c\xd1\x26\xd8\x5a\x1f\x67\x63\x13\x6c\xad\xcf\x69\x77\x6c\x98\xcf\x6f\xdf\x1b\xd6\x03\xd7\x2a\xd4\x26\x57\xbd\x37\xfd\xd6\x76\xd9\xab\x4d\xbf\xb5\xdf\x36\xb4\x85\x49\xed\xf2\xdc\x7b\x4b\xef\xda\x5d\xfd\xf7\xa6\xee\xda\x9f\x53\x9a\x81\x76\x63\x53\x77\xed\xf9\x7c\xbc\x87\xd0\x9b\xf3\xbc\xc9\xb9\xc6\x7d\x3e\xde\x7d\x8e\x33\xa2\x4d\xdd\x35\x7e\x56\xb5\xa7\x3d\xca\x69\x68\x8f\x28\xe2\xc0\x0f\xf0\xfc\x76\x8d\xa8\x5d\x97\xe3\xdd\xb4\xdf\x2e\xd9\xe8\xbd\x89\xbd\x5d\xfd\x94\xae\x21\xb4\x74\x46\x34\xf3\x86\xa7\xa1\x59\x36\xac\xd6\x3c\xd7\x10\xda\x7d\xc6\xbb\x78\xe1\x4e\x57\x39\x55\xad\x55\x68\x4f\x3f\x55\x8d\x0d\xc3\x21\x6c\x8d\xdd\xf2\xa1\xc9\xcd\x29\x2d\x9f\xe1\x6f\x4e\x69\xf9\x2c\xf7\xe2\x94\x3b\xa5\x7e\x3e\xde\x23\xca\x99\x21\x7c\x36\xa7\xb4\xac\x7c\xfa\x2c\xeb\x22\xb5\x5c\x1f\xe1\x1e\x60\xc9\x45\xf8\x00\x43\xb8\x07\x58\x4a\x12\x16\xe0\xf9\x78\x0f\xf0\x30\xec\x67\x33\x4e\x2b\x52\xce\x67\x33\x4e\x2b\xce\xc6\x67\x33\x4e\x2b\x8e\xf7\xb3\x19\xa7\x95\x7e\xaa\x9a\xc0\xf3\xf1\x7b\x8d\x28\xdf\xa7\xcf\x6b\xc9\x5a\x2f\xa7\xcf\x5f\xa0\xbf\xdd\x8c\xd3\x7a\x3d\x70\x8f\x48\x8b\x62\x7e\xb6\xbd\xd1\xe2\xf1\xb7\x9b\x71\xda\xa1\x9c\xcf\x66\x9c\x7e\x9d\xd9\xd8\x8c\xd3\x2f\xf4\xf7\xfc\x6c\xc6\xe9\x47\xc4\x7e\x16\xe3\xdc\xa9\x2a\xbe\x3e\x5b\x47\x2f\x73\x57\xb8\x46\xd4\xb5\x80\xe6\x27\x26\xf0\x34\xf4\xda\x30\x9f\x9a\xdf\x1b\xf6\xd3\xee\x07\x78\x4a\xd7\x00\xfb\x7d\xfb\xdb\xcd\x65\xfd\x3e\x35\x6f\xb6\xea\xcf\x19\xe0\x66\xab\xfe\x48\xb1\x9f\xc5\x56\x77\xea\xcf\x81\x7b\x80\x8f\xb4\xf1\xd9\x6c\xd5\x9f\xd3\xd0\x66\xab\x5e\xd2\xa9\x6a\x99\xba\xe9\x68\x98\xcf\x62\xab\x05\xcf\xc7\x7b\x08\xa5\xfd\x0d\x82\xff\xb3\x79\xae\xd7\xeb\xfc\xf4\x03\x94\xac\xb6\x46\xe9\x55\x39\xf1\x59\x4c\x76\xdf\x87\x33\x3e\x9b\xc9\x7a\x3d\x8b\xbf\x99\xac\xd7\xb3\x80\x9b\xc9\xfa\x91\x4f\x9f\xcd\x64\xbd\xd6\x53\xf3\x5e\xb1\xda\x1c\xee\xe6\xaa\x7e\xa4\xd7\x67\x73\x55\x6f\x87\xd8\x37\x57\xf5\x76\x88\x7d\x71\xd5\x7d\xa7\x7e\xda\xdd\xd6\xfa\x11\xc0\xdf\xc5\x46\x0b\x86\x70\x0f\xa1\x95\x2a\xdc\x6b\xd2\xec\xd5\x77\xb3\x51\x6f\x52\xf7\x77\xb3\x51\x3f\x2a\xe5\xbb\xd9\xa8\xf7\x74\x7e\xbb\x87\xd0\x5d\xcf\xef\x66\xa3\x7e\x84\xe8\x77\x33\x4a\x3f\xeb\xf9\x5d\x2a\xe5\xbe\x1f\x29\xf4\xbb\x89\xbd\xf7\xdc\x84\xbb\xdd\xee\x4c\x7e\x83\x76\xcb\x29\x2d\xfb\xb7\x5b\xc6\x3c\xf8\x69\x69\x49\x24\xe1\x03\xac\xc0\x10\xb6\x0d\xa9\xf9\xbe\xef\x22\xac\xc0\x2a\xec\xc0\xfd\x71\xdc\xb0\x42\xdf\x22\xe7\x09\xfc\xa4\xde\xb7\x59\xf3\x44\x86\xe7\xfa\xb6\xb6\x9f\xc0\xe4\xef\x7d\x4b\x91\x27\xda\x96\x5e\xbd\x6f\xfb\xf4\x89\x18\xc2\x67\xc3\x09\xfd\xf6\x4a\x43\x18\x4c\xbd\xd7\x2e\xf4\x63\x1a\x7a\xb1\xfa\xbd\xd1\x90\xcb\xdd\x37\x6d\x3c\xe3\xea\xc2\x1b\xb8\x87\xd0\x51\x38\xcf\xb8\x59\xc1\xde\x32\xf0\x54\xb5\x87\x3f\x9e\xc1\x88\x5a\x05\x6e\x79\xdc\x7b\xdb\xbd\x1a\x05\x7e\xed\xdb\x72\x59\x90\xf1\x6e\x2b\xe0\x19\xd5\x9a\xb7\xd8\x78\x46\x0d\x3e\xee\xf4\xaa\xfa\x71\xa7\x57\x15\xf2\xee\x9d\x5e\xf5\xed\x98\xf6\xde\xe9\xd5\x18\xac\x6f\xa7\x57\x13\x19\xd3\x3b\xbd\x9a\xe7\xb7\xf4\xea\x75\xda\xa5\x57\x67\xea\x3a\xbd\x7a\x5b\x73\xd0\xab\x2f\x3c\xd8\xb7\x81\xf8\xcc\x4b\x42\xda\x06\xfe\x33\x2f\xdb\xdd\xf6\xd4\x82\x0c\x7f\x8b\x8d\x67\x3e\xce\xf3\x56\xb0\xcf\xcc\xae\xfe\x76\x30\x9f\x59\x90\x6d\x38\x98\xcf\xac\x7c\x1c\xdb\x88\x7f\x66\x83\x8f\xe2\xa2\xdd\x09\xe3\xc4\x45\xbb\xb8\xc9\x1d\x6f\xf4\x99\x93\x76\xe3\xa2\xdd\x39\x85\x7b\x36\x74\x2d\x7a\x6c\x7a\xce\xfd\x82\x36\x62\xd3\x73\xee\xd7\xb4\xb4\x6f\x98\x86\xed\xc6\x86\x38\xb6\x1d\xa3\x2f\xf7\xa7\x0b\xd3\x86\x19\x21\x13\x5b\x6a\xe6\x5e\x91\x8b\xb1\xb9\x3b\xf7\x08\x3f\xce\x1b\x2a\x73\x22\x95\x0d\xe5\xee\x48\xf4\xea\x3b\x84\x4d\x38\x80\xbb\x57\x91\x1c\xef\x96\x39\x39\x32\xcc\x1e\xf7\xee\x55\xb4\x29\xdc\xbd\x8a\x0e\x01\xa3\xf7\x72\x0c\x3b\xb9\x0d\xd5\x05\x3f\xc0\xdd\xab\x98\x2c\x28\xce\xf3\x82\xfe\xb6\x0a\x99\xc9\xcd\xce\x39\x5e\xce\xf3\xdd\x7f\x25\xf8\x73\xbc\x9d\x8c\x9b\x2e\xbf\x5d\x93\x87\x2e\xab\xd8\x62\x1b\xa6\x79\x24\x68\x30\xb6\x39\x95\x0f\xcf\xa1\xaa\xf3\xb8\x51\xc6\xb1\xd5\x5e\x1e\xf7\x10\xee\x2e\x8f\x0c\xa3\x60\x79\xe7\x51\xd1\xa0\xe8\xf5\x7c\xd8\x28\xb6\x9b\x99\x07\x8e\x6d\xc7\x40\xcc\xa3\x3b\x91\xdb\x42\xca\xa3\x3b\xbe\x4c\xaf\xc6\x64\x32\x32\xbd\x9a\xf6\x39\xd3\xab\x39\x2c\xa5\x57\xd3\xe5\xcd\xf4\xea\x8d\x00\x8e\x4c\xaf\xde\x28\xba\xd8\xe2\x39\xcf\x8c\x4d\x80\xbb\x97\x67\xdf\xe3\xcd\x77\x3e\x90\x01\x6e\x63\x6b\xc1\x37\xa5\x15\x88\xc7\x7a\x5b\x15\x1e\x78\xbe\xb7\x49\xb4\x20\x9d\xdc\xee\x50\x9e\xdd\xb9\x3a\xa5\xc3\x76\xb3\x90\x9a\x0f\xdc\x74\x94\x71\xf7\x16\x84\x70\x8a\x0d\xed\x01\xe6\x7b\xcb\xf2\x3c\x03\xbd\x17\x3f\x61\xc1\x7f\x4f\x42\xe8\x77\x4b\xfa\x05\xf9\x6d\xa5\x57\x11\x78\xf7\xb5\x0a\xe9\x55\x65\xf8\x21\x2b\xd4\x47\xc8\x6f\x9b\xbf\x95\xae\x6a\x16\x32\x84\xe6\xc7\xb2\x42\x6d\x42\x26\xb6\xf9\xf1\x64\xae\x1a\xa5\xa3\x33\xde\xd6\x85\xf4\xaa\x85\x90\x6e\xd8\xee\x60\x0b\xe2\xee\x97\x90\xaa\xfa\x23\x64\xda\xed\xc6\x08\x3f\xb6\x2a\x25\x81\xdd\x18\xc1\x88\xc2\xaa\x90\xd6\xd1\x8a\x90\x9a\x23\x09\xad\x99\xb9\x1a\x83\x9a\xc3\x21\x28\x27\xce\x88\x26\x72\xe2\x8c\x68\x0b\xfe\xfc\x5c\x0e\x01\xd1\x1e\xdd\x9a\xb7\x2a\x73\x53\x65\x41\x88\xbf\xf3\x31\x12\x37\x3f\x48\xcd\x39\xa5\x49\xc7\xcb\xa6\x65\x7e\x10\xa2\x73\x42\xa2\x0f\x62\x72\x4e\xd9\xaa\x67\xa1\xa5\x7e\x2c\x87\xf6\x22\xfc\x52\x4a\x9f\x27\x56\x40\x74\xdb\x1d\x7e\xec\x6f\xf7\x00\x33\x26\xef\x82\x37\xd0\x5e\xa1\xac\xa2\x5b\x15\x16\x62\xb8\x0a\x70\x68\x7e\x6e\x6b\x76\xbc\xae\xc2\xc4\xdc\x08\xa7\x9d\xed\xa9\xce\x56\xda\x82\x89\xdf\xd2\x8d\x17\x76\x4d\x04\xed\x62\x6e\xe4\x07\x11\xe4\xb6\x49\xc7\x7a\x5e\x90\x99\x7c\xfc\xad\x8b\x82\x44\x72\x2b\x24\x3f\x48\xa4\xf9\x72\x51\x14\x05\x2f\xa5\x75\x30\x57\x6f\xb5\x62\x54\xe1\xc3\xc7\x8f\x90\xf5\x95\x36\xde\xca\xba\xa0\x21\xb6\x06\xf2\xa3\x64\xc0\x91\xce\x8f\xdc\x8d\x23\x1d\x97\xcb\x8d\x7f\x9b\x1f\x59\x12\xff\x36\xae\xab\xfd\x52\xf0\xeb\xed\xe6\x47\x49\xf0\x76\x40\xb2\x3e\x4e\x68\x5c\xe8\x48\x9d\xd0\xfc\xd4\x22\xf4\xb7\x5d\xc8\xdc\xd4\x10\x06\xbf\xcd\x42\xc8\xaa\x9d\x9a\x3f\x94\x9e\xaa\x58\x13\x39\x12\xdf\x30\x2e\xd4\xed\xfc\x20\x44\x1f\x39\x12\x57\x31\x2e\x29\x14\xdf\x30\x2e\x49\x12\x67\x30\x3f\x32\x28\xce\x60\x5c\xc9\x5e\xc1\xeb\x4f\x3b\x35\x33\x91\xe8\x66\xbd\xbf\xfc\xb4\x53\xf3\x8b\xd2\x24\x74\x08\x36\x34\x68\x57\xea\xde\xee\xd0\x82\x0e\x61\x32\xfc\xdb\x3e\x6f\x72\x8e\xeb\xb6\x57\x93\xf1\xca\xa0\xb8\x25\x71\x49\xec\x78\x1a\x71\x49\xbf\x5f\xa4\xd7\x23\x67\x7c\x9d\x0d\x59\xe1\xeb\x6c\xa0\x8d\xe7\x97\x6d\xce\x47\x62\xff\x06\x0b\x2a\x75\x7f\x83\x6e\xa0\x8d\xe7\xd7\x11\xc5\x81\x2c\x8a\x9c\xf1\xdd\x7a\x3e\x2e\x59\xe1\x3b\x59\x14\x59\xe1\xbb\x95\x64\x66\x1b\x70\xc1\x07\x68\x37\xa4\x41\x19\xe5\xbb\x99\x3b\x67\xa5\xd7\x77\x53\x5d\x5c\xf2\xcd\x17\xae\xca\x97\x9d\x84\x08\xf3\x65\xaf\x26\xbd\xda\x7a\xbe\xe8\xff\xc4\xb5\xf5\xfc\x82\x37\x1f\x57\x21\x53\xb7\x99\x6c\xc1\x4a\x69\x13\x42\x0c\xdb\x0a\x58\x30\x28\xed\xc2\x09\x0c\xe1\x9e\x9c\xbc\xc5\xe4\x82\x5f\x7e\x5b\x80\x90\x59\x4e\x36\xb4\xe9\x2a\xae\x6c\x55\x6c\x27\xe7\x64\xaf\x06\x73\x95\xac\x79\xb0\x64\xf9\x40\xfa\x5c\x6c\x68\x40\x39\xc5\xf1\x0e\x86\x5f\x1c\xaf\xab\x50\x6c\x17\x31\xc9\x16\x53\xe9\x09\x19\x93\x9f\x4b\xc8\x2a\x94\x2c\x84\xda\x4b\x11\x5a\x73\x15\x7e\xf9\xad\x1f\x07\xab\x5f\x9a\x90\x15\x7c\xfc\x2d\x9b\xeb\x57\xe9\x42\x96\xec\xb1\x2a\x87\xff\xf8\xdb\x41\x9f\x6b\x12\x32\xfc\x7a\x0b\xad\xd9\xaa\x06\x35\xd7\x47\x48\x9f\xab\xbd\x72\xf8\xd5\x6e\xc8\x74\xd5\x76\x25\x24\x69\xe3\xe6\xd4\x22\x4b\x0c\x18\xaa\x71\xd5\x26\xa4\x5d\x89\xe1\xee\xb0\x46\xed\x42\x56\xdf\xe5\xbe\x61\xba\x9c\xab\xd0\x76\x43\xc8\x3c\xb7\x4b\xc8\x10\x1a\xe3\xbd\x1d\x6f\xf3\xb7\x2e\x68\xb3\x1b\x72\x4a\xb3\x5d\x39\xc5\xf5\xbd\xb7\x59\x97\xb3\x2b\x78\x6f\x35\x18\x57\xb3\x5d\x4c\xa4\xec\x82\xee\x63\xce\x14\x57\xbf\x7e\x25\xf8\x4b\x7f\x3a\x9d\xea\x49\x48\x2f\xfa\x2d\xb4\x17\x55\x08\x69\x14\x9a\x7d\x9c\x8c\x7a\x09\xfd\xed\x23\x84\x16\xea\x81\xcc\x6b\xcf\x42\xba\xec\x7a\x3e\xce\x4d\x2f\x42\xda\xad\x07\x32\x91\xdd\x6e\x0c\x26\xa3\x1e\x08\xa3\xf4\x26\x44\x5a\xf7\x2e\x64\x01\xeb\x29\x65\xd6\xbb\x43\x98\xf0\x5c\x38\x84\x89\x24\x70\xf1\x1f\xb9\xaa\x9e\x8f\xf9\x6d\x38\x57\x08\xef\xec\x6a\x67\x6c\xaf\xdc\x1e\x21\x82\xa1\x65\x21\x22\x27\x0e\xa4\xa1\x56\x84\x4c\x4e\x08\xd5\x7b\x51\x85\xc8\xb6\x76\xa0\xed\x32\xa2\xac\x50\x91\x70\x38\x74\x0d\xf6\x85\x16\x6c\xc0\x53\xca\xa2\x48\x38\x9c\xc2\x46\x52\xd4\xe5\x2d\xcb\x23\x29\xea\x32\x86\xda\x3e\x9c\xdf\xf0\xa1\x34\x09\x0b\xf0\x16\xb2\x28\xfd\x94\xd2\x50\x3f\xa5\x34\x94\xec\xd5\x44\x30\x48\x2a\x19\x82\x4d\x8a\xc9\xc2\xf0\x53\x6a\x42\xba\x11\x07\x0e\x8e\x06\x6f\x21\x55\x05\x03\x2c\xc3\x8f\x43\x58\xfe\xf9\x94\x71\x41\x1a\xba\x69\xb7\xa0\xbb\x8a\xc3\x2f\xd3\x9a\xb3\x70\xd7\x5c\x12\xb0\x22\x45\x8a\x43\xa8\x30\x0e\x27\x94\x0b\x56\x4a\xab\x90\xc3\xce\xfb\x40\x0e\x3b\x1d\x51\x3d\xa7\x9b\x07\xbe\x29\xed\x42\x3b\x29\x0c\x16\x45\xd1\x5e\x3d\xec\x4c\x07\xb2\x28\x4a\xfa\x8a\x78\x2e\xf7\x81\x0d\x98\x84\x9d\x8f\x0f\xfc\x00\x99\x49\xce\x96\x73\xb9\x0f\xb4\xaa\x47\xc8\x10\x9c\x1c\xb6\x4d\x72\x39\xc3\x9f\x0c\xe1\xf4\x79\x5a\x33\x9d\x6c\xb0\x46\xb9\x0f\x84\x72\xf2\x25\x64\xea\x9e\x03\x03\x98\x84\x2c\x8a\x6a\x9f\x40\x81\x48\x8a\x76\x02\x05\x22\x29\xda\x9b\x67\xbd\xca\xf2\x86\xcc\x49\x0a\xef\x86\xfe\x49\x0a\xef\x06\xe3\x14\x15\x4e\x43\x8c\xa4\xdc\x84\x6f\xa0\xa5\x18\xc8\xe5\x74\xc3\xf1\x5a\x73\x97\x36\xac\xb9\x63\xc7\x25\x55\xb7\x3b\x05\xc5\x9a\xbb\xc4\xf0\xb3\xf4\x03\x64\x44\xee\x14\x14\x05\x7f\x77\x7d\x7f\x96\x32\xc0\x9f\xa5\xac\xaf\x6a\xa1\x63\xc7\x95\x52\x7e\x2d\xf8\x89\x6e\xc8\x45\xe1\xdd\xf1\xd1\x8a\xba\x39\xec\xb2\x82\x30\x50\x0b\x49\xc1\x1f\x9d\x5e\xf8\xdb\xc0\xaf\x2c\xf5\x94\x32\x91\xa7\x2a\x8e\xe3\x8b\x82\x30\x82\xc5\x57\xeb\xbb\xab\x50\x14\x84\x81\x99\x9e\x54\x1a\x21\xaf\xd7\xf3\x5b\x82\x04\x14\x84\xe1\x70\x15\x84\xe1\x7a\x2a\x08\xd9\x7b\xce\x45\x81\xc4\x26\x43\x2e\x0a\xa4\x40\xdd\x26\xd5\x42\xa0\x6e\x8b\x02\x29\xa6\xdd\xb0\x2a\x05\xc3\x19\xa0\x8b\xaf\x2a\x8b\x69\x43\x0c\x61\x28\x18\x54\x0b\xc3\x99\x54\x77\x0d\x79\x5d\x85\x33\x5c\x5e\x4d\x04\x37\x19\x88\x64\x28\x7d\x28\xbc\x9d\x3a\xb6\x02\x22\x39\x40\x36\x05\x73\xbd\xf8\xed\xc4\x2b\xab\xd7\x2d\x7c\x80\x8f\xb0\x00\xb3\x90\x28\x08\xb5\xc4\x84\xe7\xaa\xd6\xf3\x54\x3e\xa9\x25\xdc\x28\xa8\x5a\xcf\x6c\x14\xe4\xaa\x4a\x99\xf4\xb9\x6a\x01\xb3\xc7\x1f\xc9\x79\x9e\xb2\x91\x13\x8b\xef\x1f\xc9\xa9\xc3\xf7\xcf\x55\x71\x85\xef\x9f\xab\xe2\x6a\x62\xc6\x55\x05\xd2\xcb\x21\x28\x35\x0d\x2f\xa9\x8a\x9c\x97\x72\x42\xc5\x7e\x02\x48\x9c\xe7\x97\x43\x50\x02\xbd\x82\xf1\x6a\xc5\x1a\xb9\x51\x95\x04\x2f\xa7\x5d\x3d\xff\x42\xf2\x55\x85\x99\xfb\x06\x55\xe9\xf5\x52\x67\x86\x9d\x9c\x46\x9b\x3c\xc2\xfe\xcf\xc1\x27\x0b\xd2\xae\x52\x84\xa8\x88\x5c\x15\x66\x6f\xe5\xa2\x8a\xee\x6d\x9f\x95\x13\x6f\x03\x57\xb4\xc5\x38\xf8\xcf\x55\xbb\xfc\x6d\xe0\x8a\x86\x38\x07\xff\xb9\xca\xb0\x9c\xf4\xe7\x2a\xc3\x72\xd2\x1f\x49\x9d\xc9\x69\x7d\xae\x32\xec\x9b\xdd\xaa\x2a\x87\xba\xc9\x90\xe2\x54\xb5\x27\xf6\xbe\x4e\x55\x1f\xa0\xbf\xc5\x0a\xa8\x32\x0e\x1b\xc8\xb9\xca\x38\xef\xe9\xc7\xa7\x94\xe1\xcb\x29\x6c\x2b\xc4\xad\x36\xe6\xf4\x3a\x57\x59\xc3\x9d\x82\x5b\xdb\x84\xbd\x80\xb8\x35\x46\x38\x27\xce\xb5\xdd\xc2\x4a\xe9\x81\x8c\x48\xd3\xec\xe3\xd4\xc9\x56\xf8\xf3\x71\x4b\xc0\x1f\xc6\x7b\xab\xf6\x39\x0b\xcd\x55\x5e\xf8\x38\x5e\xad\x00\xdd\xfb\x5b\xd5\x8d\x7b\x9f\xab\x16\x13\x67\x56\x71\xab\xab\xbf\xb2\xa4\x12\x49\xf7\xfe\x96\xf8\xbf\x50\xec\x7d\x9f\x52\xda\x55\x6e\x7c\x0d\x6a\xd2\xc8\xfd\x06\xed\xca\x1a\x5f\x79\x30\xfe\x06\x8b\xff\xbb\xcd\xc7\xb8\xd5\xeb\x5f\xf8\xf5\x56\xaf\x7f\xf7\xe2\xc7\xad\x5e\xff\x3a\x5c\xed\x18\x3d\xf4\x86\x9c\x88\xcb\x15\x43\x55\x07\x8e\x73\xdc\xd8\x13\x71\xd1\xa9\xc6\xdc\xc4\x85\xb4\x6e\x4c\x46\x5c\x10\x5d\xbb\xfd\x98\x9d\xad\x46\xaf\xe2\x62\xff\xb8\xd1\xab\xb8\x24\xba\xe7\x94\xd2\xab\xc7\xd2\x69\x37\x8a\xf0\xe1\xb7\x07\x32\xc0\xc7\x3e\xe3\x3a\xdd\xf8\xa4\x41\x00\x65\x6e\x18\x1f\x91\xd8\x55\x20\xc0\x6d\xc1\x9b\xd2\x24\xb4\xaa\x10\x32\x1b\x8e\x17\xb7\x3a\x37\x3b\xa9\x5b\xcd\xf9\x40\x89\x84\x5e\x6f\xf6\x39\x49\x74\xd9\x9a\x5d\x94\x6c\x55\x18\xf1\x77\xb6\x2a\xb6\x98\xee\xec\x6f\x5d\x32\x8c\x8f\x48\xc3\x6e\x1c\x68\x37\xaa\x90\x45\xc9\x42\x1c\x67\x0e\x22\x16\xb4\x57\x07\x32\x75\x67\xf8\xc8\xe3\x76\xc6\xeb\x4c\xe6\x53\x6a\x9f\x29\xd5\xcb\x6e\xf6\xf9\xc6\x64\xb8\xd9\xcd\x88\x1b\x23\xaf\x39\x84\x1b\x77\xe8\x46\xb6\x85\x4e\xf7\x8d\x95\x13\xf7\x66\x85\xdc\x1c\x20\x3e\x78\x70\x5a\xb2\x20\x4b\xe6\x88\x6e\xcc\x65\xce\x43\x4a\xdc\x61\x37\x9a\x90\x3e\x17\xab\xc2\x04\xbc\x8b\xbf\x75\x9e\x8b\x1f\x13\xb2\xd7\x1c\xe0\xcd\x86\x0c\x87\x27\x0b\x32\xcf\x67\xbc\xc3\x76\x85\x68\xb6\xbb\x3a\x5e\x67\xf2\x8c\x48\xc6\x39\x43\x40\x2e\xb6\xd3\x67\x67\x12\xab\x27\x70\xc2\x73\xb3\x57\x7a\xce\x44\x59\x96\x78\x30\x73\x9a\x0d\xe9\x2a\x37\x84\x77\xe8\x2a\xdf\x48\xdc\x78\xec\x33\xb2\x3c\x74\x95\xef\xe6\x6f\x65\x9c\xe6\x6f\x31\x91\x1a\x5e\x77\x3c\xb8\x70\x0d\x37\x3b\x1e\x19\xa7\x59\x95\x7d\x46\xa6\x86\xde\x6f\xc3\x9e\x0a\xfc\xdb\xe0\x0c\x67\x41\x96\xcc\x76\xb3\x4b\x86\xd1\x17\xd9\x25\xb3\x1b\x19\x9b\xfe\xc6\xca\x8b\x8c\x66\x6b\xb6\x9b\xe5\x94\x66\x43\x92\x37\x36\x51\x64\x25\x03\xd2\x3a\x32\xba\xba\x9d\x4e\x4a\xed\xa7\x57\x38\xb4\x9c\x0e\x2d\xc8\x4c\x9e\x5e\x29\xda\xbb\xbd\x52\x96\x77\xbb\xa1\xdc\xb0\x93\x45\xb9\x81\x99\x13\x05\x1b\xf0\xc6\xcc\x89\xe2\xe4\xd8\xe7\x22\x2f\xd8\xe7\x82\xe5\x72\x63\x3f\x46\xe9\xf6\x99\x21\x14\x34\x5b\xb3\x93\x05\x7b\xb9\xd9\xab\x82\xbd\x7c\xf7\xfa\x4b\xc1\x1f\x78\xca\x8b\xf5\x84\x8c\xc0\x01\x95\x61\x3b\x8e\x00\x87\xfd\xee\xf6\x11\x5f\xb8\x39\x20\x7d\xe1\x66\x97\xab\xe3\x43\x57\x45\x95\x9b\xc3\x52\x55\x75\x58\xca\xee\x4d\xfb\x09\xb7\xc2\xe1\x40\x6b\xc1\xdd\x2b\xa2\x3b\x4b\x54\xc4\xd5\x73\xd9\xee\xf4\x63\x6a\x6e\xec\xe4\x3d\xaa\x23\xfc\xca\xdc\xb1\x80\xa3\x61\xe3\x76\x6b\xc6\xaf\x0c\x4e\xbf\x4a\x34\x7a\xf5\x60\x8b\x04\x8e\x64\xee\x36\xd4\x30\x11\xfa\x69\x08\x16\x7c\x30\x4d\xa2\x41\x92\xfd\xb4\x6b\x58\xf0\xa9\x19\x19\xc3\xb9\xda\x82\x37\x30\x09\xdf\x40\x3b\x89\xa7\xf1\x24\x3b\x09\x57\x3d\x18\x1f\xd1\x11\xa2\x0f\xd6\x46\x70\xc6\x9c\xbb\xbf\xed\x9d\xd9\x60\xcf\x21\x3a\x46\x7c\xb7\x2a\x8e\xc9\xe3\x51\xc1\x76\x07\x78\x6a\x46\x2e\x3e\xf7\xf9\x98\xb9\x3a\x0d\x21\x27\x1e\xd5\x6f\x47\xfd\x3e\xf7\x29\x65\xbc\xa7\x5d\xc4\x46\x67\x73\x23\xfa\xb4\xa1\x2e\xb4\xcf\x21\x64\x26\xef\x03\x19\xaf\xea\x57\xd7\xf1\x51\x85\x72\x02\x1d\x8f\x3a\x33\x60\x85\x7e\xfb\x31\x9e\xe4\xa3\xb2\x0a\x44\x1d\xd1\xac\x0b\x4e\xe0\x2d\xa4\x21\x55\x0a\xde\x60\x3c\xea\x90\xb0\xcf\xce\x46\xa0\xe8\x1e\x75\x48\x48\x75\xaa\x05\xbd\xc1\x47\x3d\x30\x60\xfd\x47\x45\x37\x5c\x32\x35\x9b\xe7\xd3\xdd\x99\xe4\x7c\x3a\x1e\xd5\x02\x27\xd0\xf1\xa8\x16\x48\x14\xc8\xdd\x79\xd6\xfd\x7b\x54\x56\x83\x2d\x97\x7e\x1f\x08\xa7\xe0\x0e\xc5\x40\x98\x3d\xe5\x40\x47\xd4\x85\x8c\xa8\x1c\x68\x55\x0c\x61\x62\xb9\x74\x57\x41\x7f\xaf\x6b\xf5\x4c\x2c\x97\xae\x99\x33\x9d\x76\xb5\x04\x07\xc3\xb9\x3f\x07\x32\x22\x95\xc6\xc4\xf1\xe8\xcf\x81\x2c\xa8\xda\x89\x73\xe2\x78\x54\x0b\x9e\x13\x77\x8d\x91\x29\x6b\xa8\x16\x38\xfa\x8d\x47\x3d\x30\xa5\x1c\x45\xfb\xcb\x89\x55\x1e\xeb\x1c\x76\xed\x29\xb3\x0b\x7a\x3e\x1f\x33\x40\x8d\x11\x32\x04\x72\x77\xb9\x4d\x09\xe8\x2e\x37\x29\x01\xf1\x28\x8f\xff\x5f\x39\x00\x25\x08\xeb\x8f\x47\xf1\xfc\x92\x08\xcb\x81\xfc\x56\xa1\x4a\x28\x4e\xee\xd2\xc6\xcb\xe1\x2b\x54\x5f\x0e\x5f\xda\x78\xe1\x4b\x74\x69\x83\x43\xe5\x78\x14\xb9\x44\xd0\xe7\x5e\xf2\xaf\x05\xff\x1b\x33\xfd\x51\x3c\x73\x1e\x9d\x7b\x39\x35\xc1\xfa\xe5\x94\x42\x0b\xd2\x11\x41\xf0\xf1\xf4\x03\x99\x75\xd5\x02\x8e\x64\xee\x9a\x17\x04\x85\xe7\xae\x1d\xa3\x5f\xd9\xd9\xbd\x09\x1c\xc9\xdc\x25\x9c\xb7\xf4\x2b\xa5\xbc\x65\xd0\xb0\x2a\x27\x43\x7b\x82\x50\x9c\xe0\x38\x73\x41\x88\x3d\xac\x19\xcd\xdd\xb5\x90\xde\xca\x98\x38\xbf\x85\xd8\x25\xba\x8f\xc3\x97\xe8\x3c\xae\xee\x52\xd9\x47\x4a\x91\xca\x3e\x0e\x1f\x4f\x39\x74\x33\xbb\x44\xf7\x91\x15\xc2\x9a\xd9\x4f\xcd\x97\x35\x4b\xfb\x5a\x1b\x9e\x13\x67\x35\xdb\x07\xa1\x92\x55\x56\x1f\xa8\x3b\xab\xac\x74\x15\xbb\x16\x03\x41\xa6\x91\xd5\x4e\x5f\xc4\x64\x56\x3b\x7d\xed\xb3\x34\xe8\x39\x71\xd7\x44\xf8\xb2\x64\x9e\x8c\xc6\x17\x72\xf6\x74\x33\xbe\xf6\x4a\x65\xf5\x45\xf0\x67\x95\xd5\xd7\x55\x90\x42\x39\xdc\x8d\x9c\x0e\x64\xb9\x25\x49\x4f\x73\x73\x3a\x10\xba\x92\xea\xbe\x2c\x8a\x47\xa1\xf1\x75\x51\xba\xdd\x70\xf8\xe8\x90\x71\x49\xdd\xec\xde\x0c\x0f\x77\x89\x67\x5c\x90\xaa\x6e\x4b\xb1\x81\xf2\x6d\x29\xae\x71\x46\xf0\x0f\xdc\xce\xc8\x88\xf6\x71\x29\xae\xc2\x86\xd0\xd5\x19\xf1\x3c\x3c\xa0\x25\xda\x71\x41\xc6\x8b\x3c\x1e\x97\xe4\xcd\x72\x0f\x3c\xd8\xc8\xc8\xe3\x71\x61\xd7\x10\x0b\xb9\xe0\x00\xda\xab\x61\x37\x6c\x77\x5a\x0a\xd4\xed\x24\x62\x7e\x41\x87\x10\xc2\x2d\x72\x88\x67\x2c\x83\xb8\xc2\xc8\xc8\xe3\xa1\x63\x49\x78\xe3\x82\x37\xa5\x8f\x90\x2c\xa4\x74\x3e\xa6\x66\x34\xea\xf0\xbc\x96\xf0\xc6\x05\x3f\x40\x46\x94\xcc\x60\x4a\x76\x43\xda\x78\xfc\x18\xa6\x0b\x57\x21\xb1\xb5\x15\xae\x42\x62\x7d\xc3\x55\x48\xae\xef\x63\xcd\x58\xcf\xe1\xa2\x70\x22\x9b\xc3\x55\xf0\x44\x36\x9c\xf6\xbb\x5b\x73\x15\x0e\xaa\xa2\x57\xb7\xb3\x81\xa4\x1f\x77\x58\x55\x13\xda\x8d\x2e\xa4\x1b\xd9\x76\xd9\x07\xf3\xe8\x77\xdc\x2e\x77\xb6\x5d\x94\x95\x67\xbd\x83\xf3\xda\x1c\x4e\xac\x0e\x5e\x38\x93\x1e\xc1\x12\xc1\x58\xc6\xc3\x66\x2c\x11\x8c\x0b\x5a\x73\x08\x19\xe0\x73\x20\x94\xc3\x4e\xc1\x78\xe0\x5f\x02\x1a\xcb\xf0\x94\x35\x1c\xe0\xe3\x00\xf3\xf3\x4b\xc1\x3f\x3c\x91\xcd\xc5\x8a\x39\x1c\x0a\x87\xcb\x01\x6d\xe4\x62\x3b\x4e\x46\xb1\xd4\xc5\x3f\x5d\xc6\xe6\x23\x44\xb1\x18\x33\x9d\x03\xa5\x31\xb2\xf2\x09\xa5\x31\x32\x86\x29\x49\x2b\x0b\xfa\x5b\x4b\x5d\x31\x1c\xe7\x41\x58\x65\x78\x8a\x3c\x74\xf7\x08\x24\x5c\x10\x99\x8a\x7b\x3b\x38\xdd\xcc\x04\x12\x2e\xc8\xcc\xa1\x52\x46\x46\xdd\xe6\x9f\xa5\x48\xbe\x53\x8a\xf7\x17\xcd\xaa\x30\x01\x3d\x45\x1e\x9e\x5f\x12\x39\xb8\x20\x43\xa8\xf6\x59\xe9\x55\x1d\x91\xe4\x5c\x1d\x82\x8b\x8f\x5a\x18\xba\x7b\x44\x0e\x2e\x48\xaf\x50\x38\x03\x87\x2e\xb2\xdd\xc0\x83\xcb\x84\xdd\x2d\x48\xbb\x76\xa3\xc8\xa0\x88\xd8\xa1\x0b\x97\x4f\x43\x26\x20\x22\x62\x87\x67\x9f\x84\xdd\x2d\x68\xcd\x5d\x08\xfb\x9e\x5e\x39\xfc\x66\xcd\x0a\xef\x66\x55\xec\x57\x10\xb3\xb6\x20\xcb\xad\xd4\xe4\x38\xb3\x5c\xca\x36\xce\x20\xcb\x85\x2a\x1b\x75\xcb\x98\x72\xa1\x9d\x46\x95\xe7\xba\x1f\x6f\x83\xa9\x10\xb3\xb6\x20\xc2\xdb\xe1\xe3\x0d\x96\x4b\xb9\xc8\x29\x63\xb9\x70\xd2\x46\x75\x41\x9d\x8d\xea\x10\x1c\xbe\xce\x61\x46\xa5\x8c\x3a\xed\xc6\x81\x3b\x87\xf2\x52\x88\x72\x42\x59\x2e\xa5\x66\xc5\x9a\xcc\x2a\x9c\x86\xc5\x94\x55\x38\xf8\x99\xe5\x52\x88\x72\x60\x59\x08\x87\x5b\x90\x76\xe3\x94\xd2\x2e\x4a\x72\x78\x7e\x99\xe3\x7c\x6c\x37\x8a\x90\xc9\x09\x3f\x56\x78\x87\xa5\x12\xbf\xab\x60\x4e\xef\xa5\x98\x6c\xce\x95\x62\xb2\x0d\x16\xe5\x3e\x1f\x6f\x8a\x2d\xae\x51\x73\x26\x95\x8b\x6d\x30\x7c\xe5\x62\xc3\xcd\x2e\xae\x20\xb1\xe9\x51\x2e\xfb\x8c\x21\x5e\x2e\xdb\x9d\xb6\x1b\x42\x46\xf4\x38\x75\xec\x93\x14\x57\x10\x87\xb6\x5c\xf8\x12\x83\x93\xd1\x72\xa9\xbb\xba\x13\xab\x4c\x25\x68\x3a\x8a\x6b\xc4\x51\x68\xb9\x14\xb1\x1e\x85\x16\x97\x8c\x88\xf9\x72\xa9\x8e\xfa\xb0\xd4\x8f\x25\x33\x65\x6a\x87\xcc\x3c\xbc\x1f\xf8\xb7\xc5\x58\xb2\xd1\x9d\x2b\xf5\x1e\x11\xd6\xe1\x69\xfd\xe8\x04\x3a\x78\x3c\x3f\x70\x68\x8b\x81\x67\xa3\x93\x06\x6b\xa4\xd9\xd0\xa1\xf5\x78\x7e\x90\x5b\x1d\x9e\xc7\x8f\x70\xf8\x4a\xe0\x90\x90\x54\x38\x9c\xa3\x86\xa7\xf5\x23\x24\x24\xf5\x0f\x67\xa1\xe5\xca\xbf\x0c\xe7\x2c\x83\xe4\xf4\x28\xd2\x42\x6c\xc1\x50\x8c\x4a\x1b\xe1\x54\x49\x0b\x21\x59\x29\xe9\xc3\xa9\xba\xcf\xc7\x4c\x86\x0b\xa8\xe3\x5c\x5c\x40\x0f\x4a\x8b\x0b\x18\x8e\xde\x15\xd3\x17\x2e\x2e\xd1\x70\x79\x35\x02\x06\x7a\xa0\xa8\x32\x47\xd0\x49\x95\x95\x27\xa3\x9e\xce\x8f\x81\xa9\x5d\x54\x99\x83\x4d\x95\xe2\x22\x90\x4a\x53\x8c\x86\x1b\x3a\xce\x25\x1f\x38\x80\xf6\x0a\x2b\xd6\xb3\xfb\x31\x5c\x5e\xa7\x99\x10\xea\x62\x34\xdc\x98\x30\xb7\xc7\xf1\x63\xba\x26\xaa\xb2\x89\x25\xea\xf9\xfb\xe0\xdc\xb4\x18\x0d\x37\x08\xa1\x0e\xcf\xd4\xc7\x74\x51\x70\x96\x06\x31\xd3\xe5\x52\x0d\x4e\x57\x41\x35\x38\xa5\xd0\x9f\xbf\xa5\x21\xd5\x11\xc9\x41\x51\xd4\x21\xba\xc6\x1e\xb1\x8f\x97\x44\xa7\x68\xe7\xdc\xb4\x18\x67\x37\x5e\x8e\x48\x49\xff\x72\x44\xea\x5b\x7c\xe1\x62\x24\xdd\xe0\xa0\x34\x3c\x62\x1f\x2f\x74\xb5\x47\xec\x43\xe7\xb7\xe0\x1a\x0f\x9c\xdf\x28\xf8\x21\xe3\xa5\x40\xb2\xcf\x2f\x09\x49\x3d\xf0\x52\xe4\x74\x7b\x25\x5d\x75\xbb\xc1\xf1\xbc\x47\xec\xc3\x7c\x71\x83\xf2\x86\x09\xe2\x86\xdd\x0d\xcf\x4d\x8b\x7a\x4f\x97\xb5\xa8\xf7\x48\xa7\x8e\xa2\x5a\x78\xcb\x46\x0e\xff\xed\x88\x14\xfc\x64\x48\x17\x03\xeb\x86\x07\xa5\x45\x3d\xf0\x76\x51\xec\x33\x89\xcb\xc5\x80\xb7\x81\x17\x5a\x8c\x52\x1b\x6f\xd7\x48\xd1\xfe\x56\x6a\x9e\x4e\x4e\xba\x71\x3a\xa9\x14\x39\x9d\x94\x8f\xd4\x03\x1f\x57\xd0\x4e\x92\x7d\x1b\x45\x2f\x85\xa0\xe9\x62\xb4\xd8\xf8\xa8\x8d\xd5\xd5\x9e\x6e\x16\x9d\x16\x72\x78\xa2\xea\xa5\x90\x15\x5a\x8c\xe9\x1a\x9c\x6e\x16\x63\xba\xc6\x87\xab\x04\x92\x8a\x8e\x68\xe5\x92\x14\x66\x5f\x16\x25\x29\xae\x38\xbf\x2c\x86\x2d\x8d\x6f\x58\x1a\xc2\x4a\xbb\x7e\xbc\xad\x9e\x92\x94\x1b\x64\x20\x86\xb1\x0b\xc3\xf0\x64\x63\x17\xc6\x17\xca\x31\x76\x61\x18\x80\x6c\xec\xc2\xe0\x4c\xd2\xab\x13\x16\x1c\x40\x1b\x9a\x8e\x77\x4f\xce\xe4\xc4\xb2\x18\x4e\x33\x2f\x98\xdd\x70\x9a\x49\x52\x61\x90\xe8\x5a\x26\x57\xb4\x14\x43\x55\x4c\xa3\x8b\x8a\x76\x9a\x44\xfe\x16\x43\x55\x26\x6e\x67\x31\x54\xc5\x24\xbb\xc2\x5d\x02\x0b\xd2\xc9\x6a\x37\x60\x67\x63\x26\x26\x07\x98\xc5\x60\x94\xe9\x11\x65\x45\x95\xcd\xe4\x3c\xb7\x5f\x47\xf5\xcc\x84\xe1\x52\xd1\x73\x33\xa1\x51\x2a\x8a\x6d\x72\x60\x59\x0c\x20\x99\x09\x5b\xc4\x30\x8f\xa9\x5f\x59\x51\x7b\x33\x39\x7a\x88\x7d\x12\xf8\x5b\x0c\xe4\x98\x29\xf8\x6d\xb7\x8f\x83\x3e\x76\xdb\x45\xe1\x90\x11\xbd\x20\xcb\x9b\x6c\x57\xa2\xeb\xb6\xcb\xfd\x15\x86\x6a\xcc\xe4\x64\xc0\x73\x93\x23\xc9\xa8\xc9\x8f\xb1\xea\x0c\xb7\x98\x89\xbd\x58\x03\x48\xe6\x8d\x6c\x33\x80\x64\xea\x2a\x1a\x40\x32\x6f\x97\x17\xaf\x73\x7a\x70\x58\x31\xa7\xa6\xb1\xbc\xa4\x35\x2f\xc8\x6a\xa3\x42\xa7\x9e\xa3\xc1\x27\x13\xcf\xb1\xa4\xf0\x63\x34\xaa\xb1\x28\xf3\xf6\xfa\x8e\xf0\xb7\xe8\x1f\x72\xa0\x17\xa4\xaa\xc7\x76\xcf\x78\x43\xb8\xd9\xd7\xf8\x8a\x49\x1c\x70\x31\xbe\x62\x92\xc9\x5a\xee\xeb\xfc\xf6\x03\xa4\x1b\x0f\x94\x72\x4b\xec\x0f\xda\xc9\x28\x97\xf9\x38\xc0\xc7\x52\x08\xf6\xc6\x50\x9b\xcf\xf0\xb7\x5d\xd8\x81\x21\x0c\x7e\x7b\x3e\x76\x08\x7e\xcc\xee\x9c\x11\x32\xf3\xd9\xc2\xbb\x18\x7d\x31\x1f\x0c\x26\xe3\x2b\x26\x41\xb5\xc5\xf8\x8a\x89\x27\x59\x0c\xa8\x98\x7a\x92\x46\xd7\x4c\xc2\x66\xcb\x2d\x01\xeb\x3a\x1a\x3f\x33\x33\x24\x6a\x7c\xc5\xe4\xe0\xb0\x18\x50\x31\xc9\x54\x0e\xa3\x6b\x66\x56\xc6\x60\x14\xcc\xec\xf0\xef\x03\x99\x2b\x6c\x84\xe9\x29\x63\xcd\xf6\x0a\x73\xa3\x66\xbb\xc1\xa6\x59\x65\xc3\x78\x72\xb5\x51\x54\xcc\xab\x89\x53\x5a\x8c\xa8\x98\x79\xd8\x90\x55\x4d\x7f\x6b\x9f\xe5\x75\xa4\xd7\xc4\x75\x8c\xaa\x40\x2a\xc4\x10\x54\xec\x8b\x49\x60\x6c\xb9\x25\xb3\x72\x6a\x0e\xe1\x66\xab\xfb\xb1\x2a\xaf\x85\xc1\x70\x9b\xc5\x35\xc2\x72\x99\xd5\x86\x30\x37\x66\x75\xda\x31\x37\x66\x75\xda\xb1\xf2\x26\x07\x7a\xc5\xf0\x8b\x59\x25\x24\xe5\x22\xfe\x5e\x54\x45\x1d\xfe\x5e\x31\x38\x63\x56\xe9\x4a\x22\xac\x48\x06\xa3\x31\xa6\xee\x5f\xad\x07\x42\xde\x92\x59\x55\x4c\xd6\x03\x99\x0d\xac\x80\xe9\xd9\xa0\xc1\x45\xb3\x62\x8a\x1a\x4d\x34\xf1\x06\x8b\x91\x1c\xb3\xca\x38\xcf\xf9\x98\xaa\x30\xa0\xa6\x67\x83\x86\x0f\xcd\x26\xe3\xe0\x66\x4f\x9c\xb4\x62\x70\xc6\xf4\xe4\xd0\xf0\xa1\x89\xcf\x56\x8c\xd5\x98\x0d\xbb\xb5\x62\x7c\x4d\x22\x52\x8b\xa1\x1b\x93\x73\xc5\xa8\x58\x1f\xd3\xa3\xc2\x8a\x79\x35\x9b\x82\x42\xf9\x8c\x0b\x57\xee\xf2\xeb\xad\x9e\xa9\x43\x67\x14\xc4\x6c\x18\xb5\x86\x1a\x4d\x3c\xb8\x62\xac\xc2\xd4\x47\xab\x0a\x6f\x8e\x15\xcb\x5d\x0f\x64\x32\x94\xe5\x1d\xbd\x7e\xbb\xbc\x3a\x65\xb7\x2b\xd6\x65\xb2\x7e\xa0\x55\x35\x21\x14\xea\x8a\x75\x47\xdf\x4f\x29\xe3\x73\x01\xbb\x84\xe3\x02\x76\xe7\xa6\xfb\x5b\x1c\x3a\x63\x15\x66\x57\xa5\xa8\x43\xba\x53\xe5\x02\xe2\xc1\x15\x83\x13\x66\x57\xa6\xba\x62\x7a\x70\x86\x1f\x98\x32\x1b\x55\xfd\xd3\x25\x1c\x97\xa8\x2b\x9f\x5c\x22\xfc\xbb\x62\xbc\xc1\x0c\x25\xae\x2a\x94\xb0\xd9\xa8\xea\xae\x90\x8d\x54\xa1\xe1\x4c\xaa\x42\x43\xe6\x56\x95\x85\x0a\x27\x2c\x45\xdf\x1a\x42\x30\x43\xe9\x15\x07\xfa\xdb\x22\xa4\x57\x2e\x59\x38\x39\xea\x1f\x8f\x33\xdb\x65\x43\xe8\xcc\x76\xd9\x10\x16\x52\x53\xa5\x78\x9c\xd9\x54\x29\x84\xaf\x86\x11\x5f\x13\x8f\xae\xdc\x2a\x2b\x8e\x33\xcb\xa3\xb2\x1a\xec\x0b\x3d\x2a\xab\x01\x1b\x35\x35\x0c\x87\x9d\xe5\xb1\x1b\x78\x74\xc5\x83\xff\x39\xc2\x4e\x76\xa1\x35\xdb\xab\xb0\x66\x7b\xb5\xf7\xc1\xca\x73\x7a\x85\x8c\x79\x4e\x43\xb8\x25\x4d\xdd\x45\xf6\x6d\x34\xed\xb6\x01\xa9\x3c\x3f\xe1\x1b\x68\x9f\x31\x37\xda\x4f\xf8\x06\xda\x67\xf4\xad\x27\xee\x93\x90\xdb\x68\x6a\xb6\xc9\x35\x56\x8f\x06\x94\xce\x61\x53\xd1\x4d\xcc\x8d\xa6\xa2\xe3\x36\x84\xf2\x68\xaa\x70\xc8\x1a\xed\xd4\x8c\x11\xef\xe1\xfd\xf4\xcc\xb5\x9d\x9a\xe1\x32\x0f\xef\xe7\x44\x00\x1b\x68\x67\x32\x6e\xb4\x53\x33\x6a\xc1\x23\xf6\x39\xa7\xa5\x56\x05\x6b\x3c\x6a\x09\x4f\x55\x9b\x1a\x86\x0c\xda\xf2\x28\xad\x5f\x12\x83\x0a\x87\x3b\x1a\xca\xa3\xb4\x7e\xb9\xfa\xcf\xf9\x2d\xc3\x57\x87\xbc\x5c\x7d\x05\x30\x57\xb8\x95\x47\x3d\xcf\x15\x6e\x61\xec\xdc\xc4\xcf\x2c\x1e\xcf\x7b\xef\x5a\xf1\x3c\x7e\xbe\x86\x1f\x67\x21\x93\xa3\x86\xf1\xee\x34\xcf\xe3\xbd\x2c\x2d\xda\x19\x02\xd6\x96\xc7\xf3\xa6\xf9\x46\x3b\x43\xc0\xda\xf2\x78\xfe\x9f\x2f\x40\x73\x44\xe8\x10\x4f\xeb\xcf\x05\x68\x8f\x22\xf7\x2d\xe3\x38\x40\xee\x25\x8b\xe6\x00\xbd\x88\xec\xe1\xd0\xf5\xdc\x3c\xe6\xd1\xbe\x57\x8d\x15\x0f\xef\xb9\x6a\x6c\xc1\x5f\x5e\xd9\x50\xbc\x4b\x2c\x9a\x26\x11\xd7\x83\x45\x53\x57\xbd\x11\xc0\x4f\x3d\xa5\xcc\x6b\x3d\xa5\xcc\x8d\xaa\x8b\x1b\xbf\xca\xa3\x47\x43\x2c\x6f\xf1\x84\x7d\x72\xc7\x48\x79\x14\xa2\x7a\xac\x8f\x42\x14\x8f\xb5\x78\xfe\xee\xc5\x54\x61\x8c\x9e\x57\x4f\x15\xcf\xd0\xbd\x6b\xaa\x78\x68\x7e\xf2\x6b\x0d\xac\xf3\x3a\xa5\xf2\x28\x8f\xb9\x21\x29\x5a\x39\x90\x35\x71\x01\xf5\x58\x1f\x45\xdd\x87\x1d\x62\x03\xeb\xbc\x8c\x28\x9a\xb3\xfe\x71\x79\x71\x8d\xbd\x6e\xa8\x78\xb8\x6b\xaa\x6e\xf1\x34\xd7\xfb\x85\xa2\xb9\x44\x1c\xd0\x16\x0f\x77\xbd\x23\xc8\xdb\xef\x8a\xa9\xba\xc5\xd3\x5c\x53\x75\xa3\xa9\x6f\xf1\x85\xc3\x90\x3d\x6e\xf2\x59\x90\x89\xfd\x22\xbd\x3c\x91\x9d\x5f\xd9\x57\x15\xea\x01\x6d\x53\x85\x1a\x9f\xdb\xea\xf9\x78\x2f\xa8\xc7\xb7\x26\xe3\x86\xf1\x6e\xa6\xdb\x16\x4f\x73\xcd\xaf\x0d\xc3\xdf\xe6\xd7\x11\x29\xdb\xf0\x94\x0b\x99\xac\xb5\x5f\xf8\x4e\xc4\xac\x55\xb3\x60\x83\x98\xb5\x6a\x16\x6c\xe1\x24\xb8\xf6\x0b\x1b\x88\xa3\xdf\x6a\x52\x6c\xe1\xac\x77\x41\x96\x6c\x1b\x23\x0b\x22\xae\xb6\x56\x5c\x10\x39\xd1\x6d\x17\x3d\xcf\x69\xee\x82\xb0\x51\xb7\xa1\xe1\x6f\x6d\x08\x7b\x91\xe3\xdb\xea\x2d\x31\x85\xf3\xda\x7a\x72\x64\x09\x4b\x5b\x10\x62\xe8\x8e\x08\x13\xb0\x75\x46\x64\x52\x6c\x8b\x5b\xc8\xe4\x6c\x51\x57\x3b\xbe\x71\x21\xa1\x76\x41\xc6\xfb\x24\x21\x7d\x7e\xfc\x2d\x4c\xc7\x11\x6c\x35\x29\x36\xb8\xbf\x70\x41\x6a\x7e\xe8\xb3\xf1\xb9\x84\xc3\xd5\xce\xa9\x6a\xb4\xa0\x93\xb7\x1a\x26\xba\x90\x86\x72\x15\xee\xc9\x21\x58\x6e\x41\xda\xcd\xe7\xb7\x5f\x4a\x69\x48\xff\x96\x90\xb6\x6a\xae\x6a\xe1\x6c\x70\xc1\x42\xa9\x35\xbb\x82\xc5\x9a\x59\x41\x22\xdc\xea\xc9\x64\xed\x97\xbd\xc2\xe1\xe1\xb8\xaf\xf6\x9b\x5d\x23\xce\xf7\x16\x4c\x7c\x7c\x20\x0d\x25\xdb\xc5\x16\x23\x4b\x74\xc1\x0e\xb4\xcf\x1c\xbb\x71\xb9\x63\x35\xcf\x35\x88\x7f\xab\x27\x59\xb5\x4b\xb1\x8f\x93\x53\x9b\x90\xc9\x91\x44\x39\x64\x2d\x9c\xe0\x55\x2f\x05\x8a\x2e\xc5\xea\x2a\x77\x29\xf6\x71\xea\x92\x55\xa1\xac\x38\xee\x5b\xf0\xa1\xd4\xaa\x9c\xba\x74\x4a\xa1\xc9\x76\x09\xa9\xf9\xb6\x93\x58\x2e\x9c\xfe\xd5\x93\xf7\x4a\x4c\x57\xed\x44\xe0\x46\xbf\x7f\xb9\xc7\xbf\xbe\x45\x02\xc9\xa0\x38\xdd\x41\xc0\xd7\x82\xcc\x6b\x3b\x70\x0b\xb3\x2e\xc1\x66\x74\x55\x97\x60\x33\x6a\x3e\xf7\x03\x19\x9f\xf4\x8b\x4b\x5e\xb2\x0c\x6a\x78\x6e\x97\x7e\xb3\xb4\xdf\x43\xc8\xac\x3f\x45\x68\xbb\x55\xc8\x02\x3e\x4d\x08\xbf\xca\x73\x7a\xd9\xfd\xe9\x42\x56\x4c\xbe\xc9\x48\x3e\x6e\x9c\xac\x3d\x4b\x65\x61\x37\xd8\x73\xe0\xe4\xac\x9a\x8d\x5a\xb2\x5c\x95\xbd\xab\x54\xae\x22\x3c\xb7\x90\x15\xba\x60\x06\x26\x21\x43\xc8\x8f\xf0\x0d\xcc\x42\x48\x23\xd3\x50\x91\xab\xe4\x48\x0e\x77\x4b\x91\x51\x8a\x73\x95\x0f\x2c\x94\x76\xe1\xa0\xf4\x40\xe6\x2a\x87\x90\x0b\x55\xa5\x7d\x6e\xde\x2a\x45\xda\x2f\xb8\x8a\x04\x8b\x2d\x38\x29\xb5\x2a\xb4\x62\x91\x24\x0b\x73\xc5\x29\x54\x35\xed\x35\x88\x2c\xab\x27\xed\x95\x88\xaf\x6a\xda\x6b\x74\xb9\xb9\x4a\x0c\x72\xb3\x47\xbf\x9c\x1d\x55\x53\x57\x83\xdb\xe0\x16\xa4\x5d\x89\xb0\x22\x63\x8a\x54\x57\xa5\x0d\x79\xbd\x0e\x4b\x8b\xb0\x01\xab\x90\xe5\x56\x12\x54\xac\xba\x22\xe5\x54\x07\x98\x6d\x17\xb5\x4f\x68\x59\xed\x1c\x0c\x17\x92\x35\x17\xac\xc0\x5b\x68\xcd\x36\x84\x55\x57\x5c\x6e\x0f\x86\x8b\xcb\xed\xd1\x6f\x71\xb9\x9b\xb4\x21\x73\x37\x76\x14\xbb\xdc\xdc\xa4\x8d\x46\x43\x4d\xc1\xd0\x1e\x21\x42\xb4\x59\x33\x76\x4d\x97\x7f\x3d\xdc\x2d\x4a\xdc\xe6\x10\x5c\xdf\x66\x27\x4b\x15\x72\x29\xb3\x4b\xe6\x21\x6b\x71\xc9\xc8\x46\x2d\xc5\x25\xeb\x2e\x59\xa5\x2a\x5d\xf4\xa2\x30\xc3\x27\x2f\xc5\x11\x75\x39\xb4\x9f\x8f\xa9\xd9\x01\x76\xb6\x3d\x8b\x03\xec\x32\xac\x92\xc1\x43\xd6\xae\xae\x36\x88\xb8\xab\xab\xfb\xb0\xa1\xf3\x31\x94\xa3\x72\xee\x2e\xa8\x93\x43\x10\x71\x29\x4e\x8e\x47\xb0\x5d\x21\xa3\x03\x5f\x14\x6e\xdc\xab\x17\x44\x8b\x55\x73\x57\x83\x68\xb1\x05\x21\x6f\x85\x0c\x31\xc5\xde\x44\xbc\x20\x5c\xa6\x51\xa0\x4f\xde\x95\x39\x21\x3b\x6b\x23\x98\x9d\xda\x95\x2a\xf8\xe4\xa5\xd8\x2b\x7d\x72\xc2\xc3\x6a\xf7\x94\x35\x14\x32\xfa\xe4\xa1\x90\x09\xc7\x7b\xfa\x8c\x5b\x52\x22\xfd\x5a\xf0\x73\x3f\x56\x70\xad\xde\x82\x4c\xc6\x19\x1f\x56\x6c\x39\x23\x80\xb9\xb9\x74\x6f\x41\x08\x47\xa9\xc9\xdd\x5a\x11\xd7\x81\xac\xb6\x42\x74\x48\x47\x0e\xd7\xad\x80\xb8\x4e\x29\x4b\xa4\x4c\x25\xd0\x39\xe2\x3a\x1f\x7f\x81\x96\x22\x08\x43\xc9\xa7\xef\x5f\x1d\x82\xbe\x7f\x68\x22\x90\x05\x5b\xea\x69\x08\x13\x30\xb4\x18\x74\xe7\x43\xb9\xa8\x3b\x5f\x4f\xbb\x84\x00\x85\x62\x92\x20\xe9\x08\x4d\x84\xc1\x34\xd7\xd3\x2b\xd4\x6d\x68\x22\x70\x12\x5c\xea\xe9\x24\x33\x59\xed\x95\xde\x7d\xb5\x66\x1d\xf6\x50\xa6\xea\xa1\x87\x66\xeb\xb4\x21\x55\xa8\x5e\x76\x55\x67\x12\xd9\x5c\xaa\x92\xcf\xe3\xdb\xd0\x8a\xd5\xe9\xae\xaa\xc1\x17\xae\x54\x68\xd4\x12\xe8\x5c\xaa\x6a\xd0\xe3\xdb\xaa\x20\x34\xed\x35\xb4\x27\x5e\x38\x1e\xa1\xb4\xd6\xe9\xae\xca\x45\x9d\xee\x50\x5a\x7b\x7c\x1b\x9a\xbc\x1c\xdf\x46\x68\xf2\x7a\x07\x79\x55\x88\x7a\xe9\x78\x55\x6a\x92\xd8\x1a\xa1\xa4\xd7\xf9\x0d\x07\xf8\x3e\x9d\xec\xc2\x17\x90\x86\xb8\x75\x2f\xc2\xf1\xbe\xa5\x0d\x25\x1f\x69\xaf\x11\xcf\xf9\x98\x5e\x39\x5e\x4e\x64\x23\x1c\x11\x27\xb2\x11\x76\x92\x10\xe3\x52\x8b\xdd\x40\xef\x85\x7d\xe6\x76\xe8\x52\x95\xa9\x9e\xd7\x86\x82\x5f\xef\xb7\x2a\x62\xf5\x6f\xab\x8a\xce\x1b\xb1\x42\xb5\xc0\xc5\xcb\x85\xed\xf3\x6a\xea\x6a\x84\x46\x01\xee\x6e\x84\x56\x80\xc7\xb7\xe1\x6c\x7c\x9c\x0d\x15\x1d\xb7\x5a\x95\xaa\x2a\x23\x93\xb5\x54\x95\x15\x99\xac\xa5\x6a\xe3\x7e\xe4\x14\x8d\x5a\x1d\xe9\x50\x87\x78\xd6\x1b\xce\x24\x97\x09\x97\xda\x0e\xf4\x63\x66\xe3\xa3\x28\x28\x74\xc3\xc3\xdd\xaa\x00\xfe\xca\xfb\xce\x24\x57\xe2\x96\xaa\x00\x26\x3c\xb9\x90\x23\xbb\x20\x8b\xe2\xc4\x7a\x33\x55\x38\x93\x5f\x47\xa4\x86\xc1\xdd\x2d\x55\x2d\xe1\x65\x53\xe1\x3c\x1b\x8f\x1c\x4e\xec\xd7\xf5\x55\x95\x7d\xe5\x5f\x0d\x0a\xe2\x91\x4b\x55\x5a\xe3\xfd\x06\xb1\x82\x35\x2e\x69\x92\x89\x8d\xcb\x4e\x32\xb1\x81\x7f\x5b\xd8\xb9\x5d\x90\xe5\x46\xa8\xc6\xe5\x10\x98\xf6\xe0\x24\xb8\xb0\x55\xbb\x20\x8c\xc3\x2a\x04\x97\x3e\x15\x76\x5f\x6b\x18\x62\x1c\xe8\xdb\xe0\xd2\xa7\x52\xc3\xaa\x64\xba\x76\xff\x52\xf0\x07\xb7\x9e\x06\xf7\x06\xd6\x93\xd8\xca\xbd\x81\x0b\x6e\xfd\xda\xd0\x37\x26\xb6\x96\x86\xbe\x89\x04\xe1\xb0\x07\xbc\x20\x13\xc9\x8a\x05\x81\xbf\xc1\xfb\x15\x35\x3c\xcd\x65\x87\x78\x41\xe8\xb7\x5b\x15\xa6\x18\x1b\xc6\x0b\x22\xbd\xba\x35\x23\x18\xd8\x3f\xae\x66\x94\x06\x57\x10\x2e\x48\xbb\xdd\xdf\x2a\xf9\x58\xfc\xc0\xbd\x0d\xe2\x19\x17\xb4\xcf\x74\xd2\x48\x5f\xc2\x1b\x17\xf4\xe3\x2e\x64\x3d\xfb\xf9\x98\xd9\x40\xf0\xc7\xed\x78\x51\xb7\xe1\x69\x6e\xb8\xda\x37\x3b\x4e\xec\xd4\x2e\x08\xdf\xb8\xf8\xb7\x34\xe8\x6a\x13\x16\x5c\xd8\x8b\xad\xa1\xb7\xdb\x6e\x6b\x46\xa8\xb0\xf9\xba\x20\x1f\xdf\x56\x85\x6d\xcd\x25\x83\x35\x88\x12\x2e\x24\x3d\x2f\xd8\x80\x55\x68\xbb\x4d\xc8\x88\x6e\xa1\xb3\xc1\xce\x40\x70\xb8\x5b\xc8\x63\x5e\x90\x37\x13\x90\xc7\xa1\x8b\x1a\x98\x26\x5c\xe9\x7c\x5f\xd7\x75\x3e\x66\x9e\xf1\x06\x43\x07\x96\xbd\xd8\x1a\xfb\x60\x78\x7d\x6c\x55\x8b\x41\x17\xf4\x63\x76\x97\xd9\xf5\x5c\xf0\x4d\xe9\xf9\xed\x17\xe8\x78\x97\x00\x5e\xb0\x08\xe9\x73\xb6\x1b\xb0\x2f\x3b\x99\xd5\xf4\xd3\xc2\x4e\xe6\x82\xac\x11\xc2\x3b\xb2\x2f\x48\x20\xad\x23\x2f\x25\xb9\x6a\xae\x42\xab\x2a\x42\xc7\xdb\x84\x03\xd8\x85\x76\x92\x21\x6c\xff\xf6\xbe\x08\x14\x5d\x90\xc9\xc9\xd6\xbc\xc8\x6c\x95\x26\xe1\x9b\x52\x6b\x1e\x74\x03\x1b\x21\xf2\xe0\x21\x8b\x6c\x43\xc3\x9a\x1d\x82\x9c\x52\xfc\x78\xfa\x5b\x47\x24\xe5\x14\x6b\x9e\x4c\x2c\xfb\x15\x51\x3a\xab\xc0\x7e\x45\x14\xb6\x3e\xd8\x60\x5c\x90\x3e\x23\x35\xa3\x74\xfb\x4c\x55\x05\x2b\xa0\x29\x08\xb7\x07\xbb\x4a\xbb\x90\x86\xa4\xc9\x22\x6b\x28\xdb\x0a\x5e\x0a\xa9\xba\x35\x8a\x2b\x88\xd5\x1e\xc5\x35\x52\xaa\xd4\xce\x72\x63\xd7\x44\xb5\x93\x0a\x0a\xcf\x98\xdd\xf7\x0b\xee\x44\x2a\x6e\xf4\x05\x37\x17\xf9\x06\xc8\x82\xc8\x1c\x99\xbd\x9e\x4e\x16\x21\x33\x29\x3b\xfb\x2a\x8e\x5b\x79\x26\x9c\x96\x16\x7e\x8c\x62\xef\x12\xbf\x61\xc2\xee\xa1\xc5\x0e\x04\x5e\x35\xd3\x50\xeb\x10\x3f\x36\x51\x10\x17\x5c\xdc\x52\x33\xe1\xb4\xb8\xa5\x16\xdb\x39\xbc\xaf\x4b\xc6\x69\x92\xd9\x73\x3e\xfe\xf2\xb1\x35\xc3\xb0\xfd\xfa\xe5\x7d\xfc\xeb\xdb\x42\x4d\xb6\x13\xbe\x71\xc2\x08\x38\x44\xf6\x05\x94\x05\x1f\x20\xa3\x6f\x58\xa2\xee\x4e\x71\xed\xf4\xaa\xaa\x0a\x37\xa3\x74\xa5\x97\x8e\x64\x77\x5e\xbb\xa3\xc7\xe9\x0e\x4f\x82\xbb\x32\x66\x47\xeb\xde\xd7\x25\xfb\x6e\xdf\x70\xc1\x47\xc8\xdc\xc8\xcd\xfb\x80\x76\x95\x56\xe1\x9b\x52\xe6\x46\x77\xcf\x9d\x90\xd8\xee\xde\xfa\xd8\x76\xf1\x70\xdc\x18\x89\x7d\x5e\xbb\x4a\xf9\x38\x16\xb1\x2f\x18\x42\xd6\x13\xe3\xc3\x14\xd2\xe2\xe6\x46\xec\x23\xd8\xfb\x22\xc8\x74\xc1\x0f\x30\x09\x19\x7e\xb1\x66\xc5\x24\x26\x51\x70\x35\x78\x71\x27\x24\x76\x3c\xee\x2a\x2d\x42\x1a\x92\x05\x49\x3f\x2d\x6e\x14\x44\x4c\x66\x52\x8e\xdc\x4e\xda\x82\xb7\x70\xf0\xb1\xed\x4e\xe6\x0a\xb3\x26\x42\xd6\xd7\x8e\x09\x29\x54\xf6\xd5\x0d\xeb\xf2\x1c\x57\x1c\x17\x5d\xf2\x18\x76\x52\xf6\x1d\x88\x2b\xfd\xe8\xd8\xb7\x16\xaf\x52\xa1\x84\xa4\x92\x24\xc6\xb6\xe8\x47\xc7\x50\xf0\xb7\x53\xca\x00\x65\xb2\xed\x77\xad\xd2\xf3\x31\xdd\x50\x67\x0e\x05\x7f\xf3\x63\xd7\xb7\x9d\x52\x56\x50\x29\xa2\xdf\xd5\xd5\x7b\xfb\xc6\xe3\x55\xea\x78\xa7\xed\x3a\xa2\x69\x43\x0e\xc1\xc9\x69\xac\xbe\xc1\xbc\xfa\xe0\xb1\x2f\x41\x5a\xa5\x21\xa4\xdd\x7e\x4a\x79\x1c\x48\xdd\xe5\x21\xab\xbe\x31\x97\xac\xaf\x8f\x4f\xa9\x1f\x17\x21\x33\xa9\xe5\x42\xa8\x6f\xd1\xdd\x8d\xe9\xd4\x29\xcc\x0c\xf5\xd5\xdd\x8d\xe9\xd4\x39\xcf\x64\xc1\xfa\x64\xd1\x82\x2f\x20\x55\x11\xdb\x5b\xf4\x33\x83\x13\xd9\x12\xda\x17\x2f\x45\x8e\xa6\x27\x47\xb0\x45\xd7\x31\x5e\x12\xbf\x13\x4b\x16\x6c\xd1\x57\x0c\x1e\xc6\x2a\xba\x7f\xe1\x11\xac\xee\x5f\xbc\xb4\x02\x9c\xf6\x7d\xc8\x7a\x5f\x49\xa9\xf9\x82\xbc\x93\x46\x81\x87\xac\xba\x61\xf1\x9a\x0f\xa5\x8f\x90\x45\xc9\x07\x32\x1b\x8a\x02\x0f\x59\xf5\xac\xc2\x67\xa5\x74\xa5\xc8\x82\x5d\x55\xf1\xf1\x9b\x05\x4d\xae\x82\x6f\x41\xe9\x68\xc5\x79\xed\x49\x41\x81\x9f\x59\x74\x78\xe2\xed\xfa\xca\xdd\x5c\xa0\x54\xf4\x70\xe2\x8d\x86\x49\xae\xe0\x7b\x38\xc0\x10\xd2\xae\x6b\xb4\x33\x5b\x17\x4c\xc2\x17\xf0\x16\x32\x84\x72\xaa\x62\x08\xe9\x97\x51\x3d\x35\xde\x48\xeb\xa4\x4d\x40\xda\x6b\xd1\xfd\x31\xed\xb5\xe8\xfe\x84\x1e\xeb\xf1\x77\xc8\x82\x2d\xc7\xdf\xd9\xe7\xb5\xab\x2a\xe0\x07\x03\x22\x69\x40\x78\x22\x7b\x5c\x98\x8f\x33\xa7\x60\xf8\x48\x47\xb2\xfe\xa7\x5b\x15\xd3\xfc\x09\x3b\xe9\x6f\x9d\x66\x99\x9b\x1c\xd9\x12\x32\xf7\x47\x2a\x93\x9b\xb9\x8a\xa9\x84\xfc\xfa\x71\xbc\x52\xf7\xc7\xf1\xf6\x03\x3f\x40\x7e\xfb\xc5\xbc\x48\xd2\xbe\x3e\xe9\x71\x1e\xbe\x92\x86\x76\xcc\x17\xce\x48\xda\x22\x5f\xdb\x55\x3e\x71\x01\x72\x39\x76\xf9\x17\x33\x2e\x69\x3d\xe3\x84\x96\xd0\x80\xf8\x62\xf2\x86\x4c\xf6\x45\x96\x27\xad\x67\xf2\x5c\xeb\x31\x79\xb9\xb5\xb8\x1e\x93\xf7\x8b\x7c\x22\xee\xb9\x8e\x0b\x15\xca\xeb\x8a\x75\xec\xf7\x21\x17\x6c\x40\xde\xc9\xd2\x9a\x1c\x97\x84\x83\xbe\x1d\x1c\x76\x56\xad\xc9\xb1\x9d\xc3\x55\x7a\xe0\x04\xee\x6e\x8c\x7d\x03\xf0\x82\x45\x58\x81\x55\xb8\xdf\x14\xe3\x0a\xeb\x4a\xfa\xe9\x2a\x6d\x42\x86\xc0\x4c\x0e\xfc\xbd\xaa\x85\x34\x12\x26\x3e\xf7\x24\xd6\x91\x4e\x37\x42\x58\xf9\xf8\xc0\xad\x51\x89\xd5\xae\xa4\x81\x2e\x98\x84\x8c\x08\x91\x33\x38\xfb\xac\xa4\x0e\x55\x92\x44\xd7\xc7\xb7\xb0\x50\x7a\x20\x23\x82\xb9\x07\x67\x9f\x55\x53\x6c\x70\x7e\x59\xb5\x7a\xc6\xf6\x06\xd7\xc7\x59\xc8\x88\x9c\x76\xdc\xbf\xca\x05\xd7\x75\xdc\xb2\x3e\x82\x81\x24\xd1\x05\xad\xca\xd9\x70\xda\x89\xde\xad\x5a\x2e\x03\x17\xae\x5e\xf6\xf9\x91\x08\xcb\x29\x85\x54\xec\xf3\x23\x5b\x21\x27\xc6\xd3\xa9\xd9\x4e\x3e\xd2\x06\xd6\xc7\xc0\xdf\xab\x5a\x1f\xa6\x76\xd6\xcb\x5e\x3d\xc1\x6c\x60\x8c\x98\xe9\x59\xaf\xf3\x5b\x87\x80\x31\x32\x1e\xc5\x55\xb5\x93\xbc\xb0\xa6\xb9\x31\x70\xd2\xaa\xe6\xc6\xc0\xef\xaa\x1a\x14\x23\xcb\x83\xec\xa2\x8c\x2c\x99\xb1\x4f\x32\xb2\x6b\x84\x18\x21\x4b\x74\x95\x9e\xdf\xb2\x0a\x3f\x4b\x21\x24\x84\xcc\xe0\x21\xd6\x8b\x9b\x11\x17\xa4\x1b\x58\x10\x43\x37\x2c\x1d\x38\x58\x5f\x64\xce\xe0\x6c\xb0\x6a\x50\x8c\x2c\x4d\xfe\x2c\xa5\x1b\x3f\x4b\x99\xe7\xe6\x00\x25\x42\x24\xd2\x28\x38\x96\x89\x3d\x97\xc1\x5d\x3d\xf5\xfa\x09\xed\x33\x23\x2a\x92\x19\xf2\x6a\xe8\x4a\x11\x5f\xbf\x20\x13\xdb\x7f\x79\x65\x43\xe5\xd5\xa1\xfb\x4a\x98\x26\xa3\x0c\x18\xb4\x5b\x93\xfa\xe6\xb4\xc3\x03\x7a\xa4\x87\x2c\xc8\x7a\xe2\x67\x8d\xa2\xf6\xc5\x70\x19\x65\xb2\x26\x88\xba\x51\x94\x13\xb8\x5d\xa3\x62\x10\x27\x2c\x95\x51\x5d\x04\xdc\xae\x51\x71\x8d\x93\xdd\xa8\x12\x5d\x9c\xd2\x6d\x21\x25\xbb\xb1\x9d\xb2\x05\xe9\x64\xc5\xf9\x25\x70\xbf\x9a\x06\x5a\x35\x20\x46\x1d\xac\x09\xf2\xd8\xac\xd0\xaa\x3d\x31\x2a\xbb\x0a\xc9\x3e\x73\xf8\x57\xb5\x27\x46\xdd\xf6\x44\xd5\x26\x18\x55\x19\x73\x7a\x85\xf9\x48\x78\x7d\x35\x0d\xb4\x6a\x31\x8c\x8a\x56\x24\xda\xbe\x0e\xdd\xbd\xdb\x9a\x71\xf7\x2a\x8f\x6a\x55\xd3\x40\x2b\x8f\x6a\x2d\xd8\xf8\x38\x0b\x07\x90\x9a\x1b\x0f\x42\x6a\x13\x8c\x1d\x16\xbc\x4a\xbb\xb0\x02\xe9\x55\x43\xe1\x70\xb9\x61\x35\xb3\xb3\x6a\x40\x8c\x86\xb1\x45\xc4\x7c\x35\xd1\xb3\x26\x05\x7f\x63\x72\x08\xa0\xaf\x43\x07\x8f\x88\xf9\x05\xfd\xad\x7d\x76\xf8\xa7\x2a\x68\x3f\xfd\xfc\xed\x17\xc8\x6f\x75\xff\xb8\xdc\x70\xc1\x9b\xd2\x26\x2c\x94\x86\xd0\x5e\x9d\x8f\x37\x5d\x11\x8b\x5f\x4d\xe5\xac\xe9\x7c\x8c\xc9\xc0\x5d\x87\xd5\xcc\xce\x9a\x7e\x7e\x9c\x29\xbd\x85\x10\xc3\xcf\x8f\x03\x78\x4a\x6d\x88\xd9\xe0\x84\xb2\x72\x2d\x73\x35\x2b\xb4\x72\x0f\x73\x25\xef\x73\x7d\x9c\x85\xfe\xd6\x8f\x61\x0d\xae\x65\x5e\xd0\x52\x7f\xeb\x5c\xa9\x8e\x02\x75\x74\xfb\x31\x37\xe4\x56\xad\x80\x11\x4e\x8e\x4a\x32\x24\x15\xd5\x60\xa0\x6f\x8f\x15\x10\xbe\x3b\xca\x46\xc1\x08\x24\xfd\xfd\x13\x42\x57\x38\xff\x83\x50\xdf\xca\xd5\xca\x75\x84\xe3\xd5\x28\x08\x09\x49\x45\x17\x30\xdd\xad\x66\x0b\xb8\xec\x56\xb3\xe1\xa3\x56\xae\x56\xae\xa4\x76\xae\x52\x6b\x76\xf8\xd9\x11\xe1\x85\xde\x2a\x3a\xbd\xd0\x5b\xfb\x82\xa3\xc2\x9a\xfc\x78\x38\x39\x9a\x1b\xc3\xc9\xf1\xb7\x03\xad\x78\x6c\x93\xe1\x78\x35\x46\x86\xab\xaf\x0a\x1d\xae\xfe\x4f\xc8\xa3\xac\x9a\x1b\x23\xec\x95\x10\x13\xe9\xd6\xa0\x20\x98\xb7\xa6\x9f\x90\xe1\xab\x8d\x87\xbc\xf0\x13\x22\x0a\xd4\xc6\x7a\x92\xb7\xea\x77\x4a\xa2\xea\xdb\xfd\x8e\xd4\x2a\x0d\x21\x6b\xa4\xbe\xd5\xa3\xbb\x55\xb0\x13\xef\xf7\xae\xbf\xde\xe3\x37\xb3\xb3\x1e\x23\x60\x22\xcc\xb8\x19\xb0\xfa\x5e\x55\x3d\x46\xc0\xb4\xcb\xaa\xea\x97\xd3\x6c\x2f\x5e\x72\xa4\xbd\x78\xf9\x9c\xad\x6a\xfe\x15\x76\xaa\x09\x61\x6e\x1b\x7a\xb1\xe3\x74\xab\xaa\xc9\x0a\xad\xe9\x34\x84\xb7\x7b\xab\xb9\x5f\x32\xd9\xa9\xca\xd1\xab\xc8\xc9\xec\xac\x47\xeb\xe3\xdf\xd5\xa3\xf5\x5f\x52\x99\xca\xf8\xe5\xac\xab\x8c\xdf\xd2\x91\xca\xf8\xe7\x8b\xbc\x59\x88\x1e\x38\x1f\x2b\x71\xcf\xc7\xd2\x91\xda\xd7\xb7\x6f\x8f\x22\xd7\xa1\xbb\xd5\x8a\xef\xc1\x3c\xab\x06\xdf\xca\x89\x6e\xcd\x4a\xdc\x53\xea\x88\x4e\xa9\x8b\xa2\x92\x7c\x2b\x44\x55\x92\x1f\x85\x28\x6e\xc9\xf8\x60\x4f\xdc\x2a\x58\xde\xce\xa9\x47\x2b\xf2\x72\xea\x75\x5b\xd5\xc7\x35\x3a\x55\xb9\x0a\xf8\x21\x83\xb3\xc0\x4a\x96\xd9\x82\xcc\x46\x58\xb3\x92\x40\x6d\xfc\x51\x12\xa8\x8d\x3f\x4a\xbe\xd3\xae\x3a\x44\xf5\xcb\x1b\x36\xf5\x68\xc5\x0f\x16\xc4\xad\xfa\x25\x8a\xb6\xde\xaa\x6e\xa2\x68\xeb\xad\xae\xe6\xd1\xce\x7a\x54\x28\x51\xb4\xf5\x28\xc9\x8f\x52\xe4\x0c\x61\xfa\x88\x32\xf0\xeb\x5c\x39\x22\x9e\xc3\xa9\xf7\x75\xa0\x43\x68\xc2\xf9\x87\x9f\x0f\x30\x2f\xb8\xc5\xf3\x51\xa1\x5f\x9f\x67\x56\xfd\x7e\x15\xa2\x1a\x05\x24\x98\xd6\xa3\xd9\xbe\xf8\x30\xb7\x36\xc2\x97\xf1\x3e\x0e\xff\xcb\xf6\xd4\xe3\x78\x75\xe1\x48\x63\xa8\xf3\x42\xd2\x93\xc6\xb0\xe0\x5e\x14\x35\xdb\xbc\xec\xc6\xed\xc7\x88\x3a\xb2\x1a\xaa\x09\xa6\x55\xdd\x35\x79\xb4\xb3\xaa\x9d\xe6\x85\x66\x23\xe7\xa1\x4e\x2e\x23\xaa\x2a\x2b\x12\x4c\x57\x69\x05\x9e\x3e\x37\xe1\xff\xf0\xc2\xf4\x82\x95\xd2\x2e\xfc\x50\x1a\x42\x47\x04\x4c\x30\x1d\x09\x12\x95\x2c\xd1\x05\x93\x90\xdf\xa2\xbb\x66\xc2\x02\xe6\x3a\xc3\x6a\x0e\x69\x55\x77\x99\x34\x5a\xd5\x5d\x33\x21\xcb\xd5\x4e\x33\x61\xc4\x93\x4d\xb1\x20\x94\x83\xb2\x9a\x09\x65\xf5\x24\x7b\x85\x4d\xa4\x3a\x9a\x09\x0e\x7d\x6e\x3b\x09\x87\xaa\x9d\xa6\x3e\xaa\xda\x69\x72\xe9\x6d\x55\x1d\xcd\x24\x79\x67\xdb\xc5\x3d\x78\x5c\x32\x5d\x56\xf5\x8f\x19\xa6\x55\x0d\x33\xef\xee\xc7\xb7\xd0\x6e\x3c\x42\xa8\xbd\x9c\x8f\xdf\x94\xfe\xda\xe2\x9f\xb7\x33\x87\x68\x9f\x37\xc6\xf4\xe3\x6a\x73\xe8\x58\x95\xc7\xf3\x46\xc4\x3e\x2e\x2f\x57\x13\x55\xe5\xb1\x29\xa4\x55\x01\x3c\x6f\x17\xdf\xd5\x26\x6a\xb6\x72\xeb\xe9\x82\x74\x19\x41\x38\x1f\x69\x10\x51\x37\x1f\x84\xe8\xf3\x1c\xc8\x7a\x22\xf9\xe6\xe3\x7a\x22\xdb\xe6\x23\x57\x21\xdb\xa6\x07\x87\x64\x7c\x2c\xc8\x6f\x91\x40\x26\x98\x56\x25\xd0\x7c\x1c\x60\xd8\x0d\x54\x26\xe9\x21\x0b\xd2\xab\xb0\x66\x09\x16\xc3\x65\xea\x75\x3e\x92\x86\xa7\x7d\x8f\xb4\xe0\x69\xdf\x23\x2d\x90\x33\x5a\x65\xee\x99\xb1\x44\x1f\x49\xc3\xc3\xbf\x47\xd2\xe0\xf5\xd3\x2a\xeb\x9b\x33\x5a\x0f\xeb\x93\x33\x5a\x0f\xeb\x13\xdc\x5a\x0f\x73\xe7\xb0\x93\xf4\x39\xe3\x74\x3f\xd2\x11\x0f\x60\xd6\xc3\xdc\x3a\xb0\x87\x9b\x33\xe6\x05\x57\x4c\x2e\xb8\xf5\x2d\x69\x29\x75\x72\x73\x51\x3d\xfc\x9a\xf1\x70\x48\x4b\x59\x90\x5e\x25\xbb\x81\x8d\x40\x96\x4a\x9d\x05\x99\x4a\x8e\xd2\x82\x96\xd2\x0d\x42\x50\xeb\xe1\xaa\xc2\x91\x0e\x59\x2a\x0b\x3e\x94\x26\x61\x05\xde\x42\xa6\x5d\x02\x26\x1b\xb5\x1e\x02\x26\x22\xb5\x1e\x8a\x2d\x48\x5c\x9e\xaa\xab\xb3\x60\x7a\x92\xa6\xb2\x60\xe6\x63\x3b\x89\x96\x20\x47\xa9\xce\xda\xfd\xf8\x16\x32\x93\xcf\x81\xd6\xcc\x6c\x54\x97\x5b\x22\xe4\xaa\xa2\x7a\xe8\x4a\x87\xf6\xc1\xae\x99\x3a\xb4\x87\xae\x88\x2a\xad\x87\xae\xaa\xd3\x2e\x5d\x55\xc5\x86\x5c\x56\xa7\xbf\xb5\x2a\xa7\xbd\x9d\x8f\xe9\x15\x96\xcb\x6c\x98\xcb\x87\xea\x1a\x07\x11\xe4\xd2\x54\xd3\x4f\x2b\x39\x4a\x0b\x5a\x55\x15\xd2\x2b\x89\xa1\xa9\x52\xb0\x6b\x4c\x4e\xad\x87\x18\x9a\xe4\xcd\x06\xc5\xd4\xed\x24\x0f\x67\x41\xe4\x93\xa2\xa0\x49\xc0\xc5\xaa\xe4\xdf\x6e\x37\x86\x35\x5b\x15\xfc\x7b\x96\xbb\x29\x91\xfa\xf9\x2d\x55\xb9\x46\x1c\x42\xd6\xb3\x28\x0d\x76\x3e\xd3\xde\x9c\xba\xea\xf0\x95\x57\xdd\x86\x9c\x49\x8c\xa0\xa9\xdb\x49\x76\xd0\x82\x4c\x9d\x52\xa5\xcb\xec\x4a\x15\x5d\x47\xae\x10\xad\x64\x98\xae\x52\xba\xd1\x31\x91\xb8\x45\xb2\x92\x52\xba\x60\x11\x32\xcf\xca\xba\xee\xea\x2b\xeb\xba\x24\xea\x78\x39\xa2\xac\xa7\xcf\x1e\x51\x3e\xf1\xcb\x6b\x99\xab\xf9\xa6\xf5\xe7\xf8\xd0\x37\x67\x7c\x81\x49\xf4\x28\xf9\xe2\x8c\xbe\x0b\xfd\xb8\x0a\xdf\xc0\xf3\x31\x62\x03\xb3\x66\x06\xd6\x64\x56\xf2\xf1\xf2\x4a\xfd\x59\x15\xd6\xe4\xcf\x8f\x11\x57\x59\x61\xc6\xa5\x40\xf5\x9f\xe1\x04\x32\x37\xc1\x79\xde\x3f\xc3\xdd\xab\xac\x01\x31\xe0\xc8\xac\x6c\xe3\xda\x9f\x9a\xb5\x27\x46\xf8\xdb\x26\xac\x94\xde\xc2\x4e\x69\x17\x7e\x29\xa5\x21\x4e\x28\xab\x79\x46\xe6\x7d\xd6\xac\x6c\x1b\x2c\x60\x56\x98\x11\xfb\x59\x4d\x2c\x9a\x03\x91\xf3\xb3\x1b\x0e\xe1\xb4\xcb\x7a\xe6\xfb\xc0\x46\xe9\x23\x64\x80\xf7\x81\x6f\x4a\x99\x1c\x02\x45\xab\x49\x49\x73\x62\x4e\x9d\x3e\x7b\xe8\x78\xfa\xcc\xa1\x63\xcd\x8a\xba\x89\x75\x65\x9e\x91\x59\xa1\xd5\x3c\x23\xd2\x40\xd7\x6f\xfd\x18\xfb\x29\x63\xc5\xce\xe9\x78\xd5\xd5\xd3\x01\x3a\xde\x09\xc1\x66\x4d\xb1\xe9\x78\x1d\xa0\x7e\xe6\x19\x11\x2f\xaf\xd4\xac\xa1\xa6\x9f\x79\x46\xf4\x42\xdf\x9a\x66\x35\x5f\xf8\x30\x59\xa9\xf9\xc2\x24\xca\x4a\x7a\x0f\x1d\xcf\x00\x49\x03\xad\x59\x99\xfa\x72\x80\xca\xd4\x17\xbb\x64\xdc\x83\x59\xe7\x3e\x74\x5c\xa5\x56\x85\xc9\x7b\x66\xe3\x85\xd3\x7d\x46\xf4\xc2\x87\x39\x7d\xf6\x48\x32\x6b\x4d\x7a\x06\xc9\xeb\x82\xd5\x07\x5c\x6b\x56\x4c\xbe\x1c\xa0\x5a\xc2\x53\xc6\xac\x96\xe0\x99\x96\x9a\x55\xa1\x5c\xa7\x5b\xb3\x3a\xf3\x2d\x79\x3b\xfc\xb7\x23\x52\x67\xbe\x11\xc0\x67\xbc\x64\x6b\xd6\xac\x88\x7d\xbb\x82\x0e\xff\x8d\xbe\x3d\xe3\x7d\x4b\xde\x8a\xc9\xb7\x2c\xa9\x41\xc1\x65\xbb\x35\x2b\x35\xdf\x98\xcb\x59\xfb\xe2\x3d\xec\x15\x23\xe2\x3a\xdd\x6a\xf6\xd3\x7c\x63\x5e\x99\xfc\xc5\x4b\xb1\x0b\x3a\x04\x1c\x9e\xac\x86\x79\x4b\xed\x5a\x97\x1f\x87\xaf\x66\xd3\xa1\x3d\x33\x49\xe8\x6b\xcd\x2a\x3a\x6e\xd7\xad\x59\xcd\xf6\x91\x36\x9c\x9c\x8f\xa2\x40\xed\xe4\x41\xa2\x89\x63\x3e\xe8\x5a\x73\x3b\x10\x11\xa4\xb2\xfa\x28\x19\xd4\x30\x1f\xac\x2d\xf3\xc8\xe6\xc7\x99\x74\xea\x3e\x6c\xa7\x9f\xb9\xfa\x28\xcd\xfa\xf9\xd8\xaa\xec\x95\x74\xc5\x76\xc6\xfc\x28\x37\x14\xfc\x9c\x49\xd6\xdc\x4f\x29\xd3\xee\xc4\x92\x43\x5a\x73\xff\x65\xe6\xee\xfa\x16\x5e\x57\xf0\x7f\x9d\x1b\x75\xd5\x17\xd1\x6e\x7e\xd3\xfc\x62\xa9\x70\x2f\x64\x35\x85\xb4\x9a\xee\x34\xbf\x4e\x86\x6b\xc2\xe9\x66\x35\xfb\x89\xd7\x5e\x57\xe9\xa9\x0a\xea\x76\x4d\x48\x30\xad\x26\x43\x4d\x0e\x3b\xab\xc9\x50\xf3\x3b\xfc\xb8\x0b\xbf\x94\x5a\x15\x73\x53\x14\xfc\x5f\x27\x43\x8b\xe1\x8b\x61\x6a\x5a\x99\x0f\xb8\xd6\xb2\xf5\x40\xeb\x5c\xc5\x54\x49\x95\x6a\xbc\xc9\xba\x3e\x7e\x84\x74\x63\xeb\x90\xe6\x9b\xac\x95\x64\xa8\x66\xfa\x69\x25\x19\xaa\x75\xfd\xe8\x92\xfc\x2d\x93\xc3\x55\x80\xcd\x37\x59\x2b\x77\xff\xb5\xae\x1f\xcd\x33\x77\x8d\x04\xd3\xd5\xae\xbd\x72\x80\xb7\x1f\x2b\x45\xba\x9d\x54\xa6\x6e\x35\xbf\x60\xe3\x63\x7f\x2b\xdf\xec\x05\x5d\x10\xa1\x12\x0e\xc1\xe1\xdf\x54\xe5\x89\x2c\x57\x4c\x2e\x48\x37\xe2\x16\xbe\xf8\xb8\x0b\x59\x85\x60\x80\x49\x31\x19\x59\xc8\x00\x1f\xab\xe2\x38\x93\x2b\xfa\x16\xf4\xb7\x8c\x28\x39\xfc\xc7\xaa\x1c\x7e\x54\x21\x44\x18\x76\x12\x3d\xcf\x7d\x7e\x0b\xc2\x64\x61\xaf\x10\x2a\x24\x70\x35\x5f\x5d\xad\x24\x70\x2d\x68\xbb\xcc\xc6\xcd\x49\x21\x64\xd6\xcc\x64\xad\xdc\xe7\xd7\xba\xc7\xb7\x50\xdd\x82\x9b\x80\x49\xef\x5a\x90\xa9\xcb\x96\xb2\x57\x49\x3e\x57\x23\x75\x75\xfd\xf6\xc0\x09\x64\x80\xdc\xd4\x54\xb9\xde\x6f\x41\xa8\x3d\x37\xa1\xed\x66\xe1\x07\x58\x84\x10\x43\xb1\x5d\x88\xe1\x10\xb0\x6e\x36\x29\x5a\x0b\x0e\x4a\xa9\xf9\x41\xf2\x91\xb1\xb5\xa0\xa5\x5d\xc8\xc4\x96\xf3\xb1\x0d\x59\x1a\x9b\x72\x0e\xb5\x3f\x2e\x68\x3d\x90\x8f\x2b\xed\x1a\x63\x7b\x78\xe1\x91\x25\xeb\x23\x84\x8f\x6a\x16\xd2\x8d\x74\x4a\xad\x99\xf1\x66\x4c\x95\xc3\x38\x44\xd1\xd6\x52\xab\x90\xb9\x4a\xe7\x63\x6b\x6e\x42\x28\xb6\x32\x84\x7c\x86\xe0\x6f\x71\x2d\xc8\x23\x6b\x3d\xe3\x5a\x70\xc3\x66\xf3\x09\xd3\x4a\x5a\xd9\x82\x15\x48\x27\x3d\xcd\x25\x35\xac\xf1\x48\xe9\x7d\x71\x4b\xe6\x82\x7e\x4c\xaf\x0c\x8c\x3d\xdc\x5d\xec\xf3\xfd\x08\x61\xd8\x56\x85\xf4\xb9\x85\x90\x4e\x76\xa8\x8e\xdb\x96\x2a\x17\x16\x36\x92\x37\x57\x55\xfe\x16\x43\x95\xfb\x0b\x17\x6c\x94\xfe\x32\x73\x77\x7d\xcb\xcc\x29\xea\x74\xba\xb9\xeb\xb0\x75\x4f\x8d\x0f\xeb\x7b\x6a\xcc\xeb\x82\x8d\xf7\x4d\x57\xa9\x5d\x46\x75\xf1\x76\xe6\x82\xd4\x1c\x07\x52\xb3\x32\x46\x1f\xbc\x28\x63\x8a\x8b\xaf\x50\xa9\x78\x1a\x47\x8a\x54\x17\x5f\x19\x53\x71\x3c\x8e\x50\xa9\x12\xac\x72\xa2\xca\x91\x0a\x06\xf2\x3e\x6b\x91\xf5\x09\xde\xad\x55\xd6\xaf\x32\xa8\x62\x83\xe0\xdd\x5a\x65\x7d\x2e\x88\xaa\x55\x6e\xf6\xd8\x98\x6b\x40\x9b\xcf\x8e\xd6\x2a\x73\x57\x69\x5f\xc1\x50\xa1\xfd\x2a\x37\x57\xa4\xf5\x91\x13\x64\x76\xd6\x2a\x83\x7a\xb8\x5b\xe5\x48\x0f\x77\xc9\xf6\x5a\x90\x4e\xe6\x47\xc8\x6f\x65\xb2\xd6\x6d\x97\x86\x3c\xeb\xad\x72\x15\xa1\xbd\xb5\xa6\x53\x0a\x0d\xe6\x22\x0c\x60\x15\xda\x90\xbd\x72\x36\xe4\x0c\x7d\xf0\x92\xed\x24\x5e\x76\xc9\x76\x92\xc3\xdd\x52\x2e\x21\x94\xa3\xb8\x22\x0d\xb4\x56\x15\x4e\x57\x00\x2b\xae\xb8\xf4\xa9\x56\xc9\xac\xa3\x7e\xb9\xe7\xb4\xf5\xee\x88\x24\x33\x4f\x64\x8f\xb8\xea\x12\xbb\xe2\xaa\xb3\xb9\x4e\xbe\xe9\x82\x5b\xb6\x55\x69\xb2\x63\x99\xf1\xd0\x68\xeb\x1d\x53\xec\x08\x33\x9d\xee\x23\xcc\x48\x12\xad\x55\x22\xe4\x55\xd2\x5a\xd5\x3f\xfa\xe0\x55\xca\xe9\xd8\xf4\x47\xd4\x85\xe3\x75\xb9\x03\xc3\xf4\x48\xaf\x70\x41\x15\x57\xdc\xc5\x54\xab\xab\x10\x2e\x99\xab\x10\x2e\x59\xbb\x84\x0c\x50\xe9\x15\x0e\xb0\x9c\xd2\x37\xf0\x94\xb2\x82\xce\xb3\x8e\xf4\x91\x6d\x3a\xd2\xa4\xa4\x2d\x08\x6b\xa8\x25\x42\x7a\x56\xf2\x85\xe3\x75\xda\x03\x33\xfd\x08\xc2\xc0\xdc\x38\x92\x8f\xc4\xcf\x5a\x5d\x14\x1e\x29\xad\xd5\x45\x19\xce\x86\x92\x6f\xb8\xdc\xad\x09\xa1\x9c\xc6\x6f\x47\xf8\xb1\xbf\x75\x36\x94\x8b\x43\xd1\xae\x5c\xd4\x09\xaf\xae\xe0\x70\x80\x2e\xca\x90\x61\xd5\x3f\xfa\xe4\x55\x85\x33\x5d\x32\xd7\x48\xcf\xb9\xba\x46\x44\xef\xd6\xaa\x4a\x99\x18\xc8\x47\x12\xea\x2a\x73\xfd\x5b\xeb\x53\x8a\x75\xc9\xa6\x43\xd0\xac\x9b\x38\x0f\xd5\x15\x9c\x4a\x24\x17\x85\x1b\x93\x6a\x75\xda\xa7\x32\x56\xa3\x6f\x4a\xb1\x1a\x7d\x1e\xfd\x16\xad\xbc\xe9\x0a\xb6\x5f\xee\xf1\xb7\x3e\x5d\x40\xc5\xb3\x4e\xf7\x11\xcf\x3a\xce\x47\xe2\x7a\x7c\x5b\x5d\x04\x5d\xe3\xa2\x19\xe7\x89\x6c\x75\x4d\x0c\xcf\x3d\x12\xf7\xc5\x08\x8e\xc4\xe5\x86\xa4\x5a\xd5\x30\x2f\x34\xe8\x11\xa2\x2f\x7a\x75\xa4\xa6\x67\xae\x55\x1b\xe8\x8d\xe9\x59\x35\x7a\x3c\x64\xad\x76\xf2\x2d\xdf\xd8\xab\xb7\xd3\x1c\xe7\xe3\xce\x6f\x9b\xf0\x05\x64\x22\x3d\x82\x3d\x12\xf7\x8d\xa4\xaf\x5a\xfc\xbc\x42\x5a\xab\x1a\xc6\x13\xd9\xaa\x49\xe4\x89\x6c\x8d\x53\xd5\x97\x52\x7b\xa5\xd8\x70\x36\x3c\xaf\x6d\xce\x06\x61\xb3\xb5\xa9\x70\xde\xac\x42\xd5\xac\xe1\x9e\xde\xda\xd4\x3f\x86\xcd\x56\xed\x98\x0f\x42\xf4\x88\x67\xbd\xdd\xe6\x5c\x7d\xd8\xdb\xe1\x9e\xd3\x05\x83\xd2\x03\x27\x30\x84\x9b\x7e\x9b\xe3\xd5\xf9\xe5\x9e\xd3\x05\xa9\xd9\xf1\x7e\x30\x3e\xb8\xe7\x74\x41\x16\xe5\x3e\xa5\x5f\x3e\xb6\x1b\x4e\xac\x36\xd0\x07\x1b\xb7\x6a\x03\xe9\xfc\xb6\x33\x22\xe8\xb7\x9d\x11\x71\x72\xd6\xce\x10\xa4\x0d\x8d\x9e\x8f\x73\xa5\x4a\xd1\xdb\x6d\xa7\x1b\x6c\x72\x1f\xe1\x4d\x0a\x69\x6d\x76\xe3\x0b\x73\x37\xbb\xf1\xc5\x32\xab\xcf\x29\x65\xea\x9e\x53\xca\x88\xd4\x4e\x5f\x27\x47\x3d\x40\x0a\x69\x6d\x6a\x27\x1e\x43\xad\x4d\x85\xc3\x7d\x4a\xb5\x9d\xaa\xe4\x85\xa7\x09\x27\xd0\x9a\x1d\x6f\x3e\xbf\x65\x62\x75\x4b\xbe\xec\x92\xd5\x53\x8a\xbf\xd7\x34\x37\x3c\x18\xae\x3f\x21\xdd\x40\xff\xf8\x38\x6a\x25\x07\x6d\xc1\x07\x58\x85\x4c\xec\xcf\x8f\xf9\x2d\x2a\x25\x3c\x09\xe6\x92\xab\xe6\x4b\xaa\x95\x4c\xb1\xc6\x4b\xaa\xeb\xb7\xd6\x8c\x82\xad\xa7\x66\xf9\x08\x55\x66\x82\x69\x6d\xa8\x85\xb8\x24\x6f\xa4\xa6\x49\xa3\x95\x87\x19\x17\x64\xda\x11\x93\x3c\x7f\x7a\x5f\x2a\xba\x48\x12\x30\x3a\x24\x12\x3b\x7b\xaa\xb2\xd0\x47\x55\x95\x85\x47\xbf\xdc\x1f\xb5\x20\x53\x87\x86\xe1\xf9\xd3\xf5\xb1\xa5\xe8\x10\x6e\x6a\x5a\x10\x11\x64\x9f\x49\x29\xad\xe4\x73\x35\x92\x46\xef\x4b\x1d\x12\xbc\x25\x53\xb9\x5e\xa9\xf1\x0c\xe9\x2a\xad\x42\xda\x8d\x03\x99\x67\xa4\x4a\xdc\x78\x65\x2a\x0d\x9f\x21\xad\xdc\xb6\xd4\x78\x86\x74\x95\x32\x1b\x37\x27\x2d\x2a\x8d\xb8\xf1\xba\x5b\xfc\x32\x81\x6b\x7d\xbb\xb5\x20\x39\x67\x8d\xf4\xd3\x55\x93\x5d\x46\xfd\xf0\x50\xe1\x82\x0f\x30\x0b\x0b\xb0\x08\x07\xd0\x3e\x4a\xce\xcd\x8f\x91\x7c\x5c\xb6\xb4\x20\xe2\xaa\xf9\x5b\x04\x21\x89\x63\x0b\x52\x73\x72\x7c\xec\xde\x54\x97\xf7\x96\xba\x5d\xc0\x1b\xea\x26\xad\xac\x91\xc9\xba\x4a\xed\x06\xd6\x06\x57\x31\x35\x1f\x34\xad\xdc\xbd\xd4\xe2\x71\x4d\x50\x65\xc1\xcd\x4c\x95\xbb\x97\x9a\x89\xad\x95\xbb\x97\x16\x64\x72\xd0\x6c\xa1\x6b\xcc\x55\x4c\x2d\x0c\x83\xe6\x62\xd3\x05\xa1\x14\xbc\x30\xd3\x5e\x2b\x37\x33\x35\x13\x5b\x2b\xb9\x6f\xcd\xc4\xd6\x4a\xb2\x5b\xe3\x5d\xd5\xf5\xdb\x47\xc8\x1a\xdd\xd6\x8c\x14\xe1\xfd\xc0\xe6\xbb\xaa\x95\xcc\xb8\xc6\x43\xaa\xeb\xb7\x0e\x10\xcf\x8a\x6b\x9c\x5a\x3c\xc8\x09\x9e\xe6\x6b\xc1\xf5\x4a\x95\xab\x99\x16\xb4\xcf\xa7\x94\x3e\x23\xcc\xc2\xf3\x69\x92\xec\x16\xe4\x63\x6c\x84\xe0\xb6\xa5\xca\x3d\x4e\xcd\xe4\xd4\xca\x3d\x4e\x2d\x74\xba\x6b\x1c\x08\x47\xca\x19\xdc\xb6\x54\xb9\x9a\xa9\x9d\x5c\x55\x35\xb9\xb9\xaa\x95\x9b\x9a\xda\xc9\x55\x55\xb1\x07\x97\x2f\x55\x2e\x5f\x6a\x91\x11\x1b\xe4\xeb\x35\x72\x55\xd7\xc7\xfe\x56\x3d\x20\x93\xe9\x92\xab\xab\x43\x1f\x9c\x6c\xbe\x05\x99\x76\x65\x4c\x41\x8a\xa8\x9c\x7d\x0c\xb5\x76\x05\x61\x71\x72\x14\x84\x3a\xd2\x5d\x09\x54\x30\xd3\x55\xdd\x51\x50\x83\x4d\xb6\xe2\x75\x9c\x4a\xfa\xde\x82\x99\xd2\x2c\x6c\x40\xab\x92\xcb\xea\xa9\x6a\x52\xca\x00\x79\x1d\xa7\xf2\x38\xdd\x82\x7e\xec\x00\x25\x7e\x45\x6c\x45\xb3\x71\x0b\x6a\xf3\x35\xd4\xda\xe5\x32\x4f\xa0\xb5\x11\x48\x6c\x5d\xa5\x7e\x8c\x20\xd4\x0a\x08\x83\xa6\xbb\x4c\x57\x21\xc2\x26\x4b\x72\x5b\x72\xed\x72\x99\xe7\xd3\x4d\x96\xf4\x7c\xba\x4b\xed\x46\x3a\x37\x39\xb4\xa1\x9c\x49\x0c\x6c\x3c\xac\xba\x4a\x8b\x90\xdf\x62\xb7\xfa\xb0\x6a\xed\xd2\xa4\x81\xcf\x1a\x14\xc1\x6d\xc9\xb5\x4b\x84\xcd\x05\x95\x7f\xf5\x8d\xbb\x34\x69\x58\xb4\xe6\x86\xef\xac\xd6\x1e\x07\xfa\x5b\x7b\xe5\x0a\xc6\x81\x2c\x99\x1c\xca\x1b\x36\x35\x94\xb1\x5c\xa0\x54\x43\x42\x6a\xf8\x8a\x5a\x1f\xe6\xbd\xd6\xb8\xce\x6f\x99\xc9\xdb\xd9\x60\x41\xe3\x3a\x1f\xbf\x80\xa7\xf4\xcb\xc7\xbf\xbc\x8f\xbf\x85\x3e\x78\x48\x56\xfa\xe0\x4d\x39\x61\x90\xb4\x86\x0b\x09\xb5\xeb\x63\x4b\x11\x75\x4d\x5e\xef\x98\x80\x4d\x5e\x37\x0c\x3a\x24\xab\xce\xbe\x66\x48\x0b\x1d\x71\x15\x2e\x7e\x77\xaa\x1e\x21\x21\x22\xe1\xe2\x07\x8b\x1f\xae\xb6\x91\xcd\x4d\x5e\xd7\x53\x0e\x97\x97\x1b\x92\x6a\xb8\x9e\x3a\xce\xe1\x02\x86\x9d\xcc\xd6\x1c\x76\xc3\xaa\xf0\x07\x8e\x49\x14\x88\xab\x63\x12\x19\xca\x1c\x8a\x67\x43\x99\x9b\x76\x4c\x38\x40\xc5\x73\x0c\x1b\xb2\x5d\xac\xd8\x90\x16\x02\xaf\x33\x5c\xed\x90\x34\x5c\xde\x40\x2b\x72\x49\x68\xf3\x2d\xd8\x1a\x8a\x76\x5e\x7b\xad\xe1\x1a\x19\xca\xdc\xb4\x54\x0c\x65\x0e\x17\x65\xb8\x82\x5a\x2a\xc3\xc9\xc1\x4e\x0d\x8f\xba\x43\x89\xab\x5b\xdd\x94\x40\xbc\x70\x53\x43\x89\x6b\x32\x6e\xd3\xac\x19\xca\x27\xed\x18\xf3\x6b\x9b\x22\x87\xfc\xda\xca\x73\x73\x8d\xd7\x5e\x57\xa9\xdd\x40\x93\x1f\x23\xcf\xfc\xda\x63\xe4\x79\x7a\xcd\x7d\x3b\x8d\x94\xd9\x05\xf9\x78\xa2\x9c\x43\xc3\x94\xf7\x6f\x2a\xc9\x9a\xcd\x97\x62\x6b\xb8\xbe\xd3\xd5\x77\x41\xa7\xcb\xed\x82\x7a\x3e\x7d\xec\x45\xbd\xec\x50\x96\xeb\x56\x1f\x03\x71\xe2\x96\x84\x8b\x62\x44\xf5\xb1\x17\x8d\xa8\x6e\xca\xb6\xe9\xf0\x15\xfc\x06\x58\x37\x4d\x86\xe9\x82\x6a\x89\x7a\xf2\x1d\xae\xa0\x67\xdb\xe1\x92\x4d\x59\x5f\x83\x62\xa2\xca\x9a\x06\xc5\x94\xf5\x5d\xb2\x89\xad\xc9\xed\x34\x8d\x37\x68\xd7\xc7\x4c\xce\x4b\x99\xaa\x51\xc0\x3d\x4e\x95\xbb\x6b\x16\x64\xf5\xd9\xbe\x08\x83\xb5\x43\x0d\xf3\x62\x43\xe6\x58\xc0\x26\xf2\x36\x6d\x04\x12\x79\x6b\xd4\xf3\x5b\x66\x83\x1d\x89\x78\x29\x28\x14\xde\xaf\xb0\x93\x56\x85\x7b\x70\xac\x67\xcf\xd4\x43\x42\x7a\xb1\x9b\xd1\xd4\xf3\x2f\xf9\x48\x42\x72\x6b\xe0\x58\xcf\x2f\xe7\x4a\xc5\x6e\x28\x77\x68\x1f\x1b\xca\x7d\xac\xe7\x97\x53\xa7\xb9\xec\x99\x7a\x53\x78\xbf\x15\x8c\x9a\xc0\x6e\x3a\x1c\x03\xf9\xad\x24\xd4\xaa\xf5\x10\xfd\x18\xc8\x6f\xf4\xfc\x31\x90\xb9\xd4\xb8\x86\x46\xee\x5b\x32\x93\xea\xde\xc3\xdf\x36\x21\x4c\xd7\x0e\x2c\x94\x76\x21\x04\xdc\x0e\xec\x94\xda\xe7\x61\x43\x7f\x83\xc5\x6f\x0e\xf0\x31\xb5\xdd\x64\x38\xa6\x36\x77\x29\xd7\xe8\xa7\xf4\x4d\x29\x53\xe5\x46\x41\x48\x56\x1f\x2c\x86\x90\xac\x3e\xec\xc6\x1d\xeb\xf9\x03\x93\x1d\xeb\xd9\x28\xf0\x90\xca\xdc\x0a\x38\xd6\xb3\x41\xe1\xc7\x3e\xe6\x46\xa8\x1a\x12\x9d\x07\xdf\xc7\x5c\xfe\xe0\x0b\x1f\x73\xf9\xa3\x10\x95\xca\x3c\x07\x8f\x38\xa5\x74\x43\xf1\x6c\x9c\xf7\xb1\x9e\x8d\xf3\x0e\xb5\xfe\x17\x62\xef\xf7\x81\xfe\x36\x0b\xfd\x2d\x43\xe0\xa9\xa0\x1a\xda\xa9\x9e\x5e\x1f\x63\xfa\xcb\x41\xff\xb1\x9e\xbf\x8e\x28\x0e\xa4\x21\x15\x2c\x67\xdb\xed\x92\xca\xbe\x9c\xe7\x1d\x63\x9a\xd7\x6d\xdb\x25\x59\xe9\xdd\x6b\x5b\xfb\x06\x6d\x23\x91\x77\x41\x6b\x6e\x42\x96\x1b\x99\x3a\x2e\xce\x07\x34\x97\xc7\x45\xe4\x55\x67\x1b\x61\x70\x9b\x54\xe3\xb2\x9a\x36\x2e\x17\x85\x6d\x84\x71\x6d\xdd\xd5\xb8\x7f\xa6\xf1\x70\xec\x2a\xb5\x1b\xf6\x19\x79\x3c\xf6\x81\xf4\xfa\xd8\xdf\x6e\x51\xd7\xc8\x18\x6e\xc3\x48\x6e\x6e\xd9\x58\xb0\x50\xfa\x08\xbf\x40\x4b\xb7\xe9\xd9\xb8\x61\xa6\x8d\x24\xe5\xa0\x7e\x47\x92\x36\x30\xd3\x47\x92\x36\x90\xe5\x24\x01\xaf\xdf\x32\xfc\x84\xb1\xa5\x99\xee\x5b\xb0\xed\x82\xae\xcc\xeb\x6d\x17\x74\x35\x8c\xa8\xe6\x36\xd2\x05\x1b\xa5\x49\xc8\x4c\xa2\x16\xc6\x1d\xfe\xb6\x08\x6d\xe8\x40\x7f\x5b\x85\xfe\x56\x38\x58\x5f\xbc\xb2\x71\x0f\xdb\x3d\xd0\xdf\x76\x21\xab\x5f\x0e\x84\x72\x6e\x87\x80\x30\xeb\x88\x76\x5f\x7b\x6d\x64\x1b\x37\x9f\x77\x6d\x5c\xfc\xb2\x20\x55\x21\xe9\x7d\xde\xb5\x5d\x52\xce\xe3\x00\xab\xbf\xdd\x26\x43\xbb\x24\xa4\x47\xca\xa9\x56\xc5\xc1\x8b\x8e\x07\x79\xbd\x0b\xfa\xb1\x4b\x86\xda\x1f\x8f\xc4\x8f\xda\x1f\x04\x5c\xb7\xeb\x39\xa5\xfc\xb6\x39\x04\xa9\x2e\x9f\x8f\x59\x50\x69\xf2\x41\x0f\x70\xb1\xe9\x82\x0c\x30\x1f\x68\x43\x0e\x61\x5a\xb3\x7d\xde\xc6\x66\xbb\xa4\xd8\xec\x5c\x49\x93\x59\xc6\x41\x1e\x8f\xec\xe4\x60\x50\x9c\x9c\x60\x1d\x9e\xc1\xe5\xc2\x8d\x4b\x64\xda\x49\x02\xe6\xa1\xeb\x46\x12\xf0\x82\xb7\x10\xc6\xe9\xb6\x8b\x8d\xc0\xe5\xa4\x0b\x8e\x5d\x95\xf4\x6c\x94\x34\x77\x95\x36\x1f\x74\x6d\x97\xe4\x5d\xd0\xc6\xcb\x3b\xfa\x95\xe0\x1f\xc5\x05\x94\xac\x0a\x26\xaf\xfe\xce\x28\x92\x24\xc2\xcc\x07\x5c\x1b\xc9\xd5\x6d\x78\xb8\xdb\xe3\x40\xa6\x19\x45\x3e\x74\x51\xb9\x7d\xb4\x99\x13\xdc\x2e\x69\xa1\x0c\xd8\x57\x5a\x28\xca\xe3\xb0\xd4\xe1\x4a\x1a\xc5\xe1\xc6\xf9\x98\xd5\x96\x52\x3c\x09\xd6\xcf\x1a\xd5\x15\x93\x52\xaa\x2c\x88\xba\x3d\x39\xc1\x7a\x52\xc3\xc3\x5d\x5d\xa7\xe1\x45\x4d\xba\x4e\x3c\xef\xba\xa0\xbf\x1d\xf4\xca\xe5\xad\xc3\xdf\x56\x21\x8b\xd0\xec\x06\x92\x4f\x87\x67\x70\xd6\xdb\xb8\xbc\x65\x41\x98\x5b\x5a\xd0\xf9\xe5\x02\x96\xe6\x5b\xb0\xed\x92\x34\x1a\x22\x47\x67\x69\x78\x6f\x93\xce\xd2\xe0\xda\xde\x76\xc5\x81\xcc\xb3\x4b\xa6\x4f\xaa\xef\x34\x38\xaf\x6d\x97\x4b\xd6\x06\x02\xd8\x35\x6a\x8a\x0d\x67\xb2\xb1\x9d\xac\x87\xc3\x43\xaa\x0b\x26\xe1\x66\x94\x84\x76\x22\xfb\x76\xc1\x24\x2c\xc0\x5b\xd8\x81\x8f\x70\x50\x55\x16\x5a\xd5\x81\x2f\x4a\x8b\xf0\x4d\xa9\x70\x6f\x9a\xb5\xe4\xb4\x13\x33\xdd\x92\xf3\xdc\xc3\x4e\x9e\xd2\x2d\x27\x92\xda\xa9\x3b\x1b\xca\x54\x23\xaa\x43\x21\xda\x11\xb1\xa1\xd4\xd4\x0b\xe5\x4a\x99\x05\x3f\x54\xe5\x10\x5c\xdf\xc7\xf1\xb2\xbe\xc9\x79\xf6\xac\x37\xd4\xc6\x1d\xf2\x8e\xe7\xfc\x76\xaf\x42\x72\x62\xc3\xa9\x73\x62\x3d\x09\xd6\x2b\x3b\xb9\xb9\x7a\x65\x3e\xc2\xda\xc8\x27\x6e\xbe\xba\xda\xb8\x37\x64\x41\xa6\x0e\x27\x6d\x44\x58\x55\x13\x32\x57\x4e\x4e\x0c\x87\xd0\x85\xd0\x95\x12\x17\x1f\xb5\xa5\xfb\x40\xd6\xc8\xd9\xc0\x47\x6d\xc9\xe1\x07\x9a\x3c\x39\x5e\x23\xac\x23\x9f\x8f\xe9\xb3\xc3\xe7\xac\xb7\xa5\xd3\x49\xb4\x53\xe4\x53\x15\x93\x63\x9f\x07\xdc\xad\x83\x37\x06\xdc\x9d\xec\x33\xfe\x6d\x4b\xf6\x79\x48\x66\xb6\x3b\x24\x33\x8d\x02\xae\xf1\x6d\x49\xd1\x3e\xc2\x8f\xb3\x90\x35\x52\xc4\x0e\x25\x83\x32\x95\x50\xee\x96\x94\xf4\xc3\xa9\xd3\x64\xf0\xb2\xa9\xd0\x28\xd0\xfb\xd5\x39\x24\xaf\x77\x41\x7f\x8b\xbb\xab\xbf\x37\x86\xb4\xa1\x04\xc6\xdd\x6d\xe9\x74\x63\xda\x0d\xc6\x3b\x31\x37\x92\x0d\x19\x9d\xad\xcf\x36\xa6\xeb\x5b\x7e\x19\xc7\xbf\xbe\x65\x79\x6d\x76\xb2\xb9\xa1\x7f\xe7\x5b\xb0\x2d\x9d\x66\x65\x14\xb5\xfe\xc4\x34\x49\xa7\x59\x04\x7f\x3a\xbf\x95\x8e\x34\x02\x26\x52\x33\xfd\xfc\x2d\x35\xff\x2c\x65\x5e\x55\x29\x1e\x39\xc7\x4f\x08\xe1\xa8\x52\xa6\x12\xe8\x27\x44\x5a\xab\x52\xa6\x84\xa3\xd2\x78\x29\x26\xd5\x30\xaf\x33\x55\xa7\x14\xd2\x50\x87\xe8\xa2\xea\x1b\x8e\x17\xbb\x80\x3a\x83\x83\x28\xf0\x96\xce\xc7\xa8\x94\x74\x3e\x96\xc9\xb4\x27\x5e\x4a\x20\xed\x89\x97\xf3\x7c\xaa\x0a\xd8\xe8\xe7\xc7\x08\x95\xf3\x31\x0a\x36\xa9\xac\x5e\xb8\x7b\xf1\x13\x32\x1b\xb8\x8a\xe3\xc5\x29\xb2\xde\xdf\x30\x64\x3c\xd4\x3f\x2f\x59\x50\x85\xc3\x8d\xc7\x2d\x59\xea\x4d\x54\xa1\xfe\x79\x2b\x54\xfc\xf8\xed\x5c\xa9\x7f\xde\xca\x98\xf3\x31\x56\xac\xfe\x1e\x89\xcb\xab\xd4\x9a\x31\x7a\xb8\x56\xa3\x91\xc7\xbc\x3e\x66\x80\x6f\x07\x18\x56\xc5\x96\x30\x97\xa2\x2e\x88\xb4\x0e\xdb\x55\xe2\xaa\xd9\x8c\x02\x8f\xd3\x90\xe3\x3d\x0d\x61\xe4\x25\xf5\xde\x5b\x19\xa3\xa2\xfb\xc8\x37\x2a\xba\x8f\x0a\x47\x73\xe3\xe3\xfa\x6a\x5f\x78\xb6\xad\xfb\x37\x88\xe4\x6e\xb7\x9a\x4d\x0f\x56\x07\x6f\x70\x25\x54\xbb\x55\x74\x1f\xf9\xe8\xb4\x0b\x1f\xdd\xea\x3d\xfd\xdb\x38\xdd\xd8\xbe\x7f\xbb\xd5\x7b\x1c\x66\xb7\x5b\x45\x47\x24\x77\xbb\x55\x74\x1f\x44\xec\xad\xa2\xfb\xec\x7d\xa1\x76\x6b\x32\x7c\x14\xa2\x8e\x88\xdb\xa5\xda\xad\xa3\xc5\x15\xc7\xed\x56\x3b\x71\xc5\x71\xbb\xf5\x9d\x08\xd6\x4e\x97\x03\xdc\xe7\xd3\x0b\xde\xc2\x09\x7c\x84\x6f\xa0\x55\xb1\xa0\xdc\xdf\xb1\x60\xa2\xd4\x9a\x87\xdd\xb0\x57\x5b\x32\xa4\xe3\x49\xea\xdf\xde\xba\x61\xdf\x6d\xe2\xa7\xcb\x01\x92\xd6\x9c\x2e\x07\xb8\x0f\xb3\x17\x0c\xe1\x67\x43\x14\xfb\xbc\xb6\x96\x48\x3a\x96\xf3\x62\xb9\xb9\xec\x63\x41\x46\x84\x01\x35\x77\x74\xf6\x82\x8f\xf0\x0b\xcc\x40\x27\xe7\xb6\x66\x38\x94\x0c\xe9\x36\x2f\x97\xec\xb6\x2a\xdc\x30\x52\xa2\x1b\xb9\xc8\x0b\xd2\xee\x4e\x2f\x5e\x35\x1f\x78\x6f\x68\xcd\xc9\x69\xb7\xe6\x14\x74\x03\x9b\xc8\x27\x6a\x1b\x6f\x5a\x2e\xc8\x4c\x3e\x36\xb4\x25\x43\xd2\xb1\x9c\xfb\xca\xe3\x05\x7f\x2d\xf8\x4d\x45\x4e\xfa\x95\xbe\x6e\xdb\x48\x81\x6e\x24\x1b\xaf\xd2\x2e\x64\x40\x8f\xed\x38\xeb\x8e\x8f\x20\xe9\xc4\x0d\x58\x0b\xfa\x71\x15\xb2\xbc\x28\x72\xb3\x8b\x13\xf7\x63\x35\xdf\xaf\x6d\x5c\xee\xb1\x60\x01\x5a\x33\xea\x96\xf4\xe9\x36\xf7\x0b\x3e\xeb\xb7\x07\x32\x73\x4e\x06\x47\xce\x8d\x6c\xea\x05\xa1\x32\x47\xa4\xa7\x4c\x72\xf5\x82\x9d\xd2\x22\x64\x79\xb3\x10\x31\x79\x67\xbb\x81\x63\x75\xa3\x8c\x27\x47\xbf\x8d\xfb\x3a\x1a\xe9\xc5\x77\xd2\x09\x9d\x0f\x92\x8f\xfb\x3a\x1a\xd9\xc6\xab\xd4\x8f\x1d\x02\xce\x20\xe9\xc5\x0b\x36\x21\x9d\x2c\xa7\x14\x5a\xe0\xb8\x60\x3e\x93\x3e\x63\x4f\x4c\x3c\xd6\xc4\x65\x5a\xcd\x17\x6a\xdb\x5d\xac\xea\xf4\x99\xdf\x72\x03\x56\x23\x51\x7b\x41\xa6\x9d\x2d\xe1\xc9\xe1\x6e\xba\x6c\x37\x63\x6a\x93\xb7\xdd\x7c\xbf\xb6\x91\xa8\xbd\xa0\x1f\x37\x21\x24\xd9\xac\xca\xd9\x38\xed\x6e\x41\x98\xae\xd3\xae\x84\x84\x1e\x98\x19\x69\x4d\x66\xf6\x82\x0c\x10\x0b\x82\xac\xdf\x05\x1f\x21\x14\x8b\xc9\x30\x8b\x84\x84\x8d\xe0\x2b\xb3\x8d\x54\xec\x05\xfd\x6d\x15\xfa\xdb\x10\x32\x39\x61\x55\x83\x11\x35\xdb\x45\xc1\x92\xb7\xbd\x20\x22\x16\xb5\xc0\xfb\xb5\xeb\x63\x1b\xc2\xae\xe1\x16\x86\x66\xc6\x70\x23\x51\xbb\xcd\xfd\x86\xcd\xfa\xd8\x86\x26\x93\xd3\xec\x33\x76\x0d\xb9\xd7\x0b\x06\xf0\x94\xb2\xbe\xcd\x21\x60\xd7\x90\x6c\xdd\x66\x75\xc9\xd8\x82\xe0\x29\xdc\x05\xe9\x24\x19\xc3\x8d\x64\xeb\x05\x99\xd8\x76\xe0\x66\xf6\x47\xa9\xc9\x63\xb7\xed\x51\x6a\x12\xcb\xdc\x1e\xc5\x64\x75\x72\xfa\xf9\x98\xe1\xbb\x82\x78\xbf\xe9\x72\x05\xb7\xf7\xbb\xa0\x9d\x74\xf8\xdd\x4e\xa2\xac\x1e\x05\x21\x0e\x6d\xe2\x35\xf9\x05\x37\xf1\x3f\x0a\xb3\xa6\x3c\xc6\x46\xf0\x49\xda\xf6\x28\x91\x9a\x6c\x85\x8d\x30\x75\x77\x1f\x25\x12\x0f\xd6\xb6\x47\x89\xd4\x24\x42\x69\x83\xbb\x86\xdb\x23\xef\x37\x05\x85\xc4\xd0\x90\x84\x8f\x12\xa9\x61\x99\x3e\x4a\x24\x8e\x60\xdb\x23\xb3\x93\xf5\x9b\x74\xa4\x27\x27\xb2\x49\x47\x7a\xea\x1b\x3f\xf2\x7e\x77\xc9\xa4\x2b\xce\x51\x93\x9e\xb3\x6f\xd2\xb6\x47\x01\x45\x3c\x72\x7b\x94\x48\xfb\x5d\xd9\xf5\xf1\x81\x89\xd2\x10\xde\x94\xfe\x0d\x82\xbf\x3b\x7a\x85\x19\x6f\xd0\xb6\x47\x61\xa6\x03\xfb\x28\x63\xb8\xd3\x38\x25\xe9\x88\x47\x67\xdb\xa3\xc8\xc1\x9f\x4d\xba\xd5\x93\xab\xa7\x52\x92\x8e\xa2\x5b\x55\x17\xda\x6e\x08\x3b\x1f\xd3\x10\xd7\x47\x25\xee\xf4\x5a\x10\x1a\x54\x12\xf0\x48\x4d\x7b\xe4\xf5\x70\xf4\x32\x77\x38\x7a\x15\x6a\x60\x3f\x3d\xed\xc0\x2f\xa5\xf6\x0a\x8f\x95\xe4\xea\xc6\x2b\xb3\xab\xd4\x86\x64\xc1\x76\x20\xb4\x20\xaf\x0f\x04\x52\x92\x42\x07\x42\xf4\x91\xb9\x71\x33\x53\x92\x42\x47\xf7\xb7\xe7\xe3\x37\xa5\x21\x84\xac\x64\xee\x21\xbf\xca\xcd\xdc\x26\x95\xf4\xb2\x4d\x2f\x6e\x8f\xcc\xad\xc7\xfa\xc8\xcd\x2f\xa5\x08\x66\x3a\xcf\x7f\xae\xdf\x26\x21\x1f\x63\xa6\xfb\x1a\x68\x7b\x64\xdf\x77\xf7\xe3\x26\x64\x05\xa5\xfd\xb7\x43\x90\xb9\x89\xa2\x6d\x8f\xcc\xbd\x4d\xfc\x3b\x25\xa9\x9b\xb0\xd9\x94\xd4\xd5\x5c\x45\x9b\xf4\xb2\x4d\x03\x4d\x49\x45\x47\xde\x67\x4a\x6a\x36\x8e\xac\x52\x92\x9c\xb5\xf8\x1f\x59\xff\xed\x92\xc9\xeb\x04\xc6\xb6\x47\x6e\xd6\xe2\x7f\x64\xdf\xb7\x24\x2a\x47\x92\x15\x9a\xf4\xa3\x7d\x0e\xb4\x3d\x32\x28\x69\xa0\x29\x49\xed\x3c\xf8\xd9\x1e\x19\x94\x34\xd0\xf6\x28\xf8\x79\x01\xa5\x3d\x4a\x7a\x5e\x40\x69\x59\xf6\x25\x30\xb6\xf1\xb4\x66\x33\x0d\xb4\xf1\xb4\xe6\x82\x03\xf8\x08\x99\x1c\xd5\x2f\xc7\x5f\x2d\xab\x07\x48\x03\x4d\xfa\xd5\xf3\x33\xac\xaa\x08\x59\x23\x59\xe3\x23\x79\xab\x24\xb9\x04\xa9\x91\x7a\xde\x4c\xf4\x4c\xba\xd9\x3e\x07\xda\xb2\x1c\x4a\xe8\x6b\xd2\xeb\x9e\xdc\x5c\xd4\xb2\x82\x9f\xd7\x41\x5b\xd6\x3e\x26\xb5\xb3\x65\x19\xf6\xeb\xf0\xd3\xf9\x2d\x43\xc0\x01\x98\xba\x16\xe4\x7c\x2f\x68\x37\x4e\xa9\x43\xb0\x54\x62\x90\x61\xf5\x07\xb2\xc6\x34\xaf\xa7\xb4\xac\x41\xbc\xef\xb1\x5d\x1f\x27\xe1\x07\x68\x9f\x21\x95\x2c\x87\xea\x3c\xe8\x66\x4f\x62\x5d\x1b\x49\xde\x0b\x32\x04\x4d\x60\x7d\x09\xfc\xea\xde\x09\x7d\x6d\x24\xb5\x2f\x08\x4b\x6e\x0e\xed\x66\x7a\x36\x5e\xcb\x5c\x90\xaa\xb6\xb1\xd9\xfb\x05\xa7\x90\xe4\xbd\x20\xbf\xdd\x1c\xda\xcd\xf4\x6c\xe4\x7c\x77\xde\x1d\x5d\xa5\x56\x85\xa9\xc2\xb5\x5d\x0b\xd2\xab\x6e\x55\xd2\x46\xf7\xb7\x4e\x5d\xff\x65\x02\xd7\xfa\x16\x56\xd8\xea\x76\x41\x26\x72\xfb\xd1\x0b\x42\x1a\x8f\x10\xcd\x8d\xff\xde\x7d\x85\xb4\x91\x5b\xbe\x60\x05\x26\x21\xbf\xcd\x8e\x0f\x4b\x85\xfc\xf0\xde\xf5\x86\x72\xce\x42\x7f\x5b\x84\xf4\x2a\x92\x10\x2a\xcb\x8c\x4f\x5f\x89\xad\x80\xce\x93\xa5\x0b\x5a\x73\x58\x55\x13\x76\x60\x17\x5a\x55\x08\xa1\xd0\xc2\x10\x92\x13\x19\xf6\x6a\x0a\xed\x15\x52\x84\x6c\xf9\xee\x1b\xa5\x8d\x3c\xed\xde\x39\xc0\x4b\x6c\x14\x74\x9f\x1d\x6d\x64\x62\x2f\xe8\x88\x42\xb8\xd5\x02\xd7\x92\x75\x12\x3d\xd7\xc7\x4d\xc8\xd4\x55\xab\xc2\x87\x21\x9d\xba\x9b\xe8\x99\xd8\x73\x58\x70\x02\x6f\xe1\x1b\x68\xaf\xb0\x54\x48\x98\xee\xfd\xc6\x52\xc9\x12\xec\x8d\x26\x67\x93\xa1\x93\xf7\xb9\x4a\x69\xf7\xe9\x36\x54\x84\xf6\xb9\x0a\xa1\xee\x9e\x84\xcc\xa4\xe4\xfc\x40\xb0\x5c\x69\xd6\x4d\x03\x4d\x5c\x69\xb6\xa0\x1f\x5b\x33\x76\x0c\x3b\x12\x0b\x22\x72\x24\x67\x1d\x9e\x3b\x59\xf3\xb4\xd4\x9a\x1d\x91\x34\xc9\x01\x5e\xba\xd3\x23\x64\xf5\x25\xa4\x47\x9a\x8c\x53\xd5\x87\x8f\x19\xbe\xfe\x4f\x96\x90\x32\xae\x05\x3b\x21\x0b\x32\x39\xae\x6f\x96\xae\x5c\x50\x62\x4e\x5b\x71\x15\x88\x39\x4d\x6c\x5f\x74\xde\xff\x5c\xf0\x7c\x1c\x7c\x6c\x43\x08\xb3\xe2\x2a\xf0\x98\x4a\x2b\x4e\x7b\x86\xe9\xd8\x73\x58\xd0\xdf\x56\x21\x8b\x72\x27\xe1\x87\x52\xd6\x57\x67\x89\x1d\x89\x6e\x0a\x69\x62\x47\x62\x41\x7f\x9b\x85\x76\xa3\x0b\xad\x8a\x3e\x17\xd7\xe8\xb6\x66\x07\x78\xfb\xb1\x43\x48\x55\x08\x11\xde\xfe\x76\xf2\xb1\x52\x53\xa7\xa5\xd8\xab\x8a\x17\x5a\xec\x95\x4e\xcb\xad\x20\xac\xe8\xdb\x62\x27\x79\xb4\xb3\x91\xd4\xbe\x20\xc4\xff\x34\xa1\x35\xfb\xdb\xf0\x63\x4b\x91\x9a\x6c\x2b\xf4\xae\x87\x53\xec\x55\x75\x05\x9f\x24\xa4\xdd\xc7\x4e\xe2\xe1\xdc\x4a\x42\x7d\x98\x5b\xd1\xe7\x91\x5d\x51\xf0\x57\xc7\xab\x24\x24\x5e\xb5\x15\xf5\x00\xaf\x74\xb6\xa2\x1e\x68\x0e\xdf\x9a\x09\x5f\x6d\xc5\x9a\x79\xa5\xb3\x15\xab\x6a\x2e\x99\x62\x93\x00\xd5\x56\x94\xb1\x7a\x47\x77\xfe\x65\x38\x67\xef\x0d\x5f\xf8\x56\xa6\xea\x2b\x15\xc5\x33\xd7\x29\xa5\x5b\x31\xe9\xd1\x60\x39\xcd\x4a\x0b\x4a\x4d\x5d\xa7\xa2\xf0\x6e\x88\xab\x72\x6a\xc6\x17\x2e\xa7\x2a\x34\x0c\xfb\x24\x0b\x32\x82\x53\x15\xa6\x09\xfb\x24\x0b\x42\x83\x85\xaa\x3c\x38\x24\x77\xb3\xfb\x1a\x68\x23\x1d\xb3\x93\xe8\xb9\x7e\xeb\xc7\x58\x1b\x45\xf1\xdc\xc3\x9a\xfd\x2d\xf2\x98\x9d\x90\xee\x6b\xa0\xad\x28\x71\x39\xa2\x4b\x6c\x8c\x2c\xc8\xc7\xa7\x21\x59\xb0\x15\x21\x73\x55\x19\x91\x27\x76\x45\x8b\x21\xec\xb3\x12\x37\xf0\x67\x8b\x22\x36\xba\xbf\x65\xbc\xe1\xa2\xd8\xe7\xb0\x93\x35\x0b\x6d\x37\x84\xd0\x42\x2d\x42\x16\x5f\x85\x43\x90\x69\x23\xd3\x71\x41\xe8\x48\x69\x1d\xc3\x9a\xed\x95\x04\xdb\xfc\x78\xfa\xb1\x55\x29\x53\xd5\x3f\x44\x95\x36\x72\x0a\xbb\x0f\x6f\xb6\xa2\x05\x41\x90\x69\xba\xdb\x2d\xa4\x93\xed\x11\x22\x27\x14\xde\xc3\x25\x53\x3b\x0d\x97\x4c\xf1\xac\xc3\x73\x3b\xcf\xc3\xd9\x70\x62\x79\x00\xa6\x95\x38\xa5\x90\x68\x58\xaa\x88\x55\x3c\x0f\xf9\x55\xfb\x89\x0b\x94\x5a\xbd\x0e\x7c\x80\x56\xa5\x5a\xe8\x07\xee\x9a\xab\xfa\x87\x97\x57\xd2\xed\xe4\x4c\xd4\xfe\xed\x6c\x78\xcc\x46\x56\xdd\x82\x13\xd8\x85\x10\xbf\x73\x35\xe5\x23\x67\x83\xa8\xd2\x56\x95\xe5\x3c\xb5\x92\x6e\x35\xdb\x54\x02\xc5\x29\x45\xf2\x39\x57\xd3\x11\x29\x17\x09\xe7\x4c\xb7\xca\x8a\x70\xce\x74\x3b\x1b\x9c\x77\xa5\x47\xeb\x83\x87\x37\x5b\x55\x7a\xbd\x1c\x82\xe2\x8a\xb7\x34\x5b\x55\x5c\x71\x55\x51\x7a\xd4\x30\xbc\xa5\xd9\xaa\xd2\x9a\xb7\x34\x5b\x55\x1e\xbf\xec\x95\x12\x97\xbb\x89\xd2\xa3\x15\x40\xe0\x64\xab\x4a\x15\x02\x27\xd3\xa3\x15\xf0\x86\x53\xaa\x52\xe5\x8d\x68\xaf\xda\x71\x6f\x28\xe7\x71\x51\xf4\x24\x1f\xd5\xfe\xdb\x05\x55\xc8\xe8\xfe\x55\xa5\xca\x1b\x9d\xf9\xa8\xf6\xb9\xf4\xb6\xd5\xc2\x6f\x75\xff\x1e\xd5\xfe\x87\xe5\x7e\xd4\x6c\x7a\x74\x55\x21\xc3\x3d\xb6\xad\x2a\x55\xb8\xc7\xb6\x55\xa5\x8a\x1e\xdd\xe3\x82\xea\xd1\x55\xa5\xca\x87\x2d\xb5\xaa\x54\xe1\xea\x9e\xf4\xa8\xe8\x3e\xec\x9b\x3c\x2e\xa8\x4e\x5a\x55\x14\x70\xbd\x6c\x7a\x54\xbf\x3a\x69\xb5\xfe\x0d\x82\xff\xeb\xf8\xd4\xcd\x3a\x74\x55\xb1\xa1\x07\x47\x2a\x72\xef\x5f\x04\xd2\xa3\x8e\xfc\xb2\x23\x51\xdb\x81\x99\xd2\x24\x64\x32\xda\x81\x0c\x48\x0d\xfa\x65\x7f\xb1\x2a\x18\x74\xe8\xaa\x82\x41\x87\xae\x2a\x09\x78\xff\xb2\x55\x45\x1d\xb7\xf1\xa4\x47\x2a\xd3\x65\xab\xca\xb6\xaf\x53\x25\xd1\x7d\x9d\x2a\x44\x5d\x5c\x68\x09\xf2\x9b\x16\xe4\x63\xf4\x6b\x5c\x76\x03\x8e\x0c\x23\x16\x2b\x1c\x19\x97\xf4\x1b\x7e\x8c\xb9\xcc\xd6\x5d\x37\x01\xb1\x91\xd0\xb4\x60\x50\x7a\x0b\x21\x76\x34\x6a\xe8\x0e\x91\xd0\xd4\x83\x4b\x72\x12\x1b\x7b\x0b\xd2\x0d\x4c\xcf\x48\x48\x4d\xf6\xf9\x7a\x24\x57\x01\x8d\x6a\x02\x62\x23\xdd\x69\x41\x3f\x6e\x42\x66\x32\xfc\xad\x42\x25\xfc\x2d\xba\x9a\x84\xa6\x05\x59\x32\xe4\x04\x0f\x60\xde\x89\x6d\xc0\x6e\xb6\x62\x23\x83\xa9\xf3\x00\xe6\x2a\xb5\x93\x98\x35\xe4\x28\x2d\xd8\x28\xb5\x57\x58\x39\xa4\x2c\xf5\xb8\xa5\x3a\x7c\x27\xb3\x15\x13\xd7\x71\x76\xdf\xc3\x6c\x64\x30\x2d\xc8\x78\xe1\xaa\xb8\xd9\x36\x21\xa1\xa9\xfb\x3c\x66\x23\x83\xa9\x9b\x90\xd8\x48\x4a\xea\xbc\x78\xb9\x7e\xcb\x88\x48\x48\x6c\x24\x25\x2d\x08\x4d\xc2\x82\xa1\xb3\xc4\xdd\x9d\x0b\xf2\x5b\x34\xb9\x39\x86\x8d\x2c\xe7\x05\xa1\x76\x74\x35\x49\x85\xa9\x91\xf4\xdc\x49\x1b\x5c\xa5\x76\x12\xa5\x41\xca\x52\x27\x6d\x70\xc1\x2c\x64\x80\x30\x5d\x3c\xd8\x7c\xe4\x28\x2d\xc8\x78\xd3\x29\xad\xc0\x26\x64\xf8\xa8\x94\xd0\x2b\x7b\xea\x29\x9d\x94\x86\x70\x53\x1d\x4f\x7a\xf6\x78\x88\x4e\x20\xcb\xb9\x9b\x72\x98\xd8\x14\x5d\x10\x9a\x6c\xa7\x94\x15\xc4\x4c\xf7\x79\xcc\x46\xda\x51\xf7\x79\xcc\xc4\xa6\x68\x37\x6d\xb0\x91\x76\xd4\x7d\x2d\x33\xb1\x47\xda\x7d\x2d\x33\xb1\x29\xda\x7d\x1e\xb3\xb5\xdb\xf1\x2a\x8f\xdb\x81\x36\xe4\xf0\x9d\x58\xd4\x3e\xaf\x65\x2e\xd8\x84\xf6\xb9\x0b\x3f\x40\x86\x9f\xcf\x78\xfd\x98\x9d\x02\x2e\x09\x5d\x90\x01\x22\xa0\xc8\x31\x5c\xf0\x11\x32\x04\xc5\x48\x96\x90\xd0\x8a\xe6\x18\xb6\x86\x56\x0c\xee\xc0\x6d\xed\xb1\x93\xb8\xe8\xec\xbe\x2e\xc8\x00\xbb\x35\xcb\x56\x8f\x9d\xc4\x36\x79\x14\x50\x3c\xe2\xd2\x9a\x02\x2a\x4b\x48\xca\x1c\x2e\xbd\x6d\x4d\x21\x53\xd8\x46\x69\xf9\x97\x2f\x70\xad\x6f\xed\x54\x11\x42\x47\x4a\x20\xdd\xbd\xa6\xc8\x29\x61\xc5\x55\xe8\xc7\x4d\xc8\x34\x2b\xcc\xb8\x5c\x37\x3d\x4a\xaf\xe2\xdc\xa0\xaa\x4d\x4f\x4c\x8f\xe2\x8a\x04\xc4\xf4\x28\x9f\x0c\xf6\x24\x21\xbc\x93\x8f\xb8\x4a\x6d\x57\xd2\x50\x5c\x95\x69\xbb\xd4\x5c\xa5\x05\xcc\x9a\xa8\xf2\x8d\xf2\x49\x47\x92\xbd\xd8\xee\x23\x9d\xad\x29\x9f\xf6\x23\x9d\xab\xf4\x7c\xcc\x34\x2b\x9f\x8c\x0c\x6d\xca\xa7\xaa\x04\x52\x20\x55\xce\x99\xb2\xe2\xaa\xb2\xd7\x91\xaf\xf3\x5b\x58\x50\x09\x44\xdc\x68\xca\x8a\xab\x8a\xc4\x6d\x4a\x20\x8f\xca\xb2\x32\x46\xdf\xb0\x29\x45\x9a\xab\xad\x9c\xe0\x99\x96\x94\x15\x39\xcd\x15\x94\xf5\xb9\x3e\x37\xb1\x8f\xdb\xc3\xd8\xcf\x26\x37\x37\x6c\xa0\x26\xa3\x78\x28\xc5\xb6\xee\x82\x74\x52\x71\xd5\x24\x3a\x69\x9f\xd7\x53\x52\x56\x7a\x75\xc5\x95\xd4\xdd\xd9\x04\xcd\x4a\x2f\xbd\xb2\xd6\x0f\x64\x80\x0a\x33\xfd\xae\xac\x30\xeb\xb2\xa0\xea\x97\x0b\x76\x52\x56\xb6\x79\x82\x95\x15\x66\x04\x5d\xa6\xac\x30\xeb\x52\x4e\x3f\xa5\xfc\x56\xf9\xd4\x51\xbf\x59\x81\x64\x58\x65\x53\x93\x07\x02\x38\x2b\x81\xc2\x21\x28\x72\x42\x5e\x50\xb1\x87\xda\x49\x6a\x0f\xa4\x66\x56\xa8\x70\x0d\x4e\x6b\x12\xa1\x27\x4b\xee\x10\x9b\xa0\x97\xb8\xe8\xb3\x93\x91\xb7\xa0\x55\x61\xc8\x74\x49\x74\x30\x75\x5d\x7d\x3b\x9c\x3a\x65\x8c\x67\x47\x5d\x7d\xeb\xd9\x91\x1b\xc6\xa6\xe0\xb5\x2e\x3d\x73\x17\x6d\xe2\xce\xd0\x1e\x63\xd8\x6e\x17\xda\xae\xbf\x45\x3e\xb9\xcd\x6b\x0a\x5e\x72\xab\x36\xa6\xab\xaf\xa0\x30\xcc\xb0\xab\x6f\xb9\xca\x26\xb9\xdd\x1a\x13\xfd\xd3\xd5\xb7\x13\xc6\xe9\x92\xb7\x81\x85\x5d\x02\xd6\x3b\xea\x52\x2c\x2f\x4f\x26\xb7\x6a\x63\xe2\xd1\x75\x49\x54\x77\xc8\x9d\xdb\x98\xf8\xb7\x5d\x8a\xd5\x3b\x72\x23\xd7\x24\xbb\xc4\x35\xa0\x0b\xbe\xf9\xd8\x21\x60\x30\xe6\x72\xe0\x87\x52\xe6\x99\x77\x29\x5b\x97\x62\x5f\x8a\x91\x72\x4a\x3b\xa5\x74\x83\xb7\x47\x52\x2e\x07\x52\x2a\x89\xbe\x20\xef\xae\xbe\x7d\x61\xaa\x74\x35\xea\x4b\xc9\xa0\xf5\xf1\x42\x8a\x66\xad\x0f\x02\xfc\x52\xd6\xdc\xf0\x04\xcf\x2d\xe2\xe0\x75\x91\x94\xdb\xf5\x6b\xc1\xff\x76\x01\x95\x04\x6f\x25\x9f\x9a\x9b\xa7\x47\x5a\x97\x6f\xde\x88\x8d\x2e\xdf\x70\x0d\x4e\xeb\x32\xca\x5b\x51\xd7\xce\xc7\x2c\x91\x7c\xc3\x35\x38\xc9\xcd\x66\x53\xd0\x5a\x97\x51\xb8\x06\xa7\x91\xee\xd4\x7d\x3c\x32\xb9\x15\x1d\x6f\x6c\x02\xb2\x9f\x16\xe4\xb7\xb2\x11\x57\xd9\xb4\x2e\x1b\x7d\x90\x40\x5d\x36\xe2\x05\xc8\xe4\xbe\xb5\x8f\x3a\xa6\xac\x11\xf0\xc1\x06\xea\xea\xf5\x8f\x12\x48\x23\xe0\x23\xd1\x29\xea\x3e\x8e\x48\x35\xaf\x8f\xd6\x65\xc1\x8f\x34\xa8\xe4\xe3\x3a\x9a\x94\xd5\xeb\x3c\x3d\x92\xb2\x8a\x9c\xb4\xb2\xd6\x65\xd0\x8f\x5c\xa5\x5c\xe4\x71\x91\xd6\x65\x50\xdd\x3d\xf7\xbc\x4d\x3a\x4b\x5c\xd6\xd9\x43\x77\x2f\x2b\x26\x8d\xe0\xeb\xcf\x81\x90\x86\x82\x90\x1b\x66\x92\x9b\xdc\x61\x14\x5e\x97\xb9\xbf\x0e\x41\xf5\xcb\x0b\x90\xad\x6b\x6d\x70\x29\x6a\xeb\x5a\x1b\x5f\x2c\xe0\xae\xb5\x61\x9c\x5d\x56\x39\xeb\x86\x75\xe5\x04\xcf\x45\xb6\xae\x9c\xf8\xca\x55\x18\x14\xe3\xc2\xcf\xec\x18\x14\x3e\x17\x99\xb8\x9d\xb3\x9b\x56\x96\xdc\x5c\x1f\x97\xd2\x0b\x99\x3a\x2e\x17\x25\xfb\x31\x8c\xc2\xfd\x9b\x7d\xe8\xa4\x91\xcf\xd5\xc9\x23\x5b\xa5\x49\x08\x21\x95\x03\x83\xd2\x5b\x48\x9f\xb1\x3e\x46\x92\xf5\xb1\x20\x7c\x6a\x32\xb9\x4f\x3f\x3c\xa4\x22\x81\x6b\xc1\x41\xe9\x81\x1f\x20\xe3\xd5\x49\xe3\x8e\x86\x05\x99\x2b\x78\x7d\xe8\xa4\x91\x75\xd5\x4f\xc2\x1a\x79\x55\x0b\x5a\x15\x73\x95\x64\x9c\x7a\xa0\xbf\x6d\x42\x3f\x16\x72\xd8\x49\x22\xd5\x82\xac\x60\xb5\x1b\x58\x01\x24\x52\x2d\xf8\xe6\xb7\x7c\x7c\x2b\xdb\x30\xc4\xc7\xad\x2c\xc7\xf2\x1e\xb7\x7c\x04\xc3\x0e\x83\xf4\x48\x68\xea\x3e\x44\x99\x3c\x2e\xe0\x21\xca\x3b\x71\xe9\xed\x82\x10\x03\x5c\x36\x8c\xd9\xe3\x56\xd0\x05\x99\x49\x24\xfd\xb8\x1d\x60\x17\x2a\x19\xe0\xb2\xc1\x0d\x2c\x89\x7b\x3f\x3b\x19\x6a\x0b\x66\xa1\x55\x15\xa1\xdd\xa8\x42\x08\xa9\x0b\xc3\x6e\x34\x61\x07\x76\x21\x4b\x06\x5b\x8d\x47\x22\x84\xad\x86\x87\x54\x64\x43\xf5\x93\x92\x46\x36\x54\x1f\xfa\x3f\x25\xf9\x5b\xac\x80\x82\x5a\x18\x9e\x4a\x75\xa9\xfd\x91\x26\xd1\x12\xc3\x43\xaa\x1e\xe7\xb7\xac\x2f\x4a\xc3\x77\x29\x53\xb9\x7f\x6d\xf1\x8f\x8c\xaa\x0e\x19\x25\x3b\x37\x88\x76\xf3\xd5\x92\x47\x29\xc3\x80\xbe\x90\x6f\x78\xb4\x32\x79\x94\x32\x74\x9d\x3c\x4a\x19\x39\xac\x8a\x11\xe8\xfe\x84\x04\xeb\x71\x17\x37\x7b\x2e\x38\x28\xf5\xb7\x98\xbc\x9e\xbb\xf0\x86\xe5\x2a\xb5\x2a\xe6\x26\xa4\x23\xcf\xb7\x3c\x59\x19\xbc\x08\xd2\x42\xb2\xd2\x1b\x0a\xe9\xa8\x20\x17\x43\x3a\x32\x18\xd0\x73\x97\x51\x5c\x6d\x64\xf9\x28\x78\xbb\xdc\xf1\xdb\xcd\x6e\x4b\x05\x79\x3c\x0a\x3b\xb5\x5c\xd6\xd9\x87\x0e\x8f\x87\x34\xe4\xbe\xad\x86\xe8\x95\x67\x63\x9e\xd9\x8c\x32\xec\x86\xed\x62\x7b\x79\x84\x33\x8c\x0d\x0c\x29\xd4\xa3\x32\x8f\x70\x46\x91\x70\xb2\x35\xc3\xbe\x21\xfd\x7a\x90\xe6\x39\xcc\x49\x76\x0b\xe9\xb7\x9e\xd9\xe8\xc2\x07\x18\x42\xa6\x4e\x3a\xd2\xe1\xe1\x5e\x89\x3e\x8c\x0d\x0c\x69\xa3\xb2\x95\x17\xd2\x46\x3d\x03\xb4\x2a\x68\x3f\xa4\x8d\xea\x00\x15\xc0\x15\xdb\xab\x28\x71\xab\x23\x52\xc4\x56\x47\x24\x6d\xe8\xf0\x84\xc4\x50\xa1\x7d\x32\xa7\x16\xf4\xb7\x74\xc3\xa3\x32\x32\xa7\xfa\xe0\x02\x96\x16\xd2\x46\x63\x37\xd2\xc3\xa2\xd1\x24\x51\x05\xb0\x87\x54\x21\x31\x34\xac\xab\xa2\xc4\xe5\x4e\x95\xc4\xed\xc1\x0b\xb2\x82\xcf\x81\xd0\xa4\xa4\xd2\x4f\x37\x9a\x10\x6a\xaf\xa7\x94\x8f\x25\x86\x8e\x7d\x5c\xea\xf9\x98\xf1\x4a\x0c\x1d\x9b\x3e\x5c\xfd\x8e\x2d\x16\xae\x7e\x77\x51\x5c\x6e\xa3\xff\x78\x04\x7c\x41\xe6\xca\x45\xe9\xd2\xa4\xab\xa0\xef\xc4\x65\x9d\xdd\xd7\x23\x5b\xb8\x28\x5d\x86\x2d\xa7\x94\x5e\xa9\xf7\xf4\xac\x42\x45\x67\xf8\x5f\xb8\x0a\xdd\xc9\x71\x9e\xbb\xfc\x5b\x1c\x20\x7e\x17\xf7\x7e\x2e\x08\xe3\x60\x12\x0e\xfd\x2e\x8f\xce\x48\x58\x5b\xb0\x0a\x91\x0c\x6a\x18\xfd\xae\x50\x67\x7a\x38\xe6\xd1\xd9\x08\x67\x83\xb3\xb2\x61\x34\x20\x99\x45\x9d\xfc\xb5\x05\x6d\x48\x93\x41\x95\xe2\x69\x58\xa8\x24\x4d\x67\x0b\x95\x64\xb0\xb1\x19\xa7\x57\x98\x39\x71\x7a\xe5\x00\xbb\x35\x4b\xa2\xaa\x14\x2e\x27\x4d\x1e\x8e\x91\x83\xb6\x60\x17\x5a\xf3\x81\x0c\x5f\x0d\x33\x14\xd7\x4d\xe8\x78\x71\x59\x87\x0e\x5e\xf4\x5f\x3e\xbd\xd8\x4f\x36\x5b\xa8\x32\x8d\x0d\x24\xd1\x66\x41\x38\x03\xf7\x76\x0c\x67\xce\x01\x0d\x09\x47\x3d\x37\x94\xe5\xea\xb9\x81\x9e\x8b\x9f\xa5\x10\xce\x29\xc5\xf8\x08\xb5\xe0\x90\xd7\xc3\x9a\x9d\xc8\x70\xaa\xd8\xe7\x0b\x4d\x40\x6e\x4c\xed\x97\xca\x8a\x1b\x53\xfb\xa5\x3a\xc2\xeb\xec\x97\x76\x9b\x5e\x67\xb1\x21\xbc\xce\x7e\x69\xa8\xcd\x6d\xa9\xf4\xeb\x3a\xa5\x5f\x20\xdd\xe0\xa6\x97\x7e\xa9\xac\xb8\xe9\xa5\x5f\x6a\x27\x0e\xe1\xfa\xa5\x86\x99\x6c\x5e\x79\x8e\x38\x26\x7b\x75\xf5\x74\x72\xfa\xb1\xbf\xdd\xc2\xac\x5f\x2a\x72\xde\x1a\x49\xf5\x74\x63\x1b\xc4\xfd\x52\x00\xbf\x1c\xa0\x42\x94\x5b\x53\x92\x67\x90\x26\x9d\xa5\x7a\x9d\x52\x7f\x4b\x43\xfb\x9a\x94\x05\xbb\x30\xf1\xf1\x29\xb5\xe6\x10\x5a\xd5\xf9\x98\xc9\x51\xb6\x91\x56\xd6\x2f\x65\xdb\x0b\xf7\xa0\xaa\x7e\x5f\x78\x38\xd5\xd9\xe0\x2c\xb0\x5f\x4a\xbe\x9d\x56\x96\xfa\xa5\xa8\xd3\x45\xad\x6a\x63\xd2\xca\xfa\x95\x0f\xa4\x1b\x2a\x67\x2e\x51\x49\x55\x15\xca\x4b\x24\xfd\x52\x10\x7a\x16\x58\x55\xa1\xef\x6e\x37\x8a\xd0\x9a\xcf\x6f\xad\x99\x21\x18\x82\x5a\xd5\x7b\x3b\x04\x75\x7d\x7c\x4a\x37\xe5\x54\x4d\xb1\x7d\x01\xcb\x2a\x6d\xc2\x17\x90\xb9\xc2\x83\xed\x97\x22\xf6\x8d\xe5\x52\xd5\x99\xa4\xa4\xf5\x4b\x89\x4b\x0e\x5a\xaa\xaa\x50\x1c\xda\x7e\x29\x53\x39\x83\xec\x57\x39\xa5\xac\x82\x32\xf5\x8d\x14\xf1\xf8\x96\x97\x36\x57\x69\x15\x32\x1b\xf7\x81\x0e\xa1\x09\x19\x42\x39\x90\xd9\x90\x36\x3e\xb8\x25\x55\x62\xf8\x48\x39\xc5\x52\x89\x5f\x3f\xe4\xe3\x6c\xa8\x15\x3f\x52\x8e\xca\x59\x57\x99\x4b\x51\xfb\xbc\x1c\x11\x02\x98\xa7\x17\x17\xdc\x03\x9c\xc9\x05\x45\x00\x4f\x7c\xa7\x4e\xea\xc5\x82\x90\x0a\x9a\x7c\xf2\x6a\x7f\xe7\x02\x80\x05\x19\x20\x8a\x7d\x26\x07\x88\xb4\x9e\x3c\x28\xd1\x49\xdb\xe8\x53\xbf\xcb\xe3\xea\x93\x57\xe5\x71\xb5\xcf\x36\x76\xee\x03\x58\x10\xda\x78\xec\x86\xe3\x65\x67\x64\x26\x79\xbf\xd9\x2b\x24\xa1\x87\xd9\x3c\xdb\xb8\xa0\xdd\x18\x4e\x8e\xdd\xc0\x82\xe0\x7e\xd5\x05\xf9\x18\xe2\x9f\xb7\xc2\x0d\x1d\x42\x36\xd4\x2a\xbd\x85\x76\xa3\x0b\x19\x20\x7a\xe0\x24\x47\xd5\xbf\x61\x8f\xdf\xb7\x16\x13\x17\xa8\xf6\xe9\x61\x18\x17\xa8\xf6\x79\xe3\x1a\x7b\x86\x3e\x39\xa3\xea\xa4\xe5\xf7\x69\xb8\x9f\x87\xe6\x26\x34\x75\xa2\xfc\xfb\xe4\xe8\xa8\x13\xd6\xdf\x7d\x5c\xb1\x13\xd6\xbf\x20\x2b\x86\x3d\x31\x39\x3a\xea\xbc\xfa\xdd\x79\x4d\x71\x95\x3e\xc2\x17\xa5\x07\x7e\x80\x2c\x20\xb7\x55\x76\x82\xfe\x17\x84\xab\xca\x29\x2d\xc0\x53\x5a\xf9\xd8\x4e\x0e\xda\xbd\xed\xa4\x4b\x04\x1b\xcd\x7d\x64\xb5\x4a\xed\xb3\x2b\x56\xfc\x2d\xfc\x4a\xd0\x7f\xe7\xad\xc5\xd4\x89\xb6\x5f\x90\x21\xd4\x03\xa9\x4a\x56\xc8\xce\x86\xe4\xcc\xd3\x8b\xa9\xca\x19\xdc\xf5\xd1\xd3\x73\xa0\x55\x31\x22\xbc\x85\x9e\x9e\x03\xfd\xb8\x08\x61\x94\x7a\xe0\xa4\x94\x11\xed\x4c\xa2\x05\x9b\x90\x15\x94\x51\x0a\x0c\x9a\x24\xc9\x8a\xed\xe5\xd1\xbe\x8f\x0d\xf6\x24\x85\x56\xc7\x2b\x49\x56\xb9\x4a\xbe\xa9\x72\x95\x8c\xc2\x33\x08\x9d\x38\xfe\x3e\x75\x0f\x3c\xda\x27\x39\x68\x95\x66\x61\x07\x16\x21\xc3\x6f\xfe\x56\x9a\x6c\x7e\x3c\xfd\x6d\x15\xda\xab\x26\x84\x54\x24\xe0\xd6\xfd\x6d\x11\x32\x75\x48\xeb\xd9\xce\x10\xaa\x10\x6a\x97\x44\xb9\x9f\xb1\x27\x69\xb2\xa1\x15\x93\x64\xd6\x64\x1c\x36\x09\x7d\x30\xb0\x27\xa9\xae\x39\x40\xe9\xaa\x39\x40\x04\xb0\xc9\x41\x9d\xfc\xf8\xce\x83\x81\xab\x2a\x7f\xeb\x00\xa5\xba\xa6\x56\xc4\x7c\x9c\x5d\x1e\xc4\x7c\xe4\x0d\xc0\xd4\x93\x54\xd7\xa5\xab\x38\x10\xc1\x80\x1d\x37\xbb\x7c\x24\xd5\x79\x96\x62\xc0\xc1\xec\xb2\x86\x54\xd7\xa5\x1c\xe9\xaa\x4f\x6b\xf6\xb7\x13\xda\x50\x5a\x77\xe9\x2a\xce\x6f\x07\xf0\xfc\xd6\x6e\xf0\x31\xcf\xfc\x25\x23\x0c\x26\x37\x32\xf6\x54\x0f\x84\xda\x25\xd1\x50\x59\xc5\x81\xf6\x99\xc9\xe1\x0a\xc6\xc4\x6d\xe7\x0b\x42\x75\x52\x0e\x77\x2e\x26\xa3\x13\x26\x6f\xbe\x27\x63\x08\x66\xc8\xce\xae\x3e\x21\x6d\xdd\x48\xfd\xc9\x8b\xf0\xc9\x90\x02\x72\x78\x56\x69\x17\xda\x6e\x15\xc2\x47\xca\xe3\x81\x76\x32\xe0\x80\x0c\x9f\xd4\x93\xa4\xe2\xa1\x8d\x01\x07\x64\xf8\xac\x52\x3a\xc9\x45\x12\xc9\xb0\x80\xc9\x45\x89\xc9\xb0\x80\x39\x90\x75\xc6\x01\xcc\x31\xfc\xf8\x97\x09\x5c\x9d\x27\x01\xd7\xb7\x76\x0a\xd9\x66\x90\xc0\x34\xa2\xcd\xa8\x80\xc9\x5b\x05\xdd\xf4\x81\x39\x21\x3a\x83\x04\xa6\xf6\xb1\x51\xfe\xd3\x53\x19\x63\x06\x26\xa7\x32\xdd\xd0\xfc\xc9\x13\x02\xc9\x20\x81\x39\x95\x4f\x12\x1d\x17\x14\x76\x43\xf3\x27\x6f\xbe\x77\xc3\xeb\x7d\x8b\x2f\x19\x06\x30\xb5\x8f\x8d\xb6\x9f\xaf\x0e\xa3\x48\x56\x2f\xc5\x95\x64\x45\xcc\x5a\x37\xda\x7e\xbe\x4e\x37\x0e\x7c\x03\x43\xb8\xfb\x6c\x04\xb9\xef\xe9\xa5\xa6\x68\xd7\x8a\x35\x64\x7c\xbe\xe8\x24\x59\xeb\x7d\x7a\x78\xd2\x94\xf4\x6f\x44\x8e\x31\x03\x53\xc3\xd4\x98\x81\xa9\x61\x6a\x34\xb6\x2f\xe6\x25\x63\x06\x78\x31\x6f\xc1\x22\x7c\xf3\xf1\x29\x65\x9e\x35\x2f\x38\x5a\xe9\xb7\x93\xf3\x96\x34\xb4\x36\x78\x4f\xaf\xf3\x28\x76\xf7\xc9\xb8\x64\x54\xc0\xe4\x6e\xbc\xd4\x14\xcf\x1f\xc4\x95\xd1\xd8\xf3\x83\x86\x31\x1a\x9b\x27\xe3\x16\x4c\x42\x7a\xf5\x9c\xaa\xe8\x95\xb2\xdc\x63\x0a\xa3\x04\x4e\xae\x90\x51\x02\xd3\x63\x0a\xa3\x04\x26\xd7\xe4\x77\x83\xb3\x4d\x1d\xea\x86\x5f\x4f\xee\xc6\x4b\xdc\x13\xdf\xcd\x15\xea\x06\x58\xcf\x2f\xe6\x86\x01\xd6\xf3\xcb\x99\x6b\xd3\x36\xf9\xe2\xe1\x18\x60\xcd\x13\x72\xab\x94\x3e\x7f\x1d\xbe\xa2\xfd\xeb\x78\xf3\x29\x85\x54\x14\xde\xa6\x0e\x79\xb4\x3f\xbf\x0e\xdf\x01\x92\x3a\xd4\xef\x33\xc0\xc9\x88\xce\x00\x91\x9a\x9e\xf4\x4f\xee\xd4\xef\x77\x3e\xd0\x86\x1c\x11\xee\x90\x21\xd5\xbe\x28\x97\x9a\xa2\xfd\x2b\x2f\x54\x47\x84\x7b\x70\x9f\xc9\x71\x9e\xb7\x5d\x1e\x3e\x30\x97\xda\x96\xf4\x0b\xb2\x82\x7b\x08\xe1\x03\x73\x9d\xd0\xe6\x20\x0b\x69\x7d\x9c\x85\xd6\x1c\x42\xd6\x77\xeb\x81\x38\x69\x47\x04\x1c\x2c\xc8\x88\x4e\xe9\x60\x8d\x9a\xd0\xe1\x57\xdb\x45\x69\xdc\xcd\x76\xa7\x55\x1d\x48\x27\x9b\xed\x6e\xe7\xbf\xf3\x74\x77\xf8\xa2\x5c\xbf\xb7\x98\x8c\x9e\x90\xb8\x84\xeb\x2e\x88\x20\xac\x21\x64\x36\x1a\xbf\x35\x1d\x88\x40\x87\x20\xe1\x67\xc1\x5b\xc8\xb4\x87\x55\x61\x7c\xb5\xc6\xd4\x11\x0e\xd7\x89\x84\x5d\x90\x11\x35\x3f\x96\x54\x1c\xef\xbe\x1d\x61\x7d\x6c\x43\x52\x4e\x63\xae\x38\x69\xe9\x24\x6a\x2f\x58\x80\xa7\x94\xd9\x68\x4d\x38\x28\x75\x44\xca\x67\xa7\x2e\x61\x98\x3f\xe9\x97\x5b\x3d\xc1\xeb\x73\xeb\xa7\x21\xa4\xe2\xfb\x12\x52\xd3\x4d\x97\xb9\xf7\x3f\x11\xb9\xb1\x60\xa2\xf4\x40\xba\x7c\x3f\x42\x86\x7b\x33\x19\xf7\xf0\xb7\x45\x58\x29\x6d\xc2\x0e\xec\x42\xbb\x61\xaf\x54\x47\xbd\x0a\x69\xe8\xb1\x21\x48\x83\x97\xd9\xa3\x73\x05\x61\x27\x13\x3b\xba\x7e\x08\xb1\x9f\x41\x9e\xd1\x9d\x08\xc6\x08\x33\x89\x3a\xb1\x9f\x61\xea\x50\x27\x4f\x7b\x41\x48\x23\xac\xca\x4e\x3e\x21\xdc\xac\x40\x28\x68\x9c\x3c\x23\x2e\x7d\x8d\xfe\xd8\xc9\x9c\x84\x7e\x4c\xbb\xe4\x0a\x75\xa2\x3b\xa3\xe7\x10\x66\xa1\xbf\x2d\x42\x66\x32\x57\xe1\x1e\x02\xa1\x1a\x41\x72\xd0\x2a\x6d\x42\x1b\xa2\x1b\x59\xb2\xca\x21\xcc\xfc\xf6\x94\xbe\x81\x94\x16\x02\xbb\x89\xaf\x88\x5e\xec\x55\xa1\x5d\xae\x8d\xef\x8f\x72\x82\x27\xd5\x3a\xc1\x8f\xd1\x79\xb8\x3c\x11\xf6\x10\x27\x67\x87\xeb\x56\x17\x64\x44\x35\x09\x2b\xa5\x5d\x18\x40\xba\xe1\x35\x04\x5d\x22\x24\xf2\xaa\x3f\x4a\xa0\x8a\x92\x7c\x14\x2a\x9c\x4b\xf4\x47\x91\x53\x91\x4f\x8f\x42\x45\xc7\xa3\x4b\xc0\xd5\x11\x29\x54\xb8\xb3\xa0\x3f\x0a\x06\x13\x7c\xba\xf4\x5c\x59\xfd\x2e\x3d\x57\x4e\x19\xbb\xf4\xcc\xad\x7b\xfd\x69\x07\xfa\xb1\xbd\x42\x1e\x13\xd9\x10\x26\xe9\xf4\x47\xf6\x6d\xb8\x52\xfd\x3e\xd0\xf1\x76\x21\xe3\x6d\x07\x32\x5e\x39\x54\xe7\x81\x3c\xe6\x05\xf9\x58\x7a\x6e\xd8\x7c\x5d\x5e\x68\xf2\x51\x3c\x42\x96\x5b\xd6\x68\x2e\x8a\xb2\x8d\xdb\xdc\x53\x97\x53\x3c\x97\xe8\xb2\x46\x77\x62\xe5\x05\xee\xc6\xeb\xc4\xce\x2d\xc8\x78\xe5\x05\x7d\x89\x7c\x1d\x48\xcd\xf2\x42\x67\x57\xb0\xcb\x0b\x1d\xdb\xb3\xcb\x0b\x9c\x0f\xf4\xac\x98\xf4\xb6\x80\x2e\x6b\xf0\x28\x78\x27\x07\x7a\xc1\x2f\x90\xdf\x92\x3c\xd3\x89\xac\x5b\xd0\x9a\x9b\x10\x9a\x94\x35\x48\xad\xe9\x59\x89\xcb\x75\x77\x3d\x2b\x71\x3d\x4c\xe8\x32\x0e\xf7\xdb\x75\x1e\xe7\x0e\x1f\x3e\xeb\x59\x3e\x8a\x33\x5e\x3f\x86\x53\xb2\x7c\xe4\x96\x7f\x57\xa3\x72\x29\x5d\xea\xaa\xd0\x61\x9f\x53\x16\x3e\xc0\x22\xa4\x93\xb2\x95\xee\x41\x97\xe9\x06\x12\x38\xcb\x65\xec\xf1\xf7\x9c\x7e\xf9\xe6\xee\xfa\x96\x79\x95\x23\xb9\x0e\xa0\x67\x59\x90\x2d\xff\x9e\xef\xd3\xce\x0b\xe8\xc7\x98\xbc\x59\x46\x31\xe0\xab\xcb\x91\xec\xd3\xf7\x2c\x2b\xe8\x1e\x74\x19\x74\x76\xab\x3a\x90\x05\x94\x15\x26\x5b\xd1\xbd\x1e\xc8\x44\xca\x19\xf3\xf4\xf9\x40\x28\x54\xf6\x9d\x52\x99\x7a\x9d\x08\xaf\x9e\xd5\x21\x5c\xb2\x9e\xba\x6a\x9e\xab\xe3\x3a\x71\x76\xd1\xa7\xec\xab\xd6\xd7\xf1\x20\xec\x6e\x41\xfa\xfc\x50\x6a\x3a\x4c\x97\x9b\xdd\x89\xcf\xaa\x23\x03\xbe\xba\xec\xfb\xea\xf6\x8a\x6e\xb8\xf5\x9e\x65\xd0\x97\x23\xd2\x8e\x79\x39\xed\x32\xe8\x0b\x77\xaf\x6b\xd6\x10\x0e\xd6\xb3\x0c\xea\x5e\x7b\x57\x1b\xbf\x1c\x6f\x3e\x90\x05\x95\xab\x5e\x6c\x04\x11\x05\x11\x66\xe5\xf4\x2c\x57\x99\x95\xd3\xfb\x81\x50\xb7\xfa\xe7\x85\xa5\xd2\x55\xdd\xef\xee\x6f\xbb\xd0\x4e\x56\xe1\x96\x13\x84\xce\x45\x7f\xbb\xa0\xbd\x09\xe9\x64\xb9\x85\xf6\xca\xaa\xe4\xaa\x42\x27\xb9\xb2\xa1\x13\x67\x17\xbc\x65\x76\xa7\xae\x04\xe2\x8e\x86\x4e\x60\x5d\xf0\x3c\xd9\x82\x76\x63\xfa\x5b\xda\xfd\x10\xbb\xc0\x8d\xb1\x0b\xfa\x31\xed\x7e\x4e\xaf\x42\xc8\xd4\xc9\x64\x1f\x3b\x19\x56\xe5\x2a\xc8\x38\x1f\x2c\xc2\xae\xda\xd7\x59\xca\x9a\xda\x1f\x2c\xc2\xb8\x0e\x44\x8a\x68\x79\x73\x91\x78\xcf\xb2\x86\xde\x51\x28\xcc\xbe\x4a\x02\x79\x41\x97\x26\x4b\xfc\x5f\x45\x8e\xc4\xff\x85\xf8\x43\x29\xf2\xc5\x90\xc9\xf2\x82\x2e\x4d\x28\x54\xbe\x92\x8a\xbc\xe0\x5d\x09\xa1\x8c\xd1\xc3\x09\x85\xca\x97\xad\x8f\x2c\x6b\x98\x2d\xc3\xcd\xad\xc1\x63\x5e\x0b\x26\xa1\x35\x3f\x40\xe9\x19\x25\x19\x5e\x43\xc0\xc1\x7f\xc4\x35\x58\x41\xec\xe3\xb8\x20\x42\x6e\x50\x5d\x10\x62\x68\x7e\xec\x72\x37\x4b\xb1\x20\xb8\x5f\x35\xcc\xa5\xe9\x84\xf0\x05\x8f\x79\xad\xd2\x3d\x39\xbe\xde\x95\x88\x12\x58\xd0\x4e\x9e\x52\x3e\x86\xd9\x7d\xcc\x2b\x11\x25\x10\xe1\xf5\x00\x44\x09\x84\xe9\x31\x9d\x10\xbe\x05\x3f\x94\x32\x40\xae\x0a\x4f\x1c\xfc\x07\x29\x2e\x77\xe2\x3c\x3e\x4e\x8a\x0b\xe7\xf1\x0b\xd2\x50\x3e\x1f\xc3\x38\xfd\x7c\x4c\xcd\x18\x7d\xa1\x4d\x4f\x70\x60\x84\x7b\xb3\x44\x03\x06\x91\xec\x0b\xfe\x72\xab\x67\x7d\x0b\x59\xc1\x91\x3e\xca\x93\xb8\xc8\x74\x41\x84\x37\x1c\x19\xd5\xb9\xc9\x07\x3a\xfa\x10\xda\xc7\x03\xe9\x63\x30\xcd\xd5\xc5\x0f\xfb\x88\x89\x40\x80\x41\x84\xdb\xba\xc4\xe8\x2d\xb8\x47\x4f\x50\x5e\x84\xd6\x15\x51\x78\x0b\xb2\xda\xc5\x4e\x62\x2f\x72\x73\x69\xf8\x46\x4f\xe2\xaa\xd2\xf0\x51\x9e\x4e\x60\xdd\x82\x0c\x10\x8e\xe4\x8d\x9e\x55\x5a\x84\xf0\x0d\x2c\xe8\x2b\x3c\x89\x7b\x3f\x17\x64\xf8\xd5\x86\x50\x83\x04\xa9\x85\x8f\xf2\x24\xce\xfd\x23\x4c\x6b\xe6\xde\xcf\x05\x59\x7c\x98\x2c\xba\xbf\x4d\x74\x83\x8c\xe1\x4e\x18\x5a\xf0\x68\xcd\xfa\xf8\x94\xd2\x49\xb8\x99\x50\xf5\x55\x5a\x85\x1f\x4a\x8b\x90\x21\xc8\x19\x3c\x0d\xdb\x89\x59\x0b\x5f\xb8\xe9\x04\xa9\x85\x81\xec\x9d\x20\xb5\x08\x0d\x26\x02\xcd\xc2\xf7\x6f\x7a\x91\xb9\xdd\x6d\x2d\x32\x37\x01\x15\x9d\x88\xaf\xe0\x49\x9b\xd5\xae\x55\xe1\x38\x87\x5c\x65\xc8\x04\x97\x84\x2e\xc8\x88\x64\x94\x40\xa5\x70\x49\x68\xf8\x2c\x4d\x2f\xf2\x8d\x7b\xb1\x21\x93\x05\xe6\x06\xa1\x56\x0b\x32\x57\x32\x4a\x48\x0c\x72\x86\xc6\x56\xf4\x53\x15\x74\x85\xe9\x19\x06\x54\xf0\xce\x43\x84\x31\x12\x21\x2f\x0c\x24\x7d\x48\xfc\x03\x59\x5e\xd0\x3f\xbe\x43\x93\x42\xe2\xff\x7f\x18\xfb\x73\xa4\xeb\x61\x20\x4b\x1b\xf3\x7b\x15\xb5\x04\x62\x06\x22\x2a\x6a\x2f\x04\x79\x29\x4f\x86\xf6\x6f\x28\x70\x9e\x93\x6f\x75\x87\xf4\xf7\x57\xd6\x65\x82\xbc\x18\x73\x00\x90\x93\xaf\x57\x97\xb1\xfd\xf6\x00\x8d\xa2\xf6\x18\x5e\xcb\xed\x1a\x9f\x8d\xb1\xb7\xf1\x79\xb9\x66\xa8\x19\x5b\xa3\x03\xb2\x64\xdd\x35\x7b\x44\xc8\x1f\x2c\xe6\xcf\x5b\x83\x1c\x0e\x9b\x59\xec\x36\xc6\x22\x8e\x9c\x00\x66\x36\x4f\xce\x66\x6b\xd6\x3c\x5e\x19\x1c\xe4\x7c\x99\xca\x7c\xbf\xda\x3c\xfc\xc7\xb8\xe1\xf1\x12\x9a\x76\x62\xd8\x71\x40\x26\x87\xa3\xc5\x92\xd1\x40\xce\xd8\x3d\x1c\xb0\xf3\xb6\x1a\xa4\x5d\xb3\x82\xc7\xb4\x80\x34\x76\x9a\x96\xd9\x3c\x40\xf6\x35\x99\x80\x9b\x07\xec\x80\x6e\x17\x11\xda\x3c\x40\x76\x2e\xf9\x32\x1d\x3d\x46\x24\x73\x95\x87\xe1\x77\x73\x15\xc5\xad\x3a\x1f\xbb\x57\xcc\x46\xf7\xf0\x1f\x50\x85\x7c\xdb\x6b\xbd\xd3\xff\x2d\x06\x2b\x60\x35\xe8\x5e\x35\x83\x93\xb7\x01\x2e\xde\x76\x83\x0f\x20\x03\x7c\x99\x49\x8c\x33\x96\x73\xba\xe4\xcb\x24\x29\x0b\xfa\x03\x2e\x83\x9d\x8f\xe3\xbf\x0f\x60\x7c\xfc\xea\xe3\xfc\xcf\x9c\xbb\xe7\xdb\x1f\x7f\x75\xc5\x62\x57\xf9\x32\x35\xbf\x9e\x66\xcb\x66\xa2\x67\xe5\xcb\xc2\xf8\xe5\xee\xaa\x7b\x11\x5e\xb8\x75\xf7\xac\x13\x2f\x37\x5f\x16\xc6\x36\x5d\xe8\x9e\x66\x6d\xd4\xce\x5b\xb7\x0b\xb2\xf7\x98\x39\x0e\x74\x3d\xa6\x6a\x33\x55\x16\xd5\x44\xd3\x9d\xdd\x33\x87\x2d\xfe\xec\x9e\x2a\x82\xeb\xce\xee\xa9\xc2\x34\x3f\x5f\xe6\x22\x3f\x34\xc1\xdd\xcc\xec\x67\xb4\x32\x17\xf9\x79\xbc\xc5\x35\x23\x8e\xba\x59\xdd\x8f\xcd\x07\x89\x63\x0f\xe8\x5e\xb9\x5d\x0f\x9f\x9b\x01\x9b\xe6\xe7\xcb\x3c\x46\xde\xd4\x07\xac\x06\x69\xd7\x62\xfe\x43\xcb\x88\x99\xc7\x01\xdd\x90\xdf\x2e\x16\xc5\xf2\x16\x87\xe9\xd9\xbd\x28\x84\xcf\xcd\x97\xe5\xed\x67\x5c\xf0\x1a\x91\xb5\x65\x76\xaf\xc2\xe7\x69\x6f\x01\xba\x5d\xff\xd7\xa4\xdf\x02\xa4\x1b\x9e\x76\xc2\x56\xe5\xab\x07\xc8\x3c\xb3\x43\xba\x7d\x61\x8c\x25\xc3\x01\x59\x41\xae\xc5\x48\x00\x93\x26\x96\x0c\xeb\xe6\x4a\x38\x63\xd7\x71\x40\xd7\xdc\x00\x6f\xe6\x0a\xf1\x7b\x5f\x5e\x94\xee\xaa\xa4\xeb\xcd\x58\x5f\x2c\x12\xc0\x9c\x9a\x87\x41\xaa\x1a\xee\x15\xa4\x8f\x75\xc2\xb2\x1d\x7f\xc6\x18\xe3\x80\x03\xb0\x18\x64\xbc\x2d\xfe\xcb\xfa\x0e\x77\x52\x37\x21\x99\x90\x9a\xeb\x66\xfb\x98\x09\x9a\xb9\x6c\xc7\x3f\x31\x56\x38\xa0\x3b\x49\x9f\x13\x67\x09\x8c\x06\x0e\xc8\x2a\x4c\x7f\xcc\x9e\x08\x87\xff\x85\x59\xff\x79\x5b\x0c\x32\x93\x2c\xd9\x9d\x16\xbd\x82\x79\x63\xd6\x7f\xde\xba\x21\x76\xcf\x98\x14\x1c\x90\xa9\x9b\xee\x33\x6c\xb2\xb3\x27\xb2\xd1\xff\x24\x35\xf9\x72\x96\x9a\x89\x85\xc1\xba\x7d\xfb\xda\xbd\x46\xb8\x35\xe7\x0b\xc9\x76\xe7\xf8\x98\x9a\x33\xa2\xac\x7b\xc9\xb2\xe7\x19\x41\x77\x93\x3a\x35\x13\x43\xf3\x80\xa0\xd9\x72\x43\x9e\xe7\xe5\x86\x3c\xcf\x88\x85\xbb\x78\x9e\x11\x0b\x77\x31\xc7\x45\xd0\xdd\xc5\x1c\x77\x05\xe8\x01\x4e\x83\xcc\xe4\x0a\x90\x45\x41\x0e\xd8\xf8\x7e\x76\xa3\x0a\xf6\xf4\x99\xa4\x10\xeb\xb6\xe9\x06\xf9\x5d\x17\x69\x5a\xce\x5b\x7a\x55\xd9\x2f\x13\x0f\x60\x61\xf6\x7e\x40\xfe\x8b\xd9\xfb\xec\x9e\xf6\x0a\x2f\x27\x83\xc4\x01\xfd\xdf\x00\x99\x67\xc4\xaf\xad\xe0\x33\x26\x32\x07\x64\x7d\x11\xbf\x77\x35\xfb\x9a\x7e\xeb\x35\xf2\xa2\xe0\x13\x9c\xd3\xff\xe0\x8e\xff\xae\x70\x2f\x0c\x66\x0e\xf8\x03\xf4\x08\x60\xde\x29\xb9\x53\xda\x4e\xe5\x04\x8b\xbd\x1b\x6b\x82\xd1\xcb\x01\x41\xba\x15\xe0\xe4\x6d\x36\x88\x94\xf0\xe2\x37\x98\x19\x09\x24\x0e\xc8\x34\x7b\x89\x1a\x94\x91\x60\x84\x77\xe3\x82\xad\x7b\xc5\x30\xa0\xcf\x84\xc5\x5c\x36\xa0\xcf\xa4\x97\x58\xb6\x2f\x9f\x68\xf6\x0f\xb8\x00\x93\x41\xff\x77\x19\x7c\x79\x9b\x0d\x0a\xe9\xb0\xcc\x59\x18\xa3\x1f\xd0\xff\x45\x4a\x60\x8a\x73\xc0\xc6\x7f\x8b\xc1\xc1\xdb\x00\x27\x6f\xab\x41\xd6\xa4\x18\xdc\x0c\x1f\x71\xe4\x34\x2d\x13\xcd\xfe\x01\x3b\x6f\x3d\x22\xf6\x22\xe4\x37\x5d\x37\x9e\xbb\x93\x84\xa6\xcb\x69\x5a\x32\x86\x3a\x07\x64\x08\x66\xb1\xb8\xea\x4e\x1c\xfe\x17\x69\x5a\xce\x5b\x57\xe5\xc9\xf1\xfa\xda\x52\x65\x78\x7d\x87\x27\x16\x61\xe5\x24\x2e\x13\x4d\xff\xba\x95\x67\xf4\xbc\x6d\x06\x5d\xb3\x1b\xf2\x78\xcd\x8f\x89\xc5\x34\xb1\x03\x38\xa0\x6b\x76\x43\x1e\xbe\x11\x89\x8c\x2f\x19\x63\x9b\x03\x8a\xe5\x24\xf3\x54\x1c\x88\xe7\x30\x5e\x4d\xcf\x86\x11\x09\x13\xf9\x39\x8c\x39\xb8\x08\xe7\x64\x9e\xaa\x8b\xea\x03\xd2\xee\x5c\xac\xaf\xb9\x26\x71\x9c\x72\x32\xd7\x9c\x9e\x2b\xb3\xc9\xe9\xb9\xca\xae\x6a\x51\xb3\xb9\x26\x61\x6d\x27\x56\x02\x0b\x33\xf7\xf3\xd6\xbd\x42\xfe\x0c\x63\x1d\xf7\xd6\x39\x99\xa7\x4e\x8f\xd7\x4c\x14\xbb\xf6\x9c\xcc\x44\x7d\x0c\x1b\xc6\x3a\xc2\xda\xce\x61\x34\x5b\x5e\x7d\x4b\x45\xdf\x5b\x0f\xa3\xd9\x9a\xac\x82\x85\x24\x26\x31\x39\x99\xd5\x2d\x76\x4c\xc3\x48\xb8\xcc\x9f\x2c\xe8\x96\x31\xc7\x48\xe8\x4b\xee\x61\x34\x5b\x9e\x9c\x11\xff\x65\x51\x8c\x75\xbe\xe4\x1e\x46\x33\x05\x8c\x3a\x1f\xbb\x2a\x13\x0e\xb7\x91\xb6\xfb\x9e\xc3\x88\x74\x1b\x73\xcc\x71\x6f\x53\x0a\x27\xc9\xfb\xde\xfe\xb8\x1b\x84\x23\x59\xc0\x72\x1c\xca\x18\xcc\x1c\x10\x5a\x30\x7b\xc6\xdb\x38\x27\xcb\x5b\x2e\x9f\x73\xb2\x80\xdd\x26\x1c\x33\xef\x6d\xdc\x30\xf3\xde\xcb\xed\x2e\x83\xfe\x98\x5e\x6d\x33\x0a\xf3\xe3\x6d\x46\x61\x7e\xbc\x3d\xde\x16\x20\xed\x9a\x4f\x12\x6d\x29\x27\x33\xc6\x6d\xcc\xb1\x54\x24\x87\xe7\x1c\xde\x8c\x6c\xcf\x86\x85\x24\x57\xd3\x39\x59\x48\x92\xc6\x24\xa7\xf5\xef\xab\x1e\x67\x31\xc9\xd9\x6c\x92\xbc\x9b\x39\x9b\x4d\x3e\xd3\x6f\x99\x66\x72\x67\x66\x92\x40\x2c\xa7\x1e\xc9\xd9\xec\xea\x81\x6e\xb2\x65\x95\xaf\xa2\x87\xe9\x95\xcc\x9a\x39\x9b\x5d\xf9\x8c\x86\x05\xc5\x01\xfd\x31\x03\x7a\xcc\x09\xb8\xb8\xbd\x1f\xc6\x97\xcd\x72\x1e\x76\x0c\xd9\x5c\x84\xdc\x99\x73\x78\x3b\x45\xfa\x90\x9c\xcd\x45\x88\x2d\x9c\xb3\xf9\x04\x41\x9e\xa6\xed\x1c\x6e\xee\x9e\x73\xb6\x0c\xf1\xdd\xb3\xcd\x1e\x30\xec\x3e\x6f\x5d\xb3\x47\x64\x7a\xf5\x71\x28\x9b\x13\xbc\xb7\x6b\x76\x55\x2c\x42\x36\x27\xf8\x81\x74\xd9\xa4\x8f\xbd\x75\xce\x96\x30\xc4\x7c\x9a\x36\x8a\xc0\x84\xfa\xbc\x4d\x06\x99\x0d\xef\x72\xb8\x6c\xce\xd9\xc4\xfd\x33\xcd\x79\x97\x43\x5e\xca\x9c\x4d\xa0\x3e\xa5\xd8\xb0\x81\x24\x1f\xe7\x6d\x7c\x4c\xbb\x66\x0c\xe4\xa5\xcc\xd9\xdb\x74\x9f\x52\xb2\xa9\xf9\x83\x50\xb2\xa9\x99\xac\x1e\xd3\x46\x11\xf7\x07\x8f\xc9\xa6\x66\x02\x37\x65\xb2\x22\x1c\x10\x69\x3c\xe2\x2d\x8b\x62\x91\xc2\xdd\x73\xce\x26\x7d\xdf\x3d\xdb\x82\xe2\xfe\xcc\x18\xcc\x90\x70\x11\xce\x18\xcc\xac\x7d\x79\xb9\x91\x30\xfb\x8a\x6e\x4c\x83\x0f\xe0\x32\x08\xab\x83\x5d\x6d\xe2\xe5\x4e\xdb\x57\x38\xf7\xc6\xb4\x05\xc5\xbe\x16\x6b\x04\xbd\xee\xcb\x8c\x70\xb8\x66\x98\x19\x51\x06\x0f\xe8\xb7\x6e\x88\xed\x63\x6e\x6e\x88\x4b\x06\x72\xee\x1e\xb0\xf1\xd6\xed\x72\xd2\x20\x16\xc6\x01\x7f\xbc\xa5\x2a\x5b\xaa\xd8\xa2\x02\xcb\xf5\x03\x16\x83\x90\x15\xc2\x6a\x27\xb3\x67\xb8\x17\x69\x3c\xce\x5b\x7f\x0c\x43\x22\xda\xdf\x72\xde\x8e\x6c\xdb\x1b\x1b\x94\x67\xc2\xfb\x1d\x90\x35\x02\xeb\x30\x8b\x3e\x35\x37\x83\x20\x03\x58\xe7\x0c\x12\xd3\xe6\x17\xbb\xdc\xee\xa4\xff\xcb\xc1\x92\xd0\x18\xcb\x69\x1f\x32\x89\x1d\x0e\xc8\xc7\x30\xc2\x5d\xbd\x64\xac\xfe\xf6\x76\x99\x00\x7e\xcb\x79\x1e\xb2\x0d\x84\xb0\x74\x3e\xff\xcd\x06\x99\x0d\xaf\x51\xf5\x78\xbd\x28\xf2\x21\x3d\x14\xe9\x6e\xdc\xee\x95\x1b\x32\x9a\x2d\x37\xc4\xe6\x2b\x7b\x9e\xab\xd7\x08\x16\xbb\x1b\xf2\x36\x7b\xbc\xcd\x14\xba\x02\x04\xcd\x38\x87\x6c\xef\x4c\x09\xc2\xb7\xb0\xbf\x3e\x9c\xe0\x32\x08\xd1\x79\xf8\xb6\x99\x20\x60\xc7\xda\xb8\x67\x4e\x02\x76\x2c\x0c\xae\xcf\xc7\xd5\x20\x6b\x14\xbd\x32\xe6\xfc\x0f\x18\xff\xee\x1e\x81\xfb\xd8\x61\xde\x36\x53\xda\x9d\x73\x87\x0d\x91\xb6\x77\xc0\x85\xfd\xf1\xee\xe0\x7e\x61\xcb\x4b\x6e\x86\xd3\xc7\x78\xfb\xf0\xb6\x1a\xfc\x78\xeb\x8f\x39\x49\xcd\x78\x0b\x29\xd8\xa6\x69\x77\x06\x54\x10\x29\x1b\xef\xcc\x6c\x23\x26\x32\x37\x9c\xff\x36\x83\x9a\x0c\x22\xf4\xad\xcd\xc5\x7c\x26\x42\xdf\x22\x73\xc3\x01\xab\xc1\xc1\x7f\xbb\xc1\xc5\x5b\x57\x75\xfb\x63\xbf\x8d\x59\x1f\x06\xa9\x39\xbb\x21\x64\xa6\xad\x98\xf6\x70\x27\xd9\x6b\xee\xe9\x5e\x21\x52\xf6\x9c\x7e\x4b\xcd\x24\xa6\xcf\x36\x6a\xda\x44\xa7\x99\xc4\x27\x59\x61\x60\x3d\x3d\x22\xdc\x04\xe7\xf4\x88\x88\x92\x99\x09\x95\xb7\x9c\x34\x60\x4e\x0f\xd0\xd7\xd8\xd3\x23\x22\x91\xdd\xb4\xb1\xcd\x26\x91\x5d\xb6\x41\x14\x39\x04\x0e\x58\x0d\xb2\xa0\x6c\x01\xc9\x12\x70\x40\x56\x81\x2b\xf0\x6c\xa3\xa6\x7d\x7b\x26\x53\x80\x62\x1b\xb6\x71\xda\x04\xcd\x9c\xb6\xcc\xb1\xfd\x71\xb6\x8d\xd3\x26\x86\xe6\xb4\xb1\xcd\xbe\x8d\x48\x08\x8d\x7d\xc3\x63\x6c\x5d\xb3\xef\x9b\x6e\x54\xf7\x0a\x12\xb4\xfd\xcc\xbe\xbd\x0a\x96\x03\x37\xda\x5c\x9b\xd3\x6c\xef\xf9\x6c\xf2\xb4\x37\xdb\x65\x9b\xd3\x6c\x22\x6c\x66\x5b\x40\xed\x0d\xcb\xb1\x05\xd4\xde\x50\xf3\xf4\x3c\x13\x61\x66\x12\x19\xe4\x80\xa0\x0a\xfb\x9a\xed\x1d\x21\x81\x42\x0e\x08\xe1\xb0\xaf\xd9\x9b\xcb\x57\x42\xd6\x2d\x2c\x9d\xcf\xc7\x0c\x81\xe8\x9c\xb9\xb4\x00\xe9\x95\xc5\xc2\xbe\x5d\xb3\x41\x36\x41\xc5\x62\x61\x9b\x8e\x8a\x47\xe4\xf1\x9a\x5b\x3f\x5e\x6e\xb3\x67\x6f\xeb\x6c\xc5\xb4\x1f\x2f\x37\x62\x7f\xdb\xf5\xcf\x96\x39\xdb\xbb\xbc\x62\x06\xec\x5b\x7c\x5b\xe6\x6c\xdf\xe2\xdb\xa8\x69\x3f\x6c\x46\x8a\xf9\xf1\x63\xb2\xb2\x44\xb5\xeb\x9f\xcd\x78\xf6\x83\x9c\xb7\x8d\x13\x46\xd3\x67\x2f\xe2\x76\xd9\x31\x15\x8b\x41\x5b\x49\xdb\xe6\x67\xe3\xcd\x97\x8b\x25\xdb\x1b\x7d\xa6\xa1\x17\xd1\x6d\x33\x9e\xfd\xba\x57\x33\x40\xb0\xce\xcb\xed\x6b\xed\x32\x03\x64\xb9\xbd\xfa\xde\xd6\x95\x19\x20\xd8\xee\x5d\x00\x39\xe3\x72\x59\x01\x42\xbf\xde\x05\xe0\xbe\x97\x6d\x79\xb5\xed\xbe\x37\x8d\x2a\xaf\x57\x70\x05\x48\x43\x96\x3f\xbe\xf4\x9e\xc6\x1c\xdf\x63\x4f\x63\x0e\x4e\x76\xd9\x86\x58\xdb\x4e\x76\xd3\x98\xf3\xf3\xa2\xac\x7f\xc6\xe3\x3f\xdf\x42\x64\xc6\xb2\xdf\x72\x1f\x87\x41\x10\x96\x1b\x98\xfd\xf3\x54\x71\xe5\x62\xb3\xef\x6c\xa3\xad\xfd\x03\x61\xb1\xc3\xba\xf7\x65\xb4\x32\xf0\xfc\xd7\x7f\x14\xdc\xfe\xee\x2d\x2d\x7f\xc5\x1b\xed\xde\x97\x6a\xfd\x03\x92\x5e\x35\x43\x59\x7f\x8b\x77\xbf\xf3\xae\xb9\xca\xcd\xbb\x80\x86\xde\x75\x43\x87\x84\x9b\xff\x76\x88\xa1\x70\x63\x7c\x6f\x85\x5c\xc9\xae\x43\x4e\x83\x05\x37\xc0\x1b\xbf\xbf\xda\xff\x3e\x3c\xab\xa7\x09\xbf\xf1\x01\x2c\xdc\x1c\x1f\xe8\x4c\x4b\xa3\x8f\xa4\x4e\x73\xc3\x18\x03\x37\xd7\xa7\x6b\x25\x5d\x2b\xdc\x24\x4d\x2b\xdc\x2e\xdf\xce\x99\x26\xe2\xbd\xc9\x73\x56\xf1\x67\xb9\x71\xec\x2b\xdc\x3b\x1f\xe8\xd4\xee\x09\x90\x79\x40\xe1\xd2\xf9\x40\x5d\x7f\x73\x63\x87\xff\x17\x6e\xa0\x0f\x74\x18\x4f\x07\x50\x5e\xf0\xc2\x6d\xf4\x81\xce\xe4\x73\x41\x75\x6f\x2c\x74\xc7\x34\x40\xd3\xc3\xd0\x69\x7a\x2c\x03\x67\xee\xf1\x14\xb9\xc9\x72\x56\xae\xf8\xdb\xa1\x91\xca\x15\xd0\x4d\x8e\xb3\x72\xc5\xff\x0e\x0d\x54\xae\x78\x0e\x74\x66\x64\xfa\x6f\x5b\x93\x3f\xfd\x6a\x6b\x7e\x66\x32\x74\xeb\x6f\xee\xc9\xa1\xf6\xc2\x95\xf8\x8d\x1b\x61\xf6\xb0\x15\x9d\xa5\x72\xc3\x72\xa0\x23\x9b\x56\x00\x42\x90\x59\x0c\x15\x7d\xb8\x0c\x9d\xb1\xad\x00\x34\x9a\x59\x0d\xcd\x03\x5d\x06\xb6\x5e\x35\x43\xc2\x02\xba\x58\x16\x1d\xee\x86\x54\x47\x36\xa0\x09\xa9\xf1\xa1\x56\x66\xba\xc3\xc6\x03\x03\xbc\x72\x87\x0f\xfb\x20\x58\xf1\x01\x68\xd9\x5d\x3c\x13\x47\xa4\xe2\x1b\xbf\xc2\x3a\x8c\xde\x8a\x84\x59\xb8\x7b\xbf\x77\x11\x2e\x0d\xe3\xb7\x5c\x0e\x8b\x17\x4d\xb7\xd6\x75\x18\xa3\x95\xb8\xa0\x70\x0b\x7f\x93\xd5\xad\x8e\x16\x5f\x9e\x6e\x25\x7a\xa5\x00\x98\x18\x74\xdf\x6c\xd6\x0b\xd7\xf1\x07\x3a\x63\xc9\xd9\x40\x3b\x55\xf4\xcb\x50\x3f\xaf\x8a\x01\x21\x8f\x09\x4b\x97\xda\x6c\x5b\x0e\xa0\x19\x58\xcd\xd0\x19\x66\x71\x5b\x4b\x74\x6b\xb2\xd0\xed\x36\xb1\x7d\x0f\x70\xb8\xc4\x18\xf1\xea\x2c\x74\x71\x5b\xb7\x96\xcf\xe8\xa1\xcc\x07\xec\x6b\x0e\x20\xa4\x9a\x51\x87\x26\xd8\xc8\xa2\x30\x30\xec\x69\x6e\xb6\xf7\xe5\x5a\x01\x9d\x4e\x55\xf7\x77\x6b\xee\x97\x1b\x13\x62\xa6\x2b\xde\x7d\x7a\xf7\x4f\xd5\xea\xbd\x15\x1b\xb3\x0e\xb7\xd0\x44\xa0\xb5\x18\x98\xaa\x33\x19\x3a\x03\xa8\x0c\x40\xf7\xe3\xc5\xbc\x51\xa7\x8c\x92\x8c\x72\xba\x2b\x67\xf7\x73\x80\xa1\x57\xae\x50\xf3\x5d\x99\x10\xd9\x64\x57\xac\xac\x6f\x72\xce\x11\x7d\xf7\xc6\x31\xb4\x4e\x2f\xbb\x32\xa8\x93\x90\xeb\xc6\xef\xb3\x18\x73\x74\xea\xa8\xd3\x94\xa4\x00\x9a\x05\xcd\xc8\xcd\x99\xa3\x4e\x2f\x93\xe2\xc5\x14\x33\x2f\x99\x1c\xd5\xe9\x65\x52\xb0\xcc\x82\xca\xe4\x40\xaa\xb2\x74\x43\x67\xc2\xfb\x34\xf0\xe9\x43\xbf\xd2\x0c\xf4\x65\xe0\xac\x27\x72\xfc\x40\x5b\x1f\xfa\x9d\xc8\xcc\xdc\x56\x97\xf2\x25\x99\xb2\x74\x09\x5f\x92\x89\x49\xd7\xea\x75\x1a\x37\x3b\x98\x9f\x80\x74\xc2\x28\x66\x87\x3a\x5f\x94\x94\x02\x3a\x95\x98\x01\xca\xe2\xba\xce\xbf\x0f\x45\xc6\x9e\x47\x05\x8d\xa9\xd3\x5c\x48\xa7\x92\x62\x26\xa7\x00\x32\x25\x99\x6f\xea\x52\xbe\x18\x39\x65\x38\x54\xfe\xfe\xf4\x9e\xef\xcc\x43\x65\x35\x54\xcc\xac\x94\x34\xbd\x98\x3d\x0d\x06\x66\x52\xd5\x75\x7a\x5d\x57\x40\x9a\x46\xd3\xea\x38\xeb\x59\xd7\x15\x90\x30\xc9\xc4\x2a\x0f\xd1\x62\x76\xa2\xc3\x4d\x5d\x9e\xab\x01\xba\x67\xb7\xad\xd5\x35\x03\x91\xe7\x68\xc5\x9a\xf0\x26\xab\x5c\x31\x69\x29\xe6\x4c\x5d\xe6\x42\xba\x6d\x2f\x46\x7c\xc5\x9f\x29\xc9\x6c\x5e\x87\xa3\x6a\x62\x52\x76\x85\xba\xbc\x12\xba\x94\x8f\x9d\x85\x32\x2d\x94\x64\x9e\xaf\x33\x54\x49\x46\x47\xdd\xcf\x57\x63\xa3\x4c\xa8\x4a\x32\xab\x51\xf6\xba\x92\xcc\x5d\x64\x53\x5e\x57\x54\x22\xa1\x95\xcc\x28\xe6\x99\xc8\xba\xa2\xca\xc3\x43\xaa\x31\x55\xc6\xe6\x58\x71\xdf\xa4\x9e\x2b\xe8\x6b\x6e\xdc\x54\xab\xa7\x4a\x56\x54\x75\x99\x6b\x28\x48\x4d\x49\xc6\x6f\x19\x4d\xd5\x65\xa2\x5e\xe0\x55\x19\x86\xd4\xb4\x69\x5c\x26\xe6\x85\x4c\x68\x07\x52\x03\x01\x08\xdd\xcd\xb1\xe4\xc8\x5a\x97\xe9\x5f\x76\x57\xd5\x6b\xad\xf0\xa1\x25\xb9\x27\xeb\xe0\x5c\xf5\x52\xeb\x36\xbf\x62\x8d\x77\xa0\x33\x23\x5e\x5c\x19\xa8\xd7\x65\x81\xa0\xbb\xfa\xba\xbc\xc9\xd1\x55\x7d\xf5\xac\x2e\x84\x96\x99\x97\x32\xb3\xd7\xe5\x8d\x8d\x8c\xb6\xaa\x29\x7e\x21\x8b\x62\xd4\x5b\xf4\x1f\xe3\x14\x4b\x59\x26\xc2\xa5\x89\x5c\xde\x95\xe9\xac\x5a\x31\x92\xbb\xf1\x9c\x2d\xc9\x03\x95\xa7\x6c\x5d\xe3\x9f\x91\x0a\xce\xa7\x22\x8e\x1a\x95\x6a\xf6\xcc\x3a\x6e\xf8\xa5\xe7\x41\x47\xd8\xba\x4c\x54\xf2\xa0\x2d\xc9\x3c\x52\xb9\xd6\x6b\xb4\xae\x59\x89\x1a\xb5\x37\x4b\x66\x98\x3a\x70\xb6\xcb\xcc\x42\x3a\x86\xea\x57\xfb\x8c\xa0\x5d\x5e\x46\x85\x9d\xa9\x16\xe5\xfb\x90\x43\xc3\xa2\xe6\xc6\x2f\xb6\x24\x73\x5d\xe5\x7d\xa8\xde\x4c\xea\x10\xda\x2e\xd3\x8d\xac\xdc\xab\xe7\x5c\x47\xce\x92\xbc\x70\x8a\x78\xda\x2e\xaf\x95\xd2\x41\x54\xf3\x63\x1d\x28\xab\xb7\xcf\x0a\x67\x5a\x52\x54\x7f\xd6\xb4\x5d\x46\x19\xe9\x22\x6a\x77\x37\xd8\x88\x44\x63\xda\x89\x78\x9b\xb9\x61\x23\xde\x00\xe8\x44\x5a\xbd\xa2\x9b\xc9\xf1\xf6\x5f\xc6\xf2\xd5\xcb\x2b\x1b\xb2\x92\xa2\x53\x5b\x3d\xa4\x1b\x32\x8c\x6f\x97\x77\xd3\xd2\x3e\x54\x73\x74\x9d\x4a\xab\xf7\xc8\x0f\xcb\xe7\x6e\x3c\x30\x7b\xb7\x2c\xfb\xae\x3a\x02\xa0\x87\xae\xf0\x74\xaa\xc5\xc6\xe9\x01\x21\xa3\xe9\x83\x90\x2d\x76\x47\x0f\x32\xce\x62\xe7\xa1\xc7\x23\xfe\xa7\x35\xf3\x8e\x48\x61\x52\xab\x99\xb8\x5c\x79\x5b\xec\x6d\x64\x0f\xd6\x62\x3b\xa3\xa4\xe7\x75\x06\xa0\x81\x7a\xcf\xf2\xc2\x10\x7c\xd6\x90\x29\x58\xf5\x36\xf0\x45\x18\x7a\x12\x5e\x58\xe4\x65\xe0\xac\x59\x88\xbf\x17\x61\xe8\xd3\xc0\x0b\x3f\x03\xf8\x41\x4f\xd3\x80\x66\xc4\x7b\xf0\x9f\x90\xd1\xbc\xf9\x47\x37\x2c\xab\x94\x86\xb0\x99\x37\x2b\x29\x79\x0b\x22\xd4\x11\xb2\x79\xb3\xa1\x03\x64\x33\xff\xfd\xc1\x71\x2d\xab\x94\x15\xb0\x24\x0f\xe5\xb7\xf5\xe1\x30\xa0\x71\x79\x28\x1f\xf3\x36\x0d\xa8\x87\x5e\x09\xe9\x15\x5a\xb2\x60\x94\x2d\x14\x06\xb2\x37\xb9\x00\x5b\x34\x26\x8d\x43\xb3\xf4\xf8\x10\x11\xcb\x1f\x1e\xfa\x6e\x26\xcd\x8f\x89\xf2\x7e\x4e\x06\x52\xcd\xa4\x29\x2b\xf7\x96\x3d\xe6\x0f\x09\xe1\xe5\x93\x27\x6e\x33\x1b\x95\x0e\xa2\x24\x2f\x9f\xdc\x70\x89\x79\xb8\xe7\x75\x58\x7d\x23\x2d\xd7\x26\x9b\x5f\xc1\x87\x7c\x93\xcc\x8f\x00\x87\x07\xa0\x8b\xcb\xd0\xe9\x47\x8e\xef\x8e\xc4\xa4\x1f\x9b\xac\x7e\x44\x3a\x3c\x40\xd1\xab\x64\xe8\x54\x58\xe2\xbb\x9f\x7a\xd8\x0d\x7d\xfa\x30\x03\xdd\xaa\xa3\xb8\xe9\xb3\x99\x2e\x24\x70\xdb\x24\xe8\x23\xfc\xe1\x26\x3d\x5f\x21\x5d\xdb\x26\x1d\x5f\x2b\xff\xdc\xde\x6e\xbc\x6d\x31\xce\xdd\x24\xd7\x23\xb0\xe1\xc6\xb5\xb6\xa1\x28\xd8\x24\xda\x23\xc8\xe1\x01\xb6\x1a\x1b\x86\x4e\x15\xf5\x32\xc0\x14\xc4\xbf\xce\xd0\x2a\x83\x56\x84\x9d\x86\x7e\xe0\x40\x87\x6e\xab\x1b\xd6\x42\xa3\x2b\xd8\x38\xe6\x92\x24\x6a\x93\x96\xaf\xa1\x37\xd8\x38\xe9\x16\x54\x95\x07\xd2\xe4\x8f\xf8\xf2\x3d\x7f\x73\xa7\x98\xd4\x11\x90\x26\x35\xb9\x8f\x9a\xd4\xea\x2e\x32\xa7\xc9\x7d\x3c\x82\x82\x60\x86\x07\x50\x63\xc9\xbd\x92\x54\x24\xe7\xdb\x81\x84\x12\xcb\x7f\x13\xd7\x24\x30\xc0\x9e\x59\x54\xd1\xb2\x01\xfe\x36\x0c\x9d\xbf\xb5\x62\x80\xfa\xa7\xa1\x9f\x70\xc2\xd0\xa2\xc6\x65\x48\x5f\xe6\xcb\xd0\x19\x76\x77\xfd\xe7\x60\xd0\x4a\x34\x7d\x73\xce\x4b\x86\x6e\x41\xfe\x52\x47\x03\xee\x79\x0e\x74\x84\x9b\x67\x5c\x96\x5e\x25\xe7\x80\xce\x6a\x0c\x3a\x22\xdb\xac\xc6\x49\x6f\xe3\x63\x5b\x50\xbb\x1e\xe8\xd3\x3b\xda\xd6\x31\x1b\x0b\xe3\x8d\x7f\x6d\x2b\x35\xa0\xd3\xc9\x55\x0c\x08\xf9\x3d\xc9\xd2\x4f\x61\x4c\x7c\x00\x9d\x45\xb3\x2b\x94\xa8\xcb\xa6\x3b\x1d\xac\x31\x33\xde\x53\x47\xdd\x56\x8c\x4b\x55\x9c\x27\x9b\x0a\x15\x9f\xa7\x64\x13\x5e\x95\xc8\xc9\xa6\x35\xd9\x65\x35\xb6\xe1\x1b\x77\xdb\x92\x3d\x36\x9d\x62\x1b\xe9\x6a\xf7\xd4\xe9\xb4\x7b\xed\xa5\x54\x6a\xc5\xec\x40\x67\xc9\xee\x59\xd5\x51\xb2\x04\xf5\xca\xa6\xaa\x55\x93\x79\x63\xed\x4d\xbd\xd2\x3d\x75\x4f\x5d\x63\xed\x4d\x6b\x72\xc7\x6d\xd5\xf8\xd9\xe0\x15\x26\x36\x1d\x0a\x09\x87\x75\x80\xe7\x00\xc5\x80\x68\xad\x1a\x3a\x58\x4d\xac\xab\x03\x88\xf0\x72\x40\xea\xa3\x17\x43\x47\xc4\x56\xa3\x23\x07\x0f\x7a\x09\x40\xd5\xc7\x77\xa2\x27\xb7\x2c\x77\x91\x56\xfd\x4e\xde\x22\xa4\x67\x3a\x80\x18\x80\xfb\x2b\x37\xdd\x6e\xc2\xee\xe0\x8b\x11\x5e\x27\xc4\x56\xcd\x2a\x38\x21\x72\x6f\x77\x20\x21\x7c\xf3\xff\x34\xe8\x16\x1f\x6a\xae\x5a\x37\x74\xfa\xd8\x98\x61\x0e\x8f\x5c\xe3\x1d\xa8\x9d\x57\xee\xb0\x84\x42\xfd\x83\x84\x06\xcd\xdd\xd7\xe2\x46\xaf\x40\xb3\xe6\xee\x9f\xd9\xe9\xd1\x29\x5d\x75\xa1\xa4\x3d\xd0\x14\x44\xd3\x3a\x72\x76\xf7\x57\x19\x16\x7a\xfb\xa7\x73\xe6\xf9\x52\x8b\x6b\xea\xd5\xc1\xb2\xbb\x69\x19\x6c\xb5\x6a\x5a\x90\xbd\x56\x8f\xef\x24\x9f\xd1\x07\x1f\xe8\xac\xd9\x1f\x20\x9a\xe9\xfe\xd7\x2d\xb6\x6a\xe9\xa4\x94\x7a\x5c\x93\x1e\x40\x58\xd0\xdd\x63\x8d\xb3\x0f\x03\x67\x71\x9b\x99\xa0\xf2\x90\x13\xdf\xe9\x00\x8f\x5e\xb9\x1f\x07\x27\xb0\xb5\xdc\x53\xc6\x5a\xdd\x2c\x64\xb2\x9a\x6e\x6b\x7a\x94\xc3\x50\x17\x43\x0c\x68\xfc\xd7\x7f\x10\x3f\x69\x93\x6d\xaf\x85\x00\x95\x91\x16\xe6\x98\x07\x50\xa7\x4c\xc7\x13\x24\xe8\xf1\xa1\x7a\x55\xa2\x92\xd3\xab\x99\x0d\x08\xe5\x7a\xfc\xed\xd3\x87\xae\x52\x34\x32\x8b\x01\x71\x0d\x8f\x73\x82\x49\x31\xb4\xc3\x10\x5b\x33\x69\x4d\x58\xbf\xe5\x8c\x0e\x96\x18\x89\x6e\x7c\x98\x4b\xc8\x19\x9d\x1e\xbb\xb9\x8b\xa2\x1f\x95\x6c\x3e\xba\xb8\x9c\x1b\xcb\xd0\x59\xea\x66\x54\x92\x35\x56\x37\xe3\x51\x2c\xa3\x42\xd6\xb8\x03\xa9\xc6\x00\xb4\x82\x66\xb1\x8b\xc1\x04\xa0\xc9\x8a\xea\x91\x5c\x33\x20\x4d\x96\x67\x5c\xf9\xce\x0b\x5a\xec\x03\xa9\x23\x9e\xf2\x05\x8a\x58\xaa\x2d\xf0\x7d\x31\xaf\x0a\x49\xda\xf0\xe4\x38\x90\xe8\xc9\x2c\x5d\x47\xb6\xd6\xcc\x1f\x15\x06\xa9\xc7\x87\x07\xc3\x87\xb7\x44\xb7\x0e\x39\xfd\x8a\x57\xda\xb3\x2c\xc6\xad\xe8\xa2\xad\x1b\x07\xe5\xa0\x33\xe2\x43\x49\x8c\x6e\x1c\xbc\x3d\x00\xbf\x3b\x78\x3c\xcc\xa7\x6f\x16\x2a\xfa\x71\x16\x6a\x58\x60\xcb\xb6\x6c\x58\x4c\xde\x2c\x8d\xa9\x44\x2a\xc8\xd6\x73\xbc\xfb\xce\x87\xd4\xae\xf3\x60\x29\xee\xbe\x0e\x84\xc3\xf2\x5a\xca\xc7\x61\x49\x2b\xd5\x63\x29\x57\x40\xf9\xbc\xaa\x06\xce\xca\x74\x33\x3d\x1d\xf3\x86\x29\x61\x23\xc8\x6b\xfc\xeb\x13\xc4\x28\xa5\x63\x1c\x46\x70\x19\xa8\xb5\x6e\x74\xdc\x67\xa6\x86\x51\x5a\xc6\x6a\xa5\x78\xe3\xb7\x45\xfe\xc1\x98\x75\x70\x1c\xe6\xed\xb2\x3d\x2b\x28\xec\x37\x59\x01\x5b\xf7\x6e\x49\x3a\xca\x42\x44\x92\x03\x75\x41\xf1\x4e\x37\xbd\xde\x97\xc8\xee\x6c\x58\x76\x2b\x2e\x53\x29\x57\x40\x67\xe2\xcc\xb3\xa5\xaa\x1c\xe6\xb0\x8a\x60\x5a\x4a\x8a\x57\xa7\x57\xe6\xb0\xb2\x45\x6b\xc1\x01\xa5\x86\x2c\xc5\x38\x20\x5f\xa2\xd1\x03\x78\xf5\x8a\xd9\x91\x82\x72\xf4\x7f\x5a\x48\x6f\x7c\xa7\x0b\xc6\x05\x1b\x5f\xe9\x52\x8c\x2e\x8f\x90\xbf\x7b\x6f\x29\xb5\x66\x29\x5e\x79\x1d\x47\x5b\x37\xcd\xeb\x3c\x3a\xcc\x71\x39\x64\x16\xe3\xc1\xc3\xfc\x78\xa7\x26\x1f\xe9\x52\xbc\x53\x93\x3e\xb3\x0d\xcf\x9d\xcc\xd2\x86\x79\xe2\xcb\x50\x8d\x3f\x9c\x09\x87\x67\x52\xae\x3f\x6d\x78\xbe\xa4\xd8\x2c\xc5\xfb\x0d\xe9\x35\x87\x99\xae\x8e\x8b\xa5\x78\x4b\x27\x1d\xe7\xf0\x68\xa4\xe1\x2c\x25\xc7\x87\x07\xed\x3c\x18\xa9\x37\x5b\x10\x86\x1c\x7e\x4a\xf1\x76\x40\xe6\x6f\xc3\xec\x40\xaa\xcd\x52\x4c\x18\xca\xb4\x31\xcc\x65\x95\x67\xa3\x05\x22\xff\x26\x5d\x0c\x88\xa6\xa7\xa1\x43\xf3\x81\xae\x72\xcf\x1e\x33\x5e\xd1\xf4\x32\xf4\xd3\x87\xd1\x80\x56\xc3\x04\x20\xbd\xe9\x30\x3f\xfb\x49\xb8\xc4\x96\x54\x3a\xd4\xb1\xe2\x3b\x4d\x48\xd4\x21\x81\x3a\x6a\x7c\x48\x8d\x0c\x54\x5e\x41\xc3\xfc\xeb\x87\xf2\xc1\x9b\x38\xb9\x04\x0d\x8b\xe1\x1f\x64\xe3\x3d\x9c\x72\x73\xb4\xe1\x0d\x81\xbc\xba\x4b\xa9\x01\x69\x5a\x8d\xaf\xca\xd3\x51\x8a\xdb\xfe\x84\xf3\x66\x59\x8a\x6f\xd5\x86\x05\x8f\xc2\x5b\xcd\x2b\x00\xf5\xd1\xf4\x2b\x97\xa1\x69\xa6\xf2\x31\x6a\x6f\xac\x64\x98\xd7\x86\x37\xc0\xdf\xc1\xb3\x79\xc5\xbf\xb4\x7d\x1f\x01\xad\xf3\x2a\xfe\xa5\x95\xf1\xd1\x4a\x27\xea\x79\x05\x20\x34\x36\x43\xf8\x0e\x06\x4e\x73\x00\xe5\x09\x99\x46\x62\xb9\x9f\x97\x62\x32\x97\xc9\xdf\x34\xda\xca\xe0\x6f\x1a\x6b\x15\x10\xab\x0d\x4b\x2e\x05\xb1\xc2\x5a\x66\xaf\x0b\xa6\xca\x7e\x6e\x29\xce\x54\x73\x37\x70\x2b\xc7\x34\x66\xe3\x54\x5e\x88\x2c\x73\x20\xd5\xd1\x0c\x68\xa2\xd8\x1e\x2d\x1d\x93\x31\x99\x39\x80\x28\x1e\x62\xc5\xf5\xbc\x11\xda\x65\x2f\x05\xa6\xc2\x4e\x65\xe3\x77\x5e\x08\x3e\xb3\xf1\x33\x2f\xc4\x9e\xd9\x64\x61\x6c\x18\x40\x1c\x48\x84\xc0\x8a\x2d\x8e\xc9\x18\x38\x6c\x12\x34\x16\x52\xe3\x1d\x48\xfd\x1a\xfe\xdf\x52\x73\xae\x92\xd1\x0c\xff\xed\x2c\x05\x71\x61\x36\xae\xe7\x05\xdb\x8c\xbd\x14\x5d\xb6\xa1\xd9\xdf\xe4\x65\xc4\x88\xe5\x00\x3a\x63\x35\xff\xed\xec\x77\x51\xe1\x1c\x40\x6b\x3b\xdc\xd8\x21\xf8\x36\x3d\x09\x0a\x48\x85\x42\x67\x93\xca\xb1\x60\xea\xb1\x57\x02\xbf\x87\x1b\x93\x28\x9c\x51\x89\xce\x36\x68\x3a\xf6\xd2\xb1\x76\xfe\x0f\x2e\x15\x56\xd6\x79\x0c\xa5\xc8\x81\xce\x92\x42\x76\x2b\x33\x5b\xec\x9e\x96\xe2\xd9\x16\x1f\xc7\x56\x86\x78\x61\x0e\x24\x73\x44\xd1\x74\x00\xad\xe2\x72\x8d\xc2\x4e\x48\x72\xe9\xc8\x4b\xc2\x9b\x03\x68\x49\xd9\xc0\x90\xd3\x91\xf4\x36\x07\xd0\x1c\x2f\x0f\x46\x33\x02\xe5\x92\xbf\xb1\x94\xa8\xfd\xa0\x05\x66\x33\x07\x38\x78\xb0\x8c\xb9\xd2\x61\x93\xb7\x66\x93\xaa\xb1\x60\xd9\xb1\x49\xcd\x88\x59\xcb\x01\x4e\xc3\xd0\xd2\x2a\xa2\x62\x0e\x5f\xe4\x59\x2c\x84\xda\x39\x50\xd6\xb9\xf8\x32\x24\x0a\x5f\xae\x43\xc7\xe9\xe5\x85\x97\xd6\x1a\x53\x97\xbd\x14\x08\x17\xeb\x94\x03\xa0\x0f\x75\x63\x12\x69\x2b\xba\x78\x44\x1a\x11\x65\xf6\x2a\x92\x68\x2b\xba\x78\x24\xda\x34\x69\x49\xa9\x3c\x4d\x4c\xe8\x94\x7d\xd8\x25\xe7\x62\xe0\x51\x01\x21\xd8\x37\x91\x70\x71\x9a\x7c\x74\xea\x6e\xeb\x0f\xda\xd2\xc4\x66\x43\x3a\xba\x9b\xb4\x14\x21\xb7\x10\xd7\x67\x2f\xe9\x98\x09\x0a\xb3\xc9\x8e\xd8\x96\x11\xa7\x72\xe2\x37\xae\x28\xfa\x55\x41\x61\x74\xa0\xc3\x35\x47\xfc\xed\xd3\x2b\xd7\xbf\x75\xd9\x30\x03\x3a\xeb\x82\x40\x23\x65\x62\x21\x96\xcf\x5e\x1c\xd6\x97\x91\x45\x69\x0e\x8b\xcf\xe0\xab\xe9\xa8\xba\x3c\xab\x52\xe7\x4e\xa3\x0e\xc7\xf3\x6a\x94\x90\x3a\x37\x10\x53\x16\xa3\x9d\x80\xf1\x7b\xc9\x24\xb4\x54\x73\x2c\x34\xb3\xd5\x4c\x4a\x87\xeb\x42\x74\x9f\x4d\x7e\xc2\xe9\x69\x55\xd8\x06\x32\xb3\x6c\xf2\x0b\xa2\x1a\xdc\xa4\x13\x5c\x9e\x54\x1d\x7d\x97\xc7\xcc\xf1\x16\x8d\xd3\x26\x00\xc3\x32\x47\xd5\xf1\xb6\x5f\x5e\x98\xce\x54\x25\x37\x75\x98\x74\x27\x7c\xf6\x5e\x0a\x65\xb5\xdc\x25\x45\x5e\x28\x44\x09\x3a\xd0\x69\x2c\xc5\x77\x1a\xa5\x27\x58\x3e\x49\xcb\xfc\x55\xe6\x99\x85\x60\x42\x9b\xa0\x0a\xa5\x9a\xdd\xea\x40\x5b\xd0\x68\xed\x25\x0f\xa3\x9e\xbc\x9c\x43\xc4\x49\xe4\xa0\x03\x3d\xa7\x4a\xd7\xcf\xba\x67\x77\x4b\xa4\x5a\xcd\x37\xe5\x6a\x54\x88\x03\xb4\x97\x92\xc0\x97\x6a\x6a\x9a\xe8\xe3\x4d\x3f\x68\x22\x7d\x99\xb1\x74\x3c\xed\xc9\x3c\x49\xc1\x73\x97\xab\xd4\xe9\xb4\x54\xf3\xca\xc9\xe0\x5c\x3f\x03\x30\x4b\x52\x1a\x8d\x9e\x2c\x21\x94\x45\x63\x45\xf5\x67\x69\x7a\xb2\x80\x50\x46\x8d\x15\x15\x1e\x2c\x58\x51\xc5\x19\xcc\x32\x1f\xd3\x01\xb1\xa3\x0d\xd9\xa4\x21\x2c\xb5\xfc\xd3\x30\xec\x7c\xca\x40\xa7\x21\xcd\xb9\x99\x9e\x32\xc1\xf7\x64\x82\x52\x68\xab\x42\x64\xa0\x03\x9d\x59\x36\x0b\x94\xde\x70\x99\xe9\x49\x6d\x58\xaa\x99\x88\x32\xc2\x2f\x8f\x53\xda\xc0\xee\xeb\xe9\x25\x25\x5b\x30\x1b\x1d\xd9\x0a\x41\x7b\x36\x21\x15\x82\xd9\xc8\x40\xb4\xfb\x46\x6b\xdd\xda\xd0\xd6\x16\xef\xc6\xf9\x70\x18\xd0\x62\xb7\x80\x74\xd1\xe6\x79\x94\x59\x29\x31\x46\x36\x41\x18\x7a\xf6\x50\x14\x83\x81\x0c\x26\x07\x50\xef\x2d\x23\xe5\x71\xb4\xcc\x2b\x6f\x0c\x44\x9a\xfb\x01\x37\x30\x7b\x94\xa6\x8e\x3c\x27\x07\x10\x62\x99\xed\xe9\xe8\x44\xce\x93\x03\xe8\xbb\x66\x40\xd8\xe2\x8d\xc1\xa6\x2d\xc6\x25\xdb\xcd\xee\xf3\xd6\x7a\x20\x27\xef\x12\x94\xc3\x61\xf5\x00\x34\x66\x6f\x19\x1e\xcc\x43\xbc\x4b\x78\xa0\x20\x6f\x0c\x94\x07\xb0\x54\x4b\x67\xc5\x6e\x0a\x86\xfb\x70\x8d\xe7\x19\x96\xe3\x4d\xa9\x16\xf1\x0a\x63\xbb\xcc\x62\x1f\xf7\x38\xa0\x5b\x97\x86\x6e\xed\xec\x67\x97\x07\xf3\x70\x17\x58\xa3\xfe\x4f\x10\x4d\xbf\x50\x1a\x57\x1b\x44\x48\x58\x23\x5e\x9d\x5e\xb9\x65\x0e\x39\x44\xe3\xd9\xeb\x15\x4a\x98\x15\xbf\x70\x2c\x2e\x25\x88\x49\xb0\xbc\xd1\x90\xbd\x65\x2f\xf1\xa1\x7a\x6f\x66\xa3\xe3\x49\x2f\x7f\x1f\x1e\xca\x9a\x6e\x4b\x9b\xf1\xea\x7f\x49\x77\x46\x3c\x8f\x03\x68\x35\xfd\x2f\x9d\x33\x7a\xc8\x37\xec\x28\x2f\x23\xb4\xbc\x70\x7a\x08\x01\x82\x38\x5d\x7f\x90\x66\xdf\xcd\x49\x47\x96\x2e\x4b\x01\x65\xf4\xeb\x24\x49\x3d\xd0\xd4\x3b\xa6\x4e\x39\xf9\x4a\x75\x5f\x88\x75\x7b\x59\x28\xc8\x37\xa7\xfb\x2e\x96\x74\x7d\xe9\xb2\x88\xd0\x99\xa1\x07\x4f\xc4\x6d\xe7\x32\x77\xd6\xc9\x20\x5d\x66\xc8\x04\xbd\xbd\xcc\xd4\x3f\xe8\x90\x13\xd1\x22\x4e\xed\x65\x1e\xfc\x09\x4d\x02\xe5\x15\x0b\xa0\x54\x0b\x40\x42\x01\x10\xe9\x61\xdf\xd2\x87\x15\x52\x05\x1e\x48\xe3\xeb\xf1\x4e\x23\x42\xe8\x91\xbf\xaf\x13\xad\xea\x40\x22\x6e\x76\x45\x8e\x18\x70\x95\x80\x44\x70\x6c\x7e\x6e\xbc\x78\x08\xe9\x70\x20\xcd\x3c\xcb\x77\x4b\xb7\x95\x48\xe3\xb1\xf1\xff\x2f\xbe\xd4\x24\x6f\x5f\xff\xab\x45\x24\x8d\xbe\xf3\x40\xba\x7c\x5e\xee\xa7\xc6\x47\xa4\xa1\x8d\xeb\x7f\x8f\x5a\x48\xe8\x77\xc1\x33\x6e\xcc\x4b\xc9\xfd\xb7\xc9\xee\x97\xae\xf6\xef\xeb\x85\x5b\x49\x25\x0a\x21\x87\x0e\x94\xf4\xc7\x62\x28\xeb\xa6\xda\x4d\xc8\x1e\x9b\x2c\x1f\x9b\x58\x02\xdd\xd7\xaa\x84\x12\x28\x64\xf5\xdb\xb7\xf4\x53\x09\x6d\xfa\x26\xc7\x5f\x41\xff\xba\xf1\xf6\x2f\xa8\x5c\x37\x19\xfe\xba\x6f\x4f\xed\xfa\x8f\x0d\xee\x26\xdd\x5f\xf7\xf5\xe9\x9d\xe4\x99\x87\x0d\xee\x81\xaa\x6a\x89\x77\xba\x36\x2f\xf1\x3f\x2d\x19\x72\xe8\xd6\xa6\xbf\x44\x3f\x15\x43\xb6\x5b\x6b\xe7\xb4\x7f\xd8\xe4\xee\x9b\x5c\xec\xde\x4b\xdc\xec\xe5\xd1\xdd\xee\x1b\x4b\x53\x62\x0f\x6d\xc7\x24\xb8\x8c\x30\x19\x04\x1d\x7e\x27\x22\x23\x2c\xd1\x76\x82\x3f\x8c\x79\x0f\xa4\x59\xca\xee\x8b\xd0\x80\x04\x51\x07\xa2\x85\x62\x48\x2d\xc0\x52\x09\x3e\xd0\x09\x94\x73\x20\xad\x03\xec\x8a\x48\x04\xc5\x4a\x60\x52\x06\xa6\xcb\x75\x16\x90\x17\x56\x49\xc2\xc0\x42\x84\xa4\x7d\x17\x90\x17\x0e\x78\xb3\x73\x27\x23\xde\x81\xe8\xf5\x32\x24\x04\xcd\xae\x45\x6e\x16\x98\xd2\x1e\xe8\xac\x5f\x37\xda\x11\xca\xe0\x32\x09\x68\x93\xdf\x89\x51\xb3\x9d\x54\x10\xc3\xda\x03\xa9\x67\xd3\x7d\xd1\x9e\x2e\xb0\xa0\x30\x9f\xd3\x7d\xd9\xf4\xcc\x7d\x11\xbb\xef\x5e\x07\x45\x43\x48\x18\xae\x1e\x48\xba\x02\xcf\x3c\x41\x6d\x31\xb9\xd8\x37\x96\xa5\xbe\x6e\xbf\xa5\x6e\xeb\xdd\x73\xa6\x78\xb7\xc5\x37\xec\x84\x54\xe8\xd6\x72\x91\x92\x30\x61\x9c\x71\x20\xad\x9f\xf1\xac\xca\xd5\xfb\x32\x83\x51\x26\x8c\x4e\x42\x95\x03\x69\x35\xff\x20\xbe\x2c\x86\x96\xde\x31\x5a\x42\x29\x5c\x66\x37\xb2\x36\x2d\x56\x53\xdf\xf5\xa6\x75\xf7\x05\x3a\xaa\x1e\x83\x64\x0c\x56\xe8\xfb\x6e\x30\x03\xb3\x0d\xd4\x76\x56\x40\x3b\x75\xe0\x65\xb6\xd1\x84\x13\xc9\xec\xa6\x81\x13\x6c\x5e\x6e\x9d\x20\xba\x15\x22\xb7\x4e\x10\x29\x99\xf9\x60\x10\x6a\xa5\xf3\x8d\xdf\x59\xf2\xba\x4b\xa9\x97\x92\x79\x88\x32\x08\x16\xeb\xa0\x49\x20\x98\x92\x39\x83\x32\x04\xf6\xee\x39\x23\xe5\x47\xba\xe2\x4b\xad\x9f\x67\x89\xe4\xe9\x18\x52\xee\x5b\xa6\x9f\x89\x28\x11\x07\x12\x0f\x69\xf1\x4e\xad\x27\xf7\x5a\xe7\x92\x66\xb6\xd8\x59\x77\x76\x4f\xb7\x2c\x41\xbb\x2f\x29\x6f\x62\xf7\x26\x53\x78\x47\x17\xe4\xf6\xa4\x1e\x2c\xd6\x73\xdf\xd2\x0f\xf6\x61\x3e\xa8\x04\xea\xa5\x99\x0f\x92\x3f\x3d\xe5\x80\xb4\x46\x6c\xae\x6e\x05\xed\x2d\xcd\x6b\xa4\xe0\x0e\x7d\xe4\xff\x01\x53\x56\x78\xdf\x3e\xcc\x0c\x3a\xa6\xb3\xcd\xdd\xd6\xde\x7c\x44\x83\xd8\xce\x76\x77\x5b\xa4\x93\x4c\xaa\x1d\xd2\xe9\xee\xf6\xa6\xa3\xd3\x90\xba\x66\x56\x2b\x77\xb7\x94\x4c\x02\xd8\xa2\x36\xb3\xda\x21\xe9\x48\x94\xfc\x03\x75\x7d\x19\xd0\xd0\xbb\x66\xe8\xd6\xff\xe2\x9d\x94\x70\x46\xc2\x01\xda\x99\x20\x86\x54\xac\xc3\x68\x27\x8d\x62\x1f\x46\xad\xc1\x84\x5a\x72\x2a\xca\x5d\x1f\x5e\x40\xb4\x88\xa4\x32\x3c\x90\x96\xd3\x8b\x34\x60\xd1\x66\xfb\x24\x2e\x49\x2d\x20\x21\x85\x19\xfd\x10\xe3\x1d\x1e\xbb\xf4\x83\x7d\xc4\x68\xc5\x36\x52\xd4\xe2\x59\x72\xcf\x24\x7f\x87\xc7\xa7\xdc\xf0\x29\x59\x08\x10\xf7\x21\x59\x08\x48\x97\x98\x92\xd9\xfe\x04\x61\xe2\x4b\x09\xd5\x61\xa6\x8c\x9e\xb1\xfd\xfd\x4f\x6b\x6b\xa6\x2c\x73\xd3\x94\x2c\x04\x26\xa8\xf5\x57\xa7\x98\x72\xbc\x13\x5b\xf4\xf5\xe4\x3d\x21\x0f\x76\xe0\x64\x2d\x4c\xc9\xe2\x42\x31\xf6\x8a\xcd\x26\x1c\xdb\x21\x59\x5c\x70\x64\x6b\xfe\x92\x78\x7b\xc9\xfd\x94\x41\x68\xc7\xf5\xee\x40\xd4\xe2\xff\x89\xbd\xa5\xe9\x2f\x59\xa3\xf8\x9f\xd6\xc8\x37\x77\x37\x16\x9c\xb6\xcc\xb8\x17\xe4\x6f\xf6\x26\x25\x5f\x9f\xc6\x2c\x94\x7c\x56\x07\xde\x64\x3c\xb1\x35\x13\x59\x0b\xbb\x2f\xb8\x6e\x99\x70\x16\x2b\x07\x49\x52\xd8\x7d\x73\x45\x16\xc2\xee\xab\x2b\x27\x21\xb4\x89\xd1\x2d\x95\x5f\xf7\x8d\xd4\x2d\x95\x5f\x69\x9c\x33\x6f\xf2\xd1\x67\x33\xb4\x1b\x26\x69\xf1\x7b\x6b\x6d\xb3\x19\x9a\xdc\x0c\xbb\xaf\x97\xee\x1b\xd6\x67\x81\x74\xa3\xdf\x34\xbe\xdc\xb0\x76\x0b\x24\x29\x0b\xfb\x34\x26\x73\xf2\x6c\x16\x33\x3a\x79\xf6\x69\x1c\xd4\xf1\xb2\xfb\x82\x89\xe8\x14\x7d\x1a\x23\xa5\x2e\xec\xd3\x38\x71\xb3\x29\xb2\x28\xb9\xc1\x09\xaf\x26\x3e\x8c\xb6\xe2\x21\x4e\x45\x9f\x5e\x3f\x29\x13\x93\xcd\x78\x6e\x29\x13\xbb\x6f\xa6\x08\x61\x51\x6c\xb5\x72\x6f\x04\x0b\x17\x7c\xce\x63\x68\x13\x9f\x7b\x23\x1c\xb9\x70\xba\xb7\xe8\xc1\x06\x3f\x24\x22\xec\xbe\x7f\xba\x15\x1b\xb9\xc4\xa6\x41\x7a\xc2\x64\xab\x1e\x92\x12\x96\xd8\x34\x48\xff\x57\xba\x57\x0c\xab\xcf\xee\x55\xc1\x0f\xd1\x26\x3f\x24\x24\x4c\xb6\xeb\x21\xb8\x44\xe9\x5e\x23\x82\x05\xda\x28\xe7\xe6\x20\x6b\x15\xae\x53\x15\xe6\xfc\xef\x6b\x0a\x12\x15\x76\xdf\x83\xdc\x8a\x9d\x9c\x6c\x96\x43\x80\x8a\xbe\x8c\xbc\x84\x23\xb4\x59\xce\x4d\xe0\xe4\xec\x5d\x03\x1a\xc2\xee\xfd\x2f\xd1\x06\x73\xd4\x29\xf4\xe9\x96\x4f\xf8\x30\xe6\xa8\x93\xa9\xb0\x7c\x7a\xe4\xf9\x9c\x7d\xf4\x50\x10\x8b\xee\x3b\x82\x9b\x08\xc9\x36\xe8\xb9\x75\xc8\xee\xbe\x16\xb8\x95\x3d\xa6\x58\x47\x4d\x56\xc3\xbe\x2c\x3c\xa4\x15\x4c\xb9\x06\x24\x1d\x78\x8f\x2f\x6f\xfd\xcf\x2d\x88\x11\x2e\x33\x50\xd9\x9e\x96\x6e\xd9\x2c\x03\xd3\xbe\x8c\xbc\x2f\x24\x67\x72\xd4\x39\xbb\xfb\x20\xef\x54\x87\x36\xea\xb9\x5f\x31\x98\xd5\x03\xda\xaa\xb3\x1a\xd2\x18\xcc\x40\x89\xe2\x9c\x6b\x40\x5a\x15\x33\x50\x85\xd5\x28\xc4\xef\xdb\x8e\xaa\x91\x3d\x2f\x2f\x68\x97\xdc\x33\x56\xc5\xf3\x22\xcf\xcc\xd2\x4d\x1e\x38\x66\xda\xb0\xe7\x56\x42\x9a\xee\xb3\xbd\x33\x23\xda\x0e\xe7\x7e\x3d\x9f\x86\x36\xb5\xb8\x67\x22\xc7\xd8\xab\x2a\xe8\xf3\xb8\xbc\x9b\x7a\xed\xae\x42\xeb\x3f\x88\xc5\x02\x5e\x39\x10\x8b\xb5\xf9\x4e\x81\x68\x0b\x9e\x5b\xba\xc8\x71\x19\x7b\x08\x15\x6d\x7b\x1e\xe7\x3f\xb4\x61\xce\x8d\x22\xb1\x7b\x2b\xf0\x53\xf0\x20\x9b\xdf\x90\x0b\x71\xf8\xb8\x7d\x2b\x4a\x74\xb2\xfd\xcd\xad\xa8\xd0\xc9\x46\x36\xb7\x1c\x2d\x4b\x37\x96\x13\x88\xd0\x26\x32\x44\xf8\x28\xdd\x58\xfe\x63\x5e\xbc\xb6\x3f\x88\xd3\xab\xf9\xdb\xd4\xe2\x9e\x1d\xf1\x3b\xae\x12\x5f\x0a\x43\xbc\xb6\xba\x78\x18\x57\x89\xff\xa9\xd7\x5e\x5b\xe5\xdc\x19\x97\x37\x1b\x1f\x64\x6c\xca\xf9\x20\xe3\x11\x90\x56\xda\x94\xf3\x31\xbb\x23\x20\xcd\x6e\x89\x5a\xe4\xff\x63\x5a\x41\x79\x19\x7b\xf8\x4f\x46\x10\x97\xb1\x87\x70\x87\xb6\x93\x21\xca\xc8\x88\x73\xb2\x8c\x7e\x93\x0d\x65\xee\x0f\x0a\x2f\x01\x69\x5e\x2c\xc8\xa4\x96\x2c\xdd\xfb\xfb\x0f\x0a\xb7\xe8\xfa\x60\x7d\x35\x20\xf5\xcc\x42\x8e\xdc\x3d\x79\x06\x24\x5c\x1a\x01\xa9\xd7\xd5\xfd\x94\x39\x49\x9c\x1c\x75\x5d\x92\xf2\x0c\x28\xeb\x4b\xf7\x1a\x96\xe9\x33\x18\x97\x27\xc4\x95\xd8\xfb\x82\x65\x22\xd2\xf7\xa5\x8d\x81\x8d\x32\xb6\x2e\x56\x92\x8d\x78\xb6\x2e\x56\x86\xcf\x75\x78\xe2\x16\x1b\xcf\x11\x13\x65\x5c\x7f\x75\xfe\xf4\x2e\x20\xb5\xb7\x5c\x27\xce\x56\xd5\xed\xc1\x3f\x57\xfb\x27\x53\xc6\xa3\xb7\x10\x58\xf1\x40\x42\x2d\x8e\x10\x5b\x9a\xd3\x71\x45\x13\x62\x8b\xb6\xbf\xd8\x97\xa7\x77\x19\x7a\xf5\x2e\xfe\xa7\xe9\x5d\x1e\x04\xd3\xcb\x61\x63\x5f\x5b\xc3\x5d\x1e\x84\xd0\xdc\x16\x17\x5b\xb1\x18\x87\x8f\x3a\xa4\x05\x2d\xb6\xf3\x73\xf4\x14\x1b\x29\x90\xc9\x33\xd9\xc0\x00\xb7\xde\x62\xb3\xbf\x2d\xc3\xdf\x81\x8b\xd4\x81\xce\x34\xd9\x54\x80\xb0\x2a\xc3\x87\x0d\xe7\xf4\xb4\xad\xc0\x46\x0f\x6a\x7b\xbe\xad\x78\xde\xc5\xc7\xc3\x9d\x90\x87\x5c\xc8\xec\xec\x9e\x4d\x43\x43\x46\x46\xd5\xd0\x54\x9d\xcd\x10\xff\x5b\x86\x7e\x7a\x17\xff\x93\x99\x51\xd4\xc9\x02\xc2\xa6\x76\x3e\xf2\x7e\xe0\x84\x71\xa0\x2d\x28\x1b\xd2\xcc\xff\xbd\xd3\xcc\x1b\x61\x32\x63\x87\x4d\xed\x2c\x67\xcb\x1e\xff\x93\x41\x15\x31\xcb\x0e\xa4\x99\xf7\xfa\xc9\xfc\x77\x10\x39\x6c\xe3\xa8\x9b\x8a\x7b\x5d\x60\x14\x30\x34\xbc\x71\x53\x71\x3f\x71\xc0\xb5\x7d\xe1\x96\x6d\xf0\xc0\x6b\x60\x6f\xa9\x36\x8b\x0d\x0c\x9d\x14\xb4\xc4\x97\xac\x18\xec\x0d\x87\xdc\x54\xfe\xbe\xd4\x0c\xfe\xbd\x13\x33\xe8\x51\xe7\xa3\x77\x86\xc0\xdd\xe1\xbe\x08\x5b\xbd\x3b\xb5\x4f\x2e\x99\x24\x37\x3e\xb9\xc3\xfb\x51\x9c\x72\x4b\x8f\xd1\xb2\xd2\xc3\xef\x24\xc4\xad\xa3\xc7\x35\x76\x78\x67\xb7\xab\x84\xb1\xaf\xa5\xb7\xae\x2f\x86\x77\x6f\x8e\x85\xe3\x7b\x69\x42\xe1\x0c\xef\xde\xc8\x08\x5a\xfa\x88\x5a\x7e\x7a\x17\xb5\x88\x3a\x86\x6b\x01\xaf\xa7\x5b\x47\x18\x4f\xd7\x22\x61\x6c\xc5\x39\x8e\xb4\xc3\x1b\x9f\x2d\x45\x69\xb2\xe2\x7c\x57\x30\x19\xc6\xb4\xb9\xda\x28\x5e\x95\xa6\x33\xa6\x8d\x06\xb7\x8c\x90\x87\xc5\xda\xe6\x6a\xc3\x0a\xf2\xdd\xe8\x59\xfc\x8f\x9e\x99\x33\x34\x09\x40\x8b\x8b\xdd\xa4\x55\x22\x7a\xe5\x81\xa8\xa5\x1b\xd2\xd8\xd9\x99\x3b\xa1\xa9\x55\xd5\xf6\x5b\xed\xd1\x9e\x84\xa3\x6f\xe5\x89\xa6\x53\x7a\xb4\x07\x9f\x58\xee\x0b\xe2\xd0\x7c\x49\xf9\x86\x46\x8e\x5a\x58\x4d\xf3\x1e\x5d\x7b\x8c\xfc\x57\x8b\x70\xc9\x3d\xeb\xba\xb6\xb2\x95\xe2\x56\xe4\xfc\x61\x3b\x3f\x62\xec\x24\x6b\xaf\x37\x97\x19\xdd\x3d\xc3\xa2\xb9\xbb\x2f\xb2\x68\x1e\x56\xf2\x6c\xe5\x20\x1a\x36\xa3\xb3\x9b\x2b\xee\xfb\x9b\x4c\xa8\xa9\xfe\x3b\x63\xe3\x26\x4b\x6a\x19\x46\x65\x5d\x58\x24\x6b\x8a\x09\xd2\x53\x46\x34\x28\xc6\x6b\xb5\xef\xee\x62\xbc\xe5\x0f\xfa\xf4\xa5\x3b\xb3\x69\xde\xdd\xd6\x51\xc0\xe6\x95\x0e\xed\x63\x55\xef\x96\x95\x73\xb2\x0a\xd7\x6e\xb6\xb6\x60\xdb\xca\x7d\x54\x7c\x03\x44\x94\x9f\xe2\x3b\x9f\x2d\xed\x71\xf1\x2d\xcf\x26\xca\xa5\x55\xbf\x38\xda\x0e\xbc\xbb\xf7\x96\xc6\x38\x59\xe9\x41\xba\xd5\x62\x83\x4b\xdc\x69\x93\x95\x1e\x76\x9a\xb5\xc5\xe5\x56\xd8\xfd\x64\x4d\x30\xa1\x7f\x46\x31\xdb\xe7\xfa\x62\x78\x7c\xc3\x86\x8f\xc5\xd0\xd2\xff\x5c\x0b\x33\x91\xfd\x25\x33\xe1\xb1\x0f\x66\xa2\x04\xa4\x3a\x3d\x13\x83\x79\xb1\x28\x99\x12\x56\xb6\xfa\xd9\x53\x77\xca\xd5\xe3\xd3\xd5\xc6\xb0\x0d\xd0\x96\x56\x3a\x55\x8b\x04\xae\x36\xac\xac\xdd\x5c\x5f\x0c\xcf\x92\xcc\xa4\x47\x90\x3f\x06\xcf\x23\xc7\xff\xb4\xb6\xde\x0b\x48\x13\x9d\x48\x00\xb3\x71\x97\x1d\xc5\xbb\x0d\xd2\x0f\x58\xc9\xbb\x27\xb6\xa2\x26\xf8\x09\x66\x79\x76\xa5\xa6\x1e\xc1\x1a\xa4\xa6\x2e\xb6\xe8\xc3\xe9\x76\x14\x13\x35\x4e\xb7\x23\x47\x2d\xc2\x02\xcf\x20\xc1\x31\xab\xf7\x1e\xba\x4a\x19\x36\xee\xc0\xb7\xb6\xd8\xa4\x0f\xdf\xda\x61\x0b\x0e\x92\xc3\xa6\xea\xad\x87\xbc\x69\x53\xb5\xb8\x57\x68\xcb\x61\xcb\x89\x2d\x63\xe9\x54\x2d\x62\xe5\xfc\x3a\x02\x3f\xe5\xfd\x3a\x02\xcf\x30\x90\xb6\xc5\xeb\x56\x18\xcb\x42\x04\xcc\x03\x15\x7d\x59\x0c\x69\xa5\x2d\x0e\x95\x95\x60\xc4\xda\xe2\xf1\x4a\xa8\xcc\x4d\xb8\xa6\x32\xbc\x62\x8b\xf1\x95\xf8\xdf\x27\x88\xf6\x48\xf7\x64\xad\xe8\x56\xb6\xa7\x42\x5a\xce\x4d\xa4\xa6\x64\x4d\xe8\xbe\x25\x04\xac\x60\xdf\xa4\x60\xaa\x5e\x3f\xe2\x69\x56\xaf\x18\x97\x12\x04\xe6\x3c\x90\x7c\xd9\xd9\xd5\x3a\xc0\x91\xd5\x77\x04\x25\x4a\x56\x8b\x6d\x59\x0c\x17\x62\x74\x1e\xe8\x8c\xcf\x5a\x9c\xad\x08\x96\x65\x18\x7b\xe4\x27\x9a\xac\x16\xc3\x4f\xb4\xf8\xba\x72\x4b\xf1\x9d\xac\x5c\x23\x0d\xeb\xb0\x2e\x81\xc8\x45\xc5\xa6\xc0\x04\x2e\x1a\xd6\x10\xec\x47\xd4\x6f\xc5\xdb\x96\xb6\x3b\x35\xaf\xbb\xe2\x4b\x0e\xdf\x84\x6f\x25\x08\x18\x2d\x6a\x61\xfd\x4c\xd3\x18\xf9\xfa\x9e\x7a\xa3\xfc\xf6\x75\xe5\xc6\xac\xd7\x56\xc4\x78\x6c\xa6\x18\x1f\x6e\x99\xc3\x1b\x34\xe2\xf7\x37\x6f\x4e\x15\x70\x68\xd8\x4b\x69\xbf\xda\x96\xb4\xff\x09\x53\xd6\x61\x78\xf8\x6e\x6a\x2b\x92\x7f\xb2\x7a\x6b\xa3\xe6\x1e\x2d\xde\x69\x80\x96\x3a\x1c\x8d\x7d\x5b\xba\x5f\x08\xd0\x12\xf7\x65\x39\x8d\x84\x1c\x6a\x87\x77\x5a\x24\x2e\x6a\x66\x7d\x3f\x48\xce\xbb\x22\x74\xc8\x56\x92\x6d\x74\xc1\x56\x61\x91\x0f\xb5\x8c\x11\xef\xce\xf4\x0e\x4b\x32\x65\x12\x4a\xb1\x80\x3a\x3e\x8d\x90\x4f\xa4\x15\x8a\x05\xfc\x60\x06\x66\x61\x32\xec\x2c\x36\x36\xdd\x1c\x98\xb0\x2f\x7d\xf0\x8d\x2c\x58\x1d\x3f\xf8\x2b\x26\x94\x41\x8f\xfd\x15\x31\x3b\x7e\x9c\xd8\x13\xf5\xcf\x33\x51\x95\xe2\xbe\xf8\xe0\x00\x98\x48\x21\xf2\xe0\x00\x58\x88\xc9\xf8\xe0\xe5\x97\xf0\x51\x7c\xec\xca\x47\x44\xc6\x07\x57\xbe\x44\xfa\x90\x03\xdd\xb2\x50\x76\x9d\xda\x03\x62\xcb\xfc\x90\x93\x73\x60\x07\x7a\xa0\x57\xff\x73\x0b\x10\xd9\xa4\x67\x28\x32\x5b\x0d\x48\xc8\x34\x8b\x21\xf5\xb3\x1a\x12\x59\x91\xa4\xec\xc1\x13\x2f\xa1\x36\x7a\xec\x89\x47\x40\xc7\x03\x69\xc5\xc4\x24\x0f\x44\xcf\x02\xfa\x09\x9a\x40\x87\xdd\x8c\xe9\xf9\x54\x3c\x9d\x31\x3d\x83\xa4\xe5\x27\xd3\xc8\x33\x0b\x68\xbe\xba\x21\x8d\x7d\x0c\x43\x6a\x61\x05\xa4\x19\xec\xd4\xa9\x14\xfc\x63\xba\xf5\x02\x46\x2e\xd7\x29\xe6\xd3\xdc\x3a\xbb\x68\x62\x9f\x3c\x38\xe0\xa5\xe6\xbe\x28\x36\xe4\x58\x57\x35\x34\xf4\xce\x5f\x0a\xaf\xb1\x69\x3e\xd0\x11\xbf\x6d\x06\x74\xeb\x7f\x6e\x41\x02\x02\x13\xe7\x03\xfd\xf4\x65\x40\x9f\xde\xb1\x0e\xa8\x12\x9b\xe7\x13\xe5\x61\x9b\xd4\xc2\xbe\xb9\xcd\x6e\x48\x73\xed\xf1\x29\x78\x64\x21\x8a\xe1\x83\x57\x5f\x99\xee\xb5\x62\xce\x8c\x65\x8c\x54\xd0\x99\x32\xdd\x33\x05\x9d\x19\xab\xc4\xff\x7e\x82\xfc\x3f\xe1\x0b\x26\xcb\x07\x6a\x7a\xe7\xf6\x14\x33\xb3\x47\xaf\xcf\xbc\x8c\x55\xa6\xa1\x47\xef\xdc\x82\x56\xb3\xbb\x16\xf6\xe9\xdc\xab\x1e\x48\xb3\xd4\x2e\x43\x3f\xb5\xe7\x77\xa2\x1c\x2e\x0c\x1f\x5c\x07\x0b\xd6\xd9\x0f\xae\x83\x83\xeb\xca\x03\x69\x8d\x5a\x35\x34\xf4\xe5\x32\x34\x55\x8b\x5b\xd7\x66\x03\xdb\xed\x07\x2f\xc3\xc4\x75\xde\x33\x15\xf7\x72\x70\x5d\xf9\x90\x0c\x74\x2c\xe3\x7c\xdb\x44\x49\x71\x7b\xda\x3e\xa1\xfc\x3d\x90\x5a\xc8\xb4\xa0\xfd\xf6\x58\xc6\x82\x2e\x0e\x46\xc6\x8a\x07\xbf\xc0\xb1\xbc\x62\xf2\x0b\x4c\xbd\xfc\x33\x54\xc4\x63\xa7\xc1\xe9\x41\x10\x3a\xbe\x97\x80\xb4\x64\xab\x18\xd2\x64\x9b\xe0\xb5\x19\x1f\xe4\xe8\x39\x90\x26\xb4\xba\x6b\x22\xea\xb5\x9a\x21\x06\x18\xff\x93\xaf\x81\x49\x8e\x08\xf2\xdc\x31\x3d\xf8\x1b\x16\xe2\x27\x3e\xf8\x1b\x8e\x65\x02\xd4\xae\x3d\x71\x03\xf4\xe0\x62\x98\xb8\xe5\x39\xd0\x2d\x23\x7f\xff\x4f\xbb\xa2\x6e\x26\x42\xe0\xcc\x6e\xb6\x21\x55\x62\x99\x9e\x5e\xc5\xb5\x49\x5c\xdd\x1c\x48\x0b\x98\xe3\x7f\xb4\x47\xaf\x51\x09\x76\x23\x53\x44\xaf\x71\x9d\x67\xce\x26\x46\x3f\x07\x5a\x7a\x67\x48\xcc\xb5\x1b\x99\xe4\x74\x58\xa6\x97\x4c\x3b\xf3\xd4\x8d\x5a\xec\xbe\x09\xbc\x78\x20\xf5\xac\xb9\x9f\x07\x61\xe6\xe5\x11\x4d\xd0\xbc\x17\x43\x9a\x5d\x8b\x0b\x54\x82\xa4\xaa\x38\x90\xfc\x22\xfe\x20\xad\x5f\xa7\xd7\x13\xc7\x08\x33\xb4\x09\x41\xf4\x69\x48\x58\x60\x04\x9d\x78\x46\x8c\xcb\x90\xe6\x65\x80\xca\x38\x00\xce\x12\x90\x88\xda\x04\x3f\x3d\x22\xb7\x7e\x6b\x8d\xcc\xde\x08\x16\xdf\xcd\x6a\xb5\x1b\x9e\x97\x11\x5b\x91\xe3\x13\x87\xfd\x03\x89\x70\x2d\xba\x94\xcd\x2b\xf5\xa8\x65\xe3\x55\xe1\xb1\x43\x48\xc6\x5d\x12\xa5\x76\x0b\x24\x7c\x0c\xa7\x19\xcc\x84\xb9\x9a\xa5\xac\xa9\xf5\x33\x96\x13\xa1\x66\xd6\x80\xb4\x0e\x33\x20\xad\xad\x71\x70\x81\x13\x66\x99\x0b\xd6\x60\x8c\x44\x21\xd9\x4d\x8e\x0b\x2c\xb0\x78\x5a\xcc\x99\x57\x53\x3b\xec\x49\x80\xa6\x03\x89\x1e\x26\xe3\x23\xf1\x17\xc7\xfb\x03\x69\x7c\x35\xde\xa9\xf5\xe8\xf5\x61\xfb\x33\xe5\x78\xa7\x59\x32\x8d\x69\x4f\x3d\x93\x31\x4b\x31\x65\x52\x37\x55\x49\x3d\x59\x66\x8b\x77\x43\x5f\x36\x43\x67\xa5\xc7\x15\xef\x24\x4a\x1a\xfd\x44\x05\x39\xae\x80\xa6\xa0\x6c\x48\xb3\xd4\x02\xba\xe5\x8d\xe2\xf6\x74\xd3\x3f\x2c\x4a\x6e\xdc\x51\x4c\x7f\x84\x4f\x1d\x16\x2c\xec\xe1\x87\x19\xb6\xac\x53\x27\x91\x58\x0e\x94\xcf\x3b\xcf\x19\x1e\x8b\x04\x75\x3c\x50\x97\x1f\x8b\x7b\x2d\xa1\x8a\x6f\xe3\x81\xe4\x19\xd3\xe3\x7f\x4b\xef\x3c\x5a\x29\xda\xe7\x5f\x0b\x9f\xbe\xe4\x7f\x52\x33\x96\xe9\x3a\xa5\x58\x2c\xd3\xb5\xc8\x51\x71\x26\x63\xf2\x26\xe4\x55\xfc\x4f\x86\xed\xc9\x98\xbc\xe1\x1a\xfd\x9f\x77\xca\xe7\x53\x75\xa6\x77\x43\xea\x8c\x25\x35\x87\x94\x61\x26\xa9\x43\xca\x4c\x46\x42\x1d\x52\xca\x34\x89\x73\x48\x99\x26\x6a\xf9\x35\xce\x34\xe3\x1d\x83\x58\x86\x84\x3e\xcb\x75\x8a\xdd\x10\x85\xe4\x40\x67\x4f\x36\x4a\xbc\xd3\x54\x8c\x80\x9a\xbe\xcc\x86\xba\xbe\x8c\xff\xa9\x3d\x23\xa8\x92\xa9\xcd\x64\x71\xa1\x83\x4f\x1a\x26\x55\xb4\xa3\xc3\xc4\xf9\x4c\x79\xf5\x18\x99\x1e\x98\xf2\x28\x86\x34\x2f\xde\x37\x4b\xc9\x59\x62\x9f\x27\x37\xc8\x99\xaf\x80\x84\x3e\x35\x20\x6a\x71\x7b\x62\x61\xc3\x04\xa8\x0c\x6a\x33\x5b\x52\xe3\xdd\x18\x7b\x40\xfc\x19\xa7\x17\xf0\xf1\xd8\x99\x33\x65\x40\x9b\xd9\xec\xed\x85\x0d\xcf\x80\xe4\xb4\x64\x42\x92\xa9\x6f\x1a\x16\x02\x52\x25\x96\xe9\xd5\x54\x58\x9b\x32\xbd\x7e\x3a\x21\x95\xd8\x57\xbe\xc4\x45\x33\xdb\x78\x61\x1b\x66\x0d\xf8\x26\x4e\xaf\x98\x7c\x13\x67\x36\x33\x47\x41\x38\x4c\x10\x2f\x63\xf0\x6a\x4a\x41\x98\x46\x73\x0b\x22\xab\x6c\x0c\x79\x21\xab\x16\x90\xd6\xc1\x73\x8d\x69\xf0\xf4\x4a\xcb\x75\x31\x0d\x8b\x20\x45\xf4\x9f\xd9\xf3\x82\x2a\x71\x18\x77\x7f\xac\xdf\x8a\x2f\xd5\x33\xe3\x27\xe7\xb3\xe1\xd6\x7f\x90\x87\x31\x44\x59\x66\x67\x76\xaf\x15\x9a\xb5\x4c\xef\xb0\x49\x5d\x36\x8c\xbb\x3f\xe6\x65\x05\xa4\x3a\x8d\x9f\xb2\x30\x9e\xc5\x3b\x3b\x29\x01\x13\xe7\xba\x07\x5f\xc3\x34\x2c\xc8\xf0\x35\x5c\xde\x49\x7e\x60\xa4\xb1\x0e\xf7\xc2\x62\x91\x8e\xcb\x5f\xf1\xda\xa2\x5c\x1b\xc6\x17\x9d\x00\x9d\x20\xff\x21\xaf\x6c\x8a\x73\xd6\x27\x01\x58\x2c\x3c\x3e\x9d\x0b\x56\xca\x86\xe4\x5c\x66\x6c\x45\xd5\x16\xe7\x25\x29\xd0\xca\x4a\x01\x69\x76\x8d\x2f\x4a\x4c\x56\x96\xd9\x1b\xea\x34\x9f\x89\x96\xac\x88\x27\xee\x7d\x07\x1a\xfa\x32\xde\x51\xcb\x34\xb4\xf4\x2e\x20\xf5\x93\xb5\x5d\x97\x32\xb0\xe1\x36\xfa\x2c\xec\x8d\xf1\x14\x3d\x10\x3d\x8b\x77\x07\x77\xc9\x7c\xfb\xac\x4b\x9b\xbe\x95\x5d\x0b\xab\xc2\x6a\xae\x0b\xfc\x5c\xee\x99\xae\x4b\xf0\x7e\x79\x16\x79\xca\x70\x2a\x3d\x10\xb5\x34\x43\xd4\x12\x5f\xfe\xe4\x7e\xe6\xf6\x88\xcf\xc7\xe6\x6d\x61\x99\xec\xb3\xdb\xc2\x32\x99\xcc\xb9\x0f\xae\x87\xc9\xa7\x35\xbb\x1e\xae\xfc\xcf\xb0\x13\x0f\xa9\x6f\x0b\x9e\x2c\x8f\x9d\x0f\xab\x27\x0d\xef\x43\x1f\x6e\x96\x8e\xdb\xce\x16\x7e\x20\x2d\xe7\x32\x44\x68\x6b\xd8\x1b\x3e\x86\x85\x8c\xb8\x0f\x3e\x86\xc9\x07\xad\xa5\x90\xb7\xb3\x16\x77\x5b\x37\xa9\xb8\xbd\x1c\x48\xde\x71\xc5\xad\x13\x0e\xfd\x8a\x77\x3f\x7d\x19\xff\x3b\xc2\x83\x7b\xce\x07\x07\xc4\xe4\x63\x90\x9d\x0c\x7d\xb4\x5a\x0a\xac\x53\x16\xfb\xfb\x95\x09\xb3\x7c\xf9\x1d\x4b\xcd\x81\x7e\x65\xb1\x5a\xdc\x54\x0e\xa4\x45\x8a\x16\x08\x19\x7e\x45\x2d\x4d\xef\xaa\x21\x8d\x8f\x7d\x3a\x2e\x88\x05\xd7\x97\x67\x65\xe2\x65\x23\xd3\xf1\x2d\x4c\x04\x83\x3f\x10\x5f\xba\x2f\x12\x56\xb8\x77\x3c\x0b\x3b\x65\x1f\x9f\x96\x8e\xfe\x05\x3b\x94\x03\x51\x8b\x5b\x07\x45\x60\xc3\xf8\x21\x16\x1f\xec\x96\x8e\xfe\xb3\x1a\x41\x39\xfa\x93\x4f\xf7\x40\x5a\x4d\xa3\x2b\x36\xcc\x24\xd7\x7d\xec\x6f\x48\x08\xc0\x07\x7f\xc3\x84\x7f\xed\x83\xbf\x61\xc1\xb6\xe5\x40\x53\x90\x5b\x90\xd0\x69\x9e\x25\xa5\x90\x28\x58\xac\x3c\x78\x23\xce\xe6\x59\x72\x3e\x89\xe4\x77\x84\x3e\x37\x66\xa1\x78\xc3\x9a\xe5\xc1\x03\x31\xf9\xf4\x84\x0b\xa2\x93\xd3\x1e\x48\xc1\xba\xff\x20\x05\x05\xcf\x8c\x48\xd6\xc7\xb3\x99\x74\x9c\xd0\xcd\x24\xa7\x2b\x83\xd9\x4c\x3a\x58\x1f\x63\x21\xf3\x2c\xe7\x7a\xfb\xfb\x9f\xe6\x05\xa6\xbc\x9c\xf8\x2d\xfe\xc7\xbc\x64\xff\x0f\x2c\xc8\xf1\xa5\xfe\x07\xc3\x5e\x0a\x27\x34\x7d\x01\xb4\x08\x8a\x4b\x8e\xe0\x67\x55\x5c\x36\xab\xeb\x14\xdb\x27\x25\xf0\x81\xce\xfa\x35\xaf\x26\xce\x8c\xcb\x18\x52\x49\x3d\x65\xda\xac\xb0\xd3\x11\x90\xfe\xd7\xe3\x4b\xb5\xde\xe3\x1d\x09\x9b\xe9\x59\x03\x5f\xd8\x6c\x2c\xec\x9b\xf1\xd1\x79\x16\x17\x08\xa4\x18\x3e\x50\x17\x34\x0d\xa9\x2f\x9c\x51\x16\xea\xbb\x69\xa6\xdc\x58\xf7\x19\x90\x13\x47\x02\x49\x74\xb5\x78\x77\x18\xfd\xf4\xf5\xcc\x6a\x50\xf8\x74\x5f\x44\xe1\xbe\xac\x89\x64\xd7\x9e\xb3\x4e\x3f\xfd\x3f\x94\x72\xd3\x73\xd6\x9d\x5d\xa5\x18\xd2\xd8\x97\xbf\x64\x44\x51\xe7\xc1\x72\x67\xa0\x7d\xf0\xa7\x2c\xcb\xc2\xa3\x3b\x37\xcc\x32\x24\xbc\x5e\xf1\x4e\xd4\x38\xe3\x1d\xe1\xd6\xdd\x3a\xf3\x62\x51\xd2\x1d\x2d\xdf\x7d\xd1\xe6\x74\xad\xf4\x6f\xa6\x1c\x09\x38\xaa\xa1\x5b\x1e\xb9\x51\xa9\xc8\xd8\x84\xab\xd8\xb7\xc5\x97\x19\xab\x6b\x77\xea\xfb\x99\x85\x1a\xce\x97\x19\x4b\x17\x01\xce\x6e\x7a\xa0\xd3\xed\x65\xa6\x2c\xbb\x61\xe7\x36\x7d\x16\xd7\x02\xcb\x4c\x52\x79\x36\x8a\xaf\x3d\x70\xea\x4c\xcb\x24\xae\x5c\x71\xb3\x9b\xd1\xcb\x57\xd3\x39\x41\x0f\x24\x17\x63\x23\x1a\xca\xb5\x90\xc6\x28\xd7\xd6\x0a\x48\xb5\x70\x5d\xb2\x06\xd2\xd1\x82\x05\xc5\x5b\x48\xe3\xa1\x9d\x79\x37\xc3\x96\xe2\xad\x5e\x96\x95\xba\x24\xa8\x18\x82\x3d\x38\x79\xd6\xcb\x02\x69\x32\xda\x62\x48\x42\xae\x9b\xbd\x49\x49\x56\x2f\xcf\x84\x8e\xf7\xce\x7b\x79\x20\x8d\xb6\xc6\xbb\xa5\x77\xdd\xd0\xad\xff\x31\xbb\x13\xaf\x69\x33\x2d\x45\x09\xaa\xd7\xe5\x5a\x24\xf2\x7c\x0d\xb1\xa6\x0e\x6f\xc1\xb0\x27\x0e\xd6\x66\x30\x8a\x46\x9b\x82\x7d\x13\x8d\xf6\xb2\x00\x24\xa9\xf7\x6a\x51\xa7\xbc\xaf\xcd\x60\x64\x7d\xec\x54\x97\x8f\x53\x78\x07\x33\xd7\xd1\xbf\x5e\x5e\x31\x8e\xfe\xc1\xda\x51\xa0\x05\x33\x97\xf5\xb1\x93\x5e\x3e\x4b\x69\xe3\xa6\xaf\x1a\xc8\xf4\x9d\x82\x99\x2b\x14\x51\xf5\xd5\xd4\xe2\x22\x20\x98\xa4\x02\x07\x39\xe3\xe3\x43\x6a\xee\x14\x4c\x44\x47\xf8\x7a\x59\xac\xa1\x16\x0b\x96\xa2\x23\xfc\x1c\xee\xa7\xec\x8d\xeb\x65\x21\x77\x4b\x90\xf9\x50\xbb\xee\xc5\xbb\x80\x0e\x19\xfb\xe4\xb8\x38\xb4\x07\x6b\xd0\xc1\xbc\x5e\x29\x20\xf5\xc5\xe4\xaf\x83\x79\xbd\x4c\x2b\x72\x3d\x9d\x3e\xe5\xe1\x7a\x9a\x82\x8c\x75\x68\x77\xa2\xbe\x87\x1c\xe0\x4e\xf2\x7d\xa0\x47\xb5\x78\x0c\x60\xab\x29\x4e\xb6\xc1\x4e\x87\xf7\xe0\x62\x5a\x2f\x63\xb2\x0e\xdf\x4e\x77\x77\xa0\xf6\x5f\xff\x91\x03\x07\x95\xc0\xae\x5e\x1e\xd1\x56\xfa\x99\xc0\x33\x1d\xd3\xe7\xb0\xb8\xd8\x60\xb9\x05\xe0\x56\x22\x80\xcb\xdb\x20\x45\x1e\x72\xb6\xb6\x07\x27\xd6\x7c\x99\xa6\x37\x21\x96\xbd\x3b\xd5\xb9\x7c\x0e\xe3\x84\xd4\x7e\x39\xe6\x6c\xdf\x5a\x31\x8b\x3c\xd2\xd4\xc5\x9c\x71\xfa\xb5\x86\x87\x4c\xe2\xf9\xaf\xd7\x8c\xd6\xc2\x91\xa4\x74\xd1\x4f\x9d\x8c\x9d\x77\xeb\x40\x8a\x0b\x6d\xc1\xa9\x18\x40\x39\x7a\xa6\x73\x72\x25\xf6\xed\x83\x73\xac\x93\x57\x3f\x78\xc7\x3a\x7d\xd5\x81\x7e\xfa\xd2\x2d\x28\xd2\xee\xe5\x15\x53\x1e\xbb\x19\xfb\x7b\x29\x08\xf3\xc5\x75\x1e\xa9\xc5\xeb\x55\xfe\x7d\x7d\xb1\x64\x29\x9c\x2f\x4b\x5c\x79\xd2\xce\xd8\x9d\xca\x93\xd6\x89\xa5\x0f\xa4\xd0\x02\x57\x40\x5a\x5c\xef\x47\x15\xa4\xb6\x5e\x25\xfe\xa7\xc5\x35\xcb\x94\xfd\xef\x8c\x9d\xa4\xec\x7f\xf3\x65\xe6\xf3\x82\x06\x46\x18\x59\xf5\xe6\xcb\x68\x20\xab\xde\x19\x3b\x34\x1d\xbe\x67\xec\xad\x5e\x48\xd5\xcc\x55\x87\x6f\xe7\x78\x3e\x90\x16\xd7\x08\x4a\x16\x95\xcb\x7b\x39\x05\x17\xaa\x7f\xad\x8b\x2d\xc6\xae\x48\xc7\xf4\x19\xfb\x20\x29\x2b\x9d\xbf\xf9\x40\x1a\x83\x47\x4b\xa4\xda\xcb\x3b\x65\x85\xaa\x9d\xd3\xa3\xfd\x41\xe2\xde\x29\xff\x40\x7a\x8f\xef\xc7\xc2\x7b\x7c\x3f\xa2\x8a\x7b\xa7\xac\xd0\xb5\x33\x76\x30\x3f\x96\xba\xba\x4e\xd0\xdc\xe4\xaf\xc3\xb7\x13\xdd\x1c\x88\x20\xe0\xf1\x3f\xcd\xa0\x91\x42\x79\x50\x9c\x6d\xe6\x40\x42\x8a\xe6\xff\x89\xfc\x67\xb4\x0e\x09\x58\x3c\xc9\xf5\xd7\xd9\x62\x1e\x27\x05\x4f\x16\x48\x3f\xed\xbb\x7c\xf7\xb6\x14\x1f\x37\x27\x93\xf8\xc7\xd8\xbd\x17\x97\xb5\x6c\x4e\x26\x4e\x45\x01\x9a\xbe\xee\x5a\x3a\xa6\x3b\x5f\xf0\x81\x34\x13\x66\xed\x64\x0e\x4f\xc6\x17\x85\xf7\xc9\xbe\x73\x25\x6f\x78\xbd\xdc\xba\xe2\xfb\x4c\x5f\x2a\xad\x0f\xb6\xd8\xe3\x7f\x8f\xde\x75\x43\xaf\x6a\x01\x27\x64\x3b\xeb\x2c\xc2\x07\xa2\x85\x6a\x88\x5a\xdc\x9e\xd8\x46\x32\x0e\x7e\xc4\x58\xf7\x8e\x90\xb4\xe4\xc9\x18\xa9\xac\xe4\x73\xae\xf8\x52\x73\xed\xfd\xa1\x2e\x02\xe6\x5c\xf1\xa5\xc6\xc0\xce\x15\x57\xe3\xe9\x2d\x0b\xae\xc6\x99\x88\xfa\x0f\xae\xc6\xd3\x4a\x47\x5c\x8d\xab\xb5\x00\xb7\xb2\x00\x4e\x6f\x59\xee\x8b\x79\x41\x90\xe1\x5c\x3c\x7d\x61\x71\x5f\x9e\x97\x01\x24\x7a\xc0\x25\xeb\x40\xc2\x33\x84\xf8\x4d\xb2\x40\xdf\x29\x93\x95\x7c\xfa\xb0\x7f\xcb\xb0\x35\x13\xf1\xfd\xc1\x45\xb9\x9a\x3a\x6e\xd2\x08\x12\xf2\xfd\x21\x5f\x79\xb5\x0e\x02\xf7\xe5\x8a\xf5\xf1\x43\xf2\xf2\x49\xf0\x89\xc7\xc9\xca\x89\x29\xf1\xe0\xb0\x5c\xb1\x45\x7e\x70\x58\xce\x38\x76\x3d\x38\x2c\x57\x72\xcf\x3c\x4e\x63\x4e\xc4\xf6\x03\x69\x0c\x23\x20\xcd\x3c\x38\x71\x2b\x8e\xef\xf4\x49\xfc\x4e\xb0\xd3\x61\x88\xd0\xfd\x08\x71\xbc\x97\xa7\x4f\xd4\x78\x2f\x57\xfc\x5d\x1f\xbc\x97\x33\xa1\xd6\x1f\xbc\x97\xab\xb5\x23\xe4\x41\xaf\xd6\x87\x90\xe8\xbc\x5a\xcb\x41\x26\xf3\xe9\x13\x2e\x89\xcc\xeb\x35\xff\x19\x51\xe8\xc1\x09\x7a\x7a\x37\x75\x27\xe2\xfc\x4f\x0f\x09\x72\x8c\x77\x20\xda\xf4\x90\xc4\xb4\xb0\xce\x3d\xd0\xd9\xd9\xad\x1e\xd0\xad\x77\xd4\x92\x75\x90\xf4\x51\xee\x56\xd4\x5e\x27\x1a\x3e\x90\xc2\xb3\x78\xc9\x48\xc4\x93\x8c\x76\xba\x5c\x98\xde\xf9\xe0\x04\xed\xdc\xbf\x07\xd2\xc4\x70\x84\xb8\x33\x53\xb1\xdc\x02\x04\xd8\xe3\x7f\x42\x2d\x4e\x02\x77\x56\x3a\xc4\x64\x24\xcc\xec\x5c\x97\x5b\x57\x4a\xbf\x64\x44\x53\x42\x1f\x27\x08\x7e\x70\xb3\x9e\x2b\xda\x83\x8c\xa3\xd7\xcc\x19\xe7\x89\x9b\xf4\x3e\xc9\xa8\x95\xd9\x61\x2f\x8f\x48\x09\x11\xb0\xd1\x7e\x6e\xd9\xf8\x3a\x9d\xef\x43\xf2\xf5\x4a\xfc\xf3\x07\x07\x69\xe7\xf6\x7d\x6e\xe5\xd2\x59\xde\x19\xdc\x45\xa9\xbc\x92\x17\xbe\x80\x14\x2b\xbe\x5c\x7a\x47\xeb\x05\x22\xf3\x6a\x2a\x2d\xce\xb2\x18\xc5\x7d\xb9\x9a\x9d\x92\xcd\x7d\x59\x8c\xde\x05\x76\xe3\x95\x96\x25\x41\x4d\x66\x0d\x15\x62\xf1\x4c\xe8\x5a\xa0\xe2\x60\x7b\xa0\x71\x6a\xa9\xf1\x6e\xea\x5d\x37\xf4\x53\x50\x9d\x62\x48\xeb\xe0\x79\xd1\xb5\xc0\xba\x8c\x4b\xb2\xce\xcd\xc9\xb3\x24\x87\xe5\x9a\xd8\x0a\xe0\xb0\x9c\xd3\x0a\x68\xe9\xdd\x34\xf4\x08\x72\xeb\x47\xc4\xae\x60\x06\xb2\x39\xa8\x66\xbc\xce\xed\x9e\x3c\x67\x0a\x7f\x54\xcd\x78\xef\x0a\xce\x2f\xd7\x72\x66\xa2\x9a\xf1\xde\x4a\x90\x53\x71\xcc\x7d\x6e\xe5\xaf\x59\x81\x83\x8d\x84\x63\x9c\x97\x48\xcc\x5e\x49\xc4\x7e\x20\x25\x04\xf4\x5c\x2b\xfd\xcc\x8a\x11\x35\x32\x72\x7a\x96\x74\x11\xb0\x62\x44\xb2\xe3\xad\xe4\x6f\x7f\xee\x46\x8a\x63\x8f\xaf\x39\xa5\xf1\x65\xc8\xd9\xea\x0d\x69\x44\xd9\x2d\x1c\x31\xba\xfe\x1b\xfa\xf4\x8e\x16\x3a\x81\x89\xfe\x20\xb2\x35\x67\x43\xd4\xd9\x0c\xf1\x3f\x5a\xef\xce\x52\xdf\x0d\x1d\xf6\x66\x55\xe2\xdd\x23\x5d\xb6\xa1\x72\x5a\x28\xf1\xbf\xaa\x2f\x93\xa1\xb3\x46\xc1\x78\xbb\x53\xe0\x46\x2d\x8f\xde\x55\x43\x64\xe9\x8d\xff\xfd\x54\x8b\xfb\xe9\xbc\xb3\x01\x69\xce\x8a\xeb\x54\xd4\xff\x10\x41\x32\x16\xa8\x21\x74\x74\xf2\x5f\x58\xff\x1f\x48\x2b\x66\xea\x90\xa9\xee\xc2\xde\xff\x21\xcf\x7c\x8d\x31\x38\xaf\xbc\xd7\x56\x79\x6f\x56\xb2\x48\x18\x4e\xb6\x3b\x0d\x69\xce\xd8\x68\xdd\x64\xc1\x49\xf5\xdf\xd7\x17\x64\xa3\x5f\xc9\x7c\x5f\x76\xbc\x35\x64\xd7\x60\xf0\x9e\x34\x85\x7e\x5a\xc9\x32\x61\x90\x9c\x2e\x1a\x3c\x0c\x6d\x05\xa3\x18\xe4\xb6\xf5\x84\x0e\x26\xe6\x0f\x12\x8a\x70\xb0\xbb\x07\x53\x51\x3d\x40\x50\xcb\x84\x3b\x40\x1f\x76\x99\xf7\x24\xa9\xa2\x09\x57\xf9\x6f\x56\xa0\xf9\x84\x20\xd8\x23\xe1\x32\x5c\xad\xef\x8d\x0c\xf2\xec\x7c\x48\x20\xbf\x02\xed\x74\xb9\x50\xad\xfd\x25\x9b\xfc\xca\x29\xea\xd4\x02\x9a\xc1\x4c\x16\xde\x0b\x38\x59\x78\x4b\x4e\x59\xd9\xae\x40\x18\x5d\x4a\x54\x12\x93\x1c\x48\xa1\xa7\x72\xfc\x4f\xf9\x0b\xbd\xd4\x13\x66\x60\x39\x3a\x21\x39\x8b\x35\xf2\xde\x84\x38\x5c\x90\x80\xc5\x8c\x32\xcc\xd4\x10\x87\xcb\x63\x9f\x86\xb4\x7e\x2d\xbe\x3c\x73\x1d\xbd\x5e\xee\x99\xbf\x94\x60\xb1\x72\xed\x5e\x12\x2c\xd6\x6e\xe3\x86\x5c\xad\xc1\xbe\x15\x4f\xb8\x5a\x67\x7d\x2f\xfa\xe9\x9d\x88\x2c\x69\x97\x15\x6f\xf7\x22\x2b\xa8\x77\x22\xba\x32\x58\xd9\x02\x42\x57\x06\x35\x84\xaa\x73\x9e\x5a\x20\xdd\xca\xce\x11\x62\xf4\x86\x99\x7b\x44\xb7\x04\x52\x36\x8b\xbe\x61\x76\xde\x31\x39\xfb\xe9\x88\x2f\x35\x06\x8f\x88\x6c\x31\x21\xf2\x6e\x70\x30\xbe\x94\x78\x2a\x66\x37\x37\xe2\xc9\xb8\x7b\x13\xce\xcb\xec\xe6\x86\x29\xc7\x18\x94\x6e\x8b\x40\x5c\x0f\x6e\xc1\x8b\xb8\xad\x4f\x24\xb6\x77\x2d\xba\x24\x58\xc5\xec\x94\x4b\x82\xe4\x8d\x81\xd2\xce\xac\x62\x96\xe2\x94\xf7\x16\x80\xba\x16\x58\xc5\x2c\x65\x33\x5a\x0b\x55\x05\x1a\xce\xd9\xc2\x5f\x2a\xf9\x1a\x82\xd3\xc9\x4c\x97\xff\x27\x81\x54\x8c\xd7\x24\x94\x09\x31\xca\x95\x01\x3e\x67\x0f\x99\xee\xab\xd5\xee\x91\xbb\xde\xa2\x72\x33\x76\x6f\x59\xc8\x22\x63\x45\xfb\xcd\xd1\x3f\x56\xc5\x49\x4b\x2d\x2a\x1f\x58\xb4\x6b\x71\xca\x52\x0b\xc0\x87\x11\xfd\xfd\x8f\x5a\xe8\x99\x12\x94\x2e\xac\xdc\x0f\xd4\x05\xc5\xbb\xc3\x51\x8a\x45\x1e\x59\x66\x48\xd1\xf1\x90\xaf\x7e\x95\xa8\x53\x79\x3e\x8b\xb7\x09\x44\xcd\x2a\xd1\x33\x51\x15\xf9\x3b\x0e\xf4\x53\xe8\xb4\xf8\xf2\xd3\x3b\xe6\x45\xe7\xf9\x55\x2d\x2a\x5f\x09\xab\xf2\x07\xdd\xfa\xb2\x19\xda\x8a\xb9\x56\x0c\x3d\xfa\x72\x19\xa2\x4e\xff\x4f\xb3\x54\xd2\xf5\x6f\xa6\x2c\x17\xde\x55\x53\xfc\x31\xab\x9a\x61\xe8\x56\x24\xb7\x6c\x68\xab\x52\x37\x4f\x34\xb8\x1c\xd0\xab\x77\x1e\x92\x58\x58\x20\xfd\x2b\x16\x96\x2d\xfd\xc9\x58\x13\xf2\x5e\xb9\x51\x57\xe5\x28\x7e\x2b\x7e\x70\xcd\xae\x85\x54\xfa\xb8\xa7\x1c\x28\xe9\x5d\x33\xa4\xe9\x75\xaf\x75\xf4\x5f\xd5\x2c\x45\x47\xff\x4c\x80\xe5\x03\x69\x9a\x2c\x7f\xa5\x5b\xaf\xd9\xbd\x96\x6e\xbd\x66\x1f\xd0\x94\x24\x7f\x55\x93\xf1\x4f\xac\x28\x7b\x67\xa0\xe3\xfd\xaa\x26\x6a\x1d\xef\x6b\xf6\xce\x40\x4e\xb4\xb9\x98\x29\xcb\x89\xb6\xe6\x12\xd0\x23\x88\x19\x94\xa6\xbd\x66\x93\x9c\x32\xde\xac\x6a\x84\x51\xc6\x9b\x9a\x7d\xd0\xd2\xd1\x7f\x55\xa3\xb2\x8e\xfe\x4e\x4b\xfd\xdc\x3a\xd0\x57\xb2\x44\x3c\xb8\xb1\x3a\x0b\xf5\x81\x34\xd7\x16\x95\xca\x73\xb3\x9a\x67\xe9\x03\xb1\x73\x40\x8a\x3d\x97\xa2\x96\xa5\x77\x01\x09\xed\xbc\x2a\x1c\xda\x43\xc4\xea\x28\x5e\x49\xe1\xff\xe0\x9c\xba\x6c\x6b\x8d\x73\x6a\xc5\xc5\xfc\xc1\x39\x75\xd9\xd6\x1a\x97\x53\xe7\xb4\x3e\xd0\x4f\x41\xf1\x8a\xa1\x4f\xef\x5c\x8b\x82\x04\x5a\xbd\x85\xe7\xa8\x33\x47\x3f\x78\x8e\x2e\xe2\xaf\x3c\x78\x8e\x66\xa2\xd1\x3d\x78\x8e\x56\x12\xf5\x3f\x5b\x07\xec\x6c\x0b\x04\xf2\xf4\x57\x5c\xd3\x0f\x74\xab\x16\x8d\x16\x3f\xd2\xea\xad\xc0\xd6\x61\x78\x11\x21\xe4\x40\x5a\x5b\xf7\x25\xb1\x46\x7f\x90\x7a\xc6\x79\x70\x2b\x5b\xcd\xb2\x0a\x6b\x4b\x61\xbe\x88\x6f\x71\x20\xfe\x17\x5f\xfe\x04\x75\x43\x8a\x52\x38\x0d\x89\xb9\x12\xc1\xf8\xc1\xe3\xb4\x92\xad\xe2\x21\xcf\x6c\xb6\x8d\x03\x79\x66\x17\xfe\x05\x07\xea\x7a\xe7\xf6\x14\x22\x91\xd8\x17\x07\xd2\x18\xba\x7b\xcd\xbc\x74\xf7\xc5\xf3\x32\x0d\x69\x35\x57\x40\x5a\xcd\xe6\x16\x08\x63\xb8\x02\x6a\xaa\xc5\xbd\x96\x46\xc2\x9b\xa2\x9d\x14\x15\x90\x28\x12\x07\x12\x05\x78\x44\x3a\xfd\x56\x6f\x13\xf0\x4d\x75\xb6\xea\x03\x69\xfd\x3c\x86\xcc\x4c\x78\x1d\x74\x52\xad\xde\xb2\x6c\xe5\xa9\x59\xd6\x0c\x6d\xa9\xc8\xab\xed\x81\xf0\x4d\xad\xd9\x3d\xcb\x84\x32\xac\xf1\x4e\x33\x01\x15\x6f\xce\xad\xde\xea\x6c\xa9\xcf\x73\x61\x7b\xe1\x9c\xb2\xde\xea\x6c\xe5\xb4\x59\xdd\x2b\x26\x3b\xfa\x5c\xbc\xd2\x3a\xef\xd6\xec\x31\x14\xb0\x1c\x31\xba\x0b\xa3\xf5\x18\xa4\x30\xcf\x65\xfe\xd3\x79\xe4\xc1\x55\xb5\xe2\x30\x79\x20\xc9\x04\xf6\xb1\x5b\x99\x72\x56\xff\x7b\xa7\x8e\xb2\x13\xc1\x71\xd5\x49\xab\x1f\x67\x93\xf5\xfe\x69\x17\x16\x1e\x19\xeb\x94\xb1\xde\x3f\x6d\x19\xd2\x2f\xdb\x5e\xee\x82\x7c\xf2\x54\xe8\x68\xbc\x6c\x7b\xb9\x2b\xf2\xc9\x5f\x56\x48\x00\xf9\x8b\x73\x6a\xc5\xbf\xfe\xc1\x39\x35\x5b\x56\x6e\x25\xd2\x59\xb6\x62\xdc\x15\x51\x62\x64\xd2\x11\x77\x8d\xe4\x3a\x25\x4a\x6c\xea\x42\xd2\xd7\x5c\x8d\x4c\x1c\x78\xbd\xf3\xc1\x8d\x35\x5b\xaa\xee\xca\x88\xbc\x2c\x3a\xe2\x66\x4b\xd5\x2d\x23\xfb\x85\x07\xda\x81\x84\x4c\x26\x4e\x1d\x7f\x97\x4d\xfe\x76\x3d\xec\x3b\x57\x04\x20\xce\xb0\x99\xa4\x90\x07\xa2\x05\xfa\x22\xa3\xf7\x4c\x6c\xe0\x07\xc7\xd5\x9a\xbd\x46\x8d\xc4\xd7\x1c\x63\xc9\xc5\x5a\xf1\xe0\x7f\x70\x6a\xcd\xd5\x33\xa1\xc4\x3b\xcb\x86\x59\x5b\x89\x77\x72\x4d\x6e\x81\xbd\x87\x49\x5c\x89\x77\x32\x3e\x6e\x0f\xae\xaa\xd9\x62\x1b\x57\xd5\x9a\xbd\xee\x0d\x92\xf3\x4a\x93\x9d\xd5\x7b\xb9\xad\xb8\x5b\x19\xef\xd0\x03\xf1\xbf\x62\x48\x6b\xf4\xf7\x3f\xcd\x35\xbb\x37\x32\xb7\xae\xf1\x57\x8b\x46\xeb\x75\x57\x14\xae\x8c\x3f\xe8\x83\x1b\x6b\xf5\x7e\x6d\x77\x66\x29\xbb\x4e\x09\x24\x6b\x32\xb6\x6c\xde\x33\x49\x87\x1e\x92\xb7\x2e\xdb\xc4\x6c\xa9\xba\x33\x3e\x9f\x0f\xde\xa8\x19\x2f\xcf\x07\x6f\xd4\xea\x3d\x20\xde\xa8\xd5\xbb\xbe\x3d\x24\x90\x6c\x6f\xb1\x15\x94\xb8\x16\xce\x6e\x24\x7d\xcd\xf8\x83\x1e\x88\x5c\x97\xb4\xae\x84\x3c\xb9\x1a\x0b\xa4\xea\xce\xf8\xf7\x1d\xe8\xac\x91\x6f\xfa\xf1\x15\xcd\x44\x06\x7e\xf0\x15\xad\xc5\x23\x1a\x60\x64\x71\x7b\x12\x48\xc5\x23\x1a\x8c\xa1\xb8\x3d\x89\x20\x1b\xbd\x6e\x65\xd0\xc9\xb6\x7e\x22\x4f\xeb\xf2\x4d\x3f\x89\x5a\xb3\xad\x9f\xf6\x64\xfd\xcc\xfa\xa4\xc0\xce\xd5\xc2\x91\xb3\xa9\xad\x9f\xc8\x9e\x5a\x4b\x8a\x77\x9a\x79\x8b\x19\x59\xb9\x57\x6f\xe5\xc8\xac\xba\x6c\x88\xb9\x75\x6e\xcd\xd5\x82\x93\xd3\x28\xde\x9a\x0f\x7e\x9d\xd5\xdb\x3c\xfc\x3a\xab\xb7\x79\x5b\xca\xed\xe5\x7b\xf8\x2d\xfb\xf4\x5c\x2d\x70\x09\x5c\xec\x7b\xf8\x3d\xa1\xcd\x16\x5f\x6a\x0c\x2d\xde\xbd\xaa\x93\x7e\x2a\x60\x56\x2d\xc6\x56\x29\xb0\xab\x37\x84\x78\x79\x2e\x1b\xdd\x39\x4d\xaa\x37\x61\xa4\x49\x5d\xbe\x79\xdf\x4b\x6c\xd8\xdb\xa7\xbd\xc0\x48\x0b\x55\x85\xc8\x5a\xab\xfe\x7b\xa7\xbc\x75\x38\x5d\xcb\x53\xcf\xe1\xb4\x5a\x42\x2c\x1d\x0c\x6c\x32\x86\x7b\x68\x2d\xd1\x35\xc9\x20\x5b\x0b\xec\x05\xe1\x72\x83\xb7\x65\x92\xbe\xac\xbd\x27\xe9\x69\xae\x66\xca\x1c\x4e\x8b\x07\xa1\x88\x59\xd9\xbb\xd3\x2d\x03\xf5\x65\x7d\xfd\xbe\x59\x78\x33\x5e\x0e\xae\xde\xcb\x91\xf3\x34\x57\xb3\x4c\xc5\xc1\x5a\x2b\x5a\x07\x95\xbd\xf0\xf7\x61\xae\xcb\xc6\x42\xfb\x66\x7c\x66\x29\x3a\xaa\xd6\xd8\xbd\xe9\x70\xba\x56\xfc\x4f\xe2\xc2\x07\x49\x32\xa2\x2e\x1b\xcc\x90\x12\x35\xdb\xd4\x8c\x94\xa8\xd9\xc6\x65\x7b\x33\x3e\x13\x84\xd2\xe3\xd4\xd8\x03\x6e\x7a\x66\x06\x83\xad\xf5\x65\x35\xee\x96\x82\xf9\x80\xae\x47\x72\xbc\x78\x9f\x49\x64\xaa\xeb\x8a\xee\x88\x7a\xda\x15\xd0\x4f\x9f\x0e\x43\x1f\x9f\xd2\x03\xc5\xa6\xca\xcd\x22\x43\x39\x68\xaa\xad\x5b\x37\x87\xd0\x66\xb1\x20\xeb\xeb\x74\x59\x2b\x89\x87\x6a\x25\x96\xf2\x81\x36\x2f\x03\x3c\xe8\xd6\x4c\x24\xca\x4a\x53\xc9\x00\xf2\xe0\xb0\x9a\xbd\x3f\xdf\x8f\xc4\x44\x31\x7e\xa1\x8f\xf6\xfe\x7c\x2b\xf3\x4c\xba\xac\x55\x23\x6d\x69\x6e\x46\x30\xc5\x8e\xaa\xb1\x45\x56\x1c\xe6\x1a\x9b\xe2\x17\x0a\x32\x35\xeb\x3c\x99\x2e\x2b\x5b\xb6\x82\x32\x65\x1b\xc3\x6d\xa9\x76\xd3\xe5\x4b\xf7\x2d\xdd\x6e\xb6\x6b\x26\x89\x46\xcf\xcb\x65\x70\xe9\x65\x36\xa4\x09\x68\xae\x55\xfb\xb1\xd2\xe2\x8f\x1f\x31\x91\xdd\x1f\x9d\xfb\xe3\xc0\x80\x8e\x38\x8e\x08\x1c\xf8\x9a\x57\x87\x03\x5f\x31\x07\xc1\x08\xfb\xf2\x9d\xf5\x96\x15\x76\x6e\x5e\x9d\x1f\x21\x37\x7d\x85\xbd\x7f\x32\x9b\xb0\xb3\xe6\x96\x19\x76\x6e\x9e\x72\xa5\x90\xa9\xc5\xbc\x47\x31\x9c\x6a\x6c\xef\x95\xfe\x25\x5d\xbe\x49\xdd\xca\xff\x52\x8b\x69\x0c\x3b\xec\x2b\x45\x5f\xb5\x27\x6b\x5e\x2c\xe9\x82\xb3\x5d\x40\xf7\x0f\x99\xe0\xed\xf0\x0f\x2e\xe9\x95\x43\x4f\x6c\x87\xd0\xfd\x03\x93\xad\x53\xda\x3f\x30\xd9\xbb\x5c\x6c\xb6\xaf\xe4\x6d\xe7\x0f\xce\xe8\x6d\xee\x07\xb2\x7a\x5d\x3f\x64\x99\xa5\xc9\x07\xb2\xd6\xf8\x92\xf6\x99\x1b\xe5\x81\x49\x57\xf2\xa6\xf0\x83\x57\x78\x87\xfa\x11\x38\x35\x99\x01\xa1\x2b\x2e\x66\x16\x1c\x34\x9b\xa5\xe0\x87\x24\xf0\xbe\xe5\xf3\xf8\x99\xaa\xcf\xa1\xae\xbd\x75\xf8\x24\x0a\x9a\x17\xf2\xdb\x8e\x3d\xed\x0e\x48\x16\xc4\x41\xf0\xd3\x41\xa2\x8c\x80\x44\x49\x5c\xbe\xbc\xf3\x02\x3d\xda\x3f\xf7\xcf\x2f\xe9\x58\x2b\xf9\x51\x5e\x5c\x8e\x73\x13\xc7\x7f\xc9\xc0\x9a\x71\x8a\x7d\x49\xc1\x5a\xc9\x82\xf2\x92\x82\xb5\x92\xea\xe4\x40\x5a\x63\x21\xc0\x81\x34\xc6\xee\xce\x78\x6e\x5c\x27\x44\xae\x35\x7e\x71\x6a\xce\x04\xfb\x3c\x90\xd6\x98\x3b\x80\x03\x8a\x21\xe9\x94\xf3\xce\x0b\x02\xe8\x6e\x90\xf5\x9f\xfe\x72\x53\x29\x4d\x28\xbe\x51\xba\x72\xbb\x0c\x8a\x3a\x47\x40\x93\x97\xc9\xa0\xa8\x73\x18\xd2\xd6\x86\xd8\x95\x2f\x7e\xd4\x95\xa0\x11\x07\xd2\xd4\x8c\x80\xd4\x1b\x4f\x1b\x67\xd1\xe6\xa9\xe1\x2c\x4a\x3c\x99\x03\x69\x89\x73\xb4\x0f\xeb\x9a\xf1\x69\xe5\xa5\xdb\x27\xa9\xf8\xec\x86\xc4\xf5\xa7\x47\x05\x39\x8c\x69\x28\xf1\xc7\x65\x30\xeb\x65\x40\x85\x70\xe3\x6e\x12\x46\xf2\x07\x35\x5e\xba\x49\xe9\xcc\xb9\xdf\x3b\xd0\x8f\x97\xd1\xa6\xe8\x7a\x52\x2d\x46\xe2\x57\xf6\xb7\xb2\x12\xcf\xcd\xd3\x93\xc1\x1c\x0f\x3a\x43\x57\x1e\xa5\x32\xd3\x54\xce\x5a\x07\x12\x95\x2d\xda\xcf\xe0\xd1\xca\x86\x84\x01\x5c\xea\xbd\x24\x67\xad\x1c\x9a\x5e\x92\xb3\x9e\x97\xc3\xa0\xf0\x71\xf9\x53\xe8\x2a\xfa\x76\xf3\x47\x7f\xa9\xbd\x66\x8b\x61\x20\x22\xb9\x07\x7a\xf1\x03\xaf\x44\xc7\x79\xed\x07\x7e\x21\xbe\xdf\x59\x18\x95\xeb\x91\x35\x78\xe5\x2c\xf6\x92\xa2\xb5\x56\x93\x5c\x41\xd0\x21\xda\x5e\x3c\xc1\x2b\xd9\x4a\x0f\xb4\x89\xd5\xce\xec\xe8\xcc\x9a\x89\xb4\x78\xa0\xc4\x4b\x37\x22\xe6\x41\xa8\xc5\x97\x1c\xae\x95\x43\xdd\x81\x7e\xc4\x75\x37\xa8\xb5\xe3\x54\xf7\xda\x51\xfc\x2a\x26\x42\x99\x7d\x67\x02\x0e\xbe\x78\x8a\xd7\xea\x79\x55\x40\xea\x5a\x3d\x91\x3a\xb6\xd6\xea\xee\x54\x04\x5f\x31\x11\x28\xdd\x4c\xe5\x0c\x76\x20\x96\xc0\x54\x20\xe3\xee\x8c\xa7\xf3\x3b\x65\xce\x9d\xb1\x9d\x3d\xd0\xd4\x1f\x5d\x8d\xc2\xfc\x5d\x41\x4c\x95\xe9\x49\x86\x84\xa0\xc4\x23\x7c\x71\xec\xae\x9c\xec\x0e\xa4\x61\x64\xb7\xcf\x30\x3c\xa8\x86\xa4\x8b\x6a\x14\x49\x29\x13\xf6\xef\xc5\x5f\xbb\x56\xf7\x0d\xed\x6c\x37\x67\x69\x88\xaf\xfa\xf7\xe9\xa7\x97\xae\x95\xf4\xf6\x1e\x46\x93\xf4\xc2\xf3\xf9\xc5\x61\x3b\x13\x87\xef\x40\x83\x6a\xe2\xa5\xba\x5a\xa6\x21\xba\x1a\xd0\xa3\x77\xcb\x90\x50\x27\x19\x12\x65\xf7\x7f\x6f\xac\xcf\xa7\x5a\x1c\x42\xbb\xbc\xe4\x91\xad\xdc\x3a\xbf\x53\x66\xdc\x99\x20\x7a\x2f\x7e\xe0\x95\x5b\xe7\x03\xa9\x6f\x46\x40\x1d\x51\x2b\xc7\xc9\x77\xa2\x93\xad\xa6\x87\x2e\x39\xc7\x01\xf2\x25\x5b\x6c\xba\x48\x41\x70\x40\x0d\x2a\x33\x7e\x14\xaf\xdd\x88\xdb\x91\x65\x75\x06\x78\x64\x19\xb1\xe3\x5e\xd2\xbd\x9e\x97\xd3\x60\xd3\x4b\x77\x0e\x8a\xac\x26\x50\xb9\x6d\xe7\x6e\x24\xef\x88\xb6\x6a\xee\xa1\x38\x49\x19\x0f\xe8\x17\x9f\xee\x1a\xeb\xa8\x38\x49\x99\xcb\xa7\x17\x0f\xef\x5a\xbd\xe4\xca\xac\x93\x2e\xb6\xb7\x07\xd4\x0a\x78\xc9\x07\x21\xe7\x9b\xc9\x6c\x88\xf1\xc7\xb2\x4a\x17\x9b\xbb\x65\xe2\x00\x57\x2d\x13\x65\x4e\x5d\xab\x97\x75\x80\xab\x2d\xa0\x73\x52\xed\x96\x82\x03\x92\xab\x40\x13\x11\xd5\x3c\x75\x53\x22\xaa\x5b\x28\xea\xe0\x5a\xab\xd7\x51\x76\xd8\xb9\x5b\x44\x4e\x70\xdc\x32\x71\xd2\x51\xaf\xea\x64\x1d\x6b\x33\x44\x2d\x0c\x62\x22\x85\x42\x7c\x2a\x5a\x51\xad\x75\x19\x22\x29\x83\xe5\xa7\x14\xa9\x19\x67\xf1\x17\x67\xea\xdc\xe3\x9d\x6e\x3a\xab\x45\xeb\x64\x32\xfa\x34\xd4\x48\xae\x10\xa0\x68\xc5\x98\x33\x91\x2c\x21\x20\x64\x6f\x9d\xbb\x99\xcc\x72\xc6\x08\xcb\x0b\x85\x7b\xce\xdd\x4c\x66\x81\xba\x16\xb5\xf2\xb5\xae\xd5\xe2\x7b\x81\xc8\x46\xb2\xc5\x04\x18\x37\x16\xb2\x84\x78\x11\x07\x14\x23\xf3\xc2\x71\xb4\xed\x23\x3e\x15\x1a\x79\xe1\x16\x68\xed\xad\xcd\x82\x03\x7b\x19\xa5\xa0\xad\xd5\x2b\xb5\x40\xdc\xe0\x5c\x4b\xb6\xa8\xdd\x3b\x1d\xb4\xa9\xdd\x62\x57\x07\xd6\x5a\x3d\x55\x37\x63\xb2\x0c\xbe\x91\x1d\xc1\x39\x6e\x38\x97\x27\xee\x76\xf2\x87\x12\xa0\x16\xc7\xd3\x78\x33\x0c\xcf\x1b\x06\xd9\xd5\x3b\x8d\x1b\x29\xe3\xcd\xc4\xcd\xa0\x4c\x9c\x37\xec\xc8\xd4\xa8\xd4\x40\xb5\x7a\x13\x72\x23\x64\x02\xc5\x6f\x78\x95\x57\xea\x26\x05\x42\xe0\xb8\xfc\xaf\x73\x9f\x01\x31\xe3\x46\x32\x59\x6f\xd7\xea\x65\xbc\x21\xdc\x15\xf5\x68\xfd\x17\xef\x50\xd3\x12\x77\xee\x25\x17\x6c\xad\x23\xa0\xac\x77\xcd\x50\xa1\x89\x65\x50\x2b\x3e\xe2\x25\xed\x8f\xa8\x55\x04\x68\xc9\xbe\x11\x5d\xfd\xaf\x5a\x89\x2e\xcb\x72\x99\x7a\xe7\x61\x59\x8e\xa9\xf7\xb0\xf0\x96\x7f\x76\xad\x46\x07\x19\x7e\xe7\x71\xfd\x33\x56\xfe\x4b\x0e\xda\x3c\xcc\x71\x36\x62\xc5\xc8\xb1\x39\x41\x76\xef\x82\xe4\x84\x5d\xab\x29\x67\x47\x16\x8f\x6c\x50\x28\xef\xcd\x1d\xea\xe0\x61\x69\xbd\x11\x96\x46\x32\xa9\x83\xf3\xf0\xde\xe1\x41\x3c\x12\x45\xee\x80\x87\x21\x0f\x0b\x64\xc2\x4b\x5f\xc3\x82\xfd\xd1\x41\x70\x58\x92\x3e\x70\xa0\x19\xef\x16\x9f\x56\x83\x92\xdd\x33\xea\xd9\xbc\x6c\x06\x3f\x40\x66\xcb\xc7\xff\x61\x61\xfa\x2c\x92\x80\x58\x28\xca\xac\x3c\x0f\xcb\xf6\x07\xa1\x3c\x2c\x95\x1e\x38\xd6\xb0\x58\xe2\xc8\x5f\xbd\x7f\x90\x1e\xba\xd6\x19\x9f\x0e\x3e\x75\xa3\x42\xee\x61\xa1\xf0\x80\x94\xc3\xc4\xf5\xc2\x6a\x08\xf4\x75\x40\xe1\x9a\x09\xe8\xf5\xb8\xbb\x21\x31\x17\x93\xcc\xcb\x71\x70\x58\xba\xbc\x88\x49\x4b\x25\x62\x36\x5f\xa3\xc5\xb7\x5a\x31\x2f\x2e\x1a\xdf\xbf\x16\xc1\x03\xaf\x2d\x07\xf9\x61\x0e\xae\xb3\x7a\xad\xa6\x0a\x9d\xd5\xf3\x30\x3f\x57\x6e\xa5\x5a\x4d\x23\x3f\x90\xd2\x54\xf1\x63\x22\xcd\x14\x7f\x6b\x90\x08\x25\x3e\xd5\x74\xb4\x80\x44\xce\xde\x35\xeb\xa8\x9e\x87\x39\xe6\x8f\xf3\xd7\x4c\xf1\x72\xeb\xe5\x34\xa4\xd9\xf0\x56\xf8\xa7\xb3\xd9\x30\x1b\x90\x3f\x75\xad\xa6\xb4\x1f\xc7\x8f\xe9\x75\x45\xe9\x3b\x2c\xc0\x50\xfa\xd6\x15\x7f\xa4\x45\xaf\x39\xa7\xfa\x66\x32\xd4\xa9\x3e\x0f\xcb\xba\x0f\x91\x39\x2d\xcf\x15\x49\xb9\x36\xd3\x28\x76\xdc\xc3\xdc\xf5\x93\x58\x6c\x66\xfc\x1f\xd4\x6c\x8e\xc1\x31\x3e\xb6\x01\x58\x7c\x0f\x73\x4c\x85\xed\xaa\xb1\x0b\x90\xd3\x76\x1e\xe6\x8a\x38\x6d\x5f\xb3\xc5\xa7\x22\x26\x73\xc5\x0f\x01\x3a\x5b\x7c\xdb\x54\x4f\x33\xf4\x13\xd4\x0d\x91\x89\xc6\xb3\xaa\xa0\xc8\x79\x98\x81\xe9\xfc\x5f\x9b\xf7\xe5\x1f\x94\x6e\xc6\xf3\x21\x40\x67\x8c\x51\x0c\x94\x40\x5e\x2f\x79\x5f\xcf\xcb\x00\xd5\x75\xb8\xc2\xd2\xa1\xbe\x92\xd8\xe8\x40\xa2\x74\x68\x1b\x6f\xf0\x8a\xc3\xe9\x8b\x37\x78\xba\xf0\x04\x3c\xe0\x59\x72\x3c\x4e\x5f\x9c\xbc\x2b\x39\x97\x0e\xc4\xca\x41\x39\x0b\xc3\xef\x06\x8b\x20\x9f\xec\x79\xd9\x0d\x0a\x59\xa6\x5f\xca\x06\x88\x6b\xbe\x17\x97\xec\x3c\x66\x40\x5a\x39\x10\x70\x25\x08\x60\x06\x34\xf5\x6e\x00\xc1\x59\xf0\x48\x3b\xa0\x66\x0e\x41\x4c\x72\xd8\xf3\xb2\x18\xd4\x7a\xe4\x7f\x1a\xde\xbd\xb8\x68\x67\x7c\xe5\x5f\x5c\xb4\x2b\x69\x91\xde\xc5\x29\x1f\xef\xf8\x97\xe4\xb1\x95\x8b\xc5\x97\xec\xb1\x19\x7f\xf8\x17\x87\xed\x4a\xdc\xb8\x97\xac\xb0\x19\xef\x99\x03\xfd\x48\x9d\x93\x0c\x6a\x1d\x97\x21\xc4\x2b\x66\xdc\x07\xd4\x74\x64\x4f\x0e\xf4\xb0\x5c\x2b\x08\x00\x07\xc0\x81\x3b\x13\xb1\xec\xc5\x81\x3b\x5d\x0b\xd2\x59\x32\xc0\xce\xb8\xbd\x1f\xe8\xe6\xe5\x32\x78\xa8\x9c\x88\x62\x2f\x69\x63\xd3\x85\xb1\xf6\x01\x5f\xbd\xa4\x77\x98\x60\xe3\xa3\xfe\xe2\xc3\x5d\xb9\x12\x7d\xc9\x30\x5b\xf1\x08\x7e\x57\x46\xbc\x2d\xcf\x95\x2c\xa4\x33\x0e\xec\x2f\x39\x61\x2b\x57\x99\x2f\x8e\xda\x95\xab\xcc\x77\x15\x72\x7b\xe0\x82\x75\x40\x4d\x32\xbb\x66\x12\xc1\x9e\x97\xd3\xa0\x3a\x00\x5f\xc5\x1d\x3b\x9b\xe9\xe1\x8e\x5d\xb9\x66\x7c\xc9\x13\x9b\x89\x3f\xf6\xe2\x8e\x9d\x71\x3c\x3a\x10\xff\x73\x83\xac\x38\x7b\xef\xa5\x24\x52\x29\x5d\x39\x5e\x7e\xfa\xd4\xcd\x3b\x7f\x50\x0e\x50\x6b\x55\xdd\xbe\xce\x82\xd3\x74\x25\x67\xed\xca\x35\xe3\x81\xd4\xa2\xc9\x4a\x29\xa6\x2a\xae\xcd\x2f\x99\x64\xf3\x34\x91\x71\x86\xc7\xdd\xfd\xc5\x75\xbb\xfa\xcc\x60\xd7\xed\x74\xfd\xfd\x51\xcb\x98\xdc\x71\x52\xab\x5c\x7f\xdf\x6a\x19\x4d\x9d\x72\xde\xce\xd3\x04\x58\x3d\x8b\xd3\x10\x2d\x76\x43\xa2\x6a\x8e\x09\x38\x76\xe7\x69\x02\xac\xb0\x03\xf8\xe1\x52\x92\xa9\x94\xf0\x34\x39\xe0\xd9\x09\xcf\x1c\x2f\x27\x2f\xdd\xa2\xd4\x66\x16\x0f\xb8\x6f\xe7\x69\x1a\xab\xcc\x62\x8b\x77\xc2\x94\x16\xef\x84\x29\x1c\x1a\x97\xd2\x4c\xa5\x74\x99\xab\x54\x58\x67\x73\xc7\x49\xcb\x72\x99\xad\xa0\xe2\x9e\xa6\x55\x54\xd5\xd3\x88\xdb\x40\x31\x24\xf7\x6a\xcc\x4d\x0e\xe8\x47\xaa\x27\xff\x71\x91\x97\xc9\xb8\x82\x5a\x9b\x10\x54\x2f\x0e\xdd\xd5\x97\x9e\x0b\xb5\xf6\x34\x8e\x37\x46\xc5\xa9\x61\xc9\xfe\x3b\xa5\xe4\x65\x45\xe7\xed\x3b\xd0\xa5\x1b\x86\xe4\x84\x52\x2f\xae\xe0\xd5\x77\xa0\x4b\x49\xaa\x92\x33\x4a\x1d\x50\x6b\x5e\xa3\x5a\x31\x9d\x1e\xef\xb4\xe4\x35\x6a\x95\x0c\xf2\x02\xe8\xfa\xe1\x54\x63\x10\x9c\x33\xce\x37\x78\x4e\x77\xcf\xb7\xfb\x1a\xa0\xd0\xc3\x68\xd5\x49\xb9\x94\x4c\x01\x52\x8a\x1f\x70\x19\x54\xef\xd8\x5b\xac\x4e\x9a\x25\x6c\xc4\x0f\x28\x3a\xeb\x51\x11\xf3\xcc\x96\x6d\x61\x4e\xde\xfa\x3f\x83\x6f\xbc\x38\x9d\x67\x4b\xd3\xd5\x61\x42\xe6\x6c\xdd\xf3\x6c\x92\x54\xbc\xb9\x8c\x37\xd9\x4b\x8e\xdf\xf3\xd2\xdd\xd3\x99\x77\x7a\xf5\xe4\x21\x5e\x7d\x0f\xbc\x3a\xf4\xea\xd5\xe3\x92\x61\x7a\xb9\x06\x34\xe1\x89\xe5\x56\xc1\x77\xc4\x0b\x45\xf9\xf4\x4c\x72\xa9\xe0\x1b\xe3\x25\x5b\xf0\x3c\x3d\xfe\x01\x2b\x1d\xae\x05\x5a\xc2\xa2\xf5\x80\x4c\xeb\x8c\x7f\x6a\x5a\x87\x7b\x23\x83\x68\x22\x47\x1e\x48\x8b\xee\x7e\xcb\xb7\xbc\x92\xef\xe8\x40\x5a\x3a\x8e\x18\x78\x9a\xd7\xf6\x07\x69\x14\xde\x4c\x28\x0b\x55\x72\x52\xa3\x03\x0a\x77\xfe\x5e\x8a\x07\x9a\xb0\x26\xe4\x62\x36\x3f\xd9\x93\x79\xdb\x81\xfe\x7d\x5a\x24\x2a\xb9\x54\x4a\xd9\xa8\x3b\xa1\x1d\x4b\xaf\x09\xd7\xf5\x9e\x64\x42\x3b\x96\x65\xa8\xd5\xa7\x85\x17\x8a\x74\x6c\xc7\x0e\xa4\xf1\xba\xa3\x0a\x09\x97\x9c\xb3\xe6\xc5\xf9\x3b\x39\x6d\xcc\x8b\xf7\x77\x6d\xde\x4c\xa0\x4a\x5f\x16\x6c\xa8\xd2\x9b\xa5\x3e\x57\x15\x29\xd7\x78\xa9\x45\xf5\x18\x75\x55\x91\x97\x65\xe0\x62\xbf\xe2\x31\xa2\x75\x6f\x16\xf4\x4b\x1b\xad\x65\xde\xb1\xa0\x95\x6c\x64\xc4\xa7\xbc\x59\xec\xaf\xe9\xae\x36\x83\x5b\xff\xec\x86\x1e\x5e\x06\xf8\xea\x25\x7d\x95\xc2\x3e\x2f\x8b\x24\xf9\x98\xe7\x65\xe9\xc1\x8d\x47\x5b\xee\xaa\x66\x7c\x99\xe9\x2c\xb6\xba\xcb\x9d\x83\xcf\x7a\x67\xa1\x1b\x8f\xbc\x52\xbc\xd3\x0e\xd1\x2b\xa5\xf0\x72\x99\x68\x02\x2f\x3e\xe6\xc9\x39\x44\x0e\x78\x28\x6c\x99\xeb\xeb\xfe\xa3\xf6\x2b\x20\x55\x6a\xa6\xaf\x38\x71\x79\x79\x83\xc4\x85\x47\xbf\xe2\x9d\x9a\xf0\xa6\x47\x37\x1c\xd5\x97\x38\xb8\x9c\xe7\x65\xd6\x7d\x23\x9e\xb3\x71\x43\x39\xae\xf2\x32\xef\xbe\x11\xcf\xd9\xc8\xa1\x24\x57\x79\xe5\x80\x34\x51\xe6\x54\x72\x48\xaf\xdd\x2b\xc5\xdd\xc8\x32\xa3\xe2\xfa\xa3\x7b\x5b\x81\xaa\x7f\x99\x4f\x29\x6e\x5c\xed\xde\x56\x28\x6e\x5c\x8e\x0d\x29\x77\x21\xa9\x98\x71\xea\x2e\x24\xc7\x86\xf4\x46\x3c\x17\x8b\x52\xa5\xb9\xca\x44\x09\x7a\x71\x50\xcf\xcb\x1b\x22\x5d\x62\xd4\x6e\x5c\x90\x95\x7a\xed\x57\xbc\x23\x39\x9e\x07\xa5\x90\x73\xd5\x6a\x85\xb5\xe1\x22\xc5\x63\x94\xd5\x7a\x5e\xc6\xb0\x8d\x44\xb6\x9a\x63\x6d\x49\xe4\x65\x0c\xc3\x6c\x7d\x99\xc9\x2b\x92\x5c\xed\xc6\x29\x65\xc1\xca\xcb\xbb\x05\x6c\x0f\x56\x5d\xff\x66\xd4\x38\xbe\x2f\x6f\x17\x94\x30\xab\x76\x23\xe3\x46\xc8\x94\x68\x51\xd2\x3a\x36\xc8\x0f\x04\xc7\xf1\x95\x64\xcf\xd5\x5a\x8d\x85\x1d\xc2\x6a\x01\x09\x1d\x8a\x99\xf1\x03\x69\x78\x47\x80\x71\xc1\x32\xf7\x57\x34\xec\xea\x7b\xbb\x85\x71\xc1\xea\x01\xb1\x72\x66\xbf\x4a\x5a\x95\x63\x2b\xad\xbb\x85\xe4\x64\x11\x07\xd4\xca\x59\xe6\x62\x6b\xb0\xcc\xd4\x65\x6b\x90\x9c\xd9\xe1\x25\xe9\x73\x26\x48\xce\xbb\x5e\xc6\xe1\x1d\xc9\xcb\x38\x2c\xb7\x14\x17\xae\x76\x13\xc7\x0b\xe3\xb0\x9e\xc9\x5e\xec\xb1\x3f\x27\x02\x77\xb2\x9e\x69\x29\x71\x55\x5e\x23\xa0\x57\xf5\x30\x1d\x2f\x64\x65\xf9\xa3\x28\xdb\xb5\x9b\x90\xb8\xa1\x58\x26\xe3\x17\xb2\xb2\xea\xc6\x3e\xee\xdd\x64\xf5\x22\x54\xad\x73\x59\x8a\xba\x9d\x97\xf9\xf1\x8b\x50\xb5\xee\x66\xbd\x30\x92\x19\x9f\x8a\x5a\x8c\xac\x98\x45\xac\x19\x5f\x6a\x72\x2c\x55\x94\xbb\xaa\x5a\x91\xb3\x5e\x30\xc7\x8c\x5b\x39\xab\xab\x15\x39\x24\xad\xce\xcb\x8c\xfb\x85\x71\xd7\x68\x42\x8c\xbb\x9b\xe6\x7e\x64\x14\xac\xa6\x07\xd9\x4c\xe4\x65\x5e\x8d\xe5\xc3\x5a\xf1\x29\x7f\xa4\x6f\x3f\x78\xd5\x0a\x68\xe8\x5d\x33\x24\x5c\xf1\x2d\xfb\xc2\x4a\xde\xca\xa2\xf5\x53\xac\x33\xa2\xab\x7c\xf8\x4d\xa6\x89\x6f\xf4\x47\xa6\xd7\xd4\xe0\xb2\x1f\xa9\x5e\x93\x03\x36\x7e\xb7\xa3\x2d\xe1\x07\xf8\x39\xd9\x6b\x47\xcf\xf1\x91\xed\x35\xd9\x4a\xfa\x80\x5d\x01\xf7\x57\x80\x8a\xdf\x33\x5b\x34\x34\xff\x4f\x50\x19\x1b\x08\x3c\x74\x40\x05\x80\x2a\x7f\xed\x6e\xe2\xec\x47\xbb\x04\xb0\x1f\xf1\x56\xa1\xbd\xd9\x81\x7f\x78\x74\xa6\xbe\xb4\x75\xff\x70\xe9\x4c\x03\xa5\xeb\x87\x4f\x67\x1a\x1c\x7b\x3f\x9c\x3a\xd3\x20\xd4\xea\x01\x89\x81\xb7\xdc\x90\xa2\xc5\x4f\x8c\xd2\x0e\xa8\xf1\x62\xa5\x72\x40\x45\x3f\xc5\x38\xf1\x23\xa1\x6d\xea\x6c\xb5\x3f\x1c\x44\x53\x27\xba\xc8\xe7\x94\xb6\x83\xcb\xd3\x0f\x17\xd1\x34\xd1\x8a\x1e\xf0\x26\xd4\x51\x34\xb4\xc9\x7b\x11\xdd\xd0\x78\x7b\xac\x91\x22\xb4\xf5\xf4\xd7\xd0\x8f\x00\xbb\x01\x6a\xbc\x9c\xf9\x3f\xa7\xcb\x9d\x1c\xd6\x3e\xf2\xe5\xa6\x86\x27\xe0\x01\x33\x81\x82\xe3\xad\x82\x67\x72\x61\xf5\x39\x9d\xee\x20\x60\xdf\x01\x15\x66\x1b\x2e\x77\x40\xc5\xcf\xe4\x50\x7a\x40\xc5\x2e\x65\x13\xfe\x91\x7c\x37\x35\xdc\x36\x0e\xa8\x90\xe0\x88\xb6\x0f\x2f\xd8\xd4\x31\x8d\xfb\x70\x83\x4d\x1d\x15\xc5\x17\x7e\xb0\x23\xe6\x8a\x9c\x27\xe5\xdf\x1b\xef\xf3\x2d\x99\x23\x72\xd4\xa4\xb4\x19\x7f\x5d\x26\xbb\xc1\x88\x66\x37\x71\xb5\x03\x61\xc5\xef\x7b\x8f\x3e\xea\xbe\xb0\xc3\xe2\x3f\x1c\x70\xd3\xa8\x7f\x6f\x89\xce\x38\x3d\x7a\x82\x89\x72\xd3\x71\xc0\x41\x68\x35\x4f\x24\xb1\xce\x7a\xd0\x1c\x01\xf0\x08\xfc\x7f\xc0\x9b\x25\x8a\xb7\x04\x9d\x0d\xfc\x25\x4c\x22\xc1\x04\x0e\xf8\x12\xb5\xd4\x98\x22\xde\x32\xfe\x50\xc3\x41\xc0\x0a\xbd\x22\xc4\xb8\x43\x86\x1c\x30\x89\xd6\xaf\x61\x30\x8b\x8c\xea\x34\x58\x88\xcf\x1f\x6f\x35\xde\x6c\xfc\x6d\x44\x05\xad\x2d\xde\x12\x73\xd9\x93\xd3\x44\xdc\x83\xd4\xee\x07\x24\xca\xdd\x15\x6f\x35\xde\x36\xa3\x1b\x37\xed\xc6\xc7\x9b\xbc\x07\xf1\x96\x50\xe4\x46\x1c\x25\x5c\x4e\xbd\xb4\x78\xfb\x23\xae\x76\xf4\x4a\xc8\x8e\xcd\xf8\x47\xce\xe5\x34\x8a\x17\x94\xb8\xe9\xb3\xe5\x78\xab\xf1\x76\x73\x2f\x69\xe2\xd3\x20\x23\xc8\x87\xa3\x74\xaa\x2d\x86\x20\xe2\xae\x2d\x66\x52\xc4\x3d\x92\xd7\x88\x23\xf7\xc0\x40\xf4\xc3\x91\x3a\x8d\xc0\xdf\x06\x71\xb7\x98\x49\x88\xfb\x8a\x21\x88\xb8\x1b\x39\x10\xbf\x3b\x42\xaf\xa7\xf8\xf8\x25\xe0\x62\xf4\xf9\x07\x4f\x8d\xb7\xca\x07\x90\x2a\xab\x4f\xae\xe8\x56\x8d\xde\x8d\xb0\xe6\x23\xd6\x17\xe2\x9e\x31\x40\x11\xb7\xe5\xc7\x87\x4b\x77\x1a\x97\xc9\xb7\x91\x6a\xa7\xcc\x00\x3b\xe9\x12\xe2\xe3\xa1\x6e\x54\x0f\x81\x78\xdf\xf9\xef\x63\x11\xf7\x30\xbb\xe2\x3a\x60\xe4\x3f\x50\xcc\xac\xcf\xe8\x33\xcc\x3b\x70\x92\xf0\xd9\x44\x1a\x3c\x20\xf8\xbc\xa2\xe6\x8f\x60\x94\x06\x89\x30\x9d\xaf\x00\xb5\xbe\x39\x46\x04\xfd\xfe\xcd\x95\xe8\xb7\x21\xf6\x3e\x1c\xd3\xd3\xe8\x31\xb1\x1b\x66\xd6\x97\xc1\xce\x5c\x79\x7d\x45\xbf\xb5\x5c\xee\x15\x99\x80\xda\x5f\xbb\x0b\xdc\x88\xb7\x62\x66\xd7\x1f\x28\xfa\xcd\xb1\xdc\xd0\x6f\x8b\xb9\xda\xac\xef\x15\x6f\x7f\x08\xba\x18\x02\xfc\xca\x72\xa0\x3b\xbf\x4c\x09\x30\x91\xb8\xa5\x1a\xcc\x10\xec\x65\xb0\x90\x75\xa1\x19\x74\x0c\xf8\x6e\xb0\xb1\xdc\xc3\x60\x17\x8a\x5e\xf1\x5f\x82\xeb\xd5\xa8\x19\xe1\x9c\x96\x41\xa2\xd6\xe5\x00\x45\xbf\xcd\x8b\xd2\xa1\xdf\x75\x45\x27\xc1\xe7\x19\xed\xbe\x04\x6f\x0c\xf0\x47\x42\x92\xf8\x98\xfc\x16\x51\x33\x69\x1d\x5a\x0b\x50\xc2\x6a\xa4\x7f\x26\x06\xf8\xf0\xee\x3f\x8c\x61\x1a\x14\xf3\x6e\xa6\x48\x92\x8e\xf7\xb1\x02\x64\x32\x66\xb4\x43\x24\xe8\xea\xc9\x80\xb8\x51\xe6\x7f\xa4\x28\x4f\x33\x5f\x51\xf3\x22\x10\xaf\xa7\x0a\xe2\xc6\x7f\xe7\x23\x58\x40\x9a\x98\x30\x7c\x44\x0b\x48\xb5\xb5\x78\xfb\x32\x73\x9e\x0c\x88\x7b\xfc\xbd\xfd\x88\xa2\xef\xb7\xc4\x0d\xe6\x4e\xe3\x80\xe9\x7f\x27\x05\x6e\x91\x5a\x89\x25\x72\x2a\x12\x8b\x05\xae\x91\x5a\x8f\x89\x24\x4e\x7b\xf2\xb6\xa6\x23\xb9\xb3\x85\xa4\xbc\x38\x0e\xdb\x88\xff\x92\xf6\xca\x0c\x98\x90\x85\x95\xc0\x4f\x07\xbc\xff\x77\x0e\xa4\x2b\xa9\xd4\x72\x89\x86\x1e\xba\x11\x35\x13\x1b\xff\xaf\x93\x3f\x56\x21\x6a\x16\x71\x57\x53\x15\x49\x12\x9c\x23\xe9\x80\x89\x78\x96\x6e\x48\xc4\x3d\x5b\xcc\x86\x88\x7b\xf6\x40\x76\x02\x8d\x76\xf3\x27\xd9\xf1\x24\x1b\xbe\x7e\x44\x54\x38\x22\xd4\xdd\x40\x38\x63\x32\xfa\x11\x53\x21\xa7\xb5\x02\x5c\x24\x6e\xf1\xa2\x88\xb8\xed\x4b\x75\x40\x31\xb3\xda\xa3\xcf\x0f\xb3\x11\xed\xbe\x24\x09\x8a\xff\x0a\xd9\x63\xdb\x4a\xd2\xf8\x3f\x4e\x3f\x9c\x18\xc1\x3b\xb3\xe1\x48\xf7\xe6\xe5\x83\x98\xd5\xc3\x74\x33\xd8\x79\x17\xcb\x1f\xd2\x44\xcc\x69\xcc\x19\xa4\x07\x9a\x66\xb1\xc3\xc4\xfd\x57\x95\x98\x59\x33\xb6\x93\x46\xa2\xad\x1e\x6f\x97\xb8\xd7\x15\x35\xb3\x33\xfb\xeb\xe4\x26\xe3\x45\x31\x48\x3a\x85\x16\x1f\x6b\x7d\x67\x8b\xaa\x7e\x84\xd9\x8f\x3e\x23\x9c\xcd\x62\xb1\x66\x9a\x81\x93\xba\x78\x4c\xd6\x2a\x7e\x44\xa1\x48\xad\x79\xea\x06\x3b\xef\x66\x92\x24\x72\xa5\xcd\xbf\x0e\x48\x3a\x24\x8b\xdf\x11\x69\x40\xe2\xe3\x41\xf4\x58\xcf\x86\x33\x0d\x79\x8f\xa0\x8c\x17\xa9\xb5\x2b\xde\xc2\xbc\xaf\xe8\xd5\xfe\xdf\x45\x28\xc9\xe9\x66\xec\x71\x87\xe9\xd7\xdb\xba\x61\xfa\x8d\x79\xb6\x70\xf6\x72\x93\x4c\xa3\x4d\x6f\x28\x06\x3b\xef\x65\xce\x30\x10\xce\x97\x37\x32\x43\xf4\xdb\x83\x2f\x3a\xd9\xc6\xa8\x51\x95\xf3\x2c\xc4\x7f\xe1\x57\x66\x23\xc3\x3b\xef\x19\x20\xd1\xb2\xcd\x28\xc8\x85\x37\x4b\xe0\x86\xe8\x77\x06\x63\x1c\x16\xce\x7f\xdd\x20\x8d\x48\x4c\x2c\x3b\xef\xa0\xdf\x01\xfd\xf6\x40\x86\xc8\x6e\xe1\xb7\xd0\xef\x18\x01\xb2\xf9\x0a\x14\x85\x7e\xc7\x0c\xb0\x20\x52\xdc\x2b\xd1\x6f\x5b\x26\x49\xd9\xaf\x9d\x4d\xdf\xff\xa9\x1a\x9d\xeb\xff\x97\xef\x73\x2b\xec\xec\x62\x1f\x31\x42\xd2\x88\x2d\x3d\x29\xfc\x46\xfa\xab\x77\xb1\xa7\x8d\x8f\xb5\xf6\x18\x06\x1d\x70\x93\xe1\x24\xba\x48\x78\xeb\x1a\x6f\x39\x85\x5c\xf1\x96\x8d\x4a\x8d\x01\x48\x70\x37\x57\x45\xd2\x13\xab\xa8\x0e\xe8\x54\x5b\xd3\xa0\x70\x3d\xa4\x3c\xb9\x04\x07\xbe\xcd\x07\xd4\x5c\x5c\xe6\x92\x64\x13\xec\xd1\x2e\x26\x7a\x6d\xae\x68\xc8\xb8\x1e\x20\x6b\xef\xe1\x4f\x6f\xbc\x73\xfc\xf7\x26\x92\x79\x34\xb4\x39\xa2\x19\xbc\xd9\x8a\x78\xd7\x4a\xee\x92\x69\x59\xbc\x7d\xfb\x42\x76\xbb\xcf\xce\x14\x19\x83\x8d\x6f\xcb\xee\x20\x25\x14\x0e\x1f\xc9\xc4\x52\xf6\xc6\x6c\x7f\x28\x8f\xa4\x72\xf8\xae\xf5\x61\xda\x9b\x48\x9e\xf1\x5d\xf7\x35\x89\x1d\x95\x95\x80\x53\x05\x1c\x01\xb3\x64\xc3\x29\x58\x8e\x60\x53\xe3\x2f\xec\x6f\x32\xce\xa3\xdf\x75\xa7\xa9\x1d\x7b\xc6\x63\x54\x05\xb7\xae\xa4\x71\x05\x3d\x05\xd6\xca\xe0\x0d\xaa\x82\xc7\xb1\x67\x0e\xf1\x9f\x82\x4d\x18\x45\xfc\x3e\xbf\xeb\xce\x2b\x13\xc1\x44\x72\x55\x05\x72\xc9\x3d\x05\xf4\x34\x73\x04\x39\x05\xf4\x34\x6f\x54\xe7\xf8\x80\xaa\xc0\xf1\x36\xb4\x4b\xff\xae\xbb\x4c\xf4\x9e\xf8\x7e\xaa\x40\xd7\x6e\x19\xa7\xce\x53\x80\x56\xe0\x14\xd0\xd3\x72\x73\x15\x9a\x65\x9b\xfb\x5d\x77\x9d\xba\xaa\xcc\xf8\x6c\xaa\xe0\x47\x28\x22\x39\x6a\x9e\x82\xbb\xb8\xeb\x39\xbb\x60\x4e\xff\xa5\x44\x01\x11\x91\x64\x70\xfb\x5d\xe7\x78\xe8\x29\xcc\xcd\x05\x0a\x7b\x91\xf1\xdb\x54\x81\x92\x12\x64\x5c\x30\x55\xf0\xc5\x17\xf4\xb4\x11\xfb\xee\x14\xac\xbf\x02\x56\xae\x5c\x2e\xc0\xf0\x1f\xe7\x4c\x15\xa0\xbe\xc3\x23\x53\x05\x3f\xa3\x43\xa1\xa7\x0d\xc7\xc1\x8c\xef\xe5\x77\xd6\x3e\xc5\x17\xf4\xb4\x2f\x47\x5b\x92\x75\xac\x0a\xb0\xa1\xc1\x25\xf3\xbb\x8e\x88\x8c\x3a\xe8\xe9\xb0\xce\x28\xcb\x4c\x56\x05\x58\x98\x66\x59\xc3\x9e\x82\x1b\x35\x06\xce\x9a\x2a\x90\xed\x5a\xc6\x5f\xf3\x14\xec\xe2\xc5\xae\xc5\x05\x0e\x6b\x23\xe3\x57\x15\x3c\x84\x8f\xd2\xb6\xe6\xbb\xee\x39\x15\x26\xf1\x14\xd0\xd3\x69\x55\x3f\x2e\x9a\xa7\x00\x37\xde\x53\x30\xa3\xe0\x76\x3f\xe8\xe9\x22\xa5\x53\xce\x32\x78\xa5\x80\x70\x5d\xda\xb3\x9e\x02\x6c\x04\x32\xfe\x9b\x2a\xd0\x0d\x5b\xc6\x69\xf3\x14\xdc\x97\x71\xac\xd1\xd3\x1b\x7b\xcb\x53\x40\x4f\x6f\xdb\x27\xe4\xda\xba\x0b\x96\x27\xb9\xd1\x53\x67\x5e\x3b\x05\xf4\xf4\x59\x4a\x46\x78\x0a\xe8\xe9\x6f\x35\xc2\x18\xd5\xfe\xff\x6c\x46\xfe\xff\xb9\xff\xdf\xff\xaf\xdf\xff\xfa\xcf\x7c\xfd\xd7\x7f\xfc\xe7\x38\x5c\xe6\x7f\xfd\xe7\xa3\x44\x7b\xe7\xa7\xfd\xd7\x7f\x1c\x1e\xf3\xc8\x74\xe3\xfc\xb0\xaa\x93\x8f\x36\x65\xba\xfc\x96\x0e\xf1\x11\xc1\x9e\x1f\x1c\x51\x54\x42\x55\x1b\x16\x35\x2f\x95\x55\xca\xe8\xfe\x54\x0b\x9b\x16\xf0\x57\xa8\x2a\xa1\x7e\xee\x6f\x15\xee\xfb\x51\x20\xfe\xff\x7c\x14\xfa\x2e\xe3\x17\xf9\x28\xd6\xdd\x7f\x3e\x85\x85\x95\xb5\xd1\x23\x1b\x89\xf3\xf3\x11\x89\xaa\xfd\xaf\xff\x7c\x2a\x63\xa8\x70\x1d\x49\xc6\x47\x77\x50\xe7\xa7\x50\x76\x7a\xd2\x68\xa3\x81\x6c\xd2\xcf\x3f\xba\x43\x39\x3f\x9b\xb2\xaa\xb2\x1f\x65\xb4\xd1\xc7\x29\x5b\x1a\x6d\x63\x1d\xa4\x73\x7e\x1a\xed\x36\xb7\x3b\x54\xdf\x99\xb4\xf3\xf3\x52\x76\xc6\xb6\x19\xc7\xd6\x2e\x27\x49\x45\xfa\xfc\x96\xfa\x87\xb7\x1c\xbe\x44\x8f\x6e\x90\xcf\x8f\x96\x56\x9a\xbc\xe7\xc7\x38\x7e\x1e\xef\xd9\x13\x3c\x1f\xe3\xf8\xc0\xbc\x7e\xe6\xe5\x95\xb9\xd6\x7f\xbe\x17\xdf\x49\x0b\xf0\xca\xd8\xea\xfc\x50\x26\x3d\x75\x42\x48\xe8\x81\x4c\xfb\xa8\x1a\x12\x79\xf3\xf4\xe0\x72\xdd\x6f\xa4\xd9\xa3\x9c\x7d\x76\x6e\xba\xe3\x4c\x98\xdf\xeb\xc1\xe5\xba\x56\xcc\x53\x91\x4f\x78\xc0\xbc\xcc\xa5\x2b\x4a\xb9\x43\xa7\x74\xc5\xb7\xda\x79\x4a\xda\x66\x1c\xca\x78\x38\x72\x56\x07\xa6\x8c\x2b\x19\x0f\xaf\xa4\x20\xa5\xf7\xe5\x52\x89\xca\xec\x7a\x0f\x7e\xf3\x70\x44\x64\x76\x1f\x76\xb4\x26\x9c\x2d\xd4\x2b\x87\x31\x1e\xa4\xc1\x59\x97\xcb\x85\xcb\x7a\x70\x39\x75\xe7\xe9\x16\xb3\xbf\xd7\x7e\x38\xe3\x81\xc2\x83\xd4\x22\xa8\x2d\x33\x19\x01\x79\xf8\x51\x4e\x6f\x5a\xf4\x9c\x6b\x1e\x47\x5b\xcf\xf8\x87\xf0\x40\x79\xa5\x5c\x87\x78\x1e\x48\x91\xae\xd2\x19\xb3\xcd\x6e\xc7\xf1\xce\x33\x3e\x06\x3c\x4c\xca\x07\xe5\x67\xf2\x78\xa0\x37\x3a\x71\x65\xd2\xb4\xf1\xf0\x50\xee\xef\x63\x16\x26\x66\x02\x68\x94\x0e\xf8\x44\xf9\x4b\x39\xdf\x8b\x95\xf1\xa0\xb3\xc4\xe5\xd2\x1e\xa5\xb2\xa9\x41\x1f\x71\xc0\x3b\xca\x37\xe5\xf4\xe6\x8e\x51\xdd\x1e\xd5\x6c\x2e\xef\x51\xee\x7a\x68\xf5\xb9\x8d\x5d\x68\xf3\x74\x8e\xc8\x58\xf0\xe9\x41\x18\xea\xa4\xc8\x79\xc5\x0a\x92\x0b\x24\x25\xcc\x8c\x33\xc9\x40\xf4\x80\x3d\x11\xb6\x57\x79\xd5\x28\xaf\xee\xcd\x2a\x2e\x7f\x5c\x4e\x3d\x24\x29\xcc\xab\xc5\xf7\x5c\xc1\x66\x3c\x9e\x33\x26\x29\x3c\x80\xd7\xcc\xfd\xea\xc6\xcb\xc5\xe9\x3b\x73\x27\x9d\xc9\x55\xc0\xc3\xa0\x3c\xbb\xfc\x89\xf2\x97\x72\xad\xc9\x1a\xd1\x2e\x67\xde\x4c\x38\xda\x03\xf6\x28\xa7\xdd\x31\x5d\xfe\x73\xf9\xe2\xfb\x49\xfd\xda\x1a\xf3\xd0\x29\xef\x2e\xff\x45\xf9\x47\x39\xf5\xac\x98\x67\xe5\xb4\x4b\xf9\x5a\xd5\xe5\x25\xca\x1b\xe5\xdd\xe5\x23\xca\x6f\xca\x97\xcb\x9f\x28\xd7\xb8\x30\xc4\xca\xeb\x8d\x79\x78\x99\x67\x4c\x07\x32\x29\xb2\x79\xe0\xea\x57\xa5\x0a\x37\xc6\x83\x82\xcb\x63\x91\x9f\xf7\x6b\x3a\x64\x33\x9a\x3a\x49\x1d\xf3\xfe\xb9\x37\xf8\x2a\x1f\xfe\xd8\x5c\xfe\xb9\x9c\xcc\x21\xe8\xc4\x0f\x38\xa3\x1c\x75\x03\xfc\x02\xe7\x62\x1e\x7c\xad\x37\x5c\xfe\xba\x9c\x6b\x73\x02\x71\x97\x29\xab\x5d\x1e\x32\x47\x80\xe4\xf2\xe9\x72\xae\xe9\x26\xa5\xab\x46\x29\x67\x56\x97\xf6\x28\x7d\xa8\xa3\x50\x7e\xff\x5c\xae\xd3\x46\x26\x07\x59\x99\x29\xda\x4c\x96\x13\x8b\xbe\x98\x22\xca\xcc\xc8\x5f\xb2\x94\x15\x9c\x2e\x79\xf8\x11\x2b\xb0\x53\x7e\xbb\x9e\x4c\x3d\x5c\x51\x97\x59\xa2\x9e\xc2\xf6\x15\x8b\xc8\x32\x91\xc6\x7a\xd0\xdd\x05\xad\xb6\xf8\x9a\x2b\xf4\x49\x1f\xdb\xed\x91\x5a\x0e\x1d\x09\xc2\x16\x87\x0d\xcd\xff\xbf\x3d\xce\xaf\x84\x98\x3a\x0f\x3f\xfd\xad\xd0\xd5\x19\xe5\x66\x78\x2c\x63\x99\xda\x83\xea\xc1\x48\x25\x36\x5b\xf0\x71\xe1\x81\xf2\xc9\x10\x7e\x51\x0f\x3e\xf5\x99\xe8\x92\x85\x44\x67\x7a\x70\x77\x1b\xed\x7e\xf1\xbd\xa2\x99\x25\x87\x59\x3d\xe0\xe7\x72\xdd\xdb\x64\x2e\x5b\x0a\x09\xc5\x78\x40\xbc\x49\x4c\x94\x25\x17\x18\x1e\x94\x62\x05\xb5\x43\xd9\x79\xb3\x34\x9b\x6d\x94\xe3\x83\xd7\x2d\xab\x55\x3d\xa0\xa1\x44\x0d\x55\xb7\xe7\xe1\x3c\xe8\x82\x88\xc3\xfa\x01\x47\x94\xa3\x1c\xd5\xc9\xbb\x12\x33\x85\x87\x4e\xb9\xbf\x47\x38\x57\xc2\xa1\x24\x87\x15\xab\x64\xaf\xe7\x41\x68\x8e\x20\x3a\x60\x7c\xbf\xfd\x7d\x57\xf9\x82\xc5\x9f\x87\x42\xf9\x72\xf9\x1b\xe5\x3a\xfa\x13\xf6\xaa\xee\x15\xed\x2e\xb7\x2b\x01\x75\xc0\xf8\x7e\xf9\x7b\xd7\x73\xbb\xff\x30\x9f\x89\x26\xe4\x80\xbf\x28\xff\x28\xa7\x9f\x0b\x26\x73\x1e\xd0\xc9\x8c\x28\xbf\xa3\xfc\xe5\x7b\xe6\xe1\x9e\x9b\x72\x12\x64\x3a\xf6\x52\xdd\xf7\xf2\x3c\xe0\xe6\xe5\xa8\x48\x95\x50\x24\x3c\xa0\xce\x9f\xf4\xff\x86\x94\x2a\x11\x48\x92\xe3\x11\x1d\x30\xbe\xbf\x99\xff\xe5\x7a\xee\x68\x17\x95\x2c\x16\x4f\x75\xdf\xb0\xbd\x4a\x44\x92\x34\x31\xef\xa8\x84\x1d\xe1\x21\xfd\xf7\x45\xcb\x01\xef\x28\xdf\x94\x53\xcf\x8e\x7e\x6e\xe6\x19\x8d\x68\xdd\xfb\x76\xfd\xdb\x1a\xad\xe4\xfa\x63\xde\xb6\x75\x3b\x99\xfa\x1f\x36\x7c\xe7\x81\xfa\xf3\x74\xb9\xd7\xeb\xe1\xa2\xb2\x14\xea\x7f\x10\x6a\xe7\x81\x0b\x21\xe3\xe1\x3b\x5d\x3f\xc6\x2f\x8e\xd8\x71\x40\xd7\xf3\xba\x9e\xca\x7c\xbe\xab\x44\x39\xf3\xb0\x96\xcb\xa3\x1e\x5d\x63\x2e\x12\xdf\x54\x52\xce\xf3\xa0\x75\x24\x02\xc6\x01\xff\xea\xff\xf8\xde\xe5\xb7\xe9\x8b\x1c\x8a\xb5\x34\xc6\xf5\x06\x9e\xbf\xe4\xa4\xb9\xae\x28\xdf\x51\xfe\xaa\x5c\x57\xcd\x07\xfc\x45\xf9\x87\x1a\x9e\xfa\x7f\xd3\xfd\x87\xcf\x38\x76\xc5\x01\xef\x28\x67\x3e\x07\xf5\xfc\x02\x9f\x7f\xe8\xe4\x8b\xd7\x5d\x37\x0a\x3c\x74\x34\x90\x8c\xf7\x0b\xba\xfb\x5c\xbf\xf1\xf3\x8b\xf5\x82\x5f\x39\x10\x41\x25\x4a\x06\x0f\xf4\xdf\xeb\x68\x3e\x56\x9d\x35\x7f\x91\x74\xa4\x92\x36\x9f\x07\xea\x5f\x6e\x37\xe8\x57\xc1\x33\xce\xf7\xc5\xe5\x51\xcf\xcd\x3a\x2e\xc6\xfb\xc5\xb8\x3e\x8f\x4b\xeb\xd8\x90\x8a\x3c\x88\x5e\x50\xcd\x1c\xb0\x44\x39\xd9\x98\x74\xbf\xd8\x38\x43\xf0\x70\xf3\x7d\x75\xf9\x2f\xca\x3f\xca\x07\xe5\x77\xd4\x73\xfb\x6e\xfc\x72\x79\x8f\xf2\x49\x79\x76\xf9\x1d\xe5\x2f\xe5\x4d\xe5\x3e\x56\x34\x1f\x2b\xec\xb5\xdc\x08\x25\xc1\x03\xf3\xd0\x18\x97\x8f\x1b\x8d\x10\x0d\xc9\x5e\xc6\x8d\x44\xf9\x3c\x50\x4f\x1d\x2e\xbf\xa3\x5c\x79\x8e\xd8\x1c\xb6\x10\xd9\x0d\x91\x7d\xca\x19\x6f\x66\x73\x75\x1e\xe8\x67\x75\xfd\x6c\x3e\xcf\x83\xf8\x30\x9b\xe4\x36\xcb\xf4\xbc\x15\xf0\x01\x0b\x85\x36\x95\xcf\x8e\x07\xfa\xd9\xf9\xde\x9b\xe4\xf3\xa0\x75\xc4\xbf\xf4\x80\x39\xca\x0b\x99\xb0\xe8\x67\x8d\xf5\xc2\xdc\x67\x11\x0a\xff\x80\x23\xca\x95\x99\x88\xec\x20\x8d\x18\x02\x3c\x3c\x94\xbb\x9e\xdb\xf3\x86\x19\xcd\x22\x00\x7d\x23\x92\x00\x0f\x9a\x67\x4c\xec\x5b\x6c\x3a\xce\x03\xfd\x9c\xd5\xe5\x25\xca\x99\xe7\xd9\x5d\xbe\xa3\x5c\xfc\x16\x77\xbd\xc6\x29\x8f\x87\x41\xfd\x93\xf2\xdb\xfd\x6f\x36\x99\xb9\x98\x87\xb6\x3d\x6f\xa1\xf4\x4e\x8c\x4b\x0a\x47\x1e\xc8\xdc\x55\xa8\xbf\x6f\xf7\x13\x0d\xdd\x62\x3f\xd3\xa6\x0f\x05\xe7\x01\xf5\x53\xa6\x7c\x44\x3f\x51\x1e\x55\x42\x10\xb5\x39\x96\xd7\xdd\x5a\x15\x0c\x31\xda\x1c\x51\x3f\x0a\x85\xda\x8c\x6f\x63\x97\x28\xa7\x3f\x7f\xe6\x9e\xff\x97\xed\x57\xc3\x19\x9e\x07\xb4\xd8\x95\xe6\xe7\x74\x77\x39\x87\xda\xf3\xa4\xe1\x84\xce\x03\x06\x21\xad\xbb\x3c\xbe\x27\xa5\x14\x21\xb6\x0f\xb8\xa2\xfc\xfe\x6f\x5d\x51\x9b\x73\x9b\x1d\xc8\x55\xfd\x7c\xef\x7a\x62\x9a\x38\x1b\xd8\xe1\xa2\xcd\x35\x8d\x46\xcb\xd3\x34\x58\x86\x15\xec\x80\x6d\xc4\x22\x2b\x45\x9b\x2b\xda\x5d\x6e\x77\x30\x4d\x77\x90\xf7\x0d\xba\x60\x4d\xde\xe6\x1d\xec\xc9\xe2\x1f\x9b\xef\x03\xc6\xf7\x46\x6b\x93\xeb\x0d\xfb\x6b\xf8\x6f\x27\x5b\x65\x1f\xb0\x44\x79\xfd\x6f\xdd\xf6\x01\x57\x94\x33\xae\x35\x5d\xfe\x44\xf9\x8f\xfa\xe9\xff\x0e\x72\xc5\x40\xb8\x12\x69\xa4\xe1\xd8\xcc\xc3\xc2\x94\x2b\xb9\xfc\x8d\x72\x9b\x78\xd1\x9f\x7d\x1b\x5d\x64\x20\x9c\x1c\x82\xbe\x91\x6b\x9a\x87\xca\xf7\xcc\xc3\xde\x9e\xe7\xcd\xfc\x63\xfb\x7a\xc0\x5f\x94\xdb\x24\x83\x7e\x3e\x41\x96\x0f\x6c\x82\xd3\x40\xc3\xc3\x58\x0f\x12\x33\x15\x73\xbc\x86\x6f\x31\x0f\x83\x72\xe6\xf3\x89\x7e\x3e\x88\x93\x6e\xb2\x79\xb6\xc7\xa5\xab\xf7\xb4\x08\xb3\xd4\x70\x10\xe6\x81\xef\x6b\x71\x79\x89\x72\xc6\x55\xe3\xfb\x11\xe5\x37\xe5\x8c\xf7\x8d\x75\x67\xdb\x51\x89\x84\xd1\xa6\xb7\x0b\x8d\x24\xcb\xa9\x12\xcb\xa1\x91\x65\x99\x07\x8d\x37\x9b\x9d\xbd\x21\x06\x5e\x74\xed\x28\xd1\x0e\x38\xa3\x7c\xf3\x3d\xeb\xf2\x0b\xfc\x41\x73\x54\xbb\xd7\xfd\x77\xb7\x28\x67\xdd\x07\xfd\xfc\x45\xbb\x3f\xb7\x9b\xa8\xdf\xa7\xd7\xf3\x60\xb3\x22\xfa\xf3\x2d\xd3\xd1\xe7\x79\x9e\xe0\xdb\x77\x7b\xbc\xe8\xa4\x6a\x37\x9e\x7f\x81\x9f\xa4\x2f\xae\xdd\x78\xfb\xc5\x3c\x7c\x88\x99\x61\xb6\xf8\xc5\x78\x3f\xd2\xfc\x61\x3c\xd1\xd6\xe5\xf9\xc7\x9d\xf5\x7c\x1f\xe5\x33\xca\x6f\xca\x97\xcb\x1f\x97\xb3\x1d\xc4\xf1\xfd\x80\x9f\xcb\x99\x1f\xf2\xde\xb5\x75\xed\xa8\x87\x63\x09\x06\x01\x07\xdc\x51\xfe\x50\xae\xf1\xae\x14\xe5\x89\xed\xe9\xa8\xd4\xc3\x5d\xb9\x1e\xf8\xbe\xb9\x3c\xbe\x27\xfb\xec\x22\xce\x6f\x8b\x3b\xa6\xf3\x40\x3f\x75\x4c\x6a\x78\x42\xf2\xc0\xba\xe8\x98\x77\xc0\x1e\xe5\xcc\x0f\xf8\xb0\x4a\xcc\x43\x81\xff\xe0\xb7\xdd\xd0\xa3\xf1\x80\x12\x1d\x7c\x5b\x35\xea\xc1\x5e\xb8\x62\x8b\xda\x56\x33\x5d\x90\x3f\x34\x2d\x82\xaa\xb6\xd5\xb9\x29\x68\xe4\x0e\x4d\x8b\x63\x49\xc3\x09\x8c\x07\xea\x81\xef\xad\xee\xed\x82\xdd\xc2\xea\x88\x7a\x2c\xe6\x51\x12\x9e\x7a\xfc\xbd\xf9\xcf\xc2\xd0\xa7\xe2\x12\xdb\x48\x0f\xca\x03\xf3\x0c\x3f\x5c\xdd\xfc\x99\x8c\xa1\xa7\x1e\xd7\x7f\x47\xfd\x88\x4f\x4c\xcb\x1a\x57\x6c\x3c\xb0\x2e\x6e\x77\xc4\xf7\x98\x02\x54\xdc\x3b\xdb\x1a\x31\x0f\x28\xa0\x2b\x56\xa3\x8d\x4c\x98\x7a\x60\x9b\x8b\x01\x47\x23\x2b\x25\x0f\x8b\x54\x99\xac\xcb\x8a\x79\xd3\xf9\x36\x2d\x8e\x37\x6d\xf9\x58\xdb\x48\x1a\x79\xca\x59\x77\x1f\x53\x9b\xef\xc8\x16\x11\xa5\x0e\xb8\xa2\xfc\x56\x79\x75\x3d\xe6\xf3\xbe\x23\x5b\x84\x33\x6c\xeb\xf6\x36\x77\xdd\x8b\xef\x91\x9b\x6b\x07\xbe\x11\x4a\x63\x61\x19\xdd\x70\x3b\xe1\x81\xfe\x1b\x4f\xb6\xb7\x59\x6b\x63\x2b\x3d\x8b\xcb\x2d\x97\xd7\x46\x2e\x13\x36\xaf\xad\xbd\xdd\x2e\xb1\x27\x6d\xcf\xd4\xc8\x52\xc8\x03\xf3\xc0\x36\x14\x8f\x0e\x1e\x98\x7f\xd3\xd1\x13\xf8\xa3\x78\x13\xe7\x7b\xea\x7f\x96\xe9\x42\x29\x0a\xcf\xf7\xcc\xdb\x13\xf3\xf3\x78\x7e\x26\xf3\xf3\xc6\x3c\xbf\x6c\xd7\xa6\xe9\xe2\x5d\x9e\x07\x1f\x17\xb1\x48\x6c\x24\xea\xe3\x81\x79\x30\xde\xbe\xb1\xbe\x62\xbc\x69\x11\x95\xac\x91\xf8\x8e\x07\xfa\x03\xbf\x5d\x9f\xe5\xc2\xfa\xd8\xe7\xe0\x79\xd7\xd6\x67\xb9\xb0\x3e\xed\x07\x56\x35\x1f\xfb\x82\x2f\x7d\xf0\x25\x12\xe2\x1e\xf0\x8d\x72\xc9\xa9\x9a\xf2\xff\x60\xfb\x45\xe6\x37\x1e\x58\x06\xc8\xf2\x0e\x36\x4a\xfa\xb7\x53\xdd\x74\x79\x8b\x72\x89\x07\x52\xfa\x1f\x70\x46\x39\xf5\x40\x7e\xe4\x68\xd3\x03\x62\x0c\x8f\xb8\x03\xd6\x28\x6f\x94\x6b\x3a\xc8\x8e\xc6\xc3\xa6\x7c\xba\xfc\x89\xf2\x97\x4c\xb1\x17\xe5\xde\x1e\x91\xf4\x2c\x55\x1c\x25\xda\x9d\x2c\x66\x6e\xe2\xea\x55\x52\xd7\xb7\xdb\x17\x96\xe7\x21\x51\x4f\x94\x3f\x51\x4e\xfd\xa0\x17\x69\xc1\x78\xd0\xb6\x03\x83\xf9\x46\x6a\x2f\x1e\x70\x94\x80\x5c\xef\xbc\xa3\xfe\x4d\xfd\xd5\xf5\x7b\x5b\x43\x6e\xaf\xf3\x3d\xe3\x2d\x66\x67\x64\xe4\x0a\x23\xec\x03\x3e\x51\x4e\x7f\xd8\x16\xdc\x25\xfa\x53\xdc\x1f\xd7\x5f\x2c\x4e\xee\x62\x73\x5e\xc4\xc9\x1d\x6c\xfd\x2e\x46\x8b\xe6\xfa\xbd\xee\x64\xed\x3a\xdf\x33\x6f\xd5\xa7\x13\x7b\x4f\x54\x92\xdb\x36\xfc\x23\x78\xc0\x58\x1c\xb1\x74\xc7\x29\xca\xce\x08\xab\xb2\x5d\xc6\xbf\x80\x07\xea\x47\xfc\xe0\x3b\xc0\xc3\x8f\x72\xe6\xb3\x99\x0c\x6c\x9b\x5e\xb1\x3c\x6a\xd8\x97\xeb\x01\xf2\x23\x89\x6d\xbb\xe3\x14\x15\x76\xe1\xb8\x16\x35\x6c\x9d\x79\xa0\xfe\xe9\xfa\x7d\x3a\xb1\xd9\xb1\x6d\x76\x1b\x36\xbb\x3c\xb8\x7c\xba\xfc\x89\x72\xe6\x1f\xb6\x82\x09\x2c\x0f\x90\x25\xdb\x7a\x4c\x56\x79\x18\x52\x5f\x5d\xcc\x67\x88\x19\x5b\x80\xae\xea\x7e\x76\x9f\xea\x6c\x0b\xb9\xaa\xe9\x6e\x98\xdd\xd8\x1c\xaf\x61\xbb\xd7\xb0\xbf\xe3\x01\x6b\x24\xd3\xe3\x88\x75\xc1\x6e\xae\x91\xfc\xad\xdd\x71\x7a\xb3\x89\x5c\xc3\x7e\xbd\x61\xe6\xc6\x03\xeb\xb5\xdc\x6e\xe0\x03\xc7\xb0\xd5\x4c\x8f\xd3\xec\xd5\xb6\x4a\xab\x99\x1e\x67\xb4\x3b\x11\x1b\x8d\x6d\x13\x79\x98\x78\x90\x25\x26\xf9\x57\x0f\x68\x3e\x30\xb1\xc2\x23\xbd\x5c\xbb\x97\x4f\x9f\x37\xee\xab\xab\xb9\x9f\x2b\xe6\x41\xd7\xed\xa7\x9c\xf5\x0a\xf1\x76\x5b\xbc\x35\xd3\xe3\x6d\xf1\x73\xdf\x58\xf3\x93\x53\xf4\x80\xbf\x28\xff\xc8\xf8\xcc\xfc\xdc\x41\x8f\xdc\xd6\xaf\x66\x3a\xda\x16\x3f\xf7\xc6\x26\x8c\x64\x73\xed\x8e\xe3\x10\x69\x7d\xd2\x6a\xa6\xa3\x1d\xf3\x80\xd8\x5b\x3e\x5e\xde\x71\xbc\xb9\xb9\xf5\x5c\xb8\xe6\x37\x72\xf6\xf0\x40\xbb\xdd\xdf\x47\x7f\xb6\xb3\x4f\x73\xcc\xbb\x9f\x98\x1f\xe5\xe4\x4d\x8d\xc8\x09\x8d\xfc\x37\x3c\x50\x0f\xc7\x9e\x3b\xc4\x15\x59\x68\x52\x43\x25\x78\xc0\x1a\xe5\xa8\x57\x5d\xff\x1b\xfc\x93\xd0\x44\xcd\xb7\x3e\x24\xa3\xe1\x01\xfc\x31\xfe\xbf\x81\xcf\xf8\xf0\x35\x02\x1f\x37\x52\xd2\xf0\xd0\xc9\x7b\xed\xfa\x83\x1f\x72\x8c\x69\xc4\x61\x68\x24\x9f\xe1\x21\xf3\x7d\x77\xf9\x88\xf2\x85\xd5\x5d\x72\xf9\x8e\x72\xe6\xc1\xf4\xfb\x8b\x75\xf9\x19\xdf\x4c\xbf\x21\x6e\x6f\x8e\x31\xcd\xb7\x3b\xf7\x2f\xf8\x00\xb7\x9b\x0d\x83\x82\x76\x5b\x39\xd7\xc8\x36\x73\xca\xa9\xe7\x0b\xfe\x20\x39\x9d\x5a\x32\x7e\x7e\x2b\xca\xa1\xc7\x64\x79\xf4\x05\xbe\x7d\x36\x3e\x2d\xd4\x1f\xc7\x9e\x9b\x00\x41\xcd\xb7\x32\x24\x9b\xe1\x81\x76\x4d\x17\x5f\xf0\xf3\xef\xb6\x45\x73\xd4\x13\xf5\xdf\xdf\x7f\x5b\x3a\xb7\xfb\x0b\x7e\xf2\x79\x5c\x5c\x97\xec\x90\xd7\x1b\x79\xbd\xf0\x09\x3e\xe0\x88\x72\xbc\x7d\xc0\xf3\x7d\x79\x1b\xb4\x2f\x3c\x01\xc8\x2a\xd6\x76\x1c\x87\xc8\x25\x93\x96\x8f\xfd\x3b\x8e\x43\xfb\xb2\xe5\x75\x77\xbb\xc6\xcf\x2d\xc3\x92\xd4\xc8\xfa\xd5\x76\x8a\xfe\x10\x7d\xb7\x11\x19\xf9\x80\x6f\x94\xff\x30\xda\xbd\x28\xf7\xfc\x90\x9d\xe5\x94\xd3\xff\x6c\x3c\x27\xff\x49\x6a\x89\xdb\xb5\x9d\x8d\x87\x3b\x93\x51\x1e\xe7\xb1\x03\xee\x28\xa7\x9f\xcb\xf5\x78\xbb\x46\x26\x93\xd4\x7c\x9c\xc6\x8e\x4c\x0f\xb8\xa8\x91\x40\xb1\xed\x1a\xfd\xac\x76\x9c\x60\x5f\xb1\xab\xf9\xff\xc6\xcd\xb0\xe5\xbf\x28\x42\xff\xb7\xed\xd7\x6e\x26\x83\x8d\xef\xd7\xea\xb0\xad\x1d\x97\x87\x1b\xef\xab\x86\xbb\x46\xdb\xb6\x15\x39\x0f\x95\xef\x45\xf6\x3b\x4e\x5d\xbb\x47\x3d\x2c\x43\x37\xd9\x6f\x3c\x2c\x96\x6f\x11\xb6\x2d\x01\xce\x83\xc8\x9b\xe8\x07\x6d\x0f\xdf\xe2\x90\xa1\xe1\x94\x53\xff\x30\xfa\x6e\xcc\xa4\x5b\x86\x5d\xee\x11\xd3\x8d\x91\x73\xcb\x5c\x0e\x93\xb6\x81\x07\x89\xcf\x3e\x5c\xbe\xa3\x1e\x0c\x8c\xb3\xfb\x1f\xb7\x80\x1b\x8b\xe0\xe5\x5b\x84\x1d\xa7\xab\xcd\xe9\xaa\x91\x11\xa7\x6d\x5b\xaf\x9c\x87\x42\x39\xdf\xcb\x2e\x91\x07\x2c\xd2\x8d\x46\x2b\xfa\xbf\xf0\xcb\x20\x65\x5b\xdb\xb6\x23\x39\x0f\x0f\xa9\xf5\x19\xd7\x32\xdb\x22\x0d\x41\x5a\xe8\xea\x1b\x79\x08\x78\xa0\xff\x6c\x2f\xd0\xfd\xf1\xb0\xf0\xa7\x71\x7f\x7c\x9a\xdf\xcb\xfd\xe7\x34\x80\x6e\x8e\x87\xf1\xdf\x96\xc8\x6d\xdf\x26\xe3\x7d\x83\x8e\x24\x9b\x68\x3b\x4e\x5d\x68\xdf\x4e\x39\xdf\xc7\xa9\x6b\x23\x7e\x1a\x4a\xb4\x03\xbe\x51\xae\x6d\x1f\x16\xe3\x07\x34\x5a\x6f\xc4\xb0\x4f\x9f\x3b\xc4\x15\xda\xba\x53\xee\xfa\x83\xfc\x2c\xc6\x46\x76\x7f\x7c\xfa\xd9\x9b\xd3\xcf\x88\x76\x7d\x7b\x6a\xa5\x5e\x23\x51\x5e\xdb\x21\xde\x48\x2d\x70\xca\xf9\xfe\x09\x36\xa4\x50\x82\xc9\x49\x63\xda\x7e\x02\xcf\x09\x05\xd8\x7c\x8a\xdd\xcf\x8a\xef\xed\x44\x50\x5d\x4f\xcc\xe7\xe3\xf9\x34\xfb\x7b\x83\x2c\x51\xde\x35\x9f\x62\xf7\x1b\xe3\x7a\x3d\x2e\xd7\xf3\x46\x3d\xaf\xeb\xe9\x51\xbe\xa2\xfc\xa5\x9c\x79\x0b\xf1\xb6\x2d\xde\xf0\x70\x69\xdb\x4a\xff\x46\xcc\xfd\x53\x3e\x5c\x3e\xa3\x9c\x79\xab\x51\x7e\x47\xf9\x83\x73\x84\xeb\x09\x36\xf7\xc3\x1d\x03\xa5\xdb\x01\x47\x94\x2f\xca\x5d\xcf\x1d\xdf\xe3\xdd\x80\x12\xad\x61\xa2\xc2\x03\xf8\x63\x76\xf9\x0b\x3a\xfd\x41\xa7\x83\x63\x46\xd8\xa4\x34\xdb\xa4\x2c\x22\x16\xb6\x50\xea\x35\x2b\xf5\x1a\xbe\x42\x6d\x87\x38\x44\x8b\x97\xd6\xe0\x78\xb0\xe3\x16\xd0\xca\xbb\x46\x10\xea\x03\xbe\x51\xfe\xf1\x3d\xe3\x8a\x53\xac\x95\x77\x8b\x90\x7b\x8d\xc0\xf5\x3c\x3c\x94\x9f\x7a\x7a\x58\xb7\x74\x5b\xb7\x2c\x9c\x1d\x7a\xd8\xfc\x75\xdb\xfc\xd9\x01\xaa\x87\xd5\xdf\x79\x48\x94\xfb\x7b\xf0\xb9\x5b\x49\xd7\x50\xd2\xf5\xb0\x7b\x39\x0f\xf8\x73\x89\x5e\x3a\xb1\xe3\x79\x00\x6f\x27\xf5\x24\xe8\xab\x13\xea\x3d\x2d\x6e\xa1\x3a\xd1\xdd\x79\x10\x3e\x13\x51\xb8\x13\xbb\x9d\x87\x9b\x72\xd7\x73\x3f\x51\x4e\xff\xab\xfb\x73\x47\xfd\x88\x25\x62\xfa\xf6\x99\x39\xae\x77\xe2\xab\x9f\x76\x97\xcb\xef\x28\xd7\xb6\x92\xa0\x6c\x7d\xfa\xb8\x7b\x1e\x5c\xff\xa4\x7c\xc5\xf7\xf0\x13\x8e\x9d\x07\x74\xbb\xd9\x1e\xae\xcd\xed\xde\xd1\x2e\xdb\x41\x99\x26\x1f\x70\x7b\xbc\x19\x3e\x49\x5c\xdc\x03\x46\xbb\xc8\x9d\xda\x99\x87\xb2\x3c\xff\x1c\x83\x17\x21\xc1\x0e\xf8\x46\xf9\x8f\xf2\xea\x72\xf7\xa7\x78\x1d\x07\xfd\x2c\xdb\xeb\x5b\xb6\xcb\x5d\xff\x8e\xfa\xb9\x95\xc1\x75\xb2\x4f\x1f\x83\xcf\x03\xe3\x35\xfe\xd4\xe9\x75\x21\x0e\x42\x43\xd9\xd7\xa7\xc5\xff\x79\xf8\x28\x67\xbc\x35\xe6\xad\x7a\xde\x16\xfd\xaf\x6c\x3b\xce\x83\xe8\x8b\x5b\xab\x3e\x2b\xdb\xa3\x6e\xbb\xa6\x46\x4c\xcc\x3e\x7d\x0c\x3e\x0f\x13\xaf\xa8\xec\xf2\x3b\xca\x1f\xca\xe9\x4f\x5b\xee\x67\x0b\x2f\x2a\xfa\xdf\x02\xcf\x71\x41\x5e\xc4\xa3\x3c\x60\x8e\x72\xad\x4b\xd3\x75\x49\x0f\xe5\x63\x27\x38\xf9\x29\x67\x5c\x3e\x36\x77\xb4\x90\xa7\x1e\xb7\xbb\x7b\x94\x8b\x4f\x36\xb9\xce\xf4\xe9\x5b\xe1\xf3\xf0\xa3\x9c\xfa\x7b\xd0\x91\x7d\x64\x89\x55\xd8\xc3\x36\xf5\x3c\xa4\xff\xfa\x73\x3c\x3d\x60\x8e\x72\xf1\x13\xa2\x6a\xf5\xd9\x63\xbc\xdc\xfe\x36\x94\x95\x7d\xf6\x98\x67\x3b\x3c\xb6\xf2\x3f\xb0\xfd\xea\x04\x0d\xe7\x81\xe5\xe9\xb0\x89\x11\xcb\x80\xbb\x5d\x23\xec\x5e\x47\x15\xca\x83\xd8\xd3\x34\x7a\x8d\x98\x0e\xfc\x9b\x1c\xfa\xe2\x80\x6f\x94\x83\xbe\x83\x65\x9e\x51\xff\xf4\x32\x9b\x3c\x66\x90\xe5\x64\x77\xc9\xa9\xb1\x13\xce\x9b\x07\xa6\xaf\x77\x97\xd7\x28\x67\x79\xa6\xeb\x09\x32\xc0\xa6\xaa\x35\xf7\x73\x06\x59\x5a\xe9\xc9\x6d\x5f\x27\xea\x36\x0f\xf8\xff\x9a\x0c\xd6\x74\x3d\x0b\x31\x46\xe8\xad\x03\x8e\x28\x07\xed\x26\xfd\xb4\x6d\xdc\x79\xd0\x36\x74\x9a\xfd\xad\xb5\xa3\xfc\xa1\x9c\x76\xef\x69\xf2\xbb\xd9\xd6\x34\x93\xc1\x1d\xf5\xa0\x0c\x6d\x04\x6a\xe8\xa1\x0c\xed\x56\x86\x36\x62\x31\x75\x82\x46\xf3\x20\xb6\xd2\x13\xdf\xef\xe9\xf9\xd9\x9c\x7e\x70\xe6\x3c\xe0\x88\xf2\xc5\xf7\xc5\xe5\x77\x94\x6f\xbe\x9f\x2e\x7f\xa2\xdc\xf5\x77\x97\x9b\x0d\x6d\x1c\xa5\x7b\x7c\x1f\xe8\xbb\x39\x1d\x76\xb3\xb3\xbd\x7a\x94\xd3\xae\xc9\x63\xc7\xfc\x6c\x4e\xb1\x44\xd1\xe9\x73\x87\x18\xe0\xb6\xa0\x75\x93\xc7\x66\x9b\x78\x1e\x18\x97\xc5\xd5\x8e\x75\x44\x49\x6a\x5f\xfb\x4e\x70\x63\x1e\x30\x78\xb5\xd8\x78\x02\x3f\x51\x6e\xb6\x6e\x3c\x7f\xa7\xfb\x8f\x12\x73\x2d\x93\xd9\x1b\xec\x8f\x4b\xf2\xb5\x4a\x7c\xef\x79\x78\x3d\x0f\x66\x37\x6f\xb0\x15\x92\x1d\xb5\x6e\xba\x78\xa3\x3f\xaf\xfb\xd3\x98\xb7\x5f\xb0\x5d\x9f\xfe\x09\x67\xdf\x09\x6a\xcc\x83\xe8\x0e\xa7\xcd\x3e\x7f\xc1\xe6\x7e\x1c\x4b\x88\x1e\x70\xc0\x11\xe5\xc2\x2b\x5c\x18\x7a\xd8\x50\x76\xdb\x50\xb6\x6e\x7a\xf9\x82\x7d\x7f\x8e\x05\x61\x7c\xfe\x42\xcc\x70\xd9\xbe\x96\xfb\xe9\x6d\x4a\x27\x68\xef\xf9\x9e\x79\xf8\x82\x0f\xa0\x94\x6c\xd8\x80\xf6\x65\x73\xdb\xf3\x40\x39\x74\x41\x8c\x5b\x1e\x44\xbf\xc4\x6b\x3a\xe0\x1d\xe5\xe0\x21\xfd\x5f\x97\xf1\x61\x61\x33\xd4\x08\x5a\x7e\xc0\xcf\xe5\x9b\x7e\x42\xef\x2b\x71\xac\x3a\x0f\x9a\x87\xa1\x5b\x90\xbe\xb2\xe9\x6b\x65\xb1\xd7\x46\xec\xef\xbe\x72\xf4\x27\xb3\x4d\xc1\x93\xf6\x80\x6f\x94\xe3\x41\x0d\x9e\xaf\x6c\x7c\xb3\x41\xfc\xc2\x67\xbb\x13\x81\x95\x07\xea\x41\x6c\x13\x6e\x95\x07\xea\xc9\xd4\x53\x6e\xf7\xa7\xb0\x8e\xa3\xf8\x7b\x8e\x97\xe7\x61\x50\x4e\xff\x6b\xcc\x4f\x85\xdd\x0f\xf0\x61\x55\xcf\xff\xc2\x76\xa7\x61\x8e\x7c\xc0\x5f\x94\x7f\x94\xd3\x6e\x8b\xfe\x10\xb7\xa4\x11\x7d\xba\x2f\xdf\x2e\x9f\x87\xf6\x5f\xff\x91\xaf\x8b\x6d\xe2\x6a\xb1\x8e\xd8\xee\xb4\x01\x1f\x5e\x21\x86\x97\xc4\x70\xbe\x2e\xc4\xe1\x0a\x71\x4b\xf0\xce\xf3\xbd\xeb\x89\x75\x24\xda\x46\x23\x40\x74\x5f\x6d\x47\xbb\x44\xc3\xf0\x36\x77\x35\x6f\x5f\x08\xac\x79\xca\xc5\x1f\x96\x6f\xaf\xbb\x95\xad\x8d\x50\xce\x7d\x85\x58\x5d\x11\xb1\x61\x36\x97\xef\x28\x67\xde\x8c\x9f\x3d\xd6\xbd\x7b\xdd\x57\x71\x79\x7c\xef\x79\x5e\xdd\xe5\xc6\xb7\xee\x00\x3e\xc6\xc3\xbe\x53\x94\x67\xe6\xc1\xdf\x9b\x3f\xdb\xf1\xa0\x79\x1b\xba\x46\xf4\x9f\x44\x92\x17\xb6\x80\x07\xdc\x51\xfe\xf0\x3d\xf5\x8c\xc0\x07\x3c\xae\x1b\x71\x6c\x3b\x41\x2b\x79\x58\x94\x37\x97\x3f\x51\x4e\xbb\x1c\x03\xd6\x30\xff\x41\x7b\x9b\xda\xf4\x7a\xcd\xe8\x8f\xae\x15\x4e\x7f\xa6\xcb\x7b\x94\x0f\xbe\xef\x2e\x5f\x51\x8e\xfb\x48\x8e\xef\x8d\x6f\xd3\xa6\xf8\xc5\xf5\x73\xac\x3d\x0f\x04\x08\xe0\x18\xb0\x66\xac\x0b\xf1\x2e\xaf\xab\xc6\xf7\x51\x4f\xf8\xae\xbb\xfe\x3b\xea\xb9\x99\x37\xf8\xf9\xb2\x33\xce\x79\x10\x9e\x10\xd7\xf5\x80\x5e\x2f\xef\x07\x50\x86\xf6\x35\x63\x1e\xec\x08\xe1\x6d\x62\x28\xa3\x3b\xa1\x2a\x4f\x39\xf5\xac\xc0\x2b\x1c\x31\xaf\xeb\xaf\xfc\x8d\x72\xd1\xd1\xd9\xae\xfd\x7b\xfb\x15\xfe\x1f\xe7\x01\x74\xe1\xf4\x10\xba\xed\x8e\x32\xfb\x54\x57\x5d\xfe\x44\xf9\xcb\xf7\xcb\xe5\xbf\x28\xa7\xf9\xc1\xf4\x2d\xef\x5e\x97\x6f\x6b\xa6\xd9\xe8\x0a\x36\xb1\x20\x27\x6f\xe3\x96\x6d\xb3\xce\x03\xed\x9a\x9c\xee\x40\x47\x99\x6c\xe7\xeb\x32\xd9\xdf\x31\x1d\xb7\x97\x99\x53\xc2\xba\x83\x4d\x78\x9b\x42\x24\x80\xbe\x6e\x6f\xbf\xd6\xed\xfe\x58\x0c\x58\xd7\x7e\x1e\x98\x56\x93\xf7\x0e\xb4\xdb\xa0\x1d\x21\x5d\xfa\xda\x81\x46\x64\xa0\xb8\xae\x19\xe5\x77\x94\x6f\xca\x5d\xbf\x4f\xc3\x0b\x4f\xc2\xb6\x4c\x4e\x3b\xc8\x66\x1f\x7e\x7a\xbe\x9f\x2e\xff\x45\xf9\xa7\xf2\xc5\x32\xef\xe8\xff\x76\x78\x80\xe4\x76\x83\x3d\xa1\xcb\x6f\x04\x28\x3b\x60\xd4\x03\xdb\x5d\x66\xa3\x4f\x88\x07\xd2\x49\x5c\x97\xe7\xe1\xb1\xf8\x47\xa9\x9f\x1a\xa9\x48\xfb\x7a\x82\x1d\xfb\x36\x88\xd8\x9d\x07\x7c\xa3\x9c\xfa\x4d\x66\x4f\xb0\x5d\x65\x83\xc8\xce\xb1\x78\xc0\x1e\xe5\x84\xdc\xb0\x98\x79\x42\x9c\x90\x14\xb2\x11\x54\xb3\xaf\x37\xd6\xfd\x65\xdd\x93\xe7\xed\x0d\xf2\xb6\x92\xc5\xdb\x11\x22\x22\xf2\x40\x7f\x8c\xcf\x6f\x90\x9f\x6f\x89\x96\xf1\xf6\x8d\xf9\x79\x3d\x3f\xc6\xab\x9f\xb7\x29\xc4\x14\x4c\x6d\x19\x9f\x7f\x21\x66\x7e\x88\x99\xe4\xf9\xfc\xc5\xfa\xfe\xbc\xbe\xc6\x9f\x5f\xb4\x8b\x27\x52\xc3\xb4\xff\x80\x3d\xca\x99\x87\xc9\xfa\xc6\xf6\x68\x59\xa9\x81\x97\xdc\x01\x7b\x94\xd3\x2e\xa7\xb7\xf5\xc5\x78\xb5\x4f\x3a\xe5\xd4\xff\x45\xbb\x9f\xc7\xbb\x5c\x4f\xd0\x23\x4a\x8a\xff\x2f\x63\xdf\x72\x35\x3d\x88\x6b\x9b\x4a\x87\x60\x63\x03\xd2\xa4\x73\x01\xdb\x95\x7f\x08\x77\x69\x3f\xfe\xbe\xb3\xf3\xcd\xf0\x5e\x2e\x0a\x0b\x21\x84\xd0\x43\x39\x4e\x86\x9d\x0d\x06\x9d\x0d\xda\xc1\x4b\x93\xb1\x14\xe5\x59\x8d\x8b\xef\x0f\xe1\xc3\xf8\x24\x1e\xc2\x5f\xe3\x1f\xfb\x11\x2e\xf5\x62\x1d\x4a\xf2\x71\xea\x7f\xb7\x71\x6e\x57\x4c\xa2\x53\x8f\x61\x9c\xb9\x58\x4e\x8d\x47\xdb\xd8\x3a\xb0\x6d\x0c\x5e\xce\x8e\x75\x6a\xfd\x2e\x5a\x89\x06\x2f\x67\xc7\x3a\xd3\x38\xf8\x64\x1c\x54\x83\xd6\xa9\xf5\xbb\x58\x80\x60\x68\x9b\x5c\xcd\x78\x13\x2e\x3a\x34\x8f\xbf\x69\xfc\xb4\x12\xad\x26\x71\x4f\x6f\x84\x73\x68\xdb\x58\x4d\xf4\x97\x13\xc2\xd0\xf6\xb0\x9a\x8e\x0d\xab\x89\xfe\xb4\xfa\x2c\xab\x6b\x8b\xea\xda\x38\xb8\x0d\x2c\x5b\x65\xe8\xa5\x50\xf8\x14\xae\xfe\x19\x2a\x34\x8e\xa1\xf7\x3d\x9e\x4b\xe3\xa1\x3a\x65\x67\x83\x6a\x30\xb9\x0b\xf9\x9c\xbe\x07\x6c\x40\x9e\x9f\x3c\xee\x2e\x5b\x59\x9c\x3a\x92\x97\x98\x83\x79\xfa\xd8\x80\xbc\xa2\xaf\xea\x58\xdd\x74\xa3\x33\xc0\x60\x9c\xe2\x60\xde\x37\x36\xf8\xbf\xe4\xf3\x65\xeb\x88\x52\xb0\x0d\xe6\x7f\x1f\xcc\x7d\xc6\x06\x32\xa9\xf0\xf2\x71\x2c\xab\x5f\x4a\x34\x36\x0e\xaa\xb9\xcc\xb4\xc5\x06\xe5\x83\xfa\xb1\x9a\xa5\x74\x53\x43\xf2\x67\xc9\x35\x7b\x2c\xa9\x47\xa7\xfb\x91\x1c\x60\x46\xa2\x76\x34\xca\xf9\x65\x35\xc8\x79\x7d\x4e\xf1\xb9\xe2\x2f\x07\x33\xfa\xd4\xfb\xa4\xa7\xd5\x23\x66\xa0\x69\x07\x33\xee\x8c\x65\x35\x82\xb7\xf0\xe7\x38\x29\x57\x57\x98\xcf\x99\x03\x7b\x30\xde\x79\xac\x94\x5a\xb3\xe0\xf4\xdc\x8e\x46\xb5\x8c\x77\xf4\x6c\xbc\xc4\x49\xcf\xf4\x3a\x4d\xae\x53\xd6\x7b\xad\xc7\x30\x9e\xc4\xc9\x3f\x29\x35\x77\x25\xe2\xfd\x0f\xde\x3e\x8d\xb5\x3c\xef\x8b\xf3\xce\xac\xeb\x63\x2d\xf3\x1b\x6b\x55\x1d\xbc\x65\xaa\xc7\x66\x9c\xff\x2b\x7c\x4b\x8d\x5b\xf4\x5d\x1b\x27\x8f\x01\xcb\xfb\xa3\x2e\xeb\x07\x7d\xbe\xeb\xf1\x31\x4e\x7a\x76\xfe\xef\xe3\x7e\x58\x13\xe9\x68\x43\xb8\xf9\x87\xbe\xc2\xe3\x34\x6e\x3e\x41\x4e\xdf\xa6\x7a\x9d\xf5\xf8\x1a\xe7\x77\x89\x9f\x15\xa2\x54\x8d\x49\xbc\x09\x4f\xe3\xa4\x3f\xe5\xf9\x7a\xcd\xcf\x2f\xf7\x77\xde\x6e\x8d\xf5\x5a\x3e\xf0\xf2\x7d\x9c\xf3\x2f\xd6\xaf\xf5\x7a\xb8\x74\x55\x53\x8a\xb8\xb1\x3e\x8b\x63\x46\x12\x8d\x93\xc6\x4c\x5e\xc9\xb3\x41\x76\xe1\x29\x61\x29\x92\xa8\x1a\xbf\xff\xa5\x35\x1b\xeb\x17\x62\x47\xd6\xe4\x19\xed\xe0\x67\xfc\xcc\x2e\xdc\x66\x06\x23\x1c\xeb\x71\x18\x67\x3a\x43\x6a\xf1\xbe\x0b\x1f\xba\x0b\x1f\x8d\xdb\xde\x3e\x34\x7e\x5e\x42\x9f\x83\x2e\xc0\x63\x5b\x1c\xef\x33\x98\x80\x90\xec\xbb\x4f\xfd\xef\x66\x8d\xd6\x83\xd5\xda\xeb\x71\x1b\x7f\x88\xab\x1f\x6d\x27\x9b\xc6\xfc\xc1\xc8\xc7\xb1\xcf\x6d\x9c\xd3\x29\x76\xdc\x4d\x5a\xf3\x6e\x64\x3b\x46\x38\xd6\x63\x37\xce\x71\xd2\x88\xba\x9b\xc7\xd3\x98\x2f\x8b\x97\x9b\xf5\x98\xc6\x37\xf1\x4e\x5c\xe2\x63\x43\xac\xb7\xe3\xd2\xf7\x36\x2d\xe3\xdd\x28\x9e\xc4\x76\x5b\xae\xc4\xd5\xf8\x11\xe7\xf7\x5e\x1e\xe7\x25\xfa\x50\x5c\xee\xcb\xe3\x84\xef\x70\x53\x75\xd3\x7a\x4c\xe3\x8b\x69\x26\xd9\xff\xa5\xed\x6d\x5f\x3c\x0d\xf0\xb2\xaf\x1e\xfd\x7e\x2e\xe2\x5d\xf8\x63\xfc\x25\xce\xf1\xfb\xf4\xbf\x2f\x25\xdd\x0a\x8d\x47\x7c\xa5\x3b\xf8\xc1\x48\xc6\xb1\x6f\x89\xc5\xcd\xbc\xc3\x83\x91\x8c\x63\xcb\xe7\xac\x1a\xcc\x99\x46\x7e\xdb\x36\xc2\x6f\x26\x31\x3a\x58\x56\x7b\xec\x5b\xdb\xe1\x66\xb2\xd8\xc1\x64\x6e\xf5\x18\xc6\x93\x78\x13\xfe\x1a\xff\x88\xf3\xbb\xbc\xcd\x6c\x6d\x33\xbc\x9c\x1d\x5b\x01\xc9\xd5\xe8\xfc\xdf\x29\xdc\xef\x3b\xeb\x2e\xe7\xc5\xdb\xcc\xd6\x36\xc3\x4b\xd8\xb1\x87\x8e\x25\x9b\x79\x1f\x07\x0b\xc3\xd7\xe3\x63\x9c\xe3\xa1\x75\x64\xcb\x17\xad\x1a\xd8\x06\x2e\xf1\xcf\x90\x9a\xbb\x87\xe8\x40\x6b\xf7\x1e\xfe\x5f\x66\xde\x3b\x2e\xf1\xcf\x94\x1c\xd8\x4c\x58\x37\x2e\x5a\x07\xf7\x94\x58\xdf\xca\xd5\x76\x89\x9f\xe5\x5b\x56\x0d\xf2\x0f\xb7\xdb\x3d\xfd\xbf\x4c\x6e\xa6\xbc\x70\x63\x4f\xff\xaf\x12\x7d\xf1\x52\x75\xec\x30\x3d\x83\xfc\xcf\x1a\xb3\xf5\xf8\x13\x4e\xb1\xcb\x84\x81\xf5\x78\x19\xe7\x3c\x8a\x9f\xc3\xf3\x1e\x4c\x7b\xe8\xf1\x28\x05\x45\x35\x48\x37\x6e\xf3\x0c\x28\x66\xe3\x26\xce\xef\xca\x34\x4e\x6b\x10\x53\x20\xd6\xe3\x36\xce\x2c\x6d\x54\x67\xb7\x42\x82\x86\x22\x8b\xc7\x4d\x6b\x87\x23\x88\x87\x22\x88\x07\xcb\xec\x0e\x3b\x15\x54\xe3\x22\xce\xf1\x2f\xaf\x97\xc5\x04\xd3\xb7\xe4\xd5\x92\x9a\xb5\x59\x9e\xe0\xb8\x79\xe9\xb3\x97\xe9\xcc\x10\x9f\x71\x8b\x0f\x6d\x05\xdf\x8c\x04\x1f\x8c\x34\x1c\x0c\xe0\x65\x43\x59\xe6\xf4\xbe\xbf\x97\xd6\xeb\x71\x6b\x5d\xdb\x1a\xbd\x37\x8f\xdf\xba\x3c\xdd\x3e\xe6\xa9\xfc\xff\xb8\xb5\xae\x1f\xcb\x19\xba\x72\x0f\x5d\x6e\x6e\x1f\xe7\x74\xb9\x3f\x74\x89\xb9\x1f\xcf\xfb\x43\xb9\xc1\xd4\xce\x63\xfb\x38\xc7\x7a\xfe\xf5\xbe\xfa\xd7\x71\x6e\x3f\xa2\x83\xc6\xf9\x78\xde\x1f\x65\xcf\x93\x7c\x7e\xb6\xc7\xc3\xc4\xb4\xb7\xe4\xb3\x7c\xe0\x06\xab\xf7\x17\x1e\xc2\x97\x71\xd2\x53\x7c\xfb\x7a\x5e\x98\x0f\xff\xf0\xf8\x7d\xfc\x53\xe4\xef\xa0\x2f\xec\xa0\xcf\x00\x1b\x4c\x96\x2c\x3e\x7f\xcd\x87\x4c\x48\x3f\x58\x91\x73\xec\x4f\x6a\xc1\x86\x33\x5c\x3b\x74\xd9\xba\x3f\xcf\x17\xd3\xd0\x1f\xb7\xe4\xc9\x27\xb5\x69\x7f\x4a\xc6\x3c\xd9\xbf\x7c\xe3\xaa\x81\xf5\xe8\xf1\x7f\x5e\x2f\x1f\xb3\x1a\xde\x92\xe7\xde\xc7\x15\x11\x3c\x74\xe9\xb9\x7f\xde\x4f\x7f\xdc\xd7\x74\xb9\xb9\x7f\x1e\xe7\x4f\xe3\xa4\x75\xd3\x91\xb9\x43\x91\xb9\x83\x3e\xa6\x83\x59\xe8\xd8\xe0\x78\x34\x4e\xef\xef\x5b\xfb\xbb\x2e\x3d\xb7\x8f\x8b\xac\x70\x5f\xef\x57\xff\x33\xe4\xd3\x56\x0d\x66\x78\xc7\x7a\x99\x4e\x0a\x34\x19\xd2\xdb\x0e\x8e\x7f\x32\x80\x97\x0d\x26\x74\xc5\xb1\x6d\xfa\xd2\x7f\xea\xd2\x7f\xf0\xb2\x72\x86\x8e\x6d\x33\x74\x6c\xe3\xa5\xe4\x8c\x93\xf3\x55\x0d\xac\x47\xe6\x93\x9e\x8e\xb4\x9d\x2a\x4b\x3e\xfa\x7d\xfd\xdf\xea\xd7\x0c\xb9\xa4\x4d\x05\xd6\x0e\x46\x38\xce\x90\x4b\x5a\x35\x20\xee\x79\x99\x38\xe3\xe2\xb2\xac\x06\xc8\xc1\xbb\xde\x7a\x0c\xe3\x7a\x9f\xb8\x5c\xb6\x27\x2f\xa7\xcf\xc1\x7a\x47\x33\xe4\x82\x5d\x0d\x68\xbb\xfd\xe4\xff\x32\xa3\x15\x1a\x7c\x7f\xf2\xf3\xba\xc9\xca\x1c\x56\x07\x5d\x71\xa7\xf3\x6d\x4c\xd5\xb7\x1e\x4c\x27\x3e\x43\xdb\xd5\x54\x31\xe9\x83\x29\xbb\xeb\x31\x8d\xb3\x7f\x9c\x7e\x66\x8c\x25\x72\x33\xab\xda\xc1\x8a\x6f\xf5\x18\xc6\x93\x38\xc7\x3f\xb6\xfb\x51\xba\xc8\x83\xfd\xcc\xd0\xfb\xca\xa0\xca\x4b\xc0\x19\x33\x35\x4e\x66\x29\x1d\x4c\x3e\x3f\x43\xa7\xa5\x6a\x4c\xe2\x21\xfc\x35\xce\xf4\x9a\x30\x0e\x4f\x16\x6a\x66\x83\x79\x60\xc4\x2e\x93\xe2\x6f\x2a\x9f\xd5\x60\x64\xe2\x8c\x08\xbd\x1f\x3c\x2d\x31\xf3\xe6\x64\xa2\x24\x36\x30\xef\x8c\x40\x9c\xac\x8b\xcc\x06\x73\xb9\x8b\x0e\x3a\xa5\x55\x83\x74\x18\xea\x67\x2f\xe3\xcc\xd6\x7f\x85\xf0\xd7\x38\xc7\x7f\x93\x0e\xc9\xe5\x3a\x59\x29\xb9\x70\x8e\x3f\xcd\x57\x29\xbe\x1a\x21\x3c\x8c\x93\x9e\xe2\x4f\xf9\xd2\x55\x83\xf9\xf9\xc5\x9f\x2b\x34\x8f\x8b\x99\x73\x59\xd2\x7a\x86\x12\x4c\x54\x03\xdb\x27\xab\x32\x4d\x56\xa1\x65\x83\xfd\xcf\x2e\x7c\x19\xc7\x29\x87\xae\xc4\xf5\xf8\x18\x27\xdd\xc4\x9f\xf2\x09\xab\x06\xe9\x93\x43\xf8\x36\xce\xf7\x83\xf3\xf8\x78\xd9\x6b\xdb\x60\x56\xa0\xe9\x5c\x50\xd5\x20\x3d\x83\xe3\x79\xb6\xe8\x86\xe3\x5d\xe1\x21\xfc\x33\xce\x79\x4f\x7e\xef\x1b\xe2\xb7\x97\xdb\xed\xd0\xf8\x5f\xaf\x77\x56\x31\x39\x98\x68\x78\xfa\x32\x74\xea\x32\x74\x30\xef\xd0\x8c\xcf\xf3\xf5\x85\xf2\x41\xf3\xbb\xbe\x34\xce\xed\x6a\xaa\x9f\x6f\xa9\x1f\x16\x64\x3d\x86\xd6\xa9\x22\x37\xa7\x22\x37\x95\xfd\x79\xb2\x8a\x2a\x1b\x2f\xdf\xe7\x77\xfd\xbc\x4e\x99\xd0\x61\x4c\xf5\x23\xdf\xaf\x6a\x30\x8b\x74\xe3\x78\x7e\xa6\x3f\x33\x3c\x1e\x2c\x7a\x32\x43\x3e\x5e\xd5\x60\x9a\xe9\x8b\x74\xfe\x2d\xf1\x03\xd3\x90\x0e\x5e\xf6\x4d\x47\x80\x56\x83\xff\x2b\x7e\xfe\x99\x9f\x59\xda\x74\x4c\xf2\x6d\x7a\x1b\x50\x39\xd2\x41\x5f\xba\xc9\x3b\x56\x36\x38\x1e\xbf\x2f\x39\x93\xb2\x02\xf2\x72\x70\xa6\x72\xbe\x55\x83\xe3\x81\x55\x60\xfa\x12\x76\xf2\xd6\xb5\xf0\x14\xfe\x09\xe7\xb1\x84\x97\x86\xf5\x78\x1a\x6f\xfc\xdf\x10\x7e\x19\x67\xff\x50\xc7\x67\xea\x98\x3a\x59\xcd\xf4\x1c\xbc\x04\xac\xc7\xcb\x38\x93\x0e\xc3\x25\xbf\x1e\xbb\x71\x6c\x9f\xf4\x15\x9e\x2c\x78\xca\x46\x12\xe7\x77\x9d\x92\xff\x2c\x56\x5a\xfd\xa4\x70\x8d\x5f\xc7\x5a\x96\xcc\x98\x29\x57\xeb\x6a\x74\xe2\x53\xb8\xfb\xd7\xbc\x84\xfa\x91\x9c\x64\xa9\xd2\xa6\x62\xdf\x93\xc5\x49\xd9\xc0\x7e\xc1\x7a\xf5\x93\xe5\x45\xd9\x20\x1f\xe6\x2d\xfc\x36\xce\xef\x1a\xfc\xdf\xe6\x71\x32\xf4\x6a\xb0\xbc\xe8\x4c\x59\x3d\xab\x11\xc4\x39\x5f\xd7\x52\xff\x3a\x46\xb2\x8e\xe3\xcc\x6b\x1b\xd7\x78\xb8\xae\x9d\x85\xad\x1a\x1c\x3f\xd7\x75\xca\x97\xab\x1a\x58\x8f\x8c\x64\x9c\x79\x9b\x4f\x58\x68\x65\xb0\x46\x4d\x3d\x6e\xe3\xa0\x33\x7d\xbc\x66\xde\xa6\x83\x0a\x97\xf0\x32\xae\x1e\xa7\x71\x8e\xff\xe6\xf8\xe5\xe3\x35\x99\xfd\xad\x1d\x2c\x3a\x3e\x53\xd6\xcd\xc9\x5b\xe9\x73\x84\xe6\x57\xf9\x01\xab\xa1\xac\xdf\xea\xc7\xe3\xec\xeb\xff\xab\xa1\x30\x59\xce\x11\x0d\xf2\x6d\x0c\xf5\xb3\xfd\xbe\x6b\x2e\x90\x3e\x8a\xd8\x9d\x8a\xd8\x1d\x31\x0f\xe1\xcb\x38\xe9\x23\xbe\x1d\xf1\x19\xe7\x7c\x89\x6f\x87\xf9\x70\x50\xad\x67\xe4\xf5\xf4\x65\xf1\x54\xf6\xba\xc1\xdb\xb6\x7a\x0c\xe3\x49\x5c\xfd\x48\xfe\x27\xd3\xb8\x0f\xde\xaa\xcd\xf4\xfe\x9e\xda\xdf\x23\xef\x3f\xa8\x5f\xa9\x53\x6c\x35\xf8\x37\xa9\xee\x24\x9e\x18\xe8\xdb\x0e\x06\x7e\xcf\x94\xcf\xd6\xe4\xa5\x6f\xe1\x9c\x7e\x9d\x4a\x67\x06\xc5\x0a\x23\x16\xa7\xef\x5c\x27\xef\x5c\xdb\x21\x31\x97\x61\x71\x10\xd4\x6a\xa7\xd8\xc8\xdb\x73\xa6\xfa\x17\x1b\xa5\xd9\x3d\xb9\x5d\xd1\xd7\x61\xf2\x0e\x94\x0d\xa8\x71\x53\xe2\x40\x2e\xe7\xd5\x50\xdd\x25\xf6\xef\xed\x39\x17\x2f\x19\x19\x40\x5e\x8f\xc3\x38\xa6\x99\xbe\x3e\xd3\x97\x98\xd5\x80\x76\x3f\xc5\x46\xcb\xcb\x63\xd1\x5a\x66\xf1\xb7\xbd\xbc\x65\x74\x4d\x8d\x7f\x7b\x99\x6d\x2e\x33\x56\xca\x9e\xbe\xc4\x9c\xbe\xc4\xb4\x98\xdb\x66\x6b\xfa\x42\x8d\x94\x58\xdf\x16\x07\x4c\x30\x31\x52\x74\xd8\x9e\x2f\x26\x92\x18\x2c\x8a\x3c\x7d\x99\x38\x75\x99\x38\x52\xec\xfe\x78\xfc\x4c\x04\x7c\xb0\xfa\xc1\xcc\xc7\xcb\xe6\xe1\xe9\x84\x3e\x10\x33\x1f\x2f\xd7\x87\xcb\x95\x11\x8b\x33\x5f\xd3\x8d\xa5\xd6\x0e\x8b\xa7\xd7\xfc\xf0\xd2\x58\xcd\xfa\x1f\xd3\x97\x7d\x53\x97\x7d\x83\xa9\x2c\x67\xea\xf4\x56\x0d\xd0\x87\x3e\x0d\x33\xe5\x9a\x5d\x0d\x56\x64\x91\x38\xf6\xb6\x9d\x1f\xd5\xd0\x4c\xf6\xf3\xf3\x32\xfb\x71\x99\xd1\x47\xa1\x1e\xb7\x71\xbd\xcf\xf1\xfc\x2c\x2e\x99\x2b\x7c\xf0\x92\x6e\x3a\x90\x78\xf2\x16\xef\x9c\x87\xbe\xeb\x27\x35\x25\x7f\x54\x17\x24\x16\x97\xb7\xcf\x75\x30\xed\x3d\xab\x19\xcd\x25\xab\x6a\x35\xc0\x27\xf4\x39\x98\xeb\x14\x3f\xaf\x93\xfc\x1c\xdc\x26\xd7\xb9\xfc\xfe\x7a\xfe\x57\xb5\x60\x3a\x32\xb7\x1a\xdf\xff\xea\x30\xcd\xa5\xbc\x44\xd5\xe0\x78\xb8\xfd\x38\xd2\xb6\x1a\xec\x07\x56\xcc\xb9\x2e\x89\xad\x75\xc5\xfe\x5f\x6d\xa4\xb9\x2e\x89\x8f\x75\xd1\xba\x23\xf1\xb7\x2e\x89\x1b\x5f\x4e\xd1\x49\x60\xb2\x42\x19\x1b\x8d\x38\xff\x57\x3e\x49\x93\xd5\xb2\x5c\xd9\x65\x2e\xe5\x0d\x9a\xaa\xf6\x34\xe9\x33\x31\x59\xcf\x89\x0d\xf0\x9b\xc4\x99\x23\x61\xa7\x22\x61\x27\x23\x10\xa7\x2f\xb9\xe6\x92\x4f\x52\x90\x6f\x97\x7c\x92\xa6\x6b\x20\x1d\x3d\x84\x2f\xe3\xa4\x1b\xd7\xef\xb2\xf8\xe6\xed\x55\x3b\x98\xb6\x76\x32\xd0\x95\x0d\xce\x3b\xc5\x3a\x8b\x93\xb0\xc1\xfe\x27\xc7\x39\x4c\x67\xc8\xe5\xea\x27\x85\xbb\x1f\xa5\x6c\xa4\x7a\xb1\xa6\xe9\x30\x45\x07\x7d\xef\x94\xba\xa9\xd2\x16\x93\x4e\x08\x93\x01\xb0\x6c\xa0\xf2\x06\x2f\xe3\xa6\x23\x58\x27\x4b\x34\xb4\x83\x3e\x9d\x93\x45\x18\xd8\xe0\x38\xc9\xcf\x6b\x7a\x5e\x58\xbd\xf6\x60\x24\xf8\x64\xf6\x75\x36\x30\x8f\x29\xbe\x92\xf5\x71\x2a\xb2\x75\xf2\xd2\x6d\x3a\x82\x75\x2a\x82\x75\x9e\x27\xc7\xa3\x84\x41\xd5\x60\xa9\x03\x8d\x27\xb4\x4e\x17\x13\xdd\xce\x53\xff\x9b\xa6\x73\x92\x9f\x99\x7a\x78\x2e\x1f\xab\x16\x8f\x55\xf3\x6c\x7a\x5f\xc7\xdd\x85\x84\x82\xe7\xe4\xe5\xf8\x5c\x4a\x75\x5b\x0d\xd2\x81\x6a\xee\x5a\x52\x13\xd7\x22\x5f\xa5\xd6\xdd\x4a\xbf\xcf\x3a\x5b\xbc\xec\xae\xc7\x61\x7c\xf2\x7d\x7e\xaf\x12\x06\x55\x83\xff\x4b\x35\x65\x2d\xa9\xbf\x6b\x51\x3e\x9c\x7e\x7f\x1b\xe7\x25\x66\x6a\x3d\x6e\xf3\x39\xad\x8f\x93\xf9\x2f\xeb\x71\x19\xdf\xc4\xf9\x5d\xdb\x74\xde\xa2\xb3\xfb\x31\x1d\xb6\xe8\x40\x35\x71\xf9\x38\xb7\x74\x9c\x4b\xf1\xe7\x63\xf9\x80\xe2\x9b\xe7\x3c\x79\x5c\x5c\x72\xea\xa8\x06\x71\x1e\x47\x97\x7c\x58\xe7\x7a\xc9\x6f\xbc\xcc\x9d\x8e\x6c\xad\x06\xe9\x23\xdc\x72\x7b\x49\x6e\x4b\x0e\xaf\xcf\xf2\xe4\x63\x51\xa3\x93\x6a\xdc\xfa\x99\xff\x7f\xe4\xff\x76\x18\x1f\xc6\xc1\x3f\xbc\x0d\xab\xc7\x65\x9c\x7c\x8b\x5b\x8e\xe9\x48\xcc\xc9\x48\xcc\x76\x1e\xe4\xb7\xed\xe3\xca\xa6\xcf\xe8\x6c\xe4\x2b\xdf\x92\x4d\xde\x92\xd5\xfb\x53\xf8\x6b\x9c\x65\x61\xb8\x5f\x6c\x65\x5a\x98\x0c\xc9\x3c\x27\x6f\xcf\xa6\x6f\xc9\xa6\x6e\xc9\x4e\xc9\xe1\xdd\x74\xdc\xda\x8d\x45\xd7\xda\x7d\xfc\x41\xfd\xe2\x1d\x16\x1b\xac\xb6\x41\xf6\xda\x8a\x10\x99\xcc\x53\xda\x4e\x06\x90\x4f\x5f\x4e\x4d\x5d\x4e\x9d\x74\xcd\x9b\xbe\x6c\x9a\xba\x6c\x3a\x59\xc0\x65\xfa\xb2\x69\xea\xb2\xe9\xa4\x0f\x44\x3d\x7e\xc2\xc9\x5e\x8d\xda\xf4\xbe\x3c\x1e\x1c\x17\xea\xfd\x14\x7e\x1b\xe7\xff\x92\x7d\xf7\x2d\xb6\xde\x2c\x9c\x39\x99\xa7\xa7\x1e\x97\x71\x4e\xc3\xe0\xf8\x6f\x93\x89\xa7\x8a\xc9\x4b\xba\xb9\x6f\x9d\x4a\x37\x4b\x3f\xce\x36\xf5\xbe\xb6\xc3\xad\xed\x84\x05\x8f\xea\x51\xe3\x67\xed\xc4\xc9\xcb\xb8\x7a\x3c\x8d\x73\xfc\x14\xf7\x5b\x3e\x13\xd5\x60\x15\x38\x8a\x5d\x06\x9c\xb2\xc1\xe2\x53\x14\xbb\xbb\xa7\xe8\x8c\x7d\xa5\xfa\x99\xc2\xb7\x71\x4e\x3f\x4f\x03\xbb\x4b\x6c\xed\xae\xf1\x53\xbd\xd8\xdd\xe3\x61\xd9\xb7\xc9\xfc\x3a\x73\xfb\x94\xb0\xb5\xcd\xf0\x92\x6e\xee\xa1\x65\xb6\xb1\xcd\xb4\xf3\xd0\x77\x0d\x2d\xe3\xcd\xda\x55\x93\x97\xb6\x73\xfb\xf4\xb0\x99\xe6\x6e\x5e\x5a\x06\xc3\xf3\xc5\x9a\x53\xf3\x12\xbb\x7b\xbb\xda\xac\x18\x35\x59\x4e\x6b\x6e\x6f\x57\x5b\xdb\xd5\x25\xb6\x9e\x9e\x47\x6d\x4b\x97\x96\xc7\xf4\xf2\x80\x4f\x46\x8d\x93\xf3\xa2\xc8\xd9\xa9\xc8\xd9\xc9\xfc\x3d\x73\x4f\xcf\x2f\xeb\x0d\x4d\x5e\xde\xcd\x2d\x97\xd5\x6a\x24\x71\xf6\xef\x63\xc6\x66\x5d\xf4\xf3\xd0\xb2\x97\xab\x69\x35\x16\x8b\xa3\x71\x9c\x0a\x0d\xa9\x46\xa9\xf5\xe7\x29\x3a\x87\xf9\x0d\x79\x77\x0b\xbf\x84\xbf\xc6\xf9\xbd\x5a\x77\x61\xbe\x62\x9d\x99\x79\x75\xf5\xaf\xd3\xf3\xc6\xb9\xa5\xfa\x99\xc2\xdd\x0f\x0b\xef\xb0\x20\xe4\x74\x04\xee\x64\x04\x6e\x3b\x4f\x8a\xb3\xed\xe3\xcd\x4e\x8a\xb9\x4b\xfc\x99\xe9\xf7\x29\x2e\x99\x4f\xa8\x1e\xfd\x3e\xb6\xa5\x93\x39\xfe\x27\xb3\xf8\xb2\xb1\x88\x93\x3e\x4a\x0c\x51\x0d\xce\x97\xf8\x36\x3d\x4e\x1c\x87\xda\x49\xdf\x97\xb9\x97\xe9\xbc\x48\xe7\x53\xf3\xbb\xcc\xe7\x38\xde\x9c\xf3\xe2\xa9\x74\xdb\xda\xb7\x61\xed\x6b\xe7\xc9\x63\xd2\x56\xbe\xb7\x6a\xf0\x7b\xb9\x3d\x3b\xcd\x6c\x35\xf8\xbf\xb4\x5e\xef\xd7\xdf\xfb\xea\x7b\xa9\xd6\x6f\x1f\x1b\x36\x9c\x39\xda\x79\x4a\x5e\xbd\x16\xeb\xaf\xbe\x4b\xfc\xf6\x5a\x4e\xbe\xfa\x2e\xc9\x25\x5b\x0d\x75\x79\x74\xb2\xf2\xd2\xdc\xb6\x1a\xee\x4f\xfc\xd0\xf9\xbf\x9f\xf9\xf0\x23\x1f\xf2\x52\x72\x3a\x5b\xf9\x54\xb6\xf2\xc9\x4b\xc6\xc9\xec\xac\x6c\xb0\x00\xa9\xe8\xff\xf3\xf8\x79\xe9\x33\x6f\xad\x2f\x5b\xfb\x36\x32\x1d\xb4\x93\x09\x02\xe6\xf6\x71\x82\xa1\x9d\xed\x64\x8d\xb6\x88\x83\xdb\x64\x30\xcd\x79\xf5\x13\xc2\xbb\x71\xc8\x2b\xa6\x45\x8d\x50\x22\x83\x60\xfa\xf3\xea\x47\xef\x53\x7d\x0c\xde\x0a\xb5\x93\x09\x05\xea\xd1\xef\x73\xbb\xe2\x65\x65\x38\xb2\x32\x14\x59\xa9\x6a\x83\xf5\xd8\x8c\xb3\x3c\x29\xf6\x8b\x7a\xec\xc6\x21\x27\x4f\x98\x0f\x22\xe4\x1c\x12\xcc\x94\x5e\xef\x13\x97\x95\xab\x1a\xaa\x66\x98\xc2\xb7\xf1\xe7\x7f\xe5\x4f\xc3\x99\xd2\xab\xd1\x88\xeb\x7d\xf2\x79\x35\x20\x07\x18\xf9\x18\xa1\xfd\x34\x18\x7a\x59\x78\x07\x7e\x91\x3f\xab\xc1\x7a\xb9\x93\xfd\x28\x1d\x6b\x30\x1d\x6b\x3b\xe9\x9c\x53\x8f\xcb\x38\xf8\x8d\x35\x0e\x22\xae\xa5\xf1\x23\x26\xa3\x70\xbe\x7f\x7b\x5e\xb4\x0f\xde\xc9\xf1\x2b\x21\x42\x30\x2f\x6b\x3b\x99\x2f\x30\x1c\x29\x19\x8a\x94\x9c\xac\x78\x19\xd1\x53\xf3\xce\x44\x3f\x93\x69\x4e\xc3\xb7\x4f\xa1\xdb\xa7\xb3\xb5\x2e\xfc\x36\xde\xf9\x3e\xe9\x20\xeb\x57\x35\x58\x88\xec\xe4\x78\x54\x1d\xa3\x1a\xea\x7f\x0a\x1f\xc6\x39\x4e\xf1\x55\x27\xff\x57\x63\xf1\x7d\xd2\x4d\x21\x17\xd5\xb8\xf9\x3e\xe9\xa3\xfc\x73\xd5\xc0\x3e\xd5\xc5\xb7\xc3\xfd\xc0\x9a\xd5\xce\x76\x37\xe1\xaf\x71\xf0\x09\x6f\xbd\x22\x94\xd0\xa7\x1a\x8b\xef\x73\x9c\x73\x89\x6f\x55\x4e\xae\x1b\xdf\x9a\x5f\x66\x54\x98\xbd\xff\xc1\xf5\x3e\x42\x11\x10\xa1\xcb\xac\xd9\xc5\xd6\x3a\x15\x05\xcb\x82\xb4\xb3\xfd\xc3\xa7\x71\xfe\x7d\x0f\xe1\x8f\x71\x7e\xf6\x20\xf9\x14\xd1\x50\x0d\xf6\x2f\xb6\x96\x2b\x62\x35\xf8\xd9\x83\x9f\x1d\x4b\xe3\x61\x19\x91\xd9\xc5\xee\xe1\x65\xa6\xd3\x55\x17\xbb\xa7\xdf\x87\xb8\x6f\x67\x1b\x21\xfc\x33\xce\xfe\x43\xef\x7b\x79\x24\x97\x47\x0f\x8e\x47\x2e\x87\xd5\xc0\x36\xd6\x93\x6c\xb7\x3c\x0d\x4c\x8b\x37\x59\x5c\xb5\x86\xa9\x7e\xe0\x72\xd8\x4e\xba\xe6\xd5\x63\x37\x4e\xb6\x4b\xe3\xd3\x38\xc4\x53\x93\x18\x5a\x1e\xff\xd2\xf8\x35\x4e\xa5\x63\xad\x06\xc6\x3f\xb4\x3c\xd6\x76\x3f\x14\xc7\xe3\x18\xc2\xb7\xf1\x97\x38\xe9\xb6\x2d\xfe\x36\x4f\x33\x8c\x70\x8c\xd8\x5e\x36\x9b\xcb\x86\x97\xa1\xf5\xf8\x19\xe7\xff\x8a\xdd\xb7\xbf\x8b\xe9\xfb\x54\xae\x37\x62\x9b\xed\x10\x0a\xd0\xce\x26\xfa\xe8\x94\x16\xba\xbc\x3b\xa9\x0e\x06\xef\xec\xd8\x60\x9d\xbe\xc6\xf1\x3f\xe6\xb7\x87\xa7\xc3\xa1\x65\xf3\x98\x7f\x1e\xaa\xef\x54\x1f\x23\x9e\xa5\xff\x85\xb9\xae\x70\xce\xe3\x63\x31\xfd\x50\x4d\x61\x42\x8d\x7a\xbc\x8d\x63\x5e\xc6\x95\xc2\xc3\x38\xe9\xa9\x65\x29\xd7\xcb\x50\x9a\xd6\xc9\x88\xc8\x70\x9a\xd6\x6a\x90\x9e\x37\xfb\xf9\xfc\xfe\xa7\xf7\x3b\xc7\xf3\x59\x6c\x7d\x14\x5b\x97\xc4\xcd\x67\xf1\xf7\xc1\xfa\x78\x5e\xa2\xb3\xd2\xb1\x06\x43\x1a\xdb\x79\x89\xce\x9f\xc5\xfd\xc7\xed\x7f\x68\x7d\x7d\x5b\xf3\xc5\x02\x4f\xe7\x25\x7a\xfe\x3c\x9e\x9f\xc6\x33\xf8\xbf\x3f\xf7\xff\xa3\x7a\x71\x49\x6c\xfd\xbc\xed\xfd\xb8\x2e\x78\x09\x1b\x4e\xa3\x1a\x4a\xa3\x3a\x99\x90\xa5\x1e\x87\xf1\xc9\x7e\x42\xf8\x63\x9c\xf3\x1b\xec\xe7\xd4\xf8\x79\x79\xd4\x4e\x26\xe6\xa8\xc7\x6d\x1c\xeb\x9d\x97\x1d\xe1\xcb\xa3\x6a\x70\x9c\xdc\x86\xb3\x89\xaf\x12\xe6\xbd\x76\x52\x4d\x0c\xa7\x4b\x0d\xa5\x4b\x9d\xf3\xe4\xfb\x17\x4f\xf3\xa1\x9a\x69\xe7\x45\xf9\x90\xca\x1e\x5e\x0d\x7c\x17\x23\x10\xeb\x71\x1a\x87\x7c\x63\x22\x92\xe0\x9d\x0e\x1b\x2f\x71\xd0\xd3\x97\x35\xa1\xcb\x9a\xf3\xc2\xb1\x2a\x52\xc7\xa7\x60\x48\x60\xe1\xec\xbf\x53\xcd\xaa\x06\xe6\x85\x56\xfc\x70\xfa\xd3\xe0\xad\x4a\x3b\xe9\x5b\x16\x8e\xc8\x0b\x46\xe4\x15\x3e\x85\x87\x71\xf6\x33\x0e\xe1\xfa\x5e\x55\xed\x9d\xa2\xcf\x94\x7c\x4b\x15\x7f\x9d\xa2\x83\xf2\xc3\x55\x83\xdf\x45\xb9\xca\x4b\x0f\x36\x58\x4f\x9f\x6a\x19\x03\xeb\xd8\xe0\xff\x4e\x7e\xaf\xf7\x91\xa4\x0f\x9f\xaa\x8d\x86\x23\xe6\x42\x11\x73\xaa\xcb\x1f\x19\x69\x3c\x85\xb3\x9f\x70\xff\x41\x3e\x41\xd9\xc4\x2f\x52\xc7\x83\x6a\x70\x3c\x94\x33\x29\xdf\xbb\x6a\x70\xde\x29\x67\x52\xbe\x77\xa1\x48\xb4\xc9\xf4\xad\x91\x69\x7e\x43\x0c\x59\xf5\x4f\x3a\xa4\xc7\x9f\x94\x57\xac\xd4\x5f\xdb\x8b\xf8\x84\x69\xb4\x67\x50\xce\xe4\x32\x9d\x17\xf9\x93\x79\x22\x83\x45\x56\xd8\x18\xc4\x39\x1e\x39\x39\x04\xf3\x9d\xb6\x93\x09\x35\x22\xe5\x5a\x1e\xcc\x6b\x7a\x4e\x46\x26\x86\xd3\x99\x56\x83\xe3\xa1\xfa\xc8\x88\x25\x36\xd8\x8f\xe6\xd7\xf2\x2d\x9f\x4d\x3e\x19\x5d\xf8\x32\xce\x7e\x34\xef\xaf\xe7\xf7\x15\x5f\x69\xbd\xff\xcc\xcf\x3f\xfd\x2f\xf7\xc1\x54\x64\x74\xf0\x1a\xa1\x70\xfc\x2f\x23\x69\xd8\xe0\xf8\xb9\xae\x9d\xa7\x33\x94\xa7\x53\x95\x4f\x63\xc9\xf7\x3a\x18\xfb\x52\xf8\x24\xae\xfd\x74\x9d\xea\x87\xdf\xb5\x4e\xc9\xb7\x25\x35\x9a\x21\x7d\xb1\xe4\x63\x5d\x8d\x46\x9c\xef\x37\xf1\xd5\x6a\xe4\x2b\x5a\xe5\x63\x5d\x7e\xff\xd2\xfb\xdc\xf7\x6d\xf5\x0f\x5a\xfd\x0b\x9f\xc2\x1f\xe3\x1c\x3f\xe9\xb0\x2e\xed\x77\xeb\xa2\x59\x81\x55\x73\x82\x97\x00\x6c\x60\xfc\x79\xfc\x21\xed\x6a\xbd\x1d\xfe\x59\xf2\x67\x1c\xd6\x2d\xf6\x5a\xb0\xee\xb4\x93\x25\xed\x63\xe9\x2e\x36\x54\x18\x7e\x66\x3b\x84\x87\x71\xb0\x45\x27\xdb\x31\x0b\x25\x1b\x41\x9c\x9f\xa7\xec\xc6\xa1\xb2\xe1\x93\x97\x83\xb1\x54\x1c\x20\x58\x8b\xbb\x9d\x52\x07\x59\xc9\x99\x0d\xe1\x53\xf8\x63\x1c\xdb\x33\x13\x58\xc4\x52\x71\x80\x60\xb5\xe1\xc2\xd9\x8f\x02\x6b\xc3\xb5\x75\x93\xdb\xc6\x92\xf5\xa2\x1a\x7a\xdf\xf8\x6d\x1c\x6c\xca\x6c\xfb\xf5\x38\x8c\x43\x4c\xa7\xbe\x57\xbe\x50\x41\xab\xfb\x39\x19\xa8\x5f\x5a\x9c\xfa\x91\xf8\x60\xda\xd2\x7a\x1c\xc6\x49\x1f\xb1\x4b\x9a\xad\x99\x27\x6c\x32\x22\xaf\x1e\xb7\x71\x88\x0f\x26\xbc\xa8\xc7\xd7\x38\xb6\xbd\xd4\x38\xd3\x74\xa0\x4b\xef\x4c\x8a\xd7\xb5\xbc\x3c\x16\x97\x47\x52\x1d\x64\x60\x0b\x1b\xac\x2a\x4f\xb1\xb8\x2c\x86\x96\xd4\xca\xe4\x76\x62\x63\x7b\x28\x7d\xe5\xa4\x71\x38\x96\x2e\x4f\x83\x21\x2d\x67\x30\x32\xae\x1e\x35\x4e\xd6\xbe\x3d\xbb\xd8\x57\xd9\x99\xab\x81\xba\xc5\x07\xb7\xcf\xb5\xa5\x9e\xae\x0d\xb5\x23\x0e\xaa\x8f\x4e\x5f\x59\x8d\x8f\xb8\xfa\x91\xfa\xb5\xa4\x0e\xd2\xa7\xaa\x1e\xdd\x3f\x2e\x4f\x83\x91\x71\xb1\x94\xb5\x3f\x18\x62\x73\xc6\xd1\xd8\xff\xe3\x79\x61\x76\xfe\xe0\xe5\x5d\x3d\xa6\x71\x8e\xe7\x22\x3d\x1f\xcf\x0b\x5d\x7d\xe3\x10\x5f\x29\x42\x33\x68\xd5\x3f\x83\xd6\xdf\x58\x2a\xf2\x13\xcc\x87\xd9\x4e\x56\x1d\xa8\x47\xbf\x8f\x08\xa0\x93\x3e\x7f\xb1\x5e\xaf\x47\x16\xed\x09\x5a\x7f\x63\x59\xbd\x5b\x1f\xeb\xa2\x33\x12\x39\xf6\x29\xba\xed\x53\x74\xa3\x78\xda\xa7\xd4\x97\xcd\x44\x0c\x71\x50\xec\x6e\x45\xfc\x55\x83\xe3\xe1\x38\xb7\x8a\xb1\x54\x83\x74\x26\x9f\xec\x26\x3e\xd9\xb4\x0a\x04\x23\xda\xea\x71\x1a\x27\x1d\x42\xfd\x6b\xfc\x8c\x1d\x39\x83\x97\x68\x41\xa3\x3b\x1b\x37\xf1\x4b\xf8\x30\xce\xf9\x4a\xf5\xe3\xf1\x4b\xfd\x92\xfa\xeb\x10\x93\xa0\xb5\xbe\xde\x07\xfd\xb7\xb2\xd5\x57\x03\xfd\xb3\xe8\x4a\x3d\x4e\xe3\x41\x7c\x12\xd7\xba\xdb\x30\x33\x9c\x41\x6b\x5f\x6c\xe5\x73\x0a\x9a\xe7\xdb\x39\xba\xde\xf7\xff\x5e\xfc\x5f\x5a\xf5\xc2\x56\xf9\x6a\x74\xe2\x43\xf8\x34\xce\xff\xe5\xf6\xbf\x6f\xa9\x89\xfb\xa6\x9a\x28\xf5\x7a\x2b\x12\xb0\x1a\x1f\x71\xf6\xd3\x4d\x37\xa6\x11\x0e\x46\x98\xc6\x56\xa4\x5e\xd0\x3c\x7c\x06\xeb\x57\xc6\x9e\x52\x07\xb7\xe4\x27\x7d\x16\xc3\x21\x11\xc1\xfc\x88\xed\xa4\x6f\x62\xd0\xe8\xcb\x46\x12\x0f\xe1\x1a\x27\xb3\xc9\xc7\xa9\x71\xa6\xbf\x0b\x91\x7a\x85\x73\x5e\x52\xea\xfe\x4e\x16\x73\x93\x75\x6d\xab\xb2\x62\xb0\xca\x59\x3b\xa7\xe6\x45\x91\xec\xd5\x38\x89\xa7\xf0\xcb\x38\xdf\xa7\x7c\x70\xa8\x41\x35\xf8\xbd\xe2\x43\x5d\xea\x55\x83\xf3\x42\x39\xb6\x7d\x2c\x64\x22\xc0\x76\x4e\xcd\xd7\xe3\xf1\x3f\xb4\xde\x4d\xcd\x97\xb2\xb7\x87\x42\x04\x82\x97\x68\xb1\x7d\x2c\xdc\x8c\xf8\x8e\x76\xa8\x1f\xc9\x31\xe5\xff\x8b\x46\xb9\xb7\xe5\xd3\x59\x8d\xc5\xba\xec\x9c\x17\x1f\xff\x36\x8f\x7f\xd1\x68\x25\xb2\x95\x37\x68\xe5\x2d\x9c\xf3\xf5\x9a\xaf\xe8\xd3\x19\x0c\x41\x0b\x5b\x79\x83\x56\xde\x33\x1a\x8f\x6d\x0e\x29\x08\x86\x14\xb4\x93\x89\x4b\x62\xbf\xa6\xff\x2b\xfa\x53\x7d\xdc\x9f\xbf\x8b\x69\x6c\x83\xa1\x6c\xe1\x5a\x92\xb1\x3f\x96\xeb\x97\xb5\x89\x9e\xf8\x6c\xa8\x1f\x7e\xaf\xd2\xc9\x06\x7d\xed\xdb\x39\x79\x1c\xdd\x3f\xcf\xd7\x8f\x72\xa9\xe1\xb2\x38\x6d\x6d\xad\x06\xe4\x18\x43\xd6\xd2\xd6\xd6\x94\xb5\x35\x18\x11\x59\x8f\x3f\xe1\xac\x49\xc9\x90\xb5\x74\x1e\xbe\x54\x1e\xbe\x60\xf1\xbd\x74\x11\xad\x54\x11\xad\xe0\x6d\x58\x86\x22\xb5\x53\xd5\x77\x83\xe6\x9b\x0c\xf9\x50\x26\x4b\xee\x9e\xc1\xdb\xb0\x74\x1e\xbe\x6a\x10\x07\xbf\xd5\xe3\x32\xce\xef\x8a\xfe\x7f\xab\x5f\xf5\xf6\xeb\x9f\x71\xda\xa0\xfd\xa5\x3d\xff\x53\x9e\xff\xc1\xf4\x9e\xf5\x78\x19\xe7\xe7\xe5\x29\xfc\x31\xce\x7e\x92\x64\x52\x01\xd9\x6a\xb0\x9f\x0c\xe1\xfe\x5f\xd6\x10\xbc\x0e\x7d\x06\xad\x3b\xd5\x08\xe2\x1a\xcf\x76\xff\x14\x73\x8c\x50\x4b\x97\xdd\x4c\xa5\xfb\x0b\x5e\x8a\x25\x6d\xcb\x6c\xb0\x9f\x33\x84\x3f\xc6\x21\x6e\x98\x27\x26\x43\x77\xb7\xc9\x10\x86\xc2\xd5\x0f\xc5\x71\x32\xbf\xdf\x19\x57\xeb\xc2\x35\xfd\x0c\x2c\x0f\x46\x08\x66\xa8\xa6\x64\x35\x3e\xf6\xc3\xf1\xcb\xf8\x5c\x0d\xb2\xa3\xe8\x79\x99\x6e\xba\x9c\xe5\xa9\x2e\xe3\x5a\x9a\xce\x8b\x56\x31\xe6\x9b\xc9\x90\xf6\x5d\x0d\xb2\x7b\xb2\x1f\x19\x99\xd3\x46\x66\xfa\x60\x65\xdc\x1e\xff\x4d\x2b\x1d\x4f\x6f\x19\x72\xc9\x4c\xd6\x15\x2d\x9c\xfd\x2b\xf4\x21\x55\xab\x2b\x18\x21\x98\xd1\xdd\x7f\x57\xff\x27\xfb\xef\x4b\xe3\x61\x64\xdf\x19\xa2\xbf\x22\xfb\xaa\xb1\xd8\x0f\xe9\xdf\x3d\xbf\x5d\xf3\x3b\x38\xef\xca\xaf\x93\x4a\x5b\x17\xac\xcd\x57\x8f\x9f\x71\xf2\xc9\xd4\xfb\x5b\xcb\x8c\x97\x9b\xc1\x08\xb8\x8c\xe9\xe5\x3a\x79\xfa\x64\x7a\xc3\x74\x6d\xaf\x0c\x66\x93\x8f\x4b\xf3\x3e\x3d\xef\x70\x82\x2c\x7c\x0a\x7f\x8c\x93\xdf\x34\x5f\xb2\x0a\x54\x83\xfd\x5f\xa4\x43\x78\xbd\x30\x2f\x5d\x5c\x9a\xaf\xb0\x38\x90\xfa\xce\xbc\x35\x19\x61\x3a\x04\x7d\x11\xe8\x13\x96\x91\x5e\x8f\xc9\xcb\x9a\x10\xfd\xd3\xff\x8b\x3a\xd0\x67\xdc\xa2\x7f\xba\x9f\x54\x3f\x9d\xff\xbb\x2c\x6e\x16\x4f\xab\x21\x3a\xaf\xad\x79\x84\x19\xf5\x8c\xbb\x71\xbe\xb4\x2d\x65\x68\x5b\xe2\x69\x32\x6d\xad\x4c\x5a\x2b\x0b\xe7\x38\x9f\xd4\xbc\x3c\x54\xbf\x78\x79\x54\x8f\xff\x70\xcc\xd7\x7d\x73\x3c\xaf\xc5\xd3\x4b\xf1\xc4\x48\xb4\x8c\xd7\x74\x66\x04\x19\x4b\xbb\xd7\xa3\xbf\x57\xa7\xf3\x90\x9c\x79\xcd\x27\x0c\x1d\x38\x43\xeb\x45\x56\xc3\x0c\x96\x83\x3f\x43\xeb\x42\xbe\x83\xd5\xc0\x3c\xf2\x52\x29\xe3\x67\xf9\xf0\xe3\x76\x9b\x87\xf1\x65\xfc\x21\xce\xf1\xff\xcc\xff\x74\xed\x3f\xe9\xe3\x55\x8f\x8f\x71\x8c\x3f\x4f\xd2\xf9\xc7\x6d\xb5\x1a\x49\x1c\xf3\x9e\xde\x36\xf2\xa0\x9a\x45\x5f\xab\x7a\xbc\x8c\xdf\xc4\x31\x9e\x3c\x69\x6d\xad\x06\xe9\x4c\xbe\x4d\xa5\x51\xad\x06\xd6\x35\xf3\xcf\x65\x4a\xed\x4e\x9a\x15\x0b\xe7\xff\xca\x9a\x58\x0d\xf0\x15\x7d\x52\x33\x87\xfb\x67\x71\xa1\xb8\x49\x67\xd6\x08\x42\x83\xc7\xa4\xec\xc2\xb5\xde\x95\x1f\xab\xe4\x8e\xf0\x34\x4e\xba\xe1\xd8\x9c\xa9\xbc\x92\x49\x9f\xe5\x62\xe7\x26\xfc\x35\xfe\xf1\x7d\xd0\xd3\xf9\xae\x32\xe5\x54\x40\x5f\xd5\xb4\x6b\x73\x35\x06\xfb\xe1\xff\x2a\x1d\x77\x35\x40\x1f\x5e\x96\xa5\xf3\x3f\x25\xcd\x69\xed\x64\xde\xb8\xcc\x74\xff\x2c\x5e\x17\x5d\xf4\x97\x15\x2d\x65\x2d\x0b\xd6\x04\xcc\x4c\xd3\x39\xa9\x8e\xd3\x0c\x51\xaf\x77\xe1\x94\x63\x8c\x80\xcb\x94\xcf\x59\xd2\x99\xf8\x0c\x16\xf1\xab\xc7\x65\x7c\x13\xbf\x85\xbf\xc6\x3f\xe2\xfc\xdf\xe5\xef\x65\xad\xdb\x60\x48\x5c\x32\x8f\x12\x1b\x50\xd7\x3a\xe5\x43\x2e\x8f\x9f\x97\xf5\xd1\xbb\xfe\xd7\x74\x58\x2c\xcd\xcd\x6a\x0d\x99\x0a\x45\x4a\x26\x60\x6a\x67\xa6\xde\xdf\xee\x5f\x7c\xcb\x7d\xdc\x89\x99\x92\x89\x99\x4a\xcc\x9c\xc2\x6f\xe3\x93\xf8\x25\x7c\x1b\xe7\x77\x51\xad\x49\x55\x8f\xa8\x06\xe9\x43\x79\x6e\x5f\xe7\x94\xaf\x73\x30\x4f\x67\xa6\x8e\xeb\x49\xa7\xe7\x1a\x0f\xf9\x64\x7b\x5e\xb6\x0a\x5f\xcf\x29\x3c\x8c\x2f\xe2\x7e\x5f\xfc\xbc\x79\xfc\xe3\x6d\x58\x3d\x0e\xe3\x1c\x7f\xf0\x7f\x1f\x7f\x17\x13\x33\xb5\x43\x7c\xfb\xc4\x30\xce\xf7\xf3\x10\x1e\xc6\x93\xef\xff\xc1\xf5\xbe\xde\x7e\xfc\xb3\x1f\x7f\xc6\xe9\x7f\x3d\xcd\xcc\x6f\xd1\x58\xcc\x24\xf3\x35\xbb\xbf\x64\xf7\x21\x76\xff\x3c\x3d\xc8\xb2\xdd\xda\x21\x36\xfd\xfc\x19\x9f\x3e\xe3\xe2\xf4\x7c\x16\x07\xdf\xd6\xfb\x29\x3c\x8c\xf3\x33\xc4\xbe\x3f\x8f\x13\x11\x4f\x85\x73\x9c\x3f\x4f\xcf\x8f\xd5\xcd\x0f\xb1\xe3\x4f\x6a\x5f\xf2\x92\xa5\x1d\x62\x47\xb9\x54\x27\x6b\x33\x15\xce\x65\xf0\x93\xb6\x9b\xb8\x7c\x29\x1c\xfd\x2f\x6b\xe5\x4b\x5a\x39\x23\x04\xd3\xc5\x97\x52\xc5\x97\x82\x11\x82\xf5\xf8\x1a\x27\x3d\xc9\xa6\xeb\x48\xf7\x43\x2b\xc5\xb8\x8d\x4f\xe3\x41\xbc\x13\x97\x98\x5b\xc8\x4b\x59\xfd\x4c\xe2\xa2\x8f\xf2\x21\x05\x4f\xff\xb9\x54\xaa\xb6\x1a\x81\xf7\xc9\x8e\x36\x02\x57\x03\xcb\x80\x11\x49\x69\x23\x70\xd2\x08\xdc\x1a\xad\x1a\xb9\x2c\xa6\xd7\xa9\x79\x89\x21\xfc\x32\xce\xf1\xe0\x34\x9c\xeb\xd2\xb2\xa1\xb5\xf6\x0c\xa6\xfd\xcc\xa5\x44\x12\xd5\x20\x9f\x70\x99\xad\x8b\xa7\xc3\x64\x82\xa2\xd6\x58\x1a\xb6\x1e\x97\xf1\x4d\xdc\xef\xbf\xc6\x7f\xec\xe7\x26\x2e\x75\x7c\x5d\x2c\x9d\x3e\x26\xc7\x73\x4b\x7d\x5c\x37\x4f\xe1\xbc\x2c\x4b\x17\x53\xaa\x46\x67\xff\xa4\xcf\xed\xf1\xdc\x1a\x0f\xf9\x79\x59\x3d\x5d\x54\x4f\x1b\x5d\x89\xeb\xf1\x31\xfe\x12\xe7\xf7\xaa\x4a\x44\x35\x20\xd6\x07\xd5\x02\xd6\x4a\x62\x83\x74\xe0\x76\x65\xab\x70\xca\x2a\xdc\xe8\x62\x9c\x4b\x3e\x76\xd5\xc0\x77\xcd\x83\xff\x3b\x4c\xff\x41\x6b\x07\xad\x02\xb9\x14\x69\x9b\xf4\xdd\x6e\x8d\x56\x90\x74\xf1\xa2\x94\xcb\x76\x4c\xaa\xc5\x6b\x7a\xbe\xa0\x5f\xb6\x76\x72\x7d\x2d\x5d\x1e\x55\x83\xf4\xe7\x3a\xb2\xb5\xb8\x1a\xa4\x9b\xf8\x47\x69\x15\xab\x81\x79\x99\x3c\x96\xd8\x05\x3b\xe5\x82\x1d\xbc\xbc\xab\x5d\x43\x74\x40\x4d\xbd\xd6\x4e\xf1\x73\xba\x9f\xe4\x7a\x39\xc5\x27\x99\x1a\x4f\xd2\xca\x38\xf5\x5d\xf2\x2d\x4b\x15\x1d\x0a\x46\x20\xd6\x66\x21\xfa\x30\x51\x42\x30\x02\xb1\x1e\x87\x71\xce\xaf\xf8\xd9\xea\x26\x8b\xfc\xb4\xc6\x22\x24\xb9\x1e\xaf\x6b\xc8\xd9\xd6\x9a\xf8\xf0\xd1\xf6\xc9\x2a\x40\x85\x93\x0f\x1f\xc9\x49\x9a\x45\x5b\x6b\xe2\x1f\x25\x4a\xa8\xc6\x45\xfc\x12\xee\xf7\x97\xde\xef\xc2\x3f\xe3\x3f\xe2\x1c\xcf\x6b\xba\xc9\xda\xc1\xec\xff\xb9\x5e\xcb\x19\xfa\xb4\xb5\x46\x35\xda\xd6\xd0\xa4\x35\xb4\x60\x8e\x5f\x69\x78\xab\x11\xc4\xf1\xbf\xfb\xd0\xfa\xda\x87\xfe\x97\x72\x72\x1f\xa2\xcf\x3e\xa0\x8e\xb7\xc6\xff\x75\xe2\x9e\x6a\xb0\x7f\xca\xb7\xed\x63\x21\x9d\x74\xcf\x98\x94\x0f\x5b\x35\x2b\x93\xd6\xbe\xd6\x1a\x8f\x55\x5b\xb7\x2e\xd5\x20\x1d\x68\x5d\xd8\xba\x75\x49\xfa\xd4\xb6\x46\x9f\xda\x74\x75\x96\xa4\xb3\x6c\xe1\x37\x71\xcd\x3b\xab\xb0\x14\xce\x71\x2a\xaf\x58\xd2\x29\xf6\x0c\xa6\x45\xad\x47\xf5\xdf\xd5\x3f\xd5\x8e\xad\xcb\xdf\x6a\xf0\x7b\xf5\xbe\x7c\x86\xaa\x81\x71\x5e\xdc\x1f\xf7\xf4\x78\x26\xc7\x23\x73\xc0\xd6\xe5\x6c\x32\xc1\x4a\xe1\x1c\x8f\x6e\x63\x92\x65\x57\x6a\x5a\xf4\xbe\xfb\x67\xb1\xaf\x60\x2d\xcb\xdc\x72\xda\xa9\xc6\xc3\xf7\x89\xeb\x92\x34\x59\xce\xa4\x35\xfa\xb6\x96\xd6\xa1\xf7\x99\x17\xb3\xd1\x87\x35\xf7\xf2\x7c\x31\xd4\x20\x42\xe3\x59\x1e\x27\xcc\x87\xad\xb1\x06\x65\xee\xa5\x63\x2d\xcb\x9f\x9c\xc1\xc8\xcd\xa4\x11\x91\x8d\x8f\x78\x08\x17\x3d\x91\x76\xbb\xd8\x8a\xdf\x65\x75\x6a\x4b\x9d\x62\x88\x52\x6e\xe5\xb3\xac\xc6\x8f\xef\x73\x3c\x4a\xa3\x9d\xac\x56\xd2\x1a\x7d\x52\xd3\xd5\x4a\xaa\xf1\x12\x67\x3f\xb2\x56\xa6\xaa\x95\x84\x8e\xb5\xfb\xf1\x3c\x3e\x9c\x47\x26\xd0\x49\x27\x22\x49\x26\x22\x29\x5c\xef\x9b\xfe\x8f\xe6\x97\xfb\xc5\xf6\x71\x71\xeb\xb8\x18\x54\x97\xed\x33\x9a\xf4\x19\xad\xf7\xb9\x8e\x3e\xc9\x79\x56\x07\x69\xed\xca\x3f\x58\xbf\x96\xd3\xdf\xad\xd5\x71\x3a\x69\x03\x6a\xc7\xda\x52\x3b\xaa\xc1\xed\x47\x68\x33\x7a\xfd\xf7\x3f\x17\x6f\x3a\x96\x0b\x4b\x2d\x16\x96\xba\x07\x4e\x02\xcb\x75\xa5\x16\xeb\x4a\x31\x06\x61\xb9\xaa\xd4\x62\x55\xa9\x9b\x4e\x38\x6b\x4b\x3f\xa9\x06\xe8\x6f\x34\x8d\x16\xf5\xdd\x31\x8f\xde\x8b\xf1\x0f\x2a\xb7\xbc\xb6\x54\x96\x6a\xd4\x52\xfc\x87\x7a\x70\x35\x03\x37\x9d\x78\xea\xe9\x31\x5c\x3d\x43\xeb\x59\x5b\xc9\xb3\xd7\x86\xf1\x91\xfe\x76\xf5\xe0\x8e\x8b\x39\x6f\xfa\xf5\xd4\x93\x7b\xae\x3d\xe7\x62\x39\xb6\xe5\x32\x58\x8b\x22\xac\x81\x1f\x17\xc5\x18\x1b\x18\x46\x77\xd7\xa6\x46\xa9\x11\xf7\x10\x45\x4f\x13\xfa\x24\x45\xc7\x29\x78\x1a\x4e\xfc\x63\x08\x16\x3d\x20\x13\x6f\xfa\xf9\xd4\x53\x37\x3c\x0b\x9e\x97\xe0\x34\x8c\x91\xcc\x21\x58\x23\xc1\x79\xfa\x66\x95\xa6\x7a\x1a\x86\x41\xeb\xd0\xdb\x5b\xd3\x45\x35\x6d\x1c\x42\x3d\x3e\xd8\x62\x86\xfe\x90\x27\xe0\x6a\xa0\x8b\xe4\xa8\x9b\x59\x8c\xb1\xde\x63\x08\x4d\xa3\x35\x2f\x1a\x73\xf3\x17\x36\x30\xcd\x3c\x48\x6a\xe5\x2e\x5f\x4c\x9f\x76\x33\x2b\x42\x3d\x75\xc3\x1b\xb0\xfe\x30\x1f\xc3\xd5\x75\x1c\x42\x35\xe5\xf0\xb2\xa5\x31\x79\x6d\x59\x3d\xab\x51\x53\x3e\x4f\xf5\xbc\xc2\x70\xad\xee\xe8\x42\x5f\xa3\x35\x89\x53\xab\xa5\x99\x99\x70\xe1\x46\xfb\x71\x3d\xb8\xe7\xe2\xaa\x9b\xb7\x1f\xf5\xe4\x31\x17\x33\xdd\x54\x67\x96\x6b\x92\x2d\xde\xba\xd1\xd6\xbc\x7c\xd5\xb6\x14\x18\x93\xa4\x86\xca\x3c\x2f\xde\xac\xdd\xd4\x7c\x96\x53\xb6\x2d\xa6\x6c\xbb\xe7\xd5\x04\x6b\xd0\xc8\x25\x73\x33\x24\xb9\x9e\xa6\xe1\x28\x16\xbb\x84\x2e\xa3\xa0\xff\xad\x3e\x24\x3d\x98\xb6\xed\x3a\xba\xd0\x66\x14\x3d\xdf\x21\xb8\x1b\xc6\x17\x6a\x61\x28\x51\x68\x35\xf0\x87\x7e\x59\xb4\xc3\x65\x1f\xb3\xae\xd5\x83\xbb\xc0\x8a\xd3\xa4\x5c\x5e\x5a\xb8\x09\xbc\x98\xa1\xb8\x9e\x1e\xc3\x6f\xbd\x9c\x42\x3f\xa3\xf8\x12\xc9\xbb\x3b\xc4\x49\x77\x80\x93\x7a\x08\x9e\x86\xc1\x49\x5a\x87\x4a\x17\xb0\x58\x02\xee\x92\x64\xd3\x05\xe2\xda\x70\x04\xa1\x17\x5e\x3d\x5c\x46\x31\x2b\x5a\x9c\xb7\x29\x7a\x93\x47\x67\x13\xfc\x1a\x06\x2b\x4d\x75\x6d\xd1\x86\x53\xc2\xcd\x9c\xef\x6b\xdf\x16\x62\xf0\x48\x63\x6e\xbd\xe5\xb0\xa0\xb5\x6f\x72\x58\x70\x0e\x6f\xee\xac\x8b\xb9\xee\x2e\xc9\x52\xa5\xc9\xaf\x06\x7a\x16\x97\x2a\x54\x68\x31\x54\x48\x95\xb5\xd7\xee\x5e\xb3\x3d\xd0\x75\x76\xc1\xb7\xe1\xea\xfa\xf6\xcb\xcb\x68\x91\x3a\x0e\x4e\xb8\xbc\xb8\x17\x55\xa7\x3b\xb4\x68\xbb\x17\x2d\x0c\xed\xaa\xa9\xbd\x9c\x50\xaf\x1a\xe8\xe4\x54\x27\xe6\x3c\xa8\x57\x97\x58\xac\x5b\x58\x75\xc8\xfa\xd0\x9c\x77\x93\x09\x57\xb9\x8c\x66\x59\xbc\xce\x65\x03\x3d\x6b\xc5\x29\x58\xa9\x1a\x0d\xf0\x14\x7c\x19\x2e\xd6\xeb\x7e\xd9\xa3\x03\x99\x42\x4b\xae\x7b\x7d\xa2\x06\xce\x25\xa1\x3e\xcc\x63\xc8\xd0\x7f\x49\x3a\x0e\xd3\x6e\x14\xed\xee\xd0\x3a\x94\x37\xcf\xa2\x62\x78\x49\x3a\x0e\x93\x14\x01\xbb\x77\x68\x12\x87\xd7\x32\x22\xaa\xee\xd0\x9e\x3a\x2c\x1e\x71\xd8\xbb\x43\xf3\xa2\xc2\x39\xd5\xa8\xae\x79\x12\xad\xa7\xc7\x70\x0d\x7a\x1e\x42\x45\x25\xd8\x3d\xef\xb8\xd5\xb5\x29\x8d\x10\xad\x3b\x44\x0f\x19\x41\x17\xf3\x0b\xde\xa1\x5d\x4e\x77\x1b\x8b\x11\x5c\xd7\xa9\xe5\x3c\x2c\x37\x71\xb8\xbc\xc3\x74\x32\xa3\xe2\x66\xe3\x62\x59\xce\xe5\xd4\x84\x8b\x2a\xf1\xa5\x9d\x61\x78\xf1\xc3\x77\xfe\x8e\x31\xff\xa0\xf6\xec\x69\x3e\x86\x1a\xcd\xab\x93\xb5\xa7\x77\x5d\x64\x3b\xbc\x43\x7f\x31\xad\xde\xe0\x46\x45\xd5\xba\x97\xef\xf9\xab\x81\x7f\x9e\xe4\xc1\x69\x45\x06\xf7\x2c\x97\xb6\x51\x39\x4f\x55\x03\x13\x17\xb7\xe0\xcf\x30\xfa\x48\x12\x5d\x36\xdd\x6a\x60\x20\x92\x68\xd3\x12\x74\x92\xe8\x5a\x7d\xd3\x44\x9f\xe4\x7a\xed\xaf\xd3\x5c\x0f\xbf\x82\x4b\x1b\xf7\xf4\xf6\x83\x8c\x8b\x77\x4a\xc0\x4f\x2b\x2d\x28\xba\x48\x4f\xd5\xb5\xa7\x89\x8b\x43\xf9\x4d\x93\xff\xda\x61\xea\xe1\x70\x7e\x69\x74\x11\x97\xd1\x1b\x22\xbb\x0b\xee\x86\x8b\x7a\x79\xfa\xed\x69\xb8\xfe\x50\x9f\x12\x16\x96\xb8\x35\x62\xb2\xc4\x7a\x18\x46\x31\xe6\x73\x0a\x4e\xc3\x18\x9d\x56\x7b\x58\x84\x22\xac\xe0\xe6\xfd\xc2\x62\xa2\x48\x36\x2e\xc0\xfa\xc7\x75\x1b\x06\xb3\x5d\x7e\x7b\x19\x46\x27\x5a\xd8\x61\xb5\x07\x89\x3c\x6e\x89\xae\x30\x4d\x11\x17\x77\xf3\x26\xa2\x9e\xfc\xe5\xd8\xd2\x79\x11\x51\x4f\xfe\xf2\xa2\xf9\x6d\x9a\x5a\x11\x44\xd9\xa5\x3b\xb5\x56\xd3\xa4\x86\xfd\xe2\x16\xf1\xd2\xa4\x46\x24\xdd\xad\x05\x92\xde\x95\x60\xd3\xb8\x45\x8e\xb4\x10\xc0\x7d\x9a\x8a\x84\x2f\x86\xd2\xb1\x01\xe2\x69\x37\x4e\x0b\x01\x94\x71\xb8\x45\xa4\xb4\x8e\x84\xc0\xf4\x5b\x22\x31\xbd\xcf\xc3\x93\xe4\x3a\x3d\x64\x8b\x06\x64\x2b\xb9\xb3\xfb\xed\x30\x9c\xff\xfd\x0f\x43\xb6\xea\xe1\x35\x5a\x63\x4e\x29\x92\xe9\xed\x1f\xce\x73\xb7\x64\x62\x5a\x34\x23\x70\xe3\xce\x21\x6a\x58\x5e\xe0\x4a\xe2\xce\xe1\xb7\xfd\x87\x1b\x7f\x38\x84\x6e\xa3\xf5\x81\x9a\x93\xb4\x56\x90\xa4\xbe\x14\xeb\x65\x81\x80\xb8\xfa\x9b\xb9\xf7\xeb\xe9\x36\x5c\xe4\xbf\x8d\xa6\xd1\x85\x97\x6f\xc1\x8f\xe1\xfa\xc3\xdb\xa8\xfe\x10\x21\xf7\x77\x4a\x09\x5f\xd6\x0a\x16\x79\x57\x8b\x76\x99\x77\x17\x79\x57\x2b\x6e\x59\x1e\xe0\xd0\x7c\xa7\x16\xd1\xf2\x96\x8e\x80\x90\x4e\x3f\xbe\x7a\xf2\x40\x70\xd4\xd0\x96\xb9\xfd\x89\x48\xd5\x72\x9d\xda\x1c\xb7\x57\x2d\xae\x31\xfa\x21\x66\xda\xfe\x18\x1c\xc7\x19\xff\xb6\x7c\x06\x5f\x1b\x91\x26\xb7\xf6\x82\xed\x55\x0b\xcb\x57\x3f\x9a\xfe\xd0\xbb\x0f\xea\x5e\xdd\x9a\xf0\xed\x45\x8b\x5b\x8e\x7e\x88\x3d\xb6\x19\x0f\xbe\x8a\xd7\x29\x6d\x6d\x9b\x1e\x70\x55\xec\xb4\xe9\x2f\x9f\xed\xd7\xc6\x15\x47\x3f\x34\x31\xdb\xcb\x13\x81\x2a\xfd\xd0\x14\x6c\x93\x09\x27\xfe\x7e\xe8\x60\xb8\xbd\xa5\xe3\xe4\xdf\x0f\xd3\xc9\xeb\x13\x89\x4d\xfb\xa1\xf5\xf2\x78\x7d\xc2\x77\xbb\x1f\xa2\xc8\x63\x0e\x81\x39\xef\x3a\x87\xe1\x69\x18\xdf\x9e\x42\x97\xd1\x07\x7d\x84\xe0\xcf\x30\xfe\x51\xba\xe7\xe3\xf5\x0c\xff\xc8\x7e\xb8\x6b\x93\xf5\x29\x81\xd6\x0f\xf7\xed\xc5\x08\xfb\x43\x3f\x74\xbc\x79\xbc\x37\x20\x21\xc2\x2d\x56\x7d\x4c\x3f\xd8\x00\xfb\xa1\x5d\xe0\x31\xfd\xe0\x60\x7e\x4b\xf7\x7c\x4c\xa7\x87\x74\x12\x4f\x3e\xe6\x32\x24\x3a\xbf\x75\xc8\x7a\xad\xfa\xbc\xdc\x59\x2f\xa1\x61\x34\xb1\x83\x0a\x5d\x46\x31\x64\x6d\x67\xaf\x75\x1c\x18\x1c\xfb\x29\x6d\xf2\x35\x39\xe0\x66\xd5\x4f\x6d\x19\xaf\xc9\xf1\x52\xc7\xd1\x56\xfe\x5a\xbc\xe1\xb2\xfd\x96\x56\xfb\x7a\x17\x86\x4b\x56\x3f\xa5\x63\xbe\xde\x1a\x70\x03\x4f\x6f\xf7\xe5\xb2\xb0\x8b\x65\x61\xfb\xa9\x43\xc8\xeb\x4d\x18\x41\xba\xaa\x19\xbe\xf6\x6b\xcd\xe7\xa5\xe6\x33\xfd\xb6\x3f\x06\x2c\x79\x36\xfd\xa3\x25\xd9\x4b\xcd\x47\x2a\xc5\x6b\x4e\x45\x96\xf6\x7e\x4a\xfe\xbe\x16\x70\x2f\x04\x5c\x8e\xbf\x68\x3e\xaf\xb7\x74\xa4\x1e\xea\xa7\x0c\x2d\x9f\xc5\x00\x12\xbe\xf7\x53\x47\x89\xcf\x62\x00\xa1\xc4\xfd\x94\xbe\xf9\x59\xd4\xa1\x3a\x49\x3f\xa5\x6f\x7e\x56\x7d\x60\x8c\xea\xc7\x29\xf4\x32\x0a\xbd\x40\x2c\xf8\x59\x3c\xc0\xdf\xad\x9f\xda\x97\x3e\x0b\x02\xf8\x33\xf4\x53\x0b\xea\xf3\x8a\x47\x75\xb7\x6e\x41\xf0\xf9\x5c\x84\xf4\xb5\xd7\xa9\x03\xf9\x67\xc1\x88\x48\xa9\x7e\x6a\x45\x7d\xe6\x7a\xb8\x42\x5c\xa7\x18\xee\x33\xdb\xe3\x2a\xb0\x33\x83\x7f\x3d\xb9\x6f\x52\x5d\x2b\xea\x33\xd5\x71\x41\xd8\x0f\xbf\xbc\x8c\xe2\x1f\xb5\xa2\x3e\x4b\x0d\xc4\x68\x75\x4f\xff\xcf\xd4\xfe\x91\xac\x9a\xe7\x9f\xc5\x03\x22\xb7\xba\x34\x83\x9f\x19\xff\x27\x62\x13\x35\xad\x51\x65\xb7\xfb\xcb\x7f\xa6\xea\x8f\xcb\x41\xc7\xb9\x9f\x55\x25\xc4\x70\xf4\x53\x8c\xff\x33\xb1\x7f\x64\x7c\xb1\xf8\xcf\x8c\xff\xa3\x4e\x24\xfb\xc2\xcf\x3b\x38\xb2\x33\x76\x6d\x09\x3f\x6b\x4a\x08\x1f\xeb\x4d\xb3\xfe\xb3\xa6\x84\x8b\xcd\xde\x8c\xfa\xc3\xc1\xf7\x4d\x47\x8f\x9f\x35\x25\x14\x83\xe9\xcd\x5f\x6e\x11\xf3\x03\xaf\xb2\x84\xc5\xb6\xa3\xe2\x66\x58\x38\xcb\x87\xee\x50\x34\x5a\x35\x36\x5e\x4e\xc1\x9f\x61\xf4\xe1\xb7\x29\x36\x36\x43\xc2\x3b\x7d\x2c\x37\x5d\x16\xd9\x40\x27\x4d\x9d\x50\x6c\x6c\xfa\x2a\xd2\x03\x62\x87\xe2\x5e\x36\x93\x07\x77\x96\x04\xa8\xa7\x34\x8c\x3e\xb0\xdd\xd4\xd3\x6b\x18\x03\xb9\xf5\x8f\xdb\x03\x01\x97\xd1\x5c\x58\x4f\x61\xb8\xe4\x57\x3b\x34\x6c\xb2\x59\x35\xd0\x77\x77\x27\xee\x9b\x84\xea\x1c\xf6\x69\x42\x21\x8d\xa4\x0a\xa3\xd7\xd3\x6d\xb8\xd7\xd7\x0c\xa1\xc3\x28\x06\x32\x0c\xff\x04\x93\x50\x43\x5d\x73\x51\x6f\x7a\x41\xd2\xc7\x63\xbb\xb4\x71\x35\xf0\x87\x33\x04\x77\xc3\x98\xde\x38\x04\x4f\xc3\x75\xa0\x63\xb2\x9b\x7a\x4a\xc3\x0b\x6f\x1b\xd6\x1c\xc0\x7f\xa7\xf3\xfe\x65\x33\xe4\x9e\x0d\x50\x24\xf5\xf6\xfe\xf7\x76\xcd\x98\xa8\xaa\x48\xa2\xcd\x80\xfc\xce\x3b\x96\x1d\x0a\x24\xaa\x46\x75\x7d\x1d\x87\xe0\x6e\x78\x01\x6e\x82\x1f\xc3\xe8\xfa\x16\x2a\x3a\xc1\x26\xd9\x3b\xa9\xa7\xb2\x0e\xd5\xb8\xd1\x45\x0a\x1e\x86\x27\xf8\x49\x3d\x67\x18\xae\x3f\xec\x7e\xf9\x35\xfa\xe1\x65\xfd\x61\xfa\x0f\x21\x11\xa1\x06\xd4\x83\xc7\xbc\xd8\xf3\x14\xec\x9e\xb1\x74\x87\xd1\x6d\xb4\xc8\xa1\xa9\x55\x3c\x40\x35\x6a\x6a\x67\x17\xea\x21\x83\x4f\x79\x7d\xb4\x43\xc1\x00\xd5\x00\x8d\x9a\xbe\x64\xbb\xe7\x9a\x07\xba\xa0\x6c\xbb\x86\x56\xe3\x87\x97\xf9\x25\x97\xd9\x14\x2e\xa2\xfd\xd2\x5a\xbc\xcc\xa6\x70\x18\x65\xb9\xd9\x7a\x98\x46\xeb\x4b\xe2\x12\xba\x8c\x62\x81\x5e\x1c\x86\xaa\x52\x54\xa3\x26\x25\x86\xd0\x66\x14\xff\x77\xe9\xff\xbc\xf6\x91\x05\xa1\x5f\x57\x0a\xf6\x1f\xd6\xec\xf4\x30\x9a\x46\xf1\x29\xb7\x46\xb7\xfc\x87\xb5\x5f\xf5\x34\xea\x2e\x6a\x1a\xfa\x25\x6e\x94\xcb\xc1\xa6\x87\x6b\xa7\x5d\xaa\x9e\x44\xa5\x8b\x54\x12\x83\xdd\xa1\x51\xc3\x26\xd9\xaf\x69\x38\x0c\x17\x3d\x72\x08\xdd\x46\x8b\xfe\xe2\x73\xd5\x52\xaa\x06\x38\x49\xeb\xf0\x36\xeb\xc2\x54\x39\xc4\xfd\x72\x58\xd8\x74\xac\xed\x97\x96\xe1\x6d\x1e\xc5\xbd\xe9\x90\x5c\xba\xd3\xff\x57\xcc\x3a\x0e\x52\xf4\x36\x35\x6e\x18\xe9\x9a\x66\xe5\xb6\x94\x40\x16\x55\x3a\xf0\xd4\xc3\x30\x8a\xef\x0b\xf7\x91\x86\xc1\x60\xa2\xff\x6d\xd6\x85\x09\x74\x9c\x7f\xb8\xec\xda\xce\x76\xbe\x03\x86\x51\x15\xc4\xaf\x27\x7f\xe9\xc6\x78\xf4\xc7\x7b\x1a\xad\x0f\xd5\x76\x72\x5b\x00\xdf\x10\x37\x57\x1a\x7e\x0c\xc3\x20\x7c\x71\x72\xba\x39\x1b\xb7\xc7\x4c\x12\x5e\x0f\xdd\x68\x51\xf6\x96\x5c\xe9\xe6\x6c\xd4\xfb\x66\x50\xfc\xb6\x3b\xf2\x66\x26\xf6\x7e\x1f\xee\xf9\x31\xfc\x03\xac\xb7\xcd\xf0\x70\xfb\x60\x00\xfd\x76\x7e\x8c\xcd\xfc\x18\xe3\x3a\x84\x0e\xa3\x45\xf0\x5b\xbb\x6b\x37\x67\x23\xcb\xd3\xc5\x7a\x4c\xf5\xf4\x19\xc6\x1f\x9e\xfa\x96\x25\xd1\x89\x94\x4f\xfd\x3e\xbb\xe0\xcb\xf0\x8d\x4e\x34\x6a\x4b\x27\xd8\x67\x55\x89\xbf\x9e\xfc\x31\x8b\xe6\x74\x7d\xcc\x16\x9f\xc0\x65\x5a\xf5\xf6\xb7\xb3\x71\x54\xa3\x26\xe6\x32\xba\x8c\x72\xd8\x29\xd8\xc3\xae\xc5\x74\x31\xa6\x61\xc7\xf0\xc4\x20\x85\xc7\xd0\x52\x1f\x71\x19\xc5\x1f\x5e\x97\xe0\x30\x5c\x7f\xa8\xbd\x6e\x58\x83\x80\xdf\xe8\xd0\x98\x87\x89\x3a\x48\x54\xc9\x85\x61\xa2\x22\xef\x6d\xbf\x6f\xf5\x6c\xd1\x0e\xe3\x6a\x67\xa0\x70\x3d\x2d\xc3\xa0\x75\xd7\xdb\x56\x15\x60\x2e\xed\xb7\xf6\x87\xb1\xbb\x61\xfc\xa5\x76\xf9\x61\xc9\x0c\xc3\xa8\xaa\xeb\xef\x98\xfe\x72\xd8\x38\x55\x2c\x7f\xdb\x6b\x7c\xd3\x4d\xbc\xb3\x1c\x43\x3d\x3d\x86\x6b\x5d\x77\xa3\x9f\x51\x74\x2d\x21\x3c\x4d\x11\xb8\xfc\xf4\x3b\xf4\x8f\x96\xab\x30\x7d\xf6\x5b\x0b\x7b\x5a\xa7\x82\x7f\x39\x13\xc4\xef\x98\x96\x0d\xb0\x75\xf6\x3b\xd5\x87\xf7\x2f\xd8\x3a\xc7\xb8\x85\x2e\xa3\x1b\x9b\xbc\xfb\x78\x0d\x7f\x80\xf5\x89\x26\x1f\x2c\x9f\x2a\x9b\xbf\x63\x9a\x9d\x60\xf9\x1c\x23\x84\xfa\x13\x41\xbd\x2e\x76\x0f\x53\x0f\xc6\xce\xde\xc5\xee\xe1\xad\x0a\xc6\xce\x21\x9a\x86\x35\x2a\xd8\x3a\x7b\x97\x08\x09\xaf\x68\x64\xef\x52\xb9\xfc\xed\x12\x01\x9b\xd9\x53\xc6\x74\xcf\x9f\x51\x8c\x43\x22\x24\x4c\x6a\x38\xdb\x77\xeb\xc0\xe1\x85\x0e\x5f\xfb\x21\xf5\x2b\x4c\x53\x58\x3e\x55\x27\xbf\x9e\xba\xe1\x01\xf8\x16\x3c\x0d\x43\x2b\xf3\xc7\x58\x0e\xc3\x20\xda\xad\x35\xca\x20\xba\x59\x5d\xfe\x6a\xda\x95\xc2\xda\x02\x62\x70\x7b\xbf\x0d\xfb\x6b\x48\x55\x6d\x84\x69\xfd\x0b\xbe\x59\xbd\x6b\x23\x4c\x2f\x47\xe4\x11\xbb\xac\x36\xa6\x59\x15\x9e\xcc\xdd\x0a\x58\x9a\x55\x93\x77\x72\xe1\x4e\xb4\xb9\xc1\x0e\x7a\x59\x6d\x4c\xeb\x00\xb0\x83\xf6\xae\x45\x23\xaf\xaf\xcd\x2a\xf5\xbd\x8b\x1b\xd2\xeb\x14\x29\x05\x3a\x23\x90\xb7\xab\x1f\x54\x03\x9d\x88\x54\x69\x66\x85\xa5\x73\x68\xc7\x4a\x53\x0a\x61\xc0\xbd\x7b\x7c\xde\x7c\x60\xbc\x1c\xda\x92\xd2\xf4\x4b\xf2\xaa\x34\x97\xf4\x9a\x86\x17\x4e\xef\xa1\xe1\x59\xdb\xca\xda\x86\xe8\xf9\x57\x0f\x1e\x34\x89\x9d\x1c\xf4\x32\x0b\x2f\xb2\xb0\xde\x5e\x66\x61\xf8\x6f\x0f\xad\xbb\x65\xbd\x0a\xee\x3d\x17\x6f\x9a\xeb\xe9\x31\xcc\xae\xf9\x89\xcb\xbb\x0f\x22\x07\x87\xb4\x8e\x65\x52\xc3\x03\x48\x75\xfa\xeb\xa9\x1b\x1e\x80\xf5\x8f\x56\xb7\x60\x0a\x9d\xc7\x29\xf4\x35\x0a\x4d\xf5\x50\xd7\x56\x30\x60\x20\x9d\xee\xc2\x8c\x0d\xd7\xef\xf9\xef\xdd\x30\x0a\x15\x58\x2b\x7a\x59\x86\x20\x7a\x71\x6a\x13\x54\x62\xd3\xcd\xd4\x3b\x7d\x68\x9d\x2f\x8b\x10\x54\xef\xed\x56\x15\x96\x25\x30\x0d\xae\xd6\x15\xb6\x35\x36\x78\x86\xab\x90\x7f\x3d\x85\xe1\xac\x7f\xf4\xcb\xcb\x28\xfa\xd0\xde\xb3\xad\xb2\xc1\xed\xa9\xb3\x9e\x42\x3d\x89\xab\xe1\xf5\x34\xdb\x1f\x12\x0d\xd4\xbb\x97\x7f\x54\xeb\xc9\xe7\x99\xed\x89\xa0\x9d\x76\x48\x1d\xde\x56\xf4\x60\xa7\x9d\x92\x30\xdb\x13\x01\x3b\xed\x94\x82\xb1\x97\x98\x07\x31\xe4\x53\x02\x66\x5b\x64\xc0\x13\xbd\x0f\xed\x6e\xdb\xaa\x1b\x3c\xb0\xa6\x04\xc9\xf6\xa9\x03\x8e\x58\x53\xfb\xe6\xb6\x12\x06\x2f\xc9\x29\x31\xf2\x98\x85\x91\x31\x68\x6a\x4f\x7f\x4c\x6e\x9a\x62\x59\x72\x61\xc7\x63\x71\x01\x87\xca\x3e\x24\x73\x1e\x4b\x61\x5a\x57\x87\x64\xce\x63\x16\x86\x99\x95\x79\xd1\xeb\xe1\x32\x5a\xdf\xa7\x53\xf7\x63\x56\x85\xed\xb5\x7b\x0b\x7b\x2c\x43\x10\xa0\xda\xc7\x70\xcf\x9f\x61\xfc\xa1\xf6\xb0\xc7\x32\x04\x7e\x9a\x7d\xe8\xd8\xfd\x98\x87\x61\xc0\xed\x43\x67\xb3\xc7\x4c\x4c\x73\xee\x98\xfa\x74\x2b\x50\x0f\xfd\x00\xc4\xae\x8f\x15\x28\xe4\x2d\xef\x0c\x38\xde\xf1\x58\x8a\x3c\x64\x57\x6d\xdf\x8f\xe5\x05\xe2\x5d\xfb\x90\xcc\x79\x4d\x6c\x14\x3e\xee\x16\x67\xaf\x37\x26\x84\xd1\xf7\x29\x66\x7a\xbd\x03\xbd\xa0\x94\x3e\xf2\xf5\xf1\x00\xf6\xd7\x29\xa9\xfa\xe6\xbf\x2e\x8a\x11\x24\x54\x5f\xaf\x69\x1a\x63\xbd\x22\x5f\xb3\x18\x8c\xb1\x53\xa2\xf6\xf5\x3a\x45\x35\xe5\xa9\x0f\x7c\xfd\xdd\xb4\xae\xd2\x79\xa7\x9e\xba\xe1\x01\x58\xc3\x30\x39\x68\x11\x9d\x3a\xd9\x7e\xfe\x6e\x04\x14\x4c\x11\xe9\xf3\x9e\x04\xcb\xe8\x94\x8a\xf3\x59\x75\x87\x61\xb4\x7b\x59\x7c\xde\xa5\xe1\x93\xd7\xa7\xd6\xf4\xe7\x05\xf7\x61\xc1\x4d\xad\xe9\xcf\x3a\x22\x0d\xa2\xf3\x72\x27\x8f\x61\xcc\xad\x3b\x31\x99\x60\x19\x9d\xda\x37\x3e\x6f\xf5\x70\xb7\xed\x53\xba\xea\x67\x21\x47\x7b\xe8\xd4\xd2\xf8\xac\x28\x21\xb4\xb8\x4f\x2d\x8d\xcf\x52\x8e\x86\xcf\x29\xf5\xf3\xb3\xa2\x04\xc3\xe7\x75\x79\x7c\xde\xd3\x3f\x92\x4f\xec\xfe\x33\xf9\x10\x9e\xdc\xcd\x09\x3f\x6f\x33\x28\x08\x3a\xb5\xcd\xfc\xac\x29\xc1\x02\x7a\x5d\xb7\xfb\x48\xc3\x0b\x7d\x84\xe0\x6d\xb8\xb8\x49\xdb\xcc\xcf\xc4\xfe\x91\xd8\x5a\x1a\x3f\x33\x24\x72\x54\x86\xd8\xf4\x67\xd6\x43\x2e\xac\xeb\x12\x41\x7e\x26\x1f\xed\xa1\x53\x4a\xd8\xcf\x8b\xf1\x47\xaa\x8a\xcd\x7e\x96\x6f\xb4\x7c\x4e\xe9\x27\x3f\x6f\xf4\xb0\x7c\x5e\x97\xc4\xd3\xcf\x02\xee\x47\xf7\x1b\x51\xf5\xe7\x9d\x1e\xb9\x2f\xfb\xd4\x96\xfe\xf3\x62\xa4\xe9\x93\xf5\x51\x76\x1e\xd2\x94\x12\x9e\x98\x9d\x19\x8d\xb6\x33\x74\x6d\x66\xe8\xba\xe8\xd3\xba\x5d\x15\xa7\x1a\xe8\x9b\xdb\xb4\xf3\x73\x55\x83\x5e\x43\x86\x7f\x82\x4b\x06\x06\x6d\x52\x69\x43\x29\x4b\xe9\xf4\x38\xd4\xb5\x84\x5c\xd2\x50\x1a\xa7\xc6\xa7\xed\x21\xe1\xa2\xd9\x83\x2b\x2f\x55\x74\xbb\x1a\x17\xe0\x10\xec\xf1\x81\xae\x41\x4d\x38\x0f\x09\xb9\x84\x25\x95\x0e\xc3\xf5\xb0\x8d\xbe\x85\x6a\xd0\x12\x00\xac\xac\xd3\xe9\xc4\xb3\x59\x5e\x87\x0d\xf4\x7c\xa9\x67\x2d\xf5\x84\x1d\xb5\xd3\x27\xb8\x9e\xdc\x75\xe9\x4f\x17\x9d\x6d\xea\xc9\x1f\x83\x39\x08\xae\x53\xd7\xea\xd9\x2c\xce\xd3\xe9\xf8\xbb\xd3\x56\x55\xd6\xe6\xb9\x98\x64\xac\x9e\x96\x61\x50\x84\x5b\x58\x2a\xba\x7c\x33\xbc\x91\x4e\xce\x3b\xe5\xdc\x5e\x0d\x74\xcd\x43\x6c\xca\x91\xb3\x1a\x25\xb8\x82\x1c\x95\xa7\xf6\x9f\x3c\x6b\xff\x61\x8d\x87\x9d\x8a\x43\xaf\x06\x46\xdd\xd5\xf5\xf2\x1f\x2e\xfc\xa1\x7a\x96\xd1\x85\xb9\xd9\x7a\x74\xc3\x9f\x61\xf4\x31\x34\x68\x09\x06\x86\x50\xf6\x10\x9d\x14\x9a\x53\x0d\x70\xdf\xd4\x97\x6f\x8f\x1a\x9c\x1d\x26\xc8\xf6\xf8\x60\x2a\x91\x11\xca\x15\x81\xaa\x81\x19\xe3\x01\x34\x9b\xc9\x87\xdc\xa8\x3d\xa8\x35\x67\x93\x5a\x94\x8d\x54\x8d\x3f\xc4\x9a\xd5\xcb\xe2\xf0\x56\xd4\xbf\xe8\x12\x53\x4f\xa7\x61\xfc\xf5\x3f\x78\x1b\x06\x57\x70\xe3\x73\x29\xa2\x9d\x8d\xbc\xac\x95\xd9\x4c\x49\x1a\x5e\x59\x49\xa1\x9e\xd2\xf0\x02\xac\xf1\x2f\x8f\x1f\x6c\xcb\xd8\xdb\x7a\x9a\x86\x8b\xf3\x6f\xbd\xbc\x4d\x03\xf0\x61\x6a\x65\x5e\xa6\x18\xcd\xa6\xa9\x45\x75\x79\xd1\xc3\x52\xda\x99\x1d\xaa\x9e\xd2\x30\x3a\x11\xc7\x5d\xb2\x57\x24\xe2\xa8\x3a\x0b\xbe\xd4\xd3\x63\xb8\x16\x5b\x57\x1f\xfe\x74\x1a\x3d\x53\x9c\x7f\x79\x75\xc3\xf1\xb3\x33\xb0\x76\xb3\xf4\x12\x1b\xb3\xfa\xd0\x1f\x9a\x20\x34\x7a\xa6\xbe\xf1\x5a\xfe\x43\xac\xee\xae\x9e\xb7\x3f\x11\xcb\x98\xbe\x2b\xf5\xb4\x0c\xa3\x0f\x77\xed\xf5\x0a\x1f\xcf\x9e\x54\xde\xf2\xb6\xcc\xa4\xe1\x34\x25\x1c\x6d\x38\x4d\x18\x4e\xaf\x5b\x13\x76\x4b\xaf\x61\x76\xc0\x9e\xe2\x71\x5b\x43\x13\xe1\x5b\xac\x0b\x52\x0f\xc3\x28\xba\xa6\x56\x92\xaa\xb6\xb8\x59\x3e\xaa\xd3\x13\x64\xa7\x8d\xa4\x79\x17\x75\xbd\x1e\x6e\x8b\x4c\xf8\x78\xf6\x14\xe3\xdf\xcb\x7f\x58\x42\x92\xf5\x96\xea\x61\x1a\xdd\x85\xea\xff\xb4\xe3\x24\xf2\xbd\x87\xd6\xdf\xed\xf5\x07\x17\xcf\x9e\x62\x6b\xdb\x35\x59\x72\xca\x0b\xea\xb6\x64\x84\x5d\xf3\x92\x3d\x31\x6d\xd7\xcc\x9b\x24\xe5\xee\x94\xb6\x6b\x26\xec\x9a\x74\x66\xab\x87\xcb\x68\x0d\x59\xff\xd7\xb5\xb7\x33\x4d\x62\xa7\xef\xca\x4e\xc5\xab\x55\xa3\x26\x5c\x8b\xab\x7b\x29\xc2\x49\xb4\x33\x95\xd5\x76\x26\xc5\xcd\x3a\x57\xe3\xd0\x5c\x75\x73\x29\xaa\x5e\x79\x25\x76\x5d\x8c\x24\x6c\x93\x2c\xe5\x54\x0f\xcd\xe8\x40\x17\xea\xd9\x04\x45\xba\x86\xeb\xd6\xda\xea\x52\x98\x12\x86\xca\xc1\x94\x57\xf5\xf4\x1a\xfe\x01\x26\x1b\x74\xcb\x45\x04\x51\x8c\x43\x2b\xd1\xb6\xc7\x84\xed\x71\x30\x7f\xd5\x4e\xdb\x1e\x13\xe6\xc6\x71\x68\xc9\x0d\xaf\x5b\x18\x1f\x07\x6b\x1d\x6c\x27\x85\xdc\x39\x68\x9c\xa7\xa9\x32\x87\x29\x02\x67\xce\x71\x68\x85\x0e\x6f\xcb\x88\x5e\x1f\x0c\x2e\xdd\x39\x2c\xfc\x51\x56\x93\x3e\x7f\xf5\xd0\x8c\xa2\xeb\xa1\x3e\xbc\x2b\x0f\x52\x6a\x68\x7c\x26\x09\x9c\x39\x53\x7a\xc0\xf0\xba\x45\xb8\xe0\x38\xb4\x30\x86\x39\x12\x36\x4b\xfa\x0d\xee\x1c\xde\x28\x60\xb2\x4c\x6a\xf6\x39\xbc\x57\xc3\x95\x73\xd0\x73\x65\x3b\x6e\x7e\x33\x50\x3e\xa5\x60\x0c\xd3\x74\x90\xa6\x5a\x5a\xd3\x6b\x1c\x2e\x9c\xe3\xd0\x22\xb2\x55\x93\x41\xf5\xe3\xd0\xca\xb0\x55\x93\x21\xf6\x29\x55\x62\x7a\x77\x80\x1d\x33\xa5\x8c\x4c\x6f\xc9\xc8\x93\x31\x0e\x71\xf5\x34\xa1\x27\x39\x52\x5c\x3d\xbd\x98\xe1\xd8\x39\x0e\xb1\xe4\x34\xfd\xe1\xb8\x39\x0e\xf1\xa4\xad\x9a\xcc\xa8\x79\xdd\xcd\x6f\xeb\x1b\x91\xcf\x79\x9c\x34\x6b\xe4\xf4\x7a\x86\xfd\x72\x9c\x22\xdf\xf4\xca\x85\xa5\x72\x9c\x22\x94\x2d\x95\x09\xdb\xe4\x38\xf5\x39\xb6\x49\x26\xb2\x4b\x8d\x53\x4a\x43\x78\x9b\x85\x99\x71\x9c\x52\x0f\xc2\x5a\x4a\x90\x24\x7a\xd9\xbc\x07\xbf\xcc\x71\x5e\x86\xd3\xf0\xaa\xaf\xb9\x34\x10\x4b\x3d\xa4\x7b\x1e\xa7\x36\x8d\x30\x49\xe0\x97\x99\x5a\x1b\xe1\x5d\x14\xf5\xba\xc7\x29\x6d\x29\xcc\x65\x28\x93\x9a\xee\xd9\x74\x82\x49\x72\x9c\x5a\x03\xe1\xd5\x18\x24\x1f\x4f\xf6\x19\x26\x5f\x90\x4e\xda\x1d\xd2\xbb\x28\x5c\x29\x07\xc3\x42\xeb\x69\x1a\x8e\xfa\xc7\x10\xba\x8c\x62\x78\x92\xbf\x69\x6d\x04\x8e\x97\xe3\x14\x53\xda\xf4\x98\x09\x75\xe3\xd6\xbe\x98\x96\x71\x30\x3d\x8e\x53\xbc\xaa\x12\xab\xd5\x00\x33\x68\x63\xb4\xe9\x31\xe1\x64\x39\x4e\xc9\xda\x34\xa1\x60\x7a\x1c\x67\xfe\x21\xd3\x77\xbd\x9c\xfe\xd5\xc2\xaf\x2e\xc1\xdb\xf0\x83\xbf\xd6\x88\x2c\xed\x92\x84\x4c\x51\x4c\x16\x4b\x66\x80\xb8\xe8\x48\x58\x4f\xa6\x18\x8e\x87\xb7\x66\x23\xbd\x57\xc3\x0a\x39\x9a\x64\x8f\xad\x90\xac\x40\x77\xe9\x8a\x23\x97\x67\x03\xd9\x1c\x46\x93\xe0\x58\x16\xf4\xb0\x03\xb2\xba\x51\x3d\x7c\x46\xd1\xb5\xf4\xf3\x65\x75\x64\x95\x7c\x1b\x0c\x1a\xdb\x69\xfb\x5f\xc2\xe2\x37\x74\xaf\x95\xcb\xdf\x0e\xfb\x5f\xea\x63\x96\x15\x0f\x78\x56\x0e\x86\x87\xd5\xd3\x30\x3c\x01\xfb\xed\x34\x8c\x51\xeb\xd3\x97\xf5\x11\x38\x5c\x8e\xa6\x6f\xdc\xfe\x74\x98\xfc\x46\x13\x23\x6e\x6f\x88\xf0\xb1\xbc\xee\x71\x0a\x56\x27\xb0\xde\x0d\xb9\x65\x38\x8b\x44\x35\x30\x92\xa9\xbe\xbd\x06\x77\xa2\xef\xe9\xb7\xdd\x77\xb2\xef\x5b\xb0\xfb\x06\x6f\xc9\x5d\x23\x6d\xcd\x4b\x24\xfc\xbe\x6e\xff\xa5\x59\x0e\x4e\x97\x83\xc1\x4f\xdb\xf9\x26\xaa\x81\x79\x1f\xee\x64\x19\xc6\xe4\xf0\xd6\x27\xb7\x17\x27\xec\x7d\xa3\x89\x03\xb7\x17\x27\x9c\x32\x47\x93\x80\xdc\x26\xec\x26\xf3\x48\x1d\xb0\xfd\x2f\x61\xff\xb3\x42\xf7\xf8\x00\x06\x8b\x5f\xea\x28\xf3\x58\xe0\x21\x6e\x7a\x5c\x52\x6c\x1e\xab\x79\x30\xed\x0d\x79\x60\xe4\x63\xb2\xc2\x76\x37\x2e\xed\xe4\x8f\x09\xf5\x94\xd4\x1a\x97\x4e\x99\x8f\x37\x50\x64\x9a\x1b\x97\xa4\xa6\x8d\x74\xcc\xcf\x9b\xda\x3f\x1f\x13\x04\xa6\xbb\x71\x5d\xee\xe3\x5f\xd7\x1f\x60\x7d\xcc\x92\xec\x78\x6a\x27\x4d\x6d\xab\x8f\x97\x1e\x32\x98\x8f\x4b\x3c\xac\x18\xd2\x6a\xe0\x0f\x35\x68\xb3\x1f\x12\xd9\xd1\x77\x79\xa7\xcd\x79\xf9\xf2\xe6\x53\x6b\xfd\xb5\xee\x86\xec\x76\x29\x76\x7a\x4d\x3c\xd4\x35\x1c\x97\xce\xa3\xaf\x75\x92\x97\x34\xed\xee\x5a\x7f\xf8\x92\xa6\x52\x3e\x6c\x12\x4c\x44\xac\x26\x8d\x27\xf9\x5a\x75\x86\xa7\xe6\xb8\xc4\xee\xaf\xf7\x55\xd8\x04\xc7\x25\x4e\xb5\x51\x90\xe9\x3f\x72\x6a\x1c\xa6\x3f\x4c\x85\xe3\x92\x92\xfc\x5a\x81\x81\xab\xe6\xb8\x24\xa5\x5f\x0b\x3f\x24\xf2\x1c\x72\xa0\xc8\xd7\xaa\x0a\x4c\x88\x19\xfa\x72\xaf\x74\xf8\x4b\x8e\xeb\x1f\xfc\x18\x2e\x41\x24\xa6\x7e\xad\x94\xc0\x82\x38\x2e\x69\xc9\x9f\x95\x92\x4f\x97\xcc\x87\xe0\xcb\x70\x91\xfa\x1f\xda\x8d\x82\xd4\x52\x28\x3e\x93\xfa\x23\xa9\x25\x83\x3f\x6b\x30\xa8\x3c\x96\xff\x5e\x16\xd3\xc0\xde\x98\x52\x3e\xe4\x7f\x59\x0d\x2c\x67\x7d\xca\xe7\x09\x80\xdd\xd1\x9a\xf6\x67\xfa\x7f\x5c\x00\x32\x19\x7d\x5e\x00\x1f\x36\x71\x66\x26\xaf\x27\xff\x21\x52\x4b\x1e\x12\xee\x9f\x25\x30\xac\x90\xe3\xfe\x07\x87\xe1\xc4\xdb\xfa\x16\x4b\x60\x26\xa8\x3a\xa4\x59\x7e\xde\xdd\x61\x9c\x1c\x72\x4f\xc8\xcf\x4b\xe0\x43\x7c\xf8\xa1\x85\xfb\x79\xbe\x60\xb3\x1c\xb7\xb4\xa0\xcf\x02\x04\xfe\x99\xe3\x96\x3d\xea\xb3\x6e\x89\xba\x99\x97\xae\xa4\xf3\xf3\x8a\x81\x29\x73\xdc\x5a\xfd\x36\x65\x26\x4c\x99\xe3\x96\x2a\xf5\xb3\x32\x00\xbf\xcc\xc1\xa8\x88\x9d\xb6\x43\x26\x1c\x33\x87\x9c\x08\xf2\x67\xc9\x02\x1b\xe3\xb8\xa5\x34\xfd\x2c\x6b\x91\x8c\x71\x78\xd7\xfc\x59\xe1\xf9\x91\x26\xcd\xf0\x67\x18\x7f\xa9\x63\xf2\xcf\xbb\xd5\x0f\xb9\x0f\x0e\x9d\xed\x7f\x16\xaa\x30\x2d\x0e\xef\x28\x3f\xf3\x30\x6c\x8c\xe7\x41\xad\xce\x89\x66\xaa\x71\x02\x4e\xc1\xd3\x30\x26\x8d\x96\xb4\x75\xe8\xe3\x17\x4c\x8b\xe3\xe6\xd2\x73\xf6\x99\x6a\x80\x4f\xb8\xf4\x96\x8d\x88\xcc\x36\x33\xe8\x6f\xbe\x99\x72\x86\x0d\xf6\xad\x91\x68\xb7\x5a\xb0\x26\xaa\xba\x5b\x3d\x7d\x82\x21\x84\xef\x50\xdf\xcb\x7d\x23\x0a\xe5\x4f\x6e\xd0\x9b\x59\x6d\xd8\x00\x1b\xdd\xfa\x2c\xed\x71\x2c\x60\x3a\xe4\xc2\xb0\xec\xd2\xb9\x50\x58\x6f\x88\x5f\x96\x4d\x92\x8b\x55\xc1\x19\x58\x50\x4f\x26\x02\x67\x29\x44\xc9\xed\x81\x62\xeb\xbb\x53\xe3\xdf\x1e\x09\x19\xfa\x16\x11\xb6\xe9\x8e\x3c\x3b\x0c\x43\xa8\x27\xd3\x9d\x73\xca\x8d\x72\x29\x5e\xbc\x1a\xd5\xb7\x3c\x21\x96\xca\x84\x57\x63\x00\x6e\x82\xa7\xe1\xf8\xef\x7f\xae\xce\xf5\xb9\x4e\xc9\x9a\x05\x9f\xcf\x21\x07\x89\x75\x4a\x50\xb0\x8a\xeb\x90\x2b\xc4\xb2\x9d\x71\x9d\x9c\x25\xaa\x31\xeb\xf4\x2c\xc1\xfc\x38\xe4\xf4\xe0\xdc\xee\xd5\x28\xf6\x97\xd3\x03\x33\xbd\xb3\x01\xce\x25\x43\x2f\x3b\x8c\xb2\x40\xec\x90\xd7\xc3\xb2\x67\xe8\x82\x67\xe8\xe8\xe2\x5c\x7b\x86\xae\x93\x8b\x65\xe8\xe3\xb7\x69\x02\x7a\xf7\xcb\xb0\x3f\xa7\x28\x7c\x31\x5d\x5a\x3d\x85\x61\xd0\x7b\xe8\xe3\x4d\x6f\x18\x31\x47\xbf\x34\x12\x49\x0a\xa6\xa4\x1f\x9d\x9b\xb9\x33\xd2\x57\x03\xe3\x16\xe7\x36\x99\x9a\x16\x82\xdb\x2f\x53\x50\xe5\x9e\x36\xcb\xda\x5e\x72\x26\x59\x8a\x75\xdf\x0b\x09\xa1\x47\x17\x43\x28\xa8\x7d\x33\xab\xfd\x90\x93\xc4\x6a\xd2\xf8\x16\x7c\x46\x47\xd7\x34\xd8\x78\xb9\x68\xbc\xec\xa7\x46\x22\x39\xbe\x60\xae\x1c\x4c\xe1\x5e\x4f\xee\x04\x1c\x2b\xff\xd0\xd5\x4c\xc1\x46\x0a\x6a\xd9\xda\xe7\x73\x35\x7e\x3c\x77\xf4\x65\x37\x4e\xe6\xd9\x3f\x99\xee\xba\x9e\x86\x61\x50\x50\x4b\xea\xf2\x57\x5e\x64\x36\x5e\x60\xad\xcb\x92\x02\x4e\x9a\x43\xde\x09\xcb\xbe\x99\x4c\xf7\x34\x98\xb2\x7c\x2f\x45\x9a\x6f\x26\x73\x1a\x43\x1c\x7b\x69\xa3\x59\x17\x37\x9a\x50\x27\xd2\xc0\x98\xe2\x69\xc8\xf1\xd0\x19\x9e\xaa\xf1\x01\x26\x61\x2f\x2f\x57\x18\x21\xc7\x38\xd5\xb7\x97\x2b\x4c\x92\x63\x70\x47\x59\x97\xd9\xe7\x22\xfb\x48\x42\x28\xda\xbc\x1a\xf5\x95\xac\x98\xb3\xd7\x6d\x9a\xc0\x24\x39\xe4\xeb\xe7\xdc\x51\x9b\xb9\xa3\x86\xdc\xf7\x96\x9d\x39\xd7\x4d\x3e\x11\x0f\xda\x9b\x93\xe5\x06\x86\xdc\xfa\x9c\x68\x6a\x33\xd1\xd4\x65\xd6\x54\xbc\x79\x35\x30\x12\xb1\xa6\x7d\x31\x17\xac\x8f\x63\x48\x84\xdd\x5e\x80\x37\x09\x2b\x1e\xb4\x33\x26\x6b\x13\x0c\xe6\xfe\xda\xce\x55\xb5\x99\xab\xea\xea\x12\xa6\xb7\xcc\x3d\x8b\x01\xe7\xfd\xd6\xb8\xbd\x00\x61\x6a\x1c\x43\x3c\x68\x53\x23\x13\x5b\x9d\xb2\x91\xac\xdb\x14\xbc\x49\x41\xfa\x39\xaf\xee\x95\x86\x74\x3c\x63\x50\x41\x5e\x76\xad\x64\x3a\xac\x31\xc4\xc8\x0a\x39\xdf\xac\x8b\x3c\xe4\x5c\xb5\xba\xf7\x1f\xf8\x3c\xaa\x2c\xe2\x76\xb5\xe4\x6a\xa0\x13\x7a\x1e\xaf\xee\xb5\x03\x57\xc8\xa1\x6b\xf3\x65\x0f\xc8\xd5\x49\x2a\xf1\x77\x37\x0f\xc2\xb0\xa8\x52\x89\xf5\xa4\xcf\x41\x3c\xf9\x18\xd4\xd1\x56\x37\x57\xa1\x00\xff\x29\xdb\xce\xea\x26\x15\x3c\x20\xc7\x94\x58\xef\x5e\x80\x70\x7a\x1c\xba\x7b\x5f\xb6\x37\x2e\xda\x1b\xa7\x56\xc3\x30\xa9\x68\x6f\x64\x92\x8c\x7a\xba\x0d\xf3\x2f\xbb\xe0\x34\xbc\x00\x87\x60\x7d\xfc\x40\xd2\x71\x06\x2c\xd5\x53\x33\x8c\xbe\xb5\x76\x6c\x9d\x64\x96\xb1\x31\xb5\x76\xec\x05\xb9\xe0\xf7\x38\x26\x6f\xf6\x96\xad\x93\x0b\xd6\xc9\xcb\x42\x69\x78\x2f\x86\xc1\x71\xc8\x03\xc5\x09\xca\xaa\xf1\x62\x24\x86\x3f\xc3\xf8\x78\xe9\x29\xf6\x99\x5c\x28\x0d\x3a\x74\x05\xbf\xec\x33\xb9\x60\x65\x1c\xba\x82\x67\xf9\x6a\x36\xd8\x37\xf9\xdb\x3e\x93\x2a\x57\xcd\x18\xe1\x7a\x6a\x86\xf1\xf1\xb7\xe1\x30\x8c\x99\x57\xdf\x76\x9a\x54\x42\x34\xd9\xc1\x96\xbd\x23\x59\x55\x63\x4c\x2d\xa9\x69\xd6\x9c\x64\x4d\xad\xcb\x69\xb1\x8e\x78\xf1\xf3\xd4\xba\x9c\xe6\x41\x56\xea\x61\xfd\xc7\x7a\x4a\xc3\xe0\x93\xfe\x97\x5b\xb2\x35\xad\xd5\x20\x80\x5c\xc5\x21\xeb\xc9\xe3\x07\xe7\x32\x71\x46\x3d\xdd\x86\xf9\xd7\x1a\xbf\xd5\x17\xd6\x02\x62\x8e\xfa\xbd\x6c\x95\x64\xc5\xed\x53\xd6\x36\x27\x79\xdb\x2c\x09\x32\xa6\x56\x73\x78\x35\xc3\x81\x72\xcc\x7f\x6f\xa7\x61\x4c\xb5\x74\xcf\xb0\x9e\x12\xa4\x24\x0f\x89\xae\xe1\x5d\x0d\x4c\xb5\x56\x73\x78\x35\x07\x97\x16\xed\x6a\x2b\x2c\xc7\x03\x72\xfc\xd4\x26\x16\xfb\xdf\xdb\xb5\xf6\x75\x39\xbe\xec\xa1\xb8\x60\x2e\x1c\xba\x05\x5f\x69\x0e\x48\x72\x00\xed\x2a\x2b\x2d\xc7\x59\xed\x9b\x55\x28\xf7\x4a\x19\x59\x17\x7c\x12\x47\x34\xc3\xee\x1b\xf9\x4f\x65\xf8\x73\xb5\x92\x6a\xe0\x2f\xa5\x1a\xa5\xbf\x12\x1e\x8c\x43\xf7\xe0\x2b\xcd\x2f\x2c\x8d\x74\x86\x46\xe2\x8f\x47\x60\xf7\x60\x8e\x8b\xed\xb2\xe3\x9b\x15\x4f\x46\x68\x47\x49\xeb\xca\x49\xee\x4a\xc3\xd3\x30\xbe\x52\xfa\x6c\x9a\x4f\x10\xc3\x3d\x74\x6b\xee\x2a\x28\xd5\xc0\xcc\x4b\xbc\xa7\x55\x0c\xda\x18\x99\xd0\xa2\x9e\xba\xe1\x01\x38\x05\xfb\x2f\x91\x73\x96\x95\x00\xea\xc9\x5f\x09\xc1\xa7\x7b\xd3\x65\x1b\xe3\xa2\x8d\x51\x11\x24\xac\x91\xce\x46\x7d\x0e\x03\xd6\xea\x69\x19\x2e\x3e\xd1\x9d\xe7\x5a\x5e\xb6\x70\x75\x1c\x21\xb5\x6b\x59\x4f\x59\x9c\x34\xda\x3a\xd6\xf2\xa4\x21\x7b\xed\x65\x65\xc7\xbe\x8e\x8b\x66\xcd\xd0\xda\xb1\x59\x73\xc1\xac\x79\x75\x29\x0d\xf6\x5f\x64\xa1\x97\xab\x8b\xb0\x36\x60\xb2\x1a\xbb\x8a\x74\xd6\xd3\x36\x8c\x0c\x5e\x34\x99\xae\x65\xad\x06\xae\x8c\x23\x86\xe1\x9f\x60\x24\xd5\x57\x48\xdd\xb2\x07\xe3\xa2\x61\x53\x17\x8b\x6b\x79\x35\xb0\xd2\x60\xd3\x1e\x61\x0b\xe6\x82\x87\xe3\xd0\x85\xe3\xda\xd6\x6a\x36\x57\x83\xe8\xbd\xbd\x5c\x69\xef\x0c\xed\x9b\xb6\x77\x2e\xda\x3b\x15\xa3\xb2\x6c\xef\x64\x42\xc5\x11\xa2\xe0\xb6\x56\x03\xc3\xe7\xa5\x20\x95\x65\x27\xc5\x05\xc3\xe7\xd9\x74\xac\xd8\xde\xc1\x37\xf9\x5b\x5a\xe4\x36\x7f\xd3\xde\x19\x62\x9f\x6d\x7a\xd3\xb0\xa9\x3b\xfa\x65\xf7\xc5\x85\x68\xf2\x91\x87\x46\x62\x8e\xa5\x05\x33\xa5\xcc\xdb\x82\xc9\x7c\x8e\x23\x4d\x2a\xef\xc9\xb4\x60\xa6\x14\xc0\xc7\x7b\x32\x9c\x16\x07\x73\x5d\x6f\x27\x7f\xdc\x4c\xf2\x38\x74\xe1\xb2\x94\x23\xb7\x1a\x2f\xbe\x92\xa4\x7a\xbc\xf9\xc2\x11\x71\xa4\x56\x9a\xfd\x0f\x59\x1f\x67\xa4\xb4\x31\xdb\x30\x17\x1c\x11\x87\x8c\xe8\xcb\xfe\x87\xac\x9d\x3f\x58\x44\x69\x3b\x1d\xe4\x5e\x0f\xbf\x52\xfc\x6d\x03\xe4\x62\x09\x45\xd9\xd6\xd7\xe3\x05\x08\x53\xe3\xd9\xf4\x97\xaf\xbf\x12\xd6\xc5\x91\xd2\xdd\x5e\x6b\x1e\x4c\x29\x29\xe3\xba\x8b\xee\xef\xf5\x42\xc5\x90\x15\x9d\x25\xf8\xd9\x40\x27\x53\x7d\x7b\x49\xc1\x90\x38\x64\xb1\x5c\xaf\xe5\x20\xed\x87\x29\x4d\xef\xf5\x39\x13\xb6\xc1\x53\x36\xf7\xf5\x5a\xc5\x40\x98\xf6\x90\xf1\x6f\xd9\xab\x90\x25\x7f\x46\xea\x00\xff\x5a\x97\x78\x49\x13\x1d\x59\xec\x56\xb8\x5e\xce\xbc\x54\x3a\x9b\x0a\x17\x4c\x85\xd7\x10\x6b\xda\xad\x70\xc1\x3a\x78\x0d\xcd\xfc\xe7\x1d\x10\xe6\xbf\x79\x88\x07\x3f\xaf\x06\x98\xf6\xe6\xa1\xc5\x6d\xc7\xc2\x05\x0f\xc2\x29\x23\xd8\xb2\xab\xe0\xa2\xab\xa0\xcf\x0f\x9f\x8f\xe4\x88\x96\x9e\x32\x26\xad\xcf\x1f\xff\xd1\x4d\x5a\xcc\xf6\x99\xed\xe1\x34\x38\x0f\x77\x62\x79\x82\xb0\xe8\xa9\xcb\xec\xf5\xf9\x7c\x0c\x93\xd9\xd4\xf5\xf4\xb2\xc9\x6c\xfd\xb0\xcf\x37\x4d\xda\xcf\xfc\x0d\x87\xbf\x69\x5b\x87\x2d\x69\x0b\x9e\x7d\xd3\xb6\x8e\x9f\x3f\xfe\x57\x32\x78\xea\x8e\x7b\xfd\xbc\x5f\xc2\xd2\x76\x36\x4d\xf1\xcf\x1b\x23\xf2\xd3\x4f\x5d\x7d\xaf\x9f\x57\x03\x8a\xd6\xcd\x43\xda\x8c\x1d\x00\x17\x1c\x00\xe7\xd1\xf3\x2f\xaa\xd1\xcf\x8b\xe5\x47\x4a\x4a\xab\xb1\x7f\xe0\x82\x11\x6f\xda\x76\x60\x8f\xbf\xf5\xdb\x20\xb0\x58\xf4\x67\xa1\xfa\xa3\x50\x0d\xc3\x1e\x28\x5c\x9d\x75\x57\xbd\xec\x08\xb8\x7e\x1b\x44\xa0\xd2\xe0\x94\x8b\x9b\x49\x16\xa7\x8e\xb8\xfb\x90\xe6\xb1\x69\xad\x63\xce\xb9\xcd\x04\x8c\x6c\x40\x80\x90\x73\xf7\xa1\xa5\xb5\x91\x13\x7a\xea\xd0\xba\x55\xc0\xa5\x1a\x81\xb7\x87\xe0\x34\x0c\xc6\x70\xdf\xe9\xbe\xa1\x92\xb2\x38\xeb\xde\x36\xcb\x6d\x44\x49\xcf\xc3\x7f\xa9\x85\xc8\xb4\x8c\xa7\xae\x63\xf6\x21\x5d\x62\xc3\xd2\x76\x2a\x4e\x76\x1f\x52\x1a\x36\x4b\xc0\x28\xf4\xd5\x89\x17\x37\x13\x2f\xce\x23\x35\xee\xed\x4e\xa0\x1d\xe8\xf2\xc6\x99\x64\xab\x81\xa9\xa6\xd4\xdf\x76\xe3\xdb\xa8\x27\x73\x2a\xa0\x75\x9f\xd2\x0e\x36\x6c\x67\xaa\xbd\xba\x9d\x79\xb1\x1a\xc5\x5d\x3a\xce\x6d\x7b\xf7\x6d\xd4\x9c\x99\xe7\xe1\xbe\x1f\xc3\x2f\x3a\x19\x82\x3f\xc3\x3f\xc4\x1a\x90\x26\xaa\x70\xb0\x99\xbe\x71\x9e\xdc\x51\x9c\xbe\x71\x33\x4f\xe3\x64\xa2\x89\x7a\x72\xdf\xc9\xbe\xf5\x97\x3a\xc8\x33\x61\xe3\xd4\xb1\x68\x3b\xc6\x7a\x33\xc6\x9a\xd9\xb7\xeb\x29\x0d\x63\x24\x97\x3e\x7e\x7b\x24\x20\x2c\xd3\x3d\xec\x6d\xdb\xd8\x86\xef\xde\x3c\x6f\x75\xb2\xfd\x39\x20\xec\xc9\x65\xeb\xbc\x8e\xd5\xc0\xe7\x70\xd9\x6e\x15\x3d\xaf\x06\x08\xcb\x93\x98\xf3\x3d\x56\x63\xe1\xed\x2e\x78\x1b\x7e\xf0\x36\x3f\xde\xae\x7a\x2c\x96\x36\x99\xd8\x61\xb3\x62\x1a\x1b\xec\x3b\x05\x4f\xc3\x75\x96\x55\x90\xae\x33\x3e\x6e\x66\x7c\x3c\x75\x05\xb6\x1d\x3a\xbd\x1b\x29\x38\x34\x12\x53\x10\x31\xd4\xe7\xe5\xcf\x31\x05\x1b\x29\xc8\xb3\x09\x53\x3d\xb2\x81\xbe\xa9\x2e\xba\xc6\xda\x66\x9a\xc7\x53\x57\x63\x2e\xb1\xb6\x99\xe6\x71\x9e\x53\x7f\x69\x7a\xc3\xd2\x76\xc9\xe6\xb1\xed\x07\xc8\xf4\x8f\xf3\x9c\xfe\xcb\xc7\x30\x18\xa2\x1b\xfe\x0c\x63\x80\x3c\x0e\x6d\x15\xc1\xac\x46\xad\xcb\x93\x4a\xda\xb6\xd7\x20\x73\x47\xce\x53\xf2\xc4\x5e\x83\xfb\x22\x7f\xd3\xfb\x65\x5f\xe6\xef\x8b\xfc\x3d\xdc\x89\x08\x0b\x2b\x9e\xea\xf2\xd6\xd3\x30\x8c\xbe\x79\x7e\x70\x4e\xc9\x6a\xa0\x6f\xaa\xb9\xfb\x92\x9e\xc2\x54\x93\x93\xc9\x27\xf6\xb6\x93\x21\xf3\x45\xce\x53\x6b\xde\xa6\xbe\x0d\x53\xdf\xa5\x80\x88\x7d\x69\x07\x67\x5a\xe8\xd9\x24\x66\x6c\xbc\x63\xfe\xc8\x53\x17\x86\xfb\xb2\x84\x80\x63\xe1\x54\x22\x02\x17\x96\xdb\x4c\x15\x79\xea\xc2\x70\xdf\xe6\xef\x1b\xfc\xdd\x4e\xc3\xb7\x61\x4c\xb1\xe8\x7d\x5b\x42\xc0\x8a\x77\x31\xdb\xea\xde\xb7\x45\x2f\x8c\x77\xb3\x49\xcc\xdc\x5e\xf3\xf0\x2c\x9c\xcc\x99\xbb\xf7\x6d\x46\x46\xf4\xf5\x25\x8b\xd4\xb6\x9f\xe1\x86\x4d\x6f\x36\x89\x19\x87\x5d\x6f\x86\x5d\xcb\x50\xe5\x1c\x92\xd5\xc0\x00\xa9\x59\x6f\xc7\x5d\x6f\xb8\x14\x4e\x85\x2e\x6f\xc7\x4a\x33\x21\xf6\x94\xbb\xc4\xbe\x2d\x21\xe0\x6a\x38\x9b\x44\x81\x4d\x7d\x4c\x32\x79\x29\x76\x64\xdb\x05\x71\xc3\x78\x37\xa5\xe9\x39\x97\x76\x35\x26\x42\x8b\x86\xe0\x30\x8c\x4d\x40\x7c\xd2\xa5\x06\x6c\x14\x64\x9a\x8d\xbb\xeb\xb6\xab\xe0\x86\x4d\x6f\xca\x31\x62\xdb\xa6\xc7\xc4\x91\xe7\x95\x7e\x5b\x0c\x81\xc8\xe4\xa9\x38\x45\x27\x8c\xac\x06\x3a\xd1\xee\xda\xbd\xb8\x3b\x69\xc2\xab\x26\x57\x02\xdc\x4c\x06\x39\xe5\x01\xb1\x1d\x7a\xbc\x3b\xbf\x52\x7f\x69\x3f\x3f\xe6\x7d\x3c\xe5\x60\xba\xed\xe7\xb7\x51\xc7\x75\x7a\xbf\x1c\xde\x60\x68\x77\xd3\x9d\xe9\x1e\x5e\x69\x30\xc0\xcd\xcb\x70\xba\xef\x64\xdf\x53\xf0\x65\xb8\x03\x4e\xc1\xc3\x30\x32\x27\x7a\x24\x66\x1f\x78\x0d\x9e\xf2\x7d\x74\x1e\xc8\xcd\x3c\x90\xe7\x7d\xfe\xc5\x6a\xe4\x3c\x91\xd5\x40\x54\x97\x47\xe4\x65\x0b\x67\xc3\xe9\x8d\xdd\x3e\x86\xcc\x0c\x39\x2f\xed\x84\x43\x67\x2b\x26\x84\x9c\xcc\xd9\xba\xb7\xad\x75\x4c\x01\x39\xaf\xe6\xb7\x97\x61\x74\xa2\xc5\xa2\xc2\x3a\xd5\xf8\x00\x93\x31\x6c\xad\xdb\x33\xd8\x49\x08\x0e\xc3\x25\x40\x64\xc1\x74\x72\xc7\x6a\x20\x19\xa6\x16\xb9\x8d\x78\x7b\x62\xd9\xca\x89\x63\x4f\xef\x3f\x93\x74\xa7\x51\xc6\x49\x1f\x37\x2b\x3e\x4e\xef\x3f\xd3\x74\x87\x13\xe1\xbc\x6e\xbf\xad\x71\x23\xe9\xe3\xbc\xb4\x58\x1c\xe4\xbc\x27\xc3\xe5\xb4\x75\x4c\x93\x6a\x92\x54\xbc\xf4\xda\x76\x12\xdc\x13\x3b\x38\x8b\x8b\xed\x6d\x27\xc1\x0d\x27\xc1\x29\xb7\x0a\x27\x72\xac\x06\xd8\x88\x86\xcd\x6d\x27\xc1\x8d\x98\xe4\xc9\x54\x9b\xf5\xf4\x18\x06\x63\x68\x4f\x76\x88\x32\x0b\x53\x4e\x0b\x3e\x87\x28\x6f\x84\x28\xcf\x4b\x32\xcb\x21\xca\x3b\x48\xaa\xcb\x6f\x4f\xc3\x60\x51\x51\xd0\xc6\xbb\x1d\x24\x55\x68\xdc\x66\xd1\x20\x8b\x8a\xb0\xe1\xcd\x00\xc1\xca\xaa\xbb\xbd\x9d\xcb\xb1\x1a\xf8\x9c\xf4\xdb\xaf\x61\x8c\x3b\xf5\x97\x96\x70\x41\x66\x93\xf6\x6b\xc3\xe0\x86\x61\xf0\x9a\xd2\x98\x1c\xd1\xcc\xb4\x8d\xf3\xa6\x91\xc0\x69\x1b\x37\x33\x35\x4e\xaf\xcf\xf4\x1e\x81\x18\xe6\x93\x25\xc0\x36\xb3\x38\xb2\x31\x11\xfb\x78\x0a\x4e\xc3\x0b\xf0\x25\x78\x1b\x2e\xd5\xe8\x96\x8a\x61\x6f\xc3\x0d\xc3\xe1\x94\xab\xc3\x4e\xd3\x9b\x66\xc4\x5b\xfa\x55\x9a\xde\x2c\x6f\x71\x4b\x69\x48\x13\x36\x99\x03\x56\x4a\x5a\x7a\x47\x81\x85\xf0\x54\x8a\x81\x9d\x5e\xc5\xf0\x46\x9c\xf2\x5f\xdd\x36\x0c\x6e\x96\xc8\x50\xe6\x81\x6d\x2f\x43\x26\x77\x9c\x4a\xe7\xb0\x6d\x18\x64\x76\xc7\x93\x49\xf1\xea\xe9\x32\x8c\x71\x6b\x63\xb7\x05\x90\xd9\x1d\xa7\x39\xd6\x16\x40\x26\x72\x3c\xe5\x60\xb0\x97\x37\x1a\xf8\x15\x4e\x73\xec\xb2\x08\x86\xa9\x6f\x32\x09\xe4\x76\xa6\xc6\xcd\x4c\x8d\xe7\xad\xcd\x60\x99\xb0\x8b\xb2\x56\x9b\x81\xc3\x9a\x37\x22\x96\xa7\x9c\x26\xf7\xf2\xfe\xc3\xf2\x54\xf2\x20\x70\x62\xc7\x6a\xe0\x2f\xbb\x3b\x11\x0f\x32\x54\xf9\xd6\xe2\x5e\xde\x7f\x50\xa4\x6a\x9a\x82\xb6\xd2\x6d\x58\xe9\xa6\x92\x34\x6c\xbb\x1f\xee\x45\x1e\xd4\x02\xb4\x95\x8e\xe9\x19\xe7\xad\x3d\x79\x7b\xeb\xd8\xfa\x1c\xbd\xed\xcf\x81\xdd\x6d\xca\x55\x60\xdb\xcf\x90\xd9\x1c\xa7\x7c\x02\x98\xd2\x91\x0d\x7c\x65\xfa\xed\x65\xf8\x87\xb7\xf5\x97\xd6\x3c\x60\x69\x3b\xe5\xb4\xc0\xe4\x8d\x6c\x6c\x84\xf1\x5e\x82\x3f\xc3\xe8\x44\xc7\x38\x7b\x0e\x32\x9d\xe3\xec\x3a\xaf\x39\x6e\x78\xa3\xda\xf4\x35\xb5\xe6\x6d\x8e\xdb\x0c\x1c\xee\xd2\xaf\xb6\x75\x65\xa4\x73\xbc\x58\xa4\x65\x6f\x87\x0e\x33\x41\xe3\x54\x82\xaf\xfd\x78\x6f\x40\xb0\xf0\x69\x9a\x3c\x56\xe9\x60\xa5\x9b\xfd\x72\x27\xaf\xe1\x0f\x70\x0a\x16\xfb\x20\xb4\xf8\x52\x90\xa5\xd3\x38\x56\x03\x7f\x29\x11\xf6\x98\x7d\x50\xce\xe5\xec\x92\x27\x8f\x0f\xd9\xb0\xe2\x9d\x5d\xf2\xc4\x0e\x88\x1b\xc1\xc3\xb3\x77\x75\xe2\x75\x09\x2b\xdd\xec\x3a\xf4\x3d\x5e\x3b\x0f\x45\x98\x44\xc1\xe3\x6d\x14\x71\xbf\xb3\x6b\xa5\xd9\x51\x90\xb9\x1b\x4f\xf9\x49\xec\xd7\xa4\x82\x4d\x6f\xea\xf2\x9f\xb5\x70\xd9\x60\x84\x74\x0a\x4e\xc3\xe8\x5b\x9b\xc0\x6b\x1e\x44\xf6\xc6\xb3\x6b\x77\xb5\x4f\x20\xb3\x37\x4e\x65\x2c\xd8\x8e\x1e\x66\xf6\xc6\x6b\x0e\xc3\xaf\x61\xf4\x2d\xb5\xeb\xb5\xc6\x01\xef\xc0\xd9\x75\x50\x70\xfc\x30\x73\x28\x4e\xa5\x2c\xd8\x0e\xfe\xdd\xf0\xe1\x9b\x0a\xdd\xdf\xb6\xd2\x31\x79\xe1\x1c\x3a\x4d\x3b\x72\x97\x79\x07\xe7\xb8\xff\x92\x76\x88\xb9\x09\xd9\xe8\x18\xff\x10\x3c\x0c\x17\x1b\x29\x7c\x7c\xdb\xd0\xc6\x7a\xbf\x73\xf8\x6d\x8b\x49\x44\xe7\x9e\xdd\x03\xb5\x1a\x40\xfb\x9b\xe2\xc4\xb7\xed\x6f\xfb\xc7\xfc\xd6\xff\xe0\x66\xf8\x46\x1c\xf6\x25\x78\x18\xc6\x48\x24\x29\x7e\x96\x87\x30\xc4\x9d\x5e\x43\x3f\xef\xf7\xf0\x7b\x9b\x43\x6b\xdf\x7e\x6f\x1b\xf1\xb7\x53\x37\xdb\xdb\xf1\xb7\x1b\x0e\x70\xa7\x32\x95\x38\x4f\x61\x35\xf0\x97\x12\x09\x3f\xef\x3f\x3f\xf2\x39\x2f\xa6\xb6\xe3\x72\x99\x99\x70\xea\x66\x7b\xff\x4c\x41\xc4\xe5\xce\x79\xf8\xed\x34\xfc\x01\xd6\xc7\x9b\x82\x08\xa9\x9d\x13\x16\xfa\xc7\xd9\x04\x1f\x96\x3d\x9e\xbc\x38\x7e\x5c\xf5\xf8\x89\x83\xc1\xe9\x97\xde\xe6\x48\x1e\x26\xe0\x9b\x8c\x76\x7e\x9c\x80\xef\x61\x02\xbe\xc9\x28\xde\xc7\x09\xf8\x1e\x96\x2a\x9e\x8c\xd2\x7e\x42\x36\xa6\x87\x99\xf8\x2e\xc6\x13\x3f\x71\xfa\x2f\x11\x1c\x3a\x19\xf3\xfb\x84\x82\x42\xab\x51\x5f\xc9\x7c\xf9\xf5\xb4\x0c\xd7\x48\x78\x25\x59\x4f\xaf\xe1\x0f\xb0\x3a\xe1\xaa\x78\x98\x74\x6f\x32\x30\xf7\x61\xe6\x3d\x36\x20\x6e\x2e\x8d\x84\x22\xf8\x09\xb8\x4e\x4d\xde\x26\xd6\x93\x07\x88\xaf\x0c\x91\xaa\xf9\x2b\x11\x5f\x39\x79\xfd\xf6\x44\x4b\xc3\x5c\xe4\x38\x41\x3e\x4e\x89\x57\x0d\xf4\xdd\x43\x70\x37\x5c\x02\x24\x86\xdf\x4e\xc3\xe8\x5b\xf4\x56\xed\xfb\x6a\xb0\xef\x5b\xf0\x30\x3c\x8b\xb0\xd1\x05\x87\xe1\x52\xa4\x18\x4c\x57\x4f\x8f\x61\x30\xdb\xad\x91\xf0\x8a\xec\x09\xd6\xc9\x67\x92\x9a\x87\x65\x8e\xd9\x68\xe8\xe4\x12\x7c\x19\x1e\x78\x5b\x03\xa4\xac\xad\x06\xf4\x59\xec\xb2\x4f\xc8\x84\xf3\x30\x41\xde\x65\x86\x90\x09\xe7\x61\x86\xbc\x93\xd9\x03\x1f\x27\xc6\xab\x06\xbe\xb2\xa7\xe0\x66\x18\xec\x93\x97\xe0\x6e\x18\x23\x19\xa7\xe0\x30\x8c\x29\x1e\x7e\xfb\x35\x0c\x3e\x99\x21\x58\x1f\x8f\xd4\x79\x67\x1f\x1a\x49\x9e\x86\xc1\x3e\x71\x08\x76\xdf\xdc\xad\x86\x3a\xa1\xc0\x7e\x58\xd2\xf9\xec\xd3\x6f\x8b\xab\xe0\xb6\x35\x43\x8b\xe4\xa2\x78\xac\x06\x24\x84\x08\x7b\x79\x2e\x69\xf0\x09\x7f\xe5\x4a\xc3\x98\xcb\xec\x82\xfd\x39\xe4\xd8\x24\x23\xcb\xe0\x53\x0d\xf6\x6d\xf8\x31\x5c\xa7\xea\xd4\x92\xba\x4d\xef\x9b\xf4\x8e\x26\xb8\x19\xbe\xf0\x76\x08\xee\x86\x27\x32\x30\x1c\x82\xd3\xf0\x0f\x30\xc7\x7d\x9b\x82\xf0\xcf\x9a\x0c\xcb\x7d\x5c\xb5\xfa\x61\x06\xbd\xc9\x8b\xc0\x7a\xd2\x00\x61\xcb\x39\xbb\x48\x75\x7b\x15\xc3\x6d\x6b\x32\x6a\xea\x09\x59\x76\xaa\x71\xd7\xdb\x22\xd5\x6d\x0a\xc2\x89\xeb\xec\x22\xd5\xbd\xfe\xf5\x8d\xd9\x11\xa9\x6e\xb3\xfd\xcd\x0d\x26\xc9\x6c\xf7\xf6\xc7\x83\xb0\x29\x39\x78\xef\x30\x5c\x33\xcf\xa4\x3e\x8f\xd3\xe3\x3d\x4c\x8f\x37\xf3\x72\x27\xaf\xe1\x62\x36\x5e\x49\x3e\x21\x3b\xd0\xc3\xd4\x77\x93\x57\x92\x4f\x74\x73\x2c\xed\x40\x43\xf4\x56\xc4\x68\x35\x6a\xdc\x43\xf4\xee\xe6\x58\xe4\xbe\x9b\x2c\xd3\xfb\x38\xe7\xdd\xc3\x9c\x77\xe7\x90\x1c\xec\x96\x27\x70\xf2\x9a\x8c\x11\xae\xa7\xd7\x30\x06\xd8\xa7\x60\xf7\x8d\xf4\xe3\x2c\xf9\xfd\x38\xe9\xdd\xc3\x34\x77\x33\xb5\x2e\xbb\x19\x19\x69\xee\xce\x71\x6a\xdc\x6b\x1a\xc6\xe7\x68\xe6\x15\x62\x5a\x0d\xf0\x89\xd6\x65\xdf\xe2\x41\x04\x95\x9e\xcc\x19\x58\x4f\xdd\x30\x48\xa5\x25\x25\x4f\xb0\x87\xe9\xed\x66\x6a\xed\x0c\x33\x32\x4d\x4f\xcc\x3c\xf4\x38\xbf\x5d\x35\x6e\x7c\xce\x2d\x78\x18\xc6\xa4\xc5\x29\xf8\x31\x5c\x67\xaa\x21\x66\x1b\x66\x64\xf8\x7e\xcd\x14\x6b\xca\xf4\xf4\x30\x1d\xde\x39\xae\x3f\x58\x8d\x9e\x50\x15\xca\x6a\x04\x46\xa4\x81\x7a\x96\x06\x57\x45\xfa\xaf\x3d\x22\xc8\x95\xa1\xdd\x6a\x58\xbc\x0f\x12\x58\xfb\xcf\x30\x81\x69\x63\x62\x84\x43\x3d\xbd\x86\x7f\xff\xfd\x4f\x30\x96\xf8\x71\x72\xbd\x87\x59\xf4\xe2\x10\x43\x0f\xf3\xf9\x60\x5d\x8c\x26\xda\xec\x6d\xf8\x01\xec\xb7\x3f\xc3\xe8\x5b\xfc\x32\x3d\x1d\x70\x14\x8b\x43\x22\x61\x9a\xee\xb0\x48\xc5\xa1\x8f\x9f\x16\x20\xb3\xce\x19\xc1\xd4\xfb\x0f\x33\xf0\xa1\x91\xe8\x44\x23\x99\xa6\x20\xcb\xb7\x8f\x6e\x78\x19\xc6\x48\x9a\x3a\xb1\xfa\x02\x1b\x53\x1c\x5a\xcd\x2a\x2c\xf2\xb0\xa6\x7b\x1c\x22\xec\xb4\xac\x9d\x24\x95\x56\xf3\x34\x8b\x4e\xb2\xa8\x76\xab\xe9\x9d\x90\x9e\x60\x43\x1b\xfb\xdc\xfe\xca\xa2\x59\x1c\xb7\xfa\xb6\x08\x9e\xd8\xf2\x86\x76\xab\x69\x0a\x4e\x52\xb0\x93\x54\x61\x49\x01\x4f\xb1\x38\xb4\x6c\xc3\x22\x18\x86\xaa\x38\xb4\x6c\xc3\x9c\x4b\x43\x15\x9d\x43\x1f\xe6\xca\x63\x03\xa9\x60\xb4\xb7\x85\x37\x31\x18\x9b\xce\xa1\xa5\x15\xa6\x20\xfc\xc6\xe2\x98\xa7\xe0\xd7\xf0\x07\x58\x03\xb4\xa4\x40\x5c\xeb\x39\x0c\x9b\xde\x41\x7a\x4f\x8d\xc4\xf4\x0e\xd2\x5b\xdb\x52\x98\x91\x69\xbf\x1a\x7e\xdb\xac\x89\x3a\x23\xe7\xd0\xe6\x1b\x26\x6c\x90\x63\xb5\x5b\x85\x45\x42\x6c\xb0\x4f\xdc\x82\xb7\x61\x70\xac\xe6\x32\x2c\x99\x83\xf4\x0e\xd2\x24\xcd\xb1\x49\x8e\x95\xfa\x22\xfb\xd5\xc3\x1c\x7c\x57\x48\x8e\x2b\x2c\xf6\x61\xb2\xbd\x38\xa4\xb8\xa6\x15\x40\x44\xbc\x9e\x23\x0c\x37\xc3\xd5\xf7\xa9\x05\x98\x56\x00\xe1\xe1\x16\x4c\xe4\x5f\x4f\x69\xf8\x07\x58\x9d\x78\xcb\x83\x73\xda\x15\xe2\xaa\xf4\x96\x07\x63\x53\x9c\x52\x8a\xd3\x5b\x1e\x42\x5a\xcf\x21\x79\x92\x56\x73\x61\x91\x8a\x53\x02\x3b\x4d\x6f\x38\xa7\xc5\x29\x81\x9d\x16\xc1\x30\x36\xc5\xd9\xd4\xb7\x19\x39\xc9\xc8\xfa\xf8\x65\xa5\x01\xc6\xa6\x38\xa5\x2b\x2f\xef\x6d\x8b\x7b\x9b\x84\xd2\x32\x05\x61\x91\x0a\x86\x54\xd7\xd3\x6b\xf8\x03\xac\xb7\x2d\x82\x61\x7a\x8a\x53\x9a\xf5\xb2\x7e\x85\x2a\x21\x71\xde\x9c\xb4\xe5\x6d\x09\x7e\x65\x27\xb3\xe4\xd5\xd3\x30\x8c\x4e\xba\xe1\x34\xbc\x00\x4f\xc1\xdb\xf0\x8b\x4e\x34\x12\x53\x70\x6d\x6c\x90\x5a\xae\xcb\x6a\x17\x8b\x78\x4e\x4d\xc3\xb2\x76\x80\x38\xd9\x2b\xdc\xb7\x29\x88\x80\xd9\x38\xa5\xe3\x6f\xf3\x20\x0b\xae\x4f\x1d\x59\xb6\x09\x8b\x82\x25\x71\x6a\x71\x6f\x8b\x02\x38\x9f\x05\xef\x63\x9f\xd8\x16\xa6\x30\x82\xc5\xa9\xc5\xbd\xcd\x9a\x30\x82\x5d\x3e\x56\x6c\x6b\x63\x08\x98\x0d\xde\x99\xd6\xd3\x63\x18\x1f\x2f\x3e\xd9\xe6\x41\x9a\xb5\xa6\x24\xf2\x36\x05\x37\x29\x18\x7e\x7b\x1b\x46\x27\xd2\xf4\xb6\xd5\x2e\xd8\xb7\xce\xa9\xad\x7a\x7b\xdf\x41\x08\xec\xc9\x94\x7a\x0f\xd3\xe0\xb1\xf1\x00\x56\x27\x5e\xc5\x70\x37\x8b\x53\x9a\xde\x63\xa9\x09\xfb\xd6\x15\x12\x61\x8f\xd5\x80\x87\xa4\x92\x02\xf8\x98\x35\x69\xed\x9a\x62\xb6\xc7\xc2\x94\xce\x67\x53\xcc\xf6\x58\xed\x82\x59\x2b\x9a\xf6\xcb\xc7\x6a\x00\x22\x69\xcf\xa9\xbd\xf8\x31\x61\x61\xed\x8a\x26\x85\xfb\xf1\xe2\x86\xcf\x5a\x34\x71\xd5\x63\x19\x0b\xb3\x56\x34\x69\x7a\x8f\x19\xf9\x21\xbd\xb5\xe6\x1f\x4b\x4d\x84\xdb\x9e\x53\x6c\xff\x78\xfb\x87\x2b\x5b\x34\x4d\xda\xe3\xcd\xeb\x21\xbd\xb5\x5f\x3e\x56\x73\xe1\xef\x16\x4d\x1b\xfa\xe3\x35\x0f\x4b\x5a\x34\x1d\x84\x1f\x9f\xee\x10\x79\x7b\xf9\x38\xf4\x58\xf4\xc2\x92\x16\x4d\x73\xf9\x9a\x91\x61\x49\xbb\x22\xfe\x90\xad\xb1\x5e\x1e\xfe\xd5\x46\x86\xa8\x21\xf8\x35\x8c\xff\x10\x81\x5f\x8b\x04\x78\xc9\x05\x6f\x5a\xeb\xa9\x1b\x46\x27\x3a\xe2\xbe\x26\x30\xe2\x6a\xa3\x69\xed\xbf\xde\xad\x50\xda\x24\x9a\xf4\xda\xd7\x04\x7e\x49\xe0\x7e\x0b\xfe\xd7\x09\x08\xac\xed\xf4\xb5\x1a\x00\x43\x5b\xb0\x60\x40\x3d\xb9\x13\x32\xb4\xfb\xf6\xda\x87\x97\xdc\x39\xa5\x06\xbc\x56\x03\x5e\x52\x52\x3b\xe1\x67\x4a\xc2\x79\x2e\x9a\xf6\xcd\xcf\xdb\x12\x82\x68\x4f\xe6\x9a\xab\xa7\x61\x18\x23\xd1\x2c\x7d\x16\x09\x1f\xf4\xab\xa6\x7d\xf3\x33\x61\x3f\x52\x50\xbb\xd5\x67\xfd\x0a\x61\xb2\x97\xcf\x9b\x9f\xb5\x03\xf8\xdc\x05\xcb\x0e\xd4\xd3\x67\x18\xe3\xf6\xdb\x26\xec\x47\x86\xd6\x8a\xfb\xac\x06\xc0\x14\x18\x4d\x47\xae\xcf\x07\x06\x04\xcc\x5e\xa9\x0d\xf2\xb3\x5c\x81\x61\x30\x78\x71\xfc\xc4\x67\x86\x86\x61\xf0\x4a\xed\x9b\x9f\xa7\x01\x01\xb3\x57\x6a\xdf\xfc\xac\x34\x20\x04\x36\x78\x1f\xfb\x38\x89\xdf\xc3\x24\x7e\x71\xc9\x36\xf6\xb3\x00\x81\x61\x30\x2e\x69\xa8\x3f\x8b\x04\x18\x06\x2f\xe6\x82\xa9\x27\x89\x04\x98\x02\xaf\x54\xdf\x3f\xef\xf7\x28\x49\x12\x57\x33\x1c\x86\x57\x4d\xda\xbc\x05\xbf\x86\x8b\xab\x2e\xb1\xfd\xcf\xfa\xd5\x0f\xfa\xd5\x94\xb9\xe2\x67\x11\x0c\x0b\x60\x5c\xd2\x6a\x7e\xe6\xd8\x1f\x39\x56\x27\x9a\x9f\x77\x2b\x98\x02\x83\x8e\x3f\xf5\xe4\x01\x62\xed\x5f\x12\x20\x3f\x6f\x62\x3f\x6e\x62\x62\x88\x9f\x29\x08\xaf\xbe\xb8\x24\x40\x7e\x5e\xfb\xf0\xe3\x8b\x4b\x3b\xe1\xcf\x92\xf9\x47\xc2\x72\xa5\xa5\x8d\x8e\xcc\xdc\x17\x17\x75\x65\xa6\xef\x63\xa3\xf4\x2b\x3a\x11\x3f\x4e\xd8\xf7\x30\x45\x5f\xf0\xf6\xf6\x49\xb9\xef\x55\x03\x9d\x0c\x75\xa2\x35\x9f\x07\x14\x29\x3a\xb9\x3c\xcc\xdf\xc7\x06\xb8\x8a\xbb\x55\xca\xab\xef\x49\x58\x36\x83\xc1\xf2\x8f\x53\xf3\x3d\x4c\xbb\x17\xcc\xfe\xff\x38\xdd\x5e\x35\x30\x12\xea\x85\xa9\xd0\xd6\x6a\xa0\x93\x54\xdf\xdb\x9d\x90\xd9\x68\x97\x60\x96\x3d\x36\xb0\xe6\xb9\x48\x52\x31\xac\xd5\x28\xc2\x32\xc6\xfc\x71\x02\xbd\x6a\x6c\xc0\x53\xf0\x6b\xf8\x03\x9c\x82\x7f\x82\x71\xdb\x22\x0b\x49\xca\xc5\xee\x61\xce\xbc\xe0\x0d\xeb\xc3\xc4\x79\x6c\xa0\x08\x21\x77\xd9\x54\x0c\xeb\x93\x08\x4f\x8d\xbb\xa9\x13\xed\x3f\x89\xf0\xd4\x93\xf5\x4c\x1f\xe7\xd0\xab\x06\xfa\xc6\xbd\xe6\x93\x72\xb1\xab\xc6\x02\x1c\x82\x3d\x6e\x30\xdb\xed\x01\x6e\xf7\xcd\xb2\xe7\x5c\xae\xa9\xf0\xd3\x87\xc9\xf2\x82\xb7\xe5\x8f\x93\xe5\x55\x03\x9d\xd0\xfc\x99\x2a\x58\x52\x8d\x01\x78\x08\x9e\x86\x31\xf3\xdc\xc1\x53\x9e\x77\x0f\xd3\xe2\x05\xf3\xb8\x3c\xa9\xda\x24\x0f\xf3\xdf\xc5\xdd\xd5\x89\x69\x02\x43\x6c\xf0\x0a\xf8\xc9\x26\x53\x48\xa2\x0a\x49\xdc\x62\xcd\xa6\x75\x99\x28\x9f\x7c\xa5\x47\x62\xae\x42\xe5\x91\x60\x66\x91\x7a\xd2\xa4\x35\x8a\xb0\x5b\x5f\xb9\xfd\x95\x58\x69\xbc\xd4\x7d\x9c\x0e\xaf\x1a\xe8\x24\xf4\x39\x5a\x69\x09\xc7\xb7\xb8\xc5\xb1\xf2\x77\x7b\x98\x0e\x2f\x6e\xae\xe2\xb4\x55\x94\x79\xf1\x2e\xd9\x81\x52\x51\xa9\x4f\x22\xfc\x34\x6e\x71\xec\x65\x9a\x5c\x64\x1f\x6a\xed\x79\x79\xed\xc0\x95\x2d\xba\x18\xc2\xe6\x4f\x66\xd1\xbb\x52\xa4\x92\x63\xdb\xc3\xc4\x78\xc1\xdb\xc4\x7a\xba\x0d\x63\xcd\x8b\x82\x0a\x56\xad\x46\xd1\xbb\x8b\x63\x2f\x49\xfb\x44\x78\xea\x29\x83\x89\x13\xe5\x55\x03\x7d\xff\x83\xbb\xe1\x01\x38\x05\x7b\x80\x20\x15\x2f\x76\x9e\xb4\xf9\x93\x19\xf3\x4e\x19\x35\x52\xc1\xaa\xd5\xd8\x78\x3b\x04\x7f\x86\x31\x40\xaa\xa2\x69\x3b\x27\xf3\xe7\x05\xf3\xc4\x3f\x79\x5b\x28\xc1\xce\x19\x5d\x8c\xac\xf0\xd3\x87\x89\xed\xa2\xdf\xf1\x07\xd5\x28\x6f\x89\xf7\x44\x3c\xea\x19\x5a\x43\xaa\x09\x52\x0d\x94\xfc\xd7\x6a\xbe\xbd\xe2\x50\x17\x39\xba\xa6\xda\x86\x4d\x26\xc4\x0b\x46\x1d\x3e\x69\xc3\x26\x33\xe2\x9d\x0c\x5f\x7a\x98\x16\x8f\x8d\x17\x30\xdf\xb6\x05\x33\x11\x86\x1a\x9d\x87\x91\xec\x96\xe3\x88\x47\x3d\x75\x4e\x76\x2a\xbc\x6a\xe0\x2f\x87\x3b\x09\xc3\x3f\xbc\x4d\xba\xab\x96\xc7\xc3\xa4\x78\xc1\xf2\x3c\xf5\x74\x19\x46\xdf\x5d\x7d\x5b\xbc\xd3\xef\x8d\x01\x49\xf5\xb4\x0c\xd7\x91\x8b\x99\x53\x1e\x67\xce\xab\xc6\x87\xb7\x35\x92\xe5\xbf\xc4\xb5\x8a\x2e\x61\x9c\x3b\xaf\x1a\x98\xd3\xa9\xbf\xf4\x6a\x86\x17\x5d\xc8\x70\x9f\xdd\x82\xaf\x93\x73\xa7\x68\x62\xce\xa5\x61\x33\xc4\xe7\xaa\xab\x5c\x0d\x7c\x8e\x44\x82\x22\x5f\xab\x11\xc8\x07\xa9\xbe\xb7\xfb\x2e\x21\x70\xe5\x3f\xd8\x9f\xc3\xd9\x11\xa9\x86\x67\x67\x70\x76\x78\x12\x73\xa6\xbd\x6a\x60\xdc\xb4\x06\xe4\xf0\x34\x0c\xf2\x39\x55\xba\xb4\x19\x34\xe1\x81\x77\x86\xa4\xd0\xf0\x46\x43\x0f\x3c\xe6\x2b\xad\xa7\x69\x38\x0a\x96\x70\x1a\x9e\x86\x41\xf6\x4f\x0d\xd0\x22\x01\xde\x73\x31\xb4\xe5\x0d\x0b\x55\x14\x57\x0e\x19\xd7\x9d\x6b\xaf\x1a\x18\x09\x6f\xb7\x72\x78\x4f\x86\xd3\x5c\x0c\x49\x8a\xe1\x1d\x65\x90\xb0\x31\x05\xfb\x2b\xe1\x29\x13\xda\xc1\x6d\xa2\x4c\x9a\x28\x65\xbb\xce\x69\x46\x86\x2d\xf2\x64\x32\xc5\x7a\xd2\x5f\x22\x55\xde\x29\xe5\xd2\xb9\xf2\xaa\x81\x4e\x9a\xe1\x6e\x78\x00\x56\x27\x96\x9e\x34\x51\x0e\xc9\x95\x69\x1e\x44\x50\xeb\xa9\x6b\x95\x9c\xde\x51\x18\xe2\xca\x24\xa8\xf5\x34\x0c\x17\x9f\x0c\x89\x1b\x5b\x2e\x13\xde\x73\x57\x7a\xdc\xa6\x20\x82\x59\x4f\xeb\x57\x36\x51\x32\xb3\xde\xa9\xbb\x19\x67\xd6\xab\x46\x4d\xda\xd0\xba\xb4\xe5\x92\x09\xf7\xce\x94\xf4\x0c\x53\x90\xbe\x74\xa9\xaf\x0c\x6f\xd5\x41\xc2\xde\x86\xbb\xe1\xc0\xdb\x21\x78\x19\xe6\x5f\x1a\x7e\x0d\x83\x4f\x78\x25\xc9\x64\x7d\x68\xe0\xb2\x2e\x2f\x0e\x30\x2c\x82\xe1\x54\x17\x4c\x6d\x5f\x4f\x61\x38\xf1\x76\x17\xbc\x0d\xbf\x80\xa7\xe0\xcf\x30\x66\x47\xa2\x20\xcc\x9a\x34\x68\x0e\xed\x6d\xe1\x4d\x0c\x06\xcd\xd3\x2a\x46\x58\x22\xa3\x4c\xc8\x99\xd2\x53\xc2\x6b\x1e\x39\xf9\xce\xf4\xe7\x78\x07\x87\x53\xdd\x7d\x48\xd3\xb3\x2d\x32\x93\x84\x95\x42\x92\x26\x2c\x4d\x94\x43\x8a\x6b\x9a\xb0\x70\xaa\x8b\xa1\xe5\x9a\x56\x76\x90\xab\x2f\x86\x96\xab\x4d\x94\x4c\xca\x77\x26\x8f\x9f\x99\x96\xb1\x74\x9a\xd3\xdd\x4c\xa6\xd5\x80\x24\x61\xc3\xf0\x32\x8c\x49\xd3\xba\x4c\xcb\xd8\x24\x61\x25\xed\xd3\x84\xa5\x41\x73\x68\x5d\xa6\x09\x8b\xaa\xca\x31\xb4\x2e\x6d\xe7\x4c\xd8\x39\x6f\xdd\x28\x64\x5a\xf4\xd2\xce\x39\xd2\xb0\xff\x12\x12\x42\xb7\x44\x99\xd6\xaf\xe8\x62\x97\x26\x95\x77\x40\x38\xd5\xc5\x90\x50\x4a\x4b\x08\x24\xf2\x3b\x53\xf2\x3b\xad\x76\xd1\xfc\x29\x33\x62\xa6\x27\x0d\x9e\x77\x31\x35\x69\x0a\xb2\xad\x46\xf5\x3d\xb5\x8a\x6d\xfe\x4c\x9a\x3f\xbd\x1d\x2d\x5d\xed\x25\x3d\xef\x74\x03\x95\xcb\x62\x06\x06\xcf\x90\x05\x30\x97\xae\xf6\x72\x71\x76\xa4\xd2\x2d\xcf\x0e\xad\xa2\x32\xc7\xe5\xb2\x98\x81\x0b\x5e\x4c\x69\x35\x36\x96\x26\x8d\xa5\xcc\x2e\x50\x4f\xee\x9b\x62\x46\x5b\xc6\xb2\x36\xb6\x98\x77\x57\x2b\x6d\x59\xb5\x40\x58\x6d\xc8\x49\x24\x97\xb7\xba\x45\x7a\x6b\x27\x59\xa6\x37\xbc\xfa\x42\x06\xb6\x5c\x56\xd2\x90\x5d\x30\x64\x60\x63\x8a\x41\x36\x16\x3a\xf9\x83\xaf\xd1\xe3\x9c\x83\xd5\xc0\x88\x24\xb3\x6c\x4b\x4d\x18\x4d\xcf\xd4\x54\x6f\x8b\x1b\x04\xe3\xc6\x94\xb8\xd9\xde\xf2\x10\x8c\xdb\x0e\x4d\xf5\xf6\x74\xd0\x96\x3a\xb5\x6c\xb7\xa5\x3e\x3c\x07\xef\x43\xf2\x70\x5b\xea\x6f\x4e\x47\xd7\x48\x3c\x1d\x34\xb1\x4e\xad\x66\x9b\x58\x99\x93\xb0\x1d\x3a\xce\xa9\xfe\xf3\x93\x08\xdd\x6d\x66\xff\x6d\x85\x64\x73\xf2\x24\x9c\xb6\x27\x0f\x06\xd9\xfb\xd0\x9c\x6e\xef\x11\x70\x38\x0c\xf9\xec\x38\x71\xe1\xc3\xc4\x85\xed\xe0\x6d\xa8\x13\x17\x56\x03\x03\x1c\x86\x5f\xc3\xe0\x73\xe9\x29\xdb\x27\x5f\x54\x2a\x89\xa9\x33\xb8\xcd\xb7\xcc\x60\xd8\x8e\xd3\xb0\x29\xc8\xd9\x91\x14\x7a\x2c\xca\x60\x99\x8d\xa9\x55\xf1\x78\xf3\x45\x58\x70\x33\x61\x1f\x6b\x91\x34\xdf\xca\xb8\x91\x8f\x25\x1c\xdc\x13\x63\x4a\x38\xd9\x4e\x9b\x88\x16\x8e\x19\xfa\x4b\xaf\x21\xd8\x69\xdb\xd1\x0c\x4f\xc3\x18\xb7\xb6\xa5\xc7\x12\xee\xe1\xa4\x49\xdc\x3c\x9e\x34\x18\x6c\xef\x43\xab\xe2\xf1\xd2\x42\xa5\x93\x90\x7f\x0a\x73\x27\xb2\x81\xb9\xbc\xd4\x89\xe7\x92\xc6\x5e\x5b\x03\x1e\x4b\x38\x14\x40\x09\x56\x3a\x78\x98\x52\x91\x0d\xf6\x2d\x52\x79\xc5\xc1\xaa\xdb\x74\xaf\xe9\xc4\x88\x0f\x13\x23\xde\xba\xd7\xcc\xc7\xa2\x0c\x71\xcb\x11\x87\xbe\xd2\x1b\x3b\xa2\x98\xdb\xa1\x85\xf8\x5a\x8b\x84\xeb\x63\xc8\x09\xc0\x19\x13\x1f\x66\x4c\x6c\x87\xf6\xb6\xd7\xfb\x0f\xec\xb7\xb7\xee\x4c\xf3\xb5\xe0\x83\x47\x64\x04\xaf\x80\xf3\xf5\x4a\x83\x35\xb7\x1d\x5a\x80\xb6\xe6\x32\x39\x62\x3b\xb4\x83\xbf\x9e\x06\x5a\x73\x7d\xf8\xb3\x35\x37\x51\x50\x25\x42\xa7\xbc\xd7\x3b\x0a\x62\x9e\x43\x57\xd7\x69\x6b\x2e\xf3\x21\xb6\x43\xab\xe1\xf5\x56\x0d\xb3\x6e\x3b\xc4\xf6\xaf\x95\x4b\x98\x75\x23\xc4\x10\xaf\x95\x4b\x04\x3f\xb7\x43\x7b\xdb\x6b\x45\x8a\xb6\xdf\xd0\x99\xf0\xb5\x22\x85\x64\x8a\x11\x52\xd2\x5e\x9f\xa9\x5e\xd2\x5b\xbb\xd5\x67\xc2\x7e\x64\x7b\xed\xe0\x9f\xad\x18\x30\xdb\x36\xdd\x99\x3a\x13\x62\x35\xd0\x89\x56\xc3\xe7\x8d\x1d\xa1\xd2\x4d\xb7\xa0\x4e\x7a\x58\x0d\x10\x56\x9b\xef\x67\x1d\x88\x66\x5b\x79\xb0\xe5\x67\x8e\xfd\xc8\xb1\x62\xfb\xcf\x7b\x32\xcc\xb6\xed\x10\x7f\xdb\x3e\xcb\x84\x86\xb7\x27\xed\xf3\x9e\xfc\x91\xb0\x62\xe4\xcf\x84\xa5\x35\x37\x64\xf3\xf8\xbc\x47\xc0\x7e\x7b\xeb\xa2\x9b\xc9\x0e\xd9\xc0\xcc\xbb\x6f\x73\x2c\x32\x17\xb6\x53\xe7\x87\x9f\xa5\x3d\xec\xb7\x4d\x77\xa6\x4c\x5f\xc8\x06\x66\x47\x52\xf3\x67\xd6\x44\xb9\x95\x76\xf2\x6e\xc6\xe9\x0d\xab\x81\xbf\xd4\xd1\xf6\x67\xd6\xa4\x35\x37\x24\xf0\x7e\x5e\xf3\xb0\xc8\x46\x68\x76\x7e\x5e\xc5\xb4\xcf\x86\x84\xd2\xcf\xa4\x42\xf1\xe8\x08\x09\xa5\x9f\x65\x2c\x0d\xb1\x72\x10\xcb\x9f\x97\x2b\x6d\xa8\xf2\xed\x72\xc2\xc2\x6a\xb4\x1a\xf7\x69\x78\x1a\xde\x05\x93\xed\x97\x6d\xa8\x8b\x36\x54\x66\x73\x78\xd6\x91\xee\x04\x7c\xc2\x7c\xd8\xf5\x74\x19\x1e\x80\x43\xb0\xfb\x46\xc5\x0d\x9d\x4d\x96\xca\x43\x3f\x4c\x58\xd8\x98\x1f\xe8\x71\xc2\xc2\x6a\xe0\x2f\xb9\xe6\x9d\xb0\xb0\x1a\x0d\xb0\x46\x22\x52\x31\xab\x60\xa4\x3f\x67\xb9\xef\xc5\xbe\x35\xc0\xed\x01\x16\x67\x44\x36\x75\x22\x81\xc7\xac\x81\x4d\x37\xc3\xce\x1a\xf8\x30\x6b\x60\x24\x4d\xf0\xcb\x5e\xab\xeb\x80\xee\x96\x94\xc8\x4b\x95\x4c\x1e\x66\x0d\x0c\x1d\x2b\x98\x2c\x90\x0d\xf6\xdd\x05\x6f\xc3\x18\x20\x6f\xe5\x96\x0d\xb1\x0b\x86\xd8\xd0\xb1\xc2\xc9\x04\xab\x31\x91\xb2\xff\x10\x9c\x86\x31\x40\x2e\xc0\x65\x67\x56\xe6\x09\x8c\xf4\x5f\x2e\x0f\x90\xfb\xfc\x9f\x2e\xd4\x98\x34\x90\x0d\x4c\x07\x2d\x24\xeb\xd4\xd6\xb1\x10\xfc\xdc\x98\x3b\xe9\x71\xf6\xc0\x87\xd9\x03\x23\x87\x06\xaa\x85\xc8\x34\x82\x21\xdb\x1e\xb3\x03\xb2\x81\xbe\xb9\x58\x96\x3d\x63\x99\x18\xb0\xb1\x6a\x7d\x3d\x75\xc3\x13\x70\x0a\x0e\xc3\xb5\x2a\xa4\xa6\x3b\x4d\x60\x35\x40\xe0\x61\xf8\x33\x8c\xbf\x9c\xfa\x4b\x69\x63\xcc\x1e\x78\x4b\xc2\x2d\x5b\x75\x99\x18\x30\x92\xf7\x27\xab\x2d\xbf\x8d\x3d\x22\x43\x9d\x98\x54\xb4\xd3\xca\xff\x6a\xa9\x6a\x49\x35\xc0\x2f\xa9\x91\xe8\x78\xb1\xe0\x30\x7b\x4b\x1e\x2e\x3b\xcc\x2e\x9a\x6f\x99\x17\xe3\x71\xf6\xc0\x6a\xac\xff\xfe\x27\x0f\xca\xac\x65\x17\xd8\xd5\x28\xca\xa6\x3b\xf1\x57\x16\x61\x53\x6e\x59\xce\x35\x58\x8d\x0b\x70\x17\x7c\x1b\xee\xe8\xc4\xf0\x30\x3c\xf1\x76\x0a\x4e\xc3\x18\x09\x37\xf6\x65\xcf\xd8\x85\xf2\xd0\x29\x6f\xad\x75\xa5\xfb\x4e\xf6\xad\x4e\xb4\x27\x2f\x84\x2b\xa7\xdc\xb2\x96\x0a\x41\x57\x03\x33\x1f\xea\xc4\xf4\x86\x0d\x38\x0f\xde\x10\xaf\xcb\x6b\x1f\x4e\xaf\x29\x6f\xad\xa5\xba\xd1\x0f\x13\x1a\xde\xcc\x5c\xf0\x2c\xbb\xc0\x2e\x98\x86\x53\x8a\xd4\xb2\x69\x98\x99\x0b\x6f\x6d\x06\xeb\xda\xfe\x78\xd2\x5b\x2b\xce\x2e\xb0\xeb\x22\xbd\xc5\x27\x97\xe9\x7d\x91\xde\x5a\x71\xaa\xa1\x52\x8d\x06\x78\x0a\xbe\x0d\x43\x4c\x8a\x4f\xec\x02\xcb\xcc\x85\xc9\xc4\x1d\x0f\xd3\x17\xb2\x81\xbf\x14\x9f\xdc\xe6\x58\xf8\xc2\xa6\xb6\x3c\x27\x2c\xac\x06\x3a\xd1\x02\xbc\x2d\x12\xee\x92\xae\x29\xf5\x85\x59\x0d\xd1\x28\xc2\xdf\xa7\x24\xb3\x1d\x66\x99\xc7\x30\xa5\xd5\x2c\x1b\x90\x99\xd0\xf0\x96\x9b\xd0\xba\xb5\x27\x33\x73\x61\x1e\x5a\x80\xb7\x29\x08\x4b\x71\x1e\x5a\x3b\xb7\x19\xf9\x26\x61\x43\x7f\x69\x51\x80\x84\x86\xb7\x9c\x8a\x96\x5d\x60\x99\xc7\x30\xe5\xad\xb5\xba\x19\xb9\x93\x91\xb5\x00\x6d\x40\x66\x42\xc3\x5b\x2e\x48\xab\x7b\x6f\x83\x67\xec\x2d\x17\xa4\xd5\xb5\x55\x2f\x18\x90\xf3\xd0\x34\xd8\x80\xbc\x60\x40\x6e\xed\x30\xdc\x0c\xe3\x2f\x69\x1b\x5b\xaa\xb1\x52\x0d\x4c\x03\xef\x38\x96\x1d\x66\x17\x7c\x61\xf3\x74\x27\xe6\x6f\x58\x8a\x5b\xa3\x8a\xb1\x14\x4f\x5d\x8d\x8d\xb7\x53\xf0\x63\xf8\xc5\xdb\x53\xf0\x67\x18\x7d\x6b\x27\xec\x16\x1c\xb0\x0d\xa7\x37\x76\xbb\xc0\x2e\x54\x78\x4e\xd3\x64\xe8\xf0\xb4\x10\x41\x9d\xa7\xd6\x8e\xad\xb9\x4c\x68\xd8\x9a\x56\xf1\x30\xa9\x60\xe4\x4d\x26\xe7\x7b\x9c\xde\xb0\x1a\x1f\x60\xfe\xe5\x30\x4d\x60\xd6\x4d\x6f\xa7\x23\xdd\x77\xb2\xef\x10\x2c\x1e\x44\x3d\x95\xf4\x06\x39\x4c\x13\x58\x73\xf3\xd4\x6a\x18\x5e\xc5\xac\xa7\xc2\x32\x15\xcf\xb2\x7b\xea\x1a\xfc\x78\xad\x06\x5b\x73\x99\xb9\xf0\xb6\x1a\x30\xbc\xb1\xc3\xe1\x34\x4f\xf1\xb7\xad\xb9\x4c\x58\xd8\xe4\xcd\xe2\x84\x85\x0f\x13\x16\xa6\x9c\xa1\xd6\xf4\x76\x04\x87\xd4\x3c\xc5\xf6\xd3\xcc\x86\x10\xe9\xd6\xa4\x1a\x4d\x6f\x47\x93\xa4\x92\x8c\x9d\x66\xb6\x49\x66\xd3\x34\x4c\x2b\x52\xf0\x53\x6d\x4d\xb2\xca\xb6\xdf\x05\x3f\xd5\x26\xe7\x96\x35\xad\x48\x21\x16\xba\x35\x5a\x48\x96\xbd\x56\xd7\xac\x8d\xbf\x31\xbd\xd4\xb3\xec\xb5\xba\x60\x04\xce\x53\x4b\xca\xb6\x5f\x26\x32\x4c\x26\xce\x7b\x96\x6d\xbf\x6b\x92\x07\x35\x3b\xd3\x9b\x17\x02\xaa\x5b\x93\x64\xb3\x33\xeb\x82\x6d\x38\xe5\xc4\xb5\xa6\xf5\x2b\xd8\x86\x5b\x93\xb2\x30\x3d\x0d\x93\xac\xa9\x8d\x71\x7a\xcd\xc3\xab\x35\x4f\xed\x80\x76\x66\x65\x5a\xc3\x3c\xb5\x00\xc3\x1c\x1b\xe4\x58\xcd\x7c\x98\xde\x30\x02\xb7\xc6\xab\x9a\x15\xde\xfe\x03\xab\xd8\x0b\x30\xbc\xcf\xc3\xf6\x9b\xed\x3c\xfe\xa2\x1a\xd9\xa9\x75\xc1\xaa\x9b\x4c\x69\x51\x4f\xcb\xf0\x53\xb0\xd8\x28\xbc\x6c\x11\x38\x9d\x66\x0c\xbb\xa9\x2e\x98\x77\xb3\x49\x67\x0e\x2f\x5b\x78\x98\xa6\x39\xc0\x56\x5d\x66\x45\x4c\xf9\x31\xad\xf4\x1e\x91\xfc\x5a\x29\x52\xe9\xaf\x85\x87\x69\x36\xe9\x6e\x2a\xa5\xf2\x30\x75\x62\x36\xe9\x57\x76\x25\x65\xb2\xc4\x6c\xf4\xae\x58\x69\xed\x1d\xa5\x56\x6e\x2f\x2d\x7b\x98\x32\x75\x62\x36\x6d\x34\x36\xdf\x32\x59\x62\x93\x1f\x13\x33\x26\xa2\x41\xc1\x37\xf5\x39\x66\x51\x78\xa0\x66\xa3\xc5\x78\xa5\x29\x08\x3b\x6d\xb6\xa1\x91\x78\x91\xc3\x03\x35\x9b\x16\xa2\x1d\x4f\x99\xe7\x30\x9b\x16\xa2\x0d\xb2\x0b\x06\xd9\xdb\x0a\x60\x7a\xa3\x49\x6e\x34\x5a\xfb\xe9\x1d\x3c\x49\x6f\x6d\x4b\xf6\x47\x65\xfa\xc3\x6c\x52\x48\x96\x55\x23\xd8\x69\xb3\x69\xff\x59\xde\xc1\xe1\x98\x9a\x4d\xda\x81\xed\xb4\x0b\xa1\xd2\xf7\x29\x9a\xd8\x4d\x95\xe9\x0f\x93\x59\xa7\x9e\x65\x3b\x2d\xd3\x1f\xde\xa7\x48\xb5\xbc\xb1\xa3\x6c\x4b\xca\x19\x6a\x2d\xef\x28\xa8\xdf\x72\x5b\xae\x2c\x13\x16\x76\xda\xbc\xa4\x00\x2e\xaf\x7d\x78\xaf\xe6\x75\xf8\x6d\x8f\x1b\xac\x79\xd1\xb2\xb3\x6c\x90\x5d\x8b\xaa\x91\x74\xb7\xe5\x8d\x1d\xfe\xa8\x29\xf7\xa6\x65\x7f\xd4\x05\x63\x6a\x6b\x7a\x7b\x7b\xd9\xc2\x03\x35\x99\x6e\xa2\x9e\x2e\xc3\x10\x4e\x92\x42\xdb\xd2\x13\xa6\xd5\xbc\xa4\xe9\xd9\xb4\xca\x3c\x87\x4d\x5e\x66\x6b\x9b\x91\x61\x43\x6d\xa6\xf7\x36\x05\xe1\x98\x9a\xd7\xe5\xb7\xc3\x30\x24\x85\xf6\xfb\x6d\xc2\xc2\xb4\x9a\xd7\xe5\x4e\x5e\xc3\x1f\x60\x7d\x8e\x55\xa3\x4d\x0a\x4a\xa8\xda\x2a\xca\xf4\x87\xb7\xf5\xc2\xed\x35\x8f\x78\xeb\x94\x8f\xd4\xda\xa6\x20\xcc\x9f\x29\xf7\xa6\xb5\xad\x1a\x6d\xa8\x46\x97\x64\x96\xbd\x57\xd7\x26\xc7\x4a\x01\xb4\xf7\x2a\x73\x24\xe6\xa5\xe3\xd0\x63\x09\x01\x3b\x67\x5e\x62\x7b\xdb\x39\x17\x2c\x9b\x29\xf7\x26\x27\x43\xac\x06\x06\x48\x03\xc4\x7a\x2c\x0a\x1e\x52\x50\x73\x69\xc7\xd3\x05\x13\x65\x32\x39\xc5\xb3\x6c\xa2\x64\x56\xc4\x76\x49\xd9\x79\x64\xf0\x59\x30\x4a\xde\x72\x98\x5d\x76\x3c\x5d\xa8\xe8\x92\x57\xfa\xed\xc7\xf0\x8b\x4e\x2e\xc1\x9f\x61\xfc\xa5\x36\x03\x7b\x98\x32\x87\x62\x5e\x52\xbb\x6c\x8b\x5c\xa8\xe2\x72\x37\x3a\x8b\xac\xd7\xab\x18\x05\x59\x52\xce\x50\xcb\xd6\xc5\x05\xeb\x62\xbb\xfe\xc1\xaf\xe1\x9a\xf9\x5b\x62\xfd\xf5\x9e\xfc\x62\x8f\xb8\xc5\xf6\xaf\xb9\x0a\x39\x14\xdb\xa5\xe3\xd0\x6b\x2b\x06\x72\x28\xe6\x2d\xb6\x7f\xad\xd5\xc0\x57\x34\xe5\xc7\xb4\x5e\x2f\xc0\xb7\x24\x5f\xde\x32\x85\xd8\xba\xb8\xde\x22\xce\x2d\x8f\xde\x65\x17\x52\x66\x54\xcc\x5b\xfc\x6d\xeb\x22\x53\x2b\xde\x4d\xea\xb9\x5d\x48\x17\xec\x89\xed\xe2\x75\xd0\x7a\xbd\xf9\xc2\x57\x34\x6f\xed\x24\x9f\x49\x05\x7b\x62\xca\xbd\x69\x7d\x56\x76\xe0\x1d\x9a\xb7\xb4\x31\x5b\x17\xd7\x57\xa4\xbc\x9b\x68\x62\x5f\x51\xe6\x5f\xcc\x5b\x4a\x9a\xad\x8b\x4c\xc4\x78\x37\x5a\x5c\xd7\xe7\xe5\x8a\x38\xf1\xbb\xe9\x2c\x68\xa3\xe3\x82\x99\x31\x6f\x6d\x30\xf6\x15\x5d\x30\x3a\xa6\x9c\xa1\xd6\xe7\x75\x09\xa7\xd1\xbc\xb5\x65\xd8\xe8\xb8\x10\x4d\x7e\xcb\x13\x79\xd9\x85\x74\xc1\xe8\x98\xb7\x56\x83\x8d\x8e\x4c\xdb\x78\xcb\x13\x79\xd9\xba\xb8\x50\x25\x25\x6f\xad\x86\xcf\x14\x84\x75\x31\x6f\x6d\x02\x9f\xd7\xe5\x47\xc2\x4a\x14\xd8\x29\x74\xfd\xc8\x83\x62\x7b\x9b\x11\x17\xcc\x88\x77\xd3\x5c\xfe\xbc\x73\xa3\x1c\x4a\xde\x3a\xc3\xfe\x4c\x2a\x84\x85\xb7\x4b\xaa\xc5\xcf\xa4\x82\x75\x31\xbb\xc4\xfa\xcf\xcb\x15\xbe\xa2\xd9\xc5\xdf\x3f\x99\x6d\x17\xc2\xc6\x6f\xab\x8b\x76\x21\x65\x96\xc6\xec\x3a\x84\xfc\xcc\x83\x28\x9e\x92\xfd\xfc\x8b\xaf\xd1\xfa\x79\xeb\x40\x35\xe7\xdb\x7a\x8a\x7d\x46\x99\xe4\x31\xbb\xc7\xef\xd5\x0c\xe7\xd0\xec\x9a\x25\x3b\x87\x2e\x58\x30\x53\x2e\x54\xdb\x16\xcc\x8d\x92\x2b\x77\xa3\x6f\x80\x73\x3b\x56\x63\x00\x4e\xc1\xd3\x70\xcd\x92\x62\xb5\xb7\x0d\x9b\xcc\xed\xd8\xae\x7f\x7d\x7f\x86\xf1\x97\x1c\xf7\x56\x25\x96\x87\xb9\x1f\x53\x81\xd3\xdb\xf6\x4e\xe6\x7e\x6c\x17\x95\xb4\x6d\x57\x52\x26\x79\xcc\xee\x01\xa6\xff\x12\xaa\x11\x53\xf9\x3d\x4e\xf9\xf8\x30\xe5\x63\x93\xeb\xae\x53\x3e\x3e\x4c\xf9\x98\xf2\xbf\xda\x2a\xb5\xf2\x30\xe5\x63\x63\x39\xf1\x7a\x5a\x86\xf1\x97\x5d\xb0\xe8\xcd\x24\x8f\xa9\xe0\xe6\x6d\x7b\x27\x93\x3c\x36\xe6\x4c\xaa\xa7\x6d\xf8\x07\x98\xa4\x72\x38\x3e\x53\x3e\xa6\xc2\x95\xb7\xed\x9d\x4c\xf9\xd8\x98\xb3\xaf\x9e\x86\x61\xfc\x25\xd5\x97\xad\x2a\x29\x0f\x73\x3f\xa6\xbc\x9e\xb6\xfd\x51\x99\xc4\x31\xe5\xf5\xb4\xcf\x74\xdf\xe4\x73\x6a\xa8\x5b\xa5\x9b\xab\x81\x71\xeb\x2b\x4f\x13\x16\x86\xcf\xec\xd4\x0e\x9c\xdb\xb1\x1a\xe8\x3b\xf4\x39\xcb\x23\x21\x43\xa7\x06\xb8\x3d\x6e\x56\x03\xe3\x26\xb6\x55\xb2\xe4\x61\xb6\xc6\x1c\x5c\x5a\xce\xd6\xf8\x6c\x84\xeb\xa7\x82\x6d\xb7\xcd\x88\xcc\xa1\x98\x4c\x80\x51\x4f\x61\x18\xe3\xe6\xbd\x0f\xf3\x2b\xb2\x51\x93\x36\xc4\x3e\xaa\x36\x52\x8d\x0f\x30\x49\x65\x9f\x51\x26\x5a\xcc\x71\xa9\xef\xe5\xbe\xc9\x10\xa2\x77\xd3\xb2\xdd\x8d\xdb\xe9\x74\x27\x3f\xc1\x28\xdb\xa5\xa0\xcf\xdd\xb4\x75\x30\xd1\x62\xbb\x78\xc3\xea\x44\x8b\x0f\x13\x2d\xa6\xbc\x70\xb6\x6d\x91\x4c\xad\x98\x72\xb7\xd9\x76\x25\x65\xea\xc4\x94\xbb\xcd\xb6\xd1\x91\xa9\x13\x93\xb9\x34\xeb\xe9\x36\x8c\xbf\x0c\xbf\x9d\x86\x17\x60\xbf\xbd\x0d\xb3\x6f\x52\xf0\x32\xbd\x69\x74\x94\x5f\xcd\xbe\xbc\x00\xe1\x81\x9a\x83\x3a\x3e\x13\x29\xb2\x81\xdd\x4a\xa4\xb2\x3f\x2a\x53\x27\x26\x53\x87\x3c\xdb\x1e\xa6\x1b\x66\xc6\xc6\xf2\x64\xf5\x34\x0c\x63\xd2\xa6\xfa\x96\x9e\xb2\x69\x5d\x1c\xfe\x1c\x9d\x4d\x98\x51\x31\x47\x68\x80\xdb\x03\xc4\xd6\x21\xdf\x97\x6d\xeb\xe2\xbe\xa8\xbe\x50\x1b\xdb\x8e\xa4\xdf\x08\x99\x4f\xc5\xca\x6d\x95\x62\xae\x06\x66\x9e\x7a\xa1\x53\x27\x3e\x4c\x9d\x98\x53\x8c\x7c\x7b\xa5\xc1\x03\x35\x59\xfd\xe2\xd9\x76\x3c\x65\xb2\xc4\x64\x8e\x90\x87\x19\x13\xd9\x60\xdf\x1a\x89\x36\xdf\x0d\x0f\xd4\x9c\xa7\xfe\xd2\xb2\x0a\x39\x12\x9b\x7c\xd0\x9d\x23\xb1\x1a\xe8\x9b\x06\x9f\x7d\x7b\x01\xde\x50\x76\x66\xd3\x00\x97\x07\x08\x52\xcd\xa6\x01\x6e\x7f\x0e\xb8\x4a\x89\x46\x9c\x0c\xb1\x1a\x78\x5b\x62\xbd\x7b\x13\x80\xb9\x2e\xe5\x15\xb2\xed\xfd\xb9\x11\xdf\x7e\xeb\xbc\xb6\x6d\xbc\xdb\x70\xf3\x4c\x85\xe8\x38\xeb\x61\x35\xf0\x97\x92\x9a\x8e\x5f\xdf\x9d\x1f\xcf\xc3\xea\xb6\x3f\x27\xb3\x1e\x26\xab\x30\xd4\xd3\x63\xb8\x16\x20\xd3\x04\x3e\xbb\x5b\x22\x23\x22\x3d\xa7\xd6\x65\xf7\x57\xd2\x4a\x27\x5f\x86\xdd\xbd\xa4\x3a\x3f\x9e\x0a\xf7\xb6\x87\x26\xd3\x1f\xa6\x62\x2c\xf6\xf0\xe6\x85\xa8\xf2\x94\x07\xc1\x1e\x16\xa6\xb0\xcb\xb5\x5b\xd3\xa0\xf4\x86\xd5\x40\x27\x54\x31\x9c\xde\xf0\x61\x7a\xc3\x0c\xcd\xa5\x7d\x2e\x37\xad\x74\x71\xa8\x6f\x2f\x92\xc1\x99\xd7\xa4\x39\x88\x7c\x23\x5a\x3c\x95\x65\xc5\x89\x0a\x1f\x26\x2a\xcc\xf0\x48\xbc\x1a\x50\xd3\x38\x43\x0c\x31\xe4\xca\xb3\xe1\x7c\x79\x37\x0f\xd0\xd2\x87\xc6\xbb\xd0\x5f\xda\x78\xb7\x61\xbc\xbb\x15\xe7\xb3\x1d\x2d\xce\xd4\x84\x29\xa7\xe7\x3d\xbd\xfd\x23\x3e\xbc\x29\xcc\xc0\x89\x0a\xab\x81\xbe\xb5\x17\x4f\x2f\x12\xd8\xe5\x32\xb4\xe9\xda\x43\x73\xa3\xbe\x48\xc6\xfd\x87\x6a\xb2\xf5\xb2\xff\x1a\xee\x1f\x3a\x83\xef\x29\x0b\xc9\x86\x03\xe7\xad\xc3\xc8\xb6\x11\x6f\xa3\x06\x72\xea\xc2\xdb\xe9\x0d\xab\x81\xbf\x96\x76\x30\xbd\x86\xe0\xa9\x99\x72\x50\xde\xd3\x52\x08\x9e\x9a\x19\x5d\x9d\x58\x0d\xa0\x59\xee\xd6\x8e\xe2\x60\x72\x66\x3d\x4c\xdd\x55\x3b\xeb\x61\x35\x40\x04\xea\xcc\x3b\x2c\xc7\xe1\x9b\xd9\x14\x6b\xe1\x64\x88\xd5\xc0\x5f\x4a\x4c\x86\xc5\x7b\x70\x3a\xb4\xd1\xd8\x53\x73\xd3\x2c\x17\x62\x7f\x07\x93\x6f\x78\x53\xa6\x6e\xb6\xb7\x8a\x20\x57\xa3\xce\x9b\xb7\xd4\x17\x47\x8d\x6f\x9a\xe3\x42\x62\xd2\x51\xe3\x1b\x4e\x96\x29\x67\x5c\x67\x3d\x7c\x98\xf5\xb0\xe9\xa0\xe3\xac\x87\x0f\xb3\x1e\x66\xa4\x61\x0f\x10\x0c\xad\xe0\xb2\x1d\xdb\x23\xc1\x2d\xa8\x8e\x45\xdb\x31\xe6\x1b\xe1\xe3\xa9\x5b\x73\x67\x3d\x7c\x98\xf5\x30\x59\xc9\xfb\xd9\xe9\xd5\x0c\x97\xcc\xd4\x85\xf7\xb6\x4b\x26\x33\x17\x66\xf2\xdc\xb6\x6d\xea\xdb\x30\xf5\xdd\x4c\xf6\xf9\x6c\x87\x87\x33\x45\x61\xea\x66\x7b\xa7\xe5\x38\xcc\x75\xed\xee\x86\x97\x61\xf4\x2d\xa1\x9a\x5e\xe4\xf0\xb6\x4c\x5d\x61\x6f\x1b\xef\x36\xcc\x75\xed\x96\xda\x65\x27\x4b\x66\x2e\x4c\x79\xc6\xee\x34\x61\x93\x84\xd5\x9e\x9c\x56\x48\x60\xbc\x6b\x0a\x79\xd9\x69\xcd\x03\x71\xe2\x8d\x79\x0c\xeb\x69\x18\x46\xdf\xb7\xdf\x4e\xc3\x0b\xb0\x68\x62\xc5\x15\x36\xbd\xc6\xfa\x89\xf5\xe4\xcf\x21\xbd\x35\xc5\xcb\x8c\x4c\x9b\x9e\x52\x9f\xec\x65\x46\x5e\x64\x64\x71\xac\x63\xcc\x99\xe7\x30\xe5\x47\xbb\x6d\xbc\xdb\xf0\xb6\xbc\x2f\xd1\x7b\xa5\xfb\x86\x3d\xff\x9e\xfa\x4b\xcf\x0e\x4d\x7d\xba\x16\xdf\xcb\x02\x04\x4e\x98\xa9\x6b\xf1\x6d\xdf\xcb\x4d\x53\x9f\x62\x5b\xb6\x4d\x7d\x7b\x91\xed\xa5\x4b\x2c\x4f\xc3\xa2\x08\x0e\xbf\x3d\x0c\x83\x82\xd3\x6f\xbb\xef\x62\xf4\xdb\xe7\x9e\xe5\xdd\x6a\x71\xb7\x0a\xc3\x9f\x61\x8c\x44\xea\xf9\xb2\x3c\x81\x4b\x66\xa6\xf4\x14\xbb\x64\x6e\x1a\x06\x53\x3a\x90\x0d\x83\x1b\x86\xc1\xdb\xa7\x24\x47\xa4\xef\xcd\x69\xa0\xf9\x73\x3b\x22\x7d\xc3\x14\x98\x99\x7e\x3b\x0d\xa3\x6f\x2d\xee\xed\x69\x80\x4b\x63\xa6\xf4\x14\xbb\x34\x32\x75\x62\x53\x40\xd2\xb6\x4b\x23\x73\x28\x9e\xc7\xa1\x9d\xc6\xb1\xe7\x1b\x5e\x8c\x85\x37\xe1\xdb\x38\xf8\x4a\xa2\xc3\x4e\x8d\xcc\xa2\x58\xaf\x6b\x30\xe6\xe5\x4d\x5e\x96\xec\xd8\xde\xc7\xe8\xd5\xa8\x78\xa7\x6d\x43\xdd\x46\xbc\x79\xeb\xd2\xbc\xec\xd5\xb8\xe1\xd5\x78\x1e\x72\xca\xdb\x8f\xe9\x02\x47\xc6\xc2\xa7\xf0\x34\xfe\x23\x4e\x3a\x3e\xe6\x44\xa4\x4c\x6c\x5d\x27\x14\x47\x9a\x6f\x7a\x30\x32\x3f\x61\x3d\x0d\xc3\xa4\x8c\xce\x7e\x8f\xe5\x07\x3d\x1b\xbb\x64\x93\x7d\x15\x37\x0c\x81\xe7\xa1\xbb\xea\xfd\x58\x45\x82\x7b\x62\xe1\x4d\xb8\x07\x5f\x14\x2d\x5c\x1f\x6b\xb6\xa3\xd1\xaf\x4b\x21\x78\x7c\x4a\xa1\x5f\x62\xd7\x34\x39\xda\x9c\x29\x19\xcf\x43\xb7\xd8\x4e\xc5\x58\x0d\xf6\xae\x1d\xeb\xf1\xfa\x47\x60\xf9\x79\xc8\x55\x6e\xdb\x35\x71\xc3\x1c\x58\xf8\x25\x3c\x8c\x67\x31\xaa\xf6\x95\xd7\x67\x8f\x97\x12\x57\xa4\x79\xad\x2b\xc0\x30\x78\x1e\xf2\xa1\xdb\xaf\xd5\xad\x97\x14\x16\x73\xbc\xa6\xf0\x2b\x0a\xeb\x38\xfa\x7a\xb1\xc3\x4d\xb1\xf0\x14\xee\x7f\x2d\x7d\xa1\x31\xa7\xdf\xe3\xf4\x8d\xcf\x86\x5d\xf1\x3c\xe4\x5d\xe7\x44\x8d\xd5\xe0\xbf\xaa\x17\x73\xf0\xcb\x22\x9f\xba\x88\xde\xaf\x37\xae\x97\x14\x96\xa4\x7f\x4d\xe1\x97\x9c\x2d\x1f\xb8\xfd\x7a\x65\xbf\xa4\xbc\xbc\xdd\x9c\x07\xb2\x1a\x3f\xe2\xfc\x5b\xc7\x90\x6f\xd4\x5f\x3e\x0f\x5d\xe7\xef\xcf\x34\xfb\xc8\xac\x67\xfb\x4b\xbe\xa3\xfd\x59\xff\x42\x85\xe6\xfa\xd9\x10\x7e\x19\x2f\xb5\x5e\x76\x74\xe7\x9b\xac\x06\xff\x5d\x42\xee\xb3\xe6\xf5\x51\xf3\x92\x76\xe4\x30\xf3\xfd\x51\x2a\xe8\x1a\x7b\x7f\x56\x05\x3e\x32\x2d\x0b\x38\x3c\x4e\x35\xf9\x30\xd5\x64\xe1\xfa\x5b\x4b\xc5\x4f\x44\xd2\x7e\xf3\x59\xcd\x42\x59\xe5\x5b\x16\xf9\xed\xe0\x71\xe6\xa0\x3c\x0f\xe5\x0c\x71\x12\xca\x6a\x70\x0e\xa4\xad\xfd\x4c\xd3\x1f\xb9\xf6\xd4\xf9\xe3\x67\x01\xf0\x13\xad\x75\x00\xf9\x59\x34\xfe\xc8\x9f\xa7\x56\x85\x6d\x88\x4c\x2d\x79\x5f\xff\xe0\x65\x98\xc3\x91\x50\xff\x79\xd7\x41\x15\x97\x66\x63\xd6\xcf\x44\xfb\x91\x0f\xe5\xaa\xb3\xed\xba\xc8\x2c\x93\x85\x6b\x34\x16\xb1\x3f\x11\x4d\xec\x6f\x43\xe1\xfe\x91\x11\x25\x48\x1c\x2e\xbe\x59\xed\xe5\xd0\x6d\xef\xfe\x79\x2f\x41\x84\x78\xeb\x92\x23\x3f\xd3\xf2\x47\x5a\xb2\x3a\xd9\x1b\x07\x57\x7a\x35\x1a\xf1\x4b\x78\x37\xbe\x89\x77\xe1\x9f\x71\xf6\x83\x83\xcb\x1b\x8a\x19\xaf\xc6\x24\x7e\x0b\x5f\xc6\xd9\x0f\x24\x55\x3d\xbe\xc6\xd9\x4f\x53\x3f\xcb\xe3\x21\xab\xd1\x1e\x5d\x8f\x61\x1c\x2c\x02\xb5\xa1\x9e\xb6\xe1\xa7\xe0\x50\xef\xcb\xa3\xe4\x2a\x6d\x97\xbe\x8a\xfb\x4f\x35\x20\x03\x86\x06\x49\x5a\x56\x83\x7f\x8a\x1d\xa2\x1e\xd3\x38\x24\x0f\x1d\x04\x5e\x67\xe5\x7c\x99\x95\xb3\x70\x76\x2f\x3b\xe0\xcb\x44\x9c\x85\x0f\xe1\xb7\x71\xfe\x6d\x08\x5e\x86\xd9\x4d\x27\x0d\x4e\xd3\xf2\x24\x5f\xf2\x9e\xb9\x1e\xbb\x71\x0e\x73\x1c\xc2\xd3\x38\xfb\x19\x1a\xce\xd2\x67\x9d\xa2\xe5\x54\xff\xcb\xef\x73\xd9\xb2\x68\x41\x3d\x3e\xc6\xc1\x3a\x53\xa3\x37\x31\x4f\x32\x26\x8d\x2e\x6f\x9c\xdc\xb5\xab\xc1\x6e\x42\xdd\x6f\x77\x43\x0e\x0c\x12\x4d\xb1\xe5\xd5\xe0\x57\x45\x0a\xef\xc6\x39\xca\xf4\xfb\xcb\x38\xbb\xcf\x5b\xf8\x6b\x9c\xc3\x49\x0e\x53\x25\x5c\xaa\xa1\x7e\xd4\x7f\x86\x71\x70\x4e\x5e\x82\xf5\x55\x8d\xcb\x93\x57\xba\xf5\x78\x1b\xc7\x5c\x85\x7a\x37\x2d\x1b\x69\x79\x89\xbf\x9b\x69\xd9\xa8\x18\xf1\xf2\xe8\x0d\xb9\x34\xbe\xcc\xe3\x59\xb8\xba\x37\x07\xd2\x8e\xc8\x18\xd1\xd7\x69\x3d\xab\x01\x2d\x22\x9b\x60\xd3\x80\xb5\x6b\x59\x73\xe0\x75\x02\xcf\x97\x09\x3c\x1b\x33\x30\xbe\x4e\xe0\x59\x0d\xfe\xe9\x75\x0a\xef\xc6\x07\xf1\x4b\xf8\x34\xce\x7f\x0d\xc1\xdb\xf0\xc7\xd7\xd5\x7d\xfa\x5f\xa1\x30\x0d\x89\x90\x8b\x7b\x4c\x35\x3a\x60\x75\x9e\xc3\x30\x8b\xb0\xdf\x87\xf0\xc7\xf8\x8b\xd7\xf5\x49\x9e\x8f\x8b\x4c\x4c\xdd\xe2\x0d\x79\x36\x56\xe3\xfa\xef\x7f\xee\xfb\x68\x82\xdd\x3b\x79\xf8\xba\x35\x76\xf3\x30\x12\x77\x36\x26\x73\xac\xa7\x9f\x60\x08\xd1\x21\xa9\xa5\xf0\xf6\x57\x69\x3c\x0f\xee\x8f\xf5\xb8\x8c\xb3\x77\xad\xb4\xcb\x0b\x9f\x95\x5b\x0e\xee\x54\x6f\xdc\x96\xa2\x37\x79\xf8\x1a\x5d\x78\x18\x4f\x0c\x3e\x05\xeb\x5b\x6f\x2e\xf0\x4b\x0b\xf0\xf6\x02\xbf\xc9\xc2\x16\x67\x77\x6a\x42\x6e\xae\x40\x96\x2b\x78\x43\xf5\x91\xff\x1f\x63\xe7\x93\xab\x3b\x6a\x44\xf1\x79\x56\x71\x77\x90\x0f\x8c\x0d\x35\xc9\x24\xe3\x64\x0f\x60\x6c\xa9\x07\xdd\xfd\xf4\xd2\xbd\xff\x08\xce\xf9\xbd\x28\x51\x06\x6f\x70\x25\x7c\xc4\xad\x0f\xca\xf5\xcf\x05\x14\x53\xa5\x35\xf3\x65\x19\x2b\xcc\xaa\x48\xf6\x8a\x6d\xb7\x6f\x4d\x59\x8d\x4b\x78\x35\xde\xc1\xc7\x22\x63\x53\x5c\xd0\xe3\xa2\xc9\x32\xfa\x13\xe1\xdb\x19\xc6\xac\xd3\xb8\xeb\xe9\x00\xde\x62\x60\x51\xf5\xd9\xf4\xa9\x32\x9b\xe9\x53\x12\xdd\x6f\xf0\xfd\xa2\x32\xc4\x1f\x60\xfd\xa8\xfd\xc5\x89\x76\x9f\x0a\x70\x8a\x07\x79\xc2\xb2\x53\xfe\xa5\x30\x1a\xa4\xec\x94\x94\x59\xe2\x4f\xa4\xe9\xf4\xf5\xfc\xc7\x4f\x6c\xf1\x9e\xd4\xd4\x5c\x0d\xfd\xca\x51\x8d\x4f\xf0\x47\xb8\x67\x31\x18\xad\x1c\x4a\xb1\xe3\x38\x47\x03\xdf\xf2\xc0\xe4\xc6\x00\x5e\x91\xec\xf5\xa3\x37\xbc\xf0\x0b\x28\xa2\x7e\xf1\x02\x2e\xa9\x79\x39\x93\xf1\x0b\x5c\xbf\x6a\x69\xf6\xd5\xcb\x53\x75\x38\x17\x5e\x8d\x7b\xf4\x97\xc4\xb0\x58\xca\x2f\x78\xba\x13\xa0\x0b\x77\x7f\x7c\xf9\x25\x15\xd5\xa2\xf0\x6c\xbe\x67\x79\x35\xb6\x40\x58\x73\x2f\x78\x7d\xc9\xc2\x16\xfb\x13\xdf\xd1\xb2\x1a\x22\x6f\x5f\x7e\xf5\x0a\xde\x36\x19\x60\x46\x2f\xe1\x2f\x56\x8a\x0b\xe1\xbf\x24\xfc\x27\x30\x54\xcc\x62\x53\x81\x97\x97\x79\x69\x2f\x53\xd1\xdc\x6a\x5e\xda\x3d\x54\x4c\x66\x35\xcf\xec\x65\x2a\x62\xbb\xd3\xa2\xa5\x58\xae\x2a\x2e\xbb\x4a\x73\x4f\xab\x5c\xc5\x35\x57\x09\x8e\xca\x6d\xac\x47\xc8\x74\x91\xa9\x86\x3d\xca\x2a\xcd\x3d\x0f\x4d\xaa\x12\xa0\xe8\x20\xf9\x47\xd5\x2f\xd6\x23\xe4\x15\xa0\x9c\x47\x33\x3e\xc1\xf7\x6c\x4f\xdb\xde\x86\xe4\x34\xcd\xf6\x74\xe0\xd2\x08\x50\x76\x8a\xb2\x20\xae\x0d\x17\xdc\x9a\xc9\x88\x7c\x63\xb6\x4d\x82\xa3\x20\x73\xaa\xfe\xa5\x1a\x1a\xe6\x79\x19\x0f\x70\xd1\x39\x25\xc8\x0d\xc1\xd9\x69\xca\x52\x4a\x35\x7c\x01\x8b\x69\x8e\x97\x1a\x4c\x6b\xb2\xed\x36\xb2\x0d\xa6\x35\x09\xc8\x69\x6b\xda\x50\x42\x95\xb7\xfc\x10\xcf\x34\x24\xa4\xc9\xb8\xeb\x4e\x81\xa9\x02\x96\x6a\x6c\xf2\x96\xee\xc0\xa9\x86\xb4\x8a\x88\x20\x60\x4e\x48\x42\xf0\xd9\x81\x56\xe9\x36\xe6\xcf\xe9\xb8\xc5\xf7\xa8\x4c\x95\xaf\x2c\xe5\x14\xeb\x03\xc3\x16\xe6\xa5\x05\x2d\xe0\x65\x98\x97\x0e\x67\x82\x70\x66\xe7\x2b\x4b\x39\xe9\x6e\x26\x84\x94\x0d\x2f\x1c\xf0\x32\x14\xb7\x5c\x36\xe2\x81\x56\xe9\x2e\x95\xcf\x65\xc1\x0c\x02\xea\x7d\xe4\xbb\x14\x3b\xb8\xc0\xd0\x85\x04\xf3\x4a\x26\x4f\x38\xb3\x93\x93\xa5\x38\xa0\x0e\xec\x9c\x76\x16\x6a\x0b\xca\x7a\x82\x65\x12\x4b\xdd\x5d\x3a\x5b\x47\x2c\xbb\x3c\x8a\x0d\x42\x87\xf3\x5d\xd2\xaa\x72\xc3\xb3\x75\x74\xb3\x2b\x9c\xc1\x77\x74\xec\x5c\x97\xb8\x5e\x0e\x7f\x3a\x71\x8b\x52\x8e\x97\xe3\xd4\x4e\x80\xd2\xe5\x3a\x2e\x2b\x49\x87\x95\x5d\xd2\x7a\x39\x8a\xef\x7c\x9a\x74\xb3\xd8\xda\xd0\xb1\x67\x5d\xe2\x7a\xd9\x1c\x77\xdc\x70\x97\xd2\x5e\x36\xaf\x1d\xe6\xec\xfb\x55\xf2\x15\xc0\x13\xf8\x51\x77\xcd\x76\x30\xdb\x21\xf9\x43\x2e\x07\xb1\xc5\x4e\xfc\xe5\xcb\x72\x33\x70\xa0\xbb\x14\xe5\xea\x2e\x2d\x19\xe8\xec\x90\x9c\xc1\xe4\x01\x17\x86\xe4\xec\xb2\x79\x1d\xe8\xec\x30\x77\xcc\xb5\xc1\x87\xdb\x30\x77\x9a\xe9\xc3\x9d\x61\xee\x34\xd3\x27\x9e\x56\xa2\x51\xcb\xa7\xb3\x0d\x3c\xea\x90\xd2\x5e\xb6\xbb\x03\xab\xbe\x0f\x40\xe7\xea\xe8\x70\xc0\x4b\x27\x14\x2f\x6b\xc3\x20\xa4\x19\x0a\x69\xaa\x63\xd2\x81\x61\x1c\x92\xb4\x6a\x75\xb8\x91\x34\xa5\x14\xab\xc3\xc3\x1b\xcf\x79\x8b\xc7\xd5\xf1\xe1\x8d\xb5\xdf\x57\xaf\xe4\xea\xd8\xe5\x46\xa0\x94\x39\xac\xa9\x1a\x3e\x80\xcb\x86\xc3\x70\x05\x1e\x22\x0e\x0e\xf1\x1d\xa2\x54\x47\x34\x77\xd8\x4e\x68\xaf\x60\x75\x40\x73\xc3\xc7\x5b\x7c\xb4\x2e\xdc\x7c\x17\xef\x03\xcc\xb9\x5a\x15\x6e\xd8\xeb\x74\xe2\x7f\xba\x4f\xf0\x47\x38\xfd\xf9\xd1\xc5\xff\xac\xb2\xa0\x53\xb5\x2c\xd5\x10\x5f\xac\x51\x37\x22\xbc\xcf\x3f\x67\x95\x0b\x5d\x4f\x03\x78\xcf\xe8\xb8\x7e\x26\xb8\xba\x71\xcd\x4e\x42\x56\x07\x51\x13\xf5\x9f\x52\x7f\xd5\xfc\x5c\x8f\x05\x7c\x73\xe2\x47\xf7\x0b\x58\x63\x2d\xc5\x78\x80\x8b\x15\x56\xe7\x89\x9d\x76\x76\xb2\x3a\xba\x72\x76\x72\xaa\xc6\x65\x29\x96\xe3\x49\xf0\xb3\xb3\x8d\xe9\x53\x4f\xf0\x07\x5c\xa3\xbf\xc4\xa2\x89\x3e\x4c\x79\x99\xea\x8f\xf2\x89\x97\x99\xe2\x11\x93\x82\x09\xce\x13\x56\x5b\x85\x87\xf8\xe4\x51\x7e\xa6\xda\xcb\x3c\x58\x05\xe7\x0f\xab\xbd\xcc\x83\xc4\xee\xb2\x93\x99\xc9\x3e\x38\x1f\x1d\x5b\xae\x36\x5d\x0f\x46\x61\xa7\x07\xd3\xa7\x59\x7d\x1e\x9c\xcc\x2e\x4e\x99\xab\x13\x13\x0f\x3c\x70\xda\xb0\x39\xca\x79\xb0\x09\x7b\xeb\xe1\xc2\x25\x6d\x0f\x3c\x70\xde\xb0\xd9\xf9\x3c\x08\xed\x23\xa1\xb5\x0f\x7b\x70\xe4\xba\x8a\xe6\xd3\xac\x57\x0f\x4e\x66\x9f\x56\xce\xd5\x76\xf4\x21\x28\x72\x36\xb1\x59\x81\x1e\x0c\xa9\xd3\x86\xcd\x29\xa4\x17\xdd\x77\xda\xb0\x39\x34\x7c\x91\xa7\x57\xf2\x64\x1f\xf6\x62\x5f\x75\x7c\xb9\xda\x87\xbd\xb8\xfd\x57\x4e\xa6\x39\x02\x7c\x61\xa5\x93\x89\xcd\x62\xf9\xe2\xc7\x5f\x05\xd3\xcd\xb1\xd5\x8b\x7d\x75\x36\xb1\x39\x14\x7b\x71\xd8\xaf\x34\xb7\x99\xf7\x2f\xc1\xcf\x3e\xcc\x9c\xb5\x2d\x62\xb6\x17\x0d\x7d\x15\xe4\x34\x87\x56\x2f\x86\xf1\x95\xf8\x35\x8b\xe5\x8b\xf8\x29\x3d\xa8\x2b\x62\x66\x7c\xac\x6b\xaa\x1b\x99\x3e\x5a\xbb\x5e\x8f\x0d\x7c\x33\x41\x4e\x20\x3e\x66\x42\x38\x3b\xa8\x4b\x4b\xd6\xe3\x04\xd7\xa4\xe4\x7c\xc2\xbb\x03\x67\x38\x3b\xa8\x5b\x41\xa6\x4a\x46\xaa\xb1\xe2\x84\x33\x99\xbc\x75\x2a\x3e\xf2\x25\xaa\x31\x35\x29\x1e\x39\xc3\x79\x37\xdd\xdd\x31\xa9\xf0\xb8\x1a\xbb\xbf\x0a\x2d\xad\xc7\x13\xbc\x0a\xcf\xc6\x03\xfc\x15\xae\x61\x26\xdb\x75\x95\x75\x2c\x5a\x6c\x59\x4f\x17\xf0\x9e\x6d\xc8\xdc\x51\xce\x71\x35\x44\xa6\xf8\x67\x2d\xf6\x91\xb4\xc6\xa3\x53\xc7\x53\xe5\x1d\xd5\x10\x9d\x62\x3a\x83\xe1\x4b\x90\xe3\xf4\xb4\x6c\x65\x23\xc9\xca\x86\xc9\x38\x8a\x0a\xe7\xdd\x74\x4d\xc4\x0c\x6f\xc4\x5b\x8d\xad\x85\x2a\x3a\x34\x55\xcb\x51\x0d\x91\x97\x80\x47\xe6\xdd\x66\xbd\x5b\x65\x7f\xc2\xe7\x7f\x67\x64\x09\xb2\x2e\xc6\x9f\xd4\x6f\x5c\x0d\x91\xb1\xe8\xf8\x26\x9d\xd5\xe8\xc2\xc3\xf8\x00\x5f\x91\xa4\xf6\xa6\xae\x27\x8f\xd2\x79\x37\xd5\xe4\x99\x41\xde\x4d\xb5\x1c\x8b\xbf\x7c\xc2\xb7\x24\xaf\x46\xdb\x70\x36\xdc\x81\xc5\xfa\xe6\x1f\x75\xf8\xa0\x8a\x8f\xe5\xf4\x9b\xca\x70\xd8\xd9\xb8\x50\xc2\x2c\xb2\xb5\x44\x95\x20\x17\xee\x39\x0d\xe6\xb4\x05\x2d\xe9\x32\x87\x19\xe4\xdd\x54\xfd\xb1\xf8\x73\x2b\x7c\x0e\x78\x35\x86\xba\x87\xf1\x07\x5c\x64\x92\x7e\xf6\x40\x1d\x76\xea\x6c\xe1\xd5\xf8\x09\x2e\x3a\x96\x63\x72\x60\xb1\x0f\xee\x2e\xdc\xf4\xe1\x82\x92\x60\x49\x2b\xa1\xeb\x71\x82\x3f\xc2\x4d\x7f\xf0\xbb\x43\x74\x0e\xd3\x19\x8c\xd3\xd3\x95\x7b\xa0\x70\xe3\x6a\x68\x9c\xfa\xc6\xa6\x72\xe3\x6a\x88\x8e\xbe\xff\xa2\xa0\x57\x7b\x87\xdd\xc2\x2f\xe3\x13\x5c\xf4\x4f\xd3\x87\x0f\xc5\x7c\xb0\xc4\x16\xbb\x60\x55\x77\xcc\x2d\xd1\xbd\x03\x8b\xcc\x65\xf2\xb0\x67\xef\xb2\x4b\x49\xe7\x6b\xd7\xe3\x09\xae\x61\x56\x0f\xb3\x33\xcc\x2e\x3a\x96\x64\xd2\x69\x51\x24\x3c\xcc\x6a\x30\xdb\x21\x2e\x37\xff\xac\x4d\xa9\x4a\x37\xe6\x96\xe9\xfe\x00\x8b\xba\xd5\xd6\xfb\xf1\xa6\x4a\x3a\x2e\xbc\x18\x3f\xc1\x45\x5e\x81\x7c\x90\x20\x0b\x25\xc8\xec\xad\xc2\xd7\xd2\x4c\x55\x6f\xcc\xed\xf8\x89\x83\x78\xab\x73\xe6\xbf\x96\xa3\x4f\x5a\xb6\x9c\x41\xfa\x2c\xf6\xe1\xdc\x72\xfa\xc5\x9c\xd8\xe5\x7d\x4a\x37\xdb\xc7\x51\xf4\x71\xaa\xe8\xe3\xa2\x42\xf7\x09\xbe\xe5\x4d\xa7\xa4\x67\x9c\xe8\xf4\xce\xb6\xe5\x66\x31\x3c\x3b\xd4\xbb\xa8\x4b\x0a\x5d\xb1\x71\xaa\x62\x63\x6e\xb6\x8e\x27\xec\x57\x2e\x2d\x25\x2b\xcb\x89\x8e\xee\x9d\x81\x0b\x87\xcc\x00\xbf\x37\x19\x8f\x11\xeb\xa8\x64\x5a\x52\xfd\x8e\x19\x24\xd3\x42\xc9\xb4\x94\xfc\x1a\x2f\x47\x05\xaa\xea\x98\x9b\x45\xdf\xd7\x29\xaf\xc6\x1e\xbb\xbc\x33\x55\x1b\x67\xec\x0b\x94\x73\xb3\xe0\x5f\xb0\x5d\x19\xb6\x94\x6c\xbe\xc8\xb0\xa9\xac\xe3\xc2\xfd\xa3\xd8\x52\x65\xd8\x52\x32\xc7\xc8\xb0\xa9\x82\x63\x39\xed\x9d\x7d\x02\x78\x35\xc4\x82\xe2\x9f\x45\xff\x2f\xcf\x55\x5f\xa4\x41\xb2\x2b\xaa\xf4\x36\x99\x4e\xc5\x13\x54\x4d\x4a\xa1\xaa\x6a\x33\xaa\xa1\xd7\x6d\x3d\xa9\xa8\xf3\xde\x0c\xb8\x70\x71\xde\x67\x72\x57\x43\x42\x66\xd3\xee\xab\x64\xa6\x2a\x33\x66\x6d\x97\x5b\x4f\x0f\xb0\x46\xa9\x2f\x49\x0a\x35\x4e\x15\x6a\xcc\xc4\x16\x2e\xd4\x38\x55\xa8\x31\x13\x5a\x54\x78\x50\xa5\xe4\xc9\xb1\x42\x45\xc9\xab\x79\x63\x0f\x51\xe1\x8d\x52\x6c\x29\x85\x07\xe9\x20\x33\xaa\xa4\xaf\x99\x35\x83\xb1\x6f\x1f\xdc\x1c\x00\x55\x7c\xb0\x6e\x99\x49\x49\xdf\xa3\x14\x6b\x9c\x2a\xd6\x98\x9b\x4d\x45\x23\x40\x51\xde\x2d\x79\x95\x95\x6a\x8d\xab\x71\x09\x3f\x8d\x07\xf8\x2b\x5c\x93\x6a\x04\x28\x4d\xca\xaf\x8f\x84\x68\x30\xbe\xc9\x5e\xda\xe2\x34\x3c\x76\x93\xba\x66\xbb\x9f\x06\xe3\x95\x8e\x4b\xd9\xaa\xd0\x88\x5b\x9a\xec\xa8\xce\xe5\xae\x47\x46\x29\x37\xa3\x83\xb9\xeb\xd1\x42\xdf\x64\x2f\x9b\xbb\xe3\x6c\x9b\x14\x36\x5b\xb8\x1b\xe1\x4c\x13\x2b\xcd\x32\xf2\x6b\xaa\xb7\xb8\xf4\x2f\x1b\x6f\xe0\xab\x7b\xd8\x62\x05\x3e\x75\xa7\xd1\x56\x77\xb1\x26\x50\x35\xe5\xd1\x52\xb6\xc2\x06\xbe\x64\x27\xd4\x72\xd8\x35\x07\xbc\x51\x7a\x2d\x79\xed\x35\x02\x0d\xdc\x1b\x00\x17\xee\x9f\xc5\xc4\x85\x79\x66\x0d\x0f\x78\x16\xe6\x99\x83\xb1\x20\x6e\xd1\x1e\xbf\x48\x26\x83\xc7\x0e\xb9\x9e\x7c\xf9\x67\x71\x3d\xfb\xa8\x6e\x0e\xdb\xb8\x80\x95\x4a\xbb\xa5\x6c\xd5\x09\xe2\x96\xbd\x0b\x30\xa5\x6c\x45\x0e\xa4\x75\x27\xe0\x8a\x73\x89\x11\x98\x4a\xe5\xdd\x92\x17\x82\x83\xbc\x5b\x74\x85\x33\x8e\x00\x3b\xee\xbd\x4b\xef\xb3\x75\xa1\xe3\x91\xf6\xd6\xbe\x4c\x34\xdd\x79\x23\xdd\xc2\x6a\xa1\xef\x78\xf7\xbd\xb7\x6f\xe1\x26\x8f\xf1\xeb\x16\x4b\x4b\x71\xc7\x8d\x77\x69\xb2\x17\x70\xa9\x91\x38\x55\x23\x31\xa5\xc3\x4a\xd2\xd1\xe4\xae\x28\xe7\xb0\x92\x74\xa2\x1c\xe5\xdd\xd2\xe1\x57\xde\x71\xcc\x5d\x5c\xf0\x92\x2c\x35\x0c\xa7\x6b\x18\xa6\xc3\x51\xd7\xc0\x03\xec\x0c\x5c\x0e\x07\x57\x03\xee\x28\x1f\x97\x0e\x3b\x8c\x81\xce\x0e\x05\x3f\x5e\xab\xa5\xe8\xe1\x74\xd1\xc3\x70\xcc\x38\x50\xe5\x7d\x44\x37\xf3\xed\x30\x50\xe5\x21\x71\xb5\x32\x0c\x3c\xaf\xb2\x71\xc9\x2b\xbb\x94\x37\x9c\x2a\x6f\x58\x9c\xdd\x8d\x81\x86\x2b\x49\x97\xbc\xe0\x4b\x7d\xc3\xa9\xfa\x86\x0b\xf7\x9c\xd0\x70\x6d\xfb\x4b\x87\xfd\xce\xc0\x88\x2a\x4b\x97\x0e\x46\x89\xab\xde\x1b\xfa\x8a\xb3\xc1\x31\x70\xd5\x43\x91\x92\x17\x65\x63\x10\x29\xed\x13\xb9\x39\xac\x6b\x83\x17\x32\xfc\x42\xac\x6b\x37\x6e\xea\x56\xa4\x74\x58\xd7\x6e\xac\xe5\x2d\xb9\x3c\x1c\xad\x90\xa5\x8b\x7d\x93\x4c\xb9\x12\xdd\x6d\x9e\x76\xba\xae\x78\x75\x34\x6e\x0c\x85\x36\xf2\xa5\xc3\x51\xe4\x4d\xcc\xa3\x8d\x7c\x71\xd6\xff\x0e\xac\xce\xff\x17\x57\xdd\xbc\x97\xdb\xef\xc5\x9a\x75\x63\x2e\x6e\x45\x44\x5e\xe1\x8d\x1b\x73\x71\x9b\xd1\xd5\x3f\x4e\x48\xa4\x34\x1e\x9f\x6e\x3e\xdb\x3b\xe3\x96\xfe\x1f\x76\x91\x37\xce\x6a\x9f\xf2\xcd\x2a\x0b\xb5\x9e\x2e\x60\x51\xb7\x6f\xbb\xf1\x56\x3b\x41\x57\x9c\x76\x8f\x9b\x90\xe8\x36\xff\x1d\x91\x4e\x14\x62\x9a\xff\xfe\x2a\x9a\xc4\x03\xbb\xba\x60\x4a\x5e\x8b\x8f\x89\x01\x98\x32\x00\x5e\x6f\x8e\x89\x88\x4f\x89\xb8\x79\x33\x79\x01\x4a\xbc\x25\x2f\x43\xc7\xc4\x24\xeb\x9c\x70\x54\xa8\xf0\xab\xe1\x5f\x95\x8c\x4f\xc2\x84\x9d\x69\xcb\x61\x23\x35\x89\x07\xa6\x38\x5c\xec\xf4\x26\x56\x64\x6f\xf8\x2b\x5e\x33\xa0\x0e\xe1\x6a\x68\xec\xb6\xbc\x13\x23\xb2\x37\xfc\x2d\xdc\xfd\xb1\xbc\x4a\xeb\xa5\x62\x5e\x92\xd6\x0b\xa5\xf5\xc2\xb6\xee\xc1\xb9\x3d\x32\x16\xc5\x9f\xb5\x0f\xce\xed\x91\x73\xf3\x8b\x7a\xe0\xb0\xb2\x7a\x49\x17\xcb\xaf\xc7\x09\xfe\x08\x37\x79\x4c\xec\x3e\x0a\x9c\x52\xb1\x7e\x92\xbf\x0b\xe5\xef\xf8\xdc\x7d\xf8\x24\xdf\x09\xbb\xcc\xd7\xee\x83\xb5\x78\x64\x2d\xbc\x0e\x17\xa4\xef\x62\xef\xff\x5b\xb8\x78\xf0\xe0\xac\x94\x60\xcb\x5e\x02\xa0\x3c\xe0\x6a\xac\xd1\x64\x27\xe3\x55\xe8\x6f\x37\x36\xcf\xb2\x2e\xf9\x7a\x39\x88\xbf\x1a\xe5\x6f\x5f\x87\x2a\x76\xbd\xc3\x41\xce\x6a\xc4\xfa\x59\x1d\x51\x7a\x39\x4a\xb0\x1a\x5b\x6e\x54\x27\x76\x3d\x9e\xe0\xaf\xf0\xb2\x71\x57\x02\x59\x8d\x1d\x8e\xea\xdc\xd1\x7a\xac\xe0\x6d\xe3\x55\x74\x6c\x76\x5e\x6f\x86\x4d\x75\xcb\xeb\xcb\x85\xe5\xaf\x76\x96\x26\x97\xee\x7f\x87\xd9\xf3\x6a\x9f\x62\x32\x15\x5f\x85\xfd\x6a\x13\xa2\x6a\x23\xad\x87\x0e\xba\xeb\x71\x5e\x42\x83\xbe\xbb\x88\x4d\xca\x46\xe9\xbb\xf7\xb5\x6e\xb3\xf5\xb2\xcb\xf0\xd5\xbe\xc2\xa4\x8a\x37\xef\x27\xde\x56\x36\xbf\xd4\xec\xe2\xd8\xe7\x7f\x6a\xfa\xae\x87\x5f\xfb\xb7\xbf\xfc\xfd\x1f\xfd\xdb\x3f\xfb\xaf\xcf\xd7\xfd\xe7\xf7\xef\xcf\x6f\x7f\xcc\x5f\xee\x3f\xbe\xfe\xba\xd0\xaf\xf9\xbc\xbf\xfc\xf6\x7c\x7f\xfe\xf5\xfb\x9f\xdf\xef\xe7\xeb\xdb\xef\xdf\xd6\x7f\xed\xbf\x7f\x07\x00\x00\xff\xff\x51\x1f\x69\x36\x9f\x52\x03\x00"); +func _egg ()(*asset ,error ){_afdf ,_eed :=_edfc ();if _eed !=nil {return nil ,_eed ;};_bcaf :=bindataFileInfo {_c :"Adobe-Japan1-6",_ed :2225,_cg :_g .FileMode (436),_ca :_d .Unix (1580491338,0)};_bcf :=&asset {_fdf :_afdf ,_ff :_bcaf };return _bcf ,nil ; +};var _bbcdd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xcf\x2d\x39\x72\xe6\xb7\xaf\x4f\xf1\x2e\xc7\x8b\x71\x9f\xe4\x7f\x02\x85\x0b\x68\x24\xcd\xb8\x17\x9a\x31\xac\x91\x6d\xc0\xf0\xe2\x24\x83\x14\x0a\x70\x57\x15\xaa\xab\x17\xfa\xf6\x46\xfe\x7e\xa7\x65\x43\x36\x70\xb5\xe8\x7e\xea\xc6\x9b\x99\x87\xc9\x8c\x08\x06\x19\x0f\x83\x7f\xf8\xdb\x3f\xfe\xdd\x1f\x7f\xfe\xe9\xf7\xaf\x3f\xfc\xcf\xbf\xfd\xb2\xfe\x71\xff\xfe\x75\x7e\xfa\x39\x7e\xdb\x7f\xfe\xe5\x2f\xbf\xad\xfd\x75\xef\x7f\xfe\xe9\xe7\x1f\x7e\xb8\xd2\x57\xfc\xb4\x7e\xff\xeb\x3f\x81\xf5\xa7\xf7\xaf\x3f\xfc\xf0\xdc\xff\x8f\xff\xf2\xe7\xdf\xf7\x9f\xfe\xf8\xf3\xf9\xe5\x2b\x7b\x5d\xfc\xe5\xd7\xcf\xb5\x5f\x5f\x7f\xf8\x5f\xf6\x3f\xff\xf4\xe7\xdf\x7f\xfb\x97\xaf\xff\xf0\x37\xf1\xcb\xbd\xff\x87\xaf\xd8\xe7\x91\xff\xb7\xdf\x62\xff\xf6\xd3\xcf\xff\xfc\xf5\x1f\xfe\xcb\x7f\xba\xfe\x55\xfa\x8f\x7f\xf9\xf5\xd7\xff\x6b\xff\x69\xff\xfc\xfb\xd7\x85\x6c\xff\x1c\xe0\x0f\x7f\xf8\xdb\x7f\x78\xff\xfa\x5f\xdf\x7f\xda\x5f\x7f\xf8\x2f\xff\xe9\xbf\xff\xc7\xbf\xff\xa7\xbf\xfd\x8f\xff\x13\x7f\xe1\x0f\xff\xeb\xfe\xed\xcf\x3f\xfd\xf2\xf3\xd7\xf5\xfa\x1f\x5f\xaf\xf6\xff\xc8\xff\xfb\xbf\xfc\xba\x3f\x4f\xfa\xe1\x0f\xff\xf4\xc7\xbf\xfb\x6f\xe7\xfc\x79\xff\xfe\x55\xc6\xcb\x6b\xfe\xf7\x7f\xfa\xe3\xdf\x7d\xfd\x1f\xd7\xd7\xf5\xfa\x4a\x35\xf7\xd7\xff\xf9\xb9\xf4\x7f\xfb\x87\x5f\x62\x7f\x79\xd1\x0f\xc9\xb7\x59\xbf\xc4\xfe\xf3\xaf\xef\xb5\x7f\x7b\xff\xfc\xcf\xfb\x87\xaf\xaf\x1f\x5f\xaf\x6f\x5f\x5f\x5f\x3f\x8e\xd7\xb7\xe7\x5f\x7f\x73\xfd\xcd\xf5\xed\xeb\xc7\xff\xfc\xf7\xff\xf9\xef\xbf\x3d\xed\xfe\x37\xd7\xff\x70\xf9\x98\x9f\x7f\xf9\x3d\xf6\x51\xc6\x13\x7e\xbc\xce\xb7\xaf\xde\xaf\xf6\xdc\xf4\xff\xfe\xeb\x0f\xd7\xeb\xf5\xf9\xe9\x9f\xe2\x73\x43\x7a\x6e\x78\xfe\x8f\x1b\x7e\x4c\xcf\x2f\xf6\xfd\xed\x6b\x5c\xe5\x87\x1f\xdf\xd7\xfb\xf9\xf7\xfb\x3a\xfb\xdb\xd7\x6c\x3f\xfc\xf8\x4e\x37\x82\xb4\xd3\xb7\xaf\x6b\xbe\x1e\xc9\xae\x4a\xf6\xb7\xaf\x54\x90\x1c\xaf\x39\xeb\xdb\x57\xaa\x8f\x24\xfb\x98\xfc\x3c\x26\xb5\xf4\xc3\x8f\xef\xa2\xa4\x9c\xfc\xed\x2b\xd7\xe7\xc9\x55\x49\x3d\xed\xdb\x57\xc9\xf3\x87\x1f\xdf\x4d\x49\xbb\xc7\xb7\xaf\x9a\xea\x23\x59\x4a\x4e\xfd\xf6\x55\xcb\x73\x4d\xf7\x9a\xfe\xfc\xa1\xbd\x9e\x27\xf7\x50\xf2\x34\xa2\xe5\xe7\xae\xe1\x35\x63\xbd\xbe\x7d\xb5\x36\x1e\xc9\xa2\xcd\x63\xbf\xbf\x7d\xf5\xd7\xd3\xc2\xf9\x2e\x8f\x64\xee\xa7\xeb\xf2\x73\xcd\xdb\xbb\xde\xe7\x5f\x3b\xe3\x56\x72\x3f\xcf\x99\xaf\xf1\xc3\x8f\xf7\x0b\xc9\xfd\x7a\xf7\x6f\x5f\xf3\x79\xf7\xfb\xf5\x1e\x4a\x06\x3d\xda\x11\x4d\x45\xf3\xb9\xc8\xdb\xde\x4a\xde\x5c\xa4\xe8\x56\xb4\xbe\x7d\xcd\xea\x93\x42\xc9\xe6\xa2\x89\xe8\x20\x7a\x3a\x64\xd6\xf2\x48\x6e\x9f\xfd\x40\xef\xe9\x42\xe4\xc3\xef\xf3\x7c\xb2\xfa\x48\x9e\x06\x7f\xa0\xf7\x94\x10\xd9\xf0\x48\xdf\xbe\x66\x47\x12\x59\x49\xe6\xa2\x8c\xa8\x28\x2a\xdf\xbe\xe6\xe4\xd9\x51\x95\x54\x2e\xa2\x05\xd1\x14\x3d\x6f\x37\xbd\xcd\x06\x04\x6f\x97\x68\x41\xf8\x76\x0f\xcc\xc9\xfb\xc6\x52\xb2\xb8\xa8\x21\xf2\x85\x77\xfe\xf6\x75\xbd\x5e\xf4\xc1\xb6\x05\x0f\xf4\x9e\xe8\xcd\x6d\x13\xf6\xcd\x55\x3c\x6b\xfb\xac\x1d\x5c\xa5\x68\x2b\xda\xcf\x55\x7e\x86\x6d\xe7\xf1\x85\x7b\xe6\xf1\xc7\x8e\x39\x89\xab\xe8\xe2\x63\x37\x1c\xba\x21\xf3\xd2\xc7\x46\x3c\x8a\x79\xbd\xec\x99\xd3\x15\x75\xae\xa2\xff\x8e\x1f\xfe\x81\xeb\x65\x53\x8f\x1f\xe7\xf0\x71\xb2\x37\xda\x37\x87\x76\xa5\xe7\x17\x35\xb1\xfb\x7a\x14\xf0\x7a\xe5\x82\xa8\x2a\x6a\xdc\xa8\xa8\x2b\xea\xcf\x55\xa8\xda\xa5\xaa\x5d\xaa\x5a\x6e\x88\xa6\xa2\x37\x57\x25\x44\xb7\xa2\x9b\xab\x3a\x22\xfa\xeb\x7a\x4c\xf9\x7a\x95\xe7\x03\x5d\x77\x52\x94\xb8\x6a\x20\xca\x8a\xf8\x1c\x95\x67\xdd\x45\x11\x9f\x3f\xd3\xfa\xbb\x29\xa2\x73\xaa\xcf\xb2\xa9\xea\x64\xb9\x10\xf1\xda\xd7\xa3\x81\xd7\xab\x72\xa3\x1a\x08\xf4\x5e\x78\xc7\x65\x23\xd6\x7c\xae\x6a\x34\x75\x7d\x6e\x44\x97\x6c\xea\xf2\x85\x16\x5d\xd8\x79\xed\xc5\xa7\xbd\x02\x05\x2f\x88\xc2\xc7\x07\xef\x38\x68\x7d\xf8\xf8\xe0\x1d\x31\xc4\x4b\xa5\xbf\x82\xbe\x1f\x34\x42\x15\xbf\x54\xf1\x42\x53\x55\xf1\x2b\xf8\xc5\x41\xbb\xc2\x5f\xdc\xb4\x1e\x7b\xbd\xb6\x8f\x57\x7d\x27\x37\xaa\xbe\x97\xea\x5b\x33\x22\x1f\xbf\x9f\xfe\xba\x5e\xb4\x6b\xdb\x5f\x9b\xef\x88\x59\x5f\xdb\xef\xf8\xc0\x75\xbd\x78\xa1\x6d\x4f\xe0\xb2\x7a\x55\x64\x4f\x3c\x7a\x7f\x5d\x98\xc2\xa5\xde\x03\xbd\x57\x9a\xaa\xde\x5f\x8f\xae\x5f\xd7\xc5\x2f\x1e\x3b\xe7\xd8\x7a\x6e\x3c\xb6\xfe\xd1\xfb\xeb\xba\xe8\x68\xf5\xfe\x52\xc9\xfd\x68\x2a\xf9\xf5\x78\xf6\xeb\xc2\xdd\x5c\x27\x14\x61\x7c\x8d\x77\x3c\x36\x02\x25\xbf\x30\x85\xa4\x92\xa7\x47\xb1\xaf\x0b\x13\x4d\xef\xa6\x88\xc7\xb7\x82\x68\x28\x7a\x6c\xfb\x7a\x7c\xf7\x9d\xd4\x55\xa0\xf7\xd6\x10\xf1\x8b\xe9\x51\xc6\xeb\xc2\x14\xd2\x5d\x15\xf1\xd1\xd0\x9c\xa4\x62\xa6\xc7\x57\x5e\x17\xdf\x31\xe9\x2c\x93\x8a\xd9\x68\x84\x8a\x99\x16\xed\xe2\x0b\xa5\xe5\x8d\x0b\xe3\x6b\xdc\xb8\xba\x22\x3a\xda\x46\x2c\xde\x31\x05\xad\xef\x2f\xc6\xe7\xbf\x0e\xaa\xff\x7f\xe3\xec\x9d\xc2\x97\x0b\x1e\x32\xf8\xa9\xf8\x3c\x84\xaf\x35\x78\x13\x15\x0b\xb8\x18\x60\xef\xb4\xf1\x52\x40\xef\xe3\x42\x64\x77\x3e\x70\x5d\x33\x21\x4a\x8a\x70\x5c\x43\x51\x51\xc4\x77\x98\x74\xa7\xca\x90\x74\x82\x28\x7c\xd2\x09\x26\x9c\x60\x7a\xd1\x77\x3a\x41\x06\xf0\xde\x07\x37\xfa\x99\x13\xdf\x34\xa5\xa7\x5d\x0e\xea\x77\x7e\x63\x4f\x3c\x3e\xbf\xb3\xa2\xcc\x55\x05\x51\x51\x44\x47\xcd\x8e\x68\x28\x1a\x5c\x35\x11\x4d\x45\xcf\xa7\x19\xaf\x0b\xd1\x5b\xd1\xd3\x5f\x29\x2b\xda\x8a\x36\x57\x25\x44\xbc\x50\x46\x19\x12\x4e\x30\xab\x0c\x40\x1f\xaf\x8c\xa8\x29\xe2\x17\x8b\x22\x7f\xf1\xf6\x17\x69\xaa\xca\x90\x6f\x7e\xb1\xd0\xd4\xdb\x5f\xbc\xfd\x45\xde\xf1\xf6\x17\x1f\xc7\x75\x25\xfc\x62\xd6\x71\x01\x7d\x60\xae\x79\xd9\x13\x8b\x9e\xa8\x8a\xec\x89\x07\xfa\xa0\xa3\xf3\xb2\xa9\xa8\x5f\xc2\x10\xb3\xea\x07\xf4\xf1\x52\xd4\x15\x3d\x56\x97\x1a\x7d\xbf\x42\x51\x70\x15\x5d\xa8\x46\x02\x57\x6a\x3e\xfe\xd3\xd4\xe7\x6b\x8f\x8b\x1b\x83\xaf\x9d\xf1\x8b\x09\xed\xce\xfa\x45\xa0\x8f\x8b\x8e\xd6\x2f\xe6\xa0\xbf\x88\x0f\x72\xd8\x5f\x41\x7f\x5d\x8a\xec\xaf\x07\xae\xd4\x7d\xd6\xad\xe8\xe6\x2a\x3a\xda\x91\x1e\xb8\xd2\xf0\xf1\xb6\x3e\x68\xfd\x45\xdf\x6b\x0a\x99\xb8\x32\x61\x1d\x79\xdb\x08\x34\x7a\xe0\x92\xb2\x1a\x0d\x5c\x69\xf0\x8b\x3a\xd4\xbc\xe9\xaf\x8b\x8e\xd6\xa1\x02\x57\xc2\x3a\xf2\x56\xe5\xf0\xb1\x83\x88\x2b\xeb\x63\xf3\xa6\xf5\x93\x46\xe8\x50\xf3\x13\x4f\xf4\x71\xf9\x78\x9b\x8a\x0d\xa5\xe9\x8d\xf6\x2a\x36\x34\x70\x82\x59\x1b\x02\xae\xac\xfa\xea\x63\x81\x3e\x08\xba\xb2\x3e\x16\xb8\xb2\x8a\xa9\xa5\x01\x7d\x24\x45\xbe\xe3\x13\x35\x5c\x59\x95\x33\x6a\xc8\x87\x5e\xd5\xac\x8e\xbd\x8a\x3d\x66\x3a\xda\x90\xfa\x2e\xd8\xe3\x20\xa4\x2a\xda\x63\x21\xb6\xc8\xbc\x76\x31\xb6\x28\xc4\x16\x23\x29\xea\x8a\x9e\x9e\xc8\x34\xb5\x18\x35\x00\x7d\x10\x2c\x15\x3d\x71\x79\xf3\x8b\x78\xf5\xa2\xf1\x01\x7d\x60\xa2\xe5\xa6\x27\xca\xcd\x3b\x7e\x44\x36\xe2\x46\xef\x09\x96\x8a\x26\x5a\x9e\x48\xe1\xca\x58\x6d\xb9\x87\x22\xbe\x10\x31\x4f\xd1\x44\xcb\xcd\x2f\xe2\xe8\x8b\xc6\x07\xf4\xc1\x08\x51\x8c\x6e\x0b\xf6\x98\xb1\xda\xa2\x3d\x16\xed\xd1\xc7\x6b\x8f\xe5\x31\xab\x2b\x33\x60\x17\xcd\x0a\xe8\x23\x7b\xa3\x8d\x20\x02\xc9\xd5\xc7\xbf\x15\xbd\xb9\x8a\xfe\x32\x02\x29\xd8\x63\xae\x8a\x42\x11\x1a\x4d\x64\x54\xb4\x47\xe0\xca\x8d\x9e\xd0\x1e\x8b\xf6\xe8\x0b\x69\x8f\x25\xe8\x2f\x86\xcf\xa2\xf1\x95\xa0\xbf\x88\x9f\x8a\x41\x49\x09\xda\xc5\xc8\x55\x34\x3e\xa0\x8f\xe2\x8d\xb6\xeb\x81\x2b\x77\xba\x50\xe3\x03\xfa\x28\x8a\x6c\xea\xa6\xf5\xc4\x4f\x65\x7f\x44\xb4\x9e\x28\xab\x18\x48\x00\x57\x26\xae\x2f\xea\x7d\x51\xef\x89\xb2\x8a\x7a\x5f\x0e\xdf\x91\x21\xa0\x18\x22\x00\x7d\xf8\x39\x8c\x83\xcb\xa3\xc5\x57\xc1\xd5\x96\x63\x53\xd5\x68\x62\xb1\xa2\x46\x17\x34\xba\xe0\x1e\x9d\x12\xde\xf5\xd1\xe8\xab\xe0\xbf\xaa\x1a\x0d\xf4\xc1\xb0\x5e\x1d\x61\x80\xab\x5c\xf9\xfb\x43\x71\xd5\x06\x2a\x91\xf3\xa8\x3e\x77\x2a\xba\x79\xc8\x40\xb4\x14\xd1\x77\xc4\x65\xd5\xd0\x03\xb8\x0a\x96\x52\x1d\x93\xaa\x36\x80\xca\x54\x6d\x00\xb8\x4a\x52\xe4\x9b\x38\x26\x11\x97\x55\xc7\x24\xe0\x2a\x58\x4a\x35\x72\x06\xfa\x68\x3c\x5e\xb3\xa8\x8f\x29\x5c\x85\x39\x44\x75\x98\xaa\x37\xed\x6a\x8a\x6c\x17\xe3\x48\x41\x49\xab\xe3\x48\x75\x1c\x21\x66\xa9\x2a\x7c\x5d\x7c\x87\xe2\x55\xb7\x22\xbe\x03\x83\x46\x5d\xbe\xf6\xa3\xa4\x57\x21\x24\xaa\x2a\x29\xd0\x07\xea\x57\x8d\xaf\x2b\x7a\x5b\xaa\x22\x3f\x0d\x33\xc8\xc1\xd0\x52\x9d\x41\x56\x7c\x7f\xc1\x06\xaa\xea\x57\x83\xfe\xea\xf4\xbd\x01\x4e\xc5\xf7\x97\xce\x2f\xea\xfb\xab\xbe\xff\x23\xf2\x59\x9b\x77\xec\x34\x75\xfb\x8e\x9b\xfe\x42\xe1\xab\x8e\xbe\xa2\xdd\x85\xd1\xa6\xaa\xdd\x55\xed\x46\xe1\xab\xda\x5d\x0f\xcf\x22\xa2\x67\xdd\xe1\x01\x9f\xa5\xc8\x67\x11\xed\x96\xa9\xc8\x67\x1d\x9f\xc5\x3b\x9e\xcf\xb3\x1e\xbd\xad\x78\x75\x17\x2e\xee\x46\x18\x54\x51\xf8\xa6\x92\xb6\x37\x0a\x40\xa8\xd7\x0c\x80\x81\xab\x32\x86\x37\x3d\x31\xd0\x07\x41\x5c\x33\x58\x02\xae\xca\xe8\xdc\xd4\xd5\x66\xb0\x34\xfc\xc5\xb7\xa2\x37\x57\x29\xba\x15\xf1\x69\x87\x8d\x58\x8a\x68\x2a\x23\x6a\xd3\x85\xb7\x9b\x4f\x4b\xa8\xd7\xd4\xd5\x86\x0b\xaf\x84\x7a\x4d\x17\x0e\xf4\x41\x7f\x35\xe7\x82\x0d\xf5\xad\x8c\x5c\x4d\xf5\x6d\xaa\xef\x18\x88\x6c\x3d\x2e\xbc\x26\x6f\xf4\x17\x99\xf8\x0d\xc6\xf0\xa6\xbf\x6e\x04\x4b\x15\x4f\xdc\x0c\x96\x9a\xc1\x12\x63\x78\x33\x58\x02\xae\x8a\xf7\x6c\x2a\x79\x53\xc9\xf1\x52\x4d\x25\x6f\x38\xe7\x5a\xbc\x31\x14\xf1\xd1\x18\xe9\x9b\xce\x19\xb8\x58\x49\xba\x9b\xce\xb9\xa9\xe4\xf8\xb2\xa6\x92\x37\x94\xbc\x12\xea\x35\x95\xbc\xe9\x9c\xd1\x89\xa6\x73\x06\xae\x4a\xa8\xd7\x9c\x31\x02\x7d\x30\x17\x6c\x61\xbb\x08\xa9\x2a\x06\xd3\x0c\xa9\x80\x3e\x59\xf0\x68\x7a\x75\xe0\xaa\x18\x4c\xd3\xab\x03\x7d\xbe\x14\xf9\x1d\x1f\xbb\xb9\x2a\x1e\xa0\x39\x23\x00\xfa\x24\x34\x6e\xce\x08\xda\xe6\x17\xb1\xc7\x66\xcc\x03\xf4\xa9\xae\x3a\xaf\x6c\xac\xa7\x54\xf4\xbe\xed\xcf\xe3\x17\x57\xd1\x5f\xda\x10\x70\x55\xd5\x57\x1b\x6a\x0c\x07\x93\x38\xa5\x39\x1c\x00\x57\x55\x31\x0d\x83\x80\x3e\xf1\xea\xcd\x30\x88\x45\xbc\xab\xaa\x72\x1a\x1f\xd0\x5d\x5a\x6b\x2e\xb1\x34\xd6\x53\x2a\x13\xa1\xe6\x38\x02\xf4\xa9\xc1\x18\x19\x01\x57\x55\x01\x1c\x5a\x1a\x93\x97\x79\x79\xa3\xad\xd7\x44\xe7\xf3\x85\x5c\x37\xbc\x3b\xe3\xc8\x24\x9c\xed\x9a\x68\xc7\x1e\x1b\x1d\xdd\xb5\x47\xa0\x4f\x0c\xa6\x6b\x8f\x1d\x1b\x6a\x2f\x45\x68\x4e\xc7\x86\x26\x21\x68\xd7\x86\x3a\x36\xd4\x88\x70\xbb\x36\x04\xf4\xc9\x08\xd3\xb5\xa1\xfe\x8c\x0a\x57\x63\x95\xaa\x3b\x2a\xf4\xdb\x5f\x9c\x88\xfc\x45\x26\x2f\x8d\x78\xb3\x1b\x19\x01\x7d\x7e\x44\xf4\x44\x5f\xfc\x22\xf6\xd8\x8d\x79\x3a\x36\x34\x19\xad\xba\x36\xd4\x17\xcf\x22\xca\xea\xcb\x67\x2d\x9f\xa5\xe8\xf3\xac\x9b\xab\x68\x84\xa3\x02\xd0\x27\x63\x5a\xd7\xac\x3a\x36\xd4\x8a\x8f\xb7\x27\x08\x70\x66\x6a\xdf\x1f\x8a\xbb\x43\x0b\x70\x35\x42\x0f\x17\x70\x85\x3e\xf1\x19\xdd\x29\x4a\x0f\x3e\x4d\x51\xe4\xa7\x79\xec\xa9\x4f\xe2\xd8\xae\x3d\x75\xe2\x9f\xc6\x80\xdd\xb5\x14\xa0\x4f\xe2\xd8\xee\x00\xd4\x59\xcd\x69\xd5\x1b\x6d\xb6\xc6\xc3\x50\xdc\x35\x1e\xe0\x6a\x98\x58\x77\x4c\x02\xfa\xb4\xef\x1c\x93\x3a\x63\x52\x63\xb1\xb5\x3b\x26\x75\x66\x1a\x33\x2b\xb2\x5d\xcc\x34\x1a\x43\x5e\x77\xa6\xd1\x19\x93\x26\x03\x76\xd7\x9e\x80\xab\x75\x6f\xfc\xb4\x8b\xee\x24\x12\xec\x9a\x58\x67\x9d\xa6\x61\xae\xdd\x09\x03\xd0\xa7\xdf\xe1\xf8\x99\x89\xcb\xda\x50\xa4\x16\x11\x97\x4d\xe2\xc5\xae\x3d\x75\xcc\xa2\x8d\x47\x6f\x5d\x2a\xbf\x87\x36\x80\xdb\x1d\xda\xc0\x78\x7b\x63\x41\xc4\x8d\x03\xed\x66\xfd\xfc\x1e\x6a\xf7\xb8\x6d\x04\xcf\x32\xc8\x1f\x84\x2e\x1d\x13\x1b\x2a\x29\xd0\x5d\x0b\x1f\xf7\xad\xe8\xe6\x2a\x45\x4b\x11\x1f\x0d\xe7\x3c\x0c\x70\x80\xab\x27\x7f\x71\x2b\xa2\x73\x08\xe2\x86\x53\x81\x81\x0d\xb8\x86\x3d\xb4\x01\xa0\x4f\x5c\xf8\x70\x68\x21\x07\x70\xb9\xa8\x3c\x1c\x47\x06\x53\x81\x59\xbd\x71\x28\x7a\x2c\xc5\x85\xe0\xa1\xa5\x0c\x2d\x85\x50\x6f\x68\x29\x03\x1b\x70\x89\x77\x68\x03\x43\x1b\x60\x38\x18\x2a\xf9\x60\x1c\x71\xdd\x74\x38\x8e\x0c\x46\x88\x49\x40\x38\xd4\xe8\xc1\x08\xe1\x2a\xe6\x50\xa3\x07\x41\xfe\x64\x38\x18\x0e\x07\x83\x65\x46\x57\x1e\x87\x5a\x08\xf4\x89\xae\x0e\x67\xc5\x03\xdf\xdf\x9b\x57\xf9\x2c\x7d\x3f\xeb\x6d\x43\xdf\x0f\x5c\x1d\xf5\x1d\xfb\xf3\x78\x46\x9b\x8f\xc8\xcf\xc1\xb4\xd5\xc5\xb5\xe1\xb4\x15\xe8\x93\xe0\x72\xa8\x85\xc0\xd5\x51\xdf\xa1\x16\x0e\xbd\xfa\xe7\x46\xdf\x11\xc5\xec\x9d\xaf\xad\x62\x0e\x15\x93\x61\x6a\xa8\x98\x03\xc5\x74\x5d\x6c\xaa\x98\x93\xf5\xef\x8e\xae\x4e\x3d\xf1\x54\x31\xbb\x57\x4d\x45\xa8\x09\x23\xfd\x34\x3e\x07\xfa\xec\x17\x22\xbe\xd0\x24\x3e\x1f\xa8\xef\xd4\x5f\x03\xdd\x84\xc8\x74\x49\x1c\xb8\x5c\x46\x9a\x2a\xf9\xd4\x85\x77\x45\x45\x51\xe1\xaa\x8a\xa8\x2a\xaa\x5c\x45\x23\xf4\xea\x13\x17\xee\xd2\xcf\xd4\x85\x4f\x4d\xa1\x7b\x23\x7d\x3f\x51\x4c\x97\x58\xa6\x8a\x09\xf4\x89\xb9\x4f\x03\x9c\x49\x14\xef\x62\xc0\x5c\x9f\x1b\xf9\x68\xf4\xea\xd4\x5f\x4f\xa2\xf8\xc1\x1a\xdb\x54\x0b\x81\x3e\xbb\x22\x5f\xfb\xd1\xbc\xcb\x49\xf7\x74\x99\x72\xea\x57\xed\x7b\xb5\x70\x12\x94\x0c\x1c\xcc\x54\x0b\xa7\x41\x09\x61\xf6\xd4\xd5\x02\x97\x93\xc8\xa9\xab\x05\xfa\x1c\xde\xe8\xe7\xc0\xfb\x3a\x3d\x9c\x7a\x5f\xa0\x4f\xa2\x86\xe9\x8c\x00\xb8\x9c\xe5\x4d\x03\x9c\xa9\x8f\x26\x9c\x9d\xfa\x68\xe0\x1a\x95\x46\xe8\xa3\xa7\x3e\x9a\xd8\x62\x6a\x1d\x13\x1f\x3d\xaa\x8f\xb7\x57\x59\x33\x9a\x2a\x93\x6b\x46\x13\x83\x19\x55\x91\xaf\x6d\x18\x44\xd0\x3b\x0d\x83\x80\xcb\x09\xda\xd4\x6d\x03\xdd\x2c\xd9\xd4\x6d\x4f\xc2\xa0\x81\xa5\x4d\xc3\xa0\x69\x18\x84\x5f\x9d\x86\x41\xc0\xe5\xd4\x6b\x6a\x56\xf3\xa0\x39\x44\x33\xd3\xc8\x68\x62\x30\x43\xf5\xd5\x60\xa6\x06\x43\x34\x33\x35\x18\xe0\x72\x22\x34\x8d\x8c\x80\x3e\x67\xff\xfe\x50\x3c\x0d\x9c\x26\xd3\x1d\xe7\x49\xd3\xc0\x09\xe8\x26\xee\xa6\xd3\x1d\xe0\x72\x06\x64\xa6\xf4\x7e\x33\x68\x38\xb7\x79\x3b\x68\xbc\x0d\x9c\xa6\x57\x0d\x45\x68\x11\xdd\xf9\x76\x8a\x02\x0c\x33\x7e\x6f\xa7\x28\x6f\x06\x8d\x41\x77\xbe\x1d\x34\x80\xf1\x7a\x29\xf2\xc6\xc7\x93\x5f\x93\x05\xd7\xb7\x91\x0d\x30\x5e\x04\xc0\x6f\x8d\xe7\xcd\x5a\xe7\x24\xbc\x7a\x1b\x48\x00\xe3\x85\x51\xbf\xf5\xc4\x6f\x62\x0b\x43\x84\xb7\x9e\xf8\xfd\xd8\xc0\x78\x11\x00\xbf\xb5\x81\x37\x6e\x77\xb2\xa4\xf4\x56\xb1\x80\xf1\xb2\x11\xba\xdd\x37\x2b\x8f\x8e\x6f\x6f\x27\xa4\xc0\x78\x61\xfa\xef\xfd\x79\xd6\x33\xe4\x39\x26\xbd\xf5\xb1\xc0\x30\xab\xf9\x56\xd7\xde\xe8\x87\xe3\xc8\x5b\xfd\x00\xaa\xb1\xe7\x5b\xb7\xfb\x46\x3f\xf4\xfd\x6f\xf5\x03\x18\x2f\xc2\xe4\xb7\xfa\x41\x2e\xfb\x9a\x4c\xe0\x4d\x66\xdf\x37\x73\x54\xbd\xd4\x6d\x00\x0c\x8c\x17\x91\xf3\xed\x4a\x09\x70\xe9\x59\x6e\xa7\xad\xc0\x78\x31\x21\xbd\xfd\xda\x37\x73\x54\x7d\xc6\xad\x27\xbe\xdf\x7c\x34\x7c\xd9\xed\xd7\xbe\x9f\x2f\x7c\x69\xc1\xb7\xeb\x29\xf7\xe3\x9c\xc7\xeb\x52\x74\x14\x1d\xae\xe2\x17\x5d\x4f\x01\xc6\x8b\xf8\xfa\xd6\x5f\xdf\x38\xe7\xc9\xec\xe0\xd6\x39\x03\xc3\x94\xef\xad\x73\x06\x2e\xed\xe9\xd6\x39\xdf\x4f\x7c\x3d\x5e\x97\x8f\x1f\x8a\x68\xfd\xf4\x46\x5b\xaf\xca\x11\x5f\xdf\xaa\xdc\xfd\x78\xcf\xa4\xae\xde\x7a\x4f\x60\x98\x18\xbe\xd5\x2f\x20\xfd\x55\x64\xbb\x82\x5e\xc5\x5f\xdf\xce\x18\xef\xc7\x09\xa6\x17\x2b\xb5\xb7\x4e\xf0\xde\xb4\x4b\x91\x9a\x73\x3f\xa3\x73\x32\x4d\x7b\x3b\x3a\x03\xe3\x95\x15\xa1\x39\xf7\xa1\x5d\xb8\xca\x5b\x67\x03\x8c\x17\xba\x7a\xeb\x6c\xee\x47\x5b\x92\x69\xda\xdb\xd1\xf9\x3e\xfc\x22\x93\xee\x5b\xcd\xb9\x1f\x6d\x49\x2f\xc2\x8d\x5b\x37\x02\x0c\xf3\xce\xb7\x7e\xe2\x86\xde\xf1\xc2\xbd\xdd\xfa\x09\x60\xbc\x8a\x37\x6e\x45\xbc\x23\xee\x6d\xa9\x72\x40\x7a\xa1\x85\xeb\x9d\x14\x61\x8f\x0c\x2d\xcb\x15\xbe\xf5\xa6\xa9\x0c\xeb\x4b\x2d\x5c\xaa\x1c\xb1\xeb\x52\xe5\x80\xf4\x42\x7d\x97\x0e\x66\x3d\x9a\x37\xec\xaf\xe5\xb2\x08\x90\x5e\xdd\x46\xdc\x8a\xe8\xc2\xa2\x68\x29\xe2\x85\x70\x69\x4b\xc5\x04\xc6\xab\xd8\x54\x5e\x68\x3d\x0a\x94\x5e\x0c\x79\xcb\x61\x7d\xdd\x58\x1a\x7d\xbf\xd4\x9c\x75\xf3\x8b\x38\xfa\xa5\xe6\x00\xc3\x44\xfa\x32\xc2\x5d\x8b\x8f\xc6\x5a\xc3\x32\x1f\x0e\x8c\x17\xc3\xd4\x72\x59\x04\x48\x17\x8e\x6f\x19\xce\x02\xe3\xc5\x14\x67\x19\xce\xae\xc7\xf1\xa5\xeb\xe5\x8d\xb6\x6b\xf1\x69\xab\x8f\xb7\x73\x9e\xd8\x35\x5d\xb8\xa1\x65\xec\x0a\x8c\x57\x55\x64\x53\x1f\x48\x17\x1e\x60\xad\x4f\x53\xe9\x09\xa6\x4b\xcb\xc5\x93\xf5\xc4\x16\xe9\x62\xb1\x69\x19\x5b\x00\xe3\x45\xbc\xb9\xb4\x8e\xf5\xa8\x7f\xba\xb0\xda\xe5\x72\xe0\x0a\xbe\x23\xfa\xb5\x74\xb5\x40\xba\x98\xa3\x2e\x23\x90\xa5\xf7\x45\xbf\x96\xde\x77\x3d\x11\x48\xba\x92\x22\x9b\x1a\xf4\x2a\x81\xea\x32\x02\x01\x92\x79\xe7\x65\x04\x02\x8c\x57\xb3\x11\xb6\x1e\xe3\xbb\x88\x8c\x96\xc6\xb7\x36\x7d\xaf\xae\x1a\x5b\x00\xe9\x22\xb0\x5f\xc6\x16\x4b\x7f\xaf\x62\xea\xef\xd7\xa6\xf5\x58\xda\xd2\x6a\x97\xfe\x9e\x48\x72\xe9\xef\x81\x74\x95\x7f\x47\xae\x78\x19\x98\x2f\x87\x83\xee\xaf\xfb\x26\xd0\xac\x2e\xa6\x61\xcb\x38\x63\x1d\x94\x81\x01\x7b\x39\x1c\xac\x83\x32\x10\x12\x2d\x23\x88\x75\x78\x96\x7a\xab\xb9\x2e\x6c\xf3\xe2\x6b\x85\xb6\x09\xa4\x8b\xc8\x26\xb4\xcd\x78\xa3\x45\x78\xe2\xd0\xc4\x02\x7b\xba\x88\xd5\x43\x7b\x8a\x37\x8f\x27\xe4\x0e\x8d\x27\xde\x3c\xbe\x2b\xa2\xa9\x71\x63\xe7\xc4\x2c\xa1\xbf\x06\xd2\xc5\xa0\x11\xfa\x6b\x60\x5c\x2f\x45\x55\x11\x7d\x47\x08\x19\xc6\x03\xc0\xd0\x2c\x42\x13\x8b\x9b\x2f\x6f\x53\x9d\x31\xc6\x33\x3d\x1c\x12\x2d\xc2\xe9\x21\x90\x2e\x86\x83\xd0\xea\x62\xf9\x8b\x15\x91\xbf\xb8\xf8\xa6\xc4\x3c\xa1\xf1\xc4\xf2\x17\x79\x6d\x2d\x25\x1e\xb3\x48\x89\x10\x21\x34\x8b\x58\xfc\x22\x43\x5e\x68\x16\xf1\x28\x7c\x4a\xde\xa8\xc2\x03\xe3\x62\xc8\x0b\x15\x3e\x1e\x25\x4f\x89\x91\x2b\x5c\x07\x04\x86\x74\x8c\x50\xe1\xe3\xd1\xd5\x64\x06\x3e\x0c\x93\x03\xbd\xd5\xc4\x42\xbd\x0d\x06\x8d\x84\x0d\x84\x83\x06\x30\x2e\x86\xbc\x70\xd0\x88\x47\x73\x52\xc2\xf7\x87\x9a\x13\x44\x0d\x17\x0b\x4f\x61\xd4\x10\x38\x7a\x88\x7c\x77\xa8\x39\xc0\xd0\x10\x43\x47\x0f\xa4\x84\xb3\xd9\x2a\xd3\xc6\xab\x5f\x49\x51\x56\x54\xb8\x6a\x20\xaa\x8a\x2a\x57\x75\x44\x4d\xd1\xd3\xf7\x09\x07\xb1\x55\x39\x60\xc8\x1c\xd9\xc6\x16\x40\x4a\x38\x88\xad\xa3\x07\x86\x46\xbd\x55\xcc\x8d\x57\x4f\x98\xfe\x56\x31\x81\x71\x11\xea\x6d\xbd\xfa\x7e\x62\x8b\x64\x3e\x7c\x1b\x5b\x00\xe3\x62\xe6\xbf\x9d\x0b\xee\x9b\xd6\x63\x8f\x5b\xc5\xdc\x04\x12\x17\x59\xcd\x6d\x20\xb1\xd1\x55\xf3\xe1\x5b\x5d\xdd\xea\x2a\x03\xf6\x56\x57\xf7\xcd\x77\x44\xa3\xb7\x8a\x09\x0c\xdd\xc8\x56\x31\xf7\xa3\x79\x29\xa1\xd1\xdb\xe5\x07\x60\x5c\x7c\xb4\xad\x0b\xdf\xf8\xd8\x44\xe8\xb2\xf5\xb1\xc0\xb8\x58\x59\xda\x86\x1b\xfb\x51\xb3\x94\x5f\x8a\x7c\x56\xf8\x2c\x9a\x1a\x9f\x67\x3d\xfd\x65\x46\x79\xeb\x3d\x81\x21\xd3\x66\xeb\x3d\xf7\xa3\x72\x29\xa3\xab\x5b\x95\x03\xc6\xc5\xe0\xbf\x75\x95\xfb\x71\x95\xc9\x8c\xf2\xd6\x55\x02\xe3\x2a\x8a\xfc\xda\x0f\xa4\xac\x9a\x38\x0d\x03\xc6\xc5\x48\xbf\x75\xa8\x40\x32\xef\xbc\x75\xa8\xc0\xd0\x17\x6e\x3d\xe6\x7e\xbc\x64\xca\x2a\xc0\xfe\x34\x55\x02\xa7\x8f\xc7\x0d\x6d\xc2\xa0\xcc\x7c\x77\x1b\x06\x01\xe3\x62\xd5\x65\xeb\x31\x81\x94\x7d\x21\xd7\x2d\xb6\xd6\x41\xd4\xb0\xb5\x8e\xfd\x44\x46\x29\xdb\x08\x23\xa3\x8d\xab\x95\x73\xb4\x35\x98\x8d\x75\x64\x02\x89\xa3\x75\x1c\x4c\xc1\x54\xf4\xd1\x14\x8e\xa6\x80\xdb\x3e\x9a\xc2\x41\xc9\x4d\x45\x1f\x95\xfc\xa8\xe4\x04\x12\x47\x25\x3f\x28\x79\x6e\x3e\x2b\x14\xf1\xd1\x08\x24\x8e\x4a\x7e\x16\xbf\xc8\x24\xe1\xe8\xe5\x80\x71\x11\x48\x1c\xa3\x06\x20\x65\x26\x68\xc7\xb5\x06\x60\x5c\x36\x42\x5f\x78\x70\x7c\x99\xf4\xcd\x59\x9f\xc7\xd3\xd1\xcc\x54\x8e\x8b\x60\x87\x68\x39\xe3\xef\x8f\xf1\xc0\x61\xea\x75\x11\x6e\x1c\x43\xe3\x83\x62\x16\xfc\xfd\x51\x31\x8f\x8a\x09\xe9\xec\xa8\x98\x07\x95\x33\x31\x7c\x54\xb9\xc3\x50\xec\x00\x76\xd4\xaf\x83\x9a\x98\xc0\x3d\xaa\xc9\x51\x4d\x7c\xed\xfd\x79\xd6\xf3\xd1\x4a\xfa\x77\xe4\x8a\x8f\xde\xf3\xe8\x3d\x71\x36\x47\xef\x09\x24\xf3\xbb\xc7\xd1\x19\x18\x57\x53\x64\xaf\x3c\x91\x77\x2a\xe8\xed\x71\xfe\x06\x0c\x79\x64\x47\xb7\x0b\x24\xf3\xbb\x47\x8d\x3c\x6a\x64\xf3\x46\x3f\x0d\x1a\x59\x70\x23\x47\x8d\x04\xc6\x45\x30\x7d\x0c\xdf\x81\x54\xb2\x37\xda\x05\x84\xef\x0e\xd8\x47\x25\x3d\x68\x64\x79\x8c\x7a\x49\x63\x16\xc6\xd5\x2f\x44\x49\x11\xad\x7f\x8c\x67\xbd\x70\xe1\xc2\xb8\x9e\xc8\x66\xbd\x98\x31\x2e\xd8\xce\xa9\x3c\x66\xb1\x64\x3b\x0b\xe3\x7a\x5c\xe5\x92\xee\x2c\x24\x32\xca\x4b\xba\xb3\x30\x08\x11\x16\xd4\xe7\x07\x68\x57\xf5\x17\x0f\x22\x26\x7e\x57\x47\x74\xdb\xd4\x9b\x76\x35\x5a\x7f\xdb\xae\x27\x18\x1f\x57\xa7\x11\x64\x22\x85\x54\x9e\x8e\x5e\x90\xa6\x7f\x5c\x2f\x47\xfa\xc1\x3b\x62\x03\xeb\x45\xb4\x5b\x06\xcf\x5a\x36\x82\x68\xf7\x9a\xb4\x0b\xed\x5e\x10\xa3\x53\x79\x14\x7e\x49\x8c\x16\xc6\x35\x79\x7c\xf8\xac\x07\x52\xf9\x88\x9a\x22\xda\x35\x69\x57\xd8\x2e\xa2\xdd\xf2\xc4\x16\xeb\x15\xb6\x8b\x68\xf7\xfa\x88\xec\xc2\x90\x3f\x4f\xbb\xf0\xc4\xc2\xb8\xa6\x8d\xf8\xb4\xeb\x70\x15\x9d\x43\x3c\x20\x8c\xe4\x8d\xdb\xfe\xc2\x2c\xea\x8b\xc7\x6f\x1f\x8f\x59\xa4\x17\x3d\xb1\xfd\x42\x98\x45\xbd\x68\xea\xf6\x0b\x11\x82\xa6\x17\x5f\x7b\xdb\x08\x42\x50\x12\xc3\x4b\x52\xf5\x7a\x31\xd5\x24\x0c\x5a\xb0\xa9\x1f\xa8\x5c\x45\xbb\x8e\x3d\x81\x16\x42\x31\x5c\xaf\xe3\xe3\xd1\xc2\xfa\x78\xe2\x25\x11\x7a\x5d\x8f\x7e\xa5\xfa\x8c\x5c\xeb\x52\xbf\xe0\x43\x8f\xf4\x84\x54\x0b\x52\xf4\x03\xbc\xd0\x33\x42\x2c\x59\xcf\xeb\xc2\xe3\xa5\xcb\x67\x6d\x45\x3c\xfe\x71\xa8\xeb\x52\x99\x2e\x26\x6b\xe9\x09\x70\x16\x14\xe5\x07\xe8\xe8\xc6\xe3\x09\x1b\xd7\x75\x3f\xbe\x0c\x6e\xe2\xba\x6e\x6f\x7c\x46\xe4\x54\x1b\xed\x62\x66\x26\x0c\xb8\x89\xeb\x62\x66\xb6\x2e\xa6\x61\x15\xeb\xb8\x96\x4d\x7d\x60\xa4\xac\xa8\x2b\xa2\xf5\x4f\xc8\xbe\xa0\x3b\x7f\x60\xa4\xcc\x0b\x31\xac\xaf\x6b\xd1\xae\x4e\x23\x96\xed\x42\x31\x93\xfd\xa5\x62\xc2\x61\x4e\x64\x5b\xd7\xa5\x62\x02\x23\x3d\x7e\x62\xc9\x67\x5e\x17\x3e\x96\x3c\xea\xba\xd4\xaf\x8b\xa9\x13\x9c\xc9\x75\x31\x75\x5a\xd7\xa3\x5f\xa9\xa2\xab\x57\x7c\x1e\x4f\x4f\x64\x1a\x11\xf6\xc4\x33\xba\xa7\x86\x7e\x49\x71\x5e\xd0\x9a\x07\xdb\x3f\x16\xdc\xe6\x07\x06\x57\xf1\x2c\x55\xee\x52\xe5\x0a\x3d\xa1\xca\x01\xa9\x5d\x74\xa1\x2a\x77\xa9\x72\x7e\x5a\x55\x0e\x76\x72\x6a\x7e\xda\x63\x47\xe3\x44\x13\x9e\x49\xa6\xb2\x90\xc8\x90\xae\xeb\xf8\xda\xc7\x76\xf1\x8e\x6a\xe1\xc5\xea\x06\x19\xd2\x75\x1d\x1b\x41\x38\x0b\xe3\x73\x49\x5e\x16\x52\xe3\xd3\x4a\x5e\x16\x52\xe3\x3b\x26\xdd\x23\x84\xe5\x91\xaa\x57\x4d\x45\xbc\x10\x3d\x91\xf4\x72\x89\x25\x29\x82\xde\x05\x6b\xf9\x81\xc7\x03\x34\x6f\xd4\x33\x25\x15\xf3\xf1\xf7\x4b\xa6\xf2\x4a\x4f\xa8\x98\xda\x33\xa2\xae\xc4\x92\xc1\x4a\x37\x4d\x6d\x3e\x6b\x2b\xa2\xa9\xcd\x67\x1d\x45\xcf\x1c\x24\x75\x1a\x41\x70\x29\x24\x32\x99\x2b\x2d\x5f\x88\xb5\x86\x84\xbf\x4f\x6a\x74\x22\x44\x20\x93\xb9\x92\xee\x11\xf2\xf3\x80\x04\xba\xd2\xb2\xa9\x8b\x77\xfc\xdc\xe8\x3b\x32\xf3\x4f\xf8\xe8\x14\x3e\x3e\xe8\x2f\xfc\x6a\x0a\x1f\xcf\xe0\x0f\x09\x74\x25\x06\xff\x95\x82\x5f\x1c\xe9\xbb\x43\xf1\x4a\xaa\x72\x0a\xf4\x63\xd0\x20\xfd\x22\x90\xc8\x57\x2e\x49\xd5\x0b\x3e\xf4\x48\x28\x3c\xa4\xe8\x07\x2a\x57\xd1\x77\x2a\x69\x62\x9a\x9e\x26\xcd\x56\x49\x81\xd4\xf1\x65\x49\x25\x85\x41\x3d\xd2\xe7\x46\x7b\xf8\x81\xd4\x2f\x1e\x7f\xec\xe1\x07\x06\xbc\xce\xe5\x16\x28\x21\x91\xfb\x5c\x49\xbf\x98\xd0\xc8\xec\xe3\xd5\x48\x20\xb1\x59\x68\x25\x86\xf5\x95\x70\x95\xc4\xea\x2b\xe9\x2a\xa1\x5e\x27\xb6\xef\x2c\xa9\xd7\xc2\xc8\x97\xa2\xa4\x88\xd6\x3f\xe1\xc6\x92\x41\x2d\x0c\x22\xfa\x95\xd5\xc8\x4c\xbc\xc8\x9e\x91\x05\xc1\xfa\x03\x23\x63\x62\xf2\xac\x57\x66\x90\x25\x5f\xb9\xb2\x83\x2c\x30\xf2\x33\x21\x5d\x59\x55\x06\x7a\x63\xa4\x97\x7a\xbd\x60\x50\x27\x52\x98\x4b\x06\xb5\x30\xf2\xa5\x88\x2e\x84\x08\x9d\xd8\xca\xb0\x24\x42\x2f\x98\xce\x83\x69\xc5\xca\xea\x5a\x66\x74\x26\x39\xb9\xb2\xa3\x33\x30\x32\x03\x90\x44\x68\x21\xf5\xae\xc8\x5f\x24\x1c\xcd\x78\x03\x89\xd0\x2b\xa3\x6b\x1d\x55\xce\x2a\x53\x66\x74\xce\xf6\xaa\xa3\x33\xac\xe7\x44\xda\x71\xc9\x7a\x16\x46\x4e\x74\x4e\xd8\xab\x8c\xbb\x1d\xb7\x9b\x1d\x77\x81\xc1\x44\x66\x65\xc7\x5d\x98\xca\xa9\xa3\x85\x32\x95\x85\x91\x13\xaf\xad\x16\x42\x38\x4e\x50\xe8\x97\x84\x63\x61\x64\xbf\xe3\xf6\x85\x50\x39\x32\x91\x4b\xc2\xb1\x30\xf2\x33\x2b\x5e\x12\x8e\x17\xf4\xe1\x04\x09\x7d\x65\x9d\x60\x3e\xbe\x23\xdf\x51\xfd\xca\xc4\x88\x43\xcd\x39\xbe\xa3\x2a\x87\xc7\xcb\xaa\x1c\x24\xe3\x34\xfc\x68\xc7\x76\xe1\x2a\x73\xb6\x11\xb6\x0b\xc5\x84\x2e\xbd\xe4\x20\x2f\x58\xc0\x69\xf0\x85\xca\xfd\x11\xa1\xab\x8c\x5c\xb0\x83\x1f\x78\xec\x11\xe6\xed\x2a\x2c\xa5\x0a\x23\x33\x72\x15\x83\xb8\xc2\x88\x4a\xda\x71\x15\x47\x54\x60\xc0\x1b\x5e\xb2\x78\x17\xcc\xdd\x34\xf0\xb1\xc5\x11\x15\x18\xd9\xc7\x3b\xa2\xc2\xb6\x4d\x03\x57\x59\xf4\x52\xc0\xc8\x84\x1b\x45\x2f\x05\x24\x18\x8c\x4b\x32\xee\x2a\xaa\x49\x56\xe4\x2f\xa2\x26\x24\xdb\x56\x51\x4d\x8a\x6a\xc2\xc8\x25\x3f\x77\x15\x66\x2d\xf0\x09\x57\xd9\x3e\x1e\xcf\xc4\x8c\x71\x15\x3d\x53\x41\x4d\xc6\xe0\x85\x54\x93\xa2\x9a\x30\xbe\x15\xd5\xa4\x3c\xe3\x63\x82\x32\xb7\xa0\xef\x7e\x60\xe4\xe2\x8d\xa1\x08\x35\x21\x04\x95\x9f\xbb\x0a\xe1\x19\xdc\xe8\x55\x74\x43\x6c\xbc\x4c\xd0\xc9\x56\x71\xf8\x04\x46\x2e\x3c\x5e\xcd\x01\x12\x14\xb0\x55\x74\x56\x10\x7b\x07\xd3\xd6\x25\xb1\x77\x41\xec\x4d\xd0\xb6\x96\xc4\xde\x05\x99\x77\x64\x62\xfd\xa2\xe6\x00\x09\xaa\xd5\x2a\x6a\x0e\x30\x98\xdc\x2e\xb9\xbe\x0b\xae\xef\x60\x47\xe8\x92\xeb\xbb\x20\xf6\x26\x78\x55\x4b\xe6\xee\x82\xad\x3b\xa0\x5e\xaf\xaa\x97\x83\x6d\x9b\x26\xc3\xba\x6c\x5b\x61\x30\xdf\x5d\x55\x95\xab\xac\xe0\x40\xf1\x59\x55\x67\x05\x8c\xfc\xcc\xec\x96\x9c\x5c\x21\x41\xde\x59\x72\x72\x17\x04\xdc\x91\x9b\xa2\xcf\x2f\xf2\xda\xe8\x44\x65\x51\x47\x18\x10\xb4\x57\x75\xc0\x06\x12\xe4\x9d\x25\x4d\x57\x18\xb9\x79\x23\x3d\x01\x01\x37\x41\xcb\x59\x12\x70\x85\x91\x71\x69\x55\x2f\x07\xdb\x36\x4d\x5f\x5b\xc5\x04\x46\x66\x28\x96\x6d\xbb\x2a\x2a\x37\x6d\xaa\x2a\x57\x55\x39\x1c\x9f\xd4\xda\x05\x77\x36\x91\xac\x5b\x10\x68\x3f\x30\x72\xff\xfe\xac\x78\x49\xb3\x5d\x55\x2d\x1a\xfc\x94\x5a\x54\xd5\x22\xcc\xa2\xaa\x45\x50\x63\x13\xe9\xe3\x25\x35\x76\xc1\x44\xcd\x24\x3a\x57\x73\x00\x82\x95\x3a\x32\x11\x84\xac\xd4\x05\xc7\x34\xbf\x70\xce\xcd\xaf\xd5\x74\x10\xd8\x93\x7c\xd3\xd5\x9e\xef\x90\x5f\xf9\x85\xe8\x56\xc4\x77\x20\x72\x6e\x7e\x87\xf6\x74\x7a\x26\x67\xb6\x9a\x9d\xde\x1c\x93\x86\x37\x7e\x7e\xf1\x70\x15\xed\x32\x70\x02\x46\x26\x66\x71\xff\xf1\x82\xaf\x9a\xc9\x86\xad\x66\xdc\x0f\x51\x75\x64\x82\x12\x89\xaa\xab\x2d\xda\x85\x9d\x37\xa3\x24\x28\xa8\x23\x0f\x45\x36\x22\x78\x16\x96\x22\xb9\x54\x18\xac\xc0\xac\xe6\x37\x85\x49\x9a\xd9\x39\xb9\x64\x92\x0a\x23\x0f\x9a\xea\x24\x12\x5e\x67\x7e\xa1\xf0\xf2\x3a\x17\xbc\xce\xc1\x3a\xcd\x92\xd7\xb9\x20\x6e\xe6\xd7\xf0\x2a\x5f\xfb\x81\x91\x27\xef\xa8\xcf\x00\xf2\xcb\x46\x38\xb4\x34\xdd\x08\x51\x96\x24\xce\xd5\xd8\xbf\xfd\xf2\xf1\x2a\x40\x53\x01\x26\x8f\x57\x01\xe0\x72\xe6\xd7\xe7\x46\x9b\xaa\x1b\x61\x86\x2d\xaf\x73\xc1\xd8\xcc\x24\x07\x96\x8c\x4d\x61\xb0\xb1\x60\x35\x7d\x06\x90\x59\xf6\x5f\x92\x38\x57\x7f\x7c\x46\x66\x8d\x7f\x75\x7d\x06\x30\x58\x78\x5a\xf2\x3a\x85\xcc\x1a\xff\xea\xba\x11\xa8\x9e\x23\x33\xdd\x91\xea\x29\x64\x36\x53\x2e\xa9\x9e\xab\xeb\x6c\x98\x74\x77\x9d\x0d\x90\xaf\xcb\x46\xdc\x8a\x9e\x8e\x2e\x9f\x76\x2d\x45\xc1\x55\x19\xd1\x56\x74\xb8\x8a\xa6\x92\xd6\x5e\x70\x44\xf3\x45\xcc\x23\x47\x74\x41\x08\x1d\xec\x94\x58\x12\x42\x17\xec\xcf\x7c\xe1\xde\x64\x7f\x2e\x18\x9f\x83\x05\xb1\xd5\xd5\xfb\xfe\xe8\x7a\x66\x95\x7c\x75\x9d\x4d\x47\xc9\xcb\x8b\xd6\xab\xe4\x40\x66\xcd\x7a\x75\x95\x1c\x18\xc5\x17\x52\xc9\x81\x7c\x31\x60\x77\x67\x07\xc0\x28\x97\x37\xda\xd4\x45\xaf\x32\x14\x4b\x2e\x15\x46\xf1\xb5\x1d\xb0\x81\xcc\x3a\xf3\xea\x0e\xd8\x50\x50\x47\xb9\x7c\xbc\x2f\xf4\x18\x49\x66\x6d\x78\xc9\x37\x15\x46\xb9\x7c\xbc\x2f\xb4\x50\x80\xa2\xc8\x17\x22\xe5\x52\xec\xc2\xf0\x85\x1e\x1b\xca\xac\xc1\xae\xae\x0d\xf5\xb0\x5d\x74\x8e\x6b\x33\x40\x66\x61\x73\x49\x28\x15\x46\x21\x74\xe9\x9a\x15\x8c\xd1\xcc\x92\xe5\xea\xce\x2e\x80\x51\x08\x2e\x65\x8f\xae\xfe\x44\x7f\x99\x15\xc2\xd5\x8d\xfe\xa0\x8a\x0e\xf6\x89\x2c\xa9\xa2\x0b\x2e\x68\x66\x25\x6e\x75\x4d\x14\xc6\xe7\x60\x1d\x71\xc9\xf8\x5c\xfd\xd0\x2e\x3c\x53\x37\x62\x83\xb8\x39\x4a\x56\x64\x7f\x1d\xb4\x70\x2a\x52\x01\x0e\x5a\xe8\xa7\x3d\x76\x21\x66\x45\xba\x6b\x75\xcd\x0a\x18\xac\x36\xae\xae\x59\x75\xcd\x0a\x4b\x93\x04\xba\x86\x66\x85\x0d\x0d\xcd\x0a\x18\x05\x9d\x18\x9a\x15\x54\xd1\xec\x92\x94\x54\xd1\x05\x55\x74\xb0\x4c\xb9\xa4\x8a\xae\xf1\xe8\x7d\x76\x81\x68\xa8\xf7\xc0\x60\x99\x72\x0d\x07\x6c\xd8\xa3\xd9\x75\x1e\xd9\xa3\xc2\x60\x4b\xcb\x1a\x9a\x02\x90\xc9\x93\xad\xe1\x10\x00\x0c\xaa\x46\xac\xe1\x74\x1a\x12\x68\x76\x9d\x47\x12\xe8\x82\xe5\x39\x5c\xf2\x1c\x6a\x21\x90\x5d\x4f\x91\xf1\x29\x8c\x52\x14\xd9\xfa\x47\x0b\xb3\x2b\x25\x43\x2d\x04\x86\x0b\xa3\x43\x4f\x0e\xe4\xc4\x48\x2f\x09\x54\x18\x05\x5d\x95\x04\xba\xc6\x13\x6f\x66\x57\x37\x86\xf1\x26\x30\x5c\x3e\x95\x17\xba\x20\x81\xe6\x54\xbe\xcf\xa0\x5e\x72\x44\x85\xc1\xae\x9e\x35\x8c\x3d\x07\x7a\x9b\xaa\x3f\x65\x1b\xd5\x5b\xcc\x62\xa8\xb7\xd0\x3b\xb3\xab\x13\xc3\x10\x12\x18\x85\x18\x6f\x38\xf9\x18\x0c\x07\xa4\xbe\xd6\x70\x38\x80\xfd\x39\x0a\x6b\x18\xb2\x3f\x17\x54\xcf\x4c\xea\x6b\x49\xf5\x5c\x43\xbd\xad\x74\xa7\x7a\x0b\xe4\x34\x14\xd9\x54\x26\x1f\x85\xb0\x6f\xa8\xca\x40\x4e\x43\xd1\x52\x84\x37\xc0\x10\x87\xaa\x0c\x47\x34\x93\x20\x5b\x72\x44\x85\xc1\x9e\xa4\x35\x9d\x15\x53\xdd\x23\x27\xc6\xb7\xa9\xef\x07\x46\x61\x44\x9d\xae\x29\x02\xd9\xc5\x80\xa9\x2a\x4f\x55\x99\x75\x66\xc9\xa5\x6b\xbe\x69\xd7\xf4\xf1\x4b\x11\xed\x62\x01\x71\x1a\xcd\x40\x2e\xcd\x19\x47\x2f\xb9\x54\x18\x85\xd1\x59\x72\xe9\x82\x49\x9a\x33\x2e\x5c\x26\xa9\x30\x0a\x6e\x44\x26\xe9\x9a\x8f\x76\xe7\xcc\x5a\xc3\x54\xbb\x61\x8f\x8e\x42\x8c\x37\x0d\x47\xe7\xe2\x17\x99\x9a\x4f\x5d\xf8\xd4\x5f\xb3\xa4\x34\xb5\x01\x20\x3b\x93\x9d\xcb\x5f\x5c\xfe\x22\x3d\xa1\x0b\x9f\x8f\x0d\x64\xe7\xa8\x53\x1b\x00\x46\x21\x1c\x9d\xeb\xf3\x8b\x8f\xff\x71\xc6\x28\x05\x55\x18\xa5\x2b\xb2\x73\x30\x1e\x67\x8c\x53\xe3\x99\x1a\x0f\xe1\xe8\xd4\x78\xe6\xe3\xa3\xb3\x13\xbf\xe9\xd4\x7c\xea\xaf\x51\xb9\xa9\xbf\x86\x6f\x9a\x9d\x60\xc9\x37\x15\x46\x21\xde\x94\x6f\x2a\x64\xa7\x28\xf2\x4d\x85\x51\xba\x8f\x47\xef\x21\x97\xe6\x5c\x69\x84\xfe\x1a\x18\x85\x65\x59\xc9\xa5\x42\x76\x8a\x22\xb9\x54\x18\xec\x40\x5b\x92\x4b\x85\x9c\xab\x22\x5b\xbf\x6d\x3d\x6a\xe2\xfc\x0d\x8e\x69\xce\xaa\x9c\x01\x34\x30\x4a\x57\x64\x47\x3f\x43\x40\xce\x2a\x93\xb1\x18\x30\xcc\x50\xc8\x24\x5d\xd0\x46\xb3\xb3\x03\x69\xa3\x6b\x12\x78\xb1\xe7\x6d\x4d\x03\x2f\x20\x1b\x8c\xcb\x24\x15\x46\x21\xfa\x9b\x9a\x28\x90\xb3\xaf\x6d\x78\x06\x93\x74\x94\xe1\x8d\x7e\xed\x43\xaf\xda\x54\x07\x0d\x60\x14\x4c\x54\x12\xe8\x7a\xbf\xd1\x2f\x6e\x7c\x3b\x42\xc0\x0b\x1d\xec\xb2\x5b\xf2\x42\x85\x9c\x19\xb9\xe4\x85\x0a\xa3\x7c\x44\x53\xd1\xe4\xaa\x84\xe8\xad\x08\xfd\xc2\x90\xa5\x8a\xae\xb7\x96\x86\xd5\xbe\xb5\xb4\xb7\x96\xc6\x90\xf7\xd6\xd2\xde\x58\x9a\xe1\xd9\x5b\x4b\x7b\x33\x95\x28\x84\xa0\x6f\xc7\x11\x38\xa6\xb9\xb0\x78\x22\xc7\x54\x18\xec\xfe\x5b\x6f\xa7\x12\x70\x4c\xb3\xc1\x92\x1c\x53\x61\x98\xd1\x79\x3b\xb4\xbc\x1f\x83\xc9\x0e\xfe\x6f\x0d\x06\x18\x85\xb1\xf2\xad\xc1\xbc\xb1\x8e\x82\xa5\xbd\xb5\x8e\x37\x0b\x57\xe6\x7d\xde\x8e\x23\xf0\x55\xb3\x83\xbf\x7c\xd5\xf5\x66\x8d\xbf\xe2\x60\xde\x1a\x0c\x7c\xd5\x5c\x18\xa6\xe4\xab\x0a\x83\x2d\x88\xeb\xed\xa8\xf0\xc6\x3a\x0a\xc3\xd4\x5b\xeb\x00\x86\x39\xa4\x77\x7c\x7e\xf1\x70\x15\xcf\x72\x79\x0b\x18\xd5\xce\xd1\x60\xa0\xc3\x66\x07\x1d\xe9\xb0\xc2\xa8\xb8\x34\xe9\xb0\x0b\xee\x6b\x2e\x58\x9a\xdc\xd7\xf5\x7e\x42\x9f\x61\x3e\xea\xed\xb2\x3f\xac\xd6\xac\xdb\x96\xd5\xba\xde\xac\x95\x56\x1c\xdf\x5b\xf5\x05\xb2\xce\xea\xad\xfa\x02\xa3\x12\x35\xc8\x7d\x5d\xf0\x5d\xb3\x6e\xe8\xad\xfa\x02\x83\xad\x91\xeb\x7d\x3e\xbf\x48\xdf\x63\x1d\x6f\x87\x13\x60\xd4\x4b\x91\x9d\xc3\x08\xf3\x98\xfb\x77\x87\x62\x39\xb5\x0b\x6a\x6c\xd6\xf4\xa5\xc6\x0a\x83\x2d\x97\xeb\x56\xe1\xa1\xc6\xe6\x32\x14\xdd\x8a\x6e\xae\x6a\x88\x96\x22\xda\xc8\x04\x4b\xb6\xac\x30\xcc\xd2\xdd\x4e\x2b\xe0\xc1\x66\xcd\x42\x1e\xac\x30\x2a\xd1\xae\x3c\x58\x21\xab\xca\xf2\x60\xd7\x8d\x0d\x54\xa2\xa4\x5b\x1b\x00\xb2\xea\x27\x35\x56\x18\x35\xf9\xf8\xa9\x68\x73\x55\x42\x74\x14\x1d\xae\x42\xe4\xb4\xe2\x26\xee\x67\x6f\xeb\xba\x35\x0b\x60\xb0\x61\x74\xdd\x46\x5c\x40\xfe\xbc\x90\xa3\xcd\x4d\xdc\x5f\x19\xa6\x6e\xcd\xe2\x26\xbc\xfa\xeb\xe3\xfd\x45\x92\x0e\x95\xe9\x8e\x64\xdc\x05\xf3\x36\x57\xec\x49\xe6\xad\x30\x2a\xc6\x73\x3b\x15\x00\x72\x65\x45\x54\x32\xae\x30\x2a\x83\xd9\xed\x68\x03\x3f\x37\xff\x55\xe4\x2f\x6a\x03\xc4\xd7\xb7\x36\x70\x63\x03\xec\x34\x5d\xb7\x36\x70\x6b\x03\x44\x95\xb7\x36\x00\xe4\x8a\x3d\xdd\x0e\x07\x72\x7d\x2b\x43\x9e\x5c\xdf\x75\x33\x3b\x60\x3f\xea\xba\x9d\x1d\xdc\x5a\x0a\x61\xb2\xf4\xdf\x75\x33\x81\x67\x3f\xea\xba\x9d\x30\x40\xff\x1d\x26\x4d\xa5\xff\x2e\xb8\xbe\x99\x9d\xa6\x4b\xae\xef\xba\xf1\xfd\x6c\x9d\x5d\xb7\xc6\x03\xe4\x4a\xb8\x21\xfd\x57\x18\x9f\x17\x32\x62\x83\xc5\x9b\x2b\x89\x74\x59\xbc\x4b\xca\xae\x09\x58\x29\xbb\x0b\x32\x6e\xae\xd8\x93\x64\x5c\x61\x54\xc2\xe4\xa5\x57\x87\x79\x9b\xd9\x43\xba\x64\xde\x0a\xc3\xce\x91\x79\xbb\x60\xdb\xe6\x3a\x7c\x16\xef\xb8\xd4\x68\xc2\xe4\xa5\x46\x43\xc0\xcd\x15\xbd\x5f\xaa\xaf\x64\x5c\x3b\x47\x32\xee\x5a\x2c\xfd\xb0\xef\x73\x2d\x97\x7e\x80\x51\x89\x4a\xd7\xfd\x79\xfc\xe3\xf1\xa8\x21\xb7\x96\xea\x0b\x8c\xca\xe0\x2f\x3f\x77\x41\x8d\xcd\x0d\x87\x2a\x35\x56\x18\x6c\xfc\x5d\x4b\x5d\x05\x72\xbb\x14\xf9\x8b\x7a\x75\x42\x84\xa5\xfa\x02\xb9\x61\xa2\x12\x68\x85\xe1\x47\x93\x40\xbb\xd6\xa3\x98\xb9\x31\x21\x5d\x2a\xa6\x04\xda\x4a\x20\x21\x81\x76\xc1\x90\xcd\x0d\xbd\x5f\x3a\x7a\x60\xd4\xe6\x8d\xb7\x22\x5a\x9f\x15\xd9\x7a\xe2\x27\xb6\x1a\x2f\xd9\xb2\x0b\x3a\x6c\x36\xd1\xb9\xf4\xfd\x4b\xbd\x6f\x8a\x6c\xd7\x03\xb9\x31\xda\xc8\x96\x15\x06\x1b\x92\x97\x6c\xd9\x05\x5b\x36\x37\x14\x53\xb6\xac\x30\x54\xb9\xa5\x29\x40\x5b\xcd\x8d\x31\x69\xa9\xab\x4b\xdf\x4f\x84\x2b\x85\x75\xad\x47\x31\x73\xb3\x0b\x55\xcc\xa5\x57\x57\x31\xf5\xea\x40\x6e\x36\xd5\x79\x03\x44\xd7\x61\xea\x5e\xa2\xeb\x82\xaf\x9a\x1b\x37\xca\x57\x15\x46\x65\xd0\x08\xfd\x2a\x7c\xd5\xdc\x88\x79\xe4\xab\x0a\xc3\x04\xbf\x7c\xd5\x15\x68\x61\xc3\x93\x87\x5a\x08\x8c\x4a\xec\x1a\x3a\x51\x38\xaa\xb9\x0d\x9f\xb5\x14\xd1\xf7\x18\x8c\x7c\xd5\x15\xf8\xd5\x36\x15\x1d\x45\xf8\x55\x62\x57\x29\xac\x0b\xbe\x6a\x6e\x78\x72\xf9\xaa\xc2\x90\x52\x10\x06\x25\x40\xee\x24\x8c\x42\xef\x1b\x7a\xdf\xee\x8d\xb6\x8b\x09\x69\x67\xf0\x0f\x27\xa4\xc0\xa8\x0c\x60\xa1\x13\x05\x32\x25\x22\x57\xe8\x44\x43\x2d\xb4\x73\xd4\xc2\x78\x94\x29\xb3\x3f\x73\x85\xca\x04\x8c\xca\xc2\x68\x18\x6e\x40\x61\xcd\xe6\x28\xa5\xb0\x0a\x43\x12\x43\xa8\x5f\x81\x5f\xa5\x50\xdf\x0a\xfd\x6a\xa8\x39\xa3\x7c\x7f\x28\x0e\x15\x0b\xc8\x1d\x1f\x1b\xae\x72\x87\x6e\x97\xa0\x35\x74\xbb\x71\xe8\x02\x7c\x6c\xb8\xb0\x09\x8c\x3a\x14\xd9\x05\xb8\x4a\x0a\xc7\xad\x38\x9f\x1b\x71\x36\x43\xd1\x54\xf4\x7c\x40\xca\xb8\x2d\x79\xb0\x0b\xee\x6b\x66\x17\xe6\xda\xc6\xc4\x92\x5e\x2b\xca\x20\xe9\x55\xc8\x26\x3a\xb7\x51\xc3\x36\x6a\xc0\xbd\xc9\x83\x5d\x90\x5e\x33\xbb\x30\x97\xa4\xd7\x25\x9d\xb5\x12\x26\x4b\x67\x5d\x9b\xe5\x96\x8e\xfa\x6d\x97\x5b\xa4\xb3\xea\x04\xa5\xb3\x0a\xb9\xa3\x0c\x5b\xed\xde\x6a\x37\x71\xec\x56\xbb\x37\x6b\x8a\x9d\xcf\xbc\x55\x52\x60\xd4\xa9\xc8\x5f\xc4\x7b\x76\x5f\x48\x25\x95\xce\x2a\x4d\x44\x3a\xeb\xda\xe8\x6d\xb7\xa9\xea\xed\x26\x72\x66\xbb\xfd\xda\x2a\x29\x90\xbb\x8d\x50\x49\x81\xd1\x50\x65\x79\xb0\x42\x1e\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\x6d\x7c\xbd\xf1\xc4\xd4\x0a\x5b\x5b\x4f\xbc\xc9\xf8\xb1\x7d\x6a\x6d\x15\x7e\x3f\xea\x9b\xa9\xa3\xb5\xb6\x8b\x7e\xd0\x61\x47\xfb\x88\x7c\x16\xde\x93\xea\x51\x6b\xeb\x3d\x81\xd1\x88\x3d\x65\xcb\x0a\xd9\xdc\xa7\x6c\xd9\xb5\x1f\x85\x1f\x8d\xd8\x73\xab\xf0\xf0\x55\x33\x15\x9f\xd6\x76\x58\x07\x46\x23\x46\xdc\x2e\xd5\x03\x99\x3a\x47\x6b\xbb\x36\x03\x0c\x87\x16\x19\xae\x6b\xb3\x36\x63\x1e\x75\x3b\xf8\x03\x83\x92\x02\x6b\xab\xd1\x40\xa6\x9e\xd0\xda\x6a\x34\x30\x1c\x80\xb6\x21\x37\xdc\xd5\x4c\x3d\xa1\x25\x77\x75\xc1\x5d\x1d\x8d\x18\x51\xee\xea\x82\x5c\x9a\xa9\x89\xb3\x24\x97\x0a\x43\xf2\xcd\x71\xc0\x06\x32\xf5\x62\xd6\x51\x0b\x81\xd1\x08\xe2\x8e\x93\xb5\x83\x16\x52\x09\x66\x1d\xb5\x10\x18\x52\x74\x8e\x5a\x78\xf0\xb1\x54\x82\x59\x47\x1f\x7b\x18\xe9\x1b\x31\xe2\x71\xa4\x07\xf2\xe8\xfe\xe2\x5b\x11\xdf\x91\x81\xf1\x38\xa5\x3b\x68\x34\x1b\x15\xd7\x51\xa3\x81\xd1\x70\x49\x47\x8d\x06\x32\xe5\x55\xd6\xd1\x13\x1f\x08\x33\x8d\x78\xf3\xb8\x24\x0e\xa7\x36\xb3\x9d\x71\xc9\xa9\x15\x86\xd4\x21\x39\xb5\x42\x66\x3b\xe3\x92\x53\x2b\x0c\x07\x59\x39\xb5\xeb\xa8\xd1\x4c\x5b\x8f\x1a\x7d\x58\x4f\x69\x59\xd1\x52\x44\xeb\xa7\xbf\x68\xeb\x89\x2d\x28\x76\xbb\x64\xde\x0a\x99\xa2\x22\xeb\x18\x5b\x00\xa3\xa1\x26\x92\x71\x17\x04\xdc\x4c\xb9\x90\x75\xf4\xea\x90\x71\x87\x03\xb6\x64\x5c\x21\x53\x4a\x63\x49\xc6\x15\x46\x43\x4d\x8e\xd6\x01\x64\xf3\xbb\x47\xeb\x38\x5a\x07\x4b\xa9\x47\xeb\x38\xc4\xd4\xf3\x52\x64\x53\xb5\x0e\x62\xc4\xa3\x75\xc0\xf5\xcd\x6c\xd9\x5c\x72\x7d\x85\xd1\x88\x11\x8f\xb1\xc5\xc1\xb9\x4f\x2c\xed\xe8\xdc\x81\x41\x85\x88\x75\x74\xee\xd0\x7f\x33\x25\x2b\x96\xf4\x5f\x61\x34\x3c\xb9\xfc\x5e\x21\x4f\x3f\xad\xc6\x07\x8c\x46\x30\x2e\xbf\x57\xc8\x6c\x12\x5d\xf2\x7b\x85\xd1\xaa\x22\x5f\x88\x99\xec\xf4\xd3\x6a\x56\xc0\x90\xef\x25\xbf\x77\x41\xd3\xcd\xd3\x8e\x76\xec\x90\xa6\xdb\xaa\x37\xda\x2e\x56\x5d\xa6\x5d\xe8\x84\xf4\x68\x8f\x8f\xf1\x85\xcc\xdd\x80\x87\x9b\xd9\x70\x1a\x2f\xd6\x37\x85\xd1\x9e\xd8\x35\x5e\x8c\x30\x01\xc3\x36\x53\xde\x20\xac\x2e\x1c\x2f\xad\xf6\x89\x5d\x43\xb6\x6d\xc0\xb0\xcd\xf3\x89\x9f\x02\x9a\xed\x03\xb6\x9e\xc7\xdf\x3e\x1e\x4b\x9b\x6d\x7c\x77\x28\x0e\x0b\x12\xc7\x8b\x85\x14\x68\x6a\xf1\x22\xfe\x89\x17\x26\xc6\xe6\xf7\xa0\x5e\xf1\x07\x06\x34\xb5\xb0\x6e\x71\x40\xd3\xcd\x6c\x58\x8f\xd7\xf2\x4d\x1c\x34\x1a\x5d\x80\x3d\xc5\x8b\xc5\x48\x36\x73\x07\x8c\xde\x0f\x0c\xc8\x6c\x21\xb1\x37\x5e\x2a\xd6\xa4\x11\xdb\x97\x53\xb1\x1a\x37\xa2\x58\x41\xbd\xe1\xc2\x7e\xd4\xb0\xde\xb0\x30\xda\x33\xee\xc6\x6b\xdb\x88\x47\x8b\x0a\x3b\x4d\x43\xb6\xac\x30\xa8\x31\x1d\x56\x25\x16\x0a\x5b\x41\x43\x02\xad\x30\x5a\xe3\x85\xd0\xa2\x80\x21\x5b\x5e\x89\xa6\x1e\x5f\x88\x25\x38\xca\x85\x84\x65\x83\x03\xd2\x6c\x61\xaf\x66\xbc\x8e\x8f\x67\x49\x1c\xf6\x55\xbc\x8e\x8f\x7f\xf4\xa3\x90\x9d\x0e\x39\xb5\x71\x31\x59\x6b\x4f\xa0\x19\xf0\x6b\x3f\x50\xc8\x4e\x87\x34\x5b\x61\xb4\x27\x84\x0c\x4b\x10\x07\x6c\xdb\xf2\x2a\x8a\xba\x22\x4c\xec\x89\x1a\xc2\x12\xc4\x41\xbd\xe1\xc2\x06\xc8\xb0\xde\xb0\x30\xda\xe3\x89\xc3\x7a\xc3\x01\x19\xb7\x90\xe9\x0e\xc9\xb8\x41\x09\xe2\x41\x7c\x1d\x96\x20\x0e\x6a\x0c\x17\x32\xdd\x71\xa9\x6b\x14\x14\x1e\x94\x31\x09\xe8\xbb\x1f\x28\x6c\xfb\x0b\x59\xbc\xc2\x20\x0a\x0f\xeb\x0d\x0b\x85\x0d\x7d\x71\xdd\xb6\x8b\x90\x9b\x62\x27\x21\xd7\x37\xa0\xec\x16\x36\xf4\x85\x94\xdd\xb8\x0c\x37\x06\xad\x5f\x3e\x7e\xf1\x2c\x1b\xa1\x7e\x5d\xea\x17\xca\x74\xa9\x5f\xf0\x73\xcb\xcb\x46\x10\x6e\x04\xc5\x89\x07\xdc\xc4\xa0\x42\xf1\x03\xbc\xe3\xe0\x1d\xc3\x77\x24\x98\x26\xee\x8f\x2b\xec\xe8\xe0\x59\x93\xa6\x86\xcf\x62\xa1\xae\x7d\x44\x76\xe1\xe3\x31\xcb\xf5\xe2\xc6\xed\xd7\x56\xa3\x27\xaf\xad\x46\x53\x63\xb8\x90\xd6\x0e\x88\xb9\x0f\xd0\x5f\x93\x46\x6c\xfb\xeb\x51\xdf\xc2\x76\xb3\xb8\x54\x5f\xc9\xb8\xfd\xc5\x3b\xaa\xbe\x40\x61\x23\x59\x58\x6f\x38\xa8\x31\x3c\xfa\x8b\x77\x3c\xbe\xe3\xa1\x5d\x89\x1b\x8f\xed\x22\x28\xe9\x36\xf5\xf8\xb5\x1f\x57\x59\x48\x6b\x87\x2c\x5e\x61\x30\x1f\x09\x59\xbc\x01\x73\xb7\x5c\x89\xd7\xd6\x3a\x60\xf1\x8e\xfe\x52\x64\xeb\xd1\x7b\x36\x6c\x85\x94\x5d\xa1\x90\x9d\x0e\x29\xbb\xc2\xe8\x4f\x5c\x17\x49\x53\x48\x8f\xde\x17\xf6\x4a\x45\x52\xef\x81\x01\xbd\x33\x2c\x54\x1c\x70\x7d\x0b\xfb\x9b\x42\xae\xaf\x30\xfa\xa5\xe8\xad\x88\x46\x3c\x83\x59\x24\x95\x1c\x18\x90\x40\x23\x11\x06\x45\x7a\x74\xbd\xb0\xd1\x27\x60\x07\x7f\x60\xf4\x27\x46\x0c\x49\xc2\x42\x21\x3b\x1d\x56\x38\x0e\xaa\x1a\x8f\x8e\x67\x82\x43\xfc\xc0\xe2\x2a\x5a\xaf\x46\x4b\x12\x66\xb2\x16\x92\x84\x85\xc2\xce\x94\x90\x24\x2c\x0c\x68\xa7\x21\x49\x38\x60\x01\x17\xf6\x9c\x44\x5a\xb6\x6b\xd9\x2e\x1e\xbf\x6c\xd7\xa2\x5d\x9d\xd6\x2f\xdb\xb5\xec\x2f\x7a\x55\x1b\x02\x0a\x3b\x40\xc2\x02\xca\xc2\x60\x7a\x18\x52\x89\x83\x3a\xca\x85\xbd\x1d\x91\x96\xed\xc2\x60\x28\x66\x1f\x49\x83\x81\x24\x5c\x28\x9a\x1c\xb2\x80\x85\x01\x1d\x36\x52\xf8\x8b\x4f\x9c\x52\x2e\xcc\x2a\x85\x9f\x83\x38\x85\x52\x40\x91\x88\x53\x02\x32\x70\x61\x6f\x47\x58\x21\x39\x20\x06\x0f\xea\xd9\x87\xc4\xe0\x48\x18\x4c\x42\x0b\x93\x06\x93\x70\xee\xd4\xaa\x8f\xa4\x75\x40\x0c\x2e\x49\x05\xd8\xb6\x5e\x53\xc8\xbc\xa3\xa6\x00\x94\x84\x59\x49\x0c\x16\x46\x57\x57\x35\x85\xf4\xe8\x7d\x49\x7e\x0e\xf5\x5e\xae\x30\xf5\xe5\x43\xae\x70\xc0\x0f\x2e\xc9\xce\x39\xb6\x8b\x49\x68\xcf\xdf\xa7\x6d\x45\x3a\xea\xed\x63\x30\x25\xf9\xbe\xc7\x5e\x81\x38\x40\xad\xf9\x48\x0e\x2d\x94\x7c\x2e\xec\x21\x0d\xc8\xc7\x1f\x18\x4c\xa7\x43\x0e\x72\xc0\x3b\x2e\x89\xf7\xb5\xfc\x73\xc0\x2e\x1e\xb0\x8b\x43\x76\xb1\x50\x60\xfe\x87\xec\x62\x61\x40\x12\x0e\xab\x38\x47\xbe\xe9\x28\xc6\xa4\x7c\xfb\x78\x46\x88\xfe\x04\x74\x91\x1d\x21\xe0\x20\x97\xf4\x11\x15\x45\x98\x05\xf1\x4f\xd6\x2c\x80\x42\x7d\xe6\xc8\x0e\x1a\xc0\xe8\x58\x9d\xe5\x9f\x83\x92\xcf\x25\x55\x7f\xf1\x56\x44\x4f\x7c\x6e\xa4\x27\x60\x2a\x97\x54\xf9\x45\x15\x3e\xab\xf0\x0c\x66\x96\x6c\x16\x0a\x04\xfe\xb0\x64\xb3\x30\xba\x8f\x57\xe1\xf3\x33\x9c\x14\x76\x9a\x46\x26\xc8\x0f\xf9\xcc\x1d\x3b\x97\xcf\x1c\x30\x95\x4b\x62\xc0\x96\xa9\x2c\x0c\xaa\xb5\x47\x56\xe1\x29\x9a\x5c\xa8\x96\x1c\xd9\xe1\x40\x0e\x32\xd5\xda\x43\x0e\x72\x50\x53\xb9\x50\xe1\x38\xac\xa9\x2c\x8c\x4e\x2c\x66\x4d\xe5\x80\x96\x5c\xd8\x43\x1a\xd2\x92\x85\xd1\x89\x04\xad\xa9\x1c\x54\x4b\x2e\xf9\xc5\xd7\x36\xe6\xc9\x8e\x10\x44\x6c\x92\x97\x03\xc2\x72\xc9\x38\x67\xab\x25\x0b\x83\xd5\x8d\x90\xbc\x1c\x14\x3d\x2e\x19\x4f\x6c\xd1\x63\x61\x50\xe6\x3d\x24\x2f\x07\x54\xe4\x02\x2f\x3d\x2c\x7a\x2c\x8c\x6e\x47\x1b\xf3\x00\x05\x1a\x77\x48\x4b\x16\x06\x65\xde\x43\x5a\x72\x50\x0e\xb9\x90\xfc\x8e\x62\xcc\x03\x0c\xca\xbc\x87\xa5\x91\x85\x02\xa9\x3a\x8a\xbe\xbf\xb0\x8c\x0d\xbd\x3c\x8a\xbe\x9f\x3a\xc8\x25\x63\x9b\xd6\x41\x0e\x68\xcd\x83\x55\x97\xb0\xe8\x71\x50\xf4\xb8\x64\xf4\xde\xa2\xc7\x21\xc5\x99\x55\x97\x90\xe2\x2c\x14\x58\xbc\x61\x1d\x64\x61\xb0\xea\x12\xd6\x41\x8e\x72\xd3\x13\x28\x79\x51\x31\x81\x01\x55\x3d\x8a\xbe\x1f\x28\xa4\xb5\xa3\xe8\xfb\x8b\x8e\x7e\x3c\x5f\xdb\x6a\xc9\x41\x39\xe4\x42\x5a\x3b\x8a\x5e\x1d\x18\x10\xda\xa3\xa8\xe4\x40\x61\x5b\x69\x48\xbd\x8e\xa2\x46\x0f\xba\x50\x8d\x06\x0a\x34\xdb\x90\x7a\x2d\x0c\xca\x74\x85\xd4\x6b\xa1\x40\xa0\x0d\x0b\x28\x07\xa5\x91\x47\x1f\xf4\x84\xbe\x1f\xea\x75\xc9\x76\x74\xd8\x85\xa4\x6f\x3a\x51\x16\x35\x91\x1f\xa0\xbf\x18\x34\xa0\x61\x7f\x60\xb0\xb2\x14\xb2\xb1\x83\x3a\xc8\x25\xdb\x39\x61\x7f\x69\x1d\x93\xa6\x6a\x1d\x30\xb0\x0b\x34\xca\x28\x9a\x02\x30\x58\x7f\x0a\xd9\xd8\x42\xc9\x3e\x5e\xeb\x28\x5a\x07\xf1\x53\xd1\x3a\x60\x60\x17\x48\x8d\x61\x01\x65\x61\xb0\x4a\x15\x16\x50\x16\x0a\x1c\xc0\x90\xa0\x1d\x52\xaf\xa9\x7b\x1f\x52\xaf\x03\x9e\x75\x29\x44\x6c\xf2\xac\x85\x01\xb5\x3f\x8a\x31\x0f\xa4\xea\x02\xd7\x2e\x24\x55\x0b\x83\x22\x63\x21\xa9\x3a\x24\x55\x53\x4c\x3e\x24\x55\x07\xb5\x8f\x0b\x34\xb7\xb0\xf6\xb1\x30\x28\x13\x1f\x92\xaa\x85\xc2\xe6\xd5\xa8\x06\xf6\xc0\xa0\x4c\x7c\x58\x21\x39\x28\x87\x5c\x4a\x9a\x88\xb6\x22\x1a\x41\xcc\x53\xb5\x0e\x08\xda\x05\x6a\x5a\x48\xd0\x16\x06\x65\xe2\x43\x82\x76\x40\xd0\x2e\x70\xc7\x42\x82\x76\x50\x02\x79\x50\x26\x3e\xaa\xa6\x00\xf5\xba\x94\xe2\xb3\x6c\xd7\x6d\xbb\x78\x47\xad\x03\x28\x70\xb4\x42\xea\xb5\x30\xd8\xab\x10\x52\xaf\xa3\xde\x7c\x0e\x86\x93\xaa\x75\x00\x63\xd8\x39\xcb\xa6\x32\x04\x40\x89\x8a\xaa\x75\x00\x83\x02\xf0\x61\xb5\x65\xa1\x94\x5a\xbf\x3f\x14\x5b\x8c\x59\x18\xd4\x87\x8f\xaa\x3d\x55\x46\x08\x58\x4e\x51\x35\x1e\xe8\xe1\x83\xd5\xc2\x90\x1e\x2e\x14\x6a\x2a\x87\xf4\x70\x61\x0c\x26\x91\xd5\xc9\x07\xf4\xf0\x02\xe7\x28\xa4\x87\x0b\x83\xfa\xf0\x51\x1d\x5a\xa8\xcf\x5c\xe0\xf6\x84\xf5\x99\xa3\x32\xd3\x18\x7e\x79\x87\x16\xa0\xc0\x42\x09\x4b\x36\x0b\x63\xf8\xe5\xb5\x27\xa0\x14\xe6\x49\xb2\xcf\x85\x41\x15\xf9\x90\x7d\x1e\x75\xf3\x8e\xb8\x91\xea\xe4\x83\x92\xcd\x83\x2a\xf2\x61\xc9\xe6\xa0\x4c\x73\x81\xa1\x11\x55\xe3\x01\x06\xa5\xea\xa2\x6a\x3c\xf5\xf0\x8b\x8c\x5c\xd5\x58\x0a\x5e\xfa\x18\x6a\x91\x43\x8b\xe7\x4a\x55\x4c\xac\x3a\x87\x00\x6a\x53\x95\x8d\xa5\xa0\xaa\x17\x98\x10\x21\x55\x3d\xa8\xdc\x3c\x58\x5d\x8d\xe6\x08\x01\x55\xbd\x90\xa7\x0f\xa9\xea\x41\x01\xe5\xc1\xea\x6a\x58\x40\x39\xa8\x96\x5c\xc8\x4e\x87\xd5\x92\x85\xc1\xea\x6a\x48\x68\x0f\xd8\xeb\x85\x8c\x72\xc8\x5e\x17\x06\xd5\xda\x43\xf6\xba\x50\x6a\x9e\x88\x42\x11\x5f\x1b\xed\x96\xd0\x2e\x94\xfa\x69\x84\xed\x52\x95\x19\x5a\x64\xaf\x07\x8c\xf5\x52\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x43\xf6\x7a\x34\xb4\xb0\x7e\x44\x6f\x45\x6f\xae\xa2\x11\xba\x70\xca\x2c\x17\xf2\xa8\x61\x99\x65\x61\x50\x55\x3d\xe4\xb8\x07\x1c\xf7\x42\xee\x33\xe4\xb8\x0b\x83\xa2\x7d\x21\xc7\x5d\x28\x64\x0f\xc3\x9a\xca\x21\xc7\x7d\x30\x98\xc9\x71\x0f\xaa\x25\x97\xda\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x58\x2d\x39\x1a\x91\x51\x45\xa3\x9b\xea\x0b\x0c\x4a\xfb\x45\x53\x7d\x81\x42\x66\x2d\x2c\xa0\x2c\x8c\x61\x53\x55\xdf\xc6\x6a\x10\x39\xb3\x68\x0e\x07\xc0\x60\xb7\x51\x34\x87\x03\xa0\x54\x06\xd9\xe6\x70\x40\xe5\xe5\x31\x88\xc5\xac\xbc\x1c\x14\x50\x2e\xa4\xb5\xc3\x02\xca\x21\xf7\x9e\x3d\x49\x21\xf7\x3e\x20\xda\x17\xf2\x3e\x21\xd1\x5e\x18\xc3\xce\x39\x76\x21\x13\x86\x8a\x75\x48\xb4\x0f\x0a\x28\x0f\x4a\x0e\x86\x05\x94\x83\x72\xc8\x85\x8c\x4e\x34\xe3\xa7\xe6\x08\x41\x94\x25\x85\x3e\xe0\xcb\x97\xf6\x52\x54\x14\xa1\x13\x44\x46\xf2\xe5\x03\x72\x7c\x69\x8c\x10\x92\xe3\x03\x26\xfc\x60\xf5\x3e\x64\xc2\x0b\x85\x0c\x45\xc8\x84\x17\x06\xab\xf7\xd1\x9d\x11\x00\x85\xdc\x43\x48\x8e\x8f\xee\x70\x40\xd0\xdb\x1d\x0e\x80\x42\x26\x20\x24\xc7\x47\xd7\x86\x58\x59\xea\xda\x10\x50\x58\xe3\x0f\xf9\xf2\xc2\x60\x8d\x3f\xba\x51\x16\x50\x58\xbd\x0f\x6b\x2a\x07\x7c\xf9\x31\xf8\x68\xf2\xe5\x03\xaa\x7a\xa1\x34\x72\x48\x55\x17\x06\xbb\xb3\xa2\xeb\xa3\x61\xac\x17\xd6\xac\xc3\x6a\xc9\xc2\x20\x13\x10\x5d\xeb\x80\x78\x5e\x58\x67\x8e\xae\x46\x4b\x42\xa7\x38\x7a\x48\x42\x8f\xfe\xa8\x6f\x69\xa8\x49\x8f\xcf\x8d\x7c\xa1\xa1\x08\xf5\xa5\xae\x70\x71\x69\xb1\xab\x5f\xc0\x20\x5f\x10\xdd\x39\x2a\x50\x5c\x9c\xb3\xec\x70\xc0\x32\x1f\x94\x3d\x0f\xcb\x0e\x07\xfc\xf1\xc2\xce\xdc\x90\xec\x1d\x50\xa4\x4b\x9b\xcf\x0b\x59\x20\x57\x18\x6c\x24\x0b\x0f\xcc\x0b\x18\xd4\xc5\x69\xab\x0c\x6a\x61\x90\x8e\x08\x19\xd4\x42\x71\x2e\x29\x83\x5a\x18\x03\x2d\xb4\x66\x6e\x8c\xa7\x8f\x8a\xb3\xc4\xe1\x98\x26\xa9\x9a\x7a\xe9\x21\xa9\x3a\x60\x50\x97\xce\x62\xa6\x0c\xea\x80\x41\x3d\xd8\xba\x16\x32\xa8\x85\xc2\x29\x62\x21\x83\x5a\x18\xf3\xf5\xef\x98\x15\x0f\xfd\x0f\x9c\xeb\xe2\x84\x54\x52\xb5\x30\xd8\xff\x16\x92\xaa\x85\xe2\xf4\xd0\x5a\xbc\x31\x48\x73\x50\x02\x3d\x86\xc3\x27\x74\xe9\xe2\x94\x4e\xba\xb4\x30\x28\x81\x1e\x43\xa3\xa6\x40\x6e\xe9\x2c\xb8\x0e\xe7\xf7\xb0\xa6\x07\x7b\xe9\xc2\xca\xb8\x01\xc5\xb9\x70\xa4\x53\x48\x71\x0e\x08\xc7\x85\x6c\x6b\x48\x38\x16\x06\x49\x9a\xb0\xe6\xad\x50\xc8\x7d\x86\x35\x6f\x85\x31\x19\xf2\xa6\x6b\x51\x40\xe1\x04\xa4\x90\xa9\x1c\xd0\x92\x07\xa9\x9c\x90\x96\x1c\x54\xa0\x2d\x86\x90\x56\xa0\x15\x06\x55\xd1\x63\xfa\xe5\xe1\xfa\x16\x4e\x95\x09\xb9\xbe\x41\xb9\xd9\xc1\xee\xbd\xb0\xdc\x6c\x40\xd9\x2d\x8e\xa8\x52\x76\x85\x41\x2a\x27\xa4\xec\x06\xfc\xdc\xe2\x38\x22\x3f\x57\x18\xd4\x3b\x0f\xf9\xb9\x01\x19\xb7\x90\x89\x0c\xc9\xb8\xc2\xa0\xde\x79\x48\xc6\x15\x8a\x5e\x5d\x32\xae\x30\xd8\x2f\x18\x16\x7f\x8d\xc9\xf2\xa7\xfe\x7a\xba\xc0\x03\x0c\xaa\xa2\x87\xc5\x5f\x03\xb6\x6d\x19\x4c\x64\xa6\xb1\x05\x34\xdb\x41\x8a\x29\xa4\xd9\x06\xd4\xd8\xa2\x2f\x93\x1a\x1b\xd0\x61\x0b\x09\xc5\x78\xeb\x50\x61\x59\x0e\x6a\x9c\x87\x2c\xcb\x80\x20\x59\xa8\xa0\x1d\x6f\x23\x23\xc9\x92\xa6\x36\x24\x4b\x06\x34\xc8\x42\xdd\xe8\x90\x06\x29\x0c\xea\xd4\x86\x34\x48\xa1\x50\x1a\x39\x2c\x01\x2a\x0c\xea\x6a\x86\xcc\xc8\x80\xf3\x58\x28\x7a\x1c\x72\x1e\x85\x31\xd1\x2f\x49\x8d\x71\xb3\xce\x43\x09\xe2\xb8\x9d\x43\x00\x83\xea\x9b\x61\xed\xd0\xa0\x50\x68\x61\x57\x61\x58\x28\x54\x18\xa6\x5c\x64\x43\x06\x0c\xc8\x42\xa9\xdf\xb0\x50\x68\x58\x28\x94\xca\xb8\x21\x1b\x32\xa8\xbe\x59\x7c\x21\xab\x6f\x0a\x63\xe2\xcb\x6e\x23\x23\xa0\x52\xa4\x35\x6e\x5d\x38\x30\x26\xbe\xec\x36\x32\x82\x3c\x58\x29\xd2\x1a\x92\x07\x85\x41\xfd\xdc\xb8\xf5\x2c\x40\xa5\x46\x67\xc8\x27\x14\x06\x55\x41\xc3\xe2\x9e\x71\x3f\x1e\xa0\x52\xa3\x33\x6e\x3d\x00\x30\xd8\xe1\x18\xb7\x53\xcd\xfb\xd1\xe8\x4a\xf5\xcd\xb8\xd5\x68\x60\x50\x0d\x37\xe4\x13\x06\x1c\xc2\xfa\x22\xae\xbb\xd5\x68\x60\x52\x61\x34\x6e\xa3\x65\xa0\x52\xf8\x32\xa4\x18\x0a\x93\x6a\xb8\x21\xc5\x30\x60\x0a\x56\x0a\x5f\x86\x4c\x41\x61\x52\x0d\x37\x2c\x14\x1a\xf7\xa6\x5d\x55\x91\xed\x7a\x60\x52\x0d\x37\xe4\x13\x06\x7c\xc2\x4a\xe9\xc8\x90\x4f\x28\xcc\x4f\x47\xeb\xbf\xa0\x18\x56\x8a\x42\x86\x14\xc3\x80\x4f\x38\x5f\x2f\x6f\x1c\x8a\xe8\x7b\x82\x12\xc9\x83\x41\x2d\xcc\xfa\x62\x05\xd9\x5a\x98\xc2\x64\x47\x68\x2c\xbf\x23\x24\xbd\xca\x51\x8a\x21\x49\x4f\x98\x14\xb5\x0d\x49\x7a\x01\x31\xaf\xb2\xfb\x2f\xac\x98\x29\x4c\x2a\xd8\x86\x15\x33\x83\x5a\x98\x95\xdd\x7f\x61\x2d\xcc\xa0\xf0\xe5\xa4\x82\x6d\x58\xf8\x32\xa0\xdf\x55\x76\xec\x85\xf4\x3b\x61\x9a\x0b\x5c\x2a\x00\xf4\xbb\x7a\xe1\xac\xa4\xdf\x09\xf3\x85\x2f\xb4\x7e\x65\xc0\xa2\xab\x26\x2d\x64\xd1\x09\x93\x0a\xb6\x21\x8b\x2e\xa0\xcc\x55\x2a\xc3\x85\x94\xb9\x58\x7e\x5a\x16\x82\xa5\xcc\x05\xd5\x24\x2b\xfb\xe7\xc2\x6a\x92\x41\x89\xc8\xc9\xa1\xa5\xb1\xfc\xda\x8b\x8f\x66\xee\x61\xf9\xd1\x96\x1f\x0d\x8f\xb9\xfc\x68\x10\xeb\x2a\xe5\xc3\x42\x62\x9d\x30\xd9\x67\x1b\x4b\x6f\x02\xd7\xae\xb2\xe7\x2d\xe4\xda\x09\xd3\x4c\xe6\xd2\x75\xc0\xaf\xab\x14\xe0\x0a\x8b\x4a\x06\x5c\xbb\xa9\x0d\xc9\xb5\x13\xe6\xeb\xdf\x71\x1c\x44\x58\x73\x52\xa8\x54\xc8\x8a\xd0\xd9\x50\x86\x72\x72\xb0\x6a\x58\x86\x32\xe2\x71\x1d\x95\x4a\x54\x11\x2e\x58\x50\x8d\x72\xbe\xb2\x22\x14\x2b\x6e\xf4\x83\x41\x36\x8c\x2a\x81\xc9\x59\xab\x21\xad\x2f\xa0\xf2\x55\x33\x0c\xd6\x9c\x14\x26\x3b\x86\x23\x8c\x2a\x29\x43\x59\xaf\xe1\xb3\xfc\xc5\xdb\x5f\x54\xe4\x2f\x06\xad\xc7\x97\x49\x9f\x13\x26\xfb\x8a\x43\xfa\x5c\x50\xdb\xb1\x26\x94\xc1\xda\x8e\xc2\xd4\x1b\x44\x7c\x9e\xf5\x98\xab\x4b\xf5\xd2\xe7\x84\x69\x7e\x37\x74\x23\x70\xe5\xaa\x4b\xf5\x72\xe5\x84\x49\x2d\xde\x08\xb5\x88\xa2\x90\x95\x12\x43\x61\x51\x48\x61\x52\x78\x37\x2c\x0a\x19\x81\x16\x25\x1f\xaf\x16\x85\x5a\x84\xff\x91\x1f\x17\x81\x16\x51\x58\x27\x42\x2d\x0a\x4d\x9f\x20\x4c\x7e\x5c\xc4\x33\xf9\xa8\x2e\xc2\xc7\xf9\x3c\x1e\x3b\xff\xdc\x18\x8a\x78\x47\x74\xcd\x6a\x92\xc2\xa4\x3c\x6f\xc8\xa2\x0b\x0a\x39\xd6\xc4\xe8\x6c\x21\x47\x61\x52\x9e\x37\x64\xbe\x05\x04\xb6\x4a\xb5\x9a\x90\xc0\x26\x4c\xb3\xd3\x56\x6d\x0c\x4a\x34\x56\xf6\xa9\x85\x25\x1a\x85\xf9\x22\xdc\xb0\x44\x63\xc0\x50\xab\x89\x64\xee\x76\x81\x07\x98\x2f\xa6\xad\xb2\xd5\x02\x56\x59\x75\xe1\x7c\x3b\xb4\x00\x53\x1f\xbb\x1d\x5a\x80\xea\x92\xf8\xd6\xb3\xc0\x3d\x9b\xe6\xc3\xb7\x6a\x02\x0f\xad\xba\x24\x2e\x0f\x4d\x98\x7a\x62\xab\x36\x06\xc5\x17\x2b\x3b\xbd\xc2\xe2\x8b\xc2\x7c\x31\xb9\xb5\xf8\x62\x50\x43\xb1\x52\x8d\x24\xac\xa1\x28\x4c\x4a\xfd\x86\x35\x14\x03\xd2\x59\x65\x0f\x57\x48\x3a\x13\xa6\x5e\x5d\xd2\x59\xc0\x1d\xab\xec\xce\x0a\xb9\x63\xc2\x34\x4f\x2f\x77\x2c\x28\x7f\x58\x5d\xec\xde\x7e\xed\xed\xd7\xc6\x41\x48\x27\x0b\xe8\x64\x35\xd3\x85\xd2\xc9\x84\x4a\xb5\x88\x38\x7a\x80\xf3\xe6\xf1\xcd\xab\x8a\xa2\xc2\x55\x0d\x51\x55\x84\x89\x36\x6f\xe4\x0b\xc1\x1d\xab\x94\x86\x08\xb9\x63\xc2\x74\x00\x3a\x2a\x00\x4c\xb0\x9a\x99\x90\x1e\xad\x16\x0a\xd8\x94\x52\x20\x05\x4c\xa8\x6c\xea\x0f\x29\x60\xc2\x94\x52\x70\x1c\x80\x60\x85\x55\xb6\x3c\x85\xac\xb0\x38\xcb\xd6\xd3\x08\x67\x53\x30\xb9\xaa\xeb\xcc\x32\xb9\x84\x29\xf1\x40\x26\x57\x40\xdb\xaa\xec\x48\x0f\x69\x5b\xc2\x74\xac\x94\xb6\x15\x50\xb5\x2a\x9b\x99\xe2\x38\xaf\x04\x26\xf5\x86\xe3\x38\xaf\x3c\x28\x13\x9b\x99\xe2\xa8\x4c\x30\xb9\xe6\xcb\xd7\x76\x3e\x03\x6d\xab\x72\xb8\x5e\x48\xdb\x12\xe6\x8b\x65\x11\x69\x5b\x01\x47\xab\xba\xce\x2c\x47\x4b\x98\x94\x1d\x8e\xe3\x60\x06\x54\xf6\x61\x87\xb4\x2d\x61\x52\x7a\x3b\xa4\x6d\x05\x95\x1a\x6b\x61\xe4\x3a\x06\xe3\xc0\x7c\x31\xa7\x97\xc9\x15\xb0\xb7\x6a\x49\xfe\xe2\x54\x64\xeb\xbd\xd1\xd6\xe3\xd2\xd8\x3e\x15\x32\xb9\x84\xf9\x22\x04\x95\xc9\x15\x70\xb4\x6a\x49\x3e\xde\xef\xb8\xf9\x8e\xcc\xfc\x8f\xab\x2e\x70\xb4\xaa\x0b\xd4\x72\xb4\x84\x29\xe9\xc3\x1a\x8c\x01\x6d\xab\xb2\x21\x39\xa4\x6d\x09\x93\x82\x0a\x71\x1c\x18\xe1\x68\x55\x16\xa8\xb7\x1c\xad\x0d\x71\xaa\xb2\xce\xbc\xa9\x55\xf8\x00\x1e\xf3\xd1\x9c\x6d\x7d\xc2\x0d\x25\xaa\xb2\x14\xbb\xa5\x44\x09\xf3\xf5\x0c\x3a\x5b\x4a\xd4\x86\xf3\x54\xd9\x61\xb4\x5f\xcb\x1b\x17\xb6\x3d\x78\x3c\x93\xee\x4d\x15\xc3\x5a\x3e\xa2\xad\x08\xbf\x3a\xbe\x4f\xdb\xda\xaf\xe5\xaf\x33\x98\xb1\x97\x6e\x7b\x46\xbc\x30\xa1\xaf\x6c\x4b\x21\xee\x97\xfa\x31\x69\xd0\xb6\x8d\xea\xc7\xe4\x4d\xb6\x5d\xf0\x74\x7a\xe5\x10\xbb\xed\xd9\xeb\xc2\x7c\x4d\x45\x5e\xc5\xb2\x2c\x87\xc5\x6d\x4f\x55\x17\x26\x05\x24\xb6\xa7\xaa\x6f\xb8\x50\x95\xdd\x33\x5b\x2e\xd4\x7e\x39\x68\xd0\x54\x89\x4f\x1b\x66\x52\x65\x45\x74\xcb\x4c\x12\x26\xb4\x9a\x2d\x33\x49\xa8\xec\x19\xd9\x54\x11\xfc\xc0\x7c\x3d\x86\xb8\x2d\x26\xb8\xe1\x2c\x55\xd6\x3a\xf7\xc5\xdc\x59\x98\x2f\x5e\x1b\x2e\xd3\x03\x99\xab\xb8\x11\xff\x23\x4c\xe2\xd8\x2d\xa5\x69\xc3\x4c\xaa\xec\xba\xd8\x32\x93\x84\x49\xd5\xeb\x0d\x4b\xe9\x03\x95\x7d\x0b\x5b\xb2\x92\x30\x29\x7f\xb1\x29\x52\xf8\x00\xed\x42\x65\x2e\xf5\x83\x5a\x85\x93\x98\x78\x5b\xab\x70\x43\x69\xaa\xec\x35\xd8\x52\x9a\x84\x09\x75\x68\x5b\x72\x70\x43\x56\xaa\xb0\xf5\xb7\x64\x25\x61\x12\x39\x6f\x4f\x55\xdf\x17\xa1\x0b\xec\xf5\x4d\x15\xc1\x0f\x4c\x8e\x2a\xdf\x16\x13\xdc\x30\x93\x6a\xf3\x85\x54\x00\xe0\x82\x5b\xb8\x3d\x2f\x5d\x98\x54\xa4\xdf\x92\x95\x36\x05\x04\x6b\xfb\x88\xba\xa2\xce\xba\x3c\x4d\x65\x30\xdb\xd0\x90\x2a\xd4\xeb\x2d\x0d\x69\x43\x43\x9a\xb0\x9c\xb6\x34\xa4\x0d\x83\xa8\xb2\x7b\x66\x5b\x00\x50\x98\x54\xb7\xdf\xb2\x89\x84\x0a\xfd\x77\x7b\xc6\xb9\x30\x29\xf1\xb1\x2f\x55\x8e\x63\xcf\x6b\x4b\xbc\xf6\xf1\x73\x1c\x3e\x87\x8d\x38\x36\x02\xd3\x67\x01\x71\x4b\x43\xda\xf0\x8c\x2a\xfc\xdc\x0d\xd9\xe8\x03\x93\x99\xc6\x96\x73\xb4\x39\x09\xbd\x72\xdc\xda\xf6\x24\x74\x61\x52\x25\x7c\xcb\x39\xda\x9c\x58\x5e\x61\xde\xee\xa4\xe6\xc0\xc7\x99\xd0\xb6\xb6\x7c\x1c\xa1\x24\x4c\x41\x3e\xce\x86\x69\x33\xa9\xc6\xbd\x65\xda\x08\xb5\x3d\x4e\x70\xcb\xb4\x11\xe6\x65\xeb\xfd\xda\x1c\x5c\x5e\xdb\xe0\x59\x61\x23\x18\x47\x2e\x5f\x88\x71\x64\x53\x6f\xaf\x42\x73\xdb\xd6\xdb\xdb\xb0\x6b\x26\xec\xab\x0d\xc5\xe6\x03\x95\x2d\x29\x5b\xa6\x8d\x30\x61\x5f\xed\xe4\xd7\x86\x70\x53\xa1\x80\x6d\xab\xf2\x6d\xc8\x37\xf3\xb2\x73\xf0\xea\x1b\x2a\x4c\x85\xa3\xb5\xa5\xc2\x08\x93\x0a\x22\x5b\xae\x8b\x50\x61\x00\x6d\x78\x2f\x0f\xf0\xd1\xec\x42\x3f\x1a\x50\xfb\x33\x42\x6c\x89\x2d\x42\xed\x7c\x6d\x8b\xeb\x09\x93\xf2\xcf\x5b\xae\xcb\xe6\x78\xf3\xca\x8a\xe8\xce\x7e\x47\x60\x5e\xc5\x67\x35\x45\x6f\xae\x2a\x88\x6e\x45\xbc\x50\xf1\xf1\xbc\x10\xc4\x96\xca\x5a\xe7\x96\xd8\x22\xcc\xab\x2a\xf2\xf1\x8b\x5f\xf4\x46\xbf\x76\xd6\xf8\x2a\x8d\xd0\xf8\x20\x7d\xd4\x3e\x68\x84\x9f\x03\x98\x14\xdb\xdd\x92\x3e\x36\xdc\x8d\xda\xf1\x85\x72\x37\x84\x09\x21\x6b\x5b\x78\x6e\xc3\xd7\xa8\xe4\x9d\xb7\x55\xe6\x36\x67\x58\x4f\x26\x55\xdb\x33\xac\x37\x95\xe5\x2a\x89\xe1\x9d\xfd\x1c\xd9\xcf\xc1\x30\x65\x95\xb9\x0d\x51\xa3\x8e\x8b\x2e\x3c\x9f\xc7\xa3\x98\xcf\xb0\xbe\x25\x6a\x6c\x88\x1a\x95\x7c\xe7\x96\xa8\xb1\x8b\xbd\xfa\x0c\xeb\x5b\x56\xc6\xe6\xc0\xea\xca\x6a\xe3\xf6\xc0\x6a\x61\x72\x4e\xc0\xf6\xc0\xea\x0d\x51\xa3\x92\x31\xdc\x12\x35\x36\xb5\xe8\x26\x93\xbd\x6d\x2d\xba\x0d\x51\xa3\x72\x26\xf3\x96\xa8\xb1\x21\x6a\x4c\x26\x7b\x5b\xa2\xc6\xe6\x90\xe9\x4a\xce\x6d\x7b\xc8\xb4\x30\x39\x73\x60\x7b\xc8\xf4\x86\x49\x51\x59\x6d\xdc\x32\x29\x84\x09\x35\x6d\xcb\xa4\xd8\xd0\x26\xea\x68\xdf\x3f\x0e\x62\xcb\xaa\x10\x26\xf5\x5e\xb6\xac\x8a\x0d\xed\xa1\x92\xf0\xd9\xd2\x1e\x84\x79\x31\xa2\x5a\x84\x6e\xc3\x84\xa8\xc3\xbe\x53\x3f\x80\xc9\x1c\x75\x7b\x22\xb4\x50\x87\xbd\xc2\x54\x53\x98\xd4\x8e\xd9\x25\xec\x3b\xa6\x9a\x9c\x14\xbb\xe5\x4b\x08\x13\x46\xdd\x96\x2f\xb1\x0b\x71\xd9\xb0\x11\xdb\x4f\xb3\xfd\x45\x6f\xf4\x17\x0f\xdd\xc9\xc0\x68\x5d\x3a\x61\x52\x2d\x79\x17\x15\x0b\x8e\x43\x65\x79\x7d\xcb\x71\x10\x26\xd5\x92\xb7\x1c\x87\x0d\xcb\xa0\xb2\x65\x60\x7b\x00\xb3\x30\x29\x4d\xb3\x65\x1c\x6c\xb8\x04\x75\x3e\x53\xe0\x2d\x97\x40\x98\x54\x4b\xde\x56\x76\xdb\xa4\xf1\x2b\x47\x29\x6e\xf3\xf4\xc2\xa4\x5a\xf2\x36\x4f\x2f\x54\x4e\x66\xda\xd5\x2f\x04\x4c\xaa\x25\x6f\x53\xf7\x9b\xa4\x7c\xa5\x66\xdb\x36\x29\x2f\xcc\x84\x13\xac\x7a\x62\xd2\xda\x95\xf3\x9b\xb6\x69\x6d\x61\x52\x32\x67\x57\xad\x0e\xa8\x2c\x46\x6e\x33\xdd\xc2\x84\xa7\xb8\xab\xfd\x55\x89\x8c\xa6\xaf\x6d\x64\xc4\x79\xc5\x33\x61\xc1\x9e\x57\x2c\x34\xd6\xc8\xb6\x99\xee\xdd\x1e\xf7\xd6\x58\x10\xdb\x4d\xf7\x06\xcc\xc4\x88\xea\x11\xc6\x9b\x33\x86\x1b\x0b\x62\xdb\x33\x86\x37\xd5\xdc\x26\xe7\x5b\x6c\xab\xb9\x09\x8d\xc5\xa2\xdd\x8c\x9f\x80\x99\x3e\x8f\xe7\xb5\x49\x91\x37\x68\xef\xdb\x14\xf9\x26\x2d\x3e\xa9\x01\xb4\x9b\x61\x32\x69\xed\xc6\xa2\xce\x36\xad\x2d\xcc\x64\x23\x8c\x79\x38\xf8\xb7\xb1\x94\xb1\x9b\x5f\xa8\xf9\x39\x18\x18\xcd\x61\x6f\x12\xd6\x8d\xa9\xf9\x36\x61\x2d\x4c\x88\x97\xdb\x84\xf5\x26\x57\xdc\x98\x4e\x6f\x73\xc5\x9b\xa4\xe9\x4c\xd7\xd3\x13\x26\x4d\x37\x89\xbb\x99\xf0\xc4\x26\xee\x36\x45\xa0\x1a\xb5\xe6\xb7\x45\xa0\x36\x47\x88\x4e\x6a\xbc\x6c\x8f\x10\xdd\xe4\xf2\x1a\x04\xda\x6d\x2e\x4f\x98\xcc\xfc\xb7\xb9\xbc\x4d\x5d\xa8\xa6\x8f\xb5\x2e\x94\x30\xa9\x04\xb3\x3d\x09\x74\x73\x12\x68\xbb\x98\x43\x78\x12\xe8\xa6\x7a\xd4\xcc\x74\xb4\xd5\xa3\x36\xe5\x9d\x9a\x4e\xc1\x8c\xdf\xa6\x58\x53\xd3\x3a\x86\xe1\x06\x30\xe1\xda\x6d\x0b\x37\xed\xf1\x7c\xe1\x46\xcd\xee\x3d\x74\xa8\xc0\x64\xf9\x61\x0f\xbf\x36\x55\x9a\x9a\x9f\xd6\x2a\x4d\xc2\xa4\xe0\xeb\xb6\x4a\x93\xd0\xe0\xae\x6e\xab\x34\x6d\x4e\x02\x9d\x14\x7c\xdd\x9e\x04\xba\x39\xd7\xb3\x25\x74\x62\xf8\xb5\x39\xd7\x73\x52\xf0\x75\x8f\x65\xeb\x1f\x1f\xdb\x28\xbd\xbd\x4d\x4e\x0a\x13\x0e\xe0\xf6\x40\x4f\xa1\x51\xb8\x69\x9b\xaf\xdc\x64\x22\x67\x46\x31\xcd\x44\x6e\xd2\x8e\x8d\x15\xaf\x6d\xda\x51\x98\x14\xc0\xd9\xd6\x72\x12\x1a\x05\xa7\xb7\x99\x48\x61\x52\xa4\x75\x0f\x83\x25\x32\x91\x0d\x72\xea\x36\x13\x29\x4c\xf8\x84\xdb\x54\xe3\x26\x63\xd8\x38\x52\x65\x9b\x31\x14\x26\x45\x5a\xb7\xc5\x9a\x84\x96\x9a\x57\xd9\x88\x40\x01\x32\x22\x15\x73\x3c\x6a\xd6\x12\x31\xf5\x30\xa6\xe6\x70\xd0\x99\xed\x1c\x7d\x34\xd0\x38\x06\x65\x7b\x38\xa8\x30\x29\xcc\xb3\x87\xb1\x18\xd0\xa8\x2e\xbd\x87\x8a\x39\x54\x4c\x86\xcf\xa1\x62\x72\x5e\x68\xa3\xba\xf4\xf6\xbc\x50\x61\xb2\x40\xb4\x3d\x2f\x54\x68\x50\x58\xb7\x75\xa5\x84\x99\xfd\x1c\xc6\x16\x40\x4b\x5d\x91\xef\xa8\x92\x67\xba\x50\x25\x27\x13\xda\x12\x81\x84\x45\xa4\x84\x49\xdd\xd6\x6d\x11\xa9\x4d\xc5\xa8\x46\x2d\xa8\x6d\xc5\xa8\x4d\x95\xa8\x49\xdd\xd6\x3d\x74\x7c\x40\x4b\x8c\x7c\xa6\x53\x85\x99\xcb\xf5\xfd\xa1\xd8\x82\x52\x9b\x04\x6c\x83\x53\xbb\x4d\xc0\x0a\x93\xd5\xaf\x6d\x02\x76\x93\x47\x6d\x2c\xfa\x6d\xf3\xa8\x9b\x92\x4e\x93\x0a\x46\xdb\x53\x41\x85\xa6\xd5\x4d\x2d\x05\x98\x14\x7f\xdd\x56\x7c\xda\x14\x6e\x6a\xda\x93\x85\x9b\x84\x09\x6d\x74\x5b\xb8\x49\x68\x6a\x91\x67\x87\x0a\x93\xe2\xaf\xdb\xcc\xed\x26\x5b\xdb\xd4\x0f\xcb\x3b\x09\x13\x72\xe9\xb6\xbc\xd3\xa6\xfe\x52\xf3\xcb\x5b\x7f\x49\x98\x94\x88\xdd\x1c\x1a\xfa\xc0\x7c\xae\xf2\xf1\xf1\xb9\x11\xa3\x46\xbb\x3d\x28\x74\x93\xa6\x6d\x2c\xfa\x6d\xd3\xb4\xc2\xfc\xab\xc8\xd6\x6f\x7e\xb1\x29\xf2\x17\x55\x3f\xfc\xb5\x35\x93\x84\x46\xc1\xd6\x6d\xcd\x24\x61\xe6\xaa\xc8\x46\xa0\xa4\x19\x85\x9f\xfb\xd3\x08\x94\xb4\xd2\xab\x2a\x29\xd0\x28\xd8\xba\xcd\xef\x6e\x32\xb7\x93\x65\xc6\x6d\xe6\x76\x93\xad\x9d\x94\x51\xda\x6f\x63\x4f\xa0\x41\x08\xdd\x16\x35\xda\x6f\xbd\x27\x71\xac\x15\x8c\x36\xb5\x89\x1a\xb5\x89\xb6\xb5\x89\x84\x49\x39\xd1\x6d\x6d\xa2\x4d\x89\xa1\x46\xb9\xc7\x6d\x89\x21\x61\xb2\xf2\xb8\xdf\xce\xfc\xa9\x27\xd4\x0a\x6e\xd7\x7a\x42\xc2\xcc\x44\x6c\xd6\x13\xda\xd4\x13\x6a\x70\x31\xb7\xf5\x84\x84\xc9\xfa\xe4\x7e\xeb\xde\xa8\x27\xd4\x58\xea\xda\xd6\x13\x12\x66\x26\xae\x7b\xeb\xa5\x28\x1e\xd4\x58\xea\xda\x16\x0f\xda\x6f\x6d\x93\x98\xf8\xad\x6d\x92\x2b\x6e\x1c\xb2\xb1\xcd\x15\x6f\x52\xbe\x8d\x4a\x54\xdb\x94\xaf\x30\xa1\xb3\x6e\x0b\xe0\x6c\x32\xbf\xad\x0c\x45\x6f\x45\x6f\xae\x9a\x88\x78\x21\x4e\x7a\x6c\x94\xb6\xd9\xb7\xfd\x05\x4c\x96\x2c\xb7\xd5\x6e\x36\x15\x6a\x1a\x95\x95\xb6\x15\x6a\x84\x49\x95\xa6\x7d\x1b\xd7\x51\x5c\xa6\x51\xc1\x68\xdf\xeb\x23\xba\xb9\x2a\x21\x5a\x8a\x9e\x2e\xa4\xf6\xcc\xb6\xf6\x8c\x30\x29\x56\xb9\x6f\xbb\x90\x7a\x31\x8d\x42\x33\xdb\x7a\x31\xc2\xf4\x0b\xdd\x5a\xc7\x4d\x17\xba\x4a\x75\xdb\x85\xc0\xa4\xa4\xe5\x36\x7d\xbc\xa9\x2a\xd3\x60\xf7\x6d\xab\xca\x08\x93\xa5\xd4\x6d\x62\x78\x53\xbd\xa5\x51\x25\x65\x5b\xbd\x45\x98\x94\xb4\xdc\x66\x5b\x37\xd9\xd6\xe6\x9a\x91\xd9\xd6\x4d\xa9\x96\x06\xcd\x6d\x5b\xaa\x45\x98\xac\xc1\xee\x65\x5c\x47\xa9\x96\x46\xd1\x87\x6d\xa9\x96\x4d\x11\x96\x09\x49\x78\x5b\x84\x65\x2f\x34\xda\xa5\x9f\xa5\x46\x03\x93\x35\xd8\xbd\xfc\x42\x94\x6a\x69\x94\x24\xd8\x96\x6a\xd9\x9c\x9b\x38\xa1\x12\x6f\xcf\x4d\xdc\xa4\x79\x1b\x25\x09\xb6\x75\x59\xb6\xf9\x5d\xd5\xd7\xfc\xae\xd0\xa0\xa6\x6d\x8b\xb0\x08\xb3\xe0\xbf\x4c\xf9\x6e\x8e\x3c\x6c\x0d\xfd\x5a\x7a\x39\x60\xaa\xe4\xa6\x7c\x37\x29\xdf\xc6\x39\x12\xdb\x94\xaf\x30\xa9\x85\xb9\x2d\xe8\xb2\x49\xcd\x36\xa8\x69\xdb\xca\x26\xc2\xa4\xf0\xe5\x36\x4d\xbb\x49\xad\x36\x6a\x96\x6c\x53\xab\xc2\x84\xbc\xbc\xd7\xf9\x5c\xf5\x8c\xbb\xd4\x2c\xd9\x56\x36\x11\x26\x65\xba\xb6\x09\xd8\x4d\xd2\xb5\x35\x46\xfa\xe5\x77\x04\x26\xe5\x31\xb7\x09\xd8\x4d\x6a\xb5\xb1\x37\x76\x9b\x5a\x15\xa6\x26\x6a\xee\x74\x93\x28\x6d\xec\x1b\xdd\x26\x4a\x85\x49\x79\xcc\x1d\x7e\x5a\x0a\x9c\x34\x88\x62\xdb\xc3\xf9\x76\x30\x5d\xa2\x3c\xe6\x0e\x3f\x2d\xc9\xd1\xc6\x9e\xca\x6d\xb1\x13\x61\xba\xb2\x6d\xa2\x54\x68\x54\x36\xd9\x26\x4a\x85\x59\x18\xe6\x2c\x89\x22\x34\x76\x4b\x6e\x4b\xa2\x08\x93\x52\x9b\x3b\xb4\x5a\xa0\xb5\xf9\x7d\xda\xd6\x36\x01\x2b\x4c\x58\xde\xdb\x73\x00\x37\x45\x54\x1a\x64\xb6\x6d\x11\x15\x61\x52\xcf\x6c\x5b\x44\x65\x73\xf6\x5f\xe3\xf8\xfa\x1d\x6a\x51\x90\xb7\x71\x8d\x3e\x1c\x64\x39\xe8\xaf\xb1\x69\x71\x87\xfa\x11\x7a\x03\x46\x41\x0f\xfd\xdb\xa4\x7c\x1b\xfb\xf2\xb6\x29\x5f\x61\x52\x1e\x73\x9b\xf2\xdd\x54\x4c\x69\xec\x7f\xdb\x56\x4c\x11\x26\xb5\xd1\xb6\xe7\x00\x6e\x0a\x94\x34\x76\xa3\x6d\x0b\x94\x08\x93\xa3\x93\x76\x38\xe4\xc5\x33\x5a\xb5\x8e\xfa\x85\xb1\x14\x30\x29\xb5\xb9\xc3\x58\x8a\x3c\x6c\xeb\xbe\x90\x5a\x14\x87\xfe\x62\x14\x24\x3f\xfb\xc0\xd3\x5f\x6c\x1a\xda\x66\x5b\x37\x29\xd0\xc6\xae\x9e\xbd\x1d\x93\x80\x09\x2f\x7d\x5b\x08\x64\x53\xfc\xa3\xb1\x37\x63\x6f\x3b\x7a\xdb\xd1\xcc\x77\x2d\x04\xb2\x37\xa1\x0b\xc7\xb1\xef\x6d\xaf\x92\x04\x9c\x54\xdf\xdc\x26\x01\xf7\x21\xc9\x4c\xc1\xb2\x7d\xb4\x27\xb2\x28\x8d\x2d\xf2\xc7\x2c\xca\xe1\x40\xaa\x36\x9f\x5e\x3d\x1e\x48\x25\x4c\xaa\x91\x1c\x0f\xa4\x3a\x6c\x6b\x6f\xf3\xe9\x89\xe3\xb6\xf6\xc3\xa1\x4a\x93\xd5\xe8\xf3\xc2\x13\x9f\x17\xa7\x97\x43\x39\x39\x1c\xb6\xf4\xc0\xf3\x69\x59\x5d\x3d\x1e\xb0\x24\x74\x8e\x30\x3e\xa4\x39\x3e\x30\x61\x7f\x1e\xb3\x1d\x87\x03\x96\x3a\xb3\xe2\xe3\x01\x4b\xc2\xa4\x62\xc1\xf1\x80\xa5\xc3\xfe\xf0\x0e\x39\xe2\xb8\x3f\x5c\x98\x54\x2c\x38\xee\x0f\x3f\xec\x09\xef\x50\x1d\x8e\x07\x2c\x09\x13\x26\xe9\x31\x73\x72\xd8\x32\xde\x29\x7b\x7e\xdc\x32\x2e\x4c\x2a\x16\x1c\x33\x27\x42\x7f\xd9\x85\xc7\x76\x11\x39\x53\xb1\xe0\xb8\xb1\xfc\x90\x4c\xe9\x50\x0a\x8e\xc9\x14\x61\x36\x3b\xfa\xd8\xae\x43\xbb\xe8\x1c\xf3\x2b\x87\xcd\xe0\x1d\xce\xd1\x71\x33\xb8\x30\x29\x62\x70\x3c\x99\xe9\x90\x85\xe9\x64\xba\x8f\x59\x18\x61\xb6\x8f\x68\x29\x0a\xae\x6a\x88\xb6\xa2\xcd\x55\x05\x11\x3d\x41\x9a\xa5\x93\x77\x3e\x6e\x19\x17\x26\xa5\x0e\x0e\xe9\x97\x07\x78\xa1\xc6\xe3\x6f\x1f\x7f\xfb\x42\x3c\x1e\xf5\x3d\x64\x4e\x3a\xe9\xd0\x63\xe6\x44\x98\xf8\xeb\x43\x16\xe5\x01\xba\xb0\x2b\xf2\x85\x96\x5d\x38\x10\xbd\x15\xad\xe7\xaa\xc1\xe3\x97\x8f\xc7\x4f\x34\x9b\xba\x7c\xa1\x45\x17\xce\x17\x22\x5f\x88\x49\x24\xbe\xff\x98\x5f\x39\x1c\xd0\xd4\x49\x64\x9d\x4b\x5d\x05\x26\x55\xad\x8e\x29\x17\xa1\x73\xe2\xef\x31\xe5\x22\xcc\xe6\x6b\x87\x8d\xe0\x28\x7c\xd2\x37\xc7\xc3\x9a\x84\x49\xf5\x84\xc3\xc1\x4d\x0f\xf0\xac\x8b\x1b\x55\xcc\x4b\xc5\x6c\xde\xf8\x79\xd6\xd3\x7a\xf6\x74\x9f\x4b\xc5\x34\xe5\x42\xf5\x84\x63\xca\xe5\x90\x5f\xe9\x1c\x0e\x7a\xcc\xaf\x08\x93\xea\x09\xc7\xfc\x8a\xd0\x29\x42\x7e\xcc\xaf\x08\x13\x8a\xf3\x71\x4f\xf7\xb9\x50\x4c\xd2\x11\xe7\x52\x31\xc9\xaf\x4c\xaa\x27\x1c\xf3\x2b\x27\x31\xf5\x6a\x3d\x21\xa2\xa3\xd9\x68\xdd\x61\x39\x9d\x74\x7b\x95\x6a\xf2\x0c\x66\xc7\x4d\xd7\x87\x33\x97\x3a\x2c\xa7\xe3\x99\x4b\xc2\x6c\x43\x11\x8d\x60\x57\x74\xa7\xb2\xf7\x71\x57\xb4\x30\x29\x10\x70\xdc\x15\x7d\xd8\xd0\xdc\x59\x5e\x3f\x49\x35\x49\xaa\xc9\xa0\xa9\xeb\xf3\x2c\x5e\x68\xbc\x10\x2d\x45\xb4\x7e\x2a\xb2\xf5\xa8\x09\x8b\x3a\xc7\x5c\x8d\x30\xc9\xaf\x1c\x73\x35\x87\xd3\x94\x3a\x0b\xd4\xc7\xd3\x94\x84\xd9\xd0\x1c\x36\x4d\xff\x78\xc8\xc2\xf4\xcb\xc7\xfb\xb5\x81\x49\xb1\x81\x63\x16\xe6\xa4\xe7\x0b\x77\x16\xfa\x0e\xbb\x9a\x3f\x30\x9f\x51\xf4\x7b\x43\xf1\x71\xef\xf3\x61\x8f\x72\x67\x25\xed\x78\x90\x91\x30\xa9\x58\x70\x4c\xd2\x1c\xb6\x17\xf7\x94\x14\x85\x22\xbb\xc0\x1b\xfd\x75\x9c\x0d\xa7\xa6\x1d\x33\x32\x87\x33\x84\x3a\xfc\xa5\xe3\x19\x42\xc2\xe4\x48\xa7\x93\xb5\x60\x72\x22\x9d\x63\x61\x8f\x3b\x73\x85\x49\xa9\x83\xe3\xce\x5c\xa1\x73\xf6\xd5\x71\x67\xae\x30\x89\x07\x4e\xf6\x03\xb2\xe7\xb6\x53\xf5\xfa\xb8\xe7\x56\x98\x14\x44\x38\x1e\x18\x74\x38\x30\xa8\x27\x54\xc6\x03\x83\x84\x49\x41\x84\xe3\x81\x41\x87\x94\x4b\xe7\x40\xaa\xe3\x51\x40\x87\x0d\xb6\x93\x6c\xd8\x71\x83\xed\xc9\xcf\xa0\xd1\xf3\x47\xf4\xb9\xf1\xcd\x55\x15\xd1\xad\xe8\xe6\x2a\x7e\x51\x73\x05\x26\x05\x11\x8e\xa9\x9c\x43\xfa\xa6\xb3\xa6\x78\xdc\x86\x2b\xcc\xee\x8d\x9a\x2b\xd0\x39\x44\xea\x98\xdd\x11\x66\x47\x19\xc8\xf4\x3c\xb0\xb8\x8a\x5e\xf5\xa3\x01\xb3\xfb\x78\x3f\x1a\xd0\x59\x36\x3b\xa6\x72\x0e\xe9\x9b\xce\x1a\xd9\x71\x83\xad\x30\x49\xdc\x1d\x53\x39\x87\x24\x4d\x67\x37\xed\x31\x49\x23\x4c\x8a\x2b\x1c\xce\x13\x7a\x80\x67\x15\xae\xba\x7d\xd6\xed\xb3\x14\xf9\xac\xc5\x0b\x31\x56\x16\x5d\x38\x30\x29\xae\x70\xcc\xdb\x1c\xb2\x30\x9d\xbd\xad\xc7\x33\x84\x84\x49\x10\x77\xdc\xdb\x7a\xd8\xa2\xda\x59\x45\x38\x6e\x51\x3d\x9c\x21\x34\xfb\x33\xcb\x3b\x9e\x21\x74\x0a\x6a\xc2\x7e\xd4\x53\x54\x93\xa2\x9a\x60\x0a\x1e\x18\x74\x8a\x9f\x76\xf0\x42\x7e\xda\xe2\xa7\xbd\x68\xaa\x9f\x96\x0d\xa3\x1d\x6e\xcf\x71\xc3\xa8\x30\x29\xae\x70\xdc\x30\x7a\xd8\x30\xda\xe1\xf6\x1c\x37\x8c\x0a\x93\xe0\xf2\x78\x56\xcf\x21\x4d\xd2\x99\xdc\x1e\xd3\x24\x87\x03\x74\x3a\x07\x17\x9c\x6a\xdf\x57\xa6\xe6\xfd\x23\xe2\xb5\xc9\x89\x74\x08\x33\xc7\x9c\xc8\x61\x7f\xe5\x24\x8f\x7a\xdc\x5f\x79\xea\xe3\x04\x3b\xd5\x7f\x4f\xd5\x09\x02\xb3\xa7\x8a\xa8\x2a\x7a\x2c\x8d\xb0\xf1\x98\x39\x11\x26\x95\x14\x8e\x99\x93\x43\x9a\xa4\xb3\x9d\xf1\x98\x26\x39\xa4\x46\x26\x65\x02\x4f\xd5\xe3\x01\xbd\x30\x42\x54\xfb\x9e\x33\x71\x26\x69\xda\xe3\x99\x38\xa7\x62\x8f\x54\xff\x3d\x55\x7b\xac\xda\x63\x56\xe4\x0b\x31\x7c\xc2\xa1\x39\xd5\xe1\x13\x98\xd4\x5b\x38\xee\x83\x3c\x75\xd3\x5f\x7c\xb4\xaa\xab\xe4\x98\x9c\xd9\x71\x43\x9e\x83\x73\xaa\x1f\x0d\xe7\xec\x46\x45\x61\x52\x2a\xe1\x98\xd1\x39\xa4\x6f\x3a\x95\x75\x8f\xe9\x1b\x61\xb2\x09\xe6\x98\xbe\x39\xa4\x6f\x7a\xc5\x03\x98\xbe\x11\x26\xf5\x09\x4f\xd5\xf8\x48\xdf\x74\xca\x19\x1f\xd3\x37\x87\xf4\x4d\xa7\xc6\xf0\x31\x7d\x23\xcc\x4e\xf4\x67\xfa\xe6\xb0\x85\xb1\x13\x66\x9f\xa6\x02\x00\x93\x73\xde\x4e\x63\xb9\x46\xe8\x54\xfc\x3d\x4d\x9d\x00\x26\xd9\xe9\xd3\x8c\xeb\x48\x05\x75\x6a\xf9\x1e\x53\x41\xc2\x64\x5a\x72\x9a\x71\x1d\xb9\x9e\xce\x4a\xc9\x69\x1a\x32\x30\x3b\x86\xec\x6e\xc9\xd3\x6e\x5a\xcf\x17\x6a\x8e\xce\xe4\x7d\x66\x27\xde\x34\xef\x73\xd8\xa8\xd8\xa9\x27\x7b\xdc\xa8\x28\x4c\xb6\xda\x9c\xa6\xbf\x07\x3a\x7c\x9e\xd3\xb4\xed\xa6\x6d\x13\xfd\x99\x1d\x12\x3a\x7c\x9e\xd3\xd4\x42\x13\x46\x1d\x5d\x35\x61\x74\xc8\x08\xf5\xfa\xb9\xd1\x46\x10\x81\x50\x89\xe1\x98\x0a\x3a\x9c\xeb\x32\x49\x91\x1f\xcf\x75\x39\xec\x66\xeb\x94\xa7\x3b\xee\x66\x3b\xec\x60\x9b\xec\x18\x3e\x6c\x63\xfb\x40\x67\x53\xda\x71\x37\x9b\x30\x49\x7e\x1f\x77\xb3\x1d\xf6\xa9\xf5\x96\xff\x4d\xae\x78\xe4\xff\xcf\x48\xec\x2e\x36\x61\x8e\xcf\x8f\x63\x4e\x1c\xde\xd2\x29\xec\x76\x3c\xbc\x45\x98\x6c\x18\x3e\x5d\x03\x06\x3a\x25\xdb\x8e\xe7\xb9\x1c\x76\xc4\x4d\x36\x0c\x1f\x77\xc4\x1d\xb6\xbf\x75\x27\x2d\x6e\x7f\x3b\x6c\x79\x9b\xc3\x17\x31\xb0\xe1\xa4\x96\xee\x4c\xc0\x93\x5a\x0e\xa7\xb3\x4c\xb6\x02\x9f\xae\x01\x73\xba\x4a\x37\xe2\xf6\x74\x15\x61\x0e\xec\xd0\xed\x6f\x87\xc4\x5a\xe7\xc8\xc9\x63\x62\x4d\x48\x1d\x5d\x20\xc9\xf6\xe3\xe9\x58\x18\x75\xae\x4e\x3f\x1f\x51\xe2\x59\xf4\xa6\x16\x46\x9a\xac\xb3\x12\x71\xba\xce\x13\x98\x90\x04\x4e\xd7\x79\x92\x32\xeb\x06\x49\xa6\xcc\x0e\x67\x9d\x4c\xb6\x15\x1f\xcf\x3a\x11\xae\xc4\x6b\x9b\x45\x13\x2e\x07\x7a\xb3\x68\xc2\xc5\xa1\x8f\x67\xb0\xd4\x79\x48\xac\x4d\x36\x0c\x1f\x13\x6b\xc2\x55\x3e\xcf\x0a\x45\xf1\x88\x08\xf1\x86\x91\x2d\x30\xd9\x43\x7c\x86\x43\x25\x70\x69\x61\x9e\xae\x72\x38\x51\x65\xb2\x87\xf8\x0c\xb5\x0f\xb8\xa8\xe3\x78\x86\x16\x06\x5c\xce\x2a\x86\x0a\x09\x4c\x36\x0c\x1f\xcf\x60\x11\x2e\xdd\xa2\xd9\xbd\x43\x2a\x6f\x0e\x14\xc0\x54\x9e\x70\xb1\x57\xf7\x0c\x63\x69\xb3\x7b\x6c\x18\x3e\x66\xf7\x84\x8b\x4d\x3d\x67\x38\x8c\x90\xe4\x9b\x6c\x05\x3e\xc3\x18\x0e\x48\xb0\x02\x8f\x09\x3f\x61\xb2\xc9\xf7\x0c\x87\x70\x20\x5d\xbe\xb6\x1a\x0d\x24\x4e\x3d\x3f\x6e\x63\x3c\xa6\x05\xd9\xf7\x7b\x4c\x0b\x0a\x89\x5c\xca\x31\x2d\x78\xd8\xb3\x38\xd9\xd1\x7b\xdc\xb3\x28\x24\x96\x60\x8f\x99\x42\x61\x0e\x82\x06\xf6\x2f\x3e\xc0\x29\xe0\x9f\x1b\xfd\x68\x04\xf4\xec\xe8\x3d\xe6\x13\x85\x44\xf1\xf2\x63\x3e\x51\x98\xc3\xbe\x77\x78\x03\x92\x1e\xc9\x7c\xe2\x61\x8b\xe1\x64\xdf\xef\x19\x8e\x52\x40\x66\xf7\xc2\x31\x79\x28\x64\x0a\xc3\x1d\x93\x87\x42\x86\xcf\x7e\x4c\x1e\x0a\xf9\xe5\x17\x72\xd9\x02\xc8\x2f\x5b\xaf\x59\x99\x16\x64\xe7\xda\x31\x2d\x28\x64\x72\xdf\xc7\xb4\xa0\x90\xb3\x4d\x75\x10\x1c\x96\xf9\x6f\x5e\x65\x17\x5a\xcf\xfc\x73\xa3\x5d\x48\xc8\x33\x3a\x3a\x61\xc8\x03\xe4\xfa\x11\xf9\x8e\xcc\x3d\x60\xac\x1c\xd3\x82\x42\x76\x26\x61\x5a\x50\x98\x30\x56\x8e\xbb\x2c\x85\xdc\x55\x4c\x3d\x00\x5b\x2a\xe7\x60\x32\xe5\x96\x4a\xa1\x38\xef\x33\x9f\x28\x14\x4e\x49\x3d\xe6\x13\x0f\xf9\xc4\x39\x34\x64\x47\x62\xa0\xe4\xcf\xe3\xed\x7b\x4b\xcf\xf8\xb5\x0d\x83\x81\x39\x08\x07\x4c\x31\x0a\xc5\xf1\xda\x1c\xa2\x30\xd9\xbe\x7b\xa6\xe3\x35\x50\x28\xe3\x7e\xa6\xe3\x35\xe7\xd4\x4c\xb6\xef\x1e\xcf\xa9\x11\x0a\xa5\xb1\x8f\xe7\xd4\x08\x93\xbd\xba\x67\xea\x86\x80\x42\x99\xdb\xe3\xd1\x35\x42\x69\xff\xa6\x52\xd4\xf3\xdf\x7f\x7a\xff\xfa\xc3\xdf\xfe\xc3\xfb\xd7\xff\xfa\xfe\xd3\xfe\x5a\x7f\xf9\xed\xb7\xfd\xf3\xef\xf1\xd3\xfa\xfd\xeb\x0f\x8f\xf4\x2b\xf6\xf9\xe9\xe7\xfd\xdb\xfe\xf3\x2f\x7f\xf9\x6d\xed\xaf\x5f\x7f\xf9\xf5\xb9\x8b\xff\xfd\xdf\x01\x00\x00\xff\xff\xeb\x41\x9d\x3c\xf2\xad\x00\x00"); +func _gfbf ()([]byte ,error ){return _fd (_gdeb ,"KSCpc-EUC-V")};var _dfbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcd\xae\x2e\xbb\x8d\xa6\x39\x3f\x57\xb1\x87\xdd\x83\x6c\x87\xfe\x25\xc0\x30\xd0\xc8\x86\x81\x44\x22\xbb\x0a\xe9\xfa\x19\x26\x24\x51\x72\x19\x28\x1f\x1b\xc7\xce\x41\xde\x7d\x61\xf1\x79\x97\xbd\xa2\x50\xd8\x7b\xf4\x41\xf1\x45\x88\x14\x15\x41\x52\x14\x5f\xea\x57\xff\xf8\x4f\xff\xdf\x3f\xfd\xfc\x87\xbf\x7e\xfb\xd5\x7f\xfe\xe5\x4f\xfb\x77\xe7\xaf\xdf\xee\x1f\x7e\xb6\x5f\xce\x5f\xfe\xf4\xef\xbf\xec\xf3\x6d\x9d\xdf\xff\xe1\xe7\x9f\x7e\x0a\xf1\x9b\xfd\x61\xff\xf5\xb3\xe9\x3f\xfb\x8f\xf3\xcf\x3f\xfd\xf4\xf1\xfc\xef\xfe\xe3\x2f\x7f\x3d\x7f\xfc\xa7\x9f\xef\x9f\xbe\x25\xee\xb3\x7f\xff\xb3\xee\xfd\xf6\xed\x57\xff\x7a\x7e\xff\x87\xbf\xfc\xf5\x97\xff\xf8\xf6\x7f\xfd\xbf\xf6\xa7\x75\xfe\xef\x6f\x76\xee\xc7\xf5\xff\xf4\x8b\x9d\x5f\xfe\xf0\xf3\xef\x75\xfd\xdf\xfe\xf9\x5f\xff\xed\xbf\xfe\xe3\xef\xe2\xdf\xfe\xff\xdd\xbf\xff\xf9\xcf\xff\xf3\xfc\xf1\xfc\xfc\xd7\x6f\xc3\xaf\x9d\x9f\xcd\x7f\x7f\xfa\xd5\x3f\xfe\xcb\xfc\xf3\xff\x3f\xff\x78\xbe\xfd\xca\x1f\xfd\x87\x7f\xfe\xd7\x7f\xf8\x78\xd4\xff\xf5\x3f\xff\xdb\xf9\xe5\x2f\x7f\xf8\xd3\xcf\xdf\xc2\xff\xf3\x3c\xe1\xef\x97\xff\xcb\x7f\xfc\xf9\x7c\x8b\xea\xe4\xbf\xff\xcb\x9f\xec\x7c\x7b\x68\x05\xf8\xdd\x7f\xb2\xf3\x97\x3f\xcf\x7d\x7e\x99\x3f\xff\xfe\xfc\xf4\xed\xdb\xaf\x9f\xe7\x79\x7e\xf3\xed\xd7\xbf\xfd\xed\x6f\x7f\xfb\x9b\x0f\x0e\xfe\xb7\x3b\x7e\x0a\xcf\xc3\xa3\xeb\xee\xff\x31\x7f\xf9\xe9\xf3\x81\x7b\xaf\xfd\xe6\xa3\x55\xf3\x6f\x3e\x7a\x99\x83\x56\xa1\x75\x68\x4d\x6f\x59\xa3\xb5\xbc\x75\x69\xf5\x8f\xe7\xe2\x93\x16\xad\xe2\x2d\xf5\xd2\x2b\xad\x4d\xab\x7d\xb4\xc2\x93\x68\x75\x5a\xba\x73\x78\x2b\x46\x6f\x0d\xef\x33\x06\xb5\xbc\xcf\x58\x1f\x5a\xfe\x5c\x99\x81\x96\x3f\x57\x36\xd4\xc7\xf4\xd6\xa9\xb4\x3e\xf8\x8c\x2d\x43\xdd\xee\x6f\xbe\xfd\x7a\xee\x27\x7b\xeb\x46\x6f\x45\xfa\xbc\xdb\x5b\x89\x3b\xaf\x79\x2b\xeb\xbf\x43\x0b\x0a\x97\x5e\xb2\xcb\x2c\xb8\x04\xe7\x2e\x99\x56\xa0\xd5\x69\x41\xa1\x6c\x5a\xc9\x5b\xb5\xd0\xaa\xde\x6a\x7a\x6e\xd0\x9a\xde\x0a\xfc\x37\x1e\x5a\x8d\x16\x77\x46\xe8\x21\xcf\x10\x79\x6e\x5d\x5a\xd3\x5b\x3b\xd0\x5a\xb4\xf4\x1c\xe3\xdb\x70\x16\x19\xdf\x56\x2f\x8c\xcf\xe0\x2c\xc1\xe7\xe1\xb9\x04\x2f\x07\xce\x12\xbc\x1c\x9e\x4b\x50\xb8\x89\x16\xbd\x5c\x9f\xcd\x90\x5d\x12\xf6\x30\x86\x1c\x69\xd1\x67\x4e\xb4\x2a\x2d\xe7\xda\x02\x9c\xe5\x45\x0b\x0a\xd9\xb9\xb6\xa8\x5e\x8c\x56\xa4\x75\x68\x41\xaf\xd0\x67\xa2\x97\x92\x69\xd1\x4b\x71\xae\x2d\x37\x5a\x9d\x96\x9e\x73\x09\x5a\x81\x42\x81\x17\xcd\x66\x81\x17\xcd\x66\x81\x5e\x65\xb4\xe5\xd2\x42\x66\x95\xf1\x35\x7a\xa9\xf4\xd2\x98\x95\xe6\x33\x66\x1d\x5e\x1a\x72\xd1\xdc\x36\xf8\x9c\xd0\x6b\xf0\xa2\x19\x6b\xf4\xa2\x19\x6b\x8c\xdd\xa0\xde\xe0\x45\x33\xd6\xe0\xc5\xa0\xd0\xa1\x77\xa0\xd0\xa1\xa7\xd9\xf4\xaf\x71\xda\xd5\x9d\xde\xcb\x79\x16\xad\x4b\x8b\xf7\x7a\x3c\xb4\x18\xc3\xf0\x5e\x4e\xe0\xcd\xf2\x6f\x73\x1e\xcd\x98\x7f\x9b\xf3\x68\x1e\xfc\xdb\x9c\x27\x41\xcf\xbf\xbf\x79\x12\x6f\xcf\x74\x29\x9d\xac\x96\xf3\x72\x24\xf9\xd9\x68\xf1\xdc\xa4\x97\xc2\x1b\x32\xe1\x53\xb2\x5e\xf0\x52\x19\xc3\xe2\xbf\x49\x2f\x8b\x31\x48\x9e\xdb\xdf\x89\xb3\xf9\x6f\xc3\xb5\xa4\xbb\x5d\xba\x47\xf2\xdc\xf0\x29\x79\x6e\xfa\x94\x3c\x37\x7d\x1e\x46\x6b\xc8\xe5\x20\x33\x83\x97\x83\xcc\x8c\xf1\x5d\x28\x18\xd4\xaf\x9e\x83\xfa\x87\xe4\xcf\xcf\x26\x0d\xfc\x7f\x50\xc9\xc1\x7c\xe8\x57\xd3\x60\xfe\x4a\xdc\xc0\x10\xcc\x3f\x87\x9b\x68\x9d\x48\x8b\x29\x3a\x2e\xce\x9b\x19\xc2\xe1\x39\x14\x5f\x38\x3e\xd8\x2b\x51\x1f\x1f\xd0\xad\x30\x86\x1a\xbc\x9d\xff\x6e\xa2\xc5\x10\x6e\xa6\xa5\x3b\x7d\x8a\xee\x80\xc2\x85\xcf\x01\x85\xeb\x02\xbc\x4b\x2d\xf8\x44\xf0\x11\x15\x79\x51\xd0\xf1\xa1\x4f\xcb\xb4\x0a\xad\x4e\x8b\x31\x20\xf8\xf8\xd0\xe7\xd5\x9d\xf4\x79\x75\xe7\xc7\x18\xd6\x83\x42\x89\xe1\xa1\xc5\x73\x21\x78\x0b\x99\x7d\x58\x10\x6f\xe9\xce\xe2\xad\x48\x2f\xae\x68\xd7\x93\x74\x67\xa3\xa5\x5e\xa6\xb7\xb2\xee\x5c\xb4\x26\xad\x4d\x4b\x77\x1a\x2d\x37\x94\x31\x42\xbd\x34\x5a\x50\x2f\x83\x56\xa2\x65\xb4\xb2\xb7\x30\x6a\x31\xc2\x59\x85\xcf\xd8\xbd\xd5\xf5\xdf\xa0\xc5\x7f\x89\x3e\x91\x7c\x74\xb5\xbb\x9e\xe5\x9f\x66\xcc\xfc\xb7\xe0\x3a\xc3\xa7\x64\x5d\xe0\xec\x24\x5a\xdc\x79\x0a\x2d\x38\x43\xb1\xc7\xea\x72\x09\x92\x52\x75\x0a\x1f\xfa\xfd\xa3\xe5\x0a\x6c\x85\x4c\x9f\xcd\xf9\x0c\xa8\xc8\xe8\x0a\x6c\x05\x0c\x5e\x74\x05\xb6\x82\xc6\xd7\x5c\x82\x1f\xfa\xcf\x5b\xf4\xd9\xb8\xd3\x1d\x88\x15\x3a\x6f\x88\x3b\x10\x2b\x74\xa4\xd4\xe9\x65\x40\xa1\xd3\x8b\xc6\xde\x7d\x7c\x61\x32\x86\x6e\xb4\x74\x27\x14\x16\xd4\x5d\xb9\xad\xc0\xc7\x1f\x87\x8f\xfd\xe3\x5b\xf6\x56\xa2\xa5\xff\x18\xbb\x5d\x5a\xfe\x4e\x84\x03\xd7\x03\x5e\x24\xa5\x01\x2f\x57\xbd\x40\xef\x32\x86\x01\x3d\x1c\xab\xe8\x8a\x6f\xc5\x07\xce\x5c\xb9\xad\x8f\xd7\xcd\x5b\x83\x16\x6f\xc8\x9c\xb4\xf4\x9c\x53\x88\x98\xbf\x38\x7d\xb4\x11\xd5\x1a\xa7\xd1\x82\x17\x57\x91\x2b\x6a\x1e\xe6\xa5\xc5\x7f\xcb\xbf\x0e\x39\x4f\x71\x41\xaf\x43\x6f\xd1\x27\xce\x45\x74\x85\xb9\xe2\xe4\x0d\xd9\xf0\x22\x09\x6e\x78\x59\xba\x93\xe7\xf8\xde\xe3\x86\x17\xdc\x90\xb8\xe1\x05\x37\x24\xba\x8a\x5c\x11\x57\x23\xba\x1a\x5c\xd1\x22\xad\x46\x0b\x99\x19\xf4\x30\x5c\x1f\x17\xbd\xa5\x3b\x19\x11\x4a\x38\x1e\xe8\x49\xba\xd7\x29\x24\xe9\x02\xd7\x67\x2b\x49\xd6\xd7\x47\x9b\x70\x27\xe2\x75\x0a\x49\xf2\x74\x9d\xb5\x52\x0a\x3f\x50\xc9\xd1\x3d\xbe\x95\x10\x6e\x72\x25\xb5\x52\x6d\xb4\x1a\xad\x41\xab\xd3\x5a\xb4\x9c\xcd\x84\x8f\x97\x9e\x43\x8b\x5e\x82\x0b\x22\xe1\x15\x24\xd4\x52\xc2\x2b\x48\xa8\xa5\xc4\xa4\xa4\xc0\x10\xa6\x9e\x63\x08\x53\xcf\x41\x01\x1f\x21\xb9\x6f\xb8\xd2\x3e\xb4\x10\x0b\x2f\x79\x42\xd9\x24\xfc\xf7\x84\xb2\x49\x06\xd7\x11\x7a\x4c\x43\x8a\x8c\xc8\x8c\x16\x23\x3a\xea\x05\x5e\xf0\x26\x52\x84\x97\x23\xea\x88\x13\xdf\x22\xb9\x4f\xb9\x72\xd0\x7f\x97\x16\xff\x25\xe7\x33\x33\x0d\xc9\x3d\xcc\x95\x79\xad\x53\x72\x0a\xb9\xa8\xb5\x69\x4d\x5a\xf4\x82\x07\x96\x32\xbd\xe0\x15\x24\xf7\x37\x57\xc6\x2b\x48\xa8\xc1\x8c\xfa\x4c\xee\x6f\xae\x8c\x19\x4b\xd9\x25\x91\x07\x63\xcf\x85\x16\xa3\xcd\xf0\x82\xff\x90\x72\xa3\xa5\xe7\x3a\x2d\x51\x80\xcf\x25\xea\x3e\x0f\x79\x8b\x1e\x63\xdf\xea\x05\xae\x35\x47\x05\xae\x35\x2b\xa8\xe4\x8c\xdf\x91\x0a\x9c\x49\xd6\x85\xb1\x9f\x4b\x0b\x0a\x37\xd0\x82\xc2\x55\x9f\x50\x90\xe4\xab\x53\x28\x78\xde\xa9\xfa\xd8\x8b\xe6\xa1\x7a\x2f\x25\xf2\x86\xa0\xca\x8b\x24\xdf\x9c\x5e\xc1\x49\x48\x8d\x3b\x35\x0f\x9d\x5e\xba\x5a\x99\x16\x7d\xa2\xae\x8b\xde\x56\xf7\x30\x57\x91\x74\x7d\x4d\xb7\x8a\xe4\x89\x2a\x2f\x92\xe7\xe0\x39\xc9\x0c\xb5\x5b\x24\xb3\x01\x2f\xa6\x3b\xe1\x05\xb5\x9b\xa6\x8f\xaf\x62\xd0\xd3\x0c\xb4\xb8\x73\x3a\x67\x35\xf2\x86\xcc\x42\x0b\xe9\xa2\x76\x2b\xc6\x3e\xa1\x76\xab\xc6\x8e\x6a\xad\x45\x14\x9c\x5e\xad\xfa\xef\xd0\x82\xc2\x82\x1e\xfe\x66\x5a\x91\x16\x77\xae\x44\x8b\x6f\x6c\x55\x5a\xcc\xdf\xf2\x77\xa9\x62\xa6\xd3\x82\x97\xa5\x3e\xe1\xc5\xd4\x8b\x4b\xa9\x5e\x51\x58\xb4\xf4\x1f\x7c\x6a\xde\xb7\xf3\xd2\x70\x7b\x92\xfb\xb7\xab\x45\xb5\x9c\x5e\x4b\x48\x02\x55\xde\x58\xa1\x27\xf7\x68\x57\xc3\xb5\x49\xee\xd1\x2e\xad\x91\x93\xb9\xcc\x9a\xc6\x6e\x95\x96\xee\x74\x3e\x5b\xa3\x4f\xd4\x75\x6b\x48\xd7\x5c\x66\x4d\x5f\xdc\xe1\x3f\xcc\x74\x42\x25\x37\x0c\x49\x72\x17\x73\xb5\x15\x69\x41\x41\x92\xb8\x70\xbd\xcb\x0f\x54\x72\x72\xef\x73\xb5\x8d\xa8\xd1\xf2\x6d\xf3\xd2\xa1\xe5\x9b\x3e\x31\xb4\x7c\x93\x70\x7d\x29\xbf\x9a\x84\x8b\x62\x6f\xd7\x59\xc9\x8f\x3f\xd7\x11\x67\x76\xef\x73\x75\xbc\xc8\x1c\x9c\xe9\x8e\x47\x94\xf1\x06\x7b\xd6\x7f\x9b\x56\xa6\xe5\x82\xe8\x25\xd0\x3a\xb4\x5c\x64\x19\x95\xdc\xb1\xc4\x19\xb5\xdb\xeb\xa5\xe5\x43\xef\xf8\x47\x19\xd5\xda\xf1\x8f\x32\xaa\xb5\xe3\x11\xe5\x08\x3d\x3e\xb8\x1c\xa1\xc7\x47\x95\x51\xbb\x7d\x89\xc2\xa5\xc5\x9d\xa8\xdd\x8e\xa8\x73\x62\x44\x1b\xce\x52\xa6\x55\x68\x15\x5a\x50\x47\x41\x77\xe4\x99\x13\x7c\x9a\xfa\xec\xb4\xe0\x0c\xe5\xdd\xf1\x9d\x72\x62\x0c\xf8\x4e\x39\xc1\xe7\x51\x9f\xf0\xc9\x3c\x64\x94\x77\xc7\x77\xca\x28\xef\x8e\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x81\x75\xcf\x28\xef\x11\xd4\x72\x3e\x47\x54\x9f\x8d\x96\x9e\x73\x5e\x86\x66\xcc\x83\x0c\x6b\x68\xc6\xf0\x92\x07\x1f\x40\x46\x95\x8f\xcc\x18\x50\xe5\x43\xb3\x89\xba\x1e\xa8\x89\x8c\x07\x3d\x34\x9b\x05\x5e\x30\xfd\xb9\xc0\x4b\x65\x0c\x1e\x64\x58\x03\xd3\x9f\x0b\xbc\x68\x6e\x51\xec\xa3\xfb\x9b\x9c\x2b\xe3\xd3\xdc\x56\xc6\xa0\xd9\xac\x9d\x96\xfe\x83\xb3\xed\x4b\xe4\x8c\x2a\x1f\x9a\xb1\xc6\x73\x9a\x23\xd4\xf5\xc0\x4c\x67\xfc\xe2\x21\xe9\xfa\xc2\x7e\x4d\x49\x17\xbf\x78\x4a\xba\xf8\xc5\x53\x5f\x80\x2f\xfa\xd7\x0c\xbc\x21\xf8\xc5\x13\xef\x33\xfb\xa2\x7f\x4d\x49\xd7\x03\x72\x6b\x66\xbe\xaa\x49\x2f\x38\x4f\x19\x8f\x76\x4a\x4a\xa8\xd6\x89\x83\x94\x17\x14\x24\x89\x55\x68\x41\x01\x65\x3a\x71\x90\x32\x8a\x6f\x2e\x7a\xd9\x70\xbd\x18\x11\x3e\xec\xc4\x90\x64\x94\xe2\xc4\xf8\x66\x94\xe2\x3c\xea\x05\xae\xaf\xee\x84\x6b\x8c\x68\x46\x61\xae\x47\x77\x2e\x5a\xba\xf3\xd0\xe2\x0d\x41\x99\x2e\x42\x23\x19\x65\xba\xf4\x46\xe2\xfb\x2e\xdc\x9e\xec\xe1\x81\xb5\xf4\x7e\x7a\x78\x60\x2d\xc2\x26\x19\xbf\x78\x45\x46\xe4\x31\x80\xb5\x92\x7a\x81\x02\xe1\xab\x0f\xef\xc0\x5b\x3c\x77\xa0\x40\x30\x32\x1f\x7a\xc1\x68\xe7\x53\x68\xd1\x8b\xc7\x07\xd6\xaa\xf0\x89\x82\x5e\xb8\x4b\xf9\x30\xbe\xae\x3b\x37\xad\x49\xcb\x68\xfd\x28\x70\x91\x0f\x62\xd1\x14\x1d\x98\xc6\x0f\xc8\x17\xa6\x07\xc3\xc3\x61\x5f\x58\xcd\x8c\x75\x58\x52\x60\x58\x87\x85\x97\x95\x2f\x03\xd2\x2b\x7f\x19\xd0\x42\x10\x58\x8e\xb5\x44\xc1\xa7\x6f\x69\xda\x31\x01\x4b\xd3\x7e\x19\x02\xb1\x9e\x8c\x09\x58\xf8\x5c\x19\x13\xb0\x08\x39\x94\x07\x3e\x79\x41\xca\x03\x9f\x44\x77\xca\x03\x9f\x78\x60\xe5\x81\x97\xab\xe7\x7c\xc2\xf6\x13\x69\x1d\x5a\x97\x96\x53\xd8\xbc\x20\x05\x1f\x7d\x33\xd1\x05\x83\xb0\x23\x14\xf0\xca\x37\x3e\x49\x41\xb1\x6f\x26\xba\xa0\xbc\x37\xde\x59\x41\x79\xef\x02\x05\x94\xf7\x66\x6a\x0b\x0a\x7a\x33\x99\x05\x25\xbc\xbb\x7b\x7c\x05\x45\xbb\xf1\x76\x0b\xea\x73\x33\x0f\x05\x3f\x75\xe3\x8f\x15\xfc\x54\x45\x8f\x0b\xea\x6c\x23\xc1\x52\xa0\x80\x04\x4b\x61\xec\xf8\x6a\x05\x55\xb7\x25\x4f\x94\xdb\xc6\x5f\x29\xbe\xa3\xb0\xec\x69\xb4\x2a\x2d\xc6\x87\xaa\x33\x94\x4d\x41\xd5\x19\x3e\x5e\xa9\xfe\x42\x1a\x9e\x4d\xc1\x87\x35\x94\x4d\xf1\xe8\xea\x32\x94\x77\x41\x0d\x2a\x9a\x5b\x3c\xba\xba\xac\xe8\x3f\xa8\xe3\xd9\x94\x06\x75\x3c\x9b\x82\xc2\xb4\xa6\xff\x5c\x66\x86\xb7\x5b\x3a\xbc\xe0\xf1\x15\x3c\x5a\x45\x6c\x0b\x1e\xad\x4d\xe4\x49\x70\xc2\x96\xee\x84\xeb\xa5\x3b\xe1\x1a\xe3\x5b\x50\xc2\xc6\x12\xb9\xa0\x84\x4d\x12\x44\x09\x2b\x9a\x5b\x50\xc2\x46\x98\xa6\xa0\x84\xed\x20\x33\x3c\x68\xc3\x88\x16\x3c\x68\x43\x9d\x15\x14\xb4\x49\xf2\x04\x2e\x0e\xfb\x2e\x85\xc0\xc5\x79\xd4\xa7\xf3\x72\x24\x79\xd4\xf5\x09\xbc\x59\xf8\xd3\x27\xc2\xa7\xc7\x68\xd7\x49\xba\xb3\xd3\x62\xec\x28\xf6\x83\x4f\x59\x50\xec\x87\x90\x58\xc1\xdb\x3d\x92\xfc\x76\x3e\x0f\x9e\x62\x41\x25\x1f\xc9\x1a\x65\x7a\xf0\x1b\x0b\xca\xf4\xa0\x19\x0a\x0a\xf3\x60\xd4\x0a\xa1\x83\xa3\x2f\x95\x60\xc1\x39\x7a\xce\x25\x7f\x24\x17\x3c\xd3\xfb\x30\x06\xd4\xe7\xc5\xc9\x2b\xc7\x39\xbb\x38\x02\xc5\x83\xa6\xeb\x6a\x0c\xa8\xc1\x8b\xeb\x56\x50\x83\xb7\x20\x33\x74\xdd\xc5\x4c\x17\xf4\xd9\xc5\x79\x2a\xe8\xac\x8b\xbb\x54\xd0\x4b\x17\x97\xa8\xa0\x97\x2e\x2e\x51\x71\xd7\x74\x3f\x51\x77\x6e\x6f\x61\x52\x8b\xeb\xac\xfd\x14\xdd\x79\x68\xc1\x99\xeb\xac\xfd\x94\x1f\xa9\xe4\xea\xea\x6c\x2b\xc2\x58\x7d\x03\x6a\x3f\xf8\x24\xd5\xc3\x18\xfb\x61\x08\xd5\xc3\x18\xfb\x21\xca\x56\xdd\x13\xde\x0f\x71\xa0\xfa\xc0\x26\x51\xb6\x1a\x60\x0c\x4f\xa3\x46\x9e\xc3\xb7\xa8\x1e\x2c\xd8\x8a\x22\xd6\xc8\x73\x6c\x12\xd6\xc8\xf0\xd8\x1e\xaa\x91\x5e\xae\xbf\x20\xd5\x95\xdb\x0e\xd8\xd7\x9a\x02\x2d\xfa\xf4\x68\xe7\x0e\xbc\x9e\xd5\x15\xdf\x0e\x78\x21\x35\xf3\x5f\xaa\xb4\x0a\x2d\xa8\xbb\x1f\xb7\x03\x02\xac\x05\x0a\x08\xb0\x16\x28\xa0\x18\xaa\xab\xac\x1d\xf8\xf8\xab\x7b\x67\x3b\x34\xdd\x49\x2f\x1d\x7a\x95\xe7\x30\x71\xd5\x7d\xb5\x1d\x06\xd4\x5d\x81\xed\x30\x2e\x2d\x97\x44\x60\x8b\xb2\x56\x28\x48\x82\xae\xce\x76\xc0\xc4\xd5\x0a\x85\xa5\x3e\x0f\x2d\xe6\xa8\xfa\x44\x2b\x6a\x59\x1b\x63\xc0\xa8\xd5\x06\x2f\x9a\x87\x86\x24\x4c\x77\x22\x09\x3e\x8e\xea\xaa\x6e\x87\xa3\xff\xe0\x53\x33\xe6\x5b\x47\x3b\xe2\xe7\x54\xdf\x3a\xda\x51\xf3\xe0\x8b\xfe\x1d\x31\x63\xd5\xbd\xc8\x1d\x31\x63\xd5\x17\xfd\x3b\x06\xc6\xee\x2a\x72\x47\xfc\x9c\xea\xaa\x6e\x47\x4c\x5c\x75\x55\xb7\x23\x26\xae\x76\xe8\x45\xfa\x74\x55\xb7\x15\xd1\xac\x03\x7a\x7c\x7e\xd5\xd5\xd9\x8e\x45\xff\x35\x5a\xfa\x0f\x7a\x7a\xaf\xdd\xdf\xdc\x91\x40\x50\xf5\xd0\xc1\x8e\x4d\xff\xc1\x8b\xe6\x76\x32\x3e\x36\xe6\xaa\x87\x0e\x76\xec\x8c\x68\x32\x3e\xfc\xcd\x3a\x19\x9f\x66\x7a\xc2\x8b\xbe\x8e\x09\x2f\x38\x33\x75\xc2\x0b\x26\xb5\xba\x1a\xdc\x71\xea\x4e\x46\xcb\x52\xb7\x2e\x46\x8b\xfb\x52\x17\xa3\xc5\x7d\xa9\x8b\x5e\x34\x63\x9b\x3b\xd9\x58\xad\x9b\x3b\x2f\xb2\x76\x9f\x72\x27\x3c\xcc\xea\x3e\xe5\x56\x7c\xb3\xfa\x02\x7d\x27\xf6\x80\xaa\xab\xc1\x9d\xaa\xfe\x73\x49\x24\xc9\xc5\x0e\x2d\x38\x3b\x4e\x21\x75\xb5\x2a\x2d\x28\x9c\x46\x8b\x5e\x5c\x61\x6e\x85\x26\xeb\x81\x1e\xa6\xb1\xba\x4f\xb9\xd3\xd4\x7f\x2e\x89\x44\x80\xac\x1e\x78\x59\xea\x05\x5e\x70\x35\xea\x65\x44\x18\xbc\xea\xea\x73\x27\xe2\xbe\xf5\x42\x1d\x17\xac\x5e\x28\x60\xd4\x2a\xea\x53\x01\xc7\x8a\xfa\xcc\xd2\x1a\xa8\xcf\xcc\xd6\x66\x45\x7d\x66\xe9\x10\xd4\x67\x66\x65\xd8\xd0\x91\x19\xe7\xa2\xb9\xcb\xb7\x33\x26\xae\xb9\xcb\xb7\x15\x9a\x6c\xee\xf2\xed\x9c\xf5\x5f\xa5\xd5\x69\x39\x9f\x1f\x8b\xb9\xef\xab\xe4\x86\x6a\xcd\x55\x8f\x2d\x5a\x22\x0e\x9b\x6d\xd0\x82\x4d\xec\x64\x0b\xb0\x39\xd4\x82\x4d\xa6\xa1\x05\xd8\xc4\x6a\x36\x0f\x55\xec\x3c\x75\x67\xa6\xa5\xff\x18\x02\x5e\x48\x0b\x0c\x61\xe9\x3f\x86\x60\xea\xd3\x27\x3a\xe3\x69\xb4\x00\x9f\x57\xff\x21\xea\xab\x5e\x10\xf5\xf5\xe5\x42\x73\x8f\x76\x17\x3c\x8d\xe6\xdb\x5f\xbb\x60\x6d\x9b\x6f\x7f\xed\xc2\x34\x34\x8f\x48\xef\x82\x8f\xd7\xdc\xf7\xdd\x25\xe8\x4e\x97\x52\xd1\x34\x60\x1e\x0a\x1b\x9d\xcd\x97\xf9\xbb\xe0\x4d\x34\x5f\xe6\xef\x22\x79\xba\x0f\xbb\x8b\x64\x86\xd2\x57\xd4\xb2\xa1\xf4\x0b\xcb\xcb\x56\x78\x8e\xcd\xcc\x86\xd2\x2f\x92\xa0\xef\xfb\xef\x22\x09\x7a\x1c\x76\x17\xf2\x59\x1a\x2a\xb9\xa0\x76\x5b\x63\x0c\x92\x19\x6a\x57\x51\xcb\xe6\x5b\x5c\xbb\xe0\x85\x34\x14\x6d\x91\x04\xdd\x37\xdc\x55\x72\x41\xb9\x55\x82\x4b\x0d\xb5\x54\x13\x7c\xfa\xd6\xd1\xae\x09\xea\xee\x9d\xed\x4a\x1c\xaf\xa1\x96\x2a\xde\x4b\x43\x2d\x55\xbd\x90\xa8\xa5\x8a\x07\xd6\xdc\x1f\xdb\x15\xf5\xd9\x16\x14\x50\x9f\xcd\xa3\x8f\xbb\x12\x8e\x68\x1e\x7d\xdc\x55\x12\x44\x11\x55\x14\x5f\x43\x11\x55\x49\x69\x43\x9d\x68\x67\xdb\x50\x97\x94\x36\xbd\xe0\xfb\x36\xe3\x39\xfc\xa3\xe6\x4b\xdd\x5d\x09\xdd\x35\xe3\x39\xbc\xa5\x66\x70\x2d\x79\xba\xaf\xb6\x2b\xee\x44\x3b\x70\x2d\x79\x1e\x7a\x21\x64\xd4\x7c\xa9\xbb\x2b\x41\x8d\x86\x92\x6a\xa8\x82\x86\x92\x52\x94\xb4\xa1\x6c\x9a\x3e\x7e\x5f\x7b\xee\x26\xc9\xfb\xfa\x72\x2b\x66\xda\x7c\x7d\xb9\x5b\x82\x6b\x14\x51\xd3\xac\xa0\x7a\x9a\x54\x01\xea\xa5\x65\xfd\x77\x69\xf9\xf7\xd0\x7d\xdb\x7a\x37\x5c\x8d\xee\x3b\x42\xbb\x21\xf9\xce\xd7\xd8\x70\x35\x7a\x84\x1e\xdf\x74\xe7\x0b\x68\x83\x5e\x70\x7b\x14\x41\xed\xbe\xde\xdb\x0d\xe9\xf6\x04\x05\xde\xc8\x9e\xa0\xc0\x1e\x50\x4f\x70\x66\x7a\x0e\xce\x78\x3f\xbb\xef\x9f\xec\x46\xe8\xae\x67\xe4\x82\x93\xd0\x71\xac\xda\xd1\x9d\x50\x67\x1e\x7a\x86\xfa\x2d\xb4\x5c\xd6\x1d\x97\xa1\xfb\x3a\x71\x77\x3c\xda\xce\x37\xd6\xa3\xfe\x9b\xb4\x2e\x2d\x97\x60\x4f\x81\xd6\xa1\x05\x05\xdf\xcf\xd8\x0a\xaf\x76\xdf\xcf\xd8\x9d\x70\x52\xaf\x50\xc0\x2d\xe8\x38\x56\xbd\xa9\x05\x05\xc9\xb3\x42\xa1\xcd\x1f\xa8\xe4\x8e\xcf\xd5\xbb\x4f\x7b\xe7\x23\xee\x28\xda\x8e\xef\xa4\x58\x6b\xc7\x77\xea\xd8\xfa\xde\x18\x3a\x1e\x5f\x6f\xb0\x82\xc7\xd7\x1b\xac\xcc\x4a\x0b\x56\xf0\x0a\xba\x6f\xb4\xec\x8e\x4a\xee\x9e\xa0\xb3\x3b\x5e\x5d\xef\x91\x96\xfe\x83\x17\x36\xed\x7a\x87\x17\x36\xed\x7a\x87\x9e\x26\xac\x43\x4f\x93\x82\x07\x36\xf0\xea\x3a\x7e\xd5\xc0\x8f\xeb\xbe\x84\xdc\x03\x3f\xae\xfb\x12\x72\x2b\x82\xda\xf1\xb9\x06\xb6\xb0\xa3\x96\x06\xd6\xaf\xfb\x12\x72\x0f\x09\xde\x97\x90\x7b\x14\x3d\xe7\x12\x1c\x6c\xcc\x75\x14\xd8\xc0\xd3\xe8\x28\xb0\xa1\x29\x42\x81\x29\xf6\xd9\xf1\xb9\x06\x1e\x58\x47\x81\x8d\xae\xff\x5c\xba\x43\xf3\xe0\xdb\x35\x7b\x0c\x5e\x02\xdf\xae\xd9\x03\x0f\xac\x4f\x46\xab\x59\x41\xd5\x0d\xbc\x90\x8e\xaa\x1b\x5b\x2d\xe8\x6d\x3e\xaa\xed\x2f\xd6\xc0\xe7\xea\x9b\xff\x0e\xb2\xde\xf4\x89\x6f\xd1\x3d\xe2\xb7\xa7\xe4\x89\x02\x9b\x18\xae\xee\x1b\x26\x7b\x4a\x82\xbe\x61\xb2\xa7\x5e\x79\x94\xdb\x24\xc6\xd7\x51\x6e\x33\xa9\x17\x97\xe0\x2c\x6a\x6d\x5a\x3c\xe7\x99\x3d\x7b\x62\xd4\x3a\xde\xd9\x94\x3c\x51\x7c\xb3\x31\x5a\x14\xdf\xec\x7a\x0e\xea\x43\xcf\xb9\xcc\xe6\xd6\x73\x8c\x61\xf3\x16\xe0\x65\x4d\x7c\xae\x8e\xe2\x53\x5c\xb4\xa3\xf8\xa6\x3e\x77\x14\x9f\xa2\xa4\xdd\xf7\x5d\xf6\x42\xb5\x76\x5f\xdc\xee\x15\xf4\xdc\xa4\xa5\x3b\x17\x2d\xdd\xe9\xd4\x57\x44\xba\xa8\xc8\xc5\x7b\x36\xf0\xc0\x16\x2b\x84\x81\x07\xb6\x52\xa4\xe5\x92\x58\x39\xd0\x2a\xb4\xf4\x9c\xf3\xb9\x90\xe0\x78\xe0\xa5\x2c\x5a\xf0\x52\xd4\x27\xbc\xe0\x32\x0c\xdc\xac\xd5\xf5\x1c\xbc\x0c\x7f\x77\x07\x6e\xd6\xc2\xc4\x0d\xdc\xac\x85\xbb\x34\x70\xb3\xd6\xa6\x4f\x94\xf7\xe2\xfb\x1b\xb8\x52\x8b\xb7\x67\xe0\x4a\x2d\x9c\xa7\xe1\x5b\xf6\x7b\x23\xa5\x11\x2e\x2d\x9f\x87\x81\xd2\xdf\x92\x04\xab\xe9\xcd\xf6\xec\x60\x35\xbd\x79\x5f\x06\xeb\xe0\x8d\x79\x1f\x18\x84\x2d\x49\xf8\xbe\xcb\xde\x55\x77\x42\x4f\xa3\xf5\x24\xcd\xbd\x6b\xa5\xb5\x69\xa9\x17\x7f\xcb\x77\xd3\x73\x87\x96\xeb\x90\x81\x41\xd8\x92\x04\x06\x61\xe3\x12\x8d\x0c\x05\xc9\x25\x43\x61\xe9\x4e\x7a\xc1\xbc\x0f\x9c\xae\x8d\x01\x1a\x85\x5e\x3e\xcc\xfb\x77\x55\xf2\x28\x0c\x8f\x38\xc9\xc0\xaa\x28\xeb\x74\x60\x55\xf6\x55\x97\x2e\x24\x7b\x74\xe7\xa2\xa5\x3b\x7d\xb0\x8a\x29\x0e\xac\x8a\x05\x5e\x10\xac\x8a\x91\x68\x33\x58\xca\x1b\x7e\xc0\xf0\x38\xe5\x56\xbc\x71\x60\x71\x0c\x3f\x60\xb0\xcc\x37\xfc\xb1\xc1\x32\x5f\xb1\xc8\x81\x35\x52\xbc\x71\x60\x8d\x4c\x93\x82\x35\x52\xf4\x71\x60\x72\x8c\xad\xbf\x81\x4f\x69\x6c\xfd\x0d\x96\xf9\x86\x15\x1b\x2c\xf3\xad\xab\x05\x9f\x43\x2d\xf8\xd4\x14\x61\x8e\x0c\x7f\x6c\x60\x8e\x0c\x7f\x6c\x60\x8e\x14\x99\x1c\x98\x23\xe5\x99\x0e\xfc\x54\xd3\x14\xe1\xa7\x1a\x1e\xd8\x20\x20\x60\xf8\x01\x03\x53\x65\x9a\x07\x4c\x95\xa2\x8f\x03\x53\x65\xf8\x63\x03\x53\x65\xf8\x63\x03\x53\x75\x1e\xf5\x32\x69\xa9\x17\xe7\xe5\x04\xd1\xdb\xb4\xe0\x9a\x60\xc1\x41\x99\x0e\x0c\xd7\xc1\x3b\x1b\x18\xae\xa3\x59\xc1\x70\x1d\xfc\x87\x41\x40\xe0\x68\x1e\x30\x32\x47\x2f\x39\x46\xe6\x48\xba\x18\x92\xc3\x9a\x60\x60\x48\x0e\xa9\x51\xc3\xd3\xa6\xf6\xc1\xf4\x0f\x0c\xc9\x91\xe4\x17\xbd\x4c\xb5\x18\x91\xa4\xbb\x18\x11\xb1\xdd\xb1\xa0\x20\x59\x2f\x46\x24\x79\xe2\x33\x1f\x49\x09\x9f\xf9\xe2\x49\x0d\xdf\x72\xda\x57\x32\xc3\x83\xbe\xac\x8e\x06\x06\xe8\xe2\x65\x0d\x0c\xd0\x95\x94\x30\x2b\x37\xe9\x39\x9f\xdb\x8b\x99\x1e\x18\x92\x4b\xe6\xd2\xc0\x90\x5c\x32\x97\x06\xcb\xfc\x8b\x99\x1e\x78\xd0\x57\x52\xc2\x90\x28\x45\x74\xb0\xcc\xbf\xb8\x4b\x83\x65\xfe\x25\x40\x36\x58\xe6\x5f\x4c\xf8\x60\x99\x7f\x71\x89\x06\x06\xe8\x4a\x66\xbe\x3f\xb4\xaf\x64\xe6\xfb\x43\xfb\x4a\x4a\xf8\xe8\x17\x97\x68\x60\xaa\xae\x14\x2d\xa6\xea\x4a\x82\x98\xa3\x4b\xa0\x64\x60\x8e\x2e\x4e\xd0\xf0\x80\x80\x3d\x8f\x28\x18\x2d\xf5\x72\x68\xc1\xa7\x9b\x23\x7b\x70\x89\xa6\x9b\x23\x7b\x30\x5c\xd3\xcd\x91\x3d\x48\x7e\xba\x39\x32\x45\x6c\xa7\x07\x54\xed\xc1\x70\x4d\x37\x47\xf6\x24\x3d\xd7\x68\xe9\xb9\xe9\x2d\x56\x08\xd3\xcd\x91\x3d\xec\xec\xcc\x07\x3e\x8b\xfa\x84\x4f\x1c\x81\xf9\xc0\x67\x51\x9f\xf0\x89\x46\x99\x01\x5e\x9a\x5a\xf0\x42\x40\x67\xfa\xaa\xdf\x1e\x66\x73\x06\x78\xc1\xcd\x9a\xbe\xb2\x37\x25\x93\x4e\xcf\x2e\xb3\xe7\x43\xbf\x7c\x57\x25\xcf\x00\x9b\x4c\xdf\x0c\xb0\x89\x0f\x3b\x7d\xf1\x6e\x0f\xd3\x37\x13\x02\xc4\x9b\x98\x09\x01\x1e\xfd\x07\x2b\x84\x0e\xa6\x67\x0f\x58\x20\xd7\x79\xba\x15\xb3\x10\x74\xa7\xd3\x0b\x49\x2d\xa3\xc5\x73\xbe\xe8\xb7\x20\x91\x65\x7a\x91\xc8\xdc\x1a\x59\x60\x6b\x6c\x66\x7a\x61\x6b\x6c\x66\x7a\xc1\x16\x4e\xb7\x54\x16\xaa\xfa\xbc\xb4\x18\x91\x87\x0e\x2c\x48\xb8\x6e\x8e\x2c\x48\x64\x9e\xa6\x65\x01\x95\x3c\x0b\xbc\x4c\xfd\x07\xbd\x95\x68\x41\x8f\x18\xd8\x2c\xd0\x5b\x93\x16\xf4\xb0\x9a\xb3\x42\x0f\x5f\x6d\x7a\x9c\xd9\x02\x0b\xb5\xe9\xe0\x02\x0b\x78\x60\xb3\xc2\x8b\x24\x58\xe1\x05\xb5\x3b\xdd\x70\x59\x64\x83\x6d\xba\xe1\xb2\xc8\x06\xdb\x74\xc3\x65\x31\x88\x82\xcb\x2c\x92\x1a\x35\xdd\x38\x59\x4c\xfa\x6f\xd3\x12\x3d\xa3\x85\xcc\xdc\x38\x59\x24\x14\x33\xdd\x38\x59\xc4\x3b\x9b\x1e\x83\x36\xc5\x6f\x67\x73\x3e\x95\x83\x3a\xdd\x70\x59\xc4\xfc\xcd\x06\x9f\x0d\x3e\x1b\xbc\x48\xba\x6e\xb8\x2c\x4a\xba\x0d\x5e\x08\xd3\xcc\x06\x2f\x43\x7d\xba\x3c\x23\x3e\xc9\x74\xc3\x65\x51\xf3\xd0\xe1\x53\xef\x67\x87\x4f\x92\xaf\x66\x87\x17\x49\xbe\x23\x97\xcd\x87\xe3\xc6\xc9\x22\xb9\xea\xb3\x23\x17\x3c\xbe\xd9\xe1\xc5\xd4\x0b\xbc\x98\xe8\xc1\x8b\x66\xac\xc3\x0b\xde\xf5\x1c\xd0\xd3\xfc\x0d\xc6\xae\xf9\xf3\x48\xb6\x25\xc2\x65\xd3\x0d\x97\x25\x36\xe6\xa6\xaf\xa3\x2c\x11\x63\x9f\x1e\x59\xb6\x84\x53\x32\x3d\x3b\xc2\x12\xfe\xed\x5c\xf4\x82\x82\x9e\x8b\x5e\x24\x4f\x37\x39\x96\xd8\xa5\x98\x1e\xd0\xb1\x24\x09\x7a\x40\xc7\x14\xbf\x9d\x1e\xd0\xb1\x34\x19\xbb\x1b\x27\x4b\x6c\x6d\x4e\x37\x4e\x96\xf0\xf8\xe6\x86\x17\x49\xd0\xb7\xe9\x4c\x89\xa6\xd3\xe0\x5a\x72\x31\xe8\x49\x2e\x06\x3d\xdc\xba\xe9\x66\xcc\x12\xf9\xe8\xd3\xa0\x77\xd5\x0b\x23\x92\xcc\x0c\x7a\x97\xb7\xce\xd7\x4a\x96\x1f\xf5\x62\xb4\x90\x99\x87\x8c\x2c\xe3\xd6\x4d\x0f\x19\x99\x22\xb6\xd3\x57\x55\x96\x09\x97\x4d\x37\x86\x96\xf5\x7e\xba\x31\xb4\x2c\xd5\xea\xab\x2a\xcb\x7a\x5b\x7d\x55\x65\xb9\xaa\xcf\x46\x0b\x5e\xdc\x18\x5a\x6e\xea\x05\x5e\x88\xa3\xcf\x0b\x2f\x64\xb5\xcf\x0b\x2f\xe4\x70\xcd\x0b\x2f\x38\x17\xf3\xc2\x0b\xce\xda\xbc\xf0\xb2\x7f\xb4\xbd\x37\x2f\x6c\x4a\xf0\x17\x36\x25\xf8\x0b\x9b\x7a\x05\xdd\x4e\x5a\x66\x17\x72\xba\x9d\xb4\x8c\x0d\x9d\x97\x21\x1c\xdd\xe9\xa2\xce\x9a\x06\x6c\xa8\x22\xbd\x13\x1b\x9a\xa5\x6c\xb0\xa1\xf9\x6a\x40\xfe\x9a\x15\xec\xeb\xc2\x86\x16\xbc\x97\x85\x0d\x55\x14\x78\x39\x00\xc4\x0a\xe9\xef\xcb\x97\x74\x56\xf0\xf8\x16\x36\xb4\x60\x5f\x17\x36\xb4\xe0\xe3\x2d\x6c\x68\xc9\xfa\x6f\xd1\x82\x1e\xd6\xaf\x30\x99\x0b\xeb\x57\x98\xcc\x85\x85\x2b\xa4\x1c\xad\x40\x2f\x4c\xe6\x0a\xf4\xd2\x74\x27\x63\xc0\xeb\x59\x11\xea\x4c\xdf\x8a\x3c\xc7\x84\xad\xc8\x73\x6c\x90\x2e\xdf\xda\xb4\xc2\xf6\xde\xf2\xad\x4d\x2b\xa8\x9e\xe5\x09\x79\xa6\x2c\xd7\x85\x31\x54\xf4\x78\xf9\x92\xce\x8a\xe9\x3f\xc6\x40\x6a\xfc\xc2\x50\x16\x72\xb2\x17\x86\xb2\x10\xab\x5b\x89\x3e\x99\xbf\x95\xe0\x9a\xf9\x5b\x18\xc3\xaa\x79\xf0\x2c\x65\xab\x9a\x07\x4c\x5c\xc5\x97\x59\x98\xb8\x2a\x59\xfb\x42\xcd\x2a\x5e\xe4\xf2\x85\x9a\x55\x3c\x9b\xe5\xa9\x6d\x56\x93\x9e\xf3\x39\xaa\x9a\x07\xcc\x5f\x65\xcb\x69\x79\x8c\xcf\x2a\x48\xc9\xe5\xab\x31\xab\x59\xbd\xb8\x94\x2a\x1b\xb2\x0b\xf3\xa7\x88\xf4\xc2\xfc\x29\xff\x76\x61\xfe\x2a\x1b\x7a\x0b\xc3\x55\xf1\x65\x16\x86\xab\xe2\x7d\xae\xca\xf8\xba\xee\x84\x02\x21\xa3\x85\xe1\xaa\x9a\x31\x5f\x71\x59\x25\x48\xb4\x2a\xd4\x09\xdd\x2d\x8c\x5a\xc5\x4f\x5d\x18\xb5\x8a\xa3\xb3\x30\x6a\x55\xb3\x89\x51\xab\x78\xad\x0b\xa3\x56\xd9\xc2\x5b\x18\xb5\x4a\x52\xda\x6a\x48\x89\x8d\xdc\x85\x51\xab\x78\xb4\x0b\x73\x54\x09\xeb\xad\x0e\x05\xc2\x7a\xab\x43\x01\xe7\x69\x61\xaa\x2a\xce\xd3\xea\x50\xd0\xbc\x77\x28\x5c\xdd\x89\x94\xf0\x7d\x17\x66\xac\x3d\xfa\x6f\xd1\x52\x2f\x2e\xa5\x86\xb7\xbb\x30\x55\x4d\xef\x84\xa3\xfe\xac\xe9\x9d\xf0\xc0\xa1\x35\x36\x72\x17\x66\xac\xe9\x9d\xf0\xe0\xa0\x35\x1c\xb2\x85\x19\x6b\x7a\x43\x30\x63\x4d\xdf\xe6\x80\x17\x7c\xdf\x35\xe0\x05\xdf\x77\x79\xe0\xd0\x1a\xae\xdb\x9a\xd0\xc3\xa8\x2d\xdf\xdd\xb0\x46\x50\x71\x4d\xe8\xe9\x9d\x98\xd0\x63\xed\xb2\x26\xf4\x70\xdd\xd6\x84\x9e\xbe\x69\xcc\x66\xd3\xdb\x33\xa1\x87\x27\xbc\x7c\x4d\x67\x8d\xd5\xca\xf2\xed\x59\x6b\x7a\x7b\x30\xa9\x4d\x5f\xb8\x87\xf5\x9e\xa7\xac\x1f\xa8\xe4\xe5\x56\xec\x11\xc2\x6b\xb9\x15\x7b\x9e\x86\x00\x0d\xd0\x34\x5e\xc8\x72\x2b\xf6\x3c\xec\x06\x2f\xb7\x62\x9f\xf0\xea\xe5\xcb\xb6\x4f\x78\xf5\xf2\xc5\x58\x7c\x62\xa5\x35\xbe\x00\xa3\x97\xdb\x9f\x4f\x60\xf4\x72\xfb\xf3\x09\x8c\x5e\xbe\xe0\xfa\x04\x46\x2f\x5f\x70\x7d\x02\xa3\x97\xdb\xa6\x4f\x60\xf4\x72\x43\x32\xb7\x14\xf4\x05\xf2\x0b\xcc\x76\x81\xfa\xdb\x49\x2d\x20\xc6\xf8\x7f\x0b\xd4\xdf\xc6\xff\x5b\x9f\xc0\x68\xef\x65\x0b\x18\x8d\x0d\xdd\x02\x46\x93\x3a\xbe\x05\x8c\x26\xd2\xb4\x05\x8c\x66\xdb\x73\x83\x0f\xdc\x2c\xc9\x37\xf8\xc0\x3d\xf4\x1c\x9c\x4d\x3d\x07\x67\x53\x77\x76\xa0\xd0\x81\x96\x80\xd1\xa2\x0e\xd7\xeb\xd0\x12\x30\x3a\xd2\x12\x30\x5a\x7d\x0a\x18\xbd\x68\x09\x18\xad\x5e\x18\x1f\x1f\xea\x0e\x8c\xef\xa8\xc5\xf8\x80\x85\xee\xc0\xf8\x0e\xf4\x02\xe3\x63\x36\x37\xe0\x6e\xc3\xe3\xdb\x80\xbb\x2d\xa8\x17\xa0\xc9\xc4\x06\x77\x00\x0e\x4c\x50\x6a\x07\xe0\xc0\x51\x14\x80\x26\x27\xb5\x80\x49\x27\xd1\x03\x2a\x9c\xf5\x1c\x50\x61\xd4\xee\x0e\x40\x85\x41\x27\x6e\xc0\xe4\x0a\x35\xed\x08\x54\xb8\x57\x5a\x40\x9a\x3b\xbc\xf8\x0a\x6f\x1a\x11\xf7\x1d\x19\x83\xe6\x21\x32\x86\xa9\x5e\xe0\x05\xa5\xb8\x01\x9a\xdb\x16\x3d\x78\x21\xfe\xbe\xa3\x60\xcb\x48\x37\xc1\x0b\x26\x6e\x27\xc1\x96\xe9\x33\xc1\x0b\x50\x98\x0d\x40\xdd\x48\xc4\xdc\x09\x08\x35\x99\x44\x1b\x80\xfa\x79\xd4\x02\x46\xcc\xb7\xb2\x7d\x7d\x39\x0f\xb9\x43\x3b\x01\x00\x46\xf1\x6d\xa0\xec\x07\xc5\xb7\x81\xb2\x1f\xa2\xd5\x3b\x01\x00\x26\xe4\xb7\x33\x00\x60\x54\xdd\x06\xe6\x7e\x50\x6e\x3b\x0b\xe0\xac\x3b\x01\x00\x63\x0c\x77\x06\x00\x4c\x3a\xd9\xce\xf0\x59\x91\x44\x86\x4f\x7d\x1d\x19\x3e\x1b\xf3\x00\x3c\xfe\xa0\xb2\x36\xf0\xf8\xc3\xea\x68\x03\x8f\x3f\x5d\x14\x5c\xd6\x67\x88\x17\xc6\x30\xc4\x0b\x63\x60\x25\xba\x0b\x7c\xe2\x6a\x6c\xa0\xf3\xc7\xe0\xa5\x00\xcb\xd6\x7b\x0d\x74\x5e\x89\x75\x1b\xe8\xfc\x91\xe4\x81\xce\x9f\xab\x3e\xe1\x13\xe7\x70\xfb\xca\x77\x5e\x9c\xbc\x0d\x74\xfe\x46\xdd\x09\xfe\x98\xad\xbf\x5d\x41\x07\xb3\xbe\xdc\x6e\xfa\xa7\xc2\x57\xbb\x0a\xe1\x4c\x9f\x15\x6c\xb2\x64\x5d\xc1\x11\xe7\xfb\x03\x95\xbc\x2b\xb0\xe5\xa2\x4e\x80\x11\x4b\x9c\x15\x36\xa5\x6c\x40\xea\x5f\x96\x43\xbb\x01\x4d\x26\x79\x67\x37\xa0\xc9\x40\x1c\x77\xa3\x4f\x62\x7c\xbb\x01\x85\x26\x1f\x76\x83\xe2\xbf\x78\x6e\xbb\x41\xef\x88\x02\xf4\xa4\x0a\x00\xc1\x3e\x52\x05\x4d\x90\x66\x7a\xe9\x82\x34\xf3\x39\x74\x41\x9a\xb9\xb3\x0b\xd2\x0c\x2f\x60\xb3\x1e\x72\x34\x37\xc9\xfe\x0f\xcb\xc4\xdd\x81\x34\xeb\x15\x24\x93\xf5\xc9\xea\x13\x50\xb1\xe4\x42\x26\xeb\x53\xd4\x27\x70\xe7\xaa\x3e\xe1\xb3\xea\x4e\xf8\xd4\xcb\x3a\xe0\x53\xaa\x9c\x4c\xd6\xa7\xeb\x3f\xf8\xd4\xeb\x49\x26\xeb\x33\x74\x27\x7c\x4a\xa1\x90\xc9\xfa\xb0\x78\xdf\x64\xb2\x3e\x93\x17\x92\x4c\xd6\x07\x9f\x6b\x03\x35\x78\x34\x2b\x40\x0d\x1e\x76\xbb\x37\x59\xae\x0f\x26\x6e\x93\xe5\xfa\xe8\x45\x06\x51\x16\x58\x34\x6e\x10\x65\xe1\x11\x05\xa0\xbb\x7a\x59\x05\xdd\x0d\xf4\x49\x06\x6c\xc0\xe0\x6d\x10\x65\x21\x33\xbe\x09\x54\x58\xd2\x25\x3b\x36\xe8\x03\x27\x1f\x36\xe0\x08\x6c\x20\xb8\x81\x45\xe3\x5e\x02\x38\x43\x01\x68\x83\x92\x0a\x37\x38\xb1\x20\x29\x91\x39\x1b\x24\x25\x70\x62\x0a\x35\x6d\x70\x62\x41\xe6\x0f\x9c\x58\x60\x09\xb9\xc1\x89\x05\x99\xbf\xc5\x68\x59\xbc\xef\xc5\x68\xc9\xe5\xde\x8b\xd1\xe2\x6f\xee\x0d\x9f\x92\x20\x30\x8b\x20\xb5\x0b\xcc\x42\x01\xa4\x2d\xa8\xb0\xde\x48\x60\x16\x91\xbd\x95\x0f\x5b\xea\x2d\xc6\x47\xbe\x6f\xd4\xfb\x49\xbe\x6f\x64\x9d\xb1\x05\x23\x4e\xea\x45\x90\x66\xc6\x2e\x18\x31\xf9\xc5\x9b\xcc\xe0\xc8\xaa\x63\x0b\x38\x0c\xac\x7e\x03\x97\x88\x7a\x77\x41\xa9\x45\xbd\xad\x02\x15\xb3\xde\xdb\x02\x15\x6b\x1e\xc8\x13\x8e\x32\x7f\xe4\x09\x47\xe9\x02\xf2\x84\x15\x6a\xda\xc0\x2c\x22\xc1\x90\x7d\x90\x04\x41\xbe\x7d\x90\xc4\xd2\x7f\x48\x82\xf5\xde\x06\x82\xa1\x90\xd1\x26\xdb\x38\x1e\x3d\x07\x9f\x57\x77\xc2\x27\x50\xb4\x0d\x20\x43\x29\x7f\x9b\x4c\xe4\x78\xc5\x8b\xc0\xcf\x48\x97\x4c\xe4\xf4\x88\x6b\x90\xca\x72\x27\x40\x5d\x24\x82\x21\x5b\x30\x69\x49\x5e\x30\x69\x99\x38\x90\x15\x89\xdc\x8c\x0d\xb2\x22\x49\x09\x83\xc9\x4b\x32\x78\x00\xef\x92\x74\x88\xe0\xd5\x9a\x07\xc1\xab\x6b\xfd\x91\x4a\x16\xf2\xba\x8a\xc0\xa6\xc5\xc7\x08\x58\x23\x69\xc2\xae\x40\xd3\x62\x93\xe1\xe1\xa1\x18\x60\x8d\x04\x4e\xc5\x00\x6b\x24\xe2\x2b\x06\x58\x23\xe1\xbd\x98\x7b\x98\x2b\xe1\x45\xda\x03\x14\x9a\xad\x1c\x13\x80\x7b\xe8\x4e\x86\xc7\x67\x64\x0f\xc3\x43\xf5\xd8\x03\x9f\x2c\xf0\x4c\xe0\x6e\xa6\xdd\x82\xa0\xd7\xf4\x12\x04\xbd\x86\x1e\x15\x28\x12\xf6\xd5\x40\x12\x2a\xdb\xd1\x04\xf5\x26\x22\x66\x20\x09\x33\xcb\x36\x03\x1c\x92\x99\x4c\xa3\x92\x44\x46\xe9\x1b\x95\x24\x94\xc3\x68\x80\xbb\x33\x1f\x8e\x01\x23\xc9\x4c\x9f\x81\x24\xcc\x58\x4d\x03\x49\x98\xb3\xfa\x84\x5e\x56\x9f\x40\x8c\x8b\xfe\x03\x62\x8c\x79\x30\x01\xb8\x99\x23\x13\x80\x9b\x39\xb2\x04\x9f\x2c\xb8\x4c\x70\x6e\x72\x6c\x0d\x30\x4a\xc6\xdc\x1a\x68\xc1\xcc\x06\x9b\x09\xea\xcd\xf2\xcb\x04\xf5\xd6\xac\x08\xea\x8d\x87\x69\x82\x7a\x13\x99\x34\x41\xbd\x51\x6e\x26\xa8\x37\xa6\xd8\x04\xf5\x36\xb5\x90\x8b\xe6\x41\x50\x6f\x7c\x4a\x13\xd4\x9b\x7c\x74\x13\xd4\x9b\x08\xa3\x81\x16\x2c\x8f\xe8\x2d\x5a\x8c\x16\xb4\x60\x89\x6a\x09\x50\xcd\x73\x45\x80\x6a\xb5\x9c\xb3\x42\x0a\x9e\x51\x61\xa3\x60\x1e\x0c\x08\x4d\x61\xc9\x6a\x40\x68\x14\x86\x32\x20\x34\x85\x0c\x0f\x2b\x02\x4d\x33\x7f\x05\x5e\xa6\x28\xc0\xcb\x56\x9f\xf0\xc2\xfa\xc4\x80\x88\x17\xbd\x67\x40\xc4\x0b\x01\x40\xab\x70\xc6\x6a\xc5\x04\x11\x27\xc7\xd6\x40\x20\x2a\x51\xd1\x80\xec\x14\x02\x80\x06\x64\xa7\xe2\xa2\x18\x90\x9d\xca\xfe\x82\x01\xd9\xa9\xf8\xda\x56\x81\x34\x63\x52\x0d\x00\x4f\xd5\xbb\x0b\x80\xa7\xb2\x6a\x34\x70\x8c\x55\x6f\xa4\x07\x66\x56\x65\x0d\x69\x00\x78\xaa\xde\x41\x00\x3c\x0a\x0b\x19\xee\x52\x65\x81\x6e\xb8\x4b\x95\x7c\x2b\xeb\x02\x69\x33\x22\xdc\xa5\x8a\xef\x6b\xb8\x4b\x95\xd8\xb5\xe1\x2e\x55\xdc\x3a\xc3\x5d\xaa\x44\xab\x0d\xb7\xa7\xe2\xac\x19\x6e\x4f\xc3\x59\x33\xdc\x9e\xa6\x77\x02\xb7\xa7\xb1\x73\x65\xb8\x3d\x0a\xa9\x18\x6e\x4f\xc3\xfc\x19\x6e\x4f\x63\x35\x6d\xb8\x3d\x4a\x2a\x34\xdc\x9e\x46\x28\xcd\x70\x7b\x9a\xbe\x46\xdc\x9e\x56\x75\xa7\x80\xd8\xc8\x05\xb7\xa7\xb1\x26\x30\x9c\x99\xc6\x3a\xd8\x80\xc7\xb7\xfd\xa3\x8c\x0b\xa3\x44\x49\xc3\x36\x19\x28\xa0\x86\x8d\x31\x7c\xa0\x0e\xba\xcd\xf0\x81\x94\xf1\x67\xf8\x40\x9d\x5a\x5e\x86\x0f\xd4\x49\x35\x33\x7c\xa0\xce\xb6\x92\x81\xb1\x57\x8e\x9f\x81\xb1\xef\x49\x14\x80\x03\xeb\x95\x00\x63\xdf\xd9\xde\x33\x30\xf6\x1d\xe4\x8d\x81\xb1\xef\x98\x0e\x03\x32\xda\xb1\xf5\x86\x5f\xa5\x6c\x40\xc3\x77\xea\x5d\xbd\x40\x4f\xea\x05\x3f\xa7\xeb\xa3\xc2\xcf\xe9\x12\x19\x7e\x4e\xd7\xeb\x82\x9f\xd3\x97\xee\x14\x4c\x1a\x0a\x5b\x30\x69\x5e\x82\x2d\x98\x34\x12\xdc\x82\x49\x33\x5a\xa0\xa6\x1d\x4f\xca\x80\x9a\xf6\xab\x3b\x81\x03\x4b\xe9\x03\x35\x1d\x92\x35\xfe\xd1\xd0\x07\x07\x9c\x74\xe8\xa3\x02\x4e\x3a\x64\x1e\x40\x47\x0d\xbd\x66\xc0\x49\x07\xa1\x03\x33\x81\x9f\xa1\x67\x02\x3f\xc3\x35\x3e\xd0\x90\xac\xf1\x81\x06\x9e\x94\x19\x50\x61\xbd\x66\xc0\x50\x87\xd4\x12\xfe\xd1\x90\x74\xf1\x8f\x06\x9e\xbe\xe1\x1f\x8d\x01\x2f\xf8\x47\x43\x92\x3f\x02\x38\x33\xef\x07\xa0\xb2\x3e\x62\xfc\xa3\x21\xa5\x8f\x7f\x34\x96\xfe\x63\x0c\x4b\xcf\x31\x06\xcd\x03\xfe\x91\xd2\xfa\x0c\xff\x48\x69\x7d\x86\x7f\xa4\xb4\x3e\xc3\x3f\x1a\x52\x75\xf8\x47\x43\x6f\x39\xfe\xd1\x24\x2e\x6a\xf8\x47\x13\xff\xd6\xae\xa0\xd0\x8c\xe1\x0a\x0a\xcd\xdc\xe2\x3b\x4d\x16\xa9\x86\xef\x34\x65\x02\xf0\x9d\xa6\xde\xeb\x2b\x98\xb4\xfe\x03\x70\x4c\xe8\xce\xf0\x9d\xa6\x0c\xec\x15\x4c\x5a\x7c\xfa\xf8\x66\xd3\x7f\x3e\x86\x89\x11\x3d\x38\x41\x13\xb7\xe7\x80\x4a\x9d\x38\x33\x87\x4a\x35\x93\x70\xe0\xc1\xd1\x99\xc8\xfa\x50\xec\x60\x62\x44\x0f\xc5\x0e\xe6\xd2\x73\xd0\xdb\xba\xd3\x68\xf9\xac\x1c\x9c\x99\x49\xa0\xf2\xe0\xcc\x4c\xe2\xd3\x87\x9a\x36\x13\x03\x7b\xa8\x69\x33\x09\x16\x1c\x1c\x9d\xc9\x6e\xd1\xa1\xd4\xd6\x42\x99\x9e\x00\xdc\x99\x37\xf9\x50\xef\x66\x61\x2c\x0e\xf5\x6e\x56\x54\x9f\x00\x95\xa3\x7a\x01\xa8\x4c\x75\xb9\x43\xe1\x85\xc5\x0a\xe1\x50\x78\x61\xb1\x36\x3b\x01\x94\x2f\x41\xb0\x03\x06\x77\x11\x04\x3b\xb8\x59\x8b\x79\x38\xb8\x59\x0b\xc9\x1f\xdc\xac\xd5\xf4\x1f\x68\x64\xf4\xcb\xc1\xb1\x5a\x9a\x07\x1c\xab\xc5\x5b\x7e\x70\x9e\x16\x6f\xf2\xc1\x79\x5a\xb8\x2f\x07\xe7\x69\xad\x1f\xd5\xb8\x38\xf8\x55\x4b\xd3\x40\xd5\xaf\x45\x24\xed\x00\x00\x5e\x54\xbc\x38\x00\x80\x17\xdb\x4a\x87\xea\x0d\x0b\x5f\xf4\xe0\x8f\x2d\xd3\x9d\x08\x9e\x28\xdb\xc1\x1f\x53\x0e\xe3\xc1\x1f\x5b\x47\xbd\x30\xbc\xa3\x5e\x18\x1e\xcb\x93\x83\xaf\xb6\x59\x4c\x1f\x2a\x3b\xa8\xac\xe6\x49\x02\x3f\x1f\x5a\x02\x3f\x23\xc0\x2c\xf0\xb3\x5a\x02\x3f\x43\x0f\x3f\x6e\xe3\x49\x1d\xfc\xb8\x9d\x2b\x2d\x00\xce\x6c\x13\x1c\x7c\x35\x65\x2d\x1e\xca\xf2\x6c\x56\x08\x87\xb2\x3c\x1b\x25\x75\xb2\xc0\xcf\xea\x65\xd1\xd2\x7f\x8c\x61\xa8\x17\xc6\x30\xc4\x0b\x63\x98\x8c\x16\xaf\x6e\x6b\x1e\xf0\xea\x54\x48\xf3\xe0\xd5\x6d\xd3\x9d\xf0\x49\x44\xf3\x50\x11\x42\xf1\xe2\x23\x08\x35\x6a\xe9\x08\x26\x8d\x07\x76\xf0\xf1\x36\x6a\xe9\xe0\xe3\x29\x5e\x7c\xf0\xe3\xec\xd1\x7f\x97\x16\x52\xa2\xd4\x8f\xa1\xb2\x8e\xe0\xd5\x98\xdb\x23\x08\x35\x30\x84\x83\x3f\x66\x59\xcf\x01\x5b\xc6\xaf\x3a\x15\xd8\x32\xa1\x8a\x23\xb0\x35\x5e\xd6\x11\xd8\x1a\x3f\xf5\xe0\xab\x59\xd3\x7f\xf0\x22\xc9\x0b\x88\x4d\x14\xff\x08\x88\xcd\x4e\xf8\x69\x40\x9a\x31\x0f\xa7\x01\x69\x26\xfc\x71\x04\xbd\x1e\xfa\x4f\x60\x6b\x64\xdd\x04\xb6\x86\xba\x60\xd9\xf8\xbe\xa7\x09\x6c\xcd\xd8\x9b\xc0\xd6\xa2\x2e\xb0\x35\xcf\x51\xa0\xc8\x08\xc8\x1d\x0a\x14\xa9\x20\xe6\xc1\xe3\x33\xcc\xc3\x11\xd4\x5b\x2a\x4b\x50\x6f\xcd\x03\x01\xb2\x83\x41\x38\xc0\xb9\x4f\x50\x9f\xc0\x9d\xa3\xfe\x03\xc4\x4c\xb4\xf3\xe0\x29\x2a\x96\x7c\xf0\x14\x8f\xde\x79\xbc\xc1\x83\xe9\x38\x78\x7c\x07\xe3\x7b\x86\x40\xd3\x48\x10\x8f\x4f\x31\xe1\x23\x38\xb7\x64\x2d\x38\x37\x41\xb7\x43\xa0\xeb\x48\xb1\x13\xe8\x3a\x84\x7e\x8e\xa0\xde\xac\x36\x0f\x81\xae\x43\xb0\xe7\x50\x56\x49\xa5\x2c\x0f\x4e\xde\x61\x3d\x74\x80\x7a\x5f\xa9\x64\x4a\x27\x5d\x5c\x8d\x43\xc5\x3a\xa5\x1f\x1e\x1c\x39\xc5\x68\x0f\x75\xe8\x2e\x3e\xec\xc1\x91\xbb\x52\xb4\x38\x72\x97\xed\xbd\x83\x23\xa7\x84\xc3\x83\x23\x77\x59\x43\x1e\x1c\xb9\xab\xb7\x80\x40\xd7\x35\x3d\x07\x48\x1b\x78\xfc\xc1\xc9\x53\x72\xe0\x21\xd0\x75\xa5\xc1\x48\xbd\x54\x02\xe0\x21\xf7\x5f\x41\xd3\x03\xb0\xc9\xab\x34\x7e\x5f\x25\x03\x12\x50\x94\xf4\xb8\xff\xb7\x15\x17\x3d\xe0\xa1\x94\x73\x77\xb6\x00\xd5\x08\x62\x03\x8c\x9e\xfa\x4f\x80\x6a\x3d\x07\x30\x9a\x3a\xcb\x87\xdc\xce\x47\x6a\x9e\xdc\xce\x87\xed\xa8\x03\xb8\x40\x05\x1c\x8f\x09\x7a\xad\xff\xa0\xc0\x42\xed\x00\x04\x7d\xae\xfe\x03\xce\xad\xc9\x24\x43\x34\xe8\xf5\x04\x78\xa0\x52\x8f\x07\x90\x68\x88\x28\x0d\xb2\x47\x95\x82\x77\x0c\x30\x32\xcb\xd9\x73\x04\xa8\xe6\xf5\x3c\x02\x54\xc3\x35\xf0\x85\x20\xf5\x02\x44\x21\x10\x2f\x3e\x64\x96\x2a\xbe\x79\xc8\x1e\x0d\xfa\xdc\x8f\x80\xd1\xbc\x90\x57\x00\x67\xee\x04\xa9\x15\x24\x89\x0b\x0c\xdc\xf4\x1f\x40\x6c\x29\xda\x2b\xf0\x33\x53\x7b\x05\x7e\x86\x33\xc0\x0c\x51\x7e\x07\xd9\xa3\x8a\x4c\x1e\xb2\x47\x15\x99\x3c\x80\x19\xa2\x3e\x5b\xc0\x0c\x91\xc4\xfc\x03\xd4\x54\x51\xcb\x03\xd4\x54\x51\xcb\x03\xd0\x21\x12\x7c\x39\x00\x1d\x22\x1f\xf8\x05\xe8\xa0\x92\x8d\xf7\x11\xdc\xb9\xd1\x02\x7e\xcc\x32\xf8\x02\x74\x88\x45\xff\x01\x3f\x26\x1a\x7f\x01\x3a\x44\xe4\x79\x01\x3a\x44\x4c\xdc\x05\xe8\x10\x09\x7b\x5d\xb0\x67\x91\x2d\xa0\x0b\xb4\x41\x51\xcb\x1b\x04\x3f\x3e\xb4\xa0\x8e\x3f\x7d\x81\x36\x44\x4c\xdc\x05\x09\x1a\x4d\xcf\x41\x1d\xc9\x5f\xa0\x0d\xd1\xd4\x0b\xd4\x81\xee\x5e\x50\xa2\x11\xf5\x72\x41\x89\xaa\x80\xe3\x0d\x48\x89\x20\xc3\x05\x33\x9a\x08\xb7\x5c\x30\xa3\x09\x07\xe2\x82\x19\x4d\x98\xb8\x0b\x66\x34\x05\xdd\xe9\x7c\x2a\x86\x79\x81\x52\x28\x86\x79\x81\x52\xa4\x24\x0a\xc0\x8f\x59\x01\x5d\x8a\x0f\x24\x82\x0c\x37\x02\x85\x66\x05\x74\xdd\x57\xdb\x09\x57\xe3\x82\x3c\x4d\xe4\xa5\x5c\x0a\x13\x24\xcd\x03\x80\x0c\x85\x2d\x2f\x80\x8c\x44\x64\xf9\x82\xd0\x4b\xac\x9c\x6e\x82\xcf\xae\x16\x7c\xf2\x05\x5c\xc0\x1a\x89\xbc\x94\x0b\x58\x23\xe1\xb1\x5f\x40\x17\x0a\x31\x5e\x90\x76\x89\xef\xfd\x66\xa0\xd7\x57\x77\x0a\x18\xad\xff\x04\x7e\x46\x2e\x00\x32\x32\x61\x9a\x0b\x42\x36\x4b\x9e\x20\x64\x33\x81\x8b\x0b\xea\x22\x63\xc6\x6e\x01\x39\x8c\xaf\x7d\x0b\xc8\xe1\xa4\xff\x40\x0e\xb3\xca\xb9\x20\x32\x72\x56\x9f\x20\x87\xf5\x26\x53\x5c\x21\x4b\xd6\xe0\xfc\x14\x54\xbc\x20\x32\x32\xfa\xf3\x82\xc8\xc8\xb8\x13\x97\x52\x0b\xb9\x9d\x1f\xa8\xe4\x5b\x01\x3f\x13\x61\xbc\x95\x21\x90\xfb\x78\x81\x6e\xe4\xa1\xff\x60\x93\x28\xf0\x05\xba\x91\x35\x0d\x40\x37\x54\x06\xf2\x52\xa1\x21\x13\x3f\xba\x00\x32\x32\xbe\xc5\x05\x74\x91\x51\x44\x17\x7c\x60\xde\xba\x53\x10\x6a\x28\x00\xc8\x50\x71\xc7\x0b\x20\x23\x13\x5b\xba\x80\x2e\x32\x6a\xe9\x02\xba\xc8\x78\x1a\x17\xd0\x45\x61\xd1\x7f\xbb\x00\xd5\x50\x00\x74\x51\x82\x5a\x02\x54\x33\x0d\x54\x68\x28\xa8\xb3\x0b\x20\x43\x91\xc9\x0b\x20\xa3\x24\xfd\x07\xf8\x99\xa5\xd2\xa5\x7a\x43\xd1\xc7\x01\x58\xa3\xa0\xd8\x2f\x60\x8d\x42\x21\xee\x0b\xae\xb0\x14\xf5\x09\xc0\x99\x98\xd4\x1d\xf0\xd9\xf8\x6c\xa9\xec\x50\xf0\x49\x2e\x08\xc4\x02\x7a\xef\x02\xe4\x50\x2a\xdd\x05\xc8\xa1\x82\x91\x17\x20\x47\x61\x01\x7b\x41\x20\xaa\x60\xe4\xa5\xea\x43\xc1\x6c\x5e\x40\x1e\x65\xc1\x19\xe8\xc4\xb2\xf4\x1c\x00\x6e\x13\x67\x02\x62\x33\xf6\x21\x20\x36\x9c\x51\x11\x42\xf1\xcd\x2b\xe8\x35\x3e\xc2\x15\xf4\x5a\x1f\x8e\xa0\xd7\xac\x5d\x2e\xa0\x92\x8a\xa1\xbc\x54\x8b\xa8\x44\xf5\xae\x60\xd9\x49\xff\x01\xaf\x96\x9a\x9f\x00\xa3\x8b\xfa\x74\x79\x56\xfc\x9c\x2b\x90\x76\x57\x2f\xce\x67\x95\xcc\x00\xa3\x54\xbc\xe4\x2b\x00\xb7\xde\x56\xea\x4a\x28\x45\xed\x52\x57\x42\xf1\xcd\xbb\x04\xb6\x46\x4a\x0b\x3e\x59\x35\xde\x25\xb0\x35\x63\x07\xb6\x52\xf1\x96\x2e\xb0\x95\x7a\xd5\x0b\xa0\x62\xd6\x7b\x77\x01\x2a\x96\xba\xc6\xaf\x6a\x52\xd7\xf8\x55\x0d\x2f\xf9\xe2\x57\x35\x29\x68\x9c\xa7\xc6\x4e\xff\xdd\xc0\xb2\x25\x09\xc0\x2f\x4d\x6f\x16\x0e\x52\xab\xba\x13\x80\x33\xa1\xa6\x0b\x32\xb3\x49\x4a\x20\x33\x9b\xcc\xdf\x86\x17\x29\x5a\x83\x17\x19\x43\xea\x66\x34\x7d\xfd\xd4\xcd\x68\x7a\xeb\x80\xd7\x34\xc2\x81\x17\xe7\xa9\x91\x1f\x74\x71\x9e\xda\x56\x2f\x70\x66\x7a\x0e\xce\x4c\xf4\xe0\x4c\x0a\x1a\xe7\xa9\xc9\xc4\xe1\x3c\x35\x7d\xe1\x38\x4f\x8d\xbd\x87\x8b\xf3\xa4\x10\xea\xc5\x79\xea\x41\xff\x25\x5a\xf4\x09\x64\xa7\x4b\x41\xe3\x58\x29\xbc\x7a\xc1\x7e\x76\xbd\x83\xc0\x79\xba\x64\x8d\xd3\xd5\xa5\xae\x81\xf3\x28\xd8\x7a\x81\xf3\x74\x7d\xfd\x38\x64\x5d\x6f\x2b\x0e\x59\xc7\xe5\xbb\xc0\x79\xbc\xb2\xe5\xf7\x55\x32\x48\x1f\x15\xbd\xbc\x20\x7d\x14\xbf\xbd\x20\x7d\x3a\x79\x9f\x17\x1f\xaf\xcb\xbe\xe2\xc7\x75\x29\x14\xfc\xb8\x4e\x8e\xdf\xc5\x8f\xeb\xb2\x0e\xf8\x6a\x5d\xca\x1b\x5f\xad\x0f\xf5\x22\xb0\x35\x62\xb9\x02\x5b\xab\x17\x78\xf1\xe5\x50\xe0\xf4\x93\xdd\x7d\x43\x2f\x3c\x8f\x80\xd8\x6a\x31\x0d\xa6\x3b\x11\xa7\x2b\x8d\xf0\x3c\x88\xf3\xea\x4e\xa0\xc9\x8f\xfe\x03\x26\xfd\xe8\x39\x60\xd2\x1e\xb1\x0d\x0f\xfe\x18\x11\xdb\xf0\x50\x0b\x60\x78\x14\x31\x3c\x80\x4b\x47\xa4\x4f\xbc\xb3\xe1\xb6\x37\x3c\x78\x67\xc3\x3d\xcc\xf0\xe0\x9d\x8d\x04\x05\xfc\xaa\x51\xa0\x10\x04\xc4\xd6\x9d\x3e\x5a\x22\xb6\xe1\x89\xc0\x9d\x5d\xd9\x84\x07\x9f\x6b\x74\xb5\xa0\xee\x86\x32\x3c\xf8\x5c\x14\xa1\x0c\x0f\x3e\x17\x11\xdb\xf0\xe0\x73\x11\xa3\x0d\x0f\x3e\xd7\x98\xf0\x82\xcf\x35\x26\x23\xa2\x82\xc1\x58\x70\x46\x31\xa8\xb1\x18\x3b\xfe\xd8\xd8\xa2\xce\x18\x3c\x88\x12\x1e\xfc\xb1\x61\x48\x02\x7f\x6c\x18\xd4\x93\x20\xdb\xd0\xc3\x1f\x1b\x17\x0a\xf8\x63\xe3\xd2\x27\xfe\x18\xe5\x2a\xc3\x93\x04\xd9\x9e\xb4\x04\xd9\x86\xcf\x24\xc8\xb6\xee\x14\x64\x5b\x7d\x02\xd9\xd6\x3c\x00\xb3\x9d\x09\xb9\xe0\xb9\xcd\xc2\xbc\x03\xa5\x9d\x05\xae\x81\xd2\xce\xaa\x5e\x2e\x2d\xc6\x4e\xdd\x85\x59\xa1\x0e\xcc\x76\x56\xb8\xa6\xb6\xc9\xec\xcc\x03\xb5\x4d\x66\x87\x33\xfc\xbf\xd9\x19\x3b\x3e\xde\x1c\x50\xc0\xc7\x9b\x03\x0a\x80\x6e\xe7\x84\x4f\x40\xb7\x53\x73\x84\x1f\x37\x17\x5c\xe3\xc7\xcd\x05\x05\xfc\xb8\xb9\x90\x35\x7e\xdc\x74\xd3\x11\x1e\xfc\x38\xe2\xbe\xe1\xa1\x96\xc3\x34\xb8\xa6\x48\xd6\x3c\x8c\x1d\x1f\x6f\x1e\x64\x86\x8f\x37\x2f\x14\xf0\xf1\xe6\x85\x17\x9c\x35\x4a\x67\x06\x4e\x1f\xda\x4b\xdf\x0a\xee\xd9\x72\xe5\x16\x1e\xdc\xb3\x25\xc9\xe3\x9e\xad\x04\x75\x0a\x68\xad\xcc\xdc\x82\xac\x5d\x59\xff\x01\xee\x2e\xbc\x59\x38\x72\x4b\x5f\x07\xc8\xda\x55\xe1\x05\x47\x6e\x35\xa8\xe3\xc8\x2d\xcd\x03\x8e\xdc\xea\x50\x6f\x02\x8c\x33\x3e\x9c\xb5\x35\xe1\x13\xa7\x6b\x4d\xa8\xe3\x74\xad\x45\x2f\x38\x5d\x4b\x5f\x00\x4e\xd7\x5a\xbc\x05\x38\x5d\x6b\xab\x17\xc6\x27\x4d\x84\xd3\xb5\xa4\x89\x06\xf4\x0e\x63\xc0\xe9\x5a\xe7\x07\x35\x2e\x02\xc7\x29\xed\x75\x19\x02\x3e\xd7\xd2\x34\xe0\x57\x6d\x29\x30\x7c\x27\xe2\xb0\xe1\xa1\x9a\xd6\x4e\x0c\x81\x6a\x5a\x3b\x23\x4e\xfc\x2a\x8e\x45\x0a\x0f\x7e\xd5\xd6\x07\x80\x5f\xb5\x0b\xaf\x12\x7e\x15\x05\x2a\xc3\x83\x5f\xb5\x9b\x5a\x40\xbd\x1b\xd4\xf1\xab\x38\x08\x29\x3c\xf8\x55\xbb\x21\x24\xfc\xaa\x2d\x25\x05\x90\x77\x0f\xf8\xa4\x5a\x04\xb9\xc0\xe1\xc1\xe7\xda\x53\xd4\x85\x56\x87\xeb\x29\xb4\xba\xf8\x64\x7c\x5b\xd4\x19\xdf\x46\x2e\xf8\x63\xdb\xa0\x87\xcf\x45\xfc\x36\x3c\xf8\x5c\xfb\xf0\xdc\x12\x5c\x9d\x57\x02\x9f\x6b\x4b\xd6\x4b\x70\x75\xf8\x5c\x82\xab\xab\x05\x48\x5b\x4a\x1f\x18\xb1\xe9\x25\xc7\x1f\xb3\xc4\x88\xf0\xc7\x2c\xeb\x3f\x40\xda\x05\x7a\xf8\x5c\x1c\x4c\x14\x9e\x0d\x48\xbb\xc1\x27\x05\x7c\x88\xca\x86\x07\x7f\xcc\x24\x4f\xfc\x31\xeb\xba\x13\x00\x77\xd7\x9d\x00\xb8\x3b\x9c\x11\xcc\xb2\x2e\x7a\x8c\x61\xe8\x3f\xc6\xa0\x97\x7c\x0b\x68\x0e\x9f\xf8\x63\x26\xe9\xe2\x8f\xd9\xe6\xd5\x25\x98\x45\x29\xcb\xf0\x10\xcc\x22\xc3\x37\x3c\x04\xb3\x8e\x94\x37\xfe\xd8\x91\x62\xc0\x1f\x3b\x52\xd0\xf8\x63\xc4\x53\xc3\x83\x3f\x46\x49\xca\xf0\xe0\x8f\x9d\xcc\xf8\xf0\xc7\x8e\x24\x88\xcf\x75\xa4\x26\xf0\xb9\x4e\x61\x0c\xf8\x5c\xa7\xf1\xbe\xe0\x73\x1d\xa9\x5d\xfc\xaa\x23\xb5\x7b\x04\xfc\x56\x9f\xd0\x5b\xea\x13\x7a\x7a\x97\x70\x82\xce\x86\x4f\x9c\xa0\x23\x07\x02\x27\xe8\x5c\xde\x56\x02\x5d\xf7\x81\xc2\x15\xf0\x9b\xef\x41\x50\xe8\xc0\xf8\x04\x85\x8e\x48\x17\x07\xe9\x26\xe4\x49\xa0\xeb\x26\xd1\x03\x26\x2d\x49\x10\xa2\xba\x55\x7d\x02\xc4\xae\x4e\x9d\xe3\xcc\x36\xe9\xb1\x81\xe3\xcc\xf6\x65\xde\x39\xce\x6c\x5f\xdf\x31\x09\x01\x97\xe8\xf2\xfd\x05\x5c\xa2\xeb\x6e\x56\xe0\x38\xb3\x4d\xc4\x36\x04\xdc\x9e\xcb\x17\x17\x70\x7b\xee\x52\x9f\xf0\xc2\x3b\x11\xa8\xc5\x71\x91\x52\xc0\x25\xba\x98\x9c\x80\x4b\x74\x0d\x0a\x41\xa0\x70\xfd\x87\x24\xbc\x04\x59\xe0\xf8\x34\x23\xad\x36\x04\x81\x9f\x1f\xe8\x09\xfc\x1c\x18\x83\xc0\xcf\x41\x7d\x02\xb6\x4e\xf0\x09\x18\x8c\x02\x9c\x81\x63\xd7\x8c\x84\xd8\x10\x22\x98\x66\xbe\xb8\x10\x01\x62\x63\x56\x42\x04\x88\x5d\x7f\x00\xa8\x0e\x21\x0a\xa3\x5d\x79\x0c\x08\x35\xde\x59\x88\x0c\x81\x8f\x31\x44\xe1\xb7\x11\x4b\x64\x08\x9a\x06\x90\x68\xe4\xd1\x06\x4e\x79\xb3\x07\xdb\xc4\x29\x6f\x46\x9c\x39\x70\xca\x9b\x3d\x58\xf7\x10\x19\xde\x46\x64\x82\x6c\xe3\x8f\x05\x41\xb6\x4d\xff\xc1\x27\x16\x27\x24\xf8\xbc\x70\x9d\xe0\xf3\xc2\xe7\x27\xb8\x1b\x3e\x3f\xc1\xdd\xf0\x99\x80\x65\x3f\xf0\x22\x70\xb7\xef\xa7\x87\x20\x70\x77\x10\x3d\x60\xd2\x28\xbe\x00\xba\x2d\xf0\x5a\x87\x0c\x4c\x1a\x9f\x8b\x33\xe6\x8c\x03\x86\x02\x67\xcc\x59\xa8\xba\x13\x98\x34\x7e\x55\x70\xbf\xca\x02\x9e\x70\x10\x7c\x1c\xbf\x2a\x08\x3e\x2e\xe9\x82\x98\x0b\xf8\xbe\x9c\x4d\x67\x81\xcf\x3d\x08\x5a\x3e\x44\x41\x00\x6e\xfa\x14\x60\x7c\xf3\x9c\x00\xe3\x92\xa7\x00\xe3\x18\x92\x20\xc0\x38\x1e\x11\xa7\xd1\x59\x90\xcc\x40\xcc\x71\x50\x50\x08\x20\xe6\x28\xb9\x19\x02\x60\xf2\x18\x44\x01\xc0\xb1\x24\x08\x62\x2e\xa2\x0a\x38\x8d\xce\x88\x4f\x87\x00\x60\x9c\xc8\x72\x08\x00\xc6\x63\x86\x9e\x40\xe1\x85\x3e\x2b\xe0\x67\x4c\x78\x10\x28\x1c\x23\x13\x04\x0a\xd7\x4b\x2e\x50\x38\xbe\x53\x10\xb8\xbb\x23\x25\x81\xbb\x07\xd4\xc1\xc1\x45\xbd\x91\x0d\x7a\x53\x2d\x80\xdf\x78\x4b\x41\xc0\x6f\xa9\x89\x26\x20\x36\x63\x6f\x02\x62\xc3\xa7\x40\xe1\x06\x2f\x02\x85\x63\x98\x83\x40\xe1\x52\x0c\x02\x85\x63\x64\x82\x40\xe1\xac\x17\x38\x19\xcf\x92\x64\x0d\x0a\x2f\x3d\xbc\x83\xa0\xf0\x92\xe4\x09\x0a\x2f\x45\xde\x79\x50\x78\x29\xc3\x19\x28\xbc\x94\xd5\x0b\x20\x66\x49\x17\x14\x5e\x2a\xa2\x07\x88\xb9\x88\x17\x1f\x43\xd2\xbb\x0b\x98\x3c\x75\xd1\x3b\xb4\xf8\x52\xbb\x00\xdc\x8c\x16\x84\x5e\x92\xda\x1d\x8c\x41\x8a\x76\x30\x06\x1c\x9d\x00\x7a\x2f\xe1\x6f\x72\x66\x9f\x25\x49\x17\x10\x7a\xda\x70\x36\x18\x83\xde\x4f\x90\x7d\x49\x6a\x57\x00\x75\x49\x57\x00\x75\xe9\x02\x90\x7d\xe9\xc0\xe7\x10\x48\x9b\x31\x0c\x81\xb4\x99\xb1\x21\x90\x36\x12\x04\xf5\x97\x1f\x71\xed\xe3\xcb\x52\xc9\x13\x60\x74\x80\x4f\x10\x81\xa4\xb9\x86\x30\x01\x46\x4b\xf2\x13\xf4\xb3\x24\x0f\x22\x30\x4b\x33\x80\x08\xcc\x05\x3e\x41\x04\xfe\xb0\x38\x67\x08\x80\x05\xb3\xf4\xfa\x64\x08\x2c\xd4\xc2\x64\x08\x4d\xc4\x19\x82\x26\x65\x32\x84\x01\x2b\x40\x07\xc9\x4f\x0d\x01\x34\x3e\x25\x37\x43\x58\xf4\x89\x47\x14\x16\x7d\xca\xfa\x2d\xfa\xdc\x7c\x1c\xe0\xf6\xb3\xd1\xda\x60\xc9\x0f\xd4\x37\x58\x72\xbd\xd6\x60\xfa\x39\x28\x28\x70\xe8\xa1\x65\xa9\xe4\x0d\x14\xfa\x81\xc2\x06\x6c\x2d\x25\x0c\xde\xbf\x48\xf0\xe0\xfd\x89\x1e\x87\xb0\x01\x1c\x4b\xf0\x1b\x08\x75\x64\x0c\x1b\xb8\xb3\xd4\xcb\x06\xee\x9c\x69\x51\x0b\x80\x08\x71\xe0\x78\x44\x2b\xb2\x9a\xd4\x02\x28\x92\x2e\xb5\x00\x88\x1e\x07\x8e\x47\xb4\x22\x59\x1b\x7c\xca\x27\x31\xf8\x94\xe4\x4d\xb0\x6c\xe4\x42\x9d\x80\x32\xf4\x1f\x7c\x6a\x1e\x4c\xb0\x6c\x46\x4b\x9d\x80\x22\x95\x6c\x40\xa8\xf5\xca\x1b\x10\x6a\x29\x14\x6a\x08\x90\x39\x1b\x02\x35\x04\xca\xe1\xa3\xa2\x86\x00\x99\xb3\x21\x50\x43\xa0\xe0\xb9\x05\x6a\x08\x54\x3c\xb7\x40\x0d\x81\x8a\xaf\xc6\xe9\x8c\x56\xa3\xfa\x04\x26\x2d\x4f\xe3\x00\x93\x4e\xba\x13\x10\x33\x8b\xdb\x40\x45\x81\xaa\x57\xfe\x00\x62\xc6\x87\xe5\x1c\x47\x23\xb2\x1c\xc2\x15\x84\x9a\x3e\xaf\x20\xd4\xcc\x2d\xd5\x06\x38\xd0\x28\x70\xc6\xa3\xd5\xca\xc7\x78\x05\xa8\xd6\x7f\x00\x95\xa5\xbc\x29\x0d\x40\xc1\xcf\xc0\x19\x8f\x56\xe5\xe3\x51\x1a\xa0\x4a\x79\x53\x1a\xa0\xea\x2d\xa7\x34\x40\xdd\xe2\x05\x3e\x1d\xa4\x13\x38\x0d\xd2\x2a\xc1\x9e\xf8\x08\xee\x1c\x68\x21\xc1\xab\x16\x90\x5f\xfc\x38\xce\x7f\xb4\xe6\x7b\x1d\x81\xf3\x1f\xad\xf1\xd6\x71\xfe\xa3\x91\x39\x1b\x38\xff\xd1\x9a\x27\x38\x06\xce\x7f\xb4\x56\xf4\x9f\x20\xc6\xf4\x42\xa1\x00\x8e\x37\x0a\x9c\xff\x68\xad\xea\x39\x00\xc0\x4d\x14\x80\x18\x37\x3d\x07\xc4\xb8\xab\x05\xc4\x18\x27\x81\xb3\x21\xad\x11\x10\xe0\xfc\xc7\xb9\x31\xd3\x9c\xf1\x38\x37\xdf\x58\xd4\x21\xbc\x11\xb9\x80\x7f\xdc\xb8\x3d\x11\x74\xe2\x26\xa8\x11\xc1\xdd\x6d\x56\x24\xb1\xe8\xb0\xe0\x4a\x0b\x54\x2a\xeb\x93\x58\xc1\xb6\x12\xac\x8b\x95\xff\x26\x77\x02\x6f\xdb\x7c\x0f\x11\x08\xdb\x5e\x50\x00\xc2\xc6\xe1\x0f\x81\x73\x1c\xa7\x56\xc5\x9c\xc7\x38\xb7\xd1\xcb\x10\xee\x15\x29\x71\x30\xec\xbe\x70\x36\x18\x2d\x2b\x5f\xce\x55\x9c\x1c\xfe\x10\x22\x07\xc3\x1a\x9a\x88\xd3\x12\xa7\x3d\x3f\xd8\xde\x0b\x1c\x96\x38\x4d\x22\xe3\x24\x58\x8b\x30\xbd\x00\xc8\xf2\xe1\x44\xce\x7e\xb5\x0c\x9b\x9c\xcc\x6a\x15\xc6\x38\x99\x95\xea\x6b\x21\x1a\xa0\x54\x62\x3d\xf1\x08\x04\x8b\xc8\x8e\x40\xb0\x08\xe2\x00\x2e\xc5\xb3\x89\x97\x3b\xbd\x26\x6b\x48\x80\x98\xcd\x37\xa0\x02\x67\xfd\x4d\xf3\xad\x95\x90\x80\xfc\x1a\x2f\x79\x12\x78\x16\x3b\x99\x04\x9e\x75\xdc\x4f\x48\x02\xc1\x7a\x5e\x64\x48\x00\x5d\x0f\x5e\x48\x02\xe8\x4a\xa5\xb4\x90\x00\xba\x72\x4e\x43\x48\x82\xa1\xe2\x93\x24\xc1\x50\x51\xd0\x49\xb0\x50\xd4\x0b\x27\xce\xcd\x43\xd0\x86\x13\xe7\x26\xe7\x34\x84\x24\x20\x28\xcb\xe0\x54\x38\xc9\x97\x4f\x25\x71\xfa\xf1\x21\x84\xc3\x69\x74\x93\x33\x1c\x02\x27\xce\xcd\x53\xa1\x50\x81\x8c\x22\xcf\x04\xde\xf2\x10\xc2\xe1\xc4\xb9\x49\x85\xb5\x90\x78\xb1\xa8\xa2\x16\xd2\xa0\xc5\x82\x39\x0d\x00\xa4\x78\x7c\x49\x67\x05\xa3\x34\xd2\x14\x44\x15\xea\x3a\x39\x98\x08\x71\x5a\x8c\xef\x40\x6f\x03\x20\xc5\xd3\x48\x9f\x47\xe4\x32\xa2\x03\x80\x94\x4f\x2c\xe9\xc0\xdc\x04\x85\x03\xa2\x93\x25\x72\x3a\x20\x3a\x51\xb4\xe9\xf3\x30\x5d\xfa\x04\x2c\x7f\xfd\x4c\xc2\x90\x81\x65\x5f\xdf\xa6\x0b\x19\xa8\xf0\x65\x55\x95\x99\x23\x2d\x67\x33\xf3\x70\x3d\x1f\x22\x64\x20\x18\xcf\xc3\x73\x00\x1d\x1e\x47\xcc\x85\xdc\x74\x48\xad\xf3\xa2\x83\x97\xa8\x16\x16\x74\xb8\xd2\x53\xe8\x45\x88\x47\xdf\x4d\x09\x59\x88\x47\x71\x46\x22\x98\x9f\x12\xf1\xd1\x32\x5a\x50\x20\x33\x9f\x5c\xa5\x90\x49\xa2\x7a\xf0\x37\x75\x64\x12\x87\x3f\x04\x1d\x53\xf4\x10\x05\xd6\xc1\x44\x5a\x27\xea\xb8\xa1\x07\xd3\xa8\xe3\x86\x28\xf4\x15\x0a\xd0\x29\xad\xe9\x0a\xd9\xc6\x01\xe5\x5d\xc8\x05\xe6\xd8\x86\x50\xc8\xf7\x0d\xbc\x9f\x85\xfc\x5b\xf2\x8a\x82\x4e\xbd\x09\x38\x02\x85\x84\x58\x8a\x72\x85\x42\xf2\xaa\xd6\x74\x85\xb4\xd3\xd0\xa1\x47\xda\xa9\xd6\x74\x85\xb4\xd3\x80\xba\x2e\x59\x87\xc6\x42\xbd\xe9\xb8\x57\x28\xe8\x90\x5a\x56\x0f\x85\xe4\xc0\x40\x58\x41\xe7\xc0\x68\xa5\xa6\xf3\x55\x38\x00\x21\x14\x92\xf5\xb4\x1a\x2b\x43\x47\xba\xf2\x1c\x73\xc4\xe1\x08\x41\x67\xaf\x44\x49\x02\xbc\x44\x4c\x8c\x56\x47\xb3\x66\x78\xd1\x81\xab\x84\x69\x8a\x90\x92\x38\x48\x45\x48\x49\xc9\xe5\x13\xb9\x08\x2f\x64\xed\x53\x40\x2b\x14\x32\xec\x39\xac\x20\x14\xe1\x0a\x27\xf4\x84\x2b\x64\x9f\x40\x67\x93\x78\x46\xd0\x77\x55\x32\xa7\x8a\xac\xc8\xe2\xa1\x82\x98\x8b\x04\x0b\x2a\xd3\x4e\xe5\xab\xc0\x39\x22\x2b\xb2\x4d\xc0\x39\x22\x2b\x62\xeb\x2b\x49\xe6\x5a\xa8\x55\x0e\x49\x8a\x58\xfe\x4a\x9a\x77\x72\x2c\x51\xa8\x3a\x58\x14\x3b\xc9\x39\x22\x2b\xb1\x31\x50\x99\x4c\x2d\xb1\x38\xf3\x63\x25\x3e\x80\x4a\x16\x2f\x35\xb2\x42\x25\x53\x97\xd3\x10\x42\x2d\x42\x12\x42\x01\x04\x14\x09\x3a\x81\x73\x3d\x96\x96\x5f\x9c\xcf\xb1\x12\x16\x95\x13\x32\x56\xc2\x6a\x56\x70\x46\xd4\xc1\x0a\x95\x0c\xd1\x84\xff\xce\x29\x18\x2b\x61\x35\x39\x05\x63\x51\x07\x2b\x54\x5e\x82\x84\xd5\xac\xe4\x4c\xe6\x07\x0a\x40\x53\x32\x26\x8e\xf3\x1d\x56\x46\xf5\x54\x3e\x46\x2d\x79\x2a\xa0\x8b\x8c\x89\xab\x80\x2e\xa8\x59\x15\x38\xb5\x61\x91\x5a\x13\x2a\xf0\x85\x8c\x89\xe3\x1c\x83\x95\x31\x63\x94\xfd\x5f\x19\x33\xd6\x84\x16\xc4\x70\x35\xa1\x05\x51\xbb\x4d\x78\x3d\xcc\x58\x23\x3f\x9c\x42\x51\xa1\x09\x15\x87\xe1\x6a\x42\xc5\x61\xb8\x9a\xb0\x67\x98\xaa\xa6\xe3\x49\xf1\x84\x5b\x15\x62\x2e\xd1\x02\x15\x87\x2a\x68\x3a\xac\x14\xe3\xd4\xc8\x13\x2e\x28\xb0\x06\xa0\x9a\xa2\xfc\xa1\x91\x3d\x5a\x58\xf8\xb6\xad\x83\x45\xb9\x13\x95\x55\x30\x0f\x94\x71\x5f\x35\x40\x0f\x74\x69\x8d\x3c\x07\xb0\x82\x12\x48\xa1\x73\x1e\x63\xe5\x5d\xea\x8c\xb6\xe2\x73\x51\xa0\x7c\x55\x36\x41\x3b\x6f\x4f\x65\xb7\xa1\x57\x21\xca\x5c\x2e\x5d\xf8\x2b\xd4\x7c\x07\x4c\xd4\xd8\x4d\xe9\x9f\x47\x74\x42\x01\x88\x10\x25\x74\x42\x07\xc4\xd2\xf0\xf8\xa8\xdd\xbc\x28\x62\x13\xba\xce\xb0\xe4\xfd\xec\x3a\xc3\x92\xd9\xa4\x96\xf2\x6a\x7c\xee\x54\x41\x5e\x6d\xea\x3f\xfa\x64\xeb\x6f\x04\x9d\x99\x59\x69\x71\x27\xd1\x6a\xaa\x04\xaf\xc6\xd7\x38\xb2\xe0\x5f\x3c\x97\x05\xff\xf2\xb1\x53\xdf\x77\x75\x54\x1d\x25\x76\x17\x59\x07\x61\x60\xe2\x3a\xee\xd9\x40\x4a\xe4\x20\x04\x4a\xde\xae\x8e\x9a\xa7\xe4\xed\xa2\xa8\x7b\xa0\xe8\xec\xea\x28\x37\x8a\xce\xae\x8e\xd2\x1f\xe0\xf5\x7a\x83\x3a\xd9\xd4\x1d\xa5\x4f\xc1\xd6\xd5\x79\x93\x87\xe0\x5f\x1b\x0a\x80\xac\x3a\x6a\x9e\xe2\xaa\xab\x13\xd4\x18\x40\xa0\x3a\x6a\x7e\xa0\x4c\x3b\x6a\x7e\x08\xe6\xf4\x20\x09\xc1\x9c\x24\x09\x01\x8d\x30\x01\x94\x0d\x5d\x03\x55\x4e\x71\xce\x35\x50\xe5\x13\xe0\xc8\x40\x95\x53\x2d\x73\x0d\x34\xd1\x04\xad\x31\x50\xde\x13\xb4\xc6\x40\x79\x53\x2d\x73\x8d\x1f\x9d\xbd\x17\x66\x16\xe2\xca\x85\x3b\x75\x64\x26\x5a\x7e\xea\xc8\x4c\xb4\xfc\x04\x6a\x3a\x08\x39\x4c\x1d\x4c\x89\x2a\x9f\x3a\x98\x92\x65\xdb\x2c\xc2\x58\x19\x2d\x30\x56\x9e\xda\x16\x28\x57\xb9\x06\x4a\x9f\x72\x95\x6b\xe0\xd9\x4c\xc0\x05\xe3\xaa\x45\x2f\x88\x93\xd2\x92\x4b\x7b\xf4\x94\x7a\x5c\x13\x35\x3f\x49\xef\xa7\xac\x7a\x98\xa8\xc8\xc9\xc7\x31\x75\x88\x24\xcb\xa1\x09\x3e\x70\xb2\x80\x9d\xa4\x95\x6b\x3f\x9d\xe2\x87\x6b\xb2\xe1\x45\xf1\xc3\x35\x51\xf3\x73\x0b\x2b\xc5\x73\x3a\x44\x52\xa2\xa6\xbe\xc0\x44\xcd\x53\xd2\x70\x4d\x16\x71\x94\x34\x5c\x53\xf2\x44\x25\x6b\x77\x9d\x92\x86\x6b\xb2\xf1\x48\x49\xc3\x35\xf9\xe0\x28\x69\xb8\xb4\xd7\x4e\x11\xc3\x35\x97\xfe\x03\x63\x85\xe9\xa0\x88\xe1\xd2\xce\xfb\xc4\x2e\x4f\x4c\xc7\x12\xc2\x0b\x45\xbb\x40\x55\x2d\x8c\xc5\xc2\x93\xa2\x00\x7b\x58\x9c\xd5\xbd\x30\x1d\x8b\xb3\xba\x29\xb2\x1e\x96\x50\x47\xf8\xbe\x4b\xd0\x22\xa2\xea\x4b\xd0\x22\x3e\xcd\x25\xc0\x10\x26\x67\x09\x30\x84\xc9\x59\x02\x0c\x31\x0f\x4b\x80\xa1\x2c\x0a\x00\x86\x78\xe5\x57\xd6\x71\x93\x2e\xb3\xc5\x7b\xb6\x30\x40\x54\x7b\x5b\x0b\x73\xbb\xaa\x90\x53\xf4\x09\x74\x63\xf1\x11\x2f\x2a\xa4\x50\x80\x3d\x50\xff\x6c\x2d\x3e\x69\xea\x98\xad\x65\x6a\xf1\x1c\xa6\x6a\x01\x6d\x58\x98\xaa\x05\xb4\x61\x49\x82\x00\x16\xb4\xdd\x4d\x45\xb0\xb5\x31\x5c\x0b\xe0\xc1\xc6\x54\x2d\x2a\x73\x6c\xc9\x93\xca\x1c\x5a\xae\x53\x1f\x6c\x6d\x0c\xd7\x02\x33\xaa\x8d\xf1\x65\x3a\x9d\x91\x3b\x4d\xa7\x33\x42\x1d\x5c\x21\xe5\xad\x02\x85\xb7\xd6\xc6\x33\x5d\x20\x02\xf7\x80\x3a\xfe\xd8\x46\x95\x53\x6a\x6b\x69\x61\xbf\x40\x04\x6e\x7c\x74\x0a\x6f\xad\x8d\x31\xa4\x48\xd6\xd2\x76\xf7\xe6\x7d\xd9\x18\xc3\x8d\x22\xda\x18\xc3\xad\xf3\x26\x1d\xf0\x15\x28\xb2\xb4\x8c\x95\x13\x45\x96\x96\x11\x1d\xa7\xc8\xd2\xa2\xae\x7a\xd8\x49\xe7\x38\xd2\x27\x30\x2e\xc3\x88\x6e\x01\x94\x48\x0a\xd8\x82\x1d\x61\x44\xb7\x40\x3a\x18\xd1\x2d\x90\x4e\x83\x02\x8a\xdd\x88\x80\xab\x36\x0d\xc5\xa7\x82\x6a\xd3\x18\x6b\x2c\x55\x87\x31\xcc\xad\x6a\xb0\x50\x52\x2a\xa8\x5e\x8a\xa1\x89\x54\x2f\x85\x22\x52\x61\x6f\x9d\x7a\x48\x2f\xf8\xd3\x87\xf8\xb4\xea\x89\x1c\x54\xb9\x6a\x86\x1c\x56\x63\xaa\x19\x42\x69\xa8\xa0\x9a\x21\xe7\x63\xb4\xdf\x55\xc9\x2a\x27\x42\xf1\xf2\xb0\x4d\x08\x21\x08\xe0\x86\x1f\x94\x9b\xca\x7b\x50\x51\x2a\xa8\xdc\xc6\x21\x7a\xa5\x6a\x18\x87\xe5\x9e\xaa\x61\x68\x49\xae\x6a\x18\x87\x78\xaa\xea\x58\x68\xd7\xda\x1e\x21\x84\x26\x2d\xe8\x11\xbd\x32\x5e\x89\x83\xff\xa0\xda\x03\x87\x45\x9c\x70\xfb\xda\x8b\x36\x54\xf9\x65\x0b\xcf\x98\x3e\xed\x45\x1b\xd3\x77\x11\x92\xf1\xa1\x52\x92\x3c\x08\x30\x7e\xb1\xee\x02\x8c\x5f\xac\xbb\x09\x3d\xc4\x2b\x21\x58\xe8\xc5\x2e\x0b\x16\x7a\xb1\xcb\xe0\xa8\xf6\x83\xd5\x04\x47\xb5\x1f\xd4\x3c\x48\x9f\xfd\xa0\x92\x3f\xf1\x3b\x6c\x75\x7c\x82\x74\x50\xa6\x9f\x20\x1d\x5e\x90\x43\x46\x82\xb6\x36\x05\x62\xd1\x66\xa6\x40\x2c\x0f\x7e\x80\x40\x1e\x21\xd2\xe7\x15\x30\x66\xd1\x02\x18\x83\x2a\x10\xc8\x23\x60\xf9\x05\xf2\x08\x28\x86\xcb\x0e\x7a\x20\x00\x71\x1f\x9d\x57\xd8\x68\xd1\x0b\xca\xf4\x06\x41\x68\x78\x2e\x08\x42\x53\x69\x71\x26\x21\x06\x4f\x70\x89\xc0\x4c\x0b\xda\x10\x30\x71\x82\x21\x68\xa9\x7b\x49\x58\x0b\x28\x0d\x41\x0d\x02\x46\x4d\x50\x83\x30\xf5\x9c\xa0\x37\x99\x16\xa3\xc5\xa8\x09\x5c\x40\xdd\xea\x70\x39\x54\x21\x60\x9c\xae\xce\x2b\x64\x25\x73\x3f\xcf\x0f\x84\x1e\x99\xeb\x14\x0c\x0a\xca\x40\x8f\x64\x71\xdc\xcf\x73\x00\xe9\x93\xb9\x8d\x98\x2a\x65\x92\x53\x8d\x3a\x5c\x9d\xe0\x87\x39\x52\x56\x74\xc4\xac\x5c\x72\x5d\x22\x66\xe5\xea\xd4\x3c\x42\x77\x97\x9c\x15\x6d\x4a\x2a\xc3\x37\x62\x64\x2e\x20\x2b\x8a\xfb\x04\xe5\xe6\x52\x1d\x3a\x28\x37\x37\x62\x80\x94\x9b\x1b\x31\x40\xca\xbf\x8d\x04\xac\x94\xbc\x1a\x31\x40\x97\xbc\x0d\xea\x41\x07\x25\xa8\x6a\xe5\xab\x04\x55\xad\x7c\x95\xa0\xaa\x95\xef\x15\x60\x08\x53\xa5\x04\x55\xca\x00\x45\x25\xa8\x46\xdf\x2a\x8e\x4a\x50\x65\xfb\x32\x2a\x41\x35\xfa\xdb\x1a\x95\x76\xca\xf6\x65\x54\x6a\x29\xeb\xe7\xf8\x00\xd9\x61\xfb\x32\x2a\x2d\x33\x65\xfe\x23\x2d\x33\x79\xa0\x2b\x3e\x02\x95\xf8\xaa\x31\x3e\x19\xd0\x8c\xef\xbb\x44\xa5\x11\xa6\x06\x05\x52\x05\xd9\xb0\x8c\x4a\xe4\xa3\xc6\x74\x7c\x38\xa4\x82\x6d\xc8\xa8\x44\xb7\xe4\x06\x28\x3e\xcc\x7b\x32\x28\x80\x12\xa0\xfa\x4d\x54\x1e\x5a\x3a\x50\x20\xbf\x3f\xb9\x71\x8a\xca\xe1\x62\x03\x31\x2a\x87\x2b\x6b\xb4\xe4\x15\xe5\xf4\x83\xc0\x45\x54\x9a\x4f\x2e\x3c\x46\x9a\x0f\x05\xa0\xa3\x92\x69\x72\x83\x00\xc9\x34\xd9\x6d\x53\x7c\x98\x30\x4a\xda\x44\x25\xbe\x64\xb7\x46\x91\x14\x92\x9d\xdd\x1a\x45\xb2\x31\x76\x76\x65\x13\xc9\xc6\xd8\x5e\xc8\xf9\xd7\x91\x2c\x87\x9d\xdd\x36\x45\xb2\x1c\x36\xc5\x68\x22\x59\x07\x9b\x4d\xbb\x18\xc8\xe6\x2c\x0f\x14\x74\xa6\x9d\x5b\xaa\xc8\xde\xfe\x2e\x01\x7a\x08\x9e\x7a\xc9\x91\xfd\xfb\x5d\x22\xd4\x1b\xff\x25\xb5\x00\x5d\x24\x9e\x13\x1c\xa4\x41\x41\x20\x0f\x47\x2b\x45\xf6\xa9\x77\xd1\x68\x05\xd6\xe8\x3c\xf7\x09\xd6\x48\xb4\x04\xd6\x60\x44\xa4\xf5\x95\x09\xbd\x29\x78\x46\xa3\xc5\x88\x36\x14\xf8\x88\x8b\xaf\x2c\x62\x20\xd1\x8d\x0d\xb6\xc8\xb6\xe7\x66\x83\x2d\xb2\xed\xb9\xcb\x81\x17\x3e\xf7\xc2\xc7\xc1\xb6\xe7\x2e\x7c\x1c\x41\x67\xcc\x05\xa8\x93\x32\x56\x23\xd4\x49\x19\xab\x11\xe9\x92\x32\x56\x7d\x11\x1e\xd9\x24\xdc\x35\x31\x06\x52\xc6\x6a\x62\x56\x48\x19\xa3\xee\x71\x64\x93\x70\xb3\x31\x17\xc3\x11\xac\x43\x2d\xc1\x3a\xe0\x8c\xcf\xbd\xfa\x02\x36\xb2\xe1\xb5\xab\x47\xc7\x63\x04\xd9\x57\x3d\xc1\x2a\x46\xf2\xc3\xab\x2f\x60\x23\xdb\x58\x9b\xcd\xb7\xc8\xb6\xd2\xa6\xa4\x4d\x64\x5b\x69\x53\x95\x38\x46\xf2\xae\xa9\x35\x1c\x23\x9f\x74\xf5\xec\x88\x18\x79\x07\xa9\x35\x1c\xd9\x56\xda\xd5\xa0\x47\x76\x73\x35\x38\x23\xbf\xb8\xa2\x42\x22\x59\xc3\x94\xb4\x89\x91\xcc\xe0\x16\xa0\x5e\x75\x16\x5e\xa4\xd5\x68\x41\x8f\xb7\xae\x21\x17\xb6\x9c\x76\xcb\x70\x46\xc6\x6d\x73\x6c\x5d\x8c\x9c\x42\x43\x11\x9b\x18\x9b\x40\x1e\x50\xe7\x8d\x64\x83\x2d\x46\x72\x65\x9b\xa4\x84\x0a\x69\x7c\x71\x91\x5c\xd9\xe6\x5b\xef\x31\xa2\x50\xda\xe4\x3f\x0c\x49\x93\x94\x86\x4e\xcd\xa3\x17\x12\x5b\xdb\x62\xec\xa4\x9d\x36\xde\xc1\x38\x05\xeb\x80\x97\x29\x58\x87\xcf\x7b\x14\xc0\xe5\x22\x09\x01\x5c\x2e\x14\x30\x32\x84\x46\x62\xdc\x3a\x0b\x0f\xce\x00\xaa\x74\x94\x70\x44\x49\x11\x28\x89\x91\xb7\xae\x47\x78\xc1\xe4\xf4\x84\x5c\x04\xd6\xc8\xdc\x29\x40\x06\x6f\x56\x24\x91\xaf\x57\x78\x11\x0a\xc2\xb7\x2f\x63\x02\x41\xda\x7d\xe5\x1b\x13\x06\xa1\xbb\x5b\x10\x13\xef\x59\xf7\x4d\xde\x98\x70\x35\xba\x6f\x9a\xc7\x14\x74\x8c\xdd\xa1\x05\xd7\x6e\xfa\x63\xc2\x2d\xe8\x6e\xec\x63\x42\x2f\x75\xbe\xbf\x84\x5e\xea\x97\x3e\x8b\x50\x10\x3c\x57\x74\x00\xdd\x8f\x54\x72\x22\x59\x7c\xb8\x8f\x10\x13\x2f\xcf\x40\x81\x25\xfc\x87\x91\x21\xae\x53\xec\x2a\xc4\x75\x8a\x5d\x85\xb8\x4e\x8e\x6b\x0c\x41\x27\xc7\x75\xfa\x5c\x02\x33\x24\x5a\xdc\x39\xa0\xb0\x74\xc6\x9c\x4f\x74\xda\x02\x2c\x40\x6f\x0b\xb0\x80\x70\xc9\x56\x1d\x1b\xe1\xa2\x42\x86\xe9\x3f\xc0\x0c\x6e\xeb\x63\x42\x85\x0c\x6c\x1a\x5b\x4e\x7b\x1c\x38\x23\x9b\x73\x62\xb7\x12\x1e\xe6\x0c\xf4\x89\x87\x39\x3d\xf1\x25\x66\xd4\xc4\xc4\x66\xe7\x47\x10\x05\xa7\x97\x01\x48\x4c\x5f\x05\xc4\x2c\x70\x01\x76\x99\x4d\xa6\x3d\x51\xc9\x19\xf3\x30\xb1\xc4\x99\x04\x7b\x4a\xbe\xc4\xcc\x81\x54\x94\x7c\x89\xb9\xea\x74\x38\x7f\x75\xd9\x8e\xda\x13\x9b\xcd\x76\xd4\x9e\x5e\xa6\x3e\x66\x50\x86\x13\x2b\x9d\xf9\x54\x56\x84\x02\xf9\xd3\x4b\x5c\x93\x07\xbd\x50\xb4\x19\xec\xd9\x72\xbf\x38\x66\xfc\xf7\x85\x39\xca\x4b\x49\xfb\x50\xd8\x3a\xe5\x0d\x49\xf0\x51\x51\xba\x25\x66\xf0\x5e\x0b\x13\x9e\xb7\xd2\xfb\x7d\xfe\x32\xbe\xda\xc2\x84\x67\x64\xbd\x50\x1a\x45\x27\xc7\x61\xa6\x8b\x4e\x8e\xf3\x18\x6d\x64\x03\x6a\x2f\x8c\x76\xc1\xd7\xa6\x96\x4a\x2c\x98\xf0\x85\xd1\x2e\x00\x55\x16\x46\x9b\x4d\xa6\xbd\x31\xd3\x6c\x32\x6d\xaa\xa0\xc4\xa2\x73\xcf\x30\xd3\x45\xe7\x9e\x61\xa6\x0b\xc0\x8a\xed\xa0\x92\x58\x00\x48\x6c\xcc\x74\xa9\x3a\xe5\x2d\xd1\x22\x03\xbd\x40\xbd\x2a\xc3\x9e\x3b\x39\xf1\x7b\x7b\x26\x43\x2c\xcc\xd1\xf6\xf4\xbc\xc8\xa6\xd6\xde\x28\xda\xd2\x74\xae\x1b\x7c\x02\x5f\xd8\x0d\x3e\xbb\xf2\xed\x5d\xd6\xe5\x33\x6f\x1e\x0a\xca\x86\x5f\xf0\xc2\xb7\xb2\x37\xbc\x90\xf5\xbd\x31\xda\x1c\xb8\xbf\xf7\x65\xb4\x7c\x01\xf6\x30\x5a\x32\x9f\x0d\xc5\x57\xc8\x7c\x36\xdf\x0c\x8b\x3a\x9f\xde\x78\x27\x2a\xfe\xad\x61\x8a\x2b\xfe\xad\x61\x8a\x75\x7a\xbc\x61\x52\x2b\x92\x37\xcc\x66\x45\xf2\xd6\xe9\x13\x59\x1b\x66\x93\x5d\x9f\x4d\x6d\xea\x58\x75\xb0\x9b\x07\x90\x62\xd5\x81\x69\x18\x43\x76\x6f\xb6\x61\x0c\x2b\x4e\x90\x5d\xfa\x04\xe9\x40\x78\x20\x56\x90\x0e\x27\xd0\x27\xce\xcc\xc1\x34\x56\x1d\x1a\x86\x69\xd4\xc9\xdd\x27\x43\x81\x75\xe9\xc1\x18\x56\xd6\x20\x54\x80\x8e\x95\x42\x0f\xc7\xd3\x55\x63\x45\xdb\x1c\x3c\xef\x6a\x3a\xb2\x0c\x29\x29\x3b\xbd\xc3\x8b\xf2\xd1\x3b\xcf\xf1\xce\x1f\x8c\x61\xc5\x89\x3d\x9e\xef\x11\x1b\xe5\x06\xce\x8f\xb6\xf7\x62\xc3\x8e\x1c\x4f\x05\x89\x0d\xfc\xd5\xc1\xfa\xe9\x24\xe6\x83\x90\x5a\x52\xe2\xfa\xa6\x45\x12\xbd\xc7\x76\x63\xc3\xbf\xbd\x58\xbf\x06\xca\xe9\xa2\xdc\xd8\x1e\xda\x17\xeb\xc7\x86\xd0\xbe\xd8\xbb\xc6\x6b\x7d\xb1\x70\xad\xe9\xc4\xb2\x4e\x8b\x94\x73\x84\xd4\x78\x75\x2f\x16\xae\x81\xbc\xb9\x58\x38\x9d\xa8\x7c\xb1\x69\x6d\x28\x39\x9d\x11\x61\xeb\xef\x82\xde\x54\x72\x3a\x63\xc0\xd6\x5f\xec\x5d\xc3\xd6\x5f\xd4\x7c\x03\x32\x7a\xb1\x7e\x3a\xd3\xf8\x62\xfd\x74\x6e\xf1\xbd\x8c\x8f\x94\xaa\x07\x33\xd6\x74\xba\x18\xaf\x75\xd7\xe9\x62\xd8\xfa\xfe\x79\x2e\x98\xfe\xd3\xb9\x60\x4e\xaf\x2b\x1d\x1d\x83\xd7\x95\x8e\x8e\xc1\xeb\xca\x08\xe7\x05\xe9\xca\x08\xe7\x05\xe9\x91\xa4\x76\xdf\x22\x89\x5d\x79\xde\x98\xc6\xae\x3c\x6f\x4c\x23\xa7\xfc\xda\x83\x31\xe4\x94\x5f\x7b\x30\x86\x9d\x33\x3f\x1e\x8c\x21\x67\xf7\xda\x83\xb1\x60\xc3\xcb\x1e\x83\x33\x4e\xe4\x78\x58\xd2\x71\xea\xae\x3d\x98\xbf\xce\xe9\x19\x0f\xe6\x8f\xe3\x73\x8d\x63\x0d\x62\x27\xab\x96\x1a\xcc\x91\xa3\x6e\x2d\x3c\x50\x27\xe7\x35\x60\x1a\x39\xe0\xd5\xc8\x10\x88\x9d\xc4\xc8\x80\xf9\xe3\xd8\x56\x0b\xa8\xba\x4e\xfa\x61\xc0\x18\x72\x38\xaa\x85\x81\x3c\x39\x11\x27\x60\x0c\x39\xc8\xd4\xa8\x90\x1c\x39\xc8\xd4\x82\x46\x4b\xda\x5b\xc0\xbb\x1e\xa4\xa1\x05\x8c\xe1\x78\x78\x0e\x63\xc8\x31\x9c\x16\x59\x96\x0e\xb2\xcc\x23\xc6\x70\x90\x65\x4e\x3d\x91\xc8\xd1\x97\x46\x95\x90\xc8\xa9\x95\x16\x31\x7f\xa3\x90\xf9\x8c\xf9\x1b\x9f\x59\xd8\x3e\x86\xa1\x5c\x67\x8c\xda\xd0\x31\x53\x18\xb5\xa1\x63\xa6\x06\x14\xc8\x9c\x8d\x98\xb8\x41\xe6\x6c\xc4\xc4\x0d\x32\x60\x23\xef\x3c\xe7\x1c\x5a\xf4\xf4\xae\xc8\xc9\x86\x16\x31\x7f\x83\x53\x30\x22\xe6\x6f\x90\x4c\x4a\x0d\x8f\x38\x90\x35\x35\x3c\xe2\x20\x2d\x33\x61\xfe\x86\x8e\x6f\xc2\xfc\x0d\x23\x33\xd8\xa1\xf3\x71\xe8\xf8\xa6\x07\x79\x92\x96\x99\x1c\x02\x15\xd9\x6e\x33\x85\x2a\x38\xaf\xd0\x52\x40\x4a\x24\x54\x26\x8c\xe8\x60\x36\x93\xa4\x4b\x42\x25\xb5\x3f\xe2\x20\xc1\x31\x61\x44\x81\x81\x87\xf0\x3c\x21\x8c\xe3\xa9\xc1\x1f\x57\xfd\xdd\xf8\x72\x75\x71\x35\xbc\xaf\x1e\xae\xc6\xf7\xd5\xcb\xd5\xf4\xba\x8a\x6c\x09\x26\x7d\xb9\x1a\xb8\x5a\xde\x57\x23\x57\xeb\xfb\x6a\xe3\x6a\x7b\x5f\x15\xbf\xfd\x7d\x95\xb1\xf9\xca\xf6\xcb\x55\xe3\xea\x7c\x5d\xdd\xe2\x6c\x7d\xb9\xfa\x03\xb5\x0f\x96\x3d\x84\x27\xbc\xc5\x63\xef\xab\x12\xc4\x79\x5d\xfd\x1c\xc6\x7d\x5f\x65\x18\xe7\x79\x5f\x65\x18\x27\xbc\xaf\x6e\xae\xc6\x2f\x57\xb9\x22\x91\xc7\x17\x57\x27\xbf\xaf\xc2\xd5\x29\xaf\xab\xe2\xea\xd4\xf7\x55\x71\xd5\xde\x57\xc5\x55\x7f\x5f\x45\xb8\x67\xbc\xaf\x8a\xb3\xf9\xe5\x2a\x57\x24\xee\xf4\x7a\xed\xce\x7e\x5f\xd5\x08\xec\x7d\x55\x3d\x9c\xf7\x55\x8d\xeb\xbe\xae\xea\xb5\xbb\xcf\xfb\x2a\x2f\xd8\x0d\xef\xab\xc8\xe0\xc6\xf7\x55\x46\x7b\xd3\xfb\x2a\x73\x70\xf3\x97\xab\x5c\x91\x5c\xf3\x6b\x5c\xb7\xbe\xaf\x32\xae\xdb\xde\x57\xd5\x43\x7f\x5f\x65\x5c\x77\xbc\xae\x7e\x8e\x60\xbe\xaf\x6a\x04\xeb\x7d\x55\x3c\xec\xf7\x55\x8d\xcb\xbe\x5c\xe5\x8a\xe4\x5a\xde\x23\xb8\xef\xab\xce\xd5\x24\x07\x39\xe1\x73\xcf\x47\xe7\xec\xf9\x13\x13\x28\x54\xf2\x4c\xdf\x38\x01\x23\x25\xbc\xe5\x99\xb9\x13\x6f\x59\x67\x52\x92\x27\x14\x75\x9a\x64\xc2\x77\xd6\x79\x8e\x09\xdf\x59\xe7\x39\x26\x4f\x9b\x8b\x6c\x9e\x5b\x22\xe0\xa5\x53\x13\x13\x7e\xb5\x4e\x4d\xa4\x3a\x78\xd4\xa9\x89\x14\xf9\x89\x13\xf3\x99\xf1\xb2\x27\xa0\x94\x8c\x97\x3d\x17\xb0\x09\x42\x08\x3a\x39\x30\x17\xe8\x6d\x9d\x66\x07\x05\xb2\xfe\xa9\xe4\x1d\x75\x5a\x1f\x95\x75\xe2\x24\xb7\x3e\xe3\x73\x4f\x14\x3c\xb5\xbb\x23\x1b\xd6\x96\xf1\xb9\x75\x14\x5c\xc6\xcb\xd6\x51\x70\x99\xe0\x94\x0e\x6a\xcb\xf8\xdc\x3a\xa8\x2d\xfb\x7e\x4f\x5c\x80\xde\x32\xce\xa5\x8e\x5f\xcb\x38\x97\x9f\x07\xa0\xe1\x81\xb3\xf1\x6c\x05\x0f\x7c\x65\xe1\x11\xa0\xc7\x19\x9f\x05\x0f\x5c\xc7\x8c\x51\x83\x3b\xae\xaa\x63\xe2\x1a\x2d\xfa\xc4\xc1\xd2\x51\x62\x05\xc7\x73\x55\x1d\x13\x07\x2f\x38\x35\x05\xc7\x53\xc7\x8c\x29\x78\xba\x98\x87\x82\x3f\xae\x83\xbe\x0a\x52\x5a\x80\x98\x0a\x52\x5a\x80\x98\x14\x4a\x5d\x9d\xe7\xf0\xd5\x57\xe7\xb9\x09\xd7\x53\x78\x04\xfa\x5c\xc2\x23\xd0\x27\x28\x91\x82\x43\xbe\x36\x99\xf6\x98\xcf\x75\x74\x88\x1b\x14\x0e\x99\xfd\x18\x45\xce\x8d\xb2\x9a\xf4\x1f\xd9\xfb\x38\x9e\xeb\x13\x65\xa0\x3b\x85\x32\x70\xae\x39\xf5\xc8\xa8\x4a\x13\x39\x23\xc8\x2a\xdf\x15\x67\x04\x59\xc5\xb1\x66\x93\xd8\x2a\xef\x3c\x9b\xc4\x46\x1d\x9a\xc8\xa9\x39\x56\x3d\x71\x34\xb2\x65\x6c\x95\xf1\x71\x6a\x8e\x79\x1d\x9a\xef\x9a\x28\x0e\xaa\xb1\x8a\x07\xbe\x39\xec\x94\xc2\x33\x91\x13\x59\xac\xe1\x73\x73\x22\x8b\xb5\x08\x71\x90\x5e\xcd\xb3\x1d\x22\xa7\xa0\x58\x63\xe8\xec\x34\x5b\xc3\xe7\xde\x3a\xe3\x0c\xdf\x92\x53\x49\xac\xf1\x82\xb0\xef\x6c\x0d\x0f\x9c\x73\x41\xac\xe1\x57\x73\x2e\x88\x51\xa2\x26\x72\xa2\x87\x91\x92\x15\xcd\x3f\xfe\x48\x69\xf9\x48\x55\xea\x87\x53\x89\xa3\xf9\x0e\xf5\xdf\x5b\xf3\xd5\x5a\xaf\xd6\x7e\xb5\xec\xd5\x3a\xaf\xd6\xfd\xda\xf2\x35\xcc\xdf\x5b\xe1\xd5\x8a\xaf\x56\x7a\xb5\xf2\xab\x55\x5e\xad\xfa\x6a\xb5\x57\xeb\x35\xbe\xfd\x1a\xdf\x7e\x8d\x6f\xbf\xc6\xb7\x5f\xe3\xdb\xaf\xf1\xed\xd7\xf8\xf6\x6b\x7c\xf6\x1a\x9f\xbd\xc6\x67\x5f\xc7\x47\xc9\xd5\x7b\x1d\xb2\x1f\x29\xb9\x7a\xc9\xc6\x8e\xc7\x55\xf2\xbd\xbc\x4b\xc7\xd5\xc4\x05\x66\x1d\x8f\x87\xcd\xee\x25\xc8\x44\x91\xd5\xbf\xf5\x52\x19\x91\x6f\x3c\x47\x0a\xa2\x3e\x24\xc6\x46\x0a\xa2\x3e\x91\x95\x02\x65\x4e\xe3\x83\x02\xa3\xcc\x69\x7c\x92\xfe\x1b\xb4\xa0\xe0\x4a\x23\x3e\x7c\xa8\x94\x39\x8d\x0f\x1b\x74\xc7\x83\x37\x91\x33\x9f\x23\xc5\x44\x63\x08\xf0\xe2\x9b\x69\x31\x88\x82\x87\x4b\x63\x70\xdc\x44\xa4\xd0\x68\x0c\x51\xff\x15\x5a\x6e\xb2\x8f\xab\x97\x18\x58\xcd\x9d\x45\x9f\x06\x3d\x5f\x0d\xf8\x16\x86\xb7\x1a\x2d\x3d\xd7\x69\x5d\x5a\x3a\x96\x0e\x7a\x8b\x63\xe9\x30\x47\x6c\xd6\xc7\x18\xd5\xcb\xa1\xe5\x3e\x3e\xdb\xf3\x91\xca\x8a\x91\xca\x98\x31\x62\xaa\xa8\x8c\x19\xa9\x7b\x18\xa9\x85\x19\xa9\x66\x18\xa9\x85\x19\xe3\xa4\x17\x83\x33\xcc\x26\xb5\x30\xa3\xd6\x14\x54\x1e\x8c\x14\x1f\x8b\x54\x1e\x8c\x05\x95\xc5\x96\x78\xe4\x44\xcc\xc8\x96\x78\xac\xac\x37\xd8\x12\x8f\x9c\x73\x19\xd9\x12\x8f\x95\x35\x28\xd5\xf7\x92\xde\x2c\x36\xc8\x13\x80\xf3\x78\x1d\x25\x9c\x38\xab\x29\xb2\x45\x9d\x38\x0a\x24\xb2\x45\x9d\x48\x0a\x8e\x94\xc7\x4a\x24\x05\x47\x4a\x60\x5d\x4a\x99\x26\xb6\x7e\xff\xee\x9c\xb8\x1b\x94\xd8\x02\xfe\x72\xb5\x73\x35\xbe\xaf\x4e\xae\xa6\x2f\x57\xb9\x92\xff\x76\x65\xc6\xbf\x3f\x5d\xbe\x5c\xe5\x8a\x5c\xbb\xfa\xc5\xb5\x4b\xd4\x40\xfa\x72\x55\x7d\xf6\xf7\xd5\xcb\xd5\xf1\xba\xfa\xe1\xb2\x7e\x4f\xb5\x27\xf6\xaf\xbf\x3c\xa0\xe1\xae\xf7\x55\x0d\x6c\xbf\xaf\x6e\xae\xda\xfb\xaa\x71\xf5\xbc\xaf\x8a\xe9\xfb\xe5\xaa\x5f\x09\x12\x77\xfb\xe2\x21\xa6\x27\x84\xf7\x55\x04\x11\xe2\xfb\xaa\x7a\x48\xef\xab\x08\x22\xe4\xd7\x55\xf7\xdd\x13\x25\x9c\xbe\x5c\x45\xec\xa1\xbe\xaf\x32\xda\xd0\xde\x57\x19\x6d\xe8\x5f\xae\x72\x45\x22\xef\x6f\x5e\xe7\xfb\xaa\xb8\x5a\xaf\xab\x92\x76\xd8\xef\xab\x92\x81\xbd\xaf\x8a\xab\xf3\xbe\x2a\xae\xee\x97\xab\x7e\x25\x4a\xae\xe3\x25\xd7\x18\xde\x57\xe1\x35\xc6\xf7\x55\xf5\x90\xde\x57\x19\x41\xcc\xaf\xab\xbe\xe8\x4e\x14\xa7\xfa\x72\x95\x71\xc5\xfa\xbe\x2a\x1e\xda\xfb\x2a\xe3\x8a\xfd\x7d\x95\x71\xc5\xf1\xe5\x2a\x57\x24\xd7\xf9\xe6\x6a\xbd\xae\x7e\xd2\xdf\x5f\xae\x72\x45\x32\x5d\xef\xf1\x9f\xf7\x55\xf5\x79\x5f\x57\xd5\x67\x7a\xde\x57\x19\x53\x0a\xef\xab\x8c\x29\xc5\xf7\x55\xc6\x94\xd2\xfb\x2a\xdf\x4b\xca\x5f\xae\x72\xa5\xfc\xed\xca\x87\xd2\xd0\x0c\xa6\xfa\xbe\xca\x08\x52\x7b\x5f\x65\x04\xa9\xbf\xae\x7e\x8e\x60\xbc\xaf\xaa\xdf\xf9\xbe\xaa\x11\xac\xf7\x55\x8d\x60\xbf\xaf\x6a\x04\xf6\xba\xba\x79\x33\xd2\xf9\x72\x95\x2b\x92\xeb\x7e\xbd\x99\xf9\x79\x5f\x65\x5c\x39\xbc\xaf\x22\x99\x1c\xdf\x57\x19\x6d\x4e\xaf\xab\x1a\x6d\xce\xef\xab\xa2\x56\xde\x57\x19\x6d\xae\xef\xab\x8c\x36\xb7\xf7\x55\x46\x9b\xfb\x97\xab\x5c\x91\x5c\xed\x3d\x82\xf9\xbe\x2a\x5e\xd7\xeb\xea\x27\x57\xfb\xcb\x55\xae\x48\xa6\xe7\xdd\xe7\x79\x5f\x55\x9f\xf7\x75\x55\xe3\x2f\xcf\xfb\x2a\x94\x4a\x78\x5f\x65\xfc\x25\xbe\xaf\x32\xd2\x92\xbe\x5c\xe5\x8a\x64\x7a\x5f\x33\x58\xca\xfb\x2a\xbc\x96\xfa\xbe\x0a\xaf\xa5\xbd\xae\x7e\xf2\xda\xdf\x57\x91\x7f\x19\x5f\xae\x72\x05\x99\x86\xe7\x4d\x7f\xbd\xaf\x8a\xfe\x7e\x5f\x55\x0f\xf6\xbe\x2a\xae\xce\xeb\xea\xa7\xac\xee\xfb\x2a\xb2\xaa\xcf\xfb\x2a\xbc\xd6\xf0\xe5\x2a\x57\x90\x69\x08\x2f\x5e\x6b\x7a\x5f\x85\xd7\x9a\xdf\x57\xe1\xaa\x96\xd7\xd5\x4f\xfa\xf5\x7d\x55\xf4\xdb\x97\xab\x5c\x41\xa6\x21\xbe\xe9\x8f\xf7\x55\xd1\x9f\xef\xab\xa2\xbf\x5e\x57\x35\x57\x75\xbf\xaf\xaa\x5f\x7b\x5f\xfd\x41\x79\xb4\x44\xd5\xb8\x2f\x0f\x68\x18\xf7\xcb\xd5\x8f\x2b\xcd\x33\xc9\xf3\x71\x4f\x2f\x35\xcf\x3d\xce\xc7\x33\x66\x52\xf3\x24\x84\x7c\xdc\x03\x4e\xcd\x63\xec\x99\x1c\xe2\xd4\x3c\xff\x29\x9f\xa8\x3b\xaf\xb7\x3c\x60\x91\x9a\xfb\xd8\x19\xb4\x6e\x6a\x1e\x9e\xc9\xc7\xa1\xec\xa9\x2d\x28\x64\xfd\x37\xbd\xe5\xa1\xa9\xc4\xee\x54\x06\x83\x9b\x9a\xfb\x99\xf9\x54\x28\x6c\xfa\x6c\xf0\xb9\xe9\xb3\xc1\xcb\xa6\xcf\x0e\xf5\x0d\xd7\x5d\x7d\x76\x5a\x9d\xd6\xa2\xc5\x73\x06\x85\xc1\x7f\x06\x85\x01\x75\x0f\x15\xe5\x23\x29\x79\xa8\x28\x9f\xa9\x3b\x19\xfb\x82\x82\x31\x76\x5e\x9f\x76\xe8\xc5\x83\x43\xa9\x1d\x7a\xf1\xf5\x53\x6a\x07\x3e\x37\x23\x3a\xc8\xd3\xd4\xa2\x4f\x4f\xb9\x48\xed\xd2\x8b\xe7\xf7\xa7\x76\xe9\xe5\x32\xbe\x4b\x2f\x17\x3e\x3d\x3c\x99\xaf\xc3\x79\x12\x7b\x71\xf9\x7a\xa9\xbb\xd4\xdd\xb7\xce\xd7\x03\x47\xa9\xbb\x4f\x9d\x39\x96\x36\x75\xf7\xa5\x33\xc7\xd2\xa6\xee\x7e\x74\xbe\x1e\x58\x49\xfd\xa1\x4f\xdf\xb2\x4f\x3d\xd0\xa7\x63\xa8\x53\x77\x47\x2f\x5f\xaf\x49\x94\xba\x3b\x6d\xf9\x36\xdd\x39\x68\x41\xc1\x1d\xb5\x7c\x1b\x7d\xba\xd3\x95\x29\xc3\x95\x7a\xa4\x4f\xe6\xa8\x47\xf8\x64\x8e\x7a\x84\x17\x2f\x87\x91\x7a\x84\x5e\x67\x44\xee\xf8\xe4\x3b\xd4\x0b\x7c\x0e\xf5\x02\x2f\x43\xbd\xc0\x0b\xb3\xd9\x23\xbc\x0c\xf5\xe9\x33\xc6\xc9\xb7\xa9\x27\x28\xf8\x6e\x58\xea\x09\x0a\x06\x85\x44\x2f\x5e\x39\x26\x01\x99\xcb\xd7\x18\x91\x9b\xf0\x7c\x99\xbf\x9e\x19\xc3\xe5\xb9\x8c\xac\x2f\x72\xc9\xc8\xfa\x22\xc1\xcc\xf8\x2e\x7c\x66\xa8\x5f\xfa\x74\x43\x59\xc0\x50\xa7\xee\x06\xb2\x3c\x0f\xe3\x73\xc3\x58\x9e\x07\xc9\xbb\x51\x2c\xcf\xc3\xf8\xdc\x18\x16\x4a\x82\xa5\xee\xc6\xad\xb0\x32\x4f\xdd\x0d\x55\x79\x7c\x45\x98\xba\x1b\x9d\xc2\x31\x11\xa9\x17\xee\xe4\x4b\xed\xae\xa6\xcb\xa3\x79\x77\x05\x5b\x9e\x8c\x94\x2a\xcf\xe9\x2d\x70\x85\x5a\xc0\x65\xa7\xee\x8a\xb4\x80\xcb\x4e\xbd\x32\x86\xaa\x3b\xe1\xac\x31\x5a\x57\x79\x85\xdd\xda\xd4\x5d\xd5\x95\xa7\xeb\x4e\x78\xd1\xbc\x57\x78\xd1\x4c\x37\x28\x2c\xee\x6c\x50\x40\x61\xb2\x07\x5b\x48\x8e\x4f\xbd\x21\xa5\xad\x3b\xa1\xb7\x19\x43\x83\x9e\xe6\xd6\x23\x0f\xe5\xd1\x6c\x76\xa4\x64\xf4\xe2\xf1\xb5\x42\x85\xb0\xd4\x3b\x92\x38\xd0\xeb\x48\xe2\xc0\x67\x47\x12\x97\x59\xe9\xf0\x79\x7f\x70\xaa\x7e\xea\x1e\xa4\x2b\xe1\xe1\xd3\xf4\x4c\x8d\x12\x34\xd1\x9e\xa9\x51\x82\x26\xda\x41\x41\x25\x04\x5e\x09\x07\x05\x15\x60\xe7\xa9\xfb\xe6\x69\x09\x9a\x4c\xdf\x3c\x2d\x1c\x75\x91\xba\x27\x0e\x16\x72\xf8\x53\xf7\xc0\x4a\x21\x4f\x3f\x75\x0f\xac\x94\xa0\xcf\xdd\x03\x2b\x25\x24\xa6\x6f\x72\x67\xe1\xb9\xc9\x9d\x9a\xda\xc9\x9d\x55\xff\x65\x5a\x08\x69\xc2\x59\x83\x97\xc5\x73\x8d\xe7\x16\xcf\x69\xda\x17\xcf\xe9\xe3\x77\xf3\x50\x80\xb9\xa7\xee\xe6\xa1\x04\xbd\x04\x1e\x9e\x29\x61\x40\xcf\xc3\x33\x85\x83\x36\x52\x5f\x48\x70\x30\xa2\x85\x04\xa7\x28\x20\xc1\xa9\x3b\x91\xe0\x14\x05\xf8\x9c\x70\xb6\x91\x12\x1e\x59\xdf\x8c\x1d\xe5\xdd\x37\x63\xd8\xf0\xb9\x19\xc3\x66\x56\x36\xf4\x0e\xa3\xdd\xf4\x79\xb9\xd3\xe8\xe5\xd2\xa7\x9b\x95\x42\xc0\x29\x75\x37\x2b\x85\xe3\x3a\x52\xf7\x20\x4f\x89\x0f\x9c\x79\x90\xa7\x80\x35\x48\xdd\x4d\x4e\x21\xfc\x94\xba\xef\x4e\x14\xb0\x06\xa9\xfb\x36\x68\x89\x01\x0a\xbe\x1f\x59\x08\x38\xa5\xee\x11\xf3\x02\xd6\x20\xf5\x43\x9f\xfa\xa4\x0f\x7d\x66\x7a\x71\x93\x53\x28\x95\x96\xba\xef\xc9\x95\x88\x29\xee\x97\x3e\x0b\x8a\xe1\xd2\x67\x81\xde\x65\x44\x15\xce\x7c\x2f\xad\x70\x00\x71\xea\x6e\x9c\x4a\x6c\xcc\xd8\x65\x7c\x8d\x79\xb8\xf0\xd2\xd4\x0b\xbc\x34\x3d\xc7\xf8\x3a\x7c\x5e\x38\xd3\x5b\x70\xe1\x0c\x55\x00\x1e\xb8\x90\x30\x90\xc6\x03\x67\xa8\xf9\xf1\xd0\x27\xaa\x00\xac\x70\xa1\xe0\x5a\x1a\x0f\x32\xf3\x14\x81\x34\x3c\xe2\x52\x22\x6a\x02\x1c\x71\x21\xcc\x99\xc6\x03\x75\x66\x7a\x3c\x50\xc7\x68\x8f\x00\x75\x83\x7a\x60\xec\x06\xf5\x40\x9f\x28\xfd\x11\xe8\x13\xa5\x3f\x02\x7d\xa2\xf4\x87\x47\x00\x4a\x7a\xf8\xcf\x0d\x5e\xa1\x6c\x5b\x1a\x6e\xf0\x4a\x42\x95\x0f\x5f\x7f\x17\x8e\x3f\x4e\xc3\xd7\xd3\x85\x22\x6e\x69\xb8\x19\x2b\x89\xef\x7d\xf8\xfa\xb9\x70\x58\x48\x1a\xbe\x6e\x2e\x29\xf1\x5c\xa2\x97\x4c\x9f\x99\x3b\x0b\xa3\xcd\xdc\x89\x2a\x1f\x6e\xb8\x0a\xc7\x83\xa4\x91\xe1\xb3\x20\xcf\x0c\x9f\x0e\xfb\x4b\xa0\xa6\x8b\x1f\x8d\xfc\xd1\xaa\xb4\x18\x83\xaf\xb7\x0a\x67\x1c\xa7\x81\x39\x4a\x4d\xd4\x19\x03\xf3\x3e\x32\x63\xf0\x24\xa7\x34\x30\x55\x9c\x6a\x9c\x40\x62\x17\x4e\x35\x4e\xa4\x9b\x94\x34\xe0\xd3\xd7\x39\x25\x4d\xfa\xf4\xf5\x4d\xa1\x14\x5c\x22\xf9\xa4\x24\xcd\x34\x46\xcd\x6b\x18\x7c\x57\x25\x03\xf5\x2e\xc9\x60\x05\xeb\x97\x34\xb5\x8d\x96\xa6\xcf\xd3\x0f\x0b\x15\xdd\xd2\xc0\x8e\x64\x3e\xc6\x81\xad\xc8\x11\xb1\x60\x2b\x72\x64\x1a\xb0\x15\x39\xf2\x1c\xb6\x82\xf3\x47\xd2\xc0\x04\x38\xe4\xe3\xa3\xe5\x13\x96\x33\xaf\x19\x26\x80\x22\x09\x69\x60\x02\x72\x46\x10\x98\x80\x5c\x78\xc9\x31\x01\x59\xd3\x80\x09\xe0\x88\xe3\x04\xb4\xbc\x50\xee\x2d\x0d\x4c\x40\xc6\x73\x1b\x98\x80\xcc\x87\x3a\x3c\xd7\xac\x64\xd4\xf5\xf0\x5c\xb3\x92\x51\xd7\xc3\x41\x2c\x85\x6d\xd2\x34\x06\x5c\xe3\x4f\x8f\x01\xd7\x43\xcf\xc1\xf5\x44\x9e\x03\xae\xf1\xa0\xc7\x84\xb3\x05\x75\x4c\x0e\x05\xe5\x12\x59\x3f\x25\xa3\x92\xc7\x44\x4a\xa8\xe4\x31\xe1\x05\xb5\x3b\x26\xbc\x60\xa5\xc9\x08\x2a\xe0\x4f\x12\x19\x41\x25\xe3\x33\x8f\x89\x94\xf0\xb2\x86\xaf\x56\x0a\xf8\x93\x44\x7e\x50\x29\xa8\xdd\x81\xa9\xa2\x84\x5c\x1a\x98\xaa\x82\xef\x34\x30\x55\x45\x9f\x18\xa6\x8a\x03\x48\xd2\xc0\x54\x95\x04\x2f\x98\xaa\xa2\xd9\xc4\x54\x95\x2c\x7a\x93\x16\xf2\xc4\x54\x51\x12\x22\x0d\x4c\x15\x47\x2a\xa7\x81\xa9\xe2\xa8\x92\x34\x7c\x97\xa1\x14\x7d\x8c\x8b\x31\x54\xee\xc4\x8c\x15\xcc\xed\xc0\x8c\x15\xcd\x1f\x66\xac\xe8\x13\xdb\x50\x98\x7c\x9a\x98\xaa\xc2\xe2\x7d\x60\xaa\x8a\x94\x22\xa6\xaa\x48\x29\x1a\x92\xd0\xd7\x61\x48\x02\xdf\x89\xbc\xa9\x42\x79\xb9\x44\xde\x54\xe1\x60\xe6\x44\x6e\x54\xa9\xb8\x36\xe4\x46\x15\x0e\x20\x49\xe4\x46\x95\x1a\xd4\xe7\xa5\x05\x3d\x8c\x5a\x95\xac\x31\x6a\x1c\x47\x92\x86\xaf\xb1\x4a\x65\x5d\x33\x7c\x8d\x55\xc0\xbb\x24\x32\xac\x4a\x95\x04\x3d\x81\xa6\x54\x7d\x0f\xbe\xfe\x2a\x95\xf5\xe5\xf0\x84\x99\x52\x9b\x7a\xf1\x19\xab\x7a\xcb\x31\x94\x94\xc3\x48\xc3\x13\x63\x0a\xc7\x91\xa4\xe1\x49\x31\xa5\x4a\x66\x87\xf1\x2d\xf5\xc2\xf8\x96\xee\x64\x7c\x1b\x29\x61\x60\xab\x0c\x09\x06\x16\x14\x4b\x1a\x97\x31\xe0\x7d\x8e\xcb\x18\x0e\xf3\x87\x81\xad\x57\x2d\xe7\xa5\xc9\x58\x78\x12\x49\xe1\xe0\x92\x34\x3c\x79\xa4\x34\x99\x0e\xcc\x26\x78\x97\x44\x31\x87\xd2\x3c\xc1\x20\x4d\xcc\x26\xa5\xe7\xd2\xf4\x95\x61\x69\x51\xff\x25\x5a\x46\xcb\x79\x69\xb8\x13\x24\x8f\x94\xc6\x7a\x61\xfa\xae\x4a\x69\x59\xff\x35\x5a\x91\x56\xa7\xd5\x68\x0d\x5a\x93\x96\xcb\xa5\xd5\x1f\x1c\xbb\x91\x26\xb6\x97\x0d\xea\x34\xb1\xbd\x9c\xa1\x92\x66\x60\x08\x28\x37\xaa\x53\x94\xe6\x59\x1f\x69\x06\x86\xd0\x60\x2c\x30\x04\x94\xdb\xc4\x66\x37\x3e\x95\x19\x18\x02\xa1\x83\x19\x18\x02\x0b\xd1\x19\x18\x42\x67\xb0\x81\x21\x60\x9b\x66\x60\x1a\xa6\x28\xf8\xb4\x37\x2c\xce\x8c\xf0\xb9\x79\x2e\xc2\x27\xcb\x4b\xea\x66\x94\xc6\x64\x52\x37\xa3\x70\xa2\x4a\x9a\x11\x5e\x2e\x22\x8b\xd0\xbb\xf0\xe9\x0b\xd8\xd2\x1f\x3d\xb7\x68\xc1\x35\xb6\xbe\x13\x98\x99\x1e\x1b\x2f\x9d\x35\xc1\xf4\x98\x78\xe9\x11\x0a\x1e\x0b\x2f\x3d\x42\xc1\x17\xbe\xa5\xe3\x3f\x4c\x7c\x84\x9e\xd4\xf2\x29\xea\xa8\xa5\xe9\x91\xe5\xd2\x31\x32\x64\x09\x15\x6a\x9b\x24\x4a\x73\x94\x8e\xff\x40\x69\x8e\xd2\x51\x52\x93\x05\x6c\xd7\xfc\xb1\x80\xed\x9a\x07\x16\xb0\x80\x7b\xd2\x64\x01\xdb\x35\x2b\x19\x5e\x9a\x7a\xf1\xd7\xba\xe3\x1b\x4e\xbc\x89\xde\xd5\x0b\x7c\x76\xf5\x02\x9f\x9a\x23\xbc\x09\x0e\x51\x49\xb3\x30\x5a\x3e\xdb\xe9\xd1\xd3\xd2\x97\xee\x84\x97\xa5\xff\xe0\x05\xbf\x91\xa2\x21\xa5\xa3\x14\x29\x1a\x52\x3a\x4a\x71\xb2\x7c\xee\x9a\x5b\x3c\x8d\x6e\x7a\x0e\x5e\x0c\x0a\x15\x5e\x8c\x5e\x58\x30\xf7\x83\x5c\x2a\x72\x39\xc8\x9a\x45\x71\x67\xf5\x30\x59\x14\x8f\x87\xff\x3c\x79\xbc\x70\xc0\x4a\x22\x97\xaa\x8c\xc8\x5b\xc0\x12\x79\x68\x6e\x59\xf8\x0e\x8c\xd3\x64\xe1\x3b\x92\xfe\xa3\x4f\x8c\xd3\xc4\x99\x19\x18\xa7\xe9\xa9\x24\x85\xc3\x57\xd2\x64\x95\x3a\x34\xb7\xb8\x28\x03\xff\x6f\xe2\xa2\x80\x5e\x4a\x13\x17\x65\x54\x9e\x1b\x70\xc6\xa2\x7f\x0e\x38\xc3\xff\x9b\x38\x10\x83\xf5\xde\xc4\x81\x18\x9a\x31\x9c\x84\x31\x98\xcd\x01\x67\x28\xe1\xe9\x18\x85\xc2\xc1\x2c\x69\xe2\x40\x70\x30\x4b\x9a\x38\x10\x1c\xc5\x92\x26\x0e\xc4\xc0\x1b\xa4\xd0\x4a\x19\x9a\x5b\xd6\xac\x43\x5f\x2a\xce\xc5\x60\x85\x37\x3d\xf8\x59\x40\x44\xa5\xe9\xc1\xcf\x32\xf4\x15\x2f\xe8\x1d\xee\x5c\xd0\xc3\xd5\xa0\x5c\x4b\x19\x87\x11\xe1\x40\x8c\x03\x67\x38\x10\xa0\xa5\x12\x99\x6a\x65\x5c\x3d\x07\xbd\x2b\x0a\xd0\xbb\xcc\x34\x0e\xc4\x24\xac\x47\x09\x98\x32\x59\x35\x4e\x1c\x08\x8e\xf5\x4e\x13\x07\x62\x4a\xb1\xe3\x08\x70\xf4\x4b\xa2\x20\x4c\x99\xb8\x9f\x13\x47\x60\x62\x28\x27\xeb\xd9\xc9\xaa\x7f\x7a\x72\x4c\xf1\x63\xbd\xbf\xaf\x92\x3d\xf2\x5a\x66\x56\x27\x95\x96\x08\xf8\x10\xa6\x5e\x97\xcd\x10\xf4\x82\x6c\x86\x20\xe5\xcd\xf2\x79\x0e\xfd\xe7\xd3\x4e\xfd\x99\x44\xa5\x9a\x32\xb7\x5a\x0c\x41\x93\x82\x87\x32\x37\x4c\xe3\xa1\x4c\xbc\x41\x2a\xd5\x94\xa9\x29\xc2\x43\x99\x47\xcf\x39\x9f\x8b\x05\x17\x55\x6c\xca\x7a\xf4\x9f\xf3\xb2\x64\x27\x59\x5a\x2f\x29\x45\xbc\x97\x25\x0b\x87\xf7\xb2\x58\x4c\x4f\x3c\x8d\xa5\xd1\xe2\x4d\xac\xc2\xf4\xe1\x31\x2c\xa2\xa4\x13\x8f\x61\xe1\x77\x4c\xbc\x82\x25\x35\x88\x57\xb0\xf4\xa9\xe0\x15\x2c\x62\xa6\x93\x65\xf7\x92\x52\x64\xd9\xbd\xa4\xf8\x58\x4c\x2f\xe2\xa2\x93\xc5\xf4\xe2\x33\x5a\x58\xe2\xc5\xc7\xb1\xb0\xc4\x00\xc5\xd2\xc2\x12\x03\x14\x4b\x0b\x13\x07\x34\x2c\x2d\x4c\xdc\x32\xfd\xc7\x68\x89\x7d\x2e\x96\x9e\x1c\xb0\x92\x16\x4b\xcf\x85\x3f\x4d\x25\x9e\xc2\xe1\xd9\x89\x4a\x3c\x05\xd8\x58\xa2\x86\x4e\xd9\x41\xff\x2d\x5a\x95\xd6\xa6\x35\x68\x39\xbd\x1d\xf5\xdc\xa1\x05\x3d\x0c\x10\x87\xb6\xa4\x85\xb1\xd8\xac\x87\x16\xc6\x82\x43\x5b\xd2\xc2\x20\xec\xa2\x3b\x79\x8e\xa8\xe5\xc2\x20\x70\xa0\x4b\x5a\x2c\x2f\xa9\x62\x93\x16\xcb\xcb\xcd\xdb\xba\x30\x16\xbb\x22\x17\x8c\xc5\x26\xc4\xb1\x58\x7a\x72\xd8\x4b\x5a\x2c\x3d\x37\x66\x6c\x61\x2c\xf6\xd4\x7f\x8c\x6f\xea\x3f\x78\x61\x63\x9f\x8a\x41\x05\x28\x5a\x5a\x15\x5e\x88\x6f\x2e\xa2\xab\x14\xb2\x4d\x0b\x63\xb1\x51\x60\x8b\xe8\x2a\x65\x6d\xd3\xaa\xf0\x62\x50\xc0\x90\x70\xa0\x4b\x22\xfd\xb3\x6c\x94\x14\x29\x9e\x85\x42\xb6\x69\x61\x56\x36\x01\xab\x45\xac\x75\xa3\x88\x56\x85\x4f\x0c\xd0\xf2\x9c\xaf\x62\x0f\x6f\x01\x06\xc8\x34\x9b\x18\x20\xc3\x7f\x5f\xc4\x61\x4d\xb3\x49\x1c\xd6\xa2\x9e\x1b\xb4\xf4\x9f\xf3\x62\x05\x3e\x31\x47\x56\xf5\xdf\xa1\x85\xe4\x59\x5b\x9b\x24\x4f\x8c\x96\xda\xb5\x69\x11\xa3\xe5\x40\x97\xb4\x58\x77\x1b\x11\xfe\xc5\xba\xdb\x70\xcf\x16\xeb\x6e\x63\x9b\x9c\x9a\x4b\xc5\x08\x07\x2e\x4f\x2c\x2e\xc6\xda\x73\x75\xc6\x20\xc9\x63\xf0\x6c\xab\x4f\x9f\x5b\x2a\xe0\x26\x6a\x35\x15\x33\x24\x88\x89\xb3\x03\x2f\x83\x3e\x51\xfa\x8b\x55\x31\x87\x6e\x27\x2a\x37\x95\xc3\x7a\x68\x61\xb8\xa8\x87\x9b\x16\x86\x4b\xfb\x6d\x0b\xc3\xe5\x10\xbd\xef\xaa\xe4\x85\x4d\x3b\x12\x3c\x36\x8d\x73\xbc\xd3\xc2\xa6\x1d\x82\x13\x0b\x9b\xc6\x39\xde\x69\xb1\x98\x3e\x51\x77\x0e\x5a\xba\xd3\x87\x7e\x08\x4e\x2c\x07\x98\x95\x93\xc4\xf4\xa6\x85\xc8\x58\x68\x73\x42\x4d\x5a\xd8\xc2\x83\xdb\xbf\xb0\x85\x27\x33\x3c\x6c\xe1\xd1\xc7\x88\x2d\xe4\x6c\xf0\xb4\xb0\x46\x87\x45\xea\xc2\x1a\x1d\x4d\x34\x26\xe7\xe0\x31\x2c\x4c\x0e\xf8\xc0\xb4\x30\x39\x87\x98\xf0\xc2\xe4\x70\x96\x4d\x5a\x98\x9c\x33\xf4\x1c\x23\xc2\x1b\x5c\x9b\x11\xe9\x05\xf1\x74\xcc\x02\xae\x30\x2d\x4f\xc7\x2c\x87\xd8\x12\xc5\xae\xca\xd1\xe7\x87\x59\x39\x9b\x97\x80\x18\xed\x91\xc2\xc4\x90\x1c\x3c\xbe\x85\x21\x39\x7a\x41\x58\xb2\x1e\xbc\x82\xc5\x92\xf5\x10\x29\x24\xab\xb9\x68\x0b\x8f\xac\xe6\x72\xa5\x3e\x31\x24\x97\x08\xf1\xc2\x90\x5c\xbc\x41\x32\x9e\xcb\xd5\xeb\x82\x79\xb8\x9a\x77\x16\x94\x9c\x6f\x9e\x16\x51\xd9\xab\xcf\x8f\xa8\xec\x95\x32\xc5\x90\x50\x50\x38\x51\xb0\xab\x68\x23\x90\x82\x5d\x85\x33\x77\x12\x05\xbb\xca\x95\xda\x65\xb1\x09\xc8\x31\x2d\x47\x28\x94\xab\x99\x26\x7e\x7b\x33\x32\x63\x21\x7a\x09\x63\x6c\x16\xa2\x17\x0f\x73\xb3\x10\xe5\x3c\xf5\xb4\x59\x88\x5e\x14\xf4\x66\x21\x7a\x51\xc9\x9b\x18\xed\x6d\x7a\x0e\x0a\x4d\xcf\x41\x01\x43\xb9\x59\xfd\x5d\x0c\xe5\x66\xf5\x77\x79\x97\x36\x71\x58\x60\x94\x89\xe2\x61\xe5\x4e\xb5\x7c\x6e\x2f\x4a\x78\xb3\x1a\xbb\x6c\x32\xed\x88\xcc\xf0\x30\x77\x44\x66\x84\xa8\x36\x2b\xb5\x8b\x4f\xb9\x59\xa9\x71\xfe\x4f\xda\x18\x43\xea\x3f\x25\x0a\x92\x95\x8b\x9a\xa0\x20\x59\xd1\xb6\x20\xb9\xe6\xe5\xa2\x76\xc9\x35\x2f\x17\x6f\x70\xfb\xa6\x64\x7d\x1e\xb5\x9a\xb7\xd8\x11\xda\x9e\x8b\x54\xb5\xd9\xb7\xdd\x88\xd6\x87\x2f\x9c\x1c\xf5\x0a\x6c\x33\x91\xa3\x5e\x1f\x42\x2a\xdb\xe3\xb7\xf5\x21\x26\xbc\x33\x14\x50\xc9\x3b\x43\x81\x3d\xa0\x9d\xa1\x50\xd4\xe7\xa0\x85\x24\xdc\x14\xd7\x87\x9d\x81\x5d\xe8\x45\x92\x2f\xf4\xc2\xda\x6c\x17\xee\x74\x68\x5f\xda\x6e\x28\xeb\xc3\xd6\xed\xf6\x60\x6b\x7d\x08\x4a\x6d\xdf\x6a\xac\x0f\x2e\xca\xae\xf4\xb2\x74\x27\xbc\xa0\xae\x77\xa5\x17\xc9\xda\x4d\x5c\xe5\xa0\xf9\xb4\x2b\x92\x60\x35\xb6\xdd\xc4\x55\x6d\xf6\x6d\x37\x71\xf5\x21\x60\xb5\x1b\x92\xe0\x6b\xdc\x8d\x31\x60\x1a\xb7\xa7\x2e\xd7\xc0\xb7\xb9\x7d\x55\x55\x7d\x9f\xee\xbb\x2a\x99\xfc\xfc\x1a\x02\x8c\xb9\xfd\xa9\xda\xb4\xdb\x6e\x7f\x6a\xc0\x32\x6e\xb7\x3f\x35\x10\x5f\xd9\x6e\x7f\x2a\xe7\xd3\x27\xf2\xfa\xab\x36\xed\xc8\xeb\xaf\xda\xa6\xdb\x6e\x7f\x2a\x08\xd2\xb4\x3d\x26\x5c\x03\x8b\xb8\xed\xd1\xdc\x4a\xe1\xad\x04\x02\xa0\x06\x4d\xdf\x80\x82\x26\x6c\x40\x01\x25\xbc\x7d\xc1\x55\x03\x7e\xea\xf6\x05\x57\xa5\x52\x75\xda\x6e\xb7\x2a\x95\xaa\xd3\x9e\xf4\x82\x4a\xde\x93\x5e\xba\xee\x44\x48\x9a\xe8\x49\x2f\xf8\xf6\x7b\xd1\x8b\x26\x7a\x21\x25\xfc\xa3\xbd\xe0\x53\x1f\xe3\x42\x4a\x24\x92\x82\x3f\xa8\x41\x2f\xc1\x82\x3a\x56\x9a\x0a\x79\x55\x89\xb0\x54\xc8\xab\x41\x1f\xe3\x82\x3a\x6b\x82\xbd\xa1\x4e\x4c\x78\x6f\xe8\xe1\xc3\xee\x0d\x3d\xc2\x2d\xdb\x8d\x45\xd5\xc6\xdc\xf6\x35\x48\x8d\xfa\xc4\x7c\x0d\x52\xc9\x04\x4f\xdb\xd7\x20\x35\x6a\x6e\xdd\x58\x54\xce\xdf\x4f\xdb\x8d\x45\x8d\xfa\xfc\x7c\x0d\x52\xb5\x4d\xb7\xdd\x74\xd4\xa8\x99\x36\xe8\x61\x60\xf7\x81\x02\x1e\xed\x3e\x50\xd0\x87\x7a\xa0\xa0\xb9\x3d\x50\x28\x7c\x0e\x07\x0a\x9a\x31\x5f\x91\xd4\x88\x9f\xba\xdd\xc8\x54\x50\xb7\x69\x1f\xa8\x4b\x7d\x1e\xa8\x4b\x7d\x7a\x0c\xb3\x46\x4c\xf1\xbe\xf0\x82\x81\xdd\x17\x7a\x6c\xb7\xed\x0b\xbd\xa9\x16\xf4\xf0\x6f\xf7\x85\x9e\x94\xe9\x85\x9e\xd4\xa7\x9b\x8e\x1a\x31\xa2\x16\x90\x2e\x99\x13\x16\xa0\xc7\xc7\x68\x81\xb1\xe3\x3b\x99\x07\xeb\x6a\x7a\x74\x67\xa3\xa5\xff\x3a\xad\x41\xcb\xe9\x71\xc6\x7e\x32\x0f\xd6\xd5\x84\xa3\x63\x9e\x2a\x5c\xb5\x51\x66\x1e\xac\xab\x89\x15\xac\x79\xb0\xae\x72\xda\x51\x32\x37\x0f\x35\xf1\xe5\x58\x84\x1e\xd2\xb5\x08\x3d\x36\x3a\x2d\x42\x0f\xe3\x64\x9e\x1e\x5b\xb5\xc5\x65\x9e\x1a\x5b\x29\x2c\x96\x2c\x41\x8f\xfd\x13\x4b\xd0\x63\x1d\x6c\x6e\x1e\x2a\x45\xc7\x92\xb9\x79\xa8\xda\xfe\xb2\x04\x2f\x48\xde\x50\xfa\x89\xd0\x88\xa1\xf4\x13\x6b\x02\xf3\x95\x53\x4d\xac\x9f\xcd\x57\x4e\x15\xa0\x5e\xb2\x0c\x05\x53\xcb\x67\x93\x62\x65\xc9\x50\xf3\x89\x15\x82\xf9\xaa\xaa\x66\x62\xc9\xe6\x21\xb8\x9a\x31\x40\xe6\x21\xb8\xca\x19\xfb\x09\x34\x50\x05\x9a\x97\xcc\x57\x55\x35\x13\x94\x32\x4f\x68\xac\x19\x77\xc2\x7c\x55\x55\xb5\xc7\x65\x18\x8b\xcc\xbb\x6b\x18\x8b\xcc\x6a\x8c\x12\x8e\x35\xb3\x26\x30\x0f\xcf\xd5\xcc\x2a\xc0\x0a\xd4\x09\xd2\x5a\x85\xde\xf8\x51\x42\x9c\x61\x63\x32\x96\xdf\x2a\xac\xf0\xea\x1a\x56\x25\x63\x71\xa8\x18\x59\x33\xaa\x87\x8a\x91\x35\x2f\xdd\x89\x58\x88\x0d\x1a\x56\x25\x63\x71\x0c\xab\x42\xa9\xb4\x64\x0d\x7a\x2c\x17\xcc\x17\x4e\x95\xba\xe3\xc9\x1a\x62\x31\x86\x80\xfd\xc9\xa6\xe7\xa0\x80\xa7\x48\x85\xca\xaa\x6d\x2c\x2a\x54\xd6\xac\x29\x6a\x50\xbf\x7a\x0e\xea\x97\xf1\xf9\x52\xa9\x16\xe2\xc5\x86\x39\xd2\x86\x97\xf9\x52\xa9\x82\x35\x4c\xe6\x4b\xa5\xca\xf9\xfb\xc9\x30\x55\x85\x1d\x66\xc3\x00\x69\xc3\xcb\x30\x32\x85\xe0\xbf\x0d\x28\x90\xd6\x67\x03\x0a\xf8\x86\xe6\xcb\xa1\x5a\x58\x84\x1b\x46\x46\x1b\x57\xe6\xcb\xa1\x0a\x2a\x31\x19\x26\xa7\xe8\x33\x9a\xf0\x42\xdc\xd7\x7c\xed\x52\x0b\xde\x84\x61\x72\x0a\x7e\x9c\x61\x72\x8a\x3e\x23\x4c\x4e\x19\xfa\x6f\xd3\xe2\xe5\xc1\x00\x71\xfe\x7e\x32\x0c\x50\x61\x81\x6e\x0b\x7a\x98\x23\x80\x6c\x95\x02\x6f\x09\x20\x5b\x2d\xa8\x2c\xc0\x6a\xb5\x68\xde\x17\x92\xc0\xef\x00\x90\x56\x39\x87\x29\x01\x48\xab\x45\xf3\xbe\x91\x35\x41\x14\x00\x69\xb5\xe0\x0d\x02\x48\xab\xe5\x20\xeb\xcd\x18\xa4\x06\x37\xf4\x34\xd3\x18\xa0\x82\x37\x68\x18\x92\xca\xa2\xd1\x7c\x6b\xac\x56\x3c\x3e\xc3\x3c\x54\x56\x71\x86\xd2\xd7\x46\x99\xa1\xf4\xb5\x51\x66\x1e\x6a\xaa\x55\x8a\xef\xd2\x0b\x26\xc7\x50\xfa\x94\x82\x4b\xe6\x6b\x89\xca\x09\xff\xc9\x2e\x14\x8a\xee\xf4\xf9\xd3\x96\x9a\xb9\xa7\x5f\x29\x13\x97\xce\x03\x05\x3e\xdb\xf3\xc0\x35\xa1\xad\xe3\x21\xaa\xca\x19\x4d\xe9\x78\x6e\x46\xad\x38\x10\x07\x83\x50\x59\xca\x1f\x0c\x02\x88\xcc\x74\x30\x08\x95\xa5\xfc\x09\xf0\xc2\x57\x7c\x7c\x67\xa7\x6a\x63\xee\x60\x02\x2a\xf3\x77\x30\x01\x94\x97\x4b\x07\x13\x50\x97\xee\x74\x59\x53\x6c\x2e\x9d\xc0\x18\x08\x38\x1e\xcc\x03\xb8\xce\x74\x30\x0f\xd5\xf4\x1f\xd4\x99\xcd\x13\xa1\x7e\x74\x27\xa3\xbd\xfa\x0f\x29\xe1\x5c\x1c\xd4\x3c\xa7\x40\xa5\xe3\x9e\x7e\xd5\x16\xde\xc1\xd3\xd7\x16\xde\xf1\xf4\xc3\xda\xd8\x12\x3d\x1e\x4a\xab\x8d\x15\xde\xc1\x63\xa7\xf2\x7e\x3a\x78\xec\x14\xb0\x4b\x07\x55\xde\x98\xe9\x83\xc7\x4e\x55\xfe\x74\xf0\xd8\x1b\xeb\xf5\x83\x9a\x07\x3a\x9a\x0e\x6a\xbe\xf1\x4e\x1c\x54\x79\xc3\xd5\x38\x05\xae\x59\xc5\x1d\x4f\x23\xac\x8d\x3c\x91\x83\x2a\xe7\x9c\xa9\x04\x10\xb1\xfa\x39\x53\xdf\x55\xc9\x87\x45\x80\x36\xe6\x4e\x81\x38\x36\xf4\xa0\xe5\x5b\x63\xb0\x1e\x2d\xab\x8d\x8f\xff\xa0\xf3\x1b\x0b\x0b\x90\x8e\x55\xdb\x74\xa0\x19\xab\xb6\xe9\x4e\x85\x31\xbc\x97\xc3\x52\x82\x63\xad\xd2\x41\xe9\x83\x69\x4d\x87\xe5\x02\x47\x09\xa4\xd3\xa0\xa0\x17\x04\x55\xde\xf4\x82\x34\xc4\x89\xba\x06\xdb\x58\x1b\x59\xa0\x60\x1b\x6b\x23\xea\x7c\x50\xde\x0d\x55\x7e\x50\xad\x8d\x28\xdb\x61\x15\xd0\x50\xd7\x07\x6f\x5e\x5b\x71\x07\x45\xdb\x51\xbb\xc7\xa3\x49\xb5\xa3\x5a\x0f\xfe\x7b\x67\x69\x7d\x06\xcf\x49\xf0\x83\xe7\xf0\xf1\x0e\xaa\xb5\x37\xf5\xe2\xaf\x75\x27\xff\xf6\xe0\xcd\x6b\x13\xed\x78\x14\xaa\x76\x42\x2a\xc7\xc3\x49\xb5\x4b\x4a\x1e\x4e\xaa\x5d\x1f\x23\x2a\xb9\x0f\xdd\xe9\xa3\xed\x53\xff\x41\x41\x12\xc4\x9b\xef\xfa\x8c\xf0\xe6\x3b\x9b\x29\x07\x6f\xbe\x13\x57\x03\x83\x59\x3b\x0a\x13\x0c\x66\xd5\x46\xd9\x59\x50\x90\xac\x51\xb4\x9d\xb8\xda\x41\xd1\x52\xbb\x2f\x51\x22\xb9\x0e\x0c\x1e\x18\xcc\x3a\x88\xf7\x1f\x0f\x0b\xd5\x11\x74\xa7\xcf\x9f\x36\xca\x0e\x9e\xfe\x48\x7a\x6e\xd1\x82\x33\x94\xf0\x48\x8c\xd6\x77\x29\xea\x20\xe0\x71\x50\xc9\xda\x28\x3b\xf8\xfd\x03\x13\x77\xf0\xed\x07\x59\x07\x07\xdf\x7e\xa0\x22\x8f\xe7\x3c\xd4\xa1\x77\x1e\x4f\x7f\xe8\xfd\xc4\x9b\xd7\x86\xd7\xc1\x9b\x1f\x18\xa7\x83\x37\x3f\xa4\xdc\x50\xec\x83\xac\x83\x83\x62\xd7\x86\xd7\xc1\x9b\x1f\x98\xaa\x73\x18\x11\xeb\xa1\xe3\xbb\x0d\x75\x10\xb0\x3a\x98\x00\x6d\x63\x1d\x4c\x80\xb6\xb1\x0e\x26\x40\x9b\x53\x07\x13\x30\x08\x4e\x1c\x4c\x80\xb6\xaa\x0e\x6b\x82\xc9\x66\xf4\x61\x4d\x40\x41\xc0\x74\x58\x13\x68\xab\xea\xb0\x26\x98\x01\x5e\x58\x13\x4c\x29\x37\x0f\x35\x55\x4a\x07\x26\x8a\x53\xd7\x19\xf5\xdc\xa1\xa5\xe7\x7c\x0c\x93\x80\xd5\xf5\x20\x51\x9d\xcc\xd8\xf5\x6c\x85\x3a\x59\x07\xdf\x07\xce\xf8\x72\x2e\x06\x68\x62\xe2\x2e\x26\x67\xb2\xf2\xbd\x9e\x0e\x58\x27\x29\x8d\xf7\x81\x7a\xd5\x9d\x50\x27\x9b\xe6\x3e\x50\xc7\x70\x5d\x4f\x49\xa8\x13\x4d\x74\x31\x4e\x93\x2f\xe7\x62\x9c\x26\x01\xc7\xcb\x6a\x85\x93\x13\xd2\x65\xb5\x32\x99\xb1\x8b\x39\x9a\xa6\xff\xa0\x47\x00\xe2\x62\x8e\x26\xf3\x70\x31\x47\x0b\x47\x8e\xb2\xd9\x75\x21\xeb\xeb\x60\xc3\xba\x70\x0b\xae\xa7\x18\xd6\xc5\x3b\x7f\x31\x55\xeb\x87\xb1\xe4\xcb\x22\x67\x21\xea\xcb\x22\x67\x25\x75\x32\x68\x89\x9c\xb3\xc9\x51\x09\xe9\xfa\x86\x50\xe5\xa8\x84\x74\x59\xe4\x2c\xa2\x49\x97\x45\x8e\xb6\xc6\x2e\x4b\x97\x45\xde\x06\xf5\xbc\xeb\xc2\xff\x03\xa0\x5c\x17\x4a\x1f\x80\x72\x5d\x28\xb0\x4b\x2c\x6b\x91\xa0\x73\x33\xc3\x1b\x6a\x31\x3c\x96\x4a\x97\x65\xcd\xc2\xd3\xbf\xd8\xc2\x85\x37\x0f\xcc\xb9\x2e\x96\xa5\xc0\x9c\xeb\xc2\xe3\x03\xe6\x5c\x17\x61\x85\x8b\x2d\x5c\xa4\xf2\x5c\x96\x3c\x6b\x89\x17\xc6\xce\x27\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xe5\x76\xb1\x93\x0b\xdf\xf0\x62\x19\x97\xe9\x4e\xef\x73\x93\xca\x73\x3d\x7b\xa0\xee\x47\x77\xba\x3c\xb5\x6d\x76\x31\x7f\x9b\x0f\xe7\x62\xfe\xb6\xe6\x08\xf3\xb7\xb1\xfc\x17\xf3\xb7\x59\x62\x5d\x56\x32\x5b\xb3\xc2\x4a\x66\x6b\x56\x58\xc9\x68\x6b\xec\x12\x3b\xdb\xa8\xb3\x8b\x31\xa4\x2e\x63\xba\x98\xbf\x8d\x3a\xbb\xac\x64\xb6\xe6\x8f\x95\xcc\xc6\x00\x5d\x56\x32\x9b\x20\xd1\x25\x92\xb6\x35\xb7\xbe\x3d\x54\x39\xe3\x31\x5d\xdf\x1e\xaa\x1b\x6f\xf0\xb2\x22\xd9\x78\xf3\x97\x15\xc9\x26\x8d\xf0\x62\x1a\x39\xe3\x31\x5d\x4c\xe3\x46\x0d\xde\x8e\xcc\xf4\x51\xb1\xce\xd8\x98\xe9\xcb\x3a\x63\xb3\xb5\x79\x31\x94\x5b\x9f\x18\x86\x72\x63\x64\x2e\x86\x72\xe3\xa3\x5f\x0c\xe5\xd6\x1c\xb1\x22\xd9\xa4\x18\x5e\x4c\xa3\xb6\xd4\x2e\xa6\x71\x1f\xdd\x89\xac\x09\x5c\x5c\xd6\x20\xda\x28\xbb\xbe\x47\x52\x0d\x55\x77\x3d\x19\xb1\x6a\xa3\x8c\xfa\xef\xd5\xf0\xea\x2e\xeb\x13\x23\x97\xe7\x12\x20\x33\x7c\xfb\xeb\x7b\x2b\x55\x5b\x6a\x17\x93\x6a\xfa\x36\x3d\x27\xa0\x5a\x52\x2f\xd0\xcb\x50\xc7\x6c\x1a\xbe\x1a\xf0\xfd\x6a\x24\x0e\x02\xdf\xaf\xc6\x6a\xec\x62\x36\xb5\xf9\x76\x7d\xa7\xa5\x52\xa1\x32\x51\x7d\xbe\x1a\xe9\x72\x17\x43\x69\xfa\x36\x31\x94\x86\x3b\x41\x51\xb1\x6a\xe4\x6b\x53\x4c\xac\x1a\x0e\x19\x45\xc4\xaa\x0d\xdd\x09\x05\xf0\x70\x14\x0d\xab\xa6\x2f\xd5\xb3\xe1\xab\xe9\x4b\xc5\xa4\x1a\x21\x0e\xea\x72\x55\xd3\x17\x77\x18\x9f\xbe\x31\xd6\x43\x46\xdc\x97\x0a\x5a\x95\x8a\x98\x89\xca\x59\xd5\x8e\xfe\x83\x9e\x66\x13\xb3\xa9\x4d\x3b\x2a\x5f\x55\xbb\xba\x93\xf1\x69\x6e\x09\x90\x19\x71\x7b\x6a\x4e\xd5\xe3\x73\x9b\x29\x72\x50\xd9\x45\xcb\x14\x37\xa8\xc7\x1d\xb9\x4c\x51\x83\x0a\x48\x2e\x53\xcc\xa0\x7a\x5d\xcd\xef\xa9\xe4\x4c\x8d\x83\xca\xe6\x5b\xa6\xb6\x41\x65\xf3\x2d\x53\xd7\xa0\x72\xec\x46\xa6\x8c\x40\x3d\x59\x2d\xa3\x25\x56\xfc\xa5\x03\x69\x97\x29\x17\x50\x4f\xa1\x17\x2c\xd5\xa9\x0c\x81\x65\x14\x28\xbc\x0c\xdc\xbe\x72\xec\x46\x06\x66\x5f\x8f\x7f\x9a\x19\x78\x7d\x3d\x83\x3e\xb1\x54\x67\x30\x58\x2c\x15\x85\x3b\x33\xf0\xf8\x7a\xdc\xb3\xc9\x40\xdd\xeb\x99\xba\x13\x7a\x1e\x37\xcc\x40\xdb\x2b\xd8\xba\x0c\xa4\xbd\x82\xad\xcb\x40\xd9\x2b\x9b\x6f\x19\x68\x7a\x3d\xee\x61\x66\xa0\xe6\x95\xd3\x35\x33\x10\xf3\x7a\x8c\x3e\x59\x70\x9d\x03\x3d\xe2\x6a\xc7\x97\xd6\x19\x78\x78\x3d\x17\x49\x60\x8e\x38\x6b\x33\x03\xdd\xae\x6c\xb7\x65\x20\xdb\x95\xed\xb6\x0c\xfc\xba\x72\x3c\x48\x06\xf6\x5c\xaf\x66\x85\xa5\xd9\x4d\x3c\xc7\xd2\xec\x66\x9e\xc3\x1c\xdd\xa2\x16\xf4\x0a\xbc\x10\x49\x63\xc3\x2b\x03\x25\xae\xb7\xea\x3f\xe7\xf3\x36\xe8\x11\x49\xbb\x9a\x15\xe2\x63\x60\xeb\x32\x20\xde\x4a\xdd\xd0\x0c\x78\xb7\x82\xad\xcb\x00\x71\xeb\xd5\xfc\x61\x64\xee\xe0\x4e\x8c\xcc\x1d\xbc\x05\x6c\xc2\xdc\xa9\x16\x23\xd2\x1c\xb1\x8e\xba\xae\x76\x33\x40\xd8\xca\xd6\x58\x06\x00\x5b\xef\x62\x1e\x08\x90\x71\x7a\x68\x06\x7d\x5a\xaf\xf1\x16\x34\xe8\x19\xff\x61\x48\xee\x81\x17\x0c\xc9\x3d\xf4\x89\xb1\xb8\x9a\x3f\xd6\x5f\x20\xed\xf2\xc3\xfa\xeb\x5e\xe8\xf9\xfa\xab\x3d\x8f\xfe\x3b\xb4\xd4\xcb\xa5\xc5\x7b\xed\x01\xb2\xf6\x68\x6e\x3d\x40\xd6\x1e\xcd\xad\x9b\xa3\xf6\x04\xf8\x74\x73\xd4\x9e\x80\x04\x3d\x27\xa0\x3d\x91\xb1\xbb\x39\x6a\x8f\x3e\xf0\x0e\xbd\x84\xcc\x3a\xf4\x12\x9c\x0d\xe8\xb9\xbb\x94\x9f\x41\x9f\xfa\xfe\x7c\x87\xa6\xb1\x89\x96\x1f\x0f\x9e\xb5\xa7\x42\xc1\x57\x7f\xed\xd1\xd7\xe8\xab\xbf\xf6\xe8\x2d\x70\x83\xd7\xc0\xd6\xe5\x67\x30\xf6\x0e\xd7\x6e\xf0\xda\xd3\x91\xee\x80\xcf\x2e\x5e\xe0\x73\xf0\x9e\x4d\x46\x3b\x19\xfb\x84\xb3\xc9\x3c\x4c\xe8\xe9\x4b\x9d\xd0\xd3\xbc\x4f\x28\x6c\xa8\x4f\x28\x6c\xf8\x9c\x50\xd8\x3c\xb7\x90\xae\x31\xbe\x05\x3d\xd3\x7f\xd0\xd3\x6c\x2e\x24\x71\x99\xb1\xf5\xbf\x08\x3b\x97\x64\x5b\x56\x5e\x3b\xd7\xdd\x8a\xdb\x04\x12\x24\x1e\x11\x7f\x67\x78\xba\xe6\x82\xfb\x5f\x70\x2c\x7d\x63\x1d\xc7\xb9\x61\xef\x5d\x64\xce\x4c\x10\x90\x48\x03\x09\x31\x18\x89\xa7\xf7\x62\x24\x48\x99\xb3\x14\xbb\xc6\xf6\x69\x6e\x63\xd7\xd8\xb8\x6b\xd5\x52\xec\x1a\xdb\xf7\xd1\xdb\x70\xdd\x35\x92\xe4\x2c\x85\x69\x6c\xdc\x1b\x64\x29\xce\xd4\x37\xa2\x6f\x96\x22\x5a\xd4\x82\xc5\xf5\xcf\x2a\x39\x2c\x6a\xfb\x8c\x89\x0e\xaf\x5e\xfb\x34\xb5\xb1\x11\x6d\x9f\xd1\x78\x58\xd4\xf6\x39\x0d\x6c\xba\x20\x25\xbc\xe9\x82\xd3\x85\x4d\x17\x5c\xb5\x0c\x4a\xaa\x05\x31\xab\x9e\x44\xcc\xca\x93\x07\x59\x2a\x4f\xc6\xb6\xb4\x41\x21\x6b\x29\x42\x55\xed\x93\x2a\x38\xc8\xd2\x19\xf8\x83\x2c\xfa\x08\x0e\xb2\x48\x15\x1c\x64\x19\xb4\x77\x90\x45\x8a\x3d\xb6\xb3\xed\x93\x62\x3f\x0c\xf5\x94\x2c\x0c\xb5\xd4\xc4\x41\x4e\xa9\x82\x8b\x9c\x9b\xff\x2e\x72\x6e\x3e\xa5\xcb\x98\x49\x79\x5f\xe4\x3c\x8c\xd9\x45\xce\x43\x7b\x17\x59\xf4\xf1\xc4\x46\xb4\x65\xa9\xeb\xd8\x88\x36\xd8\x79\x0c\xc2\x93\x96\x3f\x3e\xc8\xd8\x88\x36\x42\x71\x96\x62\xb3\xd9\xb2\xa6\x3d\xce\x35\x34\x28\x6b\xed\x0b\x2b\xdd\xb8\xba\xd6\xbe\x44\x2d\xcc\x2d\x44\x29\x8d\xcb\x9c\xec\x4b\xd4\x12\x9e\x50\xfb\x12\xb5\xb0\x88\xbf\x30\xc5\x2d\xc7\x9e\xc7\xbe\x30\xb7\x2d\x63\x60\xbf\xd8\x34\xb6\xcc\x6c\x7e\xe1\xed\x6c\x64\xcc\xd9\xf7\xd1\x7a\xd3\x7f\x85\x12\x75\x7e\xc8\x32\xf5\x24\xb2\x4c\xd5\xd9\x29\x21\x67\xf8\x3e\x5b\x66\xd9\x7e\x1f\x72\x6e\x7a\xf4\x21\xe7\x56\x2d\xc8\x19\x98\xd9\xbe\x38\xf2\xd7\x32\xf3\xf0\xc5\x46\xb4\x71\xdd\x97\x7d\x1f\x7d\x38\xb4\x97\xe9\xc3\x41\xce\x4c\x1f\x02\x57\xd9\x97\xe9\xc3\xd5\x7f\x21\x27\x3c\x3e\xf6\x85\x09\x6f\x25\x42\xa9\x06\x9d\x4c\x2b\x81\x6f\xed\x0b\xdf\x67\x2b\xac\x95\xaf\xf0\x9e\xc6\xba\xf0\x9e\xd3\x7a\x98\xe9\x46\xb6\x99\x7d\x61\xa6\x5b\xa9\xb4\x10\x66\xba\x95\xa6\x5a\x68\x41\xa3\x1b\x3b\xca\x56\x9a\xda\xbb\x94\xa8\x25\x4e\x47\x34\x32\xd1\xec\x8b\x1d\x65\x2b\x9d\x3e\x84\x79\x6f\xb0\xe9\xda\x67\xc8\x89\x32\xfd\x0c\x39\x87\xde\xa3\x75\xd6\xca\x67\xb4\xae\x39\x32\x5a\x9f\xaa\x93\xd6\x27\x73\xeb\xb4\x8e\x11\xfd\x62\x0f\xd9\x8a\x66\x2c\xf6\x90\xad\x68\xc6\x9c\x91\x40\xb5\x7e\xce\x48\x1c\xc6\xd3\x19\x09\xcd\x8a\xd3\xde\xa5\x96\x4a\x8f\x2e\xed\x55\x7a\xf4\x90\xac\xd2\x23\xd4\xee\x17\x26\xbc\x19\x46\x14\x0a\x9e\x66\xe1\xad\xb6\x2f\x0c\x7a\xb3\xa4\x27\xe3\x9b\xb0\x8f\xff\xc2\xa0\x37\xd2\xe2\xec\x8b\xdd\x5f\xb3\xcc\xe8\x62\x60\xad\xa8\x94\x29\x31\x63\x11\x65\x6a\x66\xbc\xd7\x69\xdd\x99\x23\xcc\xad\xfd\xcc\xfb\x1f\x55\xf2\x37\xa8\x12\xec\xf4\x61\x19\x89\x18\xda\x37\xa8\xb2\x31\x61\x58\x46\xeb\x74\x1d\xcb\x68\x9a\x68\x2c\xa3\x69\xa2\x07\xdd\x1b\x08\x3d\xe9\xde\x60\x89\x61\x27\x0d\xab\xf9\xc5\xc6\xb0\xd9\x64\x20\x62\x63\xd8\x0c\xb4\xfb\x61\x35\x6d\xd2\xd9\x89\x2c\x8b\x49\x99\x74\x6f\x21\x75\xf8\x53\x9b\x2d\xbd\x87\x9c\xfa\x24\xb0\xaf\x64\xc5\x19\xec\x43\xcd\x16\xfd\x9b\xc8\xb9\xf9\x08\x16\x72\x82\xb9\x3e\x6c\xaf\xe9\x73\xc1\xf6\x12\x86\xb4\x0f\xdb\x4b\x18\xd2\x3e\x6c\x2f\x61\x48\xfb\xb0\xbd\x76\xe8\x2d\xb6\xd7\xf4\x29\x2d\xfa\x70\xd5\x1e\x7d\xb8\x8c\x2e\xb6\xd7\xf4\x61\x61\x7b\x5d\x9f\x12\xb6\x97\x30\xa4\x7d\xd8\x5e\xff\xf4\xdf\xa3\x44\xdf\x31\xb0\x84\x28\xed\xc3\xc0\xfa\x47\x1f\x30\xb0\x84\x28\xed\xc3\x88\xba\x3e\x33\x8c\xa1\xeb\xc3\xc2\x18\x3a\x66\xfa\xc3\x18\xba\x54\xf9\xa1\x4e\xa3\xce\x43\x9d\xa0\xf2\x0f\x63\xe8\x18\x66\xd8\x95\x9a\xeb\xcb\x3a\x48\x2d\x65\x73\xa9\x45\x2a\x04\x33\xe6\x4d\xff\x39\x25\x5a\xb8\x8c\xc4\xa0\x85\xcb\x48\x0c\x66\xf3\x52\xa7\xbe\x97\xcb\x48\x4c\xbe\xc1\x47\x0b\xfa\x26\xc2\x67\xda\x5c\xaa\x00\x33\x46\x18\xd2\x3e\xcc\x18\xf9\x7a\xf6\x3d\xda\xdb\xb4\xf0\x68\x0f\x23\x9a\x31\x71\x1e\x2e\x0e\xcb\x89\x16\xae\xfe\xa3\x0f\x11\xb8\x32\xb8\x9d\x1a\xfc\x54\x96\x31\x86\x04\x25\x2d\x63\x0c\x3d\xc2\xcf\x96\xe3\x94\x79\xf3\x08\x71\x59\x8e\x53\xe6\xad\x26\xd5\x32\x29\x1d\x4a\x21\x67\x0d\xf7\x87\xc1\x10\xd5\xa0\xa8\xb6\x8c\x31\xac\xa0\xb3\x8c\x31\xac\x05\x39\x31\x86\xdc\x57\x68\x39\xf6\xac\x8d\x2b\x5d\x2d\xc7\x9e\xb5\x55\x40\x57\xc6\x50\xc2\x5d\x65\x19\x43\x59\x5d\x75\x86\x9c\x35\x3c\xbd\x96\x31\x94\xb5\xaa\x75\xe4\xac\x92\x0c\x39\xab\x5a\x88\xf1\xac\x98\x95\x8c\xa1\xac\x4d\x2d\x5c\x4a\xf1\x15\xe4\x8c\x9c\x18\x12\x78\xad\x1a\xa1\x4d\xcb\x18\xc3\xca\xfe\x2b\x63\x0c\x61\xc7\xb2\x9c\x91\x65\xea\x49\x64\x61\xe7\x0b\x03\x56\xab\xac\xf7\x9c\x69\x8f\xf5\x9e\x63\xaf\xdb\x60\xc7\x32\xd8\xb1\x1a\x39\x87\x96\x0b\xe3\xa9\x79\x2f\x8c\x27\xc6\x02\xe6\xac\x56\x31\xda\x19\x23\x5a\xe3\x8e\x0b\xcb\x18\xd1\xca\x9a\xce\x18\xd1\xaa\xaf\x00\x23\x5a\xdf\xdf\x1c\x17\x19\xfb\x5a\x9f\x04\x43\x4c\x7d\x20\x86\x98\x6c\xdb\x32\xb6\xb7\xa1\x26\x72\x1c\x52\x69\x0d\x35\x91\xb1\xbd\xc4\x47\x2d\x63\x7b\xdb\xa7\xf7\xa2\x0b\x8d\x4d\x78\x8e\xad\x75\x6b\x99\xe9\xc3\x12\x13\xf5\xb4\x8c\x25\x86\x8b\xdc\x32\x96\x98\xc4\x45\xcb\x58\xe2\x86\xa3\x24\x47\xca\x40\x6b\xa0\xba\x1c\x5b\xf2\xd6\xf4\xb9\x60\xa5\x1b\x5b\xb3\x8c\x95\x26\x1f\xd1\x32\x56\xba\x55\xbd\x17\x9f\x67\x03\xc7\x65\x47\xce\xae\xff\x90\x73\xa8\xce\x41\x89\x1e\x61\xc1\x1b\xaa\x20\x63\xc1\x1b\xc6\x22\x3b\x72\xb2\xfd\xca\x15\x59\xf4\x49\x54\x64\x01\x9d\x41\x67\xd6\xda\xa5\x96\x4a\x7b\xe0\xb1\x5c\x19\x89\xa7\x5a\xa2\x05\x32\x09\x2d\x63\xdd\x21\xf8\xb2\x1c\x7e\xdf\xd6\x33\x63\x16\x7e\xdf\xd6\x8b\xfe\x33\x4a\xcc\x51\x6c\xd7\x5b\x37\xda\xc3\xf2\x93\x3b\x68\x39\xfc\xbe\xad\x83\x8b\x21\x4c\x6b\xbd\xea\xbf\x98\x23\xb2\xfe\x2c\x47\xb8\xb4\x11\xa2\xb4\xdc\x90\x0c\x33\x9d\xc1\x0f\x5d\x63\x06\x7e\x20\x44\x69\x99\x0d\x7a\xc7\xf8\xe6\x8e\x64\x53\xff\x21\x19\x98\x0b\xa2\xb5\x46\x66\x9f\x65\xb0\x05\x99\x7d\x96\xd9\xca\x93\xcb\x67\x99\xad\x7c\x07\xfb\x42\xc9\xd6\xfa\xe5\x4b\x66\x2b\xdf\x2f\x52\x0f\x24\xc3\x39\x91\x81\x21\xfd\x51\x27\xdb\xfc\xfe\x98\x77\xb6\xf9\x43\x5f\x39\xdb\xfc\x20\x14\xfb\x29\xc5\x98\xc1\xbc\x6e\x39\xb2\xe2\xda\xd0\xb7\xcb\xc6\x9e\x7c\x3d\xcb\x11\xac\x6d\x03\x94\x9c\x81\x13\xe4\xe4\x59\x06\x4e\x8c\x4a\xeb\xc0\x09\xc2\x90\x06\x05\x5c\x1b\x95\x79\x00\x4e\x0c\x4c\x55\x06\x4e\x0c\x4c\x55\x06\x4e\x0c\xcd\x03\x20\x61\x68\xe4\x01\x02\x03\x30\x93\xd9\x84\x0f\xa9\x2c\x36\xe1\x63\xe9\x49\x24\xd3\xd7\x0a\x48\x20\x43\xcf\x32\xbb\xe2\x81\x23\x28\xb3\x2b\x86\x7b\xcc\x20\xa0\x6b\x70\x8f\x19\x04\x74\x6d\xe0\x16\xca\x9b\x1e\xe9\x4b\xde\xf4\x48\xa3\x1b\xe1\xd9\x36\x65\x72\xd8\x31\xcf\xa4\x16\x1e\x25\x5a\x00\x24\x4c\x69\x14\x40\xc2\x94\x71\x02\x24\x40\xd9\x6e\x19\x90\x40\x88\xd2\x32\x3b\xe6\xf9\x31\xef\xec\x8a\x67\xa6\xef\xec\x8a\x67\xa1\xef\x97\x5a\x8c\xd9\x04\x24\x90\x24\x67\x99\xfd\xec\x64\x27\x93\xd9\xcf\x4e\x99\x9c\x4b\x2d\xd2\x21\xe1\x83\x6e\x53\x26\x07\x00\x31\x1b\x92\x01\x20\x66\xa3\x85\x47\x8f\xda\x5f\xee\xb8\xb0\xfc\xe8\xac\x26\xfa\x21\xa6\x26\x1a\xa4\x31\x65\xb7\xd8\x5a\xc3\x25\x6f\x99\xed\xf3\x1c\x0c\x67\xc4\x71\xdb\x1c\xfa\x8f\x2e\x0c\xd5\xc9\xc0\xcb\x6e\x3d\x06\x9e\xed\x65\x49\x88\xc9\x82\x2b\x09\x59\xc0\x2b\x70\xfd\xb5\x79\x54\x72\x4a\x83\x12\x43\x86\xff\xa8\x80\x2d\x66\x1c\x9b\x32\x58\x01\xdb\xbc\xaa\x93\x21\x8b\x18\xb6\x15\x36\xe1\xf3\xea\x3d\x86\x8c\x85\x5a\x12\x72\x46\x94\xd5\xe0\x0f\x6c\xf3\xf1\x1f\xb8\x63\x25\x95\x62\x5c\x16\x38\xb5\x80\x3b\x16\xe8\xa5\x80\x3b\x16\x5b\x9e\x02\xee\x58\x18\xa7\x02\xee\x58\x18\x27\x38\x09\x1b\x44\x72\x56\xc0\x16\xb0\xd5\x5b\x01\x5b\xc0\x4f\x6f\xf0\x15\xb6\xc5\xe7\x52\x32\x2d\xe0\x21\x2e\xa0\x89\x05\x96\x29\xa0\x89\xc5\xe2\x2f\xa0\x89\x05\x5e\x29\xa0\x89\x85\x5b\xa8\x80\x26\xc8\x39\xb4\x02\x9a\x58\xb8\x15\x0a\x9b\xf0\x85\xa2\x2d\x99\xd6\x31\x55\x05\xa4\x41\x96\xa1\x15\xd0\xc4\x42\xed\x16\xd0\x04\x2c\xf7\x56\x0a\xa3\x04\xa2\x2d\x85\x51\x62\x77\x54\x0a\x7d\x98\xfa\x8f\x3e\x2c\xfd\x47\x1f\x16\xfd\x63\x9b\x0f\x3b\xbe\x15\x50\xc8\xd2\xd7\x03\x9c\x58\xf8\xfb\x0b\x70\x02\xae\x7c\x2b\xc0\x89\xc5\xfe\xa4\x00\x27\x16\x4a\xa3\x00\x27\x16\x4a\xa3\x44\xe0\xb8\xed\x44\x1f\xd8\xe6\xef\x4f\xb5\x38\x25\xc6\x0c\xa8\xb1\xf1\x1b\x16\xa0\xc6\xce\x7a\x2f\x46\x09\x52\x3b\x2b\x80\x84\xad\x79\x00\x24\x6c\x30\x65\x01\x24\x6c\xcd\x0a\x20\x61\x37\xbd\x47\xeb\x5d\x25\x5a\x67\x27\x5a\x9c\xd6\x71\xcf\x15\x00\xc4\x66\xfd\x15\x40\xc2\x66\xc5\x95\xf0\xf0\xb7\x3d\xf5\xdf\xa6\x84\x9c\x00\x08\xc2\xa5\x56\x80\x0c\x1b\x25\x5c\x80\x0c\xe4\x15\x5a\xa9\x48\x06\x6e\x2c\x38\x0b\x36\x48\xb1\x00\x20\x36\xd8\xb0\xe0\x1e\x20\x5b\xd0\x0a\xee\x01\x88\xf2\xac\x44\x50\xb9\x41\x94\x67\x05\xa8\x71\x00\x17\x05\xc8\x70\x50\xb4\x05\xc8\x70\x70\xd6\x15\x20\x03\x99\x84\x56\x30\xe1\x90\xe8\x59\xc1\x84\x9f\x42\xff\x30\xd3\xe4\x0e\x5a\xc1\x4c\x1f\xdc\xa4\x05\x53\x4c\x30\xd3\x0a\xa6\xf8\x60\xfe\x20\xdb\x6c\x87\x7d\x1b\x64\x9b\xed\x68\x75\xe0\x2d\x80\xc5\xdf\x0a\xde\x82\x03\x74\x2b\x98\x62\x02\x9d\x56\xf0\x16\x10\xcc\xb4\x82\xb7\xe0\xe0\x11\x28\x78\x0b\xc8\x39\xb4\x82\xb7\x20\x72\x0e\xff\xa8\x92\x61\xfa\x6c\x47\x9f\x3c\x76\xf9\x48\x29\xb2\x95\x3f\x9a\x06\xb6\xf2\x07\x3b\x59\xd8\xca\x1f\xb6\xeb\xb0\x80\xb6\x23\xa5\x88\xb5\x3d\x20\x94\xc2\x96\xfc\x48\xf1\xb1\x25\x3f\x6c\xe2\x0a\x5b\xf2\xa3\xc9\x64\xdb\x7d\xd9\x84\x97\x88\x14\xb7\x2b\xe5\x86\xcd\xbe\x5a\x0e\xd8\xec\xcb\x26\xbc\x60\xb3\xc9\x24\x34\x58\x47\xdb\x2d\x7a\x72\x51\xa2\x47\xd8\xe5\x6b\xfa\xef\x51\xa2\x16\x6c\xef\x65\xdb\x56\xf0\x56\x5f\x4d\x2d\xb6\xf7\x82\xc3\x0b\xd6\x96\xab\x41\x0d\xee\xd2\x76\xb1\x93\x70\x97\xb6\xab\xe9\x8b\x94\xed\x76\x41\x98\x85\xcd\x3b\x17\x85\x5a\xc1\x3f\x7d\x3b\xff\xe1\x9f\xbe\x52\x75\xf8\xa7\xaf\x26\x1a\x7b\xae\x40\x27\x0c\xa8\x8d\x6b\x43\xad\x60\xcf\xb9\x56\xd3\x4a\xc4\x94\x9b\x02\x81\x25\x8e\x69\x35\xb2\xe9\xac\x60\xeb\xc9\x91\xb3\x82\xad\x7f\xfa\x90\xd9\xf4\x3f\x7d\x90\xd8\x73\x05\xfb\x0a\x46\xfb\xb1\xd9\x2c\x18\xed\x27\x55\x8e\xd1\x26\x2b\xce\x0a\x46\xfb\xa9\xef\xf8\xc3\xc9\x83\xb3\x82\x3f\x5c\x81\xc0\x82\x41\x7f\x84\x87\x0a\x06\xfd\x69\x24\x30\xe8\xaf\x4b\x16\xe4\xc4\xbf\x59\x70\x32\x3c\x29\x7d\x9c\x0c\x64\xd3\x19\x7c\xaf\xed\x11\x3a\x32\x8c\xfd\xc3\xb5\x65\x38\x19\xc8\x98\x33\xc3\xd8\x3f\x70\x38\xcc\xb0\x8d\x8c\x39\x83\x19\xb6\x29\x64\x68\x38\x19\x5e\x9c\xe2\x30\xc3\xc9\xc0\x55\x9d\x66\x00\x81\x77\xd4\x02\x23\x88\x9a\x37\xdc\x0a\x64\xda\x99\x61\xde\x1f\x4e\x0d\xc3\xbc\xbf\xa7\x27\x91\x8c\x7d\xa9\x85\x09\xef\x10\x1f\x98\x85\x7b\xa0\x2b\x80\x68\xe1\x1e\xe8\x29\xe9\xc9\x15\xa5\x4f\x75\x6e\x4a\xf4\x21\x7c\xe5\x3d\x71\x0a\xc0\xc2\x57\xde\x13\xea\xcc\xc2\x57\xde\x21\x4f\x34\x0b\x5f\x79\x4f\x45\x4f\x16\x4a\x8f\x92\x45\xc9\xf4\x9e\x53\xd2\x7b\xc8\x49\xa8\xdf\x02\x08\xf4\xe4\xfa\xaf\x53\xea\x94\xe8\x83\xeb\x49\xfa\xc0\xaa\xb2\x8c\x9c\x7c\x3d\x56\xa8\x05\x03\x64\x85\x27\xf9\xe6\xad\xd0\xdb\xc1\x78\x16\x7a\x8b\xb1\x87\xaf\xb7\x27\x0c\x90\x19\x3d\x22\xf6\x60\x86\xd4\x98\x77\x33\xa4\x06\x1c\x9a\x21\x99\xe6\xd6\x68\x4f\x73\x1b\x06\xb6\x73\x1d\xa7\x59\xec\xd0\x3b\x14\x8c\x66\xce\x08\x3e\x95\x68\x0f\x7d\x66\xce\x08\xe2\x73\x30\x67\x04\x09\x20\x5a\x18\xd8\xfe\xa5\xbf\xa9\x64\x0b\xfb\xda\xe1\x71\x34\x0b\xfb\xda\xbf\x4f\x55\x86\x28\x1f\x8a\xcf\x22\x82\xde\x3f\x5c\x0e\x16\x11\xf4\x0e\x0b\x89\x59\x58\xdb\xfe\x11\x1b\xb6\xb0\xb6\xfd\x2b\x7a\xb2\x50\xa2\x7b\x61\x6d\xfb\x67\x7a\x0f\x31\x4d\xff\xc5\x50\x93\x93\x67\xd0\x18\xf7\x8f\x45\x0c\x8d\x71\x27\x0b\xcf\x2c\x6c\x68\x57\x78\xcf\x62\xdb\xdd\xbf\xa1\xff\xe8\x11\xb6\xc9\x1a\x3d\x62\xc3\x6c\x8d\x16\xa6\xea\x8c\x81\xff\x96\xfe\xa3\xb7\x78\x1f\xad\xd1\x5b\x4d\x5f\x47\x16\x7c\x91\xd6\x91\x05\x9f\x94\x75\x64\xc1\xfb\x68\x1d\x59\x30\x5c\x16\xee\xfe\xae\x10\x9e\xc5\x96\xbc\x7f\x18\x2e\xeb\xc8\x09\x9a\xb7\x8e\x2c\x57\xed\x21\x0b\x68\xde\x06\xad\x83\x3b\x2c\x36\xd3\x3d\xb3\xdd\xb3\xb0\xe7\x3d\x6b\xfe\x62\xfb\xdc\x33\x18\xcf\xc2\x2e\x77\x32\xf4\xcc\xc2\xf8\xf6\xac\x59\x99\xbc\x87\x5b\xc8\x62\x6b\xdd\x33\x4e\x0d\x8b\xad\x75\xe7\xea\x4c\xb3\x49\x9d\xae\xf7\x62\x04\x33\x88\x0f\xca\xe8\x9e\x41\x21\x16\x66\xba\x93\x77\x67\x16\x9b\xe9\x9e\xf1\x14\x42\x27\xdd\x33\x71\x09\xe8\xa4\x7b\x06\x79\xdb\x42\x16\xf0\x9f\x2d\xda\xd3\x82\x5b\xb4\x07\xfe\xb3\xf0\x9c\xf7\x8c\x8b\xc3\x36\x75\x82\xae\x21\x9e\xee\x59\xb3\xb9\x79\x0f\x97\x91\xc5\xc6\xb7\x2b\xa0\x67\x07\x39\xf1\x09\xdb\xe1\x3d\x2d\xb8\xc3\x48\x68\xc1\x85\x69\xec\x45\x4a\x31\x4c\x63\x2f\x6c\x91\x2d\x4c\x63\x2f\x78\xe3\x2d\xfc\xe1\xbd\x68\x3d\x84\x3f\xbc\x17\xad\x87\x30\x9b\xbd\x14\xd5\x19\x92\x15\x8d\x7c\x6c\x6e\x7b\xd1\x58\x87\x31\xec\x05\x77\x12\x24\xd8\xbd\x80\xa0\xed\xd1\x82\x14\xd8\xa3\x85\x46\x7b\x61\xd4\xba\xc2\x74\x16\x46\xad\x17\xa9\xb3\x30\x6a\x9d\xdc\x3a\xb3\x30\x6a\xbd\x0c\x3d\x89\x2c\x84\x59\x3d\xd1\x3a\x86\xcb\x13\x7d\xc7\x70\x79\xa2\xef\x18\x2e\x08\xb9\x7b\x41\x9d\x41\xc8\xdd\x61\xc9\x31\x0f\x33\xd6\x15\xa6\xf3\x84\x64\x47\x4f\x22\x19\x86\xcb\x13\x92\x61\xb8\x3c\x8c\x5a\x27\x27\xcf\xfc\x43\x16\x0c\x97\x7f\xc8\x82\x72\xf3\xd8\x97\x76\xe3\x9b\xf7\xd8\x6d\x76\xee\x9d\x34\xe8\xc0\xbb\xe1\xc8\x83\x0e\xbc\x1b\x23\xef\x98\x31\x05\xe6\x1c\x33\x66\x45\x75\xc6\x3c\x98\xa9\x96\x58\x7f\x86\xe3\xc2\x31\x71\x86\x9b\xd4\x31\x71\x06\x3c\x73\x4c\x9c\xe1\x26\x75\x4c\x9c\xb1\x1e\x1c\x33\xa6\xc8\x9c\x63\xc6\xe2\xde\xc9\x3f\xaa\x64\xc7\xc2\x19\xfe\x2a\xc7\xc2\x71\xd1\xa4\x39\x16\xce\x40\x28\x8e\x85\x33\xce\x2e\x78\xa6\x7b\x40\x74\xb8\xcf\xbb\x82\x76\x70\x9f\x77\x05\xdf\x3c\xd3\x3d\x70\xb8\xc7\x76\xb6\xc3\xf8\x67\x5e\x18\x5c\x36\xa2\x5e\xe8\x02\xaa\xce\x0b\x5d\x60\x5b\xea\xd8\x50\xe3\x18\x8c\x17\xe4\x44\x0d\x7a\x41\x4e\x0e\xa5\x39\xf6\x55\xe1\x36\xc7\xbe\x92\xf5\x67\x8e\x7d\x55\x48\xcd\x0b\x72\xea\x23\x28\xc8\xf9\xf4\x64\x4c\x83\x82\x68\x1e\xdb\xd9\xee\x1f\x75\x62\x7b\x9d\xed\xac\x63\x7b\x3d\xeb\xc9\x46\x89\x29\x0a\xcf\x79\x77\xe2\xf0\x1e\x9e\xf3\x4e\xd6\x9f\x79\x78\xce\xbb\xeb\x93\xc0\x2e\x7b\xd1\x7f\x21\x8b\x9b\xea\x44\x16\xf0\x8a\xc7\xa6\xb8\xbb\x3e\x1e\x6c\x36\xac\x85\x06\x7b\x7c\xe7\x9a\x4b\x73\x6c\xb6\xc2\x6d\x8e\xcd\x76\x7d\x3c\x8e\x64\x20\x7d\x0f\x5f\x79\xe7\x2a\x4b\x73\xcc\x34\x19\x81\xe6\x98\x69\xc7\xfc\xb9\x23\x35\x5e\x4b\x77\xa4\xd6\x17\x82\x09\x77\xb0\x0c\x6c\xf5\xdd\x27\xb3\x89\xf1\x75\x4c\x9c\x57\xc6\x4c\xcb\xbd\x32\x66\x9a\xe9\x4a\x7b\xf8\x30\xe1\xae\xef\x4e\xd8\x13\xee\xfa\x4e\xbe\x9e\xc1\x5d\xdf\x2b\xdb\x60\x8f\xe3\x6b\xbd\x6a\xa1\x62\x7c\xab\x66\x0c\xe3\x4b\xf6\x9e\xc1\x72\xdf\xab\xc6\x1a\xe3\xab\x10\x97\xc7\xf1\xb5\x5e\xd9\x3d\x38\x06\xb6\x72\xbe\xc4\x31\xb0\x95\x5d\x80\x63\x60\x2b\x20\xc1\x31\xb0\x15\xa4\xef\x71\xa5\x4d\x57\x00\xca\x31\xb0\x75\xea\x3d\xda\x63\x27\xea\x83\xf6\xf4\x5d\xc7\x46\xbb\x57\xc2\xc8\x1e\x1b\xed\x4e\x56\x9c\x79\x6c\xb4\x7b\x3d\x7a\xd2\x28\xd1\x07\xcc\x74\xbd\x7a\x8f\x71\xc1\xa0\xfb\xa0\x0f\x18\x74\xc7\x84\x37\x1c\x09\x8e\x09\xe7\xd2\x4b\xf3\x08\xe0\x77\xae\xb2\x34\x8f\x2d\x79\x6f\x1a\xc1\xd8\x92\xf7\x86\x8f\xd6\x63\x4b\xde\x9b\xc6\x0c\xd3\xdf\x38\x59\xe0\xe1\x47\xef\x4d\xea\x2c\x0e\xc1\xf5\xc6\x79\x1d\x8f\xe0\x7e\x57\x64\xc7\x23\xb8\xdf\x1b\x8e\x04\x8f\xe0\x7e\x6f\xf8\x61\x3d\x12\xa2\x7a\x6b\x7a\xb2\x51\xd2\x93\xf4\x81\xdd\xa6\x03\x27\x5a\xa7\xb7\xc0\x89\x36\xd4\x1e\xfd\x93\xc9\x01\x4e\x28\xce\xe3\xc0\x89\xa6\x2f\x72\xd2\x3f\x69\xa2\x49\xff\x70\x7b\xf9\xa2\x7f\xd2\x21\x8b\xfe\xb1\xeb\x77\x60\x48\x23\x84\xe7\xc0\x90\x26\x43\x02\x0c\x21\x31\xcd\x1c\x18\x12\x89\x69\x7f\x56\xc9\x11\x0a\xe8\x1d\xcc\xe5\xe1\x80\xe8\xfd\x53\x73\xd1\xbd\x2e\x1b\x03\x7a\xe9\x6c\x79\x1c\xf4\xd2\x8b\x9a\x8b\xee\x75\x53\x17\x2e\x25\x9e\x8c\xb8\x7f\xef\x9a\x22\x90\x4d\x97\x9a\x00\xd9\x74\xd9\x9f\x8d\x2c\x04\x99\x7c\xd3\xba\x26\x6c\xd3\x7a\xd5\x93\xb4\xce\xd6\xda\x37\xad\xb3\xb5\xf6\x4d\xeb\xa0\x09\x3f\xb4\x0e\xd6\xf6\x43\xeb\xa0\x33\x07\x1f\x75\x4d\xe6\xa1\x75\xb0\x9a\x83\x96\x3a\x68\xc2\x0f\xb2\x4c\xbd\x87\x2c\x6c\x87\xfc\xd0\x1e\x67\x33\x1c\x5c\xd5\xb5\x8c\xc0\x4e\x5d\x0b\x07\xec\xd4\xc1\x63\x0e\x76\x52\x38\xca\x2f\x2d\x3c\x95\x68\x41\xa8\x00\x5c\x35\xf0\x76\x3a\xb8\x6a\xb0\x65\xf5\x70\x24\xf4\x21\xa5\x0f\xae\x1a\x1c\x90\x73\x70\xd5\xd0\x8c\x81\xab\x86\x30\x42\x38\x12\xfa\xd0\xfc\x85\x23\xa1\x0f\x99\x00\x30\x17\x97\x49\x9a\x83\xb9\x86\x16\x15\x98\x6b\x54\xfd\xb7\x28\xa9\x3d\xe4\xd4\x3c\x3c\xe4\x6c\x7a\x2f\x46\x49\xe1\x28\x8f\x88\x42\x1f\xf8\x4c\x2b\x08\x6c\x30\x2b\x35\xd1\x07\x4c\x40\x4d\xf4\x61\xe8\x49\xfa\x00\xfe\xab\xa0\xb3\x01\x10\xa8\x20\xb0\x01\x10\xa8\x20\xb0\xc1\x82\xab\x09\x39\xc1\x7f\x35\x21\x27\x07\xb3\x6a\x42\xce\xa3\xf7\x90\xf3\xaa\x3d\xe4\xc4\x68\x57\x90\x1b\x17\x3f\x5a\x05\xb9\x29\x54\x55\x41\x6e\x0a\x4e\xd5\x88\x28\x74\xf2\xe7\xac\xe2\x8e\x98\xb8\x1c\x6a\x44\x14\xfa\x24\x64\x58\xc1\x78\x64\xd3\x59\x05\xb9\x4d\x9c\x75\x15\xe4\x36\x3f\xa4\x06\xb9\x4d\xd6\x66\x05\xb9\x91\x4d\x67\x15\xe4\xc6\x85\x91\x56\x41\x6e\x93\xaf\xa0\x82\xdc\x26\xe6\xa8\xe2\x9c\x50\x88\xab\xe2\x9c\x98\x04\x80\x2b\xa8\x8e\xab\x25\xad\x02\xcf\x26\xc6\xa9\x02\xc1\x26\x2b\xb5\x02\xc1\x26\x0e\x88\x0a\x04\x9b\x78\xce\x6b\x41\x16\xd4\x6e\x2d\xc8\x42\x68\xac\x02\xa5\x26\x6e\xaf\x0a\x94\x9a\x4d\xff\xc5\x8c\xcd\xae\xff\x68\x0f\x58\x50\x81\x4b\x53\x5f\x01\x70\x49\x71\xac\x6a\xb4\xc7\x2e\xa0\x1a\xed\xb1\x6e\x2b\x90\x68\x4e\xfd\x47\x7b\x84\x3d\x2b\xae\x8a\x49\x58\xbe\x02\x97\xa6\xbe\x1e\xe0\xd2\xc4\xc7\x5e\x81\x4b\x73\x31\x7f\x40\xa2\x09\xa8\xac\x40\x22\xc5\xc6\x2a\x90\x48\xd1\xb0\x0a\x24\x9a\x98\xdb\x0a\x24\x9a\x7f\xbb\xc2\xde\x2a\x1e\x8e\x89\x42\xa9\xce\xc7\xa3\xcf\xd3\xf9\x78\xd8\x82\x54\xb0\x13\x57\x67\x5a\xc5\x55\x31\x9f\x4a\xd4\xc2\xc1\x9e\x0a\x06\x9a\xd8\xe5\x1a\xee\xfe\x4e\x02\xa2\x55\x30\xd0\xd2\x07\x89\xab\x62\xa1\x5e\x6a\x9c\x2c\xe8\x0b\x97\x7e\x8d\xd3\x03\x7d\xe9\x83\xc4\x8d\xa1\xd0\x58\x05\x2d\x2d\x36\x8d\x35\x0e\xfb\xf7\x85\xb7\xac\x82\x96\x14\x28\xab\xb8\x31\x16\xca\xa6\xe2\xc6\x50\xa0\xac\x82\x96\x96\xab\x96\x47\x89\x3e\x80\x96\x16\x67\xab\x6b\x9c\x25\xe8\x4b\x9f\x59\x9c\x25\xe8\x0a\x9b\x55\xdc\x18\x0b\xeb\x5e\x71\x63\x2c\x0c\x42\x05\x65\x29\x6c\x56\x41\x59\xab\xd3\x07\x50\xd6\xea\x6a\x0f\x39\x87\xfe\x63\x24\xa4\x7a\x40\x59\x0a\x9b\x55\x50\xd6\xc6\x3b\x5e\x41\x59\x1b\xc4\x57\x41\x59\x5b\xbd\x05\x65\x6d\x4c\x63\x05\x65\x71\x05\xa6\x55\x50\xd6\xc6\x1b\x58\x41\x59\x1b\x3f\x73\x05\x65\x91\xe7\x67\x15\x94\xb5\x35\x2e\xa0\xac\x5d\xd5\x42\xc8\xb9\xc1\x2b\x15\x24\xb5\xd5\x23\x90\x14\x19\x7a\x56\x31\xda\x0a\x16\x55\x8c\xf6\x66\x5f\x53\x71\x47\x90\x69\x67\x75\xd3\x23\x76\x39\x75\xd3\x23\x36\xbe\x75\xd3\x23\x7c\x7c\x15\x63\xcf\xe5\x95\x56\x37\x72\x72\xc4\xb0\x6e\xe4\xbc\xaa\x65\x50\x62\x1e\x30\xf6\x5b\x8a\x16\x37\xc6\x91\xfa\xc4\x84\x2b\xe4\x54\x31\xe1\x47\x0a\x13\x13\x7e\x38\x71\x51\x31\xe1\xa7\xaa\x96\x46\x49\xff\x75\x4a\x2c\x46\xcc\xfb\x01\x40\xd4\x88\x36\xf4\xa3\x2f\x24\xa2\x0d\xfd\x48\x11\x61\xde\x8f\x46\x30\xa2\x0d\xfd\xb0\x2f\xad\x11\x6d\xe8\x07\x17\x5c\xc5\xf4\x1f\x29\x1b\x5c\x2a\x67\xe9\x3f\xfa\x20\x73\x04\x2c\x38\x04\xed\x2a\xb0\xe0\xb0\x13\xad\x17\x39\xb5\xfa\x2f\x72\x82\xc3\x2b\x20\xe1\x10\x42\xaf\x80\x84\xa3\xd5\x0f\x48\x50\xec\xa8\x02\x12\xc8\x8a\xb3\x7a\xe9\xc3\x55\x9d\xf4\x81\xb3\x43\x15\xc7\xcc\xd5\x58\x03\x20\xa0\x87\xb3\x0a\x80\xb8\x32\x24\x00\x88\xcb\x79\xfb\x0a\x80\xb8\x04\xf4\x2a\x00\xe2\x72\xac\xaf\x02\x20\x2e\x00\xa2\x02\x04\x2e\x90\xaf\xe1\x8a\xb9\xac\xcd\x86\x2b\xe6\x82\xbc\x1b\x40\xe0\x02\x12\x1a\x40\x80\xfb\x23\xad\x01\x04\xb8\x3f\xd2\x1a\x40\xe0\x02\xdd\x1a\xa6\xff\x62\xd0\x1b\x26\xfc\xa2\x31\x1b\x26\x1c\x4a\x36\x6b\x98\xf0\x8b\x63\xa6\x61\xc2\x23\x6d\xec\x8f\x2a\xb9\x7d\x08\xf6\xf4\x1a\x82\xa1\x4c\x1b\x96\xff\x11\x6c\x68\x58\xfe\x07\x9e\x6e\x58\xfe\x87\x97\xad\x61\x6d\xe1\x75\xb3\x86\xb5\x7d\xa8\xc8\x86\xb5\x7d\xe0\xb1\x86\x45\x7d\x28\xc5\x86\x45\x7d\xe0\xe2\x86\x45\x7d\xe0\xb1\x16\xf1\xfb\xae\x6c\xb3\x86\x53\xe3\xf1\x41\x36\x9c\x1a\x8f\x4d\x71\xc3\xa9\xf1\xf8\x3c\x1b\x96\xf8\x4d\xd5\x49\x7b\x5b\xb5\x5c\x4a\xf4\x01\x6b\xab\x70\x4d\xc3\xda\xc2\xac\x66\x0d\x6b\xfb\xd8\x42\x36\x82\x06\x70\x97\x5b\xc3\x71\xf1\x58\xe0\x0d\xc7\x85\x82\x37\x0d\xc7\xc5\x63\x23\xd3\xb0\xd2\x8f\x6d\x77\xc3\x4a\x2b\xb0\xd3\xb0\xd2\x5c\xa8\x68\x2d\xac\xed\x48\xa0\xac\x16\xd6\x76\x28\x17\xac\x85\xb5\x1d\xb0\xa7\x59\x0b\x27\xc3\x48\x78\x34\x5b\xe5\x3f\x8e\xf9\xb4\x30\x86\x23\xf1\xe9\xb6\x70\x08\x8c\x04\x2e\x6e\x11\x25\x1f\x70\x9e\x5b\xab\xd4\x52\xf4\xde\x8e\x12\x1e\xcd\xd6\xa8\x45\x9f\x75\xe3\x3f\x1c\x1e\x2d\x5c\x00\x23\x81\x7a\x5a\x47\x6a\x70\x71\xeb\x48\x0d\x06\x6a\x61\xaa\x46\xc2\x25\xd6\xc2\x74\x0c\xe5\x7b\xb5\xc1\x7b\x20\xe1\x36\x78\x0f\x67\x48\x1b\xf4\x08\x0c\xd4\xc2\x74\x8c\x84\x5a\x6a\x83\x1e\x69\xde\x07\x3d\xd2\xbc\x0f\x7a\x34\xd5\x02\x72\x2e\xd5\x72\x29\xe9\xc9\x17\x25\xdc\x26\x30\x4c\x8e\x84\xb1\x68\x13\xc9\x50\xfa\x6d\x22\xd9\xd5\x93\x48\x86\xea\x69\x13\xc9\xf4\x15\x4c\x7a\xcb\xc1\x3a\x78\x2a\x87\x02\x3b\xf0\x54\x8e\x0f\x07\x4b\x8b\x6d\xf7\x80\x30\xcd\x5a\x6c\xbb\x07\x37\x31\x5a\x8b\x6d\xf7\xf8\x38\xbd\xd3\x62\xdb\x3d\xb8\x89\xd1\x5a\x6c\xbb\xc7\x97\x55\x67\xf4\x0f\xfa\x34\x6b\xb1\x45\x1e\x90\xa2\x19\x8c\x96\xe3\xd3\xca\x59\xb4\x07\x80\x68\x8b\xf6\x34\x47\x8b\x3a\xa5\x88\x16\x75\x12\x60\x6b\x61\x36\xc7\xc7\xde\xa5\x85\xd9\x1c\x9f\xd4\x52\x98\xcd\xa1\xe4\x2c\x98\x30\xc7\x87\x13\x13\xb6\xcb\xa1\x24\xab\xb6\x69\x4f\x0a\x6c\xd3\x3f\x50\x24\x6c\x97\x03\xca\x32\x6b\x87\x51\x42\xcd\xb7\x83\xd4\x9c\xe9\x80\xdf\x72\x28\xd2\xd2\x0e\xb5\x68\xac\x63\xcf\x3a\xb2\x56\x47\x98\xb1\x91\xb5\x3a\xc2\x8c\x8d\x8c\xd2\x6f\x61\xc6\x06\x77\x1a\x1a\x4c\x98\x23\x13\xfc\x6e\x61\xaa\x86\xa2\x29\x30\x61\x8e\x2c\x2d\x15\x41\xf3\x91\x5d\x75\x76\x4a\x8c\x4b\x98\xb1\x91\x5d\x2d\x84\x64\x59\x23\x1f\xc6\x69\x64\x20\x58\xbb\x48\xd6\xff\x72\xed\x90\xb5\x87\xd0\x58\xe9\xf6\x10\x5a\x8b\xe3\x21\x34\xdb\x05\x88\x37\x47\x06\xb9\xb5\xb0\x69\x23\xb3\x5d\x68\x8f\x0e\x69\x52\x1e\x1d\x5a\x7a\x0f\xa1\xd9\x04\xb4\x87\xd0\x5b\x4f\x32\x9c\x58\xe9\x16\x1b\xdf\x91\x65\x71\xc2\xde\x8d\x8c\x7f\xac\x3d\xba\xa7\x49\x79\x74\x8f\x2d\x24\x44\x9f\x23\xe3\x05\x86\xe8\x73\x14\x50\x39\x44\x9f\xa3\x80\xc3\x21\xfa\x1c\xe5\xd3\x7b\x46\x69\x52\x0a\xc9\x4a\xd6\x7b\x8b\x52\xa5\xb4\x29\xe9\xbd\x43\x29\x26\x05\x4a\xd0\x51\x40\x9f\xfd\xa3\x05\xce\x4f\xf7\x8f\x16\x38\xb0\x06\x5d\xe8\x28\xae\xf7\x62\x94\xb8\x42\xd1\x7a\x6c\x67\x87\xb2\xb1\xa0\x12\x1d\x85\x93\x1a\x50\x89\x8e\xd2\xf4\x24\x72\x76\xfd\x87\x9c\x43\x2d\x20\x27\x73\x04\xcd\xe8\x80\x25\xcc\x7a\x6c\x7c\x47\xc1\xa8\xf5\xd8\xf8\x0e\x65\x63\xf5\xcc\x28\xb1\x89\xeb\x99\x3e\x90\x8f\x08\x05\xe9\x28\x98\x2a\x28\x48\x47\x41\x65\x41\x41\x3a\xb8\x34\xd1\xa0\x20\x1d\x85\x19\x83\x82\x74\x14\x0e\x15\x42\x41\x3a\x4c\xb3\x12\x71\x89\x61\x9a\x87\xd8\x14\x0f\x63\xdb\xdd\x63\x53\x3c\x4c\xa3\x1b\x26\x7c\x58\xd1\x7f\x97\x92\xde\x8b\x3e\x18\xf8\xa8\x87\x09\x1f\x0a\xc2\xf4\x88\x59\x0c\x63\x7f\xd2\x23\x66\x31\x0c\x27\x0a\x24\xa7\xc3\xc1\xa9\x90\x9c\x0e\x08\xa2\xac\x87\x79\x1f\x8e\x4b\xa5\x87\x79\x1f\x8e\x92\x82\x00\x75\x78\x57\x0b\x93\x92\xea\x0c\x59\x9c\xf5\x00\xc9\xe9\xf0\xa9\x92\x51\x42\x16\xa3\x75\x54\x16\x44\xa6\x43\x89\x2a\x10\x99\x0e\xc7\x3c\x40\x5d\x3a\xa0\x92\x32\xa8\x4b\x47\xfd\x54\x8a\xaf\xbc\x12\xc1\xe8\x98\xf0\x0a\xc2\x84\xd6\x74\x54\xcc\x74\x8f\x0d\xf3\x80\x2e\xca\x7a\xec\x8a\x87\xd2\x48\x7a\x44\x14\x86\xd2\x48\x3a\xc6\xbe\x6a\x3c\x23\x4e\x30\xe4\x55\x87\xc8\x74\x54\x5c\x54\x1d\x63\xaf\x04\x90\x8e\xb1\xaf\x84\x21\xa1\x2e\x1d\x55\x23\x1f\xbb\xd4\x51\xf5\xd5\x61\xd0\x2b\x66\xb3\xc7\x2e\x75\x54\x8d\x44\xec\x52\x47\x5d\x8c\x44\xa7\xb7\x0b\x39\x3b\xed\xa1\xbc\x61\xfa\x1c\xf2\xb1\x77\x0c\xb3\x12\x32\x7a\x78\xc7\x47\x7d\xfa\x6f\x53\xa2\x16\xcc\xb4\xfc\xe8\x1d\x53\xdc\x88\x16\xc1\xf4\x39\x1a\xfb\x21\x98\x3e\x07\x74\x51\x06\xd3\xe7\x68\x18\x4a\x98\x3e\x87\xbc\xea\x1d\x53\xac\x1c\x8c\x8e\x29\x6e\x18\xd1\x8e\x29\x86\x2e\xca\x3a\xa6\xf8\x07\x69\xfe\x59\x25\x77\xac\x74\x2b\x6a\x6e\x52\x62\x38\xb1\xd2\x4d\x13\x86\x95\x6e\x9a\x30\xac\x74\x93\x22\x0a\xe7\xf8\x68\xae\xee\x3d\x4a\x74\x68\xd1\x75\x5c\x00\x7d\xd1\x75\xac\x0a\x84\xa4\xa3\x81\xb9\x20\x24\x1d\x5c\x66\x67\x10\x92\x0e\xb9\xfb\x21\x24\x1d\x4d\xcb\x08\xcb\xdf\x40\x60\x10\x92\x0e\x25\x79\x40\x48\x3a\xe4\xee\x87\x90\x74\x34\x2d\x1c\x50\x01\xe4\x51\x06\x21\xe9\x68\x5a\x38\xa0\x82\x36\x55\x0b\x7d\xd0\x32\x02\x15\x34\xb6\x7b\x90\x95\x0e\x68\xa6\x0c\xb2\xd2\xd1\xd8\x76\x43\x56\x3a\x9a\x96\xd1\xa6\x7f\x4f\xff\xd1\x3f\x29\x29\xd0\x84\x9c\xff\x3d\x3c\xe0\xa3\x83\x92\x7b\x1c\xcf\x1b\x9d\x0d\x5e\x8f\x63\xf3\xa3\xe3\x8b\x84\xba\x74\x74\xd0\x12\xd4\xa5\xa3\x6b\xda\x41\x0c\xf2\xf0\xf7\xd8\x22\x0f\xf9\xf4\x21\x2b\x1d\x5d\xe6\x01\xc4\xd0\x71\xda\x74\x10\x03\x54\x52\xd6\x63\xe3\x3b\xba\xe6\x28\x36\xbe\xa3\x93\xda\xd0\x41\x13\x9d\x80\x57\x07\x4d\xc8\xc3\xdf\x41\x13\x4a\x31\x81\x00\x75\x74\x8d\x2e\x68\xa2\x4f\xfd\x17\x73\xd4\xb5\x18\x2f\x52\x6f\x49\x86\xd4\x52\x52\x60\x0b\x79\xe3\xa1\x3c\x1d\x1d\x97\x03\x44\xa6\x63\xb0\x8b\xeb\x18\xf4\xa1\x51\xc2\xa0\xcb\xe3\x0e\xad\xe9\x18\x5a\x70\x18\xf4\x81\x41\x80\xd6\x74\x0c\x16\x15\xb4\xa6\x63\xe0\x20\x1b\x18\xf4\x91\xf5\x64\x8c\xcb\x00\x49\x0d\x0c\xfa\x00\x49\x41\x79\x3a\x06\xa3\x0b\xe5\xe9\xe0\x8e\x3a\x83\xf2\x74\xc8\x03\x0e\xe5\xe9\x80\x6a\xc9\xa0\x3c\x1d\x83\xf3\x25\x50\x9e\x0e\xee\xa1\x33\x28\x4f\x07\xc4\x4b\x36\x30\xef\x4a\xf2\x18\x98\x70\xa5\x75\x0c\x4c\x38\x37\xcf\x19\x74\xa8\x43\x49\x1e\xd0\xa1\x8e\x71\xf4\x24\xed\xe1\x8e\x18\x18\x66\xa5\x7c\x8c\x4c\x7b\xe0\xfe\x91\x19\x09\x5c\x93\x03\xa3\xcd\xcd\x73\x06\x8d\xea\x80\x24\xc9\xa0\x51\x1d\xf2\xa3\x0f\x0c\x33\xf7\xc9\xd9\xc0\x30\x4f\x0c\xec\xc0\x30\x4f\xbe\xd6\x81\xf1\x9d\xa6\xd2\xa1\x54\x28\x5d\x4a\xf4\x01\xe3\x3b\x01\x3a\x10\xae\x8e\x89\x63\x0d\xc2\xd5\xa1\xb4\x8e\x81\xf1\xe5\x76\x39\x1b\x18\x5f\x98\x90\x6c\x60\x7c\x67\xd5\x7b\xc8\xa2\xd1\xc5\xc0\xce\xa5\x12\xb2\x1c\x95\x90\xe5\xea\x3d\x64\xe1\x88\x00\x94\xae\x63\x01\xeb\xa0\x74\x1d\x0b\x95\x0c\xa5\xeb\x80\xd1\xc8\xa0\x74\x1d\xab\xfc\x85\xe8\xc9\x60\x7b\x1d\x8b\xed\xec\x88\xcd\xf4\x58\x1c\xc2\x19\xe1\xf2\x1e\x4a\x4a\x80\xed\x75\xc8\xd7\x0a\xdb\xeb\x58\x55\x4f\x86\xd0\xab\x4b\xcc\x10\x7a\x81\xb5\x61\x7b\x1d\x8b\x18\x28\x6c\xaf\x63\xa1\xf8\x60\x7b\x1d\x90\x16\xd9\xc0\xba\xeb\xe8\xff\xc0\xba\x2f\x3c\xd9\x03\xeb\xae\xc3\xfe\x23\x7c\xde\x63\xb1\x85\x84\x25\x76\x6c\xb6\x2e\xb0\xc4\x8e\xcd\x62\x84\x25\x76\xe8\xe8\xff\x08\x7f\xf8\xd8\x6c\x13\x47\x9c\x25\x18\x3b\xab\x14\xfd\xdb\x45\x4f\x1e\x4a\x92\x33\xfa\xb7\xd9\xd8\x43\x21\x3b\xb6\x16\x63\x1c\x07\x1c\x5b\x9f\x44\xf8\xd8\xc7\xd6\xf4\xc5\x71\xc0\xa1\x23\xf5\x03\x27\xc3\xbe\x7a\x2f\xfa\x00\x39\x8f\x0d\x70\xc7\x49\xfa\x2f\xfa\xc0\x6d\x61\x36\x70\x32\x9c\xac\x27\x27\x25\xfa\x1e\xbe\xf9\x71\x24\x27\x0e\x88\x83\x69\x1c\xe0\x95\x83\x5b\x68\x44\xde\xfe\xe0\xd6\x2f\x1b\x71\xf5\xe9\x38\xb8\x1c\x20\xbe\x1d\x87\x33\x01\x23\xbc\xf8\x83\xfb\xba\x6c\x84\x17\x7f\x1c\x82\x99\x23\xbc\xf8\xe3\x6c\x95\xa2\x0f\x87\xc3\x65\xa3\xd1\x87\xa7\x3a\x43\xb2\xab\x8f\x15\xf7\x87\xfc\x86\x03\xb4\x74\xd9\x13\x40\xb4\x3b\x74\x96\x1b\xa2\xdd\x71\x41\x59\x03\xb4\x74\xc1\xb7\x10\xed\x0e\x98\x5f\x0c\xa2\xdd\x71\xa5\xce\x70\x94\xe8\x62\xaa\x11\x3e\xfd\xa1\xab\xa8\x46\xf8\xed\xc7\x05\x73\x41\xc2\x3b\xe0\x7a\x31\x48\x78\xc7\x65\x4f\x00\xd1\xee\xd0\x95\x52\x10\xed\x8e\x8b\xfb\x0a\xa2\xdd\x71\xb5\x50\x71\xb0\x5c\xf6\x0b\x03\x07\xcb\xd5\x17\x39\x90\xe5\xe9\xbd\x98\xcd\x97\xf4\x64\xc8\xf2\x30\x0f\x50\xeb\x0e\x5d\x30\x05\xb5\xee\x90\x93\x6f\xe0\x6e\x81\x5f\xc5\x06\xee\x96\x87\x73\x02\x6a\xdd\x21\x27\x1f\xd4\xba\xe3\xe1\xe1\x87\x5a\x77\x3c\xcc\xe6\x00\xe3\x3d\xf0\xed\x00\xe3\x3d\x7d\x05\x60\x3c\x9d\x2b\x1f\x60\xbc\x07\x98\x19\x60\x3c\x5d\x22\x05\x25\xef\x78\xb8\x93\xa0\xe4\x1d\x6f\xa8\x96\x9f\x3e\x14\x1b\x6a\x61\x45\x49\xdf\x44\x00\xb9\xa2\x84\x7f\xe8\x7a\x8b\x4e\x27\x41\xd7\x5b\x74\x7e\x06\xba\xde\x52\xa5\x51\xe2\xec\x42\xe1\x9e\x65\x83\xa0\xb7\x34\x82\x99\x10\xf4\x96\x96\xf5\x64\x8d\x12\x0e\x08\x08\x7a\x4b\x23\x14\x07\x41\x6f\x11\x98\x81\xa0\xb7\x74\x99\xe2\x80\x6e\x05\xbe\x49\x83\xa0\x37\x08\xe6\xa3\x14\x52\x77\xad\xdb\x80\x6e\x45\xc1\x76\x08\x7a\x8b\x72\x31\x21\xe8\x2d\xca\xc5\x84\xa0\xb7\x28\x6c\x0d\x41\x6f\xf0\x33\x47\x29\x47\x69\xfe\xed\x10\xdc\x08\x54\x17\xc4\xc3\x51\x8a\xae\x4f\x30\xf3\x08\x54\x57\xe0\xd0\xb3\x11\xa8\x2e\xe8\xeb\xa2\x14\x5d\x57\xae\xdb\x88\x60\x4a\x59\x49\xa2\x44\xd7\x97\x06\x30\xfc\x47\x41\xd7\x15\xa5\xe8\xfa\x7a\xfa\x2f\xba\xbe\x3f\xb5\x10\x5d\x87\xad\xcd\x46\xe0\xc6\xb2\x41\x83\xb0\x0a\x07\xcd\x43\x94\xa2\x7b\x5c\x7e\x68\xb0\x0a\x97\xa3\xcf\x33\x42\x32\x71\xbb\x7a\x94\xa2\x0f\x07\x5f\x32\xac\xc2\x71\xb1\x6f\x94\xa2\x0f\x50\x2d\xd9\x08\xbc\x59\xae\x30\x42\x78\xaf\xe2\xd2\xd8\x28\x45\x1f\x20\x50\xb2\x11\x58\xd4\x74\x43\x17\x6c\xc4\x71\xe9\x5b\x94\x4e\x94\x64\x97\x23\x5c\x63\x49\xaa\x2e\xfc\x5c\x71\x0f\xd3\x4f\x29\x50\xab\xc1\xc4\x62\xb0\x11\x9b\x2e\x3d\x82\x8d\xd8\x74\x16\x18\x36\x62\x2b\x52\x28\x81\x5a\x23\x3f\x26\x4a\x1e\x25\x7d\x3c\x81\x5a\x23\x0f\x24\x4a\x3f\xfd\x33\x63\xeb\x09\x1b\xb1\xb9\x8c\x53\xa0\x56\xd3\x2d\x0c\xb0\x11\x47\xf8\x3f\x4a\xd1\x3f\x6d\x21\x61\x23\xb6\x2a\x05\x16\xa1\x1c\xd3\x31\x2d\xd8\x88\x23\x9a\x15\xa5\x47\x89\x31\x0b\x97\x98\x35\xcd\x5f\xb8\xc4\xc2\x69\x1d\xa5\xe8\x5f\x93\xda\x0d\x97\x98\xe9\xe0\x12\x4c\xc5\xd6\xf1\x5d\xc3\x54\x6c\xbf\x0b\x27\x5c\x62\xd6\x85\x37\x23\xcc\x13\xbb\xc5\x28\x45\xff\x74\xf6\x64\x04\x82\x0e\xad\x16\xa5\xe8\xdf\x2f\xfa\x0c\x77\x99\x41\xc3\x69\x30\x1c\xdb\xd4\xb8\x04\xba\xb6\xf9\x2b\x75\xf4\xef\x17\x3b\x05\xba\xb6\x09\xa6\x84\xfd\xd8\x26\x4a\x18\xf6\x63\xe3\x4e\x5d\x83\xfd\xd8\x16\x87\x11\x61\x3f\xb6\x15\xac\x29\x06\xc3\xb1\xc9\xdc\xc2\x70\x6c\x70\xb7\x19\x0c\xc7\x76\x3f\xb5\x10\x7d\xb8\x59\xff\x4d\x4a\x7a\x2f\xe4\x54\x0a\x14\xec\xc7\xa6\x14\x28\x28\x8e\x4d\x77\x36\x42\x71\x6c\x17\x87\x0e\x34\xc6\xa6\x7b\x19\xa1\x31\xb6\xcb\xac\x40\x55\x6c\x17\x33\x3d\x03\x6b\x9b\x02\x5e\xd0\x11\x9b\x52\x99\xe6\x47\x7b\x20\xfd\xf9\xd1\x1e\x0a\x1a\xaa\x62\x93\x69\x84\xaa\xd8\x2e\xae\x8a\x19\x58\xdb\x2e\x0e\x32\xa8\x8a\xed\x82\xf4\xa1\x2a\xb6\xcb\xa9\x98\x99\x91\x85\x7d\xe9\xcc\x8c\x0b\x2e\x4d\x68\x8c\x4d\xc6\x10\x1a\x63\xbb\x38\xcf\xa0\x31\xb6\x7b\xf5\x1f\x7d\x40\xdb\xcc\x4c\x1f\xf0\x41\xcf\x4c\x1f\x58\xe1\x10\x1e\xdb\x03\x40\x40\x78\x6c\x0f\x34\x0f\xe1\xb1\x3d\xe2\x2e\x10\x1e\xdb\xc3\x77\x00\xe1\xb1\x29\x36\x36\x03\x87\xdb\x23\xeb\x02\xc2\x63\x93\x31\x84\xf0\xd8\x5e\xfb\xdb\x1d\x17\xd3\xa8\x12\x4f\xda\x34\xaa\xc4\x77\x06\xfb\xb1\x29\x8f\x0a\xf6\x63\x93\xd5\x84\xfd\xd8\x1e\x0e\x7e\xd8\x8f\x4d\x39\x56\xb0\x1f\x9b\x2e\x62\x84\xfd\xd8\x94\x71\x05\xfb\xb1\xc9\xbe\xc2\x7e\x6c\xca\xb8\x82\xfd\xd8\x94\x71\x05\xfb\xb1\xe9\x5a\xc6\xe9\x0c\x19\x6a\x69\x3a\x43\xc6\x46\x6d\x3a\x43\x46\xd0\x6e\x3a\x72\x6a\xfa\x1c\x59\x8e\xde\x43\x16\x4d\xa6\x23\x0b\x01\x05\xd8\x8f\x4d\x61\x3a\xd8\x8f\xed\x81\x73\x60\x3f\xb6\x87\x01\x9a\x15\x59\x08\x82\xce\x40\xc2\x9e\xf0\x50\xcd\x40\xc2\x9e\x08\x82\x4e\x88\x30\x13\xc7\xd7\xc4\x9a\xac\x2b\x1b\xc5\x9a\xac\x6b\x19\x27\x64\x97\x29\x23\x75\x20\x61\x87\x05\xcd\x66\x20\x61\x4f\x1c\x86\x17\xbf\xb2\x02\x7a\xe2\x57\x4e\xfa\x78\x20\xc2\x4c\x26\xa9\x1f\x25\x46\x1e\x22\xcc\x04\xe6\x9a\x81\x92\x3d\x49\x69\x34\xfa\x80\xab\x49\x4c\xcc\x09\x1c\x30\x03\x09\xbb\x8c\xcc\x84\x24\x33\x55\x3d\x49\x1f\xf4\xd1\x41\x92\xa9\xcb\x1d\x67\xa3\x0f\x5a\xe0\xf0\x39\xa7\xae\xf6\xe8\x03\xae\x26\xf1\x39\xeb\x3a\x47\xf1\x39\x27\x7d\x4b\x10\x68\x2a\x8b\x6b\x42\x84\x99\x38\x67\x3a\x21\xc2\x4c\xec\xb1\x26\x44\x98\xca\xd4\x9a\x10\x61\x26\x2d\x70\x58\xa1\x13\x89\x23\x62\x85\x4e\x5b\xb5\x20\xe7\xd6\x7b\xc8\x79\x54\x42\x4e\x7d\x3d\x1d\x39\xaf\xde\x43\xce\x2b\xc9\x90\x93\x1d\xd0\x1c\x8c\x35\x27\x59\xe7\x60\xac\xa5\x26\x06\x63\x2d\xc5\x30\xf8\x5e\xf4\x2d\x41\xbc\xf9\xe9\x7b\x89\x60\xa6\x7f\x04\x79\x67\x60\x6d\xff\xd8\xfd\x89\x31\xfa\xd3\xf7\x02\x83\xa6\x02\x81\x62\x85\x56\x1a\x97\x58\xa1\x3f\x8e\xbd\x89\x15\xfa\x23\xf4\x3e\x61\xd0\xfc\xf0\xd4\x4f\x58\x32\xbf\xa2\xf7\x36\x25\xc6\x0c\x96\x4c\xdd\x03\x29\xc6\xe8\x8f\x1d\xb3\x18\xa3\x3f\xf0\xad\x18\xa3\xbf\xa6\xff\x90\x85\x33\x39\x62\x8c\x56\x00\x51\x8c\xd1\x1f\x51\x11\x31\x46\x2b\xfd\x4b\x8c\xd1\x1f\x3b\x6d\x31\x46\x7f\x44\xb5\xc4\x18\xfd\xe1\xb7\x9f\x0b\x39\x31\xbe\x62\x85\xd6\x9d\x8d\x62\x85\xfe\xa4\x19\xe0\xe1\xfc\xf0\xd4\x8b\xfa\x59\xf7\x32\x8a\xfa\xf9\xd3\xbc\xc3\xc3\xf9\xb1\x43\x17\xf5\xf3\xa7\xaf\x00\x1e\xce\x8f\x73\x3e\x13\x1e\xce\x4f\xf3\xbe\x91\x05\x58\x37\xe1\xe1\xcc\xb8\x77\x44\x0b\x9d\xbf\xbf\x85\xf7\xc4\x18\x0d\x5b\x9b\x89\xeb\x39\x6b\x49\x07\x6e\xf4\x6c\xfa\x6f\x50\xa2\x71\xe8\x3b\x33\xfe\x1c\xf1\x40\x2b\x26\x29\x1e\xe8\xac\x09\x3b\x08\x86\x4f\x78\x5e\x04\x63\xab\x34\x2f\xad\x6b\xfa\xa0\xfd\xcc\x9a\x3e\x68\x3f\x15\x5c\x9c\x81\xff\x5c\x17\x38\x8a\x31\x5a\x21\x43\x31\x46\x2b\x64\x28\xc6\xe8\xac\xa5\x02\x63\x74\xd6\x20\xc1\x18\x9d\xc1\x86\x33\x10\x98\xeb\xb2\xc5\x09\xed\x67\x61\x93\x33\xa1\xfd\x2c\xfa\xc8\xa1\xfd\x54\xfe\x95\xf8\xa3\x0b\xe7\x37\x27\xb4\x9f\x85\x90\xd3\x84\xda\xb3\xe0\x03\x9b\x50\x7b\x96\xaa\xf7\x1e\xa5\x68\x6f\x41\xed\x59\x40\x28\x0b\x6a\x4f\x05\xfb\xc4\x42\xad\x80\x9e\x58\xa8\x0b\xc7\x75\x56\xa2\xbd\xae\xff\xa2\xef\x65\xe8\xbf\x4d\xa9\x52\x42\x16\x36\xf6\x0b\x12\xd0\x32\xd5\x3a\xb2\xa0\xce\x56\x9c\xbb\x71\x5d\xa8\xb8\xa0\x04\x2d\xec\x33\x16\x94\xa0\xca\xdb\x5a\x1f\x63\xb6\xf5\x1f\x63\x76\xf4\x1e\x63\x06\x8a\x14\x5b\x76\x61\x1e\xc4\x96\x5d\xc0\x94\xeb\xa3\x0f\x57\xad\x87\x2c\xba\x42\x71\x05\xca\x72\x43\x11\xad\x40\x59\xae\x6c\xac\x15\x28\xcb\x0d\x73\xb4\xc2\xa3\xe9\xca\xcd\x5a\xd0\x93\x1a\xb3\xb2\xa0\x27\x55\x6e\xd6\x82\x9e\xd4\xf0\x5a\x2e\xe8\x49\xcd\xf4\x64\xa7\xa4\x3a\x43\x4e\x73\xbd\x37\x29\xd1\xa3\x40\x60\xae\x5b\x13\x57\x20\x30\x37\x0e\xc1\xad\x40\x60\xae\xbc\x2d\xf1\x7f\x5b\x55\x1f\xe8\x1f\xa6\x4a\xfc\xdf\xc6\x51\x2c\xf1\x7f\x2b\xf0\xb8\xa0\x3c\x35\x52\x76\x16\x94\xa7\xba\x7b\x71\x41\x79\xaa\xdb\x16\x17\x94\xa7\x86\x93\x61\x15\xfa\xd7\x55\x0b\xfd\xd3\x57\x50\xe8\xdf\x54\xeb\xf4\x0f\xa3\x26\xbe\x71\xdd\xbd\x28\xbe\x71\x9b\xaa\x85\xfe\x2d\x3d\x49\x1f\x30\x6a\xcb\x90\x05\x25\xb5\x0c\x59\x34\xd3\x86\x2c\x28\xa9\x65\xc8\x82\x47\x7a\x19\xb2\x80\x4c\x97\x21\xcb\x53\x9d\x21\x8b\x27\xbd\xb7\x28\xe9\xbf\x90\xc5\xd9\x4d\xaf\x80\x75\xae\x1b\x0e\xc5\x61\xee\x59\xb2\x3c\x4a\xcc\x26\x1c\xe6\x8e\x01\x12\x87\xb9\xe3\x03\x10\x87\xb9\xe3\xb2\x5d\x01\xeb\xdc\xf5\x85\x84\xd3\xd4\x1d\x24\x2c\x7e\x73\x07\xda\x88\xdf\xdc\xd1\x75\xe2\x37\x77\x57\x2d\xd1\x3f\x27\xa7\x52\x1c\xe6\x0a\x07\x8b\xc3\x3c\x92\xac\xfe\xa8\x92\x45\x53\xae\xd8\xb0\x68\xca\x9d\x8d\x85\x68\xca\x7d\xe9\x3f\x86\x0c\x9f\xdb\x02\xb9\x29\xe3\x4a\x14\xe6\x8e\x07\x4e\x14\xe6\xba\xc4\x50\x14\xe6\x30\xab\x99\x28\xcc\x75\xa5\xa1\x28\xcc\x1d\x85\xb9\x40\x6e\xca\xd4\x5a\x20\x37\x79\x9a\x44\x6f\x5e\x71\x1d\x88\xde\xbc\x12\x50\x58\xe0\xb1\xfa\xa9\xce\x45\x89\x0f\x04\x3c\x56\x41\x98\x22\x34\xaf\x5a\xe0\xd0\x94\x2b\xfa\x2c\x9a\x72\xe5\x74\x89\x8a\x1c\x0e\x36\x13\x15\x39\x1c\x6c\x26\xf2\xf1\x8a\x39\x5a\x60\x20\xf9\xc0\x16\x18\x48\xd7\x0f\x2e\x30\x50\xd5\xf2\x1b\x48\x4d\x0e\x92\x88\xc9\x61\x5d\x33\x11\x93\x57\x76\x2b\x0b\x7c\xa4\x8b\x0a\x17\xf8\xa8\x6a\x69\x86\x2f\xd2\xab\x96\xdf\xa0\x7f\x53\xff\xd1\x3f\xce\xba\xac\xf0\x45\x7a\xc5\x29\x25\xf6\xf1\x4a\xd0\x47\xec\xe3\xca\xfe\x12\xc3\x78\xe5\x04\xa5\x18\xc6\x75\xc5\xa0\x18\xc6\xab\x66\x05\xec\x54\xb5\xa8\xc0\x4e\x55\x73\x14\x81\x5c\x6f\x60\x3c\x31\x8c\x2b\x32\x2d\x86\xf1\x06\xee\x5f\xe0\xa3\xa6\x79\x00\x1f\x35\x2d\x23\xf0\x51\x2b\x2a\x85\x2c\x8d\x2d\xf9\x02\x1f\x35\xd3\x7b\x9b\x12\xad\x6f\x5a\xd7\x3c\x84\x1f\xcf\x1b\xce\x82\x15\x7e\x3c\x6f\x9c\x09\x10\x6b\x79\xd3\xc2\x01\x2d\x35\xb0\x9a\x58\xcb\xa1\x25\x33\xb1\x96\xeb\x06\x40\xb1\x96\x37\xf6\x74\x62\x2d\x6f\x5a\x1d\xa0\xa5\x06\x2a\x5f\xa0\x25\x85\x83\x57\x38\xe4\xbc\x69\xad\xc0\x68\xde\x38\x65\xb4\x80\x44\x0a\x07\xaf\x83\x9c\x44\x4c\xd6\x61\x04\xa5\xdc\x0e\x72\xb2\x09\x5f\x80\x27\x85\x8a\x17\xe0\x49\xa1\x62\x71\x9f\x37\xcd\x11\x00\xa9\xcb\xc4\x85\x63\xcd\x3b\x2e\xbf\x15\x8e\x35\xef\x9f\x5a\x78\x94\x78\x0f\xf0\xd4\xf1\x72\x2f\xc0\x53\xc7\x19\x29\xce\xf4\x8e\x4b\x45\x9c\xe9\x0a\x38\xaf\x70\xac\xb9\xd2\xc6\x56\x38\xd6\xbc\x6b\x1d\xc1\xa7\xde\x5d\xff\x0d\x4a\xac\x15\x60\x96\x92\xc8\xc4\xa7\xde\xab\x4a\xf4\xa1\xa9\x05\xe4\xe4\x40\xa5\xd8\xd5\x3b\xbb\x77\xb1\xab\x77\xc1\x90\x87\x2c\x24\x13\x2d\x20\x98\x6e\x23\x14\xf3\xba\xd2\xbf\xc4\xae\xde\xa5\xdd\x80\x59\x1d\xcc\x2c\x76\x75\xa8\xce\x4c\x0c\xea\x4a\xf8\x12\x83\x7a\x47\x83\x89\x41\x1d\x1a\x34\x13\x83\xfa\xc0\x29\x25\x06\xf5\x91\xfe\x76\x2e\x59\xe4\xea\x8a\x4c\xef\x88\x22\xfb\xc0\xcf\xb5\xe3\x88\xb4\x2b\x16\xbd\x41\x6e\x83\x65\xb4\x41\x6e\x03\x7f\xea\x06\xb9\x0d\x42\x63\x1b\xe4\xa6\x3c\xb1\x0d\x72\x53\x9e\x98\xe8\xdb\x61\x56\x33\xd1\xb7\x0f\x53\x9d\xd1\xbd\xc1\x66\x7a\x87\x0f\xcc\x07\x67\x02\xf6\x47\xf7\xb0\x46\x1b\x54\x37\x98\x30\x11\xbd\x2b\x6b\x4c\x44\xef\x03\x35\xb8\x41\x67\x8a\x68\xef\x0f\x59\x50\x60\xfb\x43\x16\x50\x81\x28\xe1\x95\xfd\xb5\x41\x67\x83\x05\xb7\x41\x67\x03\x8c\xb0\x41\x67\x8a\x6f\x8b\x3c\x7e\x6c\x3d\xc9\x98\xb1\x39\x12\x79\xfc\x20\xf1\x5b\xe4\xf1\xca\x13\x13\x79\xfc\xc0\x89\xb2\x41\x59\x03\xa5\xb8\x41\x59\x03\x27\xca\x06\x65\x0d\xb0\xfd\x06\x65\x0d\x54\xa4\xc8\xe3\x07\x3e\x76\x08\xe2\x5d\x97\x18\x42\x10\xef\xca\x0c\xdb\x20\x22\xe5\x7b\x6d\x10\xd1\xcc\xaa\x65\x53\xa2\xf5\x88\x37\xbb\xfc\xa9\x3b\x3c\x62\x0e\xcf\x9a\x41\x1e\xef\x93\x40\x27\x74\xf1\xae\xbc\x2d\xe8\xe2\x7d\xe2\x05\x86\x2e\xde\x67\xd5\x93\xb4\xc7\x69\x9a\x0d\xea\x99\x9a\x31\x50\xcf\x6c\x7a\x92\xf6\xc0\x8d\x1b\xd4\xa3\xdb\x08\x37\xa8\x67\x82\x0d\x37\xa8\x67\xb2\x18\x37\xa8\x47\x19\x5e\x1b\xd4\xa3\x0c\x2f\x08\xe9\x7d\x82\x0d\x21\xa4\xf7\xa9\xaf\x00\x64\xa3\x9c\xae\x1d\xe1\x60\x87\x9f\xcd\x20\xab\xf7\xc9\xe9\xe6\x5d\x69\x4f\x33\x8d\xc3\x4a\xb9\x59\x1b\xf8\xa2\xbb\x09\x37\xf0\x65\x02\x43\xa0\x99\xf7\xa9\xb9\x05\x5c\x28\x0a\x03\xcd\xbc\x4f\xd4\xe7\xc6\x2d\xb4\x70\x82\x6d\xdc\x42\x0b\xe0\xb1\x71\x0b\xe9\xc6\x41\x08\xe9\x5d\x37\x0e\x42\x48\xef\x0b\x83\xb7\x81\x21\x4a\xa4\xda\xc0\x90\xa5\xd9\xc4\x2d\xb4\x8a\x5a\x78\x94\x18\x97\x08\xa5\xfa\x22\x2a\xb2\x23\x94\xea\x8b\xfd\x1e\xdc\xf5\xbe\xb4\x52\x01\x2c\xba\x7f\x10\xee\x7a\x5f\x78\xab\xe1\xae\xf7\xc5\xce\x70\x03\x5f\x96\x56\x23\x6e\xa1\xa5\xb9\xc5\xf5\xa3\x64\xa9\x8d\xeb\x47\x37\x07\x6e\x5c\x3f\x3a\x14\xb0\x81\x3d\x0a\xf5\x6f\x60\xcf\x22\x82\x01\xcb\xbd\x43\xa6\x66\xb0\xdc\xfb\x92\x8a\x04\xf6\x2c\xad\x23\x60\xcf\x7a\xaa\x33\xc6\x73\xb3\x2b\xde\x11\x66\x75\x45\xb5\x36\xd0\x66\x6b\x3d\x00\x6d\xb6\x74\x56\x84\x59\x5d\xe9\x58\xf0\xe1\xbb\x02\xff\x1b\x77\x12\xd4\x6a\xb6\x23\xcc\xea\x10\xa6\xd9\x8e\x30\xab\xef\xbf\xd1\xa1\xda\xc6\x0b\x05\x27\x9a\x6d\x90\xd4\xee\xaa\xa4\x52\xd2\x7f\x8d\x12\x5d\xc0\x0b\xb5\xc1\x6a\x1b\x94\xa5\x8b\x03\x37\x28\x6b\xe3\x0d\x84\x9a\xdf\xb7\x86\x1a\x94\xb5\xb1\x54\x90\xf1\xfb\xd6\x72\xc0\x43\xb5\x39\x78\xb6\x41\x59\x5b\x9f\x3c\x28\x6b\x4b\x9d\xe1\xa1\xd2\xd9\x05\x88\xfa\x5d\xb9\x59\x10\xf5\xfb\x66\xab\x04\x51\xbf\x1f\x59\x2a\x10\x98\x2e\x00\xdc\x20\xb0\x43\x34\x78\x83\xc0\x0e\xbe\xdd\x0d\x02\x53\x10\x66\x47\xcc\xd5\x0f\x5b\xa5\x1d\x31\x57\x3f\x59\xb2\x3c\x4a\xf4\x16\xac\xa6\xd3\x11\x1b\xac\x76\xf4\x91\x83\xd5\x8e\xa6\x16\xac\x76\x4c\xff\x55\x4a\x28\x68\xf0\xd8\x01\xe3\x6d\x30\xd7\x91\x5a\x02\x73\x9d\xae\x16\x90\x45\x23\x0f\xe6\x52\xbe\xd7\x06\x73\x1d\xa9\x1e\x30\xd7\x01\x15\xec\x08\x82\xfa\xc1\x71\xb1\x0f\xb2\xb0\x3b\xda\xe0\xb1\xb3\xf4\x5e\xa3\xa4\x27\x19\xcf\xad\x16\x90\x53\x73\x84\x33\x0b\x16\x34\xdb\x38\xb3\x0e\x87\x03\x37\x58\x4d\x37\x07\x6e\xb0\xda\x91\xca\x02\xab\x1d\x82\x92\x1b\x3c\x06\xd3\x99\x6d\x30\xd7\x91\xc9\x01\x73\x5d\x36\xb7\x1b\x67\x96\x6e\x0e\xdc\x11\xcc\x74\x9d\xf0\xd8\xe0\xb1\x0b\xc6\xdb\xe0\xb1\x2b\x25\x05\x1e\x53\x68\x6c\x83\xc7\x74\x1f\xe0\x06\x8f\x5d\xcd\x43\x04\x33\xfd\x72\xe6\x68\xe3\x12\x13\x81\xd9\x06\xab\xe9\xae\xc0\x8d\x4b\xec\x6a\xf9\x81\xc0\x94\x27\xb6\x71\x82\x89\xce\x6c\x83\xc0\x2e\x5e\xf5\x0d\x02\xbb\x6c\x6e\xf7\xa3\xf5\xa1\xf7\x68\x1d\xb7\xc2\x06\x9d\xdd\xa9\x16\x68\x1d\xd3\x71\x40\x67\x0a\x8d\x1d\xd0\xd9\x05\x32\x1c\xd0\xd9\x65\x8e\x0e\x10\xec\x82\xd1\x0f\x10\x4c\xe7\x4b\x0e\x10\xec\xb2\x8f\x3a\x89\x3e\xe0\x94\x3a\x40\x30\x05\xd1\x0e\xe0\xe9\xb2\xc6\x0e\xe0\xe9\xa2\xea\x0e\xe0\x49\x09\x66\x07\x80\xf4\xc0\xe8\x07\xb7\xd7\x63\x3f\x7b\x70\x7b\xbd\xac\x52\xa3\x44\xeb\xb8\xbd\x1e\x86\xe4\x00\xac\x1e\xeb\xe8\xe0\xf6\x7a\xcc\xdf\x89\x93\xf9\xfe\x40\xe5\x07\xd0\xf5\x70\x4a\x1d\x40\x97\xa8\xce\x0e\xa0\xeb\x31\x7f\x07\x77\x99\xd2\xd4\x0e\xa0\xeb\xe1\x34\x3d\x00\x2b\x45\xbc\x0e\xc0\x4a\x69\x6a\x07\x60\x25\x92\xb2\x83\x6b\xeb\x01\xeb\x0e\xae\x2d\x91\x94\x1d\x5c\x5b\x6f\xa9\x16\xda\xdb\x7f\xbb\xe3\xe2\x80\xb9\x1e\xa7\x0e\x0e\x98\x4b\xfc\x65\x07\x94\xf5\x34\x0d\xf8\xa4\xc4\x5f\x76\xf0\x49\x3d\x7c\x83\x07\x5c\x25\xc6\xb2\x03\xae\x7a\x24\x72\x9c\xc0\x55\x35\xe1\xb1\x3d\x71\x56\xaf\x2a\x13\xed\xc0\x2a\xa7\x4c\xb4\x03\xab\x5c\x02\x07\x1c\x58\xe5\x12\x4a\xf1\xc0\x2a\x97\x50\x75\x07\x56\x39\x05\xbc\x0e\x24\xa7\x0a\x71\x1d\x48\x4e\x75\x19\xe1\x81\xe4\x54\x59\x6a\x07\xfe\x39\x05\xbc\x0e\xfc\x73\xba\x38\xf0\xc0\x3f\x27\x1e\xb2\x03\xff\x9c\x32\xd1\x0e\xf4\xdf\x09\x6f\xee\x81\x8d\x2e\xa1\x14\x0f\xac\xde\xca\x44\x3b\x50\x9e\x2a\x54\x75\x60\xa3\x53\x26\xda\x81\x8d\x2e\x11\xf6\x3c\xb0\xd1\x29\x54\x75\xa0\x3c\x4d\x9c\x3a\x3d\x50\x9e\x2a\xf7\xec\xc0\x54\x97\x08\x6d\x9e\x8a\x9c\xa8\xc8\x03\x1d\xaa\x82\x53\x07\x16\xbb\xc4\x86\xf9\xc0\x62\xa7\x13\x1e\x07\x16\x3b\xf1\x97\x1d\x58\xec\xc4\x5f\x76\x20\x4e\x4d\xa8\xcf\x03\x71\x6a\xd2\x57\x00\xa7\x9d\x42\x5c\x07\xaa\x54\x85\xb8\x0e\x54\xa9\xe9\xa9\x84\x64\x84\x44\x0f\x74\xa8\x09\x65\x7a\x60\xb8\xfb\xc0\x7f\x07\x86\xbb\x4f\xcb\x16\x86\xbb\xef\xd3\x7b\x8b\x12\x7d\x80\x61\xfc\xfb\x54\xcb\xa1\x44\xdf\x03\xf1\x55\x85\xb8\x4e\x20\xbe\xfa\xa1\x76\x0f\x14\xab\x9f\x96\x26\xcc\xe4\x1f\xe7\x5a\x0f\xcc\xe4\x1f\x0e\x8f\x13\x18\xaf\x2a\xf3\xed\x04\xc6\xab\x9f\x16\x71\x47\x6a\x7d\x21\x1d\xa9\xd9\xa9\x1d\x68\x5b\xbf\xaa\xff\x90\x0c\x23\x7a\x02\xd5\x55\x85\xb8\x4e\xa0\xba\xfa\x91\xf8\x73\x06\x92\xa1\x92\xcf\x40\x32\x70\xff\x81\xfb\xfc\x43\x25\x1f\xe8\x5e\x75\x6f\xe1\x19\xb4\xae\xc5\x3f\x18\xb3\xa5\xff\x18\x09\xcd\x3b\x04\xaf\x1f\xfe\xfe\x03\x13\xfa\xa7\x99\x86\x09\xfd\xd3\xdc\x4e\x24\xe3\xc0\xda\x81\xee\x55\xf9\x73\x27\x80\x55\x55\xe6\xdb\x81\x09\x3d\x6b\xac\x21\x7f\xcd\x59\xef\x1d\x4a\x7c\x67\x90\xbf\x66\x29\x53\x08\x5e\x33\x7b\xac\x03\xc1\xab\x6e\x23\x3c\x01\xba\x6a\xc6\x18\x1e\xf8\xd4\xb3\xd6\x26\xe4\xaf\x19\xd3\x78\xe0\x4c\x57\xac\xea\xc0\x99\xae\x8c\xb9\xb3\x90\xa5\xaa\x16\x64\xc1\x34\x9e\x85\x2c\x4d\xff\x3d\x4a\xb4\x00\x69\xac\xee\x26\x3c\x90\xc6\x66\xcd\x0a\xa4\xb1\x59\x2b\x7c\x23\xa7\x56\x38\x3c\xec\x19\xc0\x79\x20\x94\x55\x02\xdd\x81\x50\x36\x4f\x95\x1a\x25\x64\x81\xa3\x3d\x08\xcc\xfe\xac\x92\xa1\x6f\xcf\x53\x82\x31\x0d\x6c\xde\xcf\x41\x68\xd9\x50\x28\xda\xb3\x26\x13\x1e\xda\xcc\x86\xeb\xc0\x43\x5b\x92\xde\xab\x94\xf8\x24\xe0\xa1\x55\xfe\xdc\x81\x87\xb6\xc8\x4e\xc2\x43\xab\xac\xb8\x03\xb5\x7b\xe1\x68\xf5\x09\x94\x55\x8b\xa6\x0f\x8e\xda\xa2\x25\x06\xd1\x7b\xc1\xc5\x71\xc2\x97\x55\xc5\x66\x76\x02\x57\xd5\xa2\x65\x04\x63\x6d\xc1\xc5\x71\x60\xac\x2d\x52\xbb\x30\xd6\x16\x2d\x23\x48\xe0\x4b\x53\x0b\x48\x86\x6f\xf7\xc0\x66\x2b\x36\xb3\x03\x9b\x6d\xe9\x6a\x6f\x53\x52\x7b\xc8\x29\xfb\x0a\x25\xbc\xf8\xcb\x0e\x94\xf0\x65\xea\x3f\xfa\x20\xd5\x0a\xef\xad\x32\xe6\x0e\x94\xf0\x45\xca\x14\x4a\xf8\xc2\x0e\xe1\x40\xfb\x5e\xb4\x70\xa0\x7d\xd7\x75\x87\x07\xda\x77\x5d\x77\x78\x1e\x72\x4a\x61\x3e\xe4\x04\x7d\x1e\x28\xe1\x8d\xdd\xc3\x81\x12\x5e\x3c\x64\x07\x4a\x78\x63\x8e\x2e\x1c\xbc\xca\xb4\xbb\x70\xf0\x1a\xe8\xf3\x42\xa6\x2b\x56\xb2\x1b\x48\xaa\x1a\x58\xe6\x86\x33\xab\x2a\xdc\x76\x21\x88\x57\x6e\xdd\x85\x5a\xd7\x58\x54\x17\x6a\x5d\xc3\xc5\x71\xa1\xd6\x35\x5c\x1c\x17\x6a\x5d\x63\x51\x5d\x08\xe2\x0d\x2f\xf0\xfd\x90\x05\x0f\xe3\x0d\x67\x56\x35\xf2\x50\x2f\xe4\xf1\xba\xd3\xf0\x42\xc9\x6b\x43\xff\x39\xa5\x41\xa9\x52\x52\x9d\x8d\x92\xea\xec\x94\x1e\x25\xfa\x37\xf5\x1e\xfd\x03\x03\xdd\x8f\x3e\x6c\xfd\x47\x1f\x8e\x5a\xa7\x0f\xac\x9c\x0b\x95\xaf\xce\xed\x5e\xa8\x7c\x45\x05\x76\x21\x9d\x37\xe6\xf6\x42\x3a\x6f\xec\xfe\x2e\x34\xbf\xc6\xdd\x11\x17\x9a\x5f\x85\xcd\x2e\x34\xbf\xce\xfa\xbb\xd0\xfc\x7a\x52\x0b\x9d\xd2\xa4\x34\x28\xa9\x96\xe8\x83\xc2\x66\x17\x0a\x60\x07\x12\xdd\xc0\x78\xd5\xb3\xea\x3c\x94\xf4\x64\xf4\xcf\x8b\xfe\x7b\x94\x90\x13\xb6\x7a\xdd\x5b\x78\x61\xab\xd7\xbd\x85\x17\xea\x60\xc7\xfc\xdd\x82\x9c\xae\xf7\x90\x13\xd8\x73\xa1\x0e\x16\xa5\xd7\x05\xd6\x39\x26\xe7\x02\xeb\x94\xe3\x78\xe1\xae\xd7\xcd\x81\x17\xee\x7a\x1d\xee\xbc\x40\x3e\x11\x67\x5d\x60\x9d\x88\xb3\x2e\xd0\x4d\xf9\x8f\x17\x0e\xfa\x8a\xab\xe2\x86\xbb\xac\x56\x0c\xc9\x05\xc8\x55\x50\xf9\x05\xc8\x55\x92\xe4\x2e\xfc\xf4\x22\xce\xba\xf0\xd3\xeb\x56\xc1\x0b\x90\xab\xae\xf7\x1a\xa5\xf9\x17\x95\x7c\x41\x75\x4a\x8d\xbc\xa0\x3a\x5d\x3f\x78\x41\x75\x55\x0b\x00\x54\xa7\x44\xc9\x0b\xaa\xab\x78\x85\x2e\xc8\xad\x72\xd0\xed\x82\xdc\x2a\x41\x91\x0b\x72\x53\x4a\xe5\x05\xb9\x55\xd4\xd2\x05\xb9\x29\xa5\xf2\x82\xdc\x2a\xd8\xf0\x82\xdc\x2a\x38\xe0\x82\xdc\xc4\xa9\x75\x41\x6e\x95\x53\x00\x17\x36\x62\xb1\x68\x5d\x90\x9b\xce\xca\x5e\x88\xec\x2b\x1e\xdb\x0b\x72\xab\xfa\xe4\xc1\x63\x95\xa3\x4a\x37\x3c\x69\xb5\xe9\xd3\x8d\xd0\x5f\x6d\x49\xff\xc5\xc0\x8b\xac\xea\x82\xb2\x44\x56\x75\x41\x59\x4a\x9b\xbc\xa0\xac\x06\x46\xbf\xa0\x2c\x85\xaa\x2e\x28\xab\xe1\x9d\xbb\xa0\xac\xa6\x0f\x12\x94\xd5\xaa\x6a\xb9\x94\xf4\xe4\xa3\x84\x64\x03\x39\x39\xa9\x71\xc1\x63\x8d\x93\x1a\x17\x3c\xd6\xf0\xd1\x5e\xf0\x58\x6b\x7a\x32\xe6\xa8\x81\x03\xee\xa0\x0f\x5d\xff\xd1\x87\xa1\xf7\x90\x73\xa9\x14\xf3\xd0\xd8\x06\x5f\xa8\xf9\x9b\x46\x1e\x6a\xfe\xa6\xc5\x01\xe1\x7e\x03\x41\x5f\x08\xf7\x75\x51\xe1\x05\x81\x35\x36\xb7\x37\xdc\x5e\xb5\x6b\x71\x40\xbf\xdf\x31\xda\x17\x04\xd6\x09\xf6\x5d\x28\xf6\x45\x56\x75\xa1\xd8\x57\x76\xe2\x05\x81\x75\xd3\x7f\x99\x12\xcb\x16\x04\xa6\xb0\xd2\x05\x81\x29\xaf\xf0\x82\xc0\x7a\xd3\x7b\x95\x12\x0b\x27\xdc\x5e\xb5\x83\x9d\x2e\xe8\x4c\xa7\xa2\xef\x42\xce\xae\x16\x62\x5c\xba\x54\x39\xc8\xad\x73\xae\xe1\x82\xdc\x14\x48\xba\x20\xb7\xae\x51\x02\xb9\x75\x30\xec\x05\xb9\x89\xac\xea\x82\xdc\x3a\x3e\xd3\x0b\x72\xeb\xfa\x5a\x41\x6e\xa2\xae\xba\xe0\x31\x11\x52\x5d\xf0\xd8\x20\xf8\x7d\xc1\x63\x0a\x2b\x5d\x40\xd7\xc0\x75\x70\x01\x5d\x43\x2a\x39\x82\x92\x75\x7c\xaa\x65\x53\x62\xcc\xc2\x41\x56\x87\x46\x3e\x1c\x64\x55\xb7\x0a\x5e\xe0\xd9\xe0\x44\xc2\x0d\x07\x59\x1d\xec\x3a\x6e\x38\xc8\xea\xd0\x77\x0d\x74\x53\x2a\xc5\x05\xba\xe9\xe6\xc0\x0b\x74\x1b\xfa\x92\x81\x6e\x43\xc6\x17\xe8\x36\xa4\x7b\x80\x67\x83\x53\x46\xf7\x20\x27\xa7\x8c\xee\x41\x4e\x50\xeb\x3d\xc8\xc9\x01\xb9\x0b\x90\x1b\x32\xa9\x11\xb0\xac\x83\xf0\xec\xbd\xf4\x01\x44\x7b\x01\x79\x03\xa7\xe9\x05\xba\x0d\x5c\x77\x17\xe8\xa6\x5b\x05\x2f\xd0\x6d\xc8\x14\x03\xc8\xc6\xd6\x93\xc8\xa2\x99\x06\x90\x0d\xf6\x9e\x17\x40\x36\xce\xdf\x18\xaa\x2f\x58\x6d\x68\x19\x3d\x44\x01\x73\xdd\x87\x28\xb2\xd2\xa0\x33\x05\x99\x2e\xe8\x6c\x68\xc1\x81\xce\x74\x51\xe1\x05\x9d\x89\x53\xeb\x82\xce\xc4\xa2\x75\x41\x67\x3a\x98\x7f\x41\x67\x62\xd1\xba\xa0\x33\x5d\x4d\xf8\x40\x67\x13\xc5\xf7\x40\x67\x0a\x40\xbd\xf0\x8f\xd5\x59\x54\x8a\x8f\x40\xa9\x98\x0f\xe4\xa6\x54\xcc\x17\xfe\xb1\xaa\x70\xd4\x03\xb9\xe9\xc2\xc1\x07\x72\x9b\xe0\xe9\x07\x72\x53\xf2\xe5\x03\xb9\x4d\x8e\x38\x3d\x90\x9b\x2e\x1c\x7c\x20\x37\x05\xa7\x1e\xe8\x6c\xf2\xf1\x3c\xd0\xd9\xc4\x70\x3d\xd0\x99\x42\x55\x0f\x74\x36\x59\xe0\x0f\x74\xa6\xe0\xd4\x03\x9d\x4d\x3e\xac\x07\x3a\x9b\x43\xb5\x20\x27\x3b\x99\xf7\x21\x27\xe7\x28\x1e\xe8\x4c\x17\x07\x3e\xd0\xd9\x24\x0c\xf9\x40\x59\x4a\x66\x78\xa0\x2c\x51\x5e\x3d\x50\xd6\x64\x81\x3f\x50\x96\xee\xf5\x7b\xa0\xac\x49\x00\xf1\x81\xb2\xe6\xd3\x93\x21\x8b\x48\xae\x1e\x48\x6a\xe1\xcd\x7d\x20\x29\xd1\x5a\x3d\x90\xd4\x22\x1c\xfc\xc0\x47\x4b\x33\x16\x0e\xb2\xba\x38\xdd\xf2\xe2\x78\x57\x5d\x9a\x3f\xb0\x93\x72\x46\x5f\xa1\x3d\x4c\xd5\x2b\xb4\x07\x9e\x7e\x85\xf6\xd8\x01\xbd\x42\x7b\x5d\x4f\x3e\x4a\xcc\x51\xa4\xbd\xd6\x85\x7b\xe0\x81\xb9\x94\x5d\xfa\xc0\x5c\x6b\xea\x49\x24\x63\xd9\x3e\x30\x97\x72\x4d\x1f\x98\x4b\xf4\x54\x0f\x37\xdb\xc2\x6f\xf8\x70\xb3\xad\xa5\xff\x62\xcc\x16\x97\xed\x3c\xdc\x6c\xa2\xa7\x7a\xb8\xd9\x16\x5e\xf5\x07\x56\x5b\x60\xdf\x87\x9b\x4d\x89\x54\xcf\xe8\x1f\x0e\xc0\x07\x8e\x53\x70\xea\x81\xe3\x36\x6b\xec\x81\xe3\x94\xb1\xfa\xc0\x71\x5b\xeb\x08\x1c\xa7\x04\xac\x07\x8e\xdb\x40\x86\x87\xb3\x6e\xa3\x68\x1f\xce\x3a\xdd\x2a\xf8\xc0\x78\xa2\xae\x7a\x60\xbc\x6d\xaa\xb3\x53\xd2\x93\x21\xf5\xe6\xac\xc4\x03\xc8\x6d\xad\x15\x80\xdc\xd6\x1c\x01\xe4\x36\xc6\xf0\xe1\x9e\xdb\x5d\x25\x24\xeb\x7a\x12\xc9\x34\x63\x80\xbc\x8d\xa2\x7d\x80\xbc\x0d\xac\x7b\x00\xb9\xad\xf5\x10\xe7\xbb\xea\xe6\xac\xc4\x03\x9e\xe9\xae\xc0\x87\x63\x4d\x51\xa6\xd7\xa8\x53\xe3\x09\x74\x3b\x49\xef\x35\x4a\x7c\x67\x38\xdd\x74\x57\xe0\xc3\xe9\x76\xd0\x60\x0f\xa7\x9b\x08\xa9\x1e\x20\x4f\x31\xa7\x87\xd3\xed\x10\x50\x7f\x38\xdd\x22\xeb\xf6\x8f\x2a\xf9\x81\x0d\x0f\x98\xe4\x81\x0d\x0f\xc9\x89\x0f\x6c\x78\x38\xb9\xf7\xf0\xce\x1d\x53\x29\xba\x77\x88\xab\x3e\xb0\xe1\xd1\x52\x01\x1b\x1e\x30\xc9\x03\x1b\x2a\x75\xf7\x75\xba\xa0\xa5\xd2\xe9\x42\xd7\x93\x74\x41\x6a\x09\xc4\xa7\x44\xde\x07\xaa\x53\x4e\xde\x03\xd5\x1d\xa9\x1e\x3c\x70\x07\x94\xfc\xf0\xc0\x9d\xad\x27\x69\x1d\x14\xf2\x40\x7c\x07\x17\xc0\x03\xf1\x89\xc8\xea\x81\xf8\x74\x19\xe1\x1b\x0c\xa0\x26\x13\xfc\x27\xea\xaa\x07\xfe\x3b\xc4\xcc\x1f\xf8\x4f\x01\xa8\x17\x21\xd1\x7a\xb5\x54\x22\x24\x5a\x2f\x31\xf3\x07\x36\xd4\xd5\x84\x0f\x6c\x78\x39\x72\xf4\xf0\xdc\x5d\xb6\x89\x0f\xcf\x9d\xc2\x51\x0f\xdc\xa8\x70\xd4\xc3\x73\x77\x4d\x92\x5d\x4a\x6a\xef\x51\x62\x36\xc1\x94\x97\xf4\xea\x07\x52\xbc\xf8\xdc\x1e\x48\x51\x29\xcd\x0f\xa4\xa8\xdc\xac\x07\x52\xbc\x43\xff\x21\xb5\x96\x03\x68\xf0\x82\xa0\x1f\x68\xf0\x2e\x3d\x89\x64\x60\x8b\x07\x1a\x54\xc8\xe9\x81\x06\x95\xb6\xfc\x40\x83\x57\x33\x06\x1a\x54\x58\xe9\x81\x06\x15\x56\x7a\xf8\xea\x2e\x40\xe0\x81\x0d\x95\x7f\xf5\xc0\x86\x57\xa6\x03\x6c\x78\x35\x0f\x60\x43\xe5\x5b\x3e\xb0\xa1\xee\x2d\x7c\x60\xc3\x97\xf4\x64\xf4\x41\x09\xce\x2f\x8e\xf7\xd7\x27\x05\x06\xe2\x7b\xb8\xd2\x1e\x88\x4f\x21\xa7\x07\xe2\x53\x86\xd7\x03\xf1\xe9\xf6\xc3\x07\xe2\x7b\x5a\x39\x20\x3e\x65\x7f\x3d\x9c\x75\x4f\xea\x0c\x67\x9d\xd2\xa4\x1f\x68\xf0\x49\xb9\x81\xf8\x94\x26\xfd\x40\x7c\x4f\xf3\x07\xe2\x7b\x52\x7c\x20\xbe\xa7\x15\x07\xe2\x7b\x38\xe4\x1e\x6e\xbd\x27\x35\x88\x5b\xef\x71\x10\xf3\xe1\xd6\x53\x50\xeb\x81\xff\x94\x28\xf6\x70\xcf\x29\x19\xec\x5d\x64\xd1\x57\x80\x7b\xee\x81\x3e\x1f\x68\xf0\x71\xd4\xec\x81\x06\x1f\x41\xc9\x07\xe4\xd3\x2d\x8d\x0f\xf7\xdc\x23\x9c\xff\x70\xcf\x3d\x29\x53\x00\xe0\xc3\xf5\xf3\x00\x80\xba\x89\xf1\x01\x00\xdf\x51\x2d\x8c\x19\xd1\x8d\x07\x00\x54\xfa\xd7\x03\xe4\xbd\xab\x12\x72\x86\x89\x8b\x6c\xae\x28\x19\x25\xe4\x8c\x55\xec\x09\x90\xf7\xe2\x7a\x61\x4f\x10\x83\x91\xe2\xe5\x09\xf2\x2f\xe2\x58\x91\xf7\xf5\x53\x8a\x79\xf7\x04\xf9\x57\x0a\x17\x8e\x27\xc8\xbf\xb8\x7b\xd1\x13\x2c\xa0\xdc\xbd\xe8\x09\x16\xd0\x48\xe3\xfa\x93\x4a\xf6\x04\x41\x28\x9c\x5a\x9e\x20\x08\x25\xc3\xcb\x13\x04\xa1\x64\x78\x45\xd2\x59\x94\xf8\x0f\x76\x31\xb2\xb8\x3c\xc1\x2e\xc6\x95\x8d\x9e\x60\x17\x4b\xf1\x81\x78\x82\x5d\x2c\x35\xbd\x17\xbc\x67\x04\xca\x3c\x41\x1e\x4a\xa0\xcc\x13\xe4\xa1\x04\xc3\x3c\x41\x1e\x0a\xdf\x56\x24\xb9\xfd\x94\xa6\x9e\xa4\xeb\x53\x75\xd2\xf5\xc5\x20\x41\x2c\x0a\xc3\x96\x27\x88\x45\xb9\x7a\xd1\xd3\x47\x1f\x0e\x83\x94\xe9\xc3\x45\xce\x4c\x1f\x34\x29\xe1\xd5\x6b\x04\xa0\x3c\x41\x68\xfe\x25\x5a\x0f\xbc\xd9\x08\x39\x45\x8a\xdd\x4f\x29\xd3\x3a\xa4\xa3\xe4\x4a\x79\x82\x74\xf4\x33\xd5\xb2\x28\xa9\x96\x18\xdd\xcf\xe9\x2d\x14\xe6\x9f\xf3\x11\x40\x61\xfe\xc5\xe6\xcf\x13\xa4\xa3\x5c\xb6\xe8\x09\xd2\xd1\xaf\x32\xed\x90\x8e\x7e\x9d\xd6\x21\x1d\xfd\x3a\x75\x42\x2c\xfa\x69\x04\xa1\x37\xff\x26\x1f\x24\x14\xe6\x04\x8b\x3c\x41\x2c\xfa\x2d\xb5\x80\x2c\x9b\xf7\x20\x16\x25\x3c\xe4\x09\x62\x51\xf2\x9a\x3c\x41\x2c\xfa\x1d\xe6\x1d\x62\x51\xb2\x9c\x22\x85\xf0\xa7\x74\x91\x0c\x62\xd1\xef\x32\x66\x10\x8b\x7e\x4f\xef\x21\xe7\xa3\xb7\x70\x98\x93\xf3\xe4\x29\x10\x66\xcb\x5a\x1c\x90\x8e\xe6\x8f\x3e\xc0\x5a\xce\x45\x8c\x9e\x60\x2d\xcf\x1f\xf3\x07\x21\x69\xfe\x90\x1a\x42\xd2\x9c\x19\x17\x08\x49\x73\x66\x04\x21\x24\xcd\x85\x39\x82\x74\x34\x1b\x23\x01\xe9\x68\x36\x7a\x04\xe9\x68\x76\xfa\x0e\xe9\x28\x09\x51\x9e\x20\x1d\x25\xc8\xe4\x09\xd2\xd1\xac\x15\x00\x6b\x39\xc9\x52\x9e\x1c\x39\x1b\xad\x57\xe4\xec\xb4\x07\x3d\x69\xee\xf4\x08\x7a\xd2\xdc\x19\x17\xe8\x49\xa1\xc3\xf2\x04\x3d\x29\x61\x25\x4f\x81\x22\x1b\x37\x31\x7a\x82\x9e\x34\x6f\x46\x17\x7a\x52\xee\x57\xf4\x04\x3d\x69\xbe\x2a\x21\xf5\x65\x5c\x60\x42\xcf\x57\x92\x21\xb5\x14\x58\x45\xea\x87\x64\xf0\xa2\x43\x80\xe5\x09\x5e\xf4\xf2\xd1\x77\xd8\xce\x8b\xd6\x43\x20\xcc\x56\x32\xed\xc1\x76\x5e\xb4\x3a\x60\x3b\x2f\x85\x16\x60\x3b\x2f\x5a\x2b\x11\xba\x6d\x45\x9a\x28\x42\xb7\xad\x38\x92\x05\x8c\x6c\xc5\xe9\x2d\xbc\xe8\xa5\xd2\x1e\xbc\xe8\xa5\x52\x27\xbc\xe8\x45\x7a\x29\x5c\x8c\xad\x68\x56\x3a\x72\x36\x7a\xd4\x91\xb3\xa9\xce\x18\xc1\x22\x2d\x05\x4b\x7a\xe9\x6a\x9d\x3e\x68\x1e\x3a\x7d\x90\xce\x82\x9a\x15\x1a\x2d\x4f\x50\xb3\x96\x29\xc9\xe8\xc3\xfc\x8b\xe3\x22\xb2\x58\x7f\x1e\x5c\x74\x01\xd6\xd6\xb2\x10\x73\x20\xf4\xa2\x0b\xb0\xb6\x96\xcd\x47\x00\x6b\x6b\xd9\x88\x09\x6b\x6b\xd1\xb4\xc3\xda\x5a\x34\xed\xb0\xb6\x12\x72\xf2\x04\x6b\x2b\x79\x5b\x9e\x60\x6d\x25\xe4\xe4\x09\xaa\xf5\xf2\xa8\x33\xa2\xc1\x8d\xeb\x1c\x3d\x05\x16\x6d\xf6\xf1\x79\x06\x16\x6d\xa6\x05\x07\xa5\xab\x65\x3d\x19\xb2\x98\x16\x15\xe4\xea\x66\x0c\x35\x04\xaf\xa6\x89\x86\xe0\xd5\xa4\xf8\x20\x78\x35\x2d\x2a\xe8\xd4\x09\x1d\x79\x82\xe0\xd5\xa4\xf8\x02\xff\x35\xeb\x2c\xc6\x45\x0b\x9d\x16\xa0\x74\x25\xac\xe4\x09\x4a\x57\x82\x45\x91\xc1\xfb\x53\x9a\x8c\x44\xc4\x71\x9b\x2d\xa6\x3d\xe2\xb8\xcd\x16\xa3\x0b\xf9\x2b\xe4\x58\x9e\x20\x7f\x25\x90\xe4\x09\xf2\x57\xdb\x6a\xa1\x53\x52\x0b\x48\x7d\xf4\x1f\x52\x1f\x7a\x04\x31\xac\x49\x61\x42\xe6\x4e\x8e\x95\x27\x88\x61\x5d\x06\x08\x1a\x76\xd7\x12\x0b\x6c\xd8\x5c\x06\x08\x9a\x58\x48\xae\x3c\x41\x13\xeb\x5a\x70\x81\x0d\x9b\x6b\x1e\x02\x1b\x36\x2f\xb4\x07\x7d\x3b\x44\x56\x9e\x20\x94\x75\x2d\x3f\x48\x63\x5d\xb3\x02\x69\xac\x4b\xd5\x41\x1a\xeb\x5a\x70\x90\xc6\xba\x16\x1c\xa4\xb1\x5e\xf9\x5a\x21\x8d\xf5\x4a\x7b\x90\xc6\xba\x96\xd1\xa5\x0f\x43\xef\x21\xe7\xa4\x75\x48\x63\x7d\x32\x12\x90\xc6\xba\xd6\x03\xa4\xb1\xae\xb1\x86\x20\x9e\x64\xa9\xc8\x96\x8e\x12\x72\x42\x10\xef\x9b\x3e\x5c\xfa\xa0\x91\x87\x6c\xd6\x0f\xff\x41\x28\xeb\x17\xa9\x21\x94\x75\xe1\x38\x08\x65\x5d\xa6\x0a\x42\x59\x92\xa5\x3c\x41\x28\x5b\x65\xaa\xa0\x89\xad\x89\xde\x42\x13\x5b\x3f\xe4\x84\x26\xb6\x7e\xac\x2a\x68\x62\x6b\x9c\x8e\xf0\x0f\x9a\xd8\x8a\x52\xfc\x40\x83\x95\x79\xf8\x40\x7c\xa4\x40\xf9\x07\xe2\xab\xa8\xc1\x0f\xc4\x57\x51\x83\x1f\x88\xaf\x02\x12\x3e\x60\x5d\xad\xbc\x07\x20\xab\x8d\x16\x00\x5d\xb5\xd3\x02\xa0\xab\xc6\x91\x3f\xff\x00\x5d\x15\xe5\xf6\xc1\xc3\x4e\x04\xca\xbf\x70\xc1\xb5\x0a\x80\xf8\x80\x52\x44\xa0\xfc\x03\x4a\x55\xe6\xe8\x03\x4a\x91\x10\x15\x19\xe6\x51\x42\x6a\x38\xda\xb9\xc6\xd3\x3f\xe0\x52\xc5\x00\x7d\xc0\xa5\x1a\x8e\xbc\xc8\x3e\x8f\x92\x5a\xa0\x47\x8f\x3e\xc0\xd1\xce\x85\x9f\xfe\x01\xa5\xb8\xf0\x33\xf2\xd4\xff\xeb\x3f\xad\x25\xfa\x00\x5c\x22\x59\x2a\xb2\xd6\xa3\x44\x0b\xc0\xa5\x88\x4e\xfd\x51\x25\x7f\xd0\xb7\x37\x26\xf3\x83\xa2\xbd\xa1\xea\x3e\x28\xda\x1b\x68\xe2\x0b\x3f\x5e\x6b\xd8\xb4\x0f\x94\xc5\xa5\x9e\xfe\x81\xb2\x5a\x91\x98\x8f\x12\x83\x0b\xca\x6a\x9a\x76\x90\x54\x73\xba\x00\x92\x6a\x2c\xbf\x0f\xb4\xd4\x34\xd1\xa0\xa5\xa6\x89\x06\x2d\xc1\xd3\xe5\x5f\xf8\xe3\x1a\x21\x2e\xff\x0c\x39\xb1\x77\x9f\x21\x27\xca\xf4\x03\x3b\x35\xd0\xc4\x07\x76\x6a\x03\xa9\xc1\x4e\x5c\xd5\xe9\x1f\xd8\x09\x9e\x2e\xff\xc0\x4e\x6d\x22\x19\x64\xee\x0d\x54\xfe\x41\xe6\xde\x96\x6a\xa9\x94\x68\x0f\x5c\xd5\x36\xb2\x38\x7d\xd8\x7a\x92\x3e\x6c\x3d\x89\x9c\x47\x75\x32\x9e\x97\x8f\x00\x5c\xd5\xae\x6a\xa1\x0f\x0f\x39\xc1\x55\x0d\xc3\xf5\x81\x8f\xba\x3e\x82\xf0\xb2\x35\x6e\xbe\xf2\x2f\x42\xa9\xad\x27\x66\x13\xa2\xf7\xfe\xd1\x02\x48\xaa\xa3\x4c\x3f\x90\x14\xf9\x57\xfe\x81\xa4\xb8\xf0\xd3\x3f\x90\x54\xd7\xfc\x81\x96\x3a\x2a\xf2\x03\x2d\xf5\xca\x28\x81\x96\x7a\xa5\x47\x50\xc2\xf7\xc6\x7b\x50\xc2\xf7\xce\xd7\x03\x25\x7c\xef\x48\x06\xae\xea\x43\x4f\x22\xe7\xd0\x7f\xc8\xa9\xa5\xd9\x90\x73\xd2\x77\x70\x55\x5f\x6a\x2f\xc6\xac\x6f\xfd\x87\x9c\x60\xfb\x0f\x5c\xd5\x0f\x7d\x07\x3b\xf5\xc3\x98\x41\x48\x4f\x6e\x96\x7f\x10\xd2\x77\xb0\xfd\x07\xae\xea\x9a\x07\x70\x55\xd7\x22\x06\x57\x71\x51\x68\x5c\xdb\x10\x25\x3d\x89\x9c\x4f\x4f\x86\x9c\x43\xb3\x02\x76\x1a\x9a\x15\x68\xed\x09\xa9\xf9\x07\x40\x1a\x52\x9f\x00\xa4\xa1\x59\x81\xd6\x7e\x48\x99\x86\x23\xaf\x0d\x36\xc5\x1f\x00\x69\x18\xed\x01\x89\x86\x94\x29\x90\x08\xa2\x2e\xff\x80\x44\x43\x6b\x0c\x48\x34\x30\x6a\x1f\x90\x68\x34\x64\x01\x12\x0d\x70\xe3\x37\x91\x05\x50\xf2\x01\x89\x08\xa9\xf9\x07\x24\x1a\xec\xc6\xbe\x70\xcf\x35\x92\xb3\xfc\x9b\x48\xa6\x19\x03\x2e\x8d\xa9\x27\xe3\x3b\x1b\x4b\x75\x6e\x4a\xd4\x09\x78\x1a\x5b\x25\x24\x03\x0e\x7e\x80\xa7\xa1\x95\xb3\x68\x0f\x58\xf7\x01\xa5\x86\x56\x07\x7c\xf8\x53\x4a\x11\x3e\xfc\xa9\x79\x00\x58\xcd\x4f\x4f\x3e\x4a\xd4\x09\xb0\x9a\x5a\x1d\x00\xab\x09\xd4\xf8\x00\x56\x53\x73\x04\xb0\x9a\x5a\x2b\x00\xab\xc9\x8e\xeb\x03\x58\x4d\xe9\x48\x80\xd5\xb4\xbf\xdc\x97\xec\x1f\x98\x8b\x60\x98\x7f\x60\xae\x09\xa6\xfc\xc0\x5c\x53\xea\x13\xcc\x35\xb5\x18\xc1\x5c\x04\xbc\xfc\x03\x73\xc1\xa9\xe5\xdf\xa6\xeb\x4d\xdd\xa3\xeb\x9a\x4c\x10\xd8\x04\x61\x7e\xa0\xac\x29\x15\x09\xca\x9a\x9a\x5a\x50\xd6\x94\xc2\x04\x65\x4d\x90\xcd\x07\xca\x9a\xb2\x9a\xd0\xf6\x93\x71\xe5\x1f\xb4\xfd\x53\x56\x13\x04\x36\xa5\x3e\x41\x60\x73\xd1\x02\x28\x6b\x6a\x11\x83\xb2\xb8\xe9\xce\x3f\x50\xd6\x04\xe9\x7f\xa0\xac\x79\xa9\xf3\x32\xd4\x5a\x8c\xd0\xf6\x4f\x7d\x04\x20\x30\xb2\xb1\xfc\x03\x81\xad\xa4\xf7\x06\x25\x3d\x39\x29\x31\x12\x20\xb0\xa5\xcf\x05\x04\x06\x1d\x56\xdc\x62\xf2\x53\xfa\x24\xcb\xa5\xa4\x5a\xe2\x53\x22\x6f\xcb\x3f\x10\xd8\xca\x2c\x3f\x10\xd8\xd2\x07\x02\x02\x5b\x45\x4f\x46\x1f\x96\xe6\x1d\x04\xb6\x8c\x3a\xa1\xf4\xe7\x1e\x33\xff\xa0\xf4\x5f\x5a\xd2\x20\x30\x42\x6a\xfe\x81\xc0\x96\x10\xd1\x43\x32\x29\xe1\x87\x64\x6c\xbb\x33\xe8\x8c\xeb\x5b\xe3\x26\x96\x9f\x12\xf8\x28\x27\xa4\xe6\x2b\xc8\x20\xb7\xc5\x26\x3c\x43\xf0\xbf\xf8\x0a\x32\x04\xff\x6b\xa9\x16\xc6\x33\xfc\x8d\x9e\xc1\x71\xeb\xa8\x16\xc6\x93\x3d\x41\x06\xc7\xad\x23\x59\x90\x1a\xf3\x97\x71\xcf\x2d\xe6\x36\xe3\x9e\x5b\xa8\xdd\x8c\x7b\x8e\x70\x9b\x67\xdc\x73\x0b\xb5\x9b\x41\x83\xeb\x21\x0b\xee\xb9\x9d\x90\x13\xf7\xdc\x66\x63\x9f\x41\x8a\x1b\x44\x9b\x41\x8a\x1b\x95\x9c\x71\xb3\x91\xef\xe5\x19\x37\xdb\x66\xc5\x65\x70\xe3\x76\xfa\x07\x36\xdc\xcc\x43\x06\x1b\x6e\x00\x4b\x06\x1b\x6e\x54\x6b\xc6\xcd\x46\x48\xcd\x33\x6e\xb6\xdd\xa8\x13\x37\xdb\x66\x6d\xe6\x8c\x2c\x6c\xd0\x73\x84\x75\xdb\xd6\x8c\x81\x30\xf7\xd4\x7b\x83\x92\x64\x99\x94\x18\x33\x10\xe6\x46\xed\x66\x9c\x6e\xfb\x20\x19\x28\x72\x63\xfe\x72\xa1\x3d\x56\x55\xc6\xb1\xc6\x45\xb6\x9e\x81\x83\x1b\x37\x62\x06\xe4\xed\xa7\x3a\x1f\x25\x66\x05\x90\x77\xd8\xd3\x65\x5c\x69\x90\x71\x79\xc6\x95\x46\xfa\x97\x67\x00\xe0\x61\x87\x97\x71\x97\x1d\x3c\xbd\x19\x00\x78\x8c\xbe\x03\x00\x8f\x31\x66\x00\xc0\x63\x8c\x04\x00\x90\x2b\x6f\x3d\xe3\x3c\x3b\xce\x93\x80\xbc\xc3\xde\x3a\x03\xf2\x8e\x46\x1e\x90\x07\xc1\x97\x67\x40\xde\xf9\x1b\x43\xb5\x67\xf0\xdf\x69\x74\x16\xfc\x77\xba\x1a\xa0\x0b\x78\x7a\x33\xf8\xef\x0c\x3a\x04\xfe\x83\x09\xcc\x33\x88\x8f\xfb\x76\x3d\x83\xf8\xc8\x13\xf3\x0c\xe2\x23\x4f\xcc\x33\x88\x8f\x3c\x31\xcf\x20\x3e\x6e\xdf\xf5\x8c\xb7\x0c\x26\x30\xcf\x78\xcb\x8e\x26\x13\x34\x78\x50\x98\x19\x34\x78\xb4\x8c\x40\x83\x84\xdb\x3c\x83\x06\x0f\xdb\x8c\x0c\x1a\xbc\x9a\x3e\x10\xdf\xd5\xe2\x88\x3b\x35\x1a\x19\x5e\x9e\x41\x7c\x04\xd8\x3c\x83\xea\x60\xfb\xf2\x0c\xaa\xbb\xd8\xbb\x0c\xaa\xbb\x45\xb5\xc4\x84\x5d\xd4\x59\xc6\x5b\x76\xb5\xc4\x40\x67\x17\x4c\x92\xf1\x7a\x5d\x7c\x59\x19\xaf\x17\x19\x5e\x9e\x41\x67\x57\x8b\x03\x04\x06\xf7\x97\x67\x10\xd8\xd5\x52\x01\x81\x5d\x10\x4a\xc6\xb3\x45\x26\x93\x67\x30\xd7\x33\x95\x32\x25\xe4\x04\x57\x3d\x3c\xa1\x39\x02\xa4\x8d\x4c\x26\xcf\xb8\xa8\xc8\x64\xf2\x3c\xa8\x53\x9f\x59\x84\x3d\x1b\x81\x24\xcf\x20\xb0\x57\xf5\x5e\xcc\x2d\xc1\x22\xcf\xe0\x2a\x82\x45\x9e\x41\x4b\x0f\xb4\x94\x41\x4b\x84\x80\x3c\x83\x96\x9e\xbe\x10\xd0\x12\x19\x50\x9e\x41\x4b\x04\x7d\x3c\x4f\xda\x5b\xfa\x8f\xf6\x8e\xfe\x7b\x94\xa8\x05\xec\xf4\xf4\x4d\xc4\x21\xb8\xf6\xd8\x88\xe6\x08\x6d\x36\x82\x3e\x9e\x17\x23\x21\x45\x0b\xca\x7a\x52\xad\x81\xb2\x7a\xc2\x5d\x96\xe1\x08\x4c\x9f\x4a\x8f\x12\x2d\xc0\x11\x48\x62\x93\x67\x38\x02\x13\x28\x2b\xc3\x11\x98\x32\xbd\x85\x23\x50\xe1\xa1\x0c\x21\x70\x62\xef\x99\x21\x04\x4e\x19\x39\x21\x04\x56\xe8\x28\xc3\x26\x98\xf4\x65\xc1\x26\x98\xa4\xae\x61\x13\x4c\x38\x19\x32\x6c\x82\xa9\xaa\xbd\xe0\xc9\x4b\x4d\x25\xfa\xc0\x1e\x24\x6f\xfa\xa0\x55\x7c\xe8\xc3\xe0\x3b\x3b\xf4\x41\x8a\x16\x4e\xc2\xa4\x39\x82\x93\x30\x4d\x66\x13\x4e\x42\x52\x99\x3c\xc3\x49\x48\x82\x92\x67\x38\x09\x15\xbd\xc9\xf0\x0e\x26\x19\x4a\x68\x85\x15\xcb\xc9\xd0\x0a\x27\x76\x24\x19\x4e\x42\x45\x76\x32\x9c\x84\x49\xe6\x0f\x4e\xc2\xa4\x39\x82\x93\xf0\x93\xc1\x83\x77\xf0\x03\xc3\x66\x78\x07\xb9\x13\xcf\x33\xbc\x83\x9f\xc6\x13\xde\xc1\xaf\x20\x19\x74\xc4\x9f\x54\x72\x40\xa9\xae\x38\x4f\x86\x93\xf0\x33\x3d\x19\x72\x7e\x55\xb5\x6c\x4a\x6a\xef\x50\x62\x5c\xe0\x1d\xfc\x88\x1a\x64\xd8\x04\x3f\xe9\x4f\xd8\x04\x83\x38\xeb\xcf\x2a\x19\xa2\x41\xae\xb6\xf3\x0c\xd1\xe0\x27\xd5\x0a\xd1\xe0\x27\xf5\x09\x53\xf1\xb7\xd4\x1c\x82\x69\xe0\x21\x21\x54\x08\x28\xc3\x46\xfc\xb1\x4d\xcc\xb0\x11\x2b\x04\x54\x20\x28\xfc\xd8\x26\x16\x08\x0a\x3f\xd0\x4b\x81\xa0\x50\x01\xa1\x02\x41\xa1\x02\x42\x05\x82\xc2\x0f\xb5\x5b\xc2\xeb\xd5\xf3\xa7\x27\x07\x25\xfd\x37\x29\x75\x4a\x31\x9c\x0a\xde\x14\xb8\x89\x73\xd1\x7f\x87\x92\x5a\x0f\xa9\xb3\xa9\x14\x52\x67\x2c\x63\x81\xd8\x30\xa3\xc0\x0a\xc4\x86\x0a\xec\x14\xd8\x0b\x33\xe8\xa5\xc0\x5e\x48\xf6\x90\x17\x18\x0a\x15\xd8\x29\x70\x13\x73\x0b\x9e\x17\xb8\x89\xc9\x17\xf2\xf2\xd1\x87\xae\x3a\xe9\x03\x1e\xe9\xf2\xd1\x87\xa1\x5a\xe8\x03\x8b\xaa\xc0\x7a\x98\x99\xa3\x02\xeb\x61\x06\x45\x96\x4c\xeb\x71\x86\x38\x2e\xb5\xfb\x29\xe1\xdf\x2c\x30\x22\x66\x16\x47\xc9\xb4\xae\x91\xcf\xb4\x7e\xf5\x24\xad\xe3\x75\x2e\x70\x13\x67\x22\x03\x25\xfc\x63\xbd\x80\xfb\x0b\xac\xc2\xa4\xfa\x78\x81\xe7\xb0\xb0\xb5\x2e\xf0\x1c\x2a\x78\x53\xe0\x39\x2c\x18\xae\x02\xcf\x61\xa9\xfa\x2f\xc6\xb3\x00\x12\x4a\xe0\x9c\x5e\x50\xf3\xc5\x68\x8f\xf0\x65\x81\xcb\x90\x9b\xee\xbc\xc0\x2a\x5c\xc0\x6a\x05\x56\x61\xee\x98\xf6\x02\x8f\x70\xd9\xd4\x02\x8f\x30\xd4\x55\x5e\xe0\x11\x2e\x60\xed\x02\x8f\x70\x39\xd4\x12\xc0\xa3\x17\x7d\x75\x4e\x7b\x4f\x75\x46\x7b\xdc\x58\xe7\x25\x60\x48\x87\x90\xca\x4b\xc0\x90\x6e\x98\xf0\x12\x30\xa4\x9b\x46\x22\x60\x48\xe7\x1e\xba\xb8\x24\x30\x4a\xf4\x36\x02\x7a\xdd\xf4\xd5\x05\x44\xe9\xa6\xef\x0c\x92\x61\x52\x68\xbc\x04\xd4\xe8\xa4\xd0\xc4\xe5\x82\x51\xe2\xcb\x82\x72\xd8\x34\x66\x50\x0e\x2b\xf2\x51\xa0\x1c\xb6\xa1\x16\x90\x13\x27\x51\xa9\xc8\xa9\x11\x6c\xc8\x89\x12\x2e\x0d\x39\x31\x9b\xa5\x21\x27\xba\xa0\x40\x4e\x6c\x4b\x4f\x22\xe7\xa6\x85\x80\x2f\xdd\xd0\x13\x05\x72\x62\x45\x37\x0a\xe4\xc4\x86\x81\x2d\x0d\x39\xaf\x6a\x41\xce\xab\xf6\x90\xf3\xa9\x4e\xe4\x04\x33\x17\x88\x8b\xb9\x5d\x2e\xae\x4b\xfc\xaf\xff\x74\x67\xb7\x52\x20\x2e\x76\x76\xa9\x25\x1c\x56\xdd\xd9\x7b\x96\x70\x58\x75\x2e\xd7\xf7\x02\xa9\x31\xb7\xcb\x79\x81\xd4\xd8\xb3\xde\x6b\x94\xd4\x5e\x7c\x13\x5e\xd4\x42\xcc\x83\x6b\x36\x21\x27\x76\x8e\x40\x14\xc8\x89\x1d\x43\x59\x20\x27\x8e\x38\xc8\x1f\x55\x72\x81\xb7\x58\x41\x91\x02\x6f\xb1\x83\x7a\x0a\xbc\xc5\xae\xc5\x01\x6f\xb1\x37\x35\x87\x98\xb8\x23\x0a\xbc\xc5\xde\x25\xd8\xa2\xc4\x27\x18\x28\xab\xfb\xe0\x73\x81\xd3\xd8\xd9\xa4\x16\x38\x8d\x5d\x8b\x6a\xd2\x05\xec\x72\x99\x74\x01\xaf\x6c\x99\xc8\x49\xe0\xaa\x4c\xe4\x04\x09\x97\x89\x9c\x9a\x94\xf0\x73\xf5\xaa\x49\x09\x3f\x57\xe7\x06\x39\x2f\x81\xdc\xba\x82\x22\x25\x90\x5b\xaf\x52\xde\x81\xdc\x7a\xd5\xa4\x04\x72\xeb\x15\xcc\x5c\x02\xb9\x75\x85\x48\x4a\xa0\xb3\x5e\x71\x0f\x94\xf0\x7a\xf5\xaa\x05\x17\x5e\xaf\x5e\xb1\xbd\x25\x90\x5b\x87\xcd\xcc\x4b\x20\xb7\x5e\x71\x08\x94\x85\x9c\x55\xb5\x20\x67\xd3\x7b\xc8\xa9\x79\x58\xc8\x42\x50\xa4\x2c\x64\x01\x33\x17\x98\x9f\x2b\x11\xdf\x02\xaa\xab\x5a\x54\xa0\x3a\x98\xce\xbc\x80\xd5\x14\x14\x29\x60\xb5\x4a\xe0\xaa\x80\xc7\xe0\x36\xf3\x02\x1e\x23\xbd\xc6\x0b\x78\xac\x4a\x41\x83\xc7\xaa\x14\x34\x78\x4c\x41\x91\x02\x1e\x53\xe0\xa3\x80\xc7\x9a\x96\x03\x28\x0b\xa6\x33\x2f\xa0\xac\x46\xb0\xb6\x80\xb2\x5a\xd6\x7f\x95\x12\x3d\x02\x49\x35\x76\x01\x05\x96\x66\x6e\x82\xf3\x02\x4b\x73\x63\x0b\x59\x40\x4b\x24\xdb\x78\x01\x11\x91\x42\x13\x37\x84\xfe\x94\x64\xfe\x40\x44\x4d\xdf\x27\x88\xa8\xc9\xc4\xc1\xd2\xcc\xdd\x6f\x5e\x60\x69\x6e\x53\xef\x21\x0b\x28\xb2\x80\x96\x9a\x54\x16\x68\xa9\x69\x74\x41\x4b\x4d\x06\x01\x96\x66\x45\x1b\x0a\x2c\xcd\x4d\x23\xff\xe8\x83\xbe\x72\x70\x55\x23\x4c\x5e\x00\x48\x4d\x23\x0f\x40\x6a\x4f\x4f\x86\x9c\x24\xdb\x78\x89\x60\x5f\x57\x9c\xa0\x44\xb0\xaf\x77\x29\x1b\xc0\x53\xd7\xe8\x02\x9e\x7a\x51\x0b\x97\x12\x23\x08\x78\x22\xf5\xc6\x0d\xf0\xd4\x31\x16\x06\x78\xea\x84\x60\x0d\xf0\x04\x15\x98\x1b\xe0\x49\x31\x04\x03\x3c\x71\x6b\x9b\x1b\xec\xce\x24\xd4\xb8\xc5\x71\xb2\xce\x3d\x6d\x6e\x71\x9c\xac\x77\x5c\x23\x06\xcc\xea\x53\xed\xd1\x3f\x46\xc9\x80\x59\x1d\x70\x61\xc0\x2c\x52\x6f\xdc\x80\x59\x7d\xab\x4e\xfa\x77\x54\x27\xfd\xc3\xc0\x1a\x30\xab\xa3\xe6\x0d\x98\xd5\x51\xf3\x06\xcc\xea\x68\x14\x03\x66\x75\x50\xb9\x01\xb3\x48\xc4\x71\x83\x24\x7a\xe0\x70\x34\x48\xa2\x15\x27\x30\x20\x18\xa9\x37\x6e\x40\xb0\xc1\x3c\x18\x10\x6c\x7c\x7f\xc9\xde\x73\x03\x9d\x29\xa0\x60\xa0\xb3\x91\x19\xc0\xf0\x65\xf5\x51\xd4\x78\x74\x6f\x80\x22\x2d\x62\xa0\x7d\xb0\x8d\xb2\xf0\x73\xf5\xc1\xa6\xd8\xc2\xcf\xd5\x15\x5e\xb0\xf0\x73\x75\xee\x70\x73\xcb\x74\x4f\x93\x09\xc6\x83\x34\xc5\x0d\x8c\x37\xaa\xde\xa3\x7b\xa0\x02\x03\xe3\x0d\x14\x98\x81\xf1\x06\xe8\xd3\x60\xbd\x1e\x53\xb5\x20\xe7\x54\x2d\xc8\x89\xd7\xd9\x60\xc4\xe6\xee\x37\xb7\x82\x2c\x4b\x25\x64\x01\x2d\x19\xac\xd7\x03\x34\x6f\x85\x71\xc1\xeb\x65\xb0\x5e\x0f\x36\xbe\x06\x1a\x9c\x04\xd8\x0c\x34\x38\xd9\x54\x19\xa8\x4e\x61\x02\x83\xd9\x7a\xa2\xbc\x0d\x66\xeb\x49\x10\xd4\x60\xb6\x9e\xa8\x72\x83\xd9\x7a\x62\x7b\x0d\x34\x38\x71\x40\x18\xcc\xd6\xd3\xf5\x24\xad\x63\x89\x0d\x34\x38\x09\xc9\x18\x68\x90\x44\x15\x37\xd0\xe0\x04\x3b\x19\x68\x90\x1b\xd6\xdc\x1c\xc9\x30\xa9\xe6\x48\x36\x54\x27\x92\xb1\xb9\x35\x70\xe3\xd4\x32\x02\x37\x72\xa7\x9a\x9b\x23\x19\x8a\xdd\xc0\x86\xf3\xd2\x02\xd8\x70\x12\xa2\xb4\x4a\xeb\x0f\x39\xc3\x29\xd5\x97\x46\x10\x34\x28\xaf\xba\x85\x53\xaa\x2f\x7d\xe4\xe1\x94\xea\xeb\xd3\x7f\xd1\x3a\xec\x35\x6e\x20\xc5\x05\xb2\x31\x90\xe2\x2a\xaa\x73\x53\xd2\x7b\x87\x12\x23\x0f\x52\x24\x51\xc5\x0d\xa4\xb8\x34\xf2\x20\x45\xee\x3f\x73\x8b\xf0\x65\x5f\xfa\xca\x23\x7c\xd9\x17\x06\xc1\x40\x83\x0b\x68\x63\x0d\x39\x31\xb0\xd6\x90\x53\xf3\x00\x52\x5c\x98\x07\x03\x29\xae\xae\x5a\x90\xb3\xab\x3d\xe4\xc4\xff\x6e\x20\x45\xf9\xd8\x0d\xa4\xb8\x30\x1d\x06\x52\xe4\x3e\x32\x37\x90\x22\x44\x64\x6e\x20\xc5\x2d\x65\x0a\x52\x94\xef\xda\x40\x8a\x5b\x3d\x02\x29\x6e\xdc\x6c\x06\x52\xdc\x5a\x8d\x20\xc5\x4d\x40\xdd\x40\x8a\x1b\x8c\x6e\x20\xc5\xdd\xf4\x64\xf4\x6f\xab\x7f\xe1\x58\xeb\xf2\x4f\x5b\x84\x36\x3b\x29\x1f\x71\xbd\x73\x94\x18\x17\x10\xe6\xe6\x20\xa6\x01\x15\x37\xce\x10\x03\x2a\x6e\x76\xda\x06\x54\xdc\x38\xac\x0c\xa8\xb8\x89\x0c\x18\x50\x51\xfe\x69\x03\x2a\x6e\x20\x83\x01\x15\xb7\xd6\x2d\x50\xf1\x24\xd5\x12\xb2\x90\xf2\x11\x97\x4b\x47\x89\xff\x80\x8a\x64\x5d\xb8\x01\x07\x0f\x0e\x47\x03\x0e\x1e\x1c\x8e\x06\x1c\x3c\x9a\x31\xe0\xe0\x61\xaf\x6b\xc0\xc1\xf3\xa3\xa5\xfe\xac\x92\x41\x8a\xf2\xfb\x1a\x48\xf1\x68\x58\x40\x8a\x90\x24\xb9\x81\x14\x0f\xc7\x7c\x0c\x6c\x78\x0e\xc3\xb9\x10\x4c\x16\x07\xfc\x77\xb4\xe0\xc0\x7f\x50\xd9\xb8\xc5\x71\xb2\x7e\xd5\x75\xf0\x1f\xe9\x12\x6e\xe0\x3f\x68\x6e\xdc\xc0\x7f\xb7\xe8\xc9\x4b\x49\xb5\x3c\x4a\xa8\x09\xbc\x7a\x17\x07\x84\xe1\xd5\x23\x95\xc2\x0d\xaf\xde\xd5\xa2\x02\x29\x5e\xa3\x05\x90\xe2\xc5\x1f\x67\x78\xf5\xae\x4c\x07\x48\x11\xd2\x1b\x37\x90\xe2\x6d\x8c\x12\x48\xf1\x76\xbd\x47\x1f\xb4\xa8\x36\x7d\x00\xd1\x1a\xde\x39\x08\x71\xdc\xf0\xce\x5d\x2d\x23\x70\xe3\xc5\xbb\x6a\xe0\xc6\x3b\xf5\x24\xb2\x2c\xfd\x57\x29\xf1\x29\x1d\xc6\x73\xa9\x16\xe4\xd4\xa7\x8b\xe7\x0e\x0a\x1c\x37\x3c\x77\xf0\xc1\xb9\xe1\x9d\xbb\x9a\x15\xf0\xe6\xc3\xa3\x69\xe0\x4d\x92\x20\xdc\xc0\x9b\x24\x41\xb8\xe1\x9d\x7b\x1a\x4f\xbc\x73\xd0\xdc\xb8\x81\x45\x9f\x14\x18\x58\xf4\xc9\x4c\x83\x45\xb9\x85\xcb\x0d\xbc\xf9\x64\x8a\xc1\x9b\x4f\x86\x04\x4c\xf9\xb4\x34\xc1\x94\x4f\x4a\x1f\x4c\xf9\x88\x44\x18\x98\x12\x6e\x19\x37\x9c\x6e\x4f\xf8\x08\x4c\xf9\xd8\x14\x1b\x98\x92\x0b\xb4\xdc\xc0\x94\xef\xaa\xce\x4d\x89\xbe\x83\x1b\xe5\x75\x36\x70\xa3\xd2\x09\x0c\xdc\xc8\x05\x5a\xee\xe0\x46\xa5\x13\x38\xb8\xf1\x31\x9e\x0e\x6e\x7c\x1c\x58\x73\x88\x53\x95\x6a\xe0\x10\xa7\xa6\xa4\x27\x9d\xd2\xa5\x54\xa3\x84\xd3\xcd\x03\x37\x0e\x48\xc3\xdc\x03\x37\x8e\x54\xf4\xdf\x88\x12\x8a\xd6\xa1\x5f\x4d\xa6\xf6\x82\xb3\x4f\x7e\x66\x87\x7e\x35\xb9\xa4\x3e\x94\x16\xa5\xe0\xf3\x4b\x55\x2d\x3c\x4a\x3c\x09\xfd\x6a\x42\xed\x7a\xe0\xc6\x91\x50\x3d\x1e\xb8\x71\x28\xbb\xc0\xe1\x61\x4f\xac\x00\x87\x6b\x3d\xa1\x7a\x1c\x3e\xf5\x34\x55\x42\x4e\xbe\x5d\x87\x70\x35\xa1\x43\x1c\x52\x55\xae\xb0\x72\x87\xed\x5c\xbe\x64\x87\xb5\x9c\x0b\xa6\xdc\x21\x40\xfd\x34\x2e\x10\xa0\x7e\xac\x77\x87\x99\xfc\xc3\xe3\xee\x70\x8a\x7f\xac\x5b\x87\xf2\x54\xbe\x5d\x87\xf2\xf4\x53\x8f\x0a\x2d\x70\xbe\xc4\xe3\x3c\xd9\xe0\x32\x28\x77\xe8\x50\x3f\xf5\x08\x3a\x54\x39\x77\x1d\x3a\xd4\x8f\xef\xd3\xa1\x43\xfd\xc0\xf6\x0e\x1d\xaa\xce\xf7\x3b\x74\xa8\x1f\x87\x57\x1d\x3a\xd4\x6f\xff\xe5\x0a\x7b\x77\xe8\x50\x3f\xce\x5a\x3a\x74\xa8\xd0\x96\xb8\x43\x87\x0a\x6d\x89\x3b\x74\xa8\x9f\x3e\x3a\xe8\x50\x75\x84\xdf\xa1\x3c\xcd\xa0\x17\x87\xf2\x54\xc7\xf4\x1d\xca\xd3\x0c\x7a\x71\x28\x4f\x33\x47\x79\x1c\xca\x53\xee\x89\x8a\x8b\xfa\x7f\x4a\xa6\xff\x3a\x25\x86\x13\x5a\x53\x1d\xda\x77\x68\x46\x33\x68\xd0\xa1\x19\xcd\xfa\x5c\x2a\x75\x76\x3d\x19\x0b\x20\xb3\xb1\x77\x88\x45\x33\xdb\x4b\x87\x58\x34\xa3\xce\x1c\x62\x51\x2e\x59\x72\x87\x58\x94\x4b\x96\xdc\x21\x16\xcd\x84\x1a\x3d\x70\xd5\xc8\x98\x23\x0f\x5c\x35\x74\xdc\xde\x21\x1d\x85\xb7\xc4\x1d\xf2\xd0\x82\x13\xc5\x21\x0f\x2d\x18\x27\x87\x3c\xb4\x10\x79\xf7\xc0\x55\xa3\x7c\xaa\x65\x50\x62\x1e\x20\x5e\x2f\xa0\x41\x87\x66\x14\xbe\x13\x77\x68\x46\xe5\xbf\x75\x68\x46\x0b\xc1\x22\x87\x66\xb4\x68\x11\x43\x33\x5a\x40\xd7\x0e\xcd\x28\x57\x35\xb9\x43\xca\x5e\x88\x0d\x7b\x47\x16\xbc\x8f\x0e\x95\x68\x19\x7a\x12\x59\xd8\x88\x3a\xe4\xa1\x85\x38\xbc\x43\x1e\x2a\xff\xad\x43\xf4\x59\x34\x4a\x10\x7d\xea\xac\xba\x43\xe6\x0e\xe3\x88\x3b\x64\xee\x30\x8e\xb8\x43\xf4\x29\x8f\xad\x43\xf4\x69\x84\x67\x1d\xc2\x4e\xd3\xb8\x40\xd8\x69\xea\x3b\x84\x9d\x26\x05\x06\x61\xa7\x15\xfd\x17\xb2\xe8\xac\xba\xc3\xbc\x2e\xff\xad\xc3\xbc\xae\x93\xeb\x0e\xf3\xba\x61\xa6\x1d\xe6\x75\xae\x47\x72\x87\x79\xdd\xd8\xd3\x39\x9c\xe9\xc6\x29\x23\x87\x33\x5d\xde\x5c\x87\x33\xdd\xf4\x7d\xc2\x99\x6e\xfa\x3e\xe1\x4c\xd7\x89\x69\x87\x33\xdd\x35\xd6\x70\xa6\x7b\xd7\x93\xd1\xba\x83\x8b\x1d\x7e\x73\x27\xec\xe9\xf0\x9b\x3b\x27\x89\x3c\x20\xc3\xd0\x89\x69\x0f\xc8\x30\x9c\x93\x44\x0e\xf7\xb9\x13\xe7\x71\xb8\xcf\x75\x62\xda\xe1\x3e\x77\xf6\x82\x1e\x00\x62\xe8\xfc\xb4\x07\x80\x18\x50\x4f\xb8\x07\x80\x18\xae\xaf\x3c\x00\xc4\xa8\x84\xd4\x1c\x96\xf4\x8a\x41\xf7\x80\x05\x43\x6e\x3d\x0f\x58\x30\x2a\x38\xdc\x61\x50\xd7\x59\x67\x87\x41\xbd\x62\x98\x3d\x20\xc3\xa8\x32\x08\x11\xd0\x1b\x55\xaa\x35\x02\x7a\xa3\x4a\xb5\xc2\xb5\x5e\xa5\x4c\xe1\x5a\xaf\x1a\x6b\xb8\xd6\x21\x7f\x70\x87\x6b\xbd\xb2\xdf\x73\xb8\xd6\xab\xbe\x64\xb8\xd6\x75\xf2\xd9\xe1\x5a\xaf\x53\x75\xc6\xdc\x56\x22\x34\x0e\x9f\xba\x4e\x3e\xfb\x45\x4e\x29\xda\x8b\x9c\x1a\xc1\x87\x2c\x32\xda\xe1\x4e\x1a\x0d\xf8\xe9\xe1\x4e\x1a\x41\xe9\xfa\x67\x95\x0c\xd5\x7a\x93\xc2\x84\x6a\xbd\xe9\x23\x87\x6a\xbd\x11\x0c\x73\xa8\xd6\x1b\x88\xa8\x42\xb5\xde\x58\xee\x15\xaa\x75\xf9\xf8\x2a\x54\xeb\x3a\x7b\x5c\x41\x0c\x8d\x8f\xbc\x62\xf9\xb9\x6c\xc7\x2b\x96\x5f\xfe\xbf\x8a\xe5\x6f\x55\x2d\xd0\x05\x2c\x78\xc5\xf2\xc3\x0b\xe1\x15\xcb\xdf\x9a\xea\x44\x4e\x26\xa5\x62\xc1\xe5\x1b\xac\x50\xad\xcb\x1b\x58\xc3\xf3\x33\xe4\x0d\xac\x58\xf7\x36\xf5\x1e\xb2\xa0\xae\x2b\xc4\xeb\x5c\xb6\xe3\x15\xe2\xf5\xc6\x27\x5f\xb1\xf5\x0d\xbf\x76\x85\x5c\xbd\xb1\xa9\xaa\x99\x3e\x70\x4a\xb2\x62\xeb\x1b\x53\x54\x21\x49\x6f\x78\xa8\x2a\x96\xbf\x83\x8f\x2a\x96\xbf\x7f\xfa\x2f\x46\x50\xfe\xbf\x0a\xf5\x39\x1c\x0e\x5e\xa1\x3e\xef\x38\x97\x6a\x38\x58\x06\x97\xf4\x78\x05\x23\xc8\x53\x58\xc1\x08\x9d\xcd\x7b\x05\x23\x74\x36\xef\x15\x8c\xd0\x49\xdd\xa8\x60\x84\x6e\x7a\xef\x51\xa2\x05\x6c\x7d\xd7\xfc\x61\xeb\xe1\x7e\xf0\x8a\x41\xef\xec\x2c\xaa\x21\xa7\xe6\x0f\xf3\xde\xf1\xb5\x56\xcc\x7b\x07\x3f\x54\xcc\x7b\x5f\x7a\xf2\x50\x62\x94\x60\x3b\xef\x4b\x75\x22\x0b\xce\xa5\x8a\xe9\xef\xec\xdb\x2a\xa6\xbf\x63\x52\x2b\xa6\xbf\xe3\x36\xa9\x98\xfe\x4e\x06\x62\xc5\xbc\xcb\x6f\x58\x31\xef\xfd\xe9\xbf\x90\x73\x7c\xaa\xf3\x50\x42\x16\xd8\xc7\x47\x56\xe9\xa3\x84\x64\xc0\x82\xa1\x91\xc7\xf4\x0f\xc2\xc8\x15\xf6\xf1\x81\x8f\xb6\x02\x04\x86\x46\x17\x20\x30\x40\x75\x15\x20\x30\x70\x24\x54\x80\xc0\xd0\x58\x03\x04\xe4\xf2\xab\x00\x01\xb9\xfc\x2a\x0c\xe3\x03\x75\x5d\x61\x18\xe7\x7a\x1d\xaf\x30\x8c\x0f\xf6\x5f\x15\x86\xf1\xa1\x15\x00\x48\x80\xc4\x21\xe8\x6e\xa2\x44\xff\x00\x09\x3a\x27\x5c\x01\x09\x43\x73\x04\x48\xd0\x39\xe1\x0a\x10\x18\x5b\xed\x21\x27\x1e\xdb\x8a\xb1\xd7\xa9\xe1\xda\x91\x13\x53\x5c\x3b\x72\x5e\x3d\x89\x9c\x1c\x38\xac\xf0\x8d\x8f\xab\xf7\x90\xf3\xe9\x49\x64\x21\x5a\x54\xe3\x9c\xf7\xe0\xd6\x1c\xaf\xc0\x02\x68\x1b\x82\x6c\xe7\xa7\x84\xa3\xab\xc2\x29\x3e\xb5\xc6\x22\xdc\x36\x74\x12\xb9\x46\xb8\x6d\x70\xa3\x8e\x57\xf8\xc6\xa1\x6d\xf0\x0a\xdf\x38\xb4\x0d\x5e\xe1\x1b\x9f\x45\xef\x55\x4a\xc8\x09\xdf\xf8\x04\x38\x56\x60\xc8\xc4\xd8\x57\x60\x88\x8e\x14\x57\xf8\xc6\xe3\x48\xf1\x1f\x55\x72\x85\x8a\x7c\x62\xb7\x2a\x08\x85\xcb\x76\xbc\x82\x50\xa6\x26\x0c\x2a\xf2\xa9\x09\x83\x8a\x5c\xe7\x7d\x2b\x54\xe4\x53\xcb\x08\xf4\x32\xb5\x54\x40\x2f\x53\xd3\x07\x7a\x99\x60\xd1\x0a\x42\x81\xf3\xd7\x2b\x08\x65\x5e\xfd\x47\x17\x08\x6e\x54\x10\x8a\x4e\x06\xd7\x85\x9c\xc4\xfd\xeb\x42\x4e\xd0\x7c\x5d\xc8\x89\xd7\xb2\x2e\xe4\x04\xb5\xd6\x85\x9c\x6c\x4b\x2b\xc8\x46\x67\x88\x2b\xc8\x66\x25\x3d\x79\x29\xe9\xbf\x68\x7d\x71\xc2\xa3\x86\xa3\x64\xe8\x9c\x70\x0d\x47\xc9\x58\x9a\xf6\x70\x86\x8c\xc5\x0e\xa1\x86\x53\x63\x2c\xa9\xc8\x70\x6a\x8c\x05\x72\xab\x71\x7a\x7b\xe8\x2c\x70\x05\xcb\x2c\xa9\x41\xf0\xca\x02\xd1\x56\xf0\xca\xd2\x1c\x81\x57\x96\x14\x1f\x78\x65\x81\x1f\x6a\x38\x3c\x06\x57\xef\x78\x0d\x87\xc7\x90\xd7\xb2\x86\xc3\x63\xac\xa1\xff\x26\x25\x96\x26\x08\x65\x69\xa6\x41\x28\x4b\xca\x14\x84\xb2\x34\xd3\x20\x94\x25\x53\x05\x42\x59\x9a\x69\x10\xca\x22\xec\x52\x41\x28\x3a\x35\x5c\x41\x28\x3a\x27\x5c\x41\x28\x4b\x0b\x15\x84\xa2\xf3\xbe\x15\x84\xb2\x39\xc5\x51\x23\xf8\x36\x76\x52\x9d\x83\x12\xdf\x19\xe8\x65\x73\x22\xb5\x86\x33\x64\x70\xbd\x8e\xd7\x70\x7f\x8c\xcd\x6e\xac\x86\xfb\x63\x6c\x2d\xb1\x38\xaf\x3d\xb6\x16\x55\x84\xd4\x06\x57\xe8\x04\x9f\xd5\x4f\x49\x20\xe1\xd1\x3a\x67\x41\xea\xa3\x75\x7c\x8a\x15\x0c\x24\x0f\x6a\x05\x03\x6d\x5c\x5b\x15\xa0\xb3\xf5\xb5\x02\x74\x74\x8e\xb6\x01\x66\x0e\xfd\x6b\x80\x99\x43\x8f\x1a\x60\x86\x2b\x6d\xbc\x01\x66\x74\xc6\xb6\xe1\xe2\xe0\x4a\x9b\x60\xd3\xfa\x29\x65\xd5\xd9\x29\xe9\xc9\x90\xe5\xb0\x5f\x68\x00\x16\xa8\x12\xbc\xe1\x8e\x38\x28\xf6\x86\x3b\xe2\xf0\x2d\x35\xc0\x8c\x4e\xd5\x36\x00\xcb\x01\xf7\xb7\x8f\xf6\xe8\x5f\xfb\x68\xaf\xa9\x96\x18\x17\x28\x16\x82\xd9\xeb\xa7\x34\x54\x27\x7d\x27\x12\xd1\x3e\x64\xc1\x58\xb4\x88\x47\x8d\x03\x4e\x6d\x00\x9d\x03\x40\x6a\x00\x9d\xc3\x31\xbb\x16\x31\xa7\x71\xd8\x7f\xb5\x88\x39\x0d\x6e\xb8\xf1\x96\x91\x85\x00\x69\xcb\xc8\xc2\x2e\xa0\x01\x90\xb8\xc5\xc6\x1b\x00\xe9\x00\x9e\x1a\x00\x49\x07\x69\x1b\x20\xe8\xe0\x67\x6e\x85\x91\x40\x33\xb4\x42\xeb\xf8\x07\x1a\x00\xe9\xe2\x1f\x68\x00\xa4\x9b\xf4\x5f\x8c\xd2\xd5\x8c\x01\x82\xae\x46\x10\x67\xc8\xed\x7f\xf3\x25\x37\xfc\x24\x97\xa0\x4f\x03\x1f\x5d\x0d\x2e\xf8\x88\xcb\x68\xbc\x81\x8f\x2e\x9b\x80\x06\x3e\xe2\x32\x1a\x6f\xe0\x23\x79\x49\x9b\x21\xa6\x86\x3a\x82\x53\xe3\x4e\xd5\x82\x98\x44\x9f\x1b\xd8\xe9\x6a\x70\xc1\x4e\x97\xb8\x6a\x03\x3b\xdd\xcd\x14\x81\x8f\xae\x06\x17\x7c\x74\xd9\x2e\x34\xf0\xd1\xe5\x28\x5d\x03\x1f\x5d\x36\x5c\x0d\xd7\xc8\x65\xc3\xd5\x70\x8d\x70\x89\x8d\x37\x50\xcf\x4b\x2a\x65\x4a\x48\x0d\xea\x79\x28\xe1\x06\xea\x79\x9f\xfe\x6b\x94\x18\xea\x08\x39\x8d\xc7\x66\xba\x81\x88\x60\x4a\xf0\x06\xea\x79\x6c\xe2\x1a\xa8\x07\x6e\x04\x6f\xb8\x38\xb8\x8c\x26\x68\xe1\x7e\x4a\x38\x12\x1a\xc8\xe6\xa1\x18\x1a\xc8\x46\x27\x83\x1b\xc8\xe6\x69\xe1\x80\x6c\x1e\x61\xa5\x06\xb2\x79\x6c\xf7\x1a\xc8\xe6\x35\xbd\x17\x23\x0f\xdf\xb8\x37\x90\x0d\x9c\xe2\xde\x70\x71\xe8\x0c\x71\xc3\xc5\xf1\xf0\x06\x36\x50\x8f\x7c\xbb\x0d\xd4\xc3\xa5\x32\xde\x02\xf5\x9c\x6e\xe9\x28\x19\xa0\x05\xf2\x89\x5f\x0e\x68\xb2\x05\xfa\x39\xdd\xbe\x73\x50\xd6\x2d\x10\xd0\xe9\x96\xcf\xef\x32\x8e\x50\xd2\xe9\x66\xe7\xb8\x6a\x6e\xbf\xbf\xe8\x3c\x76\x0b\xa4\x74\xba\xf9\x39\x92\x3a\x5c\x2a\xf1\xcb\xcb\x6a\x7d\xf2\x4b\x3b\xcf\xd5\xfa\xe2\x97\x71\xf6\x52\x7f\xf6\x3f\xbf\x5c\xd5\x7c\xf8\x65\x9e\x83\x62\x6e\x81\xbc\x4e\xb7\x75\x76\xd5\x2f\xef\xf7\x97\xdf\x2f\x2b\x10\xd8\xe9\xb6\xcf\xd6\xd2\x0d\x14\x16\xbf\x3c\x82\x85\x6d\x68\x7c\xce\xd1\x29\xf6\x36\x34\x3e\xf7\x5c\xa9\x86\xc1\xf8\x78\x3a\xb0\x74\x04\xf1\x9f\x7e\xf9\x9d\x91\xc1\xf8\x78\x3e\xfb\xa9\xf5\xf6\xfb\xcb\x4d\x7a\xab\xff\xf3\x8b\x54\xfa\x60\x7c\xdc\xce\xd6\xa8\x8e\xf9\xfb\xcb\xef\x77\x37\xd6\x3f\xbf\x48\xfd\x8d\xfd\xcf\x2f\x4f\xcf\x30\x3e\x5e\xcf\x2e\xaa\xf9\xfe\xdf\x5f\x98\xd3\xf1\xfe\xf9\x05\x78\xd0\x66\xfa\xfd\xe5\x60\xb6\xda\xfc\x7e\x7f\x81\xbd\xde\xdb\x64\x7c\xbc\x9d\x2b\x93\x31\x19\x1f\xef\x67\x6b\x2d\x4c\x8d\xcf\x38\xbf\xca\x7b\xfa\xef\x2f\x5c\x44\xe4\x6d\x6a\x7c\xf6\xf9\x35\x3d\x53\xe3\x73\xce\xaf\x2a\x9d\xfd\xf7\x97\x2b\xd3\x35\x35\x3e\xf7\x70\x35\x97\xb7\x39\x7f\x7f\xf9\xd5\x0a\x53\xe3\xf3\x8e\x92\x58\xda\xdc\xbf\xbf\x5c\x4e\x95\xb4\x79\x7e\x7f\x79\x60\xee\x36\x19\x9f\x9a\x8e\xae\x35\x6a\x93\xf1\xa9\xdf\xd9\x1c\x3c\x6d\x8b\xf1\xa9\xe5\x1c\xdc\x56\x6d\x7d\xff\xfc\x22\xa3\xb5\x18\x9f\x6a\xe7\xe0\x42\x6d\xab\xfc\xf3\x0b\x60\xb5\x2d\xc6\xa7\xfa\xd9\xec\x4c\xda\xf2\xdf\x5f\x0e\xc7\x0c\xda\x62\x7c\xea\xcf\x7c\x21\xe1\x62\x7c\x6a\x3f\x17\xe8\xd5\x16\xe3\x53\xc7\xd9\xec\xff\xdb\x1a\xbf\xbf\x5c\x40\x7a\x5b\x8c\x4f\x4b\xe7\x17\x28\x2c\xc6\xa7\x7d\x47\x51\x9c\xb6\x18\x9f\xf6\x63\x09\xc7\xbf\xcc\x8f\x8d\xff\x6e\x7d\xe0\x67\x2a\xed\x9d\xf5\xa3\x31\x7e\xa5\x0d\xfe\x95\x36\x5c\xbf\x32\x13\xe2\xd6\xdc\x57\xbf\xd2\x3e\xbc\x4d\x73\x4d\xfd\x8a\x9c\xa2\x20\xf8\x92\x7e\x65\x0e\xa0\x22\xa8\xfe\xfe\xfd\x2b\x17\x4b\x37\xfb\x77\xbd\x5c\x23\xeb\xf7\xdf\xf5\x72\xdd\x5d\x6b\xff\x7e\x96\x8b\x01\xce\xfa\xf7\xaf\xca\x23\xa8\xff\x6e\x8d\x83\xb4\xeb\xe8\x57\xbe\x5f\x9d\x63\xf3\xfd\xef\x1a\x22\xe2\x36\xec\xfb\xb7\x0c\x9b\x23\x15\xe9\xdf\xcf\x1e\x8e\x56\xfc\x37\x19\x70\xb1\xb7\xfd\xef\x1a\xd0\xef\xe3\xf7\x57\xd6\x59\x38\x4d\xdf\x93\x2e\x0b\x97\x66\x4a\xfa\x0e\x03\xf8\xa7\x04\x64\x6f\x01\xfc\x53\x92\x45\x0f\xb7\x65\x4a\x5c\x61\xd0\xc2\x6d\x99\x74\xc3\x54\x0f\xb0\x96\x3e\xf6\xac\x3d\x20\x58\xfa\xd8\x6d\xf6\xf0\x40\x24\x48\xb0\x83\x1e\xf3\xa7\xc4\x3a\x1c\xe1\xd5\x28\xc9\x54\x1a\x94\x0a\xa5\x49\xc9\x29\x2d\x4a\x8d\xd2\xa6\x34\x28\x9d\x28\x55\xbd\x77\xa3\xd4\x55\x7a\x94\xa8\x25\x64\x29\x89\xbb\x85\x46\xe0\x82\x92\xb0\x94\x23\x02\x21\x45\x23\x31\x02\x17\x94\x84\xcf\x61\x04\x2e\x28\x69\xaa\x96\x46\x49\xb5\xd0\x07\x5c\xa1\xa3\xd2\x87\xad\xf7\xe8\xc3\x55\x89\x3e\x5c\xd5\x42\x1f\xae\x6a\xa1\x0f\xf8\x0e\x46\x43\xce\xf7\xff\xbd\x94\xe1\x7f\xcf\xff\xf5\x3f\xef\xff\xf8\x4f\xe2\x52\xb5\xc4\x85\x4a\x29\x45\xea\x55\xe2\x42\xa5\xc4\x6d\x49\x09\xf2\x9c\x94\xa2\x0f\x29\x85\xf0\x89\x8b\xc2\x52\xaa\x4c\x6a\xd5\x6c\x56\x7e\xdc\x51\x0a\x07\x4d\x4e\x89\xd7\xc3\x41\x93\xb8\xe7\x28\xa7\x58\xc1\x29\x35\xbe\x97\x00\x27\x39\x7d\x7a\x92\x3a\x03\x95\xe4\x14\xbe\x8a\x94\x02\x95\x24\x2e\x3f\xca\x29\x22\x5f\x89\xcb\x8f\x12\x37\x1b\xe5\x5f\xe1\x3b\xc2\x77\x5a\x0f\x15\x9e\xb8\xd2\x28\x71\x97\x51\xe6\xf2\xb7\xc4\x9d\x44\x89\xdb\x81\x32\x01\xc1\x94\x06\xdd\x0c\xbb\x99\x73\xe8\xb3\x94\x06\x0d\x85\x81\xcb\x1c\x4d\x48\xdc\x00\x94\xb8\xa6\xa7\xa4\x84\x9c\x13\xe1\x27\xd3\xf8\xf1\xfa\xa4\xa1\x70\xc0\x17\xee\x35\x4b\x5c\x0f\x93\xb8\x17\x66\x92\x3b\x9a\xb8\x09\x26\x71\xb1\xcb\xdc\xb1\xe2\x52\xba\xac\xa3\x38\xba\x39\xb9\xc6\x35\x71\x33\x4b\x4a\xe1\x02\x9f\xfb\x63\x3c\x1f\x33\xf6\x78\x3d\xf6\x61\x89\xfb\x56\x12\x17\xad\xcc\x9d\x19\xba\xc7\x34\xc6\xee\x71\xee\x00\x9e\x89\xdb\x57\x12\xd7\xae\xcc\x1d\xeb\x2f\x7d\x11\xe1\x4e\x5f\x84\xb6\xe7\x8e\x98\x55\xfa\x62\xa7\x97\xb8\x5a\x65\xee\xd8\x4c\x24\x2e\x53\x49\x5f\x84\x9a\xe7\xee\x3c\x19\x7b\xbb\xc4\x85\x29\x93\xfb\x5b\xd3\x17\x5b\xb5\xf4\x7d\xb4\x1e\x2e\xbc\xf4\x7d\x7a\x9d\x6e\x86\x27\x2f\x71\x7d\x4a\xe2\xa6\x94\x49\x96\x69\xe2\x6e\x94\xc4\xa5\x28\x73\x4f\x9e\x8c\x88\x73\xfa\x32\x0d\x2d\x44\x8a\xc0\x73\xe2\xc2\x94\xb9\x63\xab\x96\xbe\x2c\xfd\x82\x9c\x87\x27\x0b\x75\x16\xea\xbc\x08\x5f\xe8\x7b\xa1\xce\xab\x27\x11\x3e\x36\x52\x13\x6b\x9f\xb8\xb3\x24\x71\x59\xc9\xdc\xe1\xfc\x4e\x5c\x4f\x92\xb8\x97\x64\xee\x47\x37\x8d\x3a\x63\x2b\x34\xd9\x63\xa7\xcf\x90\x33\xf6\x40\xf3\x24\xea\x34\x5e\x8f\x2d\xcd\x04\x26\x27\xae\x12\x49\xdc\x21\x32\xe1\x21\x4c\xdc\x13\x92\xb8\x20\x64\x02\x6d\x12\xd7\x7e\x24\xee\xfb\x98\xa7\xd2\x23\x96\xf6\x17\xaa\x6b\x9e\x4a\x9d\x2c\x74\xee\xf4\x98\x27\x22\x0c\x89\x3b\x3d\x12\xd7\x77\x4c\xf6\xd8\x89\x0b\x3b\xd2\x57\xa9\x33\x0e\x2b\xa5\x2f\xfc\xb2\x89\x0b\x3b\xe6\xe9\xcc\x11\xeb\x9d\x9b\x3a\xe6\xd1\x14\x37\xe4\x6c\x34\xa4\x39\x6a\x34\x14\xcb\x7e\x9e\x8d\x9c\x8d\x86\x62\x85\x4f\x6e\x83\x4d\x1f\xab\x98\x5b\x35\x26\x97\xbb\x26\x6e\xd5\x48\x5c\xa7\x31\xcf\xa3\xf5\x4e\x9d\xb1\xc2\x27\xc8\x2e\x7d\x9d\x3a\x03\xc6\x4f\xf6\xca\x89\x8b\x30\x12\x37\x60\xcc\xfb\xd1\x77\x94\xc0\x17\x4a\x60\xde\x42\xeb\x03\x23\x15\xd8\x78\x72\xb9\x6b\xfa\xd0\x0c\x5c\x84\x31\x39\x98\x94\xb8\x08\x23\x71\xcb\xc5\x84\x87\x30\x71\xaf\x45\xfa\x02\x94\x4e\x0e\x2d\x25\x2e\xad\x48\xdc\x56\x31\x39\x9f\x94\xb8\xad\x22\x7d\x93\x3a\x1d\xe1\x27\x1f\x43\xa0\xc1\x09\x2b\x61\xe2\x7e\x8a\xf4\x2d\x84\xaf\x3c\xb9\x18\x90\x45\x43\x4d\x4f\xd2\xa3\x00\x6f\xf3\x6a\x36\x17\xad\x07\x36\x9b\xec\xe6\x13\x37\x59\x24\xae\xb0\x98\xb7\x23\xd2\xe6\xb3\x09\xbc\x34\xef\xd2\x8f\xcc\x66\x80\x9d\xc9\x06\x3c\x71\xa7\x44\xe2\xfa\x88\x09\x2b\x61\xe2\x8a\x88\xc4\xdd\x10\xf3\x1e\x44\x02\x1e\x70\xf1\xc3\x7c\x9a\x8e\x83\x12\x88\xc8\xe5\x7c\xfa\xe6\x51\x95\x5f\x38\xfd\xe6\x43\x7b\x7f\xa8\x4a\xee\x71\x98\xdc\xdc\x9a\xb8\xb9\x21\x71\x49\xc3\x7c\xc6\xf7\x79\x11\x29\xbc\x76\xf3\x19\xad\x5f\x06\x19\xa5\xfa\x34\xf2\x28\x55\x6e\x59\x98\x0f\xe5\xff\x3d\x1a\x42\xd3\x3e\x8d\x27\x4a\x95\xbb\x13\xe6\xc3\x76\x7c\x8f\xf1\x0c\x35\x3a\xdf\xd2\x93\xd4\xf9\x10\x3e\x3c\x42\x89\x3b\x10\x12\xd7\x1d\x4c\x4e\x39\xa5\x8c\x52\xcd\x28\x55\x8e\x30\x25\xee\x39\x48\x5c\x70\x30\x5f\xec\xea\x12\x97\x18\x24\x6e\x2f\x58\x09\xdb\xc1\x2d\x04\x89\xeb\x07\x96\x4c\x64\x46\xd3\xe6\xd0\xb4\x2b\xa1\x19\x72\x78\xbc\x12\x97\x0a\x2c\xee\x26\x4d\x5c\x07\x90\xb8\x07\x60\xa5\xc6\xeb\xe1\xab\x4a\x24\xf9\xaf\xd4\x7f\xf1\x04\xf0\xe1\xff\x05\x28\x72\x78\xb0\x52\xce\x88\x16\x3e\xa1\x94\xd1\xb8\xdc\x07\xb0\x48\x76\x4d\xb9\x20\x6f\x38\xab\x56\x42\xdf\x73\x2d\x40\xe2\x3e\x80\x95\xa6\x9e\x64\x0c\x42\xb9\x2e\x32\x60\x13\xd7\x02\x24\x6e\x00\x58\x1c\x42\x4a\xe4\xfc\xa7\x6c\x8c\x01\xfa\x3e\x87\xaa\x4d\xdc\x00\xb0\x60\xf1\x4b\xdc\x00\x90\x48\xf6\x5f\x49\xd3\x62\x74\xd7\xe8\x2e\x5a\x87\x9c\xff\x94\x8d\x1e\x1d\x3d\x49\xeb\xce\x10\x62\x2e\x48\xde\x4f\x64\xed\xaf\x0f\x44\x40\xd6\x7e\x22\x5d\x7f\x7d\x09\x91\x9c\x69\x09\x15\xbd\x3e\xf4\x3d\x79\xfa\x89\x04\xfd\xf5\x7d\x7a\x9d\x86\x42\x61\xaf\xef\xe3\xf5\xf0\x41\x25\x92\xf0\x17\xdc\x7c\x89\xb4\xfb\x44\xbe\xfd\xfa\xb2\x9e\x64\xe8\x02\x48\x2e\x0e\x59\xa5\x8c\x16\xcf\xa1\xc5\xd7\x87\x26\xcb\x95\x86\x02\x3a\xae\x0f\x4d\x46\x12\x7e\xca\xa1\xc5\xd7\x67\x3c\x09\x6a\x23\x25\x7f\x7d\xae\x27\xe9\x66\xa3\x9b\x4e\x43\x00\xb4\xdc\x68\x88\xa5\x93\x1b\x0d\x75\x7a\x04\x4c\x20\xfb\x3e\xe5\x4e\x43\xd8\x90\xdc\xa9\x33\xfc\x37\xeb\x0b\x8f\x62\xca\xe1\x4f\x49\xa4\xd6\x2f\xf8\xf7\x52\x1e\x88\x34\x10\xe9\xe8\x47\x06\x79\xf0\xba\xd6\x13\x0a\x9b\xbc\xf9\xf5\x61\x2e\xf2\xa4\xce\x50\xd8\x2b\x27\x84\x47\x61\xe7\x50\xd8\x2b\x6b\xe2\x26\x22\x05\xe8\x5b\x5c\xa2\x9a\xf2\x62\x35\x87\x36\x5e\x24\xb6\x26\x32\xde\x13\xa9\xee\x8b\xfc\xd6\x44\xaa\x7b\xca\xa1\x8d\x57\x46\x0d\xe7\xc5\xc4\x85\x6e\x5e\xb9\xeb\x49\x3e\xc5\xd0\xcd\x8b\x34\xd7\x94\x17\x5f\x48\x68\xe3\x95\x07\xd3\xb1\x69\x7d\xd3\xfa\xe4\xc9\xcd\x80\x6c\x1a\x8a\x8d\x47\x22\x81\x3d\x91\xab\xbe\x72\xec\xd2\x12\x19\xe8\x89\xd4\xf3\x95\x37\xc2\x1f\xa6\x23\xc2\x3a\x2b\xa3\xc5\xc9\x2b\x4f\x24\x94\xaf\x7c\xf4\x24\x83\x7c\xa8\xf3\xa0\xc9\x0e\x83\x1c\xd8\x76\xe5\x4b\x8f\x50\xd8\xe4\x80\x2f\xd2\x63\x13\x39\xe0\x89\x74\xef\x95\x1f\xab\xf8\x52\x67\xe8\xe6\xc5\x7d\xa9\x89\x5c\xee\x94\x1f\x72\x62\xd2\x33\x80\x97\xcc\xee\x05\xd7\x5e\x22\xb3\x3b\x91\x9b\xbd\xb8\x52\x35\x91\x8d\x9d\x48\xbc\x5e\x85\xef\x93\x54\xeb\x44\x8e\xf5\x2a\x71\x8c\x32\x91\x63\x9d\x48\xae\x5e\x25\x82\x12\x89\xe4\xea\x54\x02\x05\x2f\xae\x46\x4d\x64\x55\x27\x52\xa6\x57\xa9\x7a\x32\xc6\x93\x7c\xe8\x05\x91\x5e\x22\x1f\x3a\x91\xfa\xbc\x4a\xec\x2d\x13\xc9\xce\x89\x2c\xe7\xc5\x15\xa7\x89\x4c\xe6\x44\x0a\xf3\x2a\x28\xab\x82\xc2\x2e\x81\x82\x57\xd9\xc8\x99\x91\x33\x53\xe7\xe1\x49\xd4\x6f\x89\x4c\x96\x65\x28\x96\x02\xb6\x2d\x81\x6d\x17\xac\x75\xa9\xa0\x7e\x4b\x60\xdb\x65\xa8\x8b\x82\xfa\x2d\xa8\x5f\x63\x69\x97\x40\xba\x89\xdc\xe5\x65\xe1\x6e\x4b\x25\x94\x71\x22\x85\x79\x71\x48\x2b\x15\xf4\x27\x79\xc6\xcb\xc0\x77\xe4\x12\x27\x92\x88\x97\xb1\x36\x0b\x88\x95\x7c\xe1\x05\xf1\x5b\x2a\xce\xeb\x4e\x43\xe0\x3b\xd2\x7f\x13\x79\xbf\x0b\xca\xb6\x54\x2a\xd3\x81\x02\x74\xb4\x22\xe9\xbf\xa9\x84\x1e\x5c\xdc\xd7\x99\x0a\x3b\x54\x52\x7c\x97\x67\x44\x02\xb1\x92\xbf\xbb\xc8\x53\x4d\x64\xec\xa6\x82\xae\x73\xb4\x62\x41\xd7\x91\xbf\xbb\xdc\xf4\x24\x0d\x05\x62\x5d\x5c\xf7\x99\x4a\xe3\x63\x08\xe0\xba\xdc\x10\xa9\xa9\xa1\x98\x38\x07\x65\x90\x8e\x9b\xc8\xbc\x5d\x0e\xbe\x23\x83\x36\x91\x3a\xbb\x5c\x1f\x03\x88\xb5\x74\x84\x67\xc1\x96\xce\xc8\x87\xef\x79\xf9\xd2\x93\x7c\x75\x68\x45\xc7\x1a\x92\x4f\x9b\xc8\x8f\x5d\x8e\x35\x24\x07\x36\x91\xfc\xba\x1c\xfd\x59\xc0\xb6\xe4\xc0\x2e\x0e\xaf\x25\xf2\x5c\x53\x09\x97\xed\xe2\x16\xce\x44\x82\x6b\x22\xb3\x75\xd5\xac\x1f\x19\x10\xb4\x62\x05\xb5\x91\x9a\x9a\xc8\x49\x5d\x15\xdb\x41\x16\x6a\x22\xfd\x74\xd5\xf1\x77\x40\x51\x80\xb3\x25\x34\xe7\xaa\x18\x7f\x12\x48\x13\x99\xa3\xab\x01\x80\xc8\x1c\x4d\x05\xed\xd8\xd0\xe2\x65\x23\x6f\xf8\xf4\x56\xd3\xb7\x0f\x72\x2d\x68\xc7\xc6\xee\x97\x04\xd2\x44\xe6\xe8\xe2\xcc\x57\x22\x57\x34\x95\x00\xb0\xab\xc5\xb1\xe4\x54\x36\xad\x6f\x5a\xd7\xfc\x1f\xbe\xd3\xd0\x9c\xab\x49\xc1\x1c\x16\x59\xf8\xc5\x56\xd3\x2a\x39\xcc\x40\x68\xce\xd5\x9a\x7e\xa4\xa1\x43\x43\xc0\xaf\x72\x98\x81\x00\xbe\xab\x49\x6d\xa0\x47\xc9\x23\x5d\xe4\x83\x26\xf2\x48\x13\x09\xa4\xab\x01\xbb\x48\x20\x4d\x64\x87\x2e\x6e\xa6\x4c\xe4\x83\x26\x12\x41\x57\x1b\x7a\x92\x1e\x5d\x7a\x04\xec\x22\x03\x34\x91\xec\xb9\x9a\x46\xfe\x31\x1d\x8f\x86\x16\xdd\x44\xb9\x92\xa6\xb9\x1a\x0b\x97\x54\xcc\x44\x0e\xe6\x6a\xa8\x76\x72\x30\x13\xc9\x97\xab\x3d\x3d\x69\xfc\xc8\x74\xa0\xda\xc9\xb3\x4c\xa4\x54\x2e\xae\x9d\x4c\xa4\x4d\x26\xf2\x25\x57\x07\x22\x91\x2f\x99\x48\x8d\x5c\x1d\x65\x40\x6a\x64\x22\x27\x72\x75\x94\x01\x59\x90\x89\xf4\xc7\xc5\x01\xb2\x44\xfa\x63\x22\xef\x71\x41\xef\x96\xc8\x7b\x4c\xe4\x31\x2e\x0e\x90\x25\x72\x15\x13\x49\x8a\x8b\x33\x5f\x89\xb4\xc4\x44\x3e\xe2\xea\x95\x6e\x66\x1a\xca\x34\x54\xf5\x24\x75\x66\x7a\x04\x1a\x32\x74\xb3\xa1\x9b\xc9\x1c\x4d\x16\xaa\x36\x59\x38\x15\x56\xbf\x7a\x92\xd6\x8d\xd6\x41\x2e\x24\xf8\x25\x32\xfb\x16\x97\x34\x26\x03\x9c\x1a\xe0\x94\xf4\xc9\x44\xda\x5e\x22\x5f\x6f\x91\x1b\x99\xc8\xc9\x4b\x24\xe3\x2d\xd2\x20\x93\x39\xad\x03\x4e\x47\xd7\x8f\x0c\x72\xc0\xd1\x35\xf0\xe3\x98\x7c\xb3\xe1\x3f\x58\x23\x02\x70\x89\x2c\xbc\x44\xfa\xdd\x22\x61\x32\x91\x62\x97\xc8\xad\x5b\x30\x96\x25\x72\xeb\x12\x69\x74\x8b\xf4\xc9\x44\xe2\x5c\x22\x63\x6e\x0d\xf0\x88\xa1\x9b\xad\x51\x67\xe4\x18\x24\x92\xe3\x12\x59\x71\x8b\xc3\x57\x89\xac\xb8\x44\x92\xdb\x1a\x87\x29\x06\x72\x92\xb3\xb6\x46\x9c\xe5\x49\x64\xa9\x25\xd2\xd3\xd6\x00\x8f\x90\x9e\x96\xc8\x4b\x5b\xe3\xd1\xf7\x8e\xf0\x1d\x39\xc1\x23\x24\x9d\x25\xb2\xcd\x16\xe4\x66\x89\x8c\xb2\x44\x2a\xd9\xe2\xbc\x54\xb2\x81\x48\x28\xd7\x69\xfa\x91\x2f\x19\xe5\x4a\x4a\x66\x22\x5d\x2c\x59\xe8\xd8\x35\xd9\x98\x91\x27\x96\x48\x10\x5b\xd3\xf5\x24\x1f\x2d\x1a\x97\xb3\x51\x89\xcc\xb0\x44\xa6\xd7\x9a\x15\x39\x27\x0d\x85\x37\x61\x4d\xb4\x8d\xa1\x86\xc9\xf4\x5a\x13\xff\x9d\x01\x63\x2d\x80\xeb\x82\x88\x2c\x91\xe2\x95\x0c\x70\x3a\xd1\x0c\x86\xe3\x80\x84\xaf\x35\xd1\x0c\x24\x7c\x25\xb2\xb9\xd6\xc4\x2b\x47\x36\x57\x22\x8d\x6b\x4d\xb6\xc4\xa4\x63\x25\x43\xfd\x4e\x4d\x1c\x3e\x02\x0b\xdd\xba\xc8\xda\x4c\x24\x4b\x25\xf2\xa2\xd6\xd2\xda\x24\x76\x60\xa8\x4a\x48\xc3\x12\x29\x50\xc9\x80\x9c\x8b\x8d\x2e\xd9\x4e\x89\x34\xa7\xb5\x0c\x91\x70\x07\x18\x5a\x71\x69\xc1\xe2\x0f\x25\xb5\x68\x2d\x2d\xc3\x47\x8f\x1e\x0d\xb1\x1d\x24\xff\x27\x91\xf8\xb3\xa0\xdf\x4a\xa4\xfa\x24\x72\x7c\x16\x2c\x5c\x89\xac\x9e\x44\x3a\xcf\xe2\xec\x50\x22\x9d\x27\x91\xb9\xb3\xb8\x16\x30\x91\x9d\x93\x9c\xad\xfb\x06\xe3\x78\x68\xa9\x44\xce\xcd\x82\xaf\x2b\x91\x73\x93\x1c\x78\x28\x0f\xaf\xe3\x24\x75\xe0\xe1\x06\xe3\x38\x7a\xc9\x33\x75\x82\x71\x48\xc4\x49\xce\x26\x7f\x17\x3d\xd9\xf9\x91\x86\x4c\x4f\xd2\x50\xa6\x21\x6c\x9c\xc7\xae\x3e\x79\xa6\x21\x7c\x58\xa4\xec\x24\x72\x75\xd6\x76\xfd\x88\xf0\x6c\xee\x21\xf1\x4a\x24\xf0\x24\x32\x77\xd6\xee\xf4\x08\x5d\x47\x92\xce\xda\x43\x4f\xd2\x23\x74\xdd\x66\xa3\x43\xce\x4d\x22\x87\x66\xc9\x41\xec\x78\x4e\xdd\xe8\xd1\x6c\x7f\x05\x14\x8e\xca\x74\x54\x26\xd1\xfe\x44\x2a\x4e\x22\xeb\x66\x6d\xf0\x13\x59\x37\xc9\xd9\xf9\x6f\x94\x16\xe9\x36\x89\x3c\x9b\xb5\xb7\x7e\xe4\xa3\x60\xe7\xbf\xc1\x4f\x0e\x9c\x75\xf4\xe8\x46\x97\x38\x7a\x94\x94\x9a\xb5\x1f\x63\x80\x03\x96\x5c\x9a\x45\xf8\x2d\x91\x3d\x93\x48\x94\x59\x47\x53\x5d\xf5\x7a\xcc\xc0\x41\x97\x38\xda\xd1\x41\xae\xc7\xf5\x23\xdd\x44\x3b\x1e\xf6\x21\x64\xb3\x24\x52\x55\xd6\xe9\x8c\x2b\xda\x91\x1c\x95\x45\x96\x69\xf2\x4e\x37\x51\x99\x67\xd0\x3a\xbe\x56\x0f\xcd\xb9\x4e\xa4\x3e\x26\x67\x97\x4e\x52\xcb\x92\xa7\x97\xe4\x94\xe4\x68\xc7\xc3\xe6\xc4\xd9\x90\x3b\x1b\xf2\x8b\xca\x24\x39\x25\x91\x95\xb2\x2e\xeb\xde\x07\xaf\x87\x3e\x5c\x57\x0b\x82\xd8\x9f\xa3\x1d\x2f\x0e\x2e\x9f\x7c\x68\xa1\x0f\x17\x04\x5c\x89\x74\x94\x44\x1e\xca\xe2\xc8\x40\x22\xf3\x24\x91\x72\xb2\x2e\x1a\x97\x24\x93\xe4\x28\xc2\x0b\x6a\x73\x14\xa1\x03\x39\x2f\x1b\x1e\xc7\x83\x4a\x1e\xca\xba\x40\x39\x32\x4f\x12\x69\x25\xeb\x56\x3d\xc9\x67\x83\x22\xbc\x4d\x4f\xd2\x50\x6c\xd6\xd7\xc5\xc7\xee\x80\x53\x72\x4d\x96\xbc\xb2\x0e\x0e\x25\xc9\x64\xc9\x01\x4b\x92\x49\x72\x70\x28\x47\xad\x92\x83\x43\x49\x39\x59\x9c\xb1\x4a\xa4\x95\x24\xf2\x49\xd6\x95\xd2\x22\x30\xeb\x6c\xdd\x2f\x3e\x2c\x12\x49\x12\x39\x23\xeb\xb2\x07\x23\x13\x24\x91\x02\xb2\x9e\x94\xd6\xa5\xce\x50\xa7\xeb\x7d\xfa\x91\x8f\x16\xc8\xf9\xa4\x9f\x80\x9c\x64\x74\xac\x27\x5d\x72\x11\x3e\x90\xe7\x7a\xae\x1f\x19\x10\xf6\xf3\x4f\xcb\xf0\x31\x20\xb1\xad\x5f\x4f\x8b\x8b\xfd\xbc\x87\xaf\x75\x3d\x7d\x4b\x28\x6c\x47\x61\x3f\x76\x95\x64\x61\x24\xd2\x2f\x36\xa9\x8f\xa9\x82\x2e\x6b\x6c\xdd\x37\x99\x8c\x89\x2c\x8c\x44\xfa\xc5\x26\xa1\x31\x91\x62\x91\xc8\xad\xd8\x69\xaa\xce\xcb\x8f\x8f\x1f\x63\xe4\x2b\x0a\x9b\x4c\x8b\x2d\xe7\x23\x99\x16\x89\x14\x8b\x9d\x50\x17\xa4\x58\xa4\x1a\x78\x72\xa7\xa5\xd7\x07\x3f\xce\xf8\x31\x0e\xb2\xa5\xca\xce\x9f\xbc\x8b\x9d\x00\x3e\x95\x9d\x7f\xfd\x68\x1d\xc5\x42\xfa\x45\x22\xef\x62\x27\xec\x67\x45\xdf\xd7\xd0\xf7\x3b\x01\x7c\x6a\x00\xd0\x54\x43\xed\xef\x84\x23\xa6\x66\x5a\xcf\xb4\xfe\xf4\x23\x0d\x85\x6a\xdf\x1f\x6b\xb3\x12\xff\x22\xa9\x62\x43\xd6\x94\x48\xaa\x48\x64\x53\xec\x0f\xbd\x44\x36\x45\x22\x8d\x62\x7f\x91\xa8\x91\x2a\x5a\xbc\x86\x8f\x60\x7f\x59\xaf\xc7\xbc\xd7\xf0\xdb\xee\x8f\xbd\x17\x49\x15\x89\x6c\x8a\x4d\xe4\x3f\x55\x54\x7b\x0d\xd5\xbe\xbf\xa2\x27\x99\xb8\xd0\xde\x9b\xcc\xd0\x44\xa6\x45\x22\xa9\x62\x7f\x2c\x6d\xd2\x28\x12\xf9\x13\x5b\x1e\x49\x72\x24\x12\xc9\x11\x9b\x4b\x03\x53\xc5\x6f\x5b\xc3\x53\xbb\x3f\x56\x71\x05\x1a\x93\x38\xb1\x3f\x56\x71\x05\x1a\x57\xff\x3f\x84\xdd\x5d\xf2\x84\x2a\xb2\x04\xf0\x2d\x09\x08\xe2\x72\xf8\x90\xfd\x2f\xe1\xc6\xe1\x47\x4f\x9c\x79\xb8\xf3\x7f\x6c\xa3\x15\x44\x48\xaa\xb2\x8a\x2c\x0d\xd5\x73\x51\x43\xdb\x18\x1e\xc1\x82\x75\x38\xe2\x2a\x45\x43\xf0\xd3\x19\x89\xcb\xe1\x88\x11\xde\xf3\x4f\x9d\xdf\x38\x3f\x02\x0b\xcb\x09\x86\xcb\xd1\x85\x11\x2c\x58\x07\x12\x2e\x27\x11\x46\x10\x0b\x28\x0c\x5e\x07\x12\x46\xe0\x66\x39\x90\x70\x95\xc7\xc8\x73\xb3\x9c\x44\xb8\x1c\x41\x18\xf1\x3a\x17\x0d\xf2\x46\xef\x41\x12\xf0\x2a\x0c\xde\xb2\xc3\x67\xc3\xc9\xd2\xab\x20\x23\xca\x26\x23\x86\xca\x4f\x97\xf3\x05\x97\x83\x05\xc3\x39\xd3\xcb\xe1\x81\xcb\xa9\x81\x11\xad\x77\x27\x03\x2e\x47\x02\x46\xe4\x12\x39\x12\x70\x49\xf8\x1f\x0e\x98\x5e\x92\xfa\x2f\xd9\xfc\x23\xe2\x82\xe5\xe8\x5f\xa5\xe9\x52\xf3\xe1\x40\xba\xac\xfc\x11\xd9\xa1\xf2\xf0\x2f\x09\xf8\xc3\xe1\xd3\x4b\x92\xfd\x55\xba\x2e\xb1\xef\x0a\x48\x2f\xdd\xbb\x1f\x0c\x01\xe9\xa5\xeb\xe7\x97\xfe\x34\x28\x8a\x88\x99\xec\xfc\x71\x88\x4d\xd9\xf9\x97\x44\xfc\x11\x45\x89\x25\xe2\x5f\x65\xe8\x05\xdb\xb1\x0c\xbd\x18\x7a\xc1\x22\x28\x36\x81\xb2\x37\x81\x71\xd8\xce\x62\x13\x90\xc0\x3f\x48\x0a\x5e\x12\xf8\x2f\x99\xfb\x23\x9d\xaf\x3a\x8c\xeb\x26\x75\xc7\xa1\x40\x25\xe9\x5f\xb2\xf3\x47\xe2\x12\xcb\xce\xbf\xa4\xe5\x8f\x74\xbe\x2a\x86\xa2\xec\x0d\x62\x24\xb6\xa3\xec\xfc\xab\x4c\xad\x1f\x70\x9d\x5e\xf3\xd3\x10\x9f\x56\x06\xfe\x25\xf5\x7e\xa4\xf3\x55\x3f\xef\xbe\xb7\x8b\x91\x58\x84\x05\xa9\x2b\x15\x7e\xa4\x83\x64\x36\x01\x19\xf1\xc3\x89\xd6\xab\xd8\x04\xca\xd2\xcf\xef\xfc\xd3\x28\xed\xb8\xdb\x48\x90\x4c\x86\xfa\xf5\x6c\xd8\x1f\x24\x05\x2f\xc9\xe8\xd7\x03\xef\xef\x72\xfe\x39\x5c\xdc\x43\x77\xf3\x7e\x25\x8e\x5f\x0f\x6c\xbe\x2d\x32\x39\xe2\x97\x74\xf0\x71\xfb\x1c\x0f\x63\xfa\xd9\xc6\xf4\xc8\x86\x4e\xe6\xf7\x25\xe5\x7b\x64\x14\x83\x24\xef\x4b\x76\xf7\xc8\xe9\xfc\x73\xba\xb8\x5c\xf4\x4f\xc6\xb4\xcc\xef\x91\x59\x2e\x32\xbf\x2f\xa9\xdb\x23\xc3\xbc\x07\xe2\xca\xe0\x1e\x99\xaf\x28\x4d\xfb\x7a\xb6\xdd\x3c\x32\xcb\xe5\xb9\x3d\x73\x63\xec\x38\x24\xa4\xc4\xec\x4b\x46\xf6\x50\x88\xe8\x7a\x80\xab\x54\xec\x91\x9f\x73\xb1\xb9\xa8\xf3\x2c\x17\x59\xd7\xd7\xb3\x31\x76\x64\x9f\x58\x82\xf5\x25\xb3\x7a\x50\xd2\xbb\x64\x56\x5f\x0f\x70\xcd\x2c\x97\x47\xfc\xeb\xc9\x1a\x62\xdf\x3f\xe2\x5f\x4f\xf6\xcc\x76\x6e\xdf\x13\xec\x01\xae\x0a\x18\x5d\x32\xb2\x2f\x09\xd6\x23\xf3\x2a\x25\x58\x5f\x4f\x71\x3b\xe6\x5c\xf6\xf4\x25\x6d\x7a\xa8\x63\x74\x49\x8d\xbe\xe4\x44\x0f\x47\x6e\x2f\x39\xd1\x97\xf4\xe7\x91\x59\x43\x0f\x7b\x59\x16\xf4\xc8\x88\x2d\x99\xce\x97\x14\xe7\x91\x77\xe2\xe6\x25\xc5\xf9\x92\x8f\x3c\xf2\x3a\xff\xf4\xcc\x8d\x9c\xa3\xec\x64\xbb\x4b\x1a\xf1\x25\x77\x78\x14\x14\xbd\xbc\xe1\x4b\xb2\xf0\x20\xee\x77\x49\x14\xbe\xe4\x02\x8f\xc2\xc2\x92\x07\x7c\x49\xf5\x1d\xce\x04\x5f\x92\x7a\x2f\x19\xb8\xa3\x9c\x59\x07\x5c\x25\xd8\x8e\x92\xbc\x11\x36\x41\x6e\xec\x28\x0c\x34\x19\xae\x97\xb4\xd6\x51\xf2\xb9\xe8\xdd\x9b\x67\x9e\x09\xc6\x5e\x96\x94\x3a\xca\x99\x4b\xd2\x10\xe4\x9c\x0e\x47\x8a\x2f\xf9\xa6\x97\x94\xd2\x41\x30\xf0\x92\x4e\x7a\xc9\x21\x1d\x94\x02\x2f\xb9\xa1\x97\x84\xd0\x51\xea\xb9\x68\x94\x36\x8c\x0e\x2a\x82\x97\xdc\xce\x4b\x32\xe7\x28\x7c\x45\x89\x99\x97\x4c\xcc\xe1\x80\xf1\x25\xab\xf2\x92\x46\x39\x9c\x2c\xbe\x24\x4a\x5e\xb2\x1d\x47\x11\x9e\x90\xe5\x78\x3d\xdb\x5e\x1e\xa4\x05\xaf\x93\xba\xf8\x40\xc5\xc2\x0e\x3d\x39\x8b\xcf\x34\x4a\xf3\x5c\xf4\xcc\x69\x94\x80\xd5\xc3\x88\x7e\xa6\xce\x03\xab\x07\x19\xf1\x7c\x46\x69\x9d\x8b\xa6\xe2\xb6\x97\xc7\xe1\xac\x1f\xf6\xf2\xb3\xed\xe5\xe1\x40\xf3\xf5\x7c\xc0\x6a\x23\xe6\x78\x82\xce\x33\xa2\x1f\xf8\xf9\x60\xe3\x1f\x41\xb1\x67\x33\xb5\xe3\x49\xe7\xa2\x01\xd9\xb9\x09\xe3\x39\xa8\x88\xb7\x7d\x36\x6f\x3b\x0e\x91\x5d\xf1\xb6\x75\xc3\xe8\x70\xa2\xf9\xaa\x8c\xe8\x7a\xe9\xd2\x4e\xbf\xbc\x2a\xd3\xb8\x32\x8d\x9d\x53\xbe\x2a\xd3\xb8\x6e\xe2\x75\x3c\xfb\xc0\xc1\x55\xe5\x26\xd4\xa0\x4b\x90\xb6\x32\x8d\x25\x7f\x8e\xe7\x39\xff\x6c\x2e\xee\xc9\x70\x28\xef\x8a\xe0\xa8\xe0\xf7\xe1\xb6\x56\x59\x60\x35\xea\x27\xb4\xa9\x88\xd7\xba\xed\xde\xf1\x30\xf6\xeb\x46\xe8\xab\xc2\xe4\xc3\x83\x57\x98\x5c\x61\xb2\xd2\x4c\x57\x85\xc9\x35\x69\xa8\x69\x1d\x26\x57\x98\xec\xb0\xf4\x55\x11\x1c\x75\x13\x1c\xe3\xe9\xe7\xa2\x86\x92\x86\x18\xfb\x55\xf8\xac\x26\x43\x37\xea\x9f\x06\x45\x95\xb0\x50\x19\xbe\x95\x2d\x5e\x37\x28\x5f\x75\x03\xef\x38\x7c\x78\x65\xe3\x56\x36\x6e\x15\xa2\xa9\xd9\x17\x00\xc3\xd5\xe6\x5f\xc1\x70\xdd\x0c\xc5\xa8\x4c\xf9\x0a\x86\x2b\x18\xae\xf1\x5c\x1c\x2e\x6a\xc8\x66\x55\x21\x6e\xdd\x56\xed\xa8\xf7\xb9\xe8\xab\x16\xcf\x64\x76\x57\x69\x08\x75\xa3\xf1\xa8\xf6\x90\x2a\x25\xb4\x16\xcf\xac\xe7\xe2\x9e\xbc\x75\xe7\x89\x8e\xba\x53\x6c\xaf\x8a\xcb\xa8\x0c\xdf\x6a\xdd\x57\xe6\x6c\x65\xce\xd6\x33\xd8\x68\x8b\xba\xd1\x78\x54\x78\x5f\xab\x2e\x55\xb7\xcf\x73\x51\x97\xaa\x2e\xc1\xfb\xca\x9c\xad\xcc\xd9\x0a\xb0\x6b\x35\x9e\x60\x98\x76\xe2\x55\xc1\x70\xdd\xd1\xb4\x41\x34\xf1\xaa\x10\xb7\x6e\x2e\x63\x38\xbd\x7c\x55\x5c\x46\x05\xc3\xd4\x08\xaf\x8a\xcb\xa8\x60\xf8\x85\x8e\x15\x6d\x51\x37\x6d\x31\x5e\x98\x57\x45\xcc\xea\x06\xde\xf1\xbe\xe7\xa2\xdb\x21\xee\x0b\x9f\x2a\xc4\xad\x10\xf7\x95\xbd\x52\x25\x17\x54\x88\xfb\xce\xf3\x4f\xef\xce\x9c\x7d\xa7\xc9\xc0\x62\xad\x5d\x3f\xf7\x01\x93\xab\x76\xef\x0e\x71\x5f\xf0\x56\x25\x17\xd4\xa1\xa1\x7d\x36\xf2\xaa\xf8\xdb\x3a\x34\xf4\x9d\x7f\x6a\x68\xdb\xa8\xe3\x65\xf0\x56\x88\x5b\xb7\x8d\x3a\x9c\x65\xbe\x2a\xc4\xad\x8c\xd3\xc6\x8c\xad\x68\x8b\xba\x6d\xd4\xe1\x64\xf3\x55\x21\x6e\x85\xb8\xed\x40\x11\xa6\xb7\x6e\x8c\x1d\x2d\x9f\x8b\x9e\xb9\x2d\xcf\xd1\xc4\x54\x2b\xa6\xb7\xee\x74\x82\xd1\xce\xb4\x01\xae\x15\xb8\xb6\x61\x40\x80\x6b\xdd\x61\xb0\xd1\xc6\xf9\xa7\x67\x2e\xcf\x9c\x30\x8f\x71\x5a\x19\xa7\x87\xbb\xae\x70\xb4\xc2\xd1\x0e\x86\x5f\x76\xe8\xcb\x0e\x75\xa4\xf6\x7a\x45\xb5\xde\x6d\x8e\x0e\xa7\x67\xaf\x97\x1d\xfa\xb2\x43\xbb\x5d\xf1\x05\x99\x2f\xc8\x74\x62\xf5\x7a\x85\xa5\x5e\x90\xe9\xc8\xe9\xf5\x22\x0e\x5e\x90\xe9\xe4\xe9\xf5\x82\xcc\x77\x1b\xae\x63\x58\xef\x2f\xe2\xe0\x45\x1c\x8c\x2d\xae\x70\xbd\x88\x83\x17\x64\x0e\xae\xfb\x8b\x23\x78\x71\x04\x27\x15\xf8\x05\x99\x2f\x8b\xd5\x09\x91\xeb\x4d\x9e\x99\x3c\x93\xc5\xfa\x22\x0e\xde\xe4\x99\xf9\x5c\x2c\x2e\x56\x17\x1f\x17\xf7\x20\xbf\x2c\x56\x82\x7e\xd7\x8b\x0e\x78\xd1\x01\x27\xeb\xf7\x85\x8a\x2f\x54\x1c\x9c\xbd\x97\xc5\xfa\xb2\x58\x07\xf3\xf0\xbd\x8d\x27\xa8\x1c\xe3\x5c\xd4\x50\xd6\xd0\x16\x49\xb8\x5e\xa8\xf8\x42\xc5\x81\x1f\x71\x8e\xe0\x72\x80\x60\x38\x7a\x71\x39\x24\x70\x39\x1d\x30\x26\x03\xcd\x09\x80\xeb\xe5\xe4\x1f\x8a\x56\x62\xfe\x25\x23\x7f\x9c\x14\xdb\x17\xac\xbd\xec\x50\x07\xd3\xae\x97\x1d\xfa\xb2\x43\x9d\x5a\xba\x5e\x39\x53\x2f\x93\x73\x9a\x8a\x2f\x58\x7b\xc1\xda\x49\x72\x7d\xc1\xda\x0b\xd6\x3e\x60\xf5\xb2\x2e\x5f\xd6\xe5\x77\xa6\x22\x2f\xfd\xe5\xa5\x1f\x92\xf4\x95\x1d\xf0\xb2\x2e\x4f\x92\xeb\x2b\x3b\xe0\x7d\x3d\xf3\xcc\x4f\xae\xfb\x0b\xd6\x4e\x42\xea\xcb\xba\x7c\xb9\xee\x27\x21\xf5\x15\xc0\x7a\xb9\xee\x9f\xcd\xff\x85\x75\x2f\xac\xfb\x6c\xfe\xaf\x58\xd5\xbb\x2d\xcf\x71\xa8\xcf\x17\x00\xbe\x00\xf0\x24\xa4\xbe\x4d\x43\x4d\x43\xb6\xf4\x17\x00\xbe\x00\xf0\x6b\xe7\xa2\xaf\x09\x00\x3f\xbb\xf7\xdb\x35\xd4\x35\x64\xf7\x7e\x59\x97\x2f\x97\xfd\x3b\xdf\x9d\x75\xf9\xb2\x2e\x3f\x7e\xfc\x8b\xa2\x7d\x01\xe0\xb7\xce\x3f\x35\x04\x00\x3f\x01\xc1\x97\xc9\xf9\x32\x39\x97\x5d\xfb\xe5\x9d\xbf\xbc\x73\xc7\x44\xaf\x97\x77\xfe\x02\xc0\x75\x16\x2c\x00\x7c\xd9\xa1\x87\x63\x7d\xa7\x19\xb2\xfd\xf1\x71\xd2\x61\x5f\xbc\xed\x0b\x15\xf7\xa1\xd1\x3f\x0c\x8a\x57\x3e\xd6\xcb\x48\x5d\x67\x39\x82\xcc\x97\xeb\xbe\xc4\x15\x5f\xae\xfb\xcb\x75\x3f\x19\xb0\xaf\x24\xad\x77\xdb\xaa\x63\xd9\xd2\x5f\x40\xf8\x02\xc2\xf5\x9d\x8b\xfa\xbb\xf4\x77\x9d\x8b\xbe\xea\x8e\xa6\x0d\xa2\x7a\x57\x63\x50\xb6\xcd\xca\x4e\xaa\x78\x57\xe3\xa5\xb7\xed\xa5\xcf\x93\xad\xda\x18\x94\x6d\x07\xf4\x27\x05\xbb\xab\x09\x8e\xb5\x6d\x42\xce\x93\xad\xda\xd8\x8e\x6d\xe3\xe1\xbc\xda\xb9\xfd\x73\x71\x1f\xac\xbb\x20\x44\x03\x84\x6d\x43\xdf\xbc\x78\x02\xcd\x09\x82\xb6\x4d\xc8\x79\xd9\x69\x1b\x27\xbf\x6d\xb7\x7e\x9e\x3c\xd1\x06\x1d\xdb\x46\xc7\x79\xf2\x44\x1b\x74\x6c\xdb\x84\x9c\x97\x9d\xb6\xa1\x55\x5b\xd4\xba\x4d\xb5\x6d\x4b\xf2\x6a\xdb\xad\x9f\xd7\x77\x2e\x1a\x90\xe4\x8d\xec\x9f\x8d\xed\xd8\xb6\xed\x38\xd5\x4d\xb9\x1a\x27\xbf\x6d\xe4\x9c\xca\xa7\x5c\xed\xf6\x46\xdb\xd7\x9f\x27\x7d\xb3\x89\x98\xb5\x8d\xa3\x53\x09\xfd\xab\xc1\xd1\xb6\xd9\xd5\x19\x6c\xaa\x8d\x75\xd9\xb6\xaf\x3f\x83\x4d\xb5\x09\x75\xb5\xed\xd6\xcf\x60\x8d\x36\x99\x5b\x2d\xbb\xdd\xca\x6b\x0c\xc9\xb6\x91\x73\x86\x66\x94\xc4\xbf\x5a\xd6\x79\x3e\x58\x13\xd5\x6a\x9b\xf4\x9c\xd1\x8c\x6e\xa2\x5a\x6d\x1b\x84\x33\x72\x4e\x1a\x74\x6c\x1b\x1d\x67\x64\x33\x36\x6c\x67\xdb\x7e\xf9\x3c\x69\x91\x8d\xef\xdd\x9c\x29\x8e\xe8\x80\x26\xbc\xdf\x1c\x19\x8e\x6c\xf1\xc6\x21\x6f\x4e\x04\x9f\x64\xc7\x06\x1d\x9b\x63\xb9\x27\x5b\xb1\x41\xc7\xe6\x1c\x6e\x34\x93\x9b\x73\x01\xcd\xa1\x5a\x3a\x73\x57\x83\x8e\xcd\x79\xd8\x43\xc0\xb5\x8d\x95\x57\x73\x00\xf6\x24\x26\x36\x96\x60\x73\xe2\xf5\xb0\x72\x0d\xdb\xd9\x1c\x68\x4d\x36\xea\xc6\x4b\x6f\xce\xab\x26\x04\x6c\xdb\xc1\xfe\xab\x39\xa0\x7a\xf8\xbb\xc6\x75\x6f\x4e\xa4\x1e\xfe\xae\xe1\x45\x9b\x03\xa7\x29\x9e\xdb\x0d\xb2\x13\xa6\xc9\x96\xde\x90\xa5\xcd\x01\xd2\x64\x4b\x6f\x52\x57\x9b\x13\xa3\xe9\x2c\x43\x64\x69\x73\x20\xf4\x90\x7a\x4d\x96\x6a\x73\xba\x33\xd5\x73\x51\xeb\xdd\xbb\x63\x7c\x1a\x70\x6d\x1b\x5c\x67\xb2\xcf\x37\x38\xda\xb6\x3d\x39\xd5\x25\xb9\x1a\x1c\x6d\x1b\x47\x67\x3a\x0b\x16\x8e\xb6\xe1\x8d\xc6\xb9\xe8\x8d\x86\x37\x3a\x5f\x93\xeb\xde\xa6\xa1\x3b\x8b\x8b\x21\xd9\xa6\x51\x3a\x10\xc4\x4b\x6f\x1b\x07\xe7\x6d\x9f\x6f\x72\x4f\xdb\xce\x0e\x98\xf7\x73\x2e\x5a\xda\xdb\x4a\x9c\xf7\xe3\x8d\x70\x97\xed\x73\x3b\x13\xbe\xcb\x6f\xea\xdb\xf6\x9b\x27\x5b\xb1\x83\xb5\x0e\xd6\xb2\xe9\xdd\x19\x7d\x7d\x1b\x7d\x33\xdf\xe7\xe2\x7e\x66\xdf\x90\x37\xb3\x84\x85\x2e\x95\xa9\x6f\x8f\x7a\x66\x7b\x72\x07\x80\x1d\x00\x2a\x1d\x7e\x75\x19\xa5\x7d\x5b\x89\x33\x97\xf3\x4f\x0d\x6d\x1c\x9c\x87\xbf\xeb\x00\xb0\x6f\x4b\x70\x66\x4b\xbb\xb3\x04\x7b\xd4\x79\xdb\x6f\xe7\x51\xf7\xa8\x21\xbe\x77\xc7\x72\xf6\xe8\x8d\x7c\xe2\x2e\xcb\xbf\x27\x9d\xf7\x39\x3a\x58\xeb\x60\x2d\x0b\x64\x74\x21\xa4\xbe\xd1\x6d\x1e\x02\xae\x23\x34\x7b\x32\x20\x08\xb8\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\x3a\x58\xcb\xb6\xdf\x0e\xd6\xfa\x36\x0f\xa7\xea\xe2\x57\xc7\x5d\xf6\x9d\xd0\x3f\x4f\x0a\x63\x67\x1e\xf6\xed\x3b\xcf\x62\x19\x76\x11\xfc\xbe\x0d\xc2\x59\xac\x8e\x0e\xd6\x3a\x58\x2b\xf7\xb9\x38\x5d\x74\xbb\xcd\xb4\x0b\xf7\xf4\xe2\x76\x21\xa4\x2e\xdc\xd3\x77\xb8\x67\x16\xfb\x66\x17\xee\xe9\x45\x97\x2c\x99\xee\x0c\x54\xdf\x1c\xe4\x2c\xa6\x77\x87\x75\x1d\xd6\x1d\x12\xaa\x33\x0f\xfb\x36\x0f\x67\xb1\xf5\x74\x69\xa6\x7d\xbb\xc2\xb3\xd8\x7a\x3a\xac\xeb\xb0\xae\x98\xf3\x9d\x79\xd8\x09\x17\x3c\xac\x8c\xce\xc1\xed\x54\x08\x76\x8e\xe4\x1f\x06\x45\x97\xe7\xd4\xe9\x0d\xa8\xd4\x7d\x75\xde\x6f\x27\x03\xf0\x70\x89\x3b\xcc\xeb\x4e\xf0\x3f\x5b\x98\xf0\xea\xe0\xad\x3b\xa0\x7f\xd2\x22\x3b\xd0\xea\x40\xeb\x64\x40\x76\xde\x6f\x77\x08\xfe\x39\x8b\x0c\x3e\x75\xf8\x44\xe7\xee\xea\xbc\xdf\x0e\x9f\x9e\xd7\x8c\x16\xcc\xe9\xce\x2c\x77\x80\xdd\x39\xba\xbd\xff\xfb\xcc\x6b\x87\x4f\x9d\xbf\xab\x1a\xdc\xd5\x19\x7f\x7d\x38\x56\x89\x56\xed\x40\xab\x9f\xd3\xcd\x5b\xfd\xec\xea\x00\xa6\xcf\x73\x4c\x75\xba\xa8\xf3\x5f\xf8\xd7\xf1\xd6\x8e\x06\xec\x5f\xfa\xd7\xf1\xd6\x2e\x38\xd2\xb7\xa1\xf5\x3b\xde\xda\x71\x83\xfd\x73\x3a\x36\x9e\xdb\xad\x92\x0d\x45\xbf\xf3\xa9\x7d\xf9\x80\xdb\x24\xfb\x9d\x4f\xed\x68\xc0\x7e\x0e\x83\x3a\x86\xdb\xd1\x80\xfd\x9c\xfb\xdc\xda\x43\x57\xe7\xbe\xf6\xe5\x28\xaa\x4c\xdd\x21\x9a\x3d\xce\xc1\xcd\x2d\xe0\x77\x0d\x26\xd2\xd8\x98\xd0\xd4\x9e\xbc\x06\x30\x18\xd1\x49\x41\x8e\xd9\x90\x3f\x34\xb6\x51\xd4\x26\x14\x1f\x48\xb3\x91\x9c\x18\xdb\xda\x43\xd7\x70\x74\x72\x38\x3a\xf9\xd9\xd6\x86\xd5\x3c\x6e\xff\xdc\x4a\xf2\xd7\x40\x6c\x8d\xec\x5c\xdd\x38\x17\xf5\x33\x3b\xee\x86\x80\x1d\xe2\xb4\x23\x3b\xdd\xc5\x35\x1a\x96\xe3\x70\xcc\x51\xa9\xc5\x6b\x88\x1a\x0c\xc7\x1c\xe9\xa3\x5c\xc3\x1a\x1d\xc5\x29\xb4\xe7\xdc\xfe\xb9\xe8\x20\x97\x88\xee\xd8\xe4\xd5\x35\xb6\x7b\xd7\x56\x3b\x17\x8d\xd2\xe6\xb0\xda\xe2\x72\x0c\xab\x79\x3c\x9e\xc9\xca\x18\x8c\x94\x21\x07\xf1\x82\x3a\xa3\x1a\x10\xe9\x86\x17\x2c\x19\x3c\xab\xe1\x88\x4a\x30\x69\x07\xdb\x61\x48\xc6\x0e\x36\x96\xc1\xb3\x1a\x92\x5f\xc2\xd6\x29\xbc\x86\xc5\x35\x24\xbf\x04\x49\x6f\x83\x45\x30\xf6\x1a\xeb\x81\x65\x3d\x24\xbf\x0c\x87\x59\xc2\xe3\xbb\x5b\x71\xc3\x61\x96\xb0\x25\x96\xae\x61\xa3\x1e\xe7\x38\x89\xb4\xb3\x21\x46\x39\x86\x73\x2b\x2c\xd6\x41\x25\x60\x4c\xe7\x6b\xd8\xa1\xc3\x19\x93\x71\xce\x98\xd8\x00\x87\x44\x95\x71\xce\x98\xd8\x00\x87\x8d\x7a\xc8\x49\x51\x00\xee\x1a\x56\xc7\x38\x27\x47\x60\xde\x30\xe7\xc7\x39\x0f\xc2\xba\x9c\xdb\xc7\xb8\xa6\xf4\xe2\xf4\x9e\x8b\xcd\xc5\xdd\xcf\xc4\x66\x9c\xb6\xdf\x79\x9d\x73\x16\x1b\xac\xa6\x85\x30\x25\x0d\xa7\xad\x9d\x71\x4d\x3b\xed\x3c\x67\x37\x98\x87\x53\xe8\x70\x06\xcf\x14\x8a\x9f\x88\x98\x19\x1c\x94\xb8\xce\xc5\x8d\x0c\x53\x26\xf1\xcd\x66\x9c\x5c\x8d\x29\x39\xef\x66\x8b\x4d\x8b\x6b\x4a\xce\xbb\xd9\x62\x93\x03\x31\x93\x23\x15\xb6\xf4\x69\xa7\x9d\xe7\x40\x07\xfc\x9c\x1c\x88\x79\xce\x6e\xd8\xa8\xa7\xbc\x8c\x79\xce\x6e\x80\xca\x89\x49\x99\xd2\xe2\x32\x6b\x68\xe2\x97\x67\x3e\x07\x25\xf6\x5c\x9a\x56\xdc\xdc\x1e\x40\xcf\xe6\xe7\x94\x0a\x3c\x9d\x53\xcb\x42\x1e\xd3\x3a\x9a\x52\xd8\x8a\x43\xea\x53\x48\x6e\xee\x95\xd3\x8b\x4f\x3c\xf1\x23\x53\x0a\x1b\xc5\xda\x6b\xf2\x00\xa6\x33\x65\xc5\xda\x9c\xe2\x74\x53\x5e\x1b\x8d\xda\x6b\x5a\x5c\x73\x6f\x8e\xbd\xc8\x67\x9d\x58\xe3\x29\xd9\xad\x70\x20\xa6\x15\x37\xad\xb8\xe2\x28\xcd\xb4\x55\x4e\x07\xcd\xca\x3c\x17\x3d\xb3\xea\xbc\x05\x3b\xad\xcd\x69\x6d\x9e\xc8\xce\xdc\x39\x0d\xd7\x94\xc2\xf6\x40\x86\x69\xe3\x9b\x52\xd8\x14\x55\xba\xa6\xb5\x39\xad\x4d\xea\xa6\xd7\xb4\xc7\x4d\x39\x68\x15\xfc\x4e\xe6\xf6\x94\x6e\x56\x1f\x53\xd1\x76\x36\xe5\xdd\x56\xbb\xe1\x14\x3e\x9b\x72\xd0\x0e\x63\x3e\xed\x71\x73\xef\x71\xbd\x9e\x4f\x2c\x5f\x6c\xca\x17\x7b\xaf\x73\x51\xeb\xce\x7f\xbd\x2c\xd6\x69\x73\x9b\x96\xe1\x6b\x15\x4f\x59\x01\x73\x9e\x5c\x73\xaf\x89\x1b\x98\xdf\xc9\xf6\xf6\x4f\x67\x5e\xa7\xc3\x56\xed\x3f\xea\x62\xff\xbf\x41\xf1\xc9\xdc\xfa\x2e\x99\xcf\x86\xf0\xc3\xa0\x7e\x52\x6d\x9b\x85\xfb\x31\xa6\x3f\xe7\x02\x9a\x93\x6d\x9f\x85\xfb\x59\xb8\xcd\x57\xfd\x10\x07\xdf\x36\x9f\x7b\xc3\xa0\x7e\x32\xa2\xbe\xbd\xd6\x7a\xb7\x4a\x3e\x01\xa2\xcf\x22\x53\x5f\xe5\xfa\x1c\xa5\xfa\x1c\xa5\xea\xa7\x75\xfb\xd2\xe7\x2c\x29\xd5\xbd\xeb\x43\x2d\x7e\x56\xc9\x80\x25\x9f\xfc\xa1\x4f\x6a\xfd\xf8\xce\x45\xcf\xdc\x26\x64\x9f\x5b\x40\xf0\xfa\xb0\x88\x9f\x94\xd0\x29\xb2\xf7\x89\xad\x7c\x27\x25\x14\xde\x7f\x4e\x38\x7d\x4e\x38\x4d\x5f\xe0\x73\x44\xe9\x93\x1b\x4f\xe2\xee\xfa\x58\x84\x9f\x83\x47\x54\xe9\xae\x4f\xe0\xfa\x73\xf2\x72\x32\xd0\x3f\xce\xf3\x57\x35\x74\x86\x4e\x70\xe4\x73\xf0\xe8\x3b\x5d\xe2\x12\x7f\xdb\x25\xee\x9f\xcd\xea\x63\x09\x7e\x32\xde\xcf\x09\xf6\x4f\xa6\xe6\x77\x32\x35\x01\xe1\xe7\x3c\xe5\xb7\x6d\xbf\xae\x56\xc5\xf5\xc9\x63\xff\xe4\xb1\x2f\xc1\xf0\x4f\xe4\xf9\xb3\x59\xa9\xa5\x7c\x7d\x3c\xd5\x6f\x6f\x4f\xfd\xd0\x55\x9f\x55\xf2\x59\x25\x0b\xe3\xf3\x59\x25\x9f\x55\xb2\xf0\x38\x1f\xc3\xee\x1b\x52\x03\x6d\x41\xdf\xf0\x4f\x31\x0b\x85\x76\xaf\xcf\x2a\xf9\x44\x89\x0f\x37\xf4\x59\x25\x1f\xca\x8e\x6c\xcd\xf5\xa1\xec\x3e\x31\x8b\x8b\x3d\xf2\x49\x8b\xfc\x3e\x99\x5b\xc8\xd2\xcf\x66\xf5\x09\xf3\xaa\x44\x70\x7d\x9f\xd6\x3f\x89\x74\x92\x20\x3e\x27\x71\x3e\x61\xde\x70\xe6\x92\x48\xc4\x27\xcc\x1b\x60\xc9\xb2\x64\x96\x64\x47\xc2\xfd\xd7\x12\x5f\x58\xe2\x0b\xd1\x3e\xbf\x1c\x17\x5f\xe2\xb4\x71\xd7\xdb\xb8\x16\xaf\x72\x89\xd3\x46\x6f\xb4\x84\x64\x57\x38\x19\x51\x97\x8b\xbb\xf5\x25\xfa\x9a\xb6\x10\xcf\xb5\xec\x4b\x4b\x4c\x35\xf9\x46\x8b\xd1\xb7\xa2\x14\x21\x24\xd4\x12\x14\x5d\x82\xa2\x84\xed\xaf\xc5\xe8\x5b\xb2\x57\x52\x3b\x17\x3f\x17\x77\x3f\x13\xc2\x68\xf1\x00\x97\x7c\xc1\x24\xd5\x72\x09\x10\x2c\x01\x82\xc4\x35\x5a\xd6\xe6\x12\x20\x48\x72\x25\xd7\x76\xfd\xae\x25\x7b\xe5\x66\x09\x2e\xc4\xd6\xda\xc4\xd6\xb8\x4d\xef\x85\xae\x5a\xdb\x74\x1c\xb7\x7d\x69\x59\xb0\x4b\x30\xf4\xb6\x2f\x2d\xa7\x0f\x97\xb8\xe7\xcd\x25\x5e\xf6\xba\x25\x8d\xef\x66\x09\xae\x62\xe4\xb7\xcd\x38\x94\x06\xbd\x16\x9b\x71\x3d\x5a\xef\xe7\xa2\x37\x12\xf7\xbc\xad\xcd\x65\x5b\x5b\x8f\x67\xda\x97\x16\x0f\x70\x09\x10\xdc\xf6\xa5\x65\xc1\x2e\xd1\xcc\x9c\x7d\x4d\x49\x25\x4b\x34\x33\x6f\x01\xf7\x6b\xf1\xd2\xd6\x7b\x52\x5a\x5c\x44\x2d\xad\x26\x2f\xc3\x31\xb7\x65\x19\xae\x26\x2f\xe3\xcc\x25\x2b\x6e\xc9\x99\x2b\xbb\x62\xdd\xb5\xac\xb8\xd5\x65\x46\x9c\x2e\x59\x71\xcb\x8a\x7b\xf8\x34\x4b\xe8\x70\x61\xce\xcf\x21\xbb\x25\x74\xb8\xb6\x3d\x39\x9e\xad\xd8\x74\x2d\x96\xe0\x92\x82\xf1\x34\xfd\xb4\x05\x2d\x89\x69\x4f\xd7\x3a\x26\x7a\x61\xa2\x2b\x97\x68\xc9\x0f\x5e\x4b\xcc\xf7\x3d\xff\xf4\x39\x96\x38\xf2\xfe\x1c\xe1\xda\xbb\x4c\xb8\xc4\xe9\xea\x16\x79\x09\xd7\xb6\x19\xc3\xb5\x6d\xc6\x51\xb7\x7d\x17\xae\xbd\xcb\x84\xcb\x3a\x7a\x83\xdb\xf7\x2e\x13\xae\xbd\x9c\xc6\xbb\x1d\xc7\x70\xed\x75\x14\x2e\xeb\xe8\xdd\xa6\x5c\xb8\xb6\xb1\x18\x2e\xc1\xbb\x77\x2f\xd8\x70\x6d\xce\x3a\x5c\x82\x77\xef\xad\xf5\xe8\x9f\x16\xd7\xdb\xfd\x73\xdb\x70\xe1\x92\x62\xdb\xb2\x7f\x6e\x2a\x24\x5c\x72\xbb\xda\xa3\xf5\xbd\x2c\xc2\x25\xb7\xab\x3d\x5a\xdf\x86\x5d\xb8\x6e\xb1\xd4\x7a\x2e\x7a\xa6\xd5\xd1\x5e\x0d\xed\xed\x2c\x5c\x22\x65\xad\x79\xf7\x6c\x94\xb6\xed\x37\x08\x2e\x87\x2b\xbb\x5d\x3a\x6c\xfb\xb4\xbe\xb7\xb3\x70\x49\x15\x68\x4b\x43\xc5\x78\xca\xd8\x52\x69\x2d\x5c\xc5\xbb\x5b\x32\x8a\xaa\x05\x42\x51\x81\x50\xd4\x50\x07\x2d\x10\x8a\x0a\xd7\x3e\x86\x3b\xb6\xb0\xf0\xff\x36\x28\x02\xf9\xa8\x40\x37\x6a\xf4\x6a\xb4\x1e\xfd\x95\x2b\x4b\x75\x38\x5c\x7b\x21\x85\x4b\x72\x41\x3f\x63\x50\xbd\x84\x5c\xd9\xde\xf4\xb7\x1a\x03\x51\xb8\xde\xf4\xb7\x7a\x09\x39\x5e\x7d\x18\x83\x6a\xa6\xec\x05\x38\x08\x0c\x87\xeb\xf5\x66\x02\x6e\xfd\xcc\xa9\xd7\x4c\x79\x45\x35\xaf\x73\x51\xe7\x5f\xd1\xd7\x9d\x37\x16\xae\xe6\xb3\x48\x04\x20\x5b\x14\xae\x6e\x5c\x85\xbc\x48\x0c\x85\xab\x7b\x23\xd1\xad\x99\x75\x7e\x78\x77\xa1\x78\xda\x3b\xe1\x1a\xfe\x69\xaf\xa3\xbd\x13\xae\xe9\xdd\x45\xa2\xe6\xf4\xcc\xe9\xdd\xb7\x61\x38\xd4\x06\x0b\xd7\xd4\x25\x21\x24\x9a\x36\x81\x5c\x55\xb8\x44\x8b\xa8\x72\x86\xeb\x33\xa3\xbf\x13\x85\x7b\x5d\xd4\xa5\xcd\x65\x0c\xaa\x32\x81\x24\x55\xa0\x45\x35\xa8\xb5\x04\x92\x54\xe1\x12\x60\x5f\x3b\xd3\x24\x04\x0b\x97\x40\xd5\xe0\x90\x07\x3a\x55\x21\x58\xb8\x6b\x5b\x6d\x81\x32\x55\x08\xb2\x97\x08\xb3\x04\x3a\x55\x81\x40\xd5\x70\xac\x20\x10\xa1\x0a\xe1\x84\x90\xe2\xf9\xe7\x70\x51\x64\x27\x6a\x7d\x2f\xce\x10\x4e\x0c\xe8\xf5\xcf\xed\x98\x85\xf0\x8b\xec\x44\x17\xfd\x13\xdb\x49\x16\x24\x90\x81\x0a\x64\xa0\x26\x69\x8c\x10\x6e\x0d\x61\x26\x83\x6f\x44\xf1\x29\x84\x13\x85\x19\xde\x28\x7b\xcd\x13\x85\xf9\xce\x45\x0d\x65\xb1\x95\xcb\x1b\xed\x04\xca\x40\xf8\x69\xc6\x6d\x48\x86\x60\x39\x52\x7c\x9a\xdc\xec\x10\x36\x15\x12\x28\x3e\x4d\x95\xdc\x03\x71\xa7\x10\x4e\x68\xc6\x72\x0c\x8f\xa1\x7b\x44\x4c\x1e\x0d\x59\xb8\x14\x9f\x66\x3c\x6f\x54\x3d\x13\x09\x49\x76\x21\x84\xe6\x76\x3a\x9f\x77\xf0\xcf\x6d\x09\x86\x40\x90\x93\xf4\x40\x20\x77\x14\x02\xc5\x4b\x9e\x6a\xa0\x7a\x14\xa8\x1e\xcd\xbb\x79\x66\x37\x9e\x34\x2d\xef\x66\xe8\xba\x67\xe2\x04\xef\x7e\x9e\xe9\x13\x8b\x59\xdc\xe6\x7c\x18\x2e\xee\x45\x32\x29\x02\x84\x30\xbc\xbb\xf8\x42\xde\xda\xa8\x81\x42\x51\xa0\x50\x34\x1d\xd4\x0f\x24\x86\x42\x10\x35\x50\x8c\x25\x84\xa5\x4b\x3b\x73\x79\x72\x4a\x03\xc5\xa0\x10\xf6\xf6\x34\x39\xa5\x81\x1c\x50\x88\xdb\x94\x9b\x32\x0b\x43\x34\x93\xe3\x85\x3d\xde\x46\x74\x20\x0e\x14\xa8\x02\xcd\xe7\x3a\xff\x6c\x2e\x76\x17\x97\x8b\xd3\x45\x4c\xef\xe6\x04\x43\x0c\x9e\x29\x6a\xf0\x94\x73\xd1\x3f\xc3\x51\xa2\xcb\x2e\xee\x69\x13\x23\x7d\xb9\x2d\x39\x1f\xe2\xa6\xff\x42\x44\xff\x8d\x5d\xaa\x23\x10\x0e\x0a\x84\x7f\xda\x88\x6e\xdf\x71\xcf\x40\xf8\xa7\x8d\xa4\xf3\xc9\x6b\x1e\x8d\xb5\xd3\xa5\xe4\x99\xc9\x33\x93\x86\x92\x7e\x26\x34\xe5\xae\x1b\x11\xa2\x0d\x30\x1e\x39\xb5\x5b\xeb\xb7\x67\xee\x0d\xb0\xd1\xaf\x0d\xf4\x7f\x02\xc5\x9f\x36\x36\x05\x16\x28\xfe\x04\x72\x3e\x6d\x64\x0d\xdd\xfa\xb9\x9d\xb5\x36\xb6\x74\x72\x88\xd9\x78\x66\x03\x62\xff\x8c\x7b\x01\x05\x42\x3c\x6d\x54\xad\xef\x4d\x2e\xc4\xa2\xf5\xad\x50\x13\x62\xd1\x7a\x21\x10\xf7\xea\xd2\xce\x0a\x09\xb1\x78\x66\xf3\x46\x8f\xce\x3f\x47\xc8\x4e\x97\x1e\x03\x82\x3d\x54\xc6\x32\x10\xdb\x09\x54\x76\xda\xe8\x9e\xf9\xe8\x27\x4a\x51\x89\xcb\x40\x73\x27\xd0\xdc\x69\xf2\x5c\x42\x7c\xbc\x66\xf5\xcc\xa1\xa1\xea\xc3\x55\xb7\x4f\x9f\xa3\xba\x9d\x48\xda\x80\x60\xb1\x9e\xdb\x7d\xcd\x4f\xeb\xaf\xd7\x7c\x0f\x41\x6c\x40\x6c\x67\x91\x72\xda\xbc\x0c\x88\xed\x8c\xe6\x4e\xa3\x23\x1a\xe2\x6b\x82\x35\x62\x6e\xc1\x0c\x69\x9e\x49\x24\x6d\x06\x5d\x82\x0c\x34\x77\xda\x0c\x3a\xdf\x3c\x93\x48\x9a\xd4\x9b\x10\x6d\x91\x34\x77\xda\x8c\xba\x64\x8b\xa4\xb9\xd3\x08\xd0\x07\x9a\x3b\x81\xe6\x4e\x9b\xe9\xfd\xd3\xa0\x20\xc8\x13\xe2\xde\x54\xdb\x4c\x16\xd9\x30\x29\x86\xfe\xde\xfa\x3b\xf4\x77\xe8\x6f\x36\x84\xc3\xc2\xa5\x8b\x36\xcf\x3c\x85\x3a\xb4\x77\xda\x3c\xf3\xd4\x4e\x4b\x58\xa7\xcd\x33\x25\xa7\xd7\x9d\x04\xed\x8a\x37\x9b\x16\xc4\x24\x92\xf7\x18\xec\xe9\x5b\x11\x4b\x9b\x8f\x67\x7e\xe6\xe9\x67\xb0\x77\x64\x2f\xd0\xde\x09\xf1\x33\x30\x55\xe7\x21\x19\x09\x9e\x36\xed\xde\xf1\xd3\xfa\xe7\x99\x67\x9a\x2f\x93\x97\x04\xda\x7c\x75\x69\xb9\x7d\xb9\xbd\xe9\xbc\x2d\x3d\xd2\x45\x9b\x36\xff\x68\x4b\x8f\x74\xd1\xa6\xb9\x4f\x90\x27\x10\xe4\x69\x6a\x95\x06\x4a\x3c\x21\xd1\x45\x9b\xdb\x53\x0d\xb4\x77\x42\xa2\x8b\xa6\x8e\x69\x48\x1b\x01\x03\x41\x9e\x36\xf7\xb9\xba\x90\x58\xed\x29\x50\x4c\xdc\x04\x47\x48\x9b\xd4\x0d\x89\x02\x25\x2d\xfe\x90\x6c\xfe\x24\x78\xda\xdc\x4c\x6f\xa0\xc4\x13\x48\xf0\xb4\xb9\xb5\x03\x02\x25\x9e\x90\xa0\xe3\xb4\x20\x08\xf2\x84\x74\x82\x23\xdb\xb3\x0a\x69\x53\x4b\x81\x2e\x4f\x9b\x4b\x3f\x37\xa7\x14\x52\xf4\xcc\xe5\x8d\x92\x77\x4f\xa2\x1b\x60\x98\x3c\x4f\x48\x27\x62\x12\xf4\x33\x79\x26\x74\xfc\x82\x86\x92\xce\x6f\xf7\xa0\x29\xbb\x1a\xa8\xf4\x84\xb4\x3d\xea\xf6\x45\x9d\xe7\x33\xa4\x9b\xba\x61\xd4\xfa\xa6\x7f\x43\xa2\x40\xf9\x25\xfd\xbc\x3d\xf3\x26\x10\x98\x74\xe9\xf6\xcc\xdb\x33\x01\x36\x75\x9f\x90\xb6\x7b\xd0\xc8\x64\x87\xb4\xad\x93\x40\xd6\xa7\x39\x47\x1b\x52\x76\x3b\x70\xfd\x4c\xef\x04\x5c\x69\xfd\xb4\xaf\x78\x26\x70\x4d\xc0\xf5\x33\xbd\x29\xff\x04\xca\x3f\x4d\x32\x59\x20\xf2\x13\x12\xc4\xfd\x1e\x1f\xae\x98\x0c\xc5\x80\x54\x6f\xc4\x9c\x49\x82\x38\x0a\xbb\x06\x3a\x40\x81\x9e\x4f\xfb\x40\x7b\x02\xae\xa4\x7b\xda\xf7\x1a\xa5\xea\x9f\x95\x0e\x62\xd3\x25\x6e\x01\xb5\x9d\xf6\x35\xa3\xf4\x9e\x8b\x9e\xd9\xbd\xe6\xab\x4b\x47\x18\xf2\xcc\x4f\x98\x97\x8e\x30\xe4\x99\x8a\xcd\x27\x6e\x6e\x9f\x06\x04\xe6\xd1\xd0\x69\xdf\x99\x8a\xdb\x36\x0a\xe9\x68\x40\x7e\x3a\xcf\x1a\x4a\x47\x03\xf2\xcc\x3a\xd6\x50\xea\xbe\xfb\xd2\x50\x37\x74\xdd\x77\x5f\x06\x04\xd6\x51\xd2\x69\xdf\xd2\xfa\xf0\x39\x86\xa8\xd6\x65\x40\x86\xf9\x49\x03\x72\x5d\x5a\x1f\x3a\x3f\x44\xdf\x82\x7e\x72\x35\xd2\x14\x68\x63\xf4\x25\xc6\x54\x3a\xca\x8e\x51\x97\x3e\x83\x7c\x94\x1d\xa1\x78\xfa\xbc\xd1\x51\x76\x4c\xfa\xf9\xb9\xfd\x13\x53\x03\xbf\x94\x6d\x02\x49\x9b\xb6\x6e\x9d\xff\x7c\x77\xc1\xd0\x75\xe6\x27\x5b\x2c\xd1\xbb\x55\xbf\x36\xd0\xb2\x09\xb4\x6c\xda\x3a\xf3\x73\x9d\xdb\xf5\x73\xd7\x54\x08\x04\x6e\x02\xd9\x9a\xb6\x4c\x5a\xb2\x35\xe1\x3e\x22\x8e\x9b\xb7\x0f\x44\x6c\x02\xa1\x9a\xb6\x76\x4c\x2d\x28\xec\x1f\xc8\xd6\xb4\x65\x7e\x92\xad\x09\x64\x6b\xda\xda\x39\xf1\x41\x29\xff\xa0\xc4\x7e\x5b\x26\xed\xbd\x51\x2a\x10\xa3\x69\xeb\xd5\x50\x74\x7b\xa4\x2b\xf9\xea\xd2\x06\xa4\x40\x8c\xa6\x2d\x93\x56\x55\xfc\x70\xc3\x25\x75\x1a\x82\x02\xf8\x41\x75\xfb\xa6\x30\x6f\xa0\x50\x13\x6e\x22\xb8\x6b\x13\x70\xe1\x4e\x6e\x4f\xc4\x3b\x61\xf2\xbd\x33\x7b\xc3\x0d\x97\x56\xd7\x3a\x5c\x52\xdd\xbe\x2d\x40\x7d\xb3\xda\x94\xb5\x6f\x6b\xf3\x8c\x41\x59\xfb\xa0\x9e\x7d\x5b\x16\x82\x7a\xf6\x81\xce\x4d\x5b\xd3\xbb\xe3\x32\xe8\xdc\xb4\x65\x75\xa8\x59\x1f\x14\x9d\x6f\xeb\xd3\xa5\xec\xf6\xec\x76\x0b\x41\xb5\xf9\xa0\xcc\x7c\x5b\xcb\xbb\xe3\x32\x6e\x10\xb4\x2c\x04\xca\x36\x41\xb9\xf8\x7e\x5d\xba\x54\xdc\x4e\xcb\x46\xb1\xdf\x40\xcb\x26\x28\x10\xdf\xaf\x10\xfe\x34\x28\xc8\xde\x04\xc5\xe0\xfb\x15\xf4\xe2\x31\xae\x54\xc4\xc4\xfc\x83\x6a\xee\xe1\x68\xda\x5c\x51\xd7\x1e\xd3\x07\x99\x7f\x45\x63\xb0\x81\x29\x1c\xf9\x9a\x2b\xf9\xd4\x55\x7f\xab\xfe\x32\xbb\xd5\x53\x0f\x37\xc1\xb0\x0b\x8a\xdf\x18\x0a\x35\xd3\xfb\x75\x7b\xdd\xd7\x67\x21\x18\xa6\x2a\x71\xb8\x77\x62\x5b\x38\xf2\x35\x57\xd1\x4f\x7e\x9d\x32\xe7\xfd\x2a\xde\xa8\x79\xa6\x18\xf5\x75\x96\x0e\xcc\x3b\x4a\x35\x72\x3a\x03\xa5\x9a\x40\x86\xa6\x5f\x67\xe9\x70\xf6\x8e\x28\x8d\x1a\xc5\xe1\x06\x6f\x4a\x93\xf7\xab\x7a\x4d\xf0\x46\x86\xa6\x5f\x67\xe9\xa0\x42\xc8\xd0\xf4\xeb\xd5\x4f\x56\x9b\x6a\xe2\xfd\x3a\x4b\x07\xbc\x29\x23\xde\xaf\xb3\x74\xc0\xdb\x3d\x88\xa2\x9e\x55\xc2\x94\x53\x38\xbc\x13\x3d\x0f\x0a\x87\x07\x15\xc3\xfb\xd5\xbd\xe6\xf0\x46\xb4\x18\xae\xb3\x20\xa6\xce\xd3\xb4\xb9\x86\xcf\xc1\xbe\x53\xd6\xbb\x5f\x53\x3f\xd9\x77\x47\xe8\xe6\x9a\x5a\x9f\xde\x88\xa6\xcd\x75\x16\xc4\xe7\xdd\x05\xc3\x69\xc2\x87\x1b\xe7\x72\x84\x6e\xae\xb3\x20\x40\xa6\xca\xd8\xfd\xfa\x74\x09\xbc\x29\x89\xdd\xc3\x4e\x15\x09\x4a\x62\x07\x7a\x37\x3d\x60\x13\xc8\xde\x04\x85\xae\x7b\xe0\x16\x52\xbf\x09\x6a\x5a\xf7\x10\xce\x3f\xbb\x8b\x24\x4e\x41\x3b\xd9\x9b\xa0\x52\x75\x0f\x66\xb2\x4a\xd5\x81\xde\x4d\x0f\x66\x72\xde\xd4\x69\xc8\x02\xec\x92\x5c\x03\xf5\x9b\x90\x05\xd8\xc3\x26\x8a\x03\x2d\x9c\x40\x04\xa7\x87\xdb\x33\xb7\xb9\x16\x72\x94\x2e\x81\x99\x52\x94\x3a\x1c\x49\x9c\x90\x75\x69\xc3\x62\xa0\x8c\xd3\x83\x4d\x80\x40\x4e\xa0\x8c\xd3\xc3\x2e\x99\x1a\x08\xe4\x84\xa3\x7e\x13\x4c\x6f\xb2\x37\x21\x27\xba\xa7\x8f\xa1\xc3\xf8\x50\xb1\xe9\xc2\x3d\x41\x01\xe9\x40\xc5\xa6\x07\xb3\x4e\xe5\xe8\x70\x34\x6d\xc2\xab\xf3\x80\x50\x41\xe8\x1e\x4c\x45\x62\x34\xe1\xe8\xce\x28\x4a\x1d\xe8\xce\x84\xa3\x3b\x13\xba\x7e\x32\xbb\x54\x74\xee\x81\xaf\xa8\xa2\x73\xa0\x34\xd3\x83\xf9\x49\x70\x26\xe4\xa3\x0e\xcb\x1e\x21\x38\x13\x94\x64\xee\x61\x18\x10\x60\x45\x7e\xa6\x87\xa9\xa1\xe2\xc3\x1d\x21\x58\xf3\x53\xa1\xe5\xa0\x8a\x72\x0f\x1c\x48\x75\x93\x43\x3e\x42\xb0\xa6\x22\x15\x9a\x40\x7e\xa6\xab\x7b\x1d\xa8\xd0\x04\xa2\x32\x3d\x2c\x0d\x41\x30\xf5\x8f\x7b\xe0\x6a\x92\x98\x09\x47\x62\x26\xc2\xe6\xfc\x1a\xe4\x0d\x64\x3d\x5e\x5e\x93\x2d\x96\xe9\x20\x46\x80\x9d\xc1\x5a\x16\xb8\x8c\x8c\x14\x62\x34\xe1\x88\xd1\x44\xf0\x9b\x61\x1d\x4d\x9a\x1e\x11\x1c\xa4\x69\xc2\xd1\x9d\x89\x67\x26\x6f\x73\x2d\x1c\x89\x99\xc8\xd5\x54\xd5\x38\x50\x9a\xe9\x31\x69\x1d\xb1\x45\x69\xa6\xab\xc1\x1d\x32\xac\xcb\x47\x08\xf6\x4c\x6f\xb6\x18\xfd\x98\x1e\x79\x93\x19\x82\x1d\x35\x99\x98\x8d\x27\x04\xcb\x10\x2c\x22\x38\xf2\xf0\x89\x37\x3c\xf5\x78\x66\x32\x62\x2b\x9f\x7c\x9c\x9d\x98\x18\x28\xc6\x84\x7c\xf2\x71\xc0\x2f\xe1\x98\x90\x37\xed\xdb\x23\x6f\x92\x8c\x4c\x50\x50\xb8\xc7\x47\x43\xb8\xe0\xa3\x11\x13\xab\x15\xf7\x19\xf9\xa3\xf9\x0a\x7e\x29\xc6\x04\x52\x31\x5d\xad\xf0\x90\x81\x15\xa9\x98\x1e\xcf\x9c\xff\xcc\x3a\xb2\x84\x71\xe7\x07\x07\xc2\x31\xe1\x08\xc7\x88\x66\x06\xa5\x80\x03\xfd\x98\x1e\xcf\x42\x58\x5a\x5f\x12\x94\xce\x42\xe0\x77\x2a\xe6\xdb\x23\x7b\x84\x70\x4c\x20\x1c\xd3\x23\x4c\x56\xb7\x37\xd0\x8f\xe9\x11\x69\x42\x46\x26\x94\xeb\xa4\x1d\x65\x17\xa7\x8b\xfa\xc9\xf3\xa3\x11\x13\x8a\xf4\x83\x04\x54\xcb\x36\xec\x42\x39\x42\xb0\x9c\x3c\xc2\x31\x81\x1c\x4c\x4f\xd7\xb9\x7d\xb8\xb8\xe7\x52\x0a\x7f\x0a\x5b\x05\x5a\x31\xa1\x1c\x95\x58\xe4\x09\xad\x98\x40\x2b\xa6\x27\x94\x1d\xad\x98\x40\x2b\xa6\x27\x6e\x21\xad\x98\x40\x2b\xa6\x27\xd3\xbc\x00\x42\x5a\x31\x5d\x7a\x79\x28\xcc\x44\x35\x7a\x7b\xe2\x2b\x16\x3c\x9e\x52\xbd\x3d\x31\xd0\x95\xea\x0d\xea\xe2\xf6\xc4\xca\xa0\xeb\x12\x14\xc4\xed\x09\x8f\x47\xa6\x25\xd0\x67\xe9\x69\xa7\x84\x06\xc2\x2c\xa1\x80\xb7\x04\x5c\xc9\xb4\x04\xfa\x2c\x3d\x3d\xfa\xb9\xc1\x2e\x90\x62\xe9\xc9\x3c\xa5\xc8\x12\x48\xb1\xf4\x24\x06\x44\x83\x25\xd0\x60\xe9\x09\x97\x51\x8a\xd7\xdc\x96\x5d\x4f\xa6\x24\x61\x96\xa0\x24\x6d\x4f\xef\x79\xa6\x41\x66\xb5\x25\x3c\x1e\x99\x96\xa0\xb4\x6c\x4f\xb0\x59\x69\xd9\x40\xb4\xa5\x27\x04\x07\xed\x96\x50\x60\x5e\x32\x4f\x29\xb2\x04\x1a\x2c\x3d\x75\x03\x82\x39\x27\xc5\xd2\x13\x1e\x8f\x06\x4b\xa0\xc1\xd2\xd3\x3c\xb7\x1b\x3a\x40\xa8\xe6\x7b\xa0\xc8\x12\x54\x75\xed\x09\x43\x41\x98\x25\x90\x62\xe9\xe9\xcc\x53\x98\xa7\xb0\x6a\x4f\xdc\x42\x1a\x2c\x41\x0d\xd5\x9e\x78\x80\xa5\x19\x3a\x98\xa7\x22\x4f\x50\x58\x35\xa8\x93\xda\xef\x33\xa3\x11\x71\xe4\x56\xfa\x0d\x5c\xc9\xad\x04\x72\x2b\xfd\x3e\xf3\x93\xff\x49\x75\xa5\xdf\x68\x8b\x02\xf3\x08\xab\xf4\xfb\xcc\x4f\xa6\x1c\x61\x95\x7e\x9f\xf9\x39\xbc\x26\x29\xc1\x9b\xaf\x48\x4a\x25\xd0\x50\xe9\x4a\xd4\x07\x52\x2a\x81\x86\x4a\xbf\xcf\xfc\x14\x14\x53\xda\xb4\xdf\x67\x7e\xc2\x3c\xea\x27\x5d\xdd\xfa\x50\x18\x68\x44\x50\xfa\x0d\x86\x69\xa1\x84\x02\x08\x55\xb1\x0f\xea\x96\x06\x92\x28\xfd\xde\x19\x31\x41\xe1\xd1\xa0\xaa\x68\xbf\x79\x95\xea\x88\x06\x05\x44\xfb\x8d\xd4\x53\x40\x34\xa8\x1c\xda\x6f\xac\x47\xe1\xd3\x52\x46\xe9\xf7\x99\xf3\xe2\x0b\xd4\x4f\xfa\xcd\x81\x54\x01\x34\x28\xfd\xd9\x6f\xa4\x9e\xd2\x9f\x41\xcd\xcf\x7e\x23\xf5\x0a\xa3\xaf\x00\xc2\xdb\x42\x50\x08\x34\x10\x4f\xe9\xb7\x98\x9a\x2a\x9f\x41\x09\xcf\x7e\x63\xfa\x88\xa7\x04\xe2\x29\xfd\xc6\xf4\xa9\xeb\x19\x1e\x79\x58\x37\xa6\xef\x01\x84\x6a\x77\xf6\xdb\x42\x50\xad\x33\x28\xc5\xd9\x6f\x0e\x24\x99\x95\xa0\x06\x67\xbf\x61\x33\xd1\x95\xf0\x44\xef\xce\x48\x79\x98\x72\xcf\x49\x8b\xb4\x3a\xe8\xab\x04\x1a\x2a\xfd\xe6\x40\x92\x52\x09\xcf\xc9\x95\x44\xea\xa9\x9e\x19\x9e\x93\x2b\x89\x49\x51\x36\x33\x3c\x47\xfc\xda\xea\x20\xb3\x12\x28\xaa\xf4\x9b\x03\x49\x51\x25\x28\x7c\xd9\x6f\xfc\x1d\x7d\x95\x40\x58\xa5\xdf\x96\x0c\x7d\x95\xa0\x80\x65\xcf\x96\x0c\xd5\x94\x40\x27\xa5\x67\xf6\x08\x9d\x94\xf0\xc0\xba\x8c\xe9\xa3\x9a\x12\xd4\xa3\xec\x19\xd3\x47\x3c\x25\xd0\x49\xe9\xd9\x92\x51\x96\x32\x3c\xec\xbb\x8c\xaa\x7b\xd8\x77\xca\x52\x76\x07\x4f\x02\x9d\x94\xf0\x1c\x45\x6c\x4e\x1e\xd5\x94\xf0\xd0\x15\xcc\xf8\x11\xe2\x29\x81\x5c\x4a\x3f\xf1\x2f\x3a\x29\xe1\x91\x6a\x99\x79\x7e\x04\x52\x82\xfa\x90\x3d\x8b\x2b\xa9\x0f\x19\xe8\xa4\xf4\x8c\x1f\xa1\x93\x12\x88\xa0\xf4\x6c\x7a\xd3\x42\x09\x84\x4e\x7a\xe6\xe4\x11\x3a\x09\x84\x4e\x7a\xe6\xcf\xa9\x67\x18\x94\x08\xec\x19\x15\xa2\x3c\x60\xa0\x69\xd2\x33\xf4\x56\xeb\x2f\x50\x31\xe9\x19\x7f\xa7\x28\x5f\xa0\x69\xd2\x33\xf4\x56\x85\x2f\x90\x36\xe9\x99\x93\xa7\xc8\x5e\xa0\x69\xd2\x89\xd1\x04\x15\xf3\x82\x82\x77\x3d\xf3\xfc\x14\xbb\x0b\x54\x4c\x7a\x86\xde\xc4\x4c\x02\x15\x93\x9e\x87\xd7\xec\x1a\xda\x26\x59\xcf\x67\x26\x8b\x16\xd0\x26\xe9\x99\xe7\xa7\x78\x5b\x50\xad\xad\x67\xa1\x19\xba\x25\x81\x60\x49\xcf\x58\x0f\x05\xd8\xc2\xc3\x9b\x74\x94\x26\x50\x2a\x09\x64\x48\x7a\xc6\x09\x52\x23\x09\x0f\xdd\xe8\xbc\xf2\x9f\x06\x05\xc5\x92\xf0\x7c\x7a\x81\x12\x21\x40\x12\x48\x8e\xf4\xc2\xec\x7e\x98\x5f\x0f\x89\xbe\x82\x1b\x24\x39\x12\x1e\xf8\x54\x10\x1c\x04\x48\x02\xc9\x91\x4e\xd3\x26\x90\x1c\x09\x95\x57\x59\xf8\x8a\x15\xea\xd4\xeb\x88\x8a\x7f\x2e\x56\x17\x37\x0c\x17\x04\x07\x55\x92\x40\x4f\xa4\x17\x73\xbf\x72\x20\x2b\x5f\xb1\x08\x21\x92\x15\x09\xf4\x44\x7a\x01\xed\x15\xea\x28\x3b\xd7\x0b\xc2\x90\xd6\x48\xa8\xac\xa1\x62\x41\x54\x79\x39\x55\x71\x93\x92\xcf\x3f\xf7\xb8\xd2\x0c\xe9\x05\xb4\xd3\x0c\x09\x34\x43\x7a\xc1\x7a\x54\x26\x12\x79\x90\x5e\x2c\x08\xba\x20\xa1\x02\x98\x82\x1b\xac\x00\xa6\x66\xaf\x09\xda\x2b\x86\x8a\x3e\x47\x2f\x60\x98\x4c\x47\xa8\xc0\xa0\x20\xf7\xd4\xcc\x0b\xd4\x3a\x7a\x61\x37\x93\xe9\x08\xf4\x39\x7a\x11\x5b\x21\xd3\x11\x2a\xc3\xa7\x98\xd1\x95\xe1\x43\xb4\xa3\x17\xbe\x22\xed\x8e\x50\x79\x80\x05\x97\x41\xc2\x23\xd4\x93\x8c\x2d\x96\x5e\x31\xe7\x84\x39\x7a\x61\x37\x57\x09\x35\xf4\x39\x7a\x61\x37\x93\xe9\x08\x95\x9e\x68\xc1\x65\x54\x61\x49\xc2\x1c\xbd\xcc\x73\xbb\xd6\x79\x80\xe5\xd3\x4f\x86\x4f\xe5\xd7\x15\x5e\x65\xe5\xd7\xd5\xd7\x6b\x72\x20\xa9\x75\x04\x6a\x1d\xbd\x60\xfc\xea\xab\x9f\x32\xb4\x8b\xe9\x5d\x61\x49\x95\x90\xfa\x98\xde\x95\x5f\x57\xc1\xc6\x03\xb0\x2b\xd8\xa8\xce\x44\x3c\xa6\x37\x0d\x8e\x50\xb9\x70\x0f\x6c\xae\x1b\x2f\x42\x3d\x6a\xf5\xbc\x4a\x3a\x1b\xa1\x1e\xb5\x7a\x51\x18\x72\x1b\xa1\xaa\xe5\xf1\xa0\x42\x2a\x17\xae\x1e\xb5\xfa\x7d\xd8\x2a\x54\xe6\x4c\xfd\x09\xd3\x2f\x17\x8d\xd2\x4f\x98\x5e\xe7\x87\x86\xd8\x38\x0f\x7e\xa4\x72\xf6\xea\xd1\xa0\x3f\x73\x1e\x6c\xd4\x6d\xd5\x74\x67\xb5\x42\x9d\x96\xcc\x91\x9b\xe7\x6a\x56\xc8\x50\x91\x50\x8f\x4d\xa0\xa2\xe8\xeb\xd1\xa0\xc7\x8f\x54\xcc\x54\x3d\x72\xf3\x67\x21\x70\xe1\x88\x68\xf4\x87\xab\x59\x99\x33\xf5\x28\xcb\xdb\x04\x2a\x8a\xbe\x2e\x9f\x03\xd3\x57\x01\x4b\xdd\x50\xd2\x1f\x3b\x43\xe5\xd7\xd5\xa3\x41\x6f\x67\x78\xf9\x75\x2f\xbf\xee\xe1\x55\x12\xe6\x08\xaf\x0c\xf2\xc7\x92\x79\x61\x08\x29\x8e\xfe\xf0\x2a\x5f\xe6\xcc\xcb\x9c\x79\xac\x8e\x97\x39\xf3\xf2\xeb\x1e\xab\xe3\xe5\xd7\xd1\xe7\xe8\x8f\xd5\x41\x98\x23\x50\xdd\xe8\x0f\xaf\x92\xf8\x46\x78\xe9\xc5\x3f\x4c\xf8\x17\x45\x4f\x44\xa3\x3f\x56\xc7\xcb\x72\x79\xc1\xc5\xb3\xb3\x2a\xc3\x8b\x4e\x7f\x1d\xe8\x78\x40\xfb\x2b\xcc\x47\x36\xa3\x3f\xa6\xf7\xcb\xcd\xa2\x97\xd1\x2b\x4c\xa6\x97\x11\xe8\x65\xf4\x8a\xbf\x7b\x85\xf9\x48\x63\xf4\xca\x5a\x7f\xb3\xd6\xe9\xc5\x57\x8e\x23\xa1\x8c\xf0\x3a\xfa\x51\x01\xf5\x8b\x63\x57\x8c\xb3\x57\x54\x08\x11\x8d\xa0\xee\x66\xaf\x66\xb2\xba\x9b\x81\x88\x46\xaf\xd0\x5b\x51\xcd\x40\x4b\xa3\x57\x4c\x9f\x6a\x9a\x41\x19\xcd\x5e\xa1\xb7\x32\x9a\x41\xfd\xcc\x5e\xf1\x23\xea\x67\x86\x17\x2e\x55\xd3\xfb\x95\x58\x41\x60\xa3\x57\x33\x99\xce\x46\x78\x39\x64\x15\xd3\xf7\x72\xc8\x5e\x74\x55\xc5\x8f\xbc\xf2\x04\x69\x70\xf4\x6a\x26\xbf\xe8\xaa\x97\xeb\x56\xcd\xe4\x97\x39\x43\x9f\xa3\x57\x1e\xea\x5b\x8d\x12\x0e\xab\x82\x74\x6a\x1d\xe1\xe5\xcf\x55\xa4\xc9\x2b\x79\x90\x3e\x47\xaf\xa6\x37\x61\x8e\x40\x8a\xa3\x57\xe1\x48\x8a\x1c\x81\x14\x47\xaf\x6c\x9c\x57\x3c\xf1\x7d\x1d\xfd\xe0\xa1\x92\xe9\x08\xe4\x36\x7a\x3d\x73\x9e\x97\xf6\x42\xb0\xca\x30\xa7\xac\x11\x28\x6b\xf4\x6a\x47\x78\x19\x3e\xef\x39\x78\x72\xa6\x37\x04\xa3\x97\xd1\xab\x4c\x93\x17\x82\x91\xcd\xe8\xff\x80\xce\x5f\x06\x05\x69\x8d\x40\x53\xa3\xd7\x33\xf7\x87\xe5\x88\x4e\xaf\x67\xee\x33\x80\x88\x62\xf4\xca\xa7\xa5\x8d\x11\x5e\x0c\x55\x85\xf7\x2f\x6f\xed\xc5\x50\x55\x2c\x22\xdd\x8c\x40\x37\xa3\x57\x9b\x00\xdd\x8c\xf0\x82\xb7\xba\xac\x27\xe9\x12\xc4\x30\x7a\x45\x2d\x92\xbf\x08\x2f\x78\x7b\x6d\x02\x2f\x78\x23\x86\xd1\x5f\x2c\x0d\x4d\x8c\xf0\x82\xb7\xf7\xac\x27\x26\x12\x69\x8c\xfe\x72\x74\x5f\xf0\xf6\x82\xb7\xd7\x26\x40\x2f\x23\xbc\x54\x8c\x5f\x3e\xed\x2b\x5d\xe2\xe5\x98\xbd\xd6\x53\x83\x64\xed\x3a\x27\x72\x8a\x8b\x8f\x8b\x6e\x47\x2d\x52\xcf\x08\x8d\x89\xf4\xa2\x16\x1b\x78\x23\xa2\xd1\x5f\x4b\xa7\x89\x2b\x36\xa0\xf5\xf2\x69\x5b\x70\x3b\x32\xea\x85\xf7\x24\x35\x42\x23\x3b\xff\x32\x7c\x9a\xbc\x31\xb2\x19\xfd\xb5\x74\xe8\x65\x04\x62\x18\xfd\xe5\xd3\x36\x8e\x19\x69\x8c\xfe\xc2\x7b\xd2\x18\x81\x34\x46\x7f\x51\x36\x4d\x12\x44\x03\x84\xaf\x4d\x80\x5e\x46\xa0\x90\xd1\x5f\xab\xa4\x09\x36\x36\xe8\xf8\xa2\x16\xe9\x65\x84\x46\x4c\xfe\xb5\x4a\x1a\x74\x24\x8d\xd1\x5f\xab\x84\x0a\x46\x20\x78\xd1\x5f\xee\x6b\x93\x0e\xdd\xa8\xc0\xbf\x36\x81\x76\x9f\xdb\x9d\x9a\x42\xd9\x34\x74\x15\x31\x8c\xfe\xa2\x16\x69\x62\x84\xc6\x5b\x7b\xb9\xaf\x8d\x81\xd6\x4e\xe1\x0c\xd3\xbb\xf1\xd6\xda\x29\x9c\xc1\xd5\x6c\x30\x8f\x42\x46\x7f\x41\x7b\x63\x76\x51\xc8\xe8\x0d\x8b\x48\x28\x23\x34\x47\xe8\x1a\xce\xa5\xc9\xbf\x6c\xe0\xad\x99\x9f\x84\x32\x42\xe3\xad\x35\x5e\x65\xe3\xad\x35\x48\xd6\x78\x95\x0d\xf1\x4e\xcd\xa2\x37\x96\x0b\x51\x8b\x40\xcd\xa2\xb7\x74\x2e\xfa\x70\xa7\x4a\xc5\x3e\x4a\x13\x28\x56\x04\x8a\x15\xbd\x49\xdf\xa4\x58\x11\x28\x56\xf4\x06\x86\x29\x56\x84\x76\xaa\x54\x48\x7a\x6a\x4d\x3f\x4f\x95\x8a\x33\xc1\xe0\x53\x3b\x55\x2a\xce\x04\xeb\x26\x2d\xb3\xab\x9d\x09\xc6\xec\xa2\x51\xd1\x1b\x18\x26\x55\x11\xda\x29\x5d\x81\x34\xa1\x58\x11\xda\xa9\x52\x21\xb7\xaf\x61\xce\x1b\xe6\xbc\x21\x4d\x88\x53\x04\xe2\x14\xbd\x81\xe1\xc6\x5b\x6b\x02\x82\x0d\x69\x42\xb1\x22\x90\xa3\xe8\xed\xcc\xba\xa9\x4b\x8e\xd0\x35\xac\x47\x03\x41\x74\x28\x7a\x3b\xd3\x06\x04\x35\x84\x51\x63\x44\xb7\xcf\x7a\x47\xa7\x37\x88\xdb\xb0\x48\x0d\x9d\xde\xb0\x1e\x0d\x9d\x4e\xa3\xa2\x37\xe6\x76\xc3\x9c\x37\x84\x51\xe3\x40\x36\x7c\x78\x03\x41\x0d\xeb\xd1\x40\x50\x03\x41\x0d\x51\xd8\x40\x50\x03\x41\xcd\xfc\xec\x20\xa8\x9f\x33\x7a\xa8\x10\x4a\x17\xa1\x9f\xe3\x78\x4c\x8f\x2e\x21\xb5\x23\x8c\x1a\x50\x25\x78\x11\x08\x5e\xf4\x8e\x0a\x21\x78\x11\xba\xca\x17\xdd\x4c\x26\x63\x11\x08\x57\xf4\x1e\x34\x04\x6d\xc8\x58\xf4\x0e\x54\xbb\x3c\x2c\x6a\x16\xbd\x9b\xb4\x44\x2d\x42\x77\x8e\xb6\x63\x0f\x7b\xd4\x25\x68\xd3\x79\x93\x9d\x43\xd6\xd1\x40\x1d\x54\xd2\xa1\x08\x1d\x86\x74\xa8\x48\x95\x22\x74\x47\x66\x3b\x2a\xa4\x27\xad\x63\xb7\xbb\x99\x4c\x80\x22\x10\x99\xe8\x9d\x3b\xd8\x61\x08\xc9\x89\xde\x4d\xda\x0e\x43\xfa\xce\x5b\xe8\x1d\x15\xd2\x99\x5d\x94\x27\x7a\x37\x69\xbb\x84\xd4\x0e\x43\x3a\x77\xb0\x3b\x67\xd1\x61\x48\x47\xea\x11\xa0\x08\x44\x26\x7a\x37\x3f\xbb\xdc\xd3\x0e\x2e\x3a\xc7\xb1\x83\x8b\x8e\xc8\xee\x00\xb0\x23\xb2\x3b\x22\xbb\x33\x13\x3a\x22\x9b\xf2\x44\xef\x66\x72\x47\xee\x74\xc7\x06\x3b\xfe\xae\x73\xdd\x3a\x22\xbb\x23\x38\xe8\x50\x04\x3a\x14\xbd\x8f\xf3\x4f\x6f\xe4\x70\x6d\x37\x69\xa9\x52\x84\xce\x1a\xea\xb3\xfc\x69\x50\x50\xae\x08\x94\x2b\x7a\x37\xcd\xbb\x70\x5f\xe7\x16\x76\x8c\x1f\xc5\x8a\xd0\x19\x55\xdd\xdc\xef\x8c\xaa\xfe\xfa\x2c\xe6\x7e\x6f\x9e\x89\x4d\xea\xf2\xae\x3b\x36\xa9\x73\x0b\x3b\xc6\xaf\x73\x0b\x7b\xf3\x66\x18\xbf\x0e\xc9\xc8\x58\xf4\x93\x4d\x4d\xc6\x22\x90\xb1\xe8\xe3\xcc\x68\x96\x56\x77\xd2\x5e\x09\xef\x40\xdb\x22\xd0\xb6\xe8\xe3\x4c\x5e\xe6\x57\x77\xa2\x91\x6a\x43\xe8\x5d\x43\x62\x80\x03\xa1\x4d\xaa\x22\xd0\xa8\xe8\xa4\x1c\x42\x97\xc5\xd0\x39\x90\x03\xeb\xd1\x91\xe4\x1d\x49\x7e\xb2\xa9\x3b\xaf\xb2\x23\xa3\x06\xd6\xa3\xb3\xc5\xba\x2c\x86\x93\x62\x4d\xfe\x22\xd0\xbd\xe8\x83\x07\x48\xfe\x22\x74\x48\x36\x98\xc8\xe4\x2f\x02\x35\x8b\x3e\xce\x34\x97\x66\x4a\xcd\xa2\x0f\x87\x05\x88\x5a\x04\x6a\x16\x7d\xd8\xfc\xc9\x58\x04\x32\x16\x5d\x01\xf1\xd0\x81\x16\x35\x8b\x7e\xf2\xae\xfb\xb2\xc8\x9c\x3a\x1e\x78\xbc\x81\x5a\x1a\xa8\xa5\x21\x34\x33\xd8\x4d\x83\xdd\x34\xf8\x75\x83\xdd\x34\x4e\xb9\x9e\x7e\xfe\xd9\x5d\x1c\x2e\x7e\x2e\x4e\x17\x35\x84\xdc\x1b\xb2\x18\x06\x0b\x6b\x98\xfb\x83\x5b\x38\x4e\x61\x1f\x80\x3d\x1c\x0e\x1b\x0a\x8e\x0d\x34\xf5\xc0\x87\x8f\x53\xed\xc7\x4c\x1e\xf2\x1d\xc6\xa9\xf6\x83\x0a\x19\x80\x90\x14\x47\x1f\x66\xf2\x60\x76\x91\xdb\xe8\x83\xed\x30\x98\x5d\x83\xd9\x35\x10\x1c\x83\xd9\x35\x58\x58\xd3\x81\x23\x8a\x1c\x61\xc8\x62\x98\xe6\xe7\x60\x61\x0d\x16\xd6\x44\x70\x0c\x16\xd6\x40\x57\x4d\x93\x76\xc8\x28\x1d\x5c\xcd\xc9\x2d\x1c\x5c\xcd\xc1\xc2\x9a\x3c\xc0\xc1\xc2\x1a\xd0\x71\xf2\x00\x07\x74\x1c\xf9\x1c\x6b\xd6\x10\x96\x7b\xf0\x15\x27\x6c\x1e\x7c\xc5\xc1\x57\x9c\x68\x8b\xc1\x98\xa2\xe4\xd1\x67\x3e\xff\xd4\xcf\x53\x28\x87\xb3\x37\x10\xda\x44\x3b\xfa\x49\xad\xa6\xdd\x11\xa8\x75\xf4\x69\xd2\x0e\xf9\xf6\xd4\x3a\xfa\x44\xd5\x0d\x1e\xe0\x38\x35\x71\xf8\x75\x24\x3c\xc2\x91\xf0\x98\xc8\x88\xc1\xd9\x1b\xf2\xb0\xa6\x60\xf8\x10\xbc\x23\xef\xd1\x4f\xc2\x34\x95\x8f\x30\x10\x5b\x13\x19\x31\x10\x5b\x43\x39\xdb\x79\x66\x32\xea\x7b\xc8\xc3\x3a\xb9\xd1\x43\x6a\xfd\x50\x5b\x6c\xf6\xf3\x4f\xdf\x9d\xd5\x76\x12\xa6\x07\xab\x6d\xbc\xe7\x44\xb8\x37\x92\xc5\x30\x60\xdd\xc9\xa2\x1e\xac\x36\x92\x21\x7d\x4a\x00\xa1\x1c\x12\x48\x86\xf4\x93\x30\x4d\x39\x24\x0c\xb0\x36\xf1\x77\x04\x44\xc2\xe0\x40\xce\x33\x69\x99\x5d\x43\xf0\x6e\x72\xdd\x86\x2c\x86\x01\xc1\x4e\x6e\xf4\x60\x8b\x0d\xb6\xd8\x64\x50\x0c\xb6\x18\x71\x91\x3e\xcf\x4c\xc6\x76\x8d\x53\xe9\x86\x97\x46\x4e\x24\xd0\x11\xe9\x1f\xaa\x6e\x00\xab\xa3\x2a\xf2\x21\x38\x06\x5b\x6c\x40\xb0\x93\x45\x4d\x63\x24\x0c\x08\x76\x72\xa3\x07\x04\x1b\xdc\xc1\xef\xcc\x64\xee\xe0\x90\xb0\xf0\x9d\x99\xcc\xec\x1a\xcc\xae\x8f\x43\x46\x94\x24\x1c\x51\x92\x0f\x2b\x37\x96\x2e\x61\xcc\x3f\xb4\xc5\x40\x6c\x0d\x05\xc7\x3e\xa9\x76\x13\x82\x4d\x75\x14\x3f\x64\xc4\xdc\x46\x58\x38\x9a\x26\x84\x36\xc3\x44\x8e\x4f\xb6\xd8\xe7\xc0\xd1\x64\x76\x4d\x66\xd7\xc7\x79\x22\x74\x12\x48\x9b\xf4\xcf\xa4\x9d\x70\xe9\xc8\x97\x7c\x3c\xaa\x89\x31\xa7\x62\xd2\x4f\x1a\x34\x31\x93\x40\x9b\xa4\x7f\x28\x06\x12\x25\xe1\x88\x92\x9c\x23\x7e\x44\x49\xc2\x54\x07\xec\x33\x3f\xa7\xfc\xf5\x79\x7b\x26\x8a\x81\xd4\x48\x98\xdb\x28\xea\x9f\x38\x08\xe1\x91\x30\x99\x48\x1f\xe7\x69\x32\x91\x26\xb8\xf8\x40\xe5\xc4\x37\x4d\xca\x0a\x9f\x0c\xb8\x99\x3d\x93\xdd\xb4\x73\xa3\xff\x30\x28\xc8\x98\x84\x23\x63\xf2\x21\x0e\x26\x80\x99\x00\xe6\x33\x25\x89\x9a\x04\x6a\x26\x7d\x71\xcc\x88\x9a\x04\x6a\x26\xfd\xe4\x48\x13\x35\x09\x13\xc0\x2c\x1c\xc1\x04\x30\x13\xc0\x9c\x1c\xe9\xc9\xa8\x9a\x98\xf3\x85\x23\x98\x98\xf3\xc9\xc6\x59\x38\x82\xc9\xc6\x99\xc0\x60\x21\xcd\x26\x30\x98\x5c\xb8\x85\x34\x23\x4e\x12\x26\x8e\x68\xdd\xe7\xf6\x3d\x4f\xa7\xa4\xcc\x65\xf6\x4d\x36\x0e\x8d\x92\xbe\x78\x6b\xa4\x4a\xc2\x04\x06\x8b\x63\x36\xdb\xb9\x7d\x83\xc1\xe2\x98\x91\x31\x09\x13\xb9\x43\x3a\x34\x4c\xf6\xc8\x64\x65\x2c\x4e\xfe\x64\x65\x4c\x61\xf3\xe5\x0c\xdc\x14\x36\x9f\xa7\x48\x14\x27\x6a\xb2\x08\x26\x8b\x60\x31\x52\xe7\xf2\x39\xac\xa7\xc5\x1e\x9d\xd6\xd3\xe4\xb1\x2c\xe8\xf8\x59\x3a\x47\x55\xe4\x24\x24\x53\x15\x09\x1f\x8b\xe0\x24\x24\x7f\x82\x4d\x1f\x8f\x65\x71\xb7\x3e\x4b\xe7\xb3\x74\x16\x20\x24\x35\x12\x8e\xd4\xc8\xc2\x61\x91\x1a\x09\x9f\x14\xc6\x93\xba\xfc\xd9\xd2\x3f\x4c\xca\xc2\x61\x7d\x98\x94\xcf\x96\xbe\xbe\xf3\xcf\xfd\xee\x9f\x10\xf7\xe2\x6e\x7d\x42\xdc\x9f\xa5\x43\x4b\x35\x7c\x96\xce\xb7\x17\xc4\xb8\x58\x97\x9f\x05\xf1\x39\x47\x7d\x92\x86\x3f\x46\xff\x47\x5d\xfd\x24\xf8\x7e\xf6\xba\x8f\x76\xc0\x65\x32\xd0\x0a\x09\x5f\x25\x63\xc1\xe1\xa1\x07\x12\xbe\xbd\xbb\x8d\x0b\x0d\xf4\xb1\xef\x3f\x45\x2e\x2e\x93\xe1\x63\xdf\x7f\x14\x87\x2f\x93\xe1\x63\x98\x93\x05\x19\x17\x87\xe7\xb3\x83\x91\xf0\x18\x17\xdf\xe6\x93\xf4\xf6\x51\xf2\x3d\x19\xba\x9f\x04\xdf\x4f\xb9\x9e\xeb\x3d\xff\xd4\xba\x3a\x11\x17\x1e\xe7\x13\x53\xfd\x06\x61\x0e\xa1\x2e\x62\x1f\xe1\x27\xf6\x81\xb2\xf9\xb8\xee\x9f\x3a\x3b\x17\x97\xe3\xe3\xba\xff\xc4\x3e\xce\xd7\x14\x53\xfd\x14\xca\xb9\x38\x10\x9f\x3d\xe4\xa3\x47\x70\x9d\x0f\x37\xbd\x11\x3d\x82\xeb\x7c\x38\x61\x94\x4f\xf5\x87\x93\x62\xfb\xa1\x14\xa9\x83\x8c\xcb\x41\x6d\x22\x21\xe1\x53\x13\xe7\xe4\xdd\xd2\x0a\x09\x1f\xd5\xf2\x70\x3e\xb1\x13\x58\x84\x40\x46\x40\xee\xd0\x03\x09\x1f\xe1\x83\x00\x43\x3e\x3c\xe3\xa7\x26\x4e\xc0\xf8\x7c\xa2\xae\x1f\x09\xde\xc0\xab\x58\x16\xc2\x72\x7e\xfa\xa4\xd8\x2e\xf9\x6d\xcb\xf9\xe9\x60\xda\x50\x15\x09\x74\x44\x46\xb8\xcf\xed\x7b\xbd\xaf\x40\x94\xc4\x66\xb5\x50\x8a\x2b\x1c\xf5\x93\xd7\x45\xcf\x0c\x9e\x69\xda\xd0\x18\x09\x8b\x1a\xc2\x49\xb1\x5d\x56\xc7\x91\x1a\x09\xf2\x08\x96\x6c\xb5\xa5\xb2\x59\x30\x6d\x96\x6c\xb5\x23\x35\x12\x00\xcb\x92\x98\xb6\x54\x6a\x08\x75\xbf\xfb\xb2\x05\x2d\x5a\xe4\x81\xaf\xb0\x18\xbc\xeb\x54\x36\x33\x97\xe8\x8f\x84\xa3\x3f\x72\x52\x6c\xe9\x8f\x84\x75\x7b\x26\xb4\xa1\x3f\x12\xd6\xa9\x42\x66\x82\x91\x1a\x09\x2b\x1f\x95\x96\x3d\x6d\x48\x8d\x84\x23\x35\x12\x00\xcb\x92\xb6\xbb\x88\x29\x04\x6e\xc1\x12\x5b\x39\xfa\x23\xc1\xfc\x24\x3c\x12\x16\x31\x85\x60\xaf\x5b\x4e\x25\x90\x21\x19\x27\xc5\x96\x1a\x49\x58\xa7\xb6\x18\x5f\x76\xc9\x6b\x23\x43\x32\x82\xf9\x49\x8d\x24\x1c\xa9\x91\x20\xe1\x6b\xd9\x8f\xd6\xe3\x76\x94\xcd\x12\x31\x59\x0f\x35\x19\x94\xcd\x12\x31\x59\x0f\x35\x19\xf3\x73\x89\x83\x2c\x70\x11\x39\x10\x8b\x15\xbc\x08\x94\x47\x94\xcd\x92\xcb\xbb\x7e\xb5\xc5\xbc\x26\xd3\x78\xfd\x6a\x8b\x9d\xdb\xbd\x3b\x60\x39\x79\xb7\x4b\x70\x64\x11\x51\x38\x29\xb6\x4b\xaa\xc8\x3a\x05\xc7\xb8\xc2\xcb\x51\x54\x7a\x27\x23\x9e\x99\xcc\x0a\x5e\xa7\xb6\x18\x57\x78\xe1\x2e\x97\x9a\x38\x27\xc5\x76\xd9\x0d\x29\xa3\x8c\xc8\xeb\x25\x90\x12\xd6\x29\x38\x96\xff\x3e\x36\xba\x24\xfa\xae\x53\x78\x8c\xcb\x41\x44\x25\x1c\x11\x95\x08\x1d\x97\x4c\x38\x5a\x2a\x23\xf2\x93\x49\xaa\x84\x05\xde\xe2\x99\xfb\x36\xd5\x23\xa2\x12\xd1\x41\xd4\x53\xc2\x3a\x15\xc3\x70\x98\x6b\x9c\xdb\xbb\x8b\xc6\x80\x3f\xbf\xe8\x3b\xc4\xb3\x20\xc0\xdb\x22\x2a\x1e\x39\x27\x4b\x7e\xdb\x9a\x86\xd0\xf6\xbb\x6c\xd4\x4b\xfd\x85\xc8\xce\x5b\xe0\x6d\x81\xb7\x48\xca\x61\x61\x26\x17\x25\x88\x93\x6a\xbb\x78\xfe\x8b\x12\x44\xe4\x27\x2f\x49\x6f\x8b\xc0\x51\x3c\x0b\x82\xdd\x7c\x24\x5c\xa2\x4d\x75\x49\x65\xa3\xe4\x32\xa4\xda\x46\x12\x2e\xf1\x48\xb8\xc4\x4d\xc4\x44\x12\x2e\xf1\x52\xf2\x2b\x6d\xe1\xbd\x78\xed\x0d\x3e\x5e\x7b\x67\x1f\x69\x1f\x95\x8f\x74\x5d\xe2\xd1\x75\x49\x1b\x32\x23\x5d\x97\x78\x74\x5d\x52\xd0\xd0\xf6\xe7\x23\x25\x97\x91\x82\x86\xf6\x06\x1f\x2f\xa5\x16\xd2\xf6\x19\xe2\xb5\x99\xc9\x78\x1d\xd1\xa4\x9d\x23\x1b\xaf\xcd\x4c\x6e\x29\xcf\x7d\x31\xbb\xa8\xf3\x3f\x25\x25\x0d\x6d\xd7\x3d\x5e\xaa\x2a\xa4\x5b\x97\x92\xd6\x13\xd5\xa3\x5b\xeb\xc9\x6b\x26\xaa\x47\xdb\xfb\x8d\xd7\xc6\xb5\x78\xa9\xbc\x98\xb2\x86\x92\x2e\x41\xb2\x94\xdd\x7e\x6b\xfd\xf6\x46\x45\x3f\x6f\x6f\x74\xd3\x71\x2a\xe7\x9f\x73\x5f\x64\x7a\xa4\xc7\x78\x66\xb7\xab\xee\x95\x36\x65\x13\xaf\xac\x75\x65\x65\x52\xd5\xf9\xec\x99\xe0\x2d\x55\xaf\x99\xbd\x26\x78\x4b\x55\x43\x1b\xd7\xe2\x05\xc9\xd2\x6b\x3c\x0b\x15\x54\x65\x65\xd2\xab\xa1\x1d\x2a\x89\x74\x64\x86\x64\xdc\x48\x4e\x26\x5e\xc5\x27\x6e\xde\xbd\xe8\x3c\x55\x99\xd4\xb4\xfe\x18\x3a\x1a\x31\xa9\xeb\xe7\xe3\x76\x1a\x31\x92\x71\x23\x8d\x98\x78\xd5\x23\x2d\x65\x90\xab\xd6\xe1\x53\x9a\x5a\x7f\x4d\x1b\xa5\x16\xd2\xf4\x46\xaf\x51\x22\xf2\x92\x3e\x43\xf7\x1a\x10\xf8\x94\x3e\x0d\xbd\x1a\x7a\x3d\x73\x9d\x67\xfa\x70\x2a\xc8\xc8\xd0\x8d\x57\x33\x97\x9a\xa1\x5b\xde\xa8\x69\x48\x55\x85\x74\x16\x42\x33\xc8\x0a\x28\x10\x9b\x8c\x64\x64\xe2\xc5\x16\xbb\x83\x86\xba\x09\xc6\x16\xbb\x83\xa1\xeb\x3e\x87\x62\x31\xf7\x59\x08\xdd\x92\x19\xe4\xaa\xa2\x7f\x0e\xe3\x09\x97\x24\xe3\xc6\x6b\xf8\x70\xc4\x9d\xee\x64\xe8\x86\xa1\x1b\xba\x74\x16\xc2\xf4\x46\x2c\xac\xfb\xd6\xa5\xe9\x76\x16\x96\x64\xdc\x78\x4d\xb7\x03\xab\xfb\x2c\x84\xe9\xc3\x29\x01\x73\x9f\x85\xf0\xe9\x3c\xb4\xb9\xb3\x2e\x7d\x46\x5e\x09\x18\xc9\xb8\x91\x0a\x4d\xbc\x94\x80\xb9\x8b\xd7\xfc\xbc\xa6\x52\x5a\xf7\x59\x08\x4b\x97\x28\xd4\xdc\x8f\x2e\x2d\xb7\xc3\x25\xc9\xb8\xf1\x5a\xe7\x76\xaf\xb9\xdd\xec\x18\xb6\x53\x12\x8f\x42\xcd\x6d\x21\x84\xed\xba\xc7\x70\x4a\x11\xee\xc3\x41\x31\xc0\xa5\x00\x97\xe4\xdd\x46\xb2\x35\xf1\xc8\xd6\xdc\x9b\x30\x8a\x01\x2e\x05\xb8\x74\x9b\xf3\xb4\x6c\x62\x50\x3b\xf6\xde\x2e\x51\x0c\xd1\xed\x4a\xc0\xc8\xbb\x8d\x21\xba\x5d\x29\xad\x7b\xfb\x49\x31\x6c\x7b\x2b\x12\xb8\x19\xb7\x39\x1f\xb6\x85\x15\x03\x5c\xba\x87\x2e\xc1\x25\xaa\x37\x43\xde\x6d\x0c\xc9\xed\xcc\xae\x7b\x7a\xcd\x6d\x76\xc5\x40\xc3\xea\xb6\x3a\x02\x5c\xa2\x88\x33\xee\x4f\x97\x76\x50\x25\x86\xdb\x28\x59\x08\x61\x13\x8c\x31\x00\xab\x7b\x79\x4d\x60\x15\x54\x7b\xb9\xb7\xde\x54\x0c\xd9\x6b\x2a\xec\x92\x2f\x5d\xca\x5a\xdf\xc4\xc1\x90\x77\x1b\x03\xb0\x22\x9a\x33\x72\xf0\x9a\x1b\xa5\x62\xd8\x34\xc0\xc8\x16\x42\x80\x4b\xf4\x71\x46\x8e\xba\x54\xce\x3f\x09\xaf\x45\x6f\x04\x6d\x28\xe2\x8c\x0c\xfc\x03\xb4\x09\x2c\xac\x7c\x6b\xe8\xf1\x46\x2c\xac\x9d\x8c\xfb\xbf\x0d\x8a\x18\xb6\xf9\x15\xc3\xa9\x53\xb8\x03\xad\x31\x00\xad\x00\xb4\x24\xe5\xc6\xf0\x9c\x5e\x7c\x2e\x7a\x89\xc7\x60\x33\xd4\xb2\x69\x1e\xaa\x5e\x54\x6f\xf6\x18\xad\x6d\x8c\xc5\x50\x09\xc5\x55\xfd\xad\xa6\x24\x61\xab\x7c\x66\x34\xcc\x0b\x6c\xb2\xbc\x65\x49\x63\x78\x3d\x53\x25\x19\xf9\xb7\x31\xbc\x3a\x4f\xd8\x2a\xbf\x46\xeb\xd5\xf9\x66\xb0\xcf\x8c\x86\x64\x81\x22\x5d\x6e\xbe\x55\xf3\xa9\x95\x24\xcc\xc3\xbb\x43\x32\x1a\x41\x43\x02\x6d\xa4\x11\x14\x69\x04\x8d\x3c\xf5\x13\x92\x11\x00\x1a\xf9\x4c\xc9\xee\x35\x89\x65\xe5\xcf\xbb\x0f\xad\xab\x29\x28\xf3\x35\x86\x61\xfa\x70\x20\xcb\xa5\xa1\x61\xfa\x9c\x42\x83\x97\xd7\x1c\xfa\xc9\xec\x2a\x97\xd7\x1c\x1a\x3a\x85\x06\xcf\x44\x9b\xba\x44\x56\xab\x04\xaf\x39\x35\x04\xf3\x4a\xf4\xcf\xcf\x6b\x82\x37\xf9\xac\x31\x7c\x5e\xf3\xd4\x14\xbc\xbd\x26\xcc\x0b\x1c\xc8\x72\xeb\xfc\x67\x90\x69\x6d\x95\xec\x35\x3f\x33\x84\xd8\x64\xc9\x3a\xff\x99\x21\x6c\xb1\x02\x32\xc3\x66\x60\x62\x58\x3a\x5f\x74\x69\x19\x25\xae\x66\x39\x13\x6c\x69\x08\xe6\x95\x1d\x8a\x8f\x04\x8e\x22\x81\xa3\x21\xc9\x35\x46\x56\x5b\x64\xb5\x95\x9d\x11\x15\xc9\x1d\x45\x92\x46\xa3\xec\xa3\x93\x31\x6e\x73\x2d\x46\x40\x58\x76\x28\x3e\xc6\xe0\x99\x04\x2c\x0b\xc8\x8c\xc1\x33\xf9\x9f\x65\xfb\x75\x91\xea\x51\x8c\x4a\xba\x4a\x9c\x8d\x54\x8f\x22\xd5\xa3\x51\x9a\x2e\xb1\xda\xa8\x1e\x8d\xd2\x74\x09\x3a\x12\x3f\x1a\x12\x67\x23\x0d\xa4\x18\x55\xcd\x2a\x9b\xd8\x8c\x71\x87\x9c\x63\x64\xca\xc9\x91\x8d\x84\x91\x62\xdc\xc8\x39\xca\xd0\xd0\x8e\xc2\x44\xfa\x48\xa3\xc0\x51\xfa\x48\x91\x22\xd2\x90\x23\x1b\x09\x23\xc5\xa8\xd0\xa0\x1c\xd9\x18\xd9\x77\xf4\x91\x46\xf9\x74\x69\x87\x66\x22\x99\xa4\x21\x47\x36\xc6\xa4\x75\x42\x9b\x72\x64\x63\x4c\x5a\xe7\xe8\x96\x4f\x3f\xb7\xa3\x1b\x89\x26\x0d\x89\xb3\x31\xde\x1a\xa2\x1a\x58\x96\x7e\x6e\xbb\x30\x46\xaa\x81\x8f\x85\x40\x57\x29\x12\x54\x1a\x12\x67\x63\xbc\x8d\x27\x97\xf8\xb9\x74\x3e\x1b\x4f\xd8\x4c\xae\x2a\x52\x60\x8a\x51\xb9\xed\x27\xe8\xe7\xb6\x20\x23\x3d\xa6\xf1\x58\x1d\x11\x36\x47\xa2\x83\xb2\x69\x63\xcc\x5a\x57\x9e\xeb\x61\x8f\xc4\xac\x75\x3a\x9d\x4f\xd4\x7a\xf1\x46\x50\x9c\x2e\x56\x8c\x50\x9c\x48\xd3\x78\x60\x73\x84\xe2\x24\x9b\xc6\xb3\x95\xe8\x22\xc9\xa6\x48\xb2\x69\x48\x87\x8d\x24\x9b\x22\xc9\xa6\xf1\xb0\xac\x49\x36\xc5\xa8\x5a\xf7\x63\xc9\x50\x67\x8a\x51\xed\xd8\xa7\x78\xa3\x6a\x40\x10\x70\xd2\x61\x23\xad\xa6\x18\x01\xf5\xf3\xe8\x7c\xf5\x89\x99\x9c\x8a\x1c\xc4\xf8\xea\x92\xfa\x84\x52\x57\x23\x75\xa6\x18\x21\xed\x73\xe6\xe7\xab\x75\x86\xe4\x33\x2c\x2e\x86\x64\x64\x48\x3e\x67\x7e\x36\xb7\xab\x08\x2b\x4b\x35\x12\x5b\x8a\xb1\xfb\xe7\xd4\x50\xf7\xee\x1c\xdc\xe7\xd3\x50\xb7\x8a\x39\xb8\x0f\x2f\x8d\xd8\x52\xa4\xa0\x34\x9e\x33\xeb\x86\xd6\x8f\x20\xe8\xd2\x3a\xf3\x30\xd2\x2a\xac\x2c\xd6\x38\x4c\x5a\x36\x63\xdd\xa2\xad\x31\xb2\x19\x23\x50\xad\x67\x86\x4c\x5d\xc2\xdf\x51\xd9\x8e\x71\xfa\x1c\xca\x57\xd7\x33\x43\xa6\x37\x42\xd5\xd5\x64\x40\xd4\x6b\xa0\x99\x34\xea\x99\x21\xea\x35\x44\xb2\xbe\x35\xe9\xbc\x7a\x0d\x34\x93\x46\xdd\x8a\x9e\x91\x58\x52\x8c\x64\x7d\xeb\x6d\x7a\x9f\x7a\x0d\xac\x4b\x09\xa9\x31\xb2\x2e\x23\xa4\xad\xd9\x28\x41\x5a\x42\x4a\xa3\x9e\xb9\xb4\x7c\x77\xa0\x5a\x37\x2f\x16\x89\x25\x45\x62\x49\x43\xee\x69\x4c\x1b\x62\x23\xcd\xa4\x51\x9f\x3f\x4f\x79\xc4\xc4\x4f\x26\xa8\x34\xea\xce\x88\x8a\x24\x94\x22\xed\xa4\x41\x69\x3c\xa6\x8d\xbf\x31\x61\xfc\x24\xa6\x46\xba\x4a\x31\x91\x3a\xad\x60\x98\xae\x52\xa4\x9d\x34\x2a\xc7\x8c\x84\x52\xa4\x9d\x34\x2a\xc4\x4d\xec\x51\x4a\x4a\xa3\x42\x5c\x4a\x4a\x31\xed\xf8\xd2\xa8\x9b\x5e\x8b\x29\x7a\x26\x7b\x54\x62\x6a\x4c\x9b\xff\x8b\xb4\x93\x46\xe5\xad\x91\x50\x8a\x09\x0d\x28\x5b\x35\xa6\x8d\xaa\x31\x71\x9e\xeb\x70\x3b\xe7\x39\x81\xcc\x3a\xb4\xbe\xb1\x32\x92\x49\x1a\x75\xea\x27\x3f\x39\x31\x52\x25\xa4\xc6\xc4\x48\x4d\x20\xb3\x9a\xfb\x74\x95\x62\x3a\x85\x5a\xcd\xfd\xc4\x1e\xa5\x8f\x34\x2a\x17\x2e\x65\xb7\x73\x9e\xe5\x9e\xc6\x04\x08\x13\x20\x7c\x2f\xef\xce\x79\x4e\x30\x4f\xee\x69\x4c\xe0\x8d\x3e\xd2\x78\xb9\x70\xf4\x91\x22\x7d\xa4\x21\xf7\x34\xa6\xed\x4a\xc7\x44\x7d\xf5\x45\x5b\x10\x4d\x8a\x14\x91\xc6\x6b\x95\x90\x42\x8a\x89\xd0\xea\xcb\x85\x4b\x8f\xdb\x9f\xa3\x66\xab\xf3\x8f\xdb\xc1\xdb\x8b\xb6\x20\x9a\x14\xc9\x24\x8d\xd7\x2a\xa1\x96\x14\x13\xe7\xf9\xe5\xc2\xa5\xea\x76\x26\xa7\xdc\xd3\x98\xea\xb9\xbd\xbb\x68\x3c\xd9\xa1\xe9\x94\x5f\xb5\x4a\xd2\x6b\xe8\xc0\xdb\xcb\x85\x23\xaf\x14\x13\x8f\x5a\xee\x69\x4c\x3c\xea\xa4\x4e\xe1\xfb\x78\xcd\xe6\x35\x4f\xf9\xd5\x47\x43\xcd\x04\x43\xee\xbd\x5c\x38\x62\x4b\x31\x9d\xf2\xab\x55\xe7\xbb\x09\x06\x08\x5f\xb4\x05\xcd\xa5\x98\x4e\xf9\xd5\xd7\x33\xbb\x67\x9e\x4a\xab\xef\x72\xd1\x42\x38\x95\x56\x9b\xce\x0f\x5d\x12\xb3\x78\x31\x14\x89\x1d\x9a\x58\x97\xef\x59\x1d\x0c\xc9\xb4\xa1\x6f\xbc\x5c\xb8\x34\x0d\x32\x2d\x72\xb9\xa7\x31\xb1\x2e\x13\xeb\xf2\x1d\xba\xc4\xa3\x26\xbd\x34\xde\x61\xbd\x4f\x5d\x02\x84\xef\x99\xc9\x4c\xce\x04\x08\xdf\x33\x93\x59\x97\x09\xe6\xbd\x3b\x3d\x2a\xa6\xcf\xd7\xe4\x66\xbf\x50\x9c\x3a\x53\xa4\xce\x34\x5e\x64\x04\x75\xa6\x98\x18\x92\xed\x4c\xef\xe5\x99\x0c\xc9\xc6\x31\x4b\x30\x8f\x3a\xd3\x90\xba\x1a\x09\x31\x45\x42\x4c\x43\x96\x6a\x24\xc4\x14\x6f\x86\x64\xdb\xba\xcc\x91\x10\x53\x24\xbd\x34\x1a\x56\xee\xde\x66\x65\xbc\x09\xc1\x36\xd3\xfb\x86\x75\xd4\x99\x46\xc3\x50\x50\x67\x8a\x44\x93\x46\xc3\x50\x10\x4d\x8a\xb7\x8a\xff\xed\x76\xfb\x46\xa9\x78\x33\xfa\x1a\xde\xe1\x8e\x1a\x12\x9e\x68\xf9\xdc\xae\x21\x96\xa0\xcc\xd7\x78\x47\x0d\x31\xfa\x1a\xd7\xed\x66\xf4\xd1\x5c\x1a\x0d\xde\xd3\x5c\x8a\x34\x97\x46\x43\x46\xd0\x5c\x8a\xe4\x95\x46\x33\xbd\x6f\xa6\xdc\x0d\xc1\x1a\x56\xee\x86\x60\x34\x97\x46\x33\xbd\x69\x2e\x45\x9a\x4b\xa3\xa1\xea\x68\x2e\x45\x9a\x4b\xa3\x61\x28\x68\x2e\x45\x9a\x4b\xa3\x99\xf3\x34\x97\x22\xcd\xa5\xd1\x38\x79\x34\x97\x22\xcd\xa5\xd1\x80\x3f\xcd\xa5\x48\x65\x69\x28\xdb\x10\x6f\xf4\xdf\x7d\xa4\xa2\xcd\xf9\xbb\xe8\x12\x52\xaf\x61\xe5\xe8\x2a\x45\x9a\x49\xa3\x21\x23\xee\x62\xe8\x90\x7a\x6d\xd7\x66\x8c\x14\x94\xe2\xcd\xa3\x56\xf5\x21\xde\x9c\xe6\x9b\xd3\x2c\x1d\x36\x12\x59\x8a\xd4\x95\x46\x43\x46\xdc\x9c\xe6\x9b\x2d\x26\x47\x36\xde\x55\x97\xc4\x2c\x1a\xaa\x8e\x82\x52\xbc\xc5\x2c\x1a\x48\xbf\xeb\xb9\xdd\xe7\xe0\x38\xde\x55\x3f\xd5\x8a\x6e\x16\xc2\x8d\xfe\xa3\x99\x34\x3a\x48\x27\x9d\x14\x69\x26\x0d\x99\xaf\x91\x74\x52\xa4\x99\x34\x3a\x32\xe2\x6e\xba\xa4\x54\x6a\x0f\xe7\xf6\xbd\x3a\x28\x28\x8d\xbe\xd5\x1a\x22\x05\xa5\x48\x41\x69\xf4\x33\xe7\x19\x68\xb7\x58\x6a\x3f\xd3\xbb\xeb\x27\x52\xaf\x73\x31\x6f\x5e\x2f\x09\xa4\xd1\xef\xf9\xa7\x41\x41\x18\x29\xde\x6a\x9e\xf6\x2d\x3f\x1d\xef\x69\x4a\x82\xa2\xce\xab\xbc\x39\xba\xa4\x90\x86\x5c\xd9\x78\x4f\x33\x7a\x73\x7c\xa3\x63\x28\x08\x23\xc5\x9b\xd2\x74\x3f\x73\x9f\xf7\x4b\xf5\x68\x74\x5e\x25\xd5\xa3\x48\xf5\x68\xf4\x33\xcd\xbf\x73\xbb\xd1\x42\x5b\xdc\xa0\xe8\x06\x45\xfd\x4c\x73\x50\x74\x83\xa2\xce\x9c\xb9\x41\xd1\x0d\x8a\x24\xd0\xc6\x7b\x9d\xdb\xbd\x26\xda\x82\x92\x52\xa4\xa4\x34\xba\x69\x4e\x49\x29\xe6\x53\x09\x7a\x6b\x13\xc7\x0c\x9f\xe8\x23\x8d\xce\xab\xa4\x8f\x14\xe9\x23\x0d\x59\xb5\x91\x3e\x52\xcc\x18\xbf\xce\xab\xcc\xcc\x2e\xfa\x48\xa3\x5b\x10\x84\x91\x62\x16\x74\xe8\xbc\x4a\x1a\x48\x31\x0b\x3a\x74\xec\x1c\x29\xa4\x48\x0a\x69\x74\x5e\x25\x29\xa4\x98\x81\x56\xb7\x20\x32\x4f\x95\xce\xd1\xe8\xbb\x2a\x6e\xcc\x8c\xa9\xcc\x98\xea\xd8\xb9\xcc\x98\x22\x85\x34\x3a\x76\x2e\xc3\xa7\x0c\x9f\xba\x05\x41\x0a\x29\xd2\x39\x1a\xe3\x32\x20\x1b\x83\x62\x3e\xf5\x9d\x6d\x02\x99\xff\x99\x4f\x7d\x67\xa4\x49\xc6\xf8\xe5\x53\xca\xd9\x82\x20\x85\x14\xf3\x29\xe5\xbc\x05\x61\x23\x29\xa4\x98\x31\x7e\xc3\x26\x40\x0a\x29\x66\xbe\xe2\xc0\xce\xe5\xe2\x1b\x61\xfc\xc6\x2e\x5d\x11\xa9\x25\x45\x32\x49\x63\x88\xc2\x64\xf8\x94\x85\x27\x06\x7a\x25\x0b\x4f\x90\x49\x1a\x03\x23\x9d\x19\x53\x59\x0a\xc6\xd8\x4a\x10\x31\xf3\x15\x33\x5f\x51\xe2\x6c\x24\x9a\x14\xe9\x23\x0d\x89\xb3\x91\x14\x52\xcc\xa0\x68\x70\x0b\x33\x28\xca\x68\xb5\x81\x34\xc9\x68\x35\x42\x45\x63\xbc\x9e\x29\x6a\x40\xa8\x68\x0c\xd8\x9c\x01\x4c\x06\x30\x03\x01\x97\x01\x0c\xf5\xa2\x31\xcc\xe4\x8c\x6b\xcb\xaa\x3f\x8c\x5d\x2b\x21\xd2\x32\x8a\xb4\x8c\x86\xc4\xd9\x48\xcb\x28\xd2\x32\x1a\x83\x61\x4e\xcb\x28\x66\x1e\xe0\x38\x93\x96\x35\x94\x59\x43\x83\xe9\x91\x59\x43\x04\x8e\xc6\xc0\xdf\x11\x38\x8a\x04\x8e\xc6\x40\x85\x10\x38\x8a\x59\x28\x61\x9c\x49\x8b\x6b\xcb\xdc\xc2\x81\xf5\xc8\xd0\x86\xc0\xd1\x90\x0e\x1b\x09\x1c\x45\x92\x46\x63\x20\x38\x28\x1b\xc5\xcc\x2d\x1c\x67\xd2\xb2\x86\xa8\x17\x8d\x89\xe0\x20\x62\x14\xa9\x17\x0d\xb5\x7b\x22\x11\xa3\x98\x41\xd0\xc4\xf4\xd1\x32\x8a\x64\x8b\xc6\x3c\x93\x96\x5f\x97\x97\xdb\x79\xaa\x79\xb9\x9d\xb3\x27\x71\x36\xe6\xe5\x76\x10\x34\xd1\x16\x19\x04\x91\x2d\x1a\xb2\x69\x23\x85\xa2\x58\x54\x7b\x99\x3c\xd5\xb2\x2d\x9e\x58\xd8\x38\x12\x67\x63\x61\xe3\x14\xd9\x16\x13\x51\x48\x70\x28\x92\x08\x1a\x34\x89\x23\xa5\xa0\x48\x22\x68\x48\x9c\x8d\x05\x5c\x10\x0c\x1a\x13\x97\x41\x30\x28\x16\x70\x31\xcb\xb9\x7d\x23\x18\x6d\xa0\x31\x39\xa5\xb4\x81\x62\x01\x17\x12\x67\x23\xa5\xa0\x58\xc0\xc5\x34\x93\x0b\xb8\x28\xe0\x62\x22\x9d\x0b\xb8\xa0\x1b\x34\x26\xbf\xb3\x30\x52\x0a\x23\x45\xd9\xa3\x58\x18\x29\x05\x5d\x35\xd1\x7f\x84\x86\x62\x11\xb8\x9c\xe6\x3c\x69\xa1\x58\xc4\x28\x27\x67\xb4\x70\xb3\x0a\x23\x45\x8a\x6d\x2c\x8c\x94\xa2\x04\x8c\x14\xdb\x48\x68\x28\x16\xc8\x30\xcd\x79\x9a\x42\xb1\xc8\xc3\x9a\xfc\x4e\xf2\x41\xb1\x9c\x72\xf0\x30\x99\x8a\x50\x2c\x8f\x91\x47\xaf\x14\xd4\x52\x39\xe5\xe0\xcd\x79\x82\x41\xb1\x20\xf1\x27\xbf\x93\x7c\x50\x2c\xdc\x2c\xd9\xb4\xb1\x54\xb7\x2b\x59\x31\xd1\x2b\xa5\x1a\x79\x6e\xd6\x34\xe7\xc9\x07\x45\x12\x41\x63\xf2\x3b\xcb\xf6\xaf\x62\x39\xe5\xe0\xf1\x77\x04\x83\x62\x91\xc6\xf5\x31\x52\x0a\x66\xbf\x9c\x72\xf0\xe6\x7c\xe1\x51\x91\x08\x1a\x1f\xbf\x93\x52\x50\x24\x11\x34\x3e\x54\x5d\x69\x3e\xf1\xa9\xfc\x1e\xff\x66\x28\x0a\x28\x2a\xa7\x2c\x7c\x3c\xcf\xf6\x12\xbc\xb5\xef\x2c\x08\x8e\x59\x39\x15\xe0\x79\xaa\x04\x87\x22\xa5\xa1\x21\x29\x37\x12\x1c\x8a\xa5\x7b\xe6\x59\x25\x62\x01\x85\x0f\xf6\x9d\x55\x22\xaa\x49\x38\x68\x7c\x3c\x55\xc2\x41\xb1\x60\xa8\x3e\x34\x60\x19\xe6\xbe\x64\xb2\x0f\x75\x53\x86\x6f\xc5\x31\xfb\x76\x15\x9d\x48\x5b\x28\x12\x15\x1a\x1f\x68\xa7\x2d\x14\x89\x0a\x8d\x0f\xe3\x47\x5b\x28\x16\x3e\xd8\x77\x56\x09\x28\x2a\xbf\x12\x1b\x5a\x87\x3a\xe5\x94\xd8\xb0\x09\x50\x13\x8a\xd4\x84\xc6\xc7\x29\xa5\x26\x14\xa9\x09\x8d\xef\xac\x12\x86\x4f\x81\x4f\x1f\xa7\xb4\x08\x75\x16\x29\x18\x1f\x6a\x91\xe0\x50\x24\x31\x34\x3e\xec\x0c\x89\xa1\x48\x4d\x68\x48\xf4\x8d\xd4\x84\xe2\x83\xf6\x97\xe8\x1b\x1f\x7c\x13\x51\xa1\xa1\x8a\x67\x7c\x58\x43\x0f\x6f\x8d\x32\x72\x7c\x78\x6b\x94\x86\xc6\x37\xce\xed\x7b\x90\x09\x00\x8d\x0f\x65\xf3\x60\xe3\x1f\xde\xda\x67\x13\x78\x78\x6b\x0f\x6f\xed\xe3\xbe\x3e\xbc\xb5\x27\xfa\x46\x56\x09\x71\xa0\x48\x15\x68\xc8\xe5\x8d\xc4\x81\x22\x55\xa0\xb1\x2e\x5d\x4a\xfa\x89\x4e\x5f\x16\xc4\x23\x80\x49\x23\x68\x2c\x9e\x2a\x71\xa0\x48\x15\x68\x2c\x78\x4f\x1c\x28\x52\x05\x1a\x0b\xe7\xf2\x30\x7c\x1e\x74\xba\x04\xdf\x48\x23\x28\xd2\x08\x1a\x8b\x91\x42\x23\x28\xd2\x08\x1a\xb2\x7e\x23\x8d\xa0\x48\x15\x68\x2c\x9c\xcb\xc3\xc6\x79\x36\x45\x34\x96\xe9\xfd\x6c\xe3\x26\x92\x03\x1a\x8b\xfb\xfa\xb0\x5c\xa8\x02\x0d\x59\xbf\xf1\x91\x58\xf1\xf0\xc1\x16\x4f\xf5\x41\x92\x3f\xcc\x19\xa9\xc0\xf1\x79\x74\x49\x54\x53\xfd\xd4\x48\x23\x28\x3e\xb8\xa1\x65\x13\x78\x70\x43\x84\x83\xc6\xc2\xb9\x10\x0e\x8a\x0f\x1b\x47\x7e\x70\x7c\xaa\x37\x42\x03\x2d\x4e\xe9\x03\xb4\x08\x07\x8d\x65\x13\x20\x1c\x14\x1f\xe1\xc8\xf5\x7a\x4d\xe1\x48\xc2\x41\x43\x26\x71\x7c\x98\x48\x0f\x13\x69\x71\x4a\x1f\x26\xd2\xc3\x44\x5a\x36\x01\xda\x42\xf1\x91\x22\x26\xbd\x38\x3e\xf8\xf0\x07\x1f\xbe\xcc\x79\x32\x42\xf1\x41\x03\x2d\xe4\x23\xc5\xa0\xf8\x74\x73\xc9\x26\x40\x38\x28\x3e\xac\xa1\x75\x66\x32\x3e\x9c\x2a\xd0\x58\x67\x26\xe3\xc3\xa9\x02\x8d\xc5\x53\x7d\xe4\x50\x3c\x0c\x1f\x99\xc4\xf1\xe1\x66\x3d\x70\x69\xa1\x6c\xc8\x08\xc5\x87\xe1\xb3\xce\x9c\x47\x03\xd1\x08\x1a\x8b\xa7\x4a\x23\x28\x3e\x68\xa0\x65\x13\x78\xe6\xb9\x7d\xec\xfa\x35\xd8\x99\x07\x49\xfe\x6c\x6b\x68\x5e\x67\x21\x80\xa0\x67\x5b\x43\x93\x08\x72\x7c\x58\x43\xcf\x46\x9b\xa9\xe0\x71\x7c\xa0\x0d\x15\xa1\x79\xd9\x19\xa8\x08\x45\x2a\x42\xf3\xc2\xe3\x50\x11\x8a\x8f\xda\x28\xd7\x59\x1d\xd0\xe6\xd9\x8e\xd5\x54\x6e\x39\x56\xf1\xc4\xaa\x60\xca\x85\x7c\xac\xac\xa1\xaa\x36\x8a\x8c\xe7\x58\x19\x3e\x75\x3b\x4f\xf3\x42\x3e\x56\xce\x53\x0d\xde\x08\xa4\xd7\x1d\x33\x8c\x54\x84\xe6\xc5\x1a\xa2\x22\x14\xeb\x29\xfd\x63\x21\xd0\x06\x8a\x55\xf1\xf4\x8b\xdb\x5a\x71\xd6\x75\x23\xd1\xa4\x73\x1c\x2b\x13\x89\x8a\xd0\x94\x06\x1d\x2b\x6e\x88\x8a\xd0\xbc\xf6\x31\x8d\x48\x30\x28\x12\x0c\x9a\x17\xb7\x95\x60\x50\xac\xc9\x20\x73\x5b\x2b\x1a\xa8\x26\xa3\x04\xfc\x2b\xbb\xa9\xaa\x31\x74\x61\x67\x48\x0b\x45\x62\x42\xf3\xb2\x3a\x2a\x08\xaa\xb7\x51\xe2\xcb\x56\x1e\x55\x55\x27\x5d\x21\xc4\x58\x6f\x43\x77\x7b\x77\xec\x4c\x85\x4b\x55\x9d\xf4\xcb\xea\xa8\x20\xa8\xaa\x93\xae\x3a\x62\x24\x57\x14\xc9\x15\x4d\xd5\x11\x23\xb9\xa2\x48\xae\x68\x5e\x70\xbe\x22\xb2\xc9\x15\xcd\x8b\x5b\x50\x11\xd9\xe4\x8a\xe6\xc5\x6d\xa5\x53\x14\x09\x14\x4d\x99\xd9\x91\x4e\x51\xac\xaa\x11\xed\xcc\xec\x3f\x0c\x8a\xca\x07\xab\x8f\xcf\xc2\x7d\xad\x40\x8b\x96\xd1\xbc\x70\x98\xb4\x8c\x62\x7d\xbc\x04\xea\xa6\x02\x2d\x5a\x46\x33\x58\x25\x64\x8b\x62\xdd\xa0\x35\x83\x05\x41\xc4\x28\x92\x2d\x9a\x81\xa7\x5a\xe1\x53\xdd\x90\x32\x43\xf0\xba\xf8\x9c\xba\x2d\xa6\x19\xe0\x3d\x15\xa2\x48\x7e\x68\x06\x2c\x4d\x45\x53\xd7\x6d\xff\x4c\x45\x9f\x23\x31\xa2\x58\xd5\x44\x0a\x3c\x55\xd2\x44\x91\x26\xd1\x0c\xf0\xbe\x62\x7e\xaa\x9a\x48\x01\x5d\x49\xaf\x28\x52\x28\x9a\xe1\xcc\x7d\x3e\x58\x1d\x9e\xc9\x53\xad\xac\x21\x62\x44\x53\x86\x76\xac\xf0\xa9\x0e\xfd\xc4\xce\x50\x28\x8a\xe4\x87\x66\xc0\x4c\x52\x21\x8a\x75\xba\x1d\x33\x59\x31\xd2\xc4\x88\xa6\xb4\xed\x48\x8c\x28\x12\x23\x9a\x01\x3b\x43\x8c\x28\x92\x1f\x9a\xe1\x4c\x73\xa1\x39\xf2\x43\x33\xc0\x7b\xba\x43\xb1\x82\xa2\xc0\xfb\xa5\x42\x14\x2b\x28\x0a\x36\x81\x0a\x8a\x68\x12\xcd\x80\xb2\xa9\xcb\xbb\x2f\xfd\x3c\x73\x5f\x6a\x43\x5d\x46\x1e\xde\x13\x1c\x8a\x75\xb9\x1d\x11\xf3\x32\x7c\x5e\xb5\x9b\x08\x2b\x47\x82\x43\x91\xa8\xd0\x0c\x1c\x5d\xda\x42\x91\x2a\xd0\x0c\x7c\xda\x17\x96\xbc\xd1\x37\xe2\xbe\xbe\x2c\x97\x77\xf3\xcc\x53\xda\x76\x7c\x61\xc9\x1b\xbd\xe6\x3a\xb7\xef\xd7\xa4\x1f\x34\x83\x49\xfb\xa2\x94\xa9\x09\xcd\xc8\x7d\xa5\x26\x14\xa9\x09\x4d\x69\xdb\xf1\x4d\xe7\xf6\xcf\x45\x9d\x67\xe3\xbc\xea\x95\x45\x7c\x23\x35\xa1\xf8\x42\x88\xc8\x7d\x7d\x21\xc4\xbb\x89\xe2\x19\x01\x36\x6d\xa1\xf8\x6e\x1f\x6c\x46\x1c\xfb\x8b\xb2\xa1\x1f\x34\xe3\xae\x21\x1a\x5f\x3e\xd8\x9b\xdd\x8e\x84\xa4\x11\x14\x69\x04\x4d\x69\xdb\xf1\x2d\x46\x69\x93\x34\x33\xe2\x5c\x08\x07\xc5\xf7\x54\x36\x33\xbd\x29\x06\xc5\xf7\x57\xd9\xcc\x1b\x31\x67\xde\xed\x83\xcd\xc8\xd1\x25\x1c\x14\xdf\x1d\xde\x9f\xd2\xb5\xe3\x0b\x2e\xde\x6d\xea\xcc\x08\xda\x5f\xe1\x7d\x52\x41\x33\x9a\xf3\x14\x83\x22\x55\xa0\x19\x39\xba\xc4\x81\xe2\x5b\xdd\x0e\xda\x69\x04\x45\x1a\x41\x33\x82\x76\x1a\x41\xf1\xad\xc6\xd3\x9c\x27\x0e\x14\xdf\xd7\xc8\x73\x74\xdf\x6d\xdc\x44\x1a\x41\x53\xba\x76\xa4\x11\x14\x69\x04\xcd\x88\xc7\xa1\x11\x14\x5f\xc5\xd6\xa2\xe9\xfd\x32\x67\xde\x66\x40\x38\xba\x6f\x3b\xff\x1c\x2e\x7a\x23\xc0\xf2\x76\xa3\x74\x66\x32\x1b\xe7\x05\x2c\x91\x4f\xfb\x02\x16\xc2\x41\x33\x9e\xe9\x0d\x58\xe8\x07\x4d\x39\xdc\xf1\xed\x3e\x71\xd7\xd0\x99\xf3\xdd\xd0\x75\xdf\x1d\xf9\x48\x5b\x28\x12\x0c\x9a\x11\x1b\xff\x82\xa0\x77\x78\x4d\xde\xef\xcb\xf0\xa1\x1b\x34\x23\x48\x7f\x39\x64\xef\x30\x93\x91\x3b\x2f\x87\x8c\x60\xd0\x8c\x67\xc9\x70\xc8\xde\x0d\x3a\x33\xf1\x7e\x89\x02\x45\x32\x40\x33\xc9\x38\x78\x3f\xdf\x68\x7b\x5b\xf3\x64\x7b\xbf\x62\xfe\xef\xf6\xb6\x66\xe2\x8c\xbe\x52\xae\xde\x6d\xd5\xcc\x74\xe6\xbc\x9c\x29\x32\x40\x33\x71\x46\xc9\x00\xc5\x97\xe1\x93\xce\x9c\x47\x03\x51\x03\x9a\x27\x05\xfc\x45\x03\xbd\x20\x28\x21\x1f\x5f\x10\x44\x30\x68\x9e\xbc\xf0\x06\x82\xda\xa5\xf3\xf2\x04\xc9\x07\x45\x82\x41\x33\x71\x5b\x09\x06\x45\x82\x41\x33\x59\x08\x04\x83\x62\x8b\xfa\x89\xf1\x21\xee\x13\x1b\x5c\x3a\xd9\xde\x0d\x2e\x35\xb8\x94\xea\xf9\xe7\xee\x27\x39\x9f\x99\x4c\x6f\xaa\x3e\xb1\xa9\x8e\x98\x78\xa8\x8d\x9b\xd5\xb6\x55\x33\x4f\xb6\x77\xe3\x66\xd1\xf8\x99\x09\x65\x43\xea\x27\xb6\xe4\x35\x4d\x6f\xaa\x3e\xb1\x6d\xab\x66\x26\x1e\x6a\xe3\x51\xb5\x5b\x3f\xd1\x94\x0d\x37\x44\xb9\x67\x26\xd3\xbb\x09\x60\x51\xee\x99\x49\xf2\x0b\x01\x9f\xd8\xb2\xd6\xff\x99\xc9\x7f\x18\x14\x8d\xbb\xd5\x54\x5e\x4c\xa8\x9b\xc6\x00\x6a\x40\x2b\x99\xe6\x44\x7e\x22\x91\x9f\x99\x78\xaa\xad\x9c\x7f\xfa\xaa\x58\x1a\xca\x3f\xb1\xa9\xa7\x98\x4c\xde\x26\xba\xd5\x36\x47\x34\x6f\x9e\x6a\xc3\x11\xb5\x6d\xab\xcc\x1b\xb4\x53\xfe\x89\xb4\x7e\xe6\x8d\xa5\x69\x9b\x46\x8a\x0d\x14\xd1\x65\x8e\x0d\xea\xb4\x6d\xab\xcc\x9b\xa7\xda\x04\xb2\xda\x29\xc7\xc8\x29\x25\xe4\x13\x29\xf8\xcc\x93\xa1\x4d\xc8\x27\x36\xb0\x71\xdf\xe7\x9f\x6e\x3f\x35\x1a\xcd\x53\xf2\x3c\xb1\x9d\xca\x8b\x5c\xcd\x86\x73\x69\x5d\x3f\xcf\xec\xc3\x09\x37\x60\x70\x9f\xd9\x07\x0c\x48\xf0\xcc\x1b\xdf\xd8\x58\x19\xb4\x77\xe6\xcd\xd5\x6c\x96\x78\xdb\x2c\xf0\x3c\x19\xda\x8d\xe9\xd1\x36\x0b\x3c\x6f\x4c\x4a\xe3\x1a\xd1\xe5\x99\xb7\x74\xc3\xc6\x0b\x22\xc8\x33\x6f\xae\x26\x41\x9e\x48\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x22\x41\x9e\x79\x9f\xc9\x2b\xd5\x92\x20\xcf\xbc\xb9\x9a\x04\x79\x62\x5b\x6e\x07\xc3\xe4\x79\x62\x03\x06\x37\x26\x85\x3c\x4f\x6c\xbc\xa0\x1b\x93\x42\x90\x27\x76\x56\xc6\xcd\xd5\xec\x98\x94\x6e\x89\x9f\x0c\x6d\xf2\x3c\x91\x20\xcf\xbc\xf1\x8d\x04\x79\x62\x0f\xba\x64\xd2\x76\xb9\x92\x3d\x98\x4b\x5c\xcd\x2e\xae\x44\x90\x67\x9e\x0c\x6d\x82\x3c\x91\x20\xcf\xbc\x31\x29\x04\x79\x62\x07\x1b\xb7\x99\xdc\x21\x44\x8f\x3e\x31\x57\xb3\x8b\x2b\x11\xe4\x99\x27\x43\xbb\x6f\xbc\x88\x7d\x03\xc5\xcc\xe8\x95\x2e\xbd\xbc\x6f\x03\x66\x66\x33\x99\x66\x4f\xec\xbc\xa0\x93\xb6\xdd\x99\x33\x74\x79\x66\xe6\x6a\x76\xc1\xf0\xce\x0b\x3a\x69\xdb\x1d\x3b\xd3\xc1\x46\x36\xbd\x09\xf9\xc4\xce\x0b\xca\x88\x77\x9a\x3d\xb1\x6f\x5b\x65\x66\x94\x62\x47\xc4\xf4\x4d\xc4\xcc\x0c\xc5\x3b\x2f\xa8\x33\x67\x4e\x82\x37\x21\x9f\xd8\x39\x3c\xd9\xea\xe8\xcc\x99\xce\xe1\xc9\xfc\x4f\xd2\x3d\xb1\x17\xcf\x84\xcd\x1d\xa5\xdc\x79\x41\x19\xe7\xd2\x21\x43\x2f\x9e\x89\x3d\xec\x82\xe1\x9d\x39\xa3\xd8\x77\x24\xf9\x13\x3b\xb8\xc8\xe6\x3c\x21\x9f\xd8\x21\x43\x06\xc3\x1d\x32\xf4\xea\x76\x46\x74\x47\x29\xd3\xf3\x99\xd9\xf4\x26\xdd\x13\x89\xf5\xcc\xcc\x57\xec\x42\xdc\xb4\x73\x66\xe6\x16\xf6\x66\x90\xb9\x2f\x44\x90\x23\xb5\x9c\xd8\x37\x6a\xcc\x0c\x71\x89\xe6\xc4\x0e\x43\xf2\x38\xb7\x7b\xcd\xa6\xa1\xb9\xd7\x26\xd1\x9c\x48\x34\x67\x66\x1e\x20\xd1\x9c\x48\x34\x67\x9e\x1c\xee\x8e\x73\xe9\x1b\x74\xa6\x42\xe7\xb1\xe3\x82\x3b\xb4\xc9\x67\xd2\x8a\x7b\x77\x56\x46\xe6\xf9\x51\xd2\x89\x94\x74\xe6\xc9\xf6\xa6\xa4\x13\x29\xe9\xcc\x82\x0a\xa1\xa4\x13\xfb\x36\x36\x66\x39\x93\x16\x04\xf5\xe9\x76\x9c\x20\xd1\x9c\xd8\x79\x3f\x27\xdb\xbb\xf3\x7e\x28\xe9\xcc\x93\xed\x4d\x49\x27\x52\xd2\x99\xe5\xcc\x4f\xf1\x6e\xda\x39\xb3\xf0\x11\xfb\x77\xfe\xb9\x27\xed\xc9\x0b\xef\x72\xb8\x29\xe9\xcc\xc2\xf3\xeb\xcb\xed\x1b\x74\x66\x39\xb3\x0e\xed\xdb\x4f\x91\x5a\x98\x4c\x5e\x27\xf6\x53\xa4\x16\xeb\x41\x6c\x27\xf6\x6d\x81\xcc\x72\xa6\x22\x97\x88\xf4\xce\x3c\x79\xe1\x14\x78\x62\x67\x8f\x14\x3e\x22\x21\x9e\x38\xd8\x23\x65\x97\x7c\x8a\x63\x87\xc4\x23\x75\x9e\x79\x92\xc5\x07\x23\x85\x48\xcf\x2c\x88\x42\x5a\x3d\x91\xe6\xce\x2c\xa6\xf7\x70\x16\x66\x04\xb7\x73\x1c\xc9\xeb\x44\xf2\x3a\xf3\x24\x8b\x93\xd7\x89\xe4\x75\x66\x41\x85\x90\xd7\x89\x23\x1a\x64\x73\x9e\xae\x4e\x1c\x1b\xb3\x66\xe1\x23\x0e\xb9\x87\x43\xb1\xe7\x93\x2c\x4e\x6c\x27\x52\xd9\x99\x27\x59\x9c\xd8\x4e\x1c\x6c\x9c\x82\x28\x24\xaf\x13\x07\x37\xab\xf4\x3f\x75\x28\xe2\xe0\x83\x8d\x64\x5c\x41\xfb\x90\xb6\x3d\xc0\x5b\xc1\x22\x0e\x69\x3d\x03\x92\x15\x84\xe1\x80\x64\xe3\x36\xd1\xac\x12\xf2\x3c\x91\x2e\xcf\x3c\x49\xe3\x83\x55\x44\x97\x67\x16\x2c\x22\x79\x9e\x38\x94\x9c\x2e\x96\xce\x80\x79\x03\xc9\x53\xf8\x9f\x83\xb7\x36\xb2\xdb\x41\xfb\xc8\xe7\xf6\xdd\xf9\x07\x3f\x42\xc8\x27\x8e\x8d\x72\xf3\xb1\x74\x06\x78\x1b\xdb\xfe\x99\x0f\xff\x73\xe0\x73\x46\x71\x3b\x14\x1f\xe5\xdc\xbe\x5c\x34\xd8\x02\xec\x03\x8f\xf3\x58\x3a\x83\x35\x44\xac\x67\x3e\xfc\xcf\x21\x62\x36\xc0\xdb\x03\xc5\x87\xc4\x44\x62\x3d\xf3\x41\x18\x0e\xf0\x46\xa5\x67\x3e\x5c\x4d\x2a\x3d\x91\x4a\xcf\x7c\xac\x27\x2a\x3d\x71\xbc\x9e\x69\x3d\x0d\xc9\xd8\x63\x87\xd1\xe6\xc9\x0f\x27\xdd\x13\x49\xf7\xcc\x87\x57\x49\xba\x27\x0e\xde\xda\x49\x05\x27\xe4\x13\x29\xf8\xcc\x07\x69\x42\xc8\x27\x8e\xe6\x99\x67\x41\x88\xad\x8d\x66\xe8\x78\x95\x34\x7b\x22\xb1\x9e\xf9\xe0\x06\x69\xf6\x44\x62\x3d\xf3\x41\x9a\xd0\xec\x89\x83\x0b\xf7\x9c\x05\x01\x1d\x47\xd7\x4f\x5e\xe5\x10\x29\xa3\xe0\x33\xc9\x25\xc7\xd1\xf5\x73\xc9\x18\xda\xe5\x5a\x22\xa5\x9a\x48\xc2\x25\x9e\x53\x68\xb4\x5b\xe2\xcc\x87\xfd\x2f\x2e\xee\xdb\xe7\xfe\x54\x29\x5e\x6e\xc7\xb5\xd1\x1f\x49\xc7\x75\x9f\xb6\x8b\xb9\x7b\x96\x14\xf6\x89\x53\x82\xf7\xdc\xe0\x9a\x0e\x4d\x3d\x81\xeb\xdc\xc6\x5b\xba\x20\x2e\x8d\x91\x38\xb7\x49\xb6\xbe\xa0\x21\xdc\xd0\xdc\x4e\xdb\xfa\xd2\xb9\xa8\xf5\x75\x2e\xea\xfc\x3a\x17\xfb\xbe\xb8\xe5\xd4\xe2\x14\xea\x22\x35\xb2\x96\xd6\x49\x8d\xc4\x6f\x6f\xf7\xeb\x44\x8b\x3e\xaf\xf9\x59\x0f\x9f\x78\xcd\x87\x02\xfd\xb6\x5b\x90\xae\x5d\x08\x33\x7e\x16\xc2\xb7\xf7\xf9\xeb\x6a\xdd\xc5\xea\xe2\xbb\x2f\x32\x0f\xa9\x7c\xc4\x6f\xaf\x87\xeb\xea\xfe\x69\x9f\xff\xf6\x42\xb8\xe2\xf4\x4c\xfb\x3c\x79\x8f\x78\xe9\xfc\x27\xa9\x84\xae\x47\xbc\x76\xfd\xd4\x48\xd7\x23\x7e\xe7\xec\xea\xb3\x73\x3d\x68\x77\xc4\xef\x9c\xe3\x92\xc6\xf5\xa1\x18\xbe\x73\x64\x2b\x6b\xdd\xb1\x82\x0f\x85\x19\x4c\x86\xcf\xfc\xfc\xe4\xcf\x86\xc7\x45\x1b\x35\x79\x8f\x7d\x1c\x68\x5f\xcc\x2e\x9e\x93\x3f\xfa\x69\x82\x11\xfb\x88\x64\x02\xe2\x67\xa3\xfe\xc6\x39\x7b\xe3\x9f\x12\xd4\x28\x79\xec\xe3\x32\xfb\xe2\xeb\xe2\x39\x12\x33\x5c\x34\xf2\xe7\x20\x81\x65\xf8\xd9\xa8\x69\x7e\xc4\x68\xb3\xfa\xf8\x0a\xdf\x3c\x07\x33\xf4\xd3\xac\x23\x0b\x12\xa3\xdd\x86\xd8\x47\xfc\xcc\xb3\x6c\x26\x7f\x22\x26\x9f\xd5\x91\x9d\x5f\x58\x66\xc8\x0a\xfe\xb9\x6b\xc4\xc7\xc5\x5e\x5e\x27\xf3\xaa\xed\x41\x5e\xdc\xec\xe5\x34\x51\xf6\xdd\x17\x23\x7a\xc5\x93\x42\x53\x5c\x6c\x2e\xca\xfb\xea\x1a\x42\xff\x11\xc3\x88\xe7\x94\xdc\x62\x6e\x2f\x2e\x78\xb6\xa1\x10\xca\x88\xeb\x24\x6e\xf1\x15\x48\x63\xc4\xc5\x05\x3f\x36\x0e\xa1\x8c\xb8\xd2\xc9\x2d\x39\xff\x3c\xcf\x14\xe1\xf6\xdd\xe9\x65\x44\x7a\x19\xb1\x88\x77\xd3\xcb\x88\xeb\x3e\x09\x12\x8f\x8b\x8f\x8b\xe2\xd6\x2c\x82\x65\xeb\xa1\x43\x91\xc2\x56\x11\x8a\x74\x28\xe2\xda\x2e\x6d\x4a\x55\x43\xa6\xf7\xda\xae\x62\x4a\x8e\x28\x2c\x33\x84\x5e\x42\x4a\xc3\x20\x9b\x2f\xf4\x12\x52\x9a\xdd\x45\xcf\xdc\x13\x65\xad\xcf\x33\xb1\x48\x14\x12\xd2\x09\x36\x2d\xd3\x66\xed\x69\x73\x2e\xa6\x6b\x6f\x3d\xc9\xd1\xde\x10\xf6\x77\x4f\x8e\xf6\xa6\x40\x60\x23\xbc\x2e\xfa\xa7\xe3\x94\xed\x2d\x2e\xee\x0d\x25\x85\x03\xe9\xdd\xc5\xcd\xca\x25\x67\x02\xe7\xb3\xe3\x20\xc9\xd1\xc0\x14\xfe\xab\xa1\xa8\xa1\x53\x3b\x3f\xc4\xfe\x97\x41\x91\x1c\x23\x4b\x4e\x62\xfd\x7a\x11\x37\x36\xa7\x53\x36\xfd\xf7\xec\xee\xd9\xe3\xdf\xfd\x8d\x7b\x0c\x52\xfc\xaf\x5e\x38\x80\x92\x9c\xc1\x08\x61\x9f\x9e\x49\x2a\x5d\x27\xf5\xa4\x7f\xb7\x2b\x2b\x9d\x4e\x55\xe3\xdf\xed\x80\xfe\x14\x14\xfe\xfd\x73\x5b\xd8\x29\xfd\x57\x43\x12\xbc\x93\xb2\xb6\x21\xa4\x3d\x30\xca\xda\x26\xb9\xce\xbf\xdb\x15\x96\x4d\xea\x92\xfe\xe7\xf6\xe6\xf6\xfe\xef\x37\x52\x19\x34\xdd\xa7\x21\x17\x65\x6a\xa6\x53\xe5\x32\xec\xe5\x98\x14\xbb\x4c\x92\x2b\x7f\xdf\x4a\xd5\xc9\x94\x49\x83\x91\xaf\x49\xf2\x05\x53\x16\x42\xfa\xfd\x73\x6f\x6b\x49\x2e\x5a\x08\x5b\xa1\x28\xc9\x45\x4b\xd2\xb9\x7e\x9f\xba\x68\x5d\x15\xba\xf9\x6c\x66\x32\xc9\xf1\x4a\x52\x93\x7e\xb7\xcb\x50\x4a\xca\x81\xfd\xe7\xf6\x3d\xc3\xd2\x29\x35\xf5\xfb\xe7\xa6\x26\x52\xf9\xaf\x86\xe4\x65\xa4\x27\x98\x68\x5b\x2c\x2d\x3d\xdb\x8a\x4e\xea\x02\xfd\x6e\x7f\xb6\x11\x96\x9e\x77\xfe\xfb\xf6\x1d\x44\x4f\xa2\xe7\xf7\x67\x90\x85\xcd\x93\x22\x3c\xf7\x77\x79\xa6\x4f\x2c\x6c\x7e\x7f\xbb\x32\x68\x52\x92\x27\xa9\xc5\x73\x7f\x41\x43\x66\x9d\xb2\x3b\xf7\x97\xce\xc5\xe4\xe2\xbd\x2f\x6e\xdf\x26\x09\xa2\x27\x45\x78\xee\x6f\xb3\x9d\x49\xf5\x9d\xa4\xec\xce\xfd\xcf\x2e\xbc\x2f\xea\x7c\xd7\xcf\xec\x9f\xc3\x33\x87\x67\x6e\x7b\x24\x89\xa5\x27\xb1\xf4\xfb\xab\x5e\x13\x0a\x28\xbb\x73\x7f\x56\xb3\xea\x3b\x49\xd9\x9d\xfb\x7b\xbd\x11\x43\xe4\x99\xde\x7d\x9b\x48\xe9\xd9\x5e\x5e\x7a\x36\xb5\x74\x7f\xed\xfc\xb3\xb9\x38\x5d\xd4\xd0\xe7\xdd\x3f\xef\x3e\x34\xe4\xc3\x09\xb0\xdf\xdf\xf6\x93\xd3\xf3\x79\xf7\xcf\x6b\x4e\xcf\xfc\x74\x69\xb9\x7d\xab\x4b\xa4\x67\xb9\x7d\xb9\x7d\x79\xcd\xe5\x73\x6c\xab\xe6\x96\xbd\x92\x9e\x65\xe8\xf6\x0c\xb9\xc9\xd3\x25\xa5\x78\x92\x1a\x3c\xf7\xda\xfb\x67\x52\x7c\x27\x29\xbe\x73\xaf\xcd\x48\x27\xc5\x77\x52\xbd\xdc\xee\x73\x08\xb7\x27\x21\xf5\x5b\xfe\x48\x12\x59\x4f\x42\xea\xf7\x2a\xcb\x45\xb7\xef\xe5\x74\xaf\x4d\x29\x27\x15\x79\x92\x8a\x3c\xf7\xda\xac\x5c\x12\x60\x4f\x75\x83\xc0\xbd\xb6\x6d\x9b\x6a\x74\x7b\x74\x7b\x73\xfb\xde\xf9\x92\x00\xfb\xbd\x36\x83\x96\xd4\xe7\x49\x02\xec\x37\xd9\xb7\x24\xc0\x9e\x6a\xd2\xcf\xa1\x9f\x7b\xe7\x4b\x42\xea\xf7\x9a\x5a\xdf\x0e\x59\xaa\xc9\x33\xa7\xce\xef\x9d\x2f\xa9\xdd\x73\xaf\x4f\xeb\xb7\x2e\xed\x8d\x2c\xef\x4a\xd0\xff\xfc\xf2\x46\xdb\x34\xce\x57\xd0\x10\xf8\xad\xdb\xcd\xca\x57\x70\xfb\x76\xb3\x52\xdd\xd4\x52\xbe\xa2\xd6\xb3\xa1\xdb\xd6\x65\xbe\xa2\x91\xdf\x9e\x58\x12\x60\xcf\x57\x34\x20\x59\x97\xb6\x75\x99\x19\x7d\x49\x10\x3d\x89\x9e\x67\x46\x5f\x52\xbb\x27\xd5\xbd\x3d\xe5\xeb\xdd\x4b\x46\x10\x3d\xd5\x47\x97\x9a\xef\xfe\x18\xa5\x1d\xff\xca\xec\xd0\x24\x4e\x9e\x04\xc8\xf3\x75\x86\xee\x31\xf2\xdb\xe4\xcc\x2a\x16\x27\x91\xf1\x54\xab\xce\x2f\x43\xf7\x7a\xcd\x1d\xd5\xca\x61\xe7\x5b\xa7\xfa\xfa\xe7\xb6\x27\x73\xb8\xbd\xfb\xeb\x99\x1b\xc4\x73\xb8\xf7\x92\x11\x2e\x4f\x82\xe0\x39\x14\xaf\xd9\x0c\xf2\xc6\x90\x4c\x28\x2c\x89\x69\x27\xe5\x76\x72\xe8\x86\x6e\x68\x7d\x5b\x04\x39\x80\x35\x51\xec\x24\x6e\x9d\xc3\xf4\xee\xc3\xd7\x1c\x1a\x5a\xfa\xc9\x14\xa8\x53\x97\x96\xa1\x03\x02\x42\xdb\x59\x3d\xda\x24\x60\x9d\xea\x5e\xef\x39\x46\x23\x3f\xcf\xed\xcb\x45\x43\xf7\x99\xde\x7b\x85\x67\xc2\x56\xa9\x6e\xa7\x24\x09\x58\x67\x71\xcf\xa4\x6c\x4e\x52\x2f\x27\x0b\x47\x26\xb1\xe9\x24\x1a\x9d\xe3\xae\x75\x99\xd4\xbd\x49\x0a\xde\xe4\xb8\x4f\x9f\xa5\x77\x6f\x6e\xe9\xdd\x2b\x3c\x47\x7b\x9c\x48\x75\x7a\xf7\x0a\xcf\x5b\xd4\xe9\x0f\x83\x42\xfd\x9b\xa4\xf0\x4d\x56\x08\x35\xbd\x3b\xa3\x26\xbd\x41\xd7\xb6\x1f\x92\x5e\xeb\x5e\x6d\x9c\x2c\xb2\x97\xde\xcd\xc4\x24\x25\x72\x72\xdc\x64\x44\x7a\xf7\x82\x4f\x0a\xe6\xe4\xb8\x89\xb8\x24\x34\x9e\xc4\xc4\x73\xdc\x14\x43\x7a\xa3\x67\x6e\x13\x39\xd3\x71\x4a\x22\xe4\x49\x4c\x3c\xa7\xa0\x4b\xec\x91\x77\x63\x42\x4e\x71\x7f\x40\xa1\xf1\x24\x26\x9e\x53\x72\xfb\x36\x83\xd3\xbb\xed\xdf\x9c\xcc\xbe\x17\x18\x08\x94\xe7\x64\x3d\x89\x90\x27\x31\xf1\x4c\x73\x29\x29\xb4\x93\x94\xd6\xc9\x09\xbc\x29\xad\x93\xde\x8d\x09\x39\x59\x79\xe2\xde\x49\x69\x9d\x9c\xce\x67\xc9\x5a\xcf\x5a\x6f\x3a\x9f\xdd\x9e\x75\x7e\x18\xcf\xcd\x1e\x27\xc1\xf0\x9c\x76\x4c\x35\x89\x82\x27\x91\xee\x9c\x3e\x5d\x2a\x06\x64\x6f\xe9\x59\xbd\xcf\xf4\xda\xd2\x45\xba\x73\xfa\xb4\x6e\x89\x0b\x71\xe7\xfb\xf2\xee\x8f\x2e\x6d\xeb\x3b\xdf\x97\xd6\x1f\xcf\xdc\x2b\x3d\x53\x13\x4a\x6f\xd5\xa5\xcd\x17\xe7\x3b\x78\xa6\x75\x2f\xa8\x9d\x6f\x5b\xfa\x5b\xdd\xbe\x13\x92\xf3\xcd\x94\x7b\x81\x81\xa0\x76\xbe\x9f\x73\xf1\x73\x71\x0f\xf2\x6d\xab\x7c\x9b\x7e\x36\xfd\xb4\x55\x2a\x75\x93\xd4\xb8\xc9\xf7\x19\x25\x56\x86\x68\x76\x16\x9e\x48\xc2\xd8\x49\x8d\x9b\x2c\xe8\x90\x14\xa0\x49\xef\xc6\x84\x9c\xeb\xb9\xe8\xdd\x21\x84\x42\x83\xe9\x85\x10\x4a\xd5\xe4\x0c\x32\xc5\xa1\x93\x00\x74\xce\xaf\x01\x61\x2f\xbf\x10\x22\x37\xb7\x4f\xef\x3e\xdd\x6e\xa3\x7e\x59\x04\xaa\xd2\xe4\xbc\xf4\x73\x99\xf3\x9b\xb1\xcd\x48\xbd\x24\x4a\x9c\x44\x89\xb3\x7a\x65\x49\x94\x38\x89\x12\xe7\xe7\x7c\xb8\xa5\xf5\xcd\xc3\x66\xb4\x5a\x12\xdf\x4d\x02\xbb\x59\xc9\xaf\xd4\x76\x0c\x28\xb5\x9d\x54\x9b\x9f\x1d\x25\x4e\xaa\xbd\x24\xd5\x5e\xf2\xd3\xdc\x6e\x4f\x6e\x7b\x89\xe6\x67\x1f\xb6\x4b\xcd\x9e\xac\x04\x4c\x7e\xec\x8a\xc2\xc3\x49\x5c\x38\x1f\x33\x56\x09\x98\xa4\x04\x4c\xae\xdb\xab\x4c\x4a\xc0\x24\x51\xe2\x5c\x4d\x30\x91\xe0\x24\xf6\x9b\x6b\xf4\xcc\xed\x78\x26\xf5\x5d\x72\xdd\x4e\x7e\x52\xe6\x25\xa9\xef\x92\x2b\x74\x14\x10\x4e\x6d\xfb\x9f\xb9\x66\xfd\xdc\x7c\x68\x12\x17\xce\xaa\x3c\x25\xb1\xdf\xd4\x6c\xbf\x75\xb3\x5d\xa9\x59\x9b\xcd\xda\xac\xac\x60\x01\xe1\x24\x20\x9c\x6b\xd7\x10\x02\x47\x29\x97\x5c\x61\x9d\x8a\x2e\x49\x94\x37\xd7\xe9\x99\xc5\x1b\x59\x9b\x75\x1f\xa1\x4a\x22\xc0\x49\xe8\x37\xd7\x33\x4a\xc5\x80\xd8\x93\x5f\xf6\xb2\x32\x2f\x49\x7d\x97\xfc\xb2\x1d\x04\x82\x93\x6a\x2f\x59\x91\xa0\x24\x10\x9c\x04\x82\xf3\x1b\x7d\xe2\x4d\x7d\xa6\x66\x6d\xbe\x10\xac\x55\x1f\x6e\xd3\x40\xf9\xbd\xf5\xd3\x82\x15\x0f\xce\xff\xc0\xd3\xbe\xb8\xe7\x52\x7b\xdd\x5e\xbc\xfb\xeb\xf6\xcd\x72\xe6\x77\x6b\xc1\xa5\x66\xf7\x6e\xaf\x2e\x55\xd3\xe6\x35\x97\x6c\xe9\xef\x0e\x9b\x26\x71\xe4\x24\x8e\x9c\xff\x59\x24\xfb\xa2\xf9\xb9\xd7\x6d\x7e\x99\x5d\xa2\xca\x49\x38\x39\xbf\xd3\x6b\xda\xe7\xdb\x76\x5b\xf3\x6b\xa3\x16\x47\x4e\xe2\xc8\xb9\x05\x83\x6c\xf3\x17\x47\xce\x4e\x06\xa7\x66\x4b\x6f\xb6\x74\x87\x56\x93\x00\x72\x12\x39\xce\x0e\x98\x26\x61\xe1\xd4\x2c\xd8\x7e\x79\xa6\xdd\xbb\xd9\xbd\xfb\x59\x32\x4c\x78\x41\xe2\xdc\xcf\xd0\xd9\xd2\x05\x89\x73\x3f\x53\xf1\x33\x15\x37\x07\x99\x7b\xd6\xf9\x4f\x43\x9f\x86\x8a\x77\xff\xbc\x91\xcd\xbf\x3f\x1a\xb2\xf9\x0b\x12\xe7\x6e\x9f\x57\xc3\x25\x09\x19\xe7\xce\x7d\x69\xcb\x78\x2e\xfd\xdc\xd1\x8d\xd4\x79\x7e\x22\xc7\xb9\x6f\x01\x91\xa4\xa2\x4b\x12\x47\xce\xdd\x7a\x57\xc3\x25\x29\xd7\x92\x7b\x4f\x2e\x7e\x2e\x7a\x66\xdf\x73\xbe\x07\xcf\x0c\x9e\xd9\x97\x8b\x9e\x19\x74\x69\xfc\x99\x43\x91\x84\x9c\x93\x20\x73\xee\x53\x2f\xa0\x8e\xb0\x72\x56\xcb\x23\x29\xf7\x92\xd4\x79\xc9\x6a\x79\xa4\x0e\x8a\x54\x7d\xc9\x7d\x57\xcb\x4b\x22\xcf\xa9\x47\xe3\x6a\xe5\x29\x05\x93\xfa\x76\x1d\x72\xff\xce\x33\x87\x8b\x5e\x77\x19\x2d\x66\x42\x67\x11\x38\xa7\x98\x84\x9c\x53\xdf\x88\x94\x07\x7f\x49\x90\x39\x89\x27\xe7\x61\xaf\x13\x4f\x4e\x2a\xc2\xe4\x91\x34\x74\xeb\x12\x33\x61\xdc\x1a\xba\xb5\xbe\x13\xe9\xb2\xe3\x83\x49\xc8\x39\x89\x35\xe7\x51\xbc\x11\xa3\x5f\x45\x98\x3c\x38\xa5\x7d\xdb\x07\x49\x90\x39\x0f\x5b\xa5\xe8\x72\x52\x1f\x26\x8f\xae\xf3\xc5\xbb\x43\x9d\x61\xf3\x17\x25\x4e\x2a\xc2\xe4\x79\xde\xc8\xe6\xaf\xf8\x4b\x9e\x9b\x4e\x4f\x1d\x97\xd1\x37\x11\x97\x27\x5b\x5c\x81\x97\xa4\xc0\x4b\x9e\x9b\x84\x4c\x1d\x6c\x88\x12\x67\x55\x00\x92\x28\x71\x52\xe0\x25\xcf\xf3\xe1\x5e\xad\x6f\x1b\x20\xcf\xcf\x80\xbc\x06\x79\x07\x47\xb2\x73\x4b\xa9\xbf\x46\x69\x3b\x04\x79\xda\x2a\x15\x6f\x49\x9d\x99\xf0\x5d\xa6\x0d\x84\x50\x76\x25\x7f\xec\x3b\xd5\x57\x92\x08\x72\xfe\x6e\xe3\xb9\x59\xe7\xd4\x77\xc8\x23\x7f\x76\x06\xf5\x56\x92\x0a\x2b\xf9\x7b\x3c\x13\xc0\xf4\x0d\x29\x99\xba\x7e\x12\x3a\x4e\x42\xc7\xf9\x63\xb9\x28\x98\x92\x04\x84\xb3\xa3\x34\xa9\x4f\xad\x6f\x12\x39\x3b\x20\x93\x44\x82\x53\x9f\x5a\x67\xb9\x74\x3e\x43\xe7\x33\xd0\xb7\x4f\x1d\xea\x74\xa8\xf3\xd9\x69\x85\x87\x93\x0a\x2b\xf9\x63\x44\x77\xc4\x41\xdf\x38\x93\x8f\xe7\xaf\xfa\x4a\x12\x3a\xce\x1f\xcb\xba\x7f\xbe\xd1\xe6\x0f\xf2\x0a\x96\xf8\xf2\xcc\x6d\x81\xe4\x15\xbc\x26\x36\x41\x94\x38\x2f\xfe\xa7\xe0\x6d\x12\xbc\xcd\xab\x9c\x8b\xc5\xc5\xe6\xe2\xeb\x62\x77\x71\x2f\xed\x05\xc9\x04\x6f\x93\x12\x29\x79\xed\xa0\x43\x12\xca\x4d\x82\xb7\xf9\x38\xf9\x82\xb7\x49\xb8\x36\xaf\xf7\xdc\xee\x99\x3b\x0b\x25\xaf\xf7\x71\x71\x7f\x0e\x11\xdd\xbc\x9a\x7f\x72\x20\x04\x76\xf3\xb2\xa5\x0b\xde\x26\xc1\xdb\xbc\xc6\x70\x71\x0f\xc8\x60\x8f\x90\x71\x4f\xea\x9f\x24\x85\x4f\xca\x15\xfc\x33\xb9\x7d\x5b\x20\xe5\xe2\x55\x88\xcf\x26\xf1\xd9\x72\x45\x5d\xda\x86\x48\x12\x9f\x2d\xd7\xce\x0a\x49\xc2\xad\x69\x6c\x56\xa0\x5c\x3b\xb5\x3a\x8d\x5b\xe7\xb7\x59\x52\xae\xa2\x9f\xd9\xed\x1b\x0b\xca\x55\xb4\x8e\x23\x18\xdb\x65\x28\x17\x57\x43\xc1\x94\x24\x3e\x5b\xae\x7a\xfe\x39\x5c\x9c\xfb\xa2\xbd\x4e\x28\x36\x8d\xac\x9f\xfc\x0f\xa5\x55\x92\xd2\x2a\xe5\xe2\x16\x8a\xd6\x26\x61\xda\x72\x3c\xff\xc1\x72\x51\x61\xa5\x5c\xd6\xbb\x50\x6c\x52\x4c\xa5\x5c\xe6\xe7\xe0\x55\x28\xad\x52\x2e\xce\xf3\xd8\xee\x44\x12\xa6\x2d\x17\xc3\x67\x3c\xfa\xb9\xbd\x8a\x12\x58\x82\x42\xb8\x49\xd0\xb6\x04\xb8\x24\x68\x9b\x14\x61\x29\x21\x78\xa3\x1d\xb4\x4d\x2a\xac\x94\x00\x69\x45\x6b\x93\x30\x6d\x09\x0c\x1f\xd1\xda\x34\xb6\x01\x53\x02\x9b\x51\xa1\x95\x34\xb6\x01\x53\x02\xf6\x50\x7c\x36\x89\xc8\x96\x70\xbe\x11\x08\x12\x91\x2d\x87\x77\x18\xa8\xcf\xd1\x3c\x13\xa5\x28\x5a\x9b\xc6\xf6\x54\x4a\x78\x74\x1e\x6d\x21\x76\x5b\x42\x35\x19\x9a\x86\xb6\xfd\x53\x4e\xd4\x40\x24\x37\x89\xdd\x96\xc0\xd5\x18\xdd\xbb\x77\xef\x0e\xe7\x05\x66\xd3\xe8\xfe\xc9\x30\x57\x53\x25\xa9\xa2\x52\x24\x8b\xa7\x21\x00\x32\xb6\x17\x53\x02\x22\x66\x0c\xd3\x66\xfb\x34\x45\xf4\x2d\x0d\x26\x92\x0a\x2b\x25\x72\xf2\x06\x13\x69\x6c\x20\x2b\x31\xe8\xe7\xf4\x35\x37\x82\x95\x98\xce\x45\xb7\x6f\xcc\x2a\xf1\x7c\x8e\x69\x7a\x6f\xb0\x2a\xf1\x7c\x8e\xcf\x3f\xb7\xa9\x53\xe2\x01\x81\x4f\x43\x1b\x97\x8a\x34\xe8\x34\xe0\xd2\x58\x6e\x7f\xc3\x9f\x06\x85\xba\x2b\x49\xdd\x95\x12\x0f\x42\xb0\x8a\xc6\xa6\x4b\x4a\x3c\x93\x97\xbf\x24\x9a\x5d\xa2\x21\x14\xcd\x4e\xea\xae\x94\x08\x21\xd4\x5d\x49\x73\x33\x2a\x25\xee\xf8\x52\x9a\x80\x50\x31\x96\x22\xf3\x39\xcd\x9d\xbe\x92\xe6\x06\xc2\x22\xf3\x39\x4d\x40\xa8\x26\x4b\x89\x3b\x12\x95\x94\x66\x49\x33\x18\xd7\x4f\x43\xc1\x33\x37\x1e\x96\xc3\x7a\x28\xc6\x92\x14\x63\x29\x69\xc7\x93\x93\x62\x2c\x69\x6e\xe8\x2b\x69\x67\x31\xa4\xc9\x1a\x9a\x1b\xf3\x4a\xba\xf5\x73\x47\x19\xd3\xdc\xdc\x49\x49\x26\xef\x64\x0d\xcd\x8d\x87\x25\x3d\x9e\xc9\x31\x9b\xd1\x33\x77\x6c\x2d\x4d\xfc\x88\xea\x2d\x25\x01\xd7\x09\x1d\x27\x20\x4c\xcd\x33\x59\x43\x73\xbb\x62\x25\x9d\x51\xda\x31\xc0\x34\x01\x61\xb2\xad\xcd\xed\x91\xa5\x79\x7b\x26\x2f\x7d\x8a\x16\xcd\xcd\x9d\x14\x7a\xc7\x49\x7d\x98\x24\xb9\xa0\xdc\xec\x11\xa5\x60\xd2\x84\x8e\x77\x34\x74\x48\x93\xb9\xa1\xaf\xdc\x8f\xce\xc3\x3c\xf5\x5d\xca\xbd\xf3\x1d\xd2\xe4\xad\xcd\x8d\x72\xe5\x46\xd1\x4f\xde\xda\xdc\xde\x5a\xb9\x9b\x2e\x15\x23\xbf\xb9\x93\x72\x0f\xff\x84\x79\x8a\xbe\x94\x7b\xf8\x27\xc7\x6c\x3e\x6e\x67\xe3\x4c\xa4\x89\x0c\x87\x72\xb3\x71\x66\x35\x9e\xdb\xdd\x2a\x19\x7f\x3b\xab\x77\xdf\xb1\x9c\x22\xdd\x30\x4d\x48\x36\x21\x99\x74\xc3\xa4\x20\x4c\x9a\xdb\x6e\x2a\x99\xcd\x38\xf9\x60\xf3\xf5\xcc\xec\x76\x48\xa6\x2e\x4c\xa1\x0e\x9b\x14\x84\x49\x2a\xc1\x94\x6c\x63\x99\xdb\x8a\x4a\x73\x73\xad\x25\xa3\xab\x26\x78\x9b\xe0\x2d\x33\x7c\xa6\x58\xe5\xdc\x80\x56\x32\x67\x4f\xb2\x46\x52\x33\xa6\x64\x48\xa6\x58\x4c\x52\x2c\xa6\x64\x2e\xc7\xec\x9e\xd9\x3d\xf3\x8c\x7c\xf7\xcc\xee\x99\xed\xfc\xd3\x1b\x75\x6f\xd4\xcc\x25\x98\x37\xb7\x81\x56\xc4\xbd\xd3\xe4\xec\xcd\x6e\x94\x90\xba\x13\x8f\x33\x37\xf4\x95\x7c\x46\x1e\x8f\xa3\x2a\x4d\xc9\x9f\x19\x22\x06\x34\x87\xce\x9f\x65\x88\xc7\x99\x30\x4f\x6a\x60\x9a\x82\x77\xb2\x50\x4a\xc1\x22\x9d\x64\x14\x59\x28\x45\x16\x60\x9a\xd0\x71\x6e\x8e\xa7\x08\x9b\xa7\x93\xa1\xa2\xe0\x4d\x29\xcc\xae\xc9\xbe\x9b\xdb\xa2\x2b\x52\x03\xd3\xe4\x40\xce\x4f\x43\x0c\x0a\xb9\x2c\x69\x6e\x53\xae\x14\xfc\x88\xec\x95\xa4\x7a\x4e\x29\x07\x19\x38\x90\x13\x8e\x16\xa6\x87\x42\x39\x69\x2e\xb7\x0b\x8a\x4d\x2c\xd2\x5c\xba\xc4\xd5\xf8\x36\xf2\x25\xd5\x73\x4a\xe1\xe4\xab\x9e\x93\x54\xcf\x29\xc5\x5e\xf7\x09\x0c\x7d\xb0\xae\x70\x4a\x55\xcf\x49\xaa\xe7\x94\x62\x32\xa8\x9e\x93\xd4\xcb\x29\x44\x5b\xd3\x87\x20\x56\x2f\xa7\x10\x58\x4d\x6a\xe2\xa4\x6f\xa3\x5b\x91\x01\x97\x54\xc8\x49\x4a\xe3\x94\xc2\xf3\xff\xf0\x4d\xdf\x76\xf2\x4a\x59\x6e\x07\x6b\x5f\xd4\xfa\xd2\xa5\x8d\x67\xe9\xdb\x49\x10\x45\xb6\x5a\xfa\xc4\x80\xbe\xcd\x05\x97\x87\xe9\xa1\xce\x4e\xfa\x36\x09\x55\x1e\x44\xcc\xc7\xe8\xfb\x36\xdf\x54\xe4\xa0\xa5\x8f\xd1\xf7\x6d\xc8\x2b\x0f\xd3\xf8\x43\x42\x7d\xdb\x01\x2c\x8a\xfb\xa7\xef\xf6\x46\xd9\x3f\x71\x2e\x1f\x53\xee\x63\xca\x3d\xf9\x5c\xd4\x3a\x53\xee\x61\xdf\x7d\x10\xec\x63\xb5\xa9\x8f\x9f\x3e\x08\xf6\x41\xb0\xa7\xfa\x27\x03\xed\x63\xa0\x3d\x18\x49\x79\x43\x49\x59\xa0\xf2\xb4\xf3\x4f\xcf\x7c\x74\x49\x70\xe4\x63\xb5\x7d\x8f\x77\x87\xde\x4a\x06\xa5\xef\xd1\x3a\xc7\x51\x32\x51\x52\x39\xa8\x3c\xcb\x0c\xc1\x22\x29\x12\x54\x2a\xf2\x51\x91\xa0\xf4\x6d\x74\x2b\x15\x7a\x7f\xac\xb6\x8f\xd5\x46\xa7\x33\xa9\x23\x94\x3e\x58\x57\x79\xd2\x32\x93\x92\xaa\x42\xa5\x0a\x47\x7e\x00\xf0\xdb\xc6\x5b\xa9\x42\x48\x12\x94\xd2\xf7\x6a\x28\x9f\x8b\x1a\x62\xca\xd5\xac\x9f\xcd\xed\xdb\x4e\x2b\xf5\x4d\x7f\x1a\x14\x5f\xf3\x59\x36\x7b\x55\xaa\x30\xef\x07\xf3\x3e\x98\x57\x6d\x80\x1f\xeb\xed\x83\x79\xf5\x0c\x36\xff\x53\xf9\xa3\x52\x79\x80\xca\x1f\x25\x89\x51\xa5\xda\x58\x3e\xfe\xe7\xd7\x3d\x73\x7a\x26\xff\xf3\xdb\x04\x57\xa9\xf3\x3c\xd3\x68\xc1\xbc\x2a\x92\xaf\xee\x51\xfa\x18\x7f\x87\x5a\x94\x26\x95\x94\x3f\x2a\x2a\x95\x27\xa9\x50\x49\xf2\x53\x79\xcf\xc0\x80\x37\xe9\x4e\x85\xe0\x62\x52\xfe\x28\xa9\x74\x54\x4e\x0e\xc5\x07\xc9\xa4\x3b\x95\xb7\x78\x26\x3b\xef\x63\xe7\xbd\xb6\x0b\x75\x8f\x92\x82\x47\xe5\xb5\x09\x7c\xf0\xe9\xdb\xe6\x5e\xa1\x44\x98\xd4\x28\x4a\xdf\x4e\xb2\x2b\x0d\x10\xca\x9d\x4a\x0b\x14\x35\x93\x42\x55\xa2\xb4\x36\xf8\x94\xb6\xf3\x2f\xd3\xda\x27\x1d\xd2\x02\x45\x8d\x29\xbf\xc4\xaa\x56\x70\xfb\xce\x80\x4c\xaa\x12\x25\x55\x89\x0a\x99\xba\xa4\x1c\x51\x5a\xc1\xed\xe3\x5c\x1c\x2e\xee\xd7\xa4\x1e\x97\xa4\x6c\x25\xb9\x5a\xa5\xf3\x00\xe5\x63\x25\xf9\x58\xa5\xb3\xc5\xe4\x63\x25\xf9\x58\xa5\x0b\x9b\x4b\xbd\x4a\xb2\xac\x4a\xc7\x3b\xac\xe4\xf6\xe4\x76\x43\x27\xcb\x2a\xc9\xb2\x2a\x5d\x30\x7c\x01\x18\x59\x56\x85\x76\x59\x92\x5e\x95\xe4\x55\x95\x2e\x18\xbe\x78\x95\xaa\x12\x15\x35\x79\x93\xca\x43\x69\x65\x9d\x67\xb1\x2e\xa8\xb3\xa0\x0e\xa1\xb0\xa4\x1c\x51\x5a\x8c\xa9\xc3\xa0\x29\x40\x94\x14\x20\x2a\x23\xe9\x27\xbb\x69\xed\x98\x53\xa1\xa0\x95\x16\x80\x59\x4c\xa4\x61\xb7\x51\x41\x28\x2d\xd6\x10\x0d\xab\x74\x92\xbb\x16\x0f\x70\x70\x8d\x16\x0f\x70\x55\xb7\x57\x9d\xaf\x3a\x5f\x35\xf4\xea\x3c\xbb\x49\x21\xa1\x32\x5e\x03\x82\x6f\x5a\x1b\x3d\xca\x40\x57\x2e\x7c\x93\x62\x41\x65\x74\x6f\xc4\x6e\x5a\xec\x26\x25\x5d\xd3\x62\x37\x2d\x76\x93\xea\xad\x69\x49\x26\x5a\xac\x21\xe5\x57\x93\x62\x41\x49\x79\xa0\x42\x6f\x2a\x2d\x84\xf6\xda\x84\x76\x99\xd8\xe3\x25\xa5\x65\x6d\x53\xa7\x10\x77\x4a\xea\x01\x25\xf5\x80\x8a\x02\xa8\x49\x3d\xa0\xa4\x1e\x50\x99\x67\xce\xcb\x73\x59\x1b\x0b\xca\x3c\x13\x0c\x08\xc8\x7d\x2b\xd3\x82\x55\x24\x28\xc9\x7d\x2b\xca\x9a\x26\x45\x82\x92\xb2\x40\x65\x9e\x09\xc6\xc6\x59\xc3\xed\x76\xef\x85\xae\x52\x24\xa8\xa8\x60\x9a\x54\x07\x4a\x4a\xff\x94\x39\x4c\x45\x46\xca\xb2\xb4\xa7\x38\xc8\x42\x68\xab\xf2\x53\x28\x14\xa5\xc5\xaf\x5b\xcb\x33\xed\xc9\x0b\xb5\xb4\x36\x85\x5d\x94\xe1\x4c\x6b\x99\x8a\x3b\xaa\x55\x3e\xbc\xfd\xe2\xba\x29\xfd\x53\x3e\x99\x11\x6b\x9d\x67\x2e\x17\xff\x19\xe4\xfb\xda\xc8\x70\x2b\xfd\x53\xbe\xbd\x5d\xdc\x97\xb4\x15\x15\x80\xca\xb7\xc3\xbb\xb7\x2a\x3f\xb7\x2a\x3f\xe5\xcb\x6e\xdf\x38\x71\x5f\x3b\x98\x5d\xbe\xbd\x27\xdf\xd7\xc6\x89\xfb\xda\xcc\x54\xf9\xca\xb9\x58\x5d\xd4\xd0\x26\x0a\xef\x6b\xe3\xc4\xad\x1e\x50\xf9\x5e\xad\x47\xcf\x64\xb9\x7c\xfb\x04\xc1\xad\xe6\xcf\x7d\x6d\xd4\x28\xdf\x06\xff\x5b\xe9\x9f\xfb\x02\x17\xdf\xd0\xa5\xa4\x9f\x2c\x97\x6f\xea\xfc\x76\xc8\xee\x2b\x19\xba\xa5\x4b\xc9\xbb\xb3\x5c\x64\x27\xdf\x57\xf2\x4c\x96\xcb\x0a\x1a\xda\x88\x72\x5f\x2c\x17\xd5\x26\xef\x6b\x03\xcb\xad\x48\x50\x59\x67\x3c\xb7\xeb\x76\x5f\x5c\xb7\x95\x3c\xf3\x36\x9e\x9b\xca\x2a\x6b\x47\x37\xee\xeb\xd6\xd0\xad\xa1\xec\x35\xb7\xeb\x76\x5f\x5c\xb7\x75\xc6\x33\x1b\x10\xae\xdb\xda\x7b\xc7\xad\x8e\xd0\xad\x80\x50\x59\x8f\xa1\xcb\x9e\x89\xc3\x5a\xd5\x3f\x8b\x7e\x16\xfd\x6c\x06\x64\x03\xd2\x7d\xed\x23\x54\x45\x36\xd0\xad\x3a\xd0\xad\x02\x50\x59\x3b\x64\x7c\x5f\x8f\xdb\x1f\xad\xef\xcd\xf4\xbe\x1e\xad\x73\xdd\xd6\xe7\xdd\x1f\xad\x6f\x5c\x7a\xa8\x9f\xdc\x57\xd5\xd0\x06\x9d\x87\xa6\xc9\x7d\x6d\xec\xb9\xaf\xed\xba\x3d\x9b\xfe\xfb\xdf\x06\xc5\xad\x4a\xd0\x7d\x6d\x43\xe6\xb9\xb2\xae\xbd\x26\xc5\x46\x9d\xe7\x3a\x63\x20\xd7\x4e\xd1\x9f\x47\xb2\xce\x7d\x35\xbd\xd8\xe0\xf3\x48\x1a\xbf\xd5\xfe\xb9\xaf\x8d\x3a\xcf\xd5\x7d\x96\xe6\xf6\x6d\x81\x3c\xd7\x74\xbb\x0c\xba\x6b\x5b\x19\x4f\xd8\x2b\xef\xbe\x86\x2e\x6d\x13\xe2\x09\xf7\xb9\x68\x08\x37\x50\x3c\x92\x72\xef\x6b\x9a\x14\xdb\xef\x79\x08\x34\xdc\x97\xc4\xb6\x6b\x23\xc4\x13\xba\x8b\x9f\x4f\xbd\x6d\x80\x27\x0c\xad\x7f\xe6\xe9\x06\x8a\x27\x4c\xcf\xfc\x34\xb4\x0d\x83\x47\x11\xbb\x5b\x49\x9e\x5b\x2d\x9e\x27\x7c\xbe\xff\xe7\x8d\x36\x2b\xf4\x84\xe5\xdd\xa5\xc0\x5d\x4b\x43\x67\x41\x2c\x6b\x74\x63\xc9\x13\xa3\xf1\x5c\xbe\xea\xc6\x92\x27\x26\x0d\x2d\xf3\x74\x63\xc9\x13\xb7\x13\x75\xcb\xe9\xbd\xc3\x76\x86\x1e\x65\xe4\xee\xb0\xbd\xa0\x3b\x6c\x2f\xe8\x89\x7b\x4b\xbf\xd5\xf0\xb9\xc3\xa5\xa1\x6d\x7a\xdc\x2a\xfa\xdc\x4a\xf9\x3c\x71\xef\xf3\x77\x90\x17\x17\x82\xdb\x77\x3e\xf3\xad\xfa\xce\xad\xec\xce\x13\x97\xdb\xb7\x95\x71\x87\x6d\x65\x3c\x71\x97\x8d\xbc\x03\xd8\x08\xdb\xca\x78\xd2\x0e\x75\xde\x2a\xf3\xdc\x61\xbb\x38\x4f\xda\x1b\xcb\x1d\xc0\x86\x72\x3d\x4f\x4a\xfa\x29\x05\x4e\xb9\x9e\xc7\x11\xf4\x5b\xb9\x9e\x5b\xb9\x9e\x27\xed\xe0\xc8\xad\x32\xcf\x1d\x36\x42\x3c\xb8\xa1\x3b\xdc\x6e\xbf\xdd\x5e\x3d\xf3\xf6\xee\x1b\x13\x9e\xf4\x9e\x8b\x6e\xcf\x6e\xdf\x7e\xdd\x1d\xb2\x86\xb2\x86\x86\x7e\x5a\xf7\x2a\xf3\x3c\x69\x78\xcd\x6d\x7a\xdc\x61\x2f\xff\x47\x29\xad\x3b\x6c\x2f\xe8\x56\x99\xe7\x51\x4a\xeb\x0e\x45\x97\x8a\x2e\x7d\x9e\xb9\x09\x9c\x3b\x6c\x7b\xe4\x51\x0b\xeb\x56\xae\xe7\x56\xa0\xe7\xb9\xad\xe6\x00\x0c\xc2\x06\x83\xe7\x8e\x3e\xc7\xa3\x9f\x3b\x0c\xf6\x38\x00\x7d\x2b\xd7\x73\xab\xc1\xf3\xdc\xd1\x80\x6c\x3b\xe6\x56\x7c\xe7\x51\xf6\xea\x56\x7c\xe7\x0e\xdb\x43\x7a\xee\xa4\x9f\xd5\x27\xae\x9e\xb9\xc3\x52\x77\xa8\xde\x7d\xfb\x4b\xcf\x7d\x9f\x7f\xea\xe7\x76\x86\x9e\x3b\x7b\xa3\x6a\x3c\x37\x6a\x3c\x8e\x4a\xdf\xaa\xee\xdc\x61\xd3\x40\xcf\x6d\x6d\x86\xd7\xb4\x79\x3d\xb3\x98\x4b\xaf\x7e\x6e\x2f\xe8\x51\xa2\xea\x56\x75\xe7\x0e\xdb\x9c\x79\xd4\x98\xba\x43\xd3\xa5\xe6\xf6\xed\xd3\xdc\xa1\x7b\xf7\x6d\x96\x3c\x4e\x06\xdf\x01\x5c\x04\x70\xe1\xc4\xed\xad\x6c\xce\xad\x5e\xce\x93\xcf\xd0\x0d\x33\x64\xb3\x2c\x4f\xb6\xb1\x28\x94\x73\x07\xc0\x92\x93\x91\x97\x70\x1b\xb6\x3d\xf2\xe4\xa4\x75\xb9\xb5\x4a\xe3\x3c\x39\x1b\x25\xb9\xb5\x61\x9b\x25\x4f\xb6\x7b\x87\x1d\x3e\xbb\xc3\xf4\xcc\xa2\xf5\x69\xe8\x36\xbd\xf2\xe4\x62\xe4\x25\xdc\x2a\xa2\xf3\xe4\xc7\x3f\x3f\xef\xbe\xe1\xe9\xc9\x67\x7a\x7f\x1a\xfa\x74\xbe\x7a\x4d\x60\xa5\xb2\xce\x93\xab\xa1\x5b\x56\xdc\xf2\xcc\x6e\xbd\x2f\x73\x69\x53\x2f\x4f\xee\x3e\xc7\xd2\xd0\x86\xa7\x07\x87\x75\x07\x10\x24\xdb\xff\xc9\x50\x51\xb6\xff\xad\x88\xce\x93\xa1\xb7\x9a\x38\xb7\x9a\x38\x4f\xd9\x26\xd2\xad\x7e\xcd\xad\x62\xcd\x53\x76\x38\xf2\x56\xaa\xe6\x56\xaa\xe6\x71\x4a\xf2\x56\x95\xe6\x56\x95\xe6\x29\xdb\xd1\xb9\x9d\x27\xb8\x9d\x15\x78\xca\x74\x3b\x2b\x43\x01\x9a\xc7\x59\xc2\x5b\x01\x9a\x5b\x01\x9a\xa7\x58\x86\x91\x99\x10\xb7\x99\xf0\x60\x52\xee\xb8\xc9\xdc\x5b\x05\x99\xe7\xf1\x35\xd5\x7e\xb9\xe3\x5e\xf6\x0f\x2e\xe3\x56\xd8\xe5\x56\xd8\xe5\x79\x76\xee\xe9\xad\x86\xcb\x1d\x37\x6f\xfb\x3c\x5d\x97\x8a\x86\x8a\x86\x4e\x3f\x8b\x67\x16\xcf\x34\x3f\x95\x79\xb9\xd5\x77\x79\xd4\x1c\xb9\x63\xf1\xcc\xbd\xec\x1f\xa5\x40\xee\xf8\x78\x23\x4b\xbb\x16\xcf\xdc\xfe\xc7\xff\x11\x76\xf7\x48\x14\xeb\x38\x76\x80\x73\xaf\xa2\x77\x60\x5d\x09\xe0\x4f\xec\xd8\xde\x83\x7e\xab\x26\x98\x9e\xae\xf6\xcc\xfe\x5d\x0f\x1f\x9f\x83\x0e\xe6\x05\x37\x51\x5d\x89\x14\x45\x90\x00\x88\x73\x4e\xec\xac\x78\x0c\x5d\x62\xb0\x7b\xc5\x1f\x5d\x35\x50\xec\x0c\x76\xb7\xf9\x8f\xdb\xc5\xb2\xbf\xd8\x6b\x47\xef\x73\x5f\x17\x8d\x7c\x25\x5e\xfb\xac\x38\x29\xf6\xa9\xa1\x0a\x2e\xba\x22\x9d\x20\xc9\x12\x7b\x65\x28\xfa\xcc\xbf\x24\xb6\x0a\xb2\x2d\xb1\x57\x1c\xd2\x27\xf7\x0b\xa0\x23\xc8\xb6\x74\x6a\x05\xb1\xab\xa9\x27\xdb\xd2\x69\x10\xc4\x7e\x79\x89\x0a\x24\xfa\xbc\xfc\xf3\x76\x3b\x13\x9f\x16\xec\xfd\xf6\x05\x2a\xba\xe8\xb3\x08\x05\x82\x6c\x4b\xec\x65\xd4\x7d\xbe\x9e\xf9\x68\xa8\xec\xb7\x9f\xbc\x8c\xfd\x31\x30\x65\xbf\xfd\x5c\x93\xf7\xd1\x7a\xd9\x6f\x3f\x8f\x75\xfb\xe3\xe2\xe7\xa2\xcf\xf2\xea\x52\xd9\x6f\x3f\xad\xa3\xa4\x59\x82\x26\x4b\x3f\x43\xe7\x79\x19\x3b\x2f\xe3\xb4\xfd\xd2\x5d\x89\xfd\xf5\xcc\xae\x4b\x2a\xe5\xf7\xb2\xca\x7e\x4e\xd3\x47\xa5\xfc\x5e\x39\x89\x8e\xa0\x3e\x76\xbe\xc3\xce\x77\x38\x79\x99\x74\x57\x82\xee\x4a\x3f\x7d\xff\x43\x1c\x72\x6c\x5a\xe7\x65\x52\x51\x09\x2a\x2a\x1d\x45\x7c\x10\x4c\x89\xa3\xf2\x0e\xfd\xe2\xa4\x10\x4c\x09\x12\x29\xfd\xaa\x6a\x8b\xa0\x94\x12\x07\x37\xe1\x0a\xcf\xdc\x3d\xf3\xf0\xcf\x42\x25\xc4\x71\x78\xe6\xe1\x99\x1c\xdf\x43\x24\x40\xe3\xa4\x5f\x95\x56\x0d\x60\x9d\x80\xd2\xe9\x68\xb2\xe3\xe0\xdf\x1f\xe5\xd1\xf7\x9b\xe3\x73\x70\xe5\x8f\xda\xd9\xfb\x1d\xfa\x99\x6e\x4f\xb7\xd7\x41\x5b\x1c\x36\xea\x83\xe1\xde\x16\x42\xb2\x24\x41\x88\xa4\xdf\xd6\x92\xa3\x36\xe3\x38\x98\xe3\xb3\xe9\x7c\x37\x9e\xf6\x64\x6c\xcb\x41\x81\x24\x8e\x4a\x15\xf4\xe7\xa7\x21\x0e\xfa\x51\xa6\xda\x1f\xbb\xf7\xd1\x0d\x08\xc3\x7d\xec\x36\xc7\x30\x74\xc3\x33\x6d\xd4\x07\x6b\xa6\x4e\xd2\x9f\xc3\xe7\x18\xde\x88\x35\x3f\x05\x3c\x89\xc3\xf6\x7b\x4c\xcf\x34\x97\x08\x91\xc4\x61\xa7\x7d\xfa\xba\x78\xb9\xe8\x76\x3b\xc3\x61\xa7\x3d\xec\xb4\x8f\xe5\xed\x28\xdb\x8e\xa3\xec\xb6\x3f\x6b\x94\x60\x68\xa8\x93\xf4\xe7\x32\x20\xa7\x2e\x95\x7b\xdf\x1f\xab\xce\x01\x58\x73\x9c\x1a\x62\xb0\x04\x4c\x82\x72\x49\x7f\xd6\x54\xbc\x34\x74\x69\x88\x33\x75\x5c\x1a\xba\x34\xf4\x1a\xba\x4b\x43\x97\x86\xea\x70\x24\x48\x96\x04\xc9\x92\x8e\x08\x38\x68\x95\x04\x00\x57\x7f\x7f\x9e\x69\x9f\x27\x59\xd2\xdf\x35\xc8\xb7\x6f\x64\x9f\x7f\xd7\x5c\x82\xa1\xa1\x63\xd2\x5f\x4e\x34\x01\x93\xa0\x5c\xd2\xdf\xf4\xee\x96\x8b\xe3\xf1\xcc\xa6\x75\xf6\x7e\xb0\xf7\x77\xfa\xc4\xaf\x91\x17\x40\x7c\xeb\x76\x01\xc4\x21\x80\xf8\x9a\x01\xb1\xd3\x02\x9a\x75\x55\x21\x11\xb5\xc5\x46\x94\x31\xf7\xef\x5a\x17\x4f\x17\x6b\xd6\x7d\xf6\x64\xa2\x21\x41\x34\xa4\xaf\x00\x32\xf8\xf5\x51\x7e\xfd\xd8\x0a\x18\x15\x01\xef\x12\x95\x2a\x18\x2b\x80\x0c\x39\x82\x28\x0b\x1f\x9b\x99\x4c\x2d\x24\xc8\x84\x0c\x65\x1d\x41\x2d\x24\x62\xf7\x4f\x29\x86\xe0\xd7\x47\x79\xf2\x63\xab\x0c\x5a\x90\x10\x09\x32\x21\xe3\x8f\x10\xb5\x2e\x0e\x17\xa7\x8b\x97\x8b\x9e\x79\x78\x66\x25\xb2\x03\x90\x2e\x20\xe8\x06\xba\xc7\x20\x1a\x12\x44\x43\x06\x25\xfd\xa0\x0f\x12\xf4\x41\xc6\x56\x69\xa0\x88\xd0\xf9\xd0\xf9\x4a\x92\x06\xb5\x90\x88\x8a\x00\xc6\xf6\xea\x12\x67\x9f\x22\xc8\xf8\xad\x01\x11\xe4\x47\x05\xf9\x43\x59\x47\x44\xf3\xcf\x5a\x2e\xc6\x4f\x7c\x1c\xcd\x1b\x35\xb7\xfb\xc4\xd4\x42\x22\x6a\x9f\x1f\x3f\x4e\x1f\xb5\x90\x88\xca\x41\x0e\x10\xe4\x20\x1a\x12\x51\xab\xcd\xf8\x75\x9f\xd8\x6a\x43\x49\x64\xfc\xba\x91\xe7\x11\xd0\x0e\x19\x3f\x79\x9c\x18\x46\x69\xf8\x27\x8b\x23\x05\x12\xa4\x40\xc6\xef\xf5\x35\x2d\x17\x51\xcb\xc5\xf8\x7d\x46\x49\xc4\x1f\xd3\xed\x9f\xd7\x9c\x5e\xb3\xd6\x90\xa1\x04\x23\xa8\x85\x04\x99\x90\xa1\x04\x23\x82\xef\x10\xe5\x3b\x8c\x5d\xe4\x17\x7c\x07\x98\xc7\xb1\x57\xc6\x3c\x28\x89\x04\xed\x90\xb1\x5b\xd2\x49\x88\x44\xd4\xc2\x32\x2a\xea\xfd\x0b\x87\x82\xa2\x48\xc4\xe9\xd9\xb2\x5e\xc1\xa1\x20\x33\x32\x28\x95\x07\x45\x91\x88\xcb\x4b\xf0\x32\x42\x8a\x21\x2e\x2f\x31\xcd\xa9\xcb\x67\xa9\x25\x65\x60\xa4\x8b\xe0\x65\xc4\xad\xbf\x56\x47\xda\x23\x11\xb5\xa4\x8c\x5d\x2e\x83\xbc\x48\x44\x95\xa8\x8c\x9d\x47\x48\x6c\x24\xe2\xf6\x4c\xfe\x48\xdc\xbe\x40\xad\x33\x63\x5f\x86\x6b\x81\x89\x5a\x60\xc6\x6e\x0b\x22\x44\x12\xa4\x47\xc6\x2e\xef\x40\x73\x24\xe2\xd1\x90\x00\x32\x44\x17\x84\x48\xc6\x21\xbd\x46\x81\x24\x68\x8e\x8c\xe3\xd0\x90\xf0\x80\xe6\xc8\x38\x0e\x13\x8d\xeb\x11\xe5\x7a\x0c\xfc\x6d\x11\xd2\x16\x84\x48\x06\x38\x49\x84\xf0\x20\x2a\x13\x3a\xe8\x65\x07\xb1\x91\x00\x5a\x1d\x64\xac\x23\x25\x23\x80\x56\xc7\x8a\xa8\xb3\x56\xab\xa0\x24\x32\xa0\x3c\x82\x68\x48\x64\x25\x36\x07\x94\x47\x64\xad\x56\x91\xb5\x4c\x0d\x80\x8e\xa0\x0f\x12\xf4\x41\x46\xf0\x86\x93\x97\x91\xb5\xf8\x8c\x30\xf2\x59\xb9\x85\xa0\x0f\x32\xe2\xd2\x90\xb5\x84\xce\xc7\xc8\x9f\x86\x24\x0e\xb2\x96\x94\x91\xd6\x3c\xca\x1e\x41\xd2\x63\x24\xc7\x87\x88\x47\x90\xed\x18\x29\x7c\xa5\xd0\x11\x10\xb7\x23\xcf\x75\x51\x3f\x2b\x12\x18\xaa\x03\x22\xad\x10\xd9\x3c\xb3\xea\x32\x22\xeb\xe0\x33\x28\x74\x8c\x7c\x34\x54\x4b\x43\x64\xad\x09\x23\xad\x4f\x64\x3b\x82\x6c\xc7\x40\x1c\x14\x64\x3b\x82\x6c\xc7\x50\x08\x10\x64\x3b\x22\x6b\xa1\x18\x0a\x01\x02\xde\x37\xb2\x9c\x94\x81\xf9\x27\x92\xeb\x91\x55\xbc\x36\x9a\x45\x8b\xb2\x47\x64\x25\x13\x47\x13\xbe\x12\xf8\x88\x2c\xb7\x64\x90\x5f\x8d\x1c\x3a\x5f\x45\xb5\xa3\xc9\x76\x52\xfd\x88\xb4\x42\x90\xe1\x8c\xb4\x7b\x53\xda\x18\x63\x5f\x17\x7d\xb8\xb2\xb1\x31\x78\x6d\xb4\x35\x82\xa8\xc6\x18\xe9\x9f\xb7\x37\xba\xdd\xce\xc7\xa1\xad\x11\x44\x35\xc6\x10\xad\xc1\x33\x07\x20\xf3\x18\xc3\x3f\x6d\xd4\xc9\x8e\x88\x01\x46\x32\x99\x2c\x4f\x7e\x8c\x7b\xfd\xd3\x33\xd9\xd1\x60\x9b\x29\x51\x48\x77\x63\x8c\xf5\x8d\x18\x57\x32\xae\x61\x1d\xa5\xad\x11\xc9\x8e\x68\xdf\x45\x8a\xbd\x29\x6d\x8c\x59\xc0\xe2\x00\xaa\x8e\xb6\xb9\x28\xfa\x6d\x1c\x73\xc2\x19\x83\xd8\x5a\x34\xd6\xd1\x58\xc7\x69\x3c\x29\x66\x44\xab\x6a\xd3\x41\x85\x2c\x5a\xa5\xe3\xa2\x55\xe1\xc1\x38\x25\x0a\x9b\xac\x5c\xab\x64\xfe\x38\x7d\xe2\x06\x83\xda\xca\x72\x06\x75\xaf\x20\x8e\x11\x54\x31\x06\x21\xaf\x20\x8e\x11\xe4\x30\xc6\x69\xb3\x6a\xbc\xf5\x56\xfb\xf5\x38\xc5\x9f\x8d\x1d\x35\x76\x74\x9e\xfe\x19\x6e\x0f\xb7\x9b\x21\x8d\xb7\xde\x42\xeb\x45\x58\x1b\x8d\xb7\x4e\xf9\x62\x9c\x82\x67\x80\xf2\xa0\x75\x31\x4e\xa1\x1b\xc9\x8b\xa0\x75\x31\xce\xd7\x6b\x0a\xc8\x5b\x59\xe3\x38\x45\xd4\x4d\x02\x8e\x1c\xc6\xa0\x85\x15\x4d\x02\xae\xd9\xa8\x2f\xde\x10\xe5\x8b\x68\x2c\xee\x5a\xe3\xc9\xe2\x5a\xed\xc2\x83\x98\x55\x34\xd9\x78\x72\x18\xe3\xe2\xc2\x37\xce\x7e\xab\xec\xda\xb8\xc2\x1b\xb1\xa3\xc6\x8e\x2e\x7e\x13\x6c\x7c\x00\xc5\x8f\x4b\x3c\xd7\x98\x4c\x63\x32\x37\x4f\xb0\xf1\xd6\x5b\xed\xad\xe3\x16\x0e\xd2\xb3\x88\x56\xdb\xe8\x20\x94\x13\x4d\x40\xde\x6a\x1b\x1d\xf7\x1a\x79\xde\x3a\x91\x8a\x71\x4b\x96\xd1\xaa\x08\x22\x15\x83\x7a\x4e\xb4\xd3\x78\xd6\x9e\x3a\xee\xcb\x37\x92\x9a\xa7\x5c\x31\x48\xea\x44\xbb\x34\x74\x69\xc8\x4a\xdb\x78\xeb\xcd\x66\x7a\x5b\x69\x09\x58\x04\xe5\x8a\x71\xdf\x5a\x07\x6e\x6f\xb5\x7d\x8e\x5b\x2a\x84\x64\x45\x10\xa9\x18\xb7\x8c\x39\xad\x8a\x20\x52\x31\x56\xec\xd5\x38\xe6\xad\x2c\x7c\x3c\xfc\x11\xea\x14\x41\x9d\x62\x3c\x5d\xe7\x25\xcb\x5a\x99\xe8\x78\xee\xbf\xe4\xa1\x88\x66\xaf\xa3\x3d\x31\xde\xcd\x4b\x7c\x3e\x4b\x05\xd6\x03\xcd\x4e\x34\x0e\x3a\xe6\x82\xf1\x66\xfd\x93\x6a\x44\x74\x86\xbb\x8e\xd1\xe8\x44\x04\x65\x88\x01\x2a\x1f\x9d\xdb\xdd\x2b\xa2\x1e\x9f\x15\xa2\x97\x19\x47\xaf\x34\xd9\xf8\xf8\x4f\xbd\xe2\xeb\xe8\x15\x58\x0f\xc5\xed\xd1\x9d\xd7\x91\x99\x18\x9f\x74\x3a\x45\x89\xa0\x28\x31\x3e\x5b\x7a\x67\xf7\x9d\xdd\x7f\xd2\xe9\x9d\x2b\xdf\xb9\xf2\x9f\x74\x3a\xd1\x89\xe8\x16\x03\x50\xf9\xa0\x3d\x11\xb4\x27\xc6\x27\x8c\xe9\x42\xf7\x7e\xb8\xdd\xf4\x21\x25\x11\x34\x24\xc6\xc7\x1c\x3b\xb7\x9b\x5c\xc4\x5c\x21\x47\xe7\x76\xf7\x72\xbb\xe7\x0a\x39\x88\x47\x04\xb9\x88\xb9\x19\xf9\x9e\x46\xa9\xd6\x84\xb9\x39\x18\xec\x69\x3c\x6b\x4d\x98\xc0\xea\xd1\x39\xe8\xbd\x2c\x7d\x62\xec\x8f\xee\xc0\xad\x57\x58\x3f\x37\x07\x83\x54\x23\x82\x5c\xc4\x54\xf1\x1e\x88\x24\xa2\x37\xfd\x0c\x9d\xe7\x8b\xf7\xae\x9f\x6b\x40\x64\xe3\x7b\xd7\x10\xa7\xbf\xdb\x7e\x7b\xd7\x90\xf4\x6f\xb7\xfd\x92\x99\x98\x5b\x41\xa9\x82\xcc\x44\xf4\xae\xf5\xb6\x6e\x37\xf2\x43\x43\x56\x5c\xa2\x13\xd1\x6b\xd9\x98\x78\xf8\x83\xf6\x44\xf4\x4a\x07\xcc\x75\xfa\xd6\xa5\x03\x68\x4f\x4c\xfc\x48\x41\x7b\x22\x68\x4f\xcc\x6d\xb8\x5d\x3a\x80\xf6\xc4\xdc\x4e\xb3\x4e\xe2\xbd\xd7\x02\x33\xb7\xf5\x35\x79\xd6\x28\x2e\xe6\x3a\x68\xeb\x9c\x68\x14\x17\xf3\xd7\xd6\x45\xb7\x97\xa5\xcf\xdf\xea\xa7\xd8\x1b\x9b\xc5\x54\x0a\x1e\x8b\xd4\xa2\x57\xfe\x7d\xfe\x64\xa6\x88\x47\x04\xf1\x88\xf9\x93\x4d\xc0\x6d\x11\xbd\x76\xef\x09\x00\x1f\x9d\x6b\x8c\xcd\x62\xfe\x1e\x0d\x49\xbc\x63\xb3\x98\x50\xf1\x41\x20\x22\x7a\x1d\xf3\x4d\xa5\xe0\x41\x20\x22\x10\x57\xcc\x5d\x56\x8e\x16\x44\x50\x7f\x98\xbb\xe3\x09\x0a\x0f\x81\x8e\x62\xee\xd6\x3c\x94\x13\x41\xbe\x61\x1e\xc2\x98\x51\xfe\x6b\x60\x97\x98\x87\x6c\x02\x76\x89\xa0\xe2\x30\x0f\x73\x89\x28\x43\x10\x65\x98\x87\x00\x02\xe9\x43\x10\x57\x98\xc1\xb3\x26\x8b\x10\xa8\x1c\x66\x4e\x17\x79\xac\xa3\xf6\xd6\x89\x88\x29\x46\x15\xd4\xc4\xa8\x4d\x75\xa6\x65\x98\x56\x42\xe0\x77\x98\x2b\x45\x8f\xdf\x21\xf0\x3b\xcc\x7c\x3d\x53\xa0\x3b\xca\xc6\x66\x33\x20\x83\x71\x61\x6d\x98\x4d\x52\x8f\x1e\x42\x50\x40\x98\xcb\x13\x1c\x7c\xdb\xc1\xb8\x1a\xdf\x01\x87\x43\xd0\x3c\x98\xc8\x11\x63\xb4\x75\x7b\xb5\xde\x86\x8b\x36\x55\x8c\x0e\xb3\x39\xb3\x40\xec\x10\x18\x1d\x66\x13\xa5\x21\x76\x88\xc1\xb8\x9a\xec\x21\x71\x84\x18\x5d\xe7\x9d\x38\xd3\x48\x08\xdc\x0f\xb3\x59\xac\x46\x37\x9e\x5d\x97\x6c\x80\x83\xc3\x3b\x86\x37\x92\x7c\xa4\x98\x10\x08\x21\x66\x53\xef\x80\x17\x22\x08\x27\xcc\x66\x2a\x12\x4e\x88\xc1\xe2\x48\xe1\xc7\x10\x51\xd3\x4f\x98\xeb\x78\x62\x88\xa8\xc7\xd4\x90\xbd\x6e\x38\x14\xc3\x2e\x31\x9b\x1c\x16\x76\x89\x18\xd3\x1b\x09\x89\x06\x8f\x60\x94\x89\x4e\xac\x86\x31\x44\xd4\xa3\x22\xea\x49\xcb\x3e\x86\x3d\x99\xc4\xc2\xa4\xe7\x1e\x38\x23\x02\x4b\xc4\xec\x9f\x67\x32\xae\x51\x3b\xed\x84\x75\x0e\xca\x07\x81\x25\x62\x0e\x26\x33\x18\x17\xce\x88\x49\xd3\x3c\x28\x1f\xc4\xa8\x0d\x77\xaa\x80\x0c\x0c\x12\x81\x33\x62\x2e\x17\x1e\x2f\x44\x50\x30\x98\x63\x0d\x08\x2f\x78\xd4\x46\x3b\xc7\x9a\x8a\x9f\xce\x7f\x5a\xe7\xb5\x51\x37\x88\xc1\x0c\x87\xc3\xe5\x21\xe5\x8d\x4f\x62\x92\x9a\x0e\x64\x11\x31\xcb\x6d\x9e\xd3\xa4\x45\x16\x11\x64\x0d\xe6\x64\x5c\x68\x21\x02\x11\xc4\x9c\xcc\x70\x0a\x31\x11\x41\xcc\xc9\xf1\xc1\x00\x11\x18\x20\x26\x10\x70\x4c\xe7\xdd\xe8\x1d\x66\x29\x01\xff\x85\x43\x81\xed\x21\x28\x20\xcc\x75\x6a\x80\xdf\x21\x66\xed\xad\xf3\x74\x0e\x82\xca\x21\x66\x65\xc4\xe6\x69\x71\x25\x7d\x10\x18\x1d\xe6\xa9\xb0\x86\xca\x41\xa0\x72\x98\x97\x1d\x8c\xb2\x40\x4c\xe6\x78\x8b\x43\x26\xcb\x9b\x2c\xef\xb1\xdb\xa0\x48\x88\x59\x3b\xd1\x7c\x9c\xe4\xe3\x46\x08\xd2\x00\x93\x3c\x57\xe0\x46\x08\xa4\x08\xf3\xb5\x36\x4f\x73\x9f\x0a\xc0\xa4\x70\x15\xd3\x34\x9f\xa6\xf9\xeb\x53\x23\x4c\x08\x2a\x00\xf3\xe3\xa8\x4d\x39\xa2\x59\x39\xa2\xf9\x59\x1d\x11\x1f\xc4\x54\x6d\xda\xa4\xec\x30\xe1\x07\x92\x82\x83\x46\x63\x9c\x95\x46\x88\xd3\x17\xbf\x25\x36\x91\x06\x04\xb6\x80\xc0\x98\x18\xa7\x4f\x7d\x0a\x9b\x5e\x4b\xfb\xe9\x53\x9f\xaa\xa5\x56\x99\xd4\xa9\x4c\x0a\xaf\x40\xbc\xea\x08\x90\x06\xc4\xe9\x74\xf2\x35\x29\x4e\x29\x06\x8c\x00\xf1\xb2\x27\x6c\xf0\x71\x2e\x42\x1e\x9b\x3f\x46\x80\xc0\x08\x10\x74\xab\xe2\xf4\x35\x31\x02\x04\x89\xaa\x38\x2d\xed\x88\x01\xe2\x93\xf1\xc3\x0f\x10\x78\xe3\xe3\x73\x52\x0a\xf5\x1f\xa7\xf4\x03\x50\x60\xe0\x86\x0f\x1c\x00\xf1\xdd\xba\x94\x5a\xb7\x98\x7f\x8e\x64\xe1\xfc\x63\xe1\xfc\x37\x59\x0f\xfc\xed\x71\x2e\xf2\x1c\x55\x21\xa7\x2c\xe2\xc2\xe4\x83\xe5\x05\x4c\x7e\x9c\xb5\x48\xe6\x26\xe4\x38\xa7\x2e\x2d\x9e\x1c\x41\xe9\x69\xd1\x82\xad\xcf\xdf\x6a\xc8\x77\x3f\xa1\x63\x7f\xd6\x92\xd3\x4a\x76\x2e\xf2\x1c\x69\xd5\x53\x18\x73\x56\x6e\x30\x7f\xbb\x0f\xa7\x6e\x08\x0a\x3f\x7f\x56\x1d\x48\xfb\x38\x17\xa3\x8e\x98\x16\xc4\x3e\x16\xa8\x9e\x8a\x4a\x20\x67\x8f\x13\x10\xf6\x77\x99\x21\xb2\x72\xb0\xf5\xb9\x52\xa0\x08\xd8\xe3\x04\x84\x25\x1a\x12\x78\xd8\xe3\x5c\xe4\x39\x1c\xc9\xd3\x9a\x07\x70\x9f\x14\x3a\x02\xd7\x7a\x80\xd1\x27\x54\x57\x9c\x72\x04\x0b\x3f\xbf\xb2\x87\xf0\xf3\xb1\xf0\xf3\xbb\xd3\x8d\x53\xfc\x81\x72\x3d\x8f\x6d\x5d\x34\x6d\x3e\x3c\x29\x8e\x27\xa0\xe2\xe3\x42\x9e\x73\x48\xbc\x5f\xac\x03\xc9\x7a\x1e\xe6\x12\x00\x7c\x2c\x00\xfc\xaa\x73\xc1\x99\x1e\x00\xec\x79\x7c\x35\x74\x97\x89\x79\x95\xeb\x91\x2b\x83\x06\x3b\x1e\x08\xca\x33\x1c\xc5\x23\x28\x8f\xab\x7c\xfe\xc4\xed\x1e\xc0\xdf\x71\x25\xae\x10\x69\xff\x8b\x63\xbe\xc0\xdf\x29\x11\x73\x29\x8f\x83\x01\xcf\x9c\x87\x8b\x87\x8b\x88\x4e\xd4\x7a\xe0\x1b\x0f\x44\xe3\xb9\x1c\x1f\xe0\xef\xb8\x6a\x9f\xcf\x26\x27\x88\x22\x3c\x50\x84\x67\x73\x92\x7f\xd9\xd2\xaf\x72\xa2\x13\xc6\x24\x10\x86\xc7\x42\x84\x37\x7e\xfd\x25\x20\xbf\x6a\x75\x4b\x18\x93\x00\x13\x8f\x05\x13\x6f\xd6\x64\x30\xf1\x58\x30\x71\xc4\x90\x01\x0a\x1e\x97\x39\xdf\xa4\x92\xa1\xbe\x03\xd1\x78\x2e\x2f\xe3\x72\xa6\x76\xe1\x88\x69\xca\xcd\xae\x53\x97\xea\x14\x2d\x9b\x04\x07\x98\x78\x2c\x98\x38\xa2\xe2\x80\x0f\x0f\x0c\xe3\xd9\x6d\x80\xc8\xc4\x03\x5a\x3c\xfb\xbe\x2e\xea\x3c\x43\xe8\xcd\x80\x38\x19\xc7\x1b\x9e\xbd\xaf\x8b\xfa\x89\x0e\xa6\x4b\x4f\xe3\x06\x0f\xa4\xe0\xb9\x6a\x13\x10\x7f\xc7\x85\x0e\x66\x48\xd1\x42\x6f\xc7\x42\x6f\xaf\xcd\x1f\x7a\x3b\xae\xda\xfc\x73\x28\x22\x83\xde\x8e\x85\xde\x5e\x05\x0b\x78\xbc\x03\x81\x77\x8e\x6b\xfd\xd3\xb4\x41\x18\xb5\x72\x6d\xd0\xdb\x81\x7a\x3b\xa7\x95\x01\x26\x3b\xf0\x6a\xe7\xf4\x4c\x08\xed\x00\xcd\xce\xc9\x89\x86\xd0\x0e\xd0\xec\x9c\xe6\x12\x4c\x76\x2c\x4c\xf6\x2c\xd8\x43\x20\xd4\x8e\x05\xbf\x9e\xbc\xb6\x5b\x2a\xf9\x3e\x10\x9d\x38\x19\xbf\xe5\xc5\xee\xaa\x42\xc9\x73\x5b\x17\x87\x8b\x35\xc1\x56\x51\x01\xdc\x75\xdc\x65\x4e\xb9\xaa\x02\xc0\xaf\x03\x4b\x76\x9e\xf1\xd7\x19\x0a\x48\xed\x40\xa1\x9d\xa7\xf8\x13\x4d\x76\xdc\xe5\xfb\xe7\xf2\x1d\xc0\xb0\x03\x0c\x3b\x4f\xf6\x84\x0a\x3b\xc0\xa9\xf3\x74\x4e\x7b\xb3\xbc\xbb\xf9\x27\x77\x16\xaa\x3a\xee\xca\x56\xe7\xf9\x78\x66\x5b\xb7\xd7\x57\x3d\xd7\xc0\x70\xe5\x81\xab\x73\xe5\xdc\xa0\xaa\xe3\xee\x9e\x29\x23\x7d\xf3\x32\x80\xa4\xf3\x92\x8c\xb8\x79\xd8\xf7\x58\xec\x22\x5a\xe7\x65\x60\xb6\xce\xcb\xb2\x81\xa8\x3a\x10\x55\xe7\xcd\x73\x85\x80\x0e\xd0\xe7\xbc\x15\x6b\xa0\x98\x0e\x34\xd2\x79\x3b\xc4\x01\x37\x8e\xdb\xdc\x27\x3d\x1c\xe0\xc6\x01\x67\x9c\x8f\xdd\xfb\x56\xf8\x05\x67\x9c\xcf\x6a\x9d\x95\x00\x18\xe7\x23\x0e\x01\x1b\x8e\xfb\x5d\x9c\x11\x66\x9f\x44\xf1\x8d\x59\x65\x79\x58\xa0\xc1\x01\xf6\x9b\xaf\xe4\x1e\xf4\x6f\xdc\x98\x0b\x5e\x69\xd5\x5b\x49\xe8\x8d\x34\xe9\x15\xcf\x03\xec\xc6\x83\x02\xed\x75\x42\x0e\xbe\x1b\x70\xbb\xf9\x3a\x20\x00\xdf\x8d\x67\xc3\x04\xe1\xb8\xef\xe1\x06\x3d\x3f\x2c\x03\x7c\xb1\x47\x50\xfa\x60\x2a\xf9\xac\x79\x40\xb9\xf1\x94\xe3\x93\x5f\x81\x6b\xe3\x29\xa6\x92\x78\x30\x95\x7c\x76\xb0\xc7\xd9\x2f\x34\x6e\x7e\x56\xb2\x87\x95\x3c\xac\xe4\x2b\xec\x46\x3c\xac\xe4\xc1\x54\xf2\xad\xce\xf3\x8d\x60\x73\xf3\x7b\xd7\xc5\x1a\x4f\x10\xdd\xfc\xa4\x01\x61\x73\x63\x61\x73\x57\x1a\xe8\x09\xad\x2b\xdb\xde\x9c\xcf\x43\xdc\xc6\x42\xdc\x6e\xb2\x72\x0f\xdf\xe8\x51\xb6\xbd\x15\x44\x25\xc0\x70\x03\xd5\x77\xa3\x53\x18\x70\xb4\xf1\x34\xc4\x07\x52\x0c\x70\xb4\xb1\x70\xb4\xdb\xea\xbc\x2d\x08\x9c\xb6\x6d\x9f\x7f\xf2\x9b\x9e\x01\x69\x2f\x27\xfc\x0c\x0d\x2d\xf0\x3f\x1f\x1c\x64\x36\x1e\xd0\x8f\x9f\x74\xe5\x23\x3b\xf3\x2c\x9c\x3f\x1f\xfc\x31\xbd\x17\x10\xf6\x67\x4f\x7e\xec\x21\xcf\x42\xef\x3b\x25\x7c\x94\x45\x3e\xe7\xc2\xcf\xeb\xa7\xba\x0c\xd0\xd7\xb6\xaf\xa1\x93\xd4\x7d\x2e\x90\xee\x43\x43\x92\x3b\x0b\xc9\x8a\xdf\x3c\x1e\x27\xa4\x00\xad\x6d\x17\xf9\x3f\x52\xb5\xcf\x82\xdf\x8b\x93\x1f\xa9\xda\xe7\x5e\x20\x75\xe3\xc9\x99\x5a\x50\x54\x0a\x57\x81\xf4\x3c\x40\x4a\x1b\x39\xa9\x80\x2c\x8d\x07\x2c\x8b\x48\x54\x3c\xf6\x90\x07\x02\xeb\x50\xa8\xf2\x08\x0b\x17\x42\xf4\x10\x01\x40\x81\x06\xf8\x67\x0b\x3b\x03\x14\x68\xbc\x80\xef\xab\x1c\xf6\x65\x47\x30\xa1\x2d\x76\xb7\x2f\xd7\xff\x07\x93\xed\x24\x02\xf2\x32\x16\xf2\x32\x79\x97\xaf\x72\xc3\x17\xa8\x21\xf9\xcb\xaf\x99\x0c\x80\xd9\x56\x55\xe5\x7b\xac\x68\x04\x82\x59\x3e\x1c\x1c\x33\x16\x1c\x33\x39\x53\xaf\x3c\xce\x0b\x18\x45\xcb\x23\xde\x58\x04\xb2\x40\xab\x72\xc1\x2f\xfc\x02\xa8\x66\x6b\x85\x31\x09\x18\xcd\x58\x18\xcd\x66\x47\xc0\xf4\x1e\x6f\xba\xbd\xad\x8b\x5e\x13\x5a\x6a\x79\x2e\x6f\x5b\x01\x12\xd0\xaa\x12\x0c\x38\xcc\x00\xc0\x6c\x6d\x75\x5e\xea\xf3\x45\xa2\xd1\x04\xa3\xaf\x75\xfe\xed\x5a\x57\x58\x01\x9c\x59\xa1\xd4\x1f\x17\x25\x38\x10\xbe\x07\xa8\x66\x6b\xaf\x41\xe6\xb5\xfd\x09\xdc\x94\xe1\x87\xd8\x8c\x77\x80\x8d\x3a\x25\x04\xc7\x8c\x05\xc7\xec\x82\x7c\xf4\xef\x01\x56\xd9\xba\x34\xd0\x5b\xb6\x12\x2f\x98\x78\x2f\xa4\x58\xd1\xde\xd6\xc5\xdd\x45\xad\x33\x19\xc8\xc9\xb6\xdc\x99\x77\xd1\x01\x03\x46\x0d\xa9\xe4\xf7\x5c\xcf\x04\x99\x14\x01\x80\x30\xc6\x7b\x83\x78\x5a\xac\x30\xb6\xc7\x9f\xa0\x45\x15\x5b\x78\xd8\xe3\x85\xb4\x9e\x6b\x90\x65\x24\xdf\x8a\x15\xda\xe4\xf8\xbc\xaf\x7f\x82\x4a\xcf\x35\x15\x9d\x27\xbe\xa0\xd2\xf3\x76\xf1\x73\xfb\xe7\x76\x55\x01\xdf\xa2\xc4\xad\x59\xde\xce\xf8\x4b\xa6\xcc\x00\x50\x0c\xc8\xc4\x76\xf2\xde\x3e\x31\x03\x64\x62\x3b\x0b\x69\x1f\xd0\x87\xf1\x27\xfa\xb0\x88\x59\xe2\x5b\x2c\xb8\x3b\xf0\x22\x47\x0d\x0d\x7c\xc0\x1b\xb6\xcb\x8c\xfe\x04\xcf\x38\xde\xdb\xc5\x41\x47\xee\x1e\x58\xdd\xdb\x25\xcf\xfc\xad\x50\x1a\xa7\xcd\xa5\xbc\x1c\xf0\x2f\x20\xfe\xda\xed\x40\xf8\xcb\x15\x4a\xbf\x2e\xd6\xb8\x7e\x4e\xf6\xfe\x84\xfa\x19\xd7\x4f\xda\xff\x6b\x6e\xbf\x8d\x96\x69\xfe\x01\xdf\xdc\xcf\xfa\xa7\x7e\x42\x1d\xdf\x1c\x1f\x10\xc1\xf8\xcc\xfd\x7b\xbd\xa6\xc9\xfb\x99\xbc\xab\x8c\xef\x73\x42\xfe\x55\x16\xb1\x3d\x36\xd5\x4f\x20\xf1\x0d\xd0\x34\x27\xcf\xf0\x7f\x01\xf1\xd7\x88\xfc\xc7\x27\x37\xf8\xe1\x4d\x78\x14\x95\x7c\xe2\xe4\x85\xea\x23\xb3\x1f\x9f\x48\x00\x64\xaf\xbd\x3c\x17\x78\xbc\xf8\x2c\xd8\xaf\x6c\x27\xb0\x5d\x2c\xb0\xdd\xcb\x49\x81\xab\x0b\xbc\xf1\xed\xe3\xa4\xc2\xd5\xc5\xc2\xd5\xad\xc3\xa6\xcf\x82\xfd\x3d\x0b\x35\xe5\x76\x4e\xff\x07\xe7\x4f\x05\x3b\x00\xea\xe2\xab\xda\x92\xf6\x99\xe6\x9f\x40\xf7\x7b\xdd\x3e\x8d\xbc\x7a\xd6\x85\xab\xfb\x04\x90\x1f\xa7\x7f\x41\xe8\x68\x46\xe7\xb6\x49\x4d\x00\xb3\x50\x6d\x4e\x20\xb6\x04\x62\xeb\x5b\x2d\x45\x45\x3c\x5c\x54\xc3\x30\x3b\xc5\x2f\x98\xf0\x6a\x09\xaf\xd6\x7f\xe9\x76\xee\x3a\x68\x5a\xff\xd5\xe1\x48\xc2\xa4\xe5\xa6\x68\xfc\x57\xc7\xa7\xb9\xd5\x9a\x9e\x10\x6a\x1d\xed\x78\xc2\x96\x25\x34\x59\xdf\x0b\x3a\x99\x5b\xae\x14\x0a\xd4\xcc\xe1\x9f\x8b\x12\x39\x17\xe8\x46\x3f\x05\xb3\x1b\xe8\xc7\x7e\xb9\xb8\x88\x8e\x95\x99\x22\x97\x2d\x2e\xe4\xba\x58\xfd\x24\xf1\x98\x9b\xb0\x77\xeb\xc0\x2c\xbb\x8b\x22\xdc\x0d\x76\xe3\x68\xba\x24\x44\x85\xe3\xea\xc7\xe9\x99\x98\xcc\xb6\xe9\x99\xd7\xfa\xa7\xd7\x9c\x0b\xcc\xe2\x99\x32\x30\x70\x5c\x3d\x56\xeb\x42\x54\x38\xae\x1e\xb5\x10\x26\x38\x57\x11\x32\x17\x48\xc4\x87\xc3\x8a\xb8\x9d\x40\x22\x61\x40\x2e\xcf\xbc\x16\x1e\xc4\x37\xba\x7c\x8e\x85\xdd\xe8\x46\x1e\xbd\xd9\x76\xc1\xc2\x54\xbd\x60\xc2\x78\xe5\x76\x7b\xe6\xe7\x6b\xf2\xc8\xb7\x07\xa8\xa1\xd2\x01\xb9\x09\x51\x37\xe5\xda\x19\xde\x5d\x5a\x66\x7b\xc1\x34\x2a\x4a\x4f\x20\xad\x84\xce\xea\x78\x4f\x73\x43\x56\xb8\x60\x59\x6d\xf3\xee\x18\x4b\x17\x02\x0b\xb7\x45\x82\x5e\x55\xee\xeb\x8f\x8b\x05\xa5\xc9\x9f\x49\xfb\xab\x65\xb8\xb7\x72\x4e\x13\xd8\x2a\x17\xd8\x8a\xcc\x44\xfe\x90\x15\xfe\x6a\xa5\xed\xcd\x80\xfc\xb8\xe9\x80\x58\xbd\x55\xf0\x9c\x3f\xc1\xec\xef\xa7\x4b\xd3\x33\xb1\x8e\xfd\xca\x73\xe9\xad\x52\x75\x09\xab\x95\xbf\x05\xa9\xa8\x44\x61\x02\x69\xe5\x6f\xd7\x25\x26\x03\x8f\x95\x80\x58\xbd\x7d\xde\x88\x9b\xfe\xab\xbc\x66\xa7\x70\x94\x3f\xc1\xec\x4f\xb9\x76\x2f\x54\x42\xfe\x24\x85\x60\xae\x7a\x5f\xaf\x19\x8b\x34\x1b\xd2\x21\x3d\x13\x77\xe0\xaf\x0e\xa2\x3a\x95\x9f\xfc\xa1\x09\x84\xa4\xea\xbd\x56\xda\x84\x9d\xca\xdf\x42\x4f\x30\x04\x88\xa8\xfc\x95\x3f\xd2\x47\xad\xf3\x49\xba\x22\x7f\x0b\x28\xb1\xc6\x13\xf9\xdf\x82\x3b\x8d\xd3\xbb\xcb\x64\xfe\xca\x31\xef\xca\x79\x12\x88\x29\x7f\x0b\x13\xf1\xad\x7f\x1a\x10\x55\xd4\xb3\xe8\xd1\xf3\x87\xf9\xf7\x37\xe1\x16\xc2\xed\xc8\xff\x7e\x4c\x06\x39\x41\xd2\xc8\xc8\xdf\x09\xb7\x30\x74\x9e\x21\xfc\xce\x85\x5b\x70\x91\x21\xfc\x18\x82\x14\x43\xfe\x18\x02\x2c\x53\x9f\xef\xfa\xa7\x86\x2e\x55\xfe\x9b\x2e\x61\x02\xfd\x3d\xca\xf4\x87\xdb\x1f\xaf\xc9\x10\xce\xe1\x1b\x3d\xba\xb4\x10\x0e\x6b\xda\x20\xea\x5b\x80\x23\xa5\x37\x09\x1c\x94\x3f\x86\x70\x59\x58\x7e\xa2\xd0\x1f\x8c\x41\x45\xe7\xff\xbd\x43\x51\xdc\xe2\x45\x31\x3e\xd4\xf0\xd7\x4b\xec\x28\xf3\xf6\x9a\xc3\x5d\x94\x9e\xfb\x4f\x42\x14\xac\x00\x50\x3f\x77\x29\x49\x58\xa1\x6e\x4b\x4f\x78\xa0\x5c\x78\xa0\xbb\xd0\x48\xb9\x0b\x3c\x77\x98\x42\x5b\x7a\xee\x02\x4f\x58\xa1\x6e\xf7\x4e\x90\xa1\x84\x15\xea\x76\xef\x84\x0e\xca\xdd\x8c\xbe\x8b\xc4\x31\x77\xeb\xfd\x0e\x80\x70\x57\x5e\x34\x41\x86\x72\xaf\x89\xdd\x1f\x6b\xde\x8e\x34\x7b\xb7\x09\x3c\xa9\xf5\xd0\x25\x00\x84\x67\x75\x3e\x35\x64\x9a\x3f\xa7\x7f\x9a\xe6\x7b\x53\x6f\xcf\x46\xf7\x72\x52\x72\xe1\x81\xa8\x54\xe4\x6e\xee\xef\xe6\x3e\x91\xa8\x04\x12\xca\xbd\x4c\xa0\xbf\xd6\xe6\xbd\x4b\x5a\x77\xd5\xe9\x15\xd7\x25\xe4\x50\x2e\xe4\x10\x5e\xc9\xdc\xbb\xf1\x04\x1b\x7e\xeb\x78\x22\xc1\x89\x72\xef\xaa\xe8\xd3\xd0\xc9\xf7\xef\xc3\x33\x2b\xa9\x9b\x30\x46\xc5\xe3\xfe\xc7\x45\xfb\x27\x70\x51\xee\xe5\xea\x74\x95\x26\xb9\x4b\x9d\xee\xec\xe9\x2b\xf8\x60\xee\x88\x79\x77\xa0\x40\x95\x26\xb9\xcb\xea\xec\x80\xc5\x9f\x65\x63\xc7\x9b\xb9\x03\x16\x43\x5c\x27\xc4\x51\x42\x13\x75\xae\x47\xee\xe7\x22\x8c\xaf\x2e\x7d\xa6\x39\x6c\x51\xee\x97\xdb\x2d\xed\xbb\x2c\xe9\xce\xc8\x3e\x0b\xcc\xce\xc8\x40\x8c\xc6\xb6\x46\xfe\xf2\x46\xb5\x05\x0d\x5a\x09\x49\x79\x26\x49\xce\x8c\xad\xfb\x9a\x8f\xe9\xad\xb2\x90\xb2\x40\xc2\x01\x25\x1c\xd0\xf8\xfd\x74\x69\x1d\x02\x94\x8b\x34\x96\x3f\x02\xeb\x93\xfb\xa7\x18\xbb\xfb\xa7\x2c\xe9\xfe\x29\xc6\x66\xe2\x20\x3f\x09\xf2\x33\x7e\x05\x01\xc8\x03\xc7\x25\x3c\xcf\xd8\xad\x10\x07\x96\xfb\x43\xb5\x3f\xe5\xa8\x3c\xf8\x4d\x87\x0a\x23\x1a\xdc\x09\xc1\x93\xa0\x3b\x63\x2f\x9f\x31\x0f\x84\xf6\xc7\xbe\x2a\x9e\xdd\xfe\x27\x4d\xbd\x3a\xe6\x3a\x31\x49\xe8\x9e\x3c\x0e\xb7\x57\x5e\x34\x0f\x66\x78\x28\x22\xdc\x6d\x2c\x07\xb7\xeb\x50\x44\x08\x19\x9c\x07\xb7\x0b\x0e\x68\x1c\xbb\x67\x1e\xff\xff\xac\xa3\xaa\x93\xeb\xdd\x0f\x1b\xcb\x51\x1b\xcb\x20\xd0\x5c\x9c\xf7\x75\x71\xb8\xa8\x9f\x1c\xb4\x23\x14\x37\x4f\xad\xb3\xcd\x43\xb5\xff\x61\xcd\x3b\x64\x47\x0f\xb5\xbc\xb2\x09\x79\xd8\x97\x8e\x32\xd8\x11\x75\xc0\x9e\x87\x73\x09\x18\xa1\x11\xcd\x6b\x2e\x42\xfb\x72\xe5\xc6\xf2\x5c\xa0\x82\x8a\x4e\xbf\x6a\x8e\xfd\x93\x19\x1e\xca\xf5\xe3\xd6\xd0\xd0\x50\xed\x44\x63\x39\x29\x60\x3d\x09\xcf\x33\xd2\xc2\x72\xd4\x99\x5a\x1e\x4a\x03\x11\xbe\x17\x37\x7f\xb1\xf1\x6f\xca\x8b\xcb\xb4\x0f\xbb\x0d\x98\xcd\x68\xbb\x7f\x5e\x3a\x5f\xfb\xcb\x68\xdc\x43\x18\x9a\x3c\x54\xec\xb5\xae\xf5\xdb\x64\x50\x77\xdb\x4e\xfd\xbc\x8d\x92\x8a\xbd\x66\xa5\x85\x9a\x49\xa8\x99\xd1\x3e\x53\x91\x2f\x76\xa8\xbb\x75\x3c\x91\x00\x32\x79\xb0\x8e\xbe\xaf\x7f\x6a\xfd\x51\x1f\x7c\xe8\xfc\xe3\x99\x8a\x71\xfb\xa1\x4b\x4e\xd8\x8e\xda\xb3\x46\x3f\x74\x49\x72\x15\xcc\x66\xf4\xe6\x76\x8c\xf4\x07\x93\xe9\xb6\x9e\x43\x72\xf5\xa8\x50\x63\xf4\xca\x50\x64\x38\x04\x88\xf2\x9b\xc6\xe4\xca\x85\xf4\x66\xa8\x95\x9b\x95\xfa\x4c\xb0\x97\x5c\xb0\x97\x59\x27\x7a\x19\x87\xd3\x30\x65\xe5\xb3\x4a\x84\x32\x4c\xef\x85\x70\x99\xcf\xba\x38\x5c\x9c\x2e\xde\x2e\x7a\xa6\x02\xba\x59\xcc\xa3\x09\xe1\x92\x0b\xe1\x72\xfe\xd6\xc5\xdd\x45\xd5\xb4\x95\xbf\x4b\x60\x96\x8c\x50\x77\x6b\xf5\x06\x66\xc9\x05\x66\x39\x7d\xe2\x70\x16\x17\xab\x46\xb6\x72\x97\x19\xb6\x9e\x68\x9e\xc9\x89\x86\x38\xc9\x58\x45\xae\xdc\x99\x90\xbd\x8f\x8a\x3f\xc6\x55\x47\x9c\x09\x47\x92\xa1\xda\xfb\x9e\xfe\x89\x80\x3d\xaa\x00\x60\xdc\xe6\x3c\x90\x48\x2e\x90\xc8\xbd\x5e\xd3\x09\x30\x58\xc8\x78\xb6\xef\x2f\x1d\x8a\x70\x7e\xb6\xc0\x22\x0f\x17\x39\x4c\xf3\x05\xfd\x78\xac\xb8\x30\x1f\x19\x0a\x53\xf1\xba\x64\x20\x4f\x06\xf6\x18\xef\xe6\xab\x52\x4e\x88\xca\xfe\x8f\xb7\x79\x09\xd1\xc5\x82\x69\x90\x54\x4a\x30\x8d\x5c\x30\x8d\x77\xbd\xae\xe8\x02\xdc\x62\xbc\xd6\xbc\x30\x4f\xc3\x3c\x95\x63\xcf\x78\xb5\xae\x3e\x1c\x0f\x49\xc6\x6b\x08\x2b\x24\x1e\xdf\x6a\xdd\xe4\x0d\x93\xf7\xbb\x4c\x49\x27\xc1\x51\x73\x78\x7c\xf7\xfa\xe7\xe9\xe2\xa5\xd4\xb2\x26\x45\x5a\xef\xe1\x25\x26\x82\xdd\x04\x9b\xc8\xfc\x29\xa0\x34\x79\x49\x85\x25\x8d\xb0\xb9\x55\x61\x45\xa6\x9d\x21\x7f\xea\x05\x35\x94\x4e\x06\x72\x57\xec\x68\xf2\x42\x5d\x64\xee\x1a\x32\xc8\x89\xd8\x3c\x77\x0d\x7d\xeb\xf6\xe9\x62\x55\x9a\xac\x0d\x30\xb9\x72\x59\x5b\xc9\xfc\x55\x72\x2f\x93\x2b\x07\xc2\x31\x7f\x55\xc1\x91\x59\x9b\x47\xe6\xa1\xe0\xcf\x34\x4f\x46\x96\xc7\xaa\x41\xd4\x90\x9d\x21\x43\x15\xa0\xf5\x29\xed\x0c\x20\x1c\xf3\xb7\x46\xc9\x26\x90\x2a\xe1\xe4\xc3\x13\xa0\x23\x53\xed\xe9\xce\x0f\x4d\x9b\x40\xa6\x7f\x72\x52\xa0\x3c\x32\xcb\x82\xe6\xde\xfd\x73\x1d\x4e\x37\xf5\x82\xa2\x4a\xf8\x8c\x4c\x75\xa2\x6b\x57\x04\xd3\x48\x30\x8d\x09\xb3\x93\xc0\x17\x09\x7c\x31\x8f\x34\xc8\xdc\x2e\xe0\x8b\x79\x58\xde\x80\x2f\x12\xf8\x62\xae\x20\x3f\x85\x31\xc0\x17\x73\xed\x75\x29\xf2\xcf\xa9\xdc\xf0\xd6\xcf\xb9\x8e\xdb\x3d\xd3\xea\x98\x4a\x37\x52\x91\x0e\xb9\x96\xd2\x0e\xa9\x8b\x8a\x1d\xd7\x77\x9f\x86\x4e\xd9\xd9\x61\xbd\x4f\xb6\x99\x65\x9b\x33\x36\xad\x8b\x82\xb2\x5c\xb2\x19\x3f\xdf\x88\x2f\x96\x97\x62\xc7\xe6\xbb\x3b\xc6\x4e\x55\x6b\xc1\x49\x49\x9b\x55\x96\x9f\x36\xd7\xa6\x0a\x24\x92\x40\x22\x33\xd7\x6b\xde\x86\xae\x12\x5b\x93\x8e\x49\x02\x89\x64\xaa\x28\xcd\x35\xbd\x97\xfe\x89\xa2\x37\xec\x9b\x99\xce\xb6\xc1\x42\x26\x02\xcb\x4c\x06\x0b\xd0\x31\x9b\xec\x4c\xbe\x6e\x7f\x15\x11\x72\xbb\xc0\x3b\x12\xae\x63\x36\x8b\x6b\xb2\xe2\xfc\xd4\xe1\x6d\x3e\x1c\x2b\xce\xb2\xe2\x89\x7a\x20\xf3\x33\x6d\x2a\xc0\x9a\x5d\xda\xa2\x49\x1c\x40\x80\xcc\x5e\xe7\x0b\xd9\xe4\x08\x5a\x25\x65\x67\x97\x0e\x68\xea\x39\xc0\x42\x66\x97\x1f\x69\xec\xbd\xb1\x77\x12\x7f\xd9\xe4\x08\x80\x44\x66\xd7\xf9\x26\xcc\x6a\xec\xbd\x8b\x3f\x1a\xa7\xaf\xed\x3a\xef\x8d\x1a\x7b\x6f\xec\xbd\xbf\x9e\x29\x9b\x00\x63\x32\x55\x07\x64\xa3\xa9\x02\x6a\x32\xbb\x88\xaa\xf1\x19\x61\x4c\xe6\xd8\xfc\x93\x69\x43\x95\xcc\xc1\xe9\x83\x23\xc9\xa6\xf2\x75\x54\x9d\x7d\x36\xbb\x62\x0b\xf5\x82\xfc\xe5\x46\x29\x05\x9c\x64\x0e\x33\xa4\x85\xd6\xd9\xfb\xe8\x9e\x29\x2b\xd7\xca\xc2\xe7\xa8\xc2\x8a\x6c\x54\x8c\x9a\xca\xd7\x61\x05\x83\x31\x49\x18\x93\x49\xdc\x24\x81\x4b\x12\xaa\x64\xce\xdd\xed\x34\x0b\xc0\x49\xe6\xb4\x58\x81\x93\x64\xb3\x08\xcc\xc3\x78\x8a\xd2\x00\x48\xe6\xf2\x1d\x1a\xfd\x93\xa6\x04\x7c\xde\x3e\x87\xd8\xab\x75\x0d\x55\x01\x5d\x36\x61\x56\x53\xed\x3d\x45\x2a\x6d\x95\xad\x0c\x25\x81\x9b\x01\x99\x5a\x9f\x8a\x07\xc3\xc8\x3b\x12\x6f\x4a\xed\xce\x42\xa3\x24\x3c\x48\xb6\x53\x09\xa3\x5d\x06\x3a\x24\xc1\x42\xe6\x69\x11\x00\xe8\xc8\xa6\xda\x1b\x13\x40\x82\x77\x24\x5c\xc7\xbc\xea\x08\x3e\xc1\x3b\xb2\x55\x9c\x34\xaf\x4d\x3f\xef\x55\xf5\x52\x73\xe9\xfa\x79\x4d\x8e\x24\xe8\xc7\xbc\x2c\xfe\x8d\xc1\x36\x06\x7b\xed\xeb\x9f\x5e\xb3\x4e\xe2\xe7\xb5\xeb\xbc\xbd\x18\x02\x64\x5e\xd6\xe4\x46\x9e\xa0\x3d\xca\x21\xe7\xbf\x68\x79\xe4\xf1\xaf\xfe\x04\x90\x48\xb6\xda\xbc\xe7\x25\xde\x69\xb6\xe4\xa6\x58\xf5\x96\x3c\x06\x07\x49\x70\x90\x79\x1f\x86\x80\x3f\xd9\xca\x7c\xe7\xbd\x66\xa4\xd4\x20\x38\xc8\x7c\x84\x0c\x9d\x31\xf7\x0a\xcf\xe6\x63\x08\x7a\x1d\xb4\x24\x54\xc8\x7c\x78\x9e\x9d\xf6\x00\x8c\xc8\x54\x9a\x90\x9d\xd9\x77\x66\xaf\x34\x21\xa9\x62\x26\x39\xcc\xf9\x34\xb7\xb3\x70\xf8\x91\xf9\x88\x0e\x60\x44\x12\x46\x64\x3e\xcc\x1e\x46\x24\x61\x44\xe6\x73\x6b\x88\x89\x42\x7e\xcc\xe7\x75\x3b\x99\x81\xae\x38\xfd\xe1\xbc\x75\xde\x2c\x00\xc8\x7c\x45\x70\x9d\x37\x0b\x0e\x32\xd5\x4f\x66\x67\xb7\x9d\xdd\xd2\xac\xcc\x6e\x4b\xee\xa1\xa0\xd4\x7a\x0d\x1c\x92\x50\x21\xf3\x15\x19\x75\x5b\xf2\x82\x83\xbc\x75\x58\x98\x70\x20\x09\x00\x32\xdf\x3a\x4e\x4e\x38\x90\xec\x65\xa9\x93\x76\x44\xf6\x5c\x45\x4f\x9b\x8b\x9e\xc9\x6e\xa1\x42\x26\x7d\xc9\x04\x07\xc9\x05\x07\xc1\x28\x97\x70\x20\x09\x00\x32\x21\x69\x12\xf2\x23\x17\xf2\x03\x78\x3f\x01\x39\xb2\xab\x2e\xff\xa6\xf1\x94\x87\x03\x58\xd8\xb6\xd3\x64\x50\x3c\xd8\x6b\xb3\xd9\xb6\xcb\xed\x8f\xd6\x6b\x9e\x6d\x1b\x6b\xec\xb6\x10\x92\x97\x1b\x3a\xb4\x1c\x05\x14\xcc\x51\x93\x61\xdb\x2c\x64\xa0\x06\x39\x6a\xb9\xdf\x36\x5b\xf2\x30\x19\x48\x57\x6e\xbf\x7d\xfd\xf3\x76\xf1\xad\x8b\x52\x58\x40\x09\x49\xb3\x72\xfb\x09\xac\x86\xe5\x7e\xd4\x44\xd9\x20\x3f\x72\x70\xef\x46\x2d\xf0\xdb\xcf\x52\x32\xb8\x77\xa3\xdc\xbb\x6d\xa5\x32\x48\x5e\x26\xc9\xcb\xed\xd7\xb4\xbe\x74\xb5\x76\xad\xd7\xc1\x73\x69\x67\x95\x5a\x56\xbd\xe6\x61\xe8\x00\x1d\x12\xb4\x61\x3b\xaa\x46\x2b\x21\x1c\x92\x78\xe4\x76\x5c\xfe\x29\x8a\x21\xbc\xb8\x85\x70\x69\x70\x47\x06\x82\x46\xe0\x9e\x1c\xab\xb2\xac\x36\xda\x43\xe5\x6a\x2a\x24\xcf\x51\x83\x7c\x20\x19\xc8\x69\x90\x27\xaa\xd1\xcd\xca\x30\x55\x29\x2e\x09\xbb\xad\xce\xaf\x52\x65\x75\xaa\xac\x3e\xb6\xef\x5f\xd2\xa2\xef\xdf\x9f\xfb\xdf\xcf\x7f\xfc\x8f\xff\xf5\xbf\xcf\x7f\xfc\x9f\xf3\xdf\xdf\xbf\xdd\xff\xf5\xcf\x7f\xbe\x7f\xff\xcf\xe7\xdf\xee\xff\xfc\xdb\xff\xfc\xe3\xea\xdf\x9e\xf7\xfb\xb7\xbf\xbf\xff\x7c\xff\xef\x7f\xfc\xd7\x3f\xef\xf7\x6f\xff\xf8\x8f\x7f\xfc\x71\x57\xfd\xfe\x5f\x00\x00\x00\xff\xff\x9f\x82\x60\xf5\x33\x11\x03\x00"); +func _cggg ()([]byte ,error ){return _fd (_ggfe ,"UniKS-UTF32-V")};func _edc ()([]byte ,error ){return _fd (_cggf ,"ETen-B5-V")};func _cada ()([]byte ,error ){return _fd (_eebdb ,"V")};func _ace ()([]byte ,error ){return _fd (_agb ,"GB-EUC-H")};var _agb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4b\x6f\x1b\xb7\x17\x05\xf0\x3d\x3f\x05\x97\xf9\x2f\xf2\x37\xdf\x0f\x80\x18\x20\xef\x7a\x91\xa6\x68\x9a\xb6\x40\xd1\xc5\x90\xbc\x34\x04\xd4\x92\x20\xcb\x0b\x7f\xfb\xe2\xde\xe3\xb8\x45\x17\x89\xac\xa3\xcb\xa3\x99\xdf\x10\x9a\xb9\x79\x77\xfb\xfe\xf6\x78\xb8\xea\x9b\x9f\x2e\xa7\xf1\x95\xae\x7a\x1d\x8e\xf3\x42\x0f\xa7\xc7\xcb\x20\xdd\xe9\xee\x70\x54\xca\x3a\x3d\x0f\xe3\xfa\xfd\xad\xbc\x8c\xfb\xfd\xac\x14\xaf\xff\xfa\xf4\x70\xa5\xfb\xdb\xe3\x3a\x69\x8f\xb9\xf9\x78\x7e\x9e\xd5\xfa\xe6\x67\xba\x3b\x3c\x5c\x2f\x4f\xfa\xd5\x9b\x79\xea\xf4\x3f\x3d\x69\x71\xfe\xe5\x32\xe9\x72\x38\xde\xe9\x57\x9f\xde\xda\x97\xf4\xeb\xe3\xf9\xfc\x17\xdd\xd3\xf1\xaa\x8d\x64\x74\x9c\xf2\xaa\x6e\xde\x7d\xde\xcf\x3f\xee\xf7\xa4\x6f\x3e\xbd\x7d\xfd\xe1\xdb\xbb\xd7\x3f\xc8\x07\x92\xff\x4a\x97\x87\xc3\xe9\xa8\xeb\xff\x8d\x49\xff\xc4\xbf\x3c\x9d\x49\xdb\xe7\xf5\xdf\x6e\xdf\x7f\x59\xeb\x81\xae\xda\x1a\x74\xdf\xfc\xfe\xed\xf6\xbd\xfe\xc3\x6a\x6b\xb4\x8b\x3e\x99\x3f\x9f\x47\x7f\xfb\x7c\x9a\xf4\x7c\x00\xca\xe1\x5c\xc6\x69\xd2\xc3\x79\x1f\x74\xd9\x8f\x77\xa4\xb4\x6e\xc6\x6c\x5a\xeb\x56\xcc\xc6\xef\xde\xd8\x37\x76\xd3\xed\xe3\x87\x8f\x1f\x36\x3e\xea\xff\xcc\x2b\x8b\x9a\xe3\xe9\x3a\x69\x21\x93\x86\x66\xd7\xa6\x73\xb6\x89\x17\xfd\xfb\x53\x55\xcd\xf3\x37\x1f\xe6\xf3\xbc\xe3\x79\xfe\x4f\xe6\x9b\xe3\x2f\xcc\xb4\xe9\x62\x83\x6a\xbb\xdd\xf9\xfd\x6e\x17\x6d\xba\x26\xd5\x76\xd7\x25\x70\xe4\x36\x6d\xab\xe1\x84\x22\x12\xda\xb4\x0b\x92\x2c\xcc\xac\xb1\x69\x17\x39\xf1\xa8\xf1\x5c\xe3\x92\x53\x6d\x0f\x48\xc2\xf2\x9b\xf6\x91\x9b\x23\x92\xb8\xd2\xa6\x83\xaf\xaa\xed\x09\x49\xea\x65\xd3\xd1\x45\x4e\x06\x92\x15\x37\x1d\x03\xcf\x64\xcc\x64\xfe\x20\x19\x6e\xce\x13\x09\x1f\x44\xf2\xbc\xaa\x60\xa6\x0c\xb3\xe9\x94\x0a\x27\x43\x8e\xb9\xd0\xbe\xe9\x6c\xf8\x08\xeb\x1e\x38\xa9\xc4\x72\x9e\x67\x76\xac\xda\xd7\x0b\x46\x47\xd2\xb9\xa7\x9a\xa2\x5a\x37\x92\x74\x23\x3c\x7c\xee\x1d\x60\x5d\xc0\xac\xf1\x41\xb5\xee\x10\x39\x89\xac\xe3\x75\xf0\xe8\xe2\x61\x9d\x73\xaa\x75\x80\xf4\x20\x91\xe7\x4b\xd1\x21\xd2\xa3\x44\xc1\x72\x3d\x48\x7a\x92\x28\x1a\xae\x87\x40\xcf\x88\x2a\xd7\xe3\x84\x7b\x91\x28\x55\xae\xaf\x88\xaa\x44\xb9\x70\x3d\x4e\xb0\xcb\x09\xda\x52\xb8\x1e\x67\xd8\xbb\x44\x35\x73\xfd\x40\x34\xe4\xd2\x19\xd6\xeb\x13\xd1\x94\xc8\xf2\xe5\xec\x84\x88\x24\x72\x7c\x3d\xfb\x42\xb4\x24\xf2\xbc\x0d\x06\xb8\x86\x70\xb9\x10\x82\x6a\x03\x5e\x43\xbc\x5c\x64\xf8\x01\xaf\xe1\xb0\x59\xbc\x53\x6d\xc0\x6b\x60\xff\x64\x97\x54\x1b\xf0\x1a\xe2\xe5\x8a\xe3\x7a\x78\x0d\xf1\x72\x95\x2f\xd9\x80\xd7\x10\x2f\x6f\xf8\x9a\x0d\x78\x0d\xf1\xf2\x96\xb7\xcc\x80\xd7\x28\x88\x78\x9f\x0f\x78\x0d\xf1\xf2\x8e\x37\xfa\x80\xd7\x10\x2f\xef\x0b\xd7\xc3\x6b\x88\x97\x0f\x99\xeb\xe1\x35\xc4\xcb\xc7\xcc\xf5\xf0\x1a\xe2\xe5\x53\xe2\x7a\x78\x0d\xf1\xf2\x39\x71\x3d\xbc\x86\x78\xf9\x12\x83\x6a\x13\x5e\x53\xbc\x7c\x0d\x45\xb5\x09\xaf\x29\x5e\xc1\x04\xa7\xda\x84\xd7\x14\xaf\x60\x7d\x52\x6d\xc2\x6b\x8a\x57\x70\xde\xa8\x36\xe1\x35\xc5\x2b\x78\xc7\xf5\xf0\x9a\xe2\x15\x82\xe5\x7a\x78\x4d\xf1\x0a\xd1\x72\x3d\xbc\x66\x5e\x75\xd3\x21\x19\xae\x87\xd7\x14\xaf\x90\x6a\x54\x6d\xc2\x6b\x8a\x57\xc8\xa5\xaa\x36\xe1\x35\xc5\x2b\x94\xe2\x55\x9b\xf0\x9a\xe2\x15\x6a\xce\xaa\x4d\x78\x4d\xf1\x8a\x26\x5b\xd5\x26\xbc\xa6\x78\x45\x9b\xb8\x1e\x5e\x53\xbc\xa2\x8b\x5c\x0f\xaf\x29\x5e\xd1\x47\xaf\x1a\xc1\x8b\xc4\x2b\x86\x90\x55\x23\x78\x91\x78\xc5\x18\xac\x6a\x04\x2f\x12\xaf\x28\xbf\x10\x04\x2f\x12\xaf\x98\x5d\x55\x8d\xe0\x45\xe2\x15\x8b\xe3\x7a\x78\x91\x78\xc5\x6a\xb9\x1e\x5e\x24\x5e\xc9\x58\xae\x87\x17\xc9\xfe\x4a\xd6\x70\x3d\xbc\xa8\x20\xaa\x5c\x0f\x2f\x12\xaf\xe4\x2a\xd7\xc3\x8b\xc4\x2b\xf9\xc2\xf5\xf0\x22\xf1\x4a\xa1\x70\x3d\xbc\x48\xbc\x52\xcc\x5c\x0f\x2f\x12\xaf\x94\x12\xd7\xc3\x8b\xc4\x2b\xe5\xc4\xf5\xf0\x22\xf1\x4a\x25\x66\xd5\x16\xbc\x96\x78\xa5\x1a\xad\x6a\x0b\x5e\x4b\xbc\xb2\x09\x51\xb5\x05\xaf\x25\x5e\xd9\xf2\x2f\xf3\x82\xd7\x12\xaf\xec\xbc\x57\x6d\xc1\x6b\x89\x57\xf6\x8e\xeb\xe1\xb5\xc4\x2b\x07\xc7\xf5\xf0\x5a\xe2\x95\xa3\xe5\x7a\x78\x2d\xf1\xca\xc9\x54\xb9\xd1\x7d\xbf\x3d\xf1\xdf\xfc\x54\xf0\x72\xa3\x1e\x8f\x97\x0b\x1d\xaf\xf2\x4c\x20\xf7\x63\xbe\xa1\x1e\x8e\xf4\xf2\x7c\x71\x3e\x9d\x79\x95\xfc\xfb\x3b\x00\x00\xff\xff\xf6\x6c\x4f\x32\x8b\x08\x00\x00"); +func _fd (_fc []byte ,_dc string )([]byte ,error ){_gd ,_fa :=_fb .NewReader (_b .NewBuffer (_fc ));if _fa !=nil {return nil ,_dd .Errorf ("Read %q: %v",_dc ,_fa );};var _ef _b .Buffer ;_ ,_fa =_e .Copy (&_ef ,_gd );_ge :=_gd .Close ();if _fa !=nil {return nil ,_dd .Errorf ("Read %q: %v",_dc ,_fa ); +};if _ge !=nil {return nil ,_fa ;};return _ef .Bytes (),nil ;};var _egegc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4b\x8b\x64\xb9\x11\x85\xf7\xf7\x57\x68\x39\x5e\xd8\xa5\x47\x3c\x24\xb8\x5c\x30\xdd\x03\xae\xc5\xcc\x18\xb7\xc7\x36\x18\x2f\xf2\xa1\x6c\x12\xdc\x99\x49\x56\xd6\xa2\xff\xbd\x89\x73\xb2\xdb\xcc\x2c\x8a\xa8\x3c\x84\x42\x8a\x4f\x11\x92\xee\xcb\x87\xd7\x8f\xaf\x97\xf3\x23\xbd\xfc\xf5\x7e\x3d\x7c\x9a\x8f\x74\x3a\x5f\x8e\xf7\xf9\x76\x7d\xbf\x1f\x66\xda\xcf\xcf\xe7\xcb\xb2\x94\x9a\x8e\xe7\xc3\xe3\xdb\x4f\x98\xc3\x97\xdd\x6d\x59\x62\xfc\xa7\xaf\x6f\x8f\xf9\xe5\xf5\x72\xba\xa6\x46\xbf\xe3\xfb\xed\xe9\x9b\xd2\xcb\xdf\xe6\xe7\xf3\xdb\xe3\xfe\x35\xfd\xf0\xe7\xe3\x75\x3f\xff\x90\x8e\xf3\x14\xfa\x2f\xf7\xe3\xbc\x9f\x2f\x9f\xd3\x0f\x1f\x7e\xfe\x54\xbe\xcb\x9f\xde\x6f\xb7\xff\xce\x2f\xf3\xf2\x48\x19\xda\xbc\x1c\x61\x97\x97\x0f\x3f\xed\x6e\x3f\xef\xbe\xcc\xf4\x12\x23\xfe\xf8\x17\xc8\x50\xff\x31\xef\x6f\xe7\xeb\x25\x95\xfc\xa7\x9c\xed\xff\xfa\xdf\xbf\xde\x66\x2a\xcf\xe1\xbf\xbe\x7e\xfc\xe5\x74\x7a\x9b\x8f\xe4\x99\xa1\x5f\xfe\xf5\xeb\xeb\xc7\xf4\xef\x92\x4a\x4e\x55\x5b\x97\xff\x3c\x5d\xff\xf9\xd3\xf5\x38\x9f\xf3\x2f\x85\xb9\x1c\xae\xc7\xf9\x76\xdb\x1d\xe6\x7d\x77\xf9\x3c\x97\x94\xd6\x5a\x6a\xd9\xd2\xea\x3f\xfa\x8f\x5b\x2c\xf3\x77\x1e\x4b\xc9\xf9\x39\xf4\x7c\xa4\xf4\x6d\x48\x2d\x3e\xb7\x34\xc6\xb2\xd6\x4a\xa1\x86\x50\x46\x5b\xd6\xda\xa8\x34\x99\x5b\xaa\xdd\x97\xb5\x0a\x15\x09\x9f\xd6\xc2\x47\xa9\xa8\x1d\xb6\x24\x35\x7c\xd4\x26\x14\xcf\x5b\xd2\x1c\x3e\x46\x1f\x6b\x33\x14\x5b\xd6\xea\x54\x60\x74\x28\x94\x4a\x45\xb6\xa4\x8d\x3e\x4a\x45\xc3\x87\x8a\x51\xb1\xf0\x19\x50\x9c\x8a\x6f\xc9\x72\x85\xd2\xa9\xf4\x2d\xa9\x64\x28\x83\xca\x21\x7c\x1a\x94\x23\x95\x53\xf8\x94\x50\x5a\x86\x12\xc6\xb2\x43\xe1\x0a\x1b\x56\x38\x3a\x24\x2e\x31\x8c\x65\x2a\x8d\x4a\xdb\x92\x15\x4c\xd6\x84\x4a\xa4\x21\x02\x85\x69\x84\xb1\xc2\xc9\x98\x46\x18\x1d\x60\xef\x8d\x79\x84\x51\x01\x8f\xc6\x3c\xda\x88\x61\xc8\xac\xed\xa8\xec\xc2\x07\x3c\xda\x9e\xca\x3e\x16\x94\x39\xff\x81\xd2\x21\x9c\x98\x08\x93\x0d\x63\x85\x2b\x9a\x54\xe6\x96\x0c\x9b\xe8\xed\x44\xe5\x84\x40\x98\x5f\x48\x44\x4a\x38\x61\x98\x30\xfd\x30\x2a\x48\x5f\x98\xbe\x58\xf8\x60\x45\xc2\x3c\x04\x79\x20\x33\x61\x1e\x12\x6b\x14\xe4\x21\x5c\xa2\x60\x3f\x58\x0e\xc2\x35\x86\x31\xa6\x26\x5c\x63\x18\x55\x64\x26\x5c\xa3\xc6\x16\x71\x7a\xe5\x16\x69\xec\x87\x22\xb4\x72\x41\x1a\x25\xa3\x60\xad\x64\xad\x3d\x7c\x90\x86\xb2\x1c\x34\x30\x3e\x15\x62\x54\x62\x04\x34\xe5\x1a\xf5\xb4\x25\xaf\x98\xde\xc8\x23\x8c\x57\x10\x32\x4e\x1f\x46\x15\x8b\x36\x12\x32\x0d\x1f\x2a\x9c\x3e\x8c\x2a\x22\x1b\x09\xd9\x71\x4b\xde\x18\x99\xa9\x86\xb1\xfc\x1c\xc6\x5c\xbd\x86\x13\x86\x39\x33\x0b\x63\xb9\x22\x7d\x67\xa9\x79\xdf\x92\xb3\x8a\x9d\xa9\x85\xb1\x5c\x81\xdf\x59\x34\x1e\xd3\x91\xac\x73\xba\x30\x1d\xf9\x77\x36\x63\x8f\xb6\xea\xaa\x50\x9c\x8a\x6f\xa9\x5b\x85\xd2\xa9\xf4\x50\x0c\xca\xa0\x02\x8e\x1d\x0a\x38\xf6\xe8\x8f\x6e\xb1\xea\xce\xfe\x80\xb1\xcc\x61\x6c\x90\x1e\xc5\xdf\x1d\x93\xb1\xf6\x7b\xd4\x75\xc9\xa8\xd0\xde\x9e\x91\x62\x47\x0a\x17\xc0\xc2\xee\x51\xb4\x25\x17\xcc\xc7\xaa\xed\x51\x85\x25\x57\x78\x09\xa3\x47\x6d\x15\x12\xe8\xac\x2d\x18\x2b\xd6\x20\x4d\x4a\x13\x12\x62\xb1\xba\x7a\xd4\x52\xc9\x38\x5b\x3a\x8b\x09\xc6\x8a\x51\x62\xf8\x28\xa1\x52\x3b\x06\xea\x8e\xd2\x2e\x7a\x80\x09\xb1\x9e\x7a\x54\x43\xa9\x03\x09\x19\x63\x85\x51\xcb\x50\x18\x2a\x4c\x69\x28\xba\x6e\x4a\xc9\x43\x42\xcf\x77\x23\x76\xdb\x6f\xa9\x58\x07\x40\x23\x88\x30\x6a\x05\x0a\x33\x8c\x03\xb7\x18\x4e\xd3\xee\xdc\x52\xdf\x6f\xa9\x66\x8e\x73\x8e\x8b\x7d\xaf\xec\xcd\xc1\x8d\x87\x71\x6f\x05\x52\xa5\x54\xc3\x0b\x4d\x35\x6a\xa3\xd4\xe0\x45\x49\x28\x29\xbc\x1a\x24\xa3\xb4\xdf\x52\xcb\xc2\x58\x07\x4a\x71\x59\x68\x51\x48\x27\x4a\xa7\x2d\x8d\x8c\xa6\x19\x3c\x7a\x61\x06\x4b\x74\xf0\xec\x1d\x51\x36\x6d\x60\xcb\x06\xcb\x66\xc4\x29\x2a\x8d\xeb\xe2\x31\x0a\x23\x8e\x43\x73\xb0\x94\x46\x9c\x9d\x9a\x85\x5e\x83\x12\xb6\x2c\x87\x9b\xf0\xa6\x93\x1a\x67\x9b\x46\x75\x09\xef\x35\xc1\xbd\x86\xfb\x48\x78\xaf\x89\x86\x62\x7d\xe0\x56\xfd\x76\x79\x2e\x6a\xbf\xbf\x4e\x85\x77\x9c\x58\xf8\x7b\x6f\xcb\x2a\xbc\xe3\x84\x8d\xe6\xbe\xac\xc2\x46\x13\x6c\xc1\xf0\xb2\xac\xc2\x1d\x90\x81\x3b\x37\x5b\x4c\xbc\xa3\xb4\x83\x54\x74\x2c\xab\xec\x29\xed\x21\xd5\xc0\x2d\x07\x4a\x07\x48\x2d\x0e\x7a\x39\x52\x3a\x42\x92\xd8\x01\x99\x94\x26\x24\x6d\x11\xfe\x44\xe9\x04\xc9\xa2\x43\x34\x43\xd2\x0c\xc9\x6b\x5b\x56\xe5\xe3\x40\xf1\x38\x28\xbd\xf8\xb2\x2a\xa1\xe9\xf3\x79\x10\x17\x99\xf2\x7d\xa0\x0d\x25\x85\x6b\x43\x09\x52\x85\x52\xdc\x6d\x4a\x92\x0a\x92\x15\x0f\x0b\x25\x2c\x05\xac\x8a\x97\x85\x92\x96\x82\x56\x6d\x3d\xc2\x13\x97\xb2\x62\x25\x5a\x4b\xc9\x4b\x07\x8b\x38\x7a\x52\xc9\x4b\xc1\xab\x5a\x14\x8b\x92\x97\x82\x57\xf5\x38\x76\x95\xbc\x14\xbc\x6a\x8f\xab\x41\xc9\x4b\xc1\xab\x8e\x28\x0c\x25\x2f\x05\xaf\x86\x53\x40\xc9\x4b\xc1\xab\x95\xb8\x2d\x8d\xbc\x0c\xbc\x5a\x8d\x37\x8f\x91\x97\x15\xbe\x8b\x6a\x59\x56\x23\x2f\x03\xaf\x26\x51\xfd\x46\x5e\x06\x5e\x4d\xf3\x58\x56\x23\x2f\xe3\x83\x0a\xaf\x13\x23\x2f\x53\x4a\x23\xc2\x93\x97\x81\x57\xf3\x11\xe1\xc9\xcb\xc0\xab\xf5\x1e\xe1\xc9\xcb\xc0\xab\x0d\x8f\xf0\xe4\x65\xe0\x25\xd9\x23\x3c\x79\x19\x78\x49\x89\x63\xda\xc8\xcb\xc0\x4b\x6a\x9c\x29\x46\x5e\x06\x5e\xd2\xe2\x52\x30\xf2\x32\xf0\x12\x89\x03\xc4\xc8\xcb\xc0\x4b\x54\x22\x3c\x79\x19\x78\x89\xc5\xdd\xe5\xe4\xe5\xe0\x25\x38\x66\xfc\xf9\x5e\x05\x2f\xe9\x71\x9d\x3a\x79\x39\x78\xc9\x28\x63\x59\x9d\xbc\x1c\xbc\x34\x97\xb6\xac\x4e\x5e\xce\x46\x2d\x71\x6c\x3a\x79\x39\x78\x69\xcd\x11\x9e\xbc\xdc\x28\x45\x3f\x3b\x79\x39\x78\x69\xeb\x11\x9e\xbc\x1c\xbc\x54\xa2\x67\x9d\xbc\x1c\xbc\x54\xa3\x69\x9d\xbc\x1c\xbc\xd4\xa2\x6b\x9d\xbc\x1c\xbc\xd4\xa3\x6b\x9d\xbc\x1c\xbc\xb4\x47\xd7\x3a\x79\xf9\x31\x5e\x3e\x3a\xb4\xfd\xe6\x08\x89\xff\xe3\xbb\xe5\xfb\x97\xc4\xe1\xfd\x7e\x9f\x97\x07\xbe\x5a\xf0\xc5\x10\x4f\xfe\xf3\x65\x7e\xff\x02\xba\x5d\x6f\x31\x0a\x7f\xff\x0b\x00\x00\xff\xff\x1d\xfa\x75\xc1\x2d\x0d\x00\x00"); +var _gddg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcb\x8e\x5c\xb7\x15\xdc\xf7\x57\xdc\xa5\xb3\x70\xc4\xf7\x03\x68\x34\xe0\xf8\x81\x68\x61\x3b\x88\xec\x24\x40\x90\xc5\x25\x79\x28\x0c\x10\xcd\x0c\x46\xa3\x85\xff\x3e\xa8\xaa\xb6\x12\x1b\x59\x18\x6d\xd5\xd4\xe1\x65\x1f\x56\xd5\xe1\xed\x37\x5f\xbf\xfd\xe6\xed\xe3\xc3\xeb\xf1\xe6\x2f\x2f\x4f\xf3\x9d\xbd\x1e\xfb\xe1\x71\xbd\xd8\xc7\xa7\x4f\x2f\xd3\x8e\x61\xef\x1f\x1e\x2f\x17\x1f\x8e\xf5\x30\x5f\x7f\xfd\x27\x3f\xe6\x87\xf3\xf9\x72\x41\xfd\xbb\x5f\x3e\xbe\xda\x87\xb7\x8f\xfb\xe9\x88\xe2\xad\x4f\xcf\x77\xee\x71\xbc\xf9\xab\xbd\x7f\xf8\xf8\xfa\xf2\xcb\xf1\xc5\x57\xeb\x69\xd8\x1f\x8e\x65\x1b\xf8\x8f\x2f\xcb\x5e\x1e\x1e\xdf\x1f\x5f\x7c\xfd\xc3\x3b\xff\x19\x7e\xf7\xe9\xf9\xf9\xdf\xf6\xc1\x1e\x5f\x0f\x47\xcc\x1e\x17\x3f\x2f\x6f\xbe\xfe\xfe\x7c\xfe\xe1\xfc\x60\xc7\x9b\x6f\x7f\xb2\xc7\x2f\xff\x94\xbf\xfc\x33\xff\xc2\x3f\xfc\xcd\x5e\x3e\x3e\x3c\x3d\x1e\xde\xfd\xd1\xb9\xf2\x5f\xfc\xa7\x5f\x9e\xed\xf0\xf7\x15\x7e\x7e\xfb\xcd\x8f\x7b\x7f\xb4\xd7\x23\x38\xad\xfe\xe6\x1f\x3f\xbf\xfd\xe6\xf8\xa7\x3f\xbc\x3b\x42\x8e\xdd\xfd\xeb\x4e\xfd\xfb\xf7\x4f\xcb\xee\x5b\xb8\x04\x7d\x9d\xf9\xb4\xec\xe3\xf3\x39\xed\xe5\x7c\x7c\x6f\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\xff\xfa\xca\x27\x77\x3b\xae\xdf\x7d\xfb\xdd\xb7\x37\xec\xfb\x77\xfc\x8b\xd7\x32\x8f\x4f\xaf\xcb\xb6\x30\xae\x70\xf5\xfb\x76\xf8\x58\x52\x43\xd5\xff\xfe\xf9\xe2\x9d\xbb\x3f\xfb\x61\xdd\x2b\x02\x2a\xaa\xfd\x5a\x71\x3d\xf5\xd4\xd3\xe7\x76\x3b\x7a\x07\x90\xbb\x80\x09\x52\x4d\x91\xd8\x22\xc6\xc2\xc0\xb2\xd3\x13\xd9\xf9\x76\xf8\x12\x80\xec\x22\xa4\xdc\x8e\xa0\xa5\x77\x15\x52\x81\x54\x22\x4d\x88\x01\xc1\xd3\x82\x1e\x1f\xb0\x72\xc8\x05\x88\x56\x0e\xe0\x44\x0f\x4e\x14\x27\x82\x93\x3c\xf6\x13\xc5\x89\x63\xdc\x8e\x54\x51\x15\xc7\x12\xb2\x6f\x47\x76\xe0\x24\x55\x25\x54\xe5\x9e\x81\xa8\x2a\x61\xe5\x92\xb1\xc3\x2c\x4e\x06\xa7\x66\x7c\x8b\x2c\x4e\x06\xa7\x79\x54\x15\x71\x0a\x38\xdd\x61\x3f\x45\x9c\x02\x4e\xaf\xa8\xaa\xe2\x54\xf6\xc7\x15\x6c\xa8\x8a\x54\x41\xf2\x3e\xa0\xae\x89\xd5\xd4\xc5\x80\x4d\x36\xb1\xda\x56\x63\x51\xd8\xc5\xea\x3a\xa4\xe6\x00\x89\xd5\xc9\x4a\x3c\x91\x53\xac\x93\xac\x1c\xd1\xdc\x53\xac\x93\xac\xe2\x50\x38\xc4\x1a\x64\x95\x9e\x00\x89\x35\xc8\xaa\x19\x85\x53\xac\x49\x56\xcb\x1e\x90\x58\x73\xaf\xdb\xe1\xbb\x47\xe1\x44\xc5\xfd\x23\xa4\x08\xd6\x52\xe1\xe2\xe1\x39\x87\xb5\x96\x0a\x17\x59\xae\x62\x13\x26\x96\x91\xe5\x0b\xd6\x32\xb1\x8c\xac\x10\x50\xb8\xc5\xda\x64\xc5\x80\xe5\xb7\x58\x7b\x6e\x40\x0d\x85\x7b\x89\x75\xdf\x44\xb8\x5c\x87\x63\xe1\x70\x2c\x4c\xb5\x03\x62\xe1\x70\x64\xe5\x04\x96\x64\x3e\xa8\xe0\x50\x62\x01\x24\x96\xc4\x58\xa0\xfd\x21\x35\x0e\xa9\xb1\xf6\x08\x48\x2c\xca\x31\x34\x28\x74\x48\x8f\x83\x7a\x0c\x3d\x3b\x40\x62\x45\x8a\xd6\x41\xa3\x43\xfa\x1b\xd4\x5f\xf4\x68\xce\x90\x00\x47\x92\xb4\xd1\x9c\x21\x05\x0e\x2a\x30\x06\x34\x67\x48\x82\x83\x12\x8c\x11\xcd\x19\xd2\xe0\xa0\x06\x63\x42\x73\x86\x44\x38\x28\xc2\x98\xd0\x9c\x21\x15\x0e\xaa\x30\xe6\xda\x00\x89\x45\x15\xc6\x92\x50\x28\x15\x0e\xaa\x30\xd6\x98\x01\x89\x45\x15\xc6\xda\x51\x28\x15\x0e\xaa\x30\xb6\x8e\x16\x4a\x85\x83\x2a\x8c\x3d\xa3\x50\x2a\x1c\x54\x61\x72\x30\xf4\x90\x0a\x07\x55\x98\xbc\x47\xa1\x54\x38\xa8\xc2\x14\x1c\x5a\x28\x15\x8e\x31\x2b\xa0\x82\xc2\x31\x1b\x21\x16\x46\x18\x6d\x48\x98\x83\xc2\x4c\x91\xcd\x91\x30\x07\x55\x98\x12\x9b\x23\x15\x0e\xaa\x30\x65\x36\x47\x2a\x1c\x54\x61\xca\x6c\x8e\x54\x38\x2c\xfb\xdb\x91\x0a\x9b\x63\x39\x08\x0a\x7c\xa2\xa0\x48\x88\x6b\x95\x8e\xad\x4a\xab\x83\x5a\x4d\x35\xe1\xd0\xa4\xd5\x41\xad\xa6\x16\xb1\xbc\xb4\x3a\x28\xcc\xd4\x7a\xbd\x5c\xa7\x84\x39\x29\xcc\xd4\xbb\x07\x44\xd6\xa4\x30\xb3\xcb\xe9\x72\x9d\x12\xe6\xa4\x30\xb3\x47\x6e\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x61\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x57\xa7\xb4\x3a\xc3\x44\x61\x44\x57\x67\x98\x43\xd0\x60\xa1\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x8b\x03\x84\x38\x9f\xb1\x70\x2d\x8a\x3c\x27\x74\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x9b\xa0\x3b\x72\x46\xce\x4e\xb9\x63\xa6\x9c\x6f\x47\x2e\x01\xac\x94\x8b\xa0\xc2\x27\x66\x42\x95\x10\x37\x51\x12\x0b\xb5\x09\x7a\x28\x97\x06\x48\x1e\x9a\xf4\x50\xae\x18\x07\x53\x1e\x9a\xf4\x50\x6e\x11\x9d\x90\x87\x66\xd1\x3c\x88\x11\x90\x58\x65\xf0\x38\x50\x57\x30\x3f\xae\xb3\xac\x8a\x0e\xe2\x14\xcb\x6a\x42\x4c\xe3\x50\xd8\x9d\xb5\x6f\x47\x71\xb1\x70\x5c\xff\x3a\x62\xff\xdf\xd4\x9d\xc5\xf4\xf0\xad\x55\x78\xf2\xb2\xeb\xd4\xd0\x88\xb5\xe1\x0b\xcb\xaf\x53\x53\x23\x36\xca\x41\x86\x9d\x1a\x1b\xb1\xb3\x0b\x72\xec\x6c\x2b\x62\x22\x38\x87\x5a\x59\x76\xf6\x84\xb3\xe8\x3c\xb1\x9e\x4e\x41\xe7\xed\x28\x98\xdb\xb3\x27\x1e\x45\x2f\x03\x5b\xe7\x77\xee\x85\x7a\xa0\xd5\x8b\x83\xc0\xa7\xac\x3e\x3b\x86\x6a\x71\x19\xed\xeb\x68\xd2\xfd\xa3\xb8\x28\x88\x6d\xe8\x36\x01\x35\x2e\x6f\x8b\x10\x47\xac\x47\xb8\x4c\x65\xc4\x64\x46\x14\x9f\xd1\x77\x65\xc4\x3c\x71\x55\x28\xc1\x63\x13\x27\xef\x0a\xfa\x28\x1e\x96\x9a\x27\x2f\x0b\x93\x49\x52\xa2\xc3\xd7\x56\x92\x4c\x26\x49\x61\x46\x4c\x25\xc9\x1c\x62\x61\x1a\x4f\xc5\xc6\x64\x6c\x94\x84\x69\x3c\x15\x1b\x73\x6a\xf4\x63\x1a\x4f\xc5\xc6\x64\x6c\x94\x82\x69\x3c\x15\x1b\x93\xb1\x51\x0a\xa6\xf1\x54\x6c\x4c\x06\x42\xa9\x98\xc6\x53\x81\x30\x19\x08\xa5\x61\x1a\x4f\x05\xc2\x64\x20\x94\x4e\xdd\x28\x10\x26\x03\xa1\x3a\x4c\xe3\xa5\x40\x58\x0c\x84\xea\x30\x8d\x97\x02\x61\x31\x10\xaa\xc7\x34\x5e\x0a\x84\xc5\x40\xa8\x01\x96\x5a\x0a\x84\x45\xf7\xd7\x88\x69\xbc\xe4\xfe\x45\xf7\xd7\x84\xec\x5a\x72\xff\xa2\xaf\x6b\xaa\x28\x94\xaf\x57\xd4\xfd\xa6\x64\x40\x62\xd1\x8b\x95\x9a\x58\xf2\xe2\xa2\xcb\x6a\x45\xb8\x2c\xb9\x6c\xd1\x65\x95\xd2\x5c\x72\xd9\xd2\x5d\xa9\x61\xce\x2e\xb9\x6c\xd1\x65\x95\xc2\x5c\x72\xd9\xa2\xcb\x1a\xac\x71\x5d\x72\xd9\x2a\x88\xa0\xe6\x30\x67\x57\x61\x04\xe9\xa3\x55\x28\x67\x95\xb9\x08\xe9\xe2\x85\xae\x2e\x19\x64\xd5\xda\x01\x75\x42\xf5\x14\x74\xde\x8e\xd6\x5a\x27\x34\x04\xa1\x50\xfd\x92\x8b\x16\x5d\xd4\x02\x26\xd5\x92\x89\x16\x4d\xd4\x22\x26\xd5\x92\x87\x16\xa7\x5e\x4b\x98\x54\x4b\x16\x5a\xb4\x42\x63\x22\x2c\x59\x61\x51\xd1\x2d\x23\x53\x97\x14\xbd\xa8\xe8\x56\x0a\xf6\x25\x45\xaf\x13\x29\xd1\x2a\xa2\x71\x9d\x0c\x09\x7d\x34\xcf\xe6\x9c\xa6\x42\xae\x55\xb9\x7b\x29\x7a\x51\xd1\xad\x21\x07\x97\x14\xbd\xc6\x59\xf8\x1d\x23\xa1\x4a\x88\x85\xad\x83\x25\x91\x2f\x8a\xbc\x75\xcc\xb3\x25\x91\x2f\x8a\xbc\x3b\x0c\xfb\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x18\xf6\x6b\xed\x29\x68\xa2\x90\xfb\x5a\x7b\x09\x42\x61\x20\x24\x2b\x2c\x5a\xa1\x07\xcc\xb3\x25\x2b\x2c\x5a\xa1\x47\xa4\xda\x92\x15\x16\xad\xd0\x13\x02\x6c\xc9\x0a\x8b\x56\xe8\x19\x03\xc7\x64\x05\xa3\x15\x7a\x41\x7c\x99\xac\x60\xb4\x42\x2f\xa5\x5d\xae\x26\x2b\x18\xad\xd0\x2b\xc6\x92\xc9\x0a\x46\x2b\xf4\x16\x50\x28\x2b\x18\xad\xd0\x3b\xde\x18\x4c\x56\x30\x5a\xa1\x77\x0c\x09\x93\x15\x2c\xea\x8a\xee\x30\x25\x4c\x5e\x30\x7a\xc1\x3b\x8f\x50\x33\x99\xc1\x92\x78\x01\x73\xc2\xe4\x06\x4b\xe2\x05\x44\xab\xc9\x0e\x96\xc5\x8b\x38\x13\x93\x1f\x2c\x8b\x97\x90\x75\x26\x43\x58\x11\x2f\x63\x7e\x98\x1c\x61\x9a\x06\xae\x78\xd4\x4a\xec\x76\x7f\x85\xa8\x2e\x01\x13\x4f\xd3\xc0\xd5\x82\x5a\x09\xd9\x34\x0d\x5c\x2b\xe8\xa6\x94\x6c\xed\x0c\xc0\x7a\x48\xc4\x22\x31\xd5\x76\xdc\x94\x4c\xf2\xb6\x5e\xf1\xd2\xe6\x1d\x5b\xd5\x6b\x11\xc6\xf7\x14\x57\x51\x2b\xcd\x9b\xde\x37\xbc\x83\x04\x4d\xa2\x37\xbd\x70\x78\x5f\xb1\x9e\x54\x6f\xe7\xfd\x1d\x07\xa3\xc3\x24\x68\x1b\xf9\x04\x16\x91\xe4\x36\xf2\x20\xa6\xda\xc8\x83\x94\xca\x6d\x6c\x47\x0c\x3a\xb4\xb1\xef\x98\xd7\x9e\x0b\xb1\x20\x8c\xb5\x09\x42\x37\x69\xdf\xf4\xc2\xe2\x13\xa4\x68\x12\xbf\xcd\x85\x37\x16\x9f\xa1\x45\x9b\xb0\xe3\xfd\x03\xdf\x2d\xfe\x76\x50\xe7\xf4\xfb\x39\x6d\x93\xa6\xb5\xa9\xa7\x15\xbc\x00\x9a\x3c\x64\x4b\x4f\x2b\x3c\x41\x99\xc8\xd6\xd9\x81\x55\x9e\xe0\xc2\x7d\xed\x6a\x4b\xb5\x15\x5e\x36\x79\xc6\x4c\xb5\x8d\x42\x97\x69\xcc\x8c\x1d\x6a\x54\xba\xd9\x10\x36\xf0\x1e\xc8\xbb\xa8\x19\xe6\xea\xd5\x4c\xeb\x31\x5e\x4d\xee\xb2\xad\xf5\x3a\x4f\x5f\xf6\xb2\xad\x77\x48\x87\xd3\xdf\xf2\xd7\x76\xb8\x5e\xf9\xe0\x7d\x03\xc6\xfb\x95\x3e\xb0\xe7\x4e\xac\x12\xd3\x2b\xa9\xc7\x09\x6e\x19\x71\x3b\xdc\x22\x7d\xf0\x8d\x18\xaf\x91\xfa\xc0\x09\x7a\x62\x93\x98\x9e\xcb\x4b\xe9\x96\x63\xb7\x2f\x81\x58\x8d\xc0\x4a\x14\x76\xea\xbb\x75\x62\x43\x18\xbf\x6f\xe1\x73\x3d\xef\x21\xfb\xfe\x23\x43\xf4\x15\x98\xf6\xe2\xf5\x8c\x88\x79\xb2\xe5\xf7\x1d\x4a\x05\x96\x22\x6a\x43\x69\xc2\x1a\xb0\x0a\xc5\xee\x50\x3a\x31\xad\x97\x2a\x79\x5a\x2f\x4c\xee\x2f\xe1\xbd\x66\x87\xc9\xfd\x05\x3d\x23\xc3\x29\x5b\x69\xb1\x63\x4d\xc4\x1a\x31\xd8\x06\x1f\xa6\x3d\xa3\x07\x4a\x90\xad\x04\x09\x05\xd3\x67\x2b\x41\x76\x2a\xec\x7d\x4d\x19\x58\x61\xef\x95\x2a\xa1\xe2\x8d\x64\x2b\x55\x76\x1a\x7c\x46\x63\x5f\xd2\xc8\xc2\xb2\xf6\x52\x88\xa9\x16\xe9\xec\x43\x0b\xe4\x31\x9e\xb7\x12\x29\x74\x87\xe7\x2a\x91\xb6\x12\x29\x74\x87\x1e\x28\x91\x76\xbe\xf3\x70\x17\xda\x4a\xa4\x5d\x78\x46\xd1\x15\xf4\xa5\xe8\x8c\xf8\x81\x5a\x61\x89\x98\xee\x9d\x0e\x17\xf2\xad\xe4\xda\xf7\x7b\xac\xe7\x99\x2b\xb9\xf6\xfd\x1e\xcb\xeb\xdc\x56\x72\xed\xfb\x3d\x36\xe0\xb6\xb0\x95\x5c\xfb\x7e\x8f\x8d\xd4\x86\x92\x6b\x2b\xa5\x62\xe2\xf9\x2a\xa5\x36\x83\xc9\xc7\xcc\xf3\xed\xb5\x0a\x23\x2f\x37\xf2\x54\xdb\x71\x7c\x3e\x66\xdc\xa7\x76\x9f\x49\x58\x12\x2f\x13\xcb\xc2\x32\x7f\xf5\x62\xff\xfa\x2c\xc2\x8a\x7e\x09\xf3\xc4\xf4\x8c\xe5\x89\xe9\xb9\x2b\x08\x53\x2d\x3c\xb8\xfb\x52\xad\x7e\x8d\x71\xf9\xb7\xd7\x7f\xfc\xff\x87\xf3\xf9\xf2\xf9\xf7\xc6\xf9\xe9\xe5\xc5\x1e\x5f\xf9\xdb\x26\x7f\x54\x3c\x96\xed\x87\x47\xfb\xfc\x3b\xe9\xf3\xd3\x33\xaa\xf8\xdf\x7f\x02\x00\x00\xff\xff\xff\x1c\xad\x3d\x53\x15\x00\x00"); +func _dbcdc ()([]byte ,error ){return _fd (_aec ,"UniJISPro-UCS2-V")};var _bdfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcb\x6d\x4d\x96\xa5\x89\xf5\xfd\x57\x9c\x66\xa9\x51\x8a\xb5\xec\x6e\x20\x0e\x88\x2a\x02\x25\x45\x49\x42\x99\x29\x09\x84\x1a\xeb\x9a\x72\x50\xba\x07\x1e\x91\x8d\xfc\xf7\xc2\x9e\xf9\xee\x31\x76\x08\x0a\xce\xd7\x39\x9f\xbd\xb6\xb6\xdd\x6d\xda\xbc\x8e\xf9\x4f\xff\xd3\x7f\xf8\x9f\xff\xc3\xdf\xfe\xfa\x6f\xbf\xfe\xe9\xff\xfa\x8f\xbf\x5f\xff\xf1\xf9\xb7\x5f\xef\x5f\xff\x76\xff\xe3\xf9\xd7\xbf\xff\xb7\x7f\x5c\xcf\xaf\xf3\xf9\x2f\x7f\xfd\xdb\x5f\xfe\xb2\xa7\x5f\xf7\x5f\xaf\x7f\xfb\x14\xf9\xe7\xfa\xaf\xc7\xbf\xfc\xe5\x2f\xeb\xf7\xff\xf1\xbf\xff\xeb\xbf\x3d\xff\xf5\x3f\xfc\xed\xfd\xfb\xaf\x1c\xdf\xdd\xff\xed\x5f\x7e\xbe\xfd\xf5\xeb\x9f\xfe\x6f\xcf\x7f\xf9\xeb\xbf\xfe\xdb\x3f\xfe\xfb\xaf\xff\xe1\xff\x78\xff\xfd\x7c\xfe\x77\xbf\xee\xe7\x5d\x7f\xff\xbf\xfc\xe3\x7e\xfe\xf1\xd7\xbf\xfd\x97\x5f\xff\xc3\xff\xf2\xf7\x7f\x3c\xc7\xae\x8a\xff\xf8\xdf\xfe\xe5\x5f\xfe\xbf\xcf\x7f\x7d\xfe\xf6\x6f\xbf\x76\xfe\xf6\xfc\xed\xe6\xdf\xbf\xfc\xd3\xff\xf4\xbf\x1e\xff\xf2\x7f\x3e\xfe\xeb\xf3\xeb\x9f\xfe\xf3\xdf\xfe\xfa\xbf\xfc\xc7\xff\xf1\x3f\xff\xa7\x7f\xce\xe9\x7f\xfc\x3f\x51\x4b\xe5\xff\xfd\xf9\xc7\xbf\xfe\xf5\xef\x7f\xfb\xb5\xff\xef\xb7\x6d\xf8\xcf\xff\xe9\xbf\xff\xcb\xf3\xd3\xd8\x5f\xfe\xe9\xff\xf9\x9f\xff\xc3\xff\xfc\xeb\xff\xb5\xff\xda\xb7\x5f\xa9\xd6\x92\xfe\xdf\x3f\x7f\xff\x7f\xfc\xaf\x7f\xbf\x9f\x5f\x5b\x94\xf6\x98\xc0\xf5\xf7\xfb\xf9\xd7\x7f\x39\xae\xe7\x1f\xc7\xdf\xfe\xcb\xf3\x97\x5f\xbf\xfe\x0f\xdb\xcf\x7f\xbf\xd7\xff\xee\xdb\x3f\xff\xf3\x3f\xff\xf3\xef\x35\xc2\xff\xbf\x2f\x3f\x0d\xfc\xed\xef\xff\x76\x3f\x6f\xfc\xed\xdf\xff\x76\xfd\xb7\xbf\xbf\x7f\xed\xeb\xd7\xdf\x9f\xfd\x65\xdf\xb6\x9f\xde\xff\x7a\x5f\xff\x9f\xe3\x1f\x9f\x1f\x1e\xdb\xfa\xfa\x53\xd8\x7f\xff\x4a\xdb\x50\xb1\xfc\xfe\x95\xf6\xa2\x62\xff\xfd\x6b\xaf\x55\xc5\xf1\xfb\xd7\xbe\x75\x15\xe7\xef\x5f\xd3\x3f\x3d\x7e\xff\x6a\xcd\xc5\xf3\xf7\xaf\xbd\xb7\x4f\xf1\x5c\x9d\x66\xd5\x9e\xfb\x2a\x6e\x2a\x96\xdf\xbf\xf6\x39\x55\x6c\xbf\x7f\xa5\xa2\x51\x9c\x6b\x14\x9b\x8b\x63\x0d\xd9\x2d\xcf\xdf\xbf\x46\x49\x2a\xae\x61\x74\x0d\xf9\x64\x18\x1a\xf2\x79\xfd\xfe\xd5\xab\x66\x7f\xde\xbf\x7f\xf5\xe2\x51\x3d\xab\xd6\x4d\xbd\xab\x23\x8d\xea\x6a\x6b\x82\xea\xf7\xde\x56\x51\x2d\xdf\x6b\x90\x59\x2d\xdf\x63\x0d\x23\xab\xf8\xac\xa2\x7f\xfb\xfe\xfe\xd5\xbd\x56\x4f\x5b\xfd\xaa\xa9\x77\x5b\x45\xf5\xfb\xd2\xb2\x46\xf5\x8e\xf5\x5b\x35\xf5\xae\x31\xb7\xcf\xc7\xfb\xbe\xaf\xdf\x7e\x5a\xde\x13\x63\x56\x6d\xea\xeb\xe3\xcf\xb2\xef\x79\x7d\xdc\x76\x15\xd3\x1a\xa4\x6b\xf3\xaa\x4d\x2a\xd2\x6f\x56\xf1\x5d\x1f\xeb\xb7\x65\x8d\xb9\x15\x15\xf7\x55\xab\xdf\x96\xb4\x6a\xab\x8a\xf3\xf7\xaf\xfe\x55\xcb\x96\x69\xcc\xe5\x5c\xb5\x6a\xb9\x32\x2a\xb5\x5c\x19\xd5\x67\xad\xf6\xb6\x26\xd8\x5d\x5c\x13\xd4\x14\xd2\xda\xee\x91\x74\x1a\xd2\xd5\xd7\x8e\x7e\x9a\x4e\x37\x27\x29\xa9\x38\x57\x51\x1f\xdf\xc7\x2a\x16\x15\xcf\x55\xec\x2a\x5e\xab\xa8\x9e\xee\x7b\x15\x3f\xab\x53\xb6\x75\xbe\xb7\xf4\xd9\xa5\x52\x29\x7f\xf6\x34\x6d\xfb\xf6\xfb\xd7\xec\x2a\xb5\xdf\xbf\xf6\x7d\x57\xf1\x5c\xa3\xfe\x5c\x96\xc4\xf5\x1e\x29\xeb\xf3\x94\x7e\xff\x1a\x6d\x53\x39\x6f\xeb\xd2\x36\x15\xcb\xef\x5f\xa3\x8e\xa4\x72\xfd\xfd\x6b\xe6\xe4\xfa\x46\xb9\xa8\xbc\xae\x48\x75\xf5\x5a\x33\x6d\x74\xda\xd6\xde\x8d\x3a\x35\xf4\xbe\x9a\x2f\x55\x45\x96\xb8\x68\xb0\x7d\x0d\xb6\xa8\x35\x68\xc4\xa7\xb4\x6f\xf9\xf7\xaf\xbd\xec\x2a\xae\x05\xdf\x3f\x4d\xed\x7b\xfe\xfd\xab\xce\x4d\xc5\x45\x05\x3e\x47\x39\xed\x69\x51\x2a\x0d\x6b\x5f\x8b\x90\x9a\x3e\xe6\xa0\x17\xd7\xae\x39\x7d\x88\x42\xda\x67\x5a\x54\x40\x1f\xcf\xba\xe8\x4b\x57\x91\x8e\x5c\xbb\x0e\x89\x26\xb4\xcf\x75\x48\xaa\xc6\x3c\xd7\x98\xcb\x67\x35\xf6\x45\xd7\xc6\x68\xfa\x7a\x11\xb6\x31\x9a\xe6\x74\x26\xca\x45\xe5\x4c\xd9\xbf\x2f\x94\x35\x16\x4e\xec\x18\xfa\xfe\xa2\xfd\xa1\xf6\xae\x7b\x95\xb5\xd9\xfb\xf5\x52\x56\xfd\xcd\xf7\x7b\xe1\x2d\xf9\xa1\xfb\xff\x1b\x2f\x41\xda\x6f\x06\x5b\xd5\xd9\xbd\x96\x69\xba\x2d\xc6\x5a\x5d\x86\x4a\xab\xeb\x67\x9d\xe1\xdd\xfb\xf5\xec\x94\xb5\xe8\x4f\xa2\xac\x95\x7b\x32\x65\xed\xd1\xa2\x7a\x73\x9f\x5a\xba\xa7\xff\xfe\x35\x75\xa5\xd2\xfe\x0c\xea\xb5\x54\xcf\xa4\xfe\xd3\x5e\x5a\x0f\xe0\xae\x4b\x94\xb6\x35\xf8\xea\xda\x75\xd4\xd4\x78\xda\xda\x3a\xd5\x5a\xa7\xb4\xf1\xb2\x25\x15\xd7\xcb\xa6\x55\x4f\xeb\x60\x8e\xae\x5d\x4e\xdb\x3a\x4e\xc3\x3f\xe6\x8a\xe8\xc4\xa4\x6d\x3d\x14\xfb\x67\x62\x69\xd1\xe0\xb4\xab\xed\x75\xac\x47\xd7\xfd\x4b\xfb\xb1\x0e\xa3\x46\xb6\xdf\xab\x6d\xb5\xb5\x3f\x8b\xda\xfb\xe3\x97\x71\x6b\x96\x69\x4d\x5a\x87\x33\x41\x0a\x7a\x76\x79\xae\x59\x6b\x11\xd2\xea\x4a\x3b\x94\xd2\xb3\x06\xa6\xda\x45\x28\x76\x91\x95\xb4\xe8\xc4\x3e\x5c\xbb\x6e\xc5\xae\xdf\xe6\xfe\xfb\xd7\xc8\xc9\xd5\x6b\xd8\x5d\x2b\x54\xd6\x24\xab\x36\x2f\x95\xba\xc8\xc0\x74\xfd\xa0\x5e\x3f\xaf\x1b\x03\x57\xfd\x22\x90\xa3\x27\xad\x61\x65\x37\xb5\x21\x35\xd6\x50\x6b\x5a\x0f\x76\x40\x9f\x37\xd8\x0b\x17\x17\xb9\xfd\xaa\x8d\x55\x52\x6b\x1d\x96\xc1\xcb\x34\x0a\xdb\xad\x55\x1c\x95\xb2\x56\x66\xac\xde\xca\xd0\xa6\x8c\x93\xb2\xbe\x3f\x18\x9d\xc8\x4d\x3a\xa0\xc0\x9b\xfa\x3f\xd6\xca\xfa\x34\x3d\x0f\x4b\xa9\xb5\x7a\x16\xfb\xf6\x61\x68\x52\x8e\xa3\xaa\xb9\xe7\x9d\xa5\xd8\x54\x64\xb0\x1f\x4e\x23\xd5\x75\x0d\xea\x3e\x55\xdc\x7f\xff\xaa\x1f\xce\x2a\xd5\x75\x2b\x6a\x72\x71\x91\xd8\xaf\xdf\x5e\xab\xd6\xc5\xfb\xf7\xaf\x2a\x8a\x5b\xb7\x67\x15\xbb\x8a\xef\xfa\xed\x67\x92\x75\x3d\x61\x35\xb9\xb8\xfa\xad\x2e\xae\x7e\x75\x1b\x2b\xa4\x5d\xfb\x53\xd7\x1c\xaa\x5e\xa0\xba\xd7\xf5\x71\x53\xb1\xad\x62\x55\xb1\xaf\xdf\xba\x38\xd6\x6f\xdd\xd4\x5c\x1f\xbb\xa9\x63\x15\x5d\x7b\xae\xdf\xba\x96\xf9\xba\xa9\x35\x5f\xbd\x55\x75\xdd\xad\xaa\xd7\xa9\x26\xc6\xec\x5a\xc6\xac\xd5\x48\x6b\xcc\x3a\x32\x35\xad\x51\xe9\xfd\xa9\x89\x7e\x5d\x4b\xbf\x6e\x6a\xad\xa4\x8e\x4b\xcd\xf4\xab\x96\x33\xfd\xba\x48\xbf\x6a\x6a\xdd\xc3\x5a\x34\xa3\x4c\xbf\xda\xfd\x4c\xbf\x2e\xd2\xaf\x8b\xf4\x5b\xff\xe4\x6d\xa8\x85\x0d\xd4\xc1\x59\x4c\x59\x2d\x2a\xae\x07\x35\xf9\x2c\x20\x52\xe8\xd1\xab\x4b\xa8\xd8\xf5\xe6\xd5\x75\x3d\x92\x47\x71\x2c\xc2\xe2\xf9\x2d\x19\x23\x79\x99\x97\x8c\x91\xbc\xdb\x8b\x7f\x30\x2b\x54\x79\x5e\xbb\xbf\x5e\xcf\xeb\xae\xd7\xb3\xae\xd7\x75\x6f\xae\xe5\x1e\x8b\xb6\x56\xe4\x0a\x5f\x86\x25\x57\x24\xdf\x1c\x04\x89\x2e\x02\x58\xd7\x53\xbc\x37\x57\x2f\x82\xd7\x3c\x12\x08\xb3\x08\x60\xbd\x60\xc2\x54\x7d\xf1\x06\x68\x60\x17\x14\x42\x3c\x59\x5d\xb2\xc4\x2e\x66\xa6\x2e\xbe\x74\x6f\xae\x5d\x6b\xe0\x2d\xbf\xd6\x1a\xf8\xe4\x5d\xd0\xbe\xe1\x32\xfc\x9b\x07\xb2\x1e\xa7\xe6\x33\x70\xad\x07\xa5\x69\x56\x8b\x61\xd8\xc5\x37\xd5\x07\x62\xd3\xb5\xde\x8b\x16\x8d\xa6\x9b\xda\xb6\x45\xba\x44\x12\xda\xa2\x4d\xbb\x48\x42\x5b\x14\x22\xe9\xc6\x34\xde\x41\x1d\x92\xb6\x6e\x5b\xd2\x31\x6f\xeb\xb6\xcd\x94\x5c\xe6\xc7\xea\x69\xbd\x74\x33\xe9\x62\xb7\xc4\x48\x74\x8a\x5a\xe1\xe5\x53\xd7\xeb\x7c\xee\xba\xbb\xad\x71\xc6\x5c\x5c\x72\xac\x08\x5b\x6b\x8b\xe1\x13\xbd\x69\x4b\x4a\x48\x22\x03\xad\x71\xe4\xa6\x8a\x6b\xd8\xd5\xb5\x8b\xb3\x17\x61\x6b\xed\x85\x1d\xfe\xb4\xd5\x17\xb1\x1a\x4d\x24\xb5\x2f\x02\x34\x9a\x08\x70\x5f\xef\xe4\x68\x9b\xbe\xaf\xf1\xfd\x67\x1e\xef\x22\xdf\xad\x68\x43\xde\xad\xfc\xfe\xd5\xf2\x70\x19\xc6\x56\xcc\xc5\xbb\x38\x95\x56\x8a\xcb\x4b\x78\x2a\xdd\xed\x2d\xe9\xc9\x0f\xef\xbb\xe8\x72\x49\xe2\x7d\xdf\x45\x98\x4b\xd1\x8e\xbe\x90\xe2\x7d\xa8\x3d\xa8\xad\x84\xb3\xf4\x42\x6e\x37\xb7\xbf\x36\xb5\x99\x0b\x7b\xd7\xae\xe6\xf9\x55\x5e\xa2\x6d\x11\xe5\x7f\x21\xaa\x5e\xce\x17\xaa\x5a\xf4\x36\xbe\x8b\xac\x96\x54\x5d\xae\xbf\x7f\x15\x1f\xe7\x37\x18\x7b\xbd\xb5\xef\x22\xb4\xdd\xcc\xfb\x9b\xa0\xff\x5a\xdf\x17\xca\xdb\xa6\xeb\x6f\xde\x43\xf7\xff\xfe\xfe\x95\xbb\xde\xfe\x77\x11\xdf\xf2\x35\xbf\x25\x13\x67\xef\xd7\xbb\x84\xe2\x5c\x86\xbf\x1f\x6b\xbe\xcd\xf5\x8b\xc4\xf6\xaf\xf2\x5a\x8f\xf1\xf5\xfb\x25\x9f\x8f\x4d\xe3\x87\x06\x57\xef\xef\x3a\xd6\x6d\x7a\xbd\xd6\xb9\x2e\xa3\xb8\x3e\xff\xfe\x55\xb2\x28\xfc\x5b\xd6\x7a\x6d\xa2\x06\xef\x62\xb4\xca\xac\xfe\xbe\xad\xdf\xef\xfe\xbe\x73\xbe\x34\x9e\xc5\x88\xb5\x5d\x87\xff\x5d\xb2\x78\x4b\x9e\xdf\x12\xc6\x4b\xf7\x7a\x2f\xc2\x3f\x56\x7f\x7f\xf0\x68\xbc\xe5\x62\x32\x4d\xe5\x77\x0d\x46\x57\xfe\xad\xc1\xab\xa8\x7e\x71\x7d\xa5\x77\x97\x13\x87\x4f\x83\xad\x85\xc5\xd2\x64\x6b\x5d\x8b\xd9\x5c\x5e\x87\x63\xf8\x30\xd5\x75\x78\x77\x3d\x35\x6f\x5d\x87\x65\x36\xf7\x7f\xa0\xe0\xd1\x64\xeb\x3a\x2c\x26\xcb\x6f\xe5\x70\x8b\xe9\x7d\xeb\xda\x4c\xd3\xd2\xb7\xae\xcd\xec\xc5\xbf\x7f\x7f\xff\x6a\x9b\x17\x6f\xb1\xa1\x79\x88\x95\x7b\x17\x1f\xda\x76\x71\xc5\xef\x62\x44\xf3\x57\xff\x2d\x9e\x7a\xd7\xaf\xcb\xbf\x0f\xf5\xb7\xe8\x56\x33\x0d\x7c\x5b\x43\x61\xe3\xef\xe7\xda\x7c\x89\x54\x6f\x3b\xd0\xef\xb8\xfe\x5c\xeb\xeb\xcb\xb7\x48\x5b\xf9\x3a\xfc\x8b\xb6\x95\xfe\x35\xfe\xc5\xf1\xf5\xcd\xfd\xc3\x30\x98\xf8\xf4\xb5\x7f\xdd\xfd\xf7\xb4\xf6\xc3\xe3\xef\x79\xad\x8f\xfb\xeb\xeb\xb0\x36\x5f\xee\xbe\xe6\x33\x3d\xbe\xce\x61\x6d\xae\x5f\xc4\x46\xba\xae\xf4\xf6\xc5\xcd\x0d\x9f\x97\x7e\xb2\x3f\x3a\x9c\x7d\xcd\xc7\xcc\xef\xdb\xef\x75\xd8\x7d\x39\xfa\x4b\x59\xdf\x8f\x75\xd9\x72\x73\x79\xed\x4f\xd6\x7b\xf6\x0e\xce\x9f\x2f\xdb\xc8\xbf\x7f\xb5\xba\x69\x3c\x4b\x50\x68\xd3\xe7\x6f\x09\x0a\x79\x8a\xd8\xbf\xa3\xc1\x60\x69\xbc\xa3\xff\xfe\xd5\xfd\x7c\xbe\x63\x5d\xbe\xe1\xcb\x35\xe6\x22\x2e\x9e\xdf\x12\x34\xea\xf7\xf8\x16\x31\x37\x9f\xf5\x0e\xce\xdf\x57\xfb\x2f\xea\x2e\x8d\x77\xf2\x98\x7c\x95\xd7\x79\x6b\xe2\x16\xdf\x99\x57\x7f\xbe\x5f\x73\xdd\xaf\xe9\xf3\x38\xd7\x7c\xbe\x88\xff\x5c\xfb\x93\xbd\x9f\x93\xc7\xc1\xeb\x3f\x27\xea\x54\x7f\x8f\x0e\x58\xec\xd9\x3b\xd7\x7e\x8d\xe9\xfa\x75\xbf\x86\xd7\x6b\x2e\xe2\xfc\x75\x5e\xe6\x9a\xdf\xe6\xf3\x32\x5f\xea\xd5\xde\xe2\x33\xfb\xe6\xf9\x1d\x89\xc7\xd2\xe5\xcc\x7e\xaa\xbf\x25\x78\x95\x26\xfe\xff\x5d\xac\x67\x91\x96\x36\xbd\x8b\xf7\x6c\xd5\xeb\xbd\x98\xcf\x62\xed\xd5\xbb\xb8\xcf\x6a\xa6\xe3\x3d\xa0\x0f\x3e\x5f\xc7\xbd\xf6\xc7\xf4\xe7\x78\x90\x89\x34\xbf\x63\xd1\xbf\xee\xf5\x3f\xd7\xf8\xbb\xb8\xab\xf7\xe4\xfc\x49\x93\xf7\x9e\x8c\x5f\x8a\x86\xf7\x2c\xec\xb7\xeb\x2b\x9a\x61\xd7\x37\xfa\xd3\x7c\x4e\xf6\xe7\xab\xfd\x75\x9f\x9a\x89\xfd\x89\xe2\xd5\xfb\x77\x2e\x62\xdf\x9a\x7f\x7f\xae\xfd\xff\xea\xff\x5a\x65\x31\xf6\xef\xe2\x6a\xf3\x17\xbd\xb9\xd6\x7d\x99\xa6\x07\x8b\xcd\x6d\xc3\xeb\x73\xad\xfb\x5f\xbf\xca\x6b\x3f\x2c\x07\xbe\x8b\x0d\x2e\x3d\xb5\x3f\x7a\x5c\x16\x93\x5c\x9a\x89\xc5\x05\x71\xff\x6a\x7c\xc2\x59\x68\x32\xf0\xc9\x9b\x27\x7b\xdd\x58\x06\x5c\x7e\x98\x9c\x36\xfb\x82\xd8\xf9\xb2\xdf\x21\xe0\xba\x8c\x4e\xdb\xc4\xf2\x5e\xc4\x2f\x9b\x53\xb9\xd7\x4b\x5d\x3d\xbe\xbb\xac\xc5\xfa\x1c\xa6\xbc\xa1\x91\xfa\x30\x02\x79\xdb\x51\x4a\x7c\x68\x61\xde\x96\x88\xbc\x7f\x18\xf1\xbc\x2d\xbe\x69\x48\xc1\x9e\xd1\xda\x8e\xbe\xa9\xfc\x9e\x5f\x46\x91\xbc\xbd\xd7\xef\x5f\x33\x7f\x6e\x56\xde\xd7\x4b\xb2\xeb\xeb\x04\x2b\xfe\x39\x47\x39\x65\xc4\xa8\x0f\x1d\xca\x29\x87\xe8\x33\x3f\xe5\x45\x37\xd3\xe7\xda\xe5\xb4\xc8\xca\xcc\x1a\x6a\x5a\x64\x63\x6e\xc3\xe5\x07\x95\xb1\x7a\x5b\xd7\x6e\x6e\x1f\xb2\x96\xf3\x1c\x1c\x93\x4f\xf1\x42\x75\xeb\xe2\x3a\x34\x9f\x37\x3a\xe7\x2b\x68\x92\x8a\x15\x12\xac\x22\x06\x8d\xaa\xe2\xe2\xe4\x3f\x5b\x90\xf3\x05\x73\x53\x54\x9c\x90\x23\x15\x17\x75\xfa\x5c\xb6\x9c\x97\xdc\x34\xfa\x74\xd3\xeb\xb1\xd8\x35\xac\xb0\xef\xa8\xf6\x66\x94\xae\x85\x2d\x55\xc7\x58\x12\x3c\x87\x7b\xd1\xbd\xaa\x71\xdc\x8b\x6c\x34\x17\xd7\x41\xfc\x0c\xba\x3c\xff\x5e\x02\x28\xcf\xc6\x39\xfb\x6c\x6d\x79\xd6\xb9\xe9\xb9\xb9\xcc\x3d\xe8\xfe\x7e\x4d\x5a\x4a\x8e\xf2\x6c\x13\x3d\x8d\xeb\x79\x54\x3e\x44\xaf\x3c\x48\x08\xed\xa3\x42\x2e\x0f\x5a\x9f\x7d\xd3\x78\x30\x21\xa5\xcf\xe1\x28\xcf\x92\x10\xfa\x56\xf4\x7b\xb4\x35\x52\x14\x96\x07\x75\x4d\xf9\xec\x58\x79\x96\xc4\x90\xc7\x87\x48\x94\x07\x0d\xcd\xf7\xef\x17\x91\x6c\x43\xdf\x2f\x0e\xbd\xcd\xa4\x32\x1c\xf7\xd8\x5c\x5e\xf7\x7c\xf8\xfb\x75\x58\xcb\xee\xfe\x32\x8f\x8c\xd7\x6f\x71\xd0\x6d\x4b\x9a\x0f\x1c\xb4\x74\x89\xe5\x59\x1c\x73\x1e\xd3\xe5\xf5\xfb\x59\xd4\x5e\xb9\x51\x4e\x69\xbc\x25\x38\x78\xb7\x8f\xf1\x6e\xd7\xef\x17\x13\x9a\xa5\x26\x2f\x4f\x85\xe8\x0e\xcd\xbf\xce\x6f\x89\xae\x3c\x30\x95\x63\xfa\xfb\x45\x87\xda\xee\xef\x17\x1d\x1a\x4d\xe3\x59\x4c\x5c\xae\xee\x1f\xa6\x2d\x7b\x7e\x9d\x47\xc3\xfb\xb7\x98\xaa\xba\x79\x7d\x3a\xfa\xb3\x5d\xfd\x75\xfa\xdb\x34\xbf\xc5\xf4\x14\x3d\xa2\xe5\x59\x4c\x4c\x91\xee\xae\x3c\x83\xdb\xeb\xf3\xb5\x98\x92\x9a\xbc\x5e\xe3\xfa\x96\x50\xcb\xb3\x98\x94\x26\xc5\x7c\x79\x60\x4a\x24\x41\x97\x67\xae\xf3\x2d\x9d\x4e\x79\x26\x4c\xa4\xc7\xb3\xa8\x4b\xdb\x8a\xc6\xb3\x98\x92\xd6\x37\x8d\x7f\x51\x93\xb2\x55\xff\x3e\xc6\x93\xff\xe0\x11\x29\xcf\x84\xc3\xed\x6a\xec\x58\x12\x48\x9b\xba\x0c\x07\x96\x4a\x5f\xae\x63\x11\x71\xd9\x77\xca\xb3\x48\x5b\x6f\xc3\xbf\x5f\x8b\x3d\x8b\x26\xbb\x38\x88\x2e\xeb\x65\x79\x8e\x30\x66\xba\xbd\xf5\xa2\x36\x1f\xd6\x83\x47\x69\x73\xff\xcf\x12\xcf\x93\xda\x3b\xe1\x58\x7c\x99\x30\x6f\x4b\xfc\x2f\xcf\x05\x47\xee\xfe\xd6\x0b\xdd\x4a\xd1\x66\x2d\x6a\xda\xbf\x2e\xff\x22\x98\x79\x78\xbe\x8b\x26\x96\xcd\x9b\x71\x71\xd8\x3c\x3e\x1e\xcd\xd2\xb5\x19\xeb\x51\x6b\xc5\x87\xfb\xae\x2c\xbe\xfa\x5b\x74\xb1\x7f\x1d\xf6\x1b\x0e\x2b\x6b\xbd\x6e\x38\x7c\xaf\xc7\xcd\xa3\xbd\xab\xff\x9b\xc3\xed\xf1\x62\x29\x97\xc1\xa3\x3c\x4f\x46\x5d\xa0\xdf\x3f\x8b\xc3\x28\x3e\xbc\x4f\xe5\x30\x6a\x3c\xef\x5a\x9f\x91\x35\xde\x37\x41\x6c\x5c\x6e\x5c\x06\x1d\xce\xb7\x33\x7f\xf5\xbf\x9e\xd9\x56\x3e\x5a\xc0\xf2\x2e\xe2\x5c\x36\x5d\xce\x77\x11\xdb\xae\x67\xba\xfc\xa8\x63\x74\xd9\x50\xc7\x94\xad\xba\x7e\xad\xe7\xa6\xf1\xbf\xdb\x43\x7b\x59\xe5\x17\x75\xcb\x67\xfc\x2f\x5a\xf6\x4d\x87\x1f\x75\xce\xf8\x2a\xa7\xc5\x61\x4e\x11\xeb\x37\xaf\xf5\x98\xae\x5f\x6c\x43\x29\x53\xfd\xa1\x2f\xee\xd9\xf5\x07\xfb\xe7\x32\x1a\xe3\x0f\xd3\x52\x42\x9d\x51\xb2\xca\x85\x67\x50\xe7\x2f\xd4\x0d\xbb\x88\x69\xa8\x1b\xf4\xd6\x17\xd4\x0d\x5d\xfa\xea\xf2\x2e\xe2\xda\xd2\x70\xf9\xe1\x7b\xad\xe7\x22\xae\x6d\x68\xfd\xd1\x18\x34\x99\x28\x0b\x1a\x83\x26\xbb\x5e\x09\x8d\x40\xfb\x28\x5a\xcb\xbb\x88\x6d\x9d\x9e\x5f\x65\x3f\xbe\xda\x5b\xc4\x62\xf7\x7e\x21\xf1\x57\x11\x4f\x24\xea\x2e\x89\xaf\x84\x04\x3c\x74\xfe\x91\x80\xcb\x1c\x2e\x23\x51\x65\xf5\x8f\x44\xbb\x27\x97\x91\x88\x3c\xff\x45\x7c\x5b\xf1\xf9\x59\x9c\x56\x95\x3a\xab\x20\x91\xd6\xee\xf5\x1e\x21\xb1\xb9\xcc\x63\xec\xf3\x05\xb1\x2e\x7a\xec\x91\x30\x7b\xfe\xfa\xfd\xb1\xee\x7b\xd6\x78\x17\xf1\x2e\x75\x73\xfd\x8d\xba\x4c\xe3\x19\xb1\xfe\x2a\x43\xac\xb3\xee\x6b\x48\x84\xd5\xfb\xbd\x88\x71\xdf\x8a\xbf\x0f\x09\x42\xed\x2f\x09\xaf\x65\x7f\x0f\x7d\x93\xba\xac\x20\x21\xf5\xd9\xf4\x3d\x12\x4e\x6e\x5a\x0f\xe8\x5f\x29\xea\xff\x7c\x91\x38\xb5\xff\x8b\x97\xcc\x7e\x1c\x90\x40\xba\x1f\x6f\x24\x90\xda\xbd\x7e\xb0\x84\x5f\xf7\x11\x9e\x70\x7a\xbf\x2f\x1c\x75\xc4\x6c\x04\xd3\xbf\xf7\x3f\xb1\xa7\x17\x24\x80\xdc\x7c\xd8\x6e\xc4\x37\xbd\x9c\xef\x22\x86\xb5\xfa\xb0\xdc\x88\x5f\x7a\x39\xdf\x45\xfc\xaa\x5f\xb6\xf7\x8e\xc3\xa1\xf2\x83\xf8\x28\xce\xf1\x7d\xe2\xb0\xa8\xbd\x07\x83\x9d\x17\xef\x79\x21\xb6\x1a\xcf\xbb\x43\xfc\x55\xff\x2e\x62\x3a\xf5\xd8\xbd\x2f\xe2\xa5\x17\xeb\x45\xf7\xab\xc7\xe7\x7d\x0f\x58\xf3\x9f\xc5\xae\x1b\xc6\x45\x6d\x7e\xdd\xb6\x38\x8c\x43\xe5\x75\x99\xc4\x89\xd4\x6d\x8b\xc7\xc5\xe5\x45\xec\xe7\x87\xb8\xd6\x0d\x5d\xf5\xf8\x1c\xde\x8a\x88\x54\xd2\x57\x7d\x43\xdd\xa1\xfe\x17\x67\xd9\xa5\x8e\xa9\xdb\x7e\x70\xd8\x5c\x7f\xad\xc7\xe3\xb3\xfe\x75\xdb\xe1\x7c\xdc\x3f\xba\xea\xed\x43\xcc\xea\x96\x76\xc6\xeb\x32\xeb\xf3\x39\x4c\x75\x4b\xf1\x98\xaa\xbf\xd4\xd0\x05\x6b\x7c\xa9\xa3\xde\x70\xfd\xe2\x84\xeb\xd0\x78\x12\x02\xc8\x47\x48\xab\x5b\xe2\x32\x7a\xbc\x69\x8d\x57\x97\xa5\x6e\x70\xc6\x52\x57\x54\x3c\x75\xaa\xd4\x65\x75\x2b\x38\xcc\xec\xea\x6f\x11\xdf\x5c\xb2\xd6\x7f\x11\xdf\xdc\x92\xeb\x43\xd7\xab\xfe\x4a\x5c\x26\x8d\x3f\x88\xe9\xd0\xfa\x43\x3c\xbf\xfa\x83\x58\xf6\x4d\xed\xb5\xca\xe3\xa9\xfa\x1e\xeb\xa3\xf9\xf5\xe0\xdc\x34\x9e\x45\x1c\x9b\x3c\x3a\xea\xd6\x17\xf1\x28\x4d\xe3\x19\xa8\x4f\xab\xfa\x1f\x48\x1a\xbb\xf6\x6b\x70\x5e\x7c\xde\x26\xba\xfa\x5d\xeb\x85\x9c\x99\x3d\x9e\x89\xfa\x66\xe8\xfb\xc5\x7c\xf5\xe4\xfd\x87\xf9\x92\xcc\x5d\xb7\x13\xc9\xa1\xaa\xfe\x8c\xc7\xce\xf5\x6b\x7d\x76\xf7\x87\xba\x25\x67\x7f\x1f\xe7\x4b\xfd\xa3\xee\xd8\x92\xcb\xeb\xbc\xca\x1b\xb1\x6e\x8b\xf8\xd4\xe2\xf5\x47\x03\x91\xb3\xbe\xbf\xb9\xaf\x3e\x5f\x30\x5b\x9b\xc7\xbb\x98\xad\xb1\x65\x97\x0f\x38\x77\x8d\x07\xaf\xc3\xe4\xfd\x84\x39\xda\x8b\xf6\xe7\xe9\x48\x2a\x9a\xcf\x73\xaf\xf3\xef\xf5\x7a\x51\x4f\x66\xf5\xbf\x98\xa1\xba\x25\xfd\xfe\x0d\xfa\xf4\xa9\xdf\x91\x64\xf3\x87\xb9\xac\x3b\x92\xec\xd4\x7e\xec\x1b\xa2\xbd\xf6\x73\xdf\x60\xbe\x3e\x8f\x41\xc5\x1f\x2c\xeb\x31\x5f\x3b\xcf\xe3\xb3\xab\x1c\xeb\xa3\xef\xd7\x7d\x2d\xb2\xba\xd7\x9d\xfb\x25\x0f\xa2\x1a\x0e\x8d\x55\xf7\x79\xcf\x9d\xc7\x44\xed\x2d\xe6\xa7\xc8\x6d\xa4\xee\x30\x3f\x33\x69\xfc\xd8\x66\xb6\xa1\xf9\x95\x50\x17\xbb\x9c\x91\x6c\xaa\xca\xd0\xfb\xae\xf9\x15\x1e\xb3\xcd\xed\xe1\xac\x38\xd4\xdf\xba\xaf\x63\xdb\xff\x44\x72\xa9\x7b\xc1\xd2\xaf\xc5\xc7\x89\x32\xcb\x50\x54\x71\x9b\x2c\xdb\xee\xce\xd6\x61\x2f\x22\x1e\x7b\x41\xd7\x9f\x3d\xd8\x25\xd6\x16\x6f\xde\x8f\xed\x45\x8b\xbf\x2e\x7b\xc9\x9f\xc7\xa7\xee\x2d\xc1\xc9\xea\x7b\x6c\x13\xc5\xdf\xb7\x8e\x98\xad\xf6\xdb\xe0\xf2\x68\x3c\xd8\x2a\x4a\xf2\xef\x21\xd6\x3e\x0c\xed\xdf\x19\x2e\xeb\xde\xd0\x3d\x0e\xb7\x7f\x43\x2c\x35\x9f\x86\x2e\xdc\xe5\xbe\xf3\xbd\xc6\xdb\xb9\x2c\x3e\x1c\x70\x66\x9b\x0f\x5b\x0f\x49\xc8\xdf\xc7\x78\xd5\x5f\x47\x52\xab\xfa\x7e\x60\x28\x14\xb1\xda\xd1\xf5\x4f\x1f\x9e\xc5\x69\xf5\xdd\x87\x67\xa0\xe5\xe9\xda\x9f\x25\xe6\x96\xee\xdf\x2f\xb1\xb6\x88\xd3\xab\xb8\x1d\x36\x79\x4c\xd7\xfd\x80\x18\x8a\x38\xec\xe8\xb2\xbb\xf7\xe3\xc0\x50\xe7\xfe\x0f\xf6\x4b\xc4\x68\x47\x37\x3c\x3c\xdf\x93\xc3\x9f\x5c\x5e\xeb\xf9\xb5\x7f\x48\x8a\xf2\xc9\xae\x3b\x9a\xb6\xb9\xe9\xfb\x8b\xfd\xfb\xaa\x3f\x39\xcc\xae\x5f\xfd\x4b\xbd\x56\xf1\x54\x2c\x26\x66\xfb\x1d\xf5\x9a\xdf\x1d\x9c\xa1\xda\x5b\xc4\x6a\x6c\x5e\x0f\x98\x1b\xe9\xfa\xeb\x8e\x57\xf4\xd7\x78\x60\x66\xa4\x6e\xad\xfb\x0b\x31\xdc\x5d\xbf\x1e\x17\xf9\x86\xd4\x7d\x11\xb3\xb6\xfb\xf2\x2f\x66\xa6\xfb\xb1\xd8\xdf\x1b\x1f\xe5\x4f\x3d\xee\x85\x36\x9c\x57\x1c\x0a\x5b\xd1\x63\x80\x47\x61\x95\x0b\x61\xc5\xa3\xb0\x99\x98\xe2\x52\xd8\xb6\xec\xf6\x0e\x38\xf9\xae\xf2\x03\xb3\xa3\x32\x6a\xb7\xfe\x71\x19\xaf\x69\x67\xbf\x3e\x7e\x82\x15\x3f\xc1\x2e\xdf\xfc\x9a\x60\x46\x24\xd9\xd5\x84\x43\xd2\xe6\xf6\xd2\x84\xb9\xf4\xf7\xa8\x01\x37\x97\x1f\x24\x03\xcd\x27\xc7\x7c\x35\xde\x0c\xb1\xd2\x7d\xc7\x01\xb0\x4a\x32\xae\x29\x0c\xe1\x5e\x9f\x0c\xb3\xe7\xf9\x65\x24\x2f\xaf\xc7\x62\x5e\xb2\x1f\x7b\x3c\x06\xbb\xdc\xad\x97\x0c\x04\xe7\xaf\xf6\x4a\x8c\x57\xfd\xfd\xd0\x37\xb5\x5f\x38\xef\xd3\xe5\x9b\xfb\xab\xf5\xaa\x71\x9e\xd5\x7e\x65\xbf\x76\xad\x6f\x85\x19\xd5\x79\x4b\x75\x9d\xd7\xa1\xc7\x12\x1f\xc2\x5a\x74\xbe\xd2\xa2\x5f\xad\x0c\x8d\xaf\x85\x64\xa7\xf5\x69\xc1\x6c\x6b\xbe\xd8\x46\xbf\xea\x17\x3d\xea\xdb\x74\xfd\x0d\xb3\xad\xf1\x2f\x49\xb0\xcb\x1b\xba\xa6\x25\xf9\xf5\xe9\xf9\x8c\xce\xfc\x5d\x86\x39\x4f\x5a\x9f\xb1\xf6\xfb\xab\xbd\x81\xed\x7a\x1f\x7f\xf2\xb8\x24\xc4\xbc\xee\xc5\x0f\xc3\xa1\x88\x4f\x5a\x62\x9d\xbd\x46\x6a\x9a\x78\x51\xe8\x65\x4c\x10\x2b\x89\x69\x15\x8f\xc8\x22\xb5\x51\xc5\x23\xb2\x6c\x22\x3e\xe9\x98\x10\x0f\x4d\x16\x62\x26\x67\xab\x9a\x8e\x13\xce\x55\xdf\x13\x99\xd1\x75\x59\x13\x86\xa8\xe6\xc3\x74\xc1\xa9\x8b\x38\xa5\x2b\xc4\x48\x2d\xce\x15\xc4\x55\x8b\x03\x31\xeb\xbe\x2c\x17\x8b\xd5\xb4\xf9\x77\x82\x58\xa9\xff\xc5\x79\x15\x73\x1e\x09\xf5\xbf\x7c\xda\x2a\x91\x04\xb9\xee\xea\xff\x9e\x78\x61\x88\x38\xdc\xeb\x71\x9b\x5e\x0f\x24\xbd\xe6\xf9\x2f\xe2\x57\xaa\x38\x9d\x74\x63\x38\xf4\x78\x9e\x84\x8e\x5d\xf3\x7f\xc2\x1a\xa1\xf6\x9e\x58\x5f\xb5\xf7\x72\x78\x7c\x58\x97\x64\x57\x8a\x38\xe7\xf4\xc6\xe5\x55\x7f\x8b\x18\xb6\xaf\xf1\xbf\x5c\x36\x11\xdf\xf4\x42\x2c\xa6\xcb\x38\x76\xe8\x70\xe6\x0d\xc9\x51\xc4\x31\x2f\xe2\x37\xa4\xa6\xa8\x79\xe3\xb0\x8b\x19\xc8\x1b\x92\x87\x1e\xdb\x1c\x6a\x2e\x3d\x7e\xf9\xc7\xc6\x90\x55\x6e\x38\x7e\xb8\x8c\xa3\x87\x88\x75\xc6\xc6\xd0\xb4\x3e\x39\x6d\xa8\x1d\xd5\x5e\x82\x93\x16\xf1\xcf\x4b\xb2\xcb\x72\x93\xad\x19\xe2\x28\x07\xf0\x9a\x13\x6a\x09\x49\xb2\x19\xe2\xe6\xf3\x90\xf3\x9a\xff\x2e\x66\x23\x2f\x4e\x31\xcb\xb1\xa1\xe6\xb2\x7f\x7b\x51\xd5\x0c\xb1\x93\x0b\x70\xcd\x05\x35\x6a\xf7\xef\x83\x13\xd7\x78\xf1\xd2\x91\x21\xbc\x66\x22\x66\xa6\x88\x47\xc6\x4b\x67\x6e\xfe\xfe\xc6\x26\xa4\xf9\xd5\x9d\xf9\x68\xfd\x09\xa2\x19\x3a\xbf\x99\x28\x1a\x4b\xca\x19\x62\xe9\xfb\x9f\x2b\xcc\x9c\xf7\x73\x49\x82\x65\x88\x19\xcb\x8b\x39\xb4\x57\x58\xcd\xf5\xe1\xf1\x51\xff\x0d\xe3\x99\x24\xff\xdc\xc2\x46\xe2\x32\xcc\x6c\x55\x7f\x8d\xf3\xe4\xf5\xeb\xd8\xc4\x7c\x5e\x3a\x36\x03\xf7\xbf\x24\xcd\x5c\x9a\xeb\xb9\x9f\xd3\xbf\xef\x9c\x6f\xf5\xd7\xc3\xc6\xe4\xef\x5f\xee\xbb\xda\x1b\x4b\x32\x19\x3e\x4f\x73\x49\xd6\x66\xae\xb1\x60\x96\xe6\xf3\x3c\x0f\x34\x0f\xda\xbf\x45\x0f\x9b\x2c\xa6\x35\xe3\xa8\x60\x66\x2c\x1f\x38\x8a\xe8\xfe\xe7\x23\x1c\x79\xf4\xfb\x25\x89\x56\xa9\x15\x6b\xc6\x10\x5f\x7d\x1e\x50\x6b\x6d\xbe\x0f\x18\x3a\xe5\x85\x57\xb1\x74\xf6\xad\x68\x7f\x43\xad\xef\xf5\x86\x59\x53\xa8\x53\xcd\x30\x67\x53\xcc\x5a\xbe\x0b\x8e\x02\x1a\x4f\xa8\xf1\x25\x4c\xe4\xd0\x5c\x79\xbe\x8b\x9e\x95\xb9\xfd\xd1\xe3\x92\x17\x27\xd7\x36\x2f\xc6\x22\x66\x3d\x79\xb1\x17\x31\xb3\x0b\x61\xcd\x8b\x98\xe5\x2e\xe2\x9a\x1f\x16\xcf\x83\x7f\x96\xe4\xd3\x7d\x79\x1f\x74\x78\xe2\xf4\xf3\x73\xe2\xa5\xa0\xc5\x78\x2e\x5c\x04\xfd\x3d\xc4\xe8\xab\xfc\xf2\x78\xa9\x7f\x38\xcd\xe2\xf1\xbe\xa8\x85\xbc\x18\x2f\x3e\xf5\x3e\xbc\x2f\x62\xa0\x1e\xa7\x8c\xda\xcc\xf3\x2b\x8b\x73\x1c\x56\x03\x94\x2d\x0e\x6f\x57\x39\x22\xfa\x5c\x8f\x81\x53\x9b\x51\xb0\x29\x34\x49\x7e\x65\x0b\x4e\xbf\xaa\x8c\x64\x27\xe2\x52\x16\x67\xd9\xad\x96\x2a\x8b\xd8\x16\x19\x7c\x6b\xd9\x99\x9f\xc6\x5f\x82\xf3\xd4\xe3\x53\x76\xd6\x4f\xc4\xa7\xec\x10\x17\xa9\x95\xca\x12\xc3\x5b\x1e\xfa\x3e\x11\xaf\x28\xe2\x52\x52\x70\x5a\x1a\x1f\x2e\x9a\xbb\xdb\x4b\x18\xa0\x75\x38\x4b\xce\x10\x3b\x7d\x9f\x79\x3c\xb4\xbf\x05\xe2\x9b\xc5\xf9\x95\xc5\x49\x96\xe1\xf1\x2c\xb1\xbd\x9b\x13\x2d\xf9\xa1\x3d\x8d\x07\x97\x4a\xd9\xcc\x6a\x81\xb8\xca\x6b\xaa\x96\x45\x4c\xb3\x22\x2a\x2a\xc1\x7a\xbd\x48\x6d\x55\x90\x64\x87\xf7\xab\x85\x5a\x4c\xeb\x19\x92\xa7\xce\x4b\xe9\x8b\x19\x31\x31\x29\x8b\x38\x65\x3f\xbe\xa5\xe3\x75\xe8\xf1\x2f\x49\xb3\xcb\xe0\x5d\x4b\x67\x3f\xbd\x3f\x78\xad\x49\xe7\x5e\xcb\x20\x5c\x54\x8f\x6f\x19\xfc\xbe\xb9\xfe\xe1\xbe\x68\xbe\x13\xaf\x4b\xef\xff\x81\x9a\xce\xfb\x77\xe0\x52\xac\xc7\xa2\x1c\x61\x10\x57\x7b\xd8\x2c\x87\xd7\xf7\x24\x04\x53\xc4\xb8\x9c\x9c\x5f\xef\xef\x89\xcd\x50\x8f\x7b\xc1\x46\xe9\xc7\xb7\x5c\xc4\xa8\x8a\x58\x17\x24\xcf\xe1\xdf\x5f\x71\x1f\xd4\x3f\x3a\xfb\xaa\xc7\xad\x40\x4f\xe4\xcd\x52\xcb\x13\xeb\xab\xdf\x3f\xb8\x08\x7b\xbe\xeb\xbe\xe7\xee\xfd\x7b\xb8\x1f\xee\x6f\xdd\xe7\x2e\xd7\xfe\x5a\x90\x0c\x15\x54\x51\xeb\xba\xaf\x5d\xe1\x3c\xb5\x22\xf9\xc9\xa0\x5d\x2b\x92\x9f\x99\x2d\xe2\x66\x8a\xd5\x58\x44\xca\x14\x39\x98\x57\xa2\x50\x4a\x13\xb1\x27\x1c\xa4\x65\x49\x26\x35\x87\x1a\xba\xaa\xbc\x98\xa1\x21\x4e\xbf\xe2\x52\x9c\xa5\xa6\xab\xa8\x9d\xac\x76\xab\xa5\xa1\x26\xd3\xef\xc3\x0b\xd7\xfd\xaf\xc7\x3f\xcb\xe6\x5c\xeb\x92\x8c\x4a\xf2\x78\x6b\xd8\xc8\x3f\xeb\x51\x1b\xfb\xad\xfb\x54\x3b\x6a\x60\x31\xd7\x15\xb5\x6d\xd5\xe3\x56\x79\x4c\x8b\xc7\xcb\x79\x35\x73\x5f\x91\x64\x72\x57\x7b\x03\xe6\xa6\xfb\x7b\xbc\x58\xeb\x9f\xc4\xa9\xd4\x8a\x01\x4a\xe1\x51\xb5\xce\xe0\x94\x34\x79\x5e\xea\xa1\x97\xb3\xce\x0b\xe2\xa2\xc9\xce\x1b\xef\x0a\x75\x7e\x74\x7e\xaf\xf6\x90\x54\xb2\xc4\xba\x7a\x84\x37\x8d\x16\x6f\x5d\x96\x22\x97\xd5\x5a\x7f\x2e\x8b\xdb\x7b\x30\x90\x6a\x3c\x48\x26\xe6\x4c\x08\xfd\xa8\x59\x92\x4c\xc5\xc0\x3e\x75\x39\xeb\x8d\xcd\x40\x9c\x45\x45\x8d\xb2\x35\x97\xc3\x86\xa1\xdf\xaf\xc7\xb4\xca\x9f\xbe\xd6\x27\x74\xf2\xda\xcc\x97\x18\x2f\x6f\xc6\xe2\xec\x9b\x1c\x1c\x2a\x11\x1e\x5d\x2e\xa4\xb5\xa1\x93\x95\x43\x41\x6d\x3b\x5e\x6d\x9b\xcb\xa1\x03\xff\xac\x27\x61\x1b\xd5\xeb\xd9\x22\xa8\x5c\x9c\x4c\xcb\x8c\x47\x9c\x4f\xcb\x0d\xce\x5d\xed\xc1\x99\x76\x49\x36\x04\x67\x94\x4d\x97\xb7\x35\xfc\xd1\x35\x9f\xd6\x89\x5f\xd0\xe1\x6c\x1c\xb6\xe9\xf2\xe2\xbc\xaa\x5c\xd2\x6b\x3b\x30\x70\xeb\x31\x6e\x07\x92\xa5\x24\xb5\x76\x86\xfb\x99\xfa\x3b\x31\x10\xeb\x71\x6c\x70\x56\x56\xfb\x34\x02\x72\x37\x5d\xae\x76\xe3\x3d\x25\x62\xdf\x6e\x02\xd2\x44\x3c\xdb\x8d\xb7\x8a\xc7\x77\x43\x8c\xc4\xec\xb4\x27\x38\x5f\xcd\x6f\x31\x23\x59\x2e\xf1\xb5\xbd\xa8\xe1\xa4\xf6\x6c\x6f\x3c\x5e\x9f\xf9\x74\xbc\xc5\x14\xb8\x55\x7b\xe8\xdc\xf5\xb8\xf4\x2d\x24\x3f\x7f\xcf\x63\x2f\x62\xdd\xb7\x30\xd0\x7f\xfa\xef\xe8\xe0\xe5\x62\x57\xfb\x1e\x3a\x6f\xd7\x43\x3c\x74\x9e\xfb\x3e\x38\xef\x4d\xe5\x7f\x17\x0f\x52\x7b\xc2\x5b\xcd\xdf\x27\xe2\x47\x74\x3f\x7a\x26\x1e\xa2\xb8\x8c\x24\xaa\xf3\xd9\x23\x5e\x42\x92\x41\x07\x5a\xc0\xeb\xd1\x4b\xa8\x49\x34\xff\x90\x94\xf4\x38\x74\x24\x25\xb9\x90\xd7\x5e\x1e\x24\x77\xfd\xfe\xc7\xe1\x40\xfd\x57\xd4\x8c\xba\x8f\xbd\xc1\x1c\x68\x3f\x7a\x83\x59\x95\x4d\xa6\xe3\xa2\x5f\xdc\x7f\x8b\x90\x03\xad\x5f\x7b\x70\x60\xd1\xfc\x97\xa4\x93\x9b\xe7\xd7\x83\xd9\x55\x7b\x3d\x6c\x82\xda\x1f\x5c\xd4\xfd\x18\xf6\x31\x68\xcf\x65\x1c\x8e\x3c\xbe\x19\x8f\xb5\xda\x3f\xb0\xd1\x78\xff\x8f\x44\x7f\x5a\x4f\x5c\xa8\x15\x58\x5f\xfb\x15\x92\x90\xc6\xfb\xa3\x49\x51\x7b\x48\x22\x5f\xe3\xbd\x08\x39\xd8\x5c\xff\x10\xdc\xa8\xf1\x60\xd3\xb6\x5a\xab\x3f\xc1\x9c\x68\x7e\x30\xdf\x66\x1e\xfb\x8b\x01\x5f\xcc\x6f\x7f\x17\x7d\xb6\x30\xd1\xb9\x0f\x7e\x3c\xfa\x8b\xe4\x23\xfa\xd6\x5f\xe8\xa5\xee\xdf\xd8\x90\xd4\xeb\xfc\x93\xc7\x65\x6c\x18\xa0\x8b\x7f\x8c\xc1\x53\xc4\x6e\x04\xb1\xd4\xe5\x18\x5c\xae\xfa\x55\xcf\xe3\xa1\xc3\x34\x70\xc5\xec\x52\x53\x8c\x7d\x5d\xfe\x5d\x9c\xd4\x48\xe8\xbc\xdd\x5e\x2a\xbc\xb4\x49\xe5\x0e\x31\xf3\xf7\x07\x87\xd7\xf5\xb8\xb0\x6a\xb3\x06\x91\xa5\x53\x87\x7d\x64\xda\xd7\xe6\x8e\x45\x8c\xdb\xd7\x78\x17\xa7\x51\x92\x0e\xc7\xc8\x10\x17\x89\x89\x03\x4e\x79\xb8\x7f\x5c\x27\x37\x11\x97\xb1\x38\x8d\x5c\xc5\xb9\x0d\xd4\x10\xd5\xf5\xa8\x19\x6c\x83\x18\xa8\x19\x52\x77\x99\xc3\x2c\x4e\x71\x10\xaf\xe3\xcb\x32\xe0\x4c\xb2\xd7\x83\xf8\x1a\x79\x07\xd7\xd1\xc2\x80\xab\xf1\xad\xcb\xd9\xfd\x98\x8e\x88\x3f\x11\xe7\x34\x3a\x62\xb3\xd4\x3e\x03\xce\xc6\x36\x80\xd1\x71\x55\xd5\xe5\x1d\x23\x1c\x3c\x5c\xae\xc4\xef\x68\xbd\x06\x36\x06\x71\x42\x63\x22\x09\xe8\x31\x1c\x33\x0c\xd0\x3a\x0f\x73\x3d\xbe\x33\xbb\x9e\x78\x0e\x1d\xf6\x11\xf1\x08\x92\xac\xc6\x62\x46\x4a\xd6\xe3\x38\x8e\xe0\x04\xd5\xff\xe2\xcc\xab\x6d\x70\xe3\x0c\xe6\x41\xfb\x7f\xe2\x97\x9c\x5d\x7e\xb0\x49\xa8\x7c\x71\x3e\x92\xd6\x07\xe7\xeb\x4d\xcc\xd0\xc0\x05\x5f\xae\x9d\x75\x5c\x3c\x5e\x5e\x4f\x1e\x3f\x05\x3f\xd6\x71\x43\x3c\xbc\x7e\x37\xf1\x5b\xe2\xa4\xc7\x3d\x70\x99\xd7\xfc\xee\xb0\x69\xba\x3d\xd4\x8e\x1e\x3f\x6a\x51\xab\xf5\xc6\x83\xda\x46\x9c\xf7\x78\xce\xef\x60\xc3\x3a\x1e\x5c\x53\x7d\xf9\x97\xa4\xdf\x14\x1f\x5d\x07\x36\x21\xeb\xf8\x07\x9c\xbf\x82\xf7\xea\xc0\xe0\x6d\x4e\x75\x04\xf3\xa4\xc7\x6b\x6e\xe1\x0a\xfc\x69\x6f\xee\xa8\x61\x45\x8c\x26\x6a\x4c\x05\x3b\xd6\xb9\xe3\x00\x21\xce\x7c\x86\xda\x52\xeb\x35\x77\x98\x8b\xe9\xf2\x85\x0d\x4f\xdf\x27\x6c\x88\x5a\xff\x99\xfa\x77\xf0\x64\x9d\x09\x07\x03\x9d\xdf\xb9\xe8\x43\x2f\xd9\xf5\x78\xbf\x89\x1e\xcc\x70\x30\x29\xae\x7f\xf0\x96\xfc\xcc\x77\x42\x2f\x14\x32\x51\x67\x26\x98\x50\x92\xd5\x44\x12\xb1\x24\x30\x4b\x30\x4f\xfa\x3e\x1e\x63\xaf\x57\x81\x39\x10\x33\x36\x0b\xae\xe1\x62\xfe\x26\x8f\xf1\x9c\xae\x0f\x6f\x34\xad\xef\x7a\x9c\xbb\xd0\x51\xea\xe4\x71\xf6\x63\x33\x6b\x30\x83\xfa\x3d\x0e\x2d\xd6\x14\xcd\x45\x6f\xba\xd5\x86\x13\xfa\x62\x49\x6c\x86\xda\x52\xf4\x66\xb6\xd0\xf4\xe8\xfb\xd6\xb9\x4f\xfe\x9e\xf5\xf5\x7a\x2e\xe6\xb4\xe5\xb6\xfd\xc9\xe3\x32\x1b\x9c\xa5\x1e\x97\xd9\x40\x23\xd0\xe1\x9b\x04\xe3\x29\xd8\xba\xce\x9e\xbf\x23\x63\xeb\x24\xb8\x4e\xa8\x36\x75\xf6\xc1\x65\x76\xfd\xcd\x61\xd6\xe1\x81\x73\x98\xba\x3c\x73\x40\x2c\x86\xcb\x04\xeb\xf9\x70\x8d\x88\x2c\xd6\xe6\x42\xcc\x36\x11\xbb\x39\x39\xcc\x92\x0c\xe6\x64\xb3\x75\xb9\xe6\xc4\x06\x22\xe2\x3f\x71\x9d\xce\xde\x3c\x88\x9b\xd5\x0c\x13\xef\x1c\xab\xc5\xe6\x89\x8d\x46\x92\xc8\x5c\xc4\xab\xdb\x1b\x6a\x9e\xf1\x78\x6a\xf1\x89\x23\x91\xab\x75\x9d\x11\x5c\xe4\xf6\xae\x30\xe0\x69\xbe\x57\x44\x0a\x6b\x7d\xee\x50\xb3\xb8\x1c\x6a\x1d\x8d\x0f\x62\x56\xba\xeb\x0b\x9c\xb2\xc6\x77\xd3\xbe\x0f\x3b\x92\x9b\x75\xe8\x73\x49\x6e\xd9\xc4\x77\x62\x00\xb7\xda\x66\x3e\x8d\x48\x63\x8d\xff\x41\x2d\x23\xce\x68\x3e\x07\x6a\x48\x97\x91\x64\x7d\x7e\x50\x6b\x34\xf7\x8f\x1a\x72\xfa\xf2\x86\x2b\xb3\xd4\x1a\xf3\x25\x38\x52\xcc\xc7\x81\xb7\x4e\x12\xf1\x39\x30\x78\x5b\xb2\x3d\x40\xf8\xb0\xda\xe5\x08\x4e\x5f\xc4\xe7\xd8\x61\x06\xc4\x5c\x1c\xa8\x39\xec\x7d\x77\xe0\xbd\x33\x75\x7e\x0f\x22\xc3\x05\x01\x53\x0f\x0c\xd8\x42\x54\xa8\x47\x18\xb0\x35\x9f\x23\x87\x4e\x5a\xf5\xa8\xfd\x14\x65\x54\x8f\x82\x37\x90\x88\xe5\x51\x60\xce\xba\xcb\x3c\xce\x62\x66\x0e\x2e\xff\xd0\xf9\x3b\xb8\xec\x66\xc6\x8e\x16\x6a\x4c\xf5\x17\x0e\x1c\x3a\x5f\xc7\xc4\x26\x22\x62\x71\x10\xec\xa8\xb8\xa6\x7a\x1c\xe8\xd4\x3d\x3e\x6c\x96\x76\x20\x38\xae\xe0\xe4\xb5\x7e\x17\xe7\x49\xcc\xcd\x11\x3a\x7d\x11\x97\xe3\xba\xf0\xfe\x54\x19\x35\x58\x93\x9a\xe5\x00\x45\xae\xb9\xbd\x07\x35\xb2\x98\x9f\x73\x8b\xe0\xe9\xaa\xf2\xe4\xfc\xb8\x1e\x88\x0f\x3d\xfe\xe7\x16\x9a\x0c\x95\xb1\xc1\xc9\x95\xbf\x9e\xd8\xcc\x84\xaa\x50\xcf\x25\x99\x55\x6b\x1a\x4e\xbc\x13\x87\xfb\x47\xb2\x52\x24\x7f\x3d\x51\xb3\x0a\xe7\xa6\x9e\x15\x49\x4a\xe7\xef\xac\x38\x18\x7d\xfd\x9e\xc7\x47\xf7\xed\xac\xa8\x65\x75\x3e\xcf\x8a\x0d\x2f\xf9\xf7\x3c\xfe\x5f\xed\xdd\x68\x06\x34\xfe\x8a\x8d\x55\x92\xfe\xd9\x42\x2d\xa6\xf6\x43\xb2\xf3\x7c\x71\x0d\x6f\x6e\x6f\x11\xfb\x6a\x9b\xe6\x49\x70\xb4\x90\x20\xea\x89\xcd\xaa\x7a\x3d\x71\x48\xda\x93\xeb\x03\x50\xcf\xe5\x70\x88\x52\x7f\x3d\xbc\xd1\x3e\xfb\x79\x0e\x98\xf3\xf6\x27\xc1\x92\xf5\x1c\x1d\x9b\x84\x16\x17\x6f\x81\xda\x5d\x5e\x2f\xef\xd0\x65\x38\x09\xea\x11\x70\x4e\x3d\x09\xea\x51\xb4\x62\x3d\xc7\x8b\x2b\xa2\x7e\x8f\x81\x6c\x13\xe7\x78\xce\x0a\x67\xaf\xf6\x66\xa8\x61\xb4\x58\x33\x5c\x63\xfd\x3d\x41\x62\xde\xac\xf5\x58\x34\xeb\x98\x4f\x22\x89\x6d\x93\x38\xb9\x5c\xbb\x37\x87\x48\x62\x8b\xc5\x27\x62\xac\x60\x15\xea\x79\x40\xac\xbd\x78\x5c\x46\x7b\xb3\x9c\xeb\x31\x6a\x36\x70\x9d\x18\xe4\x84\xb3\x56\x4f\xd4\x44\xf2\xbb\xaf\xe7\x01\x67\x22\x4e\xf1\x3c\x79\x2c\xba\xcb\x88\xd9\x52\x43\x9c\xa1\x46\x12\x31\x3c\x4f\x20\x8e\x36\x7f\x0f\xb1\xf7\xe1\x21\x52\xb7\x17\x7f\x0f\xb1\xf2\x7c\xce\x97\xc3\xa5\xc3\x74\x85\x98\xac\xdf\x2f\x62\xd2\x9a\x0f\xdb\x15\x62\xbc\xfa\xbb\x82\x33\xd5\xfe\xc1\xd9\xdb\x06\x74\xf2\x58\x5a\x4d\x7a\x12\x27\x64\x03\xe1\xb9\x88\x4f\xdd\xdd\xfe\x7a\x2c\xcb\xd7\xfe\x10\x0c\xdb\x7c\x59\xee\xb0\x89\xb9\x1c\x62\xbc\xbf\x47\x92\x90\xda\xe3\xc4\x01\xc2\x3a\xff\x33\xd4\x9a\x3e\x5f\x0f\x06\x7c\xaf\x1f\x36\xc4\xec\xdf\x3f\x04\x8d\x89\xf8\x9e\x3f\xae\xae\x5a\x9f\x45\x1c\xab\x0d\xdc\xe7\x13\xfd\x6b\x7e\xd8\x0c\xac\x86\x38\x17\xf1\xac\x96\xbc\xcf\x1f\xc9\xc2\xfd\x41\x1c\x3d\x9f\x07\x07\x0e\xdf\x1f\x24\x0d\xab\x55\x4e\x5c\xeb\xcd\xa9\x9f\x2f\x41\x7a\x1e\xef\xfb\xef\x60\x4d\xea\x89\xab\xbd\xd5\x6e\x17\xb0\x5e\xb6\x09\x5c\xa8\xf5\xac\xa6\xb9\xb0\x41\x08\xbc\xaa\x5e\x78\x9f\xd9\x26\x73\xa1\x89\x48\xd3\xf5\xd8\xb0\xb2\xeb\xb1\x49\x35\x97\x51\x93\x89\x38\x5f\xd8\x34\x84\xa4\x59\xaf\xed\xfd\x86\x5d\xa9\x57\xc0\x7f\x69\xbf\x2f\x1e\x0b\xab\x89\x2e\x24\x9d\xac\xc7\xfe\x42\xb3\x21\x14\xd7\x7a\xa5\x60\x06\xf5\x7b\x6c\x20\x0a\x62\xad\x17\x71\x4b\x66\x4e\xaf\x8c\x66\x45\xeb\x77\x65\xbc\x2f\xc5\xdc\x5e\x78\x9b\xf5\xaf\x32\xcc\xc8\x70\x19\xef\x3b\xaf\xcf\x8f\x43\x87\xfa\x0b\x87\x0e\xa9\xa9\x2e\x82\x46\x85\x44\x52\xaf\xc5\x5c\x64\x33\x03\x57\x09\x58\x18\x97\x61\x86\x3c\xff\x12\x71\x36\x9a\x7f\x41\xb3\x20\xef\xd3\x0b\x4d\x89\xd5\xa4\x17\x8f\x9f\x6d\x2e\x17\x71\x4b\x36\xf0\x5f\x2d\xbc\xf5\x34\x1f\xbc\x73\x6b\x73\x39\xd4\xfe\x5a\xcf\x06\x12\x82\x98\x89\xab\x61\x13\xcf\x2e\xbf\x20\x3d\xfc\x91\x41\xff\xea\xfb\x37\xa6\x4e\xbd\xc0\xd3\xb3\x77\xd7\x35\x03\x53\x47\xf5\x33\x5e\x42\x2d\xde\x81\x4e\xd5\x87\x01\x98\x05\xc1\xc4\xd4\xeb\xe0\x31\xf2\xef\x8f\xe0\x9c\xb5\x38\x27\x98\x46\x7a\xc9\x2f\xd4\x1e\x5d\x62\xe4\x75\x86\x9a\x41\x8b\x81\xeb\xab\x1f\x97\x0b\x62\x2b\x4c\x9e\x7a\x01\x83\xa0\x08\xe6\x7a\x2d\xc9\xa2\xd9\x9b\xe8\xc2\x80\x59\xbd\xd8\x37\x06\x69\x8f\x1f\x1d\x66\x16\xf1\xbe\x1e\x88\xb9\x0f\xd3\x1b\x71\x40\x1a\xef\x1b\x3a\x73\xad\x07\x9c\xb9\x89\xed\x85\x2b\xaa\x89\xcf\xbd\xe1\x1d\x24\x49\xec\xe6\x72\xda\xc0\x76\x47\x10\xa1\xc6\x77\xef\x48\x2e\x5f\xe5\x82\xda\x29\xab\x8c\x6b\x70\x71\x99\xa0\x47\x8d\xff\xde\x71\x25\x14\xe7\x7a\xa7\xe8\x5f\xe3\x09\x83\xbe\xf6\xe7\xc6\x35\x53\x41\x7a\xf5\x2e\xec\x97\x0c\x9a\xf7\xe2\xfc\x4a\xd6\xe1\xbf\x1b\x6a\x0f\x3d\x9e\x37\x92\xb0\x2f\xef\xdd\xc2\xa6\xa5\xf2\x88\xc7\x68\xa8\x7c\xb2\x7e\x2a\x4f\x5c\x8d\xc5\xd9\xde\xe1\x3a\xed\xf6\x81\x09\x11\x8c\x47\xbd\xb1\xe1\x59\xed\x76\x9f\x78\x5b\xe9\x71\xb9\x7f\xce\x83\xcb\x17\x6a\x20\xb5\x7f\x02\x5b\x22\x62\x7c\x5f\x11\xa7\xa3\xf6\xc3\x7b\xd0\xfd\xdf\xac\x77\x72\xf9\x46\x4d\xa3\xf5\x24\x4e\xc3\x36\xc3\x1b\xd7\xe7\xe6\xfd\x78\x02\x8b\x4f\xeb\x81\xc1\xdb\xae\xef\xf7\x03\x0c\x52\x75\x3d\xae\xed\x7a\xec\xef\x27\xe2\x90\xb4\x5e\x0f\xfb\xe5\xfd\x41\x72\xdc\xbc\x3e\xef\xfe\x8d\x89\x55\x6f\x82\x66\xad\xe6\xb8\x5f\x6c\x8c\x22\xbe\x37\xe7\xdb\xcc\xd2\x8d\x8e\xbe\xb9\xff\x50\x9b\x7d\xb5\xff\x7c\x63\x6c\xd5\x87\x38\x32\x41\x61\xd4\xe7\xc7\x86\xb5\xab\xcc\x63\xb9\xbb\x3e\x24\xdf\xcf\xfa\x05\x62\x81\xe3\xce\x9e\x78\x7c\x24\x29\x80\x40\xd0\xb7\xdd\x65\xbc\x97\xc4\xc9\x3f\x3b\x41\xd8\xba\x1f\x0f\x92\xa8\x5d\x69\x1f\xd4\x66\x96\xcc\x40\x2c\xa8\x45\xf4\xef\xc1\x81\xa5\x7a\x3c\x04\xdd\x5a\x6d\x04\x82\x41\xcd\x7a\x9c\x9f\x8c\x83\x87\x98\x97\x27\xe3\x6d\xa8\xf3\xf2\x60\xe3\xb2\x4d\xf2\x41\xad\xd6\x75\x1f\x41\x30\xe8\xb6\x01\x3d\xa8\xd9\x6c\x13\x7b\x08\xfd\xb0\x4d\xe6\xa9\x10\xff\xe6\xf2\xea\xcf\xf4\xea\x69\x3b\xeb\xa1\xdf\xb7\x30\x7b\xa8\x7f\x1c\x00\xac\x76\x7d\xfa\xbf\xc3\x44\xab\x20\x10\x74\x7b\x53\x3e\xa1\x99\x6a\x2e\x77\x1e\xaf\x3f\x32\xe8\x3f\x88\x45\xf6\x4e\x78\x3a\x06\x68\xe9\x98\x9f\x7e\xc2\xa9\xbb\x3e\x88\x9f\x16\x13\x8c\x26\x07\x05\x3d\x03\x57\xd1\xe1\x7a\x0c\xf8\x9e\xdc\x20\xa8\x48\x87\x37\xe0\x06\x4c\xfc\x1e\x24\x17\x1b\xa8\x9f\x25\x99\x64\x21\x04\xd4\x67\x06\x67\xac\xfe\x8e\x78\x0c\x5c\x0e\x62\xaf\xc3\x07\xe6\x90\x6d\x28\x20\x04\x64\xbb\x22\xff\x20\x02\xe8\x72\x3e\x67\x78\x7f\xa8\x7f\xe2\x3a\xb2\x0f\xe7\x19\xc4\x5b\x9b\x01\x31\xb3\xd8\xff\xf0\x98\x59\x6d\xf2\xa0\x76\xc8\xe2\x24\x9e\xf0\xb6\x11\xa7\xf5\x44\x9c\x87\x24\x81\x40\x08\x28\x3e\x8c\x77\xb8\xba\xaa\x3d\x82\x5e\x85\x40\x5d\x41\x00\x28\x42\x64\xad\x0f\x6a\x30\xab\x11\x1e\xb0\x51\x5a\xf5\xf7\xe1\xfa\xa9\xfe\x08\x72\xdd\xc4\xe9\x3d\x70\xfa\xb6\x51\x81\x00\x90\xfd\x78\x3d\x8b\x13\x2f\x76\x50\x78\x70\x7d\xb6\x8d\x82\x08\xff\x3a\x45\xac\x88\xf0\x6f\x7d\xf7\xf7\xec\xa7\x2f\xcb\x8b\xab\xb6\x0e\xf3\x1b\x9c\xb7\x24\x2f\x00\x1a\x8b\xc7\x43\xc4\x7f\x37\x27\x15\x11\xfc\x82\x2a\xae\x44\xec\x57\x01\xf7\xd4\x77\xcf\xdf\x00\x82\x15\x00\xc6\xe6\x38\xa7\x77\x0f\xc9\xcc\xdf\x73\x7e\xbb\xdb\x03\x0e\xa5\xfa\xf7\xa8\xf5\xb4\xbf\x00\x30\xb6\xee\xf6\x13\x41\xb3\xba\xbc\x2f\x39\x00\x2c\xf9\x03\xa0\x58\x14\x11\x5f\x01\x40\xac\xde\xaf\x37\x73\x1f\xb4\xbe\x20\x06\x64\x13\x3b\x10\x03\xba\xd7\x2f\x22\xfe\x8b\x24\x43\x00\x05\xb3\xef\x23\x18\x81\xc5\x06\x76\x10\x00\x8a\x1f\x0b\x30\xfd\x8a\x22\xfc\x2b\x98\x7e\xbd\x8b\x39\x23\xc2\xbf\x4f\xed\x2f\x11\xfd\xcd\x71\x71\x60\xec\x75\x1b\xe4\xc1\xcc\xab\xd3\xeb\x83\x0e\x3f\x79\x7f\x51\xeb\xd8\x26\x12\x18\x7a\xb5\xbb\x1c\x71\x4e\x2e\x87\x03\x89\xdb\xc7\x9b\x54\xf7\x15\x84\x80\xbe\x79\xfc\xa8\x81\x36\x3d\x76\x6f\x0f\x62\xad\xf1\x77\x10\x0b\xa4\x96\x05\xd3\xae\x57\xcf\x0f\x84\x80\x5d\x8f\x43\x60\xd8\x39\xce\x2c\x30\xec\x84\x6c\x5e\xdf\x50\x13\x89\xbe\x80\x41\x57\x9b\xe8\x03\x88\x00\xdd\xcc\x4f\x20\x02\x08\x33\xb0\xbe\x23\xbc\x29\x35\x5e\xbc\x07\xb3\xd7\x23\x82\x6e\x7d\x5e\x50\x8b\x26\x31\xbb\x60\xc4\x95\xec\xf3\x87\xeb\xb4\x1d\x9e\xc0\x8c\xab\x66\x46\xc1\x7c\x6b\xf6\x4e\x03\xe3\xad\x58\x0d\xf9\x2e\x61\xa1\xda\x9b\x11\x8c\xb6\x6e\xc9\x3a\x30\xda\xb6\xfe\x47\x06\xfd\x17\xce\xaf\xf9\xf0\x1e\x21\x06\xaa\x31\x24\x07\x7b\x17\x01\xa8\x56\x92\xd4\x04\x01\xa0\x66\x9b\xcb\x4b\x02\x91\xe9\xcd\xc6\x5b\xe2\xeb\xf2\xe1\xed\xe5\xa0\xb7\xf7\x0a\x6f\x04\x4d\x36\xe0\x55\xc4\x09\xbe\xf8\x5d\x2b\xe2\xbf\x82\x18\xd0\xbe\x0e\x0b\xc4\x31\xfb\xf2\x2e\x4e\xae\x67\xb7\x47\x9c\xc7\xee\xc5\x45\x92\x18\x52\xf3\xbc\x44\xec\x0a\x90\xb0\x6d\x10\x2b\x05\x81\xb5\x88\xb8\x17\xb1\x69\x11\x71\xaf\x88\xe2\x46\x44\x7d\x29\x9f\xc7\xb0\x6d\x20\x68\xa7\xa6\x72\x0a\xd7\x69\x97\x81\xa3\xf9\x48\x2a\x6d\x03\xdd\x55\x71\x0d\x8d\x88\xf9\xaa\xa0\xb8\x46\xc4\x7c\xfb\x6e\x2f\x1c\x0e\xa6\xca\xf8\xed\x27\x8d\x97\x88\xdc\xd2\xd5\x1e\xa8\xd5\x82\x27\x69\x11\x21\xdf\x37\x8d\xbf\xb0\x5f\x9b\xfa\xab\x78\x57\x4d\xd5\xd7\x80\xff\x51\xfb\x35\x0c\xfc\xea\x1f\x78\x11\x61\x51\xb5\x2d\xb0\x9c\x3e\xc4\xb5\x6d\x10\x9f\x99\x55\xdf\x08\x1a\x9c\x9a\xff\x12\xcb\x87\x38\xd9\x46\x04\x7d\x17\x67\xd8\xb6\x16\x3a\x61\xb7\x87\x9a\xa3\x6b\x3d\x1a\x41\x84\x4d\xfb\x07\xa0\xe7\xee\xf5\x6a\xb8\xba\x4e\xcd\xbf\xc5\x63\xa4\xf2\x22\x4e\x43\x71\x1a\x2d\x22\xec\xe7\xd0\x7c\x47\xa8\xbd\x5c\x1f\xae\x9e\xae\x27\x48\x32\x6b\xfd\x26\x0e\x16\x59\xed\xa3\xf6\x95\x5a\xa8\x6d\x13\xef\xb7\xea\x72\x3c\xfe\x9a\x1f\x71\x13\x82\xd3\x69\x5b\x78\x27\x25\xad\xcf\x91\x61\xf6\xd4\x1f\xae\xcb\xc9\xed\x1d\x60\xa1\xed\xda\x1f\xd4\xb2\x8a\xdb\x68\x44\xf4\x57\x49\x02\x8d\x88\xfe\x92\xbc\x7e\x67\x78\x23\xaa\x7f\xe0\x46\x24\x89\x35\x72\x0d\x65\xa9\x39\x1b\xf9\x83\x8a\xd0\x72\x5b\x24\x10\xda\xbd\xdf\xa8\x55\xfb\xae\xf9\xe1\x30\xf1\x35\x1f\x1c\x24\x86\xf7\xfb\xc6\x06\x55\x5d\x46\xed\xbc\xe9\xf7\x37\xae\xc1\xbe\x3f\x81\x00\xe2\xfd\x0d\x04\x90\xa9\xf5\xc1\x7b\x2a\x7b\x3f\x91\xe4\xa4\x86\x6b\x1b\x92\x5b\x2e\xae\x47\x4d\xbf\xb9\x9e\xf3\xdd\xd4\x3f\x6a\xc8\xf2\xf5\x7b\xe8\x8d\xf6\x9b\x08\xff\xaa\xc7\xb2\xfd\x44\xf4\x6b\xfc\x3b\x9a\x0a\x31\x13\x6d\x27\x34\xa1\x7e\xd4\xac\x6d\xdf\x98\xdf\xd4\xef\x71\x98\xe8\x5f\xe5\x88\xe8\xd7\xf7\xe0\xf9\xcb\x66\xd7\x40\x04\xc8\x75\x57\x39\x21\xf9\x7e\x24\x8f\xb6\xe7\x08\x1a\x9e\x2a\x03\x9f\x33\x5d\x0e\xb8\xa7\xaa\x32\x68\xce\xda\x9f\x3d\xe3\x1d\xf8\x47\x36\x97\x16\x29\x91\x92\x1b\x03\x88\x4e\xf0\x13\x0d\x78\x80\x22\xe0\xb5\x46\xf8\x7f\x93\x5a\xa1\x11\xe1\xdf\xa4\x86\x6a\xe4\x45\xca\xe2\x94\x5b\x24\x46\x2a\xd9\x65\x5e\x6a\x11\x93\x48\x8d\x24\x3f\xec\xb6\x23\xf6\x29\x37\x54\xdb\x31\x80\xc9\xa0\xdf\xf6\x1a\xae\x99\xda\xcc\x16\x6a\x0b\xb5\x8f\x41\x4c\x6a\xb9\x06\xa6\x64\x2e\x6e\x2f\x92\x2d\xe9\x31\x20\xe2\x3f\x0b\x7e\xa6\x11\xd1\xdf\x7c\xd8\x89\xd8\x2f\x32\x80\xb6\x9d\x20\xaf\xe4\xf9\x76\x0e\x8f\x0f\x4b\x0f\xc9\x46\xed\xf7\xb8\x6c\x6a\x1f\x2c\x25\xd9\x10\x96\xcc\x03\x71\x50\xfb\x03\xd7\xd5\xcd\xf5\x18\x08\xa7\xd6\x6b\x84\xf7\x95\xfa\x43\x6d\x59\xbc\x7f\x13\x83\xb7\xfb\x83\xd8\x25\x1f\xde\x49\x9c\x8a\xc7\x37\xc3\xa0\xaa\xf5\x9c\xe1\x1d\xa2\xf6\x8f\xf0\x4e\xd1\xfa\x41\xbc\xe4\x4a\xde\xf6\x03\xf8\x8b\xa4\xf1\xe2\x5a\x2e\x35\x56\xdb\x03\x3b\xee\xab\x0c\xf3\xe2\xc3\x7f\xc2\xf9\x8a\xd8\x07\x02\xc0\xdc\x5d\x3e\x70\x7d\x55\xff\x67\xb8\xbe\x6a\xbe\x04\xd1\x2a\x69\x55\xdb\xb1\x01\x49\x12\x6c\x7b\x48\x8a\xde\x2f\x1c\x2a\xb2\x1e\xb7\x3d\xf0\x35\x9b\xbf\x0f\x35\x93\xda\x7f\x02\x7d\x57\x65\xe2\x2e\xe4\x30\xd2\x88\xe0\x2f\x5f\xf7\x01\x35\x92\x80\x07\x5b\x44\xf4\x77\xef\x07\xde\x5a\xdb\x70\x79\xad\xcf\xd7\x7d\x78\x83\xb8\x7c\xda\x8f\x88\x7e\x79\xff\x34\x22\xf6\x8b\x32\x10\x34\x22\xf6\x0d\xdd\xde\x88\xd8\x2f\xca\xb5\xd4\x48\xfb\x53\x15\x34\xd8\x52\xa4\x4b\xe9\x6e\x1f\x49\x5b\xf7\x23\xed\x91\xd7\xc3\x65\x88\xb5\x1e\x8f\xb4\x83\x5d\xa5\xf3\x91\x22\xc8\xb5\xb8\x1c\x36\x8d\xa1\xf2\x8b\x6b\xb3\xda\x23\xa8\xb5\x7a\x7c\x29\x32\xf0\x55\x95\xb1\x49\x69\xbf\x88\xf0\x6f\xad\x6a\xfc\xa0\xc0\x2a\x74\xa0\x91\x0f\xa8\xc8\xc6\xd5\x40\x00\x30\x74\x7d\x4b\x39\xee\xaf\xfa\xc3\x66\x22\x1b\x49\x4b\x38\x00\x54\x11\xeb\x54\x88\xf3\xd1\xe3\x47\x84\x7f\x95\xf7\x67\x23\x27\x50\x1f\x22\xce\x09\x6f\x30\x65\x2f\x6a\x44\xfc\x1b\x2a\xbf\x45\x84\xbf\x6c\xd8\x2d\x45\x10\xeb\xd0\x78\x40\x7b\xf7\x63\x92\xc2\x81\x4a\x8f\x41\xea\xa8\x35\xc5\x3c\x24\x80\x32\x77\x8f\xa7\x47\xff\x5a\x2f\x0c\xf0\x72\xf0\x68\x44\xe8\x57\xc5\x3d\xb5\x14\x88\x20\x1e\xdf\x08\xfa\xa0\xfe\x41\xf7\x6e\x5e\x1f\x24\x2f\x33\xbb\x04\xdd\xd7\xf9\x47\xb9\xba\x1a\x11\xf9\x35\xbb\xb3\x30\xb8\x8b\xf8\xa5\x19\x3a\x57\x2d\xc6\xc4\x00\xe8\xc5\x59\x9c\x57\x97\x81\xb2\x11\x61\xdf\xab\x17\xeb\x64\xb3\xbc\x38\x67\xa8\xc1\x34\x58\xbc\xb1\xe4\xfd\xd0\x48\xad\x57\x05\xe5\xdd\x12\x9c\x50\xf2\xe5\x42\xcd\xb4\x7b\xb3\xe0\x84\x86\x88\x67\xba\xf0\x1e\x12\xb1\x8d\x88\xfc\xe2\xc3\x80\xa4\x34\xbf\xca\x01\xcf\xa0\xf1\x5e\x18\xec\x44\x3c\x13\x6a\x29\x01\x07\x36\x22\xf8\x73\x15\xe7\x97\x6e\xd4\x42\xd9\x65\x80\x12\xb3\xbf\x0f\xe0\x4a\x8d\x0f\xc9\x6b\xf7\xe6\x11\xe1\x3f\x77\x7f\x8f\xc3\x82\x88\x59\x44\xf8\x9b\xb8\x92\x1f\xb0\x48\xa7\xdb\x52\x18\x8c\x45\xbc\xd2\x83\x0d\xc1\x87\x0f\x03\xb2\x52\x17\xb4\x14\x06\x64\x11\xbf\x04\xdc\x89\x1f\x5b\x22\xfc\xf3\xf4\xfa\x02\x5c\xd9\x4d\x2c\x5e\x0c\x8c\xdd\xe5\x58\xaf\x4f\xff\x39\xb0\x99\x34\xbf\x1c\x41\x6c\x1f\x35\x44\xcb\x5b\x38\x88\xa8\x1c\x79\x44\xc4\xcc\xe4\xc4\xe3\x2e\x62\x41\xc4\x7c\x9b\x7a\x2c\x72\x0e\x07\x0e\xf5\x07\x76\x99\x1c\x28\x5a\xce\x11\xb1\xde\x54\x0e\x57\x52\xd5\x13\xf1\xae\xa0\xd0\x96\x61\x76\x14\x57\xd4\x32\x41\x6d\x72\x5d\x6d\x99\xd4\x12\x4a\xf5\xd0\x32\xae\x9f\xd5\xbf\x6f\xe8\xa0\x75\xde\x23\x02\xdd\xcc\x5a\x6e\x3c\x86\x3a\xdf\x19\x1d\xf7\xd4\x63\x44\x44\x79\xdf\xbf\xea\x71\xd5\xd5\xe3\x9f\x3b\x71\x60\x3a\xff\x44\x98\x57\x05\x59\xb6\x8c\xb7\x65\x15\x31\xcd\xe1\x90\xf3\x55\x3f\x59\x5f\xcd\x67\x84\x77\xa8\xfa\x47\xcd\xe2\xfd\xce\x13\x9b\x92\xee\x33\x11\xea\x59\x6a\xce\x96\x01\x62\xfc\xaa\xff\x51\xab\xa8\xbd\x63\x47\xed\xa5\xfd\x05\xf8\x56\x6a\xb4\x46\xc4\x7a\xeb\x5e\xef\x83\xf3\x35\xfd\x7b\x1c\x16\xf4\x18\x66\xd4\x30\x8a\x63\x6a\xf9\x88\xa4\x9e\x2a\x5f\x20\x84\x0c\x8d\x1f\x6f\x37\x65\xa1\x6c\x00\x7b\x67\xa9\xf5\x1a\x68\xdc\xc5\x8f\x71\xc0\x71\x77\xaf\x2f\x08\x1c\xbe\xaf\x99\x38\xab\xe1\xf5\xbb\xc3\x4c\xa0\xf5\xfe\x91\x94\x34\x1e\x82\x42\x9b\xc7\x1b\x41\xa1\xae\x7f\xc3\x1b\x4f\xfd\xbd\x01\xa7\xa4\xfe\x5e\xe2\xde\x3e\x36\xed\x56\x82\x19\xd0\x7d\x8a\xa0\xeb\xa1\xf9\x17\xf2\xec\x08\x68\xb4\x95\x70\x05\x2f\x2e\xc3\x8c\x68\x7d\x0a\xae\xdf\xca\xe2\xd9\x4a\x02\xb8\xd6\xf5\x09\xfa\x22\x66\xa7\x24\x98\x7b\xed\x6f\xc9\xa0\xdf\x6f\x7f\x24\xb9\x10\x31\xdd\x15\x64\xd8\x0a\xae\x75\x4d\x9c\x64\x69\x1b\x9c\xb5\xea\xc1\xf2\x6a\x5f\x65\x2e\x7f\xd5\x60\x70\x65\xb3\xda\xa5\x10\xa4\xa4\x38\x95\x56\x26\x06\xbb\xa2\xc5\x8b\xc7\x4d\x9c\x4c\x99\xb8\x9e\xba\xbd\x19\xf0\x30\xbb\xca\x78\xa3\xe8\xf2\x45\x44\xb3\x74\xd8\xad\x80\x95\x65\xce\xbe\x04\x27\xad\x97\xb9\x1c\x21\x09\xb9\xfc\x70\x98\xf5\x7b\xf2\x34\x58\x2d\x51\x4e\x92\xf2\xe8\xf2\x97\x13\x03\xb4\xe7\x03\xea\xf2\x26\xce\xa5\x44\xde\x03\x71\xde\x05\x35\xa0\x5c\x65\x5b\xb9\xf0\x43\xd7\xe5\x2e\x17\x92\x9e\x1e\xd3\x12\xa9\x0a\xdc\x1f\xa9\x0a\xa4\x23\x6f\x05\x03\xb3\x5c\x7f\x5b\xe1\x31\x53\xde\x89\x56\xee\xc0\x06\x52\x7f\x37\x3a\x78\x8f\xef\x09\x07\x0a\x1d\xbe\xf0\xa6\x9a\x2e\x03\x17\xb3\xa9\x3d\x5c\x4b\xa5\xb6\x6c\x05\x03\xb3\x39\xcb\x12\x71\x16\xfe\x3e\x22\xaa\x3d\x3e\x0c\xc4\x43\x9c\x4f\x44\x58\x9b\x33\x2e\x04\xa1\x2a\x6e\xa1\x91\xd3\xb0\xf8\xb1\x8d\x08\x6c\x05\x45\xb6\xc8\x01\xa8\x38\x80\xf6\x93\xc8\x4f\xfb\x4f\xea\xbe\x22\x57\xf2\x56\x43\x8d\x28\x62\x4e\x7a\xbe\x3e\xb4\xff\xe4\xe7\x2b\x4a\x1d\xd1\x22\x22\x7b\x7a\x3c\x04\xa9\x56\x11\x17\x92\xf0\x65\xb9\x2e\x37\xb2\xf0\xb5\xac\xcb\x57\xf3\x44\x12\x56\xfb\xe1\x8d\xf4\xb1\x29\x36\x22\xb8\x8b\x1f\xdb\xfa\x93\x4c\x59\xdf\xe3\x6d\x24\x6f\xc0\x56\xe1\x94\x15\xc4\xda\x2a\xde\x44\x8a\x00\x6f\x95\xb8\x89\xd1\x5d\x0f\xf1\xd1\x79\xa9\xc4\x49\x08\x78\xb1\x11\xf1\xdd\x84\x85\xd7\x2a\x36\x16\x79\x6f\x35\x22\xc0\xbb\xf2\x16\xb5\x1a\x79\x8b\xf4\x98\xd7\xc8\x5b\x24\x35\x4f\x6d\x48\x6e\x52\x53\xd5\x16\x92\xaa\xda\x23\xb4\x41\xde\x95\xad\xf2\xb8\x5a\xcd\x52\x3b\x36\x30\x3d\x46\x95\x38\x2d\xc1\x3f\xb5\xda\x23\xaf\x93\x7f\x1f\x8f\xa7\xeb\x09\x32\x74\x3d\x90\xf6\x7e\x6c\xea\x08\x03\xb5\xda\x1f\x04\x61\x4b\x12\x8a\x88\x74\xab\x0d\xeb\x08\x1b\x8f\xe6\x17\x08\x0a\x52\xbb\xd5\x89\xc1\xdc\xeb\x19\x36\x0f\xef\x27\xa1\x0f\x66\x3e\x6a\xa0\x22\xfb\x3c\xcc\xc8\x07\xe9\xf6\x71\x78\xd1\xfd\x27\x81\x62\x35\xb3\x5c\x8f\x7f\x97\xf4\xab\x55\x42\x29\x76\xaf\xdf\x11\xeb\xa3\xf6\x40\x70\x30\xbd\x25\x28\xbd\x6f\x7a\x0c\xeb\x01\x70\xa7\xef\xc7\x89\x2b\xbe\x24\x4f\x32\x23\x16\x01\xb5\x36\x52\x23\x3a\xc9\x58\x23\x35\x62\x9d\xdb\x1f\x49\x2e\x35\xbc\x65\x36\x2d\xde\xc5\xe2\xf9\x72\x5d\x81\x4d\xa5\xc1\x5c\xe1\x87\xae\xc9\x5c\xe8\xa0\x45\xdc\xc8\x60\xd8\x86\xd4\x24\x15\x62\x68\x1d\x64\xc5\xb5\x54\x49\xb9\x5a\x7d\xb6\xef\x8c\x68\x8d\x08\xf9\xb2\xf9\xf2\x04\x64\xbc\x2f\x03\x6a\x8a\xe4\xc3\x4f\x1c\xc6\xac\xfe\x1e\xec\xb2\xe9\xf6\x51\x0b\x14\xff\x9e\x08\x6a\x49\x16\xf5\x8d\xa0\x38\x8d\x2f\x38\x0b\x71\x02\x15\xec\xad\xdd\x9b\xfb\x46\x7e\x07\xf5\xf7\x86\x8e\xfc\x73\x98\x88\xd0\xcf\x02\xea\x6c\x2d\xbc\xc3\xb4\xb9\x44\xec\x17\x8f\xb7\x61\xa0\x1e\xe2\x14\xda\x06\x2a\xb2\x88\x1d\x49\x1c\x8b\x92\xe2\x37\xb2\x38\x76\x65\xf8\x6e\x0d\x35\x86\x1f\xdf\x86\x24\xa0\xb8\x81\xd6\x22\x6d\xb7\x0e\x07\x08\x01\xb5\x48\x0d\xd0\xf6\x8a\xcd\x63\xaa\x0c\x56\x94\xd4\x08\x24\x7e\xac\x8a\x7b\x69\x0d\xec\x2e\x41\xdc\xb7\x96\x02\x45\xd5\xf5\x1d\xd7\x63\xcd\x2f\x22\xca\xf5\xd8\x36\xbc\x73\xaa\xe7\x0b\x22\x81\xf2\xa9\xb4\x86\x4e\x58\x71\x13\xad\xe5\xc8\x47\xa1\xf6\x50\x83\x0c\xf7\x8f\x1a\x64\xdf\x5c\x7f\x30\x7e\xcd\x2f\x50\x99\x25\x89\xb6\xc8\x7d\xaf\xc7\x91\x4c\x95\xb5\xbb\x3d\xe2\x50\x6c\x73\x69\x91\x7f\x64\xf8\xf7\xd8\xe4\x3c\x7e\xf2\x87\x58\x47\xdf\x2a\x11\xde\xd9\x65\xe2\x88\x24\x69\xb6\x0a\x90\xa6\xd7\xb7\xc6\xfa\x6a\xbe\x2d\x5c\xa5\x55\x8f\x0d\xca\xcc\x4d\x23\x82\x5d\x10\xfa\x8d\x6c\x99\x7d\xec\xfe\x7d\xb8\xaa\xab\xbf\x60\x06\x7d\x1e\x03\xc8\xd5\xfb\x85\x1a\xc6\xcc\x14\x19\x34\xb3\x25\xbf\xd6\x23\x23\xa4\xe6\x03\x8a\xb4\x1c\x00\x5a\x03\x35\xba\x7b\xbf\x02\xdb\xcb\xe3\x05\xb8\x55\x0e\x17\xad\xc1\x7c\x0a\xde\xa5\x35\xd4\x32\x53\xf7\xb5\xe1\x4d\x68\x7a\xd3\x80\xcc\x9f\xbe\x3f\x03\x35\xae\xc7\x8f\x9a\x78\xd3\x63\xd7\x22\x9f\x89\x1e\x83\x86\x1a\x47\x41\xb8\xad\x01\x91\x6f\xe6\xa7\x91\x34\x6d\xe8\x71\x6a\x33\x98\x17\xb7\x17\x70\x3f\x1a\x3f\xde\x8b\x26\xc6\x0d\xc9\x6c\x17\xfd\x6c\x41\xdc\x45\xff\x5a\x40\xea\x4b\x6d\xde\x40\xb1\xae\xde\x7f\x42\x13\x2c\xb9\x81\x70\xd1\xeb\xd7\xf7\xa4\xe0\x10\xfd\x6b\x60\x8f\x7d\xed\xe7\xf9\x40\x8f\xd4\x7f\x24\x68\xd2\xe3\xd0\x08\x1d\x50\x10\x7c\x6b\x68\x7a\x92\xf7\x8b\x38\x26\xc5\xa1\xb5\x16\xde\x90\xa6\x2f\xa4\x00\x51\x5c\x60\x6b\x64\x4b\xda\x6b\xfa\x93\xc7\xa5\xdd\x81\xa2\xa9\xc1\x3d\xa8\x81\x44\x8c\x1b\xf9\x6d\xbf\x2e\xeb\xbb\x7d\xa7\xbf\x6c\xed\x85\x13\x91\xce\xb6\x81\xe5\xb5\xc9\xc0\xd5\x16\xb1\xce\x56\xa3\xb4\xc8\x0f\x62\x62\x40\x90\x9d\x0d\x6e\xc0\x73\x34\xab\x69\x80\xe7\x68\x36\xd8\x35\xe0\x08\xbe\xdb\x0b\x1b\x84\xeb\x41\x01\xd5\x61\xeb\x1b\x92\x97\x36\x27\xe0\x3d\x14\xc4\xd9\x80\xf3\x70\xfa\xce\xd6\x03\x71\x20\xb9\x3e\xf2\x5d\xb8\x4c\x8a\x01\x11\xdb\x0e\xb1\xce\x9a\x4f\xdf\xc3\x01\x42\xed\x05\x0a\xad\x88\x6b\xdf\x03\xde\xc1\xbf\x0f\x49\xe5\x33\xff\x9e\x08\xba\xd4\xe5\xed\x10\x6b\x79\x47\x35\xe0\x3f\x9c\x5e\xb4\xf5\x14\x41\x74\x5d\x65\xbc\x51\x74\x59\x3b\x99\xb3\xb7\xaf\x72\x40\x94\xab\xff\x44\x04\xbc\x88\x7b\x87\x98\x9b\xf3\xed\x41\xcc\xfd\xfb\x08\x22\x74\xff\x78\x33\x59\xac\x26\x5d\x6f\xb7\xda\xa7\x97\x08\xca\x74\x39\x92\x6b\xa9\xbd\xf0\x5e\x12\x73\xd2\x4b\x64\x64\xd4\x7c\x6a\xc4\x09\xe9\xf7\x35\xe0\x61\xa6\xca\x70\xa6\x9e\x0f\x9c\xb9\x5c\x65\x5b\x0f\x14\xee\xea\x7a\xbc\x1d\x3d\x1e\x88\xbb\x39\xdb\x8e\x37\x92\x2f\x6f\xc7\xaf\xff\x6b\x3e\x01\x37\xb2\xbb\xbc\x63\x83\xd2\xf7\x81\x5d\xe6\xf3\xd7\x43\x0d\xac\xf5\x42\x0d\xe6\xc7\xba\x87\xda\x4b\xc4\xaf\xc3\x89\x9b\xf3\xed\xa0\xda\xda\xa6\xd9\xc3\x1b\x53\xf7\xa3\x07\x62\x82\x88\x19\xf0\x25\xc5\xc4\xbb\x8f\x50\xf3\x69\x3c\x70\xe2\x56\x13\x03\x6f\x52\xb2\x98\x97\x3e\x03\xf8\xd5\xf5\x38\x08\x78\x3d\xd1\x24\x74\x9f\xe7\x89\x5a\x56\x8f\x73\x27\x5f\x89\xe0\x83\x5a\x3f\x00\xba\xd5\x63\xd7\xcf\xc0\xba\x53\x7f\xa4\x08\x98\x9e\xef\x19\x6a\x62\x7f\x1f\x19\x55\x35\x7e\x88\xe7\x26\x49\xb6\xa3\xe6\xf2\xe3\xd4\x23\xae\x4a\xf4\xac\xdf\x61\xe3\xd1\xf7\x91\x74\x50\xcc\x60\x27\x28\xd9\x8f\x61\xbf\x43\xad\xa6\xf9\xe2\x7d\x99\xbd\xbe\xd0\x4b\x4b\xba\x1d\x2c\xc5\x29\x1b\x62\x47\x4d\xad\x20\xe9\xd6\x03\x1b\xd1\xe7\x6f\xd1\xcf\xb2\xfb\xbe\xbe\x71\xdf\x34\x1e\x52\x8a\xd8\x26\xf6\x03\xdf\xe2\xfb\x40\x1c\x94\x99\xdd\x8e\x5a\xcd\x0e\x19\xfd\x0d\x57\x6b\xff\x9e\x7c\x2c\x7a\x7c\xc6\x1e\x0e\x3e\x55\x65\x80\x70\xf5\xb8\x0c\x42\x1b\x6c\x13\x1a\xd0\x2f\xe5\x77\x6a\x23\x80\x60\xfb\x9f\xa4\x33\x6e\x03\xb8\x85\x39\xfd\xe3\x70\x65\x55\xe3\xa8\x09\x92\x88\xf7\xc8\xe1\xba\x5c\x54\x9e\x88\x6d\x1a\x5c\x46\x2c\xd6\xe1\x19\x39\x0c\x5a\x6a\xaf\xc4\xe5\x74\x19\xc9\x41\x8f\xc5\x28\x61\x30\x54\x7f\x64\xb6\x53\x3e\x8f\x36\x48\x11\x60\x4e\x6d\x00\xf1\xaf\x7c\x0d\x6d\x44\x1c\x86\x88\x71\xc0\xb3\x64\x5d\xae\x01\x31\x32\xb1\x04\xae\xa5\x08\x12\xbe\x8d\xc6\xe5\x90\xce\x75\xf4\x80\xbf\xd1\x7c\x41\x55\x2d\xae\x1f\x3b\x90\xf1\x6a\x0f\xd7\x44\xb9\xde\xb6\x41\x50\x69\xef\x6a\x1f\xb5\x9f\xfc\xee\xdb\xc0\xe0\x2e\x57\xed\x36\xd6\x65\xce\x4d\x87\x6b\xcc\x78\x7c\x34\x7e\xc4\x68\x45\x98\xb7\x71\x90\xbc\x47\x9c\xf4\x80\x93\xb2\x9a\x6c\xe0\x8a\x2d\x6c\xb1\x16\x70\x2b\x96\x0c\x06\xa8\xac\xc9\xe3\x3b\xc2\xb5\x56\xdf\x9f\x70\x6a\x9e\xcf\x19\x71\x37\x5a\x5f\xe2\x92\xaa\xf7\x03\x57\xee\xed\xab\x8c\xb7\x91\x0f\x6f\x04\x69\x7a\xfd\xae\x48\x61\xa0\xf9\xfc\xa0\x56\xfb\x7b\xb0\xb1\x7c\xd8\x41\xb1\xee\x5e\x9f\x9b\xfc\x3c\xd3\xe5\x8a\x43\x86\xd6\x13\x1b\x97\xbd\x87\x02\x8e\xe5\xeb\xbc\xa0\x53\xdf\xbd\x1f\xb8\x6a\x2b\xee\xa9\x0d\x24\xeb\xe4\xcb\xf8\x10\x84\xe8\xcb\xfa\x84\xf7\x94\xeb\x81\xef\x11\xa7\x3e\xde\xb0\x69\xaa\xfd\x37\x6c\x20\x9a\x0f\xae\xd9\x8a\x9b\x69\x93\xfc\x22\xca\x67\xd4\xe6\x86\xe4\xbe\xb9\x1c\x36\xb5\xaa\x72\xa8\x75\x3f\xeb\x35\xf7\xd8\x7f\x7d\x1f\x92\xa4\x1e\x9b\x09\x5c\xd2\xf0\xf7\x19\x54\x5e\x31\x5f\x93\x38\x8d\xec\xfe\x4a\xd8\x1c\x3e\xe3\x9f\xf1\x98\x8b\x5e\x04\x1c\x89\xbc\x3b\x5b\xc0\x91\x28\xd3\x62\x03\x8e\x24\x2b\x65\x42\x9b\x15\xc4\x0c\xad\x7f\xc0\x93\x28\x03\x6d\x9b\x3c\xfe\x4d\x92\x12\x70\x25\x45\x71\x4d\x6d\xb6\x00\x1e\x55\xfb\x2d\x24\x23\x8d\x1f\x87\x1c\xc1\xb3\xb4\x40\x1c\xb1\x9a\x1c\xc4\x91\x56\xa7\x7f\x8f\xc1\x5b\xf4\x61\xf6\xc8\x67\xa3\xf9\xc3\x0c\x28\x4e\xae\x81\x40\xd2\x4d\xbc\x67\x27\xd9\x96\xe7\x47\x68\x85\x99\x85\x39\x43\xf2\xd5\x78\x26\x36\x0d\xd1\x93\x40\x0c\xf1\x63\x3a\x43\xcd\x25\x66\x73\x1e\x21\x99\xe9\xf7\x27\x6a\x77\x31\x27\x81\x18\x62\x4d\xd2\x04\x81\x41\xe9\x98\xdb\x0c\xd4\x78\xb7\x4f\xf2\xc3\xa9\xf3\x3a\xaf\x40\x24\x51\x7b\x17\x0e\x48\xa2\xef\xf3\xc7\xe6\xac\xf5\xe3\xbc\x8f\xfd\x8f\x6c\x2e\xc0\x79\xe4\xea\xc5\x7a\x03\xb5\x58\x93\x79\x83\xb8\xb9\x8c\xf7\x87\x0c\x56\x07\x41\x53\x82\xcc\x6e\x07\xde\x2a\x36\xa0\x01\xd7\x51\x84\x62\xdc\x8e\x3d\xd2\x13\xbb\x9e\xb8\x16\xff\x9e\x20\x29\x1b\x24\x0f\xb0\xc9\x4c\xfc\x80\xef\x68\x36\x70\x1d\x29\x72\xf7\x17\x95\x03\xee\x41\xf5\x99\x88\x67\x5d\xde\x23\x83\x65\xa5\xcb\x71\xac\xc7\xb1\x2a\x39\x56\x3b\x88\xe0\xb5\xeb\xe1\xc1\xe3\x68\x07\x80\xa3\x14\x38\x21\x97\x89\x73\xd1\xe5\x3d\x0a\x06\x4f\x11\xdf\x03\xc8\x73\xa1\xae\xb6\x63\x5d\xce\x6a\x4e\xf0\x00\x6b\x4c\x10\xf5\xed\xe0\xf2\x65\xf7\x0f\x3c\x84\x75\xa6\x47\x8b\xc7\x52\xbf\x47\xcd\x61\x35\xe6\x81\x37\x88\x20\xb9\xdb\x31\x90\x1c\xbd\xfe\x70\xba\x26\x4e\x07\x99\xf7\x7c\xd8\x8e\x01\x67\x2f\xe2\x7c\xa0\x36\x50\x50\x6d\x3b\xc0\x0e\x9b\xe2\xd4\x0f\x10\x0f\x2c\x79\x1c\x47\x04\xa1\x69\xbe\x3c\x3e\xca\x55\xde\x8e\x33\x50\x97\x35\xbf\x2b\xfc\xf6\x55\x7f\xe1\x50\xe0\xfd\x88\x74\xd6\x7a\xdc\x0e\x92\x4b\xd9\x06\x73\xdc\x41\x4c\xf4\x7b\x5c\x49\x4d\x6c\x0e\x38\x39\x3f\x6e\x27\x71\x33\xf6\x16\x3b\xc9\x87\x32\xc5\xfc\x00\x37\xd2\x04\x5c\xd9\x4e\x5c\xd1\xb3\xce\x0b\xf0\x23\x45\xe9\xb9\xdb\x49\x82\x6c\xeb\xc4\xcf\x48\xde\xa6\xf1\x9d\x29\x50\xb7\xd5\x1e\x40\xa4\x42\xa1\x6d\x27\xc9\x9f\x94\xdc\xa9\x9d\x19\x20\x4f\x11\xc7\x13\xd7\x4f\xc5\x5d\xb5\xb3\xa0\x49\xd0\xfd\x3b\xc9\x57\xd2\xdd\x3f\x41\xaf\x8a\xdb\x69\x67\xe4\x57\x12\x71\x01\xfe\x24\x4f\x31\x77\xc0\x8f\x54\xef\xe7\x09\xb0\xa4\x0d\xc6\x27\x58\x76\xb6\xf9\x00\x4f\xb2\xe4\x6b\x95\x23\x2d\xb3\xbf\x87\x59\x90\x03\xc5\x89\x4d\x46\x08\x05\xed\x04\xb5\x5a\xc9\xae\xda\xd9\x23\xa5\x84\xe6\x47\x5c\x8a\x89\x1d\xf0\x24\xd9\x92\xc9\x09\x6a\xb5\xf2\xc3\xb4\xb3\x03\x9f\x22\x62\x7c\xe2\xe0\x60\x07\x97\x73\x04\x90\xad\xc6\x07\x30\xab\x32\x89\xb6\x40\x20\xb1\x77\xd4\x89\x77\xa6\x20\xef\x1b\x08\x22\xf5\x6b\xbe\x38\x34\x55\xef\x07\x71\x23\xc2\x66\x6c\x67\x64\xce\xd5\xf9\x3d\xc3\xc6\xe1\xfd\xc4\x15\xdc\xde\x9d\x20\x72\x94\xe4\xf3\x74\x86\x37\xae\xfa\x3b\x89\x13\x94\x0d\xe6\x24\x17\xbe\xb0\xe4\x1a\x88\x1c\x4d\x69\xbc\xdb\x09\xaa\xb5\x82\x28\xdb\x0f\xc2\x86\xdb\x0f\x07\x07\xb7\x17\xde\x91\xc9\xf5\xa8\x01\x25\x49\x9d\x48\x86\x66\x9e\x40\xd8\x28\x79\xfb\x93\x38\x97\x16\xf0\x1b\xd9\x87\x07\xf8\x8d\xdd\x83\x03\xbf\xbf\x7b\xb2\xc4\x91\x28\x5f\x49\x0b\x78\x0b\x01\x47\xb6\x1f\x38\x09\x1d\x8e\x80\x7f\x30\xf1\xbf\x22\x73\xa3\x38\xc5\x8b\xc7\xa6\x6b\xf1\x2f\x0c\xb2\x02\x12\x6c\x57\xc6\x1b\x42\xc4\xe7\x22\xb9\x90\x72\x42\x37\xe0\x1e\x9a\xf2\x8f\x34\xe0\x1a\xea\xa6\xf1\x5d\x11\x21\xab\xcb\x77\xa1\x73\xb7\xf7\xc9\x85\xa4\xa4\xa0\xaf\x16\x70\x0b\x9b\x2e\xe3\x85\xb7\x90\x50\x5a\xdb\x15\x71\x1e\xe2\x54\x2e\x0c\xa2\x4d\x8f\xc7\x55\xc3\xb5\x55\xe3\xab\xc1\x39\xb9\x4c\x8e\x70\xa9\x01\xae\x8a\x5f\xba\x38\x63\xe0\x1a\x9a\x0d\x8e\x17\xae\xd2\x4a\x9e\xd5\xae\xb8\x9c\x1e\x3f\x92\xd6\x26\xef\xaf\xab\x47\x5c\x8d\x7e\xdf\x23\x19\x9b\xda\x27\xb9\x99\x5d\xad\xaf\x8e\x43\x81\x88\xc3\x05\xa4\xbc\xd5\x68\x57\x0f\xd7\x48\xad\x67\xa4\x9d\xd5\xe5\xb8\x30\xa0\x2a\x73\x67\xbb\x06\x6a\x51\x49\x16\xd7\x92\xe4\x9a\x0d\x88\xd7\x08\xec\x29\xd7\x03\x54\xfa\xd5\x1e\xae\x99\xba\x3c\xd7\x40\xad\xa5\xcb\x1c\x88\x11\xf6\x16\xba\x02\x6b\x4b\xe7\xf5\x42\xcd\x93\xbc\x1e\x4b\x32\x2c\x36\xc0\x5f\x24\x53\x1b\x9e\x2f\x71\x28\x59\x9c\xe1\x15\x41\x67\xd2\x79\x5f\x33\x6c\x04\xae\xc7\x1b\x52\x6a\x1a\x10\x28\x8a\x5d\x9d\x2f\x38\x4d\xbb\xee\x5f\x01\xf7\xa3\xcb\x1b\x88\x12\xb6\x19\x5e\xc0\xf7\x28\x8d\x75\xbb\x78\x7c\x15\x14\xdc\x2e\x0c\xa8\x36\xd0\x5e\x27\x92\x9b\xcf\x4b\x60\xdb\x79\x3d\x81\xff\x51\x9a\xdc\x76\x05\xb1\xd1\xe3\x7c\x5d\x11\xf4\xe8\xfa\x90\x3c\xd4\x5f\x64\x9e\xac\xfe\x1e\xb5\xeb\x74\x7d\x04\x71\x6a\x3f\xf1\x96\x54\x5c\x5c\xbb\x22\xf3\xa4\xe9\x01\xf9\x40\x04\x14\xdb\x2e\x50\xad\x37\x8f\xe7\x09\x6f\x52\xfd\x1e\x07\x13\xdb\xa0\x2e\xf2\x17\x59\x0d\x7b\xe1\x70\xb2\x9b\x1e\x60\x73\xfd\xa2\x27\x4f\xd8\xbc\xb4\x1e\x78\x4b\x7e\xcd\xff\x09\x87\x07\xb5\xf7\x93\xc2\xc3\x65\xce\xaf\xee\xfb\x8d\x5a\xdc\x8f\xed\x4d\x4a\x0d\xab\x35\x41\xd0\xa8\x76\x90\x00\x21\xa3\x16\x3d\x76\x20\x64\x54\x21\x2a\xb4\x1b\xb5\xb8\x1d\x32\xee\x1d\x9b\x89\x1e\xa7\x3b\x01\x3c\x3b\x5d\xe6\xb1\x11\x73\x18\x88\x1a\xd6\xa4\xdc\x29\xe2\x82\x3e\xf3\xbf\x61\x5e\x3c\xbf\x9b\x94\x00\xbe\xdf\x77\x8e\xe4\x77\x4d\x65\x24\x11\x9d\xa7\x1b\xb8\x1c\x4b\xc2\x77\x86\xde\x4f\xff\x3e\x50\xcc\xff\xc8\xe6\x72\xe3\x2d\x56\x3c\xd9\x00\xde\xd3\xe6\xde\x18\x2c\xed\x27\x7d\x43\x3c\xed\xaa\x76\xd7\xf0\xae\x50\xe7\x70\x36\x4a\xf3\xda\xee\x16\x41\x87\xfa\x3d\x11\xba\x82\xab\x68\x77\x8b\x88\x74\x2d\x16\x41\x70\xbe\x8c\x77\xf8\x7d\xeb\x71\xb8\xf1\x2e\x51\xd0\x66\xbb\x7f\xc4\x56\xfd\xbe\x07\x71\xd2\xf8\x41\x05\xee\xde\x7c\x74\xd8\xf6\x6b\xbf\x7f\x82\xe6\xb4\xd8\x18\x14\x9b\x0f\x4f\xb8\x76\x7a\xbc\x70\x3a\x02\x86\x6c\x77\x60\xab\x89\xf8\xdf\x04\xd5\x09\x3b\xa8\xdd\x4b\x12\xa8\x4a\x6b\xdc\x6e\x0c\x8c\xd5\x87\x09\xec\xb5\xe9\xcd\x44\xe7\xed\x20\xa9\x1b\xce\x67\x48\x6c\xbf\xe1\x7c\x86\x0f\x17\x41\xae\x8e\x03\xb8\xaf\x78\x4c\xd5\x5e\x48\x02\xdd\xf5\xa1\x86\xd3\xef\x51\x4b\x29\xc2\xbb\xdd\x17\x06\xe3\xe6\x32\x0e\x18\x22\x2e\x37\x9c\x8e\x39\xbd\xfb\xc2\xc1\xc0\xfb\x77\x03\x77\x22\xce\xf4\x46\x0d\x95\x7c\xb9\xc2\xd5\xba\xb8\x9e\x34\xb7\x9e\xff\x1d\x36\x07\xcd\x37\xbc\xdb\x7c\x1e\x9e\x50\x83\xe8\xbc\x3d\xfc\x5e\x92\x32\x70\x28\xed\xeb\xf2\x86\x2b\xa8\x88\x07\x70\x28\xd5\xae\xa7\x01\x7f\x22\xd4\xe9\x76\xbf\x9c\x07\x49\x16\x01\x7f\xf2\xb5\xfe\x91\x89\xd2\x97\xed\x8d\x1c\xf5\xfe\x3d\x71\x1e\x7a\xcc\x6f\x82\xec\x84\x45\xd5\x9e\x48\xb1\x20\x49\x3a\xe0\x4c\x2c\x49\x3f\x04\xc9\x59\xc7\x0d\xbc\x49\x76\xdc\xc5\x13\x88\x00\xea\xef\x49\xe4\xeb\xd0\xfe\x3c\x29\x5c\xbb\xa7\xca\x48\x8e\x62\xee\x9e\x14\xae\xf2\xfe\x1e\x44\x0a\x3d\x86\x4f\xc2\x9b\x6c\xfa\xf7\x38\xf0\x68\x3e\x4f\xa4\xb5\xce\x6e\x0f\x07\x99\xe9\x32\x28\xca\x9e\x6f\x86\x53\xd7\xfd\x7d\x32\x92\xbf\x0c\xe0\xc0\xab\x34\xab\x51\x9f\xf0\xbe\xf3\xf8\x90\xec\x84\x70\xd0\x1e\xb0\xbf\x1c\x14\xf8\xfc\xa8\xdd\x87\xca\x30\x6f\x92\xec\x9f\x12\x69\xd1\x9b\xca\xd8\x10\x75\xbe\x9f\x12\x66\x00\xcd\x37\x52\x0a\x78\x7c\x95\xb8\x19\x71\xee\x4f\x0d\xf8\x17\xf5\x57\xf1\x1e\xf5\x7e\x42\x0f\xcd\xcc\x3e\x15\x9b\x87\x98\x87\x80\x6b\xb1\xa6\xe0\x01\xc1\x40\xc9\xdd\xda\x83\x26\xc2\x92\xd9\x83\x1a\xcf\x8f\xff\x03\x9c\x92\x32\xef\x36\xe0\x5b\x9a\xd5\x74\x4f\x00\x0b\x7b\x7c\x1d\x07\x17\x31\x6f\x4f\x38\x3c\x88\x7e\x3e\x00\xff\xda\x3b\x13\x04\x94\x62\x57\xe5\x87\x94\x2a\xd3\xe7\x6f\x22\xc9\xd4\x3f\xf2\x16\x7b\xc0\x6a\xb2\x98\xf6\x1c\x81\x9a\xa9\xc1\x1d\x40\xd2\xeb\xa5\x03\x3e\xa5\x29\x33\x5a\x7b\x20\x7e\x56\x5b\x3c\x27\x92\x81\x38\x5f\xe0\x53\x9a\x80\xe0\xda\x43\x50\x9c\x23\x84\x81\x47\x29\x36\xe8\x3d\x91\x16\x77\x73\x39\xd2\xf0\xea\xf7\xe1\xdd\xe0\xf1\x90\x69\xad\xf8\x72\xc1\x59\x09\x92\xbf\x3d\x40\xa6\xdb\x7b\xeb\x21\x22\x58\x99\x03\x1b\x70\x2a\xcd\x06\xb4\x27\x5c\x7b\xc5\x39\x3c\x4f\x38\x08\x68\x3d\xf0\x26\x73\x44\xfc\x03\xb1\x71\xd0\xda\x03\xd6\x52\xf7\xe5\x42\x8d\x68\x4e\x3d\xe0\x4d\x84\x15\xd4\xde\x0d\xb8\x15\x6d\xe6\x4b\x8a\x03\xab\xc5\x80\x37\x29\x56\x5b\x02\x6f\x92\x95\xdf\xa4\x01\x67\x52\xe7\x57\x99\x38\x02\x11\x87\x77\x11\x9f\xd2\xdc\x5e\x8a\x34\xa9\xfa\xfe\xc7\x75\x77\xa8\xcc\xe3\x31\x5c\x7f\xc1\xb9\xab\x3d\xe0\x4a\x1c\xe7\xf3\xe6\xf0\x96\x51\xfb\x10\x07\xa1\x3c\xb7\x17\x57\x5b\x61\x4b\xb5\x17\xc9\xd1\x92\xe5\x5b\xf1\x4e\x14\xb1\x7a\x41\xa5\x35\xb1\x0f\x38\x12\x3b\x88\xbc\xa8\x11\x7d\x39\x5f\x50\x68\xdb\xd7\xef\xc3\x5b\x47\xe3\xab\x91\xe9\xd3\xdf\xe3\x9d\xe5\xfe\x03\x41\x40\x6a\x82\x17\x6f\x2d\xa5\x3c\x68\xc0\x8d\x14\xa1\xee\xb6\x97\xcb\x6e\x35\x30\xf0\x23\xd9\xcc\xc9\x8b\x37\x54\xd5\xf9\x00\x5e\xa4\x18\x71\xe0\xed\x38\x84\x78\x3f\x80\x53\xb2\xe4\x0b\xbc\x48\xb5\x01\xf9\x1d\xa1\x76\x52\x7f\x48\x76\x46\x8c\x78\x49\x7b\x3d\xbc\x5f\x23\x22\xbe\x35\xde\x20\x26\xee\x1f\x1b\x9f\x5d\x5d\x81\x0f\xc9\x42\x09\x6e\x2f\x08\x00\xcd\xdf\x1f\xe1\x0a\xae\xf1\x12\x44\x6b\xe6\x0c\x44\x8f\x3e\x3d\xfe\x03\xd7\x5a\xa9\xc5\x5e\xe8\x41\x13\x31\x7f\x31\xe0\x6f\x3e\xcf\xb8\xba\x26\xaf\x17\xde\x4f\x49\xcc\xdc\x4b\x1c\x8b\x99\x95\xf7\x8a\x64\x71\x9a\xff\x15\xae\xc7\x1a\x1f\x36\x06\x61\xe5\xb5\x37\x82\x64\xe5\x5d\xf7\x22\x59\xd9\x61\xe3\x8d\x7c\x4f\xee\xef\x0e\x9b\xa3\xd6\x03\x04\x00\x87\x32\xbc\xa0\x40\xfb\x71\x7d\x9f\xa0\x17\x9a\xdf\x13\xcc\xb3\xe6\x07\xf6\x9b\x52\x12\xb4\x17\xd7\x7d\xbb\x32\xbf\xd0\x97\xaf\xfa\x37\x82\xa0\xb5\x9f\x6f\x04\x81\xfe\xb4\xd7\x37\xe8\x87\xbc\x07\xfb\x06\xca\xb4\x6c\xa0\x7d\xdb\x70\x0d\xdf\x5d\x1f\x92\x78\x55\x39\x80\x47\xbb\xca\xd0\x97\x0f\x3d\xef\x1b\xd8\x6e\x0a\xfa\xec\x1b\x08\x01\xf2\xae\xed\xdb\x1e\xa1\x25\x7f\x62\x73\xe9\x1b\x11\xb5\x82\x7f\xe9\x5b\x40\x96\xef\x6e\x1c\x54\xe1\xae\xc1\x92\xf9\xb0\x34\x77\x16\x2f\xb3\x7f\x1f\x8f\x8d\x26\x93\x02\x05\xd8\xe5\xf0\x7e\xd2\x62\xe1\xfd\xa4\x88\xf6\x0e\x9c\x49\xdb\xfc\xfb\xc8\xaf\x90\xb5\x18\xc4\x09\xe4\xa9\xc5\x28\x81\x3a\xab\xef\xc9\x87\x20\x83\x6f\xdf\x22\xdf\x4a\xd3\xf8\x6a\x60\x31\xa9\x3f\x10\x00\x64\x60\xec\xc0\x93\x94\x36\x34\x3f\x38\x89\xe1\xcd\x40\xed\x34\x8b\xbe\x0f\x9d\x70\xd2\xf7\x3d\x92\x63\xa9\x7d\xd2\xac\xca\x00\xd7\x81\x17\xc9\x5f\xed\x13\x01\x9b\xfd\xfb\x90\x74\xa6\xca\x33\x0c\xb4\x6a\x2f\x22\xec\xfd\x3d\x28\xd1\xd2\x59\x77\xe0\x45\xb2\x38\xed\xbe\x61\xf0\x57\x32\xac\x0e\x5c\x48\x55\x84\x74\xdf\x08\x7a\xed\x9e\x4f\x00\x8b\xba\xbd\x88\x0b\xf2\x7e\x40\x3c\xba\xe7\x83\x4d\x65\xab\x2e\x83\xe5\xe6\xf9\x9d\xe1\x8a\xac\xdf\xa3\x06\x12\x04\x7c\xdf\x08\x7a\x2d\xfe\xfe\x22\x99\xd9\xa6\xf5\xc6\xb5\x7d\xf3\xf9\xbb\x03\xeb\x4b\x97\x89\xb4\xd2\xd9\x97\x83\x14\x02\x72\xd5\xed\x5b\x24\x57\xea\x6a\x9f\xa0\xd1\x36\x74\x1e\x5e\x6c\x7c\x1e\x1f\xc0\x8c\x8a\xf3\xe8\xfb\x16\xf9\x72\xb2\xca\x11\xd4\xe7\xfa\x20\x16\xaa\xdf\x23\xf9\x52\x57\x19\x87\x81\xe6\xfa\x70\x1d\xfd\xf4\xb7\x23\x69\xc8\xa0\xdf\x77\xb0\xc9\x92\xeb\x23\x5f\xd1\x47\xb2\xe9\x3b\x71\x37\xc2\x8e\xea\x20\x66\x8c\xed\x23\x79\xf4\xbd\x10\x34\xfc\x21\xde\x1d\xc4\x8c\xfe\xf5\xfb\x1f\x84\x8c\xa1\x32\x6a\x3c\xdd\x8f\x1d\xef\x3c\xa9\x4d\xfa\x1e\xd8\x63\x45\xed\x03\xf7\xa3\x20\xde\xbe\x03\x29\x2f\x35\x64\xdf\x23\x1f\x91\xdb\x6f\xa8\x25\xdd\xde\x8f\x6b\xb5\x7e\x1f\xae\xd5\xdd\xf5\x9c\x1f\xcf\x07\x57\x6a\xd9\x80\xfb\x0e\xd6\x98\x1c\x72\xfa\x1e\x9c\xbd\xe8\x0b\x88\x18\x55\xc0\x97\x7d\x1f\x81\xb2\xed\x32\x6a\x1f\xd1\x3b\x10\x30\x9a\x50\xa8\xfb\x3e\x90\x2c\x86\xe6\xc3\xfd\x13\x42\x41\x07\xf1\xa2\x49\x2d\xd7\x3f\x08\x17\x6a\x7f\x06\x2a\xb9\xc6\x73\x10\xf4\xed\xf9\xac\xfb\xd5\x94\x0f\xa7\xef\x27\xcc\xa6\xdb\x43\xcd\x29\x38\x9a\xbe\x47\x1c\x9d\xcf\x23\x70\x5a\x0a\x7a\xed\x20\x50\x94\x2c\xfa\x04\x02\x45\x91\xb7\x6b\xdf\xaf\x40\xe1\x56\x19\x6f\x3a\x31\x97\x7d\xc7\x21\x46\x71\x4c\x7d\x8f\x20\xf0\xa9\xf3\xc3\x63\x2c\x6f\xc9\xbe\xdf\x41\x9f\xff\xc4\x5b\xac\xef\xc4\x91\x28\xdf\x49\xdf\x23\x68\xae\x69\xf0\x0f\x39\x94\xf5\x52\xee\xa4\x21\x16\xfc\x44\xdf\x9f\xc8\x94\xa6\x72\x00\x11\x0e\x0d\xe6\x0d\x6c\x1a\xb5\xc7\x4b\x9c\x7c\xd8\x89\x13\x91\x8e\xb7\x03\x77\xd1\x25\x46\xf6\x04\x27\x2f\x57\xd4\x0e\x3c\x45\xf1\x62\xa4\xd0\x61\x8a\x18\x06\x9c\x84\x80\x19\x7b\x42\x8c\x17\x1c\x48\x4f\x29\x88\xbd\x7e\x9f\x43\x4c\x54\x7f\xe8\x2c\x93\x0e\x6b\x0a\x20\x41\x5d\x0e\xe0\x25\xaa\x6c\x1e\x3d\x11\x57\xa1\x64\x3f\x3d\xa1\xa3\x54\x44\x77\x4f\x78\xe3\x28\xc8\xaa\x03\x47\xd1\x04\x14\xd7\x03\x7e\x42\xae\xb2\x3d\x15\x5c\x69\xab\xeb\x09\x72\xd3\x63\x12\xf0\x13\x92\xd4\x7a\xfa\x89\x30\xff\x1c\xee\x04\x16\x98\xe0\x28\x3a\xf0\x12\x25\xef\x2e\x83\x95\x25\xe2\x9a\xe0\xf4\x93\x38\x9d\x84\x8d\x48\x71\x25\x3d\x45\xbe\x09\x11\xcb\xd4\xc2\x81\x42\xfd\x05\x84\xb7\x2e\x43\x6a\x78\x27\xe9\xbc\x24\x88\xc3\xf0\xfc\x30\xe0\x66\xaf\x17\x6a\x4b\xa9\x19\x7b\xea\x44\x38\x67\xb5\x3f\x58\x9f\xe1\xf2\x8e\xda\x54\xf3\x3f\x30\x30\xee\xfa\xfd\x01\xb1\xad\x9a\x6f\xc0\xcf\x88\x99\x49\x48\xda\x66\x5e\xd2\x15\xeb\xaf\xef\x17\x27\x9c\xa5\x56\xe9\xe9\x0a\x49\x55\xfb\x7f\x45\xb2\x29\x7d\x7f\xc3\xd9\x7a\x7f\x6e\xe2\x3c\xbc\xbf\xa8\x01\x9b\xcf\x63\xa4\x04\x10\xf3\x93\x80\xec\xaf\xde\xaf\x37\xbc\xf9\x74\x9e\xdf\x50\xeb\x6a\xbc\xb8\xe2\xfb\xb1\x4f\x6f\xa4\x05\xff\xb4\x97\xb7\xe0\xd4\x3f\xe3\xcd\x81\x2a\xac\xc7\x3a\x87\x2b\xbc\xce\x6f\x26\x62\x5b\xc9\xa8\x7a\xc6\x35\x7e\xf8\xf7\xd8\x00\x04\xe7\xd2\x73\xe8\xfc\x75\x7e\x72\xc0\xb7\x7c\xbc\x8b\x3a\x08\x0b\x65\xb8\x3d\xd4\x54\x4a\x93\xde\x73\xc0\x4d\x69\xbf\x73\x21\xae\x47\xcc\x4a\x2e\x70\xca\x7a\x6c\x72\xb8\xa2\x8b\xf8\x67\x1c\x64\x36\xff\x1e\x6f\xb4\xe9\xdf\xb7\x38\xef\xfa\x1e\x60\xcc\xa9\xc7\x31\x72\xf4\xcb\x26\xd4\x41\x4c\xe8\x0a\x6a\xed\x91\x93\x5f\x92\x5c\xcf\x11\xb4\x29\x7a\x15\x08\x0a\x49\xcc\x23\x08\x0a\x5d\x0e\x32\x9d\x9c\xfc\xbd\xbb\xbf\xd1\x78\xfc\x34\x1f\x6c\x8c\xbe\xdf\x20\x28\x34\xc5\xfd\xf5\x3c\x48\x19\x92\x35\x9f\x11\xcc\xbb\xfa\x43\xf2\x54\xb2\xb0\x0e\xa2\x42\x56\xbe\x95\x9e\x01\xfe\x4d\xba\xef\x20\x2c\x14\x25\x2b\xeb\xe4\xfc\x2f\x3e\x7f\x20\x24\xb4\x2c\xe6\x07\x44\x84\xb6\x7b\xfd\xc2\x9b\x54\xcc\x69\x26\xa8\x7c\x3d\xe6\x7f\xf0\xb8\xe4\x1f\xe0\x3a\x4d\x06\x20\x4a\x05\x09\x75\xe0\x15\xca\xf0\xe0\xb8\x7c\xc5\x8b\xc3\x4b\x39\xbc\xb9\x17\xde\x0d\x3e\x5c\x3f\x06\x40\x97\xe1\x2c\xbd\x59\x17\xae\xbd\x22\xee\xc0\x2f\xe4\x21\x4e\x20\x93\xb9\x4f\xae\xa4\x3d\xdf\x11\x47\xe1\x32\x9c\xa0\x38\x8d\x4c\x9a\xdb\xe1\xc3\xff\x84\x4e\x5d\xed\x93\xd9\x4f\xae\xb9\x3d\x47\x90\xa6\x37\x87\xc7\xb5\x7b\x71\x11\x73\xfb\x57\x7b\x78\x17\xe9\x65\x07\xee\xa1\x48\x4d\xd7\x81\x6f\x28\xf2\xee\xe9\xf9\x8d\xcb\xa8\xf6\xc2\xfb\x4e\x9c\x4d\x7e\x51\xdb\xe9\xb1\x2e\x88\xbd\xd2\xa9\x76\x72\xfc\xe7\xa9\xf6\xca\xc6\xe1\x57\x7f\x05\x31\x58\x6a\xba\x5e\xb6\x60\x06\xdc\x1e\x11\xc3\x5a\x9f\xb2\x87\x4d\xcc\xe5\x00\xfa\xfc\xcc\x8f\x9c\xfb\xad\xe9\xb0\x95\x14\x36\x14\xf5\x87\x5a\x4d\xc9\xe4\x7a\x21\x88\x52\xde\x26\x9d\x1c\xfd\x45\xf9\x44\x7a\x49\xe1\x90\xb0\xab\x8c\x77\xd4\x74\x7b\xc4\x11\x6d\xfe\x3d\x36\xac\xdd\xbf\x47\x0d\x55\xdc\x1f\xf9\x82\x44\xec\xcb\x0f\x67\xaf\xf1\x66\x24\x4f\x11\x8b\x42\x9c\xce\xe6\xf5\xc5\xc0\x29\x6f\xba\x5e\x88\xdb\x29\x5e\x1f\x5c\xed\x05\xc1\xde\x4b\x04\x65\xee\x6e\x2f\x82\x58\x3f\xe7\xb3\xe0\x30\x22\xc4\x86\x5e\x4a\x3c\xbe\xfa\xbe\x80\x25\xe5\xf9\x01\xb9\x5e\x44\x3c\x0a\x41\x9a\xc9\xeb\x81\x2b\xaf\x1f\xcf\x42\x72\x2a\x19\xc4\x7b\xa9\x81\xaa\xec\x32\x06\xdd\xaf\xef\x43\xf3\xa0\xfe\x91\x2c\x14\x87\xd3\x4b\x48\x16\xc3\xf5\x70\xda\xe2\x84\x41\xe4\x28\xf2\x9e\xec\xa5\x05\xd6\xa0\xe6\x8b\xda\x50\x36\xa5\x5e\x1a\x99\x3c\xbd\x7e\xb8\x06\x7f\xed\x47\x8b\xfb\xe3\xf2\x01\xc2\x87\xc6\x43\x1c\x91\x92\xd1\xf5\x12\xa8\xeb\x5e\x9f\x1f\x87\x11\xd5\x0f\xf6\xd7\xfb\x0f\xb1\x56\x28\x40\x2f\xc0\xdd\xc8\x9b\xaa\x17\x88\xb5\xe0\xa7\x7a\x81\xd8\x4a\xed\xd7\x4b\x78\x3f\x7a\xbd\x40\x00\x19\x3e\xbf\x93\xa0\x52\x8f\xff\x08\xb5\xbf\xda\x3b\xc2\x01\x49\xeb\x73\x84\x66\xc2\xf5\xe1\x6d\xa9\xf6\x80\xb7\x91\x0d\xa4\x97\x23\x98\x61\x7d\x4f\x1c\x90\xe9\x2d\x08\x21\xb5\x7e\x95\x91\x24\xc4\x2c\x95\x33\x32\x7d\x6a\x7d\x08\x8a\xf7\x63\x51\x70\xf0\x90\xb7\x6e\x2f\xd8\x54\xad\xf9\xf8\x41\x08\xf1\x7e\xe3\x1d\x26\x9b\x70\x07\x01\xa4\xc9\xdb\xb1\x83\x00\x92\x47\xfa\x23\xc9\x05\x78\x90\x2e\x1d\x70\x2f\x77\x04\x45\xa9\x1c\x3a\x47\x13\xb7\x80\x64\xf7\x62\x2f\xe2\xdd\xad\x96\x01\x2e\xa4\x59\xad\x50\x1e\xfc\xb4\xf5\x98\x14\x20\xd8\x8b\x0e\x4b\x0d\x88\x75\x11\x7f\xe0\x3e\xb2\xc5\xb6\xba\xb3\x99\x22\x6e\x75\x8f\xb4\xb4\x59\x65\x80\x27\xb5\x58\x15\x35\x84\x74\xa6\xbd\xee\x61\x50\x75\x7d\x40\xfe\xab\xfd\x14\x70\x16\x53\xe5\x40\xfd\xd5\xf7\x09\xf8\x0f\x71\x3a\x35\x05\xc4\xbe\xbf\xc7\xfb\xc5\xfd\x05\x71\x14\xe7\x5e\x03\x78\x4f\x92\x60\xcd\xa1\xb3\xd5\xf7\x19\x78\x0d\x6d\x7e\xcd\xa0\x16\x4b\x12\x00\x6e\xa4\x08\x2b\xa8\x07\xdc\x88\xf2\x39\xf4\x1a\x58\x5b\x5e\x9f\x9f\x1c\xe8\x1a\x3f\x6a\x43\x61\x71\x75\xe0\x41\x9a\xb0\xd0\x3a\xf0\x20\x4d\x36\x99\x5e\x6b\x78\x5b\xa9\x7d\xe2\x80\xa6\x7f\x5f\xe3\xb1\xf2\xf7\xb8\x02\x4f\x7f\x4f\x9a\x63\xaf\x4f\x05\xbb\x4d\x97\x0b\x38\x91\xde\xbc\xde\x24\x27\x92\x9f\x7e\x07\x4e\x64\xc8\xaf\xbf\xd7\x06\x71\xd7\x79\xaa\x01\x37\xa4\xc7\xb1\xc2\x89\x0a\x58\xb0\x03\x1f\xd2\x87\xf7\x03\xef\xb8\x24\x35\x21\xf0\x21\x45\x06\xeb\x5e\x7b\x40\xd4\xbb\x9e\xa0\x43\xf7\xb7\x38\xcf\xac\xa0\xcc\x0e\x5c\x48\x13\xd6\x54\xaf\xa8\x35\x05\x1c\xd8\x2b\x39\xd8\xdb\xee\xdf\xe3\xa0\x90\x5c\x0e\xb5\xb1\xfa\x27\x3f\x92\x74\xee\xbd\x4e\x88\x83\x7f\x0f\xb1\xaa\x3e\x8f\xe4\x47\x9a\xbe\x2f\x3f\xd8\x7d\x9a\x2f\x40\xa0\xd5\xf3\x5b\xcc\x63\x56\x26\xc2\x5e\xc1\xf6\x2b\xd3\xdf\xe3\x70\xa1\xc7\x1c\xb8\x8f\x26\x57\xd6\x0e\xdc\x47\x51\x1c\x56\x07\xd1\xa3\x09\xf2\xbf\xd7\x33\xe2\xcc\x54\xff\xc3\x7c\x6a\x3e\x11\xc7\x54\x5d\x0f\xd6\x9c\x88\x61\x0d\x14\x74\x9f\x0f\xd4\x34\xc3\xeb\x79\x87\x03\x8a\xc6\x73\x83\x28\xe1\xfe\x70\x18\xc9\x6e\x1f\x66\xb4\xf9\x7c\x82\x05\x26\x87\x84\x5e\x1f\x80\x6e\x93\xfa\x27\xa8\x31\xf9\xfc\xbd\xd4\x7b\x3d\xdf\xe8\xdf\xdf\x93\x9c\x4d\xcc\x42\x05\x78\x54\x36\xe1\xde\x36\x98\x9d\xcd\x65\xe0\x6f\x44\xaf\x5a\x78\x8f\x89\x5e\x81\x80\xd1\x14\xd4\xdb\x41\xc0\xe8\xc2\xb6\xeb\x0d\xd7\x76\x25\x63\xec\x2d\xe2\x12\x77\x97\x23\xee\xa5\xab\x0c\xbd\xd2\x7d\x04\xa1\xa2\xc8\x46\xdb\x41\xa4\x28\x72\xb0\xea\xad\xa0\x66\xd4\xfc\x1b\x70\x42\xca\xb4\xd9\x1b\x92\xa2\xe2\xbe\x7a\xab\xe4\xe3\x49\x7f\x64\x73\x69\xf8\xb5\xcb\xfb\xa1\x07\xfc\x84\xe0\x4a\x7a\xc0\x47\xc8\xef\xba\x37\x74\x9e\xca\x59\xdd\x5b\x88\x99\x7a\x5c\x1a\xde\x0b\x42\x61\xed\xc0\x3f\xe4\xee\xc5\x20\x22\x59\x99\x01\x7b\xc3\xe0\x69\x1d\x39\x70\x10\xcd\x9b\xdf\xe2\x72\x8b\xb3\x06\x1e\xa2\x5b\xe7\x0d\xfc\x43\xb6\xe4\x04\xfc\x43\xee\x3a\x0c\x6d\xe2\x2a\xa9\xc3\x0b\x1c\x43\x57\x5c\x4d\x6f\x27\x41\x5c\x6e\xff\x0c\x6f\x08\x7d\x4f\xe6\x46\x19\x18\x7b\x8b\xa0\x24\xa9\x85\x80\x57\xa8\x82\x78\xef\xed\xc2\x35\xda\x87\x07\x83\xa2\x5c\x1d\x7b\x8b\x4c\x8c\x7a\x1c\x80\x5b\xc8\x42\x48\xe8\x0d\x57\x4d\x73\xd2\xc0\x2d\x94\xe4\xc3\x49\x32\xaa\xea\xc3\x40\xd0\x9f\xd5\x88\xed\x09\xce\x4a\xf3\x7f\x82\xb8\xe8\xf7\x4f\x3c\x16\x3a\x2c\x64\x5a\xf4\xe3\xd9\x70\xdd\x14\x7c\x4e\x07\x81\xa1\xc8\x3b\xa9\x83\xb8\xd0\xac\x83\xfd\x41\x58\xd0\xe5\x0e\x04\x85\xaf\xfd\x09\xa0\x4b\xd5\xf7\x90\xcc\x74\x99\x3a\x71\x27\xb6\xf9\x80\x98\xd0\x95\x92\xa0\x83\x98\x50\x14\xc4\xd5\x41\x4c\xc8\x4a\x1b\xdb\x3b\x36\x3f\xeb\xe4\x3b\x0e\x0c\x56\x4b\xf4\x14\x92\xf8\x67\x3d\x3b\xd8\x60\xde\xbf\x9e\x03\xf1\x40\xed\xe5\xe0\x24\x35\x3e\x20\xc7\xe5\x7a\xdf\x7b\x01\x7b\x4e\x97\xb3\x93\xb2\xc0\xcc\x40\xe7\xb1\x15\x0a\x72\xef\xc4\x25\x29\x5f\x51\xef\xd8\xf4\xb2\x1e\xc7\xde\x02\x91\x41\xed\x63\xe3\x13\x96\x55\xef\x1d\x83\xb7\xee\x17\x11\xfc\xb9\xeb\xbe\x12\xc1\xdf\x36\xf7\x37\xe2\xb1\xff\xec\x6f\x07\x0b\xab\x4b\x8d\xd2\xe1\xcc\x6d\x73\xea\x38\xf0\x28\xa5\x46\xef\x64\x56\x55\x66\xca\xde\x8f\x1b\x62\xa4\x7a\x82\x6a\x15\xe7\xd1\x89\xb0\x2f\x72\x9d\xee\x3d\xd2\x80\xbb\x7d\xe2\x32\x9a\xf7\x73\xdd\xaf\x3c\x75\x1f\xfb\xdd\x51\xb3\xab\xbd\x08\x7d\x10\x33\xd8\x39\xff\x4a\x5b\xdd\xfb\x13\x70\x3d\x9a\x1f\xae\xca\x96\xa4\x3b\x9a\x88\xf9\xf5\x3d\x11\xf4\xba\x2f\xfd\x09\x6f\x30\x7f\x0f\xb6\x5d\x76\x19\xc9\xd8\xfd\xe3\x4d\xa8\x38\xa1\x3e\x88\xeb\x53\x72\xc0\x1e\x11\xef\xf2\x2e\x5b\x94\x86\xfe\x77\x95\x51\x4b\xea\x3e\x0c\xf2\xfb\xe4\xee\xef\xf1\x8e\xd5\xfd\x18\x38\xc8\xd4\x8f\x03\x4d\x1f\x40\xe2\xfb\xbe\x8c\x42\x90\xa7\xe8\xd7\x28\x61\x53\xfc\xcc\x6f\x60\x43\xf6\x63\x39\x1a\x8f\x8b\xe8\xf9\x08\xec\x37\x3d\x46\xa3\xc5\xef\x55\x06\x55\x59\x29\x09\x7a\x04\x89\xdb\x66\x34\x60\xae\x7a\xfe\x93\x4c\x94\x7d\x10\x47\x20\x2c\x9c\x3e\x08\xaa\xb3\xce\x79\x04\xe7\x25\x31\x6b\x04\xa4\xbb\x36\x87\x88\xf2\xa6\x34\xba\x7d\x1c\x10\x33\xd7\xff\x88\x85\x6a\x0f\x94\x53\x1b\xd4\xc7\x19\x8b\xab\xc5\xc4\x80\x55\xa6\xcb\x00\x51\xea\x72\x0c\xfc\xee\xcd\x69\x12\xc1\xdd\x6d\x50\x1e\x00\x3d\x0a\x08\xaf\x0f\x0c\x58\x36\xb8\x13\x51\x5d\x14\x87\xd3\xc7\x13\x8b\xad\xf9\x3f\xc1\xb9\x6a\xb3\xdf\x0a\x31\xd3\xef\x5f\xe0\x35\xc4\x39\xcd\x0d\x38\x12\xcd\xef\x27\x62\x5a\xeb\x39\x81\x53\xb0\x03\xc0\x44\x2d\x24\x38\x88\x3e\xd1\x51\x17\x11\xcf\x19\xa8\xa4\x7a\x0c\x26\x6a\x19\xa5\x49\xed\x93\x38\x1e\x65\x6e\xec\x13\x9b\x8d\x92\xa3\xf5\x59\xe2\x30\xe8\xf7\x81\x95\xe5\xf6\x6b\xa8\x71\x8a\xca\x64\x3e\x14\xa7\x45\x44\x75\x13\xca\x70\x27\x82\xba\xc9\x15\xb4\xcf\x8a\x6b\xac\x38\xa3\x89\xa4\x62\xce\x67\xc6\xe1\x16\xf1\x27\xe2\xba\x9a\xb3\x23\xe2\xba\x2a\xd9\x51\x9f\x04\xdd\x65\x11\x33\x22\xae\xbb\xd5\x78\x44\x58\x37\xc1\x0b\xf5\x19\xa8\xc1\x1e\x2f\x92\x86\xbc\xc3\xfa\x1c\x81\xad\xa6\xdf\xe3\x1a\x6e\x9b\xd8\xfc\xd1\x61\xbb\x8c\x0d\x46\xc4\x64\x22\x49\x98\x93\x9f\x07\xfb\xe7\xf9\xff\xd8\x74\xb4\x9e\xe4\x43\x52\xbe\x9e\x4e\x44\x75\xb1\x0d\x6c\x46\xa6\x55\xaf\x17\x0e\x10\x56\x7b\x4c\x24\x85\xa4\xfb\x33\x4f\xe2\x8c\x8a\xbf\xc7\xb5\x56\x9c\xe7\x84\xf9\xc9\x1e\x5f\x64\x56\x15\x33\x41\x84\x76\x4d\x9e\xcf\x45\x72\x27\xaf\xef\x15\x40\xb0\x1a\xff\x15\xae\xaf\xaa\xbf\x23\x4d\xb4\xda\xbb\xc3\xa1\x44\xeb\x75\x87\x5a\x51\xfd\xdf\x11\xb7\xa3\xf1\x63\xf0\xb5\xcd\x65\x3e\x70\xfe\x22\x5e\x33\x6c\xba\x22\x8e\x13\x9b\xae\xd2\x9a\xf7\x89\x1a\x7a\xf3\xf9\x7f\x23\x39\xd9\xa7\xfd\x63\x23\x68\x55\xf3\x39\x36\x5c\xe9\xa7\xeb\x07\xf7\x35\xa9\xcc\x63\xaf\xfb\x77\x6c\x9c\x4f\x31\x4b\x07\xc9\xe3\x8a\xd4\x82\x04\x75\x77\x61\xdf\x75\x82\xba\x9b\x89\xf7\x81\x03\x94\x6d\xa8\x07\xf9\x9c\x2c\x89\x13\xe4\xdd\x6d\x43\x3b\x50\x33\x0f\xd7\xff\xa8\x79\x3f\xeb\x77\x44\x9a\x66\xdd\xe7\x03\xd7\x6c\x6b\x0e\x0e\x1c\x9a\x4c\xfc\x0f\x24\x11\xab\x51\x8f\x1c\x41\xb3\x1a\x7f\x26\x0e\x4a\x8f\xd9\x91\x03\x7e\x47\xfd\x83\x90\xd2\x25\x09\x1f\x25\x98\x1b\xad\x27\xa8\xe1\xb6\x01\x1f\xa4\x0c\x50\x4a\x8d\x7e\xe0\x00\xb2\x24\xc7\x3f\x78\x5c\x8e\x1a\x3a\x7a\xfd\x38\x22\xc0\xa5\x26\x39\xd0\xb9\x9a\xb3\x39\x5a\x18\xa0\x5c\x1f\x10\xd4\x1a\x6c\x07\x5e\x42\x97\xe9\x00\xe8\xce\x92\xc0\xd1\xc3\x00\xa5\xc5\x22\xf3\xa5\x82\xe8\xfa\x81\x9a\xa2\x7b\x3c\x78\x5b\x99\x13\x3d\x88\x53\x11\x36\x4f\x3f\x46\x60\x3b\x69\x31\xc2\x75\x53\x9c\xd6\x31\x22\x82\x5e\xe3\xc5\xfb\x43\x11\xe7\xfd\x40\xb2\xd9\xbd\xf9\xc0\x37\x0c\x1f\xae\x80\x1c\xf7\xe6\xa1\x83\x35\xb1\x3e\x7e\x72\xe6\xab\xfd\x23\x1c\x14\x34\x3e\x5c\xaf\xed\xcd\x73\xe0\x6a\x6d\x9b\xcf\x71\x05\x27\xa2\xf6\x22\x99\x92\x2f\xcf\x15\xf9\x2e\x34\xbe\x88\x33\x71\x3d\x40\xa0\x5f\x87\x97\xb4\xcd\x9b\xbf\xbf\x71\x7d\xf5\xf8\xef\xd0\x21\xab\xfe\x09\x83\xa9\xd6\x1f\x4e\x50\xae\xbe\xfd\x20\x68\x4d\x71\x31\xfd\x78\x88\x60\x9e\xfe\xfd\x0d\x33\xe1\xef\x5f\x38\x43\x95\x5f\xf2\xdd\xe8\xb1\x39\xde\x00\x7a\x74\x19\xc9\xd1\x97\xf1\xc5\x06\xa7\xc3\x7e\x06\x50\xa7\x88\xf9\x19\x39\xd8\x93\xcb\x60\x95\x75\x97\x49\xbe\x25\x62\x78\x82\xf0\x50\xf4\x98\x9c\xe1\x9a\xad\xf5\x38\x51\x23\xd8\x80\x7a\xa2\xd6\x14\x5c\x4f\x3f\x13\xde\x91\xba\xcc\x27\x88\x0e\x56\xeb\x12\x31\xdf\x9b\xd4\x90\x67\x09\x84\x05\xf5\x47\xda\x68\x61\xcd\x75\x22\xe8\x5b\x93\xe4\x7e\x46\xce\x74\x8f\x07\x4e\x54\x40\x8c\x3d\x22\xea\x15\xf4\xd9\xcf\xc0\x56\x13\xf1\x3c\x71\xe0\x28\xd5\xdf\xe3\x1a\x9b\x5d\x0e\xce\x59\xfd\x61\x53\x91\x2b\x78\x3f\x43\x13\xa1\xfb\x7c\x12\x57\x96\xb5\x5f\x67\x0f\x6f\x21\xfd\x9e\xfb\xb8\xe9\x31\x3a\x89\x0b\xb3\xeb\xea\x89\xe4\xd4\x3c\xff\x81\x2b\xba\x98\xb7\x73\x06\x56\x9d\xfa\x23\xa8\xd5\x0e\x07\x27\x88\x10\x76\x40\x39\xc9\x2f\x64\xb5\xf9\x49\xdc\x45\xf3\x7c\x49\xb3\x3e\x3c\x3f\x32\xcb\x36\xef\x1f\xde\x58\xd9\xeb\x7b\x92\x39\xd7\xfb\x8d\x37\x63\xf3\x7a\x13\x27\xe6\xf3\xfa\x13\xf1\x2e\xe6\xf4\x0c\x6c\xb3\xdd\xdf\x37\xfa\x73\x7d\x38\xe0\x68\x7d\x09\x9d\xb0\xe6\x81\x08\xf7\x6a\x87\x8a\x93\xb4\xea\xd6\x2c\x9c\x68\x16\xb2\xdb\xc7\xe1\x43\x29\x29\xfa\x45\x0a\x8b\xa1\xdf\x5f\xc0\xfd\x58\x2d\x7f\xe1\x8d\xe8\xc7\xfe\x02\x0b\xcc\x66\x8b\x2b\x85\xe6\x47\xed\xe1\x90\x21\xac\xb7\x7e\xa1\xe6\xb7\x64\x7a\x81\x15\x28\x38\x9b\x7e\x45\x7e\x9c\xf1\x47\x36\x97\x2b\x93\x89\xd1\x8d\x13\x74\x64\x31\xf3\xe2\x32\x08\xe2\xbc\x5f\xf1\x92\x69\x73\xae\x30\x00\x8a\xf8\x47\xc2\xff\xdd\xdf\xff\x04\x45\x6a\xf2\x01\xec\x27\xce\x98\x88\xee\xaa\xa0\xc1\x7e\x11\xa4\xa8\x7c\x2c\x3d\x22\xb0\x95\x7c\xac\xff\x44\x58\xeb\x72\x5f\x48\x4e\xc2\x1a\xeb\x57\xe4\x9b\xf9\xaa\x47\xc7\xed\xf1\x91\x4f\xc2\xde\x2b\x17\xde\x12\x76\xd5\xbb\x02\xbe\x41\x6a\xbf\xc8\xf1\x6f\xce\xf4\x42\xa7\x6d\xd7\xd8\x2b\x74\xda\xde\xfc\x30\xb0\x6d\xae\x87\x53\x96\xce\x9a\x88\xe7\x25\x1c\x7f\xca\x77\xd8\x04\x5c\x8e\x88\x78\x8d\x27\x38\x41\x11\x03\x72\xfc\x67\xc1\xdf\xf4\x0b\xb5\x96\x92\xb1\x75\x72\xf8\x67\xa1\xd4\xf6\x0b\xef\x3c\xe5\x94\xef\x37\x90\xf6\xd6\xe1\xde\x1b\x11\xbd\x12\xbb\xef\xad\x90\x76\xd7\xdf\x63\xc3\x90\x64\x79\x6f\x70\x56\xb2\xc1\xdc\x1b\x9c\x7c\xf2\xef\x71\x15\x9e\x2e\xdf\x00\xf5\x7d\xd6\xe3\xc6\xdb\xcf\xe7\xe3\x26\x4e\xc7\xfb\x1b\x11\xce\xca\x3f\xd2\x6f\x6c\x6a\xa3\xb9\x3e\x24\x31\xff\x9e\xc7\x5b\xfb\x47\x04\x74\xdd\xf5\x78\xdf\x29\x2e\xaf\x7e\x9f\x02\xf5\xdb\xf5\xe1\xbd\xe6\x32\x06\x60\xed\xdf\x9d\xe2\xfc\xab\x7d\x80\x3e\x2d\xe9\xdc\x09\xc9\x49\xc4\xe5\xc6\xc1\xc0\x36\x8d\xfb\xc7\x86\xa6\xf6\xf1\x3e\x54\x84\x7b\xbf\x03\x7e\x48\x9c\xf9\x1d\x69\x8d\x3d\x5e\x92\xf7\xd9\xb5\xfc\xc6\x41\xa0\x7f\x95\x0b\xe7\x43\xeb\x05\x64\xbf\x80\x4b\xfb\x0d\x67\x6a\x87\x90\x9b\xc7\xca\x0e\x2e\x77\x0d\xb5\xf2\xe7\x7c\xdd\x78\x03\x66\x9f\x87\x48\x63\xec\xf1\xa3\xc6\xb3\x5a\xf0\xc6\x80\x6f\x1b\x25\x41\xd1\xcd\x9c\xf4\xfd\xf3\x58\xa9\xbe\x13\xa7\xe2\xdf\xe3\x3d\x98\x7c\x1e\x3a\xf7\x49\x8f\xe9\x0d\xea\xf2\xd7\x7c\x7a\x24\xb3\x72\x39\xd4\x6c\x5a\xef\x90\x4c\xa5\xa6\xbb\x91\x4c\x85\x98\xd0\x09\x5a\xce\x42\x54\xe8\xf7\x64\x7f\x3d\x3f\xf2\xd3\xf8\xf1\xb9\x8f\xb8\x1f\xae\x47\x6d\x28\x66\xf0\xe6\x31\x53\x84\x7d\xbf\xc1\xde\xab\x3e\xef\x78\x57\x75\xf7\x7f\x46\x8a\x10\x8d\xef\x0c\x20\x4a\xd7\x13\x9a\xe1\xf3\x13\x71\x81\x62\x1e\xef\xc0\x12\xd3\xe3\x73\x63\x03\xb3\xf7\xec\x4d\x9c\x90\x6d\x7e\x77\xa8\xf9\x45\x7f\x08\x8a\xee\xf6\x8e\xbc\x43\x92\xf5\xf9\x03\xf5\x3e\x99\x3e\x80\x92\x9c\xbd\x5e\x84\x02\xb4\xfa\x47\x6a\x31\x22\xa4\xab\x89\xd3\x8d\x37\x96\xe0\x44\x3a\x11\xd3\xc5\xc4\xff\xc6\xc0\x9f\x3c\x59\x22\xa8\x2d\xb9\xdc\x4f\xf8\x61\xbb\x1e\x35\x87\x5e\xe6\xfb\x09\x57\x37\xb7\x77\x31\x79\xd7\xe3\xaa\xa8\xc7\xe1\x7e\x0b\xde\x1f\x6a\x3f\xd2\x8a\x8a\x93\x7d\x36\x38\x75\x6d\xde\xb3\xe1\x1a\x2c\x62\xf5\x84\x03\x80\x0e\x07\x11\xcf\x65\x68\xf3\x9e\x9d\xf9\xea\xb0\x3c\x70\xba\xe6\x84\x22\x22\x5a\xf9\x62\x3a\x11\xd0\x4d\x08\x06\x9d\x08\xe8\x6e\x1d\xf8\xf3\xe3\xfd\x94\x55\x46\x4d\x26\xce\x81\x08\xe6\x6a\xd7\xc9\x27\x50\x88\xfd\x7b\x0c\xf8\xb6\x31\x11\x81\xdc\x95\xa3\xbb\x13\x81\xdc\x04\x0c\xda\x9f\x82\x43\x84\xe7\x4f\x1a\x63\xc1\x81\xf4\xa7\x04\xb6\x53\x53\x19\x35\xa6\x24\xbb\x07\x83\x9d\x22\xd8\xfb\x53\xc3\xa6\xe2\x32\x6a\x07\x71\xc2\x11\x71\xac\xcc\x94\xfd\x41\xd2\xb5\xab\xed\xd3\x78\x5c\x87\xeb\xc3\x15\x54\xf3\x69\xf1\xf8\xb9\x0c\x27\xea\x7a\x6c\x78\x8a\xf8\xef\x4f\xe4\x3c\xf7\x7e\x77\x0c\xa8\x3a\x4f\xcf\x08\xce\x4d\xfd\x91\x8f\xa3\xba\x3d\x38\xe7\xe6\xf5\x04\x38\xd4\x6a\x17\x22\x94\xab\x32\x3d\xf6\x67\xe2\xcd\xe3\xfd\x9e\xd8\x08\x75\x5e\x23\x82\xd9\xde\x64\x6f\xb8\xa6\xcb\x21\x83\x20\xd2\xee\x38\xa6\xc8\x81\x6f\x9d\xfa\x1b\x06\x54\xad\xdf\x1b\x92\x49\x72\x19\x1b\x94\xce\xe3\x1b\xde\x63\xba\x1f\xe4\x9c\x6f\x5f\xbf\x6f\x91\xbc\xab\xa8\x4c\x9c\x84\x24\x5b\x82\x3c\xab\xe3\x86\xde\x70\x05\x9f\xae\x0f\xa0\x55\xd7\x07\x6a\x73\x53\x19\xc8\x7e\x8f\x0f\x60\x56\xab\xb9\x08\xea\x2c\x02\x4e\xed\xe4\x8c\xaf\x96\x4c\xc8\x11\x9f\x15\x44\xdb\x09\xf2\x2c\x43\xcc\x01\x41\x9d\xb9\x8b\x18\xbf\xa0\x2e\x5b\x32\x24\xe7\x7b\xb5\xab\x33\x41\x9d\x59\x41\xd7\x9d\x1c\xef\xd5\x71\x70\xe4\x78\x6f\x5f\xfb\xb3\x88\xfb\xb0\xe4\xfe\x42\xbc\xcd\x1c\x13\xc4\x99\xed\xa0\x44\x9a\xf6\xa6\xcc\x8c\xfd\xfd\xc9\xd7\xa4\xf6\x70\x50\x50\x9a\xe7\xfe\xfe\xd8\x54\xb5\x3e\xa4\x20\x29\x7a\x6c\x5e\xe2\x4c\xcc\x6c\xbc\x48\x2e\x0a\xaa\xee\x2f\x70\x5b\xd9\xf3\x09\x87\x05\x31\xb7\x11\xd4\xd9\x7c\xbe\x22\xad\x7b\x72\x39\xcc\x14\x6a\x0f\xb5\xa2\x25\x0f\x82\x38\xdb\xee\xf9\x00\x77\xa3\x14\x24\xfd\x7d\x27\xcc\x85\xfa\x7b\x63\xfc\x3f\xf3\x1b\x5b\x00\xa9\x7e\xcc\x08\x83\x20\xce\x52\xf7\x3f\xc1\x16\x1b\x1b\xae\xae\xca\x17\x32\x88\xf8\x6c\xca\xcc\x37\x22\xe2\x53\x28\xad\x83\x88\xcf\x2c\x6c\xae\xb1\x11\x44\x26\x78\x87\xb1\x05\x67\xfa\x21\x5e\x83\x08\xcf\x2c\x54\xd1\xb1\x01\xe1\x2c\xd7\xde\x41\xc4\x67\x53\xdc\xcc\xd8\x50\x43\x08\x3e\x66\x2d\x33\xed\xab\x3d\x2e\xb3\x74\xd0\x63\xcb\x91\x29\xcd\xdf\xa3\xf6\xf9\x10\xf3\xb1\x05\xaa\xb2\xc7\x07\xb1\x95\x4d\x67\x6c\x05\x1b\x4e\x55\x19\x6f\x08\xa1\x1e\x0f\x82\x2e\xab\x80\x27\xc7\x56\x23\xe8\x51\xe3\x25\x02\x5c\xae\xb2\x63\x0b\xd7\xca\xae\xf1\xf4\x48\xb6\xa6\xf1\x07\x50\xdf\x70\x19\xd7\xe0\xa9\xf5\xed\xa1\x63\x55\x7f\xa4\x49\x16\x16\xd5\xd8\x70\xd5\x14\xf1\x1c\x1b\x06\x5d\x39\x48\x8c\x0d\x87\x88\xe2\xfd\x01\xde\x46\x71\x23\x63\x1b\x40\x74\x7f\x38\xd3\xb1\x85\xf7\xd3\xee\x32\x58\x57\x55\xf3\x07\xc2\x5d\xde\x41\x83\x1c\xf2\x45\x7e\xf0\x23\x72\xc4\x2b\x82\x77\x90\x13\xbe\x37\xef\x2f\x6a\x0c\x05\xb9\x0d\x82\x3a\xb3\xf2\x63\x8c\x0d\xce\x50\x6a\xd1\xb1\x61\x60\x56\xdc\xcd\xd8\x22\x8d\xb2\xcf\xc7\x01\x30\xaa\xd7\xf3\x00\xd8\xb3\xa9\x7f\x38\x47\x01\x8f\x0e\x72\xc6\xb7\xec\xef\xe1\x1c\x65\x53\x1a\x1b\x0e\x1d\x72\xbd\x1c\xdb\x95\x61\x6e\xf4\x3d\x71\x2e\xc3\xe3\x8b\x4c\xa6\xde\x1f\x10\x20\x8a\x7f\x0f\x9c\x8d\x98\x87\xb1\xdd\xd8\xa8\xb2\xfa\xbb\x89\xa0\xf7\x65\x05\x5b\x6b\x78\xbf\x9e\x40\x08\xd0\x79\x7a\xb0\x49\xf9\x3c\x13\x04\xaa\xb8\xa1\xb1\xc1\x7c\x29\xe8\x6e\x6c\x2f\x41\xb6\xbb\xf6\x8f\xfc\x43\x82\x17\x19\xfb\x16\xeb\xdd\x54\x26\xc2\xfb\xab\x0c\x42\xc4\x87\x38\x8d\x7d\x03\x18\xf3\x23\xd9\x8d\x7d\xc3\x01\x42\xf7\x6d\x27\x1f\x91\x32\x67\x8e\x9d\xfb\xac\x4c\x94\x83\x20\xd2\xec\xfb\x40\xce\xf7\xac\xa0\xea\xb1\xa7\x08\x15\x50\xff\x29\x24\x7f\xd7\x07\xa7\xae\xf6\x80\x97\xa9\xda\xef\x3d\x83\x85\xa6\xf3\xb2\x87\x4d\x52\xf4\x8a\x34\xeb\x75\xb8\xfd\x12\x36\xc0\xcf\xfe\xee\x20\x42\x28\xee\x64\x90\x66\xbd\xc9\x00\x3f\x08\xfa\xac\xf2\x9e\x1a\x04\x7d\x16\x31\x6f\xe3\x93\x16\x5d\xe5\x1e\xc4\x58\xfd\x77\x82\x76\x37\xf5\x47\x7e\x1b\x79\x6b\x8d\x1d\xe6\x49\xf9\xab\xc6\xde\x83\xd9\xf7\xf7\x44\xf0\xbb\x3d\x80\x69\x85\x98\x31\xf6\xf5\xb8\x67\x21\x54\x0c\x82\x42\x8b\xb0\xc0\xc6\x1e\xa8\xec\x1f\x66\x63\x90\xc6\xbc\x2a\x6d\xf7\xd8\x61\x96\x9a\xf7\x17\x6f\x45\x25\x7b\x1b\x3b\xf9\x6b\xa4\xb9\x1a\x3b\x08\x0e\x5b\xfa\x93\x38\x97\xb1\xe3\x77\xad\x20\xc1\xb1\x63\x70\xd4\x4b\x3c\x76\xc4\x36\x05\x25\x0d\x72\x9a\x37\x89\x49\x63\x3f\x03\x1e\x43\x8b\x81\x01\x72\x16\x7f\x8f\x81\xbc\xab\x7d\xe2\x66\xb2\x17\x87\xb4\xc5\x8a\x13\x18\xfb\x15\x39\xd4\xfd\x3d\x36\x97\xae\xc5\xc5\xf5\xb0\xf8\x30\xdd\x01\x2f\xa2\xfe\x9f\x50\x43\xa8\x7d\xbc\x47\x24\x49\x8c\x3d\x20\xd3\xdd\x7f\x18\xf8\x75\x59\xf7\x07\x1d\xe4\xa6\xf1\x10\x34\xaa\x88\xea\xb1\x03\x6c\x37\xbd\x19\xe1\xaa\x58\xb5\xf8\x2f\x41\x56\x3e\x0c\x48\x5a\x9b\xfb\x8f\x9c\xe9\x59\xfd\x91\x6f\x41\xf0\x20\x23\xad\xcb\x9e\x95\x26\x79\x90\x33\xbd\xce\xaf\x7a\x88\x87\x0e\x53\x0a\x54\xdf\x0f\x67\x33\x22\x67\xba\x74\xf0\x23\x72\xa6\x0b\xe2\x7d\x90\x03\xbd\x66\x5d\xee\x14\xae\xda\x5a\xbf\xb4\x87\xb7\x50\x57\x99\xc7\x33\xb9\x8c\x9a\x4e\x8f\xe3\x4f\x4e\x74\x1d\x5e\x82\x58\xbb\xe2\x02\x46\xc2\x61\x41\xde\x3b\x23\xfd\x38\x2c\xa8\x7f\x50\xab\xa5\xe3\x1f\x04\xa9\x16\xd9\x64\x46\xca\x10\x37\xed\x67\x0a\x9b\x87\x88\x79\x04\xa1\x2a\x2d\xf5\x48\x04\xe1\x49\x52\x1a\x04\xa1\x36\x79\x8b\x0d\x82\x48\xbb\x99\xa5\x84\x77\x64\xd9\xf4\x7b\x22\xc6\xe5\x60\x32\xc8\x69\x9e\x65\x73\x19\x29\x98\x07\xf7\xd7\x43\xa7\xad\xf5\xf9\x09\x12\xd5\xfa\x90\xf3\x5c\x71\x11\x23\x05\x64\xbb\xf7\x0b\x60\x50\x49\xae\x23\x8d\x08\x6a\x55\xff\x23\xd4\x1e\xae\x0f\x1b\x9f\xfa\x0b\xe0\x4e\x9d\xaf\x04\xf0\xa6\xd2\x4e\x8f\x84\x24\x90\xbd\xfe\x91\x6f\xc5\xe3\x43\x6d\xec\xc7\x24\xfd\xb8\x3e\x6b\x7f\x0e\xb0\xb5\x74\x5e\xd3\x41\x8a\x8d\xa2\xf9\xa3\x26\xda\xdd\x5e\x20\x3a\x88\x39\x4b\x01\x19\x2f\x7a\x12\x41\xac\x72\xd0\x18\x91\x06\x7d\xe8\x7e\x27\xbc\xcf\xe4\x6d\x35\xd2\x19\x0e\x26\xfe\x3e\x98\x51\x8d\x17\xf8\x98\xcd\xeb\x79\x86\x83\x82\xeb\xd1\x8c\xf8\x3c\x46\x72\xc4\xaf\xf2\x3a\xcf\x0a\x0a\x1d\xe9\xc6\xa1\xc3\xbf\x47\xd2\x98\xbe\x2f\x77\xc0\xe1\x68\x7c\x37\x58\x80\x62\x1e\x52\xd8\x40\x45\x9f\x48\x53\x9e\xe5\x0a\x3d\xd2\x0f\x73\xe1\xfe\x50\xeb\xf9\xf7\x78\x7b\x16\xaf\x37\xcc\xc5\xf0\x78\x1e\x92\x11\x56\x97\x03\x55\x5e\xeb\x4f\x7e\x98\xcd\xfb\xf9\x62\xe0\x77\xff\xc4\xd5\x35\xd1\xdb\x9f\xb4\xe4\x1f\xb5\xdc\xc8\x1b\x99\x77\x45\xcf\xf3\x06\x02\x87\x98\x95\x4c\xa8\xc8\xa2\x2f\x7f\xf0\xb8\x64\x82\xf2\x84\xba\x3b\xc8\x71\x5e\x2c\x69\xe4\x90\x34\x44\x6c\x72\x64\x16\xd4\x61\x8e\x88\x5c\xe5\x77\x19\xe4\x3c\xaf\xc2\x1e\x1b\x39\x87\xda\xa4\xa9\x0c\xe7\xa8\xc3\x91\xd1\x41\x7b\xf1\x33\xc4\xc5\x9c\x7c\x26\xae\x43\x71\x04\x23\x43\x5c\xfc\x78\x65\x88\x8b\xfc\xd2\x47\x0e\x08\xf2\xcd\x65\x0c\x6a\x22\xc6\x19\x38\x8c\xaf\xf9\x12\xf7\x51\x74\x99\x72\x8d\xcd\x55\xff\x18\x4c\xe5\xbd\x35\x72\x8f\xe4\x4a\xfa\x7d\x00\x67\x26\x97\x31\x68\xea\xb0\x44\x0e\xf3\xe6\xf6\x80\x9b\x30\xe7\x4a\x04\x6e\x15\xe4\xfc\x88\x88\x5b\xc1\xa3\x0c\x22\x6c\xab\xd4\x06\x23\x03\xf1\xbd\xfb\x30\x90\xbf\x45\x71\x3d\x23\x72\x8e\x2b\xa2\x7a\x90\x73\xbc\x7e\xcd\x37\x50\x7c\xfd\x3d\xcc\x81\x32\x31\x8e\x8c\x01\x53\x41\x86\x23\x5f\x95\x1c\xfd\xea\x9f\xa0\xd9\xea\xf9\x10\x84\xa5\x08\xe7\x41\xd0\x6c\x11\x56\xd3\xc8\x77\xc6\xfb\x48\xfd\xdd\x18\x98\x7d\xb8\x6f\xb0\xe0\xc4\x09\x13\xb4\x5a\xa5\xe6\x1a\xf9\x09\x83\xb8\xda\x03\x8b\x69\x88\x13\xce\x2f\xde\x2f\x7a\x4c\xf3\x4b\x04\xbf\x1e\x8f\xfc\x06\xf3\xa2\xdf\x93\x7c\xc9\x8f\x25\x41\xae\x4d\xde\x3e\x83\x20\xd7\xaa\x88\xfe\x41\x10\x6b\x97\xeb\xf0\x28\x5b\x60\x49\x75\x95\x51\xe3\xe8\x7c\x14\x50\x73\x05\x87\x34\xc8\x81\xde\xeb\x57\x19\x88\x76\x71\x96\x05\x57\x69\x61\x3f\x8d\xc8\x61\xee\xc7\xb9\xe4\x80\x50\x77\x19\x1b\x87\x1e\xcf\x92\xc9\x8c\x2a\xe6\xa1\x94\xc8\x2f\xf2\x99\x7f\x04\x61\x4a\x07\x3f\x4a\x78\xfb\xe9\x3e\x16\x42\x11\xe4\x0d\x3a\x4a\xb8\x4a\x17\xd7\x93\x53\x5e\x8f\x7d\x09\x07\x1e\xed\x7f\x69\xc0\x1d\x35\x97\x01\x5a\xf5\x7c\x22\x3f\x8a\xe8\x43\xa4\x41\x37\x73\x55\x48\x5e\x26\x1b\xd4\x28\x13\xb8\x16\x9d\x8f\x42\xda\xe0\xee\xf5\x22\x4d\x70\x76\xfd\x81\x0d\x4d\xc4\xba\x44\x9c\x8f\x24\xbf\xc2\x63\x34\xbd\x9f\x27\x92\x8c\x98\xdd\x72\x72\xfe\x74\x3e\x08\x3a\xec\xc3\xfb\x15\xde\x78\x3a\xdf\x05\x2c\xb3\x2e\x7a\x43\x5a\xf3\x2e\x6f\xc0\x41\x90\x62\x15\x82\xc2\x28\x17\x66\x00\xef\x1f\xf9\x54\xaa\xfb\xbf\x78\xec\xdc\xff\x1d\xde\x7e\x6a\x1f\xb3\x85\x1f\x0f\xd2\x8a\xd7\xdd\xeb\x49\xe8\x80\x10\x52\x06\x69\xc5\xab\x99\xa3\x42\x68\x80\xe9\x0d\x71\x83\x45\x36\xb4\x51\xf7\x80\xbb\x2a\x2a\xe3\xb0\xf0\x55\x86\x19\xdf\x5c\x26\xf4\xe0\xcf\x24\x17\x82\x0e\x5b\xaa\xee\x1c\xb5\x8b\x06\x5b\x23\x88\x27\xb9\x0c\xd0\xa3\x36\x93\xa0\xc3\xae\x9c\xec\x83\x20\xc2\x5a\x75\x79\x2b\x70\x2b\xc2\x7e\x1a\xe4\x28\xef\x3e\x6c\x15\xb5\x96\x0c\xee\x23\x72\x8a\x2b\x59\xd1\xa8\x25\x50\x71\xd5\x3e\x36\x05\xd9\x48\x46\xfd\x79\x3c\xaa\xca\x61\xa0\x54\xb9\xa2\xe6\x28\x2e\x13\xf7\x20\xe2\x1d\x39\xc1\x9b\x17\x1f\x88\xfb\x39\xd4\x3f\x11\xc6\xe6\x24\x08\xea\x2b\x56\x63\x44\x8e\x70\xb9\x72\x8f\x3a\x88\x23\xf1\xf8\x23\x47\xb7\xd4\x2a\x04\xd1\x35\xa5\x19\x1e\x04\xd1\x65\x45\x10\x8f\x0a\x76\x91\x2f\x3b\x39\xb8\xab\x0c\xa0\xa3\xc2\x49\xee\x5e\xef\x23\xd2\xc0\xba\x8c\xf7\xd4\xee\x32\x8f\x8b\xd4\x9e\x91\x43\x3b\x7b\xfe\x44\x04\x0b\x78\x71\x54\x24\x53\xa5\x65\x1d\x35\x92\x0f\xb9\x7f\x2e\x8b\xbc\xc3\x06\x41\x70\xc5\x9c\x7f\x05\x1e\xc5\x6a\xaf\x48\x7b\xed\xcb\x4e\x10\x5c\x53\x32\xb3\x51\x89\x63\x28\x1e\x1f\xd8\x60\x02\x6a\x1c\x35\xbc\x67\xba\xcb\xc1\xc9\x69\x3c\xf1\x18\x89\xd9\xa9\x4f\x5c\x46\xcd\xff\x0d\xe2\xaa\xf6\x91\x2c\x65\xe3\x19\x15\x57\x57\x01\x8f\x0e\xd2\x56\x67\x01\x3b\x8e\x86\x1a\x49\x69\xa3\x07\x69\xac\x8b\x82\x22\x47\xa4\xb1\x96\x2b\xf4\x68\x01\xbf\x22\xe2\xd0\xc2\x15\x5d\xcc\x47\xdb\xc3\x35\xdf\xf5\xa8\x41\xdc\x3e\x6a\x61\x4b\x96\x2d\xe3\x7a\xdc\xf5\x3d\xf9\x59\x86\x1e\xdb\x06\x96\x9e\x74\xf2\xa3\x05\xf0\xa7\xe6\xdf\xb0\xd9\xec\x5f\xdf\x07\x5c\x89\xfa\xab\x11\x8a\xe0\x32\x8f\xdf\x57\x39\x88\xad\xc6\xdf\x02\xcb\x4c\xed\x03\xdf\x23\x94\xe2\xd1\x42\x2d\xa3\xfb\xd6\x50\xa3\x5a\x0d\x49\xdc\x59\xb3\x64\xdd\x08\x5d\xf0\xe3\xd1\x8e\x70\x50\xd0\xfa\x1f\xe1\x1a\xab\xf6\xae\x70\xf8\xd0\xf7\x78\x4f\xca\x00\x3d\xda\x1d\xcc\xab\xbe\x07\x7e\xc7\xc4\x98\x38\xb2\x36\xfc\xfb\x3b\xe2\x5a\x34\x1e\x5c\xa7\x15\x54\x3c\x1a\x9a\x8b\x2d\xa9\x4c\xdc\x56\x17\x7d\xf9\xc9\x74\x5b\x5c\x0e\x2c\x31\x97\xd1\xa4\x48\xb2\x8f\xcc\xb7\x9b\x24\x91\x8e\x1a\x51\xc0\xb3\xa3\x73\x1e\x14\x2a\x30\x3a\xae\xce\x56\x4b\x91\xb9\x35\xcb\xd5\x7d\x74\x6c\xa2\x8a\x43\x1b\xbd\x86\x37\x98\xbe\xaf\x41\x4f\x3f\xe7\xa3\x87\x64\x2e\xcd\x41\x27\x2d\xb6\xd2\x5a\x8f\x8e\x77\xef\x10\x3d\xed\x91\xc6\x5a\xf7\xab\xa3\xd6\x5b\xf3\xfb\x83\xc7\xa5\x03\xaf\x50\x24\x76\x77\xc4\x70\xb9\x76\x8e\xfe\x03\xb1\xfc\xd9\x8c\x1e\x9c\xb2\x17\x37\xe0\x63\x24\xd6\x77\xbc\x1b\xb2\x74\x92\x3d\x20\xde\x3d\xf8\x27\xe2\x4e\x5c\x46\x8d\xa3\xcb\x4e\x10\x53\x93\x1f\xfe\xe8\x2f\x69\x49\x75\x98\x3b\x58\x4b\xe6\xec\x7b\xf8\xc1\x7b\xb1\xd9\xfc\x22\xb5\xc1\xc0\x0f\x5e\xae\x85\x63\xec\x01\x37\xf1\xb9\x3c\x64\xe2\x6c\x56\xc3\x8d\x40\x09\x16\x71\x1c\x39\x88\xeb\x50\x19\xec\xaf\xec\xfa\x40\x11\xfe\xac\x07\x99\x36\xbb\x39\xe9\x01\x56\x98\x37\x7b\x80\x05\xa6\x20\xb0\x31\x70\x45\xf5\x63\x36\x90\x94\x2c\xa9\x8c\x48\x2e\x26\x49\x63\x80\xa5\xe4\xc7\x66\xfc\x60\x85\xa9\x3f\x82\xf8\xb2\x0e\x43\x04\x55\x29\xe2\x7b\x0c\x38\xd5\xaf\xef\x1b\xf9\x6c\x44\x3c\x46\x8b\xa0\x34\x8d\xef\x27\xee\x44\xf3\x5b\x9c\x6b\x15\x30\xde\x18\x18\x8c\xab\x1e\xcf\x41\xfe\x98\x5d\x8f\xc5\x40\xb2\xcb\x5e\xef\x11\x6a\x07\x7d\xcf\xf9\xeb\x22\x3e\x03\x1d\x72\xf1\x7a\x63\xf3\x49\x3a\x0f\xc4\x61\xf5\xaf\xfe\x50\x0b\x25\x8f\x17\x03\xbd\x39\x75\xe2\xb0\xba\x72\xfe\x8f\x31\x03\xb5\x5a\xed\x01\xdc\x29\x6f\xa2\x31\xce\x30\x30\xab\xbd\x2b\x1c\x38\xf4\xfd\x0f\x0a\xaf\xcb\xa0\x5e\xfb\x3c\x04\x5c\x46\x71\xb9\x22\x69\x68\x7e\x44\x90\x4f\x9f\x8f\x9b\x34\xd4\x22\x2e\x83\xc7\xf5\x6b\x7e\x00\x6f\x26\x9f\x5f\x1c\x68\x2c\x19\x13\xb7\x55\x15\x97\x33\x06\x41\x7f\xd9\xed\x83\x55\x96\x65\x03\x1a\x01\x3f\x24\xe6\x71\xf2\x38\x2a\x42\x7c\xcc\x1d\x6f\x44\x31\x3f\x91\xd9\xb2\x8a\xd8\xce\x1d\xe6\x4e\x6a\xac\x09\x71\x54\x9a\xec\x31\x03\xb8\x53\xcc\xe4\x0c\x6c\x32\xd1\x13\xe2\xbc\xba\xe2\xba\xc6\xc4\x86\x2a\x14\xee\x31\x09\x6a\x95\x6b\xf3\x98\x39\x98\xab\xcf\x79\x20\x8e\x2b\xcb\x75\x7e\x4c\xe0\x74\xe4\x3d\x3a\x66\x24\xd7\x93\xa4\x31\x01\xce\x34\x33\x37\x03\x7e\x46\x6a\xca\x89\x1a\x53\x0e\x18\x83\xb8\xa9\x9a\xdd\x1e\xe7\x55\xc0\xa3\x63\x8e\x40\xb0\xd0\x78\xb1\x61\x2a\x34\x63\xcc\x11\x71\x32\x6a\x6f\x60\x63\x92\xa6\x86\xb8\xaa\xe2\xf3\x38\xc9\x3f\x24\xec\xb0\x31\x23\x39\x99\x1e\x97\x89\x8d\x52\x40\x98\x63\x1e\x11\x54\xab\xf5\x38\xb0\x01\x7b\x7c\x78\xa7\x59\x6d\x3e\xcf\xb0\x79\xb9\x3e\x98\x41\xfd\x1e\xd4\x69\x4b\xa2\xc4\x35\xe5\xe2\xf5\x7f\x02\x78\x58\xeb\xf1\x86\x03\xc2\x9f\xb8\x22\x8f\x09\x64\xbc\xe0\x31\xc6\x11\xf0\x05\xe2\x5c\xc8\x34\xd9\x14\x81\x3c\x0e\x5e\x62\xc1\x87\x8c\x08\x5a\x52\xe6\xbf\x41\x26\xca\x6a\x9d\xe0\xb1\x11\x64\xd7\xdc\x1e\x06\x50\x11\x6f\x32\x53\x76\xa1\x82\x8e\x63\x8f\x4c\x7b\x1a\x0f\x41\x4d\xe6\x8c\x8f\x3d\xbc\x53\xd4\x3e\x71\x0d\xfb\x57\x7d\xe8\x54\xdd\x1e\xae\xc8\x22\xc6\x64\xaa\xcc\x8a\x13\x19\x47\x8a\xe4\x43\x1a\x0f\x41\x8e\x72\x75\x1d\x47\x02\x65\x55\xc4\x26\x82\x9e\x6c\xd0\x3c\x22\x99\x99\x0e\x1b\x41\x50\xf9\xfb\x7b\xfc\xf4\x3d\xbe\x0c\xe7\x24\x62\x71\x90\x8c\x4c\x71\x1e\xe3\xa8\xc1\xb9\x0d\x95\x2b\x6a\x15\x8d\x97\xc7\xc3\x3a\xd3\x83\x20\x45\xc5\x3d\x8c\x83\x64\x63\x72\x0d\x1e\xc4\x29\xd5\xe6\xf5\xe7\xf1\x10\xd6\xd6\x38\x5a\x1c\x66\x7f\xcf\x63\xa5\xc7\xf6\xc0\x9b\xeb\x6b\x7f\x40\xa1\x6d\x3a\xac\xc4\x35\x0d\x25\x23\x1b\x47\x0f\x1d\xba\xeb\x41\x24\xd0\x65\x38\x7a\x10\x3f\x97\x31\x98\x7a\x3c\x70\xc2\x36\x40\x1f\x24\x1b\x1b\x5e\x1f\xe2\x2a\x14\xd7\x33\x0e\xf2\xe9\x08\xf5\x78\x90\x59\xb3\xf9\xf1\x25\x8e\xa9\x66\xf7\x4f\xbe\x1c\x61\x59\x0d\xe2\x98\x9a\xe2\x78\xc6\x81\x77\xd2\xd4\xe5\x3b\x8e\x70\x2d\xd6\x7e\x85\x43\x82\xd7\x17\x6c\x29\xab\x0d\x0f\x38\xef\xad\xbb\xbe\xae\xef\x9b\xeb\x81\xe7\xf0\xfc\x43\xf2\xf4\xfd\x8b\xa0\x4c\x7f\x7f\xa2\x36\x12\xb1\x3a\x4e\x80\x35\x77\xd7\x13\x07\xe1\xfd\x3a\x71\xb0\xf9\xaa\xc7\xa6\x27\x49\xef\x38\xc3\xb5\x5d\xeb\x47\xf2\x30\xa5\xc4\x18\xc4\x61\x55\xa1\x24\x8f\x88\xbb\xb2\xc3\xc6\x11\x41\x97\x9b\xeb\x03\x08\xd6\xed\x91\xa2\x42\xcc\xe4\x41\xe6\x42\x79\x73\x8d\x03\xd7\xfb\x2a\x62\x19\x99\x44\xed\x90\x70\x84\x9a\x54\xc4\xff\xc0\x1b\xaa\x7b\xbf\x08\xc2\xb4\xc3\xc7\xf1\x44\x3e\x27\xf5\x8f\xcd\xb4\x7b\x3d\x9f\x40\x74\xd0\x7a\x3f\xe1\x3a\xec\x7a\x10\x2f\x7c\x3f\xdf\x1d\xc9\x4c\xf3\x23\x47\xbd\xe2\x9e\xc6\x41\x7e\x1f\x61\xf7\x8d\xe3\x25\xbf\x90\x88\x31\x71\x5b\x75\x9a\x3e\x10\x0a\x60\x7a\x79\x6e\x91\xec\xae\xaa\x0c\x84\xbe\xee\xfb\x09\xbd\xcd\x9b\xeb\x43\x72\xdf\x55\x0e\x6f\xbb\xcf\x78\x4f\x1c\xa8\xac\xa9\x39\x77\x24\x2f\xd1\x0b\x32\xa7\xd6\x5a\x5c\xee\xd0\x37\x7f\x8f\xc3\x8c\xee\xcb\x89\x26\xcb\xcc\xfe\x19\xf9\x84\xaa\xfb\xc3\x86\x3b\xf3\x9f\x3c\x2e\x04\x95\x35\xc1\x97\x8c\x33\x05\x1c\x86\x1a\x4b\x61\x43\x70\x7d\x24\x93\xd1\x62\x65\x80\x15\x75\x58\xce\xc8\xa9\xef\x72\x09\x62\xa3\xdf\x47\xc4\xb8\xd4\x1e\xa4\x61\x1d\xc2\xc2\x1a\x04\x91\x15\x01\x17\x8e\x13\x6f\x2d\xc1\x9b\x8c\xb3\x62\x30\x17\xa7\x78\xd6\xe0\xfc\x54\x6e\x61\xb3\xd0\x62\x11\x24\xa6\xb8\x8c\x71\x06\xdc\x81\x1e\x97\x33\xb0\xa9\xdc\x7f\x0f\x6c\x33\xf5\x0f\xe7\x2d\x94\xd8\xf1\x13\x44\x26\x62\x74\xe2\xbd\x91\x7d\x38\x70\xc5\xb4\x8d\xe0\x0c\x9d\xb2\x1e\x83\x33\x82\x38\x45\xac\xce\x19\x11\xdb\xfa\x3d\xde\x57\xca\x04\x39\x7e\x82\xc8\x34\x3f\x32\x71\xe6\xfe\x55\xc6\x1b\x44\x8f\x31\x99\x36\xfb\xd4\xe5\xb8\xf0\x8e\xb3\x5a\xe1\x2a\xf1\x38\xfb\x7b\xbc\xa5\x74\x99\x23\xae\xc9\x36\x90\xc8\xbc\x29\xf8\x9e\x41\xa6\xcd\x92\xa5\xf6\xbc\x22\xe8\x56\x8f\x29\x99\x32\xbb\xd2\xcc\x8e\x0b\x6f\x1a\x45\x9c\x8f\xab\x47\x1a\x6b\xf5\xdf\x03\x81\x40\xbf\xc7\xb5\x58\x41\x80\xe3\x42\xcd\x22\xd7\xe3\x11\x99\x29\xcd\x3c\x5c\x13\x49\x46\xeb\x7b\xcd\x88\x73\x50\x3d\x8f\xc3\xae\xf3\x76\x1d\x21\x89\xa8\x3d\xd2\x34\x2b\x3f\xcb\x20\xee\xa9\xda\x46\x77\x41\xfc\x6d\x43\xb8\x50\xd3\xd8\xfb\xed\x82\x73\xb4\xcd\x85\xcc\x94\xd9\x3a\xfb\xeb\x08\x9b\x92\xe6\x47\x90\x6d\x93\x8e\xfd\x3a\xe3\xf1\x52\x3d\xf9\x4e\x14\x67\x35\x2e\x24\x29\x01\xbd\x8e\xeb\x04\x25\x5c\x6a\xb5\xeb\xc4\x26\xea\xfd\x09\xac\xb0\xe6\xdf\x13\xb7\xf0\x55\x1f\xc4\x5b\xe3\xc7\xf5\xb6\x78\xbc\x38\xe0\x98\x93\xbd\x2e\xd4\x6e\x3e\x5f\x20\x00\x28\x4d\xf3\x20\xb3\x65\xa9\x5e\x6f\xbc\xed\x4a\xf7\xf7\xa1\xa6\x72\x7d\xe8\xf0\x5d\x46\x52\xd5\x63\x7a\x45\xd0\xb0\xe8\xc7\x45\xfe\xa5\xcd\xdf\xdf\xc4\xc5\x7d\xd5\x07\x62\x87\xe6\x87\x24\x98\x7c\x9e\x89\x1b\xb3\x43\xc3\x15\x9a\x13\xa9\x99\x22\xf3\xa5\xd5\xc6\x64\xbe\x2c\x5f\xe7\x11\x35\xd9\xfe\xf5\x7b\x5c\xcf\x8b\xbf\xe7\x7e\xfa\x3e\x04\xbc\x8c\xf7\x13\x6f\x3e\xdb\x6c\x88\x43\xab\xca\x37\x35\xae\x1f\x07\x1f\xad\xd7\x1b\xc0\x93\x9f\xf1\x11\x77\xd6\x94\x62\x61\x44\xdc\x99\x10\x1a\x06\x71\x66\x2d\x37\x97\x51\xb3\x69\x7c\xf7\x16\xf4\x23\xab\x0c\xb3\x2c\x4d\xc8\xbd\x87\x99\xa3\xa9\x1c\x8f\x91\xfa\x0f\x38\x30\x8d\x8f\x38\xa7\x9a\xfe\x08\x15\x79\xdc\x2d\xd2\x82\x6a\xf0\x11\x67\x30\x5d\x06\xf5\x53\x2f\x3b\x99\x20\xab\x80\xd5\x06\x99\x20\x8b\xe2\x56\x06\x99\x1d\x7b\xca\x2e\x63\xd3\x91\x64\x70\x93\x7f\x44\xf9\x53\xc6\x8d\x6b\x9b\xd5\x2c\x37\x97\x59\xd8\x3d\xe3\xe6\xb2\x99\x33\x24\xa8\xa8\xda\xf5\x91\xa0\xa1\x36\xbd\x78\xa0\x7e\xfa\xe5\x8d\xcc\x89\xde\xbc\x1b\x94\x66\xeb\xbc\xef\x40\x65\x16\x67\x7f\x07\xd0\x9d\x74\xe6\xc4\xfd\x64\x61\x43\x0d\xe2\x7a\x5a\xf3\xfc\xf0\x4e\x2b\x1e\xcf\x43\xd0\x9f\x1e\x2b\xe2\x76\x8a\x22\x76\x07\x99\x0f\x8b\x0d\xa4\xc4\xe5\x34\x73\x6a\x0f\xc9\x7b\xbc\x7e\xcf\x0e\x90\x9d\xc6\x47\x1c\x4e\x16\xdc\xc7\x78\x22\xc5\x80\xd4\x68\x0f\x40\x99\x02\xda\x1b\x0f\x0e\x13\x43\x97\xe7\x21\x28\x4f\x58\x72\x83\xcc\x7c\x4d\x39\xb3\x07\x71\x30\xd9\x6a\xa5\x87\xc7\xc8\x36\xb0\x07\x1b\x97\xe0\x4f\xc6\x13\x0e\x12\x1e\x4f\x8d\x88\xe4\xa6\x72\xf8\xe9\xab\xbf\x16\xc0\x7c\xea\xaf\x87\x41\x54\xbf\x0f\x04\x07\x9d\x97\x07\xb5\x84\x20\xed\xc7\x33\xc2\x86\xa2\xf5\xe2\x7c\x09\x18\x70\x3c\x01\x5f\x24\x1b\x05\xc9\xee\x8a\x5d\x99\x49\x76\x57\xed\x3d\xf3\x00\xc9\x6f\xef\xa9\x07\x35\xc1\xf4\xfa\x5f\x11\x21\xae\xdf\x13\x64\x66\xce\x9f\xe4\x74\x79\x0e\xff\x1e\x49\x4f\x9c\xe0\x03\x7c\x8a\x1f\xff\x27\xf2\xcb\x78\x7e\x4f\x78\x13\xea\xf7\xa1\x49\x98\x2e\xc3\x79\x4b\x92\x78\x42\xe7\xaf\xfb\xfa\x12\x4a\xa0\x20\xbf\xf1\xe2\xa0\xa3\xb8\xb2\xf1\x6e\xd8\xc8\x44\x4c\xdf\x3d\x52\x32\x34\x95\xc3\xa0\xeb\x32\x06\x5d\xdd\xa7\xf7\x27\x94\x60\xa8\x0c\x5c\x51\x76\x99\xcc\x94\xd5\xbf\x27\x0d\xee\xe6\xdf\x83\x55\xb7\xb9\x1e\x84\x0d\x31\x9b\x2f\x28\xda\xe5\xab\x8c\x9a\x4e\xfb\xf3\xa6\x50\xb3\xb9\x1c\x99\x47\xa7\xca\xd8\x70\xf5\xd8\xbc\x84\x2e\x08\x5e\x67\x10\x77\x54\xfd\x98\xbf\x39\x5c\x7f\xb5\x5e\xa8\xdd\x6c\x23\x7b\x23\x8e\xcc\xe3\x21\xc8\xdc\x0e\x48\x6f\x41\x32\xd0\x7d\x7b\x0b\x36\x44\x3d\xa6\x2f\xcc\xb3\x5d\x79\x5f\xb0\xe7\xf6\xaf\x72\xd8\x84\xd5\x5f\xa4\x41\xd7\x7d\x20\x99\x5d\x56\xfe\xa8\x41\x32\xbb\x52\xc4\x2c\xbc\x33\xce\xaf\xfa\x9b\xc4\x7d\x89\x3e\x90\xec\xad\x58\x52\x7f\xb1\xd1\xda\xdb\x31\xe2\x82\xac\x36\x7b\x03\x52\xff\xab\x1e\x87\x2c\xaf\x27\x36\x59\xdb\xd8\x22\xf9\xdb\xde\xff\x48\x72\x21\xc8\xa8\xec\x22\xe6\x6f\x00\x35\x8a\x18\xfe\x04\x0d\x55\xd7\x07\xb6\x8c\x06\x73\x83\xe5\x94\x5d\xc6\xa0\xad\x97\xfc\xc5\x75\xee\x6b\x71\x9e\xe0\x4c\x34\x58\xbc\x81\xcc\x69\xbf\x3f\x06\x34\xd5\xbf\x70\xfe\xcd\xe5\x04\x10\x9e\xfa\x0b\x88\x7b\x6f\x46\x78\xff\x88\x53\x7d\xc9\x77\x21\x2c\xae\x49\x50\x50\xd7\x78\x66\x64\x76\x93\x6b\xf2\xdc\x36\x38\xd9\xec\xef\xe3\x31\x48\x2a\x57\x20\xff\x5d\x8f\xc1\xf6\xa3\x06\x9c\x1b\x11\xea\xe2\xac\x27\x99\xdf\x7a\x6d\x2e\xe3\x00\xf0\xe1\x0c\x27\x99\xe0\xba\x92\x3b\x4d\xe2\x84\xba\x38\x9f\x49\x66\xb8\x3c\x3d\x9e\x1d\x31\x79\xd3\xf8\x7f\x2e\xbf\xbf\x0f\xf8\x98\xa6\x32\xeb\xf1\xe1\x74\x66\x24\x87\x93\x0e\x7b\x92\xfc\xad\xe6\xaf\xdf\x07\x36\xd6\xa6\x72\x20\x1c\xe8\xf7\x81\x95\x94\xb4\x1e\x04\x95\x0a\x35\x79\x6e\x29\x0c\x9a\xea\x3f\x6c\x58\xdd\xbf\x27\xa8\x74\xd7\xfc\x23\x88\x74\xaa\x1e\xe0\x3e\xe5\x30\x9f\x5b\x0e\x6f\x23\xb5\x8f\xb7\x94\x82\x1e\xe7\x96\x49\xe9\xe0\xf9\x41\x1c\x84\x8d\x34\x37\x1c\x42\x72\x53\x7f\x05\x35\xe1\xae\xfd\xc2\x55\x59\x69\x6a\x27\x71\x4f\x4d\xd8\x51\x73\x0b\x48\xfc\xa2\xfe\x20\x16\x8a\xa0\x9f\x5b\x10\x8b\x5d\xeb\x11\x06\xf6\xa4\xf1\xd6\x80\x0f\xd1\xf7\x35\xce\x93\xfa\x0f\xb8\x96\x5d\xed\x13\x67\x91\xbd\x7e\xa4\x19\x17\x62\xc5\xdc\x90\xd4\xab\xe7\x07\xea\x74\xf2\xf9\xa8\xb1\xbe\x1a\x4f\x8b\x7c\x45\x1a\x4f\x00\x69\x66\xd7\xa3\x26\xf6\xfc\x5a\xdc\x1f\xad\x17\xd8\x6e\xc3\xeb\x43\x90\xe6\xe6\xf3\x8e\x6b\xb6\x32\x77\x4e\xe2\xb8\x9a\x92\x59\xcd\xad\x83\x88\xb1\x6b\x7c\x68\x02\xf6\xaf\xef\x09\x82\xf4\xf9\xc2\x9b\x4c\x11\xe4\x93\xe4\x7b\xa5\x7a\xff\x7a\x30\x7b\x6e\x8f\xb4\xca\xbe\x9f\x23\x34\x31\x9a\x0f\xf0\x50\xc2\xda\x9a\x1b\x92\x71\xf7\xf9\x06\x21\xe4\xeb\xfc\x00\x1f\xa5\x20\xd0\x19\x71\x60\x42\xe8\x98\xdb\x08\x6c\x42\x9d\x8f\x1f\x4d\x85\xbf\x67\x3d\x86\xc6\x0b\x56\x9d\x52\x1c\xcc\x6d\x06\xaa\xbb\xbe\x0f\x6f\x38\x9f\xef\x1f\x9b\xb6\xe6\xc7\x63\xb1\x7b\x7f\x0f\x5c\xf5\x3d\xbf\x60\xc6\x7d\x1e\x50\xab\x8a\x59\x9b\xc4\x81\x65\x21\x40\xcc\x8d\xc7\x42\x6a\xe8\x19\x71\x61\xf2\xa6\x9b\x1b\x90\xfe\x52\xc3\xcf\x48\xf6\xd7\x7c\x3e\xb1\x41\xa6\xfc\x27\xae\xc8\x73\xc3\x95\x74\x78\xf2\x44\xe4\x2b\x68\x69\x12\xe4\x95\xa7\x89\x11\x06\xc4\xdd\x87\x01\x6c\xa9\xe1\xc3\xf3\x86\x37\x90\x36\x83\x20\x2e\xe9\x10\x27\x41\x5c\x55\xc9\xc9\xe6\x0e\x27\x25\xe0\xc5\xb9\xef\x04\x75\xe9\xf2\x93\xd9\xaf\xca\xef\x7f\xee\x64\xb2\x94\xc3\xc1\xdc\x53\x60\x8f\x7d\xfa\xdf\x33\x06\x5e\x11\x27\x32\xf3\x35\x45\xf4\x4f\x32\xf3\x35\xc5\x4d\x4c\x82\xac\xba\x80\x14\x27\x99\xfa\x5a\x75\x7f\xe4\xd4\x96\x37\xd5\x8c\xcc\x7d\x3e\x7c\x3b\x11\xee\x32\x28\xce\xbd\x85\x5a\x47\xe3\x01\x55\x5a\x3a\xf7\xb9\x63\x50\xcc\xc3\xdf\x13\x57\xa2\xcd\xdb\x81\x8c\x97\xcd\x67\xee\xa1\x96\xd3\x61\x20\x08\xab\x2a\xee\x68\xee\xe4\xb3\x50\xfe\x95\x49\xa6\xbd\x2e\xb5\xd5\xdc\x81\x80\x57\x10\xe8\xdc\x47\x18\x74\xd5\xdf\x24\xa8\xf3\xa3\x86\x9b\x04\x55\x75\x01\x1f\xce\x9d\xb4\xd6\x4a\x0b\x3c\x23\x93\x9e\x1f\xcb\x1d\x94\xe9\x54\x34\xbf\xc8\x54\xa9\xcb\x4f\xa6\xbd\x22\x49\x60\xee\x27\x6a\x82\x4d\xe3\x39\x89\xab\x18\x9a\xef\x15\xd8\x74\xaa\x07\xae\x62\x4f\xae\x8f\xfd\xd4\x7c\x91\x24\x8a\xd7\x0f\x57\x68\xa9\x71\x67\xc4\x49\x99\xb8\xef\x91\xec\xab\x6b\x7e\x57\xc4\xad\xa8\xbf\xc8\xd4\x97\xf5\x3d\xcc\x93\xe0\x91\xe6\x7e\xe3\x1d\xa6\xcb\x4d\xdc\x55\x93\x03\xc6\xdc\x51\xcb\xec\xc5\xf5\x38\x54\x88\xd8\x12\x87\xd5\x86\xe7\xf3\x04\xb1\xd5\x7c\x60\xbe\x92\xc7\xfb\x06\x3c\xc8\xa7\x4c\xdc\x52\x91\x01\x77\x92\x3c\x2f\x37\x3d\xf6\x89\x34\xb5\x8a\xbb\x99\x3f\x71\x4d\x1f\x66\x6d\xa6\x3d\xd4\x28\x4d\x65\xe0\x81\x74\xdf\x52\x8e\xfd\xd9\x55\x0e\xef\x37\xb5\x9f\x03\xf1\x40\xbf\x07\x08\xb1\x6a\xbd\x89\x33\xca\x92\x2c\x66\x42\xd2\x95\xf7\xe0\x4c\x38\xa4\x28\x74\x60\x92\xac\xae\xca\x01\x60\xa6\xf0\x56\x73\x19\xce\xdd\xcc\x15\x71\x49\x59\x6a\xf5\x99\x5a\xa4\x2d\x76\x19\xef\x26\x3d\x4e\x24\x9b\x6b\xf2\xb6\x9b\x69\x3d\x26\x5d\xf9\xab\x66\x0a\xc4\x81\xa2\xf5\x02\x98\x57\x69\x9d\x67\xc2\xbb\x4d\x69\x91\x67\xfa\x71\x18\x71\x19\x33\x82\x1e\xbf\xc4\xfd\x69\x6e\x3f\xd2\x3a\xbb\xbd\x13\xc9\x5c\x8f\x37\x71\x3c\xf5\x6b\xfd\x02\x3e\x4a\xf4\x34\x11\xf1\xff\xb5\x7e\xd8\xb4\x14\x27\x34\x23\x0e\x47\xd8\x6c\x33\x91\xaf\xaa\xe8\xf1\x4c\xa8\xed\x6a\x53\x7b\x2f\x41\x97\xae\x7f\x03\x41\xe1\xf3\x7b\xe2\x58\x8a\x99\x8f\x1c\xcc\xee\x70\x99\xc7\x6c\xfc\x89\xe4\x32\x33\x06\x1c\x65\x9a\x9c\x79\x07\x6e\x41\xc4\x2d\xef\xa1\xa6\xf9\x6c\x76\x86\x73\x95\x6b\xdd\xcc\x60\x35\x09\x5e\x60\x66\xbc\xaf\x5a\x77\xb9\x50\x3f\x55\x0e\x6c\x22\xf5\x87\x8d\x47\x6a\xa4\x49\xdc\x4c\x95\xc1\x75\xe6\x84\x77\x8f\x38\x9d\x1c\x62\xb0\x24\x8d\x5c\x02\xe2\x5e\xdf\x13\x71\x2f\x9d\xef\xcc\x05\x1d\xb8\x88\x71\x2e\xf1\xd8\xa9\xbe\xe2\x6d\x22\x49\x20\x57\xbc\x93\x3c\x9e\x16\x9c\xb0\xd6\xa3\x23\x29\xb8\xbe\xa3\x16\x10\x67\x9e\x3b\x8f\x8f\x0e\x43\x06\xfe\xa2\x79\xbc\x91\x26\x55\x9c\x3a\x71\x2d\xb5\x7a\xbd\xb1\xb1\x08\x6b\x69\x66\xd4\x86\x5d\x8f\x3f\x99\xe3\x72\xd5\x61\xcf\xe8\xf4\x2d\x69\x91\x39\xae\x6f\x1e\xdf\x89\x4d\x49\x8f\x41\xbe\x42\xcd\xa8\x7a\x82\xc6\xe4\x9a\x3b\x49\xbe\xd6\xa4\x36\x99\x19\xe6\xc2\x9c\x1e\xc9\xd6\x4a\xf5\x7c\x5f\x6c\x44\xe2\xdc\x4a\xa4\x05\xd6\xfc\x0b\xde\x44\x43\xe7\x85\xe4\x62\xb5\xe8\x32\x97\xb0\xe9\x89\xb9\x20\x99\x57\x57\xd0\xed\xfc\x24\xef\xd2\xf7\x81\xa5\xa5\xc7\x2b\xe2\x36\xa4\xf6\x9b\x05\x44\x03\xb9\x7a\xce\xd2\x23\xa7\xfb\x67\xfc\x15\x04\x04\x5f\xb6\x8a\xcd\x4c\xd8\x5d\xb3\xc2\xc9\x5a\x92\xac\x3c\xd6\x42\x44\x98\xe4\x6b\xc9\xb5\xfb\xf7\x81\x90\xf0\x19\x5f\x05\xbb\x4a\x36\x94\x59\x03\xa8\x51\x97\xb3\x02\x84\x2a\x83\xf6\xac\xb8\xe2\x5a\xb2\xab\x47\xb8\xc2\xaa\xbd\x80\xc4\xdf\xd4\xdf\x41\x3e\x9a\xaf\x32\xde\x3f\x5a\xdf\xfa\x93\x36\x57\xf5\xd8\x5c\x94\x9f\x65\x92\x9f\xa5\x4a\x2d\x3d\xc9\xaf\x52\x15\x34\x37\x2b\x6a\xc0\xa9\xfb\x10\xf9\x54\x9a\xd7\xeb\x26\xc8\x77\xb8\x1e\xb5\x4b\x77\x99\x7c\x50\xa2\x17\x15\x04\x02\xd9\x74\x27\xf9\x54\xaa\x34\x13\xb3\xed\xf1\x18\x7f\xe6\xfb\x93\xbf\x44\x92\x5a\x0b\xef\x32\xed\x77\x4b\x11\xe7\xf5\x69\xbf\xc1\x4c\x2a\xa8\x74\xb6\x70\x98\xd1\x63\x8c\x2b\x77\xb5\x24\xd0\xf0\xe6\x14\xd6\xd9\x24\xbf\x49\x17\x7c\xd1\x6c\x25\xd4\xfe\xfe\x3e\xf2\xa1\x34\x95\xb1\xf9\x89\x39\x68\x05\x49\x4a\x8f\xe5\x8f\x6b\xb8\xe7\x83\xeb\xb7\x0c\xea\x13\xd7\xef\x6e\xc9\xa7\xa1\x16\x53\x72\xb3\x89\x2b\x78\x6d\x1e\x1f\xae\xe0\x66\x56\x1a\x40\xc2\xd6\xc4\xb4\x46\xc4\xbc\x98\xbf\x48\x99\xa2\xcc\xb1\xb3\xb5\x40\x8c\x50\x19\xb3\x87\x92\x2b\xce\xd6\xe3\xf7\x1a\x1f\x71\x49\xcd\xed\x91\x0f\x29\x6f\xfe\x3d\x0e\x14\x6d\xff\x93\xc7\x85\x7c\x2b\xe5\xff\xc7\xd8\x9f\x23\xd9\xef\xf3\xc0\xa2\xe0\x56\xbe\x25\x88\x33\xe9\xfc\xf7\x42\x80\x52\x7b\x6d\xf4\xfe\x8d\x0e\x25\x4a\x99\xe7\xbe\x78\x37\xe2\xe7\xd5\x29\x4a\xe2\x04\x82\x18\x13\x8c\x7e\x58\x1d\x35\xa8\x99\x21\xbd\xfa\x0c\x4d\x84\x93\x9b\xa8\x7c\xa8\xcd\x98\x91\x91\xce\xc1\xbe\x87\xaf\x75\x5e\x26\x1d\xa1\xa3\xeb\xe7\x7d\x5c\x16\xbc\x0c\x3a\xb0\x85\xe8\x30\x5a\x1d\x6a\x63\xd6\xe6\x20\x89\x90\xf0\x0a\xab\x43\x8d\x64\xb1\xa0\xd5\x17\x20\xb5\xb5\xd8\x2b\x24\x6b\x3e\xbf\xa3\x32\x21\xc7\x07\x07\x2c\x6b\x6a\xaf\x0e\x1b\x22\x43\xa7\x57\xb7\xa8\x6f\xc2\xf9\x47\x7d\x0a\x8d\x07\xa8\xa9\xcc\x73\x58\xdd\x23\xda\x83\xeb\x01\xb8\x90\xcc\xcb\xa8\x87\x59\x91\x97\x43\x8f\x4a\x70\x45\xdf\x83\x83\xbe\xeb\xfd\x88\xeb\x57\x3b\xea\x73\x68\x3d\x21\xc9\x30\xce\x7d\x75\x48\xe6\xac\xd4\xb7\x3a\xcc\x96\x92\xac\x3a\x42\x61\xa7\xd6\x1f\x40\x74\x92\x74\x91\x07\xd0\x18\x9a\xba\x90\x07\x30\x08\x0f\xb3\x50\x4f\xa6\x4b\x4d\xee\x51\x6c\x49\xfb\x05\x07\x28\x1d\x94\xab\xdf\x11\xed\xc4\xc3\x01\x9f\xd3\xd4\xfa\xc1\xcc\x99\x74\x98\x1e\x1c\x16\x1d\xe6\x07\xd1\x44\xd4\x6c\x3b\xcc\x9e\x32\x03\xf5\x07\x36\x78\xd1\x1f\x42\xd1\x19\xca\xba\x90\x77\xd0\x58\xc9\x71\x8d\x2b\x24\xd9\xca\xdf\x08\x4d\xa6\xa4\x3e\x50\x8c\x8e\x3e\x85\x35\x52\x48\x9a\x83\xbf\x41\xef\xbc\xbc\x06\xcc\x8c\xf4\xd9\x2d\xe4\x21\x34\x99\xdd\x50\x5f\x66\x74\xb5\x43\xd3\xa6\x83\x7f\x0d\x00\x5b\x16\xf5\x0f\xe6\x48\x2c\xa8\x35\xc2\x27\x50\x38\x9f\x12\x9a\xe6\xb7\xff\xa3\x86\x0d\x9e\xcf\x47\x28\x2e\xd7\x67\xc0\x47\xc6\x24\xe7\x35\x02\x45\xf9\xe7\x77\xac\x47\xe3\xef\x90\x8c\x3b\x7f\x23\xfa\x90\xf4\x8d\x7a\x34\x95\xc5\xd7\xd6\x80\x26\x41\xc4\x83\x35\xa2\xd2\x24\xe9\x63\xf4\x88\xd6\xe3\xf3\x91\x37\x41\xe6\x3c\x70\xb9\x33\x9a\x72\x8d\x11\xa1\xc1\x1c\x0f\x34\x6d\xe6\xbd\xac\x11\x3e\x34\xad\x17\xe0\x4c\x58\x63\x7f\x0d\xc0\x93\x2c\xcd\x7f\xe3\xf2\xa6\x66\x3c\x10\x60\xb1\xb4\x7f\x3b\xcc\x9a\x1c\x0f\xce\xa3\xcc\x68\xc3\x23\x94\x9f\xfb\x7f\x10\x8a\x4b\xfa\x8c\xfa\x32\xac\xb4\xbb\x50\xef\xa5\x13\xe8\x73\x0d\x44\x97\x49\x78\x88\x54\x89\x4c\xfe\x35\x1e\x68\x1e\x34\xc3\x4d\x98\xe9\x27\x35\xe7\x89\x12\x1e\x74\x43\xac\x19\xd1\xba\x3f\xbf\x91\x17\xc4\xf9\x23\xd5\x62\x30\x09\x72\x4d\x98\xe9\x59\x2f\x6a\xcd\x0b\x3e\xa7\xac\x76\x68\xc6\x45\xdf\x83\x99\x95\xc2\xd7\x4c\x88\x36\xe5\x7c\x27\xce\x87\x2c\x07\xa8\x5f\x53\x57\xfe\x17\xe0\xca\x35\xe1\xd0\x2b\x59\x1f\x0b\xe0\x3a\x4e\x36\x05\xb1\xf2\xe3\x91\xe4\xa5\xc9\x16\xe4\x75\x90\x59\xcc\x82\xd0\x64\x32\x87\x09\xec\x1f\x1d\x06\xe4\x85\x34\x46\x03\x2d\xe4\x81\x14\x11\x0f\xf2\x40\x3a\x8b\x37\xad\xc8\x03\x99\xea\x0f\xd8\x40\x53\xe3\x09\xcd\x43\x9b\xd5\x00\x0f\xc1\xc3\x38\x5b\x40\xd6\x73\x33\x80\x05\x26\x4d\x6d\x76\xa0\xfe\x56\xfd\x0e\x66\xcf\xef\xf7\x60\x5e\x9c\x4f\x07\x71\x50\x52\x9c\x01\x9f\xc3\xc3\x31\x23\x49\x91\xcc\x61\x02\xde\x82\x0e\xff\x35\x11\x3d\x43\x08\xf2\x35\x03\xa2\x9b\x92\xc5\x44\xb1\x30\x26\xb1\xad\xbf\x3c\x08\xcd\x17\x0e\x61\x1d\x66\xe4\x3d\x34\x02\x03\xae\x09\xe6\x4f\x6c\xa4\x35\x03\xbe\x86\x9a\xdf\x44\xe8\x25\x33\xba\x57\xd4\xaf\x21\x56\xdc\x9a\x28\x06\x46\x20\xd3\x35\x9f\x88\xbe\xe1\x78\xa3\x66\x7b\xd7\xf3\xe1\x60\xfe\xc6\xb7\xc2\xc1\xcc\xf5\x5d\x00\x16\x65\x68\xf3\x5a\x08\x55\x67\x92\xe9\x5a\x81\x4d\x47\x7a\x40\x9e\xc5\x60\x28\xef\x8a\xbc\x8a\xa1\xef\x21\x43\x98\xa1\xbb\x6b\xa1\x58\x18\x33\xda\xd7\x02\x0a\x32\x51\x92\xd7\x42\x99\xe5\xa9\xf1\xa1\xd8\x12\x8b\x25\x2d\xd4\xbb\xa9\xba\xec\x17\x34\x5d\x26\xa5\xae\x85\xbc\xa4\x8b\xcc\x71\x81\x1e\x2b\x0f\xdf\x6a\xd0\xdc\xb9\x5f\x0b\x66\x52\xa2\x32\xaf\x85\xd0\x72\x96\xc1\x5d\xa8\x97\x33\x18\x5a\xbb\x22\xaf\x81\x49\x6d\x6b\xad\x58\x2f\x3e\x8f\x68\x38\x3a\xa4\xd7\x0a\x4d\x46\xe3\x03\xfd\xfd\xac\xcf\x0e\xac\x28\x8e\x67\x87\xb0\xa8\xe7\x01\x3f\x42\x4d\x06\xf5\x66\x06\xe1\x9c\x16\xea\xcd\x0c\x86\x8a\xaf\x65\x11\x9a\xac\xe7\x01\x0c\xc9\xcb\x06\xf5\x63\xea\x22\x7d\xae\x13\x01\x41\xec\x2f\xcc\x8a\x43\xed\xc8\xab\xa2\x30\x82\xfa\x30\x45\xfc\x61\x41\xd8\x61\xe5\xd5\xb5\xc2\xac\x48\xe1\x77\xfd\xe5\xfd\xb0\x1d\xf4\x2d\x66\xbb\x9e\x40\x75\xe6\xf8\x1e\x54\x2e\xe5\x79\xd8\xf0\xb1\xca\x8c\x8b\x54\x8a\x46\x94\xe7\x85\xfa\x2d\x83\x49\xe0\x6b\x67\xe4\xa9\x50\x92\xdf\x05\xd1\xa1\x14\xc6\x90\x7a\x30\x08\xaf\xb4\x50\x7f\xa5\x35\xd2\x33\xea\xa7\x54\x86\xae\xaf\x0d\x54\x6b\x46\xdb\xae\x0d\x33\x22\x11\x47\x16\xea\xa7\x0c\x86\x0a\x2f\xa4\x22\x14\x86\xe2\xaf\x1d\xf4\xc3\xf3\xba\x1b\x4a\x94\x50\x78\xd8\x61\x66\x6c\x7a\xff\x81\x99\xfc\x5b\x8f\x1d\x01\x02\x14\xb6\x36\x2a\xc1\xea\xf2\x40\x2a\xc2\x90\x99\x7f\xf7\xa8\x3f\xc5\xef\xed\x28\x5b\xfe\x2f\xd1\x62\x6b\x1b\x88\x93\x97\xc1\x46\xa8\x1f\x1d\xe6\x6b\x43\x2d\x26\x7c\xc6\xda\xa8\xa1\x3c\x34\x79\x64\x4c\x2f\x0d\x06\x70\x04\x72\x10\x21\x6e\xba\xc9\xc1\x69\x90\xe4\x98\xe1\xbf\x2c\xd4\x5e\x5e\x4e\x06\x07\x6f\x26\xb3\x34\x14\xc3\x21\xfc\xc5\x42\x68\x73\x21\x64\xff\x32\xa8\xb5\xd2\x6c\x0c\x40\x95\xb2\xc9\x5a\x45\x80\x01\x99\xbf\x81\xb9\x30\x43\x79\x21\xf4\xb9\x4b\x12\x89\x7a\x18\x5d\xe3\x6b\x60\x86\xd4\x64\x10\xca\x5c\xe5\xd0\x35\x40\x7c\xcb\xa1\x6e\x0b\x70\x1a\x9a\x0f\xb0\x9b\x98\x01\xbe\x2c\x42\x55\x79\x98\x6d\x23\xe9\x53\xe3\xf7\x80\x8b\xe1\x7a\xc1\xec\xc0\xe2\x6c\x0b\xf5\x1e\x0a\xb1\x91\x96\xdd\x71\x99\x7f\xed\x1e\xc5\x90\xc8\x3c\x3d\xc1\x87\x41\x9f\x17\xea\x3f\x34\x86\x42\x2f\x4f\x51\xb3\xfd\xeb\xdf\xa3\x26\x3e\x99\xa1\x17\x64\xa8\x93\xb9\xfa\x5f\xd2\x28\xdb\x11\x5d\xa6\x80\x08\xaf\x21\x79\xf3\xf7\x7b\x18\x2a\x43\xbb\x97\xdf\xa1\x49\x71\x7c\x28\x16\x45\x48\xfe\xe5\x51\x39\x90\x97\xb1\x23\x29\x90\x25\x02\x56\x84\x76\xca\x4c\xea\x90\x14\x19\x5a\xba\xce\x05\x4d\x8c\x87\x11\x10\xfc\x5d\x3e\xb5\x83\xfa\x2d\x92\x14\x4f\x86\x66\x4c\xcd\xe2\x14\xc0\x9b\xf0\xfb\xa7\x21\x89\x8d\x9a\xcc\x81\x19\x83\x95\x23\xd7\xe9\x51\x7c\xa9\xf0\x37\x24\xfd\xa2\xdf\x30\xfb\xa8\x7f\x38\xbc\x99\x11\xbf\xce\x0e\x78\x13\x8e\x1f\xc2\x09\x33\xde\x57\x40\xb4\xcb\x87\x74\x1c\xfb\x4f\x66\x71\x0e\x2a\x6b\x72\x7d\x4f\x24\x1d\x73\x3f\xcf\x1f\x90\x25\xc7\x8b\x80\x17\x31\xeb\x03\xc4\x02\x49\xf2\x37\xce\x2b\xf3\xd2\x16\xa2\x13\x2b\x11\x1d\xd6\x3d\x22\x1a\x6d\xf0\x37\x92\x9a\xb9\x5e\x77\x58\x3e\x48\x3f\x77\x14\x73\xe3\x7a\xdc\x2b\x84\x9f\xc6\xdf\x05\xed\x95\xbf\x51\x42\x82\xc2\xc1\x1d\x65\x9f\x69\x49\xb9\x91\xd4\xad\x00\x84\x7b\xc7\x79\xe6\xef\x08\xdd\xa6\x59\xf6\x36\xb4\x73\x7d\x6e\x0b\xf8\x23\x8e\xc7\x90\x0a\xc1\xf3\x73\x3b\xf2\xee\x34\x3f\xc0\xb3\x54\x5e\x5e\x77\xa0\x1c\xf3\x32\xba\x0f\xf2\x62\x28\x0c\xdc\x07\x96\x18\x6a\xce\x37\xb0\x10\x99\xf1\xbe\xee\x13\x49\xc1\xfa\x0d\xb3\xfa\xa5\xdf\x08\xa5\xd7\x7c\x81\x7d\x28\xcd\xe7\x06\xfd\xb3\xf8\xdd\x7a\x10\x8a\x7c\xd1\x0c\xf6\xc4\x65\x49\xfe\xf7\x00\x6e\x88\x49\xe0\x0b\xd1\x81\x85\x40\xa5\xeb\x81\x30\x56\xc9\xff\x23\x7a\x8e\x01\x5d\xeb\x09\x1f\x35\x85\xf3\x07\x01\x2e\xed\xdf\x2e\x17\x84\xc6\x75\xe6\x1d\xac\x07\x19\xe2\xcc\x5b\x58\x4f\x84\x92\x72\xf1\x1e\x1c\x1e\xc2\x7f\xac\xe7\x95\xf4\x1b\x43\x25\x17\x20\xc1\x07\x51\x6a\xd7\x83\xc3\xb5\xe8\x03\x00\xa4\x77\x63\xe5\xc3\xf5\x4c\x94\x51\xe5\x66\x3f\x0b\x71\xe8\x94\x8c\x9e\x05\x07\x21\x0f\x4b\x84\xde\x51\x72\xdd\x7e\xd5\xff\xfe\x97\x18\x4a\xb8\xfd\x95\x6c\x17\xb1\x97\xb6\xbf\x8b\x97\x18\xbd\xb4\x3d\x57\xfc\x1e\xfc\x7d\xbf\xcf\x7f\x37\xf3\xf6\xf7\x32\x4b\xcc\xb3\xd9\x5e\xf1\x7e\xe2\xfb\xef\xe2\x26\x86\x5e\x6f\xe4\x85\x2c\x26\xa9\x6d\xd4\xbb\x49\xf4\x41\x6d\x6f\xe8\xef\x33\x6b\x6d\x7f\x35\xab\x44\xcd\x62\x7b\x43\x7f\x1f\xb3\xd9\x3e\xf0\xfc\x27\x49\x6c\xe4\x85\x2c\x96\x59\xdd\xc8\x0b\x49\x29\xb3\xbf\x99\xd1\xce\xef\x2f\x8c\xb7\xb0\xff\x85\xef\x15\xb5\xbf\xf3\xa5\x66\xb2\x91\x97\xb1\xaa\xd6\x6b\x63\x3c\x95\xef\xdb\x7e\xdb\x1b\xdb\x5f\x49\x35\xb1\xf8\xda\x46\x1e\x43\x62\x71\xb4\x8d\xbc\x85\x44\x20\xcc\xed\x8e\xef\x35\xf6\xff\x4a\xaa\x89\x79\x03\x1b\xf5\x6c\x16\x51\x73\xb7\xbf\xcc\x32\x31\xf4\x7a\x23\xcf\x20\xd1\x66\xbf\x71\xf9\x2c\x96\x7d\xdd\xc8\x33\x48\xd4\x14\xb6\xdf\x98\xcf\xe4\xf8\x6e\xf4\xdf\x39\x9e\x07\xeb\x35\x39\x9e\xf7\xf2\x4a\x49\xfd\xbf\x87\x77\x31\x69\x72\xa3\xfe\x4d\x62\x34\xe5\x46\xde\x41\x62\x19\xd8\x8d\xbc\x83\x45\x07\xf8\x46\xbd\x9b\x44\xd4\xdc\x7d\xde\xc3\xbd\x98\xd7\xb1\xcf\xf5\xbc\xed\x9f\x26\xbc\x51\xdf\x66\xd1\xcc\xb9\x4f\xc2\xfa\x7e\xc2\xc3\x46\x3d\x9b\xc4\xfa\x37\xfb\x24\xcc\x87\xf3\x3f\x41\xdf\x9c\xef\xc9\x0b\xbf\xd9\x5f\xc1\xfb\x8b\xfd\x05\x7d\x2f\x7e\xbf\xbe\xeb\xcf\x3c\x8c\x7d\x2a\xd6\x7f\xf1\x7b\xf5\x3d\x4f\x34\x4b\xee\x53\xf1\xfd\xc5\xef\x37\xf4\xbf\x38\xfe\xa0\xf7\xc5\xef\x81\xde\x89\xea\xbd\x71\xf9\xa6\xac\xf5\x7a\x25\xe9\xc5\x7a\x38\xfb\xf4\x82\x76\x8e\x77\x5c\xf8\xcd\xf9\x0e\xac\x27\xcf\x3b\xea\xb9\x24\x0a\xbf\xfb\x4c\xac\x27\xf7\xf7\x4c\x47\x3b\x9f\xc7\xf9\x60\x80\xd0\x3e\xfb\x1d\x2f\x99\xe9\x3e\x36\xf0\x9b\xdf\xf3\x68\xe7\x7a\x80\xbe\x89\xb2\xbe\xcf\xab\x89\x2d\xd6\x23\xda\xe7\x60\xfc\x85\xf3\x3d\xe8\xbf\x70\x7e\x37\xfa\x2f\xec\x0f\xf4\x4d\x9f\xf6\x3e\x4f\x3c\xcf\xfe\x1e\xcc\xef\x13\x36\x37\x52\x17\x16\x85\xd9\x7d\x5f\x2f\x3f\xca\x3c\xbf\xf7\xf5\xf2\x23\x5e\x4e\xfb\x7e\x85\xcd\x44\xd4\xf9\x7d\x27\xf4\xf7\x09\x6f\xfb\x2e\xf1\x9b\xdf\x2f\xef\xf9\x1a\xe4\x1f\x77\x79\xcf\x17\xa3\xd1\x36\x52\x19\xd6\xa8\xf5\x1f\x2e\x97\x8d\xfa\x1f\x29\x37\x76\xfe\x4a\xfa\x8b\x37\xfd\x46\x1e\x43\xca\x64\x26\xf7\xcb\x5c\x17\xa3\xad\xf6\xfd\x4a\xfe\x6b\xa8\x73\x10\x1b\xa3\x31\x36\xea\x83\x24\xa2\x04\x6f\xd4\x07\x59\xb4\x81\xef\xbb\x75\xb4\x73\x71\xda\x4b\x3c\x43\xef\xbf\x6a\x5b\xca\x64\x0e\x77\xc7\xe2\x93\x18\xef\x20\x3e\x32\x87\xfb\x65\xbe\x8b\x3e\x98\x7d\x07\x71\x4d\x7e\xcf\xde\xf1\x4e\x2d\x9e\xe3\x7d\x1e\xde\x3b\x88\x89\x87\x17\x92\xca\x9a\x9a\x6f\x10\x0b\x0f\x27\x24\x8b\xc4\xa4\xad\x8d\xbc\x85\x44\x20\xbb\x7d\xbf\xcc\x6d\x4d\x8d\xf7\xc6\x66\xf3\xf0\x42\x12\x49\x0c\x1d\xdc\xc8\x73\x48\x34\x43\xed\x3b\x88\x8d\xc4\xf4\x80\x58\x18\x1a\xbd\x9f\x97\x39\x25\x86\x26\xef\xa7\xc4\xef\xce\xdf\xe9\xbf\xff\x2d\x9a\xbd\xf6\xf3\x6a\x22\x89\x36\xe5\x8d\xbc\x80\x45\x20\xc1\xfd\x80\xd8\xa8\xc9\x6d\xc4\xfd\x2f\x46\xeb\x6c\xc4\xfd\x27\xc2\xb9\xec\xe7\xbd\x7c\x17\x35\xd5\x8d\xfa\x24\x89\xf5\x4f\x36\xea\x81\x24\xd6\x9f\xd8\xcf\x44\x3b\x0f\xef\x33\xd1\x1f\x2f\x53\xd4\x07\x49\x44\xa1\xde\x10\x2e\x12\xd5\xfa\x0d\xe1\x22\x15\xcd\xc7\xf0\x9b\x87\xf5\xc1\x7e\x16\x1e\x56\xd4\xdb\x48\x17\x13\x73\xf6\xe3\x86\x07\x38\x40\xdc\x7e\x17\x33\x59\x36\x82\xe9\x13\xcb\x3f\xed\x07\x3b\x4e\xdc\xea\xfd\x3c\xd1\xce\x15\xc6\x8e\x31\xde\xc8\x2e\x5c\x3f\x0c\x86\x36\x14\xa5\x48\x0c\xae\xb5\x2b\x76\xec\x1b\x90\x21\xb8\x3c\x31\xfe\xcd\xae\x8c\xef\x7d\x27\xce\xae\x1a\xbf\x17\x7f\xbf\x2b\x7a\xa5\x9f\x07\xde\x29\x32\x4f\xd0\x10\x3d\xfd\x3e\xc0\x11\x55\x8c\xa0\x73\x04\x10\x80\x2e\x4a\x00\x86\x78\xea\x44\xdb\xa9\xa1\xee\x44\xba\x18\xc3\x66\xd7\xab\x7f\x26\xc6\x98\x19\x0a\x51\xbc\x0f\x54\xfe\x03\xdb\xdc\xd9\x65\x03\x99\x76\xf6\x10\xdb\x3e\x38\x84\xd8\xf6\xc1\x1e\xe7\x3b\x82\x8b\x51\x9e\x86\x90\xde\xc4\x40\x19\xbb\x70\x29\x5c\x8c\xb4\x31\xc4\xf8\x26\xe2\x4a\x19\x6a\x3d\xbc\x0f\xb0\xcb\xa0\x94\xc9\x2f\x6e\x50\x02\xef\x09\x43\x54\xee\xfb\x0f\x0e\xda\xf0\xc9\xc5\x41\x59\x8e\x07\xf8\x49\xc3\x56\x2c\x7d\x01\x5d\x2c\x7e\xc0\xb1\x6e\xb9\x72\x90\xa0\x25\x56\x97\xb1\xeb\xd5\x63\x12\xf1\x46\xec\xc2\x55\xc3\x70\x15\x43\x81\x85\x44\x70\x16\x43\x41\x83\x74\x91\x1d\x58\x02\xf1\x50\xd6\xb4\x04\x59\xe4\x22\x3f\x30\x94\x38\x78\xff\xf1\x7d\x32\x81\x9c\xea\x77\xc0\x2c\x65\xc7\xef\x6f\x48\xa9\x60\xcc\x45\xff\xa8\x18\x73\x61\x17\xa0\x3f\x06\x63\x5b\x6a\xf1\x7b\xf1\x37\x3e\x58\xaf\x7f\xb8\x6e\x2c\x75\x8c\x9f\x0b\x94\x46\xbc\xcc\x8f\xcf\x68\xe7\x60\x66\xcc\x6f\x72\x7e\xaf\x30\x9d\x18\xcd\x67\x28\x31\xf0\x3e\xc0\x15\x9a\x86\x07\x38\x3c\x5c\x00\x17\x83\xc1\x0d\xf1\xb2\x89\x85\xe6\x2d\x2d\xcc\xa7\x71\x08\xa0\x1b\x1a\x02\x0d\x75\x03\x12\x75\x69\x43\x3c\x6a\xa2\xee\x6a\x88\x2f\x4d\xf4\x32\x5a\x8a\x3d\xe7\x79\x4d\x07\xa4\xfd\xfb\x8f\x97\xb4\xa9\x8f\x59\x82\xfc\x5b\x3b\x3b\x7c\xf0\x41\x1e\xb6\xf4\x2c\xfc\x66\x87\x0f\xa6\x5c\x27\x17\xf1\xc1\x94\x79\xd8\x80\xbc\xff\x3e\xc0\x1e\x1e\x4c\xf9\x53\x77\x0d\xd0\xfa\x89\x12\xbd\xe5\x04\x1a\x60\x02\x8a\x21\xa6\x34\xd5\x4f\xa4\xb6\x0c\x11\xf7\xa2\x0c\x6d\x39\x61\x4c\xdf\x35\x6b\x19\x32\x6e\x1d\xec\x01\xd7\x48\xe5\xe1\xcb\x90\x69\x35\xe4\x1c\x44\xc4\x11\xe6\x20\xa2\x4f\xa6\xb6\x1c\x74\xf2\x5d\xcb\x96\x83\x4e\xb8\x89\x79\xa2\x7f\x1e\xd5\x0c\x1d\x8a\xb9\xed\x96\x37\x8e\x2e\xa3\xb0\x2d\xef\x57\xce\xf9\x99\x00\x84\xca\x8b\xc1\x09\x96\xc1\x1e\xe8\xff\xb3\xbc\xc1\x4f\x7a\xd6\x1b\x8e\x07\xd8\x05\xd8\x07\xb1\x3d\x2c\x5b\xc5\x6f\x7e\x10\x74\xc2\xe8\x0d\xcb\xa0\x13\x02\x43\x19\xf0\xd7\xd3\xc5\x52\x5f\x86\xc0\xcf\x44\x3c\x00\xcb\x67\xc7\x03\x5c\xe4\x63\x78\x80\x23\xc0\xcd\x74\x31\x5a\xd0\xf2\x39\x78\x80\x43\xba\xe3\x8b\x1c\xd2\x5d\xf0\x02\xd9\x36\x30\xd5\xdf\x7f\xf0\x93\x10\x67\x9a\x26\xfd\x80\x32\x58\x69\xd7\x32\x84\x5d\xfa\x94\x0d\xd1\xa5\xa9\x7d\xf2\x81\x15\x90\x56\x23\x77\x28\x29\x36\xe2\xd3\x76\xac\x40\x3b\x62\x6e\x93\x15\x5c\x2d\x17\x25\x4a\x2b\x20\x8d\xf6\xf3\x1b\xb7\x15\x03\x66\xad\xf4\x1e\xff\xe0\x27\xfb\xfb\x09\xa2\x88\x58\xe9\x33\x1e\xe0\xa0\xfa\xc2\x03\x7a\x61\xc7\x03\xec\xa3\x63\x65\x7f\x5e\xb8\xf1\x5b\xed\x0f\x5e\xe0\x99\x2d\xb0\x01\xb4\x9f\xdf\x18\x34\x2f\xcc\x02\x36\x75\x31\x7f\xd8\x10\xd8\x99\xe8\x4e\xb4\x82\xfb\x8c\x16\x6e\x43\xa0\x67\xa2\x92\x65\x05\x5c\x87\x30\x68\x56\x82\xfa\xf4\x3d\x8f\x76\x8e\xd8\xb1\x4a\x53\x1b\xe3\x98\x02\x4f\x5c\xf1\x27\x1e\xe0\x2a\x05\x3d\xf2\x08\x02\x52\x3c\x5d\xf4\x10\x5b\x81\x9e\x4f\xe4\x3f\x2b\xb8\xbc\xae\x49\xe6\x5d\x0e\x96\x75\xea\x8b\x3b\x1e\xd0\x27\xb1\xac\xda\xfb\x20\x58\xe6\x3e\x58\x09\x82\x25\xf3\x2e\x77\x8c\x89\xab\x04\xd5\x8b\x4e\x6c\x2b\x41\x9e\x8b\x23\x00\xa7\x6b\xeb\x5f\x8a\xee\x5b\xc5\xdd\xc9\xf0\x32\x43\xac\x69\x22\x7e\x88\xd5\xa0\x4c\xf2\x90\x9a\xe3\xf9\xce\xdf\x98\x1e\xbd\x18\x86\x60\xd4\xc4\xc8\x78\xab\x60\x7a\x8c\xc4\xb6\xda\xe2\x37\x3b\x04\x65\xb3\x36\x9d\xd5\x0e\x22\x61\x2a\x8e\x01\x35\x3c\x11\xc5\xdb\x6a\xaf\xf1\x00\x7b\x80\x36\x44\x18\x6b\x03\x6c\x78\x22\x92\xac\x55\x5c\x9f\x5d\x23\x84\x34\xcd\xf0\x63\xab\xeb\xe0\xf7\xb7\x41\x15\x5c\x90\x4e\x57\xab\x3b\x9e\xe7\x08\x41\x75\x4c\xd4\xb2\x6a\xe8\x9f\x0c\xa6\x1a\x4c\x29\x2c\x4a\x61\x15\xba\xb9\xb8\x2a\x70\xc3\xdf\x07\xd8\x83\x2d\x3c\xc0\x19\x78\x8c\x98\x33\x80\xfe\xd5\x33\x67\x00\x3a\x17\x17\xae\xa0\x5a\xc6\x8c\x59\x85\xb1\x8a\x96\x62\xab\x77\xb4\x73\x84\x90\xa8\x12\x4b\xff\x5b\xbd\x3b\x1e\x60\x87\xf7\x1d\xd6\x46\x7d\xe1\x3d\x28\x5d\x53\x7a\xc2\x3c\xc9\xa3\x58\x9f\x84\x07\xf8\x02\x14\x00\x3a\x17\x0c\xd8\xde\x89\xce\x27\x6b\x19\x8b\x44\x03\xa3\xb5\xa0\x93\xcf\x80\x67\x0d\x06\xa0\x4e\x8e\xd7\x5e\x05\x3e\xa5\xa4\x2f\x40\xa9\xd2\x45\xd0\x82\xb0\x48\x16\xad\xdd\x61\x11\xfd\xf6\xa9\xc5\xbe\x72\xd2\x2d\xf6\x95\x12\x02\x10\xa8\x93\x6c\x28\xd6\x20\xea\x26\x89\xba\x2d\xf6\x85\x17\x7a\x8b\x7d\xe1\x85\x0e\x0c\xe9\x94\x98\xa3\x69\x0d\xdc\x81\x09\xf3\xd6\x20\xd5\x88\xef\x77\xa8\x39\xc4\x61\xb5\x1e\xab\xc4\xa3\xdc\x33\x36\x92\x37\x7a\x87\x9c\xca\x0a\x1a\xd6\x63\xd1\x78\x5a\x7b\x8d\xf7\xbf\x29\x23\x92\x35\x11\x17\xd6\x7a\x8f\x76\xf6\xbf\xdf\x09\xd1\xea\x62\x00\x31\x4e\xf4\xa7\x1b\x82\x2f\x13\x5d\x80\x06\x90\xe2\xc4\x8a\x0e\x86\x60\xc1\xc4\x84\x7d\xeb\x4f\xb4\xf3\xfb\xa0\x02\x56\xcc\xb0\x71\xbd\xf3\x61\xe1\x47\x1b\x98\x0f\xd3\xe0\x6c\xc0\x6a\xf3\xc3\xe1\x47\x31\x3c\xf0\xad\x38\xa2\xe9\x12\x93\x28\x0d\xd1\x74\x89\x3e\x57\x1b\xd0\xea\x88\x15\x68\x03\x22\x13\x1d\xf0\x36\x7a\xbc\xdf\xf9\x3b\xde\xff\x06\x3c\x46\x0e\x33\x2e\x3b\x1c\x2f\xf7\x21\x4c\xb1\x8d\xb0\x73\xeb\x2c\x8e\x81\x29\x15\x8e\x00\xdc\x86\x21\x31\x36\xa0\xd4\x0d\x5e\x41\x03\x4a\x5d\x62\xde\xb9\x0d\x88\xd6\x84\x4f\xb3\x11\x7b\x42\xd5\x79\xec\xb0\x14\x93\x8e\x07\xd8\xc7\xd0\x6f\x1f\xf8\xcd\x0f\x84\x29\x9b\xf9\x23\x36\x7c\xe1\x01\x7e\x31\x76\x8d\xba\xf1\x88\x5d\xa3\x2a\x0c\xb4\xe0\xf4\xbb\x6a\x90\x6f\x18\x16\x65\x88\x49\x4b\x0c\xfb\x32\xc4\xa4\xa5\x31\xfe\x25\xa0\xd9\x26\x94\xb1\xc4\x6a\xc5\x36\x13\xf6\x98\x7b\x3e\xc3\x54\xcc\x10\x46\x9b\xe9\xe0\x81\x6f\x38\x13\xda\x1b\xcd\x59\x36\x83\x8a\x78\x2c\x81\x46\x9c\x12\x63\x76\x0d\xf0\xc3\x89\x08\x70\x36\x83\x8a\x78\x2c\x67\x03\x99\xf3\x58\x02\x6e\x38\xfd\xbe\xd0\x40\x05\xbc\x92\x67\x90\x15\xcf\xe9\x0c\xb2\xe2\x39\x9d\x10\x95\x12\xdd\x45\x86\xc0\xb1\x34\x78\x30\x01\x10\xfc\x3e\xc0\x2e\x07\x86\xc0\x93\x3a\x21\x3b\x11\x2a\xc5\x26\x64\x7d\x26\x1c\x1a\x10\x7f\x13\xc3\x30\x0d\x91\x68\x89\xb8\x57\x36\x21\x88\x33\x0c\xd3\x80\xe0\x9b\x98\x90\x6a\xd3\xe2\x79\x2e\x91\xe7\xb0\xbf\xf3\x83\x5e\xf0\x00\x07\x14\x0e\x93\x49\x66\x37\xbd\xe1\x01\x8e\x10\xa2\x3d\xab\xb1\xd8\x3c\x31\x02\x7e\x10\xbc\x83\x30\x8a\x06\x4c\xdf\xc4\xac\x25\x9b\x50\x09\xd3\xd2\x90\xa1\x12\x32\xa1\xdd\xe6\x1d\x26\x7b\xcd\xe1\x4e\x78\x80\x73\x00\x77\x65\x40\x84\x4d\xd0\x39\x21\xd9\x6d\x42\x47\x4c\x44\x5a\xb5\x09\x1d\x91\x89\x1c\x86\x70\xb7\xf7\x01\xf6\x00\x1d\x91\x80\x32\xb6\x20\xd8\x13\x73\xc0\x10\x8f\x96\x98\x93\x6e\x88\x3f\x4b\x4c\x7b\xb4\x55\xe3\xf7\xe0\xef\x78\x7f\xf2\x37\x46\xcc\x7b\x77\x55\x4c\x99\xdc\x66\xfd\x79\x29\x48\x16\x08\x38\x4b\x4c\x3d\xb2\x05\x15\x91\x01\x6e\xb6\x40\x98\x12\x78\x01\xec\x9b\xf2\x95\xf4\x0f\x4c\x99\xaa\xc9\x0a\xd3\xf1\xc5\x45\x5b\x1d\x53\x26\x7b\x5a\x20\x44\x89\xaf\x0b\x84\x28\x69\x15\x50\xbf\x29\x5f\xea\x72\x0e\x3c\xc0\x0f\xce\xf0\xa4\x50\xc6\x5e\x41\x9a\xb4\xed\xad\x20\x4d\xda\x1a\x96\xdd\x78\x81\x94\xb6\x0c\xab\x42\xfe\xb5\xc2\x3c\x7d\x51\x8c\x47\x18\x5a\x9a\x14\x05\x56\x90\x62\x57\x3b\xec\xcb\x0c\x4d\xb1\x75\x62\x59\xb4\xae\x10\xca\xe9\xfb\xb6\x15\x16\x6d\x86\xed\xdb\x0a\x5a\xa3\x75\x60\x41\x8b\xcc\x89\x07\x6e\x41\x0a\x67\x1c\xb5\xad\x20\x46\x5a\x0b\x16\x94\xc6\xcc\x6a\x30\x86\xd8\xb3\x44\x00\x7f\xdb\x09\xe7\x89\x4c\x68\xc3\x3a\xc0\x58\x4a\xdb\x41\x4b\xe4\x39\xbb\xc2\x23\xc5\x34\x2f\xdb\x90\x90\x18\xff\x63\x3b\xbc\x14\xf4\xd9\xd9\x86\x0d\x94\x08\x17\xb6\xeb\x9f\x8f\x89\x43\x82\x2c\xae\x13\xb8\x41\x5d\x3a\x70\x40\xae\x4d\x99\x5e\x31\xdb\xb8\x0d\x25\xfc\x6f\x10\x0b\xbd\xe6\xb6\x83\x38\xe8\xa6\x32\x60\xc9\xa6\x45\x72\x04\x96\x6c\x22\xd0\xbc\x01\x8b\x35\x65\xa6\x67\x18\xc0\x58\x7f\x8e\xec\x86\x44\x92\x59\xae\xd7\x80\xce\x8a\x23\xfb\x0f\x77\xcf\xb6\xf8\x7c\xd7\xe7\x0d\x6f\x73\x3c\x30\x5e\x66\x06\x51\xd8\xb6\x83\x07\x38\x40\xb0\x41\x06\x71\xd8\xc6\x65\xbb\x78\xa2\x37\x58\x08\x0b\x38\x1a\xc0\x47\x13\x0b\x34\x1a\xc0\x45\x13\x0b\xbe\x99\xc1\x75\x41\xa4\x79\x03\xd8\x68\xca\x85\x07\xd4\xe0\x78\x25\x20\xa7\x01\x7d\xf4\x7d\x60\xf1\x1f\x09\x0f\x74\xfe\xc6\x88\x28\x27\x5b\x8a\x11\xf1\x83\x39\x46\xc4\xf7\xe1\x79\x65\x58\x9b\x21\x6c\x2e\x65\x99\xce\x01\x19\x9a\x98\xcb\x6b\x56\x46\x3c\xc0\x2f\x40\x54\x67\xa0\x90\x59\xed\xe1\xfb\xe3\x10\xe0\x9c\x65\xe4\x8c\x19\xa4\xb6\xcc\x74\x65\x03\x8a\x68\x22\x8a\xa7\x19\x8c\xf1\xc4\xb2\x31\xa0\x8a\xa6\x2c\x8b\x27\x62\xe9\x12\x91\xb3\xcc\x82\x72\x49\x15\x06\x77\xad\x74\x44\x83\x56\x99\x65\x95\x36\x68\x95\x4b\x93\x04\x1f\x64\xe1\x41\x33\x70\x2d\xd6\x7e\x32\x0b\x42\xa5\x48\x01\x1c\xd0\x44\x00\x03\x33\x48\xce\x8c\xdc\x34\xdb\xf1\x3e\x77\x65\xc7\xfb\xec\xdf\xe2\x79\x0e\x18\x3a\xe2\xd2\x9a\x82\xc7\xb1\xbc\x86\x59\xd0\x1d\x4d\x21\x16\x74\x47\x7e\x64\x27\x9e\xe7\xf8\xe0\xcf\x25\xfa\x89\x59\xd0\xa5\xb6\x04\x22\x1d\xd1\x83\xcc\x83\x4e\x79\xfd\xfb\x95\xc2\x05\xda\xf9\x0f\x9c\x33\x32\x65\xbf\xc2\x07\xca\x8b\xc1\x83\x72\x99\xa6\x67\x1e\x94\x4b\x06\xe7\x41\xb9\xc4\x22\x34\x0f\xca\x25\xc7\x73\xe8\x84\x99\xd5\x44\xcd\xf3\xf8\xef\x7f\xf9\x22\xbb\x71\x08\x7e\x99\x45\x87\xcc\x5f\xda\xcd\xac\x48\x66\x9e\x0f\x7e\x73\x4c\xaf\x7e\x94\x89\x2b\x6f\xfe\x52\x6a\x26\x40\xa1\x39\x58\x66\x6e\x5c\x46\xc4\x18\x66\xc6\xb4\x99\xbf\x17\xf0\xcf\xf5\xe9\x0d\x1d\x90\x5f\xf9\xc4\x07\xa9\x2e\x38\xc4\xb2\x2c\xbd\xd7\x5f\x71\x3f\x33\x1d\xce\x7c\x85\x6b\x97\xc7\xcd\x17\xe6\x48\x0e\xe4\xb0\xbc\x67\xe2\xde\x98\x6f\xcc\x81\x32\x81\x83\xe1\x65\x29\xbe\x80\xf4\xcc\x97\xbe\xe8\x78\x41\x1f\x70\x8c\x59\x1b\x05\x2d\x35\x4b\x3f\x40\x6c\x4b\x66\xf2\xbe\xf9\xc1\xa4\xa8\x81\x00\x83\x33\x33\xe5\xc4\xfc\x19\xe1\x6e\x66\x8f\x0f\x5e\xe0\xf9\x06\x08\x66\xa6\xf7\xd0\x22\xb8\x24\x4b\x4d\x03\xca\x65\x66\x9c\xbe\x01\xe5\xf2\x7d\x20\xf3\x1f\xd8\x07\x9e\x6f\x84\x9b\xe4\x8b\x73\x3e\x09\x73\xe4\xf9\x3e\x19\xbf\x79\x9c\x4f\xc6\x08\x78\x9c\x4f\xc5\xfb\x3c\xce\xa7\x46\xfb\xb7\xea\x27\xf6\x99\xc7\x15\x30\x99\x99\xa5\x02\xed\x74\xcc\x90\xc7\xf1\x4c\xb4\xff\x13\xb2\x99\x9d\x85\x1d\x23\x88\xae\x9d\x55\xde\xb7\x79\x96\xce\x0a\xff\x3a\x79\xf4\x59\xd8\x11\x0a\x38\x07\x7e\xbc\x2c\x29\xec\x2c\x8c\x9f\xae\x80\x13\x44\x42\x85\xe5\x18\xe6\xc3\xb3\x77\x0c\xe3\xe7\x51\x3b\xb1\xc5\x14\x2e\x4e\x6c\x31\x85\x8b\x73\x63\xfd\x29\x4b\x9c\x07\xdf\xa3\xe1\xe1\x3c\xe8\x8f\x86\x87\x13\x14\x40\xd1\xe2\xbe\xe2\xf9\xce\xdf\x98\x31\xd9\xef\x7d\x85\x87\x9f\xf7\xe0\x7d\x61\xc6\xd4\x6f\x00\x65\x99\x13\x4f\x36\xe2\x3f\x72\xe2\xc9\x46\xf0\x68\xca\xba\x53\xee\xf4\xe0\x01\x8e\xe0\xbd\x63\x32\xa3\x7b\xed\xc6\x8e\x27\xaa\x23\x77\x8d\x98\x03\x4e\xe1\x7e\xef\x98\xcc\x3a\xe5\x16\x41\x18\x45\xdc\xe7\x6e\x03\x0f\x70\xc8\xb8\x73\x8a\xb8\xcf\x0d\xa2\x91\x49\xeb\x06\xd1\x30\x66\xce\x6e\x58\xdc\x0b\x81\x05\xec\x7e\xa5\xf3\xcc\x20\x3a\xbb\x47\xc4\x21\x50\x63\xb9\x27\x56\x81\x67\xff\x06\xd9\x11\xa6\xc5\x6e\x18\x13\x8a\x84\xef\x7b\xa3\x4b\x5e\xee\x88\x19\xcd\xcc\xfe\xb4\xfb\xc6\x07\x79\x55\x23\x12\x23\x33\xe1\xc2\x9e\x2b\x22\x15\xb8\x2f\xcf\x7b\x0f\x64\x06\x51\xdb\x03\xed\xbd\x24\xb2\x60\x60\x1c\x66\x06\xc6\xd9\x13\xeb\xce\x93\xf7\xb4\x86\xdf\x7c\x7e\xc5\xf3\xdf\x08\x80\x19\x98\x99\xdf\x67\x80\xf9\xcb\x0c\x8c\xb3\xe7\xa0\x9d\x27\xef\x89\x19\xf1\x22\x44\x24\x42\x66\x20\x9c\x3d\x07\x74\xc0\x8b\xf0\xb9\xff\x62\x1f\xf4\x0f\xcc\xe8\xbb\x19\x1d\xb8\x6d\x99\xa0\x8b\x0e\x9c\x34\x89\xd5\x0e\xb7\x7e\x66\x24\x9d\x03\xf7\x2c\x33\x92\xce\x81\x6b\x96\x19\x39\xe7\x57\x4c\x70\xf2\xfb\x0b\xef\x4f\x7e\x1f\x5e\xb8\xd2\x3e\x3a\x72\x00\x6b\xe5\x34\xf9\xc1\x1d\xb1\x0f\x89\x5f\xd8\x58\x92\xc9\x1e\xf6\x1d\xc1\x12\xe9\xfb\x87\xfd\xfd\x83\x4f\x60\x11\x99\x54\xea\xd7\xab\x10\xe5\x7c\x71\x4e\x58\xd4\x7c\x71\x4e\xd0\x87\x0a\x61\x9f\x1d\xf8\x57\x99\x05\x74\xfc\x02\x9d\x10\x1c\xce\x2f\x68\x33\x85\x00\x41\x7e\xbd\x77\x42\x66\x7c\x9a\x5f\xcf\x5f\xc0\x06\xbf\xf8\xbc\x1c\x85\x79\xab\x9e\xc0\x21\x98\xea\xe6\xe9\xe5\x08\xd2\x14\x3c\x5d\x18\xc1\xa7\x5a\x3b\x9c\xfc\x99\x88\x5b\x0e\x04\xad\x4c\x04\x21\x4f\x30\x95\x0a\x92\xc7\x53\x8e\xf8\x8d\x8b\x6f\x94\xfe\xbe\x51\x39\x82\x12\xf1\x1b\x17\xdf\x00\x25\x30\xe6\xcc\x13\x2e\x0d\xc6\x9c\x79\xfa\x8b\x29\xd1\x18\x41\x1a\xb9\xe9\x37\x3e\xd0\xf8\x01\xe8\x4b\x85\x77\xb9\xa7\x81\x2f\x36\xf6\x38\x30\xe9\xce\x21\x0d\x7c\xb0\xf3\xf9\x89\x49\x76\x76\x10\x01\x20\x7d\xfc\x8b\xb6\xe3\x69\xa1\x37\xee\x51\x5a\xd1\xdb\xe0\xef\x16\x5f\xd3\x03\x58\xa1\x4f\x28\xf5\xb4\x62\x09\x27\xfb\x5f\xef\xe1\x62\xa0\x99\x27\xd8\x2a\x0b\x13\xf0\x3c\xed\x84\x07\xf8\x02\x48\x37\x0f\xb5\x63\x85\xd4\x23\x4e\x3f\x41\x01\x3d\xbd\xea\x56\x26\x34\x83\x27\xc8\x32\x4c\xe8\xf4\xe4\x58\xa0\xc9\x05\x0b\xc2\x9e\x1c\x10\xb8\x43\xd6\x80\xc1\xef\x18\xb9\xe6\xe9\x8e\x76\xf6\x1f\x74\x3e\xd9\xff\x83\xc3\x49\xeb\xab\xa3\xe0\x7f\x66\xa5\x29\xcf\x41\xb6\xdf\x45\xe8\x39\xc8\xf6\xbb\x45\x3c\x43\x0a\x2e\x2c\x9a\xec\xf9\xc2\x92\x7d\x37\x9f\xe7\x88\x74\x22\xb4\x91\x03\xca\x2a\x33\x9a\xc5\x51\x82\x3f\x13\x44\xd9\x51\x52\x3f\x15\x5a\x27\x1d\x35\xf5\x33\xa3\xd9\x1c\x35\xf5\xdf\x07\xf8\x05\x48\xc1\x8c\x76\xf1\x1c\x27\x81\x18\x07\x9e\xf3\x83\x07\xf8\x42\xc4\xc7\x0d\xcd\xb2\x94\xf8\x07\x07\x01\x41\x9a\x11\x6e\x9e\xc1\xe5\x59\x2a\xd7\x73\x8b\xf6\xc6\xdf\xd1\xce\x31\x82\x49\x32\x02\xce\x81\x67\x95\x59\x66\xc1\x33\x0e\x46\x21\x37\xc8\x38\x18\x8c\x90\x73\xd4\xc9\x4f\x85\x98\x40\x9e\x07\xa6\xc0\xe3\x9f\x23\x96\x8a\x56\x25\xcf\x33\xe1\x01\x8e\x60\x45\x0f\x5c\x03\xb0\x65\xa6\xea\x7a\x5e\x58\xd5\xc2\x11\xfc\x45\x4a\xf1\x5e\x40\xe9\xfc\xcc\xa0\x3a\xcf\x3b\x3e\xc0\x76\xb8\xfd\xca\x14\x69\xbc\x2a\x5d\x66\xcc\x9c\xe7\x08\x94\x9a\xa2\x15\x5b\x78\x80\x5d\x82\x58\x59\x18\xc7\x33\xbc\x70\x82\x44\xf4\x7c\x63\xd2\x8d\x5f\x84\x81\x53\x30\x61\x8e\xf2\xef\x99\x61\x75\x8e\x48\x85\x5c\xb4\x6a\x90\xdc\x95\xd3\xe3\x19\x26\x51\xe5\x25\x78\x01\x7d\x33\xc3\xdb\x01\x84\x95\x89\x47\xef\x25\xa8\x93\x3c\xa5\x54\x6c\x24\x39\x42\xe9\x68\xe7\xed\x5a\x62\x63\xb9\x8a\x05\x76\xee\xca\x82\x1b\x5e\x5e\x99\x27\x33\x64\xcd\x0b\x44\x1c\xc2\x56\x7a\x81\x86\x45\xcd\xdf\x11\x33\x90\x59\x97\xd7\x0b\xb4\x1f\x82\xb1\x38\xdc\xe9\x99\xc8\x83\x0e\xf0\xa5\x24\x00\x0c\x2f\x37\x3a\x24\xad\x97\x1b\xfb\xca\x6d\x2b\x10\x65\x19\xcf\xe6\xf5\x8a\xdf\xdf\x07\xe1\x31\xcf\x04\x4d\xf6\x0a\xd5\x83\xb8\xb5\x8e\x2a\xdb\x99\xd0\x64\x5e\xdf\xc3\x95\x99\xe6\xe3\x70\x88\x67\xa6\xc5\x78\xc5\x51\x62\x38\x9c\xd7\x1e\xbf\xf9\xfd\x1e\xdf\xe3\xf7\xc7\x4b\x35\x84\x2a\x74\xb8\xb7\x33\xa3\xdf\x1c\x55\xae\x73\xa5\xf4\x80\xaa\xd6\x99\x55\xa3\x1d\xde\xe7\x4c\x28\x41\x47\x95\xea\x4c\xb4\x30\xaf\x77\x7c\x9f\xfd\x43\xd4\xaf\xf9\x5f\x9c\x3b\x0e\xb7\x6f\xae\x3c\xb7\x35\xc2\xb4\x18\x68\xe6\xf5\x25\xb8\xcc\xfa\x1a\x5e\x9f\x07\xbf\xbf\xd1\xb6\x0b\xa3\xf9\xec\x6b\xde\xb0\xda\xf5\xb3\xaf\x39\x6a\x48\xe7\xca\x63\xdc\x40\x8f\x2c\x73\xec\x2d\x56\xff\x93\xf6\xbc\xc5\xea\x17\x7e\x1f\x1e\xc6\x5a\x79\x64\x5a\x31\x3c\xc0\x0e\xcb\x5f\xf0\x5d\xe2\x3f\x0e\x1e\xe0\x08\x6a\xc4\xd2\xf1\x14\x36\x28\x0a\xca\x92\xf5\xd6\x9e\xf8\x07\x07\x09\xc5\x80\xd1\x71\xde\x62\x8b\x1b\x3f\x39\x22\x7e\x8f\xd7\x66\x8b\x3d\xe5\x29\x43\x71\xe6\xcc\x68\x37\x47\x71\xe6\xcc\xe0\x36\x6f\xd0\x03\x2a\xd3\x3f\x1c\x90\x5a\xb9\xf2\x58\xb6\x15\x21\x84\x4b\xff\x48\x78\x80\x3d\x42\xe3\x24\x06\x95\xb7\x15\x93\x5a\x9c\x54\x90\x11\xcf\x69\xdb\x18\x22\x6f\x6e\x78\xcf\x33\x83\xdf\x1c\xf5\x98\x93\x8a\x19\x78\x43\x8c\x71\x6d\xda\x4a\xdc\xdd\x95\xec\x10\x15\x99\xdf\x07\xb8\x6c\x7e\xe3\x01\x0e\x01\xd1\x3a\xb5\x69\xb3\x71\xdb\x13\xd8\xca\xe1\x6e\xcf\x04\x0e\x73\x00\x65\xa5\x4a\x93\x94\xb7\xfb\xbd\xcd\x09\x5e\xe3\x28\xd2\xfc\x3e\xc0\x31\xdc\x0d\x0f\xe8\x85\xe8\x92\x1c\xb5\x41\x11\x66\x40\x9b\x37\x9c\x0e\xe6\xc1\x78\x7b\x5a\xbc\xf0\x0d\xba\x83\xa0\x25\xab\x77\x10\xb4\x96\x05\x75\x94\x93\xd0\xb1\xbc\xe7\x89\x07\x16\x7f\xc7\x10\x78\x84\x3a\x48\x9a\x79\x8f\xde\xe1\xee\xac\x6d\xf1\x93\xaf\x60\x9b\x1b\x49\xba\x97\x08\xd6\x5c\x7a\x63\xe1\x81\xc9\xdf\x31\x06\x6e\x05\x10\xc0\x32\x03\xd6\x1c\x88\x5e\xb2\xf5\x39\xe2\x0c\x64\xea\xf3\x0e\x87\x69\x65\x4c\x8d\x77\xdc\xf7\x5a\xb6\x0e\x26\xd6\x78\x11\xf5\xfe\xe0\x37\x3f\x30\x22\xbc\x53\x93\x7a\xef\x09\x59\xfa\xbc\x8f\xf8\x00\xe7\x34\xa3\x03\x4e\x01\x21\xaf\xb5\xab\x87\x89\x29\x50\x94\x46\x3d\xe7\xf7\x01\xf6\x30\x0f\x1e\xe0\x0b\x10\x08\x58\x63\xd4\x01\x54\x95\xa5\xe1\xf4\xdd\x23\xe2\x94\x2f\x6c\x2c\x33\x05\xb9\x1e\x31\xb1\x2c\xd4\xe7\x28\x01\x9d\x19\xce\xe6\xdd\xb0\x8a\x6a\xf7\x58\x35\x9e\xda\xee\x20\x4f\x4a\xbb\xc0\xaa\x7a\x1f\xe0\x24\xa0\xd7\x35\x8a\xbf\x1d\x7a\x1c\xab\x1f\x39\xe2\x33\x32\x61\x66\xbd\x43\x6d\x6b\x7a\x3f\xa8\x57\x94\xf2\x60\x0d\x78\xc2\x50\xe4\x39\x13\xd3\xda\x47\x10\x2f\x0f\x14\xc0\x96\x52\x25\xee\xa8\x8f\xf4\xae\x01\x41\xaf\x1d\x55\xa1\xdf\x07\xf4\x8f\x85\x07\xbe\x11\x0e\xdc\x96\x9d\xc2\xeb\x00\xb5\x33\xba\xcb\x01\xb7\x94\xea\x20\xe7\x1a\xaf\x28\x9a\x7b\xfa\x97\x48\x6a\x1f\x11\x61\xcb\x72\x5a\x3e\x4a\xc3\xdb\xfa\x5a\x4c\x80\x7b\x30\x70\x56\x18\xfc\xe5\x03\x3a\x1f\x83\xbb\x1c\x01\x27\x99\xc1\x5d\x3e\x5e\x1d\x30\x33\x96\xcb\x47\xdc\x06\x12\xbe\x51\xe7\xfa\xfd\x07\xd7\xac\xbe\xa4\xce\x80\x11\x1f\xed\x2f\x2a\x58\xff\x70\x3c\xc0\x17\x70\x76\x3a\xb9\x1c\x62\x54\x72\xa7\x64\x3a\xba\xe1\x37\x87\x3c\xa2\x9d\x43\x86\xd3\xad\xd2\x2b\xed\x08\x39\xc9\x4c\x6c\x76\x40\x34\xbd\x0f\x70\x12\x10\x19\x18\x6b\xe5\x03\x8a\xa1\x4a\x2c\xfa\x58\x2b\xfe\xc1\x31\x2c\x2c\x03\x0f\x13\x0a\x60\xbf\x0f\xf0\x93\x50\xec\x98\xbc\xed\x03\xb4\xcf\xe4\x68\x1f\x30\x59\xd4\x49\x3e\x39\x70\x1b\x74\xed\x7b\xdc\x06\xf3\x33\x1c\xf9\xc0\x6d\xa0\xe3\x37\xe2\x36\x98\x3c\xb0\x03\x87\x41\xc7\x6f\xe0\x36\x60\x75\x0e\x1f\xe7\xe0\x37\x9f\x87\x2e\x28\xed\x77\xdc\xf1\x3c\xa7\x70\xc7\x88\xbe\x9d\x9d\x50\xf5\x08\x26\xe4\x40\x6e\xca\x52\x8e\xe7\x15\xe1\xd7\x94\xc4\x00\xe5\x94\xa5\x1c\x03\x9a\xe9\x7d\x60\xf1\x1f\xa0\x6d\x6a\xa3\x33\x45\xc0\x36\x69\x65\x66\x4c\x89\xe7\x77\xc6\xe9\xe1\xf9\x9d\xd0\xec\x84\x1b\xec\x13\x9a\x1d\x03\xc0\x1c\x00\x4d\x49\xa0\x19\x8e\xca\xdd\x99\x11\x61\x0e\xc4\xa6\xcc\x88\x30\x9f\xb0\x81\x10\x6e\xcd\x67\x9c\x07\x72\x00\x20\x2e\x65\x46\x84\xf9\x1c\xf1\x9b\xef\x83\x18\x19\xf1\xe5\x73\xc4\xa2\xe8\x03\x63\xe3\x01\xfe\x46\x50\x70\xa3\x8f\xc6\xe7\x7c\x17\x65\xf0\x44\xce\x19\x21\xe4\x64\x19\x13\xd4\x3a\xb4\x8a\x50\xcc\x86\x16\x0d\x56\x8b\x76\x51\xa6\x9c\xb0\x5a\xd0\xfb\xe0\x73\x47\x90\x3a\x95\xc7\x09\xab\x05\xbd\x0f\x8e\x60\x9a\xcc\x22\x75\x8e\xd8\x97\xcc\xa8\x31\x9f\x1e\xed\x9c\x34\x68\x97\xc8\x09\x3e\x11\x35\xac\xfa\xd5\x3e\xcf\xcb\x65\x18\x24\xe6\x13\x71\x81\x2a\x18\xed\x28\x80\x9d\x59\xa9\xc7\x27\x68\x93\x51\x63\x3e\x5f\xb1\x22\x8f\xcf\x1b\xe7\x0b\x6a\xda\xe0\xb6\x2e\x98\x1d\x5a\xe2\xaa\x2d\x98\x1d\x98\xb2\xe8\x2b\xfd\x05\xda\x17\xfe\x03\x73\x26\x53\x40\x28\x4b\x96\xe1\x63\x41\x90\x26\xe2\xbc\x2f\xa8\x2d\x8c\x48\xf7\x15\x84\x40\x46\xbf\xa0\xf1\x13\x1a\xcb\x57\x8f\x30\x7b\x9a\x5e\x56\xc7\xbe\x36\x76\x08\x91\x80\x51\x69\xbe\xa0\x29\x32\x3e\xdd\x57\x50\x16\x85\x68\x04\x9e\x64\x46\xad\xf9\x9a\xf1\x9b\x1d\x42\xc1\x67\x90\x9a\xaf\x85\xdc\x05\xa6\xb4\xfa\x82\x86\x3f\x28\x44\x2f\x68\xf8\x8d\x39\xae\xbe\x82\x90\x28\x55\xaf\xd8\xf6\x7f\x0a\x6b\xf3\x85\x20\xbb\x96\xb9\xe7\xcb\x41\xe8\x64\x3f\x2b\x32\x19\x64\xfb\x5a\x07\x0b\x42\x7e\xb3\x10\x20\xd5\xf2\xcf\x3f\x10\x4a\x2d\x6b\xd7\x82\x81\x60\xf0\x7a\x8f\xa0\x94\x46\x18\x71\x47\x54\x4a\x1e\x5a\x73\xe4\x36\xb4\xfc\xf3\x06\xa6\x44\x8e\xb3\x6e\x10\x26\xb5\xe5\x05\x93\x83\x8a\x23\xfb\x82\x2b\x8f\x81\x6b\xbe\x83\xf0\xc8\x3f\x50\x7c\x3a\x35\x96\xd2\xf7\x0d\x05\x8d\x81\x66\x8e\xea\xd1\x99\x81\x66\xbe\xe1\xb2\x25\x84\x9b\xa3\x1a\x73\x66\x18\x99\xa3\x1a\x73\x66\x18\x99\xa3\xda\x72\x6a\x32\x00\x6c\x5c\x87\xc4\x8c\xf3\x3d\x0e\x7e\x73\x84\xd0\x95\x18\x05\xe6\x28\x37\x9c\x19\x05\xe6\x1b\x06\x03\x06\x7d\x39\x22\x3a\x32\x63\xbc\x7c\x47\x8e\x00\xd3\x72\x1c\xf5\x75\x33\x83\xba\x7c\x47\x8e\x40\xd5\x88\x4e\xc2\x03\x1c\x41\xec\x34\x13\x77\x1c\xc8\x47\x99\x18\x9f\xbe\xef\x18\xc2\xe2\xef\x77\x91\x75\xdd\x6e\x28\x15\xba\x6d\x0d\x37\x0d\x91\x64\x1c\x31\x20\x99\x48\x30\x6e\xb1\xe6\x54\x72\x2d\xd6\x9c\xdc\x03\xc8\x46\x72\x2f\xba\xc1\x17\xc6\x9c\x05\xb7\xd8\x03\x8a\xf7\x06\x2f\xf7\x24\xf3\x30\xe8\xaf\x0c\xe9\x72\x5b\xf1\xfe\x37\x7e\x83\x49\x81\x18\x97\x6e\x10\x43\x09\x28\xed\x40\x16\xca\x32\xde\x19\xa8\x4e\xb6\x3a\x8b\x0c\x86\xa1\x09\xc1\x06\xc1\x90\x30\xf7\x98\x30\x79\x85\xc7\x84\xc9\x2b\x1c\xcc\x8a\x25\x7a\x1d\x71\x00\x49\xa8\xae\x0e\xb8\x8c\xcc\xe2\x4c\xee\x50\xaa\x84\x2c\xe7\x0e\xa5\x8a\x30\x9a\xee\x50\x89\x1a\x03\x2e\x1d\x85\x56\x33\xe3\xb9\xdc\x63\x0d\x29\x1d\x38\xac\x00\x82\x63\x72\x87\x18\x37\x79\xf4\x3c\x16\x91\x67\xd3\x91\xb6\xd0\x44\x15\xde\x3b\x1e\xd0\xef\x48\x35\xe1\x35\xe3\x41\xf9\x3c\xac\x3e\xa2\x07\x0e\x61\x34\xfc\xe6\xa4\x63\x9b\x28\x2d\xa0\x76\x6a\x96\x81\xd2\x23\xbb\xeb\x67\x48\xd8\x47\xc6\x7f\x39\x8a\x8b\x66\xc6\x7f\xb9\x23\x95\xb3\x11\xef\xcd\x51\xfd\x33\x2f\xde\xdd\x81\xa2\xd1\x7e\xff\xb1\xf0\x00\xe7\x04\x19\x6d\xf1\xb4\x3b\x28\x85\xb5\xbf\x1d\xb0\x19\x99\x80\x75\x0e\x18\x8c\xcc\x00\x33\x77\x28\x30\x0c\x30\xf3\x80\xb9\x10\xe2\x99\x1f\xf8\x2b\x17\xef\xc1\x73\xc5\x07\xd8\x9e\xe2\x03\x9d\xbf\xb1\x06\x0c\x94\x71\xa0\x3a\x65\xc9\x68\xe7\x2f\x01\x66\xe8\x0b\xef\xe1\x90\x8c\x16\xa1\x07\x8c\x50\x73\xc0\x3e\x65\xc6\x90\x7a\x84\x22\x2c\x0a\x13\x07\xca\xf7\x22\x3b\x39\x2d\xda\xf9\x7d\xd0\xcd\xca\xff\x52\xd7\xc6\x23\x4e\x81\xe1\x68\x7e\x10\x78\x2c\x78\x5c\x3f\x50\xb4\x99\xca\xee\x81\x4b\x21\xfc\x50\x3f\x50\xb4\x19\xb0\xe6\x07\x02\x1c\x03\xd6\xfc\xcc\xf8\xcd\xe1\xaf\xf8\xcd\x05\x04\x91\x31\xdc\xcc\x0f\xd4\xe4\xce\x50\x01\x3f\x50\x93\x65\xa3\x3e\x91\x76\xc1\xd8\x01\x07\x4e\x55\x66\x7c\x99\x47\xec\x02\x41\x02\x1d\x50\x16\x99\x20\x79\x8e\xaa\x9c\x99\x38\x5e\x7e\x82\xa6\xc8\xad\x50\x55\x33\xcb\xa4\x7d\x82\x86\xb4\x24\x41\x43\x5a\x01\xd8\xc0\x55\xa9\xc9\xcf\x03\x12\x20\xfb\x0a\x6c\x0b\xc1\x3a\xfa\x81\xda\xcc\xd8\x03\x47\x34\x43\x66\xf8\x9a\xdf\xe0\xd7\x0c\x5f\xf3\x3b\x88\x90\x44\x1a\xc1\x0c\x8b\xa2\xd0\x0d\x25\x99\xd1\x6c\x7e\x07\x49\x51\xd4\xb9\x83\xa4\x68\xcb\xb8\xa1\x24\xf7\xcc\x63\x72\x43\x49\x66\x34\x9a\x07\x3a\x46\x67\xe6\xb8\xa3\xb2\x67\x66\x78\x9a\xdf\x41\x74\x64\x77\x88\x44\x48\x3d\x6b\x88\x50\x32\x75\x2c\x02\x62\xa2\x67\x8d\xb9\x63\x0d\x78\x2c\xee\xa0\x1b\xf2\xc3\x1b\xe2\x1a\x03\xca\xfc\x9e\x91\x62\xa4\x17\x60\xc3\x64\x71\x4b\xbf\x23\x2d\x4b\xf2\xd1\x3d\xb1\x2a\xbc\x45\x6f\xc8\xfd\x8c\x27\xf3\x3b\x28\x91\xec\xf0\xde\xb1\x2a\x94\x55\x6e\x07\x69\xeb\x77\x10\x06\x59\xfa\x0d\x27\xb6\xaa\xc4\xf8\xf3\xee\x63\x61\x61\x00\x07\xe2\x55\x61\x3d\x43\x47\x3d\xcc\x24\x30\x61\x0f\xc8\x2b\x86\x8b\xf9\x13\xf9\x3c\x04\x58\xf5\xa8\x88\x49\x68\x78\x47\x05\xcc\x42\x74\x6b\x07\x46\x56\x61\x7c\x99\x3f\x19\x23\x20\x7b\x7a\xa0\xe0\x75\x26\xc7\x3b\x4a\x54\x16\xc6\x93\xf9\xd3\xe2\x37\x3f\xd0\xd0\x01\x2f\x95\x07\x2e\xe8\x4e\x20\x24\x07\xf0\x55\x61\xf1\x00\x7f\x22\x25\x88\xd5\x0f\xfc\xe9\xeb\x7d\x80\x1c\xe3\x41\x05\x75\x26\xab\xf9\x33\xd0\x23\x85\x0d\x80\x57\x28\x04\xc5\x9f\x89\x29\x93\x41\x3c\xa8\xde\x41\x8c\x55\x7f\x5e\x65\xab\x5c\x14\x46\x50\x64\xb2\x10\xd6\xcf\x11\x10\x52\x18\xce\xe6\x0f\x60\xe9\x18\xce\xe6\xcf\x1d\xbf\xd9\x3f\x60\x0a\x59\x91\xdc\x51\x97\x31\x75\x99\xd9\x9e\x07\x9b\xc4\xf3\x1e\x58\x15\x9d\x49\x46\xfe\x3c\x18\x31\xc5\x99\x07\xc5\x62\x58\x5f\xe5\xa0\x52\x63\xb9\x3e\x7e\x70\xae\x20\x93\x6f\x49\x4f\x54\x46\x64\xb8\xdb\xb9\x12\x46\xf4\x1d\xff\x73\xbd\xd2\x48\x61\x99\xd2\x73\xc5\x1e\x7e\xd2\xcb\x41\x04\x4a\x61\x30\xdb\xb9\x10\x3f\xdb\x59\x87\xf6\xa0\x34\x60\x61\xf4\xda\x09\xf4\x8b\x4e\xd0\xfc\x03\xf8\x8b\x72\x75\xbe\xd0\x30\xe2\xce\xf6\x86\x11\x77\x8e\x20\xa8\xe6\x23\xfc\x83\x18\x96\x72\xf5\xf1\x0f\x77\xce\xb9\x06\x1e\x1e\x5c\x9e\x20\x90\xc1\xe5\x99\x58\x8e\xc1\xce\x63\x83\x3f\xc9\xe9\x5c\xa8\xa2\x7b\x0d\x4e\x1f\x8e\xd3\x4e\xe5\xf6\x5c\x86\xe9\x4e\x7e\x10\x8e\xd3\x3e\x0a\xbf\x60\x98\xee\xe4\x7a\x04\x89\x4c\x4e\x0f\x02\xb8\x40\xd4\x0f\x20\x25\x0a\xc3\xd3\xce\x15\x34\xb4\xd8\x23\xd4\x9e\x3e\x34\x66\xd4\x0f\x62\xb8\xd9\x49\xd7\xc1\xef\x6f\x81\xd3\xcb\x60\x0b\xe1\xd9\x4e\x2a\xf1\xfc\xe0\x6f\x64\x74\x32\x6f\xf8\xa4\x57\x9e\x2c\x0c\x47\x3b\x09\x91\xa7\x9d\x32\xf5\x49\xd8\x32\x02\xb6\x9d\x84\x2d\x23\x60\xdb\x49\xd0\x83\x3a\xcd\x5d\x27\xa1\xf8\x2b\xa3\xcb\x4e\xa0\x48\x74\x0a\xc1\x27\xf5\x84\x07\x12\x7f\x63\x8c\x99\x73\x7a\x59\x7a\x61\x19\x90\x03\xd8\x89\x42\x08\xb7\x93\x26\x46\x90\xd9\xe1\x8c\xf7\xf9\xfd\x1d\xed\x8b\xbf\xd1\x5e\x38\x20\x04\xaa\x76\x8a\x0a\x27\x59\xc1\x03\xec\xd0\x22\x3b\x91\xfb\x1a\x55\xd2\x52\xe1\x08\x0c\x8b\x56\x38\x02\x44\xeb\x77\x8a\x06\x27\x19\x86\xac\x1e\x50\x90\x39\xe9\x83\x27\x86\xc4\x55\x7f\x30\xe4\xc2\x21\xc7\x36\x73\x97\xf2\x35\xf0\x3b\xf1\x77\xe4\x2f\x7e\xfc\xfb\xe4\x6b\xe1\x81\x6f\x00\x51\x97\x8c\x15\xce\x0f\x22\x29\x0a\x4b\x8d\x9c\x1c\x74\xf2\xc9\x1e\x27\x97\x3b\x12\x28\x17\xff\x81\x5d\x24\xaf\xc9\xf5\x2f\xa3\x52\xff\xc0\x2e\x92\xf9\x20\xf2\xa2\x24\x32\x1f\x80\x44\x94\x44\xe6\x13\x95\xc3\x18\x9f\x77\x72\xec\x62\xe3\x08\x62\x17\xc9\x7c\x32\x80\x0a\x19\xaf\x77\x10\xf7\x50\x58\x16\xf3\x64\xe0\xf7\x13\xf5\xe6\xe4\xd8\x75\xb2\x16\x20\x40\x14\xc6\xf3\x9d\x8c\x32\x8e\x14\xa6\x4e\x8e\x2d\xea\x9c\x30\x72\x75\x06\x91\xed\x4e\xf6\xfc\x3e\x30\xd8\x21\xc0\x89\x54\xf5\xf9\x64\x37\x3c\xc0\x1e\x80\x83\xc9\x00\xbd\x93\x63\x93\xc9\x5f\x80\x00\x51\x18\xa0\x77\x72\x6c\xfa\xe4\x0c\x62\xd3\x3f\xc5\xec\x14\x44\xb6\x0f\x82\xe4\x9c\x02\x14\x73\x62\xd1\x9d\x80\x73\x18\x0c\x6e\x3b\xe5\xc2\x9a\x4d\xbd\xf0\x44\xd6\xe9\x37\xa4\x12\x64\xf1\x69\x5e\xa7\x24\x0c\xe1\x93\x89\x4f\x41\xae\xcf\xa0\x6d\xea\x94\xd4\xf1\x00\xc7\x84\xf0\xd6\x41\x3c\xb5\x53\xf2\xdb\x25\x33\x6f\x4e\x79\xb5\x8a\xc2\x08\xbf\x53\x40\x78\x04\xf3\x3d\x05\xfa\xeb\x60\x22\xcd\x29\xb8\xa6\x73\xd2\xef\x8a\xdf\x8d\xbf\xd1\x23\x4b\x2a\x9e\x02\x42\x60\x00\xde\x29\x20\x04\x06\xe0\x9d\x02\xed\x71\x10\xf3\xe9\x14\xe0\x0f\x67\x7d\x00\x29\x0f\x83\x20\x50\x07\x75\xb5\x0a\xd3\xa9\x4f\x01\xa0\x6a\xce\xeb\x5f\x6e\x9d\xf2\x5e\x02\xe5\x67\xc5\x40\x57\x34\xde\x1d\x20\x37\x94\x9f\x05\x3b\xf1\x3c\x3b\x47\x11\x2e\x56\xac\x3c\x08\x03\x49\x83\x71\x20\xa7\xdc\x05\x0f\x70\x93\x1f\x7c\x90\x47\xbd\x80\x8c\x18\x1d\x78\x0a\xb2\x64\x47\x4d\x1c\xc1\xf3\xe0\x81\x6f\x04\xf5\x8a\x44\xde\x4f\x3a\x3c\xf5\xc2\x10\xb8\x1e\x88\x2c\x29\x2c\xad\x72\x6a\xc2\xfa\x7c\x72\xc8\xa9\x28\x3a\x48\x0c\xbb\x83\xba\x5d\x85\x00\xd6\xa7\xe2\xe8\x33\xfc\xf0\xd4\x1e\xcf\x17\xfe\x8e\xe7\x2b\x7f\xe3\xfb\xbc\x15\x2b\x94\xc5\xc1\x48\xd4\x53\x3b\x66\xd0\x38\x83\x11\x1d\x70\x40\x00\x1e\x52\x71\x8e\x53\xe7\x7b\x76\x19\x9f\x78\x2a\xbc\xb0\x83\x75\xf5\x4e\x45\xa9\x2f\xa6\x53\x9d\x0a\x2f\xec\xa0\xf3\xfa\xd4\x89\x31\x91\x5d\x20\x7a\xa5\x30\x46\xf1\xd4\x57\x39\x2c\x0c\x49\x3c\x15\x25\xf4\x33\xd9\x49\x8d\x6d\xa7\x30\x52\xc1\x1c\x18\xa1\x78\x2a\x98\x01\x03\x12\x4f\x3d\x98\xe2\x60\xff\x90\x1e\x33\x99\x4d\xbd\xe3\x79\x0e\x38\xa8\x80\xcc\x06\x01\x2e\x85\x36\xda\x53\x51\x72\x9f\x01\x8b\xa7\x42\x57\x1c\x5d\x2b\xf0\x60\x82\x9f\x1e\x74\x1a\x84\x47\xda\x74\x4f\x0b\x22\xa0\xb0\x83\x00\x98\xc2\x08\xc6\xd3\xe0\x72\x1d\x74\x6c\x9f\x96\x06\x1e\xf8\x46\xd8\x82\x4a\xc8\x8c\x5a\x50\xc9\x64\x87\x70\x48\x0a\x24\xff\xb4\x8a\x25\x20\x73\x0a\x20\x05\x01\xb5\x9f\x06\x60\x6a\xc6\x38\x9e\x16\x74\x46\x69\xa9\x05\x9d\x7d\x3e\xa3\xd3\x3a\x78\xd3\xe2\x08\xa0\x4c\x0e\x7a\x64\x4e\x7b\x95\xc9\x52\x34\x82\x1e\x09\xdb\x59\xff\x38\x78\x80\x23\x80\x8e\x41\xe8\xe2\xd3\x40\x88\x0c\x79\x3c\x0d\xca\xe4\x18\xbc\xb8\x11\xdf\x52\x18\x8f\x78\x50\xf2\xad\xb0\x7e\xec\x41\xac\x49\x61\x3c\xe2\x69\x27\x9e\xe7\x14\x4e\x64\x80\xab\x07\x54\x2a\x60\x80\xe2\x69\x88\x90\x1e\x53\x3d\x1c\xcc\x49\x53\x40\xc6\xe8\x98\xea\xf2\x60\x4e\x14\xb7\x1a\x28\x8d\x11\x8b\x07\x58\x10\x85\x01\x8a\xa7\x41\x1b\x1d\xb4\xf2\x9e\xf6\x0c\x3c\xc0\x8d\x0c\x30\x05\x9a\x7d\x4f\x7b\xde\xb3\xc1\x10\xc6\xd3\x41\x5a\x8c\x74\x3f\x1d\xa4\x55\x28\x4e\x75\xa8\xaf\x83\x76\xd8\x83\xc2\x71\x85\x11\x8a\xa7\x43\x1b\x65\x40\xe2\xe9\xd0\x46\x09\x4a\x7c\x3a\x14\x99\x42\x16\xd8\x4b\xbc\xff\x4d\x01\x85\xe1\x8a\x18\x7e\x47\x79\x83\x42\x06\xd7\x6b\x2c\x22\xaf\x39\x54\x86\x2b\x8c\x57\x3c\x3d\xe0\x1b\x98\xa2\x7a\xa2\x34\x5c\xd1\x88\x41\x9a\xc4\x05\x3c\x1d\x8a\x0c\x71\x01\x0f\x4a\xc3\x15\x86\x2f\x9e\x0e\x6d\x97\x05\x2d\x4e\x00\x60\x8c\x95\xfe\xc5\xba\x76\x3a\x54\x61\xa2\x0c\x9e\x0e\x4d\x87\x90\x80\xa7\xcf\x82\xdf\x1c\x4d\x60\x3d\xd0\xdb\x7a\x50\x9c\xad\x14\x0a\x4b\x3d\xc8\x94\xdc\x2d\x8a\xab\x11\x11\xf0\xf4\x85\xe9\x92\xbb\x75\xb8\x32\xc7\xd2\x08\xd6\x7b\x76\x0b\xd9\xdd\x1f\x80\x07\x4d\x45\xa7\x43\xbb\x66\x3c\xe6\x41\x50\x4a\x21\xa6\xe0\xe9\x10\xd7\x58\xc1\xe2\x74\x68\xdb\x8c\xd7\x3c\x1d\xaa\x15\xe3\x35\x4f\x47\x18\xd7\x58\xe4\x4f\xa8\xb7\x56\x18\xaf\x79\xba\x47\x07\x1c\x61\x9c\x34\xf2\xb7\x7e\x30\x20\xbd\x0f\x06\x4d\x77\xce\xe9\x40\x99\x67\x3c\xe7\xe9\xe7\x0f\xc8\x40\xff\xc0\x88\x28\xae\x75\xe8\x72\xb4\xc1\x9c\x7e\xc7\x07\x39\xa0\x38\x67\x94\xde\x10\xf3\x52\x88\x85\x77\x3a\xb4\x7d\x46\x24\x1e\x14\x24\x2b\x04\x38\x3c\x23\x4e\x11\xb9\x1f\x0a\x90\x95\x42\x9a\x1d\x71\x68\xc8\xfd\x46\x1c\x1a\x72\xbf\x81\x78\xed\x79\x75\xfd\xe3\x5d\x31\x06\x80\x9e\x00\x3d\x99\x4c\x2e\x3b\x03\xc7\x8a\x11\xa1\x67\x40\x99\x64\x44\xe8\x19\x38\x66\xb4\x01\x1d\xc4\xa4\x14\x02\x24\x9e\x01\xf3\x00\x23\x46\x4f\x80\xa2\x4c\x66\x77\x9d\x01\xf3\x00\x43\x48\xcf\x80\x6e\x29\xc1\x64\xb4\x80\x72\x58\x7c\x00\xce\xdb\x29\xfd\x76\xa0\x38\x3f\xe1\xba\x4f\xe0\xa8\x4c\x29\xbc\x03\x77\x40\x25\xcb\x47\xd9\xb1\x52\xc9\x1e\x07\x94\x4d\x06\x86\x9e\x01\x23\x02\xe3\x40\x0f\x70\x55\x0a\xe3\x40\xcf\x80\x11\x81\x71\xa0\x67\xc0\x8a\xc4\x38\xcf\x33\x70\x92\x2a\xc5\x3f\x04\xa4\xa4\x29\x4d\x6b\x2c\xac\x3a\x99\x5f\xc0\xac\x4c\x22\x84\x9f\x81\xb3\x46\x44\xf1\x07\x2e\xf5\x4a\x05\xfc\x59\x90\xd6\x18\xfe\xf1\xac\x57\x4d\x18\xb4\xf2\x3c\x51\xeb\xa8\x7e\x27\xef\x59\x51\xb5\xf5\xd2\x6f\xd4\x6e\xf9\x76\xf5\x59\x17\x4a\x22\xff\xfc\x1e\xbf\x88\xf0\xcf\x02\xb7\xfe\xfd\xbd\x50\x7e\x43\xfd\xef\xdf\x12\xdd\xcf\xba\x0c\xb5\x68\x2a\x7f\xfb\xdb\xde\xf8\x7e\x8a\xaa\xbc\x1c\x0f\xaa\x0c\x33\x4e\xf9\x59\x19\xb5\x60\x2e\xce\x27\xa3\xfc\x40\xe6\xf7\x32\xca\x2b\x24\xf6\x87\x5a\x49\x44\xd4\x7e\x16\xaa\x04\xb3\xea\xee\x13\xb5\x90\x18\xc7\xf8\xac\x86\x12\xf0\x89\xe3\x47\x55\x60\xea\xea\x0f\xa0\x2b\x7e\xc7\xd7\x0e\xda\x39\x3e\xd4\xea\xa2\x0e\xf5\xac\xf6\x8e\x87\x46\xf8\x07\x50\x17\x95\x7a\xe3\xb3\x7a\xd4\xc2\xd2\xef\xfc\xdf\xff\xfa\xcf\x7c\x3a\xca\x7d\x34\xce\xa7\xa3\x7c\x4b\xd6\xf3\xed\xbf\xff\x8d\xa6\xf1\xf6\xfe\xdf\xff\xda\x35\x38\x1e\x54\x0c\x60\x02\xe1\xb3\xde\xab\x64\x30\x72\xed\x59\x2f\xc5\x37\xc6\xde\x3d\x80\xde\x68\xe5\xff\x61\x53\x9b\xfd\xff\xe5\xa2\x79\x80\xca\x31\xae\xc9\xbd\xe8\x51\xb4\x50\x63\x43\xa9\x88\x49\x5a\x45\x45\x65\x66\x1e\x3e\xeb\x15\xdc\xdb\x0f\x2d\x8e\x28\x62\xc8\xb1\x8d\xf4\x7e\x5f\x63\x1f\xa8\x96\x30\xf4\x3c\x4a\xf3\x88\xd6\x07\x68\x47\xb4\x35\xee\xdf\xf2\xf1\xcf\x9a\xa8\xeb\xd4\xf4\x1b\xb4\x54\xf9\xfc\x7b\x31\x56\x56\x28\x7e\x00\x12\xa2\x0a\xbb\xcf\x42\xf5\x84\xda\xf5\x1b\x7b\xad\xf1\x2f\x7c\xbf\x73\x7e\x0b\x75\x8a\xb4\x1e\x28\x47\x5e\x35\x3e\x14\x1d\x65\xf4\xf2\xb3\xde\x7b\xb3\xff\xf4\xbf\xd3\xff\xb9\x3e\x1b\xe3\xd5\x7a\xa3\x08\x69\xd2\x78\x36\x2a\x6e\x77\xd2\x2a\x4a\x81\xfc\xac\x3f\x4a\xab\x30\x9a\xfa\x59\x7b\xff\x9f\xb4\x89\x3a\x5b\xe3\xe7\xfb\x28\xbf\xbf\xd8\xfe\xde\xba\xb5\xea\x2c\xa2\x94\x08\x61\x33\x1f\xd4\xd9\x6a\xe3\xe7\x79\x9c\x8d\xc9\xf1\x1b\xea\xd8\x35\x8e\xc7\x9e\xff\xf3\x2c\x79\xfd\xad\x4e\xf1\x2c\x7f\x69\x9b\x15\x8d\x9f\xe5\xfd\xb7\x02\xf0\xb3\x1c\xa5\x93\x06\xfb\x7b\x2f\xf5\x9a\x34\x7e\x94\x0e\x6a\x3a\x0b\xef\x25\x5f\x7f\x68\xdd\x51\x0d\x63\x72\xfc\x28\x65\xd2\x7e\xfa\xc3\xd9\xd5\xf3\xa8\x73\xf7\x73\x56\x51\xb4\xb1\x8b\x17\xbd\xb2\x73\x25\xe4\xde\xb3\xce\x8d\xdf\xfc\xfe\x41\xa9\x16\x9d\xd5\x57\x26\x68\x4b\xbc\x29\x8a\x9e\x4e\xce\x07\x15\xb7\x59\x67\xed\x59\x37\xea\xc0\x65\xb5\xa3\x88\x68\xe6\xfc\xee\xfd\x5b\x44\xf5\x41\x9d\xb1\xda\x0b\xfb\x7b\xa2\xe8\x28\xfb\x7b\x70\xd6\xc5\x5b\x50\x54\x92\xa1\xed\x0f\xa2\x68\xda\x10\xef\x7e\x50\xea\x67\xe8\x77\xf0\x3a\xfd\x7e\xde\xf7\xb9\x5e\x88\xba\xe9\xfd\xe7\xf7\x7b\x3e\xa8\x54\x3e\x1b\x77\x93\x78\xe7\x7e\xef\xa6\x4a\x4b\xc3\xb3\x51\xee\x9e\x5a\xf6\xb3\xdf\xbb\xa9\x52\xf0\x7f\xf6\x7b\x37\x0d\xc2\x20\x3c\xfb\xbd\x9b\x1a\xab\x93\x3c\xc0\xaa\x19\x0c\xda\x7b\x36\xee\x26\x46\x5f\x3f\x88\x02\x2a\xf4\x47\x3c\xfb\x8a\x8a\xf1\xdf\x7a\xef\xb8\x5b\x12\xdf\xff\xbb\x5b\xbe\xfe\x9f\xa8\xee\xf0\x75\xff\x04\x74\xdf\x47\x0d\x0f\x4c\x35\x5c\xcc\x07\x86\x9a\x4f\xc4\x7f\x9e\x80\x87\x6e\xfc\xd9\x61\xc6\xf9\xbf\xca\xf7\xff\xbf\xfd\xff\xfd\xff\xdc\xf1\xf0\x75\xbd\xb2\xdb\xdf\x9f\xc8\x30\xfb\xfe\x6f\x99\xff\xb7\xf2\xdf\xff\x08\x77\x74\x95\x97\x33\xfd\xfd\xf9\x32\x15\xa6\x58\x5c\xa8\x32\xff\xfd\xb9\x50\xb0\xfc\x6b\x31\xbd\x13\x05\xf3\xda\xd7\xe2\x7a\xc7\x51\xfa\xee\x6f\x09\x2e\x64\x19\x7d\x7f\x36\xe0\x5d\x5f\x6c\xea\x6c\x2a\xd1\x34\xbe\xa6\xa2\x26\x40\x49\xd1\x8e\x9c\xaf\xf4\x75\x95\x03\x5c\xfd\xdb\xcc\x0c\x77\xd5\xf7\x27\x20\x10\x2b\x5b\x5c\x2d\xa8\x0f\xd3\xbf\x16\x2e\x5c\xbe\x32\x32\x49\x1a\x5b\x9a\x5a\x02\x41\xf9\x6b\x29\x99\x2d\x91\x5f\xc8\x11\x94\xa5\x96\xfd\xdf\xff\x26\xe3\xb1\xf3\x35\x36\x9b\x86\xfd\xf7\xbf\x99\xf5\xd6\x38\x6a\xba\xdf\xa6\xc6\xc9\xce\xc4\xa6\x57\x27\x63\x79\xe3\x9c\x1a\x97\x01\x1e\x16\x06\x34\xe6\xf4\xca\x27\xdf\x9f\x28\x93\x58\xbe\x96\xce\xc9\xa6\x8e\x1a\x6a\xe9\x6b\x19\x6a\x19\x60\x91\x6c\x59\x6a\x59\x61\xf1\x66\x8b\x46\xb0\x02\x1b\xf0\x6b\x79\xb9\xf6\xf7\x67\xfb\xef\x7f\x73\x7e\x26\x97\x9c\xb5\xaa\xf9\x5d\xd5\xc9\xf0\xd7\x9c\xf3\x50\x53\x80\x11\xb1\xc5\xd4\x12\x40\x63\x5f\x4b\x67\x4f\xc8\xc4\xa4\xcb\x25\xe7\xde\xd5\x32\xde\x8e\xb2\x9a\x6e\x35\x3d\x6f\x13\x37\x3d\x6b\x1d\xf2\xc0\x79\xf9\xf4\xbd\x9c\x87\x3e\x38\x06\x9a\x38\x72\xed\x6d\xc6\xde\xb2\x84\x7f\x46\x3a\xe7\xf7\x67\x42\x13\xdf\x9a\x59\x4d\xc0\xa8\x9b\x6c\x51\x57\x01\x42\xc6\xe5\x5b\x5a\xbe\x15\xb3\xfa\x08\x22\x9b\x16\xc9\xfc\x6d\xe2\x1e\x66\xd7\x84\xdf\x0b\x6c\x32\xdb\x29\x03\x86\xfa\xfb\x13\x43\xe7\xaa\x57\x51\x0b\x0c\xac\x8c\x6a\xcb\x30\xaf\xfe\xfd\x89\x55\x62\x7e\x6d\xae\x83\x1b\x02\x9b\x2a\x83\xbe\x72\x9d\x45\x2d\xe3\xbf\xff\x2d\x02\xb9\x64\x64\xf6\xfd\xfd\xf9\x0a\x10\x44\xfb\xcb\x80\xa0\xfd\xfb\x13\x23\xa7\xfa\x9b\x61\x30\xfd\xfb\xf3\x5e\xa8\x6e\xfa\xd7\xd2\x12\xa7\xdb\xd2\x2b\x4f\x7c\xe2\x5d\x6e\x99\xc7\xa9\xbd\x5a\x03\xb3\x6a\x32\x60\x5c\xbf\x3f\xdf\x3b\xe3\x13\x39\x72\xcb\x4b\x2d\x28\xd4\xd8\xd8\x72\xd4\x82\x4a\xfd\x1c\x41\x51\x3f\x05\xfd\x70\x04\xa5\xa9\xe5\x95\xcb\x79\x9c\x9a\x78\x07\x72\xfb\xe8\xf7\xcf\x48\xdc\xfb\xfe\x44\x9d\x5a\x8e\xa0\x72\x0d\x5a\x4d\xb8\x89\xd9\x52\xd4\x82\xaf\x71\x04\x9b\x3b\x04\xe3\x22\x4b\xdf\xe4\xa6\x15\x85\x19\x91\x3e\x8a\xdc\x45\x0a\xbd\x23\xcb\x3b\xb3\x65\xa9\x65\x23\xd7\xea\xaf\x65\xe8\xbc\x8c\xf1\x6e\x1d\x13\x1a\xf2\x98\x24\xba\xf1\x32\x91\x49\xcb\x5c\x41\x88\xc2\xf7\x27\x00\x94\x13\x5b\x26\x5b\x52\xd4\x30\xfa\x5a\x52\x55\x0b\x00\x81\x27\x5b\xba\x5a\xd6\x4b\x8d\x1f\xb7\x29\x17\x89\xa4\x5c\x2f\x91\x2c\x1a\x38\xcb\x55\x13\x9b\x30\xbc\xc6\x31\x6c\xb5\xbc\x92\x13\xe1\xce\x4a\xe2\x8e\x97\x04\x13\xc3\x27\x52\x94\xd4\x1b\x5b\xa0\x1d\x7c\xf7\x55\xc9\x9a\x6b\x4e\x28\x46\x5e\xbe\x96\xae\x96\x97\xa1\x10\xa9\xb7\x64\x2e\x5d\xc9\x13\xc3\xe6\x02\x15\xb2\x9a\x02\x9f\x18\xa5\xc2\x82\xd4\xe3\xef\xcf\x05\x81\x99\x2d\x5b\x2d\x28\x61\xdc\xd9\x72\xd4\xf2\x0a\x71\x9f\xfe\x5e\xca\x52\x3f\x2f\xdf\xa7\x34\x59\x0a\xb9\x53\x29\x0b\x65\xe6\x38\x82\xb5\xd8\xf2\xaa\x2c\x6d\xb1\x85\xd2\x46\x29\x1b\x75\x2a\x0b\x5b\x86\x5a\xe6\x3b\xea\xc6\x96\x9f\xaf\xbd\xa3\x6e\x6a\xd1\xa8\x5f\x55\x85\xe5\xf4\x4b\x31\x8d\x1a\xc5\x7f\x13\x47\x60\x5a\x03\x43\xa5\x53\xae\x8e\xeb\x9d\x57\xde\xa1\x5c\xd8\xfc\xfe\x38\x60\x43\x24\x67\x63\x08\x46\x43\xbc\xd8\xf7\xe7\x79\x3f\xf7\xf5\xd4\x9e\xf3\xed\x43\x7b\x0e\xee\xdf\xcf\xd8\xd6\x13\xa9\xbb\xa7\x0b\xe5\x27\x3f\x72\xec\x00\xe7\xf8\xfe\x04\xa3\xfb\xd4\xb7\x5e\x07\x9b\x90\x4d\x5d\x09\x65\xdb\xdb\xf3\x5d\x07\xbd\xbd\x42\x7b\x25\x00\x40\xef\xe4\x0d\x1d\xf9\x90\x63\xa5\x2f\x33\x20\x64\xca\xff\x9b\x98\xd9\x07\x0f\x4d\x1f\xef\xa1\xa9\xd4\xf4\xfb\x20\xa7\xee\x03\x61\x2f\x2c\x2e\xdd\x61\xd0\xf8\xfe\xcc\x98\xdb\x1f\x39\x77\x94\x6e\xfd\xfe\x9c\xaf\xdc\xf8\x11\xc6\x48\xf6\x6d\xf2\x40\xf8\xc4\x64\x5c\xd3\x28\x94\x0e\x47\x29\xe3\xfd\xe0\x67\xfc\x1a\x9d\xb2\xd4\xe8\xd0\xf5\x59\x16\x77\x4c\xee\xf3\x98\x86\x0a\xa6\xdf\xa9\x1a\xab\x7e\xa4\x36\x56\x85\xc6\xf8\xf9\x9f\xc7\x26\xad\x0d\x60\x3a\x76\x72\xa4\x71\x2e\x7e\xf0\xc0\x86\xc5\xc0\xf3\x89\x20\x98\xef\xcf\x97\x31\x33\x58\x64\xce\xf1\xad\xe1\x9c\x28\xfc\xc9\x18\xd7\x89\xaa\xe5\xdf\x9f\xaf\x62\x43\x6b\xf5\xaa\xed\x5b\xc3\x55\x5b\x46\x45\xc6\xbf\xb7\x56\xa3\x24\xbf\xda\x7a\xd5\x27\x55\x92\xed\x3c\x42\x0b\xf6\xf3\xc6\xec\xbd\x05\xeb\xf2\xf7\xe7\x4b\x70\x59\xc5\xa2\xaf\x6f\x84\x6b\x5f\xd0\x77\x59\xe0\xc9\xc9\xb2\x76\x00\xeb\x5d\x2a\xf4\x77\x65\x35\x95\x97\x33\xb1\x4c\x93\x5f\x4d\x4d\x60\x9b\x2a\x7f\x78\x0d\x35\x45\x81\x81\xc5\x26\x53\x13\x58\x1d\xcb\x3a\x79\xd2\x30\x50\xcc\x84\x51\xba\xdb\xd3\x52\x13\x44\x7d\x96\xba\x73\x52\xef\xf6\x60\xf9\xac\xca\xe6\x14\x0c\xb6\x67\x0c\x9e\x35\xd2\x3c\x6b\xf0\xaf\x1c\xba\x8a\x6a\x33\x66\x57\x53\xf4\xa5\xa6\x87\x4d\x05\x15\x05\x3f\x1d\x71\x7b\xd1\x42\xbd\xd4\xbb\x8a\x8a\x39\x96\xa9\xa6\x15\x30\xf1\x6c\xda\x6a\xc2\x30\x58\x55\xcd\x29\x1f\x6c\x2f\x98\x97\xaa\x35\x56\xcd\xeb\x15\x03\x56\x51\xa1\xc6\xaa\xd5\x68\x98\x32\xcb\xaa\x79\xd3\x94\x1b\x46\xc8\x0a\x6a\xde\xb4\xbc\x0d\xc3\x60\xa5\x43\x40\x0a\xfe\xfd\xd9\x31\x0c\x16\x71\xf4\xa1\xfd\x02\x6e\xc6\x0f\x45\x0d\xad\xc6\x2b\x4b\x2e\xde\x8f\x1b\x69\x00\xdf\x9f\xa8\x52\xc9\xc2\x64\x3e\x44\x36\x23\x0a\x7a\x72\xbf\x86\xc8\xe6\x3d\x5f\x8b\x08\x12\xdb\xa7\x86\x31\x63\x18\x9c\x32\xa5\xd3\xed\xf0\xc9\x32\xfc\x6b\xfb\x54\x5f\xef\x45\xba\xaa\x8a\x87\x4e\xad\x06\x02\x02\xa8\x7f\x6c\x9f\x5a\x0d\x5c\xd4\x55\x53\x5e\xda\x94\x85\x29\x6b\xf0\x4b\x53\x5e\x28\xa4\xa9\x11\x2e\x11\x1b\x0a\x3d\x30\xda\x6b\xfb\x12\xb1\x6d\xcc\xeb\xa7\x9c\xa8\x96\xf7\x65\x06\xab\xb2\xb2\xa1\x6f\x11\x5b\x40\xb3\x8b\xe6\xb7\x06\xbf\x51\xaf\x54\x27\x65\xab\x2f\x40\xda\x12\x73\x6d\xbb\x69\x5e\x86\xbe\xf4\x41\x53\x5f\xa8\x11\x41\xf3\xf5\x76\xd3\x7e\x01\xa3\x96\x21\x60\xdb\x4d\x24\xfa\x5e\xc5\xab\xaa\xc9\x35\x2f\xc7\x1a\xfe\x54\x44\xd5\x1a\x3a\x86\xf1\x53\x0c\x55\xfb\xe5\x58\x5e\xd5\x39\x75\x4d\xf9\xa0\x04\xa9\x0e\xd1\xd1\xe0\x0f\xb6\x72\x70\x18\xb7\x28\x0a\x39\x6c\x49\xa7\xf2\xd6\x08\x6f\x8c\x70\xb2\xaf\x5b\x23\xbc\x41\xd8\x53\x1f\x14\xb1\xdd\x01\x7f\xcf\x35\xbc\x35\xc2\x1b\x9b\xa2\xa3\x77\x6b\x53\x9e\x18\x06\x37\xe5\x51\x5f\x4f\xc0\xc9\xb3\xaf\x47\x7d\x3d\x58\x8d\xc5\x11\x3e\x22\x36\x40\x87\x33\x6a\x6d\xfb\xa3\x4d\x79\xb0\x1a\xaa\x55\x7a\x91\x00\x0e\xae\x80\xaa\xb2\xa4\xe2\xf3\xb8\x2b\x57\x53\x85\xd1\xcb\xd5\x74\x02\x4d\xfe\x6b\x4a\x5c\xc3\xf3\xf2\xf9\xd5\xc8\x1c\x8e\xf8\x3c\x32\x5d\x16\x2b\x27\x6d\x24\xb6\x7c\x7f\x3e\x68\xe2\x30\xc4\xe7\x91\xde\xb2\x88\x67\xb1\x4f\xde\x6a\xc2\x07\x59\x86\xf0\x88\xcf\x9f\xe0\xf3\x2a\x7f\x9a\xb9\x1a\x07\xc5\x16\x9b\x2a\x8d\x96\xaa\xa6\x16\x88\xef\x6c\xea\x6a\xc2\xbc\x78\xb5\x9d\xa2\x79\x81\xcf\x13\xbc\x62\x1f\xf1\xf9\x53\xd1\x17\x8f\xf9\xa9\xea\xab\x46\x5f\x95\x4d\x9a\x17\xca\x79\x12\xcc\x62\x9f\xa6\xd5\xc0\x15\x40\x58\x8a\x7d\x74\x05\x1c\x5c\x01\x8d\x45\x3b\x8f\xae\x00\xa4\xf8\x2c\xea\xca\xfb\x74\x0d\xa3\x63\xf0\x2c\xdd\x89\x22\xef\xdf\x9f\x81\x62\xae\xb7\xb4\x86\xb8\x38\x9a\x08\x60\x68\x84\x03\x85\x6a\x67\xfe\x27\x51\x75\x9f\x51\xf4\x66\x20\xbb\x93\x4c\x75\x79\x1c\x14\x14\x6d\xaa\xee\xab\xcb\xe3\x8c\x13\xc0\xe8\x5f\xd3\xd4\x50\x66\x60\xa6\xf3\x2d\x5d\x1e\x07\xa6\x8d\xa6\x9d\xa6\xea\xb5\x0f\xaa\x9a\x11\x7a\x70\x9f\xa9\x8d\x99\x58\x2c\xd6\x15\x3d\xba\x3c\x0e\x2e\x8f\xa6\x7a\xbf\xba\x3c\x00\xa6\xba\xba\x4a\xfb\xea\x86\x38\xb8\x21\x08\x52\xb8\xcf\xd2\x12\xbf\x0a\xd7\x22\x92\xc4\x3e\x5b\x3b\xfd\xca\xf0\x8b\x9a\xd1\x3e\xe2\xda\x07\x95\x55\x89\xcd\xb0\x0f\x55\xa3\x7d\x3c\x90\xcc\xb9\x1a\x62\xcd\x07\xac\x99\xf1\xff\xfb\x88\x35\x1f\xb0\x66\x8a\xaa\xfb\x88\x35\x1f\x47\x5f\x14\xb3\xce\x51\x5f\x27\xfa\x52\x93\x08\xee\x60\x35\x78\x0d\x9c\xa3\x35\x04\xd7\x66\x61\xb4\x7d\x6e\xad\x21\x58\x33\x6b\xe9\xec\x23\xd6\x7c\x1e\x8c\x70\x70\x0d\x1f\xad\x06\xd0\xa0\x32\x2f\x7b\x64\x5e\x7d\x7f\x62\x18\xaa\x7f\xfc\x68\x18\x2f\xe7\x5c\x04\x41\xd8\xb7\x84\xe9\x3b\x50\xaa\x55\xb8\x56\xc2\xf4\x7d\x61\x18\xaa\x49\x4b\x4d\x71\xdf\x00\x6a\x20\x10\xe4\xbe\x29\xb8\xef\x3b\x15\x94\x21\x66\x5f\x89\xf3\xba\x33\x8a\xfa\xb2\x48\xec\x5d\x34\x0c\x88\xaa\x59\xf5\x81\x25\xaa\x22\x33\x6b\xb1\x1c\xcc\xbe\x8b\x3e\xf8\x72\xb3\xc5\xb4\x87\x7d\x97\xa1\x26\xe0\x21\x73\x2b\xef\x62\x6a\xc2\x30\xc8\xdd\xee\xaa\x61\x44\x45\x00\xf2\xa9\xbb\xaa\xaf\x80\x64\x57\x85\xe1\xaa\xbe\x2a\x2a\x27\xb3\x74\x2b\x80\x72\xbf\x3f\x03\xd2\x9b\x53\x16\xe3\xbb\xc1\xf8\x86\xfa\x6a\xfa\x20\x04\x5c\x26\x5f\x6c\xe4\x9a\x7d\x7f\xfe\xc1\x63\xb3\x89\x17\xf0\x1d\x05\xb6\x79\x6d\xdf\x5d\x6b\xd8\x51\x7e\x59\xe5\x92\x69\xa3\xde\x77\x1f\x68\xe2\xbc\xba\x76\x19\x68\xbb\x8c\x14\xdd\x48\x71\xfb\xfe\xc4\x08\x3b\xa7\xdc\x8f\x9a\xb0\xbc\x2a\xad\x2c\x4e\x7a\x0f\xf4\xf5\x53\x65\x59\x7d\x01\xe5\x82\x51\xa5\xfb\x16\x3f\xbc\x83\x1f\x52\x0e\xb8\x87\x88\x6d\x62\x0d\x59\x73\x1d\xe8\xbe\xdf\x9f\xa8\xf0\xfc\x53\xb1\x59\x53\x06\xd3\x1b\x2a\xc6\x2c\xa6\x77\x1b\x9a\x74\x52\x4c\x2b\x1f\x45\x35\x28\x4b\x21\x37\xee\xfb\xb3\xa0\xfa\x33\x87\x21\x6e\x73\x43\xda\x9b\xaa\xd2\xed\xfa\x60\xd4\xd4\xa0\x1e\x7b\xbb\xb6\x32\xb8\x0d\x2f\xfb\xfb\x68\x2b\xcf\xbb\x86\x53\x95\xb1\x25\x23\xde\x28\x9c\x97\x35\xf8\xa3\xfd\x02\x8f\x9a\xaa\xb7\x2d\x1e\x75\xdf\xf1\x41\xf6\x75\x2f\x35\xbd\x97\xd4\x14\x01\xdc\x5a\xf9\x07\x53\x56\x81\x6c\x49\x7b\x37\xd8\xd7\xd4\xca\x3f\xfa\x20\x78\xd4\xd4\x1a\x8a\x47\xdd\x10\xe9\x98\xec\xbd\x1f\xf1\xa8\x07\xaa\x3b\xb3\xb6\xf7\x23\x91\x0e\xf9\x85\xa9\xf0\x26\x7a\xae\xa5\x26\x94\xc8\x5e\xfa\xe0\xad\x26\xf4\x45\x19\xf1\x49\xdc\xca\x07\x12\xd8\xd2\x07\x25\x81\x3d\x39\x6a\x64\xf3\x83\x92\xc0\x1e\x70\x36\x26\x11\xef\x47\x3c\xea\x81\x2c\xc5\xec\xe0\x0d\x47\xed\xf7\x67\x7c\xf0\x5b\xde\x47\x3a\xf3\x83\xfa\xe9\x8c\xc6\xdd\x8f\xc4\xac\xe7\x65\x3c\x6b\xa9\x90\x74\x9d\x6a\x5a\x01\x2d\xcd\xa6\xad\x26\x8c\x90\xd5\xdf\x1f\x31\xa2\x07\xdc\x86\xae\xff\xfd\x88\xdb\x3c\x51\x6f\x99\x52\x2c\xdc\xca\x7f\x7f\x76\x54\xf8\x26\x4b\x79\x24\x81\x3d\xe1\x10\xa3\x0c\xf0\x88\xdb\x20\xf5\x71\xb1\x88\xc3\x7e\x86\x46\x08\x9d\x99\xc9\xa9\xfb\x91\xd8\xf3\xe0\x98\xaf\xc5\xd5\x98\x5a\x5e\x88\x3d\xcc\x50\xdd\x8f\x14\xe3\x07\x02\xcc\xd2\x2e\x2f\x51\x54\x54\x79\x66\x6d\xff\x67\x65\x35\xc1\xb5\x4b\x34\x9d\xfd\x2c\x8d\x3e\x8a\x41\x5f\x2a\x63\xbe\x48\xbf\x0f\xca\x4f\x5c\x4c\x4c\xdd\x8f\x64\x98\x07\x9a\x67\x51\x35\x74\xd3\xac\x2d\x3e\xa9\x3a\xe0\xf6\xf3\xc9\x27\xda\x3e\xa6\xf8\x88\xe5\x3c\x51\x13\xfa\x52\xbd\x70\xd7\xa1\xf0\xe8\xae\xfe\x9b\xc0\xfa\x48\x01\x7d\x80\xdc\x51\x54\x96\x5d\x2c\xe9\x41\x39\x8c\x8b\x39\x99\xfb\x39\xda\x84\x13\x93\x68\xa4\x64\xb1\x97\x27\x6a\xc1\x32\x53\x72\x3f\xb7\xd6\xe5\xc6\x40\xc9\x1c\x9f\x5b\xeb\x72\xc7\xdc\x07\x29\xe5\xd1\xee\x41\xd3\x2c\xa2\xe5\x47\xbb\xf7\xc4\x28\xa9\xd6\x3e\xe2\x4b\xcf\x13\x23\x21\xdf\x7f\xc4\x98\x9e\x27\xba\x63\x7d\x32\xb9\x83\xec\xba\xa2\x3b\x35\x65\x35\x45\x77\x44\xed\xbf\x68\x70\xb4\xeb\x8a\x45\x51\x19\xef\xeb\xa8\x0d\xdd\xd1\xd8\x6b\x17\x39\x90\x21\xcc\xe0\x6d\xe3\x7b\x49\xdf\x4c\x51\x83\x5d\xf5\xcc\x19\x5f\x60\x11\x5f\x50\x9a\x3e\x79\xb3\x29\x8f\x78\x8d\x9f\xa4\x6b\xd1\xae\x1a\xdd\xa9\x5c\x39\x59\x8d\x5d\x35\x10\xc1\xd5\xd4\xd5\x14\x9f\x54\x77\xf5\x61\x5b\x0b\xff\x99\x6a\xcb\x33\x64\xc0\xae\x16\x88\xd9\x85\x4d\x5b\x4d\x1e\xd5\xdf\xb9\x98\x4d\x33\x18\x31\x71\x55\x7e\x1f\x9a\xf8\x88\xa2\xf0\xec\x6d\xfc\xbc\x16\xeb\xcc\xa2\x08\x0a\x6b\xb0\x0b\xae\xef\x4b\xa5\x98\xae\xa9\x75\x9e\x51\xf5\x9d\xc5\xdd\xae\xa9\xee\x50\xa0\x84\xf1\xdf\x76\x2d\x91\xc3\x1a\x51\x2c\x3e\xb3\x6d\xaa\x2d\x40\xa8\xb9\x96\x4b\xd4\xb0\xfe\xaa\xd4\x73\x06\x4b\x6b\x19\x58\xf7\xac\x63\x71\x6d\x2d\xe5\x8e\xde\xb2\xda\xd4\x1b\x2a\x71\x32\xc4\xdb\xae\x6d\x6a\x7a\x02\x96\xf9\x6b\x32\x7d\x11\x75\x58\x19\xb8\x6d\x97\x69\xbf\xed\xaf\x33\x8e\xd1\x44\x42\xc1\xc3\x98\x49\x66\x97\x69\x6e\x1e\xab\xcc\x72\x2e\x97\x8b\xbc\x3c\xba\xe3\xe6\x90\x85\xd9\x05\x16\x56\xb5\x37\x2e\x32\x89\x8a\xc3\x4c\x2b\xb3\xeb\xe8\xa8\x9e\xc0\x46\xe6\x04\x8e\xf6\x26\xf8\x57\xd6\x31\x3e\xda\xee\x13\x93\x63\x8d\x86\xeb\x68\x72\x27\xba\x63\x29\x96\xeb\x16\x09\x01\xfc\xf4\x22\xfa\xbc\x5d\xb7\x16\x2c\x38\x8a\x0a\x65\x25\x71\x94\x74\x45\x7f\x2c\x1e\x22\x27\x9c\xa5\xc0\xc0\x63\x95\x8d\x44\x67\x84\x25\x14\x8d\xa4\x2d\xda\x92\x18\x4a\x0a\x86\x92\x59\xcd\x30\xd1\x80\x65\x09\x0c\x85\xc6\x68\x4b\xf4\x5a\x5b\x0a\x1f\x46\xe1\x82\xa5\xa4\x81\x44\x2d\x76\x16\xea\x49\x49\x03\x01\xab\x21\xc0\xb1\x25\xb1\x9a\x94\x73\x7c\x91\x6d\xb9\xa8\x0d\x71\x66\xa4\xd7\xc4\xd0\x07\x4b\xc1\xa1\x98\x6e\x64\x49\x1c\x2a\xa1\x7a\xd6\x45\xb1\xc6\x52\xd6\xbc\x11\x06\x75\x15\x0d\xa5\x68\x72\x25\xba\xe3\x04\xa8\x1d\x5a\x24\x97\xd3\xc4\x6d\x89\x3e\x0e\x4b\x05\x2b\x59\xf4\x5a\xd5\xbe\x41\x3d\x64\xc8\xbc\x21\x05\xfd\xfb\x33\x06\xc2\x32\x65\x89\xaa\xa3\xa5\xe0\x95\x4c\x23\xb2\x54\x35\xb9\x08\x32\xa3\x87\xc9\xe4\xc0\x33\x38\xf0\x12\xe3\xeb\x2d\x35\x75\xd7\xa2\x3b\x56\x82\x42\x28\xd6\xf7\x27\xe6\xfd\xf3\x45\x2d\x73\x54\x45\x67\xbe\x91\xa5\xa6\x91\xb4\x58\x66\x1e\x90\xd4\xb4\xcc\x2d\x46\xd9\x38\x73\x7a\x56\x2d\x8d\xf8\x26\x6f\x82\x34\x44\x43\x81\x5d\xc8\xa3\x9a\x86\xd6\x39\x38\xba\x18\x62\x1a\xea\x2e\xd8\x36\x53\x62\x2c\x4d\x11\xd1\x8c\xee\x58\x72\x2f\x4d\x75\x17\xe5\xfb\x59\x76\x09\x61\x0f\x7f\x7f\x42\xe2\xbb\x8a\x8e\x9c\xd8\x76\x04\x91\x55\x4d\x6e\x69\xeb\x82\xa3\x33\x77\xc5\xd2\xd2\x82\x85\x34\xa8\x8a\x68\x49\x2c\x3d\x05\x6f\x16\x03\x4b\x5b\xef\x01\xc6\xf9\xfa\x39\xc7\xae\xf7\x82\xb9\x55\x6d\xd0\xd1\x42\x07\x07\xab\x2c\x35\x93\xc4\xc1\x52\x48\x60\x04\x29\xb1\x74\x5c\x6d\x38\xad\x64\x52\xe9\x16\x85\x85\x70\xf6\xdb\xa6\xc5\x84\x70\xc6\x08\x73\x4b\xb7\xf6\xee\x8e\xde\x78\x1b\xa7\x5b\x33\x08\xc1\xad\xb2\xdc\x4c\x7a\x34\x03\xe4\xdf\x5d\xf4\x62\x58\x7a\xb4\x41\xc1\x2f\xe9\x90\x30\x05\xa9\x58\x0e\x31\x8b\xd1\xe3\x86\x9a\x11\xdf\x9f\xa0\xf6\x71\xfd\x93\xb0\x6b\xf9\xea\x7a\x33\x26\xcf\xb2\xf0\x99\xca\xa3\xe5\x70\x09\xd3\x2f\x61\x59\x6c\x38\x07\x1b\x1e\x1a\x28\x27\x9f\x43\x76\xab\xbc\x41\xb3\x78\x6d\x4e\x31\x50\xce\x21\x6d\x35\x61\xee\xf4\x4c\x58\xa6\xb7\xc0\xa2\x90\xc4\x45\x7c\x6c\xcb\xd4\x2d\x2d\xa3\xb6\xf3\x45\x8f\xbc\xe5\xa2\xa1\xc4\x51\x6f\x64\x3a\x59\x47\x3d\xc7\x51\x67\x10\x9a\xe5\xf6\xf3\x5e\x8c\x85\xf7\x56\xd6\x51\x47\x3c\xe3\xdb\xc6\xfe\x68\x2c\xb2\xdc\x03\xe0\x96\xd3\xeb\x9a\xde\x88\x29\xb0\x94\x5e\x1e\x5a\x95\x11\x40\xb9\xfc\xe2\xd0\xfe\x04\x87\xa0\x8d\xdc\xb2\x38\x44\xc4\x2d\x5e\x2a\xe1\x9f\xa7\x3e\x09\xcb\x4f\xfd\x69\xd2\x27\x81\x90\x74\xd1\xa8\x6d\x8a\x6a\x32\x44\x35\xa5\x4b\x75\xf6\xf3\x12\x01\x82\x7b\xfc\x6c\xab\x98\x47\x5e\x25\x5e\xeb\x6c\xd3\xfe\x04\xf7\x50\x61\xfd\x2c\x79\x30\x43\x1e\xa4\x0b\xcb\x50\x3d\xe3\xfb\x33\x46\x42\x06\x01\x04\x89\xef\xcf\x18\x09\x69\x76\xab\xb7\x1d\x98\xa9\x24\x22\xc6\x60\x58\x86\x38\x78\xa9\x3e\x7e\xde\x5a\xca\x1d\xbd\xb1\x72\x5c\x36\x6d\xb8\xc5\xe4\x58\x5b\x2f\x9b\xba\xf3\x98\x1c\x2f\xd1\xec\x9a\x5c\x40\x79\x6a\xde\x12\xdf\x72\x70\xbf\x4e\x26\x9d\xc5\xfd\x72\x70\x3f\x95\xac\xcf\x87\x7c\x3f\x87\x8c\x46\xc0\x64\xcb\x47\xdd\xc1\xf0\xc5\x2c\x7c\xcb\x87\x6c\x25\xc3\x39\x7a\x75\x72\xb8\x7c\x8b\x50\x50\xb3\xbf\x69\x51\x6e\x9d\x90\x7b\xc7\x6b\xdc\x9e\x5b\xdb\x03\x0e\xd7\xb4\x5e\x8f\x76\x07\xc8\x49\x97\x2a\xe2\xe7\x47\x13\x00\xae\xfd\xcf\x59\x7d\xb4\x3d\xa8\xa2\x4c\x54\x7e\xcb\x74\x82\x5a\x06\x46\xc2\x45\xd0\x66\x2b\x62\x8b\x05\x8a\xa9\x0a\x4c\x16\x29\xa6\x25\x38\x26\xa1\x9a\xad\x48\x31\x2d\xc1\xf7\x08\xd3\x6c\x45\x7c\x2f\x70\x38\x2e\x15\xe4\x2f\x49\xdd\x21\xf8\xb1\x55\x35\x15\x35\x61\x6e\xbc\xe7\x0b\xc3\x1f\xad\x84\xca\xda\xa9\x59\x17\x3a\x49\xad\x84\x14\xa3\xea\xfb\x45\x52\x4c\x09\x34\x48\x5e\x84\x45\xec\xab\x34\x6c\xce\xa0\xb8\x5e\x18\x78\x6e\x05\x4a\x64\xfb\x69\xba\xd5\x84\x7d\xe3\x15\x59\xba\xa6\x86\x5a\xa6\x17\x03\xd6\xad\x74\x0d\x24\x50\x26\x29\xde\x14\xfa\x13\xad\xc0\x9f\x78\xa9\x0e\x7c\x19\xfa\x24\xc2\x4d\xda\x4f\x93\x36\x27\xf8\xa1\xaa\xab\x97\xa1\xcd\x09\x69\x6a\x50\x09\x2e\x43\xf3\x0e\xb1\x88\xa6\x75\x53\xe0\xa5\x95\x19\xdd\x71\x94\x92\x98\x0a\xf8\x21\x61\xf8\xad\x88\x1f\x96\xd0\x73\xc7\x50\x9b\x36\x27\xf8\xe1\x60\xc5\x58\x25\x6e\x58\x09\xa6\xa7\xf2\xee\x0a\xc0\xb4\xb2\xfe\xde\xe3\x28\xc5\xbd\x90\xf0\x91\x54\x2c\xb4\x6c\x2d\x4a\x48\x4c\xaa\xc7\xae\x58\x4b\x03\x2e\x4a\xba\x26\x4b\x13\x2a\xda\xd2\x4a\x28\x98\xaa\x9a\x5e\xa4\x60\x16\x28\x98\x4d\xb3\x73\xcd\x3c\xb8\x97\xea\x80\x17\x57\x77\x1e\xf1\x60\x2c\x78\x57\x5c\xf4\x85\xc2\xd8\x0c\x6a\xb6\x22\xf9\xac\x84\x7c\xa6\x22\x95\xe5\x68\x24\x27\xa0\x4a\xf9\x45\x71\xa8\x12\x0a\xe6\xa4\x28\x5f\xa4\x60\x02\x51\xe5\x6d\xe3\x0c\x6e\xad\x73\xc8\x6e\xc4\x90\xb5\x22\xf6\x55\x9e\x58\x30\xd1\xfa\xa3\x05\x0b\x41\x6b\xb2\xfe\x5f\x15\x47\xa9\xd7\x5f\xdb\x37\x96\x2a\xbb\x54\x0d\x5d\x51\xe5\xb4\x2b\x03\x21\xac\xc6\x21\x9f\xbc\x57\xab\x0e\x79\x0d\xe1\x86\x26\x75\xab\x12\x6e\x6a\xa8\x7d\x8b\xfa\x67\xcd\x53\x6d\x2b\x60\x43\xd9\xc4\x73\x57\x43\x26\x52\x95\xec\x2a\x99\xe8\x2f\x6b\x87\xf0\xa3\x56\xa5\x50\x21\x96\x31\x75\x96\x9b\xac\x52\xa8\x6a\xb0\x22\x26\x0f\x5b\x6d\xfa\x64\x88\x52\xc4\xbb\xb4\x2a\x5e\x54\x43\x5c\x22\xd4\xa5\x29\x79\xc1\x6a\x8f\xee\x1a\x9b\xba\x9a\xb0\x60\xaa\x9e\x5c\xbb\x16\x2c\x8e\xb9\x2a\x1f\x57\x19\xad\x6a\x68\x3f\x6b\xb6\x7f\x13\x77\xeb\xd4\x48\x91\xbe\x7d\xd1\x8a\x6e\x95\xae\x79\xab\xbb\x44\xc0\x22\xdb\x24\x56\x54\x1c\xcc\x74\xf1\x9a\xac\x3a\x98\x15\x07\x33\x5d\x54\xe9\xab\x0e\x66\x05\x36\x59\x22\x88\xbc\x55\x5a\xbd\xad\xc2\xb2\x9d\x08\x81\x68\xd5\x35\x45\x8f\xb1\xf0\x9e\xa9\xae\xb1\x78\x8c\x85\x15\x92\xab\x4e\x2d\xd2\x34\xde\x36\x2e\x9b\x8e\x26\x30\x6d\x52\x52\x3d\xdd\x7a\xb4\x15\x27\xe6\x40\x2b\x67\x95\xea\x54\xa1\x3a\x75\x4d\x41\xc7\x16\x30\x38\x29\x11\x31\xd0\xaa\x8e\x6d\x45\xba\x5d\x52\x71\xdc\x7a\x17\xb5\x05\xb0\x28\x7b\x63\xdc\x95\xd5\x3b\x46\x42\xfe\x0e\x28\x9d\xef\x4f\x8c\x84\x22\x42\x7d\x44\xba\x4f\x2c\x0a\xef\xfa\xfa\x68\x51\x9e\x18\x25\xed\x87\x4d\x87\xbd\xa5\x58\x68\x32\xea\x26\x65\xa5\xe1\x42\x67\xd4\x85\x35\x5d\xe8\x40\xcf\x49\x8a\x38\xb5\x26\x3e\xd0\x80\x05\xac\x90\x53\x6b\x32\x1a\xa1\xce\x54\x62\xcc\xbe\x35\xb1\x88\x96\x4b\xbc\xf6\x91\x5f\xcb\x1a\x09\x8c\x46\xaa\xf6\xdc\x98\xac\x65\xc8\x8a\x49\xbd\xea\x2d\x75\x06\x74\xea\xa4\xca\xb1\xad\x68\xde\x88\x35\x60\xc2\x81\x35\xc6\x1a\x58\x2b\x31\x10\xca\xbb\xca\x9a\xb1\x56\x62\xde\xdc\x39\xe5\xcd\x58\x2b\xd1\x1d\xb7\x47\xf9\x31\x86\xfc\x98\xc4\x4c\x57\x53\x82\x8c\x35\xd8\xd7\x09\x4c\x64\x4d\xf6\x75\xe4\xce\xbc\x5f\xe4\x72\x55\x4d\x0e\x85\x77\x99\x7b\x60\x8d\x01\xb5\x06\x64\xa2\x94\x08\xa7\x67\x8d\x7e\x3e\x6b\x2d\x26\xc7\xd2\xb5\x4d\x2c\xae\x41\x23\x4c\xc4\x76\xb0\x46\x27\xa0\x35\x38\x01\x25\x41\x37\x86\x1c\x58\x0b\x0e\xc7\xa2\xd0\xad\x6b\x29\x57\x8c\x84\x15\xaa\x9b\xc4\x80\xb6\xe3\x35\x0e\x44\x62\x40\x0b\x4e\x44\x28\x39\x6b\xe2\x44\x2d\x38\x51\xd6\xa6\xee\xad\x36\x00\x1b\xd2\x09\xd0\xb6\xc6\x0f\x05\x47\x71\x42\xd6\x4c\x23\x31\x8c\x84\x77\x61\x93\x31\xbc\xc1\x18\xce\xdc\x21\x6b\x32\x86\x47\x65\xae\x24\x63\x78\x33\x6d\x0e\x42\x49\x59\x13\xc5\x9a\x69\x73\x82\xeb\xc9\x16\xde\xc4\xf5\x5a\x70\x3d\xa2\xaf\x59\x13\xd7\x8b\xba\x5f\x89\x79\x9b\xd6\x5c\x93\x43\x10\x41\xd7\xf9\x76\x6d\x0e\x8c\xe1\x2c\x9e\x62\x4d\xc6\xf0\x76\x62\x25\xa9\x84\x35\x19\xbc\x5b\x70\x21\x19\xbc\x9b\x8c\x3b\x2d\xd8\x09\xc1\xc0\xac\x8b\x9d\xf4\x2b\xda\x68\x32\xe9\x52\x1d\x7a\x8a\xa1\x4c\x36\x65\x35\x95\x08\x7a\x1e\x6c\x6b\x6a\x1b\xd1\xb6\xd8\xc6\x61\x02\x59\x29\xc9\x45\x6e\x5d\xd6\xe4\x0e\x8b\x71\x2a\xdc\xf1\x2e\x8b\x71\x8f\x23\x4e\x67\xac\x75\x1d\xf1\x5e\xa3\x3f\x4a\x70\x5d\x86\xda\xde\xe3\x3d\xd2\x73\xef\x7a\xaf\xc7\x7b\x5c\x6a\x25\xa7\x59\x5f\x31\x16\x16\x12\xef\x0c\x96\x33\x80\x15\x25\xe6\xe2\x58\xd7\x8d\xdc\xe3\xf8\xc8\x8a\xdb\x99\x01\x66\x3d\xce\x08\xc1\x24\xac\xeb\x8c\xf4\xbf\x80\x6a\x32\xc5\x2e\xcf\x4f\x0f\x38\xc1\x4b\x4d\x5a\x95\xbf\x88\x6a\x9e\xff\x6e\xda\xa1\x13\xdd\x91\x4d\x75\xd9\x1d\xfb\x1d\xc3\xd4\xec\x64\xed\xeb\xf0\xc5\xfe\xa8\xe5\xfd\xd1\x7b\x71\x67\xb5\xa4\xf7\xb4\x62\x41\x64\x8d\x12\xdc\x10\x91\x0d\xa8\xbc\x4c\xa3\xb7\x21\x95\x17\xa8\x43\x29\x11\x5a\xcf\x86\x4c\x7d\x23\x47\x77\x3c\xb0\x43\x72\xe6\x80\x9c\xc9\x6a\x39\x36\x18\x8e\x6b\x23\xe8\x88\x61\xa6\x36\x44\x47\x03\xb8\xd2\x89\x49\x99\x36\x98\x78\x61\x03\x35\x83\x06\x1d\x16\x83\x39\x7a\x36\xe2\x16\x91\x09\x6d\x14\x8d\xa4\xc4\x48\xd4\x44\x4a\x19\x35\xd6\x92\x77\xfc\x90\x7b\x61\x04\xd5\x4a\xb9\x18\xa2\xda\x28\xae\x95\x88\x2b\x61\xa3\x6a\x06\x71\x1f\xb0\x2c\x9e\x0d\x69\xdf\x81\x67\xc4\xfa\x3d\x36\xe4\x43\x18\x2d\xb6\x87\x96\xab\x21\x03\xe1\x88\x43\x22\x63\xd8\xd0\x21\x19\x71\x48\xba\xf6\x4e\x87\x64\x74\x7c\xb3\x6b\x13\xa4\x48\x0f\x28\xd2\x23\xcf\x7f\x93\x78\x95\xfd\x69\x03\x06\xc4\xd4\x29\x9d\x0e\x39\x8d\x07\x9c\xc6\x2c\x17\x64\x43\x4e\x63\x24\x8d\xa6\x1f\x11\x6d\x48\xfe\x1e\x33\x26\x28\x42\x92\xd3\x78\xcc\xe8\x4e\xdf\x94\xd3\x78\xcc\xe8\x8e\xeb\x32\x45\x2c\x2b\x60\x34\xbf\x93\x37\x98\xdd\x6e\x51\x45\xec\x47\xf8\x19\x4b\x93\x43\x41\xb1\xc1\x73\x0e\xf8\xa6\xef\xcf\x18\x08\x85\x80\x21\xc7\xc4\x08\xbe\xc2\xf0\x57\x1b\xe2\x2b\x23\xee\x57\xc6\xbf\xda\x90\x43\x79\xec\xe8\x4e\x4d\xa6\x26\xcc\x8d\x02\xce\xd8\x5a\x4a\x8b\xe5\x22\xd3\x44\x11\xb3\xef\xcf\x16\x40\x96\x6c\xd2\xdc\x2c\x06\x42\xb9\x62\xc8\xd9\x3c\x10\xf8\x92\x18\x53\x6b\x43\xb6\xc5\x11\x57\x17\x93\x56\x6d\x48\x80\x1e\x77\x8c\x92\x13\xb8\x35\xca\x60\x62\x83\x8c\x6a\x88\x89\x8d\x60\x62\x3f\x67\x59\x4c\x6c\x40\xcb\x4e\x83\xb2\xca\x90\xdd\x6e\x20\x79\x61\x70\x06\x53\x3c\x6c\x06\x0f\x23\xe3\x98\xe2\x61\xf3\x8a\x44\x09\xf2\xb0\xc9\x50\x37\x8b\xe2\x68\x2c\xbe\x64\x93\x49\x80\x36\xaf\x18\x08\x8d\x19\x53\x2e\x89\x19\xd7\x32\x73\xe8\x6d\x4a\xa5\x9f\x71\xbf\x8a\x2c\xa7\xdc\xbf\x13\xee\x5f\xd6\x01\xb4\x29\x1f\xef\x0c\x71\x9d\xe0\x05\x36\x25\xae\x4f\x88\xeb\x32\x28\x4d\xdd\xca\x33\x98\x30\x23\x5e\x6d\xca\xc7\x3b\x83\xd3\x8a\x1a\xa6\x38\xed\x8c\x1b\x9b\x75\xaf\x6c\xca\xc7\x3b\xe1\xe3\x1d\x34\x57\x4e\xf9\x78\x67\x70\x53\x9a\xaf\xa6\x7c\xbc\x33\xc4\x75\x06\xbd\xda\xac\x5a\x93\xe0\xb4\xcc\x67\xb5\x29\x4e\x3b\x81\xf3\x99\x98\x2e\x6d\x53\x1c\x73\x86\x04\xcd\xc2\x50\x36\x25\x41\x4f\x48\xd0\xac\xa5\x63\x53\x46\xc9\x19\xdc\x74\xd0\x04\x3a\xc5\x4d\x67\x70\x53\x96\x8a\xb2\x29\x6e\x3a\x7b\x74\x47\x73\xd9\x94\x59\x72\xc2\x2c\x39\xe8\xad\x98\x32\x3d\x4e\x98\x17\x93\xac\x65\x53\xe6\xc5\x19\xec\x92\x75\xa1\x6c\xca\xdf\x32\x23\xc9\x8c\x35\xa0\x6c\xca\xb5\x3a\x83\x6d\xc8\x5c\x36\x65\x20\x98\x21\x7b\x4f\x86\x02\x4d\x39\x17\x66\x30\x07\xc2\xad\xdb\x94\x73\x61\x06\x07\x60\xe8\xa9\x4d\x71\x80\x19\x62\xf4\x14\x69\xba\xce\x16\x52\x02\x58\x1b\xcb\xa6\x2c\x7e\x33\xa4\x68\x06\x9f\xda\x94\xe3\x61\x86\xed\x80\x21\xa6\x36\x65\x3b\x98\x21\xfe\xc8\xee\x35\x25\xfe\xcc\x13\xcb\xa2\xa5\xbe\xb5\xd4\xb0\xcf\x25\xd9\xb6\xa6\x7c\xab\x13\xbe\xd5\x9f\x95\x96\x6f\x75\x06\x0f\x63\x01\x1f\x9b\x12\xbf\x67\x30\x2a\xd9\xbd\xa6\x18\xd5\x0c\x89\x6a\xe9\x9b\x8f\xba\x7b\xa2\x3b\x6e\xba\xdc\xae\x33\x84\x2d\x16\xd7\xb1\x25\x46\x05\x7c\xbe\xb7\xad\xb1\x8d\x33\x5f\xc1\x3a\x16\x2f\xc2\x25\xd1\x7c\xa5\xf8\x26\x2f\x8b\x25\x8b\xdf\x2a\x31\x3d\x2a\xaf\x4b\x42\xce\x42\x3c\xec\x54\x77\xe5\x56\x53\x7c\x92\xa7\x79\xe9\xc4\xae\x38\xb1\x8b\x7e\xc2\xa5\x13\xbb\x42\xfe\x61\x89\x13\x5b\x92\x7f\x16\x62\xf3\xd3\xe2\xd1\x5b\x32\x07\xae\x16\xd3\xa3\xf5\x71\x31\x17\xde\x56\xc3\x6a\xf2\x9a\x5f\x0a\x61\x03\x42\x5f\xca\x84\xde\xb4\x25\xc7\x2a\xd0\xf7\xde\x36\x4e\x4f\x27\x1d\xc8\x78\x6f\x1b\x57\x4c\x8e\x55\xa0\xe2\xa5\x49\x1e\xbd\xba\x56\x05\x8e\x84\x7c\xf1\x54\x2e\x39\x56\x17\x1c\xab\x2c\x9f\x60\x4b\x72\xd1\x1a\xd1\x9b\xf6\x5c\x4c\x60\x8d\x98\x81\x36\x41\x4c\x00\x98\x74\x6f\x1b\x47\x29\xa7\xeb\x9a\xd1\x1d\xd7\x52\x86\xc7\x05\x48\x6b\x02\x08\xd9\x9a\xa6\x26\x8f\x84\x2c\xb5\xfd\xf4\x76\xe3\x35\x12\x98\x44\xa6\xb5\x63\x90\x54\x80\x96\xb4\xfd\x05\x69\x84\xc8\x19\xb6\x24\x8d\x00\x43\x2e\x65\xd9\xd7\x96\x98\xd1\xb2\x98\x1b\xd9\xfe\x12\x33\x5a\x16\xdd\x91\xed\x2f\x53\x77\x16\xdd\x71\xb9\x5c\x34\xe4\xb1\xcc\xa2\x59\x39\x48\xa3\xd6\xa1\xd8\xe2\x92\x10\xb3\x3c\x7a\x9b\xff\x28\xf0\x2e\xd7\x04\x51\xb5\x63\x52\xe8\x58\x72\x9f\xae\x13\x83\xa1\x76\xbe\xe4\x3e\x5d\x70\x9f\xb2\xb4\x9b\xad\xa3\x4d\x38\xd8\x04\xad\xca\xd1\x26\xdc\x57\x7c\x91\xab\x29\x23\x27\xd0\xe1\xd2\xd4\x82\x29\x2e\x0e\xf5\x12\x53\x66\x72\xbc\x2d\xb9\x2d\x16\x78\x5f\x4e\x3a\x3e\xe2\x7d\x0b\x82\x58\x26\xa0\xaa\xad\x47\xc4\xf7\x44\x77\x1c\x89\x5c\xab\xc0\x95\x4b\x93\x02\xc2\x7a\x44\x7c\x60\x7d\x99\x60\x5d\xb6\xc5\xfa\x00\x0f\x97\x98\x8d\x60\x5b\x32\x1a\x90\xdd\xde\xd7\x16\xdb\x38\x01\x94\x6e\x4c\x59\xf6\xc3\x2d\xbb\xe9\x2e\xf1\x1e\x69\x7d\x4b\xf3\xdb\x90\x55\x58\x87\xce\xb6\x64\x95\x5d\x62\x4d\x68\xa2\xda\x8a\xf1\xd8\x25\x66\xc0\x75\xde\xb2\x2d\xee\x1a\xdd\xd1\xcb\xbb\xab\xba\x43\x9e\x80\x6e\xad\x2d\xa6\xb8\xc1\x14\x09\x9b\x65\x5b\x61\xbd\xbb\x45\xf2\xa1\x16\x45\x61\xbd\x3b\xf0\x6f\x49\x0b\x5b\xfa\xe2\x6e\x31\x10\x4d\x4e\xde\x93\x1d\xfc\x92\xf9\xa9\xb6\xc5\x2f\x77\x8f\x0d\xd7\x28\xe5\x93\xdd\xf0\xc9\xea\x6a\xdd\x7d\xa8\x69\xa1\x89\x3b\xa0\x38\x94\x0d\x2d\x33\x67\x92\xde\x96\x96\xb9\xa1\x65\xb2\x8c\x9e\x6d\xc9\x4c\x3b\xb8\x6c\xa6\x85\x6a\xcb\x5d\xbb\x83\x95\xb2\x8e\x98\x6d\xb1\xd2\x1d\xc9\x9a\x8a\x06\xde\xf2\xc9\x6e\xb0\xcb\xf5\xd3\xa4\xcd\x81\x1a\x99\x59\x36\xc2\xb6\x78\xe2\xde\xd1\x1d\x55\xd3\x2d\x0d\x0d\x78\x21\x69\x25\x35\x99\x9a\x1c\x4d\x1c\xe4\xfe\xf9\x62\xac\x09\x19\xd8\x96\x05\x74\x5b\xf4\x46\x2e\xb5\x4d\xbd\x21\xa5\x41\x62\xc3\x96\x99\x73\x7b\xac\x17\xe5\xba\x2d\x53\xe6\x0e\x9e\x28\x03\xe2\x96\x03\x67\x9f\xbf\x36\x0e\x45\x2c\x6a\x9f\xe8\x8e\x23\x39\xda\xd5\x27\xd6\x4b\x34\x24\x5f\xe7\x8e\x23\x2e\x43\xa0\x31\x51\xdc\x0c\xd2\x4d\x66\xb9\x0e\x33\x49\x37\x86\x10\xaf\x2c\x23\xa1\xc9\x60\x69\x90\x7c\x32\xa1\x1f\xcd\x24\xf9\x18\xfc\xa0\x59\xf1\x95\x26\x27\x87\xa5\x18\x0b\x2f\x34\x93\x54\x64\x80\x9d\xcb\x44\x69\x37\x93\xb3\xd3\x4a\x8c\x93\xc1\x5a\x26\xf5\xc7\x50\x8c\x9d\xd5\x7c\xcc\xe4\x92\x30\x94\x2f\xc9\x44\xa8\x35\x63\x06\xa4\x19\x6a\xe8\xc8\xd7\x69\x85\x87\xdc\x6a\xf4\xc6\x0d\x32\xa5\x03\x18\xdc\x15\x4c\x14\x32\x63\x7a\x91\xa1\x1e\xea\xfb\x1a\x27\x27\xbe\x81\xda\xa8\x3f\x12\x9f\xc9\x25\x61\x2d\x7a\xa3\xe9\xca\xe4\x92\xb0\xe0\x1b\x32\x9c\x9a\xf8\x86\xa1\x52\x53\x26\x04\xb9\x99\x78\x83\xf5\xd8\x03\xf2\x22\x93\x6b\xd5\xe0\x3e\xcd\x04\x02\x37\x93\x98\x62\x71\xee\x2a\xd5\x18\x9b\x3f\xef\x3d\xd1\xc6\xf7\x14\x0b\x61\xb0\xc6\x66\x59\x63\x4d\xd6\x58\x8b\xf3\x4a\x1c\x08\x33\xa9\x46\x16\x42\x4c\xd5\xbe\xea\x54\x5a\x48\x23\x44\x82\x30\x93\x34\x62\x28\xf6\x95\x09\x9b\x69\xa6\x53\x69\x16\xe3\xe4\x85\x60\xf2\x30\x58\x1c\x4b\x82\x41\x98\xe9\x58\x5a\x1c\x4b\xc2\xa5\x9a\xe9\x58\x9a\xc7\x37\x29\x42\x9b\x74\x23\x83\xc0\x91\x09\xd3\x6a\xa6\x90\x07\x7b\xe2\x9b\xbc\x4a\x4c\x0a\x89\x41\x21\x61\xe9\x43\xb3\x47\x94\x14\xc7\x99\x05\x50\xcc\x74\x9c\xed\x89\x6c\x5a\x3a\x50\x80\xf7\xf3\xfd\x39\xa2\x6d\xb0\x6d\xaa\x0d\xdd\x71\xe6\x02\xf8\x31\x07\xf0\x03\x4b\x24\x9a\xeb\xa0\x3b\x3c\x13\xb9\xd1\xcc\xe1\xf2\x8f\x7a\x02\x4e\x24\xef\x34\x81\xff\x98\xc3\x07\x9a\x1b\xe5\x5d\x97\x0f\x14\xe8\x3f\x89\xc8\x50\xe6\x04\x01\x35\xa0\xff\xbc\xaf\x2d\xb6\xa9\x37\x18\x55\x98\xc9\x66\x2e\x13\x35\x90\x80\x52\x26\x90\xb1\x39\xb3\x12\x2d\x4a\xf4\x66\x82\xcc\x9a\xcb\x09\x0a\x6c\xa0\x1f\x45\x45\xd8\x40\xe6\xc1\x70\x14\xba\xe4\xf2\x90\x78\x08\x31\x8d\x22\xa6\x8b\xe3\x78\x48\x23\xb2\x88\xbb\x9c\xa0\x80\x03\xca\x17\xaf\x50\x97\xa0\xe2\x2f\x57\xc9\xd7\xb5\xfe\x4d\xdc\x75\xf9\x48\x51\x50\x38\x65\xe2\x15\x9a\x8b\x21\x79\x0d\x32\xa2\x21\xca\x99\x94\x6d\xfe\x8a\x3b\x99\x25\xc9\x4c\x80\x44\xe6\x35\xe6\x40\x51\xd2\xc5\xac\xbc\xc5\x52\x53\x96\x74\x99\x71\x3c\x54\xa3\xc6\xe0\x0a\x97\x6a\xe4\x13\x13\xe4\xc5\xec\x8a\xbf\xf2\xe0\x47\x72\xeb\x0b\xd7\xc7\x1c\x6a\x53\x96\x39\xd9\xa5\x37\x01\xf3\x27\x13\xd0\xd6\x5c\xba\x11\x80\x7d\xde\xd7\xb8\x0b\x4b\x23\x59\x18\x09\x2f\x6d\x57\x30\xbb\xaf\x8d\x26\x2e\x97\xc2\x51\x01\xf2\x93\xb2\xfc\xec\x2e\x4f\x2e\x50\x7f\x7e\x34\x42\xa1\xfe\x98\x07\x5f\x54\xa0\xa7\x8b\x2f\x3a\x42\x55\xb3\x02\x3d\x5d\xb1\xaa\x40\x07\xca\x17\x6d\x99\x2e\x96\xe9\x21\xac\x10\x5b\xcf\x5c\x9e\x5c\x60\x00\x65\x16\xd9\x34\x97\x1c\xe3\x86\x69\x6b\x45\x64\x69\xf6\x50\xed\x3a\x45\x1c\x97\x6a\x07\x50\xa0\xcc\x32\x9b\x26\x50\x20\xf3\xe0\xb3\xf2\x60\xbb\xf8\xac\x07\x9f\x25\xb2\x83\x09\x16\xc8\x1c\xd1\x63\x99\xd0\x0e\xe6\x72\xd7\x3a\x90\x2f\x15\xda\xe2\x72\xd7\x02\x17\xe8\x7d\x8d\xa3\x54\xf8\x8a\x87\xd4\xd4\xa9\x65\xba\x5c\xb9\x7e\x62\x76\x64\xeb\x2e\xcd\xce\x43\x9f\xea\x64\xeb\x2e\x7d\x0a\x78\x3d\xf9\xd2\xee\xc8\x39\xe7\xc1\x9e\x07\x4d\x50\xfe\xfc\x7c\xf2\x89\xb6\xaf\xbb\x23\x85\xea\x84\xb4\x25\xe7\xd6\x51\x08\xff\xb9\xb0\x3f\x4d\xaf\x6d\x35\xc5\x27\x49\xb2\x47\xd6\xeb\x13\xfc\x79\x50\x28\x3c\xf2\x1c\x9f\xe0\xa6\xf2\xef\x9c\xfc\xd3\x16\x53\x20\x61\x1e\xd9\x9a\x4f\xf0\xb0\xa1\xb1\xc8\xce\x74\x42\xa3\x92\xf5\xf7\x48\xa3\x3a\xaf\x46\x95\x15\x0c\x24\xec\x1b\x3b\xc1\x89\x64\xa3\x3e\xd2\xb6\x4e\xb0\x1b\x19\xa9\x05\x8c\x63\x27\xe4\x1f\xc5\x58\x1e\x99\xa0\x80\x84\x93\x2f\x92\xd8\x91\x09\xea\x84\xda\x34\xc8\x89\x8e\x8c\xc6\x27\xcc\x4c\xac\xa8\x61\x47\x2e\xb8\x03\xaf\x57\x56\x8c\xe5\x51\x70\x29\x10\x68\x32\xeb\x93\xda\x21\x80\xb0\x9d\x60\x7c\x93\x1c\xe0\xc8\x21\x76\x80\x67\xa6\xaa\xfc\x76\x08\x68\x66\xc0\xa0\xc9\x2c\x71\x6a\x47\xcc\xed\x84\xb0\x25\x03\xdb\x51\x20\x3e\x40\x68\x32\x2b\x9f\xda\x91\x43\x0c\x65\xb5\xdf\xd7\x48\x0e\xe2\x6e\x27\xb8\x9b\x96\x59\x0e\xb1\x13\x6c\x8a\xf8\xe4\x26\x58\x1a\x3b\xc1\x6f\x08\xb6\x60\x47\x06\xa3\x13\xca\xd1\xa4\xf8\x76\x64\xa1\x3e\x27\xbe\x49\x43\x93\xd0\x62\xec\x1c\x10\xfb\x54\x93\x66\x10\x47\x99\xb5\x9b\xec\x9c\x9f\x4f\x5a\xb4\x71\xcb\x75\x94\x51\xae\x3b\x65\x45\x58\x1e\x99\x93\x0f\x4c\xc6\x2a\xe7\x6e\x47\x26\xe3\x13\x2c\x60\xd1\x2e\x7c\xe4\xdb\x3a\x21\xbd\xb1\x28\xbb\x1d\xf1\x80\x13\xe7\x9c\x05\xd8\xed\x96\x56\x05\xfc\x98\xa4\x6a\xe8\x76\xcb\x0b\x7f\xc3\x4d\x95\x89\x5d\x6b\x37\x01\xb8\xec\xbe\xc0\x6c\xe9\xce\x10\xa2\x8c\xdd\xc1\x03\x88\x78\x60\xb7\x78\xc0\x1d\x3c\x40\x1a\x90\xe0\x66\xec\x0e\x65\x8c\x65\xcd\xed\x56\xb2\xf4\x8d\x12\xf4\x32\x34\xdd\x12\xc4\xee\xd0\x80\x58\x8b\xdc\x6e\x69\x40\xc0\x83\xf9\xb1\x41\xdd\x12\x46\xee\xe0\x0e\x8b\x2a\xc9\x2d\x2f\xfc\x1d\x2c\x60\xd1\xf8\x76\x4b\x3b\xba\x43\x05\x22\x82\x81\xdd\xf2\x29\xdd\x0d\xdd\x91\xd7\xde\xd2\x80\x00\x11\xf3\x63\xbb\x12\x44\x8c\x01\x12\x26\x95\x8b\xa7\xfc\x56\x48\x2a\x30\x62\xb2\x12\xc1\x85\x11\x63\x37\x18\x47\xb9\x34\x39\x31\x0e\x80\xc4\x24\xd5\xf5\x36\xe0\xbf\x7c\x7f\x46\x77\xa4\xb0\x5b\x56\x15\x60\xbf\x64\x62\x2e\xda\x4d\x6c\x2c\xbb\x07\xe6\x26\x1a\x92\x7d\xfa\x1e\x3b\xbe\xc8\xde\x86\x7a\x1b\xd8\x38\x2a\xed\x02\x83\xb1\x7b\xc4\x40\x78\x57\xdc\xf2\xdb\x03\x28\x26\xa9\xca\xb7\xdd\x62\x53\x80\x83\x79\xdb\xd8\x9d\xfc\xf6\x80\x86\xc9\x89\xac\xe8\x96\xa0\x75\x83\x15\x25\x11\xb3\x72\x82\xee\x15\xcb\x45\x75\xf1\x56\xde\xcf\xfd\x72\x25\x58\x01\xff\x49\xdc\xbd\xe5\xd6\xbf\x77\x7c\x55\xb4\x2e\xc9\x08\xd8\x31\xa9\x5c\xf4\x91\xde\x4a\x8a\x06\x98\x4c\x4e\x3a\x3e\x12\x2c\xee\x13\xcb\x22\xe2\x93\x6f\xeb\x7e\x19\xd3\xdb\xc6\xa5\x3e\x43\x6d\x13\x9f\xe4\x4a\x8b\x51\xdd\x27\x46\xa2\x93\xac\xb8\xd8\x1b\x71\xb1\xe5\xe7\xfc\xc8\x64\x7c\xdf\xa0\x87\xaa\x26\xd1\x03\xcc\xc2\x2a\xfd\x6c\xb7\xcc\xc2\x80\x8d\x49\x45\x07\xe1\x91\xa5\x16\x38\x31\x49\xd5\x90\xed\x91\x4a\x08\xa0\x98\x4c\x30\x48\x7b\x24\x73\x3c\x29\x5e\xe3\x82\x3d\xf2\x8a\x3f\x29\x5e\x2b\x6c\x32\x35\x81\x54\xa8\x88\x3d\x72\x98\x3f\x25\x06\xa9\x36\x69\x46\x00\x7d\xc9\xac\x26\x6c\x8f\x72\x8a\x3f\x10\x18\xb2\x94\x47\x8e\x2d\xa0\xc0\xa4\xc2\x82\x27\xf6\x88\xdd\x00\xeb\x25\xa9\x16\xae\x3d\x0a\x81\x07\xee\x4b\x26\x58\xa4\x3d\xf2\x79\x3d\x2f\xe3\x49\x45\xe6\xd1\x47\x46\xdc\x07\x5a\x85\xaa\xe3\xda\xa3\x84\x8f\x27\x00\x05\x64\xef\x7b\x74\x4b\xa2\xf4\x7c\x52\x25\x4c\x7b\xe4\x90\x7d\xe0\xe8\x50\x89\x49\x7b\x14\xd6\x08\x4c\x92\x2c\xb8\x87\x47\x4e\x8e\x27\x48\xbd\xd0\x9a\xf9\xc8\x1e\x11\x20\x25\xaa\x29\x69\x02\x29\xb1\x00\x29\x29\xb2\x05\x0a\xa4\xc4\x9e\x13\xb8\x27\xbc\xb5\x1e\xf9\x71\x03\x1a\x44\x45\x20\x5d\xd0\x20\x7e\x95\xf8\x66\x67\x1b\x8d\xf3\x8e\x0a\xf2\x49\x05\xd9\xfc\xe2\x52\xfb\x05\xd9\xae\xb0\xdc\x93\x5f\xe4\xec\x7e\xc1\x26\x5e\xea\x27\x74\xf8\xd5\x7e\xbe\xf9\x44\x5b\xf9\xda\xe8\x43\xf4\x2b\x78\x34\xe1\x48\xfd\xa2\x0f\xd1\xaf\x0e\xb2\x9d\xfc\x24\x8d\xe2\x7e\xcd\xf8\x64\xe7\x27\x97\xa6\x17\x2c\xee\x13\x9b\x5c\x50\x17\x7e\x05\x41\xb4\x8f\x58\xfc\x22\x41\x78\xc0\x60\x94\x76\xe9\x93\x9a\x1d\x94\xc9\xc2\x42\x4d\x7e\x6d\x75\xb7\xa3\x3b\x35\x75\x35\x61\x51\x08\xb5\xe9\x17\x3d\x7e\x7e\x6d\xd0\xca\xe2\xe4\x08\x14\xeb\xd7\xab\x1f\x66\xd6\xf3\xf0\xcb\xb4\x5c\xa8\xad\x5e\x98\xc6\xe7\xc2\xc1\x70\xe0\x5e\x64\x9e\x1f\x07\xf8\xc5\xf7\x67\x0c\x44\xbb\x6a\x1a\x88\xc5\x40\x26\x9b\x34\x10\x47\xf1\x82\x8b\x63\x74\xad\x64\x1c\x11\x66\xff\xf9\xe5\x9a\xb6\xc7\x4a\x16\xae\xa4\x6b\x4f\x7d\xe1\x93\x1c\x88\x6b\x4f\xe3\x64\xb5\xc2\xd5\x72\x91\x50\x1c\x1f\xda\xc9\xfc\x3a\x5a\x93\x13\xdd\x55\x0e\xe5\xa8\xbb\x13\xdd\x71\x72\xc7\xd4\xf4\xce\x9b\x80\x95\x7e\x31\x4b\xc2\xaf\x3b\xc8\xa4\xf2\x35\xa6\x5f\xfa\x05\x8e\x9f\x13\xe7\x76\x6b\xde\x77\x0c\xa4\x71\x72\xb7\x28\x28\x6e\x83\x26\x3a\xbf\x35\xb9\x27\xba\xfb\xd4\x79\xbf\x1e\x75\xf7\x44\x77\x9c\xf7\xa3\xf5\x8a\x23\xde\x3e\x76\xe3\x89\x02\xad\xa7\x2b\x3e\xf9\x69\x2a\x9e\xe8\x26\xf0\xc0\xf1\x28\x2c\x7e\xe1\x89\xae\x40\x0f\x44\x8e\x42\x6b\x91\xa7\xa4\x6f\xa6\xd8\xf2\xc9\xf7\xe8\x26\x74\xc0\x6c\xa4\xd2\x3e\xc6\xee\x89\x52\xab\xa7\x57\x4a\xcd\x2c\x92\xee\x29\xeb\x93\x39\xc8\x79\xf1\x93\xc4\xdd\xf0\x94\xeb\xfb\x5a\xe1\x17\xb3\x7a\xcb\x03\x4d\x85\x4d\x53\x4d\x18\x08\xf3\xa1\x3d\xe5\x9f\x81\x60\xc7\x49\x5f\x89\xb1\xaf\x8e\x7a\x14\x99\x55\xc3\x3d\xd1\xb0\xe8\x01\xc8\x51\x98\x10\xe5\xa9\xa8\xb7\x02\xf2\xaa\x1c\x23\x3d\xa0\x9e\x82\xc9\x76\xd2\x57\x12\x93\x0d\xb4\x8e\xc2\xc0\x51\x4f\x55\x4b\x12\x57\x24\xab\x37\x78\xaa\xea\xae\x46\x77\x6a\x32\x35\x61\x6e\x95\x13\xa0\x75\xd0\x03\x75\xa3\xf4\xcc\xe5\xa2\xac\xee\x40\xdd\xc8\x84\x90\x71\xa1\x6e\x78\xa0\x6e\x14\x06\x8d\xba\x50\x37\x3c\x50\x37\x4a\xd7\xe6\x88\xdb\xa7\x90\xc8\x3b\x6f\x9e\xd4\xd5\x5d\x8f\xee\xd4\x34\xd4\x84\xb9\xf1\x7c\x24\x31\xfb\x14\xb2\x3a\x4d\x79\x9e\x86\x96\x6b\x44\x6f\x3c\xaa\x69\x88\xd0\x47\xcc\xa0\x71\x94\x43\x33\x40\xc9\xde\xd2\x35\x94\xa9\x99\x87\x68\xdd\x7b\xff\x27\x69\xd7\xd3\x14\x89\xcd\xfb\x9d\x05\xaf\xa5\xb4\x34\xd2\xb8\x7b\x98\x9a\xe1\x40\xe9\xf8\xfe\x8c\x1e\x75\x24\x97\x3e\xb9\xb0\xb3\x9d\xdb\xb0\x45\x9a\x3b\x26\x31\x39\x09\xdd\x3d\x81\xe5\x51\xba\x4e\xeb\x16\x1d\x6d\xac\xb5\x98\xc3\xd6\x5a\xc7\x95\x45\x40\x56\x4f\x5b\x3b\x1b\x22\x53\xd7\x21\xd7\xc5\x94\xde\x0b\xe5\x6d\xe3\x37\x4d\x04\x08\xdb\x62\x19\xbc\x3d\x93\x6b\x8f\xe2\xae\x18\x3a\x0a\xae\x3d\x8a\x0b\x61\xe8\x28\xe8\x42\x08\x58\x91\xc2\x28\x56\x17\xac\x88\xa7\xd0\x01\x46\xe6\x7b\x47\x2b\x0d\x1d\x20\x4f\x6e\xc2\x51\x77\xa1\x03\xb0\x44\x94\xa7\x5b\xd3\x8b\x1b\x61\x88\xa8\x6f\x75\x17\x6c\x7f\x88\x79\x88\xed\x07\xae\x48\x61\xc1\x72\x4f\x4c\xbb\x77\x40\x8c\x64\xc2\x65\x7a\x12\xd7\x4f\x4f\xcc\x5c\x54\xfd\x88\x1e\x1e\xd0\x83\x36\xe1\xd1\x42\xc7\x8d\xc0\x98\x53\xcf\xba\x11\x02\x8d\xa4\x30\x94\xd8\xb3\x6e\x04\xc0\x84\xa4\x42\xa4\x55\xcf\x34\x71\x38\x70\x42\x72\xfe\x74\x2d\xcf\x74\x35\x79\x0e\x95\x83\x41\xa7\x9e\xa9\x72\x78\x86\xca\x41\x64\x27\x17\x6e\x88\xe7\xb8\x2b\x18\x6d\xeb\x99\xee\x66\xcf\xe9\x8e\x36\x8e\x32\x91\x47\x67\xdc\x23\x2c\x16\xef\x82\x1b\x71\xd4\x42\x4b\x85\xd6\x4a\xcf\xba\x11\x72\x5e\x78\xed\xdb\xb9\x5c\xf4\xda\xcb\xe5\x33\x13\x75\x5c\x20\x25\x9e\x83\x0d\xd3\x20\xe9\x99\x9a\x8a\xe7\xd0\x54\x66\xe2\x72\x51\x53\xf1\x0c\x4d\x85\xda\x81\x67\x89\xcf\x39\xf8\x30\x03\x1a\x3d\x37\x75\x17\xcc\x76\x66\x4e\x40\xcc\x36\xb0\x4d\xca\x24\xff\x16\xb6\x89\xa3\xa0\x5b\x2a\x34\x56\xba\xea\xb8\x79\x86\x4b\xb9\x4c\xd2\x6c\xee\xda\xd5\x7e\x30\x4c\xce\x9c\xe1\x79\x9e\x83\xdb\x32\x06\xcf\xb3\xb8\x6d\x60\xa2\x14\x02\xc3\x7a\x16\xb7\x0d\xe0\x93\x32\x79\x3b\xe5\xa1\xee\x60\xff\x28\x9a\xc1\xd4\xaa\xcc\x98\x39\x19\x71\x9e\xda\xba\x89\xad\xe3\x81\x14\xee\x89\x07\xee\x49\x99\x9d\xa3\x14\xa7\x0d\x00\x93\xc2\x10\x5d\xcf\x92\xe4\x03\xc0\xa4\x30\xc8\xcb\xf3\xd2\xcc\x77\xcc\x4e\x84\xc9\xda\x5f\x9e\xff\x6a\x7f\xf1\x35\x71\xda\x1c\x9c\x76\x52\xe1\xc8\x5b\xdd\x05\x3b\x65\x48\x96\x67\x69\x00\x40\x33\xc9\xa5\xa8\x37\x8d\xc4\x62\x24\x64\xde\xd9\x34\x12\x8b\x91\x90\x8a\x4c\x8b\x12\xca\xe2\xd4\x61\x3d\xea\x0d\xe2\x6e\xd1\xce\x49\xdc\xcd\xc1\xf8\x18\xa7\xe2\x59\x8c\x2f\x87\xf1\x83\x96\x51\xcf\x34\x7e\x38\x40\x49\x72\xd1\x86\x8b\x27\x06\x12\x49\x59\x5a\x2f\x22\x91\x78\xbe\x63\x24\x9c\xdb\x23\x62\x78\x02\x5b\x8f\x02\x55\x7e\x44\x0c\x0f\x88\x81\x4a\x64\x7e\xf4\xc5\x97\x3b\xe6\xd2\x38\x90\x47\x0c\x25\x58\xe2\x62\x6f\x45\x2c\x31\x20\x45\x0a\x43\x43\xbc\xd0\xd2\xe2\x40\x17\xc9\x2c\x4b\xe6\x85\x96\x16\x2f\xc1\x2d\x57\xd3\x27\x5d\x6d\x98\x5b\xd7\x17\xb9\xca\x25\xc5\x4a\x52\xca\x17\x12\x89\x03\x89\x24\xb3\x44\x8d\x0b\x89\xc4\x4b\x30\xd9\x45\x65\xbd\xd0\x69\xef\x81\x52\x52\x98\x73\xef\x42\x29\xf1\x92\xa3\xd4\x26\xe5\x86\x42\xcf\xbc\x97\x1c\xdd\x71\x02\x12\xad\x4b\x70\xd2\xc5\x33\x50\xc4\x49\x4b\x70\xd2\x9f\x2f\x6a\x4d\x6a\x8d\xd7\xb8\x5e\x55\x9f\x84\x8a\x5f\x19\x42\xec\x45\x2a\x7e\x81\xd4\xc7\xb8\x1d\x2f\x92\xfa\x0a\xd8\x57\x65\xb8\xac\x97\xae\xc9\x81\x47\x55\xe2\xcf\x7a\x19\x5a\xcb\x11\xdd\x91\x2c\xcb\x50\x77\x23\xba\xe3\xc4\x87\xba\x1b\xd1\x9d\x88\x41\xec\xab\x04\xfb\x1a\x1c\xc9\xd0\xae\xc2\x44\x5b\xaf\xc6\x19\xd0\x44\xeb\x65\xc6\x48\x44\x44\x53\x5b\x37\xa3\x3b\x5e\xb9\xc2\x30\x71\x94\x55\x7b\xdb\xb8\xe5\x2e\x9a\x85\xb2\x5b\x13\x65\xa2\x22\x65\xb7\x40\xd9\x25\x7c\xa6\x97\xa3\xd9\x81\x33\x54\x26\x66\x7b\x39\xea\x0e\x66\xa4\x9a\xea\xbf\x81\x91\x79\x61\x34\xad\x97\x1b\x57\x32\x45\x98\x22\xe6\x10\x40\x1f\x95\xd6\x56\x2f\xb7\x06\x7a\x63\xa0\x14\x61\xca\xad\x81\xde\x81\x16\x59\xf5\x49\xad\xf5\x13\x90\x90\x94\xe7\x8b\x24\xa6\x02\x3d\x99\x88\x77\x5e\x1e\xd1\xdf\x13\x23\xd1\x79\x7d\xb4\x0d\x60\x0f\xaa\x68\xee\x82\x15\xf1\x7a\xc5\x7b\x3c\x5d\x55\x7a\x72\x40\x8e\xd4\x44\x11\x5a\x90\x23\x5e\x73\x0c\xf3\x0b\xdc\xf1\x4a\x2f\xae\x57\xa8\xa7\x55\x26\x95\x4a\x2f\xae\x57\x04\xbe\x54\x46\x6c\x7a\x95\xa4\x12\xd8\x21\x55\xd6\x0a\x61\x87\x78\x2d\xf1\x4d\xca\x1c\x95\xc9\x09\x5e\x5f\xa5\x33\x13\x5a\xd4\x2b\x93\x13\xbc\x42\xc2\xa9\xcc\x4b\xf7\x2a\x09\xa7\xf6\xe8\x8e\x62\x45\x95\x0e\x57\xa1\xc3\x31\x18\xcd\x85\x0f\xe2\x35\x4e\x3a\x0b\x07\x78\xed\x3f\x9f\x8c\x51\x6a\xa5\x75\x9c\x51\x15\x35\xd5\x4c\xfe\xa7\xb2\xa8\x5e\xe1\x71\xa9\x9a\xf8\x50\x77\x28\x65\x55\xa5\x1a\x55\x1d\xe7\x80\x23\xa9\x0c\xd9\x74\xc1\x91\x78\x5d\xd1\x1d\x99\x55\x95\x15\xb0\xae\x18\x26\x2d\x12\x75\x69\x98\x70\x9e\x56\x89\x92\xd5\x34\x3d\x58\xd8\x2a\x6d\xb1\x5e\x4d\xef\xc1\xd3\x59\x65\x8b\xad\xa2\xf7\x0a\x05\xa1\x16\x8d\x45\x0a\x42\x85\x82\xc0\xea\xd9\x2e\xf4\x0c\xaf\x71\x14\x58\x68\xcc\xeb\xa3\x29\x04\xbd\x33\x04\xd1\xab\x6e\xca\x8a\x58\xb4\x4a\x40\x49\x17\xb2\x86\xb7\x0b\xdd\x51\x6b\x6a\xf4\x49\x78\xbb\x62\x76\x3c\x5e\x8d\xa9\x7a\xde\xe2\x28\x54\xae\x4a\xd3\x51\x08\xb0\x8e\x5a\x49\xd2\x8d\x8e\x4e\x07\xc8\x46\xaa\xda\x59\x41\x6b\x38\xe0\x32\xde\x36\xbe\xa7\x5b\x08\x05\x66\x33\xe1\x4c\xbd\xe9\x16\x6a\x71\xba\x88\x90\xea\x2a\x39\xeb\x81\xad\x51\x2b\x49\x5a\x45\x67\x3d\x40\x32\x2a\x83\x28\xbd\xc9\xc4\x03\xbc\x8c\x4c\x38\x53\x6f\x3a\x41\xc0\xc4\x48\x95\x59\xeb\xde\xe8\x73\x75\x80\x64\x28\xbc\xd2\x05\x92\xe1\x2d\x0e\x1e\xb3\xd6\xbd\xc9\xc2\x03\x00\x8d\x5c\x79\xaf\xb5\xea\x6a\xba\xd1\xc4\x65\xa6\x37\xd6\x1b\x62\xdc\x2b\xb1\x40\xbd\x31\xc6\xdd\x01\x97\x91\x89\x2e\xea\x8d\x05\x3b\xbc\x21\x1e\x43\x26\xfb\xd6\xb4\x92\x88\x1a\xab\x32\xcb\x37\x19\x78\x5a\xc3\x40\x28\x88\xb5\x2e\x12\xea\x51\x13\x9c\x8b\xd5\x45\x42\xc1\x52\x08\xda\xe9\xad\x8b\x14\x82\x6f\x54\x9e\xff\x26\xbe\xd1\xe2\xaa\xaf\x9d\xdf\x1c\xea\x6e\x44\x77\x5c\x64\x49\x01\x2d\xd8\x06\xaf\xd7\x26\xb6\xd1\xe2\xa6\x67\xb8\xa9\x37\xdd\xf4\x0d\x37\x3d\x23\x58\xbd\xe9\xa6\x6f\xc1\x51\x58\x90\xda\x9b\x38\x4a\x0b\x29\x80\x51\xaa\xde\x24\x05\x34\xc4\x93\x54\x46\xa9\x7a\x93\x82\xd3\x42\x0a\x20\x10\x81\x37\x99\x92\xda\x8c\xa1\xb0\x3b\xb9\x31\x5a\x40\xbf\xb2\xf6\xb4\x37\x99\x92\xda\x9a\xef\x6b\xbc\x98\x9a\x74\x9f\x16\xbc\x8d\xb1\xad\xde\xc4\xdb\x02\xf8\xa4\x12\xa2\xd1\xdb\xd6\xec\x36\xf8\x17\x31\x1a\x5d\x08\x26\x0e\xe8\x91\xa4\x92\xfe\xde\xa4\xa9\x00\x8b\x24\xff\x2c\x98\x69\x0f\x82\x95\xb6\xac\xd7\xb4\x28\x06\xb2\xd4\x5a\x12\xa6\xc4\x01\x4b\x92\x89\xb6\xea\x4d\xbe\x8a\x80\x22\xa9\x8d\x3a\x66\x73\x0d\xc4\x71\xaa\xa8\x4d\xa9\x72\xb3\x47\xe5\xe6\x9f\x25\x39\x5a\xe5\x13\x5f\x14\xa7\x91\x89\x29\xa0\x48\xaa\x5c\x1c\x82\x22\xf1\x06\x75\xaa\x12\xe1\xd0\xdb\xad\xee\x5e\xcd\x2a\x37\x5e\xff\x4d\xde\x83\x40\x30\xa9\x0c\xdc\xf5\x76\x8b\x16\x5e\x21\x28\x37\xb1\xd8\x47\x9b\x13\x37\x01\x01\x02\xbd\x49\xf2\x69\xef\x4d\x90\x59\x04\xce\x9b\xb4\x29\xd4\xbb\x7d\x5f\xe3\x20\x65\x61\x02\x5e\x4a\x6e\x34\x6f\x08\x2e\xc5\x3b\xee\x08\x39\xb4\xba\xee\x88\x7e\x05\x1e\x31\x0f\x78\x97\x81\xa9\xbf\x8a\x55\x6e\x64\xe7\x5d\x92\x54\x8f\xab\x85\x68\x15\xde\x75\xb5\x04\x38\x4b\x25\x08\xa0\x77\x5d\x2d\x81\xb2\x52\x59\x2a\xdc\xbb\x8c\x4f\x00\x5c\xc9\x22\x85\x4e\x7f\xb7\xf7\xe4\x68\xfa\x37\x24\x32\xef\xba\x93\x7a\x88\x75\x72\x9b\x74\x29\x54\x1d\x0a\x15\x51\x32\x5d\xa8\x2e\xde\xe3\x2a\x23\x1e\xac\xf7\xac\xb9\xc7\x7d\x45\x9c\x0b\xef\x72\x56\xf4\x8c\x2d\xe7\x75\xd5\x75\x5d\xf5\x02\x76\x4f\x18\x59\x07\x3a\xcc\xf7\x27\x46\x42\x51\xa3\x4b\x16\xec\x25\x56\x93\xd6\x81\x5e\xb5\xaf\xf0\xe7\xcb\x85\xd6\xab\xf6\x35\x6e\xb9\x46\xce\xd0\xab\xf6\x35\xae\x32\x62\xd3\xb9\xa0\x67\xbc\xc3\x4a\x56\x3b\x89\xb6\xcb\x4a\xd6\x5b\x74\xa7\x26\x4d\x00\xf7\x15\x11\x34\xbd\xcb\x23\xd1\xe1\x75\xa8\x72\x9b\xf4\xa6\xc9\xbd\xf7\x93\xe2\xd0\xbd\x33\xca\xd9\x7b\x8b\x81\xd0\xee\xd6\x65\x3f\xeb\x21\x95\xb2\xce\xaf\x77\x49\xa5\xbd\xdf\x01\x25\xcd\xc9\x0d\x2d\x4a\x28\x99\x72\x72\x74\x29\x99\x1d\x4a\x26\x63\xdb\xbd\x4b\x2a\xed\x71\xf5\x74\xad\xf3\x50\x77\x71\xbf\xc8\xcb\xd1\x75\xbf\xf4\xd0\x24\x89\x7f\xe1\x5d\x77\x48\x9f\xd1\x1d\x67\x3e\x35\xf3\x10\x74\xe5\xe4\xe8\x4b\x24\x8b\xa8\xea\x9f\x63\xb7\xb4\xce\x2b\x7a\xd3\x49\xd6\x1d\x12\xc0\x40\x95\x20\x17\xde\x75\x87\x04\xc2\x4f\x65\x7c\xb1\x77\xd9\xcf\x00\xf6\x93\x09\x20\xe3\x5d\x57\x48\xdf\x31\x71\x5e\x59\xdd\x44\x28\x88\x8f\x66\xd5\x7f\x17\xc0\x8f\xf7\xb8\x79\x08\xfa\xea\xdd\x44\x97\x71\xbd\x30\xbc\xd8\xbb\xae\x97\x6e\xa8\xbb\xff\xd3\x9b\x98\x43\x28\xde\x9d\x1a\x74\x77\x8d\xc4\x63\x24\x9c\x80\xfc\xdd\xdd\x63\x4d\x78\x1d\x77\x17\x5d\x22\x24\xa4\xf1\x32\xeb\xae\xdd\xf1\xe8\x8d\x9e\xf7\x2e\x9f\x76\xa0\x17\xd5\xc1\x8b\x42\xe8\x45\xde\x43\x97\x1f\x54\xea\xba\xac\x7c\xfd\x44\x77\x9c\x80\xac\x7c\x3d\xae\xa5\xc1\x9b\xba\xeb\x5a\xea\x71\x2d\xf1\x82\xec\xb7\x96\x39\xf4\x78\x39\x68\x54\x09\xdb\x51\x09\x3b\x13\x8a\xc7\xbb\xf4\x9a\x1e\xb7\x99\xfc\x33\x5d\xfe\xee\x80\x5f\xaa\x43\x87\x4e\xd7\x59\x40\x2c\xd5\x21\xde\xad\x3b\x0b\x68\x4b\x99\x15\xef\xbd\xcb\x17\xde\x9f\x3f\x74\x73\x7d\x52\x13\x0f\x1d\x9f\x58\x22\x2e\x64\x26\x1f\x57\xac\x33\xc5\xfb\xc1\x00\x6f\x1f\x08\xf0\x26\x62\x90\x0b\x99\xc9\x47\x98\x06\x58\x8d\xcf\x87\x2e\xb4\x11\x17\xda\xa0\x0c\x3f\x74\xa1\x8d\xd0\x87\x06\x19\xdf\x48\xea\x0e\x36\x40\x39\xae\x87\x3c\x26\x28\x1e\x9f\x2a\x71\x46\x7c\x64\xcd\x20\x27\xbc\xc6\x2f\xe6\xac\xa6\xe8\x8d\xac\x61\xc8\x10\x11\xd8\x52\x55\x2e\x9f\xa1\x6b\x69\x84\xaa\x44\xa0\x11\x1f\x45\xdd\x95\xe8\x6e\xb2\x69\xaa\x29\x26\x3e\xf4\x9a\xab\xed\xa5\xcb\x4e\x13\xc5\x90\x16\x35\xe2\x5a\x92\xcb\x67\xc8\x19\x1e\x00\x52\x55\x7e\x1d\x01\x48\x39\xf0\xa2\xde\x36\x7e\x53\xba\x12\xf0\xa2\xb2\x38\xfe\x68\xfa\x64\x7b\x45\x11\xa2\x2b\xf9\x90\xa3\x65\xc4\xfd\xc2\x3a\x7a\x3e\xa4\xf4\x04\x7e\x54\x25\xe2\x89\x0b\x3f\xca\x03\x23\xaa\x0e\xda\x0c\x84\x11\xe5\xa3\x03\x30\x7d\x6a\x7f\xe4\x84\x19\x61\xf6\x98\x34\xa5\x0c\x99\x3d\x06\xf4\x97\x2e\x9a\x95\xfe\x32\xe2\xee\x21\x0e\x87\x0f\xb9\xb5\x03\x3c\xaa\xce\xa4\x4f\xfe\x74\x77\xe3\x93\x6a\xa2\xf0\x3c\x90\xf4\x5b\x27\x4d\x0d\x83\x49\xbf\x0e\xac\xa8\xdc\x45\xea\x0c\x87\xf7\x81\x70\x78\xdd\x58\x83\xe1\xf0\x1e\xd0\x51\x75\x32\xe2\x68\x28\x40\x6b\x20\x40\x8b\x29\x36\x3e\xa4\xd9\x8c\xb8\xb1\x18\x98\xef\xc2\x8e\xf2\x01\xcd\x86\x90\x94\x3e\x96\x7a\x0b\xed\x85\xc1\xf7\x3e\x14\x9f\x05\xa8\xa8\xac\x3b\x70\x6c\x4d\x6d\x77\x34\x71\x45\xb6\xa6\xb6\x63\x21\x69\x30\x1d\x72\xdc\x00\x3a\x2a\xeb\x7a\x14\x74\x94\x8f\xb8\xcb\x18\x97\xef\x43\x2e\xf2\x80\x95\xaa\x72\x90\x0d\x5d\x58\x23\xcc\x47\x93\x36\x81\xa1\x00\xad\x61\xd1\x1d\x27\x20\xa5\x67\xe0\x52\x22\xde\xbb\x0f\x05\x68\x0d\x0f\x2a\x69\xff\x18\xc4\x30\x14\xa3\x35\x10\xa3\x45\x54\x4a\x17\x56\x95\x8f\xb8\xea\x08\xd6\xe0\x43\x77\xd6\x08\x9d\x48\x6e\xb7\x21\x9d\x68\x00\x72\xa6\xca\xed\x36\x74\x31\x8d\x3b\xd6\x85\x57\xeb\x90\x1f\x69\xc4\xed\x33\x75\xc8\xe5\x5b\x0f\xdc\xac\x3a\x29\x3d\x0f\x5d\x31\x23\x78\xfe\xe4\xd5\x24\x24\x2b\x07\x92\x95\xd2\x92\x5c\x48\x56\x3e\xe3\x3a\x60\x42\xbd\x4f\xe9\x30\x33\x78\xfe\xe2\xfd\x39\x99\x8f\xe9\x01\x57\x55\x09\x63\xe3\x33\xa9\xbb\x84\xee\xa6\x9a\xf4\xc9\x04\xfa\xe3\xb5\x0b\x64\xab\xef\x4f\x4c\x8e\x99\x0c\x3e\x15\x50\x35\x11\xb3\xab\x10\x0d\x81\x5c\xf9\x8c\x9b\x62\x31\xd8\x6a\xca\x49\x1e\x00\x58\x75\xf1\x6c\x4d\x5d\x07\x81\x64\x55\xe5\xe6\x9b\xd2\x44\x00\x6a\x95\x59\x51\xd7\xa7\x62\xa3\x66\x18\xce\x98\xe4\xe0\x93\x89\x95\x3e\xe3\x3a\x60\xbe\xb6\x4f\x05\x40\x05\x94\x55\x5d\x14\xd7\x05\x65\xe5\x33\x74\x8a\x45\x85\x76\xca\x3c\x36\x11\x00\x25\xa9\x68\x32\x61\xc9\x67\x8d\xee\x9a\x3e\xa9\x19\xe0\x3a\x20\x84\xa4\x4f\x05\x47\xcd\x16\x8b\xc2\x7b\x70\xca\x29\x3f\xc3\xf4\xc4\xba\x8f\x3e\x65\x7a\x9a\x30\x3d\x0d\xfa\xb4\x84\x56\xe5\x33\xd8\x3a\x11\x7a\x7c\xca\x49\x1e\x48\x56\x75\x51\xa8\x98\x43\x44\x04\x05\xa0\x5d\x9a\xdd\x54\x77\xc8\x65\x92\xec\x36\x65\x5f\x9a\x2f\x3f\xce\x84\x81\xf3\x29\xd5\x60\x22\x19\xb3\x31\x81\xd5\xa7\x18\xf4\x84\x79\x69\xf0\xa2\x10\x34\x96\x4f\x30\xe1\x76\xa9\x37\xd9\xc7\x27\xf0\xb8\xdb\xa5\xf7\x14\x8e\x14\x90\x5a\xed\x12\xf1\xc9\x11\x3e\xc1\xe0\xda\x45\x0e\x3d\xc5\xe0\x26\x18\xdc\xe0\x55\x31\x15\x3a\x34\x3d\x86\x42\xcb\xe6\x54\xe8\xd0\xf4\xe8\x8e\xde\x86\xa9\xd0\xa1\x80\xcd\x6a\x17\x79\xb4\x60\xb3\x3c\xa0\xb1\x1a\xd3\xde\x7c\x32\xcf\xc9\x81\x92\xa5\xe4\x3c\x9f\x72\xa1\xcd\x13\xdb\x43\x8f\xc2\x94\xfc\x3c\x21\x3f\x4b\xc2\x14\xa0\x96\xcf\x3b\x7a\xa3\x78\x33\xc5\xdd\xe6\x53\xa3\xe0\x08\x47\x29\xdb\xcd\x8c\xea\x1a\x97\x28\x45\x06\x9a\x89\x10\x20\x05\x1c\x09\x19\xcb\x03\x19\xab\x25\xd2\xfa\x92\xbf\x3b\x90\xb1\x1a\xeb\x37\xfa\x92\xb0\xbb\x5e\xe1\x36\x2b\x4e\x69\x11\xc2\xcf\x17\x04\xda\xc6\xd2\x8e\xbe\xe4\xef\x5e\xf0\x77\x0f\x5e\x77\x4b\xd1\x41\x81\xb5\xd5\x98\xe3\xe0\xc2\xda\xf2\x95\xe3\x93\xd4\x00\x96\x0c\xf5\xab\xc4\x28\x29\x70\x2c\xb9\xba\x56\x8d\xd9\x91\xa7\x2c\xd9\x14\x16\x6c\x0a\x04\x74\x74\xe1\x62\xf9\x6a\xf1\x49\xde\x3e\x4b\x87\x3c\x30\xb3\x5a\xfa\xb2\xfa\x7d\x49\x20\x0c\xf0\xab\x96\xb8\x77\x4b\xa6\x6e\xe0\x60\x29\xe5\xd2\x97\x3c\x64\xab\xc7\xec\x78\x31\x2d\x19\x15\x56\x8f\x4f\x92\x39\x2c\x45\xd7\x04\x30\x56\x4b\x94\x23\x97\x18\x47\x20\x5c\x35\x39\x0e\x85\x70\xe5\x0b\xd6\x81\x26\xc7\xe1\x12\x0b\x00\xa2\x55\x96\x98\xbf\x14\x42\x03\x44\xab\xd4\x08\x5a\xed\x82\xb1\x72\xc0\x56\xa5\x26\xe7\xe0\x52\x78\xcd\x5a\xd1\x1d\x55\xb4\xb5\xd4\xdd\x8a\xee\xb8\x98\x8a\xae\x59\x16\x9f\x24\x07\x58\x52\xae\x17\xe4\x98\x41\x89\x43\x78\x54\xbe\x82\x03\x30\x4f\xc3\x97\x38\xc0\x02\xaa\x66\xcb\x8c\x80\x5e\x2e\xaa\x7d\xe5\x99\x4c\x24\x48\x5f\xac\x86\xe1\xcb\x63\x24\xb4\x2a\x2c\xd9\x83\x17\xec\xc1\x43\xd4\x20\xbd\x7b\x1d\x1c\x11\x11\x83\xa2\x0a\x01\x4b\xf5\x7e\x51\x6d\x22\xa2\x97\x85\x28\x91\xd6\x97\xb4\x75\x40\x56\x29\x8f\xd6\x97\x84\xa2\x15\xdc\x86\x85\xbb\x7d\x89\x6d\xac\xa8\x00\x94\xa9\xe5\x2f\xa9\xe4\x01\x46\xd5\x32\x65\x8a\x25\x2b\x32\x70\xa9\x32\x4b\x9c\xf8\xba\x29\x48\x2e\xb8\x1a\x07\x2d\x8a\x4b\xae\x46\xc0\x52\xa5\x96\x69\xdd\x58\xd2\xc8\x17\x34\x72\x62\x36\xfa\x92\x46\xbe\x82\x7f\x65\x5a\x37\x96\x82\x72\x02\xc3\xaa\xb1\x00\xb6\x6f\x31\xa9\x00\xaa\x6a\x2c\xee\xe8\x5b\x41\x39\xc0\xac\xca\xd2\xb3\xb6\x24\xb0\x1d\x8c\x68\xfd\x1b\x1e\x83\x6f\xc5\xe5\x6c\xe8\xe4\xad\xd0\xdc\xbd\x25\xa0\xed\xe0\x61\x85\x86\xeb\x2d\x1e\xb6\x81\x7e\xd3\x58\x30\xda\xb7\x1c\x91\x1b\xc2\x48\x53\x6c\xd7\x96\x30\x02\xd8\x2a\x65\x2c\xfb\x96\x30\xb2\x83\xbd\x11\xfd\xc6\xb7\xf4\xd6\x1d\x3c\x4c\xa1\x32\x5b\x3c\x2c\x00\xa9\x5a\x21\xd5\x6e\x19\x46\x81\x4d\x95\x27\x7d\x00\x9b\x38\xf8\xbe\xc1\xc2\x14\xc6\xb8\xe5\xad\x03\x34\x55\x6a\x84\xb8\xf1\x2d\x95\x76\x0f\x8f\x36\x7e\x52\x4e\x32\x80\x45\xa5\x56\xd5\x9d\x04\x95\x1d\x7c\xa3\xd2\x79\xb0\x65\x56\xdc\x21\x1e\x54\xda\x53\xb7\xc4\x83\x0d\xf1\x40\x61\x93\x02\x6d\xf2\x1d\x3c\x45\x4e\xb2\xad\x48\x99\x00\x74\x6a\x44\x9c\x71\x01\x3a\xf9\x0e\xf1\x40\x5e\xb2\x2d\x8b\xdd\x86\xc5\x6e\x32\xc3\x66\x4b\x3a\x08\xac\xa7\x26\x57\x9e\xb0\x9e\x1c\x58\x4f\x79\xd2\x05\x20\xac\x27\xdf\x71\x96\x2b\x0f\xde\x56\x7c\xdd\x8e\xf3\x4a\x2c\x1a\xdf\x52\x62\x36\x5c\x3b\xad\x89\x54\xe4\xe4\x0f\x8c\xa8\xd6\x68\x96\x33\x29\x38\x16\x47\x48\xfe\x0f\x93\x75\xca\xae\x78\x8f\x82\xbe\xc9\xa5\x62\x71\x12\x1a\x75\x5e\xd3\x49\x08\xfc\xa8\xd6\xaa\xde\xd3\x37\x53\x7c\x93\x56\x2d\x93\x79\x0a\x70\x51\x99\x38\x90\x6e\x32\x4f\x59\xbd\xf0\x1a\x65\x3b\xab\x3f\x6d\xd1\x1d\x59\xa3\x49\x09\x30\x28\x01\xcc\x98\x77\x01\x3a\xb9\xc5\xb9\x6b\x5c\x69\x23\x6a\x81\x5b\x1c\x2e\x79\x4d\x84\xe8\xe4\x81\xda\xd4\x64\x5a\xb4\xa6\xee\xe0\x25\x97\x46\x6f\xf2\x92\x5b\x94\xed\x92\xcd\xce\xe4\x75\x30\xf8\xbb\x5b\x27\x1f\x33\xf9\xbb\x0d\x5a\x40\x23\xa8\xb8\x9b\xbc\x07\x36\xa2\xbb\xc1\x26\x75\x07\xdb\x7b\x63\xed\x3a\x37\xd9\xde\xcd\xe2\x93\x54\xcc\x4d\xb1\x29\x16\x02\xaf\x14\x46\xd3\xa5\x66\x21\x9e\x4a\x0f\xb0\xfb\xa7\x0d\xf7\xcc\x10\xad\xc8\xbe\x6b\x41\x7f\x0a\x88\x77\xd1\x9f\x87\xc0\xa8\x30\x74\x97\xc0\x08\xe4\xa2\x4c\xe4\x49\x77\x31\x62\x0f\xd2\x64\xa1\x30\x77\x91\x66\xa0\x1a\x35\x85\x9a\xbb\x48\x13\x48\x45\x6f\x5b\x61\x9b\xba\x4b\xd1\xdd\x62\x93\xba\xcb\x20\x3f\x5d\xcc\x2e\x55\xd9\x5f\x2a\x15\x4a\x82\xbb\xd2\x92\x3c\xc7\xa2\x90\x33\x3a\x4b\xbb\xb8\x23\x34\x65\x76\x35\x6d\x35\xc5\x20\x79\x2f\xbb\xfc\x79\x01\x4f\xd4\x64\x77\x74\x19\x55\x81\x54\x94\x89\x28\xec\x4e\x3c\x34\xf7\x72\xbf\x4d\x43\x6f\x91\xb3\x03\xa8\xe8\xfd\x22\x5f\x53\x64\x4a\x20\x17\x4d\xde\x15\x82\x26\x72\x8f\x53\x27\x63\xa5\xcb\x9d\x17\xd0\x44\x4d\xc6\x4a\xd7\xd1\xf2\xb8\x9b\x74\xc9\xb8\x32\x8c\xbc\x45\x77\x6a\xd2\x72\xc5\xc9\xa2\x88\xe3\x3a\x59\x1e\x92\x37\x91\x9b\xdd\x65\x6e\xf5\x38\x59\x8a\x87\x77\xdd\x4d\x1e\xe2\xb5\xec\x87\x2e\xf1\xda\x47\x8d\x6a\x66\x9c\xb9\x6c\xaa\x1e\x77\x93\x98\x8a\x4b\xa6\x05\xde\x50\x26\x92\xb2\xfb\xd2\x30\xe3\x44\xca\xac\xe5\x3a\x91\x01\x40\xd4\x7e\x16\x5a\x11\x15\x1e\x9a\x32\xb1\x3f\xdd\x95\x9c\x03\xe4\xa0\x3c\x79\x21\xf8\xd6\x8e\xc3\xf0\x48\x98\x4b\x77\x19\x1e\x01\x1c\x94\x9a\x8c\x61\xae\x38\x8c\x40\x12\x9a\x22\x06\xc5\x61\x78\xb0\x8d\x49\xe1\xce\xc5\x36\x02\x65\xa8\xfd\x8c\x44\x21\x6d\x01\x17\xd4\x08\xec\xe1\xae\x68\x0b\x20\x07\x65\xc2\x5c\xba\xcb\x7c\xe8\x21\x79\x2f\x11\x91\xcc\x87\x1e\x5c\x8a\x98\x1f\xee\xe2\x52\x7e\xff\xb5\x71\x2d\xef\x9f\x36\x0c\x73\xd1\xf5\xe3\xba\x41\x3d\x8a\x5e\x2e\x6a\xca\x2e\x4f\x53\xe0\xfe\x34\xd9\xae\x8e\xec\x80\x27\x6e\xd0\x45\x0e\x76\x24\x84\x1e\x08\xa1\x8b\xf6\x16\xe1\xfe\xf8\x09\xc6\xb7\xc8\x84\x8f\x5c\x3f\x81\x09\xd4\x14\xc7\x2d\x4c\x20\x3f\x71\xb9\xca\xd0\x74\x14\xcb\x70\x52\x74\xa7\x26\xee\x79\xc0\x05\xb5\x35\xfe\xd1\xc4\x2b\x34\x21\x3f\x39\x7a\xe4\xfd\x7a\xe4\xfe\x09\xa4\xa1\xb6\xa8\x5e\x08\x69\xc8\x4f\x99\xd1\xf6\x11\xee\x51\xc6\xe3\x81\x14\xda\x65\xbf\x3a\x72\x9f\x1c\x9c\xe7\xce\xd2\x69\x7e\x74\x9e\x03\xfb\xa7\x13\x4e\xd9\x85\xfd\xe3\xa7\xc7\x37\xb5\x49\x72\x9f\x1c\xe4\xb0\xc8\x9c\x79\x64\x82\x3b\xb8\x60\x3b\xb1\xa0\xfc\xc8\x45\x02\x38\x9f\xd4\x2f\x5e\x41\x47\x51\xd9\x67\xc5\x50\x78\xcd\x1c\x39\xcc\x0f\x1c\xe6\x4b\x33\x90\x67\xe2\xac\xf8\x24\x39\x99\x40\x7c\xfc\xac\x98\x01\xef\x0b\xa1\xf8\x78\xa0\xf8\xf4\x8b\x87\xf6\xc8\x61\x0e\x40\x9f\xbc\x28\x8b\x1d\x39\xcc\x03\xe0\xa7\x13\xff\xc2\x05\xf0\xe3\x07\x07\xb3\x13\xa8\xd8\x8f\xa4\xde\x03\xa9\xb7\xcb\xea\x72\x64\x14\x3b\x38\x99\x9d\x10\x25\x7e\x74\x32\x0f\x8c\xf0\x9d\x75\xc2\xfc\xc8\x08\x7f\xee\xf8\x26\x5d\x93\x47\xa7\x2f\x50\x7c\x7a\xd2\x29\xd2\xe9\x0b\xa4\x9e\xae\xc0\xeb\x23\xad\x12\xa0\x3d\x59\xc6\xe1\x23\xf3\x56\x80\xf8\x74\x42\x2c\xf8\x2d\xb1\xe3\xbe\x62\xea\xdc\xbc\x5b\xc6\xfb\xfb\x8a\xee\x28\xf0\xdf\x12\x89\x03\xe0\xa7\x13\x73\xd8\x6f\x9d\xda\x40\xea\xe9\xc2\x20\x10\x52\x8f\xdf\x40\x53\xec\x89\x57\xfa\x2d\x8f\xed\x9d\x62\x9c\xbc\xd2\x05\xd5\xe3\x37\x44\xe2\xc5\xac\x80\x5b\x22\xf1\x9d\xa3\x3b\xb2\xd5\x5b\x47\xf6\xce\x31\x05\xb2\xf1\x5b\x47\xf6\x86\xc7\xb6\x67\x5a\xfd\x6e\x79\x6c\x6f\x78\x6c\xc5\x93\xee\x42\xba\xbd\x21\xf6\xf6\x4c\x0d\xf0\x96\xd8\x0b\xd4\x9e\xac\xd4\x92\x5b\x97\xf3\x1d\x07\x5d\x79\xc8\xb7\x0e\xfa\xfd\x4a\xc0\x6f\x1b\x67\x20\x7d\x33\x60\x7c\x94\x91\x22\x18\x1f\x0f\xa8\x9e\x9e\xab\xda\x34\x12\xe4\x88\x2c\x2a\xbe\xb7\x72\xd5\x80\xcc\x93\xba\x02\xce\x6f\x79\x50\x03\xaa\x47\x89\x2c\x82\xea\xf1\x3b\xd8\x83\xd2\x74\x6f\xb1\x07\xa0\xf6\xbc\x6d\x9c\x9c\x0c\x6d\x81\xc7\xd3\x65\x6f\xba\xa7\xba\x83\x9b\x74\x89\x50\x64\x68\x03\xfc\x4e\xea\x59\x04\x26\x5f\x68\xe0\xf1\xb0\x0a\x80\x0b\x8f\xc7\xef\x60\x46\xca\x55\xbd\x65\x86\x0f\xac\x9e\x2e\x13\xd0\x2d\x8e\x73\xaf\xe8\x8e\x3c\xfa\x96\x33\xf4\xde\xd1\x9d\x9a\x8a\x9a\x30\x01\x8a\x39\xb7\x32\xdc\xee\x28\x53\x97\x29\x78\xdc\x72\x86\xde\x90\x49\x08\x0e\xea\xb7\x64\x92\xdb\xaf\xa8\xfe\xc8\x9d\x93\x59\x0f\x18\x3a\xa9\x13\xf3\xc4\x6f\x41\x2c\x04\xa8\x8e\x7c\x24\x02\xd5\xf1\x3b\x58\x91\x52\xbd\x6e\xb1\xa2\x1b\x39\x67\xbd\x88\x18\x94\x73\x76\xdf\x8e\x4f\x92\xbc\xc4\xa5\xee\x27\x46\x42\x4e\x74\x2b\xab\xe4\x7e\x15\xee\x72\x91\x99\xde\x84\x68\xf7\xfb\x65\x52\x85\x50\xa4\x7e\xcb\xf4\x15\xe8\x3e\x5d\xf9\x55\x8f\x98\xd4\x73\x25\xbc\xd6\xd9\x94\xd5\x14\x03\xa1\x30\xf9\x88\x7f\x05\x28\x50\x97\x85\xe7\x11\xff\x7a\xae\xe8\x8e\xc2\xe4\x23\xe7\xe3\x93\xfe\xff\x8c\x5d\x3d\xd2\x64\xb7\x0d\xcc\x7d\x8a\xef\x06\x7e\xfc\x03\xc8\x44\x89\x63\xfb\x0e\x33\xd3\x83\x2a\x05\x92\xb6\xd6\xd2\xfd\x5d\x0f\xd0\x74\xaf\x5d\x0e\x14\x6c\xb0\x1f\x6b\x08\x12\x04\xfb\xe1\x87\x6c\xa6\x38\x56\x72\x42\x17\xcb\x92\x04\xa8\xd9\x20\x7c\x85\xce\x3a\x46\xc1\xd7\xe0\xaa\x86\x62\xa3\x28\x8c\x1a\x5c\x9e\x10\x46\x45\xaf\x3e\xa9\xe7\x50\x19\x31\x6e\x2f\x62\x90\x50\xf4\x15\x62\x5f\x88\x51\xa3\xe4\xaf\x54\x61\x8c\x8c\x8d\x4c\x37\x08\x42\x15\xc6\xc8\xb0\xc3\x26\x5d\xb1\x50\xd8\x11\x2b\x57\xae\xab\x49\x13\x2f\xd4\x9b\xf4\x29\x62\xfd\xd0\xe5\xb3\xda\x3a\xdb\xa4\x94\xf2\x53\x26\x61\x2f\x94\xf2\x0f\x2b\x71\x1c\xa5\xee\xb1\x45\x86\x24\x36\x59\x29\x08\x55\x11\xc3\x73\xe2\x0c\xb0\x43\x2e\x4c\x14\xb4\xe9\xbc\x7c\xa8\x18\x10\x85\x5f\x3a\x2f\x1f\xc2\xaf\xf0\x12\x47\xfc\x0a\x1d\x23\x8c\x24\x3d\xb0\x49\x28\x0d\x91\x1e\xc4\xae\x99\x13\x2f\x43\xd5\x80\x78\xe4\x46\x9e\xf4\x16\x43\x45\xbf\xc8\x50\xc6\x74\x38\x3c\x54\xf4\x2b\x8e\x25\xe3\x8b\xfa\x2f\x71\x2c\xbd\xa2\x1c\x15\x1d\x25\x0e\x39\x2a\x81\xfa\x1d\x7d\xad\x50\xa9\x2d\xde\xa9\xb2\xd9\xff\x9a\xcf\x2b\x4a\xa4\x57\x14\xe4\x2c\x46\xf5\xa1\x20\x22\x0a\x57\x74\x1c\x32\x84\x2b\x51\x6e\x8c\x4e\x21\x87\xae\xe8\x44\xd4\x68\xd4\x24\x85\x66\x02\xdc\x96\xb6\xac\x12\xe0\xc5\xce\x64\x3c\x16\x88\x8b\x09\x70\x5c\x05\x03\x3c\x30\x8c\x8b\x30\x80\xab\x5d\xd5\xe6\x9f\x36\xd6\xdb\x70\xb5\x9a\xc2\x67\xef\xe1\x62\x86\x0e\x57\xf2\x2d\x1b\x39\x4c\x70\x91\x6f\x19\x57\xd6\xdb\xcc\x3a\xdb\xc8\xd4\x8e\x6b\xa4\x59\x7f\x1c\x38\x5c\xf4\x1d\x70\xd5\xc6\xe4\xe9\x58\x5c\x43\xe2\xb2\xf4\x6f\x3c\xbd\x04\x11\x4c\xe1\x9a\x25\x6e\xb0\xcf\x29\x71\x33\xc5\x7d\x4c\x1e\x17\x33\x7b\xb8\x32\x7b\x67\x3c\x01\x8b\x6b\x49\x63\x85\x03\xe4\xf9\xc0\xb5\xa4\xb1\xda\xec\x3c\xfe\x03\x71\x56\xa1\x78\xa9\xcc\x16\xb5\x69\xea\xb3\x02\x0f\x9e\xba\xc1\xc5\xc0\x03\x97\x25\x92\x7d\xbc\x00\x5c\x26\x65\xd6\x66\x37\xe7\x30\x5d\x5d\xd6\x8e\x26\xc9\x07\x2e\xd7\x30\xcb\xeb\xe0\x61\x56\x5c\x2e\x71\x9e\xe2\x3e\x9b\x16\x97\x4b\xdc\xbe\xea\x67\xec\x72\xcb\x1e\x2a\xb8\xb0\xc3\x2e\x1f\x52\xf4\x23\x15\xad\x51\x3e\xb4\xae\xb5\x9f\x59\x8d\xc7\xf5\x90\xc2\xca\x0f\xe0\x43\x6f\xb8\x1e\x5a\xd7\x4c\x40\x18\x4b\xe7\xb8\x9e\x12\xf7\x2c\x71\x6a\xd2\xba\x66\x06\xdf\xf8\x90\x20\x2e\x56\x05\x91\xf4\x53\x83\x91\x13\x44\x3f\x85\xab\xd0\x83\x07\x29\x71\xbd\xa4\xcb\x57\xcd\x60\x72\x94\x3c\xda\x84\xa4\x9f\x1a\x0c\xb8\x20\xfa\x29\x14\xc5\x94\xf9\xe4\x28\xa1\x91\xa0\x46\xc2\x41\xf2\x89\x1a\x5c\xc8\xb9\x49\xcb\x90\x2a\x51\xea\xd2\xf6\x81\x16\x15\xb9\xa8\x87\x73\x83\x16\xb5\xd0\x8f\xaf\xf0\xe1\x7a\xcb\x86\x0a\xc3\x5c\x66\xf9\xd6\xbc\x2b\x14\xe3\x5b\x7b\xb8\xde\x12\xf7\x2e\x71\x6a\x0a\x36\x15\x84\x09\x36\x42\x5a\xae\x20\xcd\x65\x27\x21\x5b\x28\x08\x73\x42\x58\xa3\x93\x83\x96\x0f\x51\x18\x2b\x8d\x68\xcc\xf2\xa2\x55\xa8\xb2\x2f\xfe\x6e\xe8\x77\xe9\x07\xf0\x7c\x02\xc4\xc2\x84\x56\x28\xc5\xe4\x1d\x1a\x4f\x05\xa0\x15\x14\xed\x4f\x02\x01\x8d\x49\x52\x14\xd5\x92\xed\x49\x71\x53\xe2\x66\x89\x3b\x6c\x1a\x6a\xba\x57\x95\x1c\xa6\x68\x4c\x92\x22\x49\x97\xee\x1e\x29\x8d\xb5\x3d\x24\x0b\x93\x68\x1d\x21\x16\x26\xb4\x02\xb0\xfd\x09\x94\xd1\x04\x60\xc5\xd0\x64\xcc\x8a\xa3\x09\xc0\x8a\x6a\xc9\xf6\xa2\x2e\x97\xc4\xad\x12\xc7\x26\x93\xbe\x2a\xa0\xe2\xf3\x48\x68\x4c\x92\xa2\x15\xb6\x31\x6b\x89\xc6\xf3\x09\x68\xfe\x67\xdb\xc7\x66\x9b\xab\xad\xc2\x9f\x7d\xa8\x95\xad\x61\x56\x56\x85\x6f\xe9\xa0\x6d\xc9\xab\x80\xe4\x68\xc9\x1f\x5a\x83\x47\xae\x41\xe7\x30\x1f\x9a\x42\x01\x18\x09\x7b\xd1\x1e\x12\x57\x28\xc5\x73\x6e\x68\x42\xa9\xa2\x29\x32\xd2\x59\xa0\x3d\x25\xee\x99\xe2\xf8\xd1\x6a\x4f\xad\x6b\xbe\x0d\x63\xcc\xb8\xa0\x3d\x35\xf3\x42\xa9\x33\xa9\xb1\x97\x16\x0f\x35\x14\xc2\x8d\x28\x85\xd0\x2a\xb6\x60\xc8\x8b\x16\x9a\x42\x6d\x2e\x86\x39\x68\xf1\xc3\xef\x4a\x1e\x37\x65\xd7\xe6\xea\xf9\xda\xa6\x33\x84\x40\x67\x02\x12\x3d\x43\x01\xbf\x68\x80\x9d\x49\x46\xf4\xf4\xcd\x9d\xf4\xfb\xe8\xf4\xcd\xd1\xd3\x37\x6f\x44\xd3\x2e\xf7\xa0\xf7\xea\x92\xe6\x2e\xfe\x1c\xf4\xdc\x94\xce\x34\x1b\x44\xa0\x83\x3e\x4a\xdc\xe7\x18\x1f\xfa\x90\xb8\x51\xe2\x3e\x9a\xee\x2c\xfc\xa1\x78\x77\x9c\xbc\x08\x10\xef\x0e\xfa\xaa\x2e\x69\xd3\x9d\xce\x39\xba\xd5\x50\x88\xec\xdd\x34\x14\xaf\x29\x10\x6c\xfb\x96\x36\x77\x1a\x04\x77\x9e\x98\x69\xd0\xd3\xdc\xbd\x49\x61\x32\xf7\x62\xad\x71\x72\x04\xa3\xcb\xdc\x8b\x9a\xc6\xf9\x9c\x16\xfa\x91\xb8\x53\xe2\xa8\xb0\x23\x71\x79\xa9\xd3\xc9\xda\x8b\xce\x04\x23\x7a\x26\x11\xbd\x8d\xbf\x76\x6d\x0d\xfd\x48\x31\xa7\x46\x43\x00\xec\x0f\xad\xdf\xa3\x66\xa8\x75\xd7\x0e\x2b\xe6\x1a\x6f\x5a\x77\x7d\xeb\xfb\xf3\xcf\x97\xa2\xf9\xbb\xa7\xa6\xf1\x2c\xcd\x10\xaf\x3a\xaf\xde\xa0\xdf\x5b\x6c\x34\xad\x9f\xfc\x80\xfe\x2c\x71\xa6\x2e\x7f\x10\xf7\xae\x36\xae\x2d\x4f\x40\xa3\xdf\xee\xc2\x60\xce\x0f\xfd\x35\xd4\x54\x23\xe1\xe6\xeb\xf2\x03\x7a\xfa\x01\x3c\x10\x86\xfe\x92\x71\xa2\x94\xc2\x8f\x5e\x87\x94\x82\xea\x92\x2e\x49\xd7\x5e\x2f\xf2\x1d\x6f\xb2\x40\x68\x06\xef\xea\x73\x73\x28\xcc\x76\x20\x59\x73\x46\x73\x35\x69\xd9\xdf\xb5\x76\x84\x88\x1e\xb2\xa4\xfc\x6c\x93\x64\x02\x62\xd1\x41\x4f\xd4\xf1\x2e\x84\x10\xea\xf4\x44\x1d\x27\x23\x26\xba\x50\xa7\xb8\x72\x9c\xe9\x40\x0c\xa1\x4e\xd2\xe6\x8c\xf6\xc9\x37\x61\xf0\x32\x0c\x8a\x0f\xc7\x79\x56\x0c\xe2\xc3\x41\xf2\xdf\x88\x0b\x18\x43\x78\x94\xf4\x37\xf7\xcf\x9c\x6d\xae\xb6\xea\x92\x38\x3d\x9a\xba\x6c\x09\x1e\x87\x23\x21\x43\x18\x46\xcf\x41\xd2\xcb\x19\xcc\xac\x22\xd9\x6f\xee\x1e\xd5\xa6\x09\xf4\xd2\xc9\xe4\x04\xc8\x36\x80\xe4\xbc\x11\xbb\x30\xc4\x79\x83\x51\x80\xda\x3f\xb9\x02\x0c\xd6\x49\x30\x0a\x35\x3b\x77\xd6\x10\x6a\x8e\xf1\xa7\x38\x0e\x65\x48\xdc\x28\x71\x9c\x9c\x3c\x99\x91\xa0\xc9\x43\x7e\x18\xbc\x42\x83\x31\x4b\x95\x44\xb1\xa1\x98\x6a\xa4\x27\x43\xe2\x10\x88\x98\x07\x45\x79\xe3\x9d\x58\x2b\xca\x1b\x24\xe5\xcd\xe0\x2b\x70\x10\xe5\x0d\x46\xc1\xe9\x68\x94\xb6\x35\xb7\xc2\x4c\x1e\x98\x82\xe8\x70\x50\x94\x37\x3e\x64\x27\x5b\xe2\x76\x89\x33\x36\x69\x51\x13\x32\x79\x4a\x11\x43\x90\x39\x32\x0b\xea\xa3\xab\x4d\x9a\x3c\xa9\xc9\xce\xb9\x1d\x2d\x5c\xa1\x29\xf9\x38\x30\x04\x97\xa3\xe0\x92\x27\xb7\x30\x04\x97\xe3\x51\xe2\x06\xad\xf9\x21\x71\x8f\x12\x47\x9d\x3c\xa4\xaf\x67\xe9\x84\x9f\xbb\xf1\x94\x4e\x0a\x2d\x07\x91\x74\xb0\xfe\x8a\x51\x90\xc8\x7c\x26\x86\x20\x71\xbc\xaa\x4f\x86\xca\xe3\xa5\x15\x7f\xe5\x8a\xf3\x3b\x32\x5e\x5a\xf1\x82\x44\x66\x26\x31\x04\x89\x23\x21\xb1\x4b\x29\x0a\x8d\xc6\xab\x94\x42\x24\x1d\x90\x52\x0a\x12\x99\x99\xc4\x10\x24\x26\x3d\x50\xf3\xb1\x39\x14\xc1\xde\x78\xd7\xec\xe8\x4c\x0e\x45\x2b\x23\xa3\x95\x1f\xf6\xe3\x5b\xca\x2c\x48\x64\x86\x11\x23\x34\x94\xc2\xbd\xa9\xcd\x2a\xdc\x1b\x99\x8d\x71\xb2\x94\x60\x84\xc4\x45\x89\xfb\x34\x4d\xe6\x64\x51\x1c\x40\xce\x14\x23\xc4\x01\x84\x79\x63\xd2\xdd\xf6\x19\xca\x64\x69\x16\x33\xc3\x0e\x27\xff\x07\x26\x2f\x38\x60\xd6\x6e\x25\xff\x04\x26\x2f\xb5\x61\x96\x8b\xc3\x2c\x1c\xa6\x5c\x9c\xb9\xaa\x4f\x4e\x7d\x2a\x5d\x51\x84\x3d\xce\x2c\x1c\xa6\xdc\x9f\x69\xaf\x6a\xfb\xac\xd0\x64\x02\x12\x33\x33\x89\xbe\xe8\x30\x4e\x9e\x44\xc2\xf4\x34\x08\x9a\x9f\xd8\x75\x30\x0b\x39\x48\x43\x8d\xa9\x28\x61\xfa\xbb\xda\xd4\x25\xf7\xf2\xbc\x1d\xaf\xd1\x69\xb5\x93\xd7\xcc\x30\xcb\xa3\xe2\x1d\x7a\xcc\xad\x91\xec\x1c\x89\x51\x61\x5b\x8a\x3e\x35\x71\x9a\xad\xb8\x7c\x30\x93\xb7\xc2\x79\xab\x1d\xf3\xa1\x19\xbc\x6a\x06\x1a\xca\x4b\x33\x28\x73\x5f\x87\x7d\xca\xdc\x67\x79\x07\x64\x2c\xc6\x94\x77\x30\xcb\x03\xe0\x71\x30\x4c\x79\x00\x33\x49\xb6\xdc\x08\xdf\xf3\xad\x45\xc8\xe4\xa3\xf3\x38\x18\xe6\x5b\x46\x56\xdb\xc4\x9a\x7e\xa7\x3e\x6b\x2f\xf0\xf2\x3a\xa6\xf6\x42\x91\x00\x39\x49\x7f\x31\xf5\x9d\x9f\xf9\xba\xac\xf3\xfd\x2e\xcc\x90\x3e\xcb\x07\x50\xea\x4e\x04\x41\x58\x99\x99\x74\x3e\xd2\x85\xa5\xcc\xe4\xaa\x8d\xc2\x6b\x82\x58\xda\x28\xc5\x1e\xe4\xbc\x27\x08\xb1\x07\xa1\x18\x82\x5c\x79\xbd\xc5\x1b\xb1\x48\xb2\xa0\xd1\xf7\xf8\x6b\x4e\xef\xe2\xa1\x09\xac\x0a\x3e\x8c\xc1\xf6\x52\xf0\xb1\xea\x3b\x4a\x37\x4d\x84\x3e\x58\xb5\x6b\x79\x50\x0e\x4b\xbb\xb6\xc8\x7e\x9c\xe4\xb7\x58\xda\xb5\x6b\x96\x38\x1a\x8c\x68\x7b\xb0\x32\x25\xc0\x77\x3e\xb1\x78\x2d\x01\x49\xc5\xd3\x9c\x17\xb9\xb1\x96\x66\xb0\xd2\xe4\xd5\x23\xcb\xaf\x58\x85\x11\x4e\x73\x11\x37\x0f\x56\x61\x04\x1f\xba\xc2\x12\x46\xac\xe4\x0a\x75\x3e\x74\x85\x45\xe6\x2e\x14\x03\x8f\xf3\xba\x36\x96\x69\x28\x56\x43\xa1\x38\xa5\x3b\x93\x70\xa7\xb9\x13\x07\x96\x6b\xf5\xfc\x5e\xbd\xa1\xc9\xb9\xa4\x15\xea\x38\xbf\xdb\xcb\x65\x2c\x05\x2d\xbc\xc9\x8d\x25\x68\x29\x9a\x1d\x77\x19\xe7\x96\xb8\x5d\xe2\x9c\x4d\xae\xa6\x93\x4d\x9c\xc0\x96\x2e\x2b\x56\xe3\x65\x6d\xac\x23\x7d\x3d\x4a\x5f\xf4\xd3\x96\xb2\xa4\xab\x3e\xa4\xca\xb5\x2d\x7d\x48\x57\x7e\x48\x87\xd4\xac\x0f\xe9\x2a\xd4\x51\xf2\x6b\x09\x75\x56\xa1\xce\x96\xc2\x94\x64\x2c\xba\x19\xdf\x9a\x1d\x24\x0e\x25\x8e\xb3\x53\x26\x71\x55\xd8\xb1\x35\x14\x7d\x7f\x57\x86\x1d\xa4\x64\x85\x98\x68\xb0\x0a\x8f\x48\x46\x8b\x25\x3c\x2a\x96\x1a\xdf\x5a\x71\xe1\x51\x51\xd1\x38\x9f\xc2\xc7\x0a\x89\x8b\x12\xc7\x09\x84\x94\x52\x90\x43\x9e\x5a\x88\x6f\x06\xc9\x37\xa3\x17\x2e\x20\xbe\x19\x58\xa1\x11\x79\x6a\x21\xbe\x19\x58\xa1\x11\x79\x6a\x21\xc2\x19\x14\xa9\x8c\xf3\x1a\x2e\xac\x49\x5c\x2b\x71\x6a\x1a\x6a\xca\x09\x30\x7e\x30\x56\x52\x61\x15\xad\x28\xb5\x27\xd6\x18\x58\x2b\x69\x8c\xf8\x8d\x95\x54\x14\xa3\x8c\xf3\x32\x2d\xac\x6b\x06\x59\xb1\xf1\x6d\x1c\x8a\x52\x32\x56\x01\x84\xf2\x77\xa6\x00\xc2\x32\x80\x18\xf4\x65\x8c\xe7\xb3\x60\x05\x8a\xbc\x4b\x0b\x53\x55\xa6\xb8\x61\x7c\x33\xbe\x33\x21\x9f\x25\xb7\xa7\xf3\x9d\x6f\x98\x42\x88\x22\x80\x71\x9e\x1f\x84\x4d\x0d\x65\xd6\x50\x38\x73\x25\x43\x93\x0a\xe6\xfe\xd9\x07\x84\x4d\xa8\x98\x5c\x30\x77\x1b\x7f\xc7\xaa\x2e\x92\x1c\x66\xc8\x5b\x16\x39\x0c\xac\xc0\x54\x49\x46\x53\xa1\xa7\x88\x63\x9c\x47\x12\x61\x42\x4c\x33\xab\x36\x0e\xc5\xa4\xb1\xac\xe6\x38\x0f\xdf\xc1\xe4\x39\x59\x96\x6e\xe5\x80\x8b\x1c\x06\x56\xa8\xc8\x67\xa6\x61\x2a\xf4\x58\xde\xb4\xf7\xc3\x3d\x62\x5b\x53\xa8\x00\xe9\xc8\xa2\x15\x20\x59\x06\x48\x43\xe6\x20\x17\xc8\x0a\xc3\x94\x80\x34\x61\x58\x31\xc0\xf8\x61\xec\x61\x72\x8f\x2c\xaf\x72\xfa\x61\xd9\xcc\x94\x7b\xb5\x0a\x75\x78\x2d\x16\xa6\xfc\xaa\x55\x66\x88\xa7\x15\x61\xca\x0c\x15\x97\x8b\x1f\xe6\x63\xec\xa9\xb1\x3c\x77\xb5\x51\x2d\x4f\x4d\xaf\xe2\x19\x9e\x47\x84\x29\x9e\xb1\x8c\x67\x48\xda\x0a\x31\xaf\xc0\x0a\x86\x79\x68\x05\xf6\xd2\x30\x0b\x6b\x8f\x4c\x53\x58\x6b\xb8\xaa\x8d\xea\x84\xa6\x5e\x1e\x9e\x72\xaf\xa2\x5e\x81\x25\xb3\xfc\xbe\x64\x64\x90\xb1\x64\xd9\x66\x5f\x8c\x30\x4c\x65\x1b\x4b\x20\xde\x3c\x87\x01\x53\xd9\xa6\x08\x56\x36\x1f\x76\x85\x09\x6d\x8b\x29\x65\xf3\xb6\x2d\xc4\x94\x02\xcb\xcb\xa3\xfb\x92\x95\x85\xf4\x92\xd1\xce\xe6\x79\x04\x98\xa2\x1d\xcb\x68\x67\x48\x65\x72\xfe\x8a\x29\x65\xf3\x39\x52\xb8\xca\xd2\xc5\x94\xb2\xf9\x1e\x29\x5c\x70\xeb\x59\x96\xde\x7c\x74\x14\xae\xb2\xb4\xb7\x9a\xde\xe7\x5e\x26\x5c\x6e\x9a\xb7\x44\x08\xae\x82\x28\x4f\xe0\xad\x66\xc0\xda\x99\x0b\x53\x8b\x0e\x65\x93\x57\x17\x2e\x4c\x2d\x5e\x93\xad\xfc\xb1\x2b\x97\x93\x14\x27\x43\xa1\xa3\x0b\x52\x7d\xd4\xec\x68\xb7\xae\x22\xb8\x67\x11\x9c\x1c\xaa\x70\x15\xc1\x7d\x94\x34\x86\x6b\xae\x22\x78\xd1\xa1\x6c\x5e\xfc\x85\x0b\x6e\x8b\xd7\x64\xf3\xc0\x28\xc4\x6b\x02\x9f\x65\x63\x7b\xff\xb7\xdb\xeb\xff\xdf\xeb\x75\xd5\xc8\x7d\x96\x5e\xe8\xa2\x3a\x6f\xc7\x22\x19\x50\x06\xc9\x36\xe1\x02\x5c\x5f\x35\x18\x86\x34\x2e\x54\x4d\x76\x94\xa1\xf0\xd7\xe5\x86\x16\x23\xca\x6e\x8c\x76\xdc\x24\xcd\x4a\x1a\x7b\x94\xa7\xe9\xb7\x63\x79\xff\x8c\x6a\x11\xde\x7a\x16\xa6\xb6\xca\x6e\xae\xc2\x94\x5b\x89\xd3\x50\x54\x59\x2f\x22\x95\xdd\xb8\x4d\x5c\x80\x5b\x8c\x28\xbb\xd1\x3f\x12\x23\x0a\x3c\x93\x5c\x64\x3c\x85\x2b\xc9\xe5\x59\x59\xdf\x8d\x05\x26\x57\x61\x20\x19\x50\xee\x36\x76\xa9\x50\xd5\xd3\xd7\x24\x03\x29\x5c\xbe\x66\xb2\xa3\xb4\xdd\xb4\x83\xb6\x66\xb7\x6b\x76\x74\x2f\x5c\x18\xee\xa7\xc4\xf1\xb3\xe0\xca\x72\x79\x66\xb9\x26\x73\x3d\x7e\x34\x83\x47\x29\xe5\xf3\xfd\x8d\xc3\xa8\x2b\xce\xed\xd7\x4c\xe6\x6c\xe2\xf0\x54\x6b\xe4\xb5\xed\xc9\x94\x4d\x1c\x6e\xd7\x38\xf7\x16\x14\xaf\x6c\x1c\xe6\x3b\xe2\xf4\xeb\x6e\xfa\x84\x2b\x71\x78\x61\x26\x4e\x9f\x3f\x7d\x4d\xf2\x05\xc7\xe9\x92\xd5\x9f\xd9\xc4\x11\xb2\x22\x15\x79\x21\x7c\x32\xb7\x12\x87\x55\xe2\x38\xa3\xfd\xf4\x35\xd7\xc7\x10\xe2\xb0\x4a\x1c\xe7\xde\x8f\x93\x3c\x83\x71\x86\x06\x7f\x3b\x42\x93\x59\x89\x38\xcc\xac\xc6\x99\x57\x36\xed\x4f\x13\x7d\x9f\x38\xf7\x46\x9d\x7c\x92\x2a\x0e\x13\xab\x71\xee\x2d\x3b\x79\x21\x2e\x0e\xbd\xa2\x38\xb7\x13\x24\x26\xc7\x38\xf3\x07\x59\xef\xbb\xc9\xa8\x0d\xb2\xb8\x46\xde\x65\x9f\xe4\x3a\x0b\x5d\x60\x8f\xbc\xaf\x2e\x2a\xbd\x38\x4b\xb2\xee\x1d\x3a\x4d\x3a\x74\xa9\xf7\x0e\xb3\x26\xcd\x3b\x8e\x4b\x1b\xfe\xc8\x26\xfd\x4a\x23\xf4\xd4\xbc\xa6\xec\x1a\xe1\xbd\x29\xc4\x77\x1b\x67\x4b\x1b\x77\xf8\x35\xa7\x8c\x8d\xe1\x57\x9c\xdb\x8b\x99\x24\x85\x8d\xb3\xd5\xe1\xc9\x0e\x8d\x4d\x47\x53\x3e\x69\x36\xc6\x45\x39\x9a\xf2\xc9\x79\x49\x51\x4c\xed\xc6\x39\x69\x51\x32\xec\x23\x8b\x3a\x39\x2f\x57\x87\x1a\xc6\x23\x87\xb1\xd9\xe1\x43\xb2\x1e\x3b\x9b\x68\x51\x0f\x29\xea\x91\x1d\x1e\xda\xe1\x53\x66\xf3\xbc\x07\xcf\x67\xe6\xe2\x3c\xd5\xe1\x33\x6d\xe3\xe2\x30\x9e\x1a\xfc\xed\x0f\x4d\xde\x87\x0c\x5d\x90\x8f\xbc\x20\x2f\xb6\xce\xd0\x05\xf9\xc8\x0b\xf2\xa2\xdd\x8c\xf3\x52\x87\xb7\x0b\x34\x97\xe6\x05\x75\x88\xfc\xd5\xe1\xaf\xa0\xa5\xbc\x9d\x1c\xd1\x44\x86\xee\xb9\x47\xde\x65\x17\x15\x64\x9c\xb7\xa6\xfc\xee\xb7\x1d\x76\x76\xf8\xd6\xaf\xde\x69\xa2\x83\x66\xf3\x96\x0e\xdf\xf7\x94\xdb\xa6\x36\xde\x82\x94\xb8\x17\x85\x54\x89\x71\x42\xb2\x22\xb7\xc3\xe4\x76\x08\xc9\x8a\x94\xf5\x09\xc5\x22\xe8\xc1\x44\xdc\x3b\xbe\x7f\x0a\x8c\x11\xfc\x1c\x47\x1e\xf2\xe4\x13\x8b\xa1\xd3\x86\x91\xa7\x0d\xdb\xfc\x9f\x0c\xd4\xfd\x9f\x5f\x1e\xdf\xfe\xf6\x8f\x7f\x3e\xbe\xfd\xeb\xf1\xcb\xfb\xeb\xf5\xc7\xf7\xef\xef\x5f\x7f\xc7\xcf\xaf\xdf\xbf\xfe\x7e\xff\xf5\x0b\xef\xf8\xf9\xd7\xf7\xf7\xf7\xbf\x7f\xfb\xe3\xfb\xeb\xfd\xf5\xed\xb7\x6f\xf7\xaf\xf2\xdf\x7f\x02\x00\x00\xff\xff\x26\x2e\x42\x12\xc5\x7b\x02\x00"); +func _fbfb ()(*asset ,error ){_ddbfg ,_gedg :=_cddg ();if _gedg !=nil {return nil ,_gedg ;};_ddca :=bindataFileInfo {_c :"UniJISX02132004-UTF32-V",_ed :4412,_cg :_g .FileMode (436),_ca :_d .Unix (1580492998,0)};_fada :=&asset {_fdf :_ddbfg ,_ff :_ddca }; +return _fada ,nil ;};func _efgf ()([]byte ,error ){return _fd (_ceg ,"GBT-H")};var _ecga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6b\xf3\x30\x0c\x86\xef\xfe\x15\x3a\xf6\xbb\x7c\xb1\x93\x35\xdb\x20\x04\x46\x4b\x21\x1b\x5d\xc7\xba\x6e\x83\xb1\x83\x6b\x2b\xc1\x6c\x91\x8d\xe3\x1c\xfa\xef\x87\x9d\xb4\x83\x1d\x8c\xac\x57\xcf\x6b\x24\x39\x5b\x35\xeb\x86\x4c\x80\xec\xc9\x5b\xb5\xc7\x00\xad\x21\xed\x71\xb0\xa3\x57\x08\x47\xec\x0c\x31\x26\x72\xd0\x46\x85\x73\x9a\x82\xea\xa5\x63\x2c\xfa\xf7\xa7\x21\x60\xdf\x50\x6b\xa1\x98\x38\x3d\xba\x99\x05\xc8\x9e\xb1\x33\x43\xf0\x27\x58\xdc\x69\x7b\xc4\x7f\xa0\xb1\x8d\xfa\xce\x6b\xf4\x86\x3a\x58\xdc\x4b\x27\x49\x5c\x0a\xfb\xd1\xb9\x6f\xec\x91\x02\xf0\xa4\x21\xe9\x14\x59\xb6\xda\x4a\xf7\x28\x7b\x84\xec\x41\x06\xf9\x25\x49\xa6\x42\xd2\x5f\xd1\x0f\xc6\x12\x08\xfe\x9f\xf3\xf2\x57\x7f\x39\x39\x04\x31\x3f\x70\x68\xd6\xbb\xb6\x1d\x30\xc0\x4d\x79\x35\x31\xef\x87\x66\x0d\x1f\x02\x04\x87\x7c\x59\x2c\xf9\xe7\x8c\xbe\x6d\xad\xc6\xb9\x03\x26\xa6\x79\x94\xd5\x38\x38\xa9\xd0\x4b\xea\x90\x01\x54\x9c\xd7\x50\x6d\x36\x75\x6c\xf2\x4f\x95\xe5\xb3\xc9\xe8\x49\xa8\xf2\x08\x2f\xdb\x1a\x8a\xbc\x64\x55\x19\xb3\x6b\xac\xa1\xb8\x15\xc9\x7e\xe6\xe2\x3d\x6e\xf7\x32\xad\x1a\xbd\x47\x0a\x69\xb7\x69\xa6\xd8\x94\x21\xbc\xfc\x93\xb3\x2e\xba\xd2\xf9\x09\x00\x00\xff\xff\xea\x27\xb0\xe9\xd3\x01\x00\x00"); +func _fbad ()([]byte ,error ){return _fd (_bcbag ,"UniGB-UTF32-V")};func _cfd ()([]byte ,error ){return _fd (_bdba ,"UniGB-UTF8-H")};var _aafb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\xcb\x6b\xe3\x56\x18\x05\xf0\xbd\xfe\x0a\x2d\xa7\x8b\x69\xee\xf7\xb8\x0f\x81\x18\xe8\x24\xcc\x90\xc5\xb4\xa5\xe9\x0b\x4a\x17\x8e\x75\x1d\x0c\x8d\x6c\x1c\x67\x91\xff\xbe\x9c\xef\xd8\x29\x74\x11\x1c\x9d\x48\x9f\x94\xdf\xc9\xd5\xcd\xcd\xed\xfd\xdd\xfd\xba\x3f\x8f\x37\x3f\x9f\x0e\xdb\x87\x7e\x1e\x77\xfb\x75\x39\xf5\x97\xc3\xeb\x69\xdb\xc7\xc7\xfe\xb4\x5f\x87\x41\x74\x5c\xf6\xdb\xf3\xf5\x30\x3e\xb6\xcf\x9b\xe3\x30\xe0\xfa\x87\xb7\x97\x73\x7f\xbe\x5f\x77\x87\xd1\x78\xde\xf2\x7a\xbc\x9c\x3b\x8e\x37\xbf\xf4\xa7\xfd\xcb\xf9\xf4\x36\x7e\xf8\x61\x39\x3c\xf6\xef\xc6\xa5\xef\x90\xff\x74\x5a\xfa\x69\xbf\x3e\x8d\x1f\xbe\x7e\x96\xf7\xf4\xe1\xf5\x78\xfc\xa7\x3f\xf7\xf5\x8c\x61\x7d\x37\xf4\x75\x89\xcf\xe1\xe6\xf6\xdb\xe6\xf8\xe3\xe6\xb9\x8f\x37\x31\xe8\xe3\xd7\xcf\xf2\x91\xe7\xc4\x8f\x7e\xef\xa7\x97\xfd\x61\x1d\xe5\xfb\x94\xf2\x7f\xf1\xaf\x6f\xc7\x3e\xca\x65\xc4\x9f\xbf\xdd\xdf\x8d\x7f\xc9\x28\x69\xd4\xec\xb9\xfe\x7d\xc9\xff\xf8\x76\x58\xfa\x98\xae\x37\xba\xbf\xbb\x3d\xbc\xae\xe7\x51\xd5\x32\xef\x30\x08\x7f\xa1\xed\x61\xe9\x2f\xc7\xcd\xb6\x9f\x36\xeb\x53\x1f\xc6\x71\x4e\x29\xa5\x4f\xe3\x9c\xeb\x97\x2f\x9f\xf0\xb0\xff\x3b\x63\x68\xed\x72\xe5\x7e\x61\x72\xbd\x22\xa5\xdd\xee\xd3\x98\x86\x39\x09\x8f\x05\xc7\x9a\xcb\x30\x27\x65\xa2\x48\xb2\xe8\x30\x27\x63\x62\x48\x6a\x69\xc3\x9c\x9c\x89\x23\x91\xa4\x3e\xcc\x29\x33\xca\x11\x69\xc3\xec\xc2\xa8\x44\x94\x0d\xc3\x2b\xa3\x1a\x51\x9d\x30\xbd\x31\x6a\xf1\x04\xc9\x31\x7e\x62\x34\x45\x64\x09\xe3\x37\x8c\x36\x97\xe7\xc4\xf8\x47\x46\x8f\x11\x35\xc1\xf8\x2d\xa3\x2d\x22\x4b\x15\xe3\x17\x46\x4b\x44\xa6\x18\xdf\x19\xf5\x88\x72\xc3\xf8\x1d\xa3\x5d\x44\xcd\xd3\x30\x0b\xa5\x24\xa4\x3c\x4d\x65\x98\x85\x58\x12\x58\x6e\x59\x87\x59\xa8\x25\xa1\xe5\x25\xb5\x61\x16\x72\x49\x70\x79\x2b\x3e\xcc\x42\x2f\xf1\x8b\x29\xc6\xd3\x4b\xc2\x2b\x5b\xc5\x78\x7a\x49\x78\xe5\x62\x18\x4f\x2f\x09\xaf\xdc\x1a\xc6\xd3\x4b\xc2\xab\x88\x63\x3c\xbd\x24\xbc\x8a\x27\x8c\xa7\x97\x84\x57\x29\x28\x56\xe8\x25\xe1\x55\x26\x34\x2b\xf4\x92\xf0\xaa\x82\x6a\x85\x5e\x12\x5e\xd5\x51\xad\xd0\x4b\xfa\xa5\x7f\x8c\xa7\x97\x84\x57\x9d\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x56\x51\xad\xd2\x4b\xc3\xab\x4d\xa8\x56\xe9\xa5\xe1\x35\x29\xaa\x55\x7a\x69\x78\x4d\x8e\x6a\x95\x5e\x1a\x5e\x53\x45\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xbf\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\xac\xa2\x5d\x25\x99\x06\x19\xda\xc7\x2d\x68\xa6\x5b\x66\x8a\x7e\x95\x68\xba\x30\xcb\x28\x58\xa9\xa6\x9d\x59\x45\xc3\x4a\x36\xdd\x71\x91\x24\x54\x6c\x74\xb3\xc4\x4c\xd1\xb1\x11\xce\x84\x59\x46\xc9\x46\x39\xd3\xeb\x02\x4b\xc3\x6c\xa4\xb3\xa0\x13\x4b\xa8\xd9\x68\x67\x5c\x9b\x66\xe8\xd9\x88\x67\x5c\x9c\x96\x51\xb4\x51\xcf\xb8\x3a\xad\xa1\x69\x23\x9f\x71\x79\x7a\x42\xd5\x46\x3f\xa3\x9f\x1b\xba\x36\xfa\x19\xfd\x3c\xa3\x6c\xa3\x9f\xd1\xcf\x1b\xda\x36\xfa\x19\xfd\xb2\xa0\x6e\xa3\x9f\x6d\xaf\x6f\x05\xdc\x83\x7e\x46\xbf\x5c\x50\xb8\xd1\xcf\xe8\x97\x1b\x1a\x37\xfa\x19\xfd\x8a\xa0\x72\xa7\x9f\xd3\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\x69\xe8\xdc\xe9\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\xbc\x5c\x5f\x65\xb8\x07\xfd\x9c\x7e\x4d\xd0\xb9\xd3\xcf\xe9\xd7\x1c\x9d\x3b\xfd\x9c\x7e\xad\xa0\x73\xa7\x9f\xd3\xaf\x4d\xe8\xdc\xe9\xe7\xf4\x9b\x14\x9d\x3b\xfd\x9c\x7e\x93\xa3\x73\xa7\x9f\xd3\x6f\xaa\xe8\xdc\xe9\xe7\xf4\x9b\x26\x74\xee\xf4\xf3\x1d\xdf\xb5\x8a\xce\xf3\x65\x0f\x49\xd7\xf7\x6f\x1a\xe6\x4c\xbf\xcc\x5d\x21\x55\x74\x9e\xe9\x97\x95\xd9\x84\xce\x33\xfd\x72\xf8\xa9\x28\x3a\xcf\xf4\xcb\xce\x2c\xa3\xf3\x4c\xbf\x9c\x99\x55\x74\x9e\xe9\x97\xc3\x4f\x35\xa1\xf3\x5c\x2f\xfb\x59\x4e\xc8\xb4\x6a\xec\x6a\xd7\xdd\x0b\xdf\x63\xe7\x7f\xdf\x8c\xb7\xaf\xa7\x53\x5f\xcf\xb1\xef\xc7\x86\x8b\xfd\x72\xbf\xf6\xf7\xff\x21\x8e\x87\x23\xae\x8a\xaf\x7f\x03\x00\x00\xff\xff\x6b\x9d\x07\x71\x6f\x08\x00\x00"); +func _fdc ()([]byte ,error ){return _fd (_adeff ,"GBK-EUC-H")};func _cfae ()(*asset ,error ){_afdc ,_dbd :=_dgac ();if _dbd !=nil {return nil ,_dbd ;};_ddcf :=bindataFileInfo {_c :"B5pc-H",_ed :5309,_cg :_g .FileMode (436),_ca :_d .Unix (1580491485,0)}; +_acbd :=&asset {_fdf :_afdc ,_ff :_ddcf };return _acbd ,nil ;};var _aaeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8e\x9b\x30\x10\x06\xe0\x3b\x4f\x31\xc7\xf4\x90\x82\x01\xe3\x54\xaa\x2a\xb5\xe4\x10\x54\x25\xad\x4a\x9b\x56\xaa\xf6\x40\xec\x09\xb2\xb4\x18\xcb\xc0\x21\x6f\xbf\x9a\x31\xcb\xee\x21\x9a\xf0\x19\xff\x1a\x8f\x49\xeb\xe6\xd8\x38\x3b\x43\xfa\x33\x8c\xba\xc5\x19\xee\xd6\x99\x80\xd3\xb8\x04\x8d\x70\xc3\xde\xba\x24\x11\x39\x18\xab\xe7\xd7\x47\x2e\x7a\xe8\x7c\x92\xa4\xa7\xef\x43\x21\xca\xfd\x37\xb9\x3f\xc1\x32\xe1\xaa\x75\x73\x6c\x1f\xd3\x8c\x43\xe3\xee\x23\x14\x71\xb7\x59\xfc\x9a\x00\x90\xfe\xc2\xde\x4e\x73\x78\xc0\xee\xab\x19\x6f\xf8\x01\x0c\xde\xc9\x7f\x04\x83\xc1\xba\x1e\x76\xf5\xa5\x15\x1b\xb7\x8b\xf7\xcf\x38\xa0\x9b\x41\xb0\xa1\x33\x5c\x93\xb4\x3e\x77\xfe\xd2\x0d\x08\xef\x7a\xb9\xf2\x1a\x2f\x5d\x31\x4c\x76\x74\x20\xf2\x8f\x59\x26\xdf\xfc\xf7\xc3\xe3\x9a\x95\xa4\xff\xfe\x34\x47\xf8\x2f\x40\x64\x90\x4b\x99\x1f\x9e\x56\xff\x7b\x1e\xcd\xf6\x96\xc8\x63\xfb\xda\x9a\xd0\xb9\x1e\x93\xcf\x9d\x28\x6f\x5f\x60\x2d\xa2\xa8\xca\x8a\x4c\x76\x6c\x54\x44\xa1\xca\x82\x4d\x47\xd3\xd1\x24\x9b\x89\x86\x64\x19\x49\x25\x58\xaa\x9c\xa4\x64\x91\x51\x2a\x92\x03\xcb\xa7\x28\x94\x5e\xe6\x2c\x31\xa7\xa2\x9c\xd8\x81\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\x63\xc1\x42\x85\xce\xa2\x68\xc6\xdb\x59\xe9\x3f\xdd\xed\x36\x6d\xbd\x84\x80\x6e\xe6\x9b\xe5\x81\xd2\x90\xac\xc3\xed\xdb\xf1\xa3\xa7\x5d\xfc\x7b\x09\x00\x00\xff\xff\x6c\xe3\x0f\x46\x67\x02\x00\x00"); +func _bbffe ()(*asset ,error ){_dgba ,_gacb :=_ffda ();if _gacb !=nil {return nil ,_gacb ;};_gfgea :=bindataFileInfo {_c :"UniKS-UCS2-V",_ed :737,_cg :_g .FileMode (436),_ca :_d .Unix (1580493030,0)};_gebaf :=&asset {_fdf :_dgba ,_ff :_gfgea };return _gebaf ,nil ; +};var _ddfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfe\x15\x73\xdc\x1e\xb6\xd8\x18\x36\xb6\x14\x21\x55\x44\x55\x39\x6c\x5a\x95\x4d\x5a\xa9\xea\x81\xd8\x43\x6a\xa9\x18\xcb\xc0\x21\xff\xbe\xb2\x31\x54\x7b\x40\xf6\xfb\x8c\x1f\x6f\x86\xc9\xea\xe6\xd4\x58\x33\x43\xf6\xcd\x8f\xaa\xc5\x19\x7a\x63\xb5\xc7\x69\x5c\xbc\x42\xb8\xe1\xdd\x58\x42\x58\x0e\xda\xa8\x79\x93\x71\x51\x43\xe7\x08\xc9\x2e\xd6\xd4\xe7\xf6\xf9\xf2\xf6\x59\x3c\x7f\x81\x65\xc2\xc4\xeb\xe6\xd4\x3e\xa6\x19\x87\xc6\xf6\x23\xf0\xf5\xbe\x5e\x5c\xf2\x00\xc8\xbe\xe3\xdd\x4c\xb3\x7f\xc0\xd3\x27\x3d\xde\xf0\x03\x68\xec\x03\xff\xea\x35\x7a\x63\xef\xf0\x54\x9f\x5b\xb6\xe3\x76\x71\xee\x2f\x0e\x68\x67\x38\x44\x86\x56\xc7\x95\x64\xf5\x6b\xe7\xce\xdd\x80\xf0\x2e\xcd\x35\x9e\xc6\xc3\x2b\xfa\xc9\x8c\x16\x18\xff\x48\xa9\xfc\xcf\xdf\x1e\x0e\x81\x25\x97\x9f\x97\xe6\x04\xbf\x18\x30\x0a\x79\xc9\xa5\xf8\x9d\xf8\x8f\xd7\x51\xef\x6f\xbd\xac\xf9\x95\xd1\xea\x4f\xe7\xc9\x11\x73\x41\x25\xaf\x80\xe5\x34\x89\x22\x88\x7c\x15\x5d\x59\x01\xa3\x92\x1c\xb1\xbf\x49\xd1\x57\xc0\xf8\xa1\x28\xa3\xd4\xf2\x16\x64\x91\x84\x0e\xa2\x0c\x35\x6d\xd6\xe4\xb0\x7f\xca\x77\xf6\x8e\xe4\x88\x5c\x50\x21\x2a\x58\x37\xb2\x02\x56\xd2\x44\xbb\x8d\x06\xd3\xe2\x25\x51\xb5\xd1\xe0\x5e\x16\x89\xe2\x46\x43\x9e\x52\xac\x54\xd2\x44\x25\x0b\x0e\x79\xa2\xc5\x46\x43\x21\x5c\xc4\xb0\x6a\xcd\x10\x36\x21\x03\xa7\x29\xf5\x9a\x32\x8a\x30\x02\xfb\x4f\x51\x8b\xf7\x68\xe7\x38\x00\xb1\xeb\xa1\x93\xc6\xe2\x3e\x64\x6e\x74\xe1\x56\x7c\xfe\x05\x00\x00\xff\xff\x20\x40\xbf\x48\x90\x02\x00\x00"); +func _gfff ()(*asset ,error ){_ccgg ,_ggea :=_eafg ();if _ggea !=nil {return nil ,_ggea ;};_accc :=bindataFileInfo {_c :"HKdla-B5-H",_ed :21023,_cg :_g .FileMode (436),_ca :_d .Unix (1580492309,0)};_cacb :=&asset {_fdf :_ccgg ,_ff :_accc };return _cacb ,nil ; +};func _cgg ()([]byte ,error ){return _fd (_bf ,"78ms-RKSJ-V")};func _dbada ()(*asset ,error ){_cdba ,_fgcb :=_cceg ();if _fgcb !=nil {return nil ,_fgcb ;};_bgcf :=bindataFileInfo {_c :"NWP-H",_ed :15060,_cg :_g .FileMode (436),_ca :_d .Unix (1580492613,0)}; +_fbafd :=&asset {_fdf :_cdba ,_ff :_bgcf };return _fbafd ,nil ;};var _addg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x31\x6b\xc3\x30\x10\x85\x77\xfd\x8a\x1b\xd3\xa5\x96\x1c\x92\x76\x08\x81\x92\x10\x70\x21\x4d\x89\x9b\xb6\x50\x3a\x28\xd2\xd9\x08\xea\x93\x90\xe4\xc1\xff\xbe\x48\x76\x5c\xe8\x60\xce\xfa\xee\x3d\x74\xef\x54\xec\xaa\x7d\x45\x26\x42\xf1\xea\xad\xaa\x31\x42\x63\x48\x7b\x0c\xb6\xf7\x0a\xe1\x8a\xad\x21\xc6\x44\x09\xda\xa8\x78\x3b\xe6\xa2\x3a\xe9\x18\x4b\xfe\x7a\x08\x11\xbb\x8a\x1a\x0b\xcb\x51\xa7\x7b\x37\x69\x01\x8a\x33\xb6\x26\x44\x3f\xc0\xe2\x49\xdb\x2b\xde\x81\xc6\x26\xf1\x93\xd7\xe8\x0d\xb5\xb0\x78\x96\x4e\x92\x98\x1b\x75\xef\xdc\x0f\x76\x48\x11\x78\x66\x48\x3a\x57\x56\xec\x8e\xd2\xbd\xc8\x0e\xa1\x38\xdb\x4e\x52\xa6\x19\xbe\xa3\x0f\xc6\x12\x08\x7e\xcf\xf9\xfa\x8f\xbf\x0d\x0e\x41\x4c\xee\x4b\xb5\x3f\x35\x4d\xc0\x08\x8f\xeb\x49\xf3\x79\xa9\xf6\xf0\x25\x40\x70\x28\x57\xcb\x95\xf8\x9e\xa4\x1f\x47\xab\x71\xba\x9e\x89\x31\x8c\xb2\x1a\x83\x93\x0a\xbd\xa4\x16\x19\xc0\x86\xf3\x2d\x6c\x0e\x87\x6d\x9a\xf0\x5f\x77\x36\x19\x3d\x82\x4d\x99\xc4\x0f\xb8\x85\x72\x29\xb2\xe1\xd6\x49\xff\x69\x99\x73\x38\xd5\x7b\x8f\x14\xf3\x2a\x73\x8a\x34\x86\x21\x9c\x9f\xc5\x59\x97\x5c\xf9\xfb\x0d\x00\x00\xff\xff\x19\xfc\x17\x6a\xc2\x01\x00\x00"); +func _ebaa ()([]byte ,error ){return _fd (_bbce ,"Adobe-GB1-5")};func _dgab ()([]byte ,error ){return _fd (_fecdg ,"KSC-H")};func _bebe ()([]byte ,error ){return _fd (_fegb ,"UniJIS-UTF16-H")};var _eddf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4d\x6b\xeb\xc6\x1b\x05\xf0\xbd\x3e\xc5\x2c\xef\x7f\x71\xff\x99\xe7\x45\xa3\x11\x88\x40\x49\x08\xa4\x70\xdb\xd2\xf4\x0d\x4a\x17\x8e\x34\x0e\x86\x46\x36\x8a\xb3\xc8\xb7\x2f\xe7\x39\x76\x28\x5d\x04\x47\xc7\xd2\x23\xe5\x77\x32\x9a\x9b\xbb\xc7\xfb\xc7\xf5\x70\x4e\x37\x3f\x6d\xc7\xf9\xa9\x9d\xd3\xfe\xb0\x2e\x5b\x7b\x3b\xbe\x6f\x73\x4b\xcf\xed\xe5\xb0\x76\x9d\x68\x5a\x0e\xf3\xf9\x7a\x18\x1f\xf3\xeb\xee\xd4\x75\xb8\xfe\xe9\xe3\xed\xdc\x5e\x1f\xd7\xfd\x31\x19\xcf\x5b\xde\x4f\x97\x73\x53\xba\xf9\xb9\xbd\x1c\xde\xce\xdb\x47\xfa\xf2\xdd\x72\x7c\x6e\xff\x4b\x4b\xdb\x23\xff\x71\x5b\xda\x76\x58\x5f\xd2\x97\xef\x77\xa7\xdd\x2a\x9f\x5f\x3c\xbd\x9f\x4e\x7f\xb7\xd7\xb6\x9e\x53\x1f\x59\x5b\x97\xf8\xec\x6e\xee\xbe\xed\x4e\x3f\xec\x5e\x5b\xba\x89\x59\x5f\x79\xe5\x57\x9e\x16\xdf\xfe\xd6\xb6\xb7\xc3\x71\x4d\xf2\xff\x9c\xff\x15\xff\xf2\x71\x6a\x49\x2e\x53\xfe\xf8\xf5\xf1\x3e\xfd\x29\x49\x72\xd2\xbe\x88\xfd\x75\xc9\x7f\xff\x76\x5c\x5a\xca\xd7\x7b\x3d\xde\xdf\x1d\xdf\xd7\x73\xd2\x6c\x32\x30\x14\xfe\x59\xf3\x71\x69\x6f\xa7\xdd\xdc\xb6\xdd\xfa\xd2\xba\x94\xa6\x9c\x73\xbe\x4d\x93\x3f\x3c\x3c\xdc\xe2\x79\xff\x73\x46\x57\xf3\xe5\xca\xc3\xc2\xe4\x7a\x45\xce\xfb\xfd\x6d\xca\xdd\x94\x85\xc7\x82\x63\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x04\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x77\x8c\x76\x97\xe7\xc4\xf8\x67\x46\xcf\x11\x55\xc1\xf8\x99\xd1\x8c\xc8\xf2\x80\xf1\x0b\xa3\x25\x22\x53\x8c\x6f\x8c\x5a\x44\x7d\xc5\xf8\x3d\xa3\x7d\x44\xd5\x73\x37\x09\xa5\x24\xa4\x3c\x8f\xa5\x9b\x84\x58\x12\x58\x6e\xbd\x76\x93\x50\x4b\x42\xcb\x4b\xae\xdd\x24\xe4\x92\xe0\xf2\x5a\xbc\x9b\x84\x5e\xe2\x17\x53\x8c\xa7\x97\x84\x57\x6f\x03\xc6\xd3\x4b\xc2\xab\x2f\x86\xf1\xf4\x92\xf0\xea\x6b\xc5\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x8c\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x88\x66\x85\x5e\x12\x5e\x83\xa0\x5a\xa1\x97\x84\xd7\xe0\xa8\x56\xe8\x25\xed\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x18\x51\xad\xd2\x4b\xc3\xab\x0a\xaa\x55\x7a\x69\x78\x55\x47\xb5\x4a\x2f\x0d\xaf\x3a\xa0\x5a\xa5\x97\x86\x57\x1d\x51\xad\xd2\x4b\xc3\x6b\x54\x54\xab\xf4\xd2\xf0\x1a\x1d\xd5\x2a\xbd\x34\xbc\xc6\x01\xd5\x2a\xbd\x34\xbc\xc6\x11\xd5\x2a\xbd\xb4\x5e\xff\x57\x31\x9f\x60\x3a\x32\x73\x94\xab\x14\xd3\x1d\xb3\x01\xed\x2a\xc9\x34\xc8\xd0\x3e\x6e\x41\x33\x9d\x99\x29\xfa\x55\xa2\xe9\xc2\xac\x47\xc1\x4a\x35\x6d\xcc\x06\x34\xac\x64\xd3\x3d\x17\x49\x46\xc5\x46\x37\xcb\xcc\x14\x1d\x1b\xe1\x4c\x98\xf5\x28\xd9\x28\x67\x7a\x5d\x60\xb9\x9b\x8c\x74\x16\x74\x62\x19\x35\x1b\xed\x8c\x6b\xd3\x0c\x3d\x1b\xf1\x8c\x8b\xd3\x7a\x14\x6d\xd4\x33\xae\x4e\xab\x68\xda\xc8\x67\x5c\x9e\x9e\x51\xb5\xd1\xcf\xe8\xe7\x86\xae\x8d\x7e\x46\x3f\xef\x51\xb6\xd1\xcf\xe8\xe7\x15\x6d\x1b\xfd\x8c\x7e\xbd\xa0\x6e\xa3\x9f\xcd\xd7\xb7\x02\xee\x41\x3f\xa3\x5f\x5f\x50\xb8\xd1\xcf\xe8\xd7\x57\x34\x6e\xf4\x33\xfa\x15\x41\xe5\x7e\x79\x07\xd2\xaf\x18\x3a\x77\xfa\x39\xfd\x4a\x41\xe7\x4e\x3f\xa7\x5f\xa9\xe8\xdc\xe9\xe7\xf4\x1b\x04\x9d\x3b\xfd\x9c\x7e\x83\xa3\x73\xa7\x9f\xd3\x6f\x28\xe8\xdc\xe9\xe7\xe5\xfa\x2a\xc3\x3d\xe8\xe7\xf4\xab\x82\xce\x9d\x7e\x4e\xbf\xea\xe8\xdc\xe9\xe7\xf4\xab\x05\x9d\x3b\xfd\x9c\x7e\x75\x44\xe7\x4e\x3f\xa7\xdf\xa8\xe8\xdc\xe9\xe7\xf4\x1b\x1d\x9d\x3b\xfd\x9c\x7e\xe3\x80\xce\x9d\x7e\x4e\xbf\x71\x44\xe7\x4e\x3f\xdf\xf7\x33\xde\xb5\xaa\x1e\xbb\xc6\x75\x77\xc0\xef\xd8\x5f\x3f\xf7\xbb\xf9\x7d\xdb\xda\x7a\x8e\xdd\x35\x36\x34\xec\x47\x87\xb5\x7d\xee\xd4\xa7\xe3\x09\x57\xc5\xcf\x3f\x01\x00\x00\xff\xff\x98\xa1\x0f\xb2\xd5\x07\x00\x00"); +func AssetInfo (name string )(_g .FileInfo ,error ){_gbgb :=_de .Replace (name ,"\\","/",-1);if _dfcf ,_afbf :=_cbbee [_gbgb ];_afbf {_acgdb ,_ebfaa :=_dfcf ();if _ebfaa !=nil {return nil ,_dd .Errorf ("AssetInfo %s can't read by error: %v",name ,_ebfaa ); +};return _acgdb ._ff ,nil ;};return nil ,_dd .Errorf ("AssetInfo %s not found",name );};var _ggg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xcd\x8e\x1c\xc7\xd1\xbc\xcf\x53\xf4\x51\xdf\xe1\x33\xeb\xff\x07\x18\x0c\x20\x93\x26\xcc\x83\x24\xc3\xb4\x6c\x03\x86\x0f\x5d\x55\x59\xc4\x02\xe6\xee\x62\xb9\x3c\xe8\xed\x8d\x88\x18\xc9\x96\xe0\x83\xd0\xda\x60\x64\x55\x76\x56\x44\x66\xf5\xbc\x79\xfb\xe1\xdd\x87\xc7\x87\xd7\xe3\xcd\x9f\x5e\x9e\xe6\x47\x7b\x3d\xf6\xc3\xe3\x7a\xb1\x2f\x4f\x5f\x5f\xa6\x1d\xc3\x3e\x3d\x3c\x5e\x2e\x3e\x1c\xeb\x61\xbe\xfe\xfc\x27\x1f\xf3\xf3\xf9\x7c\xb9\x20\xfe\xe3\x4f\x5f\x5e\xed\xf3\x87\xc7\xfd\x74\x44\xf1\xd6\xd7\xe7\x3b\xf7\x38\xde\xfc\xd9\x3e\x3d\x7c\x79\x7d\xf9\xe9\xf8\xe6\xdb\xf5\x34\xec\xff\x8e\x65\x1b\xf8\x0f\x2f\xcb\x5e\x1e\x1e\x3f\x1d\xdf\xbc\xfd\xfe\xa3\xff\x05\xfe\xf8\xf5\xf9\xf9\x5f\xf6\xd9\x1e\x5f\x0f\x47\xcc\x1e\x17\x9f\x97\x37\x6f\xbf\x3b\x9f\xbf\x3f\x3f\xdb\xf1\xe6\xf7\xf9\x79\xfe\xff\x1f\x09\x13\xfd\xab\xbd\x7c\x79\x78\x7a\x3c\xbc\xfb\x9d\x73\xe5\x3f\xf8\x5f\x7e\x7a\xb6\xc3\xdf\xc3\x7f\xfc\xf0\xee\x87\xbd\xbf\xd8\xcf\x0b\xbf\xf9\xfb\x8f\x1f\xde\x1d\xff\xf0\x87\x77\x47\xc8\xb1\x85\x7f\xde\x89\x7f\xfb\xee\x69\xd9\x9d\x74\x89\x7a\x93\xf9\xb4\xec\xcb\xf3\x39\xed\xe5\x7c\xfc\x64\x97\xe3\xb8\x3a\x77\x3b\x8e\xe3\xda\xdc\x0d\x7f\x7d\xeb\x93\xbb\x1d\xd7\xf7\x6f\xdf\xff\x81\x7f\xbf\x7f\xc7\x7f\x7d\xff\xfe\x86\x17\xf8\x4d\xf4\xc5\x6b\xd1\xc7\xa7\xd7\x65\x5b\x18\xd7\xbb\xfa\x7d\x3b\x3c\x22\xfe\xfb\x9f\x2e\xde\xb9\x7b\x16\x0f\xeb\xce\x0e\x60\x57\x03\x1b\x29\x30\x8f\xa3\xf8\xcb\xf5\x54\x22\xa7\xcf\xed\x76\xf4\x0e\x20\x77\x01\xf3\x76\xf8\x58\x53\x24\xb6\x88\x71\x85\xd0\x80\x9c\x9e\xc8\xce\xb7\xc3\x97\x00\x64\x17\x21\xe5\x76\x84\x44\xce\xae\x42\x2a\x90\x4a\xa4\x09\x31\x20\xd8\x2d\x68\xfb\x80\x95\x43\x2e\x40\xb4\x72\x00\x27\x7a\x70\xa2\x38\x11\x9c\xe4\x91\x4f\x14\x27\x8e\x71\x3b\x52\x45\x54\x1c\x4b\xc8\xbe\x1d\xd9\x91\x33\x15\x65\xee\x76\x64\x66\x98\xb4\x4e\xc2\x3a\xb9\x67\x20\x5a\x27\x61\xaf\x92\x91\x73\x16\x27\x83\x53\x33\xa2\xb2\x38\x19\x9c\xe6\x11\x55\xc4\x29\xe0\x74\x87\x0c\x8b\x38\x05\x9c\x5e\x11\x55\xc5\xa9\xac\x98\x2b\x48\xb1\x8a\x54\x41\xf2\x3e\x20\xae\x89\xd5\x54\xd7\x80\xb4\x9b\x58\x6d\xab\xd4\x08\xec\x62\x75\xb2\x62\x73\x80\xc4\xea\x64\x25\x9e\xd1\x29\xd6\x49\x56\x8e\x28\xf7\x29\xd6\x49\x56\x71\x08\x1c\x62\x0d\xb2\x4a\x4f\x80\xc4\x1a\x64\xd5\x8c\xc0\x29\xd6\x24\xab\x65\xe8\x64\x8a\x35\xf7\xba\x1d\xbe\x7b\x04\x4e\x44\xdc\x1f\x21\x45\xb0\x96\x02\x17\x8f\xd3\x39\xac\xb5\x14\xb8\xc8\x72\x15\x49\x98\x58\x46\x96\x2f\x58\xcb\xc4\x32\xb2\x42\x40\xe0\x16\x6b\x93\x15\x03\x96\xdf\x62\xed\xb9\x01\x35\x04\xee\x25\xd6\x3d\x89\x70\xb9\x0e\xc7\xc0\xe1\x18\x98\x6a\x07\xc4\xc0\xe1\xc8\xca\x09\x2c\x09\x7f\x50\xd3\xa1\xc4\x02\x48\x2c\xc9\xb3\xc0\x0d\x43\xfa\x1c\xd2\x67\xed\x11\x90\x58\x14\x68\x68\xd0\xec\x90\x42\x07\x15\x1a\x7a\x76\x80\xc4\x8a\x94\xb1\x83\x6a\x87\xf4\x37\xa8\xbf\xe8\x51\x9c\x21\x01\x8e\x24\xb1\xa3\x38\x43\x0a\x1c\x54\x60\x0c\x28\xce\x90\x04\x07\x25\x18\x23\x8a\x33\xa4\xc1\x41\x0d\xc6\x84\xe2\x0c\x89\x70\x50\x84\x31\xa1\x38\x43\x2a\x1c\x54\x61\xcc\xb5\x01\x12\x8b\x2a\x8c\x25\x21\x50\x2a\x1c\x54\x61\xac\x31\x03\x12\x8b\x2a\x8c\xb5\x23\x50\x2a\x1c\x54\x61\x6c\x1d\x25\x94\x0a\x07\x55\x18\x7b\x46\xa0\x54\x38\xa8\xc2\xe4\x60\xf1\x21\x15\x0e\xaa\x30\x79\x8f\x40\xa9\x70\x50\x85\x29\x38\x94\x50\x2a\x1c\x63\x56\x40\x05\x81\x63\x36\x42\x0c\x8c\x30\xda\x90\x30\x07\x85\x99\x22\x8b\x23\x61\x0e\xaa\x30\x25\x16\x47\x2a\x1c\x54\x61\xca\x2c\x8e\x54\x38\xa8\xc2\x94\x59\x1c\xa9\x70\x58\xf6\xb7\x23\x15\x16\xc7\x72\x10\x14\xb8\xa3\xa0\x48\x88\x6b\x95\x8e\x54\xa5\xd5\x41\xad\xa6\x9a\x70\x68\xd2\xea\xa0\x56\x53\x8b\x58\x5e\x5a\x1d\x14\x66\x6a\xbd\x5e\xae\x53\xc2\x9c\x14\x66\xea\xdd\x03\x22\x6b\x52\x98\xd9\xe5\x74\xb9\x4e\x09\x73\x52\x98\xd9\xa3\x93\x4e\x09\x73\xfa\xf3\xbc\x1d\x39\x78\x4f\x68\x10\x62\x60\x08\xe1\x72\x9d\xd2\xea\xa4\x56\x73\x44\x55\xa7\xb4\x3a\xc3\x44\x60\x44\x55\x67\x98\x43\xd0\x60\xa0\x27\x34\x09\x71\xad\xc4\xe5\xa5\xe8\x19\x0b\xba\x67\x42\xfb\x9c\xb1\x70\x2d\x8a\x3c\x27\x54\x62\x4a\xe4\x33\x8e\x76\x3b\x72\x0e\x84\x46\x17\xd4\x01\x65\xae\x35\x4e\x41\x27\x21\x47\x88\x49\xd0\x1d\x39\xa3\xcf\x4e\xb9\x63\xa6\x9c\xd9\xaf\xc1\x4a\xb9\x08\x2a\xdc\x31\x13\xaa\x84\x98\x44\x49\x0c\x54\x12\xf4\x50\x2e\x0d\x90\x3c\x34\xe9\xa1\x5c\x31\x20\xa6\x3c\x34\xe9\xa1\xdc\x22\x2a\x21\x0f\xcd\xa2\x79\x10\xe3\xe5\x3a\x25\xf2\xd9\x13\xb2\xef\x7c\xc7\x9e\x4e\x41\xe7\xed\x28\xa1\x71\x3e\xff\x3c\x57\xff\xd7\xa8\x9d\x3d\xf1\xdd\x7a\x19\xb7\xa3\x38\x1e\x43\x2f\x2c\x30\xbd\x53\x1c\x14\x33\xe5\x9d\xd9\x31\xb7\x8a\xcb\xc8\xa7\x0f\x13\x44\x56\x14\xb4\x09\xd9\x04\xd4\xa0\x85\x6e\x8b\x10\x67\x96\x87\x5b\xa7\x4c\x37\x69\xba\xe2\x33\x5e\x44\xa6\x9b\x27\xa6\x71\x09\x1e\x49\x9c\x1c\xc7\x7a\x14\x0f\x8d\xce\x93\xf3\x78\xd2\x9a\x25\x3a\x94\x4e\xd6\x9c\xb4\x66\xa1\xe9\xa6\xac\x39\x87\x58\x18\x6f\x53\x3e\x9c\xf4\x61\x49\x18\x6f\x53\x3e\x9c\x53\xb3\x14\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x3e\x2c\x05\xe3\x6d\xca\x87\x93\x0e\x2b\x15\xe3\x6d\xca\x61\x93\x0e\x2b\x0d\xe3\x6d\xca\x61\x93\x0e\x2b\x1d\xe3\x6d\xca\x61\x93\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x0e\xe3\x6d\xc9\x61\x8b\x0e\xab\x1e\xe3\x6d\xc9\x61\x8b\x0e\xab\x01\x1a\x5d\x72\xd8\xa2\x9d\x6a\xc4\x78\x5b\xb2\xd3\xa2\x9d\x6a\x42\x33\x58\xb2\xd3\xa2\x51\x6a\xaa\x08\x94\x51\x56\xd4\x85\xa1\x64\x40\x62\x51\xdc\x15\x92\xb9\x2e\x89\x7b\x51\xb6\xb5\xc2\xad\x4b\xb2\x5d\x94\x6d\xad\x0d\x81\x92\xed\xd2\xe5\xa3\x61\x70\x2d\xc9\x76\x51\xb6\xb5\x43\xef\x4b\xb2\x5d\x94\x6d\x73\x18\x5c\x4b\xad\x7f\x15\x78\xba\x39\x0c\xae\x55\xe8\x69\x3d\x5a\x85\x72\x56\x99\x8b\x90\x6e\x32\xa8\xea\xd2\x80\x58\xb5\x76\x40\x9d\x50\x3d\x05\x9d\xb7\xa3\xb5\xd6\x09\x0d\x41\x08\x54\xbd\x34\x46\x16\xc7\x48\x0b\x68\xfd\x4b\x63\x64\x71\x8c\xb4\x88\xd6\xbf\x34\x46\x16\xc7\x48\x4b\x68\xfd\x4b\x0e\x5b\xb4\x42\xcb\x70\xc7\x92\x15\x16\x15\xdd\x32\x9a\xd4\x92\xa2\x17\x15\xdd\x4a\x41\x5e\x52\xf4\x3a\x17\xa0\x8a\x5e\xb3\xce\xb5\x05\x6d\xbe\x10\x96\x3f\x4d\x81\x5c\xab\x32\x7b\x29\x7a\x51\xd1\xad\xa1\xb1\x2c\x29\x7a\x8d\xb3\xf0\x1d\x23\xa1\x4a\x88\x81\xad\x83\x25\x91\x2f\x8a\xbc\x75\x0c\x88\x25\x91\x2f\x8a\xbc\x3b\x4c\xcf\x25\x91\x2f\x8a\xbc\xd3\x8f\x4b\x22\x5f\x6b\x0f\x40\x98\x9e\x6b\xed\x29\x68\x22\x90\x79\xad\xbd\x04\x21\x30\x10\x92\x15\x16\xad\xd0\x03\x06\xc4\x92\x15\x16\xad\xd0\x23\x06\xc4\x92\x15\x16\xad\xd0\x13\x06\xc4\x92\x15\x16\xad\xd0\x33\x3a\xb8\xc9\x0a\x46\x2b\xf4\xe2\x32\x20\xb2\x8c\x56\xe8\xa5\xb4\xcb\xd5\x64\x05\xa3\x15\x7a\x45\x9f\x37\x59\xc1\x68\x85\xde\x02\x02\x65\x05\xa3\x15\x7a\xc7\xa5\xdc\x64\x05\xa3\x15\x7a\x47\xd7\x35\x59\xc1\xa2\xee\xbc\x0e\x6d\xd7\xe4\x05\xa3\x17\xbc\xf3\x68\x6a\x26\x33\x58\x12\x2f\xa0\xf1\x9a\xdc\x60\x49\xbc\x80\xce\x6b\xb2\x83\x65\xf1\x22\xce\xc4\xe4\x07\xcb\xe2\x25\xf4\x3a\x93\x21\xac\x88\x97\xf1\xa5\x61\x72\x84\x15\xf1\x8a\x47\xac\xc4\x6e\xf7\x3b\x79\x75\x09\x98\x78\xba\x94\xbb\x5a\x10\x2b\x21\x9b\x6e\xe5\xae\xe1\x33\xc9\xa4\x64\x6b\x67\x00\xd6\x43\x22\x16\x89\x29\xb6\xe3\xea\x61\x92\xb7\xf5\x8a\xef\x22\xef\x58\xaa\x5e\x8b\x30\x5e\xfc\x5d\x45\xac\x34\x6f\xba\xc0\x7b\x07\x09\x9a\x44\x6f\xba\xc1\x7b\x5f\xb1\x9e\x54\x6f\xe7\xfd\xa3\x01\xa3\xc3\x24\x68\x1b\xf9\x04\x16\xd1\xc9\x6d\xe4\x41\x4c\xb1\x91\x07\x29\x95\xdb\xd8\x8e\x18\x74\x68\x63\xdf\x31\xaf\x9c\x0b\xb1\x20\x8c\xb1\x09\x42\x37\x69\xdf\xf4\x05\xe0\x13\xa4\x68\x12\xbf\xcd\x85\x4f\x00\x9f\xa1\x45\x9b\xb0\xe3\xfd\x81\x77\x8b\xc4\x36\x31\xad\x57\xf0\xcd\x64\x72\x89\x2d\xad\x57\x78\x46\xb2\x89\xad\xb3\x03\xab\x3c\xa3\x85\x2b\xce\xd5\x96\x62\x2b\xdc\x6a\x72\x85\x99\x62\x1b\xa5\x2c\x5b\x98\x19\x6b\xd0\xa8\x65\xb3\x21\x6c\xe0\xd3\x09\xd7\xb7\x5f\xcd\xea\x54\x7f\x3b\xaa\xcd\x30\x57\xaf\x66\xda\x8d\xed\xd5\xe4\x2e\xdb\xda\xad\xf3\xf4\x65\x2f\xdb\xfa\x28\x73\x38\xfd\x2d\x7f\x6d\x87\xfb\x8a\x0f\xde\x37\x60\xbc\xb0\xe8\x81\x37\xea\xc4\x2a\x31\x7d\xe3\x79\x9c\xe0\x96\x11\xb7\xc3\xb5\xcc\x07\xdf\x88\xf1\x5e\xa6\x07\x4e\xd0\x13\x9b\xc4\xb4\x2f\x6f\x79\x5b\x8e\xdd\xbe\x04\x62\xa8\xf8\xf6\x25\x0a\x3b\xf5\xe6\x9d\xd8\x10\xc6\x6a\x14\xee\xeb\x79\x0f\xd9\xf7\xef\xf8\xe8\x2b\x30\xe5\xe2\xb5\x47\xc4\x3c\xd9\xf2\xfb\x0e\xa5\x02\x4b\x11\xb1\xa1\x34\x61\x0d\x58\x85\x62\x77\x28\x9d\x98\xd6\x4b\x95\x3c\xad\x17\x26\xf3\x4b\xf8\x50\xd8\x61\x32\xbf\xa0\x3d\x32\x9c\xb2\xd5\x2d\x76\xac\x89\x58\x23\x06\xdb\xe0\x61\xca\x19\x35\x50\x07\xd9\xea\x20\xa1\x60\xfa\x6c\x75\x90\x9d\x0a\x6b\x5f\x53\x06\x56\x58\x7b\x75\x95\x50\x71\xc5\xdf\xea\x2a\x3b\x0d\xee\xd1\x58\x97\x34\xb2\xb0\xac\x5c\x0a\x31\xc5\xa2\x3b\xfb\xd0\x02\x79\x6c\xcf\x5b\x1d\x29\x74\x87\x7d\xd5\x91\xb6\x3a\x52\xe8\x0e\x35\x50\x47\xda\xf9\xce\xc3\x5d\x68\xab\x23\xed\xc2\x33\x8a\xae\xa0\x2e\x45\x67\xc4\x07\x62\x85\x25\x62\xfa\xb2\x77\xb8\xe1\x6e\x75\xae\xad\xce\x15\x3d\xcf\x5c\x9d\x6b\xab\x73\x45\x5e\xe7\xb6\x3a\xd7\x56\xe7\x8a\x01\xb7\x85\xad\xce\xb5\xd5\xb9\x62\xa4\x36\xd4\xb9\xb6\xba\x54\x4c\x3c\x5f\x75\xa9\xcd\xc6\xe4\x63\xe6\xf9\xf6\x5a\x85\x91\x97\x1b\x79\x8a\xed\x38\x3e\x1f\x33\xee\x53\xbb\xcf\x24\x2c\x89\x97\x89\x65\x61\xa8\x69\x2c\xac\x5f\x9f\x45\x18\xf7\xd0\x59\xf6\xa9\x3d\x96\x27\xa6\x7d\x57\x10\xa6\x58\x78\x50\x95\xdf\x18\x52\xbf\xb2\x30\xfe\xff\xf3\xf9\x7c\xf9\xe5\x97\xbd\xf9\xf5\xe5\xc5\x1e\x5f\xf9\x2b\x22\x7f\xc1\x3b\x96\xed\x87\x47\xfb\xe5\x17\xc9\xe7\xa7\x67\x44\xf1\xbf\x7f\x07\x00\x00\xff\xff\x9c\xfe\xe4\xde\xbd\x14\x00\x00"); +var _adaa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xeb\x6f\x4b\x92\xdf\x07\xcf\xeb\x55\xec\xa1\x9e\x81\x9e\x5e\x2b\x2f\x11\x99\xd0\x6c\xb0\xd5\x2e\xdc\x08\xd9\xc6\x2d\xd9\x06\xe3\xc1\xba\xb6\x0b\xdc\x55\x45\x75\x69\xa0\x77\x6f\xf2\xf3\x59\xa7\x64\x8c\x61\x9f\xc9\xc9\x9d\xff\xfc\xe5\xca\x6b\x64\x5c\xbe\x11\xf1\x77\xff\xee\x1f\xff\xe1\x1f\xff\xf8\x87\xbf\xfe\xf8\xbb\xff\xe9\x2f\x7f\xba\xfe\xe9\xf9\xeb\x8f\xf7\x0f\x7f\xbc\xff\xf2\xfc\xeb\x9f\xfe\xf3\x5f\xae\xe7\xc7\xf9\xfc\xf3\x1f\xfe\xf8\xbb\xdf\xed\xe5\xc7\xfd\x87\xeb\xaf\xbf\xfd\x93\xff\x5d\xff\x72\xfc\xf9\x77\xbf\x5b\xbf\xff\xa7\xff\xf2\xaf\x7f\x7d\xfe\xe5\x1f\xff\xf8\xfe\xe9\x47\xb5\xdd\xfd\x9f\xff\xfc\xb5\xfd\xf1\xe3\xef\xfe\xe7\xe7\x9f\xff\xf0\xaf\x7f\xfd\xcb\x7f\xf9\xf1\x6f\xfe\x9b\xfb\x4f\xe7\xf3\xff\xfb\x71\x3f\xef\xaa\xff\x1f\xff\x72\x3f\x7f\xf9\xc3\x1f\xff\xf9\xc7\xbf\xf9\xf7\x7f\xfa\xcb\x73\xec\x7f\xfb\xc3\x3f\xfd\xe7\x3f\xff\xf9\xff\x7a\xfe\xe5\xf9\xe3\x5f\x7f\xec\xd4\x3d\x7f\xbc\xf9\xff\xef\xfe\xee\xdf\xfd\x87\xe3\xcf\xff\xc3\xf1\x2f\xcf\x8f\xbf\xfb\x4f\x7f\xfc\xc3\xbf\xff\xa7\x7f\xfb\x9f\xfe\xe3\xef\xf7\xf8\xb7\xff\x3d\x7f\xe5\x8f\xff\xcb\xf3\x97\x7f\xfd\xc3\x9f\xfe\xf8\x63\xff\xff\x6f\xdb\xf8\xaf\xd5\xff\xf1\xbf\xfc\xf9\xf9\x3a\xfb\xdd\xdf\xfd\x6f\xff\xe9\x1f\xff\xe1\xc7\xff\xbe\xff\xd8\xb7\x1f\xa5\xf7\xd6\xfe\x8f\xaf\xfe\x7f\xfd\x0f\x7f\xba\x9f\x1f\x9b\xff\xaa\x4e\xe0\xfa\xd3\xfd\xfc\xeb\x9f\x8f\xeb\xf9\xcb\xf1\xc7\x7f\x7e\x7e\xf7\xe3\xc7\xdf\x6f\xdb\xb6\xfd\xfc\xb1\xfe\xfb\xfb\x7f\xc8\xdf\xff\xfe\xe7\xaa\xfb\x87\xb1\x6d\xff\xf0\xef\x56\xfd\xdf\xff\xc3\x7f\xfb\xfb\xdf\xff\xc3\xef\xbf\xfa\xff\xee\xbf\xb6\xfd\x3d\x75\xcf\x1f\xef\xff\x57\x8f\xbf\xdb\xfd\xd0\x1f\xff\xf4\xd7\xfb\x79\xad\xfb\xbe\xf1\xf7\xdb\xb6\xbf\x3f\x7f\xec\xeb\x57\xff\xcf\x3f\xff\x6e\xdf\xb6\x6f\x74\x7f\xb8\xaf\xff\xf3\xf8\xcb\xfa\xc1\xb1\xad\x96\xab\xb0\xff\xfc\x51\xb6\x41\xb1\xfd\xfc\x51\xf6\x46\x31\x7f\xfe\xd8\x7b\xa7\x38\x7e\xfe\xd8\xb7\xa4\x38\x7f\xfe\x98\x36\x3d\x7e\xfe\x88\xb0\x78\xfe\xfc\xb1\x67\xac\xe2\xb9\x3a\xad\xd4\x9e\xfb\x2a\x6e\x14\xdb\xcf\x1f\xfb\x9c\x14\xe3\xe7\x8f\xd2\xf8\xc2\xb9\xbe\xb0\x59\x1c\x6b\x08\xf6\x30\x7f\xfe\x18\xad\x50\x5c\x9f\x48\x86\x70\xf2\x09\x86\x70\x5e\x3f\x7f\x64\x67\xe4\xe7\xfd\xf3\x47\x36\xbf\xf6\xac\x5a\x7f\xf6\xae\xce\xf8\xda\x15\x6b\x90\xf4\x7b\x6f\xab\x48\x0f\xf7\xfa\x70\xa5\x87\x7b\xac\x4f\x54\x8a\xcf\x2a\xda\xf6\xfd\xf9\x23\x9d\xdb\x13\xab\x5f\x7e\xf6\x6e\xab\x48\xbf\x2f\x3d\xf0\xb5\x77\xac\xb6\xfc\xec\x5d\x63\x88\xd5\x60\xdf\xf7\xd5\x76\xf5\xb0\x17\xc6\x40\x6d\xc9\xd5\x60\x2d\xc9\x5e\x57\x83\xd8\x29\x96\xf5\x61\x6b\xeb\xaa\x2d\x14\xe9\xb7\x52\x7c\x57\x03\xda\xb6\x35\x86\x68\x14\xf7\x55\x4b\xdb\x56\x56\x6d\xa7\x38\x7f\xfe\xc8\xaf\x96\xe5\x63\x0c\xed\x5c\xb5\xf4\xd0\xf9\x1a\x3d\x74\xbe\xb6\xe6\xb6\xc7\x1a\x64\x5a\x5c\x83\x64\x38\x65\x2d\xf5\x28\xec\x40\xb9\x72\xad\xea\xea\xa2\xdc\xec\x56\xa1\x38\x57\x91\x06\xf7\xb1\x8a\x8d\xe2\xb9\x8a\x49\xf1\x5a\x45\x7a\xbb\xef\x55\x5c\x33\x6a\xdb\x3a\x1b\x5b\x59\xab\xd6\x3a\xe5\xb5\xae\x65\xdb\xb7\x9f\x3f\x66\x52\x8a\x9f\x3f\xf6\x7d\xa7\x78\xae\x51\xac\x43\x55\x38\xde\xa3\x54\x9a\x94\xf2\xf3\xc7\x88\x8d\x72\xdd\xd6\xc1\x0d\x8a\xed\xe7\x8f\xd1\x47\xa1\xdc\x7f\xfe\x98\xb5\x58\x1f\x94\x1b\xe5\x75\x9c\xba\xd5\x6b\x8e\x2c\x74\xd9\xd6\x3a\x8e\x3e\x19\x4a\xae\x6e\x5a\xa7\xc8\x32\x34\x06\x90\x6b\x00\x8d\x5f\x72\x17\x56\x69\xdf\xea\xcf\x1f\x7b\xdb\x29\xae\x05\xd9\xd7\xcf\xf6\xbd\xfe\xfc\xd1\xe7\x46\x71\x9d\xfa\x75\x1c\xca\x5e\xd6\x6d\xe3\x73\xfb\x9a\x40\x09\x1a\x70\x48\x9a\xb5\x6b\x6c\xeb\x02\x94\x7d\x96\x75\xea\x69\x30\xfb\xba\x37\x49\x91\xce\xac\x5d\x9b\xc2\xc0\xf6\xb9\x36\xa5\x33\x86\xb9\xc6\xd0\xd6\x2c\xf6\x75\x1f\xc7\x08\x5a\xac\x0b\x39\x46\x30\xb6\xb3\x50\x6e\x94\x2b\x65\xdb\x37\xca\x7c\x87\xdd\x1f\x83\x36\x17\xfd\x0c\x7e\x7b\xdd\xab\xcc\x62\xef\xd7\x4b\x99\xfa\x9b\x36\x7b\x83\x66\x7d\x74\xe6\xff\x83\xf2\x94\xfd\x66\x20\x9d\x8e\xef\x35\xc5\xe9\xef\x19\x47\xb7\x0c\xc5\xe0\x13\xcf\x3a\x13\xbb\xeb\xf8\xec\x94\x59\x9c\xa7\x50\x66\xc6\x4f\xa5\xcc\xfa\xad\x1b\x3b\xf7\xc9\x94\x9f\xfc\xf9\x63\x72\xfc\xca\xfe\x0c\xea\x99\xe6\x33\xa9\x5f\xbf\x2d\x8b\x70\xee\x1c\xba\xb2\xad\xc1\x74\x6b\xd7\x96\xd2\x49\xd9\x62\x9d\x10\xe6\x58\x36\xa8\x62\xa1\xb8\xa8\x22\xab\x53\xd6\xa6\x8f\x64\xc5\xcb\xb6\xb6\x6f\xd8\x98\xa3\xc5\x4e\x95\x6d\x11\xa5\x7d\x0d\xb0\x2c\xda\x50\x76\xfa\x58\x47\x64\x24\xe7\xb3\xec\xc7\xda\x6c\xbe\xb8\xdf\xab\x0f\x7e\xb7\x3f\x8b\xd2\xd8\xe0\x65\x1c\x8c\xb4\xac\x41\xb3\xf1\x85\x6b\x90\xd5\xf2\x5c\xa3\x66\x02\x65\x75\xc7\xaa\x95\xf2\xac\x0f\x52\xbb\x2e\xc7\xce\xf5\x29\xeb\x6e\xec\xc3\xda\x75\xa2\x76\xda\xd6\xfc\xf9\x63\xd4\x62\xf5\x1a\x46\x32\xab\xb6\x06\xda\x59\xc8\xd2\xfa\xba\x02\xd3\xfa\x41\x3d\xcd\xfb\xc6\x40\xa8\x5f\x97\x7a\x64\x61\xbe\x9d\x55\x65\xa1\xba\xf3\x65\xee\xfd\x60\x75\x68\x12\x3c\x1b\x16\x17\x39\xf8\x6a\x9d\x19\xbf\x4c\x9e\x05\xa7\x36\x1a\xcb\xcd\x8c\x47\xa7\xcc\x8c\xc6\xea\xb1\x0d\x16\x6b\x9c\x94\x69\x73\xf0\x55\xae\x54\x39\xa0\x0e\x1b\xfd\x1f\x6b\x05\xdc\xb5\xe7\x61\xda\xcc\xef\x59\x4f\xe8\x7a\x8c\x4a\x75\xeb\x19\x7b\xdd\x99\xc6\x46\x91\x01\xac\x17\xa4\xf4\x75\x7c\xfa\x3e\x29\xee\x3f\x7f\xf4\xf5\xe2\x95\xbe\x4e\x52\x2f\x16\x17\x19\xf8\xda\x5e\xab\xd6\xe2\xfd\xf3\x47\x87\x22\xf4\xed\x59\xc5\xa4\xf8\xae\xb6\x6b\xa0\x7d\x91\xc2\x5e\x2c\xae\x7e\xbb\xc5\xd5\x2f\x27\xb4\x43\x5e\x58\xb3\xbe\xc6\xd3\xa1\x6c\x7d\xef\xab\x41\x50\x8c\x55\xec\x14\x73\xb5\xb5\x38\x56\x5b\x7f\x36\x57\x03\x7f\x76\xac\xa2\xb5\xe7\x6a\x6b\x2d\xe3\xf5\x67\x6b\xbc\xd0\xbd\xbe\xce\x5e\x87\xda\xf5\xc2\x18\xac\x65\x0c\xcc\xa2\xac\x31\xb0\x3d\xbd\xac\xaf\x41\xd7\x7a\xa1\x5f\x6b\xe9\xd7\x9f\xad\x19\xb3\x35\xbd\xd2\x2f\x3d\x54\xfa\xb5\x48\xbf\xfc\x6c\x9d\xcd\xde\x18\x59\xa5\x5f\x56\xbd\xd2\xaf\x45\xfa\xb5\x48\xbf\xfd\x57\xb4\xa8\x37\x16\x94\x8d\x5a\x8f\x64\x6f\x14\x17\xe1\x2d\xee\x03\x6c\x12\x44\xb3\x2f\x46\x69\x87\x66\xf6\x75\xa4\x8a\x5f\x3a\xd6\xe5\x71\xac\x8b\x67\x2a\x2e\xc7\xe2\x99\x8a\x2b\xbe\xde\x09\x9f\xaf\x0e\x09\x4e\x5b\x2c\x12\xbc\x43\x69\xfb\xa2\xc0\x7b\x58\xcb\x79\xe6\xee\x77\x78\x25\x0f\xd1\xe2\x95\x8a\xa7\x0c\x06\x29\xb9\xb8\x7d\x91\xe8\x3d\xac\x5e\x97\x35\xfc\x0a\x84\x82\x8b\xdb\x2f\x1e\x46\xaa\x2f\xe8\x0e\x1f\xbc\xb8\x11\xbc\x91\x7d\xf1\x48\x3b\x0f\x52\x5f\x6f\xfc\x1e\xd6\xae\xf1\xbb\xec\xd7\x1a\xbf\x3b\x7b\x71\x67\x87\x65\xde\x50\x3f\xb2\x08\x5d\xb8\x07\xd7\x22\x58\xc1\xe8\xd6\xe3\xb0\xf3\xbe\xf5\x87\x8b\x94\xac\xc7\xba\x5f\x23\x38\xb9\xb1\xad\x2b\xc8\x35\x88\x75\xd7\x76\xae\x41\xac\x1b\x51\x38\x61\x01\xdd\x64\x53\x62\x9d\xc6\xc2\x51\x89\x75\x1a\x67\x29\x96\x69\x4c\x6f\x8b\x42\xce\xc2\xe1\x8e\xc2\x57\xd8\xad\x68\x50\x4b\xba\x5e\xfb\xbd\x73\x8e\x23\xd8\x43\x8b\x8b\xef\xe5\x62\x46\xac\x87\x96\xbb\x14\x8b\x13\x2a\x1c\xff\x08\xb6\x73\x52\x5c\xc3\xe8\xd6\x2e\x8e\x86\x8b\x19\xf1\xc2\x3a\xac\xdf\xe5\xba\x78\x23\xb8\xf2\xb9\x2e\xd6\x08\x88\x42\x2e\x7a\x3a\x62\xa3\x4d\xb7\xcd\x1a\xd3\xbb\x48\x48\x34\x16\xea\xdd\xda\xcf\x1f\x51\x87\x65\x98\x02\x1e\x8d\x77\xbd\x36\xd1\x9a\xe5\xc5\xd8\xb5\xf4\xb7\x8b\xb3\x93\x18\xbf\x8b\x4e\xb4\x02\xbf\xf0\x2e\x42\xd1\x1a\x2b\xfb\x42\x1e\xf6\xc1\x6f\xa1\x04\x30\x88\xe5\x85\x14\x6c\xf6\xb3\x16\x37\x7c\x11\xdf\xb5\xba\x75\x7e\xe5\xc5\x0a\x37\x28\xce\xcb\xc5\x77\xea\x2f\x37\xbf\x41\x47\xdf\x75\xf5\x5b\xe9\x96\xfb\xcf\x1f\xcd\x63\xf1\xca\xd4\x40\x83\xdf\x45\x08\x52\x06\xe6\x2d\xd0\x1d\xd6\xe1\x85\x2a\xc4\xb4\xfe\x86\x7e\xda\xff\xfb\xf3\x47\x4d\xe8\xfd\xbb\x08\x43\xfb\xc6\xb9\xf8\xe6\xea\x1a\xbe\x8b\x71\xae\x6d\xd8\x66\xac\x31\x87\xf5\x8b\x0c\xe4\x57\x5e\x73\x19\x5f\xfb\xc5\x9f\x8f\x8d\xf1\x40\x1f\xba\xeb\xbc\x8e\x47\x4c\xe7\xb8\xce\x47\x1b\xcd\xfa\xfa\xf3\x47\xab\x50\x99\xb7\xad\x39\x6e\xdc\x82\x77\x3d\x80\x6d\x76\xdb\xc4\x6a\xbf\xdb\x26\xd9\x47\xbe\xb5\x1e\xc6\xd8\x39\x3c\xef\xe2\xc9\xa3\x38\xce\xc5\x94\xb7\x74\x4d\x16\xc1\x19\xab\xcf\x5f\x10\xa9\xb7\x5d\x0c\x30\x28\xbf\xeb\x83\x1c\xfd\xb7\xfb\xf6\x50\xbf\x5e\xdc\x96\x69\xb9\xb0\xc9\x0c\xa4\x37\x26\xca\xc0\x7b\x5f\x0b\x10\x96\xd7\xe6\x0c\x37\xb0\xaf\x43\xb1\x43\xce\xde\xbe\x36\x6a\x86\xfd\x1f\x08\x55\x0c\xbc\xaf\x8d\x92\x64\xbc\x9d\xc3\x02\xc3\xf0\xf6\xb5\xc0\xde\xfd\xb7\xaf\x05\xce\x66\xfb\x25\xb4\x6c\x4e\x7a\x3d\xef\x75\xf0\xa4\xbe\xeb\x7d\x8f\x1d\x4e\xe2\x5d\x0f\x7c\xfd\xfa\x0f\x49\xbe\xf5\xeb\x12\xec\x83\x3e\xd7\x7d\x0c\xef\xf1\xbb\xa4\x94\x0c\xbf\x1b\x73\x6d\x02\x2c\xdf\x1b\x07\x72\x95\xf5\xe7\x5a\x07\x0f\xe9\xba\xaa\xed\x3b\x44\xeb\xae\xb6\xfc\xc6\xb3\x5e\xdc\xdc\xec\x9f\x87\xc2\x4b\x96\x6b\x3d\xd3\xfe\x73\xc9\x54\xc3\xf1\xe4\x12\x94\xbe\x3e\x97\x5c\xd0\xc2\xc3\x9e\x6b\x6c\xd3\xef\x26\x07\x21\xac\x5f\x17\x0b\xf9\xb0\xbc\xb9\x5e\xd6\xe1\x1e\xe5\xc9\xba\xb1\xf9\x4b\xa8\x68\x32\x0e\x6f\xde\xeb\xe0\x78\xb8\x96\x80\x11\x0d\xca\xfb\x8e\x75\x30\x6b\x58\x5e\xeb\x56\xa1\x8f\xef\x60\x7f\x3d\x98\xa3\xfe\xfc\x11\x7d\xe3\x5b\x8b\x31\x8a\xe9\xfe\x2e\xc6\xa8\x4e\x08\xcf\x3b\x82\xc7\x90\x31\x8c\x25\xde\x49\x72\xdf\xb1\x0e\xe9\xf0\x30\x8e\xb9\x2e\x93\xe3\x5c\x8c\x54\xff\xed\xbb\x8b\xc0\xf8\x16\xbe\x83\xfd\xfd\xfa\x79\x11\x13\x19\xc3\x84\x80\x7d\xe5\xb5\xa7\xc1\x2b\xfd\xce\xba\xfa\xf4\x1c\xce\x75\x0e\xa7\x7b\xbd\x84\x99\xfa\x11\xa1\x25\xcd\xb4\xea\xda\x4e\x88\x93\xeb\xb3\x84\x98\xec\xbb\x6d\xd0\x35\xf0\x6c\xbe\x73\xad\xe1\x98\xd6\xaf\x73\x38\x9c\xe3\x5c\xc4\xe3\xdb\xa3\xb9\xc6\xb9\xb9\x47\xf3\xa5\x9e\xdf\xae\xb7\x3c\x37\xc7\x79\x14\x08\xad\xe5\xca\xda\xd2\xe7\x62\x0a\x5b\xc0\xff\xbc\xeb\x69\x6f\x68\x0a\xca\xbb\xde\xf6\xe8\xae\xc9\x7a\xdc\x9b\x52\xe0\xbb\x5e\xf7\xee\xe3\xf2\x1e\xdc\x0b\xf7\xf1\xb8\xd7\xba\x79\xbf\x8e\x07\x5e\x8e\x71\x1e\xeb\xfe\xa6\xeb\xb3\xa4\xb3\x4c\x5e\xc2\xf7\x64\x7f\x91\x66\xdf\x93\xf1\x20\x44\xbc\x4b\x22\xcb\x74\xdf\x17\x73\x90\x7d\x5a\x1f\xf4\xc9\xd8\x4e\xd6\xed\xeb\x67\x9d\xbd\x90\xf0\x9c\x28\x03\x5c\xcf\x73\x11\x9e\x08\xdb\x9f\x6b\xfd\xbf\xfe\xaf\x55\x86\xc1\x79\x17\x87\x50\xbf\x3b\x75\xad\x33\x36\xbd\x0b\x8b\x5d\x88\xe1\xbc\xae\x75\xfe\xfb\x57\x5e\x6b\x25\x0f\xfa\x2e\x36\xa2\x2d\x51\xe6\x57\xc4\x6c\x31\x19\x2d\xbc\x28\x17\xc4\xe6\xeb\x6c\xf2\xa2\x30\x40\xf8\x8c\xcd\x81\x2f\x71\x33\xd2\x03\xbb\x98\x8b\x8a\xb6\xa5\xbc\x17\x17\xd7\x83\x7f\xcb\x2c\x5b\x46\x2f\xe2\x45\x5f\xd2\x65\x56\x5f\xa3\x25\x5e\xb6\xee\x77\x97\x78\x59\xe7\xda\xc0\xba\x21\xe9\xad\x47\xa1\x6e\x3b\x02\xc7\xba\xcf\x75\x5b\xec\xf5\xbe\x18\x96\xba\xad\x77\x6f\xa0\x80\xa9\x68\x11\x46\x6e\x94\xdf\xf3\x53\x60\xd5\xed\xbd\x7e\xfe\x98\x75\x9d\xc4\xba\x2f\xea\xb5\xd3\xa2\xc0\xb2\xac\xbd\xab\xa5\xc2\xfa\xad\xbb\x56\x4b\x95\x85\x9b\xab\xbc\xee\x7b\x59\xc7\xb3\x96\x75\x8d\x66\xe5\xf3\x65\x5d\x97\xb9\x0d\xcb\x0f\x2a\x0a\x7a\x5c\xc7\x73\x6e\xeb\x9a\xd6\xba\x44\xfe\xbe\xa8\x5b\xad\x17\xaa\x04\x8b\x6b\xb3\x16\xfd\xae\xf5\xf2\xce\x51\xec\x90\x09\x8a\x28\xa4\x3a\xc5\xc5\xe1\xac\xe5\xa9\xf5\xe2\xc1\x6a\x14\x27\xd7\x8d\xe2\xba\x79\xeb\x50\xd6\xba\xf8\xbd\x91\xd3\x2e\x16\x91\xda\xf9\x9c\x7a\x35\x6a\x6f\xbe\x6c\x2d\x4f\x3f\x1d\xa3\x2d\x72\x3c\xf7\xba\xbb\x9d\x6f\xdc\xeb\xaa\x84\xc5\xb5\xc1\x6b\x10\xed\xf9\xaf\x9c\x50\x7b\x36\xf6\x71\x2d\x6f\x7b\xd6\x1e\x65\x0d\xcb\x9c\x9f\xb4\xcd\x1a\x34\xc2\x4a\x7b\x96\x10\xde\x11\xe1\xda\xb3\x41\xc0\xd6\xc5\x6d\x0f\x1c\x52\xec\x41\x79\x11\x89\x7d\xe3\x5b\xa8\xe8\xca\xda\x90\xf6\x2c\x0e\x29\xb7\x46\x7b\x24\x28\x04\xe3\xf6\x20\x42\xb5\xb5\x82\xed\x59\xdc\x52\x1d\xeb\x72\xb4\x07\xc9\xe9\xb7\xf6\xeb\x72\xc7\xa0\xcd\xe2\x60\x62\x16\xca\x70\x27\x63\xb3\xbc\xce\xf9\xb0\xcd\xda\xfc\xb6\xdb\x67\x85\x98\x39\xdf\xc5\x79\xc4\x56\x18\x1b\x9c\x07\x32\x73\x7b\x16\xb7\x51\xc7\xb4\xbc\xda\xcf\xc6\x6f\xdb\x8d\xd0\xc7\x18\x9a\x9c\x8d\xfd\xa0\xbc\xdc\x69\xbf\x1e\xf9\x8a\x4a\xa5\x3d\x1d\xc2\x30\x18\x7f\x9f\xbf\x71\x99\xed\xe1\x01\x1f\xd3\x36\xeb\x7e\xc5\x6e\x9b\x75\xbf\x46\xf0\xad\xf5\xa8\xd6\x6e\xff\x3c\xa4\xd5\x71\x26\x84\xca\xf5\x5c\x0f\x60\xdf\x9c\x57\x22\x6f\xee\xf4\x99\xf4\xb9\x31\xce\xf5\x70\x35\x88\x6e\x7b\xd6\xa3\xd4\x90\x65\xdb\x33\x38\xc9\xee\xe3\x7a\x70\x7a\x71\x8e\xe3\xfa\x8d\x03\x6e\xcf\x7a\x7c\x02\x45\x4d\x7b\x78\x70\xe0\xbc\xdb\x33\xd7\x39\x41\xbe\x6a\xcf\xe4\xd1\xf6\x5b\xeb\x06\xc5\xd6\xf8\xd6\x7a\x70\x22\x37\xc6\xb3\x6e\x4d\xdb\xba\xed\xfd\x56\xfd\x05\xd1\x6a\xcf\x84\x63\x48\x3a\x58\x62\x60\x8b\xc9\x81\x3a\xd0\xbc\x7a\x18\x8f\x45\x54\xd0\xb5\xb5\x67\x5d\xd3\x8c\x61\xfb\xb5\x30\xb3\x31\xf0\xf5\x72\x24\x9a\xd8\xf6\x1c\x2a\x65\xfd\xed\xa2\xc2\xe1\x41\x38\x20\x78\x9b\xfd\x3f\x8b\x8d\x2f\xfc\xf6\xe4\x35\xf2\x00\xa2\x1a\x47\x1c\x68\xcf\x05\xd7\x62\x9f\x8b\x82\x47\x6b\x2c\xe4\xba\xfd\xf9\x5d\x82\x75\xd1\xeb\x70\xcc\xeb\x4e\xb7\xcd\x05\xbb\xd8\x58\xbf\x0b\xa1\x6d\xc9\x82\x2d\x02\x19\xcd\xc3\x72\x77\x16\x89\x3e\xd7\xbd\xce\xef\xe0\xdc\xbc\x88\x95\x39\xde\x70\x3c\xce\xe5\x86\x90\xef\xf4\x7f\x73\x58\x1c\x03\x5a\x75\x94\x56\xed\x79\x2a\x22\x03\xed\x9f\xf5\xa2\x34\x0f\xc5\xd3\xd9\x70\xbe\xf5\xae\x79\x8d\xca\x18\xde\xc2\xc5\xb2\x1c\x1c\x28\x36\xff\x4d\xc6\x4f\xff\x8b\x1c\x47\x5b\xd2\x70\x7b\x17\xf1\x68\x1b\x87\xf7\x5d\x84\x21\x21\xdf\xed\x13\x9d\x38\x98\x88\x4e\x6d\xeb\xd6\xaf\xb9\x6f\x8c\xe7\x5d\xd2\x67\xdb\x16\xfd\x6b\x2f\x0a\x99\x6d\x71\x30\xed\x45\x23\xb3\x71\x88\x10\xb5\xc6\x57\x5e\xa2\x4a\x9b\x10\x92\xb7\xae\xb9\x4c\xeb\xd7\x53\xd1\xda\xa4\x4f\xf4\x15\x59\xad\x3f\x58\x4f\xcb\x68\x2c\xd6\x43\xd4\x14\x55\x5a\xa5\xdc\x20\xa5\xec\xaf\x22\xc6\x0e\x01\x50\xc4\x80\xe6\x37\x44\x8c\x44\x1f\xd2\xde\x45\x0c\xa2\x0c\xcb\x0f\x6d\x98\xfb\x22\x06\x31\x58\x1f\xa4\x85\x40\xed\xda\x90\x16\x02\xfd\x66\x53\x2a\x88\x3d\x29\x4f\x2e\x22\x63\xeb\xac\xd5\xf7\xdb\x75\x51\x76\xd7\x10\xee\xbf\x73\xe9\xe1\xc2\x13\xee\xb3\xc9\x49\x0f\xce\x0f\x9c\x74\x9b\xc3\x32\x5c\x60\xa5\x7f\xb8\xe4\xbd\x58\x86\xab\x73\xfc\x8b\x48\x44\x73\xbf\xd6\x8b\xd8\x11\x15\x1b\x5c\x6f\x4f\xd7\x64\xc8\x4d\x5a\x86\x60\xbb\x8f\x10\x92\x06\xe1\x87\xa3\xcd\xfa\xb5\x3f\xd6\x99\xaf\x8c\x61\x11\x95\xd6\x37\xeb\x6f\x44\x4e\xbe\x35\x5c\x1f\xca\x10\x92\xca\x19\x96\x2b\xed\xae\xf9\x22\x18\xb9\x35\xdb\xc8\x39\xd1\xcf\xe2\x38\xa3\xda\x86\x7b\x8a\xc8\xd9\xe0\xf0\x72\x06\x6d\xe0\xd8\x6a\x30\x17\xee\x6f\x6b\xf4\x7f\xbe\x70\xb7\xac\xff\x7a\xbb\xab\xc4\x09\x4e\x2b\x25\xea\x70\x5a\x3d\x9d\x2f\x4f\xf2\x77\x56\x79\x93\xa7\x6b\x7e\x61\xb4\xe2\x61\x91\xf1\xd9\xf3\x57\xfa\xf7\x06\x27\x54\xc3\x8d\xbd\x61\x2f\xa1\xbc\xef\xba\xd0\xbd\xbb\x51\x37\xec\x22\x94\xf7\x5d\x97\xb8\x4b\x31\xdf\xdb\xcd\xa1\xfc\xc0\xbe\xf2\x72\xbf\x8f\x1b\xc5\x6f\x1f\x14\x9a\x4e\xfa\x79\x21\x0c\x7c\xeb\xdd\x21\x42\xd4\xbf\x8b\x00\x4c\x08\xe7\xfb\xc2\xd6\x3a\xd1\x17\x9d\x04\x44\xee\x7d\x0f\xd8\x97\xfe\xbb\xbf\xef\x1b\x0a\x55\x36\xa1\x6f\x9b\x1b\x3e\x28\xaf\x03\xc8\xab\xd3\xb7\x4d\x62\x66\x79\x11\x9e\xb9\x88\x41\xdf\xd0\x8b\x8c\x75\x28\x3a\x2c\x5e\x2b\x5f\x7d\x20\xc2\xd0\xff\x7a\xd1\x13\xd1\xa9\x6f\xfb\xc1\xc6\x5a\x7f\x2d\xa2\xb5\xd6\xa7\x6f\x3b\x2f\x99\xfd\xa3\x17\xd9\xd6\x05\xed\x5b\xd9\x19\x83\x65\xe6\xb5\x36\xb0\x6f\x45\x02\x4c\x9f\x25\xd0\x4f\xf0\xdd\x92\x88\x2d\xd6\x2f\xae\xa2\x0f\xbe\x55\x60\xb6\x16\x13\xd9\xb7\xc2\x81\x75\x0c\x65\x8d\x81\x83\xd6\x37\x38\x0c\x44\x92\x8e\x15\xab\x23\x72\xf6\xad\x61\x6c\xda\xe9\x73\x11\x89\xda\x2a\xeb\xb3\x88\x44\x8d\x62\xbd\x7a\x08\xfa\x6c\x1e\x40\xc6\x23\x01\x18\xac\x0f\x97\xfe\xeb\x93\x8b\x9e\x1b\xbf\x5d\x62\x78\x8d\x8d\xfa\x74\x5e\x8c\x33\x7d\x59\xf9\xd6\xba\xdc\x81\x85\xa5\x6f\x4b\x04\xce\x16\x7c\x6b\x20\xfe\x77\xfa\x1f\x70\x57\x3b\x6b\x38\xd8\x23\xf7\x74\xa2\xd7\xd9\x99\x23\x7c\x6d\xf5\x5b\x13\xf1\x6a\xd0\x66\x3d\x92\x59\x5c\x7f\x1e\x49\xf8\xf3\xbe\x9d\x70\x4e\x9d\xfa\x53\xc2\x69\xfd\x9a\xd7\x6e\x9f\x88\x48\xb5\xda\xc6\x7d\xa4\x7f\x44\x98\xad\x58\x5e\x67\x00\x2b\x73\xdf\xd6\x25\xeb\xcd\xf5\x41\xd2\xa8\x95\x36\x37\x67\xd8\x7d\xe4\x61\xdc\x1c\xc3\x7a\x18\xc7\x56\x2d\x1f\x70\x36\x7c\x0b\xab\x72\x71\x6d\x79\xdc\xf6\xc6\xba\x3d\x09\x37\xc6\xd8\x9e\x25\x2a\x6e\xce\xf1\x45\x0c\xaf\xf4\xbf\x1e\xb4\xbe\x15\xda\xbf\xde\xbb\x55\xbf\xc3\x25\xd7\xf5\x98\xf7\x1d\x2e\x79\xb2\x56\xfb\x06\xbb\xcf\xda\xee\x1b\x8f\xe4\x22\x48\x1d\x9b\x64\x85\xc0\xaf\x95\x87\xc8\xed\x94\x9d\x17\x6d\xd6\x19\x6e\x68\xea\xfb\xce\x39\xc4\x6a\xd6\x35\x4e\x77\xce\xf6\x5e\x13\x02\xc6\x6f\xd7\x23\xd6\x30\xd9\xf4\x9d\x47\x6c\x16\xc6\x83\x2e\x6d\x1b\x8c\xb3\xa9\xb2\xb0\x5c\xe1\xd8\x3a\x65\x68\x4e\x32\xce\x06\x81\xdc\xfc\x2d\x46\xe8\x41\x9f\xeb\x0c\x8f\x6d\xff\x15\x67\xd6\xf7\x86\x25\x80\x45\xc2\xf8\x5d\x51\xde\x75\x4c\xde\x6d\xdb\xed\x78\x1d\x9c\xc6\xa5\xd9\x1b\x7a\xa0\xea\x40\x16\xdb\xdc\x5c\xd4\x4f\x67\xc6\x22\xad\x83\xdf\xea\x22\x72\x7d\x8f\x02\x97\x40\x1b\x74\x51\xcd\x36\x91\xb0\xe8\xf4\x13\x83\x43\xc7\xb7\xd0\x4b\xb5\x62\x7b\x08\x89\x1b\x12\x7f\x53\xd4\xf6\x3d\x90\xb9\x87\xfd\xdc\x5c\x74\xc6\x16\xe8\x57\x2c\xe7\x4e\x1b\xc6\x90\x1c\x34\x37\x87\x17\x74\x73\x63\x53\xae\xce\x36\x8e\x81\x3e\x13\x6e\xb2\xd3\x66\xa0\x3c\xe5\x22\xee\xe8\x81\xa6\x9b\xb6\x5e\xc7\xdc\xdd\xb4\x81\x04\x96\xac\xdb\x62\xa1\x5b\xda\x7e\xb1\xcd\x8d\xd7\xb7\x63\x6a\x0e\x50\x1e\x7d\x3f\xb8\xd0\x5c\x8e\x1d\x7d\x49\xba\x56\x07\xca\x4d\xfb\x3f\x58\x43\x2e\xdc\x8e\xae\x62\x38\xe6\x93\x43\x54\x2c\xaf\xb9\x7f\xeb\x09\xb7\x0a\x5e\xa4\xef\x48\xa8\x73\xa3\xcd\xc5\x7a\x7e\xf5\x27\x07\xc4\xfa\xd5\x3f\xa2\x69\xc7\x22\xdd\xbc\xa0\xfb\x6d\x3d\xe3\xbc\x7d\xa1\xf9\xed\xba\x88\x63\x73\x2e\x3c\x56\xe8\x81\xfa\x0e\xaa\xe3\xfb\x16\x0f\x14\x2a\x82\xbe\xbf\x5c\xe8\xdd\xfa\x45\xcc\xb0\xd5\xf4\x7d\x5d\xd0\xd8\xbd\x04\xeb\x81\x4a\x09\xd5\xfe\xde\x60\x30\x56\x3d\x26\x65\x15\xf1\x1d\x43\x72\x34\x08\x12\x96\xe4\x8e\xf9\xb8\x63\x49\x0e\x09\x00\xa6\xe4\xd8\xaa\xbf\x3d\xe0\x72\x92\xf2\xc3\xc3\x45\x19\x71\x35\xb3\x52\x66\x0d\x73\x50\x46\xcf\xc4\x38\x0b\x0f\x0e\x1c\x67\x2f\x18\xe1\x36\x7f\x5b\x26\x8f\xb9\x6d\x10\x8d\x37\xcb\x0f\x1c\x12\x63\xab\x8e\x99\x31\x54\x2e\x22\x67\x1e\x83\x70\x87\xc3\xee\x45\x25\xbb\xf3\xaa\x3c\xbc\x8e\xb3\xc2\x29\x3a\x97\xf5\x28\x55\x09\x3f\x56\xe3\x04\x1e\xb2\xf8\x39\x38\x21\x7e\xdb\x1c\x03\x7d\x7e\xf7\x94\x7e\x1a\x67\x66\x5a\xbe\x39\xcf\xcc\xb1\x7b\x36\xe8\xa7\xb3\x86\x3b\xeb\xd0\x79\xf0\xd9\xd3\xb2\xc4\xd8\x36\x20\xb4\xd8\x90\x7b\x63\x1f\xcb\xba\x8f\xd1\x06\xdf\x0d\x39\x4e\xe6\x15\x32\x26\x8c\x19\x5d\xef\x57\xbf\xee\x5a\x6e\xd3\xfa\x1b\xc6\x84\xf1\x2c\xae\x34\x41\x76\xf4\xb2\x38\xd1\x9c\x8e\x6d\x24\xe3\xb7\x0c\xf3\x52\x98\xd7\x58\x6b\xfe\xfd\x76\xa0\x23\xdf\xc7\xaf\x88\x59\x81\x05\x4d\x17\x49\x45\x2a\x97\xac\x2c\xb6\x53\x6b\x4e\x2f\x13\xcb\x08\x14\xb6\x70\x11\x61\x29\x3b\x56\xee\x86\xf8\xd6\xb1\x72\xb7\x8d\x4b\x56\x8e\xc9\xa5\x61\xe0\x5c\x50\x0c\x86\xbd\x2c\xf1\xb3\x86\x6d\x40\x4f\x25\x07\xb9\xa0\x04\x0c\x37\xf0\x82\x9b\xe1\xf2\x95\x4b\x56\x96\xc9\x5d\x12\x03\x26\xc7\x05\x4d\x0f\xda\xc5\x44\x83\x4d\xb8\x0b\x17\x91\xfe\xd7\x4b\xd9\x7c\x69\x0a\xaa\x21\x6c\xa7\x1d\x24\x51\xed\x3b\xfd\x2f\xb1\xb1\x0d\x88\x25\x00\xa2\x9c\xce\x05\xee\x33\x1c\xff\xba\xc4\xad\xf3\x7a\x95\x1b\x45\xaa\xdf\x7a\x0a\x7a\x1a\xc6\xff\xa8\x85\xe2\xb7\x8f\xeb\xc0\x6f\x5f\x36\xcd\x83\xb0\x38\xce\xd6\xe0\x3c\xca\xeb\xa1\xa6\xcf\x75\xa1\xe3\x1b\xcf\xcb\xc1\x84\x48\x94\x97\x8b\x32\x2d\x63\x80\x61\xf3\xeb\x06\xe7\xca\xe5\xae\xeb\x12\x0f\x44\x92\x5e\x37\x0e\x0e\x0f\x42\xdd\xe0\xb4\x20\xcc\x55\x11\x12\x22\x5a\x3f\x3d\x53\xa5\x1c\x18\x66\x2c\x63\x8c\x81\x90\x54\xf4\x4c\xc1\xbc\x6a\xd9\x10\xb7\xf9\x6d\x81\x0b\x81\x08\xd5\xc5\x71\x56\x60\x07\xbd\x72\xb9\x01\xa5\xf4\x5a\x10\x43\xe0\x92\x2b\x97\xd5\xbd\xa8\x75\x8d\x7f\xe7\x61\xa9\xeb\xb5\xae\x18\x30\x7a\x6d\xfb\x6f\x96\xc1\x5e\xb9\xb8\x40\x23\x7a\x6d\xa8\x02\xd2\xf6\x72\x2d\x8c\x01\x0b\x17\x4a\xf6\x5e\x41\x9d\x4d\x2e\x4d\xc5\xc2\x35\x37\xdb\xdc\xe8\xea\x18\xe7\x12\x39\x3b\xc8\x98\x5e\x01\xa1\x0d\xce\x43\x05\x85\x26\xb7\x5d\xb9\xe8\x9e\xff\xda\x79\x60\x5d\xdb\xc5\x95\xb6\xc1\x83\x59\xd7\xe3\xac\xd5\xb2\xd7\xfe\x40\xe4\xe8\x3f\x50\x44\x22\x09\xd4\x50\xef\x65\x19\x06\xa1\xd3\x67\xb0\x77\xce\x37\xd1\x35\xba\x47\x89\x0e\xc9\xfe\x17\x77\x5b\x5b\x58\xcf\xb9\x9d\xb6\x4f\xce\x09\x7d\xa6\x7a\x3e\xdb\xbc\x9c\x79\x7e\xbb\xc4\xd2\x3e\xdc\xbb\xb9\x38\x72\x99\x11\x34\xb5\x2d\x3c\x1b\xf3\x40\xd2\x60\x3d\xd7\x5d\x0e\xb4\xbf\xbd\x62\x9c\xf0\xc1\xac\x07\xc6\x1b\xce\x7f\x3d\x34\x7a\xd1\x7e\x71\xbd\x1d\xb1\xba\x57\x94\xf8\xdd\xbd\x40\x6c\xdc\x3c\x4b\x28\x72\xb1\xe4\x76\x34\xb9\xb9\x35\xd6\x59\xb5\x8f\x6b\xc2\x43\x0a\x84\xaf\x57\x1e\xcf\xc9\x43\x5a\x97\x34\xd8\xc3\x33\xa3\xaa\x07\x06\xaa\x2a\x19\x3a\xe6\x75\x37\xdb\xdc\x7e\x49\xcc\xea\x7a\x65\x63\x73\x42\xeb\x82\x66\x71\x61\xd6\x05\xd5\xbc\xdc\xeb\xba\xa0\x35\x21\x06\xf5\x61\xd2\x0e\xea\x59\x9c\x5c\x7a\xa8\x1f\xe4\x5d\xb8\x9f\xfa\x9c\x58\x28\x98\xd0\x73\x61\x46\xb6\x0d\x17\xee\x2b\xbf\x10\x45\xfa\xe7\x75\x6f\x8e\xe1\x45\x4c\x73\x42\x2f\xf8\x1c\x0f\xc5\x0b\x6b\x0a\xf1\xab\x88\x9f\x8e\xb3\xad\x97\x7b\x28\x1a\xb4\xcd\x43\x91\x94\x45\x7c\x5a\x8f\x32\x97\x05\x6b\xe8\x96\x02\x4e\xb4\x6d\x72\x3f\x9d\x32\x1c\x27\x97\xa9\xad\x17\x3d\x15\x03\xdb\x22\x0c\x0d\xc5\x74\x6f\x3b\xe3\x64\x3c\xcd\x97\x1e\x22\xd7\x76\xe6\xcb\x25\x6b\x3b\x97\x09\xb1\xae\x2d\xd6\x3d\xea\xa0\x4d\x01\x97\xca\x65\x6a\xc5\xd7\x91\xef\x62\x66\xdf\xfd\x6d\x41\x09\xce\xe6\xb7\x5a\xb9\xb8\xb4\xa9\x10\x2d\xd6\xb9\x41\x24\x2a\x2f\x71\x5b\xaf\x78\x1b\x7e\x6b\xb1\xf7\xe9\xab\xdf\xea\xc3\x6f\xf9\x16\xa6\x72\x74\x90\xbd\x41\x0c\xb0\x06\xf6\xb6\x08\x40\x05\x1d\xd5\x01\x77\x66\x43\x3c\x6c\x70\xc9\xc3\x35\x0c\xc5\x4c\xe6\x2e\xa7\xcb\x1e\xb5\x5c\x0f\x8e\x17\xa8\xad\xcb\x57\x25\xd2\x2d\xb1\x3e\x3b\x9e\xc5\xdd\x26\x8a\xf5\xde\x92\xb5\x75\xdd\xb0\x96\xa2\xb3\xe9\x6d\x00\xdb\x85\x48\xb7\x41\xfb\xb0\xfe\xe1\x8c\x31\xe6\x89\xf5\xdc\xf5\x3f\x10\x69\x5d\xcf\x03\xa8\x05\x84\xaa\x1d\x2a\xdc\xf9\x2d\x3a\xda\xe1\x3a\x9c\x40\x67\x21\x18\xed\xe4\x3c\xb8\xce\x27\x3a\x54\x88\x7d\x43\x2f\x2b\x91\x6e\x17\x78\x60\x08\x49\x83\xd3\x1d\xb6\xbf\x3c\x4b\xf4\x8f\x8e\xa7\x43\x2c\x1b\x77\x07\xcb\x51\x6f\x8f\xeb\x40\xfb\x07\x18\x85\x63\x5e\x67\xbe\xa6\xeb\xf9\x70\xae\xec\x73\x9d\xed\x04\x0a\xd4\x1b\x1c\x2a\x40\xa9\xde\xd7\x19\x4e\xa0\x6f\xbd\xc3\x89\xa2\x40\xef\x1d\x4e\xd4\x87\x11\x2c\x5a\x53\x54\x04\x81\xd6\x00\xbd\x74\x90\x60\x2d\x20\x3c\x40\xb6\xa2\xc2\x81\xf5\xaa\xea\xa3\x53\x5e\x0f\xda\x80\xfb\xe9\x40\x2d\x2a\x22\x6d\x47\xdc\x53\x5c\xed\x4b\xc4\xeb\xde\x8b\x2e\x92\xc1\xfe\xd7\x23\x50\xd1\x79\xf7\xbe\x38\xbc\x56\x1c\x43\x57\xef\xbe\xe6\xd2\x83\x35\xe7\xec\xf5\x44\x35\x01\x33\xd2\x51\x2f\x74\x88\x65\x87\x00\x37\xc7\xc0\x19\x90\xd9\xe9\x70\x69\x35\xf9\xed\xe0\xb1\x4a\xdb\x80\x1c\xe8\xbf\xc2\x89\xf5\x8e\x12\x10\xf8\x5f\xef\xd3\xd7\x8e\x49\x40\xcd\x07\x94\xb7\xcf\x8b\xcb\xc4\xc0\xe7\x8d\xc5\x84\x8f\x1c\x49\x7b\x7e\x0b\x37\x56\x61\x3b\xfb\xa1\x95\x8a\x49\xaf\x83\xd6\x80\x0c\xf4\xfe\x1d\x34\x7f\xfb\xa0\xfc\xe5\x5b\x70\x60\xbe\x40\x40\xb5\x7a\x85\x4b\xeb\x28\xeb\x27\x87\xb7\xdf\xe8\x90\x78\x51\x3a\xa2\xd0\x16\x96\xd5\x57\xd1\x7e\x11\xe0\x0e\x5e\xa7\xf7\x47\x5d\x0e\x0b\xfc\x82\x49\x74\xc1\x16\xc7\x13\x18\x33\x3a\xc8\xac\xc4\xbc\xdf\x03\x5d\x02\x06\x86\x1e\x3b\x56\xd4\xcd\xb2\xfa\x95\x35\x77\xa0\x57\xdd\xb9\x87\xe0\x76\x5e\xa9\xa8\x7c\x8b\x97\x2c\x96\x88\xd1\x83\xcb\x1a\x70\x00\x09\xc7\x06\xd0\xaa\x6d\x1c\xea\x08\xf0\x31\x8c\x2d\x12\x0c\x13\x9b\x1f\x6c\xec\xb4\xbc\x5e\xca\x0e\x34\xa6\xc7\x81\x32\x1d\x82\x1d\x07\x1c\x2d\xdc\x64\x9c\x9a\x41\xe9\xf3\x44\x79\x0d\x71\x0d\x5e\x44\xc5\xb1\x00\xd4\xbc\x71\x18\xe3\xc6\x32\x08\xe1\x89\x1b\x60\x24\x97\x3e\x6e\xac\x45\x7e\xf7\xe6\xc2\xf1\x70\xc5\x23\x27\xc1\x38\xd7\x83\x53\x81\xde\xf4\x78\x11\x5d\x11\xe7\xe3\x95\x28\xae\xb1\x25\xd6\x4c\x40\x87\x3d\xd5\xd9\x40\xcc\x72\x93\x13\xb5\x0d\x84\x1f\x42\x92\x9b\xca\xfd\xd5\x7f\xa2\xbf\xc1\x64\xdb\x73\x57\xa7\x62\x3d\x97\x86\xb3\x91\xfb\xe0\xcc\x04\xe5\xbf\xe1\xb7\x7a\x16\xac\xa5\xb6\x29\x60\xbc\x38\x57\x59\xc1\x3f\x35\xcb\x70\xbd\xec\x7b\x8a\x8b\x82\x43\x4a\x5c\x0c\x9c\x4b\x36\x45\x1e\xc6\x2f\xb7\x07\x71\x4a\xb8\x3d\xe0\x2d\x3d\xdb\x03\x67\x4f\xfb\xcf\xf0\x40\xff\x1d\x11\x9b\xb3\x9a\xc1\xe3\xc0\x5a\x65\xc0\x08\xa0\x4b\x4b\x60\x3e\xcd\xfe\x43\x08\x12\xf3\x8d\x07\xa3\x11\xe3\x5f\xdc\x5b\x0d\xc7\x99\x32\x0e\xfc\x36\xd5\x95\xb2\x6e\xc0\x64\x24\xa8\xb9\x44\xb3\xe6\xc3\x9e\x40\x5a\xdc\xa3\x9c\x12\x72\xfa\x39\xd0\xab\xb9\xfe\x47\xa1\x4f\xe6\x0e\x3c\x04\xa0\x7e\xcf\x4b\xae\x8e\x31\x7c\x52\x10\xbf\x85\xeb\xfa\xc6\x70\x01\x41\xda\xac\x7f\x00\xb5\xf2\x2d\x74\xe7\x8a\x8d\xf9\xf8\xf8\x30\x4e\x98\x14\x1f\xed\x7c\x51\xfa\xc3\x44\xe4\xbb\xe8\x86\x0c\x54\x72\x96\x24\x5a\xf9\xc2\xc9\x71\x4f\xf3\xe5\x8e\x73\x3e\xc7\x06\x37\xdf\xe7\xaf\x88\xd9\xd8\x50\x82\x37\x7f\x84\x62\x97\x8b\x3b\xbc\xe8\x1c\xae\xc1\x61\xec\x5f\x3d\x44\x8b\x0d\x1c\x98\xd6\x13\x91\x64\xec\xeb\x12\xec\xbc\x82\xa3\xa0\x53\xf1\xb7\xa5\x41\x9d\x0b\xe5\xe4\x82\xda\xe6\xe0\x50\x58\x0f\x84\x80\x85\x1c\x20\x7f\x27\x07\x67\x54\xfa\x61\xb1\xc7\x22\x18\xf1\x8d\x61\xbd\x2e\xad\xb0\x39\xa3\x72\x99\x60\x59\x07\xdc\xc6\xb0\x7f\xcc\xe3\x1b\x97\x69\xac\xd7\xa5\x76\x5e\xd6\x81\xe8\xd1\xad\x47\xc4\x50\xff\x34\x10\x31\x4a\x5a\xe6\x80\xf0\x5a\x0f\x70\x6f\x1e\xb4\xc1\x0b\x54\x9d\x0b\xd8\x35\x50\x14\x7d\x84\x4a\x67\xbe\xbb\x0e\x6f\x4a\x80\x87\x98\x30\x5e\xbe\x91\xb0\xdf\x88\x63\x83\x17\x4b\xfd\xd0\x48\x20\x03\x1c\xea\x31\x34\xc6\x58\xee\x60\xe0\x98\xe3\x40\xcf\xc4\xab\x36\x26\x5c\x11\x04\x75\x4c\x95\xe0\xec\xc5\x5c\x44\x7a\x56\xeb\xc1\x63\x71\x70\x86\xf8\x24\x38\xc2\xb1\x1e\x9c\x56\x21\xae\xe3\xf0\x55\xa6\xff\xc5\xc1\x74\xf5\x97\xe3\xf4\xd1\x60\xfd\x4f\x30\x1a\xd5\xf2\x83\x2e\x8a\xf2\xc5\xbe\x14\xe6\x05\x98\x64\xe3\x41\x1b\xc0\x79\x30\xcb\xf7\x71\x41\x14\x9d\x3b\x44\x14\xe0\x6b\x1f\x37\x97\xc6\xf9\xde\x60\x10\xe1\x42\xc6\x12\xff\xdb\xb7\x47\xb7\xba\x5b\x7f\x8b\xb8\xed\x78\x10\xf3\x15\x7b\xc7\x83\x78\x05\xa7\x32\x9e\xf3\x37\x30\x6a\x1f\x0f\x30\x01\x2f\xc1\xe2\xfe\x03\x3c\x78\x1f\xe8\xea\xd4\x03\x0d\x38\x21\x80\xa0\x7d\xa0\x58\x97\x1b\x18\x3e\x7a\x10\xc5\xb9\x09\x9d\x58\xbf\x9d\x3b\xaa\x03\x2e\xdc\x44\x54\x07\xec\xda\xe7\x8e\x91\x03\x0e\x66\x2a\x9e\x33\xc7\xb9\xf3\x98\x4c\xcb\x17\xfa\x4e\xda\x14\xf4\xa9\xac\xcf\x2c\xf9\x1b\x50\xb6\xcf\x82\xb1\x81\xf3\x30\xd7\xbd\xc8\x56\xad\xc7\xd2\xca\x5d\x98\x1a\x7b\x9a\xf5\x0f\xd6\xf0\x35\xe6\xc9\x1d\x01\x12\xd5\x67\x05\x74\x0a\x47\x38\xe1\xba\xe4\x8a\x66\xf3\xd1\xa3\x8d\x04\xdb\x39\x36\x1e\x07\x1e\xcc\xd9\x80\xb1\xf0\x08\x4f\x08\xf6\x9c\xd6\x6b\x15\x65\x1d\x16\xf1\x4e\xbc\x80\xfa\x84\x78\x4b\xd8\x66\xf7\x41\xa6\x3d\x06\x24\xa5\xb5\xb9\xee\x54\x2a\x3e\x4f\xee\x91\x5c\xe3\x54\x3c\xe7\x4e\xcd\x50\xfa\xa2\x4d\x24\x67\xcf\x36\xac\x83\x73\x5f\x8f\x7f\xd4\xd8\x7e\x45\xcc\x66\xf0\xa2\x43\xcc\x66\xe0\xa5\xc0\x26\x4f\x40\x9e\x00\xca\xfb\xcc\xfa\x1b\x2a\xb9\x4f\x00\x9c\x78\x55\xf5\x99\x83\x03\x6e\xfd\xcd\x01\x61\xd3\x78\x39\x26\x87\x6e\x0e\x2e\xca\xb0\x0c\xf8\xd3\xcd\x1c\xa2\xb0\x59\x6c\x2e\xe8\xc6\xc5\x9d\x93\x03\x02\x87\x34\x27\x0b\xcf\x61\x9c\x13\xfd\x16\x44\x68\x02\x0f\xa9\x2e\x2a\x97\x55\x11\x63\x62\xe1\x52\xcc\x9c\x27\x7a\x35\xb8\xae\xb9\x2e\x65\x6a\xf5\x9b\xa7\x44\x97\x45\x02\xeb\x05\x84\xa4\x4f\x01\x78\xfe\xf6\x52\xe9\xc9\x98\x2f\x11\xd6\xcc\xeb\x56\x44\xb2\xac\xd8\xc5\x77\xb9\xa0\x2d\xad\x6f\x70\x1b\x7c\xf7\xa6\x1f\x0f\x0e\x9c\xa5\xfa\x98\xb9\x38\xcb\x2a\x91\x98\x28\xd9\x15\xaf\xe6\x13\x20\xb2\x19\xcf\x83\x18\xc5\x0b\x37\x97\x08\x9f\xdb\x57\x86\x4b\x76\xbf\x10\x5b\xc2\xfe\x11\xbd\xa7\x87\x5a\x28\x07\x62\xcb\x7c\x01\xc4\xf2\xc8\x1c\x58\xbb\x0a\x97\xec\x40\xb1\x2e\xc7\x7c\xe0\x21\xa3\xb8\x74\xc8\xfd\x70\xc9\x8e\x9d\x07\x81\xc7\xe4\x40\x84\xd1\x92\x7b\x60\xf9\x9a\x9c\x87\x03\x54\x3b\x6e\x4b\xfd\x40\x69\x8e\xe7\x44\x3f\x54\x9a\x33\xb6\xa3\xaa\x0b\xa1\x1e\x71\x18\x04\x5e\x3f\x1a\x56\x33\x2e\xfa\xd1\x78\x3c\xd3\x32\xc4\x9b\x07\xea\xe0\x12\x0c\xf6\xf7\xe0\xe0\xfb\x60\x1e\xa1\xa8\x4e\x9f\x1a\x5d\xd8\xc7\x63\xa2\xeb\xe2\xa2\x1c\x80\x5d\xc1\xf5\xf5\xe3\x40\x37\xe3\x77\xd1\xd1\x6a\x54\x38\x2e\xb9\x1c\xe6\x7b\xb1\x77\x3c\x56\x87\xba\x1f\x2e\xd3\x71\x5d\x58\xea\x29\x23\x5a\x06\x22\xd2\x81\x77\x6b\xf8\xdb\x07\x55\x06\x8f\xd8\xb9\x09\x14\xef\x94\x27\xfb\x65\x3d\x2e\x32\x3c\x02\xe7\xa6\x94\x42\x19\xfd\x25\x50\xa0\x7e\xa2\x83\xc4\x83\xa2\x9f\x8b\x83\xec\x4a\x17\x27\x16\xea\x61\xff\x70\x84\x78\x06\xf4\x13\x15\x01\x3e\x56\xfd\xec\x70\x81\xec\xef\xd9\x31\xb6\x7d\xed\x21\x72\x9c\xc9\xb3\xa3\x46\x60\xdf\xcf\x8e\xbe\xb3\xd8\x9e\x47\xe0\xfb\xed\x8d\x84\xc0\x78\x3a\x7a\x62\xb8\xff\x33\x14\x33\xe9\x47\x8e\xd3\x31\x03\x63\x09\x7f\xbb\x08\x4f\x57\x77\x7b\x02\x08\xc7\x93\xa3\x9f\xe8\x08\xbb\x73\xc7\x20\xb7\x17\xeb\x75\xd4\xb5\xac\xc1\x8f\x3e\x53\xab\xe8\x5a\xdb\x73\xc0\xbc\xc4\xaf\xc0\xb1\xfd\x5c\x72\x6a\xe0\x45\xdb\x4f\xac\x09\x3d\x2d\x2f\x4a\x3d\x38\x50\x27\x00\x39\x9c\xb5\xfa\x09\x40\x0e\xf4\x6a\x3f\xc7\x8b\x69\x9a\xf6\x28\x1f\x37\x5e\xee\x73\x76\x38\x1e\x7e\x3b\x15\x9d\x98\xe8\x14\x86\x60\x1b\xc0\x8d\x2e\xe4\x22\x54\xa1\x9e\xe3\x04\x79\xad\x2e\xea\xe4\x30\xee\x2e\x1e\xc8\x6b\xd9\xec\x13\x56\x19\x57\x8a\x7e\x1e\x10\x12\x27\xcd\x81\xd5\x8a\x74\x2e\x82\x17\x2a\x13\x4f\x14\x9a\xf8\x92\xf6\x13\x91\x0d\x4c\x4f\x3f\x0f\x5e\x20\x5e\xeb\xf3\x84\x50\xa5\x65\x58\x74\x44\x8f\x53\x51\x8e\x0b\x7d\x9e\xb8\xba\x6d\xb6\x81\xf0\xb8\x69\x20\xa0\xb3\xd9\x86\x8b\xe8\xd8\xce\x97\xcd\x64\x03\x2f\x59\x6e\xda\xaf\x0b\x14\xe1\xc6\x5e\xb2\xfa\xf4\x79\xc9\x01\xb0\x9e\x70\x3c\xea\xe7\x4e\x08\xad\x22\xff\x09\xae\x4e\xe5\xe9\xb9\x2e\x59\xdf\xed\x67\x11\xda\xf6\xad\x1b\x20\xe4\xf0\xa0\xdd\xea\x1a\x2d\xcb\xea\xdb\x06\x2e\x0a\x71\xe6\xc4\xc8\xa1\x4e\xe8\x54\x6c\x77\x1f\x1f\x94\xfe\xce\x17\x7d\x6a\xb5\xfd\x03\xd0\x11\x22\x71\x7e\x10\x03\xe6\xb5\x2e\x77\x57\x99\x7e\x3e\xf6\xcf\x38\xd1\x21\x29\x7a\x9c\xeb\xd2\x77\x39\xf5\xf3\xe3\xa8\xec\x93\xcb\xed\xd8\x1e\x8c\x2e\x9e\x37\xb8\x2b\xc5\xa2\x13\xd8\x8e\xdc\xcc\xf9\x02\xfe\x74\x0c\xef\xdf\x5c\x7d\xfa\x09\x84\x47\x71\xf5\xc2\x3d\x52\x5d\xd1\x85\xd8\xab\x48\x75\xa1\x7f\xc2\xa1\xb0\x5f\x58\x42\xd5\xa5\x5d\x48\x1d\x65\x5a\x8f\xbe\xb0\x5a\x8f\x2e\x30\x2c\x23\x72\x42\x3c\x2e\x74\x57\x78\xab\xf7\x6b\x7b\x7f\x73\x31\xea\x97\xee\x93\xac\xf9\x05\xa1\x52\x64\xbb\xe0\xde\x2a\x84\xff\x42\x62\x21\x02\x41\xbf\x8a\x0f\x32\xed\xd1\x6f\x01\x2a\xee\x17\x18\x3e\x1f\xff\xab\x22\x11\x31\xdf\xab\x62\x49\x87\x59\xb8\xb0\x7e\xe6\x57\xe6\xc1\x19\x96\xb1\xe4\x3a\xaf\xcf\x00\x43\x9f\x1a\x60\x10\x09\x2f\x80\xbe\x78\xea\xf4\x6b\x3d\x26\xd5\x07\xe1\x6a\xba\x36\x59\xe6\x41\x73\xfc\x4d\x1c\x1b\xe3\x6f\x48\x14\x20\x01\x2e\xa4\x1d\x45\xfe\x0b\x22\xaa\xce\xec\x02\xc3\xa7\x31\xe0\x0a\xad\xbd\x8c\x0d\x84\x43\x0f\xcb\xaa\x83\x98\x7b\xe0\x09\xc1\x03\x72\x05\xba\xf6\x6a\xf9\xc5\x63\xe3\x97\x06\x80\x2b\xf7\xdf\xfc\xb9\xfa\x85\xff\xae\x16\xc9\x6b\xea\xcf\x45\xfd\x94\xaa\x32\xe9\x03\xdd\x80\x1b\x82\x5b\x05\x6e\x4e\xfd\x3a\x20\x78\xb6\x3f\xe4\x3c\x98\xdc\x89\xbf\x1b\x54\xfe\x42\x9c\x49\x58\xd9\xeb\x54\xc4\x60\x42\xc0\x0d\x24\x66\x17\x84\x01\xff\xaf\x7e\xe1\x0e\x01\xb2\xbb\x5f\x8b\xa3\x0a\xad\x6c\x17\x4a\xdb\xee\xc2\xdc\x28\xc4\x1d\x0f\xf2\x7a\x85\xa8\x5c\x0f\x04\xc6\x0d\x7c\xc5\xcf\x31\x86\x57\x1d\x0c\x73\x81\x83\x91\x30\x5c\x40\x03\xbc\x64\xf7\x86\x05\x0d\xae\xf1\xe6\xf0\xaa\xac\xbc\x05\x9d\xf2\xdd\x7b\x87\x33\xfb\xca\x0d\x71\xaf\x52\x06\x46\xd1\x2c\x03\x7c\x65\x3c\xf7\x8e\xa9\x19\xce\xe0\x2e\xf6\xcf\xb7\x34\x00\xb0\x6e\x37\x66\x76\xc0\x9f\xfd\x6e\xac\x21\x0a\xdc\x7b\xbd\xc4\xad\x72\x88\xee\x40\x9c\x81\xe8\xde\x70\xd5\x1e\xea\x3b\xd4\x1d\x52\x1e\x12\xbc\x41\xf9\x64\xbe\x94\x27\x10\x0c\x38\x86\x5b\x78\x88\xfd\xe0\x66\x83\x7b\x4c\xbf\xd1\x77\x2a\xae\xde\x27\xd6\x43\x88\xd9\xfd\xed\x85\xe5\x0b\xd1\x8c\x7e\x4e\x5c\x7a\x20\x18\xf7\x25\xee\x8d\x7e\xb4\x2c\xdb\xff\xcd\x9a\x14\xcb\x37\x22\x15\x73\x07\x77\xa5\x0e\xf5\x06\xee\x11\xae\xd5\xa3\xbf\x2f\x73\x41\xb1\x2e\xdc\xe6\x7e\x70\x87\xeb\xd6\x03\xab\x81\xf0\xdf\x8f\xf8\x3c\xe6\xf8\xb0\x86\xae\x1b\x9c\xeb\xe6\xbc\xde\xfd\x37\xff\xc4\x7e\x03\x54\x56\x84\xb9\x5f\xf4\xac\x10\x89\x9b\x73\xe2\x43\x77\xa3\xd7\x09\xfb\x57\xfc\xfc\xfa\x79\x7e\xf3\x6d\xec\x0f\x78\x47\x5c\x51\xfa\xf3\xe9\x0b\x77\xca\x10\xda\xdd\x7a\x39\xe9\x35\x5f\xbd\x19\xc4\x44\x3e\x12\x39\xb8\x25\x3c\x15\x72\xdb\x2d\x63\xb9\x83\xcb\x79\x76\x40\xe6\x9c\xab\x07\xae\x57\xa8\xc2\x83\xf8\x29\x07\x89\x37\x43\x6f\xdc\xdf\x07\xa3\x51\xf7\x5b\x00\x9b\x15\xdf\xf0\x6c\xe8\x15\xe2\xfd\x54\x8c\x31\x3c\x4a\x4f\xc5\xfa\xcc\x1e\x3d\xe8\x11\xd5\xc5\x3e\x88\xa5\xc9\x59\xc5\xb3\x21\xd5\xcf\x3d\x88\xa8\xea\x1a\x1f\xe0\x5a\xea\xd2\x9e\x0e\x11\x0a\xcb\xab\x4f\xef\xe0\x13\x3b\x73\xa1\x7d\xa8\xce\xa2\x7f\x8c\x04\xaa\x0b\x9e\xfc\x9b\x7f\x68\xc7\x53\x21\xb5\x92\x3f\x4a\x80\x61\x39\x21\x8a\xbf\x34\x00\x3c\xb0\x79\x5a\x28\x9e\x44\x09\x8e\x9e\xe3\xc9\x13\x6e\xc6\x7a\x2f\x31\x0b\x80\x2f\x9e\x80\xba\x67\x60\xd2\x1f\xd6\xa3\xf4\x77\xb0\x03\x00\x1e\x87\x42\x17\x05\x2f\xf1\x03\x67\xa6\x72\xfc\x59\x1c\x58\xc5\xc3\xa0\x3f\x53\x0e\x83\x3e\x0f\x09\x92\x65\x09\x0f\x9b\x8c\x9f\x9a\xfa\x30\x3c\x0c\xaa\xd0\x8c\xcf\xab\x80\xc3\xfb\x9c\x5a\x6a\xe8\x1f\x6c\x56\x75\xf3\x4f\x89\x0a\x0b\xc6\x05\x55\x1c\x78\x20\x90\x8a\x3f\x0f\xe2\x46\xe5\x15\x79\xb4\x5e\xf1\x3a\x3e\xe2\xb4\xe0\x8a\xf4\x30\x68\x6e\xf8\x2d\xc4\x80\xdf\x02\x3c\x26\x5a\x48\xc7\x93\xa0\x11\x7d\xa0\x3f\x88\x96\x8a\x12\x0f\x3e\x42\xd1\x6d\xa3\xb9\x9e\x3e\x01\x1b\x6f\xbc\xbe\x0f\xdc\x8f\x7a\x41\x3c\x09\xaa\x44\xf1\x59\x5c\x4b\xd3\x38\xf1\x00\xf7\x50\x2f\x85\xc7\x40\x9f\x5c\x44\x3c\x06\x22\x77\xdb\xb0\xb6\x1e\xb4\x17\xc8\x09\x07\xe4\x95\x53\x81\x53\xc4\x21\xbb\xf9\x2d\xbc\x07\xd2\x57\x50\xcf\x00\x42\x59\x74\xbc\x01\x3a\x4e\x61\xfd\xdd\xeb\x6f\x8e\xc8\x1d\xc7\xeb\x10\xe7\xf7\xee\x72\x90\xb6\xe1\x3c\xa4\xbf\xc5\x35\xa8\xdb\x1e\xb1\x97\x75\xc6\xf1\x3a\xd2\x7e\x0a\x40\x65\x0e\xf5\x4b\x0c\x21\x25\x01\x1c\xa9\x1b\xa8\xfc\x8e\x63\x74\x77\x0d\xdf\xca\x59\x62\x1d\xf0\x36\xa8\x5e\x5c\xbc\x0d\xd2\xf9\xea\x3d\xd0\xe0\x50\x71\x4a\xae\x9e\x55\x7c\x8d\x9b\xca\x7a\x3c\x09\x9a\x84\x0a\x7f\xe1\x86\xc7\x40\xc7\x5f\x38\x93\xc7\x13\x8f\x81\x9c\xac\x33\x5e\x02\x21\x16\x13\xdf\xde\x54\xa1\x8f\xdf\x6e\x9f\xce\x0b\x7d\x4f\x71\x9d\x11\xbb\xd4\x75\xe9\xc3\xdb\xd3\xb2\x38\x3f\xcb\x1a\x75\xec\x07\x2b\x3f\x67\x18\x0f\x83\xdc\x1c\x0f\xa2\xd9\x06\xe1\x7c\x53\x42\xc2\x78\x12\x6f\x06\xd4\x08\xf8\xdb\x66\x77\x9c\x78\x18\xec\x10\x27\x7d\x6c\xc5\x41\xea\x63\x4b\xa4\x97\xfe\x2a\xb2\x71\x8f\xf0\x99\xed\xc1\xbd\xc0\xab\x20\x7d\xc4\xf4\x2a\xc0\xef\xb8\xbf\x43\x2b\x39\x63\xc0\xb2\x5c\x9d\x8b\xc0\x66\xf7\x08\x31\xbf\xc0\x38\xe0\xeb\xda\xaa\xfb\x0b\x3c\x44\xc3\x1e\x7e\xaf\xdd\x07\x1f\x3f\xd6\xd0\x42\x8a\xef\x6a\x53\xf4\x7e\x17\xa3\xd4\xb5\x62\xe3\x8b\x9a\x72\xe4\xfa\xa2\x6e\xf9\x4b\x03\xc0\xcb\x4b\x1c\x1e\x8a\x43\xd6\x94\x0e\xe0\x9c\xb4\xb8\xe1\x54\xda\x0a\x22\x83\x8e\xa4\xea\xcc\x5e\x82\x6e\x4d\x17\x1e\x6b\xc8\x77\x48\xb1\x4e\x0a\xbc\x7c\x2f\xad\x12\x0c\x5c\xb7\x22\x5e\xe5\x17\x4c\x09\xde\x03\x1d\x6f\x83\xf8\x36\x8a\xcb\x5d\x3d\xd4\xeb\x95\xcd\xea\x6f\xc1\x69\xed\x2e\x06\x5c\xd4\x40\x04\x7b\x41\x43\xe3\xc4\x1c\x1b\x17\x11\x10\x63\x88\xee\xe7\x62\x85\xe8\x7e\x50\xd8\x01\x8a\xbf\xb5\x45\x50\x63\x23\x92\x49\x09\xca\x45\x78\x88\x65\x5c\xa7\x16\x37\x16\x1b\x51\x0c\xc0\x36\x05\x68\xfd\x0e\x20\x33\x40\xeb\xc7\x6f\xbf\xd5\xf0\x30\x29\x83\x01\x2a\x8c\x01\xd4\x73\x4b\x7e\x4b\x74\x11\xdc\x78\x42\x84\x7e\x6e\x8c\xa7\xb1\x86\x1b\x7d\x76\x2c\x86\x93\xfa\xae\x3b\x19\xfd\x74\x8d\x01\xf4\x8f\x5b\x0e\xfe\x83\xb1\xe9\xaf\xb7\x88\x41\x6c\x5c\xb2\x59\xa9\x0f\x80\xa6\x93\xf1\x2f\x36\x7e\xc0\x25\x04\xc8\xfd\xe4\x85\x8e\x2d\xd4\x55\xf8\x5b\x44\x98\x64\x2e\x01\xe8\x34\x58\x4f\x9c\xe6\x77\xe7\x18\x40\x0c\x26\xe3\x0f\x09\x1e\xe5\x75\xf9\x06\xb8\xab\x10\xd1\x3f\x07\x63\x1e\x8a\x93\xd6\x6b\xa2\xb7\x1e\x70\x6c\x65\xbe\x13\x63\x49\xa5\x1f\xd4\x11\x88\x69\xb1\x4d\x2c\xad\xdd\xb2\x8f\x00\xe3\x04\x23\x85\x2b\x57\x6c\x5a\xe8\x0a\xf3\x3a\x2a\x0f\x2f\x7d\x02\xdf\x28\xfe\xf6\xc0\x3f\x74\x67\xdd\x50\x23\x80\xc1\x0a\xbc\x04\x3a\x5c\x51\xe0\x25\xd0\x8a\xf3\x3d\xb5\x4a\xd3\x3f\x2e\x3a\x70\x8d\x41\x4c\xba\x8a\x08\x1f\xc4\x9c\x6b\x44\x70\x08\x83\xce\xed\xae\x39\x6a\x81\xdc\x19\x27\x86\x90\x6f\x6c\x18\x3f\x86\x6b\x7e\xa3\xff\xeb\x96\x51\x77\x6c\xb4\xbf\x81\x51\x78\xde\xf4\xa4\x71\x9d\xf5\xa4\x99\xcc\x0b\xcb\x60\x75\x6d\xe1\x32\x11\x5d\x63\x83\xb3\xac\xcd\x7a\x54\x3a\x9b\xf5\x9c\x93\xa0\x7f\x44\xef\xf6\xb5\xe7\x4e\xb1\xe6\x78\x0c\x74\x08\x6d\x7c\x5e\x02\x8c\x67\x47\x1a\xe1\x01\x89\x1d\x98\x52\xdf\x93\x32\xe3\x9c\xb4\xc7\x10\x92\x5f\x59\x2f\x01\xda\x10\x33\x08\x1d\x67\xe0\x55\x50\xfb\x4e\xb9\xc0\x49\x2f\x4e\x2b\xf6\x2a\xd0\x7a\x52\xc6\x7d\x6b\x5a\xd6\x85\xaf\x53\x26\x72\x07\xeb\xb6\x57\x2c\xc8\xbf\xd4\x99\x85\xe1\xf1\x8a\x1d\xe0\x44\x8b\xbb\x48\xe0\x66\xd0\x70\x3c\x0d\xdc\x09\x02\xb1\x22\xf0\x18\x08\x44\xbf\x20\x46\x5e\x85\xdb\x08\x83\xe4\xb5\x6a\x19\x6a\xce\x05\x32\x4c\x1e\xf8\x92\xd8\x61\x47\x89\xf1\x17\x3b\x4a\x46\x0c\x00\xb1\x77\xcd\xec\x2c\x70\x28\x9e\xd0\x0f\x0a\x47\xc4\xd8\xc0\x2f\xbc\x36\x7f\x6b\x90\x3d\x08\x12\xde\x03\x15\x77\xa9\xc0\x4b\x20\x3c\x38\x78\x03\x34\x94\xbc\xb1\x03\x56\x2c\x8e\x39\xd9\x34\x37\x2a\xe5\xd8\xe8\x27\x3d\x98\xf4\x83\x3f\x1d\xfa\xa4\xc5\xc3\x71\x39\xe8\x67\x00\x1f\xd8\xac\x47\x79\x3a\x99\xe3\xd0\x92\x48\x9f\x88\xe7\xcd\xf5\x9c\x28\xd6\xed\x93\x8b\x5b\x3c\x14\x13\xdc\x98\xdf\x9d\x2a\x88\x99\xfb\xd4\x82\x43\x3f\x87\x16\x22\xe6\xcb\xa5\x04\xea\x12\xfb\x81\x3b\x4a\x61\x0c\xc0\x5e\x10\x15\x63\xd7\x07\xf6\x2b\xf3\x28\x79\x88\x4e\x38\x09\x08\x8f\x9e\x04\x73\xb7\x7c\x00\x37\xa0\xff\x53\xb8\x01\x63\x06\xb4\x4c\x70\xc1\xd8\xd1\xcf\xc1\x95\xc6\x2e\xb7\xea\x1a\x62\x20\xa9\x10\xcb\x5d\x1f\xf7\xb0\x8d\x22\x1e\xfd\x3c\x46\x7f\xa0\x0c\xa6\x0a\x43\x4e\xe0\x19\xd0\xbe\xb3\x84\x28\x87\xe3\x72\xe8\x25\x90\xae\x15\xd6\xc6\x6d\x58\x5e\xf3\xfa\xce\xd2\xeb\x65\x5a\xfd\xe8\x25\x80\xa5\x2c\xf0\x06\x68\x44\x31\x0a\xbc\x01\x0c\x59\x13\x78\x03\x34\x62\xed\x05\xe1\xe4\x3a\x40\xd3\x28\x86\x0f\x4b\xfb\x81\x3b\xe7\x5c\x95\xdd\x18\x5a\x96\x21\x24\x10\xad\xb2\xe3\x63\xc8\xbe\x14\xc1\xc6\xcd\xb2\xba\xab\x41\xf9\x05\xd6\xc1\x6f\x01\x18\x77\xbf\x5b\x8c\xf4\xd9\x29\xa3\x0b\x64\x0d\xf1\x18\x88\xe8\x8c\x87\xe8\x06\xc0\x8b\x82\x18\x73\x0d\x3d\x62\xe0\x49\x60\xc8\x9d\x28\xd5\xf3\x4c\x9f\xe8\xc0\xd0\x7b\x45\xc1\x48\xd0\x21\x24\xa5\x81\x93\x83\x88\xe2\x31\xd0\xb1\xd4\x07\x71\xe6\x72\x40\x3c\x0a\x56\x4b\xa2\xdc\x05\xde\x03\x86\xf1\x09\x3d\x06\xd0\x97\x47\x11\x54\x3c\xf8\x16\x11\x6d\x24\x60\x45\xa3\x20\x04\xa9\x24\x62\x3b\x8f\x46\xc1\x79\x7d\xf7\x5b\x69\xff\xcc\x11\x25\x3e\xc6\x98\xc0\x03\xa0\x83\xf9\x8b\xa2\x57\x8d\xdf\x1d\xde\x0b\xfa\x27\x8a\x4a\x38\x2f\x38\x45\x19\x07\x80\xfd\x7d\xfe\x32\x36\x62\x80\xfa\xef\xd5\x8e\x55\xdc\x73\x89\xcb\x54\x67\xc0\x84\x26\x4a\x52\x27\xb7\x5e\xca\x44\x39\x1b\x20\xfa\xb3\x3b\xd1\x93\x85\x74\x72\xa7\xa2\x25\x03\xc1\xaa\x88\xa5\x23\x08\xef\xd9\x09\x9f\x12\x85\x57\xad\x78\x18\x11\xf1\x76\x17\x92\x57\x6d\x70\xe9\xcb\x85\x65\x0d\xc2\x20\xea\xbf\xb9\x21\x70\x7b\xf3\x2b\xeb\x86\xc1\x18\x2e\x14\x9d\x5c\xfa\x82\x18\x88\x23\x72\xe0\x19\x50\x3b\x2f\x71\xb9\x11\xd3\xaa\x65\x9c\xa7\xab\x6d\x74\x34\xe7\xbb\x70\x8a\xbb\x8b\x8a\xc7\xc0\xdc\x6d\x83\xa1\x82\x0b\xaa\xc7\x80\xc4\x80\x98\xa3\x0d\xdd\x43\x14\x15\xd9\x5c\xca\xf2\xa0\x4f\x72\x93\x51\x6a\x13\xf2\x28\x8a\x4a\x6d\x2e\x71\xc1\x05\x48\xc2\x8c\xc7\x40\x9d\xae\x03\x8e\xe6\xe9\x45\x79\x51\xb6\xa6\x65\xe7\xb8\xfa\xaf\xfa\xe2\x31\xce\x2a\xa8\x72\x89\x1e\x51\x37\x8d\x37\x94\x8d\xd1\xc5\x03\x55\x0b\xc4\x9e\x8b\x02\x5a\x3f\x26\x84\xaa\x56\x8d\x2e\xf4\x89\x8f\x27\x46\x91\xa8\x55\x34\x7d\x50\xd6\xd4\x4f\x3d\xe8\x7b\x00\xbd\x51\x79\xb8\xc0\xde\x45\x05\x60\x09\x7c\x20\x2a\xa1\xa2\x08\xeb\x14\x15\x73\x7d\xb7\x7d\xa0\xff\xe0\xcc\x88\x94\xf7\x21\xad\x01\x41\xe5\x9c\x54\xf4\x28\x13\x82\x07\x0a\x3e\xf7\xaf\x1e\xc8\x03\x8f\x40\x4d\xf0\x8b\x9c\x1f\x10\xf1\x1d\x30\x6d\x54\xac\xe7\x1d\x02\x50\x35\x68\x7d\xf5\x93\x75\x60\x6c\x43\x0b\x3e\xfd\x23\x22\xb9\xe6\x75\xa2\xdb\xe3\x6c\x83\xa0\xaf\x88\xf0\x51\x71\xc2\xfe\xea\x3f\xb1\x88\xdf\x2e\xb1\x28\xb1\xa8\x46\x25\x30\x03\xa2\x68\x80\xa6\x8f\x74\x4d\x0e\xf6\x71\xda\x1e\x43\x05\x04\xb5\x22\x3a\x81\xe7\x8b\x7a\x18\x38\x97\xf2\x85\x87\xcd\x60\x3c\x58\x57\x89\x20\x1b\x04\x51\xa9\x88\xbd\x41\x34\x94\x26\xc1\x36\x1c\x4a\xba\x0e\x78\xba\x78\x86\x2b\x38\xc2\xe1\x7c\x6f\x55\x46\xac\xc9\xc7\xed\xf1\x2d\x00\xbd\xe1\x18\x04\xf4\x5a\xff\x6a\xd5\xa5\xcf\x57\x57\x3a\xfa\x7c\xc1\x5c\x96\x55\x6e\x3e\x08\x9c\x3d\x81\xe5\x83\xf1\x37\x62\xbf\xe1\xac\x1f\x4d\xe8\x4a\xb3\xcc\x83\xc3\xbc\x1a\x70\x15\x22\xe6\x46\x2b\x04\x5a\xb0\xbe\x70\x8f\x78\xb8\x5a\x81\xd9\x61\x9d\x5b\x25\x3a\xcf\xf6\x4b\xce\x0c\xb4\x78\x02\x46\x8d\x86\xd9\x36\x78\xc5\x5b\x6c\x70\x24\xd4\xe3\x2f\x19\x5f\x99\x4b\xd0\xf9\x20\xa6\x54\xc5\xa5\x06\x78\x0f\xdc\xd8\x12\x70\xf0\xd9\x64\xd2\x12\x4b\x5e\xa9\x36\x81\x03\xf8\xdb\xa9\x9b\xd3\x4e\x19\xab\x10\x87\x54\x94\x37\xfa\x92\x68\xf8\x2d\xca\xf1\x34\xb9\x10\x28\x78\x3b\xe4\xea\x2c\x3f\x1c\x10\xda\x13\xab\x49\x31\xa4\x9d\x04\x89\xe3\x12\xb4\x13\x25\xb8\x63\x23\xfa\xc6\xc6\xcb\xd4\x8c\x93\x04\xa7\xd2\x10\x8d\x81\x24\x44\xbb\xc0\xc7\x70\xd8\xdb\x05\xf7\x09\x01\x6e\x86\x39\xb2\x4f\xc2\x1c\xa1\x77\x89\x86\xb2\x1b\xb8\x44\x34\x08\x24\x71\xa4\xa2\xdd\xfa\x9a\xd1\xe7\x8d\xfe\xc6\xef\x3e\x1a\x45\xd8\x64\xad\x84\xd3\x32\x2e\x4f\x1b\xbf\xc5\xec\x8f\x78\x1e\x0d\x65\xb7\x2f\x7a\x13\x47\x65\x1b\x51\xe4\x7e\x17\xe5\xf5\xe0\x25\x13\x51\x2e\x87\xd1\x00\x09\x83\x61\x0a\xe2\xa0\x36\x09\xb3\x48\x73\x00\xb1\x61\xbc\x51\xf0\x43\xf1\x05\x11\x65\xfd\x09\x1d\xda\x80\xba\x44\x57\x94\x86\xc0\x10\x26\x34\x07\xeb\x4f\x9c\xd0\x46\x48\xa8\x10\x75\x3e\xfd\x16\xe0\xe1\xce\x65\x22\x28\x68\x05\xbe\x11\x44\x05\x8d\xca\x21\xed\x75\xc2\x55\xd3\x8f\x56\xb9\x19\x94\x1f\x38\x0f\xdb\x1b\x58\x9b\x36\x58\xdf\xb0\x1a\x47\x87\xdb\x00\x54\x1c\x1d\x2b\x1b\x48\xf6\xe8\x60\xa4\x46\x5a\xcf\x25\x63\x8f\x3a\xb8\x28\x1c\xaf\x03\xf4\x7a\xe0\x9f\x1b\x1d\x3d\x19\x96\xc7\x00\xc9\x9e\xc4\xbd\x8b\x6e\xdc\x3b\x08\x7c\x37\xee\x1d\x22\x58\x0f\x38\x4b\x44\xc2\x1e\x72\xc3\xfc\x16\x58\x13\x16\xf3\xe8\x10\x63\x45\xa4\x9e\xe8\x17\x21\x78\x1d\xdc\x21\xee\x7c\xd1\xd3\x78\x7e\xb6\x97\xe8\x5a\x0f\x18\xd5\x7a\x42\xf1\x48\xd8\xfa\x50\x39\x4e\x3f\x03\x90\x39\x5c\x9d\xa8\x79\xc5\xe7\x3e\xd4\xc3\x31\x4e\x3d\x27\x10\x57\xfb\x44\x11\xef\xdc\xd5\x69\xb9\xb6\xc0\x9d\x7c\x64\xba\x51\x33\xdc\x8b\x69\xec\x57\xfb\xc1\xb0\xc4\xf9\x27\xb8\x6a\x97\xd1\xe8\xc7\xdf\x82\x2d\x46\x07\x2a\xb5\x3b\xdf\xc3\x79\xf1\x5b\x3c\x33\xa4\x09\x00\xe6\x73\x83\xa0\xf6\x03\x47\x79\xcf\xd5\x09\xb4\x07\x4e\x97\x08\xaa\x8d\xe0\x04\x41\x08\x55\x03\x38\x06\x21\x54\xfb\xdc\x7e\xc9\x99\x75\xad\x51\x1b\x93\xbe\x98\xb4\x87\xf1\xd2\x97\x90\x0f\x5e\xe2\x63\x18\xe0\x85\xfe\x83\xcb\x4a\x24\xd4\x18\x88\x3c\x9d\x0b\xad\xfc\xdd\x31\xfb\x13\x24\x31\xfa\xb3\xfd\x16\x49\x32\x40\xe8\xb7\xcd\x43\x67\x48\x1c\x0f\x14\x22\x49\xf1\x10\x81\xaf\x9a\xdd\x36\xf8\x78\x4e\xfb\x41\x4c\x68\xb6\x07\x39\x0e\x47\xd5\x5f\x01\x99\x7c\xd7\x17\x85\x57\xa1\xe3\xf3\xb8\xbb\xd8\xaf\xb1\x9d\xe8\xf3\x55\xef\xb2\x36\x10\x0f\x80\x8a\x73\x7c\x84\x16\x4c\x16\x1b\x6f\x80\xe6\x18\x02\xe5\xf8\xe0\xb5\x88\x8d\xa8\x19\x5c\x5c\x82\xb9\x36\x02\xf6\x07\xd1\x5c\x93\xa8\xea\x11\x88\x2a\x12\xe9\x80\x2b\x02\x63\x14\x61\xd8\x74\x36\x07\x0f\x83\xde\x10\x0d\x62\xef\xe8\xb4\x26\x65\xfc\xfe\x10\x25\x08\xfa\xda\xc1\x9c\x45\xe0\x23\x49\x58\x9e\x88\x62\x64\x01\xeb\x13\x38\x06\xe3\x14\x05\x0f\x61\x0e\x2c\x5c\xdd\x31\xe3\xb5\x40\xbc\xb1\x08\x74\x15\x60\xa4\x22\xaa\xf1\xa5\xf8\x2d\xa2\xcd\xb0\x7f\x44\x9b\x7d\xb3\xfe\x60\x3c\x8c\xd3\xa8\x1c\x70\xbd\x61\x8c\x7e\x88\x2b\x91\x67\x7b\xfa\x5b\xf0\x61\xea\xcc\xc2\x98\x5e\xc3\xf6\xe8\x32\x1d\x0f\x31\xba\xd4\xeb\x44\x07\xb1\x5e\x2d\x83\xb7\x83\xbb\x8d\x8e\x53\xbb\xeb\xd0\x5d\x07\xc6\x1c\x42\x42\xa8\x47\xff\xe7\x63\x15\x20\xeb\x09\xef\x13\x44\xb7\xcd\xb1\xdb\x5e\xc8\x0c\x7d\xfa\x20\xbb\xd7\x06\x2d\x70\x0d\x11\x9d\x7c\x00\x89\x76\x5b\xe5\x44\x23\x8d\x04\xcb\xd8\x88\x0c\x82\x91\x20\x82\x68\x20\xe9\x1a\xea\x3b\xe9\x18\x08\x54\x80\xe1\x24\x82\x47\x1e\xb7\xa5\x08\xc4\xa8\xc9\x19\x0e\xac\xcc\xde\xa9\x20\xa4\xcf\xf4\xbc\x0d\x54\x0d\x8e\x07\x95\xc5\x06\xe1\x0c\xe3\x81\x41\x90\x02\x51\x0b\x90\x73\x04\x61\x7c\x7c\xc4\x82\xe0\x92\x03\xe2\x17\xd3\x47\xc9\xdf\xea\x42\xc6\x78\xb0\x5c\x4b\x30\x02\x0e\x72\xe7\xbe\x87\xc4\x86\xfb\x1b\x86\xfa\x41\xfd\x12\x44\x1e\xe9\xae\x3f\x30\x25\x39\x4b\x3c\x4e\xb2\x7f\x6d\x08\x87\xc5\xfd\x0d\x7c\x36\xbf\xb5\x3d\x1f\xee\x1a\xfd\x1b\xa8\x0f\xe2\x14\xc0\x8b\x00\xe1\x47\x20\x7d\x15\xd7\x10\x3c\x1f\xf8\xc8\x08\xad\xde\xde\x23\xc2\x6d\x81\x25\x8d\x20\xaa\xde\xde\xcb\xaf\x88\x59\xdc\x7a\xb6\xf3\xf1\x07\xd1\x0c\x82\x11\xc4\x69\xfe\x0e\xf2\xbb\xfd\x16\xc2\x36\xe2\xe5\xd5\x41\xc7\x10\xf8\x4b\x6e\x28\x13\x63\x11\x92\xaa\x28\x14\xc6\xe2\xf2\x42\x00\xe6\x54\x71\x89\x1b\x4c\x28\x52\xe1\x06\x13\x2a\x3a\x03\xd7\x85\xdf\x7e\xab\xfe\xc9\x7a\x3c\xed\xd9\xd8\xdc\xe0\x14\x59\x3c\xdd\x66\x00\xe5\x06\xae\x32\x86\xd4\x8d\xd4\x3b\xa1\x58\x6f\x9c\x2a\xcb\x84\x2d\x82\x30\x24\x84\xa4\x32\xb6\xdc\x35\x72\xf0\x5b\x23\x29\x40\x0c\x72\xd7\x6d\xc3\xf6\x72\x63\x6b\xfc\x59\x00\xd6\x72\xa8\x13\x42\x82\x05\x30\x70\xa7\x31\x94\x6f\x64\x11\xb4\x99\x94\xb1\x0a\x71\x90\x93\x48\xe7\xdb\x57\x36\xcc\x0b\xfd\x17\x90\xf8\x10\x9b\x84\xc0\xc8\x49\xa4\x04\xc6\xf6\x82\x4e\xed\x1f\x2b\x9e\x6c\x39\x61\xa4\x53\x71\x2c\x9b\x80\x5b\xcb\x06\x40\xe4\xb7\x5a\xee\x78\x7c\xb2\x19\xa9\x95\xb1\x75\x71\x75\xb4\xef\xba\x39\x4d\xca\x70\x00\x8e\x0d\x0e\x06\x48\x42\xa4\x91\x50\xba\xf5\x58\xb7\xfd\x16\xc4\x46\x8e\x21\xb1\xca\x79\xa8\x13\x6c\xd0\x37\x36\x5d\x74\x76\xcb\x3b\xfa\x3f\xda\xe8\xe3\xe9\xfe\xa6\xaa\x09\xe6\x88\x68\x29\x21\x4f\xc5\x49\x2e\x71\xc2\xb5\xc8\x49\x24\x51\x18\xd4\xdd\xa6\x56\x75\xce\x55\xea\x2d\xc1\x05\xc5\xbd\xa7\x49\x54\x72\x28\x02\xf3\x2d\xb8\x16\x55\x16\xb8\xfd\xb4\xca\xa3\x94\xd3\xc0\x06\xd6\x63\x3c\x70\xee\x48\x11\xe9\xd9\x98\xa8\x11\x20\xde\x49\xdc\x2f\xdc\xcf\x22\x0f\x82\x31\x40\x38\xf3\xd4\x0f\x97\x3e\x09\x43\x34\x1d\xf3\xa9\xca\xc2\x36\x46\x1e\x66\x3c\x5c\xfa\x0d\x2e\x39\x11\x21\x25\x7e\x29\x76\x90\xbb\x99\xb7\x7a\x38\xda\x18\xcc\x94\x07\x39\x01\x6c\x4b\x50\xf3\x56\x2c\x65\xcc\x58\xd2\xab\xeb\xc0\x1d\x97\x7b\x4e\xfc\xa9\x27\xfa\xd4\x44\x25\x02\x38\x3c\x52\x5f\x69\xf7\x77\xdd\xf7\xb6\x7b\x86\x5f\xcf\x24\xdf\x22\x54\x97\xba\xc6\xcf\x3d\xc9\xb3\x04\xfe\x4f\xc6\x21\x11\x4b\x35\xa8\xe4\x2b\x84\xc4\xf6\xc4\x27\x83\xc8\x8d\x5d\x63\x58\xa7\x4c\x90\x06\x88\xd9\x00\xd6\xa4\xae\x6e\x70\x1f\x89\xed\x17\xc3\x20\x07\xf9\xab\xf0\xd8\x31\x70\xb1\x98\xd3\x1f\x09\x25\xa0\x33\x44\x86\x02\x51\x19\x55\xf8\x46\xa3\x3c\x61\x2f\xf9\x78\x85\xcd\x66\xd3\x46\x55\x81\xc8\x6f\x9b\x87\xd7\x32\x9c\x13\x84\x6a\x34\x15\xa9\xf4\x49\x94\x4e\xe2\x69\xc5\x20\x0c\x91\xaf\xe9\x20\xac\x10\x71\x9b\x62\x88\xaf\x82\x60\xe8\x86\x54\x39\x8c\x83\x0b\xe7\x45\xc7\x25\xa9\x11\xfa\x26\x46\x70\xb8\xd0\x19\x8c\xd4\x1d\x8b\x31\x13\x65\xa0\x59\x3f\x76\x42\xe2\xf0\x5b\xcc\xd4\xc0\x19\x62\x00\x00\x26\x75\x4f\xe0\x32\x14\x60\x7a\x62\xa0\xb8\x07\x72\x12\x63\x1d\xf0\x1a\x6c\xe6\x98\x12\x39\xc6\x03\x2b\x0e\x22\x3e\xc6\x41\x20\x39\xb8\x90\xc1\x2b\xa8\xc8\x39\x80\x96\xe0\x9b\x19\xba\x18\xc9\x21\x0d\xa2\x12\x14\xbf\x7b\x08\x5b\xa0\xcd\xc9\x6b\xea\xd8\x4e\x31\x6d\xac\x03\x58\xbd\xee\x5a\x01\x45\xd9\xbe\x32\xd6\x37\x0f\x85\xe0\x5b\xe7\x7b\x19\xfe\x88\xb1\x7d\xd1\x46\x6c\x83\xaf\xa2\x07\x87\xc8\x23\xe9\xbc\x6e\x62\xc5\x4d\xcb\x1d\x83\x0a\x73\x47\x8f\xa8\x65\x4d\xd7\xa3\x6f\x8f\xd0\xcd\xec\xae\x15\x90\x13\x30\x7f\x31\xe0\xc8\x8b\x07\xf6\x01\xa4\xea\x41\x7e\xb4\x0c\x5a\x8f\x7b\x18\xdc\xcc\x78\xd5\xdd\xd2\xcf\xab\x7e\x8b\xb1\x01\x33\x01\xa3\x16\x93\xd8\x5d\xc4\xc3\x8b\xb9\xc1\xd9\x6f\x96\xd5\x4d\x76\xca\xaa\x1d\xd6\x1c\xe7\xee\xfa\xd3\x46\x2e\x16\xc2\x36\x71\x99\x1b\xb6\xa9\x44\x85\xe0\x91\x9c\xe0\xae\xaa\x7d\x36\x75\x4e\x6b\x3c\x53\x02\xcf\x1d\xd1\x75\x07\x8b\x7c\xe8\xba\x43\x44\xd6\xc0\x75\xa7\x12\x52\x29\x66\xc7\x5b\x85\xf5\xd1\x8d\x87\xe8\xca\x31\x79\x04\x02\x6e\x0f\x97\x9e\x06\xb6\x2f\x66\xe8\xb8\x4f\x3f\x21\x87\xc7\x78\x30\x68\xe1\x86\x14\x7a\xe7\xa8\x72\xc1\x3b\x27\x48\xb5\x14\x13\xcb\x32\xe1\xb3\x62\xa6\xf1\xd8\x18\x3f\x0f\x02\xb8\xcc\xc0\x53\x27\x25\x2a\x33\x09\x86\xe8\x38\x81\x4d\xf9\x50\xcc\x29\x27\xcd\xb7\x26\xba\x2b\xee\x8e\xde\x36\x12\xe0\xa9\x08\xc9\xc3\x3e\x0f\x39\x48\xda\x9f\xa8\x6b\x78\x7c\xf4\xb6\x51\x8a\x9b\x78\x5a\x10\xae\x3b\xa6\xd1\x70\xec\x87\xc0\xa9\x93\x33\x30\x2f\xbd\x76\xf8\xed\x85\x11\x0e\x3a\x33\x3f\x9d\x37\xf3\xe5\xcc\x8c\xfd\x97\x3a\x33\x5c\x65\x6a\x77\xa2\xaf\xd1\x2e\x18\xe0\xeb\x65\xb5\x8c\xa5\x06\x45\xe1\x01\x50\x90\x90\x26\x71\x60\x2d\x52\x29\x89\x4b\x4c\x23\xf2\x45\x1c\xbb\xa1\xaf\xad\x07\x5b\x66\x7b\xc0\x81\x2a\x64\x0f\x7c\x39\xbd\xc4\xb8\xc7\x84\xca\xc4\xa3\x98\x57\xa0\x51\xd6\x85\x83\xfa\x0a\xfa\x9b\x43\x7d\x54\xfc\x0d\x39\x5c\x47\x25\xb9\x03\x44\xf1\x00\x19\xad\x39\xfa\x80\xb8\x6a\x24\x38\x5a\xe3\x55\xb3\x0c\xce\x8c\x43\x7d\x34\x14\xbb\x10\x89\x83\x10\x31\x44\x1f\x88\x63\x1d\xde\xee\xab\x7c\xe0\xa7\x49\x98\x9d\x38\x38\xa4\xd5\xfe\x71\xf3\x50\x07\x70\x84\x84\x96\xf6\x88\x30\x8a\xea\x07\x56\x1b\x42\xa3\xc4\x31\xe0\x5c\x5d\x1f\xb8\x07\x2f\xdf\x41\x74\x50\x37\xf6\x18\x70\x3c\x10\x8f\x03\xf1\x01\x00\x73\x1c\xf8\x60\x4e\xb8\x99\x03\xef\x07\x39\xad\xe3\x10\x24\xc9\x98\x21\x72\xc4\x82\x8f\xe3\x34\xfa\x06\xe3\xbc\xc4\x00\x51\x7f\x61\x60\x70\xad\x0c\x4f\x0e\xb1\x3c\x08\x20\xa8\xfe\xec\xb8\xbd\x40\xb4\xc7\xd4\xef\xc5\x3a\x78\x65\x25\x96\x27\x18\x35\xad\x99\x27\xf1\xc3\x26\x8f\x18\x2e\x3a\x81\xa3\x79\x9c\x40\x63\x2a\x7b\x84\xbb\x4e\x23\x74\x7a\x9c\x04\x37\x57\xd7\x72\x1a\xc8\x92\xef\x9e\xc5\xe8\x27\xfc\x16\x27\x7e\x22\x29\xc4\x49\xe0\x3f\x02\xfc\xc5\x49\x42\x13\x1f\xd2\x13\x73\x3d\x98\xc2\x38\x1b\x52\x04\xe7\xf3\x24\xee\x57\xda\x3f\xc0\x63\x30\x70\x71\x1a\x7b\x8f\xcb\x84\x3b\x50\x9d\x3c\xb6\xb8\xeb\x74\xd7\xf6\xc4\x41\x5c\x45\xf6\x89\xbf\xad\x3a\x39\xdc\x78\x82\xb4\x59\x81\x1b\x4f\xfa\x38\x9c\xc1\x43\x81\x51\xe4\x44\x97\x86\x07\x43\x9c\x44\x1b\x21\x58\x61\x9c\x69\xa8\x28\xc6\x09\x56\xcc\x8b\x8b\x1b\x4f\x95\x03\x3b\x89\x36\x42\x2c\xb4\x38\x13\xf7\x21\x08\xc6\x89\x31\x43\x63\xd2\x69\xae\x05\xc7\x46\x40\x02\x22\xf7\x86\x9e\x3a\x5a\x00\x4f\x2c\xec\x84\xe8\x09\x3c\x6f\xfa\x37\x66\x0c\x78\xdd\xb5\x02\xe3\x85\x2f\x76\x9c\x46\x7b\xe6\x3c\x9c\xea\xb1\x5c\x5b\xa0\x2b\x5a\xe4\xf1\x7a\x69\xc5\xbd\x3b\x45\x35\xd0\xe7\x09\xae\x14\xfd\xd9\x49\x4c\x7f\xfc\x61\x03\xaf\x97\x20\xbc\x7a\x9c\x44\x21\x01\x34\x1b\x9f\x47\x8b\xfd\x68\xcc\xf0\xb7\x5a\xc0\x8b\xf5\x88\xc6\x70\x81\x27\x1c\xaa\x8f\x1e\x1e\x2d\xad\x6e\xbf\xc2\x99\x85\xee\x2e\xd5\x4d\xc3\xdd\x65\xf7\xe3\xc4\x10\x4a\x07\x0e\xde\x8b\xb8\x5f\xa1\xdb\x09\x8e\xe0\xf1\xb9\x82\xb0\x39\xba\x73\x48\x84\x2e\xa3\xb9\xf2\x5a\x5f\x10\xb6\x64\x91\x2e\x14\xca\x38\x25\xc7\x55\xff\x96\xf4\x24\x2e\x02\xd8\x11\x1f\x3c\x70\xe1\x08\x62\x7a\x05\x2e\x19\x7d\xe3\xbb\x97\x08\x65\x0e\xe9\x85\xce\x46\x4b\xd0\x05\xb7\x07\x70\x31\x74\xb1\xd8\x38\xb0\x57\x37\x05\x16\xdf\x12\xa7\xc5\x6b\x74\xa1\xf0\x25\x19\x4a\x5c\x5d\x58\x01\xdf\xed\xbe\x7c\x96\x89\xd5\x8e\x68\x70\x75\xb0\x32\x70\x18\xb8\x64\x84\x8a\xd7\x0b\x48\x08\x81\x0e\xe3\xf2\xf0\x3a\x1e\xb8\xc3\x0d\x4b\xe5\x95\x62\xd7\x68\x9f\x06\xa9\xa4\x1f\x13\x91\xa0\x4b\xbb\x12\x03\x03\x97\xe3\x22\x54\x8e\xa2\xe8\x95\x9a\xc1\x99\xbb\x21\x96\x39\x5c\x17\x4a\x61\xa2\xe9\xc6\x45\x62\x11\x8d\x04\xd7\xe2\x32\x43\xa5\xea\x35\xf4\x19\xb4\x1e\xe7\xfe\xef\xb7\x98\xd9\x39\x74\xd7\x40\x6c\xe4\x80\xeb\xed\xa1\x35\xed\xd2\xcf\x91\x33\x70\x21\x82\x15\xe7\xb2\x38\xd4\xa6\x12\xff\x22\xe8\xe4\x70\xcc\xe0\xc3\x2a\x2f\xf4\x25\x30\x12\x9d\xca\x35\xd5\x1b\x59\x8f\xd5\x1b\x91\x0a\x4f\x91\x26\xc4\xe3\xe2\x75\x17\xfe\x73\xe9\x42\xc6\xa1\xd6\x0b\x44\x1d\xea\x85\x7b\x18\xe1\xc9\xe3\x82\x48\x03\xa8\x8e\x0b\xa5\xb0\xca\xe5\xeb\x84\xb3\x74\x8f\xf4\xbd\x75\xee\xb8\x93\x11\xe6\x39\x2e\x2f\x16\xc4\xfb\xba\x04\xbe\x5a\x2f\xa7\x45\x9f\x46\x97\xed\xb6\x41\x5d\x30\xad\x17\x94\xcb\xda\x62\x0d\x07\x8b\x19\x97\xd1\x65\xbd\x0b\xc4\xdf\x22\xf8\x41\x5c\x44\x21\xd9\xfc\xd6\xa3\x95\x9f\xf6\x18\x7b\xd4\xff\x5d\x8f\x09\x44\xf8\x2d\x86\x9f\xdd\xbb\x80\xce\xf8\xbb\x3b\x8f\x3a\x45\xe6\x82\x35\xfc\x1b\xff\xa3\x61\x83\xdf\x7e\xe1\xb3\x2c\x73\x1e\x38\xf3\x37\x6a\x16\x09\xf3\x4d\xa8\x2b\xc5\x76\x3c\x57\xba\xc6\x0f\x3c\x54\x7a\x83\x70\xde\x66\x9a\x63\x3c\x37\x6a\x16\x0d\x2a\xf7\x8e\x0e\x0c\xe2\x77\x17\x02\x27\x4c\xcb\x10\x36\x1e\x67\xbd\x58\x94\x82\xee\x22\x96\x6e\x8d\xff\xe6\x51\x72\x9c\x37\xa1\x87\x3c\xe7\x77\x35\x70\x67\x50\x86\xeb\x62\xef\x6e\x5c\xb6\xe4\xaa\xef\x0a\xcd\x99\xb6\x37\xf2\xcb\x2f\x75\x66\x37\xd6\xcc\xe6\xc0\x75\xfc\x65\xb1\x6f\x14\xb5\xe2\x42\x6e\x2e\xbd\x26\xd3\xbb\x6b\x31\xe1\x23\xbc\x58\x84\x3d\x8e\x3b\x04\xa6\xd2\x1e\x04\x34\x2e\x25\x71\x87\xa8\x79\x26\x0a\x08\xd3\x03\x7b\x8b\x59\x81\x38\xdd\x58\x7c\x00\xe2\xc6\xfd\xb1\xc7\xb4\x4f\x2f\x1f\xe3\x21\xea\x44\xba\x09\xe8\x4b\xc4\xd6\xdc\x1f\x50\x93\x85\x41\xc1\x1a\x6e\x9a\x66\x79\xc7\xc0\xeb\x85\xc3\x77\xdc\xfa\x96\x42\x84\x6e\x00\x9c\xf8\xa0\xc5\xbd\xb8\xa2\x4e\xa8\xec\xb8\x51\xb6\x76\x37\x10\x9f\xd3\xe9\x02\xa3\x53\x11\x1c\x78\xf3\x92\x91\x2d\x27\x6e\x5e\xb2\xe1\x66\x02\x36\x16\x3f\x74\x5f\x12\x60\x7e\x2b\x57\x94\xd6\x2b\xba\xd2\x1e\x31\x10\xc4\x7a\xdc\x17\x8a\xec\xb0\x8c\x11\x85\xcb\x74\xf3\x7a\xf9\xfa\xde\x17\xc6\x06\xd7\xf3\xc6\x05\x08\x0e\xe0\x46\xf4\x2b\x1e\x46\x21\x24\xcd\x7a\xc2\x36\x3b\xfe\x5b\x9d\x13\x63\xd6\xa2\xea\x5e\x3c\x8a\x36\xec\xe9\x43\x7b\xb8\x6d\x5c\x83\xe2\x3b\xd4\x9a\xee\xb9\x34\xb8\x06\x75\xe1\x00\xba\x03\x11\x3d\x24\xee\x97\xbd\x80\xa3\xd2\x1d\xe8\x5b\x1f\x23\xcd\x7a\x30\x5f\x63\xf1\xdb\x1e\x9c\x16\x04\xfe\x06\xcc\x89\xff\x60\x3c\x86\x5d\x82\x0b\xd7\xd5\x47\x2e\xfc\x01\x9c\xa9\x1e\x05\xb7\x9f\x2a\xa6\xea\xd1\xab\x80\x3e\x9f\x42\xdc\x2c\xd6\xed\x29\xc2\x52\x26\x65\x38\x57\x1e\xdb\xa7\x08\xc9\xb1\x0d\x5e\x23\x10\xd4\x87\xd4\x6e\x8a\xd8\xba\x0c\x35\xc6\xf6\x18\xaa\xbc\xfa\x5b\x8c\x4f\xd3\xb2\x19\x95\xf9\x6e\x85\x9b\xe1\x3c\x3f\x15\x49\x00\x25\x3b\x6e\x45\xa1\x2a\xe0\xd1\x92\xeb\x77\xe1\x38\xf1\x78\x88\x07\x9f\x4a\x01\xa5\xcf\xa7\xae\x19\x94\x79\x54\xe1\xf8\x4d\x9e\x22\x07\x8c\xbb\x51\x13\x76\xf4\x34\x55\x43\x8c\xd9\x50\x45\x7e\xb7\x83\x51\x83\xb3\x31\x49\x0a\x91\x9f\xe3\xe9\x58\xf6\x5d\x5b\xee\xb2\x0c\x02\x49\x52\x82\xf8\x76\xa1\x4b\x92\xd2\xc2\x83\x67\x03\x01\x2e\x83\x84\x29\x29\x07\xf9\x20\xea\xfa\x08\x3c\xb8\xd2\x11\x1d\x3a\x70\x4f\x0a\x45\xda\xc7\x00\x15\x7e\x97\x8c\x61\x1a\xde\xbe\x44\x27\xdc\xf7\x87\xc0\x12\x5a\xd8\xf1\x04\x6a\x42\x36\x1e\x42\x8d\x4d\xf7\x77\xc2\xa5\xf5\x5f\x5a\x33\x49\x5c\x12\xb2\x94\x24\x2b\xe9\x2a\x4f\x9f\x83\xd0\x3a\x50\x4f\xdc\x87\x82\xa8\x92\xf1\x70\x89\x15\x4f\x1e\x52\x55\xc9\x2a\xe3\x3e\x14\x38\xb9\x06\x49\x49\x9a\x08\x6b\xdc\x84\x9a\x0a\x50\x13\x91\xec\x9b\x65\xc3\x45\xd3\x5e\x8b\x86\xdf\x22\x22\x65\xf3\x30\xf2\x22\x12\x1a\x28\x1e\x42\xca\x68\x79\x7c\x40\x55\x13\xad\x34\x70\x25\x0a\x95\x92\x8f\xb0\x08\x5e\x8e\xe7\xd1\x78\xc0\x5c\xb0\x72\x8a\xca\x7f\xb8\x58\x02\x29\x1f\xfc\xec\xd2\xc3\x88\x28\x2d\x37\xa3\xdb\x0f\x7e\x67\xf1\x6e\xb8\x18\xb1\xc0\xe4\x61\x4c\xc5\x4c\xdc\x7e\x9a\xe2\x39\x6e\x3f\x95\xd8\x60\x61\x8e\xc5\xf9\x95\xc1\x1b\x71\x39\xc8\x99\xd8\xc2\xdf\x16\xc3\x0c\xd3\xe6\x83\x3f\x0c\xca\x10\xad\x61\xbd\xa9\xfe\xf8\x2d\x2e\x3d\xe2\xe4\xc8\x75\x98\x64\xa5\x0d\x92\x89\x04\x11\x3d\x82\x3c\x86\x81\x6f\x60\xbc\x70\xae\x72\xb4\xa6\x03\x14\xd3\x46\x0a\xc0\x2a\xe1\xd1\x75\x47\xe3\x0d\xa9\xfe\x9a\x87\x97\x64\x1f\x3d\xbe\xf6\x5a\xbb\xf8\x6e\x37\xe2\xae\x6d\x4c\x95\x47\xff\x7a\x1e\x20\x32\x98\xae\x8f\x10\x49\x61\x9a\x3d\xa2\x3f\x04\x69\xf6\x42\xd5\x04\xee\x3a\xd5\xc7\xc7\xc4\x1f\xe4\x95\x0d\xd3\xe0\xe9\x9d\x40\x1a\xbc\xae\xd5\x92\x84\x20\x4d\x4e\xda\x24\x20\x2a\xb5\xbf\xc4\x1f\xae\x21\x1c\xa7\xde\x1e\x24\xf5\x88\xe1\x1a\x0e\xd1\xeb\x8c\xc1\x0b\x64\xff\xe8\x41\x85\x18\xe0\x7e\x53\x89\x40\x11\xa4\x7f\xcb\xb0\xcd\x21\x74\x85\x31\x00\x5a\xf6\xf1\xc4\x4b\x26\xa7\xe3\x21\xc1\x87\x62\xa6\x69\xdb\xc8\xa5\x11\xa6\x6d\xdb\x3c\x1b\x40\x0c\x8a\x73\xc4\xd2\x47\xf2\xe7\x78\xc1\x93\xf9\x10\x91\x6e\x2d\x15\xc1\x48\x02\xd2\x54\xca\xe3\x55\xd3\xf0\xdb\x0d\x93\x7d\x90\x57\x20\x5e\x38\x42\x0d\x2d\xaf\x71\xfe\xec\xf3\x56\xe7\xca\x5c\xf0\x24\x10\xca\x44\x4e\x8e\x90\x18\xbf\x8f\x77\x84\x71\x3e\x32\x1d\x8c\x13\x9f\x56\x42\x1b\xc5\x0b\xfc\x47\x28\x07\x79\x3b\xf2\xab\x7f\x05\x81\xb3\xb6\xaf\x20\xde\xf9\xbb\xbf\xcf\x8d\xfb\x82\x65\x39\x37\x22\x86\xa0\xdf\x4d\xf3\x73\x90\x48\x25\xc9\xcf\xd1\x71\xca\xcf\xed\x73\xdc\x4f\xca\xdc\xa3\x45\x5b\x72\x33\x59\xfe\x7a\x70\x72\xc3\xc3\x00\xc4\x42\x6e\xbb\xb0\xaf\x5f\xe9\xcc\x92\x84\x1d\x89\x3b\x53\x6e\x86\x7c\xd9\xed\x8c\x28\x15\xc9\x40\x88\x9e\x4a\x36\x9b\x24\x91\x47\x10\x71\x34\x49\xe4\xd1\x39\xe0\x49\xf2\x8e\xe4\x62\xe5\xf6\x59\xfa\x98\x28\x96\x3e\x50\xf6\x89\xab\x4f\x6c\xb6\x37\xf6\x52\x65\x42\xe0\x8a\xea\x64\x42\xcd\xe8\x09\xb4\x21\x7e\x12\x8a\xe9\xdc\x8c\x43\x16\x7c\xb7\xeb\x7f\x47\x9f\x78\x12\xa0\x6c\x4d\xdc\x78\x5a\x0c\xc6\xc9\x2b\x32\x5c\x30\xc4\xbd\xd9\x68\xa3\xae\xa2\xd0\x26\x0d\x68\x48\x3f\x84\x25\x46\x89\x99\xb8\xe5\xd4\xaf\x1f\x90\xc8\xd5\xf6\x72\x6f\x93\xf2\x54\xb9\xcc\x6f\x45\xf4\xdb\x86\x08\x20\xe8\x48\x12\xb7\x9c\x0a\x77\x92\x1b\x86\x01\x82\x18\x26\x2e\x37\x1d\x84\x78\x6e\x66\xb2\x72\x6c\x3a\xe8\xfb\x5b\xb1\x74\xae\x15\x97\x26\x1d\x1b\xba\x31\xb2\x2d\x25\x89\x39\x62\x38\xce\x53\x68\x06\xed\x11\xcd\x08\x77\x93\x1b\xc0\xe3\x66\x1b\xd2\xd0\xa1\xfc\x4d\x12\x73\xc4\xe6\xfe\xde\xfa\x51\x72\x00\x09\x25\x5e\x3d\x5c\x84\x27\x02\xf2\x90\x9b\x01\xf8\x92\x7e\x00\xfa\x92\xb6\x2d\x71\x9b\xc9\xef\xbb\xaf\x29\xe2\x56\x9f\x24\xd4\x48\x40\xb9\x49\x12\x8d\xce\x2b\x9b\xfb\xe6\x45\xa1\x7e\x37\x30\x5f\x52\xc6\x90\x10\xd6\x6b\xde\x5f\x7d\x9a\x5c\x03\x03\x40\x92\xe9\x3f\x8b\xf5\xc6\xbd\x5b\x1c\x5b\xee\x60\xda\xf0\x01\xcc\x2f\xf9\xc5\xe2\xb4\x92\x9c\x16\x0d\xaf\x91\xc4\x5b\x25\xbf\xf6\x9f\x87\xca\xa0\x8c\xa8\xcb\xb9\xda\xb1\xf0\x22\xfe\xe4\xae\xcf\x66\xa3\x1f\x33\x3b\x25\x63\x30\x7f\xeb\x22\x0c\xb9\x1b\xdf\xce\x7e\x02\x31\xdc\xdf\x7e\xb0\x11\xda\x0b\x1b\x49\xeb\xd9\x2f\xc7\xf6\xe5\x60\xf5\xb7\x80\xc9\xa7\xf5\x70\x3c\xdc\x23\xbc\x52\x3a\x8e\xe9\xb9\x0f\x23\x9e\x58\x46\x1c\xe3\xce\xe2\x89\x12\x44\x12\xc9\x9d\xbc\xa2\x58\xba\x93\x5c\x14\x89\x07\x43\xe2\x7d\x12\x88\xb1\xf9\x9b\xc7\x09\xfd\x4c\xa3\xba\xf0\xad\x03\xe0\xba\x63\x23\x17\x27\xf1\xdb\x72\x3f\x79\xd8\xfd\x2d\x22\x3c\xae\x53\xb9\x8b\xd7\x74\xaf\x71\x65\x04\x78\x9c\x78\x8a\x34\xb2\x36\xa5\xf9\x27\x40\x17\xe4\x7e\x19\x09\x85\x32\x56\x5a\x1e\xf3\xdc\x6f\xb3\xb2\xd3\x5e\x10\xfb\x64\xbf\x20\xd8\x58\xc3\x73\xbf\xa5\x1b\xbf\xb2\x66\xe6\x0e\xde\x8b\x38\x61\xb9\x0b\xd4\x0c\x06\x45\xc6\x18\x10\xd9\xb9\x13\xee\x1a\x77\x91\xdc\x1f\x23\x4c\x52\xd6\x89\x79\xf0\xc1\x57\x5f\x2a\x7e\x0b\xd5\x2e\x1e\x1c\x70\x5d\xe8\x21\x12\x17\x94\x84\x95\x4d\x92\x53\x24\xd0\x80\xc4\x8d\xa4\x39\xa1\xa2\xbc\xce\x85\xd6\x15\x04\x87\xec\x2c\xb0\xfa\xb8\xd6\x64\x29\x12\x1e\xda\x57\x59\x56\xfa\x44\x46\x2f\x1c\x84\xa2\x53\x32\x87\x0b\xb7\x10\x13\x0e\x27\xc9\x23\x3a\xc1\xe6\x92\xe4\x11\x26\x1f\xce\x82\x55\x0b\x30\x61\xe2\x3a\x12\x38\xbf\xa6\xee\x22\x40\x12\xb2\x90\x31\x06\x1f\xcf\x34\xc1\x04\xc9\x84\x53\x77\x11\xb8\xc9\x2c\x1f\x22\x7e\x1d\x96\x82\x7f\x25\xae\x23\x89\x5b\x48\x23\x13\x4e\x16\x2e\x07\x69\xb4\x92\xa4\x12\x26\x37\x4e\x92\x4a\x74\xb0\x5f\x59\x8c\x23\xc5\x45\x27\xc1\x44\xf3\xb5\x2b\x86\x4f\xe1\x40\x15\x92\xc2\x00\xe2\x4d\x12\x4f\xb4\xe1\x38\x51\x3a\x57\xe7\x88\x78\x8e\x88\x9d\x24\x98\xa8\x60\xf2\x12\x97\x92\x8e\xce\x26\x0b\x16\x5e\xc0\xd2\x59\x0e\x94\xad\x3b\xed\x0f\x08\x43\x67\xcc\xba\x4b\xf1\x40\x15\xb8\x73\x1f\xa5\x72\xb9\x3e\xb4\x21\xb5\x18\x62\x51\x96\x4b\x6e\x98\xf5\xbf\x0c\x26\x48\x9b\x1b\x8e\xc1\x75\xbb\xc1\x69\xb9\xce\x88\xc6\xe1\x5e\x1b\x7a\x88\x47\xac\x10\x32\xa8\xbb\x86\xaf\x56\x60\xce\xc6\xab\xda\x81\x31\x00\xed\x91\xf0\x97\xd7\xd0\xec\xeb\xb7\x75\x93\x9b\x59\x63\x30\xe7\x01\x31\xd2\xb2\x0a\xbd\xe1\x3c\x54\xd0\xe8\x04\x19\xcc\x0a\x0c\x67\xd8\x1e\xfd\x10\xae\x4a\x59\xd5\x09\xb1\x5f\x55\xf7\xa4\xad\x51\x46\x79\xed\x6f\x11\x09\x09\x33\x9f\x55\x17\x41\xd6\xdc\x7c\x06\xc0\x70\x16\x19\x80\x3b\xa1\x7f\xa1\x31\x10\x21\xf3\x13\x6c\xb6\xc7\x2a\x3a\x6d\x1f\x9e\x19\xda\xe0\xb0\x4e\xa6\xaf\x34\x97\x00\xba\xba\xc4\x5b\x22\x01\x18\xa7\xf9\x03\xe0\x32\xb3\x0a\xc4\xe5\x0e\xea\x39\x41\xd2\x96\xc4\x73\x22\x31\x3e\x25\xf9\x03\x4c\xa0\x9d\x75\x98\x42\x95\xb1\xa1\x67\xf5\x9c\xe3\x39\x61\x62\xed\xac\x83\x90\x5c\x95\xb1\x0d\x99\x1a\xfa\x84\xd3\x25\x38\x63\xe2\x45\x51\x89\x43\x96\x95\xc0\x12\x85\x33\x6f\x4e\x02\x82\x3f\x26\x79\x08\x9a\xfb\x8b\x87\x44\x54\x1e\x31\xbc\x22\x62\x77\xbe\x5a\xf9\x79\xfc\x2b\x00\xf8\x45\xe0\x7f\x41\xcc\xea\xe7\x68\xcb\x00\xcd\x46\x0c\xc5\xc7\xad\xa2\x0d\x3f\xce\x21\x6d\x4e\x0e\x6a\x3b\x5c\xec\xcb\x2c\x31\x2c\xde\xa7\x24\xb5\xcc\x8b\xee\x42\x5e\xc0\x22\x20\x36\xb8\x5b\x54\x12\x73\x64\x25\x9a\x28\xa6\xfe\x24\xbf\x6c\xfa\x42\x57\x62\x6b\x01\x96\xcb\x4a\xd8\xe6\xe1\x21\x7a\xd4\xcd\xd0\x0f\x51\x46\x81\x39\x64\x15\x7c\xeb\xe2\x41\x8c\xd3\xc5\x80\x85\xce\xef\xb7\x58\xdc\xa0\xf8\xb8\x70\x34\x44\xda\xc4\x3d\xa3\x61\x11\xcb\xfa\x7a\x60\xf9\xad\x96\x5c\x5e\xac\xfa\x9a\x31\x7d\xd5\x37\xd8\x69\x74\x03\x49\xee\x81\x3a\xf9\x6d\xdb\x38\x44\xf4\xd9\x60\xad\x11\x69\xb3\x6d\x3e\x08\xfe\x16\xb4\x35\xf3\x6a\xbb\xba\x46\xcb\x3a\xd3\xaf\x71\x92\x27\x20\xc8\x5b\x90\xad\xa8\x0f\xa3\x4f\xc4\x52\x82\x66\x66\x03\x34\x8b\xf5\x27\xc9\x25\xd0\x88\xd7\x95\xad\x68\x90\xd8\x29\x63\x01\x9c\xfe\x16\xbc\xdd\x66\x7b\xf4\x85\xbb\xed\x11\xfd\x9a\x7d\x12\x97\x0e\xc2\xd3\x3e\x8e\x87\x31\x54\x38\x5d\x2e\x4a\x03\xf7\xb6\xb9\x0e\x28\x73\xb1\xd2\x66\x03\x03\xd7\x9c\x17\x10\x1e\xc2\xd1\x64\x13\x70\xbb\xfb\x5b\x41\xc5\x6b\xdf\x1b\x86\x1c\xbc\x31\xb2\x35\x89\x34\x6d\x48\x68\x52\x1d\x27\x21\x68\xc8\x28\x95\x0d\xf0\x6d\x71\x2e\xa6\xc1\x63\xaf\x1b\x01\x07\x51\xb8\x67\xeb\x46\xd9\xb0\x8c\x02\xfa\x6b\xa3\xa4\x41\xff\x70\x54\xe0\xdb\xb2\xc9\x51\x0d\xeb\xe1\x4e\xe0\x2a\xf0\x7a\x69\x58\xc6\xb3\x85\x7e\xca\x8c\xd9\x6c\xf7\xdd\x7a\x22\xeb\x3a\x5f\x60\x14\xdf\x5a\x85\xe7\xcd\x32\xa9\x19\x3b\xdf\x02\x6f\x47\x90\xcd\x6c\x46\x9f\x71\x5e\x9f\x21\x87\xfa\xc1\x3a\xbb\xfe\x10\x12\xa0\x43\xd9\x70\xc1\xc2\x4a\x98\x0d\x42\x82\xbb\x60\x36\x93\x95\x40\x84\x9a\x96\x6e\xe7\x88\x27\xcd\xf0\x3c\x90\x84\x28\x1c\xcf\xa1\x3a\x88\xdf\x1e\x1a\xe1\x98\xd7\xa1\x04\x62\xbd\xd6\x73\x7e\x8b\xdb\x15\xfa\xad\x6c\x87\x0c\x05\x6d\xc0\xcf\x49\x13\xf0\xb0\xe9\xfd\x2b\xc3\x45\xf1\xd0\xb5\xd3\x88\xbb\xcc\x0b\x40\xbe\x84\xaa\x61\x8c\x01\xed\x90\x0d\xdd\xb0\x92\xcc\xe7\x61\xe3\x9a\x63\xc1\x44\x57\x9d\x78\xd2\x04\xd6\xed\xc4\x93\xa6\x8e\xf2\x4b\xce\x0c\x37\x9b\x44\x3f\x91\xed\x16\x10\x48\x59\x99\xdb\xcb\x6a\x68\x1a\x17\x66\x11\x95\x54\x8c\xc2\xe5\x26\x14\x2b\x48\xd6\x10\x58\xd9\xb2\x11\x8e\xa6\xb1\x51\xdd\xb0\x33\x10\x21\x5c\x68\xaa\xec\x65\xdf\x59\x60\x2e\x6b\xdf\x0d\xbd\x5c\x29\xe3\x38\xce\x44\x3b\xa2\x07\x3a\x80\xec\xbb\x0a\x62\xeb\x0d\x31\x44\x3f\x45\x57\x93\x49\xd9\xe8\x12\xb4\x21\x69\x08\x20\xc3\xec\xc5\xb0\x3f\xb6\xc1\xd2\x64\x9f\x5e\x6e\x38\x9b\xae\xe3\x2f\x5c\x29\x09\x20\x02\x7c\x5b\x76\x32\x5e\x77\x36\xa1\x57\xa2\x5d\xc0\x15\xe1\xa2\xd3\xf0\x3b\x4b\x5d\x74\x88\xe7\x94\x5d\x3f\x47\xe7\xf5\xc5\x94\x67\x3c\x88\xcf\xf8\x3f\x26\x6e\x36\x81\x7f\x68\xe2\x66\x13\xe8\xd2\x92\x84\x11\xad\x40\x44\x3b\xf8\xb9\x69\xfb\x2e\x21\xb4\x0d\xd0\x89\x69\x1b\xc2\x66\x3b\x2f\x53\x85\x71\x18\x71\xc5\xc9\x70\x4d\x08\x78\x07\xee\x27\x71\xc5\x19\x60\x83\xb2\x07\xc4\x86\xbd\xeb\xba\xa8\x41\x5c\xbb\x19\x84\x8a\x65\x23\xa6\xd2\x1e\x0b\x2c\x49\x7d\x13\xf7\x9b\x86\xa2\x3c\x7b\x1a\x66\xc7\x7a\x80\xa9\xf6\xb9\x5e\xfa\x0a\xe0\x36\x71\xb9\x09\xfc\x04\xd3\xe4\x14\x38\x22\x67\x1f\x66\x31\xb7\x3d\xc6\x89\x62\x59\xf5\x05\xfd\x13\x4b\x0f\x9d\x4d\x92\x7f\xa2\xab\x83\xc1\x85\xa6\x76\xf7\x9a\x58\x7a\xd3\x33\xf6\xf9\x08\x33\x66\x9c\xec\xbb\xe3\x3c\xc9\x28\xc5\x23\xd0\xf1\x1d\x6e\xd3\x36\x18\x4e\x20\xf0\xb8\xd0\x04\x50\x82\xc4\x85\xa6\x81\x2f\x4c\xbc\x64\x82\x10\x43\xd9\x4f\x71\x90\xd4\x7f\x8f\x3c\x63\x13\xcf\xd7\xad\xc7\x4f\x96\x0b\xdd\x8d\x14\xe3\xbe\x20\x52\x0d\xe7\x7e\x6b\x04\xe2\x5b\x37\x5e\x20\xf6\x89\x21\xa7\xda\x0f\x0f\x7e\xb8\xef\xf8\x57\x62\x90\xc8\xfe\x10\x8c\xa1\xd0\x3f\x00\xd7\xe2\xfe\xbe\xd4\x3b\xf7\xd7\xfe\x6d\x43\xc0\x4a\x1e\x8a\x8e\xe3\x3e\xba\xea\x8c\x8d\x87\x6b\xb3\x8c\x3b\x16\x77\x30\xb4\x6c\x72\x07\xf1\x44\x09\x00\xd2\x89\x27\x4a\xe2\x7b\x9b\x01\xac\x86\x20\xad\x19\x62\x55\x77\xcb\x62\xce\x92\x32\x77\x90\xb3\x8a\x07\x49\x43\xaf\x9c\x78\x8d\x34\x8c\x85\x19\x0d\x11\x9b\xf1\x07\xae\x68\x44\xc4\xcd\x80\x5b\x05\xb3\x98\x41\x7a\xbc\xad\xfc\x52\x67\x16\x60\x6b\xb0\x74\xa4\xee\x22\xb8\xf4\xa4\xee\x1f\x60\x4a\x32\x90\xe9\x89\x4b\x9e\x21\x8b\x0b\x31\x0b\x2c\x17\x44\x22\x48\xdc\x39\x6a\x3a\x21\x50\xdb\x44\x25\xcd\x40\xb1\xab\xde\x05\xd7\x8e\x70\x13\xc2\xc3\x0e\x47\x82\x9b\x47\xaa\x53\xc1\x9d\xa3\xca\xf9\xe1\xce\x51\x93\x0d\x09\x12\x34\x78\x59\x4d\xea\x01\x76\x2d\xe3\x04\x94\x68\x3f\xa7\x56\x0f\xda\x10\xcd\x15\x65\x6b\x86\x80\x3d\xc4\x34\xdc\x2a\x3a\x61\x6d\x32\x48\xd6\xe0\x0b\x41\x12\x90\xc0\xc4\x9d\x61\xa4\x56\x88\x13\x2e\x16\x15\x0f\x89\x34\xf1\x87\x5c\x08\x2e\x16\xad\xb8\xf9\x04\x19\xec\x6e\x88\xe9\xe8\x78\x59\xe3\xf1\x45\x64\xfc\x8f\x97\x89\xf6\x8f\x84\x8a\x8d\x22\x22\xab\x44\x37\x30\xbf\xe3\xbe\x95\x78\x5a\x34\x2c\x74\x89\x77\x45\xa8\x3f\xf8\x3c\x2a\x38\xec\x7a\x4e\x7c\xeb\xa6\x33\x3a\xf5\x29\x07\xc9\x01\x24\xb1\x48\x53\x27\x87\xb7\x44\x12\xda\x28\xf1\x96\x68\x80\x12\xd3\x24\x23\x84\x4c\xce\x44\x27\xaa\x2e\x27\x31\x5a\x28\x86\x64\x91\x6b\x5f\x73\xcf\x6a\x0a\x34\xda\x54\xbd\x1f\xf8\x6d\xf5\x15\xe7\xbb\x84\x70\x01\xce\x93\x24\x10\x49\x72\x24\x24\xc9\x41\xd2\x07\x21\x21\xcc\x44\xca\x48\x92\x80\x74\xe2\xde\x65\xa2\xfb\x24\x39\x4e\x92\x04\xa4\xe1\x3a\x95\x89\x1e\x14\x7f\xc3\xcc\x44\xb1\xce\x39\xc4\x33\xa0\x92\x7b\x34\xf1\x0c\x88\xcd\x3e\x87\x84\x7f\xad\x73\xe2\x9f\x98\x88\x42\x09\x07\xa3\xce\x2f\x0f\xf3\x63\xf2\x5b\xa2\x10\x13\x75\x36\xf3\x20\x1f\x2b\x84\x01\x44\x7f\x05\xa7\x95\x20\xfa\x1b\xf0\x90\x4c\xc3\xb1\xdb\x0f\x58\xab\x70\x6d\xd7\x39\xac\x24\xac\xce\x5c\xa2\x74\x16\xd7\x4d\xb8\x13\x0f\x72\x7e\x49\x79\x58\xb7\x47\x97\x30\xc6\x09\x64\x43\x2e\x3c\x91\x3a\xe6\xd7\x06\xe4\x3e\x67\x2c\x1f\xad\x96\xb6\xc1\xf7\xb6\x5a\x86\xc3\xb6\x7f\xac\xcc\xe0\xea\x92\x3c\x1f\x9d\x80\xa4\x29\xfa\x1e\x8b\xe7\xba\x4d\xf4\xbf\x53\x46\x0c\xe7\x2c\x91\xab\x23\xc9\x3f\x91\x03\xdf\x5b\xcf\xd5\xc0\xf8\xd4\xfb\xa4\x8c\x81\x84\x33\x36\x1a\x60\x5d\xee\x23\xf9\x36\xba\x3a\xc2\x81\x3e\x5b\x42\x3b\x02\x62\x06\x6d\x19\xfa\xb4\x42\xf0\x46\xd8\x9e\x32\x51\x36\x08\x6d\x94\x82\xdb\xd5\xe1\x0d\x1e\xc3\xac\xbf\x8a\x34\x9b\x03\xbc\x11\xfe\x59\x39\x00\x70\xaa\xf3\x18\xbe\x94\xb0\x88\xc3\x50\x36\x2c\xde\x30\x99\x2d\x22\xd5\x38\xb8\xa0\xd6\x7f\x6c\x2a\xbf\x25\x22\x80\x0a\xfa\x71\xba\x18\x2c\x00\x4a\x43\x12\xf9\x26\xc8\xf4\x06\x28\x31\x07\x98\x1e\x5f\x77\x90\xe9\xa9\x82\x9b\xa4\x18\x15\x27\xdd\x1c\x28\x0d\x55\xdc\x83\x22\x6f\xe0\xdb\x92\x04\x16\x55\x02\x4c\x02\x8b\xa6\x48\x35\x5e\x52\x7f\x41\x18\x48\x5a\xd1\xd4\xcd\xcc\x0d\xd7\x1d\xc6\xf9\xa1\xc5\x99\x3b\xc9\x29\xba\x46\x02\x92\x4a\x34\x5c\x3b\x92\xa4\x12\x8d\xf4\xfa\x39\xf5\xea\x87\x20\x4d\xc4\x28\xc2\x0c\x27\xc9\x23\x3a\xd1\x5c\x73\xa2\x63\x23\xa0\x64\xce\xe6\x86\xd0\x5e\xbf\x45\xfb\xe9\x8a\x5a\x8d\x32\xd1\x53\x79\x1d\x41\x91\x07\x11\x2b\x72\x9a\x4d\x1c\x1d\xcf\x34\x59\x2b\x2f\xdc\x84\x1b\xf3\x25\x9b\x1e\x16\x88\xd0\x34\xdd\x17\x6b\x08\xba\xbc\x13\x2c\x2f\x27\xc0\xce\xca\x05\x05\x5d\x9e\x8a\xba\x20\xca\x03\xb7\xb4\x9c\x46\xa3\x70\x0c\x70\x57\x58\x30\x73\x0e\x7d\x4b\x69\x0f\x8c\x45\x5d\xe3\xfc\xf4\x25\x96\xd1\x9f\x71\x81\x26\x5c\x94\x5c\xce\x3c\x58\x4f\xc7\xff\xe9\xde\x98\x3b\xf1\xf3\x88\x1b\x97\xa0\xc8\x9b\xfa\xc5\x69\x44\x62\xe7\x88\x91\x43\x71\x86\x5c\x0e\x41\xda\xb6\x9c\x24\x3d\x26\x54\x4e\x9a\xcb\x81\xe8\xc4\x39\x79\xc4\xaa\xdf\x35\x0a\x31\x0f\x08\x08\xf4\x5e\x1c\xdb\x45\x80\x3f\xd7\xc1\xec\x55\xee\xc5\x25\xdc\x80\x7a\x33\x94\x3b\xe6\x5b\x03\x0f\x73\xbc\x15\xab\xe9\xff\x16\x03\xc7\x78\x50\x4c\xab\x33\x9b\x66\x03\xe3\x52\x4e\x75\xcf\x5c\xee\x89\xee\x99\x50\xf1\x39\x51\x7d\x6c\x9e\x1f\xf3\x34\xb0\x8f\xc7\x06\x90\x98\xb1\x1d\x1b\x50\x9d\x69\x3d\x39\x36\x20\xe4\xc7\x06\xe1\xe7\x7c\x1e\xe4\x48\xc5\xaa\x98\xc7\x6e\x8e\xd1\x46\x19\x3d\xee\x6e\x3d\xe7\x0d\xa2\x72\x60\xe4\x53\x1f\x6c\x2e\x07\xb9\x76\xc0\xea\xa9\x3e\x92\x5c\x0e\x31\xac\xff\x54\x10\x6b\xbe\x87\x61\xbc\x39\xdb\xe4\x72\x08\x25\x87\x03\x03\x9e\x44\xe8\x80\xeb\x52\x15\x40\x8e\x87\x0a\xe6\x2c\x01\xae\x57\xfc\xb8\xf3\xa8\xba\x7b\xd1\x7f\x33\xd3\x17\xdf\x6d\x3e\x56\xcc\x9d\x68\x2c\xea\xa7\x0f\x93\x18\x73\x37\x0f\x8c\x34\x8b\x73\xfd\x05\x31\x3b\xba\x7a\x1d\x7e\x24\x92\x1d\x91\xe7\x30\xe3\x50\xb5\x5e\x25\xa0\xf5\x86\x13\x61\x20\x24\x2c\x50\x46\x3f\x70\xc6\x95\x2b\x3a\x52\x25\x20\x13\x25\x7a\x2d\xa0\xcd\x3c\x10\x49\xd2\x6f\x61\x3d\xf4\xd5\x3f\xc0\x8d\xe1\x0b\x96\xc7\xd0\x77\x8f\x09\x69\x7e\xe7\x75\x3c\x86\xc8\x7d\xc6\x80\xa5\x06\x74\x7c\x1e\x70\x6c\xbb\x9b\x80\x7b\xc6\x70\x33\x0d\xe1\xe2\xa2\xa2\x3f\x90\x90\x1c\x5f\xdc\x7f\xfa\x39\x34\x4e\xf0\x5d\xe0\x24\x5a\xc1\x48\x6c\x91\xea\xe4\x0e\x53\xf6\x43\x20\x0f\x83\xee\x79\xe8\x2e\xe3\x54\xf1\x5d\x71\x60\xd6\xe3\x64\xff\x1d\x8a\xdb\x8c\x4c\x96\x81\x1b\x38\x9e\x5b\x7d\x06\xf5\x8f\x8a\x60\xd6\x87\x57\x19\x88\x44\x1e\x00\x29\xc1\xa2\xe5\xf1\x80\xec\x9e\xb6\x37\xd5\x9f\x6d\x5e\x5e\x68\xca\x2f\x71\xda\x20\x6c\xc7\xab\x33\xb7\x65\x38\x57\x0f\xec\x8b\xfe\x92\x83\x73\xea\x1c\x0f\x81\x39\x8d\x59\x5f\x2c\xe3\xd7\x99\x96\x09\x8c\xc8\x85\x3e\xf1\xd8\x68\x10\xb0\x53\x98\x09\x73\x39\xcd\x01\xca\x7e\x9d\x88\xed\xb8\x84\xe5\x59\xb0\x80\x73\xc0\x4f\xbc\x34\x54\x3b\x80\xd6\xcf\x40\xf4\x3e\x9b\x1e\x15\xf4\x69\x66\xee\x6a\x3d\xd9\xab\xe0\xec\x4f\xe3\xce\xfb\x2d\x5e\x7d\x9c\xb0\x53\x14\x3f\xc0\xdd\x34\xa9\x87\x06\xa7\x13\xa3\x4b\xeb\xb6\x01\x86\x50\x2d\xcb\x79\xd0\x27\xba\x31\xa0\x2b\x79\x2a\x75\x70\xb6\x4f\xb0\x8f\x24\xe0\x4d\x93\x6e\xc8\x7d\x9e\x9c\x55\x12\xee\x24\x39\x33\xaa\xf0\x01\x72\x63\x44\x38\xfe\x01\x34\x86\x47\xf5\x9c\xfa\xd5\xd2\x27\x00\x63\x0d\x0f\xe4\xc0\xe8\x1a\x81\xc8\x75\x91\xaa\x5f\x4e\x30\x55\xe1\x98\x09\x4b\x3f\x1c\x27\x51\x94\xc3\xf5\xc4\xaa\x58\x5d\x87\xd3\x4c\x65\xd6\xa3\xe2\x70\x4d\x2e\x93\x12\x53\x2f\x48\x98\xc7\xff\xd4\xf7\x73\xb7\x4d\xd0\xa7\xf5\x1a\xb1\x58\x07\xe0\x51\x4a\x1a\x20\xee\xbb\x06\x92\x93\x50\xf4\x4a\x14\xe4\x7e\x68\xd5\x7e\x30\xcc\x10\x5a\x2a\xcd\xa9\x40\xc6\xad\xbc\x70\x21\x53\x8d\x73\x61\x95\x96\xf0\x5f\xf8\x57\xaa\x9e\xba\x8a\x92\x18\xbf\xc5\xa0\x82\x1f\x6b\x5e\xa8\x80\xe4\x80\x2f\xfc\x8e\x71\xb5\x4a\xf3\x19\xb4\xf1\x4b\x9d\x19\xc9\x0e\xfa\x6e\x67\x00\xf3\x64\x71\x2f\x0e\x14\x61\x61\xf2\x92\x4a\xb2\x78\x26\x26\x20\x04\x75\x9a\x8c\x60\xb7\xcd\x07\x88\x65\x12\x3a\x10\xc3\x61\x80\x52\xef\x00\x4d\xf3\x02\xbc\x4a\x7c\xb2\x14\x69\x4e\x60\xc7\xfc\x10\xe5\x1c\xf6\xcb\xa4\x27\x6c\xf8\x65\x1c\xb5\xaf\x1e\x3d\x8a\xdf\x25\x5e\x94\x96\xa3\x0b\x6b\x88\x26\xdf\x4b\xf7\x0c\xc4\x61\x73\x0f\xc8\x01\x5c\xe8\x4e\x84\x21\x5c\xea\x4e\xdc\x04\x95\x95\x9b\xf5\x70\x1b\xe8\x48\x40\x7f\x2f\x66\x7b\x95\x6f\x75\x45\x96\x45\xe5\xf3\x2d\x5f\x65\x2e\x04\xb9\x07\x2a\xee\x58\x79\x21\x36\x12\xa4\x32\xc9\x31\x50\x89\xb0\x90\x17\x16\x5e\xe2\xe9\xe7\x4d\x28\x1e\xf5\x0d\xf7\x06\x4a\x1a\x76\xfd\x26\xe9\x06\x91\x23\xf2\x36\xc3\x0f\x1c\xed\xbd\xf1\x22\xa2\x3f\x23\x3f\xc1\x50\x51\x7b\x23\x36\xfa\x98\x98\xab\x80\xf0\x4a\x79\x63\x1d\x76\x5f\xc8\x4f\xd0\x5d\x67\x11\xdf\xc4\xf4\xca\x1b\xdd\x24\x19\x84\xf2\xf6\x15\x0f\xdb\x9b\x85\x3a\x28\x63\x3c\x80\xa8\xdf\xc5\x43\x4d\xfb\x62\x74\x15\xeb\xb5\x9c\x5a\x46\x49\xcd\x7a\xde\xc5\xf3\x43\x3f\x38\xd3\xcb\xbd\xdd\x05\xce\x8f\xcb\x74\x63\x6c\x50\x77\x75\x7f\xfa\x48\xfa\xc1\x12\x0d\xe2\x3e\x6f\xdd\xd5\xe0\x60\x6e\x43\x65\x3b\x06\x02\x89\x0a\x7b\xb9\x31\x1e\xe4\x57\x6e\xec\x0b\x73\x24\x64\x10\x8e\xfe\x79\xc3\x01\x68\xb0\x21\xa7\x42\xd5\x98\x74\x77\xd5\x1a\x6b\x1f\x6f\xac\xc6\xd5\xbd\x30\x3c\xb6\xe3\x41\xd4\x55\x4c\xbe\x51\xfa\xab\x97\x05\x10\x1e\x72\x21\xf7\x47\x08\xa9\x4f\x70\x63\xb6\xc7\xb2\x5c\xdc\x8b\xe4\xec\x41\x80\x6f\xa2\x6f\x7c\x63\x4b\x83\x12\x5a\x56\x44\x65\x4d\xe4\x80\x11\x69\x6f\x38\x60\xbc\x25\x12\x20\x77\xc5\x8b\x22\x6f\x12\xfd\x28\x4d\x91\xd7\xa1\x49\xe4\xcc\xeb\x80\x6f\x69\xde\x8a\xcf\x3c\xc8\x37\x04\x12\x44\x7f\xde\xf8\xfc\x76\xcf\x0c\x16\xc3\xb4\xff\xd3\x30\x5c\x7c\xf7\xd4\x89\xdc\x7a\x60\x56\xee\x97\x58\x52\x1e\xed\x5b\x7f\x4c\x88\x1c\x39\x21\x42\x64\xc2\x7d\x9a\xac\xd8\xfe\x51\xbf\x70\xbf\x00\x84\xa7\x16\xf0\x5b\x2e\xd9\xfd\x25\x3a\x4f\xf1\x5e\x10\x41\xa3\x3a\xc7\xdb\x04\xce\xbf\x14\x33\x41\x88\x77\x2f\x9f\xc9\x26\x70\xc5\x49\xd0\xe2\x4d\x22\x74\x63\x0c\x28\x0e\x1c\xe4\xb8\x9c\xd9\xfd\x88\x2f\xb1\x1e\x11\x06\x0a\x7e\x3f\x9a\x58\xfd\xed\xc5\x24\xac\xc7\x64\x0d\x71\x22\x79\x44\xd3\xca\x29\xfa\x5b\x3d\xd0\xb3\xc1\xcd\xb0\xa8\x0f\x79\x39\x71\x2b\xca\x47\x23\x01\x9b\x63\xd2\x87\xc1\xa2\x92\xf4\x21\xe5\x9c\x1e\xb8\x07\x5f\x35\x51\xe1\xc4\x45\x4b\x90\xe0\x81\x67\x43\x82\x04\x4f\xf5\x2b\xcf\x67\xe9\xab\x94\x11\x39\x79\x39\x40\x76\x77\xcd\xe3\x8f\x91\x2c\x6c\x8f\xd2\x5f\x3d\x1f\x48\xed\x24\x96\x7a\x82\xd4\x0e\x1c\xee\xf3\x69\x18\x3c\x1c\x3f\xe1\xb1\x71\xad\xc9\xa7\xe9\xbb\x17\x94\x11\xd5\xe1\x38\x1f\x14\x9d\x20\xeb\xf3\xe9\xea\xc6\x2c\x23\x6e\xc0\x55\x88\xce\x26\xea\x6c\x92\x24\xa2\x0b\x61\x78\x4c\x6e\x32\xac\xd7\x74\xcf\xd8\x42\x22\x6a\x99\x57\xdf\x7a\xf4\x9d\x78\x0f\xe4\x63\x1c\x79\xd7\x3c\x51\x0a\xb3\x77\xcf\xf0\x65\xa5\x4f\xe2\x63\x75\x7f\x0b\xe7\x11\xce\x1d\x47\x7c\xc5\x25\x10\xdc\x9d\x88\xaf\xf9\x90\x50\x5a\x7c\xd2\x33\xd1\x9b\x72\x06\x44\x76\x6b\xe5\x7c\x85\xc9\x60\x50\x01\xf4\x9b\xe2\xf9\x8c\xe9\xaf\x6e\xe6\x55\x29\xcc\x7c\x5f\x39\xb0\x62\x19\xfd\x1f\x7b\xfd\x6a\xd9\xe4\x5c\xbd\x66\x5e\xb7\x7d\x18\x48\xb1\x51\x06\x17\x05\xc7\x0c\x58\xb7\x8b\xb1\x7b\x85\xae\x4c\xeb\x0d\x36\x60\xbd\xd1\x3a\x82\x32\x21\x83\xfc\x2e\x01\x09\x14\x21\x01\xe8\x36\x02\x09\x24\x71\xf3\xbb\x1c\x18\xb1\xf2\x2b\xa0\xe5\x04\xac\xdb\xc8\x5a\x96\x00\x74\x2b\xd9\xdc\xf3\x9d\x26\x85\xa1\x9f\x89\x8e\x13\xc6\x01\x80\x6e\x05\x58\x9e\xc4\xbe\xef\xe2\x2f\x89\x7d\x1f\xdf\xba\x2d\x62\x33\xe4\xec\x5f\x88\x8a\xcc\x05\xa0\xdc\xaa\x71\x8e\x30\xf6\x41\xd4\xd6\x7c\xbf\xb8\x7d\xfc\x16\xe3\x04\x61\xbf\xf3\xfd\x74\xc3\xcc\x8b\x70\x5e\x0d\xc2\xf6\x82\x03\xf3\x61\x79\xe1\xcc\x00\x90\xe7\x8b\x8b\x63\x75\x6c\x1a\x2a\x60\x16\x04\xe8\x86\xfb\x68\xa8\xfb\x62\x59\x95\x14\xbf\x45\xac\x96\xd3\x02\x94\x1b\xbb\x63\xc3\x05\x8b\x70\x5e\xf9\xbe\xe4\x48\x75\xfc\xaf\xe3\xd9\x7f\xf7\xf7\x63\x33\xa8\x40\x6c\x94\xf1\x4c\xda\x7f\xe5\x9b\x39\x36\x20\x06\xc4\xe5\x1a\xa0\x77\x83\xa8\xa1\x43\xf4\x2e\x11\x0a\x06\xe8\xdd\x8a\x2f\xe4\xd8\x00\x3d\xe2\xb6\x31\x36\x39\x80\x75\x29\x07\x88\xdd\x8a\x97\xfe\xd8\x08\xdf\x01\x2c\x62\x80\xde\x0d\x30\x6a\x63\x43\xf4\xc0\xfd\x69\x2d\x09\xfd\xf0\x5b\x0e\x38\xfa\x8f\xb1\x55\x23\x4c\xda\x06\x71\x6c\x11\x98\xb1\x19\x65\xc3\xef\x42\x18\xd0\xbd\x8d\x8d\xcc\xd3\x28\x25\xc7\x86\xd5\x83\xe8\x18\x03\x60\x6d\xc7\x71\x7c\x6c\x5d\xe0\x2b\x63\x00\xc9\x0e\x24\x61\x6c\x9a\xcd\x93\x6f\xa5\xc1\x28\x19\x8f\xce\xc1\xc3\x32\x30\x8a\xc9\x3a\xa4\x7a\x02\xfa\x24\xcc\x36\xfe\x83\x63\xc3\xe4\xce\xa5\x1f\x1b\x0a\x68\x8c\x1f\x63\xc3\xe0\xd1\x5c\x37\xdc\xae\xc0\x78\x8d\x6d\x10\x26\x65\x71\x00\x63\xd3\xd2\xb7\x5b\x36\xc1\x32\xe3\xff\x92\x4a\x58\x4f\x2c\xfe\x9d\xf1\xe3\x0b\x09\x32\x7a\x10\x1f\x3f\xc3\x75\x46\x54\x01\x6c\x39\x00\xe8\x56\x62\x59\x8d\x8d\x17\x1a\x31\x7f\x6c\x28\xbb\xc1\xb4\x8d\xcd\xf0\xdb\xee\xcb\x41\xc0\x00\xe7\x7e\xe0\x40\x1f\xf4\xcf\xcb\x8d\xe3\xfe\x20\x6e\x7e\x54\xdb\xf0\x72\xa3\xdb\x1b\x1b\x06\x18\xcc\xe9\x63\x33\x6d\xde\xa4\x0d\x38\xb3\xe1\x77\x8d\x0c\xec\xba\xe1\xc9\xd1\x6c\x8f\xab\x15\x8f\xc6\xd8\x6e\xf4\x82\x95\x3e\xc9\xaa\xde\x3d\xc8\xf8\x36\x0e\xd7\xf0\xd1\xc3\x80\xbd\x7b\xd0\x05\x7a\x36\x00\xf1\x82\xb1\x1b\x1b\x8f\x24\xc0\xce\xb1\xbd\x80\x99\x77\xd6\x93\x98\x76\xb8\xe5\x8c\x7d\x73\x4d\x82\x32\x88\xf5\xaf\x8c\x87\xc7\xba\x7c\x63\xdf\x70\x58\x5f\x1c\xe7\xd8\x37\x8c\x1c\x9c\xc9\x9d\xf8\x76\x44\xbb\x1d\x3b\x67\x9b\x48\xb3\x03\xd0\x6f\xf5\x2c\x11\x07\xbf\x02\x20\x1f\x7b\x11\x52\x44\xff\x45\x49\xc0\x7a\xb9\x19\x7e\x8b\x5b\x54\x67\xcd\xf7\x6a\x32\x94\x8d\x32\xba\x58\xee\x20\x61\xe9\xfb\xb0\x9f\xa6\x7e\x74\xad\xf3\x8e\x57\x07\x98\xb0\x41\x58\xfa\x40\x89\x3f\x00\xee\x76\x2c\x83\x03\xe0\x6e\xe3\x51\x1d\xbf\x85\x96\xa7\x9c\x12\x0c\xfa\x4f\x80\xd0\x1b\x7d\x12\x9b\x0d\x6b\xe3\xd8\x79\xf4\x88\x41\x38\xf6\x94\xf1\xb1\x0d\x9e\x01\xfe\x96\x80\x0a\x78\xab\x8c\x7d\x11\xfb\x8a\x07\xc9\x00\xd0\xdb\xf0\xaf\x1c\xbb\x51\x69\xd6\xc3\x32\x08\x0f\xdf\x09\xa9\x3e\x76\x1e\xba\x70\x9d\xb1\x56\x13\xec\x72\xec\x66\x0f\x1b\xf4\x83\x67\xc6\x92\x46\x7e\x41\xcc\x76\x30\x25\x80\x4b\xc7\x8e\xe2\x15\xaa\x3d\x76\xd8\x4b\x00\x7b\x83\x78\xf1\x01\xcb\x37\xf6\x53\x37\x15\x26\x84\x12\x96\x14\xf6\x63\x87\x8d\x24\x7e\xd8\xd8\xc1\xa8\x55\x27\x47\x48\x6c\x70\x45\x63\xbf\x8c\x41\x6f\x1b\x74\x66\xc9\x62\x60\x8e\x6e\x6e\xe0\xad\x5b\x0e\xfd\x3f\x8a\x1e\xf4\x63\x7e\xc6\x8d\x6f\x19\x52\xc6\xfe\x35\x06\x70\x90\xf7\x07\xf9\x7b\xe3\x5b\x00\x7d\x41\x91\x8f\x1d\x07\xdc\xe9\x82\x69\xb2\xee\x2c\x12\xe9\xe0\x8b\x1b\x02\x77\xb8\xd9\xbf\x71\xe7\x2b\x7d\x12\x87\x09\x37\x9b\x51\xc8\xf8\x4e\x98\xed\x41\xdc\xf9\x3e\xbf\x7a\x2e\x0d\x1b\x58\x8c\x22\xb1\x5e\xac\x61\xdc\x79\xf4\x37\xc3\xb8\xf3\x84\xb5\x19\xc4\x94\xef\x95\xc3\x5e\x84\x9c\x30\xdf\xb2\x6b\x4d\x4b\xca\x10\xdd\x62\x19\x91\x16\xe2\xfa\xc5\x97\xe7\x50\x00\x2a\x4e\xb0\x44\xa3\x60\xa8\xc0\xf2\x35\xca\x67\xa8\xa0\x7f\xa2\x8d\xa0\x07\x1a\x80\x87\x1b\xba\xb4\x51\x2a\x97\x95\xb5\x2d\xea\xb4\x20\x30\x82\x84\x09\x3d\x3e\x0a\x20\x4f\xb8\xbd\x01\x48\x38\xb0\x66\x0e\x40\xbf\xe9\x43\x57\xb0\x80\x93\x98\x63\x14\xd0\xee\x18\x7b\x06\xf1\xe2\x2b\x3a\xb3\x51\x7c\x34\xec\x33\xd5\x9d\x30\xaf\x0f\xdc\xcb\xbc\x88\x23\x0f\x16\x6a\x14\x43\xd6\xb8\x86\x38\xdc\xc3\x19\x8f\x32\x04\x18\xd3\xff\x50\x9c\xb1\x5e\x3d\x28\x7d\xea\x28\xcf\x3e\x16\x1c\xdf\x09\x31\x3e\x0a\x5c\x51\x75\x7d\x8c\x43\xe6\x77\x51\x5f\x48\xc0\xca\x07\xf7\x60\xdd\xcc\xb5\xca\x19\x28\x64\x82\x27\x58\xe4\x00\x3c\xdc\x77\x7f\xab\x97\x06\x8f\x67\x31\x24\x0e\x77\x47\x50\x31\xc6\x95\x61\x38\x79\x12\xa3\x8c\x82\x25\x14\xeb\xe1\x28\xa7\xc6\x1e\xdb\xf8\xe0\x33\x06\xdc\x9f\x36\xe7\x7e\x6a\x9c\xb0\x1e\x09\xc7\xbd\x36\xa0\xea\x57\x36\xc9\x33\xed\x6f\x0c\x30\xb6\x87\xbb\x9a\x9e\xb1\x5b\xd7\x2c\xbe\x4b\x16\x79\xc0\xa8\xa3\xa8\xdf\xe5\xde\x11\x06\xbe\x02\xfd\x18\xe5\x7b\x4c\xec\x13\xb1\xd7\xf6\x58\xe7\x9b\x6b\xc2\x63\x32\xfc\x16\xc9\xab\x49\x44\x3c\xca\x63\x94\x1c\xd6\x87\x58\x68\x9b\x6b\xfb\x62\x0c\xb0\x7f\xb0\x9b\x01\x4d\xf8\x42\xbf\x2f\x31\x76\xd4\x8d\xe8\xd0\xd0\x96\xba\xe1\xe9\xc2\x43\x54\x81\x74\xad\x7b\xf4\x0b\x62\x56\x01\x7c\x12\xfd\x61\x10\x3b\xbe\xc9\x5d\x55\xb9\x2b\x2e\x56\x35\x8a\x29\x07\x44\xd4\x33\xb1\xcd\x06\x71\xe4\x3b\x3e\x9b\xa3\x56\xc5\x9f\xa0\xcc\xcb\xcd\xe6\xd4\x6a\x2a\xb2\x4e\xd9\xb4\x5e\x0c\x1c\x6c\x16\x78\xa3\x51\xab\xa9\xb3\xe8\x87\xcb\x04\x56\x66\x54\xc3\xb9\x6c\x96\x51\x50\x42\x30\x2a\xae\x29\xdf\x98\xc1\x6c\x91\x09\x7b\xd4\xee\x62\xd3\x3f\x8a\x60\x2c\x8f\xa3\xa6\x01\xf8\x68\xaf\x23\x7b\xb1\x8c\x02\x97\x8d\x32\x46\x7c\xf8\x5b\x5c\x44\xe4\x0c\x40\x3a\x77\x42\xe8\x0c\xd1\xcd\xb8\x09\x0d\x10\xcd\x1d\xf1\x61\x54\xc2\xaa\xec\x6e\x08\x31\xcc\xc0\xc6\x0d\xe3\xbc\x83\x22\x1f\xc4\x79\xef\xdf\x98\x8d\x1c\x61\x1b\x1e\x07\x22\xb5\x8e\x8a\xd2\x16\x30\xea\xa8\x4b\x34\xa8\x5e\x26\x81\xca\xdd\xb1\x01\x32\x04\xf1\x3d\xaa\x99\xaf\x78\x70\xaa\xe9\xee\x5c\x2b\xf2\x19\xc8\x01\xd7\x1b\xff\x56\xb8\x0a\x80\xc4\x1d\x11\x72\xd4\x47\x85\x3b\xbf\xc5\xff\x8e\x6c\x3c\xa3\xbe\x58\x9a\x20\xc0\x95\x2c\x40\x28\xeb\x47\x7d\x7d\x94\x68\x4f\x60\x3e\x09\x2d\x60\xe3\xc0\x3a\x36\x00\x1b\x77\xbc\x04\x06\xa0\xe2\x04\x5e\x31\xda\xa6\x3f\x60\x52\x46\xd4\x62\x5f\x1a\xd1\x1c\x70\x8d\x1b\xc4\x94\xcf\xfe\x95\x09\x53\xc3\x8b\xde\x80\x84\xe0\xd3\x37\x8c\x11\x2f\xf1\x6e\xd5\xf0\x32\x96\xd1\x63\x41\x74\x1b\x79\x0b\x08\xf0\x37\x5a\x33\x76\xd7\x1a\xbf\x20\x5b\xf4\x37\xa3\x69\x1d\xe6\xac\x36\xa0\x49\x58\xed\x47\x13\x12\xd2\xac\x27\x9e\x3e\x84\xbf\x69\xf4\x62\xfd\x1b\xb9\x4a\xe5\xa2\x00\xc4\xf6\xe1\xd8\x8c\x25\xc6\xbd\x30\x9c\xbc\x8f\x61\x23\x10\x24\xfa\xbf\xd1\x26\x2e\x49\xec\x4b\x23\x64\x75\x3a\x47\xc2\x54\x57\xeb\x0f\xf4\x91\x10\x92\x26\x4e\x0e\x4e\xb4\x41\xf0\xa6\x6b\x7b\xc2\xa5\xc1\x38\xb4\x93\xfd\x65\x5f\x00\xa6\xe6\x70\x0d\xb5\xea\x72\x4e\x1a\xfe\x9e\x64\x64\x1f\x84\x8a\x4f\xac\xc6\x03\xf0\x6a\xc7\x73\x62\x34\x92\xd4\xec\xae\x27\xf1\xc6\xba\xfd\x5f\x10\x4e\xfb\xbf\xb5\x0e\xd3\x0f\xea\x29\x89\x16\xa1\xdc\xfb\xee\xdc\x81\x17\xe1\x21\x34\x08\xe5\xde\x7d\xdc\x1a\x30\x22\xef\x14\x18\xd3\x86\x3e\x72\xf4\x5d\x17\xc4\x46\x19\x43\xc5\x57\x86\x61\xd9\x2c\x03\x47\xfa\x35\x67\xd6\x4d\x13\xd5\xfd\x08\xe2\x12\x03\xe9\x82\xe2\x8a\x65\x9c\xb9\x59\x60\x80\xa9\x49\xfc\xfa\x01\xe8\xb4\x93\x1c\x78\x74\x5c\x8c\xf0\xe9\x1b\xc4\x82\x4f\x37\xb6\x23\x36\xa2\xb8\x1f\xc6\x73\x27\xf8\xdd\xe8\xcd\xa8\x0d\xf4\x83\x6e\x09\xbd\xd7\xe8\x1f\xd1\xea\x94\x55\xce\x52\xee\x88\x30\xcd\x32\x98\x27\x88\x8a\xf1\xd9\xc3\x45\x22\x2c\xcf\x1c\xf4\x0f\x22\xdb\x57\x04\x80\x68\x53\x54\x31\x56\x3b\x50\x94\xd1\x07\x78\x2f\xc7\x63\x2c\x75\xc4\x22\x40\x9b\x41\x58\xeb\x01\x68\xb3\x82\xbc\x1e\x1d\x1f\x37\x0f\x3e\x31\xd3\x3b\x4a\xde\xd1\x79\xc5\x77\xd7\xc4\x7c\x7f\xc3\x32\x96\xc1\xdd\x32\xc4\x0c\x71\xde\x18\xe8\xd5\xf1\x83\xaa\xc6\xf1\x7a\x74\x38\x60\x42\x17\x8f\x6e\x60\x3b\xfb\xe7\xa0\x61\xc1\x1c\x80\x30\x9b\x9c\x50\xc7\x4d\x48\x71\xd2\x10\xe6\x1e\x7c\x40\x98\x41\x50\xc8\xd1\xc1\x33\x35\xbf\x8b\xaf\x25\xce\xd9\xa3\x6b\x99\x4a\xcb\xbe\xb2\x7c\x4b\x82\xc7\xc3\xd5\x1f\x0f\x2c\xe3\x7f\x25\x06\xf4\x03\x47\x8b\x1e\x6e\x74\x20\x06\x38\xee\x0f\x42\x92\x57\x1c\xb8\x47\x20\xca\x11\x32\x7c\x10\x9e\xbc\x01\x88\x1d\x86\x27\x07\xfa\x31\x42\x77\x23\x2e\x47\x08\x8d\xe1\x91\x89\x5d\x98\x8f\xf5\x88\x36\xf6\x83\x9a\x42\x8e\x36\xc8\x50\x04\x64\x60\x00\xb6\x4c\xb2\x8f\x8f\xc0\x9f\x17\x5d\xce\x08\x1d\xeb\x19\x7f\xa0\x63\xdb\xbf\x36\xba\xf4\xd0\x67\x17\x9a\x64\x19\x22\xfa\x95\x25\x0c\x8c\x27\xf4\xf7\xa4\x1f\xdc\xc3\x88\x70\x31\x42\x31\x8a\x33\x19\xa8\x02\x14\xbd\xc1\x44\x86\x1c\x79\x00\x5f\x92\x68\xc5\xa1\x71\x82\xf5\x39\x84\x21\xf0\xdb\x4b\xc3\x0c\x6d\xb0\x8c\xa3\x04\x1f\x71\xcb\x14\xd0\x06\x77\x2f\x09\x06\x78\xc7\x18\xb6\xbf\xc5\x96\xf1\x2d\xe0\x21\x00\xb0\x47\x20\x99\x90\x65\x6b\x88\x41\x4c\xee\xd1\x17\xb1\xb9\x59\xd6\x1f\xd3\x32\x52\x10\x1c\xbf\xd1\x9b\xc9\xac\x3f\x12\x51\x9a\xc0\x09\x23\xd9\x0b\x20\x45\x23\x81\x78\x28\x06\x12\xcd\xb8\x02\xb1\x19\x89\xae\x17\x7c\xe4\xc8\xae\xd5\x92\x36\xdd\xbb\xbf\xf6\x25\xe5\xe0\x91\x1c\x92\xd0\xe6\x84\x2a\x1f\x09\x22\x82\x84\x41\x23\x0d\x4f\xce\x39\x4c\xc4\xde\x35\xce\x5f\x10\xb3\x34\x69\x02\xec\x7a\xc2\xba\x63\x96\x1f\xf9\x85\xdd\x58\x0b\x96\x72\x1b\x2e\x86\xee\x4f\xb0\xfd\x89\x45\x83\x7c\x8e\x23\x0d\x6b\xe3\xa0\x1e\x31\x61\x96\x11\xb5\x38\xf8\x80\xfa\x02\x7c\xcf\x48\x92\x71\x80\xdc\x1f\x89\x9f\x9d\x1c\x4f\x8a\xbf\x71\x61\xd8\x04\x12\x6a\x8c\x01\xfe\x06\xb3\xf3\x18\xbb\x2e\x22\xeb\xd0\x0d\xb3\xbb\x70\x99\x86\x11\x28\xb8\xdc\xa3\x4a\x0c\x06\x65\x7c\x2a\xab\xf5\x46\xa6\x58\x73\x21\x22\x6e\xca\x85\x0c\xfc\x2e\x5d\xf8\x81\x7f\x25\x20\xc6\x31\x80\x06\x48\x20\x07\xdc\x9e\xdc\xd8\x30\x80\x23\xdc\xd5\xc0\x9f\x4e\xc2\x36\x3e\xbf\x4b\xfa\x04\x14\x5a\xd9\x10\x01\x84\xa0\xd7\xc7\x80\x1b\xf8\xda\x90\x38\x83\xa8\x16\x63\x98\xef\xd2\xef\x7e\x98\x30\xc6\xb9\x38\x83\x8e\xc3\xee\x18\x28\xb2\xc9\x2d\x38\x06\x31\xd2\x48\x56\x32\x06\x1c\x67\x75\x4d\x86\xe2\x06\x6d\xd8\x5f\xb2\x2a\x8d\x81\x3e\xa3\xb9\x26\x66\x3a\x67\x2f\xc0\x17\xe6\xd7\xa7\x09\x5d\x1d\x03\xca\x7d\xb9\x19\xf0\x85\x49\x1e\x82\x31\xa6\xd1\x46\xf8\x2d\x8e\xf2\x58\xd9\xc6\x38\x55\x76\xf3\xdb\x4b\xa3\x0b\x6d\xbe\x48\x10\x96\x89\x4e\xe2\x5e\xe8\xb2\xd2\x2c\x77\xb8\x2b\xc6\x09\xf2\x7d\xba\x2f\xe4\x97\xc4\x12\x3d\x06\xc4\xf8\x1b\x27\x8e\xef\xc5\xf3\x80\x51\x4a\x0e\x1b\x0c\x62\x07\xeb\x36\x86\x39\x25\xed\x07\xbf\x4e\xb2\x90\x8d\xa1\xbb\x1a\x8f\xf6\x84\xb8\x82\x70\x1f\x73\xc7\x2a\xcd\x23\x66\x94\xda\x0e\x61\x98\xe4\x6f\xc0\xb0\x31\x26\x97\x9b\x30\xe7\x63\xea\x28\xcf\x03\x3e\xf5\xe5\xe4\xee\x80\x53\x4c\xb0\x89\x63\xa2\x0f\x26\x12\xca\x98\x00\x8c\x81\x75\x8c\x59\x7d\x0c\xd7\x5e\x80\x47\xac\xc0\x73\xc6\xc4\x95\x0b\xcb\xfe\x98\x06\x00\x85\xbb\x9a\x38\xb2\xfb\xc0\x4e\xdd\xa5\x10\xc9\x27\xa2\x3a\x46\x94\x31\xcd\x52\xe5\x6f\x39\x03\x38\xee\x8f\x39\xf4\x2c\x61\x0c\xe8\x6b\x81\x59\x8d\x39\xc4\xa5\xf1\xdb\x81\x9e\x0f\x69\x0a\xec\x60\x73\xaf\x27\x31\xed\xf0\xc1\x1c\xd3\x80\x8f\x10\xb3\x89\x5e\x16\x27\xf5\x31\x0f\x01\xcc\xcc\xe5\x40\x3f\xed\x77\xb1\x90\xaa\x7e\x99\xa7\x3a\x45\xeb\x7d\x90\x69\x4f\xf4\x10\xb9\x5e\xb0\x7d\xb5\xb9\x3e\x8f\x81\x2b\x98\xcb\xab\x11\xe2\x57\xd0\x8c\x31\x09\x89\x83\x9b\xca\x38\x74\x6f\xe0\x65\x22\xa2\x6c\x80\xd4\x1e\x07\x54\x1b\xf7\x9b\x21\x90\x8f\xe8\xa3\x83\x48\xb3\x5d\x59\xf9\x20\xd9\x07\x31\x96\xc6\x01\x18\x55\xa2\x42\xd4\xd9\xc4\xeb\x7e\x1c\xbb\x11\x41\xf9\x16\x00\x3f\x39\x8c\x63\xd7\x42\x44\x3f\x60\x9b\xf6\xaf\x5e\xdd\x80\xbf\x05\x9a\x01\xc1\x20\x02\x6d\x05\xd7\x35\x8e\x62\x60\x3b\xbe\x05\xd8\x15\x88\xc1\x38\x4c\x5b\xcf\xc5\x12\xf8\xa7\x02\xf7\x30\x28\x24\x1b\x0b\x08\xb0\xfe\xd6\x06\xdc\x8f\xdf\xad\xbc\x7c\x5c\x94\x83\x20\x8f\xe0\xb4\xc6\xd1\x7d\x59\x07\x65\xd2\xa7\x71\x81\x0e\x88\x96\x3a\x80\x03\xf0\x2a\x98\xa7\x71\x10\xcc\x11\x18\xc5\x00\xb7\xd7\xc3\xf5\x81\x68\xe1\xe7\x38\x8e\xf0\x80\xd8\x06\x42\x08\x61\x3e\xb0\x42\x7e\xeb\x46\x24\x05\x72\x62\x8e\xc3\xa4\xbb\x1c\xfc\x23\xd5\xc7\x58\x8f\xd7\x02\x07\xea\x48\x2f\xb1\x65\x14\xc1\x7e\x0b\xae\x42\x25\xf8\x41\x30\xc7\xe1\xbc\xc0\x4e\x81\x8d\x1b\x07\xf1\xde\x88\x8e\x31\x88\x82\x1b\x12\x69\xf0\x7c\xbd\xda\xbf\x29\x09\x77\xeb\x15\xf1\x58\x73\x2c\x74\x24\x2b\x19\xc7\x21\xec\x82\x35\xd4\x20\xe1\x3a\xe0\x1b\xa8\xf8\x7c\xc0\xa9\x6c\x69\x3d\x99\x97\xc2\x7a\xdc\x60\x1c\xbf\x9c\xae\xe7\x53\xc0\xad\x6d\xc8\xea\x23\xa7\x78\x9c\x38\xb8\xef\xd6\x83\x7f\x72\x0d\x4f\x8c\x55\x5f\x3d\xba\x4f\xb8\xcf\xe3\x14\x56\xc3\x7c\x09\xd4\x48\xe8\xaa\x01\xbe\xb0\x13\x41\x63\x88\x29\xd4\xd0\x72\x08\xac\xdd\xac\x37\xc8\x81\xbf\x25\xcc\x14\x0f\xf8\x41\x34\x54\xac\x90\xe3\x30\xab\x3d\x17\xdd\xc8\xbd\x1a\x24\x0e\x45\x7e\x88\xd0\x61\xca\x37\xd7\x10\x90\xad\x86\x99\xe3\x31\x9e\x1f\xfd\xa3\x03\x4e\xe7\xfe\xe8\xa5\xc1\x9a\x3c\xc2\x2b\xac\xc7\xfb\xc4\x73\xfb\x92\x7f\xd3\x71\x12\x8b\x1f\xcc\xdf\x38\x88\x2d\x87\x8f\xf0\x38\x5e\x62\xd7\x41\x30\xc0\x20\xf6\xe9\xbd\x00\x3a\xe4\x1d\x3f\x37\x83\x75\x76\xca\x66\x64\x1a\x94\x31\x02\x6d\xd6\xcb\xd9\xef\x94\xb5\xde\xae\x31\x9c\x18\x05\x95\xa6\xce\x1d\x4e\x91\x3b\x42\xb4\xe1\x4e\x76\xf9\x71\xa2\xc2\xd2\x28\x05\xae\xb1\xaa\x27\x3e\x91\x12\x65\x7c\x4e\xe3\xd5\x75\xfb\x44\xdf\x3c\xeb\xaf\x88\x19\x00\xc8\xc0\xbd\x67\x9c\x5f\x62\x0e\x3a\x28\xea\x93\xac\x37\x68\x1a\x13\xad\x38\x58\xb3\x51\xa7\xf9\x00\x2c\x37\x2f\x16\xed\x45\xbb\x23\xce\x10\xae\x78\xe0\x9f\x38\x4e\xf3\x2a\x72\x71\x4f\xac\x8d\xb8\xfd\x8c\xb3\xa3\x88\xe7\xb5\x3e\xbb\x2f\x31\xe5\x50\x47\xc5\x44\x4d\x67\xbf\x5b\x06\x3a\x01\x31\x3b\xf5\x25\xb4\xff\xd4\xf7\x93\xfe\xe1\x54\x88\x80\x30\x3e\xd0\x23\x17\xee\xc4\xf2\x52\xdd\x1c\x4c\xeb\xea\x8d\x4e\x75\x1b\x10\xa4\x53\x50\x2e\x17\xf1\x9c\xa2\xd1\x69\x8f\x25\x91\x48\xb0\xe3\x03\x3d\x32\xce\xcb\x54\x6a\x5f\x19\xab\x0d\x04\x9b\x88\xb8\x39\x39\x5c\x17\x16\x58\xc5\x8a\xab\x49\xbc\x6d\x83\x35\x90\x03\x2e\xb6\x4f\xfd\x96\xd1\x71\x71\x0f\x1b\x44\xc4\x6d\x24\xaa\x18\x97\xc0\x66\x08\x30\x11\x6e\x93\xb0\xca\xe3\xc2\x4a\x05\x3a\x7e\x5c\x69\x78\x72\xfa\x4f\x3d\x15\x68\x0f\xec\x02\x10\xe9\xb8\x10\x91\x80\x63\x0c\xa3\xce\xfa\x68\x5c\x13\x2e\x8d\x75\xb8\xa6\x38\x27\xea\x21\x4e\x64\x04\x1a\xd7\x21\xd7\xc5\x6f\x09\xe3\x4d\xac\xb2\x01\xe6\xaf\xab\xd7\xbc\x20\x42\xea\x93\x2e\x44\x2a\x2d\xad\x17\x2f\xb7\x3a\x33\xa2\xce\x56\x75\x3c\xd7\xa1\x6e\x8f\x71\x02\x66\x0e\xf4\x34\xd7\x29\x51\xa4\x9e\x38\x61\xe0\x08\xc7\x05\x17\x48\x30\x83\x71\x9d\x44\x60\x41\x2c\xbd\x4e\x33\x56\x59\xc6\xef\x32\x6c\x0f\x86\xe9\xab\x97\xa8\x30\x1e\xe0\x0c\xcd\x31\x60\xc4\x92\x4b\xb8\x2e\x33\x59\xb1\x56\x78\x12\x10\xc6\x7b\x10\xa5\xb6\x75\xd7\x04\xeb\x6d\x4b\xdb\x28\x12\x5a\xaf\xbe\xc7\x32\xdc\x30\x04\xf8\x12\x68\xcd\x7d\xb9\x88\xc9\xb7\xd9\x86\xa4\x24\xe5\xab\xd7\x1b\x86\x71\xc2\x95\x16\xcf\x06\x18\x47\x0d\x18\x97\x92\x0f\x22\x9e\xd1\x6b\x55\x5f\x10\xbd\xb6\x7d\x7b\x8d\xc8\xb9\x7f\xed\x81\xc3\x34\xdb\x70\x6e\x3d\x4b\xba\x45\xb9\xb6\x58\x81\xd5\xb1\x81\x8f\xec\xc4\x11\x1c\xd7\x67\x0c\x63\x8e\xaf\x8e\xe3\xeb\xbb\x60\x22\x83\xb0\x4b\x43\x4c\x24\x1e\x18\x03\x1c\x64\x90\x6c\x65\x80\x83\x0c\x8d\x64\xf7\xe6\x7d\xa9\x94\x61\x34\x90\x6a\xee\x5d\x15\x56\x50\x96\xe0\xd1\xbf\xae\x95\x7c\x17\x9c\x5f\x2f\xbf\x8c\x9a\x31\xee\x30\x34\x2f\x83\x12\x87\x34\x2d\xe3\x5d\x0f\xc5\x27\x12\x6c\xc7\xc1\x74\x10\x09\xb6\x81\x21\x1b\x44\x79\x4d\x32\x76\x8f\xdb\xb8\x4a\x70\x48\x37\x31\xbd\x88\x31\x36\x6e\xcc\xaa\x8a\x48\xb7\x49\x50\x79\x1d\x6f\x0e\xa6\x2f\x34\x00\xbc\xae\xb9\x1b\xa0\x5d\x4c\x27\x8d\x77\xbd\x94\xda\x68\xab\x2e\xea\x4d\x84\x0e\x75\x2a\xb7\x51\x39\xe0\x78\x6e\x9d\x71\xd1\xc1\x80\x99\xab\xf8\xfa\x0d\xb0\x71\x11\x8e\x13\x0b\x69\xf3\x5b\x5f\xa2\x04\x7e\xfb\xe8\xc6\xc3\xb7\xc8\x42\xa3\xf2\x17\xac\x5b\xf8\x9a\x3e\x04\x92\x73\xbe\xcf\x8e\xd3\x2d\xdf\x05\xdf\x56\x71\xa1\x19\x8f\x61\x8b\x10\x45\x1f\x9c\xd7\x71\xf6\x1d\x0f\x86\x10\x52\xf3\x8f\x07\xc0\x27\xfe\xb0\x83\xa8\xa1\x41\xdc\xf3\x01\xfe\xac\x2a\xd6\x3d\x10\x3c\xf5\x8b\xcf\x97\x74\xb7\x50\xc6\xf8\xe1\xb7\xba\xa8\xed\xa0\x2c\xee\x87\x3e\x43\x87\x60\xfa\x4c\x15\xbe\xb4\xd7\x33\x83\x3d\x7a\x10\x43\x08\xc5\x33\x9e\xa1\x3e\x8c\x39\xb2\x8f\x38\x1c\x8f\x47\xf7\x36\xf4\x52\x04\xeb\x6c\x42\x39\x08\xd6\xd9\xb5\x4c\x3d\x84\x06\xd2\x32\xf8\x20\x32\x4c\xd7\xe7\x12\xe1\x4e\x7b\xc0\x90\x72\x42\x04\xdc\xac\x24\xce\x18\x0f\x89\x54\x00\xdf\x8e\xe7\x36\xf3\x3a\x73\x31\x76\x9a\xe3\x7c\xb4\x32\xd3\x5e\x29\x62\x5a\x86\x53\x81\x8b\x7a\xd4\x09\x71\x86\x5f\xa0\x46\x80\x45\xc7\x8b\x71\x0b\xec\xe3\x78\xc9\xdc\x85\x2b\xd7\x78\x77\x43\x33\x05\x65\x15\xd0\x96\x51\x40\x73\xf6\xde\x0f\x6a\x34\x28\xe3\xd2\x56\x2d\x13\x75\xb6\xdb\x9e\x70\xce\x9b\xed\xf1\xab\xdd\xac\xc7\xa3\x85\x87\xfd\x25\xb2\x49\xfb\xca\x88\xb4\xac\xdb\x5b\x14\x51\x2d\x1b\xdd\x77\x52\x36\x4f\x25\xf5\xc0\x97\x70\xeb\x1a\x60\xf2\xba\x04\xfe\xad\xc2\x25\x98\x23\xe2\xaa\x7a\xc7\x57\xbc\xa3\xdf\x02\x0c\xaf\x11\xee\x6d\x70\x48\x9c\xc9\xb7\xa1\x4f\x85\x00\xbf\x30\x1d\x42\x21\x5e\x7c\x66\xf7\xaf\xac\xae\x9a\x3e\x0d\x27\xcf\x59\x22\x28\x67\x25\x46\xe0\x20\x28\x67\x6b\x3c\x14\xef\xf4\x3c\xd0\x27\xd9\xab\x92\x7b\x41\xb0\xcb\x26\x37\xff\xa2\x57\xd6\xba\x2d\x96\x4e\xf1\xf3\x35\xd4\xcf\x57\x8f\x41\xd1\xb9\x9b\x03\x17\x69\xc1\xc0\x97\x7b\xfe\x92\x33\x03\x8c\xd7\xc8\xae\x33\x5e\x9d\xb3\xb9\xd0\x1f\xd0\xae\x5b\xaf\x6f\x14\x1f\xbc\xf1\xd7\xab\x96\x51\xa0\x43\xe5\x5f\xcc\xb3\xdf\xe4\x1e\x5f\x20\x06\x82\xd5\x4c\xee\xe4\xfd\x94\x92\xd4\xbf\x70\x42\x61\xd9\x24\x1d\xf4\x69\x58\x1e\x17\x4c\x4b\x19\xdc\xc0\x4b\x9c\x2a\xfc\x1f\x27\x80\xba\xe4\x5b\xd3\x28\x97\xc0\x34\xe6\xb6\xc1\x25\x54\xdb\x48\x90\x0a\x65\x32\xcc\x7c\xbf\x45\xd1\xbc\x44\xe3\xb9\x81\xa0\x87\x23\x99\x44\xbf\x4c\x92\xb0\xcc\xcd\x6c\xcd\xeb\x85\x9e\x44\xc2\x4c\x02\xfc\x4d\x70\x75\xc9\x4b\x36\x89\x8a\x59\xa7\xdf\xda\x61\xb9\x37\xc6\xf3\x5d\x02\xdb\xe8\xfe\x14\x94\x99\xcb\x7a\xbd\xa6\x01\x31\xd1\x97\x4c\x02\x5f\xf6\xfa\xb5\xd7\x57\x71\xa3\xac\xc7\x03\xed\xf5\x9b\x2b\xcc\x05\x00\x30\xd1\x34\xe6\x56\x54\xe0\xd2\xbf\xfa\xc2\xb4\x3d\x00\xe0\x9d\xf1\x0b\xfa\x9d\xd4\xe3\x28\x4c\x8c\xf8\xb9\x55\xad\x6f\xf4\x83\x35\x10\xe0\xeb\xdc\x2a\xa1\x9c\x1c\x27\x97\x03\x5f\xb9\xb9\x61\xb0\xa9\x41\x9f\xe4\xca\x84\xf8\xcd\x0d\xc8\x06\x61\x98\x27\x98\xbf\xc0\x07\x70\x6e\x86\xee\x69\xf4\xc9\x45\x01\xb9\x3f\x37\x2f\xca\xce\x5c\x54\xd6\x17\xc6\xd0\x75\xbf\xa1\x4d\x77\xef\xe8\x5f\x97\xa4\x9d\x7e\xc0\x51\x55\xe7\x4b\x58\x77\xbc\x49\xe6\x06\x37\xdf\x1d\x27\xd1\x43\x8a\xfb\xd2\x5d\x07\xbe\x15\xc6\xbd\xe3\x5b\x3a\xb5\x57\xeb\x51\x59\x38\xce\xf0\xbc\x31\x47\x7c\x57\x87\xf3\x0a\x13\x65\x33\x1e\x60\x26\x44\xd3\x9d\xe0\x11\x83\xa0\x84\x73\x23\x55\x1e\x91\x23\xe6\x66\x16\xf6\xaf\x0d\x20\x58\xf7\x11\x2b\x27\xc8\xf7\x49\x60\xd0\xd6\x5d\xcf\xf4\xe1\xf5\xb7\x84\xe2\xf6\xdc\x0e\xa5\x26\xc6\x86\x9b\x1f\x7e\x8e\x73\x83\xc3\x4e\xcf\x09\x1e\x36\xdf\x7e\xe1\xfe\x07\x88\x77\x8a\x5f\xc4\x03\x66\x6e\x43\x5f\x66\xf6\xe5\x93\x46\x6c\xc3\x5c\x06\x63\xc0\xaf\x96\xb0\x48\x73\x9b\x46\xb1\xa1\x8d\x56\x57\xcf\xc9\xa7\x3b\x67\x9c\x10\xaa\xdd\x75\x3e\x80\xfc\x38\x4e\x19\x16\xf7\x02\xb5\x00\x0f\xe9\x04\xbf\x58\xf1\xe4\x98\x1b\x84\x0a\xd5\xc7\x14\xcb\x88\x95\x76\x6e\x84\x12\x42\x75\x33\x0d\x36\x1a\xee\xfb\x65\x8e\xd7\x5f\x41\x33\xe6\x86\xa9\x7f\x38\x09\x50\xff\x00\xf9\x26\x60\xc5\x3a\xbd\x70\x28\x55\x77\x37\x04\xdf\xc0\xe1\xa6\xbd\x5a\xcd\x58\x30\x13\xed\x2e\x79\x7a\xee\x5f\x06\xa7\xb5\x21\xbb\xe9\xbe\x72\x52\x06\xa0\xc8\x25\x20\xca\x68\x07\x33\x34\x77\x22\xd3\x62\x78\x98\x7b\xd1\x67\x73\xf5\xbf\x57\x94\xd1\x5c\x3e\xa2\x86\x06\x5e\x02\x93\xa8\xa1\x01\x46\x6a\x02\x26\x4c\x9c\xaa\x27\x11\x44\xa3\xdb\x27\xf1\xd0\xb1\x12\x4e\xa3\x89\xba\xc9\x3b\x88\x7b\x14\xac\x73\x0f\xc5\x2e\xbe\x45\x94\x10\x74\x36\x73\x47\xc1\x4a\xda\xb3\x69\x14\x50\x17\x75\x27\x24\x0e\x3a\xb9\xb9\x2b\xc6\xb2\x21\x80\x0c\x3b\x98\xbc\xb9\x13\x8f\x8a\x98\x64\x93\x88\xa0\x89\x78\x38\x77\xc2\xdd\x00\xe2\x9d\xfb\x50\x01\x4d\x9f\xd3\xec\x3d\x3b\x65\x43\xfa\x50\x26\x54\x39\xa1\xa9\xa7\x91\x3f\x25\xb4\xbb\x19\xdc\x1b\xe3\x34\x02\x2d\x97\x80\x88\xa0\x0d\xae\x68\xee\xa6\xfe\xda\xf8\xd6\x09\x76\x6a\x30\xe6\x4b\x5f\x5a\xea\x71\x29\xd9\x8b\xf5\xae\x2d\x63\x36\xe1\xb3\xf3\x05\xfa\x81\xaa\x61\x8a\x0b\x94\xd8\xec\x06\x5b\x4c\xc6\x79\x89\x21\xa3\x4f\x23\x88\x56\xda\xf0\xe8\xe1\x26\x37\x77\x92\x7d\x20\x4a\x4c\x30\x85\x81\x11\x65\xee\x88\x51\xe4\xb2\x9c\x3b\xde\x27\x15\xc2\x00\xbe\x30\x86\x63\x7b\x24\x0c\x8c\x8d\x47\xb2\x38\x86\x2f\x57\xe3\x2a\x83\xe1\x6b\x28\x9d\x27\x81\x3e\x2b\x79\x26\x66\x21\x0c\x33\x98\xb6\xf9\x61\xfb\xd6\x43\x3a\xcb\xae\x28\x14\x94\x71\x33\xe3\x4c\x96\xea\xba\xed\x94\xb5\xb4\xd2\x4f\xd5\xfb\x81\xf6\x38\x49\x77\xd6\x04\x1c\x5e\x85\xa3\x9a\x05\xee\x19\xcb\xf2\x2c\xa6\x9d\xe3\xee\x10\x7c\xb3\x63\x24\x98\x45\x6b\xa9\x65\x38\x1b\x1f\x43\xb0\x7a\x15\xb5\xcc\x2c\x61\x48\x6c\xcb\x58\xf4\x20\x7e\x04\xd3\x0c\xac\xb7\xb3\x90\xdd\x9c\x18\x84\xb3\xe8\x9d\xd0\x98\x23\x01\x21\x08\xf5\x3d\x0b\x16\x55\x42\x6b\xcf\xf2\x19\x72\x2c\xa3\x4a\x82\x88\x16\xce\x5b\xd8\x8f\xa1\xbe\xfd\xed\x09\x07\x0f\x51\x07\x0f\xd7\xbf\xf9\xea\xfe\xc7\xdd\x2f\x26\x03\x77\xbe\xe8\x0e\xc1\xd5\x4d\xf1\x6d\xf8\xa2\xce\xf2\x98\xec\x9a\xfe\x11\x6f\xc9\x45\x31\x09\xb2\x59\xc3\xfa\x57\xcf\x89\xd5\x1e\x3c\x59\xf3\x91\xa9\x32\x0e\xc3\x32\x04\x72\xfc\x8a\x33\x9b\x15\xa5\x1b\x11\x65\x67\x25\xa3\x36\x31\xbd\x66\xdd\x15\xa9\xd6\xc2\x57\x38\x03\xcc\xb6\xb3\xe2\x97\x87\x5b\xc2\xac\x58\x12\xc9\x89\x39\x2b\x71\x8c\x40\x43\xcf\x6a\xd0\x40\x0e\x2c\x18\xb5\x86\x28\x37\xab\x49\x22\x58\xd4\x5a\xb0\x88\xf1\x7a\x55\x59\x6b\xb8\xab\xda\x0c\xcb\x43\x1b\xd0\xfd\xe8\x24\x66\x35\x2d\x1c\x04\xa3\x36\x09\x27\xf5\xe4\x31\x24\x1a\xed\xac\x26\x6b\xf0\x5b\x21\x57\xc1\x5c\x12\x6e\xc9\xfa\x44\x4c\x80\x83\xa9\x09\x91\x63\x43\x2a\xee\x28\xe1\x18\x0c\x33\x0c\x37\x03\xb6\xac\x77\xd7\x04\x3d\x19\x7e\x76\xb3\x22\x3e\x93\xd1\x68\x12\x2d\xb3\x92\x67\x73\x56\x74\x3f\x72\x87\x44\xcb\xcc\xcd\xef\x9e\xe8\xf6\x20\x48\xf5\x52\xc4\xa6\x1e\xa0\x23\x30\x87\x49\x60\xca\x40\xfc\x99\x95\xc7\xc4\xd7\x97\x60\x94\xad\x3b\x66\xd2\xbf\xf9\xb2\x36\x43\x53\x33\xfe\x86\x95\x6d\xb0\x47\x04\x70\xec\x64\xce\x9e\x4d\xdd\x27\x8f\x09\x41\x15\x13\x60\xf3\xfc\x2d\x90\x22\x6d\xf4\x67\x84\x28\x8a\xc1\x42\x1c\x9e\x0d\x2f\x07\x4c\xf4\xb3\xa5\xf1\xee\xd7\x78\x3a\x9e\x10\x1e\xcc\x8e\x0e\x12\x1f\xc9\xd9\xe1\x12\xe4\x62\x3b\x84\x1c\xaf\x88\x49\xdc\xb2\x4a\x92\x8e\x29\xec\x05\x5f\xce\xd9\xf1\x31\x44\x1f\x36\xbb\xce\xd9\x1c\xde\x4e\x90\x00\x14\xe8\xb3\x03\x6d\x90\xe3\xec\x87\xd0\x03\x7e\x6b\xe8\x9e\x8d\x3e\xc9\x43\xfa\x5b\x19\x4b\x19\xeb\xd0\xbf\x90\xcf\xd4\xa3\x33\x23\x56\xd9\x34\xdd\x3f\x6a\x90\x49\xec\xb1\x0e\x50\x73\x76\x44\xe3\xc9\x59\x32\xde\x58\x38\xc7\x1b\xb0\xf4\xb0\x1e\x71\x29\x2d\x13\xff\x8f\x3b\xd2\xf1\x54\x40\xf7\x3c\x89\x37\xd6\x91\x40\x66\xec\x12\xec\x35\xe6\x2f\x06\x18\xdc\x64\x68\xf1\x64\xcd\xa3\x88\x53\x5c\xfd\x04\x0f\x38\x00\xe0\x19\x1a\xa2\x20\xd8\x40\x51\xba\x5c\x51\x60\x85\xc7\x0f\x74\x12\x1b\x2c\x71\x6f\x9b\xd1\x54\x07\xd9\xc6\xf8\x61\x41\x19\x9d\x28\x8f\x43\x34\xb8\x40\x08\xed\x07\x63\x71\x6c\xc0\x55\x50\xd0\x4f\xe0\x2a\x29\x27\x47\xa6\xf9\x4e\x80\xc8\x09\x74\xa5\x87\xdf\x05\xba\xe2\x43\x14\x04\xa5\x50\x6a\x8a\x00\xad\xcf\x23\x6c\x48\x31\xa2\x25\xcf\x08\xbd\x3d\x28\xa3\xce\x22\x00\xeb\x24\x73\x7c\x82\x95\x9c\x01\x56\x2f\xfc\x2d\xf1\xf3\xc8\xa8\x36\x43\x6c\x68\xec\xbf\x22\x66\xc4\x21\x6b\x58\x3a\x66\x10\x73\x1c\x84\xf8\x0c\x53\x97\xc1\x16\x12\x7b\xac\x7d\x0b\x36\x44\xcd\x33\x90\x75\x48\x7b\x40\xc0\xc2\x4c\x47\x5f\x7b\x08\x15\x04\x29\xa6\xf9\x22\xa9\x87\x7d\x2d\x2e\x9e\xa9\xe4\xe1\xae\x62\x9a\x58\x98\x49\x90\x8c\x34\x5d\x98\x29\x47\x42\x9b\xc3\xa8\xa7\x7c\x17\x25\x32\xf1\xd0\x67\x20\x4f\x03\x0f\x99\x71\x1a\x1b\x8c\xf1\x1b\x6b\xca\x6f\x11\x4d\x00\x9c\xd3\x8c\x4b\xeb\x0c\x73\xc1\xe5\xa6\x40\xf0\x42\xb1\x1a\xe2\x14\x46\xc2\xac\xfe\x16\xe5\x7e\xd8\x5e\x6c\x90\xf5\xc4\xca\x72\xee\xbc\x52\xe0\x6c\x66\xc0\xc1\x10\x41\x74\x06\xe2\xb9\x2f\x62\x98\x50\xd7\xf5\xc1\x89\x56\xee\xc1\x34\xf4\xc0\x04\x26\xf8\xa1\xc4\xcd\x69\x9a\x92\x5e\x96\xfb\xff\x66\xec\x5f\x72\x6d\x07\xb5\x2f\x7d\xb0\xfe\x6b\xc5\x6d\x82\x01\x03\x46\x3a\xba\x7d\x81\x89\x9d\xb5\x2c\x64\xff\x0b\x29\xbe\x6f\x9d\x7f\x48\xa1\xcc\x38\x51\xf2\xda\x6c\x9b\xf7\x63\x32\x1f\x63\x34\xc1\xf8\xec\xc3\x57\xc6\x1b\xbe\x7d\xb5\xee\x31\xb9\xa4\x1f\xb3\xbd\x5c\xe1\x93\x13\xf0\x63\xa2\x39\xc1\x3f\xac\x6c\x48\xcc\xb0\xce\xdf\x5e\xcd\x60\x9a\xbf\x5d\xc4\x0d\xd7\x18\x5c\x09\x06\x3e\x49\x15\x64\xd7\xd1\x2f\xa5\x84\x9b\xdf\xb8\x69\x20\xcd\x74\x40\x36\xd1\x2d\x8d\x9e\x3c\xdd\x3b\xbf\x99\x33\x6c\x8a\x9d\x2b\x36\x3a\xce\x81\x7f\x52\xf5\xba\x0a\x76\x5a\x6f\xa6\x23\x9d\x63\x0c\x18\x9d\x00\xf4\x62\xfe\x2c\x6e\xe2\xfb\x46\x57\x57\x54\xa8\x5b\x51\xba\x3d\xfd\xdf\x6f\xf5\x37\xbc\xa3\x6b\x03\xed\xea\xe8\x1d\x71\xf6\x1e\x3f\xd6\xf6\xdf\x6f\xdb\x52\xf9\xad\x84\xd1\xf8\x8d\x25\x9a\x79\x02\xbe\xda\x0d\x30\xe5\xe8\x48\x51\x44\x3f\x8c\x2e\xa2\x2c\xe3\x02\x83\x7b\x53\x5d\xf0\xf3\x91\x62\xf3\x80\x91\xbd\x61\x25\x1f\xbd\xeb\x46\x41\x59\x48\xe7\xf8\x9c\x8d\xae\x3e\xd2\x36\x12\xea\x03\x37\xc0\xe8\x84\xf1\x0c\xeb\x3f\xd9\xd4\x91\xb0\x3b\xc6\x92\x61\x7f\x4e\xaf\xed\x94\xc5\x5c\xf5\x2a\xda\x43\x57\x20\xfa\x7f\x4b\xce\x42\xdd\xf0\x35\x04\x11\x7a\x80\x73\xd6\x08\xa6\x1f\xb2\x8f\x7b\x68\xe8\x12\x05\xab\xfd\xe8\x1f\x92\x16\x57\xd7\x07\x95\xce\x83\xe4\xfd\x00\x9f\x85\xea\x69\x3c\x7a\x3b\xfc\x7e\xe3\x4b\x47\xfd\x71\xa1\xea\x38\xc1\x8e\x07\x95\x0e\xb8\x80\xe3\xb9\xd0\xf9\x65\xd3\x91\xb0\x8b\xdf\xa2\x22\xe0\x90\x7c\x12\xd6\x7f\xea\xfc\x30\xaf\xbc\x39\x80\xc1\x76\x8f\xfc\xaf\x40\xf3\x01\x3d\xfa\x0d\xe3\xcd\x78\x74\x97\x60\x41\x3f\x32\xa2\xa0\xb7\x78\x74\x56\xb4\xe2\x45\x92\x11\x0a\x87\xf3\x8e\xc0\xdf\x01\xd3\x79\x77\x42\xe1\xcb\x55\xb1\x9a\x0d\xfc\xb7\x8a\x83\x86\xff\x56\x03\xc8\x6f\xe8\xbf\xf5\x98\x27\xb1\x66\x8f\x65\x29\x69\xd9\x91\x95\x30\x0f\x26\xec\x53\x85\xdc\xa1\xc3\x64\x0a\x42\x9a\x7c\x24\x8f\xb8\xfd\xed\xc6\x43\x3e\xcd\x45\x49\xdd\xa0\xc2\x52\xb2\x7c\x0c\xdf\x62\x72\x3d\x3a\xaf\xb2\x38\x60\x0d\xef\x18\x06\x06\x8c\xe0\x1d\x38\x97\xf1\x08\x93\xc2\x89\xf2\x00\xce\x88\x53\xe5\xf8\xf9\x3f\x59\x67\x14\xd6\x4e\x70\x7c\x9e\x2a\x01\xc7\xe3\x61\x13\x22\x56\x6e\x3c\x86\x57\x21\x89\xc2\xe4\xdd\xf0\x52\x1f\x62\xb0\x11\xf7\x3a\x1e\x40\x18\x09\xfa\x1f\xcf\xa7\x25\x8b\x3a\x88\x6b\xdf\x7c\x47\x65\xf7\x29\x77\xa8\xec\xa6\x1f\x06\x01\xfa\xb8\x75\x8c\x81\xcb\x0c\xce\xc0\x63\x18\x4b\xcb\x58\xe0\x47\xd5\x71\x85\x18\xfa\x4e\x75\xbf\xc5\xc3\x1a\xf7\x87\x31\x00\x67\xc4\xcb\x7e\x0c\x90\x32\x40\xd0\x18\x03\x58\xee\xc7\x72\x01\xe3\x03\x5c\x6f\x80\xd3\x76\xbb\xf1\x0f\xa4\x67\x1c\x86\xc7\xc0\x57\xef\x62\x71\x0f\xc6\x1a\x92\xe1\x31\x60\x8b\x22\x5a\x62\x8c\x2a\xd9\x2f\xdf\xe2\xf6\x02\x9c\xf3\x00\xd7\xad\xe3\xb6\x30\xf4\x6d\xc2\xc1\x72\x8c\x61\x1b\x79\x07\xab\x2b\x0a\xf1\x31\x94\xd2\x2c\x97\xf1\xfd\xb5\x6b\x1a\xf7\x47\x59\xd3\x83\xda\x77\x08\xd7\x41\x4a\x03\x47\xad\x13\xaa\x37\xc0\x51\xeb\xb8\xb4\x0c\x58\xba\x2b\x0e\xa8\x43\x4c\x35\xac\x6f\x03\x8c\xb4\x7b\x30\xee\xb0\x6e\x37\xaf\xed\xc3\x6b\x75\x37\x1d\xdf\x41\x0e\x1c\xb0\xd0\x8a\xeb\x62\x70\x70\x81\x4e\x3c\x86\xd7\x6a\x84\x88\xf1\xf3\x99\x23\x9d\x79\xe2\xc6\x30\x3e\x51\x3c\x28\x17\x2e\x0d\x80\x38\xc7\x44\x4f\xac\xaa\x01\x57\xa9\x0a\xa2\xc7\xf8\x91\x6c\x23\x44\xcc\x8c\xdf\x18\x52\xce\x2c\x58\xf0\x39\x30\x71\x47\xea\x84\xd5\x0d\x30\xc9\x6a\x65\x6e\x80\x31\x76\xe3\x3e\x33\x26\x28\x24\x78\x2f\x8c\xc9\x55\x9a\xe8\x9c\x01\xc6\x58\xc7\xa5\x62\xe0\x9a\x54\x70\xed\x19\xd3\xf1\x62\x0e\xcf\x0a\xcc\x17\x87\xc6\xf4\x8a\x5d\x7d\x1f\xb6\x78\xf6\x99\xa9\xf1\x80\x83\x71\x82\x84\xec\xa6\x35\xa5\xa8\x44\x10\x98\x52\x54\xfa\xed\x14\x12\xfe\x5f\xd6\xcc\x31\x17\x83\xcf\x86\x04\xcb\x75\x45\x11\x3f\x26\x62\x36\xe1\x2b\x63\x82\xc1\xdd\x6d\x04\xde\xe2\xc3\x02\x25\x26\x65\xd7\xc6\x47\xa4\xaa\xcc\x5d\xb2\x33\xb1\x70\x97\xe2\x34\x9b\xdf\x42\x19\x9d\x59\xe8\x0b\x10\x37\xc2\x51\x06\x6e\x1d\x05\xc8\xa0\xb1\x10\x9b\x95\xd8\x96\x5c\x81\x0c\xda\xba\x65\x6e\xa9\xfc\x26\x04\x8b\x05\x81\xbb\x47\xf3\xd4\x11\xbf\xaa\x59\x2e\x94\x69\x70\x7d\x0e\x5c\x39\x6e\x15\xd0\x0b\x58\x15\x15\xf4\x6b\x48\x6d\xc5\x3b\xc4\xe8\xe1\xc9\x3e\x96\x2e\x03\x4c\x70\x58\x9f\xeb\x6d\x7d\xc2\x90\x27\xda\xc8\x75\x03\xc0\xca\x01\xce\x53\x21\x56\x6e\xac\xd7\x0d\xfe\xa4\x87\x20\x7a\x2c\xfa\x48\xe8\xab\xd0\x29\x82\xf9\x54\x71\xfd\x18\x91\xc4\xb5\x3f\xf9\x87\xf8\xfe\x2c\xe8\x28\x92\x5c\x34\x7e\xeb\xe8\x4b\x3a\x16\x4f\x0d\x1e\x71\x2b\xa9\xf0\xfb\x4c\xa8\x1b\xb7\x94\x11\x92\xd4\x30\x16\x40\x12\x55\xa0\x81\x46\x88\x56\xca\x86\x0d\x61\x6c\x05\x86\x68\x68\x96\xf7\xca\x1f\x9c\xd6\x98\xfd\xc7\x86\x55\x09\xe4\xdb\x01\x1c\x50\x53\x37\xb9\xc1\x30\xf3\xb4\xde\x19\x09\x1b\x89\xea\x47\xdc\x4a\x3e\xbb\xe2\x54\x89\x94\xb6\xb9\xaa\x80\x16\x3b\x76\x13\x98\xaf\xf0\x1b\xe9\xa7\xf8\x9b\xeb\x98\xf9\xa3\x58\xc7\x2b\x7f\xec\x69\xd8\x0f\xf5\x91\xab\x94\x53\x5c\x98\x1a\xf5\x79\xf0\x90\x16\x25\xf5\x2d\x49\x0a\xfd\xb0\x75\xcc\xa6\x6f\xf7\x2f\xe8\x9c\x3a\x60\x58\x72\x23\x81\xbb\xf3\x56\xca\x81\x97\xb3\xe2\x2b\x39\x5e\x19\xa2\xd8\xf0\xde\xae\x55\xb4\xf3\x1b\x07\x6f\xda\xf8\x7a\x93\x61\xbc\x5e\x41\x2d\x69\xcb\x3b\x3c\xc4\x2a\xbf\x61\x8e\xa7\x9e\xef\x00\x1e\x8a\xc3\xe1\x15\x02\x9c\x5b\x90\xbc\x90\x1a\x21\xa0\x7b\xbc\xbb\xf5\xd1\xfd\x04\x35\xc2\xbb\xa4\x66\x24\xcf\x65\x38\x1c\x65\x2d\x5c\x9f\x98\x6f\x6f\xe0\xd3\x69\x3d\x09\x43\xba\xd9\x14\x5f\x11\x31\xd8\xf0\xa0\x69\x7c\x20\x43\x19\x50\x33\x16\x25\xef\x97\xf8\x68\xbc\xef\xc7\xbb\x75\xa8\xf6\x37\x6a\x99\xcb\xdf\xb8\xea\x58\x67\x62\xa2\x95\xe4\xa0\x72\xbc\x01\xee\x1c\x1f\xae\x19\x17\x57\xcb\xcf\x8d\x96\xf5\xfb\x11\xa2\x86\x13\xfb\xc0\x82\x5c\x08\xee\x1f\x50\x30\x56\x68\xf6\x86\x96\x59\x0c\x90\xe3\x53\x2f\x8e\xf0\xf2\x61\x4c\xaa\xff\xde\xcc\x30\xc3\x36\x7c\x92\xc6\x87\x87\x3b\x3e\x4c\xe3\xd3\xd4\x4f\xa3\x3f\x26\x1d\xe1\x34\xe3\x6b\x10\x2e\x30\x98\x40\xaf\x74\x10\x16\xc6\xc7\x64\x84\xcc\x73\x00\xa5\x52\x41\x4f\x1d\xf0\x18\xde\x84\x00\x0d\xb8\x0b\x6f\xcc\xf8\xe3\x1b\x28\x4f\x99\x68\x9a\x73\x91\x0c\x66\x5c\xf7\x7f\xff\x93\x30\x35\xcf\x38\x12\xc3\x20\xe6\x6e\xc6\x69\x74\xc2\x72\x37\x23\xdf\xfc\xee\xfc\x7e\xcf\x3b\x67\x07\x9f\x71\x36\xc8\x84\x1f\xdb\x84\x01\x3d\xe1\xcb\x35\xe3\x74\x46\xc2\x9d\x64\xe2\xcb\x35\x70\x9e\x9c\xe0\xb4\x25\xf4\x7f\x33\x2a\x79\x9e\x6b\xe3\x8c\x23\x11\x26\x24\xaa\x19\x95\x3c\xcf\xc2\x9a\xd1\x79\xe7\x9c\x22\x13\x5f\xae\x01\x2c\xf1\xc4\x97\x2b\x41\x68\x3c\xf1\xe5\x1a\xb7\xf9\x0c\xea\x50\xc8\x7f\xf0\x6d\x31\xfd\xd4\x19\x09\x6c\xe2\x6b\x35\x6e\xdb\x38\x29\xeb\xe6\xfd\x35\x4f\x7a\x25\xfd\x48\x03\x09\x60\xca\x89\x3f\x53\x02\x50\x72\xe2\xc3\x94\x08\x52\x9f\xb0\x6e\x27\x42\xaa\x26\x4c\xdb\x09\x1f\xa3\x09\x1e\xdb\x00\xcd\x61\xc2\xba\x9d\x70\x27\x99\xf8\x21\x25\x74\x3c\x93\x4d\x6e\x00\x81\x3c\xf1\x43\x4a\x48\x4b\x13\x46\xed\x01\x24\xce\x8c\x97\xfc\x1b\x65\x7d\xb4\xf1\xa1\xac\xb3\x29\xa6\x64\xfe\x67\x52\x0f\x1c\x65\x27\x98\x6d\x09\x2b\xf9\xc4\x27\x29\x01\x87\x3c\xf1\x49\x1a\x28\xd9\x27\x38\x6d\x09\x34\x87\xb9\xcf\x64\x1f\xf8\x66\xcd\x7d\x7d\x27\xfd\x48\xd5\x13\x6c\xb6\xc1\x15\x7e\xc2\xc6\x9d\x00\xec\x9b\xe0\xb1\x25\x30\xdb\xe6\x4e\xd4\x8d\xfa\x6f\xe7\x09\x75\x86\x69\x3b\x41\xb1\x36\x61\xce\x4e\xc4\x02\xcf\xed\x3c\x19\xe4\x73\x6e\x0e\x03\xff\xaa\xb9\x6f\xfa\x67\xf0\xed\xb9\xa2\x0e\xae\xe1\x73\xdf\xe4\x33\xc8\xa7\x92\xff\xa0\x3e\xce\x99\xc1\xb7\xcc\x19\x50\x54\x26\x9b\x74\xca\xb6\xf1\x48\x21\x03\xfc\xb6\x09\x69\x76\xc2\xf9\x76\xe2\x06\x95\x00\xd6\x9c\xbb\xd3\x76\xe6\x3c\x78\x66\x09\x21\x62\xee\x87\xb6\xd3\xcf\x90\x57\x27\xfc\xe4\xe6\x66\x5e\x61\x3c\x9b\x7b\x9e\x3a\xb0\x01\xcc\xbd\x3a\xbf\xf9\x36\x4c\xa7\x2d\xcc\x13\x10\x67\xe6\x3e\x52\xe3\x00\xdf\x6e\xee\x4d\x7d\x0a\x75\xde\xe4\x5f\xa8\xe7\x4b\xfe\x85\x3c\x99\x27\xe8\xce\xe7\xfe\x7c\x87\x3c\x3f\xea\x79\x0e\xf6\x89\xfb\xd2\x40\x40\x98\xef\x75\xd6\x1a\x34\x78\xf3\x3d\xb7\x82\xc1\xe6\x37\xdf\x73\xb0\x27\xd0\x73\xe6\x9b\xc8\xf3\x1c\xaa\x13\xc2\xe4\x84\xea\x69\xbe\xe7\x76\x37\x3a\xeb\x05\x92\xe4\x84\x55\x74\xe2\xca\x34\xce\x35\xff\xff\xbc\x99\x4d\x30\xb7\x12\xbc\x7b\x13\x9f\xa7\xc1\xee\x3f\xf1\x67\x4a\x99\x05\xf4\x9e\xcd\x60\x60\x3d\x9c\xef\x91\x84\x46\xb7\x10\x06\x16\xab\xca\x04\x8b\x2b\x81\x40\x31\xc1\xe2\x1a\xe8\x57\x26\xcc\xca\x89\xb0\x99\x09\x2e\xd7\xe8\xbe\x7f\xc4\xcb\x04\x15\xfb\x7c\x1b\x9d\xc4\x80\xbf\x0e\x32\x8b\x03\x16\xe4\x81\xfe\x6c\xbe\x0e\xe6\xc3\xb7\xeb\xd4\xe1\xb1\xd1\xc1\xfb\x4c\xea\xd7\x01\x64\x52\x73\x1a\x8d\xc7\x3a\x3b\x50\x4c\x5e\x4e\x94\x84\x23\xe2\xc4\x87\x29\x11\x74\x3b\xdf\xb3\x58\xc7\x63\x1d\x5e\x3a\x9e\x49\xcd\xa9\x93\x30\x2f\x4f\xfc\x9c\x12\x57\xbf\xf9\x3a\xb0\x0c\xe0\xc7\x40\xe1\x06\x32\xbf\xb3\xf8\x12\x6e\x1a\xf3\x2b\xfe\x6e\xfc\x4e\xff\xfd\xcf\xe0\x3a\x39\x21\xf2\x4d\xe8\x36\x26\xbe\x44\x83\xa0\xe4\xf9\x31\xb0\x48\x99\x13\x9f\xa1\x81\xb5\x6b\xe2\x33\x94\x08\x55\x9a\xdf\xd9\xa4\x07\xd2\xf0\x04\xeb\x2b\x81\x19\x36\xc1\xdf\x4a\x60\x4a\xcd\xef\x21\x9d\x49\x0d\x59\x6e\x02\x15\x62\x82\xc5\x95\x40\x12\x99\x1c\x26\x09\xb1\x7f\x72\x98\xa4\x62\xdd\x16\xbf\x99\xc8\x10\xd5\x26\x18\xb8\x27\x38\x58\xe9\xc2\xd9\x6d\x7e\xb1\xf8\x07\x05\xb3\x8b\x5e\x78\x94\x4d\x9c\x75\x12\xd0\x7f\xf3\xa3\xd7\xc1\x1b\x99\xdf\x67\x3a\x3d\x41\x2f\x62\x7f\x5b\x17\xdb\x1c\xce\x1f\x0b\x70\xa9\x84\xe3\xc2\xba\xec\xc5\x53\xd8\xc2\xf1\x25\x61\x6b\x5d\xb0\xb0\x26\x9c\x5d\xd6\x75\xfb\x7b\xf0\xfb\xb4\xfe\x4a\xbf\x7f\x9c\xaa\xe2\x5f\xba\xf0\x10\x39\xff\xa0\xb4\x9b\x12\x1a\x25\x70\x90\x5d\x9c\x04\x0b\x7f\x91\x84\x0e\x60\x81\x23\x95\x2e\xec\xa7\xeb\x3a\xf2\x6e\xc2\xee\xb9\x00\x95\x3a\xff\xb8\xf9\x83\xee\x6e\x64\x5b\x19\xfe\x46\x4e\x76\x7d\xa7\x08\xbb\xbe\x93\xeb\xb9\x10\xa4\x0b\xcb\xfc\xc2\x25\x22\x61\x84\x5a\x17\x1b\xd3\x85\xd5\x6a\xe1\x1f\x91\x88\x09\x5c\xe0\x3b\x9d\x7f\x90\xad\x23\xf4\xf0\xf5\x64\x24\xd8\xa7\x16\x5e\x0e\xe7\x0f\x2a\xb2\xf8\x7c\x50\xe0\xca\xfe\x83\xcf\x17\x5d\x35\xfc\x82\xac\x06\x1f\x04\x6d\x85\x1a\x79\x5d\x8c\x1d\xe8\x69\x0b\x26\xd5\x44\x7c\xce\xba\xd8\xda\x30\x15\x2d\x80\x97\x12\x81\x48\x0b\x30\xa4\x74\xb1\x1c\x56\x62\xc0\x38\xdb\x57\xe2\xcc\xb9\x58\x0f\x0b\x68\xa4\xf3\xc7\xf9\x3c\x31\x7c\xb0\xe5\xac\x94\x83\xdf\xa7\x38\x88\x4f\xd3\x55\xfc\xe3\xa6\x1e\x85\xac\x18\x63\x1c\x4c\x56\xaa\xfe\x1e\xfc\xe6\xe3\xfb\xfa\xc7\xf6\xb6\x52\xa3\x5e\x34\x30\x75\x3f\x22\xb3\xc7\x74\x0a\x7c\xac\xef\x43\x7d\x8f\x30\x92\xb0\x08\x2f\x20\x8c\xce\x3f\x68\xe1\xb3\xf8\x07\xc5\xb3\x19\x5d\x38\xb2\x2c\x7c\x13\x12\x20\xfb\x2b\x0d\xea\x58\x29\x82\x31\xe3\xa2\xbc\xc0\x26\x4a\xc8\xe4\x0b\x1f\x81\x84\x9c\xbc\xb0\xff\x27\xb4\xae\x2b\xd9\xff\xcc\xe7\xb4\x99\x2e\x7f\xff\x38\xd3\x05\xf9\x71\x25\x64\x0a\x38\xdb\x57\xfa\xf8\x98\xc9\x99\xce\x65\x23\x61\x5f\x5c\x80\x01\xa5\x0b\xae\xdc\x05\x1a\x50\x42\x45\xb2\x40\x03\x3a\xff\x20\xa7\x8f\x6a\x1f\x71\x7a\x01\xfb\x93\x90\x78\x56\x4e\x8c\x05\x0e\x62\x0b\xbb\x7f\xba\x8f\x48\xb2\x32\xe2\xc3\x85\x1c\xb2\x72\xa2\xbc\xb3\x35\xaf\x8c\xfc\x70\x77\x72\x62\x0b\xbb\x99\xa8\x19\x99\xc1\x6a\x64\x07\x8f\x92\xb3\x83\x77\x64\x92\x95\x1d\x9f\xb3\x7d\xaf\xec\xf8\xd0\xa9\xf9\x21\x7f\xa6\x72\x46\x0e\xc4\xe7\x7e\xc1\x84\x99\x2e\xbc\x4b\x56\x9e\xe7\xec\xfa\x55\x88\x43\xfd\xc2\x40\xb1\x32\x4b\x04\x1d\xe9\xca\x93\x75\x04\x3b\xc7\x02\xf3\x26\x21\x96\xaf\xcc\xd2\x21\x76\x66\xe5\x73\x07\x4a\x88\x52\x0b\x3b\x7d\xc2\xf2\xb2\x20\xc6\x4c\x04\xfc\x2d\x30\x69\xd2\x05\xe4\xe2\xc2\x68\x9f\x88\x2d\x58\x79\x4f\xff\x41\x67\x9c\x5b\x4d\x82\x47\x78\x65\x76\xc0\x0b\xab\xf2\xca\x7b\xf3\x0f\x8a\x7b\xfd\x9a\xe2\xde\xc2\x4b\x6c\x2b\x60\xce\x9c\x3f\xf8\x9c\xa3\xaa\x5a\xf1\x8f\x51\x01\x21\x7a\x65\x04\x09\x74\xdd\x0b\x0f\x80\x54\xcf\x39\xb1\x0a\xc3\x08\x5f\xf5\x2a\xc9\x8e\x3a\x92\xdc\x82\x4f\x33\xe1\xe7\xb7\xe0\xb2\x4c\x17\xa7\xf9\x2a\x0c\x4b\xfd\xfd\x66\x47\xc4\x41\x61\x95\xd6\xfc\x83\xcf\xcf\x05\x26\x11\x8d\xb3\xa0\xbf\x3c\xff\xa0\xc0\x36\xf8\x87\x2f\x4d\xff\x41\x5e\x8d\x5e\xf8\xbd\xf4\xf2\xdb\xf4\x8f\x97\x98\xcb\x85\xbb\x41\xfd\xfd\xa6\x22\x6c\xba\x85\x25\x78\xe1\x7b\xbd\x30\xcc\x27\x54\xac\xab\xb0\x57\xa2\x49\x59\x18\xe9\x13\x42\xe2\x2a\xac\x2e\xc2\x44\x57\x71\x84\xfd\x36\x4c\xa7\x16\x41\xeb\x1e\x3b\x2d\xa8\x12\x33\x13\xfa\xc8\xf3\x0f\x5a\xe7\x78\x33\x4d\x81\x6b\x49\x17\x1a\xec\x55\xb8\x07\x10\x5d\xbc\x0a\x9b\xe3\xf5\xb0\xa9\xc0\x32\x99\xb8\x0c\xae\xe2\x44\x78\x6e\x3f\xa7\x0b\xec\x7f\x27\x02\xbe\x4f\xab\x38\x11\xd8\x54\xe0\x9f\x4c\x88\xab\x0b\x33\x7f\x42\x79\xbe\x8a\x43\x3f\x28\x81\x55\x5b\xc7\xbf\x48\x03\xd6\xcd\x1e\x8c\xf9\x73\xe1\x0f\x90\x88\xc5\x59\xb7\xa3\xcf\xfa\x81\x00\x32\xa1\x61\x5d\x90\x38\xa6\x0b\xed\xd5\xc2\x51\x20\xe1\x99\xb3\x60\x62\x4c\x78\x9b\xac\xbb\xfa\x9b\x4c\x99\x2d\x60\x70\x2e\xd8\x0b\xd3\x85\xbb\xdb\x02\xa1\x25\x81\xa6\xb2\xa0\x32\x3c\xff\x20\x27\xa4\x3c\xe0\x48\x16\x10\x2d\x09\xa4\x84\x75\xb3\xfd\x36\x4b\x46\x2a\xc1\x3d\x63\xdd\x63\xf3\xfb\x74\xe0\xcd\x8a\x46\x91\xbc\xe0\x0b\x4c\x38\x83\xae\x9b\x11\xc6\x19\x71\xc1\x0b\x98\xdc\x0d\xee\xc5\xd5\x08\xc0\xa9\x75\x23\xd7\xbb\x1b\x80\xd1\x72\xfe\x41\x4e\x6b\xf0\x0f\x6a\x14\xd6\x82\x1a\x21\x3b\xb6\x4c\x8d\x98\x37\xee\x18\x37\x33\x02\xfb\xe6\xba\xb9\x24\xa2\xc9\x58\x10\xfe\x25\xb4\x98\xeb\xe6\x54\x4c\x50\x13\x2c\x58\xfe\x12\xaa\xb6\x05\xea\xca\xb9\x75\xfb\xc5\x99\x68\xcd\xea\x7d\x5e\xcd\x99\xb2\xf7\x97\xf8\x07\x2f\x21\x1c\xa1\x70\x5a\xe0\xab\x24\x14\x81\x0b\x7e\xbe\xe4\x65\x7b\x55\xc7\xe7\x5c\x7a\x17\x64\x7a\x09\x06\xcd\x55\x8f\xd0\x9f\x52\xf2\x0b\x84\x43\x37\xa5\xea\x20\x32\x24\xb5\xbe\xde\xf8\x4f\xff\x55\xfb\x98\x8a\x57\xfb\x98\x93\x02\x54\x91\xe4\xbd\x68\xc1\x0b\x77\xfe\xe0\x3f\xf6\x19\x9b\x7d\xb5\xcf\xd8\xec\xc1\x09\x39\x17\xfd\xd3\x21\xb0\xb2\x25\x9c\xf7\x57\xe5\xc4\x72\x1f\x6a\x88\x72\x60\x12\xac\x66\xeb\x98\xe2\x2d\xd3\xb1\xec\xf6\x0d\xb9\x00\xb4\xab\xd5\x6c\x28\xb3\xb8\xdd\xbe\x7f\xaa\x8d\x67\x41\x02\xff\x60\xb5\x66\x3a\xf9\xcf\x53\x39\x6e\x4f\x0b\x20\x8c\x84\xbe\x7e\x61\x58\x4f\xa8\x4b\x17\x80\x17\x09\x64\xa7\x85\x71\x39\x11\x1c\xb0\x20\xda\x4a\xf8\xa0\x2e\x88\xb6\x12\x08\x57\xab\x9f\xdb\x77\x02\x0c\x76\x75\xea\x86\x3b\xe6\x82\xf0\x2a\xfd\x76\x9d\x5e\x16\xff\x38\xbd\x82\xd5\x36\xe1\x44\xbb\xb0\xda\x26\x74\xc8\xab\x23\x7d\x12\x87\xbc\x3a\xc7\x1e\x4a\xfd\xd5\x9b\xef\x37\x7e\xfb\xfe\xa9\x44\xef\x59\xd5\x03\x99\xf6\xb3\xc2\x80\xbc\x58\x5d\x9d\x8a\x73\xb5\x77\xaa\x57\x28\x81\x55\x85\x09\x6a\x75\x84\x4f\x18\x66\x57\x47\xf8\x4c\xf8\xca\xaf\x8e\x58\x42\x58\xe9\xea\xf6\x17\xa2\x78\x9f\x6a\x31\x98\x17\x9d\x25\xd3\xfd\x1d\x9d\xdf\x7c\xa0\xfa\x04\x9f\xaf\xd5\x63\xf0\x0f\xbe\xb6\x27\x91\xb9\xbb\x3d\x89\x98\x0d\x22\x45\xfa\xdb\x52\xce\x2d\xcc\x80\x0b\x5b\x69\xc2\x5c\xb9\xb0\x95\xa6\xde\xff\xe5\xe0\xb1\x1e\x84\xc9\x04\x3a\xf6\x7a\x12\x7d\x4e\xff\x3f\xaa\x33\x30\x6b\xaf\x27\x6d\xfe\x71\x8a\x7c\x90\x38\xb9\x42\xae\xc7\xd1\x63\xea\x82\x70\x91\x12\xbe\x10\x0b\x58\x8b\x44\xc4\xeb\x7a\x1c\x3d\xa6\xee\x53\x99\x36\x4c\x5d\xa0\x2c\xd2\xdf\x97\x2a\xa3\xc1\x16\xfe\x38\x94\xcc\xe3\xc7\xa1\x64\x1e\x3f\x1c\x7b\x09\x95\xde\xc2\xd0\x99\x3a\x93\x17\x40\x8a\xf3\x0f\xb2\xed\x14\xc1\x4c\x7e\x38\x03\x09\x21\x5a\xd0\x61\x25\x1c\x55\x17\x68\x13\x09\x53\xfb\xc2\x4a\x9a\x88\x51\x5c\x0f\x02\x0c\xa6\xf6\x05\x92\x44\xc2\x81\x78\x3d\xcb\x77\x68\x5a\x64\xf5\x39\x7c\x1c\x85\x7f\x50\x98\x4a\x31\xc8\xf6\x16\x1c\x56\x7f\x6b\x84\xf8\x03\x62\xd9\x82\xab\x2a\x11\x1a\xbe\xc0\x9e\x48\x84\x59\x2f\x70\x25\x12\x5e\x7d\xeb\x41\x54\x4d\xc3\x6a\x20\xaa\xe2\x78\xbf\x9e\x57\xb5\x8f\x75\x7a\x13\xff\xa0\x4e\xec\x08\x18\x41\xd6\xc3\xbc\x01\xae\x66\x3d\xc8\xad\x09\x04\x82\x05\xd5\x55\xc2\x49\x6b\x61\x72\x3d\xff\x20\x27\xe4\x56\x02\xa4\xd6\x40\xf8\x21\x66\x61\x61\x2b\x4d\xf8\xd2\x2f\xec\xa3\x09\x77\xd8\x05\x8f\x55\xc2\x4c\xb1\xc0\x8a\x48\x78\x7b\x2d\xec\xa0\x09\xc0\xa6\x35\x6e\xaa\xcd\xea\x1a\x3f\x6d\x15\x43\x82\x51\x34\xe1\xaa\xb7\x20\xac\x4a\x18\x5a\x17\xc4\x54\x49\x61\x02\x70\x89\x94\x61\x5e\x5f\x03\xc1\x07\xd5\xc4\x1a\xaa\x35\x60\xf8\x58\xd0\x54\x25\xac\x19\x6b\x30\xd0\x8a\x09\x83\x81\x56\x32\x00\x6a\x22\xe5\xcb\x6c\x9f\xce\x3f\xf8\xf8\x51\x53\x86\x8c\x32\x1c\x76\xee\xc3\xc3\x61\xe7\xbe\x01\x91\x54\xca\xb0\x9a\x2f\x98\xa4\x12\x56\xfc\x35\x54\x91\x40\x8e\xb0\x30\x93\xa6\x87\x63\x61\x38\xd4\xcd\x74\x74\x1e\x98\x8b\xd6\xd8\x36\xc9\x3e\x40\x90\x41\xef\xbe\x86\x9a\x14\x5c\x82\xd6\x70\x4c\xb9\x35\x0c\x24\xda\x0c\x99\xe9\x1a\x48\x2f\xf8\x8f\xac\xe1\x60\x73\x83\x18\x08\xb1\x19\x54\xb4\x85\x7d\x34\x01\x2a\xb4\x66\x62\xfe\xb1\xd0\xe0\x5d\x4a\xd8\xce\xd7\x74\xec\x58\x5b\xf3\x46\x43\x88\xfb\xe2\x9a\x9c\x74\xd8\xce\xd6\x54\x53\x85\xee\x73\x4d\xee\xfb\x44\xa2\xac\x79\xff\xf4\x7f\x14\x87\xec\xe2\x2c\x9d\x8c\xa4\x13\x13\x04\x86\x94\xd1\x42\x2e\xe8\x92\x92\x02\xd1\x64\x90\xd0\xce\xaf\xe9\xc0\xa0\x32\x5c\xe0\x25\x24\xf8\x80\x16\x78\x09\x09\x30\x9d\x05\x3e\x41\xca\xb8\x60\x2d\x00\x0a\x7e\x53\x79\x72\xfa\x64\xe0\xa5\x17\x68\x05\x4c\xe5\x7f\xec\x75\x50\x1f\xa5\x8c\x77\xda\x9a\x6b\xf1\x15\x65\x72\x81\xcf\x18\x4e\xd6\x5c\x9b\x7f\x50\x01\x96\x34\x86\x99\x35\xd9\xa8\xe1\x78\x58\x93\xe5\x03\xd8\xeb\x22\xb8\x3f\x01\xea\xba\x08\xe2\x4f\x00\x62\xae\x85\x0a\x0b\x54\x9d\x45\x40\x7f\xca\x10\xfa\x2e\x18\x89\x12\x41\xf2\x8b\xe8\xfe\xf3\x8f\xc1\x1f\x89\x7f\x34\x7e\x53\x1a\x72\xc7\x4a\x96\xc6\xc7\xd9\xd2\x78\x1f\xcd\x32\x66\xd6\x85\xb9\x36\x65\x55\x34\x84\xe7\x27\x7c\xa7\xd7\x2a\xdd\x7f\xf0\x05\xa2\x0d\x46\xb6\x05\x41\x51\xca\x18\x21\xd6\x42\xe9\x8c\xc5\x6a\x2d\x4e\xd8\x8c\x9b\xf7\x22\x5a\x3f\x11\x4d\xbf\xa0\x28\x4a\xc4\x60\x2d\x22\xf7\x53\xf6\x86\x8f\xfd\x36\x11\xdd\xb8\x96\xb3\x82\x91\x59\xa8\xa0\x95\x5b\x17\xd2\x6d\x56\x4b\xb2\x90\x6e\x87\x95\x65\x4d\x03\x7c\xba\x16\xab\x12\x4c\xc0\xb5\x9c\x08\x1c\x27\xc4\xdf\x27\x82\x1e\xd6\x42\x0a\xc1\x32\xbf\xd6\xf4\x7d\x7a\x6c\xfa\x3e\xf9\x2f\xdf\xa1\x12\xc8\xad\xc3\xf6\xb3\x6e\x81\xc5\x5a\xcb\xb1\xe5\xba\xb3\x1c\x5b\xd6\xdd\xda\xbe\x43\xb9\xe8\xa6\x89\x14\x5a\xcb\x31\xb7\xbb\x38\x76\x89\x4c\x5b\xe1\xf8\x73\x1c\xc4\x95\x54\xfd\x36\xfe\x60\x5e\xb2\x79\xc4\xa5\xee\x97\x0d\x2a\x9c\x0d\xb8\x86\xae\x70\x36\xb0\x68\xc3\xd9\x40\x8c\xf3\x0a\x67\x03\x2b\x38\x90\x55\x33\xc8\xbe\x0b\x56\xa1\x0c\x85\xdc\x0a\x0e\xe3\x0c\xd0\xdd\x8a\x33\x1f\x32\x28\x90\x2b\xf2\xe6\x37\xe5\x1d\x99\x2f\x83\xa5\xb3\xe2\xcc\x80\x4c\xb0\xf3\x0a\x96\x7c\x86\x4d\x62\x61\x93\xce\xd8\x59\x57\x9c\x0d\xfb\xb7\xfd\x46\x25\x23\xd6\x63\x3c\x7c\x8c\xf8\x14\x1c\xa1\x59\xb9\x3a\x8e\x38\x94\x71\xd1\x5c\x31\x54\x4f\x33\x2d\x21\x06\xca\x20\xb6\x2c\x88\x81\xce\x3f\xa8\xdf\xa4\x4e\x9c\x0f\x30\xfd\xa4\xac\x60\x4d\x68\x7d\xbe\xfc\x3a\x78\xc9\x0f\x82\x7a\xd8\x81\x48\xc6\x59\x99\x09\x3b\x53\x26\x68\x60\xc5\xa6\x82\x48\x5f\xc4\xc7\x67\xdc\xc5\x56\x7c\x5d\x75\x38\xb9\x7e\xbc\xc4\x5c\x27\x80\x3d\xa3\x69\x5d\x1a\x82\xb2\xa2\x25\x91\xea\x19\x7f\xa0\x45\xa4\xfa\xf9\x47\xe6\x0f\xfa\x89\xb9\x8e\x59\x28\xc3\xdb\xb6\xa0\xec\xc9\xb8\xdc\xaf\x9d\xf9\xcd\xf4\x86\x52\x27\x63\x9e\x5c\xfb\xe6\x7d\xa6\xf7\xbe\x4d\x3f\x3d\xb3\xed\x6f\xa6\x31\xa1\xed\x19\xe8\xd2\x05\x6d\x4d\x06\x78\x6a\xed\x87\xf4\x7f\x46\x86\xae\x3d\xe8\x4d\x80\x1f\x16\xa4\x33\xbf\x03\x6c\x0f\x75\xf9\xec\x23\x7b\xd0\x6b\x1c\x60\x1b\xbd\x68\xf6\xf4\x84\x9a\x26\x03\x4d\xb9\xb6\x83\x84\x80\xb6\x17\x75\x64\x9e\x42\x29\x93\x89\xca\x5d\xdb\x2e\xe7\x70\xd9\x76\x39\x87\x0b\x0c\x2c\x19\x3a\xf6\xb5\x3f\xbe\xe5\x02\x02\xeb\x4a\x86\xf1\x78\x6d\x47\x82\xa3\xe5\xbd\x7c\xa7\xf1\x9b\x5a\xb3\x55\xbc\x97\xd6\x02\xf6\xd4\xf7\xa2\xd6\xc8\x70\x84\xa5\x67\x28\x4d\x17\xb6\x9c\x0c\xbb\xe7\xc2\x01\x20\x65\xf7\x32\x38\x58\x32\x58\x79\x8b\x38\xf3\x8c\xe7\xc4\x7a\xe9\x7d\x88\x70\xd6\x7b\x6b\x9b\xa0\x4a\xef\xd9\xd7\x32\x78\xf1\x4b\x43\x4b\x71\xa5\xbd\xb5\xf3\x0f\xaa\xc1\x1e\x57\x5c\x69\x2f\x03\xe6\x35\xf2\x65\xc0\xb0\xd9\x2e\xa8\x51\x52\x21\x58\x61\xc1\x8d\x92\x31\xe0\xae\xb7\x6b\xab\x40\x42\x7b\x1f\x5a\xc1\x3a\x78\x19\x62\xc2\x95\xd6\xcb\x05\xa3\x28\xb8\xbc\x93\x6c\xd9\xf4\xb1\xfd\x67\x3c\x7c\xd7\xfb\xf2\x31\xdb\x39\xd6\x96\x8c\xc3\xd5\xfa\x2e\xad\x18\xf4\xd9\x77\xf6\xa4\x8c\x23\xc9\xfa\x90\xf6\x4b\x62\xbb\x20\x56\x3a\x63\xa0\x5d\x9f\x7d\xc3\x2c\x85\xd7\x24\xab\x94\x87\x3b\x24\xe3\x60\xbf\x88\x53\xce\xf8\x92\x2e\xc2\x8c\x33\x06\xda\xf5\x6d\xd2\x99\xa5\x9f\xb5\x63\x53\xc5\x5a\x91\x31\xca\x2e\xb8\x3a\x32\xe4\x44\x0b\xae\x8e\x54\x8a\xb5\x7b\xa9\xdd\xd9\x61\x83\x18\xd6\x4c\x60\x76\x10\x57\xaa\x68\x12\x98\x09\x32\x56\xdc\x20\x66\x34\x63\xc5\x0d\x62\x43\x33\x96\xdb\xb8\xac\xe8\x43\x3e\x83\xf7\x1f\xf2\x41\xbb\x59\xea\x19\xb7\x20\xf8\x31\xa7\x87\x8f\xa7\x36\x90\xc4\x17\x93\xe6\x3c\xe4\x34\x5f\x0d\x25\xe9\xfc\xb1\x7e\x7f\xf0\x1f\x1a\x8d\x93\x70\xc0\xc1\x90\xa1\x7c\x8b\x8b\x0e\x80\xa8\x28\xe0\x60\x48\xd2\xce\x07\x31\x8b\x19\x20\xb8\xb8\x18\x1f\x02\x62\xe3\x42\x6a\x2b\x04\xa3\xc5\x75\xf6\xa6\x8c\x1d\x35\xae\xef\x67\x8c\xe1\xeb\xef\xac\x20\xfc\x8d\x23\xb1\x3a\x70\xc7\x8c\x74\x56\x84\x92\x53\x40\xa5\x90\x51\x2a\x04\x06\x83\x4c\x24\x64\x10\xe5\x98\x89\x52\x8b\x84\x2a\xc0\x10\xb1\x48\x59\xbb\xcc\xc5\x5b\xe7\xca\x96\x71\xae\x8b\x54\xb4\xcb\x5c\xbc\xc5\x48\x60\x27\x8d\xc4\xa6\x85\x9d\x34\xd2\xcf\x0e\x64\xd9\x0c\x4b\xae\xfe\xe6\x83\xca\x07\xc8\x7f\x32\x63\x05\x9c\x08\x19\xe0\xd9\x48\x9d\x8a\x37\x8a\xeb\x7c\xdc\x78\xe7\xa1\xb2\x8d\x8c\x34\xe4\xb4\xfe\x2f\x69\x2e\xd2\x20\x67\xfa\x30\x0d\x73\xee\xfc\xae\xe6\xe0\x3f\x68\xe1\x11\x04\x22\x0d\x9b\xfe\x50\xce\x38\x13\x12\x03\x69\xc0\x8d\x70\xfe\x41\xed\x67\xe2\x1f\xbc\xc4\xb4\x80\x00\x36\x88\x7f\xcc\xd9\x5c\x59\x09\x04\x25\x07\x9c\x07\x99\x50\x8d\x48\x9c\x57\x38\xf1\x46\x0a\x1a\xf8\xd0\x58\x27\xcb\x43\x61\xac\x90\x6c\x25\x58\xbf\x58\x57\x23\xbd\xa6\x93\xbf\xf3\xe6\x21\xff\x8f\x09\x8c\x46\x21\x20\x2b\xc8\x20\x0e\x46\x76\x4a\x9c\x4d\x35\xb2\x53\xe2\xec\x60\x91\x91\x2e\x0a\xc0\xdc\x91\x2f\x9a\x79\x76\xd2\xc8\x5a\x00\x09\x91\x0b\xc2\x12\x33\x96\xa6\x80\x5a\x20\x03\xc0\x11\xd0\x06\xa4\xc2\x0d\x3d\xe0\x0d\xc8\x58\x5b\x03\xde\x80\xf3\x0f\xbe\x40\xba\xc0\x02\x15\xd9\x19\x45\x6c\x44\xe4\xfc\xf1\x0f\x5e\xd2\x56\xdb\xad\x6d\x29\xfe\x41\x21\x08\x24\x58\x5f\x23\xb3\xf3\x00\x09\x1d\xb9\x9a\x5e\xf9\x6d\x3a\x65\xb3\xd0\xb1\xca\x06\xb1\x89\x19\x88\xa6\xc8\x4c\xae\xc2\xaa\xc8\x4c\x2e\xac\xb5\x01\x2f\x40\x2a\xc4\xa1\x45\xee\x54\x89\xa5\x90\xb5\x25\x72\xd3\x8b\xfc\x24\xfe\x41\x09\xc3\x9c\x68\x03\xdb\x07\xae\xd2\x91\x07\x3d\x50\x28\xe1\x67\x31\x64\x7f\x82\x26\x20\x63\xd4\x8d\x3c\xfd\x80\x74\x54\xa6\xe5\x71\x58\x8e\xe8\x99\xb1\xdd\x46\xd6\x60\xf8\x38\x46\x6b\xf0\x0f\xb2\x65\x12\x00\xf8\x16\x19\xed\xa6\x61\xd5\x91\x5f\x2a\x5e\xf9\x9a\x4b\xbd\xe1\x99\x01\x74\x7e\xc6\xac\x1b\x58\x31\x72\xb1\xa5\x48\x39\xfa\xd0\x45\xe6\xea\xaf\x3f\x53\x14\xe6\x0a\x5e\xed\x41\x20\x63\x06\x83\x27\x8a\x23\xcf\x1a\x2a\x37\x1d\xcb\x8a\x28\x8d\x74\x76\xe5\x62\x27\xd3\xea\x82\x6e\x45\xda\xe7\x28\xe7\x1c\xcb\x98\x56\xa3\x70\x74\x11\x92\x1e\x05\x29\x91\x9b\x41\x60\x6b\xc8\xe0\x4b\x47\x41\xb2\x23\x48\x29\x50\xdf\x67\xa2\x9b\x83\xc0\xbc\x64\xd0\x4a\x94\x97\x4c\x99\x33\xe5\xa5\x8f\xe9\xca\x82\xa8\x80\xbd\x35\xee\xcb\xdf\xe7\x63\x34\xf4\x19\xe0\x8d\xb8\x11\xbb\xc0\x64\x08\x10\xd4\x33\x61\x9f\x71\x9f\x89\x98\x71\xa9\x0b\x14\xf1\x19\xb7\xb5\xb8\x99\x7a\x98\x67\xe3\x6e\xfe\x26\x9f\xe6\xb7\xe4\xd3\xcf\x48\x11\x02\x1d\xa8\xd8\x33\x16\xd9\x00\xe1\x3c\xc3\x63\x1e\xa0\x9a\x67\xd0\xc5\x03\xcd\x78\x26\x74\x39\x40\x2c\xcf\x44\x67\xc6\xfd\x9a\x0f\xf9\x23\x02\xdd\xf9\x5f\xca\xb9\x40\x75\x9d\x21\x6f\x8a\x5b\x73\x24\x06\xd2\xb8\xcf\xe0\x66\x70\xb2\xe2\x3e\x77\x91\x8c\x05\x38\xea\x45\x89\xe7\xbe\x1a\x95\x9e\x81\x11\x2a\xc0\x1b\xcf\x30\x27\x45\x65\xcc\x81\xd8\x8e\x6a\x2f\x9d\x93\x38\xaa\xbd\x54\xc8\x07\x4d\xec\x0d\xeb\x47\xd4\xb2\xf8\x07\x99\x96\x9f\xc1\x37\xf1\xc7\xe6\x1f\x94\x70\x6b\xcb\x65\xb6\x56\x04\x27\x3d\x9a\xa3\xd6\xcf\x3f\x28\x1c\x61\x09\x4b\x6d\x54\xbb\xbc\xf2\x79\xd7\x46\xcc\xb6\x5b\xed\x67\x66\x25\x60\xdf\x19\x2b\x6c\x00\xf6\x9d\x31\xbc\x46\x45\x3e\xba\x71\xf3\x0a\x42\x20\x33\x4c\x7e\x51\x87\x66\xe8\xe1\x1f\x89\x7f\x90\x2b\x12\x2f\x71\x86\x51\x87\x15\x1c\x54\xd0\xe1\x63\x1e\xd7\x49\xd1\xec\xec\x68\xec\x33\x06\xd9\x00\xe3\x3b\x09\x9a\x14\x15\x5f\x0d\x89\xf1\xa3\xb2\xb7\xc3\xf7\x1a\xa0\x7c\x27\x19\xd2\x03\xf5\x7d\xfe\x15\x81\x45\x4c\x92\xc7\x20\x10\x32\x13\xa8\x18\xa8\xf5\x33\x01\x9b\x41\x90\x63\xba\xb9\x16\x46\x7d\xcf\x4e\x4f\x30\x56\x00\xfa\x7d\xfe\x41\x19\x6f\xe5\x1f\xbe\x64\xb6\xec\x04\x15\x21\x1b\x83\x6b\x54\x66\x18\xfe\x6a\x51\xbf\xea\x4b\xa7\x22\x8d\x09\xa2\x6c\xd3\x98\x20\x36\x09\xbc\xee\x64\x74\x63\xb4\x73\xa9\xcc\xb6\xa2\x65\x8b\x60\xda\x35\xa6\x08\xbe\xb2\xd1\x50\xf7\xde\x75\xf0\xf9\x11\x1e\x72\x65\x8a\xb4\xa2\x61\x7e\xf8\xd6\xe0\x1f\x0f\xbf\x2d\x83\xae\x22\x12\x33\x63\x58\x0d\xa2\x2c\xbd\x1b\x07\x36\x09\xaf\xc6\xd1\x50\x10\x4b\xcb\x10\x8d\x33\xc0\xa6\x36\x16\x28\x24\x4d\xd1\xda\xc7\x6f\x3e\xe8\x9a\xef\xad\xe0\xd9\xab\xbc\x19\x47\xeb\x7e\x40\xfd\x1e\x33\xa2\x4a\xb8\x23\xdc\xcd\x9c\x1e\xaa\x84\x48\x02\x2e\x78\x92\xea\x3a\x08\x5e\xcc\x58\x55\x83\xc0\xc4\x0c\xfe\x6f\x10\x80\x98\x95\xe2\xda\x6c\x7a\x0b\xf0\xd2\xa4\x3b\x38\x68\x9b\x7e\x0a\x80\x8d\x06\xf0\xe1\x19\x73\x6b\xb4\x45\xab\x4d\x0f\x5b\xca\x6c\x6e\xc1\xd0\x23\x45\x10\x83\x78\xfe\x41\xa5\x90\x3f\x2b\x22\x45\x43\xe6\x04\x65\x2f\xb0\xbf\x64\xe0\x15\xa2\x21\x66\x56\xdf\x77\x46\x38\x42\x1f\x6d\x60\x36\x02\x14\x9e\xc1\x2d\x89\xee\x84\x60\x02\x12\x94\x97\x6e\x62\xfd\xa3\xa7\xd3\x06\x00\x4d\x02\x34\xf1\xf3\x0f\xff\x18\xfc\xe3\x94\xdc\xd9\x71\xe1\x42\x89\xce\xac\xc1\x62\x19\x84\xe5\xa5\x1b\x06\xa7\xe8\xe7\xe8\xcf\x2d\xfd\xcb\xb3\x24\xba\x9e\x0e\x40\x25\x46\x2f\x95\xaf\xcc\xc1\x8a\xd1\x57\x9d\xb9\x86\x41\x33\x3a\xb2\x29\x86\xcb\xc0\x48\x94\x31\x5c\x46\x3f\x72\x6a\xc6\x56\x19\xdd\x9d\x49\xc1\x05\xcc\xf3\xf3\x07\xed\xbd\xcf\xd4\xc1\xe8\x13\xbd\xfe\x3c\x2e\xfc\x23\xf8\x07\x2f\x31\xef\x60\x3a\x0c\x6c\x49\x19\xea\x94\xe8\x6d\xf1\x9b\x6a\x74\xd3\xa9\x06\x8a\xcd\x1b\xad\x79\x60\x26\xca\x38\x88\x07\x61\x7c\x49\xd6\xa6\xe8\x1c\x1f\xd8\x18\xa3\x23\xb0\x0a\xe1\x1a\x7d\x0c\xff\xa0\x8c\x41\x33\x98\x84\x00\xa0\x9f\x7f\xf0\x39\x02\x28\xce\xec\xd1\x99\x47\x38\x95\x47\xe7\xba\x72\xc3\x57\x1a\x9d\x9d\xa9\x39\x06\xee\x4c\x10\x42\x46\x67\x67\x72\xaa\x76\x77\x26\x18\x14\xa2\x33\xa9\x9c\xaa\x9d\x9d\x09\x84\xad\xe8\x7b\xf3\x9b\x77\x90\x53\x95\xae\xfb\xeb\x3b\x54\xe9\xb5\xb4\xd3\xcb\x0f\xe2\x28\x01\x6c\x41\x64\x5f\x56\xe8\x7e\x2e\x5d\x50\x38\x41\x09\xf3\xcb\x0a\xdd\x84\xf0\x9d\x7f\x0c\xfe\x60\xbe\x20\x09\x3f\x49\x47\x15\xc6\xe8\xc9\x54\x8f\xb9\xfd\x38\xf3\x98\xdb\x0f\x12\xa8\x38\x16\xf1\x20\x81\x62\xd4\x0c\x02\xf8\x92\x81\x2e\x01\x1a\x7b\xc6\xc2\x19\x44\xf3\x65\x2c\x9c\xf1\x70\xd7\x21\x44\x35\x1e\xe7\x13\xab\x81\xe8\xbc\x8c\x85\x33\x9e\xee\x6f\xde\x67\xb0\xb1\x64\xc6\xd3\x6d\x90\x1f\xf4\xc9\x3f\xf8\x8d\xc3\x45\x45\xe7\x16\xcf\x73\x1a\x04\x1b\x4a\x3c\x8f\x6e\x31\x2c\x99\x87\x59\xd0\x6d\x35\x02\x65\xb7\xa1\xdc\x54\x2a\xe4\x48\xf1\x70\x53\x41\x2b\x15\xcf\xd4\xc1\x06\x61\xf6\xe1\xa6\x82\x56\x2a\x30\x62\x65\x00\x3b\x03\x3b\x54\xc6\xfa\x19\x4f\x98\x4e\xc5\x99\x0f\x44\x5b\xc4\x83\x27\x86\x98\xe6\xf1\xec\xb3\xa2\x30\x78\xc6\x83\x9d\x59\xa0\xf1\x00\x04\x3d\x83\x36\x17\x0f\xe3\x8e\xf5\x33\x9e\x73\xa4\xe4\x5e\x4e\x09\x03\xd1\xb2\xd3\xc5\x83\xab\x47\x85\x8f\x27\x06\x57\x0f\x5c\x5f\x63\xa4\x9f\xd3\x4f\xe1\x0f\xea\xcd\xa2\xc0\xc4\x94\xbd\xdc\x0c\x84\x11\x50\x77\x62\x20\xa6\xe1\x51\x13\xc3\x81\x60\xf3\x19\xdc\x0a\x08\x6f\x8c\xd1\x74\xf9\xe1\xfa\x34\x1a\x7d\x5c\xc9\x94\xe3\x01\x2b\x6a\x0c\xa4\x57\x7c\x6b\x62\x38\x8a\x08\x22\x18\x89\x32\xd6\xd5\x18\x8f\xbf\xc9\x94\x8b\x00\x06\xd5\x18\x03\x9f\x27\x5c\x93\x63\x70\x13\x80\xc0\x30\x06\x37\x81\x8a\x9f\x72\x0c\x07\x0e\xa9\x64\xd8\xf5\xff\x34\xbb\xc6\xc0\xd0\x5b\x33\xfd\x3f\x82\x89\xc3\x52\x1b\x7a\x41\x79\xcf\x1c\x9b\x46\xb1\xbe\x06\xc6\xc2\x9a\x7f\x7f\xe0\x5a\xe2\xed\x72\x70\x81\x80\x70\x29\x34\x20\xc9\x16\x1e\x58\x90\x72\xb7\x7f\xf0\x89\x92\xd2\x3a\x86\x63\xc9\x0a\x1b\x2f\x83\x8f\x24\x3e\xb8\x7e\x08\xce\x1d\x03\xd5\x28\x06\xd6\x98\x0e\x32\x6b\x07\x90\xf2\x54\xa1\x11\x88\x89\x60\x89\x91\x34\x40\x1d\xcf\x18\x49\x63\xa2\x8a\x26\xcc\x35\x40\xfc\xce\x98\x42\x03\xc4\xef\x8c\x29\x34\x40\xf6\x4e\xd5\x8b\xc2\x64\x6b\x25\x76\x36\x66\xdf\xfc\xa6\x64\xe4\x3f\x2c\x9b\x01\x34\x76\xc6\xb2\x19\x93\xcb\x04\xc6\xcc\xc0\x4a\x93\xb1\x5f\xc6\xd4\x0f\x09\x17\xb9\x00\x4f\x3a\x63\xb4\x8c\xa9\x1f\xd2\x6d\x69\x3b\xf1\x0f\x4a\xb0\xc7\x71\x9e\x0b\x22\xe9\x32\x71\xf8\x31\x5f\x8b\x18\xfc\x3e\x9d\xe1\x16\x3d\x11\xae\xdc\xa1\x17\xbb\x1b\x51\x54\x81\x2d\x27\x13\x15\x15\xcb\x7e\x41\x98\x5e\xf6\x0b\x2b\x87\x88\x39\x55\xb0\xb1\xd0\x41\xe2\xf3\x14\xcb\x3e\x42\x04\x5a\x68\xdc\xe1\x27\x89\x85\xbc\x8c\xc9\x32\xd6\xf0\xfd\x53\x9f\xc5\x35\x83\x38\xf6\x58\x1c\xff\x00\x8c\x04\x11\x6d\xd9\x8b\xef\x62\x64\xbd\xeb\x2e\xbd\x9f\xba\x95\xe3\x2e\x82\x89\x33\xc2\x4a\xb3\x56\xc2\x4a\xb3\x56\x82\xc5\x08\x04\x75\x60\x4b\x48\xa2\x1f\x04\xa1\x2e\x19\xa0\xbf\x08\x84\x43\x23\x6b\x23\x10\x0e\x09\x89\x8f\x40\xd4\xab\x18\xdb\x03\x40\xe3\x8c\xbd\x32\xc2\x36\x73\x4a\x04\xb7\x04\x43\xf7\x22\x38\x66\x21\x26\x89\xb0\xd1\xcc\xdb\xc0\xdd\xa9\x3a\x22\xd1\x1a\xff\xf0\xb7\xee\x63\x6c\x6d\xe1\xec\x61\x12\x47\x37\x27\x8a\xe8\x95\xdf\x54\xdc\xee\xe3\xc4\x00\xaf\x38\x7b\x49\x0f\x3d\x1b\x7f\xc5\xd1\xaf\xd8\x34\x03\x20\xe0\x8c\x4d\x33\x02\xb7\xde\x4a\x2c\x6c\x80\xe0\x9b\x07\x7b\xbb\xd1\x2f\xf5\xef\x1f\x83\x7f\x50\x3f\xce\xd2\xc1\xac\x0f\x46\x08\x1c\xf7\x20\xe4\x25\x13\x9c\x1b\x84\xb3\x64\x8c\xa3\x11\x08\x6b\x18\x47\xc3\xb0\x15\xa3\x49\x63\xa3\xbf\x1d\xec\xa9\xfb\xf2\x03\xd2\x93\x1f\x34\x7e\xd3\x06\x0c\x55\x41\xc4\x5f\xf6\x2c\xdd\x3f\x47\xb5\xee\x17\x67\x62\x79\x96\x6a\xa2\xc0\x9a\x1a\x84\x02\x66\x7c\x01\x42\x73\x05\x6c\x72\x01\x8b\x7f\x86\x8f\x24\x76\x35\x9d\x7c\x18\xab\x91\xff\x85\xeb\x16\xda\x32\x30\x9f\x06\x54\xfb\x49\xf8\x87\xd8\x08\xed\xb8\xe8\x87\x31\x28\xc6\xf5\x07\x24\xfc\x19\xc3\x6a\x6c\x0e\x5a\x0c\xab\xb1\x1f\x7f\x53\xad\xe1\x6f\x1a\xce\xa0\x62\x26\x8d\x8d\x08\xde\x30\x33\xc4\x46\x04\x57\x5f\xb2\x75\xc3\xc2\xe6\x10\xc4\x25\x66\x6c\xa3\xa1\x4d\x83\xe0\xe5\x20\x54\x25\x13\xfc\x1b\xa0\xee\x66\xe2\x2d\x63\x3b\x8e\xac\x46\x50\x74\xb3\x2a\x95\xed\xd8\xd9\x1c\xc7\xce\x16\xa0\x77\x11\xfd\x2f\xa0\x95\xcf\xc0\x32\x84\x71\x2b\x86\x80\xc7\x46\x1c\xc7\x46\x11\x58\x38\x32\x26\xd6\x78\xd9\x4f\x30\xb1\xc6\xeb\x60\x33\x09\x34\x70\x40\x47\x12\x2f\x02\x38\xd6\xd6\x78\x1d\x46\x8e\xb1\xd7\x61\xe4\xfe\xf2\x22\x80\x37\x38\x54\xe2\x45\x00\xc7\x7a\x1a\x46\xba\x34\xbc\xe6\x03\xa4\xde\x8c\x29\x35\x5e\x07\x98\xe5\x8b\xb5\x22\xb5\x6c\xd1\x08\xba\x4e\x2d\xc3\x4a\x5a\xb6\x1e\x8d\x36\x30\xb5\x5e\xc7\x8a\x75\x0d\x97\x7b\xc6\x20\x1a\xef\xa3\xeb\x9e\x2f\x71\x7f\x07\xec\x36\x5e\x5d\x14\x3d\xe7\xde\x87\x16\xb1\x03\xbf\xc8\x44\xd8\x43\xe3\x75\xa4\x59\xd6\xef\xb4\x45\x9c\x47\x6f\x30\x4d\xfc\xed\xa0\xb0\xd5\xbc\x28\xd6\x45\x55\x8b\x0f\x66\x48\x40\x8c\x82\x88\xc6\x02\xc6\x6a\x80\x89\x9b\x04\xb9\x08\x43\x1a\x31\x7b\xc6\xa7\x2f\x1d\x60\x05\x21\x2a\x2e\x30\x3a\x01\x12\x6e\x01\xd1\x24\x88\x7b\x2c\xd8\x46\xe3\xcb\x94\xc0\x12\xfc\x10\x42\x25\x3b\x0d\x20\x6c\x0b\xf6\xd0\xf8\xaa\xbf\xf9\xa0\x92\x11\x9b\xd9\x87\x9a\xbc\x11\x5c\x17\x04\x34\x16\x00\x8e\xe2\xd3\xfd\x0e\xc4\xa5\xf8\xda\x38\xff\x60\xa5\x7c\x20\xd8\xe3\x74\x19\x5f\x27\x57\x0e\x18\x82\x53\x34\x15\x05\x44\xf1\x05\xb7\x96\x90\x10\x1e\xbc\x82\xf8\xa0\x8c\xb8\x38\x78\x00\xa5\x2d\x84\x1f\x07\x46\x9d\x82\xb9\x35\x3e\xc2\x71\x31\xb7\xc6\xf7\xfa\x9b\xfc\x09\x8d\x06\x3d\x3e\xc0\x7c\x4d\xcd\x6b\xeb\xf7\xd1\x79\xcc\x7b\xe3\x51\x1a\xce\x7b\xf1\x7d\xd4\x82\xa3\x0a\x4a\xf5\x02\x76\xd9\x06\x01\xb6\x5c\x67\x3d\xec\xcb\xe1\x39\xcd\xdf\xa2\xb2\x62\x86\xdd\x30\x9c\x17\x50\x3b\x37\x0c\xe7\x05\x18\xe1\x7d\xd9\xa7\xe7\x74\xda\x58\x8a\x0a\xc6\xd6\x0d\x7b\x79\x6a\xe0\x35\x6f\x60\x4d\x0b\x16\xd6\x6d\x34\x4b\x03\x14\x68\x13\xce\x52\xae\xc6\x4b\x10\xfa\x5f\x8d\x74\xc8\xc6\x30\xc3\xee\xcb\x91\x3a\x93\x67\x63\x5b\x2a\x57\xfb\x17\xdf\xcb\x86\xe8\xbc\x20\x48\xef\xcb\x01\xea\x34\xef\xa1\x49\x9d\x42\xec\xf0\x73\x02\xee\x0b\x14\xe9\xab\xd3\x0c\x94\xc5\x0d\x41\x7a\x5f\x8b\xaa\x3f\x7c\x8c\xb2\xb8\xf5\xc2\x17\xf0\xeb\x83\x02\xb8\x2f\x87\xe8\xa1\xba\x08\x2e\x02\xd5\x6c\x42\x4a\x0a\xa6\xd4\x7d\x39\x76\x83\x5c\x11\xe9\xe4\xa7\xd8\x98\x97\x0a\x66\xd2\x9d\xae\xcd\xef\xd3\x21\xe9\x6c\x0a\x85\xb0\xd6\x9d\x8a\xef\x74\x7e\xe3\xd9\x8b\xbf\xf6\x4e\xe7\x4c\x2f\x98\x4f\x77\xc2\x73\xa0\x21\x97\xec\x44\x77\x12\xe4\xba\xa5\xcf\x26\xc8\x75\x27\xe4\x3b\x39\xcb\x77\x02\x50\x19\xcb\xe8\x36\x82\xa4\x21\x5c\xec\xd4\x12\xff\x48\xfc\xa6\xec\x4c\xfd\xce\x56\x53\x80\xf0\xda\x84\x99\x14\x42\x5e\x77\x7a\x28\x21\x93\xe9\xe3\xfb\xe4\x33\x4d\x1f\xfc\x26\xbd\x50\x18\xce\x05\x8d\xe3\x62\x43\x62\xad\x5d\x74\x03\x50\x79\xfe\x41\x5d\x41\xa8\x4c\x85\x12\xa0\x09\x82\x4e\x7b\x27\xbc\x84\x1a\x47\xc4\x4e\x8b\x6a\x98\x13\x00\xe0\xc9\x8f\xb7\xc5\xd1\x33\x1f\xd5\x28\x54\xc3\xee\xa6\xf7\xa0\x84\x2e\xa0\xec\x6f\x63\x43\x84\xe8\xda\xf9\xdc\x89\x0b\xca\xef\x2d\x6e\x24\xe8\xf3\x1b\xeb\x49\x01\x0e\x6c\x67\xc7\xe7\x9c\x35\x3b\x97\x57\x67\xdb\xc1\x1f\xf4\x2a\x6b\x2b\xdf\x3f\xcf\x5b\xff\xa0\x57\x59\x68\x58\x58\x4a\x62\xa1\x11\x28\x52\x12\x0b\x4d\xc4\x47\x6c\xc1\x3b\xdb\xab\x95\x12\xec\x55\x16\x5a\x26\x40\x1a\xbb\xf0\xc6\xfe\x51\x80\xc7\xdd\x19\x1c\x22\x22\xba\x76\xb6\xe7\x59\x4e\x44\x83\x14\xec\xc5\x1b\x76\xe3\xc2\x41\xb8\xb3\x5d\xd7\xa8\x34\xfe\x72\x9d\x28\xde\x9d\x23\x9f\x7f\x74\x32\x25\x20\x4e\x34\xf1\x9d\xa1\xe6\xc4\x18\xbc\xe1\x28\x2e\x18\x83\x77\xb6\xb3\x59\x4b\x44\x83\x14\x8c\xc1\x3b\xdb\xf1\x0f\x35\xb2\xe3\x8f\x30\xb9\xe1\x0d\x4e\x9d\xa0\xaf\x0d\x71\x70\x21\x16\x77\x1b\xe6\xd1\x31\xbc\x6e\xc8\x81\x0b\x96\xe1\x5d\xf0\xc8\xe9\x44\x83\xed\xe2\x90\x1c\xa9\x71\x97\x44\x11\x47\xbe\xd8\x05\xff\xba\xce\xdd\x70\x97\xd4\xf8\x07\xe5\xe1\x7e\x20\x8f\xc6\x2e\xf9\x64\x8b\x27\xdc\x2e\x47\xb2\x2a\x58\x8f\x77\x61\x70\x01\xa1\xd8\x05\x59\xb9\xe3\xe4\xb6\x0b\x5b\x39\x5c\x7d\x1b\x9b\x4a\xc1\x7a\xbc\x21\xe7\x4d\xc2\xb8\xee\xc2\x40\x60\xf4\xdd\x85\x81\xc0\xe8\xbb\x61\xde\x4d\x9d\x98\xc0\x0d\xf5\x6e\xc9\x7e\x80\x6b\x54\x27\x40\x70\x83\xa1\x58\x70\x3d\xdf\x05\xa0\x82\x9c\xc7\xbf\x76\xb9\x72\x36\xa4\xf2\x6b\x2d\x63\xc9\xe5\x77\x13\xdd\x51\x7e\x8d\xdd\xbe\x43\x21\x80\x2d\x82\x6a\xbb\x31\xe9\x24\x69\xc6\x77\x39\xf7\xd0\x02\x04\xed\x96\x81\x97\x28\xdd\x0d\xd3\x6e\xc1\xe2\xbc\x0b\x1e\xce\x1d\xda\x96\x5d\x60\xa7\xc4\x09\x7e\xdf\x97\xce\xd5\xe7\xb4\xde\xf7\x45\x11\xb4\x09\x8b\x50\x01\xc6\x6c\xdf\x89\xf6\x9d\xb3\x67\xdf\x00\xa5\x12\xbf\xbb\xc1\x64\x2c\x80\x98\xec\x9b\x65\x80\xe9\x7a\xdf\xcd\x77\x0a\xbf\x7d\xe7\xe6\x37\xf9\xb0\xbb\xde\x08\xaf\x1d\x2f\x82\x0d\x19\x6e\x41\x06\xda\x77\x37\x23\x0a\x23\xe8\x4d\xe0\xad\x7d\x3f\x67\x5e\x63\xd3\xde\x37\x5a\x66\x29\x7f\xf7\x0d\x74\x23\xae\x86\xfb\x46\xcb\x2c\xe9\xd5\xbe\x1f\xca\x63\xb9\x60\x5d\x2a\xd8\xb3\xf7\x7d\x04\xd6\x82\x09\x7b\xdf\x50\x0a\x64\x96\xd1\x6d\xd7\x73\xf0\xdc\x2c\x10\xac\xd9\xfb\x66\x51\x60\xc0\xde\x37\x34\x93\x18\xb0\xf7\xcd\x29\x0e\x01\xf8\x86\xc7\xb6\x20\x95\xed\xdb\x51\x60\x71\x61\x70\x2a\xe8\x18\xf6\x0d\xed\x00\x86\xed\x0d\xa7\x6d\x92\x9f\x73\xdf\xb0\x75\x63\xe5\xde\x95\x43\x1c\x3d\xc4\xae\x0e\x02\x07\x18\x86\xa8\x82\x95\x7b\x57\xd4\xca\x1d\x25\xfb\x86\xed\xb6\x60\xf2\xde\xd5\xd1\x61\xd1\x55\x47\xe7\x21\x53\x94\xb4\x02\x03\xed\x7a\xd3\x04\x16\xa0\x01\x18\x82\xde\xec\x0a\x50\x09\xf6\xef\x5d\x1d\x4f\x4e\xbc\xea\x78\x8e\xce\x6f\xd6\xdf\xa0\x04\x84\xda\x8e\x86\x6d\xd7\x23\xd4\x96\x62\x09\x4d\x27\xf6\xec\x1f\x9b\x7f\x50\x02\x32\x16\x10\x1a\xbb\x32\xd0\x98\xc2\x77\x45\xa8\xed\x9d\x8d\x1d\x7b\x53\xc1\x7e\xbd\x81\xd0\x2c\x60\x30\x6f\xec\x42\x05\xfb\xf5\xae\xdb\x77\xa8\xd2\xd6\x03\xde\x9c\x40\x4f\xc2\x98\xbd\x2b\x9e\x23\xfd\x31\x27\x18\xd7\x8b\x55\xc2\x43\xb8\x3f\x66\x0b\xd9\x07\x66\xee\x5d\x19\x51\x2c\xdb\x9b\x98\x90\x82\x31\x7b\x57\xa4\x60\xe9\x91\x37\x0c\xb0\x05\xcb\xf6\xae\x06\x61\xa0\xa2\xd8\xf5\x3b\xf3\x0a\x33\xf7\x6e\x0c\x23\x1e\x39\xbb\x31\x8c\x85\xa3\xb0\x21\x2a\x77\xf4\x09\x1b\xe0\xcd\x82\x35\x7b\x37\xa4\x60\x0c\xd8\xbb\x21\x05\x03\x90\xb1\xe1\x7a\x2d\x50\x28\xee\x56\x7c\xff\x54\x09\x80\xcd\xe2\x06\xd4\x80\x59\x82\x13\x64\xb7\xdb\x46\xb3\x75\x82\xb0\x59\xb0\x6b\xef\x66\x68\x07\x6e\xc7\x5b\x88\xcd\x62\x2d\x18\x76\x62\x97\x77\x43\x60\x23\x76\x79\x03\xb1\x59\x30\x71\x6f\x98\x5f\x0b\xe0\x56\xdb\x60\x96\x7e\xee\xc9\xff\xd8\xe3\x1a\xa2\x36\xd1\xcf\xbb\x21\xc9\x11\xbe\xbc\xdb\x53\xf8\x4d\x89\xc6\x80\xa0\x51\xde\x80\x60\x16\x18\x6f\x76\x73\x1a\xb0\x62\x05\xb5\x24\x7a\x79\xb7\x41\xd5\x59\xb1\x0d\xb5\x6e\x1f\x96\x30\xce\xbc\x86\xc9\x77\xff\x82\x6c\xb8\xc6\xed\x86\xa4\x8e\x1d\x7e\x63\x3c\x2a\xc4\x3b\xef\xc6\xd1\x0a\xb2\xd5\x6e\x48\xed\xd8\xe7\x77\x43\x3c\xc4\x3e\xbf\x1b\x66\xca\x0e\x55\xe8\x06\xe3\xb2\x60\x9f\xdf\x2d\xcc\x88\x92\x9d\x99\xac\xd9\xb6\x29\xcc\xf7\xd9\x44\x50\xc7\xed\x06\x1a\x0f\x76\xfb\xdd\xf6\x2f\x40\xc2\x3f\x28\x8d\xa3\xb5\x21\x73\x72\x8f\xda\x90\xd8\x16\xae\x4e\xbb\x39\x2f\x39\x65\xb1\x41\x15\xe2\x7d\x77\xe3\x56\x80\x05\x7b\x03\x1e\x59\x08\xac\xde\xdd\xd9\xc7\x4a\x06\x30\xb2\x14\xe6\x43\x77\xc2\xb1\x92\xbb\x13\x8e\x95\xdc\xf1\x51\x79\xae\xe6\x1f\xb0\xa3\xb0\x92\x0d\x26\x7a\x70\x9e\xdc\x9d\xa9\x88\xa5\x7f\x77\x84\x5a\x2c\xfd\xbb\x33\x2d\xb9\xa7\x6d\x6c\x46\x85\x40\xec\xdd\xb9\x3a\xe0\x01\xb0\x0d\x32\x7a\xf0\x6a\xdc\x9d\xab\x03\xee\x00\xbb\x23\xdf\x7a\x00\xc1\x99\x7b\x5e\xe2\x1f\x28\xa3\x1f\x65\xe8\x0e\x39\x01\xf0\x2b\xdb\x58\xa4\x47\x81\xba\xb3\x1f\xdd\x6c\x41\x40\x45\x96\x9b\x25\xde\x11\x76\x31\xf4\xef\xce\x85\x02\xdb\xfe\x26\x2e\xa9\x60\xdb\xdf\x9d\x0b\x05\xb6\xfd\xdd\xb9\xd9\x61\xc3\xdf\x9d\x99\x77\x73\x1c\x63\x30\x4a\x8f\x92\x62\x1f\xf4\x0c\x0b\xd9\x10\xa5\x07\x54\x97\xdd\x99\x93\x20\xbf\x7c\xa8\xef\x65\x1b\xfb\x06\x27\x2a\x26\x9c\x6f\x5c\xf9\x2f\xa9\xcd\x27\xf6\x1e\x2c\x55\xdf\x10\x21\xf9\xf2\x37\xb8\x68\xa7\x87\xbf\x71\x01\xd7\xfd\xfb\xdd\xff\x22\xe9\x7c\x83\xdd\xe4\xef\xef\x01\xc4\x96\xf9\xcf\xbf\xd0\xec\xdf\xb8\x16\x98\x6d\x37\xbf\x03\x3e\x59\xde\x4f\x22\x51\x53\x16\x28\xd9\xf8\x76\x7c\x23\x83\xa9\x76\x51\xb7\x0c\x44\x52\xe6\xdb\x0c\x94\x53\x22\x4f\xb0\xfa\x40\x4e\xf9\x06\xa8\xd7\x20\x4e\x7f\x62\xf2\x61\xe7\xfe\x86\xcc\x69\x89\xfa\x80\x74\x8d\x6c\xff\x11\x96\xf2\xb7\x5c\x78\x29\x90\xe7\xbf\x01\x16\x23\xb2\xe0\x27\x2f\x2a\xca\x9c\x8f\xd0\x95\x1b\x19\xf6\x1b\x72\x54\x54\x7f\xe7\xff\xfe\xa7\xfd\xea\x06\xe1\x39\x02\xf9\x27\x8f\x2a\xfa\xb6\x6f\x80\xe9\x58\xad\x03\x4c\x56\x57\xa7\x2c\x10\x8e\x70\x50\xfd\x06\x3c\xbc\x58\x56\xbf\x01\xa5\x25\xb6\xde\x8f\x30\x99\x5a\xfe\xb7\x3b\xea\xd3\xfe\xb7\x8d\xed\x23\x82\xa6\x5f\x0f\xfd\xd5\x04\x58\xb5\x6c\xa0\xa6\x1e\xe6\x01\xe8\xde\x78\xb4\x7e\x03\x06\xbd\xdf\x78\x77\xc1\x56\x29\xbb\xa7\xbf\x44\x35\x1f\x9c\xaf\x9d\xed\xeb\x1b\xd0\x63\xfe\xe6\x0d\x04\x5a\x8f\x63\xd9\xdf\xbf\xb0\xfc\x1f\x5c\xb0\x37\xc8\x40\xdf\x90\xef\xf9\xe6\x1d\x78\x61\x41\xd6\xfe\x08\xd6\x11\x69\xfa\x1b\x20\x36\xc1\x15\xf3\x8d\x87\x7e\xb7\x3e\x83\x7c\x1a\xf5\x1c\xe0\xe9\xd9\x16\x20\xe5\x6f\xcb\x05\x30\x18\x4f\x8f\x6f\xc0\x52\xf7\xcb\x7f\xa6\xff\xd5\xae\x29\x1f\x30\xef\xc8\x89\x61\x59\x13\xd4\xf5\xc6\x3c\x00\xd2\xeb\xd7\x3f\xc0\x99\xe1\x55\xf2\xc1\x2f\xfb\x77\xec\xc1\x57\xec\xbf\x7c\xa0\x21\x18\xa4\x9f\x1d\xfa\xbe\x9d\xaf\x40\x80\x11\x16\xff\x81\xaf\x58\xfb\xef\x1d\xe6\xd6\x43\x7d\x16\x38\x9f\x95\xb2\xd6\xf7\xbf\xe6\x5f\xdc\x7f\x91\xab\xbe\x11\x50\x3f\x3c\xf4\x73\xb4\xbf\x08\xd7\xdf\x80\x5a\x13\xb4\xf4\x6f\x04\xec\x81\xd6\x07\xd8\xbb\xea\x7c\x0a\x59\x1a\xe9\x1f\xc8\xe8\x09\xb0\xfe\x06\x10\x63\xf5\x97\x27\x73\xda\x77\xc0\xff\xfc\xcd\x63\x00\x62\x9b\xeb\xed\xc8\x1f\x37\x61\xc3\xdf\x80\xaa\xa3\xb9\x77\x6c\xa0\xd0\x9c\xc7\x2f\xb4\xb7\xae\x3d\x01\x89\x1f\xea\x06\xea\x3a\xf8\x96\xdf\x78\xc1\xd5\xcc\xa6\x03\x06\x9c\xa9\xe7\x3b\xff\x82\x19\x7f\xe0\x43\xde\x10\x7d\x7d\x04\x3a\xdd\xcd\x3c\xa1\xd9\x2c\xae\x25\xb9\xba\x07\xf5\x01\x47\xb4\xbb\xa7\xc0\x46\x87\x03\xc2\x37\xa4\xe2\x74\xec\xc0\x96\x04\x1d\xe1\xc3\xaa\xd5\xda\xef\xf7\x99\x57\x08\xb5\x1f\x54\xbd\xdd\x35\x0f\x55\xef\xcd\x2d\xe3\x9b\x50\x03\x20\xa1\x7f\xf3\x92\xf2\xe0\xe2\x37\x0c\x83\xac\xff\xf9\xe3\x72\x7e\xf8\xfd\xfc\xe5\xf0\xfe\x26\x7b\x1f\x5e\x27\x1f\x16\x34\x79\x8e\xbf\x79\x89\xc2\x7f\xfa\x64\xe6\xff\x87\xfa\xe4\x9b\xbf\xbd\xec\xe4\xff\x89\x14\x75\xb2\xff\x0c\x35\x3e\x23\xf1\x71\xad\xa2\xe1\x1f\x97\xaa\x23\xfa\x7c\x9f\x70\x22\x95\x9f\x8d\xab\xd6\xff\x5f\xb9\xe7\xff\x33\xff\xdf\xff\xaf\xf7\x7f\xfe\x5c\xf0\x14\xfd\xb9\x2e\xbc\x26\xcf\xdf\x2b\xf3\xf7\x2a\xff\xfd\x0f\x61\x74\x57\x39\xab\xee\xcf\x55\x26\x64\x36\xe7\x1d\xd0\xfa\xcf\x63\x00\x32\x7f\x52\x96\xef\x08\x1a\x5a\x4f\x4a\xf8\x4e\x00\x05\x9a\xff\xe7\xcf\x85\xb7\xde\x79\x54\x70\x4e\x2e\x92\x1a\x49\xc5\xa4\x7e\x92\x8a\x49\x84\x10\xa2\xcf\xc8\x57\x3a\x59\x65\x81\x6b\x4e\x87\x66\xd4\x84\xe7\x41\x58\xf5\x4d\x4a\x98\x02\x9e\x5a\x3b\x29\x34\x2c\xc3\xbd\x04\x77\x7e\xbe\xce\x85\xfc\x3c\x44\xe4\x38\x29\x25\x93\xa2\x7f\x2a\x39\x97\x61\xca\xfc\xef\x7f\x1e\xfc\x4c\x32\x0c\x40\xe7\xb1\xfe\xfb\x9f\x27\xfb\x56\xdf\x26\xbd\x27\xa9\x52\xc9\xb3\xc7\x9d\xc7\x7d\xfa\xad\xff\xcf\x9f\x9c\x2a\xd5\x46\x2b\x86\x31\x3b\xa7\x73\xce\x9c\x07\xb0\xac\xe5\xa4\x34\x2a\x29\xf7\xcb\xd9\xd7\x32\x3e\xd3\xe7\xc1\xf2\x25\x65\x98\x32\xd4\x9c\x90\x62\xce\xc3\x98\xe4\x93\x72\x76\x8a\xf3\xa8\xff\xfd\xcf\x03\xcf\x4c\xce\xb6\x36\x9f\xd6\x3e\xb8\x19\xe4\x9c\xbb\x49\x06\xb3\x91\xb2\x4c\x31\x78\xf3\xa4\x34\x72\xc2\xd3\x16\x95\x58\x86\x04\xe4\x3c\xfa\xc9\x28\x9b\xf4\x9a\xf4\x9d\x24\x3a\x37\x5b\xef\xdc\x99\x37\x47\xa6\xcc\xb9\xfb\x61\xef\x24\x51\x03\xfb\x32\xd3\x97\xd0\x10\x64\xdc\x72\xcf\x23\x91\xc4\x5b\x4f\x36\x89\xf8\xda\x87\x14\xb3\x32\x88\x93\xe6\x0d\x9b\x37\xac\xd5\xe9\xf0\xbc\x6c\xcc\x8a\x93\x44\xdf\xe5\xb0\xa2\x67\x73\x7b\xf0\xec\xcb\xc0\x8b\x9c\x07\x55\xa0\x17\x6e\x47\x81\x8b\x3e\x56\xd2\xcc\x35\xff\x4f\xbe\x69\x0d\x7e\xcb\xf9\xee\x74\x0c\x77\x7b\x0c\x8f\xf9\x7e\x8a\x29\xfd\xbf\xff\x19\x04\x27\x65\xbc\x41\xff\x64\x70\x14\x88\x24\xce\xc0\x28\xfc\xc9\x37\x35\x40\x14\xce\x5c\xde\xff\x64\xbc\x42\x71\x2b\xc9\x35\x51\xcd\x2a\x7f\xd8\xe9\x82\x9a\x99\x4e\x35\xcb\xda\x45\x4a\x33\x05\x7a\x9f\x42\xca\x30\x05\x10\xd7\x4a\xca\x36\x05\x66\x01\x72\x2e\xe6\x53\xc8\x87\x9c\x4b\x35\x45\xaa\x6c\x52\xcc\xa7\xc0\x07\x4b\xce\xc5\x7c\x0a\x18\xcc\xe4\x7c\x53\xe7\x7a\x43\xb4\x4c\xce\x77\x31\x85\xaf\xc8\x79\xd2\x43\x5c\x84\x81\x6b\xcb\xd5\x96\x72\xed\x45\x7f\x94\x9b\x5d\xdd\x1a\x1e\xe8\x99\x94\x61\xca\xc4\x27\xf0\x7f\xfe\xe4\xee\xbc\xe9\xfd\x74\x19\x0e\x49\xb9\x3f\x0c\x5a\x3f\x13\xff\xe1\xb6\x59\x30\x27\x9c\x07\xc0\x19\x89\x94\x87\x94\x24\xf6\xdd\x49\x39\x5b\xc6\x79\x00\x28\xf1\x90\xd2\x4c\x19\x67\x14\xcf\xaa\x28\x30\xb8\x9d\xc7\xf7\xdf\xff\x0c\x2e\xd7\x05\xe2\xb4\x3f\xe5\xa2\xb8\x4a\xde\xd3\x94\x73\x12\x11\xd6\x59\x12\x3d\x5b\x12\xe2\xfe\xd9\xda\x4b\x3a\x6b\xe6\x4f\x49\x48\x2c\x67\x9f\x2a\xd9\x3a\xe6\x24\xf9\xe8\x49\x69\xa6\x74\xa8\x0c\x78\x87\xa6\x95\xfc\x50\x3c\x0d\x41\x11\x78\x1e\x70\x10\x74\x52\x1e\x53\x20\x50\xcb\xa4\x4c\x53\x80\xbd\x6e\xa4\x6c\x53\x3e\x78\x83\x4e\xca\x30\x1f\x08\x58\x8a\x29\xd5\x14\xe0\x31\xc9\xf9\xc8\x4b\x7f\x4a\x39\x22\x11\xd4\x9e\xc5\xdd\xbd\x14\x78\xc3\xcf\xbd\xac\xc0\xc8\x72\x1e\xcf\x29\xbd\x92\xf2\xfb\x0a\x26\x02\x53\x2c\x1d\x82\x5e\xba\x0c\x8e\x96\xf3\xa0\xce\xe4\xbc\xac\x33\x8c\xe1\x85\x56\x84\xef\x40\x16\x76\xce\xc4\x1a\xef\x59\x79\x15\x8b\x78\xc5\x8c\x51\xb1\x29\x9e\x07\x44\xdd\x27\xa7\xfa\x9d\x6b\xe9\x79\xb0\x6f\x9e\x8b\x61\x23\x1a\xe6\x3c\x80\x89\x3d\xc3\xd8\x08\x52\x39\x0f\x16\xda\x11\xe5\xda\xdd\x49\xc2\xb3\xfb\x06\x2e\xa1\xd5\x23\x45\x9c\xc7\x11\x74\x70\xf0\x6f\x8d\xb9\xdd\xf0\x4d\xed\x23\xfd\xf5\xe8\xf1\xcc\xfc\xff\x75\x8c\x36\xf8\x0a\xce\xe3\x9c\xdc\x48\xdb\xad\xb3\xf2\x5b\xc7\xb4\x03\x28\x78\xe3\x82\x70\x1e\x10\xa3\x1e\x99\xa7\x01\x49\x7c\x1e\x30\x9c\x9d\x01\xe8\xe9\xf4\xd8\x79\x9c\x33\x08\x3b\x5a\x2f\x9c\x8a\xbd\x14\x78\xa3\xce\xe5\xad\xc3\xc8\x71\x1e\xc0\x39\x9f\x71\xea\x0f\xfd\xdb\x1f\xf8\x2d\xc0\x28\xe8\xe3\x5c\x6c\xcf\x03\xc9\xf0\xba\xff\xe7\x4f\x9f\x8c\x5d\x27\xbe\xba\xb1\x72\x3a\x14\xbc\xe7\xb1\x20\x8a\xc8\xff\xf3\xe7\xc1\xb0\x73\x1e\x10\x1c\x43\xac\xfc\x9c\xa2\xce\x83\x36\x42\xf7\x0a\x92\xfb\x79\x54\xe8\x48\xa0\xb9\x39\x5f\x9c\x47\x06\x5d\x55\x66\x1a\x92\x2a\xe4\xd9\xa2\x1d\xe3\x25\x7b\x1e\x42\xff\x43\x35\xf1\x3e\x24\x9d\x6d\xb1\x65\xc1\xbd\xaf\x53\xe2\x98\x10\xd2\x62\x1a\x9a\x44\xdc\x9e\x07\xe8\x51\x02\x83\x9e\x2d\xe0\x3c\xca\x59\x41\xc0\xeb\xc5\x91\xd0\xce\x83\xe5\x2a\xcc\xe9\x11\xce\xce\x43\x50\x21\x90\x43\x4f\x7b\xcf\x83\xa5\x07\xfc\x1e\x2e\x31\xe7\x01\xaa\x13\x10\x87\x71\xf6\x8a\xf3\x40\xb4\x00\x52\x33\x18\xed\x19\x6e\x19\x20\x4a\x06\x1b\xf6\x8c\x4c\x25\xc0\x7c\x04\x19\xfa\x3c\x16\x49\xe0\x96\x9e\x83\xf6\x3c\xcc\xcb\xa4\x8f\xa4\x02\xb2\x68\x02\x31\xb5\xd8\xa0\x33\xda\xa3\x08\xba\x5a\x1e\x93\x86\x90\x34\x24\x4d\x93\xc8\x1e\x44\xc8\x60\xdf\x9e\x30\x8d\x8f\x22\xb2\xea\x6d\xbd\xce\x36\x3d\x8a\xa0\xaa\xb7\xb5\xaf\x54\xb5\x8b\x3d\x6b\x55\x2b\x25\x82\xfe\x18\xd5\x66\x57\xb2\x07\xc1\x94\x70\xe0\x3f\x33\x1a\xd9\x03\xb2\x8a\xc3\xcd\x79\x24\x31\x6d\x48\xb2\xf6\xe7\xec\x1c\xec\x83\x13\x57\x9c\xf3\x00\x09\x36\x89\x64\xeb\x70\x74\x81\x6e\xe9\xaf\xee\x70\x9c\xf9\x35\x88\xae\x98\xf1\x98\xfd\x63\xf6\x54\x95\x53\x77\x06\x7a\x58\xcc\x7c\x33\x1e\xf3\x3a\x9b\xe4\xb8\x05\xcd\x7d\xac\x3d\x4a\x76\xe4\x98\x49\xd0\xf2\x79\x90\xbd\x55\x1d\x76\xce\xa0\xaa\x56\x62\x58\xd5\x01\xf0\xac\x25\x0e\x07\x0d\x30\x25\x2c\x7a\x33\x86\x83\x36\xa9\xd7\x0f\x3a\xd7\x66\x9f\x89\x3d\xe0\x21\x98\x30\x9d\x9f\x07\x40\x1c\xce\x89\x69\x25\x26\xf8\xbb\xce\x9c\x69\x5e\x40\x1c\x10\xc3\x39\x63\x59\xaf\x45\x5e\x7e\xb8\xcc\x0b\xbc\x25\x54\x09\x13\xe2\xf2\xf3\xa0\x5e\x00\x46\xc6\x72\x68\xcf\xb6\x3a\x6e\x93\xc2\x7a\x05\x6d\xfc\x21\xf8\xda\xc6\x20\xfb\x1f\x78\xaf\xfd\x15\x34\x5b\x7c\xde\xb0\xaa\x1b\x48\x5d\x27\xd3\xb6\x12\x9b\x2e\xec\x64\xff\x3a\x42\xf8\x1e\x26\x67\xe1\x6b\x89\x2f\x25\x3e\x62\xfd\x5a\xe2\xcb\x04\x78\xfc\xd0\x41\x7b\x85\xc0\x11\xf9\xd7\x12\x5f\x3a\xc7\x29\xf7\xda\x39\x9f\xd9\x8b\xf7\x6b\x5e\x9f\x90\x33\xe4\xf5\x99\xd7\x47\xed\x07\x25\x7e\x0e\x1a\xf0\x26\x58\x12\x67\x7c\x76\xce\x47\xed\xc5\xd8\xbd\xe8\xe8\xcd\xd6\x71\x0b\xa9\xeb\x3e\xc1\x5e\x38\xaa\x48\xb9\x57\x98\xb4\x45\x9a\x01\xf0\x97\x36\xee\xb3\x4f\x0c\x68\x58\xe6\x76\x9f\xc0\x03\x6b\x80\x58\x37\x71\xba\x3a\x8f\x8f\x24\xb2\x77\x9f\xc0\xed\x6a\x10\x8b\x31\x77\x9e\x26\xf1\x21\xb0\xa1\xdb\x7d\x62\xbb\x4f\x08\xcb\x9b\xa9\xfd\x06\xe0\xb4\x8a\x92\x5b\x6e\x93\xaa\xc8\x30\x24\x35\x93\xa8\x57\x11\x77\xd8\x7a\xb1\x4f\x10\x74\x31\xb7\xfb\xc4\xbe\xc9\x8b\xe9\xbb\x6f\xf3\xba\xcd\x0b\x50\xe3\xdb\x7a\x01\x51\x4b\xf0\xc5\x04\x20\xfe\x3c\xf8\xb0\x0a\x47\x5c\x4d\xa2\x44\xc0\x68\xb7\x5b\x07\xae\x62\x03\x59\x75\xe2\x0d\x76\x1e\x54\x02\x38\x5a\xc0\xe3\xcf\x43\xa4\x14\xdf\xb2\x8d\x6c\x30\xd5\x8e\xee\x96\xd8\x01\x31\x7e\xf2\x3f\x8f\xe2\x09\xa5\xfb\x79\x88\xfe\xc2\x30\xbb\xd9\x6c\x00\x70\xab\x88\xcd\x6e\x36\xbb\x6f\x81\x56\x00\x38\xb6\xa8\x47\xec\x15\xde\x72\xb3\xd9\x88\xf8\xd5\x1e\x46\x14\x9b\x1b\x44\x45\x42\x7a\x27\xa4\xf0\xe7\x41\xe3\xc0\xbf\xdd\x6e\x36\x9b\xcd\xa6\x8a\xdb\xec\x66\x43\xc0\xfd\x68\xc2\x34\xbb\xb3\x6c\x76\x16\x82\x7d\xe7\x1e\x76\xc1\x11\xc2\x06\x11\x10\x73\x4f\x7b\xf8\xc8\x13\x03\x49\x6a\x6e\x77\x83\x0d\x72\x2f\xb1\x07\x73\x23\x4a\xcd\x1d\xa2\xa3\x50\x7b\x97\xfe\x66\xe9\xe3\x23\x33\xb7\x4b\x7f\xb3\xf4\x39\x8a\xe7\x76\xe9\xc3\x30\x3f\x40\x41\x9b\xf8\xbd\x9d\x87\x79\x99\xe4\x00\x6e\x6a\xcf\x36\x02\xf7\xfc\x79\xf0\x21\x1b\x04\x14\xf4\xe7\x41\x89\x9c\x36\xdb\xa5\xbf\x3f\x4a\xec\xb4\xf1\xb3\xf6\x44\xb5\x65\x36\x67\x3c\xe7\xce\x83\xec\xc5\x9b\xfe\xcc\xfe\xac\xda\x81\xe3\xff\x7c\x3d\xfc\x5f\x91\x36\x04\x2c\xf6\xf0\x7f\x2f\xb2\x17\x93\x18\x49\x70\xbe\x04\x1c\x10\xe0\x3c\x5f\x04\x89\xf9\xa6\x02\x1c\x34\x79\x25\xea\xf5\x66\x00\x98\x2f\xd1\x9f\xcd\x9e\xa3\x38\x8b\xdb\xec\x51\x8c\x17\xdd\x00\x0a\x6c\xe2\x38\x77\x1e\x8d\x24\x50\x8d\x4b\x37\x09\xac\x88\x5b\xf4\xe8\x65\x12\xd9\x17\xb1\x9e\xcd\x5e\xe4\x1d\xd6\xd3\x7b\x9b\x97\x70\x2c\x22\x3c\xdf\xe6\x75\x83\x44\x7d\x0b\x18\x1d\x26\x09\x1d\x42\x55\x5d\x88\x2f\x0b\xb1\x9b\x57\xf5\x43\x0e\x6c\x1c\x83\x26\x7e\x7d\xe7\xf1\x83\xeb\x20\x89\x0d\xf5\x15\x20\x9c\x6d\xf7\x6d\xb6\xb1\x01\x57\x2d\xe4\x34\x77\xfe\xf9\x9e\x3b\xff\xc0\x21\x7e\x02\x6f\x70\x1e\xf4\x2a\x3b\x31\xae\x82\xe7\x41\x89\x8d\xaa\xb6\x6d\x12\xcd\x16\x8e\xda\x15\xfc\x76\xf2\xfa\xa1\x52\x9b\x17\x11\x14\x58\xa8\xe7\xeb\x7a\x7c\x5d\x8f\xec\xd7\x6f\x77\xd0\x1e\xda\x08\x46\x3b\x28\x09\xe7\x01\xda\xf5\x0f\xc9\xda\xaa\xb2\xf8\xba\x60\xd5\x2e\x3e\x18\x17\x46\x77\xe6\x2c\x7b\x42\x50\x27\xce\x24\xfc\x08\xcf\xa3\x80\x7e\x4d\xf6\xae\x0e\x88\xfc\xc7\x23\x82\x78\xf8\xa1\x78\x4e\xc8\x9b\x6f\xd8\x85\xae\x0e\x36\x67\x68\xfd\xcf\xe3\xb4\xf1\x11\xcd\xdb\xb3\xf2\x05\xd0\x32\x5b\x89\x6d\x7f\xb1\x86\x1e\xb1\xc0\x5d\x43\xef\xeb\x87\xe4\xf5\x0e\x93\xce\x66\xf5\xd8\xd1\xaf\x3d\xf1\x51\x55\xc1\xbc\x3d\x05\x5f\x96\xd5\x63\x4f\x7c\x7e\xc8\x1a\x7a\x6c\xa3\x6b\xe8\xe5\xc8\xc3\xc1\x7a\x7e\xae\xa1\x0f\xd1\x18\xaf\xe9\xf9\x79\xe4\xe1\x27\x99\x60\xb7\x98\xdf\x35\x4c\x02\xc6\x7b\xf8\xe1\x6b\x12\x79\x71\x56\x7e\x89\x2e\xfc\x38\xb9\x86\x1f\x7a\x72\x7d\x59\x0c\x6f\x3e\xf4\xe4\x82\xf2\x7f\xe0\x10\x3c\x3f\xd7\x10\xdc\x11\x03\x8f\xdf\x89\xa2\xf3\x3c\xfc\x10\xf0\x6c\x65\xd7\x0f\x4c\x75\xac\xec\xf3\xf3\x98\xfa\xce\x22\x19\x43\x60\xec\xfb\x31\x69\x08\x6f\x41\xd2\x34\x89\x12\x41\x79\xff\x5c\x30\x1f\xab\x03\xf5\xf4\xfc\x5c\x1d\x9f\x78\xd3\x9c\xce\xa8\x58\xff\xcc\xaf\x81\x22\xce\x52\xf8\x3c\xb9\x3e\x15\x62\xec\xd1\x9f\xab\x03\x37\xcc\x01\xe8\xd0\xfc\xba\x25\x22\xbb\xe2\xc0\x3a\x3f\x8f\x93\x8f\xe9\x3b\x86\x48\xe2\x36\x9b\xe3\x04\x0f\xd6\xf9\x29\xa8\x7e\x1c\x14\xc3\x5e\x1d\x8e\x90\xe8\xd5\xe0\xe7\x7f\x23\x9b\x84\x0a\x94\xc8\xa2\xf9\x0d\x6b\x21\xb0\xf5\x25\xcc\xf9\x60\xbc\x3f\x60\x8f\x2e\x9c\x56\xe7\xe7\x59\xf1\x21\x39\x16\x91\xd1\x97\xb5\x5d\x7e\x2a\xa6\xf8\xfa\x7d\xfa\x99\x26\x4a\xb9\x4d\x10\xd7\xfa\x12\x6f\x3c\x9c\x2c\x61\x76\xf7\xbf\x0f\xe4\x4f\x41\xf2\x23\x3a\xa3\x08\xc1\xee\x12\xfa\x80\x58\xba\xf0\xf7\x9c\xdf\xb6\x73\xb6\x95\x82\x47\xe2\x73\x79\x7c\xe2\xf8\xe2\x9d\x39\xf1\x48\x3d\x0f\x2a\xc0\x22\xfd\x5e\xdb\xf3\x5a\x77\x28\x1f\xbe\xcf\x5e\x44\x72\x2c\xce\x81\xcf\x5e\xfc\x2c\x15\x31\xf4\x73\x1d\x7d\x9f\x25\xb0\x7f\x7c\x2e\xa4\xef\x33\x3b\x70\x09\x55\x37\xad\xeb\x32\x3b\x93\xb2\x49\x66\x07\x92\xcd\xc5\xc5\x73\x5d\x97\x8d\x10\x16\xfc\xc8\x8d\xe7\x41\x76\x5c\xc2\x17\x4a\xaa\xf3\x28\xa6\xf1\x5e\xf2\xdb\x24\xc6\xba\xd8\xe6\xe8\xb5\x97\x7a\x6d\xf8\x77\x97\xfa\xaa\x75\xe5\xee\x6b\x7c\x8a\x2a\x70\x5d\xb7\xd9\x09\x5f\xce\x52\x59\xd7\x2d\x02\x88\x49\xcd\x24\x3f\x35\xbb\xb3\x48\xfe\xac\xab\xaa\x47\x13\xff\x1d\xd5\xf5\x82\xbb\x3f\x95\x1f\x74\xfb\x34\x29\x44\x6d\xa7\xb1\xd5\x9a\x74\x2b\x2c\x62\x7b\xb7\xc2\x5d\x10\x77\x72\xeb\xbf\xd7\x6c\xff\x10\xd8\xdd\xf6\xa3\xe2\xbd\x84\x8b\xbb\x1e\xdb\xff\x88\xd4\x0e\xe0\xe2\xf5\x98\x1d\x80\x53\xf8\x3f\xac\x6b\xd8\xed\xa3\x0b\xe8\x0e\x3c\xfb\x78\x4c\x13\xc0\x82\xb6\x0e\x7b\x7d\xfc\x90\xe2\xa9\xc9\xb0\xad\xe2\xc2\x80\x7f\x04\x2c\xcc\x79\x98\x5b\x36\xcd\xdc\x40\x6d\xc5\xc5\x61\x5d\x73\x99\xf4\x09\x03\x01\xf2\xbb\x5f\x82\x99\x8b\x03\xc3\xc2\xa7\xf7\x3c\x7e\x99\x51\xe6\x72\x68\x5c\x6b\x78\xce\xad\x6b\x59\xb7\xb0\xf5\xc0\x68\xe1\xdd\x7b\x1e\x66\x47\x27\xb1\xd4\xd6\xc5\x52\xbb\xed\xa3\x70\x18\x44\x59\xc6\x7d\x6e\x01\x41\x73\x1e\xe2\x33\x50\x91\x6d\x1f\xb9\xbe\xb2\xd3\x75\xdb\xbd\xdb\xca\x49\x12\xb0\xad\xdc\x36\x3b\x49\x01\x5e\x87\x86\xc0\xf3\x2b\x8b\xfb\xff\xda\x30\x57\x84\x20\x7a\xc9\x15\x91\x2e\xf3\x03\x04\x4a\x25\xdc\x4a\xc6\x7a\x82\xb0\x94\x50\xb2\xac\x04\x40\x29\x77\xff\x95\x5c\x10\xc9\x05\x01\xe9\xc3\x82\xa6\xff\x3c\x8a\x78\x10\x24\xdd\x26\x75\x21\xef\x05\xc3\xb7\x00\xf1\xd2\x01\x26\x4b\xc9\x02\x58\x22\x80\x2c\xac\xe4\x12\x49\x39\xfb\x25\x69\xb9\x98\x86\x8d\x8c\x71\x4e\xa8\xd4\x57\x72\x25\x15\xd1\xf6\x5d\x49\x09\x14\xbd\x8b\xe3\x64\xa5\x6c\x7d\x31\x13\x5d\xc5\x22\x8a\x95\x2b\x66\x47\x45\x90\x02\x97\x8e\xd3\xa8\x0e\x16\x7e\xd3\xe7\xf1\x09\xc8\xcf\x6b\xb7\xfd\x86\x18\x88\xeb\xc6\xc2\xa5\xfa\x3c\x2c\x00\x38\xc1\x84\x68\xb8\x92\x6b\xb5\x88\xd9\x7f\x5b\x39\x8d\x63\x68\xac\x96\x8a\xba\x85\xa2\x2e\xe1\xd7\xb1\x52\x35\xbb\x6a\x76\x22\xf4\x57\xeb\xcb\x92\xbe\x7f\x5f\xda\x7c\x11\xcc\x8b\x18\xfd\xd5\x12\xaa\xcd\x67\xe2\xa4\x6a\xf3\xab\xa5\xc2\x28\x81\xe7\xf6\x9f\x95\xba\xdf\x8a\xd0\xdf\x1d\x1b\xe3\x62\x99\x9a\xa9\xdb\x7e\x77\x08\x17\x66\xea\x66\xe7\x76\x80\x5b\xd2\x4a\x8f\x83\xf3\x98\x1d\x10\x93\x38\x78\x9f\x87\xd9\xf1\xe9\xe3\xb8\x0e\x19\x06\x9c\x72\x6e\x07\x1a\xc3\x6e\x2b\x37\xec\x3a\x77\x08\xfc\x89\x56\x1a\x36\xcc\xd3\x52\x24\xc2\xe4\x16\x91\x5c\xfb\x2e\xb0\x34\x7d\x0f\x98\x87\xeb\x37\x5f\xc3\xf7\x5c\x74\x3f\x32\x83\x6d\x07\xb8\xc2\x7e\x3c\x06\xae\xb0\xe4\x09\x46\x70\xc7\x4a\x3b\x4c\x93\x1e\x80\x22\x5e\x47\xcc\x43\xed\x6f\x9a\x8d\x7d\xe5\x1d\xa0\xfd\xaf\x7d\xf7\x9a\x9b\x94\x03\xaf\x35\xf1\xa0\x83\xa0\x6f\xa5\xcf\x9a\xe0\xdf\x77\xa1\x95\x59\xe9\xb3\xa3\x5c\xaf\x3f\x6e\x00\xd7\x6b\xf6\xb8\xc2\xb3\x61\x81\x1d\x74\x1e\xcc\x8a\x7e\xfd\xf3\x30\x5f\xf9\x6a\x7e\x61\xe5\x65\x17\x40\x58\x5c\x59\xd5\x2a\xfa\x97\x95\x5d\xf6\xd9\x65\xdf\xad\x00\x95\xcf\x9e\x79\x37\x3b\x66\x76\x8d\xe7\x64\x05\xa8\x53\x9a\x26\x7d\xf2\x23\xc0\x09\x80\xd6\x64\x09\x24\x74\x81\x6d\xb1\x32\x32\xe4\xca\x60\x45\x5f\x68\x9a\x57\x2e\x16\xe1\x94\x86\xc0\x6d\x65\xa7\x74\x76\x4a\x63\x4c\x5b\xb9\xfe\xde\xb3\x0c\xc9\x02\x9c\xd2\xd8\x39\x4f\x1a\xf9\x71\xe9\x59\xb9\x19\x98\x4f\xf5\x9a\xd5\xeb\x56\xa5\x4b\xb5\x60\x2b\xba\xc1\xfc\x7c\xd9\xed\x27\x67\x7e\xfd\x31\x32\x58\xaa\x87\x9e\xd0\xf4\x38\xdf\x9f\x07\x9f\xfe\x92\xfc\xf4\x91\x20\x82\xa9\xaa\x95\x68\x61\x25\x4a\x97\x58\xf2\xe0\x16\x9d\x47\x32\xd0\x9d\xa4\x6c\x92\x24\x08\x92\x31\xb8\x1a\xb2\xab\x41\xf0\xf8\xec\x79\x99\x39\x2f\x51\x85\x2d\xd0\x8e\xce\xc3\x12\xe4\x68\x98\x96\x30\x2d\x81\xb1\x9e\xe6\x36\x8d\x21\x67\x70\xd0\xe5\xaf\xcc\x71\x79\x89\x05\x9f\xa7\x4d\x9d\xe6\x06\x7a\x22\x31\x01\xe7\x61\xe5\xb2\xac\x11\x66\x17\x56\x8e\x4d\x33\x87\x95\x33\x4c\xda\xfa\x7a\xec\x65\x57\x25\x04\x85\x2b\xbb\x2a\xb3\xab\x52\xc8\xf6\xbc\xd9\x47\xb2\x67\x1c\xe0\x09\x8b\xa0\x81\xf3\x20\xbb\x64\x12\xcb\x23\xbf\x52\x50\xb0\x02\xf3\xeb\x40\x80\x37\x5f\x6d\xc4\xeb\xcc\x79\x25\xa4\x68\x72\x4d\xd8\x4d\xac\xc0\x6a\xbb\x3e\x7b\xe9\x93\x22\x82\x85\x9a\x3f\x2b\x02\xfe\xca\x6f\x6e\x7e\x76\x13\x48\xcc\xa0\xc1\xac\x8c\x92\x72\x65\x7c\xde\x2f\x40\x19\x56\x71\x99\x16\x04\x4d\xc1\x44\x8b\x82\x66\x71\xe5\x36\xc9\x18\x14\x34\x8b\xeb\x10\x18\x86\x55\x5c\x87\xc6\x30\x5c\x02\xc9\x13\xc3\x70\x1e\x64\x27\xf9\x02\xfe\x14\xcb\x28\x06\x51\x49\x09\x62\x38\x0f\xfb\x57\x32\x05\x94\x97\xab\x78\x8a\x88\x1a\x5f\x3c\x45\x8a\xd1\xbb\x6c\x84\xc5\xe5\x55\xea\x8f\xaf\x82\x12\x70\x74\x58\x05\x61\xb1\xfe\x92\x5e\x93\xe8\xb7\x1f\x29\x86\x55\x03\x0f\xf6\xc2\x21\x62\x95\x66\x01\x46\xfe\x72\xac\x80\x47\x75\x1e\xf2\x69\x30\x58\xe0\x52\x9d\x07\xad\xfa\x25\xd9\x49\xae\x4b\x91\xc8\x4b\xb7\x93\x3c\xa5\xe0\x42\x5d\xa5\x5b\xdf\xfe\xa3\xce\xa0\xa9\x8f\xd9\x3d\x66\x47\xa9\x9e\x48\x85\x75\x09\xcc\xcb\x2a\xae\xcb\xa2\x7c\xda\xbb\x69\x76\x92\xeb\xb2\xcb\x74\x81\xa2\x6f\x15\x17\xa1\x10\xe7\x1a\x5e\x57\x19\xbf\xf7\x28\xd5\xd5\x85\x63\x4d\x12\x88\x15\x33\xec\x79\x58\x61\x56\x9c\xb6\xd6\x55\x24\x5e\x81\x8c\x74\x69\x6d\x5d\x45\x01\x52\x74\xf1\xa2\x00\x59\x10\x20\xab\xb5\x0b\x6b\xec\xea\x12\x77\x1b\x8f\x9c\xf3\xd0\x0e\x06\x10\x63\x09\xc7\x4b\xaa\x16\x4e\xe4\xe2\xf9\x56\x3c\xdf\x04\x14\x2d\xdb\x12\xb6\x61\xd9\xb2\x6f\x38\xac\x0a\x90\x0f\xa2\x46\x51\x80\x2c\x32\xb1\x08\xb9\x5d\x5e\xdb\xef\x99\xf7\xc8\x90\xe2\xf2\x2a\x9f\x0d\x73\x4e\x7c\x36\xcc\x83\x0b\xfe\xb0\x75\xbb\x22\xee\xeb\x97\x26\x09\x07\x65\xdc\xca\x86\xc2\x5b\xdf\x28\xe0\xd7\xed\x24\x86\x5e\x77\xdd\x4e\xe2\xdb\xc3\x64\xc8\xc1\xe1\x61\x72\x2b\xf6\x0d\xb9\x38\xf2\x63\xda\x30\x64\x9a\x24\xe6\xdd\xed\x99\x23\x72\xf5\xed\x99\xf3\xf3\x4e\x1a\x52\x5d\x28\x80\x61\xf7\x4c\x0d\x58\xd0\x5b\x01\xec\x76\xe9\xe0\x00\xbb\xee\xea\xa7\x1e\x4d\xc4\x0b\xaf\xdb\xb5\x73\x7b\x0c\x11\x2a\xbc\x74\x46\x59\x77\x33\x3b\x68\x39\xd0\x37\xac\x1b\x30\xf4\x4b\xe4\x64\x22\x54\xfe\xac\xdb\x69\x2c\x0a\xf2\xed\xa5\xea\x56\x8a\x1a\xff\x0f\xf5\xe6\xff\xe1\x38\xbf\x1f\x6b\x80\x8b\xf0\x85\x96\x62\xdd\xa8\xa0\xd7\x0d\x1d\x50\xba\x7e\xec\x21\xd6\x9e\x89\x99\x2e\xf9\x3e\x9c\x98\x37\x13\xf3\x5c\xb1\x48\xb3\x5a\x4b\x7e\x4c\x20\xe3\x6f\xb4\x0d\xeb\x46\xb3\x90\x08\x5b\x5d\x77\x58\xd5\xb0\x8c\x5b\x9e\x10\xcb\x08\xcb\x00\x21\xf9\x76\xb6\xe2\x3e\x73\xd2\x68\xa6\x53\x93\xb8\x97\x94\xc4\xef\xbd\xb7\x5d\xb4\xad\x0b\xb7\xdd\x5b\xd1\xeb\x46\xf4\x6a\x56\xc5\xe9\x4a\x68\x4c\x4a\x44\x84\xae\xdb\xe9\x7a\xe3\x52\x97\x04\xe5\xbd\xdf\x62\x9a\x01\xd3\x12\x91\x74\x93\x2c\x81\x7d\x83\x50\x9a\xf3\xa0\x04\xb6\xf4\xfb\x73\xe8\x3f\x1b\xc1\x5e\x0d\x7c\xdb\x79\x58\x2a\xf7\xce\xea\xa4\xae\xc9\x0e\x60\x43\xa8\x0a\x43\x95\x8d\x19\xad\xfe\xaa\x6e\xcc\x44\xce\x24\x2d\xc6\xab\x3a\xcf\xab\xec\x0d\xea\x09\xaa\x97\x20\xf0\xdd\x12\xbe\x1e\xab\x3a\xf5\x6b\x2e\xbe\x96\xe1\x3d\xb1\x04\x09\x42\xe8\x75\x1c\x8a\xce\x83\xb0\xef\xdb\xb7\xcc\x0c\x84\x07\x59\x48\x17\x08\x71\xe7\xc1\xb4\x94\x96\x04\xdd\xf8\xaa\xc5\x02\x38\xcf\xf5\x2e\x5a\xb5\x58\x5f\x7a\x4e\xff\xa2\x55\x8b\xd9\xd1\x4d\xfa\x13\x2d\xfc\x89\x12\x9e\x9d\x4b\x87\xa2\x55\xd1\x57\x48\x0b\x55\xd5\x57\xe0\x63\x94\xa4\x31\x5d\x80\xcd\x9d\x07\x7d\x2e\xed\x0a\x06\xed\x45\xb4\x50\x4a\x84\x50\x2e\x22\x84\xce\xc3\xca\x01\x93\x5b\x5d\x82\xb5\x4a\xc6\x2a\xe1\x0b\x4a\xc0\x55\x51\x02\x2a\x09\x00\x5a\xf7\x67\x55\x57\x20\x80\xcd\xb5\xd9\xd4\x61\x09\x20\x43\x57\xb7\xef\x3a\x7d\x4d\xfe\x17\x5f\x73\xe5\xc8\x35\x57\x5d\x39\xd5\x95\x93\xed\xcc\x39\x4d\x23\xc0\x14\x25\x49\x9d\xd6\x03\x81\x49\xfb\xcd\xaa\xcb\x12\x00\xbc\x97\xab\xaa\xaa\x74\xa8\x12\xf5\x74\xf9\x64\xec\xa4\x25\x05\x2c\x4a\x87\xba\xec\x24\x4c\xc3\xe0\x35\xad\xba\xec\x24\x57\xa1\x3a\x87\xea\x2a\xac\xae\x42\x22\xf9\x56\x75\x15\x8a\x73\x97\xf0\x77\x5c\xc4\x33\x9d\x07\xd9\x39\x7f\xc3\x4e\x42\xe9\x00\x90\xd3\xaa\x2a\x1d\xaa\x1c\xaf\xb8\xcd\xae\xaa\x82\xa1\xba\x6a\x54\x30\x54\x2f\x31\xd5\xe5\x40\xb0\xda\x6a\x2e\x87\x26\xef\x6a\x96\xc6\x46\xd1\xa5\x25\x8b\x78\x48\xca\x26\x15\x8d\xff\xb2\xe0\x54\xd3\xba\x69\x83\x34\x8a\x6d\xd2\xf4\xa2\x3a\x5e\xcd\xdb\x7e\xe3\x66\x2f\x85\xe3\x6a\xde\xec\x9b\x53\x18\xe5\xe8\x6a\x4e\xe1\x26\x15\xab\x97\xec\xe6\xc5\xbb\x35\xdf\xab\x32\xe5\xf8\x5e\xf3\x3d\xba\x40\x67\xb6\xd5\x86\x65\x00\x98\x0d\x52\xdc\x79\xd0\x79\x28\x76\x9a\x3b\x6c\x73\x3a\x79\x1b\x27\xf4\xe7\x3c\x8a\x69\x34\xc3\xb9\xd3\x7e\x0e\x04\x2c\xce\xa6\x26\xaa\x19\xd6\x79\x99\x64\x2b\x7e\x1e\x04\xcc\xeb\xb6\xec\xa9\x6d\x76\x2c\xa7\xe6\xfd\xb4\xbd\x16\x6b\xed\xbc\x3d\x36\x49\x74\x15\x8f\x89\xd5\x39\x8f\x6e\x9a\xef\xd9\x32\x07\xad\xca\xa2\xe3\xa0\xf5\x4b\x3a\x20\x93\xb2\x49\x72\x04\xcb\xc2\xe3\x95\xb1\x67\xb3\x63\x82\x76\xcf\xdb\xce\x79\x0b\x3a\xd6\x22\xb2\xe7\x3c\xe8\x3b\xb9\xcb\xba\xe3\xd3\xc1\x57\x48\x38\x39\xae\x8e\xc3\xcc\xea\xe0\x7b\x75\x14\x34\x1d\x5f\xbc\xd5\xdd\x75\xbc\xba\x11\xf6\x73\x1e\x96\x60\x12\x23\xd1\x6f\xdb\xca\xde\xdc\x55\xb3\x74\x47\x5b\xa1\xa6\x3b\xda\x82\xc7\xfd\xc8\xc8\xfa\x6d\x4d\xdc\x4f\xa4\x18\xeb\x4a\xc3\xc6\x02\x81\xbf\xb5\xba\x3a\x95\x5e\xed\xa6\x21\x0b\x91\xb5\x73\xf2\x78\x29\xeb\x4e\x9e\xee\xe4\x91\xc5\xab\x3b\x79\x3a\xe4\x36\x3f\xd6\xae\xae\xa0\xdb\xe5\xb5\xc9\xcf\xbf\x4f\x74\xbd\x27\x57\xe7\xe2\xf9\x63\xdd\xea\x2a\x65\x3b\x4a\x59\x20\xbd\x56\x57\x29\x8b\x93\x65\xfa\x1d\x71\x5d\xf9\xa1\x3f\x56\xd4\x81\x52\x29\xdb\x1f\xb3\xf3\x5b\x95\xb2\x5d\x22\x1d\x76\x0d\x00\xee\xfe\xac\x3e\x0c\xf7\x85\xcf\x08\x2f\xe5\x25\xc2\xdd\xef\xb0\xe9\xc3\xca\x01\x74\xd7\x99\xcf\x84\x2d\x9d\x87\x05\xb0\x79\x77\x15\x33\xdd\xf5\x81\x99\x7a\x75\xd7\x47\x77\x1f\x95\xad\xab\xab\xa8\xed\xd3\xec\x4c\x5a\x26\x51\x37\x0e\x96\x3e\x6d\xea\xb2\x59\x32\x2f\x2d\x87\x8e\x7d\xd4\xab\x87\xfe\x7a\x0b\x7f\xbd\xf4\xdb\xf7\xbb\xca\xdb\x8e\x01\x24\x49\x2a\xd8\xbd\x8b\x76\xb7\x34\xa9\xbb\xba\x82\x40\x7f\x2d\x95\x8a\xbc\x96\xea\x62\xeb\x2c\xac\xee\x62\xeb\x3f\xc6\x6a\xe7\xae\x8b\xad\x23\x05\xa7\xce\x99\xd1\xbd\x17\x76\x9c\x57\x64\xf7\x7b\x5c\x6b\x8f\x6b\x8d\x85\xf0\xb8\xd6\x9e\x1f\x87\x35\x6b\xed\xc1\x94\xb7\x04\xdb\x03\xb0\x6c\x81\xb5\x77\x1e\x16\xc0\x25\xe0\x51\x15\xf3\xb8\xdd\xe2\xf3\xbc\x1e\x45\xea\xc7\x7d\xd4\x61\x7d\x54\xb7\x3e\xa8\x5b\xc1\x66\x5c\x8f\xba\xd5\x47\xb1\x02\xe7\xef\xf5\x28\x56\x3c\x88\x15\x5e\x8c\x1e\x77\xdb\xc7\x45\x8f\x85\x7a\x3d\xea\x56\x1f\x57\xb8\xbd\xfe\xb8\xc2\x1f\x77\x60\x69\xb1\x1e\x75\xab\x0f\xba\xd5\x2e\xa5\x92\xba\xd5\xc7\xd5\xcc\x35\xeb\x51\xb7\xfa\x28\x56\xfc\x68\xb0\x6e\xdb\xe0\x0a\xff\xd1\x61\xb9\xc2\x9f\xfa\xa3\x03\xa7\x54\x57\xee\xa3\x24\xf0\x97\x9e\x2a\x4c\xdb\x06\x9f\x92\x64\x5b\x5d\xcd\x9d\x2b\xf0\xe3\x6a\x7e\x5c\xcd\x3f\xaa\x29\x57\xf3\xd3\xcc\x4e\x6a\x29\xaf\xad\x4f\x93\x6d\x8a\x52\xbd\xa2\x3e\x5c\x47\xff\x72\x42\x79\x1d\x7d\x5c\xae\x60\xa0\xad\x47\x3d\xd1\xa3\xf3\xda\x8f\xcd\x49\xd5\xe7\xe3\xf4\xf7\xda\xf6\x28\x80\x3f\xca\x0c\x0f\xa6\x9b\x47\x25\xcb\xe3\x64\x07\x66\x63\x3d\x2a\x59\x1e\x67\xb6\xd4\x43\x8f\x33\xfb\x51\x1c\x90\x75\xe8\x09\xe7\x98\x9c\x46\xd8\xa9\x1e\x6f\x90\x8f\xd2\x00\x46\xe5\xf5\xa8\x78\x79\x94\xc9\xa5\x19\x7a\x94\xc9\x1f\x8f\x1b\xef\x63\x8f\xc7\xcd\xb3\x6d\x86\x5d\xf0\xda\x05\xaf\x3c\xe7\x92\x6a\xa9\xfb\x7c\xd0\x7d\xfe\x7a\x40\xdd\xe7\xe3\x1a\x1b\x32\x66\x29\x36\x3c\x2e\x28\xef\x63\x8f\x0b\xea\xf1\xa4\x1a\x7e\xfb\x99\xdd\x67\x76\x74\xb2\xea\xd0\xc7\xc3\x6b\x48\x6a\xe5\x82\x22\xbe\x31\xfd\xb8\x80\x86\x4a\x95\xe1\x12\x18\x92\x59\x29\x4a\x8c\xe4\xb7\x6c\x32\xc3\x1b\xe4\x28\x56\x0f\x21\x74\x78\xb8\x8c\x22\x9f\x96\x49\xaf\x49\x7e\xca\xac\x1d\xce\xd0\xe1\x0c\x1d\x8f\x9c\x5a\x16\xeb\x79\x23\xeb\xcb\xf0\xbc\x19\xb7\x74\x60\x4c\xbd\xe1\xb5\x72\x54\xab\x27\x6b\x14\x3e\xce\x6b\x40\xa0\x4c\xd4\xf7\x1a\x9a\xea\x88\x6a\x4c\x99\xd0\xdd\x35\x54\x78\x12\xb9\x98\x7e\x74\x30\x7a\x23\x2f\xa2\x0d\x4f\x9a\x24\x5b\x66\xd7\xcc\x4e\xaa\x2d\x5b\xd1\xa5\x8e\x67\x36\x0e\x15\x9e\x03\x85\xa7\x94\x9e\xc3\x73\x67\x74\x73\xb3\x8f\x9d\xdc\xa3\x5b\x13\x3b\xc5\xc9\x4d\xec\xdf\x49\xa3\x54\x95\xa0\xe3\x31\x3b\xda\xea\xc5\x74\x00\x9f\x40\x40\xcd\x1a\xcf\x32\x49\xd2\xac\x62\xda\x2f\xb7\x97\xd7\x18\x30\x8f\xa2\x31\x2d\x54\x8a\x30\xa5\xeb\xc1\xa9\x80\x47\xff\x1a\x9e\x0a\xc4\xed\xa5\xec\x7d\x6e\xb8\x78\xc6\xb2\x6e\x5d\xea\x2f\x07\x67\x99\x5d\x97\x27\xcc\xec\x96\xd9\xd1\xac\x70\x6c\xc2\xe6\x3b\xd6\x2a\x32\xc5\x7b\x74\x79\x0e\x0f\x8f\x11\xe6\xf6\xfc\x5f\x1c\xe8\x44\xe9\xfd\x59\x82\x43\x3e\x1c\x06\x43\x35\xe7\xd8\x16\x86\xb4\x3c\x54\x73\x0e\xd4\x9c\x40\xf4\x2d\xe2\xf5\xce\x83\xce\xb1\x35\xdb\xce\x91\x5f\x5f\x32\x95\xe1\x65\x97\xa8\xbc\xf4\xd8\x40\xed\x7d\xe0\x43\xa6\x1f\xcf\xca\x50\x5d\x33\x64\x79\x4f\x4e\x2b\xd7\xe4\xe0\x40\xcb\x04\x40\xaf\xf1\x39\x98\x9f\xd9\x51\x82\xaa\x4f\x62\xf7\x7e\x1c\x79\xc4\xee\x9d\xc7\x27\x87\x19\xb4\x5c\x2e\x49\xc2\xf1\x12\xde\x2a\x6b\x7a\xc6\x11\x59\x97\x7e\x44\x2b\x53\x35\xe7\x94\xc3\xdf\x7b\xe7\xf4\x9e\x3c\x25\xbc\x92\xb2\x73\x2a\x01\x4e\xce\x0c\x30\x01\xd7\xf4\xcc\x98\xc5\x36\x70\xa5\x9a\xda\x0c\x66\xb1\x26\xb4\x7f\x7a\x17\x9d\xb7\xd9\xa1\x5d\x9d\xb7\xd9\xe1\x67\xe2\x6e\x36\x5d\xa4\x93\x45\x4a\xd8\xd5\x9a\x9a\xd3\x67\xd5\x89\xd0\x46\x68\x4e\x9f\xc6\x8c\xd3\xe7\x53\x39\x71\x56\x0b\xb0\x72\x6a\x83\xa6\xeb\x36\x49\xd9\xe6\xba\x9d\xcd\x0e\xb6\x54\x75\xa4\x13\x1d\xa9\x5b\xe8\x6c\xdd\x24\x08\xbb\x58\xdd\x53\x3b\xc5\x44\x9a\xcc\x59\xa6\x36\xa5\xc9\x89\x34\x09\x24\xe1\x9a\x9e\x49\xd3\xd5\x0d\x8f\xc9\x9a\xaa\x4d\xa7\x4b\x19\x1c\xb9\x35\x5d\xca\x53\xe7\x48\xad\xee\x53\x1d\xe9\x64\xd9\x8e\x5f\x92\x9d\x84\xb8\x28\x37\xc9\x9a\xae\xd1\x39\xcd\x4e\x42\x35\x25\x37\x62\x11\xd2\x48\x26\x2d\x93\xe4\x80\xa3\xd0\xf9\xfb\xd2\x36\x54\x29\xda\x2c\x74\x99\x1b\xab\x6a\x2e\x73\xc3\xc5\xc5\xed\x7d\x7a\xdd\x9d\x61\xbb\x9a\x8c\x6e\xb6\xcb\x35\xea\xc5\x73\xaa\x60\x9a\xfb\x97\x46\x11\x2e\xa5\xb9\xcd\x8e\x12\xb6\xbd\xf9\xd9\x2e\xc7\x46\x5d\xe5\x74\x0a\x7b\xa1\x5c\x38\x14\xaf\xc5\xa9\x92\x81\xec\x59\xcb\x53\x65\x61\x0a\x93\x5b\x62\x2d\x2f\xb2\x2b\x49\xd0\x26\x8d\x9b\x27\xcd\x42\x7f\x99\xb5\xc7\x2e\x95\x38\x2b\x59\xc6\x2d\xf5\x9b\x65\x48\xff\x25\xab\xff\x52\x59\xb9\x8a\xe5\x4a\xa8\xa6\x18\xb5\x00\xd0\x06\xc5\x6a\x2d\x55\x31\xab\x48\x18\x27\x17\x1a\x9e\x8a\x6b\x81\x2d\xa5\xae\x72\x15\x26\xf1\xba\xcd\x4d\x6a\x34\xdd\x49\x16\xea\x19\x1c\xa8\xd6\xc2\xcd\x6a\x2d\x89\x01\xb5\xe4\x2e\xe7\x3f\x98\xa6\xbf\x93\x71\xa9\x8a\x59\xd5\xdc\xb8\x62\x2d\x55\x31\xcb\xf9\xef\x45\x79\x39\xff\x57\x93\x16\xef\x91\x39\xce\x52\x9b\x7d\x32\x64\x96\xb3\x4f\x50\x73\x66\x59\xf5\x97\xc7\xc5\x72\xde\xc9\x76\xbf\x9e\xdf\x7b\x9f\x69\xbc\xa7\x6e\x7e\x71\xcb\xce\xde\xb2\x97\xb7\xec\xe5\xfc\x94\x3d\x7e\x29\x5a\x2d\x0f\x91\xdb\xfe\x74\x36\x2e\x4f\x87\x5b\x42\x3a\x4f\x87\x05\x98\x9b\x2c\x04\x6b\x39\x1b\xd7\xb2\x5c\xc9\xe4\xd4\xb4\x2c\xa7\xa3\x24\xee\xcb\xe9\xb8\x9c\x8e\x92\xb6\x2f\xa7\xe3\x0a\xbf\x45\x14\x58\xca\x56\x8b\x03\x40\xb6\x81\xb5\x54\xc5\x2f\xb9\xcd\xb4\xe0\x2d\x05\x9f\x85\xe0\x03\x34\xe3\x5a\x9f\x23\xe4\xb4\xad\xf2\x14\x3a\x6d\xd7\xa7\x37\xa9\x1c\x6e\x17\x8b\x2a\xdc\x66\xf1\x1b\x5f\xa1\x2f\x47\x70\x95\x20\xb6\x67\x19\x30\xb3\x42\x76\x43\x06\x32\x9c\xc8\x81\x46\x26\xcb\x89\x1e\xea\x31\x43\x1a\x43\xf6\x36\x83\x68\x56\xa4\x1f\x15\x1e\x05\xa8\xb3\x24\x8a\x26\x11\xc1\xb4\x82\xa0\xdd\x45\x14\xcd\x79\x0d\xb2\x39\x2f\x17\x44\xd3\x24\x3c\xe4\x56\xa8\x2a\x20\x9a\x26\x65\x02\xe7\x17\xd8\xb4\xe7\xf1\x99\xc6\x7b\x2a\x2d\x89\xad\xf9\x09\x42\xc6\xd6\xac\x70\xa1\x68\x3a\x0a\x35\x3e\xe1\xe1\x21\x83\x7a\xb8\x52\xc2\x53\x41\xcd\x43\xa8\xb4\x24\xa4\x26\x5f\x6c\x95\xe1\x41\x11\xf0\xa7\x5c\xd7\xf8\xf7\x71\x1e\xea\x34\x43\xa2\x45\xe2\x2d\x57\xb8\x90\xe2\x76\x98\xba\x04\x7d\x61\x9a\x14\x7c\xbe\x66\x13\x6f\xeb\x24\x03\x9e\x8b\x2b\xaa\x5d\x21\xe1\xa0\xd7\x96\x50\xc4\x82\x03\x60\x85\x22\x56\x40\xb7\xa4\x10\x17\xda\xb3\xc2\x75\xa4\xfa\xda\xb8\x99\x15\x88\x5d\x22\xdc\xaf\x50\xee\x22\x96\x26\x13\xb8\xbd\x42\x19\x8b\xc0\x99\x24\xf8\xfd\x8a\x61\x09\x92\xcb\xb1\x09\x87\x4e\x17\x01\x94\x3d\xc8\x97\x2b\x34\x33\x13\x40\x93\xb2\xfa\xe6\x50\x93\x4a\x34\xcd\x4f\x22\x34\x9a\x66\x85\xeb\x54\x83\x6f\xb8\x4e\x63\xfe\x38\x06\x99\x1c\xda\x9e\x89\xb4\xc9\x57\x91\x5d\xd0\x42\x3d\x34\x88\x45\x5c\xa1\x26\x95\xb8\x9a\x2c\x73\x79\x78\x8e\xc4\xa2\xba\xb6\x40\x0d\x40\x28\xea\xc9\xef\x1d\x8a\x7a\x04\xd9\x64\x20\x34\x97\x41\x36\x2b\x5c\xdf\x6a\x7e\xc3\xf5\x1d\xae\x6f\x19\xc0\x0d\xb3\x59\x81\x55\x2d\xe3\xfa\xbe\x42\xb5\x69\x10\x11\xab\x89\x23\x54\x9b\x12\x67\x73\x5e\xa3\x54\xcd\x19\xe1\xa9\x04\x80\xfe\x0a\x55\xa9\xb1\xad\x1d\xdb\x45\x28\xe1\x85\xf2\x97\xac\xe0\xa1\xfc\x45\x7c\x4c\xbe\xec\x25\x95\x77\xe1\x36\x20\xf9\x76\x7c\xbf\x4f\x3f\xd3\xe0\xe4\x53\x00\xdb\x9e\x5e\x2a\xcd\xb6\x2e\x22\x5b\xf6\xbd\xea\x6b\xd3\x24\x3f\x65\xa8\xb7\xda\x83\xed\x3e\xd0\x39\x34\xb7\x9a\xd9\xed\x6a\x56\xef\xb4\xf3\x2f\xcd\xaa\x30\xb0\x5b\x1d\xc0\x76\xad\x75\xcb\xf0\x9e\xb4\x95\xc0\xbc\xb5\x6f\x25\xb0\x2d\x5b\x65\x33\xc9\xaa\xb8\x72\xd4\x15\x6c\xa5\xb2\xed\x32\x51\x59\x60\xe0\xca\xda\x9e\x37\xda\x64\xb7\x57\x27\xa2\x55\xb2\x6c\xf3\xdb\xab\xd3\x56\xdc\x92\x79\x7a\x7b\xb9\xdf\x5e\x93\xe4\x84\xde\xaa\xea\x36\xda\xb3\xac\x4d\x76\x6b\x44\x26\x8a\x24\x83\x03\xba\x08\x25\x39\x0f\xb2\x93\x28\x79\xab\x50\xdb\x72\xe0\x4a\x92\x4c\x7c\xc9\x79\xb0\x4e\x30\x70\x6e\x17\xdd\xf6\xf0\xf2\x62\xb7\x75\xf8\x20\x90\x24\x83\x22\xba\xb6\x0a\xb5\x2d\xbd\xa6\x7c\xc8\xdb\x55\xb7\x5d\x75\x36\x5f\x85\xda\x76\x39\x49\x8f\x6c\x58\xc9\xda\xae\x13\x9c\xd6\xd7\xf6\x02\xb4\x15\xae\xa4\x32\xde\x6a\x0a\xf6\xf6\x5b\x2e\x4a\x46\x83\xac\x2d\xfd\xe6\x63\x92\x35\x71\xca\x4a\x19\xbc\xf7\xef\x53\x39\x26\x87\x9c\x91\x56\x85\xb8\xaf\xac\x45\x76\x7b\xdd\xdf\x5c\xed\x85\xbb\x5e\xdb\xab\xfd\x76\x6a\x0f\xee\xf1\x5b\x5d\xd9\xf6\xd4\x93\x0e\x78\x3b\xb7\xb7\xf3\x18\xc0\xea\xf5\x2a\x85\x11\x1b\x92\x44\x94\x5e\xaf\x5a\xe8\x17\x35\x58\x96\x9a\x17\x94\xe5\xf3\x60\x71\xa3\xb6\x31\x52\x64\xbd\xce\x6d\xf9\x75\x5f\xe7\xf6\xeb\xdc\x56\x92\x32\x7c\x64\xbd\x0a\x6b\xb2\xea\xbe\x3a\xeb\xbe\x40\x6d\x7b\x41\x7a\x3d\xd0\x5e\x25\x29\xa9\x74\x5f\x25\x29\x62\x3f\x7e\x77\xa6\xd7\x43\xe1\x75\xb6\x8f\x47\x6a\xca\x61\x9a\x25\x70\xc9\x7b\x95\xae\x5e\x45\xa9\x21\x79\xa6\xba\xac\x57\xe6\x46\x19\x27\x95\xa4\x08\x05\xf9\xdd\xad\x0c\x05\x59\x84\x7f\xa4\x22\x37\xec\xab\xa9\x99\x58\x90\xac\x23\xb1\xb1\x20\xeb\x65\x01\x14\xa9\x62\x5f\x17\x00\xc1\x20\x49\x4c\xe5\x45\xcc\xc7\x79\x98\x1d\x23\xf6\x7a\xbb\x20\xde\x23\x13\x0b\xba\x5e\x62\xb1\xd6\x0b\x14\x7b\x72\x6c\xd4\x13\xbc\x7d\xfa\x25\xb9\x75\x73\x03\xfb\x5f\xa3\xa1\xc1\x1f\xeb\xed\x16\xc0\x1e\xf3\xaa\x9f\x26\x20\x24\x89\xaa\xbc\x5e\x97\x13\xe1\x1f\x27\x8d\xec\xd4\x4f\x13\x06\x92\x13\x4b\xe7\xf5\xc0\x7a\x59\x3a\xc9\xc1\xd7\x57\xea\x1d\x36\x0b\xf1\xf0\xd5\x2f\xea\x3d\x2b\x88\x5b\xe4\x3f\x8f\xf3\x57\xf5\xf5\x3b\xcd\xc5\xb9\xe1\x09\x44\x9c\x48\x2a\xf2\xc8\xbe\x3a\xe9\x12\x34\x92\x93\xd3\xca\x8d\xff\xdd\x36\xc7\xc1\x54\x67\xf6\x6e\xd9\x47\x65\x41\xdd\xdd\x34\x98\x2d\x59\xbb\xaf\x0b\xeb\xdd\x96\xe0\xcc\xd5\x8e\xfd\x62\xc7\x2e\xbf\x79\xe5\xd5\xfe\x85\x37\x0a\x3c\xd9\xf5\x7a\xb5\x7f\xb9\xc6\x97\x1f\x23\xaa\xd7\x78\xc2\x44\x52\x71\xc2\x7c\xde\xbc\x89\x0d\x49\xa2\xe3\xae\x4f\x91\x90\xe0\x90\x4c\x10\xea\xfa\x3c\x0b\xbe\xe4\x6b\xb7\x4c\xa3\xbe\x96\x7c\x0d\xaa\x4f\x65\xbd\xcf\xa5\x81\xc0\xf6\xa9\x48\xfe\x8a\x85\x9a\xa6\x84\x45\xe0\x47\x06\x85\x76\x7d\xfa\xc6\xfe\x0d\x02\x61\x69\x7c\x2a\xcc\x88\x02\x49\x05\x70\x9f\xf5\xb9\x5c\x88\xf9\x48\xe2\xb1\xae\x4f\xd7\x8c\x4f\x3e\x51\xe4\xba\x4f\x1d\xda\x07\x6b\x75\xf1\x5a\xfc\x79\x19\xff\x90\x66\x44\x66\x5d\x9f\x0e\x3b\x9f\x0e\xdf\xde\x1f\x3f\x77\x47\xa0\xb2\x93\xe8\x93\xeb\x53\x41\xfa\xa1\xd0\x11\xfe\x71\x7d\x9a\x4b\x89\x7b\xc8\xba\xc5\x7f\x2a\x71\x3e\xa7\x44\xe1\x76\xfb\x29\xd7\x1b\x04\x21\xde\xe3\x32\x08\x62\x19\x04\x51\xbc\x53\x1a\x04\xb1\xbe\x6d\xfc\x04\xbb\xd9\xa7\x1e\xd5\x10\x05\x01\x1b\xc3\x10\x85\xb8\x8a\xdf\x36\x69\x55\x37\x69\x5c\xc7\x04\x93\x0b\x5c\xfd\xcf\xa3\x1b\x19\x61\xda\x30\x8d\x6f\x65\x72\xbb\xea\xef\xdb\xcf\x34\xa8\x4f\xd1\x19\xc6\xe5\x5e\x40\x38\x71\x5c\xe8\x0c\xe3\x6a\x0c\x37\xb4\x24\x17\xca\x87\xb8\x24\xf4\xc4\x9f\x35\xae\x61\xf5\x5c\x82\x00\xc1\xeb\xca\x1f\x97\x1d\x5f\x61\x5e\xb8\xe8\xf8\xd0\xbd\xbf\xc8\x75\x76\x0d\x6b\x87\xd0\x58\xaa\xc4\xab\xd3\xec\xa6\xd9\x99\xd4\x4c\x5a\xb2\xbb\xca\x01\x1b\xa6\x31\x16\x90\x55\xe0\xc4\xff\x27\x2e\x29\x6d\xe1\x84\xb8\x96\xcd\x5a\x12\xc6\x66\xd3\x8a\x69\x8d\xd7\xe8\xa5\x73\x2e\x9e\x87\x05\xd8\x9b\xcb\x02\x96\x05\x40\x2f\xbb\x2c\x00\xa0\x7a\x62\x1b\xe2\x0a\x5b\xea\xd4\x91\x0b\xee\x0a\xab\x1b\xb6\xb4\x48\x2d\x6b\x5f\x42\x26\xc1\x4c\x0c\x5d\xfe\xe3\x72\x86\x55\x90\xde\xaf\x70\x68\x9c\x4e\x72\xaf\xe1\xff\x7f\x1e\x66\x07\xaa\xfb\xb5\xcd\x6e\x9b\x1d\x95\x3b\x53\xeb\x3c\xa0\x2e\x4d\xbe\xf5\x92\xf4\x3a\x0c\x40\xba\xe3\xfe\x7f\x1e\xb0\xa0\xca\xa0\xfb\x5a\xdf\xd7\x02\xe0\x29\xb8\x5e\x47\xc6\xdd\xa4\x3a\x1f\x5e\x2b\xf7\x99\x5d\x95\xdc\xd6\xec\x3e\xb3\x93\xe2\xd6\x76\x39\x85\xab\x34\xad\x1c\xdc\x91\x2e\x3f\x05\x4f\x3e\xa1\x3e\x09\xe3\x0c\x4a\x95\x78\x15\x15\x60\x18\x41\x50\x64\x45\x4b\xc9\x6f\x93\x5d\x2c\x81\x2a\x6a\xc1\x20\x44\x20\x15\x99\xd1\x12\xa7\x74\xa4\x2c\x63\x2e\x9c\xab\xd9\x4f\xb3\xc3\x0f\x35\x94\xf1\x02\x91\x20\x59\x90\xed\xc7\x78\x81\x20\x5e\x20\x83\x70\x13\x09\x3b\x76\x18\x2e\x50\xf0\xcb\x8d\x94\x7f\x05\xd0\xc3\x45\x1a\x5e\x66\x04\x98\x31\x19\x94\xe4\x48\x5c\x44\xc3\x00\x82\x82\xa3\x57\x80\xbf\x7e\x1e\x0c\x97\x1c\xba\x68\x2c\x23\xb9\xa8\x5b\x92\xae\x77\x9b\x26\x5d\x2e\xfc\x05\x84\x13\x9c\x87\x4c\xbe\xcc\xfd\x74\x9b\xdd\x6d\x76\x26\x2d\x93\xa8\x9b\xbc\xb2\xdc\x2a\xc3\x68\x81\xd2\xa4\x13\x46\xa6\x08\xa2\x05\x32\xa1\x22\x61\xb4\x40\x18\x2d\x50\xe4\x47\x33\x5a\x20\x8c\x16\x28\x72\xa3\x19\x2d\x10\x49\x09\x02\x8a\xf8\x48\xcd\xec\x9a\xd9\x99\xd4\x4d\xa2\x6e\xcc\x9b\xe4\xa6\x91\x94\x29\xb8\x1a\x46\xea\x36\xab\x9b\x1b\x53\x33\x75\x27\x44\xb7\x26\x55\xaa\x61\x6b\x02\x44\x6b\x69\x16\xf1\x58\x63\x45\x83\xd6\xda\x3f\x4f\xf3\x48\x8f\x43\x07\x75\x1b\x01\xb3\x41\xb0\xc1\x79\x58\x03\xf9\x80\x87\x95\x1f\xe6\xec\x94\x1c\x7e\x0a\x23\x14\xf1\xb1\x91\xa6\x43\x2c\xdb\x34\x37\xb6\x48\xee\x51\xc6\x1c\x94\xe6\x2c\x9d\x8e\x13\xec\x24\xd9\x49\x3f\xed\x0b\xb7\x32\x02\xa2\x23\x4d\x7b\xd6\x23\x49\x2a\xb4\xe4\xc6\x05\x3a\xfd\x49\xe3\xdb\xe5\x80\x86\xac\xbb\xec\x96\x20\x83\x9d\x07\xc5\x4a\x47\x96\xc2\x3e\x73\x63\xe9\x4e\x19\x37\x16\xc3\x1a\x0a\xd6\xe8\x30\xac\x21\x92\x32\x49\x97\x57\x7a\xdb\x03\x5b\xb2\x62\x3a\x65\x9b\x9d\x32\x89\xb4\x63\xe9\xb5\x7a\xee\x2c\xdd\xc9\xf0\x9a\x9d\xdb\x48\x77\x31\xb8\x8d\x18\xd7\x50\xba\xa4\xd4\xb8\x55\x07\xe1\x0d\x99\x30\xdb\x48\xee\x22\xe9\xb3\xc6\xce\x86\xcf\x7e\x87\x54\x45\xf6\x2a\xa3\x1f\xc2\xe8\x87\x22\x2f\x58\x76\x67\x31\xfa\xa1\xc8\x09\x96\xdd\x59\x08\x55\x48\x85\xc8\xe7\x20\x60\xe1\x3c\xcc\x0e\x36\x5d\x54\x5c\x91\x15\x71\x30\x2a\x47\x46\xc4\x89\x8c\x88\x43\x04\x53\x18\xb7\x10\xd9\xbd\x06\x2b\x78\x64\xd4\xb7\x91\x93\x34\xc9\x5d\xc6\x65\xf6\x82\xcc\xfe\x03\xd8\x74\x18\xde\x10\xe0\xb3\xa5\xc2\x2d\x36\xb2\x3b\x4b\x86\x4c\x8b\x40\xda\xc8\xc5\xd7\x0a\x34\xb9\xf0\x99\x18\x04\x11\xd9\x65\xcf\x85\x35\x32\x92\x50\x64\x25\xa1\x47\xa6\x65\x24\xa1\xc8\x48\x42\x48\x29\x91\x15\x03\xb2\xeb\xfe\x91\x54\xb9\x9a\x9d\x8b\x5c\x86\x2d\xe3\x27\xc2\x58\x89\x22\xb7\xa1\xb1\x12\x01\x58\x5c\x2a\x52\x63\x89\x13\x17\x19\x55\x6d\x91\xfe\x2a\x37\x7b\x13\xb6\x18\xa4\x9e\x10\x3b\x2e\xb2\xab\xfc\x91\xd4\xd8\x55\x6e\x4c\x45\x91\x09\x2b\xbb\xca\x0d\xa0\x28\x32\x62\xe5\x6e\x76\xdc\x13\x8a\x35\x79\x6c\xc5\x63\x8d\x59\xf8\x44\x4e\x9c\x07\x5d\xc7\x44\x34\x7e\x22\x8c\x9f\x28\x4f\x93\xdf\xd9\x52\x95\x34\xa4\xbb\xca\x4a\x1a\x06\x46\x14\x8c\x61\x91\x87\x35\x9e\xd6\xce\x81\x05\xeb\x2c\xf2\x0f\xeb\x8c\xd7\x5c\xd9\xd9\x95\xfd\x3c\xb2\x43\x9b\x9d\xcb\x58\x86\xab\xac\x44\x42\x84\x44\x2e\xc5\xdc\x2c\x61\x59\x82\xfc\xdb\xcb\x12\x96\x25\x30\x3a\xcb\x46\x28\x1c\x3e\x4e\xce\x6d\x6e\x1c\xe7\xc5\x9e\xf3\x38\xcf\x2e\xc4\x21\xaf\xb5\x0b\x31\x7b\x39\x90\x63\x29\x73\x39\x08\x02\x1f\x72\xb1\x83\x5d\x9b\x46\x3c\x14\x29\x97\x8c\x78\x88\x2c\x21\x33\x47\x06\xa1\x0e\xe7\x61\xac\xa2\x54\xd6\x9f\x9d\x0e\x71\x7d\x91\x64\xfb\xf3\x4b\xc8\xe4\x4a\x95\x99\xda\x05\xe1\xd2\x94\x41\xa9\xb8\x34\x0d\x65\x28\x98\x16\xa2\x70\xd3\x08\x22\x1a\x32\xf0\x6a\x51\xb8\x69\x44\x71\xb5\x4a\x81\x54\x5c\xad\x85\xd5\x5a\x9a\x5f\xd2\xfa\x92\x6c\x29\xd2\x87\x11\x0f\x41\xc4\x43\x06\x2a\x29\x8c\x78\x88\xe2\xa2\x96\x1f\xa9\xa0\xa4\x0e\xa3\x20\xca\x90\x19\xdb\x15\x5c\xb2\x10\x91\xec\xeb\x05\x8d\x74\x40\xf0\x90\xc1\x54\x8a\xa2\x68\x50\x5c\xc1\x43\x5e\x6c\x57\x70\x71\x05\xff\xbe\xb4\x0d\xf7\xed\x6b\xb4\xeb\xf6\x53\x44\xea\x5b\xd6\xc8\xa2\x48\x5d\x38\x1d\xb1\xbf\x44\xf1\x74\x2c\x2c\xaf\x5b\x02\x1f\x62\x22\xce\xe3\x93\x99\x1b\x06\xee\x6e\x5b\xbb\xd9\xdd\x52\x77\x9b\x5d\x37\x3b\x2a\xdc\xcd\xae\x9b\x9d\x9d\xee\xf2\x2a\x2e\x2f\x38\x9c\x4a\xb7\x37\xb9\x72\xdf\x10\xf6\x04\x31\x11\xe7\x61\x09\x0e\xce\x63\xd7\x3d\x66\xd7\xe4\x02\xb7\x76\xcb\xda\xd9\xc5\xe1\x58\x23\xa4\xde\x89\x33\xa7\x28\xa4\x16\x84\x54\x99\x99\xca\xb6\x76\xcc\xf4\x1b\xc7\xdf\x28\xdb\xec\xb8\x06\xdd\xe7\xa6\xf9\xcf\xe3\x9c\xb0\x84\x3f\x51\x64\x59\xe7\x08\x29\x4e\x7a\x03\x11\x6e\x6e\xd3\x51\x5e\x2b\x00\x35\x5e\xe1\x08\x29\xaf\x15\x78\x8d\x5a\xbd\xfd\xd4\xbe\xf8\x0c\x51\x45\xee\x28\x9e\x48\x05\xb9\x96\x48\xc3\x28\x9f\xe3\xf9\x59\x82\xf3\xf4\xb3\x7b\x98\xf6\x22\x21\x87\x61\x0d\x71\x5f\xbe\xd7\x64\x37\x1f\xa6\xf9\x1e\xa2\x80\xa1\x0e\x71\x67\x8b\x85\xdc\xf0\x46\x8b\x1a\x37\x62\xe7\xed\x15\xe3\x46\x8b\x1a\xb7\xa4\xcd\x58\x72\xe3\xf6\xc4\x30\x86\xe1\x56\xda\x37\x86\x21\xee\xe2\xb7\x32\x9a\xe3\xbc\x12\xb7\xa4\xde\x97\x49\xb4\xf6\xe6\x64\xb9\xf1\x5b\x8e\xdb\x93\xe5\x6e\x66\xc7\xb6\x7f\x2b\xdb\xdd\xc8\x76\x32\x60\x19\xaf\x10\xb7\x33\x1a\xc0\x92\xb8\xdb\xef\x53\x4b\xb5\x07\x9c\xbe\xa0\x6c\xa6\x1b\xbe\x8c\x10\x66\x33\x6e\x34\x46\xb7\x15\xee\x66\x07\x54\xd8\xad\x68\x75\x3b\x7d\x0d\x7f\xb8\x31\xe5\x86\xe1\x0f\x71\x0f\xb3\x63\x71\xdd\xde\x26\xef\x61\xb1\xd2\xc6\x0f\x8b\x45\xc9\x79\x7b\xb4\xde\xcb\xea\x71\xb3\xbb\xe5\xfc\xbf\x97\xef\xa1\xa9\xbc\xbd\x63\xdf\xce\x8b\x5b\xf2\xed\x62\x19\x0a\x2a\x37\x82\x0a\x08\xbe\x61\x14\x40\xdc\x4e\x15\x69\xef\xef\xcf\xaa\x38\x2f\x24\x1a\xbb\xdd\x21\x6f\x6c\x71\xb7\xcc\xf7\x46\x06\x44\x85\xfa\x0f\x50\xb2\xa8\xe8\x62\xa2\x5e\xd6\x4e\xbe\x71\x5c\xf8\xa2\x3a\x55\x6e\x5a\x51\x9d\x2a\x06\x15\xdc\xb7\x74\xe0\x28\x2a\x83\x00\x81\x74\xdb\xa3\x86\x06\x04\xae\xff\x27\x8d\xf7\xdc\xad\x00\x15\xcd\x84\x25\x47\x75\xb7\xaa\xce\xb2\x1f\x9b\x7c\xfe\x7d\x6a\xb1\x92\x9a\x3b\xcb\x74\xfa\xbf\xff\x32\xca\x9b\x5d\x31\x3b\x5a\xe1\x8c\xc2\xcf\x3f\xdd\x78\x33\x07\xd4\x1f\xe7\xc1\x70\xb3\xa9\xe9\xf4\x1f\xd5\x89\x87\x37\x73\x54\x6f\x32\x04\x02\xe4\x1f\x01\xfd\x1d\x26\xc1\xb4\x2e\x3d\x3a\xda\xd1\xa8\x52\x87\xdf\x32\xa3\xe3\x7b\x11\xb8\xfe\x67\xa2\x88\xa3\x02\x94\x13\x15\xbd\xff\x5f\xd2\x7a\x5b\x5a\x65\xb8\x47\x62\xac\x5e\x64\x6a\xa5\x00\x0e\x34\xe8\x45\xce\x43\x4c\x61\x1a\xd5\x1c\x1a\x97\x04\xc1\xbc\x01\xf3\xc8\x79\xd8\x02\xe6\x75\x75\xfe\x57\xb7\xea\x1b\xda\xbd\xda\xcd\xae\x9b\x1d\x8d\x77\xf7\xae\x4e\x7f\xb6\xd1\xea\xf4\xaf\xee\xd4\x3f\x0e\x7b\x77\xea\xca\x4e\x8d\x25\x3a\xaa\x3b\x75\x75\x45\x00\xa4\x1b\xd5\x15\x51\xdd\xbd\xe5\x45\xad\xee\xde\xf2\x98\xdc\x58\x9d\xa3\x2a\x30\x55\x77\x6f\x1c\xc3\xa3\x7a\x15\xaa\x8f\x45\x90\x9d\xea\x9a\x6a\xa8\x35\xd8\xb9\x51\xbd\x0a\x55\xd8\xfa\x80\x60\x8f\xaa\x0c\x55\x5d\x73\xd8\xa6\xa3\xba\xe6\x0c\xa0\xb8\x7f\x9c\xf7\xd3\xda\x49\x92\xfe\xa3\xbb\xf7\xde\x43\x98\x43\x12\x02\x3b\xaa\x92\x10\x31\x0f\xf9\xd7\xb0\x65\x9f\xb8\x84\x6b\xf6\x35\x1b\xb1\x18\x56\xdb\x4a\x18\x44\x10\xfa\x90\x25\x79\xad\xea\x66\x0c\x79\xb8\x2b\x32\x64\x0d\x0b\x80\x8a\x17\x9b\x7b\x88\x5c\x1b\x22\xd7\xfe\x9a\xb0\x6d\xfd\xf6\x4b\x57\x88\x57\x23\x43\x1e\x6e\x55\x38\x86\x3c\x44\x45\xfc\xba\x89\xe0\x8c\xfa\x9a\xdd\x0b\x2d\x3d\xdb\x75\x55\x9b\x62\x64\xc4\x8d\xe1\x3c\x20\x72\x39\x8f\x97\xd7\xe8\xcc\xcf\x4e\x72\x27\x91\xf6\xbe\x7a\xc2\xc0\xee\x92\x01\x9f\x8b\xaa\xf4\x05\x96\xe9\x79\x8d\x42\xbd\x19\x11\x67\x91\xab\x44\xfa\xee\x2d\x8d\xbd\x45\x05\x59\x73\x6f\x81\x05\x26\xdd\x18\xc4\xa3\x79\x31\x6a\x72\xc5\xb3\x3d\x34\x4f\xa6\xe6\x16\x84\x77\x7e\x34\xb7\x20\x83\x36\xee\x1f\x17\xbe\x5b\x90\xd1\x18\xf7\x8f\x06\xdf\xcb\x12\x41\x19\xd9\x2e\x6f\xe8\x83\x03\x5a\x99\x5c\xf3\xbf\x23\xd5\xa2\xb9\x67\x35\x8f\x41\xd5\x40\x4d\x41\xac\x21\x88\x11\x65\x1b\x46\x79\x44\x73\x6b\xfb\xf1\xe2\x67\xeb\xee\x3e\x86\x3f\x7f\x34\x95\x34\x0d\x46\x5b\xf5\x71\xcd\x6d\xac\xc9\x5f\x5f\xe5\xe3\x2f\xc5\x34\x4a\xe0\x08\x68\x9e\x95\xad\xd8\x6a\xa4\x70\x28\x6e\xce\x83\x7e\xe5\x4e\xd3\x6e\xfb\xd5\xdd\x4e\x92\x7d\xd8\x6f\xce\xa3\x0b\x06\xc0\x90\x78\xa6\x36\x6e\x6b\x77\x63\xd0\x9b\xb7\x35\xe8\x6e\x72\xbd\x4d\xb2\x22\xec\x63\x44\xde\x46\x53\x23\xd3\xd0\xbe\xdc\xaa\x81\x60\xc2\x39\x0f\x18\xff\xe1\x60\x6c\x78\x03\x44\xab\x16\xc0\x3d\xaf\x79\x7f\x6b\x9e\xc6\xb2\xe0\x37\x4f\xe3\x06\xdd\xd5\xad\x32\xa7\x75\x1b\xa1\x30\xa9\x32\xa7\x29\x4c\x36\x84\x49\x7c\x2f\xa2\x79\x1a\x37\xb7\xa8\x66\xfb\xbb\xd9\xb9\x1f\xa9\xcd\x69\xee\x47\x4d\xc9\x11\xbf\xfe\x68\xee\x3d\xed\x31\x3b\x6a\xfc\x58\x63\x0f\x72\x95\x39\xf0\xea\x9c\x07\xed\x77\xfa\x0d\xdb\x3f\xcc\xcd\x99\xeb\xde\x63\x00\xce\x2d\x49\x7e\x73\xef\x31\xb2\xe6\xc6\x5e\x1f\xcd\xfb\x1b\x01\x36\x99\x80\x91\x68\x6e\x3d\x6d\x5a\x61\xb6\x32\x42\x6a\xce\x83\x81\x80\x17\xdd\xc0\x9a\x68\xee\x50\x04\x59\x47\x5b\x8e\xab\xdb\x91\x7c\xf7\xcd\xed\x08\x56\x9e\x5c\x7f\xb9\x39\xe9\x15\x88\x1b\x92\x6e\x0b\x4b\x08\x4b\xa0\x22\xea\x85\x5b\xd8\x06\xb6\x59\x78\x7b\xce\x83\x71\x65\x73\x6b\x61\x2f\x49\xe2\x2f\x87\x7d\x53\x07\x6c\xd4\xcf\xdd\xd9\x68\x8c\xfa\x89\xa6\x2c\xdd\x11\xee\x9a\xb7\xc6\xb6\xcd\x8e\x8a\x78\x6b\x6c\x6e\x5b\x9d\x9d\xb7\xb9\x6d\x35\xb7\x2d\x36\xc6\xf6\xda\x7c\xe5\x67\x15\x49\x22\xf7\x06\xc8\xbd\x99\xd0\x98\x68\xca\x49\xcd\xdd\x4d\x3d\x52\x53\x2f\x6c\xf8\xd1\x2d\xdb\xbd\xe1\x47\x61\xa8\xd1\x2d\x87\x7d\x73\x2f\x23\xe2\x28\x83\x40\x1d\x4d\x5d\x71\xfb\x7e\x68\x12\x7e\x6a\x85\x95\xa9\x65\xb7\x36\x22\x29\xfa\x65\xfb\x11\x3b\x88\x45\x3a\x0f\x86\x9a\xad\xdc\x88\xa4\xe8\x8a\xde\xf2\xd7\x77\x37\xb8\xee\x06\xd7\x91\x31\xba\x1b\x5c\x57\x9e\xea\x2c\xc4\x9e\xcc\x8e\xbb\xa4\x0a\xdf\xae\xe6\x07\xf0\xe7\x74\x4b\x50\x0f\x67\xd1\x79\x24\x5e\xe3\xcb\x9c\x4d\x32\x37\xa6\x7a\x57\x90\x37\x36\xea\x56\x05\xd5\xdd\xae\xba\x22\x96\x74\xf4\x44\x3b\x9d\x87\xd9\x3d\x24\x3d\x26\x59\xe1\xee\x6b\x61\xda\x19\xd7\x86\x68\xdf\x95\xba\xba\xdb\x95\x2a\xa8\xae\xb2\xd8\x40\xa8\x5b\x7d\x93\x81\x50\x41\xec\xd3\x49\xe3\x5b\x65\x2c\x62\x9f\xb2\x3b\x47\xaf\x7e\x0a\x17\x3f\xd1\x45\xd1\x55\x10\x75\xf7\x21\xf0\xf6\xa2\x2b\x3c\x19\x07\x75\x13\x39\x11\xc6\x41\x85\x31\x4f\x37\x34\x28\x61\xcc\x53\x74\xf8\xd9\x6e\x39\xe3\xbb\x4a\xa3\xee\xb5\x00\xb2\xb4\xe8\x5e\x0b\x3a\x72\x51\x73\xac\x95\x8b\xba\x7b\x93\xec\xf1\x5d\x35\xb0\xc1\x4f\xb7\xec\xe2\x06\x3f\x05\x01\x4f\x19\x72\x91\x20\xea\xe9\x4f\x74\x9c\x59\xef\x07\x91\x9d\xa8\xa7\xf3\xb0\x04\x93\xba\x49\x67\x09\xbb\x83\x11\x07\x75\x1e\xc0\xb9\xc8\x2e\xdf\x35\x6c\x75\x0c\x5b\xb8\x2a\x45\x57\x52\xea\xee\x60\x38\x7e\x84\xb1\x4f\xd1\x91\x94\x08\x79\x0d\x82\x9e\xce\x83\x5e\x92\x49\xbe\x6b\xd7\x22\xdc\x29\xbb\xf7\xf5\x69\xd5\x66\x23\x89\x16\x4c\xab\x36\x6d\x28\x17\xe4\xae\x62\x89\xd0\xa7\xec\x76\x68\xe8\x53\x74\xf7\x34\xfc\x3e\xa2\xab\x32\x36\x1c\xea\x56\xb1\xd6\xdd\xc0\xba\xd7\x9f\x07\x99\xbb\x6b\xd8\xea\xcb\xec\xa8\x88\xc2\x53\x67\xb3\x02\x0f\x23\xba\x86\xad\x1e\x8e\x42\xfd\xbf\x50\xb2\x77\x6d\x5c\x1d\x1b\x17\xd1\xaf\x61\x4c\x55\x74\xb7\x3c\x9c\xdc\xa3\xbb\x97\x75\x65\x2b\xd5\x73\x5d\xd9\xaa\x13\x52\x72\xab\x9e\xeb\x6e\x5c\xfd\xb5\x3d\x6c\xa1\x5d\x3d\x56\x77\x97\x7a\x9c\xcc\xea\x98\x8d\xdb\xba\x25\x92\xef\x6e\x49\xdd\x3d\x44\xae\x78\x23\xad\x82\x48\x2b\xdd\xb1\xc2\x48\xab\x78\xdc\x56\xe4\x72\x7f\x94\x91\x1e\xf7\x10\x79\xdc\x89\xb1\x3a\x8f\xcf\xb4\xd3\x67\x4f\x32\xbb\x44\x76\x8f\x49\x7e\x9a\x18\x4f\xb6\x55\xa2\xae\xce\x83\xca\x49\xcd\xfe\x68\xa8\x7a\xb0\x99\x6b\x02\x30\xf8\x2a\x1e\x77\x9a\x81\xf1\xea\x51\x79\x6c\x40\xd6\x3d\x98\x6b\x8f\xdb\x8a\x91\x56\xb7\xea\xbe\x47\x89\x87\x80\xab\x0c\x52\x6a\x3c\xda\xa0\x1e\x2f\x6e\x12\xa6\x13\x62\x75\x1e\x7e\x8a\xa4\xf1\x68\x70\x32\xd4\xea\x1e\x88\x15\x86\x5a\xc5\xa3\x2c\x23\x9b\xf9\xe3\x35\xed\xc1\xe0\xe4\xe9\xf3\xe0\xa0\x15\xcf\x6d\x76\xd5\x4f\xad\x09\xdb\x0a\x21\xac\xf1\x68\x84\x7a\xaa\x8d\x60\x1f\x7c\x54\x46\x3f\x5e\x99\xc0\x59\x8c\xc7\x2b\xd3\xc3\x95\xa9\xa3\x2b\x33\xaa\x2a\x1e\xb7\x0b\x22\x65\xe2\x51\x79\x6c\xa4\xd5\x3d\xd8\xf4\x09\xb1\x3a\x8f\x0f\x58\x19\x6b\xf7\x98\x1d\x3e\x5b\x9e\x79\x8f\xf7\xa3\x07\xbe\x72\xc2\xf6\xe2\x51\x44\x79\x70\x8a\xac\x38\x7e\xc6\xe3\x46\xf0\x70\x3d\xea\x6c\x34\x86\x68\xc5\xc3\xa2\xaf\x97\xb9\xa9\x7f\x78\xc0\x57\xa8\xb2\x85\x3f\x9a\x85\x0c\xe5\xaa\x12\x82\x1b\xca\x15\x40\xf7\xa7\x7a\xb1\x13\x3c\x2e\xc0\x87\x05\x08\xf1\x4a\x3c\x9a\x76\x9e\xb0\x08\x6e\xb8\x8f\xa6\x9d\x27\xcc\x0e\x6d\xcb\xa3\x69\xc7\xb0\xad\x0a\x8d\x4e\x18\xb6\x15\x86\x68\x55\xdc\xe7\xe2\xc1\x8f\x2b\x88\xd4\xd2\x69\x2f\x1e\x55\x6f\xcf\xb6\x9b\xd0\xac\x3c\xca\x01\x0f\x72\x80\x27\xad\x81\x5c\xf1\xbc\xe6\xc6\xb1\xf2\xb8\xea\x20\x05\x48\xf5\xe2\x58\x79\xbc\xab\x3c\xa2\xde\x5c\x8e\x84\x17\x93\x07\x93\x8d\x06\x20\x23\xb4\xc2\x08\xad\x0a\x4b\x75\x0c\xf5\xc2\x46\x68\x55\x70\x13\x63\x78\x98\xc3\x38\x97\xb5\x13\xc1\x38\x77\x1e\xcb\xd7\x3a\x69\x61\x1a\x25\xb0\xed\x0d\xad\x38\xc6\x76\x55\x7c\x5c\xc2\xd8\xae\x18\xd9\x4f\x91\x48\x86\x0a\x8e\x51\x2c\x95\x83\x60\xa8\x32\x1b\xb7\xb5\x63\x4d\x0c\x65\x74\x38\xe5\x32\x81\xa6\x61\x7c\x56\x8c\xea\xa7\xec\x4e\xc3\x49\x6c\xcc\x56\x05\x88\x3c\x86\x07\xa6\xc1\x58\x15\x0a\xe3\x18\xaa\x16\x88\xc9\xd2\x05\x32\x86\x9a\x35\x18\xdc\x52\xd5\xc5\x61\x28\xa4\xc3\xd2\x96\xaa\x5e\x09\x43\xeb\x89\x01\x5a\x72\x48\xc4\x70\x01\x18\x79\x55\x55\x10\x1a\x79\x15\x03\xe9\xbb\xaa\x20\x1c\x4e\x6d\xa2\xad\xb2\xe2\xc7\xd0\x54\x42\xb4\x55\xaa\x80\x18\x84\x61\x56\x41\x68\x55\xaa\x2a\x03\x87\xe6\x93\x31\xcc\x0e\xd1\x0d\x26\xb6\xf3\x30\x3b\x1a\xab\xf5\x04\x5e\xb3\x54\x33\x33\x7b\x28\xf4\x0e\xce\x91\xce\x09\x60\xfc\x54\x0c\x67\x36\xfe\x36\x31\x9c\xd9\xd0\x9d\x9d\x34\x6a\x12\x8e\xf6\x39\x43\x32\x11\xa9\x41\x30\xd5\x79\x58\x02\x52\xfa\xf0\xfe\x3e\xb8\xbf\x77\x7b\x5d\x39\x78\x6c\xa6\x8e\x9d\xae\x15\x93\xd0\xa9\xf3\xa5\x69\x0e\xce\x59\x06\x3a\x94\xc6\x50\x5a\x26\x9c\x4a\x7f\xd2\x18\x1e\x3a\xc3\x55\x02\xa0\x70\x0c\xa7\xff\x10\x41\x0a\x9a\xdb\x18\x8a\xc6\x06\x4d\xd5\xcc\x5e\x3f\xbc\xe5\x13\x3b\x95\x81\x02\x8a\x01\xcc\x7d\x0c\x54\x88\x9d\x9b\xe7\x50\x85\x48\xe8\x54\xaa\x70\xe0\xc6\x50\x32\x1e\x48\xc6\xc4\x94\xc6\x50\x32\x1e\xae\x2f\xd8\x6e\x63\x68\x64\x31\xb6\xaa\x02\xe8\x1b\xd3\xc5\x64\x20\x55\x05\x4c\x31\xa6\x46\x16\xe2\xa9\xb2\xf2\xd8\xf4\x04\x9b\x2e\x9c\xf1\x6f\x7f\xf6\x90\xa3\x23\x26\x32\x72\x2d\xa8\x19\xa6\x07\xdc\x74\xad\x41\xd9\x12\xd3\xb5\x36\x89\x5a\xa9\x00\xe9\xc6\x54\xc1\x38\x39\x1c\xaa\xb6\xb0\xe9\xe1\x40\x68\x95\x9e\xb5\x31\x3d\x1c\xa6\xcb\x8f\xa8\x95\x98\xca\xa1\xd3\xb5\xa6\x89\x64\xba\xd6\x0c\xa0\xaa\xb0\xa2\xc6\xf4\x42\x4c\x1c\x55\x7e\xd0\x95\x4c\xf0\x3d\x62\xb2\xd4\x34\x8f\x4e\xb5\x78\x84\x51\xa5\x4a\x88\x4a\x4c\x45\xd3\xd9\xc3\x34\x3e\x55\xc9\x46\xe0\x53\xaa\xb7\xd9\x79\x60\x4c\xd7\xc1\x8d\x52\x65\x7a\x0d\x9d\x6e\xe7\xd0\x70\xc6\x74\x3b\x9f\x6c\xe7\x9a\x5b\x0d\x52\x8a\xe9\xda\x50\xc9\x36\xb5\x90\x18\xb8\x54\x89\x28\x09\x03\x97\x62\xba\x9d\xab\x65\x9b\xde\x08\x27\x37\xc2\x07\x8f\xa5\xe9\x6e\x6e\x2c\x53\x55\xb5\x67\x2c\x53\x10\xcb\x94\xe1\xad\x0a\x63\x99\x62\x3a\x77\x21\x70\x8b\xa9\x7d\x70\x3a\x4f\x89\x31\x89\xa9\x70\x34\x51\x3d\xd5\xea\x50\xa8\xc4\x36\xe6\xa9\x42\xec\x16\x4b\x81\x69\x39\xb5\xd4\xef\x2c\x6f\x53\xeb\xf2\x3d\x04\x90\xa5\x6a\x68\x39\x53\x2a\x32\xeb\x72\xa6\x18\x07\x55\xeb\xed\x7b\x7e\x9b\xfc\x96\x5b\xd7\xf2\x3a\x45\xe8\x53\x26\x2e\x35\x96\xd7\xa9\x05\xf5\x7d\x85\x9f\x20\xd6\xfd\x4b\x33\x3b\x96\xea\x52\x28\x59\x08\x25\x78\x48\x87\x81\x4b\xb1\x9c\x77\x10\x20\xc6\xc2\x6b\x3c\x96\x93\x4c\xed\x8f\x91\x4b\x61\x94\x52\xf5\x2a\xba\xaa\xd9\xa1\x3d\x56\xa2\x5e\x6a\x8f\x97\x70\x67\xde\x09\x97\x5a\x97\x85\x5e\xb8\xc2\x9f\x18\x4b\xbd\xf0\x42\x2a\xa9\x80\x3e\xc4\x52\x9b\xb2\xba\xd9\x75\x92\xcc\x0e\x1d\x46\x05\x13\x2f\x96\x3a\x8c\xb5\xfc\x14\x01\x79\x69\xb3\x58\x1e\xe8\x0a\x88\xcb\x4d\x6e\x79\x2c\x2b\x97\xac\xf7\x97\xc6\xbe\xd4\x1d\x0b\xef\xe7\xcb\x71\xd4\x31\x43\x6a\x9d\x08\x0f\x52\xdd\x26\xc2\x83\x94\x88\x9f\x4c\xa4\x6b\x84\x0b\x3e\x1c\x5a\x00\xd4\x22\x1c\x5a\xa3\x80\xaa\x2e\x12\xe1\xd0\x12\xe5\x73\xd2\x0a\x69\x66\x97\xcc\x6e\x90\x64\x76\x99\x61\x74\xc3\x95\x4c\x27\xe2\x8c\xb0\x5e\xe8\x11\xba\x63\x45\xb6\x11\xac\xd0\x00\xba\x28\x02\x93\xc5\xd3\x4c\x9a\x26\x59\x28\xfb\x6d\xa8\xd7\x33\xbc\xa7\x7a\x3f\x95\x4f\x27\x88\xf2\xc9\x44\xc4\x07\x44\x3a\xe7\x71\xee\x89\x20\x8f\x05\xd1\x3f\x7f\x82\x20\x9f\xf3\x25\xaf\x69\xb1\x30\xe2\x07\xba\xa8\x30\xa4\x27\xc2\x59\xe7\x25\x36\x54\xeb\x19\xd2\x53\xbd\xc4\x86\x53\x2c\xdc\xb3\xdc\x8c\x42\x4f\x2b\x08\x78\x32\x9c\x4d\x11\xda\x27\xc2\x19\xc6\xd1\x12\xce\xb0\x50\x62\x00\x11\x20\xc2\xeb\x74\x38\xc3\xf4\xcb\x08\xf7\xac\x50\x3c\xf0\xde\x19\x8a\x07\xd1\x6f\x51\xdb\xa8\xb1\x77\xe7\x70\xcf\x72\x51\x84\x67\x37\x31\x3b\x99\x08\xfe\x20\x70\xe7\x3c\x6c\x84\x43\xe8\x4c\x34\x80\xa7\xfe\x3a\x40\x4d\x7e\x28\xd1\x12\xf3\x1b\x92\xdf\x04\xd1\x38\x19\x04\xf9\x88\x69\x0f\x73\x41\x25\x5c\x36\xc2\x0b\x2a\xc1\x38\xa9\x7a\x29\x0b\xf5\xfd\x46\xe6\x3c\x76\xba\xfa\xfe\x70\xfa\x3f\x1c\x86\xe1\xf4\x37\x5a\xa7\xfe\x4a\xd0\x64\x67\x18\x4e\x25\xe0\x20\x42\xed\x3e\xd1\x38\x99\x70\xd9\x08\xaf\x9b\xa1\xc4\x30\x1c\x1c\xaf\x9b\xe1\x6a\x22\x06\x21\xc2\xd5\x14\xef\x2f\x8d\xb6\xbe\xbf\x34\x8a\x1d\xa8\xa2\x24\xae\x89\x10\x14\x72\x20\xd1\x86\x9a\x2d\xe3\x6b\xaa\x77\xab\xed\x3d\x72\xbb\x53\x0e\x56\xd8\xf6\x10\xde\x1c\xc2\x83\xfb\x86\xf1\x35\xb1\x5d\x88\x83\xc5\xbe\x55\x45\x19\x73\x53\xf5\x57\x30\xe6\x26\xb6\x9b\xa7\x17\xa4\xad\xae\x1d\x32\x9a\x4c\x60\x6d\x6c\x57\x98\x61\x38\x75\xf4\xff\x8b\x2b\xba\x51\x3a\xb1\xb3\x39\xb3\x8f\x6e\xd5\x52\x46\xee\xd4\x81\x78\x63\xe4\x4e\x6c\x88\x2f\x2a\xa1\x7e\xb1\xf5\x58\xdc\x9c\xc2\xcd\x7b\xd6\x56\x1d\xb4\x99\xbf\x0d\x08\xb8\xd8\xce\x5f\x63\x6d\x1a\xe1\xfc\x61\xac\x4d\x40\x13\x93\xda\x65\xa7\xa9\x0e\x82\x27\x26\x7b\xbd\xdd\x5e\xf9\xa0\x75\x39\xaf\x0d\xd2\xac\xde\x63\x1a\x5b\xd5\xd6\x2b\x61\x0f\x8b\x60\x5b\xda\x2a\x92\x37\x8a\xe4\x61\x4d\xd4\xcc\xec\xe1\xa7\xac\x38\x83\x68\x02\xb6\x96\x93\xc6\xb8\x38\xf5\x8d\xa2\x69\x90\x8f\xc5\x56\x91\x4c\x30\x4d\x1e\x9c\x69\x5b\x45\xb2\x81\x35\x0d\xbf\xfe\x30\xb0\x26\xa0\x62\x49\xb2\xae\x85\x5c\x2c\xb1\x39\xd5\x9b\xb7\x8f\xed\x25\x0d\x32\x96\x93\x46\xa7\x38\x33\x37\xca\x8c\x06\x7e\x5a\x6c\x95\x19\xfb\xf5\x5b\x54\x8e\xdb\x59\x68\x14\x4d\x4b\xce\x2e\x67\xa1\x11\x33\x4d\xc7\x03\xe9\x57\x82\xc0\x99\xec\x65\x7e\x7b\xfd\x32\x88\xa6\xe1\xb2\x1e\x92\xad\xc4\x7b\x59\x65\x3a\xef\x55\xe9\x01\xdb\xca\x49\xbb\x49\x1b\xa6\x59\x15\xf4\x2f\xaf\xb3\xd5\x88\x99\xa6\x4f\xb8\x11\x33\xf1\x12\x15\xda\x60\x05\x8e\x57\xcd\xe9\x9b\x2c\x97\xad\xd9\x90\x99\x78\x39\xea\x07\xde\x25\xaf\x47\xfd\x9b\xcd\x8e\x65\xfd\x3a\x45\xdf\x6c\x55\xd8\x26\x5e\xa7\x28\x9c\x2e\xa9\x65\x6e\x91\x92\xba\x04\xa4\x2e\xd9\xb5\x04\x75\xcb\x9f\x80\x30\x25\xb5\x8c\x04\xf8\x7a\xac\x13\x39\x93\x75\xfd\x79\xdd\x74\x5f\x27\xb2\xfe\xb3\xaf\x13\xf9\x85\x8a\xb7\xe9\x40\x2b\xa5\x4a\x18\x46\xa3\x87\x90\x61\x34\x61\xc8\x4c\xcb\xb7\x69\x96\x80\x4f\xcf\x40\x60\x7d\xf5\x85\x23\x4a\x26\x35\x1d\x25\x5e\x35\x9d\x86\xcc\xe8\x48\x64\xc8\x4c\xbc\x4e\x77\xdd\x52\x5f\xa7\x3b\x91\x33\x27\x8d\xca\x79\xc1\x33\x3e\xa6\x79\x5f\x92\x31\x25\x08\x93\xc9\xc3\x81\xf0\x82\x47\x48\x4c\x6a\xd9\x01\x53\x87\x69\x7c\x0c\xa8\x24\x61\x7c\x4c\xbc\x2e\x1e\x7d\x3c\x5f\xd5\x19\xc6\xcc\x34\xaf\x38\xaf\x2b\xe5\x1d\x66\xc7\x1e\xf0\xaa\xc4\x7c\xa7\xd9\x99\x54\x4c\xa2\x22\x1c\x2f\xaf\x1e\x73\xaf\x30\x78\x99\x03\xe1\x55\x89\xf9\x72\x46\x10\x14\x1c\xaf\x67\xc4\x7b\x2e\x8d\xa9\xe9\x31\xf9\x7a\x5d\x24\xbe\x25\x35\x62\x27\xe2\xd5\x65\xdd\x60\x17\x75\x3e\x06\xbb\xc4\xeb\xd2\xd1\x05\x4d\x7e\x95\x80\x5f\xe5\xa4\xd1\x7c\x7d\xdc\xde\x73\x33\xcb\xc3\xb9\xe4\x6a\x82\x73\xe5\xbc\x46\x9a\xde\x3e\x70\xaf\x14\xf8\xd2\x03\x02\x96\xf3\x18\x24\x51\x5f\xaf\x64\x46\xd3\x34\xfd\xc3\x64\x5d\x89\x0f\x96\x7d\xc2\xaa\xc2\x00\x9b\xf8\x5c\x5f\x70\x1b\xc4\xe7\xfa\x32\xe8\xa6\x79\x83\x91\x8a\x25\xe0\x5d\x39\x69\xa7\x33\x3f\x95\x8a\xf0\xaf\x14\x35\x4d\x9f\x0e\x6d\x04\xda\xa4\x06\x45\x41\x7c\xda\x4c\x3f\x97\x17\x1c\x05\xf1\x29\x5b\x7d\xae\xa5\x42\x37\x7d\xae\x25\x78\x5c\x4e\xda\x20\x2d\x4c\xdb\x14\x41\x76\x7a\xb1\x7f\xc5\x52\x79\x4b\x0d\xe2\x87\x6c\xd5\xf4\x38\xf9\xd4\x20\x7e\x88\x39\xed\xe6\x48\xfb\x14\x73\xbe\x4a\xcf\x65\x93\xac\xb0\xab\xf0\x66\xaf\xff\xea\xef\xd3\x65\x5a\x26\xcd\x46\x78\x4e\xc0\x86\x17\x92\xb2\x04\xa4\x2c\x05\xe2\xe8\xf8\xf4\x8f\xfb\x10\x7d\xda\x8d\x06\xe5\x53\x5b\xf8\x75\x2a\x8c\xe0\xfb\x79\x74\x7c\x2e\x39\xfd\x35\x3e\x95\x25\x9f\xeb\x4b\x7f\x8d\xcf\xf5\x05\xa1\xcb\x49\xa3\x54\xcd\x97\x1f\x4e\xe6\xed\x66\x09\x7f\x3a\x99\x7f\x8f\x35\x66\xbd\x7e\x6a\x4b\xbe\xc9\x84\xbd\x39\x3d\x3f\x95\x7e\x1f\x22\x52\xd3\xd9\xe1\x53\xe9\x67\x8c\x51\x03\xe9\x3a\x8c\x31\x8a\xcf\x83\x42\x13\xfd\xe7\x41\xf1\x6d\xdf\xe3\xcc\xfa\x54\xc9\x7d\x2f\x4d\xbb\xff\xcd\x8b\x16\x86\x0c\xc5\xe7\x92\x01\x07\x3d\x3e\x85\x19\xf9\x55\x9a\x66\xd5\xcf\xf5\x21\x99\x4a\xd3\xaa\x2f\x99\x4a\x40\xa6\x52\x40\x61\x8d\x4f\xc5\xde\x87\xe2\xa1\x55\xa7\xaa\x8a\x07\xa3\x92\x1a\x66\xca\x0d\x63\xca\x79\x58\xec\xd9\x5a\xb6\x2c\x29\xfb\x4a\x97\x69\xfd\xa4\xa1\x9f\xdb\x57\xb2\x2a\x67\x0e\x6e\x68\x7a\xff\xec\x8b\x38\xff\x46\x8c\xc4\xbe\x88\xf3\xdf\x72\x76\x37\x50\xc4\xf7\x05\xd2\xc5\xbe\x0a\xd3\xe1\x1c\x7c\xfb\x62\x8f\xdf\x97\x13\x13\x6b\xf6\x96\xdc\x7b\x1b\x20\xd5\xb0\x22\x6d\x03\xa4\xb6\xcc\x29\x0d\xf3\xd0\x96\x39\x65\xc3\x9c\x52\x50\x9e\xee\x8b\x1b\xe3\x86\x2c\x25\x35\x2c\xd7\xfb\xaa\xb6\xcc\x79\x4e\x1c\xc2\x86\x32\xe5\x3c\x2c\xb6\xd2\xda\x6a\xb1\x0a\x3f\xad\xd2\xda\xe6\xb7\x0a\x3a\x58\x57\xf6\x85\xa0\xb3\xaf\xc6\x8a\x3b\xbb\xf7\xbe\x9a\x8d\x75\x52\x83\xfc\xbd\xaf\xee\xa7\xce\x60\x82\x0f\xf6\xd5\x2d\xd6\xd3\x00\xa3\xf4\x96\x89\x65\xc3\xc4\x52\xd0\xe3\x6e\x99\x58\xf6\xf5\x5c\xbe\xc6\xa7\x8f\xfd\xae\x50\xd3\x06\x9f\x4e\x3b\x60\xd2\x01\x96\x3a\xed\x4f\xe7\x2f\xda\xe8\x0d\x41\xca\x79\x2c\xd3\xe8\xbb\x69\x7f\x22\xd0\x37\x54\xca\xfb\x5a\x66\xb7\xcc\xce\x24\xfb\x13\xcd\x47\x03\x30\x70\x5f\x68\x05\x37\x61\x53\x05\x89\x6b\x1b\x36\xb5\x25\x4a\x69\x18\x60\x37\x0c\x29\xe7\x61\x4d\x6e\x4a\xc5\xa4\xb4\x09\x9b\x2a\x08\x66\xdb\xb0\xa9\x6d\x88\x54\x83\x80\x7d\xcb\x94\xb2\x89\x94\x2a\x84\x2d\x6f\x28\x52\xce\x83\xba\xd9\xfa\x6d\x53\xb7\xcd\x72\x3a\x6d\x3b\x73\xd3\x99\x83\xba\x6d\x3b\xd3\x55\x09\x4a\xdf\x96\x3b\x65\x1b\x49\xd5\xba\xc3\xfa\x5a\x5f\x45\x35\x30\xf9\xf6\xf5\x9a\xdd\x6b\x76\x26\x7d\x24\xb9\xc4\x9c\xfe\x9f\xad\x57\x78\xeb\x8e\xc3\x67\x9f\xbb\xc4\x3a\x4b\x4c\x26\x96\x2d\xc5\x4a\x43\xa3\xb8\x13\xb7\xf4\x9d\x14\x85\xe0\x22\xdf\xa9\xf8\x1e\xfb\x37\xfa\xf4\x6d\x14\xd2\x96\xda\xa4\x71\x39\xdc\x84\x24\x9d\x47\x37\xad\x93\xb6\x4c\x33\xbb\x9b\xec\x6e\xb3\xbb\xcd\x6e\x90\x54\x4c\x3a\xbd\x49\x2c\xf2\x4e\x5c\x8e\x37\x81\x47\xe7\x4b\x72\x43\xc7\xb7\x89\x42\x32\xdc\x74\x1b\x85\xb4\xa5\x36\x69\xcf\x11\x68\x77\x72\x81\x19\x99\xd4\xd0\x3e\xec\xe4\x02\x33\xe4\xa8\xc1\x98\xb6\x53\x35\xbb\x6a\x76\x24\x35\xdb\xa5\x00\x06\x1c\xd6\x26\xd6\xe8\x3c\xfc\xb4\x53\x04\xfa\xf4\x2d\x41\x49\xc3\xb7\x7f\x4b\x50\xb2\x93\x62\xd4\x33\x68\xc5\x63\xb1\xde\x2e\xc0\x70\xda\x30\x93\xfc\xd9\x49\xc1\x67\xd8\xc5\xd3\x3e\x99\xf4\x49\xa6\xd8\x69\x55\x5c\x60\x04\xa8\xef\x34\xcd\xce\xd5\x84\x1d\x6f\xcb\x3c\xb2\x0d\xef\x69\xb8\xed\xef\xb4\xcc\x6e\x91\x1d\x9b\x58\x5a\xf6\x27\x58\x47\x8d\x1b\xc7\x4e\xcb\x1a\xbb\x9a\xc6\x4d\xcb\xc2\xce\xdb\x16\xc1\x32\x31\x44\x67\x27\x65\x1a\x44\xd5\x9d\x3e\xab\xe2\x24\x43\x6c\xda\xe9\xfb\xbd\x67\x7e\x4c\x46\xe9\x43\x36\xfc\x1f\xa9\x23\xc2\x6c\x18\x3f\xce\xe3\x23\x8d\x81\xcc\x5c\x4a\x77\x46\x96\xe8\xc0\x85\xec\x8c\x2c\xb1\x33\xb2\x44\x62\x15\x67\xb7\xf1\x9c\xfd\x94\x69\x61\x7c\xcb\x96\xe5\xa3\x73\xad\xdb\x06\xb8\x6c\x59\x3e\x3a\x0e\xe8\x3b\x17\xb3\x2b\x66\x77\x7a\x20\xa3\xf8\xdb\xc6\xc1\x74\xfc\xcf\xb7\x71\x30\x5b\xe2\x8f\x0e\xc0\xc3\x96\xf8\x63\xe7\x66\x11\xec\x14\xb9\x59\x44\xb7\x2a\x2c\xee\xfc\xd8\xda\x87\x8e\x67\xe6\x19\x69\xb2\x65\xef\xe8\xc9\x86\x39\x2d\x8c\x3e\xe9\xc4\xbc\xef\xec\xb4\x30\xd4\xa4\x03\x4f\xb6\xa5\xea\xd8\x44\x9c\x14\x6e\x61\x5b\xaa\x8e\x9d\x71\xa6\xec\x44\xa9\xef\xcc\x45\x74\x43\xc5\x71\xd2\xfe\xed\x16\xb7\xf3\xb0\x41\xc3\xd2\x58\x98\xf0\x75\x9c\x87\x35\xb5\xbf\x9d\x71\x46\xa2\xf4\x64\x7f\xbb\x57\xe7\xf5\x43\xd2\xe5\xbd\x65\xb5\x96\x2d\x62\x7d\x65\x5c\x99\x76\x3e\x53\xae\x24\xfb\xd1\xfd\x3b\x2f\xb3\x6b\x7e\xfa\xcb\xee\x35\x8d\xbe\xc5\x63\x60\xe7\xb3\xb5\x17\xee\x90\x3b\x47\x31\xc9\x12\x98\x84\x52\x7e\x6c\x28\x3f\x0a\x86\xb3\x9d\xc3\x41\xde\x36\x82\xcd\x2f\x6f\x1b\xb1\xfd\x94\x23\x22\x3b\xa7\x0d\x8a\xe9\xc9\x11\xdd\xd6\xe4\xf5\xdb\x87\x22\xb8\x1d\x6c\x22\x5c\x4a\xea\x26\xd9\xdd\xaf\x7d\xc7\xd4\x97\xcc\x63\x67\xb6\x61\x9c\xed\xb7\xd1\x2e\x1b\x4a\x8f\xd4\xb3\x33\xdf\x55\x03\xa7\xc7\x49\xa3\x9b\x5c\x35\xc6\xb6\x74\xae\x95\x5b\x36\x8f\x4d\x88\x4b\x49\xe7\xbe\xb4\xff\xbf\x84\x9d\x3b\x8e\x64\xb9\x11\x45\x7d\xad\xa2\x77\xa0\xca\xe4\x27\x48\xa0\x3d\xd9\xd2\x1e\xb2\xea\x26\x81\x31\x66\xa6\xd1\x9a\xd9\xbf\xc0\x73\x64\x8d\x0c\x19\x85\x87\x0a\xe4\x23\x83\x8f\x0c\xc6\x87\x71\x19\x8d\xe4\xa3\x88\x63\x29\xce\xd2\x22\x8e\x25\x60\x57\xc4\xb8\xa7\x29\x47\x40\x57\xee\xcf\x0a\x5a\x49\xf3\x55\xf6\x83\xf6\xf0\xd5\x07\xc2\xb0\xe9\x01\x84\x59\xda\x93\x4e\xd1\x2e\x0d\x0f\x3a\x20\x57\xee\x9b\xd2\x64\xe4\xe9\x18\x3a\x8c\x90\x05\x1e\x30\x2b\xa2\xe3\x23\x66\x25\x4d\x81\xa6\xe4\x58\x1a\x71\x9f\x34\xa5\xf7\xc9\x0a\x6b\x4a\x2f\x35\xea\x2f\x8d\x2e\x9a\xcd\x35\x9b\x83\x39\x35\x49\x43\x78\x39\x84\x4c\x23\x45\x29\xad\x3b\x54\xa4\xad\x69\x83\x35\x34\x09\xc0\x85\x08\x94\x89\x90\x95\x7a\x22\xe3\x42\x56\x02\x64\xa5\x71\x2b\x5d\x84\xac\xc4\x02\x1f\x45\x05\xaf\x50\xd9\xe3\x3e\x9a\x34\x7a\x55\x76\x85\xac\x54\x73\x1e\x96\xcd\x2d\x9b\x9b\x90\xfc\x98\x88\x2e\xa7\xa1\x69\x8a\x6e\xc3\x0b\xae\xf6\x94\xe6\x48\x37\x23\x7d\xc2\xdb\xf6\xc3\x29\xcd\xe0\x07\xd2\x14\x57\xeb\x80\x14\x27\x5e\x69\x8a\xab\x45\x3f\xaa\x35\x66\xff\x65\x73\x2f\x9b\x63\x0c\x2f\xc7\xf5\xe9\x18\xd8\xf6\xda\xa7\x63\x50\x5a\x29\xc3\x95\x46\x5c\x34\x4d\xd1\xc4\xbf\x4d\x53\x34\xad\x17\x52\x00\xa5\x62\xbd\x90\x50\x2f\xa4\x71\x2e\x1b\xeb\x85\xc4\x7a\x21\x85\xe7\x9a\xa6\x68\x52\x36\xa4\x3d\x1d\x84\xa6\x55\xfb\x72\x10\x48\xb0\xf5\x42\x22\xb0\xa7\xf0\x5c\xd3\x14\x4d\xe0\x37\x8f\x6a\x8b\x2e\x14\xc3\xf6\x96\x3b\x94\x6b\xd3\x1a\x6a\x58\x43\xff\x5d\x87\x6f\x07\xab\x68\xe2\x91\xa6\x1d\xbb\x50\x0e\xbb\x8b\x53\x39\xb4\x86\x48\x81\x82\x48\x3b\x36\x77\x6c\xee\x92\x3a\xbe\x76\xc4\xda\x14\x2e\x69\xc4\xda\xa4\x53\x32\xa1\xc0\x6d\xa4\x13\x2a\x4d\xc7\xcc\x29\xf0\x08\xe9\x24\xba\xa4\xbb\x3a\xc9\xbf\x4f\x27\x59\x2e\x5d\xd5\x82\xd7\x97\xae\x6a\xb1\x98\x47\x91\xe2\x9e\xae\x99\x2f\x60\xa6\xf0\xfa\xd2\x55\x37\x7d\x7e\x49\xbb\x5f\xaa\xe3\xa8\xa6\xe3\x81\xd6\x40\x91\x82\x77\xb9\x0f\x3e\x3c\xd3\x28\xea\x25\x5d\x09\xe0\x9a\x82\x74\xad\x95\x5e\x6f\x69\xbe\xca\x9a\xed\x57\x89\x35\x2a\xf8\xa5\x93\xde\x16\x6b\x83\x14\xb9\xd2\xe9\xcb\x1e\x16\x3d\x4c\x06\xb6\xfc\x00\x5b\x86\x99\x6e\x31\x34\xe9\xe4\xe9\x17\xd9\xcd\xe9\x2f\x39\xf9\x92\x13\xbb\xf8\x92\x13\x97\xc5\xd8\xbc\xeb\xb2\xe8\xee\xe2\x20\xeb\xd3\xdd\xc5\xad\xd5\x51\x1c\x97\xa5\xbb\x63\x53\x9f\xe3\xd2\xf8\xdd\xdb\x8f\x82\x73\x5a\x1c\x97\xa5\xbf\x9d\x34\x97\x0f\xc5\xb0\x43\xf9\x8d\xfb\x38\xde\x96\x4d\x7b\xae\x15\xc1\x36\x05\xa8\x3d\x96\xe1\x48\xe7\x16\xd2\xe2\xbe\xb3\x80\xbc\xb9\x0f\xdf\xc5\x25\x14\x80\x93\x81\xc7\x5a\x5c\x6e\x96\xa1\xc7\x3a\x5c\x40\xa4\x07\x66\xb8\x80\x44\xe5\x14\xf9\x81\x11\x95\x13\x11\x38\xa5\x9f\x68\x59\x8f\x00\xc4\x69\xcf\xd5\xfe\xbf\x52\x1f\x04\xf1\x33\x34\x7a\x28\x63\x95\xa1\xd1\x33\xdc\x37\x51\x73\x02\x6a\x62\x61\x8d\xe2\x00\x30\xc3\xd5\x2a\xc8\xa6\x00\x89\x67\xb8\x5a\xa9\x9c\x71\x69\x1d\x9a\xcd\x61\x82\x73\x9f\x65\xc0\xcd\xdc\x07\x63\x24\x51\x38\x63\xc8\xc9\x60\x89\xf8\x26\x61\xd1\x58\x45\xa3\xb8\xf6\x3f\x62\x65\x32\x5c\xfb\x5c\x30\x96\xe1\xda\x1f\x60\x84\x8b\x0b\xc6\x32\x40\x86\x45\x64\x4c\x91\x16\x9c\x31\xed\x62\xda\x05\xcd\xe9\xf6\x02\x86\x79\x54\xb1\xce\x47\xf9\x15\xaf\xa7\xdb\x9a\xcc\x95\xad\x29\x35\xc5\x3e\x3c\xca\x49\x51\x44\xc8\x14\xce\x50\x44\x84\xc1\x54\x39\xc9\xcb\xe6\x96\xcd\x15\xa4\x92\xb4\x21\xc1\xc8\x72\xac\xda\x72\x24\x05\x67\x6c\xc7\xf5\x72\x5c\xe8\xb9\xa1\x77\x3c\xdc\x38\xf5\xf1\x86\x1b\xe7\x60\xe3\x6c\x0e\xdf\x8d\xd3\xda\x1a\xa5\x53\x36\x94\x9a\xa1\xd4\x2c\x07\xa6\x53\x2a\xac\xa4\x96\xdc\xc5\xe6\x62\x73\x70\xa7\x07\x3a\x34\x73\x96\x5d\xb8\xbf\x0e\xcc\x1c\x20\xd2\x11\x69\x92\xa1\x1c\x01\xea\xce\x50\x8e\x44\x9f\xd4\xf2\x0b\x2b\x47\x42\x4d\x8a\x2b\xac\x33\x8e\xcd\x1d\x9b\x83\x91\xe3\x20\x14\x19\x70\xde\x11\x57\x12\x70\x25\xde\x50\x13\x71\x25\x99\x4a\x11\x38\xef\x88\x2b\xc9\x54\x8a\xc0\x79\x47\x60\x49\x04\x91\x14\xe9\xa8\xb1\xf2\x47\xc0\x92\xb4\xd6\x24\x35\x49\x30\x82\xfd\x32\x89\x78\x66\x6a\x0d\xe9\x32\x8a\x12\xc9\x7c\xd8\x1a\x96\xf6\x24\xe2\x19\x91\x23\x45\x72\x69\x80\x8c\xdc\xc7\x97\x34\xba\xd0\x25\x99\x1a\x30\xfa\x87\x53\x03\x66\x62\xc0\x50\x49\x33\x93\xf3\xad\x4c\x85\x93\xdc\xd2\x4c\xa3\x48\x62\x42\x6a\x61\xe7\x4d\x25\x71\x82\xf5\x2d\xee\x1f\xce\xd4\x84\x11\x00\x52\x9c\x63\x66\x76\xbb\xe8\x76\x01\xc7\x3a\xc3\xc0\x40\xee\xcf\xae\xb0\x4f\xa5\x13\x1c\xc8\xa5\xf1\x3b\xa2\xaa\x01\x14\xd2\xd4\xfe\x82\x42\x32\x15\x62\x9d\xd2\x69\x00\x4a\xa0\x48\x71\x04\x9a\xa9\xc4\xce\x39\xa5\xd1\xc5\x74\x64\x44\x9b\x8a\xc3\xc3\x4c\x35\xd3\x24\x84\xaa\xe1\x20\x28\x24\x53\xe9\xe4\xba\xdd\x4c\x03\x50\x93\x8c\xea\xe2\x36\xf5\xcc\x25\x2b\x1a\x58\xdb\x15\xa0\x81\x35\x31\xb0\x9a\x9f\x5d\x95\x33\x95\x31\x1d\xd5\xa9\x8c\x89\x00\x29\x2e\x5d\xcf\x54\x0d\x51\x4e\xe5\x51\x14\xcb\xca\xd4\xb7\x9e\x9a\x4e\xa4\x8d\x66\xea\x47\x4f\x3d\x1d\x4e\x45\x63\x85\x94\x88\xed\xa8\x8d\x1f\x02\xa8\xe3\x3e\x96\x34\x86\xf1\x29\x7b\xda\x49\x9c\x7b\x66\x6a\x27\x4d\xec\x24\xc0\xd3\x11\xa1\x91\xa9\xb8\x73\x98\x91\xf9\x65\xb7\xca\xf6\x76\x6a\x95\xed\x99\x0f\x69\x0c\x37\xb2\xac\x46\xd4\xb7\x16\xa2\x91\xc9\x0d\x1b\xeb\xc3\x49\x8b\x93\x41\x78\x69\x7d\x60\xd9\x4c\xc3\x4b\x13\x81\x5f\xc4\xfd\x33\x0d\x2f\x09\xc8\x58\x5c\x14\x9a\xa9\x74\x8b\xb4\x58\x64\x9d\x46\xa4\x45\x26\xc9\x99\xeb\xc3\x59\x3b\x8e\x03\xeb\x69\x11\x47\xcf\xd4\x7a\x9a\x58\x4f\xcd\xa1\xa9\x24\x45\x5a\x2c\xae\xcf\x4c\x19\xd6\x15\x69\xb1\xb8\x3f\x33\xa5\x78\x17\x61\xdd\xc5\x65\x99\x29\xc3\xba\xf5\x90\xbd\xf1\x01\x6d\x49\x63\xc5\xf3\x55\x84\x50\xa4\x1e\x72\x42\xcc\xad\x94\x65\x61\x15\x0b\x9c\x79\x4a\x59\x16\x2f\xb1\xf4\xf3\xad\x25\x13\x60\x13\x4d\x53\xb1\x14\xe5\x6a\x72\xc7\x7c\x97\x41\xe2\x22\x48\x0c\xc6\x39\x65\x90\xd8\xba\x31\xeb\x03\x33\xae\x0c\x12\x0b\xab\x58\x24\xb6\xa6\x14\x6f\xf1\x12\x8b\x03\xe2\x88\x97\x48\x75\xe7\xec\xaf\x37\xb9\xd7\xff\x6a\xf5\x32\x86\x5c\xdd\xf1\xa0\x9a\x8b\x2c\xd2\x80\xaa\x68\x80\x73\x53\x0a\xba\x95\x66\x96\xc1\x41\xcb\xca\x04\xa4\x45\xd3\x7c\x2d\xd5\xb0\x08\x8b\xf5\xc0\x8a\xaa\x69\x6b\xd3\xd6\x78\x53\x8d\x5b\x57\xc9\xde\x9f\x31\x1c\xe5\xbc\x08\x84\x2d\xc3\x74\x65\x20\xcc\xe2\x33\xeb\x61\x17\x46\x9a\x05\x62\xac\x07\xcb\xa8\x14\x74\x11\x16\x8b\x0b\xd9\x23\xc2\x22\x94\x97\x69\x20\x96\x63\x79\x99\x14\x91\xe6\xf5\x20\xc0\x55\x06\x50\x40\x55\x5c\x1a\xaf\x6a\x82\x16\x3a\x17\x84\x71\x4a\x9d\x6b\xc5\x99\xf5\x70\x65\x2d\xb9\x5b\x72\xc7\xf6\x5f\xee\x11\xb5\x6d\x8e\xed\xa5\xf4\xc2\xa8\x2f\xd3\x3a\x3e\x4d\x6d\x39\x79\x39\x88\xbb\xbf\x1e\xf2\x82\xbf\x9f\x7d\x75\x4a\xc7\x57\x39\x9b\xd3\xe9\x43\x7a\x70\xc7\x55\x39\x9b\x65\x7a\xf6\x5d\x86\xe2\xb5\xcf\xc6\x3f\x38\xfb\xf9\x71\x49\xd7\x1c\x3a\x9b\xc4\xa4\xb3\xaf\x67\xdd\xc1\xbf\x9f\xfd\xb4\xad\xeb\x31\x77\x92\x04\xcf\x26\x02\x76\x48\x2e\xee\xf8\x1a\x67\x13\x8d\x3d\xfb\xba\xcd\x9d\xc2\x4b\x67\x13\x8d\x3d\xfb\xae\xc7\x0e\xee\xf2\xec\x26\x13\x57\xe9\x74\xac\xfb\x43\xd9\x89\xef\x67\xf7\x0f\x48\xeb\x92\xd0\x35\x87\xaa\x12\x9d\x2b\xc2\xce\xc6\x81\x3e\xd4\x96\xe8\x24\xd6\x9d\x8d\xf6\x39\xfb\x2a\x1c\x11\xa7\x87\x9a\x13\xf7\xf1\xbe\xa4\x09\xf7\xa0\xa8\x0f\xf9\xcd\x1d\xcc\xdb\x31\xb1\xf9\x90\xcb\x2c\x44\xf1\xec\x61\x5b\x77\x45\xf6\xe9\x18\xcb\x61\x5f\x73\xac\xb3\x0c\xce\x2e\xb9\xbf\x7e\x4b\xef\x4f\x7f\x65\x8f\xc5\x97\x90\xd5\xb2\xc7\xbb\x58\xc4\x85\x1f\x2b\x42\x1c\x2a\x42\xf4\xee\xa4\x61\x9e\x1d\xca\x3f\x74\xc0\xd7\xc7\x52\x0f\x67\x6f\x5e\x9c\x90\xb6\xac\x6e\xa6\x63\xf2\x71\xb6\xac\x6e\xf8\x72\x40\xb8\xe6\x67\x6f\x66\xc8\x05\xb0\x9d\xa1\x0d\x5f\xe5\x8b\x36\xff\xa2\xf9\xc5\x8b\x2f\xdb\xba\xbe\x50\x07\x2a\x7c\x28\x34\x71\x1f\xbc\xb8\x99\xc7\x4f\xa7\xe3\xf3\x32\xc1\xb5\x76\x67\x7f\xfa\xe2\x27\xdf\xfe\x83\xe6\x3f\x65\xe2\xea\x9c\x4e\xfe\xe2\x31\x31\xfa\x90\x18\x2d\x8a\xf7\x98\x18\x7d\x48\x8c\x16\x9e\x7b\x2c\x22\x71\xc8\x7b\xee\x43\xbe\xe2\x8b\xe1\x57\x9b\x5f\xc5\x4f\x78\x95\x8a\x30\xd5\x63\xbe\xf3\x21\xb7\x59\x48\xea\xd9\x6f\x59\x7d\x3f\xef\x3c\x3e\x79\xf1\xed\xaf\xde\x4c\x6d\x63\x3a\xde\x8e\xf1\x3a\xea\x9d\x6a\x05\x67\xbf\x15\x85\x73\x3f\x0e\x90\xcf\x43\xfa\xf2\x7d\xb0\x4c\x3a\xcb\xe4\xd8\xd6\xa1\xad\x6b\xa2\x1d\xce\xc0\xbf\x9f\x73\x57\x31\x95\xe4\xcf\x61\x7b\x3d\x1c\xf4\x72\xe5\xe1\xf1\x74\xf3\x70\xba\xf9\xe8\x7f\xf1\x98\xee\x3f\xbf\xbe\x7e\xfc\xed\x1f\xff\x7c\xfd\xf8\xd7\xeb\xd7\xf7\xb7\xaf\x3f\x7f\xfe\x7c\xff\xf6\x47\x7e\xf9\xfa\xe3\xdb\xdf\x2f\xf5\x5b\xde\xe7\x97\xdf\xde\x3f\xdf\xff\xfe\xfd\xcf\x9f\x5f\xef\x6f\x3f\x7e\xff\x71\xdf\xe2\xef\x3f\x01\x00\x00\xff\xff\x4d\x4c\x2d\xc1\x6d\xd7\x01\x00"); +func _afef ()(*asset ,error ){_cdge ,_bbag :=_gfeec ();if _bbag !=nil {return nil ,_bbag ;};_afg :=bindataFileInfo {_c :"Ext-RKSJ-H",_ed :13359,_cg :_g .FileMode (436),_ca :_d .Unix (1580491904,0)};_cgbc :=&asset {_fdf :_cdge ,_ff :_afg };return _cgbc ,nil ; +};type asset struct{_fdf []byte ;_ff _g .FileInfo ;};func _bbgc ()(*asset ,error ){_afed ,_eccg :=_ecd ();if _eccg !=nil {return nil ,_eccg ;};_eea :=bindataFileInfo {_c :"CNS1-H",_ed :3373,_cg :_g .FileMode (436),_ca :_d .Unix (1580491531,0)};_ebdc :=&asset {_fdf :_afed ,_ff :_eea }; +return _ebdc ,nil ;};func _gfbe ()(*asset ,error ){_abffg ,_abeb :=_eggf ();if _abeb !=nil {return nil ,_abeb ;};_eaab :=bindataFileInfo {_c :"UniJIS2004-UTF16-V",_ed :3434,_cg :_g .FileMode (436),_ca :_d .Unix (1580492812,0)};_deded :=&asset {_fdf :_abffg ,_ff :_eaab }; +return _deded ,nil ;};func _dbcd ()(*asset ,error ){_gbca ,_ccgab :=_dabc ();if _ccgab !=nil {return nil ,_ccgab ;};_ccef :=bindataFileInfo {_c :"UniGB-UCS2-H",_ed :272134,_cg :_g .FileMode (436),_ca :_d .Unix (1580492744,0)};_ecfde :=&asset {_fdf :_gbca ,_ff :_ccef }; +return _ecfde ,nil ;};func _edf ()(*asset ,error ){_gfda ,_bddd :=_cfe ();if _bddd !=nil {return nil ,_bddd ;};_eaa :=bindataFileInfo {_c :"Add-V",_ed :1483,_cg :_g .FileMode (436),_ca :_d .Unix (1580491110,0)};_eac :=&asset {_fdf :_gfda ,_ff :_eaa };return _eac ,nil ; +};var _eda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x10\x05\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xbb\xaa\xba\x5b\x2d\x10\x86\x60\xb3\xe0\xc3\x6e\x42\x9c\x7f\x10\x72\x18\x4b\x3d\x66\x20\xd6\x0c\x9a\x99\x83\xbf\x7d\x78\xf5\x34\x0e\xec\x61\x99\x9d\x67\x75\x49\xfe\x3d\x77\xeb\xee\xe1\xe9\xf1\x69\x39\x5c\xc2\xdd\x2f\xeb\x71\x7a\x6e\x97\xb0\x3f\x2c\xf3\xda\xce\xc7\xeb\x3a\xb5\xf0\xd2\x5e\x0f\x4b\xd7\x89\x86\xf9\x30\x5d\x6e\x5f\xfd\x63\x7a\xdb\x9d\xba\x0e\xeb\x9f\xdf\xcf\x97\xf6\xf6\xb4\xec\x8f\xc1\x78\xdd\x7c\x3d\x6d\xd7\x86\x70\xf7\x6b\x7b\x3d\x9c\x2f\xeb\x7b\xf8\xf4\xd3\x7c\x7c\x69\x3f\x84\xb9\xed\x91\xff\xbc\xce\x6d\x3d\x2c\xaf\xe1\xd3\xc3\xb7\x67\xf9\x88\x9f\xaf\xa7\xd3\xbf\xed\xad\x2d\x97\xa0\x9e\xb5\x65\xf6\xcf\xee\xee\xe1\xeb\xee\xf4\x6d\xf7\xd6\xc2\x9d\x4f\xfa\x8c\x75\x9f\x79\x91\xff\xec\x8f\xb6\x9e\x0f\xc7\x25\xc8\x8f\x31\xe6\xff\xe3\xdf\xde\x4f\x2d\xc8\x36\xe3\xaf\xdf\x9f\x1e\xc3\xdf\x12\x24\x06\xcd\xb9\x96\x7f\xb6\xfc\xcf\xaf\xc7\xb9\x85\x78\xbb\xd3\xd3\xe3\xc3\xf1\xba\x5c\x82\xf4\x25\x6e\x4b\x85\xbf\xd2\x74\x9c\xdb\xf9\xb4\x9b\xda\xba\x5b\x5e\x5b\x17\xc2\x18\x63\x8c\xf7\x61\x4c\xe9\xcb\x97\x7b\x3c\xed\x77\x57\x74\x65\xd8\x56\x1e\x66\x26\xb7\x15\x31\xee\xf7\xf7\x21\x76\x63\x14\x7e\x17\x7c\xd7\x5c\xba\x31\x2a\x13\x45\x92\x45\xbb\x31\x1a\x13\x43\xd2\x97\xda\x8d\x31\x31\x49\x48\x24\x6a\xea\xc6\x98\x19\x65\x8f\xb4\x62\x76\x61\x54\x3c\xca\x86\xe1\x3d\xa3\xde\xa3\x7e\xc0\xf4\xca\xa8\xfa\x13\xc4\x84\xf1\x03\xa3\xc1\x23\x8b\x18\xbf\x63\xb4\xdb\x9e\x13\xe3\x5f\x18\xbd\x78\x54\x05\xe3\x27\x46\x13\x22\x8b\x3d\xc6\xcf\x8c\x66\x8f\x4c\x31\xbe\x31\x6a\x1e\xe5\x8a\xf1\x7b\x46\x7b\x8f\x6a\x8a\xdd\x28\x94\x12\x97\x4a\x71\x28\xdd\x28\xc4\x12\xc7\x4a\x96\xb5\x1b\x85\x5a\xe2\x5a\xa9\xc4\xda\x8d\x42\x2e\x71\xae\x54\x4b\xea\x46\xa1\x97\xa4\xcd\x14\xe3\xe9\x25\xee\x95\xad\xc7\x78\x7a\x89\x7b\xe5\x62\x18\x4f\x2f\x71\xaf\x5c\x2b\xc6\xd3\x4b\xdc\xab\x48\xc2\x78\x7a\x89\x7b\x95\x14\x31\x9e\x5e\xe2\x5e\xa5\xa0\x58\xa1\x97\xb8\x57\x19\xd0\xac\xd0\x4b\xdc\xab\x17\x54\x2b\xf4\x12\xf7\xea\x13\xaa\x15\x7a\x49\xdb\xfa\xc7\x78\x7a\x89\x7b\xf5\x03\xaa\x55\x7a\xa9\x7b\x55\x41\xb5\x4a\x2f\x75\xaf\x9a\x50\xad\xd2\x4b\xdd\xab\xf6\xa8\x56\xe9\xa5\xee\x55\x07\x54\xab\xf4\x52\xf7\x1a\x14\xd5\x2a\xbd\xd4\xbd\x86\x84\x6a\x95\x5e\xea\x5e\x43\x8f\x6a\x95\x5e\xea\x5e\xc3\x80\x6a\x95\x5e\x5a\x6f\x7f\xab\x98\x4f\x30\x1d\x98\x25\x94\xab\x14\xd3\x1d\xb3\x1e\xed\x2a\xc9\xd4\xc9\xd0\x3e\x6e\x41\x33\x9d\x98\x29\xfa\x55\xa2\xe9\xcc\x2c\xa3\x60\xa5\x9a\x36\x66\x3d\x1a\x56\xb2\xe9\x9e\x9b\x24\xa2\x62\xa3\x9b\x45\x66\x8a\x8e\x8d\x70\x26\xcc\x32\x4a\x36\xca\x99\xde\x36\x58\xec\x46\x23\x9d\x39\x9d\x58\x44\xcd\x46\x3b\xe3\xde\x34\x43\xcf\x46\x3c\xe3\xe6\xb4\x8c\xa2\x8d\x7a\xc6\xdd\x69\x15\x4d\x1b\xf9\x8c\xdb\x33\x45\x54\x6d\xf4\x33\xfa\x25\x43\xd7\x46\x3f\xa3\x5f\xca\x28\xdb\xe8\x67\xf4\x4b\x15\x6d\x1b\xfd\x8c\x7e\x59\x50\xb7\xd1\xcf\xa6\xdb\xa9\x80\x7b\xd0\xcf\xe8\x97\x0b\x0a\x37\xfa\x19\xfd\x72\x45\xe3\x46\x3f\xa3\x5f\x11\x54\x9e\xb6\x33\x90\x7e\xc5\xd0\x79\xa2\x5f\xa2\x5f\x29\xe8\x3c\xd1\x2f\xd1\xaf\x54\x74\x9e\xe8\x97\xe8\xd7\x0b\x3a\x4f\x69\x3b\x53\xa7\x88\x2c\xc5\xea\x27\xeb\xed\x04\xc5\xff\xf1\xfe\xf9\x78\x23\x4c\xd7\x75\x6d\xcb\xc5\xdf\x3e\x7e\xe8\xe3\xcc\x3e\x2c\xed\xe3\x4d\x76\x3a\x9e\xb0\xca\xff\xfd\x17\x00\x00\xff\xff\x1b\x84\x37\x93\xf5\x06\x00\x00"); +func _afdb ()([]byte ,error ){return _fd (_aceg ,"UniGB-UTF16-V")};func _bdfb ()(*asset ,error ){_ecbf ,_dcac :=_edfcb ();if _dcac !=nil {return nil ,_dcac ;};_gfc :=bindataFileInfo {_c :"Ext-RKSJ-V",_ed :1151,_cg :_g .FileMode (436),_ca :_d .Unix (1580491925,0)}; +_aacdc :=&asset {_fdf :_ecbf ,_ff :_gfc };return _aacdc ,nil ;};var _fecdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4f\xcb\x24\x47\x72\xc6\xef\xfd\x29\xea\xb8\x3e\xd8\x53\x95\x19\x7f\x32\xa1\x69\x30\xd2\x82\xc5\xb2\x5e\x63\x79\x6d\x83\xf1\xa1\xab\xba\x5a\x0c\x58\xef\x0c\xef\x8c\x0e\xfa\xf6\x26\x7e\x4f\x4b\x62\xed\x85\x3d\x88\x90\x1e\x65\x46\x45\x46\xc6\x9f\x27\xb2\xdf\x0f\xdf\x7c\xf7\xed\x77\x6f\x1f\xbf\x2e\x1f\xfe\xe5\xfd\xd3\xf1\xfd\xf9\x75\x79\x7e\x7c\x7b\xbc\x9f\x5f\x3e\xfd\xf4\x7e\x9c\xcb\x7e\xfe\xf0\xf1\xed\x72\xd9\xda\xf2\xf8\x78\x7c\xfd\xe5\x3f\x11\xc7\x8f\xf7\xcf\x97\x4b\xed\xff\xfe\xe7\x2f\x5f\xcf\x1f\xbf\x7b\x7b\x7e\x5a\xba\xd6\x3d\x7e\xfa\xfc\x5a\xbb\x2c\x1f\xfe\xf5\xfc\xe1\xe3\x97\xaf\xef\x3f\x2f\xbf\xfb\xc7\xc7\xa7\xfd\xfc\xbb\xe5\x71\x3e\x0b\xff\xd3\xfb\xe3\x7c\xff\xf8\xf6\xc3\xf2\xbb\x3f\x7c\x7a\x3f\xef\xdb\xaf\xff\xe3\xfb\x9f\x3e\x7f\xfe\x9f\xf3\xc7\xf3\xed\xeb\xb2\x82\x9d\x6f\x0f\xe4\xe5\xc3\x37\x7f\xbc\x7f\xfe\xe7\xfb\x8f\xe7\xf2\xe1\x0f\xdf\x7f\xf3\xf7\xff\x04\x0a\xf8\xef\xe7\xfb\x97\x8f\x9f\xde\x96\xf9\x0f\xeb\x1a\xbf\xc1\xff\xf6\xf3\xe7\x73\xd9\x5e\x9b\xff\xfc\xdd\xb7\x7f\x7a\x3e\xbf\x9c\x5f\x97\xb6\x4a\xf1\x87\xff\xfc\xf3\x77\xdf\x2e\xff\xb5\x2d\xdb\xba\x34\xb7\xb5\xfd\xf7\x6b\xe9\x7f\xfc\xf1\xd3\xe3\x7c\x7d\xfd\xb2\xe9\x2c\xc7\xa7\xc7\xf9\xe5\xf3\xfd\x38\xdf\xef\x6f\x3f\x9c\x97\x65\xb9\xb6\xad\x6d\xb7\xe5\x9a\xbf\xcf\xdf\xdf\xca\xc8\xff\xb3\xe2\xb2\xad\xeb\x6b\xeb\xc7\x87\xa0\x5f\xb6\xb4\x2d\xcf\xdb\xb2\xad\xdb\xe5\xda\x9a\x90\x16\x7e\x5b\xb6\xe9\x97\x6b\xeb\x42\x7a\xad\x69\x61\x97\x6b\x33\x21\xe6\xfd\xb6\x74\x1f\x85\xb8\x83\xd4\x1a\x5b\xe7\xe5\xda\x5c\x6b\xbc\xdd\x6f\x8b\x79\x69\xf6\xbe\x82\xf4\x79\x5b\x2c\x40\x4c\x6b\x7c\xdc\x16\x4b\x90\x10\x92\x85\xf0\xf5\x90\x9e\x08\xbb\x2d\xbe\x95\xe6\x14\x92\xf1\xbc\x2d\x3e\xf2\x72\x6d\x43\xc8\x68\x76\x5b\x22\x02\x24\x84\xc4\x6d\x89\x5c\x41\x86\x90\x67\x21\xf5\xad\xd1\xb5\xab\x6c\x8e\x2c\xcd\x53\x7a\x66\x21\xe9\xa5\xf9\x2e\xe4\x9e\xfd\xb6\x0c\x4e\xb1\x0b\xd9\x33\x6e\xcb\xec\xe5\x8d\x43\xc8\x51\x87\xd9\xd6\x56\x1f\x3b\x5c\x50\x02\x79\xbf\x5c\xfb\xca\xaa\xbe\xca\xd3\x23\x2e\xd7\x2e\xe7\x77\x39\x7f\x1b\xeb\xe5\xda\xe5\xfd\xde\x80\x5a\xda\xe5\xda\xe5\xfe\x8e\xfb\xb7\x1e\xe3\x72\xed\xf2\x7f\xc7\xdb\x9b\x45\xbb\x5c\xbb\xdc\xdd\x1d\xc8\xbd\xd4\xcb\x73\x3d\x80\xc2\x4b\xbd\x5c\xd7\x13\x28\xad\xd4\xcb\x77\x1d\x2f\x6c\xa3\x97\x7a\xb9\xa1\xe3\x86\x6d\xf6\x52\x2f\x3f\xf4\x3b\x31\xb0\xb6\x52\x2f\x47\xf4\x1d\x68\xab\x63\x77\x79\xa2\x1f\x40\x6d\x2b\xf5\x0f\x41\x0f\xa0\xbe\x96\xfa\x53\xd0\x09\x64\x6b\xa9\x7f\x0a\x7a\x0a\x9a\x71\xb9\x9a\xfc\x65\xf8\xab\xf9\x5c\x2f\x57\x93\xbf\x6c\x53\x20\x0e\xbb\x5c\x4d\xfe\x32\xfc\xd5\x32\xc7\xe5\x6a\xf2\x97\x29\x5c\x47\xb6\xcb\xd5\xe4\x2f\xc3\x5f\x6d\x56\x80\x98\xfc\x65\xf8\xab\xaf\x51\xea\xe5\x2f\xc3\x5f\x7d\xf3\x52\x2f\x7f\x19\xfe\xea\xcd\x4a\xbd\xfc\x65\xf8\xab\x77\x2b\xf5\x72\x8e\xe1\x9c\x6e\xbd\xd4\xcb\x39\xb6\xdb\xb3\x32\xa4\x97\xfa\xdd\x57\xa0\x12\xb6\x6d\xac\x72\xad\xaa\xe4\xe9\x9e\x09\x14\x82\xe2\xb6\xf4\xe0\x40\xbb\x27\x50\x04\xd9\x56\x5f\xdc\xe3\x05\xe5\x6d\x49\xe2\xcb\xf6\x18\x40\x18\xe1\xb3\x36\xea\x3a\x8c\xeb\xa8\x68\xb8\x5c\x4d\xd7\x61\x0f\x2b\x28\x37\x2f\xa8\x6c\x7c\x89\x6e\x78\xe2\x21\x53\x1f\xa5\xbe\x67\xb0\x51\xea\x11\x39\x57\x56\xc5\x04\x42\x7d\x8e\xd2\xa5\xab\xb5\xb3\x1d\xb7\xa5\x8f\x35\x81\x1e\x82\x1e\x40\x0d\xe8\x04\x62\xe3\xa8\x9c\x36\x05\x80\x3d\xf3\x7e\x5b\xba\xd4\x3f\x73\x17\xb4\x03\x35\xa0\x43\x50\x6d\x9c\x15\x13\xae\x30\x91\xe8\x73\x76\xa0\x26\xa8\x15\x64\x01\xd4\x81\x7a\xb2\xca\x0a\xea\x43\xd0\xf8\x6d\x55\x55\xa6\xab\xaf\xe5\x09\x5b\xcb\x39\xbe\xe2\x09\x89\x9e\x15\xbe\xbe\xba\xbe\xe8\x47\xad\xea\x82\x1e\x82\x1e\x75\xb5\x7d\x03\x3a\x81\x54\x10\x2b\xf9\x5c\xe1\xeb\x5b\x55\x4d\x5b\x47\x99\xba\xb9\x09\xb2\xdb\x62\xbd\xd2\xdd\x37\x2a\xa9\x84\x6d\x95\xc8\xbe\x11\x13\xbe\x55\x1c\xd8\xd6\xb5\x6a\x08\x1a\x6c\x74\xa0\x29\xe8\xce\x2a\x6d\xdc\x81\x62\x65\x15\x50\xc8\x88\x12\xb6\x61\xfd\x16\x4d\x50\xab\x7a\xba\x62\x6a\x74\x41\x65\x44\xaf\x90\xf3\x2d\x64\x44\x09\xeb\x43\xba\x52\x90\xec\x9a\x40\xb2\x2b\x76\x56\x25\xd0\x21\xa8\xfc\xb5\x99\xd4\x3f\x04\x95\xbf\xfa\xdc\x80\x4e\x41\x27\xab\x04\x3d\x81\x12\xeb\xb9\xb4\x2d\x65\x7d\x62\xbd\x61\x57\xca\xfa\x12\xd6\x27\x76\xa5\xac\x4f\x5c\x68\x38\x3a\x65\x7d\x62\xfd\xc4\xd4\x94\xf5\x39\x59\xa5\x8d\x77\x41\xe5\x42\x5b\xb5\x51\x2e\x2c\x61\x9b\x69\xa3\x0e\x94\x0f\x56\x69\xa3\xac\xe7\xb6\xab\xff\x55\xfb\xfd\xa5\xcb\xfe\xb5\xc6\xeb\x2a\x5c\x12\xb6\x11\x1f\x4d\x71\xdb\x2a\x56\xcd\x36\x41\x26\x28\x58\xb5\x01\xa5\x20\x6c\xdc\x1a\xd0\x2e\x68\x07\x9a\x40\x87\x20\x9c\x5e\xb5\xcc\x1b\x89\x28\x61\xd6\xa4\x1e\xb3\x5b\x97\x11\x15\x45\xad\xcb\x88\x12\x66\x8d\x8d\xbd\x0b\x22\xba\x1d\xf5\xfd\xb5\xf1\xa4\xb9\x63\x57\xe7\xb6\x9a\xa1\x2b\x51\x6f\xd2\x65\x9d\x55\x1d\x48\x07\x2a\x61\xbe\x25\x90\x0b\xe2\xb6\x52\xab\x42\x90\xb8\xc3\x00\xd2\x19\x4b\x98\xcb\x2e\xd3\x19\x8d\x33\xa6\x20\x9d\xd1\xb0\xab\x71\x20\x93\x5d\xa4\x98\x37\x74\x29\xc5\x1a\xf9\xe4\x9d\x55\xca\x27\x84\x6d\x29\x68\x0a\xc2\x08\x22\xb2\x29\x9f\x9a\xf2\x9c\x7c\x6a\xca\xf3\xe6\x4f\x56\xb1\x31\xa8\x19\x08\xdb\x12\x7f\x29\xeb\x10\xe6\xc6\xb1\x95\x75\x08\x73\x05\x80\xb2\x0e\x61\xf0\x01\x6f\x21\x7f\x05\xd6\x07\x67\x0c\x59\x5f\x99\x66\x1e\x18\x11\x32\x35\x30\x35\x31\x35\x64\x2a\x89\xe8\x32\x55\x89\xd8\x2a\xad\x6c\x1b\xac\x4a\x99\x5a\x09\x63\xb1\xa2\x3e\xf5\x45\x92\x27\x56\xac\x57\xf2\x20\x6c\x1b\x9c\x51\xc9\xd3\xe0\x69\xa1\x00\x48\x19\x41\x0e\x6c\x14\x08\xb5\x62\xef\x82\x66\xc5\xaa\x5a\xb1\x1b\x95\xa5\xb1\xca\x54\x59\x4c\x95\x85\xdb\x36\x55\x16\x23\xeb\x3a\x81\x69\xca\x3a\xc4\xab\xbc\x59\x3e\x04\x9d\xbf\x96\x37\xb5\x75\xf7\xa6\x82\x3a\x80\x5c\x90\xff\x5a\xde\x1c\x76\xe8\xe2\xa6\x2a\x6f\xae\x1c\x42\xbc\x6a\x99\x2b\x87\x9c\x84\x51\x2d\x73\x25\x0c\xe2\x75\x20\x6f\xc4\x97\xcb\x88\x51\x1b\x45\x24\x3c\xaa\xdb\x98\x05\x90\xba\x0d\xc2\xb6\x48\x20\xfc\x15\x84\xaf\xa1\x2b\x14\xbe\x08\xdb\x52\x10\x5f\x84\x94\x98\x93\xee\x22\x25\x9e\xca\x8e\xea\xce\x9e\xca\x0e\x84\xbb\xb3\x4a\xd9\x91\xa1\xab\xad\xb4\x4a\x05\x13\x22\x94\xdb\xa9\x60\x82\xe0\x58\xb4\xb2\x4b\x04\xc7\x87\xa0\xe2\x16\x2e\x42\xe8\x10\x42\x4b\xc2\x57\x9c\xc7\xe1\x3c\x36\xc8\x0e\x71\x1e\xdf\xc9\xed\x49\x5a\xed\xca\x6d\x84\xab\x7e\xed\xca\xed\x1d\xbb\x26\xb1\xba\xcb\x2e\x84\xcd\xd6\x80\xb4\xb1\xd4\xfb\x5a\x83\x89\x8b\xcd\xf8\x51\x57\xeb\x2b\xa6\x1e\xba\x5a\x44\xaa\x4e\x1c\xba\xda\x43\x1b\x69\xc5\xe2\x3c\xfe\x60\x23\x44\xd5\x1f\xda\x88\xf0\x95\x14\x7d\x68\xe3\xc3\xb5\xaa\x9c\xf3\x50\x9d\x40\xf8\x46\x2a\x3c\xd4\x8a\x1f\x95\x30\xd5\x86\x0a\x52\xc2\x20\x32\x8a\xf3\xf8\x23\xb5\x11\x23\x1a\xd6\x8b\x19\xf9\x59\x11\xed\x8d\x84\x39\x15\xd1\x08\xf7\xa2\xb3\x7e\x2a\xa2\x11\xde\x8b\xf3\xf8\xa9\xd6\x82\xf0\x4e\xe4\x88\x2c\xf9\xb3\x6a\xb4\x77\xae\xf6\xa9\x1a\x8d\x48\x71\x8b\x67\xc7\xae\x67\x95\xa1\xca\xc4\x82\x54\x86\x10\xde\x6b\x6e\xf0\xa7\xca\xd0\xb3\x12\xce\x3b\xd5\xe4\xa9\x1e\x8e\x70\x23\xdd\x9f\x2a\x30\x4f\x19\x51\x81\x19\x22\x5e\xb1\x26\xea\xab\x3b\xc7\x9a\x2f\x68\xbb\x2d\xc1\xa5\xc5\x4a\x77\x0e\x68\x90\x5b\xd5\xe8\x10\x0d\x8a\xad\xb2\xcb\xad\xd2\x2a\x36\x5a\x93\x84\x43\x41\x63\x23\xd3\x02\xd6\xe0\x56\x0d\x3b\xc4\x1a\x24\xbc\x6f\x6c\x0c\xad\x42\xbd\xd7\x81\x42\x8d\x35\x9a\xa0\xfc\xdb\xad\x38\x54\xa5\xa2\xd7\x05\x7a\x54\x03\x8a\xce\x05\x4a\xe4\x5a\x37\x1f\x9d\x22\x18\xd4\x32\x67\x38\x0c\xd5\x32\x89\xec\xd5\xf2\xc2\xe8\xe1\x61\x35\x6c\x7a\x96\x3b\xc3\xda\x14\x34\x51\x3f\x80\xee\x40\xd2\xc5\x17\x55\xb8\x82\x62\xe3\xa3\x66\xea\x50\xb1\x91\xf0\x81\xef\x54\x6c\x82\x49\xda\x47\x85\x5f\x78\xd7\xc6\x57\xc3\x76\xa0\x2e\x68\xb0\x0a\xf5\x14\x1b\x09\xb3\x4a\x9e\xf0\x7e\x17\x74\x67\xd5\x04\xda\x05\x51\x92\x9a\x20\x9c\xee\xd5\xc3\x7d\x54\x4f\x0a\xa7\x87\x4b\x98\x75\x8c\x20\xcf\xc3\x0d\xeb\xb9\x53\x37\x59\x4f\x2b\xb6\x8e\x5d\x26\xeb\x8d\xc1\xbd\xa8\x5a\x38\xfc\x5a\xc2\x18\x9d\xc2\x5d\x07\x2a\xe1\x63\xa2\xcb\x9b\x20\xce\xd8\x05\xe9\x8c\xe4\xe6\x98\xf8\x8b\xdc\x94\x30\xeb\x58\xcf\xe8\x14\x5e\xad\xc9\x27\x11\xe9\xa9\x63\xd3\x5a\xac\x28\x64\x38\x89\x28\x21\x82\x13\x9e\x3a\x36\x89\x38\x65\x57\xea\x40\xe2\x78\x35\x3b\x87\x0a\xbd\x84\x59\xd5\xc5\x08\x05\x40\x14\x89\xf3\xd9\x05\x99\x20\xfc\x55\x14\x32\x82\xfa\x13\x51\x35\xc7\x67\x17\x94\x82\x68\x1a\xc5\x07\x22\x78\xb2\x88\x20\x53\x66\xd5\xd8\x08\x65\x4a\x88\xc4\x55\x71\x8e\x50\x98\x20\x9c\x41\x26\x42\x61\x12\xf0\x3a\xab\xf6\x19\xd1\x65\x17\x35\x63\xca\x54\x85\x09\xc2\x8c\x90\x8b\x2e\x53\x3b\x76\x99\x20\xd9\x45\xe7\x32\x9c\xa3\xce\x15\x51\xd1\xe2\xd3\xb1\xab\x1f\x82\x88\x9c\xc0\x2e\x45\x4e\x10\x39\xd3\xf1\x97\x22\x07\x61\x1b\x79\x1e\x8a\x1c\x84\xcf\x40\x17\x1d\x22\xc2\xd4\x3e\xb1\xde\xe4\x09\xe3\x1e\xc9\xf3\xb0\xbb\x20\xc6\x9d\xd7\x46\xc2\x37\x88\x9c\x19\x7c\x51\x91\x13\x8a\x9c\xe0\x40\x8a\x9c\x20\x72\x68\x40\x11\x8a\x9c\x50\xe4\x04\x67\x54\xe4\x44\x11\x42\x9f\x29\x5d\x3a\xb6\x93\x43\xa4\x7b\xb8\x8c\x70\x3c\x91\xf8\xde\xe5\x09\xc6\xc3\x4d\xa6\xba\x3c\xe1\xdc\x50\xca\x08\xdd\x10\xb4\xd1\x64\x04\xb4\x51\xc2\x27\x99\x16\xa1\xf8\x82\x36\x1a\x65\x37\x42\x07\x0a\xbc\x3a\xb4\x51\x5e\xa5\x7d\xaa\xc6\x46\xc8\xab\xb0\x2c\xa3\x02\x44\xe8\x8c\xb0\x2c\x4b\xbc\x1a\x3a\x23\xb5\x7f\x0e\xad\x92\xa3\x21\x97\xa6\x03\x85\x8e\x1d\xf8\x7e\x48\xbd\x8e\x0d\xb9\x34\x1d\x28\x74\xec\x12\xf1\x4a\x05\xd5\xeb\x08\x8e\x3d\xf4\x45\x1d\x1b\x0a\x6a\xb2\x3e\x75\xec\xd4\xb1\xd9\xa8\x3e\x82\x30\x1b\x1c\x5b\x7d\x04\xf1\xea\x10\x91\xba\x47\xca\xf6\x1c\x18\xa1\xb2\x8d\x30\xd3\x81\x54\xb6\x43\xdc\x55\x81\x99\x3a\x76\x32\xb6\x52\xa3\x23\x75\xec\xe4\xb6\xa7\xd4\xeb\xd8\x8c\x87\x26\xeb\x55\x3a\xe0\x62\x3e\x6b\x6c\x0d\x71\x31\x09\x53\x33\x4b\x55\x80\x84\x5b\x4c\xaa\x5c\xc2\x2d\x24\xcc\x30\x35\x95\xee\x59\x29\x1e\x6b\xb1\xd2\x48\x35\x0a\x84\x59\x31\xc9\x48\x35\x8a\xd4\xb0\xf7\xfa\xe2\x2e\x68\x67\x63\x03\x3a\x04\x1d\xbf\x90\xcb\x48\xd5\x89\x54\x9d\x98\x1d\xe8\x14\xf4\x64\x23\x10\x2f\xb2\x12\x66\xf4\xf0\x54\x3b\xc9\x9a\xec\x62\x5d\x1d\xe8\x29\x88\x4b\x9b\x40\xa6\x8d\x25\x62\xdd\x30\xd5\xb4\xb1\x44\x26\xbe\x4f\x93\x27\x2a\xb7\x63\x6d\xeb\xdf\x6e\xc5\xa9\xd4\x47\x98\x51\xfb\xd3\xe4\x28\x55\x83\xa9\x4f\x0d\x41\x77\xf4\x62\xb6\x52\x3f\x35\x1e\x52\xe8\x45\x80\x25\x02\xbe\x18\x69\xf2\x0a\xfc\xda\xe5\x3b\xb5\x29\x44\xac\x8d\xab\x51\x9b\x4a\x7a\x92\xcb\x51\xea\x49\x59\x65\x24\x56\x1a\x63\xaa\x8c\x20\xcc\x57\xae\x99\xd7\x9c\x48\x47\x17\x8d\x31\xfd\xa5\x8b\xf1\x70\x45\xbd\xf2\x1c\x62\x1e\x2b\x0d\x48\xc4\x5c\xc2\x1c\xba\x21\x62\x2e\x11\x2b\x55\x3d\x95\xc1\x08\xf3\x8d\x90\x51\x06\x67\x45\x77\xac\x64\x5d\xe6\x0b\xaa\xa4\x4e\xb9\x50\xd1\x0d\xc9\x8f\x95\x1c\x10\xc9\x8f\x11\x6c\xa4\x96\x0d\xe9\x1a\x9a\x2b\xa9\xea\x43\xa9\x3f\x2a\x5d\x83\xa7\x9b\x18\x4a\x57\x84\x39\x0d\x68\x28\x5d\x87\x1e\x65\x86\x56\x35\x41\xc1\xc6\x04\x92\x7a\xb2\xce\xe9\x49\x43\x76\x21\x62\xab\xa9\x25\x86\xb2\x0e\xa1\x61\x2d\x86\xb2\x0e\x11\xdb\xeb\x8b\xbb\x20\x6e\xdb\x03\xe8\x10\xf4\x60\x95\x01\x9d\x82\x18\x9d\x60\x6c\x1a\x64\x62\xf2\xb3\x00\x8f\x6b\x31\x95\x88\x08\x73\x2a\xcb\x54\xdf\x9d\xa4\x98\x4a\xf8\x54\x8a\x21\x34\x73\xc5\x54\x8a\x4d\xd3\x2a\x74\x29\xe4\x10\xe6\x38\x7a\x2a\xe4\xa6\x3c\xc1\x75\x4c\x79\x02\x91\x2a\x5c\x53\x9e\x60\xc0\x8a\x06\x1f\xd0\x80\x15\x77\x52\xac\x11\x00\x77\x7b\x41\xc5\xaf\xb7\xd6\x81\x70\xf4\x9d\x91\xae\x51\x89\xef\x8a\x1c\x84\xf1\xa8\x1c\x77\x45\x0e\xbf\x62\x44\xdf\xd8\xc8\xd4\x22\x61\xdb\x10\xa4\x8d\x98\xda\x49\x98\xbb\x4c\xbd\xeb\xd2\xe0\x88\x77\x99\x7a\x2f\xdf\x47\x6f\x82\x0e\x41\x1c\x9b\xaa\x7e\x17\x7f\x42\x44\xef\x52\x7f\x0a\xe2\x3a\xa8\xea\x9a\x18\x63\x6f\xd8\xd5\x0d\xc8\x04\x91\x0a\x43\x90\x0b\xc2\x2e\x28\xd5\xae\x4b\xdb\x75\x69\x23\x80\x86\xa0\xc1\xaa\x09\x34\x05\x4d\x56\x0d\xa0\xbb\x20\x58\xc3\x4b\x3d\xc1\xb4\x17\xa9\x89\x4e\x90\xef\xa2\xc6\x7b\x27\xbe\xa6\xa0\x43\x50\x55\x13\x5e\x24\x62\x17\xc1\x41\x98\x4f\x0e\xc4\xbb\x58\xec\x5c\x5a\x27\xbe\x76\x5d\x1a\xc2\x9c\x4a\xbc\xeb\xd2\x10\xe6\x14\xd4\xdd\xba\x20\x67\x23\xd6\xab\x16\xee\x14\x3e\x9f\xd2\xa5\x33\x12\x72\xcc\x6f\xb1\x2b\xe4\x76\x85\xdc\xd4\x46\xd9\x45\x49\x63\xa4\x8b\x5d\x25\x8d\xdf\x1b\x2c\x48\xab\x5d\xcc\x08\xa1\x27\x83\xd8\x55\xd2\xf8\xbd\x21\xf8\xa5\x29\x76\xd7\x17\x79\x17\xe3\x15\x21\x76\xd1\x20\x46\xf3\xe8\x70\x0b\x8d\xe6\xc1\x1c\x1e\x56\xc3\x6d\x68\x0e\x97\xb0\xd8\x0c\x28\x05\x25\x50\x00\x0d\x41\x93\x8d\x82\xee\x82\xee\xac\x1a\x40\xbb\xa0\x93\x55\x82\x9e\x82\x9e\x90\xcb\x3a\xd0\xa1\x66\x76\x40\x7a\xa3\x09\x6a\x82\x1a\xb7\x9d\x40\x5d\x90\xde\x40\x1a\x90\x0b\xe2\xc5\x8b\x09\xea\xe8\xb2\xbe\xb8\xaf\x5e\x4a\xe2\xe8\x32\x15\x1e\xcc\x4b\x49\x1c\xe2\xc1\x88\xb0\x86\xf5\x8a\x1c\x84\x05\xd9\x71\x68\xa8\x3a\xaa\x7d\x86\x46\xaf\x43\xed\x93\x5f\x0c\x2d\x3a\x46\x28\x26\x0e\xc3\xae\x17\x24\xbb\x78\x18\x0d\xb2\xe3\x50\x4c\x20\x2c\x18\x4b\x0e\xf5\xc7\xa3\x42\x23\x34\x67\x1d\x26\xbb\x44\x8d\x89\xfb\x43\xfd\xf1\x70\xa9\xcf\xbf\x6c\xc5\x11\xff\xaf\x13\x1f\xae\x8f\xbb\x3e\x8e\x0e\xb1\xe4\xc3\x7f\xa3\x78\x87\x98\xed\xe1\xbc\x15\x91\x3b\x87\x3a\xde\x51\x5d\x2e\x8c\x42\x7c\x88\xc6\x22\x2c\xe8\x78\x87\x68\xec\x41\x13\x34\x12\xe5\x50\x13\x44\x58\x98\x36\xca\x08\xba\x94\x26\x94\x43\x5d\xea\xa0\x4b\x85\x71\x5c\x75\xa9\x83\xba\x25\x6e\x78\xa8\x6e\x1d\x7a\x9e\x94\xa9\xf9\x5a\xc5\x65\xc1\x92\x0f\x75\x16\x84\x85\x82\x48\x9d\x85\xe7\xa3\x10\x4b\xd6\xf3\x51\x3c\x78\x96\xe7\x3d\x2c\x1e\x2a\x52\x8f\x22\xb8\x61\x94\xc5\x87\x5e\x22\x10\xde\xe9\x9e\x0f\x91\x5d\x5e\x81\x42\xad\x52\xaf\x40\x71\xd6\xd8\x10\xce\xa0\x71\xf2\xa6\x2c\x11\xe2\x60\xa7\x46\x08\x9e\x7c\x42\xa1\xa6\x27\x9f\x78\x0a\xaa\xcc\x4f\x3d\xc0\xe4\xaa\x9f\xaf\xcb\x85\xf9\xfa\x03\x00\x9e\x43\x62\xd4\x81\x52\xcf\x21\xd9\xa8\x5b\xb3\xbc\x9a\x3c\xe4\xbf\x84\x67\xd1\x94\xd4\x7b\x7e\xf2\x84\x1b\xb3\x06\x8d\x6c\x38\x47\xc2\x33\x59\x85\x73\x92\xa7\x95\x5c\x2b\x46\x53\x6f\x27\xd9\x2b\xf7\x72\xad\x80\xcc\xde\x5f\x10\x74\xa0\x38\x6b\x76\xf2\x30\xbb\x36\x56\xad\x49\xbd\x9d\xa4\x55\x7d\xc8\xad\x12\x25\x8d\xfa\x20\x11\x56\xb5\x39\x79\x47\xb9\xa6\x95\xa3\x73\xab\xe0\x4e\xc3\xd1\x12\x11\x5a\x85\xa3\x93\xe7\x94\x6c\xc5\x59\x53\xcf\x29\xe9\x82\x5a\x19\xa1\x61\x3d\x19\x1b\xb2\x6f\xb5\x8a\xd9\xe1\x25\xac\xd5\x3d\xa6\x46\x08\x89\xec\x73\x00\x85\x20\x4c\xed\x5a\x95\x82\x4e\x56\x15\xa4\x49\x20\xb3\x4a\x46\xda\x9a\x05\x51\x32\x24\xac\x99\xa0\x09\x64\xac\xea\x75\x43\x62\xb3\x12\xd6\xaa\x5c\x67\x9a\x56\x55\x6d\x4e\xab\x20\x4f\xd1\x4d\x09\xa3\x4b\xa5\xe8\x66\x42\xeb\x92\x29\x3f\x45\xeb\x72\x54\x7c\xa5\x61\xfd\x20\xbe\x24\xd2\xb9\xda\x41\x7c\x25\xb4\x2e\xa1\x4f\x29\x5a\x27\xe1\xeb\x60\x63\x4a\xd7\xeb\x8f\x21\x6a\x95\xe8\x53\xbe\xfe\x3e\xa2\xfa\x62\x8a\xa6\x48\x64\x16\x75\xcd\x3b\x03\x90\x44\xf7\xca\xda\xbc\xf3\xfb\x6b\xc2\x49\x52\x97\x26\x4e\x22\xd1\x49\xf7\xbc\x93\xdb\x09\x43\xc8\xac\x1c\x4a\x31\x84\xdc\x05\x55\x3e\xa6\x9a\x4d\xd2\x3a\x72\x54\x0e\x25\xfd\xe3\x25\xfa\xd8\xb4\x8a\xf0\x25\x91\x73\x14\x0b\x4a\x25\x72\x92\x8f\x39\xa3\xfd\x45\x0d\xac\x7f\xff\xf1\xfe\xf9\xf2\xeb\x9f\xf4\x1c\x3f\xbd\xbf\x9f\x6f\x5f\xf9\x03\x22\xfe\x78\x67\x79\x9c\xcf\x8f\x6f\xe7\xaf\x7f\x8c\xf4\xf9\xd3\xe7\xda\xc5\x3f\xff\x1b\x00\x00\xff\xff\xd3\xfe\x56\x0b\xb8\x24\x00\x00"); +func _bbc ()([]byte ,error ){return _fd (_dde ,"Adobe-CNS1-3")};func _ebgc ()([]byte ,error ){return _fd (_addg ,"Roman")};func _aaed ()(*asset ,error ){_dcacfc ,_dcca :=_acfb ();if _dcca !=nil {return nil ,_dcca ;};_eeaa :=bindataFileInfo {_c :"HKgccs-B5-V",_ed :615,_cg :_g .FileMode (436),_ca :_d .Unix (1580492370,0)}; +_ggdd :=&asset {_fdf :_dcacfc ,_ff :_eeaa };return _ggdd ,nil ;};var _afcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9c\x4b\xaf\x27\xb9\x79\x9f\xf7\xfd\x29\xce\xd2\x59\x38\xaa\x0b\xc9\x22\x81\x83\x06\x12\xd9\x86\x85\xc0\x4e\x10\xe5\x06\x04\x59\xf0\xaa\x0c\x10\xf5\x0c\x66\x46\x0b\x7d\xfb\x80\xcf\x53\x52\x22\xc1\xc6\x2c\x1a\xff\x26\xab\x48\xbe\x45\xfe\xde\xfb\xcb\xf3\xab\x5f\xff\xe6\xef\x7e\xf3\xed\xbb\x9f\x3f\x7e\xf5\x9f\x7e\xfc\xbe\xff\x76\xfe\xfc\xb1\xbe\xfb\x36\x7e\x9c\x3f\x7d\xff\x87\x1f\xfb\xfc\x68\xf3\x77\xdf\x7d\xfb\xf2\xe5\xbc\x3e\xc6\x77\xfd\xe7\x3f\x35\xf9\xe9\xbf\xaf\x3f\x7c\xf9\xb2\xc7\xff\xf6\x8f\x3f\xfd\x3c\x7f\xff\x9b\x6f\xeb\xfb\x8f\xdb\xf7\xc6\x1f\x7e\x78\xdf\xfd\xf8\xf8\xd5\x7f\x9e\xbf\xfb\xee\xa7\x9f\x7f\xfc\xe3\xc7\xdf\xfc\xbb\xf1\x7d\x9b\xff\xe6\x63\xcc\xb5\xfb\xff\xe3\x8f\x63\xfe\xf8\xdd\xb7\xdf\x7d\xfc\xcd\xaf\xff\xf9\xb7\xe7\x9f\xbb\x7f\xfb\x87\x1f\x7e\xf8\x3f\xf3\xf7\xf3\xdb\xcf\x1f\x89\xbe\xf9\x6d\xf0\xfb\xe5\x57\xbf\xfe\xa7\xfa\xc3\x3f\xd7\xdf\xcf\x8f\x5f\xfd\xe3\x7f\xf8\xa9\xff\xf4\xb7\xff\x3e\xfe\xed\x3f\xf2\x88\x27\xff\x6d\xfe\xf8\xd3\x77\xdf\x7f\xfb\xb8\xfe\xed\x71\x94\xff\xd7\xfd\x5f\xfe\xf8\xc3\xfc\x38\xdf\x19\xfe\xc7\x7f\xfd\xcd\xdf\x7d\xfc\xcf\xf3\xe3\x3c\x3e\xae\x18\xf3\xf1\xbf\xde\xfe\xff\xfe\x4f\xdf\x8f\xf9\x71\xd8\xba\xa4\xbd\x7f\x3f\xe6\x4f\x3f\xd4\x3e\x7f\xac\xdf\x7e\x37\xbf\x7c\x7c\x7c\x1e\xc7\xd7\x8f\x8f\x8f\xcf\x7c\x7c\xdd\xad\xfc\x84\xe3\xeb\xc7\xe7\x3f\xfc\xfd\x3f\xfc\xfd\xd7\x4d\xe4\x5f\xbd\xff\xe5\x74\x9a\x6f\xdf\xff\x3c\xe6\xb2\x8f\x19\x3e\xcf\xf5\xf5\xe3\xdc\x23\xfe\xff\x47\x5f\xce\xe3\x78\xd7\xfd\x6e\xf4\xff\x5d\x7f\xfc\xf2\x99\x4b\xb8\xbf\x7e\x9c\xcf\x73\x66\x1a\x9d\xc6\x75\xd3\x18\xbb\x71\x87\x67\x37\xe2\x49\xe3\x48\xbb\x51\x13\x8d\x33\xd0\x68\x34\x32\x13\x54\x27\x78\x18\x53\x9d\x20\xdb\x98\x3e\xe1\xb5\xbe\x9c\xfa\xd8\x8d\x51\x9c\x9a\x27\xa3\xee\x46\x3e\x23\x0d\xa7\x3e\x7d\xad\xfb\x04\x0a\x86\x53\x9f\xe7\x6e\x4c\x69\x3b\xa1\x7a\x5e\xbc\x76\x31\x66\xde\x3e\x61\xb6\xc5\xd4\xf7\xb5\xc7\xd4\xbd\xaf\xe7\x93\x43\xa4\xc1\x04\x67\xf2\xc9\xf0\xc9\x5e\xa7\x46\xc9\x61\x0f\x6a\x9c\x36\x36\xa1\xf5\x39\x6d\x14\x1a\x6c\xc8\xc5\x86\xd4\xe7\xe1\x49\x3c\x68\x38\x41\x64\xea\xa7\xf9\x9a\x63\xfc\x9e\x78\xd1\x60\xd1\x4b\xda\x1e\xd7\x89\xfb\x7b\x6a\xcd\x36\x98\xba\x25\x1b\x50\xdd\x58\xe7\xf2\x13\xda\xfb\x1a\x54\xb7\xe2\x13\xa8\xee\xef\x3a\x34\xa6\x13\x24\x68\x9b\x4c\x70\x3f\x7b\xd1\xf6\x6e\x48\xbe\x69\x44\x26\x28\x81\x86\x63\x72\xa2\xe1\xa2\x25\xd2\x70\x51\x0e\xb8\x05\x17\x2d\xbe\xe6\x67\x03\x8a\x16\xfc\xec\xe2\x6b\x92\x93\xf7\x1e\xb4\x98\x3d\x7a\x16\x8d\x4c\x90\x9d\xc0\x8d\xbf\x0f\x28\x88\xe2\x80\x8d\x6f\xe9\x3d\x6d\x26\x48\x4e\x70\xed\xd7\x7a\xda\x47\x5f\x8e\x6b\xef\x68\x07\x3b\xe5\x00\xca\x1d\xec\xe4\x92\xf6\x6b\x83\x2f\x2d\x07\x1b\x32\x18\xf3\xdc\x77\xa6\xe1\x6c\x77\xa1\x21\x2c\xcf\x8b\x86\xe4\x84\x93\xc6\xb4\xc1\x13\x8f\xfe\x0e\x37\x8d\xf7\x35\xd6\xf1\xb4\x4b\x66\x8c\xa7\x7d\x73\x58\xa3\x46\x1b\x89\xc6\xbb\x28\xe4\x54\x17\xbd\x78\xcd\xd3\xbe\xc1\xce\xe8\x42\x19\xb8\x0c\xa1\x1c\x8e\xfd\x64\x72\x58\xf9\x78\xf6\x93\xb9\xa9\x0e\x27\x6b\x4e\x88\x0e\x27\x5f\x3d\xd3\x66\xb9\xf3\x61\xfc\x84\xe8\x7c\x3c\x91\x46\xb3\x91\x68\xcc\xaf\x1f\x17\x87\x33\xeb\xfb\xd2\x43\xa3\x7d\xfd\x08\x17\x07\x35\x5b\xf8\xfa\x11\xca\xc1\x4c\xe0\x2e\x1f\xb0\xf5\xec\xc5\x06\xc3\xfb\x86\x74\x62\x5f\xe6\x38\xf6\x08\xf8\x78\x4e\xc9\xcd\x36\x96\x0d\xe8\x5d\x2e\x98\xf7\xc4\x2b\x3e\x5f\x3f\xee\x9b\x07\x0b\x98\x04\xa1\xb5\xa2\x8b\x00\xd4\x15\xdf\xf1\xfb\x13\x57\x7a\x6c\x44\x1a\x8c\xb9\x8f\x42\x63\x8f\x39\x4e\xa8\x5c\xfb\xf8\x72\xe6\xb3\xd6\xf3\x4e\x96\x90\xae\xaf\x54\xfc\x97\xe4\xe4\x6a\x87\x6f\x32\xac\xbf\xdf\xc0\x7c\x3d\xb1\x52\xb2\xf1\xd2\xc0\xb2\xbd\xd2\x28\x07\x8d\xbd\x83\x25\xf8\xff\x8d\x86\x74\x4b\xc3\x78\xdf\xe2\x53\x91\x58\xf9\x28\xec\xc1\xea\x36\xf8\xd4\xb5\xf7\x33\x04\x04\xdb\x5a\xfb\x98\xe2\xde\xd0\x72\x44\x89\xd9\xcc\x5a\x8e\x34\xbe\x7e\xdc\xc7\x16\x78\xe5\x00\xa7\x21\xa4\x44\xc3\x9d\x2a\x79\x37\xc0\x69\x80\x05\xca\xf1\x9e\x73\x29\xbb\xe1\x79\x9e\x07\x33\x6f\xb6\x89\xc7\xc1\x83\x75\x7e\xfd\x88\xcf\x3e\x82\x72\xa6\xe8\x4b\x27\x8d\x69\xe3\xda\x8d\xe7\x6d\xdc\xbb\x51\x37\xa7\x86\x74\xdb\xb8\x7c\xb2\xa9\x3c\xdb\x26\xe6\x0a\x8e\xe9\xef\x92\x9b\xe6\x2b\x84\x3d\xe6\xb9\x36\x99\x57\x0a\x3e\x49\x34\x86\x8d\x4d\xf3\xd5\xce\x0d\xd3\xc0\x7f\xaf\xfd\xdf\xbd\xc6\xc5\x4c\xe9\x86\xf8\x6b\xec\xd5\x8f\x74\xd1\x98\x2f\xc5\x4c\xbb\x5e\x52\xf6\x77\xdd\xc9\xd5\xd9\xca\xbb\x56\x1b\xfb\xc3\xee\xee\x6b\x5b\x00\x94\xfb\x9d\x60\xeb\x98\x72\xcf\x77\x4c\xa0\xd1\x6c\x6c\xf2\x03\xb2\x32\x9f\x5b\x49\x95\xb0\x65\xe5\x13\xee\x3d\x73\x10\x68\xe7\xb9\xa9\x0f\xe0\xe2\x48\xd1\xc6\x3b\x7e\x93\x16\x83\x1f\xb9\x85\x5b\x89\x51\x6a\xf8\x82\x28\xd2\xcf\xad\x21\x4a\xec\x2e\xb3\x25\x5d\x89\x5b\x7f\xa6\x73\x4b\xf1\x92\xd8\xbe\x58\x18\x9f\xd0\xd9\xf9\xdc\x22\xb0\xa4\xf4\x4e\xb6\x69\x4e\xc3\x8d\xdd\x62\xa6\xa4\xb9\xd7\x8c\x61\x33\x47\x49\x40\xee\x3c\xb6\x04\x2b\x39\xbd\x6b\xee\x27\x19\xb5\x16\x1f\x8e\x29\x03\xa0\xf8\x70\x32\xb9\xde\x36\x1e\x1a\xcb\x06\x63\xb6\xa4\xd8\x42\x8b\xd9\x9a\x5b\xf8\x36\x92\xaf\x15\x1a\x8f\x4f\x98\x5a\x4d\x76\x47\xa6\x46\x93\xc5\x87\xd3\xc9\xcd\x4f\x78\x9f\x34\x45\xe0\x45\xa3\xfb\x04\x0a\x38\xb7\xf8\x70\x54\x19\xb1\x99\x51\xed\x25\xf7\xe0\x13\x28\x90\x87\xcf\xc4\x04\x43\x35\xe0\x04\x32\x24\xd2\xa2\xe4\xd7\x06\x71\x82\xa1\xdd\x92\x98\x60\xfa\xd9\x1c\x69\x9e\xee\x0e\xa7\x98\xdd\xd1\x87\x53\xc8\xeb\xa0\xc1\x29\xe6\xe5\x91\x14\xbe\x74\x49\x28\x47\x9a\x97\x84\xc2\x60\x99\x53\x88\x0f\xe7\x9b\x61\xfc\x8c\xec\x2d\x79\xa9\x7b\xd2\x5e\xb4\x84\xcb\x3d\x08\x34\x24\x87\xd3\x2e\xe0\x20\x5f\x9c\x4f\x41\x41\xc4\xe7\xf2\xb5\xe4\x13\x27\xd0\x02\xd8\xa2\xab\x94\xe0\xc9\x01\x8a\x12\x3d\xb9\x54\x68\xa8\xbc\x9e\xe3\x17\xa4\x64\x29\xc9\x61\x5b\x17\x95\x92\x04\xc9\x05\x11\x88\x89\xf8\x5c\xac\xfb\xbc\x14\xb1\xee\x93\x6d\xb0\x14\x32\x23\x5f\x40\xa1\x54\x37\x08\x0e\x2a\xa0\x2c\x5f\x9c\x7e\xa9\xae\x13\x1c\x13\x7d\xc2\xd4\xaf\x6d\x1a\x1d\xe3\xa2\xf7\xde\xe1\xd2\x3c\xe3\x87\x6d\x78\xf1\x77\x43\x68\x93\x50\x04\x55\xe9\xea\xf0\x87\x75\xba\x76\x26\x50\x28\x43\x15\xfc\xb0\xe8\x70\x9d\xcc\xd4\x2f\x2e\x1e\xa8\x9e\x2f\xd5\xac\xa3\x3c\xc7\xb8\x2d\x65\x4a\xb5\x47\xa4\x44\x41\x41\x95\x32\xdf\xd9\x7c\x02\x3b\x60\xf6\x96\x32\x65\x87\xec\xd4\xcb\x03\xa7\xb1\x44\xf3\xbd\x1b\x35\xbc\x9f\x90\x68\x20\x52\xb0\x56\x4a\x0d\x62\x69\xdb\x17\xa5\x46\xf9\x69\x9b\x3b\xa5\x46\xa9\xe6\x48\x6a\x42\xbf\xdd\xb1\xd0\x38\x7d\xcd\xc6\x4b\x9b\x0d\x69\x83\x03\x6a\xf2\xe4\xb6\x4e\x2b\xf5\xb5\x97\x8a\x8d\xea\x6b\xd0\x96\x5e\x56\x65\x9d\x47\x98\x4a\xdb\x03\x4c\xef\xe7\xa6\xa1\x55\x54\x6c\x78\x72\xdb\xc6\x2a\xb5\xba\xf1\x70\x4d\xad\x8e\x41\xf8\xd7\xd7\x92\x2a\x36\x8a\xeb\x40\x41\xf5\x18\xe1\xa7\xda\x3c\x92\xc0\xd4\x4d\x56\x45\xc4\x69\x37\xe7\x1b\xe5\x57\x5f\x69\x13\x58\x47\x69\xf3\xce\x86\xb4\x89\x4f\x70\xb6\xee\x13\x3e\xa1\x89\x10\x4f\xa1\xbf\x53\xf3\xa5\x43\xc6\x0f\xec\x35\xda\x28\x07\x44\x42\x1d\x2f\x39\x34\x5e\xb8\x44\x68\x13\x2e\x01\x58\xd6\xe9\x01\x23\x30\xeb\x74\xaf\x61\x8c\x3a\x5f\x33\x91\xa9\xa7\x22\x01\x2e\xa9\xaf\x4c\x81\x4b\xea\x12\xe4\x30\x46\x5d\x7e\x42\xdc\x63\xb4\xe9\xe3\xc3\x69\xb7\x17\x3b\xdb\x29\x28\x2d\xba\x28\x62\x51\xfb\x3c\x3e\xe9\xa6\x81\x0a\x0b\xf0\x8f\xf6\x79\x7c\x92\x8d\xe6\x93\x48\x43\xbc\x25\x1b\xc3\x27\x9b\x9c\x26\xc4\xc2\xb6\x7a\x4a\xc3\x04\xbd\xd4\xae\xed\xd5\x2d\xe0\xa0\x6d\x79\x10\x0b\x62\xa8\x61\x9b\xde\xc7\xed\x10\x67\x76\xb2\xc7\x99\x8b\x0d\xd1\xe2\xcc\x55\xf0\xc2\xb3\x4d\xb3\x23\x14\x9f\x40\x67\xe4\x48\x5b\x75\x36\x18\xab\xbd\x5a\x2b\x33\x5b\x73\x36\xe0\xd6\x30\x55\x72\x84\x4d\x1b\x7a\xf7\x28\xc9\x06\x5b\x90\x91\xcb\x4d\x2d\x1e\x4f\x1b\xdd\x27\xe1\x97\xe4\x65\x43\xbe\xe4\x88\x46\x6a\xfd\x95\xed\x90\xd7\x5d\x17\xb3\xa2\x01\x98\x1c\x31\x2b\x1a\x62\x28\x66\xd8\xa9\xa9\xc9\xe3\x69\x23\xfa\x84\x2f\xc7\x45\x8e\xd9\x0d\x1e\xf3\xeb\xc7\x73\x66\x1f\x2c\x1f\x40\xea\xe4\x4c\x22\x9a\xa6\xe1\x48\xc7\x2c\x35\xd3\x35\x2f\x5f\x73\x4d\xa9\x51\xd7\x65\xa9\xd1\x16\x8a\x08\x91\x36\xb1\x6b\x33\x32\xa0\x4d\xbf\x0d\x90\xb6\xe5\x04\xce\xb6\x71\x19\x32\x22\xa0\x2d\x04\x4a\x44\x5a\x36\xfc\x9a\x1c\x61\xa6\x8e\x76\x3b\x03\xb2\xaa\xa3\xdd\x72\x7c\x1b\xef\x98\x42\x03\x8c\xe6\x77\x0c\x18\x8d\x48\xa4\x2e\xae\x33\x32\xb1\xc7\xfb\xeb\x47\x92\x2f\x7a\x74\xd3\x10\x07\x3d\xba\x69\x88\x83\x1e\x93\x4f\x6c\x74\x1b\xcc\x1c\xdd\x4e\xf4\x4a\x07\xc9\x11\xaf\xbe\x74\x84\x65\x8e\xf0\x39\x3e\x68\xd4\xca\xea\x49\x9a\x61\xf3\xae\xe0\x8c\xef\xf8\xfc\xf5\x23\x17\xb0\xdb\x93\x24\xbf\x73\x49\x32\x1c\xdb\x91\x9b\x77\x38\x9d\x58\x62\xb6\xff\x56\x7a\x7a\x89\xf1\xc9\xf4\x09\x5f\xb3\x39\x29\x67\x97\x7c\x3c\x1a\xbf\x19\x03\x34\xe6\x64\xc3\x7d\x76\x19\x39\x29\x3a\x99\x9c\x94\x41\x78\xaf\x6e\x0d\xda\xbc\x6b\x1b\x47\x64\x41\x87\x93\x62\x86\xe3\x7b\x95\x34\x64\x41\x6f\x32\x02\x06\x4a\xdf\x92\x32\xe1\x83\x97\xbe\x05\xe5\xa5\xa0\xed\x5d\x92\xb1\x59\x3b\x48\x8f\x05\x3e\xea\x5b\x68\x3e\xf9\xf6\xff\x4e\x05\xbf\xf7\xe9\xc9\xc0\xe2\x7d\x4a\x0b\x2c\xde\x5f\x9c\xa1\x96\x3b\xc6\x52\x2c\xe2\x64\xb9\x0c\x5a\x55\xb7\xff\x51\x6f\x0c\xe5\x5f\x01\x41\x03\xd0\x44\x5c\xb3\x32\x82\x63\x8a\x63\x24\x0d\x38\x8c\x28\xab\x14\x1b\xa7\x4f\x22\x8d\x68\x23\xd1\x90\x50\x1c\xad\xb1\xbd\xd8\x92\x92\x6f\xd5\xed\xd1\xba\xca\x1b\xc4\xe0\xcc\x8c\x41\xc4\x02\x80\x86\xa0\x49\x70\xf7\x48\x9a\xf3\x1c\xe7\x78\xb4\x04\x10\x65\xc3\xe3\x2c\xc0\x69\x78\x68\x05\x08\x19\x42\xc8\x09\x7e\x18\x1c\x5a\x2c\x40\x60\x28\xfe\x12\xfc\x30\xf0\x67\x63\x41\xd8\x8c\x76\xdb\x60\x02\x8c\xf6\x9c\x82\x0d\x3f\x0d\x75\x60\x40\x22\xa7\x60\xe3\xf1\x09\x9f\x80\xc8\xcc\x09\xc5\x67\xa8\x22\x16\xac\xca\xa1\xcd\x8d\x2d\x33\x8c\x0f\x24\x30\x3c\x14\x9f\xe5\xb9\x7e\x49\x48\x0e\xa5\x5f\x42\xf5\x0d\x7d\xe2\x04\xdd\x53\xa9\x90\xa0\x7b\xea\x21\x25\x48\x9d\xef\x36\x42\xdd\xc4\x4e\x49\x07\x8a\x74\xca\x6f\x09\x46\x30\x44\x92\x0e\xa6\x9e\x84\xf4\xd2\xc1\x66\xcd\xc7\x45\x51\x49\x13\xa3\x25\xe9\x2f\x4f\x5d\xb9\xf4\xd8\x70\x02\xc9\x31\x92\x92\x80\xe5\x44\x5b\xa5\x43\xda\xe4\xb1\x04\x46\x89\xb1\xec\x27\x10\xaa\x59\x9b\x32\x13\x78\x76\xb7\x0f\xde\x99\x19\xf2\x1e\x1d\x48\x9e\xd5\xcd\x06\xc9\x04\x63\xce\x44\x28\xa7\x4c\x5d\xac\x94\x21\x4d\xd3\x26\x21\xf4\x27\xa6\x4d\x3a\x24\xad\x49\x9a\xd4\xe8\x4b\x26\x84\xd1\x1b\xb4\x21\x7c\x51\xa6\xfb\xfe\x60\xe7\xcc\xe1\x16\x14\x68\xdb\x76\x68\xb9\x81\xf8\x5c\xef\x5b\x8c\xc7\xc8\xc8\xfa\x6b\x93\xa3\x4a\x0a\xc3\xb9\x19\x33\x9d\xd1\x07\xd3\x07\x7b\xc8\xf2\x0c\x1f\x7c\xee\x85\x30\xcf\x0f\x4a\x6b\x21\x65\xef\x88\x86\x5e\x58\xa1\xc1\xa3\x5e\xcf\xe1\x6b\xfb\x3b\x97\x1f\xad\xeb\xb5\xda\x4b\x40\xa1\x01\x22\x74\xbd\x56\xdf\x63\xd2\xe5\xd4\xfd\xf4\x09\xb3\x6d\xdd\x7d\x97\xc7\xb7\xba\x0f\x78\x4b\xe5\xaa\x4b\xb5\x06\x01\x25\x82\x58\x65\xcd\xf7\xc9\xfe\xb4\xb5\x8a\x8d\xf8\xe5\xb3\x1e\x41\xd2\xf6\xb7\xd5\x43\x45\x85\xd3\x53\xdf\x38\x0d\x4e\x4f\x3d\xc0\x67\x40\x00\xd4\xc3\xd0\x06\x1e\x50\x3d\xb4\x85\x36\x01\xf5\x10\x50\x38\x40\xf5\xc0\xae\x49\xf7\xdb\x70\xd7\xb7\x67\x53\x8f\xea\x32\x37\x63\xf4\x6b\x71\x66\xea\x31\xa4\x66\x6b\xd7\x7a\x68\x1e\x1c\x19\xd2\x06\x47\x18\x18\xaf\xd5\x89\x27\x51\x0f\xad\xce\x23\x40\xcc\x9f\x6c\x4b\x66\x5e\x6f\xac\x74\x8f\x3f\xb7\x0e\xbf\xb6\xc8\xaa\xe7\x56\xe1\x04\x9b\x2b\x12\xf7\x0a\x9b\xaa\x36\xe3\xf5\xf5\x23\xe0\xf9\xf4\x6b\x6f\x71\x24\xbc\xdd\xef\x0d\xc5\x88\xbe\xeb\xf7\x36\xb2\x23\x4a\xb1\x87\x2d\x38\x63\xd8\x56\x57\x27\x40\x81\x46\xea\x69\x3b\x5a\x71\xf3\x57\xcf\x1a\x2b\x84\xe6\x7b\xc6\x06\xce\x84\xe6\xfb\xeb\x57\x13\x9a\xef\x65\xeb\xfd\x74\xf1\xdf\x2d\x97\xd2\xb1\xc5\x7c\xaf\x9b\xcc\x74\xee\xad\x18\x69\x1f\x73\x7e\x36\x6b\x8c\x67\xb3\x70\x26\x20\x3d\xea\xde\x95\x7c\x6e\x01\x37\x90\x34\x05\x56\x98\x8d\xf9\x8f\xb2\x4f\x75\xf6\x6d\x4c\x9d\xe7\xb1\x45\xc3\x9c\x84\x7f\x2e\x3e\x73\x1d\xc8\xfe\x13\xf4\xad\x03\x93\xf0\x24\x72\xb0\x4e\x74\xf9\x95\xb6\xf4\x5f\x17\xf2\xe8\x7a\x36\x37\xaf\x00\x7c\xaf\xb8\xa7\x5e\x09\x58\x5c\xe5\xf8\x4b\x4f\x3b\xc4\xbf\x92\x89\xab\x20\x56\xe5\x8d\x55\x38\xf2\x3b\x6d\xfc\xac\x02\x3f\xdf\x88\xef\x85\x8b\x77\x11\x40\x5b\xf8\x71\x17\x3a\x7f\xe1\xb5\x3c\x99\x57\xf6\xe0\x7b\xcb\xc9\x55\x37\x40\xae\x73\x6b\xbb\x65\x6c\x3f\x1d\xc7\xb5\x1b\x51\x80\xec\x53\x58\x4d\x7b\xe3\xe1\xbb\x5a\x7d\x9f\xf0\xda\x96\x38\x37\x11\xba\xf5\xda\xcd\xb8\x0e\xeb\x35\x73\xf1\x16\x16\xa6\x60\x22\x44\xb6\xda\x52\x2c\x6d\x8b\x73\x69\xaf\x65\x3c\x87\xd5\xb7\xea\xcd\xa0\x61\xf5\x28\xd8\xb7\xc8\x5e\xaf\x55\xf5\x6c\x03\x63\x69\x15\x25\xbc\xe3\xd5\x5f\x36\xda\x7a\x67\xf5\x47\x36\xd8\xe2\x73\xf5\x0d\xb9\x10\x02\x43\x5e\x0e\xdf\x46\xcd\xea\xdb\xc8\xbd\xcf\xad\xec\x57\x7f\xb9\xe0\xb1\xe1\x47\x3e\x10\xc6\xe9\x93\xb6\x59\x1a\x0b\xf9\xd9\xf2\x76\x99\x16\xc8\x78\x24\x0b\x85\x98\xee\xcd\x77\x6b\xb0\x13\x17\x5b\x34\xb6\x48\xba\xaf\xed\xc2\xac\xf1\xa7\x35\x68\xec\x69\xef\x6b\x8b\xe4\x35\x5e\x29\x4a\x03\xce\x79\xc3\x23\x6b\xbe\x5f\xb5\x85\xf5\x9a\xa6\x1e\xd0\x57\x8b\x90\xfe\xfd\xb0\x91\x53\x5b\xef\xd9\x6a\x64\xa1\x3a\xae\xcc\xe8\xed\x05\x3c\x47\xfe\xd7\x23\x37\x6f\xd6\xf0\x3a\xbe\x7e\x7c\xa2\x98\xbe\xfc\x29\xeb\xb8\x4f\xe2\x2b\x69\x93\xb8\xfb\xb6\x01\xfb\xb9\xe9\x20\x7b\x42\x26\x00\xd6\xd9\x3f\x93\x3e\xc2\xe1\xcf\x16\x53\x9f\xf9\xc1\xcb\x28\xc6\xae\xb3\xf3\x65\x24\xe0\x93\x88\xc9\xe7\xcd\x2b\x9f\x39\x1b\x31\xc6\x0d\xcb\xd9\xb1\x99\x94\x48\xce\x9b\x25\x72\xde\x3a\x71\xff\x54\x39\x9c\x9c\xa3\xf3\x15\xf3\x76\x8f\x29\xc1\x90\xec\x2b\xf6\x15\xfa\x26\x7d\x58\x6e\x0f\xd2\x3a\x97\xbd\xb9\x9f\xb9\x98\x64\x43\x34\xe7\xe2\xba\x06\x92\x1e\xa0\x91\x4b\x73\x0d\xa3\x46\x6c\x7f\x2e\x9b\x57\xf7\x0f\x81\x93\x87\x44\x45\xe9\x8e\x35\x3f\xf3\xf0\xbd\x30\xe4\xfe\x71\x8d\x62\xca\xd2\xf9\x86\x39\x33\x13\xa9\x43\xfa\xa6\xb9\xb7\x13\x5a\xb6\xfc\xdd\x3f\x66\xc3\x2e\x33\x9c\xd5\xbe\x37\x1f\xea\x7b\x9d\xbe\xf5\xbe\x47\xdf\x56\xbf\xfb\xe7\x4d\x54\x9a\xcf\xbc\x77\x9f\x61\xa0\xe7\x4c\x24\x15\xdd\x17\xa3\x41\xcf\xf9\x90\x5b\x8c\xcd\x3e\xe2\x19\x67\x36\xe3\xb9\xe8\x33\x49\x76\x92\xa1\xa8\x09\xfa\x2a\x2a\xf8\x21\x5e\x99\xeb\x73\xd9\x17\xcc\x6f\x9a\xf9\xcc\xf6\x99\x16\xe4\x8c\xaa\xfb\x5c\xab\x49\xc4\xcb\x04\x67\xb1\x8f\x78\xcd\x75\xb3\x46\xe5\xdb\x2a\x36\xea\x73\xdd\xe6\x3e\x5d\xa3\x99\x9a\x24\x8f\x42\x58\xe6\x33\x1b\x76\x79\x2e\x73\xb1\xdd\xf9\xba\x49\x47\xbf\xb7\xfb\xbd\xc3\xb1\x64\x6a\xea\x48\xf6\xbd\xd9\x5a\xfb\xa4\xd9\x54\x33\x9c\x99\x51\x09\x9f\xb9\x4e\xc7\x82\x53\x82\x31\x9f\xb9\x12\x81\x7b\xb2\x79\xe3\xe5\x7c\xef\xde\x3f\xa6\x4e\xf9\xde\x66\x9c\xf6\x22\xa9\xd3\x3c\x8f\x16\x1c\x9b\x7d\x6f\xd0\x27\x4e\xaf\x42\x9e\x33\x3a\x16\xd1\xfb\xe0\x52\xe7\x16\xa3\x7d\xd2\x5c\x4c\x9b\xb2\x57\x06\x57\x9e\x6c\x92\x35\x5d\xf6\xf1\x9e\x99\xba\x96\xd8\x17\x43\x25\x4f\x21\xdb\xde\x3c\x0f\x65\xf5\x53\x6e\xd6\xe8\xe0\xb4\xb9\x07\x89\xf3\x68\xe2\xb4\xe1\x5c\x3d\xd8\xde\xb9\xcb\x83\xaf\xf7\x6b\x1e\x1c\xd9\xfc\x99\x75\x22\xb3\xb9\xe4\xee\x1a\xfa\x92\xb9\x90\xb1\xef\x15\x59\xd2\xfb\xdb\xb7\xb1\xd1\x3d\xb7\x57\x3c\x17\x72\xd7\xdd\x73\xeb\x06\xe4\xf1\x6f\x72\x1f\xec\x55\xc7\x4c\x29\x87\x99\xdf\xc9\xde\xeb\xef\x95\xe3\x26\x47\x1a\xd8\x83\x11\x95\x43\xd1\x04\x2f\x34\xbf\xde\x17\xee\x4e\x1e\xd2\x3c\xde\xbd\x02\x2f\x23\x35\xfb\x86\x7d\x8e\x05\x07\xc3\x28\x65\x79\xcc\xea\x3e\xf6\x15\xfb\x78\xef\x19\xf6\xb9\xcf\xc8\x88\xe1\x1e\x0c\xa3\xd6\x85\x33\x1f\x35\xd9\xe7\xba\xc8\x4e\xdc\xb5\xcf\xac\xd3\xf5\x14\xce\x1c\xb5\xf2\x99\x87\xd9\x28\xf4\x71\xc6\xa9\xfa\xcc\x43\xc3\x13\xed\x99\x87\xbc\x3f\xf4\x79\x0f\x68\x9e\x9e\xd1\x34\xa9\x46\x22\x28\x4f\xe5\xa4\x3e\x51\x20\xb7\x93\xa7\xdf\x3b\x8d\x31\x60\xd8\x64\xf4\xce\xfe\x99\x26\x91\xcd\x0e\x3b\x1f\x7b\x10\xce\x44\x9e\xd7\x3d\xd0\x11\x0a\xe7\x9b\x52\xee\xf6\x91\xb2\x3c\x4d\xf5\xba\x07\xb3\x3a\x96\x7d\x99\xe2\x40\x57\x27\x28\x73\xa6\xbc\x3f\x71\x49\xc3\x59\xcc\x32\x47\xfb\x1e\xf2\xc0\xa6\xbd\x1b\x78\x99\xdd\xdc\xf0\xc1\xba\xbd\xda\xd7\xe9\x43\x76\x4e\x31\x34\x89\x32\x84\x8b\xcc\xfa\x1c\xd2\x02\x86\xc2\xe5\x1e\x88\xa1\x89\xe2\x0f\x58\xb6\x79\x2e\xbf\x77\x41\x33\x09\x86\x3c\x97\x34\x2f\xdf\x23\xb9\xbe\xdc\xe7\x85\xf9\x17\xae\xc7\x04\x76\xb5\xcf\xf7\xe0\xcb\x25\xfe\x5e\x5f\xe6\xe6\x2c\x57\xf2\x3d\xb0\x16\xac\x68\x59\x62\x6d\x3d\xe6\xb0\xe1\x8f\xa5\xae\x5d\xe0\x2a\x10\xb4\xcf\xcb\x3d\x5d\x44\x2f\xc3\xb6\xd2\xd5\xf2\xff\x42\xb9\xcf\xab\xe6\xf3\x6a\x0e\xc1\x7e\x0c\x96\x54\xac\x9e\xed\x2b\x26\xb2\xcd\x5d\x73\xfc\x6b\xd8\x87\x38\x5b\x03\x98\x2c\x22\x83\xc1\xba\x9e\xa5\xba\x5a\x38\x7e\xc1\x70\x3b\x3e\xd0\x67\x39\x08\xb3\x85\x80\x2f\x85\x69\xbc\x7f\x78\x2f\x10\x51\x39\x10\x5d\xe5\x88\x42\x96\x78\xeb\x81\xca\x29\x07\x50\x0c\x81\x90\xc6\xf1\x38\x1f\x6c\x16\x02\xa1\x25\x5c\xa3\xfd\x63\x8e\xfb\x31\x93\x7d\xd2\x27\xc4\x02\xa9\x19\x7c\xa3\xcf\x72\x08\x9d\x40\x80\xf7\x00\x3a\xe5\x20\xbe\x14\x22\x81\xa7\x03\xb1\x52\x0e\xb2\x75\xc1\xd0\x22\x0e\xcf\xfe\x61\x0d\x7c\x90\x72\xfa\x6d\x27\x91\x99\x10\x09\x0f\x9c\x29\xd9\xc7\x11\x26\x3c\xc4\x93\x23\x2c\xe7\xf3\xf6\x65\x72\xe0\x37\x7d\x04\x4b\x42\x22\xe4\x79\x76\xe7\x43\x85\x05\xe3\x15\x27\xa2\xb0\x9c\xae\x9b\x08\xbf\x5d\xae\x7b\xe1\x2d\x07\x73\x6a\x57\x88\xf4\xe9\x4b\x9a\xe5\xba\xd2\xdb\xc7\xfe\x19\xb9\xbf\x36\x0f\x7f\x96\xcb\xbd\x7a\x9c\xcf\xbd\xba\xaa\x7d\x38\xfc\x57\x85\xe6\x6b\xab\xdd\x8b\xdd\xbb\x1a\x14\x5f\x52\x67\xa8\xfb\x92\xba\x0b\xd7\x32\x64\xe2\xf4\xd7\x60\xa7\x2e\x19\x2a\xf3\x65\x17\x0c\x55\x2e\x8c\xe7\x40\x35\x53\xb9\x96\xf3\xf9\x65\x99\xb8\xd8\xed\x97\xdd\xc9\x35\x38\xc9\x1b\x65\x55\x6e\x29\x2e\xf8\xf9\xb7\x14\xdf\xc4\x48\x82\xa1\xbb\xbb\x82\x82\x1b\x77\x3e\x18\x41\xbb\x3b\x6b\xdc\xd2\x82\xa0\x2e\xb7\xb4\xdc\x46\xae\x0f\xf2\x67\xf7\x74\x0d\x62\x89\xf1\x20\x68\x7e\x63\x54\x95\x1b\xfa\xe2\xc1\x49\x06\xe9\x0b\x66\x51\x0f\xd2\x94\x61\x7b\x47\x9f\x25\x98\xba\x3c\x88\xa8\x05\x18\xb4\x04\x83\x71\x78\xd9\x25\x48\x73\x80\xb3\x22\x25\x1e\x25\x74\xd6\x08\xae\x81\x3f\x5a\xa2\x6b\x44\x73\x75\x27\x11\x8f\x88\x91\x56\xa2\x29\xbb\x93\x60\x4b\xc4\x48\x2b\x11\x8e\x89\x18\x5a\x25\x26\xc7\x3e\x6f\x1f\x63\x5d\x37\xa2\x60\xe3\x45\x60\x32\x76\x38\x21\x62\x80\x46\x2b\x26\xe2\x80\xe6\x28\x2d\x08\xa4\x92\xa4\x25\x99\x4f\xa6\x18\xaa\x24\x91\x96\x30\x50\x22\xf5\x4d\x25\x61\x48\x97\x44\x3c\x2d\x9a\x3a\x4f\x28\x92\x92\xa4\xe5\xce\xcc\x27\x2d\xc9\xb4\x85\x09\xfb\x34\x9c\x8f\x7c\x41\x0c\x60\x23\x4d\xbe\x37\x99\xa7\xfa\x53\x39\xc2\xb0\x8f\xf9\x02\x41\x59\x9d\x93\xa2\xd3\x61\xbc\xa0\xe8\x74\x94\xc7\xf7\x0c\x65\xeb\x74\x94\xec\x77\x18\x74\xcc\x5b\x13\xee\x1f\x73\xff\x70\x51\x46\x21\x96\x6c\x82\x3a\x39\x56\x89\x93\x1f\x93\x61\x24\x8c\xf2\x13\xed\x7b\x6b\x2f\x48\xee\x63\xe4\x96\xfc\x56\x77\xc0\x81\x59\xc9\xf4\x3a\x36\x27\xa1\x6c\x1d\x9b\x92\xdf\x22\x98\xdb\x4a\x09\x69\xa9\xef\x7b\x56\x42\xb8\x6e\xb3\x18\x20\x5a\xf6\x30\xec\x33\x2b\x45\x9c\x2c\x37\x38\x35\x1b\xc6\x3a\xa5\xb9\xfb\x1d\x6f\x0e\x12\x1c\xe4\x2e\x7d\x66\x1f\x31\xfe\x4b\x1e\xb7\x7d\x16\x5d\x3c\xf6\xbd\xef\x99\x57\x74\xbe\xd1\xed\x93\x3e\x82\x85\x44\x60\xf6\x8f\xdf\xc1\xf9\xe6\xe9\x77\x18\xa0\x17\xbb\x79\x3a\xdf\xb4\x2e\x23\x5b\x15\x31\xed\xb3\xa8\xa4\x58\xce\xe0\xd8\x65\x1a\x37\x59\x16\xe1\x77\x18\x4a\x3c\x8b\x85\x0a\xac\xab\xc3\x97\xaf\xb7\xe0\x21\xdb\x37\xed\x23\xc3\x1e\x7d\xcf\x78\x85\xbc\x50\x30\x9a\x4b\x31\x49\x89\x17\x5f\x4a\x64\x4f\x8b\xb1\x84\xeb\xad\x50\xf0\x3d\xe3\xc3\x97\xc5\x00\xe2\xb9\xe8\x83\x5f\x64\x15\x8a\x92\xbd\x98\xbb\xbe\x08\x93\x97\x27\xd9\xf7\xd8\x67\x91\x43\xb1\x4f\xfa\xde\x52\x05\x78\xd0\xca\xd8\x7c\xb1\xcf\x45\xa9\x5b\x9a\xdf\xc6\x1e\x14\xe5\x6e\x31\xb4\x79\x59\x9f\xd1\x1c\xdb\xa4\xef\x39\x7f\x51\xd9\x97\xd2\x24\xbf\xbf\x43\xd8\xb6\xfe\xf6\x71\x34\x94\xfa\x15\x1c\xd5\xcf\x52\x0c\xf8\x5e\xc5\x9a\x86\x60\x9f\x24\xa0\xd8\xcb\x90\x04\x21\x81\x9f\x52\x8a\x90\xb0\x08\x37\xdf\x56\x9c\x28\x5a\x8b\x41\x14\x6c\x9a\x52\x96\xef\x59\xe7\x82\x0f\x5b\xca\x72\xcb\xb5\x59\xa9\xcc\x2d\xd5\xa3\xae\xc6\x59\xee\xdb\x3e\x8e\xab\x46\x93\xf5\x16\x05\x60\x5f\x15\x8b\x72\xb3\x25\x46\x38\xaa\xfb\xc7\xd2\x8a\x64\x29\x02\x30\xae\xc6\xf3\x6f\xc2\xfe\xd5\xe3\xb2\xea\x36\x5b\x11\xa2\x6f\x5a\xaa\x2c\xaa\xe8\xaa\xd5\xf7\x8c\x47\x58\x83\x51\x55\x39\xd5\xe3\xa2\xec\xb9\x54\x8f\xcb\xf2\xdc\xfc\xd6\x29\x34\xf6\xb4\x1a\x5e\x57\xec\x55\xd9\xb1\x9a\xdb\x0d\xec\x4b\x95\x1d\x71\x3d\xcf\x4c\x79\x5f\xa9\xa3\xd8\xf7\xa6\xec\xed\xf3\x3b\xdc\xe7\x00\x64\x71\x4a\xf7\x0f\xb0\x0b\xb7\x25\x04\xee\x8b\x59\xb1\x60\x41\xc8\x04\x62\xd5\x28\x69\xb0\x5e\x43\x55\x5c\x61\xbd\x1c\x2c\x8d\xc0\xb6\x2d\xd5\x34\x6c\xb0\xda\x61\xb9\xae\x67\x14\xa0\xa5\x79\x46\x96\x09\x67\xc5\x37\x95\xc1\xfb\xc7\x2a\x81\xb7\xb2\x80\xbd\x7a\xc3\x87\xe1\xad\x29\x88\xf6\x49\x33\xea\xb9\xc5\x69\x9f\x59\xf8\x64\xb5\x00\x67\xd9\xac\x41\x53\x1d\x34\xc5\x72\x7b\x6b\x48\x92\x7d\xc1\x3e\x69\x29\xd6\x13\x14\xfb\xfc\x0e\x32\x76\x4d\xe3\xab\x55\x45\x3a\xe2\xac\x55\x69\xb1\x02\x32\x14\x2b\x06\xfc\x0e\x33\x67\xc4\x48\x4b\xab\xc3\x3e\x73\x83\x24\x44\x9a\xa2\xba\x89\x03\x8d\xc8\xd6\xa4\xf9\xad\x23\x21\x0d\xd3\x5a\xb5\xcf\x2c\x25\xa6\x87\x3e\x76\x69\xaa\x67\x8b\x2a\x9b\xea\xb9\xc9\xab\x26\xcc\xda\xf0\xbd\x61\x5e\xde\xb1\xc4\x2d\x4a\x53\x7c\xc7\xd3\x94\x7e\xb6\xef\xad\x48\xe0\xdb\x86\x7b\x6f\xe9\x73\xbc\x4c\xc9\xbb\x57\x6f\x2e\xf5\x32\xcf\xef\x5e\x4d\x33\xba\x16\x12\x28\xaa\xdb\xb4\x52\xe0\x32\x51\x2f\x2d\xeb\x2d\x0b\x60\x0d\xc5\x77\x13\x43\x91\xbc\x55\x5b\xd2\xb2\xcc\x37\x5b\xc6\xb1\xa4\xc5\xb2\xb6\x6c\xad\x80\xaa\xbd\xbd\x39\x5a\x93\xf4\xe2\xaa\x07\xbf\xf7\x32\xbf\x1f\xec\x4b\x26\xf3\xc9\x45\x8b\xab\x1e\xde\x04\x3d\x69\x64\x65\x84\xb1\xe2\x98\x51\xb1\x3d\x3e\xf6\xf9\x6d\x6f\x22\x7f\xda\x67\x7d\x45\x30\x07\xef\x1a\xc9\x35\xcc\xa4\x2b\xe6\xfb\xe3\x7c\xd1\x8c\xfa\x6d\x9f\xf5\x03\xc8\x9c\xae\x59\xd0\x1f\xc7\x9a\x1e\xd7\x04\xe8\x16\xac\x64\x73\xe1\xca\x97\x6e\x4d\x5b\x26\xdb\xd4\xc5\x64\xaf\xef\x7c\x26\xdd\x93\x7d\x9e\x2f\xf9\xae\x5e\xb3\x7d\xee\xe9\x63\x0a\xde\xef\xb5\xc4\x2d\x9b\x24\x57\x95\x74\x6b\x95\x23\xaa\xa4\x37\xd7\xb5\xc6\x2d\x9b\x32\x57\x36\x75\x2b\x25\x2d\xd7\xe8\x9a\xcd\x6f\x4c\x26\xc2\x5b\x5d\x93\xa2\x77\xcb\x0d\x90\x6b\x7d\x38\x9f\xe6\x5c\x39\xec\x73\xff\x5e\x4c\x5a\x2f\x20\x26\x8d\xdd\x44\xe2\x4d\xa5\x2b\xc3\xfa\x34\xa9\x8c\xfc\xeb\xd3\x33\x9a\x26\xb4\x2f\xfb\xdc\x3f\xcd\xc3\x62\x35\x85\x98\xec\xeb\x7d\x8f\xef\x5d\xd5\x3e\x71\x90\x4d\xe0\x43\xdf\x50\x36\xc5\x37\xdd\xff\xd8\x67\x41\x44\x36\xeb\x5f\xed\xb3\xc8\x00\x9d\x37\x42\xb7\xcf\x22\x02\xf3\xdc\x9a\xb9\xe3\xad\x19\x29\xa6\xf2\xb3\x7d\xf2\x2a\x35\x0d\x43\xd3\x7c\x58\xe4\x94\x90\x11\x43\x93\x62\x68\x16\x24\xf6\x60\xe8\x26\x8c\x37\x23\x0c\x2f\x18\x1f\x2a\xc6\x87\x32\x31\xb7\x32\x94\x4d\x5e\x0f\x88\x25\xfe\xb2\x6f\x5f\x46\x95\xfc\x2a\xf9\xd1\xa9\xa7\x7d\x26\xc7\x61\x8b\x21\x24\x46\x33\xc5\x6d\x11\x44\xf3\x93\xcc\x9f\x52\xb6\x5f\x46\x73\xbe\xe6\x7c\xd4\x77\x0c\x2d\xcf\xd1\xdf\xf2\x01\x6a\x09\xba\xf3\x19\xa2\x4a\xd6\x31\x74\xc9\x7f\xb3\xcb\xd6\x29\x28\xe2\x46\xf7\x93\x1e\xfb\xdc\x36\xcd\x91\x64\x41\x04\xb1\x87\x32\x14\x7b\x05\xb8\x0f\xd5\xe4\x30\x87\x49\xa8\xad\x0c\x45\xe1\x18\x6f\x59\x01\xb4\xe8\xd1\x0c\xbd\x08\x2e\x5f\x94\xa1\xa8\x31\x34\x96\x2c\x8e\x37\x34\x56\x26\xa1\xd9\x74\x20\xf6\xa6\xa2\x66\x46\xdf\x03\x8a\x53\xef\x6a\x26\xdf\xc3\x8a\x9b\x8a\x8b\x89\x99\x91\x8e\x68\xc1\x41\xb2\xcf\xa3\x4e\x96\x1a\xf0\x6d\xd3\x6c\x75\x4a\x16\x0c\x38\x56\x2f\x22\x61\x7a\x18\x42\x2b\xe6\x70\x12\xa1\xca\x62\xb8\xac\xcc\xea\xba\xd6\x31\xe8\x31\x78\x31\x23\x1d\xb0\xb7\x21\xb4\x32\xeb\x9b\xec\x87\x66\x71\x30\xab\xc9\xfc\xc7\xd2\x02\xce\x6d\x36\x6b\x1c\x60\xd1\xa9\xba\x32\xd4\x96\x53\xb6\x84\xc0\xef\x20\x5e\x92\xb8\x14\x52\xa6\x2a\x6c\xbe\xd8\xb0\x38\x40\xaf\x64\xbe\x85\x1f\xb0\xcf\x14\x1b\xd3\x4c\xfb\x61\x49\x83\xd8\x98\xd6\x61\x27\xac\xfe\xd9\xfd\x8e\xee\xfe\x61\x6a\x4d\xb1\x41\x04\x6f\xf7\xb1\x2f\x62\x63\xbe\xd8\xc0\x13\x30\x9c\x57\x0c\xe7\xe5\x54\x2c\x54\xf0\x8c\x86\xdf\x86\x38\x9b\x8a\xa4\xa9\xf9\xfa\x60\x7e\x4d\xf1\x32\x87\xdf\x26\x2d\x8a\xa9\x29\x86\x1e\x3c\x8b\x29\x86\x0c\x05\x26\xe3\x52\x86\x02\xcb\xc4\x84\x4a\xd6\xf1\x4f\x4d\x28\xc3\x83\xc9\xa2\xfd\xa9\xf7\x32\x97\xf9\xb8\xc3\xf7\x8a\x7d\xd5\xb2\x07\x6a\x0b\xc4\xdf\x12\x7f\x27\x62\x60\x89\xbf\x45\xd5\x40\x3a\x29\xe8\x5c\xa1\xd8\xe7\x58\xa2\x05\x4b\xf5\xb7\x54\x7f\x16\xba\x2f\xd5\x9f\x17\x62\xd2\x89\x3a\x5d\x89\xbd\x5f\xe2\xd4\xba\x79\x2e\xc9\xec\x9f\xb7\xd0\xc2\xda\x0a\xd7\x48\x8e\x05\x6b\xeb\x71\xac\xb5\x2a\xa7\xc5\x11\x62\x72\x59\x72\x72\x72\x46\x4b\xbc\x2c\xd4\x4b\xd2\x33\x5b\xca\x8d\x05\x36\xd2\x85\x39\xb2\x3a\x58\xf3\x4a\x4c\xba\xa4\x59\x3e\x5f\x96\x96\x5c\x16\x53\x18\x19\x58\x9e\xd1\x75\x5b\x87\x21\x7d\xd3\xf7\xfc\x36\x4d\xdf\xc5\x3e\x27\x3d\xae\xa5\x3a\x58\xf2\xf9\x95\xa8\xba\x40\x1d\xd4\x03\xf3\x21\x11\x9a\xad\x07\x9e\x63\x35\x3e\x99\x48\xf3\x54\xe3\x93\xf5\x90\xcf\x71\x81\xea\x01\x9f\xd7\xe3\x4d\x32\x1f\x94\x47\x10\x4b\xab\x07\xfc\x9b\xb8\x02\x59\x8f\xc7\xf9\xac\x05\xe2\x32\x5a\x3d\x08\x81\x57\xe3\x93\xe9\xb6\x02\x04\x75\x5f\xbd\x70\x93\xee\xb7\x76\xc3\xb1\xc4\x63\xd3\x6d\x09\x46\x97\x16\x30\x9e\xa8\xb5\xae\xc7\xf0\x3b\x86\xef\x3d\xf6\xf9\xde\x70\x8d\xc7\x8a\x8d\x83\x3e\x3c\xf4\x44\xd1\x76\x3d\xd8\xab\x7a\x4c\xd7\x2d\x54\x86\xa0\x76\xeb\xa1\x9b\x40\xdd\x78\x3d\x70\x13\xea\xa1\x9b\x40\xb5\x74\x3d\x96\x34\x6b\xa6\x51\x00\x5d\x8d\x81\xd6\x73\x6b\xc1\xcd\x80\xf5\xdc\x8a\x70\xff\xec\x8d\xba\x1d\x78\xe2\x62\x57\x6f\x04\x51\xf3\xc2\x7d\xa0\xcf\x7a\xca\x2e\x17\x95\x23\xd9\x1e\xaa\x46\xf6\x4c\x86\x39\x2b\xa1\x4a\x4a\xfd\xab\x81\xca\x4a\xc8\x90\x4b\x7f\xd5\x80\x61\x25\x38\x18\x36\x90\xaa\xa1\xc1\x7a\x6f\x01\x45\xad\x71\xbd\x11\x4f\xf5\xde\x12\x09\xdb\xbc\x1a\xc6\xab\x84\xe7\xd0\xe2\xd5\xe0\x5c\x25\x10\x47\xd8\xa7\x1a\x86\xab\x84\xd2\xb8\x29\x57\x0d\xa4\x55\x02\x64\x54\xbf\x56\xc3\x63\x95\x10\x57\xd9\xd0\xae\x06\xb8\x2a\x41\xaa\x02\xc0\x0c\x51\x55\x43\x54\xc7\xd6\x91\xd5\x08\x55\x35\x42\x75\x5e\xe5\x17\xb5\x79\x35\x7e\x55\x8d\x23\x91\x2b\xad\x86\x91\xaa\x97\x40\x2e\xea\x78\x8c\x8c\x54\xa3\x0c\xf7\x16\xb9\xd5\x6c\x76\xd5\xab\xc6\xb1\xab\x3a\xd5\xf5\xad\xaa\xdf\x46\x40\xd5\xdf\xad\xf5\x55\x8a\x7b\xa0\x6e\x5d\x35\x45\x98\xb6\xd7\x54\xcd\x10\x56\xad\x74\x0a\xc9\xab\x46\x7a\x7d\x93\x7c\x71\x83\x58\xdb\xb6\x5a\x7c\x59\xe0\x89\xe1\x5b\xa4\xc1\xae\x63\x8b\xc1\xaa\x95\x53\x51\xc3\x17\x5a\xa9\xaa\x85\xab\xb7\x0e\xb9\xa8\x58\x55\x7c\x95\xfc\xca\x75\xc1\x37\xca\xca\x8a\x2c\xba\x88\x12\x54\x45\x51\x5d\x9b\x45\x2e\x6a\x3a\xeb\x1a\xbe\xf5\x96\x20\x5d\x5f\x3e\x9b\x89\x88\x06\x13\x5e\x61\xf3\x47\x33\x47\xd0\x0e\x2f\xd0\x6d\x0b\xaf\x09\xe7\x06\x52\x2f\xaa\x23\x9b\x50\x6d\x02\x13\x25\xd3\x44\x66\x13\x99\xa4\xf9\x9b\xd0\x6c\x40\xf3\xe2\xea\x6d\x13\x9b\x0d\x6c\x5e\x54\x67\x36\xc1\xd9\x88\x29\xdf\xc7\xc6\x6b\x13\x8b\x0d\x2c\x5a\x2f\xd3\x04\x63\x0b\xc2\x7c\x6f\x4e\x13\x8d\x0d\x34\xde\x24\x9a\x9a\x70\x6c\xc0\xf1\x46\xa8\x34\xf1\xd8\xc0\xe3\x1d\xf6\xe6\x34\x01\xd9\x00\xe4\x1d\xf6\xe6\x34\x11\xd9\x40\xe4\x4d\xdd\x6c\x13\x91\x0d\x44\x5a\x2e\xd4\x84\x5c\x03\x72\x37\xe5\x60\x4d\xc8\x35\x20\x77\x3f\xdb\x43\x6e\x42\xae\x01\xb9\x3b\x6f\x87\xbb\x09\xb9\x06\xe4\xee\x12\xf7\x40\x21\xd7\x80\x5c\xc0\x6e\x6a\x42\xae\x01\xb9\x40\xe5\x7f\x13\x72\x0d\xc8\x05\xae\x2b\x35\x21\xd7\xf0\x87\xc3\x95\xf6\xc0\x46\xdc\xa4\x81\x42\xaf\x74\x36\x51\xd8\x40\x61\x40\x44\x36\x51\xd8\xc8\x02\x87\xc0\xe6\x88\xc2\x06\x0a\x43\x64\x73\x44\x61\x03\x85\x01\xf7\xa0\x89\xc2\x36\xe3\xf9\xf5\x23\x50\xbd\xd9\x66\xbc\xe9\x62\x20\xb5\x91\x4d\x60\x36\x80\x19\xb8\xf3\xd2\x04\x66\x03\x98\x66\x3d\x9a\xc0\x6c\xa0\x30\x90\x8d\xef\xa2\xb0\x83\xc2\x50\xb6\x66\xe9\xa2\xb0\x83\xc2\x48\x5d\x6a\x17\x85\x1d\x14\xc6\x93\x42\x36\x51\xd8\xcf\x5a\xbf\x7e\xc4\x6b\x7b\x4b\xfd\x24\xfa\xd4\x01\x66\xbc\xb6\x25\xd1\x05\x66\x07\x98\x91\xf8\x5b\x17\x98\xfd\xda\xca\x36\x92\xcf\xeb\x17\x59\x87\x0e\x56\x23\x91\xa7\x2e\x56\xfb\xbd\x2d\xdc\x48\x70\xa6\xdf\x58\x0c\x1d\xf8\x46\xee\x56\x74\xe1\xdb\xef\xed\x1f\x44\xaa\xd4\x3a\x72\xf6\xb3\x83\xe8\x48\x45\x7a\x17\xd1\x3d\xc4\xf8\xf5\x23\x72\xe7\xb2\x07\x9c\xef\xae\xc0\xa5\x66\xb8\x0b\xf2\x0e\xc8\x63\xda\x76\x5f\x17\xe4\x1d\x90\x7b\xb5\xa3\x0b\xf2\x0e\xc8\x63\xa6\x76\x4f\x90\xf7\xa4\xf0\xbe\xef\xdd\xe5\x5b\xa9\xb1\x85\x7b\x5c\xc2\xfc\xec\xa9\xb3\x11\x0f\xb5\x83\x0e\x1b\xd7\x26\x34\xd0\x93\xed\x19\x6a\x2a\xde\x9a\xbe\x85\x8c\xbb\xb9\x6e\xd3\xe5\x97\xae\x04\xbf\xa9\x4e\xea\x32\x4c\x57\x84\xdf\xd6\x1a\xca\x31\x5d\x21\x7d\xe3\x31\x76\x59\xa6\x13\xdf\x3f\x03\xc9\xa6\x9e\x31\x75\x3a\xb1\xf7\x53\x76\xe8\x19\x13\xb5\x67\x6f\x92\x25\xbe\x81\xa8\xfc\xfe\xa1\x22\x23\x15\xe6\x9b\xce\xe7\x4d\x30\xca\x71\x7b\x26\xca\xd7\xbd\x5c\xf8\x70\x8d\xb2\x13\x45\xdf\x3f\x56\x5f\x6c\x38\x76\x79\xb5\x53\x15\x15\xb9\x70\xd0\x0b\xd6\x63\x27\xb4\x9d\x0e\x56\x2d\xc4\x48\x3b\x1c\x9d\x8e\x0d\xed\x2e\x47\xf7\xb2\xf5\x68\x3a\x62\xa1\x98\x92\xfd\xa5\xf0\x28\x51\xec\xd5\xcb\xe4\xb3\xe0\xfb\x74\x6e\x81\xd1\xe5\xfb\x0e\xdf\xa7\x73\xfb\x73\x5d\xbe\xef\x54\xc8\x24\x2a\x81\x7a\x45\xf3\x77\x44\x41\x22\xef\xd4\x15\x05\x1d\x51\x90\x60\xf2\xae\x28\xe8\xcd\xb7\xb6\x6a\xed\xf2\x7d\x87\xef\x13\x57\x9b\xbb\x7c\xdf\xbb\x7a\xfc\xda\x03\xe5\xfb\x0e\xdf\xa7\xb4\x75\x67\x97\xef\x3b\x7c\x9f\xd2\xd6\x9d\x5d\xbe\xef\x30\x79\x7a\xfe\x5c\x23\xf7\xaf\xeb\xe4\xae\x0c\xe8\xc8\x80\x94\xb7\x6a\xed\xca\x80\x8e\x0c\x48\x05\xd8\x29\x03\x3a\x32\xe0\x39\xb6\x6a\x1d\xca\x80\x81\x0c\x78\xb8\xaa\x3d\x94\x01\x03\x19\xf0\x70\x75\x75\x28\x03\x06\x32\xe0\xb9\xb6\x6a\x1d\xca\x80\x01\xc3\xfb\x17\x37\x86\x0c\x3f\x60\xf8\x27\x1c\x79\x77\xf9\x16\xdc\xfd\x10\x53\x1d\x72\xf7\xb8\xb5\x65\xb6\xaf\x38\x64\xe5\x01\xdf\x3e\x14\xc8\x0e\xf9\x76\xc0\xa4\x0f\x55\xcf\x43\x26\x1d\x30\xe9\x03\xf2\x87\x4c\x3a\xb4\x8b\xf2\xd6\xa3\x43\x26\x1d\x30\xe9\x03\xee\x87\x4c\x3a\x60\xd2\x4c\x4e\x74\xc8\xa4\x23\x6d\x47\xce\x1b\xe6\x23\xc1\x09\x23\x69\x51\xed\x2d\x1c\x32\xdb\xa0\xb4\xd0\xc4\xd0\x78\x88\xa0\x0d\xf8\x2f\xbb\x13\xb2\xdf\x80\xfd\xbc\x20\x3a\xe4\xbe\x01\xf7\x65\x2e\x83\x0e\x99\x6f\xc0\x04\x39\x6c\x1d\x33\xe4\x81\x01\xba\x33\xa2\x62\x88\xee\x01\x6e\x73\x4c\x94\xfe\xfa\x16\xb8\xf5\xde\xc0\x10\xb7\xa3\x6e\xfb\xda\x8a\xee\x51\xa7\x6f\x31\x90\xac\xf9\x10\xb7\x03\xdc\x66\xfe\xee\xc8\x10\xb7\x83\xb8\xb2\x65\x50\xc3\xb0\xf2\x00\xca\x99\x88\xdb\x10\xca\x03\x28\x67\x22\x1a\x43\x28\x0f\xa0\x5c\x8e\xad\x93\x87\x50\x1e\x40\xb9\xc0\x62\x43\x28\x0f\x62\x1c\x85\xc4\xf0\x30\xc4\x31\x40\x77\x21\xa9\x33\x44\xf7\x00\xdd\x05\x87\x66\x08\xdf\x01\x7c\x0b\x29\x93\x21\x7c\x07\xf0\x2d\x61\xcb\xb4\x21\x7c\x07\xf0\x2d\x71\xab\x8a\x29\x7c\x27\xf0\x2d\x69\x4b\xb4\x29\x7c\x27\xf0\x2d\x29\xe5\x2f\x9f\x53\xf8\x4e\xe0\x5b\x28\x09\x9e\xc2\x77\x02\xdf\x42\x30\x78\x0a\xdf\x09\x7c\x0b\x37\xd5\xa7\xf0\x9d\xc0\xb7\x50\x32\x35\x85\xef\xb4\x02\xe0\x20\x0e\x31\xc5\xef\x34\x3b\x7f\x90\x31\x9d\x02\x78\x9a\x75\x3f\xc8\xda\x4d\x11\x3c\xcd\xb0\x1f\xa4\xae\xa6\x10\x9e\x66\xc9\x0f\x6e\xa9\x4e\x31\x3c\xcd\x7e\x1f\xa4\x31\xa6\x20\x9e\x66\xb0\x8f\xb8\x15\xc4\x14\xc5\x53\x05\x71\x50\xdf\x31\xc5\xec\x7c\x4d\x7c\xe2\x06\x53\x84\x4e\x15\xc4\x41\x85\xf2\x14\xa2\x53\x05\x71\x50\x2a\x38\xc5\xe8\x34\x1b\x7c\x10\xde\x9c\x5c\xa2\xff\x9c\x0a\xef\xa3\x6c\xeb\x65\x0a\xdc\xe9\x6d\xe9\xf3\x60\xab\xcc\x34\x4e\xed\xfd\xf3\xd8\x7e\xe0\x14\xcd\x53\x83\xff\xe4\x2f\x63\x4c\xe1\x3c\xb5\xf8\xcf\xf3\xd9\xf3\x89\xe7\x59\x5f\x1f\x64\xcb\xf9\x29\x7a\xa7\xf7\x39\xcf\x7b\x2b\x8d\xc9\x7d\xce\xcf\xa9\x1f\x70\xde\x1c\xa4\x90\x9e\x64\x01\xce\x93\xab\x1f\x93\x5c\xc0\xfe\xe1\x3d\x52\x34\x53\x50\x4f\xbd\x83\x33\x6c\xd8\x4d\x51\x3d\xa9\xdc\x3b\x4f\x14\xf1\xec\x94\x55\x4e\x4b\xf6\xce\xb4\x5d\xab\x29\xd4\xa7\xa5\x73\x27\x97\x89\xa6\x58\x9f\xde\x6a\x3a\xb9\x58\x32\x2d\x93\x9b\xc6\xf3\x4e\xae\x77\x4c\xd1\x3e\xbd\x5b\x73\x92\x2a\x99\xc2\x7d\x4e\x2a\x3c\xce\x0c\x46\x27\x15\x1e\xd3\xf2\xad\x13\xc1\x35\xe5\x81\x69\xac\xe3\xa4\x2c\x70\xca\x04\xd3\x58\xc2\x45\x99\xe1\x92\x0b\x96\x17\x39\x2e\xfe\x62\xc3\x3a\xb0\x72\x96\x7e\xfe\x75\x52\xdf\x2f\x6b\xac\x83\x58\xc7\x45\xf9\xdb\x3a\xb0\xbf\x96\x7e\xf4\x85\xe5\xb6\xe4\x97\x75\x12\x73\xb8\x2e\x0a\xcf\x4f\xca\x11\xd7\x49\x65\xf9\x85\x1a\x5c\x27\xea\x79\xbd\xae\x34\xa9\xd3\x25\x63\x2d\x6b\x84\x2e\xee\x64\x2c\x39\x6b\x5d\xc4\x20\x2f\xfe\xf0\xc4\xba\x88\xed\x2c\x6b\x7f\xae\xf0\xd0\xe7\xd8\x8b\x78\xed\x45\xca\x6c\x5d\x84\xff\x97\x95\x39\x17\xd7\x39\x97\x3c\xb8\x6e\xd2\x1d\x57\xcc\xf4\x91\xee\x58\xf2\xe5\xe5\x2d\x03\xf9\x72\xc9\x97\x57\xda\xd2\x7a\xc9\x97\x2b\x10\x7b\xba\xb8\x52\xbd\x02\x31\xd2\x25\xaf\x5e\xcf\xb6\xbd\x97\xbc\xba\x02\x31\xa5\x8b\xd4\xd5\x0a\xcd\xf7\x08\xeb\x5f\xa4\x81\x56\x40\xc0\x2d\x79\xfa\x2a\xdb\x08\x5a\xf2\xf4\x92\xa7\xaf\x72\xdc\x7f\xa9\xc0\xd3\xf3\xd7\xfa\x7b\xc9\xf1\x2b\xbe\xb3\x70\xa1\x40\x8e\x5f\x89\x53\xb8\xb9\xc9\xb5\x12\x91\x9f\xa5\x14\xb8\x89\x00\x2e\xa5\xc0\x7a\xcd\x44\xa2\x78\x4b\x29\xb0\x5e\x33\x11\xd3\x66\x29\x05\xd6\x6b\x26\x5e\xd4\xed\x2b\x05\xd6\x6b\x26\x72\xdf\x7d\x29\x05\x96\x1c\x7f\x93\xa8\x5d\x72\xfc\x82\xc9\xcf\x3b\x72\x82\x14\x15\xec\x9f\xe9\x8d\x0f\xde\x73\xac\x45\xe7\x37\x57\x12\x57\xe9\xbe\x47\x14\xf4\x4e\x8e\xa5\x2e\x6b\x99\xc4\xbf\x31\xc2\x17\x7f\xb9\xe0\x73\xbd\xe1\x01\x6e\xbb\x2d\xa5\xc5\x32\x99\x9e\x48\x60\x2f\xfe\x22\xc0\xfe\x21\x5c\x83\x3f\xb5\xb8\xfe\xff\xb9\x94\x2a\x29\x6c\x69\xb1\x94\x2a\xcb\x24\x79\x0a\x31\xd3\x57\xec\xf3\x7e\xc4\xdb\xd7\xe8\xf3\xf2\x59\xe0\x96\x86\x49\xf2\x55\x8d\x7e\x05\x10\x46\xc6\xfc\x73\x55\x23\x5d\xde\x00\xb1\x58\x7b\xbd\xc1\x0a\x74\xd2\x52\x72\x2d\xff\x22\x55\xc2\x0d\x59\x64\x9f\x3f\x57\x23\x09\x98\xa2\x57\x54\x22\x67\xd9\xa8\xe1\x48\x24\xa7\x16\x59\xe5\xcf\xf5\x46\x3a\x48\xe0\x2c\x25\xdc\xf2\xc6\x78\x42\x22\x2d\xb2\xc5\x9f\xab\x19\x0d\xa7\x8a\x6f\x91\xdd\xdd\x3f\x8c\x25\x7b\xb2\x4c\xe8\x2e\x2f\x7e\xa7\x04\xda\xb9\xce\xfd\xb9\x4c\x98\x26\x02\x4c\xcb\x84\xe9\x6a\x46\x2d\xf1\x2b\x17\x97\x9e\xf7\x0f\xf3\x11\xa9\x5e\x4a\xd1\xe5\x75\xe6\x44\x14\x79\x99\xf4\x5c\x3d\xf8\x1e\x52\xa0\x47\xdf\xe3\x36\x6a\xe2\x3a\xdb\xe2\xa6\xf3\xe7\xf2\xaf\x61\x25\x2e\xaf\x2d\x13\x9c\xcb\x1b\xc5\x89\xbf\xeb\xb0\xb8\x37\xfc\xb9\x4c\x66\x26\xfe\x18\xc1\x22\x8b\xb9\x7f\x5c\x03\x6c\x28\xbd\x57\xe7\x3a\x61\x7a\x6f\xe7\x90\x11\x58\x5e\xf6\x4d\xd8\x41\x8b\xcb\xbe\xfb\xe7\xbd\xaf\x72\xd0\xe7\x1a\xdd\xf7\x90\x34\x64\x13\x3f\x57\xa7\x90\x21\x65\xbf\x6d\x4a\x1f\xd1\xc8\x24\xc7\x77\xa2\x91\xab\xa3\x71\x52\x96\x66\x34\xce\x52\x6b\xa4\x0c\x9e\xd5\x1a\xcb\xe4\x5e\xe2\x6f\xa3\x2d\x93\x7b\xcb\xbf\xe1\x95\x32\xf7\x8e\x2c\xea\x5e\x6a\x97\x84\x6b\xbe\xd4\x2e\xcb\x8b\xad\x89\x3a\xc3\x35\x3c\xdf\x61\x44\xbb\x04\xef\xf0\xf0\x6d\xc3\xa8\x2a\xf7\x81\xd7\x90\xe6\x21\x7d\x14\x75\xaf\x41\xb4\x74\xbd\x99\xa6\x52\xb8\x82\x23\x7d\xd3\xbf\xa0\x47\x4d\xe1\x32\xbc\xb0\x2c\xb8\x7e\xa8\x29\x5c\x16\x57\xaf\xe9\x9f\x8f\xe3\xae\xe9\xe2\xae\xe9\xfe\x21\xfc\x46\xc6\x67\xa9\xd5\x96\x77\x45\x9f\x63\x1b\xfb\x6b\xca\x5b\xd3\xa2\xfd\xc3\x5b\x40\x14\xed\xaf\x39\xbc\x88\xc5\x65\xaf\x39\x5d\x63\x7a\x19\xe4\xb6\x6f\xd8\x67\x84\x97\x4b\x69\xd3\xbd\x57\x4b\x3e\x67\x08\x7f\x29\x59\x77\xe3\xf7\xf5\x87\x2f\x7f\xfe\x63\x89\xfd\x0f\x3f\xfe\x38\xbf\xfd\xcc\x1f\x66\xe4\x2f\x22\x7e\x8c\xb9\xbe\xfb\x36\xff\xfc\x47\x1e\x7f\xf8\xfe\x87\x3d\x8a\x7f\xff\x37\x00\x00\xff\xff\x50\x54\xfb\x3f\x10\x52\x00\x00"); +func _eee ()(*asset ,error ){_beg ,_gbd :=_egf ();if _gbd !=nil {return nil ,_gbd ;};_gab :=bindataFileInfo {_c :"Adobe-CNS1-UCS2",_ed :264249,_cg :_g .FileMode (436),_ca :_d .Unix (1580490554,0)};_ceea :=&asset {_fdf :_beg ,_ff :_gab };return _ceea ,nil ; +};func (_a bindataFileInfo )Size ()int64 {return _a ._ed };var _ccda =&bintree {nil ,map[string ]*bintree {"78-EUC-H":&bintree {_dg ,map[string ]*bintree {}},"78-EUC-V":&bintree {_bg ,map[string ]*bintree {}},"78-H":&bintree {_bga ,map[string ]*bintree {}},"78-RKSJ-H":&bintree {_ad ,map[string ]*bintree {}},"78-RKSJ-V":&bintree {_dcg ,map[string ]*bintree {}},"78-V":&bintree {_faf ,map[string ]*bintree {}},"78ms-RKSJ-H":&bintree {_gbf ,map[string ]*bintree {}},"78ms-RKSJ-V":&bintree {_bgg ,map[string ]*bintree {}},"83pv-RKSJ-H":&bintree {_gec ,map[string ]*bintree {}},"90ms-RKSJ-H":&bintree {_bd ,map[string ]*bintree {}},"90ms-RKSJ-V":&bintree {_ceb ,map[string ]*bintree {}},"90msp-RKSJ-H":&bintree {_abf ,map[string ]*bintree {}},"90msp-RKSJ-V":&bintree {_dcd ,map[string ]*bintree {}},"90pv-RKSJ-H":&bintree {_ae ,map[string ]*bintree {}},"90pv-RKSJ-V":&bintree {_daac ,map[string ]*bintree {}},"Add-H":&bintree {_efe ,map[string ]*bintree {}},"Add-RKSJ-H":&bintree {_fdfe ,map[string ]*bintree {}},"Add-RKSJ-V":&bintree {_ea ,map[string ]*bintree {}},"Add-V":&bintree {_edf ,map[string ]*bintree {}},"Adobe-CNS1-0":&bintree {_dbe ,map[string ]*bintree {}},"Adobe-CNS1-1":&bintree {_aaf ,map[string ]*bintree {}},"Adobe-CNS1-2":&bintree {_acf ,map[string ]*bintree {}},"Adobe-CNS1-3":&bintree {_dbf ,map[string ]*bintree {}},"Adobe-CNS1-4":&bintree {_abc ,map[string ]*bintree {}},"Adobe-CNS1-5":&bintree {_gcf ,map[string ]*bintree {}},"Adobe-CNS1-6":&bintree {_edab ,map[string ]*bintree {}},"Adobe-CNS1-7":&bintree {_fbb ,map[string ]*bintree {}},"Adobe-CNS1-UCS2":&bintree {_eee ,map[string ]*bintree {}},"Adobe-GB1-0":&bintree {_ffca ,map[string ]*bintree {}},"Adobe-GB1-1":&bintree {_faff ,map[string ]*bintree {}},"Adobe-GB1-2":&bintree {_gbbc ,map[string ]*bintree {}},"Adobe-GB1-3":&bintree {_ggfca ,map[string ]*bintree {}},"Adobe-GB1-4":&bintree {_baa ,map[string ]*bintree {}},"Adobe-GB1-5":&bintree {_gcg ,map[string ]*bintree {}},"Adobe-GB1-UCS2":&bintree {_dfd ,map[string ]*bintree {}},"Adobe-Japan1-0":&bintree {_bag ,map[string ]*bintree {}},"Adobe-Japan1-1":&bintree {_gcbc ,map[string ]*bintree {}},"Adobe-Japan1-2":&bintree {_egc ,map[string ]*bintree {}},"Adobe-Japan1-3":&bintree {_cgga ,map[string ]*bintree {}},"Adobe-Japan1-4":&bintree {_add ,map[string ]*bintree {}},"Adobe-Japan1-5":&bintree {_dbg ,map[string ]*bintree {}},"Adobe-Japan1-6":&bintree {_egg ,map[string ]*bintree {}},"Adobe-Japan1-7":&bintree {_dfdc ,map[string ]*bintree {}},"Adobe-Japan1-UCS2":&bintree {_ece ,map[string ]*bintree {}},"Adobe-KR-0":&bintree {_gaeb ,map[string ]*bintree {}},"Adobe-KR-1":&bintree {_cbcd ,map[string ]*bintree {}},"Adobe-KR-2":&bintree {_bgcc ,map[string ]*bintree {}},"Adobe-KR-3":&bintree {_eaf ,map[string ]*bintree {}},"Adobe-KR-4":&bintree {_edbc ,map[string ]*bintree {}},"Adobe-KR-5":&bintree {_gafb ,map[string ]*bintree {}},"Adobe-KR-6":&bintree {_abcc ,map[string ]*bintree {}},"Adobe-KR-7":&bintree {_efg ,map[string ]*bintree {}},"Adobe-KR-8":&bintree {_feag ,map[string ]*bintree {}},"Adobe-KR-9":&bintree {_fgc ,map[string ]*bintree {}},"Adobe-KR-UCS2":&bintree {_edgd ,map[string ]*bintree {}},"Adobe-Korea1-0":&bintree {_fec ,map[string ]*bintree {}},"Adobe-Korea1-1":&bintree {_dgg ,map[string ]*bintree {}},"Adobe-Korea1-2":&bintree {_gfb ,map[string ]*bintree {}},"Adobe-Korea1-UCS2":&bintree {_gegc ,map[string ]*bintree {}},"B5-H":&bintree {_aeegb ,map[string ]*bintree {}},"B5-V":&bintree {_dfad ,map[string ]*bintree {}},"B5pc-H":&bintree {_cfae ,map[string ]*bintree {}},"B5pc-V":&bintree {_fadd ,map[string ]*bintree {}},"CNS-EUC-H":&bintree {_aaga ,map[string ]*bintree {}},"CNS-EUC-V":&bintree {_bad ,map[string ]*bintree {}},"CNS1-H":&bintree {_bbgc ,map[string ]*bintree {}},"CNS1-V":&bintree {_cda ,map[string ]*bintree {}},"CNS2-H":&bintree {_cea ,map[string ]*bintree {}},"CNS2-V":&bintree {_babd ,map[string ]*bintree {}},"ETHK-B5-H":&bintree {_ebfe ,map[string ]*bintree {}},"ETHK-B5-V":&bintree {_fbed ,map[string ]*bintree {}},"ETen-B5-H":&bintree {_bbe ,map[string ]*bintree {}},"ETen-B5-V":&bintree {_bce ,map[string ]*bintree {}},"ETenms-B5-H":&bintree {_bcfa ,map[string ]*bintree {}},"ETenms-B5-V":&bintree {_ddge ,map[string ]*bintree {}},"EUC-H":&bintree {_dcfgf ,map[string ]*bintree {}},"EUC-V":&bintree {_bgea ,map[string ]*bintree {}},"Ext-H":&bintree {_fbbb ,map[string ]*bintree {}},"Ext-RKSJ-H":&bintree {_afef ,map[string ]*bintree {}},"Ext-RKSJ-V":&bintree {_bdfb ,map[string ]*bintree {}},"Ext-V":&bintree {_bbdd ,map[string ]*bintree {}},"GB-EUC-H":&bintree {_ccbf ,map[string ]*bintree {}},"GB-EUC-V":&bintree {_gfdf ,map[string ]*bintree {}},"GB-H":&bintree {_eefg ,map[string ]*bintree {}},"GB-V":&bintree {_acaf ,map[string ]*bintree {}},"GBK-EUC-H":&bintree {_dcacf ,map[string ]*bintree {}},"GBK-EUC-V":&bintree {_ecee ,map[string ]*bintree {}},"GBK2K-H":&bintree {_gfg ,map[string ]*bintree {}},"GBK2K-V":&bintree {_becc ,map[string ]*bintree {}},"GBKp-EUC-H":&bintree {_bcfca ,map[string ]*bintree {}},"GBKp-EUC-V":&bintree {_bffc ,map[string ]*bintree {}},"GBT-EUC-H":&bintree {_cag ,map[string ]*bintree {}},"GBT-EUC-V":&bintree {_caeg ,map[string ]*bintree {}},"GBT-H":&bintree {_cdf ,map[string ]*bintree {}},"GBT-V":&bintree {_adgc ,map[string ]*bintree {}},"GBTpc-EUC-H":&bintree {_dbad ,map[string ]*bintree {}},"GBTpc-EUC-V":&bintree {_abgf ,map[string ]*bintree {}},"GBpc-EUC-H":&bintree {_dcfa ,map[string ]*bintree {}},"GBpc-EUC-V":&bintree {_bffd ,map[string ]*bintree {}},"H":&bintree {_gcff ,map[string ]*bintree {}},"HKdla-B5-H":&bintree {_gfff ,map[string ]*bintree {}},"HKdla-B5-V":&bintree {_bdc ,map[string ]*bintree {}},"HKdlb-B5-H":&bintree {_gedf ,map[string ]*bintree {}},"HKdlb-B5-V":&bintree {_cceb ,map[string ]*bintree {}},"HKgccs-B5-H":&bintree {_fafb ,map[string ]*bintree {}},"HKgccs-B5-V":&bintree {_aaed ,map[string ]*bintree {}},"HKm314-B5-H":&bintree {_gffg ,map[string ]*bintree {}},"HKm314-B5-V":&bintree {_bffa ,map[string ]*bintree {}},"HKm471-B5-H":&bintree {_gcdf ,map[string ]*bintree {}},"HKm471-B5-V":&bintree {_degd ,map[string ]*bintree {}},"HKscs-B5-H":&bintree {_bfdb ,map[string ]*bintree {}},"HKscs-B5-V":&bintree {_egbd ,map[string ]*bintree {}},"Hankaku":&bintree {_eeab ,map[string ]*bintree {}},"Hiragana":&bintree {_ead ,map[string ]*bintree {}},"KSC-EUC-H":&bintree {_ffcg ,map[string ]*bintree {}},"KSC-EUC-V":&bintree {_dede ,map[string ]*bintree {}},"KSC-H":&bintree {_adac ,map[string ]*bintree {}},"KSC-Johab-H":&bintree {_baba ,map[string ]*bintree {}},"KSC-Johab-V":&bintree {_gfgb ,map[string ]*bintree {}},"KSC-V":&bintree {_cccbg ,map[string ]*bintree {}},"KSCms-UHC-H":&bintree {_aacg ,map[string ]*bintree {}},"KSCms-UHC-HW-H":&bintree {_fged ,map[string ]*bintree {}},"KSCms-UHC-HW-V":&bintree {_fegd ,map[string ]*bintree {}},"KSCms-UHC-V":&bintree {_bgbe ,map[string ]*bintree {}},"KSCpc-EUC-H":&bintree {_ega ,map[string ]*bintree {}},"KSCpc-EUC-V":&bintree {_bbdb ,map[string ]*bintree {}},"Katakana":&bintree {_ddag ,map[string ]*bintree {}},"NWP-H":&bintree {_dbada ,map[string ]*bintree {}},"NWP-V":&bintree {_agea ,map[string ]*bintree {}},"RKSJ-H":&bintree {_gbbcc ,map[string ]*bintree {}},"RKSJ-V":&bintree {_cagg ,map[string ]*bintree {}},"Roman":&bintree {_egcg ,map[string ]*bintree {}},"UniAKR-UTF16-H":&bintree {_egd ,map[string ]*bintree {}},"UniAKR-UTF32-H":&bintree {_afbg ,map[string ]*bintree {}},"UniAKR-UTF8-H":&bintree {_bcde ,map[string ]*bintree {}},"UniCNS-UCS2-H":&bintree {_fccd ,map[string ]*bintree {}},"UniCNS-UCS2-V":&bintree {_cbgd ,map[string ]*bintree {}},"UniCNS-UTF16-H":&bintree {_dedd ,map[string ]*bintree {}},"UniCNS-UTF16-V":&bintree {_bebd ,map[string ]*bintree {}},"UniCNS-UTF32-H":&bintree {_defaa ,map[string ]*bintree {}},"UniCNS-UTF32-V":&bintree {_ffeac ,map[string ]*bintree {}},"UniCNS-UTF8-H":&bintree {_cacc ,map[string ]*bintree {}},"UniCNS-UTF8-V":&bintree {_cfbg ,map[string ]*bintree {}},"UniGB-UCS2-H":&bintree {_dbcd ,map[string ]*bintree {}},"UniGB-UCS2-V":&bintree {_cdfe ,map[string ]*bintree {}},"UniGB-UTF16-H":&bintree {_abcg ,map[string ]*bintree {}},"UniGB-UTF16-V":&bintree {_fgdd ,map[string ]*bintree {}},"UniGB-UTF32-H":&bintree {_gbdg ,map[string ]*bintree {}},"UniGB-UTF32-V":&bintree {_efeee ,map[string ]*bintree {}},"UniGB-UTF8-H":&bintree {_egdb ,map[string ]*bintree {}},"UniGB-UTF8-V":&bintree {_abba ,map[string ]*bintree {}},"UniJIS-UCS2-H":&bintree {_gacg ,map[string ]*bintree {}},"UniJIS-UCS2-HW-H":&bintree {_cegce ,map[string ]*bintree {}},"UniJIS-UCS2-HW-V":&bintree {_ffae ,map[string ]*bintree {}},"UniJIS-UCS2-V":&bintree {_gagd ,map[string ]*bintree {}},"UniJIS-UTF16-H":&bintree {_aaac ,map[string ]*bintree {}},"UniJIS-UTF16-V":&bintree {_abffd ,map[string ]*bintree {}},"UniJIS-UTF32-H":&bintree {_cdfb ,map[string ]*bintree {}},"UniJIS-UTF32-V":&bintree {_cgef ,map[string ]*bintree {}},"UniJIS-UTF8-H":&bintree {_dbca ,map[string ]*bintree {}},"UniJIS-UTF8-V":&bintree {_ccag ,map[string ]*bintree {}},"UniJIS2004-UTF16-H":&bintree {_ecggc ,map[string ]*bintree {}},"UniJIS2004-UTF16-V":&bintree {_gfbe ,map[string ]*bintree {}},"UniJIS2004-UTF32-H":&bintree {_bbgb ,map[string ]*bintree {}},"UniJIS2004-UTF32-V":&bintree {_ddcg ,map[string ]*bintree {}},"UniJIS2004-UTF8-H":&bintree {_ggec ,map[string ]*bintree {}},"UniJIS2004-UTF8-V":&bintree {_fbeg ,map[string ]*bintree {}},"UniJISPro-UCS2-HW-V":&bintree {_eggd ,map[string ]*bintree {}},"UniJISPro-UCS2-V":&bintree {_ffdb ,map[string ]*bintree {}},"UniJISPro-UTF8-V":&bintree {_eeee ,map[string ]*bintree {}},"UniJISX0213-UTF32-H":&bintree {_bfdf ,map[string ]*bintree {}},"UniJISX0213-UTF32-V":&bintree {_abcb ,map[string ]*bintree {}},"UniJISX02132004-UTF32-H":&bintree {_fcfbf ,map[string ]*bintree {}},"UniJISX02132004-UTF32-V":&bintree {_fbfb ,map[string ]*bintree {}},"UniKS-UCS2-H":&bintree {_abag ,map[string ]*bintree {}},"UniKS-UCS2-V":&bintree {_bbffe ,map[string ]*bintree {}},"UniKS-UTF16-H":&bintree {_efcd ,map[string ]*bintree {}},"UniKS-UTF16-V":&bintree {_becb ,map[string ]*bintree {}},"UniKS-UTF32-H":&bintree {_bfcf ,map[string ]*bintree {}},"UniKS-UTF32-V":&bintree {_eddff ,map[string ]*bintree {}},"UniKS-UTF8-H":&bintree {_aggc ,map[string ]*bintree {}},"UniKS-UTF8-V":&bintree {_ddabb ,map[string ]*bintree {}},"V":&bintree {_cgea ,map[string ]*bintree {}},"WP-Symbol":&bintree {_geagb ,map[string ]*bintree {}}}}; +func _cfab ()([]byte ,error ){return _fd (_fcffb ,"UniJIS2004-UTF16-H")};func _dbgd ()([]byte ,error ){return _fd (_dgff ,"GBKp-EUC-V")};func _ccbf ()(*asset ,error ){_fafd ,_gfba :=_ace ();if _gfba !=nil {return nil ,_gfba ;};_fda :=bindataFileInfo {_c :"GB-EUC-H",_ed :2187,_cg :_g .FileMode (436),_ca :_d .Unix (1580491958,0)}; +_beba :=&asset {_fdf :_fafd ,_ff :_fda };return _beba ,nil ;};func _dfad ()(*asset ,error ){_cefg ,_aeb :=_aabc ();if _aeb !=nil {return nil ,_aeb ;};_fbc :=bindataFileInfo {_c :"B5-V",_ed :620,_cg :_g .FileMode (436),_ca :_d .Unix (1580491512,0)};_cbcf :=&asset {_fdf :_cefg ,_ff :_fbc }; +return _cbcf ,nil ;};func _gagd ()(*asset ,error ){_fbafb ,_eacdc :=_fcfd ();if _eacdc !=nil {return nil ,_eacdc ;};_cgee :=bindataFileInfo {_c :"UniJIS-UCS2-V",_ed :4167,_cg :_g .FileMode (436),_ca :_d .Unix (1580492912,0)};_ddab :=&asset {_fdf :_fbafb ,_ff :_cgee }; +return _ddab ,nil ;};var _efce =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\x5f\x6b\xdb\x3c\x18\x05\xf0\x7b\x7f\x0a\x5d\xf6\xbd\xe8\x1b\x4b\xb2\xfe\x41\x29\x8c\x66\xb0\x74\x74\x1d\xcd\xda\x0d\xc6\x2e\x14\xe9\x49\x30\x2c\xb2\xb1\x1d\x58\xbe\xfd\xd0\x79\xb2\xf4\x22\x28\xf9\x59\x3a\x39\x96\xa3\xac\x1e\x36\xeb\x4d\xe9\x17\xb1\xfa\x3a\x0d\x69\x4b\x8b\xd8\xf7\x25\x4f\x34\x0f\xa7\x29\x91\xd8\xd1\xa1\x2f\x4d\x23\x95\xc8\x7d\x5a\xfe\x7d\xc4\x90\x8e\x71\x6c\x9a\xd5\xc7\x3f\xcb\xed\xcb\xe7\xed\xe3\xed\x27\x71\x9a\xe9\x82\x0f\x9b\xf5\xf6\x3c\x2f\x74\xdc\x94\xfd\x20\x34\x2f\xce\xa7\xf1\x12\x20\xc4\xea\x85\x0e\xfd\xbc\x4c\x67\x71\xf3\x21\x0f\x3b\xfa\x4f\x64\xda\x57\x7f\x9e\x32\x4d\x7d\x39\x88\x9b\xc7\x38\xc6\x22\xaf\x17\xb6\xa7\x71\xfc\x4d\x47\x2a\x8b\x50\x30\x2a\x19\x63\xb3\x7a\x78\x8a\xe3\x97\x78\x24\xf1\x5e\xe6\x0d\x97\x70\xe5\x8d\xa6\xb9\x1f\x8a\x90\xea\xff\xb6\x35\xef\xfe\xed\x3c\x92\x90\x97\x88\xd7\xcd\xfa\x79\xbf\x9f\x69\x11\x5e\xb6\x3c\xe7\xc7\xeb\x66\x2d\x7e\x4a\x21\x5b\xa1\x8c\xd6\xfa\xd7\x65\xea\xf7\xa7\x21\x5f\x17\xea\xc0\xb7\x94\xfa\x3c\xc5\x72\xa0\xe6\xce\xcb\x4e\xde\x8b\x3a\xa8\x7b\xe1\xbc\x77\x20\xcd\xa4\xef\x85\x57\xd6\x83\x3a\xa6\xae\x92\xeb\x40\x91\x29\x82\x14\x68\xc7\xb4\x03\xc9\x4a\x86\xc9\xe4\x1a\x1f\x40\xb6\x05\xd9\x0e\x84\x2c\x6b\x98\x4c\x5d\xe8\x79\x96\x65\xb2\xc8\xb2\x20\xc7\xe4\x40\x01\xe4\x99\x3c\x08\x55\x6d\x00\xb9\x88\x78\xcc\xf2\x5c\xc2\xa3\x97\x65\x4a\x4c\x09\x0b\x35\x28\x33\x65\x94\x00\x45\x9e\x15\x79\x56\xdb\xdc\x79\x15\xf6\x95\x30\xb8\x20\xeb\x37\xaa\x88\x2d\xc4\xe0\x82\x0c\x20\xcd\xa4\x2b\x29\x2c\x8c\x86\xc9\x80\x24\xc8\x31\x39\x50\xdd\x42\x95\x38\x2b\x21\x4b\xd5\x12\x8a\x98\x88\xa9\x03\x71\x3c\x71\xbc\x01\x71\x3c\x71\xbc\x05\x25\xa6\x04\xaa\x8f\x56\x77\xd8\x7b\x0c\x2e\x28\x0f\x52\x4c\x0a\x14\x40\x1d\x53\x7d\x42\x41\xb7\x20\xcb\x64\x41\x12\xe4\x99\x3c\xa8\xb6\xd7\x96\xb3\x2c\xb2\x74\x6d\xaf\x3d\xaa\x62\x70\x41\x77\x20\xc3\x84\xaa\xda\x80\x1c\x13\x76\x42\x5b\x10\x31\x11\x08\xed\x03\x2f\x0c\x5c\xa2\xb6\x77\x06\x8f\xc3\x59\xcc\xea\x6a\x55\xe7\x71\x8f\xce\x63\xbf\x8c\xad\x47\xef\xfa\x83\xaf\xef\xeb\xa1\xbf\x1e\xc2\x74\x9a\x26\x2a\x0b\x8e\x3c\x0e\x5a\x3d\x29\x7d\xa1\xeb\x7f\xca\x38\x8c\x75\x15\x5e\x7f\x03\x00\x00\xff\xff\x3b\xd9\x46\xc4\x7f\x04\x00\x00"); +func _dbca ()(*asset ,error ){_dbdf ,_aadd :=_cggb ();if _aadd !=nil {return nil ,_aadd ;};_dcbf :=bindataFileInfo {_c :"UniJIS-UTF8-H",_ed :214153,_cg :_g .FileMode (436),_ca :_d .Unix (1580492958,0)};_gcef :=&asset {_fdf :_dbdf ,_ff :_dcbf };return _gcef ,nil ; +};var _bbbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x5a\x4d\x8b\x65\x39\x72\xdd\xbf\x5f\x71\x97\xe3\xc5\xb8\xf4\x11\x0a\x49\xf0\x78\xd0\x74\xf7\xe0\x62\x18\x8f\x71\xbb\x6d\x83\xf1\xe2\x4a\x0a\x15\x09\xae\xcc\x24\x2b\x6b\xd1\xff\xde\xc4\x39\xb7\xab\xed\xb1\xa1\x17\x43\x4c\x9f\x92\xe2\x86\x42\xf1\x71\x42\x2f\x3f\x7c\xff\xf1\x87\x8f\xcf\x4f\xef\xc7\x87\x7f\x7a\x7b\x99\x3f\xd9\xfb\xb1\x9f\x9e\xd7\x9b\x7d\x79\xf9\xfa\x36\xed\x18\xf6\xe9\xe9\xf9\x76\x8b\xe9\x58\x4f\xf3\xfd\xd7\xff\x84\x98\x9f\xcf\xd7\xdb\xcd\xf7\xff\xf4\xcb\x97\x77\xfb\xfc\xf1\x79\xbf\x1c\x99\xeb\xd6\xd7\xd7\x6b\xed\x71\x7c\xf8\x67\xfb\xf4\xf4\xe5\xfd\xed\x97\xe3\x0f\xdf\xad\x97\x61\x7f\x77\x2c\xdb\x8e\xff\xf5\x6d\xd9\xdb\xd3\xf3\xa7\xe3\x0f\x7f\x7e\x79\xb3\x33\x7e\xfb\x87\x9f\xbe\xbe\xbe\xfe\x97\x7d\xb6\xe7\xf7\x23\x00\xb3\xe7\x05\x79\xfb\xf0\xfd\x5f\xce\xd7\x7f\x3c\x3f\xdb\xf1\xe1\xcf\x3f\x7d\xff\xc7\x1f\x7f\xfe\xfe\x8f\xff\x80\x7f\xc1\x3f\xfc\xab\xbd\x7d\x79\x7a\x79\x3e\xfa\xdf\x87\xa0\xbf\xc1\xff\xf2\xcb\xab\x1d\xf1\x52\xf0\xf3\xc7\x1f\xfe\xba\xf7\x17\x7b\x3f\x62\xa0\xf2\x0f\xff\xfe\xf3\xc7\x1f\x8e\xff\x88\x47\x0c\x47\x2a\x12\xc2\x7f\x5e\x4b\xff\xed\x2f\x2f\xcb\x2e\x0b\x6e\x89\xe7\x99\x2f\xcb\xbe\xbc\x9e\xd3\xde\xce\xe7\x4f\x76\x3b\x8e\x7b\x08\x8f\xe3\x38\xee\x2d\x3c\xfc\xbf\xbe\x8b\xdf\xc5\xc7\x71\xff\xd3\x8f\x7f\xfa\xf1\xe1\x66\xff\xcd\xfa\x5b\xa4\x9a\xe7\x97\xf7\x65\x9b\x18\x34\xdc\xe3\x7e\x1c\x2d\x74\xf1\x4d\xff\xf3\x5f\x6f\x6e\x26\x3f\xfd\xb4\xae\x0d\xc9\x37\x54\xbb\x36\xdc\xcf\x78\xfa\x37\xcf\xb8\xed\x71\xc4\x10\x6f\xf7\x33\x11\x49\x56\x1e\x47\xec\xe5\x76\x3f\x33\x91\xec\x6b\x92\xfa\x2e\x21\x22\x2b\x3f\x8e\x5c\x9a\x23\xab\x00\xf1\x35\x12\xfa\xed\x7e\x16\xae\x29\xe7\xf9\x38\xa4\xb8\xe6\x32\x02\x90\xd1\x1f\x87\x28\x90\xc9\x35\xab\x3d\x0e\xa9\x40\x8c\xc8\x76\x04\x5f\x57\xea\x51\x93\xc7\x51\xa2\x6b\xae\x44\xaa\xed\xc7\x51\x5a\xbd\xdd\xcf\x46\xa4\x9d\xf2\x38\x54\x15\x88\x12\xd1\xc7\xa1\x35\x00\x69\x44\xb6\x23\xfe\xad\x36\xb8\xcb\x6d\xd6\xea\x9a\x3b\xf5\x74\x47\x6a\x71\xcd\x27\x91\x73\xe7\xc7\xd1\x70\x8a\x41\x64\x6c\x7d\x1c\x3d\xbb\x37\x26\x91\xe9\x87\x89\x21\xf9\xc7\xe6\x22\xb4\x01\x95\x7c\xbb\x8f\x80\x55\x23\xd0\xd3\x4d\x6f\xf7\x41\xe7\x0f\x3a\x3f\xb6\x70\xbb\x0f\x7a\x7f\x24\x40\xa9\xca\xed\x3e\xe8\xfe\x01\xf7\xc7\xac\xed\x76\x1f\xf4\xff\x80\xb7\xa3\x68\xba\xdd\x07\xdd\x3d\x0a\xa0\x52\x5c\x3d\x3d\x37\x14\x90\x16\x57\x4f\xd7\x8d\x0a\xa8\x8a\xab\xa7\xef\x06\xbc\x10\x5b\x76\xf5\x74\xc3\x80\x1b\x62\xcf\xae\x9e\x7e\x18\x27\x62\x20\x24\x57\x4f\x47\x8c\x01\x28\xfa\xb1\x07\x3d\x31\x26\xa0\x14\x5d\xfd\x22\xb4\x00\xe5\xe0\xea\x8d\x90\x01\x92\xe0\xea\x37\xa1\x4d\xa8\xeb\xed\x3e\xe9\xaf\x09\x7f\xa5\xd2\xc3\xed\x3e\xe9\xaf\x19\x19\x88\x4d\x6e\xf7\x49\x7f\x4d\xf8\x2b\xd5\xda\x6e\xf7\x49\x7f\x4d\x86\x6b\xab\xe9\x76\x9f\xf4\xd7\x84\xbf\x52\xf7\x00\x99\xf4\xd7\x84\xbf\x72\x50\x57\x4f\x7f\x4d\xf8\x2b\xc7\xe2\xea\xe9\xaf\x09\x7f\xe5\x24\xae\x9e\xfe\x9a\xf0\x57\xce\xe2\xea\xe9\x9c\x09\xe7\x64\xc9\xae\x9e\xce\x99\x63\x6e\xcf\x90\xec\xea\xc7\x0a\x80\x5c\x48\x8c\x58\xb5\xb8\xca\x93\x27\x97\x5a\x01\x29\x21\x7d\x1c\x59\x71\xa0\xb1\x2a\x20\x53\x64\x9b\x7f\x71\xd8\x05\xd5\xc7\x51\x11\x5f\x73\x58\x03\x04\x23\x4a\xf7\x8d\xbc\x8e\x89\xeb\xc8\x9a\xe2\xed\x3e\x79\x1d\x73\x4d\x87\x6a\x2c\x0e\xb9\x8d\x97\xc8\x02\x4f\x2c\x9a\xba\x5c\x7d\xae\x8a\x8d\x54\x0f\x51\x7b\xc0\x2a\xeb\x80\xa0\xbe\x36\xd7\xc5\xab\x9d\x76\xce\xc7\x91\x5b\xa8\x80\x16\xa1\x05\x28\x01\x32\x40\xd8\xd8\x3c\xa7\x27\x03\x60\xee\x7d\x3e\x8e\x4c\xf5\x7b\x0f\x42\x03\x50\x02\x34\x09\xf9\xc6\xee\x31\xb1\x18\x26\x14\xb9\xf7\x0c\x28\x11\x4a\x0e\x89\x02\xca\x80\x46\xc5\x2a\x71\x68\x34\x42\xed\xb7\x55\x5e\x99\xee\x2b\xb8\x27\x24\xb8\x73\x56\x80\x27\x28\x72\xf5\xf0\x5d\x61\xf1\x8b\x6b\xfa\xaa\x4c\x68\x11\x5a\x7e\xb5\x39\x02\x32\x40\x2c\x88\x9e\x7c\x8b\xe1\xbb\xa2\x57\x4d\x09\xcd\x4d\x8d\x4b\x08\xc9\xe3\x90\xec\xe9\xbe\x22\x2a\x29\x85\x44\x4f\xe4\x15\x11\x13\x2b\x7a\x1c\x48\xcc\x5c\xd5\x08\x35\x6c\x2c\x80\x3a\xa1\x13\xab\xb8\x71\x00\xb2\x80\x55\x80\x8c\x46\xb8\x90\x08\xeb\xa3\x25\x42\xc9\xeb\x69\x80\xa9\x96\x09\xb9\x11\xd9\x43\x6e\x45\xa3\x11\x2e\x24\x37\xea\xaa\x84\x68\x57\x07\x44\xbb\x6c\x60\x55\x05\x34\x09\xb9\xbf\xa2\x50\xfd\x22\xe4\xfe\xca\x3d\x02\x32\x42\x86\x55\x84\x36\xa0\x0d\xeb\x71\x69\x71\xd3\xfa\x0d\xeb\x05\x76\x6d\x5a\xef\x42\x72\x87\x5d\x9b\xd6\x6f\xb8\x50\xe0\xe8\x4d\xeb\x37\xac\xef\x30\x75\xd3\xfa\xdd\xb1\x8a\x1b\x4f\x42\xee\x42\x09\xdc\x48\x17\xba\x90\x28\xdc\xc8\x03\xed\x85\x55\x8a\x66\xfd\x6b\x87\xfd\xff\x9a\xee\x42\xc5\xba\x84\xa0\x3d\x2e\x16\x2e\x0a\x89\x88\x8f\xc4\xb8\x4d\x1e\xab\x22\x91\x90\x10\x52\xac\x8a\x80\x2a\x21\xd8\x18\x13\xa0\x41\x68\x00\xa2\xfa\x49\x08\x4e\xf7\x5a\xb6\x12\x12\x91\x42\x24\x51\x3d\xec\x4a\x83\x46\x78\x14\xa5\x41\x23\x5c\x88\x24\x6c\x1c\x99\x10\xa2\xbb\x40\xfd\xb8\x36\x1a\x9a\x3b\xec\x1a\xb8\xad\x34\xa1\xab\x42\xfd\xa4\xae\x99\xb1\x2a\x03\xe2\x81\x5c\x48\x89\x15\x50\x21\x84\xdb\xaa\x5c\xa5\x84\xc8\x1d\x1a\x20\x9e\xd1\x85\x14\xda\x35\x79\xc6\x89\x33\x56\x42\x3c\xe3\x84\x5d\x09\x07\x9a\xb4\x0b\x29\x56\x12\x74\x31\xc5\x12\xf2\xa9\x64\xac\x62\x3e\x41\x48\xac\x84\x3a\x21\x18\x81\x88\x4c\xcc\xa7\xc4\x3c\x47\x3e\x25\xe6\x79\x5a\x1b\xab\xb0\xd1\x50\x33\x20\x24\x56\xf8\x8b\x59\x07\x21\x45\x70\x6c\x66\x1d\x84\x14\x06\x00\xb3\x0e\x42\xc0\x07\x56\x32\xfa\xcb\x60\xbd\xe2\x8c\x46\xeb\x3d\xd3\xa4\x28\x8c\x30\x9a\x6a\x30\xb5\xc2\x54\xa3\xa9\x48\xc4\x42\x53\x99\x88\xc9\xd3\x4a\x62\xc3\xaa\x4d\x53\x3d\x61\x44\x03\xd4\x6f\x7e\x11\xc9\xa3\x8c\x55\x26\x0f\x84\xc4\x86\x33\x32\x79\x12\x78\x9a\x32\x00\x36\x8d\x40\x90\x47\x14\x08\xb6\xe2\x95\x09\x75\x8f\x55\xb6\xe2\x25\xa8\x2c\x09\xab\x84\x95\x45\x58\x59\x70\xdb\xc2\xca\x22\xc8\xba\x8c\xc0\x14\x66\x1d\xc4\x55\xde\x64\x2f\x42\xf6\xad\xbc\xb1\xad\xaf\x72\xb2\xa0\x36\x40\x85\x50\xf9\x56\xde\x0a\xd8\xe1\x22\x37\x65\x79\x2b\xcc\x21\x88\xab\x96\x15\xe6\x50\x41\xc2\xb0\x96\x15\x26\x0c\xc4\x75\xa0\x72\x22\xbe\x0a\x8d\x68\xbe\x91\x44\x62\xa9\x77\x1b\x11\x05\xc4\x6e\x03\x21\x51\x2b\x20\xf8\x4b\x11\xbe\x02\x5d\xca\xf0\x85\x90\x58\x09\xe1\x8b\x20\x25\x52\x90\xee\x24\x25\xab\x32\x3b\xbc\x3b\xaf\xca\xec\x80\x28\xa5\x60\x15\xb3\xa3\x1a\xaf\xd6\xd3\xaa\x32\x98\x20\x94\xb9\x5d\x19\x4c\x20\x38\xa2\xc9\xed\x22\xc1\x59\x8d\x90\x73\x8b\x45\x42\xb8\x40\x08\xa5\x22\x7c\xc9\x79\x16\x38\x8f\x34\x64\x07\x39\xcf\x1a\xc8\xed\x8e\xb4\x1a\xcc\x6d\x88\xc2\xfa\x35\x98\xdb\x03\x76\x75\xc4\xea\xa0\x5d\x10\xd2\x53\x02\xc4\x8d\xae\xbe\x04\x1f\x4c\x16\xd9\xcc\x9a\x7e\xb5\x25\xc0\xd4\xc9\xab\x85\xa8\xac\x13\x93\x57\x3b\xb9\x11\xad\x98\x9c\x67\x2d\x6c\x04\x51\x5d\x8b\x1b\x21\x4a\x40\x8a\x2e\x6e\x5c\x8b\xab\xdc\x39\x8b\x75\x02\xa2\x44\xa4\xc2\x62\x2b\x5e\x9e\x30\x25\xc2\xfa\xc5\x84\x81\xa8\xea\x9c\x67\xad\xcd\x8d\x30\x22\xc1\x7a\x32\xa3\x65\x1e\xd1\x25\x21\x61\x8c\x11\x0d\x51\x8a\xd3\xd9\x65\x8c\x68\x88\x92\x9d\xf3\x2c\x63\xef\x80\x28\x19\x91\x43\xb2\xb4\xb6\xd7\xe8\x92\x71\xb5\x9b\x35\x1a\xa2\x92\x5b\xec\x01\xbb\xb6\x97\xa1\x92\x9d\xfd\xad\xcd\x32\x04\x51\xb2\xcf\x0d\x6b\xb3\x0c\x6d\x4f\xb8\x92\x51\x4d\x36\x7b\x38\x44\x11\xa4\xfb\x66\x81\xd9\x34\xc2\x03\xd3\x48\xbc\x2c\x6c\xa8\xf7\xee\x6c\x61\x5f\x50\x7c\x1c\x8a\x4b\xb3\x80\xee\x6c\xa0\x41\x45\xbc\x46\x1b\x69\x90\x45\xcf\xae\x22\x9e\x56\x16\xd1\x9a\x28\x0a\x28\xa8\x45\x64\x9a\x81\x35\x14\xf1\x86\x6d\x64\x0d\x14\x25\x47\x6c\x34\xae\x82\xfa\xa2\xe9\x77\x5b\xb1\xb1\xef\x5a\xe2\x0e\xbf\x79\x63\x95\xb2\xec\x17\x58\xd4\x1b\x90\x65\x5c\x20\x45\x0d\x01\xab\x50\x04\x0d\xb5\xac\x60\x38\x34\xd6\x32\x8a\x9a\xbd\xe5\x99\xa0\x87\x9b\xf8\xb0\x59\xaa\xbb\xd3\xe4\xec\x84\x3a\xd4\x37\x40\x27\x20\xea\xc2\x17\x59\xb8\x0c\xc5\xa6\x34\x9f\xa9\x8d\xc5\x86\xa2\x34\xf8\x8e\xc5\xc6\x30\x49\x97\xe6\xe1\x67\x65\x70\xe3\xd5\xb0\x0b\xa0\x4c\xa8\x61\x15\xd4\xa3\xd8\x50\x88\x78\xf2\x58\x19\x27\xa1\x13\xab\x3a\xa0\x41\x08\x25\x29\x11\x82\xd3\x8b\xf7\xf0\xd2\xbc\x27\x59\x41\x0f\xa7\x10\xc9\x30\x02\x79\x6e\x65\xc2\x7a\xdc\x69\x99\xb4\x1e\xad\x58\x32\xec\x9a\xb4\x7e\x62\x70\x77\xaa\x66\x05\xfc\x9a\x42\x30\x3a\x59\x59\x3c\x90\x8b\xd2\x3a\x74\xad\x44\x08\x67\xcc\x84\x78\x46\xe4\x66\xeb\xf0\x17\x72\x93\x42\x24\xc3\x7a\x8c\x4e\x56\xbc\x35\x95\x8e\x88\x2c\x9b\xc7\x46\x6b\x11\xa7\x90\x56\x90\x88\x14\x24\x38\x56\x36\x8f\x8d\x44\xec\xb4\x6b\xf3\x40\x24\x71\x3e\x3b\x1b\x0b\x3d\x85\x88\xd7\x45\x53\x06\x80\x3a\x89\x2b\x3d\x13\x12\x42\xf0\x97\x53\x48\x53\xd4\x1f\x53\xaf\x39\xa5\x67\x42\x95\x10\x9a\x86\xf3\x01\x53\x3c\x59\x98\x22\x53\xba\xd7\x58\x53\x66\x8a\x92\xc4\x79\x71\x36\x65\x98\x40\x14\x0c\x32\xa6\x0c\x13\x05\xaf\x13\x6f\x9f\xa6\x83\x76\xa1\x66\x74\x9a\xca\x30\x81\x10\x41\xc8\xe9\xa0\xa9\x03\x76\x09\x21\xda\x85\xce\x25\x70\x0e\x3b\x97\xa9\x47\x4b\xe9\x05\x76\x8d\x49\x08\x91\xa3\xb0\x8b\x91\xa3\x88\x9c\x5e\xe0\x2f\x46\x0e\x84\x44\xe4\xb9\x32\x72\x20\x4a\x57\xe8\x42\x87\x30\x9d\x6c\x9f\xb0\x7e\xd2\x13\x13\xf7\xe8\x85\xcb\x74\x9e\x84\x30\xee\x5c\x1b\x11\xbe\x8a\xc8\xe9\x8a\x2f\x32\x72\x94\x91\xa3\x38\x10\x23\x47\x11\x39\x68\x40\xa6\x8c\x1c\x65\xe4\x28\xce\xc8\xc8\x51\x27\x84\xa5\x57\xea\xe2\xb1\x17\x72\x08\xe9\xae\x8b\x46\x2c\x78\xa2\xc2\xf7\x8b\x9e\xc0\x78\x18\x69\xea\xa2\x27\x16\x6e\xa8\xd2\x08\xde\x10\x68\xa3\xd0\x08\xd0\x46\x8a\xd2\x91\x69\x6a\x8c\x2f\xd0\x46\x41\xd9\x55\xe3\x81\x0c\x5e\x6d\xdc\x48\xaf\xa2\x7d\xb2\xc6\xaa\xd1\xab\x60\x59\x82\x0a\xa0\xc6\x33\x82\x65\x49\x85\x57\x8d\x67\x44\xed\xef\x8d\xab\xe8\x68\x90\x4b\xe1\x81\x8c\xc7\x36\xf8\xbe\x51\x3d\x8f\x0d\x72\x29\x3c\x90\xf1\xd8\x2e\xf4\x4a\x05\xd6\x6b\x35\x1c\xbb\xf1\x8b\x3c\x36\x28\xa8\xd0\xfa\xcd\x63\x6f\x1e\x1b\x1b\xd9\x47\x20\x44\x1a\x8e\xcd\x3e\x02\x71\x75\x08\xdd\xbc\x47\x94\xed\xde\x60\x04\xcb\x36\x84\x08\x0f\xc4\xb2\xad\xe4\xae\x0c\xcc\xcd\x63\x6f\x8c\xad\xa8\xd1\xba\x79\xec\x8d\xdb\xee\x54\xcf\x63\x63\x3c\x14\x5a\xcf\xd2\x01\x2e\x56\xba\x8f\xad\x46\x2e\x46\x21\x6c\x66\x95\x15\xa0\x82\x5b\x74\x54\xb9\x0a\x6e\x41\x21\x02\x53\x2b\xd3\xbd\x7a\x8a\x6b\x70\x56\x6a\x95\x8d\x02\x42\xc4\x99\xa4\x55\x36\x8a\xca\x61\xef\xfa\xe2\x20\x34\xb0\x31\x01\x9a\x84\xe6\xaf\xe4\xd2\x2a\xeb\x44\x65\x9d\xe8\x19\x90\x11\xda\xd8\x08\x08\x2f\xb2\x14\x22\xe8\xe1\x95\xed\xa4\xfa\x64\xa7\x21\x14\x40\x9b\x10\x2e\xad\x03\x9a\xdc\xe8\x42\x43\x84\xa9\x93\x1b\x5d\xd4\xda\xf2\xef\xb7\xe2\x3a\xe9\x28\x4f\x7d\xc5\xbb\xa9\x55\xa6\x3e\x84\x08\x6a\x7f\x9d\x74\x14\xab\x41\xe7\xa7\x1a\xa1\x13\x1b\x61\x36\x53\xbf\x72\x3c\x44\xa1\x27\x01\xa6\x50\xf0\x45\xab\x93\x5e\x01\xbf\x2e\xf4\x1d\xdb\x14\x84\x86\x84\xab\x61\x9b\xaa\xe8\x49\x85\x8e\x62\x4f\xaa\x5e\x46\x34\xa0\x31\x56\x96\x11\x08\x29\x01\xd7\x8c\xd7\x1c\xab\x0b\xba\xd0\x18\xeb\xba\x74\x61\x3c\x0c\x50\xcf\x3c\x07\x31\xd7\x80\x06\x44\x62\x4e\x21\x05\x74\x83\xc4\x9c\x42\x03\xaa\x7a\x65\x06\x43\x48\x89\xf0\x17\x33\xb8\x7a\x74\x6b\x40\xd6\xd5\x7d\x41\x9e\xd4\x95\x2e\x64\x74\x83\xe4\x6b\x40\x0e\x90\xe4\x5b\x33\x6c\x44\x2d\x6b\xd4\xd5\x38\x57\xa2\xaa\x37\xa6\x7e\xf3\x74\x55\x3c\xdd\x58\x63\xba\x42\x48\x41\x03\x6a\x4c\xd7\xc6\x47\x99\xc6\x55\x89\x90\x62\x63\x05\x44\xf5\xc8\xba\x82\x9e\xd4\x68\x17\x84\x46\x9f\x5a\xac\x31\xeb\x20\x38\xac\x59\x63\xd6\x41\x68\xbc\xbe\x38\x08\xe1\xb6\x8b\x02\x9a\x84\x16\x56\x09\x20\x23\x84\xd1\x09\x8c\x8d\x83\x8c\x75\xfc\x2c\x80\xc7\x35\xeb\x4c\x44\x08\x29\xa8\x2c\x9d\x7d\xb7\x23\xc5\x58\xc2\x3b\x53\x0c\x82\x33\x97\x75\xa6\x58\x9f\x5c\x05\x5d\x0c\x39\x08\x29\x70\x74\x67\xc8\x75\x7a\x02\xd7\xd1\xe9\x09\x88\xca\xc2\xd5\xe9\x09\x0c\x58\x9a\xc0\x07\x38\x60\xd9\x89\x14\x4b\x08\x80\x73\x5e\x90\xf3\xeb\x98\x32\x20\x38\xfa\xc4\x48\x97\x50\x89\x4f\x46\x0e\x84\xe0\x51\xd9\x4e\x46\x0e\x7e\xc5\xd0\x1c\xb1\x11\x53\x0b\x85\xc4\x46\x88\x1b\x61\x6a\x46\xc2\x9c\x34\xf5\xe4\xa5\x81\x23\x9e\x34\xf5\x74\xdf\x6b\x4e\x84\x26\x21\x1c\x1b\x55\xfd\x24\x7f\x82\xd0\x9c\xa9\xde\x08\xe1\x3a\x50\xd5\x39\x31\xda\x38\x61\x57\x16\x40\x42\x08\xa9\xd0\x08\x15\x42\xb0\x0b\x94\x6a\xf0\xd2\x06\x2f\xad\x29\xa0\x46\xa8\x61\x55\x07\xd4\x09\x75\xac\x6a\x80\x4e\x42\x60\x0d\x97\x7a\x04\xd3\x70\x52\xa3\x19\x41\x3e\x48\x8d\xc7\x40\x7c\x75\x42\x93\x90\x57\x13\xbc\x48\xd8\x20\xc1\x81\x90\xd2\x71\x20\xbc\x8b\xd9\xc0\xa5\x65\xc4\xd7\xe0\xa5\x41\x48\x41\x25\x1e\xbc\x34\x08\x29\x28\xa8\x63\x66\x42\x05\x1b\x61\x3d\x6b\xe1\x40\xe1\x2b\x9d\xba\x78\x46\x84\x1c\xe6\x37\x1b\x0c\xb9\xc1\x90\xeb\xdc\x48\xbb\x50\xd2\x30\xd2\xd9\x60\x49\xc3\xef\x0d\xa2\x48\xab\x41\x66\x04\xc1\x27\x03\x1b\x2c\x69\xf8\xbd\x41\xf1\x4b\x93\x8d\xc5\x2f\xe2\x5d\x0c\xaf\x08\x36\x48\x83\x30\x9a\x6b\x06\xb7\xe0\x68\x6e\x98\xc3\x55\x7c\xb8\x35\xce\xe1\x14\xa2\x51\x00\x55\x42\x15\x90\x02\x6a\x84\x3a\x36\x12\x3a\x09\x9d\x58\xd5\x00\x0d\x42\x86\x55\x84\x36\xa1\x0d\x72\xe9\x07\x9a\x6c\x66\x13\xa4\x57\x13\xa1\x44\x28\xe1\xb6\x2b\xa0\x4c\x88\x6f\x20\x09\x50\x21\x84\x17\x2f\x4c\x50\x73\xd0\x7a\xe7\xbe\x7c\x29\xb1\x39\x68\x2a\x78\x30\x5e\x4a\x6c\x92\x07\x43\xa8\x24\x58\xcf\xc8\x81\x10\x45\x76\x4c\x0e\x55\xd3\xdb\xa7\x72\xf4\x9a\x6c\x9f\xf8\xc5\x50\x34\xc3\x08\xc6\xc4\x9c\xb0\xeb\x82\x68\x17\x1e\x46\x15\xd9\x31\x19\x13\x10\xa2\x18\x4b\x26\xfb\xe3\xf4\xd0\x50\xce\x59\x73\xd2\x2e\x52\xe3\xd6\xfe\x77\x2b\xd6\xfa\x7f\x3a\xf1\x64\xf7\x9c\x8b\x1f\x87\x89\x8b\x1f\x5f\xfc\x38\x7c\x4e\x96\x3c\xd7\x6f\x14\x6f\x92\xd9\xce\x85\xb7\x22\xe4\xce\x64\xc7\x9b\xde\xe5\x54\x50\x88\x27\x69\x2c\x84\x28\x3a\xde\x24\x8d\x9d\x68\x82\x82\x44\x99\x6c\x82\x10\xa2\xc2\x8d\x34\x02\x5d\x8a\x13\xca\x64\x97\x9a\xe8\x52\x2a\x38\x2e\xbb\xd4\x44\xdd\x22\x37\x9c\xac\x5b\x93\xcf\x93\x34\x75\x5f\xab\x70\x59\x60\xc9\x93\x9d\x05\x42\x94\x41\xc4\xce\x82\xe7\x23\x25\x4b\xe6\xf3\x91\x2d\x3c\xcb\xe3\x3d\xcc\x16\x8b\xd4\x72\x82\xab\x82\xb2\xb8\xf8\x12\x01\x51\x32\xba\xe7\x22\xd9\xc5\x2b\x90\xb2\x55\xf2\x15\xc8\xcc\xc7\x06\x2d\x18\x34\x0c\x6f\xca\x14\x4a\x0e\x66\x1c\x21\xf0\xe4\xa3\x0c\x35\x3e\xf9\xd8\x26\xe4\x99\xbf\xf9\x00\xb3\x03\x7f\xbe\x76\x17\x6e\x3e\xad\x6c\x3c\x87\x68\xf3\x03\x6d\xbe\x77\xec\x84\xba\xd5\xdd\xab\x1b\x0f\xf9\x97\x28\xd5\x69\xca\xe6\x7b\xfe\xc6\x13\xae\x76\x1f\x34\x76\x82\x73\x28\x4a\xad\x58\x05\xe7\x6c\xbc\x9d\xd4\xe0\x31\xba\xf9\x76\xb2\xb3\xe7\x5e\x0d\x1e\x90\x3b\x8f\x0b\x02\x1d\x70\xce\xba\x33\xf2\x70\x67\x6e\xf4\x5a\xb3\xf9\x76\xb2\xc5\xeb\x43\x8d\x9e\x28\x5b\x50\x1f\x28\x54\xbc\x36\x6f\xbc\xa3\xdc\xb7\xb8\xa3\x6b\xf4\xe0\xde\x02\x47\x53\xa8\x72\x15\x1c\xbd\xf1\x9c\x52\x93\x73\xd6\xcd\xe7\x94\x5d\x08\x25\x37\x82\xc3\xfa\xc6\xd8\x50\x73\xf4\x55\x98\x1d\x2e\x21\xc9\xef\x71\x73\x84\xa0\xa8\xb9\x37\x40\x4a\x08\xa6\x66\xae\xaa\x84\x0c\xab\x1c\xe2\x24\xb0\xab\x97\x8c\x2a\xa1\x3a\x84\x92\x41\x21\x49\x08\x75\x40\x13\xab\xb2\xdf\x10\xd9\x2c\x85\x24\x2f\xd7\xbb\x4e\xae\xf2\xda\x5c\xc5\x83\x7c\x93\x6e\x52\x08\xba\xd4\x26\xdd\xdc\xa0\x75\x15\x53\xfe\x26\xad\xdb\xcd\xe3\xab\x0a\xac\x6f\x88\x2f\x8a\x5a\x70\xb5\x0d\xf1\xb5\x41\xeb\x2a\xe8\xd3\x26\xad\xa3\x28\xa1\x61\xe3\xa6\xae\xeb\x8f\x21\x7c\x15\xe9\xd3\xbe\xfe\x3e\xc2\xfb\xe2\x26\x4d\xa1\xa8\xd5\xa9\xeb\x3e\x31\x00\x51\xe4\xe2\x59\xbb\x4f\xfc\xfe\xba\xc1\x49\x2a\x2f\x8d\x9c\x84\x22\x23\xdd\xf7\x89\xdc\xde\x60\x08\xb5\x7a\x0e\x6d\x32\x84\x3d\x08\x79\x3e\x6e\x36\x9b\x8d\xd6\x51\x9b\xe7\xd0\x46\xff\xb8\x44\x6e\x91\xab\x10\xbe\x48\xe4\xda\x9c\x05\x6d\x26\xf2\x46\x3e\xd6\xfe\x37\x8f\x85\xfe\xff\x3f\x9f\xaf\xb7\x6f\x7f\x25\x34\xbf\xbe\xbd\xd9\xf3\x3b\xfe\x26\x09\x7f\x0b\x74\x2c\xdb\x4f\xcf\xf6\xed\xef\x9b\x5e\x5f\x5e\x7d\x17\xfe\xf7\xdf\x01\x00\x00\xff\xff\x47\xc0\xc3\x30\x0b\x25\x00\x00"); +func _bgg ()(*asset ,error ){_bba ,_dge :=_cgg ();if _dge !=nil {return nil ,_dge ;};_daa :=bindataFileInfo {_c :"78ms-RKSJ-V",_ed :1875,_cg :_g .FileMode (436),_ca :_d .Unix (1580490915,0)};_cad :=&asset {_fdf :_bba ,_ff :_daa };return _cad ,nil ;};func _bcb ()([]byte ,error ){return _fd (_gc ,"90msp-RKSJ-V")}; +func _gfg ()(*asset ,error ){_gege ,_ebgd :=_beab ();if _ebgd !=nil {return nil ,_ebgd ;};_acc :=bindataFileInfo {_c :"GBK2K-H",_ed :88688,_cg :_g .FileMode (436),_ca :_d .Unix (1580492018,0)};_agaa :=&asset {_fdf :_gege ,_ff :_acc };return _agaa ,nil ; +};func _dfca ()([]byte ,error ){return _fd (_ecfd ,"H")};var _aec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x98\x41\x6f\x23\xb9\x11\x85\xef\xfe\x15\x7d\xdc\x1c\x36\x26\xab\x48\x91\x04\x16\x03\x04\x33\x87\x78\x81\x4d\x16\x71\x66\x13\x20\xc8\xa1\x25\xb1\x07\x02\x62\x49\x90\xed\xc3\xfc\xfb\xa0\xde\xa7\x38\x08\x90\xc3\xe0\x8d\x3f\x93\xd5\xf5\x1e\xd9\xa4\xe4\xc7\xcf\x4f\x5f\x9e\xce\xa7\xb7\xe5\xf1\xd7\xdb\xe5\xf0\x3c\xdf\x96\xed\x74\x3e\xde\xe6\xeb\xe5\xfd\x76\x98\xcb\x7e\x7e\x3b\x9d\x1f\x1e\xb2\x2d\xc7\xd3\xe1\xed\x3f\x3f\x4a\x0e\x2f\xeb\xf5\xe1\xe1\xf1\xeb\xf9\xf4\xf3\xd3\xf3\x8f\x5f\x3f\x3f\xdb\x8f\x7f\x5c\xde\x5f\xe7\x9d\x7f\x7e\xfa\xf2\xfc\xfd\xf5\x6d\xbe\x3c\x9d\xb7\xcb\xe2\xcc\x3f\xbe\x5f\xef\x35\x96\xe5\xf1\x2f\xf3\xdb\xe9\xf5\xed\xf6\x7d\xf9\xe1\x0f\xc7\xcb\x7e\xfe\x6e\x39\xce\x2d\xf8\x9f\x6f\xc7\x79\x3b\x9d\xbf\x2d\x3f\xfc\xbc\x5e\xd7\x73\xfe\xf8\xc5\xf3\xfb\xf5\xfa\xaf\xf9\x32\xcf\x6f\x4b\x11\x9b\xe7\xa3\xf4\xe1\xf1\xf3\x2f\xeb\xf5\x4f\xeb\xcb\x5c\xee\xfd\xfc\x7a\xbb\xd0\xd2\x6f\x1a\xa0\xdf\xff\x36\x6f\xaf\xa7\xcb\x79\xc9\xbf\x4f\xa9\xfe\x17\xff\xf5\xfb\x75\x2e\xf9\x5e\xe7\xef\x5f\x9f\xbe\x2c\xff\xc8\x4b\x4e\x8b\xd5\xea\xf5\x9f\x77\xfe\xb7\x5f\x2e\xc7\x8f\x51\x39\x25\x5c\x1c\x4e\xc7\xdb\x7a\xfe\x36\x1f\x7e\x4a\x69\x9f\x3e\x2d\x77\xe9\xb6\x1b\x0f\x3f\x59\xca\x81\x90\xd6\x87\x0b\x55\x50\x15\x32\xa1\x1d\x68\x27\x54\x85\x3a\x68\x7c\x5a\xb2\xe5\xc6\xcc\x03\xec\xf8\x69\x69\xa3\xee\x02\x19\xc5\x8c\x62\x5d\x88\x62\x46\xb1\x16\xc8\x4d\x28\xa4\x1b\xb5\xdc\x41\x1e\xa8\x07\xca\x43\xbd\x4a\x9a\x77\x91\x0c\xc9\x41\x76\x22\x06\xb1\x20\x43\xc4\x21\x1e\xa4\x89\x54\x48\x8d\xd6\x2d\x97\x60\x87\x22\x16\xd2\x3d\x67\x21\x86\x85\x74\xcf\x49\x68\x07\xda\x09\x45\x34\x79\x82\x42\x7a\xba\xa3\x06\x6a\x42\x2a\x3f\x3b\xa8\x0b\xa9\xfc\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xc4\x6c\xae\x48\x25\xad\x8f\xa8\x65\x73\x13\x0a\xb9\xe7\x57\x93\x92\xa9\x29\x72\x28\x3d\x0b\x19\x28\x6c\x97\x36\x84\x0a\xa8\x6a\x54\x15\xda\x81\x9a\x90\x0b\x75\xd0\x10\x62\xe2\x0a\xda\x0b\xf1\xc4\x03\x28\xfa\x2a\x83\x5a\x47\xd0\x51\x88\x51\x13\x34\x85\x76\x42\x1b\x68\x13\x8a\x55\xac\xec\x41\x49\xab\x49\x4d\xe4\x0c\xca\x42\x2a\x9f\x31\x14\xd2\x6a\x2a\x42\x0e\x72\x21\x95\xcf\x78\x0c\x69\x65\x28\x09\xf6\xb3\xa4\x95\x41\x79\x6c\x6b\x3f\x17\x6d\xf1\x9a\x1b\x48\x49\x0c\xca\x93\x44\x48\x2b\x43\x49\xe4\x01\x1a\x7a\x22\xe5\x09\x27\xa4\xd5\x94\x84\xf6\xa0\xbd\x10\xe5\xc9\x2b\xa4\x55\xa3\x09\xf2\xd2\xdb\x52\x4d\x79\x65\xf2\x0a\x69\xd5\xb0\x4d\x5e\x21\xad\x9a\xfa\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\xd4\xaa\x91\x97\x29\x2f\x53\xd0\x46\x5e\x16\xe1\x54\x57\xab\x6c\x39\x49\xab\xae\x27\xf2\x7e\x4a\x5a\x75\xb5\x6a\x84\x13\xd2\xaa\xcb\x90\x11\x4e\x48\xab\x4e\x5f\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\xb4\x4a\x38\xa6\x70\x9c\xbe\x08\xc7\x14\x4e\xa6\x09\xc2\x31\xd9\xce\xaa\xe5\xd8\x76\xd9\xce\xaa\xe5\xd8\x76\x6d\x00\x93\x21\x67\x03\xb8\x3c\x26\x26\xe2\xd1\xd5\x7d\x52\x38\x4e\xf7\xae\xee\x93\x9a\x70\xba\x77\xf5\xa5\x17\xb9\x3a\x4d\xb8\x9a\x28\x4a\xa2\xd0\x44\x51\x13\x45\x1b\xa0\xd0\x44\x51\xf6\x45\x4d\x14\xb2\x2f\xca\xbe\xa8\x56\x21\xfb\xa2\x56\x8b\xfa\x2a\xb4\x5a\xd4\x6a\x51\x5f\x85\x56\x8b\x96\xa3\xc8\x63\x61\x39\x8a\x96\xa3\xa8\xd5\xc2\x72\x14\x19\xaa\xf4\x85\xa1\x22\x43\x95\x27\x62\xa8\x28\xfb\x1a\x7d\xed\xd8\x85\x92\x6e\x96\x85\x8e\xa0\x63\xa0\x3c\x84\x26\x68\x6a\x94\x09\x6d\xa0\x4d\x28\x6a\x35\x0e\x18\x49\x5c\x00\xd1\x58\x5b\x15\x85\xa4\x5b\x24\xed\x29\xce\xa4\x90\x88\xa2\xc7\xd9\xe1\x49\x27\x8c\x27\xbd\xdc\x23\x09\xe9\x4d\x46\xba\xb5\x24\x54\x40\x55\xa3\xb2\xd0\x01\xf4\x71\x18\xba\xee\x9a\xbb\x70\xe5\x78\x52\xaf\x48\x1b\x55\xe5\x0b\x4d\x68\x89\x46\xee\x42\x3c\x51\xeb\x31\xb2\x5a\x55\xf8\x48\x1b\xa6\x26\x94\x34\xd2\x86\xa9\x09\xc5\x8a\xb4\x11\xe9\x78\xda\x51\x6b\xa7\x5a\xe6\x71\xe7\x7f\x5c\xbb\xff\xef\x26\xf6\xd4\x99\xd1\x99\x21\x27\x9d\xa7\x77\x9e\x5e\x85\x78\x7a\xe7\xe9\x32\xd7\x27\x68\x0a\xc9\xdc\xd8\x0b\x85\x74\x6b\x6a\x68\x10\xd4\xd0\x3a\x37\xb5\xbd\x12\xc1\xaa\x08\x4c\x11\xac\x34\xb1\xd2\x84\x22\x58\x69\x62\x55\x13\xae\x08\x56\x9a\x58\xd5\x84\x53\x8b\x08\x56\x45\xe0\x7a\xe2\x81\x5a\x07\xd5\x8a\x43\xc3\xd3\x04\x4d\x90\x3c\x4e\xca\x4f\xca\xcb\xe3\xa4\xfc\xa4\xbc\x3c\x4e\x3c\x4e\x79\x74\x79\xdc\x98\xb8\xed\x84\xd4\xfd\x86\xc7\x8d\xcd\x10\x7d\xb9\xae\x41\xa4\x7b\xec\x78\x77\xb6\x9f\x6b\x97\xe6\x51\xbb\x98\xc3\x62\xb3\xb9\x83\x0a\xa8\x68\xd8\x8e\xa9\x15\xa6\xfb\x5f\x96\x5c\xd7\x25\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\x5d\x61\x2b\x6c\x27\xb6\x87\xed\xc5\x1a\xad\x1c\x60\x07\x98\x89\x1d\x61\xec\x7c\x86\x29\x38\x8f\xb7\x28\x86\xe9\xb1\xbc\x46\x92\x36\x8a\x3a\xce\x18\xcb\x32\x56\x34\x33\x63\x2c\xeb\x83\x8d\x83\xf0\x95\xf1\xd5\x61\xf8\x0a\xe9\x1e\x1f\xaf\xdc\x33\xb6\x32\xb6\xba\x5a\xcb\xd8\x8a\x97\x32\x58\x11\xbb\xf7\x36\xb5\x36\xb4\xa6\x17\xd5\xe3\xd2\x8a\x61\x4a\x44\xb7\x16\xd2\x5d\x7b\xd2\x8d\xe5\x32\x2d\x57\x61\x14\xa6\x8c\xe5\x62\xf1\x0d\x57\x21\xc1\xf4\x04\xc3\x96\xae\xb2\x51\x19\x86\x2d\x5d\x65\xa3\x68\xb5\x0c\x57\x86\x85\xa1\x55\x30\x2c\x84\x74\xaf\x20\x16\x46\x17\xd7\xc0\x81\xb1\x06\x86\xd1\x41\xbb\x18\x8d\x6b\x2a\x5b\x4a\x0a\xc4\xd9\x85\x21\xdd\xd9\x84\x8e\x51\x37\x86\xa9\x11\xc7\xa9\xb3\x31\x15\x9b\xe3\xd4\x2b\xc3\x98\x8a\x2b\x97\xab\xb8\x4a\xdc\x1d\x57\x21\xd9\xf4\x99\xd3\xdd\xb1\x15\x12\x4c\x1e\x9c\xd5\x0a\xe9\x5e\xe4\xc1\x71\x1a\x12\xc3\x28\x87\xd5\x90\xee\x45\xb6\x9c\x2d\x18\x12\xc3\xb4\x1d\x1c\xfb\x21\xc1\x68\x0e\xfb\x05\xfb\x3a\x45\x9d\xe3\x57\x12\xe3\x54\xaf\xe0\xbf\x68\xa1\x31\xc1\x91\xec\x71\xd3\xc5\x54\x75\xc7\x01\x2c\xe9\x5e\x19\x86\xaf\x82\x2f\x83\xe1\x8b\x43\x99\x2d\x5d\xf0\xa5\xeb\x6f\x54\x25\x52\xb0\x55\xf0\xa0\x43\xd0\x0b\x1e\x8a\x5e\x23\x12\x29\x77\x0b\xda\xaa\x4e\x7d\xb6\x6a\xc5\x15\x2f\x48\xc5\x55\xd5\x89\xca\xbe\xac\x98\xaa\x2c\x2a\x2b\x58\x71\x15\x12\x8c\x71\xac\x6a\x48\x30\x2d\x7e\x65\xff\x56\xdc\xf3\x72\x55\xdc\x57\xb9\x2f\x2a\xd7\xf0\x10\x92\x2d\xdd\x19\x6b\xd3\xf0\x85\x89\x86\xaf\xc6\xda\x14\x6d\xc3\x86\xb1\x90\x60\x7a\x1f\x1a\xce\x42\xba\xc7\x4d\xb4\x6d\x3a\xbd\xb6\x4d\xdf\x00\x7a\x6c\xea\x6d\xd3\x01\x84\x74\x8b\xb3\x6b\xdb\x74\xd8\x20\xdd\x9a\x26\xea\xbd\x47\xb2\xe5\xb8\xb3\xb7\x4d\x17\x34\xd2\x46\xec\xae\x6d\xd3\xee\x42\xda\x88\xcf\xfb\xdb\xe6\x8c\x72\x8d\x4a\x2a\x16\x9f\xba\xee\xd2\xfa\x48\x81\x2a\x13\x2b\x13\xab\x10\x8d\x55\x6e\x81\x9d\x10\xb5\x2a\xb5\x40\xf4\x1a\xc2\x07\x87\x6d\xd3\xed\x84\xb4\xde\xc7\xff\xdc\xd9\xf1\xff\x97\xf5\xfa\xf0\xf1\x8d\xfd\xf0\x7e\xbb\xcd\xf3\x9b\xfe\x3e\xa0\x2f\xe4\xf1\x25\xfb\x74\x9e\x1f\x7f\x83\xb8\x5e\xae\x31\x4b\xff\xfe\x1d\x00\x00\xff\xff\x08\x57\xa3\x4a\xaf\x10\x00\x00"); +func _caee ()([]byte ,error ){return _fd (_eeeb ,"KSCms-UHC-HW-V")};func _cddg ()([]byte ,error ){return _fd (_dbcf ,"UniJISX02132004-UTF32-V")};func _gdcf ()([]byte ,error ){return _fd (_ffffc ,"Adobe-Korea1-1")};func _baba ()(*asset ,error ){_ggddb ,_faad :=_bcafd (); +if _faad !=nil {return nil ,_faad ;};_bedg :=bindataFileInfo {_c :"KSC-Johab-H",_ed :82000,_cg :_g .FileMode (436),_ca :_d .Unix (1580492512,0)};_cbab :=&asset {_fdf :_ggddb ,_ff :_bedg };return _cbab ,nil ;};func _dcdf ()([]byte ,error ){return _fd (_cdbe ,"CNS-EUC-H")}; +var _bafd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\x73\x5c\x0e\x10\xff\x21\x75\x23\xad\x56\x62\x5b\x69\xc9\x61\x59\x44\xd9\x05\x09\x71\x48\xed\x49\x65\x89\x3a\x91\xe3\x1c\xfa\xed\xd1\xcc\x84\x70\xa8\x5e\xfd\xd3\xbc\xf1\x9b\x78\xea\x43\x77\xec\x52\x2c\x50\x7f\xcd\xa3\x3f\x61\x81\x21\xa6\x90\x71\x1e\x97\xec\x11\xce\x78\x89\xa9\xaa\xb4\x81\x10\x7d\xf9\x77\x64\xf1\xd7\x7e\xaa\xaa\xfa\xe9\xf1\xfd\x67\x58\x66\x5c\x8f\x87\xee\x78\xba\xcd\x05\xaf\x5d\x1a\x46\xb0\x62\x0b\xcb\xb4\x5a\x01\xea\x6f\x78\x89\x73\xc9\x37\xb8\xfb\x14\xc6\x33\xbe\x83\x80\x03\xf1\x97\x1c\x30\xc7\x74\x81\xbb\xa7\x47\xbd\xd1\xd3\x32\x4d\x7f\xf0\x8a\xa9\x80\x62\x86\x29\xb0\x56\xf5\xe1\xb9\x9f\xbe\xf4\x57\x04\xca\xf0\xc6\x90\xd9\x1b\xe6\x39\x8e\x09\xda\x0f\x4a\xed\xfe\xe3\xef\xb7\x09\x41\xaf\xde\xd7\xee\xf8\x32\x0c\x33\x16\xb0\x46\xfa\xd6\x3f\x5f\xbb\x23\xfc\xd2\xa0\x15\x98\xc6\xee\xec\xef\xb5\xf4\xc7\xf3\x18\x36\xa3\x51\x32\x88\x8f\x21\xf7\xe9\x82\xd5\xbd\xd1\xc6\x3c\xc0\x2a\xd0\xb8\x86\x91\x15\x64\x19\x7d\x64\xd4\x0b\xea\x09\xb5\x7b\x46\x67\x41\xfe\x01\x9c\x53\x52\x15\x04\x05\xae\x6a\x09\x59\x69\x6f\x07\x42\x7b\x43\xc8\x21\x23\x12\xe7\xd4\xae\xba\x37\xd6\x68\x42\x2c\xd0\xb8\x3d\xa3\xbd\xa0\x96\x8d\x8a\x91\x17\xe4\xb9\xca\x32\x42\x41\xd2\xcb\x11\xb2\x1c\xd5\xda\x33\x57\x71\x7b\x1b\x04\x05\xae\xe2\xf6\x14\x68\x15\x68\x1c\x45\xb5\x0d\x0f\xc4\xe2\x9c\x12\x24\xc6\x86\x8d\x9a\x43\x34\x62\x24\x81\x9d\x62\xe4\xc4\xe8\xf8\xc6\x96\x6f\x74\x62\x74\xf2\x25\x38\x97\x8c\x6d\x65\x6c\xad\x69\x15\xb6\x77\xa0\xff\xb4\x81\xdb\x52\xf8\x25\x67\x4c\x85\xf7\x8f\xdf\x9f\x1e\x30\x26\xdc\x56\x7b\x1a\x27\x72\xf1\xef\x6f\x00\x00\x00\xff\xff\x2b\x36\x10\x5d\x06\x03\x00\x00"); +func _cceg ()([]byte ,error ){return _fd (_gfga ,"NWP-H")};func _ccgd ()([]byte ,error ){return _fd (_edag ,"UniAKR-UTF16-H")};func _dabc ()([]byte ,error ){return _fd (_ddea ,"UniGB-UCS2-H")};var _dbfg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xf3\x46\x10\x86\xef\xfb\x2b\xf6\xf8\xf5\x90\x7a\x67\x66\x25\xad\x40\x18\x4a\x42\xc0\x84\xb4\x25\x29\xed\x59\x96\x56\x46\x50\x4b\x42\x96\x0f\xf9\xf7\x65\xe6\x95\x53\xf8\x0e\x41\xd1\xe3\xdd\xd7\xcb\xf3\x7a\xe7\xf0\x7c\x7a\x39\x4d\xe3\xe6\x0f\x7f\xae\x73\xf7\x99\x37\x3f\x8c\x53\xbf\xe6\xdb\x7c\x5f\xbb\xec\xcf\xf9\x32\x4e\xce\x11\xfb\x7e\xec\xb6\xc7\xab\x3d\xba\x6b\xbb\x38\xa7\xfb\x3f\xbf\x6e\x5b\xbe\x9e\xa6\x61\xf6\x82\x75\xfd\x7d\xd9\xd7\x7a\x7f\xf8\xc8\x97\xf1\xb6\xad\x5f\xfe\xc7\x6f\xfd\x7c\xce\xbf\xf8\x3e\x0f\xca\xff\x58\xfb\xbc\x8e\xd3\xc5\xff\x78\xfb\xf8\x86\x9f\xf7\x65\xf9\x37\x5f\xf3\xb4\xf9\xd2\x58\x9e\x7a\x7b\xba\xc3\xf3\x7b\xbb\xfc\xde\x5e\xb3\x3f\x58\xce\xd3\xdb\xc7\x13\x96\xd8\x27\x7f\xe7\xf5\x36\xce\x93\xa7\x5f\x43\xe0\xff\xf1\x5f\x5f\x4b\xf6\xb4\x27\xfc\xf3\x3e\xf7\xd9\x87\x47\xde\xe9\xe5\x79\xbe\x4f\x9b\xa7\xc8\x92\x00\x09\xc7\xee\xe6\x3e\xdf\x96\xb6\xcb\x6b\x3b\x5d\xb2\xf3\xbe\x09\x21\x84\xa3\x6f\xa4\x7a\x7d\x3d\xea\x99\x7e\x5a\xe1\x8a\x72\xdf\x39\xf6\x20\x8f\x1d\x21\x0c\xc3\xd1\x07\xd7\x04\xc2\x3b\xe9\x3b\x17\xa5\x6b\x02\x83\xb0\x92\x82\xd8\x35\x41\x40\x44\x49\x55\x26\xd7\x84\x08\x12\x95\x50\xe0\xe8\x9a\x50\x00\x15\x86\x38\x69\x76\x09\x54\x1a\x2a\x44\xc3\x2b\xa0\xca\x50\x55\x6b\x7a\x02\x4a\x76\x82\x10\x35\xbe\x06\xaa\x0d\x49\xd0\xf8\x16\xa8\xdd\xcf\xa9\xf1\x67\xa0\xb3\xa1\x44\x1a\xdf\x01\x75\x8a\x24\x54\x1a\xdf\x03\xf5\x86\x84\x35\x3e\x03\x65\x43\x45\xd2\xf8\x01\x68\x30\x94\x62\x70\x0d\xc1\x14\x99\xa9\x18\xea\xd2\x35\x04\x59\x64\xb2\xa2\x14\xec\x1a\x82\x2d\x32\x5b\xb1\x0c\xc9\x35\x04\x5d\x64\xba\x62\x2a\xa3\x6b\x08\xbe\x28\xee\x4e\x35\x1e\xbe\xc8\x7c\x15\x52\x69\x3c\x7c\x91\xf9\x2a\x4a\xd1\x78\xf8\x22\xf3\x55\xa4\xa4\xf1\xf0\x45\xe6\xab\xa4\xa8\xf1\xf0\x45\xe6\xab\x8c\x41\xe3\xe1\x8b\xcc\x57\x59\x6a\xb1\x04\x5f\x64\xbe\xca\x5a\x9b\x25\xf8\x22\xf3\x55\x91\x56\x4b\xf0\x45\xe6\xab\x8a\x5a\x2d\xc1\x17\xe5\xbd\x7f\x8d\x87\x2f\x32\x5f\x55\xad\xd5\x32\x7c\xb1\xf9\x4a\xa4\xd5\x32\x7c\xb1\xf9\x4a\x51\xab\x65\xf8\x62\xf3\x95\x2a\xad\x96\xe1\x8b\xcd\x57\xaa\xb5\x5a\x86\x2f\x36\x5f\x35\x6b\xb5\x0c\x5f\x6c\xbe\xea\xa8\xd5\x32\x7c\xb1\xf9\xaa\x2b\xad\x96\xe1\x8b\xcd\x57\x5d\x6b\xb5\x0c\x5f\x9c\x1e\xbf\x55\xcd\x87\x30\xae\xc1\xa2\x96\xcb\x30\xc6\x2d\x58\xa5\xed\x32\x94\xb1\x29\xd3\xf6\xf5\x2b\xe0\x8c\x3b\x30\xd6\x7e\x19\xd2\xb8\x07\x2b\xb4\x60\x86\x35\xce\x60\x95\x36\xcc\xd0\xc6\x03\x2e\x49\xd0\x8a\x65\xbf\xc3\x01\x8c\xb5\x63\x81\x38\x21\xb0\x42\x4b\x16\x98\x13\x7e\x5c\xb0\xe0\x1a\x81\x3a\x31\x75\x24\x41\x6b\x16\xb8\x13\xdc\x4d\x11\xed\x59\x20\x4f\x70\x39\xa5\xd0\xa2\x05\xf6\x04\xb7\x53\x92\x36\x2d\xd5\x3e\x4f\xea\xfe\xe8\x29\x86\x14\x6c\xaa\x3c\xa6\x87\xfe\xaf\xf3\xf5\x7b\xe6\x75\xf7\x75\xcd\xd3\x66\xd3\xd5\x06\x9b\xce\xab\x71\xca\xdf\x93\x7a\x99\x17\xdd\x65\x7f\xff\x05\x00\x00\xff\xff\x7c\x8a\x82\xe4\xd5\x05\x00\x00"); +var _ebde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x98\x41\x8f\x23\xb7\x11\x85\xef\xf3\x2b\xfa\xe8\x1c\x9c\x21\xab\xc8\x26\x09\x18\x06\x82\xf5\x21\x63\xc0\x49\x90\xc9\x3a\x01\x82\x1c\x5a\x12\x7b\x21\x20\xab\x11\x34\x33\x87\xfd\xf7\x41\xbd\x4f\x99\xc0\x39\x2c\x6a\xf7\x13\x59\xfd\xde\x23\x9b\x94\xf6\xf1\xd3\xd3\x4f\x4f\x97\xf3\xdb\xf2\xf8\x97\xdb\xcb\xf1\x79\xbe\x2d\xfb\xf9\x72\xba\xcd\xd7\x97\xf7\xdb\x71\x2e\x87\xf9\xe5\x7c\x79\x78\xc8\xb6\x9c\xce\xc7\xb7\xff\xfe\x53\xe5\xf8\x75\xbb\x3e\x3c\x3c\x7e\xbe\x9c\x7f\x7e\x7a\xfe\xfe\xf3\xa7\x67\xfb\xfe\x8f\xcb\xfb\xeb\xbc\xf3\x4f\x4f\x3f\x3d\x7f\x7b\x7d\x9b\x5f\x9f\x2e\xfb\xcb\xe2\xcc\x3f\xbd\x5f\xef\x3d\x96\xe5\xf1\xaf\xf3\xcb\xf9\xf5\xed\xf6\x6d\xf9\xee\x0f\xa7\x97\xc3\xfc\xdd\x72\x9a\x7b\xf0\x3f\xdf\x4e\xf3\x76\xbe\x7c\x59\xbe\xfb\x79\xbb\x6e\x97\xfc\xf1\xc1\xf3\xfb\xf5\xfa\xef\xf9\x75\x5e\xde\x96\x22\x36\x2f\x27\xd5\x87\xc7\x4f\xbf\x6c\xd7\x3f\x6d\x5f\xe7\xf2\x1b\x3d\xbf\xea\x53\x7d\xf8\xeb\xbc\xbd\x9e\x5f\x2e\x4b\xb6\xdf\xa7\xb4\xfe\x8f\xff\xed\xdb\x75\x2e\xf9\xde\xe5\x1f\x9f\x9f\x7e\x5a\xfe\x99\x97\x9c\x16\xab\x5e\xdb\xbf\xee\xfc\xef\xbf\xbc\x9c\x3e\x46\xe5\x94\xf0\x70\x3c\x9f\x6e\xdb\xe5\xcb\x7c\xf8\x21\xa5\x43\xfa\x71\xb9\x97\x6e\xeb\x78\xf8\xc1\x52\x0e\x44\x69\x7d\xb8\x50\x05\x55\x21\x13\x5a\x41\xab\x50\x15\xea\xa0\x11\xbd\x7a\x16\x3a\x82\x4e\x81\x9a\xda\x1b\xbd\x8c\x5e\x5d\x88\x5e\x46\xaf\x16\xc8\x4d\x28\x4a\xb7\x26\x11\xee\x20\x57\xfb\x40\x79\x48\xaa\x4a\xf3\x2e\x92\x21\x39\xc8\x2a\x62\x10\x0b\x32\x44\x1c\xe2\x41\x9a\x48\x85\xd4\x1f\x97\x6c\x96\x4b\xb0\x63\x11\x8b\xd2\x3d\x67\x21\x86\x45\xe9\x9e\x93\xd0\x0a\x5a\x85\x22\x99\x3c\x41\x51\x7a\xba\xa3\x06\x6a\x42\x6a\x3f\x3b\xa8\x0b\xa9\xfd\x1c\xa0\x21\x14\x06\x8d\xb0\xec\x1e\x56\xa4\x6c\xae\x48\x55\x5a\x1f\xd1\xcb\xe6\x2e\x14\xe5\x9e\x5f\x4d\x4a\xa6\xa6\xc8\xa1\x68\x2d\x6a\x32\x50\xd8\x2e\x5a\x8b\x9a\x0a\xa8\x6a\x54\x15\x5a\x41\x4d\xc8\x85\x3a\x68\x08\x31\x71\x03\x1d\x84\x78\xe2\x11\x14\xba\xca\xa0\xd7\x09\x74\x12\x62\xd4\x04\x4d\xa1\x55\x68\x07\xed\x42\xb1\x8a\x95\x2d\xa8\xd2\x6a\x92\x88\x9c\x41\x59\x48\xed\x33\x86\xa2\xb4\x9a\x8a\x90\x83\x5c\x48\xed\x33\x1e\xa3\xb4\x32\x94\x04\xdb\x59\xa5\x95\x41\x7b\x6c\x6b\x3b\x17\xed\xf0\x9a\x1b\x48\x49\x0c\xda\x93\x44\x94\x56\x86\x92\xc8\x03\x34\xf4\x44\xda\x13\x4e\x94\x56\x53\x12\x3a\x80\x0e\x42\xb4\x27\xaf\x28\xad\x1a\x22\xc8\x2b\x4a\xab\xa6\xbc\x32\x79\x45\x69\xd5\xb0\x4d\x5e\x51\x5a\x35\xe9\x32\xf2\x32\xe5\x65\xb2\x6d\xe4\x65\xca\xcb\x24\xd5\xc8\xcb\x94\x97\x29\x68\x23\x2f\x8b\x70\xaa\x4b\x2a\x5b\x4e\xa5\x55\xd7\x13\x79\x3f\x55\x5a\x75\x49\x35\xc2\x89\xd2\xaa\xcb\x90\x11\x4e\x94\x56\x1d\x5d\x84\x63\x0a\x47\xaf\x5a\x35\xc2\x31\x85\xe3\x48\x25\x1c\x53\x38\x8e\x2e\xc2\x31\x85\x93\x11\x41\x38\x26\xdb\x59\xbd\x1c\xdb\x2e\xdb\x59\xbd\x1c\xdb\xae\x0d\x60\x32\xe4\x6c\x00\x97\xc7\xc4\x44\x3c\xba\xd4\x27\x85\xe3\xa8\x77\xa9\x4f\x12\xe1\xa8\x77\xe9\xd2\x8b\x5c\x1d\x11\x2e\x11\x45\x49\x14\x44\x14\x89\x28\xda\x00\x05\x11\x45\xd9\x17\x89\x28\x64\x5f\x94\x7d\x51\xaf\x42\xf6\x45\x52\x8b\x74\x15\xa4\x16\x49\x2d\xd2\x55\x90\x5a\xb4\x1c\x45\x1e\x0b\xcb\x51\xb4\x1c\x45\x52\x0b\xcb\x51\x64\xa8\xa2\x0b\x43\x45\x86\x2a\x4f\xc4\x50\x51\xf6\x35\x74\xad\xec\x42\x95\x6e\x96\x85\x4e\x20\x9d\xd9\x79\x08\x4d\xd0\xd4\x28\x13\xda\x41\xbb\x50\xf4\x6a\x1c\x30\x2a\xd9\x72\x0b\x61\x6d\x53\x14\x2a\xdd\x22\x69\x4f\x71\x26\x45\x89\x28\x7a\x9c\x1d\x9e\x74\xc2\x78\xd2\xcb\x3d\x92\x90\xde\x64\x4a\xb7\x96\x84\x0a\xa8\x6a\x54\x16\x3a\x82\x3e\x0e\x43\xd7\x5d\x73\x2f\x6d\xd4\x55\x68\x07\xed\x42\x6a\x5f\x10\xa1\x25\x1a\xb9\x0b\xf1\x44\xad\xc7\xc8\x92\xaa\xf0\x29\x6d\x98\x44\x28\x69\x4a\x1b\x26\x11\x8a\x95\xd2\x46\xa4\xe3\x69\xa5\xd7\xaa\x5e\xe6\x71\xe1\x7f\xdc\xba\x0f\xa3\xfe\xff\x3d\xec\xa9\x33\xa1\x33\x41\x46\x3a\x0f\xef\x3c\xbc\x0a\xf1\xf0\xce\xc3\xe5\xad\x4f\xd0\x14\x92\xb7\x71\x10\x8a\xd2\xad\x49\xcf\x20\xa7\xa1\x65\x6e\x52\xbd\x91\xc0\xa6\x04\x4c\x09\x6c\x88\xd8\x10\xa1\x04\x36\x44\x6c\x12\xe1\x4a\x60\x43\xc4\x26\x11\x4e\x2f\x12\xd8\x94\x80\xeb\x89\x47\x7a\x1d\xd5\x2b\xce\x0c\x4f\x13\x34\x41\xf2\x38\x69\x3f\x69\x2f\x8f\x93\xf6\x93\xf6\xf2\x38\xf1\x38\xe5\xd1\xe5\x71\x67\xe2\xbe\x0a\x49\xfd\x8e\xc7\x9d\xbd\x10\xba\x5c\xb7\x20\xa5\x7b\x6c\x78\x77\x76\x9f\x6b\x93\xe6\x51\xbb\x98\xc3\x62\xaf\xb9\x83\x0a\xa8\x68\xd8\xca\xd4\x0a\xd3\xf5\x2f\x4b\xae\xdb\x92\x12\xc3\x78\x68\x83\x35\x58\x15\xeb\xb0\x0e\x63\xee\x80\x0d\x18\x8f\xdd\x60\x1b\x6c\x15\x3b\xc0\x0e\x62\x0d\x29\x47\xd8\x11\x66\x62\x27\x18\x1b\x9f\x61\x0a\xce\xe3\x25\x8a\x61\x7a\x2c\x6f\x91\x4a\x1b\x45\x8a\x33\xc6\xb2\x8c\x15\xcd\xcc\x18\xcb\xfa\x5e\xe3\x20\x7c\x65\x7c\x75\x18\xbe\xa2\x74\x8f\x6f\x57\xee\x19\x5b\x19\x5b\x5d\xd2\x32\xb6\xe2\x9d\x0c\x56\xc4\xee\xda\xa6\xd6\x06\x69\x7a\x4f\x3d\xee\xac\x18\xa6\x44\x74\x69\x51\xba\x6b\x4f\xba\xb1\x5c\xa6\xe5\x2a\x8c\xc2\x94\xb1\x5c\x2c\xbe\xe1\x2a\x4a\x30\x3d\xc1\xb0\xa5\x9b\x6c\x54\x86\x61\x4b\x37\xd9\x28\x5a\x2d\xc3\x95\x61\x61\x68\x15\x0c\x0b\x51\xba\x57\x10\x0b\xa3\x7b\x6b\xe0\xc0\x58\x03\xc3\xe8\x40\x2e\x46\xe3\x96\xca\x96\x92\x02\x71\x76\x61\x94\xee\x6c\x42\xc7\xa8\x1b\xc3\x24\xc4\x71\xea\x6c\x4c\xc5\xe6\x38\xf5\xca\x30\xa6\xe2\xca\xe5\x2a\x6e\x12\x77\xc7\x55\x94\x6c\xfa\xca\xe9\xee\xd8\x8a\x12\x4c\x1e\x9c\xd5\x8a\xd2\xbd\xc8\x83\xe3\x34\x4a\x0c\xa3\x1d\x56\xa3\x74\x2f\xb2\xe5\x6c\xc1\x28\x31\x4c\xdb\xc1\xb1\x1f\x25\x18\xe2\xb0\x5f\xb0\xaf\x43\xd4\x39\x7d\x55\x62\x9c\xfa\x15\xfc\x17\x2d\x34\x26\x38\x91\x3d\x2e\xba\x98\x2a\x75\x9c\xbf\x2a\xdd\x2b\xc3\xf0\x55\xf0\x65\x30\x7c\x71\x26\xb3\xa5\x0b\xbe\x74\xfb\x8d\xaa\x44\x0a\xb6\x0a\x1e\x74\x08\x7a\xc1\x43\xd1\x6b\x44\x22\xe5\x6e\x41\x5b\xd5\xe9\xcf\x56\xad\xb8\xe2\x05\xa9\xb8\xaa\x3a\x51\xd9\x97\x15\x53\x95\x45\x65\x05\x2b\xae\xa2\x04\x63\x1c\xab\x1a\x25\x98\x16\xbf\xb2\x7f\x2b\xee\x79\xb9\x2a\xee\xab\xdc\x17\xb5\x6b\x28\x89\xd2\x3d\x6e\x8e\x7d\xd7\x69\xb3\xef\xfa\xc2\xde\x63\x13\xee\xbb\x0e\x0c\x4a\xb7\x38\x6b\xf6\x5d\x87\x03\xa5\x5b\xd3\x44\xdd\x9d\x94\x36\x62\xe5\xf7\x5d\x2b\x4f\x69\x23\xbe\x8a\xef\xbb\x33\xca\x35\x2a\x69\x62\x7c\x21\xba\x97\xd6\x47\x0a\x54\x99\x58\x99\x58\x85\x10\x51\x39\xa1\x57\x21\x7a\x55\x7a\x81\xd0\x15\x85\x3b\x7d\xdf\x75\x73\x50\x5a\xef\xe3\x37\xd7\x69\xfc\x3d\x7e\xb9\x7f\xfc\x92\x3e\xbe\xdf\x6e\xf3\xf2\xa6\xdf\xed\xfa\xa9\x1c\x3f\x7f\xcf\x97\xf9\xf1\x7f\x03\xd7\x97\x6b\xcc\xd2\x9f\xff\x04\x00\x00\xff\xff\x2f\x6a\xa0\x64\x47\x10\x00\x00"); +func _dad ()([]byte ,error ){return _fd (_cec ,"90pv-RKSJ-V")};func _cccbg ()(*asset ,error ){_defa ,_cab :=_cfaec ();if _cab !=nil {return nil ,_cab ;};_dgcd :=bindataFileInfo {_c :"KSC-V",_ed :703,_cg :_g .FileMode (436),_ca :_d .Unix (1580492528,0)}; +_dbbd :=&asset {_fdf :_defa ,_ff :_dgcd };return _dbbd ,nil ;};var _fece =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xdd\x51\xcf\xfd\x3a\x96\xe7\xf5\xfb\xf3\x2a\xfe\x97\xc3\xc5\x50\xdb\x4e\xe2\xc4\x52\xe9\x48\xa8\xbb\x47\x34\xa3\x61\x10\xcd\x00\x12\xe2\xc2\xf6\xde\xbb\x29\x89\x3e\xa7\x54\x55\x7d\xd1\xef\x1e\xe5\xf7\x49\x01\x42\x48\xa7\xae\x7e\x7a\xfc\x64\x27\xb6\x63\x2f\x2f\xc7\xfe\x7a\xfd\xee\xef\xfe\xf1\xef\xff\xf1\x97\x3f\xfc\xe5\xc7\xef\xfe\x87\x3f\xfd\xba\xfe\xe9\xf3\x97\x1f\xdf\x3f\xfc\xf2\xfe\xd3\xe7\xcf\xbf\xfe\xeb\x9f\xd6\xe7\xc7\xfc\xfc\xf3\x1f\x7e\xf9\xe9\xa7\x52\x7f\xbc\xff\xb0\xfe\xf2\xd7\x3f\x23\xeb\x5f\xc6\x1f\x7f\xfa\xe9\xfe\xfd\x3f\xfd\xdb\x9f\xff\xf2\xf9\x97\x7f\xfc\xe5\xfb\xeb\x8f\xcd\x75\xef\x7f\xfd\xe3\x73\xed\x8f\x1f\xbf\xfb\x1f\x3f\xff\xfc\x87\x3f\xff\xe5\x4f\xff\xf6\xe3\xdf\xfd\x37\xef\x5f\xe7\xe7\xbf\xfa\xf1\xfe\x7c\xef\xf4\xff\xfc\xa7\xf7\xe7\x4f\x7f\xf8\xe5\x9f\x7f\xfc\xbb\xff\xf8\xeb\x9f\x3e\xa3\xfc\xdf\xff\xf8\xa7\x7f\xfd\xe3\x1f\xff\xcf\xcf\xbf\x7c\x7e\xf9\xcb\x8f\x92\xb4\xcf\x2f\xef\xe8\x4f\xbf\xfb\xbb\xff\x34\xfe\xf8\xdf\x8f\x7f\xf9\xfc\xf8\xdd\x7f\xfc\xa7\xbf\xfb\xf7\xff\xdd\xaf\xff\xc7\x98\xff\xfe\xbf\xcd\xff\xf2\xaf\xff\xf9\xf3\xa7\x3f\xff\xe1\xd7\x5f\x7e\x94\xd7\x7f\xfd\x7a\xb5\xff\x27\xfd\x7f\xfa\xb7\x3f\x7e\x9e\x7b\xfd\xf4\xbb\xff\xf2\x8f\x7f\xff\x9f\xbf\xdf\x3f\x7f\xfe\xf2\xe3\x68\x2f\xd7\xfc\xaf\xff\xe5\x1f\xff\xfe\xc7\xff\x56\x7e\x94\xd7\x8f\x7a\xec\xa5\xfc\xef\xcf\xa5\xff\xcb\x7f\xfa\xf5\xfd\xf9\xe1\xa2\x9f\x76\x45\x5a\xbf\xbe\x3f\x7f\xfe\xe3\x58\x9f\x3f\x8d\x5f\xfe\xf9\xf3\xd3\x8f\x1f\xbf\x7f\xbd\x7e\xfe\xf1\xe3\xc7\xef\xaf\xd7\xcf\xf7\x5f\xd7\xbe\x97\x9f\x7f\xfc\xfe\xef\xb7\xff\xf0\x0f\xf9\xfb\xef\xaf\x2d\x7f\xff\xc3\xf3\xf7\x3f\xbc\xf2\xf7\x7f\xe8\xf7\xdf\x9f\x5f\xde\xff\x9f\xfb\xfd\x54\x3c\xe6\x97\x5f\xff\xf2\xfe\x7c\xa5\xe5\x09\xbf\x2f\xdf\x9f\x7f\x94\xfb\x17\xff\xef\x7f\xfd\x54\x5e\xaf\x27\x5f\x7f\x78\x3f\x57\xd7\xfb\xea\xf3\x73\x5f\x7d\xe7\xa6\xfe\x9c\x4c\x5d\x3f\xff\xd8\x8e\x2b\x29\x3d\x29\x47\xf9\xf9\xc7\xd6\xda\x9d\x72\x6c\x52\xb6\x9f\x7f\x6c\xe7\x91\x94\x5d\xca\xfd\xab\xf3\x4c\xca\xf3\xab\xf7\xcf\x3f\xb6\x6b\xbb\x53\x5a\x49\xca\x2d\xdb\x95\x3b\x5f\x52\xae\xa4\xf4\x3b\x65\x48\xb9\x65\xeb\xaf\x3b\x65\x49\x59\x49\x49\x0e\x3f\x52\x3e\x49\xa9\x3f\xfd\xfe\x3a\x52\x83\x64\xeb\xf7\xb3\x0e\xcf\x8a\x6c\x7d\xbf\x53\x3c\x2b\xb2\xf5\x3b\xcf\x87\x67\x1d\x9e\x75\x97\xeb\xf0\xac\xc3\xb3\xee\x52\x1c\x9e\x75\x78\xd6\x9d\xe7\xe6\x59\xcd\xb3\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xcd\xb3\x22\xfb\xeb\xce\x73\xf3\xac\xc8\xfe\xba\xf3\xdc\x3c\x2b\xb2\xbf\xee\x3c\x37\xcf\x8a\xec\xaf\x3b\xcf\xa7\x67\x45\xf6\xd7\x9d\xe7\xd3\xb3\x4e\xcf\xba\xf3\x7c\x7a\xd6\xe9\x59\x77\x9e\x4f\xcf\x3a\x3d\xeb\xce\xf3\xe5\x3e\x11\xef\xf4\x72\x9f\xab\xd5\x9f\x7f\x94\xd7\xd5\x92\xb4\x49\xda\x7f\xfe\xd1\xb7\x6d\x4b\xd2\x21\xe9\xc8\x55\x7e\xd8\x24\x9d\xb9\xea\x48\xd2\x25\x69\xe6\xaa\x9e\xa4\x95\xa4\xf3\x95\xab\xee\x5c\x5d\xa7\x27\xde\x52\x5e\x79\x49\xd7\xe9\x89\x67\x4f\xd2\x9e\xa4\x21\x69\xdc\x3f\xdc\x6b\x92\xa6\xa4\xf7\xcf\x3f\x4a\x49\x6d\x5e\xca\x7c\x5d\x35\x49\xf9\xe1\xe5\x5e\x57\x72\xbf\xe7\xf6\x97\xdc\xdf\x52\x4a\x2a\xeb\xba\xe4\xfe\xba\x72\x55\x72\x7f\x75\x49\x3d\x57\x25\xab\x97\x4c\xf4\xe4\x7e\x4f\xb1\xbb\x27\xde\x52\x8a\x4a\xed\x9e\x78\x4b\x29\xaf\x14\xbb\xef\x92\x92\x89\x23\xb7\xef\x32\xd1\xcf\xfb\xaa\xf2\x4a\x92\xfa\xea\xef\x5c\x95\x7c\x79\x65\xd7\x48\x81\x4a\x72\x3f\xdc\x7e\xe4\x5e\x2d\x35\x31\xdc\x6b\xa4\x40\x25\xb7\x1f\x0a\x34\x52\xa0\x96\x9a\x18\x0a\x34\x52\xa0\xe2\xf6\x0a\x34\x4b\xae\x4a\x19\xa7\xdb\xcf\xdc\x3e\x7d\xf8\x9a\x6e\x3f\xdd\xde\x55\x6e\x7f\x4b\xd7\xaf\xaf\x79\x4a\x52\xa0\xd4\xc4\x54\xa0\x99\x02\x9d\x49\xd2\xba\x23\xa5\x94\x54\xce\xaa\x92\xf2\xc4\x2b\x59\x5d\x9e\xb8\xf2\xc4\x9a\xca\x59\x9e\xb8\x52\xa0\x2b\x4f\x5c\x0a\xb4\x52\xa0\x9a\x06\xb0\x14\xe8\x9d\x02\xc5\x4e\x5c\x6f\x05\x7a\x27\x13\xe9\xaa\x97\x0e\x75\x7d\x52\xab\x35\x55\xf8\x71\xd5\xe7\xce\xc4\xee\xa5\x7d\x64\xe2\x23\x13\xc9\xd7\x47\x26\x3e\x77\x23\xdf\x4b\x9e\xf8\x51\xc6\x8f\x4c\xa4\xbe\x3e\x32\x71\x4b\xdf\xbd\xb4\x8f\xb6\x7a\x4b\x29\x35\xb9\xff\xe8\x0a\xdf\x57\xae\xca\xed\xbf\xf2\xf5\x4d\xe5\xd4\x64\xf5\x2b\x5f\xdf\x34\xa6\x9a\x7c\x7d\x35\xa6\x6f\xb2\xaa\x0a\xbf\xb2\xfa\xbd\xee\xab\xb6\x14\xfb\xab\x72\xbe\xc9\x84\x2a\xfc\xca\xc4\x37\x1d\x66\xbb\x9f\xd8\x19\x80\x48\x29\xe9\x8f\x9d\x9d\xef\x7b\x6e\x9f\xca\xe9\xfb\x21\x29\x35\xb1\x5d\x49\x6a\x92\xae\x5c\x75\x24\xa9\x4b\x4a\x4d\x6c\x3d\x49\xa9\x89\x7e\xa4\x8c\x29\x50\x3f\x3c\xf1\xc8\x13\xf7\x57\x92\x36\x49\x29\xe3\x5e\x92\xb4\x4b\x4a\x26\x62\x4d\xfa\x21\x13\x47\xda\x57\x2c\x40\x3f\x2e\x49\xef\x5c\x75\xb7\xe8\xce\x7e\xf5\xe6\x5e\xf9\x61\x73\xaf\xd8\xaf\xdd\x0f\xd9\xaf\x48\x29\xe9\xc8\x9d\xfd\xea\xb1\x5f\x7b\xec\x44\x67\xbf\x7a\x4b\x81\xf6\x14\xa8\x29\x50\xec\xd7\xee\xf6\xec\x57\xa4\x94\x23\xb9\x67\xbf\x22\xa5\x1c\x35\xa3\xf3\x5f\x47\xd5\xff\xbf\x81\xf6\xea\xa7\x3c\x9e\xc9\xe3\x91\x3c\x9e\xf2\x78\xa6\xbc\x47\x32\x74\xca\x50\x8c\xe0\xfe\x24\x4d\x49\x69\x58\xb1\x19\xfd\x5c\x92\x52\x2b\x92\xd8\xc5\x48\x29\x47\x5e\xf3\xe5\x35\x5f\x9e\x98\x2a\x60\x17\x3b\xbb\xf8\x24\xa9\x95\xd8\xc5\xbd\xa5\x70\xec\x62\x67\x17\x8f\xd4\x0a\xbb\xd8\x6f\x23\xd8\xf7\x18\x9b\xce\x08\x76\x46\xb0\xe5\x35\x33\x82\x91\xbe\x9f\x29\x23\x23\x18\x29\xc5\xed\xbb\x27\xc6\x08\xee\x67\xca\xc8\x08\x76\x46\x30\x16\xaf\x33\x82\x3d\x46\x70\xbf\xf2\x43\x46\xb0\x33\x82\x32\xc1\x08\xf6\x91\x77\x7a\xb9\x97\x2a\x64\x04\x5b\x5e\x20\x23\x18\xe9\xfb\x25\x49\xad\x8e\xd4\x6a\xec\x62\x1f\x6a\xf5\x96\xbe\x67\x60\xec\xe3\x2d\x29\xfd\xa9\xa5\xbe\xc6\x47\xd2\x37\x57\xe5\x87\xf3\x95\xa4\x99\xba\x6f\xa9\x2f\x36\x36\x52\xca\x99\xdc\x4f\x95\x33\x15\xc8\x55\x0a\xc4\xec\xaa\x2f\x66\x37\xd2\xf7\x98\xb7\xce\xec\xf6\x99\xae\xaf\xbe\xa6\x37\x14\xb3\xbb\xc7\x35\xea\xcc\x6e\x5f\xa9\xc2\x58\xf5\xbe\x64\x22\x66\x77\x8f\x9b\xd3\x99\xdd\xce\xec\xc6\xaa\x77\x66\xb7\xc7\xec\xee\xb1\x9e\x9d\xd9\xed\xcc\xee\x29\x49\x15\xde\xd2\x8f\x97\x27\xaa\xc2\x95\x2a\x3c\x53\xa0\xa5\x0a\xdf\xaf\x5c\x95\x02\xbd\xe5\xeb\x9d\xca\xb9\x52\x20\xf6\x3a\x52\x8a\x57\xfb\x56\x39\xb7\xf4\x23\x43\x71\x7f\xcb\xea\x3b\x59\xbd\xdc\x4b\x56\x6f\xe9\x47\x86\xe2\xfe\x56\x39\xef\xf4\x21\x0d\xe0\xad\x01\x64\x38\x38\x62\xe8\xbb\xe1\x20\x52\x4a\x06\xa0\xfe\xd1\x3b\x32\x1c\x1c\x19\x51\xbb\xe1\xa0\x1b\x0e\x34\x13\xc3\x41\xbf\x87\x80\x7e\x64\xc8\xeb\x1f\x95\x63\x38\xd0\x4c\x0c\x07\xfd\xb6\xea\xfd\xc8\x30\xd5\x59\xf5\xce\xaa\x6b\x26\xac\x7a\xbf\x2d\x79\x3f\x62\xe8\xfb\xd7\xed\xbf\x72\x9f\xdb\x7f\xe5\xfe\x9b\xdc\x6f\xf7\xbd\x06\x13\x3e\xf6\xbc\xda\xb4\x89\xb1\x6f\x92\x92\xfb\x58\xf5\xc1\x84\x0f\x26\x3c\xce\xf1\x60\xc2\x47\x4c\xf8\x11\x7b\x3d\x98\xf0\xc1\x84\xc7\x17\x1b\x4c\xf8\x88\x09\x3f\x62\x3d\x07\x13\x3e\x98\xf0\xb8\x67\x83\x09\x1f\x4c\x78\xbc\xe8\xc1\x84\x47\xfa\x11\xeb\x39\x98\xf0\x48\x29\x69\x72\xe3\x90\x89\x23\x2f\xed\x48\xee\x8f\x53\x52\x8a\x1d\x6f\x7b\x30\xf4\x23\x86\xfe\x88\x8d\x1d\x0c\x7d\xa4\x94\x34\xcc\xd1\xaa\xa4\x3c\x31\x56\x6e\x30\xf4\x83\xa1\x8f\x57\x3e\x18\xfa\xd1\x52\xec\x58\xa6\xd1\x14\x3b\x86\xbe\xbe\x24\x29\xf6\x99\x97\xd6\x52\x13\xac\x7a\xa4\xd4\x34\xf2\xc1\x6c\x47\xfa\x71\x4a\xf2\xc4\x5b\x4a\x4d\x23\x1f\xa7\x27\xc6\x20\x1f\xe9\xc8\x83\x41\x1e\x71\x54\x6b\xbc\xfc\xc1\x51\x1d\x31\xc8\x47\xba\xc2\x60\x90\x23\xa5\xc6\xcf\x1f\x0c\xf2\xb8\xce\x5c\xe5\x5e\x2a\xe7\x9a\xb9\x2a\xb5\x7a\x2d\x49\xdf\x5c\x95\x37\xd4\x63\x86\x46\x1c\xd5\x1a\x7f\x73\xb0\xd1\x91\x52\x4b\xee\xc5\x46\x47\xfa\x91\x26\x37\xd8\xe8\x48\xa9\xf1\x66\x06\x1b\x1d\xe9\x47\x8c\xd5\xe8\x5e\xda\xed\xc2\x96\x5a\x3c\x51\xad\xc6\x92\x1f\x1a\x26\x4b\x3e\x62\xc9\x6b\x5c\xd0\xc1\x92\x8f\x58\xf2\x43\xcb\x61\xc9\x23\xa5\xa6\x5b\x0d\x96\x7c\xc4\x9d\x3d\xb4\x09\xee\x6c\xa4\xd4\xb8\x41\x83\x25\x1f\x71\x67\x9b\xf7\xc8\xd4\x8e\xdb\x88\xf6\xf6\xba\x7e\x7b\x28\x1e\x6c\xec\x88\x1f\x5b\xab\x9b\xa8\xe1\x18\xd4\x16\xb7\x6f\x30\xa8\x91\x52\xe3\x25\x0d\x7e\xec\x88\xef\xd9\xe2\x26\x0f\xb6\x6c\xc4\x70\xb5\x4c\x9d\x06\xc3\x15\x29\xb5\x4a\xf2\xc4\x98\xa4\x16\x67\x67\x30\x49\x23\x1e\x6a\x8d\xef\x39\x78\xa8\x23\x26\xa9\xc5\x41\x19\x4c\x52\xa4\xd4\x9a\xea\x64\x92\x46\x4c\x52\xdb\xdd\x4b\x45\xc5\x24\xd5\xf8\x9e\x83\x49\x1a\xf1\x3d\x5b\xfc\x9f\xc1\xf7\x8c\x94\x5a\x25\x79\x62\xac\x54\x8d\x49\x1a\xac\x54\xa4\xb7\x4c\x64\x06\xdf\x33\x52\x6a\x7c\xcf\xc1\x70\x8d\x58\xa9\x16\x0f\x64\xb2\x52\x91\x52\x63\xb8\x26\x47\x73\xc6\x4a\xb5\x0c\xd8\x93\x95\x8a\x94\xba\xd5\x24\x35\x49\x29\x50\x86\xe2\xc9\x4a\x45\x4a\x4d\xad\x4e\x56\x6a\x1e\xa9\xfb\xf3\xce\xc4\x64\x92\x66\x6c\x46\xcb\x30\x35\xd9\x8c\x99\xc9\x6d\x8d\x03\x3c\x4d\x6e\x67\x6c\x46\x4b\x53\x9e\x6c\x46\xa4\xd4\x78\x95\x93\xcd\x98\x71\x0e\x5b\x46\xd4\xc9\x39\x9c\xb7\x9d\x28\x35\x36\x76\xb6\x0c\x79\x33\xce\x61\x8b\xf5\x9c\x9c\xc3\x48\xa9\xf1\x76\x27\x33\x32\x99\x91\x78\xbb\x93\x19\x89\xf4\x16\x2b\x35\x99\x91\xc9\x8c\xc4\xec\x4e\x66\x24\xd2\xcf\x97\x7b\x9d\x92\xd2\x56\x77\x4f\x94\xaf\x18\x9b\x33\x56\x6a\x32\x36\x91\x52\xf7\x14\x9b\xf7\x37\xe3\xb1\x9d\x19\x51\x27\x6b\x30\xd3\x5d\xcf\x34\xcc\xa9\xbb\x4e\xdd\x35\x8d\x69\xea\xae\x33\xdd\xf5\x54\x85\xba\xeb\xd4\x5d\xf7\xdc\x4b\x77\x9d\x71\xbc\x4e\x55\xc8\xf1\x9a\xba\x6b\x9a\xdc\xd4\x5d\x23\xfd\xdc\x24\xa9\xc2\x38\x5e\x35\xc3\xc1\xe4\x78\xcd\xdb\x8d\xea\x67\x86\xa9\x39\xe5\x2b\x2e\x55\xcd\x70\x30\xf5\xf3\x48\xa9\x71\xa0\x27\x97\x2a\xd2\x4f\xc5\xe6\x52\x45\x4a\x8d\x03\x3d\x75\xf7\x48\x3f\x95\x91\x4b\x35\xe3\x52\xd5\xc3\x0f\x35\xb9\x39\x73\x55\x0a\x34\x9f\x7c\xad\x5c\x25\xe9\x2d\x29\x55\x98\x21\x6f\x69\xf7\xcb\x17\x96\xa4\x68\x84\xab\xc9\xe9\x99\xa4\x5d\x52\x72\x9a\x52\x2f\x8d\x70\x69\x84\x4d\x52\x93\x74\xe5\xaa\x92\xa4\x2e\x29\x95\xda\x24\x0d\x49\xa9\xd4\x64\x7e\x69\x97\x91\x52\xe3\x3f\x2f\xdf\x61\x56\x9a\xea\x99\x7e\xbc\x34\xd5\xa5\xa9\x66\xc4\x5b\x9a\xea\xd2\x54\xd3\x43\x97\xa6\x1a\xe9\xa7\x7c\x69\xaa\x4b\x23\x6c\xee\x75\x49\x4a\x26\xe4\xcb\x44\x25\x52\x6a\x9c\xe5\x75\x3e\x99\x48\x75\xb9\xbd\xa6\xba\x8c\x8b\x71\x96\x97\x71\x71\x5d\x9e\xd8\x92\xe4\x89\xc6\xc5\x0c\xbb\xcb\xb8\xb8\x32\x51\x39\xdd\xde\x44\x25\x52\x6a\x86\xdd\x65\xa2\xb2\xf2\x01\xe7\xf4\x43\x1f\x70\x96\x71\x31\xfe\xf3\xd2\x13\x96\x71\xf1\x4c\xbe\x8c\x8b\x91\x7e\xc6\x98\x2c\xe3\xe2\xca\x07\x9c\x1a\x97\x7a\xf9\x80\xb3\x74\xa1\xf8\xbc\x4b\x17\x5a\xba\x90\x1f\xea\x42\x2b\x63\xd9\x19\x47\x72\x19\xcb\x96\xce\x91\xb1\x7f\xe9\x1c\x2b\x63\xd9\x19\x93\xb3\xb4\xf1\xa5\x79\xc5\x4c\x2c\xc3\xd0\xca\x98\x73\x65\x54\x5f\xc6\x9c\x95\xd1\xe4\x8a\xb9\x5f\x46\x93\xf5\x49\x81\xe2\x52\xaf\x8f\x02\x65\x34\xb9\xd2\xf7\x96\xd1\x64\x19\x4d\xe2\x34\x2c\xa3\xc9\xca\x68\x72\xa5\xef\x2d\xa3\xc9\x32\x9a\xc8\xbd\xd1\x64\x65\x34\xb9\x62\xab\x96\xd1\x64\x19\x4d\xe2\x06\x2f\xa3\xc9\x32\x9a\x5c\xe7\x6f\x8f\xc4\xcb\x60\x13\xe9\x97\xee\x64\xb0\x59\x71\x89\x6b\xfc\x93\xc5\x25\x5e\x19\x6c\xae\x74\x9e\xb7\x4e\xf7\x8e\x4b\x5c\x53\x77\x6f\x2e\xf1\x3b\x83\xcd\x95\xde\xfa\x36\xd8\xbc\x0d\x36\x31\xd7\x6f\x83\xcd\x3b\xce\xee\x95\x19\xf0\x9b\xb3\x1b\x29\x35\xce\xee\xdb\xc8\xf2\x8e\x67\x7b\xa5\x91\xbe\x79\xb6\x91\x52\xe3\xc5\xbc\x8f\xe7\x5e\xb7\x61\xb9\xd2\xd6\xde\x3c\xdb\x48\xa9\xf1\x7f\xdf\x3c\xdb\x77\x46\xa9\x2b\x8d\xf4\xcd\x40\x44\x4a\x8d\xaf\xf3\xe6\xd9\xbe\x63\x20\xae\xb4\xa2\x37\x03\xf1\x66\x20\xba\x24\x4f\x8c\x81\xb8\xf2\x9a\xdf\x0c\xc4\x9b\x81\x48\x93\x79\x33\x10\xef\x78\xb6\x57\x5e\xf3\x5b\x3f\x7f\xa7\x53\x5f\x99\x1c\xbc\x75\xea\xf7\x3d\xd8\x94\x2d\x83\xcd\xdb\x60\xf3\x4e\xa7\xbe\xd4\x84\x4e\x1d\x29\xdb\xcb\x0f\x97\xa4\x14\x48\xbe\x74\xea\x48\xd9\xe2\xec\xbe\x8d\x3f\xef\x8c\x3f\xdd\xed\xf5\xba\x77\x3a\x4f\x8f\x6f\xf8\xd6\x79\xde\xe9\x3c\x5b\x3e\xe7\xbe\x75\x9e\x77\xc6\x9f\x9e\xd6\xfd\x36\xfe\x44\xca\xf6\xf2\x43\x35\x71\x4b\xef\xf1\x5c\xde\x43\xee\x6f\x29\xdb\xcb\x0f\xd5\x7d\x3a\x62\x8f\xe7\xf2\xd6\x11\x23\x65\xcb\x1c\xf2\xad\x23\xbe\x33\xfe\xf4\x78\x2e\x6f\xe3\x4f\xa4\x6c\x99\x43\xbe\xf5\xcd\x48\xd9\xd2\x11\xdf\xc6\x9f\x48\xef\xe9\x62\x6f\xe3\x4f\xa4\x6c\xc5\xbd\x64\x35\xe3\x4f\xdf\xdc\x4b\x56\x67\x32\x11\xbf\xfc\x3d\x9f\x4c\xa4\x72\xe2\x47\xbc\x75\xfd\x77\xa6\xf4\x5b\xa6\xa8\x6f\x53\xfa\x77\x26\xeb\x3d\x23\xde\xdb\x64\x3d\x52\xb6\x38\xa5\x6f\x93\xf5\x77\x6c\x46\xd7\x61\xd8\x8c\xf7\xed\x94\xf6\xae\xdd\x73\x4a\xdf\x99\x3a\x6f\x45\x92\xfa\x8a\x65\xe9\xb1\xea\x6f\x96\xe5\x1d\x3f\x75\x8b\xb3\xfc\xe6\xa7\xbe\x33\xdd\xed\x71\xd8\xde\xdf\x27\x29\x65\xcc\xa4\xe5\xfd\x55\xc6\x74\xe4\xad\x4a\x72\xfb\x74\xe4\x1e\x9b\xf1\xd1\x91\x23\x65\x8b\x4f\xf2\xe1\x35\x7e\xd2\x91\x7b\xda\xea\x47\x47\x8e\x94\x2d\xce\xf2\x47\x47\xfe\xc4\x6b\xec\xe9\x8f\x1f\x5e\x63\xa4\x6c\x55\x52\x6a\xe2\x93\xee\xde\xd3\x56\x3f\xba\x7b\xa4\x6c\x71\xa9\x3f\xba\x7b\xa4\x6c\x69\x72\x1f\x73\xdb\xcf\xdd\xb7\xcb\xeb\x95\x99\xd9\x47\xe7\x8e\x94\xad\xba\xd9\x25\xe9\xed\xb2\xa4\xe9\xdd\x91\xb2\xa5\x69\x7e\xf4\xee\x8f\x15\x90\x57\x26\x4f\x1f\x5d\xf2\x73\xfa\x69\x1a\xe7\x47\x3f\xfa\x64\x70\xdc\x9e\x24\x97\xdd\x83\x63\x79\xbd\xe2\x4d\x7e\x8c\x8e\x91\xb2\xc5\x89\xfe\x18\x1d\x3f\xf7\xe8\x78\x5f\x96\x8a\x34\x3c\x46\x8a\x65\x9d\x8f\xe1\xf1\x73\x4f\x1b\xef\xcb\x52\x7a\xf3\xc6\x4f\xc6\xc7\x2d\x0e\xdf\x47\x4f\x8d\x94\x6d\x73\x95\x0a\xe9\xf2\x11\xff\xeb\x63\x80\x8c\x14\x6b\x3d\x1f\x13\xc7\xc8\x7d\x59\x1e\x6a\xe6\xf8\xc9\xcc\x71\x4b\x37\xf9\x98\x39\x7e\xba\xc2\xc7\x89\xf9\xb0\x05\x91\xb2\xa5\x07\x7c\x86\x7a\x1b\x4a\x15\xef\xea\xa3\x03\x7f\x74\x60\xf5\xa1\x03\x7f\xa6\xea\x8d\x07\xf1\xd1\x5d\x3f\xe9\x88\xaf\x57\xc6\xf8\x8f\x9e\xf8\xc9\xc4\xcf\x12\xd3\xc7\xc4\xef\x33\x65\x24\x5f\xc4\x3e\xfa\xdd\x47\xbf\x4b\x27\xfb\xe8\x77\x9f\xa5\xf4\xf9\xce\xf4\xf1\x2d\x2d\x52\x36\x55\xe9\x5b\xda\x67\xc9\x6f\xc6\xce\x8f\xfe\xf9\xd1\x3f\x77\x0f\x90\xdf\xf7\xcb\x65\xa9\x11\xdf\xc9\x22\xc5\xca\xd3\x47\x9f\x8d\x94\x2d\xa3\xe3\xc7\x77\xb2\xcf\x5b\xa9\x34\x7b\xfd\x38\x52\xb6\xf4\xf6\x8f\xaf\x62\x9f\xb7\x52\x65\x84\xf9\xe8\xc8\x91\xb2\x1d\xe5\xb7\x47\xe7\x8f\x4f\x64\x9f\x4f\x0a\x6d\xb1\xed\xc3\x85\x88\x94\x4d\x2b\xe0\x42\x7c\x3e\x97\xcb\x3c\x4c\xa1\xe3\x43\x6c\x5a\x01\x1f\xe2\xf3\x4d\xa1\xad\x87\x7d\x38\x11\x91\xb2\x69\x05\x2c\x49\xa4\x58\x48\xfb\xf0\x12\x3e\x59\xd5\x78\x59\x9e\xfa\xb2\x1b\x5f\x76\x23\xa3\xfd\x97\xdd\xf8\xa6\x63\xbf\x2c\xc1\x7c\xf5\xec\xaf\xfe\x59\xd2\x2d\xbe\xfa\xe7\x37\x73\xc4\x2d\xee\xf9\xd7\x1c\xf1\xdb\x94\x34\x19\xf9\x1a\x7e\x23\x85\x63\xff\x35\xfc\x46\xee\xcb\xf2\xd4\x76\x4a\x4b\x9b\x8a\xbb\xfc\x35\x71\x8c\xdc\x97\x79\x42\x97\x96\x0a\x89\x65\xfd\x1a\xa6\x23\xf7\x65\x57\xd2\xa6\xb4\x0c\xb7\x71\xe4\xbf\x1c\xf9\x6f\xfb\xba\x2c\x19\x39\xd3\x65\xbf\xb1\x27\x5b\x3c\xf9\x2f\x73\x12\x29\x5b\x7c\xf4\x2f\x4f\x3e\x52\x5e\xe5\xb9\x4c\xa9\x32\xeb\xb4\xa4\xff\x35\xeb\x8c\xdc\x97\xa5\xf0\x3c\x81\x48\xb1\x6c\xf8\xe5\xf1\x7f\x4f\xd9\x7d\x9e\x20\xbb\xbc\x83\xf8\xe4\x5f\xde\xc1\x97\x59\xf3\xcd\xfc\xcb\xac\x7d\xbb\x37\x93\xc9\xfb\x97\x89\xf9\xb2\x00\xbe\x90\x7e\x59\x80\x2f\x6f\x20\x6e\xd7\x97\x37\xf0\x1d\xca\x10\x0b\xfe\xe5\x0e\x7c\xb9\x03\xf1\xbb\xbe\xdc\x81\x2f\x43\xe1\x03\xdf\x97\xa1\xf8\x32\x14\x71\xbc\xbe\x0c\xc5\x77\xbe\x5c\x96\x1a\x31\xd4\x7f\x0d\xf5\xa7\x24\x0f\x35\xd4\xc7\x74\x7c\x0d\xf5\x91\xf2\xf2\x75\xed\x6b\xac\xff\x1a\xeb\x33\x3f\xf8\xb2\x30\x91\xfb\xb2\xe4\xcd\x60\xff\x65\x75\xce\x54\x39\xab\xf3\x65\x75\xf2\x61\xae\xbf\xd2\xa2\x49\x1a\x48\x7f\x35\x29\x4d\x36\xce\x24\xed\x92\x9e\x6c\x5c\x49\x3b\xa4\x25\x1b\xf7\xd4\xa2\xbf\xd2\x50\xfb\x2b\x8d\xf2\x95\x4f\x67\xfd\x95\x56\xd9\x5f\x9a\xd6\xe5\x01\x2b\x49\xa7\xea\xa8\x49\x3b\x3d\x54\xd3\xba\x2d\x58\x7f\xa5\x69\x91\xb2\xdd\xc3\x76\x7f\x9d\xf2\xa1\x69\xe5\xc3\x54\x7f\x9d\xf2\x91\x35\xfd\xac\xdf\xf6\x57\xd6\xf4\xc9\x7d\x99\xb4\x29\x2d\xf9\xe8\x29\xfa\xf9\xe4\x63\xb9\x2c\xa5\xba\x1b\xd0\x23\x25\x3b\x3b\xfa\xeb\x92\x35\xa3\xe3\xed\x9e\xf6\xd7\x25\x6b\xd7\x93\x8f\x14\xf4\x92\x0f\xa3\x63\x4f\xd6\x2e\xf5\x61\x74\xcc\xc7\xa9\xfe\xca\xe8\x48\x4a\xb6\x7c\xf4\xd7\x25\xbb\x5d\x7d\x6c\x79\x42\xf7\x50\xa3\x63\x4f\xd6\xba\x87\x1a\x1d\x7b\x9e\xd9\xd5\x87\xd1\x31\xdf\x7c\xfa\xab\xcb\x47\xa6\x8f\xd9\x1d\xd2\x5f\xdd\x3b\xd0\xe8\xf3\xd1\xa7\xbf\x86\x07\xa4\xd1\x67\x3b\x48\x7f\x0d\x0f\x18\xcf\xdd\xf2\xd0\xe1\x6e\x69\xf4\xd9\x11\xd2\x5f\x43\xa9\x9e\x46\x7f\xe4\x09\x43\xa9\xd2\xe8\xb3\x4d\xa4\xbf\x86\x52\x3d\x8d\xfe\xc8\x13\xa6\x87\xa6\xd1\x67\xef\x48\x7f\x4d\x0f\x7d\x9a\x6e\xcb\xdd\xd2\x74\x49\xc9\x86\x92\xfe\x9a\x8a\xf0\x34\xdd\x96\x3a\x5a\xee\x96\xb1\xeb\x55\xcf\xfc\xf4\xed\x76\x86\xa0\xaa\x39\x7c\x5c\xf7\x51\xd4\x54\xdc\xc7\x65\x99\xb8\xbe\xaa\xfa\xfd\xa8\xcc\x8c\x31\x59\x83\xef\xaf\x8f\xa2\x1a\x63\xaa\x3a\xff\x28\x6a\xc6\x98\x2c\xc2\xf7\xd7\x47\x51\x3f\x69\x6f\x99\xae\xf4\xd7\x47\x7b\xfb\xac\x5c\x96\xfc\x7e\xb4\x2d\x43\xd1\xa6\xce\xbf\xf2\x96\xa1\x68\x2f\xa9\xb8\xaf\xbc\x65\x28\xda\x4b\x4a\xf0\x95\xb5\xef\xee\x97\xd2\xbc\x99\x38\xba\xbb\x2e\xf9\x55\x49\xdf\xe5\x32\x69\xcf\x43\xef\x0a\xd9\xd3\xd7\x8a\x2e\x5f\x32\x8b\xcd\x42\x7c\x2f\x99\xc5\xf6\xb2\x7b\x40\x4a\x55\xe2\xfd\x92\xb2\xd7\xfd\x37\x47\xee\x5e\xe2\x1c\xf7\xb2\x5f\xee\x72\x24\xad\x4b\x4b\x75\x55\x49\xa9\xae\x72\xa8\x87\x64\xbd\x1c\xf2\x94\x51\x74\x4f\xc7\x2e\x87\x3c\xc5\x3d\xde\xd3\x89\x4b\xdc\x63\x52\x5e\x9b\xbb\x1d\xb2\x19\xf7\x38\x5b\x01\x7a\x89\x7b\xdc\x8b\xe1\x77\x73\x37\x56\xad\x64\xf8\xdd\xd3\x15\x4b\xf3\x00\x56\x2d\x0e\x6d\x2f\xac\x5a\xa4\xec\x5b\xea\x81\x55\x2b\xc6\xd5\x78\xaa\xbd\x34\xa5\xca\xb8\xba\x3f\x49\x4a\xc5\xaa\xc5\x2d\xed\x85\x55\x8b\x94\xec\x36\xe8\x85\x55\x8b\x94\x6c\x2d\xe8\x85\x55\x2b\x19\x1c\x5f\xf1\xfc\x7a\x39\x3d\x34\x23\xe1\xfe\xdc\x4c\xa9\x6c\x5e\x8a\xe7\xd7\xcb\xf9\x3c\x74\xe4\xb2\x9e\xa4\x29\x49\xe1\xd3\x8b\x0b\x13\x16\x29\xfb\xed\xe3\xf6\x92\x89\x72\x2f\x4c\xd8\xed\x98\xdd\x7f\x28\x7c\x4c\xd8\xbe\x4b\x92\x0f\x63\x68\x7c\xa5\x5e\x18\xa2\xc2\x9c\x64\x34\xef\x85\x39\x29\xcc\x49\x2c\x4c\x61\x4e\x0a\x73\x62\x20\x29\xcc\x49\x61\x4e\x94\x94\x39\x29\xcc\xc9\x76\xa6\x0c\xcc\x49\x61\x4e\xf6\xd4\x1b\x73\x12\x29\xaf\xed\xf2\x04\x45\xcd\x47\xdd\x5d\x85\xe4\xa3\x6e\x2f\xac\x4e\xb6\x01\xf6\xc2\xea\x14\x56\x67\x4f\x3e\x58\x9d\x48\xd9\xd5\xd1\xf4\x16\x0c\xb5\xd9\x2e\xd8\xcb\x94\xdd\x29\xbb\xc9\xda\x94\x5d\xf6\x2a\x7b\x08\x7b\x61\xaf\x0a\x7b\x15\x83\x58\xd8\xab\x32\xb3\x45\x2d\x1b\x86\x7a\x99\x4f\xde\xd2\x15\xd5\x38\x13\x16\x29\xd9\x78\xd1\xcb\xf2\x62\xf8\xfc\xc6\x9b\xb2\xe4\x23\x3e\xff\xee\x25\x2c\xf9\xe0\xf3\x1b\x48\xca\x52\x6d\xf1\xf9\xf7\x23\xd5\xb6\x54\x1b\x1b\x69\x38\x28\x6c\x64\xe1\xcd\xb3\xaf\xe5\xed\x76\xf1\xe6\xb3\xb7\xa3\x97\xb7\x52\x31\xa5\x0c\x62\x61\x4a\xcb\xd7\xed\x74\x5d\xf6\xaa\xf0\x93\xb5\xf2\xca\xc4\x44\xca\x7e\xbb\xa2\xbd\xc6\x4f\xee\x95\x89\xf1\xb6\x2a\x13\x53\x99\x98\xdb\x15\xed\x95\x0d\xa9\x6c\x88\x3a\xaf\x6c\x48\x65\x43\x0e\x49\x29\x57\x65\x43\xb2\xb1\xa5\x57\x36\xa4\xb2\x21\x19\x49\x2a\x1b\x52\xd9\x90\xb8\x37\x95\x0d\xa9\x6c\xc8\x73\x37\x36\x24\x52\xf6\xe6\x66\xf2\xc1\x86\x3c\x77\x63\x43\x2a\x1b\x72\x3b\xb6\xbd\xb2\x21\x95\x0d\xd9\x5b\x8a\xc0\x86\x54\x36\xa4\xa5\x3e\xd8\x90\xca\x86\xec\xa7\xbb\x29\x15\x1b\x92\x5e\x54\xd9\x90\x6a\xc2\x9e\x4d\x2a\xbd\x32\x18\x95\xc1\x68\xa9\x4a\x06\xa3\x72\x83\xb2\x4b\xa5\x57\x6e\x50\xa4\x3c\xf9\x60\x43\x2a\x0f\x7b\x4f\x97\xa9\xf1\xb0\x49\xd9\x5b\x0a\xcf\xae\x54\x06\x23\xbb\x59\x7a\x65\x30\x6a\x7c\x9e\x27\xbb\x7c\x9e\x7a\x3d\x0f\xcd\x4f\x19\x8c\xca\x60\x9c\x79\x00\x83\x51\xaf\xf8\x80\xd9\x24\xd2\xeb\xe5\x09\xf1\x79\x9e\x52\xf1\x79\x2a\x9f\x67\x8f\xa3\x55\xf9\x3c\x91\xb2\x9f\xa9\x37\xa6\x26\x52\xf6\x33\x75\xc4\xe7\xa9\x7c\x9e\x23\x2d\xba\xf2\x79\x22\x65\x8f\xa5\xa9\x5d\x3e\x7c\x11\xc8\xd6\x91\x5e\xbb\xc2\x73\x8d\xce\xd4\x11\xd7\xa8\xb2\x65\xd9\x3b\xd2\x2b\x5b\x16\x29\x7b\x0c\x52\x1d\x1a\xaf\xa9\x7e\xf6\x80\xf4\xca\x86\x54\x53\xfd\xa3\xee\x49\xf3\xd4\x58\x87\x3d\x4e\x71\x65\x1c\x2a\xcf\xe5\xc8\x38\x56\x75\xfb\xaa\xdb\x7b\x7f\xba\x7d\xd5\x51\x8f\x0c\x29\x55\x47\xad\x7a\x60\x36\x31\xf4\xaa\x07\x46\xca\xf3\x4e\x3f\x7e\x6a\xc2\x7c\x68\xe5\x1f\x35\xc2\x99\xb9\xb6\xdf\x1e\xbc\x2b\x5f\xa7\xf2\x75\x8e\x78\x58\x95\xaf\x53\xf9\x3a\x97\x24\x2f\x8e\x13\x73\x68\x8f\x9c\x98\xca\x89\x89\xf3\x5e\x19\x85\xca\x89\x89\xf3\x5e\x39\x31\x95\x9d\x38\xee\xf9\x4d\xdf\xd8\x89\x8d\x2b\x12\x6f\x6d\xe3\x8a\x6c\x0c\x40\xf6\x18\xf4\x8d\x01\xd8\x18\x80\x34\xbd\x8d\x01\xd8\x18\x80\xec\x02\xe8\x1b\x03\xb0\x31\x00\x4f\x92\xbb\x31\x00\x69\x8d\x1b\x03\xb0\xf9\xc6\x96\x35\xff\xbe\xe5\x1b\x1b\x29\x7b\x66\x07\x1b\x27\x62\x63\x00\xb2\xe8\xdf\x37\x06\x60\x63\x00\xd2\x68\x37\x06\x60\x63\x00\x5a\x5c\xdf\x8d\x01\xd8\x18\x80\x7e\x24\xa9\x49\xba\x5c\x76\x25\x4d\xa9\x32\x35\xca\x46\xa9\xbe\x99\x1a\x6d\x9c\x88\xec\x08\xe8\x1b\x27\x62\xe3\x44\xc4\x07\xdd\xd8\x84\x48\xd1\x05\x36\x36\x61\x63\x13\x5a\x3c\xc9\x8d\x4d\x88\x14\x5d\x60\x63\x13\x36\x36\x21\x9b\x09\xfa\xc6\x26\x6c\xb7\x1d\x28\xba\xc0\x76\xca\x5a\x66\x4b\xaf\x16\x3b\xbf\x9d\x4f\xde\x56\x2e\xcb\x7b\x31\x5b\xda\x98\x8e\x16\xef\x72\x63\x3a\x22\xe5\xc8\x8c\x61\xe3\x6b\x6c\x4c\x47\x8b\xc7\xb9\x31\x1d\x91\x72\xa8\x36\xa6\x63\x33\x5d\x6a\xd5\x4f\x65\x24\xa6\x23\x3b\xb4\xfa\xc6\x74\x6c\x5c\x92\x16\x8f\x6f\x63\x27\x36\xdd\xb8\xc5\xad\xda\x74\xe3\x2d\x2e\x89\x2e\xbb\x71\x49\x36\x2e\x49\x8b\x2b\xb0\x71\x49\x22\xe5\x28\xa9\x4b\x2e\xc9\xc6\x25\x69\x19\x83\x36\x2e\x49\xa4\x1c\x5e\x0c\x97\x64\xe3\x92\xb4\x8c\x41\x1b\x97\x24\x52\x8e\x22\x49\xbd\x71\x49\x5a\x06\xf9\x8d\x4b\x12\x29\x47\x91\x24\x6f\x71\x49\x8e\x4c\x18\x36\x2e\xc9\xc6\x25\x69\x19\x1f\x37\x2e\x49\xa4\x64\x03\x59\xdf\x18\x9d\x8d\x4b\xd2\x32\xa2\x6d\xac\x4e\xa4\x1c\x5a\x03\x97\x64\xe3\x92\xb4\x8c\x68\xdb\x7c\xf2\x96\x77\xaa\x35\x4c\xef\x94\xbd\xca\xf6\x89\x0e\x18\x21\x9b\x14\x3d\x61\x6f\x72\x7b\x25\x69\x97\x24\xb7\x19\xf7\x76\x3d\x21\x52\xb2\x45\xad\xef\x7a\xc2\xee\x23\x41\xcb\xb8\xb7\xfb\x48\xb0\xb7\x64\x23\xed\x63\x6f\x6f\x49\x5f\x97\xe5\x09\xf9\xfe\xd4\xf7\xf4\x04\x96\x74\xd7\x13\x76\x3d\x21\x13\xf1\x5d\x4f\xd8\x9f\x9e\x70\xe6\xa1\x7a\xc2\x1e\xdf\xf9\xd8\x5e\x49\x1a\x92\x96\xcb\xf2\x50\xed\x39\x52\x8e\x78\x32\x88\x91\xbe\x67\x24\x3c\xd2\xb0\x76\x23\xe1\xfe\x34\xe7\xd3\x65\x1e\xa0\x39\x6f\xc9\xad\xe6\xbc\x3f\xcd\x39\xa3\xd2\xae\x39\xef\x9a\x73\xfc\xf5\x5d\x73\xde\x8d\x84\x2d\x63\xc6\x6e\x24\x8c\x94\x63\x97\xe4\xa1\x19\x09\x8f\xf8\xe6\xbb\x91\x70\x37\x12\xb6\x58\xcf\xdd\x48\xb8\x67\x88\xcb\xae\xba\xbe\x1b\xe2\xf6\xa7\x6f\xc4\xb1\x45\xbd\x90\x72\xc4\xc1\xde\x0d\x71\xbb\x21\xae\xc5\xef\xdc\xb5\xc9\x5d\x5b\x38\xd3\x39\xe0\x31\x7d\x37\x50\x9d\xde\xa9\x81\x6a\x37\x50\x9d\x8a\x6f\xa0\xda\x3f\x32\x9c\x8a\x33\xc3\xde\x0d\x54\xd9\xc7\xd0\x77\x03\x55\xa4\x1c\x4f\x92\x8a\xfb\xa4\x85\x64\xdb\x42\xdf\x3f\x0a\x91\x91\xe8\x78\x92\x54\x9c\x59\xf7\x99\xee\xb7\x9b\x75\xef\x99\x75\x1f\x4f\x92\x77\x6a\xc0\x3a\xd3\xfd\x76\x03\x56\xa4\x1c\xf1\xa7\x77\x03\x56\xa4\x1c\xf1\x9d\x77\x03\xd6\x6e\xd6\x7d\xc6\x8b\xdd\xcd\xba\x23\xe5\x88\x9f\xbc\x7f\x65\xf7\xdb\x5c\x96\xc2\x67\x15\x8a\x94\xe3\xf9\xa5\x12\x64\x2b\xfd\xeb\x4c\x2f\xdd\xbf\x9a\xc3\x57\xa9\xfc\x52\xa9\xbe\xe9\xa5\x67\x7b\xfd\xf6\xc8\xbd\x7f\x97\x9f\x28\xb4\x1b\x3f\x85\xf6\x42\xe2\xd1\x62\x96\xfa\x91\xb1\x36\xfb\x13\xfb\x61\xac\x3d\xf8\xe4\x67\x3c\xda\x83\x4f\x1e\x29\xc7\xf3\xcb\x26\x49\xd6\xd3\xb3\x0f\x43\x72\xa4\x1c\xcf\x2f\x93\xf5\xc3\x90\x9c\xbd\x12\xfd\x30\x24\x47\x0a\xa7\xe2\x30\x24\x47\xca\xe1\x66\x86\xe4\x83\x4f\x7e\x9e\xd2\xe4\x23\x43\xf2\x11\x33\x71\x18\x92\x0f\x43\xf2\x19\x77\x10\x77\x45\xca\x11\x87\xf6\xc8\xb2\x57\x3f\x18\xa2\x33\x3e\xd2\xc1\x10\x1d\x0c\x51\x1c\xda\x83\x21\x3a\x0c\xc9\xd9\x2f\xd1\x0f\x43\x72\xa4\x64\xdf\x65\x3f\xf8\xe4\x07\x9f\xfc\x4c\xf7\x39\x58\x9d\xc3\x8c\xfd\xcc\xd0\x7d\x18\x59\x8f\x78\xd6\xd9\x8c\xd9\x0f\x9e\xf5\x61\x78\xcc\xc6\x8a\x8e\x0a\x23\x85\x13\x74\x18\x1e\x0f\xf6\xe4\xca\x90\x79\xb0\x27\x07\x7b\xa2\x42\xd8\x93\xc3\xb8\x77\x65\x40\x3b\x58\x85\x43\xdf\xbe\x6a\xca\xa5\x6f\x1f\xc6\x3d\x95\x64\xdc\x3b\x8c\x7b\x57\xbe\x7e\x1c\xc6\xbd\xc3\xb8\x17\x67\xf8\x30\xee\x1d\x59\xca\x7e\x5d\xf9\xfa\x71\x0c\x65\x30\xee\xc5\x19\x3e\x8c\x7b\x87\x71\xef\x8a\x99\x3c\x8c\x7b\x87\x71\xef\xf2\x80\x25\x69\xb9\x4c\x46\xde\xd2\x62\x60\xbd\x99\xec\x6c\xef\x87\xe1\xf1\xca\xa7\x8e\xc3\xf0\x78\x18\x1e\x33\x23\x39\x98\xa2\xc3\xf0\x18\xaf\xf0\x30\x3c\x1e\x86\xc7\x2b\x66\xf2\x30\x3c\x1e\x86\x47\xef\xd4\xf0\x78\x18\x1e\xaf\x98\xce\xc3\xf0\x78\x18\x1e\xe3\x9e\x1e\x86\xc7\xc8\x7d\x59\xf2\x36\x35\x87\x2c\x98\x1f\x97\xac\x29\xfc\x54\xf8\x5d\xde\x14\x7e\x2a\x7c\xaa\xd2\xc0\x7a\xb0\x9c\x57\xbe\x74\x80\xfd\x48\xc9\xee\xd6\x7e\xf0\xfa\x8f\xf5\x14\x21\x19\x31\xd9\x8f\x14\x8e\xed\x61\xb2\x7f\xac\x27\x6f\x7e\x2a\x6f\x99\xec\x1f\xf1\x6c\x0f\x93\xfd\x83\x69\xbe\x62\xfe\x0e\xa6\xf9\x60\x9a\x2f\xdd\x9e\x69\x8e\x94\x23\xde\xee\x61\x0e\x71\x98\xd8\x5f\x5a\x3e\x93\x78\x7c\x1f\x18\x2f\xc5\x67\xec\x22\xe5\x88\x07\x7c\xb0\x75\x07\x5b\x73\x25\xc3\x98\x45\x52\x8e\x8c\x25\xcd\xfc\xbf\xb1\x35\x57\xdc\xee\xc6\xd6\x34\xb6\x26\x8e\x72\x63\x6b\x1a\x5b\x93\x1d\x1c\xbd\xb1\x35\x8d\xad\x49\x6f\x6b\x6c\x4d\x63\x6b\x7a\xbe\xa5\x36\xb6\xa6\xb1\x35\x1e\xc0\xd6\x34\xb6\x26\x9f\x79\x1b\x5b\xd3\xd8\x9a\x9e\x31\xad\xb1\x35\x91\x72\xa4\x9f\x36\xf3\xff\xc6\xd6\xf4\x38\x7c\xb8\x4b\x52\xcc\x08\x1a\x5b\xd3\x1e\xc8\x30\x4b\x1e\x8d\x75\x68\xba\x7d\x4f\xff\x00\x68\xf6\x16\x37\xa2\xc5\x15\x6f\xdc\x88\xa6\xdb\xf7\xbc\xfb\xa6\xdb\x47\x4a\x53\x2a\xdd\xbe\x71\x23\x7a\xbe\x55\x35\x6e\x44\xa4\xb4\xb8\xe2\x8d\x1b\xd1\xb8\x11\x3d\x5f\x97\x1a\x37\x22\x52\x5a\xec\x4a\x63\x30\x22\xc5\x6c\xa5\x71\x23\x1a\x37\x22\x9b\x34\x7a\xe3\x46\x44\x4a\x8b\xdb\xdd\x4c\xa8\x9b\x09\x75\xcf\x30\xd3\x4c\xa8\x23\xc5\xa4\xa6\xf1\x36\x1a\x8b\xd4\xd3\xde\xb0\xa8\xa4\xb4\x7c\x80\x6f\xbc\x8d\xc6\xdb\xe8\x31\xef\x4d\x17\x6f\x26\xd4\xd9\xce\xd1\x9b\xce\x1b\x29\xcd\xcb\xd2\x77\x9b\xae\xd5\xd3\xc7\xb1\xad\xa4\x98\x36\x35\x5d\xab\xe9\x0c\xd9\xd0\xd1\x9b\xce\xd0\xf2\x95\xab\xbc\x64\xd8\x67\xae\x48\x69\xc5\x65\xca\xf0\x7e\x00\xd0\xa4\xe9\x33\x91\xd2\xe2\xb1\x37\x7d\xa6\xc5\x9d\x29\xaf\x38\xc1\x8d\x3b\x13\x29\xad\xfc\x0d\x1f\xcd\x1b\x6f\xa7\x65\xde\x5d\x5e\xf1\xa7\x9a\x79\x77\xa4\xb4\x38\xf9\x8d\xb7\xd3\x20\x7c\xaf\x7c\x6d\x68\x3a\x68\xa4\x98\xf2\x35\x3e\x4b\xa4\x94\x57\xbe\x69\x37\x3e\x4b\xa4\x98\xf2\x35\xdd\x38\x72\x5f\x96\xe2\xe8\xc7\x91\x62\xca\xd7\xf8\x2c\x0d\xd8\xf7\xca\x47\x09\x88\x30\x29\x2d\x0d\xfe\xd4\xb5\xcf\xdd\x43\x63\x88\x4f\x5d\x3b\x52\x5a\x95\xd4\x24\x29\x69\x4c\xe7\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\xe9\xda\x25\x9b\x45\xfa\xa9\x6b\x47\x8a\x09\xe4\xa9\x6b\x9f\x87\x22\xc4\xaf\x3b\x4d\xe3\x23\xa5\x55\x49\x97\x24\x45\x88\x2b\x86\x69\xee\x67\xa6\xf1\x2d\x55\x79\x9a\xc6\x9f\x4d\x11\xe2\xcf\x9c\x7c\x86\x48\x69\x59\x45\x38\xf9\x0c\x67\x26\x2f\xf7\x5c\x2b\x69\x9e\xd0\x14\xc1\x03\x14\x21\x6b\xec\xb7\xef\x9f\xb4\x29\x6d\xe6\xb2\xd4\x9b\xd9\xfe\x79\x2a\x69\x1c\xa6\xd3\x6c\x3f\x52\x5a\x66\x2a\x27\x7b\x12\x29\x2d\x83\xf7\x69\x8e\x13\x29\xb7\xc7\x9d\x34\xd9\x8d\x53\xd2\xf2\xe6\x4f\x3e\x49\xe4\xbe\x2c\x25\x35\xdb\x8f\x94\xa0\x03\xfd\xe4\xa7\x9c\x0f\xf0\x1c\x6f\x03\xe5\x4d\x4a\xf3\xe6\xf9\x29\xe7\x5f\x91\xe4\x64\x84\x3d\x39\xbb\x9f\xc6\xe8\xc2\xc1\xfb\x19\x07\x24\xd8\x41\x3f\x39\x20\x67\x1c\x10\x38\x73\x3f\x39\x20\x91\xd2\x36\xbf\x94\xdf\x01\xf5\x4d\x77\x3f\x39\x20\x67\x1c\x90\xb6\xf9\xa5\xea\x8d\xcb\x50\x4a\xfa\xe7\xc9\x65\x88\x94\xa6\x09\xb2\x27\x91\xd2\x32\xee\x9f\x5c\x86\x48\x81\x09\xf7\x93\xcb\x70\x66\xe0\x6f\xbb\x9b\x69\x95\x31\x31\x38\xe1\x0e\x69\x27\xd9\xe8\xd0\x21\xed\x1d\xd2\xde\xd2\x4e\x21\xed\xfd\xd2\x8c\x42\xed\x76\x4c\x3b\x29\x61\x22\x3a\xa6\xbd\x87\x63\x2f\xb0\xdd\x7e\x71\x3d\x2f\xcd\x28\x43\xfc\xa5\x19\x5d\xda\x47\xf0\xdb\x8e\x6a\x27\xa5\x1d\x92\x3c\x54\xfb\x88\xe5\xbf\xb4\x8f\x4b\xfb\x08\x7f\xdb\x2f\xed\xe3\xf2\xe2\xe3\x1c\x5c\x5e\xfc\x95\x39\x30\x00\xb7\x5f\xe6\xc0\xe8\xf7\x90\x18\x1d\xfd\xde\xd1\xef\xc1\x2e\x3a\xfa\xbd\x87\x7e\x2f\x25\x3b\x5c\x3a\xfc\x9d\x14\x5f\x2b\xe0\xef\x3d\xf8\x7b\x81\xcd\x76\xfc\x3b\x29\xbe\x56\xe0\xdf\x7b\xf8\xf7\x82\x9b\xed\x00\x78\x52\x7c\xad\x00\xc0\x93\xd2\xf2\x9d\x13\x00\x4f\x4a\x29\xb2\x6b\xf0\x42\xc0\xb7\xcc\x60\x10\xf0\xfd\xd2\x4c\x8b\x22\x68\xa6\x17\x7e\xb2\xb8\x4e\x93\xb9\x9e\x17\x1f\x77\x17\x59\xde\xaf\xf7\x43\x96\x27\x27\x06\x92\xcb\x08\x51\x33\x40\x82\xbf\x3b\xf8\xdb\xe7\x0f\xf0\x77\xbf\x8c\x10\xf6\x4d\xa0\xbf\x49\x09\x77\xd2\xd1\xdf\xfd\x32\x04\x54\xcd\xcd\x10\x00\xff\xf6\xf9\x03\xfe\x4d\x0a\xc4\xa7\xe3\xbf\x7b\x98\xef\xd2\x32\xfd\xb9\x4c\x78\xc3\x7f\x17\x8c\x4f\x07\x80\x93\xe2\x93\x08\x00\x9c\x14\x9f\x3f\x00\xe0\xa4\x60\x75\x3a\x02\xbc\x5f\x46\x85\x18\x9a\xcb\xa8\x70\x65\xbe\x89\xdf\xe9\xd7\xf7\x79\x68\x5a\x4d\x26\x1d\x10\xf0\x1e\xec\xbb\xf8\xfc\xd1\xcd\x37\xbb\x81\xc2\x4e\x07\x0c\x38\x29\x2d\x35\x8e\x01\xef\xdd\x40\x11\x52\xa6\x83\xc0\x49\xf1\x95\x04\x04\xde\xbb\x81\xa2\xe6\x6b\x0a\x0a\x9c\x94\x16\x13\x85\x02\x27\xa5\xc5\xab\x40\x81\x93\x52\x6a\xba\x2e\x0c\xbc\xc3\xc0\xdb\xdf\xf2\xc5\x1c\x25\xde\xbb\xa1\x25\x80\x4a\x87\x89\x93\xd2\x32\xb1\xe8\x5c\xc4\x87\xe3\xb6\x11\x02\xc8\xdd\x83\x62\x17\x3c\x42\xef\x8c\x75\xa4\xf8\x9a\xd3\xd9\xea\xce\x30\x07\x35\xe8\x90\xeb\xde\x59\xe1\xaa\xc2\x74\x8c\xae\x79\x67\x03\x78\x07\x37\x77\x70\xb3\xaf\x3e\xe0\xe6\xde\x59\x61\xdb\x08\xd0\xcd\xa4\xb4\x34\x6e\x74\x73\x0f\xd1\x5c\x6c\x43\xee\xdd\xe7\x4f\x78\x73\x40\xa5\x0e\x6f\xee\x0f\x7f\x9c\xed\xc4\x1d\x80\xdc\xc3\x11\x17\xfb\x76\x3b\x90\x98\x94\xd6\x5d\xa6\xe6\x74\xb3\xec\xac\xed\x48\x62\x52\x02\x39\xf5\xce\x85\x0b\x23\x5c\x6c\x4c\xed\x20\x61\x52\x7c\xa5\x02\x09\xf7\x87\xf5\xb5\xf2\x0e\xf6\xed\xfd\xfd\x1c\x49\x70\xf7\x46\x38\x2e\x29\xad\x4b\xf2\x04\x5e\x55\x36\xf4\x75\x0c\x6d\xef\xcf\x69\x06\xa9\x74\x2c\x2c\x29\x2d\xf5\x3b\x38\x3d\x43\x5b\xb6\xd2\x0c\x86\x25\xa5\x65\x30\x04\xc3\xf6\x87\x69\xb5\x8d\x09\xd4\xda\x87\x86\x63\x77\x0f\xec\xb4\x8f\xf3\x39\xbe\xe0\xae\x74\x60\x68\x1f\x5e\xbf\x5d\x11\x00\xcf\x0e\xf0\x6c\x7e\xca\x16\x0f\xb6\xd8\x66\x01\x84\x27\x29\x61\xba\x3a\xc2\xb3\x0f\xb6\xd8\x66\x81\xc1\x16\x47\x4a\xa0\xae\x3e\xd8\xe2\x20\x9e\xe5\x59\xca\xc7\x78\x76\x8c\xe7\xf9\x92\xe4\xa1\x99\x0e\x3c\x4b\xe8\x58\x4d\x52\xce\x4c\x4b\x06\xc3\x3b\xb4\x4c\xeb\xb4\x60\xcd\x3e\x34\x1c\xcb\xbe\x70\xca\x3e\xb4\x08\x8b\x7f\x50\x48\x52\xce\x97\x24\x95\xee\x55\x5b\x57\xc2\x42\xf6\xe1\x55\x5b\xbf\x80\x39\x92\x72\x66\x9a\x33\xbc\xea\xc1\x16\xfb\xe6\x8e\x73\x24\x25\xb4\x5a\xc7\x39\xf6\xc1\x16\xfb\x72\x0e\x74\x24\xe5\x8c\xf3\x02\x74\xec\x83\x91\x3d\xe2\x48\x20\x1d\x49\x39\xbd\x41\x6d\x09\xe9\xe8\xfb\x29\xd2\xb1\x0f\xae\xf7\xe1\xa5\x72\xbd\x23\xe5\xcc\xf4\x65\x30\xb2\x43\x2b\xf4\x65\x1b\xeb\xd8\xa7\xb6\xe4\xfb\x34\x1a\xb1\x4f\x6d\xc9\x27\x4f\x38\x62\x87\x23\x9e\x45\x92\xcb\x38\x26\xbe\xd7\xe1\x11\x49\x39\xb3\xe2\x80\x47\xec\x93\x7f\xeb\xe3\x1c\x20\xb1\xcf\x38\x26\x67\x91\x94\xd2\x4f\x8e\x89\x45\x40\x44\x22\x29\x67\x91\xe4\xa1\xa7\xd2\x5f\x49\xda\x25\xc9\x47\x3c\x52\x48\x22\x29\x67\xaa\x12\x92\xd8\xa7\x96\xef\xfb\x17\xda\x90\x94\x33\xa6\x05\x6d\xd8\xa7\x96\xef\x43\xd1\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\xa7\x96\xef\x73\xcf\xd4\xf2\xa7\x96\x9f\x19\xc5\xd4\xf2\x27\x2f\xc4\x07\x9a\xc9\x0b\x99\x5a\x7e\x86\x5c\x3c\x23\x29\x67\x6c\xd7\xe4\x85\x4c\xad\xdc\x17\x0a\x8c\x23\x29\x67\x3c\xc1\x69\xd2\x3b\xd9\x5f\xb3\x6f\x90\x23\x29\x67\x95\x24\xbb\xec\xaf\xf9\xf2\x64\x7f\x51\x8e\x67\x1c\x46\x94\x63\x9f\xbc\x60\x33\x57\x00\x23\x29\x67\x06\x70\x00\x23\x29\xa7\x76\xc4\x0b\x9e\xbc\x60\x73\x38\x04\x23\x29\x67\x4c\x2d\x82\x91\x94\x67\x0e\x07\x61\x24\xe5\xcc\x5c\x64\x32\xe6\x53\xd7\x35\x87\x43\x27\x12\x1b\x84\xd0\x89\x7d\x69\x93\x99\x9d\x2c\x6d\x72\x69\x93\x66\x4e\xf0\x44\x52\x82\x81\x76\x78\x62\x5f\x9c\x65\x33\x27\x7c\x22\x29\x67\x3a\x02\x3e\xb1\x2f\x6d\xf2\x9e\xff\xfc\xe6\x00\x8e\x4c\x24\x25\x34\x69\x47\x26\x92\x72\xc6\x94\x22\x13\xc9\x7d\xe3\x3c\x5f\x93\x0d\x8e\x58\xac\x77\x2c\x4b\xa6\x38\xc4\x67\x06\x02\x44\xec\x01\x11\xcb\x19\x53\x0a\x44\xec\x40\xc4\xc0\xa3\x1d\x88\xd8\x97\x56\x1c\x02\xbb\x23\x11\x49\x09\x17\xda\x91\x88\x7d\x69\xc5\x41\xb0\x3b\x14\x91\x94\x33\x1e\x08\x14\xb1\x2f\xad\xd8\x7c\x03\x8b\x48\xca\xf9\x24\x79\xa8\x56\x9c\xe9\x06\x16\x91\x94\xc7\xf5\x07\x23\x76\x30\xa2\xa5\x18\x30\x62\x5f\x1a\xbb\xe9\x00\x1a\xb1\xa3\x11\xad\xb1\xa0\x11\xfb\x7a\x1a\x7b\xdc\xeb\xa5\xb1\x2f\x8d\xdd\x03\x34\xf6\xf5\x9c\x62\x92\x15\x02\x3c\x62\x5f\x4f\xfb\x8c\x37\xb9\xb4\xcf\xa5\x7d\x7a\xe8\x7c\x7e\xaa\x7d\xe6\x13\xf6\xd2\x3e\x97\xf6\x99\xd9\xfe\xd2\x3e\xd7\xd3\x3e\xe3\x30\xc1\x1b\xfb\x32\x8e\xb4\x7c\x43\xc2\x37\xf6\x65\x1c\x31\xca\x01\x1c\xfb\xfa\x28\x57\x9e\xc0\xa7\x5f\xc6\x91\x33\xe3\x08\xc2\x91\x94\xc0\xab\x1d\xe1\xd8\x97\x71\x84\xd9\x84\x38\x92\x12\x7a\xb5\x43\x1c\xfb\x32\x8e\xb0\x91\x18\x47\x52\xac\xdd\x60\x1c\x49\xb1\x4e\x03\x62\x24\xe5\x31\x30\x28\xc6\x8e\x62\x3c\xd5\xa5\x71\x64\x71\xd6\x19\x98\xc5\x59\x8f\x94\x33\xd6\x1b\xd9\xd8\x91\x8d\x96\x6e\x90\x8d\xfd\xcd\xc1\xd1\xd7\xa1\x8d\xa4\x9c\x59\x46\x81\x36\xf6\xf7\xfe\x9c\x13\xb3\x25\xad\x4b\x4b\x41\x4f\xbf\x4c\x41\xdf\x9c\x75\x9d\x0d\x02\x49\xca\x19\x47\x0b\x02\x49\xca\x99\xe9\xc6\x9b\xb3\xfe\xe6\xac\x9f\xbb\x34\xf9\x38\xe4\x63\x4f\x92\x7c\xf8\x1e\xa4\x67\xe1\x22\x49\xb1\xac\x84\x8b\xec\x6f\xe3\x65\xb8\xec\x0e\x8c\xec\x6f\xb6\x29\xcd\xed\xcd\x36\xbd\xd9\xa6\x40\xd1\x1d\x19\x49\x4a\x58\xdd\x8e\x8c\xec\x6f\xb6\x49\xc3\x87\x46\x92\x12\x58\xb7\x43\x23\xfb\x9b\x6d\xd2\x7a\xdf\x8c\xcf\x9b\xf1\xc9\x84\x06\x2e\x49\xca\x99\xc9\xcb\x9b\xf1\x79\x33\x3e\xde\x3c\x84\xb2\x07\x9b\x2c\x96\xb7\xde\x26\xf2\x6f\xe3\xa5\x37\x8f\x8e\x24\xc5\xf2\x16\x3a\xb2\xbf\x59\x9a\xe7\xfd\xb1\x34\x6f\x96\x26\x63\xe3\x9b\xa5\x79\x9b\x62\x3c\x6f\x81\xbd\x78\xb3\x17\x99\x9d\xbc\xd9\x8b\x37\x7b\xf1\x3c\x81\xbd\x88\x14\x8b\x65\xef\xfe\xdc\x4d\xde\x3c\x81\xbd\x00\x60\x9e\x19\x69\x01\x98\xfd\xcd\x5e\x9c\xf1\xec\x11\x98\xa4\x84\x55\xee\x08\xcc\xfe\x36\x38\x5a\x7a\x03\x57\x92\x72\x66\x86\x01\xae\xec\x6f\x83\xa3\xa5\x37\x74\x25\x29\x67\x66\x18\xe8\x4a\xf2\xd7\x67\x1a\x1c\xdf\x8c\xcf\x95\x41\x1a\x5e\x49\xca\x99\x99\x03\xbc\x92\xdc\x97\xa5\x42\x18\x9f\x37\xe3\x23\x6b\x8c\xcf\x9b\xf1\xb1\x68\x07\xb0\x24\xe5\xcc\x2c\xe1\xcd\xaf\x7d\x2f\x0f\x8d\x2f\xf6\xb6\x0e\x14\x29\x67\xf7\x4b\x0f\x7d\x4e\x35\x8a\x93\x05\xb1\xec\x6f\xdf\xb4\xaf\x0c\x8f\x6f\xdf\xb4\x31\x96\x4f\xe1\x7d\xd3\x7e\xb3\x6e\xd6\xf6\x40\x96\xfd\x6d\xf6\x13\x0c\xbb\x43\x2a\xfb\xfb\xfb\x9c\x46\x94\x42\xf8\x5a\x1c\x29\x57\x26\x13\x30\xcb\xfe\xe6\x9e\x5e\xf9\x8a\x03\xaa\x24\xe5\xca\x64\x02\x54\xd9\x3f\x6c\xc8\x15\x4f\x00\x55\x49\xca\x15\x33\x8b\xaa\xec\x1f\x36\xe4\x6a\xfd\xb7\xc7\x6e\xd4\x25\x29\x57\x56\x4a\x50\x97\xfd\xc3\xc4\x84\x79\xee\xb0\x4b\x52\xae\x4c\x49\x60\x97\xa4\x58\x6d\x85\x5d\x92\xfb\x97\x29\x0d\x13\x13\x79\x9a\xc1\x87\x89\x41\x67\x96\x2b\x7d\x16\x9d\x49\x9e\x66\x80\xce\xec\xe8\xcc\x12\x5e\xba\xa3\x33\xc9\xd3\x0c\xd0\x99\xfd\xc3\xc4\x58\x5e\xfb\x30\x31\x91\x72\xc5\xf3\xfb\x30\x31\x1f\x26\xc6\xf2\xda\x87\x89\x89\x94\xd0\xf9\xfd\xc3\xc4\x60\x3d\xcb\x95\xd6\x8d\xf5\x24\xe5\xca\xb4\xe2\xc3\x9e\x7c\xd8\x93\xee\x25\xb1\x27\x91\x72\xc5\x8f\xfc\xf0\xbf\x3f\x3e\x1c\x77\x2f\xc9\xc7\x88\x48\xb9\x8a\x07\x28\x29\xb3\x63\x15\x0e\x4c\xda\xc1\xa4\x5a\x32\x98\xb4\x83\x49\x4b\x57\x2c\x66\x07\x4c\x7a\x65\x9a\x05\x26\xed\x60\xd2\x62\xc9\x0d\x4c\x4a\x9e\x06\x0f\x26\xed\x1f\x0e\x4e\xf7\x04\x0e\x0e\x98\xf4\xca\x28\x0a\x26\x25\xe5\x8a\x8f\x0b\x26\x25\xa5\xf4\x78\xaa\x60\x52\x52\x2c\xa0\x83\x49\xc9\x7d\x59\x0a\x6f\x6a\x1b\x29\xd7\xf3\x4b\x85\x67\xd7\x7a\xe6\x06\x60\x52\x52\x2e\xbf\xe4\xf4\xa3\x44\x4b\x98\xf1\x8e\x12\xed\x28\xd1\xd2\x33\x08\xa1\x44\x49\xb9\xdc\x8d\x3d\x41\x89\x16\x4b\x7f\x28\x51\x52\xae\xcc\x3e\x3e\x8c\x07\x86\xb3\xf4\xb8\x55\x20\xce\x0e\xc5\x2c\x3d\x43\x30\x14\xb3\x87\xaf\x2c\x57\x1c\x86\x0f\x67\x06\x6b\x59\x2c\xb9\x61\x2d\x49\xc9\x39\x0f\x1d\x6b\xd9\xb1\x96\xa5\x67\xf5\x1d\x6b\x49\xca\x95\xa9\x06\xd6\xb2\x63\x2d\x4b\xd7\xa2\x39\x33\x58\x4b\xd6\x09\x6b\xd9\x3f\x3c\x97\x1e\xab\xfb\xe1\xb9\x44\xca\x95\xe9\xc7\x87\xd5\xf9\x98\x28\xf7\x98\xd3\x0f\xb3\x13\x29\xf6\x31\x7c\x38\x38\x30\xcd\xd2\x63\x4e\x61\x9a\x3d\x68\x66\xb9\x32\xd9\xf8\xf2\x66\xbe\xb1\x44\xf5\x95\xa6\xfa\x65\x89\xbe\x2c\x51\x26\x1b\x5f\x96\xe8\x1b\x4b\x54\x03\x60\xf7\x2f\x53\xf3\x65\x6a\x36\x49\x29\xe9\x37\xa6\xa6\x5a\x48\xfc\x32\x35\x40\x50\xdb\x1d\x70\xa0\xa4\xd8\xda\xf0\x65\x6a\x22\xa5\xbe\xe2\x17\x7e\x99\x9a\x2f\x53\xb3\xb9\x99\x7c\xc4\xd4\xd4\x57\x71\xb7\x53\x9a\xc2\xf7\x24\x5d\x92\xde\x2e\xcb\x13\x98\x1a\xa0\xa9\x5d\x11\x40\xd3\x0e\x34\xad\xaf\x34\x2e\xa0\x29\x29\xb6\x3b\x00\x4d\x3b\x82\xb4\xbe\xd2\x42\x10\xa4\xa4\xd8\xee\x80\x20\xed\xa1\x41\xef\xcb\x92\x5f\xde\x0c\x34\xd4\x76\x07\x68\x28\x29\x57\xda\x38\x34\x94\x94\xfa\x52\x95\xac\x0f\x34\xd4\x0e\x08\x68\x28\xb9\x2f\x93\xa6\xf0\x99\x71\x5d\x99\xe9\x7c\xcd\xb8\xa0\xa1\xf5\xa5\x7a\xd1\x2f\xc1\x41\x8b\x8d\x12\x5f\x0b\x1a\xd0\xd0\xfa\x52\x6f\x8c\x14\x34\xb4\x5a\xb1\x84\x86\x76\x68\x68\xb5\x52\x08\x0d\xed\xd0\xd0\x2b\x5e\x20\x34\xb4\x43\x43\xab\x45\x3b\x68\x28\x29\x57\xbc\x40\x68\x68\x87\x86\xd6\x57\x5c\x2d\x68\x28\x29\x57\xb6\x9d\x41\x43\x3b\x34\xb4\x5a\xc8\x83\x86\x92\x72\xa5\x3b\x43\x43\xc9\x33\x28\x43\x43\x49\xa9\xaf\x0c\x46\xd0\x50\x52\x2e\x25\x60\x56\xa0\xa1\xd5\xa2\x1d\x34\x94\x94\x9c\x46\xd2\xa1\xa1\x1d\x1a\x5a\x5f\xb7\x21\x18\xd0\x50\x12\x1c\x75\x40\x43\xc7\x4b\xd3\xba\x07\xfd\x11\x4c\xf4\x96\x27\x1b\xbf\x7d\x10\xda\x40\x8e\x92\x72\xdd\xd3\xa0\x81\x1c\x25\xa5\xbe\xee\x41\x6e\x04\x23\xbd\x65\xe6\xb2\xe4\x28\x0b\xa6\xe3\xf5\xb4\xbc\x9e\x9f\x9e\xf2\xa4\xe5\xdd\x93\x99\x81\x1c\x25\xe5\xba\xdf\xd0\x40\x8e\x92\xfb\x97\x2d\x69\xf2\xa1\xe5\xb5\x94\xe6\x94\x8f\xa7\xe5\x75\x77\x93\x0f\x2d\xef\x4c\xd6\xd2\xf2\xc6\xeb\x69\x79\xdd\x13\xa6\xb4\x64\xf7\x4c\x76\xcf\x27\xbb\xcb\xd1\x78\x7e\xfa\x96\xf6\xce\x65\xdb\x9d\x74\x29\x81\x11\x53\x45\x5f\x4a\x90\x11\xb3\xe6\x0c\xea\x01\x30\x25\xe5\x3a\x53\x82\x4b\x76\x2f\x87\xe3\xbd\xdc\x4d\xde\x8c\x98\x67\x4a\x90\x11\x73\x00\x4c\x6b\x0e\xa6\x1e\x00\x53\x52\x72\xf2\xcb\x00\x98\x12\x4e\xd0\x00\x98\x92\x52\x73\x4e\xf4\x00\x98\x8e\x40\xa5\x9c\xa0\xf1\xea\x9e\xa9\xeb\x94\x92\x22\x0c\x0f\xd0\x75\x2e\x49\x1e\xa0\x4f\x64\xf5\x75\x20\x47\x49\xb9\xae\x64\x6d\xc8\xae\x53\xb8\xb2\x88\x3a\x60\xa2\x03\x26\x5a\xcb\x96\x8c\x4c\x2f\x46\x33\xbe\x52\xd2\x34\xe3\x01\x13\xad\x59\xf7\x1c\x30\xd1\x01\x13\xad\x59\xaa\x1c\x30\xd1\x01\x13\xad\x39\x46\x76\xc0\x44\x07\x4c\xf4\xba\x52\x23\x1f\x97\x7d\x14\xff\xcc\x6b\xf8\x28\xbe\xe1\x51\x4b\xfd\x78\x0d\x1f\xe5\xf2\x52\x3f\xca\x65\x78\xd4\x52\x3f\xca\x95\xf5\xbb\x5a\xbc\xc1\x8f\x56\x93\xf3\x9b\x73\x42\xce\x08\x32\xfa\xfb\x01\x13\xad\xc5\x1b\xfc\xca\x9b\x51\xb4\xe7\x01\x5f\x79\xcb\x27\x81\x9c\x9a\x33\x60\xa2\xa4\xd4\xa2\x13\x7f\x65\xd7\xc0\xda\x53\x97\x5f\xd9\xfd\xaa\xcb\xcb\xdd\xd4\x65\x76\xa7\x5e\xba\xc7\x57\x09\xbe\x5a\xaf\x37\xf8\xd5\x7a\x33\xd8\xe6\x10\x9e\x81\x26\x1d\x68\xd2\xeb\x9e\x6b\x0c\x34\xe9\x40\x93\xd6\x1c\x30\x3a\xd0\xa4\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\xb3\xb0\x3a\xe0\xa2\x84\xdf\x39\xe0\xa2\x03\x2e\x5a\x73\x78\xe8\x80\x8b\x12\x7e\xe7\x80\x8b\x92\xd2\x6f\x4f\x7f\xc0\x45\x49\xa9\xc1\xf3\x07\x5c\x74\xc0\x45\xfb\x3d\xbe\x0f\xb8\xe8\x80\x8b\xd6\x2a\x6f\x2c\x1d\x5c\xb4\xbf\x52\x02\x96\x0e\x2e\x5a\xb3\xe6\x3b\xe0\xa2\xa4\x64\x2f\xd9\x80\x8b\x0e\xb8\x68\xad\xaf\x54\x48\x53\xaa\x0c\xa2\x71\x6c\x07\x5c\x74\x40\x43\x6b\x58\xfc\x81\x0d\x1d\x85\x91\xca\x3a\xf0\x28\x8c\x14\x10\xb4\x3f\x97\xc9\xef\xe9\x09\x55\x9a\x27\x9c\x9e\x90\x62\x9d\xcf\x13\x14\xab\xa6\x92\x98\x1a\x20\x68\xce\x42\x1a\x40\xd0\x81\xf0\xac\x81\xe5\x07\xc2\x73\x20\x3c\x6b\xce\xff\x1b\x08\xcf\x81\xf0\xec\x25\x97\xe9\xcf\x91\x52\x73\xa0\xdd\x08\xee\x79\x8b\x1a\x49\xe9\x87\x1a\xd1\xed\xeb\x91\xcc\xe9\xf6\x08\xcf\x78\xe2\x03\xe1\x49\xee\xcb\x52\xe7\xd9\x56\x4a\x78\xe2\x03\xe1\x39\x10\x9e\xb5\x66\x10\x42\x78\x12\x9e\xf8\x40\x78\x92\xd2\x6b\xb2\x36\x65\xcd\x88\x19\x86\x7c\x20\x3c\x49\xe9\x31\x35\x08\x4f\x72\x5f\x26\xed\x94\x96\xb7\x50\x53\x6f\x4c\x0d\x9a\xb3\xd6\x96\x34\xa6\x06\xce\xd9\x55\xe5\x52\xbd\xcb\x43\x33\x2e\xc0\x39\x49\xe9\x35\x05\x5d\x1e\xca\x48\xe5\xd4\xb7\x81\xd3\x1c\xe5\x39\xd1\x33\x06\x0e\xa7\x39\xc2\x66\x9a\x4c\x8c\xf2\x96\x11\xb6\xac\xea\x46\x6c\x59\x79\x0e\xdd\x4c\x7f\xc6\x69\x0e\x9c\x66\x0d\xe3\x3d\x70\x9a\xa4\xf4\xed\xb7\x4f\x67\x19\x30\xce\x01\xe3\xac\x59\xba\x1d\x30\x4e\x52\xfa\xed\x6e\x0f\x18\xe7\x80\x71\xd6\x1c\x6e\x34\x60\x9c\xa4\xf4\xcd\xf3\xf3\xce\x21\x9b\x35\x2b\xbc\x03\xb3\x49\x4a\xdf\xf2\x00\x1d\x19\xb3\x59\x73\x96\xcf\xc0\x6c\x92\x92\x4d\x96\x03\xb3\x49\xee\xcb\x7a\xd2\x4e\x69\xa9\xb0\xdb\x95\x1c\x55\x7f\x87\x76\xd6\x1c\xf9\x33\xa0\x9d\xa4\xf4\x8c\x1b\xc1\x3c\x6f\xf1\xd0\x3d\x3f\xd5\xdf\xa1\x9d\x5d\x3e\xf4\x77\x68\x67\xcd\x79\x39\x03\xda\x49\x4a\x97\x0f\xfd\x1d\xda\x59\x73\x84\xcd\x80\x76\x92\xd2\xe5\x83\x9f\x02\xed\xac\x39\xd8\x65\x40\x3b\x49\xe9\x7b\x49\x92\x87\xea\xdb\x39\xb7\x63\x60\x36\x47\x38\xcd\xd2\xf7\x3c\xe0\x72\xb7\xeb\xb9\x5b\x32\xc2\x8d\xc0\x6c\x66\xea\x39\x30\x9b\x03\xb3\x59\xb7\xb8\x38\x98\xcd\x51\x73\xf8\x6f\x57\xf8\x1c\xfe\x3b\x30\x9b\x35\x0b\xe3\x03\xb3\x49\x4a\xce\xfc\x1a\x98\x4d\x52\xb2\x11\x75\x60\x36\xc9\xfd\xcb\x54\x2f\x37\x02\xb3\xd9\xd5\x47\x97\x8f\xee\xfd\xc5\x29\xc1\x6c\x92\xd2\x8f\x34\x9a\x2e\x6b\xfd\x39\x21\x35\xa5\xea\x53\x5a\xb2\x1b\x4b\x54\xfb\x93\xdd\x8c\x5f\x21\xc6\x47\x38\xcf\x47\xcc\x94\x07\xda\x93\x94\x7e\xa4\xa0\xc3\x9b\xe7\xe2\x67\x69\x7f\xd4\x21\xbb\xec\xda\x91\x12\xb0\x6b\x95\x5d\xcb\xd2\xfe\xa8\xec\x5a\x65\xd7\x62\xc3\x2a\xbb\x86\x1d\xad\x21\xc6\x07\x76\x94\x94\xec\xa5\x1d\x95\x75\xaa\xac\x53\x80\xee\x51\x59\x27\x88\x69\xd7\x18\x58\x27\x38\x69\xcd\xde\x81\x01\x27\x25\xa5\x6b\x0c\xcc\x0e\x9c\xb4\xe6\x44\x8e\x01\x27\x1d\x70\xd2\x9a\x83\x1f\x06\x9c\x94\x94\xde\x24\xf9\x29\xa7\x67\xd7\x4f\x39\x3d\x70\xd2\xde\x24\xc9\x08\xa7\x67\xd7\xb3\x38\x3d\x78\xd1\x1e\x03\x8b\x17\x1d\xd8\xd0\xba\xeb\x0b\x2c\x11\x12\xb4\x86\xc8\x1f\x48\x50\x52\x7a\x8c\xee\xc6\xd4\x6c\x4c\x4d\xf6\x09\x8c\x8d\xa9\xd9\x98\x9a\x18\xdd\x8d\xa9\x01\x8c\xd6\x40\xde\x03\x30\x4a\x4a\xce\x8a\x1b\x80\xd1\x01\x18\xad\x09\x26\x30\x00\xa3\xa4\xf4\x4c\x14\x00\xa3\x63\x63\x6a\xf6\xb8\x7c\x1b\x53\xb3\x31\x35\xe9\x45\x1b\x53\x83\x0e\xad\x61\x9a\x07\x3a\x94\x94\x9e\x5e\xb4\xb1\x21\xe8\xd0\x1a\xd2\x77\xa0\x43\x89\x2f\x33\x03\x1d\x3a\xd0\xa1\x35\xa0\xed\x40\x87\x92\xd2\xd3\xd9\x36\x36\x04\x1d\x5a\x83\xcb\x0e\x74\x28\x29\x5d\x3e\x98\x15\x28\x68\xdd\xe3\x1a\x42\x41\x49\xe9\xa7\x24\x0f\x65\x43\xc2\x9f\x0e\xf0\xe6\xc0\x56\xd6\x40\x9e\x03\x5b\x39\xb0\x95\x35\x10\xdf\xc0\x56\x0e\x6c\x65\xcf\x68\x85\xad\x1c\xd8\xca\x7a\x64\x14\xc0\x56\x92\xd2\xd3\xed\xb1\x95\x63\xcb\x16\xcf\x1a\xce\x79\x04\xb4\xbc\x45\x51\xf3\x1a\x74\x1a\x6c\x65\x0d\x77\x37\xb0\x95\xa4\xf4\x4c\x3c\xb0\x95\x03\x5b\x59\x73\x22\xfd\xc0\x56\x92\xd2\x55\xb9\xee\x86\xad\xcc\x57\xae\x81\xad\x24\xa5\x86\x94\x1b\xd8\xca\x01\x9a\xec\xe9\xf6\xa0\x49\x72\x5f\x26\xcd\x9b\x09\x15\x92\xf3\x04\xc7\x36\x65\x77\xca\xee\x9e\x52\x4d\xd9\x9d\xb2\x2b\x6b\x4f\x76\x55\x65\x8c\x2f\xb6\x92\xe4\x34\xa7\x81\xad\x1c\xa0\xc9\x1e\xef\x19\x34\x39\x40\x93\xf5\x48\x8f\x01\x4d\x0e\xd0\x64\xef\xbf\xbd\x61\x6d\x60\x2a\xc7\xae\xfd\x04\xb6\x1b\xbb\xf6\x83\xa9\xcc\x51\x85\x03\x53\x49\x4a\xef\xae\xda\x25\xa9\xad\x98\x61\x4c\x25\xa9\xaf\x38\xd7\xbb\x26\xb5\x9b\x3e\x07\xac\x1b\xbb\xe9\x73\xa4\xbe\xe2\x5c\xef\x1c\xd8\xdd\xf4\x39\xb0\xdd\xd8\x4d\x9f\x23\xf5\x15\xc7\x7f\x37\x7d\x46\x63\xd6\xe0\x71\x03\x8e\x39\x82\x63\xfa\x8a\x37\xe0\x98\x03\x8e\x59\x03\xb6\x0d\x38\x26\xf1\x15\x6f\xc0\x31\x07\x1c\xb3\x06\x6c\x1b\x70\x4c\x52\x5f\x31\x92\x70\xcc\x01\xc7\xac\xd9\x01\x33\xe0\x98\xa4\xbe\xe2\xf8\xc3\x31\x89\xef\x7f\x03\x8e\x49\x4a\x0d\x01\x36\xe0\x98\x23\x38\x66\x7d\x65\x2e\x00\xc7\x1c\xbb\xd1\xeb\x48\x8f\xdd\x8d\x5e\x91\x1a\xde\x60\xec\x46\xaf\xfd\xe9\x75\x99\x2c\xa2\x36\x47\x48\xcd\xfa\x8a\x03\xb7\xeb\x75\xfb\xd3\xeb\xd2\x77\x76\xbd\x2e\xe2\x0b\xe3\xd8\xf5\xba\xfd\x39\xd8\x3a\x7d\x07\xdc\x49\x7c\x61\x1c\xbb\x4e\xb1\x3f\xed\x33\xd3\x51\xbc\xe7\xc0\x7b\xd6\xe6\xcd\x18\x49\xf0\x9e\x35\x1b\x48\x06\xde\x73\xec\x1f\x99\x4b\x25\x99\x3e\xe3\x3d\x6b\x36\xb3\x0f\xbc\x27\xa9\xaf\xe7\x97\x32\xf7\x71\xce\x73\x2c\x07\xde\x73\x84\xf7\xac\xaf\xea\x97\xde\x8c\xe9\x73\xb6\xa4\x0f\xbc\x27\xa9\xaf\xea\x97\x2a\xce\xf4\x39\xdb\xcf\x07\xde\x93\xf8\xfc\x39\xf0\x9e\xa4\x06\xa7\x18\x78\x4f\x52\x6a\x76\x70\x0c\xbc\x27\xf1\x45\x74\xe0\x3d\xc9\x7d\x59\x5a\xb4\xe9\x73\xe0\xce\xfa\xca\xfc\x00\xdb\x39\x20\x98\x35\xfb\xca\x07\x04\x73\x04\xc1\xf4\xe1\x74\x40\x30\x07\x04\xb3\x06\x49\x1f\x10\x4c\x52\x73\x44\xe7\x80\x60\x8e\x63\x57\x47\xe9\xba\xe1\x31\x6f\x49\x1d\x6d\x25\x49\xa9\x23\x08\x66\xcd\x5e\xf0\x01\xc1\x24\x35\xa8\xc7\x80\x60\x92\x1a\xac\x63\x40\x30\xc9\xfd\xcb\xe4\xcd\xb8\x17\x04\xd3\xd7\xda\x01\xc1\x1c\x10\xcc\x9a\xdd\xdb\x03\x82\x39\x82\x5d\xd6\x57\x9c\xe2\xc3\x5c\x19\x82\x59\xb3\x19\x7a\x40\x30\x89\x4f\xae\x03\x82\x39\x20\x98\x35\x9b\xa1\x07\x04\x93\xd4\x1c\x3c\x3a\x20\x98\xe3\x78\x4e\x10\xcf\xc8\x0a\xc1\x24\xf5\xa5\x76\x19\xa9\x83\x91\xca\x7e\x90\x71\x30\x52\x07\xeb\x13\xf3\x8d\xca\x1c\x07\xeb\x93\xfd\x20\xe3\x60\x7d\x0e\xd6\x27\xde\xee\xc1\xfa\x80\x37\x6b\xf6\x0d\x0f\xf0\x26\xa9\x2f\xef\xca\xf4\x19\xbc\x59\x5b\x86\x6e\xf0\x26\xa9\xaf\x3d\xf9\x60\x7d\xc0\x9b\x35\xbb\x7b\x07\x78\x73\x80\x37\x6b\x8e\xe7\x1f\xe0\xcd\x11\x60\xb3\xbe\xbc\x66\x33\x6a\xf0\x66\xcd\x26\xc2\x01\xde\x24\x35\xa7\xa2\x0e\xf0\xe6\x38\x78\xa3\xd9\x44\x38\x0e\xde\x68\xa4\x06\x91\x19\xe0\xcd\x01\xb7\xac\xd9\xf5\x37\xe0\x96\xa4\xe6\x54\xd4\x01\xb7\x24\xf5\x15\x0b\x0d\xb7\x24\xa5\x66\x67\xdd\x80\x5b\x92\xfa\x8a\xf3\x0c\xb7\x24\xf7\x65\xc9\x9b\xe9\x73\xc4\x97\xf5\x01\xb7\x1c\x00\xc9\x9a\x9d\x75\x03\x20\x49\xea\x4b\x13\xe4\xc7\x02\x24\x6b\xb6\xaf\x0d\x80\x24\xa9\x2f\x4d\xd0\xf4\x19\xf9\x58\xb3\xbd\x6c\x20\x1f\xc7\x61\xfa\x9c\x0d\x21\xe3\x78\x3f\xd7\xb5\xfb\xa7\x19\x2a\x8e\xb7\xbc\xb1\x65\xa7\x97\xca\x96\x45\xea\x2b\x1e\x25\x40\x72\x00\x24\xeb\xa9\x92\xd8\x10\x80\x64\x3d\xb5\x4b\xd6\x21\x52\x5f\x19\x65\x00\x92\x03\x20\x59\xb3\x9d\x62\x00\x24\x47\x63\x09\xda\xdf\x30\x78\x37\x86\x02\x3f\x59\xb3\x61\x64\xe0\x27\x49\x0d\x8d\x34\xf0\x93\x03\x3f\x59\xb3\x3b\x64\xe0\x27\x49\xcd\x39\xb5\x03\x3f\x39\xf0\x93\x35\x7b\x37\x06\x7e\x92\xd4\x40\x4b\x03\x3f\x49\xac\x75\x0c\xfc\xe4\x00\x46\xd6\xec\xb6\x18\xc0\x48\x52\x5f\x71\x90\x81\x91\xa3\xb1\x00\x59\xe6\x1f\x8d\x05\x68\x2c\x40\xaa\xab\xb1\x00\xf8\xc9\x9a\xd5\xf8\x81\x9f\x1c\xf8\xc9\x9a\x45\xdf\x81\x9f\x1c\xcd\xb8\x1f\xa7\x19\x3f\x39\xf0\x93\x35\x2b\x90\x03\x3f\x49\xac\xa6\x0c\xfc\xe4\x68\x26\xb7\x59\x5a\x1c\xcd\xe4\xb6\x5d\xe9\xee\xf1\x86\x9b\xc9\x2d\x7e\xb2\x66\xcd\x70\xe0\x27\x49\x7d\xc5\x9e\xe0\x27\x49\x7d\xc5\x76\xe0\x27\xc9\xfd\xcb\x64\xd7\xb8\x1f\xb1\x36\x33\xf0\x93\xe4\xbe\xcc\xdd\x4e\x69\xe9\x17\x71\x55\xf1\x93\xa3\x71\x0f\xb2\xca\x37\x1a\xf7\xa0\xdd\x2e\xc1\xb3\x36\xd3\x4c\x64\x61\x96\x35\xcb\x77\x03\x66\x49\xea\x2b\x96\x08\x66\x39\x1a\xa3\x90\xe5\xbb\xd1\x18\x85\xc6\x28\x78\xf3\x8c\x02\x1a\xb3\xe6\xac\xfb\x81\xc6\x1c\x68\xcc\x9a\x55\xa2\x81\xc6\x24\x35\x41\x3c\x07\x1a\x73\xa0\x31\xab\xd5\x1c\x34\x26\xa9\xaf\xd8\x3a\x34\xe6\x40\x63\x56\x6b\x32\x68\xcc\x01\xb3\xac\x96\x08\x60\x96\xa3\xf1\x22\xe2\xfb\x36\x5e\x04\xcc\xb2\xfa\x84\x0d\xb3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x24\xcf\x72\x11\x8e\x72\xe0\x28\x6b\xf8\xe2\x81\xa3\x1c\x68\xc8\xea\x6b\x2f\x1a\x92\xd4\x97\x56\xfe\xf5\x6a\xf4\x63\xdf\x62\xd1\x90\xa4\x26\xc8\xe8\x40\x43\x0e\x34\x64\xed\xe5\x4a\xda\x21\x4d\x7e\xf7\x24\x35\x49\xc9\xaf\x4f\xa0\x68\x48\x52\x73\xcc\xf2\x40\x43\x0e\x34\x64\xf5\x21\x13\x0d\x49\x9e\xb5\x2c\x34\xe4\x38\x0d\xdf\x39\x4d\x7e\x9c\x86\xef\xc8\xb3\x96\x75\x9a\xb6\x82\x26\xab\x6f\x70\xa0\x49\xf2\xac\x65\x81\x26\x07\x68\xb2\xfa\x06\x07\x9a\x1c\xa7\x51\x3e\x83\x15\x68\x72\x80\x26\xab\x0f\x58\xa0\x49\xf2\x2c\x5c\x81\x26\xc7\x69\x94\xf7\x65\xea\x34\xca\x47\x6a\x79\x49\x52\x52\xb3\x13\x5f\xa6\xd0\x90\xe4\x59\xdf\x42\x43\x92\x9a\xd3\xa1\x07\x1a\x92\x94\xea\x5b\x12\x1a\x92\xd4\xf2\x72\x33\xf9\x60\x57\x7c\x4b\x82\x39\x0e\x4c\x63\xf5\xed\x04\xd3\x38\x30\x8d\xd5\x7c\x14\xd3\x38\xc2\x34\x3e\x2b\x68\x98\xc6\x81\x69\xac\x3d\xdf\x75\x30\x8d\xa4\x06\x73\x1c\x98\xc6\x71\xea\x82\x3d\x8d\xf0\xd4\x05\x23\x35\x91\x5c\x07\xa6\x91\xdc\x97\xa5\x5c\x26\xbc\x91\x1a\x1a\x72\x9c\x26\xbc\xd0\xc7\xda\x35\x11\xc3\x77\xa4\x96\x0c\xfc\xd0\x47\x52\x8b\x96\x6a\xf8\x86\x3e\x6e\xe6\x6b\xd0\x47\xf2\xac\xee\x9d\xba\x78\xe4\xbe\xcc\xdd\xb4\x90\x99\xec\xc6\x65\x38\x4d\x78\x11\x92\x9b\xf9\x1a\x42\x92\xe4\xc0\xe1\x81\x90\x1c\x21\x24\x6b\x4e\xd0\x1e\x08\xc9\x81\x90\xdc\xcc\xb9\x10\x92\xe4\x59\x16\x44\x48\x0e\x84\xe4\x66\x82\x85\x90\x24\x35\x50\xe6\x40\x48\x92\xb2\xbd\x52\xf6\x84\x05\x7e\xa4\x26\x7a\xeb\x10\x1d\x78\x00\x29\x37\x13\x2c\x20\x25\xa9\x89\xd5\x3a\x80\x94\xa4\x96\xb8\x24\x40\x4a\x72\xff\x32\x45\xd0\xb4\x02\x52\xd6\xf2\x37\x1c\x8c\x3a\x70\x96\x03\x67\xb9\x85\x14\x1f\x38\x4b\x52\x83\x80\x0e\x9c\xe5\x08\x67\x59\x13\xa6\x75\xe0\x2c\x07\xce\x72\x33\x75\xc1\x59\x92\x1a\x2a\x74\xe0\x2c\x07\xce\x72\x33\x4f\xc1\x59\x92\x5a\x62\x11\x70\x96\x03\x67\xb9\x99\x80\xe0\x2c\x49\x2d\x19\xf7\x70\x96\xe4\x59\x6b\xc5\x59\x92\xb2\x99\x0b\xe0\x2c\x47\x38\xcb\x9a\xb0\xaf\x03\x67\x39\x70\x96\x5b\x76\x6e\x0c\x9c\xe5\xb8\x74\x9d\x0c\x8f\x42\x0d\x8f\x6b\xca\x47\x2c\xc2\xa5\x15\x5f\x5a\x71\xc6\x3d\x34\xe6\xb8\x9e\x46\x16\xf7\x12\x8d\x39\xd0\x98\x1b\x2f\x05\x8d\x39\xd0\x98\x9b\x91\x0f\x8d\x39\x42\x63\xd6\x84\x83\x1d\x68\xcc\x81\xc6\xdc\x98\x57\x34\x26\xa9\x45\x46\x0c\x24\x89\xc5\x7b\x5f\x96\x27\x98\x8e\x86\xc6\x7c\x96\x90\xd1\x98\x03\x66\xb9\x31\x88\x30\x4b\x52\x43\xbb\x0e\x98\xe5\xc0\x54\x6e\x2c\x07\xa6\x72\x84\xa9\xac\x65\x97\xe4\x01\x19\x5b\x36\x96\x03\x40\x49\x6a\xc2\xc4\x0e\x31\x74\x07\xbc\x71\xd3\x15\xf1\x8d\xa3\xc7\xa6\x6f\xda\x43\x67\xd3\x23\xb5\x1c\x92\x2e\x49\x9e\x90\xd7\x85\x56\x1c\x5d\xff\xcc\x6c\xb1\xeb\x9f\x5d\x57\x51\x71\x22\xd1\x92\x9a\x88\xb1\x03\xc0\x48\x6a\x4e\xae\x1f\x42\xcd\x92\xb2\xfd\x35\xed\x90\x26\x1f\x47\x92\xe4\xc3\x09\xdb\x4f\x9a\x86\x8f\x69\xdc\x12\xaf\x75\x60\x1a\x07\xa6\x71\x4b\x38\xd0\x81\x69\x1c\x5d\x53\x3a\x24\xb9\x6c\x78\x6a\xac\x30\xa6\x91\x3c\x8b\xfb\x98\xc6\x81\x69\xdc\x4a\xac\x30\xa6\x91\xd4\xe7\xa1\xac\x70\xd7\x30\x13\x82\x72\x74\x0d\xb3\x6b\x98\xf1\xe8\x61\x8e\xa4\xe6\x84\xfb\x21\xce\xea\x40\x3e\x6e\x16\x91\x91\x8f\xa4\xe6\x84\xfb\x81\x7c\x1c\xc8\xc7\xad\x66\xf8\x42\x3e\x0e\xfc\xe2\x96\x43\xde\x07\x7e\x71\xe0\x17\x37\xab\xb2\xf8\xc5\x01\x56\xdc\x6a\x3c\x48\xb0\xe2\x00\x2b\x6e\xd6\x56\xc1\x8a\xa4\xe6\xc4\xfc\x01\x56\x1c\xe3\xaf\xd1\x47\xee\x26\x87\x42\x1c\x28\xc4\xad\xc6\xad\x44\x21\x92\x5a\x5c\xc6\x91\x07\x26\x6e\x09\x67\x34\x80\x89\x63\x08\xe2\x13\x42\x74\x0c\xdf\xf9\x86\x57\x9d\x7e\x39\xbc\x6a\xfc\xe2\x66\xc5\x11\xbf\x38\x06\x1b\x17\x3f\x10\xbf\x38\xf0\x8b\xdb\x16\xfb\x8f\x5f\x24\x35\x47\xf7\x0f\xfc\xe2\xc0\x2f\x6e\x5b\x0c\x3b\x7e\x91\x3c\xfb\x33\xf0\x8b\x63\xb0\x71\x16\x28\x07\x1b\x37\xd8\xb8\x7c\x99\xc3\x2f\x8e\xc1\xa0\x6d\x31\x8f\x22\x52\x92\x67\x1b\x87\x88\x94\xe4\xbe\x4c\x9a\x92\xb2\x7b\xa7\x07\x28\xa9\xc6\x9a\x33\xa2\x07\xcc\x71\xc0\x1c\x37\xcb\x8c\x30\xc7\x01\x73\xdc\x12\x05\x62\xc0\x1c\x07\xa6\x71\xdb\x54\x89\xd7\x8f\x69\xdc\x72\x1e\xfe\xc0\x34\x0e\x78\xe1\x96\x13\xe6\x07\xbe\x70\xa0\x04\xb7\x9c\x46\x3e\x50\x82\xa4\x26\x24\xef\x10\x11\x71\x00\x07\xb7\x3d\x75\x02\x1c\x1c\x93\xd9\xc8\xa1\xd0\x63\x32\x1b\x93\xd9\xc8\x10\x3e\x99\x0d\x7c\xe1\x96\x23\x9b\x07\xbe\x90\x3c\x1b\x54\xa6\x56\x82\x2f\xdc\x72\x06\xf2\xc0\x17\x92\xaa\x03\xe3\x0b\xc7\x34\xac\xe7\xc0\xe3\x31\x0d\xeb\xd3\xb0\x9e\x29\x15\xbe\x70\xe0\x0b\xb7\x1c\x47\x3c\xf0\x85\xa4\x26\xa2\xef\xc0\x17\x92\x9a\x88\xbe\x03\x5f\x38\x80\x83\x5b\xce\xe8\x1d\xc0\xc1\x81\xe1\xdb\xac\xd5\x80\xf8\x06\x62\x6f\xdb\xfb\x6f\x1f\xb3\x36\x00\x7d\x63\x32\x3e\xe9\x2e\x82\x16\x0e\x40\xdf\x96\x13\x36\x07\xa0\x8f\x3c\xbb\x66\x00\x7d\x03\xd0\xb7\x1d\x71\x63\x01\x7d\xa4\x26\xea\xef\x00\xf4\x0d\x40\xdf\x96\x33\x31\x07\xa0\x8f\xd4\x84\xfd\x1d\x80\x3e\x52\x13\xc1\x62\x00\xfa\x48\xd9\x0e\xcd\x80\x6f\x37\xf9\x76\x99\x49\x01\xfa\xc8\x7d\x59\xf2\xc6\x46\x4d\x36\x2a\xe6\x13\xd0\x37\x00\x7d\x5b\xce\x98\x1c\x80\x3e\x62\x61\x16\xd0\x37\x96\xb1\x23\x53\x30\x40\x1f\x29\x9b\x95\x22\x21\x08\xc7\xd2\x08\x32\x8f\x02\xf4\x8d\x25\x76\x49\x8e\x7b\x1c\xcb\x62\xc6\xe2\xb4\xc5\xee\x0a\x25\x38\x00\x7d\x5b\xce\xd7\x1d\x88\x3d\x52\x13\x96\x63\x20\xf6\x48\x4d\x24\xde\x81\xd8\x23\xf7\x2f\xa5\x1d\xd2\xee\x72\xda\x0a\x24\x98\xe0\x48\x30\xc1\xb2\xe5\x54\xc8\x21\x9a\x20\xa9\x89\xd4\x31\x40\x7c\x03\xc4\xb7\x1d\x31\x01\x28\xbe\x11\x8a\xaf\xb2\xe2\x28\xbe\x81\xe2\xdb\x02\xe7\x0e\x14\x1f\xa9\x89\xa0\x3b\x50\x7c\x03\xc5\xb7\x59\xb1\x42\xf1\x91\x67\x63\x11\x8a\x6f\xa0\xf8\xb6\x1c\x01\x39\x50\x7c\xa4\xd6\xb8\x08\x28\x3e\xf2\xec\x35\x42\xf1\x91\xfb\x97\xb9\x1b\xc3\x16\x8a\xaf\x1a\x60\x50\x7c\x03\xc5\xb7\x1d\xf9\x48\x89\xe2\x1b\xa1\xf8\x6a\x22\xf2\x0e\x14\xdf\x58\x4f\x0b\xcf\xa0\x8e\xe2\x23\xb5\x6a\x1e\x5a\xf8\x7a\x5a\x78\x3a\xac\xd8\x83\xa4\x26\x26\xef\x10\x7b\x70\xac\xa7\x85\xe7\xd3\xdd\xd2\xc2\x23\xb5\xc6\xc1\xc6\xff\x91\x9a\x53\x33\xc6\xd2\xc2\xd7\xd3\xc2\x33\x32\x41\x02\x49\x4d\xb4\x91\x01\x09\x24\xf7\x65\xee\x76\x4a\x4b\xe1\x33\x6d\x80\x04\x8e\xf5\xb4\xf0\x98\x5c\x48\x20\xa9\x55\xdb\xf5\xd1\x62\x2d\x0f\x8d\xa5\x5f\x3e\x3e\x46\x9e\xbd\x57\xcb\xc7\xc7\xb5\x14\x3e\xf6\x70\x2d\x85\x5f\x29\x7c\xdc\xf6\xb5\x14\xfe\xad\xf0\xb1\x60\x01\x10\x1f\xa9\x55\x13\x67\xfa\xd7\x13\x57\x29\xfd\x7b\xf9\x46\x19\xa9\x35\xde\xfd\xb2\xeb\x07\xad\xb8\xe5\xfc\xb7\x81\x56\x1c\xc1\x10\x6b\xa2\xa3\x0c\x18\xe2\x58\x9c\xd9\x1c\x8a\x36\x16\x67\x36\x18\x62\x4d\x54\x92\x01\x43\x24\xf7\x65\xa9\x4b\x6b\x2b\xeb\xb3\x72\x59\x8a\x90\xa3\x45\x06\x5a\x71\x6b\x7a\x11\x9f\x37\x52\xab\x66\x6f\x54\x8a\xd4\x1c\xdf\x31\xd0\x8a\xe4\xfe\x65\x4a\xca\x0d\x0e\xad\x58\xab\x9e\xc0\x0d\x5e\x5f\x91\x7d\x5e\xee\xa6\xff\x7d\x93\x0f\x3d\xe1\xfb\xe4\xe3\xed\xb2\x3b\xbb\x08\xc6\x11\x82\xb1\x26\x14\xca\x40\x30\x0e\x04\xe3\x96\xd3\xc3\x06\x82\x91\x3c\x3b\xdb\x10\x8c\x03\xc1\xb8\x05\xa4\x1e\x08\x46\x52\x13\xda\x76\x20\x18\x07\x82\x71\xcb\xa9\x5c\x03\xc1\x48\x6a\x02\xd9\x0e\x04\x23\xa9\x39\x5a\x64\x20\x18\x49\xd9\x72\x7c\xd5\x40\x30\x8e\xa0\x89\x35\x67\x87\x0c\x68\xe2\x80\x26\x6e\x39\xbe\x6a\x40\x13\x47\xd0\xc4\x9a\x58\x2b\x03\x9a\x38\xa0\x89\x5b\x78\xe8\x01\x4d\x24\x35\x51\x6a\x07\x34\x71\x40\x13\xb7\x1c\x1b\x35\xa0\x89\xa4\xe6\x24\x92\x01\x4d\x1c\xd0\xc4\xcd\xaa\x1a\x34\x91\x3c\xdb\xfa\xa0\x89\xe4\xd9\xc2\x07\x4d\x24\x65\xb3\x0e\x06\x4d\x1c\x6f\x56\x36\x66\x00\x9a\x38\xa0\x89\x9b\x75\x30\x68\x22\x79\xb6\xf0\x41\x13\x07\x34\x71\x0b\xb6\x3c\xa0\x89\xa4\x26\x34\xcc\x80\x26\x8e\x37\xf3\xd9\xfe\x86\x78\x62\xe3\xcd\xba\xbe\x59\xd7\xb8\xf9\x6f\xd6\x15\xe0\xb8\x35\x25\x64\x4a\xdf\x3c\xbd\xf0\xca\xe3\xcd\xd3\x7b\xb3\x9b\x4f\x92\xe2\xb0\x9b\x39\xbe\x78\xa0\x19\x47\x08\xc6\x9a\x08\xb7\xe3\x6d\xd1\x06\xcd\xb8\xe5\x78\x9d\x81\x66\x24\xcf\x86\x41\x34\xe3\x40\x33\x6e\x39\x5e\x67\xa0\x19\x49\xad\x31\x61\x68\x46\x72\x5f\xe6\xa7\x53\x5a\x46\xaa\x98\xb0\xb7\x8f\x43\xa0\xc7\x2d\x47\xee\x0c\xd0\x23\xa9\x39\x68\x66\x80\x1e\x49\x4d\xd8\x9c\x01\x7a\x24\x65\xb3\xd8\x05\x7a\x24\x35\xc1\x70\x07\xe8\x91\xdc\x97\x25\xbb\xcc\xeb\x9b\x79\x55\x50\xe6\x35\xb1\x25\xef\xcb\x52\xbd\x76\x43\x44\x6a\x55\xd0\xf9\x64\x57\x55\xc6\xd2\x61\x23\x47\x78\xc8\x9a\x10\xb9\x43\xf0\xc9\x81\x8d\xdc\x12\x4a\x7b\x60\x23\x49\xad\xea\x83\x15\x7e\xb3\xc2\x39\xa2\x66\x08\x52\x49\x6a\x55\x1f\xac\x30\x84\x72\xcb\x01\x32\x03\x42\x39\x20\x94\x5b\xc8\xef\x01\xa1\x24\x35\xf1\x75\x07\x84\x72\x40\x28\xb7\x9c\x2a\x32\x20\x94\xa4\xe6\x30\x9e\xf1\xb6\x52\xf4\xf6\x99\xe1\x64\x4e\x7c\x66\x78\xb3\xcc\x31\xfd\x6f\x96\xf9\x9d\xef\xd5\xdb\xc9\x9c\xf8\x5e\xfd\x66\x99\xe3\xd0\xbe\x59\xe6\x37\x93\x1b\x40\x7c\xbc\x99\xdc\x37\x93\xeb\x65\x31\xb9\x6f\xf6\x35\x34\xf8\x78\xb3\xaf\xc1\x36\x6b\xf5\xb2\x7c\xd5\x86\x6d\x6e\x39\x47\x62\xc0\x36\x49\x4d\xe0\xdd\x01\xdb\x1c\xb0\xcd\x2d\xc7\x30\x0c\xd8\x26\xa9\x89\xbc\x3b\x60\x9b\x03\xb6\xb9\xe5\xb4\x84\x81\xcb\x24\xcf\x9e\x55\x5c\xe6\xc0\x65\x6e\x67\x2c\x38\x2e\x93\xd4\xc4\xdb\x1d\xb8\x4c\x52\x6b\x5e\x33\x2e\x93\xdc\xbf\xcc\xdd\x18\xce\xc8\xb3\xdb\x15\x97\x39\x00\x97\x5b\xce\x37\x18\x80\xcb\xf1\x61\x38\xd3\x1a\x3e\x0c\x27\xe0\x72\x0b\x85\x3d\x00\x97\xa4\x9a\xdc\x02\x2e\x07\xe0\x72\x0b\xf4\x3f\x00\x97\xa4\x26\x58\xef\x00\x5c\x8e\x0f\xc3\x19\x9a\x7f\x7c\x18\xce\x0f\xc3\x99\x0f\x4c\x18\x4c\xf2\x6c\xc4\xc5\x60\x92\xfb\x97\x79\x00\xc3\x19\xa9\x89\xcd\x3b\x30\x98\xe4\xbe\x2c\x15\x62\x92\xfd\x61\x5f\xbb\x5f\x5e\x92\x14\x3e\xdd\x19\x83\x39\x3e\xdc\xd3\x8c\xe6\x18\xcc\x81\xc1\xdc\x02\xb9\x0f\x0c\x26\xa9\x5b\x66\x2f\x18\xcc\xf1\xb9\x44\x8d\x4b\xbb\xff\x58\x2d\x0b\x83\x59\x13\xdd\x6a\x60\x30\x07\x06\x73\xb3\x18\x89\xc1\x24\x35\x41\x75\x07\x06\x93\xd4\x2d\xa3\x39\x06\x93\xdc\xbf\x4c\x49\xb9\xa7\x91\x9a\x40\xbb\x03\x83\x49\xee\xcb\x92\x0f\xd6\x38\x52\x73\x7a\xd5\xc0\x60\x8e\x27\xc6\xe7\xa9\xd1\x80\x51\x22\x35\x41\xb0\xc6\xa7\x3f\xd9\x8d\x41\x3a\x35\x1a\x8b\x6a\x9f\x2c\xaa\xf9\x84\xf1\xb1\xa8\x86\xe8\xdc\x4e\x8d\x86\x6d\x8f\xd4\x44\xd6\x1d\x88\xce\xf1\x79\x42\xf7\x65\x4e\x83\xe8\x1c\x88\xce\xed\xf2\x54\xd6\x32\x52\x73\x3e\xd6\x40\x74\x0e\x44\xe7\x76\xb9\x1d\x93\x17\x8a\xf3\xd9\x96\x2d\xee\xe7\x10\xf7\x73\x0b\xcf\x3a\xc4\xfd\x24\x35\xb1\xb5\x86\xb8\x9f\x43\xdc\xcf\x2d\xf0\xea\x10\xf7\x93\xd4\x2d\x5e\xb7\xb8\x9f\x43\xdc\xcf\x2d\x68\xe9\x10\xf7\x93\xd4\x84\xef\x1d\x90\xd1\xf1\x04\xf4\xb4\x50\x2a\xa2\x27\xa9\x9b\x7c\xb0\x82\xc8\xd2\xed\x62\x1b\x58\xc1\x90\xa5\xd5\x07\x1c\x64\xe9\x40\x96\x6e\x97\x4e\xcf\x0a\x46\xea\x56\xff\x86\xb1\x1b\x78\x3a\x80\xa7\x9b\x65\x4e\xe0\x29\xa9\x89\xf0\x3b\x80\xa7\x03\x78\xba\x85\x35\x1c\xc0\x53\x52\x37\x85\x66\x24\x23\xcf\xd6\x75\x41\x3e\x49\xd9\x72\x64\xf2\xc0\xa2\x92\x9a\x20\x63\x03\x8b\x4a\xee\xcb\xdc\x4d\xdd\xc4\x7d\x4d\x90\xb1\x81\x45\x1d\x58\xd4\x2d\x84\xdf\xc0\xa2\x8e\xb0\xa8\xcf\x46\x78\x2c\xea\x00\x99\x6e\x39\x93\x79\x80\x4c\x49\x4d\xf8\xde\x01\x32\x1d\x20\xd3\x2d\xf0\xfc\x00\x99\x92\x67\xbf\x3c\xc8\x74\x20\x4a\x37\x48\x19\xa2\x94\x54\x1f\xb7\x10\xa5\xe4\xbe\xec\x48\xda\x29\x2d\x45\xc8\xb7\x7f\x44\xe9\x40\x94\x6e\x30\x33\x44\xe9\x08\x51\x5a\x7d\x03\x43\x94\x0e\x44\xe9\x76\x65\x0c\x42\x94\x92\xba\x65\x26\x80\x28\x1d\x88\xd2\xcd\x12\x2f\xa2\x74\x84\x22\xad\x89\xf2\x3b\xc4\x1f\x1d\x88\xd2\x0d\xca\x85\x28\x25\xcf\x96\x7f\x44\x29\x79\xb6\xf7\x23\x4a\x49\xd9\x90\x51\x88\x52\xf2\x6c\xef\x47\x94\x92\xfb\xb2\xe4\x83\x2d\x8d\xd4\x44\xf4\x1d\x82\x8d\x0e\xa8\xe8\x66\xa9\x19\x2a\x3a\xbe\x4f\x24\xc6\x58\x49\xa8\xe8\x80\x8a\x6e\x96\x78\xa1\xa2\x23\xa8\x68\x4d\x94\xdf\x01\x15\x1d\x50\xd1\x0d\xad\x01\x15\x25\x35\xb1\xde\x06\x54\x74\x7c\x45\x10\xb7\x76\xfb\xb5\x25\x36\xa8\x68\xcd\xf1\x75\x03\x2a\x3a\xbe\xe3\xeb\xb2\x14\xf5\x76\xf5\x6e\x49\x25\x65\x7c\x84\x8a\x92\x07\x47\x80\x8a\x92\xfb\x97\xd2\xe4\x23\xde\x5d\xc2\xf7\x0e\xa8\x28\x29\x9b\xe5\x5c\xa8\x28\xa9\x89\x12\x37\xa0\xa2\xe3\x3b\x45\xd2\x54\x71\x5c\xb9\xc8\x03\x37\x04\x25\x7d\xe4\xbe\xec\xf8\xe9\xf7\x13\x51\x3a\x1f\xa2\xb4\xdf\x29\x4d\x8a\xa6\x75\xf7\xab\x89\x28\x9d\x4f\xfc\xd1\xa0\x07\x53\x00\xd2\xf9\xd2\xb4\x8e\xdc\x2b\x4d\x6b\xbe\x34\xad\x7e\x97\x7d\xbe\xd2\xb4\x48\xcd\xd7\xd5\xf9\xca\x30\x3d\x21\xa3\x5b\x08\x85\x09\x19\x25\x75\xbb\x07\xf8\x09\x19\x25\x35\x61\x77\x27\x64\x74\xc2\x43\xb7\xee\x6e\xa7\x87\x6a\x33\xcd\xcd\x2e\x49\xcb\x65\x7e\xfa\x96\xf6\xce\x65\xf5\x4e\xba\x3c\x33\x43\x72\x62\xe7\x4e\x90\xe7\x04\x79\x6e\xd9\x2e\x3f\x41\x9e\xa4\xe6\x98\xd9\x09\xf2\x9c\x20\xcf\x2d\x7b\xde\x27\xc8\x93\xd4\xed\x49\x52\x50\x43\x72\x76\xa9\x4f\x90\x27\xa9\x89\xa7\x3b\x41\x9e\xa4\xe6\x63\xf3\x04\x79\xce\x97\x78\xda\xfd\xcc\xdd\xba\x87\x1a\x6b\x9f\x9b\x29\xe8\xd3\xe8\xcf\xfc\x74\x78\x80\xa1\x30\x07\x03\x4c\xa8\xe6\x84\x6a\xee\x59\x41\x9e\x50\x4d\x52\x13\x3b\x77\x42\x35\x27\x54\x73\xcf\x1e\xdd\x09\xd5\x9c\x50\xcd\x3d\xcb\xb9\x13\xaa\x39\xa1\x9a\x7b\xd6\x2c\x27\x54\x73\xbe\x8c\x37\x67\xea\xf7\xe3\xb2\x8c\x37\x7b\x28\xef\x09\xd5\x24\x35\x04\xf3\x84\x6a\x4e\xa8\xe6\x9e\xed\x85\x13\xaa\x49\x6a\xb6\x60\x4f\xa8\x26\xb9\x2f\xf3\xd3\x29\x6d\xe6\xb2\xd4\x52\xf6\x9a\x4e\xa8\xe6\xfe\xd2\xc6\xbf\xf2\x66\xdc\x39\x53\xe7\x5f\x79\x33\xee\xa8\xb8\xaf\x3a\xff\x3e\x71\x55\xd3\x92\xbe\xf2\x66\x40\xd1\x3d\xbe\x2a\x49\xf4\xce\x6c\xf4\x9b\x80\x4b\x52\x13\x51\x77\x06\xbe\xbc\x45\xe1\xd3\xa2\x01\x97\x04\xfd\x32\x01\x97\x13\x70\xb9\x67\x5f\xdb\x04\x5c\x12\xa8\xcb\x04\x5c\xce\x27\x16\xe7\x2b\xed\x12\x5d\x39\x31\x92\xfb\xeb\xfc\xed\xd3\xd5\x26\x84\x72\x3e\xc1\x2f\x5f\x6e\xad\x9b\x61\x12\xf7\x10\xd1\x13\x93\x38\x45\xa2\xdc\xb3\x7f\x61\x8a\x44\x49\xea\x96\x66\x25\x12\xe5\xc4\x29\xee\xe5\x76\x80\x26\x4e\x71\xe2\x14\xf7\x2c\xa2\x4f\x9c\xe2\x2c\xec\xf0\x95\xcb\x86\xcb\x86\x27\x6c\xa9\x9e\xe1\x09\xec\xf0\xe5\x97\x9e\x30\x44\x54\xdd\x93\xb9\xd8\xe1\x59\xd8\xe1\xcb\x2f\x55\x4f\x26\xe3\x7b\xd6\x8c\x27\x4e\x91\xd4\x44\x7b\x9c\x38\xc5\x89\x53\xdc\xb3\x66\x3c\x71\x8a\xa4\x6e\x3d\x25\xd5\x5b\x0a\x73\xdd\x73\xb3\x98\xeb\x09\x40\xdc\x73\x1a\xf2\x04\x20\x92\x9a\xb8\xc4\x13\x80\x38\x9f\x70\x92\x59\xbd\x9d\x00\xc4\x59\xf8\x92\x3d\xf5\xb6\x3c\x60\x29\x7c\xcc\x18\x00\x91\xd4\xac\x24\x4d\x00\xe2\x04\x20\xee\x89\xf7\x3d\x01\x88\x13\x80\xb8\x67\x79\x6d\x02\x10\x09\x4a\x69\x0a\x14\x39\x01\x88\x7b\x16\xc4\x26\x00\x91\xa0\x94\x66\xf9\x68\xa4\x4f\xa8\x5b\x0d\x57\xcf\x28\xba\x41\x71\x3b\xdd\x20\x52\x13\xe7\x78\x96\xaf\x27\x3c\x41\x6c\xd3\x6c\xa0\x8b\xa4\xee\x4f\x52\x95\xb4\xbb\xec\x4c\xda\x21\xed\xc8\x65\x25\x49\x4d\xd2\x25\x24\xae\x9f\x76\x69\x3d\x97\xd5\x24\xe5\x3d\x0b\x31\xb9\xe7\x73\xf8\x14\x62\x92\xd4\x44\x4d\x9e\x70\x45\x52\xf7\x7b\xda\x33\xe1\x8a\x13\x60\xb8\xe7\x93\xf3\x04\x18\x92\x9a\x40\xca\x13\x60\x38\x21\x81\x7b\xdd\x72\x99\x0e\x02\xec\xdb\xf3\xf9\x70\x02\xfb\x66\x82\x31\x42\xb9\xa6\x60\x8c\x13\xd8\xb7\xd7\xbc\x54\x60\x1f\xa9\x89\xea\x39\x81\x7d\x33\x2c\xdf\x7d\x59\x4f\x9a\x92\x5e\x4a\x2a\x49\x49\xbb\x92\x66\xbc\x02\xf6\x91\xba\xab\x23\xbd\x2d\x52\x13\x0f\x74\x02\xfb\x26\x62\x6f\xcf\xe7\xa5\x89\xd8\x23\x75\x2f\x6e\x76\x49\x52\xaa\x18\x6c\xdc\x1d\xa9\xbb\xda\x1d\x2a\x44\xa0\xd6\x7c\x74\x99\x48\xb9\x09\x81\xdb\x33\xf5\x9e\x18\x38\x52\x13\x5b\x79\x8a\xb2\x38\x61\x71\x7b\x26\xd0\x13\x16\x47\xea\x1e\x83\x01\x8b\x9b\xb0\xb8\x7d\xf3\xb6\xb4\x72\x58\xdc\xbe\x79\x5b\x9a\x6f\xa4\x26\x2c\xf3\x84\xc5\x4d\x58\xdc\x1e\x9f\x7a\xc2\xe2\x48\x4d\xa8\xe6\x09\x8b\x9b\x4f\x2c\xc4\xac\x04\x4f\xbc\xdb\xc4\xbb\xed\x21\x49\x27\xde\x6d\x3e\xb1\x0a\xf9\x2a\xd8\xb3\x29\x32\xe1\x6e\xc0\x12\x99\x90\xd4\x04\x5c\x9d\x22\x13\x4e\xec\xd9\x6e\x3c\xc1\x9e\xcd\xf0\x66\x75\xbf\x67\x60\x53\x64\xc2\x89\x3d\xdb\x19\x51\xec\x19\xa9\x89\x06\x3d\xb1\x67\x13\x7b\xb6\x87\x62\x9c\xd8\x33\x02\x14\x9c\xd8\x33\x72\x5f\xe6\x09\x53\xda\xcc\x65\x5b\x92\x96\xa4\xaf\x80\xc4\x77\x65\x86\x57\xbb\x25\x95\x59\x93\x0f\xcd\x3c\x52\x73\xb0\xf1\x14\xc0\x70\xc2\xd1\x76\xb6\x0b\x8e\x46\x6a\x42\x40\x4f\xb1\x04\xa7\x58\x82\xbb\xfe\x26\x96\x20\xa9\x09\x01\x3d\xc5\x12\x9c\x62\x09\xee\x09\x35\x3e\xc5\x12\x24\x75\xaf\x29\x81\x96\xbf\x69\xf9\x9a\xf9\xa6\xe5\x6f\x5a\xfe\x26\x49\x76\xb5\x5f\x2f\x1a\x02\x37\x83\xc0\xd5\x04\x94\x9e\x10\xb8\x09\x81\xdb\x9f\x8c\x18\x67\x22\x60\xca\x09\x81\x9b\xc2\x0b\xee\xcf\x13\x86\xbc\x65\x9c\x49\x40\xe9\x09\x81\x9b\xd8\xb6\xfd\xf9\xa9\x01\x24\x52\x13\x6a\x77\x62\xdb\x08\x0c\x73\x62\xdb\x48\xd9\xb3\xb4\x3f\xb1\x6d\xa4\xee\xdb\xf9\xdb\xe3\xb7\xb0\x82\xe4\xbe\x4b\x4a\xa8\x9b\x45\xea\x9e\x81\x14\x21\x37\x31\x6d\x7b\xce\x8b\x9e\x98\x36\xb2\x5d\xf7\xe3\x31\x6d\x73\xd7\x3e\xe3\x9d\xed\xda\xa7\x78\x81\x7b\x4e\x90\x9e\xe2\x05\xce\x70\x6e\xd5\x23\x61\x6e\xa4\xec\xd9\x59\x30\x77\xed\x73\xd7\xf0\xe2\x9d\xed\x1a\x9e\x78\x81\x7b\xa2\x2b\x4f\xf1\x02\xe7\xae\xe1\x65\x86\x80\x6d\x23\x35\xd1\x85\x27\xb6\x8d\xdc\xbf\x3c\x92\x26\x1f\xf1\xf3\x9f\x67\xf2\xf3\x41\x6b\x7b\xf6\x24\x4c\xd0\xda\x0c\xa8\x56\xb3\x9b\x61\x0a\x21\x48\xee\xcb\xf2\x04\xcd\x18\xb4\xf6\x3c\x80\x01\xdf\x9f\x66\x9c\x99\x04\x68\x8d\xd4\x04\x4d\x9e\xa0\xb5\xb9\x3f\xcd\x38\x96\x19\xb4\x46\x50\xb1\x13\xb4\x36\xf7\xa7\x19\x67\xda\x00\x5a\x23\xf5\xc9\x87\x66\x0c\x5a\x7b\x9e\xc9\x80\x83\xd6\xf6\x84\xf0\x9d\xa0\xb5\x09\x5a\x0b\x4f\x3b\x41\x6b\x73\x7f\x3a\xc0\x99\x92\xea\x00\x68\xb4\xf0\xb4\x13\x8d\x36\xf7\xa7\x03\xc4\x85\x45\xa3\x91\x9a\x30\xc7\x13\x8d\x36\xf7\xa7\x03\xc4\x13\xd8\x75\x80\x5d\x07\xc8\x54\x65\xd7\x01\xf6\x27\xbc\xf7\xe5\x09\x5e\xf3\x48\x8d\x67\xfa\xb2\x0f\x35\xfe\xf4\x93\x18\xb0\x5d\x3f\xd9\xf5\x93\x0c\x4b\x70\x37\x52\x13\xd2\x78\xc2\xdd\x48\xd9\x13\x30\x76\xee\xfa\xc9\xae\x9f\xc4\xe5\xd9\x75\x84\xfd\xe9\x08\x5d\xda\x29\x2d\x75\xa4\xda\x74\x84\x7d\x6a\x20\x5d\x9a\x06\x92\x55\x8f\xa7\xda\xa6\x12\x24\xe4\xe6\x9e\xe8\xb0\x33\xc0\xdd\x23\x75\x8f\xdd\x87\xdd\x91\x9a\xf3\xd0\xe7\x6e\xf0\xda\xd7\x93\xdd\x14\x94\x27\x17\xa9\x09\x90\x3c\x77\x9e\xdc\xbe\xd4\x6e\x1c\xa8\x7d\xa9\xdd\x7c\x15\x4c\x80\xe4\xb9\x2f\xb5\x6b\x28\xcc\xb1\xe9\x13\xd7\x47\x6a\x02\x24\xcf\xfd\xad\x8e\x8c\x8e\x89\x8f\x3a\xa1\x7e\x13\xea\xf7\xbc\x65\xd3\x2f\xa8\xdf\x7e\x54\x97\xc9\xdb\x27\xc3\xb4\xb7\xfc\x51\x6d\x1f\x91\xd2\x33\xb2\x40\xfd\x26\x86\x2f\xe1\xa7\x27\x86\x6f\x62\xf8\xf6\x23\x23\x0b\x86\x8f\x60\x9f\x27\x86\x6f\xa2\xee\xf6\x38\xe7\xa8\x3b\x72\xff\x52\x9a\x92\xde\x02\x87\x9e\x09\xaf\xf8\xc8\x7d\x59\x8a\xf0\x7d\x1e\x9a\xa6\xe5\xbd\x7c\xbd\x17\x03\x77\x76\x88\x4c\x0c\xdf\xc4\xf0\x79\x09\x18\xbe\x89\xe1\xdb\x8f\x8c\x05\x18\x3e\x52\xf7\x38\xc0\x18\xbe\x29\x8c\xe2\x9e\x8d\x24\x53\x18\x45\x52\xbd\x2b\x0c\xdf\xc4\xf0\xed\x41\x9f\x27\x86\x8f\xd4\x04\xfc\x9d\x18\x3e\x52\xb3\xf5\x68\x62\xf8\x48\xd9\x03\x2b\x4f\x0c\x1f\xa9\xde\xf2\x71\xc8\x07\x37\x23\xb0\xf2\x3c\xb8\x19\x50\xbf\xec\x50\x9a\x50\xbf\x09\xf5\xdb\x03\x2b\x4f\xa8\xdf\x0c\xde\x07\x0f\x9f\x87\x4f\x33\x50\xbf\xfd\x88\xe1\x85\xfa\x91\x9a\xa8\xbd\x13\xea\x37\xa1\x7e\x7b\xce\xa9\x9f\x50\x3f\x52\x13\xa1\x77\x42\xfd\xc8\x7d\x99\x87\x4e\x69\x2b\x97\xa5\x8e\x42\x32\xcf\xe3\x54\x47\x31\xc6\x87\xaf\x3a\x91\x9a\x08\xbd\x13\x24\x38\xd1\x7f\x89\xc6\x3b\xd1\x7f\x13\xfd\xb7\x87\x16\x9e\xe8\xbf\x19\xd4\xaf\x26\x0a\xee\x44\xfa\x91\xaa\x39\x23\xfd\x26\xd2\x6f\xcf\x11\xfa\x13\xe9\x47\xa0\xf1\x13\xe9\x37\x0f\x26\x3b\x3b\x55\xe6\xc1\x64\x47\xaa\x56\x7f\x30\xd9\x07\x93\x9d\xc0\x95\xf3\x60\xb2\x23\x55\xab\xc7\x08\x92\x7a\xfc\x0d\x7b\xcd\xe7\xc1\xa2\x1f\x2c\x7a\xc0\xe1\x79\xb0\xe8\xc7\xed\xa6\xd7\xa3\xa6\x52\x79\xe9\xe0\xc3\x3d\x9b\x56\x26\xf8\x70\x26\x72\x64\x4d\x7c\xdd\x29\x72\xe4\x04\x1f\xee\x89\xbb\x38\xc1\x87\xa4\xea\x3b\xe0\xc3\x09\x3e\xdc\x73\xc2\xfe\x04\x1f\xce\x84\x84\xac\x4f\xdf\x61\xbd\x85\x84\xdc\x73\xc2\xfe\x14\x12\x92\xd4\xa7\x53\x24\x24\xe4\x3c\xf2\xa5\x73\x4f\x08\xc4\x19\x60\xf1\x96\xd4\x4d\x1c\x24\x8c\x22\xa9\x4f\x3f\x61\xd1\x31\x8a\x7b\x00\xe6\x89\x51\x24\x8e\x08\x98\x18\x45\x72\x5f\x96\x87\xb2\xe8\x18\xc5\x44\xf0\x9d\x18\x45\x72\x5f\xe6\xa1\x4a\x15\x16\x22\x11\x7c\xa7\x90\x90\x13\xca\xb8\x27\x8c\xe1\x84\x32\xce\xe0\x8b\x35\xdb\xb7\xe6\x61\x22\x0e\x65\xdc\x0f\x7d\x9d\xf9\x86\x32\xe6\x10\x82\x09\x65\x9c\x62\x3d\xee\x4d\xc7\x66\xbe\x23\xf5\xe9\xd7\xcc\xf7\x91\x45\x9d\xbd\xe9\x8a\x6f\x0f\xcd\xa2\xce\xd3\xaf\x59\xf4\x48\x7d\xfa\x30\x8b\x1e\x29\x7b\xd3\x51\xde\xf2\x91\x75\x9e\x04\xeb\x9d\xc7\x5b\xe1\x19\xfe\xa6\xf3\x30\xfc\x61\x21\x9d\x1f\x30\x0f\x86\xff\xf8\x3c\x77\x4b\xbd\x31\xfc\x91\xfa\x58\x04\xd3\xa2\x83\x45\x6f\x3a\x14\x8b\x1e\xa9\x8f\x45\x60\xd1\x8f\xaf\xbb\xb1\xa4\x5f\x77\xfb\xba\x5b\x0a\xff\x7d\xee\xd6\x5c\x26\xcd\xfb\xcb\xd7\xb3\x6c\x54\x9b\x87\xaf\x67\xc0\xcb\x3d\x7b\x5b\x26\xf0\x72\x02\x2f\xd9\x17\x64\xe5\x44\x56\xee\xe1\xbe\x27\xb2\x92\xd4\x04\xf0\x9d\xc8\xca\x89\xac\xdc\xb3\x91\x65\x22\x2b\x89\x13\x0a\x26\xb2\x72\x22\x2b\xf7\x1c\xd3\x3f\x91\x95\xa4\x66\xdb\xdb\x44\x56\x12\x87\x16\x4c\x64\x25\x29\x7b\x22\x74\x4d\x91\x29\x49\x4d\x68\xff\x29\x32\x25\xb9\x2f\xdb\x92\x76\x4a\x4b\xe1\x9b\x5f\x5e\x92\x14\x3e\x15\x82\xd3\x9c\x61\x33\x2b\x0b\xd6\x78\xe1\x38\xcd\xbd\xc9\x08\xf3\x8d\xd3\xcc\x11\x08\x13\xa7\x39\x1b\xf3\xdd\x3c\x81\xf9\x6e\xcc\x77\x0c\x5d\x63\xbe\x1b\xbb\xdc\xfc\x94\x5d\x6e\xec\x72\x3c\x3b\x84\x27\xa9\xd9\x7e\x37\x1b\x2f\xbc\xf1\xc2\xb3\x61\x66\x36\x5e\x78\xa4\x32\x91\xcd\x07\xf8\xc8\x7d\x59\x8a\x70\x2a\x3c\x2b\x1f\xcf\xae\xb1\xf2\x10\xd2\xbd\xc5\xa3\x82\x90\x4e\x08\x69\x62\xfb\x4e\x08\xe9\x84\x90\xee\x89\x2a\x35\x21\xa4\xc4\xf1\x0c\x13\x42\x3a\x85\xe0\xdc\xb3\x3b\x66\x0a\xc1\x39\x21\xa4\xc7\xf3\x80\x58\x37\x08\xe9\x9e\xa0\x02\x13\x42\x4a\x2a\x2b\x0b\x21\x25\x4e\x6c\x98\x10\x52\x52\xf6\x44\x61\x9a\x10\x52\x52\x13\x78\x77\x42\x48\xc9\x7d\x59\x8a\xc0\x8e\x43\x48\x0f\x25\xe0\xac\x63\x43\xf7\x44\x5c\x9a\xd8\xd0\xd9\x98\xf6\xf8\x62\x8d\x69\x6f\xe3\x79\x68\x32\xc2\xb4\x37\xa6\x3d\xbe\x58\x63\xda\x21\xa4\x7b\x42\x09\x4d\x08\x29\xa9\x06\x05\x08\xe9\x6c\xbc\xf0\x33\x1e\x44\xe3\x85\x37\x36\x5b\x7d\xb0\xd9\x8d\xcd\xce\x38\xd1\xd8\x6c\xa0\xe9\x1e\xbe\x7d\x02\x4d\x67\x63\x8c\xe3\xec\x35\xc6\x18\x68\xba\x67\x5b\xcd\x04\x9a\xce\xc6\xca\x66\x38\x69\xac\x6c\x63\x65\xb3\x5f\x66\x36\x56\xb6\xb1\xb2\xaa\x8d\x95\x6d\xac\x6c\xa2\xc9\xcc\xc6\xca\x36\x56\x56\xb5\xb1\xb2\x8d\x95\x0d\xa5\x3e\x1b\x2b\xdb\x58\xd9\x2e\xc9\x43\x59\xd9\x8c\x13\x8d\x95\x15\x6a\x74\x3f\xb7\xdf\xde\x60\x3e\x45\x22\x25\xd5\x30\x22\x12\xe9\x84\xc8\xee\x09\xae\x30\x21\xb2\x13\x22\x9b\x58\x33\x13\x22\x3b\x21\xb2\xfb\x99\x51\x09\x22\x4b\xea\xe1\xed\x32\xc2\x10\xd9\xfd\xcc\xf4\x1a\x22\x4b\xaa\x41\x09\x22\x3b\x1b\x5b\x1d\x70\x7e\x36\xb6\x3a\x52\x9b\x46\xc0\x56\x47\xaa\x71\x4a\xf4\x51\x52\xf6\x44\x4d\x98\xa2\x8f\x12\xc7\x87\x4c\xd1\x47\xc9\x7d\x99\x34\x85\x8f\xf9\x6e\x9a\x0f\xf3\x8d\xb7\xdd\x13\x5c\x61\xe2\x6d\x67\x18\xdb\x6a\xd4\x3b\x99\x6f\xbc\xed\x9e\xc0\xea\x13\x6f\x4b\x6a\x02\xed\x4c\xbc\xed\xc4\xdb\xee\xd9\xaf\x33\xf1\xb6\xa4\x26\xcc\xed\xc4\xdb\x4e\xbc\xed\x9e\x48\x0a\x13\x6f\x4b\x6a\xc2\xdc\x4e\xbc\x2d\xa9\xd9\x80\x3a\x4f\xe6\x1b\x82\xbb\x27\xea\xc5\x84\xe0\x92\x9a\x0d\xa8\x13\x82\x4b\xee\xcb\x6a\xd2\x4e\x69\x29\x7c\xf1\xcb\x4b\x92\xec\xc6\x0e\x9d\x87\xec\x1e\xc9\x6e\xf1\xcb\x27\xbb\xea\x28\x76\x08\xa9\x3b\x91\xba\x09\x55\x3b\x91\xba\x13\xa9\xbb\x67\x5b\xcf\x44\xea\x92\x9a\xed\xac\x13\xa9\x3b\x91\xba\x7b\xb6\xf5\x4c\xa4\x2e\xa9\x09\x32\x3b\x91\xba\xf3\x6c\x1f\x97\x79\xc2\x57\xda\x37\x97\xa5\x2a\x7d\x7e\x01\xf4\xee\xd9\xc3\x33\x01\xbd\xa4\xf2\x16\x00\xbd\xc4\x59\x32\x13\xd0\x4b\xee\x5f\x4a\x93\xdd\x0c\x06\x1c\x08\x40\x2f\x29\x7b\xb6\xf5\x4c\xe1\x4d\x67\x20\xdf\x9a\x60\x44\x13\xe3\x4b\x6a\xcb\x94\x50\x28\xd3\x79\x32\xfc\xd9\xe9\x33\x4f\x86\x3f\x52\xb3\xad\x76\x9e\x0c\xff\xc9\xf0\x27\x3e\xc4\x3c\x19\xfe\x88\x33\x6d\xe6\xc9\x97\x3f\x19\xfe\x44\x74\x98\x27\xc3\x1f\xa9\x1c\x19\x5c\xf1\x3c\x59\xf9\x4b\xe3\x65\xe5\x23\x8e\xbe\x99\x27\x2b\x0f\x3f\xde\x2f\x8d\x97\xf9\x86\x1f\xf3\x77\xe0\xc7\x13\x7e\xbc\xe7\xa0\xfd\x09\x3f\x26\x8e\xbe\x99\xf0\xe3\x09\x3f\xde\x2f\xef\x8f\xf9\xc6\x15\xb7\x4d\xd2\x92\xf4\x75\x59\x4a\xcf\xe5\xc6\x15\x27\xee\xd1\xc4\x15\x13\x47\xdf\x4c\x5c\x31\x29\x7b\x76\x17\x4d\x5c\xf1\x4c\x48\x55\x47\xdf\x4c\x21\x55\xe7\x99\x5d\x03\x7b\x0e\xae\x9f\xa7\x4f\x21\x91\x9a\x00\xaa\xf3\xf4\x25\x04\x57\xbc\xe7\xf4\xf9\x89\x2b\x26\xd6\x3b\x71\xc5\x13\x57\x9c\x33\x73\x26\xae\x78\xe2\x8a\xf7\x9c\x06\x31\x71\xc5\xc4\x99\x39\x13\x57\x4c\xca\x9e\x4d\x4e\xf3\xca\x41\xd3\x13\x57\x9c\x90\xaa\x13\x57\x4c\xee\xcb\x3c\x74\x4a\x4b\xad\xc5\x1a\xe1\x8a\x27\xae\x78\xcf\xa1\x11\x13\x57\x4c\x2a\xb7\x0b\x57\x4c\x6a\xe2\x2a\x4d\x5c\x31\xb9\x7f\x99\x22\x68\xe1\x81\x85\x6b\xe2\x2a\xcd\x2b\xc7\xba\x4e\xc1\x58\xf7\x1c\x1a\x31\x51\xc2\x13\x25\xcc\x61\x43\x09\x4f\x94\xf0\x9e\x63\x1e\x26\x4a\x98\x54\x0e\x1b\x4a\x78\xa2\x84\xf7\x6c\x93\x9a\x28\x61\x52\x5b\xf3\x4b\x85\xd7\x9c\xaf\x7c\x98\x45\x09\x93\x9a\x28\x4d\x13\x25\x4c\x1c\xf1\x33\x51\xc2\xa4\xec\x97\x92\x6a\xe1\x28\xe1\xec\x97\x9e\x28\xe1\x79\x3d\x2d\x5c\x49\xb5\x70\x94\x70\x02\x99\x4e\x94\xf0\xbc\x9e\x16\xae\x08\x5a\xf8\xa5\x85\xc7\xc6\x5e\x5a\x78\xe4\xbe\x2c\x79\x1b\x5e\xe9\xc8\x43\x4f\xbf\xf4\xd0\xa7\x23\xc8\xaf\x8e\x10\xa9\x9c\xc9\x8b\x1f\x03\x4d\xde\xaf\xd6\x7e\x7b\xdc\x46\x2e\x93\xca\xd7\x44\x2e\xcf\xcb\x04\xf3\x72\x67\x13\xcc\x48\x6d\xf9\xa2\x77\xf1\x69\xae\xa7\xb5\xc7\x3d\x04\x38\x93\x9a\xad\xde\xf3\xf2\xe1\xef\xe2\xd3\x5c\xb1\xb7\x17\x9f\x26\x52\xdb\xf3\x4b\x15\xc1\xa7\xc9\x59\xda\xf3\xe2\xd3\x44\x1c\x89\x34\x2f\x3e\x0d\x82\x7a\xbf\x62\x5c\x11\xd4\x13\x41\xbd\xe7\xf0\x8c\x89\xa0\x9e\x08\xea\x1c\x93\x34\x11\xd4\x13\x41\xbd\xe7\xa0\x8c\x89\xa0\x26\xb5\xe9\x9e\xfc\x0c\xf1\x6c\xf7\x1c\x8b\x3c\xc5\xb3\x25\x4e\x53\x9a\x08\x6a\x72\x5f\x96\x62\xd9\x64\x11\xa9\x4d\x49\x7d\x0c\x04\x5a\xef\x89\xf7\x31\x81\xd6\xc4\xa1\x4b\x13\x68\x4d\x2a\xe7\x5b\x3c\x5b\x72\xff\x32\x45\xe0\x8e\x5c\xdc\x11\x75\xc4\x1d\xb9\xb8\x23\x3d\x43\xcb\xc5\x1d\x09\x96\xed\xb8\xa6\x79\xf9\xb4\x08\xd1\xde\x73\x60\xc7\x84\x68\xcf\xce\x1d\x49\x55\x8a\x71\x3b\xc5\xb8\xdd\x73\x56\xf0\x14\xe3\x96\x54\x7e\xbb\x18\xb7\x53\x8c\xdb\x3d\x87\x00\x4f\x31\x6e\x49\xe5\xb7\x8b\x71\x3b\xc5\xb8\xdd\xb3\x37\x6c\x8a\x71\x4b\x6a\x22\xa5\x4e\x0c\x38\xa9\xd9\xd4\x3e\xc5\xb8\x25\xf7\x2f\xf3\x00\xee\x48\xe7\x8e\xc4\xc3\xec\xdc\x11\xf4\xf8\x9e\xbd\x61\x13\x3d\x4e\x6a\xa2\x9d\x4e\xf4\xf8\x44\x8f\xef\xd9\x1b\x36\xd1\xe3\xa4\x26\xda\xe9\x14\xeb\x76\x76\x56\xd8\xde\xad\xce\x0a\x77\x56\x38\x8e\x68\x67\x85\x3b\x3f\xa3\xc7\x32\x77\x7e\x46\x67\x85\xbb\x24\x85\x67\x5e\x73\xae\xc7\xc4\xa2\x93\x6a\x36\x82\x45\x27\x35\x41\x4c\x27\x16\x7d\x8a\xaf\xbb\xdb\x94\x25\xbe\xee\xc4\xa2\x67\x93\xff\xc4\xa2\x4f\x2c\xfa\x9e\xd3\x3f\x26\x16\x9d\xd4\x04\x31\x9d\x9d\xb7\x00\x4f\xdf\x73\x9c\xe8\x84\xa7\x4f\x78\xfa\x9e\xc3\x22\x27\x3c\x7d\xc2\xd3\x13\xb0\x74\xc2\xd3\x27\x3c\x7d\xef\xde\x0c\x1b\x06\x4f\x4f\xd4\xd1\x09\x4f\x9f\xf0\xf4\xbd\xab\x72\xc6\x09\x9e\x9e\xa8\xa3\x13\x9e\x4e\xee\xcb\x52\x2c\x5b\x4f\x22\x35\x51\x47\x67\x37\x98\xa3\xd8\x8f\x97\x4a\x62\xa4\x50\xec\x26\x59\x28\x76\xe2\xc0\xb0\x89\x62\x27\xf7\x2f\x53\x04\x83\x79\xa4\x9a\x77\x75\xd3\x33\xb0\xfb\x91\x43\x3c\x26\xd8\x7d\xf6\x7c\x18\x4b\x58\xbc\xd9\x7d\x18\xeb\x59\xea\x38\x5e\x4a\x6a\x80\x8f\xd4\x33\xee\x08\xfe\x7d\x26\xda\x6f\x4d\xe4\xd0\xd9\xcd\xe2\x44\xfe\x3d\x5e\xb2\xcb\x94\x45\x6a\xc2\x84\x4e\x91\x7f\x27\x72\xfe\x78\xb9\x1b\x53\x16\xa9\x26\x76\xdd\x5c\x2c\x52\x8e\x1c\xf6\x37\xbb\x2f\x5e\x11\x87\x99\xcd\x6e\x6b\x4b\xe4\xbe\x2c\x85\x37\x27\x8b\x38\xcc\x6c\x76\x73\x32\x68\xfe\xf1\xd2\xc1\xd9\xca\x88\xc3\xcc\xa6\xd0\xc2\x13\xad\x7f\xbc\xe2\x1b\xa0\xf5\x67\xcf\x76\x97\x23\x27\xc3\xcd\xce\xfa\xf4\xaf\x27\x24\x6f\x26\x3e\xa0\xfe\xe3\x95\x69\x14\xa8\x9f\xd4\x84\xf1\x9b\xa0\xfe\x29\x02\xf1\x91\x63\xd5\xa6\x08\xc4\xa4\x86\xef\x98\x22\x10\xcf\xb1\xab\xcb\x38\x0c\x83\xa5\x89\xd4\xc4\x09\x9d\x83\xa5\x19\x87\x46\x13\x4f\x60\xb0\x34\x11\x87\xaf\x4d\xa7\x06\x90\x9a\x38\xa1\x73\xb0\x34\x91\x72\xe4\x5c\xaf\x39\x58\x9a\x48\x4d\xec\xc0\x39\x58\x9a\xc8\x7d\x99\xb4\x53\x5a\x0a\x9f\x3a\x1a\x2c\x8d\x63\x09\x8e\x57\xc6\x6e\xc7\x12\xcc\x1c\x45\x50\xcd\x82\x07\x7f\x6f\xb4\xe7\xa1\x29\x02\x4b\x13\xa9\xe7\x76\xfc\xf6\xd0\x3d\x18\x22\x87\x1b\x1c\x39\xa8\x6b\x3a\xdc\x60\x3a\xdc\xe0\xc8\xd1\x4f\xd3\xe1\x06\xa4\x26\x78\xe1\x74\xb8\xc1\x74\xb8\xc1\x91\x53\x98\xa6\xc3\x0d\xa6\xc3\x0d\xc2\xc3\x4c\x87\x1b\x4c\x87\x1b\x1c\x39\xe9\x68\x3a\xdc\x80\x54\xb3\x75\x87\x1b\x4c\x87\x1b\x1c\x39\xd6\x68\x3a\xdc\x60\x8e\x7c\x62\x0a\x36\x33\x87\x4f\x4c\x0e\x37\x38\x4a\x7a\x94\xc3\x0d\x48\x4d\x78\xc4\xe9\x70\x03\xe2\xe4\xbb\x39\xb8\x66\xce\x3b\x38\x72\x24\xd0\x74\xde\x01\xa9\x09\x85\x38\x9d\x77\x40\xee\xcb\xdc\x4d\xe1\xe3\xc1\x25\x16\xe9\x74\xde\xc1\x74\xde\xc1\x91\x73\x48\xa6\xf3\x0e\x88\x73\xf4\xe6\xb0\xa1\xc7\x11\x08\x47\x8e\xec\x99\x8e\x40\x98\x23\x9f\x7b\x8e\xa2\x2e\xd9\x93\x48\x0d\xbf\x33\x07\x73\xe2\xa4\x84\xa3\xa8\x24\x86\x22\x52\x13\xb3\x74\x0a\x08\x3d\x1d\x9e\x70\x14\x99\x63\x01\x1c\x9e\x70\xe4\xc4\x8e\xe9\xf0\x84\x99\x20\xd0\x35\x71\x4c\xe7\xe0\xcc\x08\x08\x7d\xe4\xb8\x87\x29\x20\x34\xa9\x3e\x4c\x08\x08\x3d\x05\x84\x3e\x72\x9e\xc2\x14\x10\x9a\x54\x1f\x26\x04\x84\x9e\x02\x42\x1f\x45\x7b\xe4\xa5\x44\x1c\x19\x38\x1d\xd8\x40\x6a\x22\xa0\x4e\x01\xa1\x49\x39\x72\x14\xc0\x1c\xbc\x94\x48\x0d\xa9\x34\x07\x3b\xe1\xa8\x87\x23\x47\x01\x4c\x47\x3d\x90\x9a\x68\xa7\xd3\x51\x0f\x73\x32\x0a\x21\xe9\xe7\x64\x14\x26\xa3\x90\xaf\xd4\x93\x51\x98\x8c\x82\x8d\x77\x93\x51\x98\x8c\x42\xc6\xcc\xc9\x28\x4c\x46\xc1\xc6\xbb\xc9\x28\x4c\x46\xa1\x49\xda\x24\xbd\x5d\x96\xbb\xe9\xb3\x53\x9f\xcd\xd0\x2a\x08\xf5\x74\x48\xc4\x11\xb0\x7b\x3a\x24\x82\xd4\xc4\xb7\x9c\x0e\x89\x98\x0e\x89\x38\x6c\x9f\x73\x48\x04\xa9\xbe\xca\x38\x24\x62\x3a\x24\xe2\x08\x63\x3d\x1d\x12\x41\xea\x19\x1f\xdf\x21\x11\xa4\x9e\x99\x7f\x38\x24\x82\x94\xc3\xc6\x3b\x41\xa8\x49\x4d\x4c\xd4\x29\x08\x35\xb9\x2f\x4b\x11\x18\x82\xc9\x10\xe4\xcb\xf5\x64\x08\x1c\x39\x71\xd4\x18\x31\x47\x4e\x4c\x47\x4e\x1c\x39\xaa\x65\x3a\x72\x62\x3a\x72\xe2\x08\x43\x3b\x9d\x29\x31\x9d\x29\x11\xc4\x6b\x3a\x53\x62\x3a\x53\xe2\xa8\x32\xcc\x63\x70\xa6\x84\x2f\x4b\xce\x94\x98\x33\x9b\x55\x8f\x2a\x27\xa6\x38\xce\x94\xf0\x65\xc9\x99\x12\xa4\x1c\x81\x3d\xe7\xe4\x31\x4c\x1e\x43\xe6\x2b\x93\xc7\xe0\xe8\x89\xa3\x7a\x02\x8f\xc1\xd1\x13\x09\x9e\x3a\x1d\x3d\x41\x6a\x18\xb2\xe9\xe8\x09\x72\xff\x52\x9a\xec\xf2\x18\x32\x37\x71\xf4\x04\xb9\x2f\x93\xa6\x2e\xf3\x95\xc0\x37\xa9\xe9\x2b\xc1\x9c\x4f\x76\xa5\xc9\x6e\xbe\x12\xf8\x26\x35\x39\x11\x4e\xa8\x38\xc2\x53\x4e\x27\x54\x10\xdb\x9d\x9d\x50\x31\x9d\x50\x71\x3e\x49\x9b\x24\xb9\xcd\x6c\x45\xc8\x69\x52\xcf\xcc\x25\x9c\x50\x41\xee\xcb\xb6\xa4\x9d\xd2\xf2\xe6\xd3\x4b\x1d\x5a\x41\xee\xcb\xfc\xb4\x4b\xcb\x3b\x48\x2f\x15\x99\x7a\xe6\x6c\x8b\xfb\x32\x3f\x5d\xd2\x14\xea\x4c\x52\x0a\xb5\x9e\xf6\x2c\x4d\x7b\x76\xde\x85\x2f\x68\xce\xbb\x20\xd5\xa7\x31\xe7\x5d\x90\x72\x04\x76\x9c\xce\xbb\x98\xce\xbb\xf0\x69\xcc\x79\x17\x73\x3d\x0d\x35\x03\x9b\x83\x2c\xa6\x83\x2c\x12\x13\x75\x3a\xc8\x62\x3a\xc8\xe2\x08\x64\x38\x1d\x64\x41\x6a\x02\xa0\x4e\x07\x59\x4c\x07\x59\x1c\x5b\x4c\x83\x83\x2c\x48\x4d\x00\xd4\xe9\x20\x8b\xe9\x20\x8b\x63\xcb\x87\x5d\x07\x59\x90\xea\x73\x99\x83\x2c\x48\x3d\xfb\x6f\x47\x11\x9b\xce\xb9\x20\xe5\xd8\xe2\x22\x3a\xe7\x62\x3a\xe7\x22\x71\x4f\xa7\x73\x2e\xa6\x73\x2e\x8e\x00\x7c\xd3\x39\x17\xc4\xd1\xa4\x73\x19\xa9\x9c\x73\x71\x04\x88\x9b\xce\xb9\x20\xf5\x92\x73\xbd\x4e\xb4\xea\xc3\x5e\x51\xa7\x55\x4c\x67\x4e\x1c\xa1\xa8\xa6\x33\x27\x48\xf5\xa5\xcf\x99\x13\xd3\x99\x13\x47\xb8\xa7\xe9\xcc\x89\x29\x0c\xf5\x11\x68\x68\x3a\xff\x61\x3a\xd8\xe1\x80\xa2\x38\xd8\x61\x26\x0c\xb5\x43\x52\xa7\x30\xd4\x53\x18\xea\x23\x31\x3b\xa6\x30\xd4\xa4\x26\x16\xe9\x74\xfe\xc3\x14\x86\xfa\x80\x4a\x08\x43\x4d\x6a\x50\xc5\xe9\xfc\x87\xe9\x60\x87\x03\x03\xe1\x60\x07\x52\x13\x8b\x74\x3a\xd8\x81\xd4\x4b\x95\x1b\xbd\x1c\xec\x70\x3c\x1d\xcf\xe8\xe5\x60\x87\x4b\x95\x73\x69\x9d\xd8\x70\xe0\x0c\x9c\xd8\x40\xaa\x0f\x98\x6f\xa3\x97\x88\xd0\x87\x5d\xa6\x0e\x54\x98\x02\x3b\x1f\xb6\x4e\x0b\xec\x4c\xea\x55\x24\x5d\x92\xde\x2e\xcb\x4f\x59\x80\x48\xf5\xed\xf3\x6d\x86\x2a\xec\xf2\x61\x57\xb0\xc3\x0d\x66\x0e\x2f\x28\x87\xbd\x9c\x6f\xc6\x3f\xe2\x0c\xda\xf9\x66\xfb\x9d\x64\x70\xd8\xa4\xe9\x24\x83\xe9\x24\x81\xc3\x8e\x45\x27\x09\x4c\x47\x04\x1c\x76\xe8\x39\x22\x60\x26\xe0\x71\x0d\xd0\x39\x05\x3c\x9e\x8e\x08\x38\x6c\x52\x73\x44\x00\xa9\x01\x3a\xa7\x23\x02\xa6\x23\x02\x0e\x3b\xd2\x1c\x11\x40\x6a\xa2\x91\x4e\x47\x04\x4c\xec\xff\x61\x0f\x19\xf6\x9f\xd4\x44\x23\x9d\xd8\x7f\x52\x7d\xac\xc5\xfe\x93\x72\xd8\xa7\x85\xfd\x27\xd5\xc7\x5a\xec\x3f\xb9\x2f\x73\x37\x35\xa2\x99\x67\xc2\x84\xfd\x27\xf7\x65\x9e\x20\xbb\x53\x76\xf3\x1a\xe6\x93\x5d\x75\x14\xd3\x89\xfd\x9f\xd8\x7f\x9f\x7e\xb1\xff\x13\xd4\x7f\xd8\xe2\x05\xea\x27\x35\x11\x45\x27\xa8\x7f\x82\xfa\x0f\x5b\xbc\x40\xfd\xf3\x1d\x78\xe1\xb0\xf3\xe9\x6d\x86\x17\x71\x14\xf0\xc4\xf9\x4f\x50\xff\x71\x68\x5d\xba\x1b\xa8\xdf\xc7\x5f\x50\xff\x14\x2a\xf9\xb0\x95\x08\x73\x3f\x85\x4a\x3e\xec\x35\x13\x2a\x99\x38\x45\x78\x62\xee\x27\xe6\xfe\xb0\x3b\x0c\x73\x4f\x6a\x82\x31\x4f\xcc\xfd\xc4\xdc\x1f\x36\xa0\x60\xee\x49\x0d\x6a\x3b\x31\xf7\x13\x73\x7f\x1c\xbb\xbb\x75\x69\xa9\x91\x7c\xf6\xc7\xdc\x4f\xcc\xfd\x61\x2f\x08\xe6\x9e\xd4\x04\x28\x9d\x98\x7b\xe2\xe8\xe2\x89\xb9\x9f\x60\xfa\xc3\xee\x0d\x30\xfd\x14\x5c\xf8\xb0\x0d\x01\xd8\x3e\xe1\xe9\x87\x75\x6c\x78\x3a\x71\xc4\xf1\x84\xa7\x4f\x78\xfa\x71\xa4\xd9\xc0\xd3\x27\x3c\x3d\x47\x1c\x4f\x78\xfa\x84\xa7\x1f\x47\x5e\x34\x3c\x9d\xd4\x4b\x49\x0d\x3a\x42\x04\x1f\x76\x06\x09\x11\x4c\x9c\x84\x3c\xe1\xe9\x13\x9e\x7e\x58\xa3\x85\xa7\x13\x27\x21\x4f\x78\x3a\xa9\x97\x3a\x32\xaa\xe0\xce\x0f\x0b\x9d\xb8\x73\x52\x7d\x35\xc7\x9d\x4f\xa4\xf8\x61\xb9\x12\x29\x4e\x6a\x02\x99\x4e\xa4\xf8\x44\x8a\x1f\x96\x09\x91\xe2\x13\x29\x7e\xb4\x74\x1a\xa4\xf8\xfc\xe8\x47\x99\x3a\x7d\xf4\x23\xa4\xf8\x61\xd5\x0a\x29\x3e\x05\xfa\x3d\xec\x67\x41\x6d\x4f\x38\xf6\xd1\xbc\x2e\xed\xf7\xa3\xfd\x66\x9e\xf4\xd1\x7e\x85\xe1\x3d\x2c\x07\xc0\xa1\x27\x5a\xf9\xf0\x71\x18\xad\x4c\x1c\x04\x3d\xbf\x1a\xa6\xb8\xb6\x87\x8f\x9c\x98\xe3\x89\x12\x3e\x7c\xea\x42\x09\x93\x7a\xfd\x0d\x27\xb3\xcc\x2f\x5b\x0c\xfb\x3d\x7c\x0c\x82\xfd\x92\x1a\x1e\x7b\xc2\x7e\x27\xc6\xf7\xf0\x31\x01\xe3\x4b\x6a\x78\xec\x89\xf1\x25\xf7\x65\xd2\x4e\x69\xa9\xd8\xcc\xc0\x30\xbe\x13\xe3\x7b\xe4\x6c\x8b\x89\xf1\x9d\x18\xdf\xc3\x54\x1b\xe3\x3b\x31\xbe\x87\xc9\x15\xc6\x77\x62\x7c\x2d\x6f\x60\x7c\x27\xc6\xf7\x30\x23\xc0\xf8\x92\x7a\x3d\xbf\x94\x39\x56\x3c\xa7\x34\x4c\xe1\x60\x89\x03\xb6\x27\xc6\x77\x0a\x07\x7b\x58\xf5\x15\x0e\x96\xd4\x04\x5d\x9d\x18\x5f\x52\xc3\x8f\x4f\x8c\xef\x04\xef\x1e\xdc\x64\xf0\xee\x0c\xb0\xeb\x68\xee\xf9\x65\x8a\xbf\x3e\xc9\x59\xba\x45\xea\x92\x7a\xdd\x53\xb0\x05\xd4\x25\x19\xac\x17\x50\x77\x01\x75\xb3\xc8\xb2\x80\xba\x4b\xe8\xd7\x23\x4e\xec\x12\xdb\x95\xd4\x20\xeb\x0b\xa8\x4b\xee\xcb\x7a\xd2\x4e\x69\x79\x2f\xcd\x2f\x2f\x49\x6a\xe8\xee\xda\x0b\xcf\x4b\x1c\x1a\xbe\xf0\xbc\xeb\xf5\xb4\x99\xdb\xd7\x5d\x78\x5e\x52\x13\xc8\x75\xe1\x79\x49\x4d\xd0\xd6\x85\xe7\x25\xf7\x2f\x73\xb7\x53\x76\xb3\xe4\x76\x9d\x6e\xe6\x99\x4f\xfb\xe8\xb9\xdb\xe5\x01\x0c\xd6\xed\x1d\x2d\xf0\xee\x02\xef\x1e\x71\xf1\x16\x78\x97\xd4\xac\xe6\x2c\xf0\xee\x02\xef\x1e\x59\xcc\x5d\xe0\x5d\x52\x13\x7a\x75\x81\x77\x17\x78\xf7\x88\xb3\xb5\xc0\xbb\xa4\x26\x1c\xeb\x02\xef\x92\x9a\xd0\xab\x0b\xbc\x4b\xca\x11\x1f\x67\x89\xd0\xba\xc0\xbb\x89\x3f\xbf\xc0\xbb\x0b\xbc\x7b\xc4\x9f\x59\xe0\x5d\xe2\xf8\xf5\x95\x68\xad\xb7\xb8\x5b\xcd\x9b\x1f\xee\xa6\x35\x5f\x29\xfc\x50\xaa\x2c\xb9\x1d\x19\xd1\xd7\x6b\x78\xa5\xc3\x43\x25\x79\xa8\x46\x9f\x11\x7d\x89\xf7\x4a\xea\xa5\xcd\x0c\x85\xd7\xe8\xb3\x74\xbb\x42\x14\x3f\x52\x13\x8c\x75\xe1\x8a\x17\xae\xf8\xc8\x30\xb7\x70\xc5\xa4\x5e\x9a\xd6\xf4\x50\x86\x33\xa3\xcb\xc2\x15\x2f\x5c\xf1\x11\x13\xbe\x70\xc5\x0b\x57\x7c\x64\x75\x71\xe1\x8a\x17\xae\xf8\xd2\x04\x3f\x2e\xe3\x67\x67\x25\x6f\xe1\x8a\x49\x4d\xd0\xd6\x85\x2b\x5e\xb8\xe2\xe3\x69\x22\x1f\x45\xe5\x67\x77\xbf\x54\x54\x7e\xf6\xf3\xee\xbf\x1e\xca\xcf\xee\x79\x0d\x5f\x0f\xe5\x67\xf7\xdc\xec\xeb\x3d\xf3\xb3\x9f\xd7\xf0\x95\x0f\x7e\x76\x4f\x95\x7f\x95\x9e\x4d\xf7\x1a\x00\xc3\x2b\x90\x70\x4d\x84\xd6\x25\x42\xeb\x02\x0c\x1f\x8a\x00\x18\x26\x35\xe7\x1c\x2c\xc0\xf0\x02\x0c\x1f\xf2\x06\x18\x26\x35\x11\x5a\x17\x60\x78\x89\xd0\x7a\x64\xf5\x70\x89\xd0\x4a\x6a\x22\xb4\x2e\x0c\x31\xa9\x89\xd0\xba\x44\x68\x25\xe5\xf8\x6b\x9a\x7c\x1c\xf2\x71\x24\x49\x3e\x4c\x01\xfe\x9a\x76\x4a\x3b\x73\x59\x0a\x9a\x29\xc0\x02\x29\x1f\x4f\x1a\xbb\x15\xa9\xfd\x95\xac\x65\xd8\x59\x02\xb9\x1e\x39\xc7\x7f\x09\xe4\x4a\x44\x00\x58\x02\xb9\x2e\xfc\xf2\x91\x98\xaa\x0b\xbf\xbc\x8a\x99\x42\x22\x7c\xae\x72\x3e\xd7\xb5\xfc\x34\xd5\x7b\xca\x1b\x1b\xd2\x6f\x47\x73\xc1\x9c\x49\xcd\x9a\xe8\x12\x7a\x75\x21\x9f\x8f\x44\x9d\x5c\xc8\x67\x52\x13\x2a\x76\x21\x9f\x17\xf2\xf9\xc8\xda\xdb\x42\x3e\xaf\xc2\x4f\xc9\xd2\xd8\x2a\xdd\x53\xd3\xed\x9f\x62\xe9\xf6\x00\xe9\x23\xd1\x0d\x17\x40\x7a\x01\xa4\xb3\xea\xba\x00\xd2\x0b\x20\x7d\xf4\xf6\xdb\x74\xf7\xc2\x4f\x93\xfa\x54\x0e\xab\x20\xce\xeb\x91\xf3\x0c\x96\x38\xaf\xa4\x26\xe0\xec\xc2\x4f\x2f\x60\xf4\x91\xd5\xb4\x05\x8c\x26\x35\xc1\x65\x17\x30\x9a\x88\xa2\xb0\x80\xd1\xa4\x1c\x89\x62\xb7\x04\x70\x25\x35\x4b\xbc\x4b\x00\x57\x72\x5f\x96\xbc\x31\x14\xf8\xe9\x2c\xf1\x2e\xfc\xf4\xc2\x4f\x1f\x39\xf6\x60\xe1\xa7\x89\x98\x0c\x4b\x00\xd7\x85\x9f\x3e\x12\x3c\x6e\xe1\xa7\x49\x4d\x58\xda\x85\x9f\x5e\xc5\x4c\xa5\xa7\x7f\x96\xa5\xf0\x99\xa9\x24\x2c\xed\x2a\x4b\xe1\x59\xa2\x04\x77\x5b\x30\xeb\x55\xac\x3b\x65\xf1\x6f\x61\xaa\x89\xa8\x0f\x4b\x9c\xd7\x05\xb3\x6e\x59\xd5\x5b\x30\xeb\x85\xa9\x6e\x2f\x2d\x9e\xf1\x00\x4b\xb7\x1c\x19\xbf\xc0\xd2\xa4\x26\xcc\xed\x02\x4b\x2f\xb0\x74\x4b\x10\xa8\x05\x96\x26\x35\x4b\xd7\x0b\x2c\xbd\xc0\xd2\x2d\x41\xf6\x17\x58\x9a\x54\x9d\x00\x2c\xbd\xc0\xd2\x2d\xd1\x9d\x16\x58\x9a\xd4\xac\x70\x2f\xb0\x34\xa9\x39\x10\x65\x81\xa5\xc9\xfd\xcb\xdc\x8d\x09\xa8\x4c\xc0\xe6\x66\xf2\x11\x13\xd0\xb2\x74\xb6\xc4\x76\x25\x62\x5e\x2c\xb1\x5d\x17\xf4\xba\x25\x80\xd2\x82\x5e\x93\x9a\xf0\xb4\x0b\x7a\xbd\xea\x29\xbb\x47\x2a\x84\x17\x11\x11\x1a\x63\xa1\xb1\x17\x1a\xbb\x65\x65\x6b\xa1\xb1\x17\x1a\xbb\xab\x36\xbe\x00\x1a\xbb\x25\x8e\xcb\x42\x63\x93\x9a\xb8\xb3\x0b\x8d\xbd\xd0\xd8\x2d\x07\x22\x2c\x34\x36\xa9\x2c\x00\x1a\x7b\xa1\xb1\x5b\xa2\xac\x2c\x34\x36\xa9\x59\xcb\x5f\x68\x6c\x52\xb3\x6e\xbf\xd0\xd8\xa4\xb4\x44\x23\x59\xc2\xac\x12\x21\x3a\x96\x30\xab\xe4\xbe\x2c\x45\x60\x3b\x40\xdb\x39\xd3\x65\x81\xb6\x17\x68\xbb\xe5\xb8\xfc\x05\xda\x26\x22\x79\x2c\xd0\xf6\x02\x6d\xb7\x44\xfc\x58\xa0\xed\x05\xda\x6e\x09\xfc\xb0\x40\xdb\xa4\xf6\x3d\x79\xd3\x29\x41\xdb\x2d\xcb\x43\x0b\xb4\x4d\x6a\xdf\x93\x37\x3d\xb0\xa6\x07\xb6\xa2\xbd\xe9\x81\x55\x0f\xcc\x80\x5e\xf5\x40\x6c\x77\x2b\x5a\x8d\xae\x85\xed\x6e\x45\x86\xf5\x19\x6c\x77\xb6\x28\x2c\x6c\xf7\xc2\x76\xb7\x9c\x70\xbf\xb0\xdd\xa4\x76\xcd\xd2\x20\x2f\xe4\x69\x2b\x87\x9f\x7a\x81\x19\xe4\xbb\x66\x69\x90\xaf\x19\xe4\x5b\x8e\x52\x58\xd5\x20\x1f\xa9\x5d\xb3\xd4\x4f\x23\x35\x07\xd3\xac\x6a\x90\x8f\x94\x96\xf3\xd7\x57\x35\xc8\x47\x6a\xc2\xe9\xae\xfa\x95\x8f\x6c\x58\x69\x39\x6b\x7d\xd5\xaf\xba\x8c\x2f\x60\x3c\xa8\x7c\x01\xd8\x79\xcb\x59\xeb\x0b\x76\x4e\x84\x40\x59\xc2\xac\x2e\x61\x56\x5b\x8e\x6f\x58\xc2\xac\x92\x9a\x70\xba\x4b\x98\xd5\x25\xcc\x6a\xcb\xa9\xdf\x4b\x98\x55\x52\x13\x4e\x77\x09\xb3\xba\x84\x59\x6d\x39\xa7\x7b\x09\xb3\x4a\xaa\x41\x08\xea\xbe\xa0\xee\x2d\xa7\x58\x2f\xa8\x3b\xa9\x39\x6f\x67\x41\xdd\x17\xd4\xbd\xe5\xd8\xfe\x05\x75\x5f\x50\xf7\x84\xd8\x5d\x50\xf7\x05\x75\x6f\x59\xcd\x5a\x50\x77\x52\x13\x3b\x77\x41\xdd\x17\xd4\xbd\xe5\xac\xe8\x05\x75\x27\xe2\xbf\x2c\xa8\xfb\x12\x66\xb5\xd5\xb8\x38\xc2\xac\x92\x9a\x38\xb9\x0b\xc3\x4e\x6a\x62\xe2\x2e\x0c\x3b\xb9\x7f\x99\x07\x98\x62\x44\xaa\x41\x51\xe4\x55\x52\x5a\x0e\xa0\x58\x1b\x97\x21\x52\x13\xff\x76\x6d\xa7\xc2\xb3\x3e\x35\xbe\x00\x22\x7e\x09\xd0\xda\x72\x5c\xf2\x42\xa7\x2f\x74\x7a\xab\xdb\x6f\x43\x62\x0b\xbc\xbe\xc0\xeb\x39\x52\x68\x81\xd7\x17\x78\xbd\xe5\x2c\xdb\x05\x5e\x27\xb5\x6b\x40\x06\x79\xf1\x5b\x5b\x0e\xae\x5d\xe2\xb7\xae\x00\xeb\x35\x27\x0f\x2d\xb1\x5a\x17\x78\xbd\xd5\x34\x78\xf0\x3a\xa9\x89\x68\xbb\xc0\xeb\xa4\x26\x7a\xed\x02\xaf\x93\xd2\xaa\x46\x65\x90\x07\xaf\x1b\xf7\xd1\xe9\xe4\xbe\x2c\x45\x60\x4f\xd0\xe9\xc6\x7d\x74\xfa\x42\xa7\xb7\x1c\x94\xb1\xd0\xe9\xeb\xa1\xd3\xef\x9b\xa1\xd3\x17\x3a\x9d\x27\x80\x4e\x5f\xe8\xf4\x96\x43\x5d\x17\x3a\x9d\x88\x0b\xb4\x04\x66\x5d\xe8\xf4\x96\x60\xf1\x0b\x9d\x4e\x6a\xcf\xc4\x6d\xd7\xa4\xf6\xa7\x49\xa5\x26\x45\x5e\x25\x35\xe1\x6c\x17\x3a\x9d\xd4\x84\xae\x5d\xe8\x74\x52\x5a\x02\xc3\x2f\x74\x3a\xa9\x3c\x12\x91\x57\xc9\x7d\x59\x8a\xa0\x49\x81\xd8\xb3\x43\x69\x81\xd8\xd7\xfe\x34\xa9\x74\x62\x74\xfa\x42\xa7\x77\xf5\x61\x40\x43\xa7\xb7\xea\xa7\x06\x34\x74\x7a\xa2\xde\x2e\x74\xfa\x42\xa7\xb7\x2c\x6c\x2d\x74\x3a\xa9\x89\x7a\xbb\xd0\xe9\x0b\x9d\xde\x72\xd8\xe7\x42\xa7\x93\xda\x9f\x24\x0f\x35\xa0\x65\x2e\x87\x4e\x27\xa5\xe5\x40\xcd\x85\x4e\x5f\xe8\xf4\x9e\x39\x1a\x3a\x7d\xed\x4f\x07\x88\x03\x85\x4e\x5f\xe8\xf4\x9e\xa1\x10\x9d\xbe\x04\x41\x6d\x39\xc8\x72\xa1\xc2\x17\xb6\xbb\x65\xdd\x67\x61\xbb\x89\x10\x4b\x0b\xdb\xbd\x04\x46\x6d\x89\x3d\xb1\x10\xda\x0b\x40\xdd\x72\xb2\xdf\x02\x50\x2f\xb4\x74\xcb\xf1\x6e\x0b\x2d\xbd\xd0\xd2\xbc\x3b\xb4\xf4\x42\x4b\xb7\x9c\x67\xb6\xd0\xd2\xa4\x26\x10\xef\x12\x18\x75\xa1\xa5\xdb\xa6\xf1\x7e\xe4\xc4\x78\x13\x13\x26\x30\xea\x42\x4b\xb7\xac\x18\x2d\xb4\x34\x11\xc5\x69\xa1\xa5\x89\x88\x4d\x4b\xc4\x53\x52\x5a\xce\x11\x5b\x22\x9e\xae\x44\x34\xdd\x12\x61\x77\xed\x06\x12\x18\x74\xcb\x39\x62\x0b\x06\xbd\x82\x41\x0b\xe3\xb4\x60\xd0\x0b\x06\xdd\xb6\xf4\x66\x18\x34\x11\xc6\x69\xc1\xa0\x17\x0c\xba\x65\xad\x69\xc1\xa0\xc9\x96\x38\xb9\x0b\x06\xbd\x60\xd0\x2d\xa7\x9c\x2c\x18\x34\xd9\xb2\x2b\x6c\xc1\xa0\x89\x00\x50\x0b\x06\x4d\x4a\xcb\x11\x50\x0b\x06\x4d\x04\x80\x5a\x30\x68\x72\x5f\x96\x22\x18\x82\x22\x5b\x22\xec\x2e\x18\xf4\x82\x41\xb7\x9c\x14\xb5\x60\xd0\x64\x7b\x95\x3d\x49\x55\x92\x87\xa6\xc1\xc1\xa0\xc9\x96\x40\xbc\x0b\x06\xbd\x60\xd0\x2d\x47\x2f\x2d\x18\x34\xd9\xb2\x89\x6d\xc1\xa0\x17\xbe\xb9\xe5\x10\xa4\x85\x6f\x26\x22\x51\x2d\x7c\x33\x11\x56\x6a\x09\x82\x4a\x4a\xdb\xbd\x18\xf6\x22\x18\xf4\x96\x98\xbb\x0b\x06\xbd\x44\x37\x6d\x39\x1f\x65\x61\x9e\xc9\x96\x60\xba\x0b\xf3\xbc\x84\x2d\x6d\xbb\x0a\xd1\x4f\x91\xc3\x2d\xe7\xa8\x2c\xe4\xf0\x0a\x39\x2c\x4a\xd5\x42\x0e\x2f\xe4\x70\xcb\x21\x24\x0b\x39\x4c\x44\xa9\x5a\xc8\xe1\x85\x1c\x6e\x39\x3e\x64\x21\x87\xc9\x96\x0d\x76\x4b\xd8\xd2\x25\x6c\x69\xdb\x33\x3a\x09\x5b\x4a\xb6\x57\xfa\x1f\x24\x98\x88\x6f\xb5\x20\xc1\xa4\xb4\x3d\x9e\x11\x24\x98\x6c\x2f\x25\x30\x9e\x40\x82\x5b\xce\xf2\x58\x90\x60\xb2\x25\x0e\xef\x82\x04\x2f\xac\x6f\xdb\xe3\x19\x61\x7d\x57\x58\xdf\x2d\x71\x78\x17\xd6\x77\x61\x7d\x5b\x8e\xda\x58\x58\x5f\xb2\x25\x0e\xef\xc2\xfa\x2e\xac\x6f\xdb\xff\x96\x79\x37\x14\x98\x6c\x66\x6d\x50\xe0\x05\x05\x6e\x39\xfd\x63\x41\x81\x89\x70\x5d\x0b\x0a\xbc\x12\xfb\xb4\xb4\x9c\x59\xb1\x04\x3f\x25\xc2\x75\x2d\xdc\xef\xc2\xfd\xb6\x1c\x29\xb1\x70\xbf\x64\x33\x07\x14\x0f\x75\x89\x87\xda\xb2\x1c\xb8\xd0\xbb\x0b\x96\xdb\x72\xe8\xc1\x82\xe5\x92\x2d\xc1\x81\x17\x2c\x77\xc1\x72\x5b\x56\xe6\x16\x2c\x97\x6c\x39\xbd\x6f\x35\x7e\x29\xde\xb6\xe5\x78\x80\x85\xb7\x25\x9b\x59\x26\xde\x76\x85\xad\x2d\x2d\xd1\x4a\x16\xb8\x76\x61\x5f\x5b\x48\xfa\x85\x7d\x25\x5b\x0e\xfe\x5b\x62\x94\x2e\xc1\x47\x5b\xa0\xf2\x05\x4d\x5d\xc8\xd1\x76\xc4\x2d\x47\x8e\xae\x90\xa3\xa2\x95\x2d\xe4\xe8\x42\x8e\xb6\xac\x88\x2d\xe4\x28\xd9\x72\x66\xe0\x42\x8e\x2e\xe4\x68\x0b\x71\xbb\x90\xa3\x64\xcb\x99\x81\xab\x19\x21\x91\xa3\x2d\x28\xed\x42\x8e\x92\x2d\x21\x89\x17\x72\x94\x6c\x66\xca\xc8\x51\x52\x5a\x70\xd5\x85\x1c\x25\x9b\x99\x32\x72\x94\xdc\x97\x25\x6f\xa6\x7c\x91\xcd\x4c\x19\x39\xba\x90\xa3\xed\x88\x69\x46\x8e\x92\xed\xa5\x3e\x4c\xf9\x90\xa3\x2d\x34\xe9\x42\x8e\x92\x2d\x5b\x56\x17\x72\x74\x21\x47\x5b\x30\xd1\x85\x1c\x25\x5b\xce\x33\x5c\xc8\xd1\x25\xf8\x68\x0b\xec\xb9\x60\xa2\xab\xe9\x8d\x61\x21\x97\x48\xa3\x64\x4b\x30\xe3\x85\x09\x5d\x98\xd0\x16\x7a\x71\x61\x42\xc9\x96\x60\xc6\x4b\xf0\xd1\x25\xf8\x68\x4b\x54\x89\x05\xd9\x5c\xf8\xcc\x16\x50\x6c\x01\x30\xc9\xe6\xa3\x00\x00\x73\x01\x30\x5b\x56\xeb\x16\x00\x73\x05\xc0\x14\x95\x6e\x01\x30\x17\x00\xb3\x05\xf7\x5a\x00\x4c\xb2\xe5\x4c\xc6\x05\xc0\x5c\x00\xcc\x16\x8e\x6b\x01\x30\xc9\x96\x68\xc6\x0b\x80\xb9\x00\x98\x2d\x80\xd6\x02\x60\x92\x2d\x9b\x78\x17\x00\x93\x6c\x2f\x4d\xd0\x80\x0e\xc0\x6c\x2d\xb3\x6c\x00\x26\xd9\x12\x91\x78\x01\x30\xc9\x7d\x59\x2a\x49\x47\x6d\x3a\xaa\x96\xaa\xa3\xfe\x5f\x8c\xbd\x4d\xee\xf4\x3a\x72\x67\x3d\x7f\x57\x71\x77\xf0\xa6\x14\x14\xa9\x04\x0a\x77\xd2\xe3\xee\x3d\x64\x46\x04\x01\x0f\x6c\x17\xaa\xed\xfd\x37\x74\x4e\xba\xd0\xf0\xe4\xf6\xe0\xc1\xef\x01\xa1\x7f\x8a\xa4\xc8\xe0\x57\x1c\x86\x00\xe6\x04\x65\x4f\x01\x4c\x25\xb8\x1b\x32\x0d\x78\x9a\x02\x98\x93\x23\xc8\x14\xc0\x54\x82\xc8\xc4\x29\x80\x99\x02\x98\x13\x32\x2a\x05\x30\x95\x20\x32\x71\x0a\x60\xa6\x00\xe6\x9c\x4c\x7a\x04\x30\x15\x63\xfe\xa5\x00\x66\x0a\x3e\xce\x69\x46\xec\xe2\x80\x8f\x41\xb4\xe2\x14\x7c\x4c\xc1\xc7\x09\x75\x93\x82\x8f\x4a\xb8\xa9\x23\xf8\x98\x82\x8f\x13\x9c\x26\x05\x1f\x95\xc0\x5d\x39\x05\x1f\x53\xa2\x71\xc2\x8b\xa7\x44\xa3\x12\xb8\x2b\xa7\x44\xa3\x12\x44\x21\x4e\x89\xc6\x14\x55\x9c\x00\x25\x29\xaa\xa8\x04\x51\x88\x73\x39\x2c\x1b\xa2\x74\x02\x82\xa7\xf8\x62\x1a\xa2\x74\x82\x63\xa4\x28\x61\xca\x08\x4e\xbc\xed\x53\x46\x30\x97\x63\xb0\x25\x75\x0c\x96\x11\x9c\x38\x97\xa7\x8c\xa0\x12\x2f\x4b\x6a\x47\x95\x11\x9c\x38\x97\xa7\x8c\xa0\x12\xb8\x57\xa7\x21\x4a\xd3\xd8\xa3\x13\x77\xf0\x34\xf6\xa8\x12\xc4\x43\x4e\x19\x41\x25\x5e\xd6\x91\x63\xb0\x8c\xe0\xc4\x7f\x3a\x65\x04\x95\x70\xcf\xcc\xd8\xa3\xca\xf3\x18\x79\xb3\xd7\x2f\x7b\x3d\xc3\xcc\xb2\xd7\xcb\x08\xce\xc5\x98\x22\x23\x98\x3f\x46\xf0\x29\xbb\x8c\x60\xde\x36\x06\x96\x30\x32\x82\x29\x23\x38\xf1\x8b\x4e\x19\x41\x25\x5e\xbf\xbf\x9c\x26\x59\x1d\x98\x5e\x63\x8f\x26\x40\x60\xb8\x27\x27\x0f\x98\xc2\x7f\x73\x8d\xf7\x5f\x0f\xde\xb2\x81\x4a\x10\xdd\x38\x65\x03\x95\x78\xb1\xea\x91\x0d\x54\x8e\x89\x93\x70\xca\x06\xe6\x6d\x5b\xa1\x5d\x18\x54\x34\x65\x03\x27\x4e\xc2\x29\x1b\x98\xb7\x23\x15\x93\x50\xd9\xc0\x94\x0d\x9c\x8b\xfe\x2f\x1b\xa8\x18\x08\x33\x65\x03\x53\x36\x70\xe2\x61\x9b\xb2\x81\x4a\xe0\xe1\x9e\xb2\x81\x29\x1b\x38\xf1\x93\x4d\xd9\x40\xc5\x78\x99\x29\x1b\xa8\x04\x31\x85\x53\x36\x50\x39\x26\x6e\xa7\x29\x1b\x98\xb7\x43\x10\xe6\x5b\x36\x30\xef\x5f\xcb\xa6\x19\xcb\x06\x2a\x81\x0b\x7d\xde\x0e\x41\xb7\x83\xc6\xa2\xf9\x08\xdd\xe5\xfd\x6b\x3e\x66\xc4\xe6\x83\x04\x01\x84\x53\xe8\x2e\x85\xee\xe6\xcd\xda\x48\xe8\x2e\x65\xe2\x26\xae\x73\x29\x13\x97\x32\x71\x13\x27\xa8\x94\x89\x4b\x98\xb8\xc0\x4b\x3f\x65\xe2\x52\x26\x6e\x7a\x2c\x29\x13\xa7\x18\xf3\x33\x65\xe2\x52\x26\x6e\xe2\x6a\x93\x32\x71\x4a\x1c\xbe\x54\xd3\x2f\x13\x37\xb9\x36\x3f\x65\xe2\x14\x43\x83\xa6\x4c\x5c\xca\xc4\x4d\x7c\x63\x52\x26\x4e\x09\x82\x0a\xa7\x4c\x9c\x12\x04\x10\x4e\x99\x38\xe5\xf9\x4b\xf2\xe6\x08\x01\xf3\x16\x5c\xc0\x9b\xc6\x23\x4d\x61\xb7\x89\x4b\x4a\x0a\xbb\x25\xb0\x9b\xb1\x47\x53\xd8\x2d\x85\xdd\x26\x7e\x18\x29\xec\xa6\xc4\xc1\x72\x46\xd8\x2d\x85\xdd\x26\x8e\x13\x29\xec\xa6\x84\x5b\xc4\xc2\x6e\x29\xec\x36\xf1\x88\x48\x61\x37\x25\x8e\xc3\x24\x5f\x7a\x59\xaa\x37\x49\xc3\x24\xf3\xc1\x78\x23\xec\xa6\x84\x9b\xcb\xc2\x6e\xca\xf3\x18\x79\x73\xc9\x87\x04\xe1\x82\x53\xd8\x2d\x85\xdd\xa6\xee\x09\xc2\x6e\x4a\x10\x2e\x38\x85\xdd\x52\xd8\x6d\x7a\x34\x2c\xec\xa6\x04\x21\x84\x53\xd8\x2d\xdf\xce\x32\xb9\x51\x3f\x45\xd6\x52\x3e\x6d\x7a\xbe\x2d\x9f\xa6\xc4\x41\x73\x7b\x3b\x42\xc8\xa7\xcd\x9b\xed\x4f\xf9\x34\x25\x0e\x26\x24\xf2\x69\xf9\xb6\x8b\xdf\x74\xb7\xb7\x5d\x1c\x89\x03\x93\xfe\xb6\x8b\x8b\xb1\x4d\x4f\x78\xc5\xd8\x52\x8c\x6d\x7a\x1a\x28\xc6\x96\x60\x6c\xe1\x76\xbb\x18\x5b\x8a\xb1\x4d\xcf\xa3\xc4\xd8\x94\x38\x18\x0d\xc4\xd8\x52\x8c\x6d\x7a\x80\x24\xc6\xa6\x18\x9d\x36\xc5\xd8\x52\x3e\x6d\x7a\x0c\x24\x9f\xa6\x04\xd1\x8a\x53\x3e\x4d\x09\x22\x13\xa7\x7c\x9a\x72\x4c\x8f\x55\xe4\xd3\x94\x20\x5a\x71\xca\xa7\x29\xcf\x63\x14\x41\x4b\xf0\xd6\x12\x30\xd7\x37\x18\x6b\xbe\x61\xd2\xa7\xc7\x2a\xc0\x6a\x3f\x89\x83\xde\x2c\xb2\xa6\x1c\xd3\x53\x0f\x99\x35\x25\x0e\xf3\xe1\x2c\xf3\xed\x9a\xcf\x13\x8e\xb7\x6b\x3e\x24\x0e\xf3\xe1\x9a\x4f\x66\x6d\x7a\xfe\x20\xb3\x96\x22\x65\xd3\x3d\x6d\x91\x32\x25\x0e\xf3\xe6\x9a\x4b\xa4\x6c\xba\xd1\x2a\x52\x96\xb2\x62\xd3\x73\x47\x59\x31\x25\x40\x67\x52\x56\x2c\x65\xc5\xa6\xbb\x50\xb2\x62\x8a\x91\x7e\x53\x56\x2c\x8d\x13\x3b\xdd\x5e\x92\xf8\x4a\xf1\xae\xe5\x16\x8b\x78\x97\x12\xc7\x30\xe9\xf7\xa7\xd3\xc7\x82\xb4\x65\x1a\x75\x4e\xc5\x89\x77\xa5\x78\xd7\x72\xef\x44\xbc\x4b\x09\x6e\xca\x4e\xa3\xce\xa6\x60\xd6\x7a\xd1\x7b\x05\xb3\x52\xe2\x6a\xb9\x5a\x95\xb8\x4a\x88\xab\x38\x18\xd1\x25\xae\x52\xe2\x6a\xb9\x4c\x92\xb8\x52\x02\x4a\x28\x25\xae\x52\xe2\x6a\xbd\xfe\x5f\x86\x6f\x81\x2c\x25\x8e\xdf\x0f\xd3\x94\x05\xb2\x96\x0b\x1a\x81\x2c\x25\xb8\xbe\x3b\x05\xb2\x94\x20\x94\x73\x0a\x64\x29\xcf\x5f\x9a\x66\x36\x59\xb9\x11\xb6\x39\x05\xb2\x94\x63\x39\xf1\x17\xc8\x52\x82\x8b\xbf\x53\x20\x2b\x05\xb2\x96\x8b\x01\x81\x2c\x25\x0e\xb3\xe6\xb0\x29\x90\xb5\x9c\x49\x0b\x64\xa5\x40\xd6\x72\xa6\x24\x90\xa5\x84\xe7\x61\x02\x59\x29\x90\xb5\x9c\x02\x09\x64\x29\x46\x7c\x4e\x81\xac\x14\xc8\x5a\x4e\x41\x04\xb2\x52\x20\x6b\x39\x34\x09\x64\xe5\xc7\x91\x94\x11\x41\x20\x2b\x05\xb2\x96\x16\x5b\x20\x4b\x09\x2e\x2f\x4f\x81\xac\x14\xc8\x5a\x9a\x62\x81\x2c\x25\x08\x0c\x9d\x02\x59\x29\x90\xb5\x34\x94\x02\x59\x4a\x78\x30\x27\x90\xa5\xc4\x61\xf5\x3a\x44\x02\x5c\x1d\x4b\xc3\xf3\x71\x75\xf4\x71\x88\xb4\x7a\x1d\x22\x05\xb2\x96\xa6\x42\x20\x4b\x09\xc8\xb3\x14\xc8\x4a\x81\xac\x65\x5f\x11\xc8\x52\x82\xf8\xd1\x29\x90\x95\x02\x59\xcb\x96\x2c\x90\xa5\x04\xf1\xa3\x53\x20\x2b\x05\xb2\x96\x6d\x50\x20\x4b\x09\xe2\x3d\xa7\x40\x56\x1a\xdc\x77\xf9\x65\x0c\xee\xab\x84\x67\x8b\x06\xf7\x4d\xb9\xad\x65\xbd\xc9\x6d\x25\xdc\x56\x78\xb6\x28\xb7\x95\x72\x5b\xeb\x97\x11\x07\xba\xaf\x03\x1d\xa6\x48\x6e\x2b\xbf\xc4\x75\x5d\xbf\x37\xe8\xd5\x07\xb7\x15\xc4\x71\x4e\xb9\x2d\xe5\x79\xcc\x97\x7e\x4d\x63\x8a\xc3\x22\xea\x0b\x21\x93\xe2\x5d\xeb\xf7\x06\xe7\xcf\x48\x40\xec\xa5\x78\x97\x12\x1e\x5e\x8a\x77\x29\xc7\xfa\xaf\x34\xb3\xbb\xc8\x2e\xb3\x4a\xf1\xae\x94\xdb\x5a\xbf\x34\xcd\xc9\xd7\xc1\x95\xa1\xfa\xeb\xe0\xfa\xd5\x9c\x1c\x74\x8f\xaf\xe6\xe4\xab\x39\x61\x0d\xf5\xd5\x9c\x7c\x35\x27\xe0\x79\xf9\xd5\x5e\x7c\xb5\x17\xac\xa1\xbe\xda\x8b\xaf\xf6\x82\x78\xbb\xf9\xd5\x5e\x7c\xb5\x17\xcb\x24\x4b\xa5\xbd\x60\x0d\xf5\xd5\x5e\x88\x8f\xad\x03\x0b\x2e\x3e\x96\x5f\x47\x6a\x26\xc1\xe2\x63\x29\x3e\xb6\x88\x39\x9b\xe2\x63\x4a\xfc\x4a\xe0\x48\x6d\x48\xe2\x45\x30\xd9\x34\x24\xb1\x12\x44\x2e\x4e\xf1\xb1\x94\x0b\x5b\x1e\x41\xca\x85\x29\x01\xae\x98\x72\x61\x4a\xfc\xca\xee\x48\x2d\x17\xb6\x60\xfd\x52\x2e\x4c\x09\xcf\x7c\xe5\xc2\x94\xe7\x31\x0a\xaf\xa5\xf9\x3a\x52\xdf\xfe\xa5\xcd\x48\xe3\x03\x12\x98\x02\x5f\xf9\x03\xbe\x9e\x77\x0a\x7c\x25\x90\x97\xa1\xe0\xd3\xf0\xc3\xca\xf3\x87\x3e\x76\x99\x46\x36\xf0\x7d\x13\xf8\x4a\x49\xae\x45\xb8\xf5\x94\xe4\x52\xe2\xc0\x90\x49\x72\x29\xc7\x02\x1c\xcc\xb4\xe9\xa6\x4d\x17\x67\x0a\xe1\xae\x94\xe4\x5a\x80\x83\x29\xc9\xa5\xc4\xc1\x92\x4b\x92\x4b\x09\x3f\xa8\x24\x97\xf2\xfc\xa5\x69\x66\x97\xa5\x9f\x67\xdb\x92\x5c\x69\xe4\xe2\x45\xe8\xd4\x34\x72\xb1\x12\x90\x9a\x69\xe4\xe2\x14\xf8\x5a\x84\x4e\x4d\x81\xaf\x04\xf8\x32\x4c\x7d\x0a\x7c\xa5\xc0\xd7\x3a\x19\xa6\x05\xbe\x94\x20\x0e\x72\x0a\x7c\xa5\xc0\xd7\x22\x26\x6a\x0a\x7c\x29\x46\xb3\x4f\x81\xaf\x14\xf8\x5a\x1e\x10\x0b\x7c\x29\x71\xb2\xff\x26\xf0\xa5\x84\xcd\x54\xa2\x4b\x39\x16\x71\x47\x53\xa2\x2b\x21\xba\x02\xb0\x34\x25\xba\x52\xa2\x6b\x9d\xd7\x5f\x63\xde\x29\xf0\x95\x40\x5e\x06\xd8\x4f\x03\x1b\xa7\x24\xd7\x22\x2c\x68\x4a\x72\x65\xfe\x5a\x19\xdd\x5f\x44\x2b\x45\xb4\x16\x54\x5e\x8a\x68\xa5\x88\xd6\x0a\x8b\xed\x78\x06\xa2\x15\x27\x07\x4c\x22\x5a\x29\xa2\xb5\x08\xd9\x96\x22\x5a\x4a\x9c\x87\x7f\x69\xbd\x3a\x9e\x79\x04\x29\xa2\xa5\xc4\xf9\xfb\x4b\xeb\xd5\xf1\x2c\xec\x02\x8e\x67\x48\x10\x62\x39\x45\xb4\x94\xd0\x3f\x40\x44\x4b\x79\xfe\xd2\x34\xf3\xc1\x78\x66\xef\x14\xd1\x4a\x11\xad\x15\x1c\x9e\x88\x68\x25\x58\x56\x10\x14\x39\x0d\xaa\x9b\x06\xd5\x5d\x04\x38\x48\x83\xea\x2a\x01\x89\x9b\x06\xd5\x4d\x83\xea\x2e\x70\xb7\x34\xa8\xae\x12\x44\x3b\x4e\x83\xea\xa6\x41\x75\x17\x31\xbd\xd2\xa0\xba\x4a\x10\xed\x38\x65\xc0\x94\xb0\x17\x1b\x54\x57\x39\x16\x41\x15\xd2\xa0\xba\x4a\xd8\x8b\xcb\x69\xa9\xf4\xd8\x22\x44\x56\x4a\x8f\x29\x71\x5a\x50\x47\x42\xe9\xb1\x15\x4c\xda\xa4\xc7\x94\x38\x59\xa5\x48\x8f\xa5\xb1\x77\x57\xd0\x44\x8d\xbd\xab\x84\x36\xc1\xd8\xbb\x69\xec\xdd\xe5\xc1\xad\xb1\x77\x95\xd0\x26\x18\x7b\x37\x8d\xbd\xbb\x08\x27\x95\xc6\xde\x55\x02\x98\x38\xc5\xd3\x94\x20\x10\x73\x1a\x7b\x37\x25\xd6\x96\x27\xb2\x12\x6b\x09\xa5\x16\xa7\xdf\x45\x3b\x21\xb1\xb6\x08\xe3\x94\x12\x6b\x4a\x68\x61\x8c\xbd\x9b\x06\xd5\x5d\x9e\xc8\x1a\x35\x57\x09\x2d\x8c\x51\x73\x53\xd6\x6d\x81\xfa\xa5\xac\x9b\x12\x70\xce\x59\x76\xe3\xb2\x1b\x13\x02\x22\xcb\x6e\x8c\xc4\xe9\x57\x76\x62\x2b\x25\xb7\x08\x86\x93\x52\x72\x59\xf6\x53\xec\x95\x94\x5c\x4a\xc9\x2d\x4f\x42\xa5\xe4\x94\xd0\x5e\x49\xc9\xa5\x94\xdc\x22\xce\x4b\x4a\xc9\x29\x41\xa8\xe7\x94\x92\x4b\x29\xb9\x45\xf4\x88\x94\x92\x53\x42\xb3\x26\x25\xa7\x84\xae\x30\x52\x72\xca\xb1\x88\x7e\x92\x52\x72\x4a\x9c\xb6\x40\xc7\x33\x29\xb9\x45\xf4\x93\x94\x92\x53\x42\x83\x28\x25\x97\xe2\x6f\xcb\x73\x55\xf1\x37\x25\x4e\x5b\xa0\x93\x69\xb9\xb6\x45\x58\x8f\x94\x6b\x4b\x83\xd5\x2e\x62\x40\xa4\x10\x9b\x12\x3a\xdb\x18\xac\x36\xe5\xda\xd6\xb0\xca\xb5\x51\x42\x6c\xcb\x43\x54\x21\xb6\x94\x4e\x5b\x44\x18\x48\xe9\x34\x25\x08\x3a\x9d\xd2\x69\x29\x9d\xb6\xb8\xc9\x3e\xa5\xd3\x94\x38\x59\x86\x48\xa7\x25\x88\xd9\xf3\xd8\x53\x25\x32\x66\x29\x50\xb6\x60\xf8\x52\xa0\x4c\x09\xe2\x55\x67\xdb\xb5\x8c\xce\xba\xb8\x0a\x3d\x8d\xce\xaa\x04\xf1\xaa\xd3\xe8\xac\x69\x74\xd6\xe5\xe1\xa1\xd1\x59\x95\x70\xdc\x30\x3a\x6b\x4a\xac\x2d\xb0\xbe\x94\x58\x53\x42\xc7\x22\x43\xb1\x2a\xc7\xba\xf8\x0e\x86\x62\x55\x42\xc7\x22\x43\xb1\xa6\x10\xdb\xba\x30\xdb\x42\x6c\xd9\x0e\xa4\x74\x71\x21\xb6\x14\x62\x5b\xdc\xf3\x9d\x42\x6c\x4a\x10\x81\x27\x85\xd8\xd2\x18\xab\xeb\x3a\xfd\xb5\xdb\x34\x8a\x80\x25\x10\x62\x53\x9e\xc7\xc8\xc8\xfd\x35\x8d\x41\xde\x8f\xc5\x95\x20\x29\xeb\xb6\xb8\xb5\x3b\x65\xdd\x94\xd0\x77\x49\xd6\x4d\x89\x93\x29\xbc\xac\x9b\x72\xac\x0b\x5b\x63\x28\x56\x25\x74\x67\x32\x14\xab\xf2\x3c\xe6\xaf\x2d\xd3\x68\x70\xcc\xf4\x45\xe2\x52\x24\x6e\x79\x98\x2a\x12\xa7\x04\xa1\xac\x53\x24\x2e\x45\xe2\xd6\x35\xfe\xfa\x5e\xd4\x94\x98\xcb\xb6\x4f\x5d\x7e\x11\xfb\x54\xdb\xa7\x58\x43\x48\xcc\xa5\xc4\xdc\xba\xac\x43\xfb\x94\xc4\xdc\xf2\x60\x55\x62\x2e\x25\xe6\x16\x97\xdc\xa6\xc4\x9c\x12\x84\x31\x4a\x89\xb9\x34\x80\xe9\xe2\x52\xd7\x34\x80\xa9\x12\x5c\xa6\x90\x46\x28\x4d\x23\x94\x2e\x02\xec\xa7\x11\x4a\x95\xe0\x32\x85\x34\x42\x69\x1a\xa1\x74\xc1\x15\xa6\x11\x4a\x95\x20\x28\x52\x8a\xe4\xa5\xe1\x48\x17\x37\x92\xa6\xe1\x48\x95\x38\xed\x79\x9e\xdf\x49\xee\x2d\xb8\xc2\x94\xdc\x53\x82\xc8\xd9\x29\xb9\x97\xdb\x4e\xcb\xa5\x9c\xb9\xed\xb4\xdb\x4e\x8b\xa9\xdf\x76\x5a\xc3\x91\x2e\xae\xd6\x4c\xc3\x91\x2a\xe1\x4c\xc8\x70\xa4\x69\x38\xd2\x45\x78\xfa\x34\x1c\xa9\x12\xba\x93\x89\x06\xa6\xe1\x48\x17\x17\x64\xa6\xe1\x48\x95\xe0\x56\x87\x34\x1c\xa9\xf2\x3c\x76\x92\xb6\x4c\xe3\xa3\xb2\x10\x32\x1c\x69\x0a\x1a\x2e\x4f\x4c\x05\x0d\x95\xe0\xf2\x87\x94\x24\x4c\xc3\x91\x2e\xee\xaa\x4c\xc3\x91\x2a\xc1\x55\x0f\x69\x38\xd2\x34\x1c\xe9\xe2\x62\xca\x34\x1c\xa9\x12\x04\xd3\xce\xad\xf1\x90\x4b\x5c\x9e\x7b\xca\x25\x2a\xa1\x47\x9c\x5c\xa2\x12\xdc\xfe\x90\x86\x23\x55\x8e\xc5\x15\xde\x29\xaa\xa8\x84\x4e\x72\xa2\x8a\x29\x83\xb8\xb8\x4b\x32\x65\x10\x53\x06\x71\x4d\x26\xa4\x32\x88\x29\x83\xb8\xa6\x15\x67\x9f\xda\x8e\x91\xac\x7b\x64\x10\x53\x06\x71\x41\x68\xa6\x0c\xa2\x12\xfa\xdc\xc9\x20\xa6\x0c\xe2\xe2\x1a\xba\x94\x41\x54\xe2\xfc\xfd\xa5\xa5\x77\x8c\xe4\x32\xb9\x94\x41\x54\x82\xa0\xdb\x29\x83\xa8\xc4\xe9\x8f\x39\x46\x1a\x67\x74\x71\x13\x5b\x1a\x67\x54\x09\xee\x9c\x48\xe3\x8c\x2a\xcf\x63\xa6\xf9\xe9\xed\xcf\x2c\xb6\x8c\x33\x9a\x06\x10\x5d\xdc\x28\x5d\x72\x89\xf5\xe3\x12\xd7\x93\x32\x4d\x61\xbb\x82\xf0\x60\x25\x97\x58\x72\x89\x8b\x2b\xd1\x4a\x2e\x51\x09\x3c\x04\x4b\x2e\xb1\x04\x0e\x17\xf7\x9f\x95\xc0\xa1\x12\x44\x11\x2b\x81\xc3\x7a\x4d\xb3\x71\xf8\x86\x36\xad\x79\xec\x26\x69\x93\x64\x9b\xe1\xde\xe9\x92\x4b\x54\x82\x30\xdc\x25\x97\xa8\x04\x97\x66\x94\x5c\xa2\x72\x2c\x6e\x2c\x2b\xb9\x44\x25\x88\xcc\x5d\x86\x1e\x55\x9e\xc7\x4c\x5b\xa6\x2d\x1e\x3b\x49\xba\x4d\x32\xbb\x27\x69\xb7\xf9\x60\xa8\x0a\x2b\xf2\x36\x1f\xf7\xef\xa5\x64\xf7\xf6\xa5\xb7\x2f\xbd\x48\xf2\xa5\xce\x0c\xb9\xee\xab\xc4\x17\x95\x20\x5a\x77\x89\x2f\x96\xf8\xe2\x02\xbd\x2d\xf1\x45\x25\x88\xd6\x5d\xe2\x8b\x4a\x10\x99\xbb\xc4\x17\x95\x63\x41\xde\x96\xf8\x62\x81\x2f\x46\xf8\xf9\xde\x96\xca\x8e\xc0\xcd\xd5\x25\xbe\xa8\x04\xe1\xb5\x4b\x7c\xb1\x0c\x47\xba\xb8\x83\xaa\xc4\x06\xeb\xf5\x6b\x6d\x93\xbc\x7d\xad\x37\x5a\x1b\x21\xb7\x4b\x6c\xb0\x5e\xbf\xd6\x36\xf9\xd3\xf4\x0d\x8e\x1e\xd0\xb8\x25\x36\x58\x62\x83\x0b\x4c\xb5\xc4\x06\x0b\x6c\x30\xc2\x16\xd2\x3e\xe6\xe8\x71\xfb\x05\xdb\x72\x31\x7a\x10\x9a\xbb\xc4\x06\x4b\x6c\x70\xdd\x7e\x9a\xb6\x7e\x19\x3d\x58\x0e\x96\xd8\xa0\xf2\x3c\xe6\x9f\x7e\x4d\xfb\xf2\x18\x95\xc9\xa9\x60\x49\x17\xae\xdb\x3a\xdf\xe6\x6d\x5b\x4b\x54\xe6\x36\x6f\x2c\x11\xc3\xf6\xb6\xfd\x0c\x8e\x3b\xb7\x95\xb9\xcd\x2e\xe3\x4e\xd8\xde\xb6\xd9\x75\x67\xf4\x3e\xe2\x2f\x07\xef\x02\x4e\xfc\x49\x84\xcd\x71\x5b\xd5\x8e\x5e\x5c\xfc\x51\x32\x8a\x05\xa3\x18\x44\xeb\x2e\x19\xc5\x92\x51\x5c\x5c\x86\x51\x32\x8a\x4a\x10\x9a\xbb\x64\x14\x4b\x46\x71\x71\xcb\x45\xc9\x28\x2a\x41\x68\xee\x92\x51\x2c\x19\xc5\x75\xfb\xa7\x97\x2f\x65\xf4\x62\x5d\x5c\x32\x8a\x4a\xb0\x06\x2e\x19\x45\xe5\x58\xdc\xe9\x50\x32\x8a\x4a\x10\xad\xbb\x64\x14\x95\xe7\x31\x8a\xc0\x80\xa6\x04\xd1\xba\x4b\x46\xb1\x64\x14\x17\x77\x3a\x94\x8c\x62\xc1\x25\x06\x91\x05\xeb\xd0\x86\xc9\x28\x2e\xce\x81\x4b\x46\x51\x89\xf0\x05\xda\xb0\x43\x1b\xc6\xe5\x07\x75\x68\xc3\x90\x88\xdf\x0b\x2c\xbc\xc6\x09\xfe\xb5\x0e\x8d\x13\x12\x44\xeb\x2e\xe9\x46\x25\x58\xb2\xd7\xa1\x71\x3a\x34\x4e\xf0\xf8\x75\x68\x9c\x0e\xad\x4e\x50\x6d\x5a\x1d\x81\xc7\xc5\x39\x70\x09\x3c\x2a\x11\x96\x80\x85\x66\x09\x3c\x2e\x58\xf6\x12\x78\x54\x82\x30\xdc\x25\xf0\x58\x87\x56\x07\x34\xb7\x0e\xad\xce\xa1\xd5\xb1\xa0\x5a\x1d\xb9\xc8\xc5\xa1\x6f\xc9\x45\x2a\x11\x83\x7c\x68\x62\x64\x20\x17\xc7\xb4\x25\x03\x59\x30\x90\x81\x9b\x76\xc9\x40\x96\x0c\xe4\xe2\x92\xdd\x12\x72\x54\x82\x2d\x86\x12\x72\x2c\x21\xc7\x05\x87\x5b\x42\x8e\x4a\xb0\xc5\x50\x42\x8e\x75\x7c\x7c\xe9\x4d\x43\x22\xac\x8d\x12\x6c\x31\xd4\xf1\x61\xd4\x90\x85\x5c\x70\xb8\x25\x0b\xa9\x04\x01\xbc\x4b\x16\x52\x09\x82\x75\x97\x2c\xa4\xf2\xfc\x25\x45\xf8\x9a\x5d\xc6\x5a\x82\x75\x97\x2c\xa4\xf2\x3c\x46\x76\xb5\x7e\x87\xd6\xcf\x4f\xaa\xf5\x3b\xbe\x1a\x18\xc6\xc7\x83\x7b\xb7\x94\x08\x3f\x29\x87\xa3\x25\x32\xb9\x40\x89\x4b\x64\xb2\xc0\x24\x83\x1d\x91\x32\xe4\x6c\x89\x4c\x2e\x0e\x9a\x4b\x64\x52\x89\xb8\x78\x41\x9a\x37\xbc\x5f\x17\x8c\x70\x89\x4c\x2a\xc1\xc6\x49\x89\x4c\x96\xc8\xe4\x82\xea\x2d\x91\xc9\x3a\xca\x37\x68\x42\xca\x37\x94\x6f\xa0\x7a\xcb\x37\xb8\x56\x06\x3f\x2d\xc9\x4a\x25\xc2\x26\x58\x96\x5e\x9b\x0e\x7e\x5a\x92\x95\x75\x68\xd3\x27\x55\xae\x4d\x3f\xb4\xe9\x6f\x8d\x94\x36\xfd\xd0\xa6\xdb\x52\xb5\xe9\x32\x99\xeb\xad\xa5\xd1\xe4\x1e\xda\xd7\xb7\x7d\x46\xfb\x7a\x68\x5f\x19\x97\x0c\x7d\xab\x3c\x8f\x91\x39\x0d\xe8\xa1\x01\x9d\x94\x54\x03\x2a\xe1\xb9\x80\xfa\x4a\xc2\xb3\x4e\x0d\x28\x7d\xe1\xd4\x80\x4a\x78\x2e\x4e\x9a\x4b\xc2\x53\x09\xf6\x8d\x4a\xc2\xb3\x24\x3c\x17\x08\x5b\x49\x78\x2a\x41\x94\xf0\x92\xf0\xac\xd3\xa5\x3d\x20\x5a\x89\x73\x2a\xc1\xf6\x52\x89\x73\x2a\xcf\x63\xa6\xf9\x52\xad\xe5\x22\xbb\x5a\x4b\x71\xce\x05\x9e\x55\xe2\x9c\x4a\x10\x24\xbc\xc4\x39\x4b\x9c\x73\x81\x67\x95\x38\xa7\x12\xdc\x68\x55\xe2\x9c\x75\x6a\x2d\xdf\x16\x4b\x6b\x79\x6a\x2d\xe9\xf5\xa7\xd6\xf2\xd4\x5a\xbe\xcd\x88\xd6\xf2\xd4\x5a\x3e\xcb\xa6\x3a\xb5\x96\xc6\xe5\x5d\x6f\xff\x54\xd3\x78\x6a\x1a\x17\xd5\xab\x69\x3c\x35\x8d\xd0\x3a\x75\x6a\x1a\x4f\xe7\x6d\x8b\x1a\x77\xde\x26\x43\xba\xa0\x75\x4a\x86\xb4\x4e\x27\x64\x8b\xec\x3a\x21\x93\x21\x5d\x70\x2d\x25\x43\xaa\x04\x01\xc1\x4b\x86\xb4\x64\x48\xd7\xfb\xed\xaf\x59\x04\x4d\xe3\xed\x5f\x5a\x84\xdb\x97\xd2\xed\xcf\xbb\x4d\xc3\xfc\xdc\x7f\x7d\x3f\x4b\x9d\x37\xd6\x49\x12\x75\xe1\x0d\x50\x92\xa8\x4a\x84\xa5\xd1\xe6\x8a\x9d\xde\xc0\x26\x25\x76\xaa\x04\x37\x88\x94\xd8\xa9\xf2\x3c\x66\x9a\x9f\xdc\xa9\xde\x4d\xed\x3b\xd5\x13\x3b\xbd\x5f\x2f\xd2\x34\xd7\xa7\x53\x3d\x6c\xae\xd8\x69\x9d\x1f\x5f\x7a\x50\x6a\xcd\xf5\xa9\xb9\xbe\xa9\x7d\xcd\xf5\x89\xb9\xbe\xf1\x4a\xa8\x53\x73\x7d\x6a\xae\x59\x45\x9c\x9a\xeb\x13\x3b\x7c\xc3\x60\xd4\xa9\x1d\x3e\xb5\xc3\x58\x70\xb9\xd6\x82\x61\x3d\x6e\x38\x87\x12\x62\x55\x82\x1b\xcb\xea\xd4\x9a\xca\xb5\xde\x90\x09\x25\xd7\x5a\xa7\x66\xd2\xcf\xab\x99\x94\x6b\xbd\x21\x02\x4a\xae\x55\x89\xf0\xf3\x6a\x26\xcf\xb4\x08\x8c\xd4\xa7\x66\xf2\xd4\x4c\xbe\xfd\x4b\x8b\x80\x99\xbc\xf1\xb4\x2f\xf1\xd7\x3a\xcb\xfc\x6a\x01\xb4\x7f\xa7\xf6\x8f\x71\xe3\xd4\xfe\x49\xc9\xde\xf8\x78\x97\x94\x6c\x9d\xda\x3f\x1b\x90\xf6\x4f\x4a\xf6\xc6\xf1\xb9\xa4\x64\x95\x20\x1c\x78\x49\xc9\x96\x94\xec\x8d\xe3\x73\x49\xc9\x2a\x41\x38\xf0\x92\x92\x2d\x29\xd9\xfb\x65\xd7\x76\xb2\x7a\x3a\x59\xb5\xbd\x69\x39\x91\x20\xcc\x77\x49\xc9\x2a\xcf\x5f\xf2\x6b\x1a\x53\x24\x86\x4d\x50\x63\x2a\x25\x7b\xbf\xb4\x4e\x1a\x53\x24\x08\xf3\x5d\x52\xb2\x25\x25\x7b\xe3\x0e\x5c\x52\xb2\x05\x19\x1b\x84\xf9\xae\xd0\x98\x4a\xc9\xde\x2f\xba\xb6\x94\xac\x12\x5c\x4c\x57\x52\xb2\x25\x25\x7b\xe3\x37\x5b\x52\xb2\x4a\x40\xe4\x94\x94\x6c\x49\xc9\xde\x78\xbf\x96\x94\xac\x12\x10\x39\x25\x25\x5b\x71\xf9\x52\xda\x60\x68\x4c\x91\x20\xcc\x77\x85\xc6\x54\x98\xf6\xc6\x3b\xb4\x84\x69\x95\xe0\x36\xbc\x12\xa6\x2d\x61\xda\xfb\xf5\xe6\xa5\x1a\x53\x60\xda\x20\xfe\x71\x09\xd3\x96\x30\xed\x8d\x3f\x67\x09\xd3\x2a\xc1\xae\x76\x09\xd3\x2a\xcf\x63\xbc\x61\xfa\x52\xbc\x64\xd9\xd5\x2e\x63\x44\x97\x30\xed\x4d\xc4\xff\x12\xa6\x55\x82\x68\xca\x25\x4c\xab\x04\x61\xae\x4b\x98\x56\x79\xfe\x92\x7a\xd3\xbe\x22\xc1\x7e\x78\x09\xd3\x2a\xcf\x63\xfe\x9a\xf9\x60\x86\x3a\x4e\xdf\x69\xe1\x39\x32\xbd\x0f\xeb\x6d\xfd\xf2\xf6\xe5\x31\xea\x83\x23\xd3\x92\xb9\xbd\xf1\x85\x2c\x99\x5b\x25\x88\x86\x5d\x46\xa1\x2e\xa3\x50\xdf\x87\x25\xd5\x5a\x23\x41\x34\xec\x32\x0a\x75\x19\x85\xfa\xc6\x17\xb2\x8c\x42\xad\x04\xd1\xb0\xcb\x28\xd4\x65\x14\xea\xfb\xb0\x58\xda\x59\x24\x06\x93\x08\x39\x5f\x25\x08\x9a\x5d\xe1\xdc\x36\xb4\xa9\xc7\x2f\xcd\xc2\xbf\x2d\x3c\xf5\xa1\x4d\x95\x10\xbe\xf1\xd5\x2b\x11\xe0\x02\x01\x0e\x62\x55\x97\x08\x70\x89\x00\xdf\x78\xb4\x94\x08\xb0\x12\xc4\xaa\x2e\x11\xe0\x32\x7e\xf5\x8d\x57\x5b\x19\xbf\x5a\x09\x6e\x50\x2c\xe3\x57\x97\x08\xf0\x8d\x7f\x59\x89\x00\x2b\x31\x58\x4a\x89\x00\x2b\x41\x94\xeb\x12\x01\x56\x9e\xbf\xe4\x05\xce\x6d\x91\xe0\xee\xc5\x12\x01\x56\x9e\xc7\x28\x82\xd6\x18\x89\x61\x09\xb4\xc6\x22\xc0\x37\xce\x57\xf5\x0e\xf2\xf1\x5e\xfd\xe7\x1f\x5c\x59\x50\x6f\xeb\xfb\xdd\x9c\xa8\x3d\xcf\x7c\x7c\xe6\xf3\x3c\xc3\x86\x79\xe9\xd8\x55\x9f\xcf\x8b\x2a\x7b\x52\x9c\x73\x7e\x76\xff\xf9\x87\x9d\xec\xeb\x5f\x7d\xe3\xf3\xe7\x1f\x44\xa1\xae\xef\x78\x91\xf2\x74\x7f\xa2\x29\x97\x0e\x3b\x85\x6f\x0c\x17\x3a\x96\x8e\x2d\xf5\x7d\xde\x45\xe8\xd9\xd2\x29\xa4\xbe\xef\xcf\x9f\x7f\x5c\xaf\xbf\x76\x4e\x2b\x7d\x41\xea\xfb\x58\xe7\x8b\x26\x94\x66\x25\x9f\x1f\x05\xab\x29\xcf\xe1\x15\x22\xb6\x94\x27\xe3\xc5\xbd\xa7\x04\x67\x29\xaf\x38\x55\x26\xd6\x30\xc1\xbb\x2b\x9f\xb5\x0a\x21\x57\x2a\xfd\x8c\xf9\x14\x9b\xc8\x20\x55\xbe\xab\x9e\x77\x71\x57\x5a\x95\xef\xe2\x7c\x09\xaf\xe8\x6a\x9f\xe9\xe7\x19\x2e\xce\x28\xcf\x29\x8a\xa3\x83\x03\x2a\xb3\x3c\x32\x28\x36\xee\x0f\xfc\xfe\x8a\xdd\xfb\xbf\x95\x77\xd7\x01\xfe\xf4\x8b\x9f\xea\xd7\xf3\x53\x41\xd0\xf3\x76\xbf\xa9\x5f\xb9\xff\xfc\x23\x38\xa2\xe9\x57\xbd\x48\x7a\x64\xd0\xfb\x9a\xbd\x9c\x47\x9e\x66\x44\x3c\xbe\x7e\xb1\x48\x50\x82\x3d\xd6\x7e\x31\x46\x36\xbb\x33\xc1\x9d\x85\xfd\xea\x5f\xd2\xfa\xf3\x8f\xf5\xcb\x04\x28\x6e\xbf\x9e\x5a\x08\x22\xac\xf5\x61\xbe\x0e\xf2\x05\x54\xd4\x87\xf9\x3a\x92\xa4\xc7\x4c\xf6\xf1\xe4\xf1\x27\x01\x1c\xd8\x87\x59\x3d\x9e\x9f\x0f\x6e\xcb\xee\xc3\x9f\x47\xd6\xfb\xc5\x53\x0c\xa3\x7d\xf0\x46\xee\x20\xee\xd3\x37\x9e\x91\x84\x5a\x5f\x24\x95\x49\x45\xd2\x49\x52\x93\x44\xbe\x88\xee\xd4\x4e\xe4\xfa\xdc\x8f\xad\xe6\xf6\xaf\x3e\x89\x8a\xac\xc4\xdb\x3f\x24\x28\x72\x9f\xbc\x91\x59\x69\x87\x6f\x44\x02\xb2\xba\x23\x4e\x93\x1e\x5b\xc2\x42\xa3\x23\x82\xa4\xb1\x78\xea\xf9\x79\x06\xc5\x9f\xfc\xd7\x53\x0c\x8d\x1d\xd7\x7e\xfa\xcf\xf1\x14\x28\x26\x35\x81\x04\x61\x2f\xda\x41\xaa\x63\xe6\xf3\x54\x98\x54\x26\xd5\xf3\x69\x1f\x7b\xd3\xc1\xa6\x6c\x07\x7d\x88\x49\x4c\x6b\x44\x3b\x9e\x69\xd0\xc0\xdb\xb1\x83\x58\x10\xca\x60\xbe\xdf\x41\x27\x56\x06\xb7\x7a\x74\xd8\x26\xe2\x69\x07\x03\x67\xe1\x8e\x32\xf7\x8f\x0c\x56\x00\x1d\x65\xee\xeb\xc3\x53\xfe\x21\x55\x18\xfd\xe2\x29\x92\xda\x4c\x3c\x32\x0e\x73\xdf\xd6\xd7\x23\xd7\xcd\xa7\x8d\xb6\xbe\x1e\xfb\x33\x98\x57\x77\xb4\x99\x78\x64\x30\x9d\xed\xb0\x15\x22\x03\xcf\xde\x0e\x9b\x49\xf4\x97\xa7\x28\x23\xfb\x80\xca\xc0\xf0\x76\xb4\xf5\xf5\xc8\xe0\xb0\xbd\xa3\xad\xaf\x47\x06\x7e\x89\x1d\x4d\xc3\x8c\x4d\xee\xfd\x68\xdb\xdc\x6f\x72\x3f\xc8\xd7\x36\xf7\x8f\x0c\x10\xe6\x8e\x6d\xee\x37\x55\x38\x68\x13\xdb\xdc\x6f\x72\x4f\xbb\x8f\x6d\xee\xf7\x9b\xa7\xfc\xc3\x8f\x49\x4f\x15\x32\xd3\xea\xb0\x15\x22\x03\x73\xdd\x61\x2b\x8c\x67\x8e\x36\x98\x41\x75\x6c\x73\x8f\xe5\xc5\xf4\xf6\xb0\x61\x22\x03\xef\xd9\x1e\x36\xcc\xf1\x34\xc6\xc1\xf4\xa6\x47\x0c\x93\x26\x4f\x1d\x24\x2d\x93\xc8\xc4\x63\x86\x7a\xc4\xd7\xa4\x2f\x49\xfe\x7c\x9a\x44\xad\x5e\x83\xa4\x32\x89\x7c\x9d\xfe\x3c\xf9\xe2\x72\x89\x81\x5f\x6b\x8f\x61\x26\x1e\x19\x8c\xf8\x3d\x98\x4d\xf6\x18\x34\xdf\x8b\x9f\x1f\xbf\x3f\x6c\x06\x0e\xf2\x35\xf8\x1c\xe3\xe2\xb7\x16\x3f\x7f\xf9\x5b\xcf\xc4\x70\x70\x5e\xdd\xe3\xb2\x40\x8f\x0c\xa2\x57\xf7\x60\x8e\xa8\x0c\xfc\x24\x7b\x30\x47\xec\x71\x39\x2e\xdd\x24\x59\xc6\x47\xc6\x65\xbe\x2e\xcb\x78\x51\xc6\x65\x92\x65\xbc\xc8\xd7\x49\x81\x2e\xf3\x35\x79\xe3\xc9\x6f\x4d\xdf\xf8\x4c\x00\xc7\x15\x3c\x85\xeb\xa7\x32\x70\xaf\x6c\x6f\xc6\x68\x6e\xc3\x18\xdc\x5d\xdb\x63\x9a\x09\x3b\x32\x1d\x66\xd8\x91\xc7\xdc\x3c\xc5\x1f\x12\x4a\x50\x19\x0c\xcf\xed\xf5\x19\xca\xb8\x06\xc5\x5e\x56\xce\x23\xe3\xb2\x01\x2c\x2b\xfa\x91\x81\x23\x65\x7b\xa3\x86\x32\xae\x49\x19\x97\xb9\x7f\xe6\x88\x86\xec\xee\xb1\xcc\xea\x22\xab\xeb\xaf\x57\xcb\x3d\x96\x25\x59\x54\xa7\x25\x59\x56\x27\x26\x09\xff\xcc\xf6\xe2\x0b\x65\xe0\x64\xd9\xe3\x6d\xb6\x9f\xb5\xb2\x91\x9c\x7b\xbc\xfd\x5a\xcf\x1c\x6e\x4c\x5b\xf7\xdb\xea\x7c\x53\x9d\xd8\xfe\xf1\x36\x8f\xcf\x1c\xc1\x40\xce\x3d\xde\x66\x62\xfb\xc6\x27\x13\x97\xdd\x82\x4b\x00\xc6\x69\x12\x73\x66\x65\x70\x76\xd0\x5c\x0e\xf0\xc8\xf3\x87\xdc\x48\xd1\x86\x23\x6f\x40\xff\xc1\x06\x55\x5f\xef\x36\xa9\xff\x69\xf1\xae\x37\x8d\x01\xce\xff\x67\xf1\xc4\xfc\x95\x9f\x79\x13\xf3\x6f\x30\xfe\x9f\x79\x23\x30\xf8\x4f\x7e\xb6\xcc\xf8\xe0\x4d\x2c\xf0\x9f\x2d\x33\x16\xb8\x32\x70\xd6\x6c\xe2\x82\xff\xad\x2f\xca\xc8\x8a\xbb\xa7\x65\x9c\xcf\x68\x33\xb8\x4a\xbb\xa7\xa3\x0d\x32\xf0\x63\x6e\xe9\xf1\x9e\xb4\xee\xc1\x6f\x4d\x5b\x37\x32\x70\x3c\xee\x79\xf1\xc6\xb9\xec\x88\x24\x59\x13\x44\x83\xfd\xb5\xc8\x99\x5f\x93\xbe\x7f\xfe\x71\x11\xbc\xba\x67\x92\x7b\x58\xe0\xc1\x9d\xc0\x0d\x10\xfc\x93\x69\xd7\x17\x0b\xee\x49\xee\xe7\x33\x3d\xef\x65\xee\x17\x6f\xe4\x34\xb8\x0d\x1f\xd9\x8b\xa7\xb8\xf2\xb6\x6f\x9f\xba\x79\x0a\xe4\xab\x25\xef\x9a\xc0\x70\xc6\x37\x6b\xe3\xc2\x29\x97\xe6\xcd\xb8\x70\x0d\xa8\x36\xde\x8b\x24\xf3\x85\x0c\x2e\xb0\x6b\x99\xb5\xbe\x9f\x37\x5e\x6c\xe2\xb4\xb3\xe4\x7e\x3f\x16\xf3\x62\x1b\xa3\xdf\x71\x99\x74\x3d\xf3\x3c\x5a\xce\x3b\xf8\x79\xe6\xd2\x17\xd7\x1f\xb4\x93\xe9\x06\x17\x32\x98\x4d\x4b\x0b\x29\x17\xa0\x68\x4b\x0b\x35\x61\x99\x2e\x80\xa7\x36\x2a\x93\x72\x01\x0a\xb4\x51\x99\x1a\xce\xe5\x3a\xc8\xfd\x9b\x0d\x00\x45\x27\x89\x26\xa4\xd2\x23\x4f\x26\x70\x6b\x6d\xe7\xef\xcd\xfc\xfd\xc2\x75\xb9\x9d\xc0\x37\x94\xc4\xc5\x69\x77\x7f\x6c\xd1\xc8\x05\xa3\xde\x1f\x5b\x34\x72\x71\xaa\xda\x4c\xf9\x7f\x72\xb1\x6d\xda\xd2\x15\xfd\xf9\x9e\x3c\xf5\x7c\x34\x49\x0a\x45\x90\xa2\x3f\x2c\x65\xfa\xd3\xfc\x21\x13\x42\xc9\x07\xe5\x62\xcb\xb8\x3f\xce\x07\x3e\xcf\xb0\x7e\x71\x0d\x4b\x7f\x1c\xd6\x91\x6b\xd0\xdd\x85\x1c\x9a\xc5\x86\x57\xf9\xb7\xab\x8d\x66\xdd\x70\x39\x60\xbb\x70\xe8\xef\x63\x54\xae\xe1\x53\x2c\x1c\x95\xe9\xa7\xd5\x9b\xbc\x89\xfb\xe1\x6d\xf1\xfd\x25\x10\xbf\x72\x39\x2b\xfd\xda\xf9\xbe\xcd\x53\x8c\xe1\x5f\x27\x12\x88\x71\x12\xfa\xeb\x44\xe2\x4b\xbe\x08\x3e\xde\x2e\x3d\xda\xa5\x07\xc1\xab\xdb\xb5\x47\xe3\x85\x7a\x81\x75\xb7\x4e\xa8\xca\xe2\xd6\x97\x4e\x67\x0d\xac\x2c\xbc\x74\xb9\x5d\x5a\x28\x8b\xdd\xe3\x2e\x87\xf5\x8a\xa7\x72\x88\xe9\xd2\x15\x6f\x93\xde\xcf\xcf\x33\x8b\xaf\x60\x6e\xc1\x9a\xc4\xbb\x94\xdb\x45\x49\x17\x65\xe4\xb8\xac\xcb\x32\x22\xd7\x4d\x4d\x94\x06\x06\x2f\xc1\x8b\x5b\x81\x5b\x27\xc1\xae\xaf\x63\xf8\x45\x52\x98\x74\xf3\x14\x3f\xff\x35\x13\x8f\x0c\x96\xde\xed\x45\xf7\xca\xc5\x2d\xbe\x5d\x1c\xac\x74\x7d\x31\x43\xa7\x49\xd4\x2a\xd7\xdd\x5f\x5c\xec\xdb\x95\xc3\xa4\xa7\x8b\xb2\xa2\xee\xb2\x6f\x57\x92\x7b\xcc\x63\xa5\xb9\x4f\xa6\x41\x8c\xbb\xe5\xea\x02\xb9\x38\xca\xe9\x72\x75\x81\x0c\x97\x4b\xe5\x42\x08\xf1\xca\xd6\xae\xb2\x56\x8b\x32\x86\x49\x96\x91\xfe\x08\x58\xd8\xde\xa1\xaf\x0c\xfc\x0a\x5b\xf7\xc3\xae\x67\x5e\x77\x71\xdc\xd3\xe5\xbc\xae\x98\xc4\x0d\x2b\xda\x49\x1c\xf2\x9b\xf3\xe0\x75\xf8\x93\xeb\x6d\xbe\x9c\xd7\x95\xf3\xba\xf1\x7c\x0e\xd7\x8d\xca\x18\x63\xfd\xf5\x50\xdc\xb6\x8f\x7e\xa6\x7d\xde\xab\xda\xed\xb4\x0f\x19\x83\x59\x65\x6b\xcb\xfa\xb1\x5f\x17\x87\x2d\xdd\xce\x04\x91\x31\x98\x41\x74\xdc\x26\x3d\x7d\x80\x9b\x11\xbb\x9d\xf6\xb5\xd3\x3e\xec\x75\x3b\xed\x43\x2e\xd7\x36\x1d\x7c\x07\xbc\x28\xc7\x60\x44\xd5\x8b\x52\xb9\xb8\x53\xb0\xdb\x99\x20\x32\x88\x15\xd1\x38\x59\x3e\x42\xbe\x86\x49\xe6\x8b\xc1\x6c\x50\x77\x5e\xfa\xdf\x3d\x9e\x01\x88\xe3\x98\xee\x91\x26\xd1\xb0\x18\xb0\x7b\x98\xd5\x8b\x9a\x60\xd2\xea\x05\xff\xca\x80\x78\xea\x76\xbe\x88\x5c\x9c\xb2\x74\x3b\x5f\xec\xcb\x11\x95\xdc\x5f\xd6\xc4\xc5\x67\xa6\x9f\x37\xe1\xa7\x95\x71\xfc\xfe\x90\xd6\x8d\x6b\xa7\x97\xc0\xb6\xae\x9d\xca\x18\x93\x02\x4d\x8b\x3d\x79\x23\x5d\x4c\xcf\x4e\xe5\x37\x86\xf7\xb4\xd8\xcf\x14\xd2\xfb\x5e\x5b\x5f\x4f\x65\x0c\xac\x81\xbe\x9e\xdd\x93\x9a\x60\x06\xd2\xd3\x9a\x60\xc5\x78\x98\x55\x57\x8c\x3d\xf9\x42\xcb\x4c\xf8\x85\x98\x68\x0e\x33\xe1\x44\x13\xb9\xb8\x94\xad\xdb\x89\x26\x32\x34\xa8\xed\x44\x13\x4f\xd2\x8b\x93\x9f\xd6\x93\x54\x19\x1a\x54\x1d\x49\x95\x81\xcb\x6c\xeb\x48\xaa\x8c\xc1\x9c\xd8\x98\x09\xca\xc5\x2d\x6d\x6d\xcc\x04\x65\x0c\x0b\xe4\x74\x14\xb9\xb8\xa4\xad\x7b\x59\x6c\xe6\x9b\xc3\x02\x39\xdf\x44\xe6\xb0\x7d\x2d\x8b\x8d\x11\x04\x0f\x6d\x77\x5d\x94\x31\xcc\xbd\x53\x50\xe4\xe2\xd6\xb6\xd6\x61\x54\x19\xdc\xef\xd3\x3a\x8c\x2a\xbf\x11\x42\x7f\xd1\xc6\x39\xd4\xeb\x6c\x5b\xdf\x50\x65\x0c\x0b\xe4\xdc\xb5\x9d\xbb\xda\x30\x9d\xbb\x22\x03\x56\xac\xfb\x6d\x81\xd8\xf2\x72\xaf\xa1\x9d\xce\x22\x63\xfc\x72\x6f\x19\x19\x8a\xdf\xac\x64\xdd\x33\x52\xc6\x30\xf7\x1f\x0b\xc4\x74\x03\xdc\xb5\xdb\xe9\x06\x32\x86\x59\xfd\x98\xd5\xcf\xcd\xc0\xc8\x1b\x3f\xe6\xeb\x43\xfb\x62\x8a\xd0\x1f\xf3\xc5\xdc\x75\xfc\xde\x68\xbe\x1e\x99\xdc\xa5\xd6\xfd\xf9\xe5\x2b\xff\x39\xdf\x6c\x47\x54\x64\x0c\x76\x4a\xda\xd1\xa6\xd9\x4b\xe3\x0c\xac\xfb\x6b\x93\xfb\x62\x9c\x19\xc3\xdb\xd1\xa6\xbf\xcd\x53\x14\xfb\x6b\x5b\xfd\xd2\x56\xdf\x24\xa5\x7f\xf8\xc8\xe4\x5a\xaf\xd6\xdf\x55\x59\xcb\xba\x4f\x6b\xe2\x19\x3b\x26\x1b\x6a\xdd\x4e\x08\x91\x31\xb0\xfd\x9d\xd6\x44\xf2\xd1\xde\xfe\x96\x1f\xed\x99\xf4\x4e\x82\x66\x76\x3b\xe9\x45\xc6\x85\xa1\x6f\x27\xbd\xc8\x74\x8e\xd8\x69\xb1\x1f\x19\x97\x95\xe3\x30\x85\x4c\xee\xe5\xea\x76\x98\x6a\xc6\xa4\xcb\x9a\x70\x4c\xea\x67\x00\x9a\x5c\xcb\xd5\x3a\xeb\x2a\xe3\x62\xe5\xdf\xee\xe0\x74\xf1\x5b\x0c\x8c\x5d\xbf\xdf\x62\xc5\xc8\x9e\x51\xb7\x95\xd3\xcc\x79\x18\x80\xda\x49\x2f\x32\x2e\xa6\x1b\x3a\xf4\x2a\xf3\xa5\xd9\x76\xd7\x05\x19\x17\x5b\x06\xed\xae\x0b\x5e\xb7\xde\x50\xdc\xbd\x7f\x49\x4f\xaf\x5d\x56\xe1\xb6\xbe\xd8\x14\xe5\x02\x9d\xde\x8e\x5c\xb8\x7b\x7a\x7d\x70\x1b\x91\xa2\xb7\x4b\x4d\xcc\xf6\xb6\x6f\xef\xa7\x8b\x4e\xb7\x6b\xb6\x5d\x14\x99\xee\x94\x6c\xbb\x28\x32\x2e\x06\x1d\xdd\x43\x95\xdf\xe2\x76\xdb\x45\xf7\xd3\xd3\x26\x3b\xe7\xbd\xed\x69\xc8\xb8\x18\x87\xb6\x3d\x0d\x99\x90\xc1\xbd\xed\x69\xc8\x6f\xcd\xb6\xed\x69\x88\x97\xe2\x36\x9e\xa8\x3f\x19\xd7\xf5\xd7\xc1\xb1\x7b\x3b\xbf\xde\xcf\x64\x7a\xba\x6b\xb2\x9d\x4c\x23\xe3\x62\x8e\xa7\x53\x6b\xe3\xa1\xea\xc5\xba\xbd\xed\x9b\xc8\xc0\x9b\xbb\xf1\x5c\x7d\xe4\xe9\x75\x5a\xf5\x6d\xaf\x43\x06\xd7\x70\xf5\xb6\xd7\xed\xf4\x29\x7e\xcb\x46\x8a\x8c\xcb\x4f\x63\x23\xdd\x7c\x53\xa8\xba\xde\x7e\x53\x64\x69\xcb\xb6\xdf\x74\xf3\x4d\xe1\x56\xb6\x5b\xcf\xfb\x75\x3d\xbd\x0e\xe8\x63\xbf\xae\x5f\x12\x5f\xeb\x0c\x92\x4e\x92\x9e\xe1\x60\xe2\xf1\xbc\xf5\xe9\x54\x06\x5b\xcf\x5b\x9f\xce\xcd\x36\xf6\xc4\x0f\x71\xbb\x8d\xbd\xf1\x81\x9c\xf8\xcb\xed\xd7\xdb\xa7\xde\xec\x58\xdd\x3e\xb5\x4c\xba\x79\x8a\xdf\xe2\x33\x2b\x83\x29\xf7\x7e\xf1\x99\x37\x5e\x93\x13\x2f\xb5\xfd\xe2\x73\x28\x83\x9b\xbb\xf6\x8b\xe5\x8e\x32\x71\x2b\xdb\x2f\xbe\x90\x32\xd8\xff\xde\x7a\x5b\xee\xd7\x27\x78\x6a\x90\x34\x4c\xa2\x3f\xdd\x26\x59\x46\xbe\x23\xae\x61\xdb\xb8\x10\xca\xb8\x6e\xea\x8b\xef\xa8\xcc\xb0\x56\x3f\xe6\x1e\xb3\x4b\xf8\x9f\x6d\x58\x08\xc5\x9d\x92\xfd\xc2\xec\xee\xd7\x33\xbf\x9e\xb8\x94\xed\xd7\xd7\xa7\xbe\x98\xa4\xb7\x49\x69\xd2\xd3\x6e\xd9\xca\xd8\xb8\x75\xfe\x64\x5c\x6f\x0a\xf4\xb5\x26\xb0\x9e\x38\x24\x6d\xfd\x3d\x95\x41\xd4\xa0\xfd\x4a\xbf\x63\xd2\xeb\xde\xfc\x16\xc7\xf6\xfb\x85\x41\xc5\x81\x68\xbf\xd2\x2f\x84\xf5\xbc\xde\xfe\x96\x65\xa4\x15\xb2\xca\xdb\xaf\x34\x5f\xb6\xc2\xb7\x7f\x68\xbe\xb0\x8b\x2c\xfc\x36\x07\x18\x7f\xdb\x1c\x54\x0c\x40\x81\xfd\x2a\x33\xf1\x88\x7b\x0d\x5b\x37\xd4\xcd\x41\xc5\xc4\x41\x67\xbf\xca\x37\xb2\x41\xcd\xf6\xc3\x7e\x95\xb5\x4a\xf3\xc5\x07\x66\x7b\x42\xb1\x8f\x67\xee\x3b\xc1\x98\xf6\xc1\x02\x5e\x19\xf3\x18\x24\x2d\x93\xd8\x7f\x3a\x26\x49\xb7\x49\x6f\xfe\xd0\xa4\x8f\x49\xee\x3f\xdd\x24\x7d\x4d\x6a\x9e\x32\x69\x9b\xb4\x99\x82\x3e\x05\x3a\x38\x12\xdb\x38\x7d\x0e\x80\x83\x8d\xe7\xe7\x4f\x06\x6c\xf0\xd6\x01\x74\xe3\x00\x3a\x39\x77\xdd\xfa\x7f\x2a\x83\xdb\xd8\xb6\xfe\x9f\xfb\x78\x66\xc8\x6e\xb1\x6c\x7c\x41\x7f\xe2\x16\xcb\xd6\x23\x54\x99\x9c\x9d\x6e\x3d\x42\x95\x31\xe9\x1d\xc7\x30\xf7\x63\xf3\x14\x7f\x78\x99\x55\xf6\x60\xc1\x14\xf6\x61\xdf\xc6\x21\x74\x8e\x5f\x92\xf9\x62\xc3\x95\xc0\x4c\x5b\x7f\x50\x65\x70\x87\xdb\xd6\x1d\x74\xe3\x02\x3a\x59\xac\xed\xe3\x32\x5f\x4e\xa0\x69\xf7\xc7\x65\x26\xa6\x3f\x4f\x26\xa6\x3f\x3f\xfd\x79\x9e\x9a\xfe\xfc\xfc\xe7\x54\x6f\x1f\xcc\x70\xf7\x31\xd9\x46\xa2\x77\x1c\xd3\xba\x7f\xa6\xb3\xde\x56\xb9\xf5\xfb\x54\x06\x08\xc4\x3e\x96\x05\x7a\xa6\xb3\x73\xd0\x15\xf4\xfb\x54\x06\x17\xc4\x6d\xdd\x3e\x37\x71\x2e\x26\x2b\x95\x6d\x9c\x8b\x8d\xf7\xe7\x80\x93\xd8\xc7\xb2\x40\x98\x34\xe6\x88\xdb\x13\xb0\x4d\x2c\x8a\x39\x68\xe4\x87\xc6\xea\x70\xe7\xd2\xdc\xbf\x2d\xf6\x23\x93\x09\xf4\x3e\x18\x80\x94\x31\x6d\x39\x6f\xcb\xf8\xa1\x40\x8b\x37\x6a\x99\xf0\xdf\x74\xf7\x6c\x1f\x5a\xa6\xa3\x8b\xa7\xf8\xb4\x6c\x52\x28\x17\xbe\x91\xfb\x68\x2b\x87\xde\xc1\x88\xba\x3d\x4d\xdb\x78\x80\xcd\xeb\x59\x83\xec\x93\x0d\x6a\x65\x32\x3d\xdb\x27\xab\x8b\xcd\x69\xda\xb4\x7d\x79\x9a\xb6\x39\x27\x9b\x93\x51\xc1\x73\xb2\xcd\x79\x94\xd7\x73\x6d\xcf\xa3\x36\x87\x16\x13\xdf\xdf\xed\xa1\xc5\x1e\xcf\x9a\x6d\x72\xdf\xfd\xe6\x54\xe0\x27\x86\xbb\xda\x1e\x0e\x6c\x36\x92\x27\x57\x67\x6f\x37\x92\x37\x1b\xbe\xeb\x75\xfe\xb7\x0d\xea\x58\xff\x7d\x24\xde\xc3\xda\x44\x2e\x82\xc8\xee\x61\x6d\x8e\x67\xea\xb9\x08\x51\xbe\xb9\x1d\xf9\x27\x83\x0b\xd7\xf7\xf8\xd2\x3c\xd8\x53\xf6\x8a\x93\xed\x9e\xf2\xbe\x1e\x93\xb1\xf0\x27\xd8\x97\x26\x03\x99\x04\xf4\xdb\x97\x26\x83\x4b\x66\xbd\x20\x63\xb3\xbf\xfc\x93\x39\x7d\xca\x82\xb0\x9d\xbb\x80\xc3\xb7\xdb\xb9\x9b\x2d\x58\xc1\xe9\xed\x16\xec\xe6\x52\xcb\x85\xc7\xd3\xf6\x52\x4b\x65\x80\x0b\x6d\xef\xb4\x54\x16\x7e\x46\xdb\x3b\x2d\x95\xc5\x36\xf3\x9e\xb6\x3e\x6e\x92\x14\x29\xdd\xde\x24\xa9\x0c\x18\xcd\x3d\xbf\x3e\xf5\x18\xf5\x85\xe7\xc3\x9e\x1a\x75\x64\x80\xbd\xed\x99\x3e\xf5\xd8\x66\x91\xca\xed\xd5\x92\xca\x70\x94\x9a\xcc\x59\x37\x9b\xbe\x8b\xbd\x80\xed\xa6\xef\xe6\x4a\xc1\xc5\x5d\xa9\x7b\xd9\xd4\x90\x75\xf1\x95\x97\x4d\x6d\x79\xae\x4e\x23\x72\x6b\x58\x59\xdc\xd1\xb9\x17\x73\x43\xe5\xc2\x4d\x68\x7b\x43\xe0\x66\x03\x79\x71\x1a\xb1\xdd\x40\x56\xc4\x62\xf6\xcd\x46\x89\x12\x17\x7d\xfa\xe6\xe0\x76\x73\xe1\xdc\xf2\x0b\xdd\x4e\x53\x90\xd0\x18\xdc\xf6\x7c\x36\xa3\xd7\xa2\x3b\xb9\x19\xbd\xd9\x40\x5e\x84\x8f\xde\x6e\x20\xef\xf7\xd3\x0e\x16\x81\xb9\xf6\x9b\x7d\x3a\x25\x88\xdc\xb9\xdf\x0e\x23\x6c\x20\x2f\xc2\x66\x6d\x37\x90\x37\xdb\xb9\x78\xae\xfe\xdf\x8d\xfb\xf9\xff\xbf\x7e\xfe\xfe\xff\xfd\x8f\xff\xf9\xf9\xfb\xff\xfa\xfc\x6b\xff\x91\xff\xf9\x8f\x7f\xf4\xbf\xfd\x47\xfd\x4b\xfe\xc7\x1f\xff\xff\x93\xfa\x47\xf5\xfe\x97\x7f\xeb\x7f\xf4\xff\xfe\xf7\xff\xfc\x47\xf6\x1f\x7f\xff\xf7\xbf\x3f\x7f\xc5\xbf\xff\x13\x00\x00\xff\xff\xe4\xfe\x34\x66\x50\x40\x01\x00"); +var _bge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x2c\xde\x6b\x69\xfa\x0f\x4a\x17\x8e\x35\x0e\x86\x46\x36\x8e\xb3\xc8\xb7\x2f\xe7\x1e\x3b\x94\x2e\x82\xa3\x13\xe9\x4a\xf9\x1d\x8f\xe6\xe6\xee\xe1\xfe\x61\xdd\x9f\xd3\xcd\xcf\xa7\xc3\xf6\xb1\x9f\xd3\x6e\xbf\x2e\xa7\xfe\x7a\x78\x3b\x6d\x7b\x7a\xea\xcf\xfb\x75\x18\x44\xd3\xb2\xdf\x9e\xaf\x87\xf1\xb1\x7d\xd9\x1c\x87\x01\xd7\x3f\xbe\xbf\x9e\xfb\xcb\xc3\xba\x3b\x24\xe3\x79\xcb\xdb\xf1\x72\x6e\x4a\x37\xbf\xf4\xe7\xfd\xeb\xf9\xf4\x9e\x3e\x7d\x59\x0e\x4f\xfd\x87\xb4\xf4\x1d\xf2\x9f\x4e\x4b\x3f\xed\xd7\xe7\xf4\xe9\xee\xfb\xa3\x7c\xc4\x8f\x6f\xc7\xe3\x3f\xfd\xa5\xaf\xe7\x54\x22\xeb\xeb\x12\x9f\xc3\xcd\xdd\xb7\xcd\xf1\xfb\xe6\xa5\xa7\x9b\x98\xf4\x19\xd7\x7d\xe6\x49\xf1\xb7\xdf\xfb\xe9\x75\x7f\x58\x93\xfc\x98\xf3\x7f\xe2\x5f\xdf\x8f\x3d\xc9\x65\xc6\x9f\xbf\x3d\xdc\xa7\xbf\x24\x49\x4e\x5a\xca\xd4\xfe\xbe\xe4\x7f\x7c\x3b\x2c\x3d\xe5\xeb\x9d\x1e\xee\xef\x0e\x6f\xeb\x39\xc9\x94\x5b\x63\x28\xfc\x97\xb6\x87\xa5\xbf\x1e\x37\xdb\x7e\xda\xac\xcf\x7d\x48\x69\xce\x39\xe7\xdb\x34\xfb\x97\xaf\x5f\x6f\xf1\xb4\xff\x3b\x63\x18\xcb\xe5\xca\xfd\xc2\xe4\x7a\x45\xce\xbb\xdd\x6d\xca\xc3\x9c\x85\xc7\x82\x63\x2d\x75\x98\xb3\x32\x51\x24\x45\x74\x98\xb3\x31\x31\x24\x63\x6d\xc3\x9c\x9d\x89\x23\x91\xac\x3e\xcc\xb9\x30\x2a\x11\x69\xc3\xec\xca\xa8\x46\x54\x0c\xc3\x47\x46\x63\x44\xe3\x84\xe9\x8d\x51\x8b\x27\xc8\x8e\xf1\x13\xa3\x29\x22\xcb\x18\xbf\x61\xb4\xb9\x3c\x27\xc6\x3f\x31\x7a\x8a\xa8\x09\xc6\x6f\x19\x6d\x11\x59\x1e\x31\x7e\x61\xb4\x44\x64\x8a\xf1\x9d\x51\x8f\xa8\x34\x8c\xdf\x31\xda\x45\xd4\x3c\x0f\xb3\x50\x4a\x42\xca\xf3\x54\x87\x59\x88\x25\x81\xe5\x56\x74\x98\x85\x5a\x12\x5a\x5e\x73\x1b\x66\x21\x97\x04\x97\xb7\xea\xc3\x2c\xf4\x12\xbf\x98\x62\x3c\xbd\x24\xbc\x8a\x8d\x18\x4f\x2f\x09\xaf\x52\x0d\xe3\xe9\x25\xe1\x55\x5a\xc3\x78\x7a\x49\x78\x55\x71\x8c\xa7\x97\x84\x57\xf5\x8c\xf1\xf4\x92\xf0\xaa\x15\xc5\x0a\xbd\x24\xbc\xea\x84\x66\x85\x5e\x12\x5e\xa3\xa0\x5a\xa1\x97\x84\xd7\xe8\xa8\x56\xe8\x25\xfd\xd2\x3f\xc6\xd3\x4b\xc2\x6b\x9c\x50\xad\xd2\x4b\xc3\xab\x09\xaa\x55\x7a\x69\x78\x35\x47\xb5\x4a\x2f\x0d\xaf\x36\xa2\x5a\xa5\x97\x86\x57\x9b\x50\xad\xd2\x4b\xc3\x6b\x52\x54\xab\xf4\xd2\xf0\x9a\x1c\xd5\x2a\xbd\x34\xbc\xa6\x11\xd5\x2a\xbd\x34\xbc\xa6\x09\xd5\x2a\xbd\xb4\x5d\xbf\xab\x98\x4f\x30\x9d\x98\x39\xca\x55\x8a\xe9\x86\xd9\x88\x76\x95\x64\x1a\x64\x68\x1f\xb7\xa0\x99\x6e\x99\x29\xfa\x55\xa2\xe9\xc2\xac\xa0\x60\xa5\x9a\x76\x66\x23\x1a\x56\xb2\xe9\x8e\x8b\x24\xa3\x62\xa3\x9b\x65\x66\x8a\x8e\x8d\x70\x26\xcc\x0a\x4a\x36\xca\x99\x5e\x17\x58\x1e\x66\x23\x9d\x05\x9d\x58\x46\xcd\x46\x3b\xe3\xda\x34\x43\xcf\x46\x3c\xe3\xe2\xb4\x82\xa2\x8d\x7a\xc6\xd5\x69\x0d\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x05\x65\x1b\xfd\x8c\x7e\xde\xd0\xb6\xd1\xcf\xe8\x57\x04\x75\x1b\xfd\x6c\x7b\x7d\x2b\xe0\x1e\xf4\x33\xfa\x95\x8a\xc2\x8d\x7e\x46\xbf\xd2\xd0\xb8\xd1\xcf\xe8\x57\x05\x95\xfb\xe5\x1d\x48\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xab\x0c\xf7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\xf3\x4d\x8b\x6c\x72\x8f\x37\xfa\xf5\xcd\x8d\xdf\xb1\xef\x7d\xec\x44\xdb\xb7\xd3\xa9\xaf\xe7\xd8\xf5\x62\xb3\xc1\x5e\xb1\x5f\xfb\xc7\x0e\x7a\x3c\x1c\x71\x55\xfc\xfc\x1b\x00\x00\xff\xff\x71\x52\xeb\xb8\x6d\x07\x00\x00"); +func _daeb ()([]byte ,error ){return _fd (_bgfb ,"UniJISPro-UCS2-HW-V")};func _ffcg ()(*asset ,error ){_efeba ,_age :=_debf ();if _age !=nil {return nil ,_age ;};_face :=bindataFileInfo {_c :"KSC-EUC-H",_ed :9483,_cg :_g .FileMode (436),_ca :_d .Unix (1580492494,0)}; +_afga :=&asset {_fdf :_efeba ,_ff :_face };return _afga ,nil ;};func _edde ()([]byte ,error ){return _fd (_bcce ,"RKSJ-V")};func _dac ()([]byte ,error ){return _fd (_fcc ,"Adobe-GB1-2")};var _gbfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xeb\x2f\x3b\x92\xa0\xb7\xbf\x9f\xe2\x2c\xc7\x8b\x71\xa7\xa4\xd0\x1b\x14\x17\xcc\x8c\x1b\xf7\xc0\xd8\xc6\xed\xb1\x0d\xc6\x8b\x7c\x6d\x0a\xdc\x55\x45\x75\xcd\xa2\xbf\xbd\xd1\xf3\xe8\x54\x1b\x63\xb8\xb5\x7a\xce\x5f\x27\x53\x3f\x29\xa4\x54\x84\x42\x21\xe9\xef\xfe\xc3\x3f\xfc\xc7\x7f\xf8\xc3\xef\xff\xf2\xe3\xef\xfe\xe7\x3f\xff\xf1\xfe\xc7\xf7\x2f\x3f\xbe\xdf\xff\xe1\xf9\xf3\xfb\x2f\x7f\xfc\xaf\x7f\xbe\xdf\x1f\xd7\xfb\x4f\xbf\xff\xc3\x2f\xbf\xa4\xfc\xe3\xf9\xfd\xfd\x97\x9f\x7f\x82\xfb\x9f\xcf\x3f\xfd\xf2\xcb\x7a\xff\x1f\xff\xf5\x5f\xfe\xf2\xfe\xf3\x3f\xfc\xe1\xfb\xe3\x8f\xe2\x73\xcf\x7f\xfd\xd3\x7e\xf6\xc7\x8f\xbf\xfb\x5f\xde\x7f\xfa\xfd\xbf\xfc\xe5\xcf\xff\xfa\xe3\xdf\xfd\x77\xcf\x1f\xaf\xf7\xbf\xf9\xf1\xbc\xdf\x4a\xff\x9f\xfe\xfc\xbc\x7f\xfe\xfd\x1f\xfe\xe9\xc7\xbf\xfb\x4f\xe7\x9f\xce\x3f\xa4\xbf\xfe\xc7\x3f\xfe\xd7\x3f\xfd\xe9\xff\x7e\xff\xf9\xfd\xc3\x5f\x7e\x04\x69\xef\x1f\x1e\xf8\xcb\xdf\xfd\x87\xff\x7c\xfe\xe9\x7f\x3c\xff\xf9\xfd\xf1\x77\xff\xe5\x0f\xbf\xff\x4f\xff\xf0\x8f\xff\xfe\xbf\xfc\x87\x7f\xcc\xff\xfe\x7f\xe0\x7f\xf9\xcf\xff\xed\xfd\xf3\xbf\xfc\xfe\x8f\x7f\xf8\x91\xf2\x7f\x7b\x1c\xed\xdf\xd2\xff\xd7\x7f\xfd\xd3\xfb\x23\xed\x5c\xfe\x8f\xff\xf2\x0f\xff\xf1\xc7\xff\x99\x7e\xa4\xe3\x47\xae\xa5\xb6\xff\x6b\xa7\xff\xef\xff\xf9\x8f\xcf\xfb\xe3\xf0\xaf\x6c\x0d\xee\x3f\x3e\xef\xbf\xfc\xe9\xbc\xdf\x3f\x9f\x7f\xf8\xa7\xf7\x97\x1f\x3f\x7e\x77\x1c\xc7\xf1\xeb\x8f\xdf\xfd\xc7\xfe\xf7\x7f\xff\xeb\xfa\xfb\xbf\xf7\xef\xbf\xff\xfb\xf5\xf7\xfb\x87\xe7\xff\xf3\xc6\x2f\xc9\x8c\xfe\xf0\xc7\xbf\x3c\xef\x67\xda\xcf\x3c\x8e\x23\x7d\xbf\xfe\x48\xeb\xad\xff\xf7\x7f\xff\x92\x8e\x63\xff\xfa\xef\x9f\xbf\xbe\x91\x7d\xa3\x5e\xeb\x8d\xf5\x8f\xdb\xbf\xef\x5f\x7f\xcc\x4e\xc2\x43\x42\x7f\x7f\xfd\xd1\xf2\x4a\x38\x13\x09\x67\xf9\xf5\x47\x3a\x78\xe7\x0c\x53\x62\xa5\xf0\xd2\x59\x4d\xa9\xbf\xfe\x68\x3e\xd2\x4c\x68\xbf\xfe\x98\x93\x84\x6e\x42\xff\xf5\x47\xcf\x07\x29\xc3\x94\xf1\xeb\x8f\x16\xe6\x32\x4d\x99\xbf\xfe\x48\xd5\xdf\x3e\x4d\x39\x7f\xfd\x91\xc2\xb7\x2e\x53\x56\xf9\x0f\x73\xb6\x06\x0b\xa9\x16\x52\xac\xc2\x42\xaa\x16\xe7\x35\xe5\x5d\x29\x41\xca\x67\xca\x92\x5c\x26\x9f\x4b\xc9\x2c\x74\x6b\x75\x59\xf3\x85\x36\x79\xeb\xca\xa6\x2c\x59\x54\x9f\x51\x16\x0b\x2d\x2a\x29\xca\x62\x21\x55\x73\x56\x18\x0b\xbd\x0f\x52\x94\xc6\x42\x4a\xe6\xa3\x34\x16\x52\xf1\xb7\x94\xc6\x42\x6a\xd4\xfd\x52\x1a\x17\xd2\xf0\x19\xa5\xb1\x90\x32\x75\xbf\x94\xc6\xb5\x6a\x6a\x53\x5c\xd6\xf4\xa2\xa6\x6d\xa5\xdc\xd6\xf4\x5e\x25\x6c\xe4\x73\x5b\xc2\x85\x54\x28\xf3\x6d\x09\x9f\x95\xd2\xf9\xf5\x67\xa7\xf4\x25\x0d\x6a\xfa\x58\xe6\x85\x14\xb4\xd7\x63\x99\x9f\xf5\xeb\x83\x7a\x3d\xfe\xfa\x42\xaa\xe4\xf3\xfa\xeb\xef\xfa\xf5\x49\x99\x5f\x7f\x7d\x21\x29\xc3\xd7\xdf\xfa\x56\x8a\xfd\xe7\xdb\x29\xfc\x3a\xb5\xf8\xfc\xf5\x8f\x5f\x47\xaa\x9f\xbf\xfe\x7d\xbf\xfe\xc8\x69\x3d\x93\xfc\x3e\xc0\x2c\xcd\xa4\x64\x52\x22\x69\x49\x28\x25\x5a\x15\xcc\xd2\x26\x49\xc5\xa4\x42\x52\x90\x74\x9a\x74\xae\x24\x04\x90\xd2\x65\xd2\xf5\xeb\x8f\x19\xf4\x99\x94\x29\x27\x48\xf9\x98\x99\xb4\x61\xda\xe0\xb1\x83\xa4\x69\xd2\x5c\x49\xc9\xa7\xcc\x3f\x93\x7f\x33\x33\xf3\x5f\x98\x85\xaf\x31\x15\x8b\xbf\x90\x82\x0a\x85\x29\x41\x0a\xf5\x09\xeb\xb3\x90\xf8\xb2\x52\x98\x51\x50\xd0\xe2\x6b\xb7\x49\xeb\xc3\x2f\xb4\x70\x8a\xc7\xa4\x87\x9f\xa3\x86\xd5\xac\x2a\x59\x15\x52\x94\xcc\x42\x0a\x64\xd5\x14\xf2\x42\xa6\x13\xa6\x66\x91\x16\x72\xa6\x00\x4d\x11\x34\x45\x40\xd6\x4d\x11\x34\x45\xe0\x53\x8a\xa0\x29\x82\x41\x92\x25\x6f\x8a\xc0\xdc\x5f\x93\x5e\xf2\xa2\x6d\xda\x67\xd2\x47\x5e\xd4\xaf\xfb\x8b\x0b\x39\xf3\x50\xb7\x7a\x0b\x39\x53\x84\x6e\x4e\x0b\x99\x41\x20\xf9\x69\x80\x69\x82\x2f\xdd\xc8\x84\x41\x20\xdd\xbe\x75\xfb\xfb\xfc\xd8\xed\xef\x2f\xcc\x32\x29\xf8\x63\x4e\x0b\x33\x12\xf2\x7d\x14\xcb\xc2\x0c\x86\xd2\xf4\x28\xdf\x85\x19\x89\xea\x3d\x0a\x78\x61\xc6\x61\x52\x98\x14\x3c\x45\xd1\x3f\xcb\xb5\x30\x23\xaf\xbc\x72\x25\x7b\x30\x23\x0d\x92\xc2\x24\x5e\xa4\x6d\x72\x9d\x26\x21\x76\xc6\x83\x5c\x4f\x93\x4e\x92\x26\x49\x97\x49\x76\x98\xd5\xf3\x72\x67\x5c\x03\x33\xca\x6a\xaf\x3c\x28\x2a\x98\xc1\x08\x90\xc7\x6d\xd2\xcd\x53\x14\x62\x52\x47\x30\x83\x1e\x9a\x15\x4e\x56\x38\xf4\xab\xe2\xa7\x0a\xe8\x7a\xc5\x0f\xb5\x1c\xab\xeb\xd1\x89\xca\x51\x4c\x59\x3f\xe7\x23\x61\x42\xfc\x1c\xc4\xcb\x51\x4d\xa9\xab\x45\x1b\x29\xcd\x14\x06\xd6\x83\x94\xd3\x94\x35\x8c\x16\x7f\xfb\x32\x65\x0d\xa3\xa5\xa2\x7e\x7f\xaa\xcc\xff\x5f\x2d\x5a\x8e\xdb\x17\x96\xce\x41\x14\xc5\xef\x1e\x38\x7e\x17\xbf\x7a\x90\xf8\xe4\x4a\x41\x10\x80\x21\xa5\x14\xcb\x56\x18\x76\x97\xac\x8a\x5f\x0e\xe8\x95\x94\x69\xca\xd2\xc2\xe9\x48\x4b\x7a\xe5\x54\x0e\xe8\xc9\x23\xf3\x94\xaa\xaa\xdc\x3c\x55\x10\xce\xed\x53\x37\x4f\xa1\x4e\x8b\x62\x07\x6b\x70\x42\x1a\x76\x4a\xb0\xd2\x28\xe8\xa3\x3c\x9e\xcb\xb4\x95\x5d\xd8\x1c\x20\x1d\xb4\x50\x24\xb2\x8b\x54\xf9\x85\x49\x12\x35\x8a\x42\x12\x03\x6e\x58\xc9\x88\x0f\x8d\xcd\x53\xf6\x54\x90\x0e\x3e\x97\xb0\xc3\x81\x3d\x6e\xa6\x17\x5d\x26\x66\x59\xd6\x49\x7a\xaf\xc7\x24\xba\xfd\xd2\xff\xf9\x58\x1d\x64\x23\x97\x44\x4a\x31\xa5\xfc\xfa\xa3\xad\x06\xce\x07\x25\x15\x6d\x8d\xa3\xf9\x48\xc9\x14\x46\x4d\x12\xcc\x66\x21\xed\x14\xb3\x59\xf8\x99\x12\xa6\xc4\x6e\xaf\x7c\xac\xba\x6f\xb4\xc6\x8f\x23\x01\xd1\x96\x00\xf2\x91\x86\x29\xf3\xd7\x1f\x6d\x0d\xb4\xf9\x40\x95\x88\x94\x4d\xb9\x4d\x79\xd6\x33\x16\xf0\x35\x65\xa9\xd2\x4c\xce\xd9\x4a\xe4\xd5\x37\x3a\x39\x67\xcb\x9c\x29\x33\xc2\xc8\x96\x27\x53\x1e\x53\x2c\x4f\xa6\x3c\x94\xb9\x98\xcf\x42\xf7\xb7\x8a\xf9\x94\xb2\x4c\x1f\x9f\x99\xa6\xac\x12\x26\x4a\x58\x2e\x53\xae\x5f\x7f\xf4\x82\x34\x8a\x65\x5e\x48\x39\x25\xca\x58\x2c\xf5\x42\x59\x63\x6c\x3e\x42\x99\x05\xc6\x22\xef\x85\x79\x2f\xac\xf7\x28\x41\xb7\x4c\x1d\x45\xdd\x3b\x49\xbe\xd8\x27\x49\x94\x6a\xf8\xd4\x20\x69\x90\xd9\x69\x21\x4e\xfa\x48\x25\xe9\x79\x48\x5a\xe8\x7d\xc9\x40\x33\x40\xa4\x34\x6a\x25\xad\x98\xb6\xea\x4c\x0d\x13\x63\x87\x58\x4f\xf9\xe6\x34\x6d\xfe\xfa\x63\x94\xc3\x17\x4f\x93\x4e\x92\x82\xa4\xcf\xa4\xef\xaf\x9d\x37\x6b\x41\x88\x71\x20\x8a\x64\xd7\x00\xbd\xf9\x9b\x99\x6e\x08\xc6\x61\xc1\x6c\x54\x90\xd7\xc7\x9d\x93\x4d\x08\x66\xd9\x0f\x5d\x26\xad\xd6\xe8\x4b\xf2\xa9\x58\x7a\xbe\xbc\x25\xa2\x95\x56\x2d\x03\xc3\x7f\xe9\xbc\x58\x7d\xb1\xbe\x24\xf1\x66\x53\x3a\x4b\x11\xf7\xea\x53\xcd\x3a\x2e\xad\x3b\xb2\x85\xb7\x85\xd2\x6a\x8e\xb1\xab\xd8\x7d\xaa\xf3\xd4\xa4\xa8\x5d\x49\x2c\x8c\xb2\x94\x57\x4e\xd3\x17\xd7\x38\xd6\xd7\x58\x99\xd3\xb4\x86\x0b\x7d\x8d\x8c\x39\x4d\x0b\xba\xd0\x0b\x45\x9f\x61\x0a\x43\x7b\x3e\x28\xe8\xb4\x8a\x93\x2a\xe6\x44\xb1\xa6\xb2\x99\xdd\xe7\x68\x8e\x39\x4c\x9b\xa6\x51\xd6\xdb\xfc\x96\xcd\x3b\x8a\xb2\xbf\x7d\x75\x61\x14\xc6\x92\x74\xdf\x26\xdd\xbe\x49\xd9\x1e\xcb\xef\xa0\x99\x0f\x5e\x7d\xac\xc1\x42\xaf\xe4\xff\x98\xff\x42\xaf\xd4\xfb\x35\xfb\x85\x71\x24\x93\xba\x49\x9d\x24\xde\x7b\x2d\xeb\xc2\x38\x18\x65\xd2\x6b\x9f\x7b\x91\x34\x9f\x55\xb6\x03\x83\x4e\x27\xcf\x8e\x7a\xa0\xd3\x55\xb3\x1d\x1a\x74\x3a\x49\xb6\x43\x83\x94\xd3\xf0\xbd\x6e\xda\x9a\x87\xad\x59\x45\xce\xc7\x30\x65\xfc\xfa\xa3\x87\xbf\x76\x9a\xe2\xf0\x34\x4d\xbb\x4c\x5b\x1d\x6e\x69\xfa\x9c\x1d\x41\x41\x6f\xf4\x91\xec\x18\x0a\xda\x32\xed\x73\xf6\x2b\x00\xeb\x5b\x1f\xa4\x99\xfd\x42\x6f\xbf\xad\x6d\x73\x4e\x8f\x2f\xac\x0f\x7a\x19\xc6\x39\x3b\x38\x82\x7e\xf8\x43\x9f\x29\x1f\xa5\x41\x20\x8e\x97\xa0\xd7\x46\x8a\x02\x71\x74\x34\x45\x71\x64\x2a\xef\x5b\xd3\x94\xf5\x35\x04\xe5\xcd\x96\x77\xa1\x07\x3f\xef\xd7\x97\xf3\xbd\x7e\xcc\xb7\x2c\xe2\xc2\x48\x13\x61\x64\xcb\xb8\xd0\x5b\x46\xf8\x85\x4e\x02\xfa\x61\x8a\x25\x5a\xe8\x8c\xce\xd9\x51\x15\xb4\x46\x46\xc5\xbc\x0b\xd5\xa7\xd4\xa1\x54\x43\xa9\xa2\x41\x72\x55\xf6\x0b\x1d\x15\x97\xfd\xae\x41\xe3\xeb\xcc\xcd\x26\xc3\xba\x40\x5b\xe5\xd6\x4c\x59\xdd\xe1\x30\xc5\xda\xae\x4f\xbf\x37\x44\xdb\xcd\xb9\xef\x5f\xe3\xa9\x61\xda\xb2\xfc\x7a\x50\xca\x61\x4e\x63\xe5\x14\xbc\xe7\xe7\x9a\xe7\xee\x7e\x94\xc0\xcf\x15\xac\x34\x6a\x33\x6d\x03\x3f\xe1\xc4\xc8\x95\xfd\x84\xc1\x4a\x43\xea\x53\x39\x2c\xfc\xdb\xbb\x0a\x79\xaa\x25\x27\x92\x38\xad\xf7\x79\xf8\x1c\xa5\x3b\x2d\xcb\x42\xaf\xe4\x76\xd9\x61\x2e\x3a\x4c\xe1\xc5\xd7\xcc\x16\xfa\x98\x3c\xf5\xfa\xd4\x82\xda\x53\x3b\x55\xfc\xfc\xa8\x8a\x1f\x15\x58\x03\xd3\xaa\x41\xf1\x5b\x00\x58\x72\x39\x02\xc9\x82\xf5\x2d\xac\xf2\x87\x6d\x14\xdd\x8f\x76\x15\x35\xd4\x7b\x31\x18\x24\x18\xa1\x63\x20\x8d\x58\x23\xe9\x38\x68\xdc\x98\x74\x93\xb8\xd6\x78\xa6\x0e\x0d\xdc\x0c\x39\x6e\x0c\xad\xc2\x30\x1a\x0e\x5e\xf1\x62\x04\x16\x46\xa1\x78\x2d\xc7\xc2\x60\x6a\x94\xab\x95\xaa\xc1\xd7\x8d\xce\xac\xd5\xa4\x85\x91\x6b\x22\xe9\x35\xe9\x25\x69\xfd\x66\xb5\x47\x81\x91\x19\x99\xaa\x1d\x08\x8c\xcc\x50\x58\xdb\x63\x12\x2f\xf2\x09\x55\x66\x6c\x62\xe4\xba\xc4\x5f\xd5\x30\x60\x64\x3e\xc6\xda\xcd\x7e\x89\x67\x64\x7a\x6c\x1d\x26\x2d\x91\x8c\x4c\xbb\xd5\x31\x4d\x9a\xbc\x48\x21\x86\x85\x18\x14\x82\xee\x58\xc7\x65\x12\xda\x8a\x21\xac\x32\x59\x11\x23\x87\xd9\x5b\xd4\x85\x91\xc3\xec\xad\xf6\xa0\xf4\x88\xb5\x0e\x4b\x3f\x28\x3d\x96\x60\x55\x61\xd5\xd5\xdb\x47\xe6\x93\xa8\x76\x44\xd0\x19\x92\xea\x69\xe1\x17\x3a\xba\xbd\x9e\xd9\x94\xcc\x60\xef\x6b\x96\x1d\xa7\x57\xde\x3f\x78\x5a\x78\xdc\x5e\x39\xa3\x46\xeb\xe5\xab\x17\x6a\x94\xc2\x5f\xc5\x14\xd4\x28\x65\xb7\x4f\x80\xf5\x7d\x90\x3f\xce\x27\x31\x8e\xe4\x63\x0a\x62\xa1\x63\x31\xd7\x4b\x39\x2c\xf4\x82\xb0\x6e\x6b\x73\xdb\xf1\x27\x62\xbe\xad\xcf\x8d\xf9\x82\x0a\xad\x6a\x55\xd0\x33\xe5\xbc\xfd\xbd\x1b\xd7\x5f\x23\xc5\x06\xbb\x69\x30\x4b\x70\x5b\xc1\x85\x9e\x29\x81\xba\x18\xa4\xa3\x1e\x96\xc1\xa6\x58\xe8\xa8\x9c\x7a\xdb\x12\x0b\xdd\xbe\xfc\x2a\x96\x97\x3e\xc3\x27\x55\x5f\xdb\x66\x61\x64\x3e\xc6\xfa\x56\x93\x68\x2e\x46\x84\xaa\xc2\x06\x29\xef\xce\xec\xf7\x0f\xb4\x25\x9b\x9f\x4a\x3b\xc8\x9e\x06\x6b\xea\x59\xd0\x73\x26\xa5\x99\x82\x10\x12\x29\xaf\x29\x2f\x86\xde\x92\x42\x73\x84\x00\x3f\xc7\xa9\xe6\x3c\xa0\x25\xba\x1f\x03\x7b\x53\xd7\x81\xe1\xd8\xd2\x54\x76\x60\x64\x7f\x31\x2c\x56\xe0\xbd\x24\xfb\x30\xfb\x85\x8e\xe5\xda\x1c\x6c\xc0\xc8\x29\xfd\xb6\xe6\x6d\x7e\xde\x60\x1c\xa9\x93\x64\xb6\xcd\x0e\x4b\x71\x5a\x31\x49\x91\x14\x92\xc2\xa4\xe0\xa9\x41\x92\x52\x6a\x48\x9c\x11\xab\xa9\x7d\xc0\xc8\x18\x3f\xad\x75\x93\xec\x9c\x54\x04\xdf\x51\x6e\x6d\x6a\x8e\x98\xd9\x69\xda\xd2\xc9\xdd\xca\x29\xb9\xe6\x6c\x04\x33\xad\x39\xee\x80\xde\xcd\x5e\xc9\x35\xda\x73\x95\xb4\x6b\x48\x75\xdd\x0c\x89\x79\x55\xd7\x42\xe9\xce\xcf\x1c\x18\x7a\xa5\xac\x60\xf5\x8e\x55\xf1\xde\x4d\xeb\x34\x0d\x0a\xa9\xfb\x85\x83\xa1\x01\xf9\xe2\x25\x11\x29\x9c\x44\xbc\xa3\x9a\x56\x99\x49\x56\x9f\xeb\xa6\x75\x1c\x79\xfb\xb9\x69\xda\xe4\xdd\xfd\xdc\x65\xda\xc5\x73\x7c\x3e\xaf\x23\xd9\xbb\x86\xad\x54\x06\x9f\xf0\xeb\xb8\x05\x22\xf3\x71\xbe\x8e\x5b\x20\x45\x50\xd9\x57\xfb\x1c\x44\x0b\x93\xb2\x49\xf9\xd7\x1f\x45\x63\xe2\xd5\x42\x07\xa1\x89\xfe\x3a\xe2\x81\xf0\xe3\x78\x55\xf9\x20\xd5\x82\xe5\xf8\xaa\xf2\x41\x8a\xca\xb0\xf4\xaa\xf2\xc1\xaa\xbe\xbf\x30\x4c\xc3\x9f\x5b\x9b\xef\x5a\xfd\x85\x8a\x87\x21\xbf\xd3\xda\x2f\x54\xa7\x39\xef\xb4\x56\x0b\xa5\x31\xfe\xbf\x0e\xbd\xa0\xd8\xd0\xaf\x2d\xf3\x9e\xb8\x32\x9b\x6f\x9e\xd6\x8a\xb5\x8d\xd0\x00\x7c\x4f\xab\xc5\xea\x46\xc5\x99\x97\xdf\xd3\x3a\x9c\xd4\x01\xcf\x7f\x7e\x4f\xcb\x7b\x52\xde\x3e\xa8\xd7\x69\x79\xf1\xcc\x14\xc7\xfc\xd7\xe1\x1c\xa4\x32\x19\x82\x5f\x87\x73\x90\x62\x4e\x9f\xb3\x09\x17\x96\xd1\x46\xd2\x63\xd2\xc3\x63\xf6\x88\xd3\x56\x65\x29\xa3\x4c\x3e\xfe\xf7\xb2\x6a\x0b\xa9\x1e\xf4\xfd\x57\xed\x00\xfe\xfa\x13\xea\x07\x90\x42\x4b\xeb\x55\x1b\x80\x14\x07\xf3\xec\xf7\xb2\x1a\x2c\x3d\xc4\xb1\xdf\xb5\x78\x97\x2e\x2f\x94\xb8\xde\x18\x91\xca\xee\x3b\x97\xe5\x43\x4d\x44\xc2\x8a\x7a\x55\x13\x20\x4d\x54\xd5\x7b\x5b\xbc\x85\x54\x75\xaf\xbc\xb7\xc5\x5b\x48\x65\xe0\x2a\x79\x9d\xb7\x81\xdc\x18\xba\x5f\x35\xcc\xeb\x62\x45\x1b\x48\xe0\x56\xc8\x37\x42\x1e\x36\x9a\x0a\x04\xa4\x8a\x27\x35\xbf\xb7\x25\xbe\x5d\x1a\x1a\xfe\xac\xdd\x07\xbb\xa9\x66\xbb\xfb\x63\x89\x17\xca\x61\x3b\x3a\xe7\x03\xa9\xaa\x58\xde\xc7\xa2\xb0\x4a\xf2\xd7\x57\x15\xe8\xd3\x15\x8a\xcf\xd9\x57\x16\xd6\xa0\x48\x92\x25\x79\xfc\x62\x95\xe7\xa3\xec\x58\x3e\x29\xc3\xee\xf8\x58\x3a\x16\x50\xca\x60\x46\xf2\xaa\xcf\x40\x6a\xca\xce\x79\x24\x28\xc5\xce\xe8\x3c\x12\xa4\x82\x4e\x7d\x5f\xfb\xdd\x42\x76\x06\xf4\xbe\x96\xe3\xc5\x2b\x1e\x3e\xe5\x4f\x2e\x94\xc9\x1c\xe4\xfd\xac\xfc\x42\x6a\x68\xbd\x4f\x45\xf8\x69\x08\xd3\xe7\x3e\x7c\x84\x62\xe8\x5c\xf8\x1c\x5e\x41\xe0\x49\xcc\x9f\x13\x55\x10\x07\x1d\xe4\xc3\x91\x2b\x52\x61\xf4\xfa\x54\xaa\x20\x12\xda\xff\x53\xab\x82\x92\xbb\x79\x75\x93\xfa\x7a\x2a\x59\x88\x61\xd2\x92\x75\x65\x58\xfa\xf4\xe2\x80\xc8\x38\xb8\x3e\xe7\xb8\xa0\x38\x74\x7f\x4e\x71\x41\x29\xd3\x5f\xbc\x4d\xba\xd7\x8b\xc9\xbc\x1e\x93\x9e\x95\x94\x2d\xfd\x6b\x12\x03\xed\x2e\xfd\x67\xd2\xb7\x92\x90\xea\xa7\x0f\x12\x44\xa6\x1d\x3f\xa7\xd0\xa0\xa4\xe6\x53\xca\x6b\xa1\x4c\x06\xd0\xcf\x39\x34\x88\x3c\xe3\xb7\xd5\xf6\xa7\x9f\xf2\x4b\x4b\x76\xe5\x30\x13\x65\xb7\x10\xe5\xa0\xd8\x49\xd9\x2d\x64\xbd\x43\x9f\xae\x4a\x50\xf4\x04\x7e\x49\xd9\x2d\x44\x41\x21\x7f\xaa\x47\x10\x25\x9b\xbd\xb2\x5b\x88\x92\x7d\x51\xd9\x2d\x94\x1e\xbe\xa8\xec\x16\xd2\x64\xe2\xfc\x69\xdd\x80\x88\x6a\x92\xb2\x5b\x28\x09\x95\xf7\x39\x95\x07\xdb\xc9\xf3\xe9\x39\xfb\xf2\xea\x58\x15\x13\xfc\xcb\x0a\x6a\xa1\x8c\x6e\x92\x92\x58\xc8\x83\x69\xe4\xa7\x13\x00\xe4\xb0\xb5\x74\xb0\x81\xbc\xfb\x87\x8e\x01\x10\x8d\x51\xf6\xcb\x0a\x27\xf3\x11\x33\x8a\x7d\x3a\x0b\x40\x8e\x6a\xb9\x14\xce\xc2\x56\xa7\x9f\xee\x02\x10\xcd\x96\xcf\x0a\x67\x21\x1c\xd6\x3e\x5d\x08\x20\xa7\x6e\x51\x15\xce\x42\x74\x65\x9f\x15\xce\x42\x9a\xf6\x6e\xfd\xb9\x20\x4d\x6c\xad\xaf\x28\x1c\x56\x09\xbb\xc2\xd1\xc7\x0b\x52\xb5\x2b\x17\xe5\x55\xfe\x4d\xa7\x7f\x7a\x28\x40\xe8\x0d\xfa\x74\x51\x80\xd0\x6b\xf0\x15\xe5\xb5\x10\x3a\x09\xbe\xa2\xbc\x16\x42\x4f\xc6\x57\x94\xd7\x42\x6a\x8c\x97\x9f\x6e\x65\x90\xa2\xda\x75\x8a\x02\x5b\x88\x3e\xcc\x4c\x81\x2d\x44\x1f\xbe\xa9\xc0\x16\x72\x55\xd2\xfa\x45\x40\x4c\xec\x8a\x4f\xf7\x33\x48\x73\x67\xaf\xc0\x16\x72\x61\xfa\xf1\x69\x2b\x83\xed\x46\xfc\x42\x81\x2d\xd4\xc3\xf6\xd0\x7e\x06\xa5\x3a\x1c\xe8\x77\x01\x25\xf9\x55\xeb\xde\x06\xa9\x33\x5f\xfc\x42\x81\x2d\x14\x17\x05\xbe\x50\x60\x0b\xf5\x18\x66\xaf\xc0\x16\x4a\x46\x11\x7d\xa1\xc0\x16\x6a\x2a\xfe\xa2\x02\xc3\x57\x3e\x9a\xd9\x2b\xaf\x85\x32\x92\x2f\x2a\xaf\x85\x34\xaa\xe5\x52\x5e\x81\x35\xa1\x24\x42\x79\x2d\xd4\x82\x72\xf9\x42\x79\x2d\x54\x96\xb9\xf3\x17\xca\x6b\xa1\x16\x1b\x52\x57\x00\x28\xc1\x5c\xfd\xab\xca\x6b\xa1\x0c\x87\x13\x1d\x50\x20\xb3\x0e\x9c\x3f\xfd\xcf\xa0\xea\xc2\xff\xaa\xf2\xaa\xe8\xf3\xc3\xa7\x94\x57\xc5\x16\xb6\x8e\x1a\xdb\xa0\xb0\x8c\x94\xbf\xaa\xbc\x16\x4a\xb5\x67\x56\xe5\xb5\x50\x9b\xa3\x42\x55\x5e\x0b\xb5\x1d\xbe\xa8\xbc\x16\x4a\xf3\xf3\xd0\x09\x0e\x96\xb5\x4c\x92\xf2\x5a\x48\x4d\xd5\x55\x95\xd7\x42\x1a\xc3\x72\x29\xaf\x4a\xff\xda\xbf\xa8\xbc\x16\x92\x33\xe5\xcf\x79\x16\x48\xba\x02\x3e\x27\x52\x20\x55\x5f\x74\x22\x05\x52\x65\x46\xff\x39\x91\x02\xb9\x55\xf3\x52\x5e\x0b\x65\x60\x89\x7d\x4e\xa4\x40\x61\xad\x31\x7f\x4e\xa4\x40\xd1\x7f\xf3\x39\x91\x02\x29\xb4\x1b\x3e\x67\x52\xa0\xee\x4f\xad\x29\xb0\x85\xb2\x9b\xdb\xb9\x15\x28\x61\x6f\x6a\x0a\x6c\x21\xa7\x6e\xc1\x14\xd8\x42\x19\x8e\x4d\x4e\xb7\x40\xe9\xbb\x14\x0a\x6c\xa1\x8c\xe2\x53\x0a\x6c\x21\x37\xa6\x20\x9f\x9e\x1f\xb0\x4d\xdf\x4f\xcf\x0f\x48\x31\x99\x54\x7e\x3a\x22\x41\x2a\x0e\x3b\x5d\x89\xe1\x9b\x74\x1a\xf5\xe9\x3f\x03\x65\x5a\xfc\xae\xc4\x16\xf2\xb4\x71\x9d\xba\x81\xb2\x3b\x4a\x57\x62\x0b\x79\x6b\xf6\xae\xc0\x16\x52\x65\x66\xf1\x75\x05\xb6\xd0\x96\xce\xfe\x6d\x6d\xec\x32\x09\x28\x53\x6d\xdc\x95\x67\xd7\x9d\xe3\x4f\x29\xcf\x85\x38\x1c\x35\xba\xf2\x34\x60\x61\x27\x29\x4f\xa3\xb3\x98\x10\x7c\x2e\xb9\x80\xac\x09\xfa\xb9\x4e\x06\xda\xce\x5e\xb7\x19\x28\x79\x90\x97\x3e\x5c\x90\xab\xda\xd8\xa9\x2a\xc8\x59\x09\x0f\xc5\xb9\x90\xb3\xfd\xdb\xc9\x2b\x48\xb9\x50\x08\xbd\xbf\x20\x37\x6d\x3a\xa7\xb3\x20\xeb\xf7\xf9\xf4\x63\x82\xbc\xbf\x74\x27\xb8\x20\x1f\xbb\x5c\xca\x6b\x21\xef\x2f\xdd\x29\x2f\x68\x45\x6d\xec\x8c\x17\xb4\xdd\xe5\xf5\xdd\x81\x3c\x1d\x65\x9d\x03\x83\x34\x1c\xd7\x9d\x03\x83\x7c\x98\x97\x53\x60\x90\x9c\x16\x7d\x53\x79\x2d\xb4\x66\x1d\x9d\x15\x83\xb4\x6d\x09\x67\xc5\x20\x85\x2a\xce\x59\x31\x48\x53\x5b\xc2\x59\x31\xc8\x5b\x2b\x39\x29\x06\x25\x4d\x9f\x52\x5e\x0b\xcd\x25\x96\xcf\x29\x31\x68\xba\xd9\x3f\x67\xc4\x60\x4d\xaf\x48\x52\x5e\x0b\xd9\xe9\xd0\xe7\x24\x19\xe4\xb1\x0b\xa1\xbc\x16\xf2\xc8\xbe\xa8\xbc\x16\x72\xc5\x3f\xf2\xe9\x4f\x07\xb9\xf8\x59\x38\xbb\x06\xd9\xe5\xc1\xcf\xd9\x35\xc8\x53\x15\xe4\xec\x1a\xac\x89\x15\x5d\x47\xdf\x26\x28\xc3\xfc\x9d\x70\x83\xb2\xed\x62\xe7\xdb\xa0\x84\xa6\xa3\xde\x7a\x50\xa6\x43\x97\x33\x70\x90\x5c\x02\xfb\x4e\x05\xb6\xb0\xe7\x68\x9f\x73\x72\x50\x86\x1d\xdf\x29\x39\x28\x55\xe5\xe5\x8c\x1c\xf4\xe4\xd0\xe2\x84\x1c\xf4\xa4\x49\xe0\x7c\x1c\xa4\xbc\xb3\x57\x60\x0b\xa3\x39\x99\x71\x3a\x0e\x4a\xf8\xc5\x9c\x0a\x6c\xa1\x0c\x27\x46\x97\x02\xbb\x98\x14\xfb\x25\x3b\x67\x07\x3d\x39\x26\x39\x65\x07\x3d\xe1\xb4\xf8\x9c\xb1\x83\xa4\x4b\xff\xbb\x94\xd7\x42\x69\xaa\xde\x4b\x79\x2d\x94\xba\xb3\x57\x5e\x17\x1a\x41\xcd\xee\x4c\x1f\xe4\xaa\xec\x2f\xe5\x75\xf1\x41\xda\xcb\x9d\xfb\x83\x7c\xec\x24\xe5\xb5\x50\xf6\xec\xec\x52\x5e\x0b\xd9\x15\x89\x4f\x07\x01\xc8\x87\x43\xbd\xfe\x01\xd0\xb3\x43\xbd\xee\x01\xd0\xf3\x34\x2f\xe5\x75\xeb\x26\xa7\x8e\x3a\x0c\xc0\x9e\xe0\x7e\x3a\x0c\x40\x6a\xda\x84\xfa\x0b\x40\x39\x34\xc8\x75\x17\x80\x1e\xfb\x45\x85\x73\x1b\x12\x84\xbc\xf4\x20\x80\x1e\xd9\xbc\x14\xce\xc2\x76\xdc\x7c\xb7\xc2\xb9\x09\xe0\x71\x02\xfd\xe9\xb9\x06\xa9\xf9\x91\xea\x7a\x00\xd9\x25\xfc\x4f\x67\x36\xe8\xe1\x1c\x40\x67\x04\xe8\xa1\xf1\xa5\x2f\x02\x94\x3d\xc3\xd5\xbf\x0d\xd2\xd4\x26\xb8\xb7\x74\xd6\xe7\xe7\xea\xe7\xe7\xa2\x0e\x28\xe1\x17\xa9\xbf\xe2\x63\x41\x3a\xaa\x4f\x29\x9d\x85\x32\xb5\xa1\x5c\xa4\xfe\x9e\xca\x32\x4f\xfe\xe5\x77\xc5\x08\xe2\x42\xf4\x0c\xb1\x32\xc5\xe8\x19\x81\xd5\x5e\x0e\x66\xe7\x62\x94\x35\x9a\x94\x83\xd9\x79\x39\xd6\xbc\xbb\xad\x9f\x2b\x07\xd3\xee\x42\x40\x0d\x83\x50\x31\xa2\x46\xf4\x42\x46\xc9\xac\x13\xab\x86\x07\x29\x66\x4d\xfc\xcc\xea\x20\xc5\x48\x18\xc1\xfa\x67\x21\x28\x66\xa3\x37\x7f\x9e\x29\xa2\xe8\xed\x98\xbf\xa9\x84\x8b\xc1\x33\x62\x60\xe0\x17\xe3\x60\x44\xca\x39\x99\x66\x09\x8d\xa2\x48\xfe\x18\xb3\x1d\x31\x0e\x2b\xcb\x74\xa1\x1c\x6b\xdc\x1f\x41\x65\xa7\x15\x59\xe8\xd3\xfc\x19\x84\xcb\x31\xd1\x50\x88\x76\x5a\x93\x35\xba\xb6\x4a\xca\x69\x46\x5f\xfb\xf5\xc7\xcc\xd4\x96\x40\xd7\x72\x7c\x84\x97\x24\x1e\xfa\xcc\xe8\x43\xfb\x91\xf5\xa7\x90\x3e\x84\x84\x20\x3f\xb3\xfe\xc8\x3a\xfd\xf2\xbb\xe2\xf2\x77\x61\x21\x3b\x1d\x44\xfe\x16\x97\xb2\x4b\x5e\xb3\xc7\x81\xda\x29\x59\x29\x80\x81\xbb\xae\x64\x66\x8f\x25\x17\x96\x92\x93\x4f\x15\x93\x56\x85\x99\xf9\x14\x17\xb3\xc5\x20\xf0\xb4\xb8\x9a\x2d\x06\x31\xb9\x25\x2b\x3c\x30\x08\x46\x2d\x99\xa9\xa2\x18\x4c\xe6\x4b\x66\xaa\x28\x06\xa1\xc4\x25\x33\x55\x14\xbd\xe5\x83\x24\x4b\xbf\x30\x92\x95\x64\xa6\x28\x06\xe1\xa8\xc5\x05\x74\x31\x08\x93\x2e\xae\xa0\x8b\x41\x7c\x73\xc9\xcc\x14\xc5\x20\x90\xb6\x64\x66\x8a\x62\x10\x6d\x5e\x72\x28\x9c\x40\x38\xd5\x24\x85\x13\x3a\xf8\x2b\x49\xd9\xa4\xcc\x8b\x26\x29\xaf\x40\x5e\xb4\x59\x1e\xe6\x85\x2b\xff\x40\x09\x94\x3c\xac\x11\xfe\xf8\xc3\x2f\x32\x4f\x9f\xc3\x18\x39\xa2\xf3\xdc\xf4\x47\x17\x46\xf2\xd5\xe9\x8f\x4e\x7e\x94\x3e\x90\xa7\x3f\x4a\xaf\x4c\xcd\xcc\x6c\xa4\x49\x23\x55\xaa\x39\x6d\x24\x7c\xf4\x47\x4c\x8a\x3b\x6d\xa5\x49\x2b\x35\x93\x6c\x25\x5c\xf4\x47\x4c\x73\xb3\x99\x26\xcd\x44\x27\xcf\xd3\x66\x9a\x2c\xe5\x65\x3a\xc6\xb4\x52\x0b\xe9\x88\x81\xb8\xfd\x16\xc0\x4a\xf3\x55\x1b\x6a\xde\xfe\x02\x2d\xe5\x17\x02\x46\x49\xbe\x6a\x4b\x4d\x5a\x6a\x5a\x77\x5b\x6a\x6e\xb1\xf1\xd8\xa9\xd8\x8c\x93\x8c\x41\x55\x4f\x65\x84\xcb\xff\x08\xdf\x3d\x15\x92\xdb\x19\x62\x22\xb8\x53\x29\x2d\xb3\xa1\x37\xbe\xb9\x7c\x5a\xaf\x85\xc1\x96\x81\x92\x4f\xeb\x75\xda\xfd\xe8\xca\xa7\xd5\x3a\xe9\x7e\xd5\x72\x58\xab\x93\xee\xd7\xcc\xcb\x4a\x61\x36\xb0\x45\xa1\xe4\xd3\x4a\x9d\x54\xaa\x99\xbd\x95\x3a\xe9\x7e\x0c\xbc\xf9\xb2\x4e\x97\xdd\x8f\x26\x78\x4c\x5a\xdf\x79\x3a\x88\x18\x2e\x86\x24\x88\x71\xf0\xd9\x19\x3c\x5b\x0c\x9e\x4d\xd8\x5e\xc5\xf0\x59\x31\x0e\x3e\x32\x03\x68\xc5\x7a\xac\x91\x56\x4d\xe3\x23\x1e\xfe\x40\x33\xa9\xf9\x58\x27\xad\x9b\xc6\x16\x86\xb1\x2c\xf7\x52\xd4\x01\xc6\xda\xa6\x41\xbb\x14\x7c\xaf\x62\x3d\x67\x49\x4e\xd3\x4e\xd3\x2c\xca\x65\xda\x65\x9a\x45\xb9\x4d\xbb\x4d\xb3\x66\x8f\x69\x0f\x81\x4f\x95\x24\x84\x59\x0c\xd4\x1c\x74\xb8\xa2\x62\x01\xbd\x9a\x5b\xb2\x62\x0b\xe3\x60\xc0\x2a\xc9\x8a\x25\x86\xf6\xe2\x8b\xd6\x2b\x59\xaf\xe9\x9b\xd6\x2b\x11\xa4\xc5\xc8\x50\x92\xd5\x4a\x56\x8b\xa1\xb4\x24\xab\x85\x7b\x33\xcd\xc3\xe7\x76\xd9\x5c\xf7\xf5\x47\x69\xe8\x92\x93\x8f\x21\x11\x82\xfe\xc4\x38\x18\x2f\x4a\xb6\xb9\xb2\xcd\x45\x3b\x64\x2b\x95\xc3\x37\x69\x87\x6c\xad\x72\x35\x8d\x3a\x64\xab\xb5\xd0\xab\x55\xc8\x56\x6b\xa1\x57\x7a\xbd\x01\xca\xa5\xa0\x20\xd2\x4c\xb4\x82\x0a\x02\x0c\x82\x86\x4b\xc9\x36\x0c\xa1\x86\xd5\x8a\x66\xdb\x20\x5b\xd1\x44\x23\x64\x2b\x8a\x36\xd5\x0d\x59\x8a\x8a\x04\x8c\x23\xfe\x06\x35\x6d\x88\xb4\x48\x7a\xf0\x96\xc5\x69\xda\x12\x44\xc9\x54\x5a\xdd\x53\x8a\x95\xce\x88\x50\x4d\x03\x3a\xfe\xba\x52\xd4\x34\x20\x25\x5c\x84\xa5\xa8\x6a\xc0\x4a\xf3\x39\x1b\xb3\x10\x71\x87\x32\x28\xea\x9a\x62\x00\xec\xc4\x32\x2a\x2a\x1b\x30\x8e\xb0\x20\xf6\x50\x62\x60\xd3\xcc\xbe\xaa\x74\x8a\xd2\x29\x16\x4e\xe9\x84\xd2\x29\x3c\xa7\x26\x01\x2b\x0d\x29\xaa\x4a\xc0\x38\xc2\x24\xab\x1f\xcd\xc7\x68\xe0\xb0\x62\xc1\x2a\x39\x7a\xa9\x84\xf5\x0a\xeb\x65\x7f\x09\xeb\x15\x44\x76\x0e\x73\xb3\x5e\x0b\xbd\x4e\x33\xb3\x5a\x61\x1d\xd0\x98\x25\xac\x43\xf0\x95\xf9\xe1\xc5\xae\xc2\x4b\x33\x98\x64\x4f\xae\xd6\x4a\xc1\x55\x6b\x55\x89\x60\x9f\x14\xa3\x5a\xa9\x6a\xa3\x5a\xdc\x6a\xad\xd8\x46\x92\x26\x03\x6c\xa9\xb6\x6a\xb5\x7b\xfb\xb1\x54\xbb\x77\xb5\xf6\x0c\x8b\xa5\x5a\xfb\x4a\xed\x2d\x6f\xf7\x57\x71\x17\xa5\x81\x86\x2c\xdd\x7a\x11\x9e\x8a\xf9\x5e\x4a\xb7\xb9\x3a\x81\x7b\x3b\xc9\x9a\x76\xac\xcb\x4c\x77\xe8\xd6\xb4\x1b\xb9\x67\x5e\xd6\x94\xb8\xd6\xc3\xd2\x0e\x4b\x66\x9c\x56\xe1\xa9\x61\x1b\x10\x88\x94\xec\x82\xc3\xec\x59\x98\x4f\xa3\xf9\xa6\xf9\x0f\xad\x57\x92\x54\xfa\xc5\x08\x2f\xbb\x82\x3a\x19\x8c\xa3\xd0\xdb\xd4\xc9\x60\x1c\xf6\x7a\x55\x32\x18\x87\xfd\x4f\x5d\x0b\xd6\x4f\x9a\x99\x15\x9f\x54\xe9\xa0\xb0\x2a\x51\x30\x92\x23\xa4\x3a\x14\x8c\x03\x9b\xab\x68\xa0\x82\xde\x1c\x71\xd4\xaa\xc5\x90\x25\xc5\xa3\x52\x05\x83\x68\xbd\x52\xd4\xa9\xe5\x64\xb4\x55\xae\xa7\x35\x3a\xb1\x32\xec\x54\x6a\x38\x30\x0e\x3f\xd0\xcb\x5f\xbc\x18\x34\x32\x3d\xf4\xf2\x17\x2f\x7f\xd1\x17\xfd\xc5\xcb\xf0\x6a\x7e\xf1\xf6\xa9\x5b\x9d\x87\xb1\x53\x6e\x4b\xc1\x7c\x10\x37\x5f\x29\xb7\x12\xbb\x31\x62\xb0\x3a\xca\xad\xc4\x6e\x3e\x6c\x3f\xd8\x5b\x81\xdd\xa8\x71\x35\xd4\x6d\x53\xde\xf4\x94\x44\xbd\x1f\xb3\x7f\x08\x73\xf1\xab\x7e\x6c\xa3\x47\x1d\xd8\x28\xff\xe3\x47\xf7\xa8\xef\xe8\xd8\xc1\xc2\xa8\x48\x85\xf8\xcc\x12\xaa\x5e\x90\x6a\x41\x8e\xe1\xc0\x1d\x6e\x2c\x99\x69\x89\xc8\x78\x40\x91\x2a\x1b\x6f\x4a\xb0\x67\x43\xa4\xca\xa4\xb6\x54\x35\x0d\x48\xc5\x9e\x50\x1d\x89\xc0\x8e\x1e\x29\xdd\x4e\xda\x77\xf4\x08\x1f\x68\x27\x8c\x4a\xa4\x60\x73\x61\x39\x3f\x84\x0e\xd6\x6f\x2c\x41\x5d\x6a\x2e\x90\x2a\xeb\x69\xe5\xb2\x7c\x20\xb9\x82\x5c\x5e\x4d\x5d\xb0\xde\x5d\x75\x7b\x95\x0b\x58\xef\xae\x7a\xe8\x17\x11\x29\x30\x8d\x82\x79\xd6\xc6\x7a\xae\xfd\xf2\xbb\x30\x7e\x5f\xac\xb4\xf9\xcb\xef\x22\xe3\x2c\x17\x29\x88\xe5\x09\x8d\x62\xb1\x64\x75\xfc\xf2\xbb\x08\xec\x0a\xb1\xca\xb2\x9e\x0b\x06\x24\x91\x82\x48\xb9\xa8\x78\x6e\xc5\xfa\x8d\x95\x66\x18\x93\x58\x69\x63\xa5\x61\xcd\x89\xf5\x1b\xe9\x97\xdf\xc5\xc5\x82\xbc\x58\xcf\xad\xdf\x7d\x31\xd4\x84\x4b\xe6\xf1\x62\xa8\x89\x72\xec\xa4\x62\x12\x4e\xd8\x35\xbd\x8f\x17\x3b\x2d\x5e\x3a\x46\xe4\xa5\xd1\xe3\xc5\x00\x13\x05\x8f\x58\xbc\xd8\x5f\x22\xd7\x64\x66\xd3\xa4\x89\xe7\xde\xa7\x4e\x93\xf0\xaf\x2e\x83\x21\x5e\x8c\x2f\x91\x4a\xf8\xe2\x63\xd2\xf3\xeb\x8f\x52\x73\xfb\x4d\xdd\x1d\x2f\x66\x98\x28\x18\x84\xf1\x26\x2b\xcc\x9a\x37\x81\xe4\xf1\x26\x2b\xcc\xc6\x1b\x16\xcb\xe3\x4d\xd6\x8e\x6d\x35\x31\x28\x23\xb6\x9a\x08\x76\x1b\xc4\x8b\xad\x26\x72\x2b\x26\x29\x82\x85\x28\xc9\xec\x15\x41\x62\xd1\x71\xd9\xc2\xf1\x26\x45\x90\xf0\x00\x4e\xb3\xb7\xa8\x0b\xb9\xee\x17\x3f\x93\x3e\x45\xcc\x9b\xd9\xb2\x2e\x94\xa9\xf0\xb2\xa5\xc8\xae\x1b\x50\x8a\xec\x4f\x2e\x18\xf5\x10\x6f\x56\xc4\x2c\x02\x1f\x93\x4a\x66\x45\x9c\x2f\xf3\x47\xec\xac\x02\x8b\x1d\x56\x14\x6f\x56\xee\x59\x27\x36\x4d\x91\x2d\x1a\xa6\x55\x14\x3b\x49\xb1\x68\x0b\x71\x58\x29\x6c\x27\x91\xd8\x67\x1c\x6f\xb1\xb4\x2c\xd4\x12\x7d\x11\x6f\x51\x66\xc5\xf1\xc4\x66\x2a\xd6\x00\x9b\x08\xff\x61\xbc\x45\xa1\x2d\x64\xec\x9a\x78\x8b\x35\x58\xc8\xe8\xd3\x78\x8b\x15\x28\x2c\x5a\xd8\x2d\xcb\x2e\xec\xf7\x33\xba\x23\xde\xb0\x17\xb8\x43\xb5\x28\xb4\xb0\xb0\x61\x5c\x08\x85\x0d\xfb\x3d\xab\xab\x84\x28\xc4\x1b\xf6\x0c\x56\x57\x83\xcd\x36\xf1\x86\x5d\x23\xdc\xbd\x8c\x1c\xc3\xf2\x63\xfb\x44\xb2\xb4\x61\x69\x83\x68\x0e\x7b\x79\x28\xda\x85\x42\x04\x5f\xbc\x61\x47\x08\x1c\x6e\x76\x84\xb0\x02\x41\x34\x99\xf2\xa9\xfe\xe4\x42\x0b\xdb\xa4\x2a\xd9\xaa\x64\xc9\xab\x2a\xd9\x8a\x7f\x35\x51\xcb\x6a\xc1\x16\x22\xd9\x70\x55\xc1\xd6\xf9\x33\xd4\x25\xde\x6a\x6f\xa9\xe7\x5f\x03\x04\xe3\xad\x96\x95\xc5\xc7\x6e\xcf\xa8\x96\xd5\xc5\xc7\x4a\x25\xab\x65\xad\xb8\x9a\x33\xa5\x68\x0a\x76\x21\x9a\x95\xec\xf6\x95\x4e\x37\x76\x24\xea\xca\xba\xe3\x87\x1f\xfc\x62\x37\xfb\xce\x20\x66\x21\xba\xd9\xf7\xcf\x82\xf1\x93\xc3\xc6\x5c\x30\x12\x28\xde\xe1\x4f\x2e\x04\x47\x04\x84\xf1\x8d\xc2\xe8\x9d\x78\x87\x12\x5b\x28\xd3\xcf\x64\x28\x9e\x81\xbb\xbe\x53\xd6\xa1\x78\x58\x0f\xea\xf6\xeb\xa1\x78\x16\x22\xd9\x07\x86\x8d\xbb\x90\x89\xf8\x0e\x23\x20\x45\xd9\xa3\xe6\x50\x86\xa8\xb5\xd8\x3d\x6a\x58\x4b\x82\x22\x93\x49\x53\xf1\x4c\x46\x24\x87\x8c\x69\x8d\x58\xea\xc1\xe4\x0e\xa3\x1d\x45\x9a\xc5\xa7\xac\xe4\x74\x16\x42\x29\xa6\x95\x34\xd8\x11\x5f\x69\x18\xd8\x28\xe2\xb0\x43\x4d\x6b\xb9\x10\x87\x1d\x6a\x5a\x25\x96\x6c\x8e\x41\xbf\x98\x56\x09\x07\x49\xca\x54\x69\x5a\xfc\x65\xa1\x45\x32\xfb\xd3\xe2\x2f\x18\x0d\x17\xc4\x38\x6e\x44\xb2\x57\x9f\x16\x9f\xa8\x46\xfc\x93\xf1\x9e\x16\xff\xb4\xf8\x64\x7f\x5a\xfc\x85\xd2\x95\xeb\x69\xe9\x09\x73\x6c\x83\x2e\x70\x5a\x54\x56\x46\xda\x40\x86\xa7\xa2\x5e\x28\x47\xa7\x42\xe7\x2e\xea\x4b\x7b\x53\xae\xcb\xbe\x73\x51\x7a\xbf\x90\xcb\x8e\xb8\x10\xac\xc5\xc4\x7b\x59\x88\x85\x20\x32\x30\x0c\x48\x8c\x1d\x90\xb8\xbf\xe6\xcb\x6e\x71\x9d\x3f\xe3\xbc\xe2\xbd\x2c\xd8\x75\xfd\x35\xaa\x36\x08\x44\xdc\xc8\xc5\x62\xdc\x4a\x6c\x21\x57\xa5\x7f\x2b\xb1\x5b\x89\x91\xd9\xad\xc4\x16\x82\x43\x1a\xc2\xc8\x43\x11\x6c\x66\x8a\xf7\xf6\xa3\x5f\x48\xad\x9a\x97\x05\x73\x41\xa0\xf9\xa2\x05\xbb\x2f\x83\x36\x49\x52\x62\x0b\xc1\x66\x90\x78\x6f\x25\x76\xd3\x37\xfd\xb4\x6e\xbf\xc0\x85\x52\x3b\x79\x3d\x56\xe8\x51\x1b\xa4\xe3\x6f\xd0\xcc\x8f\x55\x59\xc8\xc9\x61\xfa\xb1\xf1\x17\xf2\x6e\xfc\xc7\xda\x2d\xe4\x11\x3e\x65\xed\x1e\xc2\xeb\x32\xb5\x7b\xec\x0f\x0b\xa5\x66\x4b\x64\xeb\x2c\xe4\xe6\x58\xf8\x58\xbb\x85\x66\x3b\x3c\x56\xee\xa1\x72\x99\x3e\xf9\x58\xb9\x05\x2d\xcc\x78\x5f\x2b\xf7\xee\xca\xf1\xd8\x6b\x73\xbd\x46\x15\x22\xbc\xd7\x5e\xb3\x90\x87\xc3\xd7\x6b\x1d\x17\xe2\xb0\x87\xbc\xd6\x91\x93\x26\x52\xa3\x14\xaf\xe5\x7a\x91\x7a\x36\x2f\x0b\xf6\x12\x74\x19\x24\x7d\x96\x62\x21\xb1\xab\x20\x0c\x80\x14\x79\x6b\xcd\x4f\x79\x71\x48\xc5\x50\x6b\x7e\xca\xeb\x53\x5e\xbe\x68\xd3\x2f\x94\x3c\x11\xe1\xe7\x77\xbd\x30\x4a\xa7\xde\x9f\xe5\xfa\x1c\xaa\xfc\x34\x3e\xc5\xf3\x39\xfa\xf2\x6d\x18\x74\x29\x46\xc1\x22\x31\xe8\x52\x24\xd6\x67\xc3\x08\x4b\x31\xca\x4e\x9a\x26\x4d\x4a\x66\xd2\x69\x12\xb3\x12\xfa\xa9\x21\x90\x62\xfd\xa4\xf9\x3f\xa6\x11\xb4\x87\x6d\x68\xc0\xa3\x48\x15\x33\xdb\x80\x47\x51\x2a\x56\xbb\x01\x8f\xa2\x10\x47\x1d\x06\x3c\x8a\xc4\x32\x45\x7c\x5a\x7a\x60\xfd\x24\x25\x4b\x96\x2c\x19\x32\x4d\xc5\x59\x16\x12\x81\xbb\x3b\x8c\x26\x14\x25\x15\x32\xd3\x52\x02\x85\x03\x33\xc2\xe8\x38\x11\x9c\x23\x10\x06\xb9\x89\x12\x0c\xa2\x46\xb4\x89\x60\x4f\x4c\x18\xbe\x26\x72\x0d\x5f\x54\x88\xf8\x89\x8a\xf5\x2e\x16\x75\x21\xb3\x7c\x12\x46\xaf\x89\x55\x23\xd3\x2c\x3e\xe1\x6b\x84\x04\x85\xe1\x6b\x22\x15\xc6\x5a\xe3\xcb\x44\x39\x2a\xf5\x0e\x0b\xb6\x90\xf1\xd1\x85\x91\x63\x22\x76\xbd\xc3\x82\x85\xe3\x23\x23\x93\xe1\x5e\x22\xa5\x66\x92\xed\xb6\x50\xd8\x5a\x16\x86\x7b\x89\x6c\x5f\x34\xdc\x4b\xe4\x03\x73\xdc\x70\xaf\xd8\xe1\x5e\xd5\x24\xcb\x5a\xf9\x04\x15\x75\x55\xae\x55\x6b\x8d\x51\xd4\xe0\xae\xd8\xc1\x5d\x61\xfe\x56\xa9\xb2\xef\x96\x31\xcd\xe0\x2e\x11\x9c\xd2\x10\x46\x72\x89\x42\xf4\x55\x18\xc9\x25\xb6\x95\x67\x24\x97\x88\x94\xa9\x64\x55\xd4\x0b\x99\xb5\xa4\x30\x92\x4b\x04\x07\x45\x84\x91\x5c\x22\x6a\xa3\x5c\xcd\x7a\xb7\x3d\xf6\x90\x7f\xb3\x14\x8d\xcf\xa6\x50\xd6\xa6\xc4\x1a\xa3\x96\xdf\x43\xf7\xcd\x4e\x1f\xc3\x36\x30\x30\x49\xa4\xc2\x60\x6a\x14\x92\x28\x78\xae\xc3\x28\x24\x11\x44\xfc\x85\xd1\x42\x22\x45\xc9\xe6\x6f\x2d\x3b\xb5\x2c\x66\x66\x2d\x17\xd2\xc4\xcc\x33\x5c\x28\x88\x0d\x4a\xc6\xe5\x86\xc1\x41\x22\x27\xbf\xc1\x61\xc9\xd8\x8e\x52\xb1\xe9\x8c\xde\x11\xc1\x52\x5e\x18\xaa\x23\x82\x53\x32\xc2\xb8\x1c\x31\x0a\x0a\xd7\xb8\x1c\x11\x6c\x55\x0e\x83\x70\x44\xce\x56\x7c\x58\x88\x81\xc4\x0a\xbd\x47\x9b\x0b\x04\x2b\x72\x61\x78\x8d\x18\x04\x0b\x86\xb1\x34\x62\x14\x06\x5d\x03\x67\x44\xec\xd6\x9d\x76\x1e\x56\xaa\xc2\x89\x89\x91\x33\x22\x12\x13\x77\xc3\x64\xc4\x28\x76\x28\x6d\x2e\x90\xd8\x11\x12\xc6\xc4\x88\x94\x1a\x49\xa7\xad\xcb\x7e\xd2\xc6\x08\x6e\xb4\x8b\x48\xc5\xcf\x59\xa3\x08\xc4\x1a\x00\x7f\x53\x2b\x1b\x4d\x22\x4a\x77\x30\xd4\x66\x32\x9a\xa4\x56\x6a\x77\x2a\x3c\x0e\xaa\x9a\x0e\x7c\x97\x1d\x69\x21\x57\x66\x40\x86\x7b\x88\x32\x1d\xcb\x2f\xf3\xba\x76\x77\x40\xec\x97\x99\x5d\xcc\x6d\x4c\xd2\xf2\x31\xae\x62\xd8\x1d\x6e\x7b\xc8\xcd\xa7\x6d\x3f\xd2\x18\x02\x69\x0b\xef\xf6\xd3\x60\x13\x5f\x71\xc4\xd7\xf2\x31\x14\xa2\x38\x18\x6a\xe6\x80\x51\xb0\x4e\x0d\x72\x10\x91\xec\x21\x9a\x39\x60\x95\x15\x81\x6a\xe7\x80\x48\x8a\xe7\x51\xec\x0f\xbd\xc6\x8a\x3f\x96\xf5\xd1\xbd\x83\x41\x6f\x98\x83\x88\xe4\xc8\xaa\x21\x03\xf2\x70\xcc\xd4\x90\x01\x91\x1c\xdf\x1f\xcb\xff\x30\xc0\x60\xcc\x7d\x8f\xcd\xfa\xf0\xe9\x31\x39\xf8\xb4\x6d\x40\x69\x8e\x26\x5a\x32\x9f\x96\x8c\xfd\x41\x4b\x06\xf4\x66\xbb\x69\xc8\x80\x5c\xcd\x4b\x43\x06\x94\xbe\x5f\xb4\xf4\x2f\x53\x27\xfb\x80\x26\x0a\xc8\xc5\x72\xbd\xfe\xe2\xcb\x2f\x62\xdb\x7c\x9f\x79\x7d\xcc\x9f\xfd\xcc\x3e\x7b\xca\x42\x89\xe9\x53\xf6\x94\x8f\x0f\x08\xab\xe5\xfb\x94\xc4\x42\xd1\x67\xf2\x7d\x4a\xe2\xf3\x8c\x1c\xf3\xb2\xda\xdb\x44\x71\xf8\xfd\x2c\xd8\x47\x53\x36\x8a\xaf\xd5\x02\x46\x59\xa6\x59\x35\xc6\xa4\x1e\x87\xf3\xff\xa5\x83\xab\xa7\xb6\x88\x54\x88\xc1\xad\x06\x95\x88\x60\x35\xb5\x1e\xac\x3c\x8a\x40\x89\xd5\x03\x4b\x46\x64\xce\x2f\xa9\x07\x66\x8b\x70\x21\xab\x1e\x58\x2d\xa2\x30\xfe\xd6\x03\x13\x45\x54\x1c\x48\xd5\x73\x61\xc4\x2a\x19\x3f\x89\x8d\x22\x02\xb3\xa8\x1a\xc9\x22\xca\x2e\x18\x3e\x2b\x11\x2c\xac\x57\x4f\x7e\x11\x69\x36\xf3\xb7\xac\xac\x12\xce\x25\xec\xea\xd9\x2f\x22\x58\x58\xae\x47\xb2\xf8\x49\x83\x61\xa9\xbf\xea\xf1\x2f\x62\x94\x61\xfe\x96\x3f\xa1\xaa\x13\x4f\x65\xcb\x9a\x2d\x2b\x3f\x99\x2d\x2b\x2b\x89\x9c\x91\x52\x0f\x56\x12\x45\xe1\xa8\xbd\x7a\x64\x8b\xcf\xbe\x08\x56\x55\xaa\x47\xc7\x88\x60\x71\xbf\x7a\x76\x8c\x48\xa3\xd1\x46\xb8\xa3\xc5\x2a\x2b\x55\xc2\x01\x26\x22\xed\xcc\xac\x78\x46\x6f\xee\x37\xad\x78\xb6\xe2\x96\xc2\x8a\x2f\x94\x39\x7d\xea\x36\x49\x3b\xcf\xe2\xdb\x94\x0b\x81\xd5\x52\x8f\xac\x74\xb2\x63\x9b\x6d\x59\x2c\x6c\x31\x42\x90\xf2\x17\x4b\x51\x8c\x9e\xf7\x29\x7f\x72\x1b\x67\x05\xc1\x86\xbd\x80\x28\x8f\xdd\x15\x43\x29\x86\x52\xa4\xc5\x43\x29\x06\x33\xd5\x66\x92\x3f\x19\x58\x32\x83\x2a\x85\xf2\xd1\x38\xeb\x34\x52\x28\x9e\x40\x3c\x9d\x2a\x85\x05\xc3\x5e\xfb\xf9\x94\xad\xab\xdb\x29\x51\xae\x6a\xb9\x2a\x23\x60\xa7\x5c\xd5\x46\xaa\x34\x92\x9d\xbf\x5a\x08\x3c\x51\xf8\xbc\xeb\x51\x2d\x44\xdd\x8d\xe4\x9b\x8a\x5f\xe3\xa9\xd3\x48\x55\x59\x2f\x94\xc3\xcc\x9a\xf9\xe3\xdd\x1e\x8a\xbf\x99\x7f\xd3\xa5\x51\x4c\x33\xb3\xa6\x91\x52\xc8\xad\x99\x5b\xa3\xe5\x3a\xc2\xe8\x56\xa0\x2b\x58\x9a\xa4\x2b\xd8\xee\xe9\x36\x48\xb1\xdb\x17\x3b\x7b\x74\x32\xc5\xe8\x16\x03\x53\xe9\xb0\xe6\xdd\x62\x74\x9a\x57\x29\x76\x05\xdb\x15\xac\xd9\xdb\x57\x16\xd2\x96\xe2\xb0\x10\x43\x29\xfe\xf6\x22\x74\x3d\x86\xbf\xae\xf3\x6a\xd0\xe1\x86\xf9\x0e\xc6\x7c\xbb\xc8\xb0\xc1\xdc\x4b\x5b\x0a\x15\x9e\x7e\x8f\xb8\x92\xd8\xd6\x5a\x0d\x0c\x13\xa3\x4c\x9a\x7a\x5a\x95\xed\x24\x2a\x14\x7c\x5a\x97\x85\xbc\x9b\x67\xda\x49\x16\x4a\x38\x10\x4d\xe5\x3e\x69\xc4\x61\x66\x8a\x1d\x27\x51\x10\x22\x5a\x3d\x14\x49\x64\x1c\x72\xd5\x33\x31\x45\x19\x0e\xcb\x97\x4d\x71\xe1\xf3\xb0\x4e\x97\x7d\x5c\x6f\x8c\xa3\xce\x65\xf9\x2f\x06\xba\x41\x95\x2e\xe5\x83\xfd\x81\x57\xb3\x7a\xa0\xa5\xc8\x61\x21\x2e\xbf\x51\xec\x0f\xb6\x88\xd4\xe3\xf6\x17\xf5\xb2\xf8\xbd\xdc\xe6\xc5\x59\x94\xdd\x8e\x74\x5b\xef\xdb\x4a\xd2\xd2\xb7\x15\xba\xad\x64\xf0\x93\xb7\x35\x22\x7c\x32\xef\xfc\x6d\x12\x62\x25\xd9\x1a\x53\x8f\xc7\x16\xe1\x78\xb3\x36\x11\xc5\xe3\x4f\x2e\x94\xee\x8b\x8f\x2d\xf2\xf0\x0d\xd9\x51\x1f\x1b\xe4\xc1\xab\x3f\xa9\xf7\x63\xc1\x9e\xa9\xad\xe1\x63\xb6\xc8\x43\x70\xbf\x3d\xf5\xb1\xe2\x7a\x3a\xec\xe2\xaf\x72\x7d\x91\xab\x99\xbd\x96\x42\x35\x6f\xbf\x78\x2d\x85\xe7\x60\x96\xa0\xb0\xaf\x82\x7d\x89\xa2\x57\x01\xbe\x16\xe3\x75\xb2\x17\xe6\xa6\x30\xf4\x6b\x58\xcd\xd7\x62\xbc\x14\xc3\xc1\xf5\x55\x3e\xaf\x5d\x36\x48\xfb\xfc\x3c\xf0\x75\x54\x8e\x54\xab\xc7\x67\x9b\x7f\xf6\x59\x72\xfb\x2c\xee\x67\x71\x69\xa7\xcf\x72\x7c\x8c\xf1\x13\x69\x7f\x8e\xae\x38\x3b\x08\xd5\xac\x9e\xbd\x25\x52\x5b\x93\xe1\xea\x11\x9c\x35\xb1\x27\x94\x39\x73\x4d\x2c\x70\x89\xa4\x85\x90\x58\xcc\x12\xab\xb0\x41\xda\x34\xcd\x9f\x6c\x24\x5d\x26\x39\xa0\x2f\x13\xaa\x26\xd5\x7a\xda\x6a\x1d\xed\xef\x21\x9f\x22\x3b\xee\x27\x75\x38\x08\x8e\x98\xaa\x09\x6f\x84\x08\x56\xe8\xaa\xa7\x76\x89\xe0\x30\xd2\x9a\x92\x45\x4b\x9a\x8e\x85\xa4\xd3\xa4\x93\x17\x33\x49\x96\x6c\xab\x75\xf4\x6e\x52\xad\x83\x95\x86\x84\xd4\xeb\x20\xb3\x40\x59\x3d\x16\x4c\x44\x3e\xf8\x01\xd5\x27\x28\x1c\x61\x56\x53\xb1\x4a\x85\xf8\xfa\xc4\x53\xac\xee\x88\x20\x3a\xb1\xa6\xe2\x8b\xc5\x92\x21\x46\x95\x20\x08\x3f\x9d\x84\x83\x42\x04\xe7\x16\xd4\x54\x2c\x57\x1c\x3f\x77\xcd\x56\xcf\x1a\x15\xe9\x67\x52\x31\x89\x1d\x38\x36\x66\x28\x57\x56\x6d\x06\x3d\x2a\x85\x72\x5d\xc8\xf8\xad\x6a\x52\x79\x82\x72\x28\x7d\x95\x27\x48\x8d\xcf\x24\xa9\x3c\x41\xee\x36\x88\xca\x13\xa4\x89\x6d\x91\xc2\x3a\x06\x73\xbb\x69\x92\x75\x0c\xfc\xe9\x0a\x3a\xac\x63\xb8\x9b\xd7\x5f\x7c\x4c\x62\x0e\x66\x87\x0a\x9b\x08\x27\x49\xb2\xa3\xa8\x88\x41\xce\x36\x64\x55\xf6\x0b\xc1\x11\x26\x95\x63\xd6\x36\x82\x03\x2e\x6a\x52\xe9\x82\x82\xd7\xaa\x26\x95\x2e\x48\x84\x24\xd6\x54\x15\x74\xdd\x9f\x25\x02\x6b\xe6\xdf\xcc\x9f\x1a\x35\xf3\x6f\x7e\x95\xc8\x50\x75\x0d\xdc\xc5\x5c\x53\x53\x86\xcd\xf5\xbd\x66\x9a\x42\x6c\x08\x91\x01\xc3\xd3\x57\x2b\x07\xbd\x05\x7b\x20\xab\x47\xad\x0a\xf7\x3f\xd7\xa4\x4e\x07\x69\x36\x7f\x52\x89\x35\xac\xb1\xe6\x8b\x4a\xac\xb1\xff\xd9\x4f\xbc\xdb\x51\xba\xc3\x2e\x2f\xaa\xd3\xd3\x76\x7f\x50\x2e\x75\x3a\xc8\xa3\x8c\xdf\x56\xcd\xa9\x5b\xbb\x85\xc4\xd1\x5b\xd5\x83\x5e\x45\xc1\x75\x5f\x39\xa4\x6e\x23\xfd\xfc\xb2\xbb\x55\xc1\x61\x32\x2c\xb7\x96\x01\x08\xe2\xbf\x6b\x1a\x8a\x7d\xe4\x9f\x1b\xbe\x6b\xd2\x1a\x00\x85\xc3\x63\x6a\x1a\x96\x7b\x70\x16\x08\x06\x42\x1a\xfe\xe4\x60\x8b\x39\x46\x4c\x1a\x36\x3e\xfb\x98\x34\x78\xd3\xb0\x10\x83\x1e\x98\x7d\x51\x79\xe2\x2f\x49\x0e\x1c\x5a\x16\x20\x88\xa9\xad\x1e\xa2\x27\x1a\x5b\xae\x6a\xd2\xd6\x00\xc1\x31\x4e\xd5\x83\xf5\x44\x61\x7f\x4a\xf5\x64\x3d\x11\x9c\xe4\x57\x3d\x46\xaf\x72\x72\x5e\x70\x48\x6a\xe5\xf8\xbc\x8d\x5c\xed\x6d\x5a\x1f\x20\x67\x9b\x6b\x5a\x54\x83\x73\xcd\xfe\xb4\x5c\xf8\x46\xaa\x23\xc9\x69\xb9\x4e\x67\x7b\x95\x4e\x7f\x5a\x30\x16\xa4\x38\xb4\xa9\xa6\xd3\xde\x7c\xf2\xb5\x64\xc4\x7a\x5a\x30\xb6\xfd\xb0\xed\xb7\xa6\x53\x49\x9f\x96\x95\xf6\x38\x6d\x6f\xf6\xf8\x54\x4c\xff\x74\x5a\x56\x7c\x2f\x9c\x01\x5a\x93\x26\x10\x28\x4c\x73\x6b\xba\x2c\x2b\xab\x4f\x1c\xa1\x54\xd3\x65\x59\x2f\xcb\xc5\x2f\x6a\x02\x81\xc8\x58\xbb\x49\x13\x08\xe4\x64\xf6\x9a\x40\x20\x38\x00\xaa\xa6\xcb\xa2\xe2\x82\x19\xd6\x51\xab\x08\xc4\xe1\x88\x70\x59\xae\x4b\x4b\xa6\x9a\x99\x72\xbd\x38\x52\x00\xe3\x29\x69\x3c\x81\x51\x94\xfe\x6d\xc1\x6e\x3d\x1d\x0e\x39\xb7\x25\xf3\x74\x0c\xc7\x2a\x0d\x2a\x10\x59\x6d\x72\x5b\xb2\x85\x1c\x6a\x00\x6d\x2c\x10\x1c\x70\x53\xd3\xed\xe7\xbf\x50\x0e\x3b\xa2\x66\x17\x28\x13\xa3\xd4\xf3\x90\x45\x71\xc6\x99\x34\x9e\x80\x6b\x06\x35\x3d\xe6\x85\xd7\x24\x3b\xe0\x3c\xe6\xf5\x70\xd6\xd6\xf0\x29\xf3\xe2\x08\x8c\x6e\xdf\xd4\x76\x02\x4b\x3c\xbc\xf9\xda\x6e\xef\xf1\xf3\x2c\x85\x9a\x5e\xdb\x6d\xa1\x74\xfb\xbe\xc6\x13\xc8\xe1\xc7\xac\xed\x04\xf2\x54\x5b\x69\x3b\x81\xc8\x1a\x0b\xaf\x9f\xe9\xcb\x49\x10\x8e\xd1\xaf\x65\x7d\x59\xa0\x51\xa7\x69\x60\x81\xc8\x5a\x14\x1a\x58\x60\x95\x95\x82\x69\x4d\x81\xd8\x9a\xe2\xb3\xac\x5f\x72\x30\x22\xc9\x66\xfb\x74\x94\xe3\x04\x48\x1a\x58\xc0\xe3\x21\x6a\xfa\xac\x12\x0b\x4c\xfb\x73\xfe\xec\xfc\xb8\x6a\xb2\x0d\xae\x19\x06\x52\xb1\x96\x9f\x55\xfa\xf4\xc3\x99\xbd\xe5\xff\xf0\x87\x38\x64\x7d\x96\x1f\xe7\x0d\xe7\xad\x55\xcf\x99\x14\x1e\x48\x51\xb3\xc6\x1a\x07\x4d\xae\xb2\x56\xd2\x8a\x69\x85\x05\xd4\x44\x52\x98\xc4\xe7\xcc\x47\x9f\xf5\xdd\x80\xc2\x32\x6b\xf5\xf4\x49\x91\x59\x4c\xae\x1e\x3f\x29\x12\xa7\x7c\x55\xcf\x9f\x14\x89\x00\xa5\xea\xf1\x93\x22\x38\x8d\xae\x66\x16\xa1\x44\x70\xce\x5c\xf5\x48\x4a\x91\xd8\xf6\x58\x3d\x80\x52\xac\xe2\x77\xd2\x2c\xab\x76\x1f\x7d\x2c\x6b\xf7\x81\xc1\x5a\x55\xcd\xc9\xb2\x12\x5c\x44\x84\x61\xf5\x20\x4a\x91\xd9\x7c\x59\xb3\x8e\x14\x50\xb4\x9e\x3d\x65\x52\x94\xc6\x57\xef\x31\x93\x22\x38\x59\xac\x7a\xce\xa4\x28\xc4\x13\x54\x77\xe7\x88\xc8\x4a\x5a\x47\x07\x88\x8c\x9b\xc9\x0d\x3b\xa2\x38\x97\x70\x77\x8e\x88\x6c\x1d\xf5\x86\x80\xdc\x8a\x49\x16\x62\x21\xeb\xe0\x71\xdf\x8d\x48\xa3\x99\xbd\xe5\x2a\x7c\x21\xf5\x6f\xd0\xc9\x6e\xcb\x11\x59\x03\xd9\x6d\x39\x22\x1f\x76\x2d\xed\xc4\xec\xda\x16\x16\x60\xd6\x4e\x04\xe1\x97\x97\xb5\x00\x41\x1e\xa8\xbe\xac\xb9\x97\xf7\xda\x96\xe5\xd6\xde\x03\x59\x03\x3c\x6b\xef\x65\x8d\x3b\x06\xfc\xac\x71\x07\x72\x57\xc4\x7a\x59\x40\x10\x02\x54\x3d\x23\x5d\x44\xc6\xc6\xc9\xba\x54\x40\x69\xc3\x24\xb3\xaf\xd4\xc8\xbc\xaa\xd9\x57\x4e\x17\xb3\x46\xd5\xe6\x62\x55\x29\xfb\xfd\x34\xfb\x64\xdb\xea\x90\x9f\x6c\xca\xa2\x61\x33\x33\xb3\x37\x74\x51\x64\xd6\xb6\x6a\xd6\xb8\x03\xa5\xec\xcc\x2c\xd8\xf6\xc5\x28\x32\x2d\x39\x10\x79\x67\xa6\x78\x34\xee\xb0\x75\x72\xb3\xe2\xcd\xf5\x59\x92\xf4\xce\x80\x5c\x19\xb7\xb3\x66\x1b\x88\x6c\x95\x74\xd8\x80\x14\x3b\xc9\xe2\x77\xba\x1b\x73\xd2\xac\x0f\x07\x44\xb6\x23\x69\xef\x81\xac\xa9\x96\xf5\xce\x80\xc8\xb8\xbd\x72\xb7\x5c\x9d\x06\xf1\xa9\x61\xf6\x9e\x97\x86\xf2\xe0\x54\xd1\x8d\x44\x68\x42\xcd\xc3\xae\xcb\x02\x15\xf1\x3e\x35\x6b\x83\x81\x32\xfd\x0c\xb4\xae\x40\x64\x7c\x87\xee\xa5\x12\xc1\xa6\xd4\xea\x5e\x2a\x11\x99\x49\xbc\x61\xa3\x62\x49\xda\x37\xad\x24\x07\x9e\x65\xfc\x65\xee\x6b\x12\x1e\xd7\x53\xdd\xd6\x24\x46\xf1\x73\x98\x56\x72\xba\x86\x43\x59\x35\x9c\x3c\xa4\xd4\xb9\xa1\x3b\x93\x44\x10\xe5\x5c\xb3\xe6\x0f\x18\xdc\x1c\x51\xdd\x98\x24\x72\x60\x8c\xb8\x31\x49\x14\x5d\xca\x6e\x4c\x12\x99\x8d\x2d\xd5\x8d\x49\x95\x5d\x48\x91\xbb\x49\x96\x8b\x2d\x47\xd5\x7a\x6b\x11\x81\xe0\xd4\xe2\x9a\x35\x7f\x40\xec\x8f\x59\xf3\x27\x6b\xfe\xe0\x14\xca\x97\xe5\xba\x9c\x95\x21\x56\x6d\x1d\x10\x9a\xc9\x59\xbb\x26\xbb\x28\x85\x01\x9c\x6f\x25\xb1\x30\xb8\x15\xa1\xe6\xdb\x42\xdc\x34\x11\x9e\xa9\xac\xf5\x03\x0a\x47\xe1\xd4\xac\xa5\x03\xca\x81\x21\x98\x6f\xfb\x09\xbb\x78\x87\xc3\xe5\x6d\x3f\xb9\x75\x23\x34\x1f\xb3\xac\x0b\x85\xa3\x8b\x6b\xd6\xae\x01\xa1\x79\xe2\x56\x2b\x91\xe2\x30\xb7\xc7\x9e\xc2\x3e\xdb\xa4\x9a\xd3\x9d\x04\x8a\x73\xe2\xfc\x58\x0c\xc2\x66\x88\xae\xab\x59\x77\x12\x48\x84\xe6\xd6\xac\x3b\x09\x94\x6e\x0f\xd6\x6e\x02\x23\x54\x86\x1a\x49\x20\x13\x5a\x5c\xb3\x46\x12\x08\x67\x7d\xf9\xb1\x25\x1f\xbc\xc7\xb6\xb7\x66\x53\xd6\x6c\xc2\xc1\x94\x5f\x4b\xbf\x90\x9b\x83\x98\x9e\x29\x10\x19\x97\x5c\x7e\x6d\x6f\x4e\x17\xe3\x7c\xee\x9a\x35\xae\x40\xe4\xe1\x8b\xd6\x71\x21\x11\x42\x5b\xb3\xc6\x0f\x58\xa2\xa6\xdd\x3e\x7f\x92\x83\xc3\x9c\x60\xe7\xcf\x9f\xfc\x3c\xcf\xca\x37\x95\xa1\xc6\x8f\x3a\x4d\x4b\x27\xe3\x5d\x62\xa3\x78\xcd\x9a\x35\x59\xb3\x66\xff\xa4\xa2\x60\x3b\xdc\x74\xf0\xfb\x14\xc5\x47\x4c\x24\x86\xa0\x1b\xe4\xc4\xe0\x20\xb8\xea\x06\x39\x51\x46\xf6\xa9\x6c\x52\x26\x82\x70\x92\x54\x4d\x42\x95\x87\x49\xcd\x24\x44\x81\x51\xe6\x56\x38\x31\xb4\xaf\xdd\x09\x27\x8c\xd7\xae\x6e\x7a\xab\x65\x3b\xaa\x9a\x8f\x3d\xa6\xd1\xeb\xa6\xa5\xf8\x4c\xfa\x38\xa8\x6b\x35\x5b\xd1\x9d\x55\x3c\x39\x6c\xfe\x0d\x1e\x6c\xb7\xba\x09\x0f\x00\xab\x6e\x75\x13\x49\xdf\xa2\x5b\xdd\x44\xe1\xd0\xd0\xea\xb6\x36\x91\x5d\xd6\x72\x57\x9b\x30\x78\xb7\x16\xed\x20\x90\xbb\x92\xca\x96\x91\x13\xba\x1c\xb4\x8b\x4e\x2c\xf7\xb9\x71\x26\x48\x75\x4f\x9b\x88\x62\x43\x68\x40\x81\xc1\xcd\x30\xd5\x4d\x68\xa2\xe8\x4c\x2e\x59\xa9\x64\xa5\x82\xec\x8a\xd9\x13\x01\x5d\x7c\x51\x3b\x08\x18\xae\x5a\xdd\xee\x25\x0c\x01\xad\xee\xf6\x12\x25\x58\x36\x70\xb7\x97\x48\x1c\x8b\x5e\xdd\xec\x25\x92\xee\x53\x37\x71\x89\xd5\x82\xe6\x6f\xc1\x16\x8a\x73\xf5\xe2\x72\x12\x30\x04\xb4\xba\xd5\x4b\x78\xd4\x5a\x75\x5b\x97\xc8\xdd\x26\xd2\x49\x06\xc2\x05\xbe\xa2\x93\x0c\x18\xf7\x58\xdd\xfb\x25\x32\x77\xa7\x54\xf7\x7e\x89\x34\x6d\x5b\xad\x26\x60\x3c\x59\x75\xeb\x97\x28\xb1\xb3\xb7\x92\xb1\xfb\xa4\x65\xbd\x4d\x73\x86\xca\x37\xe5\x76\x30\x61\x24\x5a\x75\x9f\x97\x28\x7a\x2d\xdd\xe7\x25\x32\x87\xfd\x54\xb7\x79\x89\x3c\x98\x89\xb8\xcb\x4b\xa4\xe6\xa7\xe1\x7a\x15\x28\xda\x05\xa5\x5a\xa5\x85\x3c\xb1\xbe\x8b\xce\x34\x50\xf6\xf7\xa3\x33\x0d\x78\x5e\x5d\x2d\x9a\x60\xc0\x70\xb2\x5a\x9a\x0d\xc2\x05\x45\xdd\x1e\xac\x55\x56\xb6\x55\x86\xdd\x51\x34\xae\x40\x1a\x76\x4e\x6d\x2b\x60\x44\x50\x2d\xba\xc4\x40\x8a\x62\x61\x75\x80\x01\x03\xbe\x6a\xd1\xde\x02\x49\x8f\x47\xd1\xde\x02\x29\xdb\x96\xda\x5b\x6e\x5b\x23\xbc\xb3\x16\xed\x2d\x30\xc2\x3e\xac\xbd\x05\xf2\x60\xb6\x5b\xb4\xb7\x40\x6a\x76\x02\xed\x2d\x50\x38\x64\xb3\x16\xbd\x65\xc0\x50\xa2\x5a\xf4\x96\x81\xe4\xc2\x9d\xfb\xe4\x84\x51\x5b\xd5\x4d\x71\x22\x15\xae\x82\xaa\x6e\x81\x13\xa9\x39\x56\xe9\x2d\x03\x06\x1c\xd5\x32\x2c\xd8\xe0\xbc\x2a\xe6\x1d\x45\xb3\xac\x78\x86\xad\xda\xa3\x68\x5e\x15\x0f\x50\xf0\xb3\x74\x55\x0c\x04\x67\xfc\x54\x37\xb7\x89\x32\xed\x3d\xae\x80\x81\x34\xed\xb0\x5a\x57\xc0\x9d\xb8\xd5\x8d\x6c\xc2\x88\xa0\x5a\x74\x2e\x01\x23\x4c\xaa\xfb\xd1\x84\x01\x32\xb5\xe8\x5c\x02\xb9\x3a\x66\x69\x70\x79\xdb\x8e\xee\x87\xa2\x75\x55\x3c\xbe\x95\x2d\x1f\xb5\xb8\xc0\x06\x52\x66\xb6\x5b\x4e\xbb\xc5\x49\xb7\xc0\xa6\x77\xbf\x9b\xd8\x91\x10\x6e\x6e\x13\xc3\x45\x25\x37\xb7\x89\xc4\xa1\x5f\xb5\xe8\x5d\x02\x1e\xb0\x58\xcb\x65\x29\x88\x76\xe6\xd2\x98\xea\x16\x38\xe1\x59\xc6\xd5\x6b\x80\xc4\x8e\x70\x70\x07\x9c\xf0\x64\xc6\x5a\xb4\x88\x40\x3e\xb0\x58\xca\xad\xa4\x39\x52\x95\xc3\xc8\xaa\xfb\xe4\x44\x19\x18\xd8\xee\x93\x13\xb9\xfb\x35\x68\x4a\x81\x12\xa8\xe9\x72\x2b\x89\x9b\x00\x16\xdc\x2e\x6e\x9d\x13\xd9\x38\x91\xa2\x23\x09\xe4\xdd\x1e\x5a\x52\x20\xbb\xc6\x5a\x34\x9b\x40\x66\xcf\x58\x75\x7f\x9d\x58\xed\x61\x9a\x65\x5d\x28\xe1\x00\xa8\x29\x05\x86\x73\xf5\xa2\xdd\x04\x76\x1c\x41\xd1\xb7\x04\x92\x7e\x85\xa2\xdd\x04\x72\xb7\xb9\xb5\x9b\x00\x47\x59\xfe\xb6\x4e\xd6\xac\x02\x69\x3a\x86\xba\x06\x08\x12\xb7\x78\xd4\xa2\xa5\x55\xf6\x1a\x60\xf7\x31\xdb\xeb\x45\x87\x39\xae\xea\xc7\x02\x79\x2a\x63\xfd\x58\x20\x4f\x87\xf7\x57\x19\xbc\xf4\x10\xfb\x91\xae\x2d\x90\x83\x45\xb5\xa2\x6b\x0b\xec\x75\xec\xa2\x6b\x0b\xec\xe5\xfd\xe2\xda\x21\x48\x2e\x5c\x15\xed\x3d\x90\xd9\xb1\x5f\x8b\xce\x2e\x90\x9d\x5c\x15\x2d\x40\xe0\x45\x2e\xb5\x68\x01\x82\xa4\xeb\xba\x68\x01\x82\x55\x6f\xd3\x94\x05\xfe\xaf\xd8\xf9\xdb\x1f\x16\xf2\xa1\xd6\xd1\x50\x04\x5e\xcf\x52\x8b\x86\x22\xd8\xeb\xeb\x5e\x5f\x25\xf6\x2a\x79\xe8\xc5\x02\x89\x23\xbe\x6a\xe8\xc5\x02\x49\xe9\x84\x96\x1c\xc8\x9c\x1a\x50\xc3\x55\x48\x90\x5a\xf1\xa9\xd3\xa4\x93\x03\x0b\x3b\x49\x97\x49\xfb\xc8\x7e\x92\x6e\x93\xd8\xa3\x72\x58\x88\xc7\x24\x16\xa0\xa8\x63\xe8\xd8\x02\x89\x8d\x32\x35\x34\x0a\x41\x99\x96\x5e\xa3\x10\x14\x22\x53\x6b\xe8\xfe\x02\x69\xf2\x2d\x86\x6b\x90\x20\xf5\xe9\x53\xfe\x62\xa2\xb9\x69\xc8\x70\x05\x12\x24\xee\x8e\xa9\xa1\x3d\x07\x0a\x77\x95\xd4\x30\x1a\x08\x14\x67\x22\x6e\x4e\x15\xab\xd5\x7c\x53\xe9\x10\xfa\xe3\xcc\x36\x8c\xf3\x01\xa9\x32\x05\x0b\xe3\x7c\x22\x5b\x0a\x93\xac\x37\xbe\x2e\x07\x89\xd0\xa0\x03\xa9\x68\x98\x79\x9f\x98\xd8\x6b\xbb\xa1\x91\x17\xfb\xa4\x51\x44\xad\x91\x07\x32\xfb\xdc\x6b\x68\xd1\x81\xa2\xd7\x32\x5c\xf5\x04\x7b\x89\x39\x8a\xe2\x29\x16\xcc\x5f\xb4\x60\x9e\x2a\x1a\x66\xaf\xc4\x0a\x5f\x83\x93\xb7\xd0\xee\x0b\xed\x3e\xe5\x63\x18\x51\xb8\xcb\xcd\x5a\x6a\xd1\x81\xc2\x86\x91\x1a\x9a\x6f\xa0\x1c\x7c\x34\xa1\xf9\x16\xae\x71\xee\x17\xed\x62\xe1\x39\x53\xbe\x68\x59\xc3\x90\xbc\xfd\xa6\x85\x0d\xa5\x48\xc5\x35\xd5\x40\x71\x44\x0b\xe3\x88\x40\x72\xaf\x49\x0d\x97\x21\xc1\x76\x67\x87\x26\x51\x6c\x7f\x13\x06\x4a\xb8\x98\x08\xf2\x96\xbf\xfe\x26\x90\xf7\xf7\xe6\x62\x22\x58\x6f\x92\xa6\x01\x04\x3c\xcb\xbe\x86\x06\x10\xd8\x8e\xf0\xd0\xda\x01\xc5\x41\xd1\x2b\x51\xc4\xca\xcc\x34\x6b\xd0\xd1\xe7\x78\x84\xc3\xe5\x44\xb0\x9d\x63\xa1\x05\x14\x5a\x40\xf6\x6c\xcd\x9d\xd0\xdc\xa9\x16\xcc\x6e\x60\x30\x75\xb2\x14\x8a\xb6\xfb\x5d\x52\x71\x97\x0b\xc1\x76\xe4\x85\xd6\x0e\xd8\x4e\xa2\x70\x6d\x10\xec\x39\x70\xb8\x10\x08\x86\xaa\x28\x86\x85\x60\x03\x5b\xb2\xe3\xb9\x36\x08\xc2\x68\xac\xd0\x7b\x15\x7b\x03\x1b\x46\x45\x0c\xdb\x97\x0d\x6c\x2e\x90\x84\xeb\x85\x60\x2f\xb8\x85\xeb\x85\x60\x3b\x3d\x42\x27\x17\xd8\x8e\xf0\xd0\xe4\x8a\x1d\x88\xe4\x27\xa1\xfb\x0a\x0c\xb5\x77\xb8\xa2\x17\x7b\x45\x0f\x77\x4f\xb8\xa2\x07\x42\x03\x31\x5c\xd1\x03\x7b\x04\x0f\x8d\xae\xd0\xe8\x72\x58\xd4\xc2\x02\xdb\x74\x0a\x2d\x2c\x30\x38\xd2\xa6\x86\x16\x16\xd8\x0a\x3d\xf4\x5f\x81\x3d\x55\x09\x6d\xae\x38\xb7\x7c\x7c\x53\x61\x2c\x44\x1c\xbf\x7d\xc9\x45\x0d\x0d\x30\x90\xf7\x48\xaa\x01\x16\x1e\x94\xef\xd8\x7d\x59\xee\x8b\x72\x33\xf7\x0b\x5d\x5e\xb1\x77\xa5\xe1\x34\x0a\x7d\x5e\xe0\xe7\x17\xe9\xf2\x1e\x48\x86\x0a\x84\x6e\x30\xf0\x73\xd8\xbc\x2c\xf7\x65\x10\x00\x06\x51\xe8\x1a\x03\x89\x7d\x0b\x35\x74\x8d\x81\x52\x99\x91\x84\x46\x1f\xd8\x16\x43\xb8\x2e\x08\xf6\xec\x26\x5c\x04\x04\x2b\x7f\xdf\xf4\xeb\xb8\xf9\x3a\x98\x51\x85\xb6\x21\xd8\xb3\x9b\xd0\x36\x04\x39\xa9\x0a\x34\xf1\xc0\xca\x0c\x99\xe9\xe1\x02\x3f\x87\x0a\x4d\xa9\xd0\x94\xb2\x2f\x69\x4a\x81\x9f\xa5\xd0\x0a\x0a\x9c\x4b\x7b\xa4\xd0\xe2\x01\x39\x54\x05\x5a\x3c\xa0\x18\x28\x16\x1a\x2e\xa1\xe1\xa2\xf8\x35\x5c\x42\xc3\xc5\x0e\xa1\xfd\x01\x4a\xb2\x77\x69\x1f\x84\xf6\x81\xa2\x76\x7d\x0c\xfc\xec\xe2\x3a\x92\xc0\xe0\x2c\xc1\x5a\xb5\x0f\xaa\x17\x8e\x32\xd0\x55\xfd\x41\x20\x1f\x54\xa8\xea\x0f\x02\x99\x23\x27\x6b\x55\xa7\x83\x25\x30\xdf\xfc\x4c\xe3\xb3\xe5\xe3\xae\x2a\xf5\xaa\x52\xa7\x41\xaa\x8b\x55\x60\x7f\xa2\x55\x57\x0e\x48\xae\x15\x54\x35\x6c\x75\x77\xb9\x01\xab\x55\x7d\x5a\xd5\xa7\xf8\xd9\xaa\x6e\x14\x50\x38\x28\xba\x56\xdd\x28\x20\x07\xea\xba\xaa\x75\xab\x6e\x94\x69\x52\x35\x49\xf3\x0c\x6f\x62\x55\xeb\x56\x5d\x2b\x4c\xe4\xab\x5a\x17\xec\x6e\xe1\x79\x13\x22\x73\xf4\x45\xad\x2a\xca\xaa\xa2\x54\x16\x2e\x05\x81\x3c\xf0\xaa\x55\xbd\x21\x55\x6f\x08\x0e\x98\xaa\xee\x04\x99\x73\x15\x6b\x55\x2b\x82\xf4\xb3\x96\x7a\x30\xc0\xcf\xb2\xba\xee\x03\x8a\x53\xe8\xaa\x6b\x02\xa4\xc1\x67\x59\x5d\xf7\xa9\x6c\x43\x72\xdd\xb4\xea\x61\x00\x61\x50\x4c\x75\xdd\x07\x84\x6b\x85\xde\x8c\x25\x3a\xc7\x28\xd6\xaa\xd3\xa1\x6e\x0f\x83\x6f\xba\xee\x03\x7e\x36\x92\xda\x08\x84\xbe\xc3\xaa\x36\x02\xe1\x34\xa5\x76\xf3\xef\x9c\x92\x8f\xaf\xab\xaa\x8d\x40\xb8\x34\x50\x5d\x38\x01\xa1\x83\xa7\xaa\xa0\x40\xe6\x88\xf7\x5a\x55\x50\x60\x70\x99\x70\xad\x2e\xaf\x80\x50\x41\x55\x97\x57\x40\xfa\x29\x0b\x27\xf2\x20\xb1\xa3\xb7\x7a\xcf\x96\x08\x1d\xd6\xde\xb3\x25\xca\x81\x1b\xc5\x1b\xb4\xc4\xca\x8c\xdf\x74\x6e\x0f\x42\x3f\x47\x35\xe4\x04\x84\x2b\x27\xd5\xe9\x3e\x48\x06\xa6\x54\x15\x14\x48\x95\xe1\xa2\x1a\x98\x02\x12\x07\x62\xd6\x3a\xfd\xc9\xa9\xc4\xe8\x89\xfa\x09\x40\xe8\x05\xae\xa7\x15\x3f\x59\x57\x42\xa7\x54\xf5\x13\x08\x95\x51\x55\x3f\x81\x50\x25\x7a\x47\x97\xc8\xdc\x2f\x53\xbd\xa2\x4b\x24\x63\x31\xaa\x2a\x0b\x24\x83\xd7\xaa\x3e\x01\x10\xce\xf6\xab\x3e\x01\x90\xdc\xd0\xe0\xb5\x5d\x75\x5f\xdb\x85\x59\x54\x1d\xd2\x41\x70\x5d\x76\xad\x2e\x80\x80\xd8\x2d\xe9\x88\x0e\x22\xcc\xcb\x89\x36\x08\xe3\x0f\xaa\xf3\x65\x10\x7b\x64\x33\x3c\x03\x84\xe1\x13\xd5\xb9\x31\x08\x2e\xd5\xae\xd5\x59\x2f\xf0\x62\xcd\xea\xdd\x5a\x22\x5c\x13\xaf\x4e\xd2\x40\x04\x9e\x9c\x6a\x90\x02\x88\xc8\xfd\xb7\xb5\x72\x75\x40\x06\xc1\x71\x36\xb5\xea\xec\x07\xc1\xe9\x33\xd5\x8b\xb6\x44\x9e\xb8\x45\x9a\x13\xb6\xb6\xe3\x46\x19\x97\x9a\x33\x36\x90\x34\x8a\xbd\x90\xab\xb6\x43\x7d\xcb\x28\xd7\x1c\x6b\x41\xb8\x3a\xd5\x1c\x6b\x41\x68\x09\x34\xdd\xe6\x20\x07\x13\xa8\x66\x40\x28\x48\x86\x16\x35\x67\x5e\x20\x38\x62\xa6\x36\xe7\x54\x20\x55\xbf\xff\xe6\x6c\x09\x24\x8d\xa6\xe6\x20\x0d\x22\xcc\xcc\x41\x1a\x64\x63\x9e\x9a\xc1\x9f\x20\x38\x76\xa7\xb6\x62\xf1\xb9\xbc\xc1\xa5\xc1\xe6\x64\x09\x44\xec\x17\x2d\x7e\x71\xce\xc6\x67\xd6\x1c\xca\x41\x04\x33\xda\xe6\x0c\x07\xa4\x3d\xc0\x78\xa5\x98\x48\x46\xb7\x34\x27\x2a\xcd\xd5\x79\x97\xef\x9a\x5e\xe5\xa6\x57\xd9\x51\xa1\x39\x26\x83\xdc\xf7\xab\xb6\x40\xd8\x9c\xc8\xd1\x61\x1a\xa4\xfd\x8d\x36\x83\x2f\x41\x70\x3b\x79\x6d\x0e\xdd\xa0\x1b\x01\xda\x5c\x9f\x07\x29\x6c\x74\x97\xd4\x41\x70\x68\x50\xf5\xc2\x31\x91\xf6\x70\xeb\xf5\x62\x22\x71\x8e\x40\x6d\xba\x7d\xbd\x71\x6c\x8f\xb7\xde\x38\x26\xc2\x45\x89\xe6\x1c\x07\x04\xa7\x03\x55\x6f\x21\x13\xc1\xe1\x40\xd5\x2b\xc7\x44\xda\x23\x5d\x73\xda\xd3\x5c\x54\x77\x78\x6a\x4e\x72\x40\xa9\x58\x20\xcd\x09\x0d\x48\xd5\x91\xa7\xe9\xc0\x05\xc5\x08\xa6\xd6\x2d\x1a\x07\xcc\xef\x4a\xa9\x1d\x9a\xda\x81\xb9\x68\x73\xdc\x07\xa1\xc3\xbe\x39\xee\x37\x6f\x1c\x63\x62\xdb\x1c\xd0\x9b\x03\x3a\x13\xcf\xe6\xf4\x02\x84\xc6\x58\x73\x25\x1c\x84\x7e\x92\x66\x54\x21\x48\x5b\x6d\x35\x07\x74\xd0\x5b\xf5\x31\xf3\x67\x40\xdf\x4a\xaa\xe9\xad\x05\xb1\x8b\xe1\xf4\x02\x14\x97\xfa\x9a\x73\x09\x10\x2a\xff\xe6\xf8\xda\xb4\xff\xb7\x7c\x1c\x60\x9b\x03\xac\x1d\xcd\x35\xed\xe6\x91\x52\x8e\xe9\xcd\x45\x6d\x10\xe1\x88\xe0\xa0\x0b\x62\x7f\xd7\x5a\xf3\x20\x02\xe3\xa5\x69\x93\x83\x08\xeb\xa4\x4d\x0e\x22\x98\x92\x35\x6d\x72\x10\x5c\x99\x51\x9b\x8e\x58\x10\x5c\xab\x50\x9b\xc6\x36\x08\x8e\x8f\xaf\x4d\x63\x1b\xa4\x3d\x36\x37\x3d\xb1\xa0\xeb\x63\x6d\x3a\x54\x41\x04\x53\xe9\xe6\x4e\x07\x10\x1c\x01\x5d\xdb\xe3\x4f\x3e\xfe\x24\x35\xd2\xa1\x0a\xbc\x6f\xa7\x36\x0d\x77\x10\xdc\x39\x58\x9b\x0a\x02\x64\xfd\x22\x4d\x7f\x2a\xc8\x86\xa4\x37\xfd\xa9\x20\x6d\x05\xd4\x5c\x9b\x6e\x5e\x61\x85\xa6\x6f\x2e\x44\x83\x64\x5c\x74\x53\x8f\x80\x3c\x6d\x4b\xf5\x08\x48\x5b\xdd\x34\xad\x79\x10\xc1\x84\xbe\xe9\x73\x04\xf9\x40\x63\x37\x0d\x7c\x90\x38\x49\xbd\x36\x1d\x8c\x20\x1b\x6b\xdc\xd4\x40\x4d\x0d\xd4\x7c\xca\x5a\xb2\xc9\x71\x5a\x7c\xb5\x0e\xc8\x87\x0d\xee\x34\x00\x04\x27\xbc\xd7\xee\x7a\x32\x88\x60\x76\xdd\x75\x26\x82\xe2\xe6\xc2\xee\x64\x01\x04\x47\xb0\xd7\xae\x6e\x02\x11\x4c\x22\xbb\xaa\x09\x44\x30\x91\xee\x3a\x13\x41\xda\xba\xbe\xeb\x4d\x04\xe1\x66\xa0\xae\xeb\x10\x44\x20\x8a\xee\x94\x02\x78\xf6\x5c\xed\xee\x7b\xe8\xde\x32\xc9\xb0\xd2\x8d\x89\x03\x11\xfb\xa9\x6a\x92\x5f\x6f\xfa\x1b\xc2\xbe\xba\x9a\xb1\xab\x19\x11\x7b\x57\x0d\x82\x08\x3a\x6a\xe7\xdc\x06\x11\x81\xa1\xd4\xf5\x36\xf6\x7f\xbb\xdf\xa9\x76\x97\x8a\xc1\xea\x35\x94\xd2\xb5\x62\x90\xb6\x65\xd1\x75\x41\x82\x30\x18\xa9\xeb\x82\x04\x89\xad\xb7\xb5\xbb\x1f\x11\x64\x8e\x7c\xa8\xdd\x3d\x84\x20\x0d\x06\x8a\xae\x9a\x05\x69\x1b\x46\xdd\xd8\x3a\x90\x8d\x20\xea\x4e\x86\x7a\xb1\x5f\x62\x14\x74\x55\x68\x57\x5d\x62\x6f\x76\x9d\x8b\x20\x5c\x54\xee\x4e\x73\x40\x70\x48\x71\xed\x2a\x50\x90\x93\xbd\xc4\xe5\x5c\x90\xb8\x1f\xbd\x76\xe7\x34\xa0\x70\xd4\x7d\xed\xaa\xcf\xee\xa2\xac\x76\x48\x57\x7f\x76\xf5\x67\xf7\x4d\xeb\x44\x78\x1b\x07\x55\xd5\xae\xfa\xec\x9e\xe6\x80\x99\xd3\xf5\x07\x82\xe4\x9e\xa5\x5e\xed\x85\x55\x17\x0c\x6d\xe2\x12\x29\x08\x4e\x65\xab\x5d\x8d\x0a\xf2\x61\xc7\x31\x48\x0d\x8c\xdd\x55\x55\xb2\x20\xcf\xec\x53\x66\xcf\x3a\x6a\x30\x89\xed\xea\x53\x50\x0e\xbf\x21\xfd\x83\x20\x6d\x03\xaf\xbb\xea\x08\x22\x94\x85\xab\x8e\x20\x37\x0c\x93\xee\x6c\x05\x44\x30\xed\xef\x4e\x56\x40\xb8\x78\xd0\x9d\x99\x80\xe4\x7e\x99\xae\xd3\x0d\xa4\x6d\x66\x76\xd7\x26\x41\x04\x93\xd8\xee\x9c\xa3\xcf\xfd\x18\xb9\xa9\xb5\xba\x5a\x8b\x59\x6c\x57\x6b\x81\x34\xed\x9e\x06\x75\x75\x6f\x98\x2c\x3e\xa5\x14\xf1\x93\x71\x00\x75\xed\x4e\x27\x40\xb8\x29\xa4\xab\xdb\xc0\xd0\x20\xef\x4e\x14\x40\x70\x22\x77\xed\x3a\xaa\x40\x70\xd4\x76\xed\x3a\xaa\x40\xc2\xd6\xfe\x5d\xed\x2a\xad\xae\xd2\x72\x10\x50\x1d\x75\xd5\x11\xd3\xeb\xae\x8b\x08\x04\xe7\x71\xd7\xee\x7c\x02\x8c\xfd\x8d\xa8\xb4\xc0\xd8\x9f\xa5\xeb\x82\xa0\x70\xf1\x70\xed\x2a\x28\x90\x2b\x63\x6b\x37\x76\xaa\xab\x8d\x18\x94\xbb\x73\x93\xee\xdc\x64\xfa\x94\x85\x78\x2c\x04\xd9\x3b\x37\x01\xc5\xb8\x88\xee\xdc\x04\x24\x37\x82\x75\xd5\x0c\x28\x15\x73\xb2\xab\x66\x40\x54\x7b\x8a\xeb\x6b\xdd\xf5\xb5\xd8\x8f\x39\x38\xbc\xea\x31\x7b\xac\x21\xda\x20\x57\xcc\xeb\xee\x12\x55\x77\x39\x2a\xac\xa6\x53\x1d\x90\xb3\xdf\xa0\x8a\x06\x14\xd7\x3f\xba\x8a\x06\x24\x23\xa1\xfb\x67\x9d\x3e\xb6\x68\x16\x7f\xd2\x3a\x79\xde\x8f\xc6\xfa\x50\xd3\x80\xd2\x11\xf6\x30\x4c\x69\x18\xa6\x84\x34\x86\x61\x4a\x20\x71\x6f\x66\x1d\x4e\x8c\x40\x76\xeb\xf6\x50\xd3\x80\xb4\xa7\x0c\x43\x55\x03\x22\xf0\x65\x0c\x35\x0d\x88\x8a\x41\x3f\xd4\x0e\x20\xbb\xad\x75\x18\x28\x04\xc2\xb0\xed\xe1\xc2\x12\x88\x8a\x85\x30\x9c\xf1\x80\xb4\x27\x16\xc3\xb1\x1e\x04\xe7\xcc\xd5\x61\x0c\x10\x28\x07\x52\x1c\xc6\x00\x81\x64\x70\xea\x70\xc0\x06\xdd\xc1\x7f\x38\x5e\x0f\xaf\x70\xe0\xbb\x1f\x4e\x95\x40\xe1\x88\xa1\x3a\x9c\x2a\x81\xb4\x0d\xf5\xe1\x5c\x09\x64\xfd\xa8\x43\x1f\x17\x28\x9c\xe2\x52\x87\x71\x41\xc3\xd0\x66\x8b\xef\xfa\x10\x08\xe3\xde\x86\x03\x3d\x28\x06\x0d\x0c\x03\x7e\x40\x1c\x56\xd2\x51\x1d\x24\xa7\xa5\xc3\x89\x12\x08\x77\xcf\x0c\xc7\x66\x90\x3b\x46\xe8\x30\xac\x06\x44\xfd\x1b\xce\xfb\xaa\xc3\x10\x1b\x50\x38\x96\xa1\x0e\x43\x6c\x40\xb1\xbf\x0d\x43\x6c\x40\xe1\x08\x89\x3a\x54\x03\xa0\x38\xef\x19\x46\xdd\x80\x62\xf4\xe7\xd0\xdb\x05\x72\xf2\x29\x95\x05\xe8\x5d\xa9\xbb\x83\x0d\x04\xe7\xcc\xd4\xa1\x1a\x00\xc9\x28\xae\xe1\x1c\x0a\x14\x4e\x18\xab\x43\x35\x00\xa2\xe2\x22\x19\x06\xc5\x80\xa8\xbe\xe8\xfa\x0f\xc8\x4e\x97\x86\xdb\xbe\x40\x70\x00\x63\x1d\xfa\xd2\x40\xda\x93\xc0\xa1\x33\x0d\x64\x1d\x73\xc3\xe9\x12\x48\x7b\xce\x3d\xf4\xa6\x81\x64\x80\xd6\x70\x2b\x18\x08\xbd\x51\x43\x65\x01\x4a\x63\x56\x35\xdc\x4c\x05\xf2\x60\xe8\x1b\xea\x0f\x50\x5c\x07\x1c\x3a\xa8\xc0\x50\xa1\x0f\x1d\x54\x20\x1c\x33\x87\xde\x28\x50\x3a\x93\xaa\xa1\x37\x0a\xa4\x3d\xc7\x1c\xfa\x9e\x86\x87\xcf\xd8\x9b\x9d\x07\x01\x6f\x5a\xac\xc3\x85\x8e\x61\xa4\x09\xea\x75\xa8\x3f\x40\xa9\x7e\x40\xea\x0f\x10\xd5\x16\x71\xa1\x03\xc4\xfe\x18\x2f\xbb\xc5\x42\x54\xf4\xfe\x30\x1e\x05\x44\x75\xac\x72\x9d\x03\xe4\xc3\x81\xc9\xc9\x12\x28\xcd\x1a\xe9\xc7\x02\x51\xf1\x17\x0d\xf5\x0e\xc8\x93\x41\x74\x38\x0b\x1a\x5e\xf1\xeb\x57\x66\xf0\x09\xc8\xbb\x10\xea\x1d\x90\xf6\x3c\x7d\x18\xc8\x3b\x0c\xe4\x75\xea\x3b\x9c\x2d\x81\xa8\xca\xc2\xd9\x12\x88\x6a\x8b\xa8\x9f\x40\xda\xf3\xe8\x61\xbc\x2f\xc8\xbb\x2d\x9d\x54\x81\xa8\x18\x11\xc3\x49\x15\x08\x8e\xc9\xab\xc3\xc0\x15\x10\x15\x1b\x62\x38\xcf\x1a\x06\xae\xc4\xce\xcc\x4a\xe1\x89\xab\xd9\x0a\x58\x29\x02\x7e\x2b\xb6\xc0\x50\x01\x82\xa8\xf8\x7a\x86\x33\x28\xe0\x3d\xdb\x75\xb8\xb4\x02\x42\x9d\x38\x5c\x47\x19\xee\x1e\x77\xb6\x3d\x8c\x13\x01\x5e\xaf\x5a\x87\x71\x22\x20\xef\x8e\xe1\x6c\x0c\x64\xf7\x3b\x0c\x83\x42\x40\xe8\x97\x1a\x4e\xd0\x40\xe6\xe8\xbf\x3a\x0c\x0a\x01\xc9\x08\x90\xe1\x9c\x0d\x14\xd7\x7d\x87\xaa\x14\x94\x43\x8d\xa5\x2a\x05\x51\x1d\x7e\x55\xa5\x20\xd4\xcb\xc3\x4d\xe7\x03\x4f\x61\x65\x74\x9f\xea\x48\xe0\xe5\xb0\x75\xaa\xfd\x40\x71\x1f\xfa\x54\xf9\x81\xa8\x74\x95\xa9\xf2\x03\x43\x73\x70\x1a\xb4\x01\xd2\x76\x76\x4c\xe7\x59\x20\xb9\xe2\x3a\x5d\xba\x01\x51\xc3\xa4\x6a\x52\xfd\x79\x1f\x6d\x9d\x4e\x9a\x40\xd2\x35\x3a\x9d\x34\x01\x8f\x6e\xab\x53\xe5\x0a\xb2\x8b\x64\xd3\x28\x5c\x90\xb9\x2d\xba\x4e\x3d\x8c\x20\xb8\x27\xaf\x4e\x67\x5b\xa0\x70\xcc\x51\x9d\x9e\x07\x03\x4a\x67\x41\x72\xaa\x6e\x41\xda\x1e\x9d\xe9\xa6\x25\x10\x5c\x0e\x56\xa7\x33\x2b\xe0\xdd\xb9\x75\xea\xad\x04\x85\x43\x1c\xeb\x54\x51\x83\xcc\x35\x93\x75\xba\x18\x05\x8a\x3d\x78\x1a\xee\x31\x09\xf7\xa8\xca\xd0\xe5\x29\x90\x0c\x6d\x9d\x6a\xf8\xb9\xa7\x64\xf8\x05\xa6\xfa\x1c\xe4\xac\x10\xd5\xe7\x20\xea\x7e\xca\xb2\x7a\xd3\x03\x7e\xef\xa9\x4f\x13\x44\x55\x62\x2e\x4f\x4d\xaf\x9f\x4d\x76\x02\xd7\xa7\x40\x54\xcb\xef\x62\x14\x48\xee\x05\x98\xce\xd2\x40\x32\x76\x64\x1a\xb5\x01\x4a\xae\xbf\x7d\x40\x76\x9d\xfa\x4a\x41\x31\xa2\x6e\x3a\x87\x03\x51\x77\x92\x42\xe0\x44\x3e\x23\x4b\xa6\x73\x38\x10\x15\xed\x3a\xb5\x13\x40\xf2\xa8\x8b\xa9\x57\x14\x0c\xe7\x28\x53\x43\x00\x94\x6e\x7b\x19\xf9\x01\xc2\xc5\xc9\xa9\x6d\x30\xb5\x0d\xf0\x2d\x4c\x6d\x03\x10\x5c\xb7\x5b\xa7\x86\x00\x88\x8a\xff\x6a\xea\x74\x05\xc3\x99\xc6\x74\x71\x0c\x0c\xcd\xeb\xe9\x4a\x18\x88\xca\x88\x30\x35\x17\xa6\x8b\x63\x7a\xe9\xa6\xf6\xc2\xd4\x5e\xc0\x19\x36\x5d\x2f\x03\x43\xbb\x7c\x3a\xdf\x04\xc9\xb9\xc0\x74\xc7\x3b\x88\x5a\xcd\xcb\xe2\x37\xd7\x8f\x7d\x51\xe1\x33\x05\xad\xd5\x24\x6b\xd4\x8c\x98\xf3\x17\xed\xa7\xf8\x6f\x6b\xb5\xf8\xd6\xa8\x39\x3b\xb0\x87\x18\xf0\x0b\x4a\xf5\xd3\x30\x6c\x05\x78\xad\x74\x9d\x7a\x74\x41\x71\x03\xf8\xd4\x7b\x0b\xa2\xe2\xd1\x9a\x46\x9a\x80\xe4\x26\xdb\x39\x14\xcf\x40\x39\xe1\xab\x9a\x4e\x7a\x41\x71\x9f\xc6\xd4\x40\x01\x45\xdd\x31\x5d\xee\x9b\x46\xdf\x1e\xe6\x65\x25\x07\xdb\x5b\xa7\x79\xf9\x8b\x6c\x8a\xaa\x68\xe5\xa9\x19\x03\x52\x73\x10\x32\x38\x04\x94\xfd\xf9\xeb\xcf\x05\xc5\x38\xc8\xe9\x06\x28\x10\xdc\xd7\x56\xa7\xab\x71\x20\x8c\xf6\x9a\xce\x82\x41\xb8\xfb\x6c\x3a\x0b\x06\xc3\xc9\xd4\xd4\xc3\x0b\xb2\xab\xd3\x53\xfb\x07\x14\x37\x8c\x4e\x27\xc6\xd3\x9d\xdd\x0e\xb4\x1a\x36\x20\x2a\x96\xec\xd4\x64\x01\xa5\x3b\x12\x6a\xb2\x80\x11\x3b\xc9\xd2\x73\x8d\x61\x3a\x7c\xd1\xa6\xc5\x64\xd1\x73\x3b\x9d\x17\x83\xa8\x7e\x1f\xba\x69\x41\xf6\xb8\x8c\xa9\x7d\x02\xd2\x76\x29\x4f\x27\xc6\x20\x7b\x1c\xc7\xd4\x18\x01\x29\xf9\x94\xb6\x08\x48\x13\xeb\x6d\x3a\x57\x06\x69\x3b\x90\xa7\xf6\x09\xc8\xee\xf1\x99\xda\x27\x20\x79\x42\xd4\xd4\xca\x98\xac\xed\x55\xdb\x48\x8b\x62\x6a\x51\x34\x5f\xb4\x8d\xb6\xeb\xd6\x21\xc5\xd9\xf2\xdc\x1e\x58\x07\x23\x0d\x08\x90\xdc\xc8\x3d\x9d\x41\x83\xa4\x95\x3a\x0d\xd7\x00\x51\xf1\x44\x4e\xa3\x51\x41\xe9\xb8\x17\xa6\x56\x06\x28\x3a\x39\xa6\x56\x06\x48\x65\x62\xd4\x4d\xa3\x3e\x41\xd2\x47\x36\xd5\xf0\x20\x79\x18\xc6\x74\xb2\x0c\xb2\x47\x98\x9c\x86\x78\x82\xe4\x39\x5b\xa7\x5e\x59\x90\xf4\x04\x9e\x7a\x65\xcf\x1d\xe2\x59\x7d\x6c\x9a\xc6\xd8\xd0\x7d\xec\x36\x49\xad\xcf\x70\x74\x1a\x5f\x09\x82\x93\x76\xeb\xa9\xf2\x3e\xbd\x30\x1f\x55\x71\xaa\xa9\x41\xb8\x3e\x7d\xaa\xa9\x41\x2a\xdc\xa1\x5e\x4f\x55\x35\x08\xce\xd0\xad\xa7\x8e\x51\x10\xd5\x0a\x38\x81\x06\xd9\x91\xff\xd4\x2f\x7a\x6e\xbf\x28\xe3\xe9\xa9\xf6\x3e\xd5\xde\xf4\x83\x53\x55\x0d\x4a\xcb\x3e\x65\xfe\xde\x1d\x8f\x12\x3e\x9d\xf3\x9e\xac\x0f\x3a\x8b\x3a\x8d\x89\x04\xd9\x9e\x71\x3a\xc1\x05\xe1\x12\xd9\xe9\x04\xf7\x74\x82\x4b\xff\x3c\x8d\xce\x00\xc5\x53\xec\x4e\xd5\x26\x48\x7b\x51\xe2\x54\x0b\x82\x50\x95\x9e\xea\xa4\xd3\x68\x44\x17\x2a\x4e\xd5\x0d\xc8\x9e\xfa\x76\xaa\x21\x4e\x35\x84\xc2\x56\x43\x80\xb4\xd7\x33\x4e\xfd\x8f\xa0\x2c\x3b\xf8\x37\x15\xf3\xa9\x22\x00\xc1\x3d\x49\xf5\x54\x11\x9c\x2a\x02\x5c\x36\xa7\x8a\xe0\xdc\x8a\x80\xc1\xfb\x74\x2e\x79\x7a\xe6\xaa\xcb\x0a\xa7\x2e\x4b\x50\xb8\x65\xbb\x9e\xc6\xde\x81\x62\xcc\xed\xe9\x42\x18\x08\x2e\x28\xab\xa7\x63\x29\x28\xfa\xf7\x4e\x67\x89\x20\xed\xa5\x86\xd3\xa0\x05\x90\xf6\x8a\xc4\xe9\xa0\x08\xd2\x5e\x6c\x38\x9d\xdb\x9d\x06\xb1\xb9\xb4\x70\xba\xa0\x05\x42\xc5\x75\x1a\x9e\x06\xa2\xf2\x59\x9e\x8e\x81\x20\xb8\xfd\xa9\x9e\x4e\xdb\x40\x32\xdc\xf2\x74\x8d\x0b\x04\x57\x8a\xd5\xd3\x61\xf1\x74\x58\xb4\xa3\x38\x04\x82\xa8\xc3\x24\x0b\xc1\x69\x5e\xc3\xa6\x75\x54\x04\xc1\xb5\xf0\xf5\xd4\x11\x08\xc2\x35\x9c\xd3\x79\xd6\xe9\x3c\x8b\x41\xe5\xd4\xeb\x77\x7a\x60\xb8\x4b\x2a\xa7\x61\x67\x20\x4f\xbf\x40\xc7\xb6\x53\x4f\xa0\xa2\x75\x1c\x03\xc1\xb5\x20\xf5\x74\x6e\x04\x82\x13\x7a\xeb\xe9\x7c\xe3\xfc\x28\x3e\x03\xd4\xa5\x4f\x0e\xa4\xbd\x16\x73\x39\x82\x80\xe4\x77\x74\x39\x95\x00\xa1\x9b\xfa\x72\x50\x01\x61\x50\xf2\xe5\x84\x00\x04\x17\x33\xd5\x4b\xeb\x1f\xa4\xbd\xb0\xe3\x2d\x3b\x22\x3b\x03\xbc\xfc\xe6\x41\xda\xcb\x38\x97\xc6\x38\x08\x6e\x96\xaa\x97\x96\x37\x28\x47\x33\xe9\x31\xc9\x8e\x8c\x01\x70\xe9\x49\xbb\xf4\xa4\x31\xdc\x5d\x9a\xd9\x20\xb8\xea\xa4\x5e\x86\x13\x80\x68\x87\x4f\xbd\x26\xbd\x24\x2d\xf9\x5f\x0e\x17\x20\x9c\xe2\x5f\x0e\x17\x97\x57\x80\xb8\x5a\x74\xb9\x03\x0e\x04\x57\x4b\xd5\xcb\x98\x2f\x10\x9e\x1f\x76\x69\xfb\x5e\x9e\xbd\xb4\x93\xcc\x6c\x21\x1a\x36\xe0\xa5\xa1\x0b\xd2\x64\x34\xbd\x1c\x54\x40\x70\x5d\x53\xbd\x8c\xef\x02\x43\x07\xeb\xa5\xed\x0b\xb2\xc7\x6e\x5c\xda\xbe\x20\x8f\x30\x7b\xe5\xca\x31\xd3\x1e\xe9\x70\x19\x18\x06\x72\x4e\xfe\xa2\x72\xad\x5a\x72\x54\xc8\x98\xea\xcb\x0b\x3a\x94\x8e\x43\x16\x48\x5b\xac\xae\xab\x80\x34\x99\x96\x5c\xda\xb9\x20\xb8\x01\xb9\x5e\x8e\x6b\x97\xc1\x0b\xcd\x17\xed\x2a\x18\xb5\x5c\xc6\x51\x2f\x1d\x6a\x20\x0f\x66\x85\x97\x0e\x35\x10\x1e\x8a\x78\x19\x80\x00\xc2\x59\xfa\xa5\x01\x0b\xc2\x09\xf2\xa5\x8f\x0d\x84\x56\xe1\xa5\x01\x0b\xa2\xe1\xe4\xb9\x0c\x3f\x00\xc1\x75\x69\xf5\xd2\xed\x76\x6d\xb7\x1b\xf3\xb1\xcb\xa1\xf2\xf2\x32\x11\x97\x02\x2f\xfd\x6e\x20\xb8\x7c\xad\x5e\x1a\xba\x20\x95\x2d\x7e\x2d\x5d\x10\x5c\xdb\x56\x2f\x5d\x71\x20\x73\x4b\x63\xbd\x8c\x66\x00\xc9\xa3\x8e\xbc\x88\x4a\xe4\xb2\x93\x14\x19\x41\x6c\x9e\x82\x71\x69\x22\x83\xb4\xd7\xf3\x2e\xd7\x8a\x40\xee\xb6\xa5\x6b\x45\x20\xe9\x64\xbb\xb4\xa4\x2f\x0f\xbb\xde\x55\xb2\xc5\x39\x16\xd2\xc1\xe7\x32\x34\x02\x14\x0f\xb1\xbd\xf4\x11\x82\xec\x22\xc1\x65\x40\x1c\x48\x3a\xb3\x2e\xed\x6d\x90\xa7\xa3\x8a\x6a\x03\x94\x63\x67\x6f\x51\xbd\xef\xcd\x2e\xac\xbf\x11\xa4\xdd\x4a\x5a\xe5\xa0\xb8\x47\xe2\xd2\xdf\x08\xb2\xfb\xc8\x2f\x57\xb0\x40\x6a\x98\x08\x97\xb6\x3b\xc8\x9d\xa1\xf9\xd2\x76\x07\xd9\xbd\x6e\x97\xb6\x3b\x28\x43\xb1\xba\xbd\x0e\x04\x87\x4d\xd7\x4b\xa7\x24\x48\xad\xfe\xf6\x21\xd9\xf5\x72\xcd\x0b\xe4\xe4\x20\xa1\x5e\xbb\x76\x70\x36\xf9\x1a\xcd\x01\x92\x1b\xee\x2f\x8f\x28\x00\x59\x63\xf6\x32\xc0\x03\xa4\xb2\x93\x14\x3a\xce\x4e\x4f\x02\xb8\x9c\x39\x80\xc2\x9d\xa3\xf5\x32\x36\x1b\x64\xc3\x5a\x2f\x57\xd4\x2e\x4f\x2d\x60\xba\x77\xa9\x0f\x41\x76\xb7\xe5\xe5\x22\x1b\x08\x8d\xb0\xcb\x38\x3e\x90\x74\xac\x5d\xfa\x3f\x41\xd1\xc8\xbe\x9c\x72\x80\xd2\x51\xdd\x97\x2e\x51\x10\x2d\x5b\x08\x8b\xca\x29\x4e\x8d\xc9\xf6\xa5\x6e\x05\x45\xbf\xe0\xa5\x6e\xbd\xd4\xad\xd8\x65\x97\xd3\x0b\x90\x74\xb1\x5f\xce\x2e\x40\xd2\xed\x70\x39\xbb\x00\xc1\x41\xd7\xf5\xd2\xad\x09\x86\x2b\x29\x97\x81\x21\x97\x17\xcf\x39\x48\x38\xbb\x00\x59\xaf\xc6\xa5\x0b\x13\x84\x7b\xa6\x2e\x5d\x98\x20\x7b\xaa\xf2\xa5\xe6\x06\xc9\x2d\x28\x97\x01\xe3\x20\x0c\xad\xbd\x74\x74\x82\x68\xd6\xd1\x79\x0a\x08\xf7\x72\x5d\xea\x77\x10\x46\x64\x5c\x9e\x59\x00\x4a\x56\x99\x3b\x75\x01\x35\x3b\xa8\x6a\x05\x80\x5c\x77\x21\xac\xe3\xcb\xf8\xcf\x2a\xc2\xe5\xd4\x05\x8c\xd8\x49\xd6\xf1\xf5\xc6\x1b\x92\xf4\x86\x82\xf0\x18\x9e\xcb\xd8\x14\x10\x4e\xe3\x2e\x57\x16\x41\x39\x54\xdb\xce\x82\x40\x78\x54\xc3\xe5\x46\x37\x90\x77\xb5\xb5\x4e\x40\xf6\x08\xa7\xcb\x20\x49\x90\x3d\xc1\xf7\x72\xae\x04\xb2\x7b\xdf\x6e\xe7\x4a\xa0\xe8\x0d\xb9\xf5\x99\x82\xec\x8e\xaf\xdb\xb9\x12\xc8\xca\xeb\x76\xa9\x11\x84\xeb\x1d\xb7\x4b\x8d\x20\x1b\xd8\x74\x1b\x01\x7f\x13\xe7\xd2\x50\x42\xb7\x16\xd2\xed\x3d\xc0\xf4\xaf\x5b\xff\x2b\xc8\x5c\xa3\x5e\x6f\x8d\x26\x90\x35\xf1\x6f\xc3\x5c\x40\xb8\xd5\xf9\x36\x76\x13\x14\xf7\x15\xdc\x7a\x64\x41\x76\x56\x77\x3b\x5d\x03\xd9\x19\xdc\x6d\xe4\x0b\x08\x87\xb7\xdb\x98\xcf\xdb\xcb\xe7\xb8\x12\xa6\xde\x1a\x65\x20\xf7\xc3\x37\x2d\x3e\x46\x59\x19\xc5\x34\xcb\x8f\x4f\xd6\x89\xd8\xed\xf9\x9e\x60\xb8\x8e\x74\x3b\x85\x03\xd1\x70\xb6\xde\x5a\x73\x20\x1a\x0e\xcc\xdb\x59\xdd\xbd\x67\x75\xdd\x34\x8b\xc6\xb2\xe8\x60\x40\xb9\x0d\x6d\x01\xe1\x51\xde\xb7\xde\xd6\xdb\xd0\x7f\xe3\x40\x6e\x2d\x3c\x90\x3a\xe3\xce\xad\x81\x77\x7b\x89\x9c\x11\x2a\xb7\xbe\x55\x90\x9d\x96\xdc\x7a\x4d\x6f\x22\xf8\xdb\x4e\xb2\x9a\xc5\x63\x37\x10\x90\xd1\x2e\x20\xeb\x81\xbd\x9d\x36\x82\xe2\xce\xcf\xdb\xa5\x52\x90\x9d\xe2\xdc\x5a\x8b\xa0\x68\xda\xde\x06\x9a\xde\x9e\xa0\xc0\x78\x7b\x6b\x40\x82\xd4\x19\x78\x6e\x0d\x48\x10\x6e\x9b\xbb\x35\x16\x6f\x2f\x82\x43\xf9\xde\x4e\x41\x41\xb8\xf8\x7b\xeb\xa6\x05\xa9\xa3\x43\x6f\x57\x62\x41\xf1\xbc\xbd\xdb\x95\x58\x90\xdc\x5e\x7d\xbb\xb9\x0e\x64\x37\x6b\xde\x7a\x6b\x41\xe8\xc0\xbd\xf5\xd6\x82\x68\x76\x32\x2d\x56\x10\x46\x3d\xde\x5a\xac\x20\x75\xe6\xbc\xb7\xde\x5a\x10\xea\xe3\x5b\x8b\x15\x94\xdd\x13\xf5\xb0\x82\x3e\x6c\x48\x57\x5f\x41\x1e\x8c\x6b\xb7\x1e\x56\x50\x92\x9f\x9b\x1e\x56\x90\x3d\x51\xe5\x76\xfa\x0c\x7a\x63\xf6\x74\x6b\x8b\xde\x7b\xfa\xfc\xb7\x1c\x8e\x7d\x6b\xab\x82\xdc\xed\x46\xda\xaa\xa0\x4c\xc7\x04\x0d\xd3\x7b\x47\xd0\x0e\xd3\xec\x21\x4c\xa9\x1b\xbe\x80\x5b\x3f\x2a\x88\x56\xcd\x4c\x81\x72\x50\x95\x07\xed\xdd\x1a\xab\x20\x7b\xb2\xf8\x6d\x64\x2c\x08\x6e\x57\xa8\xb7\xab\xbf\x20\x1a\x33\xf1\x5b\x33\xf4\xde\x66\xa8\x72\xd7\x8a\x03\xd1\x18\xf0\x6f\x37\xcb\x81\xb4\x07\x1d\x0f\x89\x02\xd1\x98\x62\xdf\xc6\xbc\x82\x68\x0c\xac\xb7\x1b\xe3\x6e\xaf\x01\xc9\x26\x59\x30\x4f\x6c\x62\xdc\xbe\xf5\x61\x82\xdc\x19\xa4\x6f\xd7\x70\x41\xd2\x61\x76\xbb\x84\x0b\xa2\x31\x8f\xbd\x9d\xd4\x83\xd2\xfd\x45\x43\x59\x41\xf6\xc0\xb6\x5b\x73\xe8\xd6\x1c\xb2\xa8\x1a\x3a\x20\x9a\xd9\x7b\x14\x25\x88\xc6\x94\xef\xd6\xf6\x01\xa9\xee\x17\xfd\x32\xb6\x8b\x94\xa2\xea\x22\x05\xd1\x98\xec\xde\x3a\x11\x40\xb4\xe6\x53\x36\x24\x1e\x03\xcf\x22\xb8\xb5\x6a\x40\x34\x66\x7c\xb7\x26\xcc\xad\x09\xe3\x17\xab\x7b\x00\xa4\x1d\x9a\x74\x6b\x9d\xdc\xdb\xf9\x89\x8d\x74\xeb\xd6\x04\xd1\xf0\x8d\xdd\x4e\xfd\x41\xf1\x30\xd5\x5b\xfb\x01\x24\x4f\xfa\xb8\x35\x03\x6e\x03\x7e\x92\x8d\xa4\xd2\x07\xc9\x3d\x55\xb7\x4a\x1f\x44\x53\x3d\xe9\xc2\x04\xd1\xec\xc2\x46\x0a\x81\x68\x76\x7e\x97\x40\x41\xd9\x03\x80\x4a\x1f\x94\x3d\x00\x18\x4e\x74\x7b\xe2\xa3\xd1\x74\xb7\x5a\x1f\x0c\x57\xa5\x6f\xb5\x3e\x28\xde\x31\x70\xab\xe2\x41\x34\x3b\xbf\xee\x50\x90\xdd\x80\x74\x1b\xb7\x0a\xa2\x31\xfa\x3e\xea\xe0\xc7\xb3\x16\x93\x49\x97\x49\xb4\x25\xf5\x7e\x54\xa5\x20\x1b\xf4\xf2\xa8\x37\x41\x70\xbd\x5f\x7d\x54\x92\x20\xda\xf0\xa9\x6a\x12\xcd\x4b\xbb\x3d\xaa\xcd\x67\x2f\x6e\x56\x92\x2c\x04\x87\x28\x7a\x6e\xfe\xa3\xcb\x14\x84\x87\x3c\x3f\x2a\x57\x10\x1e\xd2\xfe\xa8\x5b\x41\x70\xe9\x4e\x7d\xf4\xa2\x82\x70\x2d\xe0\xd1\x63\x0a\xc2\x48\xc9\x47\xdd\xfa\xa8\x5b\xf1\x37\x3d\xea\xd1\x67\xaf\x77\xee\xc7\x2c\x6b\x36\x98\xcb\xdc\x5c\xf0\x04\xc3\xc5\xfe\x47\x2f\xea\xa3\x17\x15\x15\xff\x18\xc3\x09\x86\xcb\xc1\x8f\x9e\x0c\x90\x76\xc8\xe0\xa3\x2a\x02\x69\xc7\x07\x3e\x2a\x9e\xc7\xcd\x6a\x86\xeb\x3d\x6a\x1e\x10\x1e\x87\xf3\x18\xec\x09\xc2\x81\xfa\x51\xf3\x3c\x6a\x1e\x3c\x53\x8f\x6a\x06\x14\xee\xb1\xaf\x8f\x91\x42\x20\x3c\x75\xf9\x51\xcd\x3c\x2e\x0a\x86\x4f\x99\x3d\x5b\xda\x3c\xdd\xf0\x71\xb8\x06\xd9\xb9\xff\xe3\x68\xfd\x38\x5a\x4f\x93\x1e\x93\x58\xdb\xc3\x92\x79\x1c\xad\x41\x3e\xac\xb8\x7e\x84\x47\x3f\x02\xbd\xf3\x71\xb4\x7e\x1c\xad\xf1\x7b\x3d\x4e\xf3\x41\xf8\xa5\x3e\x2e\x5e\x81\x30\xe0\xe6\x71\x4a\x0f\xc2\x0d\x54\x8f\x13\x73\x50\xbc\x3a\xe3\x71\x48\x7f\x1c\xd2\xf1\x3a\x3e\x0e\xe9\x20\x3c\x18\xe8\xd1\x07\x0b\xd2\x8e\xbb\x7c\x1c\xd3\x41\xda\x81\x97\x8f\x93\x6e\x90\x76\x98\xe5\xe3\xe4\x19\x84\xb6\xf1\x63\xf8\x27\x48\x3b\x80\xf2\x71\xf6\x0c\xc2\xa9\xf2\xe3\x18\x0e\x42\x53\xf2\x71\x12\x0c\xc2\x63\xb7\x1e\x17\xb0\x40\xaa\x1e\x83\xf8\x38\x62\x83\xe8\xc7\xdf\xa0\x9a\x1f\x07\xf4\xe7\x22\x88\x37\xcc\xd8\x1e\x47\x98\xce\x81\x1b\xe9\x71\xf4\x06\xd1\xf1\x9e\x3d\xba\x80\x41\x78\x23\xc2\xe3\xd4\x12\x44\xc7\xc4\x7e\x9c\x5a\x82\xc4\x15\x7f\xf5\x71\x1f\x30\x88\x8e\x69\xf8\x38\xdb\x04\xc3\xd5\xd2\xc7\xf1\x1c\x44\xb7\x10\xce\x36\x41\x74\x56\x74\x1e\xfd\xbd\x20\x3a\xbe\xac\xc7\xd9\x26\x48\x3b\x22\xf5\x71\xba\x09\xc2\x83\x00\x1f\xa7\x9b\x20\x6f\x81\x3a\xdd\x04\xd9\x0d\x5f\x8f\xea\xe2\xd9\x9e\x62\xbf\x21\xf5\x05\xc8\x6e\xb6\x78\x9c\x6f\x82\xe4\x1d\x82\xf5\xd1\x7b\x0c\x72\xf7\xb3\x75\xc2\x09\xd2\xb4\xcf\xa9\x69\x40\x3e\xfc\xe0\x9d\x70\x82\xc4\x65\xce\xf5\x51\xf7\x80\xa4\x22\x7b\x9c\x5d\x82\xe8\x7e\x7d\x4e\x25\x41\x3e\xfc\x45\xa3\x68\x40\x9a\xcc\xb3\x1f\xa3\x68\x40\xf4\x9d\x64\x51\xb9\x04\xaa\x5b\x7a\x75\x0f\x28\x9e\xd2\xf4\xa8\x7a\x40\x18\x56\xfa\x18\x7e\x03\xd2\x54\x37\x38\xe1\x04\x69\x47\xec\x3e\xea\x1e\x90\x8c\xb1\x7b\xd4\x3d\x20\xeb\xbd\x7c\x9c\x84\x82\xe4\xc9\xab\x8f\x93\x50\x90\x0a\x37\xfb\x56\xef\x43\x17\xeb\x07\x3a\x69\xd9\x34\x8e\x8b\xa1\x7b\x7a\x21\xba\x28\xc6\xfc\xbc\xce\x39\x41\x71\x47\x8f\x77\x98\x8b\xe8\xd9\x17\x6f\x93\xe8\xb1\x8c\xfb\x5e\x3f\x2e\xa2\xe3\x4a\x7c\xdd\x21\x01\xd2\x0e\x82\xf5\x4a\xf2\xfa\xee\xfd\x10\x0c\x59\x5e\x40\x2e\x8a\x31\x9d\xde\x36\x2e\xd2\x0e\x96\xf5\xba\x71\x11\x1d\x2b\xfe\x55\x99\x81\x30\x0c\xe3\x55\x99\x81\xf0\x04\xeb\xd7\xf8\x59\x50\x0e\xba\xd4\xab\x8f\x1f\x64\x57\x07\xbc\x47\x5c\x64\xe7\xbe\x5e\x19\x2e\xb2\xb6\xdd\x6b\x70\xcd\xeb\x05\x49\xc6\xe7\x7a\x8d\xb8\xc8\x9e\x3a\xfb\x3a\x29\xf4\x66\x71\xd7\x58\x5e\xf7\x3b\x80\x72\x1c\x26\x59\x71\x2e\x95\xf0\x9c\x6e\x6f\x0c\x17\xd9\x58\xbf\xd7\xd9\x1e\x28\x9a\x0d\x5e\xfc\x2d\xc2\x79\x9c\x97\x7c\x8b\xe8\x4c\xb4\xbc\xe4\x5b\x44\xcf\xbe\x68\xbd\x83\xbb\x02\x2c\xaa\x4b\x89\x20\x3c\x95\xf2\x55\x4f\x82\xb2\x5b\x5c\x3d\x09\xc2\x48\xf4\xd7\xa5\x01\x10\x1d\x3d\xe9\x7d\xde\xa2\xb8\xe7\xc2\xcb\xbb\x45\x18\x2f\xe0\xe5\xdd\x22\xed\x80\x66\x2f\xdc\x16\xd1\xed\x8a\xce\xb4\x40\x71\x37\xbb\x77\x70\x8b\xe8\x38\xbb\x5e\x67\x5a\xa0\x54\xfb\x98\x33\x29\x10\x9e\x68\xf0\xea\xbc\x7f\x3d\x5c\xce\x40\xd7\xd7\xd8\x57\x90\xb6\xa8\x55\xb1\xde\xde\xed\x3a\xd2\x6b\xac\x09\x28\x9e\xf8\xf8\xea\xbd\x7f\xd1\xba\xbb\x96\x7a\xef\x41\xd2\xa1\xfc\x3a\x6d\x02\xc9\x70\xcf\x57\x87\x3e\x08\x37\x8d\xbf\x6e\x53\x07\x69\x1e\x3e\xa5\xf4\x3b\xb1\x66\x18\x50\xaf\xa1\x2c\xa0\x8c\xea\x8b\x36\x88\xb7\x8a\xef\xa7\x94\x21\x5b\x3a\x3a\x66\xd6\x6b\xc0\x0b\x28\x07\x0a\xe8\xd5\xe7\x0f\xd2\xc4\x72\x7c\x35\x10\x40\x76\x31\xf9\xd5\x40\x00\xc5\x60\x46\xaf\x0b\x17\xd9\xb5\xe4\x57\x9f\x3c\xc8\x46\xa1\x7b\x77\xb7\x28\xdc\xc0\x5d\xbd\xbb\x5b\x14\xe7\xa7\xaf\x6e\x7a\x50\x92\xa3\x85\xe6\xc1\xab\x79\x70\x1c\x7f\xc3\xf2\xf2\xab\xcf\xfe\xf5\xcc\xba\xe1\xcf\x2b\xbc\xa9\x9b\x96\x24\x0d\x0a\xaf\xf6\xf6\x92\x0e\xaf\xe3\x16\xc5\x8b\xd5\x5e\x17\x7f\x41\x3e\xec\x47\xce\x2f\xbd\xa1\x7b\x47\x5a\xbf\x6e\x28\x01\x69\x87\x96\x7b\x6d\xb7\x48\xd3\x8e\xe4\x01\x2a\xfb\xda\x6e\x06\xfd\x57\xbf\x39\x48\x7a\x65\xbd\x90\x5b\x64\x1d\xee\xaf\xc6\x09\x48\xd3\x91\x55\xeb\x03\x94\x31\x7c\xd1\xc6\xf7\x4c\x13\xfd\xcc\x5e\xbe\x5d\xbd\x69\xbb\xdb\x62\x7a\xc9\x41\xf1\xb4\xb1\xd7\x4d\x26\x20\xb8\x17\xb1\xbe\x5a\x24\x20\x0e\xbf\x50\x43\x6e\x40\xb8\x5b\xcf\x9b\xb6\x45\x0a\x0f\xda\xf5\x12\x6d\x11\xee\x3d\xf6\x12\x6d\x11\x1e\x81\xf7\x6a\xa5\xbc\xce\x3a\x8d\xec\x7f\x35\x53\x40\xd2\xe2\xf5\x96\x6c\x11\x06\xe8\xbf\x46\xf1\xbe\x9a\x24\x16\x43\x93\x04\x44\xc7\x5d\xe5\x6d\xd7\xa2\xec\x56\xd2\x24\x01\xd9\xe0\x05\x2f\xbb\x16\xd1\x99\x3b\xbe\x5a\x24\x20\x3a\x9e\x22\xef\xbf\x16\xa1\x4b\xe1\xd5\xae\x78\x99\xc0\x7a\x86\xd7\xab\x8b\x1a\x44\xb7\x43\x3b\x35\x05\xe1\x79\x5a\xaf\x76\x05\x08\xef\xcd\x7b\x35\x22\x40\x78\x04\xd3\xab\x11\x01\xc2\x08\x16\xef\xbf\x16\xc9\xe5\x23\xef\xbf\x16\xe5\x70\x7c\xd1\x88\x00\xa1\x41\xf2\x3a\xa5\x05\x69\x74\x93\x6c\xb6\xcf\x0b\xd2\x2d\x84\xa5\xff\xd8\xf5\x63\xdf\xd1\xac\x00\xd1\xf1\x58\x78\x49\xb6\x28\xee\x00\xf1\x42\x6c\x51\x5c\x28\xf1\x42\x6c\x11\x7a\x52\x3e\x7d\xdb\x20\x0e\x7c\x79\x9f\x33\x66\x90\xf6\x06\x02\xef\xcd\x16\xe1\x42\x8c\xf7\x66\x8b\xe2\xc2\xbe\xf7\x66\x8b\xf0\x96\xae\x4f\xdb\x03\xc4\x31\x7d\xea\x31\x89\x4b\xba\xe8\x01\xde\xa4\x2d\xd2\xde\x52\xe0\x55\xda\x22\x7b\xbc\xba\x57\x69\x8b\xe2\x36\x23\xaf\xd2\x16\xe1\xf1\xea\x9f\xde\x6d\x90\x74\x45\x7c\xda\x31\xa0\x1c\x87\x79\x55\x93\x08\xe9\xc2\xe6\xfd\xb4\x6c\x40\xb8\xc1\xf8\x73\xe2\x0e\x8a\xb1\x48\x9f\xc6\x0e\x48\x93\xf6\xfe\xb4\x62\x40\x9e\xd5\xec\xad\x77\x7a\xac\x91\x6f\x5a\x23\x76\x7c\x1e\x36\x92\xbb\x80\xc0\x30\x58\xee\x73\xe6\x0e\xd2\xde\xc5\xf0\x69\x00\x81\xed\x75\xff\x9c\xb9\x83\x34\xd1\x74\x9f\x13\x77\x90\x26\x3a\xec\xd3\x51\x0e\xd2\xde\xa0\xf0\x39\x99\x07\x61\xf8\xe2\xa7\xe9\x04\xc2\xb3\x37\xbc\x43\x5c\x84\x0e\xce\x4f\x3f\xf9\xa7\x9f\x1c\xfb\xcd\x3b\xc4\xc5\x30\x3e\xef\x33\x96\x0a\x14\x6e\xa0\xaf\x5e\x2b\x2e\xd2\x8e\xdc\xff\x0c\x55\x06\xc9\x49\xa2\x57\x8d\x8b\xf0\x34\x11\xef\x15\x17\x69\x1b\x37\x5e\x2c\x5e\xf7\xc5\xe2\x9a\x02\x5e\x2c\x2e\x8a\xae\x8d\x4f\x1f\x3b\xc8\x93\x11\xea\xd3\x10\x03\x69\x6f\xea\xf8\xf4\xa8\x83\x30\x9c\xff\xd3\xec\x02\xc3\xc3\x9f\x3e\xdd\xe7\x20\x5c\x16\xfc\xf4\x62\x80\xe4\x64\xf8\xd3\x12\x03\x61\x90\xb9\x77\x8d\x8b\x70\x01\xdd\x8b\xc5\x45\xda\x7b\x52\xbc\x59\x5c\x84\x47\x49\x7b\xb3\xb8\x28\xde\xff\xe7\x95\xe1\xd5\xfb\xc1\x3b\xda\xfa\xd3\x3a\xfb\xb6\x75\x86\x9d\xed\x9d\xe1\x22\xfa\xc8\xbf\xad\x9a\xbd\x2c\x5c\x44\x6f\x96\xd2\x2e\xc1\xf1\x3e\x1d\x17\xeb\xa7\x89\x07\xc2\x88\xae\x4f\x13\x0f\x24\x37\xf9\x7c\xda\x73\x20\xed\x0d\x24\x9f\xae\xf1\xcf\x70\xe5\x39\xcd\xcd\xca\x10\x9f\xa6\x53\xfa\x33\x84\x19\x0c\x63\xee\xbc\x79\x5c\xe4\xe4\x97\x6b\x98\x1a\x28\xce\x96\x3e\x0d\x46\x50\xb8\xb7\xbe\x7e\x3a\x6e\x40\xd9\x1d\x5f\xc7\x0d\x08\xa3\x14\xbd\xb2\x5c\x64\x63\xd9\x3e\xdd\xec\x20\x79\xd7\x88\xb7\x98\x8b\xf0\x46\xa6\xcf\x13\xf5\x40\x78\x60\xe5\xa7\x09\x09\xca\x60\xb6\xe7\xf5\xe4\xa2\xe8\x24\xf3\x2a\x72\x11\x4e\xa2\x3f\xc3\x3f\x40\xf2\x94\x87\x4f\x4b\x10\x64\xd7\x17\x3f\x5d\x45\x9f\xae\x22\x0c\x6c\xef\x30\x17\xe1\xe9\x7c\x9f\xc6\x21\x48\xc3\xc1\xc3\x18\x91\xcf\x18\x11\x07\x52\xed\xc5\x4f\x87\x12\x4e\x1b\x6f\x3a\x17\xd1\xa7\x85\xb0\x42\x9e\x58\xec\xee\x20\x6f\x3f\x17\xd1\x1d\xcf\x75\x45\x81\x32\x6d\x35\x5d\x51\x20\x4d\x0c\x86\x4f\x57\x14\xc8\x2e\x99\x7b\xfb\xb9\x88\x8e\x87\xc9\xdb\xcf\x45\xe1\x5e\xf3\xfa\x19\x93\x0d\xb2\x47\xc9\x79\xd5\xb9\x28\x1e\x9c\xea\x4d\xe7\x22\x3c\x60\xff\xd3\x44\x05\xd1\xa7\xbf\x68\xb9\xdc\xc0\xec\x16\xa5\xcf\xd8\x42\x10\x4e\xc8\xbd\xea\x5c\x84\xc7\x85\x7a\xd5\xb9\x48\x1e\xd5\xf0\x19\xfe\x01\xd2\xde\xdc\xf4\x69\x97\x7e\x06\x25\xba\xbb\xe9\xd3\x30\x05\xd1\x51\xea\x9f\x0b\x1f\xa0\x18\xa9\xfd\x69\xaa\x82\xec\x9e\x43\x6f\x46\x17\xd1\x99\xdf\x78\x33\xba\x28\x06\xbb\x79\x33\xba\x48\x7b\x77\xd3\xe7\x62\x08\x28\xc6\x00\x7d\xc6\x86\x80\x72\xd8\xc9\xb4\x71\x41\x2a\x9e\x25\xf8\x69\xd1\x82\x61\xbc\xc8\xa7\x45\xfb\x5d\x7b\x88\xe1\x47\x8d\x0e\x01\x25\xa9\xdd\x74\xa8\x81\x18\xda\x03\x3a\xd4\x40\x32\x4e\xce\x4b\xd5\x45\x76\x47\x85\x97\xaa\x8b\xb4\x77\x6c\x7d\xae\x9a\x80\xa2\x5b\xda\x8b\xd6\x45\xda\x7b\xbd\x3e\x7d\x71\x9f\xbe\x38\x3f\x00\x7d\x71\x9f\xf7\xa1\xda\xa9\xb4\x55\x41\x0c\x55\xa5\x21\x94\x5e\x84\xee\x61\x1c\x5e\x84\x5e\x3f\xee\xa1\xd0\xb9\xff\x19\x31\x0e\x52\xd9\x4f\x99\x3d\x16\xad\x91\x6c\x9f\x4e\x36\x30\x5c\xf8\xf7\xd6\x73\x91\x9d\xb5\x79\xeb\xb9\x48\x7b\x93\x98\x77\x9c\x8b\xf0\xa8\xf5\xcf\x05\x98\xef\xdd\xb5\x34\xcd\x0f\xec\xd5\x2a\x44\xfe\xae\xc0\x7c\xee\xd5\x76\xe6\xf4\x69\xd4\x82\x18\x8a\x56\xa3\x16\x84\x1b\x21\xbc\x0b\x5d\x14\xef\x31\xf0\xe2\x73\x11\x43\x4d\xa6\x21\x0a\x62\xec\xa7\x14\xc6\xe7\xb7\xe3\x17\xac\xcf\xeb\xf3\x9c\x10\x87\x4f\x2d\x51\x10\x5c\x3e\xd5\x0e\xac\x3b\x11\x6c\xd2\x69\x5e\x42\x2e\x82\x35\xfd\xe6\x25\xe4\x22\xc6\x12\x76\xf3\xc2\xf1\xf6\xf3\xc2\x71\xf2\xc2\x6c\x13\x31\xd6\xb0\xde\xbc\x70\x5c\x14\xca\xd5\x0e\xcc\x36\xb1\xca\xda\x48\x9b\xa6\x4d\xde\x4c\x24\x9d\x26\x39\x3d\x2c\xe6\x76\x99\x46\xcd\x93\x6f\xde\x26\x61\xc3\x26\x7f\xe0\x31\x89\x55\xf1\x65\xaf\xb6\x23\x5b\x7e\x62\xd4\x39\x74\xa4\x79\x2f\xb9\x08\x6e\x00\x6d\x5e\x2f\x2e\x52\xfb\x1b\xb6\x4b\x35\x6f\x1f\x17\x31\x92\x99\x58\x3d\xb6\xa4\x11\x57\xd2\xbc\x7c\x5c\x24\x36\xc6\x34\x2f\x1f\x17\x31\x76\x19\xad\x30\xdb\xc9\x39\xcc\xaa\x79\xf9\xb8\x08\xee\x09\x69\x47\xb6\x71\x08\x90\xc7\x59\xdf\x8e\x62\x4d\xb8\x65\x62\x28\x02\x3c\x64\x22\xb9\xbb\xb0\x1d\xc5\xfc\xb9\x64\x75\x64\x0a\x16\xbe\x89\x7d\xc5\x55\x56\xcd\x5b\xc5\x45\x8c\x62\x92\x99\xe1\x0f\x63\xc7\x5e\xf3\x56\x71\x11\x5c\x4d\xd2\x8e\x30\xfb\x30\x7b\x2a\x19\x16\x9f\x75\x23\x6e\xbf\x69\x47\xd8\x36\xdc\xd2\x30\x32\x02\xab\xb6\x0d\x26\x17\xae\xf1\x76\x54\x0b\x51\x39\xa4\x42\x81\x55\xdb\xa6\x12\x2b\x67\xa7\xa9\xca\x10\x53\x6a\xec\x24\x0b\x51\x2d\x04\xbf\x58\xfd\x45\x77\x7b\x55\x3a\x78\x55\x86\xd5\x0e\xce\x8b\xcd\x42\x34\x3b\x38\xc2\x6f\x0a\xa7\xed\x41\x81\xb2\x36\x0b\x86\x49\xc5\xa9\x61\xed\x68\x4a\xa7\x29\x1d\xdf\x0c\x93\x18\x3a\xac\x77\xb3\xf8\x0b\x79\x56\xf3\xb2\x57\xb0\x01\x8c\xc3\x74\xdb\xd1\xac\x91\x9b\xcf\xad\x51\xb3\x46\xcd\x1a\x51\xfc\xa6\x58\x39\xd3\x6b\xf8\x4d\x35\xbf\x02\x56\xc2\x46\xf1\x29\xeb\xcd\x56\x00\x16\x4c\xda\xd1\xac\x37\x2b\x61\x23\xf3\x62\xb7\xde\x9e\x67\xd2\xf9\xc5\x6e\x51\x3b\x27\x35\xf8\x15\x77\xfb\x34\x06\xd5\xcf\x17\xcd\xcb\x50\x59\x36\x93\xb6\x63\x28\x31\xf6\x84\x0d\xbf\xd8\xa1\x74\xb0\x82\xc6\x7e\x4a\xe9\xb0\x86\x46\x48\x55\xf3\x36\x73\x31\x08\x83\x6a\xc7\x50\x14\x83\x30\xfd\x41\xa7\x1b\x8a\xc2\x33\x8a\x2b\x65\x1d\x8a\x62\x20\x8a\xa0\x1f\x0e\x45\x31\x08\x26\x1f\x88\x62\x28\x0a\x36\x93\x0d\x3f\x86\x69\x43\x72\xd2\x30\xb7\x75\x35\x6f\x41\x17\x89\x53\xe2\x9a\xb7\xa0\xb7\x63\x52\xef\x20\xaf\x69\x21\xd8\x13\x31\xfc\xbc\xa7\x85\x98\x16\x82\x4f\x66\x3a\xaa\xba\x27\xa2\xee\xc7\x94\x98\x37\x6c\x05\xd2\x39\x95\xfe\x42\x19\x0d\xe9\x9c\x0a\x8c\xc3\x58\xaa\x5f\xe9\x69\xc1\xb6\x2d\xa3\xc4\x4e\x4b\x76\xe2\xd8\xe8\x48\xec\xb4\x91\x4e\x0b\x6b\xfe\x0a\x11\x53\xa6\x38\x6c\x9f\x96\x1f\xaf\x5b\xb2\x8d\x2e\x4b\x71\x39\xe7\xb1\x02\x97\xf2\x59\x28\x78\x95\x9a\x17\xaf\x8b\x18\x76\xa8\xcb\x92\x71\x42\x19\xbb\xe1\x9a\x17\xaf\x8b\xe0\xfe\x85\x76\x5c\x96\xd5\x5b\x47\xed\x3d\x97\x7d\x9f\x98\xd6\x51\xa9\xf8\x65\xbb\x5d\xec\x99\xeb\x54\xfc\xb2\xdd\x58\xf3\x1b\x76\x8b\xdb\xec\x6f\x8e\x54\x50\x37\xdd\x66\xcf\xd6\xb7\x61\xb7\xb8\x15\x05\x77\x6c\x65\x45\x71\xdb\x48\xdb\xe9\x66\x5b\x3e\xf6\x57\x36\xd8\x73\xa6\x47\x3b\x1e\x2b\xc9\xa2\x1f\xc7\x88\x34\xef\x62\x17\x23\x54\x74\x8f\xc5\x7f\x2c\xbe\x49\xca\x95\xe3\xc8\x8e\x46\xf1\x1f\x7f\xf2\xd9\x3f\x49\xf9\x1f\x6b\xb9\x90\x9b\xb5\x7c\xec\x2b\xdb\x44\xb1\x14\x76\x15\x8f\x8e\xf1\xab\x7c\x6d\xa4\x57\x03\x82\x17\x5f\x8b\x8f\x1f\x6e\x04\x63\xca\x6b\xf1\xf7\x2a\x20\xe2\x79\x95\xc5\x4b\xb7\x70\x14\x7b\x2d\xfe\xeb\x45\xfe\x14\xff\x33\x7b\xef\x49\x70\x94\xfc\xcc\x5e\xfb\xa4\x93\xd7\x67\xaf\xf8\x88\x2b\xb0\xbf\x7e\xfe\xe2\xe7\x2f\x52\xae\xcf\x5e\x81\x1f\x8e\x6b\x8c\xdb\xf1\xd9\x46\x1c\xb7\x39\x1a\x62\xfd\x2c\x84\x2b\x77\xd5\x4f\xf0\xb3\xbf\x7e\x6c\x2a\x77\xf8\xfe\x94\x2b\xb1\x25\xa3\xfd\x2d\x3a\xf9\x53\xec\x9a\x47\xe8\x7a\x2f\x78\x17\x41\xc0\x69\xf3\x82\x77\x91\xd9\x2c\xd4\x12\x1e\x38\x11\x2c\x3e\xb5\xc4\x1a\x9e\x88\xd1\x7c\x6a\x98\x84\x0f\x99\x21\xc7\x2b\xdf\x45\xf1\xcb\x4b\xf8\xd1\x5a\xd2\xac\xea\xbe\xf8\x99\x64\xa3\xf2\x54\xb2\x10\x09\x0f\x93\xd9\x6b\x56\xa5\xb4\x3f\x76\x1f\xab\xa6\xf1\x4d\x21\x76\xef\x72\x17\x09\x77\x58\xf3\x2e\x77\x91\x52\x31\xe9\x36\x49\xb3\xb0\x9a\x66\x31\xb8\x48\x01\x9f\x44\x4b\x5a\x47\x60\xe0\xe3\x6d\xde\xee\x2e\x82\x79\x69\x4b\x1a\x36\x20\x06\x9d\x32\x69\xd8\x80\x18\x8c\x42\x29\xfb\x93\x19\x4d\x44\x0f\x4c\xc5\xec\x0b\xd9\xb7\x42\x52\x98\x44\x17\xa1\xd7\x78\x2d\xbc\x18\x6c\x1d\x69\x5e\xf8\x2e\x62\x74\xca\x55\x94\x2b\x47\xdb\x8c\xe1\x53\xaf\x49\x8a\x9a\xc6\x2d\xd6\xb1\xa0\xe0\xe9\xe0\x49\xbb\x26\x69\xd7\x0c\x0a\x11\x16\x22\x2c\x04\x2f\x86\x85\x08\xeb\xe8\x53\xd6\x91\xdb\xdd\xb3\x22\xd4\xd4\x49\x9a\x3a\xb6\xa4\xa6\x8e\x57\xb9\xfb\xb1\x78\x95\xbb\x48\x73\x58\x08\x4b\xaf\xf5\xa3\xa0\xc3\xd2\x07\x87\x50\x31\xc6\xa5\x6a\x3f\x24\xec\x92\xeb\xea\x5b\xd2\xfa\x01\x45\xa3\x32\x55\xcb\xa5\xa9\x33\x7c\xca\xec\x71\x0b\xb1\xe1\xa4\x79\x6f\xbb\x08\x0e\xad\x6e\x5e\xdb\x2e\x4a\xf7\x17\xb5\x61\x40\xc2\x2b\xd4\xbc\xb6\x5d\xc4\x98\x26\x29\x1c\xae\x6d\xd7\xd8\xf5\xd6\x76\x91\xd8\xcf\xdf\xbc\xa2\x5d\xc4\x98\x48\xa2\x59\x47\xb6\xa2\x4f\x3b\x93\xa6\x08\x88\x31\x69\x47\x4d\x11\x90\x1c\x95\xbc\xa2\x5d\x04\x57\x73\xb5\xd4\x2d\x2a\xee\x9e\x31\x28\x7d\xb7\x1d\xb9\xd8\x73\x4c\x84\xa3\x0d\x03\x82\xfb\x96\x9a\x17\xb9\x8b\xa4\x2d\xed\x4d\xed\x22\x58\x1e\x6c\x5e\xc1\x2e\x92\xe7\x18\xb4\xd4\x2d\x7e\xa7\xf8\x4c\x4e\xbc\x83\x5d\x94\x3d\x2e\x0c\x33\xc3\x6d\x83\xcf\xb7\x79\xbb\xba\x88\x89\xad\xee\x55\xea\x22\x79\x9a\x42\x4b\xc3\xfc\x07\xd1\xb2\xcc\x6a\xbc\x4b\x5d\xc4\x81\x15\xee\x5d\xea\x22\xe6\xe1\x53\x56\x9c\x70\xcf\x79\xf8\x94\xb5\xe4\x86\x2a\x16\x41\x5b\x9a\xb6\xd1\x64\x3f\x84\x83\xdf\x74\xc0\xc2\xfb\xc2\xe5\x4d\x2d\x69\xd7\x80\x98\x87\x4f\xd9\x46\x53\x13\x0f\xf5\xee\x95\xe8\xa2\x54\xbf\x19\xed\x0e\x50\x98\xae\x37\xef\x3f\x17\xc9\xb3\x19\x9a\x17\xa0\x8b\xe4\xac\x92\xcb\xd0\x37\x62\x62\x51\x78\x27\xba\x88\x79\x98\x99\xe2\x21\x16\x89\x2b\xb2\x5b\xd2\x3a\x01\x69\x7f\xa6\x1a\x19\xc9\x8d\x33\x4c\x2c\xd2\x65\x95\x08\x2c\x9a\xca\xf5\x32\x2f\xee\xf6\xc4\x69\xd6\xd2\x6d\x5e\xb7\x2e\x7d\xbf\x87\xdb\x4e\xc6\x9e\x18\x2e\xdb\x68\x5e\x50\x2e\x82\x83\x18\x5a\xd2\xca\x00\xf9\xb0\x14\xb7\x15\x67\x4d\x90\x0b\x94\x9a\xd7\x98\x8b\xd8\xbd\xe7\xb6\x60\xb7\x05\x43\x14\x9a\x27\x20\x08\x50\x69\xde\x6c\x2e\x62\x32\x41\xf5\x66\x73\x11\xd3\x2f\xf0\xb1\xa7\xec\x1b\x40\xf9\x45\xad\x07\x90\x3c\xcd\xa2\x25\x0d\x03\x10\x13\xb3\xd2\xdb\xc8\x45\x4c\x1b\x44\xfd\x0e\xca\x61\x53\xaa\xcc\x41\x4c\x25\xa6\x32\x07\x31\xf3\x6f\xbb\xb0\x5b\xfa\x94\x14\xea\x7f\xee\x7c\x95\x14\xea\x7f\x8f\xda\xaa\x7a\x10\xd3\x51\xe8\x53\x06\x1f\x32\x60\x52\xe9\x2d\xe1\x22\xa6\x43\xce\x67\xab\xb2\xe6\xc6\x09\xdb\x2d\x7d\xca\x00\x4f\xc7\xc4\xe6\xf4\xe2\x70\x11\x9c\xf9\xd8\xbc\xd8\xbb\x65\x56\xce\x26\x2a\xd3\x8b\xbd\x45\x69\xd8\xda\x99\x65\x32\x11\x93\x8f\x31\xab\xde\x41\x10\xd8\xd8\xbc\xeb\x5b\x64\xee\x96\x68\x59\xaf\x09\xc8\x3b\x2f\x35\xbe\xd7\x7f\x73\x87\x43\xcb\x6a\xfc\x6c\x6c\x0f\x5f\x9e\x37\x82\x8b\xc1\xae\xe8\xe6\x85\xe0\x22\x66\xf1\xa9\x6a\x52\xb5\x9d\xfd\xc9\x66\x1a\x27\x13\x54\xdf\xb4\x46\x6c\x01\x21\xee\xb9\x65\x4d\x05\x10\xb3\xf8\x94\x35\x5a\x68\x9d\x3e\x93\x93\x35\x4a\x88\xb5\x98\xf4\x99\xc4\xe1\xad\x18\x27\x59\x4b\x01\xc4\x2c\x26\x59\x88\xec\xde\x14\x93\xa6\x49\xba\xce\x30\x99\xbd\x4b\x5c\x04\xd7\x8b\x37\xef\x12\x17\xc1\x25\x52\x2d\xeb\xf0\x00\xa9\xd1\x4d\xbd\x5e\x5c\x04\xc1\xfc\x2d\x17\x85\xc8\x7d\x10\x5c\x2f\xd9\xb2\x36\x06\xc8\x9a\x60\xde\x38\x2e\x52\xe9\x4a\xac\xd8\x07\xb8\x98\xc9\x2f\xc3\xab\xc1\x45\x19\x3b\xc9\x82\x71\xbf\x52\xe1\xc2\x86\x96\xb5\x32\x40\x69\x26\x85\x25\x0b\x1c\xe9\x16\x56\x1f\x0b\x08\x6e\x66\x6a\xde\x33\x2e\x92\x07\xbd\xb4\xac\x47\x25\x1b\x8b\xcb\xb1\x2b\xcd\x9b\xc6\x45\x26\x42\xb4\x65\xad\x11\xd0\xb6\xcc\x42\xd1\x72\x64\x0f\x21\x95\xcd\x8b\xc6\x45\xe6\x56\xbf\x96\xb5\x46\xb2\xa7\xb3\x72\x60\x4b\xf3\xf2\x71\x91\xd3\x61\x31\xac\x27\x4b\x62\x9c\xbf\xd0\x72\xb5\x02\x55\x3f\x08\x96\x59\xd6\x44\xc9\xde\x99\x69\x37\xd3\x44\x01\x85\x93\x27\x9a\x77\x94\x8b\xf5\x26\x75\xd7\x6c\xc9\xee\x5c\xc6\xb8\xf1\xde\x72\x11\x4e\x8c\xbd\xa4\x5c\x04\x6b\x14\x2d\xeb\xa1\x01\xc1\x92\x61\xf3\x8e\x72\x11\xd3\x9a\x6b\x90\x80\x98\xcc\x89\xb2\xd6\x47\xde\x07\xe1\x90\x97\x76\x05\x48\xc9\x5f\xd4\x3c\x00\x45\xa7\x64\xee\x0a\xb6\x2b\x58\x9f\x52\x8a\xdc\x7b\x31\x31\x06\xb3\xd6\x01\x88\x89\x92\xf4\xc2\x70\x91\x35\xeb\xf3\xb0\xf4\x2c\x23\x35\xbb\x94\x36\x04\x08\x96\x66\x9a\xd7\x8a\x8b\x98\x7e\x24\x7a\x4b\xb2\x01\x45\x0a\x5f\x6f\x09\x48\xee\xbc\x6c\xde\x2b\x2e\x82\xc3\x89\x5b\xd6\xfa\x00\xc5\xc9\x94\xf7\x8a\x8b\xe2\x38\xec\xbd\xe2\x8d\x4b\xc4\x63\xa2\xa9\xbd\x43\x5c\x84\xbe\xaa\x3c\xfd\x49\xb7\x07\x3b\x86\x68\x69\x64\x2d\x0d\x07\x8c\x69\x7f\x9d\x46\xdc\xf8\xa2\xed\x31\xd9\x10\xe8\x37\xa2\xbb\x04\x04\x47\xfb\x36\xef\x23\x17\x45\xd7\x67\xd6\x83\x02\xb2\x16\x9c\x37\x8d\xb7\x7d\xd3\x78\xe3\x17\xb5\x20\x40\x09\x3b\x85\x16\x04\xa8\x87\x83\xee\x65\xb5\x2f\xcf\xdb\xe4\x29\xdd\x14\xa0\x1c\x76\x8a\x4b\x11\x7a\x1c\x8f\xcd\x7d\x99\x3d\x1b\x4b\xa6\xc2\xd7\x4d\x01\x12\xd7\xcc\xb6\xac\x9b\x02\x64\x62\xa7\x5a\xd6\xa8\x00\x31\x1d\x7b\x6e\xa5\xba\x57\x52\x9a\x8f\x59\x0a\xbc\x19\x5b\xff\x68\x67\x64\xed\x0c\xdb\x56\x3b\x03\xc4\x54\xf8\xda\x19\x59\x3b\x83\xa9\xaa\x17\x86\x8b\x98\xfd\xb7\xf7\x2d\xb7\xac\x19\x92\x35\x43\xba\xbf\x6e\xed\xb4\x39\x98\x3b\x7b\xeb\xb8\xf0\x9a\xd5\x96\x6f\xfb\x37\xc1\x4a\xd3\xcf\x5a\x33\xe4\xaf\x17\x91\x93\xa4\xd4\xf1\xae\x4c\xbf\x82\x47\xb1\x10\xbf\xd4\x1c\x23\x74\xb8\x80\xac\x29\x9a\x1f\x25\xf5\xd8\xff\xa8\xdc\xa3\x08\x38\x55\x63\x3a\x38\xea\x83\xf1\xb6\xf2\x69\xcf\x7a\x14\x01\xd7\x6e\x12\xde\xd9\xbc\xad\x5c\xe4\xd8\x45\xb5\x8e\x8f\x75\xa4\x37\x3c\xd6\xf1\xa1\x8e\x7e\xfc\xfa\x5b\x40\x62\xb7\x4a\xcb\xfa\x5b\xb2\xab\x44\x0e\x37\xaf\x79\x71\x38\x50\xa8\xf4\x5f\xf3\x7a\xd9\x51\xa8\x6e\x7d\xed\xcb\x9c\x11\x3f\x77\x5e\x8a\x90\x53\x09\x09\x65\x6e\x59\x7f\x0b\x88\x69\x5e\x3a\x57\x40\x72\x7e\xed\x35\xe4\x22\xa6\x06\x84\xf6\x18\xc8\x49\xe1\x68\x70\xe5\x7d\x07\x25\xd5\xd6\x94\xca\x7b\x89\xc8\x86\xd4\x70\x02\xb9\x38\x6a\x68\x38\x65\x0d\x27\x7a\xa9\xf7\x90\x8b\x9c\x19\xa8\xbc\x87\x5c\x04\xa1\xe5\xcd\x1b\xc6\x45\x26\x66\xa7\x79\xc3\xb8\x08\x42\xcb\x5b\xd1\x55\x52\xdc\x62\xdb\x4c\x3a\x4d\x72\xa1\x87\xef\xba\x68\x72\x15\x4d\x2e\x2a\xee\x3d\xe4\x22\x79\xc4\x55\x2b\x5a\x53\xa0\x1c\x7c\x8c\x25\xf9\x9b\x3b\xdc\x99\xe6\xf5\xc6\x70\x91\xd8\x9f\xd4\x8a\x16\x10\x48\x91\x68\xa6\xa2\x71\x53\xbc\x62\x12\x75\x5b\xf4\x79\x80\xe0\xa4\x84\x56\xf4\x79\x80\x94\x58\x0d\x29\x2e\xd3\x80\x7c\xd0\x87\xbd\x0c\x5c\x64\x4d\x70\xef\xf4\x16\xc9\x33\xae\x9a\x97\x7a\x8b\xc2\xcd\x5c\xad\xe8\xe1\x00\x85\x03\x40\x9a\x97\x7a\x8b\x70\x80\xf1\x4e\x6f\x91\xbb\x49\x7a\x38\xca\xb6\x2a\xf8\x9e\xbd\x62\x5b\x64\x57\x3a\xbc\x3b\x5b\xe4\x64\x29\xb4\x03\xbc\x3a\x9b\x48\xc9\x56\xc2\xfc\xc3\xfe\x89\xc8\x5c\xa7\x01\xc1\xba\x69\x2b\xea\xfc\xa2\x5b\xa2\x98\xa4\xc4\x38\xa8\xef\xd8\x49\xfe\x22\xc7\x90\xb0\xbd\xb5\x15\xbd\x0b\x60\x95\xd5\x34\xdf\x5c\x28\x0d\xb5\x53\xd4\xe6\x20\x73\xf7\x7c\xf3\xba\x6b\x11\x53\x59\xeb\x71\x00\x31\xf7\x53\x4a\x6c\x21\x73\x68\x47\xf3\xd2\x6a\x91\x74\x5f\x79\x43\xb5\xf8\x7f\x18\x3b\x97\x2c\x6b\x59\x66\x0d\x4e\xe5\x0c\x41\x48\x32\xc1\xce\x3f\x17\x6f\x7b\xfe\x43\x38\xcb\x08\xbf\x76\xbd\xad\x58\xe5\xaa\xad\x88\x4a\x5e\x48\x78\x9a\x7b\x52\x55\xe8\x07\x80\xb1\xef\xfe\xd2\x86\x4d\xc4\x74\xf8\x70\x62\xfa\xdc\x90\x33\xe9\x7e\x25\xd3\x56\xbc\x08\x74\xe3\x4b\x89\x6a\xd1\xdc\x2d\xab\x42\x47\x00\x0c\x87\xad\xd0\xea\x83\x3e\xed\x58\xad\x3e\x68\xee\xe3\x55\x61\x82\x21\x54\x42\x49\xef\x60\xd9\x41\x6e\x1e\x32\x3c\x9b\x1d\xa4\x27\xb0\xfb\x4b\x1f\xc0\x62\xbb\x2c\x5b\x6b\xce\x01\x0c\x4d\x75\x2c\x1f\x39\x1a\x2a\x28\x59\x57\x98\x86\x00\xcd\x5d\xc7\x2a\x74\x18\xc2\x7d\xa2\xc2\x43\xf6\x99\xae\x00\x99\x2e\x65\xb1\x45\xfb\xee\x49\xbb\x0f\xda\xf0\xfb\xd5\xc8\xc7\x37\x4d\xe2\xf7\x65\xd6\x01\x0c\xaa\x91\x4a\xa9\x6c\x11\x3b\xde\x66\x1c\x7e\xf9\x07\xeb\x6d\x09\xa1\xe3\xb0\x61\x2f\xfa\xee\x87\xe9\x64\x0a\x18\x3b\x49\x2c\x35\xb6\x45\x2f\xdb\x6a\x02\x03\xb4\x7d\xf7\x87\x36\x9f\xf5\xb0\x6c\x80\x53\x6a\x6c\xd7\xa7\xb1\xfd\xfd\xd0\xb7\x40\x85\xad\xb4\x11\xde\xa4\x29\x8d\xef\x5c\xf6\x3e\xfb\x5e\x55\xfc\xad\xf6\x58\xca\x6d\x8b\x66\xfc\x11\xce\xb4\x84\x15\x22\x8e\xc1\xba\x30\x60\xb0\x2f\x5d\x29\xb7\x2d\xfa\xf4\x43\x36\xe3\x01\x72\xc3\xb5\x8a\xcb\xee\x7c\x91\x9b\x37\x67\xc2\x03\x74\x27\x09\x42\x7f\x05\xe4\xe6\x68\xa8\x6f\x02\x72\xf3\x15\xd7\xeb\x00\xc9\x82\x93\x0a\xbd\x03\x10\x94\x75\x57\xe8\x1d\x80\xd8\x1c\x4d\xf4\x0e\x40\x73\xc3\xb6\x0a\xdd\x03\x90\xac\xeb\x28\xf5\xb6\x45\x38\x71\xa0\x92\xb6\x08\x13\x8c\x0a\x69\x8b\x46\xe5\x50\x85\x56\x1e\x34\x77\x47\x2b\x65\xb3\x45\x63\x21\x69\xa9\x91\x2d\x92\x6d\x2d\x4a\xdd\x6a\x91\x1b\x89\x3c\xe5\xa7\x45\x8b\xef\x3b\xd3\xa8\x83\x96\xbe\x0f\xe6\x4a\x40\xeb\x7e\x54\x9a\xeb\x70\x01\xad\x2f\xbd\xe6\x1a\xe4\x66\xff\x68\xae\x41\x0b\xd3\xa1\x0a\x44\x8b\x30\xab\x39\x9c\x8d\x00\x49\x99\x50\xa9\xf3\x2c\x9a\x5b\xd5\x95\x7a\xcd\xa2\x3b\x1f\xa9\x38\xb3\xc8\x8d\xe4\xa7\xe2\xcc\xa2\xb9\xaf\x5e\x0d\xf3\x0e\x20\xcd\xff\x0c\xf3\x0e\x60\xb2\x08\xa8\x86\x39\x06\x90\x14\x91\xd6\xb0\xa6\x03\xe4\x46\xaa\x6d\x38\xf7\x00\x06\xa5\xb8\x35\xa8\x9e\x15\xef\x25\x69\x99\xb9\x02\x90\x9a\xf0\xa1\x85\x05\xb9\x91\x0b\x53\x8a\x59\x04\x8b\xe0\x0a\x59\xe6\x0f\xc1\xbe\x92\x35\x8c\xf8\x41\x52\x69\x58\x2a\x31\x8b\xdc\xfc\xa1\x36\x17\x34\x6b\x04\x54\x4f\x16\x1d\x81\x96\x52\x16\x59\x74\xd6\xe8\x96\xb2\xc5\x22\x37\x7f\x68\x6c\x0c\xa6\x31\xc3\x48\x1b\x91\x0e\xdd\x98\xe6\x61\xd0\x3b\xdc\xc6\x7e\xf3\xd0\xe9\x21\x27\x07\xf9\x56\x87\x21\x2e\x58\xec\x3c\x51\x43\xa3\x08\x72\x23\xe3\x37\xb4\x80\x20\xd8\x38\xa3\x86\x73\xfd\xc3\x6d\xff\xd2\xce\x36\xc3\x0e\x72\x23\x15\xa1\xf8\xb0\xc8\x8d\x71\x65\x4c\x5b\x86\x54\x17\xb5\x44\x35\xb4\x6d\xa0\xb3\x17\x4f\xa9\x47\x2c\x9a\x7b\xf2\xd5\xd0\x6a\x81\xe6\x3c\xd8\xd0\x1a\x81\xdc\xc8\xc3\xa9\xe8\x2b\x7a\xe3\x2b\x1f\xbb\x3f\xdc\x79\xc9\xf8\x58\x87\xe1\x25\xc8\xcd\x97\xcc\x7c\x34\x88\xb0\xcb\x76\xef\x72\xa7\x92\xa3\x3c\x97\x8f\x64\x77\x97\x15\x5e\x02\x33\xd4\x20\x50\x8d\x2e\x25\x7e\x45\x6e\xf6\x98\xa3\x39\xc8\x8d\xc4\xa2\x7a\xbe\x22\xcc\x76\x2b\xde\x2b\x22\xba\x87\xbc\xe2\xc1\xab\x42\x54\x33\x9c\x3f\x07\x7d\xfa\x3d\x38\x82\x83\x98\xbe\x89\x86\x97\x9f\x12\xaf\xaf\x8a\xc3\x35\xc8\x8d\x9c\x9e\xda\xbc\x22\xb7\xee\xb9\xbc\xe2\xb7\x42\x85\x91\x46\x89\x5d\xf1\x8d\x17\x4a\xec\x8a\xdc\x88\x61\x86\xe1\x25\x48\xeb\x6f\x94\xd3\x15\xa9\x7b\x36\x0c\x03\x87\x9b\xd6\x23\x0a\x5e\x8a\xe7\x8a\x3e\x7d\x9f\x2e\x9b\x71\x31\x4d\x8d\x77\x39\x1c\xaf\x87\xe3\x35\x16\x77\x18\xbb\x0d\x63\x37\x7c\x79\x45\x77\x45\x6e\x78\xda\xc3\x21\x1c\xe4\xe6\x2b\x66\xbc\x85\x0e\x6f\xa2\x9a\x5f\xea\xf0\x8a\x40\xc3\xa1\x86\xc3\xf5\x70\xb8\x76\x68\x7b\xbc\xc9\x47\x57\x72\xf7\x97\xbe\xe8\x8f\x11\x11\x37\xee\x34\x38\xc8\x8d\xb1\x7f\x18\xbc\x81\x56\xff\x92\xc7\x1e\x46\x6d\x20\x37\xb2\x63\xc3\xa8\x0d\xe4\x86\x3b\xa4\x9a\xaf\xc8\xcd\x2f\x43\xcb\x00\x72\xf3\xe1\x6b\x06\x86\x66\x80\x68\x72\x68\x06\x40\x73\x9f\xcb\x52\x07\x58\x24\xda\x16\x35\x9c\xe0\x06\xcd\x9d\x22\x4b\x6d\x60\x91\xfa\x07\xc3\xe0\x0e\x74\x2b\x49\xd2\x14\x38\x48\x76\x44\x2d\xe5\x82\x45\x73\xc3\xca\x4a\x36\x50\x12\xb9\x91\x13\x52\xcf\x57\x34\xb7\xa2\xac\x34\xd4\x02\xc9\xf2\x94\x4a\x23\xad\x74\x5f\x48\xb6\xa7\xac\xd4\x10\x80\xdc\xf8\xae\xd2\x64\x33\x48\x8b\xf6\x52\xdb\x00\xa6\x45\x66\xc9\x7e\x43\x22\x37\x62\xa8\xec\xb6\xb6\xd3\x8f\xe9\x0f\x0f\x0f\xd1\x41\x7c\xa3\x2a\x0d\x8b\xdc\x48\x20\xa4\x06\x04\xe4\x36\xfc\xe1\xcf\x43\xac\x61\xb1\x11\x1a\x10\x24\x84\x73\x23\x51\x94\x1a\x90\xd4\x80\xf0\xbd\xa7\x33\xd5\x20\x29\xac\x2c\x75\x86\x45\xa2\x14\x55\xea\x0c\x8b\x86\xa4\x62\xa5\x79\x65\xd0\x8c\x2d\x94\x1e\x16\x51\xdf\xb9\x6c\x17\xa1\x1d\x9b\x49\x95\x3a\xc3\xa2\xed\x58\x9e\x34\x37\x9c\xe3\x7b\x57\x38\xbf\xc9\x61\x90\xec\xa3\x59\x69\x68\x07\x72\xc3\xff\x48\xcd\x18\x58\x6c\x73\x59\x4a\x0f\x8b\x70\x5a\x2c\xb5\x6c\xa0\x95\x7d\x68\xb4\x07\x72\xe3\xdb\x56\x8d\x58\xe4\x46\x68\x94\x06\x80\x20\x10\xda\xaf\xd4\xfc\x81\x44\x10\xaf\xd2\xda\x3d\xd0\x1c\x33\xd5\x2c\x16\x89\x10\x47\xa9\x59\x2c\x12\x31\xaf\x4a\x67\xaf\x41\xa3\x86\xbb\x94\x2c\x16\xbd\xe1\xe9\x65\xd9\x2e\xd6\x2f\xb0\x65\x66\xa5\x96\x14\x34\xb7\x49\xad\xb4\x6c\x0e\x34\xeb\x1f\xd3\x59\x68\xd0\xd9\x4f\xb2\xd2\xc8\x11\xe4\x66\x87\x19\x39\x82\xce\x26\x5d\x95\x4e\x39\x83\x68\x3e\x6f\x03\x47\x10\x56\xb0\xa6\xf6\x16\xa4\x45\x7f\x69\xd5\x1c\x78\x1b\xc6\x25\xcd\x0d\x23\x93\x9c\x4e\x2d\xa6\x59\x5f\xd0\xdc\x99\xb5\x14\x45\x16\xe1\x40\xa0\x28\xb2\x18\x4e\x97\xa8\x89\x2c\x7a\xf9\xdc\x8c\x08\x41\xa4\x77\x69\x44\x08\x7a\xf3\x87\x86\x7f\x20\x58\x00\x55\x69\x06\x19\xc4\xf0\xa3\x31\xeb\x9b\x2e\x40\xf5\x7d\x75\x7e\x19\x84\xa9\xac\x34\xfa\x03\xb9\x11\xbc\xaa\x92\x2c\x7a\x6c\x5e\xd1\x17\x71\x67\x80\xf5\x87\x46\x7a\xa0\x35\xc6\xc9\xd4\xc4\x83\x36\xb1\x15\xa9\x89\x4f\xc3\x3a\x3b\xcc\xb0\x0e\x84\x25\xb0\xea\x1f\x8b\x64\x67\xca\x52\xff\x58\xf4\x66\x17\x6a\xf5\x41\x77\x0e\x21\x0f\xdb\x75\x38\x56\xd0\x2e\xad\x3e\xe8\x4e\xbe\xe5\xe9\x15\x4f\x06\x06\x9c\x9d\xd4\xea\x83\x28\x87\x0f\x4d\x7c\x9a\x41\xc6\xac\xa5\x19\x64\xd0\xbb\x8f\x43\x0b\x0f\x92\x65\x8a\x95\x5a\xf8\x74\xa6\xba\xec\x30\x03\x37\x90\x9b\xef\xbe\x81\x5b\x1a\xb8\xe1\x64\xab\xc2\x2c\xc2\xb4\x6e\x1a\xcb\xa5\xb1\x1c\x71\x43\x3a\x07\x0d\x3a\x3b\x2e\x54\x9a\x0f\x06\x69\x31\x65\x1a\xde\x81\x6e\xa9\x69\xea\x07\xa4\x7e\x00\xae\x6c\x9a\xb0\x05\x4d\xa3\x9c\x66\x67\x41\x1a\x04\xa6\x71\x1b\x48\xd3\x5f\xa9\x1f\x90\xfa\x01\xeb\x6f\x91\xc7\x4a\xdd\x04\xd0\x34\x9a\x6a\x40\x8b\x16\xec\xd3\x52\xa9\x9f\x00\xa2\x7b\x2b\xba\x09\xa0\x3b\x8b\x9b\xba\x09\xa0\x95\x83\x90\xd5\x72\xa0\x77\xbb\xc5\x10\x11\xf4\xe9\xad\xe8\x4c\x80\xfe\x0d\xf7\x46\x8d\xa0\x35\x5f\x53\xcb\xec\x40\x73\x2f\xe5\x4a\x3d\x88\xd4\x83\xb0\xab\xf4\x20\x40\x73\x5f\xe3\x4a\x1d\x01\xd0\x82\x48\x26\x75\x04\x40\x6e\xd8\xe4\xd2\xc2\x83\xc5\xa6\xb6\x55\xe6\x6a\x41\x33\x09\x52\x56\xba\x81\xdc\xbe\x43\xe5\x21\x76\x06\x21\xe1\x54\x66\x74\x41\x77\xbe\x45\x91\x6a\xb1\xd0\x37\xab\x32\x7d\x0b\x72\xdb\xbd\xe2\xe5\x21\xf3\x4d\x93\x43\x8f\x87\x1e\x36\x1c\x5f\x1c\xfa\x79\x88\x7d\x79\x3c\x97\xf1\x27\x68\x46\x0b\xea\x5d\x8b\x5e\xdf\x7f\xa5\x87\x88\xa9\xf9\xd6\x4b\x1f\xa3\xf4\x31\x76\x7f\xe8\x15\xdd\xe6\x90\x01\xa7\x4c\xf0\x82\xce\x36\x87\xa5\xde\xb5\x68\x9d\xaf\xb8\xf4\x31\xc0\x32\xa7\x5f\x2e\x0c\x00\x3d\x3c\xbd\x99\x61\x10\x6c\xd9\x50\x65\xdc\x5a\x6a\x7a\x32\x52\x95\x6e\x07\x68\x6e\x1a\x5e\x65\xe0\x0a\xba\x51\x5e\x39\xed\x0d\xd6\xb0\xf3\xf5\x4e\x40\x67\xb7\xd0\x52\x61\x5b\xac\xf0\x79\xe8\xb0\x94\x11\x2f\xa6\xa3\xc2\xb6\xea\xb0\xec\xfe\xd7\xe9\xa1\xf3\x7f\xff\x37\xd9\x25\xac\xca\xd2\x3a\xd0\x4d\xf9\xaa\xa6\x2d\xb2\x11\x7a\x94\x73\xd7\x20\x9b\xad\x37\x2e\x06\xbd\xe3\xf4\x95\xd3\xd9\xa0\x99\x38\x2c\x4b\xeb\x40\x36\x5e\x73\x55\xb8\x45\xb6\xcd\x1f\xda\x2e\xa6\xa9\xad\x09\x50\x83\x5b\x34\xb7\x07\x2f\x15\xb7\x45\x36\x86\xbd\x72\x81\x00\xe8\x06\xff\xa5\xdf\x01\xd6\xf0\xdd\xd1\xc9\x28\x15\x43\xbd\x6f\xc3\xee\xca\xef\xfc\xdc\xb8\x8e\x07\xc8\xf6\x1d\xf2\x81\xe0\x78\x18\xb0\x97\x95\x74\x20\x9d\x2c\x2f\x57\x08\x94\x2b\x04\xd8\x1e\xbc\x4a\xff\x04\xa4\x89\xc9\xd2\x3f\x29\x77\x30\x34\xef\xa4\xf0\xb7\x48\xbd\x85\x32\x27\x5e\xca\x94\x4e\xff\xcb\x8f\xd2\xed\xb4\x37\x0f\x79\x9b\xb5\xf8\xa1\x97\xf4\x36\x49\x08\xb0\xcf\x6f\x29\xfb\x2d\x9a\xbb\x94\x57\x99\x13\x2f\xe7\xc1\xc3\x1b\xf0\x9e\xd0\xfd\x76\x71\x41\xe9\xff\x80\x6c\xe4\x98\xca\x92\x3b\xb0\xd8\xfe\xae\x14\x02\x17\xbd\x7c\xd5\x4d\x2e\x80\x6e\x74\x5e\xfa\x3f\xa0\xb9\xcb\x7a\x29\x04\x2e\xba\x33\x79\xa5\x03\x04\x1a\x9b\xab\x54\x99\x5c\x00\xd9\x48\x44\x95\x29\x71\x90\x8d\x14\x93\xda\xe0\xa2\x05\xd1\x40\xe9\xfe\x80\x6c\x24\x04\x4a\xf7\x07\xa4\x09\x81\xd2\xd7\x01\xc9\x0a\xb9\x2a\x1d\x1b\xd0\x91\xd0\xad\x32\xad\x0d\xba\x93\xfd\xa5\xaf\x03\x9a\xd1\x7f\x99\xe9\x06\x89\x5e\x53\xa9\x29\x2e\x16\x7b\x03\x56\x99\xbb\x00\xd9\xb0\xf0\x4a\x8a\x8b\xc5\x76\x7b\xa5\xa4\xb8\x08\xb3\x55\xa5\xaf\x53\x16\xff\x97\x2f\x94\x13\xe1\x60\x98\x41\x29\x3d\x1b\xd0\x9b\x23\xba\x99\x0a\x10\xc6\x11\x65\x5a\xa2\x54\xd7\xf3\xab\x37\xb1\x0c\x82\x7d\xed\xaa\x2c\xce\x07\xd9\x3c\xbd\x6e\x0c\xc8\xd7\x39\xfc\xd3\x2a\x2b\x4b\x2e\x92\x6d\x49\xaa\x4c\x64\x80\x64\xef\xd0\xaa\xd3\x17\xf0\xc5\x62\x29\x61\xa9\x54\x2e\xb2\x61\x6e\x4b\x8f\x06\x64\xf3\x35\xd5\x7d\x01\x2d\x90\xda\xab\x32\xb7\x51\x56\xfd\xa7\xff\xe6\xad\x5c\xcb\xde\xe3\xf6\x4c\x59\x83\x6c\x3e\x69\xb3\xcc\x20\x1b\x41\x45\xe9\xad\x80\x3e\x6c\xac\x59\x0b\x90\xcd\xf7\xd4\x2c\x33\x08\xab\x64\x55\x1c\x17\x11\x1a\x2c\x7d\x1a\x90\x8d\xbc\x58\xe9\x7a\x80\xb4\x58\xbb\x74\x2a\x40\x3a\xb1\x58\x3a\x15\xe5\xf4\x72\xf9\x1d\xe8\x42\x80\x6c\x1a\x1e\xdd\x05\xd5\xc5\xa7\x27\x73\xe6\x18\xb4\xee\xd0\x6a\x0e\x02\x34\x27\x86\xca\xec\x34\xc8\xe6\xc8\x61\x0e\x02\x24\x72\xa2\x55\x96\xea\x81\x3e\xbc\x6f\x0b\xf5\x41\xff\xcc\xb9\xfe\x09\x58\xec\x2f\x58\xa5\x7f\x02\x56\x38\x24\x38\x0b\x0d\x46\x7c\x57\xb4\xc3\x58\xa7\x38\xb5\x28\xa6\x2e\x40\x67\xb7\x92\x52\xe2\x5c\x74\x36\xe4\x28\x25\xce\x45\xd7\x3a\x29\x71\x2e\x86\x8b\x48\xa6\xc9\x0c\xf0\xf6\xa1\xff\xb6\x3c\x46\xf1\x21\x83\x90\x1a\xe7\x22\x10\xa3\x2d\xf5\xcc\x45\xb0\x0d\x6b\xa9\x67\x2e\xc2\xc9\xe5\xa9\x67\x03\x16\x7b\x28\x96\x12\xe7\x22\x9d\x5b\x56\xcf\x5c\x34\xc5\x12\x6a\xea\xda\x80\x6e\x15\x92\x1a\xe7\x22\xb6\xef\x97\xe5\x21\xdf\x94\xe2\xd0\xf4\xd0\x64\x5f\x10\xda\xea\x7c\x36\x08\x76\xac\xac\x69\x92\x65\xba\x57\x57\xf3\x5c\xb6\xb5\xf1\x05\x86\x57\xb4\xad\x2e\x07\xf0\x87\xa6\xe4\x91\x2b\x4f\xcd\x95\x72\xe5\x22\x5c\x25\x3a\xcd\xbb\x80\x98\xf6\xa1\x79\x17\x10\xec\x3b\x53\x53\x07\x08\x04\x3b\x8d\x95\x3a\xe7\xa2\x37\x7b\x5a\xff\x07\x24\x9b\x03\xd7\xd4\xd9\x99\xdf\x7e\x16\x34\xd5\x45\x8d\x33\xbe\x3e\xe4\x8e\x74\x80\x40\xb0\x07\x60\x4d\x33\x36\x20\x8d\x47\x15\x43\x17\xa9\x67\x36\xcd\xd8\x80\x34\xe5\x3f\x9d\x18\x00\x0d\x19\x98\x9a\x4e\xc6\x83\x66\xe5\xd0\xd4\x4d\x9a\xba\x49\xd4\x17\x4d\xdd\xa4\xa9\x9b\x44\x36\x60\xea\x13\x81\x16\xbe\xc2\xd3\x12\x3f\x90\xdf\xf3\x36\x63\x03\x9a\xba\x17\x35\x75\x94\x40\x47\x49\xa2\x94\x56\xaf\x4f\x5a\x9d\xcd\x2f\x4b\x69\x75\x11\x56\x3c\x2a\xad\x2e\x1a\x9a\xba\xa5\xb4\xba\xe8\x0e\x3d\x4a\xab\x8b\xee\xa2\xb6\x69\x39\x1f\xe8\x16\x35\x4d\x33\x3b\xa0\xbb\x24\x40\x01\x76\x91\x0d\x7b\x38\x9d\xda\x07\xf1\xdd\xb9\xae\xd3\xd4\x75\xf2\x25\xd0\x75\x02\xdd\xa5\xa1\xd3\xa9\x0e\x90\x48\x8c\x95\x62\xee\xa2\xbb\x30\x65\xea\x4c\x81\x70\x29\xe2\xd4\x99\x9a\x3a\x4e\xf6\xab\x8e\xd3\x74\x6f\xe7\xef\x87\xb6\xbe\x28\x15\x23\xa6\x52\xcc\x5d\x24\x4a\x77\x35\x9d\x36\x01\xcd\xa9\xe6\xa9\x93\x04\x5a\xb0\xff\x6c\x4d\xbd\x24\x10\xec\x4d\x5f\xca\xc0\x8b\x6c\x98\x9a\x69\x4d\x21\x08\xa4\xbd\x6a\x9a\x38\x9a\x26\x8e\xb0\xad\x53\x5f\x0a\xe4\xc6\x20\x3c\x4d\x1c\x81\xe6\xda\x8e\xa9\x2f\x05\x9a\xaa\x26\x35\x75\xa6\x40\xa0\x13\x52\xd3\x69\x99\xe9\xb4\x4c\xb5\xbf\xf7\xdf\xac\x69\x01\x23\xc8\x46\x4e\x75\x5a\xc0\x08\xba\x89\x7d\x15\xed\x45\x0c\xdf\x4a\xd3\x4f\x20\x4d\xa9\x4f\xdd\xaf\xe9\xc6\x66\xfe\x50\x5f\x6b\xea\x6b\x39\x32\xb9\x44\x13\x24\x9b\x75\x95\x8a\xf6\x22\x5d\x3a\x3e\x4d\x35\x81\x6e\x65\xd8\x74\x52\x08\xc4\xb4\xdb\x75\xbf\x40\x68\xc2\xa6\xf3\x44\x20\xd8\xed\xae\x54\xc2\x17\x2d\xbc\x47\xdd\x2f\xd0\x3b\xc9\x2d\xb5\xf1\xc5\x30\x17\x34\x4d\x35\x81\xd4\xbb\x53\x2e\x5f\x74\x54\x4a\x6a\xea\x7d\x81\xb4\x84\x69\x3a\x9b\x04\xd2\xaa\xeb\x69\xc6\x08\x34\x8b\xd9\xd5\xc6\x17\xed\xcb\xcd\x4d\x3d\x32\xd0\x54\xa6\x29\x05\xf3\x45\xa2\x75\x59\x53\x2f\x0d\xe4\xf7\x65\xbb\xe0\x61\x7e\x4a\x21\xfe\x97\xdd\x43\xfe\xe9\x1b\x59\xf5\xe5\xa6\xbe\x1c\x26\x78\xea\xcb\x4d\x7d\x39\xbb\xda\x89\x28\xb0\x86\x2f\xaa\x45\x02\x53\xf1\x10\x3c\x9b\xa9\x67\x06\xba\x0b\x2d\xa7\x9e\x19\x08\xd3\x19\x2a\xf4\x8b\x74\x99\xdb\x74\x86\x09\x84\xa1\xb8\xda\xfb\x22\xdb\x77\xc8\x1e\xa3\x6e\xc0\xf0\x76\x5a\x37\x00\xa2\x6c\x84\x75\x03\xa0\xa5\x63\x89\x25\x84\xa0\x4f\xcd\x82\xd3\x50\xa0\x87\x0f\xd7\x8c\x14\x68\xe3\x1b\x57\x9d\x9a\x02\xe1\x74\xc2\xd4\xef\x03\x4d\x49\x98\x9a\x3a\x7e\xd3\x8a\x83\xf2\x90\x2f\xd4\x8d\x3f\xaf\x3b\xe2\x3a\x4e\x90\x9f\xef\x61\x6a\x0a\xa4\x61\xea\x7c\x6c\xd9\xc3\x93\xf4\xa3\x31\xe7\x04\xd2\x85\x4f\x53\x5f\x70\xea\x0b\xea\x67\xe8\x0b\x82\x6c\x76\x8f\x25\x08\x20\xbf\x21\xc7\x19\x2a\x90\xcd\xa6\xea\x30\xce\x2f\xe7\xe4\xc8\x61\xce\x09\x74\x27\xe7\xa7\x1e\x23\x88\xcf\x2c\xe8\x31\x82\xde\x1d\x45\xf5\x18\x41\xff\x46\x77\x7d\x41\xd0\x54\x48\xaa\xa9\xe7\x07\xfa\xf6\xfd\xd2\xc6\xfe\xc8\x00\x39\xcc\xe9\xd3\x81\xc6\x56\xee\xb5\xac\x35\x04\x8b\xdd\x74\x6b\x99\xbf\x02\xe1\xa4\xd5\xd2\xcd\x03\xd1\xc3\xff\x1a\x1e\xa2\xf6\x22\x3d\x57\x7a\x28\x49\x7b\xbc\xaf\xca\xd2\x0d\x03\xdd\x79\xd9\xa5\x7f\x05\x3a\x6a\x12\xb5\xf4\xaf\x40\x63\xef\x9b\x5a\x7a\x4e\x4b\xcf\x89\x54\xc2\x72\xe1\x03\x68\xd6\xdf\x2c\x27\xb1\x96\x05\x0e\xa4\x63\x96\x0b\x1f\x40\x36\x82\xe7\xa5\xe7\xb4\xdc\xe8\x61\xf7\x5c\xa7\x87\x18\x24\x97\x3f\xbc\x3c\xa4\xcd\x27\x28\x59\x2e\x7c\x58\x61\xc2\x81\xb7\x7f\xb9\xf2\x01\x64\x23\xa6\x5b\x3a\x45\xa0\xeb\x14\x2d\xdd\x1d\xd0\x4c\xe5\x2f\x27\xa8\x40\x37\x23\xbf\xcc\x0a\x81\x66\x39\xf5\xd2\x03\x02\xdd\x7c\xc0\x72\x91\x03\xc8\x46\x78\xbb\xf4\x80\x40\x73\x75\xf2\x32\x51\x04\x9a\xab\xbe\x97\x4e\x11\x08\x47\x9e\x65\xa2\x08\x2c\x36\x3c\xae\xa5\x9b\xb4\x74\x93\x96\xe7\xb2\xf5\xb8\x49\x1a\x9f\xe5\xc4\x16\x48\x76\xe0\xaa\xa5\x47\x04\xb2\xf1\x52\x2f\xdd\x9f\xe5\xde\x12\x58\x87\xa5\xfb\xb3\xd4\xb9\xf0\x0d\x33\x9b\x04\xd6\xf0\x79\xeb\x11\x81\xc6\xbe\x3d\xb5\x2c\xec\x00\x0d\x9d\x9c\x5a\x7a\x44\x4b\x8f\x08\x8f\x71\x99\x60\x5a\xd6\x75\x54\xff\x07\x9b\xbc\x74\xa2\x40\xd7\x68\x2e\x53\x52\x20\xd8\x81\xb2\x96\x4e\x14\xe8\x5f\xb7\xe8\x0b\x81\x6c\xbe\x48\xa6\x87\x40\x7c\xef\x96\x5e\x08\x68\x8a\x2b\xd5\x32\x7f\x03\xb2\x93\x8c\x5b\xba\x21\xa0\x29\x59\x54\x4b\x3f\x04\xb4\xf8\x0e\x79\x81\xc9\x60\xb5\x7b\xc8\xf7\x79\x1e\xfe\xd2\xb3\xf9\x2c\x5e\x24\x92\x78\xb5\x74\x2a\x40\x3a\xd3\xb2\xcc\xfc\x80\xb0\xbc\x76\x99\xf9\x59\x66\x7e\x48\xb5\x2e\x33\x3f\xcb\x62\x48\xcb\x4c\x97\xee\x08\x88\xf0\x7d\x76\x69\x25\x48\xe4\x56\x6b\x99\xe7\x01\xd3\x1d\x42\x96\x55\x8e\x20\x9b\x8f\xdf\x82\x14\xd0\x74\x62\x97\x4b\x20\x40\x36\x3c\xc3\xa5\xef\xb1\x5c\xdc\xe0\xb7\xed\x9c\x16\xc8\xf6\x1d\xb2\x11\xe6\x79\x1c\x14\x9c\xd3\x02\x69\x6a\x66\xe9\x7b\x80\x44\xcc\xbe\x96\x8e\x06\xe8\xce\xca\x2e\xe7\xb4\x40\x53\x90\xaa\x96\xce\x07\xf8\xb6\x82\x58\xce\x73\x2d\xcb\x17\xfd\x68\x2d\x5f\x04\xb1\x7f\xff\x65\xc3\x0e\x1b\xc6\x87\xa6\x8b\x02\x62\x73\xd0\xd1\x45\x59\xba\x28\x24\xec\x96\x8b\x27\x40\x77\x4a\x6e\xe9\xb4\xac\xcf\x69\x21\x4c\x5d\x3a\x2d\x4b\xa7\xc5\xc1\xd6\x02\x45\x90\x9d\xf8\x7c\xe9\xb4\x80\xf6\xdd\xa5\xee\x08\x48\x94\xf7\x6b\xb9\x70\x13\x24\x92\xc4\xb5\x4c\x27\xad\x6f\x77\x08\x1e\x88\xbe\xc7\x52\xa5\xcc\x27\xa9\xef\x01\xb2\xdb\x2e\x33\x40\x60\x05\xce\xd4\x32\x01\x04\x62\xfa\x8c\xf4\x50\x40\x76\xed\x82\xb3\x61\xa0\x59\x17\xb1\xac\x8a\x01\xe9\x2c\xe0\xd2\x69\x01\x6b\xf8\xa2\xe8\xb4\x2c\x97\x42\x94\x6f\x9d\x33\x64\x20\xca\xb6\xea\xa2\x80\x74\xce\x6f\xb9\xd3\x04\x48\xbd\xd4\x65\x66\x0a\xb4\xf1\x8d\x3a\x7a\x32\x20\xd9\x61\xad\x96\x8e\x0c\x48\xd7\xe0\x2e\x9d\x16\xd0\xf7\xef\x64\x36\x96\xed\x5d\x75\xcd\x96\xa9\x29\x90\xdd\x71\xce\x2a\x49\x90\xd6\x45\x2c\xe7\xd3\x40\x76\xc7\x72\x9d\x16\x90\xce\x8a\x2d\x27\xca\x40\x53\x10\xac\x96\x73\x60\xcb\xbd\xb0\x4a\x1b\xaf\xdb\x02\xba\xab\xdf\x96\x6e\x0b\xc8\xce\xdc\xc3\xd2\x6d\x59\x3f\x6d\x1d\xd3\x67\xcb\x44\x17\xe8\x48\x4b\xd5\xd2\xfb\x00\xd9\xb5\x88\x66\xa2\x40\xcb\xef\x64\xbe\x3e\x2e\x7e\x70\x29\xe6\x6e\xfa\x08\x0c\x27\x1f\x77\xbd\x0f\x90\xe8\x29\xd5\xae\x5f\x01\xb2\xe3\x35\xee\xfa\x15\xa0\xe9\x0b\xec\x26\x94\x40\xb2\xe3\x79\xed\x66\x8f\x40\x58\xf5\xbe\x3b\x2f\x06\x12\x3d\xce\xda\x4d\x28\x81\xee\xb2\xb3\xdd\x84\x12\x08\x6b\x9c\x76\x13\x4a\x20\x91\xf2\xae\xdd\xa5\x0f\xa0\xa9\x39\x56\xbb\x2b\x49\x41\x76\x1c\xb1\x5d\x87\x67\xff\xf2\x4e\x0c\x6e\xbb\x45\x3a\xa0\xeb\xe1\xee\xae\x11\x05\xd9\xc3\x5f\xda\x7e\x57\x48\xf0\x41\xef\xce\xb2\x81\xe6\xbe\x07\xbb\x4e\x10\x48\x3d\xb1\x5d\x27\x08\xa4\x35\x79\xbb\x95\x3c\x20\x7b\x78\xc8\x4e\xec\xbe\xeb\xdc\x92\x79\x27\x90\xae\x20\xd9\xcd\x3b\x81\xec\x98\xae\x5d\xef\x09\x64\xc7\x26\xed\xba\x45\x20\xad\xf6\xd8\x75\x81\x40\xf4\xf0\x90\x57\x0c\x87\xd3\x91\x7f\x5b\xe6\xdd\x54\x12\x48\xe4\x7b\x6a\xd7\x6b\x02\xd9\xed\x4f\xa7\xd7\x76\xf7\x3c\x75\x36\x64\xd7\x6d\x02\xd9\xbf\x43\x3e\x44\x96\x8b\x5a\x36\xb4\xbb\x91\x04\x08\xf7\x37\xd8\x75\x3c\x40\xb8\x0c\x74\xd7\xf1\x00\xd9\xf1\x9c\x77\x4b\x71\x40\x77\x03\x9a\xdd\xf9\x2f\xd0\xd4\x5d\xab\x5d\xff\x04\x64\xff\x0e\x79\xc9\xb4\x66\x9d\x47\xa1\xff\x01\xf2\xeb\x2b\xfd\x0f\x90\x2e\xf9\xd9\xcd\xeb\x80\x74\x1f\x8c\xdd\x24\x0e\x88\xce\x68\xbe\x9b\xc4\x01\x89\xda\x5f\xed\x26\x71\x40\x74\x02\x97\x5d\xc7\x65\xaf\xef\xad\xe4\x92\xae\xf5\x00\x4b\xdf\x79\x37\x65\x03\xb2\xdb\x56\x27\xb6\x40\xf6\x61\x2b\x6c\xab\x1b\x5d\x75\x7f\x68\x5b\x8b\xb6\xfa\x6d\x98\xc4\x01\x7d\xe0\x1d\xec\x3a\x46\xfb\xe7\x18\xd9\x58\xf3\x33\x20\xc2\xbb\xd4\x57\xda\xf5\x95\xc8\x14\xee\xfa\x4a\xa0\x4d\xdf\x41\xfd\x22\x90\x3d\x3c\xbf\x77\x34\x7d\x79\x3d\xbd\x0f\x64\xf2\x40\xfc\xdc\xcd\xc8\x80\x61\xb1\xdd\xee\xba\x91\xdd\x75\x23\xe5\x21\xef\x48\x7f\xca\xf1\x4b\x7f\x6a\x5f\xda\x19\xdb\xaa\x43\x05\xd2\xd9\xd9\xdd\x52\x22\xd0\xcc\xde\xef\xae\x0c\x05\xdd\xfc\xf4\xae\xa7\x04\x1a\xaa\xd8\xb5\x3b\x23\x06\xd4\x7b\xa9\x5d\xb7\x08\x0c\xe3\xe5\xdd\x2c\x0d\xc8\x4e\x20\xbc\x3b\x23\x06\x56\x32\x5f\xbb\xeb\x29\x81\xfe\xbd\xd5\x66\x69\x40\x7e\x2f\x8f\x6e\xd1\xae\x5b\x44\x6c\xbc\xeb\xef\x80\xa6\x9e\x5d\xed\x3a\x3c\x20\x3b\x26\x7d\xd7\xbb\x01\x4d\xa9\xba\xda\x9d\xff\x02\xd9\x6d\xac\xbe\x0c\x48\x6b\x40\x76\x7d\x19\x90\x4e\x1a\xed\x26\x5b\x40\xa2\x98\x5b\xbb\x99\x15\xd0\x14\xcc\xab\xdd\xa4\x09\xc8\x5e\x9e\xdf\x4b\x32\xc3\xd5\xbd\x4d\x67\xb8\x40\x5a\x60\xb0\x9b\x47\x01\xe9\xdc\xcc\x6e\x19\x0f\xc8\xef\x1b\x71\x36\x0b\x4c\x6b\x02\x76\xbd\x94\x5d\x2f\x85\xfc\xce\xae\x97\x02\x9a\xcb\xa1\x76\x6b\x76\x40\x58\xa4\xba\xeb\xb8\xec\x96\xf3\x12\x15\xec\x26\x60\x40\x76\x72\x5d\xbb\x8e\x0b\x48\x36\xd7\xad\xdd\xd4\x0a\x48\xa3\xea\x5d\x8f\x64\xff\xf2\x28\xf6\xab\xee\x07\x08\x77\x99\xd9\xcd\xa3\x80\x98\xbe\xe9\xe6\x4c\x40\xba\x68\x6a\x37\x67\x02\xb2\x93\xc1\xd8\xcd\x99\x80\x85\x5c\x49\xed\xfa\x1a\xbb\xbe\x86\xa6\x54\x5f\x63\x57\x13\xd5\xde\x79\xec\x9d\x87\x02\x99\xf2\x1d\x7e\xec\x9e\x87\x67\x84\x8b\xbb\xeb\x91\x80\xec\x9a\x7d\xdd\x0a\x90\xee\x35\xb7\x5b\x9d\x0b\xda\x70\x16\x61\xd7\xd5\xd8\x75\x35\xb4\xfb\xe6\x39\x40\x58\x02\xbb\x3b\x9d\xb5\x3b\x9d\xb5\x7b\x32\xdf\x81\x1f\xef\x00\x61\xce\xa1\xa7\x01\x9a\x4a\x83\x75\x98\xe8\x00\x89\x3c\x65\x1d\xba\x1a\x20\xd9\x3a\xbe\x0e\xeb\x6d\x40\xba\xc8\xe4\xd0\xd5\x00\xe1\x02\xb5\x43\x57\xe3\xd0\xd5\xd8\x3d\xf4\xf3\xd0\xcf\x4b\xd2\x0c\x3d\x86\x43\x8f\x81\x17\xe3\xd0\x63\x00\xd9\xf1\x7b\x0f\x27\xaa\x40\xba\x7f\xe5\xe1\x44\xd5\xe1\xde\x13\xae\xd6\x3b\x4c\x9b\x80\x6e\x1d\xc8\xa1\xab\x01\xc2\x41\xfd\xd0\xaf\x00\xc9\x3e\xf1\x75\x98\x5c\x01\xd9\xd7\x3f\x18\xe6\xc3\x59\x2b\xd0\x2d\x73\x3a\xf4\x44\x40\xb0\x5f\x6b\x1d\x7a\x22\x20\xad\xb4\x3b\xf4\x44\x0e\x3d\x91\xdd\x1f\x2e\x0f\xe9\xb6\xf2\xd5\x1e\x66\x6d\x40\x73\x03\xa9\x43\xbf\x03\xb4\x68\x9e\xcc\x5b\x51\xd6\x94\x11\xf2\x70\x26\x0b\x24\x1b\xe3\xd7\xa1\x77\x02\x16\x32\x37\x75\xe8\x9d\x80\xa6\x10\x64\x1d\xba\x27\xa0\x5b\xd5\x74\xe8\x7e\x1c\xba\x1f\x04\x2a\x87\x79\x1c\x90\x2e\x8b\x38\xf4\x48\x40\xb7\x7c\xff\x70\x26\x0b\x34\xe7\x24\x0f\x1d\x12\xd0\xdd\xc7\xe5\xb0\xf6\x18\x34\x75\x26\xeb\x30\x1f\x03\xb2\xfb\x0c\x2d\x3e\x06\x4d\xa1\xc9\x3a\xcc\xd1\x80\x95\x36\xc3\x82\x64\x90\x9d\x91\xe8\x30\x6d\x03\xd2\x25\x91\x87\x25\x3f\xa0\x99\x80\x3b\xcc\xd1\x1c\xee\x2f\x81\x6a\x65\x1d\xba\x3c\xa0\xe5\x20\xa0\x39\x9c\x91\x3a\xdc\x4d\xc2\x3a\xd6\xc3\xca\x62\xd0\x8c\x38\x0e\x7d\x1e\x90\xa8\xcc\xd4\x61\x4e\xe6\xf8\x72\x32\x58\x8c\xc3\x74\x0a\x68\x16\xaa\x1f\xfa\x2e\x20\x8c\x1e\x0f\x7d\x17\x90\x96\xa8\x1e\x4e\x2d\x81\x0c\x1f\xa7\x4e\x09\x58\xe9\x7d\xea\x5b\x80\xec\xc4\x85\x87\xae\x05\x58\xe9\xdb\xa8\x87\x70\xe8\x21\xf8\x79\x68\xe8\xc1\x42\x82\xa3\x0e\x0d\xfd\xe1\x56\x9b\x98\xc5\xc3\x55\xa4\xa0\xbb\x77\xc4\x61\xe2\x04\x34\x15\x35\xeb\x30\x73\x02\x32\x88\x67\x0e\x67\x68\x0e\xf7\x0d\x2f\x5f\x5a\x33\x27\x20\x03\xdf\xe8\xd0\x1f\x00\xcd\x1a\xd8\xc3\x29\x1a\x90\x61\xcb\x74\x11\x40\x53\xb2\xb3\x0e\xf3\x24\x20\xdd\x73\xf2\xd0\xd4\x83\xb4\xac\xef\x30\x4f\x72\xb8\xb7\x94\x1b\x21\x1e\x9a\x7f\x90\xa8\x69\xd4\x61\x56\xe4\x38\x82\x93\x71\x7e\x17\x5d\x82\x74\x4d\xce\x61\x0d\x2f\xc8\x20\x16\x3d\x34\xfe\x87\xc6\xdf\x07\x67\x86\x02\x64\x10\x70\x1f\xce\x8e\x80\x0c\x02\xfa\x43\xab\x0e\xd2\x32\xcb\x43\x7b\x7d\x68\xaf\x19\xd1\x0f\x4b\x71\x41\x06\x91\xdc\xa1\x09\x07\xf9\x8d\x0f\xce\x55\x80\x44\x93\xa1\x0e\x0d\x2a\x18\x1a\xe7\xc3\x40\x1d\x64\xf8\x65\x5a\x17\x0b\xda\xb4\xc3\xac\x34\x39\x5c\xcf\x68\x21\xe4\xa1\xf5\x04\x89\x9a\x7b\x1d\x86\xf8\x20\xdd\xf4\xe3\xd0\xa0\x1e\x9f\x41\xe5\x26\x9d\x84\x00\x2b\xed\x69\x6d\x2c\x68\xaa\x8b\xd6\xa1\x91\x05\x11\x8e\xfb\x1a\x59\x90\xce\x42\x1e\x4e\x4c\x1c\x5f\x91\x8a\x76\xcb\x10\x1c\xa4\xbb\x71\x1d\x9a\x4a\x90\xee\x49\x73\x1a\x5b\x83\x70\x63\xa5\x53\x83\x07\xd2\x69\xff\x53\x83\x77\x6a\xf0\xe8\x8c\x53\xb3\x05\x32\x08\x0b\x4f\xd3\xf8\x20\x4d\x55\x9e\x16\x40\x80\xa6\xff\x7d\x6a\x69\x40\x53\xaa\xb4\x4e\x6d\x09\x48\x4b\x52\x4e\xab\x42\x41\x73\x5f\xd3\x53\xf3\x02\x7a\xff\x0e\x85\x87\x90\xa3\x67\xe0\x3d\xad\x1d\x3d\x95\xf1\x44\x7d\xb5\x4e\x2b\x45\x41\xf3\x5d\x39\xcd\xd9\x83\x70\x9b\xb0\xd3\xe1\xff\xfc\xa2\x53\x6f\xd3\xb2\x05\x90\x88\x0e\xd5\xe9\xf8\x7f\x3a\xfe\x13\x6f\x9f\x8e\xff\x20\x5d\x90\x7d\x3a\xfe\x83\xe6\x54\xd7\xe9\xf8\x0f\x1a\xd2\x4d\x75\x3a\xfe\x83\x96\xf6\xa2\x19\x7a\x90\xae\x73\x3d\x1d\xea\x4f\x37\x26\xaa\xf5\x0f\xb5\x5f\xa7\xa6\x00\xa4\x13\xe6\xa7\x45\x0d\x20\x35\x52\xa7\x45\x0d\xa0\x05\xee\xc8\x69\x06\x1f\xf4\xef\x85\xd0\x3a\x80\x0c\xdb\x6d\x88\x7c\x9a\x9b\xf7\x51\x6b\x2f\x40\x06\x9f\xd5\xa9\xb9\x38\x3f\x73\xb1\xfc\x37\x5b\xa1\x6d\x18\x9e\xff\xf4\x10\xaf\x25\xd1\xdd\xa9\x69\x00\x19\xc4\xee\xa7\x91\x2e\x68\x4a\xc9\xd6\xa9\xb9\x00\x19\x04\xd7\xa7\xe6\x02\x74\xf3\x05\xa7\xa1\x2e\xe8\xc6\x98\xa7\xb5\x9f\xa0\xbb\x68\xe6\xb4\x84\xe1\x54\x83\x23\x96\xd7\xf4\x06\x58\xc3\xe2\x1e\x7a\xa7\x95\x9e\x20\x4c\x08\x9f\xc6\xc8\x60\x58\x45\x7d\x1a\xea\x82\x6e\xf4\x7b\x6a\x8e\x40\x0b\x57\x86\x9f\xda\x23\xd0\xad\xb1\x3c\x0d\x75\xc1\x70\xa1\xe4\x69\x5c\x0b\x5a\x20\x7b\x54\xa7\x66\xeb\x9c\x76\xa3\x87\xec\xc6\x89\xe4\x5f\xf7\x64\x36\x63\xf1\xe4\x08\x4f\x4f\x63\xd1\xd3\x58\x14\xad\xdd\x3a\xb5\x5b\x20\xc3\x0f\x4b\xb3\x75\x6a\xb6\xf0\xaa\xcf\x65\x67\xbc\x08\x64\x24\xeb\xd4\x92\x81\x6e\x71\xec\x69\x60\x0b\x3a\x12\xe9\x75\x5a\x7e\x00\xba\xf9\xfe\x53\x73\x77\x6a\xee\xec\x58\xa3\x58\x90\x96\x0c\x9c\x56\x7f\x82\xee\xe2\x9d\xd3\xc0\x16\xa4\xf5\xa6\xa7\x0b\x50\x41\x3a\x0b\x7f\x5a\xb1\x09\xf2\x7b\xaf\xb5\x59\x27\xeb\x4e\x02\x67\xf9\x34\xf9\x0e\x32\xf0\x00\x4f\xa3\x53\x90\x81\x9f\x75\x1a\x9d\x82\x44\xe8\xb3\x4e\xcd\xd8\xa9\x19\xc3\x5b\x3a\x0d\x58\x41\xd3\x8c\x9d\xe6\xde\x41\x77\x3f\xa8\xd3\x18\x16\xa4\x1b\xf9\x9c\x26\xda\x41\x6f\xdf\xb9\xec\xaf\xd3\xc5\x85\x3c\x35\x73\xef\x20\x9d\x98\x3f\x0d\x74\x41\x53\xa0\xb7\x4e\x23\x5d\x10\x16\x26\x9e\x16\x11\x80\x91\xf8\x1f\xa7\x4b\x51\x40\x73\x15\xd6\x69\xd6\x1e\xa4\x29\xfa\xd3\xb0\x16\x24\xe2\x17\x75\x1a\xd6\x82\x37\x22\xf3\x98\x4f\x92\xbd\x89\x4c\x6e\x9e\xc6\xb5\x20\xa6\x9f\x88\x39\x7a\xd0\x94\x3f\xac\xd3\x84\x3c\x08\xb3\x88\xa7\xa6\x19\xa4\xd5\x8a\xa7\x39\x7a\x10\x5f\x67\x18\xfe\x82\xf5\xdd\x92\xd1\x2f\x08\x27\x35\x4e\x0d\x38\x08\xf7\xca\x3e\xb5\xcc\xa7\x96\x19\x57\xe9\x34\xd3\x7e\xba\xa1\x50\xf9\x55\x1a\xb1\x82\x0c\x22\x9b\x53\x03\x0b\x32\x3c\xbf\xf9\x72\x90\x16\x99\x9e\x4e\xe9\x9f\x5f\xbe\xdc\x21\xc4\x39\x7d\x90\x41\x4c\x71\x99\xa9\x06\x89\x62\x4b\x5d\x06\x86\x97\x62\x5e\x58\x8b\xcb\xcd\x01\xae\xf6\x8d\x77\x93\x63\xcd\x63\xaf\x7b\x3c\x3d\x99\xb1\xe2\x45\x60\xe8\x9e\x87\x97\x41\x20\x68\x2e\x66\xbb\x8c\xf8\x40\x06\x96\xed\xd2\x74\x82\x44\xdd\xbc\x2e\x4d\x27\xc8\x20\xba\xbe\x2c\xf8\xbb\xbe\x82\x3f\x1e\xdc\x65\xe8\x04\xba\x0b\x2a\x2e\x4d\xe7\xf5\x99\x4e\x42\xe2\x4b\xd3\x09\x02\x6d\xd4\xba\x34\x9d\xa0\x99\x9c\xb9\xb4\x93\x97\x71\x92\xdb\x93\x5d\x5a\x45\x10\x83\x8f\xe9\x32\x73\x0b\x16\x7a\x7d\x75\x39\x07\x0e\x62\xf3\x92\xce\x81\x83\xfe\xdd\xa6\x73\xe0\xa0\x19\x24\x5f\x9a\x38\x10\x83\x81\xec\xd2\xc4\x81\x6e\xf2\xe7\x32\xbf\x0b\x32\x18\x27\x2f\xf3\xbb\xa0\x21\x51\x52\x97\xe6\x0c\x34\x44\xc9\xff\x34\xcd\x97\xe9\x5f\xd0\x74\xe2\x2f\xd3\xbf\x60\xa1\x29\x58\x97\xe9\x5f\x10\xa6\x65\x2e\xd3\xbf\x20\xdd\xb8\xf2\xd2\x4e\x82\xee\xd6\x22\x97\x76\x12\x74\xf7\xfc\xba\xb4\x89\x97\x21\x14\x23\xc5\x65\xaa\x17\x64\x10\x84\x5f\x9a\x31\x90\xc1\x97\x70\x69\xc6\xc0\x42\x76\xae\x2e\xcb\xee\x40\x77\xc7\xf3\x4b\xcb\x06\x9a\xc1\xfb\xa5\x61\x03\x19\xbb\x3f\x2c\x0f\xe9\x0c\x78\x49\xa7\xad\x41\x73\xcb\xf3\x4b\x2b\x76\x7d\x05\x75\xdf\x4f\xed\x0b\x92\xb1\x2e\xbb\xbc\x8c\xd1\x40\x06\x01\xc1\x65\xe2\x15\x64\xf8\x3e\x68\xec\x40\x6a\xd2\x2f\x6d\x1d\x08\xf7\x95\xbd\x9c\xc8\xbe\x5c\xd6\xe9\xd4\xe0\xa5\xb1\x03\x0b\x8d\xbf\xba\x5c\xd7\x00\xc2\xd5\xfd\x97\x55\x74\x20\x4c\xb5\x5f\x5a\xb6\x4b\xcb\xe6\x57\x6b\xd4\x76\x19\xb5\x11\xe7\x5e\xee\xc9\x00\x32\xbc\xa2\x53\xe0\xa0\xe9\x1e\x5c\x9a\x44\xd0\xd4\x73\xaf\x4b\x9b\x08\x9a\xde\xff\xe5\x5a\x07\xd0\xad\x71\xbc\x2c\xc9\x03\xe9\x70\x7b\x99\xff\x05\xe9\xee\x99\x97\x41\xe1\xa5\xdc\x13\xaa\xf2\x75\x59\x80\x07\x62\xfa\xed\x19\x01\x5e\xee\xea\xe3\x4b\xa6\x35\xbd\x14\x0e\xb5\x60\xe2\x72\xfd\x03\x88\x69\x67\x18\x02\x82\x74\x67\xdc\x4b\x0b\x0b\xd2\xad\x56\x2f\xcd\x29\x68\x9a\xe6\xcb\xa8\x10\x84\xfb\x2c\x5d\x4e\x52\x83\xf8\x5e\x3c\x6d\x27\x48\x17\xfc\x5d\xda\x4e\xd0\xcd\x38\x5f\xda\x4e\xd0\x5d\x30\x77\xb9\xd8\x13\xa4\x8b\xc9\x2e\xcd\x29\x48\x77\xcf\xbb\xb4\xa6\xa0\x99\x99\xbb\x8c\x43\x41\xb3\xac\xe7\x72\x0e\x1c\x64\xd8\x87\x1a\x58\x90\xca\x58\x5c\x4e\x78\x83\x3e\x7d\x9f\x4c\x25\x83\xd0\xe6\x5e\x1a\x58\x10\x08\xbc\xd5\x65\x46\xf8\xfa\xa6\xb2\xb1\xd6\x97\x66\xf2\xd2\x4c\x3a\xc0\x6b\x26\x41\x53\x4f\xbf\x2e\xe7\xb2\x41\x98\x34\xba\x34\x9d\xd7\x37\x97\xed\x9d\x3b\x97\x0d\xd2\x9d\x1f\x2f\x33\xc7\x20\xad\x41\xb8\x0c\x91\xc1\x4a\xbf\x1b\x2d\x2c\x48\xe7\x73\x2e\xf3\xcb\x20\x15\x67\xb9\x9c\xde\xbe\x14\x54\x9f\x9e\x5f\xab\x0b\xc2\x74\xd3\x65\x88\x0c\xc2\xd8\xf4\x72\xca\x1b\x34\x33\x74\x97\x2b\x48\x41\xb8\xde\xe0\x32\x42\x06\xdd\x6d\xd2\x2e\x23\x64\x90\x43\x63\xa1\x4d\xbf\xbe\x5d\x02\x7d\x26\x4e\x82\x83\xa6\x10\x7f\x5d\x5a\x75\x90\x7a\xb4\x97\xb3\xe0\x97\xba\x0c\x1a\x5d\x0d\x3d\x48\x57\xbe\x5c\xda\xf9\xcb\xd5\x1e\x34\xf6\x36\xc1\x0c\x5a\x22\x3f\x5e\xb7\xf1\x36\x58\x49\x8a\xe2\x36\xb8\xbe\xdd\x7c\x0f\xa5\xc4\xba\x4d\x27\x83\x70\x1b\xf9\xdb\x74\x32\x48\x57\x47\xdd\x4e\x53\xdf\xdb\x77\x03\x9c\x4d\x17\xe1\x76\x52\x5a\x2d\x9f\xdb\x58\x1d\xa4\x5b\xe2\xde\xfa\x08\xa0\x23\xb6\x5f\xb7\x89\x62\x90\x5a\xdd\x5b\xb7\x01\x84\x1b\x3d\xdf\x86\xef\x20\xfa\xf7\xc3\x9f\x87\xe8\x33\x3e\x8a\xdb\xa9\x65\x10\xdb\xf0\x90\xa7\x27\x9f\xdb\xf1\xa3\x6f\xf3\xb9\xa0\xbb\xcd\xd3\x6d\x3e\x17\xa4\xbb\x0c\xdd\xe6\x73\xef\xfe\xdd\x25\x0d\x33\x7a\x07\xdd\x88\xe5\xd6\x53\x01\x39\xc8\x40\xdd\x7a\x25\x20\x5f\x43\xff\xa7\x6d\xbe\x4d\xf7\x82\xff\x9e\x98\x3e\x0b\x48\x0b\xb1\x6f\x67\x9b\x6f\x67\x9b\xc9\x30\xdc\xc6\xf6\x20\x5d\x94\x7f\xeb\xc5\x80\x30\x8f\x72\xeb\x9f\x80\x70\x73\xd9\xdb\x6c\x2f\xe8\xee\xfb\x70\x9b\xed\x05\x7d\xda\x08\x3d\x8f\xdb\x99\x65\x37\x46\xbc\x75\x3d\x40\x3a\xab\x78\xeb\x5a\x80\x1c\x18\x87\x5b\xd7\x02\x44\xda\x2d\xfa\x11\xe0\x3d\x19\xc7\x8c\x91\x41\xba\xd6\xea\x36\x46\x06\x39\x6c\x99\x31\xf2\xed\x9e\x81\xe6\x8e\x6f\x63\x64\xd0\x9c\x8d\xbf\x8d\x91\x41\x77\x77\xb3\x5b\xe7\xe2\x36\x46\x26\xba\xbb\xdd\xf9\xe1\x56\xc5\x9c\xd4\xca\xed\xa4\xf1\xed\xfa\xc8\xe1\xe9\x7d\xb9\x3e\x17\x84\xbb\x34\x44\x06\xe1\x3e\xf0\xb7\x21\xf2\xed\x32\x47\xdb\x65\x84\x0c\xba\x9b\x2d\xdf\x4e\xfd\x82\x54\x2a\xe1\xd6\x43\xb8\x0d\x87\x1d\xd1\x6f\xfd\x01\x90\x23\x3c\xe4\xf9\x5f\xac\xf4\x25\xd0\x1d\x00\xdd\xc9\xc1\xdb\x70\x18\xb4\x30\xac\xbd\x75\x11\x40\xac\xf2\x97\xde\x25\x4b\x1f\x07\x21\xf2\xad\xf1\x07\x39\xf0\xff\x6f\x8d\x3f\xc8\x41\xfe\xee\xd6\xf6\x83\xe5\x96\x11\xb7\xb6\x1f\x0c\xf7\x6b\xbb\x35\xf4\x20\xac\x52\xbc\x35\xf4\x20\xac\xf4\xb8\x4d\xd8\x82\xf5\xbd\x17\xc6\xc3\xb7\x4a\x89\xb6\xcb\xe0\x17\x34\x67\x88\x6f\xc3\x5a\x90\xdf\x63\xd3\x5a\x83\x1c\xe1\x0f\x3d\x3d\xc5\x62\xee\x4e\x7a\x6b\x4e\x6f\x37\x51\xd2\x06\xde\x46\xa7\x20\x76\xef\x48\x7b\x7a\xbb\x49\xef\xf7\xfa\x6b\x50\x6f\x0d\x2a\x19\xa2\xdb\x88\x15\xa4\x85\xcb\xb7\xd3\xb5\x20\xd5\x27\xbb\xb5\xb1\xe0\x3d\x19\x4f\xc4\xc0\x16\xa8\xb5\x5a\xb7\x76\x17\xe4\x18\xb6\xcc\xd6\x52\x55\xa6\xca\xd1\xad\x29\x06\xed\xbf\xc1\xc9\xfc\x32\xe8\x3a\x5a\xb7\x71\x2d\xc8\xe1\x07\xa1\x25\x06\x69\xe9\xef\xad\x25\xbe\xef\xaf\x0c\x8f\x7b\x32\x8a\x05\x61\x92\xfe\xd6\x12\xdf\x5a\x62\x32\x5c\xb7\x96\x18\xb4\xd0\x9f\xbc\x4d\x43\x83\x1c\x8e\xb7\xda\x58\xd0\xdd\xad\xfe\x36\xe7\x0c\xd2\xda\xe2\xdb\x45\x90\x20\x07\x29\x96\x5b\x83\x0a\x12\xb1\xfc\xba\xad\x85\xbf\x55\x5d\x9c\xbe\xff\x1a\xd9\x5b\x23\x4b\x60\x7e\x6b\x64\x41\xeb\xdf\x7f\xd9\xb3\x8f\x3d\xeb\x7f\xd9\x56\x4a\xe6\x75\x72\x6e\xed\x29\xe8\x6e\x6f\x7e\x3b\x21\x0c\x96\x4b\x91\x6e\x4d\x2c\xe8\x7a\x25\xb7\xb5\xf0\x20\xdc\x3d\xf4\x76\xf5\xe4\xed\xbe\xbb\x0e\xce\xae\x9e\x04\xcb\x6d\x98\x6e\x27\x92\x41\xba\xc5\xeb\x6d\xc2\x1c\xa4\x7b\x0b\xdf\x26\xcc\x41\xb8\xea\xf5\xb6\x8c\x0d\x2c\x17\x65\x3d\x26\xcc\x41\xb7\x08\xe4\x71\xdf\x86\x47\x8d\x70\x9e\xe4\x63\xd4\x0f\xba\xcb\xa2\x1f\x17\x3c\x82\xee\xa2\x8c\x47\x67\x00\xe4\xe0\xa9\x3d\xfa\x02\xa0\x1b\x95\x3f\x06\xfd\xa0\xb9\xa7\xec\xe3\x6c\x30\x48\x57\xa0\x3f\xda\xf8\x47\x95\x47\x57\x8b\x3d\x1a\xf9\x47\x23\x8f\x7f\xfc\x58\x78\x06\xba\x63\xcf\xa3\xdd\x07\x4d\x09\x90\xc7\x4c\x3e\x48\x67\xc0\x1e\xed\xfe\xa3\xdd\xc7\x8b\x7b\xcc\xda\x83\x66\xee\xfd\x31\x6b\x0f\xc2\x55\x7e\x8f\x93\xc2\x4f\xff\x06\xdd\xf9\xb7\x61\x7e\xcc\x56\x80\x54\x1f\xe9\x31\x5b\x01\xd2\x4d\x1c\x1e\xdd\x0e\xd0\x5a\xf8\x5f\xe5\x21\xcc\x13\x83\xc2\xe3\x6c\x00\x58\xee\x5f\xf4\xe8\x9c\x80\x66\x02\xff\xd1\x13\x79\xf4\x44\xb0\x1f\x8f\xeb\x01\x40\x57\x72\xf1\x71\x25\x25\x48\xf4\x60\xeb\xd1\x5f\x01\xa9\xda\xe1\xe3\x4e\x12\xa0\xbb\x6b\xe7\x63\x12\x05\xb4\x70\x02\xe5\xd1\xd5\x78\x74\x35\x18\x6d\x1f\x67\x16\xc0\xd2\x3d\x78\xcc\x98\x80\x74\x4f\x90\xc7\x45\x03\x60\xb9\x22\xe7\xd1\xfb\x00\xa9\x64\xda\x63\x2a\x04\xb4\xcf\x49\x79\x9c\x6d\x00\x69\xdd\xc2\x63\x45\x1c\x08\xc4\xae\xeb\xb1\xd2\x1f\xa4\x5b\x78\x3f\x26\x51\x40\xba\xc1\xc8\x63\x59\xff\xe3\x2c\xb2\x19\xe2\xc7\x29\x00\xd0\x9c\xf3\x7e\x9c\x30\x06\xdd\xcd\x3d\x1e\x67\x00\x40\x57\x0c\xe3\xd1\x6f\x79\x4c\x89\x74\x0f\xd9\x8b\x4c\x0a\xa8\xd2\xf6\x58\x6b\x0f\x42\x9d\xb3\xc7\x99\x60\x90\x0a\xa4\x3d\xba\x15\x20\x51\xa0\xad\x47\xb7\x02\x84\x05\xa4\x8f\x69\x0c\x90\x6a\x1b\x3e\xe6\x2c\x40\xba\xf3\xff\x63\xe2\x01\x0c\xb7\xd0\x79\xcc\xb2\x83\x6e\x6d\xcc\xe3\xe4\x30\x08\xa5\x3c\x1e\x3d\x0d\x90\xd6\x4b\x3c\xfa\x06\x20\xcc\x02\x3c\xd6\xc6\x83\x74\x47\x82\xc7\xf4\x01\x68\x4a\x0c\x3d\x3a\x02\xa0\xeb\xee\x3c\x26\xc6\x41\x1a\xe5\x3e\x5a\x7d\x10\x8a\x08\x3c\xce\xf9\x82\xee\x5e\xab\x8f\xb5\xf1\x20\x2d\x32\x7d\x0c\xf8\x41\x73\x69\xc2\x63\x21\x3c\x48\xb7\x2d\x78\xcc\x01\x80\xb4\x5a\xe2\x31\x05\x00\x5a\x38\x91\xfa\xe8\x55\x80\xfc\x86\x42\xbd\x0a\x90\x48\x9b\xd7\x63\x55\xfa\xa3\x40\x21\x11\xd5\x63\xb2\x1c\xe4\x37\x3a\x1a\xf0\x83\x70\xbe\xe4\x31\x94\x07\xa9\x2f\xfe\xe8\x68\x80\xe5\xc2\x91\xc7\xc9\x62\x90\x6e\x72\xf0\xe8\x67\x80\x74\x67\x92\x47\x37\x03\x04\x8a\xd8\xf5\xe8\x53\x80\xf7\x9d\xa6\xf9\xc6\xf2\x20\xf5\xfc\x1e\xfd\x8c\xe7\xf3\x33\xba\x67\xb3\x33\x2e\x53\x11\xf4\x85\x7e\xc6\xa3\x9f\xb1\x7b\x32\xdf\xa7\x4b\x67\x1c\xe3\xf4\xe8\x54\x3c\x6e\xcc\x6b\xd3\x0c\xf9\x41\x7e\x1f\x8d\x21\xff\xa3\x53\xe1\x6b\xa7\xb7\x00\xda\x17\xac\x3c\x86\xe4\xa0\xbb\x4f\xe5\xa3\xb7\x00\xba\xc2\x3f\x8f\x7e\x00\x68\x5f\x1a\xe3\xd1\x76\x3f\xda\x6e\xf2\x4a\x8f\xe1\xf1\x63\x78\xec\x63\xd2\x50\x83\x74\xf9\xd0\xe3\xa2\x35\x10\x6e\x90\xf2\x68\x95\x41\x5a\x81\xf3\x68\x95\x41\xba\xe4\xe7\xb1\x70\x0b\xbc\x9d\xe1\x31\x1b\xfb\xe3\xe3\x25\x1f\xf8\x58\xcc\x05\xd2\xa2\x9f\x9f\xb1\x36\x68\xce\x6a\xfd\xac\xe5\x02\x61\x0d\xe4\xcf\x1d\x96\x40\xef\xdf\x7f\xed\x1e\x22\x56\x61\x50\xf9\x99\x8c\x07\xe3\x3b\x64\x54\x0d\x72\x90\x5b\xfc\x69\x83\x41\x5a\x24\xf7\xb3\x48\x0b\x34\xab\x14\x7e\x9a\x65\xd0\x5d\xc7\xf6\xd3\xde\xfe\xda\xf7\xae\xd0\x0a\xed\x26\x88\xe0\x95\xfa\x69\x24\x41\x43\xe8\xba\x7e\x1a\x41\x30\xdc\xac\xf4\x67\x08\xfd\xeb\xdf\xc9\x3c\x76\x7a\x8c\x44\x9c\xed\xd7\x72\x81\xb0\xc2\xf5\xa7\x4d\x02\xef\x2f\xb9\xa6\x2b\xfe\x41\x8e\xfd\x1f\x94\x1e\x7f\x06\xe2\x20\xad\x2e\xfb\x19\x88\xff\x9c\x32\x70\x77\xdc\x9f\x96\x0d\x74\xb7\x8b\xfb\x69\xa0\x40\x7e\x8f\xc7\x24\x3f\x48\x57\x1e\xfe\x8c\x98\x41\x5a\x46\xf5\x33\x3c\x06\x4d\x75\x87\x9f\x96\xe7\xe7\x1e\xc0\x0c\x15\x3f\xa7\xa3\x41\x53\x1e\xe7\xa7\xe1\x01\x69\x0a\xeb\x67\xc0\x0c\xde\xb6\xd2\x57\x1a\x23\x90\x4e\x2f\xfd\x34\x46\x3f\xb7\xcf\x6f\x9e\xdf\xe6\x7f\x41\x34\xa3\xcc\x4f\x03\x05\x9a\x23\xe2\xcf\xd4\xfb\x4f\xb5\xe2\x49\x18\xf7\x33\xb0\x06\xdd\x7c\xc9\xcf\x20\x1a\xa4\x91\xdd\xcf\x9a\x6a\x90\xf9\xfd\x97\xd7\x24\x3c\x76\x8b\xe7\x9f\x76\x0c\xa4\x65\x24\x3f\x33\xf4\x20\xdc\x2e\xf3\x67\xc4\x0c\x52\x75\xd9\x9f\xe1\x31\x48\x4b\xa1\x7e\x66\xe3\x41\x5a\x51\xf6\xb3\x32\x1a\xa4\x13\x00\x3f\x93\xf1\x3f\x2b\xa3\xdd\xea\xe4\xa7\xb9\x03\x69\x7d\xcb\xcf\x6c\x3c\x48\x8b\xa8\x7e\x5a\x40\x90\xe6\xd4\x7f\x4e\x33\x83\x5e\xf6\x8e\x99\x77\x90\x56\x72\xfd\x0c\xb5\xc1\xca\xef\xbf\x7c\x48\xcb\x14\x0c\x41\xfa\xcf\xd4\xfb\x6f\x7d\x2d\xf3\x02\x76\x19\xb1\xb6\xf9\xb6\x9f\x15\x53\x20\x8d\xe5\x7f\xa6\xe3\xc1\xfb\x4b\x2e\x6a\xa1\xf5\x4f\x2d\x62\xa7\x31\x7f\x16\x56\x81\x96\xdf\x21\xdb\xc6\x2e\xfb\xa1\x84\xe5\xcf\xec\x3b\x78\x7f\xca\x55\xcd\xab\x83\x34\x06\xf9\xb9\x35\x3e\x48\x43\xcc\x9f\x13\xd7\x20\x8d\x7a\x7e\x96\x5a\xff\x14\xf2\xb3\x8c\xf7\xa7\xe9\x05\xa9\x73\xf4\x33\xaf\x0e\xc2\x7d\x64\x7e\xe6\xd5\x41\x1a\xe2\xff\x0c\xde\xc1\xb2\xde\xe4\xa7\xe5\xfd\x7d\xeb\xc1\x88\xde\x7f\xe6\xda\x41\x1a\xe4\xfc\x8c\xd4\x41\x33\xfd\xfe\x33\x19\x0e\xba\xda\x8a\x3f\xed\x2c\x48\xb3\x35\x3f\x8b\xb2\x40\xb8\xb1\xc5\xcf\xd8\x1d\xa4\x4e\xed\x4f\x63\x06\xf2\x7b\xc4\x06\xcd\x20\x75\x6a\x7f\x06\xc8\x20\xbf\xe6\x1b\x0d\x83\xb7\xf9\xfe\xd2\x97\x83\xc4\xf4\x37\x74\x6a\xf2\x40\x1b\xdf\x08\xe4\x74\x30\x48\xe3\x80\x9f\xc9\x6a\xd0\xad\x0d\xfb\x19\x47\x83\xb0\x1c\xf3\x67\x1c\xfd\x33\x8e\xb6\x19\x86\xbe\x20\x8c\xb6\x7f\x9a\x4f\x90\xba\x21\x3f\x43\x5f\x90\x4e\x20\xfe\xb4\xa8\xa0\xab\x59\xf9\x33\x1a\x06\x69\x71\xcd\xcf\xd0\x17\xa4\xd3\x9f\x3f\x43\x5f\xb0\xfe\xfb\x2f\xfb\xf5\xc5\x74\x39\xf1\xcf\x38\xf7\xe7\xca\x70\x2b\xa4\x7e\x06\xba\x20\x5d\xf0\xf4\xd3\xc8\x82\x24\xf1\x36\x37\x2c\xaa\x48\xf6\xee\x9c\x1b\x81\xae\x58\x34\x7f\x6e\x58\x54\x31\xd9\x82\x66\x6e\xc4\xbe\x62\xd1\xfb\x73\xc3\xc8\x8a\xe4\xbb\x99\x1b\x51\xad\x48\x46\xf1\xb9\x61\x77\x45\xb2\x3b\xda\xdc\x9a\x8d\x68\x36\x62\x72\xc8\x46\xb0\x3f\x0f\x5f\xcd\xdc\xd8\x05\x59\x24\x22\xcf\x73\xc3\xc8\x8a\x64\x91\xe6\xdc\x9a\x57\x64\x0e\x1c\x3d\xf0\xb9\x11\xd4\x8a\x44\x90\x7a\x6e\xe4\xb7\x45\xf4\xef\x90\xed\x22\xce\x45\x25\x79\x6e\xdd\xdb\x46\x5e\x8f\x5d\x30\xe6\xd6\xbd\xed\x17\x9d\x7d\xa8\xe6\xd6\x6d\x57\x67\xdc\xf2\xb6\x31\xc4\xa2\x97\x9d\x43\x71\xb2\x48\xd4\x86\xe7\x86\x55\x15\x99\x83\x9e\x08\xbb\x30\xbe\x07\xf9\xf7\x56\xd9\x73\x0b\xaf\xe5\x52\x72\x96\x30\xcf\x2d\xbc\x3d\xad\xee\xe0\xa9\x0e\xbb\x6a\xf8\x05\x79\xcb\xc3\x9f\x0e\x5d\x3f\x3a\x39\x7d\x14\xc9\xa3\x48\x0f\x0d\x0f\x39\x44\xda\xf1\xe9\x3d\xb3\xcf\x3e\x0b\x24\xa6\xf2\xff\x73\xfb\x4c\xa5\x1d\x48\xbe\x59\x24\x1a\xaf\x53\xc9\x7e\xf1\xfe\x1b\x6d\x2b\x9f\x19\x9b\xe8\x85\xaf\x57\xd9\xb4\xfa\xee\x8a\xce\x29\x9f\xd0\x17\xcd\xf1\xb4\xa7\xbd\xaa\xaa\x7e\xe3\x02\xd3\xa6\x4d\x2a\x95\xcb\xff\xf2\x64\x93\xfd\x6f\x1b\xb7\x3e\x6d\xed\x74\xb5\xbd\x87\xec\xb4\xe9\x0d\x78\xef\xcb\xee\x70\xcb\xe0\xe9\x1d\x2c\x5f\xcd\xe5\xf7\x41\x77\x2c\x1f\x1b\x52\x30\x9b\x3d\xb4\xec\x6f\x2a\xa4\xd8\x5e\x71\x6e\xcb\x0b\xb8\xf4\x67\xa7\x65\xbb\xaf\x00\x33\xc4\x6c\x85\x3f\xb7\xdd\xd3\x3b\x1d\xcc\x36\x5d\x73\xdb\x3d\xff\xce\x97\xe5\xa1\xc3\x3e\x3b\x28\x85\x0e\x7a\xfb\xf0\x36\xa9\xce\x45\x0a\x69\x6e\x87\xb7\xe9\x0e\xbb\xdf\x7f\xd9\x0a\x66\x6b\x59\x14\x3a\xb7\xc3\x8e\x25\x78\xa3\x00\x6e\xaa\x41\x2f\x92\x1d\x23\xe7\x76\xfa\xea\xbb\x34\x67\xda\xd8\xd3\xce\x26\x27\xcc\xde\xbc\x73\x3b\x6d\x2b\x33\xb8\x6c\xb8\x36\xb7\xd3\xbe\x38\x91\xc2\x5f\x74\xe2\x69\xf3\x4f\x77\x2c\xa3\xc7\x2e\xcf\x85\xd4\x1a\x3b\xf2\x4f\xb5\xe4\x45\x92\xdd\x9f\xdb\x65\x5b\xa9\x31\x22\xc9\x3d\x95\x92\x9f\x9b\xb3\xa2\xd3\xf6\xdf\x9e\xec\xd6\x9e\xda\x19\xb7\x2d\x23\xcb\x9a\xbe\xb4\xb7\x5d\x66\xb1\xef\xf4\x06\x6e\xfb\x8c\xd9\xcd\xf4\x05\xba\xbd\xa8\x36\xc4\x17\xf4\xe7\x9b\xe1\xf0\x9d\xdc\xc0\xcf\xf3\xff\xdc\x82\xd8\x43\x9e\xeb\xe7\xb9\xde\x43\x8d\xb9\x41\xb1\x1c\x71\x9b\x63\x69\xfb\xf2\x88\xe9\xb1\xdd\x63\x36\x76\x70\xe8\xe7\x21\x22\x5e\x86\x49\xd4\xcb\x3f\x34\xd6\x90\xcc\xd6\xfc\x61\xf3\x87\xfe\xd7\xe1\xa1\x03\x61\xc6\xe2\xd0\xe5\x21\xde\x95\xe2\x10\xd1\x89\x78\x5b\xb1\x73\xac\x79\xcc\x52\x24\x4e\xe6\xa0\x08\x3a\x91\xfe\x54\x77\x5c\x4c\xaa\xc3\x66\x0b\x7f\xe8\x06\x1a\x9a\x8c\x16\xfe\x32\x50\x2b\x65\x68\x56\x78\x5c\x74\xe2\xfa\xd9\x86\xff\x35\x30\x2c\x18\xa9\x36\xbc\xa5\xc1\xe7\xc5\x17\xa7\x32\xb8\x78\xcf\xcf\xc9\x1c\xce\x40\x92\x26\x9e\x8a\x7e\x8b\x4e\x9d\xc3\x6c\xec\x41\x21\xde\x5f\x76\x8e\xa5\xc7\x70\x42\x8a\x7b\x4a\x9b\xc1\x86\xeb\x28\x4a\xcd\x96\x36\x83\x2a\x20\x7c\x84\xd9\xd2\x4b\x9a\xbf\xc2\x98\xb5\xb2\x33\xac\x60\x9d\xbc\x66\x2a\x81\x8b\x44\x84\x6b\x36\xc7\x41\x10\xc8\xe2\x4f\x95\xc0\x45\xb2\xe7\xdd\x6c\x65\x2b\x8c\x18\xa6\xff\xe5\xcb\x52\x6c\x16\xbc\xe8\x9f\xb2\x61\xee\x4b\xda\x6d\x85\x0d\x2b\xfb\x82\x2e\x2b\xfb\x02\xa9\x2e\xd6\x6b\xcc\x36\xfd\xe1\xd4\xdc\xf8\x96\x39\x32\x82\x4e\x7a\x6f\xb6\x65\x5b\x29\x13\x4d\x9f\x12\xce\xba\x48\x24\xd0\xa6\x22\xdc\xa2\xcd\x45\x2b\x96\x6f\x2c\x79\x2e\x0a\x3c\x66\x73\xc4\x6b\x9f\x13\xee\x27\xb1\x7b\xfe\x17\x81\x04\xe5\x6c\x8e\x82\x20\xd3\xb7\xcc\x41\x10\xac\xbe\xfc\xa1\xe7\x7f\xd1\xc3\xd7\xff\xb0\x61\x07\x0d\xb3\x7b\x1c\x17\x9b\xe3\x22\xc3\x4f\x3b\x7d\x3d\xf1\xa3\x59\x6e\x32\x9b\x23\x1e\x78\x1b\x46\x63\x1d\xcb\x9a\x1e\xf2\xe2\xfc\xa7\xbd\x48\x05\x49\xae\xbf\xd5\x1f\x67\xbb\xbc\xd6\x8b\x45\x58\x36\x95\xbd\x16\xc1\x7a\xa9\xa9\xa0\xb5\x88\xe6\xa5\x2e\xaf\x7e\x79\x75\x1a\xe4\x80\x08\xde\x46\xf2\x42\x5f\xb6\xe8\xb2\x45\xf4\xde\xed\x3b\xc8\x76\x4e\xec\x98\x33\xdb\x6d\xbf\x33\x5f\x95\xf6\x9e\xe3\x26\x78\x4f\xe6\x2f\x7d\x14\x7a\xe8\xcb\x5f\xfa\x28\x5e\x34\x56\xb8\xcd\x76\xfb\x5a\x7e\xd3\x5a\x7e\x30\xb7\xef\x25\x05\x26\xa8\x1c\x4d\xf5\xb1\xc5\xc0\x83\x9e\xed\xb1\x65\x6c\x83\x90\xbe\x24\x8f\xe7\x7f\x4c\x9e\x70\xe7\x8f\xe7\x57\x56\xc4\x73\x3d\x9e\x9e\xa5\x89\x6c\x3e\x3e\xdb\xe3\x73\xd5\xf5\xde\x3d\xbd\x2f\xef\xa7\x09\xc9\x1d\x3d\x76\x0f\x9a\x90\x14\xf2\xcf\xf6\xf3\x8a\xec\xc6\xc9\x56\x8c\xb3\x39\x76\x83\x4c\xbf\xed\x9f\x7d\xcd\x3a\x8a\x74\xec\xfb\x79\xc5\x9f\x57\xa4\xa9\x3f\x4f\xff\x63\x19\x91\x63\xdf\xcf\xdb\x26\x71\xc5\x8a\xa7\xa9\x24\xb6\x68\x63\xf2\xbd\x74\x9d\x6a\x10\x14\x88\x4e\xd5\xae\x45\x22\x35\x31\x95\xb6\x16\x49\x19\xef\x54\x54\x5a\x24\x95\x9f\x53\x51\x69\xf1\x9e\xff\xed\x9e\xae\x5f\x0a\x92\x7a\xba\xa9\x10\xb4\x08\x84\x25\x66\xef\x9e\xcc\xa5\x75\x93\xb1\xa9\xeb\xbe\x82\x64\xb3\xb1\xd9\xbb\x17\x60\x06\x84\x1d\xf1\xa7\xe2\xd0\x22\xd9\x3a\x7d\x2a\x0e\x2d\x92\x9a\xd1\xd9\xa9\xce\x10\x9d\xd5\x3a\x53\x71\x68\x11\xba\xe8\x6a\x43\x8b\xb7\x15\xfe\xd2\xc6\x22\xd9\xb8\xc2\xf3\xdb\xd8\xb0\x61\x83\x43\x36\x8c\xe5\x76\xd3\x5e\xd4\xfb\x05\x9d\xe5\xb5\x53\x05\xe9\x89\x5c\x74\xd6\xc6\x21\x72\x4e\xe2\xbd\x24\x27\xd3\xf6\x80\x64\x33\xe7\xa9\x34\xb4\x08\x36\x08\x9c\x4a\x43\x8b\xa0\x06\x65\xaa\x03\x2d\x92\xfd\x97\xa7\x3a\xd0\x42\xb1\x9f\xd9\x35\x3d\x20\xd0\xdb\x9a\xea\x3b\x8b\xb7\x15\xf4\x8f\xd6\xe8\x53\x73\xfe\xee\x49\x87\x1b\x24\x9b\x13\xcf\xae\x39\x02\x8d\xd2\xd5\xa9\xc0\xb3\x68\xe5\x5b\xa0\x85\xea\xf9\x09\xa7\x72\x03\xba\xea\xdd\x4d\x8f\x78\xd9\x7b\xda\x41\x2f\xe2\xfb\xaf\xb2\x83\xd8\x74\x3b\xec\x7f\xed\x18\x18\xc8\xb6\xcc\xae\x39\x02\xc1\x74\xff\xec\x9a\x23\x10\x9a\x8b\x3e\xfd\xe1\x64\x3f\x11\xac\x5d\x27\x5b\x25\x92\x0d\x83\xa7\x3a\xd0\x22\xd8\x62\x64\x76\xad\x11\x68\x0b\x3b\xa0\x0e\xb4\xc8\xf2\x8a\xcb\x57\x91\x55\x7a\x6c\x59\x3d\xbb\x9e\x3b\x48\xb6\x81\x9d\xea\x40\x8b\x64\x7f\xda\xd9\x97\xad\x7f\x91\xe5\xdb\xb9\xbc\xe2\x97\x5f\xf2\x92\x1a\x2d\x90\xe5\xf9\x77\x5f\x95\x9d\x57\xc5\x67\x79\xd8\x8a\x43\xe9\x69\x2e\x79\xf8\xc3\xc3\x1f\xd2\x15\x87\x97\x3c\xbc\x24\xa7\xd7\x40\x81\xb6\xb0\x59\x5d\xc7\xbd\xbb\xce\x7e\x7e\xc7\x7c\x46\x6c\x23\x44\x81\xd7\x54\x70\x59\x2c\x63\xe2\x7e\x7a\x49\xa6\x5d\xd8\xe7\x70\xf6\xd3\xae\x3e\x75\x90\x97\xc7\x6c\xff\xe9\xb6\xa3\xfe\xd2\xee\xc7\xda\xd5\x77\x7e\xfb\xfa\x74\x74\xe3\xc6\x2f\xef\x92\x14\x51\xb0\x38\x63\xaa\xc2\x2c\xda\xf7\x12\x68\xe2\x40\xb2\x57\xdd\x54\x98\x59\xe4\xd7\x3f\x97\xad\x20\x47\xc4\xfa\xa9\xa9\x08\xb3\x78\x1b\xeb\x2f\x6d\x06\x26\xae\x6c\xac\x26\x4e\x1d\xe4\xfd\x3b\x64\x2b\x6e\xef\xfc\xef\xbc\xf6\x54\xed\x58\x34\x9d\x48\xa5\x8d\x45\x37\x96\x50\xda\x58\xf4\x0d\x87\x4e\xd1\xe2\x89\x42\x71\x56\xe7\xb9\x3e\x5e\xfd\xf1\xea\xbc\x10\x8f\xe7\x42\xbd\x82\xc5\x79\x53\x1d\x63\x11\xdd\x8f\x4a\x9b\x05\xda\xf4\xb5\xfc\xd9\x2e\xe6\x51\xd8\x21\x6c\xf6\x9f\x03\x00\x7b\x43\xef\xf6\xa7\x36\x0b\x24\xdb\x8d\xcd\xae\xcd\xea\xbf\xaf\x66\xcd\x93\x79\xc9\x9f\xfb\x5e\xd0\x0a\xc3\x12\x10\xac\xfb\x99\x61\x58\x12\xee\xde\x8c\xd0\xed\x54\x30\x58\x24\xab\xa0\x66\xb0\xfa\x4f\x24\x5b\x2e\xcd\xa0\x00\x41\xa4\xc9\x0e\x45\x7f\x45\x2c\xc6\xd1\x30\xe0\x00\xc9\x4e\x56\x33\x34\x5a\x20\xd9\x71\x69\xaa\x0c\x2c\x02\x21\xe3\x19\xdd\x86\xa1\x12\x61\xe2\x24\x28\x00\x10\xc9\x46\xae\x53\xb1\x60\xf1\x36\x9f\x86\x31\xdd\x2f\x92\x7d\x8d\x66\x68\x00\x41\xa7\x2a\x68\xaa\x29\x2c\x82\xe5\xd4\x33\x98\xdb\x17\x6d\x2d\xcf\x6f\xc3\x5e\x24\xbb\x2b\xcd\x30\xc4\x89\x2f\xc4\xc1\x57\x8a\xb0\xb1\xc8\x44\xb0\x4c\x7a\x86\xd6\x2e\xc2\xc9\x6b\xff\xcb\xf3\x93\x9e\x61\x8f\xa4\xa9\xcc\xb0\x68\xdd\x86\x31\x69\x3f\x3f\x99\x61\xf6\xfe\x9e\x31\x3c\x3f\x75\x84\x14\xd8\xcd\x18\x76\x06\x75\x84\x6c\x52\x35\xc3\xa8\x07\x4d\xe1\x64\xc7\xa2\xa9\x5a\xb0\x48\x76\xce\x99\x61\x72\x06\xf4\xf0\x2e\xcb\x5e\x64\xbd\x00\xbb\xc5\xcc\x28\x7b\x8c\xf5\x02\x65\xf7\x1b\x5b\xc4\x97\x9b\xc1\x89\x0b\x13\x31\x20\x59\x7d\x37\xd5\x01\x16\x8d\x0a\xa0\x19\xd3\xb6\x4e\x1e\xdc\x77\xc8\x86\x4d\xc3\x3d\x7f\x68\x2b\x98\xb4\xa0\xd2\x66\x2a\x03\x2c\x92\x5d\x47\xa6\x32\xc0\x22\xcb\x77\xd8\x3c\x0f\x68\x83\xed\x37\xa6\x9a\xbf\xe2\x3d\xc6\x35\x8d\x67\x14\xfd\xdd\x71\x23\xc2\xa4\x4e\x2c\x6d\x2e\x3e\xa1\x3a\xc0\x22\x76\xaf\x60\xa2\x07\x34\xe6\x1e\x66\x2c\xdb\xc1\x1c\x05\xab\x9d\x67\x18\xbc\xc4\x97\xc2\xc1\xc0\x2a\xdd\x2b\x9a\x51\xa7\xa2\xbc\x13\xb5\xdd\xf7\xdf\xf8\x26\x0e\xff\xed\xf8\xda\xc1\xe9\x0c\x69\x40\xb3\x6e\x70\x2a\x92\x2b\x9a\x89\x05\x15\x71\xc5\xfb\x53\xba\x52\x63\x00\x06\x73\x49\x33\x8c\x73\x40\xb2\xab\xc8\x54\xe0\x56\xb4\xb1\xf0\xee\xc2\x6c\x4f\x98\xed\x59\x38\x81\x61\x1e\x07\x34\x45\x2c\xa7\x4a\xb8\x22\xd9\x5e\x63\xc6\xe9\x63\x40\x77\x69\xfc\xf7\x6f\x7e\xeb\x2f\x96\x79\x45\xd5\x71\x45\xb2\x4b\xc6\x0c\xed\x08\x68\xac\xd5\x9b\x61\x5c\x04\x92\xfd\x60\xa6\x52\xb8\x62\x99\x55\x8c\xcb\x96\x5d\xac\xaf\x63\xd8\x8b\xcb\x2b\xb2\x64\x6d\x73\x74\xd1\x8c\x84\x66\xc4\xaf\xc7\x74\x12\x78\xdb\xca\x2f\xb5\x23\x60\x99\x0e\x53\x1d\x57\x2c\x13\x70\xa1\xa1\x08\xf7\xaf\x5d\xbe\x45\xb7\x17\xa0\x40\xaf\x6c\xbf\x96\x02\x74\x0a\x80\xa6\x52\xb8\x62\x99\xf4\x8b\xc7\x37\xf2\xf9\xb6\x61\xa0\xb5\xc6\x45\x20\x59\xd3\x34\x55\xcc\x15\xef\x35\x79\x78\x8f\xb7\xce\x6e\x2c\x0b\xdb\xab\x8a\xae\x08\x8a\xc8\xa7\x22\xba\x22\x59\xbd\x33\xc3\x0c\x16\xc8\x72\xf8\xfa\xd9\x0c\x94\x0b\xc6\xc2\x4f\x56\x58\x57\x2c\xb3\x8a\xa1\x2d\x02\xc9\xfe\x10\x33\xb4\x28\xe1\x9c\x3e\x0b\xf1\x66\x18\x1a\x81\xc6\xcc\xd1\x1c\xec\x27\x2b\x5a\x55\xfc\x6d\xa2\x87\x76\x69\x6c\x5f\x93\x16\xc7\xd2\x63\xf4\x0c\x06\x59\xc5\x5e\x11\xfb\xf0\xd0\xf4\x10\x23\x4b\x7a\xf9\xdd\x43\xc8\xa5\xd1\x0b\x43\x1b\x37\xac\xcb\x5f\xb8\xee\xc3\x7c\xd9\xf8\x76\x64\xc3\xdb\x1e\x66\xc2\x40\xa3\xcc\xfc\xfd\xa3\x7b\xcc\x25\x33\x9d\x43\x36\xd7\x75\xe9\x3e\x8e\xa1\xb9\x1a\x9a\x2b\xbe\x55\xc5\x78\xc5\x32\x6f\xaa\x18\xaf\x78\x7f\xc9\x2d\x68\xc1\xc0\x32\x57\x3b\xb4\x60\x60\x99\x98\x55\xb3\x57\xbc\xbf\x1c\x1c\x7b\x3c\x86\xe3\xe6\x9d\x6a\xc2\x86\xf6\x6a\xe1\xec\x0e\x03\xb6\x61\xc0\x86\x71\x1a\xe1\x23\x0a\x96\x4e\x31\x00\x29\xf7\x2b\x9a\x33\x0c\xc3\xb0\x0e\x04\x75\x4e\x53\x05\x60\x11\xac\x09\x9e\xc3\xe9\x8c\xe1\x74\xc6\xb2\xd3\x0c\xeb\x40\xb2\x7b\xc6\x1c\xf1\xb5\x0c\x7b\x45\x70\x3c\x8c\xce\x40\x22\x33\x37\x87\xb6\x0f\xbc\x27\xa3\x37\x8c\xce\x86\xe2\x8c\xab\xfb\xd3\xd3\x63\x3e\x3d\x5e\xff\x41\x69\x9b\x78\x8f\xd1\x5e\xa7\x3a\x86\x85\x6c\x88\x12\xce\x61\xe8\x05\x92\x3d\x3b\xe6\xd0\x72\x8e\xfc\x2e\x41\xef\x1a\x7a\x81\x2c\xef\x3e\xbd\x2d\x6a\x0c\xd0\xb0\x99\x2a\x0f\x8b\xe6\x24\xc9\x30\x1a\x03\xc9\xde\x12\x73\xa4\x4f\x2a\x51\xd0\xf7\xe1\x19\x8c\x81\x34\x8c\x53\xb1\x58\x0c\x4a\xba\xe6\x30\x18\x03\xcb\xe4\xf8\xd0\xa4\x83\x64\xd3\x85\x39\xcc\x33\x82\x39\xbe\x43\x3e\x28\xc5\x8e\xd8\x31\x78\xaa\x75\x2c\x92\x4d\x29\xe6\xd0\xf2\x0f\x2d\x3f\x61\xdc\x70\xa2\x66\xd4\xd7\xb5\xc5\x31\x1b\x4b\x6d\x02\xab\x7c\xe6\xd0\x19\x18\x3a\x03\xc4\xaf\x63\xda\xd9\xf3\xeb\x6c\xda\x31\x6d\x2d\xeb\xe2\x11\x34\x9b\x0a\x27\x8b\x64\x6f\x86\x39\x0c\xf7\x86\xe1\x1e\x2e\xe1\x30\xdc\x1b\x6e\xc8\xb6\x7c\xd5\xb4\xf3\xc3\x15\x7f\xe4\x61\x86\x36\x7d\xac\xef\xc9\x71\x36\x0d\x38\x58\x26\xf7\x87\x06\x1c\x24\xdb\x17\xcc\xb1\x7b\x01\xe5\xf8\xcd\x3d\x8c\xdd\xef\x73\xf7\xfb\xc4\xcf\x1d\xbb\x8f\xd3\xa5\x75\x68\xf4\x4d\x95\x92\x45\xb2\x81\xc1\x1c\xa6\x29\xc1\x72\xe2\x61\x18\x2b\x8e\xe3\xbb\x02\x1d\x6e\xb0\x38\x0c\x16\x6d\xdb\xe1\x5d\x1d\xe1\xbf\xd1\x95\x06\x90\xc3\x00\x72\x79\x36\xdb\x76\x7c\x6d\xa3\x77\x75\x07\x86\xee\xc0\xc2\x17\x55\x40\x59\x34\x27\x8d\x86\xb6\x7f\x7c\xb6\x1f\xcf\x76\x68\xac\x87\x2a\x89\x8e\x4e\xa7\xb7\x60\x59\xff\xc2\x99\x1e\x9a\xe6\xa1\xe6\xcf\xc2\x0f\x57\xe3\x58\x24\xcb\xd5\xe7\xd0\xc4\x82\x64\xed\xf5\x54\xbc\x58\x24\x2b\xa8\xa7\x4a\xc5\xe2\x3d\x19\x77\xef\xec\x0c\x68\x6c\x08\x38\x87\x16\x76\x38\xc3\xbf\x1c\x8b\x34\xb1\x20\x59\xbc\x3c\x55\x34\x16\x41\xd9\xd6\x54\xd1\x58\x24\x6b\x97\xa7\xea\xc5\xa2\xa5\x1f\x95\x69\x46\xd5\x8b\x59\xa7\x3c\x87\x46\x17\x24\xc2\x4d\x73\x68\x4d\x87\xd6\xd4\x37\xf7\xf1\x2e\x1f\x3a\xa8\x39\xe2\xfe\x6c\x98\x16\x16\x37\x50\xc9\x62\x91\xac\x7b\x9d\xea\x13\x8b\x30\x12\x57\x9f\x58\x24\xab\x01\xe7\xd0\xe6\x0e\x6d\x2e\x01\x42\x3a\x77\x0f\x96\x53\x44\xa9\x7d\x05\xc9\xc2\xbf\xa9\xee\xb0\x48\x96\x0c\x4e\x65\x87\x45\xb2\x56\x6f\x26\xeb\xce\x44\xb2\x70\x6e\xa6\xc9\x48\x90\x73\xfb\x07\x5b\x9d\xac\x54\x13\x39\xb1\x87\xe9\xd4\x3e\xe8\x06\x9f\xd9\x6c\x23\x25\x75\x2c\x67\x9b\xe9\x6c\x3f\x48\xd6\xc6\x4d\x35\x8f\x45\x73\xb2\x2b\x35\xcb\xa0\x9b\xc2\x56\xf2\x58\x04\x7a\x52\x33\x9d\xda\x07\xc9\xca\xb8\x99\x46\x95\xa9\x1c\x21\xde\x9b\x2a\xc8\xa2\x85\xa1\x82\x32\xc8\xa2\xb3\xd3\xf9\x4c\x4d\x37\x68\x6c\xd8\x34\x53\xd3\x0d\x72\x7e\x87\x6c\xab\xa2\x3d\xf6\xba\x51\x25\x08\xc3\x5d\x95\x91\x45\xb2\xb8\x6b\xaa\x8c\x2c\x16\xeb\x00\x66\x9a\x55\x05\xd1\xbe\x43\xf6\x61\xb0\xe1\x1a\x46\x29\xb5\xdb\xa0\x6f\xf6\xa1\x76\x1b\x74\x07\x19\xf5\x93\x45\xdf\xd3\x43\x36\xf5\xc5\x60\xa7\xb3\x99\x1a\x64\x10\x1b\x36\x5a\xfd\x64\xd1\xc2\x9e\x70\xa6\x0e\x24\xab\xc9\x66\x6a\x90\x41\xb2\x4c\x6c\xa6\x09\x54\x90\x2c\x77\x99\xe9\xe4\x1d\x48\xd3\x1b\xe9\xe4\x1d\x48\xd3\x45\xa9\xd1\x06\x69\x8e\x25\x4d\xa0\xa6\x5a\x3c\xdf\x7f\xf9\x4a\x52\xa1\xce\x32\xae\xa9\xc8\xb2\x78\x07\x04\xda\x3a\xec\x56\xe5\x79\x18\x82\x55\x59\x16\x11\x3e\x6e\xeb\x1a\x40\xb0\x18\x6e\x2a\x96\x2c\x82\x55\xf5\x33\xb5\xeb\x20\x29\x0a\x9c\xa9\x5d\x07\xc9\x6a\xa3\x99\xda\x75\xd0\xf7\xe9\xe9\x6d\xeb\x8b\x6e\xf2\x24\x35\xe2\x20\x58\xce\x3e\x55\x59\x16\x41\x5d\xf6\x4c\x2d\x36\x48\x27\xe0\xd2\x99\xc1\x54\x78\x07\x1f\x5c\xe1\x65\xd1\xb4\xa7\x0a\x2f\x8b\xa4\x88\x79\xa6\x66\x1d\xa4\xf3\x9f\xa9\x59\x07\xf1\xbd\x73\x9a\x75\x90\x94\x35\x4f\x05\x9b\x45\x73\xa1\xe5\xcc\xf2\x8e\xa8\x55\xa4\x86\x79\xa6\xc6\x3f\x5d\xb7\x87\x6b\xab\xae\xb3\x68\x86\x62\xa9\xa1\x07\x3d\xfd\x4a\xcd\xfe\x82\x9c\xdf\x21\x6f\xd2\x7d\xf1\x9b\xbd\xaf\x3f\x00\x92\x22\xda\xa9\xd6\xb3\x88\xee\xd7\x60\xc2\x40\xad\xe7\xe9\x93\x34\x95\x9c\xce\x6c\xae\x61\xcb\x6c\x2c\xdb\xbb\x39\x87\xa1\x24\xf4\xfc\x24\xa1\x17\x79\x11\x25\xa1\x45\x52\xcb\x39\x73\xd9\x0c\xd2\xc4\x94\xdf\x4e\xb5\x9e\x45\x52\x18\x3a\xd3\x09\x50\x90\xd3\x47\xa2\x6f\x01\xc2\xc9\x72\xe5\x9f\x45\xb7\x30\x21\x9d\x26\x05\x7d\x12\xa9\xa8\x08\x2d\xde\x86\x71\xb2\xdd\xc6\xb2\x09\x9c\x59\xd0\x34\x31\x9d\xbb\xfe\x01\x19\x9b\x74\x36\x15\x24\x95\x9b\x33\x77\x5b\xc6\x46\x01\x94\x51\xce\xdc\x7d\x98\xec\x9f\x6f\x26\x23\x75\x36\x40\x4e\xdf\x8c\xc3\x67\xc2\x82\x00\x2a\x26\xa7\xd2\xce\xa2\xb1\x0f\xed\x4c\xb3\xd0\x20\xd9\xf2\x6a\xa6\x89\x07\x10\xc3\x21\xd7\xc4\x03\x48\x2a\x1c\x67\x9a\x98\x4e\x13\xd3\x0b\xaf\x39\x75\x48\x40\x52\xa8\x38\xd3\x2a\x13\x90\x54\xf5\x4d\xe5\x9e\x45\xff\x6c\x9f\x69\x07\x90\x96\x17\x28\xf7\x2c\x92\xaa\xc1\x99\x66\xb4\x41\xef\x0e\x6d\x66\x1d\x40\x4e\xc7\x6a\xb3\xd7\xaa\x3d\x4f\xad\xcf\x65\xbb\x58\x36\x90\x0e\xdf\xa6\xaa\x41\x67\x85\xc3\x4c\xfd\x1f\x90\x56\x59\xa5\x89\x08\x90\x46\x4f\xea\x38\x8b\xb4\xa2\x2a\x75\x89\x40\x67\xaf\xda\x99\x4e\xbc\x82\xbe\xf9\xf2\x58\xd6\x92\xae\x1d\xfc\x87\x0d\x3c\xa7\x62\xd0\x22\xad\xca\x52\x0c\x5a\xc4\xe6\xab\xa5\x5b\x05\xd2\xa2\x2c\xd5\x9e\x45\xec\xb6\x51\x17\x0a\xe4\xf4\x87\x26\x2e\xc0\xfb\x04\xe9\x03\x1d\xa6\x4f\xb4\x79\xf7\x97\x3e\x1b\x17\xe6\x23\x2c\x32\x95\x68\x16\x69\x39\x91\x72\xcc\x33\x29\x80\xfc\x3e\x04\x53\x12\xa0\xef\xdf\x0f\x3d\xbf\xd5\x8e\xcb\x97\xeb\x67\xbf\x53\xed\x68\xda\x3e\xcd\x7b\x83\xb4\x74\x2b\xcd\x48\x24\x33\xb3\x16\x95\xa9\xe3\x2c\xde\x93\x05\xc7\x9a\xc7\x78\x9f\x39\xbf\x7a\xcc\x22\xad\x8d\x51\x8f\x59\xbc\xbf\x1c\x1c\x3b\x3d\xc6\x48\x8a\xe7\x5c\xba\x51\xa5\x1b\xc5\x83\x55\x57\x79\x56\x33\x00\xe3\x3e\xcb\xb2\x1d\xf0\x1e\xe3\xa7\xba\x32\xe5\x26\x7a\xeb\xfb\xed\xcf\x63\xdc\x02\x6e\xa6\xd2\xca\xb3\xd8\x7d\xd5\xd4\xa2\xd2\xca\x22\x2d\xb2\x28\xfd\x16\x30\x59\x08\x30\x95\x56\x16\xe9\xf4\x87\x9a\xc9\xe2\xbd\x24\x37\xaa\x4b\x02\xd2\x9a\x03\xe5\x90\x45\x5a\x2b\xa1\x1c\xb2\x68\x63\xd9\x32\xfd\x08\x90\x16\x18\x28\x6b\x2c\x62\xe7\x9b\x51\xd6\x58\xbc\xbf\xf4\x98\xad\xd5\x91\x98\x1e\xb2\xb5\x6c\x72\x6a\xcd\x81\xba\xc6\xe2\xfd\x25\xb7\xae\xdb\xa0\xb0\xb1\x95\x4d\xa5\x8f\x50\xfa\x08\xe8\x75\x4d\x85\x8d\x45\x38\xf2\x94\x25\x3f\x20\x9c\x63\x2d\xa7\x5d\x41\x3a\x2d\x5d\x9a\x7a\x90\xce\x97\x2b\x4f\x3c\x95\x22\x76\x26\x59\x8d\x61\xf1\xb6\x8c\x5f\x6a\x9f\x4b\xfb\xcc\xf7\x5c\x26\xdc\x8b\x18\xdb\x99\xde\xd2\xf2\x82\x74\xe2\xaf\x34\xbc\xe0\x3d\x99\x17\xf0\x3d\x28\x03\x32\x1f\xb1\xa6\x57\x49\x61\xa7\xf9\xca\xb8\xbb\xbe\xb8\xdb\xee\x30\x31\x0f\xd2\x09\x36\x65\x86\xc5\xfb\x6f\x3c\x63\x6d\x6f\x69\x7b\x31\xe4\xa5\xa1\x2d\x0d\x2d\x83\xa7\x32\xc3\xc2\x65\xca\xb3\xcc\xcc\x83\x40\x04\x72\x96\x99\x79\x90\x6c\x7b\x33\xcb\x99\x5d\x10\xe1\xbb\x61\xa8\x0f\x82\x95\x21\xb3\x0c\xf5\x41\x3a\xad\x53\xda\x67\xb0\xbe\x07\x6c\xf0\xaf\x8a\xb1\x33\x31\xaa\x18\x8b\x68\x0c\xd7\xa5\x15\x2f\x73\xfc\x78\xa2\x0a\x1b\x8b\xce\xc2\xfa\xa9\xb0\xb1\x48\x67\x5d\x4a\x2b\x0e\xd2\xf9\x0e\x85\x8d\x45\x1a\x3e\x94\x26\x1b\xf4\x66\x17\xee\xb6\x8b\x05\xff\x4e\x2a\xa8\x75\x2c\xd2\xe9\x08\x55\x8c\x67\x69\x9d\x89\x09\x6b\xf7\x8a\x3b\xd5\x9d\xbe\xeb\xe6\x1a\xc0\xca\xef\xf4\x36\x62\x37\xc9\x47\x53\x0f\x6f\xfb\xf8\xde\x3b\x8f\x79\xc9\x83\x64\x23\xce\xa9\x92\xc5\x22\x86\x83\x9e\xb9\x01\x90\x8e\xda\x4a\x16\x8b\x9c\xc4\x9c\xe5\xb4\x00\x98\xda\x75\x55\x8c\x67\x9d\x36\x9f\x86\x99\x2d\x00\xbd\xf9\x8d\x68\x64\x41\x3a\xc5\x50\x1a\xd9\xb2\x0a\x6a\x78\xc8\xcf\xe6\xb2\xf9\xb6\xd5\x39\x62\x10\xdf\xc0\x65\xe6\x41\xb5\xe1\xee\xf7\xa0\xe1\x05\xad\xfb\xa5\x5e\xf6\x98\x1b\xd9\x2d\x07\x11\x8d\x31\x48\x67\x35\x4a\x63\x0c\xd2\x19\x00\x65\x8a\x45\x3a\x81\x51\x4e\x15\x83\x40\x3b\x6e\x96\x76\x14\x74\x27\xa5\x94\x29\x16\x19\xf1\x0f\x53\xd0\xa5\xe5\x05\xe9\x2c\x42\x59\x36\x05\xe2\x7b\xdd\x1e\x3f\x63\xe6\x9b\xcd\xfb\x97\xc6\x18\x34\x4b\x9d\x4a\x63\x0c\x82\x4d\x1b\x66\x39\x89\x00\xd2\x84\x7e\x99\xe2\x00\x69\xa6\xbe\x9c\x43\x00\x69\x8e\x5d\x45\xe4\xf9\x29\x22\x2f\x9f\xa1\x69\x0f\x10\x8b\x58\x48\x45\x64\x11\x66\xcf\x95\x3f\x16\xc1\xfa\xb5\xa9\xb0\xb1\xe8\xdf\x8b\xe4\x4c\x35\x48\x53\xec\x4a\x16\x8b\xf7\x92\x74\xa8\x16\x5b\x81\x62\x83\xc0\xa9\x75\x06\x9d\x15\x91\x73\x9a\xe3\x00\x69\xea\x7c\x9a\xfd\x07\xb9\xbe\x1f\x2e\x0f\x2d\x0e\x35\x0e\xed\x1e\xa2\x72\x72\xfa\xc3\xd3\x43\xa7\x6b\x24\x39\x74\x79\xc8\xfa\x8c\xb7\x5f\x95\x01\x16\x69\x2e\x5a\xcd\x5f\x91\xf6\x8e\x9a\xbf\xa2\x1b\x1e\x4d\x8d\x35\x08\x6d\xc5\xd4\x58\x83\x34\x2f\x3f\xcd\x3b\x20\x10\x9c\xe8\xb1\xce\xe9\x5c\x00\x48\x93\xfc\x6a\xf2\x8a\xb7\xc3\x3c\x56\x1e\xd3\xb7\x20\x93\xab\x2a\xef\x54\x82\xd7\x24\xb9\x12\xbc\x22\x36\xdb\x6f\x84\x0f\x9a\x03\xcc\x1c\x36\x76\xb0\xcb\x1c\x16\x4b\x6d\x5d\xb1\x2c\x65\x9d\x1a\x66\x90\xe6\xd6\xa7\x51\x33\x48\x53\xeb\xd3\xa8\x19\xa4\xa9\x63\x45\x6d\xc5\xdb\x56\x8f\xd9\x65\x96\xcf\xa2\x7d\x33\x15\xac\x15\xbd\x78\xfb\x15\xac\x15\xf3\xbf\xff\x0a\x0f\xa1\x55\x48\x44\xa6\x60\xad\x48\x83\x64\x05\x6b\x45\x98\x8e\x98\x1a\x61\x90\x26\xf8\xd5\xb0\x15\xaf\xc7\xe0\x25\xbd\x81\xf2\x06\x38\xa4\x25\x9d\x4e\x71\x5b\x9e\x34\x8d\x3c\x41\x2e\xc2\xaf\xa9\xa9\x9b\x2e\xa6\xb3\xc0\x47\x31\x58\x91\xe6\xa6\x15\x83\x15\x69\x56\x5b\x4d\x57\x91\xe6\xa1\xa7\x96\x07\xe4\x22\x96\x9b\x06\x86\x20\xcd\x4c\xab\xe9\x2a\xde\x4b\xfa\x6f\xfe\x72\xf7\x97\xdc\x80\x69\x68\x90\xe6\xaf\xa7\x21\x1f\x08\xab\xa4\x54\x5d\x15\x6f\x6f\xf0\x9c\x0e\x7b\xe8\xf8\x76\xbe\xa7\x69\xd6\x31\x81\xce\x1e\x63\x73\x5a\xc7\x04\x62\xf7\xbf\x34\x34\x20\x4d\x69\x2b\xc4\x2a\xa2\xfb\x05\x58\x9f\x04\xd2\x8c\xb6\x7a\xaa\x22\x4d\x68\xab\xa7\x2a\xd2\xa4\xf1\x34\x0c\x9c\xc4\x7c\x26\xaa\xa7\xe6\x08\xa4\x29\xee\x69\xe8\x06\xd2\x34\xf2\xd4\x34\x4c\x4d\x03\xa1\x9b\x52\xa6\x22\x4d\x22\x28\x51\x2a\xd2\x84\xc1\xd4\x0e\x80\xd0\xaf\x9b\xda\x01\x90\x46\xef\x4a\x94\x8a\xf8\x6e\xdb\x21\x1c\xa4\xc1\xfb\x74\xbc\x06\xdd\x4c\xcf\x34\x4b\x0d\xde\x9e\xa6\xad\x8e\xe1\x20\x5c\x31\xa3\x92\xa9\x68\x96\x9d\x4f\xe7\x81\x41\xdf\xed\x43\x87\x70\x95\x4c\x59\xe0\x37\x55\x32\x15\xcd\x74\x96\x4a\xa6\xf3\x53\x32\x65\xb9\xe3\x54\xb6\x54\x74\x27\x75\x94\x2d\x15\xef\xbf\xd1\x3f\x0e\xe2\x20\xf5\xab\xd5\x15\x15\x7d\xc3\xbf\x59\x4e\xd7\x82\xf7\x97\xc5\xb1\xcb\x63\xfe\xf2\x7d\x63\x57\xf3\x97\x6c\x69\x66\xa0\xb7\x5c\xf1\x00\x9a\xaf\xdd\x32\x9c\x02\xbd\x31\x58\x2e\x47\x59\x90\x86\x66\xaa\x88\x8a\x95\xf3\x1f\x0a\xb7\x15\x19\x9d\x9f\xc8\xe8\x5a\x9e\xd8\x6b\xb1\xe5\x59\xb3\x45\x06\x56\xa0\x37\xf2\x75\xcb\xc0\x0a\x34\x2b\x8f\x96\x81\xd5\x72\x7f\xb3\x85\x5f\xa9\xca\xa8\x68\x63\xe1\x45\xaa\x32\x2a\xc2\xb9\x75\x55\x46\x45\x58\x46\xb6\x0c\xb6\xd6\x17\x6c\xe1\x46\x2e\x87\x74\x10\x6c\xd6\x38\x97\x13\xab\xa0\x6f\x8c\x45\xcb\x72\x21\x90\x68\x0b\x4f\xe5\x3c\xc5\x72\xad\xc0\x32\x83\x0a\x5a\xb0\x1b\xf8\x54\xcf\x53\x34\x37\x98\x9b\xca\x67\x8a\x3e\x78\x35\x97\xe9\x4b\xb0\xac\xf9\x5f\x0e\xb0\xe0\x6d\x2d\x67\x73\x34\x05\x61\x5c\xbf\x8c\x7c\x40\xdf\x70\x4c\x96\x51\x0e\x68\xbe\xfa\xaa\x6c\x8a\x88\xef\x90\x97\x24\x99\x68\x98\xac\x54\xa6\x58\x16\x6f\x2f\x63\x10\x90\xc6\xa7\xca\x62\x8a\xb6\xfb\xca\x19\x24\x80\x34\xfe\x5d\x06\x09\x20\x36\x9f\xd2\xf2\x5c\xcb\x73\xd1\x7a\xeb\x46\x97\x75\xa3\x3e\x25\x87\xea\xe5\x50\x4d\x48\xbf\x1c\xaa\x41\x0c\x5f\x4c\x83\x04\x55\x31\x51\x76\x9b\xcb\xd1\x1b\xf4\xe6\xfb\xb3\xdb\x88\x17\x63\xf3\xf5\x31\xab\x07\xd2\xb0\x79\x39\xc4\x83\xb7\xa7\xe9\x1d\xd3\x7a\x20\x8d\x44\x55\xb2\x14\x61\xed\xed\x72\x8c\x07\xdd\x59\xba\xe5\x10\x0f\xd2\x08\x53\x25\x4b\x91\x46\x93\x8a\x4f\x8a\x34\x36\x55\x56\x52\x34\x83\x04\x65\x25\x45\xea\x4d\x2e\x33\x71\x20\xf5\xce\x97\x4b\x25\x40\xef\x76\xbe\x11\x01\x48\x7d\x42\xc5\x27\x45\x1a\xe2\x28\x3e\x29\xde\xfb\xa6\x15\x46\x04\x4a\x4d\xea\x1c\x29\x35\x29\xd2\x99\x94\x65\x90\xb0\xbe\x20\x81\xb8\x67\x59\x27\xb4\xae\xaf\x17\xb9\x4d\xeb\x4d\x41\xb0\xed\xd8\x5c\xb7\xad\x45\x75\xc2\x98\x59\xad\x49\x91\x86\x2f\xca\x43\x8a\xd4\x53\x51\x0b\x72\x2e\xb7\xa3\x76\xc1\xcb\xd2\x77\x5f\x5f\x22\x6d\xf7\xff\x7c\x4c\x7a\xea\x7e\x4a\x8f\x37\x8a\x52\x84\x39\xe6\xa5\xa7\x0e\x52\x87\x4f\x95\x47\xd1\xd0\x76\x9d\x2a\x3a\x8a\x36\xd8\xdf\x75\x2e\xc7\x6f\x90\x7a\x2f\xcb\x99\x47\xf0\xfe\x1b\x4f\x45\x57\x7d\x59\x54\x6a\x9d\xcb\xb2\xde\x07\x24\xba\x3d\x53\x4d\x47\xd1\xd9\xd4\x66\xee\x3a\xe1\xbb\x4e\x38\x7e\x8f\xa2\x8b\xa2\x9b\x21\x53\x61\x51\xa4\x43\xba\x02\x8b\x22\xf5\x5e\x14\x53\x14\xe9\x50\xa0\x8e\xa1\x48\x53\x77\x8a\x16\x8a\x34\xb3\xb6\x3b\x15\x07\x52\x23\xb5\x3b\x15\x07\x52\xf3\xa6\xb4\xa1\x58\x16\xad\xef\xce\xbb\xed\x16\xcc\xb0\x27\xcf\x54\xee\x50\xbc\xc7\xfc\xa9\xd7\x7c\xd1\xd9\xef\x7a\xaa\x54\x38\x3f\xa5\x42\x6b\x9f\x76\xfd\x6b\x30\xac\xfe\x57\xbc\x50\xbc\xff\x56\x1c\xb3\x83\xc2\x65\x5a\xf4\x86\x6e\x38\x48\x8d\xe5\x6e\x7d\xcc\xae\x0e\xb4\xe7\x77\x64\xdf\x95\x0f\xda\x19\x3f\x77\x5d\x73\xd0\x90\xb6\x9e\xbb\xab\x17\x40\x73\x71\xc7\xee\x14\x1d\xe8\xa8\x8e\xce\x3d\xbd\xe4\x8b\xf0\x45\x56\x30\x51\xa4\x83\xb8\xea\x88\x22\xb5\x42\xbb\x49\x34\xd0\x4d\x77\x2a\x98\x28\x52\xcb\xa7\x38\xa2\x48\x0d\xdf\x6e\x7c\xb0\x1b\x0c\xec\xdb\xdf\xfb\x78\x4e\xc5\x13\x45\x67\x2f\xe8\xa9\x78\xa2\xe8\x26\x87\x76\x23\x0a\x90\xcb\xff\x72\x22\x0e\xa4\x86\x5d\xf1\xc4\xf9\x89\x27\xf2\xc9\xef\x46\x0f\xa0\x0f\x5f\x1c\x2d\x19\x88\xf4\xe1\x98\x9c\x03\xbd\x11\x49\x29\x51\x28\xa2\xf9\xbc\xb4\x47\x20\x1d\x97\x95\x15\x14\xe9\x90\xb5\x9b\xed\x02\xb9\x13\x42\x2a\x34\x28\x9a\x13\x0a\xbb\xa9\x2d\x30\x36\xc6\x9d\xdd\x52\x17\xd0\x9d\x63\x50\x7b\x50\xa4\xe3\xda\x6e\x34\xb1\xbb\x9d\xc6\x4e\xd0\xbd\x6b\xb6\x40\x43\xf8\x60\x2a\x51\x28\x62\xf3\xa9\x3a\x43\x05\xc2\x7c\x94\x12\x85\x62\xb9\xde\x6b\x37\xb7\x05\xde\xf3\xf3\x4b\xcb\x66\x76\xcb\x66\xf6\xe6\xff\xd9\x0e\xb3\x5b\x7e\x7e\x4e\x47\x81\x74\xc4\x55\x91\x50\x34\x4b\x49\x14\x24\x14\xe9\x18\xb9\x6b\xa4\x76\x8d\x14\x43\x9d\x7a\x84\x22\x1d\xe9\x76\x63\x0e\x10\xae\x61\x53\xa2\x50\xcc\xef\x45\x35\x0c\x01\xe9\xd8\xb7\x9b\xdc\x02\x6f\xf3\xe9\x59\xe3\x90\x9d\x84\x97\xc3\xa1\x12\x85\xe2\xfd\x37\x1a\xeb\xe4\x13\x68\x4e\xf2\x28\x5b\x28\x1a\xc2\x13\x53\xd9\x42\x11\x08\xf2\xce\xdd\xc2\x58\xd0\xd9\x5f\x74\xaa\x64\x28\xba\xab\x9e\x77\xab\x60\x41\x7e\x03\x91\x16\x6f\x77\x7f\x2a\xf6\x4c\x9d\xea\x16\x8a\xee\x6a\x8d\x5d\xbb\x05\xda\x77\x7e\x73\x60\x20\xd8\x0d\x67\xee\xce\x3e\x81\xfc\x46\x30\x67\x9f\x54\x1f\x1c\xdf\xb9\xbc\xe4\xfd\x5d\x92\x96\x99\xbf\x02\xdd\xb9\x92\xdd\xfc\x15\xc8\x9d\x04\xd3\x6e\xf0\x03\x72\xf7\x92\xda\x40\x10\xf1\xfd\xd0\x97\x80\x95\x80\x26\x25\x14\x29\x14\xf9\x8d\x99\xc6\x3e\xa0\xef\x98\xc0\x5d\xab\x08\xf2\x1b\x0c\x8d\x6a\x40\x1f\x7e\x96\x9a\x36\xd0\x2c\xf9\x38\x9c\x10\x02\xcd\x35\x6c\x87\x55\x35\xe0\xbd\xc9\xc9\xb1\xf4\x18\x95\x21\x9a\xdd\xc3\x04\x13\x48\x3f\xaf\xc3\x04\x13\x78\x7f\xba\x38\x76\x7a\x8c\xf9\x37\x06\xd2\xc3\x49\x22\x90\x7e\x38\x87\x86\x12\x74\x4b\x33\x0f\x0d\xe5\xe1\xae\xcf\x3b\x63\x8d\x92\x81\x22\x9c\x15\x51\x1e\x50\x84\x25\x7f\x87\xd5\x34\xc8\x03\xa6\x1f\xe1\x61\x35\x0d\xe8\x3b\xef\xe2\x61\x35\x0d\x88\x7d\x79\xc8\x56\x38\x05\x85\xba\xf5\x54\x13\x50\xa4\x6f\xd9\x61\xbc\x05\xd2\xd7\xff\x30\xe0\x39\x9c\x49\xda\x29\x17\x50\xb4\x4f\x74\xb4\xa3\xe6\xa1\x91\x05\xf9\x75\xad\x21\x10\x68\x88\xb6\xcf\xc3\x0c\x16\xc8\xaf\x15\xd6\x96\x1e\xd6\x96\xba\x22\xe6\xd0\xec\x82\xfc\x3a\x5b\xab\x0b\x1a\x2a\x2e\x53\x85\x3e\xd1\xcc\xb3\xa8\xd0\x27\xf2\xeb\x58\x63\xa7\xc3\xd8\x89\x57\xf6\xd0\x0e\x83\x8e\x08\xe5\x3c\x9c\xce\x02\xe1\x82\x8f\xc3\xe9\x2c\x90\xdf\x7d\x6b\x9a\x3f\x65\xbf\x9d\x7c\x98\xca\x7e\x22\x0c\xbb\x0f\xed\x30\xc8\xff\xfe\xcb\xe6\x5b\x04\xc3\xd6\x8a\xf3\xb0\x0a\x06\x74\xab\x3c\x0f\x43\x38\xd0\x90\x48\x9d\x87\x21\xdc\xf1\x85\x70\xb4\x4c\xa3\x0e\x5a\xc3\x87\x3d\xb4\xcd\x20\xbf\x4e\xd4\xaa\x82\xf7\x92\x9c\x4c\x83\x79\x98\x95\xdb\xff\x65\x6d\x95\x22\x7f\x53\x45\xbf\xaf\xe1\x66\xe8\x40\x67\xaf\x9f\x79\x58\xa0\x02\x92\xbd\xc7\xa7\x22\x7f\xa2\x39\x37\x71\x68\x63\x8f\xfa\x9a\xc4\x2f\x9d\xec\x02\xb9\xfb\x14\x8d\x03\x41\x33\xb6\x3d\x9c\xc4\x02\xcd\xea\x54\xb5\x00\xc5\x7b\x32\x7f\x69\x33\xa6\xcd\xe0\xf9\x6b\xb1\x41\x73\xea\xef\x30\x8f\x07\x72\x27\x9c\x56\x32\x50\x74\x4b\x67\x0e\x2d\x36\x08\x04\x8a\xa7\x92\x81\xa2\x5b\x2f\xa8\x62\xa0\xe8\x8d\x44\xcc\xe1\xcc\x13\xc8\xdd\xaf\xc3\xfa\x0e\xd0\x77\x22\x80\xc3\x70\x11\x74\xa7\x5b\x0e\xc3\x45\x90\xa8\x79\xcd\x43\x53\x0c\x92\xbd\x36\xa7\x7a\x81\x22\x77\x72\x89\x87\xc6\x19\x24\xfb\x19\xcd\xc3\x5a\x55\xf5\x02\x9d\xe2\x53\x2e\x50\xbc\x1d\x46\x5b\x0d\x2a\x0f\x0b\x53\xbf\xbe\x30\x84\x04\xe9\x66\x23\x6a\x08\x8a\xe6\x64\x9a\x82\x81\xa2\x59\x0d\x7f\x18\x55\x82\xd0\x60\x1f\x1a\x6c\x90\xbb\x6f\xaf\xd6\xf9\x38\xbf\x4b\xd2\x3f\x66\x09\x41\xee\x64\xf6\x0e\x83\x4f\xd0\x5c\x61\xa7\xd4\xe0\x3c\x5c\x90\xf2\xdd\xba\x76\x17\xe4\x4e\x82\x43\x61\x41\xd1\x86\x4f\xc9\x25\x8b\x20\x77\x6a\x4a\x0e\x03\x52\x90\x3b\xb1\xf9\x61\x40\x0a\xde\xf3\xd3\x69\x26\x18\x41\x5a\x8f\x7c\x18\xa4\x82\x34\x1d\x77\x68\xb1\x41\x5a\x64\x71\x68\xb0\x0f\x37\xae\xf6\xf5\x37\x33\x09\x72\x27\xe7\x78\x58\x54\x0b\x72\x27\xc1\xa8\x08\xa2\x58\x96\x47\x1e\x9a\x75\x30\x5c\x5c\xa5\x2e\xa2\xc8\xfd\x3b\xe4\x1d\x69\xe9\x49\x43\x1e\x56\x8d\x28\x95\x68\x35\xbb\xba\x88\x22\x76\x9f\x9b\x3b\xa5\x80\x74\x81\x94\xb2\x88\x62\x36\x5f\x58\xa3\x5d\xd0\x2d\x71\x3b\x74\x07\x50\x4a\xcc\xef\x1e\x75\x07\x40\x47\x4d\x63\x1e\xe6\x42\x41\xb0\xd1\xf4\x3c\x74\x07\x40\xee\x78\x20\xea\x29\x8a\xe5\x2e\x09\x6a\x27\x8a\xfe\x99\x81\xc7\x5e\x7d\x74\x39\x3d\x64\xeb\x1f\x5b\xef\x0f\x6d\xbd\xdb\x74\xf9\xd6\xe9\x34\x80\xdc\x89\x57\x0f\x0b\x76\x41\xb3\x86\xf7\x70\x82\x0b\x8c\xee\x60\x6e\x95\x0a\xe8\x3b\xe9\x0d\xc5\x1a\x45\xef\xdf\x21\xaf\xf8\x43\x1d\x95\xb7\xe9\x34\x5d\x0a\x12\xf9\x80\xa9\x7e\xa3\x48\xcf\x75\x9a\x41\x05\x69\xa9\xe2\x69\xb4\x7d\xba\x8d\x8c\x1f\xfd\xa9\x4b\x02\x9a\xe9\x44\x65\x1e\x45\xba\x08\xe6\xd4\x23\x01\xb9\x33\xd6\x9d\x6e\x36\x03\x92\x6d\x65\xe7\xa9\xfb\x01\x3a\xbb\x34\xce\x53\xef\x03\xbc\x97\xe4\xfc\xfa\x1a\xa7\xbe\x06\x8e\xc5\xe9\x6c\x19\x88\xb6\x79\xb2\xc7\x43\x58\x5c\x5e\x27\xc5\x20\x45\x63\xab\xe7\x79\x9a\x6e\x05\xdd\x9d\x1a\x4e\x83\x7e\x10\xee\xf9\xa5\xf0\xa3\x78\x5b\x31\x39\x66\x2b\xd8\xfd\x60\x2f\x0f\x5d\x1e\x62\x63\x67\xdb\xaf\xf7\x71\x7e\x21\x7e\x78\x2c\x3c\xc6\x17\x42\x44\xa4\x66\xa4\xc8\xdd\x5e\x74\x9e\x0d\xe4\x6e\x63\xf5\x48\x40\x6f\xbc\x9c\xa7\x86\x1f\xa4\x8e\xa9\x32\x8f\x22\xbe\x5e\x34\x4a\x3f\xc7\xd7\x7e\xfa\xc7\x30\x1d\xa8\x53\x38\x95\x76\x14\xd1\xf8\x90\x4e\x0b\x60\x4e\x55\x7e\xc7\x3f\x98\x65\xc5\x20\x45\xee\x64\xc5\x4e\xfd\x09\x90\x3b\xb9\x39\xf5\x21\x45\x1b\x8e\x72\xa7\x0e\x05\x08\xbf\x50\x35\x23\x45\xee\x38\x9f\xa7\x59\x62\xd0\xbf\x93\x59\x6a\x03\xa2\x2d\xff\xcb\x3e\x76\xdb\x83\xe6\x1b\x67\x3d\x2e\x88\x66\xc7\x98\x4c\x00\x9d\xad\xcd\xe7\xa9\x77\x02\x72\xe7\xe3\x53\x33\x72\x7e\x9a\x91\x8e\xd2\xea\x3c\x8a\xdc\xf1\x91\x4e\xcb\x6f\x40\x3a\x99\xa9\xcc\xa3\x78\x7f\x49\x6b\xcd\x42\x83\x74\xc6\xea\xd4\xfd\x38\x3f\xf7\x63\x78\x51\x7b\x88\xdd\xa6\xf5\x95\x4f\x3d\x92\x73\xe2\xca\x92\xed\x52\x0e\x52\xbc\xbf\xa4\xbb\xf5\x52\x40\xee\x64\x9a\x4e\x4b\x5f\x41\x6a\xe6\x4f\xdd\x0f\x90\x56\x14\x2b\xcd\x28\xc2\xcd\x0a\x4e\x53\xd3\xa0\xb9\x8d\x96\x3a\x8c\x22\xf7\xdd\x1f\xda\x7e\xd4\xaa\x76\x5f\x1c\x03\x7a\x90\xbb\x1f\x96\xa9\xe9\x53\x8d\x61\x8d\xd1\xa9\xff\x01\x72\x27\x15\x70\x1a\xf7\x83\x08\x9f\xb9\xfe\x07\x08\xa7\x9e\x4e\x9d\x0d\xd0\xdb\xf2\x5c\xbe\xd1\x3a\x1b\xdf\x21\xfb\x9f\x7d\xcd\x10\x32\x9f\xa7\x49\x6d\x90\xbb\x2f\x8b\x95\x2f\x20\x77\x5f\x0c\xd3\x05\x20\xf7\xe5\x0f\x7d\x20\x16\xc3\x7c\x3f\xf4\x26\xd9\xf4\x7a\xf7\x1b\x3a\xbc\xc9\xe3\x5b\xc6\xc7\x21\xaf\x78\x60\x2d\xfc\xf8\x9c\xb5\x04\xdd\x4a\x67\x65\x24\xc5\xdb\x3b\x9c\xcc\x14\xc2\xe9\x2e\x42\xbe\x2a\x96\xcc\x80\xdc\x49\x47\x9c\xa6\x10\x40\x58\x4c\xaf\x5c\xa3\xe8\x5a\x90\xd3\x08\x1f\xa4\x2b\xd3\x4f\x9d\x0f\x10\x48\xbf\x4c\x15\x1c\x45\xa1\x04\x37\x4f\x1d\x0d\x10\xee\x27\x71\x9a\x1a\x00\xfd\xfb\x2c\xf5\x2a\xd4\x79\x74\x2b\x43\x75\x1e\x45\xba\x49\x90\x02\x8e\x22\x5d\xfb\x77\x3a\x05\x0a\xde\xfb\xe6\xdf\xf4\x0e\xce\xfb\xfb\x6c\xfc\x3f\xbb\xec\x45\x6d\x8e\x0e\x1a\x7e\xd0\xbb\xcf\xcd\x08\x1f\x44\xc7\x6b\x3c\xb5\xf2\xa0\x2c\xc1\x3a\xb5\xf2\xa0\x5c\xdd\x70\x1a\xe1\x83\x42\x6c\x66\x9e\xda\x6f\x30\x36\xed\x98\x73\x94\xa0\x36\xc2\xe8\x53\x63\x0d\x6a\xf3\xa3\x31\xc7\x0d\x6a\x23\x18\xbe\x0c\xfa\x41\x19\xec\x5d\x5a\x53\x50\x1b\x36\xeb\xd2\x4c\x82\xf7\xbe\x3d\x76\x7b\x8c\xfb\xc6\xf2\x2b\xf3\x28\xda\xd0\x7b\x52\xd3\x51\x14\xda\x00\xf3\x32\xc7\x0d\x86\x2b\x83\x95\x79\x14\xb5\x35\x0f\x0d\x0f\x0d\x7e\xc8\xf9\x8d\xef\x41\x6d\xcd\x73\x3d\x1e\x7a\xfe\xf7\x7f\xd3\x42\xe7\xcb\x28\x1d\x94\x15\x1e\x97\x06\xf6\xd2\xc0\x3a\xdf\x75\x39\x2d\x7a\x7d\xeb\x5a\xe9\x0c\xd7\xc1\x80\x72\xd1\xf8\xa5\xd1\x05\xef\x2f\xfd\x37\x9b\xd1\x6d\xc6\xe4\xd0\xe1\xa1\x83\x43\x74\xa3\xd9\x77\x50\x1b\x9f\xd2\xa5\xd1\xbd\x3e\xa3\x8b\xfb\x77\x69\x4e\xaf\xf8\x2e\xc0\x7d\x1a\xf4\x83\xda\x88\xad\x94\x96\x14\x81\x2a\xc2\xbc\x8c\xe6\x41\x6d\x44\xb0\x2a\x4b\x8a\x81\x86\xdf\x54\x59\x52\x44\x31\xb6\xa9\x2c\x29\x6a\xe3\xf3\xba\x0c\xdd\x41\x6d\xc4\xac\x97\xf6\x12\xd4\x46\x4c\x7e\x69\x2f\xaf\x2f\xfe\xe6\x2e\xb5\x8d\xa0\xd0\xf3\x9d\x8a\x4d\x8a\xda\xfa\x3f\xa4\xb3\x2f\x4d\xe7\x95\x5f\xbf\xd0\x48\x8d\x22\xa8\xad\x7b\xc8\xae\x4a\xde\x68\x82\x99\xcb\x32\x55\x50\x6e\x9d\xa8\x64\xe5\xfc\x24\x2b\x75\x6f\xd5\x91\x14\xe5\x74\xb0\x3a\x92\xa2\x9c\x73\xbd\x9c\xc0\x05\xb5\x11\x66\x5d\x5a\x53\x50\x1b\x01\xe6\xa5\x35\x05\xef\xf9\xfd\xa5\x7d\x55\xf4\x15\x61\xd0\xa5\x99\x04\xef\xbf\xd1\x59\xda\xc9\x6b\x7e\xaf\x21\xcd\x75\x89\x08\x08\x37\x68\xba\x34\x8a\xa0\xdc\xf5\x4f\xd9\xc8\xf9\xc9\x46\x6e\x18\x0c\x35\x22\x45\x58\x7d\xa4\x46\xa4\x68\x2e\x64\x50\x23\x52\x34\xcb\x2e\xd5\x88\x14\xf5\xbd\x25\x2e\xea\x00\x61\x94\x70\x69\x4e\x41\xff\x1a\xa6\x39\x05\x61\x05\xb0\xe2\x8f\xa2\xdc\x6c\x40\xf1\x47\x11\xba\xc1\x2a\x3d\x8a\x40\x99\x76\x5e\xda\x49\xd0\x2d\xe7\xbe\xb4\x93\x20\xc2\x2b\x9a\x30\x07\xdd\x85\x43\x97\xb6\x0d\xb4\xe6\xe3\xd5\xb6\x81\xda\xfc\x94\x5d\x52\x0a\x6a\xc3\x8d\xbb\xac\x10\x05\xb5\xe1\xf1\x5e\x96\xfc\x80\xe6\x6a\xc9\xcb\x4c\x3b\xe8\x6c\x85\x3f\x2f\x17\x99\x82\xda\x70\x82\x14\x83\x14\x85\x00\xdc\xbc\x34\x9d\xa0\x36\x47\x22\x23\x7e\x50\xae\x37\x50\x1f\x52\xd4\x86\x31\xbd\x5c\x31\x02\xca\x3d\x54\x95\x8c\x14\xc5\x3e\xcd\x53\x7d\x48\x51\x1b\x96\x47\xe5\x47\xd1\x86\x01\x8d\xd2\x8f\xa2\x36\x07\x6a\x73\xef\xa0\xbb\x91\x84\xd2\x8f\xe2\xfd\x25\xed\xd7\x34\x83\xda\x1c\xbb\x2d\x5d\x05\x65\xda\x4f\xed\x47\x51\x9b\x03\xa9\xd1\x3d\xda\x8f\xef\xc9\xfc\x37\xc7\x43\x12\xf2\x66\xb7\x2e\xe7\x96\x41\x77\x3d\xc6\x65\x94\x0e\x6a\xb3\x65\x16\xa0\x82\x68\x38\x71\x0a\x38\x8a\xf7\xfc\xfe\x9b\xd7\xbc\x79\x24\x0e\xa4\xda\xe6\xeb\xb3\xcd\xb8\x84\x97\xa1\x3b\xa8\xcd\x71\x45\x73\x0d\xde\x7f\xb3\x1d\x36\xed\x46\x97\xcd\x67\x6e\x38\x7f\x99\xca\xc7\x21\x50\xe9\x51\xf4\xcf\x2e\x5a\xda\x04\xca\x5d\x69\x2e\xa3\x72\x10\x3a\x68\x8a\x33\x8a\xf7\x92\xbc\x07\x06\xdc\xa0\xdc\x50\xec\x72\xa2\x1a\x94\x2b\x46\x2f\xe7\xa9\x41\x69\xe9\x2f\xcd\xfa\xa5\x59\xf7\xc9\x19\x83\x83\xee\xee\x61\x97\x01\x37\xa8\xcd\x47\x62\xc6\x1f\x34\xeb\xee\x2e\x6b\x4c\x41\x73\x47\x82\x5b\x7f\xe0\xfe\x26\x01\x06\x87\xba\x87\x68\x57\x79\x68\x78\x88\x7d\x2b\x79\xd7\x6f\xa7\x05\x40\xd7\x82\xdf\x46\xea\xa0\x5c\xda\x78\xeb\x5b\xdc\xdf\xac\xc0\x77\xc9\xc3\x63\xb6\x75\x72\xe8\xf4\x10\xdb\x28\xf1\xfa\xdc\xba\x1b\x20\xdc\xca\xf8\x76\x87\x40\x10\x48\x67\xcc\x5b\x3f\x02\xb4\x61\xc2\xe0\xd6\x91\x00\xdd\xea\xf7\xdb\xc2\x29\x50\x6e\x07\xa8\x62\xa4\xe8\xb1\xf9\x5f\xcb\x43\x8b\x5b\xf2\x5c\xbb\x87\x9c\x30\xa6\xf9\x4e\x27\x80\xe6\x74\x85\xba\x92\x22\xdc\x9f\xf1\x76\x86\x01\x14\x8a\xfc\xf3\x76\x17\xa8\xdb\xad\x0b\x8d\x18\x6f\x1d\x15\xd0\x5d\x98\x72\xeb\xa7\x80\x70\xfd\xf3\x6d\x7d\x16\xe8\x2d\xfd\x2f\x6f\xbc\x7f\x37\x4e\xfb\xf5\x40\x40\x77\x86\xed\x36\x13\x70\x2b\x94\x51\xff\xb0\x8c\x4a\x79\x4a\x51\x1b\x43\xf7\xed\xe2\x5d\x30\x34\x9d\xb7\x45\x04\xa0\x37\x9c\x1d\x35\x2c\x45\x6d\x3e\x09\x13\x0c\xf7\xb7\x52\x97\xde\x33\xc1\x00\x6a\xb3\xd9\x66\x13\x40\x77\x73\xee\xdb\x42\x03\xd0\xb7\xe5\x21\x1b\x11\x7c\x40\x76\x9e\xa5\x01\xb7\x1b\x1b\x1a\xe2\xdf\x4e\x53\x80\x8e\xec\xfe\xbc\xf5\x75\x40\x73\x1a\x4d\x95\x4a\xd1\x5d\x48\xa4\x4a\xa5\xa8\xcd\xb6\x9a\xc0\x00\xb5\x7d\xa7\xf7\x15\x19\x6c\x81\x8e\x7d\xba\xcd\x4c\x80\xda\x88\x41\x6e\x5d\x29\xd0\xac\x8c\xbd\xcd\x33\x80\xda\x08\xd3\x6f\x5d\xa9\x5b\x57\x8a\xd2\x8f\x5b\x57\x0a\x34\xeb\xa8\x6e\x13\x08\x77\x7e\x0f\x9a\x37\x49\xc7\xe8\xd6\x31\x22\x8a\x56\x3d\x53\xbc\xff\xe6\x31\x5b\x96\xb4\x6c\xf9\x4b\x5b\xe6\x36\xbe\x44\xc3\xb7\x79\x86\xfb\x9b\x05\xb1\x69\x16\x17\x80\x6e\xe0\x70\x3b\xcb\x01\xc2\x89\x89\xdb\x4a\x02\xd0\x2c\x11\x54\x77\x53\xd4\xb6\x3c\x64\x63\xcb\x89\x09\xfa\xc7\xe2\x02\x50\xae\xf7\x53\x2a\x53\xd4\xf7\xc4\x5d\xd1\x03\xa2\xd9\xd7\x66\x19\x40\x21\x86\x37\x6f\xfd\x29\x50\x9b\xdd\xa3\x3f\x75\x7f\xeb\x6b\x79\x6e\xce\x8e\x80\xfe\x7d\x54\xce\x84\x80\x66\x69\xcc\x6d\x2a\x02\xbc\x5d\xe1\xf9\xed\x9e\x89\x81\x25\xa5\x70\x9b\x9e\xb8\x5d\x5e\x63\x82\x45\xad\x4c\x51\x9b\x67\xd3\xa1\x42\x2a\xb3\x0d\xd3\x24\xb7\xd9\x08\x50\x1b\x81\xba\x5a\x99\xa2\x36\xf2\x2b\xaa\x60\x8a\x66\xe5\xf3\x6d\xb6\x00\x74\x4b\x9a\x15\xc6\x14\x65\xa1\x9c\xc2\x98\xa2\xbb\xf6\xe4\xd6\x7d\x02\xd5\x70\x79\x6e\xa7\x39\xc0\x72\x0b\xd8\x5b\xf7\xe9\xd6\x7d\x22\x44\xbe\x9d\xf8\x00\x65\x71\xc4\xad\x17\x74\xeb\x05\x11\x5b\xab\xbb\x29\xba\xe5\x93\xb7\x8e\x11\x68\x66\x44\x6e\x1d\xa3\x5b\xc7\xc8\x4f\xdc\x34\x03\xa8\x0d\x83\x7b\x3b\x15\x02\xaa\x11\xfa\xde\xba\x4f\xa0\x1b\x01\xaa\xe1\x29\xc2\xf5\x14\xb7\xb9\x08\x10\x1a\x57\x65\x3d\x45\x39\xf5\x7c\xbb\xa2\x07\x2c\xf7\xb4\x55\xe9\x53\x54\xb3\xbf\x9c\x55\x01\x85\x0c\xff\xbc\x9d\x55\x01\xdd\x14\xe1\xad\xdb\x75\xeb\x76\xd9\x85\xba\x5d\xa0\x59\x95\xaa\x44\xa8\x08\x9d\x0a\x45\x3d\x45\x59\x22\xac\xa8\xa7\x68\x2e\x36\x55\xd3\x53\xc4\x70\x14\x33\x89\x71\x5f\xdf\xdb\xc4\x1d\x99\xc5\x00\xdd\x7d\xd0\x14\xf0\x14\x61\xba\x4b\x01\x4f\xd1\x51\xd1\x9d\x0a\x78\x8a\x6a\xb8\xb3\x0a\x78\x8a\xe5\x5e\xbe\xea\x77\x8a\x6a\x9a\x48\xab\x20\x40\x77\x01\xfa\xad\xcf\x75\xeb\x73\x7d\x8d\xb0\x77\x48\x91\x34\x9d\x0a\x5d\x2e\x50\xcd\x41\x58\xff\x0a\xc4\xd7\x15\x4e\x97\x80\x32\x7d\x7e\x3b\x5d\x02\x5a\x84\x97\x34\xb9\x02\xaa\x91\x36\x51\xe5\x53\x84\x5b\x7a\xaa\xf2\x29\x9a\xdb\x51\xab\xe8\x29\xde\x4e\xf4\x98\xed\x67\xa3\xca\xaf\x13\x75\xd6\x6e\xab\x0a\xfd\x4a\xdd\x43\x0c\xbc\xbf\xe4\x9e\x74\xe0\x40\xb9\xf2\xee\xd6\x81\x03\xc3\xf0\x48\x69\x4e\xf1\xfe\x92\xd6\xea\x9b\x81\x6a\xdb\xdf\x82\x91\xf3\xb1\xe6\x10\x34\xb7\xb3\x78\x74\xca\x40\x74\x2c\x96\xd2\x9d\xa2\x1a\xdf\x86\x3a\x9d\xe2\xbd\x7c\x71\x6c\xf7\xd8\xce\xbf\x79\xb2\xc3\x43\x07\x87\x1a\x87\x4e\x0f\xd1\x48\x72\x1c\x8f\xc9\x9d\xe7\xab\xcb\x60\x34\x7c\xcc\xee\x80\x52\x60\x42\xf1\x4e\xf1\xfe\x9b\x3f\xf5\x6c\xf8\x48\x31\xfd\xe5\xe3\x21\x56\xa8\xef\xfe\xf2\xe7\x21\x46\x2b\x32\x32\x6a\x70\x8a\xf7\x64\x3b\xc7\x6c\x47\xe7\x3d\x61\x58\x50\x84\x53\x94\xd5\x69\x8a\x6c\x8a\x42\x5e\x6f\x2a\x9f\x29\xba\x89\x4c\x85\x31\x45\xe8\xcf\x29\x79\x29\xba\x7b\x68\x3c\xa6\x72\x40\x35\xb2\x6b\x8f\x0e\x0f\xa8\x86\x45\x7c\xf4\x6e\x40\x35\x72\x28\x8f\xb9\x1d\x50\x6e\xdc\xa2\x08\xa6\x28\x64\x58\xa7\x22\x98\xa2\x1a\x7e\xe6\x63\x89\x07\xa8\xc6\x7b\xff\x98\x01\x7a\xcc\x00\xed\x9e\xcb\xa6\x52\x44\xe9\x3e\x52\x8f\x6e\x11\x08\x37\x51\x54\x16\x53\x54\x63\x08\x78\x74\x6e\x40\x35\x3e\x98\xc7\xd9\x99\xe7\x9b\x9d\xf1\xbe\x75\x78\x40\x1b\xee\x72\xa1\xa2\xa6\xe8\xf3\xbb\x80\x8d\x65\x7a\xc6\xe5\x3b\x8a\x6c\x8a\x1e\xf8\x32\x8f\xf3\x23\x60\xb9\xeb\xf7\x63\xda\x07\x74\x17\xa1\x3d\xd6\x5a\x82\x6e\x21\xa0\xb2\x9b\xa2\x1a\x06\xf1\xd1\xe1\x79\x92\x1e\x23\x53\xf3\xe8\xc9\x80\x52\x90\xe3\xd1\x91\x01\xd5\x6c\x97\x8e\x0c\x98\x6e\x39\xf4\xe8\xc8\x3c\xaa\x9a\x99\xfd\x7f\x74\x5b\x40\xe9\xe1\xaa\xce\x29\xaa\xe1\x5f\x3f\xce\xab\x80\x6a\xe1\xc9\xec\x9d\xb2\x61\xdc\xa4\x85\x1e\x60\xba\xcd\xd9\xe3\x4c\x0b\x08\x57\xde\x2b\xeb\x29\xde\x56\x70\xcc\x0c\x12\x68\xae\x98\x7d\x74\x78\xc0\xfb\x6f\x1e\xb3\x19\xd3\x66\xf0\x7c\xcd\x20\x81\x6a\x76\xac\xeb\x02\x40\x35\x12\x22\x8f\xde\x0d\xa8\x36\xbc\xa4\x9f\xe0\xe4\x13\xb4\xfb\xcd\x29\x81\xee\x78\xf8\x98\x53\x02\x65\xe1\xfe\x63\x55\xc7\x83\x0b\x84\x32\xee\x7c\x2c\xcd\x04\xcb\x3a\x37\x45\x42\x45\x35\xac\xdd\x63\x9a\xe9\x71\x41\x81\xb3\x23\x8f\xa5\x99\xa0\xb4\xa6\x6a\x89\x8a\xf8\x5e\x62\xb3\x51\xa0\xac\x2d\x79\x9c\xdc\x79\xbe\xc9\x9d\xdd\x7f\xb3\xfd\x3b\x5f\x2a\xb9\x94\x47\xaf\xeb\xd9\x31\x21\x64\x3f\x54\x21\x15\xa5\x3b\xab\x0a\xa9\x78\x4f\xc6\x9d\xeb\x76\x21\x43\x5a\x8d\x24\xc6\xcf\x9c\x2e\x68\x6e\x8d\xaf\x42\xa0\x28\xb3\x56\x3f\xbf\xf1\x9f\xdf\x38\x1f\xc4\xcf\x38\xe4\xe7\x4e\x7f\x4e\x4d\xa8\x07\x28\xaa\xe1\xcc\xfc\xfc\x30\x7f\x2a\x85\x7c\xff\x75\x79\xc8\xfe\xd9\x39\xf4\xf3\x90\x49\x1e\xdc\x8d\x9f\x01\x05\x4a\x82\xe5\x6e\x14\x3f\x3f\xc2\xdf\x17\x50\x60\xf0\x54\x17\x14\xe5\x22\xc0\x9f\x5f\x21\xa8\x46\x16\x40\xc1\x41\x51\x2e\x8e\x53\x22\x70\xfe\xc8\xaa\xba\x14\xfc\xe7\xf7\x05\x5a\x3a\x41\xf2\xf3\xcb\xf9\xf9\xe5\x4c\x0f\x79\x32\xbf\x1c\xc2\x82\x9f\x5f\x0e\xe8\x7e\x5f\x3f\xbf\x1c\xd0\x5c\xf0\xa7\x6a\xa0\xe8\x66\x87\x94\x08\x14\x11\xde\x91\x91\x02\xe8\x68\xe3\xcf\x9f\x61\x01\x08\x6b\xf2\x7e\xd6\x2f\x83\x18\x3e\x12\x8b\xa6\x40\xb5\xf9\x0f\xba\x54\x3f\x3f\x3e\xf0\x15\x3e\x2a\x0d\x28\xca\x49\xdf\x9f\x1f\xcc\xcf\x0f\x86\x38\xe5\x67\x2d\x33\x08\x6b\xf1\x54\x0b\x14\xd5\x08\x39\x7f\xce\x7c\x82\x6a\x18\x4e\x05\x04\x45\x59\x7b\xf2\xf3\x4b\x03\x61\x45\xef\xcf\x2f\xed\xe7\x97\x36\x6d\x97\x7d\x47\xc1\xf3\xf0\xf4\x7e\x2f\xe0\x7d\x5c\xbc\x22\xce\x7c\xfe\xfc\x38\x30\x2a\x6a\x00\x8a\x72\xa7\xa9\x9f\x53\x93\xa0\x14\x3b\xfa\x39\x35\x09\x0a\x19\xe2\xa9\x50\xa0\x58\x6a\x38\x28\x14\x28\x4a\x93\xa2\x50\xa0\x68\x06\x2e\x3f\xb3\xb0\xa0\xbb\x15\xd1\xcf\xba\x2b\xd0\xdc\x79\xfc\x67\x64\x01\xca\x52\x81\x9f\x91\x05\x28\x4b\x5d\x7f\xc6\x0c\xa0\x0c\x49\xd4\x09\x14\xe5\x24\xfc\xcf\x68\xe0\x67\x34\x80\xa3\xa1\x72\xa0\x28\x47\xbe\x9f\xae\x3f\x68\x66\xdf\x7e\xfa\xf9\xe0\xed\x43\xee\xc8\x69\x4e\xd0\xc2\x87\x6b\x2e\xf5\xc7\x9c\xa6\x01\xed\x4f\xdf\x1f\x54\xdb\xfd\xa1\x8f\xed\xa2\xfc\x08\x17\xe8\x67\x2a\x15\xbc\xe7\xe7\x96\xf4\xea\x41\x0f\x87\x09\xd7\xe4\x80\x6a\x8c\x7c\x8a\x0e\x8a\x6a\xbb\x3f\xb4\xb1\xf7\xd7\x58\xfe\x4d\x57\x5c\x9d\xc0\x22\xc3\xa3\x4e\xa0\xa8\xc6\xc8\xf7\x73\x02\x13\xbc\xbf\xf4\x98\xdd\xf8\x78\x4f\xfe\xd2\x3e\x63\x06\xb3\xf9\xc4\xf5\xbb\x41\xb3\xaa\x5e\x39\x41\xf1\x9e\xcc\x5f\x7a\x9f\xcf\xd7\x34\x7e\x6a\x59\x12\x68\x6e\xfc\xaf\x7a\xa0\x28\x17\xfd\xa8\x0b\x28\xaa\xfb\xfe\x98\x12\x05\x2d\xcd\x50\xfe\xf4\xbb\x41\xe8\xb9\xfc\x5c\xc6\x09\x82\xb2\xdc\xb5\x91\x13\x15\x41\xd9\xfb\x52\x3d\x50\x0c\xb2\xb0\x6b\x23\x4d\x2a\xda\x20\xf0\x59\x1b\xf5\xd3\xa2\x33\x07\xbb\x36\xbc\x74\x51\xfd\x7d\x35\x96\xba\x83\xa2\xc7\xfb\x34\x97\xba\x83\xa2\xfa\x77\xc9\xd3\x43\x27\x87\xfc\xaf\xcb\x43\x17\xeb\x6f\x6c\xc5\xe3\x21\x5f\x8d\xc6\xb1\x66\xfb\x5f\x74\x96\xb3\x2d\x85\x07\xc5\xfb\x6f\x5c\xa0\x79\x03\x38\xee\x7d\xf3\xdf\x6c\x2c\x55\x4e\x49\xbc\xbd\x14\x28\x14\x9d\x79\xdf\xb5\x91\x3b\x15\xb1\xbe\x6b\x2e\x0f\xf9\x00\x8a\x43\xb6\x96\x14\x68\x7f\x1f\xe6\xda\xba\xcd\xc0\x6f\xef\x1b\x5d\xd6\xbd\x64\xff\x2e\xc9\xf9\xbb\xbd\xd1\xdd\xae\xd2\x7e\xec\x5e\xe0\x45\xf5\xf7\x69\xae\x2d\xec\x6d\xd2\x8b\xbd\xb8\xa7\xf0\x97\x6c\xcd\x8b\xbd\x58\x1b\x66\x57\xbc\x27\xa3\x69\x61\xdf\xe2\x5b\x77\x7b\x23\x6c\xad\x9b\x02\x6c\xbe\x08\xf8\xdb\xa2\x53\x6e\xb3\x36\xd2\x90\xa2\xba\xb7\x3e\xbc\x26\x9e\x74\xf7\x06\x86\xd7\x7c\x51\xdd\x6e\x4c\x7b\x3b\xe9\x6d\x6f\x29\xfd\x21\x45\x3f\x6c\x50\xbe\x94\x1b\x14\xd5\x6d\x6b\x7a\xae\xf4\x5c\xb4\x2b\x7d\xe8\xc9\xfc\xc5\xee\xe9\x6d\x57\xda\x2e\x3a\xbb\x7c\x0d\xa8\x16\xca\xed\x3b\xe6\x03\x60\x83\x01\x76\x05\x59\x5b\xd9\xb0\xb2\x61\x3c\x93\xb2\x15\xe4\xe7\x7a\xa7\xaf\xcb\xf3\x17\x39\xe0\xe0\x5c\xd3\xf3\xbf\xa8\xde\x69\xc5\xf4\xf4\xf3\x7b\xcd\x38\xd9\xf4\xfc\xe4\xec\x7a\xa7\xaf\xa7\x0f\x8e\x9c\x5d\xef\xb4\x62\xfa\x1a\x4c\x52\x38\x5e\x72\xfa\xe2\x4d\x87\x9b\xef\x98\x5d\x36\xe9\xeb\xfe\xf7\xda\xe6\xb5\x4d\xdf\xd5\x17\x9d\xba\xc3\xb5\x61\xb0\x45\xb1\x0a\x6c\xa9\x92\x28\x8a\x65\x27\x4b\x95\x44\x31\x36\xdf\xae\x69\x27\xe0\x1a\x33\xf4\xaf\x6d\xd9\xee\xc5\xe7\xdd\xe9\x97\x65\xbb\x5f\x14\xa5\x1f\x6b\x5b\x36\x7b\xd9\x6c\xba\x65\xd9\x2e\xd6\xda\xc6\xa2\x11\xcb\x76\x31\x29\xdb\x17\xdd\xb2\x7c\x51\x5f\x0c\xb2\xd2\x6b\x5b\xbe\xa8\xaa\xec\x2f\xce\xb5\xdb\x9f\xa4\x10\xa9\x04\x5e\xdb\xee\x15\x95\xd4\xdf\x39\xd7\xee\x53\x65\xba\x95\x65\x8b\x6b\xdb\x7d\xb7\xb0\xea\xdd\xcf\x65\xf7\x8a\x64\x15\x7b\xf8\x43\x3b\xe7\x45\x43\x1b\x65\x6d\xbb\x9d\xb3\x3b\xec\xf8\x08\x0f\x1f\x3e\x15\x47\xbb\x5d\x71\xf8\xec\x5f\xf4\xaf\x2b\x0e\x7b\x87\x5d\x17\x46\xfa\x5f\xb6\xf5\xf0\x73\xf7\x15\x39\xec\x8b\xc3\xec\x2c\xd7\x3c\x6c\xec\x8b\x20\x70\x5b\x6a\x43\x8a\xf7\x97\xdc\xc0\x61\xff\x1c\x0c\x3b\xe1\x2f\xbd\x01\xa6\x6a\x59\x78\xbc\x54\x82\x14\xfd\x1b\x14\x4e\xdb\xff\xe5\x1a\x39\xff\x69\xfb\x4f\x32\xdc\x5e\xf2\xf4\x81\x9f\x94\xb3\x7b\xfa\xd3\x86\x21\xe3\x1f\x83\x46\x5c\x3e\x11\x2a\xac\x71\x4b\xd6\x76\xf9\xc3\x8b\x37\xc5\xc1\xe4\xf2\xc6\x2f\x64\x57\x07\xf7\x7d\xd9\xfa\x4b\x31\x25\x0f\xd9\xd7\x97\xf2\xf6\xbc\x29\xb7\x3f\xbc\x79\x9f\xbc\xe2\xed\xfb\x84\x0e\x64\x52\xd2\xb1\xd4\x81\x14\xd5\x83\x57\xe5\xb6\xad\x37\x4f\xdc\xf3\xdf\x76\xe2\xed\x13\xa7\xad\xb7\x1d\x46\x02\xaf\xfb\xd1\xdc\xb6\x82\x39\xd3\xf2\x4d\x7c\xec\xb0\xc7\x07\xce\xe9\x1f\x6f\x92\xc5\xbd\xdf\x60\xf5\xf8\xc0\x1f\x3f\x07\x7f\x68\xe7\x33\x19\xca\x76\xc7\x4b\x95\x49\x51\xdd\x77\xec\xe7\xb9\xd8\x5e\xe7\x3b\xd7\xcf\x57\xf8\x45\x9b\x0e\xa2\x3f\x3b\xec\xc7\xe3\x4e\xff\xcb\xd6\x2b\xfa\xc2\x7f\x35\x8d\x35\xe8\xbe\xd5\x4d\x2b\x0c\x1a\xfb\x9d\xae\xa6\x15\x06\xdd\x7b\x54\xb1\x52\x0c\xa6\x5a\x56\x23\xa3\x26\x02\x85\xb3\xa5\x86\xa5\x28\x54\x76\x57\x23\xa1\x26\x3a\xbb\x79\xaf\xd6\x3c\x7d\xfb\xde\x73\x4e\xa6\xdd\x6c\xed\x7b\x6c\x93\x63\xfe\xd4\x19\x46\xba\xa7\x91\x3d\x13\xd5\x07\xff\x45\x76\x4b\x54\x7f\x63\xdf\xd5\xba\xcd\xe8\x36\x83\xf6\x77\x7f\x88\xea\x59\xb0\xac\x6f\x35\xe6\xf3\x44\xf5\xa4\x69\xa4\xb7\x44\xdf\xed\x0c\xad\x2b\x88\xf8\x0e\x79\xfe\x17\xe1\x47\xdf\xb4\xae\xed\xb3\xae\x7c\xf5\x8d\x9c\x94\xa8\x9e\xf4\xc6\xf0\xfc\x4e\xd5\xe1\x88\x2e\xf5\x2f\x45\xf5\xa4\x65\xda\x4d\xc5\x2e\x93\xfa\x9e\xd5\x86\x77\xc0\xfc\x5a\x4f\x2e\x4a\xf0\x2b\x5a\x52\xdf\xb3\x14\xc0\x14\x1d\x3d\xbf\xd5\x08\x7e\x45\x90\x00\x5e\x2d\x6d\x07\xf1\x30\x8a\x69\xab\xa5\xf7\x99\xf4\x23\x56\xb8\x11\x0e\x8b\xae\xe1\x54\x38\x53\x0c\xa6\x05\x56\xd3\xe4\x36\x4d\xee\x7c\x3f\x25\x85\x2d\x17\x2a\x96\xc5\x02\xe9\xd5\xca\xe6\x17\x15\x2d\xe1\x7f\xd9\xd4\xb2\x7f\x38\x97\xb6\x14\x74\x66\x30\x56\xd3\x96\x82\xea\xdf\x21\xdb\x35\x19\x42\x30\x49\x6d\xfa\xfe\xbc\x08\x87\x4e\xb5\x2e\x45\xa4\xef\xe7\xb4\x5f\xa7\x19\x3b\xee\x51\x5b\x06\xfa\xf2\xc5\x5e\x36\x62\x61\xd0\xcb\x43\x36\x62\x69\xd0\xfd\x70\x96\xdf\x12\xc1\x6d\x2f\x7a\x7a\xd9\x87\x04\xb7\xfd\x1f\xd4\x2e\x96\x4a\x9b\xe2\x3d\x31\x0d\x5f\xde\x0b\x61\x2d\x9b\x9d\x2d\xa5\x36\x45\xb1\xdc\x6b\x29\xb5\x29\xba\x2e\x46\xd3\xfe\x35\xed\xdf\xe4\x41\xef\x3e\x89\x9d\x51\xa7\xfc\x2f\xcf\xb5\x23\x0e\xeb\x47\xba\xfb\x22\xed\xe4\xfe\x19\x9b\x9a\xc6\x0e\x04\x9b\x6e\xad\x76\xd8\x2f\x87\xfd\xc2\x7f\x1d\x5e\xf1\xf0\x8a\x74\xcb\xe1\x1d\x51\x6e\xd4\xed\xf6\xc3\x1b\x3a\x98\x94\xd8\xfd\xa1\x0f\xe7\xe0\x13\x9d\x34\xe2\xf4\xf4\x4c\x7b\x75\xc6\x77\x25\x3a\x45\x9f\x8e\x00\xda\x1d\xf0\x76\x18\x37\x79\x7a\x93\x4c\x72\x75\x9f\xe1\xe9\x25\x89\x61\xfb\xe4\x92\x9a\x27\x50\xdd\x3b\x3a\xbd\x49\xa6\xaf\xfa\xa4\x77\x4e\x5f\xca\x93\x97\x72\xf2\x54\x4f\x7b\x9a\xe9\xab\x60\x00\x6e\x97\x6d\xa5\x68\xa8\x3b\xaa\x5d\xbe\x0e\x14\x0d\xe9\xb5\x34\xed\x1a\x68\xe1\xe7\x79\xd9\xae\x8b\x76\x2d\xda\x75\xd9\x15\x17\x5d\xb1\xb8\xa1\xcb\x76\x5d\xb4\x0b\x17\xa5\x5d\x36\xe2\x32\x26\xc4\x78\xb7\xdb\xb7\xf2\xe6\xd3\xc0\x77\x52\xe2\x53\xf4\x65\x5b\x6f\x2f\x79\x7b\x49\x0f\x79\x49\x0d\x22\x5e\x45\xd3\x20\x36\x0d\xa2\x1f\xf6\xed\x25\x1f\x6e\x72\xa7\xf9\x8f\xa7\x7f\xac\x64\xe0\xbf\xb4\x6b\xa0\xe9\xc0\x29\xdd\x29\x0a\xdd\xeb\xd5\x1e\x1b\xc1\xbc\x14\xc9\xb6\xd5\x1e\xaf\xf8\xb8\x8b\x02\xf7\xfd\x78\xdf\x8f\xb9\x72\xfe\xeb\xe7\x15\xd9\x85\x48\x9f\xae\x69\x10\xdb\xb7\x43\x2c\x57\xfc\x79\x43\x4c\x2e\x25\xb5\x83\xab\xfd\x3c\x3f\x93\x4b\x48\x25\x2f\xe5\x3c\x45\xeb\xdf\x7f\xf9\xbc\x7f\x3c\xef\xfd\x3d\xd4\x0d\x72\x3b\x85\x3f\xec\x0c\xb0\xba\x01\x2d\x78\xcf\xef\xb1\xf4\x18\x6f\x1d\x6f\x75\xd7\x4a\x82\x42\x5a\x6c\x75\xad\x24\x68\x6c\xc8\xbd\xba\x56\x12\x24\x15\x73\xab\x6b\x25\x41\x21\x4f\xbb\xba\x41\x2e\xe8\xba\x79\xaa\x85\x8a\x42\xd0\x77\x75\xe3\x5e\xd0\xbf\xe6\x1b\xf6\x82\x62\x3f\x89\xd5\x0d\x71\xc1\x60\xa2\x70\x75\x8d\x30\x28\xea\x7e\x56\x37\x9c\x05\x81\xbc\xdc\xea\x9a\xe5\xae\x59\x2e\x0f\x9d\x1e\x3a\x19\x43\xe9\x09\x23\x5c\xd0\xc7\x77\x45\xdb\x85\xde\x3e\x5a\x3c\xab\x33\xa7\x25\x7a\x78\x2e\xe3\xe0\xde\xbf\x61\x95\x9b\xd4\x78\x83\x32\x2b\xa0\x8a\xa9\xe8\x06\x40\xaa\x98\x8a\x0a\xef\xa8\xdb\x0a\x6a\x7c\x46\xf7\x87\xb6\x82\x22\x1e\x92\x4f\x4b\xc5\x52\xf1\x5e\x92\xc7\xa6\x89\x07\xc5\xa6\xff\xab\xb3\xed\x87\x68\xff\x3d\xa4\xf0\x81\xa3\x6c\x4a\x55\xca\x52\xd9\x54\x44\x30\xfe\xf5\xb0\x17\x5f\xb4\xfd\x3b\x99\xbd\x48\x12\x9c\x02\xcf\xd5\x75\x21\x40\x67\x5b\x97\x85\x56\xe9\x87\x0a\xf2\x04\xca\x93\x8a\x96\x94\x73\x2e\xf5\x49\x45\x30\xe5\xbe\x14\x23\x15\xef\xbf\xd1\x8c\x61\x6f\x0f\xc7\x0b\x3c\x5c\x35\x45\x45\x05\xb9\x03\x35\x45\x45\x05\x99\x88\x6e\xa0\x0d\x2a\x9a\x3f\xf4\xc5\x63\x46\x29\x88\xf6\xd5\x0f\x15\x15\xf8\x53\x8a\x85\x8a\xd2\xdf\xec\x65\x37\x52\x5a\x4c\xf5\xda\xea\xe5\x3d\x95\x93\x04\xdc\xb9\x71\x36\x28\x5d\xac\x5e\x36\xa2\x78\xbe\x7e\x36\xba\x0b\xa0\x53\x27\xb4\xba\xd1\x38\x08\xa6\x94\x57\xd7\x5d\x00\x15\xbe\x2b\x46\xde\x6a\x91\xe6\x68\x7f\x5b\xe5\x6e\x78\x0d\xda\xf7\x69\x1b\x3f\x77\xf2\xe1\x81\xcf\xa7\x7a\xa9\x78\x9d\x39\x1a\x69\xb4\x0c\x2a\x08\xc4\xba\xb1\x2b\x68\xa6\x84\x94\x1c\x15\x15\xbe\xaa\xcb\x1f\x2e\x23\x49\xbc\x34\x55\x48\x45\x05\xee\x4a\xdf\xbd\xe6\x8e\x53\x33\x3c\xe4\xc9\x76\xc4\x5b\x08\x71\xfb\x6e\xbf\x50\xec\x12\xbe\x5d\xc6\x9b\xdd\x7d\x62\x7d\x38\xc6\x9b\xa0\x35\xdf\x10\x03\x49\x50\xe1\xc7\x6d\x1c\x09\x8a\xcd\xc8\x96\x5a\xa5\x22\xf4\xe5\xfa\x61\xf3\x8f\xaf\xf9\xdc\x92\xb1\x25\xe8\x3a\x60\xca\x97\x8a\x16\xb8\x56\x5d\x1b\x0f\x82\xba\xa8\xd5\x4f\xfb\x1a\x29\xba\xdc\xbc\x4b\x0d\x3a\x68\xcb\xee\x39\xed\x8b\x93\x0d\xf0\x70\xf3\xfb\x69\xfb\x4f\xdb\xef\x21\x1b\x4b\x9e\x9a\x75\x75\x4b\x91\x53\xf1\x9e\x9f\x63\x97\xfd\x73\x99\x65\xe1\xfc\x9a\x6f\xf0\xfe\x1b\xdd\xa8\xc9\x05\xed\x1b\xe1\x6f\x9f\x12\xd5\xbc\x81\x43\xd2\xb5\xc2\x60\xe8\x38\xf7\xdb\x2f\x81\xed\xde\xd9\x15\x6a\x29\x46\x2a\x22\xfd\x1c\x35\xcc\xa0\xc2\x1b\x37\x2c\x05\x2d\xca\x1f\xfa\x48\x28\x35\x31\xd0\xee\x86\xa5\xa0\xc2\x11\x40\xf3\x0d\xea\x7b\x4a\x46\xaa\xa0\x74\x48\xba\x16\x1d\x14\xb3\x41\xab\x6b\xd1\x41\xff\x46\xcd\xc7\xae\x78\x14\x33\xe4\xe9\x6a\xe4\x41\xdf\x7d\xf9\x1f\x9b\xfa\xa0\xac\x69\x23\x8c\x67\x41\xd3\x49\xee\x5a\x74\x50\x81\x11\xee\x5a\x74\x50\x48\x76\x2f\xb5\x4e\x45\x85\x23\x9f\x06\x1d\x54\x68\x83\x7f\x5e\x11\x1b\x1f\x8e\xd2\x1a\x74\xf0\x3e\xb5\xb7\xf3\x43\x8b\x0e\x16\x42\x10\x2b\x8c\x84\x41\xb0\x0d\xef\x0a\x8d\x3c\x28\x36\x50\x58\x8a\xa4\x8a\xc6\x9e\xd5\x2b\x34\xfb\x9f\x6e\x2a\x6f\x40\x18\x2f\x83\x32\x59\x11\xda\x78\x50\x31\x3c\xfd\xe3\x21\x44\x46\xb9\x49\xc5\x55\x45\x85\x4d\xd5\x08\x47\x63\x9c\xc1\xc8\xa8\xa4\x2a\x1a\xb3\xda\x2b\x0c\x7a\x41\xb1\x0c\x70\x29\x88\x2a\x9a\x69\x6c\x95\x4e\x45\x51\x04\xba\x94\x35\x15\xc5\xee\x30\x4b\x59\x53\x51\x41\x18\x1c\x1a\x49\x50\x41\x4c\xad\xd0\xa9\xa8\xe0\x5b\x08\xed\x21\xa8\xe0\x2b\x52\xfb\x54\x74\x6a\x28\x57\x68\xfc\x40\xd7\x1e\x86\xc6\x0f\x14\x6a\xb4\x2b\x34\x7e\xa1\xf1\x23\xba\x55\x0e\x55\xbc\x0f\x92\x56\x0c\x2f\xc9\xa4\x30\x3b\xd9\xac\x18\x9e\x8c\xbd\xac\xd8\xba\x79\x85\xe1\x33\x68\xcb\x0e\xd3\x1c\x82\x66\xf4\x1c\x86\xc5\xa0\x82\xb8\x3b\x0c\x8b\xc3\x1d\x0f\x37\xfb\xc2\x84\x35\xe8\x06\xfb\x61\x10\x0c\xde\x7f\xf3\x98\xb7\xf9\xa2\xb3\xa9\xf4\x0a\xed\x21\x58\x6c\xbc\xb5\xc2\x8c\x2f\x28\xfd\x05\x25\x52\x45\x05\xe1\xb3\x12\xa9\xa2\xb1\xe2\x72\x29\x7e\x2a\x9a\x03\xb3\xe2\xa7\xa2\xfe\xfb\x2f\xef\xf2\xc5\x2a\xfb\xc2\x2c\x2c\x28\x5d\xea\x30\x0b\xab\xf4\x69\x6e\xf6\xbf\x69\x58\x50\x8e\x32\x4a\x9f\x8a\x0a\x42\xb4\x30\x0c\x05\xf5\x7d\x0e\x9a\x32\xf0\x9e\x8c\x1b\xd7\x96\x81\x72\x94\x0f\x4d\x19\x78\xff\x8d\xb3\x19\xae\x82\x8a\xf8\xbb\xfa\x6b\xa9\xa9\x2a\x8a\xbd\x5d\x56\x98\xcd\x05\xef\x89\x79\xd8\x46\xb8\xa0\xf4\x34\x95\x5e\x15\x2d\xfd\xd2\x34\x92\xa1\x91\x24\x8b\x10\x46\xb8\xa0\x82\x00\x3a\x4c\xdd\x82\x62\x07\xa7\xa5\x3c\xab\xa8\x20\x50\x55\x9d\x75\x7d\xea\xac\x9b\x9f\x9a\x79\x5a\x50\x68\x9b\x2e\x15\x5b\x45\x04\x51\x69\x68\x11\x41\xb0\x05\xcc\x52\x9d\x55\x14\xab\x86\x96\x6a\xaa\xa2\x82\x88\x2a\x8c\x4a\x51\x53\x7d\x2f\xc9\x23\xbb\x3c\xd9\xc5\xa7\x4c\xdc\x18\xda\x35\xd0\xd1\x90\x59\x71\xf9\xac\x5f\xac\xf2\x55\xbd\x6c\x2b\xb5\x97\x85\xad\x08\x33\xb0\xa0\x4d\xbf\x3e\x33\xb0\xa0\x82\x70\x39\xb4\x74\xa0\x7d\x2f\xb4\x49\x59\xd0\x87\x6d\x35\x04\x05\x45\xb9\xd9\x0a\x6d\x18\xe8\x94\x75\xad\xd0\x60\x81\x68\x0e\x31\x8f\x0f\x84\x10\x34\x96\x87\xec\xea\x17\x51\x8e\x3a\x46\x92\x2a\xa2\xe6\xe6\x4b\xae\x2d\x02\xf5\x75\xb5\xe9\x56\xd0\xbe\x7e\xfd\x79\x7e\x66\x55\xd9\xd4\x64\xa9\x92\x2a\x82\x1d\x4e\x57\xfc\x7c\x07\x28\x70\x0c\x82\x76\x85\x53\x45\x05\x29\x87\xf8\x79\xdf\x2f\x56\x69\x51\x7e\xf6\x34\x0b\x4f\x8d\x8d\x43\x8b\x15\x5a\xac\xdd\x43\x3e\xdc\x1f\x0f\x97\x64\x82\xb2\xa9\xa2\x90\x6a\x5e\xea\xa2\x8a\x70\x66\x4b\xc1\x53\x51\xba\x36\xaa\x9b\x8a\xc9\x5e\xef\x6b\x38\x81\x0a\x8a\xfd\x53\xd7\x30\xb6\x04\x81\xfe\xe6\x1a\xc6\x96\xc3\xd8\x92\xf8\x7f\x68\xb0\x40\xa3\x34\x60\x0d\x56\xba\x8a\x96\xac\xcc\x59\xc3\x39\xd5\xf1\xcd\xa9\xf2\xa2\x8f\x66\xfb\x9b\xe3\x1c\xcd\xa0\x7e\x51\x14\x4b\xda\x96\x72\xaa\xa2\xa8\x2f\x5c\x0a\xa0\x8a\xf0\xa3\x51\x00\x55\x54\xec\x9e\xcb\xf6\xbf\xa8\x41\xa8\x34\xb4\x62\x8a\x9d\x26\x26\x5e\xc9\x52\x51\x83\xa8\x65\x68\x8c\x86\x91\x18\x39\x81\xe1\x84\x27\xa8\xd8\x3d\x97\x7d\x11\xec\x61\x8d\x17\x39\x8c\xc4\x40\x0d\xfb\x75\x78\x2e\xd6\x40\xb0\x49\xf9\x1a\xda\x22\x10\xec\x1f\xb9\x86\xb6\x68\x7c\xa9\x5c\x86\x99\x61\x8e\x16\x04\x4b\x5f\x97\xa2\xa3\xa2\xef\xb6\x22\x7d\x6e\xf9\x89\xd2\xbe\x87\x9c\xb6\x04\x81\x34\xef\x52\x14\x54\x14\xab\x7c\x96\xa2\xa0\x22\x9a\x37\x69\xd0\xa5\x02\x28\x85\xce\x4b\x01\x50\x51\x63\xf3\x5c\x5e\x91\xa0\xcb\x38\x7e\x94\xbd\x53\x56\xd2\xd3\xd4\xb2\x77\xca\xb1\xc8\x1f\x7a\x43\x64\x72\xc7\xf7\x5f\xbe\x29\x2f\x6a\x10\x58\x2a\x09\x2a\xc2\xa8\x6a\x68\xfc\x40\x43\xfc\x6e\xa9\x08\x2a\x9a\xca\x70\x6b\x68\x10\x41\xb1\x13\xc5\x1a\x06\x5f\xa0\x06\xce\xf3\x30\xbb\x0b\x22\xed\x69\x73\xb4\xa0\x86\xcf\xc8\x8c\x2b\xa8\xe1\x8b\x62\x84\x06\xfa\xb0\xc3\x76\xdf\x56\xb4\x3d\xbe\xf7\x70\xf7\x87\x3b\x82\x4d\x18\x9f\x61\x34\x06\x02\xcd\x81\xa5\x42\xa8\x88\xf4\x79\x68\x68\x40\x0d\xc2\xdb\xe1\x1c\x21\x28\x6a\xd1\x97\x92\x9e\xe2\xbd\x6f\xce\x6f\xa0\x05\x6a\xf8\x3e\x19\x54\x81\xf7\xdf\xf8\xa9\xd3\x73\xa0\x7d\xed\x37\x4d\x0a\x56\xf9\x74\x8d\xa0\x40\x4f\xdf\x6a\x23\x28\x50\xac\x10\x59\xc3\x08\x0a\xd4\x68\xfb\xdf\x46\x79\x9c\xde\xf1\xe9\x2b\x62\x83\x6c\xe4\xe9\x1d\x73\xc8\x8c\xe9\xf8\xcc\x15\x4e\xc1\xd0\x5c\x81\x42\x90\x6f\x0d\xb3\xa8\xe0\xfd\x37\x3e\x34\x67\x0c\x41\x67\x89\xd7\x1a\x86\x66\xa0\xa8\xed\x5d\xc3\x34\x2a\x88\xdd\x77\x50\xab\x06\x6a\xf8\x78\x2e\x6f\xef\xe2\xa3\x62\xc0\x1f\x26\x5b\x41\x0d\x07\xd6\xdb\xc6\xbe\x28\xf4\xb4\xd7\x30\xf0\x03\x81\xb2\xd1\x1a\x1a\x3a\x50\x26\x9c\x86\xf1\x1b\x28\x54\xbd\x97\x3a\xa7\xa2\xd8\x44\x7b\x29\x73\x2a\x96\x3e\xc5\x78\x3c\xf4\x38\x22\x73\xc5\xc7\x8f\xea\x71\x51\x3b\x5f\x90\xe6\x6a\xfc\xfe\x9f\xb1\x77\x47\xba\x65\xd7\xcd\x6c\xfd\xdb\x8a\xdd\x83\x3b\x49\x26\x01\xc2\x29\xa7\xec\xaa\x3e\xe4\x33\x42\x86\xa4\x13\xa7\xa4\xfe\x57\xe4\x18\x29\xa3\xe4\xac\x6d\xac\x18\x2b\x18\xf3\xcf\x64\xbe\x08\x02\x04\xf1\x7d\x37\x91\x5e\x68\x89\x40\x6c\x3e\x56\xc3\x9c\x20\x90\x05\x59\x9b\x36\x06\xbc\x7f\xe9\xd1\x7c\x4a\x0f\x4f\x89\x28\xc1\x34\xe5\x07\x74\x63\xc5\x53\xe7\x66\xea\xdc\x10\x6f\x52\x3b\x54\xb4\xc9\xe6\xb8\xa5\xee\xa7\x18\xa8\x1a\x2f\x75\x3f\xc5\xa0\xe0\xe6\x9a\x26\xd6\x80\x40\x8b\x70\x29\x05\x2a\x62\xc3\x7d\x9e\xfa\x40\x48\x81\x06\x95\xb5\x97\x52\xa0\xa2\xb9\x12\xab\xc8\xa7\x88\x8d\x39\xcb\x34\x9e\x08\x82\x6c\xc7\xa5\xc6\xa7\x48\xd4\x41\x97\x82\x9e\x62\x38\x71\x52\xaa\x53\xc4\x86\x17\x3c\x29\x67\x28\x9a\xf6\x76\xea\x03\xcd\x2f\x28\xc8\x53\x9a\x1a\x99\x69\x50\xf0\xfb\x99\x7f\x89\xf9\x70\x7e\x35\x5d\x0a\x04\x49\xe5\xee\x35\xf5\x78\x40\x50\x5f\x7a\x4d\x57\x07\x41\x6c\x5e\xa4\x4e\x10\x18\x1b\x01\xd2\xa9\xdd\x01\xb1\xf1\x5e\x28\xb9\x29\xfa\xe6\x33\xd2\xee\x80\x6e\xf4\x5b\xc9\x4d\x11\x1b\x6e\xaa\x62\x9a\xa2\xa5\xbd\x77\x1d\x10\x2c\x72\xe0\xd6\xd4\xdf\x01\xb1\x11\x6f\x98\xda\x2b\x30\x10\x1f\x5d\x53\x0f\x08\xc4\x36\x3c\x96\xfd\x7a\xb1\xe2\x67\x93\xfd\x32\xba\x88\xfb\x3c\x4d\xe3\x01\xef\x6d\xa5\x63\xda\x30\x10\xdf\x75\x1b\x25\x04\x1b\xdb\xf8\x96\x6a\x97\x62\xb8\x9a\xaa\xda\xa5\x18\xd3\x87\xab\x59\x03\x2b\x30\x45\x2a\x5b\x8a\xd8\xf0\xf3\x94\x99\x14\xc1\x5e\xa3\x35\x0d\xe6\x81\xd8\x3c\x96\x6b\x83\x20\x36\xfc\xfa\xa9\x41\x01\x43\x07\x6e\xea\x4d\x81\xa0\xe8\xfb\x9a\x2e\xea\x81\xd8\x98\xb6\x2a\x1f\x29\x62\xc3\x27\x51\x18\x52\xbc\xb7\x82\xfb\xaa\x29\x02\x61\xa6\x88\xc2\x90\x22\x36\x66\xca\x8a\x40\x8a\xd8\x70\x49\x67\xd9\x8b\xc2\x8d\xc4\xd2\x4d\x0d\x16\x18\x66\xce\x4d\x13\x5d\x40\x50\xbb\x7d\x4d\x6d\x18\x08\xca\xbe\xae\xe9\xaa\x1e\x88\x6d\xb3\xc9\xcf\x68\xa7\xf0\x33\x03\xcf\xd4\x86\x81\xd8\xf0\x19\xa6\x9e\x11\xe8\xa4\x54\xaf\xa9\x63\x04\xfa\xf4\x2b\xd2\x31\x52\x63\x92\x1d\x62\x6b\x1a\x77\x04\x63\xf9\x31\x68\x0e\xc1\x7b\x77\xb8\x89\x06\x1e\xc1\x58\x5f\xc7\xbc\x89\xc4\x1d\x1d\x11\xa7\x6b\x8b\x60\x51\xff\x7e\x4d\x83\x8c\xf3\x0b\x32\xe2\xdf\x2a\x32\x29\x62\x63\x06\x31\x5d\x35\x04\xb1\x31\xe1\x9d\x9a\x2d\xb0\xb1\xc7\x71\x4d\x8d\x0f\x88\x0d\x07\x44\x15\x48\x31\xa8\xcd\xb6\xa6\xfe\xd3\xfc\xf2\x57\xd3\x36\x3b\x7b\x32\x8a\xf9\x44\xb4\x3e\x53\xeb\xe3\xb7\x75\xf9\x05\x92\xbf\xba\xc5\xdf\xc8\xf7\x9a\xda\x18\x10\x1b\x76\x74\x9a\xcd\x02\x62\xf3\x51\x98\xa7\x02\x06\xa9\xb2\x6b\x1a\xfd\x03\x41\xc5\x95\xa5\xbe\xa3\x18\xce\x56\xa6\x2e\x17\x08\x6a\x76\x2e\x85\x1b\x45\xdb\x4c\x74\x9c\x3a\x40\xa0\x7f\x23\xb9\x81\x3d\x10\x14\x7d\x5b\x6a\x39\x8a\xd8\x7c\xe9\x75\x93\x40\x5f\x0e\xdb\x06\xf6\x40\x6c\x7c\x67\x61\x10\x0f\xc4\xc6\xb4\x36\x34\x57\x20\x48\xed\x7e\x07\x31\x9b\x2c\xb9\x31\x68\xda\x6d\xf2\xa9\x16\x4d\x87\x4d\x7c\x07\xbc\x95\xe1\xb2\x19\x78\x9f\x57\xd2\x36\x6c\x63\x60\xc2\xf4\x85\x51\x3c\x30\x0d\x3a\x87\x16\x0c\x4c\x57\x47\x42\x0b\x06\x62\xe3\xdd\x0d\xfd\x1f\x10\x1b\xaf\x43\xe8\xff\x80\xf7\x94\x1c\x4c\x4b\x04\x06\x25\xf7\x56\x18\xc6\x03\x13\x15\xae\xa5\x68\xa3\x88\xcd\xbe\x9a\xa4\x09\x62\xf3\x58\x9b\xc7\xda\x78\x07\x70\xe1\x15\x4b\x14\x8d\x2a\x9b\x2b\x0c\x8d\x81\xa6\x8f\xad\x7c\xa2\x78\x3b\xc6\x5f\x9a\x1f\x02\x42\x0f\x25\x34\x15\x60\x33\x03\x28\x1c\xf1\x41\x8b\xef\x0f\xbd\xd7\xb8\x36\xc3\x50\xae\x32\x8b\x62\x94\x37\x56\xc3\x00\x5a\xfa\x48\x5c\x76\x02\x61\x5a\x42\x68\x2a\x40\x9b\xec\x99\x5e\x2a\x2f\x8a\xd0\x89\x0f\xad\x00\xe8\xec\xc5\x5b\x2a\x2f\x8a\xf7\x2f\x39\x81\x7e\x8b\x32\x8b\xf3\xe7\x19\x74\x5c\x40\x98\x31\x18\xba\x1f\x60\xf4\xef\x57\x5e\x67\xea\xe9\x79\x52\xc3\x76\xa0\xb1\xbd\x66\x29\x83\x28\x9a\xa5\x23\x57\x68\x09\x40\x33\xb0\xa2\x04\xe1\x0a\x76\x2d\x50\x8f\x65\x85\xa1\xb6\xf8\x42\x6d\xf6\x43\x4b\x10\xdf\xb6\x05\xac\xa2\x22\x84\x22\xb6\xaf\xc9\xc7\xa2\xbe\x08\xf3\xba\x30\x70\x16\x5f\xe0\x8c\xe8\x41\x98\xce\x01\x62\xfb\x9a\x7c\xc6\xbb\x5a\x34\x5c\xc1\xee\xcd\xfd\x3c\x15\x8f\xe6\x30\x1f\x04\xbb\xb6\xaf\xc9\x2b\x60\x2d\x69\x63\x4c\x0f\x47\x66\x10\x86\x86\x54\x21\x14\xb1\x31\x02\xc5\xe1\xf7\xc4\x96\x04\x73\x36\x43\x17\x00\x84\x1e\x8e\x2a\x81\x22\x9c\xf3\x84\x81\x2d\xd0\x5d\x41\x0d\x07\xe6\x70\x60\xc6\x59\x0d\x5d\x00\xd0\xa9\xed\xb7\x14\x09\x14\x6d\xf9\x3a\x3a\x56\x87\x92\x20\x98\x9f\x70\x09\x07\x84\x91\xff\x70\xbe\x1f\x16\x5f\x61\x9a\xa2\x48\xa0\x88\x89\x1f\xa2\xe4\x9f\x08\x63\x13\x4a\xfe\x89\x70\xb9\x49\x31\xbf\xf5\x89\xf9\x31\xe4\x85\x03\x2f\x08\xea\xf4\x2c\x65\xfa\x44\x20\x48\xb0\xc2\xac\x09\x30\xa6\x2f\x94\xbe\x83\xc2\x7d\xce\xc5\xc2\xe8\x17\x88\x89\x9b\xa6\x4a\x9f\xe8\xe5\x28\xe2\xe8\x0c\x62\x36\x7f\xe5\xcb\xf9\x6d\x20\xf0\x55\x74\x78\x06\x31\xb1\xa7\xa1\x87\x11\x9f\x87\x41\x34\x47\x31\x3f\xd1\x0c\xdf\xa5\x1e\x06\x08\x0a\xcf\xaf\x74\x14\x07\x23\x18\xd8\xd3\xf8\x17\x08\x97\xc6\xd2\x81\x1d\xc4\xfc\x79\xac\x65\xd3\xa2\x69\xd1\x54\x36\xd9\xff\x41\xd3\x6e\xd3\x4e\x53\xd0\x74\xd8\xe4\x82\x39\xaf\x58\x1a\x00\x03\xe1\x5d\x4c\x7d\x1a\x10\x13\xff\x31\x35\x09\x20\x26\x0f\x29\xb5\x08\xe0\x3d\xd8\x9f\xb7\x4a\xad\x34\xad\x02\x74\x6a\xf1\xac\x6c\x76\xbc\x39\xf0\xf3\x8a\xa7\x26\x03\xc4\xec\x36\x9d\x36\x91\xa9\xf5\xfd\xe5\x6d\x93\xb3\x0a\xbe\x04\xe5\x04\x45\x4c\x1c\xd8\x74\x7d\x08\xbc\x3f\x9b\xb4\x79\x52\x72\x2d\x26\x0e\xb8\x12\x83\x22\x26\x1e\xac\x6a\x82\x22\x26\xeb\x81\xe9\xc6\x01\x10\x93\x51\x21\x75\x71\xc0\x7b\x7c\xba\xa6\x01\x02\x31\x71\x2f\x52\x57\x05\x74\x73\xc1\x52\xbf\x04\x6c\x06\x7c\xd2\xcc\x46\x10\x14\x0e\x5f\xa9\x99\x02\x61\xf8\x22\x75\x55\x40\x4c\xbc\xc9\xd4\xfe\x80\x6e\x72\x5b\xea\xaa\x80\x98\xb8\xfc\xa9\x5f\x02\x62\xe2\x73\x2a\x43\x28\x62\x32\xc7\x49\x37\x0e\x80\x98\xf8\xf7\x4a\x0e\x8a\x98\xc3\x5f\xf9\x5e\x12\x5a\x73\xfa\xaf\xbe\xa0\x88\x89\x45\x55\x5f\x50\xc4\x64\x84\x49\x83\x66\x20\x26\xfe\x6b\x6a\x68\xf2\xdb\x37\x40\xac\x33\x4d\x76\x04\x31\x99\x42\xa5\x21\x32\x30\xcc\xf6\x4e\xf3\x1f\x41\xa0\xb8\xbf\x54\x17\x14\x83\x9d\x51\x2b\x0d\x87\x81\x70\x13\x40\xea\x97\x80\xf7\x94\xfe\xcc\x4f\x81\x7a\x67\xae\x55\xa7\x8e\x03\x78\x7f\x46\x37\x8c\x6b\x81\x60\xcf\xf2\x4a\x57\x4b\x40\xa0\x51\xba\x52\x33\x00\xc2\x7c\x0f\x65\x03\x57\x3a\x8f\xa7\xde\xc4\x4a\x4d\x03\x08\xea\x74\x2e\x45\x02\x45\x50\xcc\x7a\xa5\x4b\x23\xe0\xfd\x4b\x6e\x9a\x33\x74\x30\xca\x77\xd1\x20\x16\x88\x39\xfd\x95\xd7\xc4\x0a\x8a\x49\xb0\x69\x48\x0a\xc4\xf7\xae\x68\x67\x40\xb8\x4c\x94\xda\x19\x10\x13\xc7\x4a\x2d\x41\x11\x13\xab\x9e\x1a\x15\x10\x54\x55\x5c\xe9\x34\x1e\x84\xa9\x1a\x69\xaa\x00\x08\x23\x94\x69\x10\x09\xbc\x57\x44\xc7\x5c\xf5\x00\x61\xf2\x54\xba\x9c\x91\xee\x1c\xa3\x96\xc4\x4a\x4d\x01\x48\xb3\xc0\x15\x00\x14\xef\xcf\x6c\xf3\xce\x3a\xf0\x33\x55\x4f\x17\x34\x40\x4c\xfc\xd3\x7c\xbc\xb3\xcf\xb4\x2c\x24\xd7\xe9\x8a\x46\x3e\x5e\x27\x0f\x40\xfb\x90\xcf\xa7\x0c\x49\x93\x5d\xa3\xc0\x56\xf8\x61\x3a\xee\x83\x98\xbc\x7a\xcb\x25\x78\xf0\xf6\x2c\x68\x1b\xb6\x0d\xdb\x92\xb6\x69\x1b\x23\xd7\xb0\x29\x6c\xfa\x6e\x91\x87\x4b\xdb\x58\xc3\x62\xb4\x5e\x0e\xea\xeb\xf7\xdd\xa2\xa2\xed\xb2\x8d\xa7\x3e\x3d\xda\x6d\x13\x7d\xc3\xe1\x5a\xae\x6a\x80\x30\xac\xbe\x1c\xfa\x97\x43\x3f\x63\x92\x42\x84\xa2\x4d\xaa\x4a\x2c\x95\x08\x45\xa0\xf7\xba\x96\xde\x00\x88\x49\x18\x77\x39\x68\x83\xf7\x2f\x39\xa7\xd1\x2b\x90\x28\xd8\x2e\x05\x0b\x45\x20\x7d\xb2\x54\x24\x14\x81\xba\xd1\x5a\x06\xb4\x40\x6c\xe5\xaf\xbc\x19\x14\xe6\xd4\xa1\x5e\x2e\x87\x80\xa0\xe4\xd4\x5a\xae\xcd\x83\x30\x77\x73\xb9\x10\x0f\xc2\x0c\x9d\xe5\xc8\xbe\x1c\xd9\x19\xce\x96\x91\x2a\xd0\x96\x4f\x73\xb3\x5f\x1b\xfd\xc2\xcb\x5a\x9b\xb7\x67\xe3\xd3\xc1\x89\x5b\x2e\x9a\x80\xee\x0a\xeb\x72\x60\x07\xdd\x3c\xed\xa5\x4b\x02\xa6\x51\xda\xa5\xb3\x01\x02\x81\xc2\xb5\x1c\xeb\x41\x77\xdd\x6c\xb9\x6f\x0c\xbc\xb7\xd5\xbf\xf4\x56\x4c\x6a\x37\x30\xf4\x2e\x07\xfb\xe5\x60\x9f\x7f\x2e\x99\xbd\x96\xee\x09\x68\x26\x3a\xab\x7b\xb8\x3e\xdd\xc3\xef\xf4\xbe\x48\xd4\x54\x40\x71\x70\x2d\x8d\x08\x78\x7b\xc4\x4d\x70\xcd\x06\x74\x07\xeb\xe5\x9a\x0d\x08\xa4\xc7\xd6\xd2\xb0\x80\xc6\x9e\xdb\xa5\xae\xa2\x78\x0f\xc6\x4d\xd6\xb2\xac\x4f\x8e\xca\x83\xd9\xd9\xf0\x81\xf1\x97\x66\xd1\x83\x6e\xd8\x4d\x11\x45\x11\x14\xcd\x5f\xcb\xb5\x17\x10\x13\x77\x65\x19\x03\x03\xbd\xec\x85\xee\x0a\x08\xa4\x9b\xd6\x32\x2c\x06\x62\xe2\x35\x2d\x6d\x0d\x68\xc9\x88\xa8\xd4\xa2\x88\xb9\x6c\xb2\x13\x9a\x1f\xa6\x83\x4b\xf3\x03\x9a\xeb\x4b\x4b\xcf\x07\xf4\xe5\xdd\xd1\x20\x81\x70\xa3\xdf\x32\xa1\x00\xc4\xb4\xab\x66\x07\x80\xbe\x1c\x3a\x0c\x81\x81\xa0\xbe\xe7\x5a\xfa\x3d\x4b\xbf\x87\x12\x26\x6b\x69\xdd\x40\x50\xce\x6c\x29\xac\x28\x02\xb5\xab\xb5\x34\x6e\x4b\xe3\x56\x36\xf9\x8c\x08\x8b\x51\x42\x6a\x29\xa2\x28\xde\xe3\x73\xab\xb5\x81\x60\x18\x1e\x5a\xc6\xad\x40\x50\x2b\x6f\x2d\x5d\x21\x10\xd3\x77\xcc\xec\x00\x10\xd3\x8f\xdd\x95\x1d\xd0\x28\x40\xb6\x54\x64\x14\x81\x10\xc4\x5a\x46\xb7\x40\x6b\x0e\x7c\x5a\xc0\x65\xd6\x1b\xe5\x6e\xd6\x72\xa1\x06\x04\x95\x48\x96\x92\x8c\xa2\x37\xdf\x57\x17\x65\xc0\xe6\x36\x93\xe5\xc6\xae\xa5\xa1\x64\xd6\xa0\x70\xa3\xe8\x2e\x3d\x2b\xdc\x28\x5e\x5f\xd7\x36\xef\xcf\xf9\xdd\x1f\x6e\x86\x41\x30\x30\x28\xb5\xbd\x96\xa6\x12\xb4\x49\x61\x96\xa5\xd8\xa2\x08\xd3\xb8\x96\x81\x31\x30\x96\x43\x9f\xc9\x06\x8b\x35\x18\xd3\x6e\x96\x3e\x19\x78\x0f\x66\x9b\x23\x11\xf2\x16\x31\x3c\xa7\x77\x88\x00\x99\x81\xfb\xa5\x9f\x06\xba\x93\xda\x65\x12\x1d\x18\xd4\xc7\x5e\x8a\x34\x8a\xf8\x3e\x38\x97\x6a\xd6\xa3\xbd\x73\xa4\xd3\xec\x82\x30\x10\xbd\x4c\x86\x03\x5d\xff\x54\x91\x46\x11\x06\xe0\x97\xc6\x19\xac\xf0\x95\xd5\x77\x03\xa3\xbc\x22\x6d\x33\x08\x13\x10\x96\x2b\x41\x20\x5c\x06\x54\xc8\x51\xf4\xf0\xcd\xd0\x5c\x83\xae\x05\x2f\x7d\x32\x10\x2e\x6e\x97\x09\x08\x20\x02\xf3\x57\x5a\xe6\xfa\x2c\x33\x53\x64\x25\x20\xc5\xd0\x18\x95\x1e\x18\x88\x60\x9c\x2e\x97\x90\x40\x18\x90\x2d\xf3\xd6\x41\x33\xb4\xa3\x2a\xa4\x18\x81\x4d\x29\xbd\x2d\x10\xa8\x55\xaf\xd2\x9b\xaa\xe6\x1b\xc5\xdc\xbd\x34\xb9\x60\x99\x02\x54\xd4\x9d\x14\x11\xdf\xaf\x6e\x9b\x6e\x0e\x46\x93\x9e\x13\x88\xe0\xeb\x2d\xcd\x2b\x78\x8f\xcf\xfd\x31\x29\x01\x8d\xc9\x08\x5e\x6c\x05\x25\xc5\xfb\xb3\xa2\xcd\x1b\x84\xcd\x0d\x5e\x82\x32\x05\x01\x44\xf0\x7d\x29\x1e\x29\x22\x78\x96\x8a\x42\x8a\x36\x29\xe2\xb3\x94\x80\x14\x41\xe1\xf7\x55\x2e\x0f\x81\x70\x1a\x54\xda\x61\x10\x54\x00\x5b\xa5\xd1\x05\x11\x3e\x25\x8d\x2e\x48\xbf\x2e\x85\x1c\x45\x1b\x5f\x93\xbd\xc0\xc4\x51\x68\x62\x29\xae\x28\x5a\x32\x1d\x56\x5c\x51\x04\x9a\x93\xab\xb4\x5d\x20\xc2\x5b\xa1\x9f\x04\xe2\x7b\xc9\x74\x8a\x40\xc4\xf8\x1b\x89\xd9\x6a\x2f\x8a\x70\x8b\x42\x19\xb0\x03\x61\xea\x52\x69\xec\x40\x77\x7d\xb5\xf4\xa2\x40\xc4\xb0\xc9\xc7\xca\x82\x4f\xe0\x3d\x96\xe1\x3a\xf0\xde\x75\xae\x4e\x6b\x07\x22\x70\xf9\x14\x72\x14\x3d\x98\x10\x29\xe4\x28\x9a\xfa\x99\x4b\x25\x47\x31\xca\x6f\xc8\x0d\x62\x20\x1c\x74\xca\x6c\x3c\x30\x9c\x70\x95\xcb\x47\xe5\x9e\x68\x9f\x97\x76\x12\x44\x60\xdb\xd4\x7b\x14\x81\x12\xd9\x52\xef\x51\x34\x64\x2e\x97\x42\x8e\xa2\x39\x02\x94\xf1\x41\x10\x81\xdf\xa6\x90\xa3\xe8\x6e\x80\x2e\x4d\x27\x18\x66\x01\x2b\xed\x28\x02\x95\xeb\x55\xa6\xda\x81\xe6\x4a\x57\x99\xdb\x00\x22\xf0\xe4\x54\x76\x14\x11\x38\x5f\x2a\x3b\x8a\x51\x5e\x90\x31\x44\x10\x81\x0f\xa5\xd8\xa3\xe8\xdf\xcd\xd1\x79\x04\x11\x9b\x67\xf4\x1a\xf1\x1d\xdd\x28\x5a\xa6\x44\x80\x30\x82\xad\xd8\xa3\x68\xba\x93\xa5\xeb\x08\x22\x18\xca\x15\x71\x14\x11\x78\x80\x2a\x36\x2e\xe4\x19\x23\xfc\x43\xad\x13\x68\xae\x90\x95\xc6\x09\xbc\xef\x0e\x7d\xd5\xb9\xab\xcf\xb9\xf3\xbe\x9a\x0f\x00\x22\xfc\x80\x34\x45\xa5\xdd\xc1\x5d\x55\x2c\x51\x34\x57\xdd\xcb\x85\x99\xb2\xec\x88\xc9\x32\xaa\x25\xae\x4f\x2d\xd1\x5b\x66\x5e\x36\x88\xf0\x89\x98\xd2\x56\x9f\x2d\xf2\x1d\xd6\xca\x94\x56\xc6\x2b\xd0\xa4\x80\x08\xdc\x20\xb5\x11\x45\x43\xc6\x71\xed\x3a\x72\xa0\x8d\xfc\x7e\xd6\x6d\xeb\xec\x49\x99\x34\x0d\x9b\x78\xc9\x30\x33\xbb\x96\x01\xbc\xdd\xf0\x2f\x97\x6d\xcc\xff\x86\x3f\xdb\x6d\xe2\x99\x2f\xcf\x79\xda\xc4\x33\x67\x34\x57\x2d\x51\x0c\xea\xb2\xac\x5d\x37\x6e\x37\x39\xad\x79\x30\x8d\x0a\x88\x60\xe6\xb5\x6b\x54\xc0\x72\x84\xdf\x35\x2a\xa0\x51\xfb\x70\xed\x7a\x76\xe0\x3d\x18\xdd\xd0\xb5\x03\xe1\x77\xaf\xf4\xa2\xe8\x66\x7c\x29\xbd\x28\x9a\xf6\x7b\x77\xcf\x14\x88\xc0\xe7\xdc\xb5\x46\xbb\xd6\x08\xdf\x48\x99\x45\xd1\xf5\xec\x76\xfd\x3f\xf0\xf6\x82\x9e\xe9\x00\x82\xb6\xbc\x24\x8d\xd6\xae\xd1\x62\xc0\xdb\x35\x50\x60\x04\x1e\x9a\x02\x8d\xa2\x07\xb3\x5c\xc5\x18\x45\x73\x77\xf6\xee\x66\x28\x30\xd6\xe6\xaf\x36\x9b\x2c\x13\xcc\xb1\x34\x6c\xbb\x86\xed\x6b\xf2\x56\x0c\x5d\x72\xba\xef\xae\x68\xd0\xf5\x09\x55\x6c\x14\x9d\xda\x7a\x4b\xc5\x46\xd1\x5d\x28\xd8\x35\x75\xbb\xa6\x0e\xbf\x5a\xf9\x44\x11\x6e\x4a\xdf\xcd\x84\x00\xe1\xd6\x11\x75\x11\x45\x9b\x14\x64\x5b\xaa\x20\x8a\x6e\x7c\x74\x37\xd1\x1b\xf4\x35\xfd\x95\xb7\x1a\x9f\x93\xfa\x87\x6b\x77\x7d\x0b\x74\x03\xfe\xbb\xf1\x45\x30\x8c\xee\xef\x7a\x8b\x20\x50\xdc\x5a\xbb\x76\x13\x74\x0b\x2d\x28\xa8\x28\x9a\x1b\x71\x77\xdd\x40\x10\xce\x6e\x14\x4c\x14\x6d\xf9\xd2\x69\x37\x41\xb7\x8e\x83\x1a\x8a\xa2\xbb\x8d\x51\x0d\x45\xb1\xb9\xf6\xb4\xbb\xba\x05\xc2\xb0\xba\xb2\x8a\x22\xcc\x32\xda\x8d\x42\x82\x9e\x58\x6a\x85\x16\x45\x7b\xed\xc3\x1f\xcd\xf2\x6e\xdc\x12\x6c\x66\x2d\xec\xda\xe0\x5d\x21\x24\x46\xc3\xdd\xe4\x77\xd0\x5d\x06\x51\x86\x51\xac\x20\x40\xbc\x9b\xd6\x0e\xc2\xdc\x54\x35\x17\xc5\xfb\x50\xe9\xb7\xbe\x24\x88\x20\x44\xa0\xc2\xa2\x88\x60\x85\x75\x37\xfb\x1d\xc4\xf7\x15\x68\x5c\x41\x2b\x3b\x66\xa6\x3b\x18\xe8\x91\xaf\xdd\xea\x22\xa0\x5b\x0c\x62\xd7\x09\x05\xc3\x8c\x9a\xdd\xd5\x37\x10\x2e\x6d\xaa\xd6\x28\xfa\x37\x54\xb9\xf8\x06\x3a\x92\x50\x4b\x1d\x46\x31\x96\xcf\x46\x4b\x0a\x22\xec\x84\x3e\x28\x68\x68\xb0\x2c\xa5\x19\x45\xff\xc6\x33\xed\xed\xae\xbd\xc5\x5f\x56\xac\x51\x44\xf8\x36\xe8\xa9\x82\x86\x04\xcb\xda\xdd\x12\xb6\x6b\x95\xfd\xf8\xb5\xca\x60\x39\xc5\xdc\xcd\xe9\x00\x81\xf8\xe8\x52\xe4\x51\xb4\xb1\xbe\xbf\xf4\x86\xed\x6e\x57\xe5\x22\x4d\xd7\x00\xc3\x49\x85\x2a\x8f\xa2\xa3\x34\xba\x76\x2d\x35\x68\xe6\xdc\xef\xa6\x61\x80\x61\xce\xc5\x6e\x92\xa1\x8a\x8e\x4e\x28\x77\x77\x71\x81\xe5\x44\x57\x8d\x47\x31\xac\xfd\xb1\xeb\xbb\x82\x08\x02\x1f\x6a\x3c\x8a\x40\x67\x7a\x29\xde\x28\xba\x19\xb9\xca\x32\x8a\xfe\x8d\xd9\xa6\xc4\x83\x66\xdc\x57\xa5\x46\x11\x81\xeb\xad\x52\xa3\xe8\x06\x2b\x94\x65\x14\xa3\xec\x84\x53\x03\xb0\x99\x42\xb7\x3b\x33\xd8\x9d\x19\x30\x7b\xdb\x75\x5c\x41\xb8\x5a\xa2\x2c\xa3\x18\x3f\x6f\xa1\xeb\x8b\x20\xdc\x2a\xac\x2c\xa3\x58\xba\x14\xca\x32\x8a\xf8\x9e\x90\xae\x2c\x88\x24\x9a\x8e\x44\xe3\x87\x08\x4d\xb9\x0b\x93\x20\x3e\xbb\xe1\xbc\x03\x0c\xdd\x62\x65\x19\x45\x84\x03\xbb\x41\x6b\x10\xa1\x25\x37\x40\x0d\xc6\x9a\x1e\xcb\xde\xdf\x0e\x96\xfc\xca\x09\x0b\x08\xe4\x53\xd7\xae\xa3\x0c\x22\x88\xf7\xec\x4e\x61\xc0\x3b\x2c\xf8\x33\x3b\x66\x12\x3e\xde\xd5\x6e\x0e\x0a\x88\xb0\xaf\xce\x74\x40\x37\x0b\x54\xa9\x46\xd1\x5c\x0b\xdd\x75\x8b\x41\xa7\x60\xfe\x3a\x9c\x0f\x81\x11\x58\x84\xc3\xf9\xd0\x61\x45\xe2\xf4\x57\xdd\x26\xcb\xe5\xfc\x68\xda\x6c\x32\xd1\x26\x69\x4a\x9b\x92\x9b\xef\xaf\x4e\x9b\x18\xfb\xbe\xc3\xdf\x36\xdd\x64\x6c\xbd\xd7\x78\x38\xa7\x01\x91\xd8\x20\x65\x19\x45\xa0\x2f\xb6\x0e\x27\x2b\x20\xf2\x67\x93\x67\x6c\x9e\x71\xd2\x54\x36\x59\x5f\x68\xd1\xb4\xdb\xb4\xf3\xab\x46\xd3\x61\xd3\x41\x0c\xd3\x33\x5e\x36\xb1\x55\xff\x3b\xd6\x63\xd3\x37\x4c\x73\x4a\xb3\xfe\x41\x98\x7e\x79\x18\xe6\x06\xe3\xbb\xad\x66\x64\x82\x48\x6e\xbe\x72\x8e\x22\x92\x98\xc1\xe1\x76\x36\x10\x49\x00\x42\x85\x47\x31\x0c\xcb\xaa\xe6\x28\x22\x99\x7e\x1d\xce\x4c\xc0\xdb\x31\xfa\x6f\xe8\x1b\x34\x0a\xcf\xae\x43\x9f\x1b\x44\x12\x93\x38\x9c\x87\x80\x48\xa2\x0d\x87\x2e\xf7\xb1\x7d\x6f\x1d\xe7\x74\x51\x13\x84\x9b\xfc\x95\x5d\x14\x81\xda\xf3\x52\x63\x51\x84\x95\x76\x94\x58\x14\xe1\x12\x8e\x4a\x89\x62\xe9\xac\x2b\x94\x28\xde\x53\xfe\x8d\x9d\x52\x0a\x29\x8a\x30\xb1\xf3\x30\x3f\x13\x74\x67\x20\x87\xa9\x39\x20\x10\x33\x5e\x87\xb3\x19\x10\xd9\xfc\x95\x97\x42\x66\x8e\x75\xaf\x0e\xa3\x00\x20\xa8\x7f\xbe\x0e\xe7\x29\xa0\xa1\x8d\xb2\x0e\x27\x25\x20\x50\xd5\x5b\x8a\x2d\x8a\xa0\xf2\xe0\x3a\x74\xe0\x41\xa4\x17\xec\x0c\xe4\xf8\x66\x20\xf4\xcb\x29\x06\x88\xef\x9b\x72\x8a\x71\xb8\xaf\x1b\x9b\xa0\xd4\xa2\x08\x0b\xbc\x1c\xba\xf9\xa0\x39\xb4\x1f\xc6\xb4\x41\x58\xc2\xe0\x70\x8a\x71\xb8\x73\xce\x3f\xd4\xa5\x07\xe1\x16\xfd\x43\xf7\x1d\x74\x77\xc4\x1c\x7a\xe1\xe0\x4b\xe9\x3b\x9c\x3b\x80\x30\x31\xf2\x70\x47\x1c\x08\x67\x59\x87\x69\x9d\xc7\xb7\xc3\x80\x7e\x19\xd3\x3e\x70\xcc\xd3\xcb\xd6\x31\x07\x91\xcc\x56\xd4\x50\x5c\x08\x26\x46\x62\x56\x15\x4c\x14\xef\x0b\xc2\x29\x9d\x3c\x1c\xf5\xcd\x84\xdf\x73\x2a\xb0\x26\xba\x41\xc3\xd3\x29\x3a\x88\x64\x2e\xa9\x74\x9a\x88\x64\xee\x73\xfa\x1d\x9c\x7e\x07\x4c\x42\x4f\xe7\xe3\x60\x50\xde\x72\x9d\x96\x26\x00\x6d\x9a\xee\x74\x3a\x47\x07\x61\x69\x99\xd3\xd4\x64\x30\x9c\xba\x29\xba\x26\x02\x39\xbb\x75\xfa\xb5\x9c\x7e\x2d\x4c\xe4\x55\x58\x13\x91\x4c\x03\x95\x4b\x13\xef\x29\x6d\x9b\xb6\x4d\x7e\xd6\x69\xf2\x94\x2f\x86\xa5\x9e\x4e\xd7\x65\x40\x37\xb7\xe6\x74\x42\x0e\x22\x19\xbf\x4e\x43\x54\xa0\xbb\x13\xfd\xf4\xad\x06\x9b\x0b\xb6\xea\xa0\x89\xa0\x54\xf7\x52\xdf\x4c\xbc\x1d\xa3\x17\x2e\xd2\x83\xb0\x9c\xcd\xe9\x04\xf8\xb4\x48\xd1\xcf\x26\x4f\x99\x3c\x11\x3e\xb7\xd3\x39\x31\x88\xe4\x1d\x56\xdf\x4c\x04\x6a\x09\xeb\x74\xb2\x0b\xc2\x1d\x7b\xea\x9b\x89\x70\x8b\xfc\xe9\x0b\x0b\xc2\xa5\x9a\xd3\x17\x16\x0c\x2d\x91\x92\x67\xeb\xf4\x85\xf5\xb6\x9a\x61\x0c\x22\x99\x41\xaa\x5c\x26\x22\x09\x22\x9c\x56\x23\x00\x6d\x63\xfc\x38\x7d\x13\xc1\xf0\x13\x39\x9d\xc6\x82\x61\x52\x80\x62\x66\xa2\x1b\xf0\x54\xcc\x4c\x74\xa7\x3a\x8a\x99\x89\xf7\xb6\xd2\x0b\x27\xad\x60\x98\xec\xa2\x74\x99\x68\xe3\x3b\xa5\xb7\x62\x37\x89\x95\xdb\xea\x3c\x16\x84\x1b\x14\x14\x38\x13\xcd\xd5\xfe\xd3\x99\xed\xe9\xcc\x76\xd9\xe4\x45\xb2\x2f\x27\xa7\xdd\xf7\x22\x59\xcf\x41\x4a\x67\x9d\x86\xa5\x40\xb7\xe6\xcd\xe9\xfc\x17\x8c\xc5\xf0\xa7\x0c\xda\x52\xf3\x0c\x41\xb8\x75\xba\xc4\x03\x9a\xcb\x09\xa7\x39\x71\x20\xcc\x61\x3d\x5d\xe2\x01\xc3\xfd\xcb\xa7\x5b\x7c\x40\x5f\xe9\x19\xbd\xa0\x83\xa5\x27\xa6\xb1\xea\xa7\x89\x41\xc1\xfe\xa5\x7c\x9a\x88\x9c\xfe\xa1\xbd\x57\xb4\xc3\xef\xc3\x84\x09\xd0\xdc\x07\x79\xba\x5a\x04\x22\x71\xd4\x55\x4f\x13\x9b\xc5\x15\x4e\x57\x8b\xc0\xb0\xe6\xca\xe9\x24\x1c\x6c\xdf\x4b\xe1\x24\x1c\x74\xcb\xf4\xa9\xb1\x26\xc2\xc8\x83\x12\x6b\xa2\x5b\xda\xf4\x74\x12\x0e\x22\x7d\x42\xa6\xef\x7d\xaa\x6b\xbe\x4d\xee\xe0\x01\xc3\x9a\x4d\xa7\xbb\x57\xc1\x30\xff\x49\x39\x35\xf1\xbe\x60\x9c\xd2\x89\x39\x08\xf7\xfe\x9c\x4e\xcc\x41\x6f\xeb\x6f\xf8\xc8\x6a\xb2\x89\xee\x0e\x16\xf5\xd7\x44\x37\x97\x4f\xb1\x35\x31\xdc\x9f\x7f\x3a\x49\x07\x6f\x8f\x6c\xf3\x1e\xbf\x68\x8b\xd9\xf0\x69\xc4\x10\x44\x12\xbf\x38\x9d\xb8\x83\x30\x59\xec\x74\xe2\x0e\x86\x09\x2e\xa7\xa9\xdc\xa7\x75\x98\x96\x87\xf7\x86\x32\x4b\xd7\x9c\x9c\xae\x67\x81\x65\x90\x5f\x95\x36\xb1\x5c\x1d\x50\x92\x4d\xbc\x7d\xf5\x67\x1e\x9f\x5c\x41\xeb\x04\x9e\x2e\x4b\x81\xfe\xfb\x0e\xe6\x29\xd9\x04\x9b\xcc\x4e\x94\x69\x13\xef\xc1\xde\x13\xa8\xc0\xb6\x90\x5b\x0b\xa4\x18\x97\xda\x6a\x22\x92\x37\xe9\x32\xaa\x08\xfa\x62\x10\x52\x6d\x4d\x44\x12\x09\x50\x6d\x4d\x34\xb3\x1f\x54\x5b\x13\x91\xe9\x19\x1f\x9b\xb0\x86\xcc\xef\x15\x60\x13\x91\x78\xdc\x97\x41\xc5\xcb\xa0\x62\xb7\x69\xd8\xc4\x03\xe1\x7d\x53\x92\x4d\x44\xe2\xe3\x5f\x4e\xd3\x2f\xa7\xe9\xb8\xea\xca\xa8\x89\xf7\xba\x39\x98\x0b\x2a\xa0\x1b\x1d\x50\x50\x4a\x74\x4b\x91\x5c\xa6\x3d\x83\x48\x3c\xdb\xcb\x58\x11\x78\x0f\xe6\xcf\x3c\x01\xd5\xe4\xdd\xea\x72\x69\xc1\x2e\x53\xa1\x1b\xc3\xd0\x65\xb4\x08\x44\xf2\x62\x5c\x4e\xcc\x40\x5f\x8c\x4c\xca\x53\x89\x48\x7c\x5b\xb5\xa8\x44\x24\x8e\xec\xe5\xc4\x0c\x0c\x83\xef\x6a\x51\x89\xa5\x4b\x7f\x39\x57\x03\xcd\x05\xd2\xcb\x45\x14\x10\xc9\x98\x73\x19\xe7\xb9\xac\x99\xd7\x18\xd3\x2e\x6d\x1f\x18\xbe\x51\x97\x86\x0e\x34\x2b\xb9\x5d\x5a\xb5\xcb\x0c\x6a\x74\x00\xd6\x65\x74\x06\xbc\x6d\x3c\x01\xa7\x58\x20\x92\xcf\x4b\x19\x28\xd1\xad\xf2\x72\xb9\xaa\x71\x59\xaf\x15\x6d\x80\x75\x69\x78\x40\x37\x28\x71\xb9\xee\x00\xfa\xf2\x3a\x5d\x77\x50\x5c\x29\xf1\x6f\x95\x4d\x12\x81\x5e\xe9\xba\x1c\x48\x41\x24\x53\xde\xcb\x05\xf5\xeb\xfc\x4e\xc9\x33\x31\x50\x01\xc2\xbd\x33\x8a\x24\x89\x48\x5c\xde\xcb\x01\xf1\x72\xef\x09\xaa\x05\x4b\xdd\x24\x11\xa8\x6a\x2c\xe5\x8f\x44\x24\x0e\x95\x5a\x47\x22\x92\xb8\xc1\xe5\xe8\x07\x22\xf1\x66\xd5\x3a\x12\x4d\x2b\x79\x19\x83\x00\x61\x91\x65\x85\x8d\x44\x37\x30\xa5\xb0\x91\x08\xeb\x77\xa8\x6b\x24\xde\xbe\x72\x7c\x97\xd8\x41\x2b\xef\xbf\x03\x17\x2a\x46\x61\xd4\x5e\x11\x23\xf1\xfe\x25\x37\xc3\xfc\x37\xb0\x59\xc5\xe7\x32\x98\x00\x86\xc5\x46\x2f\x97\xd8\x41\x4f\x56\xfe\x2e\x47\x29\x10\x96\xf4\xb8\xdc\x32\x09\xc2\x6d\x29\x0a\x0b\x2d\x45\x84\xcc\x60\x51\x44\x48\x0c\x4b\x9e\xdc\x8e\x22\x60\x50\xab\x7d\xdd\x8e\x22\x20\xdc\xc3\x71\xeb\x54\xa3\x04\x14\xa6\x50\xa8\x04\x24\x02\x99\xaf\xa5\x12\x90\x78\x2f\x92\xbf\x34\xdc\x0f\x62\xe1\x44\xdd\xae\x47\x83\x30\xc3\xec\x36\x90\x0f\x62\x35\x7f\x35\x6d\x9a\x34\xbd\xb7\xff\x36\xb9\x0b\x84\x65\xcd\x6f\x17\x95\xc1\x30\x2f\x55\x95\x1c\x11\x0b\x6f\x56\x91\x1c\x11\x8b\x97\xff\xd6\x33\x06\x61\x3d\x42\x65\x73\x44\x2c\x7c\x5e\x65\x73\x44\x9b\x2d\xfd\xcb\xd3\x36\xee\x3e\x1e\xec\xed\xfc\x1f\x84\xc3\xba\x22\x39\x22\x50\xcc\x5c\x2a\xe2\x88\x58\xfd\x6f\xac\x2a\xdf\x7a\xb3\xa0\x1b\x10\xbc\x0d\xd7\x83\x70\xa2\x76\x1b\x9b\x07\xb1\x98\x8d\xde\x8e\xca\x20\x90\x22\x5e\xb7\x03\xe9\xfd\x0d\xa4\xc4\xd8\x55\xaf\x11\x6f\x1b\xbf\xd3\x79\x05\xb1\x30\x18\xb7\x63\x24\xe8\x16\xf5\xb9\x1d\x23\x41\x2c\x5e\xd4\x5b\xf7\xe0\x76\x9b\x09\xa2\x1a\x4b\x45\x1b\x11\x0e\x31\xb7\xe3\x26\x08\xb4\x17\xd7\xed\xb8\x09\xc2\x99\xd3\xed\xb0\x09\x02\xbd\xa2\x75\x1b\x1f\x07\x81\xe8\xde\x52\xbe\x46\x84\xf5\x74\x6e\x57\x9a\x41\x58\xcc\x48\xf9\x1a\x31\x16\x6e\x97\x22\x34\x22\x5c\xdd\x53\x83\x46\xbc\xdd\xe7\x2f\x8d\x99\x83\x70\xfb\xc5\xad\xb3\xa1\x2e\x8d\x0b\x21\xb7\x83\x32\x08\x03\x0c\xb7\x3e\x03\x08\xd7\xaa\x6e\xe7\xf4\x20\xdc\x36\x78\x3b\xa7\x07\xdd\x64\xc5\xdb\x39\x3d\x88\xaf\xaf\x4e\xe0\x6f\x2b\x98\xa1\x4c\xb2\x6e\x67\xf0\xa0\x39\xbb\xbd\x9d\xc1\x83\xb0\x0e\xd9\x6d\x92\x16\x08\xb7\x20\xde\x8e\xf9\xb7\x6b\xcd\x48\x93\xac\xdb\x29\x3c\x68\xdf\x1a\xcd\xed\xa8\x0f\x62\x31\x57\xbe\x9d\x64\x83\x74\x2d\xef\x36\xb3\x0a\xc4\x62\x04\xbb\x35\x04\x20\x16\x1e\xe7\xed\x5c\x19\xc4\x62\xd2\x76\x3b\x57\x06\xdd\xc2\x83\xb7\xd6\x02\xc4\xc2\x10\xdf\x5a\x0b\xd0\x4c\xec\xb9\x9d\x51\xdf\x6e\x88\x61\xe8\xbe\x35\x16\x60\x85\xef\x85\x33\x6a\xf0\x5e\x25\x1d\x33\xd4\x0d\xda\xc2\x68\xdd\xae\x8c\xdf\xdf\xca\x38\xf3\xa5\x5b\x0b\x02\xc2\x05\xb8\x5b\x73\x01\x86\x75\x84\x6f\xa7\xb9\x60\x98\x78\x73\x6b\x2e\x6e\xcd\x05\x0e\xda\x6d\x98\x19\xc4\x62\xc6\x7e\x3b\x0f\xbd\x95\x06\xf6\x58\x66\x47\xdd\x96\x08\x45\xcd\x65\xdd\xa6\x2e\x83\x58\xb8\x50\xb7\x83\xfe\xed\xa0\x3f\xfd\x4b\x6f\x06\x3b\x5b\xbe\x57\xca\xa9\x29\x88\xc5\x94\xfc\x71\xc1\x1b\x34\x37\x0b\x3f\xe6\x32\x83\x58\x5f\x53\xd9\xc4\x76\x58\xc6\xe9\x47\x6b\x01\x62\x31\x1b\x7b\x8c\x03\x83\x50\xb9\xe2\x71\x82\x09\xc2\x55\xdf\xc7\x09\x26\x08\x37\x95\x3f\x4e\x30\xc1\x30\x4d\xe4\x71\x21\x1b\x84\xd9\xbb\x8f\x71\x60\xd0\x26\xfa\x34\xeb\x31\x10\x0c\x62\x85\x4d\x87\x4d\xdc\x1d\xa6\x37\x8f\x69\x55\x20\x16\xf3\xa7\x47\x9b\x05\x9a\x99\x5c\x8f\x36\xeb\xd1\x66\xf1\x0a\x3f\x46\x78\x41\x2c\x66\x1f\x8f\x9b\x4f\x1e\x4b\xbd\xf0\x0a\x3f\x5a\x31\xb0\xfd\x08\x44\x3c\xee\x74\x04\xdd\x5a\x52\x8f\x11\x5e\x10\x8b\xd9\x81\xca\x53\xeb\x53\x9e\x42\x84\x67\x29\x3d\x25\x86\x4f\xf2\x31\xe8\x0b\x62\x61\x38\x1f\xd7\xa3\x41\x2c\x26\x0c\x8f\x71\x60\x10\x2e\xce\x3d\x86\xc4\xc0\x58\x7c\xba\x8f\x56\xf2\xd1\x4a\x32\xce\x2b\x63\xb5\x3e\x19\xab\xef\x57\xde\x7d\x0a\x96\x99\x16\xf4\x18\x38\x03\x61\x1d\xfb\x47\x2b\xf9\x68\x25\x19\xa1\x14\xb6\x12\xb1\xd2\x63\x79\xa7\x37\xbc\x32\x2c\xee\x63\x90\x4c\xf9\x2b\xab\x57\x3f\x66\x40\x83\x70\xf3\xc6\x63\x00\x17\x84\x19\xb5\x0a\x56\x89\xae\x93\xae\x60\x95\x68\xce\xda\x1f\x03\x62\x8f\xf6\x8d\x4f\xe6\x71\xbb\x38\xe8\xa6\x66\x3f\x46\x1f\x41\xb8\x7c\xaa\x00\x92\xe8\xd6\xab\x7e\xdc\x2d\x02\xe2\xbd\x85\x7f\x34\xcb\xea\x23\x89\x40\x99\x76\x3d\x4e\xb9\x9f\x6f\xca\xed\xb9\x0c\xff\x80\xcd\x52\xcf\x6a\x26\x89\xcd\xa9\xff\x63\xc8\x06\xc4\xc2\x99\x51\x33\x69\x7d\x9a\x49\x0c\xe5\x6a\x26\x89\x50\x6e\xe1\x71\xc0\x7f\x5c\xb2\x64\xce\xf4\x38\xe0\x83\xee\xce\x0e\x95\x95\xc4\x18\xcc\x56\x1e\xb3\x72\x51\x56\x7a\xfb\xca\xf1\x8d\xd9\x80\x30\x41\xeb\xd1\x17\x00\xc3\x95\xba\xc7\x98\x0d\x18\x16\x13\x7b\x8c\xd9\x80\x6e\x71\x18\xd5\x96\x44\x47\x36\x6b\x3d\x7a\x0c\xa0\xa9\xc2\xf1\x18\x67\x01\xc3\x70\x9f\xfa\x4b\xa2\x9b\x3a\xfd\x68\x4e\x9e\xcf\xaf\xf0\xf6\x68\x4f\x40\xdb\x5c\xbf\x55\x81\x49\x34\xcd\xce\xa3\x11\x00\xcd\xb0\xa0\x02\x4c\x62\x98\xf5\xf8\xe8\x44\x80\x70\x9d\x49\xb1\x25\xf1\x9e\x93\xcb\x74\xc0\x07\xa1\xf5\x78\x74\x06\x9e\xcf\x19\xf0\x9e\x99\x0a\x05\xc2\xf0\x87\x02\x4c\xa2\x59\x90\x4b\x01\x26\x31\xbe\x17\x43\x97\x01\xc4\xc2\xcb\x52\x93\x49\x0c\xd7\x9f\x1f\xc3\x1f\x8f\xe1\x8f\xe6\x19\xbd\xd9\x6c\xa2\x59\x78\x6c\x2a\x32\x89\x6e\x1d\xa4\xc7\x88\x08\x88\x85\xab\xf4\xb8\x20\x09\xde\xee\xd3\x0b\x57\x24\xc1\xd0\xb1\x7b\x34\x58\x20\x5c\x7e\x54\xcb\x69\x21\xdc\x14\xeb\x3b\xbe\x1d\x43\xd1\x81\x68\x74\x29\xd2\x24\x3a\x4b\xf1\xa5\x48\x93\xe8\x38\x16\xa5\x48\x93\x78\x7b\x61\xdb\xb0\xed\x75\x82\xd0\x8a\x2a\x15\x99\x44\xac\xf2\xf8\x61\x13\xb2\xd5\xef\xdc\xa3\x54\x64\x12\x41\xa5\x9d\xfa\x11\x37\x11\x81\xec\x5a\xa9\xc8\x24\x82\xef\xa6\x7e\x38\x41\x62\x74\x7f\xd5\xec\x3e\x1a\x4d\x48\x97\x97\x1a\x4d\x22\xd6\xeb\xcf\xd6\xaf\xd9\x55\x2a\xc9\xfc\xbe\xa6\xcd\x26\x16\x54\x37\x2e\xa8\xd9\x7b\x2d\x5d\xd9\x64\xef\x89\xae\x90\x9e\x55\x8a\x36\x89\x3e\xbf\x63\x95\x4d\x58\xa2\xc9\x35\xb2\x08\x2a\x06\x45\x44\xeb\xd7\xbc\x46\x56\x3c\xc9\xd8\xaa\x5f\xf3\x1a\xf1\xd7\x50\xc8\xaa\x5f\xf3\x1a\x49\xe2\x62\xde\x5d\xbf\xee\x35\x22\x6e\x8f\x5b\x54\x0a\x40\x89\x28\xef\x7d\xf7\x11\x91\xea\x45\xaa\x60\xfd\xba\x97\xdd\x29\x23\xbb\xf9\x2b\x7b\xcf\x56\x1f\x72\x4a\xeb\xc7\x1a\xa8\x68\x93\xa5\xb1\xfa\x75\x3b\x86\x72\xeb\x5a\xdc\xe9\xe1\x29\x91\xb6\xa0\xc2\x63\xfd\x86\xa7\x1c\x2c\xa0\xbd\xdf\x4c\xfd\x86\xf7\x10\x77\x10\xd7\xb5\xd4\x92\x12\xc1\x7a\x6d\xfd\x30\xad\xa2\x75\x6f\xeb\xf0\x1e\x62\x5a\xc9\x14\x2c\xa5\xa4\xc4\xd8\x7c\xe7\x86\xfd\x1a\xbe\x14\x1c\x6b\xb3\x5f\xc8\xb4\x52\x99\xb3\x7e\x9b\xfd\x42\xbc\x3e\x7c\x81\x37\x1f\xf7\xb7\xea\x5a\xfe\xcc\xbe\x6e\xe4\xd5\x78\x45\x9b\xb7\x87\x15\xa8\xf4\x8a\x36\x3b\x86\x6d\xad\xc6\x1d\xdb\x7c\xb8\x2c\x40\x61\x5b\xeb\xb7\xf9\x4e\xe3\x81\x76\x5f\xa7\xcd\xe7\x8d\xb9\x25\x95\xa0\x7e\x9b\xdd\x27\xbb\x8c\xb2\x76\xf5\xdb\x7c\xde\xa4\x8d\x55\xe3\xe6\x4f\x1f\xdb\xe4\xc3\x6a\x1c\x6b\xda\x7d\x32\xc9\x50\x1f\xa9\xdf\xb4\xf7\x14\x11\xfd\x2e\x68\x7a\xa7\x59\xb4\x45\x83\xad\x14\xc2\x12\x81\xa8\x62\xfd\xa6\x17\xf4\x22\x37\xaf\x71\x7a\xa7\x27\x25\xb8\x1c\x17\xa6\x5d\x9d\xde\x69\x3a\x11\xbe\x87\xa4\xa0\x0d\x3f\xbf\xf0\xe6\xb3\x08\x96\xf1\xe7\xbd\x51\xf5\x0b\x2f\xce\x0c\x35\xbb\x1d\x5e\x49\xa0\xdf\xe8\xa3\x0f\x9f\x43\x90\x47\x34\xf8\xac\xc3\x2b\x61\x53\x6c\xf9\x15\x84\x57\x62\xf9\x1e\xef\x5d\x78\xd3\x5f\xf4\xf5\x35\x79\x25\x64\xa8\x0d\x5f\xc9\xf0\xa6\xb3\x64\xcc\x3a\x66\x29\xaf\x25\xa2\x3a\x67\x4c\xfb\xf5\xa2\x6f\x3e\xf9\xf4\x0e\xe3\x4f\x57\xe7\x83\x4d\xbb\xca\x9e\xa7\xf4\xbb\x4b\xbb\x9a\x48\x2e\x0e\x7f\xe5\x2b\x83\xd7\xdd\xca\x26\x6f\x7a\x52\xb0\x62\xd1\xaf\xb4\xf7\x2c\x2c\x57\xe7\xd1\xa4\x5d\x65\x17\xee\xe6\xa8\xb1\x7c\x0e\x2c\x2c\x53\x5e\xb0\x7e\xcb\xe7\x80\xb7\xce\xa6\x9e\xfa\x2d\x2f\x68\x79\x41\xf4\x7e\x79\xef\x5f\x4c\x2a\x17\x94\xba\x5b\xa2\xb1\xd3\xb5\x54\xd4\x12\xb1\xca\x5f\x79\x41\x6e\xf2\xfd\xba\xbf\xbc\xf9\x2c\x0d\x96\x03\xd5\xf2\x22\xf1\xf3\x11\x32\xaa\xdf\xb2\xfb\x08\xf5\x53\x1c\xa4\x7e\x65\x5f\x5f\x8c\xe5\x90\x5d\xde\xe9\x2f\x86\xea\x39\xcb\xe3\xbb\x63\x98\xe2\x4c\xa5\xa8\x96\x78\xdb\xb8\xa8\xdd\xeb\xdc\x35\x4d\xc5\x4d\xdb\xbd\xd0\x9d\x2f\xc8\x01\x79\xf7\xc9\xbd\x18\xe1\x5b\xbf\x7b\x55\x64\xa6\x95\x8f\x69\xf7\x0a\x76\x1d\x5e\xae\x60\xf7\x0a\x76\xaf\x80\xae\x1d\x5e\x01\x0e\x7b\xf9\x76\x1e\xde\xc7\xe3\x1b\x5f\x38\xe5\xe1\x55\xb1\xad\x8a\x0a\x3e\xf5\x3b\x3c\xe5\x81\xcc\x8c\x26\xe6\xf4\x60\x08\x5c\x36\xed\xc9\x69\x2f\x4e\xf5\x0a\x38\xd6\xe9\x4b\x7c\xaa\xa2\xc6\x29\x2f\x9f\xd3\xa5\x17\xe6\x5f\x5e\xde\x20\xdc\xe2\x1a\x1c\xff\xf2\x9d\xba\x8c\x59\x7b\xce\xcb\xa3\x5d\xa4\xbe\xd9\xb3\xdb\x6e\xb0\x4a\xb4\x34\x45\xb7\x77\x96\xc9\x14\x75\x63\x4a\x5d\x2a\x11\x64\xdd\xd7\xef\xf6\x92\x50\xe6\x60\xaf\x6e\xfd\x6e\x4f\xc9\x2e\xe2\xcd\xa6\xc7\x3f\x34\xd7\xea\x9b\x2d\x3c\xde\x9f\xc7\xbd\x57\xf4\xe2\xf1\x9a\x1e\xc6\x5f\x47\x9d\xc7\x83\x31\x67\x21\x27\xa0\x54\xa1\x12\x51\xd8\xb5\xd6\x6c\x6a\x36\x35\x9a\xa6\x4d\x6c\x7a\xa2\xaf\x4d\xdb\xdd\x74\x5c\x9d\x41\x34\x8d\x37\x08\xc4\xc3\xaa\xe1\xa5\x8a\xf7\x67\xb4\x69\x38\xc1\x62\xb7\x44\x35\xf2\xa1\xc5\x60\x17\x7a\x35\x62\xa6\x22\x48\xd5\x2c\x25\xa1\xc4\x7b\xb0\x41\x9b\xbd\x1d\xf6\xd6\xa6\xdd\xa6\xdd\x9f\xf9\xa7\x9e\x60\x5c\xb6\xbd\x77\xa8\x11\x23\x15\x6f\x5b\xd0\xe6\x25\x50\x36\xb4\x7b\x38\x4d\x14\x88\xda\xfc\xcb\xc3\x26\x14\x94\x82\x2b\xd8\xbc\x50\x76\xd3\x22\x9c\x50\x4d\xab\x05\xc6\xf8\xfe\xf0\xb6\x89\x3c\x36\x86\xec\x36\xbd\x00\x8a\x5a\x53\x70\xbd\x14\x7b\x12\x9d\x28\x50\x35\xed\x51\xd3\x1e\x6d\x1c\x5e\x7b\xd4\xb4\x47\x4c\x07\xdb\xb4\x5f\xec\x96\x9d\x9d\x01\xba\x69\x57\x5a\x7c\x37\x8d\xce\x86\xe7\x0c\x66\x1b\x7c\xfb\x4d\x63\x02\xa2\x36\x7f\x65\x37\xe2\x7b\xd1\x8a\x36\xdf\x84\xe0\x43\xdc\x6c\xf2\x96\x51\xbd\xb4\x7c\xab\xc2\x5b\x16\xd6\x01\xf0\x57\xde\x1f\xaa\x97\x52\x22\xbb\x9a\x76\xa2\x69\x27\x18\x30\x5b\xda\x0b\x96\xab\x8a\x19\x48\xd3\x74\x80\x8e\x9a\x57\x35\xed\x04\xe8\xd4\xb9\x2e\x45\xa7\x44\x77\xe2\xa5\x28\x94\x88\x9a\x5c\xa4\xe3\x31\xe8\x9b\x0f\xc9\xb1\xb7\x39\xf6\x4e\x6e\xff\xf2\x2e\x12\x50\x2d\x0f\xbf\x7c\x94\x0b\x5b\xf8\x37\xd6\x98\xab\x2d\x9f\xb4\x22\x12\xdd\x87\x58\xbe\xd2\xc5\x16\x0e\x7b\x54\x76\xb2\x98\x5f\x05\xe7\x2a\x3b\xe9\x6e\x1f\x06\x61\x45\xa1\x44\xa7\xb4\x73\xb5\xf2\xf8\xf5\x1d\x9f\x36\xc7\x6f\x10\x35\xf9\xcb\xdd\x67\xb8\x23\x66\xef\x17\xe3\x58\xdd\xac\x19\x84\xd4\x68\x35\x07\x6b\x10\x35\x79\x3a\xbb\x77\x61\xf7\x2e\xf0\x2a\xed\x76\x63\xa7\xca\x81\x6f\xd7\xee\x8d\xd9\xbf\x6e\x78\x82\xc7\x36\x86\x79\xc6\xac\xe6\x30\x0f\x92\xc5\xdc\x6a\x87\x9d\x25\xd9\x78\x22\x3f\x5a\x2a\x4a\x89\xa8\xe0\x9a\x1c\xf9\x15\x94\xaa\xe0\x36\x3a\xf2\x37\xab\xa7\x0e\x9b\xec\x3f\xab\x78\x85\x69\x6f\x87\x9d\x3d\x1c\x79\x7c\xd8\xa7\x0f\x80\x14\x89\xf2\x6e\x9f\x7e\x58\x2f\xc6\xe6\xeb\x75\xfa\x00\x48\x7e\x68\x76\xec\xf4\x94\x2f\x3a\x1a\x28\xa5\x56\x94\x08\xa4\x8f\xaa\x9d\xde\x32\x02\xba\xd4\x92\xa9\x76\xda\x0b\xa5\x93\xfd\xac\x4e\x6f\xd9\x49\xba\xe6\xb2\x13\x3e\xcc\x93\xca\x79\x8e\x01\xa7\x37\xd1\x7d\xb8\x8b\x3f\xbc\xec\x3d\x55\x2c\x9c\x64\x2b\x3b\x25\x5a\xfa\xf6\x5e\x5e\x10\xcb\x86\xe5\xd8\xa4\x79\x03\x2b\x1c\xe4\x2f\x2f\xe8\xc5\x68\x8e\xde\x97\xf7\xf0\xc5\x62\x2f\x5a\x35\x6d\x60\xd3\x06\xfa\xde\x5d\x5e\xd0\x8b\x46\xad\xa7\x6a\x9a\x45\xd0\xa7\x0f\x57\xab\xd8\xb4\x8a\xda\x90\xcb\x0b\x62\x09\xb2\x1c\x00\x34\x94\x20\xa8\x33\x56\xaa\x5a\x89\xf1\xb3\xf7\x1a\x4a\x54\xad\x56\x68\x08\x6e\xaf\x91\xd4\x89\xf4\x09\xdd\x5e\xe3\x8d\xb9\x5b\x1e\xcb\x7e\xdd\x76\x82\x97\xe2\xf1\x16\x5a\xb5\xb5\xfb\x20\xb5\x9d\xed\xe1\x86\xe1\x82\x34\x6d\x27\x78\x7f\x46\x37\x1e\xef\xc5\xe3\xd8\x8a\x41\x55\xc4\x4a\x44\xa5\x67\xf0\x32\x59\x96\x2c\x26\x47\x5d\xbf\x1d\x2c\x36\xc0\x95\xea\x54\xa2\x4d\xf4\x6c\x4b\xe1\x29\xb1\xd8\xee\x56\xaa\x4c\x89\x81\x10\x60\xa9\x32\x25\x1a\x75\xf6\x4a\x95\x29\xb1\x8c\x0b\x74\x1d\x77\x10\xc5\xdd\xe8\x7a\xe9\x20\xd0\x83\xa8\xae\x59\x07\x51\x59\x34\x79\x78\xdd\x68\x26\x12\x9d\xf4\x5f\xf1\xf6\x95\x53\x12\x30\x16\x89\x38\x43\xa9\xf9\x24\xa2\x92\xee\x13\x1d\x16\xef\x5f\x76\xda\xec\xc6\x20\xd9\x88\xbb\xa8\x4c\x53\x7d\x32\x4d\xbc\xfd\xca\x34\x89\xf7\x2f\x07\x6d\x9e\x73\xb0\x41\xc5\x9b\xa1\xa5\x07\x8b\xed\x80\xd5\xf5\x74\xc1\x62\x4f\x5f\x75\x22\xc6\x22\xfc\x94\x14\x78\x12\x2b\xec\xff\x66\x67\xb7\xaf\xb3\x74\x43\x57\x17\x8c\xd6\xfc\x4b\xef\x19\x51\xe4\xe2\xeb\x55\x06\x4a\xbc\x7f\x49\xcf\x9c\x5b\x80\x60\x9b\x41\x75\xa7\x16\x5d\xef\x77\x79\xfc\xc3\x26\xbe\x2f\xdc\xf2\xee\x0c\x01\x2c\x36\x20\x96\xfa\x51\xf5\xe9\x47\x21\x05\x5c\x7d\x7a\x01\xac\xbf\xb2\x77\xab\xfa\xf4\x99\x4f\x94\x55\x18\x0b\xfa\xb4\x67\x04\xa0\x6b\x71\x30\x5d\xd6\x6e\x1d\x58\x8c\x9b\x2a\x53\x22\x8a\xd9\x40\x77\x22\xd1\xad\x0a\xf8\xf3\x0f\xed\x98\x5e\x2c\x71\x8c\xae\x17\xdb\x95\x73\x46\x7d\xb8\x54\x9e\x12\x83\xb2\xee\xa5\xf2\x94\x08\xa4\xa1\x4a\xe5\x29\xd1\xd9\xbb\x55\x5d\x3f\xb5\xeb\xa7\x62\xbc\x14\x90\x12\x1d\xe9\xcd\x52\xfb\xa9\xd0\x7e\x5a\xec\xfb\x2b\x75\x9e\xc4\xc8\xdf\x9f\x6b\x7e\x55\xd7\xeb\x03\x2d\x3d\x95\xfe\x1c\xe8\xc3\x87\xb3\x7c\xd2\xe4\xb1\x7c\x9f\xa8\xce\x1b\x58\x54\x51\xa9\xae\x0b\x06\x3a\x49\xbb\xd5\xcb\x63\xb1\x86\x5a\xde\x02\xbd\x32\x10\x3a\xa8\xbd\xbc\x05\xa4\x13\x57\x79\x2c\x0f\xcf\x56\x24\x12\x4f\xaa\x97\xcf\x06\x85\x48\x67\x3f\x5d\xcf\x0d\x44\x31\x02\x77\xe7\x07\x20\x9c\x56\xf6\xdd\x1b\xe5\xf6\x21\xcc\xb7\x5a\x51\xa2\xa7\xdf\xd9\x61\x57\x59\x1c\x1d\xdf\xeb\x76\xf8\x97\x04\xc6\xa9\x7f\x5f\xca\x3b\x89\x40\x60\xa8\xfa\xe9\x73\xb6\x3a\x78\xb7\x67\xda\xbf\xee\xa6\x9c\xee\x03\xd3\x8e\x81\x28\x66\x33\x5d\x3b\x06\x96\x73\x1e\x85\x9b\xc4\x08\x07\xa7\xcb\xae\x5d\x24\xdf\x87\x4d\xde\xc5\x0b\x4b\x80\xc9\x55\xb8\x49\x2c\xb6\x06\x95\xc2\x4d\x62\x19\x1c\x54\x7f\x49\xb4\x89\xd8\x6e\xf5\xdb\x5e\xdc\xf6\x82\x8e\x69\x69\x40\xa7\x84\x60\x29\xad\x24\x16\x7b\xc8\xaa\xdf\x1e\xff\xf6\x66\x70\x91\xb7\x4f\xe9\x66\xe1\xe0\x3b\xbc\x37\x1b\xc7\x0d\xed\xcd\xea\x8f\x17\xf9\x62\x50\xc3\xae\x14\x60\x12\xfd\x7b\x09\x1e\x5f\x02\xf2\xf6\xc2\x6f\xf6\xf1\x8c\x2f\x96\xee\x86\x02\x4c\x22\x7f\xd8\x6f\x05\x98\xc4\x8a\xef\x8c\xbe\x17\x26\xf7\xd9\x2f\xed\x13\x58\xec\x74\x2c\xf5\x97\xc4\x22\x09\xbc\x14\x5b\xaa\x4f\x6c\x09\xfd\x81\x52\x5a\x49\x74\x12\x43\x6a\x68\x9f\xc0\x7b\x5f\xfd\xd9\x63\xdb\x43\xcf\xf8\x99\x06\x0a\x74\xd6\x25\x6b\x68\x7a\x86\x7b\x7a\x59\xd1\x28\x84\x96\x3e\x74\x6a\x53\xd4\xd0\xa3\x04\xf9\x63\x9c\x18\x86\x83\x41\xfe\x70\xda\x86\xe1\x60\xb0\xd8\x5a\x58\x43\x3b\x06\x16\x3b\x2e\x6b\x18\x0e\x1e\xed\x7b\x09\xf8\x99\xf1\x60\xd0\x29\x0f\x57\xc3\x78\x30\x58\xec\x64\xad\x61\x3c\x18\xe4\x0f\xdf\x51\xd5\x27\x91\x3f\xa6\xc2\xa3\x7b\x49\xdd\xb7\x73\xd1\xe4\x2d\xeb\x68\x75\x0d\x8f\x95\x36\x69\x2c\x86\x07\xf3\xc2\x3b\x7e\xbf\xf7\x87\x0d\x36\xa2\xb3\x88\x55\x43\x03\x0b\x36\x94\x05\x6b\x18\x5b\x06\xf9\x63\x76\xaf\xaa\x94\xe8\xe4\xba\x97\x12\x52\x62\xfb\x79\x45\xc6\x96\x41\xfe\x7e\x36\x79\x5f\x87\xf7\x95\x33\x0e\x3b\xf1\x22\x7f\xb8\x30\x43\x8b\x08\xf2\xe7\x7b\xa1\xf9\x1b\x9f\xf9\x23\xb8\x31\x34\x7f\x60\xa1\xd9\x50\x2a\x41\x89\xf7\x95\xf2\x68\x9e\x60\x43\xa5\x8c\x0f\x7a\xe8\x34\x0f\x57\x56\xb1\xdf\xca\x3e\x89\xf7\x04\xdc\x6c\x5d\x64\x30\x90\x99\xa9\xa1\x8b\x0c\xf2\xc7\xa4\x70\x68\xff\xc0\x72\x58\x19\x5a\x36\xd0\xf5\xe6\x87\x21\x5b\x90\x3f\x6f\xbf\x96\x0d\xe4\xcf\x57\x51\xcf\x17\xbc\xbd\xe0\x06\xe9\xe7\x82\xb7\x8d\x6e\xe8\xe8\x82\x46\xda\x5e\x0d\x23\xa9\xa0\x4d\x12\x8e\x6b\x18\x4a\x05\xf9\x63\x4d\x66\xa4\x27\x4d\x46\x24\xa6\x8e\x2a\x52\x89\xc6\x5a\x57\xa9\x35\x25\xf2\x87\xc3\x35\xb4\x80\xa0\x4f\xdf\xcf\xe5\xaf\x96\xd3\x74\x9a\xca\x5b\x56\x3c\x3a\x66\x5e\x8a\x38\x89\xfe\xfb\x7e\xe5\x2d\x7b\xd1\x97\x37\x43\x1b\x34\xb4\x41\xcc\x5f\x87\x36\x68\x18\x3d\xec\xbe\x8c\xba\x9a\x60\xb1\xf9\xb5\x86\x46\x08\xb4\x6d\xfc\x79\xa1\xb9\x54\x6f\xaa\x4f\xbd\xc9\x00\xcc\xd0\xed\x1c\xaf\xdd\x4a\x54\xf0\x6b\xec\x5e\x31\xa5\xc6\x7f\xde\xf7\xc3\xbb\x77\xf8\xc8\xe8\xa5\x66\x0b\x24\x62\xa5\x35\x74\x14\xc1\x7b\x7c\xee\xa8\x61\x43\xf0\xb6\xf1\x2c\x4e\xbf\xef\x93\xef\x9b\x29\xd7\xd0\x53\x04\x8b\x1d\xc6\x35\x74\x0b\x41\x3a\x41\x51\xbe\x49\xbc\x07\xe3\x9e\x6a\xf0\x40\x6a\xc4\x87\x8e\x1b\x18\xcd\xdb\xac\xe3\x36\x5e\x53\x96\xa8\x9b\x95\x62\x4d\x22\xd9\x75\x51\x43\x67\x0b\xa4\x01\xcd\xa1\xb3\x35\x74\xb6\x98\xec\x0f\x3d\x2b\xd0\xd2\x2b\x37\x04\x09\xde\x8e\x71\x49\x1a\x3c\x90\x54\x93\xaa\x71\xfb\xc6\xdd\x8c\x0c\xcc\x82\x87\x61\x49\x90\x94\x4d\xab\xa1\x91\x02\x8b\x14\xd3\x1a\x5a\xa4\xf1\x7c\x17\x4e\xcf\x0c\x38\x8e\xe7\x7b\xf1\xdf\x2b\x57\x4f\x49\x24\xe2\xc9\xa5\x78\x92\x48\x14\x83\x4b\x75\xa3\xfa\xd4\x8d\x5c\x05\xda\x34\x23\x20\x11\xfe\x2d\xc5\x8d\x44\xa2\x40\x5d\x9b\x7e\x0e\x48\x54\xbc\x6b\xd3\xb0\x80\x4e\xa5\xd8\xda\x34\x2c\x60\x18\x96\xdc\x34\x2c\x9b\x86\x05\x5b\xb0\x69\x0b\x40\xba\xea\xb7\x39\x30\x83\x64\xff\x44\xa9\x77\x24\x96\x16\x7b\xd3\xcb\xd9\x94\xa7\x60\x97\x53\xa9\x81\x24\xd2\x77\x76\x73\x3d\x0f\x24\x9a\xbb\xa5\x2c\x92\xe8\xae\xe8\x6e\x8e\xcc\x9b\x23\x33\xdf\xda\xa6\x4b\x03\xde\xe3\xd3\xe6\xea\x1d\x48\x54\x66\x6b\x73\xb4\xde\x1c\xad\x79\xb1\x37\xfd\x17\xb0\x48\xfb\x2d\xd5\x93\xea\x53\x4f\x62\xee\xbb\xe9\x4b\x6c\xaa\xef\xe1\x25\x6c\x8e\xc2\x20\x11\x45\xad\xcd\xd5\x35\x30\x48\x99\xab\xcd\xa5\xb4\x4d\x3d\xbe\x8e\xfd\xd9\xf4\x2f\x40\x22\x0b\x57\x0a\x2a\x89\x74\xf5\x7c\xd3\xbf\x00\xe9\x32\xef\xe6\x28\xbc\x39\x0a\x7b\x7c\xdd\x0b\x90\x64\x10\xd7\xe6\x20\x0c\xf2\xe7\x9b\x12\x1e\x3e\x1c\x9e\xec\xbf\xa3\x2b\xc8\x9f\x77\xcc\x00\x24\x78\x7f\xc6\x95\x3b\xe2\x82\xfc\xd9\x7f\x7d\x0e\x90\xbf\xef\x60\xa7\x4d\x0c\xc2\x78\x10\x9b\x0b\x4e\x20\x7f\xdf\xb1\xbc\xa4\xe4\x92\x98\x83\x6f\xae\x41\x81\xd4\x6e\x6d\x2e\x38\x81\x44\x68\xbf\x14\xc0\x10\xc3\x71\x65\x1a\xe0\x04\x6f\x5f\xdf\x5b\xa6\x02\x86\x18\xa4\xa4\xd6\x34\xe8\x09\x12\x51\xb0\x9a\xba\x36\xa0\xb3\x61\xb0\x14\xc5\x10\x89\x4c\x58\x4d\xe3\xa0\x60\x50\xb1\xac\x14\xc5\x10\x89\x5c\x56\x4d\x43\xa3\xa0\x21\xaa\x53\xea\x64\x88\xe6\xb0\xa2\x26\x86\x68\xd3\xae\x1a\xe7\x04\x8b\xcd\xf9\x35\x75\x93\x40\xa3\xf2\x69\xa9\x9c\x21\x92\xf2\xc3\x35\x35\x51\x20\x5d\xad\x99\xba\x49\x28\x67\x24\xb2\x4b\x35\x77\xef\xc4\xce\xc3\xc5\x59\x98\x06\x43\xa7\x8b\x59\x3c\xa2\xe9\x5a\x16\x68\xd4\xfe\x2b\xc5\x34\x44\x77\xb4\x98\xd4\x62\x10\xdf\xd4\x57\x7d\x0d\xf1\xde\x7c\x0f\xe6\x3d\xdc\xbd\x87\x1e\xcc\x8e\xed\x0c\x94\xcc\x00\xd5\xdc\x10\xef\x5f\xda\x33\x6f\xe2\xfe\xbd\x9d\xfe\xee\xb2\x8d\xb7\x87\xc9\xf5\x34\x66\x3a\x3f\x81\x5e\xde\xbb\x69\xd0\x14\x34\xf2\x68\x6a\x1a\x33\x9d\xc7\x37\xd4\xd0\x11\x0d\xdf\xd4\xf0\xa5\x7f\xe9\x49\x0f\xbe\x38\x26\xc4\xd3\x08\x29\xc8\x5f\xfe\x39\x3b\xbb\xe6\x61\x2f\x0f\xc7\x73\x5f\x2f\xf2\x66\x45\xa2\xdd\x51\x53\xe3\x39\x35\x9e\x4c\xbb\xa6\x31\x55\xd0\x9a\x4f\x56\x4b\x09\x92\x6d\x67\x35\x8d\x96\x82\x44\xd8\xa0\xd4\xee\x10\xf9\xf3\x8a\x2f\xaf\xf8\xe2\x2d\xc1\xf8\x28\xca\x21\x12\xdd\x81\x9a\x9a\x53\x90\x88\x07\xd4\xd4\x9c\x82\xe1\x7a\xcf\x34\xe8\x09\xde\x2b\xf2\x60\xf6\xe2\xa2\x17\x0c\x91\x53\x7b\x0a\x92\x72\xff\x35\xb5\xa7\x20\xa9\xd9\x5f\xea\x75\x88\x44\x00\xa0\xc2\xf5\x2f\x30\xa8\x53\x51\xa1\xb7\x02\xde\x53\xbe\x3d\x0b\x0d\x4d\x68\x68\x88\x0f\x84\x4e\x01\xc8\x1f\x51\xab\x20\x27\x53\x74\xf3\x52\x42\x0f\x00\xf5\x89\xa4\x20\x7c\x85\xd3\x7d\x30\xa8\x36\x50\xe1\x44\x1e\x74\x92\xa7\x4b\x41\x0a\xd1\xc8\xe7\xad\x30\x28\x06\x3a\x79\xad\x15\xda\x14\xf0\xf6\x95\x83\x99\x12\x02\x92\x82\xed\x15\xda\x19\x30\xd8\xaa\x59\xe1\xd4\x1e\x24\x95\x7e\x2a\x5c\x22\x03\xf9\x63\x32\xab\x06\x86\xe8\xda\xef\x30\xda\x05\x92\xe2\xeb\xa5\x06\x86\x68\x26\x76\x84\x8b\x5f\xe0\xed\x18\xc7\xd7\xa8\x80\x41\xa1\xc4\x52\xc9\x42\x24\xc5\x31\x2a\xa6\xa7\x9c\xbc\x50\x84\x37\x14\xb7\x10\xc9\x96\x8a\x52\xdc\x42\xa4\xab\xcb\xa1\xe9\x01\xcd\xf8\xaf\x7a\x17\xa2\x53\x39\xb4\xc2\x60\x17\xe8\x94\xfb\xaf\xd0\x73\x08\x3d\x07\x86\x80\x30\xfe\x05\xd2\xf5\xce\xd0\x8c\x81\x81\x42\x70\x29\x8a\x21\x92\x0a\xdb\x15\x5a\x31\xd0\x0c\x4a\x85\x56\x0c\xa4\xa1\xfc\x70\x19\x0d\x0c\xe7\x2d\xa1\x5d\x03\xc3\x50\x63\x98\x81\x01\x86\xab\xa9\xa1\xe1\x09\x4d\x1d\x0e\x41\x68\x78\xc0\x70\x79\x4f\x79\x0d\xd1\x4c\x6b\x50\x4a\x43\x0c\x92\xe6\x2a\xcc\x87\x08\xf3\x21\xf4\xee\xc2\x98\x1a\x68\xae\x03\xc5\xb2\x17\x14\xdd\x2b\x1f\xa4\x61\x36\xd0\xd2\xdb\xaa\x2d\x02\x9d\xc4\xd6\x52\x96\x43\x84\x33\x0d\x65\x39\x44\x36\xaf\xc8\x75\x38\xd0\x90\x94\xab\xd0\x62\x81\x4e\xdd\xca\x0a\x0d\x0f\x68\x94\xb9\x29\x75\x3a\x44\x36\xdf\x26\x7d\x23\x90\xd4\xcd\x2e\xa5\x3b\x44\x52\x0b\xbc\xc2\x6c\x0b\xd0\x96\x37\x4c\x77\x09\x74\xaa\x62\x56\x18\xb2\x03\x1d\x0d\x85\x8a\xb2\xf7\x45\x18\xc3\x2f\x5e\xbb\x06\x9a\xa1\x77\x85\x41\xc4\x66\xe4\x47\x61\x10\xf1\xde\x69\x3a\xa6\x79\x02\x49\xa1\xee\x0a\xcd\x53\x98\xa4\xc1\x3c\x5e\xad\x10\xf1\xfe\x25\xdd\x70\x2d\x10\x64\xb3\x67\xae\xe8\x81\x15\xbe\x3c\xba\x5b\x20\x75\x60\x42\x83\x15\x87\x2f\xa2\xbf\xb2\x67\x2f\x92\xb2\xd0\xa5\xa4\x88\xc8\xe6\xdd\x37\xe2\x08\x36\xfd\xb4\x70\x8d\x2f\xb0\x60\x14\x5c\xae\xd0\x82\x81\x6e\x60\x26\xb4\x60\x60\x6c\x76\xd5\x25\x3e\xd0\xd9\x09\x5b\xa1\x7f\x17\xfa\x77\xac\x62\x29\x62\x22\x06\xc9\xda\x15\xa7\xcf\x1b\xd5\xf9\xe1\x35\xea\xf1\x81\x8e\x4a\x6d\xa9\x6b\x22\x9a\x89\x28\xea\x9a\x88\x74\x91\x40\x5d\x13\x91\x64\xad\x56\x68\xda\x40\xd7\x61\x56\xea\x44\x64\x73\x40\x71\x21\x10\x64\x6b\x7f\x23\x09\x2c\x74\x24\x41\x6f\x3e\x7a\x83\xa9\x61\xbd\x5e\x8a\x66\x57\x68\x20\x41\x36\x9f\xbd\x06\x12\x04\xb5\x44\x4a\x0d\x15\xb1\xa1\x40\x5f\x6a\xa8\x88\x1e\xbe\x81\xda\x47\x90\xed\x6b\xb2\xdf\x97\xcb\xc0\xde\x2a\x0d\x24\x18\xa6\x0a\x84\xab\x7b\x60\x74\xe6\x25\xa1\x73\x09\x9a\x21\x63\xa5\x56\xc4\x7b\x30\x4e\x60\x84\x15\xf4\x70\x60\xba\xed\xd9\x8b\xde\x99\x78\x84\xcb\x7b\x60\x4c\x4d\xd3\xe3\xfd\xb1\xe0\x22\xfb\x4f\x2a\x0c\xc4\x82\xa6\x73\x16\x8f\x37\xe3\xa1\x06\x94\xd7\xe4\x22\x20\x18\x66\x7d\x29\xc9\x22\x92\x2d\x23\xa5\xfc\x8a\x18\xd4\x73\x2c\x75\x55\x44\x1f\x78\x4a\xea\xaa\x88\xb7\x17\xb6\x6d\xb6\xf1\x6d\x74\xff\x32\x6c\xe2\xdb\x20\xea\x90\xfa\xc6\xa0\x53\xa0\xbc\xd4\x5a\x11\x49\xd1\x80\x52\x6b\x45\xbc\xc7\xdf\x68\xdb\x6d\x63\x07\x07\x8b\x6f\x0a\xab\x88\x6c\x5f\xd3\x6d\x13\x6f\x1c\xf7\x3f\xf5\xbd\x41\x52\x79\xb5\x94\x5f\x11\x49\x45\x88\x52\x6b\x45\xa4\x13\x88\x34\xc5\x17\x24\x65\x37\x4b\x2d\x15\x91\x4e\x59\xd4\x4d\x11\x9d\x6d\x8e\xa5\x6e\x8a\x68\xc3\x8b\xec\xde\x9d\xce\xdd\x21\x4c\x90\x86\x4e\xc1\x70\x89\x37\x9d\x11\x81\xfc\xee\xbe\x79\x43\x20\xa9\x6c\x59\xe9\x8c\x28\x0d\x80\xe2\x5a\xa6\x4b\x93\x60\x51\x22\xab\x52\xcf\x1b\x58\xae\xb0\xd2\x25\x47\x90\x54\xb1\x2c\xe5\x56\xc4\xa2\x02\x57\xa5\xb9\x45\xc8\xad\x24\xe5\x29\x2b\x9d\x23\x81\x6c\xbe\x02\xae\x2f\x82\x45\x21\xad\x4a\xa7\x4d\x20\xbf\x33\x6e\xde\xc2\x8d\x5b\xc8\x30\x91\xba\xe7\x20\x29\xad\x55\x2a\xb7\x88\xa4\x88\x52\xa5\x33\x29\xb0\x28\x3b\x55\xe9\x4c\x0a\x2c\xaa\x8c\x55\xea\xd7\xa7\x6b\x84\x7c\x46\xa9\x5f\x0f\x3a\xe5\x23\x4b\xe5\x16\xb1\x28\xd3\x55\x69\x70\x15\x8c\xe5\x05\xb9\x92\x08\xba\xab\x31\xa9\xa7\x0f\xde\xd7\xd0\x36\x1f\x37\x53\x30\x6a\x34\x55\x3a\xdf\x02\x03\x55\xbd\x52\xe0\x45\x64\x63\x30\x4a\x13\x97\x40\x6e\xbe\x73\x4e\xc1\xc0\x58\x3f\x9b\xbc\xad\x4a\x8e\x51\xf4\xab\xd2\x39\x18\x48\xd4\xcb\x4b\x69\x18\x91\xcd\x57\xc0\x2c\x58\x90\xa6\xad\xa7\xa9\x4c\xa0\x51\xa1\xa3\xd2\x50\x02\x48\xe3\xd1\x69\x38\x17\x74\x47\x19\x05\x64\xc4\xdb\x0b\x4e\xe9\xea\x25\x48\x23\xf1\xe9\xbc\x2c\xf3\xeb\x2c\xdd\x48\x3b\xfb\xa2\xb1\x69\xbf\x32\xed\x46\xf2\x78\x71\xfc\xd2\x29\x17\x48\xea\x2f\x54\x1a\x83\x00\x49\x2d\x8a\x4a\x43\x09\x20\x29\xf9\x50\xe9\x2c\x0c\x34\x33\xbf\xd3\x49\x18\x48\xca\x6a\x54\x3a\x09\x03\x49\x99\x83\x4a\xa7\x57\x20\x29\x56\x50\x8a\xd1\x88\xd6\x7c\x55\x9c\x4b\x65\xf1\xdc\x98\x38\xa5\x53\x22\xd0\x91\x82\xaa\x34\x82\x0c\xde\xeb\xe6\x60\x4e\x80\x40\xb2\xff\xbf\xd2\xd9\x0e\x68\xe1\x60\xa1\x17\x9f\x7a\xf1\xdd\x8f\xde\x19\x10\xc8\xe6\x8b\xa7\x83\x0e\xf2\xeb\x99\xb3\x1d\x90\x7a\x9c\xea\xdf\x88\x48\x7b\xa6\xdf\x0d\x46\x38\x8a\xb9\x26\x9a\xce\x59\xb0\xa8\x6a\xdd\x54\xba\x7f\xa8\xaf\xbf\xe1\x2a\xa7\x3e\x30\x48\x76\xbf\x97\xf2\x35\x22\xd9\x2b\x5e\x69\x00\x19\xa4\x6b\x6a\xca\xd7\x88\x64\xd3\x72\xa5\x4b\xa1\xa0\x99\x17\x9a\x5a\xea\xb4\x36\x4a\xc7\x49\x4d\xed\x72\x6a\x97\xb1\x74\xa9\x5d\xce\xcf\x2e\xe3\xb8\x2a\x4c\x23\xb2\x69\x8a\x6e\x7f\x86\x46\x59\xf7\x25\xd1\x46\x82\x6c\x7e\xc9\x2e\x56\x82\x36\x86\xbf\xf2\xed\xfa\x72\x51\x97\x3f\xf3\x66\x3d\xbc\x5e\xbe\xe3\x5a\x57\x90\xcd\xaf\x43\xbb\xa9\x54\x8d\xa9\x21\xe9\xd2\x24\x68\xd4\x28\x2b\xa5\x6a\xc4\xa0\x80\x6f\x2d\x4d\xe9\xb2\xc0\x31\xc3\x82\xe2\x35\xa2\xa3\x67\x5d\x6a\xd7\x88\x6e\x94\x59\xed\x1a\xd1\x8d\x5d\x2d\x2d\x29\xe8\x68\x46\xd4\xd2\x6a\x82\xf7\x8a\x3c\xd8\x69\x1b\x37\x76\x79\xca\xdb\xa6\xef\xc6\x7a\xb4\xc7\x36\xec\x26\x2f\xf9\x32\x64\x0d\x06\xfb\xe6\x4a\x39\x1b\xd1\xa8\xa3\x5d\xcb\x8c\x5b\x30\x1c\xe9\x96\xd6\x15\x0c\x9d\x9b\x65\xc6\x2d\xe8\x94\x7d\xa9\x65\x60\x1b\x0c\xb3\x40\x96\x51\x6c\xd0\xd8\x87\x5d\x4b\xeb\xba\xda\xd7\xd7\xf7\x89\x28\x70\x23\x92\x0d\x71\xa5\x9a\x8d\x78\x7f\x46\xff\xb5\xc2\x4b\x2b\x8c\xdb\xb5\x0c\x80\x83\x36\xbb\x27\x75\x69\x12\x0c\xaa\x19\xd6\x32\xa3\x17\x0c\x73\x70\x97\x96\x19\xa4\x2b\x63\xcb\x38\x39\x68\x3a\x2e\xcb\x6c\x20\x90\xcd\x5b\xa6\x65\x06\xc9\x8e\xd2\x52\x2e\x47\xb4\xcd\xa8\x97\x7a\x39\x62\xa0\xd1\x56\xcb\x6c\x20\x30\xdc\x8a\xb0\xb4\xd6\x20\xd9\x5e\x57\xcb\xad\x30\xcb\x0a\xff\x9d\x11\x5d\xc1\x1c\x91\xcd\xd7\xc0\x90\x06\xc8\xe6\x6d\x34\xa4\xa1\x86\xce\xf2\x5e\x68\x88\x17\x1b\x53\x90\x76\xad\xa5\x21\x06\xd9\x7c\x57\xb4\xba\x68\xe8\xbc\xa7\xe4\xce\xba\xa6\xb9\x2c\xa0\xc6\x87\xb9\xb4\xc4\xa0\x2d\x5f\x50\xd7\x34\x97\x6b\x9a\xe5\xc1\xbc\x3f\x06\x43\xd2\x5f\x79\x7f\xa6\xe3\xc3\xf7\x97\xbe\x1a\xc4\xe1\xd3\x77\xca\x90\x09\x18\xce\xfe\xd4\xd2\x11\x9b\xeb\xc0\xcb\x00\x06\x58\x94\x3e\xad\x65\xb6\x0e\x68\x26\xb4\xab\x7e\x23\xd2\x7d\x6d\xcb\x00\xc6\xb2\x02\x43\xf7\x91\xbb\x61\x64\x69\x16\xbd\x65\x9a\x45\x90\x6e\x4f\x58\x5a\x45\x90\xee\x62\x58\x0e\xe8\x60\xa0\x16\x55\x0a\xbc\x88\x74\x0f\xc3\xd2\x55\x05\xe9\x16\x06\x95\x5b\x44\xba\x9f\x60\xe9\x84\x2e\x9d\x50\xaf\x48\x8f\x13\xbc\x7d\xf5\x2f\x3d\xfe\xb7\x5a\xf8\xfd\xa9\x27\x38\x5c\x7a\xf1\x6f\x1d\xec\x41\x9a\x91\xbf\xf4\x30\x41\xba\x55\x40\x09\x16\x91\x66\xcc\x2f\xc7\x7f\xf0\x1e\x8c\x9f\xe9\x71\x81\xb1\x61\xcb\x14\x48\x11\xf1\xfd\xa5\x29\x2d\xaa\xa1\x20\xa2\x56\xcb\x8c\x16\xd0\x06\x65\x07\x6a\xe9\x84\x81\x66\x4e\xc5\x32\x4a\xb9\x2c\x5e\x3f\xec\xad\x2e\x17\x48\x97\xc3\x96\xee\x15\x48\xa3\x43\x4b\xcb\x01\xb6\x6f\x80\xd0\x72\x80\x39\x86\xa7\xb4\x67\x37\xdb\x6c\x70\x1f\x54\x5b\x11\xcd\x54\x5f\xa5\x55\x44\x73\x5e\xa5\x42\x8a\xe8\x2e\xcd\xaa\x90\x22\x86\x6b\xca\x2a\xa4\x88\x8e\xd2\x60\x95\xe3\x3f\xc8\x77\xac\xf9\xa3\x75\x2e\xcd\x03\x18\x94\x2f\xa9\xd2\x85\x02\xe9\x06\x01\xc5\x52\xc4\x30\xee\xa8\x58\x8a\x68\x8e\xcb\x8a\xa5\x88\xee\xee\x31\xc5\x52\x44\x1a\x68\x56\x2c\x45\xb4\xc1\x6b\x5f\xae\x54\x82\x34\x59\x5f\xfd\x14\x91\xe6\xea\xab\x95\x52\x08\xa3\xa4\x79\xe4\x65\xd6\x0a\x48\x73\xae\xcb\xf1\x1c\xa4\xa9\xfa\xe5\xd8\x0d\xd2\x34\x6f\xe5\x53\xc4\xa2\x90\x5c\x95\x61\xe6\x32\xbb\x73\xfa\x87\x5e\xe3\x8b\x44\x15\xb7\xca\x30\x33\x48\x1f\x60\xe9\x54\x95\xc9\x9d\xee\x61\x2b\xc7\x56\xa4\x52\xd2\x94\xeb\x32\xa8\x0c\xde\x9f\xd1\x59\xbd\x23\x90\x66\xd7\x96\xcb\x92\x20\x8d\x6b\x96\x4e\x0e\x48\xe3\xad\xe5\x08\x0c\xd2\x49\x83\x82\x2a\x22\xcd\xbd\x54\x50\x45\xbc\xa7\xe4\x02\x0c\x21\x83\x34\x90\x56\xfa\x42\xc5\x82\xa6\x29\xa6\xe5\x70\x0b\xd2\x44\xcb\x72\xb8\x05\x2d\x3d\xa5\x1e\x0d\x78\x8f\xcf\x39\x8d\x17\xab\xc5\x32\x87\x8f\xdc\xa5\x2b\x95\x3c\x06\xce\xa9\x4a\x1e\x85\x6c\x47\x9a\x30\x59\x86\x0b\x41\xff\x7d\xbf\xf2\x6e\xbf\x58\x46\xf0\xcb\x45\x29\x90\x86\x49\xca\xf1\x10\xb4\x8d\x21\x58\x41\x0e\x31\xa8\x8c\x55\xe5\x04\xb7\x76\x1e\x09\x73\x8b\x72\x3c\x04\x6f\x5f\xe9\x85\x93\x5e\xd0\xcd\x1a\x2f\x63\x77\x60\x18\x1a\x2c\xd7\x95\xca\xf1\x70\xf8\x7e\x1a\x83\x03\x69\x0a\x58\x19\x70\x03\x03\x0d\xe5\x2a\x87\x43\xd0\xa9\x69\x51\x65\xc0\x0d\x34\x43\x16\xe5\x08\x09\x1a\x55\xf2\xaa\x1c\x21\x41\x4b\x7b\x61\xc0\x0d\xb4\x39\xfc\x24\x4c\xb1\x00\xdd\x9c\xcb\x32\x32\x06\xd2\xac\x21\xb5\x42\x44\x4b\xaf\xd2\xc0\x18\x68\xc3\xaf\xd7\x65\x22\x90\xe6\x33\x95\x63\x32\x48\x53\xc7\xca\x44\x0c\x90\xe6\x71\x95\x63\x32\x48\x73\xda\xca\xf1\x17\xa4\x49\x11\xe5\x28\x5a\xb7\x4f\x84\x4e\x18\xa4\xaa\xc7\x5f\x71\x41\x66\x58\x80\x34\x0f\xa6\x9c\x32\x83\x74\x7c\x2c\xa7\xcc\xa0\x6f\xbc\x29\x8a\x82\x88\x34\x99\x45\x4d\x10\xf1\xde\xb0\x46\xdb\xb4\x8d\x17\x0a\x87\x5b\x01\x10\xd1\x36\x67\x63\x6a\x7b\x88\x66\xac\x5c\x6d\x0f\x91\x26\xb8\xa8\xe3\x21\xfa\xf2\x57\x8e\x77\xea\x78\xb8\x7f\x5d\xcd\x0e\xf1\x76\xa3\xd3\x56\xb6\xf1\x91\x63\xb2\x76\xc7\x2d\xd0\x54\x6c\xaf\xdd\x81\x6b\x37\x6b\x6e\x30\x26\xed\x8e\x5c\xa0\x53\x73\xa5\x76\xe7\xa6\x20\x4d\x1a\x51\x69\xa3\xf6\x7e\xfb\x97\x74\xc4\x89\x28\x18\x0e\xf5\x8a\x68\x88\xf7\x67\x49\x9b\x27\x65\x26\x6a\x98\x70\x77\x26\xba\x9b\x97\x6e\x5e\xde\xee\xec\x71\x77\xd0\xc3\x0f\xdf\x1d\xf4\x40\x9a\x7e\xb0\x3b\xe6\xed\x8e\x79\x18\x8e\xdd\x88\x10\x48\xb3\x0f\x76\x87\xc1\xdd\x61\x10\xab\xb8\x9b\x37\x07\xde\x53\x72\x51\x8e\x70\x20\x5d\x54\x56\x6d\x43\x2c\x2a\x91\x97\x32\x1a\x22\xa9\x9a\x5c\x6a\x66\x88\x74\x1d\x7b\x37\xb2\xb3\x2b\xdd\x88\xd8\x54\xed\x0e\x7a\x20\x9d\x5c\xef\x4e\x1e\x41\xa3\x5a\x74\xa9\xb6\x21\xd2\x65\xec\xdd\x61\x10\xa4\xeb\xc3\x4a\x6b\x88\xec\xf1\x37\x5c\xe7\xdd\xf0\x0d\x48\xd7\x1c\x77\x67\xa0\x20\x5d\x32\x55\x79\x43\xa4\x0b\x80\xbb\x4b\x68\x20\xbf\xf7\xd7\x49\x29\x48\xd7\xa0\x54\x51\x10\xdd\xb4\x06\xe5\x11\x44\x3a\xd4\x29\x8f\x20\xd2\x18\xfa\x6e\x14\x60\x3f\xbe\x3b\xc5\xd3\x71\xd6\x08\xda\xc6\xc0\xa0\x3e\x82\x48\x8a\x7b\xd7\xee\xa2\x04\x48\xa3\xe3\x2a\x1f\x88\x1e\xbe\x96\xa6\x4a\x83\x34\xec\xbd\x3b\x86\xed\x8e\x61\x38\x8b\xbb\xc1\x80\x9d\xd5\x6f\x23\xc9\xbb\x03\x16\xe8\x26\x46\xed\xc6\x07\xc0\xd2\x23\x53\xad\x40\x2c\xea\xbf\x97\x6a\x05\xb5\x3b\x60\xe1\xe4\x2b\x3a\x50\xfb\xcd\x4b\x89\xab\xae\xc2\x80\x48\x83\x37\xbb\xe1\x78\x30\x46\xf9\x2b\xef\xb4\xf3\x45\x9c\x34\x15\x06\xc4\xd8\xf0\x9b\x55\x18\x10\x89\x58\x7f\xed\xce\x17\x41\x1a\xe1\x51\x74\x40\xa4\x51\x0b\x15\x06\x44\x1a\xef\x50\x4d\x40\xa4\xb1\x87\xdd\x00\xfd\x6e\x65\xa9\xe1\x6b\xea\xb0\xb9\x3b\x6c\xe2\xc9\x1d\x4e\x18\x0f\xd5\x6e\x91\xf5\xaa\xc3\xf0\x00\x48\x1d\xfa\xc3\xd9\xd8\xe1\x6c\x0c\x87\xcf\x8a\xfc\x22\x9d\x02\x5b\x6b\x5f\xa4\xfe\xb0\xa5\xf6\xc5\x7b\xfc\x49\x5b\xb7\x8d\x1b\x8b\xa1\x39\xcc\x18\x06\x89\x8c\x49\x1d\x0e\x74\x07\x01\x6d\xdd\xb6\xc3\x11\x0c\xb4\x81\xac\x75\x1d\xce\xc7\x8e\xee\x39\xe9\x99\x59\x68\x60\x0e\xec\xf0\xe1\x14\x0d\xa4\x13\x7d\x4b\xf2\xd7\x61\x62\xda\x60\x8a\x73\xe8\x37\x83\x30\x4d\xe9\xd0\x6f\x06\x0d\x31\xbb\xb2\xfe\xbe\x68\xae\xb5\x1d\x8e\x69\xa0\x9b\x62\x61\x49\x7e\x91\x6e\x1c\x39\x8c\x72\x83\x74\x9e\x78\x38\xcc\x81\x91\x61\x93\x57\xf9\x8e\x5f\xe9\x9c\xcd\x8a\xfc\x22\x9d\x39\x1e\xce\xd9\x40\x3a\xcb\xb2\x22\xbf\x18\x94\x78\x2f\xcb\xeb\x8b\x74\x7e\x63\x79\x7d\xd1\xcc\x3f\xb2\xd8\xbd\xd8\x4c\x68\xb3\x8c\xbd\x58\x06\x08\x0f\x7d\xd3\x23\xbf\x57\xc5\x36\x4f\x99\x5e\x91\x4d\x5e\xd1\x8b\xe5\xd6\xc8\xc3\x28\x2e\x78\xff\x92\x77\xc5\x5c\x2c\x90\xce\x5c\xac\x47\x2f\x9a\xd1\xd8\xc3\xa0\x2a\x58\x68\x30\xd4\x61\x4a\x15\x48\x2d\xb8\x25\xea\xc5\x40\x6d\xb6\x0e\x53\xaa\x40\x8e\xef\x0f\x7d\xad\x59\xb3\xd6\xe6\x1e\xe5\xe1\x49\x96\xd2\x96\x1e\xae\x16\x83\x36\x07\xd3\xc4\xc3\x71\x12\xa4\x3b\x9a\x0f\xfd\x6d\x30\x28\x04\x5f\x87\x31\x55\xd0\x0d\x57\x1e\x8e\xa6\xa0\x7f\x57\x64\xbe\x2e\xe8\xd4\xb1\xaf\xc3\x59\x28\x58\xe9\xad\x70\xc6\x09\x52\x1b\x7c\x38\xe3\x04\xa9\x71\x3a\x5c\x07\x06\x2b\xbd\x15\x8e\xaf\x20\xb5\xca\x87\x73\xd0\xc3\x45\x5f\xd7\x32\x0f\xa7\x97\x20\x1d\xbf\x0f\xd7\x73\x41\xfb\xaf\xcf\xc6\xf9\x25\x68\xee\x7c\x3d\xcc\x55\x02\xa9\x0d\x3e\x1c\xad\x41\x0e\x1c\x83\xc3\xd1\xfa\xb8\xf8\xde\x18\x7c\x0e\x73\x95\x40\x7e\x6f\x8f\xeb\xae\xa0\x1b\x19\x3e\xdc\xc5\x72\x5c\x5f\x2f\xfc\x4b\x2f\x93\x85\x57\x43\x87\x87\xf3\x4b\xd0\x36\x2d\xc4\x61\x66\x12\xc8\xef\x25\x73\x08\x07\xf9\x7d\xe2\x2e\xbc\x82\xfc\xc6\x23\x73\x7f\x41\x8e\xfe\x67\x21\x8b\x3a\xdc\x0b\x03\xde\x5e\xd2\x25\x97\x6f\x41\xb3\xdc\xc9\xa1\x21\x38\xd4\x47\xd7\xef\x39\x5c\x98\x05\xf9\x5d\x9f\x63\x3c\xc8\xef\xc6\x1b\x26\x00\xf9\x3d\x32\x83\xc9\xa0\xb9\x90\x76\x38\xec\x1f\xcf\xd7\x0d\xae\xcf\xe4\xe3\xc3\xe4\xe3\xe1\x0b\x66\xec\xe0\x30\xf9\xd8\xd8\xc4\xe9\xd2\x2c\x58\x48\x99\xd4\xe9\x32\x2c\x48\x57\x6b\x4f\x4d\x01\x48\x03\xdd\xa7\x73\x63\x90\x83\x37\xff\x34\x60\x00\xd2\x6e\x9c\x06\x0c\x40\x8e\xcd\xc3\x1f\x36\x7d\x77\xc3\x83\x9d\xb6\x9d\xfc\xa5\x1d\xbb\x6c\xa2\xce\x03\x63\xfc\x69\x5c\x01\x6c\x8e\xae\xa7\xf3\x6c\x90\x83\xe0\xee\xe9\x3c\x1b\xa4\x17\x7e\x1a\x57\x00\xe9\xfd\x3f\xdd\x6e\x03\xd2\x27\x77\x36\x3b\xf6\x22\xad\x4e\x70\x1a\x44\x00\x39\x98\x8c\x9f\x4e\xc6\x41\x0e\xfc\x97\x53\xab\x05\x72\xe0\x39\x9c\x5a\xad\xf3\x9b\x9e\x7b\x7b\x5c\x9a\x05\x6f\x1b\x9d\xd5\x94\x81\x31\x9b\xe7\xbc\x6d\x62\xdc\xc7\x5d\x39\xdd\xc2\x02\x9a\x71\x91\xd3\x19\x3b\xc8\xc1\xc4\xfe\xd4\xb8\x9d\x1a\x37\xa6\xca\xa7\x93\xf8\xf3\x9b\xc4\x7b\xff\x0d\x14\x9f\x06\x8a\x19\xf8\xd5\xd9\x10\xe9\x58\x77\x6a\x02\x41\x33\x3b\xe3\x74\x5a\x0f\x92\x9a\xfe\xa5\xf4\x86\x78\x8f\x6f\x9b\xe7\x24\x4e\x3c\x98\xd7\xab\xbd\x21\x72\xe0\x37\x28\xbd\x21\xba\xa9\x37\xa7\xb3\x73\x30\xd2\xbe\x9a\x4f\x7d\x1a\x14\xfe\x6e\x86\x53\x71\xb0\xb9\xe1\x46\x05\x0d\x91\x83\xf1\xf5\x74\xf9\x14\x24\xb5\xea\xeb\x74\x61\xf4\x8c\xef\x60\xb6\x79\xb0\xb0\x67\x3c\x3a\xe7\xcc\x67\x7c\x8f\x89\x36\x13\xc3\x40\x5a\x84\xeb\x34\x31\x0c\xbc\x3f\xb3\xcd\x8b\x4a\xbe\x09\xe6\xff\xa7\xb1\x45\x30\xcc\xa1\x3f\x1d\x35\x40\x0e\x7c\x89\xd3\x68\x23\x18\x7a\xad\xa7\x83\x06\x48\x24\x58\xea\xbc\xfd\x4a\x6e\xbe\x12\x7c\x09\x2b\xdf\x8b\x74\x5b\xd1\xe9\xa2\x14\x18\xee\xca\xb0\x18\xbe\x18\x94\xf4\xae\xd3\x05\x28\x30\x74\xb0\x2f\x9d\xe2\xeb\x73\x8a\x79\xdb\x2f\xe7\x85\x20\x29\xfb\x5b\x97\x63\xc1\xe5\x58\x80\x4f\x61\x95\x7b\x31\x8c\x42\x59\xe5\x5e\x24\x32\xb7\x75\x39\x3c\x5c\x0e\x0f\xe1\xaf\x6e\x9b\x48\x73\xf0\x0f\xfd\xa2\x2f\xbf\x68\x82\x20\x97\xdf\xea\xe5\xb7\xca\x04\xdf\x32\xf4\xa2\x39\x13\xba\x9c\x75\x82\xb4\x24\xc4\xe5\x02\x0e\x48\xd3\x95\x2e\x37\xa0\x81\x74\xe7\xe0\xa5\xdb\x0c\x1a\xd2\x96\x75\xf9\xa9\x82\xb4\x1e\xd9\xa5\x27\x0d\x7a\xff\x8e\x75\xda\x74\xd2\x7b\xce\xe8\x67\x03\xba\xfb\x17\x2e\x3f\x9b\xcb\xcf\x26\x6d\xb2\xab\xc3\xae\x72\x0b\xfd\x92\x40\x22\x0a\x52\x97\x93\x49\xf0\x3e\x8f\xa2\x6d\xb3\x8d\xd1\x87\x51\xf1\xf2\x7b\xbb\xfc\xde\x88\x08\x5f\x7e\x6f\x97\x1b\xd0\xfc\xe0\x2e\x3f\x38\x90\x86\xa0\x2e\x43\x80\x20\xdd\xe2\x7b\x39\x9d\xbc\x9c\x4e\xe2\x54\x5c\x2e\x9c\x80\x1c\x8c\x17\x97\xf1\x3e\xd0\xdc\x3c\x7a\x99\x44\x7a\x91\x31\x3a\xf0\x59\x2e\x3f\x41\xd0\xcd\xff\xbf\xcc\x60\x00\x03\x31\x8c\xba\xfc\x2a\xaf\xef\xab\x9c\xb6\x79\x95\xf8\xbb\x83\x81\x5e\xa9\x80\xfa\xa4\x02\xde\x61\xe5\x8f\xd6\x59\x25\x01\xb1\x50\xb9\x2a\x95\x04\xc4\x88\xaf\x97\x3e\x8b\xe0\x59\xe0\xac\x28\x24\x20\x16\xc2\x5a\x75\x39\x0f\x06\x39\x70\x99\x2e\x13\x10\x40\x1a\x27\xbb\x4c\x40\x00\x6f\x27\xfd\x4b\x1f\x7f\x1a\x6e\xf1\x36\xb8\xdb\x00\x24\x5a\x25\x75\xb9\xdb\x00\xe4\xc0\xd9\x52\x10\xa0\x3e\x41\x00\xc7\xb0\xcb\x89\x30\x68\xd4\x86\xae\xcb\x54\x02\x90\x83\x8f\xfb\x32\xfd\x11\xa4\x5b\xce\x2f\xf3\x1a\x41\xa2\xd9\x5b\x97\x13\x55\x90\xe6\xf7\x5d\xae\x15\x81\xb4\x26\xcd\xe5\xac\xf4\xfa\x62\xa3\x0c\x91\x97\x49\xf7\x20\x07\xa1\xac\xcb\x99\x2a\x18\xbf\xef\x2f\x7d\xe3\x0e\xde\xb8\xb2\xc9\xbe\xbe\x48\x77\x3c\x5e\x4e\x5e\x41\x0e\x1c\xb7\xcb\x99\x2a\x48\x7d\x69\xe5\x06\x44\x3a\x40\x5e\x2e\x31\x81\xb7\x63\xfe\xcc\x5e\x9c\x5e\x38\x7d\x75\x8a\x0b\x72\xc3\xd9\xba\x9c\xe2\x5e\xdf\x14\x77\x7a\x4e\xaf\x9c\xc9\xab\x7b\x1c\x2e\xe3\x0a\x20\x37\x22\x06\x2a\x10\x88\xf7\x2f\xb9\x26\xa7\xaa\x20\x2d\x66\x71\x19\x6b\x00\xb9\xe1\xba\xa9\x37\x20\xda\x74\xf0\xbe\x0c\x23\x80\xd4\x81\xbc\x1c\xf5\xaf\x6f\xaa\xc8\x80\x7e\x19\x34\x00\xb9\xe1\x5c\x29\x1b\x20\x72\xc3\xad\xb9\x9c\x2a\x82\xcd\x9d\x02\x97\xc3\xfe\x65\x2e\xc2\x37\xe2\x1a\x45\x05\xb9\xe1\x2f\x5e\x86\x08\x40\xb7\x6a\xde\xe5\xec\x11\x74\x93\xae\x2e\x27\x8f\x20\x37\xbc\x93\xdb\x71\xf9\x76\xcb\xb2\x83\xfc\x6d\xf8\x12\x2c\x74\xe4\xea\x36\x42\x70\x33\xaf\xda\x70\x4f\xd4\x12\x10\xef\x5f\x6e\xb4\xdd\xb6\xdd\xfc\x8c\x83\xe9\x43\x82\xdc\xf8\x82\x6f\x4d\x2c\x68\x14\x1e\xad\x5b\xb7\x12\xa4\xa5\xf4\xac\x39\x2f\xd2\x6d\xae\xb7\xf9\xd8\x20\xad\x74\x74\xbb\xf5\x08\x74\x83\x5c\x56\xa6\x17\x69\x4a\xc4\x6d\xee\x35\x48\xf3\xa5\x2d\x30\x5f\xf7\x3a\x69\x7a\xef\xb5\xd5\xe4\x45\x6e\xcc\x67\xac\x26\x2f\x72\xc3\x3c\x58\x4c\x5e\x6c\xe6\x65\xdc\x66\x55\x83\xdc\x30\x81\xb7\x6b\x22\x60\xfb\x7d\xc7\xb2\xf7\x45\xef\x09\xcf\xdc\x3a\xad\x60\x73\xab\xf3\xed\x77\x7f\xef\xdf\x03\xe7\x56\xb8\x4e\x02\x72\xeb\x36\x85\x4d\xaf\xed\x77\xac\xbe\x75\x6d\x6f\x4b\x20\x69\xd5\x6f\x87\x0c\x90\x88\x52\x95\x05\xec\x45\x5a\x1b\xc8\x6a\xf5\xe2\xfd\x4b\x6e\x99\xfe\x2e\xc8\x0d\x17\xec\x76\x7c\x00\xe9\x96\xc0\xdb\xe8\x21\x48\x84\x3a\xea\x76\xc8\x00\xb9\x75\x9b\xec\xc5\xc1\x6a\xd0\x66\x93\xbd\xa0\x2a\x31\x05\xe0\xeb\x76\x14\x01\x23\xbf\x33\xda\xb1\x17\x9b\xae\xb9\x15\xed\xc5\xd4\xc8\xde\x2e\x5e\xdf\x2a\x49\x31\x62\xdf\x0e\x2c\xa0\x0d\xbd\xd6\xdb\x81\x05\xb4\xff\x6a\xf2\xf8\x6c\xcd\x71\x55\xd7\xca\xf4\xa2\x59\x5f\xe7\x36\x7f\xf9\x66\xa7\x2b\x52\xc3\x65\x65\x7a\xb1\xd2\x77\xcc\x65\x18\xd0\xdd\x10\x68\x61\x7a\x91\xdb\xb0\xc9\xbb\xf3\x62\x22\x25\x5f\xb7\x23\x0d\x18\xcb\x77\x5f\x37\xf9\xfe\xdc\x64\xba\x6a\xa0\x13\xa4\x0b\x63\xb7\x8b\x35\x20\xdd\x95\x71\x5f\x5f\x57\xf9\x00\x99\xbb\xdc\x2e\xa0\x83\xdc\x70\xd5\x6e\x27\xb4\x20\x37\x6f\xab\x13\xda\xfb\x73\x83\x63\xfd\xd9\x36\xdf\x7a\xc9\x20\x2d\xda\x73\x1b\x08\x05\xef\x51\x3c\x99\x4f\xc7\x71\xce\x1b\xea\xa0\x06\x72\xc3\xe3\xb8\x9d\xcb\xde\x84\x3d\x37\x9c\x04\x0b\xea\x8b\xdc\x18\x94\xad\xa7\x5f\xb7\x03\x18\x2f\xd2\xe3\xbc\xf5\x61\x92\xba\x31\x4d\x7a\x9c\x91\x3e\x4a\xb7\x63\x07\x1e\xdd\x4e\xd0\xa6\xd3\x48\x2b\xde\x8b\xb7\xad\xd1\x36\x6c\x1b\x64\x80\x70\x02\x47\x48\x90\x1b\x6f\x97\xf5\xed\xeb\xab\x6f\xef\x14\xce\xfa\xf6\xe2\x6d\xe3\x77\x46\x4c\x41\x77\x99\xef\xd1\x1b\x05\xb9\x31\x93\x78\x9c\x82\x82\x44\xeb\xbf\x2c\x4a\x2f\xde\x83\xf1\x33\x17\x6e\x9e\xf1\x9d\x94\xdf\xe9\x07\x82\xb7\x2d\x68\x3b\x6c\x23\xd3\xe2\xfb\x99\x37\x84\xe9\x2b\x7a\x4c\xf5\x38\x57\x7d\x3e\xaf\x8f\xe1\xd5\x5a\xf2\xe2\x6d\x5b\xb4\xed\xb6\x31\x5a\x4c\x7f\xe6\x09\x5e\x4c\xeb\x27\x5b\x26\x5e\x44\x62\xb8\x1e\xe3\x9c\x8f\xe9\x41\x5e\x81\xce\x21\x48\xcb\x3e\x3e\xc6\x39\x41\xba\x79\xd1\xfa\xf2\xe2\xed\x85\x6d\x1e\xcc\xac\x59\x2c\xaa\xa5\xe3\xc5\xe6\x96\xee\xc7\x69\x28\x48\xf7\xbb\x3c\x66\xc8\x3e\xf8\x86\xa6\x9d\x3c\x66\xc8\x82\x36\x1d\x3a\x1f\xfd\x45\x90\x9b\x0f\xca\x69\x26\xc8\x8d\xc1\xf4\x31\xf7\x15\xbc\x7f\x49\x37\x9c\x54\x82\xdc\x78\xe1\x1f\x2d\x1e\x78\x7f\xc6\xdb\xa1\xf3\x09\x72\xf3\xf5\xd3\xf9\x04\xb9\xe1\xc5\x3c\xce\x16\xc1\xb0\xd4\xda\x63\x75\x3d\xf0\x1e\x8c\xd7\xca\x7d\x3d\xe0\x6d\xe3\xaa\x34\x41\x8f\x26\xc8\x77\xd9\x5c\x54\x90\x46\x5f\x1e\x4d\x10\x98\x96\x81\x7d\x4c\x4f\x05\xb9\xf9\xda\x9a\x9e\xfa\x98\x9e\x8a\xbb\xf0\x14\xb5\xb1\xc4\x22\xe3\xf6\x29\x46\x24\xb1\x50\xbe\x7e\x5c\x58\x15\x8b\x09\xc6\xe3\xc2\xea\xb3\x53\xc7\x0b\x0b\xfa\xec\x24\x0b\x8a\xc5\xe7\xff\xb8\xd6\x2a\xd6\xb6\xfc\xd5\xb0\x69\xbc\x4d\xaf\x69\x79\x76\x62\x40\x62\xa1\x97\xff\xec\x7c\x9d\x62\xcd\x77\x74\x79\x5c\x91\x15\x0b\x09\xba\x67\xe7\x83\x15\x8b\xcd\x32\xcf\xce\x32\xc8\xb3\xbf\x13\x9b\x45\xa0\xf9\xd9\x71\x48\xc5\x9a\xcb\x7e\x9d\x36\x9d\x34\xd9\x89\xcb\xa6\xeb\x6d\x2a\xae\xb1\x79\xd9\xd4\x65\x99\x5f\xbf\xbe\xcb\x26\x4d\xdd\x3b\xc1\x68\xf0\xec\xd6\x60\x69\x74\xb5\x7b\xd9\x5d\x55\x37\x9b\xbc\xec\x4e\x46\xfd\xf0\x0f\xbd\x6c\x6b\xb0\x0c\x7f\xe5\x35\x76\xca\x36\x0c\xee\x7d\xf7\x1a\x2d\x40\xfa\xbe\xea\x8f\x8b\xc9\x62\x85\x97\xed\x73\x04\x2b\xbc\x20\x1c\xe5\x87\xf5\xe5\x15\xf6\xbe\x7b\xd9\xdd\x55\x35\xcf\xe8\x65\xbf\x58\x54\xa7\x7b\x14\xab\x16\xc5\x14\xfc\x51\xac\xfa\xf9\x94\xa9\x3b\x2d\xc3\x96\x8d\x1f\xbd\x47\x57\x38\x4a\x24\x03\xc8\x73\xb3\xce\xf3\xdc\xc4\xbd\x28\x09\xf2\xdc\x2c\xea\x88\x24\x0b\xf1\x51\x4b\xea\xb9\xa9\x2c\x40\x01\xf6\xe7\x66\x54\x7c\x6e\xb2\x28\xa9\x57\xfe\xdc\x0c\x8a\xcf\x4d\x24\x8c\x5a\xf1\xcf\xcd\x98\xf8\xdc\xe3\xfd\x14\xa8\xd1\xfd\xdc\x64\xf5\x3c\x37\x63\x22\x7b\xfb\x9e\x1b\x97\xfe\xb9\x59\xe0\xa6\x36\xf9\x73\x6f\xf6\x0b\x5f\xbd\xde\x79\xef\xf3\x78\x89\x80\xf9\xc1\xf3\x10\x74\x11\x8b\xb2\x39\x8f\x62\x2d\x82\x19\xf4\xf3\x10\x91\x15\xc4\x68\x1f\xd5\x5b\x84\x37\xf4\x21\x2c\x23\x98\x54\x3c\x5a\x37\xb1\x7e\xbf\xff\xb6\x75\x6a\x8c\xff\x6e\x94\x1f\xec\xe0\x0b\x05\x59\x69\xd9\x6d\x21\x9d\x70\xd1\x72\xd8\x42\xad\x2d\xbb\x72\xda\x72\xfe\x8f\xbf\x7c\x9b\x1e\x42\xb7\x82\x8d\x17\x8f\x56\x55\x50\x2d\xf7\x79\xfc\xb4\x01\x15\xaf\x1e\xcd\xec\x83\x11\x64\x2f\xcb\xf3\x34\xcf\x8e\xc6\xcb\x3b\xf9\x78\x94\x78\x11\xbe\x6d\x2a\xbc\x08\x72\x3f\x9f\xc7\x0f\x0a\xa0\x17\xfb\x28\xf9\x22\x28\xbd\xf8\x68\x5c\x05\x95\x80\x1f\x6d\xeb\xf3\x7c\x0f\xfe\x6d\xf1\xb9\x2b\xbe\x92\x5c\xfb\xf0\xec\x03\x05\x74\xee\x8f\x2f\x02\x20\xd4\xf6\x68\x2e\x05\x25\x0b\x1f\xe5\x59\x04\x85\xf5\x9e\x67\xf3\xec\x2f\x70\x18\x1f\x2d\xea\xf3\xcc\x77\x40\xf1\x91\x4f\xcf\x8e\xd4\xb5\x77\x63\x7a\x76\x84\x52\x82\x2b\x9d\x9e\x7d\x22\x1b\xc2\x75\x4d\xcf\x4e\x49\xba\xe0\xb5\x08\x8f\x5c\x0a\x17\xbd\x2d\xb7\x67\xbf\xdd\xb9\x44\x8b\xef\x20\xcb\x23\x93\xe3\xdc\xbe\x82\x08\x19\x6d\x5c\xd7\xed\x2b\xf8\x62\x51\xf1\xe9\x51\xe8\x42\xa4\xaf\xf7\xed\x0b\x44\xb9\xe6\xfe\xff\x16\xb7\x79\xff\xff\xaf\xfb\x3f\xfe\xbf\xff\xf9\xbf\xf6\x7f\xfc\xef\xfd\x5f\xef\xbf\xce\xff\xfc\xe7\x3f\xef\x7f\xfb\x8f\xeb\x5f\xce\xff\xf8\xeb\xff\x7f\x5b\xff\xba\xee\xe7\x5f\xfe\xed\xfe\xe7\xfd\x7f\xfe\xfd\x3f\xff\x79\xde\x7f\xfd\xe3\xdf\xff\xf1\xfe\x15\xff\xfe\x6f\x00\x00\x00\xff\xff\xb5\x0d\xdf\x1d\xc7\x89\x02\x00"); +func _gfdg ()([]byte ,error ){return _fd (_cbd ,"Adobe-Japan1-2")};func _fce ()([]byte ,error ){return _fd (_afbd ,"GBK-EUC-V")};func _agdbe ()([]byte ,error ){return _fd (_ddg ,"Adobe-Japan1-0")};func _cbcd ()(*asset ,error ){_cae ,_decc :=_aada ();if _decc !=nil {return nil ,_decc ; +};_aca :=bindataFileInfo {_c :"Adobe-KR-1",_ed :773,_cg :_g .FileMode (436),_ca :_d .Unix (1580491408,0)};_ffdg :=&asset {_fdf :_cae ,_ff :_aca };return _ffdg ,nil ;};func _eggd ()(*asset ,error ){_fedb ,_cdgb :=_daeb ();if _cdgb !=nil {return nil ,_cdgb ; +};_cbcde :=bindataFileInfo {_c :"UniJISPro-UCS2-HW-V",_ed :4376,_cg :_g .FileMode (436),_ca :_d .Unix (1580492860,0)};_fabca :=&asset {_fdf :_fedb ,_ff :_cbcde };return _fabca ,nil ;};var _dgec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd3\xcf\x6e\xda\x40\x10\x06\xf0\xbb\x9f\x62\x8e\xe9\x21\x65\xff\x78\xbd\xb6\x84\x90\x1a\x90\x52\x0e\x69\xab\x52\xd2\x4a\x55\x0f\xe0\x1d\xa3\x95\xca\xda\x5a\xec\x03\x6f\x5f\xcd\x8c\xe3\xe6\x10\x7d\xe1\x67\x7f\xbb\x63\xbc\xac\xb6\xfb\xdd\x3e\xc5\x11\x56\xdf\x72\xdf\x1e\x70\x84\x2e\xa6\x90\xf1\xd6\x4f\xb9\x45\x38\xe3\x25\xa6\xa2\xd0\x06\x42\x6c\xc7\xb7\x8f\x1c\xed\xf5\x34\x14\xc5\xea\x98\xe2\xf3\xd3\xe3\x71\x7b\x30\x8f\x9f\x61\xba\xe1\xcc\xdb\xfd\xee\x70\xbf\x8d\x78\xdd\xa7\xae\x07\x2b\xf5\x30\x0d\xf3\x12\x00\xab\xef\x78\x89\xb7\x31\xdf\xe1\xe1\x53\xe8\xcf\xf8\x01\x02\x76\xe4\x5f\x73\xc0\x1c\xd3\x05\x1e\x9e\x9f\xf4\xa2\x87\x69\x18\xfe\xe2\x15\xd3\x08\x25\x1b\xa6\xc0\x59\xac\xb6\x2f\xa7\xe1\xcb\xe9\x8a\xf0\x7e\x96\x57\xbe\xc8\xd7\x5e\x31\xdf\x62\x9f\x40\x9b\x8f\x4a\xb9\xff\xfe\xe3\x3e\x20\xe8\x79\x91\x5f\xc7\xfd\x0e\x7e\x6b\xd0\x0a\x8c\xb3\x95\xff\x33\xfb\xcf\x97\x3e\x2c\x77\x99\x52\xc6\x6f\x63\xc8\xa7\x74\xc1\x62\x6d\x94\x2e\x37\x30\x87\x6b\x6a\x12\x53\xb1\x50\xb8\xa6\x29\xd6\xc6\x18\x47\xc2\xe1\xbd\xaa\x8b\xb5\x55\x4a\x6f\x60\x0e\xe7\x1d\x8b\x11\x31\x24\x25\x4b\x2d\xd2\x6d\xc0\xd5\x2c\x5a\xb1\x68\x6a\x35\x22\x56\xc4\xf2\xd2\x15\x53\x29\xe4\xa8\x66\x58\x2a\x11\x4f\x35\x53\xac\xbb\x8e\xb7\x97\x70\xbe\x66\xa9\x45\x1a\x6a\x29\x96\x56\xa4\xa5\x7b\x2c\x0b\x8a\x20\x6f\xe6\x89\xf4\x89\x49\x9f\xe9\xa6\x8a\x25\x88\x84\xb7\x87\xed\x3a\xdd\x09\xd1\x83\xf8\x86\xc4\x9e\x59\x28\xbc\x57\x42\xd2\xb3\xdc\xd3\x3c\x81\x95\x1e\x45\xa5\x58\x9c\xf4\x28\x5c\xc3\xdb\x39\xa9\x51\xb8\x86\x47\x72\x32\xa5\x93\x29\x4b\x22\xb4\x4c\xc8\xdf\x92\xd6\x74\x78\x96\x77\x48\xff\xd3\x99\x5d\x8e\x51\x3b\xe5\x8c\x69\xe4\x13\xcb\x07\x85\x5e\x7e\x4c\xb8\xfc\x28\x86\x7e\xa0\x16\xff\xfd\x0b\x00\x00\xff\xff\x66\xba\x5f\xa0\x40\x03\x00\x00"); +func _dgefg ()([]byte ,error ){return _fd (_afcc ,"HKscs-B5-H")};var _aacd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5b\xab\x26\xd7\x71\xf7\xef\xf7\xa7\x78\x2e\xfd\x5e\xf8\x55\xaf\x63\xad\x82\x61\x83\x91\x2c\x22\x07\xc7\xc1\x8a\x93\x40\xc8\x45\x1f\xaa\xc5\x40\xb4\x67\x98\x19\x41\xfc\xed\x43\xfd\xfe\x8f\x95\x44\x04\x64\x30\xa5\xf9\x3f\xd5\xd5\xb5\x6a\xd5\x71\xad\xde\x5f\x7d\xfd\xdd\x37\xdf\xbd\xbd\xff\xf2\xf8\xea\x1f\x3f\x7d\x38\xbf\x8f\x2f\x8f\xfb\xfd\xdb\xf5\x29\x3e\x7f\xf8\xe9\xd3\x19\x8f\x23\x7e\x78\xff\xf6\xf2\x52\xea\xe3\x7a\x7f\x7e\xf9\xdb\x3f\x21\xe7\x8f\xfb\xc7\x97\x97\x7c\xfe\xfb\xbf\x7e\xfe\x12\x3f\x7e\xf7\x76\x7f\x78\x34\xf1\x5d\x3f\x7d\x7c\xf2\x3e\x1e\x5f\xfd\x39\x7e\x78\xff\xf9\xcb\xa7\xbf\x3e\x7e\xf3\xbb\xeb\xc3\x11\xff\xef\x71\xc5\x9d\xf8\x9f\x3e\x5d\xf1\xe9\xfd\xdb\x0f\x8f\xdf\xfc\x61\xff\xb8\xbf\x95\x9f\x7f\xf8\xfe\xa7\x8f\x1f\xff\x23\x7e\x8c\xb7\x2f\x8f\x0a\x16\x6f\x17\xf4\xe5\xab\xaf\xff\xb8\x7f\xfc\x87\xfd\xc7\x78\x7c\xf5\xfb\xff\xfc\xf2\xdb\x3f\xff\xfd\xf7\x7f\xf8\xed\xdf\xf1\x13\xbf\xfc\x73\x7c\xfa\xfc\xfe\xc3\xdb\xa3\x94\xff\xbf\x6d\xf3\xbf\xf1\x7f\xfa\xeb\xc7\x78\x94\xa7\x88\xbf\x7c\xf7\xcd\x9f\xee\xfb\x73\x7c\x79\xd8\x26\x96\x7f\xfd\xcb\x77\xdf\x3c\xfe\xad\x3c\xca\xf6\xa8\xa3\xb5\xfa\xef\x4f\xce\x7f\xf9\xe3\x87\x2b\x1e\x62\x7a\xe9\x5a\xd0\xf9\xe1\x8a\xcf\x1f\xf7\x33\x3e\xed\x6f\x3f\xc4\xcb\xe3\xf1\x6e\xdb\x5e\x1f\x8f\xc7\xbb\xb5\xbd\xe6\xbf\x56\xe9\xdb\xeb\xe3\x9d\x7f\xfb\xed\xd7\xfc\xfb\x77\xfa\xf5\x9b\x6f\xf9\xd7\xef\x37\x7e\xfd\xf6\xeb\xfc\x35\xde\xae\x5f\x48\x7b\x29\x7a\xc9\xdb\x87\x2f\x57\xdc\xc2\x90\xff\xae\xdc\xaf\x8f\xda\x4a\x3e\xf3\x3f\x7f\x7c\x29\xdb\xf6\xd4\xeb\xfd\xf5\xe4\xaf\xc9\x6f\x91\xaf\x7d\x3c\x78\xe8\x6f\x4a\xad\x02\x3c\x5b\x4b\x68\x09\x5a\x2b\x21\x9f\x40\x2e\xc8\x5f\x1f\xd6\x6d\x01\xed\x40\xfb\xf9\xfa\x78\xd8\x96\x5c\xb5\xdf\x09\xd5\x91\x0f\xda\xda\x12\x9a\xc8\xaa\xe6\x09\x39\xd0\x2a\x40\xbe\xbf\x3e\x1e\xab\xf0\xa0\xeb\xc1\xbb\x24\xd4\xeb\xcb\xbb\xd5\xa4\x57\x43\x2f\xaf\x23\x21\xe9\xd5\x7c\x26\xb4\x52\x89\xa6\x07\xdb\x31\x5f\x1f\x65\x2b\xb9\xa0\x76\x08\xba\x80\x5a\x3e\xd8\x25\xab\xa7\x2e\x65\x1b\x9e\x90\x09\x4a\xf1\x65\xf3\x7c\x63\x97\xf8\xee\xe5\xf5\x51\xca\x66\x2f\xef\xd6\xd0\x83\x03\x25\x6a\x4b\xae\x21\x2e\xc8\xa3\xb1\xa0\xa1\x05\x0d\x87\x0b\x7b\x0d\xe9\x35\xae\x2b\xb9\x2a\xb2\xae\x00\xba\x4f\x1e\x4c\x55\xa7\xc4\x4f\xc4\xf7\x9a\xe2\xa7\xc4\xcf\x54\xe2\xd1\x57\x6a\x3f\xbd\x0a\xaa\x88\x17\xd4\x04\xe5\x83\x63\xcb\x4d\x9b\xbb\xb8\xe2\x62\x87\x72\x8d\x26\xf1\x36\x12\x1a\x23\x1f\xb4\x81\x5e\x66\x23\x21\xc4\x9b\x85\xa0\x78\x7d\xac\x56\x53\x96\x49\x09\x5b\xf7\xeb\xc3\xe6\x96\x86\x36\x17\x94\xe4\x61\xb3\x02\x15\x41\x05\xa8\x00\x55\x41\x15\x08\x25\xa4\xaa\x79\x7a\xce\xac\x1d\x68\x17\xb4\xc3\x25\xf1\x87\xa0\x33\xb9\x70\xcc\x25\x13\x42\x4a\xc1\x01\xd6\x8e\x12\x10\x93\xaf\xae\x1d\x25\xd6\xb1\xc1\x95\x86\x5e\xc7\x13\x2a\xaf\x0f\x6b\x6d\x03\xaa\x82\x56\x72\xf5\x0e\xe4\x82\xd0\xab\x09\x42\xaf\x15\x47\x72\x8d\x5c\xe3\x8a\x53\x90\xf4\x42\x89\xb4\xf0\xbb\xb5\xee\x7c\x63\xc5\xf6\xeb\xd6\x1b\x93\xd8\x6c\x13\x48\x6f\xbc\x1d\xae\x05\x24\xf1\x49\x6c\x36\x54\xbd\x0f\x41\x67\x72\x95\x84\x5c\x9b\xe6\x7d\x01\x39\x90\x0b\x92\xaa\x0b\x08\x59\x3e\x5a\x72\x55\xb8\x46\x17\xd4\xe1\x12\x34\x04\x59\x72\xf5\x0d\x68\x09\x5a\xc9\xf5\x84\x24\x7e\xec\x70\x75\xa0\x43\x10\xcb\xee\x05\x88\x65\x3b\x31\x54\x3b\x4a\xcc\x22\x88\x65\xf7\x06\xc4\xb2\x9d\xb0\xaa\x03\x48\xce\xe4\x0b\xf1\xab\x02\x49\x7c\x12\x9b\x7a\xe3\xc2\xd0\xbe\x8f\xe4\x72\xa0\x7d\x0a\x9a\x70\x0d\x20\x13\x64\xb9\xb5\xf8\x97\xef\x5a\xd0\xae\x05\x4d\x20\x2d\x28\x83\xaf\xc8\xa3\x5d\xc1\x07\xb1\xd9\x31\xf4\x85\x7f\xf9\x9d\xc6\x69\x06\x74\x4b\xd6\x2d\x59\xac\xf1\x96\xac\xdc\xb4\xd2\xd9\x6d\xd7\xa6\x41\x6c\x76\x94\xb8\xa5\x3d\xfb\xd8\xc9\x85\xbb\xf6\x11\x52\x3a\xd9\x64\xef\x45\x10\xf6\x1a\x1b\x10\xf6\xda\xa7\xb8\x52\xd6\x2e\xab\x42\x66\x77\x1e\x9c\x4f\xae\x54\xb5\xb3\x1d\xfb\x5c\x82\xd6\xeb\x63\x6c\xac\x71\x9f\xa8\xba\x63\xfb\x8e\xf6\xbb\x6c\xbf\xaf\x9e\x90\xf1\xc6\x35\x04\x0d\x94\x40\xd6\x9a\x82\x58\xa3\xa1\xbd\x76\x68\xd7\x0e\x11\x0a\xbb\x76\x68\xcf\xd8\x2e\x9d\x7d\xdc\x15\xdb\x10\x9b\xec\xf6\xee\x5d\x50\xee\x63\x27\x3d\xee\x2e\xf1\x49\x86\xe3\xf7\xbb\x9b\x20\x87\x4b\x0f\xee\x82\x88\x8e\xd1\x81\xa4\x44\x26\xf4\xf2\xb4\xc4\xa9\x05\x9d\x64\x00\x52\xda\x7e\xca\x5e\x49\xc6\xf3\x8d\xa7\xec\x75\xe6\x82\x06\xf1\xb8\x9f\x92\x75\x6a\x41\x82\xb4\xa0\x33\xc5\x0f\x3c\x67\xbf\x24\x3e\xc9\x9c\x54\x98\xfd\x92\xf8\xc8\x65\x0f\xd9\x2b\xb4\xec\xd0\xb2\xd1\x2b\xb4\x6c\x1c\x60\xd8\x46\x05\xff\x5b\xdd\xfd\xbf\x4a\xf1\x3a\xe4\x1f\x47\x06\x75\x19\x64\xf5\x43\x41\x0d\xb1\x39\x16\x10\x6a\x1f\x23\xf7\x74\xe2\x58\x87\x52\x38\xc4\x26\xc5\xec\x50\x91\x3d\xd8\xf9\x49\x12\x3c\xb4\xf3\x07\xd9\xf3\x29\x4b\xd9\xf3\x50\xf6\x9c\x1b\x50\x11\x94\x8e\x35\xa9\x49\x87\xe2\xe9\x50\x3c\x4d\x41\x38\xd6\x71\x36\xb8\x78\xe3\xd9\x05\x75\xaa\x4d\x07\x1a\x82\xd2\x04\x26\x25\xce\x4b\xd0\x85\xac\x0a\x44\x20\x1e\x91\x5b\x63\x6c\xcd\x11\x5a\x63\xb0\x35\xb3\x01\xb1\x35\x47\x26\xd4\x62\x13\x2e\x25\x54\x88\xcd\xc9\x1b\xef\x26\x28\x53\xa5\x19\x0f\x2a\x5c\x21\x36\x27\x56\x55\xda\x85\x14\x35\x25\x87\x22\xf8\x50\x04\x3f\xc5\x3f\xdf\x88\xf6\x78\xf7\xa9\x1d\x3a\x33\x44\x8b\xad\x06\xd4\x04\xb1\xf3\xd3\x80\xb0\xc4\x99\xa9\xb6\xd8\x02\x1a\x53\x10\x89\x8b\xfa\x76\x0e\x1c\xfe\x9c\x69\xc2\xc5\x3e\x9e\x53\x0f\x4e\xf2\x35\xb9\xec\x9c\x43\x50\x2a\xb1\xea\x06\x74\x09\xc2\x84\x26\x08\x13\x9e\xd9\xc1\x94\x45\xee\x3f\xad\x08\x22\xb3\x58\x01\xaa\x82\x78\x23\xb5\xf2\x34\xbd\xd1\x78\xa3\xb1\x46\xd3\x1b\xb3\x3d\x2b\x8b\xed\x38\x6d\x17\x94\x5e\x58\x96\x64\x1d\x82\xd2\xbf\xd4\x9e\x9d\xf2\xaf\x73\x21\x9e\xe0\x39\x97\xc4\x2f\x89\xe7\x8d\x4a\x36\xa7\xa3\x2a\xc1\x73\xaa\x6b\x80\xd8\xc4\x73\x4e\x75\x0d\xa7\xe7\x3e\xae\x29\xc8\x05\xb1\x8f\x36\x80\xa4\x97\x67\x56\x5f\xd2\xde\x65\x09\x27\xab\x93\xb8\x4e\x75\x0d\x67\x16\xff\xb2\xc8\xea\xa7\x8a\x3f\xc4\xe6\x13\xd2\x3e\x1e\x2c\xc8\x05\x3d\x1f\x24\xac\xe8\x70\x4f\x25\x9b\x13\x9f\xf0\x92\xb6\xbf\xe4\x13\x17\x51\xeb\x18\xfa\x52\xd4\x5e\x8a\x5a\x1a\xaf\x4b\x51\x7b\xe1\x13\x8e\x33\x5d\xf2\x89\x4b\x3e\x81\x17\x5e\xf2\x89\x8b\xdc\xef\x94\xbc\x4b\xb9\xff\x52\x45\xc5\xf6\x97\x72\xff\x95\xdb\x51\xb7\x2d\x2d\x71\x69\x3b\x20\x63\x91\x76\x2f\x3b\x05\x45\x72\xd1\x3f\x5d\xda\xa1\x2b\xd3\x76\xdd\x68\x70\xae\x75\x09\xc2\x99\xa4\xd7\xc2\x84\x57\xa6\xf0\xba\x51\x34\x2e\xa5\x70\x88\x4d\xfc\xfe\xf2\x21\x68\x25\x17\x69\xf7\xd2\x0e\x5d\xda\xa1\x85\x78\xed\xd0\x95\xd9\xb3\x6e\x24\x98\x4b\xd9\x13\x62\x93\x7e\xf3\xba\xb4\xa0\xcc\x98\xb5\xd0\xfe\x5f\x21\xf1\x41\x4d\x5a\x82\x64\xaf\xcc\x00\xb5\xe0\x98\x97\x32\xc0\xa5\x0c\x40\xa4\x5d\xca\x00\x57\xee\x50\x2d\x94\xe2\xd0\x0e\x45\x1f\x09\x0d\x41\x53\x90\x6c\xbf\x80\x4c\x50\x2e\xa8\x90\x01\x42\x5d\x56\xa8\xcb\x5a\x7a\x70\x17\xb4\xc3\x25\xe8\x10\x44\xea\xa0\xda\x44\xc7\xf6\x91\xdb\x59\x0b\x3e\x11\xea\xb2\x42\x5d\x96\x0b\x92\x78\x76\xa8\x60\xaf\xd0\x0e\xc5\x91\xaa\x56\xda\xff\x38\xa4\xea\x81\xaa\x2e\x48\xaa\x9e\x70\xe1\xbe\x71\x8a\xeb\x14\x57\x03\x7a\x72\x59\x76\x0d\xb4\x08\x71\x4a\x89\x2b\x0d\xad\x96\x2a\xae\x21\x08\x43\x3f\x21\xc9\xba\x72\x8d\x8d\x46\x35\x2e\xad\xf1\xa2\xfb\xa3\x34\xc5\x85\xe7\x04\x86\x6e\x25\xa1\x5b\x86\xbe\xd3\x5e\xb5\xd1\x52\xdd\xb2\xd7\xad\x50\x70\x41\xc8\xba\xb3\x2b\xad\x8d\x3a\x74\xab\x2b\x85\xd8\x74\x41\x28\x71\x63\x1c\xf5\x75\xb7\x8c\x73\x67\x07\x52\x3b\xc1\x77\xab\x03\xb9\xe5\xbe\x2e\x2e\xdc\xf7\xce\x6c\x52\x3b\xd3\xc5\xad\x6c\x72\xd3\x94\xd8\x56\x7e\xbd\x14\xdf\x72\xf8\x3b\x27\xa8\xda\x19\x18\xee\xbd\x09\x92\x90\x06\x24\xae\x9c\x34\x6a\x27\xe3\xdd\x9a\x34\x20\x66\x1b\x6f\x57\xb2\xb9\x8f\x34\x54\x27\x06\xee\xe3\x12\x74\xc1\x85\xed\x0e\xa9\x7d\xf1\x46\x72\xd9\x7d\xe9\x8d\x97\xde\x88\xf8\x4b\x6f\xbc\x90\xc5\x6e\xdd\xda\x07\x88\x19\x5d\xe5\xad\xd6\xf6\x8e\x34\xc1\x90\x12\x21\x25\x92\x98\xb1\xa7\xb7\x7a\x96\x9b\x0d\x1c\xd9\x68\xba\x0e\x1c\x7c\x23\x06\x46\xce\x36\xbe\x11\x03\x22\x66\x4f\xae\x1d\xc8\xd2\xbb\x47\x87\xcb\x96\xa0\xf4\x6e\xcb\xad\xf1\xcd\xf4\x20\x1b\x38\xd2\x6f\x7d\x5b\x12\x9f\xc4\x2c\x47\x73\xdf\x18\x94\x7d\x5b\xbc\xd1\x11\xbf\xf4\x20\x07\x0b\x56\xf4\xa0\xde\x98\x99\xbc\x32\x7d\xfa\xb6\x4b\xd6\x2e\x59\x0d\x48\xb2\x0e\xb8\x1a\xe2\x4f\x71\x9d\xe2\xea\x40\xe2\xca\xd5\x57\x7a\x0b\xdf\x68\xd5\x44\xcc\x0a\x0b\x22\xff\xf8\x16\xa9\xfd\x94\x5e\x71\x03\xdd\x92\x35\x13\xba\x25\xeb\x9e\xaf\x8f\xfa\x5c\x50\x0e\x0f\x49\x64\x09\x54\xbd\xb5\x20\x0c\x6d\x39\xbf\xf9\xf3\xdc\xa7\x90\x92\x2c\x7b\x75\x2f\xa4\x24\x11\xb3\xac\xf4\x5e\x48\x49\x22\x93\x9e\xc7\x4b\xc7\xd0\x85\xcc\x62\xac\xb1\x8c\x27\xc4\x1b\xab\x20\xde\x58\x66\x46\xb0\x65\x0a\xf7\x32\x0f\x41\x07\x5c\x15\xe8\x14\x74\x25\x57\xb6\x2e\x5e\x68\x24\x44\xec\xa9\xd7\x64\xd9\xc5\xe0\x32\xf4\x32\x71\x99\xb8\xd2\xaa\x3a\x20\x72\x0e\x88\xaa\x2d\x54\xd5\x3e\xea\x80\xc8\x72\x5a\x77\x1d\x10\x79\x39\xd0\xcb\xe1\x3a\xa4\xd7\x21\xbd\x04\x49\xaf\xec\xd5\x2b\x8d\x84\x97\x53\x5c\xa7\xb8\x50\xf5\x14\xd7\x95\xc9\x66\x4d\x16\x74\x49\x7c\x12\xb3\xca\xb2\x2f\x3d\x18\x19\xa2\x14\x7f\x2f\x51\x04\x11\xa2\x95\xed\x20\x3a\xbc\x64\x8f\x59\xd7\x62\x41\xcc\xf4\x22\x66\x8d\x65\x87\x96\x9d\xd5\xa6\x2e\x69\x4f\xb5\xf1\x72\xe3\x39\xda\x8e\x7b\x08\x4a\xed\x7d\xc3\x84\xb7\x94\xa0\xb9\xb4\x26\x48\xda\xe3\x13\x34\x12\x5e\xe5\x13\x15\x9f\x70\x9c\xa9\xca\x27\xaa\x7c\x22\x0b\xb6\x57\xf9\x04\xa4\x3a\xfe\x55\xe5\x13\x55\x21\x4a\xd4\x56\x85\x68\xcd\x54\x5b\xbd\x4a\xd6\x29\x48\x0b\x32\x20\x16\x54\x87\xb8\x78\x70\x88\x8b\x31\xdf\x9a\x03\x61\x89\x4a\x20\x7b\x47\x55\xed\x76\x5d\x19\x69\x6e\xe8\xe5\x82\x9c\xe8\x10\x17\x7d\x9d\xd7\xcc\xa5\xd5\x1d\x25\xe8\x1a\x44\xcc\xba\x20\xad\xd1\x51\x02\xab\x56\x97\x12\x1c\xfd\x58\x36\x97\x5e\x5d\x4a\xa4\xe7\xb4\x0d\xab\x56\x79\x4e\x95\xe7\x74\x41\x7a\x30\x0b\x63\xdb\x64\xaf\x53\xe2\x29\x8c\xd6\x05\xc9\x84\x49\xda\x46\xfe\xaa\xa7\x4c\x78\x12\x43\x4f\xc8\x05\xf1\xc6\x8e\xbd\xe4\x85\x55\x5e\x88\x63\xd6\xf3\xf9\xc6\x33\xb9\x06\xcb\x3e\xa5\x2a\x23\x8e\x3d\x1f\x94\xa1\xaf\x05\x17\x0b\xba\x24\x3e\x49\x1f\xf8\x44\x95\xfb\xd6\x1b\x59\xd9\xf4\xba\x8e\x3c\x45\xda\x46\x1a\x6a\x1c\x19\x88\x98\x62\xbb\x71\x64\xe0\x2d\x3d\xa7\x95\xad\x00\x4d\x41\x5a\xb6\x1e\x34\x41\x27\x5c\x13\xe8\x12\x84\xaa\x68\xdf\xe4\x13\x2d\xab\x73\x2b\xe4\xd5\x46\x75\x16\x31\x1b\x88\x1f\x12\x9f\xae\xd1\x4a\x15\xf4\x7c\x90\xa4\xc0\x1a\x1b\x73\xa9\xb7\x39\x93\x8b\x18\x6a\x53\x4a\x24\x31\x1b\xed\x57\x4b\xb1\x37\x8e\x35\xbc\x4d\x47\x08\x2b\x99\xbb\x20\xe2\x7c\x60\x28\xa5\xb7\x96\xc9\xaa\x15\x5c\xa6\x99\x6c\xc7\x04\x64\xd9\xa1\x7a\x33\x19\xca\x30\x94\xac\x62\x5a\x49\x92\xb1\x9e\x5c\xd2\x31\x1d\xbe\x15\x89\x97\xc3\xb7\x9c\x6d\x5a\x21\xd9\x34\x66\x1b\x11\xb3\x1c\xf9\xbd\x2d\x19\x6a\x61\x95\x29\x48\x56\x49\x32\xea\x86\x09\x96\xac\x92\x4d\x49\x2b\xa4\xa4\xc6\xa9\x89\xc8\xe8\x32\x94\x4b\xbc\xa7\x93\x96\xc5\x1b\x5d\x96\x70\x9c\x74\xb0\xf3\xb4\xdc\xde\x32\x06\x5a\x59\xc8\x52\x0c\x40\xcc\x06\x6b\x3c\xb4\xcd\x59\x18\x5b\x25\xab\x37\x15\xc6\xa6\xc2\x38\x79\xa3\x0a\x63\xcb\xc6\xbc\x55\x72\x6c\xbb\x64\x2f\x75\x20\x93\x6d\xbe\xa4\x17\xae\x5c\x89\x81\x26\x57\x6e\x4a\xbb\x54\xd4\xa6\xb4\xdb\xb2\x11\x69\x1c\xfa\x79\xbb\xb4\xec\x24\x66\x13\x43\x87\x94\xc8\x52\xdc\xaa\x16\xa4\x52\xdc\xe8\xfb\x55\xf2\x5a\x68\x87\x22\x2d\x51\x15\x16\x21\x4b\x04\x96\x98\x7a\x50\x4a\xdc\xc8\x92\xed\x6f\xc9\x4a\x32\x97\xa3\x84\x92\x73\x23\xc4\x6a\x4e\x66\xae\x9b\x00\xef\x1d\xf1\x98\xb0\x2b\xa1\x42\x8c\x33\x6b\xef\x6a\x83\xfa\x80\x8b\x2c\xd5\x55\x77\xbb\xea\x2e\x85\xb1\xab\xee\x76\xfc\xab\xd1\xba\x74\xf9\x17\xc4\x2c\x47\x01\xef\xf2\x2f\x2e\x1a\x5a\xc3\x57\x75\xd1\xe0\x7d\x65\xa4\x34\x02\xb1\x2f\x71\x2d\x22\xc5\xc4\xa5\x37\x26\x99\x83\x14\xde\x55\x64\xbb\x8a\x6c\x4e\xd8\xde\x55\x64\x7b\xb6\xc6\xad\x4d\xc9\xba\x04\x11\xe7\xe4\xeb\x2e\xc7\xec\xd9\x33\xb5\x86\x55\x3b\xf7\x05\x22\x66\x39\x61\x7b\xa7\xe9\xf5\xbe\xa7\x7f\xb5\x25\xe8\x14\x84\x7f\x19\x96\xd8\x25\x3e\x49\x6b\x2e\xae\xa7\x78\xb2\x01\x4e\xde\x77\x1c\xa0\xe3\x5f\xcd\x81\xe4\x5f\x10\xb3\x9c\xb0\xbd\x5f\x7a\x63\xba\x49\xeb\xe4\xc5\x2e\x37\x81\x98\x69\xd3\x54\xc3\x7b\x96\xe2\xd6\xc9\xb1\x5d\xa5\x18\x62\x1c\xea\x78\x97\x03\x74\x76\xbb\xe3\x4c\xba\xbe\x11\x69\x9d\x35\x0e\x25\xd4\xd1\x51\x22\x27\x6c\x1f\x1c\xea\xf8\xc8\xbc\xd8\xb8\xdb\xf2\xa1\xbc\x08\x31\x8e\x7e\x7c\x70\xb7\x25\x32\x0a\x7a\x8d\x21\xf1\x03\xf1\x94\xbc\x31\x24\x7e\x90\x86\xe8\x2d\xc6\xa8\x82\x1a\x5c\xc8\xe2\xa8\x5e\xc4\x0c\x43\x0f\xa5\xdd\x91\x09\xb5\x75\x5c\x6e\x28\xa1\x42\x4c\x5d\xd6\x98\x7a\x63\xf6\x72\x6d\x64\xfb\xef\x83\x03\x22\x11\xe3\xfc\xc9\x87\xfa\xba\x41\x7a\x1c\xe4\xeb\xa1\xf4\x08\x31\x5b\xac\xd1\xa4\x2a\x8e\x39\xe8\xeb\x74\xb7\xe5\x23\xf3\x44\x1b\x0d\x2e\xe5\x09\x88\xd9\x62\xd9\xa7\x16\x44\xad\x9c\x1b\x0f\xaa\x56\x0e\xd5\xca\x9c\x8a\x7d\xa8\x56\x8e\x2b\x63\x68\xd2\x8c\x8f\x6b\x09\x22\x86\x64\x2f\x65\x93\x91\x3d\x75\xe3\xe4\xd2\x87\x7a\x6a\x88\x19\xa3\xc4\xb8\xf5\x20\x5b\xcb\x61\xa6\xeb\xea\x4c\xa4\xa9\xb1\x9f\xda\xda\xa9\x5a\xe9\x82\xaa\x20\x94\x20\x0d\x4d\x85\xfb\x54\xb8\xe7\x50\xe5\x53\xe1\x3e\x29\x3a\x9c\x8b\xf9\x54\xd1\x99\x2a\x3a\x38\xf9\x54\xd1\xe1\xb2\xae\x31\xa0\xb9\x2e\xeb\x7c\x66\x3c\x36\xb5\xb3\x53\xf1\x08\x31\xb9\xdc\x5c\x7a\x30\x2b\x41\x53\x2f\x36\xd5\x3f\x4d\xf5\x4f\xec\xf6\x54\xff\x34\x33\xdf\x37\x35\x38\x53\xf9\x1e\xd2\xcb\x13\x92\x78\x6c\xaf\xba\x3b\x65\xfb\xf9\xb4\x3d\xe2\x65\xfb\x99\xa3\x7d\x5b\x1b\x5c\x97\x09\x92\x55\xd7\xaf\x97\xe2\xa9\xdd\x9a\x39\x7d\xb6\xc5\x06\x4e\xa6\x4f\x11\x33\x1a\x94\xc9\xf4\xe9\x93\x08\xe6\xc8\xd2\xa7\x22\x18\x62\x6b\x13\xa4\xc5\xb1\xcd\x8b\x9a\x34\xb5\xcd\x90\xd9\x87\x20\xbd\x91\x69\x6a\xd1\xd9\x4c\x4d\x53\x90\xb6\x08\xfd\x79\xcb\x04\x5c\xa3\x3d\x17\xa7\x96\x1b\xd2\x16\x95\x7e\xaa\xe5\x86\xd8\xa2\x85\xd4\x75\xa8\x1b\xe1\xca\x61\xa4\x9b\xc2\x15\x62\x0b\x57\x36\x85\xab\x65\x0c\xb5\x45\x39\x30\x0d\x45\x10\x5b\x39\xc0\xbb\x29\x9e\x2c\x5b\x8c\xb6\xb0\x84\x59\x13\xd4\xe0\x9a\x40\x5d\x50\xee\xa9\xa6\x03\xd3\xa0\x0c\x31\xee\x5a\xdc\x38\x70\x75\x2e\x60\x9b\x33\x74\xeb\x02\xd6\x6d\xf1\x20\xb6\x37\xe5\x7e\x88\x2d\x42\xdf\xe4\x6b\x76\xc2\x45\x04\x9b\xfa\x58\x88\x2d\x66\x67\x3b\xc5\x95\x86\x6e\xdc\x9a\xbb\xc9\xd0\x76\x8b\x8b\x37\xde\x4f\xae\xf3\xf5\xd1\xb7\x96\x7a\x2d\xd9\x0b\x62\x8b\x11\x65\x29\xc4\x56\x26\xc1\xbe\xd1\xf7\x2f\x25\x41\x88\x2d\xaa\xe0\x92\x55\x57\xa6\xb7\xbe\x0d\x64\x29\xbd\x41\xe6\x86\xf6\x4b\x5d\xe5\xca\x22\xdb\x37\xda\x8d\xa5\x22\x0b\xb1\x45\x3b\xba\x54\x64\x57\x1a\xba\xab\x4d\xd6\xc5\xb0\xaf\xac\x1d\x7d\x23\xd9\x2c\xf5\x29\x90\xa6\xa6\x75\x5d\x7a\x23\x0b\xe2\xca\xd7\x75\xb5\xea\x5c\x6e\x76\x8e\xe0\xdc\x35\x01\xe9\xa2\x53\x4e\xae\x8b\x4e\xf7\x39\x5e\x1f\xbd\xa2\x84\xcf\x29\x68\xc2\x35\x80\x4c\x50\xc6\xa6\xba\x2c\x57\xce\x80\x18\xdf\x35\xb8\x2b\x67\x40\xba\xba\x2c\xd7\x1c\x0e\xb1\x55\x04\xe9\x8d\xe9\x00\x9d\xcb\x5c\xd7\xa5\xa9\x73\xa1\xd8\x2b\x7e\xaf\x0b\x45\xdf\xb3\x26\xf5\x46\x96\xda\x55\x93\x20\xb6\x18\x0f\x77\x6d\xc7\x9e\x26\xec\x6d\x09\x72\x41\xec\x36\x27\x12\xfb\x40\xd5\x7d\x22\xcb\xe1\x92\x93\xef\x72\x72\x02\x79\x97\x93\xef\x96\x4a\xf4\x27\x74\x09\xba\xe0\x2a\x40\x21\x28\x65\x75\xc6\x30\x5d\x3b\x3a\x17\x8a\xbd\x33\xa3\xea\x42\x51\xc4\x16\x27\x12\xba\x50\x74\x2e\xee\xba\xca\xba\x2e\xee\x44\x4c\x79\x62\x3f\x09\xab\x3d\x33\x48\x1f\x84\xfb\xae\x01\x1e\xd2\x36\x72\xbf\xae\xe4\x9c\xfb\xb7\x3e\x50\x42\x17\x6c\x7e\xb0\xdb\x83\xce\xe8\xd0\x6e\x1f\xda\x6d\x02\xe6\xd0\x6e\x73\x75\xd6\x07\xf5\x4d\x57\x67\x7e\xac\x74\xb9\x89\x12\xc7\x6a\x82\x88\x6d\x66\xe7\x43\x13\x01\x17\x6c\x5d\x95\x4b\x17\x6c\x22\xb6\x28\x07\xba\x60\xf3\x23\xe0\x22\x14\x8e\x5b\x5c\xb7\xb8\x78\x50\x27\x4b\x5c\x3e\x75\x2e\xc5\x5c\x97\x4f\xce\x95\x4b\xd7\xe0\xa7\x2b\x17\x3f\x53\x64\x57\x3c\x9e\x6a\xe2\x20\xb6\x38\x03\x39\xd5\xc4\x71\x69\xd1\x75\x9e\xa2\x4b\x0b\xe7\x72\xa0\x3b\xe2\x75\x39\x20\x62\xdc\x21\xf9\xa5\xc3\xb9\x2b\x77\x68\x6c\xa4\xed\x4b\x3b\x04\xb1\xd5\x04\x61\xaf\x2b\x27\x95\xb1\x11\xee\x97\x26\x15\x48\xd1\x3e\xea\x72\xc0\xaf\x63\x72\x3b\x9d\x86\xbe\x38\xc6\x16\xb1\xc5\xe1\xc9\x75\xe8\xc1\x4c\x50\x83\x5b\x05\xbf\x54\xcc\x20\xb6\x1a\xe2\x55\xcc\x38\xe3\x1f\x1b\x15\x55\x67\xfc\x1e\x33\x27\xa8\x82\xf8\xe0\x36\x4d\xc4\xb8\xee\xf2\xe0\x36\xcd\x83\x2b\xf2\x42\x82\x09\xae\xc8\x45\x6c\x35\x3d\x48\x28\x04\x23\x21\x37\x01\x1e\x6a\xd9\x21\x8d\x1b\x65\x0f\x1d\x79\x72\x7a\x3f\x0a\xfd\xa6\x4e\xef\x3d\xd2\xc9\x87\xa6\xb1\x90\x93\x87\x9c\x1c\xbf\x0f\x99\x10\x32\x0a\x85\x22\x64\xc2\xd0\xe0\x68\xf3\xd7\x4b\x71\xa8\x7d\x0f\x26\xc6\x4a\x61\x0c\x4d\x8c\x10\xe3\xe2\xce\x43\xc7\x2d\x9c\xd1\x0f\x3e\x39\x71\x9d\xd1\x3b\xe7\xea\x43\x23\x8a\xce\xd5\xfd\x66\x6b\x1a\xe6\xbc\xb5\x35\x90\xc6\x8d\x9f\xdf\xda\x9a\xfb\xbc\x98\x51\x81\x74\xac\x01\xb1\x45\x1b\x73\x9f\xe4\x8c\x3b\x1b\xf3\xd1\x99\x9d\x6f\x35\xe6\x90\xa2\x43\xe5\x5b\x8d\x39\x47\xcf\x83\x36\x99\x38\xc9\x8e\x81\xff\xb5\x8c\x94\xd0\x69\x74\x70\x82\x3c\x46\xba\x5f\xe8\x04\x39\xb6\x9c\x9d\xc7\xc8\x38\x8f\x8d\xd9\x59\xc4\x56\x76\xa8\xb1\x61\x89\xd8\xd2\xef\xc7\x58\x70\xed\x4f\x48\xc6\x71\xa0\x01\x94\xdd\xcc\x98\x12\x4f\x37\x23\x62\xab\x0b\x0a\xa0\xd4\x7e\x70\xb3\x1f\xdb\x2d\x59\xb7\x6e\xba\x05\x49\x16\x0b\xe2\x2e\x2f\x74\xc4\x1b\x25\x3b\xc9\xc1\x15\x53\x14\x4e\xe5\x44\x6c\xf5\x02\x74\x08\xca\x35\x72\xce\x1c\x85\x14\x1e\x45\xe5\x33\xc7\xc3\x28\x94\xcf\xe0\xc0\x75\x70\x5f\x10\x3a\x70\x8d\xb2\xa7\x2b\x53\xdf\xa2\x70\x29\x2f\x62\x2b\xeb\x5b\x94\x5d\x6f\xcc\x71\x7a\xd0\x00\x47\x61\x9c\x16\xa9\x5b\x43\xd5\x1c\xad\x9f\x64\xac\xc1\x83\x4c\xd8\x22\xad\x0c\x3d\x28\xf1\x71\xc2\x35\x81\x2e\x41\xb2\x17\x7a\x71\x48\x1a\x1c\x6c\x8e\x95\x21\x16\x3a\xd8\x8c\x4a\xd4\xad\x6c\x70\xa2\x12\x75\x22\x46\x4a\x8a\x4a\xd4\x45\xcd\xb2\x3e\x38\xd8\x8c\x4a\xff\x24\x62\xb4\x7a\x51\xe9\x9f\xa2\x66\x01\x1a\x5e\xc5\x75\x09\xba\xf8\x26\xa4\x02\x85\xa0\xe0\xfb\x12\xb8\x64\xaf\x7a\xe8\x93\x93\x34\x74\xc5\xc9\x45\x6c\x75\xb8\x70\xf2\xa8\x59\x61\x86\x67\x93\x1f\xf5\xd4\x1b\x4f\x5a\x97\x2c\x1a\xc1\xf9\xe2\xbb\xa8\x59\x80\xe6\xb6\xf1\x20\x05\x48\xc4\xe8\x37\xa3\x86\xb4\x8f\x23\xb9\xa4\x04\x1f\x31\x88\xd8\x1a\xc8\x92\x09\x39\xf4\x9b\xdc\xb6\x86\x0e\xfd\xa2\x65\x1b\x34\x69\x70\xa2\xd1\x06\x89\x18\x8d\x6a\x34\x6a\xb8\xc8\xdc\xb2\x4c\x45\xa3\x86\x8b\xd8\xca\x51\x20\x1a\x9f\x6d\x45\xcb\x24\x38\x37\xe7\x41\x92\xa0\x88\x71\x57\x1c\x9c\xd0\xbd\x0b\x4e\xbc\x66\xd9\x78\x50\xf6\x6a\x69\x89\xc9\x57\x74\xd1\x64\x09\x88\xc9\x4d\x9a\x2c\xc1\x79\xca\x2c\x39\xb5\x84\xce\x53\x82\xd3\x8d\x59\x51\x42\xa7\x1b\xd1\xb3\x56\x4e\xae\x0a\xa3\x53\x2b\x45\x8c\x63\xb7\xe8\x9c\x9e\x85\x4e\x37\x5a\xf6\x16\xa1\xd3\x0d\x11\x93\xcb\xe9\x74\x23\xf8\x24\x73\xb6\xca\x83\x5c\xef\x89\xd8\x22\x44\xbb\x92\x42\x3f\xe0\xca\xac\x1e\xfd\x10\xd7\x21\xae\x05\xf4\xe4\xe2\x8d\x13\xf1\x87\xde\x78\xe8\x8d\x0e\xa4\x37\xde\xc8\xb2\xb4\x17\xe7\x0e\x4f\x62\x0b\x9f\xd0\xf1\x43\x70\xd6\x30\x39\xc2\x0b\x9d\x35\x88\xcc\xde\x05\x15\x41\x85\x0b\xd8\x06\x54\x05\xf1\x20\xe1\xce\xb9\xc3\x93\x34\x85\x95\x8e\x1f\x62\xe4\xd6\x4e\xf2\x6a\x0c\x6d\x2d\xc4\x14\x69\x83\x6e\x26\x46\x96\xa6\xd9\x67\xae\x71\x30\x5d\x88\x94\xa7\x12\x4c\x17\xc1\x98\x3f\xbb\xc3\xa5\x1d\x1a\xd9\x48\x4c\xbe\x1e\x8d\xb1\x4b\xaf\x24\x8d\x6b\xda\x18\x34\x12\x31\x32\x89\x4e\x0e\x03\x62\x28\x89\x42\x8c\x5b\x98\x18\x7c\xa4\x17\x23\xcd\x36\x07\x59\x6e\x1c\x52\xf5\x90\xaa\x88\x3f\xa4\x6a\x86\xc2\x54\x26\x1f\x0a\x85\xa1\x6c\x82\xdf\x0f\x65\x13\xc6\xfc\x39\xb3\xf3\x0e\x8d\xf9\x31\x07\x1f\x64\x91\x01\xa6\xd2\xe3\xd4\xcc\x96\x33\x7d\x4c\x66\xb6\x98\x96\xc1\xc7\x37\x80\x31\xf9\x20\x42\xa4\x0c\x82\x6f\x2a\x75\x30\xc0\x4f\x2e\xf8\x43\x03\x7c\xcc\x74\xc6\x39\xfd\x17\x77\xc5\x73\xfc\xb2\x12\xc7\xe4\x53\x39\x11\x5b\x38\xd1\xe4\xe8\x2e\xa6\x4b\x06\x2a\xba\xb8\x5c\x5c\x06\x24\xae\xec\x75\x26\x77\x93\xa1\xc1\x5d\xa4\x72\xe9\x14\x1a\xdc\x63\x66\xba\x9e\xa6\x07\x95\xae\x21\xb6\xd8\xe5\xa9\x74\x3d\xf1\x51\x0e\x27\x62\xca\x47\xe7\xd3\x47\x59\x9b\x7c\x94\x09\x78\x32\x8f\x86\x26\xe0\xb0\x09\x54\x80\x98\x3d\x44\x6c\xd9\x06\xc4\x36\x30\x8f\x4e\xed\xb2\xe6\xd1\xb0\x6c\x6c\xe6\x32\x07\x3a\x05\x91\xdd\xac\x00\x49\x56\x92\xb9\x5c\x0f\x4a\xd6\xa2\x69\x30\x41\x54\x3c\x4b\xc7\x99\xcb\xd3\x12\xc6\x67\x9d\x22\xb6\x08\x3a\xe3\x33\xb4\x30\xfc\xca\x0b\x6f\x94\x5f\x99\xfc\xca\x78\x50\x7e\x65\x39\xf7\x4d\xe5\x79\x63\xee\x13\xb1\x95\xfd\x4d\x18\x9f\x38\x04\xb3\xed\x74\x3c\x46\xb3\x6d\x2c\x2e\x35\xb7\x1c\xfc\x63\x69\x8d\x8b\x24\xb5\x61\xfb\xa5\x24\x05\x31\xd5\xb2\x25\x07\xe0\x7b\x63\xdb\x50\x55\xdf\x1b\x8b\x18\xb7\x8e\xa1\xef\x8d\x63\x31\xc7\x94\x02\xc4\x1c\x23\x62\xcb\x16\x50\x17\x94\x4a\x94\x86\x5e\x74\x54\x22\x26\x43\xaf\x4b\x7a\xe5\x1a\xad\x50\x17\x35\xdb\x8a\xd8\xa2\x01\x59\x5a\xa3\x3e\x41\x56\x09\xd7\x27\xc8\x22\x45\x0d\xc8\x92\x4f\x40\x6c\x2d\x41\x52\x82\x83\x92\x42\xfb\xa4\x39\x39\x98\x47\xad\xb0\x8f\x9a\x47\xc3\xb3\xc3\xb0\x4a\x06\xf7\xfd\x10\xc4\x76\x2c\xb8\x38\x2d\x0e\x27\x9f\x56\xfa\x1b\x57\x3e\x85\xd8\x92\x78\xed\xa3\x67\x28\x58\x23\x14\xfc\x7c\x42\x7c\x79\xdd\xe1\x52\x28\x40\x8c\x5b\xda\x70\xee\xda\xc2\x6f\x7d\xd8\xcd\x1b\xb5\x46\x48\x69\x39\x8f\x86\x6b\x8d\x8c\xce\xd6\xf0\x68\x8d\xce\xa1\xd9\xb6\x61\x2f\xcd\xb6\x22\xb6\xd6\x00\x2a\x82\x72\xd9\x3d\x67\xa2\xd0\x20\x1b\x3b\x77\x93\x1d\xbd\x76\xee\x26\x45\x6c\xad\x09\x14\x82\x78\x10\x9f\xd0\xc8\x15\x97\x3e\xaa\xa7\xb2\x68\xe4\x8a\x2b\xcb\xd0\xe2\x63\xff\xb8\x8e\x2e\xa8\xf3\x05\x18\x0f\x1e\x6c\x2d\xd3\xce\xe2\xc3\xca\xd0\xb4\x13\xcc\x1e\x8b\xef\x54\x43\xb3\x47\x44\xe6\xd3\x35\xb7\x14\x1f\x7c\xb0\x10\x71\xaf\xd7\xc7\xe2\x0f\x1a\x22\x38\x3c\x13\x79\xa8\x6b\x0c\x8e\x79\x82\x19\x61\x6d\xdb\xf8\x5f\x09\x2f\xff\xfb\xc7\xfd\xe3\xcb\xcf\x7f\x49\x73\xfe\xf4\xe9\x53\xbc\x7d\xe1\xef\x76\xf8\x6b\x99\xc7\x15\xf7\xfb\xb7\xf8\xf9\x6f\x80\x3e\x7e\xf8\x98\x4f\xf1\xff\xff\x0a\x00\x00\xff\xff\xfe\x3d\xc7\x3f\x2f\x34\x00\x00"); +func _fega ()([]byte ,error ){return _fd (_afeda ,"HKdlb-B5-V")};func _geagb ()(*asset ,error ){_ddbgc ,_dcece :=_bcab ();if _dcece !=nil {return nil ,_dcece ;};_abcda :=bindataFileInfo {_c :"WP-Symbol",_ed :846,_cg :_g .FileMode (436),_ca :_d .Unix (1580493083,0)}; +_ggafc :=&asset {_fdf :_ddbgc ,_ff :_abcda };return _ggafc ,nil ;};func _dgb ()([]byte ,error ){return _fd (_eddf ,"Adobe-Japan1-5")};func _fged ()(*asset ,error ){_bgca ,_ecca :=_cegc ();if _ecca !=nil {return nil ,_ecca ;};_cgcd :=bindataFileInfo {_c :"KSCms-UHC-HW-H",_ed :13680,_cg :_g .FileMode (436),_ca :_d .Unix (1580492566,0)}; +_cega :=&asset {_fdf :_bgca ,_ff :_cgcd };return _cega ,nil ;};func _gfee ()([]byte ,error ){return _fd (_gaba ,"Adobe-Japan1-3")};func _ffdb ()(*asset ,error ){_cgcce ,_bcgb :=_dbcdc ();if _bcgb !=nil {return nil ,_bcgb ;};_ceecf :=bindataFileInfo {_c :"UniJISPro-UCS2-V",_ed :4271,_cg :_g .FileMode (436),_ca :_d .Unix (1580492866,0)}; +_aeee :=&asset {_fdf :_cgcce ,_ff :_ceecf };return _aeee ,nil ;};func _gfd ()([]byte ,error ){return _fd (_cgc ,"78-RKSJ-V")};func _faff ()(*asset ,error ){_gded ,_bgd :=_dcda ();if _bgd !=nil {return nil ,_bgd ;};_agdb :=bindataFileInfo {_c :"Adobe-GB1-1",_ed :1205,_cg :_g .FileMode (436),_ca :_d .Unix (1580491251,0)}; +_fea :=&asset {_fdf :_gded ,_ff :_agdb };return _fea ,nil ;};func _gacg ()(*asset ,error ){_aged ,_caaaf :=_ddbg ();if _caaaf !=nil {return nil ,_caaaf ;};_aagd :=bindataFileInfo {_c :"UniJIS-UCS2-H",_ed :166343,_cg :_g .FileMode (436),_ca :_d .Unix (1580492896,0)}; +_eeca :=&asset {_fdf :_aged ,_ff :_aagd };return _eeca ,nil ;};func _aaf ()(*asset ,error ){_ddd ,_eae :=_gce ();if _eae !=nil {return nil ,_eae ;};_eba :=bindataFileInfo {_c :"Adobe-CNS1-1",_ed :1761,_cg :_g .FileMode (436),_ca :_d .Unix (1580491172,0)}; +_dag :=&asset {_fdf :_ddd ,_ff :_eba };return _dag ,nil ;};var _eddeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\x41\x6b\xf3\x30\x0c\x86\xef\xf9\x15\x3a\xf6\x3b\xf4\x8b\xed\x26\xb4\x85\x12\x18\xe9\xa1\x29\x74\x1b\xcb\xba\x0e\xc6\x0e\xa9\xad\x06\xc3\x22\x1b\xc7\x39\xf4\xdf\x0f\x3b\x59\xc6\x0e\x46\xd6\x23\x4b\xbc\xaf\x9c\x96\xd5\xbe\x22\xed\x21\x7d\x76\x46\xd6\xe8\xe1\xa6\x49\x39\xec\xcd\xe0\x24\xc2\x15\x5b\x4d\x49\xc2\x05\x28\x2d\xfd\x4f\x1a\x83\xec\x1a\x9b\x24\xe9\x99\xf4\xb1\xaa\x97\xe7\xb2\x16\xcb\x03\x0c\x3d\x4e\xbc\xac\xf6\xf5\xbd\xf7\xd8\x55\x74\x33\xb0\x1a\xfb\xd5\x60\xa7\x19\x00\xe9\x0b\xb6\xba\xf7\xee\x0e\x8b\x07\x65\xae\xf8\x0f\x14\xde\x02\x7f\x72\x0a\x9d\xa6\x16\x16\xc7\xc6\x36\xc4\xe7\x42\x3d\x58\xfb\x85\x1d\x92\x87\x2c\x32\x24\x15\x63\x92\x96\xa7\xc6\x3e\x36\x1d\xc2\x5f\x3d\x97\xe5\x21\x3e\x88\xf5\x37\x74\xbd\x36\x04\x5c\xfc\x67\x2c\xff\xe5\xaf\x77\x8b\xc0\xa7\x41\xef\xe7\x6a\x0f\x1f\x1c\x38\x03\x91\x67\xd9\xe6\x73\xe2\x97\x93\x51\x08\x6c\xcc\xb2\xd1\x84\xd4\xca\x35\xd4\x62\xb2\x63\x4c\xb0\x02\x76\x8c\xe5\xd7\x02\xc4\x8a\x07\x92\xcb\x91\xc8\x02\x36\x6b\xbe\x8d\x48\x45\xb4\xc6\x02\xc4\x56\x04\xd2\xe4\x91\x84\x20\xb6\x3c\x18\x9a\x87\x86\x7b\x58\xe5\x6c\x4d\x0e\xce\x21\xf9\xb8\xc8\x28\x3c\x88\xd1\x84\xf3\x67\x59\x63\x43\x57\x3c\xdf\x01\x00\x00\xff\xff\x9f\x7a\x2c\x1b\xd8\x01\x00\x00"); +func _dfae ()([]byte ,error ){return _fd (_efaf ,"Adobe-Japan1-7")};func _ddcg ()(*asset ,error ){_fagb ,_ecaea :=_abgb ();if _ecaea !=nil {return nil ,_ecaea ;};_dfbga :=bindataFileInfo {_c :"UniJIS2004-UTF32-V",_ed :4466,_cg :_g .FileMode (436),_ca :_d .Unix (1580492822,0)}; +_ecdf :=&asset {_fdf :_fagb ,_ff :_dfbga };return _ecdf ,nil ;};var _bbgcg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x31\xcf\x9b\x30\x10\x86\x77\x7e\xc5\x8d\x5f\x87\x16\x6c\x6c\x92\x4a\x55\xa5\x2a\x0c\x65\x48\x52\x95\x26\xad\x54\x75\x20\xf8\x40\x96\x8a\xb1\x8c\x19\xf2\xef\xab\x3b\x13\x3a\xa0\x17\x1e\xf9\x7d\xc0\x67\xf2\x53\x53\x37\xce\x46\xc8\xbf\x85\xb9\x6f\x31\xc2\x60\x9d\x09\xb8\xcc\x6b\xe8\x11\x1e\x38\x5a\x97\x65\x42\x82\xb1\x7d\x7c\x3d\x72\xf4\x53\xe7\xb3\x2c\x3f\x5d\x5a\xf1\xfe\x2b\xac\x0b\xbe\x40\x53\xb7\xcf\x25\xe2\xd4\xb8\x61\x86\x32\x15\xcd\xea\xb7\x32\x40\xfe\x1d\x47\xbb\xc4\xf0\x84\xb7\x2f\x66\x7e\xe0\x3b\x30\x38\x10\xbf\x06\x83\xc1\xba\x11\xde\x48\xba\xe3\x76\xf5\xfe\x2f\x4e\xe8\x22\x14\xcc\xd0\x19\xce\x2c\x3f\x9d\x3b\x7f\xe9\x26\x84\xf4\x19\x77\xc6\x4c\xef\x18\x16\x3b\x3b\x10\xc5\x87\xa2\xa8\xfe\xf3\x1f\x4f\x8f\x20\xb6\xfa\xad\xa9\xaf\xc3\xb0\x60\x84\x8f\x2a\xa9\xf3\x5f\xb7\xa6\x86\xdf\x02\x44\x01\x52\x97\x47\xfd\x67\x5b\xfa\xf3\x3c\x9b\xbd\x28\x64\xda\x4c\x6f\x4d\xe8\xdc\x88\xd9\x27\x29\x64\xff\x19\xb6\x10\x65\xa5\x2a\x62\xe5\x83\x19\x85\x90\x8a\x89\x49\xc4\x10\x49\x6b\x30\x91\x81\x7a\x05\x11\x25\x99\xa8\x92\x08\xb7\x54\x95\xc8\x81\xc8\x91\x49\x97\x08\x99\x95\x64\x92\x3c\x8a\x3c\xe9\xed\x3a\x79\x34\x79\x34\x9b\x75\xf2\x68\xf2\x68\x36\xeb\xe4\xd1\xe4\xd1\x64\x96\x4a\x11\xe1\xa0\x7d\x1c\x68\xda\xfb\x3e\xe9\x9e\x4e\x79\x9f\x7b\xbf\x86\x80\x2e\xf2\x19\xf3\x7c\x69\x40\xd6\xe1\xfe\x03\xf9\xd9\x53\x8b\xaf\x7f\x01\x00\x00\xff\xff\xdf\x7b\xca\x7c\x6c\x02\x00\x00"); +func _gg ()([]byte ,error ){return _fd (_gff ,"78-RKSJ-H")};var _ddea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\xcd\xce\x35\x3b\x72\xa6\x07\xcf\xeb\x28\xde\x61\x7f\x83\xfe\x94\x24\x23\xf8\x03\x08\x2f\xe0\xee\xb6\xda\x1a\xb4\x6d\x58\x96\x6d\xc0\xf0\x20\x33\x57\x2e\xa1\x00\x6b\x57\xa1\x54\x1a\xe8\xec\x0d\x5e\x57\xee\xb6\x61\x18\xd8\x7b\x74\xe3\x89\x87\x2b\x93\x0c\xfe\xc5\x1d\x11\x64\xfe\xcd\x7f\xfc\xfb\xff\xf4\xf7\xbf\xfc\xf1\xaf\x3f\xfe\xe6\x7f\xfc\xcb\x9f\xee\x7f\x78\xfe\xfa\xe3\xfb\xc7\x5f\x3e\x7f\x79\xfe\xe5\x4f\xff\xfa\x97\xfb\xf9\x71\x3d\xff\xf4\xc7\x5f\xfe\xf0\x87\x52\x7f\x7c\xfe\x78\xff\xf5\xd7\x3f\x81\xfb\x9f\xcf\x3f\xff\xe1\x0f\xfb\xf7\xff\xf0\x6f\xff\xf2\xd7\xe7\x9f\xff\xfe\x97\xef\x9f\x7e\x34\xcb\x7d\xfe\xf5\xcf\x6f\xd9\x1f\x3f\xfe\xe6\x7f\x7a\xfe\xe9\x8f\xff\xf2\xd7\xbf\xfc\xdb\x8f\x7f\xf7\xdf\x7c\xfe\x74\x3d\xff\xbf\x1f\x9f\xe7\xbb\xe5\xff\xc3\x5f\x3e\xcf\x5f\xfe\xf8\xcb\x3f\xfd\xf8\x77\xff\xf9\x3f\x94\xff\x2a\xfd\x87\x7f\xfd\xf3\x9f\xff\xcf\xe7\x9f\x9f\x5f\xfe\xfa\x23\x90\x3d\xbf\x7c\xc0\x3f\xfc\xcd\x7f\xfc\x2f\xe7\x9f\xff\xfb\xf3\x9f\x9f\x1f\x7f\xf3\x8f\xbf\xfc\xf1\x3f\xff\x87\x7f\xff\x8f\xff\xf1\x1f\xea\xbf\xff\xef\xf8\x27\xff\xfb\x5f\x9e\xbf\xfc\xcb\x1f\xff\xf4\xcb\x8f\x52\xff\xff\xc7\xd1\xff\x6f\xf9\xff\xfc\x6f\x7f\x7e\x7e\x94\xf7\x21\xff\xdb\x3f\xfe\xfd\x7f\xfa\xf1\xbf\x97\x1f\xe5\xf8\x51\xb3\xf5\xfe\x7f\xbc\xf2\xff\xf5\xbf\xfc\xe9\xf3\xfc\x38\xfc\xab\x5a\xfb\xfb\x4f\x9f\xe7\x5f\xfe\x7c\xde\xcf\x5f\xce\x5f\xfe\xe9\xf9\xc3\x8f\x1f\x7f\x7b\x1c\xc7\xf1\xf3\xc7\xdf\xfe\xa7\xf1\x77\x7f\xf7\x73\xff\xfd\xdf\xfa\xf7\xdf\xfd\xdd\xfe\xfb\xf9\xe5\xf3\xff\xfa\xc5\x1f\x8a\x0f\xfa\xe5\x4f\x7f\xfd\x3c\x5f\x65\xbf\x3e\xe3\x38\xca\xf7\xe7\x8f\xb2\x7f\xf5\xff\xfc\xf7\x1f\xca\x71\xbc\x6f\xff\xe3\xe7\xbf\xfe\xa2\xfa\x8b\xf1\xec\x5f\xfc\xed\x71\x9c\xc1\xdf\x1b\x4a\x1f\x48\x52\x49\xfe\xfc\x51\x6b\xcb\x40\x36\x94\x8d\x9f\x3f\xca\xf0\x77\x53\xc9\xfc\xf9\xa3\x1c\x75\x4b\x2e\x9f\xbc\xa1\x74\x25\x45\x49\xf9\xf9\xa3\x54\x9e\xfd\xf1\x39\x1b\x4a\x9d\x5b\xf2\xf8\xab\x0d\xdd\x27\x3f\xfe\x6a\x43\xef\x0b\x89\xef\xda\xd0\x47\x22\x59\x4a\xd6\x96\x34\x24\xa7\x92\xf3\xe7\x8f\xbe\x94\xdc\x4a\xee\x5d\xc6\xe7\x7c\x94\x7c\xb6\x84\xfa\x7c\x2b\x92\x0d\x7d\xf2\xab\x6f\x53\xd2\xb6\x84\xfa\x7c\xad\xf3\x97\x3a\xf3\x9c\xaf\x6f\xdf\xd0\xa7\xcf\xf1\xed\x1b\xfa\xa4\x86\x5f\xdf\xbe\xa1\xaf\xad\x8d\x72\xd0\x2e\xa0\xf7\xdd\xf6\x52\x78\x17\xd0\x07\x65\xca\xa5\xe4\xda\x92\xad\xf9\x52\x95\x54\x24\x7d\x4b\x82\x56\x00\x7d\x1e\x5b\xd2\x2d\xb3\xa1\x4f\x7e\x75\x3f\x48\x36\xf4\x41\x99\x0f\x7a\x06\xfa\xe0\xed\x9f\xaa\x84\xb6\xf3\xf6\x4f\x28\x89\x2d\xe1\x5d\x9f\xae\xa4\x6f\x89\xbf\x9a\x4a\x76\x5f\xcc\x85\xe4\x54\x82\xe6\x7d\xd7\xad\x84\xb6\x6f\x1d\x16\x35\x06\xf4\xb5\x9f\x53\x6f\xb4\x0a\x94\xa3\x20\x59\x4a\xd6\x96\x1c\x48\x4e\x25\xd7\xcf\x1f\x6b\x1d\x5b\xd1\xf5\x63\xa1\x0d\x6b\x1d\xfb\xfd\x6d\xa1\xd7\x76\x96\x9f\x3f\xb2\x6e\xdd\xb7\xb3\x29\x59\x3f\x7f\x64\xec\x96\x35\x47\x62\xbb\x77\x99\xe0\x57\xb7\x65\xf6\xdb\xb2\xef\xb6\x86\xfd\x03\xf4\x63\xd7\x31\x0a\x3a\x8b\x92\x5b\x52\x91\xa0\x8f\x68\x48\xf6\x73\xa2\x29\x89\xef\xcf\x1f\x9d\x77\x45\xfa\x9c\x0d\x3d\xca\x1f\xfe\xb6\x3c\xed\xfb\xf3\xc7\x0b\x7d\xe5\x1f\xfe\xb6\x1e\x3c\x59\x28\xc7\x51\x26\xb2\xa6\xac\xed\xa6\x95\x03\x51\x28\xda\x93\xf3\xf0\x87\xa9\x24\x29\x54\x10\x75\x45\x7d\x17\x1a\x48\xa6\x12\x34\xb9\x90\xdc\x4a\x3e\x3f\x7f\x14\x7f\x55\x7d\x50\xf5\x41\x15\x91\x0f\xaa\x3c\x88\x2a\x35\xab\xb9\xa1\x0c\x6a\xd4\xaa\x92\xb6\x27\x79\x43\xe2\x83\x9a\x0f\x52\x74\x29\xba\x7e\xfe\x28\x7b\x3c\xd6\xe3\xf4\xfd\x1b\xf6\x9a\xb2\x4b\x95\x83\xf6\x02\xa5\x27\x92\x54\xe2\xa3\x02\xd1\x52\x44\x7f\x17\x4a\xd9\x5e\xa0\xec\x59\x53\x4b\x2d\x48\x36\x6c\x6d\xf6\x2d\xeb\x54\x9d\x39\x51\x73\x57\xbd\x0c\x25\x63\x3f\x6a\xae\xad\xa8\xb2\x14\xed\x11\x54\x26\x3f\x5b\x55\x49\xdd\x12\x5e\xb7\xac\xe6\x86\xb2\xa7\x40\x2d\xcb\x0a\x2c\xeb\xb4\x7f\x56\x0f\x34\x0e\x94\x36\x90\x7c\x95\xec\x95\xb9\xed\xa6\xd4\x42\x2d\x81\xd2\x1a\x92\x54\x42\x7b\xeb\x81\xe8\x54\x74\xee\x42\x0b\xc9\x47\xc9\xee\xba\x2c\x48\x1e\x25\x7b\x09\x4f\x5e\x56\x7c\xd9\x86\xb5\x2a\x85\x58\xe7\x85\xb2\xc7\x65\xad\xb5\x29\x61\x7c\x55\x45\x56\x60\x43\x09\x7f\x36\x94\xd0\x10\x25\x4b\xc9\x1e\x4c\x8d\xc6\x56\xeb\x58\xa9\x63\x22\xb9\x94\xec\x0e\x0f\x25\xd6\x71\x43\x09\x7e\xd5\x18\xcb\x40\x49\x5a\xe6\xc8\x01\x4a\x4e\x24\x5d\xc9\xee\xda\x86\x3e\x9a\xf5\xd9\x50\x9a\x65\xd4\x47\x43\x1f\x94\x09\x95\xbf\xa1\x04\x4f\x8e\x5b\xc9\xbd\x25\xfc\x2a\xe9\x57\x60\xad\x8a\xf6\x1d\x21\x40\xc9\xca\x9e\xfb\xeb\x3e\xf9\xff\xb5\x75\xd6\xda\xed\xc0\x0d\x25\xd0\x7b\xb7\x4d\x9d\x16\xd0\xee\x6e\x0b\xfa\xe0\x3d\xf4\x7b\x57\x15\x7d\x8f\x04\x46\x7e\x5d\x36\x7c\xd1\xef\x8c\xa9\xba\xd4\xf2\x86\x12\xfc\xec\xb4\xd0\x49\xdf\xd0\xce\xcb\x5e\xbe\xec\x65\x94\xfa\x28\xda\xe0\x94\x6d\x85\x86\x02\x25\xf6\xdb\xc2\x76\x46\x5f\x3f\x7f\x54\x94\x1a\x83\x6a\xc7\x1c\x3f\x7f\x54\x16\x9a\x98\xa8\x30\xd6\xee\xc0\xbd\x86\xd7\xc4\xb2\xa8\x19\xd7\xcf\x1f\x03\xc5\x67\x2a\x19\x8e\x9f\xdd\xfe\x9c\x68\x24\x27\x35\x62\x39\x48\xa7\x4b\xda\xb6\xc1\x0f\x4f\x7f\xb8\xa1\xec\x2d\xb5\xe6\xe9\xef\x4e\xe6\x1d\xaf\xbb\xa8\x36\x50\x26\x0f\xba\x7c\xd0\xc5\xbc\xab\x48\x6e\x25\x1f\xd4\xc6\x83\x6e\xd4\x0d\x94\xbd\xc7\xd7\x64\x5f\x11\x8a\xaf\xbf\x2f\x25\xbb\x6d\xdb\x7a\xa8\xc9\xee\x28\x94\x41\x43\xee\xaf\x92\xad\xc7\xbd\xcb\xd6\x7c\xac\xd0\x63\x1f\xed\x1a\x75\x97\x27\xa0\xec\xcd\xb9\xf6\xa3\x2b\xe1\xf5\x96\x59\x4a\x58\x1b\xb6\x6d\x50\x7b\xd0\x7c\xa0\xf4\x82\xa4\x2a\xd9\x8d\xed\xbb\xf9\xcf\xa4\x0c\x50\x6b\x6c\xcb\xa8\x3e\x2a\x17\xa8\xf5\x60\xc0\x3d\xb3\x2a\x6b\x96\x5b\xc8\x42\x59\x50\x8e\x25\xe2\x99\xa9\x6c\x50\xae\x29\x9b\xca\xa6\xe5\x02\xd9\x52\x76\x5a\x4e\xd9\xa5\xec\xb2\x5c\x22\xbb\x95\xb1\x7e\x1f\x6f\x9d\x99\x88\xcf\x5e\x0d\xf7\x6f\xb7\xd6\x9e\x35\x94\x0d\xcb\xf1\xde\xe5\x7b\xf7\xd0\xae\x35\xc2\x72\xbe\xe3\xf4\xb7\x4c\xd1\xe7\xf4\xb7\xa7\xbf\x45\xc1\xcf\xe9\x6f\x4f\x7f\xeb\x7b\xcf\x53\xd9\x69\x39\xf4\x72\xbe\xcf\xfb\x58\xae\x22\x7b\x94\x3d\x94\x9b\xfe\x96\x7e\x7e\xf6\x30\xdb\xe5\x68\x9b\x03\x0d\xd8\xe5\xf8\xed\xa5\x4e\xaf\xb4\x1c\x7a\xbe\xba\x32\xeb\xc7\x90\x78\x2e\xeb\x77\xa9\xbf\x41\x7b\x2f\xeb\x72\xa9\x3f\xa6\xf7\xe3\xd0\x7d\x6e\xdb\x61\xdb\x6e\xdb\x71\xdb\x8e\x45\x39\xc7\xea\xf3\xb5\x7f\xf9\xed\xd7\x99\x08\x04\x86\x75\xfd\x62\xaa\x08\x31\xd8\xf3\xbf\x47\x55\x54\xb7\xa8\x5a\xaa\x29\x6a\x94\x5a\x88\x42\x51\xec\x67\xb1\xbf\x7d\x1d\xd5\x40\x39\x5c\xf3\xbf\x8e\x6b\xa0\xe4\xf2\xf9\x43\xd1\xf8\xf9\x23\x66\x57\x34\x15\xcd\x9f\x3f\x5a\x6d\xd6\x75\x29\x5a\xfc\xd0\x5a\x9c\x8a\xce\x5d\x0a\x23\xe2\x7b\x5c\x8a\xb6\x5d\x37\x2d\x74\x2b\xb9\x77\x55\xbb\xf5\xfa\x28\xfa\xec\x17\x62\x45\x7c\x8f\x47\xd1\xb3\x45\xc3\x06\x7d\x15\x7d\x7f\xfe\xa8\xc7\xa2\xf2\xda\x56\x40\x1e\x85\x9a\xba\xf5\x02\xc5\xd9\xf0\x75\x9d\x04\x6a\xb2\x50\x7e\x35\xc0\x80\x98\x8c\xb5\xaf\x06\x18\x10\xa3\x28\x52\x5f\x1b\x62\x84\x22\xd5\xf5\x5a\x60\xac\x3a\xdf\xa2\xbe\x36\xb4\xa6\x0a\x35\xcb\x80\xe2\xd6\xf5\x2d\xea\x6b\x43\x2c\xa6\xc6\x57\x0b\x00\x28\xb5\xfa\x2c\xf5\xb5\x21\x8f\xea\x0f\x55\xd8\x86\xa8\xd3\xea\xab\xb0\x0d\x35\x1c\x14\x5a\x0a\x40\x66\xb5\x94\x0a\xdb\xd0\x30\xc5\xeb\x57\x53\x01\x68\x81\xd9\xf5\xd5\xa2\x02\xb2\xab\x8a\xaa\xc2\x36\x94\x92\xf6\x91\x26\x05\xd0\x26\x9b\xfa\xb7\xaa\xb1\x0d\xa5\xbd\xcf\x57\x63\x1b\xaa\x1b\xc7\x57\x53\x13\x88\x9e\xb4\x5b\xcb\x03\xc8\xd5\xe2\xb7\xf7\xe3\x6f\x55\x9f\xda\x2a\xd3\x87\xa8\xcf\x0d\x6d\x85\x6f\x57\x9f\x1b\xb2\x1d\x8c\x36\xcd\x15\xa0\xb5\x65\x4b\xd4\xe7\x86\x7e\x1c\xea\x40\x7d\x6e\x68\xad\xf8\x2c\xf5\xb9\xa1\x97\x57\x05\xea\xb3\xb2\x73\x4c\x54\xa0\xd5\x0c\xd4\x63\xa1\xf5\xa6\x3e\x1b\x6b\xb9\x53\x45\x4b\x1a\x28\xa3\x51\xaf\xa6\x3a\x37\x74\xad\xeb\xaf\x56\x13\x50\x66\x5a\x4a\x75\x6e\x48\x8d\xdd\xaf\x76\x13\x90\xf5\x7d\xa3\xea\xdc\x90\xad\x5b\x4a\x7d\x6d\x28\xc3\xae\x69\xea\x6b\x43\x2e\x55\xd8\xd4\xd7\x86\xec\x8e\x06\xed\x79\x20\xfb\xc1\x68\x68\xea\x6b\x43\x73\x7b\xfc\x6a\x98\x01\xe5\x9d\xc3\x4d\x7d\x6d\x28\xf5\x1d\xdf\x4d\x85\x6d\x68\x81\xad\xfc\x75\x87\x04\x22\xd5\x74\xa8\xb0\x80\x44\xb9\x76\xb9\x6b\x02\x6d\xd8\x6b\xa1\xc2\x36\x94\xc4\x22\xfa\x86\x0a\x0b\x76\x43\xa7\x67\xa8\xb0\x0d\xa5\xbf\xa5\x54\xd8\x86\x36\x31\x98\xbf\xa1\xc2\x36\xb4\xea\xd0\xd1\xb0\x04\xa2\x39\x61\x43\x85\x6d\x88\x96\xd6\x5e\x85\x6d\xa8\x33\xac\xaa\x0a\xdb\xd0\x0a\x56\xe0\x57\x93\x14\x88\x6c\x56\x42\x85\x6d\x28\xa1\x5a\x43\x85\x6d\xe8\xe9\x68\x0a\xf5\xb5\xa1\x4d\x6b\xaf\x25\x06\x94\x03\xbb\xe3\x9b\xea\x6b\x43\x1d\x3e\x5e\x93\x17\x68\x81\xe1\xf7\x4d\xf5\xb5\xa1\x1d\xaa\x30\xd5\xd7\x86\x16\x2e\xa0\xa9\xbe\x36\xd4\x23\x7d\xbc\xfa\x4a\xe6\x6b\xb1\x94\xfa\x4a\x5d\x42\x3e\x4b\x7d\x6d\x88\x51\xfc\xa1\xfa\xda\x90\xef\xf4\x48\xf5\xb5\xa1\x1d\x45\x91\xfa\xda\x10\xbf\x36\x48\x7d\x6d\xa8\x92\xac\x6f\xaa\xaf\x0d\xad\x3a\x26\x52\x7d\x6d\x88\x23\xac\x97\xfa\xda\x10\xcd\x25\x5b\x0b\x18\x28\xd3\xa9\xa6\x2d\x0f\xb4\xe1\x2a\xdb\xd5\x57\x77\x42\x52\x89\xae\xbe\x36\xb4\xe6\x86\xa3\xc9\x0f\x44\xed\x74\x6d\x57\x5f\x1b\x5a\x77\x98\x48\x03\x80\x51\xde\x4a\xa8\xaf\x0d\xe3\x38\x7c\xa3\xfa\xda\x50\xfa\xe1\x84\xef\x2a\xac\x63\x40\xfa\x78\xf5\xd5\xd5\x17\x6d\xec\xea\x0b\x72\x3b\xdf\x67\xa9\xaf\x0d\x75\xbe\x95\x50\x5f\x1b\xea\x70\xa6\xc9\x45\x80\xf6\xee\x11\x5d\x7d\x6d\x68\xef\x82\x2d\x53\x06\x5a\xd8\x8f\x43\x7d\x6d\x28\x3d\x31\x6c\xbf\x43\x85\x6d\x28\x72\xaa\xef\x50\x61\x1b\xe2\x70\x2e\x48\x36\x80\x9a\x4d\x91\x0a\xdb\x10\xaf\x95\x30\x54\xd8\x86\x3a\xb0\xd5\xbe\x43\x85\x6d\x18\x6d\xf9\x43\x15\xb6\x61\x54\x4d\xa1\xa1\xbe\x36\xb4\xe1\x60\x1d\x2a\x6c\x43\x94\xb7\x5e\x2a\x6c\x43\x34\x87\xce\x50\x61\x1b\x6a\x2c\xdf\xa8\xc2\x06\xd4\xd2\xb9\x30\x54\xd8\x86\x51\x1c\xe5\x43\x85\x0d\xf8\x9c\x8b\xad\xe6\x3b\xd0\xbb\xcb\xa8\xd6\x3b\xd0\x2a\x86\xf0\x57\xe3\x1d\x28\x55\xe5\x4c\xf5\xb5\x21\xba\xcb\x89\xe6\x3c\x10\x09\x15\xfc\x6a\xcd\x03\xb5\x6a\x4b\x4c\xf5\xb5\xa1\xe9\x4f\xf9\x4e\xf5\xb5\x21\xdf\x3d\x55\x93\x1f\x88\xd4\xf6\xd2\xe2\x07\x46\xd3\xc0\x9c\xea\x6b\x43\x6b\xae\x43\x72\x00\xa0\x8c\xbd\xea\xfc\xf6\x6e\x2c\x45\x00\x46\x71\xa7\x92\x21\x00\xa5\xaa\xcf\xa9\x3e\x27\x13\x36\x15\xa9\xcf\x0d\x6d\xb9\x28\xe9\x97\x01\xa2\x60\x7d\x7f\x97\xfa\xd4\x55\xb3\x1c\xf3\x3a\x6b\x80\x79\xa8\x76\xe9\x27\x50\xab\x6d\x59\x2a\x74\x43\xbc\xdb\xb1\x04\x1c\x28\xb3\xfa\x4a\x15\xba\x30\x79\x5d\x10\x24\x33\xc0\x88\xb0\x94\x0a\xdd\x30\x52\x33\x41\xe6\x0e\x8c\xe1\xf8\x5e\x2a\x74\x61\xc2\x69\x65\x4b\x78\x80\xc0\xfb\x5b\xbf\x4b\x85\x6d\x08\xdc\xbf\xf5\xbb\x54\xd8\xc2\xe4\x70\xd3\x5e\x2a\x6c\xc3\x98\x87\xb5\x57\x61\x0b\x85\x39\x57\xa4\xd8\x40\xd1\xdd\xf5\x95\x63\x03\x65\x0d\x8d\xde\x53\x85\x6d\x88\x62\x87\x9c\x2a\x6c\x43\x54\xa8\xef\xf7\x54\x61\x84\x04\xd6\x72\x7e\xea\x8d\x00\x6a\x4a\x2f\x4e\x35\xf6\x72\x38\x1f\xa6\xc6\x36\x8c\xe1\x40\x95\xc1\x01\xb3\x69\x8d\x9f\x6a\x6c\x43\x19\x5a\x18\x72\x3a\xa0\xe2\xb2\xad\x5f\x29\x1d\x30\x52\xed\xeb\x45\x04\xa2\xa9\x8b\x53\x8d\x41\xfc\x8e\x5f\x1f\xa6\xca\x36\x94\xee\x5e\x28\xef\x03\xea\x6b\x3b\x5c\xaa\x8c\x70\xc5\x70\x6e\x5c\xaa\x6c\xc3\x7c\x77\x5f\xfd\x12\x5f\x09\xe3\x2b\x52\x63\x17\x1a\x73\xff\x92\x2e\x02\xf3\xdd\xf8\x2e\x15\xb6\x61\x2c\x2b\x21\x81\x04\x86\xbe\xa1\xef\xa5\xc2\x36\xb4\xd0\x38\x95\x52\x02\x2d\x34\x15\x2f\x15\x76\x61\xd5\x6a\xff\x5f\x2a\x6c\xc3\x6c\x07\xca\x97\x77\x02\x65\xbe\x8f\x57\x61\x1b\xca\x48\x45\x2a\x6c\xc3\x78\x2d\xfb\x4b\x7d\x5d\x0c\x31\x97\x04\x5d\x4d\x40\xbe\x7b\xf4\xad\xbe\x36\xc4\x70\xe8\xdf\xea\xeb\xd6\x7d\x4a\xed\x6f\xf5\xb5\x61\x0e\x97\xbd\x5b\x7d\x6d\x98\x4d\xc3\xea\x56\x5f\x1b\xd6\x74\x13\xbd\xd5\xd7\x86\xfa\xae\x5e\x3a\x77\x80\xd9\x70\x7f\x7f\xf5\xee\x00\xf5\xd7\x4a\xa8\xaf\x0d\xb5\x4c\xb7\xcc\x5b\x85\x6d\x68\xb2\xfc\xaf\x6c\x1b\x28\xcb\xcd\x50\xb2\x0d\xf4\xe1\x00\xbe\x55\xd8\x86\x35\x5c\xc4\x6e\x15\x76\xeb\x6f\x54\x15\x2a\x0c\xff\xd1\x6b\x3d\xea\x40\x02\x5a\x38\x73\x3f\x2a\xec\xa3\x95\xc6\xb3\x3e\x2a\x6c\xc3\x6c\xee\x39\x1f\x15\xb6\x61\x4c\xc7\xef\x47\x85\x6d\x98\x15\xbf\xcf\xf7\xa3\xc2\x36\x0c\x3d\x86\xdf\x8f\x0a\xdb\x10\xd3\x95\xf4\xeb\x1b\xbf\x17\x7e\xf0\xdd\xb9\xcd\x08\x61\x3b\x8e\xfa\xf3\xc7\xea\x08\x9a\x82\x6d\x33\xef\x39\xd4\x0e\x3c\x00\x42\xd9\x3a\x6d\x07\xfc\x5f\x28\xc7\x51\x95\x0d\x65\xcc\xed\xf7\x87\x53\xd1\x17\x4a\xb8\x25\xc5\xb7\x41\xb4\xab\x92\xaa\x04\xc7\xeb\x9e\x40\xcd\x40\x87\x50\x5e\x49\x28\xd9\x35\x28\x3c\xba\x58\x83\x42\xd0\x4d\xc9\x47\xc9\xb3\x1f\xb4\x68\x1b\x2c\xb5\x1d\x15\x5b\x69\xaf\x53\x8d\xc0\xc4\x06\x83\x97\x8b\x2a\x34\xab\xd9\x4e\x65\x13\xd9\xa3\xec\xa1\x85\x49\x2d\x60\x26\x42\xad\x18\xf7\xed\x08\x5f\xb1\xf7\x93\x96\xe8\x6f\x59\xd7\x05\xc1\x68\x83\x37\xb0\xba\xb7\x63\x2f\xe5\x5b\x5f\x54\x6e\x59\xdf\xe5\x1b\x54\xc6\xe9\xd3\xbe\xdb\x8c\x6e\xbc\xf3\xab\x56\xbf\x6f\xdd\xf8\xe5\xd7\xa7\x7d\x09\x7b\x21\xb8\x15\xf8\xf8\xb2\x7e\x73\x37\x6e\xc7\xd7\xb7\x7f\xdf\xb7\x6f\xdd\x18\x5e\x69\x65\xab\x6b\xec\xad\xb1\x15\xb8\x71\x2b\xf5\x96\x2c\x95\x2d\x63\x2b\x69\x45\x37\x57\x30\x1e\x0c\x26\x34\x62\x00\x70\xaa\x56\x21\xb4\xc2\xae\xd2\xd6\x55\x65\x2b\x11\xca\x71\xf0\xb4\xc6\x7e\xdf\xda\xfc\x2a\xdb\xf5\x68\x6c\x7c\xad\xbd\x9a\xe1\x0d\x4d\xcd\x00\x5b\xb6\x9f\xd7\x58\x25\x84\x2d\x9b\xc8\x7c\xde\xfd\xfe\x76\xab\xa7\x7d\xfc\xed\x9e\x42\xbb\x2e\x07\xb2\x54\x96\xca\xf6\x7b\xc3\xa9\x10\xc1\x86\x95\x75\xff\x36\x60\x7d\x42\x95\xec\xb4\x80\xf6\xb5\x18\xac\xf9\xf0\xdd\x16\x18\xb6\xc2\x2e\xc7\xf3\xb0\x6c\x5b\x7c\x19\x2f\x3d\xf6\x6f\x75\x9b\xb7\x5c\x38\x22\xc7\x44\xc6\x16\x2e\xec\xdf\x0e\x64\x8c\xb5\xf4\xb7\x6b\x2f\x3e\xad\xfb\xdb\x7e\x7c\x70\xd4\xef\xa5\xbf\x75\x5c\x5e\xc2\xfe\xed\x42\xc6\x6f\x7b\xd1\xa1\x4f\x5d\x3a\x5e\x23\x61\x97\xe3\xb7\xb8\x8d\x5a\xe7\x1d\x0d\x7a\xd1\x86\xef\x18\xca\x2a\x73\x66\x2a\x9b\xca\x72\xaf\xd0\x6d\x29\x5b\x7b\xfe\xd5\x36\xe9\xa3\x85\xff\x4a\xa8\xd5\xe7\x2d\x1c\x58\x6d\xc1\x31\xda\xac\xfc\x16\x92\x21\xec\x72\x15\x19\x75\x5e\xbb\xdf\x6a\x23\x4c\xd8\xd6\xfd\xca\xbe\x96\xdb\x33\x64\x7d\x7c\xef\xe7\x50\xc6\xf3\xec\xdf\xf5\x79\x18\x7d\xf4\xf9\xfa\xf8\xdb\xcf\xfb\xdb\x3d\x33\xd7\xe3\x6f\x69\x47\x1c\xac\x1a\xa7\xed\x38\xe9\xcb\xc0\x99\xdd\x4e\xfb\xf2\x7c\xfb\xb2\x0f\x64\xf4\xe5\xe9\x6f\x89\x75\xb6\xcb\xdf\x5e\x81\x43\x0d\x2a\xd9\x2e\x08\xba\x50\xb7\xc1\x81\x8c\xba\x5c\xfe\x16\x9b\xba\xdd\xfe\xf6\x46\x2f\x81\xb7\xac\xdd\xea\xe5\x7e\xf5\xb2\x77\x84\x76\xab\x97\x9b\x76\x04\xc9\x0d\xed\xb6\x1d\xc0\x2e\xd7\x90\xa1\x83\xdb\x77\x0c\xde\xf1\xf1\x1d\x1f\x65\x73\xef\xd2\xed\x51\xf6\x20\xcb\x83\xe7\xe9\x40\x6e\x5f\x65\x6d\x5b\x82\xe1\xb6\xb0\x15\xb2\x65\xf0\xb9\x38\x20\xf9\xc2\x7e\xef\x44\x36\x90\xf9\x5b\x52\x2d\xa2\xf8\xdb\xb2\x49\x77\xcd\xb9\xad\xb5\x28\xb0\x6e\x61\xff\x76\x6d\x59\xb7\x9c\xbf\x65\xcf\x8d\xea\x6f\x2b\xb2\x7e\x6c\x13\x31\x9a\xb2\xd6\xf6\x7b\x3b\x64\x26\x1a\xee\x2b\xa1\xd6\x63\x16\x64\x13\xd9\xb6\x08\x6b\x8f\xbd\x1e\x44\xc3\x24\x14\x76\x39\x9e\x87\x4d\x18\x6d\x5b\x76\xb5\xe7\xde\xbd\xc2\x04\x00\x61\x97\xeb\xc8\x2a\xb2\xcf\x6d\x39\x9e\xf7\xf1\xb7\x9f\x8f\xe5\x16\xb2\x07\x99\x75\xce\xdd\xe7\xe1\x5a\x12\xf1\xc1\x5c\xe9\xdb\x38\x89\x20\x59\x42\xa8\xf5\xd8\x6b\x79\x04\x09\x2f\xe1\x1a\xd1\xe9\xa3\x70\x8d\x88\x7c\x65\x7b\x9b\x0e\xe7\x7e\xf4\xd8\x6d\x1b\xa5\xec\xfa\x75\x5c\x46\xc2\x7e\x5e\x45\x46\xfd\xfa\x56\x6d\x1d\x45\x19\xbe\x0c\xa1\xea\x04\x8f\x8e\x33\x23\x9c\xfb\xa3\xee\xf5\x2f\x9c\xfb\x31\x6a\xd5\x1f\xb0\xdf\x3b\xf0\xe0\x0a\xfb\xb7\x81\x2c\x94\xed\x79\x3e\x82\xb6\x0d\x1c\xab\xc2\x2e\xa7\xec\x44\x36\xa8\x73\x14\x9e\x07\xab\x16\x76\xb9\x8e\x8c\x3a\x0f\x82\x47\x23\xa8\xf3\x98\xaf\x4c\x3d\x33\x0e\x06\x7b\x45\xb8\x36\x8d\xa4\x7f\x5d\x9b\xc2\xb5\x69\xf4\xbd\x8f\x85\x6b\x53\xac\xd0\x57\xc0\x38\x5d\xac\xe3\xc2\x7e\xde\x42\xc6\x78\x59\x63\x61\xf4\x07\x32\x7c\x03\x42\xad\xa4\x99\xc4\xc2\x39\x10\x8b\x3a\x8f\xe5\x6f\xad\x33\xb0\xcb\x15\x64\xd4\x6f\x11\x90\x9b\x87\x32\x38\x7d\x2c\x03\x72\x24\x42\xc5\x82\xc1\x0b\xbb\x5c\x22\x4b\x65\xdd\x72\x81\xcc\x3a\xaf\xd3\x72\x5b\x57\x6b\x59\x97\x75\x59\x6e\xfc\xe6\x56\x1f\x8b\xed\x34\x16\xdb\xcb\x3c\xaa\x8f\xf9\x2a\xfb\xfa\x18\x64\xa7\x6a\x23\xa6\x35\x8f\x4a\x33\xa1\x24\xc2\x2e\xa7\xcc\x6a\x69\x00\x10\x55\x8e\x75\xa9\x4a\xba\x61\xc2\xdb\xc3\xa5\x35\x5c\x32\x27\x46\x5a\xb8\x64\x86\x4b\xe1\xc4\x63\x16\x2e\x85\x71\xe3\xda\x99\xbd\x6d\x75\xdc\xf8\x76\x84\x5a\x1d\xee\x37\xce\x9d\xb8\x6d\x07\x6c\x25\x6e\xdb\x71\x9f\xc5\x72\xfb\x1d\x37\x24\x56\xd8\xb2\x81\xac\x29\xb3\x1b\x18\xee\x37\x34\x36\x5c\x32\xe7\xd8\xc4\x3f\x5c\x32\xe3\x43\xd4\x67\xce\x4d\xcd\xe3\x83\x39\x1a\x1f\xb6\xd3\x5a\xca\x44\xc6\x30\xf9\x40\x2b\xe7\xa2\xbb\x3e\xd0\x4a\xa1\x56\xac\xdb\xf8\xc0\x2b\xe3\x83\x4e\x17\x5b\x71\xb8\x04\x0b\xc6\xeb\xe2\x21\x5e\x27\x14\xdc\x06\xf1\x10\xaf\x13\xca\xc1\x66\x10\x0f\xa6\xb9\xd0\x0e\xe6\xe7\x43\xc0\x2e\x9e\xd7\x12\x67\xfd\x7d\xb0\xc4\x85\x36\x36\x3f\x88\x07\x4b\x5c\x88\xd8\xbb\x7f\x3c\x84\xe2\x84\x56\xa7\xa2\x53\x11\x8e\x9e\xcd\x49\xe3\x21\x14\x27\xb4\x39\x7d\xd6\xad\x08\xbf\xc4\xb2\xd4\x47\x11\xe9\x43\x69\xfd\x1f\x45\x0f\x5c\x5c\xd1\x57\x91\xb6\xde\xe0\x97\x45\x65\x6c\x08\xc2\x4d\xf1\x14\x95\x61\x1e\x8c\xbf\x2c\x2a\xa3\xbc\xca\xa0\x1a\x76\x0b\x10\x9d\x9e\x7f\x8a\xca\xd8\xd0\xc8\x85\x89\x87\x68\x9c\x10\xe3\x50\xd4\x15\x75\xbc\x97\x89\x48\x8d\xc1\x26\x0e\x77\xb6\xa7\xa8\xb2\x0d\x8d\xb4\x84\x78\x8a\x2a\x23\x6f\x0a\xb7\x7d\x3c\x0e\x04\x20\x4a\xda\x24\x55\xb6\xa1\xb4\x6e\x5d\x55\xd9\x86\x92\xc5\x1f\xaa\xb2\x0d\xcd\xb5\xec\x29\xaa\x6c\x43\xc0\xa0\xe2\x29\xaa\xec\xcd\x5c\x62\xbe\x3c\x55\x65\x10\x68\x4b\x1b\xee\x2a\x0d\x94\x83\x10\x75\x3c\xae\xd2\x40\x25\x83\x2d\x9e\xaa\x32\x36\xc4\x61\x97\x57\x95\x61\x4e\x17\x41\xeb\x78\xaa\xda\xa8\x44\x3a\x58\xf2\x9f\xaa\x32\xea\xfc\x35\xa0\x1c\x8f\x2b\x3e\xb0\x7f\x69\x31\xb5\x41\xe6\xcf\xb0\x9b\xaa\xda\xa8\xba\xee\x51\x63\x55\x1b\x1b\x72\xbc\xd5\x50\x1b\x1b\x22\xd3\x66\xaa\x8d\xea\x68\x61\x2a\x3e\xcd\xd1\x42\xbe\x59\x77\xea\x34\x47\xcb\x4b\x34\x1c\xa1\x4d\x0d\x11\x3a\x6b\x2c\x64\x4f\x53\x43\xed\xd5\x10\x2f\x6d\x6a\xa8\xa1\x21\xdb\xd9\xd4\x50\x93\x16\x4c\x7f\xaa\x8a\x36\x18\x39\x8f\x47\xeb\x03\x28\x87\x3b\xf9\xa3\xf5\x01\x34\xbc\xe9\xf1\x34\x55\xd4\x48\xda\xb1\xa7\x9a\x1a\xda\xd0\x46\xf7\xf9\x6a\x68\x43\xa4\x53\xa0\xa9\xa1\x26\xa1\x63\xc7\x7e\x9a\x2a\xda\x20\x39\x89\xa7\xa9\xa2\x86\xd1\x5c\xac\x99\x03\x66\x83\x31\xfd\x78\x42\xa5\x85\x93\x87\xed\xf5\x09\xd5\xb1\xa1\x4e\x15\x19\x6a\x23\x64\x53\xec\xe0\x4f\xa8\x8e\xd0\xb1\x4c\x33\x43\x6d\x84\x03\xc6\xe9\xef\xe6\x0a\xc4\x28\xd4\xd6\xbd\x15\xa8\x23\x7c\x98\xda\x20\x34\x56\x9d\xd7\xa1\x36\x36\xec\x87\xa1\xb4\x50\x1d\x81\x3a\xaa\xbf\x54\x1d\x1b\xda\x2c\x96\x52\x1b\x1b\x22\x9c\x8a\xa1\x36\x36\x94\xd5\x15\xa9\x8d\x0d\xa5\x3b\xa3\x52\x6d\x6c\xa8\xe1\x1b\xd3\x21\x94\x0e\x21\x7b\x20\x1d\x42\x04\xc7\x8e\x86\x82\x52\x9d\x6d\xa8\x24\x33\xc5\x93\xea\x8c\xe0\x18\x49\x58\xf1\xa4\x2a\x4b\x47\x10\xc6\xc2\xa3\xe1\x0c\x94\xd9\x7e\xc7\x9e\xfd\x68\x56\x03\xe5\xd0\x0c\x79\x52\x95\x6e\x28\xd5\xf6\xa5\x2a\xdd\x60\xba\x46\x3c\xa9\x4a\xf3\xf2\x97\x74\x46\xaa\xbf\x24\x7b\x42\x95\xa6\xfa\x4b\xec\x17\xc7\x44\xaa\xbf\x0d\xed\x1d\xfa\x5a\xed\x40\x90\x9b\x16\x8f\x46\x3b\xd0\xa6\x03\x58\xfb\x12\x68\xcb\xbe\xd0\xbc\x7c\xba\x49\x23\x6a\xbe\xab\x85\xce\xba\xeb\x52\xd9\x6d\x26\x01\xae\xa3\xb8\xae\x74\xdb\xb4\x21\x46\xb5\x98\x6d\x22\x43\xee\xd0\x0a\x79\x86\xf5\x18\x1a\xba\xbc\x60\x58\x8f\x0d\xb5\xbb\x62\x0f\xeb\x41\x08\xea\x28\x2e\xf6\xc3\x7e\xdc\xd0\x6a\xa7\xb7\x87\xfd\x48\x60\xe7\xd0\xdc\x78\xb4\xe6\x80\x56\xde\x17\xa8\x8e\xc9\x40\x29\xd6\x4d\x03\x0f\x98\xd5\x97\x4e\x5f\x30\x6d\xbc\x53\x75\xda\x78\xec\xbb\x9c\xf4\xa7\xe6\x1d\x50\x8e\xe2\x18\x9b\xf6\x31\x01\x99\x66\xe7\x4d\xf5\xb1\x21\xf2\xf0\x9d\xea\x63\x9e\xfe\x92\xba\x4d\xa7\xcd\x86\x16\xce\x91\x69\xb7\xcf\xfb\xd7\x2c\x9d\x30\x27\x4b\x88\xee\x1c\xd7\xaa\x06\xa2\xba\x7e\xce\xb7\x9d\x12\x56\x5e\xb9\x54\xf7\x3a\x7c\x25\x9d\xbc\xd4\xf7\x86\x68\x9d\xca\x2e\xb5\x41\x7a\xec\x72\x1f\x5d\x6a\x63\x91\x65\x54\x79\xfe\x52\xdd\x1b\xf4\x09\xc4\xb3\x9c\x36\x8b\x95\xc6\x61\xb5\x54\xd9\x7a\xf5\x43\x65\x97\xfa\x59\xee\x43\xa8\x6c\xa9\x1f\x32\x23\x8f\xe2\xc2\xbb\x54\xd0\x86\x38\xd4\xb6\x86\x33\xd0\x96\xa3\x4f\xc3\xf8\x59\xf6\x7a\xb3\x1e\x6a\x63\xc3\xec\x4e\x02\x6d\x4c\x60\x13\xa1\x2d\xd2\x54\x06\x4c\x76\x8a\xe7\x54\x19\x27\x01\x63\x6d\x0f\x0d\x51\x40\x47\x60\x3c\xda\xa1\x8f\x2e\xb0\x77\xc5\xd0\x0e\x05\x6a\x71\x67\x3a\xd5\x06\xb9\x9d\xd3\xad\xf5\x54\x1b\x1b\xa2\xb8\xac\x9c\x0e\x20\x0e\x5d\x54\xbb\xfc\x54\x3f\x9c\xba\x58\x61\x5d\xd5\x0f\x29\x72\x33\xac\x98\xea\x39\x1d\x3f\xaf\x4c\xfd\x9c\xe8\xa7\x59\x31\xf5\x23\x77\x76\xc1\x91\x3a\x03\xad\xdb\x4d\x9a\xbd\xa6\xd1\xa5\x46\xa9\x56\xef\x73\x39\x4f\x70\x00\x3c\x92\x69\xa0\xbd\x86\xd2\xa5\x32\x2e\xf3\xa9\x78\xd8\xa5\x2e\xae\xf0\x97\xe8\xec\x52\x19\x17\x8e\x6c\x0d\x61\x69\xc9\x73\xd9\xe7\xe1\xd3\x6c\xd4\x75\xfe\x9a\x6d\x16\x66\xda\x09\x31\xec\xa6\xcb\x36\x5d\xf8\x07\x49\xb2\x8a\xe7\x7a\xab\xcb\x2a\x07\x0f\x78\x6e\x3b\xf8\x26\xc2\xed\x3c\xbc\xed\xe0\x9b\x80\xad\xc3\xec\xb6\x4d\x37\x39\x75\x36\xfd\xb6\x4d\x37\xa3\xdd\xc5\xe5\xb6\x4d\x37\x39\x62\x4e\xf3\xdb\x26\xdd\xa6\x0f\xfa\x2c\x9b\xb4\xa1\xbd\x44\xe1\xb6\x7f\x49\x55\x7d\x17\x83\xdb\xfe\xbd\x5d\x30\x5d\x91\x6f\x3b\xf8\x66\xc1\x54\x8d\xb7\xba\x30\x75\x50\xfd\xdf\xea\xe2\x86\x38\x3a\x7f\x6f\x75\x71\xdf\x3e\x4c\x99\x1d\x7c\x93\x43\xf1\xd6\xcc\x0e\xc6\xa5\xda\x34\x24\x6f\x35\x66\xe8\x82\xcc\xe6\x78\x3e\xea\xe7\xe3\xea\xcb\x2f\x3f\xea\x47\xc7\x2b\xa9\xe8\xf1\x7c\x54\xd0\x86\xf2\x9a\xd5\x1f\x15\xb4\x21\xba\x6d\xfa\xa8\xa0\x0d\x2d\x5c\x68\xf5\x9e\x00\x2d\xd5\xac\xce\x13\x20\xc2\x05\xe8\xa3\x82\x3e\xe4\x30\xb9\x6a\x7f\xd4\xcf\x86\x36\x35\xf3\x3e\xea\xe7\xf3\xb6\xdc\x87\xd9\xf2\x0f\xf9\x84\xf1\xdb\x11\xed\x78\xf4\xfb\x00\x31\x86\x0f\x7e\x15\xf3\x65\xd3\xa0\x46\x8f\x43\xe9\x51\x57\xd6\xf2\x51\x57\x0f\xf9\x99\x0e\xe9\x47\x5d\x3d\xea\x4a\x93\xec\x51\x57\x1b\x8a\x7e\x96\xe7\x51\x57\x1b\x6a\x77\x3f\x7b\xd4\xd5\x86\x28\x2a\xfe\x51\x57\x8f\x4b\xa7\xb6\xca\xa3\x66\x1e\x96\x4e\x0d\xf1\x47\xcd\x3c\x4e\xa3\xee\xd3\x54\xcd\x03\xa1\xb1\x51\x8f\x43\xe7\x61\x1a\x49\x31\x1f\x87\xce\x83\x4b\xc4\xa5\xe1\x51\x7f\xa6\x9a\x17\xc7\xc9\xd7\xb6\x7f\xa1\xba\xae\xfd\x5f\x9b\xfe\x75\x6d\x70\xb8\x7e\x6d\xfb\x86\x78\xbb\xf6\x6b\xd3\xbf\xcc\x23\xa9\xe2\xd7\xa6\x7f\x5d\x1b\x9c\x6e\x5f\xdb\xfe\x85\xde\x49\x8f\xbe\xb6\x7d\x43\x7d\xd5\xfd\x75\x9c\x7c\xc9\x67\x77\x34\x7d\xd5\xc6\xd7\x25\x50\x75\x7c\x6d\xe7\x86\x56\x5d\x15\xbf\xb6\xd3\xc8\xca\xab\x8e\xaf\x0d\xdd\x50\xba\x63\xe7\xeb\x48\x30\x9a\x52\x5c\xea\xbf\x0e\x85\x2f\xb6\x27\x4e\x55\x1d\xad\xc2\x2e\xd6\x91\x15\x65\x85\x94\xab\x03\x51\x55\xe4\x24\x87\x46\x99\x38\x2b\xc4\x80\xe0\x99\x38\x2b\x44\x41\x6b\x26\xce\x06\x69\xb2\xe5\xe0\x68\x4d\x98\x27\x2b\x34\x92\x9b\xc2\x3c\x59\xc1\xc4\xe2\x30\x4f\x56\x28\xee\x7b\xe6\xc9\x0a\x85\xe3\x4d\x61\x9e\xac\x10\x04\x5c\xc2\x3c\xd9\x78\x73\x5b\x39\x24\x13\xe6\xb6\x0a\x91\xdd\x87\x4d\x45\x93\xb4\x28\x4b\xd9\x24\xfc\x2a\xae\x78\xe6\xb6\x0a\x95\x00\x47\x98\xdb\x2a\xc4\x40\xb3\xe6\xb6\x06\x89\xac\xe5\x20\x4d\x21\xcc\x64\x15\x9a\x4c\xc5\x4c\x56\xa1\xbd\xbf\xac\x36\x89\x43\x2f\x8d\x81\x60\x26\xab\xb0\x1f\xd6\x90\xd9\xa6\xea\xba\x8e\xfe\x65\xd8\x5f\x19\x76\x61\x15\x31\x95\x55\x68\x4d\xcd\xca\xb0\x81\x20\x4d\x29\x4c\x65\x15\x6a\x57\x3f\x12\x6c\x20\x06\x6b\xa0\xb9\xaa\xf1\x95\x4d\x97\x65\x6d\xd5\x46\x85\x2b\x3a\x5a\x64\xd3\x40\x10\x3d\x0a\x33\x53\x83\x9c\xd3\xfd\x4b\x6b\x6b\xd3\xe1\xce\xee\xef\x26\x9d\x0a\x45\x0e\x65\xd2\xa9\x50\x0e\x92\x61\xc2\xac\x53\x21\x86\xaa\x95\x3a\x7f\xa5\xce\xf5\x50\x66\xd3\x9b\x73\x91\xa6\x4b\x9d\xbf\x52\xe7\xea\x78\x91\x3a\x7f\xf5\xdc\x1f\xbe\xd4\xb6\x4b\x9d\x2b\xcc\xc0\xc4\x53\xa1\x35\x96\x21\x13\x4f\x85\x5d\x0c\x7d\xcb\x9d\x81\xa6\x17\xc5\xcc\x53\x61\x17\xf3\xa7\x2a\x84\xd4\xd3\x2c\x8a\x9c\x03\x1b\x62\x2c\xab\xe6\x80\x91\x15\x57\xec\x6a\xd3\x45\x85\x12\xf6\x8b\xac\xd8\xdc\xd0\xa3\x16\x65\xb6\x0a\x0a\x1c\x15\xb5\xc9\x80\xc9\xde\xdc\xc5\x68\x95\x14\x15\x68\xc3\x8e\x8f\xf7\xa5\x9c\x7a\x62\xc3\x35\x7d\x53\x88\x6e\x35\xa4\xa8\x40\xbc\x73\x51\x8a\x0a\x44\x75\x5c\xc9\x50\x81\xfd\x4a\x8b\xd9\x00\xf2\x37\x7b\x58\xcc\x06\x24\x3d\x55\xad\xad\x1c\x15\x28\x0b\x3e\x68\x02\xa7\xb0\x8b\xd1\x4e\x49\x28\x10\xc3\x39\x25\x07\x35\x83\x73\x06\x13\x54\x0e\x0a\x44\x75\xfe\xc8\x41\x81\x18\xec\x48\x66\x70\x0a\xa5\x3b\xa5\x64\xa5\x40\x74\x3b\x45\x56\x0a\x18\xc4\x0a\x33\x38\x85\x18\xae\x68\xb2\x52\x33\x38\xc7\xfc\xed\x68\x77\x98\xe0\x29\xd4\x69\x57\x48\x5a\xcd\xe6\x3c\x2a\x6e\x1d\xd3\x39\x85\xa8\xd8\xf0\xa6\x73\x0a\x41\xe6\x7e\x98\xce\x29\x04\xf9\xbc\x61\x3a\xa7\xb0\x1f\x46\x2d\xe5\xb6\x40\x0c\xb8\xb9\xf9\x9c\xc2\x2e\xa6\x4c\xf5\x71\xfa\x6a\xb9\xb0\x4b\x77\xc9\xde\xdc\xc5\xac\xae\xca\xea\x66\x23\x5a\x35\x95\xd5\x1f\x8b\x59\x37\x55\xd3\x31\x65\xed\x45\x89\x32\xb0\x5c\xeb\xe5\xc9\xe6\x65\x1e\x1c\xf9\x0a\x13\x33\x85\xd7\xdf\x6e\x62\xa6\x10\xc3\x15\x6f\xd8\xf4\xe1\x6c\x70\xc9\x1b\xb6\x7d\xe0\x1e\xb3\xff\xf5\xde\x93\x60\xb9\x8b\x29\x73\x00\x90\x61\x39\x5d\x6b\x8c\x05\x01\x31\x5d\x30\x0c\xab\x98\x61\x79\x68\x65\x9b\x62\x29\xc4\x80\xf9\x98\x62\x29\x34\x03\x7d\xa6\x58\x86\xc9\x93\x87\xf6\xbf\xd9\x93\x42\x0c\x57\x46\x63\x2f\x6f\xf6\xa4\x35\x33\xf4\xf2\x95\xae\xbb\xef\x9b\x3e\x29\xcc\x62\xb7\x4b\xd7\xbf\xd2\x75\x8d\x6a\xf3\x27\x85\x52\x5d\x8e\xa5\xeb\x40\x0c\xdc\x63\xe6\x4f\x0a\xfb\x97\x16\x53\x1d\x1c\xa2\x22\xdd\x3b\x4c\x90\x14\x76\x31\x14\x2e\x5f\x07\x5a\x54\x5b\xa0\x3a\xa6\xdd\x0e\x45\x32\x45\x52\x88\x61\x27\x4b\xd8\xbf\x12\xf6\x0a\x45\x32\x47\x52\x88\xe1\x1e\x23\x61\x27\x1f\x72\x17\xe3\x0d\xd2\x73\x13\x22\xa7\x4b\xaf\xf4\xdc\x84\xc8\xa3\x3a\xe8\xe5\xe7\xc0\xac\x0e\xf0\xa5\x8e\xa0\xec\xe9\x5a\x23\x63\x37\xd7\xf1\x20\xf5\x30\x4c\x76\x14\xca\x3b\xb2\xe4\xe2\x5f\x33\x64\x2a\x24\xc0\x6c\x47\x21\xb8\x7b\x20\xcc\x76\x0c\x52\x1b\x77\x31\x7e\x2a\x19\x07\x9a\x21\x1b\x73\x1b\x83\x3c\xc6\x5d\x8c\xc6\x4b\xbd\x81\xda\xdd\x64\x64\xde\x26\x32\x1e\x15\x53\xce\x44\x46\xa1\xbe\xbb\xa9\xd4\x1b\x88\x70\x84\x4b\xbd\x81\xf2\x5a\x20\x52\x6f\xa0\xbd\x7b\xae\xd4\x1b\xa8\x3a\x29\x4d\x64\x14\x62\xba\x97\xca\xbc\x81\x5d\x0b\x74\x2b\xf5\x36\x93\x71\xba\x49\x4a\xbd\x81\x72\x54\xa2\xc2\x66\x32\x0a\x6d\x3a\x9a\xe5\xde\x40\x59\x50\x2e\x33\x19\xe3\x2b\xa9\x26\xd7\x38\x4c\x3f\x14\x9a\x04\xce\xf4\xc3\xf8\x4a\x8d\x5f\x1b\x4d\x6a\x0c\x14\xdd\x90\xe6\xf9\x85\x49\x7d\x47\xd5\xae\x92\x08\x03\x4b\x7f\x85\x59\x7d\x42\x69\x50\x1c\xb3\xfa\x84\xa2\x0f\xcc\xac\x3e\x21\xa6\x13\x59\x22\xfc\xf5\x98\x7f\x75\xab\x90\xcf\x02\xb5\x39\x86\xe4\xb3\xa6\xdd\x1d\x3a\xde\xcc\xbb\x13\x62\xbe\xc5\x6c\x00\x79\x77\xc5\xe1\xfd\xb1\x01\xa4\x90\xa4\x4b\x8c\xdc\x15\x88\xa9\x39\x23\x77\xfd\x7e\x5c\xd2\x6d\x93\x7c\x13\x68\xe9\xea\x27\xdf\x04\x4a\x77\x8f\x94\x6f\x02\xfb\x97\xf4\xa7\x84\x13\x88\x79\x28\xb2\x01\x1f\xbb\xfd\xfd\xa9\xdd\xfe\xa1\xdb\x35\x36\xa4\xa5\x40\x39\x5c\x28\xe4\x9d\x40\x18\x9f\xf9\xca\x3b\x81\x98\x9a\x1f\xf2\x4e\x60\x76\x9c\x90\x5f\x69\x27\xd0\x96\x4d\x92\x76\x7e\xa5\x9d\xd5\x91\x2c\xed\x04\x62\x12\xb6\xff\x4a\x3b\xbf\x8f\xf3\xdf\xcd\x5a\x92\x09\xc4\xd4\xf4\x7a\x54\x90\xbc\xf3\xad\x9a\xbc\x13\x88\x79\xfc\x0e\x5e\xfd\x95\x96\x02\x35\x5d\xb9\x64\xa5\x40\x4c\x0d\x49\x59\xe9\xf7\x71\xc5\x70\x35\x93\x83\x02\x55\xe7\xce\xf7\x51\x59\x0f\x09\xe5\x6a\xfe\x51\x59\x30\xd5\xe1\xa0\x96\xa8\x02\xfb\x61\xbc\x40\xa6\x0a\xd4\xa6\x81\x20\x51\x05\x76\x31\xc6\xab\x4c\x15\x88\xd7\xb0\x96\xa9\x7e\xbf\xaf\x1a\x78\xa9\x84\x13\x88\xa9\xf1\xfa\xb5\x9d\x5f\x06\x4a\x73\x96\x7f\x6d\xe8\x86\xe5\x82\x24\x2b\xfd\x7e\x1d\x00\x2e\xc7\xf2\x4d\x20\xe6\x5b\x35\x1b\x05\xdd\x3c\xda\x56\x51\x9a\xc4\x23\x98\x12\x9f\x07\x74\x33\xdf\x5c\xce\xf6\xca\xba\x32\x16\xf2\x5d\xb5\x34\x99\x33\x0f\x29\x68\xdb\x03\x2a\x0f\x28\xa8\x30\x30\x85\xf2\x80\x82\x0a\xbb\x58\x22\xbb\x94\x5d\x3f\x7f\x8c\xd5\x2d\x76\x2b\x62\x58\x57\x5f\xf0\x51\x44\xab\xd2\x1f\x3e\x8a\x1e\x1f\xd6\x91\x7d\x95\x39\xae\xd7\x16\x15\x1b\xe5\xd5\x18\x64\x8c\x27\xf9\xa4\x2f\xcc\xf6\x16\xab\x8a\x3c\xe7\xce\x3b\x89\x18\x0b\xfb\x97\x54\x8d\x90\xb1\x50\x5b\x53\x94\x8a\x86\xc5\x7c\xda\x54\xb6\x17\x77\xce\x37\x25\xb7\x67\xbc\x50\x56\x57\xa4\x3a\x0c\x06\x4f\x94\x56\xd4\x06\xc1\xe0\x83\x51\x94\x5e\xb6\x21\xc4\xac\x16\x53\x1d\xc5\xb6\xbf\x32\xdb\x5e\x4c\x37\x45\x54\x6d\x7b\xb5\xed\x15\xb5\x55\xdb\x0e\x81\xc5\x24\xcb\xa3\xda\x76\xce\x58\x1e\xf0\xdc\xf4\x3e\x0f\x21\xe6\xfb\x4b\xfb\x1d\x66\xda\xb6\x19\x98\x47\xb5\xdf\xab\x6d\xaf\xb4\xbd\xda\x76\x62\xbf\xf3\x7d\x98\x6d\xdf\x10\xd3\x6e\xaf\xb6\xbd\x92\xac\x32\xad\x86\x6d\xdf\x30\x59\x41\xf3\xa8\x36\xbd\xba\xc0\xa1\xee\x6a\xd3\x09\xfd\x92\x2c\x9d\x47\x75\x24\x54\x87\xb7\x15\x53\x19\xf2\xc1\xb7\xb2\xcd\x57\x6e\x08\x4e\xed\xa6\x37\x8b\x08\xe5\x68\xa1\xcc\x77\x36\x4f\xd6\x51\xb3\xe6\x3b\x9b\x73\x2a\x94\xf9\xd2\x46\xbc\xc7\x71\xdb\x7c\xa9\x1c\xb1\x05\x5d\x10\x0e\xa2\x60\xba\x57\x8a\x85\x63\xc8\x90\x68\x0b\x46\x64\xa8\xc8\xd0\xe5\x44\xdb\x43\x3d\x72\x5a\x70\xda\x82\x50\x8f\x1b\x66\x2e\x54\x1b\x36\x2a\x6c\x41\x5a\xcc\x16\x84\x5a\xb3\x98\x2d\x08\x5b\x90\xb4\x20\x6c\x41\xa0\x36\xf5\x11\x6f\x0b\xbe\x9c\x0d\xa3\xb6\xe9\x18\x92\x10\x92\x4d\x97\xa4\xf9\xbd\x10\xd3\x5e\x4f\x07\x47\xaa\xf0\xf4\xa7\xd6\x0d\x5e\xc7\xc5\x3d\x79\xa4\x0a\x37\xdc\xd8\x3a\xf5\x48\xab\xbb\xa1\x75\x35\x99\x56\xb7\xfb\xd2\xce\x4b\xbb\x2f\xed\x58\x5a\xfe\xb2\xfb\x52\x99\x4f\x1b\xbc\xa1\xfb\xb4\x4e\xe3\xed\xbe\xee\xd3\x86\x13\x79\xa0\xf0\x61\x27\x6c\x18\xf8\x54\xf2\x18\xbe\x60\xc3\x9c\x4e\xa0\xe1\x0b\xc8\x35\x5a\x0e\x8f\x61\x4f\x6d\x68\xf8\x67\xf2\x18\xf6\x94\xfc\xa5\x39\x72\x87\x0d\x95\xbf\xbc\x0f\xb3\x66\x92\x95\x36\xad\x86\x7d\x30\x1c\xba\x8a\xec\x03\xce\x83\x55\xe7\xcf\xb4\x0f\xb8\xce\x21\x1c\x57\xd3\x69\x3c\xd5\xd0\xa4\x0f\xa6\x0d\x80\x99\x8c\x42\xd3\xa7\x0d\x90\x85\xb4\xe5\x4f\xad\x2e\x17\x37\x64\x63\x36\x4e\x07\x96\x5c\x82\x34\xf7\x3c\xa6\x5a\x9b\x5a\x4c\x54\x6d\x5a\x5b\xcd\x7a\xce\xd0\xe5\xb1\x7c\x03\x66\xfd\x3a\x7e\x9b\x5d\xe7\xb1\xd4\xa0\x81\xba\x70\xeb\x59\xd6\x69\xc3\x0c\x47\xcf\xb2\x4e\x1e\x84\x72\xce\x2d\x07\x94\x59\xdd\xe1\x6e\x74\xba\x78\x9d\xd8\x92\xee\x0c\xa7\x73\xee\xd4\x0f\x4e\xaf\x9d\x76\xb7\xa6\x7b\x38\x27\x4e\xd5\x75\x32\x8a\x5d\xf2\x4f\x1b\x73\x76\x8b\x51\xb5\xd3\xea\x9e\xdc\x54\xa0\xba\x4e\x6b\x7b\x7a\xab\x8d\xa5\xac\xed\xc9\x12\xd7\x7c\xfe\x5b\xdb\xcb\x87\x59\x5b\xc7\xc0\x86\xd2\xdc\x14\x4f\xf5\xbc\x61\x0e\x27\xf0\xa9\x9e\x0d\x88\x85\x2b\xda\x65\x3b\x37\xac\x81\x36\x2e\x9b\xb9\x61\xbc\x0b\xc4\x65\x33\x39\x38\xb4\xd4\xec\x65\x2b\x2f\x46\xb5\x83\xe2\xb2\x95\x97\xad\x74\xb5\xb9\x6c\xe5\x86\x19\xce\xa4\xcb\x56\x1a\x35\x0b\xf7\x80\xcb\x36\x5d\x18\x56\xcd\x17\x38\xd2\x2f\x4e\xbf\x17\xab\x61\x2b\xaf\x8f\xbf\xb4\xd8\xdb\xa6\x67\xbf\xe0\x7d\xa7\x23\xfd\x7e\x9b\xc9\x70\xba\x6d\x26\x07\x7e\x96\xfd\x74\xdb\x4e\xf3\xf6\xc3\x29\x7d\xdb\xaa\x0d\xb3\xb8\x0b\xdc\xb6\xca\x58\xd7\xbb\x85\xdf\xf6\xca\x86\xb9\xd4\xe3\x6d\x0b\xcc\xf8\x0f\x9b\x70\xbf\x15\xe1\x04\x9c\xbf\xfc\x38\xe5\x0c\x59\x85\xc3\xef\xe3\x9c\xe3\xb8\x4d\xb8\x8d\x7d\xac\xee\xc7\xba\x39\x35\x3f\xd6\x6d\xc3\x6c\xae\x10\x1f\xeb\xf6\xc1\xf6\xd5\x6c\xf8\xa8\x70\xcd\x7e\xae\x31\xc9\xe3\x63\xdd\x3e\x1c\x5b\x1b\xd6\x43\xed\x6a\xcf\x47\xa0\xa3\x8f\xaa\xdc\x30\x09\xd4\xe7\xf1\xb1\x05\x8f\xf5\x70\x7d\x7f\xac\xc7\x83\x8e\x9c\x2c\x8f\xf5\xd0\x06\xb7\x51\x8f\xf5\x78\xb8\x58\xe2\xa0\x01\x8f\x1d\xbf\x61\x2e\xdb\xf9\xa8\xc8\xc7\xb1\xec\x04\x7d\xec\xe5\x87\x95\xd6\xc5\xf1\x71\x2c\x3f\x06\xc5\xd0\xf7\x63\x65\x31\xa8\xa7\x0a\x7a\xac\xac\x66\x71\x68\x0b\x7d\xed\xe4\x2f\x07\x63\x9c\x3f\x5f\x07\xb3\x01\x1c\x8e\x5d\xe5\xf1\xb5\x4d\x5f\x36\x81\xc1\x0b\xbe\xb6\xe9\x6b\xbf\x77\x7f\x6a\x75\x37\xcc\xe3\xfd\xa5\xba\x35\x82\xc3\x15\x2c\xe9\xc9\x18\xa1\x1d\x5a\xb2\x5f\x1b\xa5\x5d\x1c\xbc\xc1\x04\x75\x61\x8e\xaa\xa8\x28\x72\xe8\xd2\x55\x85\x38\x8c\x30\xb9\x4b\x2d\xbd\x93\x4c\xd8\xc5\x12\x59\x28\xe3\x70\x1f\xa6\x9b\x27\x69\x84\x5d\xac\x23\xeb\xca\x1c\x32\x0b\xd1\x50\xc4\x4a\x14\xbe\x73\x2a\xda\x5d\x55\xba\xa2\xa5\x88\xb6\x4f\x6b\x7b\x2a\xb2\xed\x6c\x80\x45\xbb\x1b\x88\x19\xd6\xec\x56\xf4\xb6\x7d\x77\x72\xd1\x7c\x06\xe6\x2a\x8a\x6c\x7b\xb1\xed\xd8\x6e\x45\xf3\x19\x68\xd5\x7a\x68\x3e\x17\xcd\xe7\xc0\xbc\x2d\x9a\xcf\xc0\xe4\x96\xb8\x2c\x9a\xcf\xc0\xe4\x9a\xba\xf4\x46\xb6\x2c\x5a\xd4\x31\x7d\x9a\x0d\xdd\xb0\x66\xd2\x02\x2d\xea\xa2\x11\x1c\x4c\xb4\xa2\x11\x0c\x0c\x3c\x5b\x59\x34\x82\x8b\x46\x30\xe9\xe2\xe9\x0d\x6f\x42\x4d\x06\x7d\xd1\x08\x2e\x46\x54\x70\xdb\xa4\xe7\x99\x84\xc9\x61\xf0\xf4\xfe\xc4\x2c\x06\x41\x92\xcd\xa5\x34\x7f\xda\x38\x73\xc7\x6a\x57\x9a\x8d\xe7\xe6\xb1\x83\x7c\xcd\x2c\xcd\xee\xdb\x30\xb9\x8e\x2e\x4b\xb3\x55\x9a\xa9\xa9\x42\x34\x53\x81\xb9\xa0\x13\xa5\xbd\x2f\xbd\x10\xf9\x02\xfb\x6a\xc3\xe4\xfc\x4b\x16\xad\xd4\xe2\x19\xb4\x7c\x5f\xa0\x3e\xda\xf7\xd7\x0b\x74\xb2\x84\xfa\x08\x53\x68\x7f\x3b\xbb\x2c\x4b\xa8\xad\x30\x71\x87\xa1\x12\x36\x59\x53\x37\x59\xa7\x8b\xa6\x2e\x10\x0d\x93\xa7\x68\xea\x02\x71\xa8\xac\xb0\xbf\x89\x90\xe0\xed\xc8\x12\xf6\x77\xe0\x30\x1b\x56\x52\x5d\xc5\xf0\xf9\x34\x59\x83\x18\x68\xd3\x0e\xd2\x20\x06\x0a\x87\x16\xb3\x68\x10\x17\x73\x04\xd3\x11\x1b\xea\x8f\xd3\x10\xed\xd5\x82\xfa\x33\x02\x93\xaa\x59\x23\x19\xa8\x04\xb3\xb2\x68\x23\x17\xaf\xc6\x48\xe7\x7e\xaa\x0e\xf2\xff\xd2\x51\x91\xaa\x63\xc3\xe0\x1a\xc9\x2c\xa9\x36\xb2\xf9\x4b\x8b\xa9\x0e\xf2\xff\xf0\x24\x64\xd1\x94\x2e\x9a\xd2\x2c\x5e\x45\x53\x1a\x88\x89\x3d\x5c\x52\x75\x68\x5d\x73\x04\x25\x8b\xd6\x35\x50\xb8\xe2\x2b\x8b\xd6\x75\xd1\xba\x4e\x47\xa2\xd6\x35\x50\x7e\xfd\xa5\xed\xec\x8e\x61\x7f\xda\x6d\x41\x27\x0b\x3e\x69\x41\xb7\x05\x1a\xe1\x69\x87\x6a\x84\x03\xde\xbe\x94\x45\x23\xbc\x74\xbb\x0a\x03\xa9\x74\xbb\xaa\x73\x95\xd3\x41\xab\xba\x5d\xb5\x61\xd6\xea\x0b\x6c\x41\xb7\xab\xd8\x8a\xbd\x7b\x54\x58\x2e\x2d\x1a\xf4\x40\xc1\x43\x9e\xa5\xbf\x0d\xd8\x1d\xc5\x0d\x2c\x59\xba\x1d\xd5\xf5\xe5\xd1\xcc\xee\xd8\x37\x0d\x30\xd9\x75\xbd\xb4\x51\xf0\x7e\xad\x2c\xc3\xee\x1c\x5e\x1e\x47\x2b\x87\xca\x30\xe2\x91\x2e\xbe\x43\x6d\x40\x22\xdc\xed\x8a\x1c\x02\x68\x1c\x21\xcd\x22\x87\x00\x8a\x76\x49\x91\x43\x00\xed\x70\x0b\x90\x43\x00\x55\xc7\x42\x91\x43\x00\xe5\x5d\xa1\x87\x1a\xdb\x10\xdd\x15\x7a\xa8\x31\x99\x46\x86\xaf\x54\x63\x30\x8d\xa2\x62\x65\x1a\x40\x2d\xea\x75\xa8\xb2\x41\x64\xe0\x7d\x98\x2a\x1b\xea\xc7\x26\xc9\x34\x00\x8f\xdb\x64\x91\x69\x00\x31\xd9\xf9\xcb\x54\x3f\xb3\xfe\x7a\xbd\x56\x96\xa9\x7a\xe4\x23\x5c\x80\x95\x45\x3e\x02\xd4\x69\x9b\xe4\x23\x45\x3e\x92\xd6\x43\x3e\x02\x94\xf1\xfe\xd2\xa6\x4f\x0e\x1b\x38\x68\xa7\x4d\x9f\x8e\xed\xf0\x69\xb6\x13\xda\x52\x9c\xd7\xb2\x16\x20\x9a\xbb\x9f\xac\xc5\x5b\x39\x0f\xae\x6b\x4d\xef\xe5\x14\xea\xb0\xe9\xcb\x16\x2c\x5b\xe0\xbc\x5e\xb6\x80\x34\xc3\x61\x0f\xcb\x77\x00\xef\x11\xcb\x22\xa1\x01\x5a\x55\x43\xf2\x19\x60\x3f\x8c\x76\x4a\x68\x80\xb6\x3a\x0d\x90\xd0\x14\xa3\x1d\x99\xe8\x7b\xd9\x9f\x1c\xd9\xd1\x3b\x50\x96\xed\x5c\x5c\x5e\x83\x53\xa8\x2c\xdb\x69\x64\x23\xdd\x10\x4f\x3b\xcf\x8b\x11\x55\xe4\x69\xe7\xc9\x98\xb2\xd3\x02\x19\x13\x10\x04\x40\xb2\xc8\x98\x8a\x79\x86\x89\x45\x56\xa4\x4c\x40\x90\xae\x90\x45\xc6\x54\x64\x4c\x6e\xb8\x32\xa6\x62\x6e\x60\x76\x8b\xd9\x82\xf3\xfa\xf5\x5e\xb5\x2c\xf2\x1e\xa0\x10\x64\xcf\x22\xef\x29\xa7\xdb\x95\xfa\x38\x9d\xb2\x44\x23\xba\x3b\xc1\x65\xa3\xb8\x57\xa1\xd8\xf6\xcb\x46\x5d\x8c\x48\xfb\x58\x76\x04\x94\x6a\x47\x49\x8f\x80\xaa\x6b\xa7\x48\x8f\x8a\x91\x0d\x32\x4d\xb2\xc8\x8f\x80\x1a\xae\x5e\xf2\x23\x20\xb8\x7a\x24\x8b\xf4\xc8\x53\xcc\xa9\x6d\x27\x3d\x2a\x97\x2d\x77\x2d\x94\x0b\x01\x25\xdf\xca\xda\xf2\x0b\x2b\xd9\x15\xed\xb2\xe5\x97\x57\xd1\xf9\x30\xc7\xe8\x65\x77\x0e\xfa\xee\xb6\xe5\x37\xe7\x36\xe7\x6f\xdf\x28\x9a\xe5\x56\x31\xb7\xdd\xe8\x5a\x73\xdb\xe6\x0d\xed\x70\xc5\x93\x3c\x01\xbb\x18\x03\x56\xf6\x04\x44\x77\xad\xbf\x6d\xf3\x8d\xb9\xa9\xfd\x76\xdb\x66\x39\x56\xda\xb5\x72\x2c\xa0\xbe\x03\x40\x8e\x05\x94\x23\xed\xa1\x5b\xd5\x70\x6d\x66\xb8\xb9\xde\xaa\xe6\xbe\x3d\xbc\x89\x48\xd5\x6c\x18\x9c\x1f\x4a\xef\x9e\x16\xf6\xc3\xfc\xa5\xe3\x84\xa3\xbe\x6f\x0f\x49\xd8\x8a\x84\x2d\x55\xb4\x84\x0d\x28\xcd\x9d\x54\xc2\xc6\xed\xd2\xbb\x18\xad\x92\x63\x01\x35\x35\x1a\x3f\x56\xcd\x8c\xbf\xd7\x70\xfa\x58\x37\xce\x72\xbe\xc6\xab\x4c\xac\x7c\xec\x36\x6d\x92\xc7\x8a\x3c\xc7\xaf\x57\x08\x66\x79\xac\xc7\xc3\x6d\x47\x8e\xfe\xc7\x7a\x3c\x76\xd5\x52\x66\x57\x3d\xde\x9d\xce\xf4\x92\xc3\x95\xc7\xea\xc2\xf5\xca\x63\x75\xc9\xaf\x9b\xda\xda\x52\xb1\x62\x70\xa3\xbb\x89\xc9\xc5\x80\x76\xb8\x09\xc8\xc5\x80\x5d\xcc\x9f\xaa\xca\x87\xd3\xda\x76\xdf\xd7\x16\x7c\x69\x81\xb6\xdd\xd7\x16\x6c\x98\xc5\xb5\xf1\x6b\x0b\x64\x71\x1c\x59\xcd\x22\x8b\x03\x4a\x68\x8f\xc9\xe2\x8a\x2c\xae\x6b\x0b\xc8\xe2\x00\xaf\x54\xcc\x22\x8b\x03\x82\x73\xfd\x59\xbe\x8e\x3f\xc3\x22\xa4\x03\x65\xf9\x3a\x00\xbf\x38\xd6\x9d\xe7\x72\x3d\xe0\x5d\x55\xa5\x7a\x40\x69\xef\xef\xd4\xd9\x06\xef\x1b\xcd\x22\xd3\x03\x52\x5f\x67\xf9\xaa\x32\x62\x27\xa4\x7e\x66\xf9\xaa\xb2\xef\xab\x32\x8b\xa9\xb2\x2f\x57\x82\xd1\xc3\x9e\x43\x16\xbc\x11\x32\xab\x14\x11\x28\xd2\x8e\x2a\x43\xac\x5e\xaa\x19\x13\x51\x53\xc4\xe9\x02\xd6\xec\x2a\x41\xac\xb2\x41\xe7\x45\x95\x0d\x02\xa5\xa7\xcf\x1f\x8a\x06\xa1\x4a\x4b\x4d\x45\xe4\x6c\xbe\xa2\xa5\x08\xcb\xd1\x50\x44\x95\x0e\x02\xb5\x31\x80\xaa\x6c\xb0\x9a\x09\xd8\x8b\xb5\xfd\x28\xfb\x6c\x05\x1d\x56\xed\x51\x44\x6e\x05\xbe\x2a\x2f\xa6\xce\x6a\x7c\x85\x0b\xfe\xd2\xab\xa9\x85\xb6\x54\x90\x04\x11\x28\x5c\x64\x9b\x55\x82\xc8\x75\xd5\xfb\x97\x1d\x99\xed\xdc\xd0\x13\x36\x58\x8b\xed\xe4\xea\x80\x64\xbb\xaa\x92\x41\xa0\x72\x88\x37\xab\x64\x10\x08\x72\x5f\xd3\xbb\xaf\x85\x32\xc2\x8a\xd9\x4c\xcf\xda\x35\x4b\xdd\x8a\xde\x96\xa3\x34\xc3\x2b\xde\x91\xdd\x0e\x2b\x66\xcb\xf9\x32\xc2\xd1\x21\x02\x5e\x63\x21\x34\x03\x3f\x55\x62\x59\xcd\xfb\x7b\xab\x56\xed\x4f\x4e\xd6\x19\xf9\xf1\xa2\xec\xac\xc6\x4d\x3a\xae\xb5\x6a\xdc\x04\xa8\x6b\xf8\x02\x1b\xc5\x29\xe9\xc4\x2f\xe5\x65\xd9\xc2\xfe\x25\x63\x48\x4e\xea\x75\xd9\x1c\x3d\xc9\x6a\xe0\x04\xd8\xc5\xac\x9b\xad\x22\x72\x32\x1c\x43\x46\x4e\xbc\x56\xdb\x10\x40\x35\x72\x52\x3d\x47\xd7\x71\x2b\xd6\x66\x43\x9b\xa3\x9b\x77\x36\x1b\xda\x9c\xfd\xfe\x54\xd2\x0b\x04\xb7\xdd\xa4\xb7\x74\xa7\x77\x72\x1f\xee\x2b\xde\xca\x2d\x84\xe6\x98\xd7\x72\x0b\x2d\x86\x22\xd5\x41\x92\x5f\x75\x24\x34\xd5\xb1\xa1\x39\xaf\xab\x64\x19\x28\x2d\xfd\xa1\xda\x68\x92\x3d\xdf\xa8\x36\x3c\x1f\xd7\xed\x77\xd9\xb2\xf7\x7e\x73\x9a\x20\xab\x21\x9d\x2a\x81\xe6\xa6\xa7\xac\x12\xe8\x0a\x5b\xd6\x05\x50\xa5\xc3\x40\xd1\x4b\x57\xa5\xc3\x00\xa7\xc0\x7f\x73\xab\xae\x92\x65\xa0\x69\xdc\x57\xc9\x32\xe0\x19\xe1\xac\x92\xe5\x6a\xa8\xa8\xb3\x88\x57\xa9\x31\x30\xe5\x2b\xde\x58\x9e\x35\x9c\xe4\xf0\x95\x2a\x0f\x06\xda\x82\x29\x54\x69\x30\xb0\xa6\xca\x92\x06\x03\x31\xd2\x6a\xa8\x18\xf2\x10\x39\x0e\x9d\x55\x16\x5c\xc3\x31\x81\x2d\x55\x8d\x0b\x01\xc5\x00\x47\x95\x18\x03\x55\x67\x94\xf7\xa4\x67\x95\x05\x77\xd7\x37\x59\x30\xd0\xde\x21\x21\x0b\xae\x9e\x82\x7b\xd5\x21\x0d\x06\xda\xe1\x30\x91\x06\xd7\x74\xf0\xe3\x33\xad\x72\x5e\x60\x2c\x1b\x25\xe5\xad\x9e\x5f\xc3\x1e\xaf\x52\x5e\xa0\x1c\xdd\x95\x2b\x6d\x95\xa9\x82\xe9\xc3\xec\xed\xee\x62\xe6\x1c\xe9\xb6\xaa\x93\x05\x85\xa1\x5d\x25\xcb\x55\x66\xdc\x1d\x15\x32\x63\xef\x6e\x3f\x6c\x95\xcc\xb8\x9a\xe6\xd7\x7d\x43\xb7\x09\x1d\xea\x57\x15\xd9\x7b\xa6\xf9\xf5\xf7\x0d\x0e\xf5\xce\x50\x9f\x16\xb3\x43\x37\xd4\xf2\x56\xcd\xb6\xf7\xb7\x55\xb4\x54\x22\x0c\x8c\xe5\x54\xea\x6f\xab\x4c\x60\xa0\x94\x3c\xb8\x42\x7a\x8f\xee\xa2\x24\xeb\x05\xca\x70\x46\x48\x7a\xab\x91\xb3\x4e\x1c\xae\xca\x7a\x81\xb9\x5c\x1c\x65\xbd\xc0\x78\xc7\x82\xac\xb7\x0e\xa7\x9c\x83\x41\x0e\x0a\xc4\x60\x13\xae\x72\x50\xa0\x1c\x7c\xb0\x25\xab\x01\x30\xa0\x56\xe7\x81\xb4\x14\xd8\xc5\x58\x5a\xe4\xa5\x40\x8c\xae\xc8\x16\xbc\xbc\x94\x87\xc9\x4b\x81\x79\x60\x7a\xd5\x69\x03\xa6\xdd\x82\xad\x5d\xa7\xdd\xb2\x61\x16\x87\xa9\xb4\x14\x68\x87\x3b\x8a\xb4\x14\x98\xd5\xe1\x27\x2d\x05\x06\x17\x6c\x66\x9d\xf6\x8a\x4c\x55\x3b\xae\xca\x54\x81\xb9\xde\x87\xa9\x8d\x0d\x93\xf3\x93\x59\x65\xaa\xd5\xdb\x8d\x48\x7b\xcd\xba\x6c\x3a\x77\x17\x0e\x7b\x60\xd9\xf2\x0d\xf3\x70\xf4\xc9\x67\x81\xfd\x4b\x9e\x26\xa1\xad\x9e\xa4\xb3\x07\x96\x4d\x97\x6f\xf2\xb5\x97\xac\xf2\x4d\xc0\x9b\xab\xb3\xca\x37\xab\xd9\x75\xdd\xdd\x5a\xc2\x09\xb4\xaa\x1d\xb1\xac\xee\x7a\x0f\x47\x21\xb2\xef\xa0\xa5\xba\xd0\xaa\xac\x14\xf0\x3a\x84\xac\xb2\x52\xa0\x19\x26\xa8\x92\x52\x20\x5f\x6d\x4b\x4a\x81\x9a\xd3\x1f\x5a\xff\xd3\x7d\xf3\x95\xd9\x4f\x04\xe3\xf2\x7d\xbe\xfd\x44\x30\xae\x1f\xd6\xc2\x7e\xe2\x46\xc0\xe5\x86\x2b\x4d\x05\x6a\x7d\x7f\x68\xc3\x4f\x4d\x1e\x7a\xce\x58\x5c\xbd\x1c\x7a\xda\x71\x12\x50\xa0\xa6\x7b\x9f\x04\xb4\x7a\xb1\x9f\x73\x58\x02\x0a\x78\xf7\x7a\x56\x09\x68\x35\x30\xc6\x81\xca\xac\xd7\xfb\x82\x87\x77\x5a\x4c\x2d\x5e\xe4\xab\xe2\x45\xaa\x92\x41\xa0\x1c\x43\x05\x49\xf7\x80\x59\x5c\x4b\x0c\x9f\x01\xbb\x98\x32\xeb\x01\x2b\xd4\x1b\x54\x25\x85\xf5\xf6\x86\x71\xb7\x52\xe9\x1e\x10\xd5\x81\x26\xdd\xab\xd2\xbd\xe1\x26\x2c\xdd\x03\xea\x50\x1d\xd2\xbd\x2a\xdd\x1b\x8e\x0d\xe9\x1e\x10\x87\xb6\x80\x74\xaf\xf2\x51\x84\xc3\xf8\x74\x95\xb5\x01\x79\xf8\x02\x49\x1b\xb0\x8b\xd1\x04\x59\x1b\x50\x63\x29\xb2\x55\x46\xde\x86\xfb\x94\x91\x37\x60\xe8\xd9\xa8\x46\xde\x80\x3c\xac\x9a\x91\x37\x60\xff\xf2\x77\x84\xac\xeb\x47\x45\x6c\xa8\x9c\x69\x4b\xbf\x1c\x24\xcc\xfe\xbe\x5e\x3d\xc8\x2d\x0d\x14\x55\xb9\x25\x30\xf9\x50\x52\x56\xb9\x65\x95\x5b\x0e\xbb\x57\x6e\x09\xcc\x70\xc2\xc9\x2d\x81\x59\x1c\x2a\x46\xf9\x80\x3a\x71\x0d\x55\xd9\x66\x7d\xd4\x96\x06\xa7\xdc\x12\x98\x01\x9f\xad\x8f\xda\x92\x6e\x0e\x3c\x6a\x55\xba\x09\xb4\xe2\xce\x29\xdd\x7c\xbf\xff\x31\x9c\x26\xb2\x41\x20\x0f\x7b\x4d\x36\x08\xcc\x65\xd5\x64\x83\x55\x9a\x37\xb4\x9d\xa4\x79\xc0\xac\xf2\x18\x69\x5e\x95\xd3\x0d\x2d\x15\x39\x1d\x30\x0d\xc8\x56\x39\x1d\xe0\xd5\xf9\x59\x25\x75\x40\x6b\x5a\xf3\x92\xba\x6a\xaa\x9b\x5e\xbc\x2a\x5f\x03\xca\x74\x9a\x48\xd7\x80\x66\x24\xcd\x2b\xa2\x84\x30\xbd\xa4\x49\xd7\xda\x61\x03\x78\x41\x33\x2e\xd7\xde\xec\xb7\x82\xa8\x2b\xe2\x93\x32\xb8\x3e\x9b\x44\x0c\xd8\xbf\x9c\xc8\xa6\xb2\x09\x9d\xf5\x61\x4b\x91\xdd\x1e\xd6\xe3\xa3\x0c\x4f\x50\xf7\x05\x8f\x22\x16\x55\x2d\xce\x26\xc7\x02\x92\x93\x9d\xd9\x8c\xcb\x01\x31\x6d\x81\xac\xab\xf9\x75\x27\x2e\xbc\xc9\x66\x74\xad\x79\x9f\x09\xf3\xab\x49\xb1\x80\xc2\xdd\x8f\xd9\xa4\x58\xcd\x80\x5b\x5a\xca\x06\x14\xa7\x7e\x5a\xcc\x16\x90\xc2\xc6\xdd\xae\xd9\xe4\x58\x80\x5f\x2f\xc8\x26\xc7\x6a\x12\xaa\xc1\xb8\x6a\x12\x2a\x20\xc8\xee\xcd\x26\xa1\x6a\x12\x2a\x37\xeb\x26\xa1\x02\x2a\x1f\x72\xc9\x26\xa1\x02\xfc\x90\x49\x36\x23\x75\xc0\xfe\x25\x6d\xe7\xbc\x95\xd0\xe6\xfb\xcb\x50\x94\x16\x43\x1d\xa6\xb0\x01\x61\x4e\x49\x33\x85\xad\x19\xf7\x1b\xcc\xed\x26\xc9\x02\x4a\xb7\x55\x72\xac\x26\xa1\xd2\x3a\x6a\x12\x2a\x60\x2e\xbb\x45\x42\x05\x84\xbe\xec\x26\xa1\x02\xe6\x01\x9f\x6a\xf2\x29\xa0\x1c\x1c\xae\xcc\x26\xa1\x02\xe6\xc2\x01\xd2\x8c\x2b\x72\x4f\xd9\x2e\xa6\xcc\x3e\x80\x03\x39\x1b\x9b\x1c\x08\x68\x5c\x80\x99\x4d\x0e\x04\x84\x96\x78\x93\x03\x35\x73\xd8\x38\xfb\x98\x4d\xc2\x03\xc4\x3b\xe4\xe5\x3b\x40\xd5\x01\xd7\x0c\x18\x02\x53\xdf\x46\x93\x02\x01\x7e\x8d\x22\x9b\x14\xa8\x19\x11\x34\xa3\xaa\x49\x72\x80\x66\x06\x42\x93\xe4\x34\xaf\x0d\xe1\x64\x62\x36\x59\x0e\x10\x86\xc5\x9a\x21\xc1\x26\xf1\xe1\xe4\x5a\x36\x89\x0f\xd0\xda\xfb\x4b\x47\xa9\x21\x41\x75\x6b\x48\x10\xa8\xda\xe1\x4d\x2a\xd4\xe2\x3d\xbf\x8e\x48\x05\x99\x0f\xc7\x39\xa1\x6c\xb2\x9c\xe6\x85\x20\xef\x2b\xd5\x06\xf9\x70\x8b\x75\xa8\xc9\x7b\xda\x7b\x59\xbe\x1a\x92\xf8\x34\x6f\x04\x71\x66\x4b\x7c\x80\xd0\xc6\x6c\x46\x04\x81\x90\x5d\x36\xa9\x10\x30\x25\x08\x4d\x2a\x04\x94\xb0\xb2\x32\x21\xa0\x72\x35\x7e\x36\x99\x10\x50\x0d\x1b\xb6\x54\x17\xc6\x08\x87\x13\xdb\x18\x21\x50\xca\xfb\x4a\x5b\x6e\x8c\xd0\x98\x46\x93\x30\x01\x7e\x49\x24\x9b\x84\xa9\x49\x98\xb4\xe4\x9a\x84\x09\x28\xc5\x21\x2a\x61\x02\x92\x2b\xe0\xb2\x75\x15\xb4\x21\x8c\x34\x35\x29\x14\xe0\x45\xa8\xd9\xa4\x50\x80\x77\x5d\x66\x33\xde\x08\x04\xf7\x50\x65\xeb\xea\xa7\x73\x7c\x39\xe6\x6f\xef\xd4\x4d\x1a\xd6\xa4\x61\xda\x27\x4d\x1e\x06\xc4\xc0\x6c\x6f\xd2\x30\xa0\x91\x39\x9f\x4d\x1a\xd6\xa4\x61\x9c\x4c\xca\x26\x0d\x03\xfc\x9e\x4a\x36\x69\x58\x33\x68\xc9\x69\x94\x6c\xf2\x30\xa0\xbd\xba\x32\x6a\xd9\xfa\xab\x3f\xd5\xa0\xfe\x88\x51\x0e\xbb\x56\x6a\x06\x54\xb7\xc3\x26\x35\x03\xa2\x3a\xa6\x0d\x51\x02\x4d\xaa\xd3\x24\x6b\xcd\x10\xe5\x70\x0a\xca\xd6\x00\xef\x2e\xcc\x26\x59\x03\x5a\x75\xe8\x48\xd6\x80\x2a\x05\x68\x92\x35\x60\x3f\x8c\xa1\x63\x8c\xb2\x19\xa3\x6c\xbe\x53\x0d\x6d\x68\xcb\x25\xd0\x18\x25\xb0\x7f\xa9\x4c\x0d\x71\x5f\xfe\xb2\x1f\x8d\x51\x36\x69\xde\x74\x8a\x4b\xf3\x80\x56\x7c\x9a\x34\xaf\x79\x61\xca\x74\xdb\x94\xd3\x35\x6f\xb9\x77\x03\x90\xd3\x01\xbb\x18\xdd\x22\xa9\x03\x8a\x5e\xc2\x66\xf8\x11\x68\x72\xd7\x66\xf8\xb1\x79\xad\x8a\x8b\x83\xcc\xaf\x11\x7d\x3c\x38\x2b\x90\x4d\x9e\x07\xd4\xb4\x0b\xe4\x79\xcd\x43\x59\x1c\xc9\xc8\x26\xd1\x03\xe2\x70\x12\xca\xf3\x80\x28\x6f\xcd\x9c\x49\x44\x24\xc7\xfb\x4e\x07\x82\xa1\xc6\xe9\xb6\x6c\xa8\x11\x28\xef\x2a\x6e\xa8\xb1\x99\x28\xc9\x59\x81\x6c\x06\x16\x81\x6a\xc2\x48\x33\xae\x08\xcc\xe9\x48\x30\xae\x08\x94\x77\xdd\x92\xe6\x35\x39\x9d\xb9\xf1\x4d\x4e\x07\xc4\xc0\xbf\xd8\xd6\x5b\x35\x7b\x0a\xe3\xb4\x49\xea\x80\x68\xae\x22\x92\x3a\x60\x0c\x07\x91\xa4\xee\xbd\x72\x97\x53\x06\xd9\x64\x75\x40\x33\x7b\xc8\x8f\x69\x0a\x31\x70\xc5\x35\x59\x5d\x33\x39\xd3\x0c\xf7\x66\xa8\x11\x88\xf1\xbe\x53\x75\x9c\x7c\x64\xc5\xf5\xcd\xdc\xcc\x26\x1f\xf4\xa8\x40\x93\x0f\x36\x93\x33\xed\x28\xf9\x60\xf3\xb3\x5f\x4e\x59\xf9\x20\x17\x7d\xee\x5f\x5a\x0f\xd5\x41\x26\x66\x57\x91\xb2\x3f\x20\xb8\xa5\x2b\x9b\x31\xca\x76\xbd\xed\xa4\x1e\xb2\x3f\x60\x56\x37\x3a\xd9\x1f\x50\x0e\x7d\xab\x4d\xfa\x07\xcc\xe9\x34\x33\xfc\x08\xec\x62\x68\xcd\xf8\x23\xe0\xf7\x99\xb2\x19\x7f\x6c\x06\x1b\x75\xb1\x34\x83\x8d\x40\xab\xce\x29\x83\x8d\xcd\x33\x59\xe6\x67\xb6\xeb\xad\x2f\x7b\x98\xfa\x90\x4c\x36\xc9\xa4\x04\xbc\x49\x26\x9b\xf7\x95\x38\xfe\x24\x93\x40\x29\xee\x61\x72\x49\x60\x0c\xd7\x7b\xb9\x64\xf3\xcb\xab\x66\x46\x34\x89\x23\xe0\xe7\xa4\xb2\xc9\x1b\x81\x52\x54\xae\xbc\x11\xf0\x03\x68\xd9\xa4\x8d\x40\x54\xe8\x52\x93\x36\x02\x4d\x1a\xdd\x8c\x12\x02\x45\xee\xe5\x45\xce\xd9\x3e\x6f\x93\xe8\x4f\x99\x24\x50\xd2\xb5\x49\x22\xd9\x3e\xf6\x8a\xb6\xfa\xc7\x06\x7c\xf8\x64\x0d\x54\xd5\xeb\x9e\xf3\xbd\xee\x79\xba\x23\xca\x24\x81\x56\xe0\xa0\x4d\x26\x09\x34\x93\x3f\x9b\x4c\x11\x28\x45\x9b\x50\xa6\x08\x84\x89\xd4\x4d\xa6\xd8\x64\x8a\x26\x2e\x35\x99\x22\x50\x97\x8b\xbc\x4c\x91\x0b\x63\x77\x31\x65\x76\xe7\xc7\xab\xf4\x79\xa7\x1c\x10\x28\x66\xb3\x35\x23\x8e\x4d\x5a\x68\x5a\x74\x93\x16\x02\xc3\xe4\xcf\x26\x2d\x04\xfc\xc6\x57\x36\x59\x21\x50\xde\x59\x2c\x2b\x04\xaa\x87\x4d\x9a\x89\xa4\x40\x35\xe8\xd3\x4c\x24\x6d\x1e\xe6\x9a\xf9\xdb\x27\xb7\xb2\x99\x68\x0a\xec\x3d\x0a\x91\xca\xda\xb0\x77\x32\x44\x2a\x8b\xc3\x5c\xa6\xf1\x34\x43\xa0\x40\x95\x59\x36\x43\xa0\x40\xc4\xfb\x2c\x87\xc9\x06\x3d\xa1\xcd\x00\x28\x50\xd2\xe5\xd9\xf8\x67\x33\xfe\xa9\x39\x24\xe3\x05\x9a\x41\xee\x26\xe3\x05\xd2\x83\x06\x4d\xc6\x0b\xb4\xf0\x59\x86\x3f\x81\xa8\xef\x0f\x55\xa7\xbc\xd8\xc4\xc5\x26\x2f\x6e\xde\x42\xe2\x84\x91\x17\x03\x51\xde\x52\xea\x13\xaa\x6c\x26\x74\x93\x29\x03\x2d\xed\x2e\x99\x32\xd0\x74\x75\x35\x99\x72\xfb\xbe\x83\x0b\x85\x49\x95\x81\xe4\x6e\xa9\x6c\xc6\x3f\x81\x12\x4e\x78\xe3\x9f\x40\xbe\x34\x4d\x3e\xdd\xcc\x87\x35\x68\xe0\x65\xc5\x42\x39\xa4\xad\x7e\xed\x58\x88\xc6\x80\x08\xa3\x9d\xe1\x95\xa4\xdc\x1a\x98\x61\xb8\x13\x28\x95\xee\x0d\xc3\x9d\x40\xf1\x9c\x58\xc8\xbb\x43\xde\x2d\xbb\x0d\x89\x37\x90\xed\x2d\x36\x14\x39\xe2\xba\x2f\x9d\xca\xb8\xd1\x0a\x9f\x58\x48\xbc\x01\xbf\xef\x98\x61\x04\x14\x28\xb1\xfc\xe1\xa5\xe8\xf2\x61\x89\xec\x56\xc6\xc9\x94\xf7\x97\x1f\x45\xdc\xe4\x5a\x7c\xfe\xa3\xc8\x8b\x04\x6d\xe6\x57\x11\x57\x55\x33\xe5\xfd\xf8\xb3\xd0\x3a\x8b\x51\x48\xd8\xc3\x30\x29\x5b\x61\x18\x26\x05\xb6\x3d\x86\x48\x95\x15\xa8\x2d\x03\x34\x4c\xa3\x0d\x99\xbe\xe6\x7f\xc8\xf4\x81\xaa\xb5\xe3\xd7\xa5\x85\xf4\xd8\x4b\xc8\xf4\x81\xaa\xa7\x2e\x64\xfa\x51\x1c\x2e\xdd\x62\x2a\xa3\x98\x83\x84\xb2\x8d\x93\x86\xb4\x7e\x0e\xeb\xa1\x32\xf8\x44\x20\x17\xdb\x67\x48\xeb\x81\xc6\x85\x92\x19\xe6\xe4\x02\xc1\xcd\x09\x19\x12\x7d\xa0\xf0\x99\xeb\x0c\x89\x3e\xb0\x6d\x36\x44\x2a\x43\xa2\x3f\x99\x75\x21\xd1\x07\x92\xbb\xd1\x33\x24\xfa\x21\xd1\xe7\xc6\xaf\x0c\x89\x3e\x50\x74\xbb\x85\x44\x1f\xe0\x2b\x37\x19\x46\x5c\x81\x62\x0a\x55\x18\x71\x05\x4a\x87\xc9\x85\xce\x80\x30\xe2\x3a\x59\x59\x42\x6f\x00\x50\xe6\xb2\x62\xea\xa7\x7a\x8a\xc9\x52\xaa\xa7\xfa\x05\x45\x4b\xa9\x9e\xca\x07\xb3\x1c\x78\xfa\x07\x80\x66\xbe\x48\xe8\x1f\x08\xfd\x03\x93\xe9\x1a\xfa\x07\x80\x30\x5f\x35\xf4\x0f\x00\xe9\x11\xa0\x30\x04\x1b\x5e\xbe\x32\x1d\x40\xc6\x60\x81\xa6\xa5\xc3\x07\xc7\x5f\x28\x7c\x81\x21\xfd\xf0\x78\x86\x17\xad\x98\xad\x17\xc6\x60\x81\xe6\x2e\x15\xfa\x1f\x80\xa2\x2d\x18\xfa\x1f\x80\xfd\x4b\xeb\xa1\x82\x9a\x8c\x08\xfd\xeb\x80\x00\x8a\x81\xba\x30\x06\x1b\xfa\x24\x74\xdb\x84\x3e\x09\xa0\x69\xd1\x85\x3e\x09\x60\x17\xa3\x1e\x3a\x25\x80\x38\x1c\x8d\x3a\x25\x42\x0f\x84\xa9\x56\xa1\x07\x02\x48\x4f\x66\x85\x1e\x88\xf0\x8a\x96\xf9\xca\x6c\x3c\xee\x06\xcf\x35\xf9\x25\x07\x61\x17\xa3\xa5\xba\x1b\x80\xa2\x8b\x3c\x74\x37\x84\xa1\x57\x1d\x26\xa1\xbf\x01\x28\x7a\xb6\x42\x7f\x03\x90\x4d\x15\x19\x7a\x8d\x78\x5b\x85\x8e\x74\x2e\x00\x75\xe2\x0f\xf0\xf3\xef\x42\x39\x26\x84\x36\x74\x2e\x44\x06\xad\xa2\xf1\xba\x0d\x80\x6a\xb8\x37\x74\x1b\x00\x9b\x2c\x21\xb2\x51\xc9\x57\x1c\xe7\xef\xd8\xa2\x43\xaf\x02\x10\xed\x7d\xae\x4d\xe6\x1b\x7c\x1e\x63\x0b\xfd\x0c\x61\x60\xd6\xdc\xec\xd0\xd1\x00\xb4\xe2\x1a\xa8\x9f\x01\x68\x9e\x03\x0d\xfd\x0c\xd1\xdf\xe6\xd1\x1b\xfa\x06\x80\xfa\x8e\x7e\x7d\x03\xc0\x2e\x86\x02\x75\x0e\x00\x9b\x4b\x21\x52\x0b\xb2\xff\xe5\x8a\x24\xfb\x07\xf2\xed\x5b\xd9\x7f\x98\xb2\xac\xe7\x2e\xa4\xff\x40\xa4\x6b\x8d\xec\x3f\xc6\x61\x31\x54\x2f\x15\x07\xd2\xec\x82\x90\x8a\x03\xc9\xb5\xf5\xe9\xe7\x3d\x84\xa6\x2f\xcc\xaf\x7b\x08\xe5\x58\x6f\x31\xab\x4b\xb6\xb0\xf4\x28\xa4\xe2\x40\x36\x27\x8e\x4c\x1c\x48\xb3\xd7\x43\x26\x0e\xd4\xa5\x86\xc6\x5b\xd9\xd3\xe7\xfb\x4e\xbb\x60\x70\x34\xcb\x35\xc9\xd4\x60\xa0\x2c\x87\xb0\x61\x59\xa0\xca\x32\xc3\xb0\x6c\x98\x1a\xec\xf1\x82\x90\x9c\x03\xd5\x73\x5e\x61\x08\x36\xe4\xeb\x9e\x14\x0a\xf9\x3a\x90\xda\x53\x21\x5f\x0f\xf9\xba\xa6\x4c\xc8\xd7\x81\xd4\x83\x18\xf2\xf5\xf0\x62\x15\x8f\x39\x84\x84\x1d\xa8\xba\x1c\x42\xc2\x1e\xf3\x6d\x28\x2a\x92\x89\x03\x11\xd5\xea\xda\x50\x72\x83\x97\xeb\x88\x4c\x3c\x3c\xd1\x68\x1e\x6d\x48\xc5\x81\x5a\x1d\x1d\xd3\xe5\x86\xdb\x51\x4c\xe7\x0d\x83\xb0\x40\xf1\xcc\x4e\x18\x84\x0d\xb3\x8a\xd7\x2b\xb3\xed\x8b\x8b\xe9\x9c\xe5\x06\x61\xc3\x0b\x53\xde\x7a\x18\x85\x05\xd2\xfc\xb1\x90\xfd\x87\x5f\x90\x53\x91\xb2\x7f\xa0\x36\xd7\x02\x13\x8d\xc3\xac\x62\xa3\x98\x21\xfb\x07\xaa\x89\x3e\x21\xfb\xe7\xeb\xeb\xe9\x61\xce\x30\xa2\x1b\xb2\xff\xe5\x6c\x94\xfd\x03\x19\xce\x15\xd9\x7f\x78\x11\xca\x82\xdb\x86\x84\x1d\xd8\xb6\x0a\x22\x1b\xb0\x21\x8d\x4f\x86\x7c\x1d\x28\xc7\x82\xa0\x86\x84\x1d\x48\xd9\x45\x48\xd8\x81\xd4\x68\x0e\xf9\x3a\x10\xe6\x74\x84\x7c\x3d\x36\x47\xcf\x70\xaf\x33\x58\x0b\xa4\x29\x65\x61\xb0\x16\x88\xa2\x11\x21\x83\x07\x32\x9c\xb0\xe7\xdb\xa4\xc7\x8a\xd1\x01\x52\x78\xa0\x7a\x56\x39\x4c\x33\x0e\xc3\xbc\xaf\x31\x66\x98\x17\x08\x1d\xce\x21\xd1\x07\x76\x31\x6a\x2b\xd3\x0f\x13\x8d\xdd\x86\x25\xfa\x40\xf2\xcd\xa3\x0c\x89\x7e\x5c\xae\x39\x50\xf3\x30\x85\x18\x68\x7a\x6e\xe2\xb2\xe9\x12\xfd\x77\x21\x97\xe8\x03\x19\x4e\x46\x89\x3e\xb0\x0e\xe7\x85\x59\xc5\x40\xc8\xa6\xc3\xd0\x72\xe8\x0e\x58\xaa\x48\x77\x00\x90\xfa\x97\x43\x77\x00\xa0\x93\x33\x74\x06\x00\xcd\x98\x45\xe8\x0c\x00\xb6\xfd\x8e\xc8\x86\x9b\x6e\xcc\xf5\xb1\x19\x7a\x03\x80\xb2\xb4\x1c\x4d\x37\x0e\xd3\x8d\x57\xf8\x4a\x87\x06\x01\xe8\xd4\x80\x35\xfe\x0c\x34\x23\x94\xa1\x1b\x01\x28\xaf\x61\xa1\x1b\x01\x88\xd7\x40\xd6\x8d\x10\x64\x16\x1f\x0b\xea\x1f\x3a\x0d\x80\xf4\xa8\x66\xe8\x34\x00\xda\x72\xa2\xe8\x34\x00\x7e\xad\x97\xda\xb9\xd1\x8e\x93\xda\x10\x35\x90\xaf\x15\xa7\x63\x01\x88\xc3\x7a\xe9\x58\x00\xd2\xfc\xc3\x30\x42\x1d\x1f\x07\x01\xaa\xd0\xaf\x00\x6c\x23\x1f\x91\x9a\xf0\xe2\x18\xdd\xa5\x7e\xe5\x45\x28\xeb\xf7\x64\x7e\x87\x6e\x07\x60\x3f\xc5\x97\xa9\xaa\x8f\xb3\x08\x55\xe9\x63\x88\xcf\xab\x2a\x6b\xae\xaa\x3e\xaa\xca\x5f\xaa\xaa\x0f\xd3\xc8\x75\xd2\x68\x34\x90\x1e\xdf\x0d\x3d\x11\x40\x54\x9f\xa5\x27\x22\xbc\xbc\x74\xe1\x37\x09\x5d\x11\xc0\x1c\xee\x55\x7a\x22\xc2\xd3\xaa\x4b\xc3\x52\x27\x03\x50\xf4\x71\x87\x4e\x06\xa0\xbe\x53\x52\x27\x03\x90\x21\xbd\xd3\x89\x00\x34\xcf\x4b\x84\x4e\x84\x78\x6f\x84\xf1\x87\x0e\x92\x87\xfb\x26\x52\x91\xca\x30\x69\x7a\x11\x2f\x0d\x5d\x06\x40\x7d\x17\x3b\x7d\x06\x40\xf3\x0e\x80\xd0\x67\x10\x5e\x4a\xba\x5c\x9b\x75\x07\x00\xe1\x01\x9e\xd0\x1d\x00\x64\x38\x8b\x74\x07\x84\x77\xb8\xbc\x56\xb0\x7c\x1d\x28\x26\x76\x85\x74\x3d\xfc\xf2\xde\x92\x8c\xca\xd7\x81\xf2\xce\x65\xf9\x3a\x90\x06\x47\x43\xbe\x1e\xe6\x2b\x2f\x67\xd6\xf7\xad\x2e\x2e\x23\x38\x99\xdf\x0c\x12\x76\xb1\x81\xac\x28\x2b\xf8\xae\x2d\x56\x15\x39\xc3\xc9\xa0\x4f\xf9\x3a\xb0\x8e\x57\x94\x8a\x9c\xe1\x58\xe3\x29\x5f\x07\x9a\x27\x4a\x52\xbe\x0e\x14\x43\xf8\x29\x5d\x4f\x2f\x8e\x59\xc3\x62\x4b\xd9\xda\xb3\x32\x91\x9c\x4a\x6c\x14\x0c\x2f\xa5\xd8\xc0\xe6\x3b\x5b\x24\xc5\x4e\x29\xb6\x0d\x90\x62\x03\xe9\x99\xf0\x94\x62\xa7\xe7\x52\x17\x3d\x95\x12\x6a\x20\x3d\x88\x9e\xf2\xe9\x94\x16\xeb\x3e\x4a\x69\x31\x90\x1e\x88\x4f\x69\x71\x1a\xc6\x5e\xf0\xd6\x94\xdd\x02\xe9\xe9\xf7\x94\xdd\xa6\xd7\x86\xf2\xdd\xc2\x4c\xe9\x6d\x56\x87\x07\x4d\x97\xca\x02\xd5\x2c\xf8\x34\x55\x38\xfd\xe2\x86\xa7\xcc\x52\x2a\x0b\xa4\x67\x56\x52\x2e\x9b\x86\xb1\xf9\x78\x61\xa6\xcc\x15\x48\xee\x65\xcf\x94\xb8\x02\xbb\x18\x0a\x91\xb9\x02\x65\x0d\x8b\x7d\x14\x69\x29\x2d\xdf\xf0\x28\x83\xba\x86\x2f\xb0\x0f\xa0\xae\xc3\x41\x24\x75\x05\x32\xc8\x5e\x48\x99\x2b\x50\xaa\xed\x94\xb9\xa6\xd9\xc3\x0b\x67\x6a\x4a\x5d\x81\xd4\x0d\x9b\x32\xd7\x6c\x6f\xdb\x7d\x81\x6d\xe7\x43\xf4\x11\x8a\x6c\x3b\xb7\xb8\x94\x03\x4b\x26\x65\x9b\x40\x7a\xba\x3e\x65\x9b\xc0\x2e\x46\xdb\x65\x9b\x40\x33\x7b\x26\x65\x9b\xc0\x26\x8b\x5b\x24\xd9\x04\xf6\x2f\x51\x87\x6c\x13\xc8\x57\x1d\x86\xc0\x81\x5d\x8c\x97\x4a\x40\x81\xaa\x9d\x9b\x12\x50\x20\x4c\xa6\x4d\x23\xe0\xc0\xfe\xa5\xc5\x9c\x40\x7c\x53\xde\xe3\xb4\x29\x27\xcd\xd0\xb9\xcc\x96\x92\x12\x50\x60\xd3\x61\x44\xf6\xfb\x86\xf5\x4a\xec\xf6\x30\x72\x5b\x94\xd9\xce\x0d\xd3\xb3\x20\x29\xfd\x04\xd2\xd0\x6d\x4a\x3f\x33\x6d\x53\xb1\x98\x6d\x4a\xbe\xc0\x0a\x07\x4a\x03\xd9\xc0\x2e\x46\xd3\xa5\xa4\x40\xea\x1d\x4f\x29\x29\xb0\x69\x34\x22\xdb\x94\x76\x1e\x56\x7f\xca\x13\x81\xe4\xde\xd3\x4c\x79\x22\x50\xca\x61\x4f\x19\x8f\x06\xa6\xc9\x80\x69\x3c\x3a\xbb\x3d\xc5\x06\x9e\x46\x9f\x81\x62\x0e\x75\xca\x30\x13\x3a\x59\x0e\x67\xb2\x74\x12\x68\xaf\x6e\xa5\x93\x40\x6b\xec\x06\x29\x9b\x04\xaa\x57\x17\xa4\x6c\x12\xc8\xf8\x1d\x9f\xeb\xc8\x94\x6b\x66\x5f\xbe\xde\x2a\xd9\x69\xa4\xf7\x6a\x4b\xa5\x61\x65\x60\x17\x63\xd1\x30\xae\x0c\xc4\x60\x4f\x49\x4f\xc3\x02\x19\x8e\x27\x23\xcd\x40\x35\xdd\x34\x8d\x34\xe7\xb0\x87\xfc\xa5\xfc\x33\x87\x73\x89\xe7\xcb\x2c\xd3\x18\xaf\xb3\x50\x66\x99\x30\x4b\xef\x94\xcb\x94\x59\x02\xe9\x9d\x0b\x29\xb3\x04\x9a\x39\xe8\x29\xb3\x04\xf6\x2f\xd1\xa9\xd4\x12\xd8\x7c\x1e\xd1\x5b\x35\x6f\x0d\xf4\xa7\xb2\xcd\x94\x6d\xb2\x5f\xa7\x6c\x13\xc8\x57\xf5\x92\x4d\xa0\x99\xc5\x91\x92\x4d\x20\x03\xa7\x5e\xca\x35\x81\xd6\xd4\xb6\x5c\x33\xc9\x01\x2e\x87\x93\x44\x62\x09\xd4\x5f\x7f\xa9\x36\x36\x64\x74\x4b\xa9\x8d\xc9\x3d\x5e\x6c\xfd\x69\x6c\x18\x28\xd3\xc5\x52\x42\x0a\x64\xbc\xd5\x57\x3f\xd3\x39\xe8\x8a\x21\xd5\x04\xd2\x83\x15\x29\xd5\x04\x76\x31\x7e\x2a\xd7\x04\xd2\x8b\x30\x52\xaa\x99\xcb\x11\xec\x02\x27\xaf\x04\xd2\xab\x2b\x52\x5e\x99\x84\x90\xcb\xe1\x8c\x33\x84\x0c\x94\x56\x15\xd9\xa8\xc5\x22\xe2\x2e\x2c\x89\xcc\xe5\xe0\x4b\x65\x36\x61\xe1\xbf\x79\x8b\xd9\xc5\x7c\x14\xc3\xdb\x0a\xfc\x3e\xa9\xb0\x7f\x49\x17\x1b\x42\x06\x32\xb0\xee\xd2\x10\x72\x9e\x76\x81\xb3\x5c\x7a\x08\x84\x67\xd6\x52\x7a\x98\xa7\x73\xc5\x6e\x37\x78\x0b\xcc\xc0\x88\x4a\xf9\x21\xb0\x8b\xf1\x52\x09\x22\x30\xa5\x3a\x29\x41\x04\x76\x31\x65\xd6\xf7\xe4\x7b\xd5\xd8\xac\x29\x41\x4c\x0f\x9d\x7a\x81\x48\xca\x06\x81\xf4\x06\x94\x94\x0d\x02\xd3\xc4\xbf\x94\x0c\x02\xf1\xbe\x53\x32\x08\xec\x87\xd1\x2a\xd9\x20\x90\xe1\x88\x37\xea\x0b\xec\x62\x3e\x4d\x7d\x70\xec\x74\x39\xbe\xe5\x8c\xc0\x2e\xe6\x4f\xed\xbe\x8b\xee\x53\x1f\x5e\xd4\x03\x94\xa2\x83\x34\xe5\x91\x40\x78\x61\x5e\xca\x23\x81\x5d\x0c\xed\x4a\x24\xf3\x72\x86\x5a\x0f\xf5\x61\x0a\xf1\xa1\x01\x26\xd3\x03\xd2\x5b\x40\x52\xa6\x07\x84\xc9\x69\x29\xd1\x03\xa6\x24\x28\x25\x7a\xc0\x9c\xee\xfd\x12\x3d\x60\x3f\x1f\x15\xc9\xf4\x80\x34\xa0\x97\x32\xbd\xbc\xed\xe4\xe1\xd3\x6c\xc1\xcd\xea\x37\xfd\xa5\x1d\xba\x61\x7a\xa5\x4d\xca\xeb\xf2\x63\x87\xe2\x32\x4d\x59\x1c\x90\x5e\xba\x92\xb2\xb8\x94\xc5\x39\xb9\x65\x71\x40\xab\x6e\x76\x06\x8c\x53\x62\xa7\x65\x28\xb1\x03\xf6\xf3\x69\xba\xcc\x0e\xc8\x70\xa8\x49\xec\xf2\xe3\x60\x9e\x3e\xcd\x46\x6d\x98\xaf\xd5\x2a\x4d\x03\x76\x31\xeb\x61\x3b\x3f\x84\xc1\xdd\xd8\xa4\x69\x29\x4d\xc3\xcb\x98\xd2\x34\x60\xff\x12\x75\x7c\xde\xb6\x3b\xf7\x10\xc9\xd3\x80\x5d\x0c\x45\xca\xd3\x80\x36\xb5\x3d\xe5\x69\xc0\x2e\x46\xdd\x0c\x19\x03\xcd\x04\x94\x34\x64\x0c\xa4\x47\x7b\x53\x36\x07\xa4\x37\xb8\xa4\x6c\x0e\xc8\xb0\x07\x64\x73\x40\x29\x87\xb6\xad\x74\x0e\xc8\x78\x5f\xe9\x48\xd8\xb0\x0e\xdb\x29\x9d\x03\xd2\x2b\x43\x52\x3a\x97\x0f\x46\x83\x43\x48\x36\x97\x8f\xda\x78\x6b\xa6\x36\x1e\xb4\x31\xdb\xef\xd8\xad\x0d\x07\x27\x6c\xaf\x1c\x0e\x01\xd9\x5e\x4a\xed\xb4\xfa\xa5\x76\xc0\x2e\xa6\x4c\x35\x70\xd0\x35\x6c\x9f\x91\x5e\x60\x1d\x0e\x6b\x23\xbd\x40\xc6\xf0\xf9\x6a\xe1\xeb\xbc\x74\x92\xc8\xf6\x80\x96\x5a\x03\xb2\x3d\x20\x63\x29\xb2\x7d\x04\x6c\xdf\x0c\x04\xbf\x06\x2b\x6c\xce\x87\xa8\x28\x62\xf0\xf3\xfc\x2e\xd9\xeb\xb0\xb8\x37\xbf\xaf\xcb\xe2\x80\x99\xac\xd1\x5d\x16\x07\xec\x62\xfe\x74\x2a\xa3\xd3\x96\xc5\x96\xa2\xc5\xb1\x8f\x86\xe8\x54\xe4\x39\x45\xac\xdc\x6e\x88\x15\xc8\x40\x69\xdd\x10\x2b\xb0\xf8\x50\x60\xfa\xd9\x6a\xa1\x98\x96\xee\x57\xab\x85\x18\xb0\x8a\x2e\xff\xeb\x30\xbb\x22\x83\xed\x32\x3b\x60\x7a\x04\xbc\xcb\xec\xba\x5f\x87\x7f\xab\x66\xa8\x14\x58\x4e\xdf\x6e\xa8\x14\x18\xde\x3b\xd2\x0d\x95\x02\x71\x54\xdf\x69\x33\xa1\x89\xa5\xb0\xe0\xfb\xa1\x6c\xa1\x9a\x74\xdd\xa5\x89\xc0\xd2\x63\xd4\x0d\x9e\x02\xfb\x97\xbe\xc0\x76\x16\xfb\xd3\x9a\xd9\xce\xc2\x78\xc5\x7d\xd2\xe5\x97\x9d\xb8\x68\xf1\x88\x5e\x37\x2e\xda\x25\x93\xc4\x0d\xba\x64\x12\x48\x3e\x5d\x97\x5d\x32\xd9\x21\x93\xa5\x90\x5a\xd4\x25\x93\x40\x7a\xa1\x51\x97\x4c\x02\xe5\xbd\x74\xa1\x1b\x19\x05\xa6\x6b\x7b\x97\x5f\xf6\xf7\xdc\x29\x6b\x52\x97\x4c\x02\x69\x86\x45\x97\x4c\x02\x99\x0e\x2b\xb9\x24\xb0\x5c\x8d\xbb\x5c\x12\x98\x1d\x8b\xa9\xcb\x25\x81\xe5\x5e\xdd\xe5\x92\xdd\x28\xa8\x6d\x92\x4b\x02\x85\x2b\xe0\xb3\x4b\x25\x81\x5d\x31\x1f\xa6\x36\x1a\xac\x8b\x45\xa4\x1b\x05\x05\x16\xdf\x42\xcd\x6e\x14\x14\x68\x7c\x59\x35\xbb\x84\x13\xd8\x0f\xa3\x49\x32\x4e\x60\x69\x1e\x74\x03\xa3\x40\xfe\xfa\x4b\xf5\xd3\x1c\x1b\xd5\xaa\x39\x36\x08\x8c\x6a\x6c\x74\xa9\x6a\xe7\xd8\x69\x29\x18\x64\x5d\x12\x0a\x14\xdd\xcc\x5d\x12\xda\x25\xa1\xc5\x11\x2f\x09\x05\x96\x37\x82\x75\x49\x28\x5f\x7e\xde\xc5\x50\xb7\xa1\x46\x20\xbd\xbd\xc2\x0f\x3f\x0b\x69\x2a\x49\x37\xff\x19\x88\x82\x35\xd3\xe5\x88\x3d\x55\x24\x36\x6b\x97\xea\x01\xe9\x06\xd0\x65\x7a\x3d\x1d\x56\x90\xf2\x2e\xaf\x03\x32\xa1\x20\xdd\x58\x22\x90\xe6\x29\x75\x63\x89\x40\xa6\x33\xd6\x58\x62\x97\x10\x7a\xb0\xbd\x4b\x08\x81\xf4\x58\x78\x97\x10\x02\x4b\xc3\xa5\xcb\x07\x7b\xba\xf4\x61\xb2\x76\xb3\x91\x81\xa5\xe1\xe2\xf7\xad\x85\x5d\x8c\x7a\x48\x08\x81\xf4\xba\xae\x6e\xc8\xb1\xcb\x11\x8b\x6b\x9f\x1c\x11\x48\x6f\xd8\xea\x72\x44\x60\x69\x92\x74\x39\x22\xb0\xbc\xf1\xa7\xcb\x11\x81\xfd\x30\x65\xaa\x83\x4b\x92\x0e\x17\x4d\x23\x8e\xdd\x8f\x19\x3a\x7b\xe4\x85\x40\x18\x10\xec\xf2\x42\x20\xbd\x7b\xab\x4b\x0b\x81\xa6\x7b\xb6\x4b\x0b\x7b\x77\x58\xa5\xc5\xec\xcf\x0d\x4b\xeb\xa0\x9b\x6e\x0c\xec\x62\xbc\xc0\x20\x27\x90\xde\xd6\xd2\x0d\x72\x02\x8b\x6f\xf1\x66\x37\xc8\x09\xec\x5f\xd2\x51\x46\x39\x81\x69\xfa\x56\x97\x64\x76\xaf\x44\x2a\x90\xa8\x6e\x94\x13\x28\xfa\xfa\xbb\x51\x4e\x60\x17\xa3\xf3\x24\xa3\xc0\x98\xeb\x77\x1c\xd4\xea\x72\x55\x60\x99\xe3\xd6\x4d\x47\xee\xd2\x57\x2f\x8e\xed\xd2\xd7\x3e\x1c\x4f\xea\x41\x75\x49\x42\xf9\x06\x56\x76\x49\x28\xb0\xb4\xa1\xbb\x24\xb4\x93\x67\x5c\xf8\x6c\x55\x76\xc9\x24\x90\xa6\x66\x74\xe3\x96\x40\xa6\x5b\x8c\xf4\x12\x98\x1e\x98\xef\xd2\xcb\x3e\x1d\xea\xef\x0b\xec\xc9\xe9\x4e\x41\xd5\x8c\x5b\x02\xbb\x18\xea\x32\x6e\x09\x14\xa3\xc9\x5d\x32\x09\x34\x93\x6a\xba\x64\xb2\x2f\x77\x0a\x87\xa2\x11\x49\x20\xbd\xd1\xac\x4b\x1c\x81\x5d\x8c\x31\x20\x73\x04\x96\xa6\x59\x37\x22\xd9\x97\xdb\x82\xbb\x98\xcc\x11\x98\x5e\x3f\xdc\x65\x8e\xfd\xf4\xa5\x6e\xa6\x06\x11\x81\xa6\xf3\xba\x1b\x44\xec\xa7\xe3\x02\xe3\xac\x1b\x31\x04\x96\x4c\xa9\x4b\x09\xbb\x9f\x4e\x28\xee\x89\x72\x42\x60\x1a\x79\xe8\x86\x0c\xbb\xc4\xae\x38\x9b\x24\x76\xc0\x32\x35\xa3\x4b\xec\x80\x4c\x77\x70\x23\x7f\xfd\xb2\xba\x18\x51\x5d\x16\x07\x2c\xbe\x25\x9c\x5d\x16\x07\xcc\x6e\x35\x24\x71\xc0\xde\x4c\x69\x95\x2c\x0e\x58\x5a\xcc\x5d\x12\x07\x34\x6f\x3e\xeb\x92\xb8\xce\x3d\x41\xa5\xba\x14\x4a\xc5\x80\xfa\xb6\x53\x26\xd6\xfd\x9c\x42\x75\x95\x36\x58\x07\x2c\x19\x44\x37\x5a\x07\x2c\xd9\x42\x37\x5a\x07\xcc\x8e\x1b\xa7\x1b\xad\xeb\x44\xe6\x8a\x37\x2a\x74\x09\x1b\x30\x8d\x61\x77\x09\x5b\x27\x9d\xb7\x54\xd7\x77\xe9\x19\xb0\x4c\x74\xef\xb2\x33\x60\x99\x2d\xd7\x65\x67\x40\xf5\x46\x85\x6e\x3a\x6f\x97\xb0\x79\x57\x7c\x97\xb0\x01\xcb\xa0\x5e\x37\x34\xd7\x65\x67\x1e\x53\xe8\xb2\x33\x60\xbe\x2f\x90\x9d\x75\xbf\x05\x58\x9d\x68\x72\x31\x20\xbd\x71\xa9\xcb\xc5\x3a\x11\xb5\x52\xed\x64\x89\x17\x90\x5e\xc6\xd7\x0d\x99\x75\xb9\x58\x7d\x65\x36\xe1\xe3\x51\x2a\x5f\x6a\x13\x36\xb4\x77\x26\x4b\xc5\x80\xfd\x4b\x8b\xbd\x4d\x60\x3f\x75\x45\x93\x8b\x01\x55\xef\x5d\x97\x8a\x01\xe1\xd1\xd6\x2e\x15\x03\xa2\xba\x14\xc9\xc4\x80\x4c\x1f\x2f\x13\x03\xda\x70\xa4\x49\xc4\x80\xf2\x5e\x14\xdd\x65\x62\x40\x31\xe8\xd2\x65\x62\x9d\x1b\x84\x4a\xd5\x08\x91\x2a\x01\x99\xaf\xc8\x36\x3d\xb6\x09\x77\x73\x97\x3e\x01\xd1\x70\x52\x74\x83\x61\xfd\x71\x44\x12\x50\xe9\xf2\x23\xa0\x86\x4b\x80\xe9\xb2\x40\x31\xf1\xa4\xcb\x98\xfa\xd7\xea\x6a\xd2\x48\x99\x80\xe6\xd1\xbb\x2e\x63\x02\x32\x6d\x94\x8c\xa9\x73\xc1\x6b\xe1\x53\x3d\xd9\x4d\x7b\x05\xd2\x1b\x0c\xbb\x61\x34\xa0\x78\x29\x79\x37\x8c\xd6\x65\x51\x7c\xaa\x27\xbb\x2c\xaa\x7b\xc7\x8f\x2b\xa2\x2c\x0a\x68\xef\xd4\x96\x45\x01\x29\xd7\x1a\x92\xa8\x41\x3a\x6b\xf1\xaa\x9e\x61\x3a\xeb\xf0\x0b\xfb\x69\xb1\x50\xc4\x80\xc4\xcd\x3a\x0c\x8f\x0d\x89\x95\xf7\x06\x0c\x89\x15\x10\xde\x4e\x36\x24\x56\xc0\x92\xac\x0e\x79\x15\xd0\xf8\x94\x5a\x0e\x79\x15\x90\x5e\x4f\x3f\xe4\x55\x40\x7a\x1c\x7d\x98\xcd\x3a\xfc\xaa\x02\x76\xf2\x90\x69\x01\xbb\x16\xca\x3e\xca\x3e\xdc\x24\xec\x2f\x51\xc6\xe0\x76\xd7\x52\x31\x03\x87\x21\x33\x60\xf2\xe5\xca\x1c\x66\xa5\x02\x93\x8f\xcd\xe5\x90\x6a\x0d\x79\x55\xcd\xdf\x11\xb6\x1e\xd2\x2e\x60\xe6\xfb\x60\xb5\x50\x5c\x7f\x52\x99\x6a\xd8\x30\xf3\x7d\x99\x6a\x28\xae\x2c\x18\x54\x43\x92\x05\xa4\xa7\x7b\x86\x24\x6b\x70\x47\x6c\x31\x99\x67\xc8\xa8\x80\xd6\xb1\xa8\x86\x8c\x6a\xc8\xa8\xf8\x58\x4e\x0e\x19\x15\xd0\xcc\x34\x1d\x32\xaa\x51\xad\x1b\x36\xc2\x90\x2b\x01\xd1\xe0\x15\x43\xaa\x04\xa4\xc7\x86\x87\x54\x09\x48\x4f\x25\x0e\x43\x71\x43\xf6\x54\xd9\xec\x86\xec\x09\xc8\xc3\xce\x95\x3d\x01\xc5\x94\xc0\x21\x7b\x1a\x95\x78\x2e\x33\x69\x48\x95\x86\x37\xf4\xb0\x5a\x0e\xa9\xd2\x68\x6f\x9b\x68\x80\xc4\x08\xc8\x83\xd9\x3b\xe4\x45\xa3\x39\xbb\xb0\x41\x86\x5c\x06\xc8\xa3\xf9\x34\x1b\x00\x97\x31\x89\x77\x48\x65\x80\xd4\x6b\x3f\xa4\x32\xc3\x10\x1b\x1f\xfb\xc9\x61\x88\x0d\xa8\xfa\x6f\x87\xec\x06\xd8\xc5\x68\xba\xf4\x06\x08\xef\x3a\x1a\xb2\x1b\x60\x17\xa3\x05\xd2\x1b\x20\xf5\xdb\x0f\x43\x6c\x23\x5c\xef\xd9\x51\x86\x91\x32\xa0\x1a\x6a\x1e\x26\x6f\x8e\x70\xbd\x67\xe7\x1c\x46\xca\x80\xd2\xab\xc5\x6c\x95\xfc\x89\xef\x54\xe5\x90\x3f\x01\x79\xbc\xc5\xec\x16\x6e\xc9\xc9\xb7\x94\x0d\x0d\x3e\xaf\x6f\x7f\xca\x9f\x80\x62\xb4\x75\x18\x63\x1b\x7e\xad\x8f\xc5\x66\x18\x63\x03\xaa\x89\x58\xc3\x0c\xcf\x21\xa3\xaa\xec\xe9\x43\x46\x05\x54\xb3\x32\x86\x8c\x6a\xa4\x6d\x72\x02\xcb\x9f\x80\x2a\xff\x1b\xa6\x62\x02\x2d\x97\x2f\xb0\x49\xe9\x48\x43\xb5\x32\x2a\x60\xbd\x85\x6c\x51\xfa\xbd\x28\xab\x6f\x8b\xe0\x58\xde\x7c\x33\xa4\x58\x40\x78\x61\xd4\x90\x62\x01\xed\x70\x75\x93\x61\x0d\xe9\x94\x8e\xd4\x21\x9d\x02\xaa\xb1\xdc\x21\x9d\x02\x76\x31\x14\x2b\x9f\x02\x9a\x9f\xbd\x18\xf2\xa9\x21\x9f\xaa\xaf\x4c\x65\x6c\xc8\xe3\x7d\x9a\x03\xb9\x33\x90\xdf\x7a\xa8\x9e\x0d\xed\x9d\x89\xf2\x29\x20\x0f\x17\x76\xf9\x14\xb0\x9f\xef\xc3\xd4\x0f\x71\x36\x43\x29\xc3\x38\xdb\x90\x63\x55\xd7\x12\x39\x16\xd0\x0c\x46\x0f\x39\xd6\x18\x4e\x45\x4c\xcc\x21\x7b\x02\xd2\x33\xf7\x43\xf2\x34\x64\x4a\x8d\x5d\x7e\xc8\x94\x80\xf4\x68\xf1\x90\x29\x0d\x4f\x66\xba\xe2\x48\x94\x86\x1c\x87\x8f\xfe\xe4\x90\xe3\x00\x69\x80\x68\x18\xa2\x03\xd2\xd0\xd2\x90\xf6\x0c\x52\x38\xdf\xcb\xf2\x86\x51\x35\xa0\x98\xf3\x3b\x8c\xaa\x01\xd5\x78\xd6\x30\xaa\x06\x54\xaf\x71\x1a\x12\x21\x20\x8d\x70\x0d\x89\x10\x90\x87\x13\x51\x22\x34\xa6\x95\x2d\x16\xb3\xb2\x7c\x8e\xde\xec\x85\x21\x11\x02\xd2\x28\xd2\x90\x08\x8d\x65\x65\xb1\x9f\x86\x81\x30\xa0\xea\x77\x19\x32\x1c\x20\x0f\xd7\x7c\x19\xce\x58\xbe\x13\x9b\x70\x78\x22\x12\x28\x5e\x06\x3a\x0c\x70\x0d\xae\xaf\x79\x63\x63\xc3\x38\x15\x90\xef\x1e\xef\x51\x47\x20\x0f\x8c\x94\xe1\x49\x47\xa0\x78\x3c\x74\xc8\x79\x80\x68\xce\x1e\x39\x0f\x90\xde\x8a\x32\x4c\x9c\x1c\xd2\x20\x0f\xda\x0e\x69\x10\x50\xe5\xfc\x43\x1a\x04\xe4\xe1\x36\x20\x0b\x02\xf6\x2f\xd1\x90\x34\x08\x48\xe3\xda\xc3\x60\x19\xb0\x8b\x59\x0f\x9b\x4e\xb4\x2c\xc6\xef\x20\xd6\xc3\x58\x1a\x50\xde\xab\xf3\x86\xc1\xb4\xe1\x6d\x39\xb8\x5b\x86\x94\x0b\xa8\x26\x93\x0d\x29\xd7\xb8\xec\x34\xb7\x2b\x03\x67\x40\x1a\xfa\x1b\x52\x2e\x60\x17\x43\x83\x72\x2e\x20\x0f\x22\xb2\x43\xce\x35\x48\xa3\xfc\x75\x70\xca\xa6\x80\xd4\x1b\x37\x8c\x88\x8d\xdb\x97\x3a\xa7\xe5\x44\x40\x19\x2e\xa9\x72\x22\x40\x56\x3a\x8c\x6a\x8d\x5b\x6d\xd9\x45\xb2\x18\xa0\x7a\x6f\xcd\x90\xc4\x0c\x4e\x20\xbe\x17\xcf\x0d\xc3\x4e\xc0\xaf\x36\x84\x61\x27\x20\xfd\x6c\xd5\x30\x9d\x70\x7c\xac\x99\xfb\xa1\xc4\x06\x48\x1d\x9d\xc3\xb0\xd3\x90\xeb\x78\x45\xc9\x90\xeb\x00\xed\x55\x87\x5c\x07\x48\xef\xb5\x1c\x86\x9d\xc6\x47\x0d\xbd\x4f\x53\x43\x1f\x35\xe4\x3b\xd5\xd0\x87\x91\xf2\x3e\xdf\x91\x42\xc2\xe0\x81\xa3\x64\xc8\x7e\x86\x54\xc7\x9b\x6f\x86\x54\x07\x48\xbd\x22\x43\xaa\x33\x0c\x3b\xe9\x66\x1f\x72\x1d\x20\x4c\x9e\x18\x72\x9d\x61\xd8\xc9\x29\x2d\xd7\x01\x96\x19\x4f\x43\xae\x33\x9e\xb7\xe9\xe8\x56\x62\x03\xe4\xf1\x8a\x6c\xba\x8c\xc5\x33\x79\x43\xc6\x02\xa4\xc1\x95\x21\x63\x19\xc6\x80\x3c\x7a\x31\x8c\x01\x01\xa9\x9b\x61\x48\x62\x86\xf4\xc4\x33\x15\x43\x7a\x02\xa4\xb4\x77\x48\x4f\xc6\xb7\x5b\x8c\x37\x18\xbe\x01\xa6\xd7\x2e\x0f\xc3\x37\x40\x1a\xca\x1d\x32\x16\xa0\x9a\x75\x36\x64\x2c\x40\x7d\xf5\x2d\x63\x19\x32\x16\x2f\x7e\x1b\x32\x16\x20\x75\x53\x0f\x19\xcb\x30\xc8\xa3\x71\x3a\xe5\x27\x40\xea\x75\x9c\x06\x79\x80\x52\x4c\xc6\x9f\x46\x79\x80\xe6\x75\xac\x53\x16\x33\x39\x81\x57\x4c\x48\x9f\x72\x16\x60\xaa\xf0\x29\x65\x01\x4a\x32\x33\xa6\x94\x05\x48\xcf\xc4\x4e\x29\xcb\xe4\xc2\xd1\x62\x76\xd0\x94\xa0\x00\x53\x36\x32\x25\x28\x40\xea\xbe\x9d\x12\x94\x29\x41\x31\x6f\x7d\x4a\x50\xa6\x77\x90\x0e\xdf\x49\xdb\x27\x17\x8e\x96\xe6\x4b\x4d\xf3\x03\x9a\xf1\x8a\x29\x67\x99\xe5\x6d\x14\x2d\x30\xf2\x03\x14\x79\xc4\x94\x81\x4c\x03\x3f\x6c\x1f\x53\x06\x32\xb9\xfa\xa6\x98\x45\x3e\xa5\x1b\x40\xea\x95\x9b\x5e\x7d\x33\x39\x10\x57\xe2\xfd\xa9\xd5\x2d\x38\xa5\x55\x6e\x79\xab\xcb\xf5\x5e\xef\x3b\xbf\x8a\xfc\xdc\x36\x7b\xee\x94\x81\x00\x69\x80\x68\x9a\x33\x38\xcd\x19\x6c\x96\xb2\x51\x5c\x2f\x5a\x0c\xa7\x4f\x49\x09\x50\xcc\xb8\x9b\x86\x79\x26\xc9\x80\xc5\x23\x29\x53\x06\x02\x54\x2f\x2e\x9a\x32\x90\xc9\xed\x9f\xc5\x2c\xe9\x69\x18\x06\x98\x9e\xdf\x9b\x72\x0b\x20\x8a\xed\x94\x5b\x00\xc3\xd3\xf9\xd3\x30\xcc\x34\xe6\x62\xd2\xfe\x94\x5b\x00\xc3\x3b\x30\xa6\x31\x17\xa0\x78\xe5\xff\x34\xe6\x32\xc3\x5f\xb2\x37\x4f\x73\xe4\x80\xd4\xab\x3e\xcd\x91\x9b\xda\xef\x66\x3d\x4e\xed\x77\x60\xea\xb3\x9d\xda\xef\xc0\x32\x9d\x6c\x6a\xbe\x03\xcd\x8b\xc6\xa7\xe6\x3b\xd0\xf3\xfd\xa1\x1d\x65\x8e\x9c\x99\x74\x53\xfb\x1d\x58\x5e\x81\x3b\xb5\xdf\x81\x5d\x8c\xda\x6a\xc0\x03\xed\x6d\x94\x06\x3c\xb0\xcc\x18\x9c\xa6\xcd\x4d\x83\x29\xa6\x0c\x4e\x83\x29\x40\xf3\xd4\xd1\x34\x98\x32\x35\xfd\xcd\x9b\x9b\x9a\xfe\xc0\xcc\x91\xbf\xbd\x5f\x4f\x99\x01\xd0\xcc\xee\x9b\xc6\x5a\xa6\x29\x74\xa6\xf7\x4d\x2d\x7c\xa0\x49\x33\xa6\x16\xfe\x34\x3c\xa2\x3f\x67\x6a\xbc\x03\xd3\x0b\xac\xa7\xe1\x91\xa9\x3d\xff\x8e\x3b\xed\x79\x60\x99\xc5\x38\xb5\xe7\x81\x34\xd2\x37\x35\xe7\x27\x37\xa8\xf8\x59\xf3\x9c\x9a\xe0\x40\xf3\xdc\xe5\xd4\x04\x07\xd2\xa8\xff\xd4\x02\x9f\xe6\xb0\x99\xe8\x32\x0d\x2f\x4c\xef\x9e\x54\xd1\xda\xcc\x73\x38\x81\xed\x70\x03\x03\xc0\xf4\xe0\xc9\x34\x30\x30\xcd\x4e\x33\x5f\x6a\x9a\x9d\x06\xa4\x89\x79\xd3\xec\xb4\x69\x60\xc0\x44\x94\x69\x60\x00\x48\xfd\xc3\xd3\xc0\x00\x90\x46\x90\xa7\x76\x34\xb0\x7f\x69\x31\xd5\x86\x21\x5d\xdf\x87\xa9\x35\x43\x0a\x26\xa2\x4c\x2d\x69\xa0\xfd\xfa\x4e\x5b\x35\x6d\x95\x6b\x90\xc9\x68\x40\xea\x0c\x9e\x26\xa3\x01\x63\xbe\xbf\x54\xb9\x9a\xcd\xa6\x5e\x4c\xcd\x66\xa0\x35\x7c\x14\x53\xb3\x19\xa8\x06\x13\xa7\x66\xf3\xd4\xe3\x6f\x76\xcd\xd4\xe3\x0f\xb4\xd2\x7c\x98\xef\x5c\x18\x0e\xd3\x5f\xbe\xef\x84\x46\x7b\xfd\xf5\xd4\xba\x06\xa6\xe7\x33\xa7\xe9\x63\xc0\x2e\x46\x0b\xcc\x1f\x03\x22\x5c\x82\x4c\x1f\x03\xe2\x9d\xd4\x9a\xe5\xd3\xb8\x80\x39\x07\x53\x8b\x18\xa8\x5e\x07\x35\x35\x88\x81\xe2\x07\x16\xa6\x06\xf1\x34\x54\x60\x40\x7a\x6a\xb7\x02\x63\x39\xd1\xb5\x5b\xa7\x71\x01\x43\xd9\x53\x23\x15\x18\x9e\x21\x99\xda\xa8\xf3\x7a\xb3\xf7\x79\xa9\x89\x56\xc0\x7c\x5b\xa0\x77\x1f\xc8\x03\x62\x31\xf5\xee\x03\xfb\x97\xb4\xca\x13\x3b\xc0\xf4\x1e\x80\x69\xee\xd5\xbc\x35\x9a\xb0\xa9\xa7\x1e\xff\x79\xbf\x07\xef\x10\xd9\xa1\xba\xf7\x8d\xeb\x4c\xdd\xfb\x40\xea\x81\x9e\xba\xf7\x81\x5d\x8c\x96\x9a\x90\x05\xcc\x4c\x9f\xa6\x26\xf5\xc8\xeb\xcf\x9e\x7a\xe4\x81\x34\x81\x74\x6a\xb8\x02\xdb\xa0\xe3\x69\x5a\xae\xc0\xec\xce\x0d\x0d\x57\x60\x17\xf3\x69\xd6\x8d\x8c\x29\xaf\x25\x99\x5a\xae\x53\xcb\xd5\x2f\xc9\xcc\xcf\x5b\x11\x3e\x70\xe5\x2e\xae\xe5\x0a\x4c\x3e\x51\x9f\x53\xcb\x15\x58\x7e\x67\x68\x6a\xb9\xce\x8f\xda\x75\x51\xd6\x4c\x05\xa6\x57\xbe\x4f\xad\x54\x60\x56\xdb\xae\x95\x0a\x2c\x09\xfc\xd4\x4a\x05\x4a\xf1\xbb\x2b\x53\x33\x15\x98\xcb\x9a\xe9\x92\x9f\x5a\xae\x7e\x51\x65\x6a\xb9\x02\x4d\xf7\xfb\xd4\x72\x9d\xcf\xb4\x18\x03\xd0\x1c\x27\x60\x78\xc2\x70\x9a\xe3\x34\xf5\xdc\xf3\x61\xe3\x9c\x7a\xee\x81\x66\x7a\xe1\xd4\x73\x0f\x34\xfd\xea\x53\x33\x18\xd8\xbf\xf4\xa5\xb6\x9d\xef\xb0\xe9\xea\x9a\x9a\xc1\xc0\x9c\x6e\xb2\x9a\xc1\x40\x6b\xaf\xc8\xb6\x7f\xed\xe3\x50\x66\x43\xbf\x1e\x79\x53\x64\x3b\xbf\xf0\xd8\x74\xdb\xd0\x73\x0f\x14\x0f\x99\x4c\x8d\xe5\xa9\x33\xff\xb5\x22\x35\x8d\x81\x78\x77\x71\x4d\x63\x60\x7a\x64\x65\x6a\x1a\x4f\x4d\x63\x73\x91\xa6\xa6\x31\x30\x25\xff\x53\xd3\x78\x6a\x1a\x3b\xe3\x97\xa6\xf1\xd2\x0e\x4e\x3c\x02\x4b\x3b\x18\xc8\x0e\x73\x5a\xda\xc1\x40\x29\xf9\xca\x42\x59\x90\x2c\x5b\x10\xa5\x22\xa7\x50\x57\x36\x94\x79\x83\xe2\x40\x34\x15\x59\xdf\xfe\x3b\x32\xcd\x96\xd6\x2e\x50\xbc\x9d\x61\x69\xed\x02\xfb\x29\x56\xfd\xab\x8c\x0b\x2d\x89\x31\x2e\x53\x9f\x56\x79\xab\xae\xcc\xaa\x17\xbe\xcb\x9f\x8a\xac\xfa\x86\xf6\xab\xa8\x2b\xea\x3f\x7f\x34\xf3\xa8\x96\x06\xf0\xd2\x00\xf6\x63\x24\x4b\x03\x18\x08\xc3\x71\x4b\x03\x18\x28\x9a\x55\xcb\xcc\xa7\xa5\x57\xde\x0f\x90\x2c\xbd\xf2\x40\x18\xfe\x5f\x9a\xc9\x4b\xaf\xbc\x86\xf8\xd2\x28\x06\x8a\xdf\xa9\x5c\xda\xc4\xab\xda\x6d\x8c\xc6\xa5\x05\x0c\xcc\xb7\x3f\x74\xd4\x2f\x8d\x62\xbf\x36\xb2\x34\x8a\x81\xec\x36\x54\xa3\x18\x48\x6f\xd9\x5e\xde\x12\xb1\x4c\x87\xf2\xd3\x22\xcb\x74\x28\xa0\xe8\x7b\x59\xba\xf8\x97\xe9\x50\x7e\x5a\x64\xe9\xe3\x07\x5a\x0f\x9f\xa6\x3e\x36\xb4\x5f\x4b\xa9\x0f\x7c\xfc\xde\xca\xbc\x74\xf1\x03\xfb\x61\x28\x57\x1f\xff\xf2\x66\xfe\xb7\xed\xf6\x3b\x17\x49\x9a\x1c\xb6\x34\xcd\x81\xe2\xc5\xdb\x4b\xd3\x1c\xd8\x0f\x0b\x64\x45\x99\x77\x33\xa2\x0d\x6d\xf3\xd5\x5e\x0d\xd1\x2d\xda\xe6\x40\xf3\xf0\xc4\xd2\x36\x5f\xed\x55\x07\x8d\x32\xfb\x09\x88\x82\x81\xba\x4c\x7e\x02\xaa\xdf\x48\x5d\x06\x0c\x80\x5a\x8a\xcf\x57\x1b\xcd\xd1\xe1\xf3\xd5\x86\xe7\x74\xd2\x81\x6b\xc4\x00\x48\xdd\xbd\xcb\x73\x3a\xcb\x20\x42\xbe\x2d\x50\x1d\x8d\x95\xdb\x41\x64\x10\x61\x99\x0f\x65\xf0\x6a\x19\x31\x00\x52\xaf\xf0\x32\x60\xb0\x0c\x18\xb0\x44\x2c\x03\x06\x4b\xc2\xe1\x57\x5b\x96\x84\x63\xf9\xa5\x3a\xbb\x5d\xc2\xb1\x8c\x2b\xe4\xf2\xa7\xaa\x83\x3b\x28\xe5\x81\xcb\xb8\x02\x50\xdf\x99\xe1\x99\x1c\xa0\x74\x67\x81\x4c\x05\xd8\x0f\xb3\x6a\xea\x83\x50\xc3\x3b\x22\xa5\x2a\x2b\xde\xb6\x2b\xb3\xed\xc4\x15\x24\x1c\x2b\xde\xb6\x6f\x7b\xa8\x3b\xdb\xe5\x25\x2b\x5f\x75\x28\x53\x1d\xf0\x92\x03\x1b\x6c\xc9\x4b\x96\x24\xc4\x3b\x5b\x96\x24\x64\xf9\x89\x67\xd7\x33\x49\x08\x90\xfa\xb5\x97\x67\x77\x80\x6a\x8e\xc8\x92\x96\x00\xcd\xef\xb0\x2d\x79\x07\x90\xed\x7d\xbc\xda\x30\x48\xd1\x0f\xab\xa1\x3a\x36\x64\x7d\x2b\xab\x36\xcc\xde\xf2\x1b\x36\xcb\xd0\x02\x50\x4c\xb3\x5d\x86\x16\x96\xf4\xc4\x0f\xb2\x2c\xe9\x09\xd0\x4c\x42\x59\xd2\x93\xc5\x15\xfd\xc5\xb4\xea\x25\x17\x01\x96\xab\x9a\x54\x64\x71\xe7\x63\xf1\xeb\x28\xcb\x98\x01\xb0\xf4\x6a\x2e\x63\x06\xc0\xf0\x1e\x88\x25\x61\x59\x9e\xcd\xf1\x06\xac\x25\x63\x01\xe6\x3b\x86\x64\x2c\x40\x79\x3f\xfd\xb3\x0c\x1a\x2c\x6f\xe8\x6f\xd6\xd6\xfe\x34\x40\xe0\xa7\x50\x96\x01\x02\xa0\x7a\x62\x7f\x19\x20\x00\xaa\x77\x09\x2c\xe9\xcf\x32\x66\xe0\x77\x49\x96\xfc\x07\xa8\xde\x9e\xb4\x8c\x19\x2c\xb3\xab\xba\xeb\xa6\x41\x03\xa0\x96\xf0\x97\xb6\x7d\x43\xf3\x93\x56\x4b\x96\xb4\xb8\x30\xa2\xf8\x45\x93\x65\xd0\x00\x28\x7e\xc9\x72\x49\x9c\x16\x37\xf4\x17\xbf\x68\xb2\xa4\x44\x40\x97\x03\x2f\x29\x11\xd0\x2a\x2e\xb5\x25\x23\x02\xba\x3e\x93\x25\x23\x02\x9a\x77\x0f\x2f\x09\x11\xb0\x9f\xaf\xcc\x76\x4e\xbe\x59\x65\xcd\x8c\x2d\x00\xc5\xab\xb5\x97\x49\x56\x40\x1d\x0e\x2b\x69\x13\xb0\x1f\xc6\xe0\x90\x37\x01\xad\x46\xfc\x8e\xdd\x5a\x5a\xb5\xfc\xfa\x9c\x81\xaf\x65\x84\x02\xe8\x32\xe0\x65\xa6\xd6\x92\x7d\x75\x1c\xfc\x4b\xf6\x05\x14\x0f\x28\x2f\xd9\x17\x50\x0b\x34\x62\xc9\xbe\x96\x57\x42\x7a\x63\xec\x32\x07\x0b\x88\x82\x25\xbd\xbc\x15\x02\xe8\x5e\x71\xbe\x3c\xe2\xb3\xe4\x6d\x9d\xf0\xde\x92\xb7\x01\xd5\xef\x86\x2c\x79\xdb\x5a\x6f\x0b\xd0\x83\x8c\x0c\x98\x5e\x03\xb4\xd6\xdb\x82\x87\x17\xf8\x4e\x07\xac\x39\x5e\x26\x9b\x2d\xe3\x1d\x40\xf7\x8c\xe1\x32\xde\x01\x74\xbf\x10\xb0\x8c\x77\x00\xcd\x3b\xd2\x97\xe1\x8e\x25\x95\xf3\x0a\x88\x25\x95\x03\x7e\xd5\xad\x54\x6e\x6d\xfa\xd6\x3d\xa0\xb7\x8c\x63\x00\xdd\xcb\xf0\x96\x81\x8a\x25\xbb\xeb\x61\x31\x1b\x40\x54\xc2\x6b\x86\xd6\xf9\x36\xe0\xcb\x2f\x29\x65\x22\xd8\x32\x50\xe1\x37\x42\x96\x81\x0a\xa0\x4b\x3c\x97\x1c\x70\x79\x00\xc7\xdc\xaa\x65\xb8\x01\xa8\x7e\xd9\x62\x79\x00\x67\xc9\x0b\xfd\x36\xc7\x92\x17\x02\x4d\xa7\xea\x92\x17\x2e\x49\xe0\x6b\xa9\x48\x02\x81\xee\xfd\x8f\x4b\x12\xb8\x6e\x87\x82\x6b\xb4\x54\x0e\xa8\xe6\x3a\x2e\x99\xdc\xf2\x92\x45\xbf\xa5\xbf\x4c\xcb\x02\xba\x89\xdb\xcb\x80\x06\xd0\x3c\xe5\xbe\x0c\x68\xac\xdb\xd5\xd7\x8d\xde\x50\x05\x50\xbd\x7a\x75\xc9\x01\x81\x32\xad\x9a\x1c\x10\xe8\x9e\xfc\x5c\x52\x40\x20\x64\x50\x4b\x0a\x08\x34\x53\x48\x96\x0c\x70\x99\xa7\xf5\x6e\x93\xe6\x69\x01\xfd\xc0\x89\xb8\x64\x80\x40\x37\xd8\xb6\x64\x80\xcb\xd4\x2d\x2f\x66\x5b\x52\x40\x20\x8a\xbb\xa4\x14\x70\x79\x8c\xc6\x5b\xc0\x96\xb9\x5b\x40\x7d\xed\x19\xe3\x19\x40\xf7\xc8\xe8\x92\x28\x2e\x0f\xbe\xbc\x86\x9b\xe4\x0e\xe8\x86\xd6\x96\xdc\x0e\x28\xa5\x6b\x7e\x49\xee\x80\xaa\xdf\x63\x79\xf2\x65\x79\xcc\x45\x4a\xbc\x3c\xe6\x02\x44\x79\x5f\x60\xab\x1e\xab\xab\xf9\x25\xb9\x03\xaa\x01\x8d\x25\xb9\x5b\x32\x28\xbf\x81\xb6\x64\x50\x40\xd7\x6d\xb5\x64\x50\xcb\x5b\x05\x4c\x19\x5b\x52\x28\x20\x4c\x8c\x5b\xde\x2a\xb0\xb8\x2f\xa0\xbc\xcb\xa3\xc9\x4f\x40\x38\x83\x4e\x19\x14\xb0\x8b\x75\x64\x45\x19\xb7\x12\x33\x72\x4f\x49\xd5\x69\x8e\x94\xdf\x95\x38\x65\x55\x40\x1b\x55\x51\x28\x32\x74\xac\x28\x15\x75\x5a\x50\x10\x0d\x45\x83\x84\xc8\x8a\x68\x2a\x72\x2c\x04\xa2\xa5\xc8\xa6\x5b\x8b\x53\xd1\x65\x2d\x6c\xc0\xad\xec\xa6\x98\x22\x14\x79\x1a\x48\xf0\x9c\xc6\x69\x20\x01\xe8\x26\xe0\x9c\x06\x12\x80\x5d\x8c\x97\x9a\xfd\x04\x74\xf3\x68\x4e\xd9\xd6\x69\xde\x92\xb7\x74\x9f\xe6\x2d\x01\xd5\xfb\x5e\x4f\x79\xd4\x29\x43\x1a\x8c\xf0\x53\x86\x04\x54\x59\xd9\x59\xde\xba\xd9\x2d\xd5\x8a\x7c\x95\x71\x6b\x8d\x2d\x95\x21\x9d\x7e\x81\x8c\xe9\x7e\x1a\x35\x38\x4d\x65\x32\xb7\xfa\x94\x21\x01\xdd\x9c\x87\x53\x82\x04\xec\x62\x74\xa8\x0c\x09\x78\x99\xc9\x29\x43\x3a\xa5\x3e\x6f\xef\x49\x7d\x80\xea\x3d\xd9\xa7\xd4\xe7\x94\x87\x78\x2c\xf9\x94\x87\x00\x61\x32\xc3\x29\x0f\x01\xfa\xf1\x96\xb2\x6a\x52\x13\x6f\xd8\x3d\xa5\x26\x40\x37\x7f\xea\x94\x9a\x00\xbb\x18\x2d\x35\x6e\x00\xb4\xf2\x7b\x3e\x64\x7d\x4a\x66\x4e\x09\x88\xd7\x6d\x9f\x12\x10\xa0\x1f\xaf\x48\xe5\x9b\x9e\xe4\xbd\xf8\xa7\xe9\x49\x40\x37\x25\xea\x94\x6c\x00\xd3\x0c\xb4\x53\xb2\x71\x7a\x8e\xdf\x3b\xcc\x4f\xcf\xf1\x03\xed\x78\x1f\x66\x3d\x3c\xc7\xef\xa7\xd8\x4e\x39\x03\xd0\xbc\xa4\xfc\x94\x33\x00\xdd\x00\xd0\x29\x65\x38\x3d\x67\xef\xd7\x21\x4e\x6d\x75\xa0\x9b\xca\x73\x6a\xab\x9f\x9a\xdc\x7e\x22\xe1\xd4\xe4\x06\xaa\xf9\x20\xa7\x26\xf7\xa9\x2d\xed\x05\x0e\xa7\xb6\x34\xd0\x4d\xb0\x3a\xb5\xa5\x4f\x73\x72\x5c\xbc\x4f\x2d\x67\x60\x78\xd1\xcb\x69\x4e\x0e\xd0\x4d\x4b\x3b\x4d\xc9\x39\x3d\xe8\x3e\x86\x2f\xb0\x1e\x1c\x74\xf7\xe8\xf8\xd9\xdf\x7a\xdc\x16\xa3\x13\xb4\x9c\x81\xe5\x15\xaf\xa7\x86\xf3\xe9\x81\x03\xaf\x55\x3b\x35\x89\x81\x30\x6d\xf5\xd4\x24\x06\xba\x49\x3f\xa7\x16\x31\xd0\x3c\x96\x70\x6a\x11\x03\xdd\x5c\x98\x53\x83\xf8\x1c\xd6\x96\x05\xf8\xd4\xfc\x05\xfa\xab\x35\x13\x6b\xce\xe1\xdc\x84\xc6\x9e\x06\x09\x80\x78\x67\x98\x31\x82\x53\xbb\xef\x9d\x27\xda\x7d\xa7\x9f\x1d\xc6\x85\x75\x6a\xf7\x9d\x8b\x97\x7a\x15\xfd\xa9\x5d\x06\x54\x2f\x10\x3c\xf5\xa7\x03\xfd\x1d\x45\xba\xd3\x4f\x0f\x50\x4f\x6c\x98\xd3\x34\x11\x60\x99\xbc\x7d\x6a\x49\x9d\x1e\xa0\x36\x31\xf6\xd4\x05\x7e\x6a\x4a\x11\x62\x3a\x35\xa5\x4e\xad\x1f\xef\xab\x3e\xb5\x7e\x4e\xad\x1f\xa2\x32\xa7\xd6\x0f\xd0\xbc\x05\xf4\xd4\x03\x7e\x7a\xbe\x79\x3a\x00\x4d\xd3\x00\x7a\x92\x83\x70\x9a\x19\x7f\x9a\xb9\xe1\x77\x58\x4e\x33\x37\x80\x6e\x3e\xcc\xa9\x29\x75\x7a\x22\xd9\xeb\xa4\x4f\x3d\xe5\xc0\x34\x19\xeb\xd4\x46\x3a\xb5\x91\x9c\x68\xda\x48\xa7\x8e\x72\xaf\x80\x3e\x75\x94\x03\xd5\x8f\x63\x9f\x3a\xca\x81\x26\xb5\x3d\x4d\x03\x39\x3d\x7e\xec\x87\x75\x4e\x13\xdc\x81\xea\x09\xd9\x53\x4b\xea\x34\x9b\x7d\x3a\xf9\xb4\x9b\x80\xe6\x47\xfb\x4e\xb3\xd9\x4f\x33\x3c\xbc\x6b\xe8\xd4\x48\x3a\x35\x92\x9c\x2e\x1a\x49\xa7\x19\x1e\x7e\xe4\xe6\xd4\x4a\x02\xba\xdc\xf3\xd4\x4a\x3a\x3d\x59\xec\x65\xbb\xa7\x8e\x72\xa0\x9b\x0c\x74\x6a\x38\x01\xcb\x93\x02\xa7\x86\xd3\xa9\xe1\x84\x01\x7a\x6a\x38\x9d\x5a\x44\x5e\xc9\x7b\x6a\x11\x01\xdd\xfc\xa6\xf3\xf3\xb6\xe0\x6b\x31\x5a\xa0\x57\x1c\xe8\xa6\x63\x9d\x7a\xc5\x81\xe2\xa1\xfe\x53\xa7\xf8\xa9\xe1\xe4\xc7\xeb\x4f\x0d\xa7\x53\xc3\xc9\x41\xaf\xe1\x74\x3e\x6f\xa3\x78\xa9\x56\x12\xd0\x75\xa1\x9e\x9e\x0f\x3e\x75\x94\x7b\xe1\xc0\xa9\x95\x04\x54\x9d\xd6\xa7\x8e\xf2\x53\x47\xf9\x74\x7a\xeb\x28\x07\xba\xc9\x7a\xa7\xb6\xd4\xf9\x75\x7c\xb8\x8c\xe9\xdc\x06\xba\x09\x3a\xa7\x89\xea\xa7\xe7\x78\x3d\xa0\x70\x9a\xf6\x01\x2c\xbf\x67\x7f\xea\xdb\x3e\xb5\xaf\x8c\x66\x9d\xda\x57\xc0\xaa\xd0\x91\xf3\xfb\xbe\x54\x55\xb2\xa6\x5c\x1a\x53\xc0\xf2\xb6\xf8\x4b\x5b\xea\xf2\x50\xad\x37\xca\x5e\x1a\x3b\xc0\xf2\xbc\xc6\xa5\xb1\x73\x69\xec\x74\x45\xa7\x22\xeb\xb1\x7c\xda\xa5\xcc\x7a\x04\xa2\x5b\xd1\xfd\xf3\xc7\x34\x88\x7f\x69\xff\x5c\xe5\xfd\xe2\xc0\x6e\xe8\xa5\x37\x18\xe8\xa6\xa4\x5c\x7a\x83\x81\xae\x77\xe8\xd2\xae\xb9\x74\x10\x2f\x5b\xa0\x61\x03\x2c\xcf\x31\x5c\x3a\x88\x2f\x6e\xf9\x7d\x63\x3c\x97\xe6\x09\xb0\x6a\xf9\x1d\x91\xec\x4b\x8f\xef\x65\x32\x83\xb7\x47\x5e\xf5\x7d\xf2\xc9\x53\x14\xd9\x66\xbc\xa3\xef\x85\x8f\x97\xee\x51\x60\x6a\x5b\x5c\x5a\x25\xc0\x2e\x46\x9d\x34\x4b\x2e\xcd\x12\x36\xcb\x4b\xb3\xe4\xd2\x2c\xd1\x49\x73\x69\x96\x00\xe1\xd5\xba\x97\x66\xc9\xa5\xc7\x74\xb1\x68\x5e\x1a\x19\x40\x37\x99\xeb\xd2\x63\x0a\x4c\xaf\x4a\xb8\xf4\x98\x5e\xda\x18\xde\x97\x78\x69\x63\x5c\xda\x18\xcc\xba\x4b\x1b\xe3\x32\x1b\xd9\xcb\x7c\x2e\x7d\x84\xc0\xf2\x4b\x7c\x97\xe9\x0c\x57\xf8\x34\x16\x8e\x4b\x87\xe0\x65\xa2\x31\x8b\xc4\xa5\x3f\x10\xe8\x26\xdd\x5c\xfa\x03\x2f\xef\xf7\xf1\x12\xb4\xcb\x44\x05\xa0\x9b\x74\x73\xe9\x22\x04\xaa\xb9\x2e\x97\x66\x07\x10\xed\x7d\x98\xa3\xc7\xd4\x85\xc5\x74\xba\xf4\x11\x02\x21\xbf\xbd\xf4\x11\x02\xc5\xab\x9e\x2f\x7d\x84\x40\xcb\xb7\xb2\xf6\x71\xb2\x47\xb1\x92\x5c\xda\x2b\x40\x0c\xfb\xce\x3c\x66\x20\xfa\xdb\x70\x95\x91\x5c\xf4\x17\x96\x7a\x14\x3d\x56\xcc\xe7\x7f\x95\xf1\xe9\x15\x5b\xa9\xbb\xf1\xd2\x1e\x5a\xac\x41\x97\xf6\xd0\xa5\x3d\xc4\xda\x72\x69\x0f\x01\xf5\x58\x96\x52\x3f\xb8\x1b\xfd\xb8\xc6\xa5\xb7\x11\xe8\x92\xfd\x4b\xa3\x09\x08\x17\xa5\x4b\xa3\xe9\xd2\x03\xe9\x85\x70\x97\x1e\x48\xa0\x78\xdd\xf1\xa5\xd1\x04\x54\x99\xec\xa5\xd1\x04\x4c\xaf\xc5\xbf\x74\x40\x5e\x5e\x0e\x84\xc3\xed\xd2\x8c\xba\xba\x23\xc3\xe9\x6b\x3a\x32\xd0\xbc\xc9\xe4\xf2\xc4\x27\x90\x26\xaa\x5f\x9e\xf8\xbc\xf4\x49\x2e\x07\xb2\x3e\x49\xa0\x9b\xfa\x77\x69\x80\x5d\xe6\x64\x78\x55\xdd\xa5\x05\x06\x94\xee\x78\xd7\x02\xbb\x74\x40\x7a\x2f\xdd\xa5\xbd\x05\x4c\x59\xfc\xa5\x03\xf2\xd2\x04\xf3\xc2\xb9\x4b\x13\x0c\x68\xf5\x7d\x81\x6d\xd7\x29\xe9\xbd\xb0\x97\x4e\x49\xa0\xba\x13\x5f\x3a\x25\x2f\x2d\x35\x6f\x97\xbb\xb4\xd4\x80\xe9\x61\x81\x4b\x4b\x0d\x48\x6f\x08\xbd\x74\x5d\x02\xd5\xfb\x6f\x2f\x5d\x97\x97\xd9\x1c\x5e\x42\x77\xe9\xbb\x04\x9a\x51\xb7\x4b\xdf\x25\x90\x5e\x5a\x78\xe9\xbb\x04\xc2\xdb\xe5\x2e\x5d\x97\x97\xf7\x0f\xe9\x8c\xbe\xf4\x5d\x02\x61\x26\xf6\xa5\xef\x12\x68\x5e\x13\x73\xe9\xbb\x04\xde\x11\xaa\xe7\xf2\x32\x9f\x7a\x0d\xeb\xaf\x82\xc8\xa7\x36\xca\x7f\x99\x4f\x0d\xb4\xf1\x3e\x4b\x95\xcd\x57\x3f\x56\x56\xfd\xf0\x0d\xd2\xc5\x3e\x7f\x79\x8a\xf4\x5a\x6f\xcb\x79\xa9\x66\x2b\x90\xde\x66\x7a\xe9\xae\xbc\x3c\x45\xea\x15\xeb\x97\xa7\x48\x81\xf4\x1c\xfb\xa5\x07\x13\xd8\xc5\xe8\x14\x5d\x98\x40\x78\x79\xfd\xa5\x0b\x13\x28\x7a\xb7\x2e\x3d\x98\x40\xe4\xfb\x43\xdb\x4e\x5e\xb7\x27\xdb\x2f\x2d\x65\xa0\x0d\xac\xc0\x4b\x4b\x19\x08\x43\x17\x97\x6e\x4e\xe0\xbd\x72\xea\xd2\xcd\x09\xb4\x77\x8d\xd3\xcd\x79\x99\x0f\xbe\x1c\xc9\x26\x9e\x00\xef\x39\x86\xcb\x7c\x70\xa0\xf9\xdd\x84\xcb\x7c\x70\xa0\x7a\x39\xf5\xa5\x7f\x14\x08\x79\xda\xa5\x7f\x14\x68\x5e\x62\x78\xe9\x1f\x05\x72\xbd\xa5\xd4\x18\xe9\xe0\x3a\x95\x2f\xed\xfc\x4b\xa3\xde\x8f\x95\x5d\x1a\xf5\x40\x7b\xc7\xac\x46\x3d\x50\xfc\x48\xd4\xa5\x7f\xf4\x3a\xdf\x26\xd1\x25\x7a\x3e\x81\x30\xea\x7f\x79\xdb\xd1\x65\xf6\xcb\x5a\xbf\xe3\x93\xd6\x97\xd4\x00\x28\x7e\x7d\xf3\x92\x1a\x00\x51\xa0\x23\x97\xcc\x00\x68\x5e\xef\x78\xc9\x0c\x80\xea\x75\x16\x97\x67\x66\x2f\xc9\x82\x07\x02\x2e\xc9\x02\x90\xcb\x2e\x93\x2c\x00\xad\xba\xac\xeb\x77\xbd\xe4\x0f\xcb\xfe\x91\x3f\x00\xd5\x5b\x43\x2f\xf9\x03\x50\x8a\x0b\xb6\xfc\x01\x68\xe9\xf3\x3d\x6c\x7b\x99\x46\xee\x3d\x85\x97\xfc\x01\xa8\xaf\x25\x25\x7f\xb8\xbc\x1e\xc9\x94\x94\xcb\x44\x72\xa0\x16\xfc\x6a\x97\xe9\x38\x40\x78\x6c\xf4\xd2\x87\x0b\xd4\xa1\xce\xf4\xe1\x02\xd5\xe4\xa1\xcb\x6c\x9c\x4b\xe2\x61\xae\xc9\x25\xf1\x00\xca\x28\xbe\xd2\x66\xe2\xc3\xad\xa6\x2b\x5e\xfa\x70\x81\xaa\x93\xee\xd2\x87\x0b\xec\x62\x34\x4a\x7e\x02\x14\xef\x6f\xbf\xe4\x27\x40\x34\x6b\x2b\x3d\xb9\xc8\x06\xff\x75\x24\xca\x15\x80\x66\xf2\xc6\xa5\xf7\x14\xa8\x1e\x1b\xba\x4c\xb3\x01\xde\xf3\xce\x97\x84\x02\x28\x55\xc7\xf1\x25\xa3\x00\xca\xfb\x4b\x19\xc5\xe5\xc7\x4c\x71\x0c\x5e\x12\x0a\x60\xff\x92\x6a\xc8\x28\x80\xf4\xfa\xbc\x4b\x4f\x2c\x50\xd3\x55\x4b\x8e\x01\x4c\x6f\x9b\xb9\xe4\x18\xc0\xf4\xa2\xb9\x4b\xdf\x2c\x10\x81\x13\xf0\x92\x75\x00\xd3\xab\x96\x2e\x59\x07\xb0\x6b\x41\x0f\xc8\x3a\x80\x69\x52\xc9\x25\xeb\x00\x66\x71\xf7\xd2\x83\x0b\xec\x5f\xd2\x29\xa6\xe7\x00\xe9\x5d\xc4\x97\xe9\x39\x40\xa9\xc6\x01\x2e\xf3\x73\x80\xf4\xae\xe6\x4b\x0a\x73\xc1\x57\xaa\xae\xd3\x4b\xbe\x02\x0c\x3d\x03\x97\x7c\x05\x18\x7e\x77\xeb\x32\x17\x07\xd8\xbf\x54\x66\xdb\xbf\xda\x66\xbe\xc0\xb6\x7f\x4d\xa1\xb3\x94\x6d\xe7\x63\xac\xef\xb2\x2b\xf7\x01\x42\xfa\x76\xc9\x7d\x2e\xbf\x30\xe3\x1e\x61\xc2\xce\x85\xbb\xb9\xea\xcd\xbf\x74\x37\x03\xcd\xbc\xdb\x5b\x86\x04\xec\x62\x13\x59\x51\xc6\x35\x8e\x0c\xb4\x5b\x77\xf3\xed\xd7\x64\x74\xfe\xde\xfa\x96\x81\xe6\xb7\x06\x6f\x7d\xcb\xc0\x1e\x7c\x05\x59\x57\x66\x34\xbb\x22\x1a\x8a\x06\xe1\xdb\x40\x34\x15\x4d\x82\x61\x56\x6d\x29\xc2\x4f\x37\x7d\xe5\xa9\xe8\xe4\x6a\x99\x44\x74\x29\x62\x20\x4c\x7f\x78\x2b\x72\xf2\x34\x5f\xf9\x51\xf6\xe1\x82\x0b\x9b\xf9\x28\xe2\x36\xba\xee\xc3\xbe\x8a\xf8\x82\x17\x66\xe3\x6d\xbe\x0f\x50\xde\xcf\x5c\xde\xfa\xae\x81\xd6\x18\x1b\xb7\xbe\xeb\xbb\xa8\x20\x26\xd4\xad\xa3\x1a\x78\xb3\x1a\x6e\xd3\x82\x80\xee\x41\x87\x5b\x22\x08\xd4\xf2\x3e\x5f\xfd\x14\x87\x4b\xb3\x98\x0a\x82\x09\x9a\x3e\x77\x4b\x04\x6f\xbf\x12\xab\xdb\xf2\x96\x09\x02\xad\xbd\x22\x35\x84\x23\xbc\xba\x1d\xde\x3a\xc2\x81\xee\xb9\x8c\x5b\x47\x38\xf0\x1e\xd2\xbf\xcd\xa8\xbf\xab\xeb\x17\x0b\xf5\x2d\x49\x04\x52\x67\xf3\xad\xd3\x1b\x28\x55\x27\xd7\xad\xd7\x1b\x88\xda\xfd\xa5\x6d\x27\x2d\xc8\xcb\xe2\x6e\x9d\xde\xc0\xfe\x25\x2a\x32\x2d\x08\x08\x3f\xa2\x7d\x9b\x16\x74\x57\x5b\xc0\x56\x76\x9b\xdd\x03\xa4\xe7\xf0\x6e\x93\x7b\xee\x66\x57\xc1\x47\x6e\x59\x28\x50\xcd\x92\xb8\x25\xa1\x77\xb3\xba\x18\x5e\xb7\x8c\x13\xc8\x86\x3d\x7f\xcb\x38\xef\x66\xdd\x52\x99\x75\x6b\x1c\x1c\xff\x3d\xe7\xae\x6f\x09\x29\xd0\x3c\x69\x71\x4b\x48\x81\x30\x4f\xf1\x36\x85\xe7\xf6\xcc\x2f\xd1\xad\xdb\x14\x1e\x20\x3d\x24\x7a\xeb\x40\x07\xea\x7c\x4b\xbd\x4d\xfe\xf0\x31\x74\x06\x8a\x09\x3c\xb7\x17\xed\x0e\x1f\xef\xb0\xe6\x53\xb3\x7e\x84\xe3\x96\x01\x03\xd5\x6f\xf7\xdd\x32\x60\xa0\x19\x42\xbe\xf5\xb2\xdf\xde\xb3\xeb\x08\x36\xa5\xe7\x0e\x17\x41\xa7\xbd\xf9\x3b\x40\x6d\x6c\x73\xb7\xbe\xf8\x3b\x1c\xc2\xe9\x0b\xd4\x05\xdf\x90\xf5\xde\x8d\x5b\x5f\x3c\xd0\x8c\x47\xdf\xfa\xe2\x81\xea\x2d\x53\xb7\xbe\x78\xa0\x19\x0b\xbd\xa5\xe6\x77\xb8\xb2\x77\xdb\x64\xcb\x43\xb3\xd2\x57\xda\x72\x3e\x2b\xab\x8f\xfd\x96\xad\x03\xa9\xbd\x73\xcb\xd6\x81\xa6\x71\x7e\xcb\xd6\xef\xb4\x99\x2e\x82\xf2\x70\x20\x3c\x55\x70\xcb\xc3\x6f\x08\x76\x7d\x27\xb4\x0c\x1b\x48\xcd\xa2\x5b\x86\x7d\xe7\x5b\x5b\xaa\x26\x53\x06\x9a\xa9\xf3\xb7\x44\x19\x28\x55\x0a\x7c\xcb\x94\x81\xe6\xa7\x12\x6f\x13\x73\x80\x6a\xe8\xf9\x96\x3b\x03\xb3\xba\xc8\xca\x9d\x81\xf4\x62\xe9\x5b\xee\x0c\x0c\x3f\xf5\x7b\xcb\x9d\x81\xda\xad\x85\xdc\x19\x48\x2d\xb1\x5b\xee\x0c\x94\x37\x3a\x7a\x1b\x71\x00\x56\x75\x02\x4a\xa7\xef\xee\x3c\x55\x91\x32\x65\x60\x9a\xb4\x7d\xcb\x94\x81\x5d\xcc\x06\xa8\x8d\x8e\x97\xf9\x7d\x9a\xda\xe0\x78\xaf\x41\xc3\x5b\x3e\x0d\xec\x5f\xa2\x47\x09\x35\xd0\x1a\x3b\xf0\x2d\xa1\xbe\x87\xbd\xe2\xa6\x20\xdf\x05\xc2\x18\xe7\x2d\xdd\x05\xd2\x74\xdb\x5b\xba\x7b\x0f\x77\x4d\x9c\x88\xb7\x3c\x16\x88\x77\x6d\x90\xc7\x02\xa5\x9a\x16\x7e\x4b\x64\x81\x66\x6e\xf7\x2d\x91\x05\x9a\x9e\xed\x5b\x1e\x7b\x4f\x35\x69\x3d\xe4\x9e\x40\x9a\xa8\x7b\xcb\x3d\xef\xa9\x26\xed\x76\x69\x25\x90\xa6\x1a\xdf\xd2\x4a\x20\xd3\x05\xcf\x24\x98\x1b\x56\x59\x8b\x2b\x9e\xb4\x12\x48\x13\x86\x6f\x2f\xba\x05\x52\x53\xe3\x36\x64\x72\x73\xd1\x6d\xf5\x56\xc2\x5b\xa6\x09\x94\xb7\x93\x25\x9a\x40\x79\xcd\xf2\x5b\xa6\x09\xe4\xdb\x76\x89\x26\x50\xfc\x06\xfb\x2d\xd1\xbc\xb9\xfb\x36\x5d\x77\x65\x95\x40\xea\x8d\xba\x65\x95\xc0\x7b\xf8\xe8\x96\x55\x02\xe9\xe7\xc3\x6e\x59\xe5\x2d\x37\x2c\xf6\x8a\xe4\x10\x18\x0b\x6f\xcb\x2d\x39\x04\x32\x5d\x85\x24\x87\x40\x1a\x30\xb9\x25\x87\x37\x29\x30\xd5\xeb\x0c\x6f\x73\x60\x80\x78\x7b\x58\xda\x07\x94\xea\x0d\x84\xb7\xbc\x0f\xc8\xc4\x8d\x7b\xcb\xfb\x80\x34\x69\xf9\x3e\xdf\xda\xf2\xf9\xb6\x62\x29\xfb\xe9\xb2\x01\x2e\xb7\x52\x41\x20\x3d\x2b\x75\x1b\x18\x02\x76\x31\x1a\x25\xfd\x03\x42\x43\xfa\x96\xfe\x01\xbb\x18\x2d\x90\xff\x01\x69\x2a\xf6\x2d\xff\x03\x4a\xf5\x56\xc2\x5b\x02\x08\xa4\x1f\x08\xb9\xe5\x7f\x80\x8e\xac\x5b\xfa\x77\xc3\xf5\x6a\xa9\xca\x6c\xd4\xc5\xe0\xeb\x3e\xeb\x6d\xd4\x63\xb1\xff\x8b\xb1\x3b\xc9\x81\x15\x56\xb2\x30\x3c\xaf\x55\xd4\x12\x12\x77\x18\xa9\xf4\xf6\x92\x49\xb3\xff\x25\x94\x38\x9f\xef\x9b\xde\x3b\xfa\x25\x44\x26\xee\x30\x71\x1c\xe1\xb0\xa2\x79\x7d\x5e\x14\x99\x97\x4f\x62\x2f\x78\x6f\xcb\x33\xf9\x8f\x82\xde\x59\x63\xf4\xdf\x79\x1a\x90\xbe\x94\xc4\x5e\xd0\x85\x42\x9f\xc4\xde\x79\xea\x16\xb6\xa9\xb8\x9b\xa0\xf7\xfd\x1f\x34\xf5\x49\xe5\x9d\xb4\xda\x66\xdc\xd1\x6a\x41\x17\x59\x7b\xd2\x6a\xe7\x65\xa8\xc4\x69\x76\xf2\xf5\x04\x6d\xcd\x23\x62\x64\x4e\x92\x4b\x9e\xbe\x93\xe4\x3a\xa5\x7d\xf5\xf9\x26\xb9\x4e\xfa\x4a\xe6\xbb\x93\xbe\x0a\xba\x95\xae\x93\xbe\x0a\xba\xbd\x6b\x27\x7d\x75\x3a\x16\x34\x4b\xe4\x27\x7d\x15\xbc\x7f\xe6\x9a\x9e\x8c\x5f\x47\x5c\xf7\x49\x60\x05\xef\x6d\x8a\xb6\x8a\x9b\xd4\x77\x9b\x4b\x5a\xf0\xd6\xe3\x86\x0f\x39\x15\xd4\xcd\xd7\x9a\x9a\x3a\x49\x27\x41\xe7\x27\xe9\x14\x6c\xc3\x88\x22\x9d\xce\x47\x45\xbd\x27\xf6\x31\x04\xc7\x9a\xe2\xa8\xa9\xe0\xbd\x2d\x9d\x40\x4e\x05\xbb\x18\xcb\x93\x9c\x3a\x1f\x3d\xbe\x9e\xa0\xbc\x8f\x83\x14\xd3\x6c\x54\x51\xb0\x15\x49\xdf\x4e\xb2\x28\x98\x82\x1b\x4f\xfb\x18\xce\x47\x15\xd2\xbc\x17\x59\x74\x7d\x8c\x86\x7c\x89\x2f\x1a\xe8\xfa\x64\xe2\xc8\x37\xf6\x22\x81\x2e\x7a\x47\xd6\xb7\x8b\xde\x09\xba\xa3\xa9\x2e\x7a\x27\xd8\xca\xe1\x97\xd3\xa5\x55\xb6\x3d\xd7\x2e\xd7\xae\xff\xfc\xef\x61\x21\xe3\xa2\x51\x82\xea\x43\x76\xd1\x28\x17\xa5\x21\xe9\xdb\x45\x69\x04\x9b\xf3\x27\x2f\x4a\x23\x78\x6f\x73\x4d\xd1\xb6\xac\x8a\x2b\x2d\xa9\x11\xec\x8e\xd4\xbc\x28\x8d\x6b\xd3\xba\xf9\x6c\x5d\x34\x44\xd0\x05\xfe\x5f\x24\xc4\x45\x2f\xc8\x2a\x77\x11\x0c\x41\x37\xdc\x2e\xb1\x34\x17\x71\xc0\xea\xbb\x88\x83\xa0\x5b\x2f\xb8\x88\x83\xe0\xbd\x2d\x3f\xa5\x0e\x82\x6e\x8b\xc3\x45\x1c\x5c\x52\xa8\xc6\x0e\xb9\x88\x83\xe0\xfd\x65\x1a\x5c\xe0\xcc\xe5\x8c\x8e\xe1\x97\x5f\x97\xf2\x45\x75\x88\xf3\x45\x43\x04\xc7\x67\xfd\x52\x1f\x64\x83\x80\x10\xf0\xcb\x06\x81\xa0\xdb\x42\x71\xd9\x20\x70\x91\x10\xf2\xd1\x5d\x24\x44\xd0\xc5\xf4\x5c\x24\xc4\x95\x83\x18\x0b\x5f\xf1\xc5\x62\x0f\xba\x7d\x04\x17\x8b\x3d\xe8\xb6\x33\x5c\x2c\xf6\x2b\x11\xf1\x45\x9e\xb6\x4b\x2c\x4b\x30\xac\x48\x5c\x2c\xea\x2b\xe1\xef\x85\x68\xbb\xd8\xcf\x41\x17\xac\x7f\xb1\x9f\x83\x2e\xcc\xff\x62\x3f\x07\x75\x5b\x3f\x54\xb2\xb8\xb6\x8a\x55\xb3\x8b\xb1\x1c\x1c\x02\xad\x2f\xc6\xf2\xd5\x77\xb7\xb9\xa6\x1c\xf2\x8d\x66\xd1\xe6\x62\x05\x5f\x5d\x1a\xa3\xea\xdf\x94\xa3\x1b\x45\xa9\x01\xaf\x52\xb0\x2d\x73\xff\xe2\x56\x0a\x7a\x37\xfe\x18\xcb\x57\x9c\x37\x45\x66\xb2\x8b\xb5\x19\xf4\xee\xad\xe2\xbc\x09\xb6\x22\x5f\xe1\xc5\x7b\x73\xc9\xe1\x39\x5d\xf2\xd0\x6c\x78\xb5\x49\xe3\x62\x93\x5e\xc9\x2f\x53\x4a\x6c\xa4\x8b\x01\x1a\x74\x9b\x34\x2e\x06\xe8\xb5\xeb\xf8\xd8\x6a\x17\xbf\x4c\xd0\xed\x71\xb8\xb8\x65\x2e\xf6\x21\x5d\x76\xb1\x0f\x83\x83\xc1\x72\xb1\x0f\x83\x6e\x81\xe0\x62\x1f\x06\x5b\x91\x4b\xea\xe2\xe8\x08\xa6\x63\x03\xaf\xb9\x1e\x60\x7c\xe4\x2b\x71\xf1\x6a\x04\x87\x44\xd6\x17\xcb\xf2\x3a\xdc\x66\x6a\x63\x98\x05\x07\x2b\xef\x3a\xd6\x6d\x5a\x57\xc7\x70\x01\x5c\x8c\xb5\xc8\x87\x8b\xb1\x76\x1d\xfa\x4a\x83\xb0\xc3\x82\x6e\xb3\xc5\x65\x75\xff\x3a\x8c\x23\xc3\xcd\x52\x7e\x70\x48\x95\x7d\xb1\xd6\xae\xaf\xb2\xe9\x3f\x8b\xed\xc1\xf1\xda\xae\x7f\xfd\x6c\x5f\x62\x6e\xae\xdf\xfa\x97\xb4\x17\x8b\xe6\x62\xd1\xac\x4b\xeb\xb6\x99\x3f\x4e\x4b\x33\x69\x82\xad\xd4\xac\xe2\x5f\x96\xb4\x83\x29\xf1\xdc\x25\x92\x38\x78\x6f\xf3\x53\xe3\xe7\xc5\xdc\x87\x4b\xda\x21\x9b\x42\x4b\xf5\xc2\x32\x4c\x82\x6e\x9f\xc8\x65\x15\xfa\x62\xab\x38\xe1\xfb\x62\xab\x04\x73\xd3\x95\x8c\x91\xe0\xbd\x2d\x55\x38\xd7\x13\xae\xa4\xf0\x4b\xab\xca\x83\x72\xb1\x59\x04\x2a\x5e\x6c\x96\x60\x4a\xf8\x75\xb1\x59\x82\xad\x48\x5f\x73\x59\x60\x0e\x0e\xa9\xc5\x2f\xf1\x2f\xd7\xa5\x6c\x59\xc2\xba\x04\xf6\x06\xc3\xf7\xf8\x12\xc5\x72\x59\x9a\x96\x17\xe6\xb2\x34\x1d\x6c\xab\x56\xd7\x2a\xdb\x9d\x13\x1a\xd3\xbb\x96\xa6\x2f\x46\x91\x54\x7c\x17\xa3\x28\x68\x96\x09\x2e\x46\x51\xb0\x95\xea\x92\x1a\xdc\x5a\x57\xc7\x30\x8a\x2e\xc7\x98\x79\xaf\x19\x45\x41\xb3\xd3\xea\x62\x14\x05\x55\x5a\xe5\x8b\x4d\x14\x14\xc6\xce\xc5\x26\x0a\xb6\x5d\x4f\x31\x89\x2e\x8b\xce\x35\x6b\x4e\x17\x9b\x28\xa8\xd3\x50\xb0\xe8\x7c\x59\x61\xb6\x16\x78\xb1\x89\x82\xad\x78\xd3\xef\x55\xf5\xe4\x41\xd1\x40\xac\xa4\x60\x92\xd9\x17\x2b\x29\x28\xd2\xdf\x5f\x62\x64\x82\xb6\xf9\x5c\xd8\x12\x1a\x54\x9b\x99\x2f\xa6\x54\x70\xac\x9b\xb4\x4e\x36\x84\xae\x83\xa5\x2f\x66\x53\x50\x8f\x2c\x8b\x5e\x16\xa1\x2f\x26\x92\x0d\x3d\x17\x13\x29\x68\x82\xaa\x2e\x26\x52\xf0\x67\xf6\xb5\x96\x7c\xb1\x9a\xa8\x90\x9b\xd5\x74\x5b\x4c\x76\x92\xe6\x6d\x31\x39\x58\xe7\x30\xdc\x0c\xa9\xa0\x3a\x8e\xeb\x16\xba\x7c\xaf\x0d\xa1\xfe\xac\xb9\xa4\xcf\x63\xa7\xde\xd6\x97\x83\xea\xb0\x83\x9b\xb9\x15\xac\x4d\x4a\x37\x73\xeb\x66\x6e\x39\x75\xf2\x66\x6f\x05\xd5\xd1\x91\xb7\xf5\xe5\xfb\xe3\xcd\xee\xae\x9d\xae\xe5\xdc\x95\x55\x81\xcb\xa5\xf4\x66\x8d\x89\x74\xb3\xc1\x82\x6e\x97\xf5\x6d\x9d\x38\x68\x12\x26\xdc\x96\x89\x83\x6e\x5f\xf4\x6d\x99\xf8\x66\xbc\x49\x19\x74\x33\xde\x82\xde\xb3\xd8\x7b\x33\xde\x82\xe2\x53\x7f\xb3\xdd\x82\x3a\x94\x82\xed\x76\x5b\x26\x96\x32\xe8\x66\xbc\x05\xc5\xd6\xdd\xdb\x32\x71\xd0\xed\xf5\xbe\xad\x12\x07\x8d\x9d\x76\xb3\xf0\x6e\xe1\xd2\xcd\xff\x6b\x8c\xec\x27\xb5\xe0\x70\x5b\x24\x0e\x36\x27\x96\xdc\x6c\xbe\xbb\xe8\xa7\x48\xb2\x9b\x35\x17\x4c\x69\xad\x6f\xc6\x5c\xb0\x39\xd5\xf2\x66\xcc\x05\x4d\x7e\xf3\x9b\x31\x77\x17\x6f\x5d\x0c\xbc\x5b\xbc\x51\x30\x9d\x53\x71\x33\xdc\x82\xf7\x36\xcf\x54\xb4\x17\x55\x3c\xdc\x5d\x56\xd1\x72\x9a\xdd\xe6\x92\x9e\xb3\x46\xcc\x03\x7b\x5b\x23\x0e\xba\xf8\x8e\xdb\x1a\xf1\xbd\x52\xdd\xc7\xe0\xbd\x45\x2a\x05\x73\xe6\x1d\xbe\xd9\x7c\xb7\xd3\xbd\x65\x88\xbb\x05\x4b\x07\xbb\x08\xc7\xdb\xb2\x71\xd0\x6d\x56\xbf\xad\x0b\x07\xaf\xa5\x92\x4b\xfa\xc9\x22\xb0\x63\xa4\x6f\xab\xc0\x77\x95\x68\x33\x75\x67\x40\x06\x65\xd7\x51\x0c\xc8\xbb\x7a\x17\x63\xd0\xdc\x16\x78\x83\x39\x0d\x3e\x0b\xbc\xc1\x7b\x9b\x6b\x2a\xda\x12\x27\x9b\x2f\xff\x6d\x85\x37\x38\xac\x50\xdd\xf6\x6c\x06\xdd\x36\xfa\xdb\x9a\x6f\xb0\x8d\x7f\x39\xe0\xfa\xb6\x24\x7c\x37\xef\x5b\xa6\xe7\x9b\x19\x1a\x2c\xc7\xdb\xcd\x0c\xbd\xbb\x57\x24\x56\xd1\x2d\x28\xea\x96\x09\x3f\xd3\xff\x6d\x31\x36\x28\xd3\x2b\x62\x31\x36\xd8\xd6\x31\xf0\xb7\xa0\xa8\xe0\x70\x54\xc8\xcd\x58\x0d\x8e\xcf\xfa\x7f\x4d\xcf\x58\x95\x88\xe8\x66\xac\xde\x8c\xd5\xe6\x36\xa5\xb5\x8c\x2b\x70\xe1\x66\x99\x06\xdd\x06\xb3\xdb\x32\x6e\x30\x67\xa6\xde\xdb\x2a\x6e\xf0\xfe\x32\xc5\xb5\x8c\x1b\x74\x49\x07\x6e\xcb\xb8\xc1\xca\x50\x77\x5b\xc6\x0d\xf6\x7d\xfd\x99\xd6\x18\xab\xb4\xe9\x47\x56\x6e\xb0\xdb\x16\x70\xb3\x72\x83\xc3\xd7\xe4\x66\xe5\xde\x7b\x46\x80\xac\x06\xb7\xc5\xd2\x60\xdb\x3d\x53\xf0\x51\x50\xb9\x9f\x6e\x46\x6e\x50\xb8\xad\x6f\x46\x6e\xf0\xfe\x59\x06\xa7\xe0\xa3\x60\xb3\x14\x73\x0b\xff\x0e\xb6\xd2\xf4\xb1\x78\xa4\xdb\xd9\x67\x91\xfe\xb7\xf5\xd9\x60\x17\xd0\x76\x5b\x9f\x0d\x06\x87\xf7\x6d\x7d\x36\x28\x76\xa6\xdd\x52\x2d\x06\x8d\xef\xe4\xde\x57\x35\xaf\x38\x9f\xfc\x97\x6e\xda\xb3\xad\x39\x2b\x94\xb7\x75\xdd\x60\x9b\x31\xe5\x6f\xeb\xba\x41\x77\x74\xc5\xcd\x6c\xbf\x19\xe4\xdc\xe2\x37\x83\x3c\x68\x76\x82\xde\x0c\xf2\xe0\xbd\x2d\xc5\x10\x7a\x14\x54\x12\xff\x66\xa3\x07\x9b\xfc\x2d\x37\x1b\xfd\xce\x16\xc9\xe2\xac\xcb\x5b\xa0\x51\xb0\xf2\x0d\xde\xe2\x8c\x82\x3e\x4c\x0e\x16\x84\xef\x04\x15\x15\xc7\x5f\xde\x82\x8a\x82\xc6\x4f\x7b\x5b\xfd\x0d\xca\x30\x42\xad\xfe\x06\x5d\xd8\xd8\x6d\xf5\x37\xd8\x8a\x33\x54\x6f\xa1\x47\x41\x91\xb5\xea\xb6\x20\x1c\x34\xaa\xee\xb6\x20\x1c\x6c\x4e\x5f\xba\xad\x07\x07\xdd\x6e\xad\x9b\xec\x08\xb6\xa6\xfc\x64\xc7\x4d\x76\x2c\x43\x80\xec\xb8\xd7\xde\x49\x25\xd3\x18\x89\x3c\xda\xd7\x9f\x69\x8c\xac\x11\x17\x81\x03\xb7\x45\xe2\x60\x13\x92\x77\x13\x27\xc1\x7b\x9b\x87\x1a\x08\x47\x0e\xec\x5b\xa5\xd5\x66\x11\x2c\xc3\x9b\x4e\xaf\x04\x7d\x98\x16\xe9\x95\xfb\xdb\xfc\x99\xdb\x54\x3d\x21\x44\xfc\xd1\xb7\x10\xa2\x60\x5b\x53\x15\x55\x13\xb4\x61\xc2\x21\x5b\x6e\x4b\xc9\x56\x45\x6f\x4b\xc9\xc1\xb4\x92\x76\x5b\x4a\x0e\xb6\xb5\x23\xfd\xb6\x96\x1c\xd4\xb1\xbb\x4d\x9d\x2c\x12\xf3\x4c\xdd\x16\x89\x83\x6e\xef\xda\x6d\x91\xf8\xb6\x48\x2c\x0b\xec\x6d\x91\x38\xe8\x4c\xe6\xdb\x22\x71\x50\xe5\x52\xba\x29\xaa\xa0\x54\xcf\xa4\xa8\x82\x26\x79\xf4\x4d\x51\x05\xdd\xae\xba\x9b\xa0\xba\x7f\x7a\xc0\xf4\xf5\x5b\xa5\xbd\x73\x5b\x86\xa8\x35\xe2\xfb\x34\x12\xbc\x8b\xb6\x05\x04\x85\x4f\xe1\xb6\x2d\x20\x28\x6b\x0c\x11\x4f\xf7\x65\x62\x65\x17\x09\xbb\x09\xba\xc4\xbf\x37\x55\x14\xf4\xe1\x9b\x46\x15\x05\x45\x56\xad\x9b\x28\xba\x2f\x2f\x31\x1b\xc2\x0e\x80\xa0\x58\xd6\xb9\xed\x00\xb8\x09\x25\xe9\xac\xee\x6b\x95\x23\xaf\xa7\x3e\x26\x94\xee\xcb\xeb\xc9\x96\x21\x81\x82\xe9\x80\xc4\x5b\x74\x4e\xb0\xcf\xac\x4b\xdd\x44\x51\x70\xd8\x7a\x7c\x13\x45\xc1\x7e\x64\xc5\xfc\x26\x8a\x82\xdd\x79\xb8\xb7\xb5\xe3\xdb\x12\xb0\xcc\x55\x37\xb9\x13\xf4\x71\xfc\x43\x1c\xf8\x4d\x0d\xdd\x56\x88\xc5\xe0\xdc\xe4\x50\xd0\xc7\xe1\xf9\xaa\x7c\x7b\x09\xcd\x22\xe4\x50\x30\xcb\xf0\x4b\xe3\xf5\x31\x38\xb5\x20\x09\x13\x4c\x0b\xeb\x37\x09\x73\x4b\x01\x99\x18\xa5\x9b\x86\xb9\xad\x06\x2f\xcb\xcf\x6a\x70\xd0\x96\x71\x42\xd6\x04\x95\x0b\xf3\x26\x6b\xee\x47\x0d\x8c\x7e\x91\x34\x41\x21\xb3\x6f\x6b\xc6\xf7\x63\x74\xae\x7f\x33\x3a\x73\xd0\x97\xa0\xc3\x9b\xd4\xb9\xed\xd2\x8c\x3a\x7c\x28\x9d\x60\x49\x87\x87\xd0\x09\xba\xe0\xa0\x87\xd0\x09\x9a\xf8\xf1\x87\xd0\x79\xe4\xb1\xcf\x97\xef\x21\x74\x82\xe2\x68\x88\x87\xce\x79\x28\x18\xe1\x53\x0f\x05\x13\xf4\x92\x11\xf6\x50\x30\xc1\x7b\xdb\xcc\xb5\xaf\x6b\x39\x4d\x79\xba\xf4\x73\xe9\x1d\x9b\x64\xc2\x43\xe7\x3c\x44\x4d\x5b\x75\x7a\x5c\x4b\x74\x50\xcc\xf1\x87\xa8\x79\x04\xbf\x48\xe0\xf5\x50\x35\x41\x97\x33\xf4\xa1\x6a\x82\xf7\xb6\x54\xc1\xc6\xcd\x60\xdb\x15\x8d\xd0\x09\xb6\x95\x41\xf8\xa1\x74\x82\x66\x31\xf1\xa1\x74\x82\xf7\xb6\x54\x9e\xd4\x09\x36\xc3\xef\xa1\x74\x82\x15\x4e\xff\x50\x3a\x8f\x95\x6b\x89\xc4\x1e\xba\xe6\x11\xfd\xb2\x2b\xae\xca\x67\xcb\x67\x71\x06\xd1\x63\x99\x3a\xd8\x9a\x5a\xd9\xf2\x19\x34\xc9\xf3\x1e\x7b\x2a\x1e\x5a\x47\x38\xd6\x43\xeb\x04\xc5\x8e\xba\x87\xd6\x09\xaa\x1c\x67\x0f\xad\x13\xac\xc8\xe1\x87\xd6\x79\xca\x8a\xe8\x49\x3d\x2d\x5c\x07\x5d\xf8\xe1\x63\xe1\x3a\xe8\x22\x1e\x1f\x8a\xe8\x21\x7f\x9c\x4b\xf4\x90\x3f\xc1\xb0\x13\xfc\x21\x7f\x82\xf7\x36\x3f\x55\x4f\x07\x49\xe7\x8b\xf8\xd8\xbb\xf1\x90\x44\x4e\xd5\x79\x48\xa2\xa0\x96\xc8\x9f\x87\x24\x7a\x48\x22\x69\xcf\x1e\x92\x28\x38\xac\x74\x3c\x24\x51\xf0\xde\x96\x26\xb2\x0e\x1e\xcc\xb9\x2e\x69\x22\xfa\xc7\x71\x22\x0f\x01\x14\x6c\x4c\xa8\x47\x60\x4c\x50\xa5\x58\x7f\x48\xa2\xe0\xfd\xa5\x87\xea\x51\x5b\x4b\x0d\x53\x32\xe9\xa1\x89\x9c\x6f\xf1\xd0\x44\xc1\xb0\x0e\xfe\xd0\x44\x4f\x64\x4c\x71\xfe\xc4\x43\xa8\x04\x87\x5d\x76\x8f\xb5\xf7\x47\x38\x0b\xc5\xff\x58\x7c\x0f\x76\x6b\x05\x8f\x70\x96\x87\xc4\xa1\xb5\x1f\x12\x27\x98\xd6\xc6\x1e\x12\xe7\x11\xbc\xd2\xd7\x13\x74\xd6\x8b\xc9\x2f\xf0\x08\x5e\x79\x2c\xc8\x53\x7f\x8f\x05\xf9\x47\xf4\x4a\x0c\x93\xc7\x82\x7c\xb0\x15\x29\xd3\x1e\xe1\x2b\xc1\x36\xb3\x02\xf2\xd8\x6b\x12\x6c\x42\x73\x1f\xb2\xea\x11\xe4\x42\x98\x3e\x74\x55\x50\xec\x22\x79\xe8\xaa\xa0\x1f\xa6\x14\xb2\x2a\xe8\x47\x3e\xf5\x0f\x59\x15\x74\xe7\xae\x3f\x64\x55\x70\xb0\xb0\x1f\x91\x30\x8f\xf5\x7e\x52\xf2\xb1\xde\x1f\xb4\xcd\x60\xa3\xaa\x1e\x7a\x89\xac\x7a\xe8\xa5\xa0\xcb\x03\xf3\xd0\x4b\x41\x15\x6a\xf3\xd0\x4b\xc1\xfb\xcb\x94\x96\x60\x0a\xaa\x1c\x03\x8f\xb8\x97\xe0\xbd\xcd\x35\xf5\xcc\xa6\x11\x89\x41\x1e\x81\x2f\x0f\xbf\x83\xd0\x89\x87\xdf\xe1\xb1\xd5\xd6\x54\xc1\xef\xf0\x48\xb4\x69\x42\x21\xc8\x1e\xb1\x30\xa2\x3a\x1e\x8a\xec\xb1\xfb\xd6\x0b\x4f\x91\x05\x45\x98\xd7\x33\x56\xdd\x75\x7b\xff\x87\x74\x66\x0f\xb7\x44\xd0\x98\x4f\x8f\xb0\x98\xa0\x15\x0d\x48\xe9\x05\xef\x1f\xbb\xa6\xb9\x92\x1c\x5f\x92\xa2\x87\xd4\x7b\x76\xf3\xaf\x81\x4d\xc4\x05\x7d\x44\x59\x3f\x34\xdc\xb3\xaf\xa6\x49\x3b\x10\x71\xcf\x0a\xb2\x49\x17\x11\x71\xc1\x56\x84\x09\x3c\x54\x5c\xb0\x4e\x69\x79\xa8\xb8\x60\x93\xbc\xf7\xa1\xe2\x9e\x5d\x3b\xc4\x98\x78\x08\xb4\xa0\xda\xd6\xfb\x10\x68\x41\x5b\x1f\x15\x7e\x95\xa0\x4b\x83\xf4\xf0\xab\x3c\x64\x9c\xb0\x8f\x87\x8c\x0b\x8a\xa5\xf2\x87\x8c\x0b\x56\xd6\xdf\x87\x8a\x7b\xb8\x5a\x44\x26\x3c\x64\x5c\xd0\x25\x50\x7a\xc8\xb8\x60\x13\x33\xff\x08\xe2\x09\xfa\x58\x25\xd3\x1a\x11\x76\xc7\xa1\x4a\x1a\xe3\x45\x19\xbb\xc2\x6a\x8c\x44\xfa\x0c\xd3\xaa\x48\x9f\x67\xae\xc6\x48\x03\x11\x76\x41\xb3\xa8\xfc\x10\x76\xc1\x14\x4c\xfa\x10\x76\x41\x65\x99\x3e\x74\xdd\x23\xaa\x47\x8c\xc1\x43\xc5\x05\x5d\xb6\xea\x87\x8a\x7b\x78\x8f\xc4\x1d\x3c\x64\xdc\x43\xc6\x35\xff\xa6\xe6\x2f\x8a\x83\xcc\x1f\x2a\x2e\xe8\x23\x0b\x14\x0f\x15\xf7\x90\x6c\x1c\x02\x0f\xc9\x16\x74\x6b\xb7\x0f\xc9\xf6\x90\x6c\x3c\xbc\x0f\xc9\x16\xec\xf6\x29\x3f\x24\xdb\xc3\xc7\xc4\x37\xfc\xd0\x6c\xcf\xf2\x31\xe5\xa1\x34\x5b\xd0\xc4\x86\x3d\x22\x82\x9e\xaf\x99\xdc\x48\xa3\xc6\x82\x2e\x83\xd5\x23\xfc\x27\xd8\x8f\xe6\xcf\xd4\xe0\x45\xb3\xbb\xf6\x21\xd9\x1e\xfa\x8c\xeb\xf6\xa1\xcf\x82\x3e\xcc\x22\xf4\x59\x50\xed\x32\x7f\x64\xc5\x79\x68\xb1\x35\xdf\xd3\x62\x0f\x2d\xc6\xb8\xa0\xc5\x1e\xee\xad\xf5\xc9\x22\xc6\x82\x95\xb5\xf8\x21\xc6\x82\xf7\x36\x3f\x55\x83\x17\xfb\x34\xfa\xa8\xb1\x87\x2f\x8b\xcb\xf4\xe1\xcb\x0a\xba\xd0\xa4\x87\x2f\x2b\x58\x91\xe3\x0f\xcd\xf6\x9c\xa6\x0e\xa3\xc8\x5e\x8c\xa0\xda\x18\xf3\x88\xce\x09\xba\x03\x7f\x1e\x4e\xb0\x60\x1d\x6c\xfc\x70\x82\x05\xcd\x16\x85\xc7\x56\x8c\xe7\x5c\x15\x70\x9b\x0a\xe4\x58\xea\x65\x76\x13\x80\x4f\xb6\x67\x94\x35\x0f\xf1\x95\x05\x65\xcd\xbd\x5c\x65\x41\xe5\x41\x7a\xce\x55\x81\x75\x64\x80\x87\xea\x83\x9c\x19\xb0\xfb\x33\x9b\x38\x82\x21\xb4\xf2\xa1\x26\x83\x41\x5e\x3c\xd4\x64\xd0\xeb\xba\xa4\x31\x48\xc7\xf5\xb2\x93\x8e\x41\xdf\xcd\xad\xa4\x63\xd0\xd6\x07\xd7\xe6\xf1\xa0\xee\xdd\x9f\xa9\xf9\x95\xbc\x1f\xd5\x5d\x6a\xce\xeb\xb6\x5e\x29\x5e\xb7\xa0\x4b\x3d\xf1\xf0\xba\x3d\x76\x7f\xac\xd1\x47\x60\x06\x6d\x4d\xa3\x04\x66\xd0\xad\x95\x3c\x04\xe6\x23\x14\x69\x0d\x04\x72\x32\xe8\x52\xd1\x3c\xbc\x6e\xcf\x3d\xdc\x96\x7a\xf2\xb1\x05\x8d\xcb\xfa\x21\x3a\x1f\x12\x52\x9a\xb5\x87\x84\x0c\xfa\xbe\x8a\xe6\xfd\x79\xb1\x96\xbe\x1e\x0a\xf2\x11\x77\x34\xbc\xb3\x24\x64\xd0\x65\xeb\x7c\xf8\xd8\x82\x2e\x99\xce\xc3\xc7\xf6\x24\xec\xa8\x0c\x76\x2c\x8f\x5a\xf0\x9a\x50\xb9\xa4\xa2\x76\x71\x48\xd0\xf6\x50\x9a\x41\x99\x54\x19\xa1\xf9\xd8\xb2\x21\x8d\xeb\x43\x56\x06\x5d\xf6\xc8\xc7\x96\x8d\x47\x28\xd2\x28\xff\xb0\x0e\xfe\x50\x9d\x41\xb5\xd3\xed\x11\xa9\xf4\x70\xc3\x09\x4b\x7a\xb8\xe1\x82\xb5\xdb\xf3\xa1\x4d\x83\x2e\xe7\xcf\xf3\xac\x4a\x3b\x25\xe8\xf8\x9f\xff\x7b\x8d\xff\xff\xfc\xef\x82\x0d\x5d\xe3\x13\x6d\x0a\x35\x8b\x18\xaf\x95\xec\x52\xc9\xbe\xc5\x4f\x2e\x55\x97\x6a\xfe\xde\x0f\x9b\x4b\x46\x40\xcb\xa5\xee\x92\x51\x3d\x73\x69\x77\x49\x6f\x17\xa5\xf8\xba\x96\xde\x7e\x5b\x79\x7c\xa2\x43\xc7\x47\xcc\x53\xf2\xb3\x8d\x4f\xbc\x6b\xd0\xb3\xb9\x6a\x7c\x12\xf3\x04\xad\xad\x07\x3c\x2e\xe5\x4d\xdd\xf6\xf7\xd2\xa6\x96\x39\x3d\xad\x8c\x9a\xa2\x6d\xea\xf4\xa2\x64\x91\x64\x7c\x36\x75\xe2\x70\x4b\x66\xb7\xf1\xd9\x54\x2a\xe9\x5a\x73\x22\xef\xf8\x6c\x2a\xb5\x1c\x6e\x2e\x0d\x97\x56\x52\xca\x5c\x52\x4f\x7b\x30\x92\x4e\x69\x7c\xa2\x39\xa1\xef\x5b\x9a\x76\x53\x75\x32\x34\xc9\xde\xc6\x67\x53\xf7\x04\x50\xe5\x3c\xc2\xf1\x89\x0c\x05\x06\xe2\xf8\x6c\x5a\x63\xcb\x59\x57\xef\x7b\x39\x3e\x9b\xd6\xd8\xbc\xd1\x2d\x1d\x55\xd4\x3d\xdb\xfd\x73\xe8\xc0\xf8\x14\x3d\x5c\xf2\x46\x97\x14\xa3\x68\x0d\x62\x35\x99\xe3\xc6\xa7\xa8\x67\xc4\x6a\xd6\x9f\xc7\xa7\xa8\x67\xa2\xac\x92\x4d\x69\x7c\x8a\x7a\x96\x38\x8a\x8f\x94\x3f\x62\x15\x5a\xdc\xc9\xe3\x53\xd4\xbc\xa8\xb9\xbb\xd4\x3c\xee\xbb\xa9\xe2\x45\xc5\x4b\x2a\x6e\x9c\x15\x15\xa7\x4b\xb3\x22\x3d\x3e\x45\x0f\x47\x97\x6e\x1a\xa3\xaa\x65\x5d\xe5\xcf\x33\xab\xf2\xbf\xe8\xc9\x10\x35\x3e\x55\xf9\xb9\xcd\x72\x50\xd6\xf8\x54\x0f\x7d\xd1\xc6\xc8\x03\xaa\x87\x46\x22\x26\x91\xe7\xf8\x54\xad\x5d\x95\xa3\x7b\x80\x72\xd4\x8c\xb4\x92\x72\x34\xe5\x68\xe6\x95\x91\x2a\x34\xcd\xdd\xf2\x51\xd8\xf3\xcc\xa6\xb9\x93\xfe\x74\x2f\xf9\xb3\x66\xf0\xbd\xa8\xcd\x78\x6f\xc6\x5e\x53\xda\x91\xf7\xa2\x29\xed\x8b\xd2\x15\xa3\x29\x6d\xf3\xaa\x0c\xd7\x14\xb7\xf9\x2c\xfb\xa5\xc1\x41\x21\xae\x5a\x75\xc5\xed\x39\x24\xf2\x93\xa2\x75\xa5\xa5\x10\x93\x72\x6e\x7c\xba\xe2\x46\x21\xc6\xc5\x3c\x3e\x5d\x71\xc9\xc1\x98\xa2\xe3\xd3\x35\x78\x97\x1e\x3f\xe5\xe8\x1a\xdc\x9e\x87\xb1\xa7\x13\xba\xb1\xf0\x62\xfc\xb9\x64\x2c\x24\xab\xc0\x9f\x67\xaa\x28\xf1\x97\x7d\xe8\xe3\xd3\xd5\xea\xc5\xc8\x72\xf6\xf8\x74\xb5\x1a\xab\xb8\xa9\xd5\x50\xdc\x17\x25\x79\xd7\xc6\x67\x28\xee\x8b\x91\xa4\x76\xe3\x33\xb4\xee\x48\x6e\xd9\x9a\x67\x0e\x15\x18\x3e\x58\xe6\xbe\x61\x7c\x27\x7f\xd2\xaa\xe7\x30\xbe\x23\xf4\x8e\xe6\x97\xea\x14\x9d\x17\xd3\x6b\x7c\x86\x3a\x0d\x93\x9a\x82\xa9\x53\x74\x5e\xd7\x2b\x43\xe7\xe5\x88\xe8\x61\x2c\x0f\xb5\xcc\x96\x87\xdd\x9c\x3c\x56\x2d\x8d\xbe\xa9\xfc\x46\x5f\xb6\x3c\x24\xf4\x62\x7c\x76\xdd\x99\x14\x02\x9b\x49\x79\xd7\x9d\x74\x5c\xbc\x13\xe3\xb3\x6b\x8c\xe4\x30\xad\x5e\xd9\x5d\x63\xf0\xcf\x65\x6d\x7f\x7c\x76\x7d\x17\x6d\xd7\xbd\xff\xbb\xc6\xe0\x9f\x1b\xea\xb9\x6b\x8d\x3d\xaf\x76\x71\x9b\xaa\xef\xaa\x9e\x0e\xd8\x55\x7d\xf7\x6a\x2b\x86\xaa\xef\xd9\xa2\xa4\x65\x77\x55\xdf\x33\xc3\x57\x7f\xaf\xea\x76\x59\x8c\x23\x8d\xb6\xab\x7a\x76\x59\x94\x91\x5f\x4e\x55\x9f\xea\xa9\xd5\xa6\x7a\xce\x7c\xa3\x6a\x5a\x68\xaa\x67\x72\x98\x6e\x26\xe5\xa9\xd3\xa7\x21\x7a\xb8\x4d\x77\xbe\xa8\xb3\xff\x3d\x89\xd9\xf8\x4c\x55\xb6\x09\x63\x68\xd4\xa9\x82\x91\x66\xfb\x7a\x98\x0a\xe6\xd0\xe8\x43\x0f\x4d\x15\x4c\x46\xaa\x12\xd3\x72\x7c\x0e\x23\xf8\xc8\xfc\xe0\x43\x74\xa8\x8c\x1d\x17\xbb\xf9\xfe\x50\x9b\x17\x65\x0d\xe1\x43\x6d\xec\xb8\x88\x1d\x36\x3e\x87\x8e\x8c\x87\x6d\x5f\xb7\xe9\xc8\xe4\xb7\x2a\xbb\xef\xda\xa1\x0a\xd9\x5f\xb1\x9b\x81\x0e\xbd\x76\xa4\xd7\x6a\x46\xc5\xa1\x52\x02\xfb\x76\x1f\x94\x43\xad\x0e\xdd\x96\x21\x70\xac\x5a\xdd\x6e\xf3\x50\xdd\x76\x64\xc4\x7a\x6f\xbe\xba\xed\x9b\x73\x76\x47\x8a\xf1\x35\x62\x93\xc4\xd4\xc1\x5e\xe3\xf3\x55\xf9\x6f\x72\x7b\x68\xa2\xaf\xba\x7f\x55\xd4\xf4\xfe\x55\xd1\x6f\x8e\x6f\x35\x39\x7e\x55\x94\x84\x5b\x1f\xd3\xaf\x11\x9b\x03\x29\x92\x00\x67\x7c\xbe\x3a\x9c\x8f\x6d\x59\x0d\x5f\x95\x4f\x1a\xd3\x84\xcd\x8f\xcf\x57\xe5\x5f\xb4\x8f\x6f\xd6\x57\xdd\xbf\xea\x9e\x29\xe3\xab\xee\xdf\x55\x77\xb7\xa9\xfb\x8b\x32\xb5\xda\x4f\xdd\xed\xea\x58\x9f\xbb\x9f\xca\x67\x57\xc7\xae\x89\x7e\xc6\x42\x1c\x76\x1f\x5f\xb6\x9f\xe6\xf8\x19\x0b\x26\x92\x9f\xf6\xc8\xa9\x6c\xbb\x39\xfa\x67\x2c\xbc\x38\x36\xd6\xc0\x4f\x0b\xbd\x98\x95\x09\xf5\xd3\x42\x3f\x2d\xe4\x33\xf6\xd3\x42\xbf\x24\x21\xd6\xde\x3f\x2d\xf4\xd3\x42\xac\x86\x9f\x16\xfa\x65\x78\xac\x07\x68\xa1\x6c\xfe\x68\xeb\x92\x16\x12\xee\xb8\x97\x8c\xdc\x53\xd1\x5e\xd4\xcd\x37\xe0\x54\xb4\x33\xa3\xb4\xb9\xa4\x68\xa7\x51\xaa\x71\x4f\xa3\x34\x7e\xbd\xe2\x73\x7d\x2a\xc6\x29\xb7\x84\x5f\x2a\x06\x57\xdf\x7a\x83\x2e\x6d\x7b\x25\x62\xae\xbb\xa4\x6d\x2f\x45\xd3\xde\x97\xa2\xbd\xa8\xa3\xe5\x99\x97\xa2\x5d\x9a\xc8\x13\x2e\x4d\x94\xc3\xdb\xf6\x75\x9b\x26\xba\x14\x57\x1f\x5c\x8a\x9b\xd3\xdb\x76\xe6\xcb\xa5\xb8\x17\x2f\x03\x03\xf2\x5a\xe5\x4d\x2c\x19\xb3\xe1\xd2\x6c\x14\x1b\x8b\xec\x32\xb0\x78\x09\x77\x63\xe1\x32\xb0\xae\x2c\xd2\xfb\xf8\xdf\x06\xd6\x0b\xdb\x8b\xc7\xe7\x56\xf7\x3b\xdb\x9d\xbc\xee\xb7\xba\xdf\x5e\xa0\x96\x51\x7a\xab\x68\x14\x5b\x33\xe5\xdf\xfa\xe0\x8e\x3b\xd7\xf4\x7e\xab\xba\x04\x60\xbe\xcc\xb7\xaa\x2f\x0d\x97\x9a\xdf\x6a\x2e\x28\x72\x67\x6b\xdd\xaa\x1e\x37\xe0\xc7\x0b\x7a\xab\xf9\x6d\x92\x54\x0a\x35\x77\x50\x86\x17\xef\x56\xf3\x84\x49\x36\x03\xfe\x56\xf1\xec\x26\x99\xda\xe2\x51\xf1\xa8\xba\xee\x2b\xff\xa8\xf8\x8b\x59\x75\xf0\xa3\xe2\x2f\x8e\x4d\xf3\x3f\x5e\xa8\x84\x49\x1e\xec\xb1\xc7\xfb\x14\x1f\x63\x92\x41\x8e\xcf\x63\x64\xf0\x31\x66\x45\x71\x7c\x1e\x2d\xf6\x24\x0b\x88\x79\xe3\xd1\x62\xd9\xac\x5f\x76\x5f\xe6\x47\xfb\x3c\x49\x89\xa1\x4b\x1e\xed\x93\xdd\xfa\x59\x03\x1f\x9f\x47\xf3\x24\x53\xd9\x66\xb0\x3c\x9a\x47\xe8\x64\x24\xff\xd8\x88\xb6\xa0\xef\xb1\x19\x36\xa2\x6d\xb3\x07\x25\x5f\x9f\x8d\x68\xdb\xec\x37\xc9\x4a\xd2\xd8\x12\x00\x09\x83\x4d\xb5\xd1\x63\x1b\xf7\xe1\x9e\x17\x6a\x8b\xfb\x10\x5a\xdd\xfc\xdb\xe1\x52\x36\x22\x1f\x7e\xf9\x75\xc9\x97\x20\x9d\xbe\x91\x68\xc1\x48\x46\xa4\xb1\x91\x68\x41\x37\x0c\x36\x12\x2d\x68\x39\x40\x7b\x6c\x24\xda\xc6\xdf\xb7\xc7\x3a\xdd\x08\xad\xa0\x1b\xa0\x1b\xa1\xb5\xd9\xc6\x9e\xa4\x97\x63\x23\xa1\x82\x56\x8e\xed\xef\x1f\xeb\x8d\xc0\x0a\x76\x13\xef\x46\x60\x05\xc7\xb6\x9e\xa5\x2e\x5c\x7f\xbb\xca\x6c\x4a\x1e\x85\x65\xb4\x6e\x04\x56\xd0\xbd\xcd\x1b\x81\xb5\x15\x9f\xb0\x99\x07\x64\xe3\x3b\xf4\xbd\xbb\xd4\x5c\x6a\xd9\xfb\xe4\x92\x2a\xdb\xda\xb2\xcf\xf4\x2d\xd1\xb5\x11\x5d\x19\xe8\x1b\xd1\x15\x94\x9c\x19\x36\x36\xa2\x6b\x13\x0d\x99\x0d\xbb\x63\xa3\xa7\x36\x7a\x2a\xe3\x75\xa3\xa7\x36\xbb\x51\x12\xc4\x37\xb6\xaa\x1c\x35\xf1\xdd\x79\x47\x36\xda\x69\xb3\xa1\x7d\x3f\xf2\xd3\xea\xa1\xd9\xd0\x9e\x1d\x5d\x63\xab\x1e\x9a\x43\x21\xca\x7e\xb8\xa6\xbf\x5f\x1c\x9b\x26\x22\x94\x82\x56\x35\x11\xa1\xb4\x71\x92\x25\x78\x67\x6c\xcd\xbf\x25\x01\x6b\xa2\x84\xc7\xd6\x0c\x3b\x9b\x56\x7c\x37\xb7\xa6\xbf\xb3\x69\x65\x5f\xb7\xa9\x68\x4b\xd6\x2d\x45\xa3\x8a\x36\xd1\x82\xeb\x87\x3a\x94\x2b\x2d\x49\x3d\xc7\x46\x15\x05\xb5\xee\x7e\xa9\xb4\x39\xb3\xa1\xe4\xd0\x93\xb1\x51\x45\x41\x65\x59\x6c\x44\xd1\x46\x01\x25\xc2\x7b\x6c\x14\xd0\xb6\x02\x0d\xdd\xa6\xf7\x6c\x81\xc9\x8e\x8c\xb1\x75\x15\x7d\xb1\xaf\x41\x4c\x14\x05\xef\x6d\x69\x36\xaa\x28\xd8\xf7\x08\xc7\x8d\x2a\xda\xa8\xa2\x69\xe8\x52\x45\xdb\x52\x45\x7e\xa9\x56\xc9\xac\x56\x66\x51\x85\x55\xad\x27\xdd\x97\x7f\x1b\x3a\x81\x78\x4a\x98\xea\xd8\x88\xa7\xa0\x30\xe7\x37\xe2\x29\xd8\x0f\x23\x8b\x78\x0a\x8e\xa6\x93\x89\xa7\x8d\x78\x9a\xf9\xcc\x6f\xc4\x53\x20\xb9\xc6\xd8\x88\xa7\xa0\xe4\x04\xd5\xb1\x11\x4f\xc1\xfb\xcb\x34\x11\xf5\x14\x1c\x5b\x2c\xcf\x8d\x7a\xda\xa4\x56\x8b\x84\xd8\xa8\xa7\xcd\xee\xf0\x59\xdc\xa6\xee\x2f\x66\xd1\xb8\xa4\xd2\xc6\x4b\x96\x23\xc8\xc6\x46\x2b\x05\x75\x3f\x5c\xd2\xc9\xb4\x52\x92\xad\x8e\x8d\x56\x0a\x8e\x4d\x8f\xd2\x4a\xc1\x7b\x5b\xaa\xb0\xab\xfc\x9e\xa9\x2a\xb6\xc5\x46\x3e\x05\xb3\xa9\x14\xf9\xb4\x39\x23\x7a\xf7\xff\x9a\x63\xea\x82\x7c\x19\xb6\xa9\x0b\x66\x0e\xf6\xf7\xda\x92\x32\x9b\xc0\xbf\x1c\x03\x37\x36\x92\x23\xd8\x59\x20\xdb\xd4\x44\x51\x21\x9b\x91\x4b\x84\x6c\x53\x13\xe5\x43\xb6\x91\x1c\x41\xb3\x26\xb4\x4d\x4d\xc4\x67\x34\x4d\xd3\x87\x26\x7a\x31\x8b\x21\x79\x68\xa2\xf8\x8c\xaa\x89\x8d\x56\x09\x8e\xcd\xc4\x46\xab\x6c\xb4\xca\x54\x03\x5a\x25\xe8\xbb\x37\x88\x56\xd9\x88\x10\x12\x76\x23\x42\x82\xfd\xcf\x2f\x55\x8a\xe2\x60\x1c\x6d\x14\x47\x30\x12\x7c\x39\x36\x8a\x63\xfb\x7a\x68\x54\xe1\x46\x24\x04\xfb\xa1\x43\xbf\x1e\x6a\x2b\x51\x62\xbf\xc7\x46\x24\x04\x3d\xe9\x98\xc6\x46\x23\x04\xdb\x9c\xee\x32\x4c\xbf\x59\xb7\x50\xf7\xaf\xd2\x92\x0d\x49\x45\x33\x36\xb2\x21\x98\xd9\x67\x33\x36\xb2\x21\xe8\xeb\x1b\x4e\x36\x04\xef\x2f\x15\x6d\xd5\xc0\xcc\xe9\x36\xdd\xf2\x33\x3c\x22\x92\x37\x82\x20\x98\xc3\x50\x20\x08\xb6\x5f\x77\x5b\x5a\x92\xa9\x1f\xcc\xf5\x22\x33\xf5\x83\xbe\x6b\x48\x96\xfe\xf6\x5b\xe5\x48\x45\x7f\xca\x91\x9d\xd9\x87\xcf\xf3\x4f\x39\x4e\xe5\x88\x65\xb8\x9d\xca\x11\x3f\x4f\x37\xb1\x9d\xca\x71\x6a\xdc\xe9\x9a\x87\xe6\x1c\xbb\x4d\xc7\x9f\x1e\x7a\x26\xa4\x77\xff\x97\x2f\xf6\xa9\xed\x5f\xcc\xf5\xdd\x25\x04\x82\xc3\x6b\x4e\x07\x04\x63\xf8\x76\xd2\x01\xc1\x91\x9d\x0a\x63\x3b\xb5\x3c\x69\x90\xa4\xae\x63\x23\x0d\x36\x7e\x1b\x33\x1c\x69\x10\x94\xe6\xc3\x70\xa9\x9d\xbd\x51\x33\x2b\x05\xdb\x65\x84\x5d\x19\xd6\x8c\x2c\x02\x62\xbb\x34\xa9\x8f\x22\xcb\x3d\x38\xd6\xa0\x63\xb8\x07\x47\x33\xc3\x31\xdc\x37\xbb\x99\x8e\x68\xfc\xed\xf6\xd0\x3b\x87\x61\x47\x50\x6d\xb7\x67\xb2\xdc\x93\xe8\x75\x6c\x2c\xf7\xa0\x1c\x66\x5a\x96\xfb\x26\xc0\xef\xf0\x9a\x33\xdd\x83\x63\x33\x76\x98\xee\x1b\xb7\xc7\xe1\xab\xc8\x44\x0e\xf6\x9c\x9b\x3e\x36\x26\xf2\xc6\x15\x72\xf8\xf2\x30\x88\x83\xbe\x7b\xe3\xd8\xc3\xc1\xdc\x4c\xab\xec\xe1\x60\x32\x91\xb7\x47\x31\x1e\x39\x26\xd3\xde\xcf\x2a\xc6\xe1\xff\xfd\x99\x2e\x7e\x7c\x04\xd2\x90\x4c\xe4\x60\x13\x01\x37\x36\x36\x72\x30\x57\x27\x3f\x3a\x59\xb4\xde\x61\xf4\x3f\xfa\xe0\xc5\xb4\x3c\xb9\x3d\xfa\xe0\xc9\x56\xab\xbc\xe5\x85\x71\x1d\xcc\x6c\x6c\x1d\x85\x71\x5d\x58\xd2\xc7\xba\x36\x5c\x8b\x25\x9d\xf7\xa1\xb0\xa4\x83\x23\xf1\xb7\xa3\x30\xa4\x83\x8d\x6d\x5d\x18\xd2\x85\xff\x23\x39\x6c\x47\x61\x49\x07\x75\x56\xb7\xfd\x5c\x7a\xc7\x72\xce\x6b\x1e\x25\x71\x78\xd0\xb2\x43\x65\x14\xe6\x76\x50\x5b\x66\x87\xc2\xdc\x0e\x6a\x76\xb5\x8e\xc2\xdc\x2e\x4e\xa6\xcb\x50\x2e\xcc\xed\x22\x58\x2f\x3d\x57\x36\xb5\x4c\xa2\x2a\x7d\x5e\xf8\x48\x82\x52\x8a\x4b\xd5\xa5\xaa\xf8\xa9\x25\x1f\x49\x70\xe4\x2c\xef\x51\x98\xee\x85\xe9\x9e\x61\x50\x98\xee\x81\x14\x49\xa3\xf0\x91\x04\x23\xbb\x37\x46\xd9\xb4\xd8\x96\x2c\x6f\x4d\x59\xb5\xd8\xb6\x5a\x4c\x61\xb5\x58\x52\x57\x25\x0d\xed\x28\x8c\xfa\x60\x24\x7b\xd2\x28\x8c\xfa\xc2\x82\x4f\x3a\xdf\x51\x58\xf0\xc1\xc8\x39\xd5\xa3\xb0\xe0\x83\xf7\x36\xd7\xb4\xc6\x8b\x91\x03\xe7\x46\xe1\x23\x09\x46\x8d\x04\x2a\x8c\xfa\x52\x56\x6b\xb8\xa6\x35\x5e\x8c\xf6\x49\xd5\x59\xf5\xc1\xb0\xe0\x5a\x18\xf5\x45\x36\xab\x64\x94\x1c\x85\x55\x1f\x1c\x3e\xae\x85\x55\x5f\xca\xaa\xbb\x9f\xaa\x7b\xce\x8c\x4e\x4e\xe7\x51\x18\xfa\xc5\x86\x75\x4b\xd2\x85\xa5\x1f\x8c\x6c\x70\x19\xa5\x18\x2e\xc5\x5b\x91\x37\xa5\x14\xe3\xe5\xc5\xf2\x31\x14\xfe\x95\xe0\xbd\x2d\xcd\xc6\xc1\x12\x4c\xe6\x69\xa9\x9a\xa8\x9a\x38\x32\x99\x94\xaa\x8d\x6a\xbe\x4d\xc5\x25\x6d\x14\xc5\xc1\x1b\x54\x08\x8e\xc0\x51\xde\xa3\x10\x1c\x85\xe0\x48\x06\xca\x51\x08\x8e\x40\xe6\xd2\x51\x08\x8e\x62\x97\x3c\xe7\x5b\xe1\x9a\x09\xc6\x58\xc5\x50\xa9\x17\x63\xac\x0a\xa8\x54\x62\xfc\xe2\x35\x1d\x85\x06\x09\x6a\xc2\x64\x46\xe1\xab\x09\xb6\x8f\x9e\xe2\xab\x09\x36\x31\x2b\xa3\x70\xd6\x04\x83\x53\xaa\x70\xd6\x14\xbb\xf0\x93\xa2\x75\x94\xa6\x02\x39\x97\x8e\x29\x50\x68\x9c\xd2\x62\x44\x18\xdf\xf4\x4c\xe1\xe6\x49\x1a\xe4\x51\x08\x9a\xa0\x36\xe3\x8a\xa0\x09\x7a\x12\x67\x8d\x42\xd0\x94\xb6\x4e\x55\xca\x25\x35\x6f\x4c\x3b\xa5\x50\x73\x7a\x26\xd9\x69\x47\xa1\x67\x8a\x33\xe8\x62\xb4\x15\x7a\x26\x38\x32\x3b\x16\x3e\x9e\x60\xab\xff\x70\x94\xc7\x28\x5d\x23\xe4\xe0\xec\xa2\x76\x24\x51\xa1\x7f\x92\x4a\x79\x14\xfa\x27\xa8\xfc\xa0\x85\xfe\x29\x76\x55\x1d\x66\x24\x62\x27\x28\x39\x1f\x62\x94\xae\x11\x86\xce\x50\x65\xf2\x24\x28\x7c\xc0\x85\x3c\x29\x22\xf6\x92\x62\x78\x94\xe1\x8d\x1b\xd9\x61\x93\x6f\x6b\x21\x4f\x82\xd6\xcd\x65\xe4\x49\x11\xc4\x77\x78\x28\x7d\x12\xd8\x70\x30\x0a\x79\x12\xf4\x64\x05\x1e\x85\x3c\x09\xaa\x15\x92\x32\x56\x69\x93\xe1\x36\x9f\xcc\xc2\xb9\x53\xc4\xf0\x79\x79\x09\x96\x60\xa3\x54\x0b\xc1\x52\x08\x16\xe3\x97\x5e\x09\x6a\x31\x09\xd2\x2b\x85\x5e\x61\x03\x15\x7a\x25\xd8\x3e\x6a\x49\xaf\x94\x7d\x35\x46\x7a\x85\x38\x09\x36\x06\x4f\x21\x4e\xca\xbe\x6a\x9e\x76\xdc\xd5\x3c\x27\xcf\x25\x75\xe9\x28\x7c\x3b\x45\x3c\xde\x7a\x2b\x79\x72\x82\x2d\xb9\x1a\x46\xe1\xc9\x09\xde\xdb\x94\x57\x45\xf7\x8c\xcd\x2c\xf6\x17\x9e\x9c\x22\x6e\x2f\xab\x3e\x85\x27\x27\x28\x1f\xf3\xf8\x54\x51\x01\x79\x14\x68\xe1\xc9\x09\x36\x2b\x6a\x85\x27\xa7\xf0\xe4\x1c\xca\xc1\x93\x13\x94\x6a\x6a\xa7\x9b\x82\xc3\x37\x9f\x6c\x2a\x87\x37\xc4\xe7\x8a\xd2\x09\xda\x96\xe5\xb9\x42\xe9\x04\xb5\x79\x69\x28\x9d\xa0\x0d\x7d\x47\xe8\x14\x01\x73\x87\x2f\x0c\xa5\x13\xd4\xec\x76\x19\x85\x53\x26\xd8\x3a\x9b\x82\x53\x26\xb0\x9f\x75\x94\xc3\x70\x3c\xf2\x39\xd4\x75\x87\x1a\x51\x4d\x87\x81\x46\x35\x05\xdb\xf0\xb5\x3a\x56\x9d\x7e\xd9\xbb\xe4\x92\x6e\xe2\x93\x39\xd6\x6d\x3a\xe0\x45\xaf\x5e\x1e\x3e\x99\xc0\xf6\xc3\x51\xf8\x64\x82\xb2\xac\x9d\xaf\xc6\x78\x51\x37\x9f\x56\x5e\x9a\x60\xab\xdc\x34\x85\x02\x0b\x24\xa9\x1e\x85\x02\x0b\xb6\x8f\x6f\x15\xc7\x4d\x89\x97\xa6\x7e\x7c\x11\x28\xb0\xc2\x4b\xa3\xcd\x28\xb0\x12\xb9\x55\x93\xf9\x6d\x14\x72\x2b\xf8\xef\x25\xf5\x7c\x51\xbb\x81\x4c\x6e\x95\xf8\x5a\xea\x47\xa5\xf8\x5a\x82\x2d\xf9\xfe\x46\x21\xad\x4a\x22\xed\xea\x7a\x17\x79\x51\x82\xad\x65\xc1\xa2\x90\x56\x25\x21\x74\xf5\x63\x02\xe3\x1f\x09\xd6\x1a\x46\xf9\xe9\x95\x9f\xe2\x6e\x1e\xaa\xb8\x71\x99\x54\x56\x16\x97\x49\xd0\x3e\x5e\x8b\xdf\x2a\xee\xfa\x50\xe7\x92\x97\x27\xa2\xac\x32\xa3\x0b\x55\x16\x94\x69\x16\x3a\x75\x5e\x84\x5a\x5d\x56\x22\xa1\x16\x6c\xab\xf7\x08\xb5\x60\xab\x1f\x53\xd3\xa9\xab\xce\x84\xba\x78\xf1\xb8\x69\x82\x2d\xdb\x3c\x46\xe1\xa6\x29\x24\xde\x7a\xa6\x71\x9b\xdc\xc8\x22\x39\x0a\x85\x17\x94\x79\xf8\xa1\x06\x3a\xcd\xa2\x69\x0c\x12\x2e\xe8\x55\x6b\xd3\x70\xc1\x5b\xb0\x8c\x0e\x22\x2e\xd8\x72\x94\xe2\x28\x44\x5c\x50\x0e\x56\xee\xa9\x81\xce\x18\x32\x06\xdf\xa9\x7d\x92\x7a\xb9\x7e\xa2\x29\xca\xa5\x81\x22\xff\x26\xbb\x8b\xfa\x0b\xde\xdb\xd2\x9d\xe4\x5f\x20\x45\xc7\x28\xe4\x5f\x50\x39\xdd\x0a\xf5\x17\x64\x57\xd5\x28\xc4\x5f\xf0\xfe\x57\x1a\x9b\xfb\x28\xa8\x1c\x9a\xe5\xd2\x64\x2f\x7a\x5d\x97\x34\xd9\x95\x85\x31\x73\x2d\x87\x52\xd0\x06\x5d\xc0\x9f\x14\xf4\xaa\x2d\xf8\x93\x82\xd6\xc6\xdf\x37\x6d\x8d\xc2\xdb\x14\x6c\x1f\x26\x2a\x6f\x53\xb9\x0c\x2f\xf3\x11\x85\x1a\x94\xa9\x7a\x14\x6a\xb9\x57\x53\xa5\xfb\x39\x92\x82\x15\x5c\x55\x88\xd6\x40\x46\xb3\x51\x88\xd6\xe0\xfd\x65\xba\xec\xd6\x58\x77\x36\xf4\x98\x50\xe9\xd8\xc0\xae\xba\x51\xe8\xd8\xa0\xe4\x5c\xd3\x51\xc8\xd8\xc2\x03\x65\xf2\x21\x63\x83\xd6\xcc\x03\x3c\x50\xe5\x36\x96\x48\x2d\xee\xa6\xa0\xb4\xac\x86\x15\xee\xa6\xa0\x36\x6f\x0c\x77\x53\xd0\xab\xf7\x9b\xbb\x29\x68\xdd\x8b\xcb\xdd\x14\xbc\xff\x9f\x5e\xe4\x6f\x0a\xb6\x69\x14\x12\xd3\xc1\x7b\x5b\xfe\x8d\x9a\x0e\x6a\x31\xed\x72\x38\x05\xb5\xf9\x78\xd1\xd7\xc1\xfb\xcb\x54\x8a\xc0\x0e\xfa\x1a\x98\x04\x76\x20\x4d\xc1\x28\x04\x76\x79\x56\xd5\xdd\xa6\xea\x2f\xfe\x74\x1d\x99\x1c\xb4\x61\x18\x52\xc9\x41\x5d\x5a\x85\x4a\x0e\xd6\x6a\x5e\xa5\x92\x83\xf7\xff\x8f\x5c\xdb\x5c\x13\xc8\xd0\x73\xa9\xb8\x94\xad\x25\xd5\xa5\xea\xd2\xc8\x2f\x33\xed\x56\xca\x39\x68\x7d\xdd\x36\x5d\x9a\xaf\x7a\x49\x9d\x2a\xe5\x1c\xb0\x23\x2b\xdd\x5c\x73\x32\xbb\x53\xdc\x46\xa5\x7f\x03\x1b\xcd\x47\xa5\x7f\xeb\xa6\xb0\x91\x20\x95\xda\x0d\xea\x88\x1a\xad\xd4\x6e\xdd\xb4\x76\x86\x63\x25\x5a\xab\x73\xd8\x33\x33\x54\xa2\xb5\x46\x8e\xd6\x8f\xe6\x20\x47\xab\x1c\x19\xd1\x55\x95\x1c\x0d\x56\xf8\x52\x25\x47\x83\xf7\x97\xae\x5d\xae\x25\x13\xc5\x47\x39\xd4\xe0\x45\xcd\x39\xef\xa3\x6e\xab\x06\xc9\x35\x1d\x91\x56\x89\xd6\x60\xad\x3c\x56\x9a\x35\xd8\xac\x38\x57\x9a\xb5\xca\xc0\x9c\x77\xa7\xd2\xac\x41\xcb\x36\xbd\x51\x49\xd6\xa0\x7c\x0e\xff\xd5\x5d\x4a\xf0\x5f\xf1\x43\x6d\xe1\x0c\x76\xde\xdb\x4a\x9f\x06\x84\x62\x15\xe9\x17\x6c\x35\xa7\x21\x8d\x4a\xb1\x06\x6b\xcd\xa0\x52\xac\xc1\x56\x0f\x97\x34\x4f\x31\x05\xad\x5a\xaa\xf8\x8b\x96\x4d\x8b\xa3\x52\xa2\xb5\x9a\x82\x22\x01\x2a\xd9\x19\x8c\x96\x15\x88\x4a\x76\xd6\xea\x1b\x1d\x75\x57\xab\xb2\xbd\xe8\x75\x73\x49\xd1\xb2\x69\x4c\xe4\x59\x15\x10\x58\xab\x6e\xca\xaa\x4a\xa5\x31\x83\x2a\x4e\xa0\xd2\x98\xc1\x1c\x3a\x93\xc6\xac\x4d\xd1\x62\xc1\x55\xf2\x31\xa8\x39\xe7\x6d\x54\xea\x31\xe8\x82\x30\x2a\xf5\x18\x6c\x8e\x30\x1f\xb5\xe9\x82\xc6\x68\x4c\x31\x9a\x2e\x68\x99\x1d\x9b\x3f\x33\x1c\x39\xcd\x3e\xde\x14\x5e\xb3\xa0\x99\x91\x2b\x91\x19\x6c\xb2\x03\x8e\x4a\x64\x06\x3d\xc9\x8d\x46\x25\x32\x83\x63\x95\x42\xcd\xa3\x31\x73\x1c\xd5\xa8\x34\x66\xe5\x33\xf3\x06\xb7\x55\x73\x59\xa3\x53\x56\xb1\x85\x41\xa9\x46\x23\xd5\x59\xbb\x5a\x66\xd9\xbe\xd2\x87\xc1\xc6\xf1\x5a\xb9\xcc\x6a\xf7\x5a\xe7\xc3\x53\x79\xb4\x82\xd2\xa6\x7f\xf3\xcc\x9e\x93\x21\x74\x00\x87\x56\xb0\xd5\xe4\xb1\x18\x75\x78\x68\x32\x20\xf3\xe0\x54\x3e\xae\x2a\x40\x30\xdf\xbf\x4a\x44\x06\x9b\xf0\xcb\x4a\x44\xd6\x61\xa6\x8a\x15\x56\x29\xc6\x60\x59\xd0\x95\x62\x0c\x26\x13\xbd\x12\x8c\x41\x4f\x46\xae\x51\x09\xc6\x60\xcb\x66\xde\xbf\x7e\xa5\x2b\x41\x19\x1c\x49\x3d\x3e\x2a\x41\x19\xbc\xff\xe2\x9f\x75\xd0\x8b\x9e\x13\x21\x46\xa5\x28\x83\xb2\xc6\x39\x45\x59\xf7\xd5\x32\x69\x67\xfa\x31\xe8\x35\x06\x4d\xdd\xb5\xcc\x8b\x63\x7a\xc5\x29\xca\x1a\xf9\x58\x05\x03\x55\xf2\x31\xd8\x6a\x75\x9b\x96\x89\x6f\xab\xc4\xd4\xaa\x7c\x5b\x35\xc7\x06\xd5\x64\x52\x1b\x95\x7c\x0c\x7a\x5d\xb7\xa9\x67\xf2\x74\x58\x2e\xaf\x04\x65\x8d\x2c\xac\x49\x39\x36\x2a\x5d\x18\x54\xcb\xf6\x95\x2e\x0c\xb6\x9a\x5d\x78\xa3\x72\x9e\x05\x5b\x33\x7b\x72\x9e\x05\xb3\x99\x57\xa8\xc7\x60\x16\xef\x16\xf5\x58\xb3\x77\xab\x6e\x9b\xdb\x54\x2a\x29\x38\xb2\x9d\x6b\xd4\xa9\x52\x0e\xff\x31\x13\xd0\x98\xc1\xd6\x0c\x3a\x1a\x33\xe8\x6b\xf0\x13\x99\xc1\xfb\xff\x6e\x53\xcf\x17\xad\xf9\x0a\x89\x10\x0c\xde\xdb\xd2\x68\xfc\x75\x41\xaf\xbe\x42\xfc\x75\x41\x1d\xba\x98\xbb\x2e\xf8\xd3\x4f\x44\x6c\xf0\xfe\x59\x1e\x40\xc5\x06\xe5\xf0\x95\xa3\x62\xeb\xa1\x8b\xd7\xbf\xe9\x62\x47\x9a\x2b\x1a\x7d\x1a\xbc\xb7\x65\x0c\x11\xa8\x41\xc9\x19\x02\xa3\x12\xa8\xf5\xd0\x79\xd1\x16\x95\xa6\x0c\xca\x9a\xcb\x68\xca\xe0\xbd\x2d\x3f\x25\x2a\x83\x3a\xbc\x98\x44\x65\xe5\xd6\xcb\x52\x5b\xa5\x29\x83\xf7\x97\x19\x7e\x44\x65\x50\x72\xc4\xe6\xa8\x44\x65\xf0\xde\x96\xe2\xf2\xf4\x05\xa5\xf9\xdc\xd2\x99\x41\xcd\xee\x90\x51\xe9\xcc\xba\xf2\x39\xfb\xa1\x0e\x25\x3d\x7d\x22\x29\xcf\x60\xab\x5b\x75\x4d\x87\xc6\xd3\x57\xe3\xa3\xae\xa4\x67\xd0\x05\xd3\x54\x8e\xbe\xa0\xd7\x55\x30\xfd\xf9\xd5\x68\xbe\x91\x02\x04\x83\xd1\x4c\xd9\x34\x6b\x4d\x30\xa0\x4d\xce\xa3\x72\xfe\x05\x65\xc4\xd8\xae\x82\x01\x83\x2e\x68\xab\x92\xb1\xf5\xa7\x35\x7c\x14\xf8\x03\x83\xd6\x7d\xbe\xf9\x03\x83\xad\x19\x09\x94\x6d\xf0\xfe\xd2\x35\xcd\xf1\x5b\xe9\xad\x73\x49\x73\xfc\x56\x73\x28\x87\xe6\xc8\x86\xb1\xaa\x85\x48\xdb\xe0\xbd\x2d\x9d\x47\xdb\x06\x7d\x7d\x50\x48\xdb\xe0\xbd\x2d\x6d\x44\xdb\x06\x73\x7d\x23\x4f\xed\x41\xc7\x8a\x71\xac\x74\x6c\xd0\x2b\x6b\x92\x8e\x0d\xde\xdb\x52\x53\x42\x36\xe8\x75\x3d\x40\x7b\x64\x67\x59\xe5\x1e\xab\x64\x6b\x50\x0b\xb3\x93\x6c\xad\xd1\xa3\x72\x1b\x8f\x4a\x90\x06\x4d\x68\x7a\x25\x48\x83\xbe\x5e\x0d\x82\x34\x28\x39\xf9\x69\x54\x7a\x34\xa8\xf6\x9c\x54\x7a\xb4\xd2\xa3\xeb\x9b\x48\x8f\x06\xdb\x66\x92\xa4\x47\x2b\xa9\xc9\xf3\x5e\x49\xcd\xa0\x6d\x26\x2c\x52\xb3\x5e\xba\xcf\x77\x84\x8a\x0c\xe6\x1a\xf3\x54\x64\x95\x96\x31\x19\xa1\x47\xe5\xb5\x0c\x7a\x5d\x65\x53\x83\x4b\xbf\x68\x0f\xa2\x30\xe8\xc9\x40\x34\xaa\x78\xc3\x2a\x7f\xb5\xd7\x91\x4c\x0c\xb6\xba\x31\x0c\xe9\xc4\x60\x5b\x5f\x03\x3a\xb1\xde\xfa\xc0\x6c\x4d\xdb\x05\xa5\xae\x5f\xaa\xc1\x1d\x27\x08\x13\x41\x70\x61\xbd\x75\x0b\x8b\x8f\xb6\x0b\xca\x1a\xa7\xb4\x5d\x30\x97\x65\x4b\xdb\xd5\x47\x83\x47\x75\x56\xaa\x2d\xe8\xb5\xfe\x83\x8f\xba\xd2\x74\xc1\x56\x37\xb6\x24\x51\x17\xb4\x35\x06\x88\xba\x4a\xd4\x6d\xcc\x4b\xa2\xae\x12\x75\x66\x4c\xa2\x2e\x78\x6f\x4b\xab\x52\x75\x41\xaf\x5e\x7e\x6e\xd3\xfa\xa8\x34\x93\x93\xaa\x0b\xe4\x92\x19\x95\xaa\x0b\xde\xdb\xd4\x70\xd5\x3a\x4b\x7f\x99\x10\x1a\x59\xd7\x3e\x2b\x53\x7e\x2e\x6d\x2e\x6d\x71\x61\xba\xab\xb8\x44\xf0\xcf\x5c\xaa\x2e\x99\x92\x63\x81\x37\x9b\xbf\x82\x92\x0d\xde\xa3\xf1\x9a\xb6\x24\x1c\xa9\x5b\x0c\xc0\xc6\xd3\xd9\x64\x1c\xc9\xab\xd9\x78\x3a\x83\x9e\x3c\x99\xa3\xf1\x74\x06\x33\xe9\x0d\x46\xa3\xf4\x82\xf7\xcf\xdc\xf6\xb8\x96\x73\xd4\x14\x8d\xab\xb3\x51\x7f\x99\x7f\x1b\xf1\xd7\x36\x43\x31\xd6\x64\xe3\xd8\x0c\xb6\x24\x7d\x1c\x8d\x5f\x33\xa8\x25\x0b\x62\x8d\x5f\xb3\x6d\x66\xd1\x75\xdb\xee\xda\x9e\xa4\xe3\x25\x97\xa6\x4b\xea\x19\x63\xa5\x11\x84\x41\xaf\x99\x5b\x1a\x41\x18\x54\x11\x4d\x8d\x1e\x0c\xde\x5f\xba\x4d\x45\xe3\xc6\x14\x3a\xd3\x08\xc2\xe0\xbd\x2d\x65\xa3\x08\x83\x9e\x24\xa4\xa3\x51\x84\x41\xe7\x7b\x6b\x14\x61\x2b\x86\x5f\x66\x92\x46\xd9\x05\x5d\x7c\x5e\xe3\x8b\x6c\x64\x5c\x52\x60\x8f\x46\xc6\x05\x35\x5b\xcd\x47\x23\xe3\x1a\x19\x97\xfd\xb9\xa3\xd1\x71\xc1\x66\x45\xb6\x71\x3c\x06\x1b\x6f\x76\xe3\x77\x6c\xdc\x82\xc5\x6d\xfc\x82\x41\xe7\x9e\x6c\xfc\x82\xc1\x56\xd7\x90\xb4\x8b\x2b\x98\x2d\x2f\x75\xe3\x2a\x6c\x55\x71\xd7\x35\xc5\x8d\xb4\xe3\x51\x6a\xa4\x5d\x23\xed\x72\x06\xef\x68\xa4\x5d\x13\xc3\xf8\x71\xdb\x2a\xdb\xed\xb6\xb4\x11\x6d\x17\x8c\x66\xe4\xf2\x1f\x06\xef\x6d\x69\x37\x0e\xc4\xa0\x57\x55\xa0\x00\x5b\x53\xd3\xe8\xbd\x46\xef\x05\x35\xc9\x4f\x47\x23\xf7\x82\x2e\x52\xb9\x91\x7b\x81\x85\xfe\x46\xed\x05\xcd\xa7\xb8\xf1\x28\x36\xc7\xd6\x67\xee\x68\xf4\x5f\xf0\x4e\xab\xae\x69\x8d\x96\xc3\xc1\xbc\x2c\xf4\x5f\xeb\xca\x1f\x01\xd0\x48\xb4\xe0\x10\x24\xdf\x38\x06\x83\xce\xd8\x6f\x3c\x83\xad\xaf\x79\x3b\x45\xe3\xfb\x0b\xea\x6a\x20\xda\xae\xc5\xf7\x57\x93\xb1\x67\x34\xbe\xbf\xa0\xb5\xf5\x4b\xc5\xed\x06\x51\xf5\x53\x83\xa8\x27\x21\x61\x77\x9b\x8e\xea\x2b\x71\x70\x3a\x8f\x2c\x0c\x7a\x32\xf9\x8f\x46\x16\x06\xb3\xa8\x01\x59\xd8\x28\xb9\x64\xa2\x1b\x8d\x92\x0b\x36\x81\x9f\x8d\x92\x0b\xb6\x5a\x74\x1e\x29\x17\xac\xa0\xc6\x46\xca\x35\x22\x8c\x77\xae\x11\x61\x8d\x08\xcb\xb2\x62\x23\xc2\x82\x6d\x39\x43\x1b\x15\x16\xcc\xe9\x12\xbf\x5e\x8b\x13\xaf\x16\x2f\x1f\xc9\x15\x4c\xdf\xd8\xc6\x89\xd7\xa8\x30\x6b\xa5\x8d\x0a\x0b\x0e\x0b\x51\x8d\x0a\x0b\xde\xdb\x52\x05\x32\xac\xed\xa9\x82\x09\x90\x0a\x6b\x54\x58\x4c\x82\x46\x85\x05\xbb\xb8\xe0\x46\x85\x35\xf2\xaa\xb8\x8d\xbc\x0a\x4a\xd7\xcb\xe4\x55\xb0\x2d\x13\xa9\xd1\x57\x41\xaf\x4a\x4b\x5f\x05\x65\x7d\x6e\xa6\x0a\x90\x5c\x65\xb8\x4d\x0d\x5e\xac\x75\xe8\x46\x72\x05\x73\x4d\x89\x24\x57\x3b\x0c\xdd\x58\x09\x8d\xd8\x69\x36\x52\xf5\xf9\xf7\x2f\x76\x23\x85\x82\x5a\x54\x86\x14\x0a\x26\xab\xb0\x71\xe8\x05\xef\xb3\x5c\x53\x99\x38\xf4\xba\x69\x8f\x60\x0a\x7a\xd5\xf2\x04\x53\x3b\x0c\xa8\x58\x85\xed\x58\x25\xcf\xda\x80\xe1\xc9\x7b\xd7\x0e\x03\x7b\xf7\x53\xa3\xe7\x45\x1b\xc5\x03\x0c\x9e\x17\x87\x00\x9a\x46\x56\xb5\xaf\xc1\x63\x14\x13\x4c\xc1\x3e\x95\x83\x60\x6a\x2b\x1d\x61\x1a\x90\x5e\x0a\xf6\xf5\x59\xa7\x97\xda\x77\x95\x36\xf5\xa4\x84\x02\x89\x38\x46\xa3\x84\x1a\x25\x44\x3b\x37\x52\x28\xd8\x8f\xf5\x00\x83\x27\x4e\xb8\x6d\x5d\xf2\x92\x24\xe6\x91\x76\x69\x94\x50\xb0\x25\xcd\xeb\x68\x94\x50\xa3\x84\x4a\x9c\xbd\x8d\x12\x0a\x1a\xb5\xdb\x28\xa1\xe0\xbd\x2d\x0f\xe0\xbe\x0b\x66\x5d\x97\xb4\xc6\x2f\x09\x6a\x7d\x3b\x89\xa3\xc6\xc9\xc7\x76\x6c\xd4\x51\xb0\x22\xfb\x1a\x27\x5f\x23\x98\x8a\x37\x82\x60\x6a\x39\xec\xb4\x7a\xe3\xa8\xa3\x46\x1d\x15\xb6\x04\x75\x14\xf4\x6a\xf2\xa2\x8e\x82\xd9\x35\x07\x71\x14\x38\x22\x7e\x34\xe2\xa8\x11\x47\x45\x7b\x10\x47\xc1\x5c\x5f\x5d\xe2\x28\x98\x96\xfc\x1a\x6d\x14\x74\x01\xea\x8d\x36\x0a\xa6\xed\x13\x8d\x27\x30\x90\x2d\x6d\x34\x9e\xc0\x46\x41\x15\x16\x0d\x05\x15\xcc\x12\x97\x67\xa3\xa0\x82\x4a\x51\x36\x02\x2a\xd8\x6a\x72\xf7\x8f\x46\x41\x05\x53\x54\x7f\xe3\x0a\x6c\xa7\x06\x62\x0b\x51\x50\xc1\xe4\x3d\x68\x1c\x7f\xc1\x3e\x57\x05\x34\x10\x9d\x55\x98\x0d\x74\x56\xb0\x6d\xba\x98\xce\x0a\x96\xd9\xdd\xe8\xac\xc6\xf1\xc7\x81\xda\x08\xad\xa0\x57\xb3\x14\xa1\xd5\x08\xad\x65\xe1\x11\x5a\xc1\x92\x1f\x8d\xd0\x0a\xde\xdb\x32\x12\x78\xfe\x82\x7d\x6a\x5c\xae\xbf\x76\xad\xf6\x48\xb7\x13\x5f\x8d\x9f\xcf\x04\xc7\xcf\x17\x8c\xe6\xf5\xe1\xe7\x6b\xd7\x6a\x22\xff\xa6\x89\x22\xd1\x08\xdb\x46\xa2\x35\x12\xad\xb2\xc9\x48\xb4\xa0\x76\x5f\x58\x12\xad\x91\x68\x3c\x89\x8d\x44\x0b\x26\xd7\x46\x23\xd1\x1a\x57\x5e\x65\x80\xd1\x68\x41\xaf\x4c\x26\x12\xad\x91\x68\xd5\x98\xa1\xd1\x82\x5e\xb5\x11\x57\x5e\xf0\xde\x96\x36\xe2\xcb\x0b\x36\x82\xaf\xf1\xe5\x35\x2e\x39\x81\x33\x8d\x4b\x2e\x98\xcb\x30\x26\xdb\x5a\xb6\x7b\x55\xfe\xd1\x46\xa4\x05\xbb\x60\xd3\xc6\x01\x17\xcc\x35\x97\xf2\xbf\x05\xbb\xf8\xa0\x46\xc9\x05\x73\xfa\xc0\x92\x6a\x8d\x54\xe3\x17\x69\xa4\x5a\x30\xe9\xad\x46\xaa\xb5\xc7\x32\x67\x96\xcf\x1a\x5d\x16\x1c\x9c\x14\x8d\x2c\x6b\x09\x5d\xad\x16\xd2\x9b\xd0\xd5\x60\xb7\xe7\xb1\x09\x5d\x0d\x66\xcf\x62\x48\xe3\x92\x0b\x8e\xcf\xaa\x93\xaa\x3f\x3a\xd9\xe7\x9a\x7a\x6b\x22\x57\xd9\x25\xc4\x5b\xb0\x55\x92\xb1\x53\x6f\x41\x49\x5a\xe4\xd1\xa9\xb7\xfe\x51\xd1\x98\x78\x5d\x9e\x8e\xe0\xc8\x31\x0a\xa3\x93\x6a\xc1\xb6\x5e\xef\x4e\xab\x05\x93\x08\xeb\xfc\x74\x3d\xe1\xac\xd5\x5a\x73\xe7\x95\x0b\xba\xfd\x1c\x9d\x5b\xae\x13\x66\x56\x3f\x3b\x61\x16\x4c\x76\x49\x27\xcc\xfa\x66\x00\xd6\xbf\x9f\x90\x39\x3a\x17\x5d\xd0\x92\xf5\x7c\x74\xba\xad\xd3\x6d\xec\x8a\x4e\xb8\x05\x33\xa7\x1e\x8d\x4e\xb8\x75\xce\x3d\xab\x42\x9d\x73\x2f\x38\x78\xaa\x3a\x2d\x17\xbc\xb7\xa5\xd6\xc4\x5c\xb0\x8c\xd8\x2e\x24\x35\xd8\x73\x40\xf4\xe8\x5c\x80\x7d\x5b\x69\x98\x53\x69\x92\x2f\x38\x3e\xda\x86\xe4\xeb\x7c\x80\xac\xe9\x4e\xf3\x05\x33\x89\x58\x47\x27\xf9\x7a\x59\x6d\x93\x4e\xa2\xdc\x82\xb9\x67\x36\xec\x7c\x79\xc1\x2c\xf9\x10\x74\xbe\xbc\x60\x26\x11\xff\xe8\x7c\x79\xdd\x61\xaa\x79\x27\x3a\xc5\xd7\xc9\x3b\xaa\xbb\x93\x77\xc1\x14\x20\xd7\xc9\xbb\xa0\xac\x46\xa3\xee\x82\x99\x03\x9f\x46\xa7\xee\x3a\x75\x57\xd7\x33\x57\x05\x62\x98\x0f\xbf\x34\x04\xe2\xcb\x4b\x86\xc9\xd1\xf9\xf2\x3a\x11\x48\xa0\x76\x22\x30\x18\x39\x99\x73\x74\x22\x30\x18\x5c\x96\x9d\x06\x0c\x6a\xd3\x4f\x34\x60\xb0\x55\x16\x58\x17\x2f\x1a\x34\x56\x6d\xe7\x04\x0c\x36\xc9\x09\x3a\xa5\x18\xbc\xbf\x4c\x6b\x90\x8a\xc1\x26\x82\xb9\x4b\x0b\xd2\xab\x7a\xe6\xf3\xdf\x49\xc5\x60\xe3\x6a\xeb\x94\x62\xd0\x92\xf7\x73\x74\x4a\xb1\x73\xef\x99\xa9\x3a\xbd\x17\x6c\x02\x86\x3a\xbd\xd7\x9b\x1a\x0c\x3f\x55\x83\x1c\x84\x7a\x78\x26\x79\x17\xec\xb6\x11\x75\xea\xae\x37\xf3\xaa\xa1\xd6\x14\xb7\x65\x2b\x76\xf7\x00\x3d\xd5\xbc\x99\xba\x85\xeb\x2e\x28\xe2\xbe\x3b\xd7\x5d\x27\x0c\x93\xb4\x6a\x74\xc2\x30\x28\x3e\x95\x9d\x30\xec\xdc\x79\x35\xcb\x66\x9d\xe4\x0b\x06\xc3\xb8\x73\xe7\x05\xc7\xba\x49\x4f\xbd\xd8\x25\x83\xe8\x64\x61\xb0\xd5\x55\x29\xba\x30\x28\xc5\x80\xb4\x25\x2e\xd8\x1c\xea\x3f\xba\x30\xd1\x40\xa6\xc2\xd1\xa9\xc7\xe0\xbd\x4d\x31\xd4\x3d\xf2\x31\xa7\x75\x8e\x4e\x3d\x76\xdb\xe4\x8a\xaa\x6b\x8d\xe1\xc5\xcb\xe2\x59\xe7\x2e\x0c\x36\xce\xdf\xce\x5d\x18\x2c\x9b\xa6\x73\x17\xf6\x61\x86\xf1\x1a\x8b\x39\x0d\xb6\x6e\xaa\xa5\x3b\xfb\x58\x35\x70\x4d\x0d\x5e\x8c\xa4\x25\x1c\x9d\xa7\x2f\x28\x82\x29\x3a\x8d\xd9\x87\x29\xdf\xec\x47\x3d\x06\x95\xf3\xb1\xf3\xea\x05\xef\x6d\xae\xa9\xc1\x2e\x58\xcf\x25\x35\xd8\xbd\x7a\xda\x83\xc8\x0c\x5a\x72\xdd\x8e\x6e\x63\x5b\xb0\xdb\xb8\xd2\xc9\xce\xfe\xc7\xf9\xe7\x9a\x5a\x45\x77\xda\x1b\xd5\xc9\xce\x60\xf6\x7c\x62\xbb\x70\xd2\x3e\x57\xd1\x52\x77\x82\x32\x98\xfc\x86\x9d\xa0\x0c\x76\x3b\x6a\x3b\x3d\xd9\x29\x45\xf1\xf8\x9d\x52\x0c\xea\x6e\x44\x52\x8a\x5d\x2e\x7c\x41\xef\x9d\xdf\x2d\x68\xcd\xf4\xcd\xed\x16\x6c\xdc\x5d\x9d\xdb\xad\x67\xff\x5b\x15\x3f\xd4\x39\xd4\x82\xd1\x4d\xb8\x34\x66\xb0\x89\x53\xec\x44\x64\xf0\xfe\x32\xc5\xa5\x22\x83\x21\x94\xae\x53\x91\x9d\x8a\x14\xa6\xdc\xa9\xc8\xe0\x58\x45\xa3\x22\x83\xad\xae\xe9\x8f\x8c\x0c\x36\xcb\x84\x9d\xdb\xad\x53\x96\xb6\xf0\x75\xca\x32\x90\x25\x70\x74\xca\x32\x78\x6f\x4b\x7b\x08\x0c\x0d\xf6\xbe\x7e\xa9\x3d\x5e\x54\x46\x53\xb7\xc1\xae\x27\x56\x54\x86\xe7\xd1\x09\xd0\xa0\xb5\x7f\x38\xc6\x63\x74\xfa\x34\x78\xff\x25\xff\xcc\xef\x17\x54\x3b\x7a\x3b\xb7\x5f\x17\x38\x9a\xc3\x03\x46\xa7\x59\x83\x52\x9a\xdb\x34\xd7\x77\xed\x72\xcb\x25\xcd\xc5\xc7\xd7\x36\xd7\x34\x57\x82\x49\xa5\x26\xeb\x7c\x7c\xfd\xbb\x9a\x2b\x2d\x4d\xda\x06\xcd\x16\xd6\x4e\xda\xf6\xef\x6a\x2e\xd7\x34\x97\x2c\x20\x87\x07\x68\xae\x17\x73\xae\xd2\x6a\xae\x48\xdb\xa4\x7e\x1d\x9d\xb4\xed\xa4\x6d\x63\xa1\xd1\xb6\x41\x5d\x1f\x32\xd2\x36\xa8\x47\xd6\x20\x3a\x69\xdb\x29\x4f\xd9\x0e\x3a\xe5\x19\xec\x04\x6a\xe7\xaa\xeb\xa2\x50\x2d\xa5\x75\x6a\x34\xd8\x86\xa1\x42\x8c\x76\x7e\xb9\x35\xca\x48\xcf\x60\xe4\x24\xb6\xd1\x49\xcf\xa0\xd6\x43\xd1\xd4\xe0\xd4\x7b\xb1\x58\x3b\x51\x19\x94\xc3\x07\x84\xa8\x0c\xde\xdb\xf2\x9e\x50\x95\xc1\x48\x8a\xc6\xd1\x89\xca\x60\x74\x6f\x30\x51\x19\x94\x1c\xfe\x39\x3a\x51\x19\xbc\x23\x3e\x97\x54\xfd\xd4\x2b\xbe\xb1\xd4\x62\xd0\x04\x91\x75\x6a\x31\x18\x7c\xc7\x9d\x58\x0c\xde\x5f\x7a\xe6\xaa\x54\xb6\x86\x98\x21\xa8\xc5\xa0\x49\x48\xd5\x89\xc5\x4e\x19\xae\xd1\x41\x19\x06\x63\xe8\x3c\xca\xb0\x73\xc1\x89\x06\xe8\x5c\x70\xc1\x18\xbe\x80\x54\x60\x50\x3f\x26\x6e\x2a\xb0\x13\x69\x49\x8e\x3a\x3a\x91\x16\xd4\xa9\xdb\x89\xb4\x4e\xa4\xd9\x7b\xd0\x89\xb4\xa0\x6c\xe6\x1b\x22\xad\x0b\xae\x6c\x0c\x18\x8a\x2c\xa8\x85\x69\x45\x90\x75\xe9\x3d\xbc\x05\x04\x59\x50\x48\xdb\x2e\xb8\x32\x68\x5c\x2d\x9d\x03\x2e\x68\x36\x6a\x75\x0e\xb8\x4e\xc9\x89\x5d\xe8\x94\x5c\xd0\x3e\xeb\x92\x2e\x78\xd1\x3e\x06\x1f\x07\x5c\x7f\xe2\xd6\x36\x01\x50\x6d\xc1\x76\xe8\x3b\xaa\xad\x73\x93\x2d\xf3\x85\x9b\x2c\xa8\x6d\xdd\xa6\xfc\x89\x7d\x5c\x63\x83\x1c\xeb\xe4\x98\x78\x8f\x4e\x8e\x05\x55\xce\x80\x4e\x8e\x75\x0a\x4a\x60\xf7\xa0\xa0\x82\xa1\x81\x06\x05\x15\xbc\xb7\xb9\x56\x5c\x2b\xaf\x45\xd3\x73\xa5\xba\x52\xf3\xc3\x91\x4b\xcd\x25\x15\xc8\xb2\xe1\xa0\xa9\x02\x27\x5c\x8c\x41\x53\x8d\x8f\xd2\xc6\xf0\x19\x04\x54\x30\x6c\xe2\x19\xbc\x64\xc1\x7b\x5b\xcb\xb5\xd3\xb5\x75\x64\x68\x2e\x5d\x2e\x19\xf1\xbb\xb2\xdd\xae\xdd\x59\xff\x2d\xb9\xf4\xb8\xf4\xda\x7c\x9f\xb8\x8a\x06\x35\x36\xf8\xc4\x98\x12\x83\xb6\x0a\x9a\xcd\x9c\x83\xb4\x0a\xea\x8c\x6e\x18\xa4\x55\x30\x4c\xc1\x83\xb2\x1a\x9b\xa9\x29\x46\xce\xa0\x99\x82\xe1\x53\x30\x68\xa6\x41\x0c\x59\x0b\x19\xc4\x50\x30\xcc\x7d\x83\x18\x0a\xde\xdb\x14\x57\x0d\x44\x44\xc6\xc8\x19\xfc\x5f\x41\x33\xe0\x07\xff\xd7\x28\xde\x8b\x75\x9b\xe2\x72\x80\xe5\x95\x1d\xd4\x50\xb0\xd5\xa6\xa2\x1c\x60\x41\xe1\x74\x1b\x82\x1d\x83\x66\x17\xc7\x10\xed\x38\x8a\x1a\x1c\xfe\x4d\x0d\x1c\x0b\x3b\x3c\x53\x0d\x84\x36\xe6\x8c\x86\x31\xc8\xa1\xa0\xb6\x18\x3e\x83\x1c\x0a\xde\xdb\xf2\x53\xbb\xec\x82\xd1\xb2\x10\x3c\x44\x3b\x8e\xb5\xa3\x2e\x93\xe4\xa0\x9a\x06\xd5\xb4\xfe\x4d\x45\xa3\x9a\x5a\xf9\x87\xb8\xf0\x41\x54\x05\x23\x49\xf5\xc7\x20\xaa\x46\x35\xee\x32\x93\x0f\x3a\x28\x68\x5d\xaf\x71\xa2\x0d\xd2\x88\x09\x3b\x48\xa3\xa0\xda\xcc\x3c\x48\xa3\xc1\x63\x66\x01\x72\xf0\x98\x05\xa3\xc5\x08\x1f\x3c\x66\xc1\x14\x50\x35\xc4\x4c\x06\xe5\xb3\xb9\x4b\x95\x85\x34\xca\xcd\x39\xb8\xb4\x82\x52\xe2\x87\x19\x64\x50\xb0\x84\xff\x20\x83\x06\x19\xc4\x36\x1d\x6d\x15\x2d\xfe\xbd\x7c\xeb\x06\x19\x34\x92\x0a\xb1\x76\x6f\x35\xcd\x13\xac\x85\xa3\xc1\x19\x16\x54\x5b\x12\x07\x5f\x58\x30\x7c\x72\x07\x61\x14\xb4\x6a\x36\x20\x8c\x82\x91\x23\x8d\xc6\xa0\x8c\x82\xe1\x53\x3a\x28\xa3\x91\xcc\x20\x95\x6e\x1e\x64\x50\x50\xe5\x86\x1a\x54\xd0\x20\x79\x24\x69\x1d\x24\x4f\x30\x67\xf7\x4c\x9d\xd2\x55\xdd\x40\xa1\x79\x82\xc1\x8e\x18\x3c\x66\x43\x20\x65\x37\xec\x04\x52\x06\x43\x88\xe4\xa0\x8c\x46\xa2\x26\x6b\x37\x62\xe8\xa0\xa0\xe6\x30\xb9\x31\xa4\x06\x19\xa4\x11\x0b\x76\x90\x46\x41\x11\xa0\x3e\x48\xa3\xc1\x25\xd7\x57\x41\xd4\x7e\x25\xd5\xf7\x50\xef\xdc\x30\xd6\xb4\x2e\x67\x5b\xb0\x82\x8e\x07\x5f\x5b\xe0\x38\xdb\x31\xa8\xa5\xa0\x5a\xb4\x1d\xd4\xd2\x20\x83\xba\x16\x27\x83\x82\x15\xa0\x31\xc8\xa0\xc1\xfd\x96\x83\x17\xc7\xa0\x83\x82\x62\x0f\xf5\x20\x83\x82\xe1\x6b\x34\xc8\xa0\x21\x08\xb2\x6b\x0f\xee\xb7\xa0\xb1\x16\x07\xf7\xdb\xd8\x55\xaa\x2a\x9b\x4a\xbd\x90\x79\x7d\x0c\xfb\xe5\x06\x05\x25\xd2\x7c\x50\x50\x41\xe3\xf5\x18\x14\xd4\xe0\x92\xeb\x26\x78\x12\x2a\x18\x4d\x83\x73\xc9\x0d\xaa\x4a\xde\x9c\x41\x55\x05\x75\xc6\x56\x19\x54\x55\x30\x2d\x85\x0c\xfe\xb7\xe0\xf8\xf3\x4c\x95\x12\xdf\xd8\xcd\xbf\x84\x56\x30\xac\xd2\x0c\x42\x6b\xf0\xdc\xad\xca\x53\x55\xc1\xfa\x60\x0f\xaa\x6a\x08\x49\xcc\xe1\x94\x63\xd0\x46\x41\x91\xa5\x6b\x90\x46\xc1\xa1\xdb\x29\xa3\x71\x78\x0f\x4c\xdc\xc7\x7a\x66\xbe\x29\xd5\x25\x6d\x2b\xfa\xb0\xfb\xfa\x93\x21\xc1\x6e\xef\xc6\xe0\x4c\x1b\xf4\x45\xcf\x4a\xc8\xa0\x2f\x82\x61\x6f\xee\xa0\x2f\x82\x9d\xae\x1d\xe4\xc5\xa0\x25\xba\xf1\x47\x4b\x04\x53\x52\xa5\x41\x4b\x8c\xaf\x7e\xdf\x95\x63\x95\x2d\x1f\x6c\x9d\x47\x38\x8c\x9f\x0e\xf5\x5d\xe7\xc7\x0a\xb6\x8f\xa1\xc0\x8d\x35\x48\x82\x9c\xbd\x3e\x06\x49\x10\xf4\xc3\xa7\x98\x24\x18\xdc\x4c\xa4\xe2\x60\xec\x07\x83\xc1\x3b\xb8\x99\x06\xd7\x50\x0e\xd7\x1e\x83\x15\x1f\x1c\xd6\x20\x06\x2b\x7e\x08\xae\xa3\x93\x07\x33\x3e\x38\xc4\xc4\x0c\x66\x7c\x70\x54\x5f\x0d\xae\xa1\x21\xde\xae\x6b\x10\xf1\x76\xc1\x1c\xfa\x9d\xb7\x68\x5c\xeb\x01\xa9\x3c\x2b\x3b\x38\x2a\x93\x80\x95\x3d\xae\xfc\xdb\xf0\x3d\xe0\x59\x09\x6a\x53\x8e\x6b\xfd\xdb\xd7\x6d\xa9\x29\xcf\xca\xb8\x32\x4e\x23\x27\x86\x0d\x51\x41\xb5\x76\x3b\xf8\x5a\x06\x9b\xdd\x6e\xcf\xc1\x66\x0f\xe6\x66\x7c\xb0\xd9\x07\x57\x88\x5d\x35\x83\xe5\x1d\x0c\x2b\xf8\x83\xe5\x3d\x04\xba\x0d\x76\x13\x3b\x3b\x18\xad\xfd\xfd\x34\x8f\x31\x98\xe1\x83\x19\x3e\x7c\x18\x99\xe1\xc1\x5c\x06\x08\x33\x7c\xdc\x8a\xce\xac\xe2\x3d\x09\x1a\x1f\xfd\x60\x87\x0f\x81\x70\xf6\xef\x0f\x86\x78\xb0\x42\x99\x06\xf7\x49\xd0\xa4\x74\x19\xbc\x27\xc1\x26\xfb\xd8\xe0\x3d\x19\xbc\x27\x23\xde\x82\xc1\x5c\x0f\x06\x4d\x3c\x98\xeb\xc1\xb4\xe8\x34\x04\xb5\x05\x9b\xf0\xac\xc1\x80\x1f\x36\x34\x0d\xdf\x06\xde\x93\x60\x65\xa4\x1c\xbc\x27\x83\xf7\x44\x76\xf1\xc1\x7b\x12\x34\x6b\x20\x83\xf7\x24\xa8\x23\x36\xe0\xce\xf4\x0f\x9a\x1d\xd1\x3b\xd3\x7f\xcf\xee\xa5\x3a\x62\x13\xec\x0c\xfd\x60\xd2\x33\x3b\x43\x7f\x4f\x06\xbd\x2a\x55\xf9\x6e\xfb\xd2\x2e\x83\x5e\xc4\xcb\xce\x51\xb2\xcb\xa0\xb7\xbb\xf4\x75\xe9\xb5\xf3\x73\xa8\xd3\xd8\xd9\xf9\xc1\xda\x3c\xbc\x33\xf3\x83\x6d\x85\x88\xee\xec\xfc\x60\x93\x14\x77\x67\xe6\xef\x1f\x5d\x9c\x79\x69\x67\xd4\x07\xa3\x2b\x99\xd8\xb7\x9d\xbf\x44\xc2\xf1\x9d\x51\x1f\xd4\x1e\x5d\xb5\x33\xea\x83\xe1\x3b\xb3\x33\xea\x77\xb1\x6f\x63\x5d\xdb\x5d\x8b\xfc\xca\x6b\xb8\x73\x97\xec\x1c\x21\x92\x2f\xec\x1c\x21\x41\x95\x1e\x6b\xe7\x08\xd9\xd9\xfe\x32\x21\xec\x6c\xff\x60\x2b\x2a\xca\xf6\xdf\xd9\xfe\xa2\x9b\x77\xb6\x7f\x50\x3f\xd1\x5f\x3b\xdb\x7f\x67\xd4\xcb\xff\xbd\xb3\xea\x83\x21\x76\x61\x67\xd4\x07\x87\x45\xad\x9d\x51\x1f\x14\x36\xc1\xce\xa8\xdf\x39\x47\xcc\x41\x3b\xe7\x48\x50\x73\x72\xd7\xd8\x39\x47\x82\x95\x7b\x6c\xe7\x1c\xd9\x85\xbe\x65\xd2\xd8\xa9\x81\x9d\x1a\x88\x0d\xb9\x53\x03\x3b\x35\x60\xf3\xd9\x4e\x0d\xec\xd4\x40\x54\xe6\x4e\x0d\xec\xd4\xc0\xd0\x6a\xd4\x40\xd0\x7a\xde\x8c\x9d\x1a\xd8\xa9\x01\x1b\x91\x76\x6a\x20\x58\x3b\xb5\x76\x6a\x20\xd8\x7c\x8e\x76\xe6\xfe\x5e\x57\x3d\x53\x29\xae\x90\xa0\xac\x1a\xf0\x84\xec\x82\xe6\xc6\xba\xa6\x56\x35\xb2\x7e\xf3\x6f\x6a\x55\x8d\x3f\xdd\xc2\xef\x11\x2c\xa7\xf0\xce\xdc\xdf\xed\x91\xca\x19\x19\x63\x67\xef\x07\xcd\x9a\xfb\xce\xde\x0f\x56\x5c\xe1\xce\xde\xdf\x9b\x3e\xd6\x46\x3c\x26\xc1\x26\xf3\xf0\x2e\x44\x6e\xe7\x44\x11\x8a\xbd\x73\xa2\x04\x83\x0b\x6f\xe7\x44\x09\x96\xcf\x76\xe7\x44\xd9\x39\x51\x6c\x06\xdb\xa9\x87\x60\x48\x07\xb4\x53\x0f\xc1\x7b\x9b\xb2\xa9\x7c\x8b\xa9\x56\xfc\x52\x8f\xb6\x28\xd4\xac\x77\xed\x04\x45\xb0\x6d\x1a\x92\x5b\x65\xa7\x31\xf2\x25\xde\x49\x8c\xe0\xfd\x7f\xd7\x34\xc7\x8b\x51\x62\x40\xef\x34\xc6\xde\x35\x47\x4c\x82\x9d\xa2\x08\x9a\x35\x93\x9d\xa2\xd8\xfb\xaa\x94\x6b\x2a\x15\xad\x90\x43\xc0\xc6\x4e\x2a\xec\x82\xeb\xec\xd0\xd8\x69\x85\x60\x08\xf2\xdb\x49\x85\x60\x2d\x56\xec\xa4\x42\xb0\x49\x94\xba\x53\x0a\xc1\x9f\x81\x4b\x29\xec\xa3\xf9\xff\xd4\x9d\x2c\x08\x8a\x05\x98\x9d\x2a\xd8\x49\x00\xe9\xca\x77\x12\x20\x68\x76\x9d\xec\x24\x40\x30\x38\x6e\x76\x51\x79\xc1\x90\x1f\x63\xe7\x56\xd9\x05\xea\x49\x6a\xbe\x73\xa2\x04\x9b\x44\xb8\x3b\xed\xb0\x0b\xd4\x93\xd4\x7c\x27\x1e\x82\xed\x63\x72\x22\x1e\x82\x22\x58\x72\x27\x1e\x82\x7d\xce\xf6\xf7\xcf\xf5\xce\x11\x13\x0c\x0b\xdd\x3b\x47\x4c\x30\x4a\x04\xc8\x4e\x80\x04\x6f\x89\x3c\x4b\x63\xbd\x18\x6b\x6e\x24\x40\x76\x8e\x18\x39\xcf\x77\x0a\x24\x18\xc5\x97\x8d\x02\xd9\x77\x23\xe0\xf0\x04\x23\x60\xcf\xb0\x36\x95\xcb\xd8\xb1\x53\x20\x56\xba\x77\x0a\x24\x58\xd2\x73\xa7\x40\x82\x2d\xa7\x2a\x8f\xdd\xce\xac\xe0\xfd\xa5\x6b\x9a\x66\x26\xd9\xf2\xee\x92\xba\x13\x25\x52\xa4\xef\x44\x49\xb0\x71\x06\xec\x44\xc9\x4e\x94\xc8\x87\xbe\x13\x25\xc1\x10\x20\xba\x13\x25\xc1\xb6\xf6\xed\xec\x54\x49\x50\x25\xc6\xdd\xa9\x92\x9d\x47\xc8\xa9\x24\x3b\x8f\x50\x30\xb8\x16\x76\x42\x65\xe7\xfe\x91\x5d\x7d\xe7\xfe\x09\x2a\x33\x7c\x27\x54\x76\x4e\x9c\x3d\xb6\xe3\xce\x89\x13\xb4\x16\x1b\x76\x27\x54\x76\x4e\x1c\x09\x6e\x76\x4a\x25\x70\xea\xd2\xd8\x49\x95\x60\x88\x67\xdd\xf9\x70\x82\xf7\x97\xae\xa9\xc2\x8b\x95\x2e\x7a\xe7\xc3\x09\xde\xdb\x94\x4d\x15\x22\x7c\x64\xf9\xda\xe9\x9e\xa0\xc9\xd0\xb7\xd3\x3d\xc1\x28\x91\x42\x3b\xb7\xce\x4e\x0a\x49\x91\xbe\x93\x42\x41\x6d\x9e\x49\x0a\x05\x4d\x0c\xf7\xce\x47\xb3\xdb\x88\x25\xd1\xf9\xce\x49\x13\x8c\xc2\x66\xe2\xa4\xd9\x89\x28\xf9\x76\x77\x22\x2a\x18\x22\x72\x77\x22\x2a\x18\x85\xfd\x42\x44\x05\xdb\xca\xb9\xb0\x73\xd2\x04\x75\x33\x15\xd2\x55\xc1\x36\xe2\xbf\xda\xe9\xaa\xe0\xfd\x65\xc6\x02\x27\x4d\x30\x0a\xcb\x87\xd4\xda\x39\x69\xd8\x90\xfb\x77\xb5\xc7\x93\x1d\xe4\x29\x2d\x27\x4d\x30\x2c\x2d\xee\x9c\x34\xbb\x9d\x58\xf2\x2b\xee\x82\x0d\x83\x21\x5e\x76\x27\xd2\x76\xc1\x86\x7c\xdd\x3b\x95\x16\x0c\x8b\x54\xbb\x60\xc3\xa0\xd8\x0b\xb7\xf3\xf8\x04\xc5\x3e\xc0\x9d\xc7\x27\x18\xc5\xf4\x4e\xdd\xed\x7c\x34\xc2\x19\x76\x3e\x9a\x60\x88\xaa\xdd\xf9\x68\x76\x3e\x1a\x67\x21\xec\x7c\x34\xc1\x10\x28\xbd\x53\x77\xc1\xb6\x69\x0d\xea\x6e\x3f\xb5\x90\x89\x87\xc3\x24\x38\x22\xc7\x76\xfe\x92\xa0\xc8\xaa\xb1\x0b\xae\x0b\xb6\xf5\x44\x1e\x94\xa0\x7e\x7c\x38\x79\x50\x82\xba\xbe\xaf\x42\xeb\x82\x15\x14\xbc\x0b\xad\xdb\x2f\xc1\xda\xe6\x63\x1e\x94\x60\xd8\x18\xb8\x53\x7b\xc1\x10\x23\xbd\x53\x7b\xc1\xb0\x7e\xb4\x13\x7b\xc1\xfb\x67\x19\x07\x32\x62\x04\xdb\x1c\xfe\xdf\x68\xb9\x32\x5a\x18\x81\x04\x60\xd0\xd6\x87\x42\xb0\xdd\x4e\x13\xca\xeb\xbc\xd3\x84\xc1\xca\xbb\xb8\xd3\x84\x3b\x3f\xce\xfa\x4a\xf2\xe3\x04\xa3\x30\xd2\xf8\x71\x76\x7e\x9c\x35\x83\xf1\xe3\xec\xb2\x3d\x32\xce\xa9\xc9\x9d\x74\x94\x21\x76\x27\x1d\x83\x21\x8c\x7c\xa7\x0d\x77\xda\x50\xde\xd1\x9d\x36\x0c\x8a\xb0\xdc\x9d\x36\xdc\x05\xdb\x49\x7f\xba\x0b\xb6\x0b\x0a\x99\xbf\x93\x8b\xc1\x10\xf5\xbe\x93\x8b\x41\xe3\x72\xdb\xa9\xc5\x5d\xb2\x0b\x09\x31\x77\x72\x31\x28\x74\xe0\x4e\x2e\xee\xb2\x49\xfa\x8a\x90\x8b\xbb\x9d\x4c\x02\xfc\x76\x72\x2e\x18\x65\xfd\x99\x3e\xb0\x93\x69\x67\xde\x91\x73\x41\x65\x63\x4f\x72\x2e\x18\x25\x26\xf6\x24\xe7\xa6\x3d\x4a\xfb\xbf\xa4\x1d\x9d\xe2\xe2\x82\xc6\x19\x31\xb9\x70\xa6\xfc\x15\xfb\xee\x9f\x77\xd7\xf6\x1c\xe9\xb9\xe7\xd2\x74\x49\x1e\xc3\x96\x4b\x87\x4b\x7a\xc8\xa5\xaf\x4b\x19\x9d\x4d\xc1\x7f\x2e\xe5\x8c\x98\x4c\xa9\x93\x00\x0c\x86\x94\x8e\x93\xfe\x9b\xfc\x3c\xfb\xee\x97\xb7\x6b\x99\xda\xbb\xdb\x1e\x97\x32\x95\xc5\xd6\x9e\x24\xe1\xb4\x1d\x6a\xdf\x5d\xd3\x32\x49\x86\x91\x33\xca\xc7\x14\x69\x37\xb9\x83\x24\x3f\x9f\xdc\x41\xc1\x72\xc3\x4c\xca\x71\x0a\xab\xa3\x8b\x26\x9d\x18\xd4\xcf\x7a\xa8\x06\x8a\x4c\xb4\x62\x3b\xc9\xc4\x49\xff\xed\x71\x7c\x4f\xfa\x2f\x18\x96\x6c\x27\xfd\x37\x8b\xe2\xc6\x20\x9c\xbc\x3a\x41\xb5\x83\x79\x8a\x8d\x9b\xc5\x1b\x91\x15\xb8\x49\xc6\x05\x23\xe7\x12\x8f\x49\xc5\x05\xad\xab\x01\x15\x37\xa5\x93\x90\xc2\x7c\x92\x54\xb3\x66\x66\xcc\x48\x9c\x14\xd5\x4c\x7e\xc2\x3a\x63\x6e\x4c\xbe\x91\xa0\xd9\xff\x3b\xc5\x9b\x05\x9b\x24\xa6\x53\xbc\xd9\x14\x6f\xa6\x18\x44\xd6\xe4\x54\x99\x1f\xcf\xd4\xc9\x51\x59\xfb\xee\x97\x9a\x23\x22\xab\x1a\x69\x44\x56\x30\x2c\x22\x4c\x3e\x95\x49\x77\xcd\xbc\x4b\x93\xee\x0a\x86\x6d\x01\x93\xee\x0a\x86\xb4\xd8\x93\xec\x0a\xb6\x19\xc1\x36\xc9\xae\x60\x2d\x13\x4d\xb2\x2b\x18\x39\xb1\x6f\x4c\xa1\x6b\x41\xdd\xd7\x0f\x75\xba\xcc\x14\xd5\x0f\x35\x0f\x21\x26\xb2\x6c\x12\x62\xc1\x11\x8b\x7f\xd2\x61\xc1\xb0\xe9\x60\xd2\x61\xc1\x10\xd5\x38\xf9\x75\x26\x69\xc6\x50\x9c\xa4\x59\xd0\xac\x77\x4c\xd2\x6c\x92\x66\x32\xbc\x4f\xd2\x2c\x18\x8e\xa6\x98\xa4\x59\xb0\xad\xed\xa9\x93\x36\x0b\x96\xe8\x9a\xb4\x59\x50\xcb\xe1\x2e\x4d\x46\x9b\xcd\x58\x76\x93\x36\x0b\x36\xdb\xb4\x26\x6d\x16\x14\x9e\xd9\xc9\xff\x13\x0c\x7b\x3c\x26\xb5\x36\xfb\x2a\x46\x9e\x49\x4d\xcd\xe1\xdb\xed\x92\x67\x8e\x7c\x27\xbc\x4f\xc2\xcf\xe6\xca\x56\x91\xff\xe7\x76\x09\x86\x4d\x2a\x93\xbe\x0a\xd6\x4e\xeb\x49\x5f\x05\xa3\xe4\x0b\x3c\x79\x5d\x82\x21\xd2\x6c\x52\x5c\x41\x71\xc0\xc7\xa4\xb8\x82\x66\x99\x71\x52\x5c\x53\x24\xdb\x2c\xca\xaa\x9f\x12\xc9\x66\xcf\xc4\x14\xc9\x36\x79\x58\x6c\xa1\x9a\x04\x4e\x30\x6c\xf1\x98\xf4\xcd\xe4\x61\x91\x55\x7d\x12\x38\x41\x95\xe5\x7b\xd2\x37\x93\xbe\x89\x5e\x9e\xf4\xcd\x24\x3f\xa4\x50\x9f\xe4\x47\x50\xac\xee\x4f\xf2\x23\xd8\x96\xeb\x7a\xf2\x93\x04\xc3\xfe\x9c\x49\x91\x04\xef\x6d\xfe\x4d\xd9\xb2\x75\xc9\x09\x0c\xd3\xd6\xa5\x60\xe3\x8f\x9c\x44\xca\x9c\xf6\xb2\xc4\x22\x99\xd2\x34\x04\xc3\x5e\x99\x49\x56\x4c\xf1\x62\x32\xad\x4f\xf1\x62\xc1\xb0\x23\x65\x8a\x17\x9b\x34\x44\x8e\x0c\x1f\x93\x86\x08\xb6\x3d\x7a\x76\xd2\x10\xc1\x61\x07\xf5\xa4\x21\x26\x0f\x08\xb7\xdf\xa4\x04\x82\x29\x91\xc5\xa4\x04\xa6\x08\xaf\xa9\x8d\x48\x81\xe0\x10\xdf\x3d\x85\x70\x4d\xea\x60\x1a\x91\xd4\x41\xb0\x82\x93\x27\x75\x30\xbf\xba\xcf\x6b\xc6\xee\x0f\xca\x6e\x3a\x67\xf6\x07\xd5\x81\x03\x93\xd9\x1f\x94\xee\x8d\x62\xf6\x4f\xc6\xfb\x1c\xc7\x3f\x7c\xa9\xd9\xf6\x41\xcd\xc9\xd1\x63\xb2\xed\xe7\xda\x5b\x64\xb0\xb3\xed\x83\xb5\x54\x3b\xd9\xf6\x53\x00\x96\xf9\x8d\x6d\x3f\xd9\xf6\xd3\x64\xc0\xb6\x0f\xaa\xd0\x8d\xc9\xb6\x9f\x6c\x7b\x92\x6b\xb2\xed\x27\xdb\xde\x90\x65\xdb\x4f\xa9\x0c\xa6\xd7\xc9\x76\x9d\xa0\xc8\x47\x30\x59\xed\x53\xe6\x3e\xb9\xd3\x27\xb3\x3d\x18\x65\x5d\x52\x0e\x3e\x13\x99\xe9\x27\x9f\x49\x50\xf6\x75\x9b\x97\x53\xd0\xd4\x8c\x2c\x9d\x82\xa6\x82\xfa\x51\x5c\x41\x53\xd3\x16\x1b\x71\x65\x53\xd4\x54\xb0\x49\x39\x3f\x05\x4d\x4d\xe1\x50\x72\xb4\x4c\xc6\x7c\xb0\x49\x9a\x37\x19\xf3\x33\xc7\x29\x55\x71\x3c\x93\xe9\x1e\x34\xf9\x85\x27\xdf\xcd\xe4\xbb\x59\xbf\x34\x2e\x5e\xcc\x3d\x4b\x03\x93\x7d\x1f\x94\x8f\x0f\x03\xfb\x7e\xda\x27\x23\xcd\xd0\x64\xe0\x07\xc5\x09\xa6\x93\x81\x3f\xe5\xb2\x3b\x7c\xab\xd9\xe9\xc1\x3e\x4d\x4c\xcc\xf4\x60\xb9\x8b\x26\x33\x7d\xca\x51\x70\xac\x6b\x2a\x75\xe7\xdd\xcc\xe2\xc6\xb4\xff\x65\x26\x8e\xaa\x3a\x41\x6c\x72\xe7\x04\x73\x6e\x6e\x53\x83\xdb\xae\x67\x9f\x19\xc1\x4f\x41\xad\x6a\xc0\xd6\x9e\x7c\x33\x87\x9f\x32\xb6\x27\x63\x5b\xef\x31\xb6\x83\x22\x01\xdd\x64\x6c\xcf\x47\x7b\x9b\x85\x98\xd1\x41\xb1\xa0\x38\x85\x4d\xcd\x1c\x48\x54\x97\x55\xc2\xc5\x12\x8c\xf5\x6d\xe3\x62\x09\xb6\x99\x65\x91\x29\x46\x6a\xf2\xba\xc8\x7c\x3e\x79\x5d\x82\x61\xbf\xd8\x64\xa6\x4f\xa1\x54\x0e\x53\x3d\x18\xe0\x87\x0c\x71\x47\xd6\xe8\x0e\x16\x78\x30\x04\x9b\x1d\x42\xa9\x0e\x46\xb9\x74\xe8\x07\xab\x3b\x68\x92\x04\x1c\xac\xee\x43\xe2\x00\x99\xbc\x0f\x96\x72\x30\x44\xa4\x1f\x2c\xe5\x83\xab\x44\x56\xed\x83\xa9\x1c\xb4\xbe\xca\x71\xbb\x64\x73\xa5\x72\x3c\x2e\x65\xe6\x8b\xfd\x72\xb0\x94\x83\x61\x53\xd6\xc1\x50\x3e\x6c\x59\x91\x8e\xfb\x60\x29\x07\xc5\x8e\xb4\x83\xa1\x7c\x70\x5a\x1c\x69\xca\x83\xd3\xe2\x28\xfe\x2d\x97\xd8\xb1\x47\x91\x5f\x39\x6a\xef\xb0\x7d\x23\x18\xb6\xbc\x1d\x02\x96\x0e\x31\x46\xf6\xf5\x1c\xbc\x0a\xc1\x5a\x78\x39\x78\x15\x8e\xa2\x13\x32\x9f\x1f\x5c\x08\x41\x93\x87\xf1\xe0\x41\x38\xb8\x0b\x44\xaf\x1d\x8c\xdb\x60\xc8\xc3\x79\x70\x17\x1c\xd2\xa7\x99\x16\x0f\x96\x6c\x30\x6a\x16\xe6\x0e\x96\xec\xc1\x37\x70\x64\xb2\x38\x98\xad\x87\x58\xa0\xe2\x01\xca\x66\x43\xfd\xb1\xbb\xa6\x41\xd8\xad\x59\x82\x3c\x98\xad\x07\xdf\x80\x4c\xc5\x07\x23\x35\x18\x36\xb3\x1d\x8c\xd4\xc3\xf6\x76\x99\x8a\x0f\x36\x63\x30\x05\xfd\x1e\x6c\xc6\x83\xad\x26\x3d\xe7\xc1\x56\x0b\xf6\x23\xa6\xc2\xc1\x56\x0b\xfe\xb4\x2e\x5b\xed\xe8\xde\x6f\xbd\x60\x1d\x3d\x18\x36\xf7\x1d\x22\x73\x0e\x91\x39\x16\x42\x0e\x91\x39\x87\x0d\x0a\x9b\x4b\xab\x1c\xda\x68\xfd\x54\x1b\xe5\xcc\x1e\x7b\xef\x0e\xab\xed\x41\x11\x97\x7d\x58\x6d\x3f\x18\x88\x0e\xd7\x3d\x18\x88\xc1\x30\x81\x1c\x96\xdb\x8f\xec\x4f\x68\xf2\x99\x1d\x2c\xc4\x60\x70\x6f\x1c\x2c\xc4\x23\x51\x38\xed\xb3\x7e\xea\xbd\x8a\x3d\x28\x53\xd8\xc1\x1e\x0c\xde\xdb\x52\x36\x06\x61\x70\xc8\xf0\x72\x30\x08\x8f\x58\x7f\x4d\xa6\xe9\x83\xf5\x17\x8c\xfa\xf9\x87\x00\xf1\x83\x71\x18\xbc\xff\xa2\x9c\xda\xe6\xc5\xb4\x04\x7a\x58\xa2\x0f\x86\x6d\xb1\x87\x15\xfa\x23\x09\xcd\x9a\x85\xe8\xc3\x7a\x7c\x30\xec\x8f\x3c\x2c\xb8\x1f\xbb\x54\xf3\x9a\x95\xa9\x19\xcc\x8f\xb7\x82\xa5\x19\xbc\xb7\xa5\x86\x4c\xcd\xc3\x69\x3d\xf9\x72\x1d\x4c\xcd\x60\xc8\xde\x7b\xd8\xd3\x10\x0c\xc9\xfc\x0e\xe1\x3d\x47\x16\xdc\xdb\x47\x0d\x2c\xb8\x07\xeb\x68\xe9\xc3\x82\xfb\x91\x95\xf4\x26\x3d\xf0\x61\x29\x3d\x18\xb6\x47\x1e\x4c\xd9\xe0\xbd\x2d\x0f\x65\xcb\x06\x9b\xf3\x83\x0f\xa6\x6c\xb0\x35\x19\x7d\x0f\xb6\x6c\x30\x6c\xdd\x3c\x98\xb2\xc1\x7b\x5b\x6a\xc5\x96\x0d\x9a\x19\xfd\x60\xcb\x1e\x33\x15\xcd\x97\xeb\xb0\xb8\x1e\x8c\x35\xb2\x2d\xae\x1f\x53\xef\x15\xb7\xa9\xd5\xcc\xc8\x36\x91\x4a\x5f\x76\x1c\xab\x68\xf9\x29\xf3\x36\x28\xb2\x45\x1c\x16\xd2\x83\x21\x2b\xd6\x61\x21\xfd\x38\x8c\x45\xff\xc6\xe2\x0d\x86\x8c\xd5\x07\x8b\xf7\x38\x8c\x45\xe3\xd3\x12\x79\x30\x6c\xa3\x3c\xac\x90\x07\xdb\x6a\x21\x76\xf1\xf1\xd5\xef\x59\xa5\x3c\xd8\xa8\xc1\xb0\xb3\xf2\x60\xa3\x06\x4d\x74\xe5\xc1\x46\x0d\xb6\x26\x86\xf6\xb0\x34\x1d\x1c\x7f\x7e\xa9\x18\xd9\x3e\x50\xd7\x2f\x15\xe3\xab\xd5\xb2\xea\x73\x7c\x57\x39\xd2\x6a\x31\x89\x0e\xe6\x6b\x30\x19\x9c\x07\xeb\xf5\xf8\x19\xf3\x46\x2e\x5b\x35\x18\x6b\xb6\xb5\x0d\xfe\xf8\x69\xef\x2c\x18\x1d\x6c\xd5\xc0\x49\xf9\xe3\x60\xaa\x1e\x3f\x75\xcf\x9a\xe4\x61\xd1\x39\x58\x19\x4d\x0e\x8b\xce\xc7\x4f\xe3\x46\xaf\x1c\x76\xb3\x07\xc3\xae\xd2\xc3\x96\x82\x23\xf9\xa9\x9b\xcc\x21\xc7\x6f\x95\xd7\x47\x35\xef\x01\xc3\x37\x78\x6f\x4b\xd9\x58\xbe\xc1\x90\x34\xed\x60\xf8\x1e\xa7\xd6\x8d\x3d\x7f\x30\x69\x83\x61\x57\xe9\xc1\xa2\x0d\xf6\xf5\x59\x61\xd1\x06\x43\x82\xe4\x83\x41\x1b\x4c\x1b\x74\x0e\x06\x6d\x30\x84\x71\x1e\x16\xb5\x83\xf7\x91\x69\x22\xcb\xda\xc1\x26\x2f\xfc\x61\x59\xfb\xb8\x34\x6e\x84\xf6\x61\xc5\x3a\x18\x76\xcf\x1e\xcc\xde\xe3\xd2\x6a\x3e\x8c\xec\xd2\xa0\x6c\xdd\x6d\x4a\x7b\x69\x35\x9f\x32\xa6\x6a\x30\x64\x8f\x3c\x98\xaa\xc1\x90\x47\xed\x60\xaa\x1e\x62\xf9\xe5\xd2\x3c\xd8\xa0\xc1\x21\x8f\xda\xc1\x06\x3d\x6e\x83\x2d\xda\xe0\xb0\xe0\x1b\x8c\xd5\x2d\xcc\xd2\xe3\x31\xc9\xc4\x1e\x3c\x58\x97\xc1\xb0\x53\xf5\xb0\x92\x1b\xcc\x8f\x2f\x99\x95\xdc\xe3\xf1\x00\x46\x1d\x7b\x30\xd8\x24\x66\x3a\x9e\xf5\x80\xdb\x31\xf4\xe9\x2a\xcb\xb6\xc1\x90\xce\xea\xcb\x6a\x0c\xde\xdb\x46\xae\x6d\xae\x6d\xaf\x65\x1d\x31\xf6\x65\x35\x06\x73\x4b\x39\xbe\x02\x73\xbe\x31\x24\x9b\x45\xd8\x2f\x43\x32\x38\xf4\xcb\x97\x21\xf9\x4d\xb8\x7d\xdb\x32\x85\x7f\xad\xc2\x06\xdb\xc8\x90\xf9\xb2\x2d\xbf\x59\xfe\x6c\x92\x35\x7e\x59\x75\xc1\xe4\x10\xf8\x5a\xfe\xfc\x6e\x36\x54\xe4\x45\xf8\x5a\xeb\xfc\x6e\x99\x9f\x32\xa3\x7c\x85\xbe\x7f\x6d\x17\xce\xab\xf1\x15\xfa\xfe\x4d\xa8\x4b\xdb\x94\xcd\x5a\x67\x30\xbb\xba\xb3\x1a\x83\xe6\xc8\x81\xaf\x50\x97\xef\x3a\xd0\x3f\xe3\xe3\xcb\x92\x0c\xd6\x71\x7f\x5f\x2b\xa2\xc1\x7b\x5b\x2a\x6a\xbb\x70\x30\xf7\x8f\x5f\xaa\x41\x92\xfa\x66\x11\xf3\xaf\xdf\xec\xaf\x88\x99\x60\xd8\xb3\xfb\xb5\xd4\x1a\xbc\xff\x92\xda\x58\x6b\x0d\x36\x39\x41\xbe\xd6\x5a\xbf\xc5\x20\xd0\x36\x02\x5f\x82\xc1\xb4\xf8\xb2\x5a\x83\xf7\xb6\x14\x9d\xd9\x1a\x34\xee\xfd\xaf\x55\xda\xaf\x53\x64\xa4\x48\xf8\x32\x5b\x83\x21\x97\xc0\x57\x94\xcb\xb7\xaa\x61\xf3\x04\x55\x78\x31\xed\x7d\xfc\x32\x6e\x83\xd9\x37\x0f\x50\x83\x9a\xe9\x5c\x69\xc5\xc2\x7c\x63\xef\x36\x47\xb4\x7e\xd9\xbb\xc1\xb0\xfb\xf9\xcb\xde\x0d\x46\x5d\x25\x53\xcf\x64\x81\x5a\xb6\xf8\xd7\xd2\x6a\x30\xac\xa3\x7c\x2d\xad\x7e\x9b\x11\x15\x4d\xf0\xb5\x90\x1a\xac\xcc\x8d\x5f\xeb\xa8\xc1\xb1\x5e\x1d\x0b\xa9\xdf\x84\xc3\x37\xd3\xcb\x97\x09\x1c\x4c\x1b\x49\xbe\x56\x4d\xbf\x59\xfb\x6c\xf2\xfc\x7d\xad\x7d\x06\x83\x29\xfe\xb5\xf6\xf9\xed\x5a\x2d\x13\xf0\x97\xbd\x1b\x0c\xc9\x96\xbe\xb6\xe8\x7e\x1d\x5b\x19\x1b\xe9\xcb\x02\x0e\xde\x5f\xa6\xa2\x4c\xe0\x60\xd8\x6d\xfe\x15\x83\xf2\xed\xc6\x42\xa6\xdb\x2f\x7b\x37\x98\x76\x75\x7d\x99\xbb\xc1\xd6\x64\xf7\xf8\xb2\x77\x83\xa5\x05\xbf\xd6\x48\x83\x29\x2d\xd1\x97\x05\xfc\x1d\x86\x47\x66\xe0\xaf\x15\xd1\x60\xd8\xa3\xff\x65\x01\x7f\xf7\xf5\x80\x34\x1b\x3b\xf2\x6b\x0b\xad\xf7\x84\x1d\xf9\xdd\xe5\xc5\x8c\x98\xf8\x32\xfd\xbe\x4c\xbf\x7c\xc7\xbf\x4c\xbf\x2f\xd3\x6f\xcb\x3c\xfa\x65\xfa\x05\x43\x9c\xe5\x97\xe9\xf7\x65\xfa\x49\x69\xf4\x65\xfa\x05\x55\x80\xc0\x97\xe9\xf7\x65\xd3\xad\x79\x8e\x4d\x17\xac\x75\xb6\x2f\x9b\xee\x9b\x50\x88\xc6\x45\xf8\x65\xad\x7d\x05\x68\x57\x97\x94\x2d\x99\x65\x9b\x8c\x6b\x5f\xa6\x59\x30\xe4\x8c\xfb\x5a\xb2\x0c\xde\xdb\x52\x7b\x6b\x96\xc1\xb0\xb3\xfe\x2b\x14\x22\x18\x32\x5e\x7d\xc5\x6c\x7f\xd9\x79\xc5\xdc\xca\xce\x0b\xf6\x69\x80\xb0\xf3\xbe\x59\xd9\x6c\x72\xb5\x7d\xad\x6c\x06\xc3\xce\xfa\x2f\x3b\xef\x9b\x18\x87\x56\x0c\x5e\x16\x5c\x70\xc8\xce\xf0\x65\xc1\x7d\x0f\xc5\x8d\xc9\xf2\xb5\x66\x19\x0c\x5b\x7c\xbe\x76\x9d\x06\x5b\xb3\x24\xff\xb5\x8c\x19\xcc\x4f\xac\x87\xaf\x65\xcc\xe0\x58\x73\x9b\x20\x87\xef\x57\xeb\x9a\xe3\x19\x7f\xc1\x90\x2f\xe0\xcb\xf6\x0b\xde\xdb\x52\x36\xc6\xdf\x97\xf1\xd7\x3d\x40\x0d\xbe\x89\x59\xf5\x72\xb0\xfd\xbe\x5f\x67\x5b\x17\xd7\x74\xc2\x8b\x63\x1a\xcf\xd6\x29\xbf\x59\x94\x6c\x82\x9e\xbe\x16\x25\x83\x63\x8d\x40\x86\xde\x37\xc7\xb9\xff\x99\x29\x99\x70\xc1\x5c\xc5\x15\x37\xf0\x65\xd5\x89\x27\xfa\xb2\xea\x82\xf9\x99\x7e\xa9\xb8\xa7\x87\xc6\x08\xf8\x5a\x81\x0c\x76\x2b\x6e\x5f\x71\x03\xdf\xcb\x6d\xc6\x91\xc5\xc0\xe0\x58\xb3\xc5\xb5\x6e\xcb\x67\x82\x6b\xff\x6b\xfd\x2e\x38\xd6\x8c\xcd\x4e\x0a\x0e\xf6\xe0\x97\x9d\x14\xbc\xbf\x74\x4d\xbb\xbd\x38\xd6\xec\xc9\x41\x1f\x1c\xeb\x55\x63\x4d\x05\x07\x55\xf1\x65\x4d\x7d\x99\x4e\x3c\x2a\x5f\xa6\xd3\x77\x99\x4e\x2e\x69\xb5\xdb\xd2\x7a\xaa\xce\xc9\x1e\x6c\x8d\x17\xed\xcb\xcb\x1e\x1c\x6c\xe1\xaf\x4c\xa4\xc1\x7b\x5b\x9a\x83\xe3\x3d\x38\xd6\x14\xc8\x0e\xfb\x3e\x5a\x2d\xcb\x1d\x5f\x16\x56\x70\x30\x72\xbf\x2c\xac\xef\xa3\x47\xf5\x8b\xa0\xe9\xe0\x78\xdf\xdb\xbf\x7f\xb5\x2d\xf8\x7d\x1f\x1d\x3e\x3d\x4c\x39\x93\x91\x46\x68\xc7\xd7\xea\xde\xf7\xf1\x3a\x45\x6a\xff\x18\x65\xbf\x8f\xf7\x3a\x3d\xfe\x13\xf4\x1c\x4c\x6b\x74\x3f\xd6\xd6\x8f\x69\x65\x79\xef\xc7\xb4\x0a\xa6\x0d\x20\x3f\xa6\xd5\x2f\xd9\x61\x9a\x65\xa4\x9f\xd5\xb7\x9f\xd5\xb7\xbc\xb0\x3f\xab\x6f\xbf\x2c\xb5\x35\xe2\xf5\x67\xa9\x2d\x38\x4c\xdf\x3f\x46\xd9\x2f\x0e\xe8\x46\x31\xff\x38\xa0\x83\xc3\xe7\xec\xc7\x28\xfb\x31\xb7\x2c\x71\xfd\x98\x5b\xc1\xc1\xbe\xfd\x31\xb7\x82\xf7\xb6\xfc\x1b\x7b\x2b\xa8\x0c\xb5\x1f\x73\xeb\x27\x3b\x4b\x26\xb5\x1f\x73\x2b\xd8\x2c\x05\xfd\x58\x5b\x41\xb5\xf1\xe2\xc7\xda\x0a\x46\xdf\xfd\xbd\x56\xcb\xde\xc3\x66\x01\xe1\x27\x4c\x39\x58\xe7\x11\xfe\x18\x5d\xbf\xaa\x39\x32\x7f\xfd\x18\x40\xc1\x7f\x2f\x79\x66\xf5\x6f\xd5\x35\xff\xf6\x62\x38\x0e\xe9\x57\xd7\xbf\x4d\xb7\xa5\x52\x0c\xa0\x60\x74\xc5\x65\x00\x05\xeb\x08\x85\x1f\x03\xe8\xc7\x00\x62\x14\xfd\x18\x40\xc1\xb4\x6b\xfe\xc7\x00\x0a\x8a\x2d\x65\x3f\x06\xd0\x2f\xde\xe6\x95\x0b\xf7\x67\x25\x2f\x18\xb6\xab\xfc\xd8\x44\xbf\xa6\x43\x8d\x05\xce\xe5\x60\xf8\xba\xff\xd8\x44\x41\x75\xa6\xdd\x8f\x4d\x14\xbc\xbf\xac\xb9\xa6\x52\x89\xf2\xdd\xa2\x8e\x7f\x56\x0a\x7f\x71\x25\x37\x33\xce\x8f\x51\x14\x6c\xfb\xf0\x4b\x95\x62\x27\x99\x5b\x7f\xec\xa4\x60\xca\x9e\xf2\x63\x27\xfd\xfa\x7a\x68\x2a\xcf\x28\x0a\x86\xfd\x91\x3f\x46\xd1\x8f\xb5\x63\x43\xc0\x8f\xb5\x13\x1c\xab\xd9\x58\x3b\x3f\xd6\x8e\x04\x5c\x3f\xd6\x4e\x30\x3f\xeb\x36\x1d\xff\xa2\xd9\x8c\xf6\x63\xed\x04\xcd\xea\xe1\xcf\x7a\xdf\x4f\xc8\x6d\xe2\x8b\x7e\xec\x9f\x60\x63\xfb\xfd\xd8\x3f\x41\x95\x86\xe6\x67\x05\x30\x58\x27\x4a\xfc\x2c\x00\xfe\x72\x44\x77\x93\x5f\xe6\xc7\xff\x1b\xd4\xdd\x50\xb3\x00\xf8\xdb\x8d\x52\x2d\xc4\x72\x0a\xa6\xfd\x6f\x3f\x21\xaf\x3f\xab\x6d\xb2\xb8\xfc\xac\xb6\x05\x93\x51\xf0\xb3\xda\x16\xec\x4e\x00\xfb\x31\xb9\x82\xcd\x0e\xf0\x1f\x93\x2b\x78\xff\x2c\x95\xda\x57\x39\x7e\xd9\xd0\x90\x36\x63\x85\x05\x45\xb0\xc6\x8f\x15\xf6\x9b\x5a\xdb\xeb\xc8\xe4\xfa\xcd\x88\x5e\x8d\x66\x65\x2d\x68\x72\xe8\xff\x18\x61\x3f\x0b\x6b\x26\x00\x46\xd8\xcf\xc2\x5a\x35\x48\x2d\xac\x05\x9b\x9c\x22\x3f\x0b\x6b\xc1\x90\x10\xee\x27\x92\xf5\xc7\x7c\xb3\x33\xea\xc7\x7c\x0b\xd6\xf2\xc7\x8f\xf9\x16\x54\x67\x7f\xfc\x04\xb2\xfe\x1c\xf7\xbd\x2b\x99\x6a\x5a\x92\x13\xb9\xf5\x9b\xab\x9e\x11\x28\x43\x31\xbc\x9f\x87\x8e\x8a\xd7\xe2\xc7\x7c\xfb\xc5\x09\xbd\xc6\x1e\xeb\xed\x77\xac\x4a\xa5\x39\xac\xc9\x05\x4d\x1a\xb3\x1f\xeb\xed\x67\x99\x4e\x76\xfc\x1f\xf3\x2d\xd8\xc5\xb3\xfc\x2c\xd3\x05\xef\x6d\x69\x22\xc1\xad\x3f\xcb\x74\x06\x0c\x23\xef\x77\x98\xab\x7d\x6e\x8e\x55\x5e\x1f\x76\x97\xbc\x3e\x5f\xbd\x17\x1b\xfa\xc7\xca\x0b\x86\xbc\x45\x3f\x46\xde\xef\x2b\x54\xc2\x57\x89\x49\x17\x1c\x6c\xd7\x9f\xb0\xd5\xdf\x77\x95\x2d\x35\x65\xd2\x05\x43\x7a\xa3\x1f\x8b\x2e\x38\xd8\xa9\x3f\x16\xdd\x2f\x3b\xf8\x5a\x8b\x87\xe2\x67\xed\x2e\x38\x18\x5c\xbf\xef\x2a\x6e\x3e\x71\xfd\x1f\xbe\xd8\x3f\x06\xdf\x2f\x19\x2e\x9b\xc3\x0a\x7e\x96\xf6\x82\x29\xb6\xea\xc7\x06\x0c\x46\xcf\xea\xed\x8f\x0d\x18\xac\xb3\x65\x7f\x16\xfb\x82\xad\x1b\x3d\xfc\xd2\x3f\xeb\x7f\xd6\xc5\x7e\xd6\xff\x82\x26\x55\xf1\x8f\xf1\xf8\x4b\x4a\x91\x26\x71\xcd\xcf\x06\xc2\x60\x8a\xdc\xff\x31\x1e\x83\xe9\xbc\x88\x1f\xe3\xf1\x67\x49\x50\x24\xed\xcf\x92\x60\xb0\x39\xc7\xe5\x67\x49\xf0\x67\x49\x90\x4a\xfd\x59\x12\x0c\x8a\x93\xbb\x7e\x96\x04\x83\x41\x1f\xfd\x58\xa2\xbf\x84\xab\x36\x39\x05\x7e\xe2\x55\x83\x26\x9d\xf3\xcf\x66\xc4\x60\xae\x51\x61\x33\xe2\x2f\xee\xf1\xb5\x2d\xe7\x67\x31\x31\xa8\xb3\xb8\xa4\x06\x71\x8f\x37\xfb\xd5\x7e\x56\x13\x83\x22\x8c\xe4\x67\x35\x31\xd8\x56\x9c\xe0\xcf\x72\xe2\x4f\xaa\x7f\x53\xad\xd5\xc4\xdf\xa5\x43\xb3\x4c\xf3\xe3\x45\x0f\x36\xdb\x8f\x7f\x0c\xe7\xa0\xf1\xed\xfd\x18\xce\xc1\x26\x70\xf6\x67\x81\x31\xd8\x9c\xe7\xf3\xe3\x57\x0f\x36\xf6\xfb\x8f\x5f\xfd\x27\xf3\x88\x2e\xe6\x57\x0f\xde\x52\xa4\xd1\x38\xd6\x83\xcd\x5a\xe2\x8f\x5d\xfe\xb3\x80\xd9\x7c\x3a\x19\xe6\x41\x61\x2f\xfe\x18\xe6\xbf\x5b\xe7\x69\x35\x4b\x93\x41\xb3\x0b\xfa\x27\xd6\xf5\xc7\x70\x16\x1f\xf6\x63\x38\x07\xa3\x99\x82\x18\xce\xc1\xc6\x61\xfe\xbb\xd7\x03\xb4\x6d\xcc\xfc\x1f\x8f\x79\x50\x25\x89\xf9\x71\x98\xff\xd8\xd2\x76\x58\xfe\xd8\xd2\xc1\x10\xaf\xf8\x63\x4b\x07\xef\x6d\xae\x69\xc9\x27\x79\x12\x0c\x49\x1e\xf3\xdf\xa3\x8d\x7c\xfc\x19\xd0\xc1\x68\xa6\x42\x1e\xf3\x9f\xb5\xcf\x35\x27\x5b\xfb\x0c\x86\x8c\x13\x3f\x6b\x9f\x3f\x6b\x9f\x92\xb8\xfc\xac\x7d\x06\x87\x97\xea\x64\x66\x9f\x56\x30\x25\x71\x39\xd9\xd4\xc1\x68\x79\xb9\x4f\x2b\x98\xc1\x90\x71\xe2\x14\x7f\x1a\x0c\xe9\x2b\x4e\xf1\xa7\xc1\x14\xa7\x76\x8a\x3f\x3d\x13\x59\xda\x5a\xf7\xcc\xd3\xb5\x33\xc5\xf0\xff\x97\x4b\xa9\x40\x66\xdf\x93\xbf\xfc\x64\xb2\xdb\xa0\x7d\x32\xd9\x83\x95\x1b\xe8\x64\xb2\x07\xcd\xa6\x84\x93\xc3\x3c\x28\x02\x1d\x4f\x46\xfc\x69\x69\xd5\x9e\xdc\x93\x15\x1f\x94\x7d\xfd\x59\x73\x29\x5b\xd8\x0e\x7f\xa6\x31\x24\x1a\x89\x57\xf6\x64\xea\x07\xc5\xf2\xc2\xc9\xd4\x0f\xde\xff\x77\x9b\xd6\xd8\x32\xd4\xf2\xa9\x38\x6d\x49\x0c\xb6\xd1\x3d\x52\x63\x6c\xab\x9a\x6e\x53\xcd\x28\x02\x39\x3f\x4e\x82\xe0\xb4\x00\x2b\xaa\xf6\xa4\x08\x82\x21\x23\xc7\x49\x11\x04\x75\x5b\x77\xa9\x66\xd6\x5f\x7d\xb1\x4e\x8a\xe0\x74\x5a\x78\x3c\xbc\x27\x45\x10\xbc\xff\x9f\x7e\xb2\x97\x31\xd8\xec\xca\x3f\x89\x84\xa0\xd9\x07\x71\x12\x09\x81\x73\xa4\x4f\x0b\xb3\xc1\x70\x7e\xda\x69\x5d\x36\x18\x36\x7b\x9e\xd6\x65\x83\x29\xc7\xc8\x69\x27\x63\x70\x98\xba\x4f\x31\x07\xc1\x5b\x2e\x65\x35\x32\xd6\x8a\xae\x4b\x5a\xec\x45\xb1\x89\xee\xb4\xa0\x1b\xac\xa3\x2c\x4e\xeb\xb9\x27\x3d\x23\xe6\xf8\xa4\x67\x82\xd1\x3f\x7e\xa9\xc5\x12\xad\xd0\xda\xfa\x37\x4d\x96\xcd\x8d\xeb\x05\xb0\xec\x1b\xf4\x7d\x5d\xd2\x62\x96\x7d\x9d\x8d\x7f\x92\x3d\x41\xb3\x5a\x79\x52\x3d\x27\x3d\x23\xaf\xce\x49\xcf\x04\x6d\xb6\x7f\x38\xaa\xeb\x24\x77\xce\xc4\x32\x34\xc7\x15\x9e\x82\x19\x82\x2a\xb9\xd5\x29\x06\x37\x68\xb2\x65\x9c\xc2\x1b\x82\x2a\x7a\xe4\x24\x8a\x4e\x0a\xc8\xb9\x3f\x27\x05\x14\x34\x49\xbd\x4f\x0a\x28\x28\x16\x4b\x4f\x0a\xe8\xa4\x80\x9a\x61\x42\x01\x05\x9b\x2c\x2c\x27\x05\x14\x74\x69\x08\x4e\x0b\xc5\x27\xb5\x63\x32\x3e\xa9\x9d\x60\x05\xfe\x9d\xd4\xce\xd9\x75\x87\xf9\x48\xfc\x44\xd0\x77\xf3\x85\xf8\x89\xa0\x5a\x39\x39\xc5\xba\x06\x5b\x5b\xd3\x8a\x90\x8a\x60\x3b\x3e\x1e\xa0\x06\x16\x8f\xd7\x3b\x6e\xf1\x38\x68\x32\xee\x9e\x16\x8f\x83\xbe\xaf\xbb\x74\xda\x8b\x95\xa4\xfd\x14\x51\x11\x6c\xd3\x48\xa7\xb9\x82\x62\xb1\xf7\xa4\xb9\x82\x4d\x48\xf5\x49\x72\x05\x55\x2c\xd7\x49\x72\x9d\x22\x6e\xa5\xe6\x39\x09\xac\xa0\xca\xf4\x75\x12\x58\xa7\xe0\x89\xf5\xc2\xd1\x4e\x67\x4e\x83\x5b\xc5\x20\x9d\x4e\xd2\x29\xdf\x8d\x93\x74\x3a\xb3\xe3\xb0\xad\xd1\x6f\xcb\x61\xb0\xd2\x34\x9c\x96\xa6\x4f\x0a\x8b\x93\xe8\xa4\xb0\x82\xf2\x99\x2e\x19\x43\x09\xba\x6d\x72\xe3\x9c\x82\x6e\x83\x2e\x37\xf7\x29\x12\x22\xd8\x56\xc6\xc7\x53\x28\x44\xd0\x05\xba\x9f\xb4\xd9\x69\xf1\x9b\x9e\x3a\x29\xb1\x60\x85\x7f\x9c\x94\xd8\xb9\x4b\x38\xba\xa9\x82\x6e\xd9\x93\x46\x41\x7b\xd8\x54\x18\x6c\x76\x3f\x9f\x36\x15\x9e\x94\x98\x84\x3c\x27\x25\x16\x54\x87\xdb\x9f\xc2\x1e\x82\x26\x2e\xf9\x24\xce\x82\x15\x8f\x7d\x12\x67\xc1\xfb\x67\x69\x0f\xea\x2c\xe8\x82\xfc\x4f\xe2\x2c\xe8\xd3\xe8\x23\xce\x82\x6d\x6d\x98\x3b\xa9\xb3\x60\xe5\x25\x3d\x89\xb3\x60\xe3\x08\x3c\x89\xb3\x33\x4a\x6c\x25\xb7\x3d\x49\xb1\xa0\x8b\x69\x3c\x29\xb1\x33\x21\xc2\x4d\x92\x9e\x73\xae\xba\x67\x37\xbb\x21\x69\xb9\x3d\xe8\x8e\x89\x3a\x2d\xb7\x9f\x89\x1a\x6e\xf2\xf6\x9c\xa2\x86\x83\xb1\xbe\x4d\x04\x5b\xd0\x77\xcd\x6d\xb9\xfd\x3c\x74\x9e\x59\x87\x12\x0b\x2a\x07\xc7\x49\x88\x9d\x62\x28\xec\xd1\x38\xc5\x50\x9c\xce\x10\x37\x9d\x10\x67\xe7\xb1\x6a\x90\x5a\x51\x62\xc1\xb6\x3e\xf2\x56\xe0\x4f\xe2\x4c\xe6\x81\x93\x38\x0b\x8a\xbd\x4d\x27\x71\x16\xbc\xb7\xe5\x09\x96\xe0\x83\x2e\xad\xe7\x49\xaf\x05\xc5\xb9\x30\x27\xbd\x16\x94\x9e\x55\xa2\x53\xb8\x71\x50\xec\xf6\x3d\x85\x72\x04\x9b\x44\xd0\xa7\x50\x8e\xd3\x72\x7e\x8f\x75\x7a\x5a\xce\x0f\xba\x43\x58\x4f\xda\x2f\xd8\x2c\xde\x9d\xb4\x5f\x50\xe6\xaa\x92\xd6\x10\xca\xe1\xe4\xda\xd3\x72\x7e\xd0\x6d\xc7\x38\xc9\xc1\xa0\x38\x4e\xf8\x24\x07\xcf\xdf\x6a\xa0\x34\x9a\x50\x8e\xa0\x3b\xa8\xe3\xa4\xf7\x82\xbe\x86\x37\xbd\x17\x6c\x02\x26\x4f\x7a\xef\xb4\xe6\xdf\x23\xf8\x4e\xb2\x2d\xd8\x46\x0c\xdd\xd3\x9a\x7f\xb0\x16\xaf\x4f\x42\xee\xe4\x06\x90\xe7\xe1\xa4\xe4\x82\xe6\x5c\xcd\x93\x92\x0b\xfe\x58\x24\xf2\x45\x06\xdb\x9a\x23\xa5\x90\x09\x9a\xc4\x38\xe7\x6f\x55\xf3\xc9\x49\x7a\xb9\x44\xee\x9d\xa7\xa9\x29\x02\xea\xe4\x3f\x08\x56\x14\xe1\x49\xc7\x05\xeb\x88\xa6\x93\x8e\x3b\x4f\x5d\xd7\x5c\x53\x27\xc7\xb3\x7d\xfe\x41\x56\x9f\xc2\x48\x82\x6d\x5b\x7f\xa2\xc6\xa7\xb7\x97\x31\x48\xfa\x05\x45\x42\x93\x93\xf2\x3b\x45\x88\xf4\xac\x1b\x9c\x34\x5d\xd0\xd7\xd8\x17\x21\x72\x72\x86\x48\x5d\x74\xd2\x74\x41\x9f\xde\x7b\x9a\x2e\xe8\x0e\x6f\x3f\x69\xba\x60\x73\xd4\xc3\x49\xd3\x05\x5d\xae\xd1\x93\xa6\x0b\xba\xcd\x2b\x27\x4d\x77\x12\x6b\x9d\xe9\x47\xac\x05\x9b\x13\x44\x4e\x62\xed\xcc\x01\x02\x4d\x3e\xe2\x93\xcb\x24\x28\xc7\x7a\x80\x4e\xbb\xd4\xd3\x17\x97\xcf\x24\xe8\xb6\xaa\x9c\x64\x5e\x50\x0e\xc3\x89\xcc\x0b\x36\xfe\xfd\x53\xf8\x74\xb0\xce\x1d\x3d\x85\x4f\x07\xef\xff\xa7\x06\x76\x39\x06\x65\x19\xb8\x76\x39\x9e\xb7\x51\xcd\x90\xe7\x93\x09\x9a\x98\xed\x93\x4f\xe6\x24\x2d\xed\x6d\x38\x49\xcb\xa0\xac\xcf\x1a\x69\x19\xf4\x69\x6a\x27\x2d\xcf\x5b\x73\x30\xd1\x04\xc2\x04\x7d\x0d\x6b\x6a\x33\xe8\xd2\x72\x9e\xd4\x66\xb0\xd2\x2c\x9d\xc2\xb3\x83\x6e\xe7\xd1\x29\x80\xe6\xa4\x49\xbb\xd7\x86\x26\x0d\x9a\x4d\x7a\x27\x4d\x7a\x3e\xab\x39\x5c\xd3\x1c\xc9\x7e\xf9\x59\xbf\xd4\x1c\x4f\xf2\x8a\x9a\xde\x64\xd3\x39\x73\x1e\x9c\x0d\x56\x27\x95\x1a\x6c\xad\xb3\xab\xc9\xd4\xa0\x4f\xdf\x43\x9e\x9f\xa0\x1e\x2c\x72\x9e\x9f\xd3\xf1\xe0\x66\x02\x5a\x36\x68\xcd\xe0\xa6\x65\x83\x2e\xd2\xe4\x24\x65\x4f\x2e\x23\xa9\x45\x2e\x5a\xf6\x12\xc7\x23\xf9\xca\x25\x8e\x27\x28\xb6\xfa\x5e\xe2\x78\x2e\x9e\x25\xd9\xaf\x2e\x9e\xa5\xa0\x3b\x30\xf9\xa2\x82\xaf\xec\xb9\x6c\xb2\x5f\x5d\x34\x6f\xd0\x65\x5f\xb9\x68\xde\xeb\xe3\x2d\x88\x7d\x70\xf1\x36\x05\x2b\xcc\xe6\xa2\x79\x83\x3e\x57\x39\x2e\x97\x8c\x84\x74\xe8\x45\xf4\x06\x7d\x56\xb5\x4a\x4d\x2f\x3e\x29\x8e\x88\x8b\x9c\x0d\xd6\x69\x38\x17\x35\x7b\x89\x0a\x62\xb7\x5d\x54\x69\xb0\xf6\xa2\x5c\x44\x69\xf0\xde\x96\x2a\x88\x14\x0a\xfa\xcc\xe4\x7e\x89\x14\x0a\xfa\xcc\x87\xe2\xa2\x5d\x83\xb2\x7f\xdc\xa5\x52\xdb\xaa\x41\x9a\x8d\x83\x2b\xd8\xe4\xf0\xbb\xc8\xd9\xab\x18\x6b\x51\x4a\x17\xbd\x19\x14\x1b\x7b\x2f\x72\xf3\xe2\x94\xb2\xc2\x72\xd1\x9b\x41\xb7\xdb\xeb\xa2\x37\x2f\x61\x3f\x72\xfa\x5e\xe4\xe5\x25\xec\x27\x5f\xf9\x8b\xbc\x0c\xba\x0f\xe7\x45\x5e\x5e\xb4\xa4\xad\xc3\x17\x2d\x19\x74\xdb\xb8\x2e\x5a\xf2\x12\x09\x24\xe7\xee\x45\x39\x06\x9b\xdc\xc5\x17\xe1\x18\xfc\x19\x45\x84\x63\xd0\x6d\x66\xb8\xe8\xc6\x4b\xbc\xd0\x88\xc5\x77\x11\x8e\x41\x77\x40\xfd\x45\x38\x5e\x7c\x63\x66\xe1\x8b\x4a\x0c\xba\x6d\x4b\x17\xdf\x58\xf0\xde\x96\xba\x73\x8e\x05\x45\x40\xe5\x65\x5b\x67\xb0\xb6\xff\x5f\xe4\x65\x50\xb7\x8f\x3f\x53\xf5\xb8\xcb\x24\xf9\xbf\xb8\xcb\xae\xb6\xaa\x9e\x0e\xa5\x1f\x83\x22\x3b\xd7\x45\x3f\x5e\xbc\x6a\x82\xd7\x2e\x02\x32\xe8\x16\x32\x2f\x5e\xb5\x60\x5b\x27\xfd\x5f\x42\x8d\x82\x75\x4c\xef\x45\x66\x06\x85\x50\xbf\xc8\xcc\xa0\xc8\x01\x7b\x91\x99\x41\xe7\x32\xba\xa8\xcc\xe0\xfd\x7f\xbf\xd4\x42\x2f\xda\x68\x4a\xab\x81\xe2\x7b\xdb\x8e\x7f\xc8\x6f\x76\xf1\xcc\x05\xef\x1f\xfb\x17\x0d\xd8\x62\x61\x55\xcf\xd2\x80\xc9\xbf\xb3\x19\x27\x6d\x35\x60\xa6\xed\x58\x23\x17\x45\x1b\xbc\x7f\x96\xae\x25\x69\x83\xf2\x49\xc4\xc7\x65\x93\x67\xd0\x25\x33\xb8\xec\x1b\x08\xca\x91\x6f\xc0\x45\xf7\x06\x7d\x66\x5d\xf2\xa2\x7b\x2f\xce\x40\xe7\x54\x5d\x9c\x81\xc1\x12\xd6\x17\x67\x60\x50\x38\x33\x2e\x1a\x37\xd8\xda\xd0\x19\x44\x6e\xd0\xe7\x2a\x99\x9a\x77\xaf\xcd\x2a\x87\xaa\xe7\x08\x3c\xbb\x0e\x2f\x2a\x37\x78\x6f\xcb\x13\xc8\xdc\xa0\xcb\x73\x75\x91\xb9\x97\x7d\x03\x4c\x84\x8b\x1f\x31\xe8\xd3\x10\x26\x73\x2f\xfb\x06\xec\xdf\xbf\x78\x0d\x83\x75\x54\xff\xc5\x6b\x78\x0d\x95\x37\x2c\x6c\x12\x08\xb6\x63\x73\x49\xe5\x5f\x14\xeb\xa3\x17\xe9\x7b\x8d\x55\x2b\x65\x53\xab\x24\xe5\x91\xda\xe6\x12\xf1\x1f\xf4\x99\x0f\xd4\x45\x20\x5f\x64\xae\xfd\x7c\x17\x99\x1b\x34\x41\x9f\x17\x99\x7b\xf1\x37\x8a\xbe\xbf\x68\xda\x60\x9b\xe6\x6d\xfe\xc6\xa0\xc8\x19\x70\x51\xb9\xc1\xb1\xf9\x2e\x50\xb9\x97\x10\x2f\xc7\x9f\x5e\x9c\x8b\x41\x9f\xdd\x6d\xba\x4a\xd8\xfe\x30\x03\xd1\xaf\x41\x1d\xa6\x2e\xfa\xf5\x22\x56\xd9\xe9\x17\xb1\x1a\x94\xc3\xcc\x42\xac\x5e\x3c\x89\xd2\xa0\x5d\xd4\x6a\x70\x38\x72\xf5\x22\x56\x83\x2a\xe6\xf2\x22\x56\x83\xea\xd8\xab\x8b\x58\xbd\x88\x55\xc9\xd2\x2e\x62\x35\x58\x91\x39\xd7\x5c\x35\xd0\x2d\x6a\xc5\x6f\x18\xac\x0d\x78\x17\xfd\x7a\x1d\x5e\x2a\x43\x86\x5a\x0d\xfa\x6c\x2e\xa9\x3b\x01\x3b\xb2\xba\x7d\x11\xb0\x57\xd4\xaa\xe3\x10\x2f\x6a\x35\xa8\x6b\xd2\xe0\x70\xbc\x28\x53\xe9\xd8\x2e\xca\x34\x58\xb9\x13\x2f\xca\x34\x78\x6f\x4b\x4d\x05\x87\x05\x45\xda\xe5\x8b\x27\x31\xe8\xdc\x37\xd7\xb1\x6a\xf0\xe4\x00\x91\x5c\xa2\x5f\x83\x6e\x13\xf0\x45\xbe\x5e\xce\x2d\x88\xe9\x79\x91\xaf\x17\xf9\x3a\xb4\x1a\xf9\x1a\x94\x4f\x6c\xa6\x8b\x7c\x0d\xde\xa9\x3c\x97\x54\xf3\xeb\x9d\xf2\x02\xd1\xaf\x41\xb5\xed\xfd\xa2\x5f\x83\x22\x46\xf2\xa2\x5f\x2f\x5b\x11\xba\xff\xd7\xc5\x5f\x6a\xde\x7f\xe9\xe2\xc8\x57\x29\x9f\x2e\xf2\x35\xe8\x96\xf3\x2e\xf2\xf5\xe2\xba\x1c\x31\xc4\x2f\x5a\x35\xe8\xe2\x0b\x2f\x5a\x35\x68\xce\xdd\xbe\xf8\x26\x2f\xbe\x49\x29\x77\x2e\x5a\x35\x68\x4e\x4e\xbb\x68\xd5\xeb\xa7\xe6\xfe\x8d\x27\x32\xd8\xa6\x37\x9b\x27\xf2\xa2\x5f\x65\x76\xbb\xe8\xd7\x60\x3b\x98\x5f\xf4\xeb\xc5\x9f\x28\xb3\xdb\x45\x60\x06\x7d\x46\xac\x5e\x04\xe6\xc5\x9f\x68\x86\xe1\x4e\xbc\x68\xce\xb1\xbb\xa6\x57\x5e\xfc\x19\xdd\x34\x67\xd0\xa7\x81\x46\x73\x06\xf5\x30\x44\xf9\x0e\x83\x6e\xff\xf6\x25\x91\xe9\xc5\x9d\x38\xbc\x8b\x44\x65\x50\x96\x09\x45\x53\x06\x75\x7d\x24\x69\xca\xeb\xf2\xf6\x98\x87\x08\xc8\xa0\x36\xc5\xe0\x26\xbc\x2e\xe3\x45\xa5\x48\xc3\xa0\x88\x8b\xbf\x48\xc3\x60\x5b\x19\x6a\x2e\xda\x30\xa8\x6b\x92\xe7\xee\x0b\xba\xec\xac\x17\x77\xdf\x25\xc0\x4e\xca\xb1\xeb\x5a\x65\xcb\x77\x76\xfc\x43\xbe\x94\x8b\x98\x0c\xfa\x34\x83\x12\x93\x17\x31\x39\xb2\xda\x7c\x11\x93\x17\x31\x19\x47\xd4\x45\x4c\x06\x1b\xd7\xe8\x45\x4c\x5e\xb7\x4e\xf3\xf6\x92\x8e\xc1\x0a\x62\xbb\x28\xc7\xe0\xbd\x2d\x0d\x4d\x3a\x06\x7d\x7a\xe3\x04\xf8\x5d\x64\xa2\x24\x65\x17\x99\x18\xcc\x3f\xff\xa6\xd7\x5e\xb4\xe2\xeb\x41\x26\x5e\xce\x15\xd7\x43\x22\xf7\x2e\xca\x51\x8e\xb2\x8b\x72\x0c\x36\x7b\x06\x2f\xca\xf1\x7a\x3e\x6e\xcb\x4f\xe9\xc4\x60\x1d\xad\x74\xd1\x89\x17\x9d\x28\x47\xd9\x45\x27\x5e\x4e\xa8\xf3\x59\xa0\x13\x2f\x3a\x51\x8e\xb2\x8b\x4e\x0c\xa6\x28\x8b\x8b\x4e\x0c\x0e\x9b\x2f\x2e\x3a\x31\x28\xf6\x03\x5d\x02\x08\x2f\x1e\xce\xdd\x3c\x45\x3b\x06\xed\xb3\x7e\xa9\x85\x9e\x38\xfa\x57\xc9\xb4\x50\xa4\xe3\xfa\x78\x90\x8e\xc1\x18\xb4\x07\xe9\x78\x11\x85\x7b\xa6\xcb\x9b\x28\xbc\x39\x38\xf7\x38\x95\x6e\xd2\x2e\xa8\xdb\xee\xd2\x70\xe9\x70\x5b\xcf\xb5\xaf\x6b\xdf\x9c\xa3\xbe\xe5\xd2\xcf\xa5\x9f\xdb\x8e\x5c\x3b\x5d\xcb\x77\x78\xf8\xe5\xe5\x52\x0e\xe6\xcf\x58\xbb\x29\xbb\x9b\xb2\xcb\x14\x7a\x53\x76\xc1\xd6\xa4\x28\xbb\xb9\x33\x83\xe2\x38\xf9\x9b\x3b\x33\xe8\x32\x2b\xdc\xf4\xdf\x9d\x7c\xaa\x4d\x8a\xb2\x9b\xef\x32\x68\x76\x0e\xdf\x7c\x97\xb7\x38\x45\x89\xc6\x6e\xce\xcb\xa0\x4b\xc0\x70\x93\x89\xc1\x3a\x43\xea\x26\x13\xef\x4d\x73\x64\x48\xde\x34\xe1\x4d\x13\xc6\x82\xbc\x69\xc2\x3b\xf9\x74\x1a\xa5\x71\xcb\xa7\x13\x34\x5b\xd7\x6f\x9a\xf0\xde\x56\x45\x73\x8d\x43\xf3\x16\xe1\x98\xf7\xec\xe6\xcf\x0c\x36\xc7\x95\xde\xfc\x99\xb7\x0d\x25\x9c\xb4\x37\x87\x66\xd0\xa4\x33\xbc\x39\x34\x83\x6d\xcb\x84\x79\x13\x98\x41\x97\xff\xe0\x26\x30\x83\x69\x1d\xe7\xa6\x2f\xef\x62\x44\xea\x63\xee\xcb\xa0\xf2\xf3\xdc\xf4\x65\xf0\xde\xe6\x9a\xba\x13\x98\xc3\xbf\x19\x09\x2f\xf6\x3d\x2f\xed\xcd\x7f\x79\xdb\x33\x3d\xdd\xa5\x35\xb8\x2f\xe5\x0f\xbd\x69\xce\x60\x93\xd0\xeb\xe6\xbf\xbc\x39\x2b\xe5\x32\xbb\x69\xce\xa0\xcb\xfd\x70\xd3\x9c\x37\x67\xe5\x1e\xc9\x71\x13\x9d\x41\x11\xf2\x74\xd3\x9c\x37\xcf\xe4\x1e\x03\xf2\xe6\x99\xbc\x79\x26\x77\x0f\x50\xf7\xaa\xdf\x9b\x9f\xaa\x7c\xb2\xb3\xca\x50\x7e\xd3\x9c\x77\x35\x15\xc5\x2c\xbe\xc9\xc9\x60\x7e\x56\x71\xd5\x8a\x4e\xdc\x33\xa1\xdc\x74\x62\x50\x8e\x7c\xc8\x6e\x3a\x31\xe8\x33\x36\xc8\x4d\x26\xde\x14\x18\x67\xd5\x4d\x81\x05\x2b\x45\xe3\x4d\x81\x05\x7d\x0e\x77\x79\x66\xf7\xcc\x7c\x9c\x6f\x42\xea\xa6\x9a\xf2\xd1\xba\xa9\xa6\x60\x6b\x52\x86\xdd\xdc\x85\xc1\x66\x7d\xea\xe6\x2d\xbc\xed\x48\x91\x1f\xec\xe6\x2e\x0c\xea\xe1\xa5\xa2\xb7\x6e\x1e\x44\xb1\x9c\x37\x75\x15\x34\x5b\x29\x6f\xe2\xea\xa6\xa4\xe4\x30\xba\x29\xa9\xe0\x10\xd3\x7c\xf7\x55\x85\x98\x17\x99\x5f\x6f\x42\xea\x1e\xeb\x01\xa9\x15\x05\x13\xf4\x69\x16\xb3\xb3\xf9\x26\x6a\x24\xd0\xba\x89\x9a\xa0\x3b\x4c\xed\x26\x6a\x82\xe9\xf0\xba\x9b\xa8\xb9\x77\xbf\x8c\xe8\xb8\xf9\xcc\x82\xba\xc6\x29\x9f\x59\x50\xe5\x63\xbc\x6d\x21\xb9\xa7\x06\x3f\xfe\x21\x21\xe9\x4d\x7f\x04\x45\xa0\xcb\xcd\x7f\x76\x93\x24\xdc\x4f\x37\x49\x12\x14\xc1\x0c\x37\x49\x72\xf3\x9f\xe9\x22\x8a\xe4\x16\xc9\xc8\xfd\x74\xd3\x1f\xc1\xb6\xde\x6a\xfa\xe3\xe6\x05\xe3\x11\xbd\xa9\x88\xa0\x4f\xb5\xe1\x05\x0b\x56\x38\xef\x4d\x57\xdc\xe2\x11\x79\x6a\x6e\xf2\x20\x98\x73\xba\xa4\x1c\xe2\x11\x65\x8b\xba\xc5\x23\x06\xdd\x8e\x8a\x9b\x17\xec\xb6\xc3\xc4\x9a\xed\x4d\x45\x04\x85\x82\xbf\x89\x88\x60\xb7\xce\x7d\x13\x11\x37\x2f\x98\xe5\xf0\x9b\x8a\x08\xba\x4c\x2a\x37\x15\x71\xdb\x74\x62\xf5\xfe\xa6\x19\x82\x56\xf2\xdd\xbd\x49\x86\x9b\x3e\xb0\x36\x7d\x13\x08\x41\x5f\xb5\xa2\x0f\x6e\x7b\x95\xf9\x87\x6e\x02\x21\xe8\xd2\x9a\xdc\x04\xc2\x2d\x92\x91\xaf\xe1\x26\x07\x82\x95\xea\xe7\x26\x07\x6e\xbb\x4e\xac\xe4\xde\x0c\xfd\xdb\xf1\x64\x26\x26\x86\xfe\xcd\x4f\x65\x31\xe9\xe6\xa7\xba\xf9\xa9\x8c\x4f\xb6\xff\xcd\x4f\x95\x25\xe0\x9b\xed\x7f\xdb\x85\x6c\x99\xe8\xe6\xa8\x0a\xfa\x34\x1b\x92\x03\xc1\x7b\x9b\x87\xaa\xe9\x2f\x4a\xc8\x4b\x21\x30\x31\xe8\x33\x26\xc6\x4d\x21\xdc\xbf\x55\x51\xd7\x54\xf4\x97\x09\xf2\x50\x34\x15\xfd\xe5\xdd\x9c\xfe\x5f\x27\xe7\xe4\xed\x66\x6d\xf7\xe6\xcf\x0a\xba\xec\x3b\x37\x7f\xd6\xbd\x84\x44\x56\x17\x6e\x4a\xe2\x96\xa5\x27\x26\xfc\x2d\x30\x31\xe8\x32\xed\xdc\x02\x13\x6f\x7a\xc3\xba\xe2\x4d\x6f\x04\xbb\x4c\x79\x37\xbd\x11\x4c\x71\x12\x37\xbd\x11\xbc\xbf\x4c\x7b\x13\x1c\xc1\x26\x44\xe5\x26\x38\x6e\x82\xc3\xea\xd6\x4d\x70\x04\x6d\x98\xa7\x09\x8e\x60\x5f\x93\x32\xc1\x11\x6c\xcd\xca\xe8\x7d\xae\x8a\xbe\x13\x9f\xfd\xf9\xb7\xf0\xc5\xa0\x53\x69\x37\x57\xd7\x4d\xaa\x50\xf5\x37\xa9\x12\x6c\x52\x6c\xdc\xa4\xca\xcd\xfd\x65\x9d\xe6\xe6\xfe\x0a\x1a\x97\xff\xcd\xfd\x15\x54\x1b\xd2\x6f\xee\xaf\x60\x70\x97\xdc\x34\x4e\xf0\xfe\x59\xda\x9b\xc8\xb9\xf9\xbf\xf4\x31\x8d\x73\xdb\x58\x44\xaf\xdf\x14\x4d\xb0\xad\x21\xc9\x25\x76\x5f\xab\xee\x69\x5c\x92\x25\x58\x9e\xb3\x9b\x64\x09\xfa\xd4\x53\x14\xcb\x4d\xb1\x30\x27\x28\x96\xa0\x2c\xbb\x8f\x62\x09\xfa\xcc\x5a\xdf\xcd\xfd\x75\x13\x31\xd6\xdd\x6e\x22\x26\x28\x52\xcd\xdd\x44\x4c\x50\xda\x7a\xa4\xaa\xdf\x71\x67\xaf\x4b\x6a\xce\x23\x66\x9d\xe9\xe6\x11\x0b\xb6\x4d\x3b\xf2\x88\x05\x95\x2b\xe0\xa6\x74\x6e\x3b\x92\xac\xeb\xdd\x74\x4d\x30\xe5\x70\xbf\xe9\x9a\x5b\xb0\x25\x6d\x7b\x13\x31\xc1\x5c\xcf\xe4\xfe\xba\xed\x16\xa7\xf3\x6e\x22\x26\x98\xd6\x39\x6f\x1a\x26\x78\x6f\xcb\x20\x25\x62\xee\xe5\xec\xf2\x4b\x75\x7f\xf4\x31\x13\x9d\x62\x09\xa6\x34\x78\x37\xc5\x12\x1c\xdb\x7a\x80\x8a\x3e\x39\xda\x84\x19\x42\xb0\xdc\x62\x2d\x49\xbf\x9b\x83\x2a\x98\x52\x02\x3c\xa4\xc8\xf3\x59\x6b\x04\x3d\xd7\x36\xd7\x72\x5e\x7e\xec\x8b\x87\x7f\x2a\xa8\xf2\x5b\x3c\xf6\x99\x3f\x1f\xf3\x55\x64\xc1\x43\xb1\x04\xd5\x5e\xff\x87\x7b\xea\xc9\x51\xd9\xcd\xab\xf7\x08\xc0\x0c\xba\xe4\x52\x0f\x5d\xf3\x88\xac\x9c\xff\x92\x93\xf4\x21\x55\x82\x62\x5d\xf1\xa1\x54\x1e\x21\x95\x8c\xd1\x87\x13\x2a\x28\xf2\x88\x3e\x64\x49\xd0\x2c\x92\x3f\x64\x49\xd0\x25\xec\x7a\xa8\x92\x87\xde\x30\xfc\x1f\x7a\x23\x98\x0e\xaf\x7a\xe8\x8d\x87\x90\xe0\xb1\x7d\x08\x89\xa0\x58\x98\x7f\x08\x89\xe0\xbd\x6d\xe6\x9a\x56\xcd\x41\xd6\x9f\x74\xdb\x43\x48\x3c\x0e\xb2\xce\x37\xeb\x21\x24\x82\x3e\x23\xa2\x1e\x42\xe2\x21\x11\x7c\x05\x1e\x12\x21\xe8\x16\x4b\x1f\x12\x21\xe8\x47\x3e\xb1\x0f\x85\x10\x14\xc7\xb1\x3f\x14\x42\x30\xff\x14\xec\x72\xc9\x37\x40\xf9\x6f\x97\x74\xd0\xe1\x9a\x1e\x78\xd1\x2d\x82\x3e\x14\xc2\xc3\x51\xe5\x23\xf0\x70\x54\x05\xd5\xb1\xde\x0f\xd1\x10\x4c\xdf\xdc\x87\x68\x08\x56\xd0\xef\x43\x33\x3c\xd5\x10\x8b\x29\xf1\xf0\x4a\x05\x5d\x4a\xb3\xc7\xbe\xae\x87\x8e\x98\x87\x07\x4c\xd7\x66\x12\x34\xa4\x69\xe9\x88\x87\x40\x98\x31\xca\x1e\x02\x21\x68\x5b\x75\x9b\x4a\xd5\xec\xbd\xf6\x4c\x11\x8c\x0f\x17\xd4\x7a\x28\x17\x54\x70\x98\xbb\x1e\x2e\xa8\x47\xbc\xa2\x38\xbe\x87\x23\xe9\x69\xe6\xe8\x14\x8d\xd7\xe8\xb1\x3f\x7d\xf5\x14\x7f\x50\xd0\xff\xfc\x52\xb7\x90\x1b\x87\xb7\x95\xdc\x78\xc8\x8d\x98\xd7\x0f\xb9\xf1\x70\xe5\x08\x15\x7f\xb8\x72\x82\x69\xa1\xe6\xe1\xca\x79\x04\x2c\x0a\x6f\x78\x38\x6e\x82\xe9\xf4\xdf\x87\x04\x79\x68\x0b\x8e\x8a\x87\xb6\x08\x8a\x68\xda\x87\xb6\x08\x0e\xfb\x6d\x1e\xbe\x9c\x87\xe3\xe6\x30\x72\x69\x8b\xa0\x9a\x92\x1f\x8e\x9b\x87\xdc\x90\x82\xed\xe9\xab\x0a\xf7\xfb\x22\x77\xcf\xd4\x09\x39\x7d\xba\x11\x34\x8f\xc8\xc3\xa0\x4b\xbd\xf7\x70\xd2\x3c\x82\x11\xe5\x5b\x7b\x78\x69\x82\xb9\xc6\x91\x60\xc4\x87\xe3\xe6\x88\x05\xf6\x70\xdc\x04\xc5\x2e\xbf\x87\xe3\xe6\x91\x83\xc9\xb9\x5a\x8f\x1c\x4c\xc1\x3a\xd2\xe9\x21\x5e\x82\xcd\x4e\xe0\x67\xac\xe2\x3e\x99\x92\xd3\x1e\xc4\x4b\x30\x6d\xba\x7f\x84\x2c\x3e\x42\x16\x25\xdd\x7a\x84\x2c\x06\xfd\x88\x19\xf5\x08\x59\x7c\xf8\x72\x8e\xea\xdf\x54\x2a\x21\x8b\x82\x57\x1f\xbe\x9c\x87\x2f\xc7\xe6\xc8\x87\x2f\x27\x38\xec\xa6\x7f\xf8\x72\x82\xbe\x86\x07\x5f\xce\x63\xef\x98\x6d\x31\x0f\x67\x4e\xd0\xd7\xf0\xb0\x77\xec\xe1\xdf\x91\xe3\xed\xe1\xdf\x09\xfa\xb1\x79\x80\x16\x4a\x14\x63\x93\xe3\xed\x21\xc9\x82\x43\xcc\xd2\x43\x92\x05\x53\xb0\xfb\x23\xb0\xf1\xb1\xab\x5f\x38\xdb\x43\x73\x05\x9b\x1d\xc9\x0f\xc9\xf5\xd8\x50\x76\x44\xb1\x3f\x34\x57\x30\xd7\x0c\x4e\x73\x05\x73\x33\x3c\x78\x81\x82\x4d\x2a\xf0\x87\x0a\x0b\xba\x84\x85\x0f\x15\xf6\xf0\x02\x59\xda\x7e\x78\x81\x82\xbe\xde\x3d\x5e\xa0\xa0\x4b\x66\xfe\x70\x02\x05\xe5\x30\x0b\x93\x6f\x8f\x3d\xfd\x47\x24\xf6\x43\x85\x05\xf3\x63\x0c\x11\x61\x0f\xc5\xb5\x5e\x2a\x8a\x2b\x28\xe2\xb4\x1f\x8a\xeb\xb1\xa7\xdf\xb9\x6e\x0f\x2d\x15\x1c\x9b\x87\xf2\xc8\x04\xad\x9a\xb2\xa8\xab\xc7\x6e\x2f\x49\xf0\x1e\xee\x97\x60\x0a\xf4\x7c\xa8\xab\x87\x94\x92\x04\xef\x21\xa5\x82\x2e\x0b\xe3\x43\x4a\x3d\x62\x05\x0f\xdd\xc2\xd9\x12\x1c\xad\x95\x7f\xf8\x60\x13\x5f\x0f\x2f\x8b\x54\x7a\x0f\x2f\x4b\x70\x08\x4c\x7c\x88\xaf\x87\xd2\x12\x04\xf7\x50\x5a\xc1\xbe\xbe\xeb\x94\xd6\x23\x0d\x00\x39\xfa\x90\x5a\x81\x2c\x48\x0f\xa1\xf5\x50\x55\x7f\xae\x19\x3c\xbf\x7c\x42\xcc\x54\x54\xd5\xf3\x53\x41\xdf\x28\x5e\x96\xc7\x79\x71\x0c\x07\xaa\xea\xb1\x69\x4b\x34\xe4\xc3\xcb\x12\x94\x4f\xcc\xeb\x87\x36\x0a\x26\x31\xfa\xd0\x46\x41\xe7\x37\x7f\x68\xa3\x60\xda\x3b\xf9\x90\x46\x8f\xc0\x3e\x32\xe2\x11\xd8\x17\xf4\x35\x23\x8b\xdc\x7b\x08\x10\xe9\x98\x1e\x02\x24\xe8\x87\xc9\x9c\x00\x09\xb6\xcd\x2f\xe9\x8f\x27\xfb\xa7\x9a\x14\x7c\x0f\xb5\x11\x4c\xdb\x08\x1e\x6a\xe3\xe1\x3e\x91\x6f\xef\x21\x2d\x82\x69\xe3\xee\xc3\x7d\xf2\x44\x59\xf4\x65\xc0\x90\x16\xc1\x61\x09\xf2\x11\x6d\xf7\x44\x6d\xf4\x8f\xcf\x27\xb5\x11\xf4\x23\x6b\xb9\x0f\xb5\x11\xcc\x4f\xbc\x3d\x0f\xb5\x11\x74\x59\x37\x1f\x6a\x23\xe8\xeb\xfb\x41\x6d\x3c\x91\x16\x5d\x08\xf6\x43\x5a\x04\x53\xec\xe6\x43\x5a\x3c\xf7\x2a\xad\x6b\x4a\x7b\x67\xb3\x9e\x57\x93\x1a\x78\x6e\xa5\x35\x25\x73\x69\x04\x7d\x7d\x8d\xa8\x81\xa0\xaf\x2f\x0f\x35\x10\xcc\xf5\xad\xe0\xe4\x08\xf6\xdd\xfb\x4b\x1f\x3c\x09\x4c\xeb\x1f\x53\x2d\x63\x3d\x98\x92\x4e\x3d\xbc\x0b\xc1\xd6\xa5\x95\x7d\xb8\x17\x82\x63\xcb\x4a\xda\xc3\xbd\x10\xbc\xb7\xa5\xd5\x84\xa6\x05\xd3\x1a\xea\xc3\xf2\x0f\xde\xdb\xfa\xff\xfc\xdf\xfe\x89\xe9\xbf\x7f\xe2\x85\xe8\x9f\xb7\x0a\xfb\x27\x5e\x08\x38\xd2\x1e\xfb\x27\x36\x3d\x1c\xdb\x6b\x1e\xee\x9f\xd8\xf4\xfb\x27\x36\x7d\x4f\x36\xba\xfd\x13\x9b\x1e\x66\xfc\xb8\xfb\x27\x36\x3d\xbc\xb7\xf9\xb7\x9f\x6b\xbf\x3c\xe0\x93\x4b\xa7\x4b\xb7\xdb\x5a\xae\x3d\xae\xf9\x80\xe4\x97\x9b\xe2\x26\x5f\x7f\xff\xbc\x4a\x7f\xff\xc4\x0d\x01\xf5\x33\xf2\xcb\xb8\x21\xf6\xcf\xa6\x56\x35\xe5\xdd\xd4\xea\xc5\x9e\x73\x1d\xf6\xcf\xa6\x56\xd9\x1c\xd5\x3f\x2d\xe5\x8d\x83\x01\x8e\x44\xd5\xef\x9f\x4d\xad\x36\x9d\xd5\x14\x44\xb5\xe2\x73\x88\x31\xb1\x7f\x36\xb5\xda\x62\xbe\x15\x0f\x50\xab\xb8\x21\xfa\xa7\x29\xdb\xe5\xda\x95\xad\xdd\x25\x97\x6e\x97\x54\xbe\xa5\x63\x36\x95\xdf\x52\xf9\x23\xfd\x52\x54\xbe\x64\xd2\x3f\x72\x57\x51\xf7\xb8\x21\x7a\xb2\xe7\xed\x9f\xa8\x07\xe8\x31\x60\xf6\x4f\xd4\xc3\xfe\x49\x04\x5b\x4f\x5c\xcf\xfe\x29\xfa\xaf\x08\x98\xf0\x4b\x75\xcf\x8e\xa9\xed\x70\x97\xba\x17\x63\xa6\xa7\x89\xaa\x72\xbc\x38\xb2\xbe\xbb\x7f\xaa\x72\x08\x43\xcb\x19\x6b\xfb\xa7\xea\x84\x17\x47\xd2\xf5\xec\x9f\xaa\x68\x55\xbf\xe8\x84\xaa\x5f\x12\x74\x76\x18\x46\x55\xbf\x54\x43\xcb\x38\xaa\x0a\x92\xa0\xb3\x04\x7a\xef\x9f\xaa\x0f\xaa\x61\xaf\xe7\xab\xa6\xcc\x62\x7f\xfc\x7d\xfb\xa7\x6a\xc9\xa6\x8d\x46\xca\xd6\x14\xe4\xc5\x91\x9d\x2f\xfb\xa7\x69\xa3\x17\x47\x72\x15\xed\x9f\xa6\x68\xcd\xeb\xb7\xbb\xa6\x4b\x63\x91\x67\x05\x63\xff\x34\x3d\xda\x74\xdf\xee\xda\x7a\x68\x66\x86\x9a\x5f\x76\xcd\xd6\x8d\xdd\x99\x5a\x75\xed\x16\x23\x3d\xce\xed\xfd\xd3\x35\x5b\xd7\x46\xd3\x4f\x15\xe4\xc5\xcc\xf9\x6f\xfb\xa7\x6b\xa3\x6e\xec\xce\x8c\x86\xae\xff\x7a\x0e\x8f\xec\x69\xa3\xae\xd9\x1c\x6e\x96\x8c\x77\xfb\xa7\x2b\xef\x8b\x63\x3b\xfe\x9e\x4f\x7c\xff\x74\xad\x9a\xa8\xaa\xc3\x3b\xdc\x55\x70\x68\xd5\x23\xb5\x19\x5a\xf5\xc5\xec\x8a\x34\xb4\x6a\x0c\xf1\x1c\x3b\xb1\x7f\x86\xca\x0c\x83\xd1\x38\x1e\x06\xe3\x60\xb3\xfa\x33\x95\x19\x26\x0e\xe3\x67\x78\xc5\x86\x90\xc2\x94\x63\xe8\x8f\x11\x6f\x6b\x4d\xdb\x0f\xf5\x1b\xd9\x93\xfc\xf1\xff\x2a\x10\x73\xbd\x6f\x1f\xe5\x58\x35\x58\xdb\xd4\xde\x4b\xbb\x2e\xca\xa9\x66\x99\x6e\xf7\xcf\xae\x87\x92\x32\xb5\x6f\x9f\x14\x6d\x57\x83\x17\x25\x27\x9f\xee\x9f\x5d\x77\xec\x39\x6b\x6e\xdd\xa5\x4e\x89\xa9\xea\x9b\x72\xec\x2a\x25\xa8\x4a\x3d\x77\x3d\xb4\x3b\xe2\xe4\x93\x21\xbb\xab\xd4\x9e\xc3\x1c\x4c\x38\xbb\x4a\xc5\x0f\xd2\x93\xaa\x6f\xff\xec\x6a\xf5\x42\xc6\x86\xfd\xb3\xab\x54\x72\x69\xe5\xeb\xb0\x7f\xa6\x4a\x25\x8b\x6a\x02\x3d\xf7\xcf\x54\xa9\xa9\x52\x6a\x30\x55\x6a\x3a\xb8\x3e\xff\x3f\x55\x2a\xa6\x73\xcf\xa9\x4b\xfb\x67\x2a\xee\x8b\x32\x4c\x38\xd3\x7b\xe8\x54\x31\x73\xf2\xd4\x51\x53\x69\x37\xd7\x94\xf6\x85\xd4\x88\xfb\x67\x2a\x6d\x12\x2f\xf4\x44\x5d\xee\x9f\xc3\xf8\x4f\x68\x54\x31\x27\x1f\xc6\x55\x52\x69\xf5\x4d\xbf\x1c\x06\xd6\x91\x73\x91\x36\x97\xd4\xe0\x48\xb2\x6f\x33\xda\xa1\x06\x47\xc2\xc4\xb5\xed\xa1\x5b\x0e\x95\x2a\xa9\xd4\xa1\x52\x2f\xec\x51\xd8\x3f\x87\x4a\x1d\xba\xc5\x87\xf1\xd0\x2d\x47\xc6\x9a\x0e\x3d\x74\x4b\x0e\x53\x8e\xeb\x76\xff\x1c\xea\x99\x68\xa3\xbe\x99\x80\xbf\xda\x23\xb9\xaf\x12\x97\xba\x7f\xbe\xfe\xec\xff\x19\x3b\x93\x1b\x6b\x7a\x18\xd9\xee\x9f\x15\xcf\x84\xab\x91\x14\xd0\x68\x5f\x72\xf4\xdf\x84\x46\x9e\xa3\x6f\xfd\xd7\x2a\x50\x42\x66\x5d\x4d\x29\x45\x90\x14\x45\xee\xab\xe6\x66\x7c\xf8\xcf\x48\xdb\x4f\x7c\x6f\xfc\x8e\xfd\xcf\x50\x17\xe1\x8b\x76\x1a\x37\x72\x55\xb7\xc5\xd3\x21\x86\x2d\x8f\x62\xa7\x9d\x8e\x31\xa9\x50\xa7\xfb\xcc\x69\xd7\xc2\x96\x47\xe9\x96\xd9\xb7\x38\x26\x8a\x1b\xd9\x69\xd7\x92\x0a\x61\x14\xa7\xdf\x69\xaf\x7d\x30\xf7\x94\x3f\x9d\xcb\xa7\x69\x60\x69\xc0\x69\x3f\xea\x84\x70\x04\x4e\xfb\xf1\xb4\x37\x9c\x30\xa7\xbd\x41\xc2\x54\x82\x85\xe3\x77\xda\x1b\x1f\xd4\xe1\xc6\x70\xda\x1b\x9c\xa9\xa9\x72\x8e\xd3\xde\x80\x7a\x8f\xe2\x37\x7b\xd9\xf6\xcb\xe9\xcd\x9b\x97\x4d\xff\xa0\x0d\x3f\xc6\xcb\xa6\x7f\x50\xbb\xdf\xc5\x65\xcb\x2f\x6e\x77\x99\xd4\xff\xb2\xe5\x97\x9f\xac\xab\xfb\x65\x33\x2f\x6e\x64\x70\x01\xbd\x6c\x26\xf9\x58\x47\x71\x1d\xba\x6c\x27\xf9\x58\xa7\x9f\xca\x65\x33\x2f\x17\x1d\xa7\xd5\xe5\xe0\x7d\x90\x7b\x22\xdc\x36\xe0\xf6\x47\xdd\x3b\x6f\x7f\x94\xb4\x04\xcb\x7a\xdc\xfe\xe8\x07\x95\x53\xdb\xf1\xbb\xfd\x4d\xa9\x37\x41\x19\xf1\xbb\xfd\xd1\x9b\xf3\x4a\x92\xb7\xdb\xbe\xbd\xad\xc7\xa4\x09\xb7\xf5\xb8\x89\x62\x73\xa9\x7e\xac\x87\x0c\xba\xb8\xaf\x3f\x76\x08\xc6\xf9\xe6\xce\xf6\xf8\x95\x11\x61\x34\xf6\xde\xf9\xf8\x99\x91\x43\x0c\x3f\x61\xfc\x1e\x27\xcc\x43\xec\x86\x53\xed\xb1\x51\x1f\xcc\xe9\x27\xfb\xd8\xa8\x0f\xea\xcf\xd5\xfb\xb1\x51\x32\x74\xec\x4a\xf1\x7b\x6c\xd4\x63\x80\xa3\x45\x36\x8a\xab\xbb\xaa\x7d\xfb\x38\x61\x1e\x0e\xbd\x36\x9f\x72\xc2\x3c\x36\xdd\x19\xf9\xd8\x74\xf2\x25\x10\xef\x15\xbf\xd7\xa6\xbf\xbb\xe9\xf4\xd0\x6b\xd3\x5f\xc4\x83\xbd\xf1\xda\xf4\xd7\x0f\xc3\x1d\xfc\xb5\x9d\x1f\xb4\x90\x69\xbe\xb6\xf3\x75\x85\xf1\x0b\x7d\x6d\xe8\x07\x75\x39\x99\x5f\x1b\x4a\xbe\x84\x81\x0d\x3f\x7e\xaf\x4d\x80\xc9\xcf\xfd\xa3\x36\x41\xd6\x5e\xf2\xbf\x0f\x60\x47\x91\xd4\x97\xdf\xae\xc0\xa2\x6c\x59\x66\x38\x53\xa5\xe8\xb0\x88\xc3\x09\xb0\x8a\x22\x33\x2f\x3f\x7f\x0c\x0a\x58\xe4\xdc\xc0\xb4\xf3\x8b\x94\xbb\x60\x62\x1f\x12\x92\x82\x89\x5d\x98\xce\x81\x82\x89\x5d\xf8\x1e\xf3\xd5\x61\xd9\x20\x22\xd4\xa2\x69\x11\x8b\x34\x7b\x45\x21\xf2\x47\xf8\xde\xf4\xbf\xa5\x65\x4c\x9f\xfe\xa3\xc8\x46\xc1\xcc\xa5\x93\x45\x62\x0e\x14\xc2\x63\xa3\x48\xcc\x0b\x29\x0a\x46\x65\x91\x2e\x12\x67\x20\x9d\x8b\x05\x43\x7c\x14\x32\x0d\x8c\xba\xcb\xac\x5a\xe5\x08\x00\x74\xb2\xc8\x9b\x4b\xf5\x1c\x89\xd5\xc5\x06\x2e\x4c\xdc\x77\x51\x24\xc9\xc5\xcb\x06\xf8\xd0\x8b\x24\x19\x98\xdc\x1a\x14\x45\x8e\x5c\xbc\x87\x98\x63\x40\x51\x64\xbf\x40\xab\x95\x91\x6a\xfe\x66\xb7\x23\xd1\x16\x45\x72\x0a\x4c\x22\x19\xa3\x74\xdf\xe4\xc4\xfb\xe0\xf0\x4a\x94\x6e\x17\x7d\x90\x24\x62\x8c\xd2\xed\x22\x6e\x94\x9a\xfe\x66\xb7\x8b\x64\xba\xdc\xbd\x16\x45\xa6\x0b\xd4\x9f\x8d\x92\xe9\x02\xdf\x63\xb4\x1d\xdb\xb3\x50\x4b\xf3\x4d\xbb\x83\x6b\x7c\x07\x37\x44\x46\x91\xd6\x02\x8b\x0c\x19\x51\x86\x33\x66\xf8\xa3\x68\x8b\x32\xfc\xd1\xc1\x16\x5b\x2d\xf2\x47\x87\x3f\x3a\x7d\xd5\x1f\x1d\x5c\x1c\xc2\xe6\x56\x24\xa4\x65\xfa\xa3\x88\x86\x32\xfd\xd1\x0f\xd6\x6e\x82\x1c\x15\xf8\x1e\x63\x82\x48\x52\x81\x1a\xd6\x43\x92\x0a\x7c\x8f\xd1\x49\xd3\xee\xe5\x7a\x00\xee\x49\x8f\x22\x6f\x05\xcc\xdb\x10\x45\xde\x0a\xcc\xe9\xf0\x4d\xc7\xe0\x83\x58\xbb\x1a\x8e\xc1\xb4\xed\x2c\xdd\x45\x2a\x0b\xac\xee\x20\x4b\x65\x81\xef\x31\x5f\xb5\xed\x13\x1f\xed\xb2\x01\xb6\x3d\x76\xdb\x79\x35\x6c\x3b\x97\xeb\x72\x3c\x26\x4a\xd8\x76\x2e\xd7\xe5\x58\x45\x94\xb0\xe9\x92\x54\x6e\xe2\x8a\x22\x49\x05\xe6\x74\xca\x48\x52\x81\xef\x31\xcb\x6c\x42\x38\x8d\x98\x0b\xe1\x34\xe2\xcc\xfb\x20\x7d\x40\x14\x89\x2b\xd0\xda\xfe\x51\x5b\x90\x8e\x01\xdb\x4a\x49\x2b\xb2\x33\xb9\xd2\xb9\x32\xd2\x92\xfe\x28\x9b\x54\x91\x6b\x02\xde\x90\x10\x45\xae\x59\xd2\x0f\x12\x73\x42\x91\x58\x02\x66\x69\x8f\xb2\xfc\x20\xe5\x9a\xd5\x7e\x93\x6b\x02\x19\xdd\x22\xfb\x48\xae\x49\xde\xc6\x28\x72\xcd\x22\xd7\x74\x4d\x91\x6b\x16\x4c\xbc\x83\x1b\x30\xa2\xc8\x2c\x81\x45\x56\x9f\x28\xcb\xae\x5c\x76\x25\xc3\x27\xd7\x04\xbc\x51\x2b\x8a\x5c\xb3\xac\xdd\x02\xfa\x63\xd9\x82\x45\x46\x19\x97\xb6\xc3\x16\x90\xc8\x95\xe3\x1d\x51\x0e\x97\x14\x8e\x74\x0f\xae\xce\x88\x72\xf8\x9b\xdc\x1c\x3b\xad\xc6\xe1\x6f\x72\x25\xec\x68\xae\x46\xf2\x4f\x60\x39\x63\xa4\x9f\x45\x16\x49\x1e\xf8\x28\xb2\x48\x20\xbb\xb5\x95\x45\x16\x59\x64\x73\x3a\xcb\x22\x81\x39\x9d\xba\xb2\x48\xe0\x7b\xcc\x32\x7b\x8d\xfb\xa0\xa6\x8b\xc0\xe9\x47\x85\xd1\x75\xec\xf9\x21\x8d\x04\x26\x57\xeb\x47\x91\x46\x16\xc8\xe0\x68\x2e\x77\xb2\x41\x20\xd2\x8d\xe9\xb4\xd7\x2e\x9b\xe0\xa4\x94\x0d\x02\xab\xdb\x6d\xb2\x41\xe0\x7b\x8c\xba\x49\x07\x81\x56\xfd\x01\xe9\x60\x91\x0e\x36\xeb\x2b\x1d\x04\x22\xfd\x6e\xa5\x83\xe5\xb2\x6e\xd8\xae\xca\x65\xdd\x2e\xee\x2f\x89\xff\xbe\xfc\x23\x8a\xcc\xb0\x10\x3c\x32\xc8\xe0\x1a\xe5\xb6\x9e\x37\x61\x04\x41\x9d\x6e\xab\x49\xc6\xfd\x21\xb1\x2a\xb7\xf5\x24\xe3\xfe\xf4\xf7\x6f\x7b\x9a\x8b\xa6\xd4\x9e\xe5\xb6\xa7\x6f\x7b\xda\xdd\x41\x52\x09\x24\xf1\x1e\x51\x24\x95\xe5\x76\xae\xb8\x15\xc8\x20\x81\xd5\x9b\x6f\x3a\x59\x24\x95\xcd\x35\xfe\xde\x4d\x78\xf9\x9c\x78\x4c\x52\x09\xcc\xe9\x9b\x8f\xe3\xf1\x38\x31\x30\x53\x14\x49\x25\xd0\x3b\xca\xa7\xc8\x29\x81\xe0\x66\xd1\x28\x72\x4a\x60\xce\x66\x91\xc3\x41\x38\xfa\x68\x7e\x9b\xf2\x40\x20\x89\xef\x8a\x22\x0f\x04\xc6\xcf\x99\x2d\x0d\x2c\x72\xbe\xe6\x17\x26\xe7\x03\xf2\xe7\xb4\x90\xf3\x15\xc9\x5c\x73\xbf\x90\xcc\x01\x73\xba\xe5\x49\xe6\x8a\x96\xda\xe6\x42\xfd\xda\x6b\x1f\xa4\x42\xb3\xc8\xef\x8a\x96\xda\xe6\x86\x21\xc1\x03\x56\x77\xf4\xde\x5d\xb7\xd7\xc7\xbe\xef\xb5\x4a\xea\x2a\xa1\x16\x83\x34\x91\x51\x35\xcb\x02\x45\xbb\x61\xd5\x2c\x5b\x7f\x76\x08\x4a\xa7\x12\xf5\x2d\x24\xf7\xf1\x47\x25\xea\x3b\xaa\x44\x8f\x94\x87\x51\x25\x7a\x40\x72\xd1\x67\x54\x89\x5e\x85\x4d\x8d\x06\x01\xaa\xd2\x29\x20\x35\x94\x55\xed\x9c\x55\x3b\x27\x69\x05\xa3\x6a\xe7\x04\x26\x17\x52\x46\xd5\xce\x59\xab\xdf\x13\x8b\x66\xd5\xe6\x08\x4c\xce\x8f\x45\xd5\xe6\x08\x94\x41\x2a\xbe\xa8\x44\x31\x08\x1e\xec\x8c\x5a\xad\x47\x3d\x7d\xcc\x57\xad\xc8\x07\x75\xd9\x21\xd5\x7a\x68\xc1\x24\xab\x57\x54\xc9\x19\x30\x87\x6f\x4a\xce\x00\xa2\x7f\xa3\xca\xcd\x80\x1c\xb6\x53\xfb\x65\xd5\x7e\xd9\x8b\x65\xc3\x32\xac\x0e\xcd\x7f\xef\xb0\x90\x77\x96\x90\xfd\xa8\x32\xb8\xea\xed\xa8\xcc\xf9\xda\x6c\xf9\x07\x9c\x90\x88\xaa\x8d\xb3\x1a\xe4\xbc\xac\x96\xed\x6e\xdc\xe4\xb4\x7f\xd0\x76\x7f\xd0\xb9\x4e\x3d\x6a\xb3\xd9\xe4\x6d\x1a\xa4\xfe\x8b\xda\x6c\x37\x07\x6b\x49\x4e\x14\x55\xe3\x28\x10\x78\x2f\xa3\x6a\x1c\x05\x46\xf8\x54\xb7\x73\x48\xba\x3f\xba\xd5\xef\x56\x9f\x04\xb3\xa4\x5d\x8d\xda\xad\x3e\x64\xf3\x67\xb7\xca\x35\xab\x2c\x92\x73\x2b\x51\x65\x91\x40\x5d\x70\xab\x2a\x8b\x04\xe6\xf8\xf9\xff\xad\x99\x8c\x51\x63\x42\x95\x31\x02\x93\xdc\x3e\x51\x65\x8c\x75\x98\xb7\x91\x0f\xb4\x6a\x08\x05\xe6\x70\xb2\x0c\x6b\xab\x6d\xd4\x25\xbf\x6a\x1b\x05\x56\x77\x02\x69\x1b\x05\x3a\x79\x04\xa3\x0e\xbb\x9b\x78\xe9\xe1\x4a\x57\x87\xfd\x3d\xc8\xfb\x52\xac\x87\x8d\xd2\xaa\xea\x37\x5b\xa5\xa9\xc0\x24\x2b\x48\xd4\xb1\x5b\xf5\xf8\x98\xad\xb2\xc3\xc9\xb9\x94\x7e\x16\xd3\x0e\x27\xe7\xd2\x20\x2f\x74\xd4\xe9\x74\x9c\xa4\x8a\x43\xec\x54\xc9\x2c\x50\xf7\x80\x4a\x66\xab\x2c\xb5\xef\xff\x66\x7f\xc0\x52\xc9\x4b\x16\x55\x96\x0a\x54\x0e\x48\x44\x95\xa5\x02\x65\xf4\xfd\x03\xf6\xc7\x84\x99\xf8\x29\x4a\x53\xab\xfc\xb3\xc3\x79\xab\xfc\x13\x98\x7d\x5a\x5b\x1b\xf5\xc1\x94\x06\x57\x4d\xa9\x35\xf6\x99\x09\xda\x2e\x25\x05\x1a\x49\x61\xa3\x4a\x49\xab\xe6\x55\xad\xb0\x55\xf3\x2a\xd0\x0a\x9c\xa6\x6a\x5e\xad\xb1\xab\x4b\xab\xe4\xa4\x40\x93\x7f\x56\x29\x29\xe0\x65\xa2\x51\xa5\xa4\x55\x4a\xda\x6d\xbc\x94\x14\xc8\xbd\x5a\x49\x49\x6b\xd8\x82\xff\x8e\x3c\x8b\xaa\x59\x15\x68\xc4\xcc\x45\xd5\xac\x5a\xbd\x67\xd5\xaf\x30\x6d\xb2\x54\x57\x0b\x7f\x95\xea\x02\xd3\x5d\xbd\x4a\x75\xab\x54\x97\x83\x8c\x51\xa5\xba\x40\x19\xce\x31\xa9\x2e\x30\x89\x7d\x8d\x9a\x4e\xc5\xb4\x7d\x10\xe7\x9a\xb6\x8f\x14\xb7\x3d\xac\x9a\xed\x93\x24\x77\x17\x77\x49\x32\x30\xb5\xd6\x55\x49\x72\x95\x24\x93\x2e\x30\xaa\x24\x19\x98\x44\x6e\x45\x95\x24\xd7\xe5\xbc\xb3\xf1\x9a\x5a\x81\x85\x0f\x32\xaa\x84\xb8\xae\xfd\xa3\xcc\x28\x79\x2d\x30\x49\x17\x18\x55\x5e\x5b\x0f\x7f\xd4\x8a\x1c\xfe\xe8\x07\x91\x4e\xf6\xc3\x1f\x3d\x5c\x97\xdc\xd9\x0e\x7f\xe1\x83\x54\xd1\x54\xe9\x6f\x95\xeb\x76\x2c\x1d\x55\xae\x0b\xb4\xea\x5a\x25\xd9\x05\x86\x56\x8d\xaa\xad\x15\xf8\xde\xb4\x1e\x56\xf7\x20\xe3\xa1\x5b\xa7\xc6\x56\x60\x68\xe8\xa8\xb2\xe4\x7a\x3a\xca\x18\x09\xab\xfc\x17\x18\x5a\x35\xaa\xf4\xb7\xfe\x4b\x3b\x4b\x75\xe5\xbf\x80\xc7\xc9\xa3\x6a\x6b\xad\x1f\x25\x1e\x5a\x13\xaa\x8c\xb8\xee\x64\x45\x0c\x8b\x8c\xb8\x6a\x0b\xc5\x65\x1f\x55\x5b\x28\x90\x04\x2b\x46\x95\xfd\x02\x63\x37\x40\xf6\x5b\xb5\x85\xc2\x6a\xab\xe4\x17\x18\xbb\x1f\x25\xbf\xf5\xda\xc9\x31\x28\xb2\xfe\xf2\xe1\xee\xfe\x2d\x1f\x06\xca\xcf\x89\x2b\x1f\xae\xe4\x89\x1d\x24\x55\x8c\x7a\xd9\xdd\x17\xdd\x0d\xbb\xae\x52\x64\x60\x28\x94\xab\x1c\x18\xf8\xde\x64\x12\x69\x1e\xad\xde\x3a\x25\x15\xba\x6d\x93\x54\x79\xef\x20\x52\x65\x60\x28\x77\xab\x54\xb9\x12\x2e\x3d\xf6\x0e\x72\xdb\xb7\x18\x5b\xd3\x9d\x5f\x5b\x6b\x95\x17\x0f\xb7\x45\x79\x31\x50\xdb\xae\x87\xfd\x6d\x00\xc3\x70\x07\xb9\x6d\xc2\x4e\x17\x64\x91\x4d\xb8\x6d\x82\x13\x4b\x12\x0c\x94\xe5\x5a\x2b\x09\x06\x6a\x41\xf1\xd5\xc7\x16\x10\xcf\x3c\x86\x13\x4b\x7a\x0b\x8c\x3d\x3b\x34\x99\x02\x63\x2f\x7b\x9a\x4c\x2b\xf1\xcc\x63\xd8\x95\xda\x47\xeb\x3f\x62\x4c\x91\x63\x80\x7d\x34\x9d\xde\xf2\xe2\xea\x05\xac\xce\x21\x79\x31\x30\x54\xff\x55\xf3\x28\xd0\x77\x77\xbf\xd6\xff\x25\xda\xc8\x69\xf5\x5a\xff\xd7\x11\xa0\x6b\x5f\x47\xe0\x65\x5a\xb9\x0f\x4b\xb1\x81\xa1\x52\xac\x52\xec\xaa\x59\x75\x38\x76\x9a\x55\x81\xa1\x52\xac\x9a\x55\x81\x3a\xfc\xa0\x24\xe2\x40\xfe\x7b\xca\xbe\xf8\x88\xf8\x50\x0b\x55\x79\x38\x50\xf7\x82\x20\x0f\x07\x22\xdc\xd6\xa4\xe1\x55\xce\x3d\x68\x78\x93\x73\x03\x5f\x59\x52\x56\x2c\xe3\x83\x42\x5e\x37\x02\xa3\x85\xef\xb1\x45\x59\xb3\xcc\xa6\x37\x8a\xba\x45\x2c\xf2\x24\x0b\x8f\xa6\x0d\x16\x18\xba\x2f\x9b\x36\xd8\xf6\x73\xa2\x35\x2b\xf2\x58\x86\x9c\x4c\x1f\x63\x9c\x9a\x36\xd8\xe1\xab\xda\x60\x81\x21\xe7\x6e\xda\x60\x9b\x36\x58\x12\x8c\x45\xd3\x06\x0b\x0c\xf5\x75\xd3\x06\x0b\x14\xae\x75\x89\xa6\x0d\x16\x18\xaa\x9c\xa6\x09\xb6\x29\x07\x38\x09\x19\x4d\x39\xd0\x4c\xbf\xc3\xde\xdf\x94\x03\x40\xe1\xec\x7b\x34\xd5\x00\x30\xb4\x9d\x35\xd5\x00\x30\xb4\xe7\x36\x83\x1e\x9a\x96\x5a\x72\x9a\x45\xd3\x52\x0b\x0c\x05\x42\xd3\x52\x0b\x8c\xd9\xff\x3b\x71\x4a\x34\x63\x22\x5a\xdd\xbd\x40\x67\x55\x7b\xa1\xda\x0b\x83\x22\x7b\xa1\xba\x14\xc0\x56\x9b\x6a\x04\x68\x5a\xee\x9b\x62\x04\x30\x55\x51\x34\xc5\x48\x33\xa4\xda\xe1\x56\x8b\x00\x43\x4f\x69\x53\x8b\x00\xdf\xff\xa7\xff\xaa\xdd\x50\x4d\x22\xe1\x3f\xb3\x1b\x9a\xdd\x30\xa8\x9a\xfa\x04\x18\x1c\x34\x8e\xa6\x40\x69\x9c\xb0\x1c\xc4\x37\x45\x6b\x0e\x37\x0a\x65\x0d\x1f\xb3\x9d\xda\x98\xf5\xad\x35\x15\x0a\x90\xb1\xdf\x74\xb8\x9b\x97\x0e\x51\x5d\x15\x0a\x30\xa6\xa3\xa1\x44\x01\xc6\x74\x02\x28\x51\x80\x32\xb8\x6d\x3c\x9a\x1a\x05\x58\x5a\xbf\x9b\x1a\xa5\x19\xad\x31\x9c\x15\x0a\x12\xa0\xac\xf4\xbf\xed\xb6\xbf\x9c\x73\x63\x6e\x2a\x48\x80\xef\x4d\x3a\xb7\xdb\x1d\x44\x5e\xeb\x0d\x6f\xdd\xee\xe8\x76\x07\x4a\xbd\x19\xd4\x01\x24\xa7\x13\xa3\x69\x37\x07\xd2\x3d\xb8\x69\x37\x6f\xdd\x0d\x0b\x4a\xdb\x14\x29\xc0\x20\x21\x42\x34\x45\x4a\xeb\xae\x10\xec\xc2\xcd\xa0\x0e\x60\x4c\xe7\x95\x31\x1d\x4d\x2d\x43\x7e\xae\x68\x6a\x19\x60\x36\xfb\x5b\x2d\xd3\x86\xab\x1e\xac\xa7\x29\x5c\x80\x31\x9d\x7e\xea\x96\x36\xfc\x51\x22\x28\x9a\x82\x01\x18\x13\x4a\xdb\xd4\x0b\x6d\xba\x79\x38\x27\xe5\xf8\x40\xa4\x2d\x95\xe2\x03\x65\x0c\x62\x2f\x9a\x1c\x1f\x58\xc6\x02\x34\xe3\x2c\x80\x55\x8a\x3f\xe0\xf0\x4d\x66\x33\xd4\xba\x69\x9c\x6e\x86\x45\x87\x4f\xd9\x45\xc6\x59\x90\x8f\x2a\x9a\xe2\x00\x18\x7a\x64\x9a\xe2\x00\xc8\xb6\x8b\x6c\x80\x7a\x81\x0c\x11\xd1\xd4\x0b\x40\xfe\x5c\x81\xd4\x0b\x4d\xbd\x40\x92\xad\x68\xea\x05\x20\xf5\xfb\x35\xf5\x02\x50\x06\x19\xb5\xa2\x19\x8f\xd1\x8c\x8b\xf6\x43\xd3\xd2\x0d\xa4\x1b\x5b\x53\x55\x34\x2d\xdd\x13\xe7\x71\x53\x56\x00\xb9\x97\x50\x65\x05\x90\x7b\x3d\x33\x68\x03\x58\x06\x4b\x34\x85\x46\x33\x68\x43\x8f\x7e\x53\x69\x00\x63\xfa\x6d\x1b\xb4\x01\x7c\x8f\xf1\x03\xca\x0b\x60\x71\xe5\x62\x34\xe5\x45\x53\x4b\x18\xc9\xd1\xd4\x12\x40\x37\x82\xad\xa9\x25\x5a\xee\xb6\xd3\x93\x69\xdb\x3f\xa8\xd3\x99\x9b\xb6\xdd\xe0\x0e\x1d\xe7\xcd\xe0\x0e\xc0\x7b\x81\xa2\xa9\x42\x9a\x2a\x64\xee\x32\x1b\xff\x41\x0b\xbf\x0d\x65\x48\x33\xe0\x43\x03\x4d\x53\x73\x00\x93\x7c\x2d\xd1\x94\x1c\x8d\xf4\x38\x43\xbf\x5b\x5b\x36\x8b\xbb\xd3\x0a\x82\xb5\x29\x39\x9a\xfa\x42\x76\xde\xd4\x17\x40\x35\x1c\xa0\xa9\x2f\xda\xda\x75\xf3\x55\xeb\xb6\xcc\x06\xe7\x9b\xd6\x4d\x19\x22\xf9\x6c\x6b\x57\xe4\x93\x21\xc5\xb9\xab\x0c\x69\xca\x10\x99\x4f\x53\x86\x00\x93\xfb\xf6\xa2\x29\x43\xda\x61\xbf\xc9\x09\xb4\xaf\x03\x2d\x9c\x81\x87\xfd\x66\x14\x88\x44\xa4\x19\x05\x02\xd4\x70\x47\x50\x99\xb4\xc3\x7e\xdb\xaf\xda\x6f\x07\xfd\xe6\x8e\xaa\x0c\x01\xca\xf2\xb3\x52\x86\x00\x5e\xce\x1f\x4d\x19\x02\x94\x7f\xfb\xbf\xd6\x7a\xa0\xee\x19\xa8\xb1\x1e\x98\x3a\xbb\x9b\x62\xa5\x19\xf2\xb1\x77\x59\x65\x08\x30\x75\x9d\x37\x43\x3e\xda\xe9\xc7\xe1\x74\x53\x87\x00\xd3\xd0\xd0\x66\x7c\x07\x50\x8a\x3c\xc7\xf8\x8e\xa6\x5a\xf9\xdb\x9e\xad\x98\x01\xa6\xa1\x4c\x4d\x31\x03\x94\x7f\x3b\x92\x6a\x06\x98\x86\x23\x34\xd5\x4c\x53\xa7\xec\xcd\x52\x9d\x02\xcc\xe2\x32\xaa\x4e\x01\x26\x29\xa3\xa2\x19\xc5\x01\xb4\xe6\xbc\x33\x8a\xa3\xa9\x66\xf6\xca\xa7\x9a\x01\x3a\x77\x29\x44\x53\xcd\x34\x83\x3d\xf6\x77\xad\x9c\x01\x66\xf1\xab\x53\xcd\x00\xc5\x80\xa4\xa6\x9a\x01\xa6\xf1\x0e\x4d\x31\xd3\x94\x24\xd3\xcd\x58\x49\x02\x4c\x82\xe4\xa3\x29\x49\x9a\x92\x64\xba\x31\x2a\x49\x80\xc9\xa9\x8b\x68\x4a\x92\xa6\x24\x99\xee\x82\x4a\x12\xc0\xa4\x8c\xd1\x94\x24\x4d\xbb\xfc\xf4\x7b\xd5\x2e\x0f\x4c\x03\x1e\x9a\x76\x79\xa0\x8c\xe9\xa7\xa3\x61\x1e\x98\xba\xc9\x9b\xca\x05\xf8\x1e\xa3\x6e\x4a\x17\x60\x16\xbb\x4d\xe9\xd2\x94\x29\xd3\xe1\x53\xa7\x00\xe5\xe7\x6a\xa8\x4e\x69\xaf\x03\xef\x9c\x55\x6f\x00\xd3\x20\x87\xa6\xde\x68\x9a\xd7\xa7\xf5\x7d\xf7\xab\x0f\x2b\x35\x03\xaf\x79\xbd\x49\xf5\xc9\xa7\x16\x5d\xaa\xdf\xe5\xf0\x24\x89\x8a\x2e\x87\x07\x9a\x71\x1c\x5d\x0e\xdf\x8d\x97\x26\x6b\x59\x74\xe3\xa5\x81\x4a\x86\xfa\xe8\x1a\xe6\x81\x4a\x66\xeb\xe8\x1a\xe6\xbb\x41\x19\x64\xe6\x89\x6e\x50\x06\x50\xb5\x11\x74\x05\x01\x30\x0d\x0a\xe9\x0a\x82\x6e\x6c\xf4\x44\x2c\x76\xd9\x3f\x30\x0d\xa1\xee\x9a\xef\x81\x26\x4b\xea\x9a\xef\xbb\x91\xcb\xf1\xb3\xcc\x1f\xe0\xf6\x07\xae\xc7\x8c\x2e\x85\x07\xa6\x62\xb4\x4b\xe1\xbb\x29\x4f\x34\x3c\x77\x69\x37\x60\xaa\xb7\xe8\xf2\xea\x2e\xaf\x8e\x62\x99\xdd\x51\x99\x33\xf8\x59\xbb\xbc\x1a\x98\x46\x94\x77\xc3\x28\xba\xbe\x80\xb0\x8b\xf4\x05\x00\xd3\x00\xe7\x2e\xfb\xee\xfa\x02\x38\x58\x1c\x5d\xfa\x0d\x4c\x83\x45\xbb\xf4\xbb\xeb\x0b\x88\x6a\x75\x77\x13\x2e\x1e\xb3\x6a\xb7\x45\xb7\x8f\x59\x91\xc7\x32\x3e\x18\x87\x45\xfe\xdd\x75\x19\x90\x64\x26\xba\x2e\x03\x60\x1a\x8f\xdd\xa5\xe4\xbd\x55\x1f\xa3\xbe\x7a\x08\x80\x3a\x1c\x17\x29\x39\xd0\x0c\xef\xea\x52\x72\xa0\x91\x16\x2d\xba\x8c\x1c\xa8\x1c\x19\x8a\x2e\x23\xef\x6d\x37\x8a\xaa\xc9\xa2\x81\xe6\xa2\xd8\x35\xf4\x77\x48\xf4\x08\x54\x76\x97\x45\x03\xcb\xf8\x88\x2e\x8b\xee\xb2\x68\xb2\x66\x44\x97\x45\x03\xb3\xc2\x75\xba\x2c\xba\x73\x30\x71\xb8\x97\x75\xa3\x43\x80\x45\x82\xf4\xe8\x9a\xf5\xbb\x51\xca\xba\xce\xbb\x51\xca\xc0\xe4\x46\xd5\xe8\x1a\xe7\xbb\x24\x37\x58\x3c\xbb\x24\x17\x98\xc6\x0e\x75\x49\x2e\xf0\x3d\xe6\xab\x8e\x3c\xf7\xc6\x19\x3b\xd4\xb5\xce\x03\x65\x41\xd3\xbb\xc6\x79\x60\xea\x8c\xea\x63\x57\xed\xe2\x45\x8b\xec\x22\x43\x48\x62\xf8\xcf\x1c\x77\x42\x48\x38\x20\x11\x5d\xdb\x3c\xd0\x74\xc3\x77\xa9\x76\x37\xcc\x99\x9b\x8b\xa2\x6b\x75\xef\x86\x39\xb3\x09\x76\x23\x48\xfa\xdc\x0d\xf0\x55\x1b\xf0\x41\xc6\x7e\xcc\x06\x4c\x52\x6c\x39\x25\xa5\xda\x9d\xf3\x86\x23\x50\x2d\x5d\x62\x0d\x4c\xe3\x95\xba\xc4\xba\x4f\xa7\xa4\x6d\x97\x45\x03\x25\xed\x34\x59\x74\xe7\x0a\x83\x11\xac\xe1\x5d\x2e\x0c\x78\xcd\x74\x74\xa9\x30\x30\x8d\xae\xea\x52\xe1\x2e\x55\x0d\xd6\xeb\x2e\x55\x05\x66\xfd\xe5\x7f\xef\xd9\x5d\x26\xdb\x65\xb2\xe4\x75\x88\x2e\x93\xed\xc9\x24\x83\x19\x76\xad\xe2\x40\x19\xe1\x92\x99\xf6\x2a\xb9\x57\x34\x2d\x74\xc9\x6d\x97\xc9\x46\xfa\xaa\x55\xe7\xca\x38\x83\xb4\xba\x4c\xb6\xcb\x64\xc3\x35\x53\x26\xdb\xbd\xf1\x77\x3f\x66\xe7\xcb\x64\x83\xed\xa7\xcb\x64\x81\x59\x8b\x6f\x3a\x7d\x64\xb2\xc1\x66\xd6\x65\xb2\xc0\xac\xc5\xea\xda\xd2\xb4\xa5\xf0\x9e\xae\xf5\x1c\x98\xd5\xc5\x50\x72\xdb\x0d\x23\xd6\xc1\xd6\xe5\xa3\xc0\xd4\x1a\xdd\x0d\x23\x06\x8a\xd7\x62\x44\x37\x8e\x18\x98\x15\x2e\xd2\x65\xad\x9d\x14\x8b\x23\xfd\x60\xe5\xa3\xdd\x4b\x7a\x9d\x2c\x87\xfd\x46\x3e\x45\x53\xf8\x47\x3f\x9c\x05\x07\xd7\x80\xda\x52\x8d\xe7\xc0\xac\xb0\xe7\xae\xf1\xbc\x73\x95\x6f\xc5\x04\xd9\x25\xb2\x1d\xea\x69\x6a\xf6\xe8\x72\x4f\x20\x7f\xae\xdd\x72\xcf\x2e\x35\x4c\x7b\x5c\x6a\x08\x4c\x8d\x4a\x5d\x6a\xd8\x49\x36\x62\xca\xec\xe8\x06\xfa\x02\xcb\xe0\x94\x6e\x68\x47\x37\xc2\x36\x5d\x81\xe5\x66\x40\x76\x78\x77\x97\x9b\x75\x49\x17\xf9\x41\xa2\x4b\xba\x80\xd5\xec\x5d\x49\x57\xd7\x5e\xac\x37\xad\x4b\xb1\x80\x59\x6d\x82\xf6\xe2\x6e\x68\x05\xb9\x3a\xa2\x1b\x5a\x01\x2c\x09\x61\x37\xb4\xa2\xdf\xd6\x0d\x39\xd8\x65\x62\xdd\x7b\x7b\xed\x37\x03\x71\xbb\x71\x14\xe9\x8a\x6e\x1c\x05\x50\xd2\x95\xda\x38\x8a\x2e\x87\xf3\x40\x49\x97\xc3\x01\x73\x4d\x1f\xb3\x55\x72\x38\x12\x4f\x44\x97\xc3\x01\x73\xb9\xe1\xcb\xe1\x80\x62\xc6\xda\xe8\xda\x95\x81\xe6\xa1\x86\xfe\xd8\x52\x42\x7d\x7f\x8e\x95\x91\xbe\x40\x33\x4e\xb0\x4b\xfe\xba\x91\xbe\xfa\x0d\xbb\xec\x0f\x68\xe1\x20\x48\xfe\xba\x67\xe5\xf4\xba\x75\xf9\x1a\xd0\xd2\xad\x40\xbb\x32\x30\xbb\xcb\xbe\x76\xe5\x6e\x08\x06\xe9\x29\xa2\x6b\x1f\x06\x66\xf7\x4d\xed\xc3\x40\x31\x59\x67\xf4\xd7\x7a\xbc\x24\x99\x90\x8b\x68\x32\x06\x8a\x06\xac\xae\xc9\xb8\xbf\xce\x0f\xfc\x54\x5d\xf2\x07\x4c\xee\x11\x8c\x21\xf7\x1b\x3f\xeb\x01\xa5\x1d\x12\x3d\xa0\x73\xc1\x59\x0c\x79\xde\xf8\x39\xa2\x28\xa2\xe1\xb9\x35\x60\xe9\xd2\x1c\x46\x5b\x00\xa3\xd2\x1d\x43\xf3\xed\x90\xc1\x91\x4b\x21\x86\x0c\x0e\x98\xa4\x93\x8f\x21\x83\x1b\x9e\x6e\x23\x65\x4a\x0c\x29\x1c\x30\x8d\x85\x18\x9e\x6e\x1b\x5a\x7e\x49\x87\x14\x43\xcb\x2f\x30\x8d\x85\x18\x5a\x7e\x87\x31\xb4\xda\xfb\x87\x06\x5c\xa0\x68\xa6\x1c\xc6\xd0\x02\x3b\x70\x65\x48\x11\x81\xd6\xc2\x6a\x9c\x16\xd9\x76\x88\xcd\x90\x23\x02\x4d\x6b\xd5\xd0\xcc\x3b\x3c\xc9\x46\x4e\xa3\x18\x1a\x75\x81\x66\x0c\xf9\xf0\x24\xdb\xf0\xd8\x1a\x79\x24\x62\x48\x25\x81\xe0\xe6\xa4\x18\x1e\x5b\x1b\xb2\x4b\x4e\xfb\xc7\x90\x5d\x02\xad\xb1\x73\x0c\xd9\xe5\x90\x4a\x92\x5f\x21\x86\x54\x12\xe8\x46\x79\x0e\xa9\x24\xd0\xba\x63\x20\x93\x04\x8a\x69\x35\x62\x48\x25\x81\x32\xf7\x3f\xb3\xa1\x30\xc9\xb5\xff\x99\x0d\x85\x49\x72\xf5\x64\x0c\x89\xe4\x30\x30\x98\xf4\x21\x31\x64\x92\xc3\xe4\x18\x2c\x3c\x43\x22\x09\x34\x0d\x8b\x43\x22\x09\xf4\x1a\x16\x39\xc6\x1f\xd4\xc2\x32\x39\xa4\x96\x40\xe3\xd2\xd9\x18\x52\xcb\x61\x3c\x0a\x39\x5f\x62\xc8\x2d\xc7\xce\x97\xf1\xfb\xef\x4d\x7b\x48\x3d\x81\x62\x0a\x8f\x18\x72\x4f\xa0\xa6\xed\xd3\x1a\x3c\x4c\x05\x9f\x3e\x65\x97\x12\xb0\x62\x22\x8e\x18\x9a\x83\x81\x19\x7e\x24\x5a\x83\x81\xb2\x9c\x88\xf2\xd8\xa1\x35\x98\x64\x17\x31\xb4\x06\x03\xd3\xd3\x0c\x43\x1e\x0b\x14\xb3\x97\xc4\x90\xc8\x02\x33\x90\x82\x43\x1e\x3b\xfa\xee\x07\xcb\xec\x07\x12\x71\x54\x8c\x10\x43\x3b\xef\xe8\x4c\x14\xfd\x75\xc3\x30\x16\x60\xca\x44\x86\x61\x2c\x43\x0a\x4c\x3e\x86\x18\x52\x60\x60\xca\x6b\x86\x14\x18\xa8\x5c\x2d\x1f\x43\xa3\xf1\x30\x3e\x9a\x0c\x0a\x31\xb4\x1a\x03\x93\xcc\x77\x31\x8c\x8f\x06\x5a\xd8\x93\xda\x91\x07\xa9\x39\x3c\xba\x1d\x63\x38\xba\x83\x8b\x7e\x58\x1d\x87\x14\x7b\x48\x94\x39\xb6\x1e\x43\xa2\x0c\x54\x3d\xbc\x43\xa2\x0c\x8c\x9f\xb3\x47\xa2\x0c\x4c\xa9\xd4\x90\x28\x03\xfd\x67\x0f\x49\x94\x81\xe4\x3e\xeb\x18\xf2\xe4\x61\x5c\x35\xa7\xb4\x63\x18\x8a\x02\x84\x86\xac\x21\x29\x1e\xd3\x21\x60\x67\x18\x06\x51\x03\x75\xfa\xc5\x19\x9d\x32\x4c\x95\x6e\x3f\x1a\x9d\x32\xb4\x49\x7b\xb4\x73\x48\x94\x81\xa2\x6d\x72\x48\x94\x81\x34\x84\x6f\x68\x93\x1e\xda\x8c\x3d\x97\x38\xb4\x19\x03\x73\xf7\xad\x36\x63\xe0\x7b\x8c\xff\x66\xdc\x33\x50\x8c\xf2\x1d\x9a\x91\x87\xdc\x79\x7f\xac\x72\x67\x20\xc8\xd9\x14\x43\xee\x3c\x8c\x98\x5e\xf0\xfa\x21\x79\x06\xaa\x07\x51\x87\x76\x64\x60\x86\x6d\xd7\x8c\x3c\xc2\x05\xa2\x5b\x37\xa7\x02\x71\x27\xc5\x37\xe5\xcb\x43\x72\xbc\x30\x72\x0d\xc9\x31\x30\x65\xb8\x43\x72\x3c\xd2\xea\xba\x90\x78\x60\x0f\xa8\x9a\x92\x86\x7c\x19\x08\xd2\xe4\xc5\x90\x2f\x0f\x89\x30\xb7\x52\xc4\x90\x08\x03\xa1\x13\x60\x48\x84\x87\x21\x23\x6b\xf8\xdf\xac\x6e\x1a\x95\x4c\x91\xa4\x77\x68\xd2\xd5\xe5\x34\x64\xbd\x40\xd7\x74\x38\x34\xe9\x02\xf1\x73\x83\x32\x8a\x64\x18\x6a\xbd\x10\x4d\xc3\x50\x6b\x20\x8c\x2a\x1b\x86\x5a\x0f\x8d\xc1\xfb\x3b\xd0\x18\x0c\xc4\xcf\xea\x6a\x0c\x06\xaa\x5e\x97\x61\xf4\xf5\xf0\xa8\xdf\xc2\xe5\x34\x0c\xbf\x06\x8a\x02\x69\x18\x7e\x0d\xd4\xe6\x22\xaa\x15\x79\x90\x3e\x7d\x48\xc1\x86\x1c\x1d\x88\x5f\xb1\xc8\x6f\x43\xcb\xf2\xde\x19\xe4\xe8\x40\xdd\xb3\x59\xcb\x32\x10\x3f\x97\x1d\x03\xb7\x81\xbe\xd7\x77\x6d\xcd\x43\x72\x4f\x1a\x8e\x18\x92\x7b\x20\xf6\xa4\x97\xdc\x03\xcb\x79\x75\xd8\x41\xdc\xfe\xa5\xff\x63\xc8\xf6\x87\xd6\x67\xa5\xf2\xd0\xfa\x0c\x74\xed\x21\x43\xeb\x33\x10\xf2\xc0\x61\x5c\xcc\xd0\x20\x6d\xbc\xc5\xd0\x20\x0d\x94\xb6\x9b\x64\x2b\x8d\x8b\xc1\x68\x3f\x14\x05\x40\x28\x0a\x86\xa2\x00\x08\xc3\x06\x87\xf6\x68\xa0\xed\x91\xd3\x1e\x3d\x4e\xc6\xdc\x45\xd3\x48\x19\xa0\x18\x22\x3c\x0c\x94\x19\xa7\xdf\x9d\x24\x4d\x7b\x34\x10\x3f\xec\x67\xc3\x48\x19\xa0\x93\xe4\x3e\x86\x32\x64\x60\x8e\x1e\x4b\x3e\xa3\x3d\x1a\x68\x46\x0e\x0c\x65\x08\x50\x9b\xc4\x50\x19\x02\x54\x4f\xc9\x0d\x23\xcc\x87\x26\xe8\xe5\xdc\xd6\x04\x0d\xc4\x5e\x6e\x35\x41\x03\xf1\x73\x51\x36\xa0\x06\x08\x0f\xa3\x0c\x03\x6a\x80\x52\xea\x1f\x04\xf6\xb8\xec\x85\xcb\xbd\xda\x05\xf4\x72\xe6\x7f\xd0\x87\xa3\xa8\xb5\x1b\xe8\x9b\x83\x6a\xed\x06\x6a\x75\x1f\x52\x51\x01\x4d\x3b\xc3\x50\x51\x0d\xad\xdd\xcb\xfd\x50\x6b\x37\x10\x46\x76\x0d\xad\xdd\x43\x45\xb5\x5c\x66\x55\x54\x40\xf7\xd8\xeb\x50\x51\x0d\x15\xd5\xde\xf9\x55\x54\x40\xd7\xb7\x3d\x54\x54\x40\x21\x15\x51\x0c\x83\xd5\x81\x50\xb4\x0c\x43\x77\x86\xe7\x24\xb9\x01\x3f\x86\xb1\x3b\x63\xc7\xb4\x53\x5b\xed\xe4\x40\x16\xcc\x5c\x43\x75\x36\x3c\x27\xa9\x0f\x7f\x28\xcf\x80\x36\x1d\x5a\xd5\xd9\x50\x8a\x91\xca\x27\xc6\xbd\x1b\xfa\x30\x5d\xad\x87\x33\x40\x8d\xb5\xe4\xb8\x6a\x2c\xa0\x0e\x5b\xa0\xc6\x02\xc2\x64\x1b\x43\x8d\x05\xc4\xcf\x1e\x52\x63\x0d\x35\xd6\xc2\x5a\x3a\xd4\x58\x40\xfc\x30\xfb\x0d\x35\x16\x10\x7b\xab\xd6\xc0\x0e\x84\x89\x3b\x86\xf6\x75\xe0\xfb\x67\xfe\xa6\x6d\xe7\xf2\x2f\x8d\xe9\xc3\xd3\x94\x40\x18\xe5\x3e\x8c\x16\x1a\x8f\x3c\xcb\xfd\x50\x75\x36\xbc\xd6\x4b\x42\x6e\xd4\x0f\x10\x3f\x29\x8f\x56\xf8\x81\x86\x9b\x3f\x59\xaf\x1a\x0e\x28\xd5\xef\x4d\x0d\x37\x08\xa3\x9f\x3f\x39\xa6\xd1\x3b\x40\xd9\x5f\x97\xd1\x3b\x83\x30\xfa\xa9\x65\x74\x18\xbe\x03\x84\x09\x44\x86\xe1\x3b\x03\x5d\x37\xf7\x6e\xa2\xae\x03\xc2\x04\x22\x53\x5d\x07\x84\xfe\xe3\x69\xf4\x0e\x50\x94\x0f\xd3\xe8\x1d\x60\x19\xa7\x31\x35\xfc\x03\x61\x6a\x93\xa9\x1e\x04\xca\x74\xe1\x9a\x0a\x42\x20\x4c\x46\x32\x35\xfc\x4f\x62\x7c\xa6\x6b\xfd\xd4\xa4\x0f\x04\x77\xd3\xc6\xd4\xa4\x0f\xc4\xda\x6f\x5e\x16\xd9\xcc\xa4\xe8\xb6\xe8\x63\x63\x64\xc2\x8f\xa9\x92\x9c\xc4\xed\x4f\x17\xcb\xa9\x6c\x04\x82\x04\xd7\x31\x55\x8d\xb3\xec\xda\xf2\x03\x46\xfd\x00\x61\x16\x93\x69\xd4\x0f\x50\xa6\xcb\xd4\x34\xec\x07\x08\x8f\xe4\x4e\x55\x23\x10\x5c\x86\x16\x53\xd5\x08\x84\x89\x4d\xa6\xaa\x71\x7a\xf2\xd2\x65\x70\x2a\x1b\x81\xf0\x80\xc2\x54\x35\x4e\xee\xe6\x9a\x7e\xda\xd3\x50\x20\x60\xa9\x89\xa6\xaa\x11\x68\xca\xc1\xa9\x6a\x04\xc2\x24\x26\xd3\xe0\x20\x20\xd2\x81\xd2\x4b\x01\xc4\x0f\xf6\x34\x95\x96\xc0\xf7\x93\x54\x43\x6d\x09\x54\x7d\xc2\x53\x69\x09\x84\xbe\xf4\xa9\xb4\x04\x9a\xc7\x9f\xa6\x8e\x0b\x20\x95\x61\x53\xb1\x09\x7c\xff\x9f\x29\xa4\xda\x04\x8a\x31\xc6\x53\xb5\x09\x14\x03\x04\xa6\x62\x13\x68\x46\x6d\x4c\xc5\x26\xf0\xfd\x33\x1b\xe0\x44\xa8\xac\xc0\xf6\x8f\x6a\x73\x56\x27\x02\x8b\xc9\x54\x5a\x02\x61\xae\x96\xa9\xb4\x9c\xf8\x28\xa6\x2b\xc7\x54\x48\x02\x61\xc8\xe6\x54\x48\x02\xde\x12\x1e\x53\x1d\x09\x84\x47\xe8\xa6\x42\x71\x92\x63\x71\xfa\xfd\x4f\x55\x21\xd0\xb4\xa0\x4e\x55\xe1\x6c\x4e\x04\x3f\x45\x25\x20\xb0\xe6\xae\x9a\x0d\x6d\x4c\x78\xbf\x3b\x5d\x19\xc0\xf7\xa6\x65\x36\x94\x43\x0b\x3f\xf6\x8b\xa9\x2a\x04\xe2\x07\x7f\x9d\x8a\x42\x20\xb8\xd4\x21\xa6\xa2\x10\xf8\xfe\x19\x1d\xa9\x77\x03\x48\x35\xdb\x34\x15\x0c\x10\x64\x9c\x8a\x69\xd4\xd0\xec\xde\x3c\xe9\xb7\xa8\x76\x9c\x9f\x76\x5c\xf3\x0f\xd7\x60\xc7\x54\x59\x02\x65\xee\xef\x5e\x69\x09\xac\xb9\xab\xe9\xac\xe8\x2e\x79\x4e\x3b\xa5\x25\xa0\x2f\x68\xaa\x2c\x81\xf8\x0d\xdb\x62\xc7\x0c\x67\xb5\x1f\xb4\x92\x11\x08\x0f\x44\x4f\x25\x23\xf0\x3d\x66\x99\x8d\x19\xec\x30\xf0\xe2\xa9\x57\x06\x28\x73\xcf\x31\xdd\x32\xc0\x32\xd8\x6b\x2a\x36\xe7\xb0\xb6\x0e\xa4\x3a\x12\x88\xdf\xf4\x4d\xab\x3b\x1c\x48\x7b\x75\xec\xfa\x3a\x90\xb4\x4a\x87\x0b\x10\x61\x91\x0e\x97\x39\x1d\x35\xc7\x5b\xb9\x09\x24\xb7\x73\xc4\x54\x6e\x02\x7d\xb7\x5d\x1f\x0c\xb0\xe6\x2e\xb2\xed\x1f\xa4\x27\x1a\xa6\x02\x14\xf8\xfe\x3f\x3d\xa9\x02\x05\x96\x91\x80\xd3\xd8\x29\xe0\x7b\xcc\x57\x6d\xfb\x64\xf0\x6c\x93\x3a\x75\x6e\x9d\x6a\x87\x2b\x54\x81\xf8\x21\x1d\xa6\x42\x15\xc8\x19\xfe\x80\x3d\x34\x5d\xf2\x7c\xca\xde\x98\x4c\x6b\x3f\x42\x5d\x3c\x40\x7a\x32\x79\xea\xe2\x01\xd2\x48\xc6\xa9\xe6\x05\x96\xa1\x07\x53\xcd\x3b\xc3\xe1\x74\x50\x54\xa9\x40\xd1\x8c\x3a\x55\xa9\x33\xac\xff\xf4\x55\xeb\x6f\xca\x47\x67\x9f\xa1\x4d\x40\x68\x10\x99\x86\x36\x01\xd2\x96\xa9\xb7\x08\x90\x41\x4c\xc5\xed\x4c\xc7\x12\x2b\xd2\xd4\xf5\x03\xf4\x0e\x5d\x98\x8a\x5b\xa0\xcc\x5f\x58\xe6\x60\x9a\x76\xdf\x21\x31\xae\x09\xf8\x1e\xa3\x33\x14\xbc\x40\xd5\x1b\x34\x15\xbc\x40\xdd\x1b\xa4\x82\x17\x98\xcb\x21\xd7\x3f\x34\xd3\x86\xa3\x26\xa6\x1a\x18\x28\xfa\x2a\xa7\x1a\x78\xa6\xf3\x18\x2a\x33\x75\x06\x01\x53\xbd\x3b\x95\xc5\x73\x19\xd5\x81\x28\x98\x6a\x60\x40\x11\x3f\x95\xc0\xc0\xf7\x14\x6f\xaa\x81\x81\xa9\x04\x9e\x4a\xe0\xb9\x76\x3b\x2d\xb3\x9d\x0b\xb3\xbb\x73\x5b\xbd\x3b\x97\x33\x14\x8b\xce\x54\xdc\x02\x53\xa5\x3c\x15\xb7\x40\x84\x44\x40\x71\x3b\x0f\xfb\x1b\x0d\x39\x55\x95\xc0\x54\x29\x4f\x65\xe5\x3c\x6c\xbb\x5b\xb0\x4a\x10\x68\x9b\xdd\xa8\x04\x27\xa7\x86\xa7\x09\x92\xa6\xba\x0f\xf0\x02\xd1\x98\xea\x3e\x20\x0c\x29\x9c\xea\x3e\xe0\x7b\x93\x7a\x18\x88\x04\x84\x61\x6f\x53\x2d\x38\x11\x7e\xd3\xf3\x40\x53\xe1\x07\xac\xe9\x54\x56\xf8\x01\xdf\x63\xb4\x54\xe5\x07\x64\x3a\x54\x3a\xa0\x26\xd7\x66\x4d\xc3\x00\xe7\xb9\x9b\xc0\x99\x2c\x8b\x0c\x3e\x9a\xc8\xbc\xb9\xeb\xab\xcc\x03\xba\x11\x68\x53\x99\x37\x39\x24\x31\xf7\x9e\xae\xa8\x03\xba\xe1\xb0\x53\xd5\x06\x54\x32\x3a\xc6\x54\xb4\x01\xdf\x9b\x4c\x19\x55\xdb\x54\xb5\xb9\xde\xaa\xda\x80\xef\x31\x5a\xa5\x6c\x03\xba\x9e\xf1\xa9\x6c\x9b\xc8\xb6\x49\x96\xdd\x98\xca\x36\x60\x72\x75\x78\x4c\x65\x1b\xa0\x51\x60\xea\x2d\x03\x7a\x77\x85\xd4\x5b\x06\x74\x33\x86\x4d\x43\x94\x80\x5a\xa4\x59\xaa\x3d\xa0\x98\x00\x6f\xaa\xf6\x80\x32\xcd\xe6\x34\x55\x7b\x40\xf5\x80\xda\x54\xed\x4d\xef\x75\x2e\x92\x4e\xe5\x1e\x50\x42\x96\xa2\xdc\x9b\xa6\x9f\x94\x74\xaa\xf6\x80\xba\xbf\x63\xd5\xde\x44\xda\x4d\x0d\x29\x53\x69\x07\xb4\x96\xff\x7d\x0b\x76\x4c\x95\xdf\x44\xf9\x4d\x8f\xea\x4e\x95\x1f\x90\xe9\xc8\xaa\xfc\x80\xaa\xed\x68\xea\x83\x03\xbe\x37\xe9\x53\x9d\x70\x40\x16\xd9\xa6\xfa\x10\xf8\x1e\xa3\xea\x0a\x44\x20\x7f\xfb\xbf\xd9\x5b\x24\xac\xf4\x74\xf0\x54\x20\x02\x33\x5c\x56\xd5\x87\x73\x67\xdb\x91\xfa\x29\x10\x81\xac\xae\x23\x0a\xc4\xf9\xec\x46\x59\x66\xa3\x3e\xa8\x7a\x11\xa7\x7e\xb9\xf9\xec\x0c\x7f\x5f\x91\xca\x0f\x28\xd3\x90\x81\xa9\xf4\x03\xa6\xf1\x1e\x53\xe9\x07\xd4\xf0\xff\x1b\x80\x35\x55\x83\x66\x03\x99\xaa\x41\xc0\xab\xf4\x63\xaa\x06\xe7\xeb\xe4\x77\x5a\xe8\xab\x03\xda\x72\xa2\x2b\x10\x81\x19\xae\xa1\x0a\xc4\xa9\x40\x2c\x92\x2a\x05\x22\x50\xf7\x1a\xaa\x40\x9c\xe6\xd1\x31\xd3\xd5\x34\x10\x6c\xea\x0c\x74\x7b\x55\x33\x02\xdf\x63\x5f\x59\x28\x1a\x81\xaf\xac\x53\x56\x2c\xe3\x9a\xb2\xb4\xa8\x5a\x64\x4b\xd9\xa1\x42\x8d\x08\xcc\xd8\x45\xc3\x22\xc7\x8a\x36\x84\x91\x60\xf1\xc3\xe5\xc0\x06\x1b\x06\x82\x01\xd5\xad\x27\x54\x8d\xc0\xf7\xe6\xa2\xec\xb4\xec\xfc\xdf\xff\x5f\xc9\x3c\x1f\xa1\x6c\x04\xca\xf4\x64\x71\xa8\x1b\x81\xa9\x79\x3e\xd4\x8d\x81\xe3\x6f\x16\x98\x44\xa8\xe1\x80\x19\x50\x90\x50\xc3\x01\xd3\xc8\xde\x50\xc2\x45\x71\xc1\x9c\x3e\xf6\x5a\xc6\xaa\xc1\x12\x11\x8a\x33\xa0\x1a\x0e\x11\x8a\x33\xa0\x6c\x87\x4e\xa8\xce\x80\x29\xa1\x09\xd5\x59\x54\xd7\x83\xe9\x7f\x9b\x96\x4d\x1e\xa3\xc3\xd5\x5d\x40\xd9\x61\xb1\xa1\xf0\x02\x7a\xaf\x16\xd9\xa8\xca\xa1\x5e\x47\x4f\xdd\x15\x2a\x2a\xa3\x78\x43\x45\x05\xcc\xdd\xe1\x2a\x2a\xa0\xec\x48\xd2\xd0\x7f\x07\x54\x83\x62\x42\x91\x15\xcd\x25\x1f\x32\x17\x6a\x25\x60\x1a\x5e\x14\x6a\x25\xa0\x7a\x90\x38\xf4\xa9\x01\x95\x6b\xdb\x22\x54\x4f\xc0\x34\xba\x28\x54\x4f\x40\xd9\x91\xaa\xa1\x4f\x0d\x68\x5c\xdb\x16\xa1\xa0\x02\xca\x0e\xcd\x0c\x15\x15\xd0\x4d\x72\x18\x2a\xaa\x68\xce\x70\x0c\x75\xa1\x56\x02\xba\xc7\x7f\x42\xad\x04\xf4\xc1\x4e\x1c\x4a\x25\xa0\xec\x68\xcd\x50\x2b\x01\x93\x4c\xb6\x11\x6a\xa5\xe8\x4e\x70\x4c\x7c\xe1\x69\x71\x60\x1a\x0c\x15\x8a\xa1\xe8\x76\x6e\x5a\x66\xe7\x7e\xb0\xf4\xfe\x87\x6e\xb0\x18\xac\x32\xac\xf0\xe1\xd1\x89\x18\xf6\x07\x2b\x60\xe8\xdf\x02\x26\x77\x64\x45\xe8\xdf\x02\x6a\xdd\x45\x76\x87\x22\xc4\x80\xb4\x50\x84\x00\x4b\x07\x46\x28\x42\x82\xe3\xd7\x3b\x1a\x2a\x3c\x4e\x01\xb4\x0e\xf5\x09\x45\x08\x30\xb9\x49\x2b\x42\x11\x12\xe6\x12\x6a\x3e\x65\x77\xe0\x06\x23\x66\xea\xfb\xc3\xd9\x31\x99\x1d\x90\x95\x50\x85\x00\xd5\x30\x8d\x50\x84\x00\x65\x87\x05\x85\x2a\x04\x98\xe1\xa7\xa7\x08\x09\x15\x87\xb1\x48\xa1\xe2\x00\xaa\xa9\x4b\x42\xc5\x01\x94\xfd\xe9\xa9\x38\x02\xfa\x3f\xcd\x3c\x1b\xf2\xff\xf0\xb4\x03\xdb\x7f\xe8\xa5\x0a\x0e\x4c\x4f\x2e\x7d\x8c\x88\xfd\x2a\x5f\x8b\x5f\xa8\x6c\x1f\xf0\x8a\xc0\x08\xe9\x3e\x30\xb9\x44\x2c\x42\x5f\x16\x30\xdd\x31\xc3\x53\x0c\x21\xdb\xaf\x6c\x85\x21\xdb\x07\x6a\xac\x3f\xd8\xc1\x43\x31\x00\x94\xe6\x84\x55\x0b\x04\xf4\x7d\xea\xf1\x0d\xf9\x3b\x30\xc3\x05\xd3\xc3\xd1\xc0\x34\x90\x2e\x64\xf4\x40\xe3\x9e\xb7\x08\x19\x7d\xc8\xe8\x2b\x1b\x59\xc8\xe8\x81\xe9\x49\xb7\x90\xd2\x03\xd5\xf0\xd7\x90\xd1\xc7\x72\x1c\xed\x53\x1d\x51\xc0\xf2\x10\x78\x48\xd5\x63\x39\x39\xdd\x7a\x74\x27\x01\x69\x9c\x65\xe8\x4d\x8a\x43\x67\x37\x13\x45\xd7\x11\xf0\xbd\xc9\x63\xfa\x8e\x80\x9d\xff\x29\x74\x1d\xc5\xe1\x4c\x74\xff\x90\xd2\x03\x4d\x3b\x55\xe8\x29\x02\xca\x34\x09\x57\x18\x18\x06\xb4\xd2\x7c\xd3\x16\x1c\x4e\x1e\x37\x0b\x4f\x3d\x00\xdd\xb3\x3e\x61\xb0\x18\x50\xba\xfb\x87\x6e\x27\xe0\x7b\x93\x86\xea\x77\x02\x9a\x4e\x9a\xd0\xef\x04\x2c\x93\xb6\x84\x62\x23\xf6\xd9\x6b\xbb\x4d\x27\x13\x30\xf7\x82\xac\xd8\x08\xf2\x11\xcd\xea\x22\xaa\xb4\x00\x1a\x37\xdc\x46\xa8\x2c\x80\xef\x31\xba\x4d\x69\x01\xcc\x70\xc5\xd7\xcd\x14\xa7\xdf\x97\x8b\x97\x9a\x01\xe8\x7b\x2d\xd7\x7f\x04\xac\xbe\x7f\xd3\x16\x9c\x4c\x2c\xf7\x05\xfd\x47\xa1\xd8\x30\x0c\x25\x14\x1b\x40\x98\xa4\x37\x14\x1b\x71\x39\x06\x7e\x39\xea\x03\x60\xa5\x23\xaa\x3c\x08\x49\xbe\xb9\xba\x42\x92\x0f\x98\x47\x3c\x42\x92\x1f\xb7\xff\x8d\x00\x89\x90\x4c\x03\xc5\x94\x4d\x21\x99\x0e\xc2\xd8\x66\x75\xe1\xd6\x51\x02\xa4\x16\x82\x90\x4c\x03\x95\x5b\x1c\x23\x64\xcb\x40\xa8\x79\xc2\x28\xb6\x78\x9c\x93\x6e\xff\x72\x5e\xa0\x19\xb9\x14\x52\x5e\xa0\xef\xbd\x42\xca\x0b\x94\x59\x09\x05\x0a\x39\x2f\xd0\xcd\x57\x13\x72\xde\x90\xf3\x9a\xbd\x2b\xe4\xbc\xc0\xd4\x6d\x14\x72\x5e\xe0\x7b\x8c\xfe\xd0\x2b\x02\x54\xc3\x0b\x43\xa7\x08\xf0\x3d\x66\x45\x6c\xe8\x07\x75\x6f\x33\x7a\x45\x80\x69\xdc\x40\x3c\xbb\xa1\x26\xc4\xb0\x51\xf6\xf7\x07\xba\xe1\x43\x4a\x0d\xa4\x4a\x34\xa4\xd4\xf1\x3a\x49\x97\x65\xf6\xc6\x4b\x40\x0f\x0e\xd9\x90\x2b\x07\xa1\x6e\xb3\xb9\x85\x1b\xea\x06\x4c\x6e\x31\x8e\x30\xd4\x2d\xe4\xcf\x0d\x6f\x4a\xc8\x9f\x81\xc9\x95\xc5\x11\xf2\xe7\x20\xc3\xe4\xdc\xab\xa4\xcc\x18\x68\x46\x25\x86\xc4\x38\xf4\xa6\xb8\x2f\x48\x8c\x81\x6a\x02\x95\x94\x17\x03\xd3\x33\x13\x29\x2d\x06\xaa\x76\xb9\x94\x16\x03\x4d\x27\x6a\xea\x4c\x49\x0e\x3e\x4c\x23\x54\x53\xbe\x0b\x4c\x0f\x5b\xa4\x7c\x37\x89\xae\x9b\x86\xec\xa6\xe4\x16\x68\xbf\xfd\xd8\x6d\x11\x5e\x5a\x76\x94\x94\xdb\x26\x61\x73\xd3\x20\xcd\xd4\x01\x02\x4c\x8f\x69\xa4\x61\x73\x40\xe3\x9e\x82\x48\xa3\xe6\x80\xef\x4d\xfe\x9b\x61\x73\x40\xff\x41\x54\x52\xcf\x09\xf0\x3d\x66\xd9\xb4\x8c\xbc\x0d\x7c\x04\xa9\xe7\x24\x4d\x50\xb9\x2c\xb2\x9d\x1c\xc0\x98\x66\x37\x4b\x39\x36\xd0\x9d\x1d\x29\xc7\x06\xbe\xc7\xac\x9b\x6d\x37\x7f\xd2\xf2\x37\x77\x43\x1f\x1f\x63\x0c\xa4\xe2\xc0\xd4\x47\x94\x52\xf1\x24\xba\x6e\x9a\x2b\x2d\x25\xd9\xc0\x0c\xb6\x96\xd4\x03\x02\x7c\x8f\xd1\x47\xba\x40\x80\xb9\x47\x54\x2a\x9e\x52\x71\x1b\x2a\x15\x07\x7a\xcf\x3f\x24\x10\x4f\x89\x7a\xea\x21\x31\x2f\x5b\xca\xd4\x81\x19\xf0\x9d\x94\xa9\x67\xdd\xfd\x60\x35\xed\x07\x82\xef\xc2\xee\x92\xbc\x03\x93\xcb\xab\x23\x25\xef\xa9\x3b\xc4\x18\x85\x94\xa9\x03\x55\xe7\x73\xea\x0e\xc9\xe6\x80\x3b\xb1\xf5\x7d\x00\x4d\x1f\x55\xca\xe7\x93\x88\xb8\x69\x1c\x54\xca\xde\x81\xd6\xa6\x6f\xda\x2a\xee\xa9\x6d\x6c\x46\x29\x7b\xcf\x46\x98\x95\x93\x4c\x56\x0e\x4c\x4f\x24\xa6\xac\x3c\xf5\x73\x98\x32\x3b\xf5\x73\x00\x75\xec\x9a\x39\xb6\x6d\x37\x8a\x86\x4a\xde\x81\x62\xa4\x71\x4a\xde\x53\xa6\x6e\x0a\xaa\x94\xa9\x03\xcb\xc8\xc9\x94\xa9\x03\x65\x36\x1c\x0d\x69\x90\x1c\x50\x8c\x6f\x4a\x1d\x1d\x29\xa1\xf7\x04\x76\x4a\xe8\x53\x42\xbf\x7f\xd4\xb6\xeb\xb6\x30\x9b\x5c\xea\xb6\x00\xa6\xb6\xc6\xd4\x6f\x01\x7c\x8f\x59\x66\x4b\x8d\x88\x83\xc1\xa6\x52\x00\xf8\x1e\xa3\xa5\x6a\x01\x60\x9a\x45\x2b\x3d\x5a\x0d\x7c\x8f\xd1\x52\xf5\x01\xd0\xd2\x1f\xf0\x68\x75\x0e\x5b\xca\x9a\x9c\xba\x41\x80\xd6\xfd\x9c\xf4\x82\xe4\xb0\x55\x34\x54\x8f\x47\x0e\x57\xcc\x61\x99\x4d\xf8\xa0\xb9\xcd\xa4\x2a\x22\xa7\xd3\xc8\x7e\x93\xf9\x03\xcb\x0c\x45\x29\xf1\x4f\x29\xbd\xbe\xc2\x94\xd2\x03\x4b\xc3\x76\x4a\xe9\x81\xef\x31\xba\x57\xc7\x02\x30\x25\x96\x29\xcb\x07\xaa\x87\x5d\x53\x96\x0f\x74\xd3\xb1\xa6\x2c\x1f\x98\xc1\x6e\x97\x73\xd7\x96\x93\x2e\xfb\x7f\xd9\xdf\x5c\xb4\xbb\xbf\x20\x5d\x0d\x19\x8e\x3b\x24\x3f\x8d\x75\x03\xaa\xb9\xbb\x53\x27\x42\x86\xe3\x0e\x67\x4a\xdd\x03\x40\x35\x95\x59\xaa\x18\x32\xfd\x6f\x70\xea\xd4\x32\x0f\x4c\xcf\x68\xa5\x96\x79\xa0\xcc\x96\x3e\x66\x77\xa4\x57\xee\x59\x64\x6f\x48\xed\x9b\x8b\xb2\xd4\x1e\xa8\x3a\x50\x32\xf7\x8f\x7e\x1c\x72\x97\xd8\x74\x98\xbd\x64\x2b\x65\xf6\x29\xb3\x37\xe7\x49\xca\xec\x81\xa2\xcf\x38\x65\xf6\xa9\xb1\xbe\xd9\x28\xa9\x3d\x30\xd5\x3c\xa9\xb1\x3e\x97\xed\x74\xd1\xd7\x32\x0f\xb4\xe8\x3e\x66\x3b\x97\x77\x01\x33\xea\x0a\x00\xe0\x7b\xd3\x1f\xb5\x9d\x8b\x51\x77\x1b\xd0\x58\x0f\xcc\x70\xd4\x3d\x3f\x02\x4c\x0f\xb1\xa5\xb1\x69\xb9\xdc\x19\x1c\xd0\xb5\x1b\xea\x3d\x45\xbc\x69\x20\x1a\x50\xa6\xde\x97\x54\x4e\x00\xd3\xb3\x6e\xa9\x9a\x00\xbe\xc7\xa8\x87\x72\x02\x98\x9e\x75\x4b\x7d\x06\xa9\xc2\x30\x6b\x63\xaa\x30\x80\xe9\xf9\x80\x54\x61\xa4\x0a\xc3\xc8\xff\x54\x61\x00\xe5\x07\x45\x4d\x15\x46\xaa\x30\x8c\xfc\x4f\x15\x06\x90\x1e\xa3\x4c\x15\x46\x1e\x97\x8f\x59\x11\x5b\x8f\x76\xd0\x4b\x9f\x6a\x87\x54\x3b\x18\x10\x9f\x6a\x07\xa0\x2e\x3b\x44\xed\x00\x54\x8d\x78\xa9\xa3\x02\x98\xe1\xae\xa8\x9a\x00\xda\xd8\x2f\xda\x76\xd4\x84\x27\xe7\x52\x31\x91\xfa\x29\xba\xeb\x9a\x7e\x0a\x60\x75\x3f\x20\xfd\x14\xc0\xf4\x50\x5f\xea\xa6\x00\xb2\xbb\x7e\x2b\x39\x80\xef\x9f\xd1\x69\x6a\x0e\x20\xeb\xae\x86\x2d\x27\x2d\xea\x34\xf1\x5f\x2a\x3a\x80\x9a\xce\x48\x35\x47\x5e\x8e\x7b\xf9\x83\x49\x3c\x3d\x6a\x9d\x5e\xed\xeb\xc7\xa4\xff\x23\x75\x76\x74\xd7\x77\x9d\x1d\x40\x31\x36\x2c\x75\x76\xe4\xe5\x40\x3a\x6a\xba\x31\x80\xc9\xbd\xd7\x91\x7a\x31\x80\x6a\x92\xfe\xd4\x8b\x01\x94\x96\xfe\x7f\xdb\x7c\x39\x8e\x4e\x76\x1d\x14\x40\xd5\x01\x97\x3a\x28\x52\xd7\x43\xb7\x57\x75\x3d\x00\x53\xf3\x74\xea\x7a\x00\x6a\xc3\xa4\x95\x7a\x1e\xf2\xb6\xb6\x12\x07\x9d\x0a\xc0\x8c\x5d\x64\x6d\x55\x46\xe8\xf0\x54\x19\xa5\x36\x7d\x65\x61\x2a\x70\x80\x65\xb2\xb9\x54\xe0\xa4\xca\xc5\x14\x7a\xa9\x72\x01\x56\x1f\x16\x39\x53\x3e\xa8\x1e\x78\x4a\x85\x4b\x3e\xce\x01\xe7\xb5\x92\x04\x98\x9e\xf5\x4c\x25\x49\x92\xe3\x7e\x9a\x42\x2f\x55\x20\xc0\xea\x6e\xce\x2a\x90\xe4\x08\xf5\xdc\x1b\x94\x16\x7c\x60\x7a\x1c\x24\x15\x25\xa9\x05\x7f\xd7\x4d\x55\x02\x4c\x8f\x84\xa6\x16\xfc\x7c\x6d\x95\x2d\x55\x95\x00\xd5\x80\xb1\x54\x94\x24\x21\x5e\x53\xcb\x47\x6a\xc2\x07\xaa\x71\xb4\xf9\xda\x95\x0a\x15\xe5\x74\x2a\x54\x80\xa5\x29\x21\x15\x2a\xa9\xb9\xbe\x33\xf2\x4b\x59\xb2\x34\xd7\x77\xac\x88\x4b\x5d\x02\x54\x2d\x97\x4b\x5d\xb2\x0c\xdf\x32\x4d\xde\xd2\x36\x0f\x4c\x0f\xc4\x2e\xc3\xb7\xd6\xcf\xef\x69\x5a\xf6\x58\x46\x9a\x61\x16\x84\xe5\xd9\x9d\x55\x1c\x7a\x94\xf8\x52\x4b\x00\x33\x30\x18\x2d\xa5\xc4\xd2\xe8\x6e\x62\xbb\xa5\x22\x00\xc2\xf5\x7c\x29\x08\x96\x11\x51\x1d\x53\xee\x92\xea\x03\xd3\x6b\x05\x96\x4c\x7f\x19\xc5\x64\xd6\x81\x25\x87\x07\xa6\xea\x7c\x49\xe1\x97\xe6\x74\x13\xdc\x2c\x39\x3c\x90\x5a\x03\x97\x1c\x7e\x55\x47\x86\x6d\x70\x49\xbf\x81\xe5\x44\x5a\x06\x28\x01\xa9\xb5\x71\x49\xc8\x81\xf0\xa4\xc2\x92\x90\xaf\xe6\x20\xb0\xe6\x2c\xa9\x36\xb0\x0c\x23\x58\x1e\x6a\x59\xb2\x6f\x13\x9c\x2e\xd9\x37\x30\x83\xb5\x6f\xc9\xbe\x97\x16\x70\xf3\xc7\x2d\x2d\xe0\x40\x73\x39\x5c\x5a\xc0\x81\x39\xf7\x0f\x58\xb5\xc6\x2d\x22\xd5\x6a\xec\xaa\xdd\xfe\x33\x7a\x4d\xaa\x0d\xb4\xe6\x94\x91\x6a\x2f\xa9\xb6\xb9\xe2\x96\x54\x1b\x98\x06\xeb\x2c\xa9\x36\xd0\x0c\x59\x5c\xda\xc9\x97\xc1\x42\x26\x20\x5d\x72\x68\x60\x1a\xcf\xb6\xa4\xd0\x40\x99\xa6\x8f\x5b\x72\x68\xa0\xfd\x70\x2b\x2d\x03\x84\x80\x69\x9c\xd4\x32\x40\x68\x8d\xea\x9b\x4c\x36\x19\x2e\x30\x0d\x45\x59\x86\xfe\x2c\xe3\x7c\xb4\x9a\x2c\x19\x2e\xd0\x8d\x3b\x59\xc6\xf9\x00\x93\x7b\x56\x63\x49\x7a\x97\x16\xf6\xc1\x1a\xbb\xc6\xfe\x51\x92\xbb\x0f\xdf\xb4\xbf\x4d\xcd\x3f\xac\x86\x9d\xfb\x41\xf7\x22\x97\x25\x35\x5e\x66\xe6\xc7\x48\xba\x34\xb0\x03\xcd\x88\xdf\x65\x94\x0f\x30\x75\x68\x2c\x4d\xee\xcb\xc0\x9f\x51\x7d\xcc\xbe\xc5\xe6\x6e\x1a\x8c\xa5\xcd\x7d\x69\x60\x37\x4d\xdb\x92\x67\x03\x6d\xed\x22\x5b\x6e\x98\x8f\x5e\xc7\xa5\x85\x1d\x98\xd3\x61\x97\x8d\x03\xcd\xed\x6b\xc9\xc6\x17\x96\xf3\x69\x32\xb7\x25\xa9\x06\xea\x6f\x59\x64\x3b\xc9\x74\x34\x07\x6b\xe7\x92\x55\x03\x73\x62\x3a\x5c\xb2\xea\x25\xab\x36\x8b\xe7\x92\x55\x03\xc5\x74\xaf\x4b\x56\xbd\x3c\x40\xb2\xdf\xb4\x1e\xe1\xa8\xf4\x3f\xa4\x24\x5d\x9a\xee\x97\x19\xf9\x5d\xe3\x0c\xe6\x59\xe1\xbc\x46\xcd\x2d\x8d\xf2\x40\x4f\x67\x85\x46\x79\xa0\x6a\xdd\x5d\x06\xea\x2c\xed\xf4\x9a\xba\x96\x76\x7a\xa0\xee\x61\xd3\x10\x0f\xcc\x39\x7d\xd3\xbe\xcf\x5d\x73\x5a\x23\x83\x07\xa6\x99\x4a\x96\xe1\x36\x2b\xed\xe8\x61\x99\x1d\xfd\x41\x1a\x78\xb7\xa4\xf0\xc0\xda\xbd\x25\x85\x07\x8a\x86\x96\xe5\x29\x94\x25\x9b\xde\x93\x4c\x36\x0d\x4c\x83\x44\x96\x6c\x7a\x1d\x7e\x24\x58\x5a\x97\xfc\x14\x58\x9e\x6c\x5c\xd2\x53\x60\xce\xfd\x94\x23\x74\xf8\x03\xae\xe5\x72\x51\x60\x19\xdc\xb0\x8e\xfd\x03\x2e\x37\xe8\x9e\x25\x17\x05\x52\xff\xd2\x32\x68\x66\x49\x4f\x87\x4b\xbe\xf4\x14\x58\x26\x0b\x5e\xd2\xd3\xe5\x8d\xa7\xb6\x40\x7a\xba\xb4\x76\x0f\x1c\x7a\x4b\x7e\xba\xcc\xbe\xef\xf2\x2e\x3f\x5d\xa4\xd5\x9f\x83\x18\x9f\x25\xf3\x04\x7a\xb3\x1e\x32\x4f\xa0\x6b\x16\x5a\x32\x4f\xa0\x8e\x62\x91\xcb\xea\xe9\x48\xa5\x65\x8e\xd4\x07\x4d\xaf\xf0\x92\x78\x02\x65\xb9\x8c\x48\x3c\x81\xef\x4d\xa6\x82\xd6\x6e\xa0\x7b\xa6\x65\x49\x36\xd7\xbe\xb0\x89\x9a\x49\x36\x81\x32\xcd\xa4\xb1\x8c\xb6\x59\xde\xd8\xe4\x96\xe5\xa1\x8a\x75\x39\xa0\xbb\xcc\x01\xc5\x9c\xae\xfe\x5a\x5a\xd3\x97\x9c\xd4\x6b\x91\x96\x9c\x14\x28\x86\x69\x2c\x39\x29\xf0\x3d\x66\x99\xfd\xf1\x41\xd3\x1d\xbb\x24\xa5\x4b\x43\xbc\x9e\x8f\xa5\x21\x1e\xe8\x7b\x62\x69\x88\x5f\xe6\xfa\x31\xa5\xd9\x92\xa8\x02\x55\x8a\xbb\x8c\xa4\x01\xaa\x47\xff\x97\x91\x34\x8b\x1b\x5a\xe7\xdc\x65\x7e\x68\x1f\x4c\x8f\x9d\x2d\xb9\xeb\xc2\xaa\x3f\x4d\xee\xb4\x34\xeb\x03\xd5\x73\x7e\x4b\x3a\xbb\x48\xd5\xbf\x6f\x80\x5b\x86\xb2\x00\x7d\xc2\x67\x97\xa1\x2c\x4b\x3e\x6b\xa6\xaf\x25\x9f\x05\xe6\x82\x47\x2e\xf9\x2c\x50\x74\x42\x2c\xed\xf5\x40\xd9\x37\x3b\x2d\x0d\xf6\x40\x2b\xee\x33\xb2\x5e\xa0\x1b\xa3\xb4\x64\xbd\x4b\x7b\xbd\x66\xd4\x25\xed\x05\xba\x39\x18\x97\xf6\xfa\xa5\xbd\xde\x7c\x60\x4b\x7b\x3d\x30\x57\xf7\x4d\xc7\x85\x64\x42\xfb\x0e\xa2\x25\x3b\x06\xa6\x67\xee\x96\x06\xfb\x25\x61\x36\xed\xce\x92\x30\x03\xf5\xe7\x27\x24\x61\x06\x8a\x8e\xa0\x65\x10\xcc\xd2\xee\x6e\x6a\xde\x25\xc5\x05\xaa\x01\xd0\x4b\xbb\xfb\x7a\xad\xae\x53\x4b\x8a\x0b\x74\x73\x41\x2d\xe3\x56\x96\xac\xd7\x54\xae\x4b\xd6\x0b\x54\x63\x96\x97\xac\x77\xc9\x7a\x4d\x38\x76\xc8\x7a\x81\x66\xea\x8f\x43\xd2\x0b\x94\x7d\xb9\xc6\x21\xeb\x05\xa6\x81\xc4\x87\xd6\x78\x60\x1a\x97\x78\x18\xb6\x72\xfc\x1c\x3e\xd4\xd9\x21\x11\x06\xa6\x89\xf4\x0f\xc3\x56\x0e\x03\x52\x4c\x69\x7a\x18\x90\x02\x14\x1d\x57\x87\x36\xfb\xc3\x80\x14\x93\x90\x1d\x1a\xed\x81\xa6\xe5\xf1\x90\x55\x03\xad\x2f\xff\x19\x63\x70\x68\x8d\x37\xc1\xd0\x21\x85\x06\xa6\xde\x95\x43\x6b\xfc\xe1\xa1\x05\x03\x7d\x0f\x4d\xef\x40\xd1\xb6\x7f\x78\x68\xe1\xd0\xf4\x6e\x54\xef\x21\xd3\x06\xfa\x60\x9b\x3b\x34\xbd\x1f\x92\x6f\x53\x8a\x1d\x92\x6f\x60\x7a\xfb\xda\x51\x76\xdd\x1c\x04\x2b\xa2\x9d\x1d\x28\x66\x73\x39\x0c\x79\x39\x34\xbd\x7f\xfc\xed\x3f\x37\xed\x43\xcb\x3c\x10\x03\xb3\xdb\x21\xab\x3f\xaa\x75\x62\x67\x3c\x34\x70\x03\x99\xbb\xc8\x3a\xc9\xba\xdd\x54\x0f\x59\x37\x10\x86\x32\x1e\xb2\xee\xc3\x23\x00\xee\x66\x87\x47\x00\x80\x16\x10\x9a\x43\x22\x7e\x68\xf3\x76\x17\x39\xb4\x79\x03\x53\x8b\xda\xa1\xcd\x1b\xf8\x1e\xf3\xd5\x65\x19\x61\xa7\x7c\xb1\x87\x7c\xfd\xf0\x0c\x80\x37\x99\x1d\x12\x76\xa0\x68\xe6\x38\x24\xec\x40\x75\x0d\x3e\x24\xec\x40\xfd\xed\xda\xda\xf6\xe6\x07\x1b\xfe\xc0\x6e\xfc\xcb\x39\x4e\xfe\xbf\x7c\x1d\x58\x5a\x82\x0f\xf9\xfa\x21\x39\x37\x59\xd9\x21\x39\x07\xea\xee\x49\xc9\xf9\xa1\x31\xdb\xf4\x62\x87\xc6\x6c\x60\x19\xb5\x71\x68\xcc\x06\xd2\x48\xfd\x43\x5b\x36\x90\xb1\x7f\xd3\x9a\x0d\x87\x85\x1d\xfa\xd0\x70\x0d\x4c\xaf\x97\x38\xb4\x5b\x1f\xc3\xfe\x86\xfd\x1f\x92\x73\xa0\xed\xf9\x29\x39\x3f\xe6\xfe\x6f\xf4\x9a\x54\x19\x58\xda\xa3\x0e\x99\x32\x90\x1e\x1a\x39\x64\xca\x87\x21\xec\x1a\x79\x0f\xc9\x2d\x90\x26\x9a\x3c\xb4\x34\x1f\x06\x94\xe8\x41\x3a\x34\x35\x03\x6b\x77\x91\xa6\xe6\x83\x04\x44\xdb\x8d\x71\x48\x6e\x81\xc9\xfd\xf5\x71\x18\x9d\x7e\x70\xd6\x7a\x7b\x75\x0e\xcf\x5a\x03\xdd\x03\x08\x87\x67\xad\x81\xb2\x6d\xef\x87\x67\xad\x81\xaa\x3f\xfa\x90\x29\x03\xcd\x0c\x7d\x87\x4c\xf9\x08\x0e\x1e\x39\x4b\xa5\xbd\x40\xd5\x0c\x79\x48\x7b\x0f\x8e\x5a\x4f\x2f\xc9\x38\x0c\x4f\x01\x4a\x83\xeb\x1f\x32\x61\x20\x0c\xc1\x3c\x64\xc2\x40\xd3\xcd\x79\xc8\x84\x81\xb2\xfd\x1a\x87\x31\xeb\x40\xf3\x06\xc8\x43\x72\x0c\x74\x0d\x49\x87\xe4\xf8\xc8\xdd\x4c\x7f\xc0\x66\xa6\x67\x2f\x68\x93\x86\x71\xa0\x6c\x23\xef\xa1\x65\x1c\x08\x63\xe2\x0f\x0d\xe3\x87\x84\x59\xfb\xf3\x21\x61\x06\x5a\x71\x85\x97\x30\x1f\x1a\xb8\xb5\xe8\x1e\x1a\xb8\x0f\x0f\x64\xfb\xe9\x69\xe0\x06\xfa\x80\xcb\x1f\xda\xb7\x8f\xd5\x7d\x93\x86\x7a\xfa\x1a\x08\x83\xee\x0f\x83\xd1\x0f\x33\x71\xc2\x13\x0e\x4d\xde\x40\x31\xb4\xed\xd0\xe4\x0d\xd4\xea\xf4\xd6\xe4\x7d\x90\x0c\x69\x9b\xe4\x0e\x8d\xd9\x40\x69\x88\x91\x43\x63\x36\xd0\xf6\x1a\xb6\x76\x9b\x1c\x4f\xec\x5e\x87\xf6\x6d\xa0\x7a\x17\xcb\xa1\x7d\xfb\xf0\xa0\x35\x9b\xec\xa1\x79\xfb\xd0\x48\xad\x8d\xeb\xd0\x48\x0d\xd4\xbd\x10\x29\x02\x80\xf0\x38\xc0\xa1\x08\x00\xca\x36\xae\x1c\xaa\x00\x20\x7e\xd6\x56\x1b\x35\x90\x6a\xe0\x43\x5d\x00\xa4\x14\xfd\x50\x17\x1c\x46\xc1\x68\xd0\x39\x8c\x82\x39\x3c\x7d\x8d\x27\xe5\xd0\x92\x0d\x84\xe7\x08\x0e\xd5\x03\x90\x5e\x79\x72\xa8\x1e\x0e\x35\x80\x46\x93\x43\x0d\x00\x84\x16\xf5\x43\x0d\x70\x9c\xce\x3e\x37\x4a\xc3\x5b\x80\xa5\xfc\x3f\xcc\xf3\x79\x18\x38\x6f\xd8\xea\xa1\x2e\x00\xd2\x58\xcb\x43\x5d\x70\x18\xcb\x62\xd8\xea\x71\xee\x8a\x7c\x43\xb0\x89\x83\xec\xfe\xb8\x5c\x00\x5c\xc3\x24\xe9\x40\x78\xe5\xd9\xa1\xdd\x18\x48\x4d\xc9\x87\xb4\xfd\x30\x0a\xc6\x60\xc8\x43\xde\x0e\xac\xb9\x8b\x1c\x82\x0f\x52\xba\x7c\xc8\xe4\x0f\x83\xe4\x0d\x1b\x3c\xa4\xf2\x87\xd9\xa2\xfc\xf2\x64\xf2\x40\x35\x61\xfa\x21\x93\x3f\x8c\x45\x8f\xf1\x87\xc8\xb3\x43\xd2\x0d\x34\x6f\xef\x38\x8c\xae\x39\xb4\x21\x1b\xe6\x76\x48\xba\x81\xae\x2d\xed\xd0\x86\x7c\x18\x65\x6e\x00\xd9\x61\x94\x39\x50\x2b\x74\xfd\x90\x9a\x03\xd5\x2b\xb3\x0f\xa9\x39\xd0\xb5\xc9\x1e\x06\x99\x1f\xb2\x75\x63\x97\x0e\xd9\x3a\x50\xdb\x7e\xcc\xae\x37\xbc\xc6\x74\x2c\x87\x74\x1d\x68\x73\xff\x80\x8d\xf2\xc8\xb1\x9b\xae\x6c\xfd\x78\xec\x54\x67\x94\x3c\x1c\x48\x4f\x9a\x1f\xd2\xf0\x43\xce\x1d\xfb\xbf\x39\x8b\x3f\xa8\x46\x10\x1e\x72\xee\x43\xce\x6d\x5e\x8e\x43\xce\x7d\x18\x79\x8e\x73\xe4\x90\x73\x1f\xc6\xbf\x98\x36\xe3\x30\xfe\x05\x48\x83\xd1\x0f\x2d\xcd\x87\xa7\x89\xcd\xaa\x76\x48\xba\x81\xae\xf5\xf9\xd0\xd2\x0c\x44\x95\x5a\x49\xc3\x0f\x39\x77\xa0\x17\x0f\x39\x37\x10\xde\xb1\x78\xc8\xb9\x0f\x43\x62\x42\x7a\x6a\x4c\x0c\x50\x34\xf0\x9e\xd2\xf0\xf3\xe7\x20\x60\x89\x38\x25\xd8\xe7\x47\xaa\xc3\x64\x3e\xa7\x86\xe6\x53\x82\x1d\x08\xc1\x53\x82\x0d\x2c\xc6\xfd\x94\x5f\x03\xdf\x53\x49\x59\x5a\x96\x54\x6d\x51\xb4\x2c\x72\x5c\x96\x65\x87\x65\x34\x94\x39\x79\xca\xcc\x81\xe6\xf2\x7e\xca\xcc\x4f\xb2\x50\x4d\x3f\x9d\x53\xce\x0d\x84\x59\x10\x4f\x8f\x13\x9f\x86\xd3\x24\x24\xe1\x34\x9c\x06\x68\xf2\x97\xd3\x70\x9a\x53\xb6\x6e\x8e\xaf\x53\xb6\x0e\x94\xdf\xfe\x6f\xb6\x9d\x53\xc7\xca\xc5\xd3\xd0\x99\x53\xb3\x78\x22\xf7\x4f\xcd\xe2\x40\x78\x23\xe4\x29\x59\x3f\x3d\x4f\x9c\x3f\xcb\x6c\x15\x81\x32\x3a\x00\x4e\xe3\x64\x4e\x09\x7c\xb2\x1d\x9d\x12\x78\x20\x2a\x2a\xfb\x94\xc0\x9f\x12\xf8\x64\xbb\x38\x25\xf0\x40\xd4\xb4\xc8\x86\x6a\x64\x37\x8d\xdd\x29\x1d\x07\xc2\x9d\xec\xd4\xc8\x0e\x84\x77\x70\x9f\xda\xd8\x81\x32\xb1\x91\x9c\xda\xd8\x4f\x43\xd6\x13\x3d\x7a\x1a\x09\x03\x14\x53\xc5\x9c\x06\xc2\x9c\x9a\xe2\x93\xc5\xf0\xd4\x14\x0f\x84\xd9\x1a\x4e\x4d\xf1\x40\x78\xaa\xfe\xd4\x14\x0f\x14\x2f\xd3\x39\x35\xc5\x9f\x75\x77\x87\x6f\xda\x1d\xd5\xee\xa0\x87\xd4\x0e\xa7\xda\xc1\xbc\x30\xa7\xda\x01\x08\xd7\xa2\x53\xed\x70\xaa\x1d\xb2\x5a\xe6\x04\xe7\xf8\xb0\xb7\x72\x9e\x6a\x87\xd3\x83\xc1\x66\xf5\x3b\x15\x0a\x40\x18\x85\x78\xaa\x13\x4e\x0d\xfb\xba\x52\x4e\x85\x02\x50\x4d\xd7\x70\xaa\x13\x4e\x43\xdb\xb3\xfa\xaa\x2d\x45\x28\x28\x6e\x4f\x85\xc2\xa9\x65\x3f\xd1\xc5\xa7\x4a\x01\x08\x39\xe4\xa9\x50\x38\x0d\x7b\x49\x36\xd0\xd3\xb0\x17\x20\xbc\x31\xf4\x54\x15\x00\xe1\x26\x78\xaa\x0a\x80\xf0\xce\xd3\x53\x8b\xfd\xe9\x99\xde\x6c\x3e\x66\xab\x3a\xf1\x0a\xdd\xff\x6f\xa3\xba\x53\xd7\xb5\xc2\x0c\x52\x40\xad\xcd\xc7\x6c\xd4\x07\x51\x59\xb2\x4e\x25\xc6\x69\x9c\xbc\xf7\x83\x9d\x7d\xb7\x60\x9f\xf9\xff\x8a\x8c\x8d\x01\xaa\xa4\xe0\x54\x62\x00\xdd\xcb\xe9\x4f\x25\x06\xd0\xcc\xbf\x74\xea\x38\x38\x3d\x34\x9c\x56\x43\xcf\x01\x50\xda\xf2\x4d\x3b\x48\x67\x82\x19\x13\x4f\x9d\x09\x40\x31\xe5\xf0\xa9\x5e\x39\x3d\x34\x9c\xdd\xaa\xd9\x45\x83\x71\xf7\x3b\xf0\xd0\xf0\xa9\x83\xc1\xc4\x8a\xa7\x0e\x06\x20\x6a\x5a\x0f\x7b\x68\x70\x6e\xcb\x4f\xcf\x10\xfe\xd3\x78\x1c\x73\x2d\x9e\x3a\x1d\x80\xa8\xeb\x0f\x99\xc4\x4f\x7d\x12\xe7\xf0\xdb\x87\x80\x9c\x7a\x20\x80\x30\x9e\xf4\x54\x56\x9d\x7a\x20\x92\x0d\xe9\x54\x57\x01\x61\xd8\xe6\xa9\xae\x3a\x75\x2d\xa8\x33\x4f\x5d\x0b\xc0\x0a\x57\x56\x5d\x0b\xe7\x74\x7a\xb2\x1b\x9f\x3a\x0d\x80\x30\x3a\xf5\xd4\x67\x70\x86\x1f\x22\xdc\xe5\x54\x44\x01\xa1\xa3\xff\xf4\x88\x2f\x10\xda\x1a\x4e\x8f\xf8\x9e\xe1\xc4\x1e\x3e\xe6\xb8\x85\x13\x9b\xdf\x54\x56\x9d\x7a\x20\xbc\x59\xf7\x54\x57\x01\x55\xa7\xfa\xa9\xae\x3a\x3d\x1d\xe0\xb5\xe8\xa7\x2e\x08\xa0\x18\x8c\x7a\xaa\xb5\x4e\x0f\x0c\x1b\xa7\x7d\x2a\xb6\x80\x30\x98\xf6\x34\x22\xe8\x0c\x1b\xef\x32\xe7\x89\x01\xa0\x99\x62\xea\x8c\xdd\x78\x07\x06\x35\x77\xaa\xc9\x80\xea\xb1\xa7\x53\x4d\x76\xa6\x2d\x75\x9d\x53\x5a\x01\x61\x50\xe9\xa9\xb2\x3a\x3d\xd3\xab\x93\xfe\xd4\xc9\x00\xa4\x32\xea\x34\x70\xe8\x54\x46\x99\xc6\xf1\x54\x46\x01\x65\x2f\xd4\xca\xa8\x53\x27\x43\xba\x80\xe9\x65\x00\x62\x77\x88\xca\xea\x5c\x7e\x50\xee\x5c\x06\x05\x01\xc5\x33\x6a\xa7\x32\x0a\xa8\x9e\x84\x3e\x95\x51\xe7\xda\x1b\x06\x3d\xae\x8e\x02\x9a\x49\x70\x4f\x75\xd4\xa9\x68\x32\x77\xe4\xa9\x68\x02\xc2\x1c\xa7\xa7\xa2\x09\x08\x03\x6f\x4f\x45\xd3\x69\xb4\x4f\xba\x0d\x2a\x87\x80\x92\x2e\x73\x46\xfb\x00\xe1\xa5\x0f\xa7\xc1\x3e\xa7\x6e\x12\x7d\x22\xa7\x0a\xe9\xfc\xe4\x50\x98\x25\xeb\x54\x0d\x01\xa1\x43\xe1\x54\x0d\x01\xd5\xb8\xdb\x53\x35\x04\x84\xa7\x1a\x4e\xd5\x10\x10\x86\x64\x9f\x8a\x21\x20\xbc\x71\xeb\x54\x0c\x01\xb5\x4c\x2b\x61\x93\x3c\x6c\x6c\xe2\xc8\x53\x27\x09\xd0\x96\x5b\x94\x4e\x92\xd3\x93\xc5\x86\x3f\x9e\xaa\x21\x20\x4c\x89\x7d\x1a\xb1\x73\x1a\xb1\x93\x7e\x55\x46\xec\x00\x61\xc8\xf4\xa9\xdf\xe4\xd4\x89\x61\x96\xc5\x53\x99\x03\x64\xc1\x20\x7d\xea\xc4\x00\xc2\x0c\xbb\xa7\x4e\x8c\x53\x31\xe4\xe5\x3e\xa7\x62\x08\x88\xe5\xc6\xab\x18\x3a\x75\x62\x78\x31\xe7\xa9\x1a\x02\xba\x96\xe6\x53\x31\x04\x34\x73\xba\x9c\x8a\xa1\x53\xbf\x86\x19\x0d\x4f\xd5\x10\x90\x39\x7d\xd3\x21\xd0\xaf\xb1\x6c\xbc\x6a\x08\x58\x9a\x7d\x4e\xd5\x10\x10\x6d\x37\xca\x31\xd0\x87\xe1\xd1\xff\x53\x1f\x06\x10\x7b\x9d\xd6\x87\x01\x7c\x8f\x51\x37\x9d\x18\x40\xf5\x6a\xab\xd3\x90\x9c\xf3\xde\xd5\xa5\x6e\x0a\x25\xa0\xa8\x17\x4f\x85\x12\x10\x6d\xff\x33\x6b\x4b\xe6\xdc\xa9\x73\xe9\xbc\x77\xdd\x98\xf2\x7e\xb4\xca\xa9\xd3\xe3\xb8\x0b\x83\xe2\xa9\x52\x02\x8a\x01\x8b\xa7\x47\x13\xce\xc7\x71\x91\x3a\xa8\x94\x80\x65\xbc\xf5\xa9\x50\x3a\x51\x45\x46\x87\x9f\xaa\xa2\x53\x87\x85\xe9\xdd\x4e\x1d\x16\x40\x7a\x19\xe2\xa9\x50\x02\xc2\xb0\xef\x53\xa1\x74\x7a\x1c\x77\x61\xc2\x38\x9f\x5d\xdd\x4f\xfd\x79\x57\xe7\xa9\x28\x3a\x3d\x7b\xbb\x64\x18\xba\x1d\x80\xea\xc5\x70\xa7\x91\x3b\xa7\xe7\x09\xcc\x20\x74\x1a\xba\x03\xac\xc0\x0e\x76\x1a\xb9\x73\x1a\xa6\x63\xf0\xea\xa9\x78\x02\xaa\xa9\x1b\x4e\x7d\x18\xa7\xa7\x6a\x75\x2e\x9d\x7a\x27\x80\x30\x88\xfc\x54\x28\x9d\x9e\xaa\xd5\x2b\x70\xaa\x94\x80\x30\x24\xfd\x7c\x77\x13\xb6\x7b\xf6\xab\xef\xa5\x52\x02\x56\xfc\xfe\xb0\x69\x5f\xfa\x33\x2e\x4f\xce\xea\xa9\xb8\x94\x48\x40\xf1\x5a\xe4\x4b\x85\x74\xe9\x95\x50\x9a\x5c\x6a\x1f\x20\x0c\x6c\xbf\xd4\x3e\x40\x18\x60\x7f\xe9\x94\x00\xb2\x0e\xff\xff\x63\xd1\xe3\x3f\xf3\xcd\xd7\xb2\x97\x37\xbf\xee\xba\x54\x48\x97\xe7\x01\x3c\x88\x7e\x29\x6a\x80\x68\x4c\xbc\x4b\xa7\xc4\xa5\x32\x31\x41\xf3\xa5\x32\x01\x96\x01\xf6\x97\xca\x04\x08\x43\xe3\x2f\x85\x09\x50\xe6\x62\xdb\xba\x54\x26\x40\x9a\x15\xe2\xf2\x30\xed\xa5\xb7\xc1\x5c\x7d\x97\xee\x04\x60\xe9\xd1\xbd\xd4\x2f\x97\x11\x41\x66\xce\xbb\x54\x2b\x40\x78\x01\xfa\xa5\x5a\x01\xaa\x7e\xd9\x4b\xb1\x72\xa9\x4c\xcc\x9c\x77\xa9\x4c\x80\x30\x44\xff\x52\x99\x00\xcb\x10\xfd\x4b\x65\x72\xa9\x08\x4c\x93\x77\xa9\x08\x80\x30\x44\xff\x52\x11\x5c\xcd\xcf\x1a\xb6\x78\xc9\xeb\x81\x34\x46\xf5\x92\xd6\x03\x69\x22\xf1\x4b\x5a\x0f\x14\xfd\x8b\x97\xf6\x7f\x20\x8c\xed\xbf\xb4\xff\x03\xa1\x5d\xf2\x32\x5e\xe7\x32\x5a\x7e\x2d\x1f\xb3\xd3\x3e\x48\x2f\xfa\xb8\x8c\x96\xbf\x74\x09\x18\xd4\x7c\xc9\xd7\x81\x50\x0c\x5d\xf2\x75\xa0\x9a\x84\xe3\xd2\x25\x70\x91\x22\x27\x74\x46\x5d\xf2\x58\x60\x69\x3c\xbf\xa4\xb1\x17\x97\x03\xef\xb4\x87\x97\x91\x32\xc0\x32\x32\xfe\x92\xa7\x02\x59\x87\x45\x36\x8a\xe8\xf3\x9d\xf6\xf0\x32\xfa\x1c\x58\xc6\x74\x5c\x46\xc5\x5c\xd8\xff\x77\x42\xc6\x4b\xfb\x3f\xb0\x3c\x9e\x70\x69\xff\x07\x96\x06\xfb\x4b\xf3\x3f\x50\x76\xc6\xbf\x4b\xfb\x3f\x90\x75\xbf\x69\x0b\x60\xb8\x3b\xc5\xdd\x25\xc3\x05\xd2\xd3\x5c\x97\x0c\xf7\x22\x4b\xeb\xce\x54\x77\x49\x67\x81\x65\x9a\xe8\x4b\x3a\x0b\x54\xed\x48\x97\x8e\x03\xa0\xeb\x86\xb8\x24\xb8\x17\xfc\x73\x27\xaf\xbb\xe4\x9f\x40\x35\x00\xeb\x92\x7f\x02\x61\x14\xd2\x65\x44\x3a\xd0\x0d\x99\xba\x64\xa4\x57\xda\x43\xac\xb5\x97\x46\xf6\x6b\x07\xaf\x50\x59\x63\x57\x2e\x0c\xea\x3b\x53\xd5\x25\xed\x03\xc2\xcb\xd8\x2f\x0d\xea\x40\x1d\xb0\xbe\x4b\x83\xfa\x05\x11\xdc\x49\xb4\x2e\x99\x20\xd0\xcc\x62\x76\xc9\x04\x81\xb2\x73\x5c\x5d\x32\xc1\x4b\x8b\x3a\x5b\xc3\x25\x13\x04\xba\x91\x30\x97\x16\xf5\x6b\x39\x52\x56\x57\x72\x78\x49\x0e\xfd\x66\x25\x87\x97\xe4\x30\xac\x86\x6d\x5f\xac\xdb\x4e\x18\x0d\xea\x40\xf3\xca\xd0\x4b\x83\xfa\x75\x38\x76\x68\x8c\x4b\xbe\x78\xc9\x17\xfd\xb2\xe5\x8b\x40\xd9\x09\xa5\x2e\xa3\xc3\x81\x6e\x3a\xf6\x4b\xbb\x3b\xd0\x4d\xd1\x7a\xc9\x2a\x2f\xc2\x6a\x76\xb6\xa4\x4b\xc2\x08\x94\xb9\xff\x99\x43\x7c\x38\xd5\xa6\xff\xcd\x16\x1c\x1c\x98\xd9\x8f\xd9\x82\xd3\x91\xb2\xd7\xa4\x87\x40\xf5\x56\xc0\x4b\x7a\x08\x44\x83\xd9\x5f\x9a\xcf\x81\xaa\xa9\xf0\x92\x30\x5e\xa7\xb3\xc3\xd5\x55\x2a\x08\x14\xd3\xbd\x5f\x9a\xca\xaf\xd3\x21\xb0\x3f\x0c\x98\xb9\x4e\xfb\x9b\x31\x36\x38\x06\xa8\xd5\x06\x68\x3d\xbf\x2e\x6b\xeb\x63\x92\xc8\x4b\x12\xe9\x57\x20\x89\xbc\x2e\x27\xd1\x2e\xb3\x27\x2f\xd4\x0f\x36\x98\x4b\xc2\x78\x19\xf5\x62\x56\x9f\x4b\xc6\x08\xc4\xae\xae\x8c\x11\x08\x53\x59\x5c\x12\x46\xe0\x7b\xd3\x32\x5b\x05\x63\xfc\xb6\x8c\xff\xde\xaf\xe5\x93\xc0\xf7\x5f\xac\x93\xfd\x40\xe6\xd0\x86\xc2\xb9\x0c\x8a\xb9\xee\xdd\x1a\x3a\xc2\xd0\x16\xa0\x68\xbe\xbf\xb4\xb2\x03\xcd\x58\x94\x4b\x2b\x3b\x10\x6d\xbf\x68\x63\x6e\x87\xc8\xe5\x46\x3e\x09\x14\x83\x7f\x2f\xf9\xe4\x75\x5b\x35\x28\xcf\xe5\x21\x56\xa0\x6a\x17\xbf\xe4\x93\xc0\xd2\xcd\x77\xdd\xbb\xb6\xdc\x98\xef\x96\xa2\x79\x1e\xe8\x0d\x69\x74\x69\x9e\x07\xea\x5e\x0c\x24\x9d\xd7\xe3\x68\xa0\x40\x2e\xb9\xe3\x65\x8e\x16\x77\x4e\xe3\x5f\x80\x30\x1c\xe8\x92\x4d\x5e\x58\xca\xa3\xfc\xfc\x6f\xfe\xe6\x63\x4e\x61\x9a\xa9\xa5\x1c\x58\xaa\xc2\x4b\x9a\x08\x7c\x6f\xf2\x03\xf2\x44\x60\x79\x88\xea\x92\x26\x02\xdf\x63\x7c\x24\xf2\x44\x20\xd5\x50\x97\x11\xde\x40\xd9\x29\xa1\x2f\x4d\xf1\xc0\xf2\x1c\xd8\x25\x9b\x04\xbe\xc7\x7c\xd5\x56\xbd\xb4\x6a\xf9\x03\xb6\xea\x83\xe5\x69\xf7\x4b\xeb\x3c\x50\x76\x4a\xa8\x4b\xf3\x3c\xd0\xd2\xb5\x4b\x1e\x7a\x41\x3a\x77\x4a\xa8\x4b\xd2\x09\xa4\x59\x66\x2e\x49\xe7\xa5\x75\x5e\x45\x76\x4b\x3a\x81\x74\xf1\xba\x65\x95\xc0\xf7\xd8\xa4\xac\x5a\x56\xa9\x9b\x6f\x36\x8b\xec\x23\xe6\xc2\x6d\x98\x0c\x90\x6e\x50\xb7\x86\x7d\x20\x4d\x43\x7a\x6b\xd7\x07\x96\x39\x9c\x6e\x59\xeb\xfd\x31\xd5\x55\xbb\x3f\xb9\x2c\x42\x32\x74\xff\xfd\x61\x11\x77\xd7\xff\xfc\xf7\xa7\x45\x5c\x32\xc9\x4c\xb8\xe5\xb1\xc0\x57\x31\x7f\xf2\xb6\xcc\xa4\xed\xfe\xb3\xc7\xa2\xdd\x1b\x34\x5d\xd6\x0a\x64\xb3\x37\x34\xeb\xdf\xc4\xb1\x87\xa9\x98\x6e\xe3\xd8\x81\x65\x3e\x80\x5b\xb3\x3e\x10\x1a\x3d\x6f\xcd\xfa\xc0\x92\x96\xdc\x32\x60\xe0\xfb\x67\x8d\x32\x9b\xfe\x41\x1a\x4e\x7f\x1b\x97\x73\x7b\x05\x85\xb9\x96\x6e\xad\xff\x40\x6a\x95\xb8\xb5\xfe\x03\x69\xd0\xc0\xad\xf1\x1f\x08\x45\xdb\xad\xf1\x1f\x58\x75\x3f\x65\x6f\x14\x9b\x0e\x2b\xb9\xe5\xd3\x40\x33\x56\xf7\x96\x4e\x03\xa1\x9e\xbc\xa5\xd3\x40\x73\xa7\xb8\x65\xd3\x77\xdd\x6d\xe2\x37\xe5\xc9\x40\xdd\xd3\x45\x9e\x7c\x57\xa7\x32\xeb\xc4\x2d\x29\x06\xba\xe1\xd2\xb7\xa4\xf8\xae\x7e\xda\x76\xa4\x86\x78\xa0\x0e\xc7\xd8\x73\xab\x40\x1a\x3d\x76\x6b\x9a\x07\x96\x99\x10\x6e\x4d\xf3\xc0\x32\xad\xc2\xad\x65\x1e\x48\x2f\xa2\xbb\xb5\xcc\xdf\xcd\xde\x46\x00\xde\x92\x6e\x20\x7b\xf8\xcf\xec\xed\x0f\x96\xf1\xbf\xb7\x56\x78\xa0\x84\xb9\x91\x6e\xad\xf0\xc0\x32\xd3\xc2\x2d\x5b\xbf\x9b\x6d\x72\xc2\xcb\xcd\x81\x65\xa6\x85\x5b\x6e\x0e\x2c\xc5\xd6\x2d\x37\x07\xbe\x37\xf9\x6f\x92\x73\x20\xbd\x71\xe6\x96\x9b\x03\xdf\x63\xbe\x6a\xab\xb8\xd6\xd7\x23\x4e\xb7\x26\x7d\xe0\x7b\xcc\x1f\x75\x46\x6a\xd3\x87\x2b\xde\xda\xf4\xef\xee\x6a\xe2\x8c\x91\xb0\x03\xab\x62\x67\xba\x35\xb9\x03\x25\x8a\x2d\xd5\xe6\x0e\xe4\x5e\x12\xb4\xb9\xdf\xc3\xaf\xd1\x66\xc9\xeb\x81\x65\xd8\xe0\xad\xfd\x19\x48\x97\xc8\x5b\xa6\x7f\x13\xd6\x13\xde\x7a\x7a\xcb\xeb\x81\xd4\x8e\x7a\x6b\x7e\x06\xd2\x3c\x16\xb7\xe6\xe7\x7b\xda\x50\x68\xc9\x6d\xb4\x3b\x10\x6b\xfe\xe1\x40\xf6\xad\xc1\x1a\xf8\xfe\x0b\x5d\xa8\xc5\x1a\x48\x1d\x19\xb7\x7a\xe1\x96\xe2\x9b\xec\xe8\x96\xe2\x03\xdd\x24\xb0\xb7\x14\xff\x0e\x5b\xe3\xcc\xd3\x88\x7d\x9b\xa7\x92\x4d\xf1\x96\xf5\x03\xe9\x35\xf5\xb7\xac\x1f\x58\xa6\xed\xb9\x65\xfd\x77\xd8\xc0\xf4\x31\x1b\x18\xf8\x80\x1d\x5c\x6d\xd8\x40\x28\x13\x6f\x6d\xd8\xc0\xf7\x26\x8d\xd2\x86\x0d\xa4\x27\xfc\x6e\x6d\xd8\x77\xee\xda\x52\xa6\x89\x19\x08\x0f\xa8\xdd\x86\xfd\x00\x25\xbc\x5b\xee\x36\xec\x07\x58\x15\x45\x7f\x1b\xf6\x73\xa7\xd5\x5d\x96\x59\xdd\x64\x13\x98\xbe\x69\x75\xd3\x0e\x5f\xfe\xa8\xf5\x4d\x36\x06\x17\x1c\xe5\x07\x90\x5e\xd5\x79\xe7\xae\xae\x5f\x98\xf3\xc2\x08\x78\x20\xbd\x22\xfe\xd6\x36\x7d\x73\x60\x35\x54\x68\xb7\xfa\x03\x48\x2f\x62\xbd\xb5\x4d\xdf\x2a\x06\x93\x22\xdd\x2a\x06\x20\x13\x5f\xcc\xad\x62\x00\x4a\x98\x2c\xe8\x56\x32\x00\x4b\xcf\xf6\xad\x64\xb8\xd5\x07\x26\xe0\xbc\xd5\x07\x40\xe8\x0b\xbc\xd5\x07\xc0\xd2\x3f\x7d\x2b\x0f\x6e\x4c\xcc\xe1\x55\x63\xb7\x62\x00\x08\x8f\x9d\xde\x06\xe1\xdc\x68\x81\xf0\xf0\xf2\xad\x18\x00\xd2\xc0\xce\x5b\xeb\x31\xb0\xaa\xdf\x84\xd6\x63\x20\x87\x6b\x84\x8a\x01\x08\x03\xc5\xee\x63\x37\x80\x0f\xbd\x5a\x5b\x03\xf1\x81\xa5\xa3\xf5\x56\x44\x00\x61\x7a\xcc\x5b\x11\x01\xa4\x31\xf1\xb7\x22\x02\x08\x73\xe4\xdd\x8a\x08\x20\xa5\x69\xb7\x56\xe7\x1b\xab\x73\x98\xae\xe9\xd6\xea\x0c\xa4\x0e\xeb\x5b\xa9\x01\x2c\x1d\xe7\xb7\x52\x03\x58\x6a\x88\xdb\xa8\x1c\x20\x13\x8d\x7f\x2b\x3e\x80\xef\xff\xfb\x98\x9d\x81\x20\xd1\x1f\x79\x2b\x48\x80\x65\xe8\xee\xad\x20\x01\x52\x1b\xd6\xad\x9d\xfb\xc6\x82\x1d\x66\x6b\xba\xb5\x60\x03\xcb\xa0\x84\x5b\x3d\x72\x2b\x3e\xaa\xdf\x8f\xe2\x03\x58\x86\x16\xdc\x8a\x8f\x5b\xa5\x51\xdd\x88\x55\x1a\x40\x6e\xa6\xa2\x94\x00\x96\x62\xec\x56\x49\xdc\xd8\xa1\xc3\x4b\x2e\x6e\xed\xd0\x40\xea\x9f\xbd\xb5\x43\x03\x69\xd4\xe9\xad\x19\x1a\x28\x51\xbb\x65\xb6\xe0\xb6\x05\x8c\x9d\x1a\xe4\x36\x03\x65\xc5\x04\x7a\xab\x38\x80\xa5\x0b\xfb\x56\x71\x00\x69\x84\xd9\xad\xe0\x00\xd6\xbf\x6a\xd8\xa6\xdb\x21\x70\xef\x54\x5d\x00\xa9\x11\xe1\x56\x5d\x00\xa1\x97\xe2\x56\x5d\x00\xdf\x9b\x94\x29\x2f\x80\xd0\xad\x75\x2b\x2f\x80\xa5\x0f\xfe\xd6\xa6\x0d\x7c\x6f\x52\x5b\x03\x82\x80\x34\x84\xe7\xd6\xcc\x7d\x3f\x7e\x77\x2e\xa5\x46\xff\x00\x4b\xc7\xff\xad\x56\x01\x4a\x6c\x82\xa7\x58\x01\xc2\xdc\x7d\xb7\x62\x05\x48\x53\xbe\xdf\x9a\xbe\xef\xc7\x05\x66\x3f\xe6\xe8\x7d\x90\x1a\x64\x6f\x63\x84\x6e\x65\xce\xe6\x2f\xca\x1c\x20\xbd\xdb\xfd\x56\xe6\x00\xdf\x63\xb4\x54\x9d\x03\x2c\x83\x2f\x6e\x65\x0e\xb0\x0c\x1f\xb9\x95\x39\xb7\x32\x67\x93\x15\x65\x0e\x90\x7b\x32\x2b\x73\x6e\x65\xce\x66\x26\xca\x1c\x60\x19\x17\x72\x2b\x73\x6e\x22\x8e\x62\x73\x1a\x35\xcd\xad\xa6\x09\x8b\x6c\xbc\x9a\x66\x73\x09\x35\x0d\xb0\x36\x59\x51\xd3\xdc\x8a\x95\x6f\xdb\xfb\xcf\x0d\xfb\x51\xcb\x3c\x3f\x07\x84\xef\xf5\xd1\xf6\x0d\x2c\x4f\x4b\x3d\x0a\x0b\x60\x19\x00\xf1\x28\x2c\x80\xa5\x4f\xf8\x51\x58\x00\xcb\x88\x96\x47\x61\xf1\xa8\x18\x5c\xa3\x1f\x15\x03\xb0\xec\xfb\x47\xc5\x00\x2c\x43\x16\x1e\x03\x81\x9e\x62\x9b\x99\x65\x8f\x54\xfd\x91\xaa\x33\x07\x1e\xa9\x3a\x50\x76\x6c\xc6\x23\x57\x07\x96\xcb\xde\xa3\x81\x1c\x58\xc6\x05\x3c\x1a\xc8\x81\x65\x44\xc1\x23\xa1\x7f\xaa\x93\xdd\x37\xe5\xea\x40\x9a\xd6\xf0\xd1\xf2\xfd\x48\xdf\x0d\xf4\x78\xa4\xef\x40\x1a\x18\xf5\x48\xdf\x1f\xe9\xbb\x56\xcb\x47\xfa\x0e\x84\xb9\x9f\x1e\xe9\x3b\x50\xb6\xa3\xfb\x31\xdc\x06\x58\xff\x7e\xc0\x16\x10\xa9\xaf\x1d\xf0\x91\xe4\x3f\xcd\x59\x4c\x18\xc1\x23\xa5\x07\x52\x13\xe8\x23\xa5\x7f\xa4\xf4\xfe\x7f\x29\x3d\x50\x76\x2c\xc0\x23\xa7\x07\x96\xfe\xeb\xc7\x23\xb3\xc0\x32\xb0\xe0\x31\x01\x25\xb0\x0c\x3d\x7e\x0c\xe7\x07\x72\x0f\xb1\x36\xf9\x47\x7d\xa0\x4b\xfb\x51\x1f\x00\xcb\xd0\x88\x47\x7d\x00\x94\xed\xfd\x7d\x14\x08\x40\x78\xb8\xf4\x51\x1f\x00\xdf\x63\x8c\x81\x02\x01\x48\x5d\xc9\x8f\xe6\x7c\x20\xcd\xb8\xf3\x28\x19\x1e\xd2\xda\x6c\xbf\xeb\xa3\x40\x78\x4c\xe0\x8f\x43\xe2\x51\x1f\x3c\x04\xf3\x6c\x37\xf7\x23\xf3\x07\x96\xa1\x11\x8f\xc4\x1f\x58\xbb\xbb\x25\xfe\x40\xf4\xfd\xff\x6d\x3b\xd9\x64\xb6\x67\xfa\x31\x64\x06\x58\xbb\x9d\x86\xcc\x00\x65\xbb\x01\x1f\x43\x66\x80\x34\xee\xe5\x31\x64\x06\xc8\xce\xd6\xf3\x18\x31\xf3\x10\xf7\x12\xe6\x8d\x7a\x8c\x7b\x01\xd6\xee\x6f\xe3\x5e\x1e\xf2\x54\x6e\x57\xdb\xa3\x64\x00\xd2\x03\xfc\x8f\x92\xe1\x99\x56\x97\x55\xf4\x51\x1f\x00\xcb\xc8\xae\x47\x7d\xf0\x68\xf6\xd7\xb5\xf3\x48\xe3\x81\xec\x7e\x7a\x9a\xfd\x81\xf4\x56\x95\x47\xb3\xff\x63\xd4\x3f\x9b\xca\xa3\xd5\x1f\x28\x61\x22\xa4\x47\xb3\x3f\x90\x86\x2d\x3f\x4a\x02\x60\xed\x61\x9f\xbb\xb6\x5e\xc3\xca\x8b\x1e\x17\x00\x96\x2e\xfe\x47\x91\xf0\x44\xf5\xff\x53\x33\x25\x01\x90\xda\x9d\x1e\x25\xc1\x13\xfb\xda\x4a\x86\x40\x62\x0f\xa4\x49\x1a\x1e\x89\xfd\x43\x6e\x9a\x30\x27\xd1\xa3\x27\x00\x48\xf3\xf8\x3f\x7a\x02\x80\xb5\xbf\x76\x3d\x01\xc0\xda\xb3\xcf\xd8\x94\x27\xed\x6e\x67\xa9\x92\x00\xe8\x46\xce\x3e\x2a\x82\x47\x5e\x6f\xe6\xa2\x47\x5e\xff\xc8\xeb\xfd\x66\xe5\xf5\x40\x89\xc6\x76\xf7\x48\xec\x81\x55\xf7\x9b\x0e\x81\x29\xe8\x1b\x42\xff\x31\x5e\x05\x48\x0f\xbf\x3c\x86\xab\x00\xcb\x90\x9e\xc7\x70\x95\x47\x95\xd0\x5c\xac\x73\x37\x81\xeb\x15\xfc\xf4\x54\x09\x8f\x2a\x41\xb3\xfc\xa3\x4a\x00\xd2\xf3\x92\x8f\x2a\x01\x58\xb9\x8b\x9c\xdf\xa4\xa5\x0f\xed\x47\x8f\x8e\x0b\x20\x27\xc1\x7b\x8f\x7e\x0b\xa0\x84\x87\xeb\x1f\x1d\x17\xc0\x32\x4e\xe4\xd1\x71\xf1\x2c\x17\x14\x9b\xe0\xe1\x5c\x20\x4c\x00\xf3\xa8\x4c\x80\xf4\xaa\xf7\x47\x65\xf2\x2c\x1b\x8a\x06\x7b\x94\x21\xc0\xf4\x7c\xf6\xa3\xe7\x02\xa8\x7b\x83\x30\xf6\x05\x98\xa6\xc7\x7d\xd4\x2a\x40\xf1\x8a\xbb\x47\xad\x02\xec\x74\xf6\x8f\x5a\x05\x68\x1f\x4f\xfb\xef\xdd\x5a\x4f\x07\x30\xb5\xe1\x3e\x8a\x1b\xa0\x1b\x9c\xfd\x28\x6e\x80\x6a\xaa\xb9\xc7\x90\x9a\x87\x0b\x98\x4d\x89\xff\xe8\x0e\x01\xaa\x66\xd2\x47\x05\x04\x34\x4d\x50\x8f\x0a\x08\x68\x5e\x33\xf9\xa8\x80\x80\x59\xfc\x04\x55\x40\xc0\xd7\x79\x96\xd9\x79\x48\xa0\x06\xe3\x7c\x54\x40\xc0\x2c\x0e\x98\x0a\x08\x68\x86\x1c\x3d\x2a\x20\xa0\x78\x20\xe0\x51\x01\x01\xd5\x94\xbe\x8f\x0a\x08\xf8\x7e\xd2\x7f\x66\xf7\x7c\xd0\xe7\x2e\xb2\x7b\x3e\xa8\x1e\x73\x7a\x3c\x98\xf0\x18\x9e\x83\x31\xe8\x51\x27\x01\x7d\xef\xad\xea\x24\xa0\x19\x5b\xfd\xa8\x93\x1e\x73\x78\xba\xb6\xa9\x93\x1e\x45\x91\xd9\xad\x1e\x45\x11\x50\x8d\xc4\x79\x14\x45\xc0\xbe\x43\xe0\x51\x14\x01\xcd\x74\x17\x8f\xa2\xe8\xb9\x2a\x4f\xd1\x70\x8f\x26\x03\xd5\xa4\xff\x8f\x32\x09\xe8\xd3\x11\x51\x26\x01\x4d\xa7\xde\xa3\xdb\x06\x68\x46\x99\x3d\x0a\xa7\xc7\xfb\xdc\x5c\xe7\x15\x4e\x40\xd7\x34\xf9\xe8\xb5\x01\xa6\x46\xa5\x47\x29\x05\x94\xdf\xae\xaa\xed\xfe\xe4\xd3\xbe\xc6\xe0\x31\xa4\x07\x68\xe6\x50\x7b\x74\xca\x00\xdd\x33\xac\x8f\x17\x03\x00\x55\x89\xf4\x98\x77\x07\xd8\x77\x1d\x3c\x4a\x30\xa0\xc8\xff\x1f\x25\x18\xd0\xe4\xd3\x8f\x12\x0c\xa8\x0a\xd2\x47\x05\x06\x4c\xad\xf5\x8f\x0a\x0c\x68\x6a\xc3\x47\x2f\xd0\xb3\xaf\x05\xb0\xc3\x14\x65\xc0\xbe\x37\xe1\x51\x94\x01\xd5\xcb\x60\x1e\x45\xd9\x63\x54\x51\xf8\xa2\xbd\xf3\x41\xdf\xac\xc3\xa8\x22\x60\x5f\xae\xf0\xe8\x17\x7a\xf4\x0b\xf9\xe5\xaa\xdc\x80\xba\x77\x15\x95\xdb\xe3\xb1\x0d\x3f\x53\x95\x1b\xd0\x3c\xce\xf7\x28\xdc\x9e\x87\x05\x47\xe2\xa0\x4a\x03\x6a\xb3\x91\x8a\x34\xa0\xef\x51\x53\xa4\x01\x65\xfb\xaf\x1f\x83\x91\x80\x36\xfc\xda\xd4\x6d\x40\x33\x23\xdc\xa3\x6e\x03\xea\x9e\x15\xca\x36\x60\xdf\xca\xf0\x28\xdb\x80\x6a\x9c\xfe\xa3\x6c\x03\xba\x77\x36\x3d\x46\x2c\x01\xfb\x9e\x86\x47\x21\x07\x7c\x15\xb3\xcc\xee\xf9\xa0\xeb\x44\x7f\x8c\x6b\x7a\xb8\xeb\xdb\x4b\x19\x1e\x85\x1c\x50\xf6\xac\x53\xc7\x3d\x64\x1f\xd2\x11\xf0\x28\xda\x1e\x53\xa2\x22\xed\x1e\x35\x1b\xd0\xcc\x80\xfc\xa8\xd9\x80\xea\xe9\x8f\x47\xc9\x06\xec\xfb\x15\x1e\x25\x1b\x50\x74\x19\x3f\x3a\xa6\x80\xb2\x79\x8a\x22\x0e\x28\xdb\x93\xff\xa8\xe2\x9e\xd7\x86\xd3\xd5\x2a\x36\xa0\x9b\x4b\xe2\x31\x1a\x0a\xe8\x7d\xb7\xc8\x76\xbf\x2c\x1f\x72\x12\xfd\x52\x40\x95\x25\xbf\x4a\x39\xa0\x7b\x6a\xea\xd5\x2d\xf5\x72\x2a\xbb\xec\xa2\x6e\x51\x27\x0e\xd6\xa2\x61\x11\xed\x86\x98\xbf\xba\x9b\x80\xda\x59\x3e\x5e\xdd\x4d\x2f\xd7\x0b\x18\x51\xff\xaa\x0a\x81\xaa\x8b\xfa\x55\x15\x02\x65\xc7\x04\xbc\xca\xc2\xf7\xc7\x62\xd1\x7c\xec\xb6\x88\x3d\xa4\x5a\xf4\x58\xc4\x3d\x0a\xc3\x8a\xbd\x16\x31\xde\xd0\xb3\x57\xed\x08\x94\x1d\x86\xf0\x2a\x1e\xdf\xc2\x80\xa3\xa9\x5e\xbd\x4d\x40\x31\x27\xdb\xab\xb7\x09\x28\x9d\x01\x7f\xf5\x36\x01\xd5\x33\xc7\xaf\xde\x26\xa0\xfc\xd6\x1f\xee\xe3\x7a\xf5\x45\x01\x73\x77\xa8\xbe\x28\xa0\xb7\x6e\x1d\xed\x2a\x2e\x45\xf0\xe2\x88\x57\x57\xd4\xbb\x05\xae\x45\xf6\x54\x61\x86\xec\x17\x2f\x8b\xe8\x3c\x56\x89\x57\x79\xfb\x1a\x00\x66\x17\x2b\x6f\x81\xb2\xe3\x2e\x5e\xf5\x2d\xb0\x6f\x92\x78\xd5\xb7\xaf\x47\xcb\x8b\x45\x76\x5e\xb5\xfa\x8c\x84\xba\xf5\xf5\x92\x73\xc7\xcb\xb3\x24\x40\x1b\x58\x9e\x5f\x03\xb6\x5e\xb2\xa5\x7a\x54\xf5\x55\xa2\x02\xcd\x48\xac\x57\x89\xfa\x36\x66\x20\xcb\xf6\xab\xce\x04\x6a\xe5\x6b\x79\xd5\x99\xc0\xbe\x0b\xe2\x55\x67\x02\x51\x77\x91\x3d\xdd\xe4\x80\xce\x37\x85\xe6\xab\xd0\xb4\xfa\xea\x4c\xa0\xec\x38\x8c\x57\xa1\x09\x34\xcd\xce\xaf\x3a\xf3\xd5\x4f\x64\x34\xc5\xab\x0e\x04\x42\x3b\xfc\xab\x9f\xe8\xd5\x4f\x64\x4c\xc4\xab\x9f\xe8\xf5\x9c\x07\x5f\xed\xab\x34\x7c\xbb\x0c\x1b\x2d\xf4\x1a\xd7\x05\x2c\x0f\x4a\xbf\xc6\x75\xbd\xfa\x89\x1a\x86\x8e\x57\x3f\x11\xb0\x8c\xd7\x7e\xf5\x13\xbd\xfa\x89\xcc\x12\xf9\xea\x27\x02\x8a\xc7\x03\x5e\xfd\x44\x40\xf3\xb6\x89\x57\xa1\xf9\x6e\x55\xe9\xc7\xac\xaa\x04\xba\xa9\xe9\x5f\x55\x25\x50\x34\x11\xbe\xaa\x4a\xe0\x7b\xd3\x32\x7b\xfc\x83\x3a\x77\x35\xec\xf0\xe1\xc5\xe6\x74\x87\xe7\x30\xde\xad\x47\x97\x55\xb3\xc3\x87\x17\x61\x31\x15\xd4\xa3\xaf\x91\x69\x26\x93\x7c\x15\x9f\xc0\x0c\xe8\xf4\x6b\x64\xda\xab\x0b\x4b\x73\xfa\xab\x0b\x0b\x98\x61\xe7\x2a\x51\x01\xa3\xed\x5e\x15\xea\xab\xef\x49\x2d\xfe\xea\x7b\x7a\xbd\xe9\x80\x25\xfd\x55\xb4\x02\x7d\xaf\x03\x8a\x56\xa0\xbb\xc7\xbe\x8a\xd6\x57\x0f\x95\x89\x1e\x5f\xe5\x28\xd0\x3d\x58\xf8\x2a\x47\x81\x12\x9d\x8d\xf1\x55\x8f\x02\xb1\xe0\x33\xaf\x7a\x14\xd8\xa7\x03\x5f\x9d\x56\x40\xf3\x6a\xc4\x57\x85\x0a\x7c\xff\x8c\x46\x29\x51\x81\xa9\xd6\x7a\x8d\x55\x7b\xc3\x3c\x34\xc5\x57\x1d\x28\xbc\x56\x9e\xcd\x7e\xf5\x5a\xbd\x8a\xdb\xee\xc7\xae\xb8\x7d\xbd\x3d\xdc\x5e\x53\xdc\xbe\x61\x43\xe1\x09\xaf\xb2\x15\xd8\xc7\x0f\x5f\x65\xeb\xab\x73\xcb\xec\x8b\xaf\xce\x2d\x60\x1f\x66\x7c\x55\xb2\x2f\x47\x2a\xa2\xbb\xa8\x79\xa4\x02\x48\x6d\x59\xaf\x8e\x2c\x60\x75\x57\x05\x1d\x59\xaf\x82\xb7\xe3\x25\x78\x15\xbc\xc0\xf2\x58\xde\xab\xe0\x7d\x15\xbc\xdd\x9d\x43\xc1\x0b\x74\x03\x04\x5e\x05\xef\xab\xe0\x35\x71\xe3\xab\xe0\x05\x9a\xf7\x16\xbd\x0a\x5e\xe0\x7b\xcc\x5f\xb0\xf1\x1f\xd4\xd8\x75\xb3\xf1\xcb\x81\xf1\x55\xa5\xec\x6b\x0c\x1e\x82\xf7\x55\xca\xbe\xde\x01\xde\xdd\x22\x4d\x16\x05\x54\x8f\x71\xbf\xea\xd1\x97\xa3\xe9\xe1\x39\xf1\x57\xf5\xf9\x1a\x49\xe7\x8a\xa2\x5b\x0c\xe8\x5e\x0c\xfb\xae\x5d\x0f\x42\x7a\x51\x59\xaf\x7a\x14\x28\x61\x1a\xc8\x57\x41\x0a\x34\xa3\xf2\x5f\x05\xe9\x6b\x24\x9d\xd7\x5e\xbd\xca\x4f\xa0\x19\xfd\xfa\xaa\x2f\x81\x65\x52\xee\x57\x7d\x09\x7c\x6f\x5a\xe6\x58\x79\x66\xc3\x05\x45\x81\x09\x7c\x8f\x59\x37\xc7\x8a\x23\xec\xe6\x76\x7d\x15\x9d\xaf\x42\xd1\xcc\xa5\xaf\x42\xf1\xe5\x82\x6f\x25\xd4\xab\x2a\x04\x4a\x78\x32\xf9\x55\x16\xbe\x46\xd7\xb9\x59\x2b\x0b\x5f\x5d\x5e\x7d\xfc\x21\x9c\xec\x55\xe9\x01\xdd\x3b\x39\x5e\x95\x1e\x50\xf6\x8a\xa6\xd2\x7b\x0d\xbe\xdb\x13\x54\xff\x17\x30\x96\x8b\x9c\x4a\x0f\xe8\x8a\xd7\x57\xa5\x07\x7c\x6f\x5a\xb6\x1b\xc8\xb0\xf9\x01\x28\xf5\x5e\x63\xf4\x4c\x2f\xf9\x1a\xa3\x07\x34\xcf\xc7\xbe\xc6\xe8\xbd\xc6\xe8\x99\x5e\xf2\x55\xec\x01\x45\x7b\xf7\xab\xd8\x7b\xf5\x7f\x19\x0f\xf3\x2a\xda\x80\xf8\xed\x22\x27\x9e\xa1\x74\x1d\xf1\xf5\xea\x00\x03\xba\x8e\xd6\x57\x21\x07\x7c\x8f\xd1\x04\x95\x1c\x10\x26\x37\x7e\x55\x72\xef\xed\x18\x21\x26\x5e\x45\xda\xab\x9f\xcc\xaf\x5f\x91\xf6\xea\x27\xf3\x60\xfb\xab\x4a\x03\x9a\xa7\x29\x5e\x55\x1a\xf0\x6f\x5f\x54\xa5\xbd\xb7\xa3\x2b\xd5\x53\x92\x01\x6d\x73\x1a\x25\xd9\x7b\xdb\xe3\xb2\x82\x7b\xd7\x8d\x1c\xc5\x76\x9b\xa2\x09\x28\x4a\x80\x57\x6f\x17\xf0\x6f\xab\x54\x47\xbd\x2a\xa4\xee\x66\xac\x42\x02\xfe\xed\xc5\x2a\xa4\xd7\x13\x1c\xd8\xc5\x5f\x15\xd2\xfb\xf8\x01\x38\x8d\xd4\x43\xc0\xbf\x1d\x55\x3d\xf4\x3e\x76\xae\x3b\x9e\xb2\x06\xf8\xb7\x7d\xea\xb2\x02\x4a\x98\x46\xf3\x55\xea\x00\x25\x7d\x4c\xa9\x03\x18\xce\xff\xea\xb1\x02\xbe\x17\x69\x80\xea\x07\xf8\xb7\xef\xaa\x7e\x5e\xfd\x4e\xe6\x49\x7a\x95\x2c\x40\xee\x8d\x40\xc5\xf2\xea\x77\xea\xfb\x55\x67\xd1\xbe\x2a\xcd\x1f\x75\x12\xbd\x4e\x22\x7f\xd3\x49\xf4\xee\x06\xac\xff\xf7\x3f\xf9\x43\xa0\x08\x1d\xaa\x99\x3f\x04\x8a\x50\x49\x2a\x9a\x3f\xc2\xe6\x84\x12\x84\x2e\xe5\x8f\xb8\x39\xa1\xc2\xe8\xf2\x87\x8e\x11\x66\xff\xc6\x33\x7f\xe8\x18\xa1\x13\xa7\x94\x3f\x74\x8c\x30\xd9\x2d\xf2\x87\x8e\xc9\x9f\x0a\x85\x4b\xa9\xf2\x87\x42\x11\x02\x99\x97\x3f\x1c\x57\x42\x21\x01\x5c\xfe\x10\x2d\x42\xfb\xf7\xff\x1f\x8b\x5e\xff\x19\x6f\x16\x9b\xf9\x41\xe5\x8c\x62\xfe\x8a\xcd\x2c\xc5\xc7\xe8\x8d\x62\x3b\x8b\x37\x57\x0e\x8a\x6c\x26\xaa\x25\x46\xe1\x17\x8a\xed\x2c\xde\x5c\x49\x0b\x8a\xed\xe4\x9c\x08\x39\x0f\xf2\x57\x6c\x27\xc7\x44\xb0\x38\xe4\xaf\xd8\x4e\x72\x57\xad\xfd\xff\xd3\x22\x74\xc9\xf4\xdf\x2f\x8b\x16\x5e\x44\x4a\x0e\x4b\xbc\xae\xb4\xd0\xf2\x62\x67\x14\xaf\x66\x49\x8a\xec\x0c\xe3\xe1\x48\xda\x90\xbf\x6a\xcb\x39\xf8\x8e\xcf\x3d\x7f\xd5\x96\x57\x5b\x6e\xfd\xab\x2d\xe7\x2a\x6d\x2c\x07\xf9\xab\xb6\xbc\xba\x9b\xda\x80\x6a\x33\x3f\x65\x62\x10\x61\xfe\xaa\x0d\xf8\xc0\x18\xbc\xfc\x55\x1b\xf0\x81\x61\x7f\xf9\xab\xb6\xe0\x83\xca\x7d\x94\xf9\xab\x0e\x70\xdd\x8d\xb2\x6a\x36\xaa\x42\xcf\xf7\x63\x36\x8a\x53\xee\x31\x76\xd5\x1c\xe2\xea\xe5\x96\xfe\xe6\x4b\x91\x7e\xb7\x61\xd5\x9a\x0d\xe5\x94\x7b\x71\xa6\x35\xdb\xd9\x9c\xc9\x95\x2e\x6a\x36\x14\xc7\x1b\x09\x03\xf3\xd7\x1c\xe1\x66\xdb\x6d\x42\xb3\xed\xdc\x92\x8d\xa9\x20\x7f\xcd\x21\xfe\xa0\x13\x61\x96\xbf\xe6\x10\x7f\x30\xf0\x47\xe5\xaf\xd9\x43\xdc\x9b\xbd\xdb\xd9\xec\x21\x9d\x6c\xc3\x5e\x6b\xf6\x07\x51\x78\xb8\xe6\xf3\xd7\xec\x0e\x9d\x6c\xc3\x8f\xa0\xd9\x1f\x9c\x85\xef\x4e\x85\x66\x77\x18\x98\x37\x76\xd5\x76\x7f\x30\x17\x92\x37\xbb\x53\x41\x75\x45\xba\xd3\xfc\x75\xfb\xe3\x83\xba\xfe\x70\x58\x2b\x7f\xdd\xde\xe2\x12\xed\xb2\xff\x89\xbd\x65\x40\xde\x68\xd4\xa9\xdb\x35\x04\xe4\x61\x1f\xc9\x5f\xb7\x6b\xba\xc7\xff\x1a\x1d\xdd\x9d\x17\x9d\xd4\xe0\x61\x91\xfd\xc0\xe9\xf9\x69\x63\xba\xfd\xf0\x41\xdf\xdd\xd0\xed\x06\x6e\xc9\x2e\xfb\x27\xed\x06\x9d\x7c\x84\x4a\xe5\x6f\xd8\xbe\xc1\xbc\x6e\x7c\x97\xc3\x06\x28\xc7\xb0\x2c\xe7\x6f\xd8\x82\x0f\x2a\x09\x50\xf3\x37\x1c\xee\x61\xa3\x3a\xbf\x30\x6c\xd4\x07\xc9\x7d\x05\xf9\x1b\x36\x8a\x73\xf1\x41\xd6\xd5\xfc\x0d\x07\x7c\x90\x6a\xd6\xba\x0d\x07\x5c\x3d\x36\x3a\x0d\x1d\xb6\xfd\x83\xca\x29\xd2\xfc\x0d\xdb\xae\x7f\x90\x53\xc1\xf9\x1b\xbb\x59\x0f\xa1\xc1\xfe\x37\x07\x57\xc7\xdf\xae\xef\xf4\x17\x26\x1f\x9d\x9d\x3b\xfd\x01\xf2\x7d\x71\x8f\x49\xfe\xa6\x3f\x30\x9d\x2a\xc3\x37\xf7\x7f\x7b\x49\xfc\xcc\x5c\x0c\xa7\x0a\x7a\x29\xed\xa2\xf0\x63\xe2\xa4\x3a\xb6\xa6\xfc\x85\x9d\x4b\x90\x1f\xdb\x6b\xfe\xc2\xce\xc5\xa3\xb7\xe7\x75\xd8\xb7\xb1\x59\x39\x0d\x08\x3b\xf7\x83\x35\x27\x1d\x19\xf6\x2d\x71\x7f\xcd\x6f\x29\xec\xdb\x0f\x32\xed\xda\xb0\x6b\x55\x50\xc3\x36\x85\x2d\x0f\x2e\xeb\x9e\x34\x29\x6c\x79\xf8\xe1\x4c\x7a\x23\x9c\x31\x41\x94\xd8\xf4\x07\xec\xda\xe0\x08\x53\xb7\x1a\x76\x06\x37\xdb\xcd\x64\x0e\xa5\x9d\xc1\xcd\x76\xd3\x66\xa6\x9d\x61\xc0\xe0\x70\xa1\x4a\x9b\x4e\x9e\xb0\x3d\x5f\xd2\xa6\x93\x27\xac\xb8\x18\xa4\x2d\x47\x79\xed\x6f\x20\x6d\xf9\x07\x6d\xef\x30\x69\xcb\x93\x6b\x77\xfc\x2c\xd2\x96\xe7\x6e\x39\x95\x4d\x5b\xfe\x41\xab\xf6\x6c\xda\xf2\x74\x65\xb1\x99\xe9\xa0\xa7\xa7\xa6\xac\xac\x5f\x14\x57\x6a\xfc\xf6\x3f\xb3\x7f\xf4\x17\x8e\xa0\x1e\xcb\x36\x71\x0d\xc6\xde\x50\x96\x6d\x5a\xfb\x04\x07\xff\x6d\xd9\x02\xee\xac\x26\x06\x24\x7f\xcb\x16\xe8\x1c\x24\x3b\x6e\xfe\x96\x4d\xe0\x54\xd3\x90\x32\x2c\x5b\xa0\x3e\x1b\x41\x75\x97\x4d\xc0\x61\xb8\xbf\xa8\x65\x0b\x0c\x65\x74\xbe\x2f\x5b\xc0\xd5\x18\xa4\xca\xce\xdf\xda\x2d\xd0\x92\xe3\x53\x8e\xb0\x2e\xc4\x21\x41\x58\x0e\x31\x2e\xc4\xbd\x99\x1e\x0e\x31\x92\xad\xba\xc0\x1c\x0e\xb1\xc7\xe7\xdd\x3c\x0e\xe7\xfb\x41\x1e\xb5\xca\x4f\x1e\x76\x90\x22\x6e\xb8\x6a\x1f\xf6\x90\x79\xc8\x76\x91\xa3\xee\x29\xfb\x46\x2b\x0f\xfb\x4c\x75\x36\xa4\x0c\x87\xbd\xc1\x91\x7a\x8c\xab\xf9\x3b\xec\x0c\x4f\x48\xed\x9a\xd9\x19\x1f\xcc\xe1\xce\x7f\xd8\x19\x87\xf3\xdd\x39\x7a\xd8\x1b\xf8\x04\xf7\xb6\x73\xd8\x1b\x07\xfb\x26\x9f\xf0\x61\x5f\x7c\x50\xa1\xc3\xf9\x3b\xed\x0b\x4f\x56\x0d\x3f\x81\xd3\xce\xf8\x60\x6e\x2a\x70\xda\x19\x1f\xf4\x66\x67\x9c\x76\xc6\xb9\x3b\xc3\xc7\xec\x8c\x0f\xe6\xde\xbd\x4f\x3b\xe3\x9c\x3e\x46\x03\x4e\xa7\xcb\x07\x73\xef\xde\xa7\xb3\x45\x0d\x38\x24\xa2\xa7\xbd\xa1\xbb\xcf\x55\xf4\xb4\x37\xd4\x85\x64\x83\xca\xdf\x69\x77\x9c\xce\x0d\x1a\x7a\xda\x1b\xa7\xbd\x61\xa3\xec\x8d\xd3\xfc\xe5\xf4\xd9\x69\x77\x7c\xd0\xf7\x67\x7d\xd9\x1d\xe4\x30\xee\x2e\x38\x97\xbd\x81\x2a\x5c\xd2\x8f\xcb\xde\xc0\x4f\xb8\x77\xa8\xcb\xde\x20\x85\x71\xc8\x86\x2f\x3b\xe3\xb2\x33\x68\xf8\x65\x67\x5c\x7e\x4e\xb2\x8f\xcb\xa9\x41\x88\x65\xb7\xb7\x2f\xfb\xe7\xda\xad\xec\x7f\xd8\xa8\x2f\x3b\x81\xd4\xc5\xbf\x61\xc5\xed\x04\xee\x09\x1f\x6e\xca\x97\x9d\x70\x71\x6d\x8e\x5f\xf3\x65\x27\xec\x33\x5a\xea\x84\xdb\x2a\xdd\x5c\x6b\xee\x1a\x7b\x5b\x25\xbc\x73\x7b\xd3\xbf\x1d\x32\x0f\x69\x4d\x57\x9a\xdb\x39\xcd\x0d\x1b\x9b\x74\xdc\x8e\xe2\x0d\x19\xf4\x37\x6f\x47\x11\xf7\xdc\xf0\x6b\xbb\xad\xff\x07\xad\x39\x99\x6e\xeb\x7f\x5b\x7f\xfa\xea\xb6\xfe\x48\xcd\x9f\x4d\xba\xad\x3f\xb2\x32\xa6\x02\xe0\x71\xc8\xc8\x0c\xb0\x5c\x15\x1f\x87\x8c\xcc\x00\x31\x15\x00\x8f\x03\xf4\x60\x96\xb5\xe7\x1f\x07\x08\xa9\x59\x5c\x2d\x1e\x3b\xc3\x13\x5f\x73\x97\xd9\x1b\x9f\x96\x9c\x7b\x6d\x78\x6c\x13\x4e\xb5\xe1\x8e\xf9\xd8\x26\xee\xf4\xf8\xb9\xb4\x3d\xb6\xe9\xb1\x4d\xfe\xa4\x6d\x32\x60\x72\xba\xb6\x3d\xbb\x51\xa4\x40\xf4\x03\x79\x9d\x99\x2f\xda\xcd\xf9\xfb\xda\x4c\xae\xee\xe6\x5c\x67\xfe\x5e\x9b\x89\xeb\x6d\xb3\x9d\xd7\x99\x69\xbc\xa4\x83\xf9\xda\x70\xee\xfd\xd8\xd4\xe9\xb5\xe1\x86\x4b\x4e\x17\xff\xd7\x96\x7f\x50\x8b\x63\xf2\xda\x70\x4f\x85\x4d\x3f\xb6\xd7\x79\xf0\x41\xff\x29\xe7\x5e\xa7\x81\xce\xb7\x29\xcb\x78\x9d\x07\x1f\x2c\xbf\xac\xd7\x2e\x43\xc8\xc6\xf4\x33\x7d\xed\xb3\x97\x8f\xd9\x7d\xf5\xb5\xcf\x48\x9d\x9c\x6e\x1a\xaf\x7d\xa6\xb8\x25\xd3\x73\x16\xc5\x6d\xf1\x04\x18\x5e\xd3\x2c\x4a\x59\xa0\xcb\xff\x8b\x4a\xb6\x70\x61\x48\x4c\xfa\xb6\xa8\x5b\x81\x24\xfd\x7d\x16\x75\x2b\x50\x5a\xf8\xcf\xc2\x22\xe7\xfb\xfe\x6f\xcb\x32\xee\xf7\xde\xf5\x38\x2c\xe2\x1a\x14\x56\xa8\xa2\xba\x2d\x1e\xee\xe2\xe4\x4f\x16\xb5\x6c\xf9\xf4\xeb\xe4\x86\xde\x2c\x78\xdb\x84\xee\x37\x50\x94\xb2\x40\xe3\x18\x7a\x16\xa5\x2c\x50\x89\x1a\xce\xa2\x92\x05\xa6\x74\xb3\xa8\x64\x81\xba\x58\x89\x8b\x42\x16\xe8\x19\x3e\x65\xc3\x15\xb2\x6e\x38\x45\x25\x0b\x14\x5c\x60\x59\x54\xb2\xc0\xf7\x18\x95\x55\xca\x02\x13\xb7\x75\x16\xa5\x2c\xf0\x3d\x46\xa7\x29\x66\x81\x5a\x96\x8f\xd9\x1b\x1f\x2c\xcc\xe2\x59\x94\xb7\x05\x87\x5a\x90\x06\x2c\x0b\x1e\x35\x61\x62\xec\xcf\x52\xec\x20\x45\xe4\x84\xe0\x17\x45\x24\xe0\x6d\x06\x59\x14\x91\xc5\xe3\x58\x1c\x24\xc8\x52\xf7\xab\xcc\x18\x26\x69\x69\xf6\xad\x22\x72\xfa\xaa\x22\x12\x68\xd8\x5f\xb3\x28\x22\x01\x2f\x3d\xc8\xa2\x86\x2c\xcd\x6e\xb3\xf1\xaa\x43\x60\x0e\x7f\x53\x75\x58\x74\x97\x71\xe9\x47\x16\xe5\x21\x50\xc7\xa0\x55\xca\x43\x20\xd3\xc9\xd1\xec\xb5\x66\x7f\xb0\x9c\x17\x75\x1f\xd0\x7e\x3f\xeb\x61\xa3\x94\x62\xd3\xff\xa6\x14\x03\x1a\xc7\xe1\xb3\x28\xc5\x80\x12\xe4\x93\xce\xd2\xad\x47\x67\xf8\x06\x1d\xde\xad\x87\x8a\x0d\x5f\x78\x16\x15\x1b\x50\x31\xa6\x66\x51\xb1\x01\xbd\xec\x22\xc7\x80\xfb\x01\x87\xed\x54\xb1\x15\xfd\x6c\xaa\xf6\xa2\x64\x03\x52\x8b\x51\xe9\xbb\x05\x7e\xc8\xec\xc1\x65\x38\x2e\x63\x1f\xf6\xa6\xc8\x61\x51\xec\xfd\xa8\x99\x5a\x0f\xf8\xde\x64\xf4\x14\x7b\xc0\x1c\xf6\x9a\x5a\x0f\x68\xea\xf8\xa2\xd6\x03\x5a\x38\x78\x4a\x3d\x60\xe1\xd0\xc9\xa2\xd4\x2b\xc3\xaf\x7d\xfa\x98\x3d\xc4\xe5\x29\xc3\xbe\x55\xc3\x95\x61\x03\xe2\xf7\xdf\x5b\x75\x99\xb6\x8f\x3b\x52\x14\x65\x65\xda\x3e\x12\x3f\xcb\x01\xca\xb4\x7d\xd3\x75\x8a\x05\xbf\x4c\x6b\xee\x7d\x28\x2e\x10\xd3\x9a\x4f\x85\x14\xe3\x38\xad\x39\xd7\xa1\x28\x9a\xca\x74\xb4\x95\x90\xc4\x2c\x65\x51\x42\x02\x73\xb8\xe8\x29\x21\x81\xef\x31\xc6\x56\x0d\x09\x64\xda\xe6\xe9\x70\x1b\x3c\x4a\xb8\x64\x96\xe9\x78\x73\x3d\xa1\xb2\xaf\x4c\x87\xdb\xeb\x09\xd3\x37\x1d\x6e\xbd\x75\xb2\xe5\xa2\xfa\x04\xba\x52\xb6\xa8\x3e\x81\xb9\x3f\x12\xd5\x67\xd1\x35\x47\xf2\xed\x2c\x6a\x4d\xc0\x7b\x46\xb2\x28\x35\x4b\x38\xd5\xfd\x51\x55\x24\x10\xe4\xd5\xcc\xa2\x88\x04\x0a\xe7\x9d\xb3\x28\x22\x81\x46\xaa\xa6\x2c\x61\xd3\xc9\x3f\x91\x30\xd7\x12\x36\x9d\x0b\xd3\x87\x93\x5f\x59\x09\xb4\xbd\xe8\x29\x2b\x81\x46\x56\x90\x2c\xca\x4a\xa0\xfc\xdc\x75\x94\x95\xc5\x40\xd4\xe9\x70\xa6\xcd\x4c\x16\x1b\x3f\x07\x95\x66\xc9\xdd\x24\xaa\xa1\x3c\x04\xbc\xed\x24\x8b\xea\xb0\xe8\x97\xc3\x55\x9c\x45\x79\x08\x94\xe2\x9a\xa4\x3a\x2c\x86\x93\x72\xc7\x4a\x96\xb4\xba\xa9\x25\x91\xc7\x96\xd5\x35\x35\xc6\x74\xdd\x5e\xd6\x97\x6b\xd2\x87\x1f\xdc\xb2\xba\xea\xbe\x69\xdf\xaa\xfb\x80\x52\x5c\xa7\xd4\x7d\x45\xdd\xb7\x3b\x44\xdd\x07\x04\xf7\x37\x64\x51\xf7\x01\x0d\x57\x5d\x16\x75\x1f\x50\xd3\x2d\x57\xdd\x57\xcc\x22\xed\xbc\x55\xf7\x15\x6e\x44\x8c\xbd\x64\x28\xf2\x80\x24\xdc\x33\x8b\x22\xaf\x10\x14\x1a\xe1\x0f\x28\xe9\x80\xa9\x80\x2e\x2a\xba\xe2\x09\xb6\x70\x2a\xa8\xdf\x00\x2f\x89\xc9\x72\xf8\x99\x91\x46\x3a\x48\x75\x9e\xe5\xb0\xed\x1f\xd4\xb5\x68\xa7\x2a\x0f\xc8\xe6\x18\xa8\xf2\x80\xa9\xf4\x2e\xaa\xbc\x62\xc8\x65\xb8\x02\x29\xb0\x80\x46\x58\x78\x16\xf5\x55\x51\x25\x85\xd3\x48\x95\x04\x8c\x89\xd9\xa1\x9c\xfb\xbf\xc1\x45\x83\x31\x56\x24\x15\xe3\x24\xc3\x9d\x5e\x95\x54\x3c\x3c\xe6\xf7\xa3\x4a\x02\x56\xf7\xc3\x50\x25\x15\x0f\x8f\x61\xb3\x2e\xaa\x24\xa0\x71\x17\x69\x16\x55\x12\x30\x87\xab\x95\x2a\x09\x28\x9b\x08\xa9\x92\x80\x5e\x5d\xa0\x55\x49\x45\x49\x14\xae\xd0\x4a\x22\xa0\x17\xbb\x51\x49\x54\x48\x88\x16\x21\x43\xb8\xec\x5a\x12\xa2\x55\x27\xc7\x65\x67\x5c\x76\xad\x45\x76\x86\x62\x2a\x24\x0d\xaa\x25\x60\x0e\x39\x94\x6a\x09\x48\x6e\x22\xcd\xa2\x5a\x02\xbe\x37\xfd\x6f\xf6\xc6\xc5\x05\x7c\xc8\xf1\x72\xdb\x1b\xba\xc9\xb8\x6f\x2e\x8b\xda\x08\xc8\xe2\x7c\x51\x1a\x95\x1d\xb9\xe8\x8c\x57\x1b\x01\xab\x4b\x37\xd4\x46\x45\x6f\x5a\x48\xe6\xd4\x38\x40\x86\x43\xfc\xf8\xa3\x1f\xe4\x72\x72\xa8\x7a\x8a\x07\xc5\xb4\x9b\x94\xc7\x0e\x47\xf6\x54\xc9\x8b\xaa\xa7\xa8\x67\x62\x97\xd9\xbb\xdc\xb8\x4e\xc4\x47\x96\xc7\x16\x3c\x9c\x5c\x6c\xfe\x80\x2d\x78\x6c\x81\xc3\xf7\xd8\x02\xc2\x0b\xa7\x9b\x99\x4a\xa8\x78\x50\x2c\x9c\x57\x4a\x21\x20\x48\x65\x90\x45\x29\x04\x94\xe6\x9a\xa0\x14\x2a\xfa\xce\xc2\xcd\x46\xf9\x52\x3e\xad\xd2\xb5\x91\x16\xb5\x4a\x79\x77\x3d\x68\x81\xea\x02\xc8\x4d\xbf\x94\x17\x40\xd7\xb5\x55\x54\x17\x40\xad\x7f\x08\x2e\xcb\xa2\xf8\x28\x66\xa9\x08\x49\xd1\xbb\xab\x89\xbb\xd0\x69\xf1\x3a\x42\x0a\x92\x60\x45\xae\x0a\x92\xba\xbd\x6d\x8d\xa2\x62\x11\x2e\x74\x66\x4a\x55\x8f\x54\x33\x52\x10\x1c\x94\x55\xd7\x1a\xe0\xe1\x89\xac\x4a\x14\xa0\x72\x18\x26\xab\x12\x05\xe8\x1c\xd9\xca\xaa\x44\x01\x32\xa6\x3f\x99\x16\x25\x07\x8f\xad\xd8\xb2\x88\xa3\xd3\xd8\xa7\xaa\xa2\x05\xf8\x08\x2b\x45\xa7\x45\x0e\xe3\xb4\xec\xb2\x8c\x10\xe3\xe1\xff\x7f\x2c\xda\x2d\xa7\x66\xaa\x16\x20\xaa\x4d\x52\xb5\x54\x1d\x70\xe4\x48\xcf\xaa\x6c\x01\x5a\xf7\xbf\x29\x5b\xaa\x0e\x38\xa2\x42\xb3\xaa\x5b\x80\x36\xf7\x63\xf6\x86\x91\x7b\x11\xb4\x5d\x59\x01\x0c\xb9\x70\x55\x56\x00\xad\xf3\xdd\x54\xbd\x66\x55\xa5\x41\x3c\x7d\x56\x95\x06\xd0\xb2\xf9\x9b\xaf\x45\x98\x86\xac\xad\xbe\x35\xe0\x7b\x93\x6e\xd3\xb9\x56\xb9\xe3\xa5\xd9\x93\xd5\xda\x56\x57\x83\xf4\x55\xc7\x00\xaf\x19\xe1\x88\x59\xf5\x9a\x01\xdf\x63\x96\x39\x08\x1c\x57\x23\xa9\x64\x56\xdd\x66\x80\x67\x55\xb2\x2a\x78\x80\xf2\x63\xaf\xab\x0a\x1e\x20\xb8\xd9\x3b\xab\x4e\xb3\xaa\x06\x22\xa8\x22\xab\x1a\x08\xf0\x14\x4d\x56\x35\x10\x50\x8b\x13\x46\x09\x04\x94\x62\xfd\x95\x40\x55\x3f\x1a\xe1\x5f\x59\xd5\x40\xb5\x31\x47\x61\xd1\x55\x9f\x19\x50\x5c\x7c\xab\xaa\x08\x28\xfb\x1b\x50\x15\x01\x6d\xfd\xfc\xff\xf6\x8f\x09\xe4\xba\xff\xde\xfe\x21\x86\x90\xe4\x79\x59\x15\x45\x55\x37\x9a\x5e\xae\xaa\x1b\x0d\x08\x6e\x21\xcf\xaa\x1b\xad\xaa\x9d\x22\xad\x99\xbd\x41\xfa\x68\xee\x0d\xcf\xaa\x76\xaa\x86\x15\x12\xd8\x95\x55\xd7\x16\x10\x1c\xe5\xc8\xda\x6d\x53\x77\xb5\x64\x2f\xaa\xea\x29\xa0\x4d\x27\x9f\x72\x0a\xf8\x1e\xa3\x22\xea\x29\x20\xb8\x69\x37\xab\x72\x0a\xf8\x1e\xa3\x6e\xea\x29\x20\xf6\x37\xa5\x9e\xaa\xdd\xc1\x83\x56\xd5\xbe\xeb\xcb\xe0\xb1\x34\x56\x85\x52\xd5\x1b\x95\x2c\xdb\x55\x6f\x14\xd0\x34\x4d\x56\x55\x0b\x10\x1c\x16\xce\xaa\x33\x0a\xf0\x4c\x51\x56\x85\x4c\x35\x38\x90\x74\xeb\x59\xf5\x3c\x01\x9e\x29\xca\xaa\x78\xa9\xe6\xa8\x4b\xb6\xac\x3a\xed\x36\x72\xd4\x49\x07\xaa\x4a\xa5\x9a\xcc\x82\x6c\xe5\x59\x95\x2a\x40\xfe\x1c\x17\xa5\x4a\x35\x62\x90\x6c\xe5\x59\xd5\x2a\x40\x70\x05\x7b\x56\xa5\x4a\x55\x97\x70\x1a\x3e\xab\xba\x04\x58\xb2\xaf\xaa\x2e\xa9\x86\x0c\x92\xa1\x20\xab\x22\x04\x88\xb6\x7f\xd4\x56\x4d\x32\xb3\xb8\x22\xaa\x41\x80\xba\x57\x44\x35\x08\x90\x3f\x07\x59\x0d\x02\xb4\xe6\xcc\xd5\x03\x06\x74\x8e\xf5\x64\x55\x95\x00\x93\x2c\x81\x59\x55\x25\xd5\x80\x41\x2e\x01\xce\xaa\xbb\x0b\x48\x12\xea\x66\x55\xa8\x54\xdd\x5d\x7a\x21\xaa\x4a\x05\x18\x1c\x25\xca\xaa\x52\x01\x7a\xb1\x49\x2a\x95\xaa\x07\x2c\x1d\x76\x3d\x60\xc0\xf8\x39\xbf\x95\x2a\x80\x8e\x9b\xaa\x52\x01\xc6\x8f\x20\x8b\xaa\x52\xa9\xca\x12\xf2\xaa\x67\x55\x96\x00\xb5\x3a\x4c\xca\x12\xa0\xc4\x5e\x35\xf5\x80\x01\xe3\xe7\xb7\xa2\x07\xac\xaa\x5e\x12\xf6\x55\x55\x2f\x40\x97\xf1\x55\xd5\x4b\x55\xbd\x90\x8a\x28\xab\xea\x05\x18\xbf\x3f\xe4\x03\xcf\xaa\xb8\x01\x7a\x73\x4e\xe8\xfa\x02\x8a\x19\x12\xb2\xea\xfb\x02\xda\x5e\x07\xd3\x9e\xf9\x60\xfc\x1c\x0d\x55\x11\x30\xa4\xaf\x55\x55\x54\x55\x45\xe9\x36\xa9\x2a\x02\xc6\xcf\x0f\x5f\x55\x04\x54\xa9\x76\xd5\xb5\x56\xcd\x04\x98\x98\xfb\xaa\x4e\x33\x60\xfc\x5c\x0b\xd4\x4e\xc0\xe0\x98\x52\x56\xb5\x13\x30\x7e\x2e\x05\x4a\xa7\xaa\x7f\x4c\x57\x69\x55\x28\x01\x6d\x4f\x7d\x85\x12\xd0\x75\x82\x54\x85\x52\xd5\x41\x96\xee\x44\x3a\xc8\x80\x61\xe4\x4a\x55\x3b\x55\x63\x1a\xd3\x6d\x47\xf1\x04\x0c\xa3\x65\xaa\x1e\xb2\xaa\x3b\x2c\x5d\xb7\x15\x4f\xc0\x30\xb4\xa4\xea\x0e\x03\x6a\x75\xa2\x28\xa7\x80\x3a\x6d\x80\x72\xaa\x2a\xa7\xd2\x0d\x45\x39\x05\x0c\xd2\xbb\x65\x55\x4e\x01\x83\xa4\x61\x59\x95\x53\xc0\x30\x40\xa7\x2a\xa7\x80\x51\xfc\x52\x75\x9a\xd5\x7d\xbf\xbc\xcd\xb4\x83\xb8\x5e\x3e\x7c\xcf\xfe\xf9\x60\xa8\x5d\xab\x3e\x33\xa0\x2d\x57\x4f\x7d\x66\xc0\xd8\x1f\xbd\x2e\x33\xa0\x70\xed\x47\x56\x5d\x66\x55\x49\x97\xf0\xec\xaa\xa4\xab\xe6\xaf\xc6\xd4\x57\x95\x74\xc0\x28\xae\xa7\xba\xcc\xaa\x2e\xb3\x74\xbb\xd2\x65\x06\x8c\x22\x37\xd0\x65\x06\x0c\x15\x6e\x3d\xed\x1d\xce\xcc\x91\x59\x3b\xab\xf2\x10\xf8\xfe\x19\x7d\xad\x3e\x04\x72\xd9\xaf\xea\xc3\xaa\x3e\x54\x0c\x56\xf5\x21\xd0\xf7\x12\xa8\x3e\x04\x46\x71\xc7\x51\x1f\x56\x23\x29\xb5\x10\x55\xd5\x20\x30\x8a\x1f\xa2\x6a\xb0\x9a\x70\x24\xdd\x4c\xd4\x7e\xc0\x30\xaa\xa9\xea\x21\xab\xd7\x6e\xbb\x65\xb6\x9d\xfc\xd8\x9b\xec\x5d\xb6\xfd\xb2\xed\xfe\xa6\x6d\x37\x06\x33\x6d\xbc\x72\x10\x18\x9c\x94\xcc\xaa\x1c\xac\x9f\xf4\x1b\xc5\x6d\x4e\xe9\x07\x94\x22\xb1\x53\xfa\x01\xc3\x40\xaa\x7a\xed\x76\x9a\x45\x93\x17\x55\x7e\xd5\xe4\x25\x9c\xd7\xcd\x7a\xdb\xf4\x0f\xfa\xe6\x32\xb7\x4d\xff\x60\x18\x44\x53\x6f\x27\xc2\x07\x43\xa3\x57\xbd\xed\x0c\x62\x32\xf5\x97\xd7\xdb\xce\xf8\x60\x90\x6f\x3e\xab\xae\xb9\xea\xc9\x39\xd2\xf9\x67\xd5\x37\x07\xd4\x70\xf1\x52\x7f\x02\xa3\xec\xca\xda\x3f\xb7\x13\x41\xae\xa7\xd8\x04\x2a\x79\x1c\xb3\xea\x88\x03\x86\x91\x78\x55\x47\x1c\xf0\xbd\x49\x37\xea\x89\xab\x7a\xe2\x76\x9b\xec\x20\x62\x3e\xd3\xc5\x4b\x95\x0a\x8c\xbd\xaf\xaa\x52\x81\x61\x50\x59\xd5\x37\x57\x15\xae\xa9\x5e\x50\xb8\x02\xa3\xc8\x72\x15\xae\xc0\x30\xd0\xac\xea\xae\x03\x5a\x75\xe4\x74\xd7\x01\x55\x53\x6e\x55\xdd\x02\xeb\xe7\x27\xa6\xba\xad\xcf\xee\x0c\x2b\x6b\x67\x3c\x5e\x53\xe1\x4f\xda\x19\xfa\xe6\x52\x1d\xa0\x6f\x0e\x28\x3f\x07\x40\xdf\x5c\x35\x99\x89\xae\x95\xaa\x73\x0e\xe8\x7b\xd5\xd3\x39\x57\xf5\xc4\x91\x05\x31\xab\xae\x38\x60\x68\x9f\xae\xca\xdb\xfa\x3a\xc4\x2e\x4c\xfa\xdd\x80\x41\x84\x7d\x56\xdd\x6e\xd5\x08\xd2\x54\xc9\xe8\x77\x03\xda\x4f\x7d\xa9\x30\xae\x46\x90\xea\x3e\xab\x2a\x63\x60\x18\x27\x55\x55\xc6\x55\x01\x9b\xd0\xfe\xa6\x80\x05\xbe\xb2\x4e\x59\xb1\x8c\xdb\x48\x18\xd1\xa6\x93\x0d\xa8\xd1\xff\x60\x01\x6f\x6a\x5e\xa0\xe8\xa9\x6b\x4a\x5e\xa0\x95\xe1\xcf\x0f\x8b\x38\x15\xd7\xfc\xf5\x69\xd1\xa4\xe2\x93\xa2\xb0\xc8\x9e\xb1\x28\x2d\x62\xf2\xb3\x7b\x35\x25\x2f\x30\x38\xb8\x98\x4d\xc9\xdb\xd4\xb7\xa4\x45\xc8\xa6\xbe\x05\x86\x71\x66\x4d\x3f\x1d\xf0\x3d\x16\x94\x3d\x96\x99\xf3\xd5\xca\xbe\x16\xb1\x8b\xb2\xb2\x37\x55\x70\x2b\xbb\xfb\x92\x32\xbb\xaf\x30\xfb\x6d\x93\x2a\xb8\x29\x79\xc9\xd2\x95\x4d\xc9\xdb\x0a\x1f\x3e\x3c\xa3\xe9\x96\x6b\x66\x61\x24\xaf\x48\x36\xfd\x72\xc0\x28\xc3\x1f\xb0\xed\xfa\xe0\x12\xda\xd2\xf4\xc1\x01\x83\xec\x84\xd9\x14\xcb\xc0\x28\x7c\x71\x4d\xb1\x0c\x0c\x8e\xd1\x65\x53\x2c\xb7\xba\x7f\x93\xea\x56\x7f\x93\x2c\x89\x9c\xa3\xcb\xa6\xbc\x05\x8a\xb2\xa9\x29\x6f\x9b\x99\x57\xd6\xcf\x37\xfd\xcd\x0f\xaa\xb4\xaf\xa9\x65\x81\xa2\x77\xb0\xd5\xfd\x9b\x37\x35\xa3\x6f\xd5\xb2\x4d\x2d\xbb\x58\x0c\x9a\x5a\x16\x18\x85\x5d\xad\xa9\x65\x9b\xfe\xbc\xc5\x02\xd4\x14\xb3\xc0\x30\x66\xb3\x29\x66\x9b\x62\x56\x99\xdd\x14\xb3\xc0\xe0\xf8\x5b\x36\x83\x42\x81\x41\x66\xba\x6c\xea\x5b\xa0\x1b\x3a\xd7\xd4\xb7\x4d\x7d\xbb\xfc\xff\x76\x90\x5e\xbf\xf5\xb3\xcc\x1e\x22\x28\xb4\x3a\xbb\x15\xb8\x40\xab\xfb\x27\x1d\xa7\xc6\x38\xb1\x9b\x34\xf5\x6d\x33\x59\xa3\x6e\x89\xa6\xc0\x05\x06\x79\x13\xb3\x19\x26\xda\x8c\xff\xe4\xba\x88\x6c\x06\x80\x02\x83\x83\x7f\xd9\xba\xbd\xd1\x6d\x3a\x2b\x61\x33\xc2\x13\x18\x05\x29\xd8\x94\xc1\x4d\xb7\x22\x47\xe3\xb3\xe9\x56\x04\x6a\x75\xaa\x29\x83\x81\x51\x86\xff\xcc\x76\x2a\x83\xb9\x07\x22\x9b\x32\x18\x28\xca\x95\xa6\x0c\x6e\xea\xdb\xe5\x02\xa0\xbe\x05\x06\xa7\x19\xb3\xa9\x6f\x81\xfa\xaf\xc8\x16\x0c\xc7\x93\x5e\xd3\x11\x08\x54\xfd\xa2\x4d\x3f\x60\x33\xe8\x73\xb1\x55\x34\x1d\x81\xcd\xa0\x4f\xd7\x09\x1d\x81\xcd\x30\xcd\xe5\x47\xab\x32\x06\xaa\x1b\x7f\x53\x19\xb7\x61\x7f\x5b\x0d\xfb\xdb\xc8\x4d\x6e\x8b\xc8\x66\xe4\x26\x30\x8a\x5f\x81\xfa\x19\x18\x24\x9b\xcc\xa6\x7e\x06\x86\xde\xd3\xa6\xf3\x0f\x28\x9c\x6d\xca\xa6\xf3\x0f\xf8\xfe\x3f\xff\x6c\xda\xa8\x0f\x9a\xb6\xf3\xa6\xf0\x06\xea\x0f\x36\xdf\x14\xde\xc0\x28\xd3\x22\x87\x6e\xb2\x68\xb2\xef\x37\x75\x37\xd0\x49\x9d\x96\x4d\xd9\x0d\x8c\xc2\x1e\xdf\x94\xdd\xc0\x28\xec\x91\x4d\x0f\x21\x30\xc8\x6e\x99\x4d\x21\x0e\xf4\xea\x64\x51\x88\x03\xa3\x60\x12\x6c\xfa\x07\xdb\xa4\x77\xc2\x5f\xb4\x77\x3e\xe8\x06\x1a\x34\x75\x78\x53\x28\x93\x97\x39\x9b\x42\x19\x28\x46\x32\x34\x85\x32\x30\xb8\x73\x3b\x9b\x3a\xb9\x99\x3f\x7e\xb9\x31\xa9\x8a\x81\x51\xb0\x5a\x35\xfd\x77\xc0\x28\xf0\xf4\xa6\x4e\x06\x46\x71\x93\x53\x27\x37\x0f\xd1\x2d\xd7\x42\x85\x2c\x30\x34\x8b\x35\x43\x39\x81\xf6\x73\x7e\x1a\xca\xd9\x8c\xdb\x5c\x2e\x1b\x6a\x5b\xa0\x1a\x25\xdb\x94\xb6\x40\x92\xd5\x3f\x9b\xda\xb5\x79\x12\x6e\xb9\x46\xe4\xae\x07\x31\x6b\x2e\xa2\xaa\xd2\xb6\x8a\x8f\xf1\xa3\xea\x4d\x60\x78\xac\xa3\xa9\x37\x81\x51\xe0\x06\xcd\x50\xce\x66\x28\xe7\x1a\xff\x9d\xed\x24\x9b\x91\x9e\x40\xca\x05\x9b\xa2\xb5\xe9\xf1\x5b\x2e\x04\xaa\xd6\xa6\x6a\x75\x87\x54\xb5\x36\xd3\xc0\x2c\xe7\xb9\xee\x3d\x60\xec\x2d\x5e\xd5\x0a\x0c\x99\x77\x53\xb5\x36\xc3\x3a\x97\xab\xa0\xb2\x15\x18\x7b\x09\x59\xbb\x1f\x5c\xf1\x5c\x3f\x95\xad\xc0\xd0\xe9\xd2\x54\xad\xcd\x3c\x96\xcb\xc9\xaf\x6c\x05\xf2\xe7\x0f\xe8\x05\x6c\x9e\xb1\x33\x58\xb2\x29\x48\x81\xf5\x73\x49\x55\x8f\x02\xa3\xb8\x53\xab\x47\x9b\x7a\x34\xfd\xff\x0e\xae\x7a\x14\x22\xdf\xd4\xa3\x40\xd5\xa4\xd2\xd4\xa3\xed\xd8\x0d\xa0\x51\x0a\xcb\xa6\xb0\x44\xe8\x34\x85\x25\x50\x0d\x48\x6c\x0a\x4b\xa0\x1a\x79\xd3\xd4\x95\x4d\x11\x09\xb1\x6c\x8a\x48\xa0\xc4\xda\xff\xcc\xf1\x3c\x59\x09\xd2\x22\x5b\x79\x92\xaa\xc6\x45\x5c\x5d\xd9\xd4\x95\xf2\x22\x75\x25\xd0\xab\x7c\x44\x5d\x09\x0c\x6e\x8d\xcb\xa6\xac\x6c\x06\x67\x2e\xbf\x4b\x75\x25\x30\x8a\xac\x45\x59\x09\x54\xfd\x71\x4d\x59\xd9\x4e\x3b\xc3\x06\xe8\x64\x04\x46\x75\xaf\x52\x56\x36\x65\xa5\xdc\x46\x59\xd9\x3c\xa0\xa7\x8a\x6f\x6a\x48\x60\x70\xa4\x2e\x9b\x1e\xc5\xa6\xac\x5c\xce\x34\x65\x25\x50\x72\xff\x80\x4d\x57\x43\x2e\xbf\x72\x35\x24\x50\x9b\x74\x41\x0d\xd9\x74\x29\x2e\x3b\x52\x97\x22\x50\xb5\xd4\x37\x75\x65\xd3\x7f\xb8\x9c\x1c\xaa\x48\xa0\x90\x90\x3d\x9b\x2a\xb2\x79\x40\x6f\xd9\xe1\x8a\x41\x60\x54\x19\x8f\x62\xb0\x19\xa8\xe9\x51\xa1\xa6\x1a\x04\x06\xa9\x61\xb3\x29\x06\x9b\xde\xc8\xe5\xc0\xa8\x06\x9b\x6a\x70\xf9\x03\x8e\xa8\xa9\xf3\x97\x03\xa3\xf4\x03\xca\x5e\xa3\x95\x7e\xc0\xd8\xfc\x46\xe5\xd7\x74\x50\x6a\x3d\x68\x4a\x3f\x60\x54\x99\x97\xd2\x0f\x28\x9b\x4a\x2b\xfd\x80\x51\x8b\x4f\x39\x7c\x1e\xf7\xd3\x63\xde\x14\x75\xc0\x28\xfe\x7f\x45\x5d\xf3\x6c\xdf\x92\x28\xea\x8d\x04\xda\x4f\xe2\xa2\x33\x12\x18\x1c\x83\xcb\xa6\xa8\x6b\x28\xb8\xd4\x1c\xdb\x54\x70\x40\xfe\x9c\x1f\x2a\x38\x60\xec\x4d\x4c\x01\x07\x54\xae\x54\xcf\xa6\x80\x6b\x5e\xce\x24\x91\xd6\x3d\xd9\x08\x88\xcc\xdf\xcf\x32\xbb\xfb\x53\x61\xa3\xca\xd9\x54\x61\x8d\xeb\x69\xf3\xb7\xcb\xec\xdb\x0f\x46\xfd\x59\x64\xdf\xbe\x4a\x68\xaa\xd6\x55\x61\xc0\x57\x36\x28\x2b\x96\xf9\x21\xf8\x58\xb5\xa8\xfa\xd8\xa4\xac\x59\xd6\xf8\x85\x45\x51\xb7\x08\x67\x1a\xbb\x69\x57\x67\x01\xdf\x9b\x41\xd9\xb4\xcc\x89\xe5\x6f\x86\x45\xae\x87\x95\xa2\xb4\x68\xf9\x66\x52\x76\x58\xe6\x0d\xd3\xfe\xb3\xd3\x22\x16\xfe\xe5\x53\x97\x45\x64\xe3\x99\xfe\xff\xdb\xa2\x1b\xed\x6a\xd1\x63\xd1\x83\xe1\xc7\x66\xbe\x16\x39\xd3\xf8\x5f\xea\x2c\xa0\xe4\xcf\x36\xa9\xb3\x80\x41\x32\xe4\xec\xea\xac\x5e\x1c\x29\x3e\xbd\xae\x5a\x02\x86\x47\x36\xba\x41\x8c\x9d\xd3\x77\xde\xb8\x9f\x5d\x69\x04\x0c\x12\x66\x64\x57\x1a\x01\x75\x2e\xff\x99\xb5\xe5\x8a\xd9\x34\x3a\xb9\xeb\x0d\xec\x15\xc9\x80\xd9\xb7\x57\xbb\xb6\xd2\xb5\x0e\xa7\x9a\x0a\x68\xdc\xf9\x95\x5d\x4d\x05\xb4\x9a\x7f\x30\x7e\x77\x25\x57\xaf\x56\x1c\x71\xdc\xd5\x57\x40\x1a\xa2\xdf\xd5\x57\xbd\xd9\x5b\x10\xa5\xae\x4a\x02\x46\x45\x95\x76\x55\x52\xe7\x4c\x5c\x92\x7b\x29\xbb\xfa\x07\x58\xa4\x16\xcc\xae\xfe\xe9\xcd\x4e\x85\x7b\x74\xc5\x0e\x30\xc8\xa1\x94\x5d\xb1\xd3\x9b\x75\x63\xcf\xea\xca\x18\x60\x70\x6b\x46\xf6\xb6\xeb\x66\xa7\x5a\x35\x3b\xb5\x3b\x39\xa1\xd5\x5d\x2d\x02\x8c\xca\x6e\xda\xd5\x22\x1d\xe1\xe1\x95\x10\xd9\x15\x1e\x40\x86\x1d\xad\xf0\xe8\xa6\xf0\x70\xef\xef\x4a\x0a\x60\xe8\xdb\xe8\x4a\x0a\x60\xed\x81\x54\x52\x74\x92\x73\xa4\x67\x68\xba\x21\x82\x40\x37\x72\xbe\xeb\x7e\x03\xca\x76\x1b\x75\xfd\x6f\xc0\xa8\xce\xbb\xb1\xeb\xc1\x42\xe5\x8c\x55\x65\x74\x6f\x97\x0a\x9f\xb2\x87\x10\x1e\xd5\xaf\x4b\xe1\xd1\xa7\x0d\xf0\x93\x50\x3f\x00\xcd\x2d\xbc\xab\x1f\x80\xef\x31\x06\x5e\xfd\x00\x14\xdd\x01\x5d\xfd\x00\x2c\x8f\xae\x75\xf5\x03\xf0\xbd\xc9\x8f\x2a\x20\x80\x1c\xac\xd1\x5d\x01\xd1\xe7\x6e\x27\x6d\x57\x2e\x00\xa3\xda\x6b\xca\x05\xa0\xa4\xf1\xcb\x5d\xbd\x00\x14\x79\x4f\x57\x2f\x00\x5d\x27\x5d\x9f\xbb\xa1\x2c\x8e\xae\x06\xba\xf2\x80\xef\x9f\xd1\xb7\x6a\x08\x60\x69\x3b\xe9\x6a\x08\xe0\x7b\x8c\x2e\xfa\x3f\xc6\xce\xe4\x68\x7a\x96\x59\xa2\xae\x5c\x13\x9a\xb1\xa8\xcd\xef\x8b\x46\xff\x4d\xb8\xa1\x73\x78\xd7\xdf\xb3\xca\x08\x42\xdd\x02\x84\x50\x66\x4d\xe8\xcc\x03\x0a\xa5\x05\x57\xd7\x99\x07\x7c\x97\x31\x6d\x7a\xf3\x80\x41\xcd\xf0\xd5\xf5\xe6\x01\xdf\x65\x74\x44\x77\x1e\x50\x3b\xea\xa9\x9b\xcf\x06\x0c\xad\x7d\x5d\xdd\x02\x2c\x6d\x71\x5d\xdd\x02\x0c\x13\x8f\xba\xba\x05\xf8\xfe\x9f\xc7\xa2\x83\x0f\x18\xb5\x7a\x4b\x27\x0d\xa7\xdc\xfa\xf9\x26\xeb\x94\x03\x4a\xc7\x86\xd3\x75\xca\xf5\xe5\x2a\xe5\xdb\xd9\x95\x24\x7d\x79\x53\xc6\xae\x22\x01\x06\x75\xdb\x56\x57\x91\x00\xdf\x2f\x79\x06\x6b\xdf\xf4\x63\xad\xf2\xe9\xae\x3b\x0d\x18\x15\xee\xd6\xf5\xa6\x75\x8f\x58\xd5\x43\xd5\x15\x2e\xc0\xa8\xee\x14\x0a\x97\x4e\xc2\xd9\xd2\x27\xd3\x55\x29\x40\xfe\xdc\xf7\x54\x29\x40\xfe\xbc\x41\x3a\xdd\xf8\xce\x96\xc6\xfe\xae\x0c\x01\x86\x71\x4d\x5d\x15\x02\x7c\x97\xd1\x5d\x65\x08\x50\x8d\xad\xe9\x3a\xcf\x3a\xce\xb3\xa5\x8f\xad\x2b\x43\x80\x66\xfc\x7c\x57\x86\x74\x5c\x60\x4b\x57\x50\x57\x4c\x00\xa3\xba\xd7\xa9\x25\x3a\xe5\x34\x96\xfe\xa8\xae\xc7\x08\xe8\x46\x27\x75\x89\x7d\xc7\x3d\xb4\xb4\x52\x76\x69\x3c\xd0\x38\xe1\x6b\x75\x69\x3c\xf0\x5d\xc6\x43\xd0\x3f\x04\x0c\xb3\x16\xbb\xd4\xbe\x9f\x12\x57\x37\x40\x49\x7b\xb7\x80\x22\x34\xa7\x4b\xda\x81\x41\xdd\xf0\xd5\x25\xed\xc0\xe0\x10\x9b\xd5\x25\xed\x40\x59\x1a\x83\xbb\xa4\x1d\x88\xf0\xc1\x4b\xda\x81\xa1\xc5\xa0\x4b\xda\x81\xef\x97\x8c\x5d\x67\x10\x30\xaa\x33\x29\x8f\x07\x52\x4f\x41\x97\xc7\x03\xc3\xd8\xb2\x2e\x8f\xef\x97\x43\xf7\x75\xd1\x3d\x04\xf4\x9f\xef\x81\xd4\xbe\x5f\x3e\xe4\xfd\x53\xc7\x79\x61\x49\xf3\x0b\x21\x67\x07\x46\xc5\x4c\xd4\xe5\xec\x40\xa4\xbb\xa4\x94\x1d\xf8\x04\x00\x83\x92\xb3\x03\x43\xa5\xd3\xf5\x05\x75\x28\xfb\xd2\x32\xda\xe5\xec\xc0\xd8\xdf\x75\x1d\x3f\x40\x1b\xe3\xbf\xcf\xea\x58\x5d\xbf\x10\xf0\xfd\x31\xb3\xa5\x63\x08\x18\x75\xdf\xcb\x69\x80\xf8\x2f\x0d\x25\x5d\xe2\x0f\x94\xbd\x4b\x4b\xfc\xfb\xbd\x47\xc3\xd4\x48\xdf\x81\xda\xa5\x59\xd2\x77\xa0\x2c\x2d\xa7\x5d\xfa\x0e\xd4\xbd\x6b\x48\xdf\x81\x41\x25\xd2\xd5\xa5\xef\xfd\xb1\xbb\x98\x1e\xba\x6e\x1a\x60\xec\xb9\xd7\x4d\x03\x7c\x97\xf9\x53\x1f\x1b\x94\x5e\xfb\x67\x97\xd2\x03\xa3\x4a\x43\xf4\xd3\xf4\xc7\xa5\xe8\x2b\xa1\x07\x06\xa8\xca\x94\x6e\xe0\x20\x50\x96\x76\xd2\x6e\xe4\x20\xb0\xe4\xef\x5d\x96\x0f\xe4\xa6\xd2\xb2\xfc\x2e\xcb\xb7\x67\xb2\xfc\xfe\x7a\x4f\x04\x76\xd7\x17\x02\x8c\xba\x9b\xbc\xe7\x07\xb9\x29\xa6\x5c\x1d\x28\x4b\x2b\x54\x37\x0c\x10\x18\xa6\xe8\x0e\xe9\xfb\xf8\x79\x03\xa4\xed\x90\xfd\x02\x43\x53\xde\x90\xfd\x0e\x49\xac\xc6\xaa\x21\x89\x1d\x66\xfa\xb0\xef\x0d\x49\x2c\x50\x96\xb2\x7b\x18\x33\x07\x54\xca\xd8\xad\xa1\xff\x00\x48\x0e\x83\x5f\xc3\x90\xb9\x51\xdc\x45\x99\xc9\xa1\xff\x00\xe8\xd4\x5a\x59\x43\x46\x3c\xf0\x1f\x2c\xa5\xc5\xd0\x7f\x00\x34\x23\xda\x86\xfe\x83\x51\x7c\x06\x70\x82\x21\xff\x05\xf2\xd7\xbd\xc1\x6b\x13\xf3\x81\x0d\x7a\x18\x46\x07\x7c\xbf\x5c\xb4\x39\x50\x6a\x54\x70\xf2\xcd\x1a\x96\xa8\x00\xbe\xcb\x18\x82\x35\x2a\x80\x65\x90\xc6\x90\x5f\x0f\x8e\x40\x5d\x8a\xa8\x21\xc1\x06\x52\x21\x34\x24\xd8\x03\x77\xc4\x92\xc1\x0f\xdd\x11\x40\xd5\x9f\x32\xa4\xcb\x40\xa3\x36\xd2\x1a\xd2\x65\x60\x71\x7e\xcc\x1a\xba\x23\x06\x36\xff\xa5\x38\x1f\x1a\xfd\x81\xa6\xda\x1d\xd2\xe0\x21\x0d\x66\xc3\x19\xd2\x60\x60\x70\x72\xc1\x1a\xda\xfc\x81\xa1\x5d\x7d\x68\xf3\x07\x86\xde\xa5\x21\x57\x06\x92\xaf\xdd\x90\x2a\x03\x45\xfe\x35\xa4\xca\x83\x52\xeb\x3b\xb5\x7f\x68\xf1\x07\x92\x23\x3a\xd7\xb0\x08\x04\xf0\x5d\xc6\x2d\x75\x02\x00\x83\x13\x60\xd6\xd0\x09\x30\x24\xde\xf2\xe2\x21\xf1\x06\x52\xe9\x30\x24\xde\x40\xf1\x08\xd7\x35\xf4\x02\x00\x83\xea\x7c\x6b\xc8\xc5\x81\xaa\x99\x6c\xc8\xc5\x81\x56\x7d\x2f\x0c\x85\x1b\x24\x0d\x2d\x09\xd8\xe8\x7b\x54\xac\xaa\xfd\xff\xae\xaa\x61\xb2\x36\x1f\x86\x21\x65\x1f\x52\x76\xbe\x9c\x43\xca\x0e\xa4\x8e\x81\xa1\x13\x00\x28\x1e\xd5\xb7\x86\x5e\x00\x20\xd5\x9d\xc3\x74\x20\x60\x70\xd4\xd3\x1a\x72\x7d\xe0\xfb\xa5\x6d\x8e\x73\x70\x4c\x83\x33\x24\xd7\x1f\x72\x7d\x88\xe6\x90\xeb\x8f\xe1\xa0\xe0\xc5\x43\x5f\x01\x30\x38\x08\x65\x0d\x7d\x05\x63\x3a\x28\x3e\x80\x43\x1a\x0f\xe4\x8f\xef\xd3\x90\xc5\x03\xdf\x65\xfc\x54\x1a\x0f\x0c\xc3\x6d\x87\x34\x7e\x4c\xbb\xcb\x07\x6a\x68\xe1\x07\x06\x07\x4d\xac\x21\x65\x07\x76\xc8\xc4\x90\xb2\x03\xcb\x04\xcf\x21\x63\x1f\xe4\xfb\x2c\x3f\x4a\x43\x7e\x0e\x2c\x53\xdb\x86\xfc\x7c\x84\x23\xe0\x73\x36\x64\xd9\xc0\xa8\xbe\xd9\x92\x6c\xe0\xbb\x8c\x11\xc8\xb2\x81\xde\x9c\x0f\x49\xf6\x08\xdf\x32\x88\xcf\x90\x52\x03\x49\xa5\xdf\x35\xa4\xd4\x40\xf1\x1c\xdd\x35\xe4\xd4\xc0\xe0\xdc\x8a\x35\xa4\xd4\x43\x4a\x3d\xfd\x33\x47\x85\x77\xa0\xfe\xe1\x24\xcc\x35\x74\x1e\x8c\xf0\x49\x3a\xe8\xd8\x83\xe6\xb0\x52\xf7\x1f\x63\xea\xc6\x72\x80\x7c\x27\x87\x91\x71\x40\x51\x0c\x0c\x1d\x0a\xc0\xa8\xee\xaa\x3a\x14\x86\xf4\x7d\xef\x06\xd2\x77\x60\x70\xda\xce\x1a\xc6\xcf\x01\xf9\xf3\x2d\x91\xd1\x03\xdf\x2f\x59\x8b\x52\x7a\x60\x99\x12\x3e\x64\xf4\x40\x59\x7b\x6f\x91\xd2\x03\xc9\x59\x87\x6b\x48\xe9\x07\x49\x42\x6b\x7f\xc7\xd6\x1e\x15\x5b\x39\x9c\x70\x18\x0e\x07\x7c\x97\x31\x50\xc3\xe1\x80\x34\xca\x67\xe8\x9e\x18\xe9\x7c\xb8\x1f\x48\xf3\x81\xd5\x31\x87\x0d\x69\xfe\x48\xf7\x68\x97\xb1\x2e\x03\xa0\xff\x5c\x2a\x72\x75\x60\x18\xf2\x31\xe4\xea\x23\xed\x2e\xa2\x7b\xe8\x1f\x00\x72\x4f\xb8\xee\x81\x71\xd8\x0f\x77\x1c\xc3\xd5\x80\xc1\xc9\x19\x6b\x18\xae\x06\x7c\x97\x31\x21\xc6\xab\x01\x5b\xc6\x0e\xdd\x03\xc0\x77\x19\x1d\xd1\x3f\x00\x8c\x7f\x37\xf0\xc1\x90\xfe\xd3\xa1\x1c\x43\xff\x00\xd0\xb4\x58\x0f\xfd\x03\xe3\x70\x65\xb9\x18\x8c\x45\x03\xc6\xbf\x6e\x38\x28\x62\xd1\xba\x4f\x4f\x65\x01\x8c\xea\xc6\xaa\xcb\x60\x9c\xae\xa2\xdd\x66\x6f\x09\x1f\xab\x7e\xe9\x55\x0c\xc0\x77\x19\x03\x50\x32\x0c\x25\x83\xe3\x54\x32\x00\xf9\xab\xfe\x99\xbd\xbd\x7c\xee\x92\x10\x29\xfd\x90\xd2\x23\x93\x87\x94\x7e\xc8\xd5\xab\xdf\x6b\xb9\x3a\x50\xf7\x5e\x28\x57\x1f\xb2\x70\xce\x68\x58\x43\x16\x0e\x2c\x9d\x6d\x43\x16\x0e\xa4\x66\xb9\xa1\x2d\x1d\x28\xfb\xa3\x22\x2f\x07\xaa\x81\xd3\x43\x5e\x3e\x64\xd9\xcd\xcf\xb5\x2c\x7b\xc8\xb2\xd1\xfe\x43\x96\x0d\x7c\x97\x31\xdf\x9a\xdc\x81\xaa\x4f\x71\x48\xbc\x07\x76\xf3\xd5\xfc\xaa\x68\x37\x07\x46\x95\xba\x49\xbc\x81\xb5\x39\x99\xc4\x7b\x90\x8a\xb3\x9a\x9f\x67\xb9\x32\xd0\xcc\xab\x1e\x52\x65\x60\x19\x4c\x3d\xa4\xca\x03\xeb\xf7\x6a\x7e\x03\xb5\x7e\x03\xc5\xaa\x07\x43\xeb\x37\x90\x3f\x59\x82\xd6\xef\xf1\x7a\x4f\x1c\xe1\xc3\x88\x23\x60\x19\x1e\x3f\x8c\x38\x02\xca\x32\xa3\x65\x98\xfc\x0f\xa4\x06\xeb\x61\x10\xd2\x78\xed\x87\x2f\x95\x11\x47\x40\x84\x64\x42\x5b\x37\x90\xfb\xa5\x7d\x77\x3f\x08\xcc\xc5\x71\x33\x24\xd9\x43\xfa\x6c\x92\xcb\x90\x3e\x0f\xe9\x33\x46\x8e\x29\x7d\x9e\x3f\x47\xc0\x33\x98\xda\xb0\x81\xd4\x98\x38\xb5\x61\x03\xc3\xb5\x3c\x35\x61\x03\x7b\x2f\x9d\x9a\xb0\x81\x65\x11\x8b\xa9\x09\x7b\x52\x8c\x6e\x19\x0c\x3c\xb5\x57\x03\xcb\xdc\xff\x29\x63\x9f\xd2\x73\xc3\xfa\xa6\xf4\x7c\x4a\xcf\x79\x2a\x53\x7a\x3e\x8b\x13\x39\x6c\xb3\x1f\x05\x32\x91\x36\xd9\x0f\x49\xb6\xf1\xf7\x53\x92\x0d\xe4\x8f\xef\xd8\x94\x64\x4f\x49\x76\x73\x08\x92\xec\xb9\x49\xb6\xfd\x60\xd6\x26\xec\x79\x71\xe4\xc6\x9a\xd2\x67\x20\xf5\x19\x4c\xd9\xf3\x24\x98\x67\x51\xe2\x74\x4d\x79\x31\x30\x38\x81\x69\x4d\x0d\xcf\xc0\x77\x99\x6d\x69\x1b\xdb\x02\xef\xfb\x34\x57\x65\x56\xdf\x5a\x22\x01\xa6\x5c\x19\x58\x3a\x0e\xa7\x5c\x79\x6a\x1f\xa6\x0a\xfb\x9a\x12\x63\xa0\x77\x67\x5c\x62\x0c\x94\x65\x20\xe2\x94\x19\x03\xf9\xdb\x97\x39\x21\x9a\x91\xdb\x5f\xac\xe2\x53\xe6\x3c\xb5\x32\xa7\x7f\x6c\x37\x9b\x2b\x8f\xb7\x7f\x9a\x0d\x02\xec\xbd\x70\x1a\x3f\x33\xbb\x23\xe4\xb5\x9e\x66\xb5\x4f\xeb\x90\xf1\x49\x9d\xf2\x53\xa0\x24\xdf\xe7\x29\x3f\x05\xea\xe4\x45\x9c\x86\xb2\x00\x35\xab\x4d\x2e\x9f\x81\x7f\x09\xce\x3d\x25\xb1\x73\xb8\xd8\xd3\xcb\x5c\xec\x83\xf2\x83\x90\x89\x29\x63\x05\x76\x80\xfe\x94\xb1\x4e\x42\x59\x16\x47\x2c\xae\x29\xf1\x04\xba\x9a\x75\x6a\x64\x06\xbe\xcb\xe8\xad\x56\x66\x60\x49\x0b\xa7\x56\xe6\x29\x65\xed\x6c\x99\x53\xca\x0a\xf4\xbd\x06\xa4\xac\xc0\xfa\x21\xaa\xa6\xe1\x2d\x53\x16\xdb\xd9\x97\xa6\x2c\x16\x98\x96\x5e\x9c\xb2\xd8\x39\xa7\x97\xd9\xe6\x5a\xfc\x60\x19\x34\x32\x65\xac\x53\xf3\xb1\xc1\x9c\x53\x32\x0a\x94\xfd\x3a\x69\x3e\x06\xc2\x40\xa4\x29\x3d\x05\x8a\xb5\x34\xd7\x94\x9f\x02\xa1\x5d\x62\x6a\x3e\x9e\xda\x8a\x4d\xbc\x9f\xda\x8a\x81\x66\x91\xa4\x29\x8b\x9d\x92\xcc\x0e\xd3\x9f\x92\x4c\xa0\x18\xae\x31\x25\x99\x80\x87\xc6\xae\x29\xc9\x04\xc2\x70\x9f\x29\x8b\x04\xc2\xa0\xbd\x69\x08\x0a\xd0\x4c\x5e\x9c\xf2\x4a\xa0\x19\xb5\x39\x63\x77\xf6\xe5\x87\x74\xcc\x5c\x0d\xa0\x51\x70\x7b\x4d\xb3\xca\x81\xae\x8f\x7f\x6a\x28\x06\x6a\xf8\x4c\x34\x14\x4f\xf9\xa2\x75\x39\xa7\x7c\x11\x68\x14\x9d\x5e\x53\xbe\x08\x84\xc6\x91\x29\x5d\x04\x8a\x46\xb9\x29\x5d\x04\x42\x7b\xcc\xd4\x00\x3c\xb5\xf6\x76\xbe\x28\x53\x6b\x2f\x10\xfb\x01\x4b\x03\x81\xef\x32\xdb\x5c\xdd\xc4\xa9\x68\x2f\x99\xc6\xa1\x4c\x6d\xb6\xdd\x8f\x80\x3c\x10\xe8\xbf\x7d\x99\xfd\x48\xfb\x61\x93\xfd\x38\xec\x87\x53\x6b\xb0\x07\x10\xc6\x3e\x4e\x69\x20\xd0\xf7\x33\x97\x06\xce\xc3\x25\xea\x03\x96\xf3\x01\x61\x8c\xd4\x94\xf2\x01\x61\xb8\xe2\x94\xf2\x01\x9e\x00\xbc\xa6\x94\x0f\x08\x23\xa9\xa6\x94\x0f\xf8\xfe\x9f\xb9\x35\x26\x04\x08\x23\xb5\xa6\x39\x0a\x53\x03\xb3\x49\x92\x53\x1a\x08\x84\x2e\xd6\x29\x0d\x04\x62\x4f\x9a\x34\x10\x08\xad\xf7\x53\x93\xf3\xd4\xbe\x2c\x1b\x9d\xda\x97\x01\x4f\xf8\x5d\x53\xfb\x32\x10\x86\xa1\x4c\x23\x47\x80\x30\x34\x60\x4a\x29\xe7\xe9\x12\x72\xb9\x4b\x16\x01\x4f\x15\x5e\x53\xb2\x38\x09\xed\x58\x92\xd6\xa9\x49\x18\xe8\xd3\x8d\x43\xfe\x38\xb5\xff\x6a\xaa\x9c\xda\x7f\x01\x0f\x44\x5e\x53\xfb\x2f\xf0\x5d\xc6\x82\x31\xb6\x03\x68\x9a\xc4\xa6\xa1\x1d\x40\x33\xf5\x6e\x1a\xda\x31\x65\xa3\xdd\xc7\x22\x1b\x05\xc2\x28\xa9\x29\x1b\x05\x8a\x05\x07\xa6\x96\x63\xa0\x74\x57\xbc\x96\xe3\x79\xb9\xbd\x38\x1f\x12\x54\x20\x34\x07\x4e\x09\x2a\x10\x86\x37\x4d\x09\x2a\x10\x9a\xf9\xa6\x04\x15\xf0\x38\xe2\x35\xb5\x0c\xcf\xdb\xd9\xf0\x11\x48\x50\x81\xaa\x85\x63\xca\x4f\x27\xb1\x1e\x9e\xf8\xbd\xa6\xb1\x1e\x40\x68\xe6\x9b\xc6\x7a\x00\x2d\x1c\x80\x89\xe7\xc0\xf7\x4b\x1e\x9e\xc9\x00\x40\x1f\xbb\x6b\x8e\xf3\xde\xe3\xf4\xa6\x8e\x93\xc3\x4d\x0d\xc6\x9a\xda\x8f\x81\xd8\x4f\x40\xfb\xf1\x94\xed\xf6\xf5\x87\xa8\xf0\x29\x19\x9e\xc6\x82\x38\x81\x92\xe1\x29\xf3\xed\x7e\xaa\x65\xbe\x40\x18\xc2\x37\x65\xbe\x93\xd3\x6b\x76\xa9\xce\xa9\x95\x18\xf0\xc8\xe8\x35\x35\x12\x03\x35\xfc\x20\x6a\x24\x06\xca\xea\x4e\x97\x56\x62\xa0\xef\x31\x6b\x25\x9e\x2f\x85\x45\xdd\x54\x0d\xfc\x00\x62\x93\x1d\x99\x35\x10\x86\x87\x4d\x99\xf5\x34\x3c\xa4\xfb\x70\x0d\x0f\x01\x3c\x30\x7a\x4d\x59\x34\xd0\xb5\x93\x4e\x59\xf4\xb4\x5c\x96\x73\x2a\x8b\x9e\xaf\x4f\x63\xff\xd2\x31\x41\xa3\xcd\x1a\x99\xb2\xe8\xf9\xee\x31\x7d\x03\x08\x69\x34\xd0\xa8\x4f\xbe\xc2\x18\x12\xe0\xbb\x2c\x69\xab\xb6\x11\xe0\xc2\x4b\x18\xc6\x90\x00\x9e\x82\xbd\x42\xfe\x1d\x06\x8c\x68\xf4\x08\xd9\x36\x90\xd6\x32\x09\xd9\x36\x10\xc6\xf1\x84\x6c\x1b\xf0\xc4\xeb\x15\x46\xe6\x03\x51\x76\x2f\x0e\x9b\xd8\x45\xd2\xff\x3a\x6d\xba\xbc\x65\xa5\xed\xb6\x8d\x27\xbc\x87\xc9\x6c\x04\x59\xe6\x6b\x60\x32\x0f\x39\x39\xd0\xcd\x83\x0c\x2d\xe6\x40\x18\xb0\x18\x5a\xcc\x81\xef\x97\xfc\x9b\x26\x73\xa0\x59\x55\x24\x24\xf3\xa1\x15\x5d\x32\x13\xb2\x79\xa0\xad\x7d\x99\xe3\xa4\xce\xb3\x75\x10\xc3\xb8\x92\x90\xf3\x5b\xf8\x33\xe4\xfc\x40\x18\x65\x13\x72\xfe\x30\xfc\xc4\x7a\x95\x61\xf8\x09\x50\x4d\x15\x0f\xc3\x4f\x42\x69\x60\x41\xcc\x28\x7b\xf0\x0f\xff\x66\x13\x4b\x21\x34\xb6\x5b\xd2\x33\x34\xb6\x03\x95\x33\x1d\x3e\x81\x6a\x13\xa7\xae\x60\xf3\x0b\xd5\x02\x10\xda\xd5\x43\x5b\x3b\xf0\xfd\x19\xdd\xb5\x44\x34\x10\xc6\x7a\x84\xe6\xf7\x50\x40\x18\x68\x10\x0a\x08\x20\x8c\x88\x0a\x05\x44\xd4\x3d\x02\x66\x52\xb5\x00\x78\x84\xf9\x0a\xe3\xfc\xc3\x70\x15\x4b\xb8\x85\xe1\x2a\x40\x18\xd6\x14\x86\xab\x04\x55\x9d\x77\x29\xda\x30\x82\x1f\x08\x43\x85\xc2\x08\x96\xd0\x74\x6f\x7a\x74\x68\xba\x07\xa2\x3a\xe1\x2a\x94\x20\xd3\x7c\x59\xc6\x30\xd4\x1e\x80\xa7\xb0\xaf\x50\x5b\x44\x73\x08\xb8\x4e\x43\x23\x3c\x10\xfa\x06\xa2\xed\x21\xbc\xdc\x80\xab\xd4\x16\xd1\xed\x07\x4a\x3a\xb4\xa4\x03\x5d\x23\x6b\x68\x48\x07\xc2\xb0\xba\xd0\x90\x0e\x94\x7f\x7f\xe6\x4c\x76\x97\xcc\xfe\xa5\x5d\xfb\x20\x0c\x30\x09\xb5\x4b\x68\x5c\xd7\xcb\x1d\x8a\x17\xa0\x19\xcc\x1b\x8a\x97\xa0\xae\xd6\xb2\xe0\x46\x68\x49\x07\x3c\xd8\x7c\x85\xb2\x24\xb4\xa4\x1b\x85\x1a\xea\x92\xf0\xa4\x54\x5f\x78\x75\x49\x18\x36\x63\xf5\xb4\xd0\x94\x0e\x54\x1d\x73\xa1\x25\x3d\x0c\x9b\xb1\x1c\x59\x68\x4a\x07\x3c\xa0\x7c\x85\x8a\x26\x28\xb6\xb5\x2c\x34\x16\x2a\x0e\xc0\x73\xe4\x57\x18\x10\x13\x46\xbf\x58\x61\x2b\x54\x1c\x40\x54\x0c\x21\xa1\xd9\x1c\xf0\x38\xf5\x15\x9a\xcd\x81\xd0\x3d\x10\x06\xbf\x00\x9f\x78\xa6\xc9\x01\x28\x2e\xac\x02\x15\x8a\x0b\x20\x74\x83\x84\xe2\x02\x28\xcb\x62\x4e\x61\x70\x0a\x10\x3a\x55\x42\xbd\x11\xda\xc3\xad\xab\x14\xda\xc3\x81\xc2\xb9\x02\x2b\xb4\x87\x03\x65\x8d\xdd\x66\xdf\xb0\x91\xef\x7d\x58\x13\x39\xf0\x5d\x46\x47\xb4\x91\x03\xcb\x3a\x9d\xa1\x7a\x89\x70\x85\x43\x30\x42\xad\x02\x44\x2d\x7f\x28\x8e\x12\x4a\x19\x20\xf4\xc3\x84\x52\x26\x82\x79\x70\x8f\x50\xb7\x84\xb1\x2b\x96\x23\x0a\x25\x09\x10\x86\xe8\x86\x92\x04\x08\x3d\x16\xa1\xd5\x1c\xc8\xc9\xc7\x33\xb4\x9a\x03\x1e\x17\xbf\x42\xab\x79\xac\x3d\x64\x26\x50\x13\x39\x10\x3a\x53\x42\x13\x79\xac\x3d\x64\xe6\x5e\x7d\x03\x84\xfe\xa6\x50\xdf\x00\x65\x59\xe3\x37\x14\x38\x40\xd3\xa0\x1f\x0a\x9c\x50\xe0\x58\xd0\x37\x14\x38\x40\xe8\x22\x0a\x05\x4e\x18\xbb\x62\x04\x5e\x18\xbb\x02\x84\x1e\x9c\x30\x76\x25\xd2\x15\xe5\x47\x2a\xf7\x1d\x9e\xff\xfd\xdf\xb2\xda\x40\x68\xd4\x06\xea\x72\xd6\x34\x6a\x87\x85\x8b\x87\x9f\x54\x83\x52\x80\x65\xa1\xa1\x50\xf3\x84\xd6\xea\xe1\xc7\x52\xe9\x02\x78\xb4\xff\x0a\xa5\x4b\x50\x7f\x78\x19\xf4\x1a\x0a\x15\x20\x74\xd4\x87\x3a\x05\x88\xbd\x55\xa9\x53\x80\x30\xa4\x23\x34\x60\x87\xd2\x65\xfa\x79\x53\xba\x00\xa1\xfd\x37\x94\x2e\x41\x9e\xf4\xbf\xe5\x69\x20\x0c\xe0\x31\xfb\x2b\xd4\x29\xc0\x77\x19\xfd\x50\xa8\x00\x61\x98\x47\x28\x54\x42\x55\x32\xfd\xd4\xa8\x4a\x80\xba\x97\x91\xaa\x04\x48\xab\x2f\x84\x41\x2f\x40\xd9\x9e\xaf\x30\xea\x05\xf0\xd0\xfe\x15\x46\xbd\x84\x7a\xc6\xd2\xa6\xa1\x9e\x01\x3c\x7a\x7f\x85\x7a\x26\xd4\x33\x56\x28\x0d\xf5\x0c\xb0\x2c\xd2\x10\xea\x99\x50\xcf\x18\x8f\x1b\xea\x19\x20\x0c\x9e\x0a\xf5\x4c\x18\xaa\x6e\xd1\xd2\x50\xd0\x00\x69\x21\xb7\x50\xcf\x00\xc5\xe3\x5f\x56\x28\x68\x80\x30\x52\x2a\x14\x34\x40\x18\x05\x14\x0a\x9a\x50\xd0\x58\xdb\x34\x14\x34\x40\x5a\x58\x2c\x14\x34\x41\xc2\xf3\x32\x81\x3d\x94\x2f\x40\xe8\xce\x0b\xe5\x0b\x10\x46\x89\x85\x16\x77\x20\x8c\x27\x09\x05\x4d\xa8\x41\x2c\x3e\x1a\x6a\x10\x20\xf4\xe6\x85\x1a\x24\x4c\x2b\x9e\xbe\xcb\xaa\x0b\x20\x0c\xa0\x08\xa3\x53\xc2\xe8\x94\xe9\xfe\x61\x74\x0a\x90\xd6\x72\x0f\x45\x46\x18\x9d\x32\xf1\xa9\x86\x2a\x03\x88\xba\x9b\x7c\x06\x8f\x33\xe9\x12\x57\x65\x00\xa1\xf7\x2f\xb4\xaf\x87\x11\x2b\x56\x1a\x0d\x23\x56\x80\x5d\xa5\x26\xd4\x22\x61\xc4\xca\x74\x1d\x29\x46\x80\xd8\x7b\x8a\x62\x04\x48\x63\x8a\x43\x2d\x12\x6f\xf1\x97\xfc\x9b\x51\xe8\x40\x2c\x57\x96\x62\x24\x34\xe0\x6b\x72\x0c\x0d\xf8\x40\x72\xf0\xee\x0a\x0d\xf8\xa1\x01\xdf\xb2\xa2\xa1\xf4\x00\xda\xfe\xd4\x28\x3d\x80\xef\x32\x66\x5c\xed\x01\x2c\x0b\xcf\x85\x16\xfc\x50\x8e\x4c\xac\x09\xa1\x1c\x01\xc2\x08\x87\x50\x8e\x84\x72\xc4\x12\x61\x4b\x39\xb2\x0c\x56\xb7\xe2\xee\x52\x68\x00\x9d\x03\x73\xd7\x52\x68\x00\x65\x4d\x2c\x4b\x4b\x4b\x3f\xb0\x82\x19\x5f\x6a\x8f\xb5\xb5\xc7\xa4\x29\x6c\xf2\xf9\x61\xb9\x5a\xca\x0a\x20\xea\xee\xc7\x69\x93\x7d\x43\xf0\x2c\xc3\xc9\x81\xb4\x8e\xe2\xd2\xd2\x0f\xe4\x4c\xaf\xaa\x36\x39\x02\xe6\x6d\x29\x2b\x80\x30\xbc\x68\x29\x2b\x96\xb2\x82\x43\xbe\xd7\x52\x56\x00\x4d\xaf\xe9\x52\x56\x00\x61\xac\xc8\x52\x55\xac\xe2\x43\xe0\x0b\xbd\x14\x07\x40\xe8\xd2\x58\x6a\x83\x55\xdc\x64\xe3\x0f\x59\x5d\x4b\x51\x00\x2c\x8d\x34\xcb\xa0\x9c\xa5\x4e\xb0\xf0\xe7\x52\x27\x00\xa1\x47\x79\xa9\x13\x80\x62\xb5\xa5\xa5\x4e\x00\xd2\xe2\x94\x4b\x9d\xb0\xa4\xec\x96\x07\x5d\x52\x76\x20\xac\xa2\xb1\xa4\xec\xc0\xb4\x62\xd2\x32\x0d\x77\x35\x97\xb1\x73\x6f\x84\x39\xb0\x0b\x82\x2d\x19\xfb\x6a\x2e\x63\x76\xef\xa5\x07\x01\x08\x1d\xdb\x4b\x07\xc2\x92\xc5\x5b\xc3\x72\xc9\xe2\x81\xd5\x8a\x97\x39\x83\x8d\x8f\x99\x6b\x4c\x0f\xc1\x6a\x2e\x0b\x44\xe9\x92\xb2\x03\xdd\x38\xf4\x65\x70\xcd\xa2\x84\xd4\xe2\x4c\xe1\xb5\x0c\x9b\x59\x96\x90\x62\x17\x5a\x96\x90\x02\x9a\xe9\x3d\xcb\x40\x1a\x60\x2d\x57\x8a\xf4\x7f\x41\xec\x97\x35\x32\x97\xcc\x1e\xc8\xe5\x12\x30\x44\x66\x49\xf6\xad\x61\xb9\x24\xfb\x40\x33\x87\x66\x49\xf6\x81\x6e\x6d\x90\x25\xd7\x5f\x12\xfb\xe0\x03\xba\x24\xf6\xc0\x16\x9b\x4b\x62\x0f\xb4\xe5\xd0\xe5\xf5\x4b\x12\x6f\x55\xe4\x25\x89\x07\xaa\x3c\x6f\x49\xe2\x97\x24\xde\xaa\xaa\x4b\x12\x0f\x74\x0e\xa8\x5d\x4b\x12\x0f\x7c\x97\xf1\xe0\xf5\x4b\x00\x8b\xc3\x2a\xd7\xd2\x2d\x01\x7c\x97\x31\x50\xfd\x12\x40\xac\x7d\x03\x47\x65\x40\x7c\xc0\xa8\x97\xfc\x1f\x28\xe9\x16\xa1\x0f\x02\x18\x56\x37\x5f\x2a\x02\xa0\x6b\xa6\x5d\x2a\x02\x20\x8c\xaa\x5c\x2a\x02\xa0\xe8\xf1\x59\x2a\x82\x65\x6c\x8d\xce\xdd\xa5\xa7\x02\x28\x56\x15\x59\xc6\xd6\x00\x61\x84\xd6\x32\xb6\x66\xe9\xcf\xe0\x94\xc8\xb5\xf4\x67\x00\x4d\xdf\xee\xd2\x9f\x01\x94\xbd\x51\xe9\xcf\x58\x4a\x0e\x6d\x78\x6b\xee\xa1\x3f\x6c\x98\xde\xd3\x57\x5b\xc9\x11\xa8\x95\xa5\xe4\x00\x9a\x41\x7e\x4b\xc9\xb1\x8c\xd4\xb1\x42\xd1\xd2\xc7\x01\xc4\xcf\x97\xd6\x48\x9d\x65\x08\x8e\x19\xfb\x4b\x7d\x01\x74\x8f\x5a\x59\xca\x8b\xa5\x77\xc4\x84\xbe\xa5\xbe\x00\x96\x75\x86\x96\xde\x91\x15\x3e\xd0\xe6\x4f\x1d\xd6\x07\x61\x5c\xc5\xd2\xf1\x01\x84\x3e\xcf\xa5\x80\x00\xc2\xb8\xff\xa5\xe3\x03\xf8\xfe\x8c\x81\xea\xf9\x00\x7a\x43\x1a\x2c\x65\x06\x10\xa6\x02\x2c\x65\xc6\x32\x3a\xc7\x73\x43\x96\x3a\x03\x48\xb7\x18\x65\x06\x10\xcd\xcd\x4f\x99\xb1\x94\x19\xe1\xab\xad\xcc\x00\xc2\xda\xa8\x4b\x99\xb1\x94\x19\xd1\x6d\xf3\x19\x13\x76\xa3\x53\x6c\x29\x33\x96\x32\x43\x92\xbe\x94\x19\x40\x35\x63\x73\x29\x33\x56\xfa\xa4\x60\xc2\xcb\x78\x1a\xa0\x49\xe5\x97\xca\x63\xe1\x33\x59\x96\xfe\x5c\x3a\x4d\x80\xae\x0b\x78\xa9\x3c\x96\x7e\x94\x80\x5e\x2d\xfd\x28\x40\x0b\x44\xcb\xd2\x8f\xb2\xd4\x14\x16\x04\x5e\x6a\x0a\x20\xcc\x96\x58\x6a\x8a\x65\x3c\x4d\x38\x7a\x1d\x29\x40\xb7\x38\xfd\xd2\x91\xb2\xd4\x14\xe1\x06\xab\xa6\x00\xca\x6f\xff\xd2\x7e\x1c\x4e\x08\x32\x78\x1d\xbb\x23\x94\xfa\xdd\x4d\x4e\xc8\xe9\x83\xc7\x01\xb0\xf4\x74\x00\x65\x7f\x9e\xf5\x74\x2c\x63\x60\xf6\x67\x43\x87\x05\x10\x66\x5a\x2c\x63\x60\x96\xc1\xef\x46\xba\x2f\x75\x00\x10\x66\x5a\x2c\x65\xc0\x32\xe0\xc5\x08\xd8\x25\xc1\x07\x8a\xae\xb1\x65\xc0\x0b\x50\x35\xa0\x2f\x0b\xde\x2e\xd2\x53\x97\xb6\xbb\x25\xe7\x07\xfa\xc7\xe5\xff\xfb\x8b\xad\x22\x00\xc2\x1c\x94\xa5\x22\x58\xba\x33\x62\xdf\xcc\xa5\x87\x3b\xc3\x02\x7b\x4b\xf6\x0f\xa4\x65\x85\x97\xec\x7f\x49\xf5\x63\x5f\xe6\xac\xe2\xbb\xd0\x46\xba\xa4\xfa\xc0\xd2\x16\xb7\xf4\x5d\xac\xdb\x75\x01\x41\x5d\x52\x7d\xa0\x5b\xd2\x66\x49\xf5\x97\xce\x8b\xf0\x2b\x2e\xd7\x07\xba\xe6\xc4\xa5\xf3\x02\xe8\x96\x37\x5e\x06\xd7\x2c\xfd\x19\xba\x20\x97\xfe\x0c\x20\x0c\x6e\x58\xfa\x33\x80\xa6\x71\x6b\xe9\xcf\x58\x86\xe5\x58\x03\x69\x29\x1c\x80\x5d\x98\x74\x19\x96\x03\x2c\x2b\xeb\x2c\xdd\x19\xcb\x78\x78\x4b\x32\x2e\xfd\x19\x40\x78\x94\xd6\x52\x71\xac\x67\x8f\x9d\xf7\xc4\xe4\x55\x20\xac\xcd\xb7\x54\x1c\x40\x58\x4f\x6f\xa9\x38\x80\xaa\x27\x7a\x29\x38\x80\xb0\xb4\xdc\x52\x70\xac\x87\xa1\x2f\xbf\xd8\x16\x29\x02\xc2\x78\xe7\xa5\xf3\x63\xe9\xaf\xe0\x8c\xd2\xb5\xd4\x08\x40\x98\xb9\xb3\xf4\x57\x00\xf1\xf3\x09\xa8\x1a\x80\xb2\xac\xef\xb8\x94\x0d\xcb\x53\xf9\xdd\xd1\xf4\x61\x00\x35\xfd\x04\xea\xc3\x58\xfa\x30\x96\x2c\x41\x1f\x06\x50\x37\xb5\x52\x48\x00\x65\xf3\x77\x85\xc4\x32\xb8\xde\x14\xeb\xa5\x6a\x00\xc2\x1a\x81\xcb\xe0\x7a\x20\xd7\x6e\xf2\xa9\xbc\x2e\x48\xff\xcc\x87\xa2\x8e\xf0\xeb\x9f\xea\x88\xd4\x87\xa1\x16\x4a\x7d\x18\xa9\xb6\x68\x5e\xd6\x6c\x9a\x5e\x96\xb4\x85\x6d\xf1\xdd\xb4\x7b\xd9\xb2\x89\x11\xe8\xfc\x4b\x45\x43\xea\x8b\xf8\xd9\x74\xda\x64\x47\xf8\x16\xa7\xa2\x01\x28\xc9\xb7\x2d\x15\x0d\xa9\x2f\x62\x61\xeb\x48\x55\x03\x50\xcc\x6e\x4a\x45\x43\xea\x8b\xe0\xb9\xa7\xa2\x21\xcb\xf2\x97\xb6\xa5\x6d\xb8\x49\x7e\xfe\x99\x5d\xc3\x7b\x60\xd6\x46\x2a\x10\x80\xb0\x3c\x5b\x2a\x10\x52\x6a\xbf\xe7\x43\x6a\x0f\x84\x19\x5b\x29\xb5\x4f\x8d\xfb\x0b\xc1\x9b\x1a\xf7\x81\x66\xf0\x6e\x6a\xdc\xcf\xea\x14\xf1\x61\x4f\x2d\xf9\x40\x33\xbc\x20\x8d\xad\x07\xc2\xba\x6b\x59\x77\x3f\x9c\x35\x8c\x24\x69\xc5\x1e\x60\x48\xd4\x52\xa1\x00\x94\x65\xb9\xba\x54\x29\x00\x3b\xdf\x23\x55\x0a\x40\x4e\xbe\xcf\xa9\xb9\x1f\x08\xb3\xc4\x52\x73\x7f\xaa\x27\x2c\x6a\x97\xea\x09\x20\xcc\x12\x4b\xf5\x44\x1a\xa4\x64\x05\xbb\xd4\x05\x00\xa4\xfa\x31\x95\x18\xa9\x9e\x90\xb5\xa7\x7a\x02\x58\x56\x90\x49\xf5\x44\x1a\x86\xbf\xa0\x6f\xa9\x52\x00\xc2\x9c\xb3\x34\x0c\x3f\x15\x0f\x16\x72\x4b\xc5\x03\xd0\xb2\xda\xe4\x10\xf4\x14\x78\x98\x69\x2a\x15\x80\x54\x15\xa7\x9e\x82\xf4\x38\x79\x4b\xa8\xa5\xb6\x77\x20\xa4\xa9\x29\x6b\x4f\x49\xb5\x55\xbe\x52\x52\x0d\xe4\x9c\x36\x3d\x36\xc1\xc1\x20\x79\x69\xac\x0f\x50\xb5\x19\xa5\x96\x77\x20\xd5\xf0\x29\xf3\x4e\xa3\xd3\x17\x5f\xa5\x94\x54\x03\xe9\xe1\x23\x29\xa9\x4e\x93\x4c\x4d\xdb\x4c\x59\x35\x10\x16\x38\x4c\xed\xec\x39\x5d\x6c\x7c\x96\x52\x0a\x0d\xac\xb1\xfc\x37\x9f\xc1\x74\x97\x49\xdb\x7c\x08\x1f\xa4\xe5\x44\x53\x0a\x9d\xa6\x8f\x5a\xcc\x2a\xe5\xcb\x40\x58\xb2\x2e\xa5\xcb\x29\x37\xe6\x64\xfe\x95\x72\x63\x60\xfd\xe9\x8b\x9d\x52\xe7\xd4\xbe\xbe\xd8\x20\x53\xfb\x7a\x1a\x0b\x84\xfe\x4a\x0d\xe8\x19\xf4\xc9\xca\x56\x29\xdb\x05\xda\xde\x98\x64\xbb\x29\xdb\xb5\xa4\x54\xca\x76\xd3\x38\x1f\xdf\x1d\xd9\x2e\x50\x96\xc5\xa2\x52\xba\x0b\x84\xb5\xbf\x52\xb6\x9b\x6b\x78\x19\xeb\x47\x72\x0b\x94\xd8\x37\x70\xf6\x25\xb2\x09\x77\x48\x89\x2c\xb0\x93\x55\x53\x22\x9b\xc6\x8a\xa7\x5b\xb0\xb1\xe2\x40\xa4\x97\x19\x2b\x9e\xda\xcb\x2d\xe3\x93\xb2\x56\x60\x07\xa7\xa6\xf6\xf2\x94\xc8\xa6\x5b\xb0\x44\x16\xd8\xae\xdf\x94\xc8\x02\xe5\xdf\x7b\xa7\x0d\x1d\xc8\xee\x0e\x69\xfa\x67\x9a\xc4\x69\x95\xfc\x34\x89\x13\x48\x4b\xdd\xa7\xdc\x36\x8d\xf8\x4e\x2c\x8c\x69\xc4\x37\x90\xdd\xdd\xc4\xe8\x9f\x3c\xd2\xcb\x78\xa6\x06\xf6\x00\xab\x3b\x2a\xb9\x6d\x1a\xd8\x63\xf1\xa0\x94\xdc\x02\x69\x74\x5e\xca\x6d\x53\xeb\xb8\x07\x60\xa4\xd6\x71\x20\x8d\xce\x4b\xad\xe3\x69\xe6\x68\xfa\xe2\x49\x6e\x81\x34\x3a\x2f\x35\x98\xa7\x7c\x37\x5d\x35\xf2\x5d\x20\x55\x1d\x29\xdf\x4d\xad\xe3\x46\xad\xa5\xd6\x71\x60\xa7\x0d\xa6\xd6\xf1\xd4\x14\x9e\x6e\xc2\x72\x60\x60\x19\xdc\x90\x9a\xc2\xd3\x04\x50\x73\x2a\xd3\x04\x50\x20\x8d\x48\x4b\xad\xe3\x40\x58\x1b\x35\x25\xcf\x40\x35\x06\x2e\x25\xcf\x40\xd9\x1f\x16\xc9\x73\x6a\x43\x4f\x37\x5c\x6d\xe8\x29\xa1\xde\x4d\xee\x26\x17\x75\x02\x91\x87\x29\x61\x06\x5a\xf7\x81\x4a\x98\x81\xd9\xf7\x2d\x9d\x8d\x0f\x6a\x0f\xff\xcb\x15\x43\x7c\xba\xc7\xe9\xa4\x14\x3a\x39\x2b\xc2\x23\x90\xd2\xf0\xf4\x94\x42\x27\x66\xce\x94\x42\xe7\x47\x8e\xa7\x85\x7a\x52\x6e\x0c\x54\x49\x6f\xca\x8d\xd3\x5c\xce\xf4\xe3\x20\xeb\x05\xf6\x71\xcf\x69\x2e\x67\xde\x3e\x27\x37\x65\x29\x2e\xb0\x8f\x7b\x4e\xad\xe5\x29\xeb\xb5\xba\x51\xca\x7a\x81\xf0\x34\xc4\x94\xf5\xa6\x51\x3c\x56\x37\xca\x7b\x77\xf7\xe1\x32\xbb\xeb\xa3\xd3\x82\xee\x49\x87\x29\x9f\x05\xaa\x4e\xd8\x94\xcf\xa6\x16\x74\x4f\xd7\x4b\x09\x2d\x10\x46\x06\xa4\x84\x16\x28\xcd\x37\xc3\xfc\xce\x7c\xdc\x51\xc2\x36\x87\xf0\xc1\x3e\x9d\x3a\x35\xa0\xa7\x25\x5b\x2c\x06\x94\xcf\xee\xdb\xcb\x65\xf4\x43\xda\x9b\x12\x5a\x6d\x8a\x29\xa1\x05\xa6\xa7\x43\xa6\x84\x16\x48\xe5\x7e\x4a\x68\x53\x6b\xb9\x55\x7e\x52\x6b\x39\x90\x8a\xfb\xd4\x5a\x9e\xf2\xde\xbd\x70\xe5\xbd\x40\xac\xea\x65\x2e\x19\x79\xa9\xc5\x80\x0e\x79\x29\xd0\xe5\xdf\x87\xe1\x36\xc0\x4a\x66\xf2\x90\xa9\x02\xb1\x96\x57\x35\x9b\x1a\xa7\xe2\x24\x4d\xdd\x26\x5f\xed\x65\x5b\xd8\x16\x9f\xea\x9a\xde\x72\xd9\xb4\xc8\xf6\x19\x34\xa5\x4d\xae\xa2\xf4\xb2\xc3\x36\xd2\xbb\xf6\x3d\x4f\x9b\x5c\x45\xbb\xb7\x97\x6d\x17\xbd\xf5\x9e\xb7\x4d\xae\x22\xbe\x9f\x87\xf1\x36\xc0\x76\x84\x1f\x16\x68\x39\x64\xc7\x5a\x23\x0f\xd9\x31\xb0\x92\x59\x3b\x64\xc7\x87\xf6\xf3\xe4\x33\x7b\x48\x85\x81\xe5\x11\x4f\x87\x54\xf8\xd0\x7e\x6e\xe1\x9f\x43\xfb\x39\xb0\xac\xbd\x77\x68\x3f\x07\x56\xdb\xf7\x74\x8a\x2c\xf7\x92\xf9\x87\x7c\xec\xc3\xa8\x1d\x60\x99\x91\x7f\x48\xbb\x8f\xe2\x91\x0c\x3f\x6f\xe6\x7c\x41\xb2\xfd\x66\x1f\x92\x6c\xe0\xbb\xcc\xae\x3b\x5f\x85\x0c\xb9\xf4\x97\x4e\x17\xc6\xfa\xf4\xa8\xc4\x43\x6b\x3c\xb0\x3c\x25\xf4\xd0\x1a\x7f\x60\x66\xcf\x1f\x1f\x9f\x43\x3b\x3b\xb0\x2c\xfa\x78\x68\x67\x07\xbe\xcb\x6c\x73\x6e\xaa\x73\xc3\x0d\xa4\xec\x07\x94\x7d\x27\x78\x1d\x52\x76\x20\x24\x9a\x87\x94\xfd\xa8\x0e\xa1\xd8\xe6\x10\x08\xe8\xef\x98\x30\x0f\x43\x74\x0e\x8c\xfb\xbb\x98\xee\x21\x67\x07\xd6\x64\x43\x38\xa4\xec\x07\xf1\x38\x69\x4d\xa1\x43\x82\x0e\xec\x68\x99\x43\x82\x0e\x94\x9d\x42\x79\x48\xd0\x81\x8f\xba\xd3\xe4\xb3\x6c\x0e\x81\xcd\xe4\xd0\xba\x0f\xac\xd5\xec\x87\x43\x20\x1e\x67\xe7\x2a\x1d\x6d\xf7\xd7\x7d\x8e\xc1\x1b\x8f\x73\x74\x87\x00\x2b\x38\x24\xe8\xc0\x66\x00\x87\x04\xfd\xe8\xf6\xcd\x27\xa3\xdd\x1e\xf8\x24\x04\x4d\xf6\x8d\x04\xd8\x5d\xb1\xe2\x90\x8d\x03\x53\x0b\xcb\x61\xdc\xce\xd1\xed\x9b\x4f\x46\x8b\x3c\xb0\x72\xff\x72\xf7\xed\xf5\x32\x7e\x6a\xee\x00\xb0\x85\xfb\x61\xee\x00\x50\x76\x26\xee\x61\xf2\x00\xb0\x72\x37\xb9\x68\x86\x4f\xa1\xfb\x53\x9f\xc2\x07\xcb\x5a\x43\x87\xf6\x7d\x60\x35\xf6\xb9\x43\xed\x70\x0c\x47\xd5\x6d\x73\x54\x1f\x6c\xfa\x73\x68\xde\x3f\x86\xaf\x07\xe6\xc9\x43\x5b\x3e\xb0\xd9\xf8\xa1\x2d\xff\x18\x0e\x1e\xb2\x7a\xa8\x31\x80\x5d\x10\xff\x50\x63\x1c\xd3\x07\xe3\x22\x57\x51\x00\x9b\xb0\x1c\xda\xf2\x81\xed\xab\x3a\xb4\xe5\x03\xdb\xec\x7d\x28\x3b\x8e\xe9\xe3\x73\x2b\x55\x63\x1c\x16\xb2\xf1\xf5\x53\x63\x1c\x18\xee\x53\xbf\xce\xa1\xe5\x1e\xd8\x31\x9b\x87\xb2\x03\xf8\x2e\xf3\xa7\x0e\xf4\x83\x7d\x82\xcb\xa1\xec\x00\x36\x0b\x3b\x94\x1d\xc0\xae\xb3\x76\x68\xb8\x07\x3e\x15\x47\xd3\x1e\xba\xcf\x1d\x2a\x75\xa8\x44\x80\x4f\x27\xd2\xe4\x6c\x78\x28\x05\x5f\xcb\x43\x6d\x02\x84\x54\xed\x50\x7c\x00\xcb\xd3\x29\x0f\x03\x8a\x0e\x03\x8a\xf6\xe7\xc1\x88\x22\x60\xa9\xbe\x0f\x03\x8a\x8e\xd8\xb3\xe1\x0d\x9c\x8d\x0f\x7a\xf7\x7d\xd4\x94\x7f\xc4\xe9\x65\xcc\xad\x52\x06\xd8\x3c\xf5\xd0\xba\x7f\x84\xdb\x1d\x42\xf5\x50\xdd\x00\x9b\xf5\x1e\xaa\x9b\x63\xb9\x4a\x61\x31\x87\x1a\x05\xd8\x1c\xfa\xd0\x24\x0f\x6c\xbd\x7c\xa8\x5a\x80\x4f\x70\xd3\xe4\xf3\x5c\x66\x91\x78\x95\xeb\x76\x39\x28\xcc\xc8\x87\x56\x7a\xa0\x37\x77\x0a\xd3\x1f\x80\x36\x9b\xb7\xf4\x09\x2f\xf7\x44\x4c\x88\x87\x46\x7a\x60\x59\x23\xe0\xd0\x48\x7f\xa4\xeb\x16\x5e\x73\x98\x07\x7b\x24\x6f\xa3\xeb\x45\xb9\x03\x34\x93\x48\x0e\xe5\x0e\xf0\xfd\xd2\xcb\x1c\x67\x92\xdd\xe3\x93\x52\x01\x1d\xe9\xdb\x08\x23\x3a\x94\x3b\xc0\x0a\xf8\xec\xa1\xdc\x01\xbe\xcb\xe8\x9b\xe5\x6e\x80\xe5\x99\x1f\x87\x49\xb5\x47\xfa\x36\x42\x9c\x8e\xdc\x43\x78\x38\x38\xca\x9b\xfa\xa4\xd2\x25\x09\x4b\x3a\x8c\x36\x02\xf6\x19\x31\x87\x7a\x0a\x58\xd6\xf0\x3f\xd4\x53\xc0\xf7\x4b\x6e\xaa\xb3\x00\x58\x1e\x72\x7c\xe8\x2b\x00\xd6\xdc\xbf\x74\xec\x07\x4b\x72\xfc\x21\x27\xfb\x50\xa7\x01\x3b\x52\xf3\x50\xa7\x01\xdf\xed\xbd\x97\xb3\x75\xf0\x69\x77\xab\x35\xd6\xe9\x38\x5c\xc4\x52\x21\x75\x1a\xb0\x63\x52\x0f\x75\xda\x71\xec\x69\x60\x52\x15\x65\xc0\x92\x8d\x1e\xfa\x20\x0e\x0f\x80\xd0\x18\x7c\xa8\xd3\x80\x5d\xce\xe4\x50\xa7\x1d\xa7\xbb\x92\xac\xc0\x90\x25\x60\x59\xf0\xf4\x50\xba\x1d\xa7\x4b\xd6\x4d\xd4\xdc\x5c\x60\x17\x2b\x3e\x94\x6e\xc7\xe9\x10\xe4\x3d\xba\x2f\x80\xed\xb3\x3b\x94\x6e\xc7\xe9\x7b\x98\xf6\xd7\xa7\x7b\x62\xf9\xc0\xce\x7b\xa8\xd3\x8e\xcb\x21\x60\x16\x3c\x54\x65\xc0\xd6\x21\x87\xaa\x0c\x28\xa9\xc5\xf2\x50\x95\x1d\x46\x36\xb9\x15\xaa\xca\x0e\x2a\x6e\xa6\xb6\xc8\x43\x0d\x06\x2c\x0f\xec\x3c\xd4\x60\xc0\x77\x99\x3f\x75\xa4\x9c\xeb\xa7\x46\x3a\x14\x61\xc0\x77\x19\x23\xd5\x91\x01\xec\x14\xa6\xc3\x30\x26\xe0\xbb\xcc\x36\x47\x4f\x2e\xb1\x15\x79\x0f\xb5\x1a\xf0\x5d\xe6\x1d\x9c\x10\xfc\x1d\x6a\xcd\x43\x7f\x07\xf0\x5d\xc6\x4f\x8d\x76\x02\xb6\xf2\x3b\x94\x79\xc0\x32\x8e\xee\x50\xe6\x1d\xc8\xbc\xd4\xd6\x73\x28\xf3\x80\x65\xae\xe5\xa1\xcc\x03\x96\x45\x72\x0f\xdd\x1d\xc7\xed\x40\x7d\x51\x94\x79\xc0\x32\x4a\xf7\x50\xe5\x01\xbb\xa8\xff\xa1\xca\x03\xbe\x5f\x3a\x02\x07\x7a\xf3\xa5\x09\xff\xcc\x71\x7a\x36\xba\xc7\xa5\x1c\x3a\x32\x80\xb5\x55\x87\xc2\x0f\xf8\x2e\xb3\xcd\xa7\xfc\xb0\x29\x4f\x7f\xe9\x53\x7e\x1c\xa8\xcc\x4c\xe5\x07\x6c\x95\x77\xa8\xfc\x80\xa5\xb9\xf6\xd0\xb9\x71\x3c\x0e\x14\xc7\xf7\xa1\x18\x04\xb6\x9c\x3d\x14\x83\xc0\x77\x19\xeb\xc3\x70\x2a\x60\x79\x3c\xfd\x61\x34\x15\xb0\x74\xe1\x1e\x4a\xc6\xe3\xf5\xe9\xf9\xc2\xe8\x17\x01\x96\x05\xef\x0e\xfd\x22\xc0\x77\x19\xff\xa6\x8c\x04\xb6\xc2\x3d\x94\x91\xc7\xbb\x07\xca\x43\x50\x33\x02\xcb\x12\xc4\x87\x9a\x11\x88\xfd\x45\x52\x32\x02\xcb\x33\x42\x0e\x25\x23\x50\xd2\xe3\x39\x0e\x7d\x25\xc0\x0e\x39\x39\x8c\xb9\x02\xbe\xcb\xfc\xa9\xf3\xf1\xf2\x99\xf5\x8b\xa4\xfb\x04\xf8\x2e\xb3\x1f\xce\xc7\x4b\xf0\x28\x8a\xff\x78\xf7\x7c\xbc\x5e\xf6\xcd\xee\xa9\x4e\x05\x76\x42\xf7\xa9\x4e\x3d\xd5\xa9\x7c\x09\x4e\x75\x2a\xb0\xac\x73\x78\xaa\x53\x81\xef\xcf\xfc\x65\xb7\x0d\x7e\xcf\x40\x4f\x83\xb5\x80\x65\x35\x88\xd3\x60\x2d\xe0\xfb\xa5\x37\x08\xdb\x02\x3f\xc0\xa2\x69\xd9\xb4\xa7\xc8\x9f\x1e\xb6\x51\xd0\xa2\x3a\x80\xd3\xa6\x3d\x76\x7f\xfa\xd8\xc6\xd8\x11\x37\xa7\xa2\x14\x28\x69\x09\xaf\x53\x51\x7a\x2a\x4a\xf9\x0a\x9e\x8a\xd2\xb3\x38\x2a\xd8\xc9\xa9\x02\x05\xb6\xed\xe4\x54\x80\x02\xdf\x65\x0c\x41\x05\x0a\x2c\xd3\x80\x4f\x15\x28\xb0\x4f\x0f\x3d\x55\x98\xc0\xf7\x4b\x46\xa5\xc4\x04\x76\xe6\xee\xa9\x67\x07\x58\x56\x88\x38\x15\x9d\xc0\x2e\xb2\x77\x2a\x3a\x4f\x45\xa7\x9a\xf0\x54\x74\x9e\x8a\xce\xe9\x00\x9c\x8e\xea\x7b\xe0\xec\xea\x00\x02\x96\x27\xdc\x9e\x3a\x80\xce\xea\xa0\x60\x0a\xa7\xd2\x11\x08\x3f\x87\xa7\x19\xe3\xc0\x77\x19\x03\x35\x65\x1c\x58\x19\x7f\xc8\xca\x3e\xcd\x07\x39\x3d\xe9\xd0\x4f\xe3\xa9\x00\x05\x96\x9e\xc7\x53\x9f\x11\xb0\xcb\x12\x9c\x4a\x52\x60\x59\xc7\xf9\x54\x92\x9e\xcd\x37\x98\xfd\xf1\xd4\x3f\x04\x2c\xeb\xe7\x9f\xca\xcf\xb3\x39\xf7\xec\x2e\xa7\x2e\x1d\x60\x79\x2c\xc8\xa9\xae\x3c\x15\x91\xa6\xa9\x9e\x6d\xdf\x81\x15\x55\xbc\xcc\x15\xd5\xfd\x37\xb6\xd6\x53\x8d\x07\xac\xc5\xcb\x7f\x1a\xc1\x75\x2a\xfb\xcc\x1c\x3b\x95\x7d\xa7\xb2\x6f\x37\xed\x7f\x23\x93\x1a\xaa\x7f\xaa\xfa\xce\xe1\xf3\x80\x77\x9c\xaa\x32\x60\xdb\xad\x4e\x3d\x3a\xa7\x42\xcd\xec\xc1\x53\xa1\x06\xac\x9e\xfe\xd2\xae\x0d\x3e\xa9\x30\xb2\xd3\x38\x2c\x60\x79\x58\xfa\xa9\x74\x03\xbe\x3f\xb3\x1f\x3e\x03\xd2\xc3\xad\xcd\x79\xea\x31\x3a\x95\x56\x66\x76\x9d\x4a\x2b\xa0\x5a\x41\xea\x54\x5a\x9d\x6a\x26\x93\x83\x4e\x35\x13\xb0\x72\xf9\x4b\x6f\xf0\x41\x53\xd3\x9c\x73\xdf\xe0\xf1\x97\xac\x6c\x15\x12\xb0\x8c\x53\x39\x15\x48\xc0\x8e\x62\x3a\x15\x48\x27\xc9\x14\x69\x6e\xd0\xa9\xf6\x01\x76\xce\xfb\xa9\xf4\x39\x89\x6c\x4a\xd3\x68\x4e\x23\x9b\x4e\xeb\x75\xfa\x4e\x18\xd9\x74\x12\xb2\x94\x26\x46\x9d\x8a\x1a\x60\xc7\x9f\x9c\x86\x2c\x9d\xb1\x6b\x7a\x73\x53\x45\x0d\xb0\x4f\x6b\x39\xf5\xd8\x9c\xe4\x5c\xa7\x39\x22\xa7\xa2\x03\xd8\x47\xe5\x9e\x8a\x8e\x93\x7a\x9a\x69\x8c\xfc\xa9\xc2\x00\xd2\x80\x9c\x53\x1f\xcb\x49\x64\x50\x1a\x26\x7e\x1a\x19\x04\x44\xc0\x41\x4f\x45\x07\xb0\xac\x55\x7a\x2a\x3a\x4e\x45\x87\xb1\xfa\xa7\xa2\x03\x58\x66\xc4\x9d\x8a\x0e\x60\x19\xb6\x78\xea\x76\x39\x89\x1f\x4a\x53\x17\x4e\xe3\x87\x80\x6d\xac\x3d\x8d\x1f\x3a\x15\x18\xc6\xe5\x9f\x0a\x0c\x60\x59\x0a\xfd\xcc\x3d\x02\xa7\xcd\x55\xaf\xc0\x00\xba\x87\xed\x9c\x0a\x0c\xa0\xca\xfc\x4e\x05\x06\x50\x34\x5e\x9f\xea\x8b\xd3\xb3\xe8\x7c\x04\xea\x0b\xa0\xed\x5e\xa8\x2f\x80\x6a\x75\xde\x53\x01\x71\x1e\x98\x52\x5d\xdf\x8a\x05\xa0\x19\xe4\x7e\x2a\x16\x80\xb6\x9f\x89\xae\x1f\xa0\xeb\x9c\x3c\x75\xfd\x00\x4d\x27\xfd\xa9\xa2\x00\xbe\x41\x32\x3f\x4a\x0a\xa0\x7b\x82\xd4\x69\x58\x13\xd0\xcd\x55\x3b\x75\x06\x01\x5d\x55\x7c\xaa\x3b\x80\x2a\xbb\x3d\xd5\x1d\xa7\xba\xc3\xc0\xfa\x53\xdd\x01\x54\xd3\x8e\x4f\x75\x07\x50\x35\xe7\x9c\x26\x54\x9c\x9f\x14\xe9\x7b\x85\xaa\x44\x80\xae\x6e\x3b\x55\x22\x40\xd7\x9a\x73\xea\x44\x02\xfa\x0f\x46\x76\xaa\x4d\x80\x62\x32\xcc\xa9\x36\x39\x77\xd2\x05\x73\xa1\x5b\xe9\x54\xae\x98\x4e\x71\x2a\x57\x80\x36\xf6\x9f\x39\x3d\x1f\x94\xe9\x8a\xd2\xd3\x04\x34\x83\x80\x4e\x05\x0c\x50\x26\xa4\xe7\x54\xc0\x00\xd5\x63\x70\x4f\x1d\x4d\x40\xd7\x31\x71\x2a\x69\x4e\xce\x20\xd7\x0d\x7c\x2a\x5f\x80\xa6\x35\xed\x54\xbe\x9c\x06\x69\xf9\x09\xd6\xa9\x74\xea\x54\x72\x21\x2a\x68\x80\x6f\x44\xac\x57\x15\x0d\xd0\x95\x25\xa7\x82\x06\x68\xc3\x97\x50\x41\x03\xf4\xbd\x47\xab\x67\x80\xbe\x76\x93\xb3\xf3\x41\x37\x73\xea\x54\xce\x00\xc5\xe3\x51\x4f\xe5\x0c\xd0\xf5\x35\x9f\xaa\x19\xa0\x2f\x14\xdf\xa9\x9a\x39\x55\x33\xb5\xaf\x3f\x7c\xa6\x15\x3b\x40\x37\x6d\xf3\x54\xec\x9c\x04\x72\x19\x1e\x7c\x1a\xc8\x05\x34\x0d\x44\xa7\x5a\x07\xe8\x89\xf6\x3b\xd5\x3a\x40\x6b\x4e\xbb\x5a\xe7\xbc\x93\xab\x58\x5b\x3a\xb9\x80\x62\x9d\xb6\x53\xf5\x73\x9a\x96\xee\x42\x52\xfd\x00\x3d\x7d\x12\xaa\x9f\x53\xf5\xe3\xd6\xa7\xf8\x01\x4a\x97\x2e\x2a\x7e\xce\xe7\xc7\x0f\x99\x62\xf3\x46\x4e\x03\xbb\x7c\xcd\x94\x43\x40\xd7\x08\x76\x2a\x87\x80\xbe\x3f\x48\xaa\x21\xa0\x7b\x8c\xd4\xa9\x1a\x02\x8a\x66\xc8\x53\x31\x04\x34\xdd\x3e\xa7\x62\x08\x28\x75\x77\xc2\x99\x78\x9c\x09\x7a\x6f\xb6\xc9\xa9\x3e\x32\x71\xe7\x54\x1f\x01\x75\x6f\xdc\xea\x23\xa0\x19\xd9\x74\x2a\x8f\x80\xde\x76\xc7\x9c\x8a\x0f\xba\x1e\xff\xf3\xd9\x53\x61\x98\x01\x8f\x48\x8f\x1a\xd0\xd3\x6d\x55\xc1\x74\x7a\x8a\x9d\x2f\xb6\x82\x09\xa8\xbf\xfd\x43\x67\xe7\x83\x6e\xa4\xc0\xa9\x5e\x02\x9a\x39\xe8\xa7\x6e\x37\xa0\x99\xa2\x7b\xaa\xa0\x80\xee\x79\x54\xa7\x0a\x0a\x68\x96\xad\x38\x55\x50\x40\x1f\x3e\x5b\x15\x14\xd0\xd3\xf7\x5a\x01\x05\x54\x4d\xf8\xa7\x02\x0a\x28\xc3\xf9\x52\x3f\x01\xdd\xa3\xad\x4e\xf5\x13\x50\x4c\xf5\x39\x95\x4f\x40\xd5\x9f\x74\x2a\x9f\x80\x6e\x98\xc3\xa5\x7a\x02\xba\x87\x5d\x5d\xaa\x27\xa0\x79\xe6\xfc\xa5\x7a\x02\xba\x67\x5d\x5d\xaa\x27\xa0\xf8\xf2\x5f\x8a\x27\xa0\x1b\x1e\x71\x29\x9e\x80\x6a\x26\xe7\xa5\x78\x02\xba\x9b\xde\xa5\x76\x02\xba\x07\x8a\x5c\x6a\x27\xa0\x59\xaf\xfd\xd2\x15\x78\x29\xa7\x4c\xac\xba\x94\x53\x40\x97\x2a\x5d\xca\x29\xa0\x1a\x2b\x76\xe9\x09\x04\xba\xae\xa2\x4b\x4f\x20\x50\x0c\xc8\xb8\xd4\x5c\x40\xfd\xed\xab\x5e\x9b\x98\x30\x5e\xbf\x4b\xc9\x05\x34\x0d\x08\x97\x92\xeb\x22\x3b\xdf\x93\xba\x2e\xdd\x80\x40\xd3\x7b\x72\x29\xc2\xae\xc2\x3a\xa9\xfe\xd0\x71\xe3\xdf\x93\x9a\x5d\xaa\x2b\xa0\x4b\xfa\x2f\xc5\x15\xd0\xf5\x63\x5e\x8a\x2b\xa0\x5b\xb1\xfb\x52\x5c\x01\x5d\x8f\xe2\xa5\xb8\xba\xcc\xb9\x0f\x3b\xe1\xb0\x3f\xe8\xba\x6b\x2e\xb5\xd5\xa5\x43\xcf\x9c\xb0\x4b\x87\xde\xf5\x69\xab\xae\x0b\xee\x52\x5b\x01\x4d\x8e\x74\xe9\xcf\x03\xba\xa5\xa7\x2f\xfd\x79\x40\xd1\xdf\x74\xe9\xce\x03\xba\xfe\xa6\x4b\x4d\x06\x34\xed\x43\x97\x9a\x0c\xe8\xba\x74\x2e\x25\x19\x50\xcd\x48\xbc\xd4\x5c\x40\x75\x73\xba\x74\x03\x5e\xd5\x71\x7b\x95\xe3\xfe\xa0\x7a\x6e\xf7\xa5\xe4\x02\xda\x48\x7b\xef\xb8\x2b\xcf\xd6\xde\x1b\xcb\x07\xd4\x8e\x25\xfb\xd2\x2f\x08\x34\x79\xce\xa5\x5f\xf0\x6a\xec\x14\xdd\x26\x87\xdd\x38\xf9\xd1\x05\xac\x5b\xf0\x6a\x3c\x6e\x38\xd3\xa5\x0b\xf0\x32\x46\x8f\xcd\xe3\x32\x44\xef\xd2\x8f\x67\x16\xe0\xa5\x1f\x0f\xa8\x56\x51\xbb\xf4\xe3\x5d\xfa\xf1\x4c\xf0\xb9\xf4\xe3\x01\x45\xa7\xeb\xa5\x1f\x0f\x88\xee\x7a\xea\xfb\x06\x0b\xaf\xb2\xff\xef\x24\x72\xa6\x7b\x67\xdf\xb9\x94\x78\x57\x97\xd5\x4c\xdb\x9c\x45\x32\x72\xcc\x88\xb8\xcc\xc8\xb9\xf4\xec\x59\xf3\xf5\x52\xe3\x01\xf1\x2d\x95\xff\xfc\x22\x5f\x3a\xfe\xae\x21\x77\x47\x67\x5d\xba\xef\x80\xb0\xc4\xd1\xa5\x50\xbc\x86\xaf\xbb\x2b\x4e\xbd\x07\x4c\xf3\xfa\x2f\xf5\xde\xa5\xc3\xcd\x1a\x93\x97\x0e\x37\xa0\xed\x25\xa7\xc3\x0d\xa8\xba\xa3\x2f\x1d\x6e\xd7\xf4\x06\xcb\x36\x6f\x30\xb7\xe9\x92\xa6\x7d\x03\xea\xfe\x39\xcf\xca\xbd\x8b\x73\x17\xd2\x02\x5e\x97\x0e\x2b\x60\x0c\xd8\xca\xa5\x68\xbb\xf6\xa9\x6f\x7c\x40\x2e\xe5\x18\x10\x16\xf7\xb8\x74\x4e\x01\x45\xe1\x7c\xe9\x9c\x02\xca\xde\xd6\x8c\xbc\xbb\xc8\x40\xcf\xe6\x8e\x65\xb0\x1c\x10\x03\x0e\x71\x19\x2b\x77\x51\xa4\x35\xad\xed\x78\xe9\x75\x02\x62\xf0\xe1\xbf\xf4\x3a\x5d\xfa\x93\x9a\x03\xd5\x9f\x74\x6d\x6d\x47\x6f\x95\x76\x40\x0c\x3e\xf3\xd7\xda\xfd\x38\xfd\x25\x23\x30\x7e\x0e\xa8\x26\x78\x5c\xba\x98\x2e\x0a\xa6\xa6\x95\x22\x2f\x45\x1b\x10\xd6\x1d\xb9\xd4\x6c\x97\x5e\x21\x0d\x5d\x97\x5e\x21\x20\xac\x62\x72\xe9\x15\xba\xf2\xf2\x32\xff\x6d\xdf\xe1\xc6\x34\xe5\xbf\xf9\x4a\x23\xd0\x8c\x39\xbe\x14\x68\x97\x02\xad\xb9\x7b\x2a\xd0\x80\x7d\xbe\xdd\xa5\x40\x03\x22\xa6\x57\x39\xb9\x64\x8b\x68\x77\xbe\x14\x68\x17\xf5\xb4\xb2\xb9\xc9\xea\xa9\x01\x56\x73\xf9\xa9\xbd\xae\xed\xa8\x61\xbe\xd5\x5e\x40\xec\x4f\xa3\xda\x0b\xd8\xc5\x27\x2e\xb5\x17\x10\x5a\x16\x2e\xb5\x17\xb0\x43\xea\x2f\xa5\xd7\x45\xd4\x5d\x6a\xf1\xbc\x14\x5a\xc0\x0e\x9d\xbd\x14\x5a\x40\x36\x64\xe8\xa5\xd0\xba\x14\x5a\xd6\xab\xbc\x14\x5a\x40\x36\x97\xb2\x42\x0b\x08\x39\xd4\xa5\xd0\x02\xc2\xf0\x9a\xcb\xc4\xf5\x4b\x37\x50\x73\x98\x8a\x2f\x20\xc2\xdd\x4c\xf1\x05\x2c\xcf\xff\xbb\x14\x5f\xc0\x3e\x25\xfd\x52\x7c\x01\xdf\x9f\xd9\xe6\x04\x51\xb5\x55\xab\xcd\xa5\xfa\x02\x42\x26\x7a\x29\xbe\x80\x5d\xa0\xe2\x52\x7c\x01\xd9\xe0\x5a\x97\xe2\xeb\x3a\xf7\x9c\xd9\xe6\x9c\x7d\xb0\x6b\x99\x5e\xaa\x2f\x60\x1f\x84\x75\xa9\xbe\x80\xb4\x82\xe2\xa5\xfa\x02\xd6\xde\x05\x75\x28\x01\xcb\x02\x03\x97\x82\x0c\x58\x46\x68\x5c\x0a\x32\x20\xf7\x66\xac\x20\xbb\x74\x31\x19\xad\x77\xa9\xc8\x80\xa5\x01\xe1\x52\x90\x01\x4b\x21\x7d\x29\xc8\x80\xef\x97\x3c\x39\x15\x19\xb0\xd6\xee\xbf\x53\xa6\x64\x52\x51\x5e\x6a\x22\x20\xd5\x31\x97\x9a\x08\x58\xc6\x11\x5e\x3a\x80\x80\x30\xe7\xe9\x32\x05\x06\xf8\xfe\x8c\x67\xa2\x74\x02\xd2\xba\x73\x97\xd2\xe9\xba\x77\xd7\x98\x0e\x55\x11\x90\xd2\xd1\xeb\xde\x5d\x73\x2b\xc1\x72\x74\x29\x8b\x2e\x9d\x42\x4e\xa4\xb2\xe8\x52\x16\xb5\x61\x77\x7d\x9e\x38\x85\xac\x2d\x76\xa9\x8b\x80\xef\x32\xee\x60\xc6\x0b\xb0\x2b\x77\x5e\x6a\x25\x60\x9b\xee\x2f\xb5\x12\xb0\xe6\x6e\x72\xec\x0f\x61\xbd\x6e\x7c\x6a\x25\x60\x1f\xa2\x73\xa9\x95\x2e\x3d\x47\x6d\x78\x99\x63\xff\x20\x0c\x9f\xb8\x14\x4b\x40\x36\x3f\x03\x8a\xa5\xeb\x71\x86\x90\xc0\x97\x6a\x09\x58\x9e\xb5\x7f\x29\x96\x80\x6c\x7e\x54\x14\x4b\xc0\x5a\x92\x4d\xc5\x12\xb0\x8f\x4b\xbe\x14\x4b\xd7\xeb\xf6\x8b\xb7\xea\x52\xce\x00\xab\xc4\x1f\x82\xc9\x2e\xd5\xce\xa5\x8f\xa7\x49\x0b\x94\x28\xc0\xf2\x98\xf0\x4b\x89\x02\xa4\x15\x3f\x2f\x25\x0a\xb0\x4f\x34\xbc\x94\x28\xc0\x2e\xb5\x77\xbd\xbb\x97\x18\xd4\x7e\xfe\x97\x4f\x51\x0f\x4f\x83\x1c\xdc\x6a\x94\x5b\x47\x4d\x43\x45\xdc\x6a\x0d\x20\x5b\x7a\xd9\xb0\x09\x47\xcd\xf2\xaa\x69\x93\x9f\x17\x96\xf5\xad\xb2\x00\x96\xa5\xae\x6e\x95\xc5\xad\xb2\x68\xf8\x51\x6e\x95\x05\xb0\x22\xfd\xe5\x69\x13\x86\xdf\x9f\xf7\xbc\x6c\xf2\xc3\xc4\xf6\x7f\x2b\x2d\x80\x5d\xa4\xef\x56\x5a\x00\xdf\x65\xb6\xbd\xb6\x61\x0c\x66\xa1\xdc\x6a\x0b\x20\x1b\xbb\xec\xad\xb6\xb8\xf5\xd3\x34\xec\xe5\xb7\x7e\x1a\x60\xd7\xef\xba\x55\x12\xb7\x31\x7e\x8d\xd5\x79\xab\x08\x6e\x63\xfc\x98\xf0\x5b\x45\x00\xec\x0c\xb3\x5b\x45\x00\x14\x83\x82\x6e\x15\x01\xd0\xad\x27\x77\x2b\x08\x80\x62\xbe\xf3\x6d\x84\xdf\xad\x4f\xc6\x6d\xf6\xd6\x27\x73\x5b\xc6\x17\x8e\x72\xab\x1b\x80\x62\xbd\xc9\x5b\xdd\x00\x74\xe3\xab\x6f\x75\x03\xd0\x34\xff\xdc\xea\x06\x20\xd3\x7f\x77\xdc\x1f\x74\xab\x30\xde\xca\x06\xa0\xfe\x86\xbf\xf3\xf9\x56\x94\xb6\x03\x52\x36\x00\xc5\x02\x25\xb7\xb2\x01\x68\xd6\xb4\xb9\x75\xde\x00\xcd\x43\x7e\x6e\x95\x04\x50\x7e\xbb\x5b\xce\x97\x35\xbf\x20\x4e\xb7\x4a\x02\xe8\x73\x8f\xc7\xf9\x32\x53\x08\x0e\x7f\x2b\x2e\x80\x62\xca\xeb\xad\xb8\x00\xaa\xc5\x56\x6f\xc5\xc5\xfd\x89\x8b\xd9\x61\xb8\xb7\xe2\x02\x68\x26\xb7\xdc\x8a\x8b\x7b\x17\x19\xf0\xbf\x9c\x9c\x0f\xa6\x31\x3d\xb7\x7a\x03\x28\xc6\xd8\xdf\xea\x0d\xa0\xc6\xfe\x7b\x27\x87\xc0\xc4\xb9\x7f\xe8\xe4\x34\x57\x13\xcf\xcc\xb8\x44\x60\xf6\x6e\x57\x9d\x9c\x0f\xba\xb1\xf9\xb7\x45\x07\x80\xd9\xbb\xfd\x72\x72\x3e\xa8\x4a\xa3\x5b\xbf\x13\x50\x3d\xe4\xef\xb6\x32\x01\x30\x3b\x7b\xdf\xad\x0c\x02\xaa\x1e\xdb\x5b\x19\x04\x54\x8b\x75\xdc\x9e\xfa\x01\x74\x3f\xcf\xb7\x19\x48\x40\xb7\xdc\xc8\x6d\x06\xd2\xdd\x99\x1c\x1f\x87\x5a\x09\x98\x9d\x8f\xca\xad\x56\xba\x3f\x61\x34\xad\x66\x7a\x2b\x8c\x80\x66\x2d\xec\xdb\xea\x05\x40\xd1\xef\x78\x2b\x95\x80\x32\x9a\x5d\x75\x26\x3a\x33\xb1\xbb\xea\x4c\x50\xa8\xcc\x0d\xf0\xd6\x67\x06\x34\x99\xdc\xad\x9e\x02\x8a\xe9\xd8\xb7\x82\xe9\xa6\xea\xc1\xbf\xcd\xce\xb0\x48\x60\x58\x67\xe5\x36\x2a\x12\xa8\xba\x15\x6f\x65\x15\x30\x3b\xdf\xa7\x5b\x59\x05\x54\xab\x28\xde\xfa\xdf\x6e\xfd\x6f\xf2\x92\x5b\xff\x1b\xd0\xa7\x2f\x83\xfe\x37\x60\xee\xfe\xab\xc7\x80\x6e\x81\xa0\x5b\x3d\x06\x34\xeb\x9f\xdf\xba\xdf\x80\x6e\xb9\x93\x5b\xf7\x1b\xd0\x25\xef\xb7\xc1\x94\x40\xdf\x3b\x98\xc1\x94\x40\xf9\xb7\x21\x9a\xb1\x05\xf4\x0e\x39\xbd\x95\x7b\x40\x53\x1c\xdc\xca\x3d\xa0\xeb\x96\xb9\x95\x7b\x40\x31\x59\xfd\x36\xbe\x12\x28\x16\xfc\xbf\x4d\xeb\xba\xf5\x0b\xca\x8d\x6e\xfd\x82\x40\x93\x58\xdc\xfa\x05\x81\xf8\xd7\x0b\x67\x4c\xe9\x28\xc3\xb9\xd5\x8e\xb7\xe7\x04\x36\x2f\x73\x32\xa6\x5f\x0c\xf7\x01\x7d\x85\x40\xf4\xf2\x07\x0d\x7d\x1b\x7e\x79\xcf\x3d\x33\x4c\xa0\xae\x44\xa0\x4f\x37\x05\x5d\x89\xb7\x42\x55\xc7\xfc\xad\x50\x05\x62\xbf\xb6\x0a\x55\xa0\xc4\x6e\x72\x1e\x3e\xe8\xfb\x23\x66\x60\xe5\xed\xc1\xe6\xcd\xff\x77\x1a\x3e\x68\xe6\x99\xdf\x0a\xdc\x9b\x3c\xaf\x9d\x3d\x73\xeb\x35\x04\x8a\x15\x75\x6e\xa5\xeb\x6d\xc0\xe4\x9e\x41\x03\x26\x81\xe8\x08\xbf\x5b\xe9\x0a\x14\x1d\x84\xb7\xd2\xf5\x56\xa6\x6a\xe5\xb8\xd5\xa9\x40\xb7\x56\xee\xad\x4e\x05\x9a\x25\x5e\x6f\x65\xea\x6d\x8c\x63\xc7\x30\x74\x1b\xe3\x08\x84\x87\x78\xdc\x7a\x20\x6f\xa5\xab\x46\xf7\x5b\xe9\x0a\x84\xb5\xbe\x6f\xa5\x2b\x10\x46\x51\xdd\xba\x1b\x6f\x8e\xef\x4b\xcb\xec\xde\x4a\x57\x60\xad\xea\x65\xf6\x96\xb3\x3e\xb2\x57\xfb\xe1\x52\xff\xa0\x59\xb8\xeb\x56\xa6\xde\x86\x20\x5a\x7f\xfa\x56\x81\x02\xcd\x4a\xa3\xb7\x2e\xc2\xdb\x50\xc1\xee\x76\xaa\x02\x05\x56\x47\xa7\xde\x2a\xd0\xfb\x74\xf0\x08\x8d\x5b\x3d\x08\x44\xf7\x5b\xa6\x1c\x04\xd2\xfa\xb2\xb7\x72\x10\xe8\x16\xf1\xb9\x95\x83\x40\xd5\xb8\x75\x2b\x07\x81\xd8\x9b\xa7\x6a\xf0\x3e\xed\x99\x9f\x03\xb5\x1f\x10\xfb\x3b\x72\xee\x9e\xf9\x40\xdd\x9d\xd5\x7e\x40\xec\xed\x53\xed\x77\xeb\x79\xeb\xee\xc5\x8a\x3f\x20\xf6\x26\xae\xf8\x03\xbe\xcb\xec\x88\x6f\xcb\x07\x7d\x34\x6f\xea\x7c\x13\x3b\x68\x49\xea\x5b\xf1\x77\x5f\xce\xf7\x6e\x73\xec\x38\xda\xda\x6e\x72\xec\x54\x74\xde\x7b\xaa\xba\x0e\xf8\x7e\x69\x9b\x83\xa7\xde\xc1\xde\x67\xd5\x75\xb7\x01\x80\x7b\x07\x55\x9e\x01\x66\x19\xde\xfa\xcb\x80\xd2\xd3\x8b\x1c\xd3\xe5\x98\x90\x62\xb7\x0e\xb3\x9b\xba\xcc\xbb\x49\xef\xd8\xad\xd4\x33\x7f\xeb\x56\xea\x01\xd5\xe3\xcc\x6f\xa5\xde\x6d\x60\x5f\x9f\xb6\xd9\xdb\x9b\xfd\xcc\x9e\xe9\xd9\xba\x15\x71\x7d\xda\xe6\x63\xb9\x7d\x2c\x2c\x3f\x45\x1c\x10\xff\xfe\xcc\x11\x70\x8a\x5f\xee\xcd\x43\x11\x07\xd4\x56\x6c\x72\x04\xa4\x6f\x6d\x3a\xa7\x86\x03\x4a\x48\xe1\x95\x70\xf7\xe3\x53\x51\x10\xa8\xce\x80\xb0\x80\xf6\xad\x3a\x03\xa2\x2b\x11\x54\x67\xf7\xe3\xf2\x73\xec\xea\x2e\xa0\x9a\xeb\x78\x5b\x8e\xe0\x56\x8a\x75\xb4\xca\xad\x14\xbb\x9f\x5d\xb8\x8a\x26\xc7\x49\x92\xd7\x5e\xcb\x4a\x31\x20\x2c\xf7\x7d\x2b\xc5\xee\xc7\x57\x5b\x25\xa1\x97\x0a\xa8\x56\x22\xbb\xf5\x52\xdd\xef\x1e\x14\xd3\xa1\x03\x0a\x68\xc6\x17\xde\x2a\x36\xa0\xa4\x75\x6f\x6e\x35\x19\x50\x8d\x3a\xba\xf5\x40\x01\xdf\x65\x0c\x54\x17\xd4\x4d\x92\x97\x07\xab\xde\xfa\x9b\x80\xd8\x4f\x45\x31\x07\x14\x2b\x68\xde\x8a\x39\x20\xf6\x74\x2b\xe6\x80\xef\xff\x1d\x81\x03\x7d\xf9\x64\x39\xb7\xaa\xb9\x5b\xe9\xd6\xf9\x9c\x3e\x4a\xb7\xe7\xb7\x47\x10\xb4\x0d\xdb\xb4\xf5\x26\x4d\xd3\x26\x37\x4e\x18\xc8\xa3\x28\x03\x42\x89\xff\xa8\xc9\x1e\xbd\x3d\x8c\xfd\x51\x93\x01\xdf\x2f\xbd\xe9\x65\x1b\xb5\x87\xd2\x7b\xde\x36\xf9\x5c\xd2\x9f\xbe\xb6\x7d\x5b\xee\x40\x1b\x3e\x0a\x30\x60\x9f\xa7\xfb\x28\xc0\x1e\xe3\xe9\xf4\x02\x3e\xba\x72\x80\xe8\xd1\xff\xfb\x7b\xfd\x18\x6e\xf7\x18\xe7\xe6\xd9\xa6\x8f\xca\x0b\x88\xbe\xef\xff\xd8\x84\xcf\x8e\xe5\xf9\xa8\xbc\x80\x70\x75\x3e\x2a\xaf\x07\x95\x95\x0a\xc0\x47\x99\x05\x34\x0b\x0c\x3e\xca\x2c\x20\x5c\x63\x8f\x32\xeb\xa1\xae\x71\x9a\xa7\xf9\x28\x8e\x80\x62\x5d\xff\x47\x71\x04\x74\x23\xf0\x1e\xc5\x11\xf0\xfd\xd2\x7e\x38\xcf\x95\xf5\x1f\xfe\xd2\x31\xa1\x8e\xd2\xb0\xf2\x47\x79\x04\x84\xb5\xc8\x1f\xe5\x11\x10\x1d\x51\xfb\x28\x8f\x1e\x93\xb2\xcc\x72\x7a\xd4\x47\x40\x74\x76\xc7\x47\x7d\xf4\x98\x94\x65\x3c\xdf\xa3\x40\x02\x96\x56\xc7\x47\x81\x04\x84\x2b\xf6\x51\x20\x3d\xc6\xce\x0d\x94\xc8\xa3\xf6\x01\xc2\x17\xe7\x51\xfb\x00\xd1\x97\x57\x39\xf6\xe6\xc3\xab\xfe\x9b\x03\x6d\x3c\x3c\xd7\xba\x4a\xe7\xa1\xe2\x5a\x0e\x3e\xf5\x8f\xba\x06\x08\x5f\xe0\x47\x5d\xf3\x7c\x22\x26\xac\xf3\xfe\x28\x62\x80\xef\x97\xb6\x39\x28\xea\x28\x58\x0a\xf2\x51\xc5\x3c\x78\x7c\xd2\x44\x81\x47\x19\x03\x0c\xf3\x70\x1e\x65\x0c\x50\xa4\x0d\x8f\x2e\x9f\x47\x97\x8f\x6f\xa1\xca\x06\x88\xfd\xc6\xa9\x6c\x80\x66\xa4\xc6\xa3\xb2\x01\xd2\x92\x5d\x8f\xca\xe6\x19\x3e\x28\xac\xec\x8f\x0a\xe5\x19\x8c\x09\x81\xf2\x28\x50\x1e\xbd\x3c\x03\x11\xf9\x28\x47\x80\x34\xae\xff\x51\x8e\x3c\xc3\xa7\xc2\xb7\xf9\x51\x68\x00\x21\x1f\x78\x14\x1a\x0f\xe5\x90\xd3\xf0\x93\x47\x42\x0f\x64\xb8\xe4\x25\xf4\x8f\xec\xdd\x52\xcd\x8f\xec\x1d\x28\xbf\x69\x93\x93\x66\xc2\x94\x35\x98\x1f\x13\xa6\x80\xe8\xbb\x69\xdf\xd4\x35\xcf\xd7\xff\x91\xbe\x03\x45\x99\xfd\xc8\xde\x81\x62\x2d\xfc\x47\x7a\xfe\x18\xfc\x37\x86\x6d\xae\x79\xea\x34\xec\x1d\x48\xc6\x0e\x44\x47\xde\x3c\x32\x76\xe0\xfb\xa5\x97\xb9\xe6\x61\xf1\x03\x23\xc7\x23\x89\x7f\x8c\x11\xb4\x3c\xf4\x23\x8b\x07\x42\xe2\xf0\xc8\xe2\x81\xef\x32\x7f\xea\x7c\x04\xc4\x04\x81\xf3\x48\xe3\x9f\x7d\x0e\x0c\xdf\x9e\x47\x17\x14\x90\x06\x26\x3e\xba\xa0\x1e\x53\xa6\x86\xfb\x82\x29\x53\x40\xec\xed\xd7\xe8\xc2\xc7\x94\x29\xeb\xab\x3d\xa6\x4c\x01\xa5\xf1\xb9\x78\x8c\x2e\x7c\x14\x0a\x83\xcf\xe7\xa3\x50\x78\x2c\x7f\xe6\x10\x14\x0a\x8f\x0e\x2d\x0d\xfc\x8f\xaa\x00\x88\xbd\x25\xab\x0a\x80\xef\x32\x86\x60\x1e\x15\x50\x2c\x94\xf8\x98\x47\xf5\xe8\xf7\xb2\x02\xf5\xa3\xdf\x0b\x48\x0b\xda\x3d\xea\x09\x20\x96\xfb\xb0\x7a\x02\xc8\x68\x36\x39\x76\x53\xab\x8c\x6e\x78\xf4\x7b\x01\x4b\x06\xf3\x18\xf8\x08\x7c\x97\x31\x6d\x46\x3e\x02\xe1\xb9\x05\x8f\xd5\x25\x80\xd8\x5f\x08\xc5\x09\x90\xba\x60\x1f\xc5\x09\x90\x7a\xc0\x1f\xc3\x23\x81\xf4\x78\xd7\x47\xb9\xf2\x6c\x4f\x1b\x9d\x55\xae\x3c\x26\x56\x0d\x1f\x81\x42\x04\x48\xe3\x51\x1f\x13\xab\x1e\xc3\x23\x87\xbb\xb5\xe1\x91\x40\x18\x2b\xf1\xe8\x7c\x7b\x0c\x8f\xb4\x10\xf5\xa3\xf7\x0d\x08\x33\x13\x1f\x55\xcd\x73\xf8\x8c\xdd\xe8\x75\xb5\x01\x69\x48\xf9\xa3\xab\xed\x39\x7c\xc6\x6e\x93\x86\x39\x02\xb1\xba\x97\xf9\x8c\x0f\xf3\xdb\x19\xbb\xde\xb7\xe7\x70\x54\xee\xc3\x3a\xd6\x80\x0c\x37\x1e\x1d\x6b\x40\x6b\xf3\x0f\x05\x46\x1f\xfd\x6e\x40\xd1\xfc\xfb\xe8\x77\x7b\xf4\xbb\x0d\x77\xee\x63\x0f\xf0\x45\x8f\xd1\x71\xfd\x6e\x8f\x4e\x36\x83\xbd\x1e\x55\x15\x50\xf6\xaa\x53\x55\x3d\xaa\x9e\xb1\x7f\x6a\xcf\x4f\xd2\xf7\x8a\x4d\xf6\xfc\xf4\xa3\xe2\x4a\x51\xa8\x00\xab\xbb\x2c\xf4\x52\x3d\x3a\x83\x26\x6e\xb6\x47\x67\x10\x10\x96\xd9\x7a\x54\x1b\xc0\xb2\x56\xcc\xa3\xdc\x00\x22\xed\xad\x72\xe3\xf1\xe4\x42\xf7\x5f\xd5\x06\x30\xb5\x10\x3d\x86\xe7\x3d\x54\x52\x4b\xeb\x51\x3e\x4a\x0b\x60\xd7\x7b\x7d\xf4\x22\x01\xdf\x65\x3c\x35\xdd\x48\xc0\x76\x9b\x3c\x7a\x91\x1e\x73\x86\x34\x25\x3d\x4a\x0b\x60\xfb\x48\x1e\xa5\xc5\x43\x3c\x5c\x5a\xe3\xf9\xb9\x77\x47\x5e\x1c\x0b\x74\x57\xd1\xf0\x98\xf9\x63\xc5\xfb\x47\x85\x00\xa4\xe9\x24\x8f\x0a\xe1\x31\x3e\x6d\xfa\x52\xcb\xf3\x1f\x5d\x2e\x6e\x5e\xf2\xfc\xe7\x75\xa4\x2e\x3c\x23\xc8\x80\xb4\xc4\xe3\x23\x81\x7f\xa8\xb5\x90\x13\x0b\xd3\x63\xd8\xd7\x63\xe2\x8c\x43\x90\x86\x03\x69\x1c\xe8\x23\x0d\x07\xb2\xb9\xc5\x49\xc3\x1f\x7d\x2a\xee\xc8\xef\xee\xc6\xc5\x55\xfe\xbd\x4f\xca\xb4\x19\x6d\x9d\x8f\x34\x1c\x48\xcf\xa1\x7d\x74\xaa\x3c\x32\x73\xb3\x69\x5f\x99\xf9\x4b\x89\xb1\xb4\xdc\xf2\x6b\x4c\x17\xb0\x0c\x2b\x7a\xf5\xb3\xbc\x12\x78\xcb\x2d\xbf\x12\x78\x60\xbb\x68\x5e\x09\xfc\x6b\x46\xcc\x1c\xfe\x34\x6c\xc3\xed\x35\xbd\xc1\xb2\x69\x79\x59\xa7\x2d\x6d\x4b\x7c\x12\xde\xe0\xb0\xc9\xf9\xb0\xbb\xcc\xc7\x5b\x7c\x06\x7c\x51\x5f\x2b\x91\x01\xdb\x2d\xf4\x1a\x77\xf5\xca\xd6\xa5\xae\xaf\x6c\x1d\x08\x73\x84\x5f\xe9\x38\xb0\x7a\xf5\x2a\x47\xa0\x07\xc5\x1a\x4f\x6f\xd9\x37\x3d\xf1\xea\x32\x50\x3d\x28\xc0\x76\x28\xbd\xf2\x78\x60\x79\x9a\xd8\x2b\x8f\x7f\x3f\xd2\x9e\x7e\xee\x5e\x49\xfb\x6b\xa5\x03\xcd\x73\xaf\x2e\x0e\x20\x2c\x33\xf1\xea\xe3\x00\x52\x8f\xe5\xab\x8f\xe3\x95\xb4\xcf\xfd\x6f\x4e\x1a\x87\x91\x68\x8b\x7b\x25\xed\xc0\x3e\x31\xf5\x95\xb4\xbf\xd5\xb7\xc5\xde\x4a\xbd\x81\xe5\xc1\x93\xaf\xd4\xfb\x35\xf9\xc4\x6c\xf4\xd7\xe4\x13\x20\x1b\xb2\xe3\x95\x66\xbf\xcd\xf5\xcd\x2e\xfd\xea\x4f\x00\x96\xa1\x25\xaf\x9c\xfa\xd5\x79\x60\x29\xeb\x57\x06\x0d\x84\x69\xe0\xaf\xde\x83\xd7\x1c\x15\xab\x2e\xbf\x32\x68\x60\x57\xc7\x7b\xf5\x15\x00\x2b\x78\x0f\x5e\x39\xf5\xdb\x5d\x0a\x6c\x59\xaf\x9e\x01\x20\x0d\x58\x7e\x25\xd5\xaf\xa4\xda\x92\xf9\xaf\xa4\x1a\xd8\xd5\xda\x5f\x49\x35\xb0\x3c\xb1\xe9\x35\xb2\x0a\xd8\xde\xc0\x57\x9a\xfd\x9a\x2a\x63\x55\xe7\x57\x52\xfd\x9a\x2a\xe3\xa3\x92\x54\xbf\x38\x02\x76\x95\xed\x57\xbe\x0c\x2c\xcb\xad\xbc\x7a\x02\x80\x65\xfc\xdb\xab\x27\xe0\x1d\xbb\xb7\x5c\xa6\x41\x1f\xd8\xbe\xc5\x57\x06\xfd\x0e\x4f\x6a\x64\x53\x7f\xc7\xfe\xa9\x47\x18\x32\x76\x8d\xe4\xaf\x41\x51\xd6\xcc\x7c\xb5\x92\x03\x69\x65\xcd\x57\x2b\x39\xb0\xdd\xbb\xaf\xa4\x1a\xf8\x7e\xc9\x1b\x2a\xab\x06\x52\x97\xc4\xab\x99\xfc\x95\x68\x47\xf1\xa7\x4e\x1b\x44\xdb\x5c\x85\x57\xa2\x0d\x74\x8f\x26\x7c\x35\x93\x03\xc5\x54\xc2\x57\xea\x0d\x74\xfd\x41\xaf\xd4\xfb\xd5\x98\x1e\xe5\x0f\x5f\xec\x57\x5b\x3b\x30\xf7\x76\x23\x59\x07\xfa\xdc\x9d\xf4\x69\x7c\x30\xf7\xde\x25\x59\x07\xaa\x15\xf6\x5f\xb9\x3a\xd0\x3c\x8c\xf9\x95\xab\x03\x45\xa1\xf5\xca\xd5\xdf\x8f\x84\xcf\xbd\xff\xc8\xc1\x81\x3e\x7c\x6d\xe4\xe0\xef\xc7\xb7\x67\x43\x55\xbd\xf2\x6d\x60\xee\x05\xa6\xd9\x1c\x98\xfb\x7d\x33\x2e\xec\xfd\x18\xf8\xdc\x8f\x5f\x06\x0e\x34\x8f\xfd\x7b\x25\xe0\xc0\xd4\x3f\xfc\x4a\xc0\x81\xae\xb3\xf9\x35\xbd\x07\x98\x96\xc7\x78\xa5\xe4\x40\x35\x1c\xfc\x95\x92\xbf\x6b\x2f\x1b\xdb\x1c\xe4\x47\xc3\xa7\xa7\x9a\xbe\xc6\x98\x01\xd5\x44\x8f\x57\xd3\x3d\x30\x3d\x8e\xf4\x95\xa4\x03\xc5\x64\xd0\x57\x92\x0e\x54\x4f\x89\x79\xe5\xe8\xc0\xd4\xeb\xf3\xca\xd1\x81\x62\x35\x8b\x57\x8a\x0e\xd4\xbd\xc5\x4a\xd1\xdf\x5d\xa3\x98\x71\x4b\xd1\x81\xa9\x2f\xf0\x95\xa2\xbf\x52\x74\x2b\x70\xbf\x52\xf4\xf7\xe3\xde\xd3\xc0\xa8\x57\xee\x0d\x94\xbd\x04\xe4\xde\x40\xb5\x72\xc0\x2b\xf7\x06\xbe\x3f\x63\x48\x92\xef\xd7\x82\x08\x76\x56\xf2\x0d\x0c\x95\xf5\x2b\xf9\x06\xba\xd1\x4d\xaf\xbe\x02\xa0\x2d\xe7\xd5\xd4\x24\xa0\x6b\xa1\x7f\x8d\x85\x03\xa6\x9e\xbf\x57\x87\x02\xd0\x35\xeb\xbc\xf2\x78\x60\x1a\xc3\xf5\xca\xe3\x81\x96\xbb\xfb\xce\x05\x41\x74\x9e\xbc\xf2\x4a\xe3\x5f\x69\xbc\xe6\xfe\x57\x1a\x0f\x14\xa3\x6d\x5e\x69\x3c\x50\x4c\xf8\x7f\x75\x4e\xbc\x3a\x27\x3c\x4c\xe1\xd5\x39\x01\x54\x0d\xba\xaf\xce\x89\xf7\x70\x9f\x40\x5c\xbd\xd2\x78\x20\xb4\x02\xbc\xd2\xf8\x57\x1f\x86\xb2\xe6\xd5\x87\xf1\x42\xed\xad\x5a\xfa\xca\xec\x81\xb2\x45\xe9\x2b\xb5\x07\x8a\xa9\x55\xaf\xdc\xfd\x35\x5f\xe9\xdf\x1d\x1c\x29\x67\xbb\xac\xe6\x2f\x1d\xe8\x07\x61\x42\xda\x2b\x9d\x07\x22\x1c\xbb\x74\x1e\x28\x06\x9d\xbf\xba\x4d\x80\x66\xfc\xd7\x2b\xc1\x07\x96\xdc\xec\x95\xe0\xbf\xe7\x1e\x3a\x0f\x4a\x8f\x08\x30\x4c\x52\x7f\x8d\x8f\x7b\x2d\x93\xa0\xc8\x7b\xf5\x88\x00\xc5\xa2\xb9\xaf\xd2\xe0\x3d\x1d\x53\xb3\x6b\x8e\xe9\x83\xaa\x54\x7b\xf5\x74\x00\x45\xef\xe5\xab\xa7\xe3\xbd\x7c\xa9\x1d\xba\x72\x01\x68\xa6\xf6\xbf\x06\xb5\x01\x5d\x5f\xe8\xab\xf3\xe3\xb5\x4a\x82\x5e\xda\x57\xef\xc7\x6b\x9a\x91\x5d\xd3\xfb\x01\xf4\x9f\x5f\x11\x9d\x1f\xaf\x51\x6d\x16\x10\x7f\xf5\x7e\xbc\x9e\xff\x62\x6f\x8d\x6a\x03\xaa\xc5\xf6\x5f\xa3\xda\x5e\x5d\x1d\x41\x54\xdb\xab\xf8\x00\xfa\xfe\xb0\x5c\x7b\x50\xaf\x97\xf1\x53\xdd\x1f\x40\x97\x45\xbf\x7a\x3f\x80\xea\x01\x25\xaf\x12\x05\xf8\x7e\xc9\x74\xa8\x51\x80\x61\x81\x9e\x57\x89\x02\x14\x0b\x7b\xbc\x4a\x14\x60\x58\x86\xe4\xd5\x6d\xf2\xde\xae\x5b\xd9\x94\x7e\x13\xa0\x58\xed\xeb\xb5\xd8\x33\xd0\x35\x33\xbe\x7a\x52\x5e\xf5\x4e\xec\x7b\xba\x94\x6f\x52\x63\x5c\x1d\xea\x1d\xa0\x37\xb9\xab\x9e\x14\xa0\x05\x3a\xe6\xd5\x93\x02\xd4\xb1\x7f\xe8\x04\xe1\x49\x31\x2a\xfa\x55\x14\xbd\x56\x4d\x08\x07\x60\xe8\x1b\xd0\x3c\xd7\xe4\xd5\xb9\xf2\xaa\x9d\xcc\xe7\x7c\xd5\x4e\xc0\xb0\x48\xe2\xab\x76\x02\xc6\x9f\xca\x9c\xbc\x46\xc6\x01\x43\x87\xe9\x6b\x64\xdc\xab\x8b\x66\xbf\x70\xba\x68\x80\x61\xa5\x88\x57\x17\x0d\x30\xac\x6b\xf1\xea\xa1\x01\x4a\xdf\x7f\xe6\xf4\x3d\xc4\xef\xf8\x60\x55\x6e\xaf\x95\x17\xf6\x3b\xae\x8b\x06\x28\xda\x59\x5e\xa3\xe5\x80\x91\x7b\xc4\xce\xdf\xe3\x02\xf3\x06\x7a\x6d\x80\xa6\x03\xe5\x35\xb7\xe8\xd5\x91\x13\x4e\xa0\x3a\x10\x18\xb9\x9b\x9c\x3f\x0a\xf8\x2d\x67\x5e\x3f\xce\xab\xd3\x66\x33\x5b\x9d\x36\x40\x0d\x79\x81\x02\x12\x28\x96\xe5\x79\x15\x90\x40\xfd\xd7\xe4\x6c\xe8\xa1\x31\x56\xf3\x55\x1b\x02\xdd\x73\xf9\x5f\xa5\xe1\xab\x0e\x64\xed\xe4\x0f\x1d\x28\x34\xce\xe2\xc8\x1f\x09\x40\x42\x1b\x9f\x3a\xca\x1f\x09\x40\x42\xc3\xb1\x9d\x3f\xc4\xa2\xd0\xe6\xbe\xaa\xdb\xc4\x32\xf9\x3e\x00\xf9\x43\x2b\x0a\x83\xf2\x20\xf9\x43\x2b\x0a\x95\xc2\xb9\xf9\x43\x2a\xe6\x4f\x5d\x18\xdf\xbb\x9b\x3f\x74\xa1\xd0\xc9\xd1\xca\x1f\xba\x50\xe8\xbf\xdd\xfd\xd3\xa6\x93\x5b\x16\x9a\x2e\x9b\xf6\x64\x38\xa4\xdb\xb6\x9b\xcb\xfc\xe5\x63\x93\x54\x7a\xda\x8f\xd7\x36\xbc\xf0\x76\xad\x38\x3f\x1f\xf4\x91\xdc\xa0\x38\x3f\x1f\x0c\x4a\x7c\xe4\xaf\x38\x3f\x94\x02\xc4\x6b\x96\xbf\xe2\xfc\x28\x45\x63\xb7\x39\x41\x05\xa3\x7e\x32\x8d\xc5\x09\xfa\x20\x39\xf1\x32\x7f\xc5\x09\xe2\xb4\x7d\xca\x57\xe4\xaf\x38\x41\x64\x0a\x61\xf9\xcf\x1f\x99\x42\xc2\xf7\xff\xf6\xcc\x39\xa3\x0e\x03\xe5\xba\xf3\x57\x9c\xb3\x82\x4d\x29\xec\xac\x73\xb6\xcf\xe7\xb4\xc9\x39\xd3\x3f\x15\x61\x37\x9c\xb3\x0f\x1a\xbe\xd2\xfc\x15\xe7\x8c\x5c\xa1\xba\x87\xe4\x94\x15\xbc\x68\x8d\x99\xad\x4e\x59\x65\x23\x4e\x3a\x5b\x9d\xb2\xea\x94\xf1\x7c\xab\x53\x46\x60\xe0\xb4\xfb\xd5\x29\xa3\x40\x60\xfd\xe8\x67\xfe\xaa\x33\x66\x49\x87\xb0\xff\xd5\xf9\xa9\xce\x0f\x7d\xad\xce\x4f\xdd\xfd\x67\xce\xaa\xfd\xaf\x3e\x73\xbb\x61\xff\x11\xc4\x84\x71\xe4\xaf\xda\xff\x0f\x46\x3a\xa4\x66\xff\x9b\x1b\xe5\xa2\x6b\xcd\xde\x5a\xbf\xbb\xd2\x8d\x66\x6f\x9b\x07\x1c\x2e\xdb\x7c\x9a\xcd\xae\x31\x82\x66\xd7\x94\xcd\xb1\xe8\x5a\xf3\xd9\x7d\xd0\x39\x43\x36\x7f\xcd\x47\xa7\x6c\xe6\x30\x84\xfc\x35\x1f\xd4\x07\x95\xe3\xd1\xf2\xd7\x7c\x50\xf8\xa2\x7e\xce\x5a\x73\x9c\x2a\x69\x92\xcd\xf2\xd7\x1c\x68\xf3\xa4\x7b\xef\xe9\x40\x4d\x35\x0a\x17\x77\xf7\xb1\x20\xa5\x87\xaf\x45\x77\xa0\x9d\x93\x39\x5c\x1c\xdd\x81\xaa\xa4\xc3\x77\xa0\xfb\x5c\x3a\xaf\xba\xfd\xe8\x8e\x5d\xf7\x14\x96\x9c\xfc\x75\x07\xcf\x81\xa0\xc4\xd8\xe7\xaf\x3b\xf6\xee\x40\x1d\x55\x77\xa0\x9d\x93\xb9\x16\xd3\xd6\x1d\xa8\x52\x9a\xb3\x95\xf2\xd7\x1d\x29\x95\x28\xc8\x1d\xcf\x5f\x77\xa0\x1f\x04\x5f\xdb\xfc\xf5\x3d\xd0\x97\x44\x6e\x7e\x38\x7c\xa2\x83\x22\xed\xc1\x2d\x87\x43\x1f\x95\x26\x3a\x3b\x1c\x27\x1a\xbc\x77\xc6\x34\x1c\xe6\x07\x41\x21\xeb\xfc\x0d\x87\x49\xa5\x41\xcc\xbb\xf9\x1b\x2e\xc8\xb1\x47\x4e\x2f\x86\x23\xff\xa0\x97\xfd\xff\x8e\x7c\xf0\x65\x0b\xff\xcc\xa7\x3e\xf6\x64\xf0\x50\x86\x93\x31\xd8\xd2\xc2\x3f\x73\x32\x28\x60\x31\x97\xfd\x77\x2e\xac\x47\x48\x66\x48\xfe\x86\x93\x61\x3d\x42\xd7\xf2\x70\x32\x0c\xa1\x5b\xbf\xff\xfe\x4e\xe7\x6f\x3a\x59\x93\x92\x14\xde\x7f\x3a\x59\x9e\x46\x84\x2d\x39\x7f\xd3\x85\x32\x9d\x40\xa6\x79\x3a\x81\x93\xe8\xa4\xc2\x60\xa6\x13\x48\x88\x5d\xae\x1f\x5d\x9f\xce\xe0\x07\x9d\x7a\x37\xf9\x9b\xce\x20\xe7\x11\x25\x99\x0b\xf9\x9b\x4e\xd7\x74\xba\x6c\x72\xba\x76\x55\x43\x6f\xe0\xfe\x66\x3c\x1d\x36\xed\xfc\x4d\xe7\x66\x22\x80\x5d\xe9\xd3\xa9\xe1\xa0\xa1\xbe\xff\xcc\xa9\xd1\xd5\x46\x25\xb8\xfc\x85\x83\x0a\xcf\xa5\xe3\xa9\x85\x83\xd2\xd5\x86\x6e\xca\x5f\x38\xaa\x60\xf5\x2f\x7f\xe9\xa0\x08\x98\x9b\xbe\xbe\xe1\xa0\xac\xd0\xc1\xd1\x11\xf9\x0b\x97\x05\x15\x3a\xf6\xde\x18\x8e\xd3\xa3\x4d\x5d\x9c\xe1\x38\x75\xc8\x2d\xdf\x9b\x70\xa0\x41\x40\xba\x93\x1b\xae\x14\x1d\x72\x18\xcc\xf2\x17\x2e\x15\x6a\x18\x12\x31\x97\xbf\x70\x3a\x82\x8d\xd0\xed\x2c\x9c\x0e\x7d\x74\xcb\xad\x36\xf6\x7c\xa8\xf2\xf8\xe5\x72\x29\x7c\xd0\xa9\xca\x94\xbf\xe5\x52\xf8\x60\x35\xa7\x7b\x39\x69\x8b\x95\xb0\xbc\xca\x49\x5b\x70\x20\x17\xec\x72\xce\x96\xf9\x30\xf4\x62\x39\x67\x6b\x4f\x10\x2b\x61\x39\x41\x1f\x64\x75\x59\x2f\x27\x68\xb1\x10\xdc\x67\x97\x13\x64\x10\xe0\xf2\xe3\xb4\x9c\xa0\x5d\x87\xc4\x26\x27\x68\xf1\x2a\xb9\xf5\x2e\xe7\x47\x6f\xdc\xda\xfd\x70\xe4\x8b\x73\x62\xdc\xdf\xd2\x91\x7f\x60\xdd\x97\xfc\xa5\x23\x4f\xaa\xd5\xef\xab\x1c\xb9\x16\x01\xb2\x31\xf2\x97\x0e\x9d\xf0\x41\xe2\xcf\xf2\x97\x0e\xdd\x6a\x25\x4b\xfa\x94\x8e\xfd\x83\x59\xfc\x52\xa4\xeb\x25\x9d\x8e\xca\xe3\x4c\xa7\x03\x9b\xc0\xfe\xa0\xa4\xd3\x61\x94\x21\x67\x70\xe6\x2f\x9d\x0f\x8c\x02\xfb\x2b\x96\x4e\x47\x1e\x5e\xc6\xe4\xa6\xf3\x91\x24\xcb\xca\x8c\xd2\xf9\x30\xb5\x6e\x49\x2d\xd2\x05\x93\x64\x09\xfb\xe5\x4c\x17\x8c\x9e\xbc\x4d\x2d\x0e\x27\xe4\x20\x4b\xd8\x2d\xee\x70\x42\x0e\xb2\x84\xdd\xdb\x0f\xe7\x03\xab\xc0\x1a\xdc\xf3\x70\x3e\xb4\x0a\x2c\x17\xe9\xe1\xe0\xc9\xad\xfb\xb9\x20\x0f\xc7\xae\x73\x8f\x13\x10\xf2\x77\x38\xaa\x0f\xda\xe6\x5e\x87\x83\xb2\x08\xe2\x72\x3f\x39\x1c\xd5\x41\xc6\xb7\x9f\xa7\xc3\x41\x1d\x6e\x98\x8d\x51\x1d\x7b\x54\x7c\x26\xf7\x65\xae\x85\xc3\x33\x3e\xb8\xea\x74\x2d\x9c\xe4\xc8\xbb\x21\x9e\x0e\x1d\x13\x40\x71\xc9\x9f\x0e\xfd\x74\x2d\x74\x66\xe8\x74\xec\x84\x4e\xee\xef\xce\xe9\xd8\x4f\x92\xe4\xe5\x33\xa7\x4b\xe1\x83\x46\x52\x55\xfe\x4e\x67\x83\x2a\x26\x7b\xef\x3b\x9d\x0d\xa3\x29\x97\x9f\xa7\xd3\xa5\x40\x19\x93\xbd\x07\x9f\xae\x84\x0f\xfa\x74\xc1\x9c\xce\xd9\x07\x7d\x7f\x77\x4e\xe7\xec\x83\x3a\xe4\x07\xa7\x53\x66\xe0\xe4\x92\x70\x9f\xce\x0f\x81\x93\x7b\xe7\x38\x9d\x1f\xcd\x09\x14\xb9\xcf\xdf\xe5\x6c\x50\xa1\xa4\xb9\x43\x5e\xce\x86\xb6\x83\xfd\xe5\xbc\x1c\xfa\xc5\xd0\x7d\x8f\x2f\x87\x8e\xed\x60\x6f\xa4\x97\x43\xd7\x76\xb0\x9c\x8e\xcb\xb1\x5f\xbc\x05\x6e\x27\x97\x43\xd7\xe3\x49\xba\x54\xfe\x2e\x07\xfa\x41\x2d\x3e\xbb\xcb\x81\x6a\x4f\x40\x7a\xe5\xef\x72\x54\x1f\xd4\xbe\xff\x6d\x8f\x8a\x64\xf0\xe0\x97\xb7\x4f\x1d\x73\xc2\xde\xd5\x6e\xc7\x79\x5b\x89\x85\x1f\xde\x8e\x53\x73\x02\xe7\xae\xe4\xef\xf6\xa9\xdf\x3c\x75\x77\x9d\xdb\xa1\xdf\x0e\x6a\xd8\xe6\xa0\x6e\x07\xe5\x3d\x1d\x94\x56\x81\xef\x65\xf9\xef\xaf\xf5\xed\x00\x29\x2d\x92\xd2\x91\xdb\x27\x69\x69\x11\xf9\xe0\xed\xe2\xdf\x85\x15\x99\xfa\xdb\x59\xd0\x95\xba\x94\x4e\xb7\xd3\x80\x2b\x75\xff\xd9\xe3\x34\x3c\x3e\x6f\xd9\xf6\xe3\x3c\x7c\x50\x9b\x1c\xf1\x71\x1e\xa8\x37\x92\x92\xae\xc7\x69\x30\x3b\x6e\xf9\xae\x3e\x3e\xdc\x87\x75\xed\x57\xf2\x71\x1a\x1e\x28\xe2\xfe\x7f\xa7\xe1\xe1\x24\x42\xb7\x8c\xc7\x65\xad\xab\x76\xa9\x20\x1e\x87\xfe\x38\x74\x06\xf0\x38\x74\x05\xff\x72\x87\x7b\x1c\xbb\x27\xd7\xfa\x12\x3e\x8e\xfd\xd9\x63\x67\xee\x1f\xc7\xfe\xb0\x04\x64\xaf\xaf\x63\x37\x8b\x6e\x13\xaa\xd7\x27\x49\x4c\x66\x75\x75\xbe\x2e\xe2\x17\x17\x92\xcf\xf6\x75\x9c\xfa\x82\xf7\x4d\x5f\x47\x85\x94\xef\x7e\xd3\x5f\x47\xa5\x6e\x5f\xbe\x9a\xaf\xdd\xc5\xa7\x4b\x78\x55\xfe\x5e\xbb\xfb\xf2\x1a\xfa\x65\x7e\xed\xad\x52\x9e\x53\x70\xb2\x28\xe5\xcb\x4f\x42\xc3\xeb\x5a\x14\xee\x40\x21\x66\x21\x8b\xc2\xbd\x98\x4e\x47\xcd\xfe\x2c\x2a\xf7\x62\xe9\x0e\xf6\xed\xa2\x72\x07\xbe\xcb\x6c\x9b\xb6\x51\x4f\x8b\x39\x2a\x4a\xf7\xa2\x74\x5f\xac\xf6\xa2\x74\x07\x3c\xf0\x37\x8b\xd2\xbd\x94\xdd\x37\xda\x14\xcd\xc0\x5a\xfe\x9b\xa2\xb9\x28\x9a\x39\x47\x2b\x8b\xa2\xb9\x58\xbd\xd0\x21\x28\x9a\x8b\x59\x71\xd4\x19\xca\xa2\x6a\x06\x96\x32\xab\xa8\x9a\x8b\x12\x99\x12\x42\x59\x94\xc8\x40\xa1\x0c\x71\x96\xb2\xfb\xb6\xeb\xee\x24\x6d\x8f\x6d\x4e\xb9\x37\x60\xca\x8b\x61\x97\xa4\x2b\x66\x51\xc4\x02\x3d\xed\xae\x22\x16\xe8\xe9\x3d\x15\xb1\xa5\x4e\x7f\xc9\xbf\xa9\x58\x81\x20\xc4\x38\x0b\x99\x6b\x59\x14\xb1\x94\xd0\xc9\xa2\x88\x05\x96\x1f\xad\xa2\x88\x2d\x7a\x75\xa9\x38\x93\xa5\xee\xbe\xb9\x78\xb9\x4c\x15\x0b\x2c\xea\x9c\x65\x21\x9e\x52\xe8\x8a\xa5\xa2\xae\x05\xc2\xed\xb1\xa8\x6b\x8b\x21\x96\x14\xa6\xc9\xd2\x1c\x41\xf3\x19\xf8\xff\x3e\x03\xeb\xde\x53\x86\x26\x4b\xf3\x19\x58\xf7\x3e\xfd\x37\xc7\x69\xd8\x25\x45\x67\xb2\xa8\x75\x81\xc1\x81\x04\x59\x9a\xcf\x80\x52\xf8\xee\x1f\x45\xf5\x5b\x7a\xf5\x97\xdc\x54\x29\x0a\x8c\x1f\xec\xb0\xa8\x44\x8b\xb5\x31\x48\x0a\xcf\xd2\xed\xc7\x07\x83\xa3\x0c\xb2\xa8\x44\x8b\x35\xee\x29\xa3\x92\x45\x29\x0a\x78\x68\x44\x96\x6e\xd7\x3e\xe8\x95\x17\xb2\x74\xbb\x66\xa4\xa4\xe3\xec\xbb\x6b\x26\x97\xd8\x74\xd9\x84\xaf\x91\xaf\x7f\x51\xae\x02\xd5\xaf\x67\x51\xae\x96\x4e\xdc\x17\x84\xb7\xa8\x4d\x81\xe8\xce\x8f\xda\xb4\x58\x1a\x9f\x62\x2e\x59\x86\x0f\x6a\x70\x10\x8b\x7d\x55\xaf\x16\x65\x27\xc5\x62\xb2\x28\x3b\x81\x4e\xd6\x79\x16\x65\x67\xb1\x90\x06\xe9\x7c\x59\x86\x63\x42\x77\x12\x10\x92\x45\xd9\x59\x86\xab\xcf\x05\xa3\xc8\x04\x3a\x81\x18\x59\xd4\x98\x40\x1b\x0e\x4a\x8d\x59\xf4\x36\xa7\x8b\x54\xc5\x08\x04\x11\x16\x59\x14\x8c\x40\x74\x88\x77\x51\x30\x96\x7d\xd6\x16\xb7\x54\x30\x02\xa1\xd5\xa9\xa8\x17\x81\xe6\x8e\x58\xd4\x8b\xc5\x08\x4e\x8a\xab\x67\x51\x1c\x16\x23\x38\xe1\xe2\x45\x71\x08\xd4\xee\xa4\x4d\x87\x69\x50\x27\xb9\x2b\x59\xa6\xcf\xce\xc3\x6a\x7d\x8b\x95\x90\xc0\x77\x99\x6d\x0e\xfd\x83\x46\x34\x45\x96\xb9\x87\xce\xf3\xac\xe3\xbf\xbf\xd7\x25\x7c\xdc\xc6\x7c\x62\x48\x2a\xe1\x5c\x05\x69\xa0\x4e\xa9\x3a\x14\x08\x32\x84\xb2\xa8\x43\x8b\x3a\x94\xcc\xf2\x2c\xea\xd0\x62\xc8\xa7\x6b\x5a\x1d\x0a\xd4\xea\x56\xa3\x0e\x05\x6a\x74\xaf\x72\x99\x7c\x50\xbb\x5b\x88\x32\x14\x68\x03\xfa\x57\x94\xa1\x40\x74\x97\xa1\x2a\xb4\x58\x4e\x32\xdd\xdb\xd5\x97\x85\xe3\x6e\xbb\x6b\x4e\x2d\x09\xd4\xbd\xa3\xaa\x25\x8b\x81\x9c\x78\x59\xb2\x28\x00\x8b\x81\x9c\xe8\xcb\xb2\xec\xac\x9a\x10\x63\x7f\x16\x35\x61\x31\x90\xb3\x33\x67\x6a\xc2\x62\x20\x27\xde\x84\x2c\x8a\x42\xa0\x13\x9f\x92\x45\x4d\x08\x7c\x97\xd1\x5d\x45\x21\x50\x08\x01\xc8\xa2\x28\x04\xa2\xbb\xc2\x96\x83\x5a\x04\x78\x63\xd7\x2c\xcb\xe7\xbf\x5e\xff\x8c\xa7\xa2\x4e\x04\x82\x60\xeb\x2c\xea\xc4\x62\x4a\x99\xaf\x9b\x3a\x11\x68\xfb\x6b\xa2\x4c\x2c\xe9\xb6\x85\xb1\xbc\x28\x00\x81\xa5\x85\xae\xa8\xff\x8a\x61\x9b\x0a\x9e\xa2\xb2\x03\x6a\xf8\x09\x53\xd8\x01\x8d\x93\x4e\xb3\x28\xec\x80\x58\x2e\x34\x75\x5d\x39\xdc\x57\x20\x51\x45\xc5\x56\x0e\xb2\x04\x9a\x4d\xae\x2a\x75\x97\xea\xa9\xa8\xbb\x80\xe8\x68\xac\xa2\xee\x02\x3c\x2a\x3b\x8b\xb2\x0b\x58\xc5\x8d\xfd\xd8\xf7\xe4\x0d\x71\x6f\x50\x4f\x95\xd3\x95\x8c\x6c\x29\xca\x22\x20\xba\x8f\x58\x59\x54\xcc\x28\x73\x41\x2a\x8b\x8a\x41\x93\x7b\x4b\x55\xdd\x14\x53\xc5\x7c\x9f\x55\x37\xc5\xa0\x49\x19\x78\xb9\xbc\x29\x41\x93\xcd\x75\xab\x6c\x01\xd6\xc4\xfa\x59\x94\x2d\xc5\x1c\x30\x19\x70\xb9\x7c\x52\x17\xf1\xb5\x6e\x65\x2a\x19\xe0\xbb\x8c\x7e\x28\x65\x00\x1d\xe2\x59\x94\x32\x45\x29\xb3\xf9\x92\x52\x06\x28\xc5\x2d\x55\x29\x53\xac\x1f\xbf\xbf\x43\x97\x6b\xf9\xe2\x3b\xe4\x40\x55\x37\x40\xdb\x7b\x82\xea\x06\x58\xc3\xf9\xbe\x7c\x04\x1f\xd4\xb1\x7b\xeb\x23\xf8\xa0\x0f\xa9\x86\x12\x08\xe8\xc5\xcf\xbe\x12\x08\xa8\xc3\x8e\x29\x81\x8a\x09\x65\x9b\x16\xaa\x81\x8a\x2e\x55\x37\x5e\x35\x50\x21\x9c\x93\xac\xb0\x2c\xb7\x93\x41\x51\x90\xee\xd4\xde\x4e\xc6\xbd\x27\x83\x87\xa2\x04\x02\xcc\x44\xcb\xa2\x04\x02\x62\xf3\xda\xdb\xb9\xf8\xc0\xb4\xb6\x2c\xb7\x73\x61\xe9\x90\xfd\x46\x29\x7b\x80\x12\x72\x03\x65\x4f\xf1\xac\x5c\xf7\x17\x65\x4f\x79\xf6\x13\x66\x9c\x2a\x15\x20\x96\xeb\xf1\xf1\x09\x13\x2d\xda\x9d\xb3\xc7\x31\x7d\xda\xa5\xfe\x7e\xf2\x3f\xc5\x0b\x90\xdd\x17\x4a\xf1\x02\x7c\x97\x31\x4e\xd5\x0b\x10\x9b\x03\x3d\x8e\x80\x43\x6a\x7f\x3f\x37\x6a\x85\x04\x60\xde\x5c\x16\x85\x04\x50\x7f\xda\x45\xca\xeb\x4d\x5f\x6f\xca\x0d\xd4\x16\xc0\x77\x19\xa3\x52\x5c\x00\x26\xce\x65\x79\xf7\x4d\x0f\xac\x8f\xfe\x99\x4b\xe8\x7d\xfd\xe5\x77\xd3\xaa\x90\x00\x92\xf4\x9c\xac\xfa\x04\x01\x93\xe4\xb2\x2a\x2d\xea\x8f\x7a\xac\x14\x51\xcd\xaa\x8e\x00\x92\x5c\x9f\xac\xea\x88\xfa\x0b\x2f\xf3\xa7\xcb\x36\xce\x39\x64\x83\xa9\x6a\x06\x60\x51\x9a\x28\xab\x9a\xa1\xfe\x2e\x7f\x69\xd7\x6e\xdb\x38\x8a\xe6\xe7\x2f\x1f\x9b\x70\x01\x60\x51\xa9\xfa\xf1\x80\xfa\xe3\xac\x8c\xac\x3a\xf2\x80\xec\xf1\x87\x4f\x75\xd5\xcf\x07\x64\x67\x9f\xad\x4a\x96\x5a\x1c\x33\xfb\x7d\x55\x9f\x00\x41\xd1\x8b\xac\xea\x13\x60\x11\x1d\x9c\x55\x79\x52\x3f\x91\xf1\xfd\x72\xd0\x66\xcf\x0b\x71\x80\x7c\x98\xab\x22\xa3\xd6\x5d\xa7\x8c\x1b\xa8\x28\x80\xc0\x3d\x9d\x55\x45\x01\x7c\x97\x05\x6d\xde\x94\x82\x19\x04\x06\x65\xd5\x53\x06\x24\x39\x74\x59\xd5\x1d\x80\x09\x8a\x59\xd5\x1d\xb5\xda\x35\xd8\x60\x55\x64\x00\x49\x32\x49\xd6\xba\xbb\xe6\xa4\x62\xea\xa8\x8a\x0c\x20\x25\x58\x55\x91\x51\x9b\x23\xe0\x03\x5e\x95\x14\x80\x09\x84\x59\x55\x14\xc0\x72\x1f\xa9\x2a\x8a\xda\x5c\xeb\x7c\xac\xab\xf2\x01\x30\xb5\x31\xab\xce\x33\xc0\x94\xc2\xac\x0a\x0a\xc0\x1c\xbd\xac\x0a\x0a\x20\xc9\xe3\xca\xaa\xa0\xa8\xcd\xf5\xc4\x46\x55\x75\x9e\x01\x49\x8a\x59\x56\x7d\x67\xc0\xc2\xf3\x9f\x55\xdf\x19\x90\x54\x44\xc9\xda\x1d\x79\x27\x55\x90\x1d\xae\xea\x4d\xab\xdd\x87\x32\xbd\xcc\x31\x75\x1f\x0a\xfd\x57\x9c\xd4\xee\x0b\xc1\xfb\x5b\x55\x22\x80\x59\x8c\x59\x55\x22\x40\x92\xa7\x93\x55\x25\x52\xbb\x03\x60\x57\xaa\x8a\x0c\xc0\xc4\xc6\xac\x8a\x8c\xfa\x29\x8a\xfa\x23\x42\x20\xab\x92\x02\x08\x1d\xec\x55\x45\x51\x87\xdd\xb5\x6f\x3a\xb7\x00\x53\x38\xb3\xea\xdc\x02\xbe\xcb\xfc\xa9\x4f\xe5\x83\x45\x8e\x7f\x56\x55\x46\x1d\xe9\x65\xf4\x4d\x95\x01\x2c\x4a\xc5\x65\x55\x65\x00\xab\xf9\xa4\x74\x6e\xd5\xe1\xf2\x73\xe1\x8e\x3d\x04\x96\xdf\xf2\x32\x9f\xc1\x24\x20\xef\xe7\x13\x55\x52\x00\x11\xce\xa4\x92\xa2\xce\xe1\x65\xdc\x54\xb5\x00\x98\x46\x9b\x75\x3a\x82\x4f\x06\x7c\x97\xd1\x5d\x65\x40\x9d\xae\x05\xfa\x21\xe5\xaf\xe1\xfb\xce\x17\xbc\x4a\xba\x81\x5a\x5c\xdf\x92\xee\x1a\x3e\x52\x87\x25\x9f\x06\x96\xce\xca\x2a\x9f\x06\xea\xaf\xb8\x7b\x49\xa8\x81\x1c\xee\x1e\xba\x75\x80\xd0\xe6\x5f\xf5\xea\xd4\x78\xfc\xa5\x97\x39\x21\x1f\x98\x6a\x99\x55\x8e\x0d\xac\x70\x77\xd2\x5f\x53\x57\xf5\x97\x74\x57\xef\x0c\x90\x72\x84\xaa\x77\x06\xf8\x2e\xf3\xdf\x1c\x15\xa7\x55\x0d\x77\x69\xd9\x79\x5d\xb7\x97\x31\x50\x69\x31\x10\x14\xe1\xcf\xaa\x43\xa5\x26\x2b\x90\x03\x5a\xb2\x4a\x8b\x81\x45\xe6\x46\x56\x69\x31\xf0\x5d\xc6\xbf\xc9\x8b\x01\xf3\x4c\xb3\xea\x3e\xa9\x39\xbc\x8c\x07\x23\x55\x06\x92\xf2\xe9\x59\xa5\xca\x40\xfd\x51\x6a\x26\xab\xbe\x12\x60\x35\xbf\x03\xba\x4a\x80\xef\x32\xdb\x7c\x08\x24\x42\x8d\x7d\x03\x1f\x42\x9e\x5e\x66\x7f\x7d\x0a\xd4\x89\x9f\x7e\xa3\xa4\xd4\x35\x5f\x2f\x63\xb9\x1d\x3e\x85\x0f\xcc\xf5\xcd\xaa\xab\xa4\x1e\x8e\x14\x23\x45\xd5\x31\x02\x24\xb5\x84\xb3\xca\xbc\x81\xef\x32\x3a\x72\xf8\x14\x38\x4f\x2a\x7c\xcc\xfa\x4a\x80\x1c\x38\x2e\xab\xbe\x12\xa0\xfe\x38\x8e\x25\xeb\xe1\xe0\x3f\x30\x6d\x35\xeb\xe1\xe0\x3f\x48\x2d\xd8\x55\x66\x0f\xe4\xf0\x5d\x96\xd9\x03\x66\xca\x66\x95\xd9\x03\x29\xd3\xac\x32\x7b\xe0\xbb\xa5\x97\xb9\x16\x0e\xd7\x82\x7f\xe6\x5a\x38\x5d\x0b\x3e\x03\xdd\x27\x80\x09\xcc\x59\x75\x9f\xd4\x73\x7a\x19\x5d\xd3\xe5\x01\xac\x39\xfe\xbb\x2e\x4a\x56\x1d\x22\xc0\xf7\x2f\xfe\xb3\x63\x3e\xb1\x46\xba\xf5\xa9\x19\x80\xfa\xa3\x74\x6d\x56\x45\x03\xb0\x48\x6e\xcc\xaa\x4b\x04\xc8\xb1\xbb\xe4\xa0\x2f\x47\xe3\x77\x4b\x1d\x01\x2c\xbd\x48\x55\x1d\x01\x7c\x97\xf1\x70\xd5\x11\x40\x0e\xbb\xa6\x8e\x00\xbe\xcb\xe8\x9b\x3a\x02\x58\xe4\xa1\x64\x55\x47\x00\xdf\x65\xac\x01\x75\x04\x10\xe1\x08\xd4\x11\x40\x0c\xbf\xcf\xca\x88\x7a\xb9\x8a\xfd\xb4\xab\x10\x80\xe4\x10\xde\xac\xd7\x1e\x95\xdb\xcb\x70\x08\x3e\xb7\x8b\xed\xc5\x7d\x43\x3d\x50\xe1\xfe\xbf\xe2\xe3\x95\xfc\x03\xa1\x71\xa9\xea\xff\xa8\xf7\xe5\x65\xb6\x79\x87\x0f\xcc\x06\xce\x2a\x13\x07\xea\xaf\xb8\x7b\xeb\x80\x00\x4c\xf3\xcd\xaa\x03\xa2\x3e\x4e\xa5\xcf\x4f\xc2\x0e\xe4\x70\xb3\x92\xb0\x03\xa1\x27\xb6\x4a\xd8\x81\x1c\xbe\x12\xfa\x1f\x80\x1c\x3e\x3d\x29\x3c\xf0\xfd\x3f\xcf\x45\x0e\x0f\xe4\x70\x1f\x95\xc2\x03\xf5\x57\xfc\xa8\xca\xe1\x81\xd5\xfc\x5a\xea\x93\xa8\x8f\x63\x77\x31\xe8\x80\x00\x56\x77\x72\x75\x40\x00\x49\x19\xd8\xac\xfa\x1f\x80\x1c\xbe\x26\xfa\x1f\x00\x33\xad\xb3\xbe\xae\xb5\x97\x37\x07\x11\x58\x5f\x9f\xc0\xeb\xf6\xe8\x77\x5c\xd9\x00\xe4\x70\xa7\x52\x35\x00\xdf\x65\x4c\x9a\xb2\x01\x58\x7b\x31\xab\x1a\xea\xeb\x8a\x91\xc2\xbf\xae\x18\xab\xf9\x61\xaa\xa8\x7a\x29\xaa\xb2\x41\xa3\x55\x53\x36\x00\x5f\x5b\xa7\xad\xd8\x46\x7f\x59\xb9\x4d\xdd\xd0\x7e\xf6\x97\x69\x6b\x3a\x16\x80\x1c\xb0\xde\xa6\x63\xa1\xa1\x11\xc8\xd1\xce\xa6\x46\x68\xbf\x7d\xd3\xef\x51\x35\x69\x3d\xb0\xd4\x8b\x4d\xde\x0e\xd4\x9f\xe1\x55\x4d\xe2\x0e\xa4\xd6\xad\xa6\xaf\xa1\x15\x5f\x3e\x38\x6e\x93\xb8\x03\x49\x51\xd6\x6c\x12\xf7\x56\x9c\xb7\xf4\xa6\xcb\x36\x44\x2a\x1b\x43\xd3\xaf\x00\xa4\x2f\x5f\xd3\xaf\x00\xe4\xa8\x76\xed\xb4\x89\x9d\x95\x6d\xa1\x19\x7a\xd7\x8a\x65\xc7\xf9\x5c\x34\x55\x00\x60\xe2\x79\x36\x83\xea\x80\x20\x5f\x20\x9b\x41\x75\xc0\xf7\x4b\xee\xa9\x43\x02\x58\x1c\x0d\x9f\x4d\xf9\xd0\xea\xf0\x32\x6e\xaa\x30\x00\x56\xb1\x6b\x0a\x83\x66\x29\x3d\xd2\x3a\xb2\xa9\x0c\x80\xa5\x63\xb7\x55\xc7\x59\x0f\x2f\x63\x3a\xaa\xa3\xe2\xd8\xa3\x59\x6c\x72\x54\x6a\x8a\x5a\x18\x95\x9a\x02\x30\x39\x3f\x9b\x9a\x02\x88\xe5\x7c\x28\x29\x5a\x73\x54\xde\x54\x2f\x05\xb0\x38\x52\x21\x9b\x92\x02\x58\xcd\x11\x28\x29\x5a\x73\xa0\xc5\x7f\x73\xa0\x1f\x24\x71\xff\xd9\x94\x14\xc0\x77\x99\x6d\x0e\xb4\xf9\xa9\xb4\xc9\x81\xb6\x3d\x02\x6f\xea\x08\x3c\x89\x77\x78\x03\x47\x60\x31\xbb\x0a\x4f\x68\x6a\x03\x20\x07\xbb\x7a\x53\x1b\x00\x8b\xaa\xf7\xd9\x8c\xb4\x03\xbe\x5f\xf2\xf8\xf4\x6f\x00\x39\xb0\x91\x36\xfd\x1b\xad\x3b\x2a\x78\x42\x53\x42\x00\xd9\x9d\x0f\xfd\x1b\x80\x75\x03\xb2\x29\x2a\x5a\xf7\x51\x39\x2a\x3d\x17\x40\x68\x37\x69\x7a\x2e\x9a\xaa\x82\x34\xc7\x6c\xaa\x0a\x20\x38\x32\x25\x9b\xaa\xa2\x8d\xe6\x65\x3c\x51\xc3\xe3\x00\xcb\x0b\x64\x53\x41\xb4\xe1\xec\xb6\xf8\xef\x8f\x76\x53\x3a\x00\x6b\xb9\xf0\x8c\x8b\x6b\xc3\xae\xf3\x21\x68\x4a\x07\x20\x38\xf4\x24\x9b\xd2\xa1\x4d\xfb\xe4\x6b\xad\x03\x01\xb0\x96\x41\x36\x1d\x08\x40\xee\xc7\xa6\x24\x68\x73\x99\x51\xc4\x0d\x74\x20\x00\x49\x75\xf1\x6c\x3a\x10\x80\xd8\xb3\xaa\x03\xa1\xa9\x1c\xaa\x2f\xe7\xdc\xfd\xf8\x88\x21\xc5\xcc\xb2\xe9\x40\x68\xd3\x75\xe1\x86\xa0\xed\x1f\x48\x4e\x97\xcb\xa6\xed\xbf\x21\x26\x7e\x15\xcd\xdb\x54\x13\xc0\x52\x9a\x34\x4d\xf8\x80\xe5\x1e\xb2\x69\xc2\x6f\x8a\x89\xba\xff\xcd\xee\x12\x23\x66\x2c\x4f\x53\x4c\xb4\x70\x19\x4f\xfb\xe1\xa3\x0c\x5e\x44\xd4\x4a\x53\x4c\xb4\xe5\x5b\x87\xe8\x68\xc6\x75\x01\xab\x41\xc5\x9b\xca\x01\xa8\x3f\x23\x80\x9b\xd2\x01\xb0\x2a\x44\x36\x95\x43\x23\xd1\xeb\x27\x25\x6a\x1a\xf1\x01\xeb\x38\x64\xd3\x88\xdf\x76\x5a\x17\x5f\xae\xa6\xc5\xbe\x19\xc5\xe5\x8b\xa2\xc1\xbe\x2d\x77\x48\x1c\x2f\x6d\xed\xfe\x72\x98\xbe\x2b\x4f\x53\x7c\x53\x26\x54\x74\x64\x53\x26\x00\x6b\x6f\xfb\xca\x84\xa6\x4c\xa8\x7e\x7e\x94\x09\x40\x6a\xfb\x6c\xca\x84\x76\x38\x21\x58\x06\x9a\xb6\x72\x60\x4d\x78\x77\x93\xc4\x03\xf9\x73\xcd\x48\xe2\x9b\x07\x34\xe9\x4e\x6a\x32\xf6\x26\x63\x77\x3e\x64\xec\x80\xa5\x78\xb2\x49\xd8\x81\xef\x97\x3c\x84\x63\xf7\x43\xc6\x4e\xd7\x64\xec\x4d\xc6\x3e\xed\x86\x53\x74\xb8\x28\x7d\xa4\x52\x76\x20\xf4\x1c\x34\x29\x7b\x93\xb2\x57\xbf\x65\x52\x76\x60\x19\x64\xd5\xa4\xec\x40\xfd\x35\xd8\x7e\xd3\x68\x0f\x58\xc4\x22\x9b\x2c\xbe\x71\x46\xd3\xaf\xf9\xe5\x32\xe2\x09\x58\x54\xe2\xcb\xa6\x69\x1f\xf8\x2e\xa3\x23\xda\xf6\x01\x8b\x51\x64\xd3\xb6\xdf\xce\xf0\x32\xa6\x52\x3a\x0f\x58\xd4\x23\x9b\x6c\xbe\x9d\x8f\x97\xf1\x5c\x8c\x49\x02\x2c\xea\x91\x4d\x73\x7f\x93\x80\x37\x5f\x49\x09\x78\x93\x80\x4b\x15\x24\xe0\x4d\x66\x6d\x80\x72\x93\x59\x03\xa9\x87\xb3\xc9\xac\x81\xb5\x77\x6a\x99\x35\xf0\xfd\x92\x19\xd7\x42\x0f\xc4\x7e\x4b\xb5\xd0\x37\x09\x78\xf3\xdb\x28\x01\x6f\x12\x70\x5f\x35\x09\x38\x60\xd5\x8d\x6c\x9a\xe8\xdb\x0d\x9b\xda\x5f\x38\x8d\xef\x80\x75\x32\xb2\xc9\xbf\xdb\x3d\xbc\x8c\xa9\xd4\xd4\x0e\xc4\x74\x04\x5a\xda\x01\x4b\x07\x65\xd3\xd2\x0e\xa4\xc1\xdf\x4d\x4b\x7b\xbb\xed\xad\x5f\x0c\xcd\xea\x4d\xe6\x8e\xf9\xa7\xdd\xbb\x6b\xec\x1f\xbe\x68\x12\x77\x20\x0c\x11\x6f\x12\x77\xa0\xfe\x9a\xdf\x15\x23\x87\x80\xa5\x16\x6c\x46\x0e\x01\x39\x7c\xb9\xa5\xf7\xc0\xf7\x4b\xff\xcd\x27\xf5\xb8\xcb\x30\x4c\xf9\x7d\x93\xb9\xb7\xfd\x6f\x0e\x0a\xe6\x1e\x3e\x02\x99\x7b\xd3\xd2\xde\x5c\xe1\x5a\xda\x81\x1c\x3e\x76\x29\x73\xd3\xd2\xae\x87\xa8\xc9\x99\x01\xab\x8b\x64\x93\x32\x37\x2d\xed\x46\xeb\xb5\x77\xdf\x81\x77\xd4\xc1\x6b\x69\x6f\xf2\x63\x4a\xa0\x67\x97\x1f\xf7\x9f\x6b\x92\xef\x50\x37\x18\x07\x48\x4e\x58\xc8\xae\x0d\xbd\xff\x0e\x2f\x5b\xb4\x9d\xb6\xa9\xc8\x1b\x4d\x97\x4d\xbb\x8a\x2e\xff\x26\x19\x06\x56\x85\x97\x76\xc9\x70\x97\x0c\x93\x17\x9d\x5d\x32\xdc\x25\xc3\x58\xe4\xbb\x64\x18\xc8\xb1\xfe\xf0\xd5\xee\x9a\xbd\x81\x1c\x58\x66\xbb\xec\xb9\x4b\x95\x75\xad\x76\xa9\x32\xb0\x0c\x30\xe9\x52\xe5\x2e\x55\xc6\xa6\xd6\xa5\xca\x9d\xa3\x6a\x7e\x54\x4c\xc8\x6e\xfe\x09\x90\x63\x39\x98\xc7\x26\xc7\xcc\x62\xec\x12\x63\x20\x39\x59\x29\xbb\xc4\xb8\xcb\x78\x49\x9d\xce\x2e\xe3\xed\xd8\xbd\xa9\x33\x95\x5d\x76\x0b\x58\x80\x28\xbb\xec\xb6\x4b\x5b\x9b\xa3\x92\xb6\x02\x4b\x1e\xd8\xa5\xad\x5d\x8e\xca\xd9\x04\xd9\xe5\xa8\x40\x72\xc4\x4c\x76\x39\x2a\xb0\x4a\x7a\x95\xb3\xd6\x5c\x8c\xac\x95\xae\xdd\x1b\x58\xee\x07\x5d\xda\xda\xe5\xa8\xcd\x39\x92\xa3\x76\xed\xde\xec\xdd\x5d\x8e\x0a\x7c\x97\x79\x53\xa7\xb2\x69\xcf\xf1\xa6\xae\x1e\xa9\x2c\xa5\x69\xb3\x4b\x65\xfb\xa6\xb2\xfe\xdb\x1e\x15\xdb\xa8\x57\xc9\x64\x7b\xf7\x4d\x74\x08\x12\x52\x60\x19\xb9\xd4\xb5\x72\xf7\x4e\x3f\x94\x1d\x5d\x63\x35\x90\x03\x0a\xd9\x25\x9f\xc0\x77\x99\x3f\x75\x19\x53\x61\x8c\xa2\x63\xd9\x25\x9f\x7d\x14\x2f\xe3\xa6\x1a\xab\x81\xf5\xf3\xb9\x18\xfe\xd2\xc7\x3e\x0f\xd0\x36\xfb\x26\x21\x85\xde\x76\x09\x69\x1f\xaf\x97\x71\x07\x53\x1c\x00\xcb\x0d\x66\x37\x60\xa5\xcf\x7d\x24\x18\xa3\xd7\x96\x0c\x24\x67\xba\x64\x97\x5d\x02\xdf\x65\xb6\x79\x07\xe9\x25\x4c\xa1\x4b\x2f\x3b\x81\x27\x3f\x9d\xb5\x5d\xe2\x08\x84\x9f\xed\x2e\x6f\x04\xea\xcf\xf0\x81\x2e\x71\x04\xac\x32\x94\x5d\x2b\x74\x97\x4b\x1a\x8c\xd0\xe5\x92\xdd\x83\x43\xf9\x14\x74\xb9\x24\xf0\x5d\x46\x47\x0c\x24\x01\x16\xd5\xbd\xb3\x1b\x48\xd2\x09\x07\xf9\x75\x5f\x05\xc9\x64\x37\x2d\xc1\xb7\x54\xfb\x35\x50\x7f\xa6\xc3\x74\x0d\xd8\x80\xa5\x8d\xb2\x4b\x39\x7b\xf8\x4c\xbb\x1d\x71\x58\xe6\x20\x38\xbd\xc6\x88\x00\xcb\xb8\xbe\x2e\x0b\x05\xcc\xb0\xcc\x2e\x0b\x05\x96\x79\x34\x5d\x93\x76\xd7\x30\xad\x7f\xbf\x4b\x2f\x3b\x45\x03\xfe\x5d\x66\x6f\x17\x27\x16\x7a\x4b\xc3\x41\x80\xa2\x91\xa8\x4b\x2e\x81\xa9\xab\xae\x4b\x2e\x81\x69\x1a\x4d\x37\x1a\xa4\xaf\x9b\x26\x1e\x8a\x36\x6e\xa0\x69\xcc\xef\x32\xd0\xfe\xb1\xce\x69\xc6\x4a\xd7\xc4\xdd\xad\x19\xd0\xdd\xf4\xb5\x71\x03\x65\xba\x48\x35\x71\x77\x33\x04\x9c\x0b\x4d\xdc\xc0\x34\x89\xa5\x9b\x20\x00\xcc\xf5\xf3\xbf\x5c\x55\xe9\x93\x43\xb4\x74\xe9\x2c\x30\x15\x4f\x5d\x36\x0b\x7c\x97\x31\x26\xe9\x2c\x50\x48\x46\xcf\xae\xd1\xbb\xe7\xf5\xfd\xb2\xf8\x67\x3e\x25\xea\x01\x48\xe5\xbb\x81\xff\x40\xa9\xcd\xce\xee\x91\xbf\xc4\x13\x70\x95\x26\x6f\xa0\x52\xe7\x28\xbb\x26\x6f\xa0\xe8\x2d\xec\xf2\x67\xa0\x50\x08\x3c\xbb\xfc\xb9\x1f\x0c\xdc\xe9\xd1\xe0\x0d\xf4\xb6\x7f\xe8\xc0\x0f\x0e\x0c\xdb\x4d\x8e\x1b\x83\x77\x73\x61\x4b\x9f\x81\x66\x36\x4c\x97\x3d\x03\xc5\xec\xa3\x2e\x7b\x06\xe6\xbf\xab\x5c\x03\x07\x6b\xa0\xd8\x2f\xd7\xc0\xe1\xe4\x30\xad\x92\x67\x60\x9a\x32\xd3\xe5\xce\x40\xcd\x7d\x95\x93\x73\xb2\x2c\xe0\x7b\x5d\x9e\xdc\x4d\x16\xf0\xef\xb5\x76\x03\xd3\x24\x94\x2e\x73\x06\x9a\x2e\x93\x2e\x73\x06\xe6\xc2\x53\xd1\x25\xce\x40\x29\xed\xbf\x4b\x8f\x66\x97\x57\xf7\x93\xf1\x4a\x1d\x34\x75\x03\x9d\x7a\x3f\xd9\x35\x75\xf7\x93\xc1\xb9\x5f\x19\xfc\x0f\xd4\xb2\x7f\xb8\x07\xf7\x7e\x57\xc1\xe8\xba\x44\x1b\xe8\x94\x4a\xc9\xae\x3d\x1c\x68\x13\x61\xda\xb5\x87\x03\x45\xb3\x7c\x97\x8d\x03\x75\xfa\x4a\xc9\xc6\x81\xc9\xf9\x4d\xd9\xb5\x86\x03\x4d\xb7\x54\xd7\x1a\x0e\x54\x6a\x1f\x65\x97\xb2\x03\xdf\x8a\xb7\x17\xae\x06\x4a\x96\x19\xfb\xd1\x35\x69\x03\xdf\x65\x0c\x49\x9b\x76\xbf\x79\x12\xf6\x4c\xfb\x75\xbf\xdd\x72\x5c\x6e\x06\xb4\xf4\x9b\xd7\xcc\x5d\x4e\xfe\x0c\x4c\x33\x1c\xba\xfc\x19\x98\x9a\xb3\xba\x91\x2a\xc0\xf7\x67\x5e\xe6\xfc\xdf\xac\x37\x98\x66\x97\x65\x03\x6d\xca\x58\x34\x99\x03\xd5\xf0\xa4\x2e\xf1\xee\x0f\x8b\x0b\xee\xd9\x65\xd4\x40\x37\xa2\xb4\xcb\xa8\x81\xb9\x29\x97\x8c\x1a\x68\xcb\xa7\x24\xa1\xee\x0f\xfb\x8b\x53\xa6\x75\xbc\x3f\x7b\x7f\xa1\x63\x9a\xc7\xfb\xc3\x28\x9d\x0b\x09\x35\x30\xf7\xcb\xae\x25\x1c\x98\xcb\x41\x6a\x09\x07\xa6\x79\x3f\xdd\xe8\x7c\xa0\x84\xec\x4d\xdb\x38\x50\xf7\xab\xf7\xec\x41\xb2\xc8\x64\x26\x1a\xc2\x81\x5a\xdc\x31\x35\x84\x03\x5d\xaf\x40\xd7\x10\x0e\x94\xea\x1b\xf4\x3a\xee\x97\x41\xba\x14\xe5\xf9\x40\xd7\x5e\xd7\xa5\xf9\xc0\x5c\xce\xb4\x34\x1f\xe8\xd3\x8d\x43\x96\x0f\xcc\x25\x5d\x94\xe5\x03\xed\xe7\x4c\x1b\x4f\xd3\xb5\x9f\x77\xc7\xad\xfd\xbc\xbf\xbc\x5c\xbb\xaf\x0e\x92\xd3\x39\x95\x8a\xdd\x90\x7e\x60\x9a\xba\x30\x54\x0c\x40\xa3\x6e\x56\x0e\x0d\xea\xc3\xe4\x7c\x7a\x31\x34\xa8\x03\xd3\x2c\x85\xa1\xac\x00\xa6\xf9\x0d\x43\x59\x01\x14\x4e\x7c\xcb\x61\x68\x0e\x50\x38\xcb\xe7\x93\x20\x36\x31\x15\xe1\x55\xcb\x26\xce\x4a\x2e\x5e\x95\x36\xf1\xb8\xf7\x0f\x4f\x9b\xce\xef\x3b\x07\x2b\x1c\x2a\x14\xa0\x99\x37\x35\x0c\xdf\x19\x3f\xc6\x88\xd8\x1b\x6a\x16\xa0\x19\x71\x3d\xd4\x2c\x40\xe3\x40\xa6\x1c\x4a\x96\x51\x26\x3f\xe4\xbf\x8c\xee\x07\xba\x11\x1e\x43\xb1\x01\x4c\x33\x1b\x86\x62\x03\x28\x12\xe9\xa1\xd8\x00\x6a\xec\xbf\xb7\xf7\x85\xc5\x8a\xd6\x18\xda\xe5\x87\x92\xc4\xb0\xb6\xa1\x24\x19\x85\xee\xa3\x07\x87\xf2\x03\xa8\x3f\xaa\xde\xe4\x50\x7f\x00\xcd\x57\x6b\x68\x97\x07\x26\x47\x74\x7f\x32\xce\x26\x36\xc0\xf4\xcf\x7c\x46\x14\x89\xe3\x94\xb2\x1c\x46\xf5\x00\x9d\x92\x65\x9f\x62\xb3\x89\x73\xea\xd9\x78\x86\xc6\xfb\xa1\xf1\x9e\x72\xf0\x39\x94\x37\x40\x33\xbd\x62\x28\x6f\x80\xc9\x79\xd9\x39\xaa\x93\x51\x1d\xb9\xb7\x74\xe4\x95\x6f\xdf\xfe\xa1\x03\xa7\xae\xb3\x1e\xe7\xa1\x2c\x02\x6a\x71\x7a\x94\x45\x40\x6d\x7c\xd5\x86\xd6\x7c\xa0\x5a\x64\x61\x18\x20\x34\x1a\x53\x81\x30\x18\x0a\x25\xe0\xeb\x3e\xb7\x54\x29\x01\x53\xc6\x38\x14\x4a\xc0\x34\x01\x63\x28\x94\x46\xe3\x89\x43\xf8\x87\xa2\x08\x68\xc5\xc7\xab\x26\x02\xa6\xa1\xed\x43\x4d\x04\x14\x3d\x3d\xc3\xdc\x7a\x60\x1a\xb4\x3c\x0c\x0f\x1a\x2a\x27\x23\x14\x87\xca\x69\x7c\x32\x69\x72\x0c\x54\x0e\x65\x12\x50\x46\x2f\xff\xfd\x55\x1e\xfa\x03\x80\x6a\xce\xd0\xd0\x1f\x00\x4c\x0e\x9c\xce\xa1\x3b\x60\xf4\x3d\x2f\xac\x4b\xe5\xd7\xe0\x2c\x9b\xfc\xd9\xe4\xd3\x27\xcb\x5e\x65\x38\xb4\xfd\x03\xdf\x2f\xbd\x81\x13\xc3\xf9\x36\xc9\xb7\x74\x28\xd2\x80\x6a\x62\xca\x50\xa4\x8d\x2d\xd2\xa6\x6d\xce\xcc\x07\x93\x73\xa2\x73\x28\xd2\x86\xc9\x0d\xfb\xcf\x9c\x98\xee\xc4\xd0\x0d\x93\x1b\x80\x12\x2e\x12\x23\x91\x80\x62\x38\xe0\x50\xdc\x8d\x4f\xb5\xcd\x74\x6b\x52\xb5\x01\x5f\x2f\xf8\x7f\x23\x91\x06\x07\xd0\x98\xf7\x32\x8c\x30\x1a\xfa\x09\xf4\x84\x0c\xfd\x04\xc0\x94\x94\x0d\xfd\x04\x40\xdd\x7b\x8c\xa9\x0d\xc0\x4c\xd7\xaa\x41\x47\x63\xd0\x7f\xa8\xdb\x50\x28\x02\xdf\xff\xdb\xe6\x00\x26\xcf\x09\x56\x36\x14\x8a\x40\xd5\x2e\x37\x14\x8a\x63\x32\x65\x98\x0c\x87\xca\x0e\xa8\xfb\x31\xa9\xec\x80\xfa\x33\x48\x73\x98\x53\x00\x4c\x0e\xdf\xcd\xa1\xd8\x03\xaa\x6e\xa1\xa1\xd8\x1b\x14\x9f\xe3\xa8\xe8\x4f\x3d\xdb\xe4\x9c\xb9\x79\xeb\x38\x00\xda\x1e\x93\x5a\x0f\x08\x0b\x2b\x0c\xb5\xde\x88\xdd\x0d\xef\x69\x37\x48\x07\xd7\xed\x34\xd4\x62\xc0\x6a\x30\xe0\x61\x78\xd1\xd0\x6f\x60\xac\xe8\xd0\x6f\x00\xa4\xc1\x04\x43\xbf\x01\xb0\xf6\xd3\xd4\x6d\x30\x96\xbd\x75\xff\x36\xbc\x08\xc8\xe2\xc6\xa9\xdb\x60\x2c\x17\xb2\x7b\xba\xca\x0e\x08\x13\x1a\x86\xca\x0e\xf8\x2e\xb3\xbb\x2e\x84\x0f\xd6\xbf\x7f\x73\x21\x7c\x90\x9c\x9e\x90\xc3\x40\xff\x61\x48\x93\x21\x80\x43\xb9\x07\xa4\x7a\x63\x28\xf7\x80\x25\xc3\x1c\x3a\x1c\x86\x51\x4e\x46\x22\x0e\x25\xe0\x30\xca\xc9\x9d\x46\x05\x38\x8c\x72\x32\x98\x6d\x28\x01\x81\x65\x19\x8f\xa1\x04\x04\xd2\xa0\x89\xa1\x04\x1c\xba\x2a\x8c\x48\x1b\x8a\x3b\x60\x29\x0b\x87\xda\x6e\x1c\xf6\xc3\x0d\x5b\xf5\x05\x2c\x63\x95\x87\xea\x6b\x18\x83\x64\x0c\xcf\x50\x7e\x01\x61\x42\xc0\xd0\x7d\x01\xec\xbc\xda\xa1\x22\x03\xc2\x84\xb0\xa1\x22\x1b\xc6\x1b\x19\xe4\x34\xd4\x5f\x40\x98\x24\x36\x8e\xdd\x35\xa3\x7a\xbd\xa5\x4f\xea\x38\xfc\xa5\x5d\xf3\x49\x11\x70\xb4\xbf\x25\x0a\x30\x20\x8b\x1f\x34\x05\x18\x90\xa6\x85\x0e\x05\xd8\x38\xf7\x59\xc9\x3c\x29\xb5\x15\xb0\x2c\xcb\x32\xd4\x56\xe3\x1c\x5e\xc6\x4f\xd5\x45\x40\x16\x77\x76\xe3\x8d\x86\xd1\x43\xfa\x64\x86\xfe\x86\x61\xf4\x90\x9f\x4c\xa3\x87\x86\xd1\x43\x46\xd0\x0c\x25\x15\xb0\xf6\xc7\x5c\x49\x05\xa4\x19\xfe\xc3\xe8\x21\x20\x25\xad\xe3\xdc\x23\x60\xa9\xf9\xe5\x53\x65\x01\x69\x5c\xcc\x50\x65\x0d\xdd\x19\x06\x6e\x0d\x05\x14\x90\x66\x12\x0c\x05\xd4\xb8\x1c\xa7\x6f\xa8\x72\x09\x48\xce\x43\xcf\xa1\x5c\x1a\xca\x25\xe3\xdd\x86\x72\x09\x48\x43\x7b\x86\x2e\x8e\xa1\x8b\xc3\x00\x86\xa1\x8b\x03\x58\x25\xec\x87\x43\xe7\x08\x1b\xe3\x67\x86\x1e\x0e\x60\x19\x08\x32\xf4\x70\x0c\xb5\x97\x41\x65\x43\xed\x05\xa4\xb1\x32\x43\x0f\xc7\xb8\x9b\x97\xf1\x53\x93\xa7\x81\x34\xf2\x66\x28\xc7\x80\xb4\xba\xca\xd0\xe9\x01\x84\x7a\x6f\xe8\xf4\x18\xba\x33\x74\xeb\x0f\x85\x16\x10\xb9\x7e\x7f\xf8\x54\xab\xc3\x80\xfa\x1b\xfb\x9f\x7d\x6a\x78\x40\x0c\xb9\x19\x7a\x40\x86\xee\x0e\x83\x86\x86\xe2\x0c\x88\x90\xea\x28\xce\x80\xdc\xd4\x59\x71\x36\x9e\xee\x2f\x79\xe0\xfa\x36\x80\xe4\x68\xc0\x1c\xaa\xb3\xa1\xbb\x43\x13\xf6\xd0\xdd\x01\xd4\x70\xf5\xa8\xce\x80\x61\x4c\xec\x50\x9d\x01\xad\xf9\xc5\x52\x9d\x01\xc3\x78\xe0\xa1\x3a\x1b\x86\x2e\x19\xa0\x36\x94\x67\x40\xf9\xb9\x37\x2a\xcf\x80\xa6\xc1\x6c\x3c\x7b\xe8\x54\xf7\xf7\x5b\xa4\x62\x03\x5a\x25\xd8\x68\xa8\xd8\x80\x11\xbe\x0f\x2a\x36\xa0\x19\xcd\x3f\x54\x6c\xc0\xb0\x78\xd7\x30\xe5\x1a\xa8\x9b\xd0\xe9\xbf\x19\x9f\x88\x1b\x9b\x56\x2a\xe2\x86\xc5\xd3\x7c\x9f\x15\x71\x40\xef\x2e\x73\x45\x1c\x50\xf7\xf4\x2b\xe2\x80\xb2\x24\xf0\x8a\x38\xa0\x85\xac\x52\x0d\x07\x0c\xab\x6d\x0d\x63\xa0\x80\xba\xdc\x2d\x94\x75\xc0\xb0\x8c\xd6\x50\xd6\x0d\x3d\x41\xc6\xb4\x4d\x75\x1d\x50\x54\x97\x53\x5d\x07\x14\x93\xba\xa6\xba\x6e\xfe\xf6\x31\xe3\x34\x35\x9b\x3a\xff\xdf\x68\x1a\x36\x69\x2e\xf3\xaa\x69\x13\xb3\x83\xca\x9a\x46\x53\x4d\xb3\x30\x8c\x7c\x9b\x0a\x3b\x60\x28\xc7\xa7\xc2\x6e\x5a\x74\x6d\xd9\x8b\xc3\xa6\x9b\xab\x82\xa6\xc7\xa6\xe7\xbb\x2a\xfd\xff\xd7\xa6\xf7\xbb\x8a\x8f\xf9\x54\xd8\x01\x45\xbf\xc9\x54\xd8\x01\x55\xb6\x33\x15\x76\xc0\xd0\x8e\x3d\xf5\x45\x4d\x93\x2c\xf4\xda\x4f\xbd\x4d\x40\xd5\x24\x33\xf5\x36\xcd\x4f\xff\x0d\xf7\xf9\xa9\xfe\x03\xbe\x5f\xda\xe6\x90\x3e\xb5\x37\xac\xab\x35\x55\x7b\xc0\x77\x99\xff\x76\xd9\x86\x6d\xa2\xd8\x74\xdb\x44\x19\x94\xee\x00\x1c\xb9\xc1\x5a\x06\x70\x4d\x83\xb5\x80\x62\xe4\xd7\x54\x14\x4e\x45\xa1\x11\x40\x53\x51\x08\x74\xd3\x1f\xa7\xa2\x70\x9a\x3d\xce\xa7\x76\x2a\x0a\x67\x75\xcf\xc5\x36\x34\x95\x68\x40\x4f\xa8\xc7\x34\xe2\x6a\xea\xa7\xfa\x77\x53\xfb\xf6\x41\x33\x98\x62\x2a\xc8\x66\xb3\x1f\x6c\x23\x53\xf9\x35\x4d\x02\x87\x9d\x4d\x5d\x57\x40\x99\x2e\x34\x15\x19\xd0\x0b\xec\x6f\x2a\xc8\x80\x5e\xf9\x1a\x4c\x05\x19\xd0\x65\x14\x53\x41\x06\x54\x8d\x30\xd3\x80\xab\xd9\xfc\x5e\xba\x44\x95\x5f\x40\x9f\xae\x2a\xe5\x17\xd0\xd3\x21\x29\xbf\x80\x6e\xe6\xcb\x54\x7d\x01\xf5\xa7\x23\x78\xb6\x3d\x4c\xd2\x33\x18\x91\x82\x0c\x68\xe6\x26\x4e\x15\x17\xf0\xfd\x90\xff\x57\x72\x01\xdd\x5c\xd3\xa9\xe4\x9a\x4a\x2e\x0d\x2c\x53\xc9\x05\x94\x70\xe4\x7a\xbc\x80\x4a\x05\xd5\x9c\x06\x65\x01\x95\x73\x5a\x73\x2a\xcc\x80\xaa\x21\x63\x2a\xcc\x80\x52\xf7\x2d\x5d\xa1\xe4\x9c\x9b\xca\x3a\xd5\x65\xd3\xd0\x2d\xa3\x65\xa6\xc2\x0c\xa8\x73\x0f\xd3\x29\x23\x74\x6b\xed\xff\x77\xca\xd0\x65\x56\xa6\x99\xea\xb2\xd9\xdd\x81\xd8\x79\xa7\xc2\x0c\x68\x52\xba\xa9\x30\x9b\x63\x8f\x9c\x31\xe9\x4f\x03\xba\xe9\xb3\x53\x65\x06\x34\xe3\x0d\xa6\xc2\x6c\x1a\xf3\x65\x70\xc8\x34\xa8\x0b\x58\x56\xfa\x98\x06\x75\x4d\xc5\x9a\xbe\xbe\xa9\x58\x03\xca\x2f\x6d\x72\x50\xc3\xef\x50\xfc\x77\xed\xef\x9c\x8a\x39\x60\xa9\x02\xa7\x62\x0e\xf8\xfe\xc5\xae\xbb\x4e\x06\x55\x12\x20\x90\x53\x81\x37\x15\x78\x46\x5e\x4c\x05\x1e\x50\x64\x0d\xd3\x44\x13\xa0\xeb\xcd\x9f\x6a\x3e\x60\xc9\xab\xa6\x9a\x0f\x28\xe6\xbb\x4c\x7d\x83\x73\x4e\xff\xdf\x5f\xba\x2a\xa8\x8a\x6e\x4d\xcc\x69\xad\x33\xa0\x37\xd7\xa6\xd1\x68\x40\x53\x9a\x4f\xa3\xd1\x80\x6a\xb5\x9c\xa9\x53\x71\x1a\x8d\x66\xb4\xca\xd4\xab\x08\x74\xc3\x75\xa7\xd2\x73\xea\x41\x54\xa1\x4e\x45\xe5\xd4\x83\xd8\x6c\x72\xe4\x7a\x10\x0d\x78\x98\x7a\x10\x81\x6e\x85\xcd\xa9\x07\x11\x88\x65\xd7\xd4\x9e\x40\xb7\x26\xe3\x34\x8c\x0d\xa8\xb3\xf8\x43\x17\x0a\x6a\x74\x42\xee\xa6\x6a\x14\x68\x8a\xfa\xa9\x1a\x05\x56\x75\x1d\xea\x78\x9c\xe1\x9a\x70\x39\xe9\x52\x04\x56\xfc\xec\xab\x0f\x5d\x67\xa1\x0e\xca\xa9\xb3\x10\xe8\xc6\x32\x4d\x65\x26\x50\x0d\xc6\x9c\xca\x4c\xe0\xfb\x25\x0f\x5d\x9f\x22\xd0\x0d\xa0\x9a\x2a\xcf\x69\xc4\x9a\xa1\x73\x53\xe9\x39\x3d\x2c\x68\xff\xd2\xa7\xc2\xe1\xa3\x7b\xfb\x57\x79\x02\xdf\x2f\x19\x95\xd2\x13\xe8\x56\x25\x9d\x6b\x8f\xc0\xa3\x01\x6c\x72\xd5\x2e\x2a\x6c\xfa\x45\x50\x79\x02\xbd\xba\x61\x2b\x3c\x67\xf2\xf6\x4e\xc7\xa9\xa4\x04\xca\xe6\x01\x4a\x4a\x60\xed\xaf\xa1\x5e\xc5\xa9\x57\x91\xf3\xab\x73\xea\x55\x9c\xbb\xec\x98\xbf\x74\x36\x8c\x91\xa3\x63\xea\x4e\xa0\xad\xfd\xf7\xce\x05\xa9\xe9\xbf\xcd\x6c\xcc\xa4\x01\x96\x59\x7d\xd3\x44\x1a\xa0\x6b\xd6\x9a\xba\x1e\xe7\xb1\x7b\xc1\xbf\xe9\xe3\x03\xda\xfe\xc8\xa9\x31\x81\x25\x55\x9e\x6a\x4c\xa0\xfe\xa6\x7b\x99\x22\x13\x58\x13\x2a\x3b\xd5\x98\xd3\xa0\xb6\xe9\x37\xc1\xa0\xb6\x69\x65\x2f\x77\x59\x9d\x75\xc0\xd2\x38\x3c\x15\x94\xd3\x38\xb7\x89\x74\x99\x2a\x4a\x60\x58\x49\x77\xea\xad\x03\x96\x71\xa1\x53\x6f\xdd\x54\x77\x5a\x24\x77\xaa\x3b\x81\xba\xc9\x8d\xba\x73\x1a\xfa\x66\x6e\xd4\x34\xf4\x0d\x58\x46\x41\x4f\xa5\x28\x10\x9b\x7b\x28\x45\xa7\x52\x74\xbf\x51\x4a\x51\x20\xb5\xaf\x4e\xa5\xe8\xfc\x74\x67\xec\xf5\xa8\xee\x04\xaa\xde\x86\xa9\xee\x04\xbe\x3f\xe3\x06\x0a\x4f\xa0\x55\x28\xf4\xd4\xbd\x07\x74\x53\xc0\xa6\xee\xbd\x79\xb9\xf8\x30\xea\x4d\xb5\x28\xd0\xcd\x6f\x9e\x3a\xf3\xa6\x95\xc2\xdd\x6b\x55\xa7\xd3\x00\x3c\xf7\x25\xd5\xe9\xb4\x50\x38\x36\x83\xa9\x38\x05\xbe\xff\xf7\x97\xce\xc6\x85\x35\x50\x5a\xad\x38\x9d\x06\xdb\x6d\x22\xa3\x14\x05\x8a\xb5\xaa\xa6\x52\x14\xe8\xfb\x13\x6c\xb0\x1d\x10\x5a\x83\xa7\xce\x42\xa0\x18\x40\x38\xd5\xab\xd3\xfc\x97\x89\x83\x72\x1a\x7f\x07\x84\x41\xed\x53\xff\xe1\xd4\x7f\x38\x51\x82\x53\xc1\x0a\x94\xee\xc6\xa4\x60\x05\x96\xd9\x45\x53\xc1\x3a\x6f\xc7\xe9\xea\xd3\xa7\x08\x2c\x13\xe2\xa6\x3e\xc5\xa9\x4f\x51\x2b\xd3\xd4\xa7\x08\x84\x25\x06\xa7\x52\x17\x58\xc6\xe4\x4d\xb5\xec\xbc\x7d\xc4\x38\x4f\xa7\x71\x7a\x40\x98\x68\x31\xd5\xad\x40\xfd\x6d\xae\xa1\x70\x05\x96\x85\x8a\xa7\xc2\x15\x58\xad\xfd\xa1\x5a\xd9\xd4\xe9\x38\xd5\xb0\xd3\xd5\xaf\x86\x05\xba\xe1\xa1\x53\x0d\x0b\x84\xb6\x82\xa9\x86\x05\xfa\x4f\xfa\xac\x86\x9d\xcf\xe3\x9f\x31\x35\x4a\x51\x20\x0c\x94\x9b\x4a\xd1\xf9\x3a\x18\x7f\xaa\xf0\x04\x56\xa8\x73\x14\x9e\x40\x98\x14\x39\x15\x9e\xd3\xcc\x9a\x29\xf3\xd6\x7d\x08\xd4\xbd\xc1\xa9\x3c\x81\x6a\xf6\xf1\x54\x79\x4e\xa3\x04\xa7\x5b\x97\xd2\x13\x28\x26\x80\x4f\xa5\x27\xf0\x5d\x66\x9b\xa3\xe2\x00\xd6\xbd\xab\xaa\x3d\x27\x42\xf3\x37\x65\x88\x2a\x4d\xa0\x6d\xfa\xa1\xd2\x9c\x2a\xcd\x09\xbf\x09\x95\x26\xd0\xcd\xee\x0f\x95\x26\x10\xe6\x1d\x86\x4a\x33\x4c\xe5\xe7\xf0\xd9\x0c\xfd\x85\x40\xb3\xa8\x4f\x28\x35\xc3\xcc\x1d\x3d\xfb\xa1\xd6\x04\x42\x7b\x4d\xa8\x35\x81\x6e\xee\x78\x28\x35\x81\x30\xe2\x30\x94\x9a\x40\xb5\x5c\x67\x28\x35\xc3\x84\x7f\x4e\x6f\xca\xd0\x63\x08\x54\xbf\x1e\xa1\xfc\x04\xc2\x1c\xa8\x50\x7e\x02\x21\x65\x0b\xe5\x67\x14\x77\x6d\xbe\x61\xa1\xb2\x04\xaa\x05\xd2\x42\x61\x19\x65\x8f\x89\x7f\x33\xe5\x07\xa8\x86\xae\x85\xce\xc6\x50\x32\x4e\xa4\x6b\x28\x19\x81\xa6\xf9\x37\x94\x8c\x61\x96\xbf\x35\x82\x42\xcd\x08\xb4\x7f\x37\xb5\xbb\xd5\x8f\x1d\xd2\x3b\x74\xe1\x01\xcb\xcf\x53\xe8\xc1\x0b\xc5\xa0\x75\x7f\x43\x31\x08\x84\x81\xbc\xa1\x18\x8c\xea\xb4\x2d\x7f\x6a\x47\x2a\x3b\x3e\x9b\x68\xa8\x0f\xc3\xfc\x7d\x4e\x5c\xca\xd0\x3d\x07\x84\x19\x66\xa1\x3e\x0c\x63\x1b\x39\x5e\x29\x43\x81\x08\x54\x4e\xf7\xca\x50\x20\x86\x11\x8a\x1a\x46\xc3\x08\x45\x20\x77\x8b\x0f\x19\x5f\x9c\x85\xb8\x42\x5f\x5c\x98\x85\x3f\x31\xae\x84\x3a\x0f\xf0\xd0\x87\x0c\x75\x5e\x18\x9f\xd8\xfc\xa5\xb3\xd6\x77\xcf\x18\xbb\x0a\x0e\xf0\xa0\x89\x0c\x15\x5c\xa8\xe0\xc2\x9b\xaa\xe0\x80\xe4\xf0\xff\x0c\x15\x5c\x98\x86\xcf\x51\x4a\x19\x8a\x33\x60\xd5\x7d\x99\x23\x30\x18\x31\xf8\x8e\x85\xfe\x2a\xa0\x69\xa0\x0d\x83\x11\x81\xd0\x54\x1a\x6a\xa7\xd0\x85\xc5\x19\x49\x19\x2a\x25\xa0\x9a\xa2\x10\xe6\xd2\xc7\x58\x5e\xc6\x32\x1a\xfb\xa6\xc9\x65\x74\x4d\x4f\x17\xe0\x59\x1c\x19\x6a\x27\xa0\x58\x6c\x23\xd4\x4e\x61\x2e\xbd\x55\x82\x43\x25\x04\x14\xb3\x96\x43\x21\x14\xc6\x44\x5a\xac\x26\x54\x42\x40\xe5\x20\xa1\x0c\x85\x10\x50\xe5\x8f\xa1\x10\x02\x2a\xe7\x22\x66\x28\x84\xc2\x90\x48\x0b\xe4\x84\xb2\x07\xe8\xc6\xe8\x84\x21\x91\x31\x9d\x6f\x77\x0a\x65\x0f\xb0\xf4\xb8\x86\xb2\x07\x28\x56\xcd\x0f\x65\x4f\x44\xf5\x97\x8c\x40\x09\x02\x54\xd3\x77\x42\x09\x02\xf4\x5f\xf7\x2a\xbb\xa1\x47\x4c\x36\x17\x6a\x10\xc0\x42\x73\xa1\x04\x09\x43\x18\xc3\x19\x32\x84\x11\x08\x79\x55\xa8\x37\x42\x71\xb1\x57\xa9\xe2\x02\x08\x19\x53\x28\x2e\x42\x4f\x94\xde\xa9\x50\x0f\x00\x4d\xc5\x17\xea\x81\x50\x0f\x70\xf4\x45\xc6\xda\x77\x20\xf4\xd3\x3f\xf3\xd9\x99\xfa\x12\xbb\xcd\x87\x47\xea\x8b\xd5\x99\x42\x3d\x10\x7a\xa2\x8c\xa5\x0c\x05\x41\x64\xa5\x6b\x36\x39\x69\x6a\x84\x18\x7f\x88\xf2\x0e\x25\x04\x10\x12\xaf\x50\x42\x84\x5e\xa9\xf0\x33\xa3\x38\x00\x5a\xc1\xee\x16\xaa\x83\x30\x33\x3e\xfc\x58\x18\x26\x08\xd4\xe6\x9b\xa9\xa3\x2a\xf4\x4a\x69\xf0\x0d\xbd\x52\x40\x48\xb3\x42\xaf\x54\x98\x54\xb3\xd7\x85\x3e\x28\x20\x2d\xdb\x13\x2a\x86\xd0\xb9\xa4\x01\x36\x24\xfe\x40\x4c\xb7\x42\x9d\x4b\xc0\x77\x19\x93\xa3\x77\x09\x28\x1a\x35\x43\xef\x12\xf0\x5d\xe6\x1d\x9c\x7d\xea\x59\x49\x31\x43\x15\x11\x3a\xa1\xac\x98\x1e\x6a\x06\x20\x94\x98\xa1\x64\x00\xea\x2f\x7c\xc3\xd4\x0c\x40\xc8\x14\x43\xcd\x10\xa7\x7d\xf3\x7b\xa1\xdf\x08\x48\x03\x01\x43\xfe\x1e\x7a\x84\x2c\x16\x16\x7a\x84\x80\x5d\xda\x3a\x64\xe1\xa1\x47\xc8\x6a\xfb\x21\xe7\x0e\x3d\x42\x61\x93\xf3\x26\xc1\xd6\xe2\x1d\x12\x6c\x20\x0d\x1c\x0c\x09\x36\xf0\x5d\xc6\x48\x75\xff\x84\x35\xa8\x76\x3f\x9c\x5e\xdc\x3f\x1d\xa1\x12\x72\xee\xb8\xed\xae\xaf\xba\x3c\x19\x58\x96\x81\x0c\x5d\x3d\x21\x01\x36\xaa\x36\x24\xc0\x40\xea\x75\x0e\x09\x70\xe8\xd8\x31\x76\x35\x64\xbb\x40\x9a\x68\x13\xf7\xbe\xe9\xed\x65\xcc\x9b\x9e\x1b\x20\x4d\xdb\x09\x3d\x37\xf1\x0c\x2f\x63\xa4\x3a\x5b\x80\xa6\x37\x21\x8c\x84\x03\x9a\x29\x89\x21\x75\x0d\x6b\x3d\x59\x86\x3c\xe4\xae\x40\x59\x7e\x3e\xe5\xae\xf1\x5c\xff\xfb\xbf\x59\x7d\x7c\x3a\x56\x80\x5a\x9d\x35\x1d\x2b\xf1\x56\xff\x8c\xc7\x27\x29\x05\xba\xf2\x2b\x24\xa5\x61\x3a\x8b\x55\xc2\x43\x77\x08\xd0\xcd\xbb\x08\x79\x2a\xd0\x9a\xcf\x40\x9e\x1a\xc4\x9c\xfd\x2c\x1c\x1e\x72\x46\x60\x71\x0a\x68\x2e\x29\xe3\x32\x8d\x5b\xab\xe2\x92\x33\x02\x8b\xf3\x04\x73\xc9\x19\x81\x90\xd6\x2c\xbd\x13\xc0\x32\x84\x7e\xc9\x22\x81\xef\xcf\x26\x6d\xc3\x36\x2a\x1c\xb0\x77\x2f\x59\x24\xb0\xcc\x72\x5b\xb2\x48\x20\xe7\xb4\x67\xcb\x26\x2a\xe5\x4f\xaf\x4a\x9b\xd2\xff\x0f\xda\x0e\xdb\x38\x3e\xb4\xf8\xff\xa7\x4d\x2e\x98\xe6\x4f\x2f\xdb\xbe\x55\x2a\x67\x5c\x92\xcd\x25\xd9\x34\x1a\x74\xc9\x36\xd7\x47\x2d\x53\xe2\xb7\xa4\x96\xc0\xd2\xfb\xb4\xf4\x6c\x00\x4b\xfb\xd4\xd2\xb3\x01\x44\xf8\xff\xf2\x4f\x20\x0c\x1d\x5a\xf2\xcf\x55\x14\xc0\xdd\x36\x87\x5e\x88\xc6\xc7\xb3\xb1\xf4\x6c\x00\xab\xe2\xb1\x58\x3a\x36\x96\x94\x94\x23\x92\x73\x49\x49\x01\x8f\x0a\xcd\x25\x25\x5d\xfa\x22\x8c\x53\x5d\xfa\x22\x80\xe4\x9c\xde\x6f\x57\xb1\x89\xdd\x69\xf9\x54\x0c\x47\x03\x56\xf8\x54\x0c\x47\x5b\xa6\xd6\x18\xdb\xb6\x8c\x47\x03\x3c\x65\x34\x97\x64\x76\x49\x49\x3d\x63\x66\xd5\xdd\x91\x9b\x72\x32\x36\x39\xb7\x52\x52\x63\x3d\x97\x94\x14\x58\x3f\x34\xc0\x92\x92\x2e\x0b\x43\xfd\x3f\x63\x77\x93\x33\x3b\x93\x5c\x77\x7c\xee\x55\xf4\x0e\x5c\x24\xab\xc8\x0c\xc0\x33\x8f\xed\x3d\x24\x93\x49\x40\x03\x49\x8d\xb6\xb4\x7f\x83\xe7\xc7\x77\x20\x4d\xfa\x0e\x2e\xfe\x17\x04\xeb\x29\x7e\x15\xf3\xc4\x89\xc8\x48\x65\x9c\x4d\x52\x21\x28\x0a\xba\x91\x9f\x41\xd3\x8f\xa4\xd1\x9f\x4d\xea\xc1\x64\x95\x26\xf5\x10\xb4\xac\xbe\x58\x4d\xea\xa1\xd1\xa4\xea\x25\x1b\x4d\x1a\xb4\xdf\xbb\x9b\xc3\x35\x15\x5b\xa5\x65\xe3\xfa\x07\x4d\xa9\x48\xe3\xfa\x37\x15\x54\x8a\x15\x1b\xa7\x3e\x68\xb2\x16\x8d\x53\x1f\x1c\x95\x57\x5d\xfb\xbe\x5f\x30\x73\x52\xf9\x4e\xab\x99\xb4\x9f\xb7\x42\xfb\x83\x26\x28\x8d\x16\x0d\x4a\x2d\x71\xa3\x45\x83\x66\x25\x99\xc6\xc7\x6f\x4c\x7b\xcd\x57\x1b\xd3\x3e\x68\x47\xe4\x69\x23\x45\x83\x32\x97\xb0\x91\xa2\x8d\x8f\xef\x15\xd7\x68\xd1\x66\x72\xb6\x27\x8a\x16\x6d\xb4\xa8\x6a\xc3\x46\x8b\x06\x6d\xf5\x03\xa0\x45\x9b\xbe\x4e\xfc\xaa\x46\x65\x06\xb5\x67\xa4\x6c\x54\x66\xa3\x32\x55\xfa\x35\x2a\x33\xb0\x20\x6d\x35\x2a\xb3\xf1\xdb\x5b\x46\xa8\xc6\x6f\x0f\x0e\x75\xa8\x8d\xf0\x6c\xfb\x7b\x0a\x39\x53\x56\x7a\x70\x18\x29\x1b\x27\x3d\xa8\xdd\x0f\x91\x93\xde\x54\x6c\x29\xd3\x6b\xfb\x7b\x0a\x79\x89\x7a\xb9\x30\xd7\x83\x12\xb9\x35\xe6\x7a\xd0\xd6\xd8\xf2\x8d\xb7\xde\x28\x5b\xc5\x7c\x8d\xb2\x0d\x2c\xc6\xfb\x8c\xd1\x36\x7d\xb3\xe0\x77\x9e\x14\xca\x36\xf8\xbe\x8f\x1d\x61\x1b\x2c\x6a\x5c\x1a\x65\x1b\x6c\x8b\x5f\x26\x73\x3d\x38\x16\xef\x63\xe6\x7a\xb0\x69\x23\xdc\xcc\xea\x09\x36\x5d\xc5\x9a\x89\xe4\xc1\xf7\x93\x41\xac\x11\xc9\xc1\xbe\xb8\x3c\x44\x72\xb0\x1d\xef\x9f\x77\xcf\xb3\xd6\x88\xa9\x05\x4d\x6d\x59\xb0\x98\x0a\xd5\xd4\x96\x05\xc7\xe2\x3d\xae\xb6\x2c\x58\x3e\x1f\x9b\x5c\xb0\x96\xd5\x89\x32\x44\x36\xa5\x65\xc1\x61\x35\x99\xa6\xb4\x2c\xf8\x9a\xc5\xda\x08\xf5\x60\xdd\xbd\x3f\x09\xf5\x26\x0b\x60\x4c\x93\x05\x08\x36\xcd\xf7\x9a\x24\x40\xb0\x9a\xdf\xd0\x24\x01\x82\xc3\x64\x86\x26\x07\x10\xac\xfa\x69\x34\x9a\x3f\x78\xee\x6d\x2e\x3e\xd1\xdf\xd2\x54\x56\xdb\xa1\x46\xe1\xb7\xf6\x3e\x4f\xb9\x62\x14\x7e\x70\x2c\x09\x43\x1b\x85\x1f\x7c\xd5\xc0\x34\x02\x3f\xd8\x3e\xae\xab\x52\xb3\x56\xef\xf3\x94\x33\x27\xfa\x83\xed\xf0\x88\x11\xf5\xc1\x41\xad\x37\xa2\xbe\x99\x3c\xaf\xc4\xb3\x49\x0c\x04\x5f\x75\xc6\x4d\x5e\x20\x58\x37\xc3\x1c\xe9\x1f\x6c\xbc\xc8\x46\xfa\x37\x2d\xb6\x54\x82\x36\x99\x81\x56\x67\xbe\xd3\x61\xb8\x1a\xc9\x02\xc8\xfd\x35\x59\x80\x66\x02\x92\xb7\x8d\x09\x48\xad\x5c\x8c\x7c\xa5\x30\x22\x58\xb4\x35\x6c\xc2\x88\xf6\x84\x11\x87\x3e\x47\x4d\x14\x11\xac\x9f\xa2\x03\x84\x11\xc1\x42\x4f\x35\xc5\x6d\x2d\xcb\x91\x2e\xc6\x3d\x51\x44\xb0\xb1\x3a\x9b\xbc\x43\x53\xdb\xe6\xb9\x96\x77\x68\x26\xd3\x2b\x5b\x6d\x22\x86\xd6\x93\x89\xf6\x1c\x88\x0e\x9a\xfe\x57\xfa\xa4\x37\x49\x86\xe0\x6d\xde\xdf\x04\x0c\x4d\x92\x41\x8f\xd0\x26\x62\x08\xde\x95\x30\x9a\x80\xa1\xc9\x28\xa8\x6e\x6d\x32\x0a\x41\xe9\xb5\xdd\x64\x14\xda\xe9\xe1\x7b\x0f\xc4\xe5\x4e\x3d\x9a\xce\xd3\x4d\x5c\xd1\xf8\xf6\x45\xb1\x89\x18\x82\x66\x8a\x6d\xe3\xdb\x37\x41\x44\x25\x9a\x69\x82\x88\xa0\x74\xdb\x6e\x82\x88\xa6\xac\x4c\xe5\x6a\xe3\xdc\x07\xf5\x4a\x42\x71\x45\x1b\xae\xdb\xe6\xa3\xae\xdb\x88\x47\x41\xd9\xf1\xdf\x9b\xf9\xef\x0c\xc8\xa6\x3a\xac\x3d\x11\xc3\x6e\xce\x71\x13\x31\x34\x66\xbb\xec\x7f\x63\xb6\x07\xfb\x2b\xc6\x98\xed\xed\x72\x6c\x7e\x53\x26\xf0\x04\x9b\x15\x89\x9a\x58\xa3\x3d\xf1\xc5\x6e\xed\xb0\xc6\x58\x0f\x0e\x85\xbc\x4d\xa8\xd1\xc4\x15\x7a\x88\x37\x71\x45\xb0\xec\x7f\xe2\x85\xb7\xeb\x3d\xc1\xfb\x79\xc7\x7a\xca\x58\xf1\x41\x99\x29\xd6\x58\xf1\x8d\x15\xaf\xed\x77\x63\xc5\x37\x35\x64\x5e\xfe\xac\xf8\x66\xea\x8e\xbe\xdc\x4d\xc0\x12\xfc\xd8\xc1\x4d\xc0\x12\x1c\xfc\xe6\x26\x5e\x09\x6a\xf1\xdc\x89\x57\xda\x4c\x45\x9f\x5f\x89\xe2\xb0\xa6\x38\x4c\xd9\x48\x13\xc3\x04\xa5\xdf\x5e\x13\xc3\x34\x96\xbc\x5a\x95\xc6\x92\x0f\x0e\x95\xd6\x8d\x25\xdf\x58\xf2\x0a\x3b\x1a\x4b\xbe\xb1\xe4\x3d\x15\xa2\x9f\xe0\xd9\x2d\x87\x2b\xfc\x09\x4a\xf7\xbe\x26\xfa\x69\xa6\xdc\x28\xa0\x68\x2c\xf3\xa0\xc9\x03\x34\xe5\x5a\xc1\xf1\xd7\x17\x38\xdc\x07\x4d\x11\x6b\x13\x10\x35\x26\xba\xac\x6f\x89\x88\xca\xc4\x7d\x89\xda\x12\xeb\x04\x4d\x01\x48\x89\x75\x4a\xac\xa3\x71\x63\x89\x75\x82\xe3\x78\xff\xda\x6e\x53\xb3\x5b\xcb\xb6\xb2\x2d\x37\x61\xb5\x5b\xb7\x29\xeb\x7d\x7d\xfc\xb1\xd3\x26\x27\x1a\xeb\xa7\x44\x31\xc1\xe1\x25\x54\xa2\x98\xe0\x90\x2d\x28\x41\x4c\x69\x16\x60\xad\xa6\x12\xc5\x04\xcb\xf2\x6e\x5a\x6c\x5a\x72\x18\x39\x4f\x51\x4c\xd0\xf4\x5e\x2f\x51\x4c\xbd\x51\x4c\x8e\x5f\x14\x53\x66\xfe\x5b\xe9\xa8\x84\x2c\x41\x3b\x32\xc8\x97\x90\xa5\x32\xf3\xe6\x43\x8a\x95\x62\xac\xa0\x54\x1a\x95\x28\xa6\xb8\xe8\x0a\x1d\x8a\x8b\x1e\xb4\xac\x41\x5d\xc5\x45\x2f\x91\x8d\x25\x7a\x4a\x64\x13\xb4\xdd\xe1\x8a\x6c\xca\xdc\x18\xab\x07\x15\x67\x3d\x38\xfe\xfa\xa4\x63\x53\x52\xa5\xf5\x77\x89\x4f\x82\x23\xcb\xe3\x56\x29\xa9\x2a\xed\x6d\xb5\xb1\x2e\x5e\x78\x50\xa6\x6e\x96\x62\xa9\x12\xb2\x58\x91\xa3\x84\x2c\x41\x2d\xab\xdd\x1c\x47\x56\x78\x5c\x18\xe4\x25\x18\x09\x4a\x53\xcc\x12\x8b\x04\xcf\x6e\x3e\xea\xd8\xd2\xa6\x76\xfd\x3a\x8e\xf7\xd8\x52\x38\x1c\xdd\x53\x0a\xa1\x2a\x4d\xa6\x5e\x11\x55\x0c\xf2\xa0\x96\x08\x87\xe2\x8f\x07\xeb\xf2\xc9\x58\x59\x0c\xf2\xa0\x6d\x9e\x70\xc1\x4e\xc5\x33\x5f\x3e\x9e\x36\x9e\x79\x65\x9e\xbf\x96\x95\xa5\x52\x29\x68\xea\x7a\x4b\xfc\x13\x94\xc6\x1f\x25\xfe\xa9\xb4\xa9\x5d\x4c\x2c\x2b\x35\x48\x41\xb3\xe8\x6b\x31\xdb\x83\x66\x1a\x7a\x09\x70\x82\xf5\x5d\x2c\xac\x44\x38\xc1\x21\x83\x55\x22\x9c\xe0\xf0\xfe\x2b\xfe\x7b\xf0\x7c\xd2\x36\xb7\xe5\xc1\xbb\xb2\x59\x89\x83\xea\xe7\xb6\x2c\xfe\x9a\x33\x78\x50\x26\xa7\xd6\xef\x3d\x03\xb7\xc5\xcf\x56\x84\x13\x1c\x16\xe3\x2c\x11\x4e\x25\xc2\x59\x34\xca\x2e\x11\x4e\x50\x4b\x86\xca\x12\xe1\x04\x3f\xc9\xb5\x52\x50\x14\x3c\x9f\xcc\x89\x0a\x7a\x4a\x83\xdb\x84\xaa\x25\xe8\x09\x9e\xdd\xf2\xa5\x82\x9e\x7a\x42\x97\x9f\x54\x5a\x09\x5d\x82\x45\x31\x42\x99\x7f\x12\x7c\x57\x8f\xe4\xfe\x1e\xed\xf3\xaa\x90\xdc\x28\xc1\x4c\xb0\x59\x66\xa2\x04\x33\xc1\xf2\x89\xea\x2e\xc1\x4c\xb0\x49\x54\x97\x58\x26\x78\x0e\xcc\x27\x9d\x53\xd6\x4e\x34\xd4\x97\x60\x26\x58\x34\x9e\x28\xc1\x4c\xb0\x69\x36\x56\x82\x99\xe0\xc7\x10\x2a\xc1\x4c\xa5\x07\xd6\xf2\x71\xef\x84\x2e\xc1\xaa\x9d\x5e\x09\x5d\x82\x67\xb7\x9c\xb9\xd8\x25\x58\x9e\x1f\xe3\x3f\x1d\xaf\x4b\x68\x13\xfc\x18\x41\x25\xb4\x09\x9e\x3f\x9c\xdb\x28\xb6\x29\xb1\x4d\x9c\xbd\x12\xdb\x04\x3f\x4b\xdd\x96\xd8\x26\x58\x2d\xfc\x54\x62\x9b\x6a\x2e\x56\x06\xa8\x12\xc9\x04\x3f\x46\x4d\x89\x64\x82\xed\x7d\xe1\x8b\x64\x82\x85\xc3\x53\x22\x99\xe0\xc7\x08\x2a\x91\x4c\xb0\x6a\xa4\x50\x22\x99\xe0\xf9\x4a\x9f\x74\xfd\x1e\xfc\x2c\x47\x59\x42\x99\x60\x51\x8b\x52\x22\x99\xe0\xf9\x64\x9e\x4c\xe9\x8b\xe0\xc7\x07\x2a\xd1\x4d\xb0\xfe\xf5\x9c\x88\x6e\x82\x75\x8f\x34\x2d\xd1\x4d\x3d\xa1\xcc\x8f\x99\x53\x42\x99\x60\x95\xc8\x2a\x91\x4c\x3d\x31\xca\x8f\xaf\x51\x42\x94\x60\xb3\x2c\x45\x09\x51\x82\x2f\xd3\xaa\x84\x28\xc1\xd7\x84\xe5\x12\xa2\x04\x5b\xbd\x07\xe1\xc4\xbb\x1f\x5b\x04\x67\x09\x0e\x82\x9d\x00\x29\x59\x87\xea\xde\x81\x09\x18\x4a\x74\x10\xfc\x94\xc9\x97\xe8\xa0\xba\x67\x2e\x4a\xa8\xa4\x1d\x82\xa6\x5f\x56\xc9\x3a\x04\x4d\x5a\xa3\xc4\x10\xc1\x51\xce\x49\xd2\xa1\x4e\xaf\x4a\xc7\x21\x86\x08\x9a\xc2\xc2\x12\x43\x04\xcf\x6e\x39\x51\x31\x44\x70\xf0\xb6\x4b\x0c\x11\x34\x96\x4e\x49\x3a\xd4\x78\xbf\x20\x5f\xaa\xce\x27\x38\xd4\xeb\x97\x3a\x9f\xca\x24\x0e\xcb\x91\x57\x29\x8a\x09\x1a\xeb\xac\xc8\xf4\xa0\x4c\xb1\x2e\x65\x32\x41\x13\xa5\x17\xfb\x3f\x58\x17\xc5\xe6\x45\xcd\x07\xa5\x66\xbc\x88\xf9\xa0\x7d\x52\xa3\x55\xc4\x7c\x5d\x6e\x41\xca\x14\x8b\x98\x0f\x4a\x8b\xae\x22\xe6\x83\x52\xb0\x5c\x12\x07\xc1\xf3\xc9\x9c\x14\x81\x1f\x34\xe5\x0a\x45\xe0\x07\xcf\x6e\x8e\xc3\x9d\xca\x5a\x12\xba\x87\x15\xcd\x1f\x3c\xbb\x39\x77\xb7\x2a\x1d\x6c\x45\x98\x45\xd5\x07\xeb\xf2\x6a\x17\xb2\x3e\x68\x32\x61\x45\xd5\x07\xa5\x5b\x63\x51\xf5\x35\x1d\x47\x2c\xb4\xa2\xba\x83\xe3\x15\x16\x54\x77\x99\x1e\xaf\xaf\x78\x99\x6d\x11\x34\x4d\xe8\x8a\xc2\xae\xf8\xff\xcb\x12\x2b\xa0\xc8\xdd\xa0\x99\xab\xd7\xa9\xdd\x60\x5d\x44\x04\x9d\xff\x1f\x1c\xa6\x3a\x74\xfe\x7f\x8f\xda\x5d\xe8\x94\x4e\xed\x06\xe5\xad\xdd\xa9\xdd\x9e\x9a\x8e\x45\x94\xd0\x09\xd4\xa0\x34\x9c\xec\x04\x6a\xd0\xb4\x45\xea\x6a\x3a\x82\x52\xe4\xd8\x49\xd6\x9e\x62\x8d\x85\x74\xe9\x8a\x35\x82\xd2\xf3\xaa\xf3\xcf\x7b\xa6\x01\x2c\xcb\xbb\xad\x6c\xcb\x4c\xb4\xbc\x9c\xba\x79\xe0\x3d\xad\x4c\x17\x5e\x58\x57\x4b\x11\x14\x83\xb2\x9b\x0e\x1d\xac\x8b\xa9\x51\x9d\x97\x1d\x94\x55\x76\x3b\xad\x18\xd4\xfa\xfe\x31\x67\x10\x7b\x7b\xe1\xd2\x75\xf6\x76\xd0\x58\x5f\x9d\xbd\xdd\x37\x67\x95\x5f\x77\x57\x46\x1f\xd4\xea\xaa\x91\x8f\x41\xfb\xbe\x9f\x6c\x36\xe5\xa1\xcf\x4b\xb8\x73\xbc\x3b\xa9\xb8\xbc\xbb\x39\x34\x52\xb1\x1c\x86\x43\xdb\x1c\x5a\x86\xf9\x4e\x2b\x06\x45\x7c\x75\x45\xf3\x41\xe9\xfe\xd2\x55\x5c\x04\xb5\x6e\xf6\xda\x6c\xca\xaf\x36\x3f\xee\x4e\x3c\x06\x4d\x63\xa3\x4e\x3c\xf6\x34\x89\x5a\xcc\x7e\xeb\xea\xdc\x83\xa2\x3f\x3a\xf1\xd8\xbf\x2e\x77\xde\x31\x9d\x54\x0c\x6a\xfd\x93\x65\xb6\x3a\x27\x3d\x58\xdf\xe8\xa6\xb3\xd2\x83\x92\xc0\xeb\xca\xe0\xfb\xcf\x43\x9c\x71\xb2\x93\x8d\x41\x5b\x3e\x36\x39\x74\xb2\x51\x53\xe4\x4e\x36\x06\xed\xf0\xa4\x90\x8d\xfd\xe7\x0c\xf3\x4e\xee\xcc\xf2\xa0\x91\xc7\x9d\x57\x1e\x94\x74\x60\x27\x2e\xfb\xcf\xe1\xe6\x9d\xdc\xc9\xc6\xa0\x99\x97\xd4\xd5\x68\x74\x4a\xd2\xc4\xba\x4e\x49\x06\x4d\x47\xce\x4e\x49\x06\xcf\x6e\xb9\xac\xa4\x64\x50\x4a\x5b\x3a\x25\x19\x94\x25\x38\x3a\x25\xd9\x77\x67\x90\xf7\x63\x57\x7e\x11\xd4\xea\x37\xc7\x2a\x0f\xd6\xc5\x5a\xc8\x9d\x57\x1e\xac\xc7\xc7\x6e\x6e\x9b\x75\xb8\x9d\x3b\xc1\x19\x6c\x8a\x5d\x3a\xc1\x19\x7c\x0d\x3d\x9d\xe0\x0c\x96\x35\xef\xda\x4e\x70\x06\xdb\xe2\x19\x26\x38\x83\xe7\x28\x72\x4e\x14\x67\xb0\xf0\x01\x3b\xc1\x19\xac\x94\x70\x27\x38\x83\xdd\x22\x90\x9d\xe0\x0c\xb6\xef\xe2\x2b\xdd\xe1\x47\x64\xee\x1f\xaf\x0c\x56\x79\xb0\x5a\xfd\xba\xd3\x9b\xc1\x6e\xdd\x8b\x4e\x6f\x06\xdf\x3d\x91\x53\x27\x37\x83\x8d\x2a\xe9\xf4\x64\xb0\x5b\xf6\xa2\xd3\x93\x9d\x9e\x74\xa9\xc9\xc9\x60\x57\x33\xdb\xc9\xc9\xfe\x68\xc7\xfd\xe3\xea\xd0\x8e\xc1\x7a\xf8\x46\xbe\x78\x27\x27\x97\xe4\x55\x3a\x39\x19\xac\xef\x6d\x23\x27\x83\x5d\x01\x6e\x27\x27\x83\xd5\x42\x4a\x9d\x9c\x0c\x96\xe6\x81\x22\x27\x83\x5d\x47\xb6\x4e\x4e\x76\x72\xf2\xbd\x49\xe4\x64\xb0\x1b\xe4\x3b\x39\xd9\xc9\xc9\xc3\xdf\x77\x79\x1e\x7c\x95\xbd\x77\x6a\xb2\x93\x8e\x9a\xbe\x74\xd2\x31\x58\xb5\x86\xea\xa4\x63\xb0\x93\x02\x9d\x31\xde\x19\xe3\x0e\x96\x9a\xec\x8f\x82\xdc\xff\xda\xe4\x5a\x94\xb7\x6e\xc6\xfd\x4e\x4e\x06\xbb\x61\xbf\x93\x93\xc1\xf6\x89\x88\xe8\xe4\x64\xb0\x1b\xf5\x3b\x39\x19\x3c\x7f\xcc\x36\x67\xfe\x60\x5b\xcb\x77\x3a\xf3\xca\x2d\x2f\x7f\xcc\x2d\x7f\xf0\x63\x5f\x76\xfd\xb5\x7a\xcf\x29\xb9\x71\xec\xed\x60\xdd\x1d\xab\xe9\xdc\xbd\xe7\x94\x5c\x1e\xee\x76\xf0\x65\x8f\x76\x02\x36\xd8\x3f\xef\x07\x9d\x64\x2a\xed\x97\x77\x8c\xe3\x78\x07\xbb\xf5\x4b\x3a\x4d\x1b\x2c\x1a\xea\x77\x9a\xb6\x77\x8f\xa7\x27\xa3\xbf\x07\x9b\xc6\x9f\x06\x2a\x8e\x77\x70\x28\x62\xee\xc4\x6a\x70\xec\x06\x64\x62\xb5\xc7\xc9\x5e\x56\xbf\x25\x4e\x76\x70\x48\xa4\x75\x4e\x76\x70\xa8\x5e\xeb\x4a\xe3\x83\x85\x7b\xde\x95\xc6\x07\xeb\xa2\xdd\x78\x57\x1b\x1f\x1c\xe6\x00\x74\xa5\xf1\xc1\xb3\x5b\x9e\x76\xb6\x78\x70\x58\xb8\xb3\xb3\xc5\x7b\x0a\xe1\xdf\x80\xa7\x2b\x84\x0f\x0e\x85\xcb\x9d\x40\x0e\x0e\x45\xd2\x9d\x40\x0e\x0e\x69\xa6\xae\x28\xa7\x67\x8d\x87\xb7\x2d\x51\x67\xa8\x07\x07\x97\xaa\xf3\xd3\xbb\xb5\xab\x49\xdf\xae\xb4\xa6\x0f\x87\x96\x0b\xa9\x8e\xa6\x0f\xb7\x60\xf5\x51\xb7\x20\x2b\x35\x28\xfd\xee\x44\x79\xb0\xbe\xdd\x1b\x3a\x55\x1e\x1c\x56\xe5\xed\x54\x79\x50\x3a\xbd\x74\xaa\x3c\xd8\xd4\xb3\x77\xa2\x3c\x68\x26\xce\x75\xa2\x3c\x78\x97\xa0\xef\x44\x79\x90\xc5\xeb\xff\xf9\x18\xad\xda\xbd\x93\xf1\xef\xe8\x4f\xc6\x07\x8b\xaa\xb8\x4e\xc6\xf7\xeb\x3d\x65\x5f\xe6\x94\xd3\x6e\xd6\x5c\xbb\x4e\x65\x77\x2a\xfb\xd5\x64\x54\x76\x70\xb0\x54\x3a\x95\xdd\xa7\xc7\xce\xa3\xa8\xd8\x27\x38\xde\x11\x82\x77\xde\xa7\xdb\xe1\x51\x54\x6f\x1e\x1c\x1a\x72\x75\xb6\x78\x27\xd0\xdf\x61\x95\x40\x0f\x0e\xeb\x8d\x74\x02\x3d\x28\x7d\xc1\x3a\x57\x3c\x38\x2c\xf3\xd1\xb9\xe2\x3d\x45\xe3\xcb\xea\xb1\x50\x34\x1e\x1c\xda\x2a\x75\x45\xe3\xc1\xba\xac\x89\x2c\xbb\xa2\xf1\xe0\x50\xeb\xdc\x39\xe0\xfd\xf6\x10\x47\xb6\x9e\xa4\xfd\x19\x23\x7b\xd1\x6d\xfc\x64\x64\x07\x5f\x97\xf2\x64\x64\x9f\x1f\xd7\xe8\xdd\xb6\xdb\x96\x0a\x9d\xbc\x0e\x4e\x15\x3a\xc1\xb3\xdb\x9a\x6d\xcd\xb6\x24\x18\xe2\xee\x9c\xbc\xed\x53\x04\xb0\xee\x0e\xe4\xb2\x2d\x05\x6d\x3f\x5f\x30\x6d\x72\x9b\x77\xc7\x76\xdb\xe6\x22\x3d\x0f\xe3\x29\x04\x38\x17\xa7\xe0\x1b\x18\xd2\xc1\xc1\x99\x39\x19\xd2\xe7\xe2\x85\x90\x41\xe6\xa4\xf7\x83\xd2\x83\xe9\x64\x3e\x9f\x8b\x2f\xcd\xe8\x7d\xb2\x95\x83\x83\x5b\x73\x9a\xcf\x7b\x66\xa5\x85\xc5\x72\x8c\x27\x5b\x39\x28\xfd\x06\x4e\x93\x77\x83\x83\x5b\x73\x2a\xa1\x09\x9e\x4f\xe6\xe4\xd5\xd0\x04\xc7\x7b\x1c\x4a\x68\x82\x67\xb7\x5c\x5e\x35\x34\x41\xdb\xbe\xfe\x9a\xab\xbb\x7a\x42\x32\xda\x9d\x7c\xeb\xa0\x96\xdd\x27\x9d\x68\xac\xec\x45\xef\xf2\x53\x78\x12\x94\xb0\xe0\x14\x9e\x04\x3f\x26\xe7\x29\x3a\x09\xd6\x65\xcd\x08\x75\x0a\x4f\x82\xa6\x55\xc0\xa9\x1e\x3c\xf8\xca\x29\x9f\x3c\xf0\x73\xf3\x54\x46\x5b\x9c\x2a\x6d\x82\x5d\x13\x92\x93\xb9\x1d\x2c\x56\x93\x3f\x99\xdb\xe7\xf7\xfd\xce\x1c\x87\xb8\x23\x58\x35\x15\x3d\xc5\x1d\xa7\xe5\x12\xf2\xfa\x3a\xc5\x1d\xc1\xa1\x78\xed\x64\x64\x07\x9b\x22\xe0\x53\x28\x12\x1c\xd6\x3a\x3e\x85\x22\xc1\xba\x98\x73\x72\xaa\xda\x09\x0e\x55\x69\x27\x6b\x3b\x38\x4c\xff\x38\x95\x83\x07\xc7\x9e\x78\xf9\x14\xc3\x9c\x02\x16\x8d\xcb\xcf\xef\x7b\x4e\x52\x30\xfe\xbe\x1b\x90\xda\x1e\xbd\xf9\x4f\x01\x49\xb0\x59\xb2\xfc\x14\x90\x9c\x4c\x71\x0a\xf3\x64\x8a\x07\x87\xb9\x24\x27\x53\xfc\xe4\x80\x6f\x51\xdb\x27\x07\x3c\x58\xd5\x05\x9e\x42\x99\x33\x35\x3e\x8b\x52\xb8\x53\x90\x12\x94\x72\x8c\x53\x8d\xcf\x29\x6e\xb1\xce\xc7\x29\x6e\x09\x9a\xea\xdd\x53\xdc\x72\xa6\xf4\xe5\x9d\xdf\x7a\x12\xef\x41\x5b\x3d\x1c\xc4\xfb\xc9\xf4\xd5\x0e\xe2\xa4\xc1\x83\xd2\x07\xea\xa4\xc1\xcf\xc3\x3d\xc8\x1b\xf6\xa4\xb8\x83\x52\x59\x7c\xb2\x78\xcf\xe6\x82\x64\x7c\x3e\x99\xa7\x41\xc9\x2c\x9d\x04\x70\xf0\xec\x96\x6f\xa0\x80\x83\x7a\x4f\x81\x00\x3e\xd3\xec\x67\xd9\xdc\x65\x1e\x65\x50\x7a\x68\x9c\x74\x66\xb0\x2e\x9b\x6f\x20\x34\x83\x62\x87\x9d\x84\x66\x70\x1c\x9b\x4d\x8e\xa3\x32\x1f\x21\x2f\xe2\x93\x6d\x79\xd2\x86\x9b\xe3\xa0\x0d\x83\x52\x41\x78\xd2\x86\x67\x79\x8c\xbc\xd8\x94\x43\x04\xa5\x29\xc4\x49\x2f\x06\xa5\x0f\xc5\x49\x2f\x9e\xdd\x17\x78\xff\x99\x00\x19\xd4\xf1\x6e\xf2\x05\x69\xb2\xa3\x77\xc4\xc9\x90\x0c\xd6\x65\x6b\x7f\xd0\xb8\xec\x64\x58\x06\xa5\x5c\xfb\x64\x58\x06\x4d\x11\xf3\x49\x15\x9e\x14\xd4\x96\xb0\xe2\xa4\xa0\x82\x3a\xde\x4d\x2e\xe0\xc8\x8d\x8c\xef\x7b\x52\x50\xe7\xf0\x58\x78\x1b\x28\x2c\x08\xca\x6c\xad\x53\x5d\x41\xb0\x2e\x5f\x3f\x3a\x85\x05\x41\xb3\xce\xcd\xa9\x60\x39\x28\x3d\x22\x4e\xa2\xea\x64\x3b\x7e\xed\x46\xe1\x04\xa5\x25\xd6\x49\xe1\x04\xeb\xa2\x6d\xf4\x49\xe2\x04\x65\xf2\xec\x49\xc3\x9c\x0c\xc5\xef\xe2\xaf\xbd\xdf\x90\x0b\x5d\x36\xb9\xd0\x0c\x45\xad\x48\x4e\x86\x62\x50\x47\xc4\xd7\xc9\x50\x3c\x69\x18\xf5\x23\x27\x0d\x13\x94\x3a\xef\x93\x86\x09\x4a\x5b\x99\x93\x53\x18\x3c\x9f\xb4\xcd\x59\x4d\x67\xe5\x8f\x39\xab\x94\x09\x2c\xca\x36\x4e\x52\x27\x28\xd3\x04\x4f\x65\x02\x41\x13\x87\x9e\xca\x04\x82\xe7\x93\x39\x79\x75\x02\x67\xea\x04\x8e\x98\x05\x27\x41\x74\xce\xdb\x6e\xd9\x46\xd7\x04\xa5\xb0\xee\xe4\x4e\x9e\xb7\xc3\x8d\x53\x78\xca\xec\x07\xa5\x04\xfd\x94\xd9\x3f\x6f\x97\xcd\xab\x44\x1a\x3f\xa8\xf7\xa5\x29\x8d\x7f\x32\x36\xdf\xe1\x82\xb1\x19\x94\xce\xbf\x83\xfa\x19\xf4\x8a\x45\xa6\x07\xbd\x12\x94\xb2\xf4\x41\xaf\x04\xa5\xfd\xf3\x90\x8b\x1f\x24\x8c\x8e\xca\x83\x84\x19\x24\xcc\xc7\xa6\x69\x93\x93\xcf\x9b\x7a\xd0\x2b\x41\xb5\x04\x5b\x43\x96\x3d\x78\x76\xdb\xb3\x6d\xb5\x2d\x6a\x22\x7e\xf0\xa0\x6a\x82\xf6\xd7\x5e\x5f\x9b\xde\x2f\x78\xae\xee\xa0\x4d\x82\x52\x31\x3f\x24\xc1\x47\x16\x91\x5d\x74\xad\x1b\xb4\x49\x50\x26\x1f\x0c\xda\x64\xd0\x26\xfa\xc5\x0d\xda\x24\x28\xed\xc5\x06\x6d\x32\x56\x97\x2d\xb2\x66\x10\x22\x41\xe9\x3a\x3d\xe8\x90\xa0\x94\xe4\x0f\x3a\x64\x70\x4e\xad\xa0\x3b\x38\xa7\x41\xe9\x74\x3d\x48\x93\x41\x74\x58\x93\x76\x10\x1d\x41\x99\x52\x31\x88\x8e\xa0\x74\x1d\x18\x44\x47\x50\x6c\xe9\x21\xf1\x1e\xac\x8b\x86\x74\x43\x9b\x92\xa0\x34\x99\x1d\xfc\xd5\xe0\xd9\xcd\x47\x0f\xdb\xbc\x66\x6c\x72\x9e\x9b\xd7\x4c\x5e\x5a\x83\xc3\x1a\x94\x22\xd9\x61\x4e\xdb\x20\x7e\x34\xa9\x1b\xc4\x4f\x50\x2d\xef\x8f\x41\xfc\x0c\xde\xac\x75\x70\xc7\xf6\x9e\x7c\x64\xc1\xe2\x0b\xf2\xe8\x8e\xef\x7b\x0a\x39\x53\x22\x26\x28\x5d\xab\x07\x11\x33\x24\xe3\xb5\x7d\x1b\x14\x4b\x50\xb2\x3d\x83\x62\x09\x0e\x2b\x62\x0c\x8a\x65\xfc\x3c\x80\xf9\x45\x0e\x8a\x22\x28\x7d\xab\x87\x34\xfb\x20\x32\xac\x4d\x3a\x88\x8c\xa0\xf4\xc5\x1e\x44\x46\xf0\xec\x96\x2f\x65\x98\x06\xa5\x57\xf6\xe0\x97\x06\x4d\x40\x35\x48\x91\xa0\xcc\x2f\x1b\xa4\xc8\x48\xf3\x8f\x45\x43\xb7\x21\xcd\x1e\x94\x49\x27\x43\x96\x7d\xf0\x4b\x15\xbb\x0e\x7e\x69\x50\x74\xea\xe0\x97\x0e\x89\x71\x0b\x4d\x0e\x89\xf1\xa0\x4c\xd9\x18\xaa\x81\xc7\xee\x4b\x5d\x5d\xde\x65\x50\x26\x12\x0d\xde\xe5\xc8\x2a\xaf\x8b\xea\xd3\x41\x9e\x04\xa5\xbe\x67\xf0\x08\x87\xa4\xb4\x49\x95\x83\x49\x18\x94\x89\x44\x83\x49\x38\x24\xa5\xcd\x70\x1c\x5c\xc2\xe0\xcb\x32\x1a\x5c\xc2\xc1\x12\xd4\x56\x6c\xf0\x04\x83\xe3\xb7\xff\xc1\xa8\x3d\x58\x86\x83\x8a\xd2\x37\x61\x50\x51\xc1\x4a\xf0\x0e\x2a\x2a\x38\x74\x76\x1f\x44\xd4\x60\x19\x5a\x4a\x70\xf0\x0c\x47\xcb\x6c\x5e\x27\xcd\xfa\x1b\x0a\x60\x7f\x6e\x2f\x9f\x2f\x38\xac\xaa\x34\xf8\x7c\x43\xda\x58\x33\xac\xc1\xe8\x0b\x16\x4b\x28\x0d\x92\x6c\x58\x52\xd6\xfb\x8b\x24\x1b\x24\x99\x06\x56\x83\x24\x1b\x99\xe2\x66\xdd\x9f\x41\x6c\x05\xcf\x6e\x39\x05\x4e\xdf\xa8\x5f\x76\xcb\xe1\x32\xfa\x06\x4d\xa6\x51\xd4\xa0\xc9\x46\x2a\x54\x2d\x44\x33\x54\xa8\x06\x9b\x1e\xb4\x83\x24\x0b\x9e\x4f\xe6\x56\xd2\x64\x23\xf3\xd5\x4c\x15\x18\xac\xb8\x60\x55\x7f\x36\x58\x71\xa3\x67\x52\xbb\x77\x04\x95\x16\xac\x6f\x17\xda\x41\xa6\x05\x87\xf5\x1f\x06\x99\x36\xfa\x7b\xd5\x72\x3d\xe8\xb0\x61\xa5\xd5\x66\x93\x4b\xd4\x5d\x22\x77\x94\x17\x37\x62\x9f\x59\x9a\x66\xb0\xcf\x82\x55\x38\x3e\xd8\x67\x83\x7d\xa6\x07\xc0\x60\x9f\x0d\x3d\x23\x8c\x8c\xe6\x9c\x8d\xcc\x39\x5b\x2c\xf5\x3b\xd8\x5b\xc1\x26\x22\x1d\x2a\x48\x47\x96\x26\xd5\x4f\x64\x90\x6b\x63\xbc\x5f\x90\x4b\x44\x9b\x8d\x2b\x8e\x9a\x91\x80\x45\x35\xae\xf7\x0b\xf2\xa5\x0c\xa9\x71\x25\x7c\xf3\x1e\xa5\xc3\x82\x65\xf1\xda\xa7\xc3\xc6\x95\xb8\xcc\x0b\xe7\x7a\xff\xbe\x1f\xd8\x6e\x37\x57\xf2\x4a\x5c\xe6\xc7\x4f\x73\x05\xab\x25\x43\x06\x77\x69\x70\x97\x92\xa0\x19\xdc\xa5\x91\x32\xcc\xe5\x7d\xe6\xc9\xb0\xe0\xd0\xb5\x63\x90\x61\x63\xfa\xb5\x44\xff\x0f\x9a\x2b\x68\x16\x0c\x1a\x0c\xa7\x91\x79\x63\x8b\x8e\x4c\x83\xc0\x0a\x4a\xff\x96\x41\x5f\x8d\xe9\x0c\x3c\xe0\x04\x56\xd0\x94\xa3\x0e\x86\xd3\xb8\x5d\x35\xef\x2a\xa5\x93\xc1\xc1\x56\x1e\xf4\x55\xd0\x2c\xaa\x34\xe8\xab\xe0\xf9\x64\x8e\xcd\xc4\xb1\xa0\x76\xba\xc6\xc4\xb1\xc1\x4a\x52\x6b\x70\x11\x53\x17\x8f\xc8\x73\x7a\xf1\x88\x82\x72\xe3\x2f\x1e\xd1\x65\x16\x57\x86\x90\x8b\xe4\x0a\xd6\xc5\x4a\x39\x17\xcd\x15\x34\x33\xd8\x2f\x9a\xeb\x5a\x5c\xca\xfc\xf8\x2e\x2d\xdf\x82\xe6\x70\x2f\xe9\xdf\x2b\x25\x85\x8b\x75\x04\x2e\xae\x4e\xd0\xc4\x48\x97\x92\xc2\x60\x5d\x74\x23\xba\xcc\x8c\x0a\xca\x03\x78\xa9\x32\xbc\xf8\x41\x7b\x86\xe3\x8b\x1f\x14\xd4\x9e\xa1\xe6\xa2\xb9\x2e\x02\xcb\xdc\x81\x8b\xc0\x0a\x4a\x63\x88\x8b\xc0\xba\x32\x59\x6a\x31\xa7\xff\xa2\xa6\x82\x26\xb9\x72\x31\x7a\x2e\x02\x6b\x5f\x7c\x83\x8b\x94\x95\x37\xf7\x48\xeb\x8b\xc0\xba\xd6\xf7\xd8\x72\x17\x58\x38\x41\x59\x91\xee\x62\xe1\x04\xf5\x9e\x01\x31\x75\x91\x27\xa6\x29\x5f\xe4\x49\xd0\xd4\x05\x5e\xe4\xc9\xb5\xf9\x82\xcd\x6e\xbe\x60\x4b\xf1\x6e\x9e\xe7\x4b\x9a\xf8\x8a\x37\xb3\x70\xe9\x2f\xe6\x4c\x50\xef\xf5\x60\xce\x5c\x9c\x0c\xc6\xfa\xc5\xc9\x08\x9a\x49\x00\x17\xdd\x11\xd4\x7b\xee\xbf\xf7\x93\xb9\x92\x91\x6b\x17\xd9\x71\x29\xc8\xe3\x81\x5c\x72\xa6\x41\xf9\x2d\x5f\x94\x42\x70\x98\x4e\x73\x51\x0a\xd7\x4f\x39\x5b\xc6\xb4\x8b\x2c\x08\xca\xcb\xe2\x32\xd5\x3d\x28\x2d\x7e\x2e\x89\xd5\x4b\x2e\x94\xdf\x7b\xc9\x85\x06\xe5\x27\x7f\xc9\x85\x5e\x72\xa1\x5c\xbf\x4b\x2e\x34\x68\xdb\xe1\x93\x0e\x8d\x79\xb2\x1f\x7f\x30\x8f\xeb\xe2\xad\x04\x65\x0e\xfa\xc5\x5b\xb9\x0e\xd7\x3e\x83\xd4\x25\x0d\x1a\x34\x35\x50\x97\x2c\xe8\x95\x0c\xde\x62\x22\xd9\x25\x85\x17\x94\xfe\x4a\x97\x14\x5e\xb0\x2e\xd2\x4a\x97\x81\x3c\xa8\xf7\x51\x91\xc2\xbb\xca\xd3\x1e\x01\x76\x19\x67\x83\xf2\x8a\xbc\x0c\xb3\x57\xe6\x86\x2c\x2a\x96\x2f\xa9\xb2\xa0\x4c\x42\xbf\xa4\xca\x2e\x43\xef\xe1\x97\x58\xef\x37\xb8\xac\x3e\xe9\xb2\xaa\xc6\x3a\x3c\xc7\x46\xd0\xa0\xcc\xbd\xbe\x24\xb3\xae\x2c\x99\xb8\x68\x3e\x70\x49\x53\x05\x65\xc2\xf7\x65\xa0\xbd\x64\xae\x0e\xa7\x65\xb8\x0c\x4a\xed\xdb\x65\xb4\xbc\x32\x45\x7b\x39\x7c\x54\xb5\x54\xd0\x3e\x9e\x29\xd5\x52\x57\xba\x2e\x2d\x4a\xc9\x2f\xa9\xa5\x4b\xd7\x25\x37\x4b\x66\x29\x28\x73\xc0\x2f\x99\xa5\x8b\x2f\xa2\x5f\xc5\xc5\x17\x09\xca\x14\xfb\x8b\x2f\x12\x3c\xbb\xe5\x39\x63\x8c\x04\x65\x52\xfc\x65\xec\x0d\x9e\xdd\xf2\xa5\x06\xdf\xa0\x7d\xde\x4d\x0e\xd7\xa8\x6a\xdd\x9d\xcb\xa8\x1a\x94\x84\xdc\xc5\x04\xb9\xae\x3c\x34\x4c\xba\xcb\xb0\x1a\xb4\x2d\x9a\xfa\x92\xa1\x09\xd6\x85\x5f\x76\x49\xd1\x04\xf5\xbe\x5c\x8d\xbe\x41\xbd\xef\x12\xbe\xc8\x65\x70\x24\x96\x2f\x83\x63\x50\x52\xe5\x97\xc1\x31\x28\x13\x8a\x2e\x16\xc5\x35\xdd\xbe\xc3\x27\xdd\xbe\xac\x97\x2d\x31\x78\x31\x1a\xae\xdb\x65\x4b\x04\x77\x29\x7a\x0a\xea\x7d\x59\x19\x1b\x83\x7a\xdf\xa3\xc6\xc6\xeb\xf6\xec\x46\x9c\x5d\x7a\xf8\x04\x25\x7f\x78\xc9\xc6\x04\xed\x78\xff\x98\xf3\xbc\x73\x9e\x5f\x5f\xe9\x3c\x0d\x97\x7c\x91\x69\xb8\x9c\x29\xdd\x5f\xb8\x3d\x53\xe9\x7e\x50\x5e\x90\x93\xa9\x30\x0d\x7a\x6c\x8b\x69\xd0\x0b\xca\x00\x37\x0d\x7a\x53\x76\x43\xd4\x38\x65\x37\x82\xe2\xc2\x4d\xe3\x60\x50\x72\x96\xd3\x38\x38\x8d\x83\x02\xc9\xb9\xbc\x5f\x9a\x71\xf0\xdd\x34\x6d\xca\x44\xd4\xc5\x61\xdc\x36\xdd\x69\xf8\x9f\xa3\x35\x0c\x06\xbb\xc1\x61\xb2\x1e\xa6\x35\xa9\x73\xa3\xa6\x44\x49\xb0\x6b\xb2\x36\x8d\x95\xc1\x2a\x36\x9e\xc6\xca\xc9\x8c\x10\x32\x4e\x66\x44\xb0\x5a\xb6\x61\x1a\x3e\x83\xef\x27\x31\xc5\x34\x7c\x4e\xc3\xa7\x98\x74\x1a\x3e\x67\x96\xb0\x30\x13\x63\x32\x1e\x82\xaf\xba\xe9\xc9\x78\x98\x46\x54\x41\xef\x34\xa2\x06\x5f\xc5\x6f\xd3\x88\x3a\xf9\x13\x42\xc6\x69\x48\x0d\xf6\x72\x9e\xfc\x89\x60\x37\xc5\x62\xf2\x27\x82\xaf\xf6\xe7\x93\x3f\x31\xf9\x13\x66\xf9\x4f\xfe\x44\xb0\x69\x14\x33\xf9\x13\xc1\x6e\x3e\xc5\x64\x4f\x04\x7b\xc5\x2c\x9d\xec\x89\x60\xaf\xc3\x07\xcb\xa6\x2c\x75\x71\x38\x7e\x8f\xc1\xe6\x9e\xaf\x8e\xcc\xd5\x78\xb0\x08\x96\x27\x27\x22\xd8\x2b\x22\x6f\x1a\xfd\x83\xc5\xa4\x9f\x69\xf4\x9f\xdf\xf7\x62\xe4\xc8\x64\x6b\xa6\x95\x2b\x62\xb9\x4c\xa3\x7f\xb0\x6e\x79\xa9\x4d\xa9\x99\x60\x37\xe7\x62\x72\x35\x82\x57\x57\x4e\xae\xc6\xb4\x48\x45\x7e\x88\x93\x5d\x11\x6c\x12\xe8\x53\x91\xd8\xb4\x20\x85\x5f\x98\x94\xcb\xfc\xab\xf1\x69\x2e\x86\x9c\x4b\xb0\xeb\x48\x3f\xe5\x5c\x82\xb5\x32\xe4\x4d\x39\x97\xf9\x7b\x4f\x29\x5f\x40\xa9\x04\x7b\xd5\x1f\xb4\x09\x9f\x84\xcc\xfc\xbd\x37\xd6\x5f\x76\x7e\xbf\x94\x0f\x27\xfa\x9a\x9c\x91\xa9\x94\xcc\x74\x83\xc9\x1a\x09\xf6\xf2\x6e\x60\x8d\x04\x87\x97\xe0\x64\x8d\x4c\x59\x1a\x33\x10\xa6\x2c\xcd\xfc\xe5\x3a\xc4\x09\x9e\x34\xd0\x34\x29\x41\x62\x72\x12\x41\xc1\x6e\xd5\xef\xc9\x2d\x99\x69\xe4\xb3\x34\xef\x0b\x75\x63\xc1\xfe\x5e\x1b\x65\x63\xc1\x62\xae\xde\x54\x36\x16\x3c\x9f\xb4\x9b\xb3\xb2\xda\x45\x14\xc2\x24\x78\x82\xc3\x94\x95\xc9\x40\x99\xa6\x16\xe8\xc2\x30\x29\x9a\xe0\x2b\x1d\x3f\x95\x7a\x05\xc7\x27\x4a\x65\xd2\x38\x53\xa9\x97\x2e\x09\x93\xc8\x09\x0e\x0a\x76\x4a\x33\x05\xcf\x6e\xb9\x44\xf2\x4c\x41\x59\xdc\x69\xaa\xf5\x9a\x59\xda\x70\xb1\x9a\xd7\xe4\xda\x04\xa5\xc2\x69\x32\x6d\x26\xd3\x26\x62\x6f\x32\x6d\x26\xd3\x46\x26\x7f\x32\x6d\x82\xf6\xf1\xbb\x64\xda\x04\x6d\x77\x43\x95\x76\x05\xc7\xf7\x6b\x2f\xb7\xe0\x48\x21\x7c\x0c\xde\xc9\xa7\x99\xf1\x64\xde\x52\xfe\xc9\x94\x09\x0e\xc5\xf1\x93\x29\x33\xe9\x3b\x33\x43\x27\x7d\x37\x63\xca\x90\x7c\x93\x96\x9b\x4c\x19\xcd\x1a\x26\x53\x26\x38\x4c\x2f\x9f\x4c\x99\x59\xbe\x34\xe2\x7a\xca\x63\x4d\xdd\x83\xfc\xa4\x49\xbe\x60\x95\xfa\x9c\x24\xdf\x2c\xc7\xb1\xdb\xcd\x71\x54\x7c\x3e\xb7\x85\x0a\x9c\x52\x5b\x2d\x03\xff\xe4\xa3\x04\x87\xb9\xfb\x93\x8d\x12\x3c\xbb\xe5\xac\xe4\xb6\x82\xc3\x0c\xfc\x69\xf6\xef\xa4\x0c\x55\x9c\x4f\xca\x30\x68\x9b\x47\x86\x32\x0c\x56\x0d\xbd\xa7\x2a\xa7\x49\x2c\xea\x7c\x33\x89\xc5\xa0\xcc\x33\x98\xc4\xe2\x24\x16\x4d\xce\x98\xc4\x62\x50\x5a\x3a\x4c\x62\x71\x12\x8b\x3a\xa0\x4c\x62\x31\x38\xbe\x1e\x7a\x62\x31\x28\x2b\x6a\x4d\x65\x4e\xf3\x34\x62\xc5\x34\x99\x5c\x99\xe0\x90\x95\x9a\x5c\x99\x49\x66\xea\xd0\x30\xc9\xcc\x60\x95\x79\x9f\x64\x66\xf0\xec\x96\x53\xa0\x33\xe7\x99\x89\x6b\x86\x27\xdd\x3d\x27\xb1\xa8\x6b\xc3\x24\x16\x83\xd5\x74\xae\x49\x2c\x4e\x89\x35\x9e\xd7\x94\x58\x0b\xbe\x56\x77\x9b\xcc\x9b\x39\xfc\x10\x62\x0f\x4d\x6d\x7f\x82\x66\x61\x9c\xa9\x5c\x29\xd8\xac\x42\x34\x4d\xf5\x0d\x56\x4b\x2f\xcf\xf1\x1e\x5a\x56\xbc\xf1\xfc\x29\x60\x9a\x0a\x98\x2c\x0d\x30\xb9\x43\xc1\xf2\xca\x01\x05\x4c\x53\x32\x4f\x37\x86\x49\xc7\x06\x9b\x5a\xc2\x29\x99\x37\x55\x1a\x09\x0c\x27\x1d\x1b\xac\xef\xdb\x94\x8c\x9d\x92\x79\xa6\xcf\x4f\xa2\x75\x72\x8c\x9a\x4f\x3a\x83\x07\x87\x35\x04\x26\xc7\x68\x72\x8c\x62\x86\x4c\x8e\x51\x70\x88\xe0\xa7\x54\xde\x64\x22\x99\x17\x3f\x99\x48\x93\x89\xe4\xe6\x31\x91\xe6\x7c\xab\x34\x73\xa7\xe8\xe4\xe0\x78\xdf\x28\x74\xf2\x94\xcb\x2b\x22\x90\x50\x0e\x0e\x4d\xf9\xa6\x5c\x5e\x70\x68\xb1\x32\x59\x4d\xc1\xa1\xc3\xdf\x64\x35\x05\xc7\x6e\x20\x51\xee\x34\x89\xee\x5a\x6c\x73\x9e\xaa\x96\x62\xdd\x4c\xa2\x7b\x12\xdd\x26\xae\x4f\xa2\x3b\xa8\xe6\xa5\x4e\x74\x4f\x19\x3f\x2b\x11\x4d\xaa\x3b\x28\xeb\xe2\x4d\x8e\xd4\xbc\x9d\x14\xad\xc5\x7e\x0a\xea\x1d\xa9\x68\xf3\xa9\x54\xea\x7d\xd6\x88\xf3\x60\x3f\xfe\x64\x11\xae\x49\xbb\x4f\x95\x54\xe5\x0d\x4f\xbc\xcf\x7b\xe4\xaf\xf8\xc3\x1e\x62\x19\x47\x6f\x51\x19\xc7\xe0\xf8\xbd\x7b\xb9\x34\x49\x38\x1e\x29\xf9\xb8\x89\xfe\xfb\xf3\x1e\xe5\x37\xdb\xca\xb6\xbc\x6f\x7e\x36\x75\x9b\x1c\xc6\xe6\xa3\xa7\x6d\x71\x81\xbf\x36\x0d\x9b\x86\xdd\x7c\xf4\xb2\x4d\x63\x5f\x9b\xa6\x4d\x33\x6d\x40\x2a\x9b\x6e\x9b\x6e\x9f\x7c\x7e\x73\xb7\xbc\x64\xf0\xd5\x8d\xef\x96\x97\xbc\x95\x56\x69\x72\x70\x4b\x42\x06\xaf\x5a\xbd\x25\x21\x6f\x31\x8a\x09\x4a\xb7\x18\x25\x28\xad\x88\x6e\x31\x4a\xf0\xec\x96\x03\x31\x31\x23\xf8\x1e\xef\x5f\x6b\x36\xb9\x46\x19\xd9\x6f\x73\x35\x82\x9f\x49\x3a\xb7\xe8\xe6\x96\xf9\x64\x68\xde\xc2\x8f\x60\xb3\x50\xd9\x2d\xfc\xb8\x15\x6a\x99\x06\x7f\x8b\x3f\x82\xc3\xd2\x3c\xb7\xf8\xe3\x5e\x4f\xbb\xe5\x14\x4c\xf3\x08\x0e\x6d\x29\x6f\x21\xc3\x2d\x3e\xd0\xfe\xfe\x16\x1f\x04\x07\xcb\xe4\x16\x1f\xdc\x72\x89\xda\xfb\xdd\xc4\x7a\x70\x68\x55\x79\x13\xeb\xb7\x5c\xa2\x40\xe8\xa6\xd6\x83\x83\xb3\x72\xcb\x25\xde\xcc\x3a\xb1\xcb\x4d\xc1\x07\xcb\x27\xa1\xc5\xcd\xac\xbb\x89\x7a\xb3\xc8\x6f\xa2\xfe\x4e\xcf\x4c\x53\x12\x6e\x0a\xfe\xfe\xfa\xd9\x65\xb0\xbc\x09\xf1\xe0\xd0\x1f\xf3\x26\xc4\x6f\x73\x33\xc4\x1b\x37\xd9\x1d\xb4\x2d\x6f\x89\x9b\xec\x0e\x9a\x7c\xeb\x6d\x62\xef\x6d\xa2\x85\xb0\xe1\xfe\xbe\x5f\xaa\x0b\x46\xce\x80\xc6\x0e\x36\x65\xe6\x37\x89\x1d\xec\x6c\xe0\x9b\x86\x0e\x0e\x71\xe1\xcd\x0c\xbc\x25\x21\xeb\xfd\xa4\x13\xf8\xe9\xe6\x99\xa7\x8d\xd2\xbe\x7f\x2e\x6e\xb3\xcd\xc5\x4d\xeb\x22\xb6\xc7\x4d\x2f\xdf\x7c\x44\x81\xc3\xcd\x47\x0c\xea\xf0\xc8\xd0\xd0\xb7\xf4\xa2\xc0\xe1\x26\x98\x6f\xe9\x45\x3f\x35\x3e\x62\x50\x47\xc4\xda\xcd\x47\x0c\x9a\x39\x26\x37\x1f\xf1\xa6\xb4\x45\x01\x37\xa5\x1d\x14\x9d\x7a\x53\xda\x37\x59\x2d\x0a\xb8\xc9\xea\xa0\x0e\x8f\xa9\xf4\xe5\xcd\x95\x2c\x97\x8d\x2b\x19\x94\x56\xba\x37\x57\xf2\xe6\x4a\xd2\xf2\x37\x57\x32\x28\x8d\x29\x6f\x22\xfd\xe6\x27\x12\xee\x37\xad\x7d\xbf\x7e\x62\xbe\x80\xd4\xbe\x53\xab\xb5\xaa\xe4\xbb\xd5\x6a\xdd\x6f\xad\x56\x4e\x41\x32\xf4\x4e\xae\x72\x25\xc9\x6f\x22\xf7\xb6\x8c\x9c\xdb\x47\xe4\x06\x87\x8c\xe6\x2d\x17\x79\xa7\x7c\x6b\xfd\xb8\xf3\x44\x6e\x70\xe8\x8f\x7d\x2b\xdf\x0a\x56\x1e\xe6\x2d\x17\x79\xa7\xfb\xbe\xc4\xe6\x4d\xe2\x06\x9b\x65\xf7\x6f\x12\x37\x38\x24\x0f\x6f\x69\xc7\xa0\xad\x6e\xbb\xb4\xe3\x9d\x1c\xe3\xfa\x49\xa4\x79\xcb\x31\x06\x6d\x8b\x7c\xbb\x95\x7d\xdd\x11\xc2\xab\x49\xe4\x37\x25\x1c\x1c\x95\x4c\xcd\xad\xa5\x4e\x50\x16\x1b\xbe\xa5\x1d\xef\xac\xcc\xbd\x6a\x39\x72\xf3\x43\x83\x95\xf7\x79\xb3\x43\x83\x45\x7d\xcf\xcd\x0e\x0d\x76\xbe\xe1\x2d\x39\x19\x1c\xd5\x1c\x85\x73\x2a\x37\xc0\x5b\x9d\x82\x0e\x16\xe3\xff\x4d\x41\x07\x5f\x0b\x04\xdf\x26\x18\xdc\xe9\xaf\xb9\x66\x59\xc6\x99\x9e\x74\x0f\x1c\xed\xf3\xf8\xcd\x16\x63\x08\xd6\xf5\xf3\xcb\x7e\xab\xfd\xac\x47\xfa\x79\x42\xac\xd9\x32\x8f\x6e\x6a\x00\x67\x9a\xfa\xd4\xc6\x6d\xb6\xcd\x4d\x3e\x7e\xd9\x66\xbf\x34\x40\x58\x3f\xed\xbf\x4d\xed\x5a\x7f\xff\x7d\xd0\x9e\x2d\xce\x02\xac\x6b\xa6\x47\x4c\xed\xcd\x66\x5a\x9a\xad\xeb\xf2\x28\xa6\x99\x4e\x61\x2f\xd6\x35\xed\x16\xee\xca\x3b\x1e\xd6\xf5\xf3\x88\xbe\xdb\x64\xc4\x3b\xd3\x0c\x9f\x6d\xeb\xb3\x2d\x23\x21\x3c\xdb\x7e\xd9\xb6\xd9\xf6\xb5\x6d\xcf\xb6\x66\x9b\x2b\xf4\x0c\x85\x77\x8f\x4f\x76\xf7\xf5\xfd\x6c\x3d\xdb\x56\x9f\x5d\x7d\xf6\x9b\xef\x88\x6d\x75\xf7\x34\x77\x5e\xe3\xd4\xde\x9c\x26\x58\x3e\x69\x89\x70\xc7\x09\xf9\x5f\x77\xec\x85\xe5\x93\x1e\x00\x77\x4c\x86\x07\x47\xb6\x6d\xb6\xd9\xef\x79\x57\x2c\x9f\xcf\xf3\x8c\xdf\x33\x85\x0d\xf7\xdc\x33\x6e\x64\xde\xf0\x7d\x67\x2a\xe7\x7d\xa7\xd7\xf7\xbe\x66\xcb\xd7\x96\x6f\x9a\xef\x64\xcb\x2f\x5b\x7e\x96\x9e\x7e\xb6\xc4\x41\x80\xac\x7f\x7f\xdf\xd1\xb7\xf7\xfd\x88\xd9\xac\x3e\x77\xdf\x91\xb2\xf0\x1c\xfd\x37\xdb\x36\xdb\x32\x9d\x20\xdf\x3f\x7d\xdb\x83\x67\x2f\xdb\x7c\x5f\x8a\xf2\xf7\xff\xfa\x0c\x3c\xff\xff\xd7\xfe\xf7\xff\xf1\xbf\xff\x4f\xff\xfb\xff\xed\xff\x3a\xff\x36\xfe\xf3\x1f\xff\x98\xff\xf6\x1f\xd7\xbf\x8c\xff\xf8\xdb\xff\x7c\xb6\xfe\xed\x9a\xf7\xbf\xfc\xdb\xfc\xc7\xfc\x7f\xff\xfe\x9f\xff\x18\xf3\x6f\x7f\xff\xf7\xbf\x3f\x9f\xca\xbf\xff\x1f\x00\x00\xff\xff\xf9\x94\xac\x5b\x06\x27\x04\x00"); +func _dg ()(*asset ,error ){_ag ,_fdd :=_ba ();if _fdd !=nil {return nil ,_fdd ;};_be :=bindataFileInfo {_c :"78-EUC-H",_ed :12552,_cg :_g .FileMode (436),_ca :_d .Unix (1580490820,0)};_bac :=&asset {_fdf :_ag ,_ff :_be };return _bac ,nil ;};func _fef ()([]byte ,error ){return _fd (_cebd ,"UniAKR-UTF32-H")}; +func _beda ()([]byte ,error ){return _fd (_eebc ,"Adobe-KR-9")};var _fgbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xcf\x27\x41\x76\x9f\x89\xed\xfb\x53\xd4\x52\x5e\xc8\xcc\xb8\x9d\x88\x00\x1a\x05\x58\xa2\x29\x73\x21\xdb\xb0\x24\xdb\x80\xe1\x45\x5e\x39\x0d\x0c\xbb\x89\x26\xb5\xd0\xb7\x1f\xc4\xf3\x44\x91\x83\xc1\x60\xaa\x36\x15\x6f\xfe\x33\xe3\x1e\xe7\x16\xe7\x9c\xdf\xdf\xfc\xc7\xbf\xff\xdb\xbf\xff\xf3\x9f\xfe\xe5\xc7\xdf\xfc\x3f\xff\xfa\x97\xfb\xbf\xbc\xff\xf2\xe3\xfb\xd3\x9f\x9f\xbf\xbe\xff\xfc\x97\xff\xfe\xd7\xfb\xfd\x71\xbd\xff\xf0\xa7\x3f\xff\xe1\x0f\x29\xff\x78\xfe\x74\xff\xcb\xaf\x3f\xf9\xef\xfe\xc7\xf3\x9f\xfe\xf0\x87\xf5\xfd\x7f\xf9\x1f\xff\xfc\x2f\xef\x3f\xfe\xfd\x9f\xbf\xbf\xfc\x28\xbe\xf7\xfc\xf7\x7f\xda\xef\xfe\xf8\xf1\x37\xff\xaf\xf7\x1f\xfe\xf4\xcf\xff\xf2\xd7\xff\xf1\xe3\xdf\xfd\x5f\x9e\xbf\x5c\xef\xff\xe9\xc7\xf3\x7e\xeb\xf9\xff\xe3\xaf\xcf\xfb\xd7\x3f\xfd\xf9\x1f\x7e\xfc\xbb\xff\xf4\x1f\xd2\xbf\x3e\xfd\x2f\xff\xfd\x9f\xfe\xe9\x7f\x7e\xff\xf1\xfd\xf3\xbf\xfc\x68\x3c\x7b\xff\xfc\xf0\xff\x1f\xfe\xe6\x3f\xfe\xe7\xf3\x9f\xfe\xef\xe7\x3f\xbe\x3f\xfe\xe6\xbf\xfd\xf9\x4f\xff\xe9\x3f\xfc\xfb\xff\xf6\x5f\xff\x2e\xc5\xbf\xff\xbf\xf1\x2b\x3f\xfe\xbf\xdf\xbf\xfe\xf3\x9f\xfe\xf2\xe7\x1f\xe9\xff\x7c\xa4\xf8\xb7\xc7\xff\xf5\x7f\xfc\xd3\xfb\x23\xed\x4a\xfe\xbf\xff\xed\xef\xff\xf6\xc7\xff\x2f\xfd\x48\xc7\x8f\xdc\xe2\x48\xff\xff\xfd\xfc\xff\xf3\x9f\xff\xf2\xbc\x3f\x0e\xff\x2a\xf6\xfe\xfe\xcb\xf3\xfe\xf3\x3f\x9d\xf7\xfb\xd7\xf3\xcf\xff\xf0\xfe\xe1\xc7\x8f\x3f\x1e\xc7\x71\xfc\xfc\xb1\xfe\xfd\xf1\x6f\xfb\xdf\xfd\xdd\xcf\xf5\xec\x6f\xc7\x71\xfc\xed\x7f\x5c\xcf\xff\xf8\xb7\xff\xe1\xef\xfe\xee\x6f\xff\x6e\x3f\xff\xbf\xfe\xdb\xbb\x7f\xc7\xb3\xf7\xcf\xcf\xff\xa6\xc6\x3f\x24\x1b\xfa\xf3\x5f\xfe\xe5\x79\x3f\x9f\xed\x36\xfe\x78\x1c\xe9\xfb\xf9\x23\xad\xaf\xfe\xd7\x3f\xff\x21\x1d\xc7\xee\xdd\x9f\x9e\xfb\x7f\x3a\xff\xba\x3e\x38\x8f\xf5\xe6\x2a\xd4\x9f\x3f\x52\x74\x8a\xed\xe7\x8f\x9c\x4b\xab\xfc\xd1\x7f\xfe\x48\xdd\x57\xc6\xcf\x1f\xe9\xc8\x14\xe7\xcf\x1f\xbd\xa7\xb2\xca\xd7\xaa\x22\x78\x7c\xa5\x9f\x3f\x52\xa6\x92\xab\xff\xfc\x31\xe7\x2a\x3d\xab\x86\x3c\x56\xf1\x3d\x7e\xfe\x08\x2b\x7b\xd3\xcf\x1f\x11\xbc\xf0\x8e\xf5\xb4\x51\x9c\xab\x48\xb5\xef\xf9\xf3\x47\x4c\x8b\xf7\x7a\xea\xbb\xcf\x2a\xd2\xc2\x97\x7f\xfe\x88\xc1\x0b\x5f\x59\x45\xea\xfd\x68\x8d\x77\xbf\x55\xd9\xf0\xdd\x55\xd9\xa0\x89\x6f\x55\x36\x57\x77\xd3\x41\x1f\x56\xcf\x52\x5a\x35\x74\x9e\xa6\x6b\x15\xd7\xe0\x53\xa6\x18\xab\x58\xeb\xfa\xcc\xe2\xea\xef\xec\x14\x57\x77\xc6\xb1\x8a\xb1\xde\x1d\x7c\x76\xbf\xeb\x33\x9e\x3e\x8c\x98\x26\x1e\xfa\x4b\x13\xcf\xaa\x6c\x50\xd9\x13\xab\xe8\x0b\xab\xde\x31\x29\x32\x78\x6b\xa0\xbf\x6b\x6c\x89\x01\xcd\xf5\x6e\x6e\xab\xeb\x73\xb5\x96\x83\xe2\xfa\x2c\xdf\x6b\xf0\x47\xa2\x38\x57\x71\xd5\x90\x9f\xb9\x96\xe2\x58\x6f\x54\x86\x7c\xac\x2a\x2a\x55\xd4\xf4\x87\x3f\xa6\xb7\x7c\xab\x8a\xf6\x87\x3f\xe6\xe3\xc8\xac\x6c\xac\x72\x3a\xa8\x23\x0d\xfe\x28\xab\x96\x74\x50\x5e\x9b\xe5\xe0\xfd\xd4\x78\x9c\x28\xc7\x7a\xdc\x57\x31\x67\x97\x3f\x1f\xd9\x17\x32\x65\x5e\xa0\xba\xb2\xea\xee\xd4\x56\x7c\xa3\x50\xbe\x7e\xfe\x48\x6b\x16\xf3\xd1\x9e\x9f\x3f\x9a\x75\x9c\xb7\x3b\x72\xbd\x92\x8e\xb2\xf6\x5b\xa3\xe8\x97\x95\x32\xa3\x4c\x3c\xa7\x23\x6b\x35\x73\xca\xc9\x31\x04\x7f\x38\x38\xde\x9f\x79\xb5\xc4\xeb\x73\xd5\xb8\xd6\x20\xe7\x63\xed\xf1\xd2\x29\xae\x43\x54\xd6\xbb\x39\xad\x4a\x4a\xa1\x48\x93\xf9\xa0\x7c\xae\xc7\x93\xe2\xf3\xf3\x47\x6a\x89\xe2\xbb\x8a\x54\xb1\xce\xe1\x9c\x99\xc7\x79\x0d\xb8\x66\x8a\x4c\x65\xb6\xdc\xd6\x63\xdf\x58\x4b\x56\x82\x22\x35\x37\x8a\x6b\x46\xaa\xc5\x55\x73\xe5\x85\xb2\x56\xa0\xd1\xf4\x9a\xbe\xd4\xe8\x7d\x59\xe3\x2e\xf4\xad\xac\xad\x50\x7c\x4a\xdf\x78\xba\xb6\x6e\xaa\x7c\x56\xef\x55\xe4\x85\xc6\x62\x65\xc6\x17\xab\x9b\x8d\xae\xad\x8d\x95\x2a\x03\x99\x8c\xda\x29\x9a\xab\x9b\x95\x79\x39\xe9\x3c\x35\x5f\x0e\x95\xce\xbd\x9f\xcb\xbc\xc8\xd6\x26\x35\xff\x3b\xc4\x27\x97\xb4\x96\xa0\xae\x66\x1b\x74\x68\x9d\xe0\xdc\xce\xd5\xec\x3a\x53\xb9\x5d\xac\x11\x2f\x5c\xac\xd1\xea\x57\xbb\x59\xdd\x49\x11\xea\x34\x28\xae\x79\x5a\x54\x24\xb7\x75\xfe\xd2\x22\x12\xb9\xdd\xab\x2b\xeb\x04\xe7\x58\x9b\x25\xad\x73\x9d\xe3\xa0\x86\x42\x91\x6d\xb3\xa8\x44\x8e\x0a\x25\x4b\x14\x57\xcb\xb1\x3a\xf1\x8e\x63\x6d\xbe\xba\x28\x58\x7e\x47\x5a\x7f\x1c\xcc\xca\x3b\x2a\x7f\xb0\xec\xef\x18\xfe\x51\xf9\xe3\xf2\x8f\xc6\x1f\xec\xde\xc3\xda\x66\xf7\x0f\xbe\x39\xfd\x83\x4e\xbd\xe7\xe9\x1f\x54\x7d\xbe\xfc\xc1\x34\xbc\x6b\xec\xeb\x8f\xcc\x1f\x56\xcd\x5a\xbc\xb7\xdf\x2c\x9a\x90\xbf\x45\xfc\x2b\x94\x38\x7f\xeb\x9c\xd7\xce\x59\xfc\xd6\x91\xae\x3d\xfb\xbc\xf0\x7c\x52\xae\xeb\x7d\x8e\xc0\xc7\xe4\x1c\xa9\x24\xfe\x08\x36\x97\x1f\xf7\x9f\x3f\xea\x08\xcb\xe3\xe7\x8f\x92\x8b\x8d\x4d\xde\xb1\xd2\x73\x3d\xe7\x30\x7f\xc7\xf5\xf3\xc7\x1c\x3e\xbe\x57\x5b\x61\xfd\xcf\xaa\x86\x83\xfd\x1d\xef\x2a\x77\xfb\xf0\xfd\xfc\x91\x8f\x49\xb3\x8b\xdc\xb4\x23\xd1\x14\x27\xae\xda\x9d\xb5\x4d\x72\x63\x9f\x7c\x8b\x0a\xd5\xc1\x54\x7e\x8b\x0a\xd5\x9e\x2c\xb7\x55\xae\x96\x25\x43\x6c\x8b\x2f\xf5\x9f\x3f\x4a\x71\x2c\x69\xed\x7e\x4f\xc2\x97\xe6\xcf\x1f\x75\x72\x98\x3e\xce\x71\xce\xbe\x7f\xad\x4e\x64\xdf\x59\x03\xc8\xc3\x86\x9f\x9f\x3f\x72\x75\x42\xd7\x09\x6f\x2d\xfb\xfc\xfb\xf9\xa3\x84\x0b\xb0\x8e\x78\xa9\x90\x97\x6f\xd1\x9d\x16\x76\x74\x91\x9d\x94\x9a\x33\xb1\x0e\x7f\x19\x1c\xdd\x2f\x57\x08\x88\x1f\x2f\xae\x3b\x33\x0d\x2c\x3a\x59\xa3\xd1\xb9\xdc\x17\x19\x2c\x56\x0a\x75\x1a\x3e\x9f\x3f\x7f\x94\x59\xfd\xf6\xfc\xf9\xa3\x95\x83\x59\x5f\xf4\xa2\x94\x69\x5b\x8b\x77\x1c\x87\xdf\x3e\xeb\x79\xf2\xfd\xc5\xa0\xd2\xee\x0f\x27\x64\xd0\x9f\x45\x94\xf3\x31\x19\x58\x61\xa7\xbb\xd8\x25\x73\x5e\xa8\xbf\x14\xbe\xf5\x9d\x0a\x0d\xf5\x79\x63\xf5\xe8\xdb\xa2\x43\x2d\xef\x7a\x56\xff\x4b\xf8\x7c\x70\x72\xad\x73\xae\x71\x39\x96\xb2\xfa\x1f\x4e\xdc\xe2\x00\x2d\x0e\x26\xae\xdc\x6b\x8c\x2e\x00\x54\x6c\xef\xa6\xf2\xc2\xe4\x5d\xbd\xc5\xbc\x4a\x85\x66\x7f\xeb\x04\xd7\xe6\x20\x2b\xfc\xcd\xad\xbe\x8e\x73\xe9\x4e\x4a\x2d\x50\x38\xbe\xad\x9c\x60\xb7\x4d\x6d\xc8\x31\x3e\x8f\xb5\x48\x10\xee\xaf\xae\x1d\x94\xeb\x6f\xc9\xd9\xb7\x88\x6b\x2d\x6e\xaf\x3a\x29\xdb\xa9\x75\x48\x47\xb5\x23\x6b\x75\x52\x66\xa4\x8b\x02\xd7\x56\x6c\xf0\x81\x92\xfa\xed\x5a\x9d\xe6\x8a\xd4\x8f\x8e\xf0\x4e\x83\x1d\x43\xb6\xbe\xc5\xbc\x73\xf7\xdb\x45\xbe\x4b\x85\xec\x7f\x6d\xed\xae\xc3\x81\xb6\xba\x9e\x7b\xb6\xda\xda\x5d\x47\xf3\x5b\x76\x57\xf2\xb9\xe2\x9d\xef\x0f\xce\x93\xef\xac\xd5\xd9\xbb\xa2\xad\xe3\x7d\x24\xcb\xd7\xcf\x1f\xf5\x57\x1f\x16\x5d\x9b\xae\xf8\x62\xd6\x25\x3b\xd9\x6d\x9d\xef\xa3\x5a\xff\xb7\xe6\xc1\x33\x0a\x6b\x19\xee\xa2\xc5\x5b\x4a\xf7\xc8\x85\xbb\x8b\x3a\x63\xf5\xbf\x48\x1b\x62\x9d\xef\x1c\xcc\x55\xb4\x75\xcc\x9c\xdb\x88\x9f\x3f\x7a\xda\x75\xf6\x9f\x3f\xfa\x71\x58\xcf\x80\x66\xbb\x35\x03\xba\xee\xb7\xf6\x9f\xfe\x2c\x29\x2d\x8f\xfd\xfe\xea\xff\xd8\x75\x3e\xcc\x27\xeb\x15\xef\x9a\x37\x8f\x7a\x7c\x9c\x26\xde\xef\x1e\x6f\xaa\xef\x09\x21\x04\xbe\xf1\xf5\x35\x00\xf9\xe7\xd7\x0b\x83\x67\x00\x7d\xed\xae\x56\x2c\x2f\x02\xb5\xe9\x65\x8f\xd5\x18\xb4\xfd\xeb\x6b\x00\x65\xfa\xce\xf8\xf9\xa3\x67\x09\x78\x5f\xc7\xbb\xbb\x60\xfd\x5c\x84\x7a\xd7\xbf\x16\xa0\x38\xd1\x7d\x0d\xa0\x4e\xeb\x81\xc9\xbb\xd8\xfd\x65\x82\x58\xd4\xfe\xf1\x9c\x6f\x17\x27\x8b\xf0\xc8\x2d\x46\x56\x32\x6c\xe8\x1b\xab\xff\xd9\x3e\x8f\x02\xe9\x61\x5c\x8b\xbf\xd5\x06\xab\xff\x06\x4a\x81\x74\x74\xac\xd3\xa1\x34\xf6\x8d\x75\xbc\x37\xa9\x5a\x2c\xb0\x36\xf9\xc0\x58\x1a\x42\x81\x4b\x7d\x63\x2d\x40\x71\x73\x0f\xd8\xf4\xde\xd1\x8b\x33\x76\xa5\x8d\x6f\x3c\x9c\x69\x3b\xc4\x0e\x6a\x96\xd7\x0a\x4c\x77\xf4\x94\xc3\xd1\xd1\x89\x98\x30\x5d\xca\x25\xcc\x8d\xc3\x91\x4d\xb9\x25\xad\xcd\x35\x82\x4d\xd0\x96\x0c\x93\x46\xb6\x22\x38\x9c\xdb\x6f\x71\xe4\x5e\xab\xcf\xd7\x0a\x34\x09\xe6\x44\xc7\x71\xf5\x26\x1c\x42\x56\x39\xd7\x0a\xa0\x36\xe4\x6f\xae\x23\x8c\xde\x90\xbf\x09\x81\x95\xd0\xcd\xb5\x02\xe3\xb0\x5d\x06\xe0\x6a\x23\xe6\x64\xb7\x1c\x72\xce\xec\xf2\xb8\x73\xf1\xe8\xe4\xe8\xcf\xb5\x04\x19\xa1\xe5\x43\x2d\x9b\xd3\x7d\x83\x62\xd6\x64\xe4\x67\x40\xb9\xfc\x60\x8d\xa0\xbb\x36\x4b\x49\x1b\x45\x26\xba\xb4\xb4\xa4\xb8\xfb\x21\x5d\xb4\xea\xb7\xd7\x1a\x65\x6d\xbf\xa5\x68\x4b\xee\xae\xc5\x61\x9c\xeb\x84\x1c\xbf\x6a\x5b\x04\x38\x24\x3f\xe7\x62\xe1\x9b\xb6\xa2\x0b\x76\x77\xc0\x52\x06\xc7\x26\x63\x4b\x90\xcb\x79\x97\x19\x9e\xe4\xe4\xaa\x3f\x7f\x8c\x4d\x72\xae\xf6\xf3\x47\x9f\xd6\x79\xad\x23\x3e\x25\x93\x4b\x93\x2c\x55\xe6\x76\x0d\x48\x1d\x73\x7f\xc1\x00\xe5\xd4\xd7\xb9\x46\x7d\x30\x1b\x17\x2a\xc4\xfe\xf6\x46\x28\xb4\xfc\xfc\xfc\xd1\x37\x47\xbe\x58\x1f\x77\xe7\x92\x5c\xdb\x26\x6f\xf7\x81\x78\xc4\xfb\x37\x1b\xcc\xd3\x78\xaf\xfd\xd5\x3d\x2d\x77\x59\x6d\xc9\x78\xef\xba\xa4\x1d\x49\xd4\xbd\x56\x67\x9f\x84\x25\xa2\x8e\x82\x86\xf4\x2d\x19\x35\xff\xaa\x73\x09\x89\x69\x48\x97\x96\x8a\x56\xaa\x1c\x6d\x09\x72\x69\x4a\x7f\x6e\x15\x50\x1b\xbb\x7f\xfe\x98\xdd\x13\x72\x2b\xc7\xdb\xd1\x97\x41\xfa\x0e\x0c\xd0\x8d\xf7\xc8\x23\x78\xff\x59\x0b\x50\x24\x0f\x4b\xf9\xec\xc3\xc5\x7b\xd6\x00\x32\x22\xec\xb7\x34\xd1\xae\x60\xff\x3d\x8b\x44\x8d\x75\xea\xca\x81\x92\xb5\x16\xbe\x1c\x8a\x86\x95\x22\x92\xd5\x91\xfd\x83\x5d\xe7\x3b\x09\x0d\x62\xad\x6f\x41\x51\x4c\x16\xe1\xd3\xc7\xd1\xfc\xe3\x53\x89\xeb\xeb\x8f\x09\xe3\x2d\x4b\x5e\x5f\xec\x8a\x3f\xd6\x54\x97\x63\x86\x7f\xd0\xc6\x87\x80\xcc\x18\xca\xf1\x0d\xff\xe0\xb5\xa5\x0b\xaf\x3f\xe8\xed\x77\xfa\x07\x7d\xf9\x2e\x55\xcf\x82\xaa\xbf\x74\xbf\xf5\x47\xca\x10\xda\xd5\x78\x2e\x5b\x27\xe4\x8f\x93\x91\x1e\x6b\xef\x94\x72\xfa\xcb\xa2\xfd\xa5\xdc\xd5\x3f\x06\x7f\x38\x94\x35\xfb\xa5\x3c\xcd\x0a\x56\x4f\x6a\x55\x88\x5f\xe4\xb0\xd4\x2e\xf1\x59\x0b\x56\xda\x54\x88\x67\xc4\x71\xec\x3f\x56\x05\x91\x94\xdb\x97\xd6\x56\x66\x52\x73\x58\x7c\xab\xcc\xf0\x35\xe6\x62\xde\x9f\x7f\xac\x59\x9a\xcf\xe1\x1f\x7c\xf3\xec\x5f\xe2\x0f\x7f\x2c\xe7\x6e\x74\x09\xe9\xe5\xaa\x56\xd0\xd7\x78\xee\x5d\xdb\xda\x0f\xe5\x7e\xad\x60\x31\xef\x7a\xb4\xf0\x8f\xf1\x87\x3f\xd6\xd4\xac\x6d\xb1\xdd\x5a\x8a\xe3\x59\xca\x58\x2d\x6a\xde\xc7\xe2\x73\xb5\x5c\x2a\x3f\x8b\xcc\xd6\xf2\x3c\xfe\xb1\xbe\xa9\x8f\xb5\xad\x75\xaa\x51\xfd\x66\xad\x53\x8d\xf0\x9b\xb5\x4e\xb5\x67\x3b\xba\xb6\x7f\xed\x79\xfa\x47\x5b\x7f\xf4\xfd\xcd\xaa\xba\x0f\xab\x5e\x04\xad\xce\x3d\xbd\x6b\x45\xeb\xec\xcc\x1b\x76\x8d\x3a\xfb\xe3\x1f\xab\xea\x89\x2e\x36\x8e\x75\xe4\xea\x9c\x97\xbf\x50\xc1\xfc\xfc\x63\x55\x3d\xaf\xf0\x8f\xf9\x1b\xda\x57\xe7\xd5\x7d\x73\x4d\xd0\xdd\xfd\x63\xc9\x3a\xf5\x3e\xb3\x7f\x74\xfe\x28\xfe\xb1\x06\xfb\xa8\xb5\xa5\xc5\x63\xea\xfb\x6f\xea\x58\x7d\x97\x3a\x96\xe0\x2b\xf5\x5d\xea\x58\x3a\x58\x93\xfa\x1e\xc8\x6b\x8b\x60\xd6\x77\x1d\xa8\xd2\xd7\xb9\xac\xef\x52\xb5\x6a\x5d\xfb\xa3\xbe\x4b\xd5\x2a\x79\x58\x86\x95\x2e\x22\x59\xdf\xa5\x6a\x95\x31\x7c\x1f\x46\x34\x7d\xfe\xa0\x6e\xd8\xd8\x0b\x05\xb7\xfc\xd9\x30\x2f\x2d\x65\xab\xa2\xb7\xd4\x57\xf3\x86\x2f\xa5\xdd\x3b\x6a\x45\xdb\x8a\x45\x9e\xeb\xbb\xb4\xad\x82\x89\xa3\xbe\x6a\x5b\x87\xe5\x40\x2a\x62\xc8\xa9\xfb\xb1\xb5\x2e\x5a\x8d\x4e\x5f\xdf\xa5\x6d\x25\xc4\xde\xfa\x26\xa4\x99\x66\x2f\x2e\x4c\x1e\x36\x76\x63\x42\xf1\x9d\xc5\x4b\xdb\x61\x3d\x2f\x8d\xd1\x09\x34\xa9\x66\x87\xb2\x07\x77\x30\x8f\x19\x51\x2b\xa8\x74\x69\x52\xf5\x70\xbe\xb4\x38\x1d\xc3\x2f\x90\xe4\xd9\x7d\x6f\x1e\xbf\x14\xe4\xfa\x66\x6d\x65\xc3\x1f\x4e\x58\x98\x3f\x28\xed\x32\x84\xa5\x4b\xb5\xbe\x6b\x5d\xda\x6c\x5b\x47\xb9\xbe\x18\xb2\xc2\x65\xde\x84\xc5\x25\x41\x69\x2a\xd9\x97\x76\x5f\xf9\xba\xd0\x57\xbb\x51\xa4\x24\xc3\xb7\xe2\x97\xa2\x5e\xdf\xe2\x54\x72\xa2\xde\xa5\x37\x15\x88\x57\x7d\x0b\xe6\x17\xa7\x60\xe9\x4d\xa5\x87\x1f\x5f\x08\x98\xb6\x20\xe1\xe3\xd0\xbd\x4b\x71\xca\x6d\xf7\x63\x6d\xd0\x92\x6c\xe1\xfb\x65\x0a\xa8\xef\xd2\x89\xf2\x70\x10\x55\xb2\xc7\xb9\x7c\xab\x62\x1f\xbd\xa8\xce\xa5\x9b\x6c\x1d\xcb\xda\x13\x2d\x2c\xc5\x27\xf7\xea\x07\x4b\xf1\xc9\xee\xa5\xa5\xf8\xac\x0f\xe8\x77\xa5\x7f\x1e\x8d\x45\x21\xca\x48\x3e\x5f\x73\x59\xdd\x1a\x8b\x76\xa5\x19\x96\x3f\xa4\x79\xc6\xb9\x34\x9f\x5c\xad\xa7\x39\xc7\x0e\x14\xd5\xe7\x28\xf4\x7b\xa9\x3e\x79\x86\x1f\xb0\x59\x2b\xdd\x6e\x4e\x31\x04\xe4\x5d\x64\x2f\x0d\x67\xb2\x69\x2d\x3d\x7c\x6b\x29\x0f\xd9\xa6\x97\xf2\xa3\x61\xa4\xbe\x0d\x23\x86\xdd\x6e\x10\x9c\x69\x6b\x4b\x49\xd8\xeb\x86\x92\x93\x1a\x2d\x2f\x25\xa7\x0c\x97\x04\x25\x67\x3a\xb4\xe0\x98\xb8\xeb\x97\x6e\x52\x7b\xa6\xbc\x94\x8a\xdc\x5d\xce\xa5\x54\xe4\xf0\xc4\xa0\x53\x1c\xc9\x73\xb5\x08\x7c\xc9\xc1\x90\x97\x70\x5f\x92\x1f\x2c\xc1\x7d\x64\x3f\x58\x42\x79\x6e\x83\xc1\x0c\x47\x56\xf2\xef\xa8\x1c\x56\xab\x5a\x3c\xc9\x4b\x64\xaf\x0d\x3a\xf9\x8e\xd3\x1a\x6c\xe6\xe2\x88\x33\x69\xe3\xfe\x65\x1b\xaa\xef\xa2\xd3\x35\xdc\x28\x88\xec\xd9\x9d\xbf\x44\xf6\x5c\x25\x52\xf3\xb0\x22\x26\x61\xc9\xec\xb5\x04\xad\x61\x7f\x9d\x92\x8a\x89\x55\x2a\xf3\xf1\x92\x0c\xca\xc8\x3e\x67\xf7\x39\x99\xd3\x03\xcb\xe4\x63\x82\x3c\x92\xcb\xb8\x64\xf3\x7a\x38\xf0\x45\xf8\xcb\x74\x96\x17\xf7\x1d\xe1\x0a\x4d\xf6\x7a\x66\x34\x4b\x06\xd7\xa2\x55\xdf\x13\x35\x54\xa2\x06\x59\x47\x22\xa9\xaf\x42\xc1\xde\x40\x4b\x06\xcf\xc9\xb3\x8b\xc5\x73\x48\x29\x96\x08\x5e\x93\xfb\x8a\x6b\x92\xec\x14\x71\x4f\x32\xab\x8d\x4d\x74\x7f\x1b\x70\x4e\xf7\x1f\xf4\xb4\xd8\x00\xcc\xcf\xbd\xb7\xc4\xec\x12\x0e\x19\x76\xd2\x64\x0e\x4b\x82\x2e\x9b\x6a\x5e\x1a\xc1\x78\xe7\xaa\x56\x4a\xb7\x2f\x24\x38\x39\xcb\x75\xfe\x32\xd6\x55\x6c\x86\xb5\x3b\xe4\x8b\xcd\x3a\xe9\xdd\x8d\x46\xeb\xea\xdf\x28\x84\x4e\xe9\x8d\xc5\xd0\x86\x6f\xd6\xc6\xbd\x77\x63\x71\xf3\xb8\x21\xee\x66\xb9\xd5\x12\x77\x0b\x42\x4f\x7d\x31\xc9\xee\x1d\x75\x73\x63\xb4\x4f\xc6\xcd\xae\xb7\xd7\xda\x2d\xab\x1f\xc0\xac\xdd\x20\xf7\xed\x07\xfe\x81\x4d\x61\xb7\xf0\xc2\x28\x18\xfe\xe3\x31\xe1\xf9\xe3\x31\x69\xfe\xb1\x56\x6d\x73\x9c\x25\xd8\xd6\xb0\xe5\x25\xae\x95\xea\x79\x5b\x92\x4a\x69\x0e\xe7\x59\x34\xac\xba\x1d\x1f\x4c\x53\x1e\xab\x67\x31\xdc\x21\x81\x7e\x30\x5c\x56\xbf\x85\x13\x75\x9f\x7f\x1c\x43\xbe\x7d\xdd\xe3\x56\xf4\x62\x79\x75\x0d\x5e\x7b\x27\x5d\x7d\x0b\x26\x1e\x16\xea\x5d\x5b\x2a\x3c\xdc\x6f\x83\xda\x30\x82\x97\x4d\x2e\xc3\x79\xdd\xe4\xe1\x4b\x30\x4d\x9b\x7e\x59\x4d\xc4\xb8\xf7\x5d\x5b\xa7\xbb\x75\x3e\x04\x0e\x4f\xd1\x97\xfc\x98\xd9\xfe\xd6\x72\xee\x31\x7f\x2c\xa7\x32\xc0\xe7\xde\x71\x9d\x3f\x78\x7a\xf7\x83\x45\x4b\xf6\x78\x10\xc1\x93\x93\xb7\x44\xeb\x92\xdd\xc0\x0a\xd7\xbb\x4b\xdf\xa3\x39\x84\xf2\xeb\x0f\xf4\xfb\x83\x8a\x2f\x1d\xb7\x62\x9f\x5e\x3f\x04\x7f\x24\x0c\x55\x07\x65\x76\x06\x8c\x1c\x5b\x72\x4d\xf4\x15\xa3\x71\xc1\x60\x54\x31\x1a\x6b\xe8\xae\x18\x8d\xd3\x3a\xd9\xbf\xa1\x6e\x58\x94\x53\x40\x33\xb0\x28\x57\x84\xf9\x8a\x51\xb8\x36\x26\x07\xa3\x70\xcd\xec\x2c\x8c\xc2\x0a\xef\x15\xa3\x70\x3e\x8a\xef\x3b\xe3\x8d\xf2\x8b\x10\x41\xc7\x31\xfe\xee\xe7\xdc\xef\x14\xe6\xe9\xf3\xd2\xc9\x43\x86\xf5\xb7\x2a\x50\x7c\xca\x2c\x89\xad\x85\xf5\xb7\x14\x87\x87\xcc\x82\x49\xa8\x62\xfd\xcd\x98\x69\x2a\xd6\xdf\xda\xd9\xd2\x58\x79\x8b\x4b\x87\x95\xb7\xf6\x61\x03\x6b\x3a\x24\x2b\x58\x70\x93\x9c\xf5\x53\x1a\xc1\x12\x52\x31\xe1\xd6\x3e\x7d\xa9\xf8\x83\x7f\xb8\x09\xe8\x85\xd2\x48\x76\xc2\x0a\xdd\x38\xac\xaa\xfb\x03\xed\x21\x8d\x14\xf6\x25\x56\xdc\xf5\x03\x03\x42\x1c\x51\x82\xc3\x8c\xbb\x7e\xf0\xad\x9b\x1f\x2c\x3f\x74\x84\x26\x30\xc5\x56\x47\x87\x74\x51\x33\x9d\x5d\x32\x41\xe9\xce\x00\x32\x41\x85\x22\x60\x0d\xad\x01\x87\xc2\x1a\x5a\x25\xef\x58\x43\x6b\x76\xf6\x1a\x67\x0e\xfb\x42\xd5\x1c\x1a\xd5\x1f\x18\x68\xb6\x05\x84\x82\x09\x5b\xc7\x1e\xba\x7e\xa0\x1b\x8d\x09\x77\x79\x31\x88\x8e\xca\x16\x40\x26\xc8\xae\x68\x3b\x99\x7c\x66\xa6\x5d\xdc\x9b\x5b\x56\x08\x67\x68\x8d\x61\x0e\xbf\x85\x6e\xc0\x34\x34\x88\x76\xbb\xbd\x64\x85\x3c\x1c\x66\x60\x15\x81\x13\x69\xf8\xe4\xfe\xa2\x62\xf8\xac\x18\x8f\x2b\x86\xcf\xd5\x51\x2a\x0a\x77\x06\x23\x08\x6f\xe6\x1d\xce\x92\x2e\xf2\xf4\x34\x85\x16\x42\x6b\x85\xf0\x3b\xca\x25\x75\x4c\x0f\x13\xca\xa3\x9a\x0d\x06\xcb\xda\xdd\x9d\xdd\xbd\xe0\xf6\xec\x48\xa6\x8e\x1e\x0b\xe4\x70\x57\x2d\xb5\xad\x0e\xf7\x0b\x16\xc8\x43\x0e\x82\x09\xb2\x76\x78\x23\x26\xc8\x52\x3d\x79\x98\x17\x31\x55\xd5\x6d\x5e\x44\xc4\xc0\xbc\x98\x0e\x49\x0b\xf6\xc5\x91\x1c\xbf\xa2\x8c\xac\x02\x03\x63\xca\xee\x7a\xa4\x95\x8e\x30\xfa\x29\xad\xe4\xea\x0f\x17\x56\x57\x7f\xb8\xfd\x81\x11\x2d\x71\xa5\xd4\x6c\xdb\xaf\x3f\x30\x63\x83\x35\x71\x3a\x94\x57\x32\x04\x1f\x1b\x63\xc5\xb4\x55\x35\x25\x0e\x37\xfa\xdc\xbd\x65\x78\x33\x10\xc2\x7c\xa9\x63\x57\x64\x6e\x26\x96\x4e\x27\x73\xda\x0f\xd8\x11\x86\xc2\x8a\xaf\x45\xc5\x20\x58\x86\x1f\xa3\x4a\x86\xe7\xea\x74\xb3\xb6\xdf\xdd\x3a\x54\x8d\x82\xc9\x19\x45\x22\xa9\x2e\x13\x12\x49\x72\xe9\x4f\x54\x31\x27\x17\x89\x44\x79\x1b\xa3\x60\x1d\xd2\x81\xd3\x03\x8b\x52\xa3\xe1\x6f\x78\xdc\x4f\xd7\x35\x18\xd4\x12\x49\xca\x70\xcd\xce\x45\x77\x26\xac\x17\xe3\x5d\x49\x8d\xbe\x5f\xd0\x23\x37\xc8\x92\x24\xa6\xf2\x12\x86\xb3\x54\xe0\x8c\x18\xce\x92\xd2\x2a\x86\xb3\x3a\xdc\x1f\x08\x06\xdc\xa1\x54\x6c\x5c\x75\xec\x32\xec\x16\x59\x00\x1b\x57\x6e\xee\xb3\x25\x0b\xd4\x21\xf5\x5a\xec\xbc\x34\x37\x2c\xec\x3c\x3c\xc6\x8f\x34\xca\x33\xf7\x38\x64\xcb\x0e\x79\xbf\xc5\x90\x61\xe8\xdf\xc3\x90\xdd\x42\x30\x7d\x95\xc6\x6f\x31\xfd\x3a\x10\x12\xbe\xc5\xf4\x47\xa0\x56\x7d\x2f\x82\xbe\xa3\x94\xe7\x67\x27\xfe\x45\x52\x4b\x34\xf0\x06\x2d\x33\x45\xaf\xbb\xda\x5a\x61\xfa\x43\xaa\xb6\x98\x7e\x6e\xee\xbe\xd7\xae\x32\xce\x77\xa9\x1e\xc9\xb9\x78\xb1\x8e\x3b\x04\xae\xda\xbb\x73\xfd\xb9\x75\xdd\x0a\x4b\x00\xc8\x05\x5d\xf2\xfb\x76\x97\x98\xe1\xcf\x2e\xf9\x12\x2d\x4b\xb0\x3f\x66\xa9\xb8\xe6\xdf\xf9\xf3\xc7\x6c\xbe\xcf\x2a\xec\x8a\x3e\xdf\xe9\x7f\xf8\x63\xc3\xd7\x48\xfb\x7b\xc3\x30\x38\xf2\xaa\xa8\x1d\x07\x76\xf3\xee\x73\x0e\x66\x59\x94\xbf\x1d\xc7\xf5\xf3\x47\x9f\xe1\x0f\xcc\x76\xf6\x03\x66\xbb\xf9\xce\xeb\x07\xc1\x1f\x4e\xf7\x5c\x65\x7d\x51\x30\x6c\xb7\x23\x61\xd9\xdc\x3f\xe8\x44\x40\x4d\x49\xab\x65\xa2\x89\xb4\x64\xac\x52\x2c\xaf\x03\xc0\x95\x57\x3b\xb0\x45\xcc\xb0\x8c\xb4\xb1\x08\x4a\x3b\xb0\x45\x1c\x4c\x59\x3b\x92\xfd\xf3\x07\x0d\x97\x94\xb3\xdd\xc8\x74\x16\x36\x0f\x85\x6c\xb8\xb9\xd4\xb1\x9f\x07\x2d\x1f\x94\xbb\x1f\xd0\x57\x8c\x0e\xdc\x7d\xb4\x23\x4f\x06\xe7\x07\xdc\x10\x0e\x2b\xba\x20\x27\x8c\x27\xbb\x27\x19\x02\x36\x07\x2c\xbe\xed\xc8\xae\x09\x0d\x2c\xa6\x5b\xb9\x29\x6f\x7a\xcf\x1c\xa5\xfa\x87\xd7\x8b\x54\x5a\xdc\xd0\xd5\x3f\xd0\x20\x5d\x87\xca\x6e\xc8\x96\x95\xf4\x68\x99\xbb\xcc\xe1\x10\x96\x4a\x3f\xda\xa4\xd7\xd5\x1e\x59\xb6\xd2\x46\xa5\x95\x2e\xd9\x0d\x2e\x2d\x0f\xbb\xdd\x9c\x17\x86\x0f\xdf\xc4\x97\xa9\x1d\xcd\xae\xc6\xef\x54\xd4\x76\x2c\xae\x5a\xc2\xee\x06\xc4\x2e\x68\x31\xe8\x8a\xe3\x5b\x8c\xab\x23\x26\xb5\x63\x31\xae\x31\x5c\x2e\x6e\xda\xa6\xf3\xd1\x17\x79\x40\xac\x6a\x87\x3c\x6c\xbf\xe3\x64\xb2\xb1\xb8\x2d\xcb\x2e\x10\x7e\x1f\xb5\xf2\x0e\xec\xa9\x27\xda\xc2\xd1\xa3\x15\x16\x6e\x48\x1b\xf9\x16\x3e\x80\x9b\x55\x3b\xe0\x03\x47\xf5\xa0\x2c\xcd\x75\x60\xcb\x6b\x87\x97\x4a\xae\xc3\x09\x6d\x74\xdf\x9f\x2a\x07\x74\x54\xda\x5f\x9d\xe4\x93\xf9\x73\x7b\x9f\xe1\x0f\xd4\x7a\xe2\x98\x61\x37\xd0\x38\xf7\xd9\x38\xd9\x57\xc5\x8f\x6f\x28\x2e\x2d\x2f\x32\x3e\x7a\x63\x45\x97\x32\x39\x3b\x9d\x58\xba\x64\xdf\x0b\xcd\x6d\xcc\xb4\xd3\x17\xb3\xe8\x88\x2f\xdb\x75\x67\x5c\x7d\x8d\xa6\xd3\xd3\x0b\x0a\x55\xfc\x00\xbf\x83\x64\x45\x4b\xf5\xde\xef\x73\x75\x32\x1d\xcc\xa2\xf4\x23\xb9\x87\x97\x3a\x38\xa6\x7b\x18\xea\x3e\x1d\xa4\x37\x18\xd5\x29\xe2\x0a\xa3\x7a\x48\x96\x16\x37\x8a\xeb\xf7\x40\x4b\x3d\xdb\x0f\x37\x5b\xdd\x8f\x5f\xb6\x2a\x1d\x7a\x69\x4c\xfa\x24\xed\xb5\xce\x17\x8f\x90\x83\x75\x5d\xa4\x77\x4c\xeb\x7f\xd9\x4f\xee\x95\x57\xad\x8f\xce\x41\x6e\x87\xfb\x60\x11\xcf\xd2\x9c\x5c\xb5\x27\xee\x6f\xda\xf1\xb1\x31\x3b\x1f\x2c\x4a\x3a\x8e\xfd\xfc\xf4\x25\x76\x05\xea\xd3\x01\x95\x4c\x50\xcf\xce\xf0\xf1\x43\x4c\x47\xed\xfe\xe0\x7c\x25\xca\xc5\x1f\x1a\x7f\x70\x57\x06\x49\x4a\xfb\x4e\x66\xe9\x02\x2d\x1d\x4e\xc6\xa4\xcc\xae\xa8\xd6\xb4\x06\x97\xc2\x32\x7d\x1a\x36\x67\x9f\x96\xcc\xda\xd2\xc1\x49\xa8\xb4\x90\xa0\xe8\x9c\xdb\x94\xec\x13\x34\x29\x2d\x1a\x5b\xb2\x35\x49\x63\x2b\x34\x33\x25\x76\x4c\xf2\xa5\x46\x99\x26\x16\xbd\x9d\xa3\xd1\xc2\x22\x9f\x1d\xe9\xaa\x25\xc9\x67\x9d\x7c\xb0\xc8\x67\x6e\x2c\x44\x5a\x14\x70\x70\xdd\xdd\x52\xe1\xae\x8a\x43\x95\x96\xe2\x31\xa6\x53\xb6\x28\xdd\x98\x50\xfd\xb4\x28\xdd\x98\xc9\x77\x6e\xca\x7e\xfb\xfd\x72\x4b\x6a\xa9\x6a\xe2\xe6\x9d\xaa\xe5\x89\x61\xe2\xdb\x75\x34\xb6\x64\x82\x00\x16\x28\x01\x3e\x9e\x95\x9b\xa0\x96\xf0\x06\x41\x66\x68\xa9\x22\x56\x75\x2b\xed\x7e\x6c\xad\x03\x43\x81\x1f\x4f\x7c\x61\xfc\xf8\xf4\xa5\xdf\x49\x6f\x2d\xd5\x25\xac\x96\xdd\xdf\xdb\xaf\x6c\x13\x87\x04\x68\x65\xc2\xe4\xd9\x9c\x9c\xa5\xde\x74\xa9\x4c\x6a\x2c\x45\x73\x4b\x60\xf2\x44\x12\x68\x49\xa2\x1b\x0c\x10\x6f\x8f\x01\xf9\x4c\x8b\x00\x27\x3c\xd9\x5a\x92\x00\x37\xa7\xb9\x61\xd5\xe3\xc0\xa6\xe0\x7a\xa3\xd1\x02\x6e\x17\x78\x76\xb5\x14\x78\x7f\x1d\x54\xba\x74\x8c\x91\xb3\xef\x38\x58\xa8\x00\x5e\xb0\xd3\x4d\x13\xdc\xbd\x4e\xdf\x5f\xa3\xc1\xb7\xa6\xa5\x50\xac\xb3\xad\xcf\x6f\xe9\x11\xa6\x50\x29\x4b\xea\x3a\x01\x32\x32\x4d\xa1\xcd\x0d\xde\xb9\x5d\xac\xbe\x54\x71\x0d\xa0\x77\xa8\x2b\x92\x96\xd4\x31\x47\x79\x6a\xb8\xb9\x51\x22\x48\x1d\xef\x47\xf7\x7d\x5f\x64\x32\xdc\xf7\xdd\x11\x54\x2b\xba\x50\x93\x6c\x6c\xa9\x4f\xc9\x91\x75\xb4\x07\x3f\x18\xfa\x49\x31\x9c\x81\x04\x0a\x75\x4f\x23\xff\xf2\x78\x6b\x09\x87\x89\x61\x63\xe8\x2d\x1d\x12\x92\x06\xb7\x39\x4e\x35\xea\x49\x72\xf5\x31\xa6\x16\x4f\xe8\xcc\x18\xd4\x19\x0c\x36\xd0\xee\x20\x67\xfc\xf2\xa2\x6b\x69\x72\x99\x61\xbb\x73\x28\x41\xd1\xf0\xe4\x5e\x3c\x68\x78\x3a\xb2\x46\x4f\xb9\x15\x2b\xd5\x1f\xf0\xdd\x41\xd6\x49\xfa\x5e\xda\x3b\x2f\x40\x5b\xd0\x1c\x4e\x09\x28\x27\x2d\x69\x11\x6d\x88\x4d\x69\x71\xa8\x8a\xe5\xa2\x25\x19\x14\x64\x39\x9d\xd7\x2f\xcf\xbe\x96\x4e\xaf\x73\xfc\x18\x83\x8d\x07\x08\x17\x81\x64\xcb\x17\x73\xe7\x98\xf1\xf5\xcc\x8e\x13\x87\x47\xc5\x98\xa4\x81\x13\x63\x4d\x4b\x8b\x2b\xe5\x0a\xd3\x4b\x17\xe6\xd7\x66\x45\x6b\x95\x9b\x44\x93\xfb\xff\xb6\x1b\x80\xa6\xbb\x1f\x2f\x5d\x10\x79\xe7\xe6\x2a\xd4\xe7\x4b\x15\x29\x87\xdb\xee\x86\xae\x36\x38\x66\xba\xf1\x93\x92\x34\xdc\xd0\x55\x89\x9e\x56\xcd\xe6\x30\x6f\x04\xf6\xb0\x26\x67\xdb\xf1\xe0\x8f\x5a\x3d\xc0\xf7\x8d\x29\xc5\x0f\x1e\x5c\x0f\x58\x05\x2f\x95\xdb\xee\xd3\x87\x88\x4f\x4d\x32\xc1\x66\x07\x1f\xae\xe7\x3c\xc1\x0f\xca\xad\xc4\xf4\x91\x5e\xb8\x7d\xb8\x8e\xdd\x94\xf8\x3d\x7e\x39\x55\xb6\xf4\xe2\xa8\xe4\x32\xbc\xfa\xf8\xb3\x54\x18\x11\x87\x24\xfd\xa5\xa2\xf0\xb4\x2d\xd6\x57\x0e\xf7\xfc\xfb\xfa\x83\x6f\xad\xfe\x15\x47\xfa\xd1\x42\x8a\xdf\xd2\xb7\xa5\x86\x8c\x24\xe9\x52\x0d\x89\x83\xbe\x7c\x08\x3c\x92\x4b\x39\x69\x48\x5a\xbe\xf6\xcb\x0b\xb4\xa5\x2f\x20\xc8\x36\xd9\x7d\xc9\x1f\x90\xe7\xdd\x2c\x8b\xdd\xee\xed\x0e\xb7\x2d\xfb\x95\x35\x53\x87\x1b\xf9\xbb\xa9\x93\x59\xc3\x54\x89\x71\xb7\xa5\x6f\x8f\xcf\x1f\x70\x55\x63\xd6\x32\xa6\x4a\x85\xea\x0c\x77\x96\x65\x65\x5d\x69\xeb\xa0\xcc\xa5\x0c\xc7\x26\xe3\x18\x11\xcd\xf7\x3b\xaa\xea\xa4\x8c\x3d\x77\x97\x51\xb0\x54\x42\xf2\x81\x9e\xcb\xf4\xe7\xa5\xff\xb4\xe3\xb0\x22\xec\x26\x48\x69\x78\x9d\x97\x69\x87\xd0\x72\x70\x53\x6e\x39\xc5\xcf\x1f\xd1\x92\xef\xb0\xf1\x39\xa2\x19\x3f\x82\x60\xe3\x67\xdc\x5b\x31\x36\x37\xdd\xd4\x3b\x32\x41\xf6\xc2\xb5\xf8\xdc\x65\x87\xdf\xe8\xc0\x5e\x58\x02\x5c\xd5\x8b\xea\x55\xe6\x62\x55\x6d\x29\x2f\xf5\x25\x4f\xb8\x01\xce\xea\xb9\x21\xb2\xe9\xad\x7e\x04\x7c\x45\x7f\x75\xee\xa7\x5a\xce\xb6\x90\xad\x09\x8b\x98\x73\x84\x27\xbb\xda\x42\xc6\x7c\x79\x04\x22\x68\x2e\x4e\x3c\x35\x15\x6c\x45\x1c\x08\x3c\xdb\x6b\x73\x22\x0b\x0e\x41\xdd\x32\x4c\xc9\xb9\x28\x13\xc1\x8e\x39\x2a\x3a\xd0\xfb\x8e\x3c\x96\x1e\x79\x33\x1a\x4e\x00\x5a\x11\xf7\x28\x2d\xeb\xaa\x82\x4b\x53\xcb\x15\x86\x8b\x3c\x96\x97\xb4\xa0\xc7\x41\xcb\x55\x73\x22\x1f\x57\x85\x65\xdf\x59\x52\x8a\xdc\x2a\x2f\xde\x5f\x66\xf5\x7d\xb8\xa1\xbd\x40\x73\xea\xcd\x6f\x1f\x2e\x0f\xe8\x69\xd3\x2b\x92\x6f\xf1\xea\x54\x62\xcb\xf0\xf3\xd8\xcf\x21\x4b\xbb\xe1\x06\x77\x73\x2a\x1a\x2a\xb5\x0d\x78\x53\x09\x43\xc8\x0d\xbd\x24\xdc\x47\x9a\x1f\xe1\x01\xf8\xf4\xd7\x8e\x60\x96\x83\x5a\x6d\x41\xd3\x62\xec\x97\xe0\x99\xd9\xf2\xf0\x07\xbf\x60\x86\x87\x3f\x9c\x90\x2b\x96\x70\xb1\xf4\x3e\x5d\x91\xd0\x22\x41\x37\xe0\xdc\xdd\x09\x86\x71\x1f\x11\x34\xd7\x9d\x3c\x2a\x5a\x9c\xbb\xef\x09\xe8\xec\x11\x0e\x6d\xee\xae\x08\x84\x39\x77\x3d\x54\x98\x99\x71\xf8\x03\x1b\x03\xf6\xdb\xc3\xb2\xec\x97\x0f\x46\x59\x02\x2f\x74\x2f\x8f\xb5\x3c\xc9\x93\xba\x58\x71\x39\x3c\x18\x03\x29\xa6\xd2\x8b\x71\xae\x21\x4c\x1b\xb8\x6c\xe0\xb7\xe4\x2d\x0f\x44\xcf\x5d\xdb\x83\x88\xcd\x60\x71\x54\xec\x8e\x75\x2e\x12\x88\x7b\x50\xcb\x53\x12\xe8\x4c\x79\xeb\xe9\x6a\xc3\x9b\x9b\x5d\xd4\x58\x18\x1e\x76\xbc\x0a\xb3\x44\x63\x7a\xb3\x42\x6b\x93\x69\x96\x38\x2c\x06\x9e\x13\xe4\x2d\x73\xa3\xa9\xe6\x92\x17\xff\x6e\x7b\xac\x18\x17\xdb\xf0\x9d\x01\x6b\xb6\x8c\x1c\x74\x58\xcf\x89\x50\xe0\xfb\xba\xd0\xf0\x0e\x7e\x3f\xcd\xd3\xaa\x27\x9f\xdb\x01\x36\x5d\xad\x73\xa9\x7c\xed\x70\xd9\x2f\x0c\xbe\xc8\x62\xf9\xd6\x21\xcd\x4e\xdc\x70\x03\x37\xd6\x9d\xfd\xc1\x3f\xb8\xb9\x83\xe9\x10\xc4\x54\xb3\x73\x27\xab\xed\x9e\x6f\x58\x6d\x97\x10\xcb\x6a\xbb\xf3\x72\xe3\xa6\x21\xa1\x78\x0c\x22\xe0\x03\x18\xe7\x41\x30\x53\xcb\x4f\xc6\x14\x6e\x99\x2d\x27\xd5\x5c\xaa\x64\x3b\xac\x88\x50\xb5\xa3\x4b\xf9\x9e\x01\x89\xf6\x83\xb5\x53\xc2\x03\xfb\xd8\x74\xb6\x89\xa5\x87\x10\xe0\xd5\xb2\xfc\xb8\x3b\xee\xc5\x8f\x47\x75\x0d\xd1\x4a\xd3\xb4\xb9\x8f\x0b\x61\x9e\xbf\x4b\xd5\xab\x30\xf3\xcc\xed\xe0\xd1\x91\x0b\xf3\xab\xaf\x0d\xdd\xf8\x1c\x10\x83\x83\x9b\x4e\x2b\x5a\x7c\x72\xe0\x71\xdd\xf2\x87\x85\xc1\xe9\xfb\xe6\xaf\x08\x89\x96\x3f\xbc\x85\xa4\xfc\xf0\xba\xe1\x3a\x7c\x78\x95\x23\x50\x17\xdc\x94\x0a\xd3\x5d\x54\x2b\x59\xe8\x02\x4b\x53\x63\x2a\x87\xf3\x02\xdf\x2b\xf0\x34\x82\x0a\x5a\x31\xac\x23\xfc\x80\xdd\xa9\x0e\x57\x8e\x8f\x88\x04\x7e\x48\x5e\xb8\xf3\x5c\xcf\x21\x96\xa7\x10\xa7\x81\xef\x61\x2b\x7a\x0e\x35\x9f\xbb\xe8\xcd\x1f\x26\x21\x85\x41\xf9\xfc\x15\xe4\xd1\x4a\x42\x5c\x86\x06\x94\xcc\xfe\x47\xec\x2a\x28\x95\xaa\x38\x25\xbb\xc5\x6c\xd9\xb8\x8b\xfd\x12\xd7\x19\xd5\x8f\xd7\x72\x86\x95\x2e\x16\x35\xa6\xbd\xc6\xc6\xa6\xcc\x5e\x16\x8b\x1a\x07\x1c\xaa\x14\x37\x34\x64\xa9\x14\x16\x04\x01\xa5\xc0\x7e\x5c\xa8\xc2\x4d\x18\x4e\x90\xad\xe0\x98\x23\x51\x2f\xc5\x4a\x2d\xb3\x13\xd8\x21\x65\xa9\xaa\x43\x79\xa3\x2c\xe6\x63\xc4\x4a\x2b\xaa\xaa\x1a\xb6\x0a\xdc\x47\x83\x46\xd1\x49\x87\x3b\xd3\x56\xaa\xee\x58\x74\x4f\x27\x1d\x6e\x06\x5b\x21\x74\xa1\xec\x97\xd0\x55\x1d\x43\xe5\x9e\xb3\x94\xdf\xd1\xb7\x52\xb7\xcb\x02\x65\x9c\x73\x76\xc5\x18\x6c\xd8\x64\x65\x87\x25\x38\x10\xbd\x73\x60\x4e\x65\xa9\xaa\x95\x68\xce\x56\x1a\x9e\x64\x70\xd7\xb2\x38\xdb\x90\xd5\x94\x66\xf8\x1b\x0d\xe0\x92\x48\x2c\x42\x2b\xad\xe3\x90\xe4\x3b\x27\xc4\xc1\x32\xa4\x59\x75\xa8\xa0\xb5\x26\x37\x8d\x1c\x4f\x82\x58\x16\xc7\x4b\xc9\x65\x69\xec\x44\x84\x96\x12\x6b\x27\xaa\xc3\x15\x1c\x13\xf1\x46\x6d\x05\x95\x37\x5c\x6b\x2e\xe2\xf0\xc2\x6b\x25\xb8\xa6\x77\xdb\xcb\x2d\x25\x3f\x25\xdc\x40\x74\x69\x71\xcb\xc2\xc5\x41\x2b\x72\x4b\x2e\xca\x5a\x89\x7f\x0d\x31\x6a\x45\x25\x99\xdb\xa0\x56\x96\x92\x5c\x76\x57\xd1\x86\xbb\x13\x10\x78\x52\x7b\x2c\x97\x32\x5c\xb3\xcb\xd5\xf1\x52\x81\xc7\x15\x95\xe1\xee\xf6\xe0\xee\xee\x70\xe6\x51\x86\xb3\xb3\xd7\x71\x45\x76\xaf\x77\x37\x04\x54\xa6\xa8\x0d\x17\x6b\x1a\xac\xa1\xad\x4d\x5f\xf2\x8f\x93\x7e\x5b\x2b\xf7\x2e\xbe\x64\x98\x80\x47\x6b\x40\xae\xb8\xb4\x68\x65\x78\x99\x43\xd3\x83\x40\x0d\x8f\x9c\x2e\x49\xc5\xb2\xf2\x22\x5d\xf2\xba\x8e\x4b\x98\x56\x06\xc4\xdb\x95\x5e\xec\xb4\xa6\x5d\x29\xa2\x80\x1f\x73\xdf\xb6\x8f\xd3\xc4\xfc\xea\x31\x5b\xaa\xee\x18\xce\x05\xaa\xee\xde\x92\xd3\x6f\x99\x54\x99\xa6\x86\xf3\x82\x1f\x50\x71\x2b\x2d\xae\xd9\xbb\x93\xa4\xda\xcb\x2d\x47\x2b\x8b\x6d\x16\xcd\x60\x05\x5f\xfc\x8e\xb8\x58\xb4\xcb\x7a\x29\x50\x50\x7b\xfb\xae\x89\x68\x21\x09\x19\xd7\x6e\x87\x37\x1b\x45\xbb\xac\xe3\xe4\xde\x2d\xbb\x01\xb0\xc5\x6a\x99\x2a\x27\x1b\x00\xda\x5d\x2e\xfc\xb9\x3c\xe1\x97\x33\x2c\x4d\xc0\x32\x3b\x5c\xc3\xab\xf9\x03\x7d\xbd\xe2\x57\xb8\x5a\x2b\x58\x60\xb3\x64\x00\x16\xac\x99\xa8\xc8\x82\x95\x09\x8a\x6e\x3e\x4e\x25\x2c\x38\x79\x40\x17\x07\xee\xdd\x63\x72\x8f\x5f\x71\x6f\xad\x10\x47\x9c\xec\x2a\x97\x73\xc7\x7e\x7e\x11\xa4\x40\x8f\x96\x7a\x5b\x94\x03\x0a\x4e\xea\x72\xca\x02\xff\x6d\x6e\xaa\x87\x60\x24\x78\xf4\x76\x9f\x1e\x1e\x5c\x1c\x72\x12\x7c\xb9\x70\x83\xa7\xc9\xbd\x70\x83\x97\xa4\xc5\x8b\xfd\x56\xcd\xec\x45\xf6\xab\xa1\xad\xa0\x0e\x4f\x4f\xc6\xa3\x1f\x3f\x1f\xe3\x91\xd3\x8e\xdf\x13\xb8\xd7\x85\x47\x2c\x2f\x2f\x86\x47\xd9\xc2\x5b\x7e\xc5\xfb\xb5\x82\xde\xbc\x37\xc7\xdb\x90\x8d\x6d\x05\x0f\x09\xcf\xae\x37\x7a\x43\xaa\xf6\x0e\x68\x8e\x3f\x4c\xca\x7e\x70\x72\x25\xc3\x44\xbd\xc6\x71\x32\x39\x98\x9e\xeb\x7e\xff\xf9\xf9\x43\x51\xba\xa0\x7e\x37\x8f\x83\xda\xb7\x74\x6f\x89\x04\x45\xfb\x43\x59\x22\xc1\xa2\x10\x94\x09\x04\xf3\xfd\xcf\x20\x12\xdf\x71\xe3\x4a\xeb\xf4\xf3\xa9\x7e\xa0\x09\xc5\xe7\x6b\x00\xda\xe9\x0b\xea\x75\x73\xf0\x4b\x9e\x28\x0a\x88\xe5\xdb\x73\xcf\x00\x96\x82\xdd\xf0\x97\x6b\xe5\x33\x98\xd8\xd6\x1e\x9e\xaf\xd9\xaa\xba\xfc\x28\x20\x10\x7b\x5e\x0b\xd3\x55\x75\x82\xc6\xe3\xb4\x55\xcc\xdc\x99\x29\xaa\x47\xc5\xfd\x76\x50\x76\x9f\x84\x3f\x04\xd5\xfa\x83\x93\x1d\x56\x85\xbb\x1d\x42\x65\x3d\x60\x6c\x18\xdd\x2a\x66\xee\x3a\x7d\xe7\xf2\x83\xc6\x1f\x5c\x28\xed\x97\x9e\xc5\x67\x92\x1f\xeb\x7d\x6a\x97\x3e\x9c\x66\x79\x67\xc9\x2f\x85\x08\xfb\x56\xd5\xc9\xa1\x07\x75\xe9\xe4\x8b\xbe\x52\x46\xba\x60\x79\xaa\xd1\xf1\x32\xaf\x9a\x20\xc5\x0e\x21\x39\x04\x2b\x25\x2a\x04\xae\x51\x93\x86\x39\x86\xa6\x52\x3e\xba\x35\x61\x36\x3d\x2c\xbf\xd8\x77\xed\xc5\x22\x63\x99\x0d\x59\x31\xa9\x47\xb5\xcc\x66\x80\x10\x57\x85\x9f\xc1\xce\xa8\x4b\xf8\x69\x44\x63\xb5\x8a\x4b\xb4\x22\x6b\xcd\x7d\x29\xa8\xd4\x4f\x6c\x69\x63\x2f\x54\x1c\xa2\x03\x2e\x5e\x55\xee\x07\x9b\xb3\xa2\xdc\x8f\x69\x9d\xde\xcb\xf9\xdc\xe8\x58\x9f\x13\x3e\xe7\xbc\x67\x6e\x02\x7d\x5f\xc1\x69\xb0\x61\xea\x12\x9c\xaa\xa6\xee\x5a\x98\xc7\x61\x59\xaa\xe7\xa4\x16\x5d\x41\xfd\x00\x7b\x3c\x34\xac\xa2\xf4\x4b\x01\x2a\x0e\x48\x52\xf4\x5a\x76\x57\xad\x49\x26\xcb\x30\xd1\xfa\x55\x93\xab\x57\xa1\x0a\x82\x95\xab\x50\x89\x75\x2d\x46\xad\x23\x6b\x55\xee\x0e\x0e\x57\xa1\x3a\x79\xbc\x84\x78\x55\xdc\x0b\x5e\x05\x68\xfa\xac\x55\xff\x61\xd6\x99\xab\x80\x43\xd1\xae\x22\x42\xa9\x94\xd6\xea\x91\xe1\x6b\x7c\x9a\xa5\x17\x55\xa9\x69\x20\x5b\x54\x42\x35\x35\x20\xd4\xc6\x8e\x81\xe2\xd6\x46\x20\xad\xad\xe1\x99\x54\xea\xf1\x3b\xfa\x56\x89\xe3\x2c\xf6\xa4\x39\x3d\xd3\xda\x0c\x44\xf5\x07\xdd\xb1\x99\x67\x44\xa1\xbd\x48\xe1\x62\x38\xda\x25\x0b\xb5\xe2\xb2\x2a\x0b\x4d\x37\x66\xd0\xc7\xfd\x52\xf7\x07\x46\x1b\x86\x03\x52\xee\xec\x4c\x9b\x5e\x22\xcc\x3a\x55\x94\x0b\x9e\x5e\xbe\xc3\xb9\x99\xfb\x07\x1c\xb4\x60\xc2\xb5\xdb\x82\x65\x66\xc1\x99\xea\xda\xa3\xe8\x6b\xe7\xfa\xd1\xdd\xd8\x59\x6e\xd7\xa2\x7b\xc0\x19\x27\x66\x7b\xaf\x28\xeb\x48\x36\xc6\xc7\x83\x1d\xe8\xe9\x55\xb2\x91\x10\xd6\xe1\xa0\xfd\xda\x41\xef\xaa\xb8\x58\x46\x2e\xaa\x48\x30\x15\x96\x50\xb1\xe8\x4f\x37\x94\x97\xc3\x1a\xd9\xeb\x20\x34\xc4\x59\xc2\xdf\x48\xd3\x7d\xc5\xdf\xc8\x5b\xbd\x3a\xed\xd3\xfe\x03\xa7\x4d\xf7\xca\xb4\x4f\x56\x3b\xed\x13\x53\x66\x4c\xa3\x83\x20\x70\xaa\xb8\xa1\x96\x60\x94\xb5\xbb\x55\xcd\x09\xd3\xa5\x5e\x92\x51\xab\x2e\xdc\x92\x6d\x16\x45\xa3\xbc\x2a\x55\x65\xaf\xa7\x03\x45\xf4\xaa\x4b\xb6\x69\xf2\xc1\xba\x64\x9b\x26\x7f\xa9\x4b\xb4\xa9\x51\x2d\x5f\x64\xea\xf0\x63\x44\x38\xc9\xd1\x69\x63\x96\x5f\x2b\x65\x08\x84\x0c\x16\x27\x80\xfb\x80\x63\x93\x54\x2e\x04\x54\x58\x2a\x17\x02\xc7\xf4\x68\x7b\x23\x20\x8d\xb8\xe8\x2b\x0a\x68\xbd\xbc\x81\xa3\x7b\x4b\xfe\x69\x44\x46\xb4\x7a\xdd\x3f\x7f\xcc\xc3\xf5\xc1\xf0\xaf\xd8\x52\x2f\xbb\x61\xff\x88\xfc\x53\xf9\xa8\x4b\x48\x52\x56\xaf\x88\x48\x6a\x7b\xf5\x66\xaf\x62\xd9\xab\xb7\xab\x50\xfd\x83\xc0\x4c\x69\xb6\xb7\x06\xb3\x5a\x11\xa1\xa5\x12\xff\x9b\x88\x1e\x97\x0d\x53\xc6\xa6\x4d\xb8\x42\x6f\xce\xb1\x84\xa7\xe6\x15\x77\xc5\xe3\x79\xba\x6c\xf7\xbb\x3a\xe4\xa7\xf4\xd3\x6d\x81\x7d\x63\x53\x5a\x9c\x9f\x0e\xab\x7c\xec\x28\xd5\x2c\xf9\x6a\xb1\x27\xca\x61\xdf\x98\x21\xec\x1b\x5e\xcf\x55\xe4\xab\x63\x8f\x40\x4f\xa8\x29\xc5\x7f\xec\x91\x3f\xb0\x84\x6e\xe1\xe7\xa5\x4c\x97\xf0\x84\xca\xbe\xaf\xfb\xf3\x44\x9c\xab\x4b\xa0\x1a\xdd\x33\xf9\xe2\x35\x21\x43\x45\x56\xda\xab\xfc\xb2\x8f\xe4\xd8\x2f\xce\xa4\x76\x6f\x3b\x3f\xf9\x0e\x2e\x31\xed\x77\x31\xaa\xad\xe2\x19\xb5\x77\xf1\x12\x98\x8a\xee\x1e\x15\xa7\x67\x2f\xfb\xea\xc7\x4e\x77\x45\x91\x61\xb4\x5b\xd6\xcf\x61\x2b\x16\x20\xc3\xec\x9d\xf1\x39\x6c\xa6\xc0\x4b\x82\xe9\x8a\x7e\x08\x99\x70\xe1\xa6\x70\xe3\xd5\x43\x43\xb8\x49\xfb\x87\xca\xe6\x1b\x94\xdd\x1b\x70\x92\x76\xe8\x7c\x9e\x28\xe3\x27\xcf\x02\xb7\xc3\xb5\xe8\xfe\x30\xd7\xc2\x37\x8a\x2c\x3c\x07\xb1\x29\x85\xd8\xc0\x92\x42\x9a\x3e\x4f\x2d\x79\x72\x7d\xce\x09\x80\x61\xb6\xcc\x46\xe1\xd4\x37\xfd\x91\x89\xcf\x6c\x0d\x8b\xbe\x97\x2a\x8d\xe4\x12\xde\xa7\x35\x92\x48\x10\xb5\xd1\x5a\x76\x62\xa0\xf6\x0d\x2b\xfe\xec\xfe\x20\x4d\x9b\x7e\x01\xa7\xaf\xd6\x84\x2b\xb4\x73\x51\x68\x1a\x43\x50\x2b\xfa\x48\x31\xb2\xe2\x89\x46\xd6\x6f\x85\x35\x41\x21\x68\xe4\x88\xa8\xd5\x8f\xd9\x7d\xd5\x77\x1e\x3d\x09\xe9\x06\xbc\x9a\xe8\xa8\xd6\x0a\x13\xe3\xe4\x91\xb5\x25\x69\xe6\x6c\x95\x99\xb1\x4b\x18\x4f\xd2\x01\xbd\x6a\x44\x38\x49\xc9\x1b\xf7\xfc\xa4\x3e\x6a\x8d\x7b\xfe\x44\xc4\x67\x6b\xa4\x7d\xd0\x19\xa0\x2d\x26\xbe\xe4\x00\xca\xe7\x5a\x12\x8b\xdf\x52\xdd\xec\x51\x63\x9c\x2e\x55\x23\x2a\x18\x06\xd7\xf0\x34\x4e\xe4\xc2\x68\xad\x71\x18\xab\x3f\x40\x4c\x39\x72\xad\x31\xce\x66\x45\x8e\xd3\xb1\x35\xe3\x56\x78\x89\x14\x3c\x81\x72\xd8\x82\x7b\xca\xc3\xe7\x8d\x1b\x1a\x46\xb0\xf8\x6f\xae\x6e\xaa\x70\x3d\x7d\x1f\x6b\xae\x0d\xc7\x65\x03\x6c\x00\x1c\xa7\x3a\xa7\xa1\x05\x1b\xdd\xa9\x20\x58\x54\x63\x76\xd3\x38\xe0\xea\x74\x76\x15\xfb\xbf\x75\x84\x3e\x4c\x14\xad\xdb\x6b\xd4\x99\xd6\x21\x0e\xf0\xdc\xd6\x75\x00\xf5\x2d\x99\x2e\x0a\x56\x1b\xac\x8e\x5d\x1d\xa4\xe4\x40\xaa\x6a\xc3\xbd\x40\xb7\x07\x5e\xf1\xee\xdb\xb1\x84\xe4\x5f\xcf\x07\xdf\xd2\xeb\x81\x0b\x1f\xac\xae\x61\x4c\x18\x6e\xc8\x41\x4f\x77\x5b\x9e\x1d\x3a\x37\xdd\x22\xae\xd4\xb4\x13\x96\x39\x3c\x1e\x4e\x2e\xd1\x4b\xf6\x03\x16\xdf\xf3\x38\x91\x8e\x76\xf9\x41\x2a\x61\x60\x53\x23\x93\xdb\x7c\xd2\x1a\xa4\xae\xe1\x99\xe5\x0d\x6a\x3b\x4f\x7c\xbf\xf8\xe0\x74\x11\x9c\xa3\xc5\x27\xc7\xe2\x3d\xbf\xa1\x6f\xed\x74\x96\x91\x6c\xda\x49\xdc\x3a\x94\xb6\x5d\x8c\x03\x26\x4a\xa2\xa4\xa1\x7d\x96\x4c\x49\x55\xae\xd6\x2e\x77\xa2\xc7\xf2\x62\x27\xba\x2a\xb8\x74\xa5\x4d\xa3\xb8\x3d\x9f\x2e\xc5\xa5\xda\x1d\xbe\xc5\x34\xd8\xfb\x0b\xba\xa9\x48\xdc\x08\x28\xd2\x4b\xb3\x11\x63\x9f\xbc\x40\x6f\x37\x13\x0a\x87\x69\xf8\xf5\x6a\x10\x25\x67\xd3\xa8\x6e\xde\x9b\xdb\x32\xa9\xc0\x6d\x73\x90\xe9\x76\x3b\xeb\xf4\x63\xb1\xbf\xa1\x97\x56\x7b\x18\xa9\x04\x48\x3e\xe7\xd2\x3f\xdc\xc0\x7a\xe6\x1e\x57\x92\xae\x3e\x9e\x69\x7b\x81\x7d\xbf\x3a\x7d\xcf\xc9\xe1\xf5\x25\x57\x63\x58\x13\x16\x8c\x6c\x4d\x1c\x09\x44\xd2\xf6\xb8\xc6\xc8\xcf\xed\x71\x8d\x29\xbf\xee\x28\x4f\x29\xee\xbf\x43\x8a\xfa\x4a\x74\x24\xb5\x2f\xee\x62\xce\xc0\x4b\x07\x11\x92\xda\xcb\x4a\x38\xe1\x2f\xfd\x43\x1d\x69\x18\x11\x12\x51\x31\xad\x61\x44\xa8\xbb\xa2\xc5\x13\x0e\xfb\xf4\x42\xa7\xbb\x95\xd2\x25\x44\x9b\xf6\xb9\xd6\x9e\x04\x6e\xd1\xab\x15\x2d\x2d\x7f\x1e\x4e\xeb\x07\x81\xe8\x7e\x40\x90\xad\x34\xe1\xe3\xf8\x4e\xcb\x1c\x5f\x4d\x2f\xb1\x98\xdc\x62\x75\x94\x59\x07\x16\x8e\x14\x5a\xa3\x41\xbe\x02\x56\x96\xb4\xdb\xc5\x41\xb7\xa7\x3f\x4c\x2e\xa6\x0a\x65\xe8\x1d\xbd\x8b\xa5\x75\x4f\xe2\x6d\x1b\x71\xf1\x89\x00\xcb\x16\x38\xfc\x92\x11\xa3\x05\xae\x65\x7a\x3d\x44\x62\x41\x77\x45\x89\xe1\xb0\xb8\x91\xcc\x7c\x41\xc3\x04\xf2\x1c\xd9\x8f\x2f\xb4\x6b\x7a\x9d\x10\x05\xd9\x19\xc1\x2d\x77\x22\xda\xa1\x45\x72\xcc\x56\xca\x44\x22\xb6\x04\xca\xb2\xd7\x32\x91\x5d\xb5\x4e\xb9\x33\x15\x34\x80\xb6\xbc\xdd\x58\x22\xe3\x5c\x97\x2c\xdf\xbc\x44\x03\x8b\x59\xb6\x76\xf8\xfc\xa5\xd7\xf4\x88\xeb\x84\x80\x4c\xc5\xe2\x95\xd3\xd3\x1d\x2a\xc5\x36\x06\xaf\x24\x98\xa2\x05\x4a\x71\x4a\xce\x51\x81\x79\xb1\x15\x82\xcc\x79\x04\xf4\xb7\x28\xc8\x16\x87\x15\xb9\x20\x48\x58\xb1\xb4\xe5\xa9\x3b\x62\x90\x74\xe9\xd7\x4b\xa7\x2f\xd9\x04\xb1\xe4\x10\x96\x40\x11\x56\xee\x36\x25\x5a\x4a\x2e\xc9\x62\xae\x53\xe7\x42\x82\xfc\x9b\x1e\x37\x51\x1d\x27\x15\xe1\x07\x4c\x5e\xb9\x16\x8b\x0f\xb6\xb5\xfd\x7f\x43\xe3\xa2\x39\xb3\x74\x71\xa9\xb6\x4d\xaf\xc0\x68\x76\x97\xa5\x6b\x36\x48\x0f\x1b\xfb\x07\x8a\x13\xc1\x04\x72\x1c\x48\x36\x90\x92\xee\x26\xb1\x34\xd9\x46\x0c\x79\x8b\x70\x06\xdd\xae\x61\xb7\x2c\x3b\x83\xbe\xe4\x39\xa1\x17\xe1\x0c\xba\x46\x78\xbe\x1d\x6e\x69\x63\x77\x5d\xdf\xc5\x61\xab\x7a\x69\x2c\x0e\xdb\xf4\x29\x8c\x90\x9a\xf8\xfe\xc7\xba\x33\x37\xdd\xc9\x84\x64\x07\x1a\xb1\xfe\x51\xb1\x34\xe2\x49\x60\x7e\x8b\xbe\xbb\xca\xa0\xb9\x27\xd7\x78\x18\x7a\xb8\x91\x94\xae\x45\x37\xc3\x21\x4d\x74\xfb\x0a\x5b\x0d\x72\x08\xa9\xb2\x47\x9f\xac\x17\x53\xd3\x5d\x6d\x38\x54\x0c\xe7\x8c\x9a\x96\x5a\xdb\xb4\xc4\xc4\xd2\x6a\x5b\xf3\x98\x71\x69\x1e\x2e\xfc\xf0\x08\x31\x88\xe1\x11\x82\x9c\x04\x61\x34\x6a\xec\x41\xa2\x1e\x0d\x51\xb1\x14\xd6\x46\x1c\x4c\x8b\x59\xfd\x80\x51\x93\x48\x50\x02\x17\x58\xef\x8b\x7b\x6e\xe9\xa2\x45\xe1\x3b\x4e\xd6\x01\x3a\x1b\x46\xb1\x24\x0f\x29\xb9\x6d\x54\x3a\x62\x71\xc2\xa9\x89\x25\x96\x3a\xb9\x84\xdc\x55\x5e\xdc\x6f\x1e\x98\xc0\x02\xab\x79\xf8\xed\xa5\x7f\xa0\x87\xf1\x92\x84\x50\x11\xe9\x65\x74\x65\x8c\x0b\x7f\x3f\x3f\x40\x21\x54\x6b\x8c\xa5\x11\x4e\x59\x45\xe0\xcf\x1c\x48\x46\x81\x3f\xb3\xfa\x7a\xdc\x1e\x33\xdf\x61\xe2\x3d\x72\x18\xcd\x75\x32\x09\x7c\xc2\x92\x71\x12\x41\x6a\x17\x15\xc2\xc0\xcf\x79\x7f\x00\x27\xd3\x7f\x2d\x9e\xfe\x2b\xd3\x5c\x8b\xc7\x3b\x45\xdf\xb9\x60\x2c\x3e\xbf\x75\xa8\xf3\x07\x8e\xa2\xfb\xe2\x21\x64\xd2\x91\xa1\xaf\x79\x13\x1e\x2f\x57\x4b\xd8\x31\xe2\x65\x17\xfa\xed\x8b\x44\xe6\x0c\x71\x1d\xbd\x3d\xe1\x03\xfb\xb7\x6a\x4b\xbc\xec\x73\x89\xc6\x6b\xcb\xc8\xcb\x81\xcb\x74\x41\xba\x08\xdc\xc3\xaa\x2b\xfb\xe9\xbd\x46\x8f\x3e\x7c\x54\x9d\x23\x38\x54\xb3\x81\x8f\x73\x8e\xe8\x15\xe8\x67\x06\x0c\x84\xbe\x5a\x9e\xc8\xc5\xa1\xca\x5e\xcc\xcf\x05\x5f\xef\x74\x33\x68\x34\xcb\x4c\x1d\x92\x6d\x3f\x5c\x70\x14\x89\x8e\x8b\xb4\x0e\x85\x7d\x71\xab\xa9\x4d\xb2\x9b\xd1\xf0\xb0\x4c\x27\xb8\x56\xe9\xc7\x49\xd9\xe7\xf8\xd8\x40\x95\xfb\xe1\x88\xab\x7f\x3c\x38\x9b\xa7\xdf\x91\xb7\x9e\x90\xce\x38\x31\x3d\x15\xca\xf4\x2a\xc1\x43\xf7\x73\x36\x7a\x6e\xfe\x31\xf8\xc1\x97\xa0\x7b\xcc\x71\xff\xb7\x64\x83\x8d\x5c\x2a\x45\x93\x6e\x27\xae\xa4\xc0\x13\x48\xab\xd2\xbc\xc3\xef\xa8\x74\x7a\xf8\x74\xfd\xb2\x32\xc7\xaa\xc3\xa5\x0e\xc7\x8a\x4a\xa7\x21\xb2\xeb\x7e\xc5\x3e\xec\x28\x68\x07\x4a\x66\x2f\x56\xea\x73\xb3\x25\xf2\x2d\xc9\xfa\x14\xf4\x3b\xb9\x25\x48\x6c\xd9\x3a\x2c\x24\x65\x28\x46\x37\x29\x9f\x15\xe1\x59\x95\xbc\x37\xea\x15\xff\x14\xf4\xaa\x4e\xf0\x89\xea\x70\xc7\x64\x1a\xd9\xb2\xdd\x66\xdb\x77\x98\xce\xb1\x7f\x40\x7a\xd9\xcf\x49\x6b\xe1\xd0\xc8\x1b\xa1\xe6\xda\x8d\x11\x65\xcf\x74\x7c\xab\xb4\x7c\x75\x6e\x97\xb5\x6a\xf4\x86\x1f\x93\x53\x81\x51\xb4\x4d\xdf\x71\x8a\xe8\x28\xfc\x66\x3f\x36\x00\xce\xea\x71\x6b\x85\xdb\x74\xae\x96\x75\x62\xeb\xe4\x7d\x38\xdc\x6d\x5c\x21\xab\xda\xf6\x70\x4b\x22\x03\x75\x12\x42\x18\x55\xd3\xe5\x36\x79\xff\x31\x98\x15\xbf\x60\xde\x77\x4d\xa4\xb1\x73\x31\xe1\x36\x47\xb5\xec\x9e\x74\x83\xa2\xcf\x1d\xb0\xdf\x1e\xaf\x3f\xf8\x07\x96\x78\x87\xdf\x59\xd9\x66\x99\x0b\x44\x68\x6a\xf7\x76\xd8\x6d\xd4\x6d\x81\x1e\x75\xa6\x02\xed\xa9\x73\x09\x5c\x5c\xb3\xc1\x1d\x59\xf3\x39\x57\xe5\xf6\x0e\x96\x72\x40\xcc\xfb\xb0\x7e\xe6\x8b\x3c\x12\xe4\x32\x6b\x7d\x50\xa7\x73\x87\xbb\xb3\x52\x49\x9f\xf6\x8d\x3e\x13\x41\xa9\xe7\x6f\x3f\x71\x83\xf1\x98\x9f\x89\x6d\x40\xdf\x4e\x52\xc4\x1e\x3e\xd7\x97\x9f\x7a\x30\x68\xea\x13\xd4\x31\x68\x26\xaf\xbd\x3b\x89\xd3\x64\xda\x1d\x83\xe6\xe1\xd6\xe7\xae\x36\xa9\xfc\xf7\x93\x79\x87\x2c\xf6\x53\xf7\x83\x5d\x2d\x5e\xbd\xdd\xe6\x6e\x7f\xf0\x2d\x26\x1e\xb3\x52\x27\x6f\x83\x06\xb4\x7e\xb1\xc7\x3d\xd6\x97\x5e\x4e\x1e\x97\xcb\x0e\xb2\x6a\x17\x4b\xee\xb1\xe3\x52\x96\xd8\xe7\xd6\xef\xc5\xcc\x9c\xc7\x5b\x89\xd6\x32\xe9\x2f\x11\x04\x3a\xb6\x41\x83\xe7\x3a\xba\x91\xb2\x64\x37\x17\x82\x7e\x3d\x9d\xcb\xd7\xdd\x16\xc6\x41\xfd\x62\xfb\x63\xbb\x74\xfa\x61\xc8\xfb\x7d\xe8\xc6\xef\x63\xb3\x3a\xec\x46\x41\xa2\xab\x2b\x29\xb1\xf7\xc7\xbc\x8f\xd4\xac\xae\xe4\x52\xbf\x70\x52\x78\x4c\x47\x23\x52\xd3\xec\xaf\x15\xd1\xf5\xd7\x8a\x9c\x64\x34\x1c\x85\x81\xfe\xf9\x01\x53\xf3\xa1\x44\x7a\x02\x3e\x87\x41\xc3\xe4\x05\x9b\x12\x1e\xd2\x82\x91\x4a\xab\xf5\xcf\x06\xd6\xfb\x03\x9d\x46\x41\x6f\xe0\xdd\x9b\xb4\xfd\x8f\x23\x63\x63\x0b\xca\x8d\x28\x9e\x49\x19\x9b\x2e\x9b\x69\x2c\xf6\xd1\xbc\xaf\x1e\x07\x11\x29\x9c\xbc\x71\x70\x60\x90\x49\x87\x6c\x82\x24\xac\x6d\xe8\xde\x8b\x80\x3a\xb8\x3e\x54\x6b\x18\x28\x35\x12\xf9\xa1\x4e\xc3\x09\x18\x89\x85\x60\x04\x23\x21\xe8\xda\x21\xd4\x95\x63\xbf\x6f\xc8\x3f\x22\xf7\xc8\x0e\x87\x9e\x6a\xe9\x2b\x3e\xaf\xb8\x58\x33\xe4\xac\xbf\x31\x1d\x42\xfd\xf0\x26\x71\x14\x72\x46\xd8\xf0\x52\x3f\xba\x2e\x0d\xa3\x10\x50\xe7\x00\x4c\x30\x6d\x9d\x95\x25\x80\x7c\x8f\x45\xa6\x07\x99\x60\xdb\xc0\xd3\x55\xaf\xed\x41\x76\x9f\x16\x96\x9f\x9f\x3f\xa2\xed\x77\x58\x57\x4d\x6a\xa3\x22\x17\x23\xe6\x0f\x3c\x88\x92\x56\xa8\xb1\xe8\x74\xd9\xad\x91\x98\x5a\xcb\xde\x20\xd8\x25\x69\xda\x1b\x38\xc7\x7a\xb5\x34\x16\x31\x1f\xcd\xd5\x6c\xf8\x85\x3b\x1c\x28\x75\xe6\x20\x8d\x40\x68\x43\xd8\x1e\xea\x02\x7b\x5e\x02\x53\xad\xf3\x18\x9c\x0c\x54\xb4\x81\x8b\x8e\x37\xa0\x23\x20\x55\x90\xc5\xa1\xb3\xaa\x3d\x5a\xe2\xf5\xf0\x3a\x64\x60\xfe\xd2\x43\x61\x68\xfe\xd2\x8e\x31\x06\x8b\x03\x9b\x1a\x98\xbf\xd4\x5c\x07\x74\x34\xa9\x71\x0e\x08\x69\xde\x1f\x54\x7f\xa0\x5a\xbc\x69\x7e\xd5\xc4\xbe\x40\x20\x1d\x78\xab\x7a\x27\x3b\x16\xf5\x2c\x05\x86\x3f\xc8\x7d\xa9\x86\x36\x88\x03\x21\x1b\x78\x1b\x93\x03\x3d\x7c\x0e\x47\xd5\xa1\x7d\xcc\x7b\x1d\x23\xbb\x84\x71\x2b\xa9\x10\x8f\xf9\xe2\x40\xce\x04\xe0\x35\xb3\x17\x77\x91\xc9\xac\x1b\xd9\x20\xbf\xa4\xc1\x25\x03\xcb\xd4\x74\x3d\x89\x29\xf4\x1a\x63\x5c\x17\x93\x64\x59\xf6\xcd\xe6\xb9\x4c\x52\x66\xa5\xc4\x0b\xea\x87\x30\xee\x7d\x31\x47\x99\x15\xb1\x22\xee\x55\x92\xb2\xf0\xc0\x84\xd4\xa0\xb6\x03\xeb\x90\xd7\x35\xe3\x31\xd3\x32\x44\x7c\x90\xe7\x30\x9c\xfa\xa7\xfa\x03\x33\x80\x7d\x68\xfe\x36\x07\x5c\x1b\x0f\x11\x74\x28\x53\x03\x17\x50\x72\x26\xb4\xb1\xe8\xe3\x34\x50\x6c\xe0\xdc\x69\x6c\xc1\x58\x54\x6f\x64\xbb\xf5\xa2\x3f\xc0\x70\x07\x5e\x26\xc9\x00\xa3\x81\xd7\xe7\xb4\x52\xc5\xec\xe6\xce\xc7\xeb\x33\xbb\x87\x5e\xe2\x44\x1d\xec\xeb\x8d\x05\xbc\x78\xbc\xd7\xaf\x1c\xd3\x6d\x2c\xf9\xbb\x64\x0f\xec\xbb\x93\xbe\xf9\xf5\x5a\x3c\x05\xa8\xb1\x08\xe8\x18\x9e\x58\x1c\x47\xca\x2e\x7b\xa3\x66\x19\x4f\x4c\x4f\x2c\xfe\xa3\xfb\x54\x2f\x02\x3a\xbc\xed\x18\x1f\xd2\x2e\x47\x6b\x2e\x3a\x69\x72\xeb\x36\x0f\x87\xb0\xff\x20\xa1\x35\x9a\xd8\xd4\x49\x83\x45\x9d\x84\x78\xeb\xed\x30\x31\xf8\x24\xd2\xd1\xb4\x79\xe0\x89\x8a\x26\x36\xc9\xe7\xad\xb7\xfc\x5c\xc4\xb1\xfc\x2a\x07\xd9\xcf\xf8\x38\xe9\xdd\xda\x28\x9f\x88\x07\x34\x40\x5c\x43\x92\x0a\x4c\x82\xb7\x55\x94\x27\x94\xd2\x38\xd6\x99\xd7\xcc\xef\xde\x65\xbb\xcd\x69\x9f\x58\x79\xc2\xd6\x72\xa3\x4c\xad\xd9\x3d\x37\xfc\xa2\xff\x4a\xd6\xdd\xa6\xe6\x1f\xe3\x73\x26\x99\xb8\xa3\xfa\x05\x29\x50\xf6\x73\x53\x83\x58\xab\xae\x8a\x9c\xde\x69\x24\xc4\xee\x13\xf6\x12\x14\xb3\x49\x24\x84\x5e\xf1\xb3\xc8\x34\x39\xb2\xb3\xe8\x12\x4a\x5f\x71\x8a\xf0\x7a\x60\x96\x4e\x56\x20\xba\x57\x06\x42\x07\xbd\x28\xda\xdd\x98\x8c\xe2\x2c\xf9\xbe\xb3\xe4\x74\x73\xd1\xa2\x30\x3a\xbd\x68\x69\xbb\x05\x76\xb4\xd3\xc7\x7d\x8a\x82\xe9\x54\x5c\x77\x07\x54\xa7\x0f\x5a\x31\x8d\x9b\x74\x66\x70\x39\x95\x7b\x4d\xf2\xc2\xed\xc5\xc2\x27\x22\x5c\x9f\xea\x86\xde\xb5\x32\x4b\xce\x37\x72\xbc\x7c\x60\x9a\xeb\x05\xfe\x3b\x65\x10\x7a\x92\xcd\x66\xe6\x20\x66\xcf\x9c\x2e\x08\x30\x93\x8b\x16\xa5\xdd\x89\x2b\xa9\x26\x87\xd9\x88\xfb\x46\x5a\x9c\x18\x97\xc8\x44\xdc\x66\xc3\xb3\x8d\xec\x40\x6d\x2e\x2d\xa0\x79\x3d\x3f\xc9\x53\x5d\xa1\x1b\x53\x8b\x92\x11\x42\x33\xa0\xb4\xc8\xcd\x13\xc3\x11\xe2\xc4\x24\xd5\xb4\xa2\xdf\x0c\xc2\x08\xac\xd3\x4b\x17\xfd\xc3\xe6\x62\x22\x63\xcf\x51\x3c\xfe\x60\x0b\x10\x4e\xc8\xd7\xc4\x9f\xd3\x9b\xfa\x49\xf2\x68\xaf\xfc\xa7\xa6\x9f\xc8\xbe\x14\xcc\x2a\x4d\x6b\xfa\x09\xb7\x34\xee\x10\xe4\x2c\x6b\x93\xf4\xd1\xad\xff\xd6\x41\x84\x24\x9a\xc9\x00\xdb\x39\x00\x07\x81\xb9\xcd\x61\xc8\x2f\xb3\xb6\xd8\x53\x28\x85\x90\x67\xb3\xe8\x9b\x3d\xc7\xee\x96\x7f\x10\x2d\x87\x68\x33\x49\xda\xa2\x23\xfc\x24\x5c\x9e\xf4\x8d\x6d\x0e\xa7\x1c\x82\x3e\xc9\x0a\x4d\x6a\x96\x36\xc7\x43\x0b\x0c\x9c\x18\x09\x6f\x81\xe7\x34\x39\x0d\x43\x22\xf8\x91\x44\x72\x6d\xce\xbe\xde\x97\x9e\x70\x6f\x93\x02\x4d\x6d\xe2\xf8\x60\x24\xce\x5c\xfc\x6c\x18\x81\x39\x17\x3b\x0b\x1d\x99\xe7\xc9\x70\xac\x74\xa9\x09\x61\x48\xc5\x5c\x6a\x42\xd1\xaf\x7f\xa2\x0d\xa8\xce\xcd\x25\xf3\x87\x8e\x85\x13\xd1\x5e\xe7\xa1\x79\x7e\x3c\xa7\xdd\x25\xe6\x87\x2c\x72\x5e\xc4\x29\x78\x7e\xbc\x35\x09\xe7\x0b\x07\x4d\x45\xca\x79\xd1\x21\x1b\xbb\x59\x51\x24\x9b\x79\x9f\x54\x64\x59\x5a\xcf\x28\xcd\xfe\xea\x54\xe3\x57\x69\xfa\x87\xf9\xd8\x30\x6b\xf3\x90\x7b\xdc\xdd\x8d\xc8\xaf\xcd\x61\x3e\xce\x16\xed\x02\x32\xa3\xee\x34\x1f\x97\xc3\x19\x22\x31\x4a\xf2\xec\x79\x37\xa2\x8f\xd8\x7c\x30\x8a\x49\x64\x1e\xd6\x09\xb6\x34\x5f\xa6\x11\x1d\x69\x62\x21\x4a\x21\xb5\xc2\x45\x52\xf9\x62\x92\xdb\x24\x49\x03\xc9\x55\xa6\x8c\x3f\x81\xb2\x51\x5e\x9a\xde\xc8\x6b\x78\x9a\x1f\x7e\xa5\x6e\x1d\x22\xf2\x74\xbf\x3e\xb9\x6c\x4f\x1a\x5e\xcf\xc3\xb4\x7d\x93\xb2\x4e\xac\xec\x9d\x13\x63\x10\x89\x04\xdb\x79\xa8\x91\x5a\x26\xb5\x05\x5d\x3a\x0f\x67\xa0\x52\xb6\x1b\x56\x04\x58\x02\x33\x7c\x26\x4e\x02\x0a\xe3\x99\x6c\x80\xbd\x73\x82\x13\xa4\x51\xe4\x24\xde\x4e\xa7\xdc\x33\x99\x4b\x9e\x8a\xc8\x17\x62\xc6\x8f\xd3\x50\x3a\xa8\xef\x99\xfd\xb6\x50\x66\xc2\xc8\x01\xd9\xce\x2c\x82\x8b\x3f\x18\xe4\x42\x99\xfb\x00\x60\x1d\xda\x59\x58\x67\x36\xe4\xe9\x7d\x80\x3e\xc3\x67\x61\x07\xc3\x1d\x4f\x24\xf5\xd4\x39\x0a\x67\xd1\xb1\xd6\x97\x18\x1b\x8a\xe7\x59\x0f\xca\x8d\x72\x42\x60\xb1\x6c\x5c\x19\x43\xab\x64\x9f\x47\xe2\x38\x2b\x3b\xd2\xc6\x16\x8d\x0d\x8d\x22\x27\x86\x13\x2d\x04\x67\xd0\x3b\x48\xcf\x49\x7a\x7e\xbd\x41\xce\x60\xe7\x15\xdf\x39\xb9\xa7\xb6\xbc\xf4\x1a\x9d\x5f\x4f\x92\x4e\x69\x44\x3c\x3b\xf5\xb3\x09\x4f\xa2\xb8\xb5\x7d\x9f\x9d\x7a\xa0\x09\x67\xa7\x3f\xf5\xb7\xc1\x59\x67\x47\x6c\xb5\x62\x23\xaa\x51\xc3\xcf\x25\x0c\x67\x3d\xf2\xce\xc9\xd9\x76\xd0\x67\x5f\x9d\xe2\xe8\x9d\xa7\x8d\xf0\xad\x67\x1b\x5d\xe0\xbc\xf0\xf3\x44\xe1\x3d\xbd\x5c\x35\x0b\xc5\x79\x35\x14\x1d\x2a\xba\xd8\x61\xa8\x8b\xe7\x92\x73\x87\xc6\x99\xd3\x33\x8f\xa0\x70\xde\x84\xfa\xb9\x49\x6e\x68\xad\x1b\x89\x20\x27\xef\x15\x4f\xfc\xaa\x0d\x31\x3c\x3d\xe7\xce\xea\xce\x73\x18\xfe\xc1\xfa\xc3\x7d\x4e\x2f\x3e\x75\xb7\x3d\x41\x96\xd2\xb8\x71\x3e\x0c\xcd\x33\x22\x05\x80\x22\x9d\x80\x4b\x69\x55\x39\x01\xe7\xd2\x22\x73\x22\xb0\x7a\x9d\x7d\x7a\xa3\x69\x06\x81\xd3\x43\xef\x3c\xbe\x36\x40\xa5\xb8\xee\x28\x65\x9e\xca\xab\xc3\x95\x7b\x9d\x60\x7e\xf8\x38\x55\xee\xb6\xaf\xd1\x23\x7a\x47\xc6\xee\x0c\x81\xbd\xd6\x39\x9f\xba\xc0\x5f\xeb\xa4\x4e\x83\x3b\x2f\x4f\x6a\x58\xb6\x81\xe9\x4b\x7e\x5c\x29\xdf\xa4\xfc\xa0\x4c\x94\xac\xca\xff\x95\xd8\x3e\x4c\xcb\x25\x08\x8c\x79\x8b\xae\x25\x4e\x4e\x4d\xe1\xd7\x52\x9d\xa7\x01\x14\xd7\x12\xe3\x66\x86\xaa\x5e\x85\x4c\x1d\xec\xff\x0b\x6f\x96\xa4\x6a\x73\x79\x24\x61\xc4\x97\x47\x52\x36\x7e\x71\x45\xa7\x0f\xeb\x55\x6c\x9a\x2e\x15\xc2\xb4\x10\x0e\x2f\x4f\x21\xb2\xd1\xb5\x14\xe6\x69\x8c\xdf\xa5\xc9\x92\x55\xbb\x40\xe8\xd2\xa4\x70\x91\xd6\x2e\x4d\x66\xfe\x6a\xac\x02\x26\x85\xab\x61\x60\x74\xcc\xe4\x7d\x28\xfb\x83\xf0\x03\x5a\x20\xab\x9d\x02\xee\xd5\x04\x91\xf1\x39\x62\xc2\x6e\x8d\x2d\xcf\x32\x5f\xc0\x7c\x74\x87\x69\x56\xbb\x66\xa5\x38\xa8\x55\x9f\xbf\x36\xe0\xc7\x84\xae\xd8\x23\x89\x01\xcb\x7f\x05\x11\x2a\x6c\xff\x2b\x70\xa3\x87\x0d\x5d\xc1\x41\x0f\xcb\x44\x79\xb3\x45\xae\x20\x8b\x06\x02\xf7\x05\xc1\x90\x09\x5d\x4b\x96\x1a\x7a\xce\x5f\xfa\xaf\x20\xa6\x5c\x62\x72\xb0\x99\x2f\x6e\xd4\xb4\xfc\x5e\xdd\xe9\x72\xde\xbb\xd3\xc5\xda\xe0\x64\x9a\x74\xf9\xba\x90\xab\xc2\x05\x59\xd2\xd3\x90\x17\x5e\xdd\xa0\x07\xe7\xa2\x23\xa7\xec\x0f\x88\xb2\x77\xb2\xbb\xe3\x77\xb6\x3b\x9a\x1f\x7c\xee\x42\xe5\xd7\xd3\xf1\x02\x2f\xca\xdc\x24\x97\x2a\xbf\x79\x77\xae\x81\x6b\x80\x13\x80\x97\xa9\xbe\x71\xd7\x92\xa9\x6a\xcd\xbf\xd5\x4d\xaf\xe1\xfa\x3a\xcd\x4b\xe0\xaa\x86\x3e\x5f\x43\x8c\x04\x6b\x5e\xfb\xbb\xf9\xf8\xf4\x7d\xbb\x85\xa1\x3b\xfb\xed\x8d\x7a\xe5\xfb\xa6\x74\xe3\x39\x96\xd8\xe9\xbe\xf7\x0e\x4f\x4f\xf1\x6b\x36\x7e\x60\xdd\xa7\xbd\x70\xc1\x26\xbb\xcc\x03\x81\x54\xa6\x4c\x73\x4d\x12\x0b\xef\x77\x50\x47\xdc\xeb\x64\xeb\x25\x6f\x74\xbb\x40\xd2\x50\x62\xbf\xa6\x89\xa5\xe8\xd1\x14\x8c\x85\x5e\x13\xf3\xba\xfd\x17\x2f\xa1\x34\x60\x94\x17\x41\xaf\x86\x1c\x5c\xa6\xf1\x75\x17\x60\x10\x96\x5d\x5d\x27\x01\x28\xc5\xf7\x1d\x81\xcf\x03\x77\x38\x86\x79\x12\xbb\xed\x6a\x9d\xa6\xef\xe3\xf9\x45\x8c\xa4\x9d\x13\x88\xcc\xe3\x73\x81\xa0\x05\xc7\xb8\xc8\x80\xa7\xdf\xde\x45\x96\x79\xe3\xbb\xaf\xcb\x3c\x7c\xd3\x97\x06\x0d\x33\x32\xf0\x2b\xb2\xc7\xe7\xc2\x89\x31\x5b\x7e\xbd\xf2\xa4\xfc\x61\x0c\xa3\x7c\x1b\x88\xce\xc0\x8c\x97\xd5\x1a\x71\xdd\xe4\x27\x46\xe6\xbd\xf0\xb9\xf1\x2e\xf0\xba\x85\x99\xb1\xcc\x8d\xc7\x61\x45\x24\x66\x41\x6e\xbd\x10\x2b\x95\xa4\x2e\xc4\xca\xac\x9c\x7f\x61\x49\xd1\x57\xfc\x42\xae\x34\xe7\xd9\xf5\x10\xba\xee\x1a\x73\xc1\xe8\x5d\xc8\xf5\x90\x39\xcb\x4e\x60\xf0\xcd\x0a\xa5\x17\xac\x64\xbf\x64\xc0\x2b\xc2\xdd\x85\xe9\x23\x2b\x32\x5f\x98\x82\xf5\x55\xbb\x10\x1f\x9b\x07\xf1\xc5\x6d\x08\x1d\xf5\x7a\x3b\xd7\xc5\x96\x49\x8f\x8f\x7c\x76\xbd\x98\xe1\xdc\x5d\xb0\x9e\xac\x4c\x7e\xbd\xc4\xe6\xca\x32\x5e\x38\x83\x87\x18\x53\x49\x56\x1e\xbe\xde\x97\x96\xed\x9e\x63\x40\xb0\xbe\x88\xbb\xd5\x23\xf8\xfa\xb0\xfa\x59\xeb\x17\x58\x49\xa9\x49\xb0\x49\x65\xe0\xeb\xfb\x57\x70\xae\x76\x7d\x5a\xc6\x7c\x6e\x56\x54\xfa\xf7\x19\xa9\xcc\xd8\x8c\x99\xf1\x7c\x11\x90\xab\x65\xf4\x3e\x9c\x3d\x04\xd1\x1b\xf3\xb4\x47\xea\x3e\xf0\x8c\xe3\xe3\x9b\xdb\xcd\xac\xd8\x77\x1f\x6a\xbb\x99\x72\x47\xcf\xac\x94\x07\x0a\x90\xb5\x22\xd1\xa1\xf9\xdf\xe4\xd8\xd5\x30\x76\x1f\x4c\xd2\xf0\x9d\xdb\x4a\xad\x88\x3c\x25\xd3\x5e\xe0\x76\x16\x7e\xf0\xfd\xc2\x1d\x6b\x77\xb2\xab\x1c\xaa\x1b\xdb\x76\x61\xc2\xee\x24\x3c\x21\xbd\x48\x92\x7a\x9f\xd3\xd3\xdf\x07\x9e\xde\xc9\x99\x2d\x7e\x45\x6c\x05\x1c\xe8\x36\x1e\x58\x71\xf4\x4e\xa2\x21\x58\xbe\xfc\xc1\x8e\x21\xd7\x84\x3f\xb0\xdc\xd0\xba\x3b\xe7\x5f\x40\x69\xed\xce\x6e\xc0\xea\x0f\x62\x4d\x31\x3d\x58\x80\x74\x3d\xbb\xb1\x00\x65\x05\xc4\x9b\x64\xbc\x46\xa9\xdf\xdc\xa0\x82\x99\xd0\x6e\xa0\xd2\xb4\x2a\xdc\x05\xef\x7c\x98\xd3\x5d\xb8\x69\x46\x0e\xbc\x4d\x9a\x3b\x7d\x4e\x2e\x59\xb4\x94\xdb\xdb\xd4\x61\x3d\xfa\xd1\x5b\x0f\x0a\xc5\x7e\x4e\xde\x79\x28\xc5\xad\x17\x6c\xf7\xdb\x0f\x6e\xc4\xbc\x54\xdc\x2c\x39\xe0\x37\x11\xc4\x2a\xb5\xb7\x4e\xb0\xae\x04\xc9\xfc\xcd\xf1\x71\x13\x0e\xac\xab\xc3\x5d\x35\x60\xf9\x5c\x28\x15\xea\x07\xac\x4c\x3d\xf3\xae\xd2\x61\xeb\xe7\x2e\xd1\xdd\x8a\x0f\xac\xd4\xed\xc6\x32\x63\x3c\xc6\x8d\x28\xa2\xb5\xfe\xc6\x8d\x67\xda\x16\x56\x79\x9d\xe8\xee\xe6\x79\x83\x85\xdd\x61\x94\x15\x3f\x10\x9b\x6b\xca\xbf\x1b\xd3\x7d\x76\x73\x07\x2c\xc9\x49\x0c\x53\xfe\xf9\xad\x41\x56\x7e\x1b\xbc\xc3\x60\xc2\x5d\x04\xcf\xbb\x03\x69\xd2\x15\xc3\x1a\xa3\x33\xd1\x1d\x92\x83\x6e\x6b\xef\x2f\xc4\xbc\x76\x73\x65\xaa\x13\xd9\xdd\xdd\xe9\x30\xf8\x9b\x78\x5c\x73\x4a\xdd\xe4\x91\x52\xb3\xbc\x3b\x5e\x03\x1e\x0d\x94\x8f\xbd\x0f\x86\x1f\x63\xd3\xbe\x01\xde\xd2\x74\x7d\x63\x64\x51\xd8\xbf\xf1\x6f\xf5\x8e\xe9\xe6\x72\x54\x5b\xee\x3d\xf0\xe8\x40\xe4\xba\x27\xce\x78\x28\x01\x37\x6e\xac\x92\x98\x1b\xf6\xbc\x87\x46\x48\xc8\xe6\x13\xf7\xc4\xa1\xc7\xc6\xc8\x49\xd8\x77\x45\xf4\xd4\x1d\xc5\x7d\x80\x3e\xe0\xf7\xa4\x61\x49\xcc\x62\xaa\x9d\x24\xa0\x0d\xc8\x93\x06\xe0\x45\x03\xf1\xa4\xa9\xe9\xdc\x64\x8f\xd8\x03\xe3\x9e\x34\xa7\xe4\x0f\xb8\x89\x20\x7d\xdf\x27\x95\x86\x2f\x11\xd1\x06\xc7\xbc\x71\x60\xf5\x6e\xe8\x36\xfb\x93\x39\x2c\x6e\x3c\x58\xa5\xf4\x37\x4a\x56\x96\x1d\xde\x78\xb0\x36\xbb\x84\x07\x6b\x4e\xee\xce\x0b\x3f\x19\x69\xcc\xe2\xb1\x26\xac\xb9\x2f\xe6\x2e\x7c\xe5\xf5\x7d\x6b\x15\xa1\x80\x8a\x08\x8f\x35\xc3\x79\xbb\x6f\xfb\xc4\x4b\xf8\xb2\x6a\x5f\xbe\x6f\xc6\x23\x29\xe5\x9a\x55\x8b\xea\x4d\x64\xea\x5e\x72\xdd\x40\xc7\x6f\x5d\x7a\xef\xd7\x8a\x19\x12\xae\xa0\xde\x64\xdd\xc6\x93\xa2\x37\xdc\xaf\x80\x02\x2e\xd1\x4b\x6c\x9e\x3b\x94\xb4\xf0\xd9\xcb\x92\x9b\x80\x52\x13\x3f\xde\x24\x6e\x4a\x9e\xe2\x4f\x50\x12\xcb\x5c\x71\x79\xb0\x3e\x37\x87\xe3\x83\x93\x69\x48\xbc\x3f\x43\x10\xe9\x12\x8c\x69\x27\x33\xbc\x31\xfb\x6b\xe2\x7b\x08\xc1\x34\x24\xe9\x39\xc4\x59\xce\x94\x97\x36\xaf\x00\xf2\x1c\xe2\x62\xac\x6f\x1f\xb8\x80\xf1\x8e\x4f\xb2\xe5\xe1\x1f\x48\xfc\x10\x8a\x07\x17\x4e\xa3\x2e\x1f\xe2\x17\xda\xfe\x18\x90\x4d\xc6\xfc\x60\x9f\x57\x24\x78\xb2\x15\x4d\x7f\xb0\x47\x54\xa4\x7b\x26\x67\xfd\xc1\x3e\x9f\xbd\xb9\x79\x84\x77\x09\x5f\xc2\x93\x6d\x3f\x07\x79\x04\x63\xc3\x93\x6d\x6d\x4d\xd8\x03\x09\xd7\x1c\xf3\x14\x76\x10\x64\xf8\x29\xbc\x83\xf4\xf9\xd4\x0e\xfe\x32\xef\x57\x0e\x13\x87\xe0\x21\xc2\x4f\x3b\xfa\xc3\x3d\x28\xb0\x7d\xed\x69\xdc\x06\xd9\x69\x3d\x1c\x11\x58\x9e\xe6\x88\xa9\x87\x74\x06\x9b\xf6\x3e\xcd\x86\xf9\x00\x2f\x10\xf3\x7c\x3d\xa1\xf7\x0d\x2b\xf5\xe8\x74\x38\x2c\x73\xca\x60\xea\x4f\xe0\x1f\xe5\x5c\x77\x46\x03\xf1\x7d\x16\xed\x99\x00\x37\xb7\x87\x98\x37\x59\xf4\x43\xcc\x5b\x06\x60\xa4\x3d\x83\x58\x73\xf6\xd4\x33\xf4\x95\xa2\x7b\x8b\x7e\x4c\x93\x2a\x3c\x48\xf7\xd9\xcb\xd5\x67\xda\x3d\x6a\x25\xbe\x4c\xcb\xfe\xb3\x24\xf4\xa9\x1b\xf1\x73\xfa\x31\xf3\xe2\x61\x75\x2e\x38\xac\x12\xab\xe7\x9a\x86\x8a\xd0\x55\x10\xdd\xcc\xae\xf5\x90\xd1\x2d\x1b\x39\xfc\x5c\x37\x50\x6c\x94\xb9\x1f\xf4\x5a\xe0\x59\x27\x74\x98\xa9\xe0\x41\xc2\xcd\xfa\xf2\x3f\x04\x55\x69\x8e\x7d\x1e\x99\x09\x63\xc3\x8a\x92\x75\xf8\x78\x9e\x4a\x3f\xe8\xf7\x73\xfd\x42\x47\x6d\xcf\x63\x4d\xd5\xaf\xc9\x91\xe5\x82\x92\x16\xba\xc1\x96\x1e\x20\x1f\xb4\xa2\x3c\xaf\x7e\xbb\x96\xdb\x2f\x68\xd5\xf6\x90\x81\xd4\x6b\x9b\xe7\x35\x43\x98\xdf\x92\x65\xc6\xd9\xe6\x68\x9b\x84\xe1\x51\x92\x2d\xe8\x13\x0f\x97\x7e\xc3\xf1\xe3\x1d\x91\x5d\x43\x9d\x23\xec\xd0\x47\xf2\x4e\x67\x9e\xe4\xcf\x87\x6b\x4e\x1c\x54\x72\x07\x9b\xbe\xd4\xc6\x20\x0b\xfb\x71\x27\xa8\x99\xfe\x7c\x64\x74\x81\xf6\x3e\xdf\xfb\x0b\x02\xb6\x3d\x38\x85\x13\xc7\xf1\x1b\xea\xf6\x2a\xbf\x1a\x88\x28\xf0\x95\x97\xd6\x00\x5f\x15\x93\x9c\xbc\xfb\xd6\xb0\x51\xae\x7e\xd0\xf9\x83\x1b\x6f\xfa\xf5\x9a\x55\x0d\x4b\xcd\x2b\xbd\x31\x66\x10\x74\xac\x62\x34\x20\xc8\x57\x65\xec\xd6\xd8\xf7\xe8\x1a\x02\x5c\x19\xbb\x00\xc0\x55\xd3\xa7\x00\x1c\xab\x66\x0a\x57\x70\xac\x84\x91\x6d\xe2\x58\x81\xe3\xd4\xc4\xb1\xda\xb9\x7f\xc0\xb1\xca\x7a\xba\x83\x63\xd5\xcc\xfd\x2b\x8e\x95\x04\x4a\x1c\x2b\x57\x14\x1c\xab\x2a\xf3\x06\xc7\x2a\x55\xce\x15\xb0\x54\x43\x87\x5f\x61\xa9\x0c\x2b\x04\x95\xaa\x1a\x24\x00\xe0\xd4\xd0\xe7\x1f\xc0\xa9\x94\x25\x9f\x20\x4e\x95\xb1\x2b\x32\x0d\x14\xe5\xe2\xc8\x2c\xbb\xf5\x20\x9f\x20\x4e\x0d\x73\x55\x80\x2b\xd5\xcd\x39\x04\xae\x54\xf3\xc2\x19\x58\xa9\x64\x2a\x4a\x51\xa2\x4c\x89\xf3\x92\x8d\xc6\xb4\xbe\x6f\x35\x7e\x6b\xf8\x07\x56\x54\x4e\x3d\x90\x51\xd3\x6b\x38\x20\xa3\x5a\xdb\x1f\x6b\x53\xf1\x1d\x2c\xfe\xb0\xe8\x57\x67\x70\x0e\x34\x90\x4c\x79\x38\xef\xd8\xa9\x76\xec\x38\x90\x4c\xd3\x10\x06\x10\x99\xa6\x9a\xcc\x2b\x99\xac\x96\x21\xc3\xd5\x77\xb8\xdc\x86\xfd\x82\xbc\xb4\x2a\xa2\xd6\x60\x5e\x6c\x01\x7c\x59\xbd\xbf\xde\x20\xcd\xc5\xfe\xe0\x42\x93\xa3\x77\x21\x5f\xa0\x77\xfd\x5f\xd1\x8e\x9b\xc8\x4b\xaa\x21\x2f\x37\x72\x63\xbf\x63\x38\x3a\x62\xc9\x8b\x33\xb6\xb6\xdc\x97\x1b\xb9\x5c\x1d\xb3\x51\x54\xb0\xde\x77\x09\x8a\x5d\x73\xdc\x8b\x09\x5b\x25\xfa\xed\xe4\x29\x74\x93\x77\x01\xa7\x19\x26\xa9\xd0\x34\x3b\x81\xf9\x34\xb4\xf1\xbe\x78\x97\x80\xb9\xdc\x80\x26\x6f\xc6\x02\x00\x46\x5e\xbd\x22\x7c\x87\xbd\x73\x65\x41\x6b\x4d\x6e\x23\xd1\x14\x6c\x00\x83\x90\xe4\x0f\x84\xa7\x16\x1e\x53\xa2\x93\xbd\x13\x01\xbd\x29\x9b\x77\x0e\xf0\xa6\xa6\xb1\x4c\xf0\xa6\x6c\x44\x25\xe8\x4d\xd9\x08\x56\xd0\x9b\x6a\xf6\x80\x20\x89\x1a\x79\xf3\x22\x88\x7a\x3f\x04\x04\x7a\x32\x68\xe5\x95\x91\x6c\xa2\xb0\x2f\xef\x6c\x81\xb0\xf9\xfd\xc1\xe5\x4b\xfe\x80\xf5\xe2\xb0\x85\xc7\x1f\xac\x8a\xf0\xb5\xdd\x1c\x9e\x99\xee\x97\xd3\x49\x62\x09\x31\xfc\xa8\xf9\x02\xdf\x94\xf6\x86\x24\x64\x2b\xe6\x6f\x45\x37\x60\x9b\x86\xae\x05\xc0\x36\xa5\x7d\x5d\xbd\x71\x9b\x90\x99\xc0\x67\x6a\x66\xa7\x14\x9f\x69\x3b\x80\x82\xcf\xd4\x64\x02\xef\x05\x20\x18\xa2\xcb\x4b\x00\x56\xd9\x1f\x93\x7c\x45\x72\x43\xfc\x95\x89\xe0\x5e\x12\xac\x85\xa4\xc1\xa4\xa3\xee\x07\xfc\xcb\xf7\x6c\xe2\x0a\xa3\xbf\x2b\xc8\x48\x2d\x3c\x9f\x8f\x8e\x9a\x3e\x17\x27\xcc\x32\xcb\xee\x11\xc3\x77\xc5\xb8\x3b\x00\x8d\x3a\x10\x1f\x0d\x3c\xa3\xe9\xb5\x2b\x78\x46\xdd\x54\x1b\xc0\x19\xf5\xe9\x54\x12\xaa\x14\x1e\x5b\xe5\x53\xed\x31\xc0\x16\x35\x60\x09\x1b\xb0\x45\xeb\x07\x7a\x84\x3d\x06\xf8\xe1\x06\x24\xd1\x50\x9e\x7e\x75\xf1\xc3\x72\xf4\x2a\xac\x6e\x6a\x68\x2a\x50\x87\x03\xbf\x52\xdd\x7b\xf1\xf1\x93\xed\x83\x3c\x24\xec\x78\x7b\xbd\x3b\x84\x97\x02\x3c\x94\x4d\x06\x09\xee\x50\x33\x4a\x48\x60\x7c\xed\xee\x9f\x6e\xe4\x1c\x55\x80\xf1\xb3\x6e\xfd\x60\xde\x37\xd3\xf6\x88\x79\x9f\x8d\x0c\xfa\xcc\xa2\x3d\x2c\x5f\xbf\x30\xce\x1b\xe0\x44\xc5\xe0\x6b\xf1\x87\xb2\x11\x40\x00\x10\xb5\x42\x4f\x81\xb4\x4f\x3b\xf7\x35\x98\xf6\xa2\xa2\x37\x30\xed\xd3\xf6\x85\x15\xd4\xde\x3b\x5f\x41\xed\xb3\x31\x32\xe0\x17\x25\xa7\x55\x50\x7b\xef\x05\x3e\x6d\x20\xdd\x26\x3e\x4e\x1f\xe5\x2c\x2f\xe4\x1d\x70\xe6\xbb\xef\x2c\x36\x54\x74\xda\x02\x69\x68\x9b\x87\xc5\x99\xcf\xf2\x2a\x80\xe6\x9b\xfe\x4a\x02\xcd\x6b\x76\x04\x50\x3e\xbc\x6d\x06\x50\x7e\x7d\xe0\x0f\xe8\xcd\x1c\x4a\xf1\x88\xb2\xe1\x25\x00\x12\x15\x60\x7a\x9a\x90\xf2\xd9\x10\x11\x00\x89\xa6\x32\x8d\x78\x44\xd9\x68\x0e\x00\x89\xc6\xd8\x65\x80\x0f\xa1\x69\x22\x0d\xe9\xb4\x2d\xd2\x50\x36\x86\xe1\xf3\xa2\xd3\x09\xe7\x8a\x45\x59\x1c\x74\xa1\xe9\x55\x1d\x80\xee\x69\xe7\x2e\x05\xb4\xbd\x2b\x3e\x00\xc8\x3e\x94\xef\x04\x64\xcf\x6d\x7f\x41\x5a\xf9\xe1\x07\x9f\x3f\x30\x22\xad\x1f\xd0\x16\x40\x88\x52\xd6\xc9\x4b\x14\x22\x13\xe5\x00\x42\x94\x34\xee\x0a\x42\x94\xe5\xbf\x82\xb2\x7b\x2b\x03\x08\x51\x33\x19\x1e\x18\x44\xcd\x64\xaf\x60\x10\x35\x23\xb7\xc1\x20\x9a\x92\x7e\xf1\x85\xcc\x79\x07\x98\xba\xf0\xf9\x0d\x30\xf5\xa2\xad\x05\x4c\xa1\xd5\x18\x95\x12\x3e\x1c\xfd\xb7\x17\x0b\x20\x0e\xad\xaf\x68\x92\xbb\x19\x1d\x30\x00\x16\x4a\x1e\x35\x30\xd5\x93\xb9\xe8\xc0\x54\x4f\x59\xd3\xc5\xa7\x37\xba\x3b\x87\xac\xdf\xda\xb3\x40\x1c\xaa\x86\x7b\x03\x9e\x5e\xc1\xde\x69\x62\xa7\x67\xed\x18\x60\x11\x89\xfd\xdf\x00\x46\x6f\xe6\x1d\x02\x18\x7d\xbd\x44\xd3\xdb\xe2\xc2\x68\x89\x6a\xca\x6a\xf8\x00\x13\xed\x80\x0f\x80\x89\x92\xce\xb2\xc0\x9e\x17\xef\x7e\x81\x3d\xaf\xfb\x78\xa1\x01\xe9\xff\xf3\xa9\x01\x69\xd5\x00\x98\x28\xab\x25\x08\x4c\x64\xe0\x2a\xb8\x44\xeb\x25\xfa\x2a\xf0\xb9\x67\x87\xfc\xde\x9a\xf5\xc1\x25\x6a\xb1\x5b\x20\x27\x19\x9a\xa1\xb0\x44\x26\x2d\x05\x96\xa8\x99\x08\x59\x4c\x73\x65\x78\xf0\x86\x46\xf2\xe4\xe0\xd6\x29\x6d\x06\x6f\xa8\xe9\x97\x2c\x74\x79\xd6\x62\x20\xde\x90\x71\xf0\x60\x97\x67\x43\xb6\xc1\x2e\x6f\xe6\x4a\x06\x7b\xa8\x29\x45\x7f\x32\x4c\x95\xe4\x0d\x52\xee\x56\x9c\xee\x6a\xd8\xd1\xb7\x15\x37\xbe\x3e\x4d\xda\xc4\xd7\x27\x64\x1e\x1b\x20\x30\x42\xdd\xb4\x12\xc2\x08\x79\x29\x0c\x5a\x50\x0b\x37\x0c\x60\x41\x5e\xb4\x7f\xb2\x3e\x69\xad\xa6\x9b\x7d\x32\x2f\x87\xc0\x98\x2f\xd7\xd9\x09\x5b\xcc\xaf\x0f\x27\x12\xcf\x51\xcd\x46\xe0\x78\x67\x3d\x58\x80\x14\x2a\xe6\x24\x04\x52\xa8\x19\x1c\xf3\x99\x91\xc3\x53\x43\x1a\x6f\x6f\x26\x80\xdc\x6e\x9b\x2b\x90\x94\x7b\x6f\x61\xa1\x06\x5d\xc0\x5f\xde\xf5\x7e\xb0\x34\x8a\xee\x2e\x7c\x80\xcf\x87\x4f\x81\x3b\x14\xb2\x20\xb0\xb5\x5b\xd9\xe5\xe0\x7d\x46\x06\xbc\xe0\x3e\xea\x0f\x08\xae\xcd\x77\x70\xf1\x28\x3e\x5f\xd3\x65\x86\x4a\x10\x85\xaa\x76\x32\x10\x85\x9a\x52\xce\x87\xb9\x48\xcf\x17\x80\x83\xaa\x8a\x3a\xf8\x40\x4d\xfb\xe4\x47\x36\x31\x33\x3f\x7c\x84\x65\xe5\x70\xcd\x70\xac\xd7\xf3\x12\xe0\xa0\xa6\x2b\x16\xf8\x40\x09\x40\xaa\xf6\x01\x5e\x61\x12\x15\x20\x81\x9a\xbe\x89\x1f\x78\x15\x5e\xb7\x7d\x1a\x85\x34\x04\x7d\xc4\x65\x79\x87\x0a\x3e\x50\xd3\xfd\x46\x7c\x20\x08\x5a\x00\x0f\xe4\xb5\x57\x1c\xf8\xeb\x20\x73\x2c\xda\xcc\xd5\xe3\x41\xb9\xf0\xad\xef\x38\xca\x4a\x99\x91\x2d\xb2\x1f\xa0\x03\x35\x6e\xab\x02\x74\xa0\xca\x61\x0c\xc0\x81\x5a\x5f\xba\x6c\x80\x01\x94\x97\x5c\xf2\x7f\x4c\xdb\x42\x80\xa0\x4c\x1e\xca\x00\x20\xa8\x12\xb6\x1a\xc7\xd6\x04\x2d\xeb\xf5\xc9\x28\x50\xf8\x80\x85\x0c\xc0\x82\xd6\xc7\xfe\x70\xf1\x83\x15\xdd\x88\x63\x0c\x63\x23\x17\xb7\x55\x26\x35\x17\x89\x8e\x02\xac\xa0\x86\x43\x6f\x80\x15\x94\x91\xc2\x03\xac\xa0\x46\xd2\xcb\x00\x2b\xa8\xc0\x69\x43\xa8\x20\x72\x82\x05\x50\x41\x8d\xac\xb4\x01\x54\x50\x1a\xf6\x21\xd3\x07\xa7\x12\xa6\x9b\xec\xc3\xe2\x9a\x0d\x87\xa5\x00\x12\xa8\x02\x2a\x16\x20\x02\x05\x2e\x95\x01\x1a\x7b\x23\x9b\x46\x1c\x04\xf9\x66\x6e\xca\xe2\xa8\xec\xec\x4e\x47\xf1\xf8\xec\x99\x4e\x90\x7d\x14\x19\x3c\x0e\x50\x2b\xb0\xc3\x06\x88\x40\x49\x63\x7d\x00\x09\x94\x0f\x17\x4e\xd0\xde\x83\x8a\xe4\x8d\xe4\x72\x8e\x03\xde\x88\xd6\x1d\xc0\x03\x95\xda\xf9\x78\xb1\xb7\x88\x4e\xb7\x71\x46\xf8\xf5\xfe\x43\x99\xde\x91\x9e\x0a\xbf\xb1\x38\x16\x7b\x0b\x5c\x4a\xe3\x00\x32\x8f\xeb\xb0\x38\x70\x3a\x82\xd2\xc6\x11\x62\xb1\xfa\x9c\x4b\xb9\x69\x3d\xee\x30\xa6\x22\x04\x0c\xf0\x1d\xf2\x5b\x38\x8d\x5c\x0c\x74\x77\x70\x48\x14\x86\x8d\xe1\xb4\xdc\x28\xe3\x80\x90\xdc\xc2\xdd\x1c\x23\x54\x8a\x4e\xd8\x5c\x63\x75\xc2\xb0\xe5\x6e\xcb\x8c\xa0\xbb\x80\xcc\x04\x58\x13\xc3\x5e\x77\xf6\x7c\xf1\x7d\x5b\x9e\x74\x8f\x5b\x85\x1c\xbc\x44\xd2\x0c\x2e\x22\xe3\xc0\x2b\x93\x9b\xa9\x38\x00\x98\x20\xd9\x5f\x1c\x30\x9a\xbe\x9f\x73\x68\xed\xe9\x64\x61\x3d\x06\xd3\xec\x7b\x6e\x59\x70\xf9\xf7\x3c\x7a\x93\x00\xe1\x09\xd0\x8d\x5a\xdf\x3f\x30\x04\xb7\xc2\x64\x08\x85\x05\x44\x35\x33\xec\x3e\x8e\xe9\x18\x98\x00\x52\x65\x98\xed\x2e\x8e\xc9\xec\xb9\x24\x60\xf1\x12\x93\x18\x40\x20\x65\x9c\xea\x03\xa4\xa3\x5a\xdc\x60\x42\xeb\xee\xa3\x46\xf8\x01\x79\x2d\xe3\xc0\x2f\x13\x73\x79\x80\x74\x54\x0f\x8f\xc5\x69\xcb\x6c\xbc\x73\xb7\xec\x0f\x64\xdc\xb5\x7b\xa4\x9d\xca\xfb\xf0\x70\x13\xd1\xed\x92\x69\xa7\x3c\x78\x97\x53\xe3\xd6\x20\x60\xab\xbb\x6d\x17\x37\x9b\xb8\xda\x06\xe8\x48\xa3\x48\xa0\x2e\xfb\xea\xb1\xba\xf0\xc7\x75\x40\xe4\xa6\xea\xfb\x03\x2e\x7e\x2d\xdf\xe0\xe6\xb9\xe7\x6f\xa6\xb8\x5a\xe6\x1a\xce\x63\x7b\xeb\x26\xf1\x3b\xe5\x34\x40\x4b\xca\x78\x7c\x05\x68\x49\x85\x94\xb6\x71\x10\xe6\xd5\x77\xd9\x7c\xca\x0e\x83\x38\x2f\x1c\x30\xe2\x78\xd4\x1d\x24\x81\xe4\xc3\x18\x12\x04\x59\x54\x65\x48\x8f\xd3\xe9\xec\x3c\xa6\xfc\xa1\x2c\xe4\x84\xab\xfd\x72\x71\x24\x5d\x7d\x31\x74\x79\x0c\x5e\xd3\xca\x5b\xc6\x0b\xab\xfb\xce\x94\x82\x50\x86\xc6\x92\x44\x3a\x8e\x57\x88\x1a\x1b\x70\x27\xb3\x8e\xc6\x3a\xb8\xf0\x98\x43\xab\x2b\xc4\xfd\xfd\xb0\x73\xdc\x80\x34\x89\x03\x69\xb3\x8b\xcb\xfb\x65\x56\x8e\x86\x31\x87\x4e\xc9\x1b\x8a\x27\xe8\x04\x71\xa8\x78\x22\x31\xc6\x01\x16\xee\x21\x9f\x21\x17\x66\x76\x94\x5c\xeb\x23\x98\x07\xc0\x4e\x13\x0c\xe6\x00\xd8\xa9\x81\x5a\x10\x02\x3b\xe1\x55\x1e\xa0\x34\x05\xfe\x45\x91\x34\x66\x02\x14\x13\xc0\x34\x55\xd0\x16\x02\x98\xa6\x8a\xb7\x60\xa4\x43\xb2\x37\x28\xc3\x64\x99\x95\x44\x92\x0c\x62\x96\x03\xcc\xa5\xc6\x9d\x5e\x24\xec\x91\xe0\x0e\x46\x4a\x98\xb6\xd8\xdc\x89\xfc\x17\x69\xbf\x43\xd6\x78\x66\x11\x2c\xa6\xe6\x7a\x27\x52\x5e\x00\x3b\x11\x09\xd7\x54\x99\x41\xf2\xb2\x85\x34\xd3\x91\x64\x55\x4c\x6f\xca\xf8\x93\x38\x62\xd9\x10\xb3\x95\x0a\x76\x74\xa6\x1a\xec\xa6\xc9\x85\x54\xa4\xf2\x62\x45\xa0\x61\x80\xe7\x8b\x0d\x93\x36\x91\xab\xbe\x10\x41\x69\x9f\x4f\x20\x94\x5a\xdf\x3f\xe0\xfc\x65\x45\x9a\x14\xf7\x3b\x8f\x1f\xd0\x1a\x17\xd4\xe4\x54\x0b\x00\x93\x8a\xe4\x23\x6d\x5b\xa3\xe5\x41\x92\x5b\x7a\xda\x76\x6b\x74\x69\xb1\x9b\x0e\xa4\x72\xa4\xcd\x6e\x7c\xce\x7e\x27\xf5\x6b\xa4\xf6\x31\x1e\x5e\x82\x0f\x91\x7f\x21\x52\x68\x09\xf1\xf9\x1a\x7f\x75\x9c\xc0\x28\xe0\x4d\x11\x80\x27\x65\xa2\x31\x03\xf0\xa4\x55\x29\x13\xb0\x18\xd1\x4c\xd0\xcf\xa4\x93\x1b\xec\x00\x94\xa4\x91\xed\x2a\x90\x0a\x06\x5d\x05\x28\x49\x85\x04\xd8\x01\x18\xd2\x4c\x8e\x0d\xc7\xb6\x0c\x8e\x42\x80\x86\xd4\x80\x7c\x08\xd0\x90\x46\xb5\x35\x23\x7c\x61\xab\x80\x15\x8d\xbd\x6c\xc4\x93\x49\x21\xd2\x10\xc0\x83\x6e\x83\xea\xae\x04\x93\x86\xbd\x70\x13\x2e\xad\x65\x64\x27\x0f\xad\x05\xb3\x73\x80\x5c\x34\x93\x1b\x49\xc6\x32\x6c\x61\x7a\xbe\xe8\xea\x24\x7a\x6d\x3f\x67\xb6\xc7\xef\x82\xe8\x03\xcc\xa1\x3e\x61\x40\x89\xb8\x5d\xbc\x96\x22\xe1\xa9\x4f\xf2\xe5\x48\x27\x12\x84\x3d\xf1\x3a\x1a\xef\x97\x00\x98\x68\xe0\x92\x1d\x00\x13\x35\x44\xf1\x48\xa7\x3b\xc8\x09\x39\xdd\xa3\xfc\x40\x42\x25\x0c\x88\x01\xd0\xd0\xd8\x6b\xcd\xdd\x55\xf7\x70\x70\xa3\x3c\x3d\x88\x44\xed\x72\xb3\x12\x60\x05\x8d\xe4\x50\x6f\x2c\xc0\xd6\x0f\xe2\xdd\x3e\x7c\x8b\xbe\x4f\x57\xf7\x86\x8d\x79\xc4\x6e\xcf\x2a\x65\x55\x0c\xb7\x95\xe0\x05\x6e\x6e\xef\xad\xc8\x78\x15\x89\x64\x11\xa8\x58\x91\x1e\x52\x62\x40\x8f\xd3\xa2\xcd\xb3\xba\xad\x5e\xa2\x88\xe1\x37\x69\xa7\xe1\xa3\x01\xaf\x98\xa7\xab\xfb\x72\x11\xe7\x80\x3f\xf2\x20\xc3\x64\x85\xe3\x21\x87\x5f\x00\xc7\x33\x92\x5b\x8f\xf8\x5b\xc9\x22\x68\x3c\x43\x91\x11\x34\x9e\x24\xb2\x54\x80\xc7\x33\xc9\xdc\x1e\xe0\xf1\x24\xad\x6a\x01\x20\xcf\xd8\xe3\x44\x99\x30\xd2\x25\x40\xe4\x19\xca\x83\xc9\x5c\x7b\xac\x2c\x80\x3c\x03\xbf\xb6\xc8\x52\x52\x78\x0a\x60\x3b\x13\x13\x6c\x00\xb6\x93\x24\xaa\x82\xed\x64\xfc\x71\x03\xb0\x9d\x02\x54\x62\xe4\x63\xcd\x36\x79\xda\x22\x03\x42\xca\x45\x4a\x00\xc2\x53\xc8\xaa\x14\x80\xf0\x14\xae\x58\x23\x1b\xa0\xc6\xcc\x67\xcd\x79\xcc\x85\xe0\x3c\xce\x11\xe0\x3c\x99\x14\x22\x91\xd5\x30\xdc\xa7\x79\x69\x18\x93\x40\xe6\xc8\x92\x6a\x26\x0f\x04\x9f\x8c\x23\x74\x80\xe0\x13\xf8\x2b\x06\x08\x3e\x95\xdc\x77\x91\xd3\x1e\x81\xad\x11\xfb\xcf\xd2\x02\xe1\x13\x78\x12\x45\x5e\xf4\x3c\xca\xe4\x83\xbc\x1d\x22\xfd\x23\xf1\x03\x1f\xe4\x4c\xb9\x53\xde\xdd\xf3\x8f\xfa\xf3\x47\x90\x12\x21\xf2\xa2\xf4\xa1\xec\x9a\x75\x7a\xc2\x3f\x32\x32\x29\x82\x3d\xdd\x00\xfd\x64\xdc\xa5\x43\x9c\x1f\xb1\x35\x03\xa0\x9f\xe0\x0e\x27\xc0\xf9\x59\x3f\xd0\xf1\xfc\xe2\x99\xe3\x0f\x9f\x3f\x30\xf7\x78\x55\x4b\x7d\xb3\x39\x02\x71\xc2\x8b\x5c\x38\x79\xd9\x32\x88\xc1\xd0\xb7\x8c\x5d\x90\x64\xa2\x01\x02\x90\xde\xa8\x01\x88\x4f\xc4\xfe\xf6\xa5\x6c\x03\xe8\xa2\x30\xf7\x5c\x49\x98\x8d\x84\x21\xb6\xcf\xe1\x40\xab\x98\x63\x30\x6b\xc0\x7d\x82\xbb\x8e\xc8\x02\x27\xb8\xa2\x44\xab\x65\xfc\x9c\x03\x44\x9f\x52\x9d\xbe\xaa\x0b\x98\xcf\x0d\xe9\xa2\x17\x55\xa2\x49\x2f\x0c\x56\x6b\xbf\x8b\xc3\x8a\x4c\xa8\x33\xfb\x3e\x63\x2f\xdc\xeb\x45\xa0\x73\x76\x47\x10\xdc\xdc\x77\xbd\xf8\x6b\x70\xe4\x72\x98\xaa\x9c\x6f\xc9\x2a\xc1\x0d\x7f\x00\xe3\x53\x9b\x3b\x11\x3d\x28\xcf\xfd\x01\x10\xd0\x8e\x1a\x45\x08\xcf\xe1\xc8\x04\x3d\x2b\x7d\x64\x9c\xac\xf1\xae\x89\xac\x1d\xcf\x65\x0f\x2f\x1f\x7d\xfe\x79\xfd\xb2\xca\xb0\xa5\xec\x6e\x15\xea\xc7\x4e\xa0\x07\x49\xc5\x32\x41\x69\xc4\x7c\x47\xc6\x40\x87\xe3\x43\x80\xfa\x93\x84\x2c\x0f\x60\x7f\x2a\x0e\x62\x91\x85\x63\x45\x61\xcd\x1b\x73\x8f\x4a\x87\x37\xc6\xcc\x36\xc0\x02\xc5\x5d\xbf\xd8\xd8\x94\x60\x00\xdd\x0d\x64\x40\x80\xba\x53\x48\x47\x13\x82\xee\x84\xfd\xd7\x6d\x6a\x7a\x7c\x26\x02\xf3\xa0\x5d\x6c\x6c\x4d\x6a\x33\x65\x99\xb4\x35\x39\x9f\x12\x83\xe9\xf9\x74\xb6\xb8\xad\x0a\x8f\xdb\x34\x27\xbd\x65\x61\x50\x28\x9f\xea\xc3\x7c\x7c\xe2\xe0\x26\x09\x03\x6e\x00\xa3\x5f\x80\xd2\x93\x8a\x4a\x50\x06\x6f\x80\x54\x06\x91\xcd\xc9\xeb\x61\x53\x07\xb2\xa7\x27\x21\x65\x87\x15\x11\x77\xef\x1e\xba\xc4\xe1\x60\x98\x97\xf7\x70\x34\x40\x6c\x9a\xa2\x47\xbe\x44\x4b\x43\xb1\xca\x28\x28\x45\x7a\x06\x6a\xde\xe1\x12\x5c\xfb\x34\x53\x7e\xfd\xc0\x1f\x50\xa6\xdc\x38\x70\xbf\x3d\x1c\x51\xbe\x0f\x77\xce\x8d\x89\xc5\x45\xbb\x85\xfa\x60\x91\x6f\xdd\x2a\xfd\x18\xa8\x0f\xd8\x22\x78\x3f\x99\x3c\xd8\x21\xdc\x4f\xf5\xd8\xdd\xec\x52\x57\x8d\x24\x4a\x45\x23\x43\xc6\xd3\x83\x40\xc0\xc8\x37\xdb\x54\xb2\x7d\x43\x77\x9c\xc7\xfb\xf3\x03\x6a\x7d\x84\xdb\x62\x92\x04\xd6\xc3\xf6\x1a\xe2\x03\x81\x54\x1d\xf9\x31\x8c\x8c\xaf\xf1\x0c\x19\x3e\x6e\xbe\xcf\x38\xc1\x2d\xe8\x0e\x87\x34\x4d\x65\x97\x91\xf4\xdc\xe4\x78\x87\x85\x8c\xe7\x71\x08\xd6\x49\xc6\x68\x39\x95\xa8\x41\x12\x61\xc1\x81\x6c\xec\x05\x93\xc4\x3d\x0e\x18\x81\x4a\x0b\xd8\x40\xab\x13\x0c\xf3\xe5\x86\xc8\x9d\xfd\x9a\x07\x94\x91\xa1\x6a\x11\xd5\x19\xf9\xdd\x89\x4d\x28\x0b\x0b\xe7\xf3\x9b\xf9\xa5\x43\xf8\x8e\x55\x39\x21\x56\xc2\x22\x99\x59\x1a\x55\x6d\xee\x0a\x34\xaa\xa2\x3c\x0b\x12\x51\x1a\xc7\x6f\xc5\xb6\x0c\xe8\x9f\x69\x6b\x22\xa3\x70\x65\x8f\x03\xb9\xa0\xaa\x04\xe0\x73\x62\x1d\xec\x47\xb6\x6f\x17\xe2\xf3\xf0\xf9\xc1\xda\xde\x9a\x7e\x32\x5e\x2a\xe1\x84\x93\x18\x6a\x73\xae\x8f\x09\x44\xb2\x04\xd8\x68\x55\x3a\xf9\x23\xa9\xd2\x51\xe6\x6e\xa6\x58\x96\x46\x5a\x1e\x8b\x89\xd1\x58\x21\x09\x6f\xf3\x53\xb3\xb9\x50\x86\xeb\x93\xb9\x2f\x8a\x61\xe9\x6c\x1e\x91\x89\x70\x80\x88\x92\x34\xf4\x77\xca\x00\x30\xe3\xf0\x1d\x40\x16\x15\x72\x47\x44\x21\x9b\x7f\xeb\x7e\x2c\x98\xce\x5a\x08\xa1\x8c\x14\x5a\x81\x32\x4a\x0a\xee\x45\xc7\x65\x16\x14\x24\xa3\xca\xa5\x62\x14\x93\xf9\x4e\xdf\xc7\xac\x98\x7d\x67\x20\xff\x51\x9c\x22\xfb\xf9\x0e\x49\x61\x8b\x6d\x71\x90\xa6\xe5\xb5\xd0\xdc\x6c\x46\x21\xae\x89\x1c\x37\x01\xa8\x51\x23\xd1\x67\x08\x6a\xa4\x4d\xae\x14\x9c\xaa\xaa\x65\x12\xd6\x3a\xc6\xc5\x51\x0b\xd9\xbb\xa2\x98\x37\x9f\x4d\x25\x5e\x91\x71\xe1\x01\x5e\x51\x51\xe2\x05\xaf\x28\xd7\xea\x07\x1e\x17\x06\x50\x25\x4e\xf0\xf8\x62\xde\xfc\xe4\xc7\x4b\x44\xde\xf5\x08\xe5\xe8\xb7\xec\x82\xea\xeb\xfa\x45\x53\x3f\x56\xc8\xe2\x24\x02\x36\xa4\x26\x0c\x44\x50\x06\x9f\x2b\x80\x08\x2a\xcd\x01\x84\xbb\x06\x01\x51\x8c\x20\xf5\x2b\x31\x82\x3c\xa7\x60\x04\x25\x6d\xa1\xc0\xff\xe4\xe9\xcc\x05\x01\x5e\xf0\x07\xd0\x7f\x1a\x2e\x68\x21\xfa\x8f\xb7\xcb\x01\xfa\xcf\x24\xce\x2e\x4a\xb8\x3f\xf6\xd7\x00\x67\xc0\x75\x80\x05\xca\x7b\xde\xcd\x9d\x0f\x35\x02\xfe\x67\x72\xaf\x18\x22\xfb\x00\x70\x1f\x02\xfb\x90\x94\x2b\xc0\xef\x69\x65\x97\x2f\x08\x2a\xf5\x70\x0f\x36\x5c\x6f\xd2\xdf\x17\x2e\xf6\x42\x60\x9f\xea\x66\x04\x37\xaf\xba\x19\xf1\x04\xcc\xae\x13\x9e\x23\x5c\x7d\x45\x31\xc2\xc8\xc5\x27\xa4\xbb\x3a\x5d\xc3\x86\x19\x25\x5a\x64\x21\x65\x67\x88\xeb\x53\x3d\x36\x98\x21\x4b\x72\x2b\x0f\x68\x8d\x67\xc8\xfc\x81\x0e\x79\x6a\x55\xa5\x85\xb9\xbb\xca\xd7\xc4\x71\x12\x5c\xba\xc4\x5e\xd0\x4b\x7c\xde\x7d\x89\xb5\xe5\x26\x8c\xb0\x80\x00\xe5\x27\xef\xbd\x76\x5a\x93\x1d\x3c\xcd\xf5\x43\x4d\xb0\x5d\x2e\x24\x43\x94\x9f\x92\xf2\xef\xb0\x9b\x03\x08\xa0\x4c\xbc\x68\x00\x01\xb4\xbe\xa2\xfd\xd3\x60\x1b\xab\x43\x68\x83\x1d\x94\xed\x2d\xed\x3b\x6c\x09\x0f\xee\xe9\x5c\x15\xff\x40\xaa\xc4\x08\x00\x4e\x50\xd3\x34\x04\x4e\x50\x2b\xbb\x81\xcf\x0f\x98\x9f\xeb\x58\xc7\xd5\x83\x42\x9a\x7c\x52\x51\x04\x98\x41\x4d\x73\x5b\xb9\xbc\x8a\xa2\x17\x5c\xb2\x55\xe7\x19\x97\xcb\xa2\x86\x56\xae\xed\xc0\x4d\x79\x77\xc9\x9a\xe8\x92\xdd\xbb\x5c\x3e\x77\x1d\x3e\x29\xfb\xd0\x5d\xbb\x4f\x74\xf0\x5e\xd2\xfd\x3e\xed\xdc\xcb\x15\x49\x2c\x32\x40\xd1\x86\x52\xb0\x77\x96\xfd\x81\xc1\x50\x96\x21\xee\xd2\xc0\x9b\x16\xec\x06\x00\xb9\xdd\x43\xf4\x10\x2d\x60\xbf\x65\xe3\xfb\x5c\x3f\x3b\xf0\x8f\x32\x1b\xc4\x3d\x4b\xea\xdf\xbd\x0e\x8f\x95\xfa\x8e\xdd\xb6\xe5\xf7\xe0\x07\x5e\xd2\x9b\xdb\xd5\xc5\xa9\xb3\x24\x49\x28\x81\x4b\xfb\x78\x11\xf6\x5a\xf6\x73\x94\x23\x98\x37\x20\x3e\x79\x4f\xe5\x8b\xf3\x96\xeb\xf0\x41\xc6\x5d\x37\x10\x70\x4b\x92\x9e\x7e\x22\x2a\x33\x36\xb9\x21\xf1\x3c\x51\xe4\x86\x48\x53\x42\xf4\x94\xe4\x41\xe5\xa2\xae\x48\x83\x3e\xc2\xc7\xba\x4d\xbc\xbe\xc4\x02\xa1\x42\x93\xba\x2c\xc4\xe2\x21\x9a\x36\x80\xe2\x49\x38\xd1\x06\x50\x3c\x99\xf4\x09\x01\xe2\x4e\xe6\x6e\x3d\xaa\x4e\x2d\x2c\x15\x90\x39\x8d\xd8\x9e\xa8\xa6\x3d\x64\xd9\x84\xcc\x29\x69\xf8\x03\xe1\x79\x56\x84\xaa\xec\xce\x05\x1b\x27\xe1\xad\x19\x60\xe3\x14\x92\x8e\x04\x10\x38\x1d\x08\xa0\x00\x02\xa7\x91\xfe\x2f\x80\xc0\x29\x9a\xc1\xaa\xb0\xb4\xbb\x47\x89\x54\xc1\xcd\x06\x5c\x37\x6b\xc2\x94\x89\xaf\x6c\x6c\x0c\x1c\x68\x36\x50\x37\x4d\x4b\x23\x38\x36\x85\x3b\xf7\x10\xc6\xa6\x70\x27\x1c\x55\x90\x5a\x64\x22\x70\x6c\x92\xd6\x01\xd0\x67\x9a\x6a\xac\xe8\x33\x65\x4f\x5e\xc1\xa0\xc6\xe2\x02\x39\x53\xa6\x63\x28\x06\x92\x58\x7e\xfd\x80\x41\x2c\x55\x34\xf0\x88\x0a\x80\x65\xd6\x0f\xf4\xa9\xda\x57\xbe\xa8\x46\x77\xf1\x41\x25\x02\xa9\xfa\x41\xfc\xfc\xa1\x96\x01\xe0\x4c\xf5\xb0\x8a\x37\xa3\x7e\x26\xde\x4c\xc9\xfb\x0f\x33\xd0\xf0\x52\x23\xdb\x9a\x75\x36\xb7\x1e\xf3\xd2\xf6\x16\xee\xbf\xa3\x71\xb5\x29\xa5\xd1\x13\x40\x67\x94\x47\x80\x8c\x99\xca\x35\xb5\x6d\xb7\x68\x66\xb0\x49\x12\x58\xec\x66\x3a\x24\x9a\x27\x14\x47\xf3\x2c\xc0\x30\xa9\x64\xc7\x1d\x6a\x24\xac\x8b\x1c\x10\x91\xb4\x86\x33\xe8\x9e\x0b\xfd\x3c\x29\x2f\xed\x72\x78\x60\x41\x86\x99\x78\x1e\x04\xc8\x30\xa9\x64\xd4\xda\x2a\x0f\x84\xc9\x02\x0d\xd3\xbb\x33\x32\x48\x35\xe8\x78\x86\xb3\x60\x4d\x22\xbd\xc0\x58\x40\x7a\xc9\xfb\xd4\xe0\xf3\x51\x48\xb6\x17\x75\x90\xdc\xc6\xbe\x0e\x73\x43\xf1\xd2\xf4\x32\x9d\xb9\x45\xd9\xcc\xb6\x30\x01\x05\xf0\xa8\x4c\x53\x23\x85\x7f\x34\x6e\x89\xe9\x1e\x37\x6b\xc5\x6e\xe3\xb7\xb1\x37\xc1\x34\x89\x93\xef\x90\x2d\x0d\x56\x07\x6c\x4b\x1f\xbe\x7f\x6e\xef\x42\xca\x6d\x0d\xd3\x33\x0d\xd8\x1c\xde\xe9\x51\xe5\x34\xb2\x71\xa0\x5a\xfa\xdc\x1f\x10\x9f\xb0\xcb\xd8\x2f\x8a\xef\x30\xf3\xa8\xd1\x55\x4e\x03\x16\x5c\x00\xd5\x52\xe5\xd0\x20\xb5\xac\x1f\xf8\x1a\x6b\x69\xd9\x65\xfc\x82\x9d\x8b\xcb\x31\x43\x13\xeb\xa5\x97\x81\x65\x67\xd5\x35\x91\x09\x65\x64\xb1\x7a\xb9\x70\x96\xb5\xfb\x5b\xed\x8d\xac\x67\xb5\x6e\x38\x7b\x48\xee\xb0\x7d\xae\x2f\x70\x3a\x21\x7d\x00\xba\x34\xef\x00\x40\x74\x19\x5e\x93\x80\xe8\xa2\x1f\x5d\x88\xe8\x22\x1a\x5e\x80\xe8\x32\x40\x70\x0a\x10\x5d\x8a\xbc\x53\x40\x97\x02\x32\x7d\x54\x73\xd7\x7b\xc6\x6f\xb2\x63\xb9\xba\x4b\x29\xed\x63\xb7\x76\xfb\x81\x35\x31\xb1\x4e\xcd\x62\x66\x9b\xe0\x57\x95\x52\x15\x6b\x41\x5d\x8a\x1b\x51\x6e\xb6\x49\xe4\x83\x6d\x00\x69\xac\x3e\x76\x16\xd6\x56\x97\x56\xda\x87\x23\x52\xfb\x74\x87\x92\xdc\xa1\xba\xd6\x8f\xf3\x3a\x7d\x89\x64\x7d\xd5\x97\x50\x3e\x10\x4d\xab\xfc\x4f\x7d\x15\x24\x97\x71\x78\x08\x88\xdb\x2d\x45\xba\xf8\xea\xe2\x42\xb5\xf2\xbf\xe2\x0c\xe2\x9b\x52\xec\x20\xe1\x0e\x45\x83\x18\x78\x2f\x26\xab\x8e\x8a\xb3\xe7\x26\xee\x4b\xa3\xec\xda\x93\x2b\x21\x0b\x7b\xb7\x7f\x5c\x1a\xba\x7b\x17\x97\x1c\x43\xb2\x2d\x97\x54\xf3\xa9\x8b\x4b\x0e\xf9\x5f\xfd\x70\x15\xb7\xe5\x8f\xeb\x0b\xcf\xe5\x67\xa6\x00\x1a\xfe\x44\x01\xfa\x5d\x1e\xcb\x00\xef\x25\x95\xcd\xaf\xb4\x41\x4b\x9d\x3e\xa7\x07\xd2\x0a\xe0\x4b\xc6\x85\x3b\x36\xc6\x0b\x4b\x26\xc6\xcb\xde\x2e\x60\xbc\x0c\x59\x25\x50\x2e\xcd\x5b\x1f\xb0\x5c\x86\xd4\xa9\xa5\x4c\xbe\x5e\x9e\xcb\x1d\xa5\x36\x80\xb9\x8c\x34\x7c\xc9\x5a\x11\x9c\x9a\x09\x22\x99\xce\x86\xf7\x67\x51\x7e\x69\x89\x0c\xc6\xac\x65\x4b\x24\x8d\x1b\x7e\xb0\xbd\xbb\x3b\x7f\xa0\x72\xd8\x0f\x55\x52\x19\x41\x4b\xa0\x14\x23\xa7\x35\xb2\xa3\x91\x79\x26\xda\x52\x31\x07\x59\x7a\x03\xbc\x98\x41\x3c\x43\x34\x43\x63\x59\x25\xf0\x62\x86\xa6\x46\xf0\x62\xf2\xee\x6a\xc6\xb6\x3f\xfc\xd6\x79\xdd\x1f\xc3\x1a\xc2\x97\x30\x2c\xa0\x1b\xb6\xa2\x19\x9a\xa9\x2c\xa4\x51\xe1\x7c\x35\x12\xd8\x54\x87\x59\x1c\xb3\xd3\x57\x40\xd5\x1f\xfe\x40\xcc\x0c\x4c\xa9\x09\xfa\x2e\xd5\x6f\xc5\xf8\x7d\x66\x0c\x6e\xac\x62\x09\x74\x4c\x25\x1c\x3b\x04\x7f\xd1\x1a\xd6\xaa\x88\x27\xbc\xb3\x18\x6a\xf7\x9a\xac\xe1\xdf\x02\x06\x49\x00\xfe\x92\x35\xfa\x03\xfe\x92\x0a\x6e\x5f\xd1\x48\x2e\xec\x99\x05\xf0\x25\xa4\xed\x00\xbe\x68\x0a\x6c\x0d\xa8\x02\xa4\x9a\x66\x0a\x8e\xdd\x40\x03\x18\xd4\x79\x6c\x8e\x00\xc2\xdd\x9a\x5e\x36\xfe\xe0\xaa\x75\x6b\x15\xc2\xce\x96\xb9\xa1\x44\x2d\x68\x04\x3a\xa8\x94\xb7\x10\x1b\xc3\xb2\xe9\x4b\x7d\xe7\xa2\x77\x0c\x73\x69\x9f\x59\xa3\x48\x33\x91\x06\xfc\xb9\x75\x8f\xbe\x13\xdc\x35\x4f\x5a\x76\xaf\xda\x72\xd7\x7d\x8a\xc1\x99\x16\xd3\x81\xfe\x52\x4b\xfd\x03\x4f\x65\x94\x13\x30\x65\x06\x79\xf7\x03\xf4\x97\xa1\xbe\x0a\xfa\x4b\xf7\x22\x1a\xc4\x97\xd2\x9d\xc8\x8d\xab\x46\x3d\x43\xb7\x52\x7a\x31\xf5\xeb\x65\x2a\x84\x4c\x73\xbf\xcc\x9d\x9a\x98\x8a\x16\xeb\x0d\x2d\x8f\x4d\xd6\xab\x85\xbc\x91\x81\x7e\xd7\x8a\x9d\xb7\xec\xad\x87\x0a\xa9\xd8\xb9\xb1\x60\xbc\xf8\x04\x0c\x26\xeb\xca\xd3\x30\xf4\x9a\x93\x2b\xda\x5c\x44\xbf\xed\x97\xc8\xd5\xe3\xc9\x20\x5f\xa6\xa6\xad\x46\x9a\x0a\x13\x36\x46\x13\x9c\xdd\x0f\x4e\x9c\x4c\xab\xe5\xe6\x35\x24\x65\xfb\x94\xfc\x83\x98\x5d\x87\x77\xee\x3e\xd1\x73\x54\x49\xef\x99\xdb\xb9\xfb\xf4\x3b\xd7\xde\x68\x7a\xcc\x4c\xab\x26\xf3\x27\x5a\xb5\x18\x33\xc4\x15\x47\x93\xfb\x57\x29\xde\x89\x65\xc4\xf6\x17\xf7\x2f\x64\xfa\x08\x10\x63\xba\xbc\x5c\xc4\x98\xa2\x5c\x08\x62\x4c\x0a\x27\x71\xb1\xec\x20\x16\x30\xda\x62\xd9\x05\xd8\xbe\x68\xa4\x3e\x9a\xd2\x81\xdb\x35\x43\xe5\x6a\xb7\x6b\xc6\xa0\x16\x37\x0e\x82\x04\x03\x20\x99\x4c\x34\x6b\x00\x24\x13\xcd\x21\x88\xfb\xee\x14\xde\xf8\xb6\x1d\x96\x1f\x2b\xf5\x63\xee\x84\x30\x25\xb4\x9b\xa0\x00\xf4\x24\x80\x64\x22\x1c\x1a\xa9\x92\xc2\x23\x0b\x06\xed\x21\x6d\x7e\xb1\x98\x60\x79\x69\xf2\x43\x6f\x4d\x40\x79\xc9\xc9\x9d\xb6\xd8\x5e\xc9\x28\x1c\x4d\x77\x17\x97\x08\x1b\xac\xec\x1a\x2c\x97\xaa\xce\x04\x96\x4b\xf5\xc2\xaf\x01\xfc\xaa\x5c\xd7\x48\xa0\x7f\xb8\x31\x31\xaf\x4e\x47\xf3\x41\x06\x77\x19\xcb\x82\x84\x0c\x07\x14\x3d\x24\x40\x69\x09\xdb\x05\xa5\x25\x15\x0d\xc1\xb1\x94\x3b\xa7\x3a\x8e\xc2\x3b\x41\x59\xab\x9b\xaf\x9c\x3c\x2f\x94\x51\x8c\xd4\x24\xc3\x74\x10\x6c\x04\x10\x5b\x92\xe1\x2a\x01\x64\x4b\x56\x35\x06\xb2\x25\x93\x99\x2b\x62\xb1\xb2\xea\xfd\x30\xf0\x2d\x85\xfc\xcc\x01\x7c\x4b\xb8\xa3\x63\xf1\xa8\xf0\x38\x80\xc6\x12\xfa\xee\x00\xc6\x92\x0a\x59\x17\x23\xb4\x88\x72\x80\x82\xd8\x05\xa7\x37\x70\x47\x51\x2f\x8a\xec\x39\xb1\x35\xdc\x51\xd4\x0c\x81\x66\xa9\x5e\xe4\x84\x21\xbe\x61\x45\xb6\xc0\xa6\x05\x82\xa5\x90\x01\x3e\x80\x60\x59\x3f\xf0\x56\x49\xf4\x89\x7e\xcb\x98\xf6\x4b\x8c\x01\x11\x03\xa8\x95\x20\x12\x21\xa2\x10\xed\x37\x7c\x87\x49\x92\xb8\x06\x89\x1a\x40\xd3\x0a\x80\x53\x02\x8c\xb6\x88\x2a\xe8\x3f\x0d\x00\x4a\x46\x22\x92\x08\x7c\x2a\x49\x72\x11\x80\xab\x6c\xce\x1f\x15\xe5\x11\x79\x26\x1a\x09\x28\x9d\xbc\x26\x62\x06\xc3\x6c\x76\x94\xe1\x9b\x03\x0a\x35\x23\x1a\x1d\xc5\xdc\x00\xc6\x4a\x78\xd0\xa2\xb1\x75\x90\x70\xc0\x52\x19\x64\xae\x8b\x80\x99\x94\xe6\x88\x1b\x0d\x73\xac\x43\xab\x68\x73\x5a\x82\xd1\xa0\x2b\x80\xa5\x52\x08\x15\x0c\xb0\x54\xd2\x56\xdc\x01\x53\xc9\x87\x43\x50\xf7\x6b\xbb\x2a\x7d\xbc\xfd\x9a\x60\x71\xa4\x1a\x80\x52\x72\x86\x25\x02\x94\x52\x94\x6e\x81\x40\xc1\x18\xf2\x1b\xe2\x26\x3e\x4a\x21\xb2\x33\xc0\x47\xc9\x5e\xd5\x83\x8f\x12\x1e\x1a\x60\x50\xaa\x94\x2e\xfa\xda\xc6\xcd\x99\x1a\x4a\x64\xbc\xa3\x5e\xd8\xdc\xd3\x83\xa9\x75\x1c\x30\xa7\x01\x69\x08\xd4\x3f\xc5\x8b\x20\xcb\xd2\xaf\x8f\xb9\x09\xb7\x13\x8b\x39\x15\x6d\xa9\x01\x3a\xa7\xbe\x66\x41\x24\xb5\xa3\xc6\xfd\x45\x4a\x15\xa7\x6e\x17\xbc\x7e\xda\x67\x66\x6c\x11\xfe\xae\xfd\x24\x70\x64\x01\x46\x3e\xc2\x5c\x94\x76\x13\x4d\xeb\x70\x45\x89\x1a\x03\x42\x3a\x82\x94\x73\xf2\x89\xb8\xf1\x46\xb0\xfb\x1a\xe2\x64\xa2\x71\x13\x1c\xe3\x64\xdd\x5e\xf7\x5b\xd6\x39\xcb\xd6\xf0\x5e\x09\xe4\xa3\x58\xf4\x72\x16\xcf\xea\xd2\x32\x4a\xf5\x63\xb0\xb9\x05\x29\x0c\xa0\x48\x8a\x42\x27\x90\x23\x23\x21\x2b\x05\x69\xe3\x14\xaf\xe3\x85\x1a\x48\x25\xd0\x12\xf6\x59\xfd\x48\xb8\xe4\x32\x6d\x00\x11\x8f\x1b\x10\xd7\x09\xb1\x26\x80\xb8\xd6\xcf\x06\x64\x91\xd4\x1d\xdb\xc7\xdc\x49\xb7\x70\x4d\x51\x48\x01\x65\x24\x25\x09\xc3\xd2\x0c\xb2\x97\x37\xa2\x8c\x94\xf0\x78\x7e\x5e\xde\xdb\x80\x88\x36\xab\xdc\x0f\x74\x5f\x1a\x00\x72\x64\x48\xa9\xbb\xde\x7b\x88\x87\x5d\xef\xbd\x6e\x79\x51\x55\x22\xa8\x02\x04\x91\x7d\xcd\x2c\x82\xc8\xb6\x5c\x82\x20\x92\x74\xed\xed\x09\xa9\x86\x53\xd5\x21\x9e\x80\x6e\x45\x87\x78\x7a\xb5\x04\x60\x48\x12\x63\x27\x40\x0c\xc9\x12\xcc\x9e\x70\x11\x45\x93\xea\x0a\xf8\xa4\x73\x89\x6e\xf2\x1b\x5b\x93\xc4\x6a\x1d\x16\x4a\x84\xa4\x08\xd1\x33\x3c\x15\xa1\xb3\xe3\xee\xe1\x2d\x2d\xb0\x22\xd9\x63\xd8\xbd\x45\x72\xfd\xc1\x15\x29\xc4\x90\x05\xb8\x22\x79\x38\x19\x9a\xd2\x58\xf2\x2e\xe9\x85\xdd\x74\x49\xaf\xf7\x66\x5d\xd2\x0b\x7b\x12\x6f\xa4\x84\x1d\x17\xfe\x8a\xf5\xe9\x45\xc4\x02\x5f\x32\x51\x3e\xb3\x54\x4c\xe9\x4f\x0b\x05\x86\xc9\x52\x81\x31\xb2\x55\x4f\x31\x46\x8c\x0f\x0c\x30\x46\xaa\xd7\xf7\xbd\x7a\xfd\xc8\xc7\x00\x39\xeb\x9e\x0c\xf6\x48\x32\x78\x33\xfa\xd2\x03\x42\x85\xaa\x93\x18\xc7\x7b\x27\xb0\x47\x42\x0f\x24\xb0\x47\xd6\x07\xd6\x04\x19\xc9\x76\x03\xc6\x85\xd4\xd2\x4d\x5a\x6c\x57\xf1\x7f\x97\x42\x74\xdc\xdf\x8b\x52\x48\x27\x93\x5f\xfe\x7d\xe4\x42\x5f\xa4\xbc\xaa\x86\x00\x4d\x62\x36\xf1\xe8\x1a\xdf\xbc\xe0\x00\x9c\x24\x48\x2c\x14\x80\x93\x94\xea\xac\x41\xbe\x75\x6e\x15\x9c\x64\xcf\x38\x79\x73\xf4\x0c\x00\x76\xa4\x7a\x81\x02\xec\x48\xa8\x54\x00\x3b\x12\x3a\x76\x80\x2e\x92\xf4\xec\x15\x5d\xa4\xe8\xd4\x0e\xba\x48\x3a\xdc\x72\xdd\x4c\xb5\x34\xb6\x34\x89\x3e\x1c\x77\xe7\x5a\xd1\x13\x41\x46\x3e\x72\x7e\x46\xc7\x71\xb1\xec\x53\x40\x02\xd0\xbd\x5f\x55\x24\x08\x61\x0d\xb0\x49\x22\x7b\x16\x3b\x4b\xe1\x29\xe8\x8e\x1f\x81\xb0\x77\x0c\x1b\x88\x41\x1d\xdf\x11\xe2\xaa\xa3\x0f\xb7\x99\xeb\x42\x4a\x3e\x8d\x44\xa0\x96\x24\x05\xf2\x3e\x68\x01\x66\xd9\x09\xe8\xda\xd7\x36\x1d\x87\x7a\x3d\x7a\xbb\x41\xd3\x86\xa9\x80\x67\x12\x8a\xf0\x7d\xca\xb2\x18\xdd\x24\xf7\x11\x64\xb3\xab\x62\xe8\xb5\xd3\xf1\x25\x69\x8e\x74\xb2\xcf\xdc\x80\xf8\x92\x14\x23\x36\xba\xe9\x49\x3d\xa5\x44\x3e\x17\xc3\x43\x3a\xee\xf5\xba\xa2\xf5\xc5\x37\xaa\xfe\x86\x9d\xdc\xc6\xa4\x69\x08\xe0\x50\x4a\xf5\x63\xe1\x50\x20\xf1\xdd\x5b\x2d\xfd\xe0\xc1\x43\x89\x8c\x48\xd1\x55\x37\x74\x15\x06\x0f\x25\x88\xde\x0e\xf0\x50\x82\x64\x24\x01\x1c\x4a\xda\x0e\x11\xe0\xa1\x14\xd2\xe5\x84\x70\x28\x60\xc0\x87\x70\x28\x02\xb4\x06\x70\x28\x41\x40\x55\x74\x35\x0a\x89\x6d\xc7\x07\x5f\xc5\xaa\x73\x73\xa5\x68\x07\x36\x4a\x10\x8f\x14\x5d\xb3\xa1\xba\x72\x27\xb1\xaa\x72\x51\x37\xaf\x9e\xfb\x9b\x98\x69\xaf\x11\xc1\x4f\x89\xec\xe1\x58\xda\x45\x68\xaf\x15\x4b\xa5\x18\x23\x01\x98\x4a\x68\x8d\xee\xa0\x37\x27\x7b\xb4\x94\x02\x72\x4a\x45\x27\x1b\x9e\xce\x21\x1d\x3b\xdc\xfe\x14\x33\xdc\xe1\x71\x17\x74\x52\x3a\x40\x92\xe5\xdd\x16\x96\x37\xef\x10\xc1\x52\x09\xdd\x32\xc0\x52\x09\xe5\x9d\xfe\xb8\x9c\x52\x54\x1c\x3f\x06\xfc\x0e\x1c\x95\xc8\x12\x57\x32\x8b\xec\x73\xa5\x75\x4e\xc7\x6c\x70\x54\xb6\xbb\x66\x57\x1b\xd9\x47\x7a\x69\x23\xa1\xf9\xb9\xbf\x26\x86\xf3\x25\xba\xe1\x66\xc0\xdb\x43\x63\x2f\x98\x2a\x59\x41\xa0\x7f\xae\x81\xe5\x45\x80\xd5\xa1\xba\x7e\x1b\x7a\x96\x76\xb0\x02\xc2\x31\x7f\xe6\x9a\xa2\xb1\x8f\x6e\xef\x77\x5c\x65\x89\xa8\xf9\xec\x20\xfe\xa0\xad\x44\xfe\x6d\xe2\x90\x00\x71\xa5\xaa\x0e\x88\xb8\x52\xc0\x91\x8e\x21\xbe\x24\x64\x67\x1c\xba\x48\x56\xca\x8e\xcf\x32\xd3\x5c\x6d\x91\x80\x1e\xf6\x3a\x50\x2c\xa1\x2f\xe7\x50\x89\x01\x7c\x2b\xc6\xc1\xa9\x69\xfe\xc0\xa6\x84\x61\x0c\x6f\xae\xc8\xb0\x16\xe2\xb5\x80\x0f\x1b\x23\x39\x23\x10\x8e\x91\x88\x86\x82\xf9\x02\xde\x52\x8e\xfd\x35\x27\x3c\xfb\x0e\xb3\x03\x05\x06\x97\xa5\x78\x6f\x3d\x32\xdd\x1e\x96\x91\x47\xad\xc7\x6c\xfe\x1c\xcb\x41\x6a\x0e\xbd\x68\x87\x26\x2e\xdf\x2f\x64\x3f\xe8\x3e\x07\x71\xcd\x29\xc2\xf3\x51\xd1\x63\xe0\xf9\x58\x06\x4b\x34\x08\x82\xce\x0e\x19\x35\x44\x9f\xf2\x81\xeb\x23\x29\xfd\x62\xc0\x17\xc3\x89\xaf\x95\x25\xf5\x5b\x12\xa2\xef\x77\xd0\x18\x8b\xef\x74\x1b\x60\xee\x2a\xe9\xb6\x0a\x45\x06\xd6\x7d\xcc\x7a\x38\x59\xa4\xf8\xdf\x76\x0f\xd0\x61\x2a\x69\xb9\x63\xc8\x47\x75\xe0\x07\x1e\x26\x0c\x03\x01\x1d\x26\xed\xdb\x57\xe0\x61\x36\xbf\x14\x1d\x86\xb4\x53\x31\x64\xa4\x03\xd2\x2a\x3c\x8c\xf7\x64\xa0\xc3\x64\x15\xd7\x81\x35\x2e\x3b\x61\x24\xa6\x35\xda\x68\x6c\x17\x0e\xde\x09\xc7\x4c\xbf\x41\x56\xf6\x12\x73\x2c\x1d\x26\x32\xc7\x7e\x10\x54\xa6\xad\x6c\xe0\xcc\x6f\xf0\xca\x00\x0f\x32\xdc\x6b\xba\x79\x0c\x24\x55\x10\x64\xc2\x1b\x8e\xd1\x69\x80\x03\x37\x54\x53\xf4\xd3\x1f\xe4\xb8\x26\x81\x47\x0c\x39\x1c\xbc\x12\xa4\x98\xdc\x9c\x55\x11\xb7\x54\xa5\x41\x8a\x89\xec\x86\x84\x79\x95\xe1\xfe\xe7\xce\xca\xe0\x8c\xc1\x9d\x95\x6a\xe5\x18\x1f\xb5\x32\x7e\x6c\x62\xde\xc6\x0c\xb3\xc1\x61\xa4\x1b\x8b\x15\x4d\x6f\xb4\x01\x81\x19\xfa\x79\x80\x01\x93\xca\xb0\x1b\x5c\x41\xe9\x9d\x32\x4e\x21\x67\x68\x80\xfc\xa9\xdd\x5d\x7e\xa2\x20\x41\x56\x05\x8a\x69\x2e\x0e\xc9\x31\x88\xd2\x8e\xb1\x6f\x97\x9c\x55\xec\x4b\x81\x70\x31\xb4\x2f\xb9\xf3\x48\xb3\xad\x7d\x62\xc8\x0d\xe4\x7b\x43\x6e\xe0\x84\xdd\x07\x24\x8d\x8a\x6e\x05\x2c\x84\xc7\x71\xb3\xce\xbb\x4c\xb0\xed\x2e\xbb\x3e\x30\xe6\x41\x54\xd5\x61\xad\xde\xd8\x68\xcf\x1a\xb7\xa0\x83\xf4\x09\x6f\x02\x1d\x04\x41\x8d\xa9\xba\x32\x0f\x15\xa0\xfd\xbc\xa3\x92\xfd\xd6\xfa\x06\x9a\x8c\x29\x04\x63\x78\x37\xa3\x8f\x12\x70\x32\xd9\x50\x59\x20\x64\xfa\x70\xdb\xbc\x42\xbe\xd3\x77\x12\x6f\x93\x23\x3c\x06\x99\x50\x49\x47\x1a\x40\xbd\x94\x62\x3d\xc4\x3f\x95\xe9\x0f\x12\x76\xc7\x4a\x3e\x28\xdd\xf8\x06\xc1\xbe\x8a\xa2\x60\xbd\xc4\x3e\x4d\xe2\x2e\x22\xcc\x8c\x4f\xcf\x30\x17\xfb\x83\x82\xa2\x7e\x4e\x7d\xea\xc8\x7f\x1d\xf3\x80\x9c\xa0\xd6\x4c\x68\x77\x62\x5d\x26\x2e\xf6\x1a\xc3\xa7\xea\x8e\xae\xe4\xa0\xc0\xd4\xb6\x3f\xf6\x76\xd3\x8f\xd9\x5a\xd0\x96\x99\xec\x36\xef\xa4\xe4\xc7\xfe\x81\xc9\x8d\x7e\x83\xd7\x12\x5e\xb0\x01\xa6\xb2\x05\x9b\x29\x9a\x15\x0c\x0f\x9c\x94\xd0\x65\x14\x3c\x94\x28\x68\xd6\x42\x9d\xb8\x8f\xa7\xb7\xf4\x64\xac\x8c\x29\xd9\x44\xaa\x04\xea\x24\xbc\x14\x03\xad\x64\x68\x83\x9d\x8d\x50\x1f\x84\x36\xb0\x47\x8a\xb7\x41\x60\x8c\x84\x9e\xd3\x53\x1b\x7e\xf2\xf9\x43\x3d\xbe\x8f\x9e\x60\x87\x9a\x2b\xe5\x30\x97\x74\x1e\x2e\xe1\x24\xa6\x55\x8d\x63\x42\x7e\xf4\x01\x9b\x98\x50\xaa\x5e\x0a\x93\x4c\x96\xba\xa9\x00\x32\x12\x2a\x3e\x60\x8c\xac\x97\xfc\x7a\x1d\x64\x45\x4a\x30\x46\xc2\xfb\xd2\xd9\x89\x0c\x80\xc9\x83\x2b\x32\x0e\xe7\xab\x9b\x92\x8a\x03\x3b\x8d\x13\x62\xaf\x03\x2b\x12\x7a\x06\x03\x2b\x12\xba\xf4\x4d\x02\x56\x55\x64\xe7\x70\x08\x54\x84\x6b\x59\x95\xfc\x00\x23\x92\x8c\x20\x06\x46\x24\x55\x3d\x83\xc1\x11\x09\x2f\x11\xe7\xce\xb1\x00\x03\x12\x47\x64\x6f\xb7\x61\x73\xbe\xc4\x54\xba\x49\x88\x52\xd5\x2b\x61\x4e\x02\x17\xdc\x54\xd3\xae\xd2\x1a\x99\xfd\xbd\xd1\x9b\x48\xce\xbb\x61\x64\xdc\xb2\xcb\x7a\x34\x30\xf3\xc8\xb8\x55\x4b\xe6\x5c\x32\xee\xfc\xf5\x12\x15\xed\x97\x9c\x61\xc4\x8c\x89\x8c\x2b\x11\x00\x17\x64\x48\xb0\xe6\xc5\x0c\xbb\xc3\x2e\x40\x28\x9c\x30\x91\x66\x5d\xdb\xcb\x4a\x19\xc1\xe5\xf6\x67\xa5\x48\x46\x69\x2e\xb9\x98\xb7\x15\xd1\x18\xb8\x20\xfa\xd6\x81\x0b\xd2\xf7\xae\xc5\xee\xad\x5b\xf1\xbc\xb9\xcd\x73\x15\x30\x7b\x6b\x2a\x9c\xdc\x35\x57\xc3\x47\x00\x12\x49\x24\xe5\x08\x40\x42\xc2\x7b\x4b\x30\x3f\x32\x08\xc9\x31\x1f\xc2\x4a\x5c\x35\x60\x01\x4a\xf9\x6d\x04\xc3\x7c\xb1\x1c\x41\x40\xe6\xeb\x62\x51\xd9\xc7\x59\x92\x02\x90\xea\x47\x3f\xc8\xf9\x79\x33\xce\xe8\x10\x1e\xab\x97\x89\xc0\x7e\x84\x9e\x4d\xc2\x7e\x54\x12\xf3\x05\xb0\x1f\x03\xd4\xb3\x00\xf6\x63\x80\x6e\x11\xe7\x22\x3e\xd3\x61\x9c\xa4\xe5\x21\xcf\x44\x00\xd6\x31\x94\xaa\x4f\xef\x46\x91\xfe\xcf\x44\x3a\x17\xeb\x4c\xdc\xd5\x20\x98\x9d\x3b\x5e\x9f\x71\x9f\x4b\x62\xdb\x91\x7f\x67\xce\xfe\x30\xf9\x03\x04\xd7\xc3\x97\xd8\x70\xd5\x32\x1b\x88\x4c\x49\x71\x12\xa6\xaf\x9f\xc5\x99\x1d\xcf\xda\x27\xa7\x00\xab\x7a\xc9\x89\xef\xa1\x6a\x0d\x74\x47\x78\x47\x7e\x82\x13\xe0\x2d\xdb\xb9\x48\xd7\x20\x3b\x5c\x9c\x85\x5d\x89\x4a\x72\x12\xf6\xe2\xc5\xea\x89\xf0\xe7\xcc\x9f\xc8\x6f\xb2\xe6\x93\x28\x96\xdd\xa1\x2a\xcd\xa0\x1e\xe2\x29\xb5\xf8\x9f\x8d\xe5\x85\xea\x9d\xcd\xd1\xf0\xad\xe1\x91\x50\x00\x90\x3e\x52\xd5\x7c\x77\x36\x76\x6e\xf5\x63\xfc\x2d\x6c\x58\xd4\x24\xbd\x1b\x4e\x8c\x0c\xd3\x21\x93\xc0\x57\x97\x9b\x93\xb4\xff\x5e\x4a\x9f\xde\x32\x3a\x8f\xd2\x15\x8e\xd5\x89\x76\xaf\xed\xef\xc4\x65\x55\x85\xf9\x24\xc6\x5d\x7d\xe9\xd4\xe2\x5a\x7c\xc7\xd1\x33\x2b\xc4\x28\x56\xb5\x93\x93\x7b\x42\xaf\x8c\xcf\xc9\x51\x42\x5d\x3a\x27\xbe\x13\x0e\x0d\x20\xa1\xe2\x16\x59\x54\x62\x7a\xad\x7e\x9e\x4e\x0b\xef\x9c\xfa\x61\x43\x0d\xce\x25\xfa\x0c\x52\x97\xc6\xb9\x14\xec\xb9\x57\x9f\xd0\x43\xaf\x9e\x01\x0f\x59\x1f\x58\x13\xf3\xd5\xfc\x00\xab\xa3\xf3\xb8\x44\x9f\x39\x9c\x96\xcb\x8a\x78\xff\x62\xf1\xad\x08\x07\x18\x00\x03\xe3\xbc\x61\x3d\xf0\x6a\x00\x40\xe6\x5e\x28\xb0\xe8\xf6\xc6\x59\x67\x78\x4a\x30\x80\xf6\x48\x55\x79\xfa\x5c\xfa\xe5\xdc\xbb\x82\x30\xc1\x3d\xbf\x8f\x42\x1d\xcf\xf7\xf9\xa5\x73\xaf\x12\x21\x23\x7b\xcd\xbb\xe4\xb1\x7b\x25\x8c\xf4\x9a\xf0\xec\xaa\x4c\x7c\xbe\x4c\x9e\xdb\xe2\xa3\x7b\xd0\xaa\xf3\xa3\x26\x57\x07\xd7\x0c\xb3\x0e\x5c\x87\x9e\x0e\x89\xf2\xe2\xb0\x75\x3f\xa7\x47\x4c\xfc\xb5\x58\xfe\x74\xb7\x00\xe7\x31\xdd\xa7\x57\x62\x04\x50\x94\xcb\x34\x57\x72\xcc\x0b\xb4\x9d\x04\x21\x00\xce\x23\xc9\xc2\x2e\xce\xaf\x3a\xfe\x05\x6e\xb2\xd6\xf1\x0b\x39\xa2\xf5\xdf\xba\xc1\x5d\xdc\x2f\x19\x5a\x07\xec\x47\x95\x37\x88\xee\x61\xc8\x0d\xe8\x1e\x49\xf8\xd9\xb8\x90\x38\x9a\xad\x14\x83\xf7\xfc\x18\x12\x9d\x7c\x8e\x0b\x3a\xd3\x74\x11\x7c\x46\xe6\xdb\xb8\x2a\xe6\x58\xa7\x86\x23\x0c\x82\x43\x5c\xd5\x06\x98\xe3\x0b\xd3\x24\xd9\x8c\x03\xfc\x90\x44\x12\x99\x00\x3f\x64\xe8\x64\x01\xba\x47\x78\x37\x05\x40\xc7\xdc\x0d\x7b\x54\x75\xe7\xb9\xd6\x51\x1d\xc7\xfe\x21\x73\x4d\x49\x4f\x83\x28\x03\xc4\x15\x91\x3b\xf4\xa5\xba\x04\x31\x6e\xbe\x13\xc8\xfb\xf4\x2e\x04\x7e\xf3\x1d\xec\xc3\x1c\x4f\x90\x38\x46\x73\x11\x97\x58\x31\x74\x8b\x05\x6f\xa3\x1b\xc5\x24\xde\x86\x57\x9c\xc0\x6d\xa4\xaa\xa7\xe0\xd5\xc1\xa9\x40\xf6\xb8\x90\x37\x54\x8f\x41\xcf\xa8\xba\x84\x5f\x4a\x12\x2e\xb4\x92\x44\x71\xee\x86\x12\x0d\xeb\x81\x71\x4f\x1f\x29\x00\x32\xd6\x4b\x0c\x7f\xe0\x93\xbd\x7f\x38\xd1\x3a\x68\xcd\x28\xe8\x6e\x0b\x66\xea\x47\x7f\xbb\x94\x43\x30\x79\x81\x7e\x51\xf5\x35\xba\x4c\xc5\xa4\x47\x37\xe8\x17\x5d\x35\x1d\xf4\x8b\xf5\x03\x7d\x9a\x1e\x3e\x7e\x38\xa1\x49\x50\x03\xd0\x29\xa6\xf4\x09\x14\x8a\x00\x33\x2a\x40\xa1\x98\xd2\xa7\xeb\xf4\x5b\x7a\x01\xf5\x90\xaa\x5c\x78\xdf\x69\x7f\x00\x9d\x22\xc8\x08\x1c\xa0\x53\xec\x28\x4e\xd0\x29\x52\x73\x68\x38\xdf\x55\xe5\x04\xe0\x29\x6a\x4e\xbe\xc4\x39\x74\x1f\x41\x7a\xd2\x6e\x80\x33\xe6\x52\x29\xa0\xc8\x3c\x2e\x6e\xf2\x0f\xc7\x8f\xd2\x25\xa9\xde\x28\x14\x48\xb4\xa0\x50\x8c\x3d\xca\xdb\x84\xf2\x2c\xed\x6d\x16\x0c\xcf\x11\xa1\x5b\xaa\xb8\x17\xf9\x97\xb6\x1d\xe8\xd2\xe7\xdb\xdd\x86\x32\x06\xb6\x67\x08\x49\xa1\xd4\x7f\x81\xed\xa9\x75\xee\x7a\x4c\xfc\x44\xa5\x0f\x6a\xb0\xcb\xec\xad\xbe\x43\x7e\x86\x0d\x30\xa9\x28\x62\x87\x1b\x86\xeb\xab\xea\x25\xef\x85\x3c\xb4\x89\x15\x09\x7e\xbd\x41\x04\x62\x22\xcc\x68\x01\xc2\x44\x9a\x30\x67\xc0\x23\x8a\x8e\x09\xd7\xc7\x55\x3b\x8a\xf6\x85\xbd\xac\x9a\x2a\x01\x20\x89\xd8\x33\x89\xf2\x55\x11\xca\x2f\x0c\x69\x7a\x8c\x5c\xca\x42\x3a\x1a\x00\x0c\x31\xf5\x5c\x01\xf3\x21\x48\x87\x18\x40\x3e\x44\x65\xb6\x81\x7c\x08\x2f\xc2\x37\xe4\x03\xab\x03\x9c\xc3\xac\xbf\x85\x39\x0d\xa0\x1e\x02\xc0\xb6\x00\xea\x21\x55\x2f\x2d\xc5\x7a\xd0\x48\x02\xd6\x43\xd5\x12\x0d\xd4\x43\x1e\x08\x50\x37\x66\xb1\xea\x05\xe0\xbd\x24\xae\xdc\xf7\x07\x5c\xe1\x4c\x3f\xa0\xeb\x28\x6c\x62\x40\xc8\x7e\x85\x79\xa8\x6e\x39\x11\x1c\xa2\xf9\x31\xd1\xbb\x4c\xd4\xad\x58\xa6\x79\xee\x26\xb0\xb9\x4e\xcb\x7a\x47\x5a\xc6\xd5\x16\x75\xf7\x36\xae\x19\xe5\x0a\x30\x87\xf5\x31\x33\x88\xcf\x80\x17\xb8\x1b\xcc\x81\xbd\x78\x13\x2d\xd5\x2c\xb2\x2a\xd3\xd7\xb9\xc3\x83\x2c\xdd\x66\xe6\xcd\x7e\xca\xc4\x26\x9f\x3f\xd6\x6f\x63\x8a\xb1\x96\x3f\xc2\xc0\x18\x66\x81\x2f\xb1\x43\x01\x8b\x48\x55\x9b\xe2\x4d\xa8\x55\x3b\x7c\xa9\xf8\x83\x7f\xe0\x77\xed\xfa\x9a\xce\x69\x97\xc9\x0e\xea\xe4\x61\xff\xd3\x4d\x12\xf8\x87\xa2\x8b\x0c\xf0\x0f\xb5\xb1\xbd\x81\x7f\x28\x6a\xcd\xf7\xe2\x2b\x55\xc7\xe1\x1b\xb8\x7d\x25\xb7\x5b\xbe\x52\x9d\x16\x7c\xc9\x75\x5b\xb8\xcd\xc1\xe1\x9c\x62\x84\x1b\x61\x99\xa4\x03\xee\x97\xa6\xa7\x2c\xf3\xd5\x24\x2c\xfb\x07\x62\xb4\x0f\x3f\xc0\x51\xc7\x5e\x83\xab\xaf\x9b\xe1\x0d\x9c\x94\x86\x37\x80\x21\xd2\x70\xb2\x41\x93\x32\x2b\xce\x6d\x5a\x5f\x8c\x6d\xe0\x42\x14\x0d\x1f\xb7\xf9\x0c\x51\xd1\x6f\xf9\x0d\xd4\x0d\xa4\x86\xa2\xb7\x16\x40\x0d\xa9\x2a\xe9\xdf\x9d\x00\xae\x61\xb9\xf8\x03\xb5\x92\x21\x5d\x9f\xde\x1b\xeb\xdc\xf6\x6a\xbb\xc1\xc6\x1f\x36\x41\xd6\x41\x63\x9a\xef\xce\xcd\xb6\x7b\x84\xf4\x4c\xde\x6c\x0a\xed\x60\x10\x38\xd0\x0e\x55\x1b\xe1\x0d\xd6\xd3\x3e\x94\x43\x50\x6e\xb4\xfa\x7b\xb8\xb2\x96\x6d\xcc\x8f\xbb\x2f\xf9\x35\xc9\xae\xdd\x16\x44\x5b\xa9\xd1\x08\x12\xd1\xdd\xe5\xc4\x4e\x1d\x4e\x18\x20\x11\x86\xc9\xdc\x58\xfc\xf6\x31\x32\x03\x87\xbd\x06\x1b\x5a\xd9\x1b\x2c\x88\x54\xb5\x59\xdf\x06\x2f\xbb\x15\xc8\x09\xb8\x4f\x39\x6e\x6c\xd5\xeb\x69\x90\x21\xb2\x17\x62\x20\x43\xac\x1f\xf8\x02\x68\x08\xbd\xf7\x6e\xfc\xdb\x0c\x9f\xb8\x89\x94\x22\x13\x5e\xdc\xd8\x0b\xc9\x81\x1b\x37\xee\x6d\xba\xbb\xde\xb8\xb7\x55\xb2\x72\x06\xb8\x12\xcd\x50\x49\x71\x25\x14\xd8\x80\x95\xc8\x63\xf7\x42\xc7\xcc\xf2\xdb\x8b\x05\x40\x27\x9a\xf6\xf0\xfb\x34\xb0\x8e\xee\x92\xf6\xc9\x1c\x04\x00\x50\xb4\xbd\x46\xa4\x7d\x32\x77\x04\x68\x12\xc9\xac\x00\xf7\xe5\xfd\x3e\x3d\xbc\x9c\x35\xc7\xb7\x98\x65\x35\x80\xf0\x26\x78\x7a\xd3\x1b\x1c\xd5\xf7\x7e\xbd\x70\x2c\x28\xbe\x43\x8a\x65\x97\xe8\xc6\x8c\x84\xa8\x70\x9b\x0d\xca\xe5\x32\x22\xca\x29\xc0\x70\xa9\x5d\x0b\x24\x8a\xb4\x5d\x58\x6e\x72\x18\xea\xf6\x70\xe3\x44\xbe\x97\x6b\xb1\xc7\x06\x72\x4b\xdc\x8f\xdb\x9b\x8f\x61\x8f\x3a\xcb\xdf\xa4\x2a\xd4\x01\xf0\xc6\x85\x5c\x73\xfb\xcd\x25\x95\x71\x07\x37\x08\x4f\x73\xbf\x83\x14\xd0\x3c\xc5\x44\x4a\x91\x91\x3e\xc0\xbd\xc8\x26\x33\xb9\x05\x0b\x44\x45\xbd\x5f\x53\xea\x32\xbd\xaf\xdb\x5e\x2e\x01\xc2\xd3\x26\xc3\x78\xc6\x69\xe3\x14\xda\xa2\x6a\x7c\x06\xda\x22\xef\x83\xb8\xf8\x6c\x1b\x1e\x07\xc2\x93\xf7\x9c\x92\xff\x5e\xff\x3c\x20\x2f\x8a\x12\xf4\xfd\xb9\xb0\x3e\x77\x83\xba\x20\xb8\x8c\x78\xe9\x73\x7f\xbb\x4b\xfe\x81\xdc\xb0\x5f\x32\xbf\x88\x65\xbb\x24\xb5\xfe\x4e\xaa\x65\x86\xcd\x8d\x28\x49\x37\x32\xd9\xad\x40\x64\xb2\x51\xfe\x37\xa9\x11\x35\x21\xdc\x9f\xb3\xc7\x31\x7e\xb4\x6a\xe8\x71\xf1\x1c\xf8\x0e\x23\x74\x3c\x24\x41\x34\x7c\x16\x84\x8d\xa6\x63\xc5\x73\x5c\x30\xab\x4a\xf9\xe6\xb9\xef\xc3\x7d\x1c\x35\xd0\x1b\x6d\x60\x21\x7b\x92\x51\x28\x34\x90\xb0\xca\xd3\xd5\x27\x79\xca\x18\xdc\x43\x72\x43\xd3\x0a\x3d\x89\xb1\x21\xee\x00\xc3\x91\x49\x62\x19\xc0\x70\x88\xba\x1e\x40\x6f\x64\xef\x0a\x1f\x33\xd8\x2b\xef\x08\xbd\xe1\xbd\xc7\xa3\xe5\x03\xe2\xf0\x90\x19\xca\xe3\x2a\xc2\x06\x38\x60\xf1\xc0\x03\xf5\x0c\x7d\x50\xa7\x8c\x84\x7e\x0a\xdb\x16\xae\xf4\x98\xef\x83\x44\xaa\xf1\xc0\x02\x0d\xd9\x7e\x08\x49\xf6\x92\xe1\xc1\xe3\xbb\x92\xdc\x34\x9e\x42\x26\x75\x64\xe8\xa7\x00\x6a\x97\x6d\x01\x60\x94\xc3\x0f\xd8\xd0\x10\xd0\xa7\x92\x84\xc1\x5e\x73\x1d\x56\xb5\x1b\x3d\xd5\xd3\xc3\xc7\xd5\x6e\x70\x34\x1e\x2e\xc4\x0c\xba\x7a\xaa\xa0\x5b\xd4\x5a\x85\x97\xf5\xf9\xe0\x63\xe6\x05\x66\x5a\x23\xf9\x12\xa8\x5b\xd5\xe6\x2e\xe1\x22\x29\xdf\xbe\xe4\x0f\x90\xaa\xe2\x0f\x2f\x4e\xa6\xbf\xf5\x7c\x7b\x2a\xc7\x00\xd2\x02\xd0\xc8\xaa\x8d\xa9\xc2\x2d\xdd\x5c\x76\x0f\xf1\x5f\xde\x6d\x3f\x4d\x9c\x69\x06\x0b\x33\x37\xfd\xc2\xd3\xf0\x2a\x86\x77\x3e\xc0\xbb\xaa\xa9\x80\x52\x92\x4c\x2e\x1f\xc0\x94\xb4\xb1\x2b\x15\xdf\x60\xd7\xc4\x0a\x57\x5b\x36\xfb\x34\x7b\xff\x09\x88\x05\xec\xf9\x01\xc2\x69\xb8\x48\xe1\xc5\xa9\x65\xe4\x0e\x8e\xf8\x23\x52\x2c\x9c\xfa\xc1\xcd\x44\x1f\x10\x61\x4d\xc0\x14\x0c\x60\x4d\xaa\x36\xbf\x07\x27\xf3\xe1\x66\x07\x04\x1b\x44\xdb\x78\x16\xcf\x9e\xc9\xc3\xd1\xe9\x35\x54\x13\xe8\x93\x12\x6e\x3f\xee\xcd\xa6\x1b\x48\x85\x51\x07\x29\xa1\x4f\x40\x2e\x8e\x07\x16\xac\x35\xef\xc1\x1b\xc4\x58\x9d\x87\xb8\x66\xef\xff\x9f\xe1\x54\xec\x16\x74\xfe\xa4\x47\xe4\xcd\x37\xdf\xe1\x33\xdd\x66\xe8\x70\x8f\x19\x47\xac\x15\x28\xc4\x70\xf8\xd3\x0d\x61\x13\x93\xd0\x4e\x58\xea\x33\x9d\x60\x3f\xfe\x08\x0e\xa0\x7c\x3a\xbf\x54\xa4\x8b\x39\xf4\xf4\x91\x37\x9b\xca\xed\xd9\xe9\x15\x19\xf4\xb9\xcf\x16\x65\xb3\x83\xb8\x0a\x8b\x39\x17\x6f\x6d\x81\x6c\xc9\x29\x2c\x63\x28\x6f\x7e\xac\xec\xe0\xfb\xe6\x3d\xb1\x17\x1c\xf6\xb0\x17\xf4\x34\x7c\x1f\x66\x87\x24\xf4\x5c\x48\x45\xb6\x85\x4a\x6a\xae\x0f\x60\x60\x92\x69\x09\x9e\x8b\x55\x86\x99\x3e\x6a\x9b\xee\x04\x72\x89\xec\xf9\x05\xf8\xc5\x3c\x0f\xcf\x4d\x12\xf3\xea\x3b\x10\x22\x67\xe5\x26\x7c\x42\x02\x05\x92\xee\x3e\x87\x0f\x77\xfa\x7e\x4b\x32\x7c\x2d\xca\xcf\xd3\x4d\x98\x4e\x03\xe4\xeb\x95\x09\x3e\x0f\x04\x07\xd6\x05\x04\x4c\x53\x79\x01\x02\xa6\x99\x06\xf4\x79\x76\xb6\x75\x6a\x92\x39\x62\x2e\x79\xde\x6d\x3c\xa4\x0c\x38\x82\xa3\x79\x9d\x76\xbb\xf7\xc2\x8a\x5d\x8f\x17\xe0\x9b\xfd\x92\x60\xd8\x56\xea\x1d\xa5\x15\xb1\xd7\xba\x6b\x40\x06\xc4\xe9\x1a\x7c\x24\xbe\x43\x23\x7a\x64\x7c\xba\x2a\x3d\x86\x51\x79\x36\x65\x7c\x26\xfc\x7c\x16\xe3\x1b\x5a\x2a\x9e\xc5\xf8\xa6\x16\x79\x30\x61\xf2\xe1\x99\x05\xd9\xb0\x9a\x08\xf4\xf9\x10\x84\xf7\x4b\x18\x0c\x76\x0b\xec\x60\xc9\x02\x57\x86\x60\x15\x84\x80\x2e\x80\x49\xc5\x0b\xf0\xa0\x77\x38\x2f\x4e\x1a\xa8\xf0\xbf\x21\x6f\xaf\x0c\x0f\xa9\xe0\xe5\x0a\x11\x38\xf5\x78\xe5\x77\x6c\x4a\x90\x5f\x52\xd5\x8d\x09\xe8\x97\x9c\xd8\x7d\x42\xbf\xe8\xde\x0c\xf4\x4b\xf5\x6e\x11\xe8\x97\xf5\x41\xe1\x0f\xe7\xdf\x32\xa9\x9f\xd8\xae\xaf\x4c\x11\x1a\x08\x94\x4b\xf5\x02\xf6\xd5\xce\xc8\xa1\x7c\xb1\x33\x1a\xa4\xf8\xe6\x9d\x48\x81\x5e\x90\xa6\x43\x7f\xb7\x57\xb8\x6f\xf6\x28\x38\x30\x6d\xd8\xc0\xe2\xa2\x43\xe9\xe7\xcd\xb8\x99\xb1\x8e\x2f\x4c\xb4\x9a\xc3\xf4\x95\x8b\x86\x2f\xdd\x84\x78\xd1\x23\x6f\x3e\x87\xcf\x5f\x3f\xb0\x1b\x64\x79\xe4\xa4\x00\x0a\xd3\xbc\x3c\x7f\xd5\x30\x4d\x07\xfb\x2e\xfe\x9a\xb5\x4a\xbd\x6a\x95\x18\xbb\x5e\xd3\xec\x1b\x45\xf4\xe2\x6e\xa9\x4b\xf2\x4b\x9a\x0f\x3d\xba\x01\x7f\xc9\xe0\xc4\x86\xe0\x2f\x40\x3f\xc7\x5b\xe9\x92\xef\x57\x69\x00\xb3\xdd\x9c\x6d\xce\x8d\x88\x2f\x8a\x4e\x00\xbe\xac\x1f\x18\x10\x09\xae\xcc\x10\x07\xe2\x4b\xf5\x42\x0d\xc4\x97\xa9\xad\x18\xc4\x97\xe6\xed\x3c\x00\x2e\xcd\x64\x29\x6f\xd8\x1a\xef\x13\x2d\x6c\xe0\x14\xd0\x29\x65\xcf\x4b\xff\x08\x42\xa1\xfe\x41\xd2\x2c\x57\x44\x9d\x4c\x95\x09\xec\x94\xac\x51\xe1\x55\x27\xb3\xa7\xa8\x5e\x26\xc0\x05\x22\xa5\x0d\x2b\x22\x7f\xbb\x46\x59\x50\x4e\x86\xf9\x7b\x7e\xa1\x9c\x60\x25\x00\xe6\xa4\x69\xec\x07\xc0\x24\x1b\x45\x0b\x80\x49\x57\x74\x06\xbf\x64\x7d\xe0\x1f\xb6\x40\x4d\x27\x30\x15\x9c\x3e\x01\x4c\x76\x0b\xa7\xb9\x55\xd1\x5f\x40\x30\x69\xfa\x0d\xbc\x78\xe8\xed\xed\x6c\x04\x0f\x6c\xff\xbd\xa4\xa6\x08\x36\xaf\xca\x0f\xcc\xf1\x55\xf9\x41\x36\x05\xbc\x64\xbd\xc4\x04\x90\x43\xc2\x94\x21\xaf\x69\xa4\x14\x48\x45\x2f\x91\xcd\x82\x5e\xd2\x86\xa7\xfd\x62\xc3\x4c\x6b\x65\x79\x86\xef\xc3\xd3\x14\x4e\x5f\x60\xf9\xf4\xd5\x78\x75\xdc\x80\x32\xbf\x37\xdd\x80\x86\xbe\xb7\xdd\x70\xbb\xdd\x60\x3d\xc2\x8b\xdf\x45\xfa\x87\x06\x87\xf7\x76\x06\x90\x5a\xdf\xdb\xad\xe4\xd7\x64\xbd\xae\x7e\x70\x73\xdd\x63\x19\xc2\xa9\x84\xf9\xde\x6b\x5b\x19\xcd\xfd\xde\xce\x37\xdb\xea\x71\x9a\x3c\x01\xb8\x01\x9a\xff\x09\x48\x95\xf5\x83\x6f\x91\x48\xcc\x19\xc0\x0f\xd0\x5b\xde\xf7\x11\x08\xde\xf2\xce\x7e\xfb\x3b\xbc\xd3\x78\x55\xc0\x9c\x37\xcc\x90\x7b\x35\x84\x19\x93\xc6\x3d\x6e\x7d\x06\x22\x8b\x91\x0e\xa0\x7f\xe9\x9c\x09\x42\x4b\xd3\xe1\x16\x84\x96\xd5\xba\x1f\x70\x11\xed\xec\xa0\x7f\xd5\x5d\x91\x98\x83\x96\xdd\xb2\x12\x0e\xd3\x46\x39\xa6\x17\x98\x70\x57\x18\x37\x7d\xbd\xae\xdf\x97\xb0\x7c\xdf\x27\x68\x57\xd9\x11\x44\x97\x55\x11\x2b\xbc\xf5\x2c\x26\x8a\xac\x91\x39\x7c\x89\x8c\x93\xfb\x03\x42\x16\xa4\x1b\x1f\x40\x34\x34\xf0\x1d\x9b\xff\x37\xfe\x20\x8a\x1b\x52\x01\x74\xcb\x4e\xe9\xf5\x1d\x88\x91\xdd\xb2\x15\x75\xca\x58\xe0\x58\x6b\x30\x56\x84\x21\x09\x30\x56\xaa\x29\xbb\x81\x58\x69\x06\x5a\x7d\xff\x0b\x61\x67\x72\x34\x2d\xcf\x6c\xdb\xf9\xb5\xe2\x37\x01\xb5\x99\x8a\xb8\xf1\xf9\x02\x14\xf8\x6f\xc2\x09\xd6\xd2\x3b\x7e\x66\x14\x05\xa8\x4f\xa5\xb2\xd9\xfb\x93\xf6\x69\xe6\xcc\x2b\x0e\x13\xf2\xf7\x15\x87\xc9\x89\xfc\x92\x25\x2b\x40\xdb\x6b\x96\x2c\x7b\xce\x5b\x5d\x29\xbe\x6c\x25\x7c\x1e\xc6\x14\x16\xef\x4b\xa8\xbc\x69\xca\x2f\x59\xb2\xff\xbe\xe9\x7a\xb0\x30\xa5\xc0\xf2\xc7\xcb\xcb\xd4\x54\xcf\xb1\xab\x43\x26\x15\xf3\x76\x61\x52\x49\x4f\x99\x10\xa9\x74\x88\x7e\xe6\xdb\x60\x14\x39\xbc\x76\x64\x97\x2f\x24\x4e\x78\x9a\xf0\x09\xf5\x2e\x90\xcc\xdb\xf0\xe6\x22\x73\xe0\x4e\x29\x7d\xbf\xfd\x1d\x94\x96\x73\xe7\x05\x8a\x49\xb3\xde\xeb\xc9\x65\x39\x54\x8a\x7e\x84\x31\x54\x28\xa9\xae\x02\xe3\x49\x9a\xb9\x09\x99\xc9\x46\x52\x94\xcc\x44\x07\xcb\x3b\x40\x22\x60\xae\xbd\x1e\x29\x0c\x7d\x7c\x89\x99\x11\x5a\x0a\x66\x93\x21\x94\x91\xcc\x26\x1d\x26\xa2\x09\xb3\x49\xee\x46\xe3\x9d\xea\xab\xfa\x06\x54\x47\xcc\x6d\xb8\x48\x76\xbe\xcb\x2b\x98\x3b\x32\xf1\x9d\x80\xfa\xb2\xbe\xe1\x28\x49\x71\x57\x5e\x4d\x87\x86\xfa\x40\x52\x32\xe0\x05\x9f\xaf\xa6\x43\xd8\xda\xe7\x8b\xe9\x50\x6b\x29\x84\x25\x4b\x40\x08\x08\x4b\x86\x8e\x81\x37\x36\x42\x12\xc5\x81\x4b\xa1\x41\x45\xbe\x92\x6e\x78\x13\x84\x25\x43\xc4\xb6\x37\xac\x13\x6d\xc8\x03\x9f\x0c\x5f\x12\xf6\x70\x7a\xdf\x86\xa2\xd1\x41\x4c\x92\x7b\x46\x27\xe8\xb3\x76\x53\xca\xae\xe5\x0b\x4e\x4a\x0a\x4b\x0b\x63\xdc\xe0\x97\x35\xaa\xf8\x4d\x4e\xc7\xac\x73\xa8\x45\x52\x1c\x2c\x28\x44\xaa\xe0\xa8\x9b\x1c\xc4\x67\x24\x07\x59\x7f\x5a\xe0\xde\x13\x4e\x49\x67\x0d\x3b\x95\x41\x6a\xaf\x46\xbf\x65\x93\xbe\x83\xc5\x32\x31\xe8\x15\x8b\xd7\x19\x74\x91\x44\x80\x0a\xf3\x82\xce\xde\xdd\x31\x5f\xdc\xe6\xce\xa0\x8b\xc9\xee\x52\x34\xff\xc9\xb5\x4e\x8c\xe0\x81\x2c\x7d\x41\x81\x70\x8b\x7c\xd9\x6a\x3c\x01\x43\x22\x92\x3a\x10\x25\x08\xf1\x18\x0a\xc7\xc7\x58\xce\x5c\x61\x85\xf6\xfd\x41\x06\x1f\xcf\xff\xf4\xd6\x7b\xff\x22\x8d\xca\x6b\x68\xc5\xd1\xdc\x5f\x98\xb5\x04\x29\x81\xe3\x63\x18\x58\x27\xc7\xc7\x9e\xe8\x0f\x49\xf6\x7e\x07\xde\x72\x8d\x03\x52\x76\xa8\x12\xbd\x58\xbb\xf6\x9c\x07\x3a\x61\x4f\x67\xa0\x13\xc4\x24\x7e\xd1\xc8\xa1\xc9\x9a\xd0\x77\x14\xe9\x21\x27\xfc\x1d\x4b\x54\x20\xe9\x3b\x86\x90\x44\xf0\x77\xa4\xba\x9f\xfc\x1d\x83\x2d\x31\x0e\xa2\x6a\xa8\x46\x1c\x87\x27\x83\xe4\x9a\x44\xb0\xaf\xbb\x02\xa2\x8e\x32\x40\xf7\x8b\xe3\x00\x05\xfd\xdb\xc3\x02\x76\x8e\x55\x92\xfb\x44\x54\x0f\x28\xbb\xe3\x20\xa2\xfa\xf8\x76\x80\x80\x74\x23\x80\x71\x8e\xa3\xb0\x1b\x84\xcf\x40\xd4\x00\x33\x77\xc0\xba\x31\x58\xd0\x21\xe9\x06\xd1\x87\x01\xe9\xc6\xf7\x90\x5f\xfa\xe1\x58\xae\x5c\x3f\xfe\x41\x23\x0a\xf5\xf8\x56\x43\x40\xc7\xb1\xd0\xda\xe3\x00\xf0\x9c\x74\xbc\x80\x76\x63\x01\x27\x1f\xd0\x6e\x2c\xc8\x65\xe3\xf8\x24\xee\x42\xbd\x8c\x43\x8b\x15\x09\x49\x71\x34\x40\xae\x17\x55\xc2\x32\xc5\xc9\x35\x0e\x2c\x53\xd8\x8d\xe3\x40\x5b\xe6\x2c\x15\x50\x67\x2c\xdc\x19\x71\x74\x00\xd2\x17\x35\x45\x7e\xb2\x3f\xc7\x81\x0d\x07\xb4\xdf\x80\x39\xa3\x0c\x9c\x92\x01\x75\x46\x72\x5c\x0d\xd8\x32\x92\x04\xa6\x38\x06\x99\x6d\x83\xc2\x06\x04\xbc\x8b\x0f\x61\x85\x59\x8e\xc8\x84\x59\x2d\x69\xf1\x14\xcc\x8d\xe7\xa7\xa2\x8a\xef\x4f\xad\x66\x3e\xcf\xb9\xad\xf1\x1d\x40\x5f\x31\xc1\x87\xec\x17\x03\xfa\xd6\x80\xfd\xa2\x90\x62\x12\xb0\x5f\x54\x66\x58\x1c\x41\x96\x76\xe1\x99\x20\x5b\xe9\xa0\x00\xac\x33\xa3\xf8\x25\xcd\x33\x96\x0c\xdb\xe1\x74\x94\x49\xe3\x19\xe5\xa0\x68\x20\x60\x9b\x73\x81\x34\x1e\xe6\x6d\x1c\x44\x19\x62\x11\x8c\x23\xcd\x29\xe6\x79\x20\x60\x49\x78\x8b\x63\xb3\x1a\xf2\x2e\xe8\xe5\x87\x83\xbf\x19\x0b\x29\x18\x60\xf2\x51\xac\xf6\x22\x87\xa3\x78\x4d\x6c\xac\x33\x61\x99\x13\xfe\x57\x66\x56\x1c\x0b\x0a\x68\x07\x68\x99\x85\x4e\x53\x45\x36\x3f\xa8\x89\x89\xf7\x85\xd2\x09\x02\x6a\xae\x31\x59\x03\x0f\x46\x1d\xcf\x04\x50\xe1\x21\x53\x45\x75\xf9\xa0\xb5\x8f\x62\xd5\x89\x2d\x9c\x4e\xf4\x4b\xcc\xf1\xee\x0f\x08\x55\x5d\x26\x17\x04\x28\x8e\xc4\x65\x88\x23\xa5\x5d\x1e\xed\x68\x1e\xfe\x8b\x51\xec\x34\xa2\x11\xb1\xa2\x06\xec\x14\x52\x6d\xc5\x21\xf8\xab\xcb\xfe\xb6\xf3\xb9\x7f\xc3\xe7\xe3\xf0\xde\x42\x93\xfb\x0c\x89\x04\x93\xc2\x80\x72\x25\x9b\x2f\x8e\x9b\x05\x5d\x9c\x64\x44\x32\x62\xee\x8c\xe3\x53\xbb\x73\xf7\xcb\x4f\xaa\x16\x0a\x80\x22\x89\x0c\xaa\x80\xa4\xa2\x0c\x8e\xf3\x01\x4b\x45\x1f\x0a\xa5\x1f\x86\x25\x67\x37\xea\x2d\x48\xdb\x71\x60\x5a\x19\x7b\xbd\x91\x91\xcf\x69\x2b\x20\xa0\x68\xcd\xfe\xfa\xd4\xdb\x39\x1d\x76\x50\xdc\x0e\xa7\xfd\x63\x69\xe1\x57\xb5\xca\x79\x0d\x58\x86\xc3\xfc\x48\x17\xe5\x7d\xd7\x86\xbd\x4a\x10\x00\xa6\xa2\x80\x51\x22\x87\xe2\x03\xc6\x42\x58\x52\xe2\xc0\x9a\x32\xb6\x6c\xfc\x14\xdf\xba\xec\x61\xc4\x32\x59\x88\x21\x11\x04\xb1\x0b\x51\x10\xb2\xa8\x62\x51\x08\x8f\xb6\x46\xa5\xe0\xdc\xa3\x69\x05\xde\xc0\x81\xbb\x28\x60\x85\xa8\xc7\xbe\x66\x1a\x7f\x1b\x57\x94\x22\xc2\xc5\xe1\x1b\x74\x40\xa7\x34\x04\x2e\x41\xa7\x01\x8d\x44\x21\xcf\x33\xca\xa7\xf9\xa6\x9d\x04\xfb\x43\x55\xa0\x15\x22\x1a\x39\xef\x44\x31\xe6\x9a\x21\x2c\xcd\xd9\xc9\x77\x40\x6f\x01\xe1\x23\x4a\xff\x16\x2b\xd6\xb4\x80\xe5\x21\x89\x8d\x0b\x48\x1e\x26\x79\x45\x01\xc9\x43\x19\x64\xf0\xc4\x3f\x96\x07\x0a\x20\x49\x64\xa0\xc5\x44\xd1\x26\xde\x78\x08\xc8\x6c\xa2\x13\xa2\x0c\x16\x5e\xa5\x16\xc3\x17\xa6\x7f\x10\x1f\xcf\x82\x81\xb4\x61\xed\xaf\xa2\x41\x0e\x8e\x22\x01\x6b\x43\x25\x99\x2a\x0a\x1a\xe4\x80\x7a\x25\x0a\x21\xd8\x64\x00\x07\x74\x0e\xfa\xed\x03\x3a\x87\x39\x6d\xdc\x84\x09\x6d\x7f\x95\xc8\x00\x36\xa8\x32\x77\x35\xfc\x83\x73\x1c\x13\xba\x90\x08\x89\xdf\x21\x60\x70\x98\x18\xd6\xa3\x84\x1f\xa5\x6d\x28\x8d\x83\xbc\x9d\x28\x61\x37\xd1\x01\xf8\x9e\x9b\x2f\xec\x88\x48\x6a\x97\x70\xb0\x21\x6d\x8a\x0c\xae\xac\x36\x08\x19\x12\x52\x99\x90\x90\x61\x10\xb1\x1f\x45\xb9\x37\xfe\x62\x95\x89\x42\xb6\x3a\x99\x3f\x51\x96\x55\xa4\x49\xf8\x90\x73\x7f\x99\x40\x11\x27\x10\xa1\x93\xe4\x74\x04\xe4\x0c\x73\xfa\xee\x27\xf7\xd6\xe4\x91\x8b\x3d\xcd\x57\x95\x62\xcd\xfe\xbb\xec\x0e\x1f\xea\xfe\xe1\x0f\x66\x90\x63\x7d\xc1\xf2\xc0\x32\x86\x83\x21\xd2\xf5\xf0\x49\xa5\xd5\x2d\x58\x3e\x86\xe6\x97\x6e\x53\xf6\xe8\x8f\x1b\xbe\x47\x84\x49\x01\x24\x7a\xd8\xc7\x30\x83\x83\x81\x1a\x32\x2c\x88\xcb\x17\x30\x2c\x4c\xb0\x83\xa2\x90\x02\xe2\x4e\x56\x7e\x04\xe6\x0e\x5f\x66\xd8\x9b\x2f\xbf\x74\x38\xd7\x8f\x5d\xe1\x35\xd9\x6d\x88\x7a\x58\x18\x82\xe4\xb6\x80\x85\x61\x82\x11\x1d\xe5\x01\x8b\x61\xfa\xfc\x03\x13\x2a\xe5\x22\x4a\x0e\x1b\x43\xd8\xd0\x74\x05\x48\xa3\xe0\x4c\x52\xa9\x6b\xce\xcf\x4f\xa9\x5b\xdd\x4a\xab\xd4\x11\x40\x10\x70\x27\x14\x75\xa3\x2a\x90\x23\x6b\x06\x6a\x83\x04\x2f\x21\x20\x18\x48\x55\x94\xaa\x96\x05\xc3\x40\x54\x12\xda\x48\xdd\x8a\x5a\x1d\xd9\xe4\x7a\x99\x8f\xec\x1f\xb8\xb9\x90\x07\x72\x04\x0c\xc2\x97\x02\x8e\x80\xba\x2c\xba\x91\xec\xee\xfd\x4f\x68\x60\x4a\x0c\xb1\xff\x87\x25\x37\x41\xf8\x16\xd7\x24\x6b\x17\x5f\x25\x6e\x07\xbd\xa7\x7e\x27\x59\x2c\xdf\x51\x35\x5b\x2e\xbf\x48\xc6\x46\xf1\x33\x17\x61\x4b\x3e\x63\xde\x34\x7d\x0a\x6f\x40\x23\x9a\x2a\xe0\x0d\x08\xce\x40\x51\x25\x46\xf3\x3e\xd1\x97\xc4\x46\x46\x25\x4a\xe6\x38\xbc\xa6\x29\xc8\x0b\x90\xff\x27\x78\x72\x01\x88\xff\x24\xdc\x24\x2a\xd8\x1b\xc3\x3e\xc1\xca\x39\x9c\x9a\xc0\xf8\xaf\x6e\x07\xe1\x70\x23\x74\x2d\x2a\x51\xd6\xc3\x59\x24\xbe\x3f\x67\x8f\xa8\x3b\xdd\x9b\xd1\xac\x64\x94\x10\x5e\x10\x95\x90\x99\x01\x38\x45\x54\x62\x66\xd2\xc1\x21\x66\x66\x10\x51\x1b\x15\x10\x63\x4c\x5e\x51\x01\x31\xde\x8d\x46\xb6\x11\xb8\x14\x50\x05\x54\x0c\xdd\x21\x55\xc0\xe8\xfb\x05\x16\xb9\xc3\x4c\x16\x09\x00\x0d\x01\xf4\xff\x54\x18\x56\x10\xa2\x88\xb9\x8c\x1a\x58\xfb\x51\xd1\x84\xfb\x57\x6c\xd5\xc0\x24\xe9\x28\x7f\x22\x2c\xf7\x94\x12\x93\x18\x61\x5b\x4d\x7a\x73\x74\x84\xdd\xb0\x63\x50\xe9\x86\xcd\x27\xe5\x1a\x23\x5f\xd4\xb4\x5f\x90\x7f\x95\xb0\x4c\xf0\x69\xa2\xa6\xfd\xf2\x27\xee\x5b\xd4\xb4\x19\x54\x65\x09\x7b\x4d\x75\x17\x70\x6b\x2c\x2c\x30\xfc\x27\xd1\x67\x51\x85\xe8\xb0\xff\xbe\x73\x6c\x2a\xba\x85\xde\xaf\x4e\x8e\xcd\x80\x49\x4d\x4e\x6b\xc2\xae\x59\x4f\x19\x29\xa8\xee\x05\x29\xb5\xe3\x8b\x91\xd5\x2d\xba\xfe\x8b\xd3\xe4\xab\xdf\xa1\xb6\xbb\x3d\xd6\x1d\x7b\x42\x87\x80\xae\x8b\x21\x30\xea\x0d\xf7\xab\x1f\x55\x15\x43\x48\x02\xc3\x3f\x76\xed\x6e\x2d\x70\x3e\xcf\x34\x46\x6c\x01\x98\x3f\xdc\x96\x01\xcc\x1f\xee\x68\x02\xe6\x8f\xe1\x28\x9a\x2f\xa2\xf4\xc0\x18\x3a\xf6\x64\x97\x60\xda\x3e\xc2\x77\x96\xae\x67\xf4\xb8\x31\x5c\x4d\x28\x72\x6d\x7f\xc9\x60\x12\xbf\x64\x11\xf6\xd2\x43\x11\x4e\x38\x8c\x99\x1e\x65\xaa\xb4\xd2\xb6\xff\x81\xb9\xd3\xc9\xf4\x28\x94\xbc\x0f\xa8\xba\x1d\x6c\x2e\x1c\x87\x0b\x90\xeb\x87\x9b\x29\xc8\xf5\x7d\xd7\x9a\x1c\xe7\x66\x7f\xbd\xb6\x80\x5a\xbf\xf4\x97\x2b\x14\x2e\x30\x77\x21\x10\xe8\x87\x1b\x4f\x7d\x4d\x69\xa4\x0e\x2f\xa7\xe0\x7d\x1f\xf3\x48\xfa\xee\x0f\x30\xb3\xef\xfb\x22\xd0\x0f\x22\xab\x02\x04\xfa\xe1\x56\x28\x02\xfd\x20\x13\x2e\xda\x61\xc9\x8d\x6b\xf8\xb2\x9b\xf7\xd9\x9d\x98\x6b\xad\xf8\x4c\x70\xcd\xbe\x08\x98\x73\x34\xec\x97\xee\x85\x4d\x8a\x68\x9a\xd6\x8a\xd5\x9e\x5c\x63\x76\x64\xad\x0a\x48\x8f\x03\x36\xc0\xa3\x1f\x2a\x37\xe0\xd1\x0f\xb5\x41\x70\xe7\x87\xa2\x5d\xdc\x79\xcf\x68\xe0\xcb\x0f\x42\xa1\x02\x50\xf9\xa6\xde\xda\x76\x0e\xb3\xd7\x46\xcd\xfa\x3c\xa4\xad\x28\x74\xad\x8a\x30\x86\x5a\xd9\xaa\xde\x71\x5e\x68\x14\xd6\xbd\x86\xf0\x62\x78\x3d\x7c\x81\xe6\x83\xb8\x0b\x65\x53\xb4\x66\xc6\x06\x5f\x6d\x4c\x90\xee\x7d\x26\x08\x3a\x05\x48\xf5\x65\x90\x70\x1a\xad\x61\x96\x60\xda\x01\x55\x5f\x56\xfa\x90\x34\x64\x74\x5d\x77\xa4\xd8\x79\x1b\xe6\x4e\x8f\xa2\xe0\xd6\x27\x19\x1b\x01\x6c\x7d\xba\x34\x81\x9e\x1f\x38\xa3\x03\x88\xf9\x81\xb3\x21\xda\x70\x85\x20\x87\x1a\xdb\x41\xb3\xda\x70\x3a\x4f\xb6\x0c\x30\xe6\x07\x24\x93\x01\x64\x7c\xa4\x1f\x95\xa0\x12\xd0\xba\x68\x12\x83\x15\xff\xb0\x09\xbe\x40\xaf\x8e\xbf\x5c\x0a\xd1\xb4\x78\x86\x2f\x3d\x7e\x99\x5e\x23\x8c\x42\x0d\xbf\x85\x10\x9c\x5e\x5b\x77\xec\x1a\x00\xcd\xe7\xe1\x04\x22\x4d\xd0\xe3\x8e\xa0\xf3\x72\x34\x47\xd3\xe4\xe9\x40\x8a\xee\x77\xf8\xd0\xf2\x21\x5a\xfb\x89\xfe\xdc\xd3\x35\x2e\x68\xb5\xbc\x8f\x45\xaa\x58\xf4\xcf\x17\xa8\x6c\x30\x17\x87\x5f\x7a\xfd\x83\xb7\x13\x03\x4e\xf1\x1a\xc2\x4f\xbf\x94\x81\x0f\xc3\xfb\xe9\x0b\x8c\x06\xc1\xfd\xcd\x3e\x74\x17\x99\xfb\x87\x78\x39\x5e\x7f\xdb\x1a\x71\x0e\x01\xd6\xfc\x84\xe2\x3a\x80\x97\xaf\x1e\x7e\xdb\x32\x22\x8a\x2a\xb1\x1f\x14\xfb\xf5\xdb\x0f\x26\x39\x4f\x01\xba\xbb\x58\x13\x21\xba\xfb\x50\x6b\x04\xde\x5d\xc6\xc5\x00\xc5\x7d\x16\xd7\x22\xfb\xc1\x72\x4c\x4c\x7e\x46\x5b\x68\x40\xeb\xfe\x5b\xed\x17\xe8\xdc\x76\x0c\xda\xb1\x36\x32\x10\xdd\xa7\xa7\x4e\x80\xdb\xa7\xd6\x39\x81\xdb\xc9\x92\x08\x50\xd8\xa7\xb6\x93\x76\xfb\x51\xd7\xca\x6d\xb5\xa9\xdd\xb7\x21\x4c\x82\x64\x02\x14\xf6\x49\xcc\x4b\xb4\xef\x98\xde\xc8\xbd\x0c\x11\xd9\x89\x67\x0f\x10\xd9\xcb\xbf\xe1\xb9\xed\x0b\x7a\x9e\x8d\x02\x92\xea\x00\x92\x7d\x7a\x88\x6e\x80\x61\x60\xca\x0d\x90\xd7\x27\x96\xed\x10\x79\x7d\x4c\xd7\x96\xdc\xc7\x2e\xcc\x4f\x53\x9e\xb8\x7b\xa3\x3d\x4e\x37\x7b\x1b\x55\xd9\x23\x68\x7b\x1c\x67\x8b\x7e\x2c\x82\xe2\x88\x8d\x38\x9c\x30\xa4\x1e\x16\x45\x28\x76\xce\x2d\xe1\x54\x89\x89\x2a\x8a\x0e\xf3\xbf\xc7\xf1\x7e\x74\xff\x98\xfc\xc0\x4d\x46\xcf\x74\x00\xf3\x60\x2d\x8e\x7e\x60\x6e\x62\x1b\xe8\x87\x5d\xdf\xb9\xa6\x33\x58\xca\xe0\x9f\x37\xe5\x49\x2f\x40\x21\x1c\xde\xbf\x78\xe6\xab\x51\xff\x64\x6b\x57\xce\x76\xe8\xb7\x70\x1e\x04\xa8\xe5\x53\xc3\x6b\x87\x95\x5f\x8e\xdf\xe8\xe8\xdc\x1a\x30\xbb\x3a\x37\x5e\xbf\x00\xdb\x7c\x6a\xcf\x13\xdb\x5c\x66\xdf\x00\xdb\x7c\x6a\xce\x14\xdb\x5c\x0a\xe2\xe8\x95\x81\x60\xa9\x77\xc2\x05\x06\x04\x77\xd1\xd1\xcc\x35\x98\xf6\x86\xd3\xcc\x06\x11\x90\x0e\xd8\x56\x80\x86\xde\x08\x25\x0a\xc0\xd0\xeb\xea\xde\xc7\x8d\x13\x5e\x93\xa0\x82\xc8\x12\xf3\x5c\x2e\xd8\xe8\x82\x50\x20\x1a\x7a\x27\xbb\x05\xf9\xd1\x05\x6a\x40\x53\xe8\x44\x08\xc0\x77\xf9\x87\x90\xeb\x26\x5e\x33\xda\xe0\x93\x17\x89\x28\xa3\x93\xfb\xa4\x3d\xa4\xa3\x59\x2f\x14\xd7\x3e\x1c\x00\xea\x85\xd1\x80\x34\x95\x10\xc4\x5c\xc2\xc9\x00\xc4\xbc\x61\x13\x0f\x40\xcc\x05\x51\x8e\xae\x3d\x15\xa1\x03\x6e\x79\xc6\xbe\x26\x66\xc7\x6e\x9e\xa0\x7e\xb0\x92\x7b\x40\x36\x64\x85\x30\x89\x12\x19\x1b\x5d\xa8\x07\x3b\x30\xc8\xcd\xb6\x0f\x94\x76\x38\xba\x03\xa8\xf2\x32\xc2\xf9\x47\xb8\x02\x51\x26\xd1\x05\x2a\x42\x0c\x76\xc5\x5d\x38\x01\xcd\x8a\xdc\x7f\x9c\xfe\x41\x79\x02\x15\x15\x1f\xa2\xbc\xe2\x57\x2d\x0f\xc9\xd1\x49\x97\x24\x13\x28\xfa\xb2\x67\xa8\x07\x9c\xf1\x23\x9d\xbf\x62\x0d\x21\x15\xba\xe9\x8f\xb6\xf4\x24\x3d\xcf\x12\x44\x11\xe2\xd4\x04\x64\x78\x1e\x4e\x5f\xc4\x94\xfa\x09\x10\xde\x0b\x27\x6f\x88\xa3\x0d\x7a\x61\x00\x8b\xbd\x9a\x05\x83\xd0\x59\x7d\xd7\x23\x39\xae\xf7\x00\xfc\x7a\x29\x9a\xba\xe9\x8f\x28\xd2\x9d\xc8\x65\x43\x13\xa3\x0b\xaf\xd3\x7c\xc1\x26\x74\x3f\xfb\x35\x01\xc8\xfe\x10\xfd\xda\xb0\xc0\x00\xfd\x7a\x2e\xd7\x2c\x61\x5b\xc6\x29\x06\xe8\xd7\xd2\x44\x85\xe8\xd7\x87\x7d\xfc\x60\x42\x41\xc7\x14\xfc\xda\x58\xa1\x00\xfc\xba\x85\x2d\x42\x29\x4d\xe7\xf5\xc3\x51\xc2\xd9\xfa\x8a\x7a\xcc\xfd\xd7\x97\xa7\x3f\x70\x67\x2b\x16\x64\x7c\x40\xd9\x01\x8a\x7a\xc2\x2a\x12\xa0\x4f\x77\x72\x87\x62\x90\xe6\xe3\xf1\x6b\x40\x96\x0e\x8a\x52\x0c\x32\x79\x74\x2b\x07\xe8\xd3\x93\xb0\xe4\x18\xfa\x63\x08\x12\x88\x51\xc8\xa7\x61\x10\x81\xa5\x2e\x46\x97\x04\xb8\xd4\xd3\xa3\x3b\x20\xd3\x45\xad\x0e\x90\xe9\x41\x76\x5a\x00\x32\xdd\x00\x57\x0b\x30\xa6\x8b\x21\x0c\x01\xc8\x74\x53\xdb\x19\x20\xcd\x69\x9a\x05\x57\x3a\xc8\x1c\x09\x70\xa5\x8b\x0e\xdd\x00\x58\xba\xc1\x32\x18\xa3\x9a\xe3\xc2\x57\xd1\x33\xbb\x6d\x20\x28\x4a\x1f\x7b\x80\x38\x5d\x08\x9f\x0b\x10\xa7\xe7\xda\x2f\x20\xfe\xa7\xf7\xe9\x01\xbc\xfb\x31\xf4\xa5\x23\xff\x07\xf9\x38\x6a\x6f\xc3\x24\xec\xf0\x1a\x8c\x09\x44\xe7\xf8\x84\x5f\x03\xbb\x3b\x40\xa8\x2e\xc6\x27\x04\x10\xd5\xc5\x6d\x01\x88\xea\xa2\x87\x3e\xc0\xa8\xae\x69\xd1\x26\x83\xa6\xf7\x37\xef\xb8\x9f\xfa\x16\x01\x10\x44\x21\x44\xf5\xca\x3f\x5d\x0c\xe0\x57\x4f\x2d\xe0\xe0\x57\x17\x23\x0a\x62\x80\xee\x03\x56\x51\x08\x66\x0d\xaa\x57\x00\x66\x3d\x15\x1d\xe3\x13\xb2\x53\x99\x02\x98\x75\x25\xe3\x3c\x86\x76\x55\x7c\xd1\x31\x00\xdf\x01\xdb\x28\x40\xb9\x6e\x61\xdd\x81\xd2\x01\xab\x32\x04\xaa\xf6\xa8\x09\x50\xf5\x38\xec\x29\x44\x6a\x38\x01\x87\x3c\xdc\x3e\xcf\x39\x1f\x89\x07\x34\x75\xa8\x03\x0d\x50\xe7\xa6\x63\x6a\x08\xb0\x95\x03\x3e\x47\xcd\x0d\x98\xea\xd4\xfa\x05\x02\xf5\xdc\xf5\xc1\xfb\x3e\xf0\x99\xc7\x90\xf2\xd6\x09\x44\xe2\xce\xbf\xf1\xfd\x64\x6d\x10\x7e\x12\x22\x50\x0f\x78\x2a\x03\x08\xea\xaa\xf7\x71\x90\x73\x1e\x56\x23\xd8\xba\xbd\x0f\xc4\x8e\x12\x75\xa4\x41\xde\x34\x21\xc1\x3c\x46\xac\x01\x4d\x1d\x2a\xe7\x23\xb5\x7d\xf2\xcc\x62\x69\x79\x84\x19\x52\x10\x3a\xd4\xeb\x6b\xff\xe1\x6a\xd2\x0c\x0b\xbb\x58\x80\x4d\x1d\x9a\x95\x80\xa6\x2e\x63\xf7\xf6\xa7\x7e\xc6\x61\x11\xe2\xc6\x59\x0d\xa0\xa9\x07\x74\x61\x01\x34\x75\x09\x17\x23\xb8\x71\xcd\x39\x4a\x5c\xd9\xc1\xee\x3b\x96\xab\xc0\xc6\x11\x36\xac\x8b\x12\x68\xea\x20\x92\x27\x40\xa6\xee\x7b\xe6\x13\x36\x3c\x40\x0d\x8e\x01\xdb\xc4\x1e\x08\x92\x54\xed\x30\xb9\x8f\x1c\xdb\x93\xe4\x04\x76\x3f\x50\xa5\x43\xf1\xb8\x51\xa5\x35\x1d\x6c\x58\xe9\x5d\x30\x86\x10\xb4\x6c\x50\xa5\xc3\x0d\x62\xe0\xe8\xd7\xdc\x36\x2e\x64\xae\xcd\xbf\x04\x2b\xf5\x3a\x79\x86\xa1\xc5\x26\x42\x6c\x74\x00\x36\xdd\x3c\x8f\x03\x36\x5d\x9b\x92\xf2\x7a\xc8\xfa\xe2\xfa\x66\x10\x6c\x24\xe9\xf4\x87\x93\x99\xf0\x32\xfd\x02\x60\x4d\x17\x20\x20\x02\xac\xe9\x22\x92\x6a\x8c\x1b\x0a\x25\x5b\x76\x23\xa1\x14\xb3\x00\x0c\x55\x57\x0e\x3a\xb3\x7b\x3f\x20\xd4\xa1\x09\x09\xac\xe9\xbe\x3f\xea\x4e\x06\xb8\x71\x8c\x1f\x18\xea\xce\x1d\x72\x73\x08\x13\x09\x00\xa9\xc3\x1d\x07\x40\xea\xef\x05\xbe\xaa\x71\xc5\x66\x62\x81\x06\xde\x21\x86\x4e\x32\x0f\xe4\xe3\x87\xdb\xca\x36\xc3\xf5\xb0\x07\x04\xd4\xea\x61\x09\x8f\xed\xe7\x99\x87\xf6\x5b\x3d\xf7\xb1\x85\x26\x0a\x9c\x75\x40\xb9\x17\xc0\x59\xc7\x5e\xd9\x0f\x83\xc0\xc6\x07\x9c\xf5\xf7\x82\x5f\x02\x9e\x53\x49\xf7\x5c\x3c\xf4\x57\x7c\x6f\x0c\x33\x77\xdc\x14\x88\x65\x38\x14\x50\x22\xcd\xb9\xbb\xbc\xa6\xe9\x52\xc8\xcb\x1c\x73\x37\xfa\x36\xc5\x80\x38\x30\x00\xc1\x0e\x8f\xac\x1b\x04\x1b\x01\xb8\x31\xb0\xbb\xf7\x69\x36\x56\x98\x89\xb2\x3f\x9d\x63\xf3\x53\xf6\xc3\x18\x05\x10\xb1\x83\xe4\xc8\x00\x11\x3b\xd6\xbe\x6f\xc1\xc9\x35\xf0\x3a\x6c\xdf\xb3\x58\xf0\xe0\x9a\xef\x70\xda\x9d\x18\x64\xa6\x93\x6c\x16\xfb\x6f\x71\x4d\xff\xa1\xcc\x00\x88\x1d\x86\x31\x4c\x7d\x6f\xce\xd0\x09\x87\xbb\xa6\x7a\xd0\xb1\x97\x1b\x96\xe0\xd8\xee\xa1\x80\x63\x07\x09\x1e\x31\x2b\x61\x32\x36\xad\x32\xd3\x39\xec\x4d\x28\x7f\xa7\x43\x3d\xe1\x0b\xd4\xe4\x07\x9a\x76\x78\x84\x06\x4d\xbb\xe9\x91\x01\x4c\x3b\xdd\xf9\x00\xd3\xfe\x5e\xa6\xf3\xc4\x80\x5d\x5e\x93\x92\x56\x7c\x81\x2c\xfd\xb4\x16\xb7\x2f\x58\x34\x6b\xc0\x6a\x37\xaa\x8a\x4a\x30\x1b\xa3\x80\x5a\x03\xc8\xb6\x19\xc0\x01\xc8\x76\xe8\xb8\x9a\x0d\x62\x0b\x0b\xc0\x84\x33\xf7\xbb\x0c\x82\xa3\x09\x96\xd3\xdc\x43\x8e\x11\x1f\x2c\xf5\x98\x8d\x69\x81\x32\x36\xbb\x7d\x44\xc7\x03\x0d\x3b\xf7\x30\x83\xc4\xed\x66\x08\x12\x77\x10\xa3\x13\xb3\xdb\x66\xc7\xbf\x2f\x26\x8f\x6f\xe3\xe6\xa1\x99\xdd\x96\xf1\x9d\xc1\xf2\x41\x9c\x83\xbe\xfd\xbd\xeb\x0f\x96\x0f\x92\x1a\xf8\xed\x32\x77\x5f\xe0\x02\xd0\x56\x35\x07\xed\x99\xde\xb7\x3d\x56\x63\xd8\x1e\x8a\x1b\xb0\xa6\x78\x0d\x9e\x0a\xc1\xf8\x31\x01\x69\xd8\xb3\x0d\xea\xf9\xb9\xaf\xc7\x7f\xff\x4b\xcd\xf6\x20\x71\x7f\x1f\xa5\xae\x44\x7e\x68\xc3\x13\x89\x7b\xee\x12\x26\xed\xb4\xe4\xbd\x11\xdb\xa2\xc9\x34\x44\x5d\x9e\xf3\x86\xe8\xdb\xb7\xe9\x62\xc7\x0d\x2b\x92\xfe\xd3\x19\x85\x33\x12\xef\x86\xe8\xf3\x3c\x1f\xf0\xb4\xb3\x0b\x4d\x23\xdf\xec\xc9\xb8\xf1\xbd\xf8\x9d\xef\x54\xb0\x7c\xe4\x9b\xf1\x4e\x35\x52\x69\x41\x87\x08\xb1\xb9\xe7\x11\xfe\x30\xb5\x9e\xcf\xa7\x1d\xcf\x66\x33\xd9\xb6\x3d\x21\x01\xda\x5d\x8f\xe2\x43\x9f\x5a\xb4\xec\x09\x00\x1e\xc2\xb9\xc6\x99\xc8\x5d\x1b\xd0\xee\xe5\xca\x21\x66\x64\x82\x69\x11\x93\x54\x5a\x37\x6d\xc0\xbc\x5b\xfc\x19\xd6\x1b\xf3\xdb\x9f\xa7\x1b\xfa\x84\xf5\x3e\xd8\xb9\xe6\xb7\x93\x4e\xf7\x70\x60\xbc\x9b\xdb\xf0\xbc\x84\x40\xe6\xf9\x6f\x07\x0c\x8d\x7e\x93\xe8\x8e\x49\x0e\x5b\x80\xf5\x1d\x9a\xc1\xe6\xc5\x4c\xb2\x57\xe5\x5e\x00\x27\x33\x26\x58\x0e\x69\x93\x36\x55\x2f\xd7\x37\xc1\xe4\xae\x55\x60\x1a\xb4\x92\x82\x01\x5e\x89\x73\x0e\x30\xc0\xcb\x24\x66\x33\xa6\x7b\x9d\x73\xf5\xb6\x04\xdb\xf0\x6d\x76\xdd\x13\xf6\xfc\x36\xbb\x49\xe2\x6f\x4c\xc2\xaa\xa7\xef\x02\xae\xe4\x34\xfc\x1d\x44\x34\xf0\xea\x0f\x23\xbf\xa2\x8a\xc8\x3a\xe3\xbb\xe6\xcf\x66\xa2\x0d\xcc\x1f\x20\x5f\x2e\x55\xf3\x56\x8b\x92\xf4\x27\x74\xb3\x0f\x09\x20\x40\x27\xfd\x8c\x2e\xf5\x85\x8b\xf3\x04\x15\xfa\xb6\xc0\x4c\x25\x09\x0c\xbb\x2a\x4c\x80\x92\x7f\x1f\xa5\xaa\xdf\x81\x2f\x8b\x42\x92\x24\xd6\x69\x30\xcd\x7c\x80\xac\xda\x6f\xf4\x4f\x32\x3a\xf9\xb0\x52\x85\x33\x74\x07\x99\x54\x1f\x22\xc6\xd9\x89\xf2\x00\xd1\xee\xa2\x7f\x0c\xae\xa3\x84\xd7\xa2\xdd\x32\xbe\x3d\x6f\xea\xa2\x07\xdf\xbc\x06\x8e\x01\xf0\xcd\xbf\x87\x28\x02\x82\x40\x5d\x09\x80\x9a\xb7\xe5\x28\xe0\x0e\x0e\xe7\xeb\xab\x5b\xd2\x97\x11\x25\x06\x07\x01\x6a\x5e\xb4\x46\x01\x6a\xfe\xfd\xf1\xfd\x00\xd5\xfc\xfb\xd1\xf9\x41\xf2\x50\x7a\xdd\xf9\xec\xe0\x1a\x08\xc5\xe1\x0b\xc2\x6b\xb1\xbc\xc5\x35\x27\x60\x3a\xc4\x35\x9f\xfa\x65\xc1\x35\x9f\x6a\xfb\x01\xe1\x03\xc9\xe2\x11\x58\xc2\x34\xbb\x86\xc0\x5b\xcc\x87\x20\xda\x5a\x33\x44\x10\x6d\xbd\x0f\x3b\x01\x75\xbd\x82\x45\x94\x72\xad\x3b\xa0\x94\x97\x6d\x47\x05\xa6\x5c\x20\x91\x00\xa6\xbc\xbb\x9b\x82\x40\x3e\x77\xbd\x39\x0a\x6e\x93\x27\x08\xe4\x35\x30\x1d\x02\x2e\x3e\x35\xfb\x44\x13\xe3\xd4\xfb\x20\xe0\x31\x45\xa3\x71\x9a\x62\xbb\x8a\xe6\x12\x60\x89\x86\x8c\xb8\x2c\xb2\xe0\x30\xb7\xcd\x96\x01\x2b\x84\xf1\x72\x40\x93\x77\x5d\x34\x21\x34\x03\xcb\x18\x64\xf2\xb2\xad\x96\x40\x93\x4f\x62\x38\x03\x38\xf2\x69\x58\x24\x80\xe2\x2b\xbd\x3f\xe8\x3d\x84\x46\xe0\x1f\xae\xfb\x1a\x67\xbf\x4d\x00\x21\x01\x04\x86\x08\xe0\x4e\x81\x05\x8a\x30\xdc\xa5\x79\x1f\xbd\x47\x93\x13\x10\xe0\x13\xd6\xb8\x08\xe2\xa5\xb5\x79\x04\x80\x83\x98\x80\xfe\x90\x71\x00\x87\x4f\xc2\xf2\x23\x08\x26\x34\xd2\x22\xa6\xae\x26\x7a\x4d\x87\x00\x82\x00\xc4\xee\xa9\x4b\x05\xc0\x6e\xb3\xb6\x02\xc0\xee\x09\xda\x6c\x00\xd8\x3d\x5d\xa6\x60\x74\x57\x70\x0b\x22\x72\x13\x45\x73\x7d\xf3\x0c\xdd\x94\x7e\x93\xb2\xc8\xbd\x24\x1f\x29\x02\x7b\xbe\xae\xaf\x80\x3a\x36\x8a\xf7\xf1\xc1\x3b\x97\xbe\xf3\x51\x6a\x84\x0c\xa0\xbe\x84\xa4\x0e\xb0\xb4\x47\xb5\x80\x13\x93\x27\xa2\x42\xc8\x6c\x21\xa9\x03\xc8\x6c\x59\x4f\x03\xc8\xec\x22\xd6\x73\x80\x99\xdd\xf5\xb8\x84\x80\x60\xce\x7b\x21\xb3\x3d\x3c\x80\x99\x2d\x25\x49\x00\x99\xbd\x0c\xfe\x10\x19\x7b\xcf\x50\xb0\x50\x27\xc7\x48\x91\xb1\x85\x7a\x0e\x91\xb1\xc3\x29\x0d\x02\xc1\x9e\xba\x17\x6a\x8a\xd3\xf5\xa2\x63\xd8\xb1\x03\xfa\xf6\xa9\x61\x25\xbe\x3d\x21\x0c\x1f\x0d\x38\x1f\xd2\x86\xe2\x13\x76\xbb\x8c\x9f\x7c\xa3\x14\x06\x7f\x9c\xdb\x77\x6c\x68\x1c\x46\xf0\x77\xb3\x19\x71\x1f\x3b\x99\xb6\xa4\x78\x40\x68\xe2\x94\x13\x8f\xb5\xc6\xa2\x0d\x40\x75\x37\xea\x24\x94\x9b\x80\x94\x46\x60\xdd\xf7\xfc\x13\x8f\x3d\x69\xc7\x48\xb2\x5a\x7c\xe3\xf4\x0f\xbf\x0b\x64\xe1\xbe\xc6\x06\xe4\x38\xe0\x02\x80\xb1\x2c\xe2\x93\xc0\xcb\x66\x92\xad\xe2\xf6\x08\xa2\x75\x6b\x4e\x2a\xf3\xfd\x31\x5c\x05\x06\x37\xc1\x38\x23\x5e\x62\x5c\x30\xab\x03\x75\xdd\x34\x2d\x0a\x75\x6d\x10\x26\x48\xd7\xd5\xc8\x0e\x91\xae\xf5\x2a\x24\x59\xfd\x6a\x69\x49\xb2\x8a\xe7\x51\x31\xab\xc9\x98\x0d\xb0\xa9\xa5\x9a\x0e\xb0\xa9\xab\x66\x35\x50\xa7\xa7\x4e\x08\x50\xa7\x1b\xf9\x26\x01\xe8\x74\x11\x7e\x33\x92\x2c\x96\x03\xdf\x46\x92\xcc\x28\xd8\x65\x00\x47\x6d\x3a\x79\x24\x81\x7d\xa2\x5d\x46\x42\x52\x6e\xfb\x53\xac\x1d\xfd\xe0\x59\xa4\x47\xe3\xd8\x91\x85\x65\xc8\xc1\x26\x2b\x52\x89\xa5\x91\x98\xeb\x44\xa3\x8c\xc4\x5d\xb1\x5b\xa7\x5c\xb6\x3c\x40\x75\x8c\x2f\x49\x8f\x0e\xc0\xc0\x85\x98\xd7\x71\xf8\x07\x0b\xd7\x7a\x20\xa3\x01\xe6\x8f\x6c\xe0\x9b\x33\x65\x52\xfe\x07\xf6\x1f\x70\xb1\x1b\x68\x65\x01\x2e\x76\x87\x06\x2d\xc0\xc2\x9e\x3a\xe5\xd2\x93\x80\x71\xbf\x80\x61\x57\x85\x9d\x60\xd8\xc2\x4f\x46\x4a\xbe\x8a\x5e\x03\xe8\xf5\xca\xf5\xa7\xf1\x0d\x44\xec\x22\x16\x60\xa4\x8c\x71\xe8\x18\x40\x62\x17\xb1\x13\x23\x15\xda\xfb\xd3\x54\xac\xf8\x90\x15\xeb\xfe\xc0\xca\xc6\x81\x53\x88\x6b\xb1\x23\x03\x88\xeb\x69\x80\x13\x10\xd7\x45\x18\xc6\x00\xe3\xba\xa5\x6f\x03\xb5\x03\xac\x51\x24\xc8\x39\x2e\x16\xe0\xab\x57\xf7\x79\xa0\x61\x55\x89\x81\xa6\x2e\xb3\x21\x15\xc1\xa6\x9e\x4a\x3f\xa0\xa9\xab\x61\x9a\x39\x49\x61\xb7\x00\x5c\x17\xc1\x42\x4b\xa8\x79\xea\x7e\x9e\x28\x5d\x07\x09\x64\x58\xc3\x86\x13\x44\x36\xe3\xaf\x12\xa7\x84\x5e\xa7\x4c\x47\x9e\xfd\x3c\x25\x08\xdf\xd7\xa4\x3e\x0e\x1f\xfa\xc4\xdd\xbe\x84\xb6\x81\x45\x9a\x12\xba\x59\x1f\xf5\xef\x66\x01\xe8\xdf\x6e\x15\x80\x57\xb7\xe8\x5e\x9b\x9c\x4c\x8b\x97\x2d\x5e\xbe\x4d\x8b\x9d\xe1\x80\xc1\x86\x2d\xc6\xb7\xa1\x1b\x0c\x50\xeb\xb2\xbb\x14\x88\x9b\xe9\x39\x23\xc1\x66\xd3\x25\x06\xda\xf5\xf7\x07\x5f\x3a\xad\x06\xc5\x91\x46\x3f\x8d\xe9\x4b\x48\x15\xb4\xf9\xa7\x3b\x84\x86\x7e\x40\xb1\x0b\xf9\xef\x91\xee\x10\x5a\xfd\xf3\x24\x82\xd0\x16\x21\xfc\x3d\x7f\x03\x84\x5d\x97\x95\xba\x64\xa0\xa7\xb8\x8b\xfd\xdc\x05\xc8\xa6\x30\xf6\x33\x22\xf2\x53\xbd\xcb\xf1\xf7\x19\xd6\x9c\xeb\x4f\x68\xb7\xe6\xf3\xac\x7d\x20\xdc\x22\xbf\xcd\x22\xeb\xfe\xd0\xcf\x3f\xac\x05\xaa\x2b\xa2\x79\xa3\x6b\x3b\x58\x18\xc8\xb4\x6b\x01\xae\x3d\xc9\x89\x0d\xc0\xb5\xab\x31\xe1\x60\x6b\x17\x00\x4c\x23\x7f\x92\x66\xd2\x2f\xc4\x52\xaa\xdd\x02\xa7\x5d\xd5\xd0\x41\xc3\x9e\x6a\xf4\xe9\x46\xc3\x39\x0e\xd0\xeb\xd5\x2d\x17\x78\xca\x3e\xbc\x0f\x31\x8d\x75\x40\xf0\x87\x8b\xfd\x01\x2d\x0d\xd5\x36\xf1\xfd\xea\xb3\x48\x35\xe9\xfd\x32\x8e\x17\xfd\xf4\xf9\x4a\xc8\xc1\xcb\x2f\xb6\xab\xe2\x35\xc3\xc1\x8c\x14\xf3\x7a\x82\x96\x10\x60\x5e\x57\x75\x36\x30\xaf\xa7\x5e\x4d\xe0\xac\x83\xcc\xda\xef\x2c\xcb\x7d\xaf\x81\x9d\x65\xe2\xad\xc2\xea\x67\xcd\x8a\x60\xed\x16\xba\x80\x28\x13\xc0\x2d\x16\x19\xe1\x6a\x4d\xab\x9e\x34\xc7\x87\x2e\x32\x5c\x7c\xc6\x23\x33\xcf\x10\x3d\xe9\x51\x5a\xc8\xeb\x60\x90\x17\xaa\xe9\x37\xc6\x7f\x88\xb7\xd5\x88\xfd\xdf\x1f\x20\xf6\x9f\x7e\x15\x27\x7b\x07\x36\x02\x94\xdd\x9a\x5d\xa0\x44\x35\xca\x71\xe1\x80\xd0\x3c\xb2\x3a\xa9\x3d\xf6\x0d\x18\x96\x1a\xac\x16\x74\x01\x13\xca\xcd\x58\xd0\x6c\x1e\x1c\x32\x16\x7c\x01\x9a\x75\x40\xd6\x9e\xda\x1f\x16\x5c\x37\x9a\x19\x44\xd6\x26\x03\x30\x40\xd6\x9e\x9a\x13\x40\xd6\x16\xf8\x25\x96\x31\xde\x68\x79\x20\x6b\x37\x2d\xaa\x02\x6b\xab\x9e\xaf\x89\x54\x1d\xd5\x3f\x88\xc0\x46\x43\x5a\x00\xfe\x2f\x47\x4e\x53\x89\xa7\x2c\x20\xb7\xe7\xb4\xcd\x93\x5a\xdb\x31\x24\xc6\x00\x6b\x14\x4b\x74\x12\xd0\xaf\x62\x11\x13\x09\x6c\x47\x00\xa0\x5d\x0c\xc0\x5c\x3a\x1d\xf6\xfd\x65\x74\x3d\x6d\x36\xae\x1b\x25\x1e\x04\xed\x9e\xb6\x99\x40\x48\xd5\x48\x70\xb2\xeb\x6e\x03\x39\x2f\x73\x7a\xdf\x77\x29\xf8\x13\xa5\xa9\x5d\x72\xa5\x91\xbf\x14\x8c\x7b\x17\x4c\x8a\x58\xcb\xe7\xb9\xc6\x59\xab\xa7\x4e\x38\x6c\x53\x36\x44\xbd\xf6\xc4\x2d\xa0\xb5\x2e\xea\xa5\xbd\x1e\x44\xd2\x58\x9f\x74\x5a\xc6\x9c\x2e\x33\xf3\xfc\x28\x71\xdc\xa2\x8d\xc6\x32\x8e\xdb\x59\x8c\x95\xbe\xf9\xa5\x4f\x0c\x75\x15\x0a\x20\xb0\x2b\x64\x3d\xb1\x48\x0f\x9f\x9a\x10\x17\x5c\x91\xc5\x66\xa2\xb3\x92\xff\x16\xe0\x64\x17\xc1\x2d\x03\xa0\xec\xae\x5f\x62\xed\x74\x14\x4a\xb8\xad\x86\x8d\x33\x1f\x05\x05\x6e\x61\xcc\x77\xcf\x58\xd8\x31\x3c\xec\x03\xac\x5d\x64\x0a\x0d\x90\xb5\x9b\x87\x3b\x90\xb5\x8b\xfc\x95\x01\xb4\xb6\xc8\x54\xb1\xb0\x5e\x28\xdd\xd6\xaf\x62\x5a\xe1\x05\x32\xbf\x75\x34\x2d\x6c\x11\xfa\xc4\x40\xd3\xee\x20\x01\xc6\x02\xc6\x7f\x21\xa1\xd6\xa3\x7d\x9b\x76\x62\x76\xdf\xf9\x28\x0b\xf7\x71\x71\xce\x3f\x84\x3b\xdb\x4b\x6a\xc5\xaa\x76\xeb\x31\xed\xc8\xaf\x9e\xfe\x41\xf5\x3e\xad\x78\x02\x56\x13\x8b\x48\xc9\x9d\x23\x22\x28\x37\x88\x6c\xb1\xc8\x5a\xd9\x79\x21\x0b\x3e\x98\xc3\xd1\xc2\x32\xa1\xf5\x62\x11\xef\xa8\x09\x76\xbd\x38\x79\x50\xbc\xd6\xeb\x57\xd9\x59\x80\xf1\xae\x5a\x54\x41\xeb\x6e\xc6\x3b\x00\xd6\x5d\x76\xc8\x3e\x68\xdd\x53\xd3\xe9\x79\xd8\x05\xbe\x30\xb9\x1e\x5c\x5f\x64\xb7\x7a\x6d\x09\xfb\xab\xa4\x3c\xd0\xaf\xe7\x27\x67\x1b\x40\x92\x71\x16\x8c\x68\xe3\x2f\x64\xf2\x38\xc9\x7b\x51\x87\x3e\x8b\x04\x80\x95\x6b\xcc\x7e\x08\xaf\x53\xc0\x49\x25\x96\x40\xe0\xc6\x73\x00\xf7\x1d\x83\xe3\xea\x59\xb1\x24\x71\x74\x03\xbc\x3b\x34\xaa\x9d\x8d\x49\xe7\x2a\x3a\x71\x1c\x83\xcb\x17\x27\xc1\x8a\x6a\x39\xa0\x7a\x7f\x0f\xf9\x07\x86\x41\x46\x0f\x58\xef\x32\x4d\xfc\x39\x31\x23\xb8\x51\x9f\x88\x63\xa7\x29\x78\xdf\xf5\xd8\x25\x38\x78\xe1\xdb\x80\x7d\x20\xa6\xce\x4e\xc6\xa2\x5d\xdb\x3d\xcc\x53\x57\x0c\xd7\x1e\xf2\xcf\x8e\xb0\xb0\x37\x3f\x7d\x34\x35\x1e\x9d\x9f\xda\x39\x8d\xc3\x3f\x3f\xa1\xdb\x76\x27\x4d\xc2\xf3\x6d\x0e\xa6\x67\x6d\xfb\x27\xf1\x2f\x06\xe6\x9d\x1a\x8c\x3d\x34\x9c\x04\x2b\xee\x82\x83\x90\x0a\x04\xed\x19\x46\xec\xf1\x21\xbc\xb5\xd3\x10\xfd\x53\xae\xc6\xf4\x21\x8e\xd3\xe1\x43\xc0\x40\x1d\x3e\x23\x5d\x3a\x05\x24\x06\x7d\x8e\x4a\x27\x90\x8b\x1e\xb9\x4e\x02\x66\xb6\xde\x7d\x82\xb9\x68\xc6\x19\xc8\xe1\xdd\xb8\xe8\x33\x77\xc9\xbe\xad\x81\x9e\xd2\xc0\x5c\xdc\x3a\xe2\x99\x38\x68\x1c\x91\x44\x1c\x39\x77\x75\xe9\x3a\x3a\x0b\xe0\xb2\xe1\x7d\x1c\x17\x0e\x88\x71\x83\xec\xd4\xc0\x8b\x17\xad\x48\xe7\x62\x35\xb1\xf3\x01\x35\x5e\xa0\xee\x89\x73\x71\xb2\x74\x22\xe1\xab\xdd\xda\xcc\xb9\xa4\xca\xe2\x5a\x5f\x2d\xcb\xef\xc4\xf7\xba\xa7\xc8\x49\x0b\xc2\x67\x6c\x81\x8b\xe6\xb4\x05\x94\x70\x3a\x54\x94\x70\x12\x8d\x99\xbe\x70\xf9\x82\x7f\xe0\x87\xc0\x9a\x70\x9e\x78\x37\x30\x39\x9c\x32\x1b\xa0\xb3\x81\x53\x1e\xaa\xb2\xe7\x05\xb5\xf5\xf0\x1a\x2a\x70\xbb\x0b\x63\xb3\x71\xce\xe7\x2d\x4b\x3d\xdf\x04\xb7\xa3\x3b\x38\xc8\xe2\x6d\x51\x3b\xb1\x3e\xcc\x7d\x0d\x7c\x2d\xe2\xf4\xd4\xd8\x6c\xd4\xef\x69\x8c\x90\xa3\x26\xb0\x93\xed\xff\xe1\xb7\xb2\x5f\x7e\xb8\x83\x9d\xcd\xc4\x9a\xc3\x13\x13\x80\x9c\x57\x33\x5f\x4f\xe2\x0c\x55\x04\xcf\x4f\x16\xd7\xb6\xaf\x51\xe5\x8d\xcb\x38\x61\xf4\x9d\xfb\x05\xa7\x08\xfd\x08\x34\x93\x2e\xe0\xf3\x13\xa6\xb5\x3a\x21\x15\xa6\x46\x28\x9c\x9a\x79\xd1\xc0\xcf\x17\x65\x8e\xbd\xf2\x7c\xb5\x07\xf1\x0c\x7c\xf5\x55\x99\x42\xc0\xb8\x59\x62\xa7\x86\x85\x50\xbc\x61\xa8\xfd\xd4\xc8\x3f\xc4\xdb\x75\x38\xa5\x39\xf5\x5c\x64\x6a\xd3\xee\xeb\x70\x3e\x20\xc6\xae\x23\x29\x66\x71\x6d\xcf\x2e\x7f\x50\x17\x7a\xf0\x3a\x70\xe4\x0d\x5f\x78\xb9\xff\xd5\xfd\x22\x62\x68\x82\x84\x1a\x57\x91\xca\xca\x6b\xa1\x97\x7d\x68\xf0\x42\xe5\x7a\x71\x4d\x01\x3a\x35\x61\x8b\x8a\xab\x88\x5e\x49\x09\x9f\xf8\x0d\x68\x7a\xe2\xda\x78\xbf\x4c\x76\x60\xdc\x03\xf0\xc2\x00\xa2\x3d\x5c\x35\x17\x0e\x4b\xb3\x62\x2f\xf0\x07\x01\x69\x8c\x4b\x6b\x30\xc0\x8c\x71\x61\x76\x30\xc4\xe3\xc2\x61\x39\x01\x8e\x8c\xab\xda\x50\xdf\xb8\xb8\xf6\x21\xe1\xd6\x7c\xe6\xe7\x0b\x3e\x64\xfd\xbe\x69\x70\x21\xed\x9d\x4f\x97\xd2\x1e\xd8\xc9\xb8\x70\x65\xc2\xa9\x14\x20\xc0\x07\x50\xb5\x71\x69\x27\xf6\x44\x00\x02\x7c\xd5\x53\x7f\x69\x27\x06\x5f\x27\xae\x26\x87\x8a\x45\x58\x36\xca\x27\xd8\xf0\xa1\x4c\xbc\x3a\xcd\x46\xa3\x01\x1b\x3e\xb4\xcb\x83\x0d\x1f\xa6\x08\x8a\x0d\x3f\x81\xcb\x89\x4b\xd8\x41\x24\xed\xd5\xed\xfd\xe6\x53\x98\x67\x9b\x7f\xdc\x7c\x95\x4e\xd6\x16\xc1\x06\x09\x80\x7c\x75\xbd\x5f\x43\x42\x38\x3e\x8a\x25\xc2\xa8\x9d\x0b\xb2\xad\x99\x7e\x68\x00\x0e\xbf\x7c\x88\xa9\x68\xb2\xd1\x45\x14\xa7\xf1\xb0\x97\xee\x4f\x30\x75\xe2\x1a\xf4\x93\x63\x37\xec\x27\xb4\x92\x6b\x30\x44\xe9\x67\xf1\xe0\x14\xcb\xbb\x7d\xc8\x1f\x2c\x18\xd6\x08\x48\xf6\xa1\xfd\xf0\x52\xc3\x4f\x56\x1e\x48\xf6\x51\x5d\x12\xf8\x3c\x81\xb3\x8c\x6b\xd2\xaf\x56\x16\x72\x4a\x8f\xbe\xa0\xd4\x87\x3b\xfe\x15\xf6\x37\x55\x0d\xa7\xd9\xf4\x07\x8c\xab\x28\xa3\xc0\xd7\x7f\x7f\x50\x6f\xb4\xfa\x66\x09\x61\x87\x4f\x9f\x62\x9e\xa1\x42\x5e\x20\x51\x19\x33\x74\x85\xd3\x1d\x95\xeb\x4a\x79\xac\xa8\xc7\xb7\x3d\x85\x31\x95\x40\xd0\xa7\x9b\x90\x10\xf4\x33\x1d\xec\x14\x56\x96\xeb\x75\xf0\x02\x0f\x2d\x51\xc6\xbc\x26\x07\xd8\x59\xbd\xf6\x5a\xa1\xae\xd8\x4e\x8c\x24\xbd\xbe\x6d\x28\x8c\xb6\xbc\x08\x19\xd2\x48\x09\x32\x7d\x49\x67\x19\x29\x4f\xc6\xd0\x5f\x32\x11\xa3\x68\x5f\x27\xd1\x60\x36\xed\xdb\x54\x42\x13\x3a\x88\xf5\xa1\xb5\xf6\x3a\xfd\x3e\x65\x7d\x7b\x4a\x2d\xe8\x29\xd7\x85\x08\x71\x01\xe1\xcd\x6c\xe5\xcf\x5c\xad\xeb\xb2\x70\xfa\x95\x0c\x28\xf0\xff\x03\x10\xfa\x30\xf4\xf4\x62\xc3\x01\xfa\x23\x00\xa1\x2f\xd3\xac\x3e\x50\xe8\xbb\x19\xcb\xd7\x6d\x56\x1f\x5d\x43\x3a\xd4\x34\x29\xe9\x82\xe2\x18\x0c\xb1\xb8\x3c\x16\x2c\x05\xd2\xb7\xe3\x2c\xd5\x1b\x70\xeb\xc3\xe0\xd3\xeb\x67\xd1\x54\x09\x3f\xe6\xd4\x2b\x07\x3c\x7d\x35\x8f\x47\x84\x79\x1d\x60\x20\xcc\x47\xdb\xcf\xd0\xe1\x8e\xe2\xa6\x73\xa4\x80\x07\x3f\xbe\xd3\xf2\x53\xf2\xb3\xb3\xfb\x00\x3c\x1f\x9a\x72\x2f\xfc\x8a\xe6\xee\x5d\x92\x7b\xf9\x9d\xd7\x4a\xa0\x02\x80\x42\xbf\x20\xae\x8a\x0b\x43\x87\xae\xf5\x8b\xf8\x99\xe6\x34\xd6\x4d\xa8\x06\x0e\xf2\x7c\x68\x06\xbe\xde\x7d\x76\xfc\x3e\x7b\x7f\x7a\xfd\x82\x0d\x35\x40\x9b\x2f\x66\x93\xde\x04\xc7\x68\x12\x06\x6d\x3e\x34\x28\x03\x28\x9f\xf0\x71\x86\x80\xf2\x5b\x07\x04\x50\x3e\x54\xe3\xc0\x81\x0f\x71\x10\x6e\xe2\x5b\xb4\x27\x03\xfd\x1e\x9a\x8d\x85\x7e\x9f\x8b\x35\x00\xf4\x7b\x1a\x2b\x08\xf4\xfb\xf7\x07\xc5\x55\x1b\x9a\x5c\xfb\x55\x1f\xd2\xf5\x4f\x69\xd5\xde\xf3\x19\x87\x93\x12\x90\xd9\xc6\xa5\xdd\x92\x73\x1c\x5e\x73\xfe\xb5\x39\xa8\xd8\x9e\xc7\x00\x5a\x0f\x78\x74\x02\xa0\xf5\x50\xbb\xbb\xf5\xe6\xc1\xcf\x12\x77\x6f\x80\x7f\xd0\x5f\xc8\x59\x37\x8b\xbb\xa3\xc4\xb3\x8b\x80\x83\xbe\xb4\x5e\x83\x77\xbe\xb4\x0b\x83\x77\x9e\x70\x87\x06\x18\xe7\x4b\xa3\xc0\x4d\x80\x06\xd0\x7a\x01\xde\xf9\xd2\x9a\x7e\x4f\xe2\x18\xb4\x4d\xdc\x04\x68\xd4\xfd\xd0\xcf\x3f\x7c\x9b\xe6\x20\x34\x01\x42\x5f\x80\xba\x05\x40\xe8\xd5\x40\x51\x70\xd0\xbb\x8a\xfb\x1d\xe8\x58\x76\x11\x11\x1a\x9a\x57\x80\x3e\xef\x9a\x69\x04\x23\x57\x71\xbb\x17\x5d\xc1\xe6\x7f\xe3\x68\x83\x9e\x38\x6e\x30\x4e\x0d\x50\xba\x11\x43\x3b\x42\xe7\x56\x33\x66\x06\xdf\x0b\x07\x6e\xf3\x43\x16\x46\x01\x8a\x24\x54\x93\x7b\x31\x37\xed\x8a\x25\xa6\x1d\xd7\x8a\x27\xe4\x22\xf0\xe3\x65\x07\xdc\x80\x3f\xde\x0d\x9d\x06\x7f\xbc\x1b\x3f\x29\x9c\xf8\xdc\xcf\xc8\x00\xcf\xf5\x25\xe5\x22\x05\x5f\x7e\x94\xd6\x7f\x3a\x6f\x55\x57\x03\x00\xbc\x18\x6a\x0d\x9e\x77\x85\x5e\x27\x6e\x45\x90\xbd\x78\x23\xc1\x51\x08\x6e\x6d\x0e\x47\xfe\x69\x85\xbb\x3f\x99\x14\xfb\xcb\xb7\x7c\xef\xd4\x04\x25\x38\x8e\xfd\x43\x24\x74\x3a\xf9\x76\xd8\x2d\x87\xf0\x08\x35\x65\x60\xbd\x9b\x69\x4e\xc0\x7a\x47\x43\x8b\xb8\x89\x1c\x0c\xbd\x4d\xf7\x4f\x2a\x74\x5f\x06\x43\xdc\x1e\x84\x27\xc8\x13\x14\xd8\xdf\x21\x22\x0d\xd8\xdf\x72\x9b\x04\xd0\xdf\x75\x0f\xb5\xb1\x0e\xae\xaa\xc7\x6a\xf3\xee\x63\x98\x29\x65\xbd\x1c\x4a\x5d\x0c\x70\xb9\x87\x19\x63\x20\x73\x2f\x9d\x1e\x00\x73\x7f\x7f\x30\x1f\x48\x77\x77\x7b\x10\x98\x7b\x87\xda\x82\xcc\xbd\x74\xb2\xdc\x78\xea\xc2\xbc\xbe\xfb\xa5\xec\xe5\xdb\xdf\x42\x01\xa5\x3a\x40\xec\x2e\x3b\x88\x46\xc8\xee\x74\x6a\x91\x0d\x64\x68\x85\xd0\xdc\xe1\x6e\x02\x34\x77\x6a\xac\x03\x99\xfb\xfb\x63\xf2\xa3\xf2\x59\x1f\xb2\xb6\xf4\x13\x98\xdd\xe9\x12\xfa\x1d\x10\xea\xd1\xbc\x1f\x9a\xb8\x81\x33\x3f\x30\x93\x3c\x9a\xfc\x0e\x52\xa1\x0f\x9f\x27\x1f\x0e\x11\x0d\xae\xf7\xf7\x51\x5f\x36\x76\x9a\x17\x8a\x39\x7a\x54\xa9\x7c\xa2\x4e\xd7\xf3\xaf\x70\xba\x62\x19\xfc\x3e\xe5\x7b\x29\x35\x7e\xc5\x6c\x79\x04\x3c\xe0\xdf\xd9\x99\xd6\x82\x7f\x87\x78\x01\x80\x7f\xa7\x7b\x3c\xe0\xdf\xe9\xd1\x1c\xf0\xef\x10\x19\xe9\x57\x6e\x9a\xc0\x7d\x30\x4f\xb5\x74\xfe\x08\x35\xd4\x2a\xf7\x83\x84\xc3\x75\x03\x0e\x78\xdd\x7d\x54\x81\x60\x64\xdb\xfb\x11\x70\x31\x6c\x66\x3b\x48\x9b\xe6\x19\x8c\xd7\x62\xaa\x80\x03\xbe\x74\x8b\x83\x03\x9e\x86\xd8\x03\xf7\x9d\x66\x7c\x03\xf7\xbd\x34\x8c\x82\xf6\x5d\xc2\x38\x16\xe0\xbe\x17\xdc\xce\xf1\x23\xf3\x48\x17\xf9\x0f\x83\x88\x1b\x11\x70\xdf\xdf\x0b\x3c\x44\xec\x9f\xd9\x1a\xc0\x7d\x7f\x7f\xf8\x14\x48\x65\x6c\x94\xc0\x7d\x7f\x7f\xf8\x29\x34\x6f\x36\x16\x90\xb9\x97\x00\x23\x80\x6f\x97\x28\x96\x3d\xd4\x4b\xf8\x12\xa0\x4c\x5a\xd2\x80\xc6\x4e\xe7\xea\x0f\xc2\x25\x75\xc2\x1f\x06\x15\x7d\xfb\xa0\x61\x87\x00\x19\xbf\xe9\xe4\xb6\xd5\x33\x99\x3c\xfe\x01\xa4\x11\x8b\xf2\x67\xa4\x5d\x78\x0d\x72\x42\xf5\x9a\x39\x82\x54\xfb\x05\x27\x50\x5b\xf0\xa9\xaf\xe1\xf6\x06\x4c\x76\x09\x13\xd7\xc0\xc9\x4e\x9d\x4c\xbf\x04\x4c\x8c\x3d\xed\x27\x79\xa3\xc9\x52\xbf\xf4\xab\x74\x77\x32\xb5\xa7\xf7\xad\xea\x9f\x20\x70\x01\x8a\xf6\x32\xfc\x00\x14\xed\x34\xf7\xef\x97\xc0\xb5\xb2\x16\x7f\x8b\x9d\x93\xed\x18\x1c\xec\x34\xd9\x1e\x18\xec\x12\x22\x7c\x81\x83\xbd\x4c\xd9\xf8\x99\x91\x6f\xc3\x49\x48\xf2\x28\x0b\x92\x75\xe8\xb3\x03\x99\x3a\x0d\x7a\xfc\x81\x42\x02\x29\x73\xfc\x4e\x00\x30\x1c\xeb\x6f\x2b\x08\x8d\x4d\x20\x56\x97\x10\xbb\xe6\x87\xbd\xdb\xa3\xe2\x0f\x7b\xb7\x61\x7b\x40\x59\xa7\x16\xeb\x1f\x76\x11\x23\xb8\x7e\x17\x13\x08\x71\x07\xac\x75\x7a\xc2\xfd\x5d\x88\x25\x47\xeb\x62\x1e\xb3\x77\xfc\x20\x5a\x82\xaa\x21\x7e\x98\xc1\xc3\x8c\xa2\xdf\xf5\x63\x79\x7b\xed\x84\xa3\x05\x17\xf8\x98\x2e\xa0\x4f\xdf\x5d\x9e\xea\xc1\xbe\x5e\x1e\xd8\x7f\x98\x4b\x20\xf3\x0f\x70\xb0\x97\x1b\x18\xd8\xd7\xe9\x91\xf1\xf7\x73\xee\x51\x30\x81\x77\x01\x95\x7d\xfc\x7e\x7e\x94\x96\xfd\xfc\xa8\x2f\x83\x1b\x69\xf7\xfe\x6c\x8d\x1f\xd2\xa2\xe8\x35\x7e\x30\x27\xf7\xcf\x6e\xf4\x8f\x6f\xd7\x08\xdd\x7a\x60\x62\x2f\xcf\xcc\xbf\x47\x82\x50\x17\x1f\xb1\x76\xa6\xb3\x80\x89\xbd\x3c\x71\xff\x00\x26\x8d\x2d\xde\xd8\x67\x8c\x09\xfb\xa1\x1f\x1b\x2f\x0d\x40\x76\xaa\x8c\xfe\x08\xf5\x18\x1c\xe7\x7e\x58\xb4\x03\xac\xda\x00\x20\x7b\x69\x42\x00\x20\x7b\x69\xa4\x10\x1f\x3b\xb6\x04\x61\xff\xa9\x68\xa0\x3f\xf7\x9f\x2d\x42\x5e\xeb\x44\x71\x6e\x33\x61\x11\x6c\x33\x5b\x20\xbc\xd8\x3f\x99\x55\xcf\xf1\x4d\x79\x3d\x33\xcf\xc1\x0b\x6c\xc6\x00\x61\x2f\x8f\x98\x00\x61\x2f\x2d\x1c\x20\x57\x2f\xab\x0a\x72\xf5\xf2\x80\xfe\x28\x94\x69\xf3\x53\x9c\x24\x7e\xa8\x20\x64\x98\x61\x0f\x4a\xb4\xa7\xe7\x07\xdc\x3b\x8f\xd8\x00\x51\xa7\x01\x68\x0f\xb1\xdd\x5a\x78\xc0\x95\x0e\x43\x66\xc0\x95\x2e\xfb\xa4\x0a\xb0\xf4\xd2\xe0\x00\xb0\x74\xaa\xcc\x3d\x0d\x00\x45\x6b\xad\xb8\xf6\xf9\x66\xe7\xb1\xfd\x82\x2b\xbd\x3c\xa8\x3e\x8d\x5d\x89\xd3\xf6\xd3\xdc\xbb\x29\xb9\xa1\x36\x30\x93\xc0\x9e\x2e\xfb\x04\x0b\xf8\xf4\xf2\x3c\x0f\xf6\xf4\xf7\x87\xc5\x7d\x75\xd5\x25\xf8\xc8\x81\x6e\x8c\xce\x83\xce\xae\x2f\x6b\x23\x54\xb3\xce\x1f\x23\xbd\xd1\xfd\x9f\x6e\x35\x28\xba\x33\x84\x18\x06\x9e\xae\x40\xa4\x1a\x80\x49\xed\xc2\x30\x6f\x84\x71\x36\x0f\xf8\xa5\xd9\xcb\x5f\xe2\x0d\x8c\xeb\x14\x12\xe5\x19\x64\x25\xda\xa6\x21\x35\x2c\xa5\x80\x40\xa5\x49\xe9\xc1\x80\x2e\x34\xc8\x43\x02\xa9\x29\x0d\x8f\xf6\x73\x56\xc7\x33\x6d\x6a\xf3\x07\xeb\x0c\x49\x04\xdc\xf5\xda\x5d\x30\xcd\x99\xe4\x99\x38\xb8\xe6\x99\x40\x96\xa2\x39\x3d\x88\x78\x3d\xec\x4f\x80\xe0\xeb\x1c\x08\x87\x9a\x82\xc3\x6f\x72\x4d\xcc\xb5\x26\xd0\x47\xb9\xed\xe8\x6e\x14\xec\xe1\x43\xcc\x62\x36\x97\xc7\x70\x6a\x91\x04\x9e\x34\x4e\x9c\xce\x4c\xc3\xda\xbc\x7e\x7c\x88\xaa\x26\x31\xed\x8e\x1c\x62\x5f\xe7\xdc\xb3\x98\x40\xfb\x7a\xf8\x02\x65\x83\xae\x6d\x4e\xbd\xe8\xda\xa1\x47\xfa\x91\xbf\x9c\xd3\xe3\xb3\x2e\xc6\xd4\x87\x80\x47\x72\xbe\x92\xb5\xaf\xd7\xf6\x39\x0f\x0c\xc2\xcc\x01\x02\x3d\x8c\xd4\x04\x68\xbb\x2c\x6b\x47\x9c\x47\x71\x3e\x9c\xe0\x6c\x39\xd7\x09\xf3\x28\x76\xfc\xb7\xc7\x74\x0d\xc8\xe0\x6f\x57\xc3\xb1\xc0\xdf\xae\x2a\x9d\xcf\xb7\xf7\x34\x55\xa2\x87\x68\x3f\x93\xec\x1e\xc8\x83\x85\x92\x7a\x4e\xbb\x65\xfa\x43\x1a\x6a\x0a\x23\x0c\xb0\xd8\x30\x6c\x26\xda\x6a\xc0\xeb\x2e\x61\xc7\x73\x3e\x31\x42\x14\xb8\xee\xef\x43\xbe\x20\x5f\xb9\xd7\x92\x2e\xf9\xb2\xee\x78\x6a\x07\x3a\xe0\x5e\xdd\x97\xf8\xf3\xf4\x0a\xe8\x80\x62\x92\x80\xd6\x5d\xb5\xa9\x3c\x17\x89\x88\x87\xcf\xbc\x44\x21\xf3\xfd\x9b\xf4\x64\x2b\x21\x4f\x83\xad\x84\xd0\xc8\x53\x1e\x60\xdd\x0d\xdc\xfb\x78\x4c\xa6\xaa\xbe\x4b\x1d\x50\x0b\x1e\x01\x08\xd0\x93\x1e\x4e\x3b\xc7\xfe\xbe\x2e\x40\xbf\xf3\xc0\x58\xe8\xf3\x98\xf6\xd9\xaa\x80\xed\x9e\x46\x22\x8a\xda\xed\xbe\x00\x6a\x77\x53\x80\x03\xda\x5d\xdd\x5f\x01\xed\x9e\x6a\xfd\x80\x76\xb7\x6a\x7b\x77\x78\xb9\x95\xfe\x01\x39\x60\x25\xe4\x6f\x77\x21\x6b\xd4\x09\x9f\x01\x7a\xcd\x21\xfe\x91\x5e\x5e\x2c\x8c\x83\x95\x53\xe5\x47\x78\xdf\x7e\x97\x93\xa3\xeb\xec\x07\x01\xbe\xc2\x9f\xf4\xac\x66\x25\x08\x9f\xdc\x8d\x7f\x1c\x55\x25\x0b\xbe\x89\xe1\xd0\x3f\x1e\xf5\xa8\xc4\x43\x5c\x96\x3d\x07\xb6\xa1\x51\xf4\x8f\xd8\x86\x0a\xce\x87\x8a\xba\x80\xf0\x12\x97\xfa\xb7\x58\x7b\x14\x41\x2e\xe6\xe7\xc7\x17\xf8\x1a\xfb\xea\x1e\x13\xc3\x29\xd9\x56\xc1\xfb\x6e\xe1\xf3\x90\xcd\x0b\xa6\xf5\x10\x66\x69\x50\x3d\x38\xe0\x45\x8f\x33\x38\xe0\x65\x8b\xb2\x57\xf1\x12\xfe\x00\x1f\xd4\x89\x21\xad\xd2\x2e\x8c\x49\xa8\x2c\x7b\x65\xd9\xfb\x2a\x04\x58\x78\xd7\xf3\xf4\x7e\x87\xb2\x2a\x66\xe6\x0b\x8e\x03\x34\x76\x01\x56\x78\x15\xe4\x09\xac\xf0\xaa\x97\xeb\x3d\xdc\x6c\xd8\x92\x5e\xc2\xd7\xcd\x0b\x78\xcd\xa2\x1e\x7e\x88\x2c\x51\x76\xf3\x17\x97\xc8\x36\x54\x80\x2e\x5e\x8c\xd8\x02\x5d\xbc\xc0\xe2\x17\xa0\x8b\x57\x3d\xbe\x2f\xa7\x32\x38\xbf\xe2\x2d\xcc\x2a\x6b\x57\x88\x68\xec\x7e\x87\xe9\xcf\x4e\x0d\x1a\x79\x31\xa0\xee\x15\x35\x62\x3f\x03\xa4\x03\x33\xe9\x2d\x22\x46\x7a\xad\x10\xb1\x2b\x08\xe2\x54\xa3\x7f\x75\x66\x17\xaf\x49\xe6\x40\xa7\x04\xa5\xbc\xc1\xc8\x15\xa0\x8e\x37\xad\x60\x2f\xc4\x10\x95\xf1\x78\x89\x8e\x37\x14\x03\x3c\xf1\xa8\xfb\x5a\xf1\x6b\xdf\xb9\x83\x77\xaf\xf7\x00\xd2\x4c\x62\x90\xd4\xd9\xdf\x8e\x81\x9d\xe3\xc3\xeb\x81\x4b\x1b\x09\x20\xe2\xcb\xe0\x42\x30\xc4\x4b\xb4\xe5\x1b\x0f\xfb\xa0\xd7\xfa\xc2\xd8\xa7\x5e\xe0\x71\xf5\x72\x83\x34\xde\x8c\xf1\x07\x69\xbc\x1b\x04\xfe\x0e\xc9\x65\xbc\x76\x41\xef\x1f\x60\xc5\xec\x0f\x99\x25\x4d\x35\x86\x15\x77\x7c\x86\x09\x50\x74\xc7\x20\x1e\x96\xcd\xe2\x05\x57\x6d\x9f\x12\xde\x49\x88\x20\xfb\x37\xd8\xe4\xda\xfe\x5e\xc3\xe1\x99\xf2\xef\xc4\x23\xe9\x5c\x98\xe0\xe2\xb1\xd2\x5f\xd1\x20\xed\x31\xe0\x74\x43\x3c\x38\x10\xc8\x03\x14\xf0\x00\x81\x7c\x42\xfb\x18\x00\x90\x37\x93\xe4\x04\x20\x0f\xfd\xc2\x00\x90\x4f\x37\x51\x00\xc8\xc3\x98\xc5\xd7\xf3\x5d\x77\xd4\xcd\x74\xb6\x7a\xc0\x4d\xec\xc5\x90\x96\xc0\x57\x13\x8c\x1f\x3f\xc4\xf1\xae\x23\x31\x5f\x8f\x77\x02\xc8\x82\x27\xbe\xf4\xde\xbd\x6a\x02\xdd\x55\x02\xfa\xa4\x16\x87\x57\x4d\x00\x5e\xe3\x00\x69\xbc\x41\x9c\x1e\x20\x8d\x7f\x7f\xf8\xfa\x43\x52\x09\x0f\xe1\xb7\xd0\x1b\xfc\x92\xc5\xac\xaf\xfa\xd5\xfe\x87\x00\x78\x17\x07\x5f\x94\x99\x77\x61\x21\x66\xbb\x04\x8e\xbc\x44\x77\x2d\x41\x7e\xa4\xcd\x1e\xc8\xf1\x56\xff\x16\x70\xef\xb7\xa3\x2f\xe3\x97\xdf\xd3\x20\x21\x57\xda\x89\xf5\xcc\xf9\x74\xda\x9f\xae\x28\xfc\xe9\xc6\x80\x02\x4e\x5e\x42\x8f\xf2\xab\xdd\xd0\xf5\xce\xd6\x6a\x1a\x02\x88\xe4\x65\x4f\xb4\x0b\xec\x75\xe7\xd9\xb7\xb5\x76\xf7\xf4\x97\x48\xa7\x10\xa5\xed\x25\x3a\x5f\x7b\x1b\x10\xe6\xdf\xf2\xf2\x87\xf4\x4e\x74\x34\x0e\x0e\xcf\x01\xef\x4d\xca\xaa\x5d\xa5\x69\x50\x8c\xc0\xf7\x26\xbe\xb7\xf8\x82\x03\x60\xfd\x6e\x0c\xaa\x4e\x2f\x8f\x82\xca\x1a\x8f\x82\xba\xd4\x5f\x88\x2d\x96\x2d\xfd\x61\xd8\x74\x16\x41\x8f\xb4\xe5\xcb\xa6\x3e\xe2\x43\xa4\x54\xb9\x0f\x00\x6f\x1e\xcd\x99\xf6\xf8\xae\xf7\xb1\xd0\x73\x28\x78\xbf\xdd\xe9\xdf\xca\x7c\xac\x10\x1d\xf3\xb8\x28\xac\x1d\x1b\x4d\xfa\x07\xe7\x37\x76\xc2\xf7\x55\x09\xb2\x42\xdf\x06\x14\xc6\xf3\xbf\x40\xb3\x75\xf6\xce\xd7\x93\x59\xdf\x7f\x98\xa2\xe3\xdb\xf6\x4b\xfd\x7f\xff\x3f\x0f\x36\x0e\x0c\x43\x79\x10\xe0\x49\x2c\x66\x1e\xc0\xb4\x05\x76\xab\x3c\x0e\xa2\x05\x3e\xc1\x96\x07\xd9\x51\xa0\x52\x24\x30\xe9\x1d\x5b\x55\x1e\xb2\xf2\x56\x3f\x04\x44\x40\xf5\xf9\x5b\xa8\x05\xae\xc5\x9d\xe4\x79\x88\x8a\x88\x9f\x4b\x80\xd1\xbf\xc2\x16\x3f\xcc\xfd\x1b\x5c\x33\x20\xe0\xe9\xe5\x51\xcc\xfd\xa3\x04\xa2\xfe\x89\x3a\xc8\x03\x67\x0a\x7a\x47\x1e\x84\x3b\xad\xfd\x32\xbb\xcb\xf4\xdd\xc5\xc1\x94\x4b\xb3\x36\xf2\xbb\xc6\xdb\x8e\xad\x20\x8f\x6a\x25\xfc\x3e\x49\xc4\xa8\x11\x09\x2e\x7a\x10\x8a\x94\xc7\xb7\x71\x68\x45\xcc\xa3\x9e\xe0\x43\xf8\xbc\x19\x95\xfb\x4b\x88\xf5\xfd\xc7\x4f\x0f\x98\x5f\x32\x3d\x90\x2f\xe1\x55\x2f\xf6\x57\xb3\xb3\x2b\x9d\xda\x36\xcc\x03\xd7\x4a\x07\xcb\x23\x43\x98\x44\xbb\x3c\x1a\x88\x3a\x9d\xe2\xbe\x0d\x69\x70\xac\xcb\x83\xcc\xe1\x5d\x0d\xac\x84\x58\x11\xf2\xf0\xdc\x38\x1c\x12\xbc\xed\x48\xdd\x04\xab\xfd\xfb\xc3\xaf\x32\xf5\x92\x87\xbe\x4d\xab\x02\xdc\x91\x80\xb8\x07\x92\x2c\x0f\x6c\x81\x68\x20\x79\x74\xe2\x9e\xc3\x67\x08\xac\xf7\x3b\xdf\xbe\xd6\x77\x61\x64\x0b\x93\xef\x98\xc7\xa0\x57\x1b\xa3\xe6\x41\x13\xfd\x3b\x0f\xa0\x36\xc8\x5a\x49\x80\xde\xbf\x3f\x7c\x63\x72\x50\xe4\xab\xf8\xd1\x03\xda\xd1\x04\x02\xbe\x1d\xed\x2f\x11\x97\x87\x9b\x1b\x18\x6c\x79\x48\xec\x57\xe8\x4e\xce\xa6\x38\xfe\xf3\x00\xc7\xb8\x34\x9e\x21\xa0\x8b\x94\x8b\x04\xef\x3d\xab\xd3\x89\xfd\x29\xad\x2f\xee\x73\x82\x1a\xf2\x08\xc9\x5f\x7c\x06\x90\x24\xa7\x4a\x6c\xc9\x4e\x01\x31\x18\x79\xda\x81\x5d\xb2\x39\x76\xb0\xc2\xa7\x4d\x72\xdf\x1a\x96\x0c\x7f\x1f\x46\xc2\x04\x20\x3e\x21\xeb\x4c\xf0\xe1\x93\x73\x67\x82\x0f\x3f\x67\x32\x85\xc4\x87\xb7\x16\xc4\x7f\xed\x0e\x24\xfe\xab\x38\x39\xd8\xe7\x86\xad\xfc\xf6\xb9\xb6\x17\x56\x8a\xee\xec\xfd\x5d\x09\x0a\x80\xef\xaf\xda\x02\x40\x95\x62\xd7\x22\x75\x91\x59\x32\x78\xd5\xbe\x40\xa2\x02\x51\x42\x09\x88\x7c\xc3\x6e\x93\x87\x47\xd6\x11\x3e\xc4\xa1\x47\x69\x22\x88\x07\x3c\x25\x79\x2c\x51\x60\x69\xff\x52\x90\xfb\xd0\xcd\x57\xbd\xaf\x9a\xe4\x7d\xe7\xae\xf2\x84\x43\xee\x70\x52\xb3\x31\x56\xe7\x9f\xfe\x7c\xd7\x19\x6c\x52\x58\x8a\xf3\xd0\x61\x36\x5c\x1e\x66\x33\xec\x6b\x13\x8a\xa8\x11\x8e\x7e\xb4\xde\x3c\x74\x9e\xed\x8f\x5e\x14\xe6\x7d\x97\x96\x5d\xcf\xd1\x76\xaf\x3f\x78\x3c\x14\x70\x60\xda\x23\xeb\x53\x4c\xfb\x18\x0e\x1b\x98\xf6\x43\xd9\x05\x41\x60\xb3\x76\xd7\xae\x9d\x7f\x7c\x22\x77\x8b\x10\xb0\xef\x48\x21\x4b\x71\xec\xa7\x33\xfb\x52\x00\x2d\xdf\xb6\xc3\x28\xfa\xb2\x46\x96\x66\xb0\x38\x35\x85\x87\x77\x28\xa4\x08\x28\xee\x4e\x3c\x76\xd9\xa5\x8c\x92\xd7\xde\x26\x13\x4f\x1c\xca\xfd\xdb\x0a\xd1\xfc\xdb\xe5\xaa\xbc\x92\x94\xca\xe6\x10\x43\x0c\x0e\x41\x1e\xe4\x48\x0f\x85\xc6\x4d\xc6\x4b\x50\x30\x1c\x84\xcb\x59\xce\x71\x73\x28\x28\x74\xd8\x4d\x27\x18\x19\x12\x43\xe9\xf3\x43\xe6\xee\x97\x19\x04\x47\xf6\x3b\x6f\xb6\x66\x77\xfd\x2c\x8c\x0a\x7d\xe7\xcd\x72\x58\x30\x81\x06\xcb\x09\x0c\x1d\x61\x58\x51\x36\xe8\xe2\xcc\x21\x2b\x2f\xe6\xfe\x41\x01\xae\x72\x52\x2d\x0e\xe7\xe6\x63\x01\xbe\xfc\xf8\x82\x7f\x10\xb5\xe8\xe0\x00\xbc\x5a\xec\x6b\xb2\x9c\x71\xda\xe6\x41\x6e\xc6\x16\x7b\x5a\x5e\x6d\x3e\xa9\x19\x78\x02\xf2\xd0\xf0\x3a\xff\xcc\x60\xc8\xe3\x15\x99\xde\x2f\x84\x6f\x51\xdf\xef\x64\xd9\x0f\xc5\xb7\x27\xcb\xa9\x18\xfb\xb4\x82\xe5\x50\xa3\x13\xc4\x74\x6e\xc0\x5b\xb8\x85\x06\x71\xcd\x80\xec\x66\x39\x5c\x33\x8d\xeb\x4f\x80\x10\x90\x9f\x05\x34\xed\xb6\x9f\x21\x4b\x9a\xde\x04\xb1\xbf\xc2\xc2\x92\xe5\xc0\x75\x4a\xed\x40\xef\x6f\xf8\xff\xb3\xc8\xa1\x1f\x5e\xdb\x1f\x7c\xbf\xc8\xcd\x7a\x70\x8d\x47\x3e\xbc\x6f\x7f\x54\x3f\x44\x68\xd5\xa7\xa6\xa6\xa8\xfe\xe1\xae\x23\xaa\x3f\xe6\x81\x14\xd5\x3f\xc0\xb1\x4d\x60\xfd\x2b\x20\x3d\x59\xbe\xe3\xe4\xe2\x6c\x90\x85\x18\x68\x8e\x22\x59\xaa\xcd\xa7\x04\x39\x04\xe9\x3b\x20\xfe\x4b\x4c\xff\x80\x7a\x0a\x75\x39\x8b\xf4\xf5\x48\x71\xf0\xfe\xe7\xe8\x7c\xd4\xe3\x21\x99\x1d\x59\x1a\xa8\xb9\x83\x12\x70\xe6\xc1\x5d\x9c\x85\x9c\x12\x90\x8f\xb2\x74\x2c\x19\x83\x8f\x76\x5f\x9e\x14\x0d\x90\x15\xa9\x61\x09\x73\xc0\xf7\x87\x4f\x11\x1c\x3c\x7c\x9b\xd8\xf4\x7d\x4d\x1b\x2c\xd9\xe3\xa4\xba\x06\xcc\x01\xa9\xce\x56\x3c\x4e\xaa\x9d\x14\x8e\x93\xc4\x9e\x64\x21\xf7\x8e\x40\x9f\x84\x5e\xe0\x7b\x88\x56\x93\x9e\x42\x44\x74\x96\x01\x14\xa2\xfd\x4d\x4e\x5e\xd8\xdf\x83\x63\x13\x82\xbf\x90\x7a\x02\x9f\x4f\x16\x22\xa8\x15\x08\xc5\x6c\x13\x67\xc3\x74\x0f\xa4\x6d\x24\x9b\xb8\xed\x41\x2e\xf0\xad\x08\x3e\x3a\x59\xf8\x4e\x37\x76\xe5\x98\xce\x37\x10\xb2\xd2\x2e\xd3\x4c\x8c\xb9\x36\xe1\x1d\x98\x6e\xb9\xc5\x2c\xbe\xf4\x21\x1b\xed\xec\x0b\x56\x26\xf2\xa1\x70\xd0\xdc\x03\xc4\x79\x12\x5a\xd9\x84\x8f\x20\x88\x12\x4d\xf9\x08\xf0\xbc\x27\x74\x04\x8d\xb8\xaa\x2c\xc4\x89\x40\x63\x96\x85\x00\xb7\x3d\xdd\xa0\x5a\x24\xba\x25\xcb\xb7\x2d\x17\x50\x70\xb2\x64\xb1\x12\x74\x40\x32\x7d\x1c\x05\xa0\x39\x86\x43\xe5\xd1\x92\x43\x7a\x42\x6c\x50\x8a\xf3\x2a\x25\xb6\xe4\x7a\x39\x29\x9d\xd1\xe4\x79\x0f\x87\x8a\x84\xc0\xe2\xbc\x72\x6b\xdd\xf5\x00\x80\x83\xfc\x87\x2c\xf2\xed\x1e\xbe\x7c\x93\x4d\x46\x69\x06\x63\xdb\xdd\x27\xce\x5c\x94\xa3\x82\x39\xd8\x8d\xbf\x9c\xcc\x74\xe4\x6f\x21\xe6\x3a\x08\x64\x4f\xd8\x0e\x2a\x48\x48\x59\x38\x23\x36\xab\xfd\xed\x9a\x13\x26\x90\x84\xe1\xa0\xe1\xa5\xca\x72\x81\xf6\xbc\xe2\x2f\x09\x57\xe0\x67\x19\xc1\x30\xea\x23\x0c\xe5\x80\x3e\x42\x87\x0b\x1f\x61\x77\x88\xf4\x11\xa2\xf6\x97\x6f\x63\x6b\x64\x75\x26\x14\x09\x93\x40\x98\x94\x22\x61\x0b\xa9\x5b\x5e\x74\xaf\x51\xab\x6d\xc5\x2d\x59\x07\xdf\xbf\x6d\x85\xd7\x48\x4d\xe2\xd4\xb3\xdc\x2c\x39\x25\xd9\x4d\xdc\x02\x87\x0c\xe8\x15\xbe\x87\x7c\x83\xd4\x3c\xb4\x85\x82\x23\xb1\xd8\x81\xdb\x90\xea\xa8\x00\xe6\xd8\x95\x2d\xf2\x28\xa0\xb4\xc1\xa3\x90\xcb\x4e\x03\x80\xb1\x2a\x73\x48\x19\xc7\x1c\x93\xe5\xc1\xd7\xda\x7c\xc6\x8f\xda\x1e\xac\x9e\xd3\xa5\xf8\x58\x6f\x3b\xec\x21\xd4\xa8\xf9\xc7\x0f\x23\x24\x8d\x7e\x05\x2c\xf6\x9a\xbc\x7a\x8e\x83\xb0\x2d\x54\xcf\x18\xb2\x2d\x44\x28\x8b\x8c\x9b\xb3\x9d\x06\x93\x00\x63\x90\x75\x1f\x2c\x1b\xd7\xcd\x3f\x26\x3f\x08\x7a\x6c\x5e\x03\xa5\xc6\x3c\x86\x9e\xa1\xe3\xf3\xcb\x7a\x04\xd0\xd3\xbe\x9c\xb8\xcb\xfd\xa8\xb0\x5f\x8b\x6b\xfc\xbc\x34\xa1\x1e\xb6\x8d\x45\x00\x9f\x43\x54\x0b\xf3\x64\x09\x0a\x42\x56\xf2\xc9\x21\xcb\xcb\xea\xc9\x12\x53\x6d\xd6\x02\x87\xe5\xfe\xe3\x02\x81\xd9\xb7\x85\x28\xf0\xab\xb6\x1a\xc9\x54\x0b\x38\x0b\xcd\x97\x51\xa4\x2c\x01\x7b\xa3\x6c\x9d\x09\x4d\x44\x60\xdd\x4c\x69\x22\x02\x64\xbd\xac\xd2\xc4\xb3\x00\xa1\x89\x08\xd7\x0a\x2c\x11\x05\x6c\xd9\xac\xc0\x47\x91\x5f\x9d\xb5\x3a\x99\xd2\x87\x30\x8f\xd8\xaf\x4d\xb2\x5f\xaf\x0b\x61\x4d\x54\xc3\xf3\x24\xf6\xb9\xac\xa2\x89\x87\x0f\xb9\x77\x7a\x1d\xc0\x2e\xfb\x82\x55\xf5\x79\x02\xbd\x58\x63\x55\x3f\xa4\x27\x42\xe8\x24\x82\x6c\xee\x94\x35\x02\x58\xba\xac\x9d\x01\x65\xdb\x91\x35\x02\xc8\xe2\x94\x35\x22\x9c\xc6\xb5\x63\xed\x18\xfe\xe1\x57\x1d\xf6\xce\x57\xed\xfb\x4e\xdb\x90\xeb\x50\x45\x34\x75\x4f\xa8\x22\x02\xdf\x78\x42\x15\xa1\x1b\x2d\xe1\x7d\x88\xe6\x58\x11\x2f\xe8\x52\xaf\x53\xeb\x00\x2b\x0e\xae\x87\xef\x5c\xc3\x75\xf8\x07\xe3\x03\xfc\x38\x10\xe5\x59\x71\x3c\x2a\xca\xe0\x7a\x88\xb6\x5f\x20\x7a\xc7\xc9\x07\xe1\xd7\x9e\x7c\x61\x3c\x26\xcf\xcb\x01\x61\x47\x06\xd0\x0f\xa8\x0e\x95\xfd\xe4\x38\xfe\x3c\xa2\x56\x0e\x81\x84\x13\x67\xf5\x10\xe8\x79\x05\x16\x89\x81\x63\x2d\x61\x91\xe8\xc5\x5a\x05\x40\x15\xcb\x12\x01\x79\xa0\xd9\xdf\xc6\x33\x20\xb7\xcc\xfa\xed\x2f\xb5\xda\x50\x80\xa3\x62\x4f\xd7\xef\x40\x38\x60\xba\xcc\xfa\x6d\x3c\x9d\xbc\xed\xac\x6e\x3c\x84\x54\x25\xb4\x13\x83\x78\xb9\x84\x76\xa2\x37\xbb\x86\x50\x6c\x03\x33\x12\xda\x89\xb6\x67\x62\xc2\xd8\x62\x13\xd2\x6a\xf0\x82\x3b\x55\xba\x4a\x61\x83\x3f\x9c\x0f\x22\x92\x38\xbc\xdf\xe9\x70\x1c\x4e\x07\xd8\x82\xf1\xb2\x65\x5d\x34\x9f\x4d\xb8\x7e\x1b\x55\x23\xd6\x25\xeb\x22\x21\x11\x69\x5f\x3d\x03\xa6\xab\x0c\xe6\x60\x2d\x41\x55\xe3\x68\xba\xb2\xbe\x43\xe0\xd0\xa6\x54\xbf\xb3\xde\xd0\xb4\x53\x37\x94\x23\x1d\x73\xe2\x27\x74\xc5\xb9\xb5\x01\x79\x91\xf5\xdb\xda\xc6\xb1\x28\xe1\xdb\xda\x06\xf8\x53\x59\xbf\xad\x6d\x68\x8f\xaa\x10\xc0\x17\xe7\x00\x07\x42\x35\x46\x08\x31\x3c\xae\xc0\x87\x21\xcb\x5b\x42\x87\xd1\x96\x13\x1a\x3a\x8c\x3d\x65\x2e\x19\x77\xa9\x8f\x8e\x4e\x80\x7b\xb3\x0a\x82\x85\xf2\x28\x67\x06\xce\xbe\xac\xf0\x0f\x17\x45\xc9\x65\xd7\xf9\xf2\x22\x8f\x94\xfa\x70\x4c\x8c\x74\xed\x11\x72\xb3\x6c\x8c\xdb\xa9\x5b\x68\xc5\x1e\xbb\x67\xf4\x65\x55\xb9\xbe\xed\x3a\xaf\x2d\x99\xd2\x88\x24\x0f\x9f\xbf\x2d\x99\x8f\x1a\xb5\x99\x16\x7d\xd3\x45\x6c\x2d\x30\x6e\x94\xa2\x68\x84\x71\x43\xbb\x1b\x8c\x1b\xcd\xb3\xa1\x84\x1b\x81\xc7\x3c\x61\xdc\xe8\x5b\x28\x41\xb8\xa1\x05\xaa\xfe\xda\x77\xcd\x96\x53\x31\xd2\x6a\x4b\xa8\xbf\xf1\xdd\xef\x7e\x68\xfa\x21\xaa\xf7\x9d\x2c\x6b\x38\x39\x7f\x54\x75\x97\x06\x86\x53\xfa\xcc\x4d\x01\x7e\xe8\xe7\xcb\x54\xdb\x13\xe4\x2e\xf9\x85\xea\x83\x87\x60\xb3\xdc\xd2\x00\x36\x4b\x10\xba\xb2\x1a\xd4\x93\x6e\x3f\x0f\x55\x55\xa2\x3f\xce\x3b\x3a\x09\x4f\x66\xb5\x2f\x60\x21\x56\x75\xae\x24\xfa\x1f\x0e\xed\x63\x12\x88\xef\xbe\xf8\x0c\xa9\xa9\x31\x3d\x9e\x8c\xa4\xf4\xd8\x13\xf8\xb5\x00\x46\x07\xea\x0e\x9c\x12\x09\x75\xc7\xf7\x82\x7f\x2c\xec\x66\x94\xa0\x81\xd8\x73\x5e\x7d\x99\xc1\x68\x35\x92\x77\x04\x28\xc9\x09\x79\x47\xd7\x1e\x02\x79\x47\x25\x56\x21\xe1\xee\x28\xf3\x4f\x0e\xfb\x6c\x87\xf0\xe9\xbe\x84\x3f\xb2\xf9\xe1\x49\x89\x93\x6b\xeb\xeb\x35\x43\xc4\xc2\x6d\x70\x1a\x83\xcd\x9a\x0d\x2e\x7c\x2d\x89\xed\x70\x88\xd8\x98\x64\x0b\x21\x02\x29\xdb\x81\x08\x60\xa1\xb4\xb2\x9b\x91\xfc\x60\x8c\x2c\xd9\x28\x51\xa2\x79\x52\xba\x10\xd0\xdd\xb3\x41\xb8\x49\xd2\x5a\x42\x1d\x22\xf5\x5e\x42\x1d\x22\x0d\x61\xb6\x2a\x0a\x08\x55\x22\xe1\xca\xad\x6f\xd3\x7f\xd0\xfd\xd0\x7f\x14\x4f\x9c\xd0\x7f\x0c\x97\x62\x73\x27\x07\xc0\x38\x1b\xa8\xcc\x85\x65\xd9\x3c\x66\x42\x82\x90\xf2\x82\x68\xdc\x6d\x6e\xe5\x2a\x0b\xad\x31\x9d\xa6\x6f\x30\xda\xdd\xfb\x03\x83\x3e\xd5\x76\x8b\x5f\xbe\x1c\xbe\xec\x0f\x40\x25\x1d\x86\xa6\x61\xcf\x0f\xd1\x66\x96\x5c\x33\xb0\xd4\xf3\x4d\x6b\x36\x9a\x2a\x75\x66\xfb\xf0\x9a\x5a\xb0\x03\x37\x32\x6d\xab\x9d\xd7\xed\x48\x7a\xd8\xbd\x1f\x66\xb8\x6c\xdd\x88\x6b\xaf\x6d\xf4\x37\x31\x21\x0f\xa9\xff\xae\x6d\x33\x35\xfa\x4e\x9f\xd5\xd3\x71\xd3\x4c\x0c\x9b\x6c\x36\xcd\xc4\xce\x92\x61\xa0\x89\x0f\x31\x1b\x80\xf6\xcd\x06\x09\x68\x71\x4c\x86\xa5\xf1\xc2\xb4\x09\xbc\x40\xbe\x14\x89\x5e\xd9\xa6\x3d\xec\xbc\x9a\xd0\xa5\x39\x26\x30\xe3\x81\xa7\x96\x6d\x22\x5b\xa6\xd7\xcc\x5b\xb4\xae\x06\x31\x5e\x75\x41\x4c\xe6\x2d\x52\x03\x3a\x93\x01\x93\x7e\xc2\x66\x32\x20\xd6\x48\xd8\x4c\x7a\x2d\x56\x88\xfe\xc5\x70\x0a\x2f\x49\xd7\xa8\x01\xb3\x48\xd1\x0a\x02\xb3\xc8\x20\xf5\x3c\x21\x10\x19\xc0\x4a\x25\x04\x22\x03\xc0\xb5\x84\x40\x64\x14\x17\x6b\x52\x4f\xb4\xc0\x86\x89\xf7\xb0\x7b\xa1\x09\xd5\x30\x0d\x1b\x48\x92\x59\x91\x10\x80\x34\x62\xa6\xb2\x2d\x64\x2c\xf2\xb6\x2d\xc6\x18\x91\x01\x19\x48\x2a\x1a\x9b\x86\xdc\xe5\x80\xbb\x57\xbb\x06\x17\x95\x73\x76\x2d\x2a\x87\x58\x69\xda\x6b\x97\xd3\x6b\x31\x34\x4e\x04\xe0\x67\x42\x4b\x54\x3b\x19\x1b\xf6\xc9\x86\xc1\x36\x96\xfd\x7b\x92\x75\xed\xdb\xa7\xc2\xd1\x6b\x8b\xa6\x08\xf7\xe4\xf4\x79\xfa\x9a\xfd\x40\xee\x91\x74\x90\xdd\x64\xd9\xad\xe0\x18\xa9\x5a\x3b\xa5\x18\xd1\x66\xd4\x80\x5a\x8e\xb5\x1f\x62\x90\xf3\xaf\xd4\xac\x84\x8c\xa4\x1e\xce\x7a\x77\x60\xf4\xf4\x26\x69\x15\x8a\x0f\x24\x25\x83\x6c\xc0\x94\xa4\x24\x96\x43\x8a\x43\xb4\x28\x87\x88\x35\xf2\x58\x09\x7b\xc9\x20\xce\x27\x9b\x1b\xf0\xf2\xfe\xe0\x3e\xef\x9a\x60\xb1\xec\x66\x60\x2b\x73\xbf\x20\x18\x36\x6d\xf2\xb0\xba\xd2\xb7\x61\x5f\x55\xb0\xc2\x73\x45\x9e\x41\xb6\x6f\x13\x95\x1a\x33\x9b\xe9\x14\xba\xca\xda\xb7\x8b\x0e\x52\x6a\xb2\xfd\x1c\x79\x1b\xe1\x2e\x8a\x12\xd9\x20\x1b\x20\x01\x3a\xdb\x8f\xa9\xa8\xf0\xf9\x29\xeb\x50\x35\x20\x3c\x19\x55\xf1\x86\xa3\x74\xcb\x71\x76\xce\x5a\xbc\xcf\xdc\xf5\x79\x58\xf7\x0f\x65\xcc\x77\x88\x1d\xba\x2b\x1b\xc1\xad\x87\x1d\xf0\xda\x49\x54\x9b\x44\x30\x32\xf2\xb3\x99\x08\xa6\x10\x7f\x21\x05\x40\x2f\xeb\xec\x6a\x09\xbe\x5b\xf6\xc3\x5e\x6d\x5c\x57\xff\x98\xfc\x68\xbc\xb1\xb8\xe6\x5c\x58\x7d\x7b\xf8\x50\xf0\xc3\x8e\xf1\x4b\x4e\xcb\xca\xb5\xc9\xe0\x3e\xc3\x8a\x60\x0f\xe8\x07\xe1\x50\xd3\xe7\x7f\xec\xc0\x5e\x3f\x28\x51\xd6\xc2\x2e\xe2\xf9\x62\x55\x2d\x99\x9d\x0b\x76\x90\xec\xc5\x8e\xa7\x00\x36\x25\x82\x55\xb2\x7f\xa7\xd3\x0a\xda\x47\xc2\xa1\x32\xdc\x0d\xe0\x50\x69\xe4\xc4\x25\x14\x2a\x8d\xf8\xdf\x84\x1c\x25\x75\x2f\x74\xb6\x9b\xca\xce\x08\xbd\xc9\x22\x18\x33\x3b\x0c\x53\xc4\x6a\x25\xf4\x26\x83\x64\x97\xec\xcd\xb2\xe8\xa1\x4e\x59\xd5\x6b\x42\x03\x2c\x77\x38\xae\xdc\x27\xbc\x54\x1b\x3c\x9c\x25\x7d\xf8\x2e\x9c\x25\xfb\x10\x05\x67\xc9\x20\xe7\x2c\xe1\x2c\x19\xd5\xc6\x0f\x4f\xf6\xde\xa7\x12\xec\x29\x1d\xb0\x47\x97\x5d\x9f\x8e\x9f\xdd\x2e\xda\xa3\x63\xc9\x99\x10\xc4\xeb\xec\xd3\xf1\x0b\xdf\x9e\xc4\x48\x53\x55\x44\x75\xb5\x7a\x58\x19\x53\x2b\x75\x27\xbb\x6c\x4d\x5f\xb8\xb1\x64\x7b\xcd\x9c\x72\x00\x01\xc1\x49\xc8\x6a\xb3\x13\x8c\x4a\xd0\x7e\x6e\xfa\x93\xc3\xde\x86\x5d\x0a\x54\xe9\xec\x61\x65\x11\xd7\x3d\x98\x6c\xa8\x37\x1d\x7f\x61\x92\xd5\x94\x1d\x42\x69\x78\x08\x13\xf6\x94\xa1\x8e\x07\x7b\x4a\xaa\xbe\x75\xf6\x06\xbd\x5c\x1d\x1b\x65\x1e\x6c\x0e\x3d\xec\x3f\x3e\x44\x1e\x03\xc4\x85\x09\x47\xca\x20\x02\x30\xe5\x48\xc9\xef\xd0\xf5\x87\x80\x83\x40\xa5\x2a\x9b\x3b\xe4\xf9\xc0\x46\x67\x37\x13\xd7\xe3\x19\xcc\x2a\xa3\x3a\x6f\xbe\xbd\x63\x1d\xce\xb9\xe5\x08\xf0\x02\xc7\x3c\xad\x57\x1d\x43\x65\xaa\x19\xf7\x85\xfb\xc0\x3a\x72\xce\xd3\x1d\xd0\x39\xb5\x11\x43\x9f\xfd\x3b\x31\x75\x80\x41\xb3\x8b\x8f\xcf\xae\xde\x39\x18\xa5\x5a\x6f\xe7\x64\xa4\x73\xb4\x1b\xde\x89\xec\xea\xb0\xe2\x13\x67\x9f\x30\xb1\x0c\x52\x93\xb2\x23\x8b\x53\xa5\xb7\x7f\xb2\x38\xc2\x76\x5e\x0c\xb1\xdd\x4f\x70\x4a\x7a\xde\xe8\x17\x8b\xd4\xea\x7d\x42\x7a\x79\x32\xe8\xb7\x6b\x88\x97\x09\x02\x3d\xec\xfe\x1b\x45\x0b\x65\x04\xae\x97\x51\x51\x71\xfa\x6d\x50\x3b\xb5\xc0\x51\x96\x1e\x5c\xfa\xed\xe4\xa2\xaa\x3f\x04\x1c\xde\xc7\xfe\x03\xe7\xc7\xf6\x93\x6e\x9b\x9a\x71\x60\x87\x19\x90\x7b\x67\xe7\xd4\xb3\xa7\x38\x51\x97\x5d\x91\xf3\xb3\x09\xa8\x35\xf0\xbe\x54\x8f\xb3\xd0\xbe\x0c\x22\x74\x13\x76\x97\xb1\xab\x4a\xd8\x65\xaa\xe3\x41\xef\x32\x54\x1c\x61\x77\x19\x64\xd1\x67\x7f\x84\xc0\xf3\x85\x9d\x96\xed\x0f\x7c\xd4\x2e\x41\x60\xc9\x14\xd8\x5d\x81\xed\x47\x5f\x66\x12\x9b\x70\x07\x71\x6c\x0b\xbb\xd7\xaa\x2a\x12\x5f\x7a\x9b\x8f\x42\xf5\x32\xd4\xcc\x86\xfe\x23\x24\xa2\xc4\x2d\xe9\xe6\x0a\x71\x4b\x25\x70\x30\x47\x91\xb1\x61\x71\x2d\x36\xa3\xf7\x4f\x1c\x99\x3e\xff\x7c\x25\xd3\x79\x70\xb5\x0c\x62\x65\x73\x60\xc7\x4b\x85\xf7\x20\x30\x04\xa2\xb3\x1c\x75\x97\xc6\x57\x49\x2e\xd0\xe8\x31\x2a\xac\x99\xc5\x6b\x14\x8f\xe5\x0b\x98\x10\xbb\xf7\xc1\xcd\x67\x21\x43\x98\xd2\xca\xbe\x66\x21\x33\x19\x20\x4c\x19\xe4\x62\x24\x7c\x29\x43\xe5\x1a\xbe\x14\x79\x9d\x73\x90\xf1\xc5\x3a\x1a\x84\x72\x90\x17\x9c\x03\xee\x3e\x70\x5a\x73\x90\x92\x9b\xca\xca\x81\xc2\x4e\xce\x50\x0e\x72\x00\x0e\x7b\x05\x6f\x93\x89\xbe\x09\x6d\x8a\x9c\xd0\x39\x3a\x6e\x6f\x64\xd7\xe8\x04\x32\x86\xf7\xe9\x2e\x9f\x57\xaa\xb3\xee\xc6\x60\xc5\xb3\x67\xc2\x9a\x52\xcc\x8b\xcc\x31\xdc\x4e\x06\xd7\x4c\x9d\xe1\x43\xbb\x64\x7f\x90\x28\x52\xbc\xa6\xf9\x48\xca\x81\x22\x4f\xf2\x4e\x0e\xe9\xab\x59\x22\x03\x09\x9f\xae\x91\x31\x59\xf2\xc8\x8e\x31\x6d\x02\xa5\x11\xd1\x91\xf3\x2f\x80\xa4\x84\x79\x25\x75\x9a\x0e\xb2\x0c\x74\xdd\xc1\xbc\x32\xaa\xa3\x1e\x96\x88\x00\x81\x79\xa5\x37\xab\x05\x09\x20\xe1\xcf\x39\x04\x79\x77\x9d\x40\xb0\x32\xc8\x1d\xca\xa1\x38\x66\x1f\x19\xe8\xf0\x64\x42\xe5\x08\x32\x70\xd1\x4d\x06\x70\xee\xca\xf5\x81\x0e\x5f\x9d\xa0\x9f\x0e\xff\x7d\x94\x97\x13\x01\x8a\xe2\x3e\x08\x47\x3c\x9c\xe9\x98\xee\x72\x77\x2d\xda\xbd\x6e\x77\xa8\x5a\x4a\xee\x59\xf3\xc9\xee\x45\x7e\x66\xc2\xdb\x22\xc3\x76\xca\xdb\x92\xbb\xcf\x41\x80\x4f\xa7\xdf\x27\xbb\x3f\x55\x84\xeb\x8b\x38\x6f\xda\x83\x7a\xaf\xf1\x02\x4e\x95\xb5\xeb\x8d\x61\x8d\xcc\x96\x84\x23\xa5\x24\x29\x42\x39\x4e\x2d\xb0\x74\xe5\xe9\xc8\xfb\x36\x5a\xfc\x9e\x5b\x38\x8d\x40\x72\xce\x71\xe2\x65\xb3\x7a\x98\xcd\xfe\x7d\x08\xba\x19\x9b\x83\x46\xaf\x36\x33\xb0\x82\x55\x97\xf7\xe5\x30\xb0\x0b\x0f\x05\xbf\x25\x93\x78\x06\xaf\x48\x0e\xc5\x35\x5b\xed\x26\x31\x61\xff\x87\xb8\x24\x3d\x3e\x8d\xdb\xc9\x4e\x93\xd1\x96\xf7\x82\x00\xd4\x51\xd7\xe0\x50\xf8\xb2\x97\xc3\x67\x52\x04\x53\x4e\x08\x4d\xea\x72\x99\x61\x5a\x22\x56\x31\x07\xf9\x62\x5b\x40\x3d\x6a\x97\x3c\xff\xc9\xd8\xd4\x7a\x2d\xab\xc8\x44\x57\x86\x54\x64\x1d\xae\xf5\xd7\x64\x5b\x9e\x27\x42\x20\xf5\xbb\x8c\x57\xd9\x43\xad\x5f\x41\x17\x7d\xc8\x97\xf9\x10\xce\x1c\x22\x18\x73\x28\x56\x51\xfe\x20\x02\x59\x24\xa9\x27\x3c\x20\xc3\x9e\x9b\x9f\x86\xbb\xe7\xdd\xc4\x1b\x63\x64\x06\x9c\x20\xa9\xdb\x7f\x2a\x86\x11\x07\xf0\x7d\x0c\xb2\xba\x12\x2a\x8f\x05\xdd\x43\xce\x2d\x61\xbf\xc6\xc3\xcc\xb1\xd4\xbf\x21\xda\x18\x24\x69\xa5\x44\x1b\x09\x00\x70\x42\xb4\x31\x08\xc6\x4d\x38\x34\xd2\xf3\x14\x9c\x18\x9d\x54\xa2\x9c\xb8\x28\x52\xcb\xdd\x6c\xb6\xd2\x3f\x2e\xff\xf0\x07\xfd\xbe\x7c\x88\x40\x2e\x9b\x66\x44\x1a\x2b\x64\x76\x30\xf6\x58\x52\xb3\x13\x4f\x4f\x5f\x4f\x4c\x13\xab\x7a\xcd\xd9\x02\xf1\x29\xdf\x85\x26\x0b\xf8\x2e\x22\xf7\x33\xa4\x17\x54\x9f\xa1\x12\xb0\x95\x25\x14\x17\xa9\x4c\x92\xe2\x22\x61\x22\x4b\x28\x2e\xfa\x6e\xe7\xe0\x54\x83\x26\x0f\xc5\xc5\x34\x14\x12\xc6\x8a\xd4\x42\x00\x17\x45\xd9\x1d\x3c\x09\x61\xfc\x93\xbf\x3e\xe7\xb4\x44\xb6\xa5\x89\x5f\xc3\x3d\x1d\xa6\x8a\x66\x40\xd2\x44\x77\x5c\x0e\xd7\x27\xab\x42\x3b\x0f\x4c\x15\xa1\xc1\x44\xa6\x0a\x8d\x64\x30\x55\x34\x7d\x84\x50\x55\x34\x2d\x88\x33\x5e\x9e\xe1\x9b\x70\x5b\x93\x5e\x96\x33\x01\x0e\x73\xb0\x70\x4b\x00\x3f\x91\x33\xd9\x88\x51\x44\xa6\xa4\x52\xd3\x67\x70\x83\xa1\x3f\xcd\x64\xac\xd0\x00\x60\xa1\x88\xdd\x1b\x84\x4d\x27\xf4\x0a\x39\xc9\x94\x22\x61\x38\xe7\x82\x84\x6b\x5f\xfb\x32\xd7\xa7\x2f\x53\x39\xe1\x11\x6c\x3c\x81\xce\x1a\x6d\x26\x10\x2f\x5a\xea\xe6\x49\x44\x20\x46\x9b\x09\xc4\x8b\xc6\x9c\x79\x3a\xb8\xce\x1e\x30\x5e\xb4\x04\xcd\x93\xd6\x23\xf1\x27\xc4\x4e\xbb\x42\xe4\xcd\xaa\x3e\x6f\xf6\x0a\xc4\xcb\xbc\x88\x3a\x62\x27\x98\x17\x31\x95\xce\xb0\x8b\xc2\x9c\x91\xc4\x65\x4d\xe7\x05\xf0\x2e\x6a\x21\x90\x57\x94\xec\x76\x05\xb9\x45\xea\x3f\xb0\x57\x34\xbd\x6c\x90\x57\x7c\x0f\xd1\x84\x9b\xe6\x84\x2f\x9c\xee\x9f\x5c\x83\x49\x65\x5f\x13\x15\xad\xe6\x05\x7b\x45\x68\xc2\x81\xbd\x22\xb4\x3b\xc1\x5e\x61\x56\x74\x4a\x52\xa1\x06\x00\xff\x44\x68\xc8\x98\x3f\x92\xa9\xfc\x26\xdc\x4c\xd9\xed\x96\xdf\x05\xc3\x87\x1f\xa2\x30\xd7\xff\x8f\xc2\x6c\x81\x09\x3f\x56\x82\x08\x69\x8d\x5c\xf3\x61\x2c\x91\xb4\x32\x4b\x84\x8b\x0d\xcb\x78\x76\x4b\x26\xe6\xaa\xdb\x4a\xa2\xa2\xb7\xec\x78\xed\x77\x5a\xf3\x5a\x53\xef\x63\xa3\x71\xb6\x1b\x17\x65\x25\xe4\x8c\xb0\xd2\xef\x2e\xe0\xfb\x28\x9c\x11\x0d\x44\x81\x84\x32\xe2\xfb\x63\xf1\x43\x14\xc4\xc1\x35\x25\x63\x5a\x08\x80\x10\x0c\xf9\x88\x83\xa9\xb6\x7c\xd9\x5a\x4c\xae\x69\xe6\xfe\x0e\xa3\xbf\x7c\x9e\x26\x5b\xf0\xa7\xe5\x76\x3d\x7e\x51\x6c\x19\xcf\x90\x71\x93\xe3\xf0\x21\x02\x72\x10\x2f\x81\x89\x3b\x95\x23\xf1\xa9\xbf\x2d\xf7\x1f\x9c\x8b\xaa\x5f\x42\x8e\x1a\x05\x0a\x41\x45\x68\xd3\x08\xa0\xca\xd2\x68\xca\x28\x18\x2f\xe8\xfa\xc0\x0b\x9e\xc6\x62\x86\x20\x66\x4c\x4f\xa8\x2b\x2a\xe9\x11\x09\x73\x45\x68\xbd\x0a\x20\x24\x35\xc0\x44\xb5\xb2\x6c\x00\x21\xa0\x19\x12\x02\xe6\x8a\xa8\x56\x43\xe4\xb1\xe3\x4f\xd9\x16\xc2\x92\xd9\xc0\x06\x52\x9a\xbd\xd0\x80\x06\xb3\xea\xb8\xac\x35\x60\x85\xb0\x62\x76\x02\x1c\x49\x9a\x94\xa0\x9c\xe8\x1e\xa0\xa2\x83\xce\x85\x78\x0a\xac\xd6\xff\x9e\x01\x30\xcc\x4e\xeb\x76\x01\x1b\x4e\x74\xe8\xbc\x6d\xf6\xa0\xa9\xac\xab\x50\x0b\xd6\xb0\x18\x66\xc7\x3a\xf0\xc3\x71\x61\x97\x89\x21\x48\x8f\x6f\xb0\x5c\x0d\xf7\x0a\x1c\xde\x1e\xed\x43\x9c\x2f\x76\x74\xa8\x2c\x02\xe4\xbd\x84\xca\xc2\x7c\xf9\x84\xc9\x22\xd4\xb9\x61\xb2\xc8\xb9\xef\xd3\x66\x76\xe8\x20\x06\x2a\x0d\x39\x8a\xf0\xa3\xd4\x02\xc3\x03\x89\x05\x19\xb1\x31\xde\xfd\x01\x07\x9c\x63\x87\x51\x3a\x8d\x74\x09\xf8\xae\x8d\xce\x0c\x61\xbe\x30\x8b\x45\xd8\x4d\x8c\x6f\x3a\x09\x68\x5b\x52\x6d\x84\x35\x94\x16\x0b\xd4\xca\x84\xd2\x22\xb4\xa4\x04\xb0\x93\x5a\xa1\x82\xdd\x40\xb3\x08\x54\x17\x25\x8d\xd3\x85\xeb\xa2\x01\x94\x91\xb1\xec\x0b\x9a\xb0\x18\x73\x4e\x04\xff\x38\x2d\xa8\x35\x30\x92\x69\x25\x30\x25\x1b\x6c\x03\x5b\x45\x68\x52\x81\x94\x22\x3c\xd2\xc2\x49\x11\x7b\x2e\x00\x04\xe9\x91\x3e\xc8\x52\xcd\xe9\xe2\x40\xd2\xab\x30\x42\x50\x11\xda\x03\x24\xa8\xc8\xe9\x8c\x44\xbc\x7b\xd8\x8f\x8b\xbc\x1e\x9b\x7c\x41\xe7\xe5\xc2\xc7\xff\xba\xcf\x1e\xb0\x55\x08\x18\x90\x71\x33\x3a\x4e\x9e\x9b\x1c\x6c\xa7\x82\x72\x5f\x83\x64\xdc\xe4\xa4\xa1\x01\x86\xe6\xdf\xe9\x40\xdf\xf0\x22\x39\xdd\xf0\xc6\x9a\xde\x92\x41\xa2\x8c\x06\x98\xc0\x00\xa1\x19\x24\x64\x2d\x52\xe8\x20\xe0\x3d\xe9\xc4\x8f\x21\xc4\x3a\x12\x3f\x1b\x4a\x07\xfc\x78\xd7\x99\x0a\xb6\x81\xc7\x72\x78\x2f\x96\x31\xe8\xf2\x5e\xc8\x39\x9d\xf0\x5e\x88\xb0\x90\xb0\x58\x84\x66\x06\x48\x2c\x8a\xe8\x14\x09\x8b\xc5\x0e\x35\x91\xc5\x22\xa7\xbd\x41\x72\xcc\x1e\x74\xcc\x09\xda\x39\xe3\x05\xfe\xc2\x99\xf7\x2a\x67\x69\x1a\x2e\xce\x3d\x9f\x71\x71\xa6\xd1\x95\xf1\xe9\xc0\x19\x76\xd2\xeb\x47\x29\x40\x11\x6f\x98\x54\x7e\xd2\xbb\x93\xaa\x9b\x79\xd8\x08\xd4\x8f\x24\xf8\x15\xf8\xc1\xcc\x2d\xd6\x27\xd7\x36\x88\x17\xc0\x30\x30\x78\x0f\x26\x8b\x35\xd9\x68\x52\x23\x85\x3a\x24\x54\x16\x60\x32\xfc\x21\xe1\x52\xe1\x4e\x2e\x79\xc2\x73\xd1\x3c\xa5\x41\x73\x11\x1a\x0c\x60\xb3\x08\x15\x75\xf8\x2b\x52\xdd\x21\x35\x61\x18\x30\x99\x80\xd6\x78\x40\x4c\x4c\x18\x86\xf1\x40\x72\xb1\x40\x92\xcc\x44\x9e\x1a\x93\x90\x04\xb7\x1a\xb9\x93\xe4\x3e\x6a\x81\xcd\x86\x5c\x42\x43\xca\x66\xd7\x2e\x5f\xe6\x58\x50\xfc\x83\x45\x64\xa7\x41\x00\x04\xf3\x5d\xa6\x71\x42\x48\x01\xb8\x24\x1a\x94\x5b\x09\x97\x44\xe6\xf0\xfa\x04\x41\xa1\x72\xcd\xec\x00\xdb\x2c\xe1\x95\x68\xc6\x17\xc2\x2b\xd1\x0d\x74\xc8\x41\xc6\x45\xf1\xda\x5c\x75\x5a\x89\x68\xd5\x08\x9e\x8a\x56\x23\x38\x73\xc0\x92\x14\x5e\x9f\xfe\x41\x3b\x87\x78\x44\x34\x01\xd0\xc5\xf4\x18\x05\xdf\x44\xa4\x6f\xe3\x38\x5c\x4e\x82\x4f\x53\x1f\xc0\x56\x67\x42\x46\xa7\xba\x08\x27\x45\x68\x85\x4b\xac\xce\x9e\x35\xe0\xa7\x28\xc5\x3e\xc2\x3c\xa1\xdd\x26\x35\x3a\x93\xbc\x98\xf0\x53\x34\xa0\xe4\x12\x7e\x8a\xb2\x67\x96\x9a\xbc\x5a\x15\x04\x15\x3d\x9d\x4d\x8a\x75\xa8\x11\x32\x03\xfd\x04\x55\x3b\x31\x3a\xa7\x21\x36\x09\xc6\xe3\x81\xe6\x09\x8d\x45\x1f\xce\x24\x8d\x16\x7a\x9d\x32\x84\x45\xa2\x1e\x01\x0c\x2e\x52\x37\xc3\x60\x2f\x1a\x84\x92\xaf\xbd\x3b\x09\x6e\x4d\xd0\xfe\x33\xd1\xf2\x41\x6b\xc8\x4c\x4b\xa3\x04\x82\x8f\xd2\x8c\x8d\x4c\x83\xb4\xb8\x24\x2d\xce\x29\x89\xec\x37\x64\x33\xb1\x59\x40\xa4\x93\xa9\xec\x57\x66\x43\x9a\x51\xf5\xce\xc1\x8e\xd1\x86\x53\x6f\x4d\xb2\x23\x29\x18\xeb\x31\x40\x45\x09\x75\x85\xe8\x61\x09\x73\x45\xc9\xb0\x84\xd3\xc8\x72\x6a\x81\x3a\x7f\xec\xfb\x96\x86\x9e\x0f\x29\x45\x4b\xaf\x89\xca\xd9\x2b\xf9\x82\xca\xd2\x95\x8f\xc5\x18\x5a\xb7\x94\x26\xc2\x03\x4c\xde\x38\x15\x7d\x06\x9e\x39\x05\x73\x22\xb1\x35\xf0\x43\x1f\x11\x46\xa5\x41\x1f\xb1\xc2\x89\x84\x12\xae\xa2\x97\x37\x87\x56\xcc\x9c\x09\x8d\x2a\x00\x5e\x99\x3f\x5b\xa3\x98\x81\x46\x55\x05\x0b\x5e\x89\x6e\x80\x6d\xfe\xec\x53\x0a\x46\x23\x57\x7d\x49\x48\x8b\xa0\x97\xca\xc4\x1a\x91\xae\x05\x6d\xc4\x06\xe5\xe5\xcf\x2c\x53\x5a\xf3\xd8\x8f\xf4\xa9\xcc\xa9\x88\xdf\x7c\xe0\xa8\x73\x59\x20\xe0\x0d\xf9\x4a\x09\x52\xff\x24\x97\xc9\x7c\xc1\x75\xb6\x40\xb9\x4f\x6d\x11\xfe\xbb\x4f\x96\xf2\x83\x98\x61\x85\xc6\x0b\x21\xb3\x0b\x0b\x7c\xf6\x2d\x7c\xc8\x6f\xd8\x22\x5b\x82\x54\xc7\x0a\xbb\x72\xee\x6b\xfb\xd5\x67\x5e\x0b\xf8\xaa\xbe\x74\xfe\x35\xaf\x21\x83\xea\x5e\xa3\x89\xa3\x9f\x2e\xdc\x71\x40\xba\xe5\x22\xa2\x34\x93\xed\x7f\x21\xd7\x75\x6f\x2c\xd5\x72\xa4\x92\xd4\x17\x86\x83\x2d\xf4\x6a\xed\xed\x0b\x61\x6d\x60\xd5\xaa\x36\x79\x71\x6d\x3c\x10\xef\x56\x8e\xc5\x2c\x00\x98\x2f\xc2\xf8\xa9\xd5\x0e\x48\xbc\xbd\xb6\x12\xc8\x95\xf5\x09\xeb\x6d\x7a\x5f\x0d\x81\xce\xaa\x82\x12\x23\x8c\xca\x5a\x04\x81\x0a\xdf\x9e\x0b\x89\xae\xef\x65\x11\x22\xb2\x63\xe9\x57\x93\x51\xd1\xaf\x12\x28\x86\xbc\x81\xdd\x22\x0c\xca\x5b\xdd\xb4\x58\x9e\xe9\xc0\x57\x5b\xf2\x10\x23\x8c\xfb\xc0\x7f\x41\x1f\x91\x10\x54\x84\xbe\x2f\x08\x2a\xaa\x4a\x07\x04\x15\xcb\x5c\x92\x25\x7d\xa7\xcf\xe8\xa7\xd3\x8b\x06\x29\x85\x90\x79\xb9\xa6\xe8\xdd\x3e\xc4\xd6\x90\xcb\x1f\x37\x86\x7e\x6a\x0a\x33\xa7\x11\x5a\x2b\xcc\xec\xa5\x76\xda\x32\x50\xcd\x16\xf1\xf9\x7b\x94\x15\x61\x46\xc8\x2c\x0d\x15\xf6\x30\x7e\xb3\x34\x12\x66\xa1\xbf\x1a\x16\xb4\x52\x5c\x43\x5f\x00\xa5\x36\xfd\xd2\x57\xf2\xf2\x1a\x48\x17\xa0\x3e\x73\x11\x3d\x61\x1e\xed\x22\x7a\xe2\x5f\xa7\xca\xc3\xe6\x1c\x39\x49\x93\xf0\x21\x18\x2a\xba\xc3\x06\x62\x39\xf4\x7e\xb9\xb4\x3c\xc0\xb1\x90\x0b\x28\xaf\xee\x64\x3b\x09\x2f\x77\x92\x5c\x95\x6b\x6a\x71\xc1\x1a\x63\x5f\x88\x52\x6e\x9b\x2f\xad\x6a\xb4\x40\xe7\x96\x8e\x28\x48\x26\x96\x46\x1b\x38\x26\xc2\x48\x44\x38\x26\xaa\xc6\x1f\x39\x26\xdc\x23\xa0\x98\xf8\x5e\xa6\xe4\xdb\x13\x8f\xd7\x42\x5f\xd0\x1c\xcc\x13\xbd\xf9\x02\x31\xeb\xfb\x43\x09\x1a\x85\xcf\xc3\x72\x86\x7e\x08\xdb\xc4\xf7\x51\xaa\x0a\xc5\x84\xc2\x6d\xc1\x0b\xed\x4e\xbf\xc0\x92\x35\xcf\x70\xfd\xec\x17\x67\x0f\xd2\xcd\xcc\xb7\xf5\xf3\x4b\xd3\x1f\x0f\x7f\x50\xa5\x47\x24\x14\x3a\x46\x3d\xd5\xac\x30\x98\x28\xc2\xf3\x29\x44\x14\xa5\xd9\xf5\xd0\x39\xeb\x53\x86\x30\x22\x46\xf9\x33\x71\x61\xbd\xa4\x4d\x20\x13\xd7\xcb\xbe\xc7\x1e\xb8\x34\xdd\x2e\xf6\xe2\x25\xaa\x23\xe2\x6d\xbd\xce\x0e\xfb\x1c\x33\x05\x80\xd8\x09\xb5\x44\x57\x38\x42\x2d\x91\x50\x86\x26\xcc\x12\x01\xdc\x5a\xc2\x2c\x11\x3a\x85\xce\x4f\x8c\x75\x63\x1f\x4f\xa2\xe7\x0d\xa4\x38\xc1\x3e\x4f\xb0\x1a\xf2\x24\x54\x61\xee\x97\xed\xc2\x5d\xc2\x4d\x09\x7e\xc9\x2e\x44\x78\xc1\x3f\x91\xba\x20\xcf\xe3\xf5\x0f\xbe\x5b\x4c\x51\xa0\xae\x05\xc0\x2d\x86\xfe\x54\x7f\x5d\xcb\x3f\x3e\xf5\xd9\x10\xad\xb3\x90\xfd\xb3\x5f\xb6\xd5\xc8\xc1\xb3\x58\xdb\xc9\x35\x2e\xd2\xc3\xeb\x9b\x88\xf9\xc3\xcf\xe2\xa5\x59\x7e\xe9\xf1\x0f\x6a\x8e\xfa\x6b\x5a\x22\xd4\x15\x69\xf0\xda\x89\xdd\x61\x1d\x87\x3f\xac\x07\x2f\x00\x8c\xab\x2c\x3b\xb1\x35\x77\x34\x32\xf8\x2d\x12\xec\x92\x3c\x3f\x29\x9a\x10\xaa\xe5\x89\x14\xdd\xae\xaa\xf3\x93\xa2\x9f\x60\xe5\x9a\x90\x2a\x26\x39\x0c\x15\x61\x6e\xe8\xd9\x19\x2d\xef\x77\x9f\xa7\x3d\x78\xde\xb6\x5f\xfc\xec\xa2\x66\xf8\xc2\xc3\x43\xde\x7f\x7d\x88\x3f\x40\x57\x74\x4f\x84\xae\xa2\x6c\x27\xde\x39\x2a\x6f\x78\x0d\x16\x8b\x6e\xb2\x13\xf0\x2e\x43\x3f\x4e\x2c\x10\x40\xac\xe6\xf9\x69\xc3\xb9\xf6\x57\x49\xa4\x72\xdc\x11\xd4\xe9\x7d\x70\x1a\x35\x09\x9f\x1b\xa7\x91\x02\x26\x58\x55\x28\x18\xa7\x31\x14\xf6\xbc\x78\x5e\x4e\xac\x69\x76\xc3\xf0\x8f\x8b\x43\x1d\x1d\x00\x40\x2f\xa8\xca\x79\x7e\xea\x6c\xe8\x3b\x3e\xc1\xe7\x5d\x0e\xd5\xb4\xcd\xc8\x23\x18\x34\x12\xc2\x98\x3c\x0d\xb8\x67\x09\x9e\x28\xb3\x30\x8b\xe4\x19\x02\xbc\x51\x6b\x0d\x19\x7b\xb2\x07\xe3\xdc\xbd\x06\x8b\xc4\xa1\x0a\x6b\x61\x01\x2f\xd7\x7c\x28\xe9\x2e\xa4\x2b\x44\x19\xb9\x17\x50\x32\x6c\x76\x69\x6a\x8f\xf7\x7e\x52\x18\x1a\xe2\x99\xf0\xfc\x60\xfa\x39\x31\x6b\x03\xc5\x93\xf0\x67\xa4\xde\xdf\xf3\xdb\x14\x5a\x77\xee\x2c\x6b\x8a\x99\x53\x02\x0d\x25\x27\x44\x19\x09\xd9\x75\x9e\x24\x70\x2d\x8f\x2a\xe7\x3a\x19\x11\xbe\x8a\x85\xc3\x68\x22\x88\x32\xca\x52\xb3\x97\x29\x63\x4f\x92\x13\x52\x5f\xa7\xa1\xe0\x5e\x6a\xf3\xe7\x49\x8f\x21\x09\xcf\x4f\x15\xce\xb9\x1f\xa2\xc3\xec\x55\x3c\x76\xe3\x4f\xfe\xfa\x94\x77\x63\x79\x1e\x80\x77\x23\xf7\xa4\x3e\x09\x30\xb2\xb5\xd7\xc1\x35\x3d\x65\x84\xbb\xea\xe4\x09\x8e\xa4\x1e\x03\x38\x35\xd2\x38\xc1\xf3\x5a\xac\x4b\x1a\x08\x49\x9b\x61\xb5\xf0\x6b\xec\x40\xe6\xf3\x66\xde\xa3\x63\x9c\x6c\x44\x4b\xdd\xeb\xd4\x60\xe2\x94\xbb\x85\xfc\xa3\x9b\xb1\x87\x2f\xf5\x21\x08\x36\x12\xbe\xe4\x3c\x85\x16\x56\xcb\x82\x60\x23\x85\xb1\x38\x09\xcc\x58\x2a\x4a\x27\xae\xc1\xe5\x44\x23\xbb\x6b\xa9\x10\x9d\x68\xe9\x6e\x82\x27\xf1\xeb\x4b\x85\xe5\xfc\xb9\x88\x78\xfb\x27\xdf\x3a\x15\xfc\xe1\x5a\x73\xbd\xff\x82\x67\xe8\x8d\x1f\x1a\x97\x63\xcf\x3e\xa6\x5f\xe5\x64\x1f\x5b\x66\x2f\x40\xee\x91\x9e\x82\xce\x87\x2e\x50\xe6\x3f\x76\x81\x1d\x0e\x57\xb3\xc8\x14\x10\x7a\x94\x65\xbe\x03\x8c\x1e\xa9\x69\xe4\x04\xbf\x58\x55\xf1\x7c\x28\x9a\x2d\xf4\x7c\x6c\x35\xda\x0b\x54\x1f\x69\x82\x36\x54\x1f\xe9\xe9\xed\x7c\x59\x8e\xb6\x07\x7d\x7d\x19\x20\x7a\x7e\xbb\xde\xde\x4e\xa5\x00\x31\xc2\xf3\xfc\x36\xb7\xd8\xcb\xe8\x85\xe9\xc4\xa1\x46\x77\x5f\x06\xe4\xc3\x0d\x92\x46\x96\x9d\x24\x27\xaf\xb2\x8b\x60\xd1\x72\x68\x81\x34\xe4\xfb\xc3\xcf\x62\xec\x63\x8b\x97\x34\x64\x19\xa8\x73\x81\x65\xdc\x90\xbc\x97\x7b\x26\xeb\xe5\x3a\x80\x2e\xa5\x88\xeb\xb0\xcf\xf6\x43\xc8\x79\x2a\x05\xab\x48\xea\x05\x87\x54\xe4\x7b\xc8\xb7\x03\x1d\x3c\xb9\xc6\xd1\x5e\x2d\x8d\x6a\xb0\x91\x40\x1e\x52\x96\xc1\xe2\x97\x5b\x23\x47\x13\x08\x43\xb6\x3a\x02\x61\xc8\xf7\x10\x5f\x2d\x8e\x8a\xd7\x00\x19\xd9\x86\xe2\x8c\x45\x7c\x40\x2b\x92\x6a\x7c\xd0\x8a\xa4\xfe\x71\x58\x45\x76\x14\xd6\xe5\x36\xe9\xae\x77\xb9\x4d\xd2\xfb\x17\xf0\xf1\x80\xac\x27\xec\x21\x1b\xa9\x44\xf6\x90\xa5\x4f\x10\xf6\x90\x34\x30\x15\x92\x90\xf4\xa8\x05\x49\xc8\x76\x35\x43\x12\x92\xc6\x9c\x42\xff\x91\xc6\x4d\x43\xf9\x91\xc6\xe9\xc3\xdf\x91\x26\x0c\x41\xc7\x91\x82\x66\x5c\xee\x6d\xe9\x7d\x3c\x9e\x88\x76\xb8\x32\xb6\x3e\x24\x57\xc6\xd2\xc1\x04\x57\x46\x76\x6c\xa5\x70\x65\x6c\xdd\x08\xaa\x8c\x34\x21\x19\xaa\x8c\xef\x05\xbf\x44\x4d\x59\x59\x17\x84\xce\x06\xbd\x5c\xe4\x0b\x2f\x44\xc2\x35\x21\x9e\x65\x23\xb9\x80\xf7\x88\xbf\xc5\xdc\x25\xc9\x3f\x33\xfc\x0a\xc2\x22\x90\x16\x97\xe1\x78\xf6\x2b\x28\x1d\x1e\xac\xa1\xb5\xd8\xf9\x05\x57\xc2\x7d\x8f\x0c\xba\x60\xa8\x33\x89\xf7\x5a\x95\xad\x91\xae\xe4\xc0\x60\xb8\x9f\x4c\x16\x4b\xc3\x33\x54\x16\xa9\xaf\x07\x2a\x8b\xd4\x66\x06\x7b\x45\x2e\xcc\x01\xb0\x57\x94\xa5\xad\xf9\x5a\x76\x32\xa5\xb9\x37\x68\x9d\xbe\x4e\x48\xf6\xfc\xd2\x89\x42\x6f\x13\xd8\x1b\x54\x8c\x2f\x31\x31\x9c\x1a\x62\x48\xf9\x51\xd2\xa4\x0c\xd4\x84\x07\xa3\x99\x89\x04\x0f\x46\xd3\x12\x0e\x0f\x46\x07\x8c\x34\xe1\xc1\x68\x1e\x7f\xe1\xc1\x28\x62\x81\x27\x44\x18\xdd\x3c\x96\xeb\xc4\x01\x8e\xa8\xbc\x88\xee\x3b\x90\x3f\x17\x14\xa0\x0a\xdd\xcb\xdd\x42\xb3\xf3\x45\xac\xb6\x3e\xc9\x0b\xe4\x47\x03\xb7\xae\x0b\x03\x90\x53\xe3\x42\xf5\x75\x36\x10\x01\x08\x39\x40\x5e\xa0\x50\x0d\xe7\xde\x36\xc7\x53\x3b\x22\x00\x97\x66\xf7\xeb\x22\xf6\x70\xbf\x20\xbc\x9c\xd7\x32\x40\x5a\x80\xd4\xb5\x7c\xe8\x06\x0d\xde\x2e\xba\x61\x37\x47\x46\xc3\xc4\xd1\x54\xcf\x2e\xed\x3f\x2e\x55\x8f\x42\x76\xfb\x6d\x90\xbf\x4b\xf5\x96\xc5\xdd\x87\x80\xa6\x73\x2a\x7c\x3b\x53\xdf\x0b\xe0\xdb\x98\x7a\xee\x6b\xf0\x75\xac\x1c\xe7\x25\xb3\x18\x2f\xe0\x21\x13\x7d\xfb\xfa\xb6\xa5\x0e\x72\x54\x5e\x6e\x4b\x3a\x14\x20\xee\xe8\x3a\xdb\x2e\xb0\x1f\x55\x8c\xae\x6f\x5b\xea\x0b\x15\xfb\xfa\xe1\x47\x46\xed\x87\xb7\xa3\x18\xbe\x74\xe9\xc1\xb5\xeb\xbe\x2d\xaa\x2f\x5b\xe3\x16\xe5\x5c\xc6\x90\xd4\x95\x8b\x40\x6e\xa4\xe3\xfa\xe0\xc2\x54\xa8\x02\xf1\xa8\x9f\x0d\xce\x8f\x6e\x82\xcb\xf5\x88\x38\xec\x33\xe0\xc7\xb8\xe6\x00\x41\xd6\x77\x07\x17\x48\x11\x99\x3d\xaf\x47\x56\x1f\xff\x20\x45\xd0\xd9\xfb\x88\x2e\xe6\x47\xbf\x5e\x81\xe6\x24\xaf\xc7\xb3\x3f\x8d\xc4\x5b\xbc\x9c\xf9\xe6\x51\x39\x3f\x5e\xd2\x4f\xf6\x33\x8d\x67\x68\x00\xe0\x8e\x3a\x82\xaf\x17\x28\x4a\x57\xc1\x4b\xc7\x71\xe6\x84\x6b\xa4\xe9\xed\xbf\x80\xe0\x18\x76\x0a\x9e\x66\x71\xa9\x2e\xc8\x56\x3d\x14\x5c\xec\x72\xa2\x7e\xc0\x4d\xd2\x97\x92\xe9\xdd\x74\xb4\x5c\x3f\x80\xc7\xf8\xee\xcb\x33\x5f\xa7\xc0\x4c\xd2\x4d\xb1\xb9\x0f\xb9\xef\x0f\xae\x2b\xf7\xff\x94\x6a\x37\xfb\x9f\xd3\xeb\x3e\x18\x85\xea\x07\x06\xb0\x4e\x85\x6b\xc8\x63\x98\xef\xd0\x9f\x74\x73\x06\xee\x83\xf4\x5c\x2a\x75\x73\xae\x14\x81\x3f\xef\x6f\x5b\xec\xba\x65\xe1\x48\xa9\xda\xd6\xe0\x48\xe9\x9e\xb5\xe0\x48\x29\xda\x44\xe0\x48\xa9\xc7\xbe\x4f\xeb\x98\x3a\x37\x78\x21\xea\x30\x77\x11\x7b\x86\x96\x72\x5e\xd4\xb9\x7c\xe3\xcb\x76\x07\xba\x0b\x3d\xcc\xb1\xf5\x96\xed\xbb\xf8\x9d\x8b\x67\xa8\x9b\x9e\xec\xf0\x3b\x3f\xee\x53\xae\xa7\x48\x9d\x52\xd0\xab\x34\x45\x2b\xec\x2a\xdd\xc8\xdc\x9b\x53\xa4\xe1\x0e\xf7\x77\x88\xec\x9e\xe5\x60\x5d\x69\x26\x48\xc2\xba\xd2\x3d\x73\xdd\x15\xce\xbb\xee\xf3\x44\x38\x57\x9f\x07\x72\xc1\x61\xab\x84\xd2\xb0\xce\x6e\x92\xb9\x45\x61\xba\x01\x1a\x51\x4e\xde\x4d\xc8\x0d\xea\xa6\xb5\x8e\x69\x07\x03\x4b\x35\xca\xea\x86\x8e\xdb\x93\xef\x2d\xb2\xb3\x1d\xf4\x1d\x2d\xd3\xa8\xaf\x9b\x0c\x6c\x91\x4f\x20\x66\x69\x5a\xfd\xef\x81\xa5\x87\xed\xfd\x26\xa4\x09\xa4\xbf\xbc\x61\x9c\x85\x2c\x29\x6f\xa2\xed\x77\x7b\xa7\xd9\x59\xde\x57\x75\xa6\x6e\xa4\x36\x35\xeb\x40\x5c\xfb\x40\xf8\xdc\x40\x69\x0c\x9f\x27\xd4\xc8\x6d\xff\x86\x2c\x6a\x4f\x14\x1c\x06\xf0\xed\xe6\x8d\x63\x00\xfa\x95\x94\x66\x45\xcb\xc2\xcd\x3e\x2a\xe6\xd4\x8d\x93\x60\x09\xe4\x75\x03\x40\x15\x7e\xf4\xdb\x3c\x37\x90\x1c\xd4\x2a\x61\x68\x84\x74\x2a\xd0\x03\x27\x74\x2a\x69\x36\xf4\xed\x16\xd9\x9c\x36\x1c\x9f\xd4\xee\xee\x13\x2e\x80\xe9\x7d\xce\x9b\x6c\x7f\xf7\x77\xe0\xc9\xe6\x14\xda\xe7\x1d\x6a\x7a\x7a\x64\x61\x34\xe4\x19\xdc\xdf\xc1\x8a\x81\xea\x71\x73\x26\x4a\x54\xb8\xfb\xdb\xf1\xd2\x2c\xd1\x1b\x98\x7d\x61\x72\x6e\x77\x3c\xe1\x11\xe0\x62\x59\xe0\x14\x26\x5c\x2c\xa1\xb4\xba\x89\x23\xd2\x5c\x73\x93\xb5\xb4\x84\x72\xb8\x09\x24\x12\xfb\xe1\xbe\xa8\xa9\xfd\x0e\x7f\x94\xe9\xcc\x12\xb9\x2c\x4d\xea\x37\x41\x91\x6a\x4c\xf7\x25\xfb\x85\x1f\xe2\xf8\xb6\xab\xf7\xe3\x19\xba\x42\x4e\xda\x66\x47\x8a\xb4\xe1\x8c\x82\x95\xea\x70\x04\xbf\xbd\x70\x41\xbd\x92\x37\xc7\x34\x83\x78\xef\xef\x98\x96\x7a\xda\x6f\x4e\x69\x06\x2b\x43\x1b\xb3\xf6\x2c\x25\xab\x69\x69\x0b\x84\x19\x26\xd5\x59\x60\x86\xc9\x4f\x45\xf8\x4b\xaa\xdd\xb6\x0f\xd9\x09\x6d\x4c\xa6\xd5\xfa\x51\x2d\x17\x1b\xe7\x31\xad\x8f\x37\xae\xed\x60\x7b\xbf\x09\xe2\x5c\xcd\x9e\xfa\x59\x2f\xea\x08\x3c\x87\x42\xf8\xfe\x39\xfb\x50\xe9\x6e\x4f\x6a\x36\xca\x6d\x50\x00\x03\x38\x64\xb2\x3b\x6b\x7e\x4e\x33\x14\x3f\x48\x64\xb2\xf9\x07\x74\x00\x1e\x2e\x6e\x8e\x73\x73\x5f\x63\x41\x76\xb2\x73\x9a\xd3\x6d\x74\x7b\x9a\x13\xf2\xe0\x06\x4d\x52\x83\x0a\x6c\x34\x0b\x10\xc8\xbc\xe1\x6a\x34\x71\xfc\xfe\x36\xc8\xd5\x5c\x89\xb0\x04\x40\x1d\x9e\x37\xf1\x54\x69\x9f\x13\x58\xaa\x62\x05\x6b\x4c\x9a\x5c\x0c\x69\xcc\x82\x59\x26\x6f\xfc\x2a\x1e\x39\xee\x17\xab\x06\x2a\x87\x64\x32\xc2\x04\x4a\x26\xb3\x00\x6b\x4e\xa8\x61\x16\x30\x9e\x29\x35\x4c\xa2\xa1\xfd\x0e\x69\x2e\x27\xd7\x0e\x15\xc7\x23\xb8\x61\x32\xe8\x61\xb9\x61\xc4\xa6\x90\x1b\x66\xb9\xe4\xe4\x86\x31\xa6\xed\x77\x38\x17\xc3\x1f\xa8\xf2\xf4\x05\xa4\x31\x0b\xc4\xcd\x84\x10\x66\x87\x41\x6d\x7a\x17\xea\x0d\xbd\x4b\x9a\x13\xfe\x23\xa8\x49\x83\xd5\xef\xdb\x0a\xba\xe1\x64\xbf\x22\xbd\x09\xcf\x57\x5d\x40\xac\x02\x38\x60\x4a\xb2\x7f\xc1\x01\x53\x0c\x20\xfc\xb1\x5d\x68\x40\xff\x55\x9d\xd1\xd4\xfa\xdb\x2e\xb4\x70\xfe\xbe\xdd\xa2\x1b\xc2\x2c\x65\x0c\x60\xf4\xf9\x03\x9d\x58\x4b\xc5\x4f\xea\xc6\xea\x33\xe7\xb7\x43\xa4\x75\xb8\x60\xe2\xf6\x3b\x04\x49\xee\xcf\x9b\x7c\x41\x9d\xeb\x43\xc8\xa0\xdf\x31\xe2\x87\xef\x90\x60\xac\xc7\x14\xea\x99\x6a\x90\xe7\x8f\xdd\x45\x57\xcd\x4f\x27\xd1\xf4\x19\xe0\x3c\xed\x4f\x76\x1d\x9d\x0a\x3f\x10\xad\xa0\xfb\xc8\x9f\x3c\x8f\xfb\x99\xd3\x89\xc9\xf5\xc5\xbb\x7e\xff\xa6\x4b\xbc\xfe\x71\xdf\xef\x3f\xf0\xfb\x52\xe7\x46\x46\x0a\x22\x0f\xd6\x9a\x09\xd8\x75\xc2\x5a\x53\x3d\xab\x43\x5a\x53\xe1\x3f\x4f\x48\x6b\xba\xf2\x05\xce\x9a\x2e\xd8\xc2\xaf\xeb\x5e\xa0\x6e\xa4\x2d\x98\x99\xfd\xeb\xd2\xe5\xd0\xc6\x0e\x1c\x69\xf3\x9b\xd4\x67\x7f\x13\x72\x65\xfb\xe4\x3b\x9c\x36\x6d\x07\xb0\xda\x14\x5d\xd3\xbf\xd1\xc0\x2c\xe2\x9b\x43\x5f\x24\xdf\xf9\x76\xcd\xd9\x59\x93\xbf\x41\x36\xff\xf4\x5d\x74\x7c\x05\xdb\xef\x3b\xcc\x76\x11\xa2\x7e\xdf\x61\x76\xee\xc2\x88\x1c\x9e\x7f\xfb\x13\x7e\x90\x42\x1a\xb5\xfd\xfb\x0e\xba\xdd\x58\x14\xb8\x76\xba\x5b\x1b\x5c\x3b\x1d\x70\xe9\xfc\x0d\x57\xa3\xcb\x60\x12\x19\xc9\xee\x01\x09\x4f\x83\x44\x25\x21\xe1\xe9\x9e\x10\x7f\x53\xf4\x5b\x9f\x81\x9f\xdb\x0f\x4d\x65\x0e\x82\x13\xa6\x9e\xa6\x20\x83\xa9\x27\xfe\x7d\x54\x99\xe8\xb5\x2b\xd6\xc9\x86\xa5\x57\x78\x83\x1f\xc8\x5b\xa2\x60\xc2\xd4\x13\x7b\x62\x08\x95\xb9\xaf\xc1\x94\x75\x85\x87\xe8\xd5\x3e\x0f\x73\xa1\xcd\x07\x49\xcb\xe0\x9d\x5f\x76\xbe\xc3\x33\x10\x1c\x1b\x12\xf5\x03\x96\xd9\x50\xd8\x5f\x4a\x6d\xce\x33\xb0\xb5\x99\xd5\xf0\x5b\xbe\x4b\x59\x58\x61\xb5\xd6\xfd\x96\x50\x6d\x5e\x83\x52\x8f\xa6\x01\xc9\x4e\x33\x52\xf3\xc7\xe6\x0f\xb1\x72\xca\x8d\x23\xa0\x2a\xdc\x38\xcb\xe0\x54\xb8\x71\xba\x68\x38\x70\xe3\x54\xed\xce\x3f\x82\xc3\x8c\x21\x86\x27\x27\xf6\x62\x71\x6b\xee\xae\x58\x02\x81\xf7\xec\xf4\x98\xda\x9d\xce\x84\x1d\xec\x69\xce\x31\x75\xfd\xfb\x14\xd0\xda\xcd\x4f\xbd\x3c\x44\x57\x80\x70\xd5\xf6\x35\x4d\xb6\x99\x84\x93\xad\x7f\x3f\x20\x0d\x72\xe2\x42\x9b\xe3\xfa\xc2\x06\x2a\x04\xd2\xef\xb6\x30\x76\xca\x9f\x67\x4a\xd3\xa8\xe1\xd6\xa9\x9a\x8e\x7e\x3f\xeb\x4d\x27\x11\x29\x06\x76\x77\xfe\xc8\x13\x5e\x7b\x64\xe5\x04\x28\x5e\x43\x3f\xe4\x12\x93\x37\xc7\x9d\x82\x60\x03\x83\x9c\x7f\x0f\xd5\x0e\xef\xe3\x39\xb4\x87\x1f\x7b\x8c\x7d\xe9\xf7\x18\x91\x44\x5d\x71\xd9\x6d\x59\x43\x64\x99\xa9\x70\xb0\xe3\x54\xe3\xc1\x20\xbe\x69\x5a\x40\xe1\xbd\x29\xcb\xd0\x19\x88\x6f\xaa\x76\x69\x78\x6f\xbe\x3f\x68\x03\xd9\x15\xbb\x09\x84\x96\x0d\x07\xf7\xa5\x34\x37\xbe\xd7\x76\xa6\x45\x30\xfb\xe9\x98\xe7\x50\xb9\x5e\x5c\xf3\x21\x5e\x7e\x3c\x31\x51\x1a\x84\x38\x65\x75\x76\xc1\x87\x9d\x4f\xd0\xad\xe7\x00\x25\x05\x85\x05\xa6\x9c\x9d\x41\xfa\x14\x3b\xc6\x6b\x0b\xf3\x19\x0e\x8d\x74\x12\x84\x38\x61\x1f\x3d\x9c\x6e\x20\x12\x49\xc8\x71\x42\x97\xd7\xc3\x9e\x63\x8c\xfb\x53\x11\x49\x8c\x2c\x44\x39\x65\xe9\xfb\x84\x29\x27\x0c\xe6\x86\x28\xe7\xfb\xc3\x1f\x0c\x21\x5b\xf4\x03\x40\x95\x20\xcf\x0f\xbb\xce\x1a\xe5\xcf\x2c\x53\xf8\x75\x02\x46\x98\x84\x46\x27\xd5\x62\xa1\xd1\x09\x3b\x13\x86\x9c\x70\x24\x60\xc8\x89\xce\x44\x81\x07\x27\x44\xe0\x7d\xe0\xa8\x74\x18\x1f\xb0\xf6\x97\xc7\xa2\x87\xb8\x85\xd9\xbc\xd6\x8c\x4b\xd5\x41\xaa\xe8\xc8\x8c\xc7\x23\x52\x7a\x9f\x02\x96\x1f\x82\x1b\xda\x4e\x96\x4f\x1e\xe9\x09\xed\xcd\xd2\x37\xf1\x10\xb2\xeb\xd2\x7d\x26\xa4\x9c\x76\xf2\x24\x27\x93\x29\x03\xed\x8d\x78\xe9\x29\xbd\x8d\x1b\x2c\xec\x36\xc5\x98\x74\xd8\x6d\xca\x1a\xc3\x1f\xf4\x25\x5a\x0a\xf4\x36\x01\xfd\x7f\x3e\xc4\x76\x2d\x71\x0b\x1f\x32\x8a\x85\x49\x84\xf7\xe6\xfb\x83\x26\x04\x73\xc3\xf9\x43\x60\xef\xfa\xf7\x14\x6b\x1d\x81\xfe\x04\xc1\x47\xd5\x87\x1c\x6c\x47\x9e\x60\xde\x3d\x13\xa5\xa0\x77\x1a\xa7\x63\xca\x72\x7a\x8c\xfa\xb2\x08\x0e\x6e\xda\x47\x1e\xa2\x24\x96\xa0\x81\x0f\x38\xfa\x06\x07\x3e\xba\xcd\x0c\x30\x86\x51\x67\x19\xf8\x06\xa1\x4e\xa4\x13\x36\x41\xe3\x6a\x5e\xdf\xbe\x40\xa7\xe1\x4f\x53\x3c\x48\xa8\xb3\x5c\x80\x12\xea\x18\x8b\xff\x40\x0b\x6c\xe6\xef\x43\x3e\x9b\x07\xdd\x67\x29\x99\xe9\xb3\xe5\x08\xf9\x8c\x67\x46\x4a\x5b\xf6\x86\xdf\xb1\x37\x9c\xd5\x70\x73\x6a\xb2\x78\x34\xb8\x0a\x5a\xfc\x40\xce\xa9\x1b\x14\x42\x9d\xa5\xf1\x1e\xb2\x9c\x80\xb6\x39\x21\xcb\x59\xc6\xc9\x41\x90\xb3\x02\x45\x49\x82\x1c\x50\xf6\xf3\x11\x46\xd8\xee\x26\xcf\x4d\x23\xb8\x7c\x37\xbb\xbf\x2e\x5c\x8b\x6c\xb8\x0f\x07\xae\x6e\xcb\x08\xec\x4d\xeb\x80\x03\xcb\x08\x98\x07\xbe\x5e\x21\x1b\x1e\x53\xdb\x9c\x9f\xf7\xf3\xdf\xff\xa6\x7a\xc9\xb3\xa9\xd0\xbc\x66\xf6\x08\x08\x0b\x47\xcc\x3e\x69\x40\xed\xb2\x34\x32\x42\xdb\x92\x7b\xa2\xc3\xd7\xab\xfb\xe5\xf1\xa4\x81\xac\x7f\xa0\x17\x33\x62\xf0\xd1\xdb\xe3\xbb\x10\x87\x69\x49\x7d\x48\xb8\xd8\x8d\xf7\xa4\x81\x24\x86\xfa\x64\x19\x7b\xf6\xe8\xeb\x51\xbd\x83\xfb\x64\x99\x78\xf9\x78\xd4\xd0\xef\xfb\x1e\x92\x3d\x35\xae\x91\xe3\x50\xfc\x24\xec\x27\xfb\x3c\xf2\xea\xc7\x11\xe4\xef\x25\xd0\x0b\xb2\x82\x7c\x8f\xf4\x8f\xce\x0f\x30\x0c\x96\x6f\x5b\x41\x8a\x28\x34\x88\x49\xb8\x19\x4f\x94\x8f\x50\x9e\xc4\xea\x7f\x06\xf3\xc2\x87\x92\xbd\xfa\xd2\xc5\x41\x98\x7a\xc1\x33\x29\x26\x33\x9c\x26\x69\xe6\xd3\x4b\x7e\x84\x01\x16\x2f\xc9\xc5\x9e\x18\xa1\x2e\x09\x75\xa2\xf7\x13\xd4\x69\x0e\xe4\x5b\xf5\xa8\x70\x9f\x28\x30\x18\x4a\x12\x86\x92\xd4\x9c\xf2\x92\x0e\xa1\x43\xfd\xc5\x4b\x63\x0c\xdc\x4b\x76\x9c\xc9\xf5\x90\x95\x2c\x6d\xd1\x92\x95\xec\x60\xfd\x17\x76\x48\x31\x78\xdf\x4e\x2c\x34\xf2\xe0\xed\x56\xce\xfb\x28\x4e\x56\xb4\x13\x5c\x88\x70\x84\xcf\x24\xb5\x91\x41\x55\xb2\x8f\x73\xef\x4e\x7c\xa3\x30\x08\x46\x76\x18\x24\x04\x23\xcb\xf0\x48\x09\x46\xa0\xbc\xc8\x17\x1d\x55\xc6\x8a\x7c\xa7\xb3\x8f\x6e\x54\x49\x15\x7d\xe2\x45\xe6\xea\xbb\x78\x41\xe8\x11\x81\x16\x7e\x92\xa2\xe3\x51\x7e\x12\x0f\x1d\xaf\x66\x2c\x03\x84\xdf\x4f\x93\x9d\x7b\x6e\x00\xfb\x30\xf7\x47\xbf\xd3\xc2\x9e\x4c\x9f\x90\xae\x46\xba\x43\x62\xd2\x4c\xe9\x85\xc3\xa4\xb8\xb1\x40\x4f\xd2\x85\x4a\x85\x9e\x64\xee\x3e\x8a\xe4\xda\xfb\x28\xa6\xd3\xeb\xfb\xbb\xcf\xbe\xf9\x42\x35\xec\xc9\x56\xd6\x12\x63\x37\xde\x20\x80\xce\xc1\xcc\xdd\x5f\xfe\x20\xa4\x09\x2d\xf8\xfd\x34\xe2\x09\x87\x6e\x42\x6d\x52\xf4\xa8\x42\x6d\x52\x05\x8a\x85\xda\x64\x7a\x50\x80\xd9\xa4\x18\xa3\x0d\xb3\x49\xdd\x33\x50\x88\x08\x1b\x9c\x74\x0a\xdb\xf3\xab\x44\x36\x38\xfa\x25\x7b\x78\xf7\xc4\xc2\x22\x69\x0b\x56\xf5\x21\x4a\x36\xf4\xc1\x12\x3e\x69\x3b\xdc\x57\xdf\x45\xbc\xaa\x73\x19\xb8\x78\x28\x6f\xf2\x5d\x8c\x59\xf7\x43\x74\xd7\xf2\x5a\x4e\x19\xbf\x79\x72\xdf\x6f\x5e\x44\x93\xfb\x8c\x68\x0a\xcc\x22\x05\xb5\xca\x38\x2c\x2a\x45\xdb\x0c\x2c\x2a\xc5\x28\xdb\xf7\x53\xea\xab\xea\x27\x1c\x28\xe1\x86\xfe\x1a\xda\xe0\x7e\xf1\x9e\x9b\x7e\x98\xce\x23\x12\x4f\xf7\xd9\xab\x7b\xeb\xdf\x2b\xd2\x56\xfa\xd0\x83\x29\xce\x87\xa0\x7b\xb3\x68\xe0\xdf\xb5\x95\x43\xa0\xd2\x34\x8e\xc1\x9f\x92\x8a\xbd\x17\xf0\x21\x1d\xfb\xf2\xa7\x08\x32\x00\x67\x4a\x75\x43\x92\x33\xc5\x43\x99\xcc\x28\x46\x37\xbe\x37\x27\x3a\x07\xc4\xb8\x08\xcf\x86\xaf\x5e\x29\x3f\x84\x57\xea\x70\x49\x69\x71\x13\xd4\xed\x35\x91\xc4\x12\x88\xd0\xfb\x16\xc5\x5f\xa2\x4d\x56\x32\x97\x9b\xb8\x42\x1a\x62\xde\xef\x8c\xd0\x15\xf1\x2f\x47\x04\xb3\x38\xe0\x5c\xf9\x1e\xa2\xe1\xe4\x50\x1b\x6b\x04\xe7\x4a\x31\x1e\x05\xce\x95\x61\xc4\x0b\x9c\x2b\xc5\x40\xb2\xf7\xc7\x24\x50\xe8\xfd\x1c\x96\xfd\x32\xbe\x20\x7b\x0d\xe7\x94\x50\x47\xef\x77\xd6\x68\xc2\xd5\xbe\xf0\x8f\x8d\xfd\xcc\x57\x55\x33\xcb\xdf\x07\xb5\x98\x4d\xea\x35\x94\x42\x8f\xed\x0b\x6a\x9f\xf1\x91\x30\xb9\x0c\x23\x64\x60\x72\x19\x1e\x17\xdf\xc7\x99\xb2\x1f\x4a\xfe\xf0\xab\x8b\x6b\x6a\xc1\xe1\xa4\xef\x17\x30\xe4\xd8\x7c\xc3\x2d\xf6\x44\x79\x74\x8c\xd0\xe6\xe7\xe1\x65\x6b\x61\xaf\xfa\xf6\x6b\x12\x22\x6d\x78\xed\x3c\xbe\x44\x90\x61\xda\x61\x70\xde\x8b\x98\xfa\x82\xff\x77\xb8\x8e\x5f\x79\xbf\xbc\x86\xcf\xfc\x9b\xb9\x0b\x1a\x98\x46\xaa\xc5\x82\x06\xa6\xc1\x92\xb0\xa0\x81\x69\xe4\x87\x2e\x58\x60\xda\xdc\xf7\xe9\x96\x6f\xd1\x2c\x58\x60\x06\x31\x2c\x0b\x16\x98\x4a\xf0\xee\x3a\x0e\x24\x6c\xf7\x79\xf2\xa3\xbf\x31\x58\xb0\xc3\x0c\x22\x7d\x96\xec\x30\x0b\xaf\xf9\x82\x1e\x66\xac\xfd\x90\x89\xd9\xd3\x2f\xc9\x14\xc7\xf5\x77\xf8\xe9\xf0\xc9\x2c\x78\x63\x06\x61\x2b\x0b\xda\x98\xc2\x11\x6c\x49\x1b\xb3\x62\xff\x40\xf1\x5f\x34\x41\xaa\xe8\x83\x2a\x91\xb1\x4e\x54\xc8\x92\x36\x06\x8a\x81\x75\x18\x75\x41\xc2\xcb\x3a\x64\x8a\x6e\x7e\x08\xed\x2b\x2c\xcd\x04\x49\xaf\x6d\x43\xf8\x55\x28\x6e\xaa\x2f\x3c\x4c\x30\xaf\x45\xb9\xa4\x6d\x95\x65\xb1\x28\xad\xda\x84\xc9\x35\x49\xa4\x16\x4c\xfc\x22\x69\x75\xeb\xa8\xd6\x94\xef\x57\xfb\xc8\x77\xf1\xb4\x1e\x5e\xbf\xdf\x7d\xcb\x32\x20\xbc\x52\xb9\xe6\xdc\x4c\x9a\x49\x0e\x3d\x59\xa7\x0b\x76\x98\x4a\x96\xd8\x92\x1d\xe6\xb0\xe0\xa6\xcc\x4c\x46\xa4\x99\xa4\xce\xcb\xb0\x8a\x0e\x47\xa7\x93\x7f\x61\xf3\x55\x12\xc2\x11\xe9\xcc\x0b\xbf\x44\x62\x25\xee\x81\x05\x3b\x4c\x92\xdc\xb5\x60\x87\xf9\x5e\xf0\x07\x47\x9f\x83\x2a\x75\x58\xd7\x17\x25\x13\xfc\x38\x7c\x61\x10\xf9\x1e\x94\x4c\x88\x23\x94\x57\x0b\xd6\x98\x20\x90\x7b\xc1\x1a\x93\x78\xa6\x17\xa4\x31\x5f\x01\x7c\x08\xc4\xa9\xe2\xe0\x0c\xd6\x66\xf8\x02\xb3\x30\xfe\x3a\x99\xae\x83\xa0\x12\xc8\xcb\xd6\x31\xf4\x73\x1f\x16\x4f\xc0\xa4\x5d\xae\xb1\x2d\x9d\x59\x93\x68\x91\xa0\x78\x13\x86\xd0\xcd\xd7\x41\xc6\x10\xd1\x40\xeb\x00\x69\x90\x78\xad\x75\x60\x6d\x5b\x00\xda\xac\xe3\xd3\x64\x3a\x9c\x23\xeb\x98\x56\x98\x2e\xdc\x31\x96\xbe\x80\x7e\xe0\x82\x20\x19\xa8\xfb\x4c\x98\x12\x47\x2d\x3c\x0a\xb2\x13\x2e\xc8\x68\x06\x3b\xe4\x82\x8b\xa6\x93\xbc\xb6\xe0\xa2\xf9\x1e\xa2\x64\xa2\x59\xf6\xbc\x34\xc5\xd3\x3e\x17\x20\x20\x1d\xc9\xc0\x4c\x6f\xbd\x3d\x2f\xa2\x44\xae\x83\xc0\x4a\x8c\x6f\x0b\xc6\x9a\x41\xb4\xce\x82\xb1\xe6\x7b\x88\x56\x87\x1b\x2f\x0f\xa5\x38\xfc\x54\xf6\x3b\x47\x66\x3b\x78\x26\xe9\xa5\xf4\x3e\xf2\xcd\xce\x4f\x5d\x46\x7c\x34\xe1\x66\x76\x1c\x92\x4e\x4a\xbf\x69\x55\x5d\x7f\x3b\xf2\xc6\x6b\x86\xdb\x65\x00\xe9\x76\x75\xc2\x2e\x58\x87\x1d\x9e\x45\xfc\xff\xbe\x5f\xfd\x10\x25\x2f\x26\xdd\xa0\x46\x86\xe7\xa4\x22\x71\xc9\x11\x48\xb5\x97\x5d\x59\xe9\x0c\x34\x98\xb5\xff\x48\xff\xf0\x07\x6e\x6a\x27\x0d\x7c\x37\x2b\x95\xc0\x20\xac\x2c\x05\x21\x3a\xcc\x4a\xe5\x11\x68\xc7\x7b\xc5\x7f\x07\xcc\xbe\x9c\xcc\x27\x7e\x6a\x17\x30\x3a\x0c\xd0\xfd\xeb\x80\xc7\xed\xb0\xbb\x05\x52\x51\x40\x9e\x0e\x96\x13\xeb\xc4\x1b\xef\x3a\x3d\x9d\xd4\xcd\x12\x58\xf1\xfb\x0f\xf3\x64\xb8\x7f\x11\x6c\xe0\x9c\x46\x6d\x29\x0e\xd0\x65\x3f\x75\x1a\x84\xbd\x73\x2f\xd4\x8b\x80\x02\xa5\xe5\x05\x15\x6a\xf7\x65\xa2\x25\x9c\xae\xd0\xb1\xae\x74\x35\x13\xae\xb3\x17\x07\xe0\x89\xd3\xee\xfb\x0e\xbd\x7d\x2f\xda\x0b\xde\x21\xe5\x11\xd6\xce\x3d\xc7\x88\xbe\x69\x4e\x75\xe0\xb7\xf6\x74\x40\xcf\xd9\xd3\x5e\x3d\x27\xad\x05\x24\xac\x7b\x5e\x81\x97\x58\x6c\xe6\xa7\xca\xd4\xbe\xef\x13\x8d\x10\xdc\x47\x93\xd9\x73\xf2\x67\xa8\x0f\xcf\xa8\xc9\x90\x3e\xb3\x8e\x1f\xcd\x77\x8e\xfd\x2c\xc0\x97\x19\x5a\x65\x93\x51\x33\x4a\xd7\x1d\xd8\x49\x4d\x7f\xae\x12\x77\x45\x8e\xd8\xfb\x05\xd0\x12\x57\x2a\xfd\x9f\x4f\x89\x6a\xca\x5d\xe2\x69\x96\x12\xf2\xa1\x53\x5d\xd2\x0f\x62\x77\x3f\x4f\xca\xe1\xf8\x5b\xc8\x3d\x56\x91\xd2\xd5\x48\xd2\xa9\x68\x26\xae\x43\xfa\xec\x3a\xd2\xa8\x87\xde\x59\x14\x83\xf1\xb4\xda\xb3\x2f\x47\xc3\x41\x27\xa0\x79\x74\xe5\x06\x47\x79\x40\x64\xd6\xf1\x32\x74\x4a\x01\x4f\xf2\xc9\x18\x41\x36\x53\x20\x96\x5f\xc5\xe8\x4c\xd2\x1b\x56\x31\x3c\x85\xc9\x0e\x0b\xcd\xf7\x87\x3f\x08\x8a\xa3\x1a\xd0\xd0\x24\xc6\x82\x05\xad\x4c\xa6\xf7\x55\x07\x48\x04\x5b\xc5\x28\x4c\x8b\x30\x0a\x93\xa0\xaa\x05\xaf\x4c\xba\x51\x4a\x1f\x03\x8a\xc8\x82\x25\xa6\x2f\x9f\xa9\xf4\xb9\x1f\xc2\xd9\x07\x99\xe1\x2a\x35\x40\x9b\xf2\x9a\x73\x2f\xab\xa9\xb0\x43\x2f\x62\x83\x16\xb4\x32\x1d\x37\xe0\x82\x56\x46\x08\xab\x05\xab\x4c\x77\xdb\x83\x55\x26\xd0\xe1\x56\x69\x32\xab\xd2\x7d\xa5\x59\x6d\x5f\x1e\xfe\x41\x95\x4c\x43\x58\xbe\x01\x60\xfa\x41\x57\x92\x92\xe0\xf4\x28\x00\x80\x1d\x48\x4b\xe8\x66\x06\x99\x14\x4b\xba\x99\x45\xd0\xcc\x82\x6e\xc6\x1c\x90\x05\xdd\x4c\x07\x1f\x6a\x15\x0d\xa1\x16\xd6\x75\xa4\x78\xcd\xd9\x98\x85\x0f\xdb\x4c\x75\x2d\xc2\x29\x13\x1c\xb8\x97\x9c\x32\x8b\xe8\x9b\x05\xa9\x4c\xad\x16\xc0\xae\x8c\xfb\x7f\x15\x19\x47\x99\x3d\x05\x67\x16\x36\x97\x55\x06\x44\x51\x7e\x74\x62\x1e\x46\xf7\x2c\xdf\x2e\x1a\xb0\x2c\xad\x22\x16\x98\xad\x24\xef\x56\xd5\x4b\xae\x19\x67\x5b\xd1\xea\x8a\x24\x87\x46\xa6\x76\xeb\xa0\xcb\x0a\x97\xcc\x92\x46\x46\x4d\x07\x16\x99\xef\x0f\x7f\xc0\xec\x12\x5e\x63\x65\x44\xf4\x17\xcd\xb1\x28\x59\xb0\xc8\xd4\x62\x4d\xc3\xda\xd1\x02\xb7\x60\x3c\xf4\xab\x68\x8d\xb5\xaf\x81\x77\x24\x9e\x6d\x95\x6f\x0b\xae\xd1\xbd\x1f\xe4\x54\x52\xa3\x20\xc2\x0a\xf5\x19\x0a\x9a\xe8\x76\x23\x36\x80\x74\x1a\x69\x72\x65\x0b\x2d\x9a\x5c\x39\x6d\xac\xa2\xc9\xb5\x53\x3b\x4d\xae\x9c\x55\x16\xfc\x32\x9d\xfc\x9c\x25\xbd\xcc\xe2\xf4\xb0\x0a\x21\x35\x98\x37\x56\x49\x4c\xbf\xf6\x1e\x08\x3c\xe4\x6f\x2d\x78\x67\x02\x5b\xf9\x2a\xfa\xd1\x1a\xa5\x2d\xb7\x22\x0a\x58\x2e\x23\xaa\x07\xa1\x69\xb8\x8c\x38\xa3\x93\xcc\xba\x60\x9d\x89\xb4\xef\x00\xd7\x01\xc8\x67\x95\x13\x2d\xd1\xa9\x46\xb0\x4c\x71\x2e\x13\xef\xd2\x6d\x8d\xbe\x33\xbb\x45\x17\x59\xff\x0b\x2b\x64\xc1\x03\x93\x4d\xc9\x70\x9b\xdc\x43\x45\xc8\x66\x5b\x4a\x5a\x88\x60\x56\x38\xc7\xc8\x66\x5b\x7b\x59\xdd\x9a\xf9\xbd\xb6\x97\x15\x2c\x9c\x96\x8b\xb3\xd5\xf4\x82\xbd\x7e\x6e\xd6\x8f\x13\xe2\xdb\x5e\xda\x9e\x10\x18\x67\x87\x8d\x02\x8d\x77\xec\xe2\x60\x34\x50\x7e\x70\x9a\x2e\x8a\x80\x5b\xfa\x09\xde\xd5\xe1\xb6\x65\xa0\xa7\x69\x36\xce\x42\x98\x4a\xb7\x41\xbf\x5d\x3d\x86\xe5\x47\x02\x20\xbb\x3f\xbc\x33\xb1\xa5\xec\x77\x82\xd6\x73\xb7\x0a\x5e\xb9\x50\x34\x98\x0e\xec\x6c\xc2\xf9\x46\x4e\xed\x2a\x58\x79\xbb\xb5\x7b\xfc\x26\x43\x84\x23\xee\x20\xe8\x67\xc1\x3b\x13\xcb\x65\xff\x5a\x23\xe6\x00\x0c\x65\xc7\xb1\xff\xf0\x6d\x5e\x78\x7d\xbb\xd0\x38\x0c\xc3\x9e\xde\xe4\xa0\xc1\xa7\xb0\x60\x91\x59\x38\x93\x3e\x6d\x8f\x67\x26\xd7\x54\x09\x75\x04\x82\x98\x85\x6f\x70\x49\x10\x43\xf4\xd4\xaa\xe0\xe7\xac\xc3\xfb\x1c\x2d\xd0\x46\xea\x41\xb8\x01\x79\x2a\x0b\xb2\x98\xa5\xf6\x0c\x59\xcc\xc2\x97\xb6\xa0\x84\x09\xf5\xf9\x8a\xe9\x16\x6b\xf6\x82\xf9\x25\xc1\x66\x5f\x15\xff\x19\x27\xf4\x55\x6b\x37\x2a\x8e\x5a\x13\xef\x81\x9d\x6a\x55\x6c\xb7\x78\xfa\x56\xad\x34\x3f\x7c\x06\xca\x22\x5b\x59\xad\x11\x5a\x04\xa4\x2e\x4b\x11\x55\x31\xe4\xaa\x8e\x54\x76\x00\x87\x1c\xee\x16\x7d\x92\x0b\xee\x96\x85\xd3\x6a\xc1\xdd\xb2\x70\xc1\x2c\xb8\x5b\x16\x1e\xb2\x55\xbf\x43\xdd\xc2\xbb\xb6\xa0\x6e\x49\x4c\x09\xab\x36\x32\x3e\x99\xe5\xb5\xe3\x55\x64\x1a\xd5\x6e\x03\xf8\x7e\xe7\xfb\xcc\x28\x58\x5c\x16\x8e\xa3\x55\x3b\xdf\x64\xd1\xd7\x61\xb4\x9c\xd7\xbc\xcb\x3e\x5a\x87\x83\xef\x98\x7d\x32\x3f\x89\x8e\x59\xb0\xb8\x24\xf1\x7b\xab\x92\x84\xd6\xac\xf4\xa0\x57\xd8\x9d\x2b\x72\x9e\x34\xa7\x05\x89\x8b\xde\xd9\x05\xaf\x4a\x25\x67\x61\x41\x97\x22\x8c\xec\x82\x2d\xa5\x1e\xc5\x01\xc7\xad\x35\x1c\x3f\x92\x7f\x55\xc6\xe1\x48\xd1\x6b\xb9\x6a\x72\x4e\x43\x9c\xc1\x91\xb2\x5c\x8d\x50\xa4\x7c\x1f\xf2\x21\x0e\x96\xce\xae\xc4\xd7\xc3\x39\x00\x32\x93\x9c\xc8\x30\xc9\x4c\x0e\x92\xad\x56\xc5\xb5\x84\xc3\x74\xd5\x4f\x18\x2e\x82\xeb\x17\x2c\x27\xf5\x20\xe4\x65\x41\x73\x92\xcd\x29\xb8\xac\xb7\x65\xe3\x80\x22\x3b\x63\xd5\x4f\x64\x7e\x7f\xfc\x15\xf3\xb6\x60\x47\xc9\xe9\xb4\x3f\x0f\x5a\x4e\x31\xa7\xad\xa2\xab\x4e\x5b\xc5\x06\x04\xf1\x89\xc0\x17\x0b\xe2\x93\x05\x08\xd4\x82\xf8\xa4\x1e\xa4\xe3\x2c\x88\x4f\x16\xf1\xf0\x0b\xe2\x93\xa5\xd2\x0b\xf1\xc9\x1a\x0e\xe4\x27\xb2\xd7\xb0\x51\x24\x25\x2b\xdd\x20\x3e\xf9\x3e\xe4\x1f\xf6\x1b\x2f\x7c\x87\x87\x45\x40\xd6\x82\xbd\x24\xe7\xbe\x9f\xbe\xe0\x1f\x68\x72\xce\x27\xc2\xf5\x0f\x82\x70\x97\xf4\x25\x38\x28\x17\xf4\x25\x4b\x93\x0a\x2c\x25\xe9\xb1\xa5\xde\x8e\x06\xdb\x77\x45\xa8\x0f\xbf\x7a\xdb\x03\x6c\xc7\xf5\x86\xcb\x10\xe1\x58\xef\xe9\x1f\x74\xc7\x4d\x06\x8e\xc5\xdd\x84\x90\xba\x2e\x6f\x8a\x2b\xbe\xc0\x2c\x42\xf0\x41\x4d\x12\x44\x3e\x2d\x98\x43\xd6\xd8\xd7\x04\x36\x17\xe7\xef\x8f\x17\xfc\x28\x30\x39\xc3\xd9\x45\x5c\x83\xa7\x4c\x48\x41\xd6\xb0\xeb\x1f\xc6\xc4\xc5\xfe\x38\x26\x88\xd3\xfa\x30\x26\xce\xd9\xc7\x89\x13\xbe\xc1\x8a\x72\xd9\x3d\x06\xe8\xf9\x36\xfc\x40\x87\x25\x50\x0b\x67\xdd\xcb\x34\x71\x7c\x60\x96\xc6\x4f\xbe\x2a\x19\xc9\xc3\xa9\xf4\x5a\xb2\x02\x0b\x3f\x5e\xb1\x4a\x46\x03\x62\xfe\x83\x2c\xa4\x1e\x40\xb3\x2d\xc8\x42\x16\x34\x8a\x0b\x7e\x8f\x05\x4e\xd6\x82\x8a\x23\xdd\x7e\x60\xe2\xa8\x87\x66\xa8\x86\x63\x4d\x2d\xa7\x61\x9d\x23\x6e\x76\xb5\xc2\x7e\xc5\xe0\x36\xc8\x9b\x1d\x05\x18\x3a\x16\xf0\x65\x0b\x86\x8e\x05\x10\xe1\x6a\x85\xa6\x31\x95\x1a\xac\xce\xb8\x12\x56\x03\x97\xec\x50\xef\x68\x95\xa8\xcf\xc3\x3f\x64\x35\xe0\x43\x06\xe2\xe1\x3e\x59\x70\x7a\xa4\x67\x49\x38\x3d\x72\xb2\x1a\xe1\xee\x58\x98\x8e\x17\xd4\x1d\x72\x0b\x2d\x18\x3a\x92\xfc\x88\x05\x41\x47\x36\x3f\xfa\x29\xe6\x0b\x67\xc0\x82\x88\xa3\x1e\x9a\xf3\x20\xe2\x58\x30\x5b\xad\x66\xb2\xf0\xf0\x43\xaf\x91\xf0\x94\xdc\x19\x1e\xa6\x6a\x23\x8b\x98\x18\xfc\xd5\x88\x83\x3b\x80\x00\x5b\x30\x71\x2c\x20\xc3\x16\x4c\x1c\xab\x5b\x0d\x70\x19\x88\x0e\x58\x0d\x7e\x2d\x75\xb3\xd6\xa1\xea\xc5\xf1\xb8\x5a\x37\x02\x94\xd2\xf0\xc9\x11\x1c\xb0\xda\x30\x40\xd3\xeb\x8b\x67\x28\x6c\xfa\x0c\xed\x9f\x8c\x94\xd5\x9e\x8c\x4e\xf7\x19\x62\xb4\x2d\x78\x5e\xba\x92\x28\x80\xdc\x5f\x42\xc5\x56\x0b\x9a\xc6\x49\xb7\x91\xa5\x7b\xe4\x5f\xd1\x6f\xab\x05\x93\x09\x55\xb5\x61\x82\xd2\x3a\xd2\xa4\xbf\x62\xf3\x68\x89\x0b\x05\xc9\xdb\x70\x88\x1d\x1a\x5f\x1b\xb0\x33\x4a\x8d\x86\xe5\x88\xc8\xe6\xd5\x34\x10\xd9\xb1\x44\x10\xec\x2e\x10\xb3\xc1\x49\xa9\xd8\xc6\xa1\xb2\x60\xbc\x58\xea\x63\x52\x53\xc0\xa8\xbe\x1a\x72\xf6\xb0\x0f\x14\xa7\x88\x22\x29\x2b\xc0\x2c\x58\x50\x56\xd4\x83\x70\x9e\xd5\xb6\x38\xf5\x43\x4c\x69\x17\xd3\x69\xa7\xd9\x9e\xd3\x55\x46\x07\x2a\x4f\x2b\x6a\x7f\x3b\x8d\x60\xa7\x4a\xa7\xc1\x93\x48\x5d\x68\x2e\x0c\x89\x58\xed\x62\x2e\x0e\xaf\xbb\x0f\xf1\xa9\x8b\xc1\x0b\xaf\x6d\x10\x5f\x05\xfe\x61\xd8\x63\x8a\x4d\xd7\xeb\x4d\x23\x50\x24\x1a\x51\xd8\x7b\xf6\x81\xda\x70\x34\x1b\x71\x3b\xf2\x34\xee\xbe\xfc\x83\xaf\x2a\x36\xa7\x7f\x20\x1e\xd1\xda\x1a\xd1\xd8\xc3\x45\x0a\xb4\xc3\xb4\x04\x94\x56\x4d\xf1\xd0\x4c\x2c\x4d\xce\xd0\x49\x18\x73\xb1\x60\x93\x08\x2d\xce\xb0\x49\xd4\xa3\x39\xa7\x1f\x92\x9e\x1d\xd0\x07\xc9\x82\x66\xd7\x40\x7c\x38\x5a\xf3\x0d\x67\x03\xed\x47\x9c\x86\xd5\x46\x6b\x25\x85\x6b\x35\xb5\x56\x4f\x0c\xed\xb5\x03\xfc\x23\xfd\x83\x36\xa0\xb5\xea\x8b\x80\x37\x62\x91\x9e\xb0\xa0\x7e\x58\x70\xe6\x2e\xa8\x1c\x12\x5c\xbb\xd5\x95\x7c\xf8\x96\x57\x57\xf2\x71\x04\xee\xc5\xee\x0e\xae\xa9\x5e\xfa\xb2\xb1\x13\x14\xa0\x14\xe4\xe0\x01\xdd\xc3\x1a\x88\xdc\x5e\x19\x73\x0e\x5c\x50\x3c\x18\x9a\xb3\x7a\x15\x85\xfd\xab\x68\x6f\x94\xc5\x3a\xee\xc8\x28\x60\x25\x57\x6f\xce\x0b\x5b\xd0\xd0\x74\x18\xa9\xae\x52\xc9\x6c\xeb\xcd\x71\xde\x6f\xbb\xf7\xfb\xb6\xc2\xcb\x87\x98\x3c\x68\x89\x9d\x48\x01\xad\x21\x1d\x40\x2f\xd8\xa1\x57\x87\x22\xfe\x20\xe6\x73\x75\xe2\xa8\x88\xa9\x5a\x30\x44\xc8\x95\xb0\xfa\xd8\x99\x7d\xfe\xa0\x2f\x10\x5e\x7d\xaa\x17\xd3\x7e\x02\xac\xc8\x2f\x59\x7d\xd3\xf4\x54\x7f\x30\x86\xe9\x0b\xa0\x76\xb0\xae\xe0\x6f\xa8\x87\x47\x57\x08\x1c\x96\x56\xa6\x6e\x66\x27\xd3\x10\x9a\x86\xef\x21\xde\x16\x3d\xa6\x7b\x8d\x61\xdc\x61\x88\x94\x15\xc8\x1f\x8e\x09\x45\x68\xff\xb6\x7e\xe4\x82\x6a\x70\xea\x61\xce\xe7\x5f\x6e\xd4\xd5\x43\xd6\x4f\xaa\x05\x33\xdf\x6e\x2c\x36\x6d\xf5\x05\x68\x1b\xa6\xc7\x12\x88\x19\xa6\xbe\x08\xf8\x17\x9a\x7a\x70\xd7\x0d\x4f\xa0\xe1\xd7\x5f\x78\x54\x69\xb7\x66\x6c\x6b\xb5\x3a\x2f\xf3\x51\xac\xd8\x79\xf8\x3c\x13\x9f\xf0\x9e\x05\x63\xc3\x74\x2b\x80\xb1\xe1\xfb\x83\xe2\xe4\x96\xad\xbe\x81\x61\x0f\xe1\xda\xf1\xb1\x03\xe8\xb8\xfa\x92\x60\x9c\xfb\x9f\x4e\x5a\x89\x01\x5a\xb0\x3a\x14\xcf\x3a\x9d\xe4\x53\xe2\x98\x57\x3f\x09\x06\xd8\xf7\xc9\xa9\xda\xd7\x41\x96\x25\x4d\x23\xf9\x54\x7f\x43\x3f\xa5\xbc\xf0\x19\xba\x65\xdf\xa7\x5b\x8a\xdf\xbc\xb9\xa6\x01\x50\xb3\xeb\x86\xe8\x9f\x00\xad\xcb\xfb\x5a\xb3\x7d\xfe\xaa\xdf\x33\x68\xb3\x30\x4b\xb4\xe2\x37\x61\x60\x87\x7d\x70\x75\x12\x6e\x8a\x0b\xfa\x53\x47\x3b\xd8\x18\x0b\x9e\x88\xaa\xd7\x0d\x9a\x88\xa9\xdb\x10\x9a\x88\x4e\x7c\xc8\x82\x26\xa2\x01\x98\xb4\x3a\xb6\x07\xf5\xdd\xfe\x89\xdb\x3a\x1d\x3e\xc8\xd5\x49\x4f\x5a\xfd\x53\x52\x9b\x07\x91\x8e\x92\x4a\xe0\xcf\xea\x77\x38\x18\x7e\xf4\xf5\x07\x25\x7f\x22\x73\xea\x13\xeb\x10\xa7\xab\xa5\x74\x88\xd3\x0f\xfc\xcf\xab\xc3\x9c\x9e\x08\xb7\x0e\x73\x3a\x84\xcb\x4b\xce\x08\x4d\x23\xfd\x13\xa5\xbd\xdb\x45\x0f\xdd\xe2\xd0\x7f\xa2\xb4\xa5\xcd\x79\xf6\x64\xe1\x43\x0f\xa5\xed\x6b\xc6\xc3\xc2\x60\x51\xd7\x37\x01\x65\x44\x81\x63\x63\x41\x19\x51\xf7\x38\xbd\xe4\xfc\x3a\x33\x49\xc5\x24\x26\x66\x75\xa0\x05\xaa\x63\x40\x9a\xa5\xda\x51\x7f\x99\x98\x56\x94\x34\xcb\xe9\x3c\x78\xa9\x83\xf2\xef\x3d\x61\x09\xa1\xd2\xaf\x92\xc7\x4a\x90\x4f\xe9\x56\x05\xc3\xc4\xd4\xd4\x3d\xf0\x81\x13\x1d\xf5\x1d\x9f\xfe\xfb\x5f\x53\x90\x8e\x83\xd6\xb3\x2f\x8e\x4f\xca\x4f\x2d\xe0\x83\x50\xb3\xc6\xe6\x3e\x64\x07\x0a\xdf\x25\xef\xb8\x78\x7d\x81\x0b\x1c\x5c\x03\x61\x48\x4f\x0f\xb2\x1b\x35\xb0\xc2\x66\xd1\xc8\xfb\x59\xff\x88\x2a\xf8\x26\x7c\xe6\xda\xbf\x07\x06\x69\x22\xf6\x16\x04\x16\x35\xf6\xf3\x74\x2e\x1b\xc1\x28\xca\x38\xe4\x31\x0c\x16\xf5\x20\xac\x65\xc1\x60\xd1\x40\x0b\x5b\x30\x58\x4c\x38\xf1\x16\x04\x16\x55\xd7\xf8\x20\xbd\x91\xc4\xae\xef\xc0\x48\x64\x00\xb5\xae\xe4\xd1\x33\xa1\x86\x7a\x32\x01\xe0\xdf\x71\x81\x04\x97\xbf\x18\xb2\xbe\xbd\xfc\x2b\x71\xf9\x12\x0b\xd2\x76\x10\x41\xec\xb9\x73\x54\x16\xcf\xae\xfa\x4b\xe8\x32\xcf\x93\x14\x69\x14\xc0\x68\xee\x0c\x48\x94\xd1\x58\x25\x56\xfd\xdb\xb8\x26\x39\x48\x0b\xfe\x8c\x56\xec\x9c\x6f\xaf\x9a\x64\x63\x2e\xf8\x33\x8a\x67\x0b\xf8\x33\xa6\x16\x54\x08\x34\xbe\x8f\xf2\x72\x27\x49\x06\xd1\x0e\x9b\x46\xd5\x8f\x01\x9b\xc6\x24\x35\x7a\x41\xa6\xf1\xbd\x40\x97\xe3\xe2\x76\x9b\x84\x40\xe3\xfb\xc3\x37\x16\x6f\x50\x34\x74\xed\x00\x19\xad\xb1\xb7\xc0\xe9\x8f\x9b\x87\xa8\x93\x16\x74\x5f\x90\x95\xdd\xce\xc0\x82\xae\xa1\x1c\x36\x8d\xef\x65\x1f\x72\x41\x3b\x75\x3f\x3d\x7d\x2a\xcf\xc6\x80\xaa\xd9\xa9\x35\x3e\x99\xb7\xec\xca\xb9\x67\x04\x9f\xfd\x36\xd0\xaa\xf6\x05\xeb\x45\xdd\x8d\x20\xb0\xed\xd0\x10\x37\xe6\x4b\xff\xd1\x35\x90\xdf\x7a\xd4\x18\x41\x66\x36\xea\x1d\x0c\x18\x72\xfc\xae\x81\x73\x17\xf8\xdf\x4f\x75\x44\x17\xe7\x7e\xba\x21\xa1\x4d\x8e\x4f\x49\x5f\x9a\x37\x47\x02\x7b\x60\x7b\x72\x72\x9f\x1a\x25\x31\x8e\x6c\x60\xf0\x59\x7c\x2f\xfb\xd5\x8b\x20\x56\x1f\xba\x79\x81\x76\xa6\xa3\x98\xfe\x78\xf8\x83\x01\x4a\x83\x55\x79\x61\xd9\x01\x68\x59\x43\xf3\x8d\x73\x43\xf3\x8d\x56\xa7\x01\x14\x83\xb1\x10\x30\x60\x88\x8e\xf1\x1d\x31\x38\x16\x51\x27\xb0\x75\x0e\x27\xdc\x59\x4d\xc3\xa5\x71\xa0\xcc\x1b\xcd\x01\x1d\xc6\x4a\x1b\x41\x30\xb0\x9e\x1c\x48\x2f\x24\x58\x5b\x92\x5e\xa8\xbb\x42\x7a\xf1\x7d\xc8\xaf\x5e\x94\xec\x43\x34\xd4\x45\x07\x9f\x2c\x50\x6c\x6b\x10\x31\x16\xca\x87\x8b\xde\x73\x16\x6b\x3c\x71\xbd\x69\x3c\xd1\x6a\x31\x30\x9e\xec\xe5\x7e\xf9\x51\xda\x4f\x82\xa7\x12\x77\xc0\xa4\x5e\x5c\x63\x1c\x08\x34\x60\x0c\x0e\x04\x9a\xba\xc7\xed\xc9\x96\xe7\xdd\x89\x34\x58\x0d\x90\x87\x61\x47\x58\xd2\x6a\x1c\x9e\xd4\xc7\x2d\x2f\x1a\x43\x42\x72\x89\xd6\x8c\x71\x63\xe4\x57\x7c\xfd\x3e\xfd\xae\xd8\xf1\xc4\x1e\x6b\xd8\x80\x4a\x63\x19\xc0\x31\x38\x28\x68\xa1\x86\x56\x23\xf4\xed\x42\xab\x51\x8f\xb1\xff\xa0\x09\xca\xe2\x07\xc3\xe4\xf2\xba\x82\x2d\xeb\x35\x1f\x65\x0f\x18\x98\xb1\xc3\x26\x13\xb1\xa5\xcd\x11\xee\x8d\xd6\xea\xdf\x02\xee\xdb\xe1\x86\xd6\xcf\x01\x29\xd2\xa1\xc1\x69\xe0\x3c\x3d\x9c\x95\x0f\x4c\x09\x68\x6b\x83\x70\x2e\x12\xcc\xd6\x78\xdd\x09\xa8\xc9\xb7\xf5\x8d\x70\x50\x5e\x7c\x2a\x3e\x4f\x94\x97\x41\x52\xb0\x80\xd4\x2d\xe0\x8c\xf2\x72\xd4\xd9\x06\xbb\xe3\x40\x94\xd7\x6e\xe9\x46\x40\xa6\x9b\xbe\x6d\xb0\x91\xf4\xb8\x06\x04\x4c\x46\x39\x8d\xd7\xad\xd8\xeb\x87\xfb\xf4\xc6\xfb\xca\x6d\xf8\xbd\x3c\xa1\xcf\x73\x9f\x9d\x87\xb4\xea\x5e\xe3\x43\x41\x17\x84\x41\xa4\x13\xc7\xbd\x60\x10\x19\xc1\xf9\x0b\x06\x91\xef\x43\x85\x1f\xc9\x1f\x93\x6b\x62\xc4\xd2\x0f\x3d\xc0\xdc\xf9\xc2\xfb\x3d\xc3\x3e\x38\x41\xdf\xf4\x20\x23\xe5\x88\xe2\x69\x7e\x07\xa8\xa1\xea\x3e\x21\x7e\x3a\x3c\xb2\xcf\x02\x32\x29\x02\x60\x96\xf4\x8f\xc6\x8f\xcb\x1f\xfe\x83\x2e\x52\xbc\x26\xc6\xa2\x5b\xc4\xe3\x43\xd4\x83\x14\x50\x4d\x4f\xd3\x2d\x55\x9b\xcc\xac\x38\x6d\x91\x87\x53\xaf\x30\x2b\x7d\x92\x3b\x43\x8c\xe0\x9a\xdf\xa6\xd6\x20\xc4\x59\x53\x27\x2f\x62\x6f\xc2\xe9\x3a\xed\xb1\x06\xc2\x00\x32\x73\x36\xa0\x5c\x59\x31\x13\x4a\x57\xa5\xca\x6c\x6c\xc1\x68\x41\x30\x9c\xf4\xc9\x74\x81\xe0\xa4\x2f\x2b\xd7\x68\xc1\xb0\x2c\x5b\x30\xfd\x81\x89\x9f\x72\x3b\x41\x7e\x7e\x67\xa3\x07\xb0\x8d\xcd\x4e\x03\x90\x73\xd3\xfd\x4d\xd5\x67\x76\x12\xf3\xac\x51\x27\x29\x0a\x01\x38\xa1\x7d\x25\x6b\x74\xcd\x6f\x0f\xac\xaa\x2f\x93\x64\x9a\xba\x3f\x44\xa4\xcb\xb0\x34\xc5\xd0\xf4\x07\x91\x67\xbb\x4a\x80\x21\xec\x97\x7f\x78\x51\xe9\xba\x81\x2e\x86\xc0\x84\x73\xa5\xeb\xa5\x84\x73\xa5\x01\xb4\xb6\xa6\x40\x76\xac\x2e\x39\x57\x00\x59\x5d\x50\xae\xd4\x63\x38\xc1\x86\x09\xc3\x8c\xec\xb0\x5f\xec\xbc\x81\x37\x1e\x49\x3a\xdd\x1a\x35\x4c\x4c\x22\xb6\x34\xcf\x41\xc6\xd2\x9b\x23\x0b\xf6\x9d\x52\x6f\x4e\x55\x3f\x8a\x23\xc0\xdc\xf0\xc7\x39\x13\xf7\xb5\xf7\x81\x21\x3f\x7c\x1e\x15\x00\x59\x35\xb5\x8b\x69\x4f\x81\xc9\xa5\x6b\x48\x9d\x1e\x45\x91\x61\xd3\xa3\xa8\x36\x87\x19\x0c\x0f\x1b\xc0\x24\x6d\x32\xfd\x2a\x11\xe6\xc6\x05\x4e\x3c\xca\xb3\xf8\xcc\x24\x50\x93\x5a\x90\x36\x69\x00\xc2\xc4\x59\x52\x91\xbc\x53\xb4\xa2\xe3\xaf\xbc\x85\x35\x93\x25\xed\x44\x24\x82\x5c\x43\xe4\x4c\x97\x34\x3b\xff\xe4\xb8\xaa\xa5\x6a\x1a\x42\xae\x49\x6e\x9a\xd5\xb3\x1f\x22\x8b\xca\xe5\x93\x8e\x11\x4a\x07\x24\x2f\xdd\xb8\xcf\x99\x66\x0a\x78\x4d\xcc\x24\xc7\x94\xb9\x38\x45\xb9\x66\x96\x1c\x21\xf4\x0d\x00\x49\xe1\x24\xf0\xec\x4a\xf2\xf3\x9a\x3b\x02\xcb\x87\x30\x8b\xf0\xcd\xef\xe4\xda\x72\xbf\x7b\xfa\xbc\x7f\x80\xa3\xe5\x2c\x83\x44\x46\x15\x0f\x82\x98\xb6\x25\x00\x39\x9f\x9a\xf7\x21\x88\xa9\xc7\x74\x8a\x82\xf8\x00\x47\xf6\x9a\x46\x4a\x39\xd5\x2f\x70\xb7\x7c\x01\xf8\xa2\x03\x3c\xda\x35\x2f\x25\x3a\x5f\xbd\x70\xec\xb9\x74\xaf\xe1\x43\x74\xf1\x45\xc0\xbe\x32\x4d\x9a\x59\xfd\x4d\xf3\x62\x20\x8b\xd7\x9f\xae\xb4\xa5\x95\xbb\xfd\x1e\x79\x98\x06\xb4\xef\x4e\xce\xa6\x1e\x73\xe6\xf5\xfa\x10\x6f\xdc\xec\x3e\xec\x1a\x93\x20\x2a\xb0\xeb\xd6\x94\xc3\xd0\x69\x66\xb0\xb8\x8b\x43\x4f\x89\x6b\xd4\x58\x71\x94\x17\xc8\x66\xbe\x8f\xfa\x10\xca\xaf\xbb\x06\xf9\xa3\x46\x2c\x4d\xbc\xdc\x5b\x3a\x80\x73\xad\x3e\x0e\xd9\x4c\x01\x30\x6c\x4d\xbc\x29\x5a\xd9\x27\x5c\xb4\x80\xda\xac\x09\x68\x9e\xce\x1e\x08\x66\x52\x0f\xdb\xf4\x5c\xab\x22\x07\xc1\x4c\x18\x9a\x37\x7f\x26\xf8\xd3\xdb\x90\x14\x0c\x85\x2f\x21\x54\xc7\x16\x3f\x40\x2e\x18\x0f\x3c\x85\x5c\xe0\x7c\x3d\x1f\xd6\xb1\x13\x09\xc7\xb6\x1e\xae\xf9\x10\xc6\xac\xd4\x17\x08\xd6\x01\x79\x55\xc5\xa8\x1d\xc4\x33\x7a\x12\x27\x66\xc4\x3d\xc1\xd8\xac\xf5\xcd\x4e\xad\x88\xd3\x59\x05\x04\xde\xe1\x24\x79\x6d\x8e\x7d\x44\x56\xe9\x9e\xab\x2f\xea\x83\xd2\xc7\x6d\x19\xec\xe4\x15\x82\xc3\x32\x82\x50\xd2\x84\xee\xbe\x80\xbb\x16\x5c\xd0\x15\x87\xb3\x0a\x09\x02\x25\x4d\xe8\xd5\x83\x92\xa6\xeb\x84\x96\x92\x46\x7b\x24\x94\x34\xd5\xc8\x49\x68\x68\xaa\x0b\x23\x70\xa3\xeb\x28\x8a\xc3\xf6\x73\x9f\xed\x17\x80\x87\x05\xf3\x4c\xd5\xe2\x07\x75\x4c\x53\xe3\x86\x3a\xa6\x1e\x46\xd2\x40\x1d\xd3\xf6\x0b\x15\x2f\x20\xc3\x19\x20\xb2\x6a\xfd\x8d\xef\x7c\x18\xfa\xc3\xa2\x31\x82\x18\x45\x20\x7e\xa9\x07\x00\x5e\x2b\x9a\xb8\x00\x94\x86\xd1\x72\xf9\x0c\xfc\xc1\xc7\x9f\xba\x5b\xe0\x19\x8f\xee\x4b\xb4\x0e\xf1\x16\xa4\x41\xe9\x05\x0c\xb7\xc4\x38\xfc\x03\x28\xdf\xee\x35\xeb\xd0\xeb\x51\x49\xe5\xa1\x75\xc3\x29\xc0\xcb\x43\x1c\x3a\x5a\x34\xa0\x9a\x43\x21\x88\x61\x1e\xa0\xf7\xc1\xbc\x67\x85\xc5\xb7\x49\x15\x5d\xb9\x01\x5e\xf6\x61\xe4\x09\x3c\x30\x95\xfc\xa0\x15\x93\xc3\xa9\x5d\x09\x1e\x0f\x89\x83\x0b\x1e\x98\xae\x8d\x28\x26\x07\x16\x24\x6c\x4c\xec\x75\xa8\x4d\x11\xa4\x0a\x39\xb6\xec\x20\xb0\xb3\x2d\xa8\x5f\xea\xa1\xb0\x82\xfa\xc5\xe0\x31\x49\x5d\x94\x29\x12\xb6\x28\x3a\x20\x69\x69\xee\x7b\xa1\x38\x27\x03\x62\x41\xd2\xa2\x32\x11\xf9\x78\xdf\x1f\x20\x64\xa3\x71\x86\x67\x31\xa3\x10\x60\x72\xf9\x7e\x50\x1c\xd9\x98\x0a\x92\xf8\xe4\x76\x83\xe7\x74\xc5\xff\x31\xf6\x3e\xb9\xba\x84\xbe\xba\x5e\xff\x37\x8a\x3b\x84\xa2\x0a\x6c\x23\x2d\x9d\xb9\xd4\xdf\xf4\xd2\xc8\xfc\x1b\x11\xcf\xf3\x9d\x28\x52\x72\xb5\x4f\x8b\xb5\xbd\xab\x3e\x28\x30\x60\xcc\xeb\xd7\xb8\x10\x0f\xc7\x80\x63\x56\xa8\x0d\xa7\x2d\xe5\x5d\xc8\x76\x42\x8d\x39\x6d\x12\x56\x00\xb9\x5c\x9a\xa6\x25\xb9\x5c\xd6\x7f\xf8\xc6\x47\x6d\x7c\xc4\x5a\xa0\xd3\xdd\x2d\xe5\x97\x4b\x7b\x1b\xf8\x51\x70\x0e\x26\x4d\xcb\xd4\x13\x98\x9c\x89\xf4\x16\xa6\x67\x22\x2c\x62\x92\xae\x4c\xe1\x4d\xe4\x5c\xd9\x37\xbd\xba\x29\xfc\x87\xa3\x5f\x72\xf4\x81\x6a\x69\x92\x5c\xa5\xc4\xed\x25\xe0\x1c\x0f\xce\xf9\x10\x1b\xe8\xdc\xf6\x88\x23\xb6\x3b\x39\xe2\x78\xf3\x92\xf0\xa4\x79\x08\xc8\x37\x21\xed\xe3\x87\x44\xe7\x08\x85\xce\x57\xea\x67\xff\x5e\xbf\xb4\xdb\x0a\xf8\xcd\x5c\xff\x93\x93\xc5\x26\x80\x39\x3f\xb6\x7d\x35\xe6\x83\xf3\xc1\xa6\xae\xb5\xa7\x48\x92\x37\xcb\x9b\x5f\xad\xb7\xda\xa4\x98\x3c\xf8\x5b\x62\xea\xc6\xdf\x9c\xf1\x77\x9f\xb1\x06\x94\xdb\x7c\x2a\x81\x1e\x92\x4f\xa5\xbc\x0e\xab\x4d\x52\x79\x6b\x00\x85\x1e\xca\xa7\x2f\x27\xff\x20\x36\xb3\xf9\xf2\xe5\x7f\xf8\x14\xc4\x45\xbb\x0f\xd9\x65\xcc\x31\x52\xb3\x94\x9e\x24\x52\xb3\x94\xb7\x04\xa4\x66\xc9\xf4\x05\x28\xfc\xa1\x9d\x99\xd5\xf0\xf9\x73\xba\xae\xe6\x3c\xef\xfc\xbd\xc6\xc4\x28\x10\xd2\xaa\x4c\x62\x67\x67\xed\x04\xad\xfb\x09\x3b\x53\x49\x87\x5b\x01\x00\x72\xd9\x2b\xb0\xa1\x5e\xbd\xd5\x21\xde\x86\x67\xc0\xf3\xc0\x12\x38\x8b\x80\x4d\x81\x13\xbf\xb4\x2a\xa8\x2a\x69\x55\xf6\x4d\xdf\x63\x1d\xfe\xd0\x3f\xef\x4d\x4d\xae\xa2\x33\x84\x1c\x2a\xe5\xb1\x80\x1c\x2a\x09\x7b\xdf\x2c\xd2\xba\x7a\xa6\x20\x9f\xca\xd4\x1d\x4c\x3e\x95\x32\x44\x84\x1c\x2a\x95\x2c\x63\xa4\x50\x99\x5e\xd7\x95\x6e\x28\x35\xab\xbc\x2e\xb6\x3f\x06\xd7\x4f\xf6\x25\x11\x9c\x51\xfe\x3d\xf8\x9b\x67\x42\x6b\x82\xc9\x51\xb0\x89\xe8\x1e\x2d\x69\xa3\xad\x19\x7a\xff\x70\x20\x20\xec\x0c\x47\x9a\x6b\x64\xe3\x32\xc8\x75\x62\x9e\xd3\x49\xaa\x93\x7d\x9b\x9b\xff\xe1\xe7\xd0\x6c\x89\x3b\xd5\x56\x62\x20\x7e\xdd\xf2\x4b\x73\xe5\x8f\xca\xdf\xe7\x33\xe4\x68\x53\x59\x13\x63\xde\x41\x49\x00\x7d\x53\x39\x79\x51\x59\x0e\x8a\x00\xce\x66\x43\xc9\x91\x98\xbf\x77\x5f\x33\x92\xf2\x37\xe7\x49\x1b\x0a\x49\x68\x53\x9f\x61\x34\x81\xa1\x7c\x92\x3d\xe5\xd0\xe0\xa8\x5f\xe6\x01\xde\x2d\xd2\x16\xaa\xa9\x85\xb9\xaf\x46\x6a\x95\x3b\xf3\x0a\x96\x94\xee\xdf\x10\xd0\x39\x1a\x78\xd4\xbc\x6c\x28\x3c\x6a\x22\x1f\xc8\xb6\xb2\x3a\x8b\x0f\x76\xb5\xf6\xc8\x52\xac\xd6\x8d\xbd\xad\x30\xbe\x75\xc7\xd4\x84\x9a\xce\xaf\x99\xbf\xae\xa6\x49\x04\x79\xa6\xdd\xce\x22\xee\xc2\x5d\x73\xf8\x90\x6f\xe0\xc4\x67\xc3\x29\x6e\xd6\x0f\x67\x21\x2b\xbd\x56\x5c\x89\x87\x22\x27\xc3\x2c\xf3\x39\xaa\x09\xde\x34\xa9\x77\x6b\x3b\x68\xc2\xea\xc8\xee\xb2\x6f\xd3\xd5\xe0\x04\x8b\xce\x8a\x56\xd8\xee\x9a\x77\xa5\xdb\xcd\x11\x81\x62\x74\x13\x40\x4d\x76\x97\x1f\xfe\xbc\xb4\xd1\x45\x31\xd6\xc5\xf2\x8e\x89\x5a\xf8\xd7\xc4\x1f\x93\xf6\x65\x8a\xfc\x2d\x68\xcc\x0e\x27\xee\xed\x87\xb2\x81\x90\xeb\x65\x0a\x3a\x2e\x7d\x64\x3a\x52\x0b\x1f\xd9\x6f\x3d\x84\x47\xfa\xb7\xbc\x99\x4d\xd1\x93\x3a\x89\x5c\xe2\xb7\x40\x3d\x45\x87\x2b\x97\xa2\x8d\x5f\x7d\x34\x14\x7c\x99\xc4\xb8\x7e\xe8\x8b\x1f\x8d\x73\x49\x69\xec\x0a\x40\x2e\xfd\x5f\xea\xfc\xda\x28\x86\x16\xa4\x09\x5b\x34\x39\x6b\xed\x13\xb3\xf9\xfd\xba\xb2\xf4\x59\xd4\x8b\x8f\xd0\x56\xbc\xea\x89\xcb\x1b\x66\xb0\x2e\xe6\xd2\x0c\xc6\x48\x27\x71\xcb\x7a\x88\x9f\x25\x34\x51\x84\x1b\x19\x5a\x4a\xbb\x99\x0c\x2d\xf9\xdf\x2f\x90\x5e\x60\xf3\x87\xcc\x51\xfe\x4f\xb6\xb7\x39\x8d\xfd\x47\x57\xa6\xdb\x8b\x40\xbf\x09\xdb\x8a\xdb\xe2\xdc\xf8\xaa\xdd\xbf\x89\x5f\xda\x7c\x46\xed\xc7\x24\x99\x1b\xfe\xc4\xe6\xdf\x0f\x5d\xb2\xba\xcd\xe4\x2f\xfa\x1f\x49\xfe\x22\x35\xf6\x24\xf7\x4b\x09\xb1\x9e\xbf\x8d\xa3\xf8\x9b\x95\x92\x29\x4e\xbe\x97\xa9\x77\x67\x82\x1c\x25\xe6\x78\x92\xfb\xa5\xc2\x77\x77\xfd\xc1\xfc\x3e\x3c\x2a\x84\xa1\x4e\x53\xb9\x78\xff\x48\x96\x96\xd9\x76\xff\xc6\x73\xcb\x46\x33\xb9\xbd\x68\x9e\xd3\x26\xc0\x4e\xb8\x72\xe7\xc4\xeb\x03\x25\xf7\x9c\xa0\x84\xc8\x90\x3f\xc9\xde\xb2\x37\x18\x8b\xe7\x24\x8a\xff\xb0\xef\x08\xd0\xd3\xfb\x3a\xb9\x9a\x17\x45\x31\x07\xae\xee\xee\xdf\xc0\xa7\xd0\xd0\xc9\x35\xfd\x2f\xcc\x68\x12\x88\x07\x91\xce\x9c\x50\x48\xaa\x59\xe4\x84\x59\x0f\xf9\x0f\x92\xeb\x60\x9c\xcd\x61\xca\x16\x7f\xc9\x6f\x70\x74\x88\xa9\x33\xf8\x70\xb2\x6b\x40\xe7\x3d\x67\x40\xbd\xc5\x01\x86\x6c\x31\xeb\x05\xaa\x0e\x8f\x36\x54\x1d\x56\xe7\x97\x02\xe2\xf7\x20\x3d\x09\x91\xdb\xed\xbe\xb5\x85\xec\xda\xe9\xd3\x74\x59\x58\x7f\x13\x4a\x15\x92\x2d\x4c\x32\xc7\x1c\x1e\x30\x67\xfa\xa1\xbf\x87\x3a\xcd\xf0\xa1\x01\xa3\x9a\x3f\x14\x10\x21\xd3\xbc\x64\x6a\xd9\xa2\xb5\x55\xec\x86\xa9\x91\x82\x66\x37\x59\xd0\x9c\x6b\xaf\x68\xbf\x01\x25\x58\x8e\xdc\x70\x73\x92\x13\xbc\x6d\x7e\xb4\x9b\x05\x86\x1a\x89\x6a\x86\xb1\xa1\xe4\xa9\xd9\x49\xdb\x34\x67\xd1\x22\xb5\xb3\x48\xaa\xa6\x06\x9b\x38\xbc\xfb\x0c\x2d\xc2\xea\x98\x6c\x0a\x9d\x8d\x63\xe2\xa9\x69\x70\x20\xcc\xb9\x76\x85\x61\xc0\x1f\x79\x6d\x9a\xfe\x85\x89\x69\xdf\x60\xb9\x9c\xb3\x6c\x2a\xdf\x5c\xbf\xa6\xd2\x19\x05\xad\x12\x7b\xca\x64\x57\x30\x42\x90\xec\x37\x87\xe8\x7e\xb2\xdf\x74\x2d\x24\x92\xdf\x74\x2f\x8b\x27\x2e\x99\xe9\xbb\x27\x57\x79\x2c\x1a\x93\xec\xe0\x7a\xcf\xc9\x77\x53\x87\x1d\x79\xe2\xba\xb2\xbf\x40\x96\x4e\x7f\x1f\x67\x8b\x08\xa1\x29\x57\xb4\xa7\xd6\x09\x75\xa6\x81\x90\x13\x67\x8b\xb6\x0b\x79\x6d\x52\x77\xfb\x7c\x00\x28\x3a\x6a\x40\x93\xbc\x69\x26\x03\x4d\xb9\x01\xcf\x47\x55\xc0\xe4\x98\x5c\x51\xe8\x95\x9e\x0f\x28\x36\x5c\x3e\x13\xcc\x92\x08\xa9\x89\x2d\xaf\x43\x97\x94\x35\xeb\x65\x6b\x23\xcb\xc0\xfc\xa7\xf9\x46\x3e\x9b\xf5\x96\xd5\x60\xf4\x95\x3f\x67\xef\xab\x1c\xa0\x4b\xdd\xf3\xe6\x2b\x7d\xb6\xeb\xcc\x6b\x58\x25\xda\xc1\xf2\xbf\x3b\x6b\x5e\xd3\x6f\xf0\x02\x54\xfe\x46\xbe\x4c\xac\x7b\x2f\xe7\xc8\x3a\xb3\x37\xf7\x02\xd2\xce\xa4\x37\x04\x27\xac\x2a\x2a\x3b\x09\x62\xa6\x80\x42\xf3\xc3\x88\x25\x22\x3f\xcc\xd4\x5d\x47\xb6\x97\x29\x02\xea\x24\x9e\x1a\xb6\x93\x79\xee\x17\xa1\x97\xbc\x0b\x29\x6e\xf3\xea\x88\x54\x2c\xd3\x48\xd2\x13\xd4\x25\x04\xcf\xf3\xe4\x62\xb8\x69\xb5\x9d\x98\xcf\x5a\x52\xa4\x62\x99\xa4\x39\x9d\xe7\x01\xca\xfc\x27\x67\x2c\x50\xdd\xd3\xd5\x71\xfa\xae\x3f\xc4\x22\x70\x82\xb4\x74\x85\x23\x5f\xcb\x14\xbf\x72\xe2\x01\x20\xfb\xe5\x3c\x59\x29\x45\x0f\x9d\x20\x9a\x5c\x4c\x4e\x30\xf0\xde\x78\x92\xba\x65\xff\x6d\x14\xe4\x6e\x99\x1e\xc4\x4c\xbe\x42\x26\xb1\x79\xba\x22\x92\x88\x79\x9e\x00\xe2\xd3\x0e\x00\x10\x2f\x38\x9b\xac\x2c\x93\xf4\xa7\xf3\x1c\xf2\xc4\xf2\x0c\x99\x58\x84\x34\x92\x89\x65\x6f\x86\x62\x9d\x40\x33\xf5\x43\x9c\xd8\xd7\x86\x09\x90\x8a\x65\x92\x16\x76\x92\x89\x65\x6f\x46\xb7\x92\x8a\x65\x37\xdc\xff\x34\x96\xd8\x9a\x09\x76\x12\x16\x4e\x2a\x96\x0e\x3b\xe5\x24\x13\x4b\xdb\xd1\x3c\x32\xb1\x1c\xcd\x8e\xc4\xd6\x6e\x30\x15\x4d\x52\xb1\xb4\xd6\x7d\xa1\x73\x41\xa0\x7c\xcd\x69\x83\xe9\x4e\x16\x4a\xd8\xf7\x26\x59\x59\x76\x63\x7e\xcf\xb5\x50\xc6\x96\xfe\xcd\x15\x07\xdb\x12\xd9\x5a\x0e\xd7\x8c\x73\xad\x93\x41\xce\xc4\x79\xba\x4e\xfa\x65\x6b\x99\x0c\xfd\x93\xe7\x2f\xbf\x38\xcf\x94\x5d\x84\x27\x8a\xf4\x2e\xfb\xef\xeb\x8b\x06\xb1\xe3\x92\xde\x65\x37\xfe\x85\xf4\x2e\xad\xec\xd2\xb5\x4e\x86\x90\xb4\xd3\x75\xf2\xf7\xc9\x20\xb0\x5c\x03\x4e\xd7\xc9\xf4\xe5\x1b\xce\x69\xe5\x20\x18\xd4\xd3\x65\x3b\x07\xec\xad\xf3\xd4\x76\xb6\x82\xb5\x32\x86\x13\xfb\x9c\x58\xed\xac\x13\x64\x80\x09\xe7\x35\x19\x60\x56\xc5\xfe\x63\x1d\x3b\xf6\xe9\xcb\x70\x43\x38\xc8\x90\xf9\x93\xbd\x75\x92\xcf\xa5\x8b\x1d\x24\x9f\x4b\x6c\x3f\x79\x68\xf2\x53\xc3\xb2\x8a\x03\xea\xd0\x49\xca\x96\x26\xfe\xfc\x94\xa5\xc4\x59\x44\x06\x73\x2f\x75\x48\xd9\x92\xe1\xfc\x85\x60\x58\xa3\xf3\x24\x15\xa2\x9e\xaa\xf3\xe2\x77\x54\x90\x6b\x4a\xed\xd9\xfe\xb5\xba\x9d\xc4\x6f\xe9\x36\x3f\x09\xed\x35\xdf\xf2\x24\xe9\x4b\x1a\x5b\x78\x92\x89\x2c\x54\x6e\x56\x6c\x7d\xb7\x24\x80\x49\x8f\x40\xe7\x8d\xd1\x81\x3d\x45\x3e\x96\x5f\x7c\x36\xf9\x58\xf6\x1f\x24\x81\x7c\x2c\x69\x78\x28\xf9\x58\xa6\x38\x94\x73\x2d\xeb\x87\x2e\xe7\xf3\x31\x0b\x08\x3f\xca\xc5\xb3\x61\xdb\xe4\x6c\xf9\xc5\x76\x93\xb3\x65\xfd\xa8\xff\x28\xb0\x1a\xbe\x80\x33\xc9\xb9\xea\x32\xfc\x5b\xc4\xb8\x85\xd6\x7a\x21\x05\x4b\xfe\x66\x06\x24\x85\xe2\xad\x48\xbb\xb2\xb7\xdf\x24\x66\x7d\x36\xfe\x81\xb4\x2b\x53\x14\xd7\xf9\x5a\x03\x3f\x0a\x17\xa1\xd0\x22\x12\xa7\xec\x8d\x34\xbc\x93\xcc\x29\x49\x2e\xf2\x49\x8a\x93\x6e\x93\x2e\x9d\x2c\x8c\x35\x89\x4c\xf6\xb6\xd3\x8c\x0b\xcf\xaf\x56\xcd\xc5\x82\x0e\x67\xec\x24\xab\xc9\x7a\x28\xf9\x87\x55\xaf\x5e\xba\x30\x77\xb5\x58\xc8\x45\x32\xc5\x13\x5d\x10\x0d\x6a\xa4\x5c\x3b\x3d\xcc\xf2\x79\xed\x3e\xef\xdf\xdd\x99\x7b\xf0\x0f\x48\xd2\x7c\x79\x57\x47\x99\x59\x24\x26\x29\x52\x2b\x4c\xf2\x92\xec\x92\x91\xce\x6b\xc7\x94\x0f\x1f\x12\xab\x40\x33\xe0\xbf\xd0\x0d\x7e\x1d\xf6\x3d\x5b\xe0\x45\x2e\x2f\x2f\xe7\xaf\x63\x5f\x16\x08\x47\xd4\x0b\x92\x5a\x31\x1c\xd7\x61\x22\x66\x6a\xe3\x62\xd4\xf8\xc2\x4b\xb0\x3d\x1a\x73\x75\xbe\x01\x2d\xb9\xe0\x12\xd4\x6d\x7a\x75\x55\x8f\x4f\xe0\x5a\xb4\x79\x6f\x70\xc1\xc3\xae\x7f\xeb\xea\x1e\xb1\xfc\x51\xc6\x8d\x3d\xf6\xea\x9e\x33\x7c\x9e\x71\xde\xad\xe0\x83\xf0\x9e\x2f\x1e\x9b\x3f\x4a\x2b\x08\xb4\xf2\xde\xe0\x82\x82\x56\x9d\x24\x55\xca\x8f\x49\x80\x54\x29\x7b\x33\x82\xc1\x5c\x29\x90\x5b\x4f\xd3\x9d\xec\x76\x45\xe2\xc6\xc6\x64\x27\x8b\xc9\x24\xe9\xd4\xbc\x0a\x0a\x3b\xfb\x94\xc5\xb4\x79\xfd\x79\x11\x20\xf5\xfb\x21\xd3\x98\xd8\x5f\xac\x75\x32\xe4\xce\x0b\x36\x05\x2d\xaa\x8b\x00\x51\x72\xde\xcd\x4b\xea\x3d\x55\x52\x8a\x3d\x15\x69\xe2\x7d\x67\x6b\x20\x73\xc9\x8f\x76\xe5\x92\x24\x4f\x05\x03\x0a\x03\xd7\xd8\x24\x99\xc8\xde\x20\xc3\x9a\x24\x13\xf9\x51\xc7\x90\x4c\xa4\x74\xd1\x92\x96\x63\x8a\x0b\x20\x2d\xc7\xd4\x09\x4c\xca\x8d\xe9\x25\x0d\x19\x37\xf6\xd6\x55\x05\x92\x41\x91\xf9\x7e\x5e\xe6\x62\x55\x3b\x31\xf1\xc4\x36\x91\x29\x63\x6f\x86\xe6\x92\x2a\x63\x66\xfd\x13\xd2\x4b\xbe\x8c\xa9\x6f\xfe\xd2\x94\x13\xa1\x41\xc2\x8c\x09\xcf\xdc\x24\x49\xc6\x34\x62\x96\x24\x19\x53\xbc\x0a\x49\x32\x76\x33\x69\x4c\xb2\x64\xcc\x54\xa5\x89\xc1\xf4\x6a\xeb\x7a\xf1\x16\x3a\xf0\xc4\x03\xb5\xae\x46\x10\xdf\xa3\x0b\xed\x32\xfd\xe0\x54\x4e\xcd\xaa\x16\x48\xc8\xf6\x53\xf6\x8f\x75\x93\x1e\x21\xbb\xc3\x4c\xf6\x1d\xb2\x3b\xfc\x08\x4c\x6e\x57\x07\x76\x4b\x12\x34\xcc\x62\x4b\xb9\x81\x65\xc8\x6e\x34\x6f\x80\xed\x62\x94\xc9\xdc\x50\x3f\xf9\xee\x0b\x83\xbf\xd1\x26\xf6\x8b\xdb\x15\xc1\x00\x4e\x32\x2b\x4c\x61\x56\x64\x50\x98\xc2\x8f\xc9\xa0\x30\x49\x6d\x36\xc9\x9a\x30\xc5\x2e\x93\x29\x61\xca\xb5\x72\x1f\x56\x4c\x65\x9c\x9e\x35\x58\xc9\xa0\xb0\x37\xf1\x67\xf7\x41\x05\xb8\x47\x6e\x80\x15\x4d\xb8\x25\xb9\x15\x66\xfe\xfe\x56\x3d\xd0\xa1\x9b\xa0\x4a\x5d\x9f\xf7\x71\xfa\x1f\xf4\xc6\xc1\x0d\x2b\x2a\x71\x1f\xcc\x5e\x76\xaf\xbb\x5b\x05\xed\x20\x7a\xd2\xb3\x87\x19\x18\xbc\xe6\xb8\x07\x6d\x45\x19\x6e\xcf\xd2\x06\x2b\xde\x40\xde\x85\x2c\x93\x8e\x61\xfd\x07\x6f\x0f\xb6\xa0\xe6\xdb\x49\x50\x81\x0f\x31\x56\x98\xd4\xf7\x50\xad\x94\x0b\xa9\xb4\xfb\x96\x19\x39\x5d\x05\xef\xe0\x20\x8e\xb5\x71\x87\x13\x90\x9a\x93\x1f\x62\x73\x21\x51\xc3\xfe\xa3\x6b\xb8\xa5\x08\xc5\x38\xbb\x3d\xc5\x7a\x49\x76\x2f\xeb\xac\x6b\x92\xdc\x24\x86\x36\xaa\xe7\xae\xcd\x87\x68\x13\xa7\x55\xd7\xc1\x5f\x9e\x07\x16\x0e\x72\x38\xa4\xb1\x34\xa6\x70\x68\x02\x8d\xee\xe2\xb2\x86\x8d\xfd\x36\xe2\x92\xc5\xe2\x76\xa5\x11\x44\x74\x4f\xfb\x0c\xd5\xbd\x49\xfb\x2c\x18\x94\x4c\x0f\xeb\x3f\x68\x2d\x31\x8f\xfa\x9a\xc8\xca\xb0\xff\x20\xa0\xa6\x65\x30\x04\xe0\x3e\x7f\x95\x53\xc9\x69\x25\x36\x97\x98\xc4\xdd\x1e\xd1\xaa\xf1\x12\x99\x4c\x06\x87\x3b\xd2\x4d\xc8\x75\x53\xd3\xa4\x17\xb3\x43\xb4\x06\xb0\xe2\xa1\xf6\x4f\x2f\xef\xa1\xf0\x2f\x03\x48\x6e\xdc\x6d\xe1\x1c\x7a\xcd\xbb\xc9\x67\x7f\x66\xf3\xe4\x37\x61\xe7\x37\x74\xe5\xfe\x11\x13\xab\xee\xe6\xbc\x67\x32\x3e\x26\xa4\x47\x51\x1e\x2f\x50\xd0\x26\xd8\xf6\xf7\x66\xe4\xc7\x23\x3f\x06\xe6\xe7\xd3\x0c\x6b\x2d\xfe\x26\xec\x9e\xf9\x07\x2f\xfe\xde\x04\x92\x40\x8c\x3f\x63\xfb\xe7\x31\x15\xd6\xfc\xf5\x16\x75\x12\x8a\x17\xe8\xdd\x63\x82\x79\x16\x15\xa8\xef\x4b\x53\x5b\xea\x7b\x99\xde\x26\xdc\xf7\x15\x9c\x8c\xe1\xac\x9f\x46\x55\xc1\x59\x3f\x7f\x3f\xca\x4d\x88\x0e\x72\xf8\xe2\x53\x68\x07\xbc\xf0\x53\xe7\xf7\x83\xaf\xaa\xa1\x38\xcf\x50\xce\xef\x7b\xa7\xc1\x94\x87\x39\x7d\xea\xa8\x80\x39\x3d\xbd\x28\x78\x4c\x47\xcc\xec\x82\x20\x7d\x0a\xd4\x78\x38\x42\x39\x72\x8f\x47\x28\xed\x18\x48\xce\xeb\x48\x5f\xa6\xd1\x0c\xdd\x43\xdc\x88\x1e\x8f\xa7\x1c\x09\x2a\xc6\xf1\xd2\xb4\xd3\x1f\x88\x6f\xbd\x47\x7d\x88\x17\x56\x4f\x1e\x80\x2a\xc1\x02\xfe\x68\xfc\xa7\x23\x31\x6d\x06\x2f\x9f\xdc\xa0\x60\x28\x3c\xc4\x91\x79\xe3\xf9\x90\x07\x58\x6f\x0e\x6c\xe3\xb5\xf9\x69\x02\x41\x6c\x1d\xbe\x6b\xef\x38\x1f\xf6\x49\x6f\x5a\x1f\x53\xfc\x92\x44\x65\x3e\x37\x7d\x87\xc6\xc1\x1d\xbe\xfe\x83\xb7\x4d\xda\xe1\xdf\x0f\xcd\x3e\xfc\x1b\x6b\x8d\xd5\xe5\x79\xf8\x4e\x8d\x83\x07\x07\xc8\x4f\x99\xc8\xa0\xe1\x91\xe2\x01\x7e\xe9\x11\xef\x21\xd4\x55\xd7\x3f\xec\xdc\xd3\x23\xc5\xf3\xd9\x0a\x9a\xf7\x39\x82\x3c\xff\xd1\x47\x87\x7f\x43\xd7\xfa\x7b\x86\xdf\x67\xce\xc0\x9c\x3d\x3d\x3f\xbc\xcd\xba\x82\xbf\x6d\xc3\xc1\xdf\x17\xcf\xec\xfc\x7d\x4b\xe0\xe1\x43\x68\xfd\xef\x6f\xae\xc6\x58\xe2\xa1\xd1\xde\xbd\x1d\x7c\xd7\x5e\x16\xaa\xe0\x6b\x88\x29\x06\x0a\xf4\xda\x21\xf8\x07\x7a\xed\xdd\xed\xe1\x75\x8f\x73\xf5\x7e\xb9\x1e\x14\x97\xfe\x92\x0f\x62\x63\x15\x7c\x9d\x14\xae\xfd\xf0\x6b\x77\x1d\x9b\xaf\xe8\x78\x77\x0b\xf8\xb5\xbb\x6e\x99\x57\x4b\xd7\xb5\x1c\x0a\xed\x90\xe3\xe0\x3d\x68\x07\x9a\xfa\x02\x31\x14\x64\xfc\xba\x15\x7a\x67\x0d\xb7\xf6\x01\x65\xea\x7c\xc9\xf7\x20\x75\xd3\xbb\x76\xc2\x90\x71\xe9\x5d\x3b\x61\x48\xd7\x04\xcf\x76\x73\x13\x79\xd7\x7e\x17\x92\x23\xbd\xc7\x27\xcb\xf7\xfa\xbb\xff\x5a\xc4\x0f\x01\x9c\x20\x25\xd0\x84\x7f\x3b\x74\x73\xbf\x1d\xd7\xa9\x2f\x93\xa8\x41\x70\xe3\xfb\xdf\x08\x40\x6a\xeb\xd4\x50\x3e\x44\xd7\x33\x77\xde\xf1\xab\x81\x37\x06\xdf\x8c\x59\x04\x1b\x77\x88\xff\x78\xf5\xb3\xe8\x6d\x7e\x07\xdf\x83\xb1\xf5\x0e\x2c\x71\xfb\x5e\x43\xb9\x8e\x7f\x1e\x54\x5f\x7d\xd4\x9e\x66\xde\x41\xc3\x58\xe4\x61\xfa\x8e\x5f\xc3\xe2\x97\x3b\x86\xbf\x87\x2f\xf8\x1f\x6b\x9d\xd1\x49\x0f\x8b\x77\xd7\x19\x06\x8b\x77\x4a\x9f\xf1\xea\x49\x91\x47\x0b\x16\xef\x74\xb1\x7b\x65\x3b\x90\x23\x0b\x16\xef\x69\xdc\xcb\x4b\xec\x99\xde\x8a\xff\x26\xf1\x66\xe8\xdd\xa1\x3d\x30\x42\xe2\x5d\xf2\x2f\xbc\x69\xde\x64\xbe\x21\x21\x6c\xef\xca\xa5\xc4\xe7\x6f\x36\x68\x2f\xa2\x61\xe1\x4e\xef\x4e\xe1\xce\x4e\x6f\x70\xe1\xce\xde\x3d\xc0\xbc\x13\x43\xc4\x96\x92\x63\xc9\x9b\x5d\x58\xb1\x77\x73\x89\xcc\x77\xb2\x13\x62\x33\x41\x8b\x5d\x87\xdf\x8c\x57\x42\x04\xee\xcb\x42\xa6\xd3\x18\xfa\xeb\x09\x09\xe9\x7c\xa5\x7e\xb1\xef\x08\x5c\x2d\xf6\xa9\xd7\xb4\x09\xfe\x0e\xae\x03\x8f\x75\xef\xe5\x4c\x56\x6d\x7e\x01\xff\xbc\x00\x25\x8b\x21\x49\xf0\x62\x17\xb9\xc8\x26\xbc\xd8\x87\x51\x1b\xf0\x62\xef\x46\x80\xbe\x37\xc1\x0f\x9c\xb4\x5e\xdd\x08\x82\xb1\xdf\xc7\x0c\x4d\x7c\xf2\x43\x6e\x2e\xbf\x80\x85\xcf\x3b\x8d\xf7\x91\x1a\x90\x2f\xd6\x0e\xc0\xd4\x78\x01\xa2\xb9\xd3\xbd\xdc\xcd\x35\xaf\x39\x5f\x0d\x04\x5b\x4d\x16\xf2\xdf\x38\x11\x61\xd5\x48\xfb\x34\xdf\x97\x13\xa5\x0a\xce\xa5\x5d\x0d\x5f\xe0\x44\xe9\x24\x78\x71\xa9\x70\x80\x78\xf5\x16\xb0\xf7\xcb\xc8\x6d\x3c\xfd\xcb\xd5\x5c\x33\x80\xe3\x95\x35\xd4\x49\xfd\x79\x45\xc3\xcb\x40\xd4\xda\xaf\x93\x88\xab\x12\x25\xf5\xea\x6b\x98\x2a\x9b\xa7\x89\xe1\x43\x42\xfa\xfc\x1b\x7b\x93\x83\x2d\x9c\xda\xb2\xa3\x4e\x38\xb5\xf7\xe6\x55\xe8\xb7\x61\x84\x75\xff\xbe\xfd\x0f\x9f\x02\xf9\xd5\xfd\xfb\xe5\x76\x7e\xf2\xf7\xe7\x43\x6b\x80\x3e\x88\x40\x21\x8f\x9f\x52\x72\xbb\xaa\xc1\xc8\xbd\x1e\x2a\xfe\x81\xca\x58\x45\xb3\x2f\xd9\x39\x3e\x02\xad\xf2\xf7\x86\x9f\xca\xdc\xfb\x1a\x1c\x5a\x0c\xd1\xb7\xcb\xb4\x1a\xfc\xed\x70\x75\xff\x83\xe1\xc2\xe0\xfc\x48\x8a\x10\xd3\x87\xec\x71\x9e\x39\x1c\x2d\x6a\xf3\x3c\xe1\xbe\xf0\x1d\x0e\x17\xed\xf3\x3c\xe1\x95\x25\xf4\xdc\x8d\x34\x9b\xf3\x3b\xec\x0f\x26\x10\xd4\xdb\x29\xfe\xec\xeb\xb2\xe3\xd0\x56\x2e\xed\x3c\xe4\x7c\x78\x9c\x8d\x82\xfd\x40\x4f\xeb\xe0\xfc\x58\x21\x97\x01\xf8\xff\x5e\xe3\xf2\xff\xb3\xc4\x7d\x43\xea\x48\xba\xd3\x03\xc9\xfc\xfd\x80\x80\x37\xba\x10\xe4\x87\xf1\x9a\x1f\x96\x54\xda\x1f\x1e\x2f\x1c\x30\x2c\x29\x08\x80\x27\x34\xde\xa5\x1b\x1c\x1a\xef\xbd\xb9\x3e\xc3\xe3\xfd\x23\xfe\x83\xad\x7b\x26\x06\x31\x4c\xdc\xf2\xf9\xce\x4f\x73\xcb\xc5\x15\x26\xee\x69\x48\xd0\xf7\x33\xb1\xa8\xed\xe7\xbb\xe0\x87\x8c\x3f\xb2\xd5\x25\x60\x90\x56\x03\xa2\x10\x3b\x0a\x39\xf6\xae\x49\xf6\x99\x16\xc6\x81\x80\xf2\xca\xb3\xc5\x47\x96\x81\xdd\x2f\x9b\x26\xeb\x42\x0e\xaa\x41\xee\x46\xa8\xab\xa7\x31\x97\xd0\x52\xef\x1a\x67\xd0\x52\x37\x0f\xf0\xd0\x52\x87\x18\x42\x68\xa9\x53\xda\x39\xd9\xa7\x9d\xbb\x9f\x69\x59\x6d\x3f\x51\xfa\x3b\x29\x32\xe7\x77\xfd\x28\xc2\x68\xb5\x07\x11\xd7\x71\x18\xa1\xf7\x5d\x12\xcd\x0f\xc8\xef\xde\x30\x98\x3f\x16\xc2\x9d\x6b\xc5\xa7\xfa\xf6\xdc\x80\xb4\x77\x58\xe1\x7f\x02\xdf\x5d\xfd\xa8\x00\x16\x2a\xd3\x08\x3e\xd5\xdb\xc3\x21\xe1\xf7\xeb\x4f\xf5\xfd\x79\x38\x50\x59\xc3\x53\x7d\x3c\x58\x7b\xab\x31\x03\xc1\xf9\x3c\x25\x2b\x79\x21\x18\xdb\xf3\xe0\x57\xd8\x39\x13\xbd\xc9\x5d\x83\xa4\x85\x6f\x4e\xa8\x6c\xe7\xfa\xf3\x66\x57\x1e\xfc\x89\x91\x51\xff\xf9\xfb\xe6\x6e\x7b\xd6\x32\xfa\x4d\x4e\xa1\x1c\x17\xbf\x39\x61\x32\xe7\xbe\xf5\x9b\xaf\xdb\x4e\x5f\x7f\x7f\xc2\x41\x57\x65\xdf\x49\x96\x49\x26\xe0\x77\xe2\x94\xd8\x01\xd6\x7e\x67\xb3\x07\xd7\xaa\xf0\x91\x40\x05\x14\xd6\xf7\x42\x21\xbc\x3e\xe5\x7b\x8d\x27\xe9\xfc\x39\x7f\xcd\xfc\x4c\x61\xb2\x11\xce\xf9\x61\x62\x81\x6c\xff\x4c\x34\xb0\x26\xf4\xf7\x01\xd9\xdc\xf8\x73\xad\xe3\xeb\xe9\xce\x3f\x70\x2c\x0f\xfe\xec\xca\xfd\x07\xe0\x9d\xff\x3d\xf4\xfe\xff\x3a\xff\xcf\xff\xe3\xfd\xcf\xdf\x06\x51\xf0\xdf\x26\x83\xea\x7f\xfe\xb6\xfd\x3e\xd7\xbf\x77\x22\xa8\x40\xdd\x6c\xc7\x6c\x4b\x74\x9c\xab\x61\xcb\x6e\xda\xe0\xa2\x58\xc5\xfa\x84\xb5\x18\x6f\xc7\xe5\x33\xcb\xc6\xe7\x94\xbb\x41\xef\xb0\x8a\xc9\x55\xf5\x7f\xfe\x36\x68\x0a\x56\xc1\xa5\xc1\x8e\x24\x90\x1c\x5e\x23\x2c\xc9\xa1\x64\xad\x34\xd8\xcd\x3b\x5c\xc9\xab\x90\xa3\x1c\xc9\xad\x04\x5a\xdf\xb6\x24\xcb\x14\x5d\xc5\x01\x5c\xe5\x3f\x7f\x7b\x5b\x2b\xc4\x2a\x20\xf3\xdc\x96\x24\x95\x68\xd2\xac\xd1\xdb\xe1\x9a\x5b\x85\x19\x64\x91\x84\x92\x09\xca\x77\x89\x20\xd4\x5a\x45\x01\x20\x5f\x92\x65\x84\xad\x02\x0b\x73\x20\x09\x25\x6b\xa1\xe0\x78\xbd\xef\xf1\x2a\xe2\x7e\x7d\x35\xe9\xd8\xe7\x92\x1c\xfb\x09\x5f\xe6\x7f\xfe\xf6\x6e\x23\x7b\x78\x49\xb5\x24\xc9\x4f\x77\xe6\x54\x43\x52\x7c\x7e\x37\x51\xc8\x92\x10\x43\xfc\xb7\x13\xe6\xc9\xb1\x64\x27\x98\xf3\x6f\x1f\x00\xd1\x48\xae\xb8\x13\x0f\xb9\x8a\xb5\x68\x12\x34\xb1\x13\x75\xb8\x0a\x12\xc5\x25\x2f\x5e\xf4\xa4\xc1\x79\x50\x2b\xee\x44\xb0\xad\x82\xa7\x96\x3d\xb5\x63\xb0\xad\x02\x50\x2f\x50\x86\x9d\x44\x2c\xab\x60\x9e\x42\xe3\xb7\x93\x6a\x65\x15\xa7\xb2\x8e\xec\x41\x36\x8d\xf0\x5d\xa7\xae\xfd\x9d\xa5\x8c\x55\x00\x03\x71\x27\x11\xca\xdf\xae\xb9\xb6\x93\x53\x69\x7f\x4f\x9f\x3b\x7d\x2e\x36\x64\xbf\xe7\x1e\x65\x3b\xb2\x0f\x19\xf7\xf1\x3b\x66\xd6\x8e\x4d\xb7\x8a\xa1\x8c\x36\x5f\xa1\xcc\xb5\xc5\x6f\xbb\xac\xc3\x25\x0e\xff\xe0\xfe\xda\x2b\x58\x73\x4b\xc6\x77\xdc\xd6\xfb\xd9\x07\x6b\x8d\xdd\x21\x49\x5f\x05\x5b\xea\xb6\xda\x77\x40\x72\xbe\x0a\x0e\x96\x08\x4a\xc1\xf7\x1b\xf5\x03\x76\xf1\x55\x98\x60\x0c\x49\x57\x62\xd4\x3f\x92\x50\x42\x22\x5a\x25\x8f\x92\x97\x34\x7f\xd4\xb5\xcc\x85\x55\xa0\xac\xcb\x96\x3b\x98\x01\xab\xe0\xb3\x49\x25\x79\xc0\xc8\xbd\x8a\x53\x59\x2d\x59\xf7\x55\xf0\x74\x83\x76\x32\x00\x87\xb4\xc0\x1b\xf7\x84\x07\xb4\xc0\xab\x78\x95\xf1\x6b\xa7\x6f\x12\x29\xbf\xcc\x9c\x03\xd6\xd5\x55\xfc\x9e\x5a\xed\x80\x3f\xf5\xef\x68\xe4\x81\x5f\xa7\xd9\xa3\xed\xa5\x64\x19\x26\x6b\xb9\x3c\xda\x9a\x08\xab\x60\x35\x26\xeb\xfc\xd1\x4e\xfa\xa6\x39\x44\xb8\xce\x8f\x9d\x15\xea\xd8\xc9\x6f\xbb\x36\xba\xe3\xa8\x35\xb7\x0e\xe8\x74\xda\x06\xcf\xe8\x71\xac\x86\xaf\xc2\x56\xf0\x26\xfc\x2f\xab\xf8\x2d\x98\xeb\xdd\xee\x00\x75\xae\x51\x76\xa2\x00\x8e\xde\x69\x1b\x74\x1c\xfb\x8e\xab\xec\x70\x26\x1e\x04\xef\xaf\x19\xbf\xc6\xc0\x99\x77\x0c\x77\x2b\x1c\xf8\xc7\x58\x1b\xed\xdf\x61\x18\xe3\x8e\x3b\xed\x08\x9f\x0b\xb0\xc1\x07\xfb\xc1\x41\xb4\xe1\xdf\x11\xcd\xb9\xbe\xac\xd9\x83\x58\xc1\xbf\xc3\x58\x8b\x83\xd4\xe4\x47\xfa\x6e\x2a\x83\xea\xe3\x28\x65\x22\xd6\x0e\xbc\x8b\xc7\x54\x36\x9b\x00\x47\xbe\x77\xae\x1f\xff\x3b\x80\x25\xed\x07\x37\x35\x07\x58\xa4\xbf\x63\xde\x26\x78\x46\xbb\xa6\xfd\x22\xbe\xa3\x6f\x6b\x51\x3d\xc0\x74\xfc\x1d\xa0\x33\xf6\x0e\x52\xea\x38\xad\xc3\x1b\xf8\xbe\xad\xa5\xee\x38\xed\x97\xd3\xe7\xc0\x6b\x1e\x97\xcf\x71\xd3\xb4\xd6\x02\x64\x9d\x7a\x2f\x9f\x23\xfb\xeb\x71\xfb\xdc\x6d\x30\x38\xe1\x7f\xc7\x6d\xfb\xf0\x64\xee\x1d\xd8\xcf\x41\xc6\xd2\xbf\xe3\xf6\x5d\x90\x5a\xc7\xe3\xbb\x8f\x32\xdc\x14\xc7\xab\x8c\x83\xc0\x3e\x30\x16\x8e\x4f\xd9\xa7\x0c\x97\x66\x77\x52\x76\xf8\xdb\xf7\x01\x05\x4e\x87\xb3\xfd\xaf\x6f\x3e\x07\x70\xa9\x37\x9f\x83\x14\x76\x1f\x64\xf0\xee\x6e\x24\xbd\xf9\x1c\x47\xb2\xbe\xfb\xdc\x8e\xcc\xeb\xef\x7e\x28\x83\x91\x6b\x0f\x2c\x91\x0e\x0b\xd7\x5f\x97\x70\x29\xc8\x1f\xd8\x21\x59\xfa\xeb\xb0\x28\xed\x31\xf6\xff\xb6\x99\xdd\x8f\xff\xff\xb6\xe8\x7e\xac\x85\xed\xaf\x1f\x5c\xee\x04\x91\x31\x1d\xaa\xa2\xbf\x7e\xd8\x04\x98\xa0\xba\xaa\xdd\x3b\xd7\x48\x81\xfd\xd9\xfb\xc3\x67\xaa\xc6\x41\xb7\x75\xd5\xb8\x8f\x9f\x6c\xad\x5b\x5d\x95\xed\xc6\x4d\x26\x88\xc0\x4e\xb0\xe4\x5f\x37\x72\x31\x01\x60\x74\xa2\x15\xff\xba\x2a\x9b\xdc\xa4\x77\x55\xb6\xe7\x0e\x2e\x02\x3c\xff\x3a\x33\x29\x33\x95\x27\x6d\x21\xf0\xe6\xaf\x27\xce\x03\xd3\x23\xf6\x4c\xea\xc8\x5f\x7e\x65\xea\x20\xa2\xe3\xaf\x3b\x05\x4c\xae\xdc\x9d\x02\xdd\x29\xa0\xc7\xbb\x3b\x05\xfa\x64\x2a\x27\x67\xf9\x3e\x99\xca\x5d\xab\x2e\x89\x97\xed\xa0\xe2\x56\x41\x1d\x20\x92\x3a\x20\xb8\xbf\xfe\x83\xb9\x41\x5b\xdc\x27\xfb\x5c\x9f\xee\x73\x6d\xa3\x0e\xf6\xb9\x0e\xd4\x6d\xc9\x3a\x32\xfa\x74\x12\xda\x67\x66\xa1\x3e\x59\x7e\xfa\xc4\x27\x61\xce\xe1\x3e\x4f\xdb\xc7\x1e\x54\xa0\xfb\xfa\xbc\x6c\x1f\xdf\x51\x30\x87\x74\xa7\x59\x77\x4a\x99\x53\xa1\x3b\xa5\xba\xd3\xa7\xc8\xd2\xd3\x9d\x3e\xfd\x86\xcc\xd7\x24\xbe\x9d\x0b\x95\xbf\x7e\x5b\x2f\x07\xe0\x4e\xc2\xe9\xbf\x4e\x7a\xe9\x65\x21\xaf\xdf\xe3\x96\xe2\xaf\x3b\xa5\x8a\xb3\x43\x77\x4a\xf5\x67\xd9\xa4\x7b\xd5\x32\xad\xfb\xb3\x4e\xb9\xab\x98\xbe\x5b\xc8\x18\xb7\x87\x3d\xb7\xf0\x65\x77\x1c\xc1\x7f\x9d\x2c\x93\xfb\x64\x39\xeb\xef\x46\x1d\x2f\x59\xb0\x36\x9c\x95\x1d\x87\xe6\x5f\xc7\x7f\xb9\x64\xeb\x3b\x70\x35\xae\xc2\xe5\x9b\x7a\xf1\xe9\xad\xc2\xa5\x1a\x3d\x78\x07\xf5\xbe\xc6\xdd\xc2\xb9\xd9\x5f\xf5\x0f\xdf\xd7\x92\x51\x47\xa4\xb2\x52\x96\xc8\x7c\x17\xf3\x6b\xc3\x6e\xec\xb8\xb9\x56\xc1\xdd\x8f\x3a\x8e\x63\xea\xaf\xbf\x62\xe3\x39\xd5\x74\x0c\x9d\x55\x58\x07\xe3\x86\x01\xb3\x8a\x44\x46\xdf\xbf\x8e\xb9\xa9\xda\x36\xf0\x7b\x5d\x5b\xa4\xbf\x97\xbf\xc7\x12\xa2\xdd\xd1\x5f\xb3\xec\x40\x0d\xd9\xb5\x31\xfa\x4b\x86\x9d\x8d\x94\x69\x1d\x77\xd0\x5f\xc7\x13\xb4\x64\xd4\xf1\xf8\x1d\x50\xe8\x6e\x90\x32\x74\x1c\x36\xab\xb0\x2d\x41\x1f\xbc\x8f\x32\xbf\x37\xa8\xe3\x43\x37\x70\xa6\xb4\x0d\xdc\x6d\xff\x36\xfa\xcf\x84\x64\xb2\x2e\x76\x7c\x24\xab\xb0\x8e\x5a\xe3\x4b\x32\xb2\x55\x48\xf4\xbf\x8c\xe3\x4e\x1a\xb1\x55\xf8\xbd\x93\xdf\x63\x5b\xef\x64\x0c\x5b\xb2\x81\xcc\xe7\x76\xbf\x8d\xe5\x91\x54\x60\x7f\xfd\x73\x7c\x61\xa5\xee\xb8\x1c\x56\x41\x3f\xef\x8d\xdf\xeb\xa9\xec\x56\xb6\xbe\x8d\x13\xfe\x2a\x7c\x97\xb9\xff\x39\xbe\x9c\xdf\x97\x8c\xdf\x8b\x47\xd9\xab\x6c\xf5\xd5\x97\xbe\x9b\xbe\xbb\x8c\xec\xce\x79\x7e\x15\xa7\x32\xea\x28\xf4\xef\xab\xdf\x73\xbc\x3b\xed\x03\x28\xad\x36\xce\xea\x9d\x54\x51\xab\xf0\x5d\xc6\x8d\xac\x4f\xab\xf8\x94\xd1\x7f\xa7\xf5\x9e\xfe\xde\xa0\x7d\x97\x75\x5c\x26\xf9\x0f\xbe\x57\xdd\x30\xd3\xd2\x06\x6e\xa2\x7f\xb7\xcf\xdd\xd2\xb2\x24\x7d\x7a\xfb\x1c\x89\xc7\xb7\xdd\x71\xbb\x1d\x37\x52\xa6\x6e\x30\x41\x77\xd2\x1e\xad\x22\x94\xd1\x96\xd7\x7e\x7e\xed\x67\xe6\x16\xe9\x81\x56\x61\x3f\x3b\x6e\x9f\xcf\x7d\xa9\x6c\x22\xf3\x39\x98\xf5\x37\x32\xbd\x0f\x92\xf7\xac\x62\x28\x2b\x64\xa9\x0c\xbd\x02\x17\x32\xb0\x67\x57\x91\xca\x26\xb2\x47\x19\xdf\x4b\x90\xfd\x20\x27\xcd\x2a\xba\xb2\x40\xf6\x21\x3b\x8c\x5b\x5d\xe3\x36\xb6\x43\x99\x3a\x04\x2a\x7e\x90\x0c\x66\x15\xa1\x2c\x91\x9d\xca\x2e\x63\x5e\x79\x97\x23\xd2\x20\x9d\xcb\x92\xf1\xee\x08\x65\xbf\xd8\x58\xbe\x63\xd8\xbe\xf0\xb9\xe0\xb9\xf0\x39\x75\x0d\x3f\xcd\x20\x3b\xca\xdf\x30\x01\xca\x46\xf4\xd4\x20\x9f\xc9\x2a\x4e\x51\xde\xf4\xd5\xda\x74\x56\x61\xff\xfd\x3f\x24\x94\xff\xfb\xed\x7e\x90\xa7\x64\x15\x36\xa1\xe8\xb6\xb2\x09\x65\x57\x4e\x9a\xc5\x71\x6b\x6c\xa4\x4a\xdb\xb0\xf5\xc7\xc6\xd6\x39\xc8\x19\xb2\x64\xbc\x3b\xed\x0e\x39\xd1\xba\xc3\x75\xfe\x64\x7c\x12\x0c\x5c\x83\xb4\x1c\x7f\x63\x73\xe9\x82\xe3\x7e\x90\x30\x63\x15\x53\x19\x75\x5c\x7e\xd2\xe5\x15\xfa\xce\xa7\x5f\x0e\xcd\xfd\x7b\x97\x7a\x71\x00\x0c\x72\x65\xb4\x0d\x02\xf9\x41\x82\x8c\x55\x94\x32\xba\xe8\xb6\x2d\x04\xaa\x6c\xfd\xe0\xf7\x1e\x55\xe2\xf1\x5d\x87\xfa\x51\xc5\x1e\xdb\xd2\x51\x93\xe7\x52\xf6\xbb\xce\xa7\xde\xc7\xb6\xe8\x0e\x81\x97\x67\x6c\xaf\x7d\xf5\xfa\xbd\x0e\xf5\xeb\x73\xf0\x7f\x49\x38\x35\x38\xd6\xac\xc2\xf6\x05\x75\x7c\x7e\x2f\x49\x24\xa4\x2d\x1a\x6d\x43\xd6\xb6\x9f\x6c\xfd\x1e\xc9\x1d\x56\xc1\x18\x41\xa8\x3d\x48\xf2\xb0\x0a\xbf\x6d\x2d\xa3\xa3\xa9\xee\xcd\x25\x13\x12\xee\xd1\x76\xbe\x83\x34\x0d\x6d\x23\x40\x65\x90\x9b\x61\x15\xa1\x8c\x3a\xb0\x28\x47\x73\x5a\x40\xfa\x3c\xda\xf1\x28\x7b\x95\x51\x6f\x67\x2c\xc9\x93\xd0\x24\xc8\x19\xe4\x43\x58\x85\xef\xee\x3c\xa7\xba\x93\xfa\x60\xc9\xa8\x23\xac\xd7\x29\x80\x7b\x73\x34\xa7\x40\x8b\x54\xb6\xf4\xa0\xa5\x75\x98\x6e\x07\xb7\xe6\x68\xe5\xbb\xea\x2e\x6e\xf7\xd1\xd4\x5d\xd3\x05\xc8\x79\x32\x48\x0b\xb0\x8a\x4b\x59\x22\xf3\xf7\xe6\x8f\xbb\x6f\x8d\x65\x9b\xfe\xde\xf4\xf7\x98\xb6\x6d\xda\x66\x97\x5b\x38\xd6\x46\x3b\xad\x83\x14\x7a\x1b\xde\xbc\xd1\x4e\x9f\x3b\xed\x97\xe0\x39\xf5\x19\x52\xff\xb6\x0d\xc7\xf2\xb2\xde\xcb\xdf\x4b\xea\xb8\x99\x83\xd0\xf5\x2f\x19\x6d\x56\x27\xdb\xe3\xbb\xc5\x73\x8f\xef\x3e\xbe\xeb\x58\xbe\x3e\xf7\xfa\x2e\xf3\xb2\xbd\x43\x99\xef\xae\x2d\x71\xc0\x2f\xbf\x0a\xe6\x2a\xee\xaf\xb1\xb3\x15\x8f\xdd\xad\x18\x58\xc2\x80\x4b\xfe\x6f\xc0\x22\xbf\x64\x6b\xdc\x76\xcc\xb4\x01\x6b\xfc\x92\x05\xb2\x57\x19\x6d\x01\x7e\x30\x76\x5c\x04\x03\x16\xf9\x26\xe5\xc3\x80\x39\x7e\x15\xa9\x6c\xb5\x6f\x3f\x7c\x0e\xd6\x98\x8d\x6b\xf9\x01\x19\xfc\x2a\xac\x03\x3d\xd8\x5d\x82\xe1\x71\xef\x5c\xbd\x0c\x78\xdc\x57\x61\x0e\x62\xa6\x2f\x7c\xee\xab\x98\xca\xf8\x34\x55\x72\xef\x36\x0f\x75\xd9\x07\x5d\xb5\x0f\x9b\x87\xba\xec\xaa\x29\xec\xed\x4b\xc6\xa7\x0d\xab\x0d\xbb\x60\xf0\x6e\xf8\xae\x6a\x1a\xb6\x25\xec\x3e\xe2\x72\x24\x2f\x18\x3b\x7e\xbf\xb1\x1b\x7b\x03\x40\x76\xec\x19\xca\xec\xe6\xa0\x4b\xcb\xcf\x2d\xbf\x03\x35\xd8\x55\xc9\x5d\x47\x03\xd1\xab\x63\x9f\x3e\xa7\x05\xc0\x75\xe5\x80\xf7\x7c\x15\x76\x69\x51\xef\x79\x2b\x7b\xc8\x85\xc2\x67\xb8\xc2\xee\x97\x9f\x31\x19\x8d\xcb\x57\x5d\x4d\xf1\x55\x0f\x48\xc4\x57\x41\x53\x88\x23\x1b\x50\x83\xaf\x82\xa6\xa4\x9a\xf1\xa8\x05\xae\x92\x40\xea\xc7\xfe\xfa\xb9\x2f\x9f\x9b\x8e\xb8\xda\xb7\x6b\x1c\xa6\x23\xfe\xd9\x7d\x9f\xef\x1e\xb4\xcf\xd5\x6f\xd7\x00\x48\x87\xed\xb3\x4b\x35\x00\xb8\x9e\x1b\x87\x06\xc0\xb1\xf9\x6e\xef\xc8\xa6\x32\xd3\xbc\x31\x7b\x61\xe1\x5e\x85\xcf\x0d\x9e\xc3\xe7\x31\x8e\xe6\x73\xc3\xe7\x5e\x65\xb6\x8f\x21\x3a\x38\x40\x8e\x63\x1f\xca\x78\x17\x57\xec\x38\x5c\x39\x01\x09\x8c\xc3\x95\xf3\xd8\xfd\xbd\xe0\xf7\x70\x07\x0f\x8e\xdf\x6d\x03\x79\x36\x8e\xe3\x56\xe6\x77\x24\xcf\x75\xdf\xed\xca\x58\xb1\xa1\xa6\x5e\x85\x75\x30\x94\x30\x4b\xaf\xc2\xe7\x18\xa3\x23\x7d\x17\xbf\xf9\x06\x44\x71\x1c\x18\x91\xe3\xf0\x30\x51\xdb\xbf\xcf\xf6\x03\xaa\xe8\x55\x94\xaf\x24\x32\xbb\xc3\x45\x0f\x3c\xe2\x80\x2e\x7a\x15\xa9\x8c\xe7\xa6\x4d\xd0\x65\xc7\xd9\x7e\x1c\x6e\xec\xd0\x3a\xb7\x0d\x94\xc3\x80\xbe\xf9\x6f\x1c\x6e\xec\xb8\x85\xc6\x71\x59\xaf\x0b\x21\xd7\xb1\xe3\x70\x63\x3f\xb4\x45\xc1\x15\x8c\x43\x55\x84\x9f\xb9\x6d\xe5\xf0\xdf\xb6\xcf\x73\x0a\x20\x80\x71\xb8\x38\x1e\x64\x77\xde\x08\x68\x1d\x38\x2c\x56\xe1\xef\xb1\x11\x1f\x9f\xef\xba\x99\x72\x3f\x35\x60\x20\x5e\x85\x6d\x61\xa1\xee\x0e\x7f\x77\xf8\x09\xf7\x1e\xde\x0d\x8c\x7e\xd8\x16\x66\x63\xc7\x91\x39\xba\x36\x21\x7c\xec\xa3\x6b\x13\x76\xcf\x15\x10\x57\x0e\xa8\x80\x57\x61\xbd\x0c\x6b\x77\xf5\x81\x00\x78\x40\x7a\x31\xba\xfb\x61\x77\x3f\x84\x94\x7c\xe0\x9e\xff\x1b\xb0\xf8\xb6\x0d\x86\xc6\x01\x29\xef\x2a\x68\x32\xe1\x70\xa3\xbb\x1f\xf6\x5f\xfa\x39\x4c\xe0\xee\xf0\x42\xa9\xbb\x64\x54\x3b\x95\x91\xb2\x6d\x9b\x0c\x51\xd7\x46\xc3\xcb\x3f\x34\xe5\xe0\xb9\xfd\x1b\xd2\xd7\x6e\x93\x51\x83\x8f\x76\x15\xe7\x7f\xfd\xaf\x01\xca\x77\x40\x15\xbb\x0a\x3a\x05\xff\xd4\xe8\x97\x8f\x39\xb8\xdc\x39\x8f\xae\x95\xd5\xef\x1f\x89\x15\x55\xb8\x7e\xf4\x87\x74\xb9\x18\x18\xf0\xb9\xae\xc2\x1a\xd6\x0c\xeb\xee\x67\x5d\x7b\x0a\x08\xce\x80\x70\x75\x15\xb7\x32\xfa\x49\x7b\x0a\x6e\xd5\x25\xe3\xdd\xcf\xa1\x90\x7e\x06\x22\x8f\x01\xd7\xe9\x2a\x50\x15\x6e\x9f\xc7\xd8\x4e\x65\xa8\x0a\x98\xa2\x31\x9a\xcf\x35\x9f\x63\xb8\x87\x47\x8a\xa1\xaa\x00\x0d\x1a\x70\x92\xae\xc2\x7e\xaf\xf5\x65\x43\x1b\x0b\xf2\xd1\xc1\xed\xc4\x18\x6e\x7b\x70\x8d\xb6\x0d\x0f\xfa\x80\x5f\x74\x15\x36\x8f\x05\x79\xb8\xed\x8d\xe3\xf7\x1c\xd5\x6a\x76\x49\xf0\xd9\x20\xd1\x18\xf0\x72\xae\xa2\x94\xf1\x19\x2e\x28\x63\x6d\x75\xcd\x08\xd8\x01\xbb\xe6\x2a\x76\x65\x1d\x99\xef\x0e\x7f\x8f\xd9\x3c\xdc\xe3\xa0\xd0\x6c\x86\xaa\x8e\xe1\x1e\x07\x93\xe6\x92\xf1\x69\x61\x5b\xa0\x5b\x31\x42\x75\xc0\xa2\xf9\x37\x46\x76\x64\x9c\x96\x46\xfa\xbd\x84\x8a\x6a\x19\x0f\xb5\x76\xa0\xb5\xc6\x64\x8e\x51\x3e\xc6\xb6\xb7\x8e\x07\xc8\xec\xd1\xf2\x33\x3a\xdd\x32\x6d\xca\xb4\x29\x6c\xcb\x5c\x25\xad\x22\x95\xd1\x05\x6a\xf2\x98\xbf\xfc\xc5\x74\x3d\x8e\xb0\x31\x4e\xeb\x40\x5b\xa0\xa8\x5c\x85\x9f\x11\x3e\xe7\x67\x5c\x76\x41\xf0\xb9\xd7\xa3\xec\x5d\x9f\xa1\xb2\x78\xd8\x80\x2e\xb2\x89\x65\x18\x43\xf5\x86\xf8\x71\xc9\x78\xce\x2d\x73\xac\xf3\xf1\x80\x20\x68\x8c\xdb\x57\x1f\x6b\x60\xce\x0f\xcf\x15\xe3\xb1\x25\xd8\x75\x43\xfd\x86\x69\x71\x74\x55\xef\xb5\x21\xaf\x9d\x32\x69\xf0\xe7\x87\xa1\xf2\xa6\x9c\x1c\xc3\x8d\x55\x3e\xc5\xae\x36\x7e\x7e\xeb\x77\xfb\xd8\xea\xbb\x70\x16\xc0\x66\xd8\x1a\xce\xc6\x11\xce\x82\x80\xd0\xb7\xe1\xc8\x1a\x30\x13\xae\xe2\x50\x36\x91\x4d\x65\xa7\xa8\xe0\xd5\x9f\x30\x07\xae\x62\x57\xc6\xbb\xaa\x7c\xec\xa2\x87\xb1\x08\x21\x0f\x5c\x85\x75\xa0\x66\xe1\xde\x08\xa7\xdf\x92\xad\xce\x83\xaf\x6f\x15\x3e\xc7\xe9\x2d\xf0\xe9\x8f\x18\xb6\x05\xbd\x80\x2d\x6f\x15\xd6\x81\x25\x1f\xc3\x3a\x54\x6f\x12\x19\x0d\x88\xf1\x56\xc1\x3d\x18\xe1\x9f\x23\x3c\x44\x47\x58\x2f\x2b\x46\xb8\xaf\xc6\x32\xcd\xc6\xf0\x33\xd2\xc7\xd2\x57\x39\x93\x87\x87\xe4\xe0\xa0\xd1\xf0\x77\x0d\x18\xe2\x56\x61\xb5\x18\xf7\x70\xba\xad\xc2\x6e\xc1\x90\x0f\xf7\x52\x18\xdb\x96\x8c\xe6\xa9\xb6\x71\xfa\x1c\xfb\x48\x68\xd5\xc5\xe9\x10\x31\xe2\xe1\x0a\x1c\xa7\x77\xcf\xf3\x7f\xb0\xc5\x43\xd6\xb6\x0a\x7f\x9a\x33\x79\x78\x0e\x81\x3f\x6d\x0d\x0c\x9f\xa4\xa6\xc3\x9d\xb6\x64\x7c\xba\x67\x68\xa8\xd2\x5a\xe3\x46\x78\x84\x67\x68\xa9\xd1\x0c\x66\x1b\xd0\x9e\xfd\x8d\x50\xaf\xf7\xc6\x67\xba\x25\x07\x5b\xb2\x6c\x15\x03\xba\xb3\x55\x30\x5a\x44\xb3\x8e\x78\x6c\x8b\xfa\xbf\xab\x11\x5a\x8c\x70\x91\x2d\x19\x6d\x79\x1d\xc1\xd7\xf6\x71\x76\x0f\x95\x1d\x3e\xb2\x25\x63\x18\xb4\x22\xe1\x1f\x5b\x32\xb4\x49\x2b\x32\x9c\x01\x44\x8e\x0e\xaf\x0d\x46\xc2\xed\xd9\x76\x8c\x7f\xc8\xbf\xfe\x46\x72\x37\x6a\xb6\xc7\x91\xdc\x8e\x8e\xf4\x76\x94\xf8\xb3\x91\xce\x80\x6c\xf6\xdf\x18\xc8\x1e\x65\xaf\x32\xde\x75\x56\xa4\xb3\x02\xf2\x96\xe1\xd5\xc4\x80\x12\x6c\xc9\xa8\x77\xb7\x5e\x23\xbc\xf8\x8c\xf4\x48\x04\xf9\xd7\x7a\x8c\x9f\x73\x6f\x80\x04\xac\x99\x75\x79\xa4\x93\x07\x92\xaf\x25\xa3\x29\x9d\x61\xcb\x6e\x37\xa3\x61\xe9\x99\x28\xbb\xdd\xcc\x32\x93\x5a\x20\xe9\xe4\xd9\x71\x0f\xa4\x06\x28\x3c\x5e\xad\x91\x41\x76\xa4\xfb\x40\xba\x0f\x90\xde\x70\xa4\xe7\x9a\x4c\xdb\x87\x5a\xc1\xb5\xb5\x0a\x2f\x92\x59\x54\x52\xaf\x54\xba\xe8\xeb\xc1\xf3\xd6\x65\x24\x86\xaa\x61\x5f\x23\x35\x55\xb2\x7c\x0e\xb5\x82\x66\xeb\x6f\xe4\xf4\x39\xcc\x81\xf4\xfc\x93\xd3\xe7\x50\xa1\x9c\xf6\x01\x47\xf2\x06\x18\x77\xa4\x8b\x79\x5e\xbe\x6b\x9f\x6a\xac\x24\xc6\x4a\x3b\xd8\x6c\x52\x63\x25\x6f\x9f\x53\x0d\xb4\x3a\x21\xb6\x6a\xed\x70\xc8\x5d\xcd\x13\x6f\x67\x83\xff\x75\xe4\x63\x1f\x3c\xbe\xcb\x26\x92\x4f\x28\xb3\x0e\x0e\x0e\xa9\x9b\x08\xae\xab\x25\xa3\x2d\x9a\x35\xc9\x31\xbd\x91\x2f\x63\xa4\x6a\x9f\xaf\xcf\xe1\xe9\x4b\xd7\xf8\x54\xc5\x35\x13\x61\xae\x5a\x45\x28\xa3\x0e\x55\x3c\x55\xf1\xc3\xb1\xd4\xda\xe5\x26\x6b\xc9\x56\xbf\x40\x56\xb5\x8a\x2e\x35\x7f\x43\x56\xca\xa6\xb2\x03\x19\xef\x96\xd4\x20\x07\x9b\x46\x69\x12\x55\xfb\xbd\x3b\x91\xa5\x32\x74\x12\x7e\x96\x51\xdc\xd8\x0c\x78\xa4\x9a\x11\x68\xa3\x34\x89\x6a\x37\x82\x1a\x7b\xa5\xdc\x20\x0a\xfb\xa7\x71\x23\x37\xca\x03\x55\xe1\xbd\x37\xb1\xea\x28\x0f\x54\x75\xf8\x2e\x4b\x49\x69\x8d\x57\x57\x86\x1e\x94\xbe\x80\x52\xc7\xa1\x41\x1a\xe5\x06\x51\xea\xb8\xae\x3c\xd8\x9d\x56\xf1\x28\xf3\x39\xf4\xa5\x30\xbd\x1b\xc9\x21\x46\xe9\x76\xaa\x38\x95\xf1\x1d\x6e\x1a\xa5\xad\x03\x13\xfd\x28\xcf\xf3\xb0\x29\xb5\x06\xd9\xf7\x80\x42\x69\x15\xd6\xc1\x5c\x2d\x5d\x51\xb0\x16\x2d\x19\xcf\x95\xdf\xab\x8e\x13\xc0\x35\x4a\x1d\x2f\x77\x08\x4d\x87\xd2\x88\x81\xef\x67\xed\x69\xb4\xc5\xd3\x56\xb9\x1b\x0c\xfb\x5e\xbd\x2f\x97\x7b\x92\xb5\x8c\xf2\x90\x5f\x97\xd0\x1f\xfb\x59\x2b\xa6\xee\x4d\x19\xe3\x71\xdb\xcf\x2e\xf7\xba\xed\x20\xf3\xf9\x1b\xe5\xd2\xae\xdb\xae\xd4\xf1\x52\xc7\x75\xc7\x95\x3a\x5e\x8f\x6d\xe1\x20\x50\xea\x73\xfd\x52\xf4\xb2\x61\xd7\xc7\xba\x06\x8f\x4e\x33\x54\x69\x94\x66\x7a\x7d\xac\x1b\xc3\xbe\xff\xd4\x2b\x97\x71\x12\xd2\x8d\x52\xc7\x4b\x1d\x1f\x8e\x87\x3a\x5e\xea\x38\x79\x99\x86\x37\xb3\x63\x42\xe1\xdc\x48\x78\x34\x20\xcb\x59\x05\x7a\x40\x10\xd7\x98\xea\x3d\xb4\x38\x4b\xb6\x74\x63\x6a\xf0\x4c\x0d\x1e\xc2\xb2\xc6\x54\xc7\xa7\x3a\xae\x8b\x6e\xba\xdc\x4f\x97\x7b\x98\x78\xc7\x74\xb9\x87\xfa\xa6\x19\xc2\x34\xa6\xba\x3b\xd5\x5d\xd8\x6e\xc7\x3c\x6c\xcb\x61\x5b\x18\xdf\xa9\x6b\x6b\x76\xfb\x99\x79\x39\xd5\xe7\xe9\x3a\x3e\xfe\x27\xbb\xfd\xf4\xa0\x39\xcd\x39\xaf\xa7\x6f\xba\xcc\x4f\xed\x26\xf0\x25\x63\x8e\x4b\xd9\xa7\x8c\x4f\xd2\xf3\x0a\xf9\xcc\x92\xf1\xe9\x4e\x81\xc9\xe5\xa6\x31\x53\x43\x4c\xc7\x98\x2e\xfd\x7a\xff\xa6\xea\xfe\x23\x7d\xd1\xd3\xe7\x25\xf7\x80\xd7\x65\xc9\xf8\x74\xd5\x1d\xca\x95\x65\x4b\xd1\x16\x1d\x0e\xd3\x29\x40\xe4\xce\x98\x4e\x01\x21\x91\x72\x45\x8e\xa9\x91\xc4\x5d\xf7\x92\xd1\xbe\x69\x5b\x34\x9c\x80\xec\x8d\xa9\x37\x76\x3a\x55\x74\xe1\x4d\x0d\xa7\x49\x16\x15\x4f\x4b\x53\x0f\xd9\x74\xf6\x10\xde\x3c\xa6\xc6\xd2\x74\xd7\x20\xa2\x6f\xc0\xad\xb2\x0a\xbb\x00\x4d\x9c\xfa\x2a\xe6\xe5\xbb\xac\x02\xd3\x19\x35\x6f\x9b\xac\x86\xdd\x6a\x0e\xf7\x66\xd2\x60\x8d\xe9\x4e\x32\x6f\xbb\x9e\x55\x7e\x6a\x18\x4d\x0d\x23\x60\x28\x63\xea\xdc\x85\xd4\x64\xc9\xa8\xe3\xf5\xd3\xde\x5f\x56\x56\x9e\xf3\x72\x61\x72\xb9\xd0\x42\x6d\xf2\xb4\x30\x9d\x3d\xe0\xe6\xc7\xf4\x22\x61\x02\x94\x6a\xc9\x90\x9f\xce\x8a\x73\x83\xa9\x81\x45\xf4\xf4\x14\x70\x7a\x0a\x80\x40\x63\xc0\x81\xf2\x37\xce\x1f\x4f\x14\x0b\xc8\xa9\x5d\x74\x72\xdf\xd0\x08\xb1\x19\xa7\x76\xd1\xa9\x5d\x44\xa8\xc3\x38\xdb\xef\x5d\xab\x45\x33\x4e\xfd\xc2\xa7\x76\x11\x00\xf7\x71\xee\xa1\xac\x94\x25\x32\xdb\x72\x58\x2f\xda\x02\xfb\xc9\x2a\xac\x03\x2d\x38\xbd\x83\x80\xf4\xa4\x19\xc9\x35\x4e\x4f\x10\xf0\x9a\x2c\x19\xbf\xe7\xa1\xf9\xf4\xd0\x0c\xa4\x7a\x9c\x1e\x9a\x4f\xae\xe6\x9a\x4e\xe5\xd3\xab\xb9\x53\x23\x88\x78\xd1\x71\x3a\x63\x4e\x37\x08\x02\xc0\xc7\xe9\x8c\x81\x90\xa4\x49\x16\x3f\x4e\x0f\xc8\xa7\x07\x64\x42\x4a\xc7\x19\xbf\x77\x6f\x65\xb4\x19\x84\xe6\xf8\x51\x8a\x10\x94\x3b\x4e\x8d\x25\x68\x43\x96\x8c\x77\x3d\x91\x40\x07\xb2\x64\xbc\xab\xa7\xef\x74\xc6\x00\xa7\x18\xa7\x77\x15\x10\x6a\xb4\x06\x62\x7e\x9c\x1a\x46\xa7\x27\x5f\xa2\xae\xc6\xe9\xc9\xf7\xf4\xe4\x4b\x30\xfe\x38\x4f\xeb\x50\xed\x09\xf0\x18\xf0\x60\xac\x22\x95\xf1\x9c\xc6\x12\xdc\x15\xcd\x80\x9d\x71\xaa\xf6\xa7\x1b\x89\xee\xb8\xd3\x73\xc3\xc9\x3d\x5b\x2b\xfb\xde\x23\xf2\xe9\x11\xb9\xec\x67\xcf\x0d\xa7\x06\x54\x61\x47\x9f\xba\x80\xce\xc7\xe7\xb8\x4b\x39\x9f\xdf\x73\x9f\x32\x9e\x7b\xd5\x3f\xae\x95\x1b\xb4\x46\xe3\x7c\x1d\x5f\x37\x1c\xc2\x68\x06\xac\x13\x7f\xe3\xfc\x6c\x9f\x63\xe4\xb9\xe1\xc4\xfb\xdc\xca\xf1\xf0\xdc\x00\xcf\x44\x6b\xba\xf2\xce\xef\xf7\xae\xf5\x32\x1e\x97\xde\x67\xe8\x25\x5a\x23\xe7\xcb\xb8\x9c\x1f\x97\x67\x04\x08\x69\xc7\xa5\x11\x74\xed\xd4\x4b\x0c\xcc\xb8\x34\x82\x2e\x0d\x1e\x00\xbe\xe3\xd2\xe0\x81\xdd\xa1\x35\xd0\xbb\xe3\x72\x83\xb8\xdc\x20\xe0\x64\x1c\xd7\x31\x95\xf9\x1c\x2e\xd3\x4b\xf7\xe3\xe5\x29\x59\x4f\x1b\x30\xb8\x55\xf8\x1c\x3a\x7e\x81\x22\x1b\x97\xba\x0b\xcf\xfc\xb8\x80\xad\x8c\xcb\x95\x5d\xdf\xd8\xa5\x71\x03\x8b\x42\x6b\xd0\xb1\x8f\x4b\xe3\x06\x06\x85\x66\x7c\xc7\xb8\xd4\xc9\xcb\xd5\x7e\xd2\xf7\x97\xc6\xfa\xa5\xd7\x86\x70\xba\x71\x79\xfc\xbd\x3c\xfe\xea\x43\xbb\x4e\xeb\x55\xff\x80\xf8\x8e\xcb\xa5\xf8\x3a\xad\x17\xe3\xf5\xba\xfc\x36\x0d\x19\x1d\x66\xd7\x65\x9f\xaa\x7f\x24\xa2\x1e\x70\x21\xac\xc2\x6f\xc3\x50\xbd\x34\x5a\x2e\x75\x6d\x3a\x1e\xea\xda\xc5\xb2\xbb\xc3\x8a\x31\xa0\x3f\x58\xc5\xad\x8c\xf6\x69\xa0\x5c\x26\xfc\x77\x4d\x84\x51\x60\x15\xaf\xb2\x55\xc7\xad\x07\xe5\xc6\x8f\xb8\x03\xaf\x1a\xb7\x06\x32\x94\x00\xeb\x58\xdd\x91\x31\xcf\x6f\x8c\x82\x7d\x63\x1e\xdd\x3a\xfe\x6e\xbc\x20\xfb\xc6\x9c\x21\xe4\xff\x6f\xdc\xac\x75\x84\x2f\xfc\x73\xb3\xbf\xb5\x2d\x20\x02\x68\xfb\xc6\x94\xba\x55\x1d\xe2\xfe\x97\x8c\x9f\xf6\x3c\x78\x77\x3f\x89\xe1\xbf\x7b\x28\x4b\x65\x34\x4b\xe3\xe1\xc6\x78\xd8\x75\x8a\xdd\x1a\x0f\xc4\xec\x2f\x19\x75\xb8\x3c\x12\x96\xbf\x64\x74\x87\x4e\x17\xc2\xf3\x9b\x6c\x75\xe3\xd6\x75\x7d\x87\x9f\x89\x4a\xdc\xe9\xef\xa5\xef\x62\xef\xde\xaa\xd3\x9d\x76\x2f\xd3\xec\xf6\x2a\x97\xf0\x8e\xb6\x83\xc8\x1a\xb7\x90\x83\x5b\x4e\x22\x80\x8f\xe3\xd6\x78\x20\x72\xbe\xed\x24\x53\x1f\xb7\xce\x42\x02\xe8\x9b\x48\xba\x71\x4f\xbb\x7c\x2d\x8f\xc3\x9b\xdc\xdb\x9b\xdc\xfb\x34\xf9\xc6\x46\xf3\x74\xba\xdc\x90\x06\x99\x0a\x62\xdc\xde\x9b\xdd\x97\xcf\xb1\xd3\xdd\xae\x84\x37\x9a\xb8\x43\x1a\x39\x6e\xcd\x67\x22\xe7\x97\x8c\xe6\xdd\x0e\x07\x47\xc9\xbd\xa9\x25\x1a\x00\x37\xab\x9e\x79\x4e\xc6\xad\x2f\xfc\x7e\xac\x97\x95\xf5\x7e\xec\xd2\xd7\x7a\x59\x45\x6f\x8f\x8d\xf7\x6b\x1d\x98\xc0\xb7\xde\x42\xa2\xeb\x97\xac\x90\xd9\xe6\xd7\x6e\xc1\xf3\x70\xab\xd9\x44\xde\x2f\x19\xdd\xa2\x99\x7d\x7f\xb6\xcf\xa1\xd4\xa4\x06\xac\xd7\x76\x80\x5b\x43\xb0\xde\x78\x36\xdb\x8c\x09\xfc\x38\x03\x9e\x35\x03\x06\x19\x39\xc7\xe3\xa5\xf2\x83\x5b\x71\xd7\xdf\xf5\x68\x65\x3f\x9b\xcd\x63\x11\x78\xbc\x54\x7e\x9c\x28\xfa\xbb\x1e\xef\x61\x80\xfb\x2d\x59\x21\xbb\x95\x3d\x32\x9e\xd2\x94\xe6\xbb\xbb\xef\xb2\x08\x3c\x1a\x0a\x8f\x13\x0a\x12\xa8\xf1\x88\xe1\x79\x9c\x1d\x50\xa4\x8e\xc7\xd9\xf1\xc0\x86\xb3\xeb\xe4\x7a\xb4\xbc\x1f\xac\xec\x5d\xe7\xd5\xa3\xb7\xe4\xe1\x24\xb9\xeb\x94\x7a\x5c\x58\x9f\x6e\x0a\x28\xcc\xd9\x47\xef\xfa\x33\x52\x19\x6d\xf6\x74\xf9\x70\x83\xbc\xc3\xb4\x36\x1e\xdd\x8f\x0f\x8b\xed\xae\x53\xea\x71\xb1\x7d\x70\x3f\xca\x56\x3e\x1e\xbd\x2a\x4f\xda\x66\x6c\xcd\x47\x4f\xfa\x83\x19\xbd\x83\xe5\x1a\x4f\xfd\x64\xb6\x99\xd9\xf6\xe8\x7f\x7c\xa6\x32\x87\x4d\x93\xf9\x99\x7e\x2f\x33\xeb\xf1\x66\xe7\x99\x7e\x07\x0b\xeb\x73\xfa\x1d\xa7\xef\x32\xdb\x1e\x0d\x85\xe7\xfa\xc9\x68\xb3\x4e\x42\xa2\xe4\xdb\x7e\xd8\x57\x3a\x04\x1f\x55\x5c\x4c\xd5\xe3\x1d\xdd\xa3\x8a\xc3\xbc\x36\x1e\x6d\x5c\x82\xe4\xdb\x4e\x6a\xa0\xf1\x08\x96\x79\x54\xf1\x03\xb5\x7f\xde\x43\x99\x75\x70\x62\x7f\xdc\xc4\x1f\xb2\x0d\x99\x29\x71\x3c\x7a\x41\x1e\xbc\x20\x3b\x6c\x13\xe3\xd1\xd5\xfd\x70\x42\xdc\xc5\x5e\xbd\x5e\x0d\xbf\x18\xb4\xbb\x9e\x9b\xd7\x0d\xfb\xdd\x4c\xe6\xc8\x54\x78\x5d\xbc\x5f\x75\x52\xcf\xcd\xeb\xe2\x4d\x6c\xfb\x92\xad\xfe\x7b\x5d\xbc\xdf\xdd\xef\xc0\xa0\x78\xd5\x35\x23\xa9\xf6\x83\x93\xdf\xab\xb7\x8e\x10\xf4\xb6\x43\xe8\x33\x5e\x37\xf1\xf7\xf0\x5d\x36\xbf\xf7\xb8\x94\xe1\x72\x66\x7f\x20\xf4\x7c\x15\x9f\x8f\xad\x6e\x7e\x5d\xb0\xdf\xee\x67\x30\x3d\x5e\x55\xf2\x1d\x36\x19\xa7\xc0\xab\xfa\xbd\xaa\x9f\x0e\x99\x77\xdc\xca\x1e\x65\x3c\x17\x36\x2f\x7e\xcf\xf1\x69\xaa\x24\x51\xdb\x6d\x87\x09\x68\xbc\xba\xba\x41\xa5\xb6\x5d\x47\xcb\xab\xaa\x11\x71\xb3\x64\xb4\xcf\x5b\x9b\x97\xfd\x7f\x17\x97\xf5\xaa\x56\xaf\x84\xc5\xe2\xad\x0c\xab\x19\xef\x69\xbd\x4c\x85\xd7\x15\x96\x10\x9a\x26\x33\xd5\x78\xdd\xeb\xdf\xcb\x36\x33\xbc\xaf\xb6\xe6\x8b\x5d\xb9\x8b\xad\x32\x34\x66\x08\x5b\x35\x24\x67\xbc\xee\xeb\x2f\xd9\x35\x76\xaf\x6d\x5e\xef\x59\x5e\xd5\x4f\x87\xcc\xeb\x15\x31\xb1\xcc\xcd\x50\x9b\xf1\x6a\x57\x0a\x6f\xdd\x75\xd2\x08\x6f\x1d\xaf\xb9\x1a\xbb\xc3\xa6\xaa\x11\x37\xdc\x76\x52\x78\x8c\x57\x07\x05\x21\xc3\x4b\xb6\xda\xf2\x79\xc4\xfa\x36\x7f\x8f\xcb\xd5\x4f\xfc\x96\x81\xbf\xe4\xa5\xfb\xe7\x5e\xff\x79\xb4\xfa\x5c\x1d\xf5\xeb\x88\x88\x1d\x1f\x47\xab\x5d\x88\xd6\xe7\xd1\xea\x53\x63\xc9\xcb\x3c\x3e\x4d\x4c\x80\xb1\x4b\xc6\xbb\xfa\xcf\x08\xdb\x6d\x3b\xb9\x3c\xc6\xe7\x31\xea\x53\xed\xc8\x93\x31\x3e\x4d\x4c\x51\xb2\x06\xac\x8c\xaf\xdb\x16\x55\x51\xff\xcf\xe7\xfe\x4f\xc8\x6c\x33\xa3\xcb\xf8\x5c\xf5\x08\x97\x5d\x32\x9e\xd3\xec\xfc\xe2\x97\x46\x69\x43\xf6\x7b\xce\x7a\xd9\x9c\x3f\x7d\xc9\x1f\xcc\xe5\xbb\x7e\x9d\x4f\xbf\xf1\x2f\x08\x56\x1f\xce\xa7\xd9\xf9\xd5\x4f\xc6\x73\x1e\x85\x08\x66\x5d\x32\xda\xec\x4a\x48\xc0\x6a\xdb\xdd\xad\x80\xc7\xae\x22\x95\xf1\xae\x47\xa1\xef\xf4\x3b\xca\xe7\x50\x3b\x91\xb3\x3b\x39\x89\xc7\xa7\x7a\x12\x8f\xda\xf6\xe1\x50\x0b\xe5\xfa\x48\x7b\xba\xc3\x48\x33\x3e\x3d\x00\x9f\x2a\x4b\xc0\xe5\xf8\x3c\x0a\x01\xa0\x6d\x3b\xf4\x36\xe3\xd3\x00\xf8\x54\x59\xe8\x64\xc6\xa7\x01\xf0\x69\x9e\x06\x53\xf4\xd3\x2b\xf0\x71\x14\xda\x61\x91\x19\x9f\x46\xc1\xa7\x51\x20\x6c\xeb\xd3\xf7\xf6\xbd\xa1\x8c\xdf\x7b\x4b\xd9\x54\xc6\xf7\x7a\x6d\x4e\x30\xd9\x92\xd1\x3e\x8f\x47\x9f\x26\x30\x2c\x31\xe3\xf3\x78\x24\x3a\x77\x87\x08\x66\x7c\x9f\x7a\xa0\xf1\x00\xa7\x4b\x00\xcb\x5d\x05\xa9\xd1\x96\x4a\x86\xe0\xdc\xd8\x36\xab\x5d\x2a\x14\x1b\x48\xb3\xd8\x34\x0a\xf0\xf9\x84\x91\x69\xf1\x8b\x4c\x83\x77\x25\x40\xef\xae\xa2\x94\x25\xb2\x57\x99\x5d\xb0\x4e\x3d\x21\x88\x37\x04\xf1\xee\xf8\x81\x62\x03\x08\x1e\x1b\xae\xe4\x3d\x96\xfa\xc5\x76\x58\xc7\xf1\x7b\x8e\xf6\x31\x15\x62\x73\x51\x06\xca\x15\x1b\x53\x21\xb6\xc3\x77\x07\xcf\x01\xec\x08\xf0\xbd\x6d\xc7\xc1\x13\x5b\xb7\x2d\x1a\x05\x70\x07\xc6\xb6\x96\xe3\x55\x58\x47\xd2\x96\x61\x1d\x9a\xcc\x70\x10\xc7\x36\xec\x03\xa7\x0c\xf0\xae\xd8\x86\xbf\x17\xf6\x41\xf2\x7b\x61\x97\x86\x43\x59\xb4\x0f\x60\x79\x6c\xf8\xe0\x76\x08\x8f\x62\x4b\xdb\x97\xaa\x50\xd1\x66\x3c\x0a\xb1\x25\x49\xff\x76\xaa\x2d\xbb\xa0\x7c\x75\xd2\xbc\xb2\x8a\xb2\x79\x93\xae\x02\x24\x19\x9b\xd6\x36\x51\xfe\x21\xc0\x37\x36\x1c\x0f\x72\x8a\xc6\x36\x1d\x22\x1c\x0f\x3b\x70\xb1\x30\x4c\x2f\x36\xdc\x72\x3b\x70\xb1\xd8\x4e\x9b\xc7\x7d\xa6\x9c\x18\xb1\xe1\x96\x8b\xcd\xcd\x00\x08\x59\x80\xf6\x5d\x85\xb2\x9d\xcf\xbd\x1c\x0e\xed\x0e\x20\x64\xb1\xdd\xd6\x7b\x5b\xef\xc1\x73\xb7\x43\xee\x66\x00\xac\x2c\x04\xf3\x86\x60\xde\x1d\x08\x59\x6c\x8f\xc3\x81\x07\x7b\xc7\x61\x14\xdb\xeb\x73\xaf\xed\xeb\x7c\xef\x67\x1d\xf8\xd1\x4c\x95\x1a\x02\x72\x43\x40\xee\x0e\xd7\x59\x34\x4c\xe1\x68\xda\xbd\x40\xc8\xa2\xe1\x48\x8b\xa6\x8a\x03\x17\x8b\xa6\x8a\xb7\x66\x5b\x50\x17\x81\xbb\x01\x56\xb7\xed\x38\x91\xa2\xe1\x34\x0b\x81\xbb\x3b\xdc\x6f\xd1\x58\xd9\x03\xfc\x6e\xdb\x21\x96\x0b\xc3\x1a\xa3\x69\x8b\x10\x12\x18\x4d\xb5\x6f\xda\xbd\xe4\x0d\x8b\x86\xdd\x1b\x82\x79\x77\x28\xf3\x42\x30\x6f\x80\xdf\x5d\x32\x9e\xeb\xb6\xcf\x53\x21\x04\x77\xd1\xb8\x76\x0f\xc1\xbc\x3b\xfc\x6f\xd1\x86\xdf\xab\x8a\x43\xa9\x10\x4d\x15\x6f\xda\xc2\x60\xc4\xa2\xa9\xe2\x4d\x15\x87\xc4\x27\x0c\x69\x0b\x41\xbf\x3b\x39\x64\xa2\xa9\xe2\x4d\x15\x07\x37\x16\x2d\xfc\x0e\x60\x6f\x3b\xb8\xb1\x68\xaa\x7d\x53\xed\x71\x54\x45\x53\xc5\x5b\xf9\x7b\x2c\x1b\x02\x81\xa3\x69\xa0\x54\x57\xe6\xef\x95\xbf\x37\x78\x77\x5a\xaf\xba\x8b\x03\x2a\xda\xb4\xcd\xda\xcc\xc4\xa7\x45\xc3\x66\x8e\x76\x1e\xca\xe8\x83\xd3\x77\xb5\x99\xe1\x81\x89\x76\xda\x57\x97\x6d\x61\xea\xb7\xcb\xb6\x90\x54\x7b\xaf\x1c\xff\xdc\xec\x43\x9c\x70\x34\x6d\x9f\x72\xf8\x2f\x7f\xfa\xf6\xa7\x8b\x4f\xba\xfd\xe9\xdb\x26\x14\x5d\x7e\xab\x3a\x4e\x01\xfc\x53\xd1\x1e\x9b\xfa\xf8\x7b\x0e\xf5\xeb\x30\xe0\x5e\xde\x49\x8f\x11\x0d\xdb\x27\x9a\x53\x00\xb2\xff\x68\xb8\x97\xa3\x01\x32\xd9\xc1\x9a\x45\xfb\xac\xd7\x0d\x02\x5e\xf3\xd8\xf1\x8b\x85\x78\xe2\x1d\x5c\x59\xec\x18\x28\xb1\xab\xc6\xf8\xac\x62\x57\x65\x89\xa7\x5d\xb2\x35\x05\x76\xd5\x73\x57\x3d\x41\x87\xc5\xae\x7a\xee\x1e\xd5\x20\x25\x89\xdd\x15\x58\xb0\xef\x4e\x2a\xc8\x10\xec\x1b\x80\x7d\x03\x67\x7f\xec\x6a\xec\xae\xc6\xe2\xee\x8a\x7d\x58\x85\xda\x89\xbb\x2b\x76\x4c\xe5\x10\xeb\xbb\x93\x65\x30\xf6\x61\x93\xc3\x6e\x59\xa7\x80\x30\xe2\x3e\x8c\xb8\xdf\xc9\xa5\x10\xbb\x9a\xb8\xab\x89\xb0\x4a\xc5\xee\x02\xbc\xe7\xef\x39\xda\x42\xb4\x4f\xec\xfa\x3b\x88\x7b\x8f\x9d\xcb\x92\xd8\x93\x95\x95\x9c\x89\xb1\x97\xbf\xa7\x99\x8d\x5b\x2c\x76\x57\xe5\xdd\x55\x19\xb7\x58\xec\x5c\xa0\xc4\x3e\xfd\xb6\xc9\xbb\xd3\x36\x9b\x9a\x7e\x4e\xea\xe0\x12\x24\xc4\x04\x93\x26\x6c\xfd\xc3\xef\x65\xb5\x3d\x08\x52\x0e\x00\xc2\x7f\x21\x28\xf8\x00\x28\x1c\x3b\x11\x9f\x01\x36\xb8\x1d\xe0\xc8\x62\xbf\xfc\x3d\x6e\x41\x0e\xb8\x22\x62\xc7\xf5\x16\x3b\x2a\x79\x90\x03\x21\xf6\xc7\xdf\xc3\xa4\x3e\x36\xd5\x40\x55\x13\x14\x7c\x80\x19\x8b\xfd\xb5\x0f\xb8\xb5\x38\xc0\x8c\xc5\xfe\x39\x94\xdf\x4f\xb6\xde\x3d\xb8\xaf\x8e\x83\x7b\xbb\x03\x80\x58\x1c\xae\xac\xc7\x3a\xc4\x2d\x59\x47\xc6\x98\x1f\xcd\xef\x60\x63\x3f\x38\xd1\xc5\x81\x5b\xf6\x80\x00\x24\x0e\x0d\x8a\xc3\x6c\xe3\x80\xc1\xe2\xe0\xea\x21\xc0\xf7\x2e\x19\xef\xba\x8a\x1e\xbb\xdf\xc1\x8a\x7e\x68\x3c\x1c\x87\xdf\x81\x6e\x1c\x87\xed\x3b\xec\x17\x56\xf9\x83\x13\x5d\x80\xf9\x6d\x07\x08\xb1\x38\x0e\xdb\xd7\x7d\x17\x7d\x39\xba\x6d\xe9\xbe\x8b\x6e\x1c\x78\x14\xe2\x18\xf6\x7d\x51\xaf\x2b\xeb\x31\xfc\xde\xa2\x5f\xd4\xc9\x23\xec\x17\x56\xf4\x23\xac\x23\xed\x03\x76\xec\x23\x6d\x1f\x3a\x79\x10\xc5\x18\x87\x2b\xe6\xc1\x35\xc3\x41\x54\x69\x1c\xe9\xf7\xa6\x89\x0a\xd1\x83\x43\xfd\x3b\xf0\x32\x1c\x70\x5d\xc4\x31\xfd\xbd\xe9\xef\x35\x9e\x9b\x53\xd9\x2f\xc9\x21\xfd\x7c\xf9\x1d\x1c\xe9\x0e\x00\x5c\x71\x5c\xfe\xde\xe5\xef\xb1\x52\x43\xd9\xb1\x8a\xc3\x74\xa3\xbc\xeb\xce\x7e\xdc\x72\x5e\x38\xbe\xb7\x63\x6e\xb2\x45\xa2\x18\x03\xb8\xef\x2a\x6c\x8b\xe3\xfb\xf8\xee\xe3\xb7\xb1\x44\x1c\x8f\xe3\xc1\xf2\x77\x00\xf4\x8a\xc3\xa5\xee\x78\xad\xc3\xf1\x7d\x7d\xee\xb5\x0e\xc7\xf2\xb5\x4f\x59\xfe\x0e\xb2\x43\xc7\xf1\xf9\xbd\x9f\xcf\x31\x96\x5d\x3d\xed\xbf\x8c\xf9\x18\x6e\x7d\x0b\x65\xcc\xb7\xc6\x58\x76\x40\xe9\xd1\x9b\xfd\xc2\x92\x0d\x25\xc9\x2a\xec\x97\xe2\x5d\xbc\x61\x21\x2a\xf9\xc0\xf3\x15\x5d\x23\x57\x54\xf2\xd1\x58\xc6\x3b\xa0\xf4\xe8\x2c\xa7\x07\x9e\xaf\xe8\xc0\x89\xa2\x63\x01\x1c\x70\xc8\x04\xb0\xe5\x55\xf8\x1c\x63\xd9\xd5\xd3\xae\x9e\xee\xec\xe2\x40\x99\x57\xe1\xbb\xcc\xe9\xde\x7d\x8e\xf5\xf4\x00\xb6\x15\xdd\xf5\xb4\xb3\x9e\x1e\x78\xbe\xa2\xbb\x9e\x76\x80\x77\xe6\x0a\x09\x49\x46\xa2\xab\xa7\x78\xc3\xa2\x13\x3d\x19\x3d\xac\xb7\xaf\x31\x02\xdf\xbc\x8a\x5d\x19\xfd\xe2\x7a\xda\xd5\x5d\x3c\x64\xd1\xd5\x5d\x10\xd0\x3b\xa0\xf3\xe8\xaa\x6e\xc7\x00\x38\xc8\x32\x1a\xbd\x6c\xca\xb4\xc9\x0c\xaf\xc8\xe7\x10\xf9\x7c\x00\x9f\x0a\x91\xcf\xd1\x09\xa2\x3d\xc8\x24\x15\xfd\xb4\x29\xa7\x4d\x61\x19\xef\x2e\xa7\xfd\xfc\xbd\x4b\xbd\x97\xbf\xb7\x96\xc4\x01\x15\x7e\xf4\xdb\xd6\xdd\xf6\xf2\x6c\xff\xde\xeb\xbb\x7b\x73\x7f\xec\xa0\xc9\x87\xab\xb0\x5d\x85\x3d\x1c\xd4\xd7\xda\x5c\x30\x01\x4d\x45\xc7\x2f\x11\x1d\x50\xe8\x01\x68\x2a\xfa\xe7\xef\xe1\x16\x3b\x70\xd1\x45\x77\x61\x15\x07\x7d\x90\x79\x2f\x86\xfb\xb5\x38\xe8\x03\x20\x55\x0c\x4f\x6a\x83\x30\xca\xe3\x60\xf1\x16\x1b\x1d\x62\xa3\x0f\x72\x73\xc5\xd0\x8c\x1d\x9c\xd4\x8e\x83\xc9\x3d\x3c\x95\x8d\xfd\x27\x5b\x3d\x34\x5c\x58\x05\x38\x1f\xb8\xf2\x62\xb8\x88\x0e\x95\x13\xb7\x5d\x0c\x40\x6c\x31\x0e\xbf\x97\xae\x1c\x9a\xa2\x83\x4b\x8b\x03\x96\x90\x18\xdd\xdf\xc3\x3c\x3d\x00\x5c\xc5\xe8\xb6\xaf\xdb\x2f\x41\x1d\xf8\xc5\x42\x20\xf4\x71\x04\xdf\xa1\xc9\x3a\x5c\x58\x0f\x26\xb2\xa0\xe7\x18\x61\x9b\x99\xc8\xc3\x85\x75\xb0\xd9\x1f\x84\x56\xc6\x08\xfb\x05\x5f\xd9\x41\x38\x7c\x8c\xb0\x8e\x30\xd1\x39\x1b\xb6\x08\xe7\x18\x6a\x22\xb1\x93\x31\xca\xdf\x73\x11\x85\xff\x24\x06\xfe\xb3\x20\xf1\x7f\x3b\xe0\x1e\x09\x12\xfc\xaf\xe2\x53\x46\x5b\xa6\x32\x36\xf6\xa3\x33\xbe\x64\xe3\x5f\xc5\xa1\x8c\x6f\x73\xb1\x1d\x2e\xac\xdd\xb1\xbc\xec\x17\x1c\x14\x47\x67\x82\x02\x63\xfe\x8b\xc1\x5d\xed\xd1\xd9\x74\x87\x8b\x2d\x08\xe6\x25\xa3\xde\xc7\xbe\xc7\x7d\x7b\x74\xc7\xd2\xc5\x76\xb8\xd8\x92\x22\x29\xc6\xe3\x77\x3c\xb6\x99\x85\x7a\xbc\x3e\x87\xfb\xf6\x80\x3e\x2c\x86\x9b\xfd\x50\x77\x3b\x66\x36\x48\xe6\xbf\x00\xc3\x1c\x60\xbf\x42\xec\x72\x8c\xcf\x2a\xb0\xdb\x04\x2f\xc7\x50\x75\xbb\x43\x8e\x9b\x2d\x60\x90\x58\xb2\x55\x45\x70\xf3\x10\x02\x9a\x0f\x18\x77\x22\x54\x67\x32\xb0\xb7\x03\x76\x9d\x10\xd0\x1c\xe1\xfa\xdb\x99\xdc\xe1\x09\x8c\x44\xea\x4b\xc6\xbb\x5c\xdf\x86\x29\xd4\x0f\x68\xb2\x23\x3c\x81\xc5\xee\xa7\x61\x8f\x05\xb4\x4a\x11\xbb\xcf\xb1\x4e\x93\xfd\x7c\x15\x0e\x11\x53\x3a\x5c\x7f\x49\x6e\xbe\x64\xd4\xa1\x4d\x40\xd2\xf2\x76\x0c\x4c\xf0\xd0\xc4\x25\x9d\xf8\x92\xf1\xae\xea\x1c\xaa\x33\x21\x96\x41\xfa\xf0\x55\x34\x65\xb4\x05\xec\x66\x04\xb0\x85\x03\x4c\x57\x84\x27\x30\x32\x86\xb7\x03\x4c\x57\xc8\xa2\x11\xa4\xfb\x5e\x32\x7e\x2f\xfc\x0e\x4e\x5b\x07\xa1\x98\x11\xda\xb8\x24\xe4\x6e\x07\xa1\x98\x11\xae\xbf\xa1\xed\x00\xce\x2b\x04\x4d\x07\x40\xe9\x25\xe3\xdb\xd2\x6f\x73\x2a\xe0\x0f\x8c\xd0\x9e\x08\xa7\x02\x69\xb2\x23\xf4\x32\x88\x9a\x96\x5c\x26\xc2\xa9\x10\x2e\xde\xf8\x08\x03\x08\xf5\x2a\x86\x32\xda\x3c\x6d\xcb\xf4\xdb\xb0\xdb\xc2\x93\x5a\x9c\xd6\xab\x6e\xc0\x17\x16\x71\x5a\x6f\xd0\x66\x6d\xe1\xd0\x16\x1e\xea\x06\xd7\xd0\x21\xba\xfa\x00\xe7\x15\xe1\x89\x8e\x6c\xd6\x4b\xc6\x18\x69\xc7\x84\xb6\x30\xd9\x8a\x22\x9c\x6e\xa0\xa8\x97\x8c\xf6\x79\x64\x0b\x6d\x1b\xa8\xb8\x23\xb4\x63\x4c\xfc\x7c\x10\x9e\x19\xa1\xcd\x02\x12\xba\x1d\xe1\x98\xbb\x05\x90\xe3\x39\x3a\x66\x51\x3c\x7e\x9a\xb3\x0d\xd7\x5f\x90\xeb\x79\x15\x43\x19\xdd\xec\x4e\x11\x9a\x36\x10\x3e\x47\x38\x03\xc3\x19\x88\x9b\x2f\xc2\xdd\x43\x44\xf5\x81\x9b\x2f\xc2\xdd\x23\xdc\x3d\xc0\x6c\x05\x19\x9b\x57\xe1\xbb\xec\x00\xe9\xee\x21\x7a\xfa\x00\xc7\x15\xe9\x14\x24\xe3\xf2\x92\xed\xc8\x5e\x65\xd6\x81\xba\xa4\x26\x10\x19\x95\x97\x6c\x22\x2b\x65\x0c\x07\xa1\x98\x21\x7a\x3a\x52\x73\x47\x5f\x5d\x3a\xb5\xd2\xa9\x45\x1a\xb9\x48\xfd\x77\xa9\x69\x03\x18\x2b\x52\xd3\x26\x35\x6d\x48\x27\x12\x24\x3f\x5e\x85\x6d\x61\x57\x48\xa7\x5b\x76\xeb\x60\x57\x48\x77\x94\x74\x47\x01\xa0\x15\x39\x7c\x6e\xf8\x1c\x6a\x90\x84\xd1\x84\xa9\x8d\x8f\xc8\x7f\x07\xd7\x87\x48\xea\x48\x93\xeb\xeb\xca\xcb\xb0\xf9\x61\xb7\xb1\xaa\x64\xd8\x7c\x2d\x24\x5d\x79\x22\xa9\x03\xfe\x9a\x76\xc0\x7f\x1a\x59\xfe\x5e\xd9\x1d\xac\x2a\xe9\x2c\x4b\x67\x99\x3e\xba\xd4\xf7\x91\x6e\x2e\xc9\x4a\x03\xac\x7a\x15\x5d\x19\xef\x02\xa7\x8b\x74\xf6\x24\xab\x4a\xba\xb9\xa4\x96\xbc\x3e\x44\x51\xd3\x91\x6e\x24\xa9\x4a\xdc\xd6\x4b\x20\xbd\x89\x41\x23\x35\x6e\x44\x43\x1f\x30\x66\x46\xba\x41\xa4\x1b\x04\xc4\xaa\x41\x86\xdf\x55\x94\x32\xea\x50\x65\x53\x95\xd5\xcf\x96\xaa\x6c\x6a\xf0\xa4\x43\xad\xca\x8a\x7c\x3e\x60\xe5\x8e\x52\x3d\x45\x39\x1f\xf0\xbe\x07\xb0\xe5\x55\x0c\x65\x13\x59\x29\xf3\xdd\xf2\x39\xd4\xa4\x76\xbf\x8d\xf1\x10\xbd\x1c\x25\x0b\x1f\x20\xac\x10\xa9\x1c\xe5\x69\x50\xff\x99\x48\xe5\x00\xa9\x1c\xbb\x4d\x39\xac\x16\xdf\xc6\x41\x92\x89\xa8\xe3\x54\x76\x29\xe3\x55\x0f\x79\xe0\x90\xdb\xa1\x4b\xad\x34\x9e\x01\x25\xc7\x1e\x8a\x18\xc9\x72\x4d\xd6\x53\x56\x6a\x06\xd9\x56\xdb\xa1\x07\x8c\x34\xa9\xab\xa0\xa7\x80\x65\x05\x49\x4e\x57\xc1\x48\x02\xc1\x0a\xb1\xc6\x41\xd6\xd2\x25\xa3\x29\x9e\xe7\xca\x75\x95\x28\xc9\x10\x7f\x1c\xa5\x66\x94\x6d\x71\x5d\x2d\x3c\xba\x07\x04\xbb\x51\xae\xab\x75\xfa\x2e\xfb\x70\xa9\x41\x62\x92\x0f\x20\x58\x51\xfa\x13\x80\x21\x2f\xd9\x1a\xdd\xd2\x9d\x55\x9e\xfb\x88\x92\x0c\x12\x88\xfe\x45\x69\x8a\xe8\xba\x2a\x4d\x11\xf2\x89\xb6\x03\xba\xf2\x10\x7f\x1c\xa6\x0c\x3d\xa6\xdd\xec\xe2\x48\x56\xd0\x25\xa3\x0e\xcf\x7d\xc5\xbd\xc8\x01\x2c\x2b\x00\x28\xaf\x82\xb5\x1b\x26\xe2\x28\x6d\x11\xa0\xc9\x4b\xc6\x73\x9f\x6d\xc6\x1b\x7c\xc0\x1b\x1c\xe4\xf7\x5c\xc5\xa7\x6c\xb5\x6f\xea\x0d\x9e\x6a\xdf\x64\x71\x9c\x9e\x05\xa7\x67\x41\x5d\x61\x80\x8c\x57\x61\x9b\x59\xe4\x27\xe8\x86\x00\x4a\x1c\x5c\xce\xc7\xd4\xec\x98\x00\x1e\x0e\x72\x92\xc6\x04\x3a\x1f\x53\xb3\x83\x6c\x82\x31\x3d\xf6\xcd\xdd\xa6\xb0\xe6\xcd\xc3\x77\x5d\x2f\x61\x73\x0f\xe1\xc7\x31\x75\x59\x10\x01\x19\x53\x8d\x9c\xae\x97\x44\x40\xc6\xd4\x02\x9f\xba\x2c\x74\x67\x91\x69\x73\x15\x53\x19\xef\x7a\x3c\x04\x66\xdc\x0e\x22\x20\x63\x7a\x3c\x24\x3d\x66\x3b\x40\x6a\xc5\xd4\x3c\x99\x9a\x27\x73\xfa\xdc\xef\x5d\xeb\xc5\x54\x9a\x61\x9b\x71\xc1\x75\xc2\x1d\x63\x6a\x95\x93\x0b\x73\xc9\x68\x9f\x26\xcb\xc4\x2a\xef\x90\x8c\x87\xd8\xe4\x20\xed\xe5\x92\xd1\xbe\x74\x38\x80\xec\x77\xdd\x59\xe2\x95\x03\x6e\xae\x25\xeb\xc8\x1e\x65\x9f\x32\xbe\xd7\x69\x44\x4e\xc9\xf0\x80\x35\xb5\x58\x84\x30\x9b\x18\x39\x84\x30\xc7\x04\x71\xd4\xf5\x7a\x91\x18\x72\x15\x89\x8c\xd3\xf0\x74\x66\x81\x64\x5e\x32\xba\x45\x23\x1f\xd4\xf2\x92\xf1\xae\x56\x07\x70\xe4\xd6\x49\xcf\x14\x53\xaf\x1c\x70\xe4\x25\x9b\xc8\xec\xe6\xcb\x77\xf1\x69\xcb\xf1\x15\xf3\xb2\x0e\x66\xb9\x78\xe5\x98\xc4\x56\x77\xe8\x77\x63\xde\xfe\x1e\x67\xd5\x0e\x7f\x64\x48\xcd\x17\xa4\x81\x6c\x52\xf3\x87\xd8\xe4\x20\xbb\x63\xeb\x7a\xb3\x48\xda\xb8\x0a\x7f\x4f\x35\x70\xb6\x01\x51\x6e\x5d\xcf\xd5\x74\x66\xcd\xd7\xbe\xc2\xdb\x31\x35\xfc\x21\xb5\x6d\x1d\x64\x57\xcc\xcf\xe1\xfd\x7c\x8e\x59\x7e\xea\x51\x39\x99\x45\x9d\x70\xc4\x38\x9d\x45\x27\x16\x7d\x07\x9e\x15\xa7\x57\x89\x27\x16\x7d\x87\x6f\x2c\x04\x27\x07\x79\x19\x5b\x07\x9e\x15\xa7\x9e\x3f\x68\x72\xe3\xa0\x9b\x4f\x8d\x7c\x20\xca\xeb\xb1\xa5\x05\xe7\xee\xab\x38\x03\x7b\x63\xf2\x9e\x2e\xf5\x64\x6a\x5c\xb2\xff\x81\x0b\xff\x74\x27\x38\x0f\x5b\xcf\xdc\x3e\x35\x54\x40\x30\x2f\x19\x2d\xd5\x50\x39\x99\x78\xbd\xb1\x4e\x9f\x9e\x0b\x4e\x7c\x30\x1d\xe0\x57\x80\x63\x5e\x85\x5f\xc4\x22\x70\x72\x0f\x1f\xa4\x6b\x6c\xa6\xfa\x8e\xb3\xdf\xca\x3e\x65\xf4\xa4\x3e\x45\x92\x31\xb6\x0e\x18\x2c\x4e\xfd\xdc\xe7\xf0\x93\x58\x04\x84\x33\x07\xb9\x16\x5b\x27\xcd\x63\x9c\x5a\x27\xa6\x47\xec\xfa\xba\x4e\x27\x14\x68\xe5\xd6\x1b\x13\xfe\x74\x42\x9d\x4e\x28\xd8\xfa\xe2\x74\x42\x9d\x4e\x28\x92\x0b\xc6\xa9\x9f\x9b\xcc\x85\x4b\xc6\xb7\x69\xb1\x90\x90\xb0\x75\x7d\x58\xa7\xb3\xec\xe4\xb6\xa6\xeb\xc3\x3a\x3d\x03\x9c\xce\xb2\xdd\xd1\xf7\x06\x87\x5c\x83\xad\xeb\xd7\x3a\x3d\x17\x9c\xdc\xf5\xf7\x5d\x8d\x70\x96\x9d\xf8\x28\xfb\x8e\x51\x7c\x7a\x23\x69\x86\xc0\xae\x5f\xeb\xd4\x1f\x7e\x42\xdb\xd2\x09\x3d\x0c\x52\x05\xae\x62\x57\x46\xbd\x97\xef\x02\x8f\xee\xe4\xd0\x0c\xe1\xd1\x71\x3a\xf3\x08\x47\x8c\xd3\x99\x47\x2a\xbf\x25\xa3\x9f\x6f\xdf\x7d\x94\x39\xe6\xcf\x4f\x86\x66\xef\x8e\x91\x7e\xf3\xd3\x19\x45\x92\xba\x38\xb5\x80\x40\x30\xb7\xae\x73\xea\x74\xf6\x9c\x9f\x6d\xe1\xac\x7a\xea\xa3\x14\xce\xdc\x89\xed\x0b\xe1\xcc\x21\x9c\xb9\xef\xec\xaf\x32\xfd\x05\x59\xf4\x5a\x07\xf9\x15\x97\x77\xf8\x97\xb3\x8c\xe4\x47\x71\x39\xcb\x48\x98\xd7\x3a\x69\x6a\xe3\xf2\x2c\x7d\xe1\x06\xea\x64\x3c\x88\xcb\x3d\x4d\x28\x74\xd7\x4d\x75\x39\xf3\x2e\xa7\x19\x04\x9d\x71\xb9\x81\x91\x12\x6f\xc9\x68\x8b\x57\x43\xe4\xb3\x6b\xfd\xe0\xac\x7a\xe9\x5f\x17\x0a\x6d\x8a\x8f\xb8\x9c\x33\xe6\xb4\xeb\x4e\xe5\xcb\x39\x43\x3e\xbb\x25\xa3\x5e\x8d\x7b\xf2\xd7\xb5\x0e\xba\x2c\x2e\x8d\x7b\x21\xd3\xfd\xc0\x65\x21\x64\x3a\x84\x4c\x77\xd0\x65\x71\x39\x67\xc8\x3a\xb7\x64\x13\x99\xef\x3a\x67\x0e\x2c\x52\xf0\xd3\xab\xa0\xaf\x74\x3f\x5d\x5a\xef\x57\xfa\x1d\x6c\xba\x97\x7e\x78\xd0\xd4\xad\x1f\xcc\xad\xcb\xf9\x71\x61\xb7\x75\x5d\x4d\x97\xf3\x83\xc4\x74\x01\x29\x58\x5c\x6e\x2e\x64\x9b\x6b\x9d\x70\xbf\xb8\x9c\x0a\xd7\x9a\x0a\x01\x7e\x2d\x2e\x2d\xb9\x6b\xfa\xb5\x8e\xae\xee\xcd\x0b\x9a\xf6\x5f\x43\xbc\x2c\x22\x2f\x5d\xeb\x87\x03\xae\xd9\x7f\x99\x71\x1e\x1c\x59\x5c\xfa\x99\x2e\xfc\x4c\xfd\x50\x09\xbc\xf2\x14\xbb\xdd\xf5\x65\x89\xdd\x0e\x52\xd5\xb5\xde\x31\xbc\x2e\x27\x0c\x10\xee\x25\xa3\x5e\xb7\xa5\x0b\x2e\xaf\x4e\x00\x60\x5c\x4e\x8e\xcb\x6d\x49\x27\xd0\xa5\x11\x78\x71\xd5\xdf\xc1\xa0\xc5\xa5\x8f\x8a\xcc\x75\x4b\x46\x5b\xf4\x51\x5d\x8f\x75\xb0\x0d\x5f\x6e\x4b\x17\x70\xc2\x4e\x96\xb8\xb8\xbc\xd6\x27\x73\x5c\xeb\x90\x31\xc4\xf5\xfe\x9e\xb3\x5e\x4e\xa0\x64\x93\x5b\x05\x0a\x04\x06\x2d\x2e\x0d\xbe\x0b\x83\xaf\x77\x15\xc3\xd3\xf0\xe5\x56\x05\xb3\x41\x48\x8d\x19\xb7\x5b\x95\x3e\x2f\x92\xca\xad\xe2\x52\xb6\xbe\xf7\xf6\xb8\x71\xaf\x6d\x27\x88\xe1\x8b\xdb\x2b\x52\x50\xe2\xad\x77\xec\xea\xdb\x7d\xe2\x76\x9f\xe8\xe8\x0a\x29\xda\x56\x61\xb5\xe9\x73\xaf\xb2\x4f\x19\x55\x68\xa0\xdd\xea\x3c\xf1\x84\x71\x6b\xa0\xdd\xea\x37\xd4\x60\x71\xab\xdf\x24\x66\x5b\x32\x3e\x43\x03\x0d\x28\x77\xeb\x50\x83\xc5\xed\x89\xf5\x0e\x9f\x43\x0d\x6e\x6f\xeb\xc9\xb2\xb6\x64\xd4\xeb\x3c\x00\xf2\x3d\xe0\xa3\x89\xdb\x69\x00\xc5\x6e\xeb\xb0\x8a\xc5\xed\x75\xa8\xf0\xef\x4e\xce\x8b\xb8\xdd\x3a\x48\xb5\xd6\x3a\x90\xb5\xb8\x75\x1f\xdd\x4e\x0d\x5d\x5e\xb7\x5b\x82\xf0\xef\xae\x7b\xeb\xd6\x55\x04\x0a\xbc\x75\xdd\x5b\xb7\x07\x5b\x50\xe0\x4b\x46\xf7\xb9\x4d\x80\x02\x5f\x32\x7e\xcf\x99\x00\x79\xe9\x92\xd1\x16\x0d\x2f\xb1\xde\x7d\x1c\xf1\xef\x9d\xfe\x76\x27\xb8\xdd\x09\x06\x2b\xfc\xed\xcd\xa8\x50\xf0\x0e\x11\x59\xdc\xb7\xa3\x7a\xdb\x04\x76\xf5\xdb\xcb\xfa\xfb\xb6\x8b\xb0\xdf\x6e\x6d\xb0\xdb\xdd\x41\x4f\xd7\xad\xa3\xf5\xd6\x06\x03\x0d\x17\xb7\xca\x7e\x73\x49\xd0\x07\xa7\xb4\xdb\x73\xf4\xfd\xda\x16\x56\xa3\x5b\x65\xbf\x5f\x9f\xe3\x94\x26\xec\x3b\xee\xa5\xd8\x83\x54\x84\x21\x9a\x3b\x1e\x37\x02\x9d\x5f\x8f\x1b\x01\xa9\xd7\x96\x6c\x20\x2b\x65\x36\x85\x45\x4b\x38\x77\x3c\x6e\x04\x03\xd3\x4f\x2a\xd7\x78\x34\xc1\x74\x88\x09\xe7\x0e\xe1\xdc\x9d\xb4\xef\x21\x9c\x3b\x1e\x9c\xaa\x9d\xc0\xc7\x78\xdc\x08\x1e\xee\x0d\x3a\xd9\x08\xe2\xf1\x42\xf6\xd9\x79\x97\x28\xc6\x10\xe2\x1d\x64\x51\x5b\xb2\x35\xd2\x8f\x93\xe7\xe1\x74\xd3\xa1\x21\x0e\x21\xde\xf1\xf4\xdf\x73\xd4\xeb\x09\xe5\x71\x81\x07\x0c\x17\x8f\x27\x8f\xc7\x93\x07\x29\xd1\xe2\xf1\xe4\xf1\x78\xf2\xd0\x23\xf6\x78\x1f\x20\x9c\xbb\xeb\x11\x7b\xd4\x76\x50\xdd\x4b\x46\x1d\x5e\x6a\x09\xe7\xee\x7a\xc4\x84\x73\xc7\xe3\x46\x40\x64\x63\x3c\xce\x80\x47\xe3\x89\x84\x60\xf1\xb8\x39\x3c\x38\x50\xbb\x28\xb7\x47\x58\xcb\x03\xed\x44\x17\xd1\xf6\x38\x2b\x1e\x67\x85\x5e\x32\xd2\x55\xfc\xc5\x33\xfd\x5e\xd4\xea\xf1\xe2\xf6\x59\xbb\xc4\x20\x6b\x7e\x3c\x9e\x50\x1e\x4f\x23\xa4\x5c\x8d\xc7\xe5\xfc\x71\x39\x27\x89\x6f\x3c\x2e\xe7\x8f\xcb\x39\x7c\x65\xf1\x88\x6a\x21\x0b\xdb\x92\xf1\x7b\x9e\xe9\x1f\x67\x82\xce\xb4\x47\x9b\xe8\x71\x89\x27\xa1\x6e\x3c\xde\xf9\x3e\xce\x0e\x52\x31\xc5\xe3\xcd\x99\x28\xf2\x2e\xf0\xed\x71\x76\x3c\x8f\x9f\x81\x5d\xf3\x88\xe6\x02\x4c\xbe\x64\xbc\xfb\xd8\x05\xe0\x24\x7b\xa8\x42\x2e\xfb\x80\xc9\x97\x8c\xae\xd2\x31\xfa\xb8\x15\x84\x6a\xe5\xfd\xee\x03\xfe\xb1\xa7\x2a\xe4\x99\xfe\xd1\x4e\x12\xd1\x26\xd9\x77\xbc\x2e\xf1\x84\x40\xc6\xeb\x69\xe4\xd5\x4e\x22\x04\x32\x44\x91\x87\x28\x72\xb3\xef\xc4\xeb\xb2\x4f\xca\x8d\x66\x3e\x9f\x20\x37\xdb\x2a\x6e\x65\x81\xec\x55\x66\xbd\xf8\xe0\x5f\xef\x77\x01\x9d\xb7\x9e\x6c\x5f\xaf\x57\x68\xaf\x76\x12\x74\xf6\xf1\x7a\xa8\x7f\xdd\x33\x48\xcc\x10\x22\xcb\xc3\xa4\x66\x3d\xd9\xd2\x5e\xa7\x82\x4c\xc7\x9d\x3c\x37\xf1\x7a\xb6\x78\xbb\x6d\x61\x4b\x7b\xc5\xd0\xbc\xc3\xe7\xb0\x75\x5e\x81\x8d\x2f\x8c\x55\xba\x71\x44\x9b\x87\x68\xf3\x4e\xa4\x64\x88\x36\x0f\xd1\xe6\x9d\x94\xb8\xf1\xea\xc9\x12\x6d\xde\x89\x9e\x8c\x57\x57\xd6\xeb\x8c\x11\xe4\xf6\x3a\x63\x24\x49\xee\x82\xdc\x5e\x01\x8b\xe4\x81\x68\x5d\xf0\xda\xeb\xb9\xfc\xf5\xc8\x40\x3a\xd0\x78\x9d\x09\x22\xd0\xbb\x7b\xd0\xeb\x5e\xf0\x6a\x14\x91\x99\x35\x5e\x0f\xe1\xaf\xc7\x03\x22\x25\xe3\xd5\xbd\x05\x60\x7d\xc9\x78\x4e\xf7\x96\xe8\xf5\x2e\xa0\x4d\xf4\x7a\xbc\x5a\x40\x02\xda\x4c\x0a\x11\xaf\x47\x86\x62\xbf\x31\xb1\x43\x48\xba\xdc\x89\xb2\x8c\xd7\xdb\xb7\x17\xa7\x69\x27\xd3\x5a\xbc\xaa\xfd\xab\xda\x43\x7a\x16\xaf\x8b\xfd\xeb\x51\x40\xf0\xda\xab\x7b\xeb\x75\xb1\x77\xfa\xbe\x3a\x48\xdf\xd7\xef\x60\x96\x8b\x54\x8f\x57\xcb\x46\x17\xdf\xab\x65\xf3\x7a\xe0\x16\xe4\xf6\xea\x34\x7d\xf1\xf3\xf7\xc2\x3a\x79\xb5\x6c\x48\x72\xd5\xba\xc0\xb7\xcf\x43\x38\x20\xf6\x25\x0b\x64\xa9\xac\x94\x4d\x64\xa7\x32\xdf\xc5\xe1\xfa\x79\x3c\xf8\x3c\x98\x17\xd3\xfc\xf3\xaa\xed\x73\x2a\x10\x79\x19\x9f\x53\xe1\x53\xed\x0b\xa7\xf8\xe7\xf1\xe0\x53\xed\xc9\x75\x16\x9f\x9e\xd4\xef\xb0\x2d\x4c\xe9\x4f\xb3\xe8\x53\xc5\x0b\x3d\xf8\x84\x30\x08\x59\xef\x10\x86\xc7\xe7\xcd\x31\xfc\xce\x83\xf4\x2b\xf1\x09\x1c\xfb\x3c\x3d\xcf\xad\xfe\xbd\xd5\x7f\xa2\x7d\x49\x3e\xd5\xba\x8e\xc2\xcf\x7b\xe5\x4f\x43\x6a\xa2\x39\x9f\x7b\xcb\xe7\x81\x7b\xa2\x39\x02\xe4\xe3\xe3\xb6\xa0\x8b\x99\xfb\xbc\x7f\x86\x61\x7a\xc9\xf8\x72\xf7\x16\xb2\x41\x2d\x19\x5f\xe4\x9e\x21\x18\xbe\x4f\xf6\x0c\xc1\xf0\xf1\x11\x34\xd7\x75\x1e\x7e\x1e\x1e\x3e\x0f\xd7\x93\x09\xff\x39\x2b\x3e\xf7\x87\x89\xe6\x7c\xee\x0f\x9f\x87\xe6\xc9\x9e\x21\xb5\x74\x08\x90\xef\xf0\xa7\xc5\xe7\xa1\x59\x6a\xe9\x3e\xd5\x08\xcf\x05\x9f\xe7\x02\xbd\x8c\x9f\xe7\x82\x4f\x17\x96\x5e\xc6\xef\xb4\x5e\x37\x12\xbd\x8c\x02\xe9\xe3\xd3\xba\xd2\xcb\xf8\x69\x3e\x91\x0c\x6a\xc9\x78\x57\x64\x05\x39\xa1\x96\x8c\xfe\xf3\x82\xed\xbb\x6c\x8b\x9a\xe3\x41\x5a\x70\x7d\xd7\xf3\x28\xb8\x3e\x3e\x37\x0d\x01\x72\x82\xeb\xe3\xc3\x61\xdc\xf5\x32\x7e\x42\x80\xbf\xc7\x31\xe2\xea\xe4\x7b\xd4\x26\xcc\xac\x01\x2d\x7f\x7c\x9a\x59\x1f\x33\x6f\x10\x37\x1a\x02\xee\x43\xc0\xfd\xd0\xf3\x28\xe0\x3e\xbe\xf7\xf7\x2e\x75\x68\x7a\x7d\xaf\xef\xe2\x88\x10\x5c\x1f\x60\xe7\x97\x6c\xfc\xe7\x2f\xcd\x10\x91\x1b\x9b\xcb\x20\xbe\x34\x45\xcd\xa7\x94\xd6\x03\xf7\x61\x02\x97\x5f\x85\x09\xe3\x8e\xbe\x64\x6c\x38\x49\x12\x97\x25\x2b\x64\xa1\x2c\x91\x75\xde\xc5\x8b\x9c\x00\xe5\x97\x8c\x3a\xf0\x75\xe5\xc6\x21\x7c\x00\x9a\x4b\xf2\xb9\xac\x82\xcc\x41\xb8\x14\xd3\xbc\x2e\x29\x6a\x7e\x10\x2c\x9a\xa2\xe6\x93\xf4\x2e\x6d\x00\x90\x4b\x20\xf4\xab\xf0\x7b\x83\xf6\xb1\xe1\xa4\xb4\xd9\x83\x34\xa0\xb9\xb1\xe1\xa4\x14\xd9\x03\x97\x62\x6e\x1c\xc2\x13\x40\xfd\x92\x51\xc7\xf0\xdb\x86\xf5\x16\xcf\x0d\xeb\x1d\x7e\x5b\xd1\x7f\xc3\x36\xe3\x45\x36\xb3\x5d\x6e\xc3\x7a\xc3\x7a\x27\xed\x0b\xeb\x0d\xbf\x77\xf2\x2e\x07\x97\xdc\xc2\x71\x9b\xbc\x9b\xf6\x15\x1e\xe3\x01\x68\x2e\x81\xd0\xaf\xe2\x52\x46\xff\x95\xcf\x95\xcf\x2d\xa3\x20\xe5\xca\x4e\xa1\xf4\x03\x76\xb4\x04\x43\xbf\x8a\x47\x19\x75\x94\xed\xe3\x54\x3f\x00\xcd\xa5\x50\xfa\xdc\xa6\xef\xee\xbc\x3b\xed\xd3\x69\xbd\xea\x06\x97\xdc\x29\x6c\x7e\xc0\x98\x96\xdb\xe5\x58\xe2\x0a\x1e\x38\x17\x73\xbb\x7c\x8e\x39\x33\x70\x24\x26\x18\xfa\x55\xa4\x32\xfa\xf9\xb6\x7d\x5c\xdd\x0d\x1c\x89\x09\x86\x7e\x15\x3e\x37\xa8\xe3\x51\xff\x1e\x9f\x0b\x7e\xef\xf5\x39\xe7\x02\xb4\x67\xb9\x7d\xca\xbe\x9f\x8c\xe7\x3e\xfb\xfe\xb3\x7d\x45\x9f\x7e\x7e\x1b\x67\xe9\x01\xf5\x7f\x92\xc8\x67\x15\xb6\x99\xb1\x34\x33\x4a\x36\xe7\x02\x00\xb9\x6c\x38\xa4\x52\x0e\xec\x41\x8a\xbb\x6c\xdc\x2c\x67\x63\xc7\x19\xf0\x9a\x65\x6b\x3e\xc7\x75\xde\x20\xe4\x33\xe5\xc0\xce\xc6\xcd\xf2\xc0\x41\x98\x0d\x43\x2b\x1b\x3e\xde\x81\x83\x30\xdb\xe1\x73\x87\xcf\x2d\xdb\x3f\xdb\xe1\x73\xe0\x92\x06\xce\xc0\x6c\xec\x2e\xd9\x00\x72\x0e\x00\x6d\x29\x6c\x3e\x1b\x00\x8d\x01\x97\x58\x36\x0c\xa8\x04\x15\xdf\xc6\xce\xdc\x6a\xea\xa9\x70\xf8\x01\x52\x2d\x1b\x00\xb9\x24\x7d\xd8\x92\x05\x32\x9f\xcb\xdf\x73\xd4\x0b\x40\x2e\x1b\xb1\xf9\x03\xf4\x5a\xb6\xf4\x7b\x39\x4d\x0f\xa8\xfa\x53\xae\xec\x04\x15\xbf\x64\xbc\x8b\xd3\x35\x85\xc8\x0f\x12\x7d\x67\x53\x4f\xa1\xc2\x6e\x83\xdb\xa7\x34\x4b\x59\xca\x8b\x3d\xf6\x65\x7d\xa5\xb0\xf9\x24\x5d\xd9\x92\x51\x87\x7a\x0a\x52\x7e\xc9\xa8\xe3\x74\x3c\x00\x21\x0f\xc8\xbf\xb2\x71\x41\x98\x0d\xee\xf7\x71\x34\xbe\x17\xa7\x6b\x36\xf6\x85\x71\x30\x67\xda\x65\x9f\xb2\x07\x0c\x9c\x81\x09\x71\xf6\x2a\x1e\x65\xf4\xf3\x65\xbf\xdc\xbe\xbb\xd3\x16\x75\xbc\xa9\xe3\x38\x0d\xb3\xdd\xd6\x7b\xfb\xee\xf1\x6f\x32\x9d\x6c\xb7\x3f\x8d\x8b\x69\x00\x69\xcb\xf6\xd8\xac\xc7\x66\x39\xd4\x8f\xcd\x7a\xfc\x24\x96\x56\xb0\xf6\xab\x78\x95\x31\xfc\xaf\xdd\xc1\xcd\xf7\x20\x3a\x35\x1b\x37\x24\xd9\xb8\x21\x11\x45\x98\xed\xb5\x5e\xa7\x0f\x11\xab\xd9\x9c\x3e\xed\xb3\x5e\x96\xd6\xe6\xf4\x69\x9f\xf5\xb2\xb4\x9a\x1c\x28\x85\xe1\x0f\xfc\x8c\xb9\xbb\x95\x48\xeb\x3d\x88\x4e\xcd\x1d\x60\x46\xee\x4e\x1f\x9c\x8a\xb9\x3b\x7d\x76\x40\x18\x03\x0e\xb1\x94\xd6\x3b\xa5\xeb\x1e\x07\x43\xbd\x43\x55\x90\xbb\x5b\x44\x5f\xc7\xe9\xdc\xdd\x22\x76\xb7\x08\xa0\x6a\x09\x4f\xf7\x2a\x42\xd9\x40\x36\x95\xd1\x66\xdc\x76\x29\x37\x77\xee\x4e\x15\xc2\x49\x73\x77\xaa\x00\xdb\x5f\x32\xea\x08\x65\x66\xbe\x83\xaa\x3f\x77\xa7\x8a\x9c\xdb\x03\x58\x5a\xca\xb9\x9d\x72\x6e\x0f\xf8\xbd\x72\x4f\xdf\x75\x49\xef\x2c\x85\xf2\x70\xa7\xd8\x7c\x49\x4a\x73\x77\xfa\xc8\xcd\x3d\x08\x31\xcd\xdd\xe9\xb3\x27\x59\x01\x93\x2a\x00\x5e\xa4\x70\xfd\x01\x35\x58\x0a\xd7\xcf\xdd\x19\xd5\x07\xdd\xe7\xec\xd9\x9d\x3d\x40\xd5\x72\x9f\x36\x65\xfa\x19\x41\xf3\x5c\xf9\x85\xf0\x4b\x34\x9a\xfb\xe9\xbb\xa7\xef\x26\xbf\x77\xfa\xee\x69\x97\x3a\x94\x9c\x49\x72\x77\x46\x01\x55\xcb\xfd\x72\x28\x2f\xdb\xc7\x2a\xba\x5f\xd6\x01\x5e\x95\xbc\xf1\xb9\x3b\xa1\x76\x37\x08\xd0\x6b\xb9\xdf\x7e\x86\x93\xa7\x3b\xe2\x4e\x1e\x58\xc0\xdb\x18\xeb\x68\x95\xd2\x7f\xe7\x0e\x70\x75\x10\x91\x9a\xbb\x33\x61\xd7\x58\xc2\x95\x97\xfb\x6b\x57\xe1\x93\x1a\x20\xd5\x52\xf4\x7f\x8a\xfe\x1f\x43\x2d\x50\xc3\x77\x37\x08\x5c\x74\xb9\xab\xe1\x44\x04\x0c\x22\x02\x73\x77\x7f\xd8\xdd\x1f\x08\x52\x4d\xa8\xc0\x57\x41\xcf\x0f\xe6\xfb\xe1\xfe\x60\x90\xc0\x18\x87\xcf\x31\xb1\x0e\xf7\x07\x80\x6a\x79\x70\x38\xcf\x43\xa5\x27\x23\x6f\x42\x05\xfe\x97\x87\x7b\x06\xae\xba\x3c\xf6\x43\x59\x57\xc6\xbb\xe0\x5b\xf3\xe0\x94\x32\x70\xdf\xe5\xb1\xfb\xee\xe1\xbb\xeb\xb4\x95\x32\x82\x27\xb1\x02\x4b\xc6\xef\x81\x79\x4d\x19\xc1\x07\xc1\xac\x79\x74\x9f\xeb\x3e\xc7\x24\x3f\xdc\x5b\x8e\x6e\xd7\xb3\x17\x1c\x4e\x98\xa3\xdb\x07\xb9\xb4\xea\x70\xc2\x10\x2b\xb0\x64\x3c\x37\xfc\xb6\xe1\x73\x45\xbf\xe0\xe3\xca\x23\x1c\x8e\x5a\x6a\x60\x90\x40\x1e\x4e\x0e\xfc\x6d\x79\x68\xdb\x1c\x6a\x38\x01\xa9\x69\x40\x40\x1a\x10\x30\x00\xaa\xe5\x51\x7e\x87\xb6\x0d\x0c\x61\x79\x68\xdb\x1c\xf8\x9f\x46\xb0\xbf\x1e\xd3\x6f\x53\xeb\x83\xc5\xe0\x50\xeb\x0f\x1c\x50\x03\x54\x5a\x9a\x49\x2f\xcd\xa4\x37\xf0\xc1\xe5\xe1\x4c\x38\x9c\x09\xe1\x98\x3b\x13\x0e\x2e\xef\x06\x39\xfe\x13\xde\xf1\x55\xd8\x96\x83\x3a\xb4\x8b\x0c\x3a\x18\xf8\xd6\xf2\xb8\xec\x17\x4e\xe7\x83\x64\x00\x29\xfd\x78\x1e\x4e\x05\x10\x68\x69\x12\xd1\x94\x7e\x7c\xe0\x5b\xcb\x43\x5b\xc9\x40\x84\x41\xb4\x68\x4a\x3f\x9e\x87\x9b\x02\x79\xc6\xf3\x70\x2a\x18\x74\x30\x40\xa0\xe5\xe1\x06\x70\xb8\x01\xe0\x20\xcb\xc3\xa9\x60\xd0\xc1\x20\x32\x34\x8f\xd7\xf1\xfd\xfc\x5e\xf6\xf0\xe3\xb3\x2d\x9f\xbf\x87\xfd\x64\xca\xb5\xec\xa0\xf0\x06\x90\xb0\xec\x2e\xf6\x5d\x5b\x89\x3c\xb1\xd9\x9d\x0b\xdd\x73\x03\x30\xb1\x34\x10\x21\x3b\x27\xf1\x01\x1d\x58\x76\xfc\xb3\xd9\xc1\x70\x0f\xc2\x36\xb3\xab\xf7\x5d\xbd\x4f\x96\x8d\x7e\xf8\x2e\xe4\xa4\x83\x70\xcc\x34\xc0\x20\x89\x29\x58\x32\xea\x25\x8a\x36\x3b\x51\xb4\x23\x0f\x7e\x4f\x1d\xef\x1c\xbb\x07\xce\xab\x94\x1e\x3d\xbb\x76\x3e\xe1\x98\x69\xe0\x40\x76\xed\xf7\xa4\x4f\x3b\xbe\xd8\xec\xf8\x5d\x07\xf0\xaf\xec\xe1\xb7\x71\x5e\x1e\x30\xf5\x67\x27\xa0\x3c\xbb\xd9\x4f\x33\xfe\xed\xc5\xcf\xae\xc9\x6f\xac\xc1\x48\x86\xc6\x58\x83\xec\x38\xa3\x46\x32\xcd\x7a\xd9\xac\x02\x92\x85\xb6\xf7\xb2\x55\xce\x8a\x74\x64\x9c\x15\xdd\x59\x01\x88\x2c\xfb\xb4\x0a\x2d\x79\x40\x64\xd9\xb9\x79\x4b\x63\x0d\x46\x71\xd2\xe8\xa7\xbf\x07\xac\x6a\xe0\xb3\xca\xee\x1a\x0f\x03\x7b\xec\xac\xa1\xd0\xb0\xaf\xe2\xf3\x31\x3a\xdc\x65\xbf\xab\xd8\xc5\xc4\xeb\x97\x1d\x04\x55\xcd\xc0\x3d\x95\xdd\x83\x81\x71\x0a\xa3\x58\x6b\xbb\x8a\xdd\x3d\x04\x14\x0b\x66\xf7\x10\xd0\xb5\x80\x48\xdd\x9f\x06\x2c\x24\x54\xed\x4b\x46\x1d\xaf\x83\xef\x41\x17\xb7\x53\x76\x0f\x01\x5d\x2b\x06\x77\x52\x1a\x88\x90\xfd\xb3\x0e\xb6\x3e\xf3\x01\xa6\x81\x08\x83\x98\xc9\x1c\x5c\x3c\xe4\xe0\xf2\x6c\xe0\x3a\xca\x01\xa6\x23\x87\x87\xda\x2a\x65\x8f\x32\x7f\x8f\xfd\x6b\xec\xfe\x9e\x07\xdd\x62\x52\x18\x88\x90\x43\x2b\x06\xff\x4f\x1a\x74\x90\x06\x1d\x0c\xdc\x44\x39\x60\x3b\x48\x83\x0e\x06\x88\xb1\x34\xe8\x20\x0d\x3a\x18\x04\x40\xe6\xd0\x8a\x19\x2a\x31\x64\xfb\x69\x1a\xdc\x1c\x38\x82\x06\xe4\x5e\x39\x86\xdf\xc1\x25\xc3\xc0\xe9\x93\x83\x10\xef\x34\xe8\x60\x40\xf8\x95\x43\xcb\x86\xd8\x83\x25\x2b\x64\xa9\x8c\x7e\x06\x45\x96\x23\x6c\xb3\x96\x0d\x28\xb2\x84\x4f\x7d\x15\xf4\x01\x4e\x9f\x1c\x6a\xe9\xc0\x65\x3a\x08\x9e\x4c\x03\x11\x12\xc6\xf5\x36\x26\xd6\xa7\x81\x08\x69\x20\xc2\x00\x5a\x96\xd2\xaf\xa7\xf4\xeb\x03\x68\x59\xc2\xa7\xbe\x0a\x74\x88\x48\xc9\x84\x4f\x7d\x15\xbe\xcb\xc6\x34\x2e\xbf\x63\xad\xb9\xa9\x6f\x63\x68\xc7\x8f\xcb\xee\x73\x78\x35\x3b\x8c\x4d\x18\x04\x4f\xa6\xb4\xea\x39\x6e\x3f\xcd\x21\x57\x25\x87\x6b\x2d\x81\x92\x39\x6e\xbb\x4f\x95\x24\x81\x7b\x0e\xcf\xa5\xc3\xb5\x76\x32\xb3\x08\x4a\xf8\xcb\xf1\xfa\x9c\xaa\xf1\xfa\x1c\x88\xe7\x01\x57\x58\x1a\x74\x90\x10\xa6\xb7\x00\x6d\x96\x43\x53\x84\xd8\x83\x25\xa3\x0e\x4d\x11\x62\x0f\x96\xcc\x77\x55\x3f\xd4\x59\x5a\xc9\x0c\x2e\x05\xd2\xa0\x83\xd8\x50\x97\xd0\xd8\x26\x09\xeb\x92\xad\x7e\x09\xd7\xdf\xc0\x6f\x13\x90\xf0\x67\xb8\xfe\x06\xf7\x63\x01\x09\x7f\xc6\xee\xbb\xbb\xef\xa2\x1a\xe1\xfa\x4b\x9c\x41\x0b\x82\x27\x33\xf4\xc7\x10\x67\xb0\x64\x3b\xb2\xa9\xec\x54\xb6\xfa\xd9\x00\x83\x0c\xbc\xa3\xa1\xbf\x28\x54\xf1\x58\x2a\x3e\x03\x6d\x21\x00\x61\x15\x7e\x2e\x5b\x64\x68\x76\x48\xc0\x1e\x1b\x33\x3f\x74\xbd\x48\xb6\x1e\xba\x8b\xc2\xa5\x3b\xd0\xf0\x80\x83\x2c\x25\x5b\x4f\xc8\xd6\x27\x24\x9a\x19\x5a\x1d\x91\xb6\x98\x05\x22\xf4\xb2\x44\xda\x62\x16\x08\x43\x09\xd2\x50\x82\xd8\xf0\x3a\x44\xf9\x5c\xf9\x1c\x5a\x15\x2a\x2e\xd1\x03\x4b\xc6\xd7\x6a\x89\x18\x4a\x10\x64\x97\xcf\x98\xf6\x80\xe9\xd6\xf5\x34\x85\x96\x88\xa4\xec\x01\x78\x2d\x43\xa5\x27\x7a\x60\xc9\xf8\x5c\x3c\x9d\x69\x88\x40\x00\x5e\x4b\x43\x04\x12\xa2\xf5\x16\x7a\x8b\x0c\x11\xc8\x40\xeb\x83\x10\xcb\x0c\x17\xe2\xe0\x2a\x2c\x9a\xda\x72\xdb\x55\x68\x7d\x34\x76\x5c\x59\xd7\x53\xd6\xf5\xd0\x83\x14\xce\x84\x60\x26\x04\x89\x31\x13\xca\xf4\x55\xd0\x07\x8d\x85\x3d\x9c\x09\xc1\x4c\x08\x3d\x48\xe1\x11\x13\xb8\xff\x92\xf1\xbd\x6a\x78\x7c\xb6\x8f\xa3\x94\x38\xff\x14\xe7\x1f\x40\xd6\x12\x80\xff\x2a\x0e\x65\x03\xd9\x50\x16\xca\x12\x59\x2a\xab\xff\xfa\x5f\x91\x18\x4a\x42\xff\x13\x64\x7f\x0b\x28\xf7\x33\x75\xc6\x48\x92\x1e\x50\x90\x65\x6a\x60\x08\xf3\x0f\x9d\x4a\xe6\x6a\xcd\xdc\xfd\x5c\x8e\x5c\xc9\xad\x57\x42\x82\xbe\x64\x34\x45\x03\x43\x48\x7f\xb4\xda\xff\xbd\xd1\x8b\xf8\x4f\xc9\xd1\x83\xd4\x92\x29\x39\x7a\x66\xb7\x59\xac\x1f\xe9\x72\x9e\xeb\x50\x1a\xdc\x7f\xa5\x7c\xe9\x29\x37\x7a\x10\x7f\x99\xc9\x65\x57\x26\x97\x5d\x01\x4e\x2d\x53\x97\x4e\xc2\x7b\x13\x64\x9b\xcc\x04\xac\x9a\x89\x9b\x31\xa0\xd2\xcf\x74\x4e\x00\xec\x5f\x32\x7a\xc3\xd5\x3c\x39\x7f\xc6\xce\x00\xa6\xa6\xb8\x28\xff\x00\x93\x96\xa9\x9b\x31\x71\xeb\x07\x99\x25\x33\x55\xf6\x54\xd9\xc1\x9f\x65\x7a\xd8\x4c\x50\xa8\x01\xfe\x2c\x73\xda\x96\x69\x9b\x99\xc7\x22\xff\x33\x97\xa5\x1d\x69\x87\x6b\x61\x27\xf7\x5f\xb1\x73\xe2\xc9\xd3\x41\xc5\xe8\x08\x92\x4d\xa6\x01\x02\x69\x80\x40\x40\x50\x96\xe9\xaa\x9f\x97\x9f\x8b\xa5\x96\xea\x7a\xc2\x56\x10\x3b\x73\x3b\x6f\x7b\x5e\xbd\xd6\x83\x95\xae\xf0\x30\xa9\x2f\x19\x9f\xfb\xf8\x1c\x46\x47\xec\x8e\x9a\x2e\x96\x64\x85\x0f\xe0\x6c\x29\x5d\x7a\xe6\x67\x5b\xd8\xe8\xf3\x73\xc4\x09\x2b\x0b\xa2\x29\x33\x3f\xbb\x00\xcf\x63\x1c\x58\xbf\x52\xa3\x27\x6c\xe8\x4b\x96\xc8\x4e\x65\x74\x33\x89\x25\x53\x6a\xf4\x94\x1a\x3d\x88\xb0\x4c\x69\xd0\x93\x78\x82\x08\x9c\x64\xe5\x62\x5e\x6b\x31\x0f\x6d\xee\xd2\x34\x21\x9a\xa0\x85\xfe\xab\x52\xd5\x89\x26\x58\xb2\x42\x66\x0d\xae\xf9\xfa\xaf\xca\x35\x5f\x12\xf4\x20\xe6\x32\x8b\x4b\xdf\x34\xb6\x40\x4c\x6b\x96\x6b\x3e\xb1\x05\x41\xf4\x47\x96\x56\x4d\x75\xab\xe5\xd8\x5b\xaa\x7c\xb9\xbe\xeb\xc7\x2a\x8f\x90\x85\x19\x1e\xfa\xa7\x0c\x4b\xc8\x1a\xb9\x7e\x0e\x15\x2d\x4f\x95\x35\xec\xbb\xa1\xcc\x16\x87\xad\x63\xba\x94\xde\xf6\xe2\xa4\x19\x40\xe3\xb2\x74\xcd\xc0\x98\xbe\x64\x3c\xa7\x99\x5d\x69\x53\x58\xb7\xe1\x4d\xff\x4b\x18\xd3\x97\x8c\x5e\x29\x7b\x4a\x95\x27\xba\x32\x4b\x95\x2f\x55\x1e\x3a\xfb\x34\xa4\x21\x0d\x69\x88\xc3\xc1\x98\xfe\x1e\xa7\xca\x00\xb9\x96\xd2\xa7\xa7\xa1\x0a\x01\x4a\x2d\x4b\xfd\x2e\xf5\x1b\x94\x5a\x96\x6b\x79\xb9\x96\x83\x52\x4b\xe9\xd3\x53\xfa\xf4\xd0\xb5\x25\x7d\x7a\x4a\x9f\x1e\x9d\x1d\xbd\x6e\xbb\x8f\x1b\xaa\x20\xab\x65\xd6\xad\x62\xdc\xd6\xa1\x16\x3c\x0e\x11\xc0\xeb\x80\x3d\x2d\xa5\x59\xcf\x7a\x7c\x57\x2d\xe0\x1e\x38\x0d\x69\x88\x8e\x01\x68\x48\x43\x1a\xd2\x10\xba\xc0\xea\x55\x0b\x70\xb0\x04\x91\x99\x49\x7c\xc3\x2a\x5e\x65\xd4\xe1\x7c\x81\x95\x7d\xc9\xe8\x53\xf7\x06\xa2\x1d\x5a\xe8\x02\x2b\x0d\xf7\xe2\xd6\x2a\xf4\x77\x49\xc7\x9e\xd2\xb1\x87\xfe\x2e\xe9\xd8\xd3\x70\x88\x00\xf5\x96\x86\x43\xa4\xe1\x10\x41\x08\x67\x1a\x0e\x91\x13\xef\x4c\x00\x7b\xcb\xa9\x77\x66\x36\xbf\x8d\xb5\x60\x6a\xf4\x4b\xbd\x1e\xfa\xc0\x26\xa8\xed\x9c\x5a\x49\x9d\xbd\xda\xb0\x89\x34\x46\x22\xc8\x7b\x93\x53\x8f\xfe\xdc\x6d\x33\xba\x31\x75\x5d\xce\xc3\x71\x43\x37\xa4\x68\x4f\x63\x24\x02\x38\x5b\x1a\x23\x91\x93\x98\xb2\xd0\xe1\x35\x3d\xb9\x4e\x2d\x27\x42\x33\x73\x6a\x26\x19\xfb\x10\x64\xc4\xcc\x39\x6c\xf3\xf0\xb9\x9d\x7a\x9d\x33\xc6\x3e\xc4\x60\xcc\x8d\x7d\x48\x62\x1f\x42\x93\x48\x0a\xf6\x94\x82\x3d\x74\x6e\x19\xe6\x90\x93\x03\x6e\x00\x53\xcb\xe9\x34\x9a\x4e\xa3\x81\x61\x67\x9e\xf1\x34\x7c\x21\x88\xb8\x4c\x73\x8a\xe7\x74\xe7\xd0\x91\x35\xdd\x39\x66\xd9\x14\x86\x5c\x5a\xf6\x34\xa6\x21\x60\x60\xcb\xa9\xeb\x92\x90\x85\x25\xa3\x4b\x35\x89\xe6\xe9\xa7\xb1\x84\x4f\x8f\xa6\x30\xac\xb7\xd0\xf1\x34\xcf\xdf\x73\x8f\x32\xba\x54\x47\x8c\x3c\xea\x41\x02\xcb\x9c\x3a\xea\xe5\x4c\x8f\xe1\x10\xdd\x0e\x9b\x53\x86\xa4\x96\x39\xdd\x12\x26\x97\xba\x31\xe6\xbf\x43\xed\x72\xea\x9e\x9c\xdc\xf9\x46\x38\x82\xce\xa8\xc9\x9d\x56\x80\x17\xcb\xa9\x15\x65\x28\x43\xe8\xe7\x9a\xde\x69\x49\xbd\x1e\x44\x5a\x26\xf1\x0a\xab\xf0\x5d\x2c\xb0\xe9\x2e\x32\x01\x59\x07\xd8\xb0\x9c\xce\x80\xe9\x0c\xd0\x2f\x75\xea\x9f\x84\x6d\xbd\x05\xf9\x2d\xf3\xd4\x62\x82\x6e\x7d\xc9\x0e\x64\x68\xf1\x09\x78\x28\xf4\x55\x9d\x90\x43\xa4\xa1\x0c\xa1\x5f\xea\xd4\x67\x09\xdd\xfa\x92\x0d\x64\x97\xb2\x47\xd9\x1a\x6a\x79\xd6\x53\x9e\xf5\x00\x07\x96\xc6\x37\xe4\xb9\xfb\x1c\x43\x7d\xea\xb3\x94\x67\x3d\xf4\x55\x11\xb9\xb0\x0a\xeb\xe5\x78\x77\xba\x91\xc8\xa9\x1e\x30\x9b\xa5\x9c\xea\x79\xba\x91\xe8\xab\x3a\xbd\xfb\x3a\x87\xbf\xc7\x19\xed\xd4\x78\x82\x5a\x7d\xc9\x3a\x32\xbf\x23\x7e\xcf\x2d\x55\x34\x08\x21\xa1\x51\x6f\x01\x48\x2b\x4f\x8f\xbd\x27\xfe\x9c\x20\x7c\x31\x4f\x1d\x36\xf2\xa7\x07\xe1\x8b\x29\x7f\x7a\xc2\x9f\x9e\x9b\x4d\x76\x56\x48\x9f\x1e\xc9\x06\x7e\x7a\x78\x38\xd5\xf6\x64\x51\x3e\x01\x59\xe7\xe9\x46\x02\x46\x2b\xa5\x54\xcf\x93\x08\xc9\xd0\xa5\x75\x6a\x3b\x19\x5b\x10\xc9\x6c\x3c\xbd\xe6\x3a\x35\x94\xd2\xa1\xf4\x50\x60\xcc\x40\x40\x53\x9f\xc6\x0c\xe4\x09\xd4\x21\xd2\xa1\xd4\x29\x4f\xe8\xc0\x92\xf1\x69\x1e\x14\x4e\x0f\x0a\x5a\xd3\xa7\xc6\x13\xcc\xea\x2d\x88\x9a\xcc\xd3\x8d\xe4\x7c\xfc\x3d\x16\xdb\xf3\xf1\xf7\xdc\x34\xf4\x63\x9d\xba\x22\x4f\x0f\x05\xc9\x15\xed\xa9\x2b\xf2\x54\xc5\x61\x1d\x4b\xe9\xd3\xf3\x7c\x6d\x8b\x43\xf9\xda\x96\xd7\xbe\xe2\x08\x7e\xba\x69\x9c\x1a\x54\xb0\x8e\x25\xc1\x07\xab\xb0\x5e\x87\xd2\x0d\xe2\x74\x83\x48\x66\xb7\xf1\x06\x79\x6d\xd6\xcb\x02\x7c\x69\x78\x5d\x6b\x96\x24\xbc\x1c\x79\x89\x74\x30\xdc\x20\xc0\x72\xe5\x25\xd2\xe1\x72\x76\x14\x33\xf5\x12\xe9\x70\xb9\x3f\x10\x49\x99\x97\x86\x97\xe1\x06\x41\x02\xcb\xbc\x9c\x09\x97\xfb\x83\x8e\xb1\x4b\xad\xbf\xd4\x7a\xb8\x44\xf2\x52\xeb\x2f\x4f\xd1\x3a\xcb\x0c\x2d\x48\xa2\x09\x96\x8c\xe7\x44\x2b\x5c\x9e\x18\xc0\x6d\xe5\xa5\x0d\x74\xe1\x6d\x0f\x70\x5b\x79\xa9\xcd\x17\x88\x83\x80\x09\x3f\x0d\x19\x48\xc8\xd6\x5b\x80\xdb\xca\xcb\xdb\xdd\x2b\x6d\x0b\xf6\x93\x21\x03\x79\xa5\xf5\x62\x43\x43\xb9\xbe\x0a\xdf\x65\xdf\x34\x64\x20\xaf\xf2\x39\x6c\xaa\xcb\x45\xfe\xf2\x7c\x0c\x1e\x2b\x8d\x23\xc8\xab\x6c\x1f\xc3\x7b\xe9\x93\x24\x8e\x60\xc9\xa8\x63\xda\x3e\x55\x1c\x3c\x56\x5e\x22\x0e\x8c\x10\x08\x98\xc6\xf2\xf2\x7c\x70\xb9\x19\x14\xb7\xc5\x97\x4e\x21\x48\xde\x93\x28\x91\xbc\x34\xa9\x2e\x8f\xc7\xfa\xe3\x60\x75\x5f\x85\xd5\x72\x92\xba\x34\xb3\x2e\xcd\x2c\xa0\x5c\x49\xb4\xc0\x2a\x68\xf2\xf4\xf7\x34\xb3\x2e\x67\x02\x24\x65\x29\xb9\x7b\x5e\xee\x0f\xfa\xe3\x24\x77\xcf\xcb\x99\x40\xf2\xcb\xbc\x34\x9f\x24\x7c\x0f\x00\x57\x79\x3d\xb6\xef\xf5\x5d\x16\x71\x83\x06\xf2\x7a\xad\x83\x45\xfc\x7a\x6d\xdf\x32\xb3\xf2\xf0\xe7\x9c\x30\xd7\x6b\x15\x58\x68\x97\x13\xe6\xf2\xb4\x3d\xb1\xd3\x2f\x2f\x74\x09\x31\x58\x32\xaa\xf0\x54\x72\x69\x65\x4d\xd6\xfa\x4b\x2b\xeb\xf2\x04\x3e\xb1\xe4\x6e\x42\x99\xf3\xf6\xb4\xad\x2b\xef\x06\x83\x9d\xb7\x7b\x07\x3c\x68\x79\x83\xb6\xcb\x9b\xc0\x9b\x80\xf4\x2c\x6f\x4f\x25\xb7\x33\x01\xac\x56\xde\xae\xff\xb7\xc7\x6d\xfd\x71\xf2\xd1\xe7\xad\xa5\xa4\x3f\xee\x06\x6f\x9d\x06\x21\x84\xfe\x38\x83\x10\xd2\x20\x84\x98\x9c\xb8\x6e\xcf\xd3\xb7\xeb\x3f\x91\x9e\x79\xeb\x28\xba\x71\x0a\x25\x38\xaa\x84\x19\x7e\x15\x2f\x32\x2c\xe6\xdb\xbb\x28\x83\x0b\x52\x1f\x98\xc1\x05\x49\x3c\x41\xcb\x6d\xdf\xfe\xbd\xd5\xdf\x4e\x9e\x1b\xaf\x68\x0a\x9f\xba\xd3\x9f\xc1\x91\x94\xd0\xf3\xe7\xed\x3d\xee\x5d\xfe\x34\xc3\x60\x50\x41\xde\xac\xfb\x29\x2c\xea\x76\xdd\xbf\x59\xf7\x73\xb3\x7b\x5d\xf7\xef\xe9\x27\x61\xec\xde\x5e\x4b\xdd\xa7\xf5\x32\x41\x6f\x27\xc0\x8d\x35\x94\x1b\x1e\x8e\x5b\x6b\xe8\xc6\x1a\xfa\xed\x4b\x06\x1a\xa4\x81\x06\x49\xa4\x65\x1a\x49\x90\xf7\x65\xfb\x98\xb4\xb7\xae\xd2\xfb\xb2\x5e\x87\xc1\xab\xaa\xfb\x7a\x96\x26\x62\x5c\xdd\x9e\x47\x88\x3b\x58\x8f\x21\x73\xa2\xdc\xb7\x9f\xc1\xd2\x2d\xf7\x7c\x12\x77\x90\x07\x1b\xf3\xad\x6d\x75\x3f\xbf\xc7\xa8\xc1\x1d\xe3\x7e\xac\x95\x55\xfa\x76\xc7\x20\xc4\x60\xc9\x78\xce\x63\x06\x6c\xf3\x2d\x61\xda\xcf\xfb\xb3\x0a\x2e\xaa\x92\x78\xcc\x7c\x34\x76\x88\x1d\x98\x3b\x9d\xfc\x78\x8a\x26\x74\x60\x3d\xb6\x3a\xe0\xd1\x27\xfa\x70\x02\x48\xc2\x36\xf3\xd1\xc5\x4f\x98\xc0\x92\xad\x41\x7b\x74\x19\x3d\xe0\xd6\x52\xfc\x93\x31\x03\x09\x13\x7c\x4b\x08\xc7\xd2\x98\x81\x7c\x76\x9b\xc7\x80\x3f\xae\xf0\xc6\x07\x64\x63\xde\x3d\xba\x91\x9e\xc3\xe7\x58\xb9\x1f\xed\x1a\x58\xdf\x97\x8c\xf6\x0d\xdb\xc7\xc9\x37\x1b\x73\xec\xd1\xd9\xf3\x60\xc3\x64\x63\x20\x1f\x57\x7d\x63\x06\x52\xf7\xd5\xa3\x19\x6f\x7c\x40\xea\xbe\x7a\x54\x5c\xc2\x04\x5a\x36\x46\xe8\x11\xd3\x43\x98\xc0\x92\xf1\x1d\x3a\x85\xa4\x80\x4f\x02\x2e\xf3\xd1\x9d\x0f\x13\x7c\x4b\x68\xf0\xd3\x58\x80\x7c\xca\xef\x60\x88\x1e\xcd\xf8\x87\x68\x98\xdc\x99\x8b\x8f\x27\xe4\x47\x65\xd6\x69\xf5\xe8\x00\x7a\x54\x66\x31\x51\x8f\x37\x51\x0f\x2b\x7c\x7a\xed\xf4\x9c\xf6\x0b\x6e\xff\x84\x20\x2c\x1f\x97\x6e\x81\xff\x09\x5d\x7e\x3e\x1a\x2c\x82\xfc\x53\xa7\xd5\x23\xb4\x00\xc6\xf8\x96\x10\x84\xa5\xc0\xff\x7c\xb8\x8a\xca\xfd\xf0\x5d\xc7\x8d\xe5\x3c\x77\xc7\xcd\x6b\xa7\xe7\xf1\x5d\xd6\x46\x81\xff\x29\xf0\x3f\x75\x64\x3d\x9e\x86\x9f\xd7\x36\x63\x3c\x3d\xde\xb1\x3e\xaf\xdf\xcb\x8e\xfb\x78\x1a\x7e\x54\x5d\x58\xc3\xf2\xd1\x88\x81\x45\x7e\xc9\x78\x57\x75\x36\x18\x20\xc5\x67\x19\x0c\x90\xef\xe6\xf7\x72\x0c\x7a\xb5\x58\x5e\xf5\x79\xe7\xb2\xd0\x60\x80\x7c\x9b\x7d\xc5\x8e\xfb\xea\x03\x7a\x77\xc7\xa3\x94\x75\x65\x7e\x1b\x3b\xa9\x34\xf3\x29\xcd\x7c\x92\x74\x31\xa5\x99\x4f\x69\xe6\x53\xef\x96\x80\xfe\x7c\x89\x6d\x49\x3d\x59\xaf\x27\xd5\x17\x8b\x25\x09\xcc\xcc\x57\x87\xcf\x0b\xc8\x26\x0f\xb6\xcd\x57\xe7\x0e\x20\xfe\x96\x07\x73\xf0\xf5\x54\x2a\x7a\x3f\xf5\x51\xbd\xea\xf8\x1b\xbe\xcb\x02\xfb\xaa\xe3\xaf\xeb\x34\x14\xff\xf9\x6a\x93\xbf\x90\xb8\x25\x49\x17\xf3\x55\x9f\xdf\xf4\x39\xe6\xdb\xab\x3e\xbf\x78\x7c\x52\xe7\xd3\xab\x97\x1f\xba\xf9\x25\xa3\xcd\x65\x1d\x24\x01\x49\x41\x54\xaf\xfa\xfc\xaa\xcf\xf0\x82\xa5\x88\xfe\x7c\xc1\x11\xe4\xe1\x18\xe9\xf1\x79\xf1\xf8\xa4\xde\x27\xd1\xfb\x09\x7a\x3f\x9a\x5d\xa5\xad\xfd\x72\x3b\x9a\x3a\xa4\x5e\x55\xf7\x5d\xeb\xe7\xcf\x4f\x2f\xcb\x7c\xbe\x4b\x31\x7f\x6e\xfa\xd7\x43\xe2\xbb\x96\xc5\x9f\x47\xfe\xf5\xde\xfe\x5d\xdb\xfd\xcf\x21\xff\x7a\x6c\x84\x3a\xfe\xe7\x8f\x17\x67\x9f\x90\xc5\x87\x8b\xd7\xe7\x26\x0f\xda\x3e\x1a\xf3\x42\x94\x7d\x82\xb2\x0f\xb8\x12\xf3\xf3\x1a\x1f\xf6\xf8\x68\xf4\xee\xe7\x8a\x09\xc6\x3e\x1a\xa7\x0c\x19\xe0\xf3\xdb\x73\x89\x58\x6b\x3f\x7d\x8c\xdf\x3a\xf3\x05\x9c\x88\xf9\xa9\x4a\x1f\x4c\x25\xae\x64\xdf\xe1\xcf\x77\x47\x80\x3d\xe4\x73\x77\x07\x4b\x9f\x30\x90\xa4\x50\xfa\x94\xfd\x3d\x45\x89\x09\x82\x4f\x41\xf0\xa9\xcb\xed\x53\x91\x3e\x37\x7c\x5d\x6e\x9f\x4a\x03\xc6\xbd\x65\xdf\x8e\x7f\x6f\xee\x9f\xf7\xfb\x9f\xeb\xa6\x1e\x39\xf1\xf0\x29\x1e\x3e\x3b\x6b\xd5\xa7\x4e\x01\x8b\x5f\x32\x9a\xa5\x4e\x7d\xae\x9b\x7a\xdf\x3e\x5d\x22\x1f\xd6\x72\x0a\x40\x13\x0f\x9f\xf0\xc6\x2f\x19\xdd\x28\xc6\xf1\xc3\xfd\x91\xdd\x01\xd0\xfd\xf1\x71\x0d\x9a\xdd\xee\x3e\xfd\xbd\xd3\x77\x71\xbb\x88\x7d\xcf\x8f\x88\x90\xec\x8e\x81\x1b\x3e\xd8\xf7\x9f\x9e\x7d\xde\x96\x7e\x2e\x9b\x3a\xda\x84\xb9\xa7\xbc\xf2\xd9\x1d\x18\x37\xf2\xcf\x8d\x5c\x07\xda\xa7\x63\xf1\x73\xd9\xd4\x81\xf6\x89\x57\xfc\xb8\x1a\x4d\x52\x1c\xa4\x30\xf7\x14\xe6\x9e\xc4\x8d\xa6\x30\xf7\x84\x4a\x7e\xc9\x68\x9e\x16\xef\xf7\x5a\x07\xdb\xce\xa7\x79\x0b\x6d\xfc\x92\x0d\x64\xb6\xef\xb5\x9b\x59\xbe\x3e\x4d\xd9\xcf\x65\x93\xb8\xd1\xfc\xbc\x1a\xfd\x5c\x36\xe1\x3b\x2b\x21\xed\xb5\x61\xb6\xe6\x58\xf3\xaf\xc0\xb2\xaf\xe2\x53\x96\x4b\x86\x83\xaf\x36\xd2\xc8\x25\x28\xb2\xda\x30\x03\x4a\xd2\xf7\x1c\x8d\x77\x31\x03\x4a\xd2\xf7\x24\x5b\x73\x6d\x04\x8e\xd4\xb6\xb4\x5f\x0b\xa2\x80\xb2\xff\xd5\xe6\xaa\x39\x94\x61\xc9\x96\x9c\xef\x39\x96\x55\x51\x1b\x70\xc5\xda\xd4\x7f\x1c\x6d\x25\xe7\x7b\x01\x58\x6f\x39\x0e\xde\xed\x7e\x06\x1c\x28\x09\x2d\x5a\xc9\x03\x5f\x9b\xab\x2b\x68\xb3\x92\xdf\xbd\x36\x57\x52\x90\x65\x25\x2a\xbd\x36\x57\x4d\x1c\x72\xb5\x85\xcf\x91\x08\x26\x41\x87\xd5\x96\x76\x01\xd7\x40\x49\x20\x67\x89\x36\x2f\x89\xdb\x13\x24\x58\x01\x29\xff\xab\xcd\xd5\x70\xac\x21\xaf\x6d\xda\xe6\x69\x9b\x93\xe7\x30\x4b\x6b\x3b\xad\x77\x0d\x6f\x6d\x97\x5d\x05\x32\x2a\x41\x82\xd5\x06\x32\xaa\xe0\x60\x6f\x39\x26\xbf\x77\xfb\xbd\xb7\xc3\x31\xf9\x8e\xdb\xef\x78\xac\xc3\xe1\x7d\x94\x71\x90\xca\x70\x28\x51\xab\x12\x1d\x9e\x44\x5e\xd6\xf6\xfa\x7b\x4b\x93\x02\xec\x5f\x09\xfa\x2e\x41\xdf\x09\x65\x59\x09\xfa\xae\x46\xca\xa1\x04\x1c\x56\x0d\x4f\x41\x35\x5c\xc9\x09\x65\x59\x35\xb5\x4a\x70\x78\x02\x18\x2b\xc1\xe1\x25\xf7\x7a\xe2\x98\xab\x46\xce\x97\x6a\x4b\xe1\x82\x30\xdd\x6a\x78\x0a\x0a\xb6\xf5\x96\xb0\x98\x55\xc3\x93\x5c\x8d\xfb\x98\x24\x66\xb3\xda\xee\xab\xda\x91\xf8\xdb\x0a\x7e\xf5\x55\x0c\x65\xfc\x1e\xf1\x0f\x25\xa5\x7a\xe2\xd2\xad\x76\xf8\x7b\x6a\x10\xd8\xb0\x82\x23\x7d\x15\x36\x39\x78\x97\x8b\xf4\x6a\x83\x5e\x19\x1d\x91\x5f\x31\xec\x15\x06\xb7\x11\x8f\x5d\x2d\xec\x81\xa4\x29\xa9\x2c\xed\x64\x06\xb7\xb1\x44\x96\xd0\xf0\xc4\xdd\x56\x60\xc2\x57\xf1\x50\x05\x1d\x5a\x7e\x45\xfd\x1e\xa3\x25\x65\xb5\x5a\x91\x5c\x66\x55\x9b\x56\x31\x7d\x8e\xf1\x96\x14\xbd\x1a\xd1\x41\x99\x1b\x5f\x86\x2b\xac\x1a\x78\xa6\x24\xff\x43\x35\xac\xc8\x6a\x5a\x91\x84\x4e\x16\xf0\xef\xbf\x6a\x97\xcf\x31\x9d\xdb\xe5\x73\xea\x5e\x3a\xb8\xb7\xb2\xdb\x77\x77\x7e\x4f\x7d\x6c\x38\x88\x33\x1d\xb5\x47\x65\x71\x99\xcb\x83\x36\x3f\xd6\xe1\x32\x87\xbb\xad\x84\x60\x97\xac\xe7\x49\x56\xc8\x92\xf5\xbc\x9a\x07\x1b\xc2\x1f\xab\xbd\x7e\xdb\xe7\x73\x0e\xc7\x67\x5f\xad\xd5\xae\x3b\x9d\x45\x65\x57\xfb\x6c\x32\x5d\x2a\x11\x7a\xed\xdb\xbe\x16\x7a\x5a\x02\xf2\x7a\x15\xcf\x7f\xfd\xaf\xe3\x58\xfb\x6f\x89\xbf\x2e\xf1\xd7\x89\x9f\xae\x76\x5c\xbd\x25\xfe\x3a\x73\x1d\xcd\x6b\xdf\xfd\xb5\xb5\xd4\x25\x57\x77\xb5\x63\x2d\x96\x90\xec\xc4\x25\x57\xc2\xaf\x0b\xf8\xb5\x86\x52\xc1\x9c\xbe\x8a\xc7\xc7\x94\xa1\x8c\x3b\x00\xd3\x4c\xa6\xf7\xde\xad\xb5\xfb\xf9\x73\x20\xf3\xdd\x6e\xd7\x31\xdc\xd0\xa9\xaf\x82\x6a\xc9\x0d\x50\xbb\x1a\xba\xbb\xc7\xe3\x6a\xab\x3d\x7c\xce\x43\x7d\xb5\x7f\x03\xed\x6b\xe7\x6c\x54\x60\xb9\x5b\x12\x55\x59\x7b\xd8\x04\xf7\x7d\x3c\x71\xb5\xab\xd4\xbb\xfb\x3e\xb0\xb5\x12\xb0\x5d\x02\xb6\xb3\xd6\x39\xa3\xf6\xb2\x09\xda\x92\x78\xec\x4a\x74\x76\xed\x6a\x3a\xd1\x97\x25\x12\xbb\xf6\xe9\xef\xb1\x26\xec\xc4\x31\xd4\xee\xd9\xa8\x3a\xcf\xb1\xc7\xd7\xee\x1e\x4f\xf4\x65\xed\xae\x9e\xbb\xab\x67\x0d\xda\x7c\xd9\xbd\x9e\xc2\x0b\xad\xd9\x6f\xdf\xf5\x1c\x04\xc1\x5a\x09\xb1\xae\xfd\xfe\xbd\x4b\xbd\xb7\xdf\xb1\x2c\x4c\x43\x89\x6a\x7f\xec\x96\xc7\x6e\x61\x13\xd8\x01\x73\x14\x00\xea\x25\xe3\x73\x5f\xbb\xca\xa3\x4c\xb1\x4e\xec\x9f\xd5\x7e\x56\x9b\x34\x45\x6d\x15\x61\x9d\xa0\xea\x6a\xff\x7c\xd7\x95\xb7\x50\x26\xf9\xd5\x0b\x04\xf5\x92\x2d\x8d\x90\x4b\xbd\x8e\xe6\xef\xd5\x44\xd6\x95\x8d\xd5\xe4\x23\x11\x95\x22\x26\x44\xcd\x1d\x19\xab\xe7\xe1\xe9\xa6\x58\x4f\x0e\xa2\xcc\xea\xf0\x74\x03\xf8\xae\x80\x42\xaf\x82\xa6\x00\xb4\x2b\xf8\xd2\x57\xb1\x2b\xe3\x39\xf7\xe4\xc3\x15\x15\xa0\x5d\x1d\xdd\x26\xab\xb0\xd0\xb5\xd5\x01\xf8\xae\x0e\x4f\x37\x38\xf6\xea\x50\x61\x8f\x41\x2f\xb3\x24\x1c\x61\xb5\x6b\xfb\x35\x7e\xa9\x60\x50\x5f\x05\x2d\xc6\x87\x57\xb0\xa5\xaf\xc2\x16\x33\x13\x0f\x1c\x4a\x75\x68\x4b\xe2\xaf\xab\x83\xc8\xe4\x3a\x74\x32\x11\x5b\x59\x87\x2b\xaa\x18\xe9\x04\x7a\x57\x62\xa4\xeb\x20\x32\x20\xf1\xe1\xd5\xe1\xce\x2d\x46\x3a\x89\xc1\x2c\xc9\xd5\x4b\x8c\x74\x92\xb8\xa0\xc4\x3e\xd7\x71\xda\xbe\xa0\x57\xc0\x3e\xd7\x71\xda\x7b\x2c\x28\xc7\xe5\x73\x6b\x61\x1d\x70\x37\xd5\x71\xd9\xe4\xcb\xc7\x94\xa9\xa2\x87\xf6\x25\xae\xbe\x82\x7c\x7d\x15\x76\x9e\x7a\x71\xdb\x53\xb7\x9d\x5c\x34\xd9\x85\x17\x2a\xf6\x25\xa3\x93\xd5\xdb\x43\xef\x11\xd0\xbb\x3a\x34\x04\x84\x3e\x27\xe4\x6f\x75\xc0\x56\x51\x72\xb0\x27\x79\x0b\x4a\x0e\xf6\x02\x01\xdd\x0a\xd7\x61\x09\x7d\xae\x83\xab\xb7\x22\xdc\xb2\x8e\xcf\xf6\xad\x95\x77\x00\xa7\xa9\xe3\x53\x07\xb8\x6e\xa8\xed\x27\xf3\x73\x51\xef\x22\x02\xb3\x80\x46\xaf\x62\x2a\x5b\xd5\x76\xd5\xbb\x37\xab\x60\xef\x01\x1a\xbd\x8a\x4b\x59\x22\xe3\xf7\x00\x45\xb7\x02\x79\x57\xdd\xf5\x18\x5a\x76\x19\x9e\xaa\xab\xde\x7d\xf7\x55\xcc\xc1\xae\x11\xd1\x31\x43\x8b\x44\xa0\x05\x82\x7a\x15\x1d\x19\xfa\xd8\x01\xf2\x15\x78\xea\x25\xe3\x5d\xcd\x55\xc1\xd5\x45\xa0\x66\x81\xaa\xfe\xab\xce\x34\x28\x90\x77\xd5\x35\x4d\x3b\x81\x68\x85\x47\xb2\xba\x53\x43\xf6\xf6\x22\x50\xb3\x3a\x48\x8f\xea\x5c\xc6\x15\x41\x99\xd5\x87\xed\x0b\x9f\x4b\xda\x12\xfe\x5e\xf8\x7b\xc9\xef\xb9\xe0\x4a\xb7\x5e\x04\x5b\x56\xd7\x8c\x10\x02\x5d\xf8\x0b\xab\x3b\x11\xfa\x9a\x08\x03\x9f\x50\x75\x75\xbe\x63\xad\x16\xc9\x3a\xab\x73\xce\xaa\xce\x1a\x5c\x20\xe5\x4a\x56\xf6\x12\x29\x5d\x50\xbf\x15\x14\xed\x7f\x05\x39\xfb\x92\xd1\x14\xd7\xe5\xce\x39\xab\x9a\xa3\x0b\x59\x45\x81\x84\x6e\x45\xbc\x64\x75\xd7\x6a\x08\xdb\x97\x8c\x77\x55\xfa\xce\xba\x5c\x1c\xb0\xab\xbb\x2e\xc3\xe2\xbe\x64\xbc\x7b\xdb\xcd\xa0\x35\x8a\xcc\x9c\xd5\x1f\x47\x1c\xeb\xb7\xf0\x17\x56\x7f\xfc\x5c\x7c\x51\xd5\x1c\x36\xad\x8d\xfe\xfa\xbd\xcc\x71\xa1\xd2\x25\x8f\x7b\x41\xd0\x56\xfd\xf3\xb9\x4f\x59\xac\xf5\x46\x58\x74\x09\x81\x2e\x27\xef\xd0\x84\x85\x7e\xbd\x15\xd8\xb5\x1a\x1a\x0d\xa3\xd9\x7f\x4c\xb6\xe1\x2a\x3c\x58\x85\x0b\xdf\x60\x0d\xee\x87\x0b\xc4\xf4\x92\xad\x49\x34\xd4\xdc\xc1\x5d\x40\x41\xbc\x56\x60\xa4\x57\x71\x2a\xa3\x2d\xe0\x91\x6a\x70\x17\x5c\x00\xda\x6a\xa8\x7e\xd0\xb4\xb7\x65\xba\xfc\x7b\x9b\x1f\x2e\xdc\x43\x8d\xdd\x59\xa4\xe1\x6d\x5f\x05\xcd\xda\xd9\xe6\x07\xd7\xc7\x35\x38\x4c\x15\x61\x97\x35\x08\x9f\xaf\x31\x7c\x8e\x89\x27\x7d\x7b\x89\xa4\x5e\xb6\xcf\x92\x85\xdd\x81\x87\xa1\x9c\x8d\xc3\x03\x16\xe0\xe9\x56\xb8\x0e\x6b\x84\xcd\x4f\xdf\x65\xe6\x0d\xcd\x8b\x91\x7e\x26\xb3\x6c\x68\x33\x8f\xb4\x5e\x66\xd9\x48\xeb\x05\x55\x51\xb8\x0e\x4b\xfa\xf6\x12\x35\x5d\xb8\x09\x6b\x68\x34\x8f\xe9\x73\x2c\xd3\x43\x75\x1f\xd3\xee\xe5\x10\x27\xcd\x7b\x49\xf3\x5e\x80\xe0\x6a\x9c\x0e\xff\xe9\xbb\x0e\xbf\x46\xf3\x38\x6d\x0b\x6b\xb2\xd4\xef\x25\xf5\x7b\xed\xac\xc9\xe0\xaa\xff\x4a\x9a\xf7\xc2\x9d\x58\x43\x75\x1f\xaa\x36\x9c\x6e\x05\xe7\xfb\x2a\xe8\x17\x5c\x87\x05\xae\x7a\x15\xbb\x32\x9e\xc3\x87\x50\x83\xf5\xbc\x0e\xa6\xde\x78\xec\x3f\x0e\x76\x05\x08\xae\x86\xeb\xf9\x60\x3d\x2f\x52\x0a\xd4\x70\x3d\x17\x5e\x5d\x07\x26\xdb\xf8\x54\xb1\xcf\xe7\x1c\x37\xed\x10\xa1\xd4\x85\xeb\xb0\xc2\x29\x10\x9b\xef\xb2\x62\x86\x8b\x77\xe0\x43\x28\x5c\x87\x15\x9a\xd7\xe1\xb4\x20\xfe\xb2\xc2\x05\x3d\xb8\x0e\xab\x83\x71\x0b\xae\xc3\x2a\x9c\x16\xc7\x18\xc8\x2e\x65\x8f\xb2\x42\xc6\xf8\x42\xf7\xde\x0a\x77\x62\x85\xbe\x86\xc0\x88\x29\xe2\x2f\x2b\x70\xab\x95\xdc\xef\x75\x04\xed\x73\xaa\x08\xc3\x2e\xe2\x2f\x2b\x34\x6c\xe2\xf0\xdb\x38\x8b\x85\xce\x86\xe8\xbe\xcb\x54\x8e\x61\x9b\x87\xdf\x8b\xd5\x1d\xb8\x68\x4b\x4e\xf7\x22\x55\x40\x89\xaf\x2e\xf1\xd5\x45\xea\xce\x82\xcc\x7d\x15\xa1\x8c\x77\xc3\xbe\xc2\xac\x2e\xdc\x64\x15\xe1\xb7\x71\xe5\x50\x80\xd4\x2a\x3c\x3f\x42\xed\xbe\x64\xbc\xeb\x8a\x0e\xce\xba\x15\x54\x6a\x15\xe5\xb7\xb9\x7c\x03\x3e\xab\x98\xb6\xcf\xa5\xba\x3b\x46\x1e\x0c\xe3\xf4\x39\x8e\xcb\x02\xa7\x4b\x0e\xf6\xb5\x19\x21\xb3\x5f\x5c\xbe\xa1\x4d\xab\xb8\x6c\x0b\x37\xc3\xd5\x1d\xa3\xcb\x71\xbb\x6c\x0b\x0e\x12\xc1\xd4\x05\xc5\x7a\x5b\x9b\xd6\x92\xc1\x2b\x54\xf2\xad\x17\x81\x95\x05\x62\x7a\x15\x8c\x2f\x3e\xb1\x8a\xc7\x3a\x1e\x9f\x73\x8c\x1e\xdb\xc7\x01\xb2\xf0\x93\x95\x60\xea\x12\x4c\x5d\x04\x5b\x56\xbc\xf6\xbd\x7a\x0f\xbf\x5a\xc1\xbe\xbe\x0a\xfb\xcf\xf1\x7d\xd5\x0d\x70\x13\x6b\x13\x5c\x32\x97\xf9\x58\xa6\xb9\x37\x3b\x25\x0e\xbb\xc4\x61\x17\x19\x43\x0b\x00\xf6\x2a\xac\x96\x95\x5a\x6e\xf5\x02\x7a\xdd\x0a\x3c\x5a\xa5\x4e\x8e\xc4\xc9\x51\x83\x95\x5a\xd0\x75\x41\xb1\xbe\x64\xab\x29\xa9\x3a\x43\xa7\xde\x4a\xd7\x59\x12\x10\x53\x49\xe4\x62\x11\x94\x59\x82\xae\x2b\x41\x06\xad\xcd\x03\x99\xef\x6a\xb4\x80\x5b\x2b\x39\xd8\x4b\x0e\xf6\xd2\x77\x96\xe0\xe5\x2a\xdd\x21\x06\xb6\x52\x92\xc1\xab\x12\x1f\x5b\xe9\x4f\x4b\x0f\xa5\xe0\xb6\x5b\x0d\x2c\xeb\x74\x2a\x88\xc8\x2e\xc0\x6c\x25\x07\x7b\xc9\xc1\x5e\x83\x25\x3b\xdd\x16\x40\x61\x2f\x19\xcf\xb9\x2d\x80\xb8\x6e\x45\x04\x66\x25\xb7\xca\x05\xd7\xfa\x92\xd1\x16\x0d\x19\x10\xd7\x4b\x46\x5b\xd2\xe7\xd2\xef\xe0\x28\x95\x5a\xf9\xa0\xb0\x5b\x91\x26\xb4\x12\x2c\x6a\xe5\x32\xf6\x93\xfc\xd0\x95\xee\x00\xa9\x0d\x34\xd0\x16\x11\xd9\x95\x1c\x30\x0b\x62\xb4\xca\xf2\xe7\xea\xf7\x73\x54\xeb\x2c\x4a\x67\x91\xae\xb8\xd4\xf0\x4f\x8d\xa0\x81\x4d\x95\xd3\xee\x9b\x36\x99\x55\x3c\xdd\x15\xe4\x67\xaf\xc1\x2a\x2e\x4c\xbb\xf2\xb4\x5e\xac\xe8\x3c\xad\x97\x4b\xba\xb5\x80\x2e\x99\x86\x91\x30\xed\x0a\x56\x76\x61\xda\x95\xce\x2c\x80\x6e\x95\x9e\x10\xd2\x99\x15\x7e\xaf\x33\x2b\x9d\x59\xd1\xfe\x8d\xbf\xab\x74\xe2\xa5\x13\x4f\xb7\x5c\xea\x35\x4c\xee\xf5\x4a\xb7\x5c\x6a\x4b\xe5\x63\x53\xd5\x1c\x27\x5e\x3e\x36\x41\x8d\xd0\x96\x4a\x6d\x29\xb0\x71\x25\x6d\x7c\xe5\x6b\xf3\xd5\x92\xcf\xcf\x04\xd1\x5a\xe0\xe0\x2a\x3d\x40\x88\x00\xaf\xc0\xc3\x93\x6e\x42\xe9\x26\xa4\xaf\x2e\xdd\x84\xd2\x99\x17\x2c\x3e\xe5\x26\x54\x9b\xf5\xb2\x41\x94\x2e\xc7\xf2\x04\x01\x49\x5a\x95\xb3\xb1\x36\xdb\xcc\xe2\x23\x2a\xbc\xaa\xf9\x6d\x68\x93\xb0\xf0\x82\x65\x7e\xc9\xd6\x30\x94\x76\x58\x39\xcb\x82\x45\xa5\xf4\xe8\x00\xf1\x6e\x45\x6c\x67\xd5\xe1\xef\x1d\xb6\x99\xe1\x2f\x37\x97\x3a\xac\x97\x4d\x43\xc0\x77\x15\x6e\x9e\x82\xd4\xac\xca\xa3\x41\xe1\xb5\x2e\x30\x74\x55\x7a\xad\xcb\x19\x05\x86\xae\xca\x53\x73\x79\x34\x20\x4d\x67\x89\xee\xae\xf2\x68\x90\xac\x0c\x05\x31\x70\x89\xee\xae\xc4\x70\x83\x95\x7e\x15\xbe\x8b\xb7\xae\xf4\x64\x17\xfe\x99\x02\x1c\x57\xe5\x54\x29\xa7\x0a\x64\x65\x55\x4e\x95\x72\xaa\x64\xa7\x0f\x9c\x2a\xc5\x19\xb9\xf4\xe0\x95\x3e\x9b\xe2\x8c\x5c\x7a\xf0\x6a\xfa\x6d\x6e\x42\xc9\xe6\x22\xe2\xbb\x24\xac\xaf\x74\x2c\xdd\x84\xca\x69\x41\x9a\xce\x12\xf1\x5d\x75\xf9\x6d\x1c\x85\xca\x4d\xa8\x34\xaa\x88\x86\xa8\xd2\x33\x5e\x97\x75\x38\x6e\x97\x75\x68\x68\xe9\x89\x93\xc4\xbe\x44\x81\x57\xb2\x19\x94\x1e\x4b\x51\xe0\x45\x34\x68\x95\xfe\x9e\x72\x7e\xe8\x9e\x2b\x0f\xd3\x92\xdd\x17\x80\xb9\x12\x05\x5e\xe5\xc6\x04\x60\xae\xea\xb1\x4f\x35\xc8\x52\x3d\x70\x63\x82\xf3\x7e\xc9\x18\x23\xe7\x47\x11\x7a\x5f\x44\x97\x96\xc8\xf0\x2a\x62\xe0\x8a\x7c\x04\x25\xe2\xbb\xca\x5d\x08\x46\xb4\x2a\x4f\xd3\xe5\x99\x84\x7c\x04\x35\x9d\x0b\x13\x97\x7c\xc1\x88\x56\x53\x97\x3c\x80\xee\x25\x9b\xc8\x4a\x19\xba\x46\x8a\xcf\x9a\xce\x8f\xe9\xfc\x20\x71\x41\x89\xee\x2e\xd1\xdd\x45\x3a\xcf\x9a\xce\x8f\xe9\x6e\x45\x18\x6a\x4d\xf8\x5a\x6a\x72\xd1\xb3\xb4\x1b\x59\x28\xb3\x0e\x76\x03\xe8\xf0\x57\x61\x1d\x18\xf0\xd3\xa3\xf3\x74\x17\x82\xfd\xac\xa6\xbb\xd0\xf4\xec\x02\xda\xae\x44\x77\xd7\x74\xce\x90\xe2\xb3\xa6\xae\xd1\xe9\xce\x04\xda\xae\x66\xf7\xdb\x40\x77\x17\x8c\x68\x35\xf5\xe7\xcb\x62\x5f\x3a\xd1\x64\xb1\x2f\x10\xdd\x4b\xc6\x73\xee\x42\x20\xba\x5b\x81\x98\xab\xa9\xfb\x69\x72\xfb\x53\x7a\xc7\x84\x77\xd7\xf4\x70\x02\x3c\xae\xa6\x73\x6b\xba\x33\x01\x8f\xab\xe9\xe1\x64\x02\x6e\x5d\x43\xb0\x64\x65\x9f\x82\x0b\x29\xbd\x68\xb2\xd8\xd7\x74\x6e\x01\x8f\x2b\xb0\xde\xab\xf0\x5d\xc7\x72\x5a\xaf\x5b\x13\xe1\xaa\x35\xdd\x9a\xa6\xf3\x6d\x3a\x96\xfa\xa4\xa6\x67\x71\x92\x1e\xd4\xf4\x2c\x2e\x34\xbc\x26\x6b\xf6\x3c\xad\x17\x30\x54\x81\x71\xab\xa9\xd1\x37\x35\xfa\x08\x57\xad\xe9\xd6\x34\x3d\xb3\x4f\xc7\x52\xdf\x95\xd4\xf6\x05\x6f\x59\x49\x6d\x5f\xd3\xed\x4a\x3f\xda\xd4\x10\x84\xe1\x7e\xc9\xf8\x3d\x0f\x36\x93\xdb\xfa\xce\x66\x2f\x82\xbc\x20\xb8\x8f\xee\xe8\x3e\xd6\xe0\x29\x7e\xaa\x05\x9e\xe2\x01\x85\xb7\x82\xf1\xac\xa6\xf7\x5a\xa2\xc1\x0b\x76\xb3\x9a\x9e\xe2\xe7\x6b\x8f\x62\x56\x4e\xdd\xb0\x53\xd7\x95\xae\xb5\xe9\x6e\x34\x3f\xdf\xc5\x28\x10\x35\x5e\x22\xc4\x8b\x08\xd6\x12\x21\x5e\xa7\xb3\x88\x08\xd6\x3a\xb9\xdb\x2f\x89\xed\x8b\x68\xd5\x3a\xf5\x49\x41\x5c\xdf\x26\xd1\xaa\x75\x82\x28\x29\x51\xde\x93\xb4\x9e\x75\x3a\x3b\x4e\x66\xc7\x24\x32\xb5\x64\xb1\xaf\x93\xe3\xca\xdc\x1a\xf5\x7a\x5c\x11\xf9\x3d\xc9\x83\x50\x52\xd7\xd7\x89\x7d\x37\xb7\xff\xc9\x66\x7f\xba\x31\x9d\x87\xd5\xa1\x38\x32\xdb\xd7\x89\xa9\x37\x09\x66\x2d\x99\xed\xeb\xec\x56\x87\xe2\x9c\x4e\x3c\x41\xe5\x93\x00\xd7\x92\xd9\xbe\xce\xee\xbb\x6c\x1a\xa7\x27\x21\x59\xec\x27\x11\xa9\x75\x7a\x69\x76\x0e\xbb\xa3\xfb\xdc\xad\xcc\x77\x39\x7d\x9c\x7a\x0a\x04\x9a\x4f\xf2\x29\x14\x34\xf7\xab\xb0\x5e\x8c\x82\xd3\x09\x2a\xf8\x7c\xea\x53\x3b\xd3\x7a\xf3\x27\xa3\xcd\x6e\x6a\xb2\xdd\x4f\xfd\x6c\xb2\xdd\x97\x48\xf3\xa9\x9f\xed\xf4\x22\x42\xb6\xfb\xb9\xe1\xc1\x3f\x75\x06\x8b\x3e\x9f\xfa\xde\x44\x9f\x97\xe8\xf3\xb9\xa1\x4e\xe7\x74\xf8\xd7\x64\x2c\xfd\xc3\xa7\x87\xad\x73\xda\x05\x68\x18\x48\xf4\x55\xf8\xb9\x68\xd8\xa9\xf9\x77\x9e\x36\x0f\xa7\x80\xc4\xf6\xff\x37\x63\xe7\x92\xeb\x3f\x6e\x44\xe7\x79\xaf\xa2\x77\x10\x89\x7a\x90\x07\xf8\x23\x93\x8c\x93\x3d\x48\x14\x09\x78\x60\xbb\xd1\xb1\xf7\x1f\xf0\xfb\xee\x24\x9e\xb4\x07\x17\xc2\x2d\x88\x3f\x3e\x54\x2c\x56\x15\x0f\x0f\x1b\xb8\xf4\x25\xa3\x1b\xce\x31\x01\xe9\xd9\xb0\x47\x02\xd2\xdb\xf3\xda\x5d\xfc\x0e\x18\xed\xd7\xc3\xdf\x23\x22\x79\x5c\xfb\x04\xa9\x07\xde\xb4\x26\x48\xbd\x3d\x9c\x66\x0d\x17\x90\xb6\xc7\x9c\xda\xc3\x5e\x47\x80\x08\xb6\xc7\x99\x27\x70\x3d\xe6\xf2\x40\xac\xaf\x07\x9f\x72\x57\x3b\x9d\x79\x60\xd5\x97\x8c\x36\xbb\x01\xf2\x0c\xdf\x23\xc9\xf0\x0c\xdf\x03\x5f\x1b\x30\x82\x4d\x52\xfc\x26\x48\x3d\xc0\x6c\xda\xeb\xba\x24\xb1\x7d\xcc\xef\x49\x6c\xdf\x5e\x4e\x22\x05\x3c\x60\x7b\x9d\x79\x22\xcd\xb3\x63\xa3\x5e\x33\xbf\x6f\xb1\x0e\xd6\x96\xd7\x75\x09\x2e\xfb\x3d\x1c\x71\x6d\xaf\xa9\xdf\xb7\xd8\x3e\xd4\xe5\x75\x96\xbd\x9c\xd7\x0e\x5c\x6a\x4d\xa4\x79\x7b\xf1\xe5\xb2\xa3\x1a\xaf\xfb\xc7\xaf\x53\x86\x4b\x19\x9a\xe8\xf3\xf6\x9e\xbe\x87\x0f\x29\x89\x7d\x7b\x9d\x1e\x46\x92\xaf\xdb\x73\xef\x65\x5b\xf8\xbe\xaf\x29\xdd\x57\x15\xe7\x02\x86\xf6\xaa\xe2\x2f\x49\x81\xc0\x91\xd6\xde\xfb\xe7\xbd\xa1\x6c\x7d\xcb\xd7\xe8\x08\x10\xfa\x92\x05\xd9\xa5\x8c\x6f\xc9\x81\xd5\xf6\x56\xc7\x14\xff\x2e\x5c\x22\xda\x5e\xf7\x45\x5e\x8e\x22\xc5\x44\x9f\x28\xf5\xf6\x92\x50\x08\x97\x2d\xb4\xd7\xa9\xf0\xb2\x2f\x12\x93\x7a\xaf\x39\x62\xd9\xee\x03\x1e\xb0\xbd\xfa\x77\x22\xd2\x53\xd8\x69\x12\x69\xde\x40\x9a\x9f\xdc\x15\xd4\x5e\x37\x90\x01\x92\x9f\x90\x41\x34\xc1\xe2\x0d\xb0\xf8\xe9\xe2\xfa\x1a\xfd\x03\x0f\x3f\x1b\x3a\xfa\xaa\x7b\xef\xb2\xfa\x67\x1c\x12\x55\x0f\x54\xf8\xe9\xca\xfa\xaa\x79\x30\xc9\x9f\xdc\x1c\xd4\xba\x8a\xd2\x97\x89\x3e\xa1\x72\x68\x5d\x9f\xa6\xef\x37\xa2\x1b\x11\xbf\xd5\xcb\xbe\x44\xf4\xa8\x1b\x6b\xf7\x65\x92\x4f\x17\xc6\xae\x92\xf4\xe5\xbc\xc8\xe7\xd9\xba\x96\xb8\x2f\x4b\x2c\x9d\x67\xeb\x06\xda\x50\xc4\x9f\xae\x94\xdd\x38\xbb\x6b\x54\x0b\x2b\x60\xd7\xa8\x4a\x03\x1f\xd3\x91\x5d\xad\x11\xa9\x1d\x50\x8b\xad\x73\x8e\xa1\x49\x0d\x1f\xae\x98\x68\x52\xc3\xb7\xce\x31\xd0\x70\x1e\xa3\x75\x8d\x6f\xbf\xfc\x7a\x58\x9e\xee\x5e\x5a\xd7\xa8\x16\xd2\x23\xdd\x34\x14\x34\xf0\x7b\x0a\xde\x6f\x77\x27\xb7\x83\x0a\x4c\xe1\xbb\xf4\xea\x28\x01\x4f\x48\xc1\x9b\xe9\x6e\x2c\x74\x82\xea\x1c\x58\x8a\x6e\x1a\xaa\xb3\xc3\x16\x53\x8f\xdd\xe8\x41\x18\x77\x60\x90\x6b\xf2\xc0\x37\x90\xdb\x4b\x46\xdf\x4c\xb5\x76\xad\xe5\x41\x84\x22\x8c\xbb\x41\xfd\xbe\x64\xbc\x67\x00\x0d\x72\x7b\x0f\xa7\x6d\x5b\xd7\x5a\x76\xbc\x94\x98\xa2\xec\x7a\xec\x9d\xe8\x35\x87\x9f\x43\xef\xbc\xe3\x2f\x84\x6b\x22\x5a\x57\x4f\xc0\x46\xef\xe1\x2c\x6c\xeb\xe2\x09\xfa\xb4\x7d\x2c\x18\x5d\xaf\xbb\x4f\xdf\xe3\x7b\x7c\x7a\xd8\xb2\xb0\xe7\x20\xf2\x80\x7e\x7d\x3d\xec\x07\x90\x0f\x91\xd2\xed\x23\xbd\x99\x03\x8f\xf3\x33\xda\xfc\xf4\x0d\x0e\xb6\xe2\x3e\x35\xe8\x03\xe6\xc7\x31\xd0\xf6\xe9\xd4\x7e\xcb\xa9\xbd\xcf\xeb\xaf\xf1\xf5\xed\xd3\xe5\xfd\xb8\x62\x1d\x98\x5a\x13\x09\xdd\x3e\x22\xc7\x1c\xac\x1c\x9f\xe9\xc6\x4f\xcb\x72\xb0\x4a\x7c\xa6\xd9\x01\x3a\x2f\xd9\xea\xf7\xa7\x65\xf9\xd4\x07\x53\x9a\x9f\x56\x44\x84\x73\xb8\x45\xa2\x7d\xcd\xb6\xbb\x78\x42\x29\xd7\x3e\xbf\xfd\xa7\x15\xe1\x76\x88\xf6\xe9\xc9\xca\x76\x9e\x93\xfd\xbc\xcf\xd4\xfb\xa7\x3e\x70\xc6\xb6\x49\x77\xde\x3e\x38\x1e\x02\xcd\x5c\xfb\xdc\x69\xfa\x48\xbd\x87\x5b\x52\xdb\x67\x92\xe5\x7b\x6c\x1f\xf3\x55\x24\x74\x03\xfc\xbc\x64\x37\x32\x74\x09\x76\xf4\x3d\xdc\xd1\xd8\xa4\x40\x6f\x22\xa1\x73\xb2\x4a\x88\x84\x6e\x5f\xf7\xf7\x58\xc9\x3f\x23\x42\xe9\xce\x63\x4a\xf3\xd3\x45\xfd\xfa\xfc\x9f\xbf\x8b\xf2\x6b\xb2\x9d\x37\xd9\xce\x03\x7d\x5c\xfb\x54\xb9\x6f\x79\xaa\xf5\xa7\xa4\xf6\xeb\x53\x0b\x4f\x66\xf1\x67\x3c\x08\x0f\xfa\x1e\x13\x9f\x9f\x89\x4a\x78\xd0\x97\x8c\x9f\x03\x07\xdd\xc4\x41\xe7\xc4\x7f\xf8\xf4\x5a\xbf\xf9\x53\x96\xaf\x66\xbe\x04\x6c\x74\x3d\x09\x7b\x3e\x37\x57\x85\x46\x07\x7c\x60\x13\x1a\xdd\xe4\x49\x0f\xf8\xc0\x26\x4f\x7a\x1b\x9b\x03\x4f\x92\x73\xb8\x95\x35\x36\xab\xc5\xb9\x1d\x2a\xb5\xdc\xe9\xe1\x20\x6e\x1b\x6e\x6f\xc9\x93\x1e\x2e\x91\x68\x42\xa8\xdb\x20\x3f\x1f\x2e\x91\x68\x42\xa8\x9b\x3c\xe9\x11\x33\x38\x54\xfe\xa1\x23\x6b\x42\x73\xb8\xbb\x3a\x5c\x76\x05\x03\xca\x93\xde\xc6\x61\x1d\x98\xf1\xe1\xf6\x16\xe8\xea\x25\xa3\x7d\xa6\x55\x40\x57\x57\x53\xba\x52\xa7\xb7\x41\x84\x18\x73\x9c\x43\x9b\x3a\xd8\x70\x8d\x98\xc1\xe1\x7c\x81\x4e\xbd\x9e\x4c\x17\xd9\xd4\xdb\xd0\xcc\x5e\x07\xa3\xa7\x99\x1d\x97\xad\x63\xa1\x1b\xa6\x38\x07\xe9\xcc\x5c\xa8\xd9\xd0\x77\x1d\x2e\xec\x9c\xe1\x6d\xc3\x85\x5d\x40\x76\x4c\x85\xc2\xb7\xbe\x1e\xaf\xb2\xf5\xc1\x47\xf5\x3d\x6e\x70\x8d\xa9\xd0\xa1\xef\x3a\xf4\x5d\x85\x1b\x0e\xa7\xdf\xd0\xf4\x0a\x37\x1c\x9a\x54\xf0\xd6\x7b\x20\x9e\x6b\x83\x83\x03\x0d\x06\xf5\x3d\x90\xcc\xb5\x61\x30\x28\x75\x7a\xcc\x71\x0e\x83\x41\xa9\xd3\x73\xa9\x2d\x9a\x59\xa9\xd3\x23\x04\x71\x18\x0c\x8e\xd7\xaf\xeb\x58\xe9\xa8\x4a\xa7\x9e\x4b\x0d\x32\xf0\x1b\xaf\x5f\x08\xd3\x32\xcc\x53\x0e\x50\x0b\xe1\x30\x6f\x1b\x26\x1d\x07\x49\x95\x40\x46\xd7\x86\xd9\xfe\xa1\xb3\x29\xde\x70\x98\x74\x1c\xc0\xc5\x62\xc2\x52\x8c\x77\x1b\x64\xfb\x73\xab\x05\x4e\xa2\xa1\x03\x2a\x68\x70\x18\xfa\x49\xb1\x1e\x2e\x75\x68\xc3\xa4\xe3\x20\xa9\x92\x9b\xe5\x62\x3a\x3b\x26\xc9\xc4\x98\x88\x14\xd5\xdd\x40\x72\xef\x31\xe9\x28\x4d\x7a\x9b\x9a\x72\x0e\xe4\xb6\xa9\x03\x0a\x4d\x7a\x0e\x86\x7e\x3a\x11\x26\x79\x91\x88\x23\x9c\xee\xdf\xca\x9c\x9e\xfb\xe7\x3d\xab\x28\x76\x8d\x15\x64\x1e\x96\xd5\x27\xe5\xc2\x85\x26\xc3\x7a\x9b\x87\x4d\xe6\xb3\xc9\xb0\xde\xe6\x61\x53\xf0\x2b\xa7\xf9\x13\x59\xd7\x23\x6a\x70\x9a\xc5\x17\x3d\x9e\x9b\xcf\x36\xcd\x39\x4e\x7d\x57\x73\x98\x53\x2f\x64\xb2\xf1\x15\x2e\x66\x68\xd3\xcc\xbe\xf0\xf1\x70\xe6\xb7\xc9\xa1\xde\x84\x8f\x07\x7e\xba\x36\x5d\x39\x66\xe5\xd6\x23\x16\x47\xa1\xe0\x0d\x28\xb8\xdc\x11\x6d\x9a\xc3\x07\x10\x2e\x75\x44\x93\x18\xbd\x4d\x6f\x55\xb2\x5f\x7a\x0c\x40\xbf\xef\x03\x3b\x35\x35\xfc\x53\xc3\x2f\x00\x71\x6a\xf8\x61\x38\x5f\x32\x2a\xe0\x18\x41\x9b\x68\xf2\x6e\xcb\x54\x50\x59\xcc\xc3\xb1\xe0\x26\x8b\x79\x93\xc5\x3c\xb0\xdf\x35\xe1\xdd\x6d\x92\xad\x88\x38\xc5\x29\x6a\x6c\x92\x45\x4c\x65\xd2\x83\xeb\x5e\x0f\x46\xb8\x12\xec\x0a\xe5\x6e\x42\xb9\xc3\xb1\xe0\x36\x55\xd0\x69\x84\x54\x99\xf4\xd3\x6d\xa6\xa9\xf5\xae\xd7\x7f\x11\xbf\x4f\x5d\x91\x09\x32\x2c\xe2\x18\xa7\x09\xc0\x39\x6d\xea\xed\x4f\xab\x83\x5a\x7c\xc8\xf6\x22\xaa\x3b\x12\x95\xa7\x2e\x3b\x11\x89\xc5\xb3\x19\x18\xc1\x9c\x17\x20\xd9\xeb\xe1\xef\x2d\x25\x0c\x98\xec\xf5\xb0\xf9\x6d\x47\x76\x28\x3b\x95\x51\x16\xaf\x37\x70\x8e\x5f\x59\xeb\x5b\x44\x70\x47\x04\x77\xc8\xa9\x46\xae\xf1\x6c\x7a\xc2\x1c\x42\x8e\x5c\xe3\xd9\xb4\xd0\x75\x99\x8e\x6c\x38\x34\xd9\x4e\xcb\x86\x6e\x60\xa1\x03\xe5\xb8\x34\x65\x91\x56\x3c\xdb\xf5\xf3\x1a\x3f\x47\xda\x3b\x1b\x69\xef\x40\xce\x17\xb8\xc3\xd7\xa3\x2b\xa3\x79\xb7\x4d\x21\x85\x17\x90\x91\xd9\x9a\x4d\x01\x25\x93\xb6\x1c\x95\x6c\x38\x2f\xd9\x48\xc3\xa5\x15\x46\x80\xfd\xd3\x6c\x5a\xd4\x76\x50\xf6\x71\x44\xd5\xc3\x76\x30\x2a\x8f\x23\xaa\x45\x6d\x07\x6d\x79\xfd\x3d\x28\x92\x03\x7c\x31\xf0\x7f\xff\xca\xa6\x82\x91\x2a\xcd\x46\x60\x94\x8d\x1d\x9d\x00\x69\xcc\xd6\x1d\x16\xad\x67\x3b\xe9\x2f\x4e\x6f\x36\x15\x91\xc3\xca\xd9\x3e\xdb\xf2\xd9\x8f\x8b\x7a\x3f\xcb\x6a\x51\x81\x34\x06\xd4\xf7\x7a\xd8\xe6\x9b\x36\x0f\xc7\x54\xeb\xd9\xd4\x96\xa9\x16\xe8\x1c\x83\x5f\x0c\x3c\xe1\xeb\xe1\x38\x57\xda\x3c\x2d\xab\x46\x82\x5f\x8c\x28\xf1\x88\x12\x4f\x43\x83\x44\x84\x47\x44\x78\xc0\x2f\x66\x07\xd3\x98\x7d\xff\x79\x6f\x7d\xa3\x7d\xf7\xbd\xdd\xf7\xa2\xec\xe7\x3d\xfb\xcb\x37\x17\x12\x9e\x5d\x7f\x83\xf8\x30\xbb\x1a\xbe\x83\x07\x08\x01\x62\x76\x8e\x6c\x65\x57\xc3\x89\x10\x23\x5d\x78\x76\xfd\x0d\xd2\xac\xd9\xf1\x37\xb2\x03\x6a\x0c\x60\xc5\xc0\x27\xbe\x1e\x8c\x55\x0a\xef\xb1\x3d\x13\x98\xc4\x2b\x7e\x6d\x64\x10\xcf\x7e\x59\xed\x41\x77\x2f\xab\x35\x36\xe3\x74\x71\x84\x8e\x67\xbf\x6c\xca\xc1\xcf\x5d\x76\xc3\x78\x0d\x04\x63\x76\xd5\x79\xd7\x69\x00\xc1\x98\xbd\x3a\x04\x46\xf4\x9c\x38\x0e\x98\xf1\xf5\x18\xab\x29\x85\xde\x36\x47\x5e\xff\x80\x64\x6c\xc0\x8c\xaf\xc7\x54\x46\x93\x63\x93\x63\xcf\x6e\xde\x8b\xa3\xa2\x1f\xc1\xc1\xe4\xec\xb1\x8a\xc7\x51\x46\x33\xc0\x91\xaf\xc7\xb1\xaa\x3d\x14\x39\x50\x2a\x7d\x2a\x2d\x7e\x7e\x8a\x32\x50\x76\xec\xb5\x75\xe0\x08\x42\xe2\x35\x52\x8a\x47\x80\x79\xa2\xae\xbc\x0e\x94\x5e\x44\xd4\x95\xcf\x5a\x97\x9a\x87\xf4\x71\xa4\xf8\x8e\x14\xdf\x21\x17\x1b\x80\xe5\xbf\x22\x96\x3c\xc0\x17\xb3\xe3\x1c\x04\x2c\x79\xd9\x36\x55\x65\x58\x76\x9e\xca\x28\x3b\xad\x76\x19\xd2\xb2\x6d\xa8\x00\x88\xf1\xf5\x38\x90\xad\xa5\x26\xf0\x78\xaf\x47\x55\x76\x23\x7b\x94\x75\x65\x94\xdd\x2d\xbb\x5b\x16\xf3\x50\x70\x22\x52\x96\x2a\x2f\xd9\x85\x0c\x1d\x28\xa5\x20\x3b\x79\x4f\xb5\x85\xd5\x7b\xc9\x56\x3f\x0a\x6c\x53\x29\x87\xef\x31\xc5\x8b\x46\xb8\x1c\xf6\x6d\x45\x1e\x29\xaa\x32\x58\xf3\x25\xa3\x2d\xa7\x65\x4f\xfb\xbb\x16\x8e\x80\x2e\x5f\x0f\xfb\x71\xf3\x7b\xa7\xfd\x38\x2d\x8b\x55\x97\x0a\x3c\x60\xcd\xcb\x46\x22\x34\xe5\xb2\x6f\x97\xbf\xc7\x62\x52\xd4\xf9\xb2\x74\x7e\xc9\x28\x4b\xe2\x37\xe5\xb2\x1f\x95\xb6\xa8\xf3\xe5\xde\x91\xf1\xc9\xa5\x11\x0f\x34\xe2\x4b\xc6\x38\xe3\x3c\xa7\x2c\x47\x79\xc9\xf8\xbd\xdb\xdf\xbb\xbf\xa5\x06\x2c\x26\xe5\xb6\x79\xd5\x61\x66\x31\x11\x94\x9e\x52\xed\x1a\x6a\x00\x1a\x7d\x3d\xc6\x92\x91\xf4\x0c\x68\xf4\xf5\x28\xca\x18\x82\xe6\xb0\xb4\x4f\x19\x65\x9b\x4d\x0e\x43\x40\xd2\x33\x85\x4d\x98\x40\x19\xbe\x64\xb4\xc5\xf9\x52\x82\x0a\xed\xe5\xaf\x71\xf6\x81\x4a\x7c\x3d\x6c\x02\x46\xa6\x3c\x56\xf7\x5a\xdd\x41\x53\x5f\x47\xfc\xbd\x95\x31\x42\xaf\xd5\x75\xdf\xc3\x52\x48\x0b\x1e\xa0\xeb\x4b\x46\xf3\xfb\xcf\x7b\x76\x9d\x05\xa3\xb0\xaf\x99\xf2\xed\xca\xf8\x82\x9f\x5f\xe1\xeb\xca\x18\x8e\xe1\x7b\xc3\xf6\x61\x02\xe0\x08\x5f\x0f\xdf\x63\xbe\x0b\x6e\x0f\x78\xf6\x25\xe3\xf7\x5c\x1c\xa0\x0a\x5f\x32\xda\x32\x6d\x8b\xb3\x8c\x3b\x27\x72\x38\xcb\x8e\xcd\xb2\x4c\xf8\xc3\x05\xe3\xe0\x78\x3a\x91\x53\xe0\x12\x5f\x8f\x9f\xa2\x6b\xc4\x01\xbf\xaf\x07\x8a\xc8\xdd\xb5\x39\x9c\x64\xc7\x5e\x95\xf9\x5e\x57\xc6\x10\x70\xe4\x3a\xd2\x87\xe7\x28\x97\x32\xaa\x2d\xd6\x51\x1e\x65\x94\x2d\x96\x75\x32\x42\x30\x9c\x43\x2f\xe9\x38\x76\x65\x07\xb2\x53\x99\xbf\xb7\xf3\x7b\xba\x44\xe0\xe8\x97\x6c\x0d\x81\x60\xf9\x00\x96\x2f\x1b\x58\xca\x1c\xba\x3f\x60\xe6\x97\x8c\x7e\x38\xf1\x60\x11\x2f\x1b\x47\xb3\x23\x80\x3e\xc7\x55\x95\xf1\x9e\x3e\xd1\x71\x59\x76\x45\xa3\x39\x9c\x78\xc7\x6d\x59\x7c\x8e\xc3\x85\xe5\x58\x0b\x4b\xd9\x0a\xab\x83\x48\xfb\x1c\xf7\x54\xb6\xd4\xea\xc0\xa5\x0f\xd4\xe3\x4b\x46\x1d\xd5\xcf\x51\x99\xdc\x24\x2f\x73\x90\x1c\xcc\x51\xed\xdb\x6d\x59\x54\x17\xa6\xf2\x25\xa3\xac\x3e\x16\x14\xe5\x65\x2b\xa8\x0b\x58\xfc\xf5\xf0\xf7\x50\x17\x21\xf9\x39\x9a\xdf\x08\x6f\x14\xbe\xf2\xf5\x70\xac\x30\x20\xc2\xef\x03\xf5\x78\xd9\x20\x1e\xcc\xe1\x12\x74\x3c\xbe\x17\xca\xbe\xf6\xe3\x45\x75\x0f\xbf\xb9\xeb\xcd\xf1\x56\x65\xb4\xf9\xf5\xf7\xde\xa1\x8c\xdf\xeb\xd6\xdb\x2d\xbb\x33\x7e\xdd\x3a\xfa\xad\x8c\x3a\xba\xdf\xe8\x63\x0a\x72\x25\x46\xa4\x1e\xcf\xf1\x5d\xca\xe8\xdb\x67\x1d\xdf\xab\x8c\x71\xf9\xfc\x46\xdf\x32\x66\x9c\x09\xcc\xe1\x5a\x75\x0c\x9b\xc7\xcc\x3f\x74\xcf\x0e\xd7\x2a\x18\x05\x23\xae\x3e\x87\xb3\x88\x1c\x67\x64\x1e\x0f\xcc\xe3\x65\x03\x4a\x99\x93\x3d\xcc\x9c\xdb\xa3\xac\x21\xeb\xca\x2c\x8b\xdd\x3f\x49\xe9\xe4\x74\xca\x1c\xd8\xf8\x53\xb7\x0b\x02\xf2\x25\x3b\x90\x0d\x65\x96\xa5\xcd\x50\x93\xaf\x87\xdd\x65\x96\x9f\xec\x75\xe6\x5c\xf1\x85\x39\x93\x88\xbf\xcf\xe9\x2c\x3a\x88\x21\x4e\xa0\x6c\x39\x9d\x45\xdc\x8f\x1b\xb1\xf6\x01\x6b\x5f\x36\x2e\xc3\xcd\xe9\x92\x76\x3a\x8b\x48\x63\xe6\x3c\xed\xee\x79\x28\xa3\xac\x81\xc5\x79\xa2\x55\x27\x36\xfe\x24\xf5\x93\xf3\xda\x95\xf1\x9e\xb3\xe8\xbc\xe8\x06\x29\xcb\x9c\xb7\xdd\xb8\x19\x3e\x52\x91\x39\x9d\x31\xe7\xfd\x28\xa3\xac\xeb\xcd\xe9\x8c\xe1\x10\x72\x4e\x80\x00\x39\xeb\xad\x8c\xfe\xea\xb2\x01\xcd\x2f\x1b\x87\x90\x23\x53\x79\x60\x27\x5f\x32\xca\x3a\x3b\x80\xe6\xdf\xd5\x6e\x18\x80\xc0\x54\x7e\x03\x07\x89\x30\xfd\x9c\x6b\x3a\xdc\x86\x38\x22\xf2\x73\xa6\x2f\x11\xd1\xcc\xf9\xd8\x8e\x35\x19\x64\x54\xca\xe9\x5a\x02\x04\x5f\x42\xa5\x9c\xce\x81\x73\xc5\xbd\x37\x48\x90\x9c\x86\x28\xe7\x4b\x8d\xf6\xd3\xc8\x03\xac\xfd\xcd\xd9\xac\x48\x3d\x9e\x73\xe9\xf7\xdd\xf0\xe9\x4e\x97\x0c\xd0\xf7\x65\x83\x84\x30\xb2\x91\x07\xf4\xfd\x6d\xb8\x73\xea\x97\x9d\x83\x56\xb0\x28\x9d\x43\xd5\x5c\x1a\x7f\xb7\x8b\xb7\xd8\xc1\xcf\x39\x1a\x22\x7e\x6b\xfc\x14\x9c\x88\xa8\x72\x5a\xe5\xa4\x20\x96\xe8\x9c\x36\x7f\xd2\x7c\xd6\xa8\x8b\x04\x67\xae\x8d\x46\x60\x73\x2e\xd7\x8f\x6b\xa3\xdf\xe8\xb3\xe8\xfd\x5c\x1b\x3f\x8f\xc5\xb9\x74\xdb\x00\xef\xdf\x0d\x6d\x96\xd2\x3c\xd7\xce\x5b\xed\xaf\x61\xf5\x01\xaa\xbf\x1e\x2f\x25\x56\xb3\x2f\xdd\xb7\xeb\x60\xf0\x42\xed\xaa\xfa\x75\xd0\x5f\x1c\x58\x21\xfc\xb9\x56\xd4\x7c\x67\x5b\x1f\x55\x88\x7e\xe0\x3c\xbf\x39\x96\x95\xcb\x95\x01\x50\xfe\x6d\x50\x73\xe9\x91\x5d\xcb\x23\xbb\x81\x98\xe4\xba\xfc\xf9\xb5\x3c\xdc\x9c\xd3\x8a\x44\xe7\x01\xa5\x7f\x1b\xe5\x5c\xea\xfd\xb5\xf4\xfe\x4e\x29\x88\xac\x71\x39\x5b\x37\x5b\x68\xb9\x5c\x13\x2e\xd2\x3c\x20\x49\x72\x55\xdf\xaa\xcc\xfb\xd3\x21\x66\xcf\x20\x97\x4e\xd6\xe9\x18\x37\xdf\x6b\xbe\xc7\x8a\x7f\x81\x7e\x09\x5c\xe7\x4b\xc6\x7b\x24\x32\x73\xa5\x2a\xa3\x71\x9a\x7a\x90\xf7\x65\x23\x4d\x1d\x49\xce\x73\x3d\xbc\x47\xfa\x39\xd7\x63\xbf\xde\x5d\x19\xed\x23\xff\x93\xeb\xbd\x94\xf1\x25\x5f\xeb\x7d\xa9\xf7\x72\x98\x34\xf5\x97\xa6\xfe\x72\x9c\x34\xf5\x57\xb7\x2c\x21\xe2\xa5\x17\x75\x75\x26\x3e\x69\xea\x08\xcd\xcf\xf5\x1d\xca\x28\xfb\x59\x87\xa6\x1e\xdc\x6d\x64\x3e\xcf\x35\xe8\x07\xe7\xd3\x73\x19\x8a\x5f\xe3\x54\x86\xf2\x0d\xfb\xa6\xfd\xd7\x70\xca\x7c\x9e\x6b\x45\xdf\x57\xbd\xd7\xb0\x00\xbf\x5f\x8f\x73\x89\x18\xe5\xdb\x08\xe4\x5e\x0a\x7d\xc1\x13\x97\x5b\xa3\x0e\xc4\xfe\x32\x69\x03\xce\x7e\x3d\x1e\x44\x4b\xe3\x44\xd1\xe7\x2e\xd8\x4c\x8e\xbf\xe7\x26\x39\x99\x5b\x5b\xcd\xc9\xe7\xdc\xda\xea\xfb\xb0\x0b\x78\x05\xb7\x91\x34\x64\xe6\x4b\x46\xdb\xd4\xcd\xfb\x74\x98\xf0\x00\x6e\x13\x39\xb7\x9e\xcc\x65\x1f\xd4\xce\x5b\x4f\x06\x58\x6f\x64\x2e\xcf\xad\x27\x03\x86\x37\xf7\x6d\x2f\xee\x5b\x19\x65\xf5\x5a\x6e\x6d\x30\xb9\xec\x48\x53\x9e\xbb\x76\x65\xf4\xad\xda\x16\xed\x2d\x79\xeb\xdc\xb1\x2d\xa1\x2d\x90\x50\xe6\xd6\x6f\x07\x09\xbf\x64\xeb\x53\xdc\x8f\x63\xf0\x50\x07\x97\x11\xe7\xd6\x4c\xde\xb0\x3c\x5d\x24\x68\x6e\x93\x36\x00\xdc\xcb\x46\x3a\x3a\x77\xf7\x5b\xe8\x83\x73\xef\x70\x6e\x6d\xe7\xad\xbf\x0d\xdf\x64\x6e\x8d\xe7\xad\xf1\x84\x6f\x32\xb7\xda\x73\x7f\x4d\x19\x4d\xf9\x6c\xde\x67\x53\x8e\xa5\xc9\xb7\xe6\xf3\x56\x53\x48\x65\xe7\xd6\x2f\xbf\xc7\x50\x46\x5b\x4c\xe4\x80\x73\x2f\xdb\x8d\xd3\x77\x4f\xcb\xea\xab\x83\xb3\xcd\xad\x09\x05\xe1\xbe\x64\xab\xac\x4c\xe3\xa9\x46\xbf\x37\x9f\xb7\xaa\x67\xd5\x48\x17\x9c\x6d\x2a\x3c\x67\xa9\x7b\x51\x76\x21\x3b\x95\x59\xc7\xdd\x90\x55\x65\x8e\x0b\x5e\x86\x48\xf8\x00\x7e\x5f\x32\xea\x35\xfa\xad\xaa\x24\x07\xe5\x53\x55\x49\xe8\xc7\x97\xcc\xf7\x86\x32\xc7\x05\xf7\xa1\x9a\xaa\xac\xba\x0f\x5c\x3c\x1c\xe0\xee\xeb\x61\x59\x0c\x6d\x35\x2f\x59\x4f\xc7\x85\x20\xa1\xea\x3e\x54\x23\x62\xf2\xdb\xa9\xc0\x9e\x52\x75\x1f\x38\x51\x9f\x7a\xd9\xb7\x8b\xbe\x71\xc9\x70\xea\x65\xdf\xae\xa6\xac\x22\xeb\xca\x3e\x65\xd4\x61\xa4\x5b\x6f\xbe\x39\x18\xdd\x54\xdd\x0c\x00\xf1\x4b\x46\x7f\x4d\x60\xd6\x5a\x94\x51\xaf\x4e\x78\xd5\xa5\xa8\x87\x32\x74\xa3\xaa\xe2\x64\xa5\x23\xec\x3d\x40\xdc\x97\x8c\x7a\x55\x7b\x20\xee\x55\x35\xad\x1a\xdc\xaa\xc1\x85\xab\x32\xf2\x90\xa7\x1a\xc1\x92\x61\x4e\x35\x44\xad\x86\xa8\xd5\x4f\xa9\xbf\x5d\xf5\xb7\xab\x9f\xd2\xdc\x27\x08\xf7\x25\xa3\x6b\xe6\x7c\xaa\x86\x99\x0b\x85\x53\x5f\xeb\x7d\xf9\x1c\x66\x98\x45\xb8\xa7\x6a\x84\x4d\x13\x57\x8d\x70\xd5\x08\x9b\x12\xae\xdd\x3a\xba\xc3\xec\xa7\xd4\x30\xd7\xcf\xb2\x7e\x4a\xf3\xa1\xd5\x69\xa4\xc3\x54\x4d\x18\x55\x0d\xb3\x1e\x53\xd5\x30\xd7\x71\x29\xfb\x6b\xf6\x9b\x54\x73\x47\x75\x45\xbf\x77\xf1\x03\xea\xa5\x40\x71\x5e\x36\x33\xc6\x82\xd9\x53\xe7\x50\xb6\x14\x42\x9a\xf2\x00\x48\x8f\xfa\xdf\x9c\x27\x6d\x47\xff\xb9\xce\x25\x4d\x2b\xdd\x9c\x27\x5c\xe7\x92\xa6\x0f\x02\x5d\xf9\x92\xad\x8e\x43\x5a\xbe\x1e\xcc\x4f\xce\xbb\xa7\x99\xd2\x6f\xce\x13\xae\x7d\x89\xdc\xe5\x69\xce\x13\xbd\x28\xb9\xcb\xd3\xcc\x1c\xe9\x46\xc9\x53\x9e\xa6\x39\xe7\x20\x7b\x9a\x0e\x49\x33\x58\x35\x11\x2c\x6e\x3d\x10\x95\x2f\x59\x43\xc6\x40\x82\x5b\x2f\x1b\x0c\x95\x11\xb7\x9e\xa6\x89\x37\xc1\xdb\x9c\x13\xcd\x39\x01\x22\x28\xcd\x8c\x50\x33\x23\xa4\x6f\xd4\x9c\x27\xcd\x79\xa2\x73\xd4\x40\x33\xa4\xe9\x8e\x9b\x08\x6e\x2e\x05\xed\x66\x98\x83\xcb\xdf\xf4\x9f\xdb\xf2\x9f\xeb\xee\x90\xea\x2c\x03\x47\x97\x4d\x2e\xcd\x94\x7e\x5b\xaa\x5e\x77\x07\x54\x4d\x6f\x0f\xa7\x81\x70\x53\xc5\xa7\xa7\xad\xa5\xa1\xee\x0e\xf1\xe3\x30\x3d\x74\x41\x5f\x4b\xc8\x7a\x20\x29\x0f\xac\x46\x69\xaf\x5f\x56\xff\x03\xb2\xcb\x34\xfd\x0f\x10\xeb\x65\xcb\xcf\x7b\xf6\xc0\x15\x84\x33\xf1\x69\x66\x71\x40\xa2\x97\x4d\x7f\x0b\x72\xf2\x5f\x69\x86\x9a\xe6\x8a\xe5\x28\x0f\x1c\xe5\xf2\x37\x47\x70\x7a\x00\xa7\x97\x0d\x84\x52\x9a\xd1\x27\x18\xf5\xfb\xf2\x3b\x18\x7c\xb6\xcf\x1a\x1c\x11\x3d\x92\x66\xa6\xd4\x2c\x73\x53\xdb\x61\x2d\x8f\x59\x2e\x09\xca\xd3\x5c\x52\xa2\x8a\xe9\xa4\x34\x53\x3d\x1c\x93\x8f\xd0\xf4\xc4\x80\x94\x23\xf1\x91\x64\x3c\xa0\xd1\x97\xac\x21\x1b\xca\x50\x4f\xf7\x79\x84\xa1\x27\x06\xa4\x00\x77\x13\xa7\x05\x5c\xe3\x4b\x46\x59\xf3\x3a\x31\xa1\xca\x99\xf8\x48\x3c\x9e\x38\x55\x00\xf3\x46\xb8\x7a\xe0\x1f\x5f\x32\x7e\xcf\x88\x34\x7a\x39\x5c\x4b\x9c\xe8\xe5\xc4\x24\x2b\x67\xe2\x13\xf3\x3a\x71\xaa\x70\x2d\x71\x02\xc0\x2b\x59\x81\x69\xd9\xb9\x8e\x26\x31\x22\x05\xb5\xbe\x64\x15\x99\xfd\x65\x49\xd9\xb9\x7a\x26\xc2\xd5\x03\x4f\x79\x38\xf9\x9c\x18\xa4\x86\x1c\xeb\xce\x99\xf8\xc8\x4f\x1e\x28\xc9\x97\x8c\xf7\x9c\x29\x00\xd9\xcb\x6e\x3e\x5a\x04\x7b\x20\x23\xbf\x5c\x90\xa3\x1b\x1e\xb2\x35\x3b\x47\xe2\x23\xef\x78\xe0\x1d\x5f\x32\x8a\x9a\x5d\xc9\x5a\x1b\x2e\xd7\xde\xb8\x35\x00\xb6\xfc\xba\x1d\x63\xe7\x4e\x96\xc9\x5f\x25\x69\x88\x4e\x38\x68\xf2\xb2\x6f\xcc\x8b\x38\x2f\x20\x1a\x5f\x32\x5a\x62\xf8\x09\x9a\x7c\xc9\x18\x4f\xed\x7f\xfa\x8f\x8c\x3a\x74\xa3\x82\x73\xbd\x9b\x64\x96\x1a\x3c\xe0\xbf\xcb\xce\xb5\xc2\x89\x2a\x0a\xae\xbb\xec\x5c\x21\x9c\x68\x7d\xc1\x75\x97\x9d\xcb\x5e\x12\xd3\x91\x30\x7f\x2f\xd9\xea\xed\xa3\x3b\x03\xae\xbb\xec\xd0\xc3\xe5\x51\x1f\x1f\xdc\x99\x1d\xe8\x6a\x1e\xdd\x19\x58\xbe\x97\x8c\xf7\x74\x5d\x60\xf9\x2e\xbb\xe9\xd7\xc7\x04\xc9\x43\xae\x70\x07\xba\x9a\x47\xb3\xfa\x1c\x96\xa5\xbf\x8f\x66\x15\xd4\x75\xd9\x77\x76\x5b\x9e\x93\x7e\x3c\x2b\xb6\x0b\x47\xa2\xf3\xa8\x2a\xe0\xac\xd7\x6b\xfc\x1c\x47\xb1\xf3\x9c\x36\x8f\x61\x81\xc2\x7b\x3d\xec\x06\xde\xbf\xac\xdd\x01\x7b\xbd\x64\x41\xd6\x95\x39\x04\x2c\xb3\xa0\xad\xd7\x63\x57\x46\x37\xf4\x3e\x9e\xdb\xb2\x58\x87\x47\x4f\x03\x80\xf5\xbd\x11\x17\x8b\x9b\xce\xc3\x2d\x6b\x30\x97\xe6\x61\xbf\x3e\x20\xa5\xcb\xce\xf9\xf5\x80\x8d\x5e\x8f\x83\xd7\xe8\x84\x99\xf2\x27\x8e\x09\x39\x5a\x21\xd2\x01\x22\x7d\x83\x72\xce\x03\x68\x25\x0f\xd7\x9d\x00\x72\xce\xe3\x5e\xd3\xf3\xf0\x63\xfe\xbe\x4a\xf6\x3c\xd4\x69\x22\xf7\x31\x37\x0e\x66\x7a\xc9\xa8\x40\xab\xfa\xbc\x28\x54\xf9\x6f\x16\x76\x88\xbc\xd7\xe3\xb4\x08\x6d\xef\x0e\x4e\x7f\x94\xf1\xa1\xdc\x7f\x85\xea\x5b\xe6\xa9\x3c\xba\x20\x4f\xb7\x55\xe4\x54\x1e\x8d\xee\xf3\xfd\xc8\x68\xd5\xb0\xa5\xc3\x96\xaa\x46\x66\x3d\x40\x4f\x2f\x19\x55\x68\x62\xa1\xee\x2e\x3b\x47\xe1\xf3\xe8\xa1\x3f\xd3\x1e\x61\x76\xa5\xee\x0e\xd4\xdd\x4b\x56\x91\x9d\xca\xac\x03\x75\x7b\x4d\x7d\xbc\xaa\x79\x61\x73\xef\x55\xcd\xa1\xf0\x5e\xb2\x86\xcc\xb2\x3b\xba\x60\xaa\xf6\xe5\x38\x76\x00\x5b\x2f\x19\x75\x14\xcb\x16\xf4\xa8\xa0\x5b\xaf\x39\x8f\x17\x73\xba\x9b\x96\x7d\xf5\xc6\x01\x51\x97\x1d\x9c\x69\x80\x52\xff\xca\x7b\x6e\xca\x96\xae\x8a\x9e\xce\xab\x9e\x9b\x96\x7d\xcd\x68\xbc\x04\x8d\x3b\xec\x98\x79\xf5\x28\x5e\x3c\x8a\xfd\xc0\x85\x7b\xdd\x57\x05\x29\xbd\x64\x94\xad\xb6\xaf\x5a\xf6\x50\x66\x59\x92\x74\x3b\xac\x97\x11\x29\x9d\xb7\xd1\x96\x03\x57\xe1\x35\x5f\x01\x02\xba\xec\x5c\xb9\x92\x57\xab\xf8\x86\x71\xe1\xf8\x79\x5e\x55\xf8\x8d\x6d\x76\xfc\xd4\xe1\xf7\xf1\x3d\xe6\xeb\xab\x09\x7c\xd5\x44\x90\x2e\x11\x03\x9d\xb7\xdb\x16\xc7\x40\xb5\x7a\xc9\x25\xec\xdc\x7d\x92\xd7\x68\xf0\xfd\x18\x3f\xee\x34\x89\xe4\xd8\x01\x06\x5d\x76\x7d\x0d\x89\xb0\x03\x11\xf6\x92\xd1\x5f\x57\x6e\xc8\xaf\x53\x99\xd6\x2f\x98\xa8\xc0\x7d\xbd\x5e\x43\x06\x34\x25\xef\xb4\x5a\x02\xd3\xd7\xd5\xfc\x9d\x5d\xd9\xfa\xb9\xae\xaa\x75\xb6\x3d\xf7\x13\x95\xec\x06\x83\x5d\xb5\x3a\xd9\xa5\xe9\xae\xe6\x7d\xb3\x0e\x72\x07\x02\xb0\x03\xe8\x7a\xc9\x56\xbd\xdd\xb4\x71\x67\xdb\x73\x3f\xc9\x09\x74\xd3\xc6\xbd\x58\x07\x9e\x80\xb0\xec\xc0\x7d\xbd\x64\xfc\x9e\x0e\x6d\x3f\x1c\x02\x54\x12\x06\xec\xf5\xe0\xb3\x71\xe2\x3b\xdd\x20\x0f\x3e\xec\x25\x5b\x2a\xd9\x35\xb3\xdd\x15\xd9\x94\x92\x30\xec\x80\xb2\x5e\x32\xca\x9a\x8b\xe8\x17\xf5\x9a\x52\xea\x9a\xcf\x4e\x2e\x62\x07\xe5\x98\xae\x53\x0a\xa2\xba\xec\x1c\xdb\x4e\x37\x47\x0c\x94\xba\xec\xa6\x8a\xba\x81\x1a\x84\xd7\x65\x37\x05\x24\x94\x3a\x40\xa9\x97\x8c\xb2\xe6\x83\x81\x52\xcb\x32\x98\xde\x6c\x0a\xf1\xdc\x0e\x4f\x5e\xba\x4b\x77\x27\x9e\x83\x64\x30\x5d\x3b\x0b\xc6\xba\x02\x04\x4c\x8f\x9d\x55\x6f\x2f\x3f\x9a\xcb\x39\xb4\xd9\xf5\xc2\xb6\x77\x5d\x61\x50\xd7\xf5\x72\x38\xf5\x7b\x21\xcd\xae\x7a\x96\x02\xb0\x03\x00\xbb\x5e\x84\x68\xdd\xf0\xae\x2f\xb7\xb6\x72\x57\x48\x64\xc7\x8e\x4c\xd8\x40\x00\xd3\x0d\xee\x20\xbf\x2e\xfb\x85\x63\xd0\x0d\xee\xfa\x8a\xe7\x2a\xa7\xa1\xd3\xcd\x38\xf7\x6e\x63\xd5\x12\x53\x29\x00\xbc\xe5\x2f\x4c\xd7\xe7\xed\xdf\xcf\xaf\x51\x83\x99\x94\xfe\xad\xae\xdf\x98\x80\xee\xd4\x01\x06\x2e\x7d\x61\xa4\xd0\x0e\x14\xda\x65\xe7\x7e\xdf\x74\xfd\xe0\xbe\xfc\xe0\x7a\x33\x99\xba\x5b\x9e\x90\x6b\xaf\xd7\x68\x9b\x7e\x47\x1f\x7e\x29\x52\x1c\xdd\x64\x1d\xd8\xf2\x25\xa3\x0a\x27\x5d\x1f\x56\xe1\x77\x19\x8e\xdb\xb4\xc1\x6a\xb5\xd1\x61\xd7\x98\x9b\xd5\x12\x68\x9e\x4f\xc3\x0d\xf2\x32\x9f\x33\xec\xdb\xad\x97\x25\xf0\x73\x7f\x13\x50\x79\xd9\x39\x35\x9e\x4f\x83\xfc\x39\x9b\x40\x54\xe6\x13\x0f\xf3\xb1\x31\xb3\x9b\xc1\xfa\xf4\x79\xa1\xdf\x5e\x32\xea\xd5\x67\xf9\x34\xd2\x1c\x01\xcf\xe7\x6c\x82\x7e\xbb\xec\xa6\xa1\x3e\xfd\xdb\x8f\x94\xc9\x6e\x1a\xea\xd3\x8f\xf9\x74\x5c\x6f\x0c\xe8\x67\x7a\xe4\xd3\x71\xbd\xb1\x00\x9f\x89\x67\x98\xb9\xcb\xae\x97\xfa\xc1\x9b\x98\x4f\xc7\xe3\x26\x3e\xf8\x0c\xe7\x3e\x8d\x39\x50\xc9\x7c\x1a\x73\x30\xea\x4b\x46\x5b\xdc\x71\x01\x7b\xbe\x64\x7f\x0d\xa8\x8b\x4c\xdc\x01\x86\x5e\x76\x10\x8d\x91\x75\x3b\x1f\x29\x90\xbd\xa2\x5f\x9f\x76\xfd\xd3\xdd\xe5\x7e\xad\x7c\xba\xbb\xdf\xc3\xa7\x36\x6b\x03\xdd\xf6\x7a\x0c\x65\x34\xcb\xf9\xf0\xbd\x18\x53\x78\x10\x23\x13\x77\xbe\xf7\x51\x46\x37\xf5\x4e\x3e\xd7\x84\xea\xb0\x75\xdf\x53\xaf\xb9\x76\x24\x9f\x69\x0c\xf0\xe5\x65\x07\x04\x98\xef\xb3\x7d\xaa\x62\x45\x3d\x3f\x7d\x08\x10\xe3\x65\x37\x23\x2c\x62\x3c\x1f\x61\xda\x6e\x9a\xe5\x33\xf3\x07\x70\x7c\xc9\x7c\xcf\xdf\x53\x15\x5d\x28\x84\x8c\x67\x6c\x7c\x42\x11\x7a\xc2\xc3\x33\x54\x45\xee\xfa\xc8\x50\x15\x87\xfe\x42\x63\xac\x64\xc9\xce\x28\xec\x1e\x30\x2b\x86\x1e\xf0\x58\x1a\x76\x0b\xfc\x11\xe0\x1d\x00\xde\x65\x87\x4b\x30\x82\xb9\x03\x98\xfb\x36\x96\x1b\x5a\xeb\xc1\x39\x07\xe8\xcd\x32\xf4\x89\xc7\xc9\xef\xdb\x5c\x5d\x85\xa1\x4b\x6c\xae\x45\x8c\x76\x06\x57\x39\x71\x07\x42\xe4\xcc\x0e\xb0\xed\xb2\x0b\xd8\x1b\x7a\xbf\xc3\xbd\x0e\x94\x62\x68\xbd\x07\xd9\xe5\x1d\x0a\xc2\x8c\xea\x6b\x15\x05\x70\x53\x6b\xe8\x11\x43\x8f\xbd\x64\x37\xb2\x43\xd9\xad\x8c\xb2\x6e\x76\x0c\x2c\xfa\x6d\xef\xb5\xe8\x43\x8b\xee\xee\xd7\x30\x6b\x31\xe2\xcf\x31\x6d\x86\xfa\x39\xe2\xcf\xe1\xcb\x8d\x38\xbe\xfa\x1d\x42\xf8\x40\x7a\xaf\x87\x03\xc0\x62\x2a\xb8\x3b\x43\x9d\x15\xae\x37\xd4\xd9\xa1\xce\x0a\xd7\x13\xdc\x9d\xa1\xce\x0a\xd7\x1b\x6e\x11\x0e\xb6\xc9\x77\xe1\x7a\xc3\x6d\xf2\xa1\x1e\x9b\xcd\x19\xea\xf1\x58\x06\xbe\x3a\x5b\x87\xc8\xc6\xd1\xfd\x39\x5c\xfb\xa1\x6a\x8f\x6e\x53\xb0\x62\x43\xcb\x0e\x8b\xf7\x92\xd1\x64\x77\xce\x87\x2e\x90\xc9\x1c\x71\xe1\x19\x46\x81\xee\x7f\x0d\x5d\xeb\xa1\x5b\xc4\x9d\xc0\x19\x4e\x8b\xa1\x21\x67\xf9\x1f\x1a\xed\xe1\x4c\x09\xde\xe2\x30\x47\x3e\x9c\x29\x9c\xbb\xce\x70\xa6\x0c\x67\x8a\x80\xc0\xa1\x0b\x34\x26\x23\x6f\xa6\x66\x38\x53\xc6\x72\x8b\xee\x8a\x0e\x88\x1e\x0f\x94\xe0\xeb\xb5\x55\xad\x04\xe0\x99\x3a\xd6\x61\x55\x9f\xc6\x8a\x53\x0f\x48\x50\xdf\x74\xe7\x05\x24\xf8\x92\x35\x64\x9f\x32\x9b\xc7\x1a\x28\x2c\x3c\xf3\xb0\x29\x18\x81\xa9\x13\x3d\x97\x7d\xae\x95\x4d\x8c\xa9\xb3\x33\x4f\x07\x0f\x1d\x98\x66\xb4\xa7\x31\xa5\x69\x14\x60\xde\xeb\x61\x15\x2c\x3d\x22\xbb\x33\x2f\xbb\xc1\x3c\x9b\x4e\xa0\xa9\x19\x77\xa2\xcd\xcb\x6a\x8d\x29\x39\x13\x9d\xe9\x6e\xe1\x04\xbb\xb5\x07\x5b\x31\xcd\x49\x4c\x4d\x7b\x70\xa8\xa6\xa6\x7d\x6a\xc6\x9d\x6a\x53\x33\x0e\x54\xbc\x14\xb1\x79\x53\x9f\x7c\xe2\x28\x15\xd3\x28\x82\xc5\x03\x58\xbc\x14\xce\x44\x67\xea\x28\xcd\x35\x87\xaa\xdb\x67\x53\xac\x23\x00\xf2\xf5\x1a\x23\x6f\xe2\x1b\x22\xf1\x25\xa3\x5a\xdd\xa2\xb9\x66\x52\x29\x50\x0b\x66\xba\x07\x34\x63\xb5\x7e\x49\xf3\x81\x20\xcd\x97\x8c\xdf\x73\x6a\x80\x24\x2f\x85\x5b\x42\x9e\x0d\x2d\x78\xe0\x4a\x2e\xd9\xd6\x4a\xf6\x88\x82\x7d\x84\x13\x06\x64\xc8\x53\x94\x09\x7e\x12\xf2\xf1\x1c\xca\x84\x72\x84\x8d\xf6\x47\x28\xc7\x03\x0e\xe0\xd8\xb6\xe5\x09\x3c\x6c\xfd\xff\x7a\xce\x15\x32\x1c\x5b\x29\xf9\xed\xd7\xa8\x04\xe0\x83\x0b\x45\x71\xf8\x86\xac\x35\x83\xd4\x3e\x67\x32\x46\x65\x69\x18\xf0\xad\xec\xc2\x01\x47\x63\x67\x70\x98\x5c\x2d\x9c\xbd\x9e\x0f\xe6\x7d\x72\xdf\x59\x29\x5c\x56\x3c\xb9\xf5\x6c\x3d\x7c\x6f\x69\xf2\x7c\xc8\xae\x4d\xee\x31\x5b\xb2\x2c\x59\xf1\xbd\xf2\xf3\x7b\x94\x25\x11\x3d\x39\xee\xbe\x64\xe7\x6f\xbf\xe6\xf0\xf7\x58\x35\xe8\xfd\x1c\xe4\x55\xe6\xd8\xdb\x4f\x7b\x27\x47\x83\xd6\xe3\x5c\x31\xff\x7f\x1e\x85\x3b\xff\x73\x59\x9f\x03\x08\xe4\xe4\x10\x11\x27\x5d\xe6\x38\xfc\xcd\x83\xdf\xa4\x16\xd6\x9f\xc9\xfa\xc3\x6e\xe1\x74\xf9\x99\x2c\x3f\xd0\x67\xcf\xc1\x8c\x9a\x1c\x32\x62\xf7\x70\x7a\x8d\xc3\xe4\x1a\x87\xab\xf1\x0e\x0b\xd4\xe4\x12\x07\xfc\xb3\xc9\xc2\xf4\x6b\xb2\x00\xed\x1b\x84\x94\x93\x65\x68\x3d\x2a\xb2\x43\x99\xef\xc1\x05\xb6\x71\x52\x7e\x72\x2c\x68\x3d\x5e\xbf\xcc\xf5\xdb\xaf\xe9\xad\x03\x93\x5b\x07\xca\xf2\x92\xe6\x04\x6e\x3a\x99\x79\x70\xd3\x4d\x0f\x18\x4c\x0f\x18\xdc\xed\xff\x1f\xa1\xf5\xcf\xdf\x9f\x3f\x7e\xfb\x5f\xff\xfb\xf9\xe3\xff\x3c\x7f\x1f\xbf\xf7\x7f\xff\xf9\xe7\xf8\xc7\xbf\xbe\xbf\xf5\x7f\xfd\xfe\x3f\x96\xf4\xf7\x6f\xcc\xbf\xfd\x63\xfc\x39\xfe\xef\x3f\xff\xfd\x67\x1f\xbf\xff\xf1\xcf\x3f\x56\x29\xfe\xfe\x5f\x00\x00\x00\xff\xff\xdd\x4e\x8e\x02\x63\x04\x03\x00"); +var _fbec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9a\xc4\x35\xe8\xb2\x71\x76\xd9\x06\xe3\x41\x7c\x28\xca\x17\x5c\xf7\x26\x37\xb3\x06\xf5\xef\x8d\xd6\x8a\x67\xad\xc8\x82\x86\xf3\x4e\xce\xab\x27\x22\x24\xed\xad\xad\xad\xfd\xad\x3f\xfe\xc3\x3f\xfe\x97\x7f\xfc\xf5\x97\xbf\x7d\xfd\xf1\x7f\xfb\xfd\xb7\xf3\xcf\xf3\x6f\x5f\xf7\x2f\xbf\x5e\xbf\xcf\xbf\xfe\xf6\x6f\xbf\x9f\xf3\xeb\x98\xff\xf2\xcb\xaf\x7f\xf8\x43\x88\x5f\xd7\x2f\xe7\xdf\x3e\x4d\xfc\x39\xff\x75\xff\xcb\x1f\xfe\xb0\xbe\xff\xf3\xbf\xff\xf5\x6f\xf3\x5f\xff\xf1\xd7\xfb\xb7\xaf\xc4\xf7\xae\x7f\xfb\xcb\xf3\xee\xd7\xd7\x1f\xff\xf7\xf9\x2f\xbf\xfc\xf5\x6f\xbf\xff\xfb\xd7\x7f\xfa\x9f\xaf\xdf\x8e\xf9\x3f\x7c\x5d\xf3\x5e\xbf\xff\xaf\xbf\x5f\xf3\xf7\x5f\x7e\xfd\x97\xaf\xff\xf4\x0f\xff\xf4\xe7\xa0\x9f\xff\xfc\x6f\x7f\xf9\xcb\xff\x37\xff\x75\xfe\xfa\xb7\xaf\x86\xdf\xe6\xaf\x17\xfe\xfe\xe1\x8f\xff\xf0\x5f\xf7\xbf\xfc\xd3\xfe\xaf\xf3\xeb\x8f\xff\xfc\xeb\x2f\xff\xf0\x4f\x7f\xfe\xcf\xff\xfc\xdf\xfe\x94\xe2\x7f\xfe\x5f\xf0\x18\x4f\xff\x8f\xf9\xfb\x5f\x7f\xf9\xed\xd7\xaf\xf0\x3f\x6e\x61\xf8\xe7\xff\xf6\xef\x7f\x99\x5f\xe1\xe9\xe5\xff\xfa\xe7\x7f\xfc\x2f\x5f\xff\x77\xf8\x0a\xdb\x57\x2c\x65\xa4\xff\xe7\xf9\xfd\xff\xfc\xaf\xbf\x5d\xf3\x6b\x63\x2b\x70\xfe\xe7\x6f\xd7\xfc\xeb\x5f\xf6\x73\xfe\xbe\xff\xfa\x2f\xf3\x0f\x5f\x5f\xff\xd3\xf6\xfc\xfb\x5e\xff\x0d\xdb\x9f\xfe\xf4\xa7\x3f\x7d\xaf\x29\xfe\x87\x37\x3f\x1d\xfc\xfa\xdb\xdf\xae\x79\xf3\xb7\xbf\xff\x76\xfd\x0b\xf7\xf7\x57\x58\x5f\xbf\x5f\xfb\x43\xd8\xb6\x67\xf4\x5f\xae\xf3\xff\xdd\x7f\xff\x7c\xb8\x6f\xeb\xed\x4f\xa3\x7c\x7f\xc5\xba\xa9\xd9\xbe\xbf\x42\xeb\x6a\xf6\xef\xaf\x90\x5a\x6e\xfa\x61\x7c\x7f\x8d\xaa\xd6\xf9\xfd\x15\xf2\x96\x87\x7e\x58\x13\x19\xe5\xd3\x3c\xb6\xef\xaf\xd8\xd5\xf9\x11\xbe\xbf\x62\x88\x6a\xae\xb1\x82\x5e\x3e\xd7\xb4\x7a\xeb\x1a\xfc\x0c\xfc\x41\xc3\x9d\x1d\x3f\x0c\xf5\x70\x0e\xfe\xa0\x11\xce\x7d\xfd\xd0\x37\x81\x77\x45\xbe\xa1\x3e\xae\xc4\x1f\xb2\x7e\x68\x6b\x52\xea\x61\x6e\xec\x41\xd3\x9a\x81\x3f\x24\xfd\x80\x59\xf4\xd7\x27\x83\x6f\x68\xe2\x93\xb3\x48\x9a\xe7\x3c\xf9\x89\x06\x9d\x17\x7f\xd0\x1b\x77\xe4\x0f\xea\xe3\x4e\xfc\x41\x13\xbf\x31\x4f\x01\x76\x73\x16\x59\xb3\xb8\x39\x8b\xe8\x2e\x39\x8b\xe8\x37\x38\x8b\xf8\x59\xcc\xb0\x3d\x18\x2f\xfa\xe1\x81\xf5\xd3\x47\x08\x44\x5f\x1f\xfa\x81\xd3\xda\xd4\x47\xd8\x89\xcf\xa0\x1f\x0e\xbe\xa1\x4f\x22\x7f\xd0\xd4\x43\xe6\x0f\xd9\x3f\x9c\xec\x23\xe9\x87\x07\x3d\x9a\x58\xe1\xb0\x49\x9d\xd6\xa7\x53\xfd\x70\x5e\x9c\xa9\x26\x76\x4e\xce\xe3\x83\xf3\x70\x71\x65\x83\x46\xb9\x48\x5f\x22\xd7\x70\x3d\x8b\xa0\x3e\xae\x4c\x8c\x69\xa6\x57\xe5\x0f\xee\x83\xcb\x10\x3d\xca\x83\x75\x77\xfa\x60\xfd\xb3\x90\xb1\x70\x1e\xa9\xe8\x87\x07\xeb\x7e\x83\xc3\xa6\xa6\x1f\x08\x6d\xd2\x1b\x95\x9f\xa4\xa4\x1f\x38\x6c\xd6\x0f\xad\xf0\x8d\x0f\x41\xc5\xfe\xa0\x30\xeb\x87\xe7\x93\xcf\x62\xc7\xb3\x72\xb3\xeb\x93\xb3\x7d\x7f\x15\x21\x30\xae\xcd\x55\xb4\x0f\xe2\x79\xac\xa6\xa0\xc0\x02\x0c\x7d\x7b\x8d\xf5\xf4\xd3\x77\xda\xf2\x9b\x31\xa4\xed\x3f\xf0\x95\xb4\x9d\xef\xa1\x32\x08\x31\x0d\x01\x9c\x0b\x7f\xa8\xcf\x7a\x87\x79\x4c\x2e\x5e\xd7\x0f\x37\xf1\xac\x37\xce\x67\x27\x6f\xfa\xe1\x41\xda\xb3\x9a\x71\xdb\xd6\x7a\xa7\xfa\x01\x38\x6e\xa0\xee\xa8\xe7\x61\x4d\xfa\xb3\xd6\x71\x8b\xeb\xf5\xcf\x1c\xe3\x16\x17\x86\x83\x5e\x8e\x0b\x7b\x1f\xa6\x10\xb7\xd8\xfe\xee\xe5\xb4\xbe\x6d\xea\x2a\xad\x6f\x5b\x54\x73\xad\x6f\x6b\x6a\xce\x17\xb2\x22\xb9\x6c\xab\x1f\xa6\x16\xc3\x96\x16\xcf\xae\x6a\xae\xce\x3e\x0c\x2d\x86\x6d\xac\xa7\x9f\xce\x42\xa8\xe0\xd1\x45\xcf\x63\xe0\x0f\x45\x3f\xc4\xef\xaf\xa1\xf7\xc7\xe2\xd9\x42\x49\x18\x8b\x67\x67\xbd\x3b\xe2\x6a\xfa\xe5\x35\x93\x5c\x71\x70\x3d\x87\xcc\x7f\xe7\xd8\x89\x61\xf4\xef\xaf\x58\xa2\x9a\x6b\x9a\x45\x30\xcd\x86\x05\xfe\x30\xea\x18\xc3\x3a\x98\x4a\x53\x73\x5f\xec\x2f\xa9\x39\xbf\xbf\xe2\x87\xb5\xc5\xb8\x0e\xc0\x98\xf4\x34\x2e\x18\x3e\xec\x37\xc6\xb8\x66\x29\x04\xc4\x88\x9e\xfd\xf2\xb1\x5e\xd6\x40\x71\xf5\xfc\xd9\x36\x31\xa6\xbc\x20\xd4\x40\x6b\xe1\xe2\x87\x0d\xc5\x98\xce\x35\x0d\xbd\x5c\x16\x76\x44\x3f\xb1\xae\x69\x04\xbd\xbc\x36\x6d\x8c\x9a\xd5\x58\x5d\x65\x4d\x03\xf8\xc8\x9a\x24\xce\x65\x91\x6a\x3c\x00\xa0\x9e\xce\xfb\x4d\x6c\x79\x2d\x69\x11\x05\x94\xc5\xd7\x93\x28\xb3\x2c\x32\x4f\x9f\xa3\x26\x96\xb5\xd5\x52\xd0\xcb\x01\x2f\x17\x35\xf3\x6a\x56\x35\xfb\x6a\x36\x35\xd7\xb7\x1f\xd6\x1e\x4b\x5c\x2f\x7f\xce\xbd\x58\x22\x9e\xea\xe5\x84\xa7\xea\x2a\xe1\xa9\x06\x02\x1b\xcc\xdb\xd0\x34\x0b\xe9\xf2\x73\x98\xc7\xb2\xb0\x19\xf2\xa6\x6d\x52\x70\x0a\xe4\xad\xfb\x93\x8c\x1f\x6a\xd2\x0f\x85\x9f\x08\xba\x42\xea\xef\x7e\xa3\xf1\x13\xcf\xa3\xf3\x13\x41\x51\x06\x3f\x11\x1c\x65\xe7\x27\x02\x1b\xec\x38\x6f\xdd\x33\xa5\x1c\xd4\xfd\xc6\xc5\x4e\x3d\xd3\xc9\x1f\x3c\xec\xcd\x4f\x34\xd3\x4a\x7c\x68\x5b\x97\x4a\x7c\x88\x2d\x94\x4a\x7c\x74\xbf\x41\x7c\x54\x4d\xbd\x12\x1f\xe2\x33\xa5\x12\x1f\x5d\x28\xac\xc4\x47\xf5\xb0\xc4\x47\xd3\xd4\x2b\xf1\xd1\xdd\x29\xf1\xd1\x04\x6d\x25\x3e\x9a\xe7\xf1\xe0\x43\xc0\x55\xe2\xa3\x7a\xea\xf7\xf7\x57\xd2\xc6\x28\x6d\xd1\x9c\x76\x6f\x69\x99\xa7\x81\x26\xd5\xc7\x22\x15\x37\xf7\xd5\x14\x50\xfd\x58\x4d\x81\xd4\x41\x57\xea\xbb\x5f\xab\xa9\xbe\xfb\xda\xce\x43\xd0\xf5\xb5\x8f\x86\x60\x1b\xc4\xa0\xb8\x4e\x19\x20\x7f\x7d\xbd\xf6\x68\x12\xd7\x29\x90\x9c\x4d\xa0\x3b\x0e\x14\xf5\x7d\x40\x7c\xd0\xcb\x07\x0e\x5c\x4d\xf3\x58\x38\x19\x6e\xe2\xb8\xd4\xac\x4f\x0a\x16\x6a\x36\x9c\x6e\x6a\xe2\xfc\xd7\xb8\x14\x6d\x84\x9e\x13\x27\x9f\xba\x9a\x0b\x84\xa8\x59\xcd\x05\x82\x58\x54\xc5\x61\x21\x12\xaa\x1b\xc6\x2d\x6a\xfe\x1d\x13\xaa\x19\x67\x41\x50\x33\xbc\x39\x56\xcd\x38\x0b\x3e\x10\xb5\x74\x61\x15\x3f\xba\x44\x9c\x7d\xe3\xb9\xd5\xf5\x43\xc6\x0f\x42\xc2\x84\x08\xd2\xea\xf8\xd1\x01\x32\x47\xe1\xdb\x43\x3f\xe0\x60\x6c\x5a\xec\x39\x28\x37\xe6\x0f\x78\x73\x2f\x7c\x23\xe8\x87\xc6\x1f\x34\x85\x7d\xe7\x0f\x49\x3f\x3c\x9d\x66\xfd\x30\xf9\xc3\x07\x49\xf3\xa8\xfc\x41\xa3\x1c\xcf\x27\x4d\x3f\x3c\x9f\x08\xf2\x67\x79\x75\x70\xce\xf3\x19\x56\xb0\x60\x11\x5b\x13\x9b\x9e\x17\xfb\x10\x67\x9e\x93\x02\x9c\x8e\xe6\x7b\xb1\xf9\x22\x31\xe1\x5e\x22\x56\x11\x25\xdf\x6b\xa1\x8b\x4e\xaa\x7b\x2d\x74\x15\xd8\xf7\xb6\x44\x3b\x1d\x6b\xf7\x76\xaf\xa7\x9f\xd9\xdd\x01\x3d\x6b\x9b\xdc\x21\xac\xc7\x6e\xc6\xef\xaf\xaa\x4d\x72\x2f\xa9\xa9\x88\x68\xee\x75\x82\x54\x9d\x3e\xf7\x3a\xc7\xcb\xd0\xa2\xdd\x4b\x1e\x29\x12\x28\xee\xb0\xe4\x44\x2d\xd8\xbd\x8e\xf9\xba\x6d\xee\x7b\x09\x99\xd9\x13\x3b\x57\xdf\x1e\xea\xfa\xfe\xaa\x3a\xf6\xef\x25\x14\xd4\x4d\x0b\x75\x43\xd2\x69\x55\x82\xc0\xbd\x24\x9d\x62\x04\x46\x20\x41\x33\x5b\xc7\x57\xdd\xb4\xac\x77\x5c\xbd\x7b\x6a\x4b\x30\x28\x45\x33\x5b\x32\x5b\xdd\x8c\xb3\xb5\x57\x5a\xd4\xd8\x6b\xaf\x94\xa2\x8f\xf3\x82\xba\xf8\x65\xcc\x34\xea\xf1\x3a\xd9\xea\xa6\x5d\x7a\xaf\x33\xa8\x6e\xda\xc4\xf7\xe2\xe3\xbd\x0a\x8e\xc5\xc5\xbb\x4e\x8a\xbb\x61\x79\x5e\xed\xf5\x75\xf0\xeb\x8b\x61\xd6\xa0\x53\xf2\xee\xc0\xa2\x8e\x8d\x7b\xc9\x78\x35\xe8\x7c\xbb\x97\xa4\x56\x93\xce\xaa\x7b\xf1\xb9\xa2\x7d\x7d\xef\x10\x9b\x0d\xf9\xda\x42\xa5\x6a\xc1\xf7\x8b\x58\xf7\xe7\x8b\x92\xab\xa9\x69\xb1\xbe\xd6\x24\xdb\xdc\x6b\xb7\xac\xd3\x5e\xed\x1b\xcf\xd5\x5e\xdc\x6f\x6c\xc6\xe5\x79\x2e\x79\xd5\x0b\xb3\xd4\xb6\xdc\x4c\x52\xd7\xda\xf4\x71\xfb\xfc\x90\x60\x29\xf9\x10\x60\xda\x96\xf4\x1c\x9a\x9a\x8b\x98\xe3\x67\xf6\x89\x4a\x72\x6a\x9f\xa5\x4a\xe1\x24\xd7\xf9\xec\xc3\x14\x60\x85\x68\xf5\x23\xc8\xa5\x80\xad\x9b\x44\xe2\x29\xa6\x47\xc2\x4e\x9f\x1f\xf6\x35\xe4\x47\xbd\x4d\x69\xe1\x33\x7e\x8e\xcf\x94\xce\x25\x62\x6a\x42\x69\x71\xf7\xf8\x41\x7e\x4a\x4b\x4b\x8d\x49\x2f\x2f\x60\x63\xf2\xd3\x25\x26\x7e\xc4\x8c\x94\xa1\x57\xe4\xd6\xf5\xc3\xa2\xca\x50\xf2\x67\xed\x53\xce\x3b\x8e\xb0\x0f\xf6\x52\x86\xf2\xdd\xa4\x9e\xa7\x4c\x21\x62\xb8\x8f\xb6\x66\x5f\xa4\x38\xa7\xdc\x56\x1f\x35\x6b\x16\xb9\x5d\xec\xc3\x3f\xe0\x84\x92\xd8\x95\x32\x0e\xda\xa6\x93\x35\xe5\x01\x41\x44\x07\x75\xca\x64\xd5\x32\x78\xa4\x0c\x5b\x52\xc9\x9f\x53\x30\x65\xb2\x59\xd9\x93\x52\x3e\xb9\xbf\xcb\xd0\x0f\x6b\x69\x4a\x75\x1f\xd7\xea\xa3\x6e\xe9\x27\x07\x4c\xca\xeb\xe4\x0c\x65\x14\x7d\x3e\x2b\x0e\x69\x2d\x75\xbe\x0f\xa2\xe2\xa1\xe5\x54\x70\x7e\xb6\xf8\x61\x1a\xa9\x40\x77\x6b\xf5\xc3\x78\x13\xc5\xda\x26\x83\x40\xa2\x14\xdb\x24\x54\x27\x0a\x9c\xbd\x7f\x36\x58\xa2\xe4\x57\xeb\xe6\x1f\x88\xdf\xa8\x61\x1b\x96\x35\x7c\xd4\xa7\x54\x5a\xe4\x1b\x1a\xb6\x35\x40\x2e\x3a\x2a\x0d\x64\x1b\x3f\xb2\x61\x2a\x38\x8d\xb3\x4c\x06\xa9\x8c\x86\x4e\xb3\xfa\x18\xf8\x44\x36\xa6\x44\x81\xa7\x8a\xf5\xa7\xf2\x2c\x5a\xd6\x3c\xb0\xf9\x6b\xf8\xd8\x43\x52\x81\x5a\xde\x64\x65\x48\x85\x8b\x26\x23\x5e\x2a\xe7\xd3\x87\x3e\x39\x69\x83\x8c\x9a\x18\x0e\xcb\x32\x8c\x53\x08\x40\x75\xdb\x34\x2c\x2c\x37\x35\x19\x7c\x18\x6a\xaa\x54\x95\x54\x2e\x88\x50\x92\xd6\x52\xb9\x80\xd3\xe4\x99\xde\x90\xe6\x24\xe7\xa6\x02\x9b\x5c\x1b\x22\xaf\x02\x9b\x5c\xf5\x66\x2c\x20\x87\xd6\xab\xfb\x98\x7c\xe3\xf3\x03\x04\xaa\xd0\x86\xe6\x51\x03\x0c\x46\x3a\x00\x53\x85\x01\xad\x0d\x6d\xc8\x1a\xa8\x3b\x7c\xf8\x6b\xaa\x11\xc3\x96\x8f\x28\x99\x2a\x2c\x0f\x63\x0b\xfe\xe1\x22\x3e\xd4\x07\xf8\x40\x6f\x9e\x47\x5a\xf3\xa8\x4d\x0b\x55\x41\xa7\xb9\x8b\xd6\x6b\x86\xc8\x99\x3f\x9a\x6f\xaa\x19\x8a\x40\xd2\xca\xd5\x8c\x3e\xf2\x47\x54\x4a\x35\x73\x97\x37\xbd\x01\xa5\xa6\x74\x61\xac\x82\x92\x87\xb4\x9c\x54\xc9\x3a\x36\xf1\xca\xda\xb9\x3d\xd2\x07\xeb\x75\x60\xb1\xb3\xe8\xb4\xee\x94\x58\x87\xde\x80\xc8\x56\x42\xd1\xb0\x10\xd9\x7a\xed\x9a\xfa\x81\xed\x51\xc4\x7e\xea\x11\x88\x42\x0d\x7b\xac\x4e\x8b\x34\x81\x54\x0f\x6c\xc2\x52\x85\x75\x70\x9b\x62\xbe\x5f\x41\xb8\x39\x36\xbd\x71\x26\xee\x06\x8d\x72\x62\x47\x95\xe1\x37\x40\xda\x66\xb6\x15\xa4\x5d\x6a\x13\x3e\x68\xd2\xce\xa2\xa0\x0a\xfb\x74\x1e\x9b\x7f\x00\x53\x8a\x86\x05\xa4\x5d\xaa\x98\x41\x05\x25\xe7\xb1\x09\x1f\x30\x59\xe7\x26\x36\x58\x67\x24\x3e\xb4\xfa\x4b\x29\x08\x75\x88\x8f\x55\x70\xba\x5a\x45\xda\xf5\xc6\x49\xd2\xb5\xb6\x0d\x26\xb9\x3c\xc4\x94\xda\x73\x8e\xea\x14\x68\x30\xea\x55\xb3\xbe\xb6\x61\xa1\x8a\x96\xb2\x6d\xa0\xd3\xa1\x95\x6b\x01\x48\xee\xda\x73\x0d\x36\xb6\xdc\x84\xd3\x06\xe2\xcf\x2d\xfa\x0d\x4c\x2c\x6b\x47\xb5\x88\x3e\x8a\x27\x86\xdd\x50\xaa\x4e\xc5\x96\x1e\x3b\xb7\xde\x80\x35\xae\x4a\xb6\x4b\x2d\x71\x14\xf1\xc2\x96\xc8\x72\xca\x07\x41\x0d\x07\x69\xed\xc3\x3f\x24\x1e\x82\xfa\x01\xea\x79\x69\x7e\xa3\x42\x2f\x4b\x3a\xd9\x1b\x18\x6c\x1b\x62\x5b\x0d\xfa\x64\xee\x22\xdc\x06\x2a\x6c\xc9\x38\x85\x26\x91\x6b\xc9\x3f\x39\xc0\x1a\x48\x63\x48\xef\x4e\x0d\x2c\xac\xc4\xaa\xfe\xe0\x36\x68\x41\x9c\xa2\x81\x85\xd5\xa0\xd3\xa8\x6f\x60\xd8\x43\x14\xd9\x03\xf4\xff\xa6\x4e\x7b\xdc\xf8\x86\x7f\xc0\xb2\xd6\x8f\x56\x99\x7a\x22\x35\x7d\xd4\xdb\xd4\x53\x27\x5c\x1f\x54\x74\x98\x2e\xba\xbc\x3f\xa9\x37\xf2\x34\xa1\xa2\x03\x37\x55\x1a\x52\xea\xd8\x6e\xd9\x87\x4f\x5f\x72\x60\xa8\x32\x32\xa7\x7e\x91\x44\xb5\xff\x3a\xf6\xce\x90\x39\x28\xf5\x9b\x0a\xa7\xd6\x79\x80\x66\xdb\x10\x01\x0e\xd8\x7c\x9b\xb9\xde\x80\x21\xb7\x98\xde\x06\x89\xa7\xf9\x93\x44\x8c\x89\xde\x06\xdc\x17\x6d\x68\xef\x0c\x40\x5b\x9b\xc0\x1f\x38\x8c\x87\x45\xd4\x01\x5d\x39\x67\xed\x8c\xd1\x79\x70\x48\x4a\x1c\x9d\x9b\x49\xe7\xe6\x18\x91\x07\xba\xe6\x31\xb8\x50\x1f\x4b\x56\x1a\xe3\x20\x45\x6a\x14\x9c\xdf\xa5\x0b\x41\x63\x07\x73\xe9\x92\xb1\xc6\xf1\xe0\x43\x33\x85\xfb\xa2\x6e\xee\x14\xbc\xa4\x07\x6d\xc8\x01\x5e\x92\xab\x64\x91\x01\x6f\x57\x93\x7e\x91\x06\x89\x6e\xe8\x00\x1b\x3c\x37\x65\x29\x4d\x03\xe7\x66\x8b\x3a\x8d\x76\x70\x9b\xea\x93\x75\x7f\xb8\x4d\xf7\x0f\x94\xbc\x84\xf5\x3d\x40\xe2\x69\x7e\x23\x50\xe2\x11\xf8\x7b\x04\x82\x86\xd6\x76\x8f\xcf\x69\xa4\x37\x12\x56\x5f\xa6\xf8\xb4\xc3\x57\xd5\x86\xc8\x72\x87\x51\xb2\x5a\xb2\xdd\x0b\x87\x1d\x7e\xe3\xa4\x2c\xa2\x79\xc0\xf6\x57\xe4\x2a\x48\x3b\x8c\x70\x55\x4e\xc9\xb4\xc3\x08\xd7\xa2\x4e\xd6\xfd\xe1\x14\xda\x40\xfb\x8e\x6d\x5a\x24\xe0\xec\x07\x69\x4c\x4a\xc5\x0e\x7b\x41\x35\xd3\xdf\xe1\xc9\xcc\x26\xed\xfd\x06\x1b\xdc\x3c\xd3\x47\xc0\xf1\x3c\x6e\x6e\xc2\xa1\xa9\x53\xde\x95\x4d\x36\x1d\x1b\xf8\x51\xd1\xda\x1e\xe0\x0e\xdd\xfc\xe3\x88\x4f\xa7\x7a\x83\xfe\xbf\xa6\x4d\x78\x40\x16\xe9\xb2\xfd\xa7\x23\x83\xa4\xa4\xf5\xa7\x03\x36\xd9\xbe\x69\x67\x1f\x34\x8e\xd6\xa2\x37\x1a\x85\x35\xf1\xb1\xa3\x3d\x7d\x14\xfd\x40\x9b\x99\xc4\xa8\xa3\xc1\x28\x99\xa3\x3e\xe9\x64\xe9\x55\x3f\xc0\xc0\xd4\xbd\xe7\x0e\x28\x29\x65\xd3\x61\x7c\x60\x8b\x95\xd7\x4c\x29\x11\x77\x1d\x71\x07\x95\x94\xa4\x8d\x7c\x80\x83\x17\x39\x37\xd3\x71\xf2\xf0\xd1\x46\x3e\x20\x36\x94\x6d\x13\xc6\x2e\xb0\x9c\x4d\x5b\xec\xc0\x09\xdf\x37\x71\xcb\x83\x0e\xe5\xd7\x1b\xf4\x1f\x6f\xd2\x54\x0e\xca\xaa\x5d\x74\x7a\xdc\x54\xeb\x74\xa2\x9d\x3c\x8c\xbd\xf7\xcf\x10\x28\x66\x57\xfd\x40\x6d\x52\x92\xf9\x49\xe1\xb5\x25\x7d\x52\xc8\x3f\xc4\xe9\xce\x4e\x4f\xa5\x76\xe5\xf9\x98\x2e\x53\xfc\xc9\x01\x76\xc2\x89\x58\x2c\xa7\x9d\x60\xe9\x35\x79\x92\x8f\xf4\xb3\xf9\x07\x6c\xb7\x5c\x35\x85\x79\x50\xb6\x51\x1f\x70\x96\xf4\x4d\xb3\xbe\xe0\xd5\x1e\x9b\x00\xbd\xe0\xf7\xcb\x72\xb9\xa5\x8b\x32\x78\xd5\x2a\x5e\x89\x8e\x70\xa9\x53\x57\xe2\x28\x3a\x59\xaf\x0c\x13\x9f\x95\xfe\x2b\x53\x2e\x71\xa7\x99\x76\x10\xcd\xf4\xa2\xc7\xa3\x68\x87\x5e\x90\x9f\x6b\xd3\x2e\xbf\x28\x53\xe4\x8f\xef\x2a\x5d\x30\xc6\x17\xf9\x7a\xd2\x45\xc7\xef\x26\x7b\xc5\x05\xa9\xa3\x54\x29\x07\x17\x3d\xc1\x9b\x16\xfe\x82\xb6\x5e\xb2\x50\x78\x75\x6a\x0b\x32\x12\x5c\x9d\xc7\x93\xb6\xca\x45\x5f\xf1\x26\x33\xc9\xd5\x31\xca\x0b\xa7\x83\x1b\xd2\x7d\x40\x6c\x2f\xb2\xb4\xa6\x6b\x27\x11\x6b\xab\x5c\x47\x06\x4f\xd3\xa6\xbe\xa0\x2b\xe6\x28\x66\x7b\xd1\x6c\x5a\x0d\xfe\x49\x66\x2b\x8d\xf4\x62\x04\x48\x37\xd6\x21\x14\x94\x16\x35\x31\x92\x94\xfc\x4c\xe9\xa2\x84\x2d\x4f\x54\xba\xa0\x1a\xd6\xa4\xad\x72\xc1\x17\x69\x8b\x52\xba\x10\xf2\x51\x87\xc8\xf2\x02\x8d\x95\xd7\x52\x32\x5c\x23\x24\xff\x40\xd1\x43\x0c\xea\xba\xa1\x5f\x55\xf1\xf8\x0b\x96\xa6\x36\x8c\xb1\x1b\x33\x4d\x12\x53\x27\x8d\xf3\x4d\xbc\x75\x52\x08\xf5\xc4\x26\x84\xd0\x66\xf3\xd5\xcc\x54\xd9\x25\x3f\xcf\x42\x15\x44\xca\xf4\x84\xb3\xa5\xfa\x14\x98\x3b\x45\x42\x9d\xbd\x73\x27\x4b\x17\x49\xd1\x46\x5e\x8b\xe4\xd6\x89\xa5\x2c\xaf\x61\xa1\x5f\x15\xb9\x95\xd2\x84\x1c\x91\x87\x87\xc5\xda\x16\x0b\x7c\x13\x6c\xb0\xc8\x0b\x94\xe6\x49\xac\x4b\xd0\xa2\x8d\xbc\x07\x8f\xc2\xb5\x4d\xd2\x15\xe7\x45\xa9\xc9\x7d\x30\xa4\x43\xa6\xcf\x34\xc9\x2e\x4a\xd2\x3c\xc0\x5b\x9b\xbc\xdf\x69\x22\x60\xa3\x54\xa9\x42\x93\x96\x02\xf3\x0f\x5a\xe2\xb3\x22\x27\xd2\x84\x7e\x55\x8a\x34\xb0\xf9\xc8\x44\x3a\x49\x26\x28\xa8\x58\x06\x98\x93\xfb\xf6\xf5\x03\x7c\x66\xd5\xcb\x00\x96\x3e\x36\x1d\x0b\x93\xc7\x75\x90\x98\x3d\x41\x63\x45\x7e\xc8\x34\x41\x63\xdd\x82\xd6\xbc\x1f\x8c\xf9\x8d\x07\x63\x9a\xd8\xcd\x7d\xab\xd3\x08\x4e\x84\x50\x52\xf3\x0f\x10\x81\xbc\x5f\xe0\x39\x58\xc3\xfa\x8d\x46\x2d\xc3\x3f\xc0\x0e\x10\xc4\xf4\x6f\x86\xeb\x28\xc0\x21\xdd\x38\xd0\x8b\x3c\xb7\x09\x06\xee\x25\xcf\xe8\x87\x4a\xe0\x24\x67\xde\x38\xae\x7b\xd0\x61\x7c\xd3\x84\xd8\x05\xdc\x8d\x00\x8f\x96\x8a\x7f\x20\xdb\x92\x9c\x79\x73\xb1\x93\x28\xe8\x66\x30\x8e\x5c\x69\xe9\x86\xf0\xda\x83\x14\x82\x1b\x91\x59\x2d\x8a\x3b\xdc\x88\xab\x6a\xbd\x8d\x9f\x1c\x60\x37\x15\x0c\x99\x88\xf2\x06\x74\x56\xb1\xb0\xbc\x6d\xe4\x58\x1f\x40\xf3\x86\xb3\xa6\xcb\x09\x97\x37\xca\x47\x72\xff\xe5\x2d\x73\x92\x5d\x9f\xd0\x84\x28\x3f\x57\xde\xca\xc3\xb1\xc6\xe7\x07\x1e\x1c\x32\xd2\xe7\x0d\x9e\xe0\x2a\x0d\x2c\x6f\x3c\x38\xe4\x82\xcc\x1b\xd5\x55\xb9\x28\xf3\x46\x19\x6b\x64\x4d\x9d\x9c\x22\x55\xcd\x14\x1c\x7c\x04\x0f\x7b\xd0\x20\x56\x34\x31\x6c\xfb\x1a\x36\x4d\x9d\x26\xda\x10\xf4\x03\x22\xa8\xaa\xec\xcf\x79\xbb\x68\x44\x1a\x1a\xe5\xe6\xb2\x56\x75\x7a\x53\x6c\xff\xec\xf2\x1c\x36\x1e\xe8\x1f\x0b\x6a\x0e\xd4\x16\xd2\x67\xef\xe4\xc0\x65\x90\x1c\x9f\x03\x97\x21\x7e\x44\xbb\x1c\x36\x4a\xe9\x1f\xb7\x44\x0e\xb0\xe2\x8f\x90\xd4\x29\x64\x80\x12\xb2\xde\x80\xd8\xde\xa3\x90\x1c\xe8\xf7\x2e\x41\x9f\xd4\xa7\xd3\x0f\x82\x42\xe3\x2e\x6f\x7a\xa3\x01\x5a\x59\x0c\x73\xe8\xcf\xb0\x9a\xe9\x20\x1f\x08\x82\x96\x7e\xe6\x28\x9c\x06\x08\x90\x5d\xc1\x81\x39\x80\x73\x66\x51\x75\xa6\x8b\xa2\xc7\xa0\x51\xc0\xe4\xb2\xb4\xa7\x1c\x40\xf7\x43\x51\x0f\x39\x40\x6a\xca\x21\xeb\x07\x6c\x84\x22\x26\x97\x23\xe5\x45\x71\x9b\x8c\x38\x9b\xd0\xfb\x67\x97\xe7\x88\xf3\x2a\xcb\xf1\x9f\x11\x11\xb3\xe6\xa1\x4f\x2a\x6d\x79\x5d\x3f\xb4\x4a\xa2\xf3\x0f\xa0\x53\xc5\xfa\xe4\xd8\x4f\xfe\xf0\x01\x2e\x0e\x82\xff\xb1\xb0\xe7\x08\x07\x55\x1f\x59\x3f\xc0\xda\x57\xf3\xa6\x3e\x60\x67\xc9\x32\x1d\xe4\x48\x6b\x5f\xfe\xb0\xe3\x1c\xef\xc7\xec\xa6\x79\x50\x15\x2a\xaf\x37\x4e\x8a\xfe\x9f\x4e\x13\xcc\x5d\x23\xa8\xd3\x14\x89\xe4\x0f\x2f\xc9\xa9\x92\x51\x46\xbd\x31\x48\x41\x49\x6f\x0c\xba\x67\x44\x74\xe9\x20\x43\xd1\x32\xa4\xf3\x11\xb4\x3e\x13\x4b\x17\x18\x94\xd7\x36\x71\x03\x19\xfc\xc4\x68\xd3\xe8\x1f\x78\xb4\x48\x78\xcd\x89\x76\x22\x6f\x75\x06\xe0\xf5\xf8\x91\xcd\x72\xde\x68\x49\xd2\xca\x65\x46\x82\xc6\xcf\x41\x9a\x33\x0c\x73\x5d\x21\x5b\x39\x47\x0e\xfb\x11\x3c\x33\xfd\x46\xf9\xf5\x49\x27\x59\x56\x0d\x3b\xe8\x39\xdb\xfc\x03\xcf\xab\xa6\x1f\x68\x32\x93\xf7\x24\x67\x2c\x76\x55\x20\x62\xce\x07\x69\xac\x6a\x58\xc4\x19\x57\x2f\x65\x3e\x1e\x5a\xff\x50\x72\x3e\x79\x08\x8a\x5d\x64\xd8\x9a\xc6\x16\xfd\xc3\x63\x30\x8d\xfa\x01\x3b\x5b\x56\x8f\x9c\x69\x85\x95\xe4\x95\x33\xc4\x86\xa1\xa8\x98\x4c\x67\x54\xa9\xc6\xe9\xe4\x56\x77\x1f\x70\x40\x65\xc5\x4c\xe5\x0c\xb1\xa1\x2a\x6e\x20\x67\x84\x16\x97\x68\xf0\x29\x89\xca\xb3\x9f\xf3\xa4\xc1\xa6\xe8\x07\x2a\x7e\x2d\xf5\x1f\x1c\x60\xb9\x80\x73\x76\xc5\x03\xe5\xb2\x71\x77\x7d\x34\x9f\x5c\xc0\x39\x8b\x8c\xb8\xb9\x6c\x24\x73\x1d\x1c\x85\x21\x87\xf2\xc6\xe4\x82\x98\xe0\xa1\x50\xa6\x5c\xa8\x5f\x29\x58\x26\x17\x9a\x79\xd3\x47\xe3\xc8\x05\x66\xb7\x9c\xb4\x02\x25\x4e\x1a\x93\x3f\xc8\x2a\xb0\xd9\x96\x9c\xfd\x03\xad\x9f\xc9\x3f\x40\x92\x8b\x5d\x13\x43\x88\x4a\x2e\xc9\x3f\x3c\x67\xcd\x67\x49\x4a\x7e\xe6\xa1\x89\x15\x4a\xb6\x4d\x13\xa3\x01\xa8\x54\xbf\x41\xd2\x10\x99\x33\xa2\x6c\x6c\x9e\x18\xc3\xc3\xbc\x77\xca\xe3\x16\x71\xa7\x95\xea\xa5\x71\xca\x18\xab\x94\x35\xb1\x4a\x9a\x6d\x1a\xb6\x91\x75\x88\x88\xe9\xe0\xeb\x0a\x91\xcd\x05\x6a\x5d\x96\xec\x9b\xcb\x4e\xde\xaa\x9d\x51\x18\xeb\x92\xbc\x2e\x8c\x59\x92\xe5\x32\x17\x86\x33\x4b\xf3\xc9\x85\x14\x19\xc4\x4a\xcb\x24\xc7\x12\xd3\xaf\xa4\x20\x99\x87\xf3\x13\x63\x14\x87\xdf\xc0\xd1\x92\xc4\x29\x6a\x78\x6c\xfa\x49\x3f\x10\x38\x91\x54\x65\xc8\x9d\x45\x0f\x3a\x92\xb2\xdc\xaa\xb9\xc2\x9a\x53\xaa\x76\x46\x7d\xa2\xb3\x3e\xaa\x72\xae\x88\x43\x18\x41\xb2\x59\x3d\x48\x96\x55\x13\x3b\x79\x18\x8b\x1f\x55\x28\x18\x45\x26\xa2\x4c\xb7\x48\x89\x5a\xfd\x7a\x3f\xc2\xf0\x07\xa7\x8d\xb6\x04\x59\x2c\x72\x83\xd1\xa4\xc8\x39\x9e\x5b\xe2\x32\x08\xeb\x2d\x67\xfe\xa0\x3e\x68\x29\xb0\x3c\xd3\xf2\xcd\x65\xd0\x1b\x8d\x8e\x13\x9d\xac\x0d\xbe\xda\x2e\xad\x36\x37\x2c\x76\x55\xec\x4c\x6e\x08\x5b\xaa\x32\xfd\xe7\x86\x38\x89\x16\x3c\x2c\xcf\x09\x0b\x8d\xed\xa6\x39\xf4\xe3\xad\xcb\x7d\xa3\xe9\x5f\x2c\xac\x6f\xb4\xe4\x4a\x7c\xe9\x09\x2b\xa7\xe8\xd3\xdc\x0b\x9d\x03\x62\xfa\x1d\x62\x65\xa9\xda\x0d\x9d\x66\xea\xf8\xd1\x49\x72\xa7\xa5\xc0\x62\x43\xdf\x19\xec\xad\xd5\xef\x10\x3c\x8b\xa2\xfe\x72\xe7\x42\x35\x31\x94\x7e\x71\x58\x51\x72\xa7\x60\xbf\x69\xef\x77\x5a\xc8\x36\x77\x7a\xd3\xe7\xa3\x3d\x37\xa8\xf9\x28\xf2\x30\x8f\xf0\xf8\xae\xab\x7e\x98\x9c\xe9\x07\xfc\x81\x43\xb0\x28\x76\x26\x8f\x48\xcb\xc9\xf0\x1b\x14\xf7\xa3\xdf\xb8\x19\x64\xf0\x59\x86\x01\x77\xd5\xf0\x42\x0d\x78\x73\x4b\x11\x0a\x47\xa2\x5a\x27\x76\x31\x12\x4f\x23\x09\x16\x83\x2a\x83\xc5\xfd\xc1\x24\x03\x33\x94\x41\x1d\xc2\x72\xc4\x60\xac\x68\xee\xfe\x61\xe7\x27\x1a\x16\x36\xd6\xdc\xbb\x60\x81\x93\x22\x5b\x7c\xa1\x83\x21\x17\xad\xed\xd8\x49\x0e\x22\x98\x81\x43\x30\x17\x03\x47\x0d\x2c\x15\x21\x79\xd2\xf6\xad\x1f\x76\xb2\x8b\x92\xc2\x4f\x0e\xb0\x3d\xd0\x8a\x22\x40\xf7\x98\x39\xc0\x67\xd6\x7b\x7a\x46\xfc\x4c\x61\xa7\x99\xb7\x88\x41\xed\x3b\x37\xa4\x28\x72\x07\xbd\xb5\x28\xa9\x74\x87\x7d\xa3\xc8\xd9\x90\x77\xfa\x9e\x7c\x2c\xec\xf3\x19\x56\x9f\xdc\x04\x43\xdb\xed\x08\x4c\x50\x10\x4b\x7f\x6c\xe9\x52\x57\xf3\x11\xf9\x86\x8e\x96\x23\xd2\x66\x24\x89\xe1\xc0\x76\xab\xca\xb6\xc9\x07\xcd\x7f\x49\x67\xde\x81\x50\x91\x9e\xc4\xa0\x68\x29\xcf\xa5\xfb\x07\x4a\xb6\xda\x4c\x07\xa2\x77\x6a\x12\xcd\x1e\xfd\xb1\x80\x68\x94\x41\x81\x49\xfc\xf9\x60\x20\xad\x19\x14\x4d\xe7\xb9\x7a\xea\x8c\x2e\x49\xda\x3b\x07\x83\x35\x93\xe4\xe7\xe3\xe0\xca\x49\xf1\x3b\x1e\xe7\xa7\x8e\xc9\x83\x72\x9a\xf2\x60\xf2\x49\xb5\x4e\xe1\xeb\xf9\x84\x6d\xa2\x9a\xfd\x9c\x74\x58\x54\x49\x94\x27\x2d\xb9\x43\x2c\xfd\xa4\x25\xd7\xda\xf5\xc9\x10\x1e\xa5\x12\xe5\x33\x53\x5c\xfe\x58\x0d\xf2\xc9\x58\x09\x79\xc9\xf2\x59\xf8\x83\x0e\xe3\x13\xe7\x55\x55\x44\x78\x3e\xeb\x03\xad\x3a\x6d\x3c\x38\x24\x72\x9f\xed\x11\x92\xf4\x09\xed\xb4\x43\xb2\xef\xd9\x79\xa2\x89\x0f\x9c\x34\xdc\x0e\x89\x2f\x27\x09\xd7\x7c\xe0\x04\xe7\x2c\x72\x7a\xe4\x93\xa1\x11\x59\xb2\xd9\x09\xe9\xb8\x0c\x1d\x1c\xb4\xc1\x37\x93\xf6\x09\x31\xb5\x06\x23\x99\xe6\xae\xd7\xc4\xc0\x5b\xab\x19\xd4\xb5\x11\x1f\xa2\x8f\x0b\x42\x63\xb5\xc8\x7d\x81\xf8\x6b\xd5\x7e\xb9\xe0\x7a\xcb\x55\xdc\xe6\x6a\x14\xe7\x84\xf5\xab\x3d\x58\xff\xac\xed\x05\xf6\x33\x64\x33\xca\x34\x42\xb7\xf4\xf1\x6f\xe6\x6b\x30\x32\x44\xbc\x75\xfe\x5d\xcc\x6c\x9e\x1b\x12\x27\x9a\x9a\x69\x35\xfd\x32\xb1\xa9\x49\xcf\x05\x96\xc3\x8e\xf2\xdc\xfa\xf7\x97\x25\x8e\xb9\x21\xee\xd2\x9d\xef\xab\xe9\xde\x18\x85\xa9\x26\xa3\x4d\xa3\xda\xd7\xf7\x57\xd5\x89\x3f\x37\x44\x88\x06\xb7\x11\xa1\x2b\x9d\x7f\x2e\xfc\x29\xf2\x2d\x4f\x44\xe8\x16\x3f\xcd\xdf\x5f\x4d\x1c\x6f\x2e\xf9\xaa\x89\xa1\xce\x25\x9f\x5b\xd6\x9c\x4b\x40\x69\x5a\xbb\xb9\xb8\x50\x13\x87\x99\x4c\xf0\xab\xdd\xcf\x89\x53\xb1\xcf\x89\x30\xdb\xa2\xd8\xd7\x3c\xc1\x71\x9b\x72\x28\xf3\x44\x6e\x94\x4c\xbd\x79\xc6\xfe\xfd\x55\x92\x3b\x80\x3d\x27\x1a\x73\x11\xa8\x12\x70\xe4\x7a\xd6\xb5\x26\x22\x73\xab\x9b\xc4\x95\xdb\x4c\x05\xf3\x42\xae\x13\xb5\xca\x5c\x34\x13\xe2\x65\xa5\x63\xcf\xc4\xc4\x2e\x0d\xbf\x34\x8b\x9a\xba\x3f\xaf\x6b\xba\x5a\x66\xf0\xdc\x56\x7b\xfb\xc9\x79\x34\xd3\xa2\x11\x83\x9e\x16\x8d\x88\xea\xe7\x62\x3e\xcd\xa8\x4c\x20\x0a\x69\x30\x33\x71\x2f\x1a\x15\x4b\x61\x29\xb2\x0d\xcd\x1c\xfe\x2e\xf4\x34\xcf\x1c\x11\x6d\xad\x0e\x33\x28\xda\x8f\xcb\x9a\x8c\x10\x91\x49\xcf\x9a\x4d\xc6\x5c\xdd\x7c\x8c\xb4\xee\x6d\xad\x8b\xa4\xe3\x99\xaf\x35\x79\xe1\x65\x49\xad\xcd\x24\xb9\x64\xd6\x66\x92\x2c\xa4\x01\x81\xb6\xb4\xa4\xb8\x79\xef\x95\xf1\x0a\x5f\xcf\xf3\x49\xba\xf1\x5e\x03\x47\x6d\xd5\xcb\xb0\xb4\xaa\x32\x5e\x1d\x5c\x00\x46\xcd\x45\x14\xa6\xc9\xb2\xf6\x8f\xe4\xb4\x59\xc7\xf7\x57\xd7\x21\x39\x69\x86\xea\x26\x01\xc4\xbc\x26\x63\xaa\xf1\xbc\x37\x38\x8d\x41\xcb\xfe\x80\x41\xcb\xc2\x1d\x93\x1f\x94\xd4\x99\x27\x03\xdd\x2c\x97\xcc\x1e\xbf\xbf\x52\x31\x7f\xe8\xef\x80\xfd\x3c\x3b\x02\xf6\x05\x7e\x67\x50\xa4\x64\xf3\xd9\xd7\x5a\x55\x77\x4f\x33\xb5\x09\x0d\x9e\x58\x2b\xb2\x13\x41\xdf\x66\x37\x9d\xd8\x12\x42\x3a\xd0\xa5\xee\x10\x12\x2e\x15\x6e\x8e\xb8\x9a\x9a\xdb\x40\xb8\xba\x8c\x21\x73\xe4\xef\xaf\xaa\x83\x1c\x89\x1a\x55\x02\xc7\x84\x6a\x92\x9b\xf7\xd3\x00\xf2\x35\xb3\x41\x0e\x63\xe4\x0f\x4e\x5d\x73\x1b\x13\x6d\x3f\x87\x51\xd9\x54\xbd\x6f\xaf\x64\x86\x3c\x97\x10\x5a\x65\x38\x98\xfb\x9a\xbb\x0e\x8d\xb9\xd3\x48\xe9\x33\x60\x9d\x99\x96\x69\x91\x32\xd2\xcd\xf2\x97\x1a\xd5\xcd\xfc\x60\x02\x57\x40\x5f\x9e\x4b\x61\x8e\x9b\x39\xcd\x52\xb2\xc6\xe6\x4d\x40\xdb\x53\x33\x59\xc2\xf2\x98\x82\x14\x84\x79\x20\xe3\x41\xc8\x38\x1e\x32\x77\x8f\x27\xc3\xaf\xdc\x25\x23\x6a\x7d\x14\x2c\xa9\xa8\x4a\x8a\x44\x9a\xab\xf5\x1e\xf8\xd9\xea\x16\xfc\x78\xad\x9d\x8e\xee\x79\xae\xa5\xd3\x19\x3b\xcf\x8e\xb7\x35\xbb\x13\x89\x08\xc1\xaf\x2f\xb2\x91\x10\x33\x19\x88\x1b\x4d\x37\xd7\x3a\x4b\xcc\x99\xaf\x75\x96\x98\x12\x2e\xc2\xaa\xcf\x2f\xb2\x3b\xcd\xed\x02\x51\xfa\x60\xb8\x16\x47\x31\xe4\x4b\x77\x68\x5e\x8b\x49\x36\xee\xf6\x3a\xe5\x7c\x82\x4e\x80\x22\x7d\x0f\x2e\xb8\xba\x49\x53\x9d\xcc\xd2\xaf\xaf\xef\xe9\xbc\x90\x2c\x3d\x27\x43\x37\xfc\xc9\xbd\x7d\x7f\x75\xd3\xdd\x8d\x09\x18\x97\x77\x5c\x8f\x35\xfb\xa5\x60\x0e\xaf\xfc\x52\xa6\xeb\x66\x42\xbb\x0b\xbe\xfe\x49\x60\x44\x9e\xf7\x22\x43\xf3\xba\x1b\x8c\xbb\x79\x28\x6e\x31\xe9\xb2\xf3\x3e\xd6\xfb\x42\xfc\x7d\xad\xa9\x68\x59\x18\x6e\x65\x45\x1f\x6e\x41\x45\x82\x64\x38\x05\x1d\x3b\x9e\xef\x25\x26\x29\xbe\x34\xdf\x1b\x48\x4a\x82\xea\xbd\x31\x7a\x72\xf8\x05\x82\x9a\xd4\x06\xa8\xa2\xb2\x1b\x72\x93\xcd\x81\xf7\x06\x86\xd0\xd5\xdc\xd7\xe4\xfd\x36\xf2\x3f\xdc\xd9\xb5\x9e\x7a\x2c\x1c\xfe\xd5\x93\x59\xa0\x68\x77\x33\x57\xc9\x46\x58\x24\x2b\x55\xb9\x08\x33\xb3\x95\x6c\x56\x43\xba\x52\x97\x26\x78\xd3\x10\xe5\x35\xbf\x03\xa7\xae\xc9\x05\x4c\xdd\x8f\x99\xd7\x25\xde\xc5\x14\x25\x8b\xa8\x48\x41\xaa\xb6\x96\xdd\xb1\xf3\x03\x4d\x90\x41\x6a\xcd\x33\x64\x5a\x52\xf3\x17\x17\x84\x23\xb7\x17\x3f\xb0\x01\xea\x86\xf9\x40\x0e\xee\x7c\x43\xba\xc9\x55\xe2\xdf\x0d\xf1\xc6\x7e\xbe\x1b\x92\xb7\x0d\xc6\x37\xec\x53\x2f\x10\x29\xef\xa8\xe0\x45\xbe\x11\xcd\x69\xeb\xd4\xcd\xe0\xf2\x28\x9d\xe2\x46\xf4\xac\xb9\x20\x73\xa5\x82\xd7\x1f\xf6\x0b\x39\x90\xf3\x0d\x31\x47\x11\x2a\xf9\x5e\x1a\x58\xb5\x47\xf4\x5e\x52\x4f\x55\x02\x4d\x46\x72\x55\xb5\xd3\xe8\xce\x8c\x1a\xf6\xaa\xc3\x8c\x6b\xc3\xde\x9d\x69\xb6\x93\x31\x0c\xf9\x58\x41\xf1\x0a\xf9\xce\x4c\xd7\x77\x8f\x00\xd1\x64\x91\x21\xda\x7b\x51\x10\x17\x98\x5b\xf3\x0f\x6b\x95\xec\x61\xba\x11\x03\xba\xbd\x06\x9c\x18\xd0\x03\x60\xd5\xb2\x40\x2e\xc8\xa9\xf3\x16\x44\x46\x98\x0d\xe4\x37\x22\xad\xec\xf2\xbc\x61\x75\x56\x56\x7f\xbe\x97\x78\x55\x83\xf7\x24\x34\xd2\x4d\x76\x17\x78\xe0\x6b\xf0\xa6\x82\x03\xfe\x45\x55\x90\xb7\xcc\xcb\x6e\x88\x5b\x9b\x89\xa6\x70\xc9\xaa\xda\x80\xcf\xf0\x23\xc8\x71\x2b\xee\x0f\x4b\xe6\x3d\x0d\xcf\x9f\x22\x93\xf3\x5d\xb1\x84\x32\x31\xdc\x95\xf0\xeb\xfb\xca\x15\xd4\x8a\x56\x64\x15\x76\xbf\xdf\xd0\xd6\x7c\x10\x18\x95\xb2\xbf\xdf\xb1\x1e\x9a\x5f\x5d\x24\x98\x83\xbf\x47\x9e\x97\x8e\x9e\xbb\x4e\x3c\xf7\x78\x48\xea\x92\xe2\x78\xc3\x8c\x92\x92\xdb\x8c\xcc\x32\xc2\x28\x31\x4a\x74\xbf\xdb\x9a\xb0\xcd\x1d\x37\xc2\xb0\x6c\x90\xbb\x97\x7a\x5b\x6d\xec\xb8\x97\x76\x5b\x93\x19\xcd\x92\x38\x6b\xde\xfc\xfd\x40\xdb\xe3\xed\x00\x58\x08\x85\xf9\x40\x71\xcb\x19\xf1\x13\x35\x8d\xed\x27\xc7\xcb\xdd\x90\x48\x69\x96\x00\x0b\x50\xca\x1e\x0c\xd8\xd0\x59\x7a\x2f\xe9\xb6\x26\x6f\xc8\x25\xdc\xd6\x2c\x85\xef\x5e\xb2\x6d\xcd\xc1\xef\x13\x39\x9a\x6c\x27\x72\x84\xcd\x25\xfb\xd6\x64\x9e\xd6\xa1\x2c\x48\x10\xb8\x3b\x91\xa3\xf9\x20\x40\xcd\xb2\xf4\xbd\xa4\xdf\x6a\xbd\xff\x46\xbc\x5a\x6e\xde\xbf\x94\x86\x93\x27\x88\x64\xe5\xe4\x0e\x00\xa0\x44\xd0\x7b\x6c\x00\x48\x1d\xc2\xb2\x90\x24\xf7\xdd\x83\x00\x6a\xc2\x90\x80\x15\x24\x9e\x6f\x88\xc0\x59\x52\xd7\x0d\x73\x58\xca\x6e\x37\xbc\xef\xef\x91\x72\x69\x8e\x36\x48\xbe\x7e\x9f\xf3\x17\x02\x06\xd9\x8d\x10\x08\x63\x9a\x3d\x6e\xf7\x20\x39\x0b\xbe\xfd\xe1\x90\x1a\x70\x7f\xce\x1d\x41\xc4\x08\xe3\x2c\x7d\x84\x69\x9b\x8a\x27\xce\x37\xf2\xf1\x9a\x09\x90\x96\xa4\x6a\x96\x72\x40\xd0\x36\x0f\x3d\x20\x69\x4a\x3f\xbc\x19\x2d\xf2\xe2\x49\x07\x63\xd3\x04\x24\x13\xab\x8d\xd4\x83\x61\xd1\x7e\xbe\x56\xb9\xf9\xd8\x80\xe8\x6c\x69\xf3\x5e\xb2\x73\xb5\x36\x7d\x1f\x4f\x5a\xa2\xc8\x90\xa2\xb3\xc9\x94\x92\xb3\x99\x2a\x45\x67\x9f\x84\x88\x51\xb3\xf6\x7d\xc3\x2d\xdc\x8c\xd5\x93\xfe\x11\xa1\xec\x2c\xc0\x80\x20\x3e\x1b\xfa\xf3\xf7\x9d\x91\x75\x1e\x00\x10\x19\x23\x4c\x0b\x37\x97\x3a\x09\x91\x20\x3c\xa9\x0c\x98\x4b\x50\x1e\x37\x5d\x9e\x0c\xa4\xf7\x07\x84\x58\x33\x84\x9f\x44\x11\x85\xf9\x86\xd9\xba\x99\xce\x2f\x6a\x07\x7e\x1f\x9a\x9d\x8f\x81\xab\x02\x63\x9a\x30\x23\xac\xcc\x36\x2f\x06\x13\x0a\xc0\x8b\x00\xfa\x39\xc3\x19\xfc\x3d\x01\xf4\x78\x27\xda\x42\x00\xb3\xf4\xbc\xaf\x98\x15\x1f\xdd\x3f\xe0\xf3\x3e\x43\xd0\x7b\x33\xd7\x9c\x84\x4f\xef\x33\xc5\x33\x7b\xc9\x99\xbd\xd0\x7d\x70\x4f\xcc\xc0\x92\xc1\x52\x02\x62\xb0\x40\x37\x6f\xd4\x0b\x53\x07\x8c\xa5\xb0\xd8\x7f\xdf\xa8\x72\x66\xa2\x40\x6c\x85\xd3\xad\xf3\xbd\xf4\x82\x18\x4c\xd6\x4b\x31\x68\x8e\x44\xba\x97\x62\xe0\x64\x80\x7c\x2f\xe1\x3e\x06\x53\xed\x4d\xaf\x8b\xc9\xea\x46\x6d\x1c\x53\xcd\xcd\x24\x4c\x1f\xd6\x37\x61\x78\x56\xb9\x20\x21\x3a\xca\xa0\x5b\x9e\x94\x68\xd5\x27\x2b\xdb\x12\xd8\x5b\x18\xfe\xa0\x62\x0a\x5d\xed\x86\xe7\x6e\x23\x88\x2b\xc7\x9f\x9c\x36\x05\x21\x70\x31\x7c\x98\x55\xd9\x96\x80\x1f\x95\x51\x52\xb6\x25\xd2\x37\xc5\x38\x94\x6d\x89\xf4\xb1\x7c\x64\x8d\xb2\x05\x62\x38\xa9\x1d\xd1\xf6\xf3\x84\xd9\xa9\xff\x25\xe3\xc7\xf0\xe1\x64\x65\x83\x39\x54\x8c\xaa\x6c\x81\xd0\x69\xbc\x25\xf4\x37\xd5\x84\x2b\x5b\xc0\x02\x44\xf7\xcf\xf9\x07\xb5\x89\x7f\xb7\x0f\x2c\xa0\xdf\x3f\xd1\x9f\x9f\x4f\xcc\xcf\xf3\x01\x49\x79\xbc\x88\x52\x02\x86\x27\x12\x5e\xcd\x77\xe9\x10\x2d\x6e\x7e\x1f\x04\xb5\xa9\x7f\x14\x38\x52\xf1\xa9\x82\xd2\x54\x31\x6c\xc2\x57\x24\x7c\x6e\x03\x3e\xe3\x3b\x02\xbe\x4d\xf3\x8b\x80\x2f\xba\xcd\xf5\xd2\xea\x47\xc0\x67\xfc\x2d\x0d\x25\xca\xc3\x59\x36\x84\x6e\xe4\x66\x80\x97\xca\xd2\xa2\xe9\x2f\x01\x60\x03\x90\x02\x9e\xeb\xfd\xa5\xb1\x38\x26\xb3\x6c\x8f\xaf\xc0\xf4\x98\xb0\x65\x4c\xbf\x09\x10\x1a\x82\xf4\x94\x9c\x13\x0a\x51\xb8\x29\x6c\x6a\xa3\x7a\x83\xce\xaa\xb2\x2d\x0d\xa3\x29\xd0\xba\x6c\x19\x25\xa4\xaa\x50\x9e\x41\x42\xc5\xed\x8a\xb6\x06\x5c\xfa\x44\x2c\xc5\xfd\x77\xf4\x27\x94\x67\x54\xbf\xaa\x6e\xef\x78\xee\xf1\x0f\xb4\xdd\xff\x89\xf7\x85\x21\x98\x5e\x95\x99\x51\xb6\x0c\x73\x64\xf5\xf8\xdc\x32\x7a\xbf\x00\x1e\x7f\xbf\xd4\x8b\xa6\x84\xb4\xb2\x15\xd4\xc4\xaa\x1a\xbf\x30\x58\xc0\x7b\x6e\xe9\x13\xad\x19\x01\x2c\x9b\xd4\xbd\x66\x4b\x81\x88\xa5\xfa\x03\x42\xa0\x19\x15\x40\x50\xb4\x64\x85\x10\xf8\xfb\x89\x19\x79\x06\x30\xa8\x16\x3d\xaf\x58\xa1\xa4\xef\x2b\x20\x4a\xea\x7f\x29\x10\x4d\x27\x57\x41\xc0\x6b\x2c\x55\x18\x42\xd2\x55\xe9\xa6\xf2\xda\xbf\xbf\x7a\x6a\xee\x60\x60\x40\x01\x50\xb1\x24\x49\x24\x50\x01\x50\xd1\x92\xd5\xe7\x2c\x76\x87\x17\x70\xee\x11\x01\x91\x21\xae\x5c\x13\x75\xd0\x08\x91\xde\x6f\x84\x40\x13\x68\x58\x23\xd3\xd0\xd2\x28\x62\xa9\x6e\x13\x42\xf5\xbf\x34\x8a\x58\xaa\x26\xdc\x40\x83\x4d\x4b\xd6\xb0\x42\xa6\xd1\x86\xf9\x9a\xe6\x97\x50\x9f\x36\x23\xa0\x33\x8d\xd8\x5c\x7e\x49\xf5\xce\x67\x2d\xdb\x92\xea\x7b\x32\x8d\x2c\x29\x3e\x6d\xde\x64\x4b\x6a\xef\xca\x67\x28\x5b\x67\xfc\xb0\xb7\xed\x92\xca\xed\x01\x2e\x5b\x3f\xd1\x16\x86\x58\xcb\xc9\x6b\xda\x27\x9e\xff\x24\x19\xb6\x6c\x83\xe9\x5d\x5e\xe0\x25\xc3\xa7\xcd\x14\x35\x08\x8e\x7a\x5f\x32\xbc\x1d\xe5\x65\x5b\x32\x7c\x4f\xde\x13\x4b\x86\x4f\x9b\x09\x60\xc9\xec\x49\x2a\x78\xd9\x06\xaa\x56\x99\x27\x0c\x94\xad\x2a\x5a\x8f\x01\x68\xbd\x47\x07\xa1\x75\xff\x17\xda\x7e\x1f\xd0\x7a\xbd\x97\x0c\x9f\x36\xf3\x88\x9d\xe8\x17\x3c\x8c\xf8\x91\x65\xa8\xa0\x70\x60\x2a\xe6\xc3\xfb\x05\x8f\x83\x3b\x9c\xdf\x5f\x8e\xe3\x2f\xa8\xde\x9a\x8a\xf9\xfa\x92\xf0\xc7\xe6\x09\x1c\x30\x03\x7a\xbd\x97\x40\xef\xb8\xec\xb2\x2d\x79\x3e\x15\x9f\xe3\x34\x86\x1b\xa0\x25\xcf\xa7\xe2\x73\xe4\xe8\x78\xee\xf6\x8e\xb6\xe6\xbf\xe4\xf9\x54\x2c\xb6\x1c\x2c\xa5\xe9\x1d\x77\xc0\xac\x69\xa6\x74\x4c\x7c\xa0\x15\x59\xf2\xbe\xe3\xbb\x0a\x2a\xca\x3a\xf8\xba\x6c\x4b\xbe\x77\xec\x56\xd9\x4e\x02\xa4\xef\x4f\x02\x24\x04\x9d\x00\xc8\x3c\xee\x24\x40\x42\xd0\x09\x80\x4c\x31\x4b\xbc\x77\xfa\x71\x41\x79\xda\xb1\x79\x87\xb2\xb2\x8d\xe9\x1d\xae\xf7\xac\x72\xab\x65\x5b\xe2\x7c\x1a\xc6\xd0\x12\xe7\xd3\xf0\x07\x4c\x80\x29\x3e\xa7\x96\x3c\x9f\x86\x47\x5c\xf2\xfc\x78\x9d\x4b\x4b\x9e\x1f\x2f\x2e\x79\x15\xbc\x2f\x88\x96\x7c\xef\x32\x9b\x05\xd5\x71\xc7\x4b\x54\x42\xb0\x71\x4d\x66\x5a\x4b\xa0\x4f\xc3\x6b\xb6\x04\xfa\xf1\xe2\xa2\x4b\x80\x1f\xcd\x9b\x84\x69\xaa\x39\x19\x04\x26\x06\xf9\x20\x59\x22\xfc\x78\x1d\x55\x0c\x3f\x78\x31\xde\x09\x98\xbc\xea\x13\x30\x79\x9f\xa1\xe2\xd9\xf0\xaa\xce\x0a\x18\xb4\x2a\xb3\xe1\xb9\x70\x32\x3b\xbe\x77\x7f\x03\x20\xf9\xfd\x1d\xcf\x3d\x3e\xea\x0f\x99\x6f\xce\x0b\xef\xfb\x7b\x2c\x9a\xa9\x60\x69\x0c\xe3\xc5\xc7\x6f\x00\xe8\x73\xe1\xe6\x9a\x69\xfe\x37\xd7\x4c\x08\x60\x28\x7a\x19\x9a\xc0\x52\x10\x1c\x3e\x59\xb6\x1b\xc6\xcc\x17\x27\x80\x3b\x60\x7b\xb1\xb2\xa5\x32\xe4\xf4\x1a\xf2\x40\x5b\x28\x40\x2c\x7b\xee\x16\x59\xa1\x42\x6c\x2f\x66\x04\x97\xc1\xf6\x62\xf6\x08\x67\xda\x14\x91\x59\x50\x4d\x38\xa7\xe2\x76\xe0\x4a\x67\xfd\x10\xf1\xc2\x50\x3b\xb1\x87\xaa\x1f\x32\x5e\xf0\x07\x80\x53\xdb\x2d\x20\xc0\x7e\xf3\x91\x1d\x36\xee\x97\x8f\x09\xa2\x30\x89\xa3\x66\x49\x05\x21\x6c\xa8\x0d\xa5\x31\x11\xc1\x17\xe4\xba\x2c\xa8\x70\x9c\x2d\xa6\xb0\xc0\x71\xd8\x36\x7f\x91\xf1\xc2\x4f\xa2\xa7\x4b\x58\x9a\x45\x36\x29\x05\xb8\x0f\x82\xc2\x38\x4a\x58\xaa\x44\x36\x2d\xb2\x7c\x72\x50\xec\x42\x09\x88\xae\x08\x0a\xf4\x28\x61\x29\x07\x45\xc1\x09\x25\x20\x26\x2c\xa8\x1a\x4c\x41\x3d\xd7\xb2\x19\x02\x24\x60\x87\xa2\x63\x37\x20\x1c\x23\xa8\xfa\x47\x09\xac\x5c\x5b\x74\x90\x07\xd6\xae\x55\x68\x5a\x09\x70\x42\x04\x15\x50\x29\x21\xa2\xf6\xaf\xe4\x4d\x16\x75\xce\xcd\x6b\x47\xaf\x83\x4f\x4b\xa6\xcf\xc4\xd7\xbc\x52\x44\x17\x7e\x01\x65\xe3\x44\xd5\x01\x5e\x84\xa8\xc4\xf1\x12\xe0\x45\x88\xf2\xf0\x97\xb0\xa4\xf8\x22\x17\x77\x09\x4b\x88\x2f\xaa\x01\x5d\x02\x2b\x10\x2a\x88\xbc\x04\xf8\x0d\xa4\x07\x85\x25\xe4\x2b\x16\xa8\x04\x78\x11\x8c\xc7\x25\xe2\x57\x23\x29\x2f\xad\xbc\xb9\x09\x81\x5f\x43\x67\x9e\x04\x6a\x36\xb8\x7d\xd5\xe4\xc1\xa6\x26\x8e\x01\x4f\x03\xa6\x75\x53\x31\x12\x85\x7d\x4c\xb2\xfa\xb5\xbc\x63\x25\x94\x27\x4d\x40\x1f\x20\x04\x3d\x99\xa8\xe1\x1b\x48\x62\xea\x01\xbe\x81\x64\x2a\x84\x30\xdf\x92\xa7\x5b\x68\x58\xd3\x8c\xca\xd2\x46\x0c\xfa\x12\xe5\x5b\x0c\xee\x6f\xe9\x7b\x46\x14\x25\x79\xcf\x77\x49\xf2\xb1\xbb\xb3\xa5\x8a\x98\x72\x96\x1c\xdf\x93\x3b\x87\x23\xa0\x66\x89\xb9\x01\x65\x71\xbb\x7a\x5b\x72\x7c\x1a\x26\xc5\xba\x34\xaf\xae\xa9\x57\xb8\x12\xfd\x76\x5b\x8b\xa6\xc1\x2a\x10\xef\x6f\xe1\x14\x28\x1e\x9b\x85\xcb\x4c\xc6\xf0\x0a\x18\x2f\x4b\xa4\xaf\x1e\xab\x41\x5c\x10\x9a\x91\x39\xdb\x94\x5a\x5c\x02\x4c\xfa\x9b\xa7\x8a\x88\x35\x45\xb2\x96\x80\x80\x35\x45\xe9\x96\x80\x20\x92\x17\x7f\x6b\xac\x26\xf0\xfa\x01\x5a\x69\xd2\xc2\x75\x70\x2f\xcf\xbf\xa3\x7e\xa1\x9b\x5c\x57\x33\x8f\xce\x78\x1e\xcd\xb8\xb3\x96\xab\x01\x5c\x02\xf5\x30\x37\xea\xf4\xab\x09\x9b\x8c\x9f\xf3\xfe\x79\x4a\x8c\xf8\x39\xf4\x70\x6f\xc0\x01\xcb\x95\x37\xe0\x60\xcd\x66\x7f\x8f\x5a\x8f\x82\x1f\x46\xef\x2e\xf4\x0d\xc6\x1a\xf8\x6d\xa6\xf5\x25\x0f\xc7\xba\x9a\xde\xb1\x8f\x55\x5b\x5f\x20\x19\xe8\xb5\x20\x3b\x0c\x41\x92\x2d\xc2\xce\x22\x68\x52\x1a\xc3\x4e\xad\xd5\x18\xd8\x77\x60\x58\x53\xdc\x51\x6f\xd2\x1d\x9c\x50\xc9\xd4\x64\x4d\x79\x03\x08\x09\xd9\xf8\x3f\x58\x27\xd3\x8f\x61\xfa\xcb\xde\xb9\x07\x8b\x06\xf9\xd0\x64\x20\xfb\x52\xf4\x7f\x72\xbc\x7c\xf2\xd8\x34\xdd\x83\x76\x37\x89\x02\x01\x26\x72\x9b\x96\xc2\x01\x3f\x41\xf0\x73\xb0\x48\x1f\xd2\x07\x31\x2a\x04\xb1\xc8\x4e\x37\x48\x27\x6c\x47\x3e\x50\x99\x81\x3f\x8c\xd2\x25\xf3\xb6\x68\x5e\x72\xb2\x4a\x98\x8f\xf9\x13\xdc\x24\xba\x47\x58\x8f\xa4\xe8\x87\x93\x44\xaf\x29\x9d\xb0\x1e\x59\x6c\x38\x61\x0d\x34\x11\xc2\xa4\x5d\xb3\xe4\x3f\x14\xf6\x6f\xcd\x62\x02\x6b\x46\x64\x49\x90\xac\xeb\x5f\x2c\x56\x87\xeb\x59\x06\xad\xf3\x05\xd5\xcf\x2c\x0e\x62\xef\x8b\x05\x5f\x10\x11\x5f\x43\x30\x54\xc4\x78\xbb\x4e\x88\x2a\xee\xf0\x02\x5d\xb9\x3d\x79\xce\xfb\x07\xc6\x30\x99\x8b\xce\xed\x55\x82\xb5\x04\x04\xb7\x18\x69\xf3\x49\x10\xd2\x80\xf3\x61\x46\x82\x89\x31\xb8\x59\x32\x5f\x58\x62\x66\x2c\x86\xe1\xa6\xfa\xeb\x76\x02\xa3\x55\x07\x10\x33\x6d\xdb\x2f\xe1\x2e\xef\x2a\xb0\x25\x2c\x31\x53\x45\xd6\x4a\xb8\x61\xd2\x72\x77\x4f\x1d\x49\xf7\x47\x52\x13\xe5\xb0\x36\x9e\x12\x5b\x4b\xdc\x58\xcf\x5a\x76\xc9\xb8\x04\xc2\x2a\x88\x22\x4a\x15\x37\x95\x5f\x2e\x71\x63\x04\x8f\x5f\x80\x85\xc6\xfd\xd1\x83\xd5\xfc\x3e\xc3\x8b\xfc\xc2\xd2\x77\x65\x75\x8c\x08\xa1\x55\xc5\xa9\x12\x9f\xd0\x90\xa6\xf6\x3a\xe3\xc5\x6c\xe2\x92\xe5\x94\x00\x58\x22\x4b\xd1\x0e\xbf\x7d\x51\x4d\x51\x1b\x31\x0c\xc3\xbd\xdf\x0c\x92\xf8\xd0\x75\x64\x70\xbf\x2d\x58\x31\xd2\x25\x2e\xf0\x20\xb7\x29\x54\xa5\xa0\x6e\x7d\x50\xe8\x48\x89\x90\xda\xaa\x5c\xd0\x25\x46\xa6\xbb\x07\xff\x00\x3d\x40\x67\x2b\x6a\xdb\x07\x0b\xd4\x11\x42\x9b\xf2\x0d\x0a\x0a\x97\xd6\x2c\x7d\x17\xc5\xef\x43\x0d\xaf\x1f\xe8\xd6\xd4\x14\x11\x2a\x62\xb2\x8f\x89\x27\x9e\x9f\xf3\xc4\x13\x12\x20\xd2\x25\x91\x58\x84\x5d\xd6\x9a\x0c\xea\xe9\x2f\x90\x34\x63\x06\xb8\x4a\x23\x8f\x4f\xc1\x0b\x0d\x90\xe1\x9f\xaa\x7e\xbf\x02\x02\x41\x98\x89\x12\x7f\x4f\x17\xa2\x70\x8e\x72\xa8\x4d\x27\x6e\x64\xbd\x27\x9d\x20\x91\xd5\x51\x93\xfb\x63\xd5\x48\x61\x2c\xd3\x1f\x25\x00\xf3\x93\xcc\xa3\x0e\x0b\x6c\xf5\x7e\xa1\xc0\x17\x91\xfd\x1c\x96\x6b\x77\x58\xc8\x6f\xfd\x7e\x23\x46\x84\x22\x96\xa7\xef\xaf\x11\xc8\x5f\xfd\x02\xf8\x6b\x76\x8f\xe4\xaf\x42\x19\xc4\xb5\x90\x7f\x12\x77\x56\x98\xb0\xed\xda\xc0\x05\x97\x18\x34\x05\xfc\x95\x08\xb3\x6b\x34\x82\x2a\x6b\x7d\x49\x5f\x89\x15\x56\x31\xd3\x58\x85\x15\xd2\xbb\x96\x66\x55\x93\x50\xc5\x91\xeb\x15\xad\xb0\x13\x9b\x02\x68\x55\xf5\x0a\x3e\x56\x55\x4d\xb0\xc1\x4a\x66\x92\x43\x5c\xc6\x4b\xc8\x89\x0d\x46\x1b\x63\xbc\x51\x58\x77\x07\xac\xc1\x67\x3e\xd1\x68\x96\x72\x8f\x30\xa3\x19\xe4\x06\xb3\x99\x69\x08\x81\xbd\xc3\xfb\xb4\x83\xd1\x76\x3f\xc7\xbe\x96\x0b\xb1\xe0\x26\x96\x6c\x6d\x3d\x2e\x29\x2d\x5b\x95\x8a\x2c\xb6\xa3\xd8\xdf\x12\x07\x83\x8b\x75\x3c\xc4\x25\xb8\x65\x5b\x59\xe2\x12\xd4\xb2\x4d\x22\x4c\x91\xaf\xd9\x30\x20\x1e\x21\x66\xb3\x33\xa4\xe7\x24\x55\xb6\x2a\x11\x51\xbb\x71\x98\x1d\xa1\xf6\x55\x4a\x26\x34\xca\x6b\xaf\xb5\x1f\xc7\xab\x2e\x78\x89\x03\xe1\x9a\x6a\xee\x38\xa6\xd5\xdd\xce\x5c\x3a\xa3\x6d\x4f\x8b\xbf\xaa\xf7\x9d\xe5\x69\x0d\xe3\x8e\x80\xe8\xee\x0e\x18\xc1\xe0\x85\x44\x04\x83\xa5\xaf\x88\xec\xd6\xd7\x07\x8f\xf4\x24\xe9\x8d\x55\x00\x6a\xf6\x9c\x10\x7c\x6b\x83\x44\xa4\xf4\x64\x96\x7d\x90\x7f\x0a\xad\x4f\xfc\x80\xe6\xcc\xda\xb6\xde\xbc\x88\xbd\x6d\x5e\x58\xc6\x0f\x24\xbf\xcf\x19\x19\x47\x2c\x7d\x9b\x3c\x00\x69\x51\x13\x62\xc9\xc3\xcd\xa7\xce\x12\x96\x5a\x34\xbf\xba\x98\x56\x23\xdd\x30\x52\x18\x0a\xd2\x5c\x23\x0a\x48\xdb\x3a\x10\x2f\x78\x19\x3c\x47\x54\x94\xb6\xe6\x1f\x2f\x78\xb6\x0c\x23\xee\xcb\x7a\xb7\x71\xad\x8b\x4f\xa9\x0b\x9e\x2d\x53\xff\x85\xdb\x1a\xbc\x7f\x2f\xd8\xf4\xbd\xdf\x97\x64\x94\x6c\x53\x8d\x17\x77\x93\x9e\x4f\xea\x8b\x9e\x10\xab\x9b\x76\x1f\x4a\xb8\xf0\xa0\x18\x69\xb3\xa2\xad\x11\xe7\x80\xf0\xe6\xe7\x30\x51\x7a\x95\x27\x2d\x59\x46\xc9\x0d\x4b\x96\x79\x1e\x2a\x03\x6f\x76\x7c\xc4\x9b\xdb\x4b\x3d\xdc\x8f\x85\x45\x43\x42\x74\xb2\xe3\x22\x22\x4b\x38\x66\x8b\x32\x4b\x78\x2a\xd5\x4c\xfa\x1e\xaf\x1a\xfa\x25\xde\xfb\xf7\x57\xf5\xd6\xb8\xd7\xc6\x1a\x42\xd1\x0d\xb9\x46\x5b\x25\x6d\x4c\xc0\x49\xfe\x61\xb1\x34\x09\xa7\x09\x72\x93\xfd\xd1\x69\xe3\x21\x36\xd4\x86\x84\x2d\x84\x25\xfa\xdb\x25\x36\xa4\x00\x49\x52\xd0\xa5\x10\x20\x2d\xbb\x0d\x47\x8a\x56\x28\x85\xf2\xba\x01\xa0\xa4\x25\x47\xd5\x51\x7e\x72\xde\x24\xb8\xde\x5f\x3d\x91\x98\xaa\xda\xfb\xfb\x32\x81\x92\x20\x84\x6d\x3a\x4d\xd3\x12\xc2\xda\x6b\x62\xb0\xff\xc8\x21\x92\x96\xc8\x35\x74\x72\xa6\x25\x70\xa9\xce\x53\x49\x0c\xcd\x1d\x7e\x0c\xfb\xe4\xab\xcd\x6b\xb9\x24\x30\xa6\xf8\x14\xaa\x16\x62\xe9\x28\x97\xfa\x98\x90\xb8\xe4\xb0\xd1\x92\x22\x0f\x33\x0f\x49\x62\x57\x8f\x89\xb6\x6f\x2d\x64\x82\x69\xd8\xdf\xb3\xf6\xa8\x02\xe3\x4a\x4a\xd4\x64\x64\x45\x4b\x10\xd9\x82\x22\xf6\x4b\x82\x48\x16\xed\x7a\x4e\x4b\x26\xb3\xc7\x20\x21\x21\x69\xb8\x43\x5e\x45\x95\x3c\x24\x79\xa0\xa7\x84\x88\x23\x83\x90\xe0\x79\x16\x97\x4d\x8c\xcd\xd5\xe7\xf9\x51\x5c\xfc\x1c\xc9\x55\x5a\x92\x25\xc0\x59\x80\x4c\x48\x50\xf2\xfa\x22\x41\x49\x32\x74\x42\x7e\x92\x98\x5f\x5a\xc2\x9c\xd2\x34\x4b\x82\x0f\xdd\xb4\x92\x49\x1b\x1e\x09\x91\xd8\xc3\x33\x63\x9a\xa7\x38\x4d\xe2\x1d\x63\xe2\x94\x89\x66\x36\x2f\x06\x32\xa6\xcd\x16\x12\xcd\x6e\xe2\x9c\x89\x56\x35\x13\x63\x81\xff\x4f\x7c\x27\x15\x68\x0c\x1e\x8e\xf7\x24\xbc\x9e\xaf\x6d\xb8\xf9\xf3\x9b\x72\x88\xc6\x83\x07\xdc\x88\x86\x24\x66\x62\xac\x50\x9e\xa4\x4c\x25\x94\xf1\xef\xb6\xb3\xa5\xca\xeb\xdd\x84\x8f\xfa\x54\x88\x17\x7c\xf5\x7d\x15\x47\x49\x95\x5c\xc6\x03\x30\xc9\x73\xf3\x0b\x6b\xbe\xde\x5c\x4b\x10\xb3\x29\x3e\x2d\x39\xac\x2a\xaa\xa9\xa4\xc6\xdd\xa4\xd7\x59\x87\xae\x48\xa8\x49\xb4\xa6\x79\x7d\x10\xd0\xea\x00\x81\x84\x80\x56\x9b\x60\x13\xd2\x63\x7b\x35\x42\x98\xb6\x5c\x36\xff\x80\xb8\x1a\x71\xd5\x84\xa8\x54\x8b\x38\x69\x09\x62\xba\x1b\xa6\xa4\x8e\xec\x14\x6f\x25\xc6\x78\x4a\x74\x4f\x83\x75\xd8\xbd\xb5\x18\xf4\x29\x65\x24\x0d\x04\xc7\xc9\x45\x82\xea\x3e\xd5\x36\xe4\x04\x83\x97\xcd\x49\x69\x40\x19\x69\x1e\x10\xca\x88\x57\x6c\x40\x14\x36\xc4\x83\x92\xbb\x16\x60\x90\x6f\x8b\x80\x06\xe1\x55\x9b\x25\x94\x8b\x54\xd8\xb4\xb3\xcc\x4f\xf0\x1b\xb4\x7b\xb8\x0d\x0f\x7e\xf5\x07\x4f\x21\x67\x81\xb8\xd3\xa5\xef\x17\x3a\xf3\x9b\x34\xe7\xfd\xc9\x43\x13\x90\x2c\x1e\x68\xa3\x7c\x7a\x4a\xd9\xfa\xf8\xda\xe1\x4f\xf3\x3e\x82\x9b\x7a\xf8\x10\xe0\xfd\x21\xc5\x94\x78\x3c\xe2\xaf\xba\x3c\xe0\x59\x6a\x3f\x32\xa2\x25\x98\xdc\x62\xf6\x32\x1e\xf5\x75\xc7\x4c\x49\x07\x53\x9e\x04\xf2\x12\x0a\x9b\xc9\xf2\x64\x29\x79\x89\x1f\x89\x41\xa2\xc9\xd3\x3b\x11\x2b\xe4\x9d\x40\x29\xcf\x6e\xe9\x84\x24\x2b\x8f\x8f\x20\x50\x33\x5c\xd8\xcb\xbc\x8f\xcf\x35\xbc\xf1\x7b\x3e\x25\xc6\x3c\xda\x3a\x52\xbc\xcd\xe8\x11\xee\x26\xa2\xeb\x91\xb3\xfd\x06\x89\xc0\x7c\xef\xe2\xf5\x5b\xc2\xe6\x45\x46\x21\xa2\x40\x8c\xa7\xe3\x14\xd2\xf5\x08\xde\x7e\xe1\xc9\x13\xd5\x9c\x10\xe5\xe9\x04\x8e\x92\x68\x2f\xf3\x19\x74\x91\x52\xd5\x25\x85\x3c\x2b\x65\x69\x3e\x7e\x3a\xf5\x30\xe3\xf7\x57\x51\xfa\x68\x49\x33\xbd\xae\xfe\x29\x69\xc9\x80\xba\xd4\xb5\xa4\x59\xbe\xbf\xba\x19\xc1\x92\x08\xbb\x71\x34\xfb\x7a\xd9\x4f\xd7\x31\xe2\x43\x66\xee\xeb\x65\x0f\x7c\xac\xa6\x07\x5a\x7b\xd2\xc7\xe5\xbc\xbe\xbf\x6c\x4e\x4e\x13\x2c\xd1\x60\x81\x25\xea\x5b\xa4\x8f\xc9\x3b\x91\x96\x58\x69\xa5\x0e\x35\xb8\xba\xb9\xeb\x92\x31\x95\xd1\x52\xd2\x0d\x88\xb4\xaa\x37\xab\xbb\x78\x55\x6f\xd6\x4b\x32\xb3\x5b\x12\xa6\xc3\xb3\x12\x12\xc2\x2c\x93\x2d\x11\xb2\x9b\x13\xd2\x36\x67\x63\x21\xea\x7f\x0d\x2d\x68\xde\x96\x6e\xa6\xc1\xf2\x96\x57\x73\x53\xb3\xae\x66\x55\x13\x5e\x88\xe1\xb7\x97\x34\xaa\xa5\xca\x4b\x1a\x55\x61\xd0\x92\xb7\xa5\x5d\x47\x7f\xbc\x84\x73\xb1\xd4\xbc\x2d\xde\x20\xdb\x6f\x5e\x92\xeb\xd0\x56\xc9\x30\xe8\x25\x3f\xbd\xd7\xcb\x1a\x37\x40\xda\x13\x48\x4b\x6a\x1d\xa2\xb0\xbc\x84\xd6\x91\xfc\x94\xcc\xdd\x50\x04\x46\x0a\x4b\xe8\xcf\xa8\x6a\xf5\x12\x3e\x33\x52\xc1\x1c\xc5\x98\x03\xc4\x6c\x89\x3e\x39\xb0\x9e\x4c\xf3\x0f\x07\x88\xda\x1f\x9c\xf8\x40\xa8\x80\x09\xd1\x07\x50\x46\x75\x19\x55\x27\x2f\x19\x26\x44\xc7\x81\x66\xba\x82\xc5\x48\x70\x0d\x64\xa8\xdd\x33\x8c\x8c\xeb\x35\x0e\x96\x08\x5b\xed\xc0\x41\xcd\xb6\x1a\x5f\x3d\x20\x92\x60\xf8\x7d\x64\x11\xbd\x3a\x24\xc8\x6e\xc3\x4f\x2c\xa2\xcd\x4b\x00\xae\x71\xf3\x73\x40\x2c\x66\x95\x21\x10\x87\xd7\xf8\x84\xd8\xe3\xc3\x4c\x2e\x32\xcd\xc8\x6d\xab\x8e\x59\xcb\xc8\xe4\x77\xa8\x69\x86\x97\xd9\xa1\xab\x99\x35\x1a\x55\xaf\xaa\xe4\x44\x7f\xbe\xd6\x20\xb1\xb4\x8b\x36\x46\x5e\xf2\x71\x55\x31\xc5\x92\x61\xb2\x0c\xe1\x47\x67\x49\x4e\x84\xdf\x1f\x73\x85\x3d\x3a\xe0\x35\x89\x40\x78\x76\x60\x6b\x4e\x5c\x61\xb7\x69\x3e\x94\x41\x94\xf7\x37\x39\x74\x39\x67\xba\x05\x34\x20\xc4\x6b\x87\xfa\xe6\x4c\x70\x05\x1d\x13\xfe\x8d\xd0\xcc\x5b\x6a\xb5\x00\x10\xb0\xed\x9c\xc9\xc8\x7b\x73\xa8\x30\xaf\x8b\x72\x68\x74\xce\x4f\x5d\x13\x7f\x70\xd2\xe0\x29\x90\x33\xef\xa2\x49\xfe\x81\x30\x7a\xca\xc8\xc4\xf7\x92\x15\xd0\xa4\x78\x68\xae\x48\xbd\x91\x94\x93\x91\x29\x96\x25\xd5\x64\xd4\x4a\x4b\xde\x15\x10\x7c\xb3\x74\x6d\xdc\x5f\x55\x73\x71\x7f\xb0\x59\x7b\x3e\x15\x26\x62\x1d\x90\x19\x2e\xe4\x9c\xfd\xbc\xf3\xaa\x61\xb5\x59\xf1\xac\x79\x80\x9d\x3e\x3b\x41\xc0\xdc\x32\xb3\x0e\x48\xce\x39\x7b\x06\x94\x9c\x25\xca\xe6\x25\x2a\xbf\xdc\xd0\xb9\xc1\x8e\x64\xa2\x6d\x2c\xeb\xa0\xf7\x21\x4b\xfb\x20\xe1\x8d\x5c\x8e\x5c\xcc\xc8\x35\xcb\xee\x9f\xb9\x66\x66\x5d\x74\x4c\x4b\x86\xc9\x74\x4c\xeb\x78\xce\x74\x4c\x7b\x51\x1b\xb2\x8f\xcc\x1c\x99\x5b\xd6\x3d\x5f\x24\xcf\xbd\xe6\x0b\x57\x8f\x97\xb8\xc1\xab\x98\xdc\x06\xbc\xe6\xbd\x28\x8e\x60\x83\x41\x66\xfa\x98\xf9\x3a\xd3\xc7\x7c\xde\xc0\x62\x6a\xa9\x33\xb3\xee\x8d\x7d\x88\x99\xf9\x62\x52\x86\x32\x1c\xe1\xd9\x27\x14\x8a\x25\x64\x9f\x14\x4c\x07\x33\x9f\x43\x4d\xd1\x64\x04\xa3\x3a\x42\xce\x6e\x4f\xd6\xd9\x50\x9b\x7c\xc9\x44\x09\x8b\x6c\x92\xcc\x87\x42\x96\xaf\x28\xb7\x0c\x4f\xba\x8a\xc2\x95\xe7\x3e\xb4\x6e\x94\xd0\x42\xbb\xf9\xf4\xc2\x65\x04\x76\x49\xf2\xc2\x34\x1b\xa9\xf2\xa0\xfa\xe6\x7d\x03\xed\x22\x9b\x2a\xa1\x4d\x24\xf3\x56\x78\xd3\x6b\x34\x52\x06\xaf\x11\xf5\xf9\xb3\x93\x0c\x85\x45\x14\x52\x68\x12\x0c\x33\x2b\x29\x98\x2c\xf7\x07\x08\xcd\x71\xa7\x4e\xe7\xbd\xbb\x23\x21\xca\x84\x0a\x7d\xc2\xf1\x51\x99\xd7\x71\xca\x38\x98\x69\xd3\x7d\x7d\x3f\x58\x0d\x41\x6d\x68\x48\xb2\x6b\xe7\x9d\xd5\x12\xdc\x1f\xdc\x35\xde\x58\x3b\xcb\x15\x08\x27\x4b\x95\xa8\xb6\x2f\xf1\x8e\x39\x1b\x27\x50\x3b\xb4\x5a\xea\xca\x07\x6f\x98\x13\xc4\x70\xe8\xe7\x60\x66\x03\x87\xbe\x23\x34\x32\x0b\x85\x75\x2f\xfc\x01\x9d\xd0\x5b\xed\x80\x4e\xe8\x65\xe5\x85\x2b\xf9\x27\xd5\xa5\x4b\xe6\xf5\x40\xdd\x1b\x83\x19\x70\xcd\xbd\x13\x1f\xee\x1d\x3a\xb3\xc9\x92\x19\x71\xc5\xdf\x03\x1f\x66\x0c\x4c\x90\x93\x49\x82\x85\x51\x9d\x06\xf1\xdc\xb8\xe7\xe3\x98\xba\x8f\xdc\xdc\x99\xc5\x25\x4c\xa4\x4c\x90\xf3\x71\x46\xfb\xb6\xc2\x2d\x78\x61\x9f\xbd\xda\x99\xf6\x6e\xa3\xf7\x64\x98\x99\x17\xfc\xa4\x97\xd9\x10\x31\x64\xb6\xbf\x3e\x81\x59\xc7\xdb\xe0\xbc\x81\x22\x2d\x31\x33\xe0\xba\x79\x01\x53\xda\xcc\xdc\x58\xf2\xb2\x59\x42\xbd\x88\x24\xbd\x30\x79\xd3\xa7\x3a\x98\x48\xcf\x31\x11\x4e\xba\xc4\x34\x83\x49\x9f\xa5\x4f\x3c\x28\x2b\xd1\x27\xd0\x44\xbe\x8e\xb1\x38\xe1\x03\xf4\xae\x98\xc8\x66\xf1\x79\x32\x91\xaf\x63\x90\x27\xf2\x75\x8c\xc5\x09\x33\xa4\x77\xcd\x44\x3e\x92\x51\x32\x61\x47\x30\xd5\x33\xc5\xcd\x54\x33\x59\x61\xc4\x07\xda\x0d\xa7\x9f\xb7\xed\x8d\x38\x1b\x93\x11\x74\x95\xe8\xf3\x87\x09\x69\x26\x93\x1b\x13\xf0\xb2\xdf\x70\x49\xbe\xda\x98\x90\x2c\x6d\xf9\x46\x7e\x90\xb6\x71\xd9\x80\x61\x8d\x5f\x58\x8c\xd8\xc9\x1d\xa8\x5a\xdb\x54\x7a\xb8\xa0\x68\x6d\x53\xc1\xe3\x52\x90\xcf\xa6\xf2\x7d\xa5\x30\x9f\xad\xf8\x79\xc3\x04\xaa\xda\x08\x6a\xc9\x6e\x03\xc3\xe2\x03\x05\x91\x07\xba\xc1\xa6\xa0\x04\x6e\x53\xa5\xe3\x82\x3b\xd6\x9b\x77\x7d\x61\xa0\xaa\xee\x7a\x28\x85\x26\xf7\xe2\x01\xa0\x10\xcb\x06\x82\x5b\xd9\x63\xf0\x84\x03\x56\x20\xfb\x39\x69\xcc\xcf\x59\xcc\x52\x4b\x50\x98\xf3\x66\x8c\x30\xa7\x2d\xb9\x03\x5e\x14\x91\xfc\x02\x40\xd2\x91\x57\x02\x6b\x90\x8a\xea\xca\xa3\x4c\xb8\x8b\xc8\xfa\xa1\xc6\xca\xd2\x1e\x5c\xfb\xbe\xa0\x86\x6f\x0c\xe2\x26\x25\x3e\x63\x6a\xd6\x11\x01\x1c\x62\xcf\x25\xd2\x34\xf4\x1a\x62\x11\x4a\xdd\xfc\x01\xec\xe7\xc3\x23\x4e\x3c\x77\x07\x37\xda\xa2\x0b\x24\x96\x99\xdb\x96\xa5\x2e\x44\x15\x89\x2a\x25\x21\xe5\x46\x82\x05\x6a\x0a\x47\xbb\x2e\x70\x85\x7d\xf3\x09\x58\x90\x67\xa6\xeb\x55\x0b\x4a\x0e\x37\xf3\xbb\x92\x00\xb1\xe9\x62\x29\x13\xd1\x01\x86\x25\x21\xc7\x48\x82\x13\x2a\x14\xfb\x2e\xcc\x82\x3b\xf2\x9b\x2d\x82\xb8\x4d\x34\xa9\x66\x4c\x61\xbd\xe2\x66\x33\x48\x61\xde\x9a\x04\x97\x82\x2b\xba\x6d\x7e\x2f\xcc\x5b\x93\x64\x56\x32\x72\x88\x7e\xe6\x8c\x29\x8c\x79\xf5\xe8\x19\x09\x46\x9e\x2d\x82\x2b\x6a\x29\x7e\x01\x21\x41\x62\xce\xe5\xb9\x31\xb2\x7b\x78\x38\xff\x25\x47\x15\xa6\xb9\x0d\x77\x80\xf5\x6d\x6e\xc3\xd9\xff\xfa\x9e\xeb\xab\x19\x14\x80\xaf\xf3\xaf\x30\xcd\x4d\xf2\x06\x8a\x35\x37\x9f\xf7\xbc\x7b\xb5\xfb\x80\x44\xf1\xe6\xa8\xf2\x4b\xa5\x20\xfc\x42\x65\xb7\x4a\x29\x0d\xf8\xf4\x73\x12\xa4\x07\x78\x44\x7b\xcd\x18\xd1\xaf\xaa\x63\x56\x70\xcf\x7f\xf4\x89\x86\xd2\xcf\x51\x25\x07\x4b\x61\xda\x9a\x8e\x27\xdc\xe9\x1f\xed\x44\xc7\x95\xfe\xd1\x01\xaf\xb8\xd1\xdf\xb5\x29\x0b\x2e\xf4\x8f\xc5\x18\xa4\xb6\xa2\x12\x72\xa5\x30\xde\xc2\x14\x82\xcb\xfa\xcb\x8b\x99\xb2\x1e\x6f\x32\x52\x1b\xaf\x38\xf3\x2e\x78\x42\x28\xcc\x6e\x1b\xac\xc0\xde\x86\x0c\x99\x78\xf1\xdb\x46\xa7\xaf\x66\xd9\x70\x47\x7f\xf3\x98\xd7\xf7\x57\xcf\xaf\x21\x41\xe7\x26\x9c\xa5\x30\xf4\x6c\xa8\x99\x9a\x66\xf6\xd8\xe1\x81\x34\x59\x23\xe4\xc2\x89\x36\x05\x21\x17\x9b\xf7\xe5\x52\x20\x92\xc3\x1e\x4b\xa7\xf9\xcc\x0c\x7b\x29\x0c\xc9\x31\x1e\xa5\x23\x39\x70\xf8\x03\x44\xb1\x18\xe2\x0e\xdf\x4e\x73\x1b\x00\x7b\x19\x91\xc9\x96\x4d\x57\x08\xbc\xdd\x5e\xfd\x4d\x3c\xf7\x78\x88\x92\x36\xd9\x30\xc2\xe3\x75\x22\x0d\xfa\x5c\x85\x51\x24\xaf\x65\x73\xb2\x81\x64\x30\xd3\xc1\xd2\x27\x92\x9d\x3b\x05\xc9\x6c\xd9\x9c\x88\xc9\x6b\xe6\x34\x4c\x5e\x33\x99\x30\x79\xcd\x9c\x71\x70\x05\x05\xc0\x80\x1b\x5f\xb6\xad\x32\x6e\xbc\xaf\xef\x97\xee\xd0\xb3\x39\xf3\x0e\x1f\xb1\xfb\x67\xf2\x9a\x39\x01\x3c\x11\xd9\x1b\x0f\x65\xd8\xac\x62\xa2\x76\x79\xcf\xe6\xec\x3b\x16\xac\xfa\x39\x16\xcc\x9c\x62\xa7\x4d\xba\xf8\x05\xae\x98\x00\xda\xb1\x62\x66\x66\x48\x96\xdb\x5e\x1d\x20\x1b\xcf\x24\xb9\x93\x15\xeb\xfd\x83\xa9\x57\x3e\x0b\x0e\xc4\x57\x7a\xc6\x07\x68\xd2\x32\xc0\x41\x9a\xf4\xfb\xcf\xfd\xcb\x9a\xd1\x01\x90\xcd\x1a\x1e\x69\xdf\x53\x3c\x18\x20\xed\xe3\x10\x09\x72\x8e\x58\x2c\xbc\xc5\xc2\x66\xde\xc2\x04\x38\x63\xfd\x44\x46\x9f\xe7\x78\xf2\xca\x37\x1f\x58\xc8\x88\xb3\x3d\xa9\x9c\xa8\x61\x66\xa8\x99\x21\xe7\x7d\xc0\x0c\x38\x6f\x7c\x64\xc0\xd9\xbe\x54\x96\x40\x9f\x4a\xf9\xd9\x79\xc3\xf4\x38\x83\xc3\xf4\x38\xd3\x20\x2e\x7e\x7f\x9d\x86\x27\xa3\xd9\x3d\x39\xa4\xff\x59\x84\x39\x09\xbd\xbe\xbf\x08\xbd\x26\x8b\x64\x39\x6b\xab\xb8\x45\xda\xb7\x1f\x96\x72\x25\x3c\x17\xb0\x17\x81\x17\x70\x57\x41\x5b\xf3\xbd\x90\x14\x62\x9a\x66\x71\x8c\xee\x09\xd1\x73\xa2\xa2\x8c\xa5\x5c\x03\x10\xb8\xbd\x03\x5d\x1e\x81\x18\xf0\x73\x64\x74\xfa\xb4\x41\x76\xdd\x8b\x68\x11\x66\xdc\xab\x45\xb2\x27\x9a\x46\x53\x9a\x00\xd9\xeb\x3d\x09\xb2\x3a\x40\xee\xdc\xeb\x44\x67\x2c\x8d\x54\x95\xb2\x54\x91\xe8\x15\x5a\x9a\x48\x2a\x96\x11\x11\x6a\xf3\xda\x54\xbc\xae\x62\x78\x09\x26\xaf\x42\x30\x0e\x27\x26\x68\x41\x17\xe5\x34\x5c\xe8\xb6\xf0\x5a\x6e\x17\x29\x2d\xb8\x96\x7b\xd8\xc4\x59\x6e\x96\xf3\xf6\x91\x79\x23\x87\xd1\xcb\x70\x23\xdf\xcf\xcb\x7a\x23\x1e\xc8\x48\xbd\x91\xdf\x67\xde\xcd\xdb\x49\x87\x0f\x87\x1b\x0e\x4a\xf3\xca\x9b\x0e\x4a\x3f\x47\xc2\x9f\xe9\xf2\x46\xc2\x9f\x36\x4d\xdd\x36\x3c\x2f\x6a\x07\xf4\x57\xd5\x8e\x68\x77\xb5\x91\xd0\x28\x4e\x51\x11\x08\xed\x5a\xc1\x05\x37\x2a\x24\x95\x7d\x2e\x75\xa9\x2b\xc9\x89\x52\xb8\x75\x3c\xe9\xf6\xd0\x52\x37\x02\xe0\x36\x26\xa8\xe3\xb2\x06\x4c\x50\x54\x50\x91\x25\x57\x5d\x70\xa1\x06\xce\x50\x13\x08\x48\x51\xd4\xe9\x52\x97\xb6\x91\x6c\x75\xc7\x85\x0e\xc3\x9e\xeb\x1a\x38\x61\xf7\x87\x25\xe9\xfe\xfe\x40\x5b\x18\x09\x9c\xb0\xdf\x47\x16\x69\x77\x7f\x93\xae\x15\x7f\x80\xc4\x58\xd1\x59\x85\x6b\xa4\x46\xe9\xd4\x35\x32\x34\x4f\xae\xa4\x1a\xe9\x29\xf0\x18\xbc\xbd\x48\x25\xd7\x0a\xaf\x59\x2f\x2a\x62\x5d\x6a\x44\x32\xac\xce\x9c\x1a\x91\x55\x69\x2c\x44\xe6\x27\x7a\x1d\xe0\xee\xd8\x7c\x2a\xf3\xa2\xf6\xe2\x74\xd9\xba\x14\x98\xec\xa0\x8c\x9a\xe8\xc9\xd6\x07\x89\x39\x92\x9e\x43\x42\x8e\xa4\x01\x47\x31\xfb\xcd\xb6\xd9\xba\x54\x92\x6c\xbb\x61\x65\x85\x78\x97\x76\xa8\xac\xde\x67\x59\x03\x77\xc3\x67\x67\xdd\xd7\xf4\x80\x21\x72\x48\xc8\x16\xf5\xea\xb3\x5c\x9f\x0f\x73\x5e\x26\xbf\x59\x5c\xaa\x4b\x4f\xc9\x76\x21\xd7\xcc\xec\x40\x53\x64\x66\x48\x9d\xf7\x04\x1c\x19\xdb\x6b\xde\xf0\x64\xbc\xd2\x0f\x6a\xe6\xf1\xe8\x17\x98\xf5\xda\xfd\x02\x01\xf3\xbe\x81\xfa\xb1\xa5\x1f\x15\x6a\x2e\x35\x13\x6c\x13\x21\xf3\xf2\x6c\xa6\xae\x74\x6d\xb8\x10\x0d\x2e\xc0\xcf\xb6\xb3\xd7\x4c\xb3\xb0\x51\x59\x58\x7c\xdf\x5d\x20\xa6\xa8\xa9\xa2\x7f\xa9\x4b\x23\xc9\x36\xe5\xd7\xc2\xfb\xa7\xe5\xb2\xab\x4b\x03\xc9\xb6\xfb\xd6\xf2\x40\xa9\x41\xcb\x40\x30\xa2\x3f\x78\x96\xcf\x5f\xb0\x1c\x90\x94\xc6\x5a\x98\x8c\x22\x5b\x73\x45\x94\x77\x70\x44\x21\xef\xed\x7f\xa5\xe2\xd6\x8a\x34\x59\x93\x7e\x7d\xdc\x6a\xea\xb3\x22\x4d\xb6\xba\x8d\x4c\x58\xe9\xfe\xb5\xd2\xf1\x24\xd7\x5f\xad\xc8\x84\xad\x1e\x01\x60\x54\x3f\x47\x66\x96\x2c\x26\x75\xe9\x2d\xd9\xa6\xc2\x5a\x4f\x3c\x77\xfb\xe2\x00\x5a\x9c\xfa\xa4\xdc\xf8\x8d\x1b\x5f\x08\xc8\xf6\x40\xad\x05\x6f\x88\xa2\xae\x6e\xd3\xb9\xa6\xe3\xba\xb6\xc7\xbb\x26\x34\x34\xec\x46\x53\x5c\x5b\x9b\xef\xc5\xf7\x1a\xf3\x7f\xcd\x75\x1a\xa1\xd6\x24\x1b\x17\xcf\x1d\x3e\xbe\x25\xff\x40\x87\x5b\x71\x0f\x8c\x29\xdc\xfc\x06\xe0\x2c\xde\x5b\x28\xd6\x17\xac\xf2\xe1\x6a\x9c\xe2\xc2\x14\x15\x85\x3d\x82\x95\xc6\xda\x99\x32\xec\xbd\x85\x7a\x7d\xc1\x31\x2c\xb5\x3f\x11\xae\x1a\x15\xd5\xaa\x5d\x2c\xa4\x76\xa6\x10\x7b\x37\x2e\x8d\xaa\xb8\x5a\x46\x7d\x2e\x34\xf7\x02\xb3\x46\x9f\xe3\xdf\x6a\xe7\xa5\xaa\xd9\x5d\x4c\x44\xd1\x7a\x4c\xa4\x42\x9b\x28\x07\xe1\x12\xe0\x83\x45\xee\x4c\x23\x83\x60\x98\xcb\x0c\xd4\xd8\x36\x8d\xc0\x89\x12\xdf\x5d\x74\x66\x2d\x6b\x4c\x44\xbd\xc7\xf7\xa0\x3b\x7f\x70\x1f\x27\x7f\x10\x60\xa8\xc5\x17\x5f\xa0\x0f\xd6\x3f\x92\xb5\xaf\xa2\x80\x75\xae\x26\x7e\x06\xc3\x47\xd3\x01\x2f\x66\x77\xc1\xa1\xba\xf4\xa1\x92\xbd\x64\x3b\xa2\x38\xcd\x71\xe1\x19\x89\x4e\xcd\xa9\x70\x8d\x44\x55\xb4\x2c\x15\xbe\x91\x98\xbd\x03\x71\xcd\x4e\x74\x3a\x25\x2e\x48\x2a\x96\x4e\x2b\xbd\x23\xce\x6f\xac\x74\x87\x38\x34\xab\xc2\x1f\x12\xed\x70\xa9\xf0\x87\x44\x7b\x70\xea\xd2\x72\x4a\x7d\xbd\x50\xf8\x82\xa6\x85\xe8\x2b\xdd\xc8\x5f\xea\xd1\xd0\x16\x7a\xa1\x05\xf5\xf2\x7a\xe1\xc4\x0b\xee\x80\xd7\xdd\x99\x8e\x96\x92\x53\x1c\xde\x5c\x97\x92\x53\x1c\x95\x5f\x97\x8e\x53\x1c\xa7\x59\x11\x95\x9f\x54\x6a\xbe\x54\x04\x6c\xa5\xe0\x83\x1d\xf7\x10\xa7\xe0\x53\x77\xa9\x39\xbe\x7d\xa9\xd4\xa5\xe6\x14\x87\xa4\xd7\xa5\xc9\x14\x07\x06\x57\xf8\x31\x92\x7d\xc8\xf5\x44\xea\x7a\xfb\x51\x55\x81\x0a\x1f\x47\xb2\x7f\xb7\x5e\xb8\xb6\xc2\x6b\x8d\x7c\xc6\x64\x8f\x73\x65\x48\x57\x91\xdd\xaa\x22\xa6\xab\xbb\x18\x50\xbd\x98\x2a\x2c\xa4\x2d\xcd\xa3\xbf\xde\x47\xb8\x90\xe6\x0f\x3d\xe3\xd5\x3d\xe2\x6e\x3c\x3c\xc3\xac\x85\x1d\x54\xf0\x30\xbe\x59\xa7\xdb\xa4\x8a\x5c\xc6\x57\xe9\xa6\x8a\x5c\x46\x67\x99\xd5\xc9\x5b\x0a\x44\x33\x93\x41\x0a\x7e\x8e\xa0\x04\x63\x1f\x85\xbb\xc3\xeb\x7d\x9e\xd3\x3e\x33\x27\x8a\xdb\x7b\x39\xe6\x73\x4e\x0b\x02\x68\x1d\xae\xf0\x56\xa9\x74\x38\xc7\x1d\xd7\x7c\xd5\x6c\x3e\x71\xa3\x1a\xab\x99\xc0\xfd\x5c\x57\xa0\x36\x2f\x73\xb1\xc8\xce\xcb\x9d\x9b\x37\xdb\x4d\x57\xdb\xa7\xdd\x36\x86\xc0\x89\x44\x1a\x6a\xec\x39\xd4\xac\x6d\xb0\x25\x2b\x56\xa7\xc1\x27\xa1\x0b\x45\x4a\x63\x36\xa4\xd0\xdc\x50\x55\x4f\xd7\x91\x94\xb6\xd1\x24\x35\xd4\x86\x05\x47\x1c\xa5\x2d\x19\x7e\x38\x3a\xa9\x05\x8a\xbf\x0a\xcd\x6a\x4b\x88\xf7\x8d\x0c\x05\x17\x9b\x65\x87\xd3\xb6\xf0\x08\x1e\x1a\xe1\x89\x77\x92\x2c\xd3\x9e\xe2\x16\xaf\x2e\xe9\xbd\x2b\xee\x63\x32\x21\x30\xe9\x87\x45\x5b\x72\x78\xb6\x88\x9c\x4d\xf1\xb0\x16\xfb\x22\x4c\xbd\xbd\x24\xf2\x21\x47\x57\x8b\x8c\xe8\x15\x4a\x97\x3c\xee\xd4\xb4\x16\x41\xd5\xee\x1b\x95\xc4\x87\xbf\x5e\x5a\x92\x38\x59\x43\x6c\xbe\xf8\x52\x63\xa4\xd1\xeb\xf5\x25\xaa\x0f\xed\xd1\x96\x50\x58\xdc\xc8\x60\x68\x90\x21\x81\x10\xdd\x87\x41\x87\x10\xad\xfb\x67\x4b\x83\xad\xbf\x3b\x4e\xb6\x31\x16\xc8\xd8\x64\x2c\x90\x64\x8b\x96\x79\x33\xa1\x8e\xe0\x06\x11\xba\xda\xfd\xd0\x9e\xeb\x3f\xdc\xa6\x19\x54\xca\x43\x83\x45\xdf\xc1\x3c\x0d\xe9\x92\xce\x5e\x6c\x0c\x07\x7a\x0d\x79\xe0\xb9\xdf\x47\x44\xdb\x6b\x8a\x10\xca\x5e\xdf\x13\x46\xc1\x0c\x81\xd9\x09\xfb\x0d\xf2\xb2\x6e\x51\x2f\x0d\x21\xf9\xae\x3c\xd8\x50\x25\xdb\x21\x0c\xad\xf0\x92\x2d\x13\x35\x2f\x62\xb2\x9d\xb3\xf1\xe2\x40\x55\x0c\x2d\x8d\x77\xec\x3b\xac\xbe\x51\xd6\x35\xdd\xa3\x12\xb5\x53\xf4\x1b\x02\xe9\x6d\xc9\x6c\x90\x64\x5f\x23\x30\x8e\x5e\xb7\x5f\x97\x56\x11\x88\xe1\x9d\x0d\x93\xbc\x4d\x97\x8d\x77\x3b\xca\xa0\xd1\x18\x3e\x54\xfc\x3e\x82\x4f\x8a\x27\x80\xe8\x19\x89\x13\x0d\xd1\x42\x59\x52\x4e\x6b\x88\x35\x91\x02\xd0\x10\x2d\x94\x25\xb1\xb4\x86\x00\xa8\xfa\x93\xeb\xd3\x4a\x43\x59\x6a\x67\xef\x37\x48\xb0\xb6\xd4\xb7\xf6\x78\xc7\xfd\x03\x66\x5f\xdd\x86\x85\x67\xf3\xec\x00\x4d\xf5\xec\x78\x07\xae\x0e\x93\x06\x71\x35\x77\xc3\x8b\xe2\xd2\xce\xef\x6f\x90\x4e\x2d\xb7\x37\x08\xa7\x36\x15\x37\x54\xb9\xe8\xce\x24\x68\x90\x2c\x8b\x53\xc6\x5a\x67\x58\x84\xe6\x84\xbb\x50\x1c\xfe\xda\xfa\xc3\x86\x84\x32\x14\xc6\x70\x30\x6e\x1b\xcf\xc5\xfb\x82\x92\xf1\x3b\xd2\xd3\xdb\xe0\x35\x1a\x6e\x17\x14\x93\xd1\x08\x2c\x7d\xe1\x39\x23\x58\xc7\x51\xc6\x0d\xa9\x00\x0e\x06\x6e\xa8\xff\xec\x08\xe6\x86\xd4\x4a\x87\x21\x37\x96\xc6\x70\x84\x6e\x5b\x42\x67\x75\x80\x70\x63\x69\x0c\x29\x6c\x8d\xb7\x61\x3a\x6b\xb5\xed\x3c\x85\x35\x23\x06\xf3\x48\x40\x68\x3b\x32\xab\xcd\xbf\x10\xca\xe3\xe8\xe5\xc6\x9b\xfd\xda\xeb\x07\xde\xa7\x21\xb5\xa3\xed\x4f\x82\xcd\xa7\x0d\xd9\x70\xbc\x18\xd8\xc1\xab\x65\xcd\x33\x0f\x84\x0b\xf9\xc8\x3b\xe0\x50\xf6\x9c\x0e\xb8\xe5\x0d\xd4\x92\x0d\x5b\xf4\x2a\x1c\xf0\x61\x7b\xeb\x22\x1c\xa6\xe4\xee\x01\x50\xa9\xd4\x84\x70\x20\x7d\xd2\xa4\xc5\x1b\xe7\x2c\x4a\xb4\x03\x91\x08\xc6\xd2\x09\x3f\xbc\xe4\x82\x76\x22\x12\xe2\xf5\x1c\xa5\x58\x3d\x23\x04\xc0\x14\x67\x1f\xb7\x13\x20\x99\x39\x9c\xf0\xcb\xcb\xa4\xd0\x78\x3f\x7a\x35\x92\x58\x2e\xc3\x58\x3c\x09\x82\x47\x24\x96\xdd\x01\xb2\x6e\x4d\x79\xa8\x8e\x11\xfd\xfd\x85\xc8\x01\xa9\x1e\xed\x42\xa0\x80\xbf\xbf\x10\x2a\x51\xfd\x7e\x23\x0e\x05\xc1\x75\x22\xad\x57\x13\x78\x2e\x3e\x36\x7f\x62\x89\xb7\xd7\x29\x82\x68\xff\xea\x83\x6c\xc9\x87\xd1\xc5\x2d\xda\x44\x26\xd3\xeb\x39\x7c\xa2\x26\xbd\x99\xf0\x5c\x03\x4c\xf8\x44\xcd\x82\x70\xf1\x4b\xb7\xa4\x33\x79\xac\x0d\x0f\x80\xac\xc2\xd7\x80\x48\x1c\xf3\x31\x86\xa0\xfe\x6e\x51\x6a\x22\x8d\xd0\xbb\x19\x61\xfd\x16\x87\xdb\x7c\xee\xad\x16\x92\x6f\xa4\x66\xf9\x9c\x42\xc0\x8c\x93\x60\xda\x1d\xd1\x81\xdb\x80\xc8\xdb\x1b\x25\xa0\x5f\xbb\x17\xd1\xfe\x2e\xdb\xd2\xee\x8a\xe7\x1e\x0f\x6e\xe9\xd7\x78\x1d\xcf\xfd\x3e\x64\x43\x13\x11\x02\x72\x74\xb3\x57\x69\x37\xfd\xee\x7e\x4e\x04\x78\x3e\x44\x80\x10\xf4\xe4\x07\xa8\x43\x5c\x04\xdb\xcc\x8f\xfa\x46\x80\xa3\xda\x11\x03\xfe\xa8\x52\x67\xdf\x18\x7b\x3f\xdc\x1b\xd0\x21\xe6\xd6\x37\x78\xe9\x83\xdb\xf0\xd2\x4b\x0a\xec\x10\x95\xed\xf6\xea\x1b\xd1\x51\xd5\x46\xf8\x8e\x76\x6d\xdf\x80\x0e\x81\x8b\x5b\x6c\x7d\xa3\x52\xe9\x08\xdf\xb1\x3a\xd7\x37\xa0\xe3\x05\x3d\xe9\x41\xef\x07\x2e\xbf\xe6\x13\x22\x37\xb1\x26\x80\xfb\xf8\x9c\x63\xd2\x11\x7d\x33\x2c\xe8\x74\x5c\x23\xe3\x74\xfc\xbe\x44\xe7\x9e\x45\xb1\x3d\x40\x78\x7f\x8d\xb0\x84\x77\xbb\xbe\x7a\x80\x3f\x59\x5b\xa4\xb3\xda\x88\x03\x3f\xfa\x12\x9c\x93\x3d\x4d\x3d\x06\xb4\x35\x00\xcd\xe1\xd6\x60\x7a\x4c\xe8\x51\x38\x8b\x70\x28\xbf\x3a\x24\x89\x0a\x87\xf1\xd9\x74\x82\x39\x36\xbc\x90\xd5\xee\x68\xfb\x39\x41\xf6\x80\x70\xd0\xbe\xbe\x27\xc8\x1e\x00\x31\x03\x26\x8a\x08\x90\xa3\x27\x08\x0f\xb4\x38\x6d\x4f\x64\x74\x42\x51\x02\x40\x26\xd1\x44\x80\xb4\xa8\x09\x44\xe6\xfe\x12\x3c\xce\xda\xc3\xb8\xd9\xb8\x67\x13\x59\x02\x3c\x26\x8a\x04\x78\xbc\xe6\x89\xa6\x3c\x09\xab\x3d\x61\x4d\x5f\x6d\xb8\x2f\x8d\xc1\x84\xa0\x07\x53\x5d\xe6\x9d\xc6\xd2\x40\x3a\xef\x89\x76\xb6\x6c\x87\xb8\x5e\x36\x89\x25\x3d\x13\xc7\xc2\x11\x2a\xcf\x39\x9f\xa2\x67\xf8\x17\x75\xde\xf5\x8c\x0a\xab\x3a\x60\x7b\x86\x7f\x51\x07\x68\xcf\x9c\xa2\x9f\xa3\x82\x8e\xd7\x74\xc9\xef\xc3\xb6\xc8\x5e\xe8\x5e\x74\x1b\x77\xdc\x55\xb7\x51\xe3\xc1\x1b\xb3\x20\x75\xdf\x00\x95\x82\xfe\xdd\x86\x7b\x59\x87\x5d\x2f\xf0\x37\x8a\xef\xf6\x42\xf8\xdc\x1f\xe1\x13\x3e\x96\xf4\x3f\x9c\x7f\xd2\x71\x8b\x4d\x6f\xaf\x0e\x09\xa0\x00\x2e\x70\x21\x17\x7f\xc0\x80\x2b\xb3\x8e\x4a\x88\xf4\x42\x05\x44\xde\x98\x95\x5a\xb4\x9f\x13\x22\x61\xbc\xd2\x41\xee\xf6\xa0\x5d\xc0\x3f\x60\x49\x74\x3e\xf7\xa7\xcc\xb4\xa9\xa0\xa2\xfc\x48\x75\x1b\x6b\x60\xd6\x81\xaa\x75\xb6\x8e\x74\xde\x54\x63\x77\x4e\x6f\x8c\x47\x55\xe8\x5f\x6f\xf0\x37\x0e\x7f\x51\xa0\xd8\xbb\x47\x14\x50\xf5\x4e\x81\xd1\x7a\x33\x0c\x28\x90\xe2\x20\xb4\xbe\x54\x82\xe1\xd3\xaa\x37\x78\xf3\x24\x41\xf4\xa5\x12\x64\x87\x31\xf4\xa5\x12\xbc\xea\x40\xf5\x06\xf7\xa4\x8c\xcf\x1d\x65\xf0\xec\x2b\xea\x1d\xfe\x53\xd9\xa2\x7b\x87\x77\x72\xfc\xc8\x98\xd6\x97\xf6\x90\x75\xf1\x61\xe9\x9d\xc0\x0a\x3b\x1d\xc0\x76\xb7\xe1\xf4\x1b\x7e\x1f\xa5\xc0\x86\x07\xa7\x37\xd9\xcf\x77\xf4\xa7\xe5\xe9\xa8\x36\x21\xd3\x7a\xef\x13\x6d\x3f\xbf\x81\x2c\x3d\x1f\x28\x01\x20\x2f\x54\x1f\x00\xd6\x6c\x6d\xf0\xf2\x5d\x63\x6b\x10\x20\xbf\x90\xd1\xa1\x56\x13\x89\x03\x6f\x92\x1c\x80\x40\xce\xd7\x3e\x68\x99\x97\x21\xa4\x3f\x17\x32\x9a\x20\x06\xaa\x9b\x19\xe1\x83\x97\x5b\xbd\xc6\x80\x23\xec\xd5\x25\xfc\x7f\x06\x02\xda\xc8\x66\x9d\xb7\x43\x1d\xd9\xac\x26\x76\xa8\x1f\x9b\xb5\xe4\xbe\x17\xfe\xa0\x3e\x77\x38\x36\x8d\x48\x16\xf7\x7b\x6d\xa5\x9d\xb5\x55\xdd\x03\xfc\x9a\x86\x82\x99\xc8\x8e\x3e\xec\x2c\x18\xf3\x3a\xf3\x58\x31\xc6\xba\x3d\x2e\x9e\xcf\x76\xa5\xf5\x9d\xb7\x76\x19\xd9\x8c\x02\x72\xa8\x72\x3f\x1e\xc0\x34\xcd\x03\x0e\x3e\xd3\x13\x0c\xe0\x3d\x9b\x00\x0e\x16\xa6\x37\x93\x3c\x98\x73\x65\xe1\x00\x6a\x4c\xde\xcc\x56\x0f\xda\xd1\x92\x47\x7d\x9c\x5f\x7e\x63\xc2\x11\xe5\x2e\x6e\x7e\x21\x64\x9c\xf0\x75\x35\xb7\xe9\xeb\x92\x29\xa6\x9f\x70\xe0\x49\x93\xe9\x27\x1d\x78\x8a\x9b\xef\x4b\x73\xf1\x15\x4b\xa5\x9f\x4c\x1d\xf3\x01\x7d\x32\x39\xce\x07\x1e\xa3\xf9\xbb\x2c\x15\xfd\x84\x83\xc7\xdc\xf6\x7c\x3c\x57\x7a\xe1\xe2\xcd\xdb\xa6\x0a\x58\xbe\x5d\xc4\xae\x5f\x8f\xe7\x4a\x5d\x5c\x09\x2f\x08\xbb\x17\x1d\x57\x46\xf7\x45\xc7\x95\xc0\xb8\xe8\xb8\xf2\x06\xbb\x70\x39\xb1\xe5\x80\x6b\xa0\xed\x29\xd0\xd3\x62\x06\x7b\xd1\xd3\xe2\x83\xfb\x3a\x69\x77\x13\xf6\x2f\x7a\x5a\x2c\x7b\x30\xdf\xd9\x71\xa6\x1d\xe9\xcd\xd9\x60\xcc\xc7\x8f\x22\x40\x27\xfd\x28\x02\x03\xb7\xe4\xa7\xe4\x15\x9f\x9d\x3f\xb8\x0b\x5c\xa8\xeb\x93\x69\x1e\xdf\x5f\xd5\xcb\x07\x9d\xc7\x84\x3c\x69\x89\x53\x1b\x16\xf1\xd7\x7d\x0c\xfd\x66\x11\x45\xf7\x77\x27\x2a\x86\x02\x0a\x17\x5c\xbe\xa4\x70\xd8\xc0\xab\xa3\xb1\x3b\xe2\x68\x6c\x65\xef\x37\xce\x01\x4b\x17\x4b\xcb\x18\x2f\xa5\xe2\x7e\x76\xdb\x07\xc6\xb1\xd1\x12\xa4\x9d\x31\x50\x31\xd0\x5e\xe8\xb1\xb1\x2a\xa2\x7c\x0f\x83\x35\x04\xad\x5b\x8e\xa5\x3a\x54\xd7\x5b\x1b\xb8\xa9\xfc\x75\x13\xc6\x58\xba\x41\xc9\xee\x00\xb9\x7c\xd5\x6d\xd8\x59\x82\x67\x80\x40\x7e\x79\x86\x06\x03\xf9\x5b\xfd\xc9\x59\x34\x02\x6f\x27\x72\x6f\x50\x1c\xa2\x85\xce\xb1\x14\x87\xe2\x22\x18\x03\xa5\x75\xe4\x39\x19\x61\xc9\xa8\xc1\x6f\xc3\xa9\x93\xdd\xa6\x2d\x4e\xb0\xc1\xdc\x3e\x7c\xf8\x0d\xaa\x09\x0e\x78\x1f\x91\xaa\xb9\xc0\x5d\x6a\x41\x7e\x4d\x70\x69\x01\xd9\x65\x2c\x47\xc4\xe9\xf9\xfa\x1e\x17\xb5\x09\xdb\x4b\xc6\xd7\x6d\x4c\x65\x20\xde\x7f\x73\xe7\x28\x6d\xe0\x97\x79\x43\xb1\xc7\x42\x65\x03\x4d\x1e\xf2\xbe\x24\xb5\x11\x59\xdb\x59\xed\x14\xd6\x63\x0d\x95\x68\xde\x92\x99\x71\x24\x92\x86\x51\x89\xc2\x36\x0e\x55\x1c\x8f\xfd\x5d\x3d\xb0\x5a\xb4\x69\x0d\xd2\xb7\x55\xac\x91\x69\x56\xd5\xfc\x10\x6d\x62\x7d\x66\xa0\x1c\x4d\x94\x13\x71\x3c\xf5\x66\x04\x3d\x6c\xdf\x8e\xa1\x1a\x85\x3b\x4e\xfd\x15\x16\x6e\xd0\x7c\x0a\xeb\x53\x6b\xfc\xc2\xf9\x68\x2d\x51\xf5\xd9\x31\x53\x03\x17\xb2\x84\x57\x7f\x54\x6a\xd5\xae\xd4\x08\xd5\x7f\x45\xc4\xae\x77\x46\xa5\x0a\xef\xf7\x0b\xfd\x11\x1a\xb0\x42\x38\x6f\xfe\x00\x62\xa1\x57\x08\x11\x1c\xdb\xeb\x7d\x8a\x85\x6e\xa3\xcc\x9d\xc4\xc6\x51\x79\x66\xe9\x7b\xc4\x67\x44\xb3\xea\xc1\xb4\xd8\x17\x48\x10\x6d\x93\xae\xf1\x2b\xa3\xf1\xe6\x76\x35\xf3\xa2\x09\x61\xb8\xd1\xa3\xe5\x25\x68\xd8\x3e\x6e\xe2\x4e\x49\x63\x04\x95\x01\x65\xd7\x1a\x4b\xec\x1d\xc5\x4f\x59\xed\x4e\xe0\x34\xd2\x93\xe8\x65\x49\xb9\xe3\x35\x79\xd4\x03\xdd\xdc\x46\xed\x65\x53\x3f\xac\xde\x56\xc8\x07\x84\x5c\x1d\x8d\x03\x32\x6e\xf1\xdb\x4b\xed\x90\xbd\x7a\xf4\x25\xf3\xc9\x1b\x39\x70\x9d\xa2\x95\xfd\x81\xd8\x8b\xe2\x78\x83\x01\x0b\xb9\xeb\x6f\x0c\x18\xc0\x5d\x29\x67\xf0\x36\x70\xef\xe3\xce\xdb\xd3\x85\xe7\xc1\xbd\xa1\x85\x80\x50\xea\xaa\x95\x83\x81\x17\x3a\xad\xc6\x60\x38\x83\x89\x17\x42\xa9\x2b\x65\x0d\xd8\xc7\x9d\x3a\x34\x06\x6f\xa2\xd7\x84\x20\xa3\x06\x29\xba\x03\x22\x6a\x89\xdd\x33\x02\x04\x9e\x31\x62\x2e\xc2\x6b\xc6\x88\x12\xb0\x92\x33\x76\x82\xa0\xf5\xe0\xad\xe1\x1e\x61\xa7\xab\x49\x20\xed\x04\xc9\xdf\x43\xb0\x30\xff\x81\xbc\xea\xa4\xbc\xb1\xf3\xa0\x11\x84\x3b\x20\x7c\x7d\x0f\x71\xc9\x28\x84\xec\x59\xda\xab\x43\xda\xa2\xfd\x02\xfc\x24\xf1\x47\xc1\x6c\x83\x97\x33\xba\x14\xf7\x40\x69\x6a\x5b\xc2\x07\x2e\x6b\x74\xed\xd8\x01\xe3\xbc\xad\x2b\xe3\x40\x4a\xb9\x74\xae\x01\xd3\x7c\x96\xa5\x60\x20\xaf\xd5\x65\x49\xc7\xf1\x78\xc1\x04\xef\xc1\x52\xdb\xa6\xb9\x83\xfc\xd1\x23\x20\xc9\xdc\xec\x83\x52\xae\x39\x38\x8b\x2f\x7a\xb3\x1e\x70\x24\x49\xdc\x18\x8f\xad\xde\x33\xbc\x79\xbd\xa4\x5e\x40\x75\x46\x7b\x81\x06\x6e\x77\x74\xf9\xc7\x81\x64\x55\x17\xf8\x18\xb4\xd5\xdb\xac\x38\x10\x07\x62\x83\xcd\x80\x08\x6c\xc1\x6f\xe0\x7a\xc7\xdc\xdd\x21\x1c\x7f\x52\x05\x07\x4b\x61\xbf\x3b\x84\xe7\x2f\xfa\x83\x83\xda\x83\xda\x04\x59\x20\x31\xb9\x35\x1a\x02\xe4\xd5\x1b\xc7\xc8\x6d\xcd\x92\xf2\x07\x8b\xff\xf8\x04\x45\xed\x1f\x5b\x0d\x07\xa4\x65\x9b\xd4\xc6\xc5\x45\xd7\x78\x17\x8f\x14\x2d\x2a\x52\x63\x5d\x9e\x72\x30\x7e\xdd\x44\x74\x3d\x00\xba\x03\xe4\x67\x4b\xd9\x19\xb8\xde\xd1\x86\xd3\x71\x31\x7d\xd7\x1d\x52\x9a\xf2\x84\x26\xda\xea\x0f\x45\xb1\x9d\x25\x3f\x10\x4a\xf2\x12\x78\xe6\x93\x93\xa8\x36\x44\x50\x23\x74\x52\xfc\x13\xc2\xe1\x19\xb0\xe5\x60\x4c\x02\xe4\xf7\xe1\x86\xf3\x2e\x98\x84\x47\xf3\x47\xa4\x49\xb1\xd8\x3c\x26\x32\x59\x5f\x03\x00\x20\xf3\xad\x49\x80\xfc\x1c\x6c\xa8\x7a\xc9\x20\x67\x17\xdf\xae\x30\x6e\x82\xa8\x29\x2c\xb9\xbb\xda\x57\x31\x6e\x88\x01\x5e\x43\x4a\xdd\xe6\x33\xb8\x56\xbe\x9b\x68\x59\xb5\xdb\x34\x84\x48\x16\xbb\x2a\x06\xee\x8a\x29\x8e\x73\x18\x37\x17\xd5\x82\x0f\x8a\x51\xda\xba\x3d\x9e\xf8\x78\x2d\x0a\xca\x51\xda\xf6\x3f\x6e\xe0\xc0\xdb\xe4\x06\x0e\x5e\xfd\x31\xbd\xf8\xd3\xde\x71\xdb\xbc\x8f\xe9\x7d\x63\x94\xd9\xa6\x76\xe4\xe5\xdd\x45\x3f\x70\xd5\xdd\x86\x79\x7f\xb8\x43\x48\x5e\xaf\xe7\x74\x03\x0e\x8f\x80\x55\x13\x04\x3b\xd2\x73\x8b\x53\xb8\xf7\x0d\x6e\x3f\xd1\xd5\xce\x1b\x27\x45\xb7\x3b\xe4\xf4\xdc\x65\x48\xdd\x03\xfc\x7e\x1e\x12\x57\x4c\x7a\x55\xf7\x40\x4f\xe6\x50\x1b\x6e\x3f\x11\xde\xce\x2b\x26\xb5\xb3\xf6\x40\xcf\x66\x57\x1b\x26\x19\xaf\xd2\x1e\xe0\x16\x7c\x75\x40\x42\xf4\x80\xd0\x4b\xba\xdf\x87\x5e\x62\x88\x20\xe8\xeb\xbe\xf1\xb2\x47\x56\x55\x15\xef\xd9\x79\xa9\x64\xff\x91\x51\x6d\x47\x69\xcc\xea\x60\xa4\x9d\x57\x50\x7a\x0d\x51\x48\xa8\x74\x1d\x7f\x3b\xef\x98\xd4\x4e\xdc\x11\x3b\x5f\x9c\xb4\xbe\x23\x17\xb8\x54\xe3\x3c\xf2\x8e\x22\xbf\xc1\x5b\x21\x0d\x02\x92\x73\x9d\xb5\xbe\x27\x78\x89\xb4\x13\x76\x1a\xf0\x4d\x46\x09\x5e\xa2\xe4\x36\xbc\x82\x12\xaa\x76\xdc\x11\x59\x5f\xfd\x5d\xb4\xb6\xbb\x43\xb8\x81\x74\xe0\xec\x19\xca\x93\x3b\x64\x32\xae\xb8\xd7\x9e\xe1\x05\xac\x6e\xc3\x0b\xe8\x09\xe1\xca\x19\x97\x32\xd8\x71\x6b\x7d\x76\x08\xd7\x9e\x09\x91\x90\x96\xe1\xf7\x2a\xfe\x00\x10\x29\xa4\x68\xc7\x2d\x93\xde\xc9\x3b\xd2\x6f\xab\x01\xc8\x50\x09\x8a\xfb\x87\x9f\x4b\x12\xef\x8e\xf4\x5a\x67\x7c\xef\x48\xaf\xed\xb2\x43\xed\x48\xaf\xed\x12\x23\xf7\x42\x80\x34\x1e\x83\xd9\x5d\xec\x6b\x2f\x5c\x22\xbf\x00\xbf\xa6\xf7\x1d\x6e\x99\xec\x92\x43\xf7\xc2\x25\x12\xc6\x50\xfc\xbc\xb8\xb2\xc0\x0e\x25\xa7\xbe\x66\x08\x4f\x5e\xf6\x0c\x01\x61\xf5\x80\x2c\x10\xeb\xef\xb1\x84\xc9\x03\xc2\x7b\x6e\x0c\xb3\xe6\xa6\x69\x08\xc1\x42\xa5\x7a\xe3\x53\x4b\x4a\x6e\x33\xe6\xca\x44\x50\xb9\xa8\x42\x01\x12\x78\xbb\xd7\xa0\x72\x4d\xfd\x9c\x15\x70\xdd\xee\xbc\xca\xdc\x1d\x92\x4c\x3d\x22\x51\x20\x10\x90\xe0\x9b\x47\xf0\x0f\xc0\x81\xb7\x1e\x2a\xaa\xf7\xd7\x94\x27\xcf\x24\x01\x8d\x8b\x29\xbb\x91\xdc\x1e\xa0\x85\x65\x94\x50\xb7\xee\xb2\x37\xb8\x9d\xbc\x0a\xbc\xd8\xc6\x71\xd7\x7b\xdb\xf1\x82\xdb\x70\x85\x79\xe7\x34\xf8\xfa\x8c\x14\xe6\x07\x9b\x10\x11\x34\x94\x7b\x75\x07\x37\x66\xa0\x29\xf7\x87\x7d\x69\x4a\x9d\x2e\x58\x7f\x81\xcb\x2a\x5d\xe6\x69\xef\x48\x38\x35\x25\x20\x80\xbd\x58\x60\xdf\x11\x56\x54\x9d\xb4\xb4\x77\x00\x61\x6a\xef\x04\x42\x93\x66\xce\xaf\xf9\x47\x27\x7b\x10\xde\x91\xe3\xeb\x38\xaf\x1d\x96\x7e\xeb\x34\x3b\x6e\xdf\xa9\xc3\x53\x5c\x5a\x55\xb2\xf7\x6d\x47\x8e\xaf\x03\xbd\x76\x5c\x58\xe9\x22\x43\x3b\x73\x7c\x4d\x6a\x83\xd5\x3b\x8d\xd6\x41\x0e\xa8\x75\x1a\xbc\x4b\xc0\x0c\x04\x59\xbf\x76\x15\xec\xe3\xc0\x0c\x04\xc2\x20\x88\x42\xc9\xe0\x3a\xf9\x7d\xf8\x64\x4d\x5a\x03\x20\x9b\x36\x59\x91\xd4\x05\x68\x76\xf8\x01\x8a\x43\x75\x77\xe4\x09\xe7\xf4\x23\xfb\xd9\xbe\xf3\x46\x79\xcf\x6f\x27\x06\xdc\x86\x0f\xd7\xdb\x19\x59\xc3\xf6\x95\xed\x3b\x7c\xb6\x5e\x22\xb8\x08\x86\x4b\xa9\xec\x2c\x56\xfa\xda\x5d\x3b\x29\xd5\x3d\x00\x62\x73\xac\x9d\x10\xeb\x39\x6f\x08\x32\x03\x39\xe8\x9d\xd3\x00\xc8\x12\x7e\xc1\x8f\x2c\x61\x47\x01\xef\xb8\x63\xd3\x9a\xf5\x7e\xc0\x9f\x28\xf1\x6f\xc7\x1d\x9b\x56\x23\xf7\x03\xb7\x94\x78\xa7\xe1\x8e\x4d\xc7\x5c\xed\x07\x3c\xa6\xc6\x10\xee\xdc\x74\x84\xe5\x7e\xc0\x63\x6a\x9a\x3a\xe0\x11\xf6\xbe\x3a\xe0\x7d\x6c\x7e\x1f\x0e\x53\x73\x27\x64\x1c\x3b\x8a\x75\x3f\x09\xbf\xde\x3f\xe1\x21\x96\xfc\xbb\x9f\x80\xdf\xbc\x87\x17\x10\x59\xa9\xda\x91\x71\xec\x88\xac\xfd\x24\xc0\x6e\xf3\x5a\x16\x4d\x98\x19\xc8\x5e\x00\x66\x20\x37\x3f\x07\xc0\x26\x51\x24\x19\x3b\xa4\x75\x3f\x09\xb0\xfb\x87\x87\xd8\x7b\x08\xf1\x56\xc5\xfe\x9b\xfd\x64\xfc\xa2\x1c\xb2\x3b\xb4\xae\x61\xc3\xd7\xce\xeb\x86\x9c\xd3\xb0\x23\x71\xd8\xf1\x26\xfb\x85\xc8\x6a\x49\xd8\xfb\xd5\x60\x39\x13\x52\x2e\x44\x5a\x4b\xa2\xde\x91\x36\xdc\x5f\xef\x2f\x98\x1c\xf3\xb5\x23\x6d\xd8\x5a\xc7\xbe\xd4\xae\xe1\x70\x9e\x1d\xe1\xfc\xfd\xd5\x3f\x0c\xef\xc1\xf3\x81\x4f\x52\x12\xfd\x8e\x80\x7e\xab\x65\xfb\x52\xc3\xb2\x13\xa7\x76\x64\x11\x5b\x2d\xdb\x27\x5c\x92\xaf\xef\x33\x79\xab\x06\x98\x44\x80\x16\x61\x02\x01\x56\x01\x70\x25\xa7\x55\x88\x7d\xd2\xb4\xe8\xef\x01\xb0\xd9\xff\x24\xc0\x1e\x10\x00\xbf\xfa\x23\xc0\xee\x8f\x9e\x06\x01\xc0\xac\x63\x5b\xcc\x76\x78\x3b\xb2\xbd\x40\x3b\x2e\xe5\xb4\xf5\x75\x47\xc9\xff\xcd\xe1\x20\x3b\x2f\xe5\xb4\x8e\xc1\x4b\x39\x6d\x9f\xdd\x51\xa1\x75\xcb\xaf\x2e\x3a\x7f\xf0\x2c\x06\x7f\x10\x98\x4f\x56\x81\xc5\x17\xde\xdb\xe9\x23\x89\xd7\x74\x3a\x6e\x68\x47\xa0\x56\xb1\xab\x76\x7f\x7c\x28\xa2\x8d\x63\xa3\x83\x52\x8b\x7f\x40\xbd\xda\xac\xf5\x1f\xbc\x97\xd3\x96\x95\x63\xa3\x2b\x56\xcb\x71\x6c\x04\x25\xba\xd3\x8e\x79\xb9\x4f\xba\x5e\xb3\xda\x9c\x77\x55\x1b\x0e\x65\xb9\xbb\x8e\xed\xa9\xe5\xed\x39\x70\xda\x22\xa1\x23\x30\x59\x2f\xfb\x07\x96\x2d\xd1\xf1\x7b\x3c\x37\x77\x8a\xb5\x1d\x81\xa5\xf0\xb3\xdf\x80\x05\x7b\x18\x8e\x40\x9f\xa6\x4e\xcc\xe3\xb9\xaf\xf3\x67\xc7\xcf\x11\x1e\x07\xa7\x66\xfd\xdc\xe6\x29\x89\xfe\x78\x32\x20\x44\xf8\x47\xc0\xbd\x60\x62\x9f\x47\x60\x92\x62\x76\x17\x37\xeb\xe5\x6b\x4a\xf1\x01\x5c\x9f\x44\x96\x46\x16\xcb\x3f\x90\xb8\x1c\xec\x6e\x3c\x96\x36\x56\x7c\xe5\xce\xc1\xfb\x3e\x5d\xf6\xe8\xe0\x7d\x9f\xae\x2a\x73\x40\x3d\x0b\x76\xd5\x1d\x91\xce\xdc\xec\x1f\x70\x01\x68\x75\x17\x07\xb7\xb4\xa7\x75\xb2\x0b\x4f\xfc\xa2\x63\xd5\xf3\x9c\x7c\x43\xb0\xa2\xba\x6b\x70\x7e\xc2\x91\x98\xd0\xa7\x2f\xe0\xc4\x09\x76\x93\x1e\xc8\x7e\xb6\xcf\xe4\x48\xf4\xd5\xba\x83\x27\x17\x4f\x3f\x2c\x95\xac\x54\xa3\x17\x79\xc7\xd9\x65\x7e\x8f\xa5\x83\x95\x2a\x91\xe8\xa0\x97\xc7\xd7\x7e\x1d\xf9\x49\x58\xf3\x1b\xb0\x21\xb9\xd8\xcc\x91\x9f\xab\x73\x84\x4d\x24\x22\x27\xbb\xd9\x0e\xa4\x4d\x64\x57\x92\x38\x32\x6f\x2a\x4d\xfe\x61\x32\x83\x4b\x6b\x98\x79\xaa\x88\x9f\x1c\x70\xff\xb8\x87\xa5\x5a\x35\xef\xea\xa5\x58\x99\xa1\x1f\x4b\xaf\xaa\x96\xe3\x0e\xc4\x3d\xb9\xe6\xcf\x51\x68\xef\xf7\xfb\x18\xcd\xd3\x61\x0e\x84\xb7\x23\xb4\x1a\x4b\x9a\x07\x73\x22\x74\xc8\x1e\xac\xb1\x2a\xbb\xdf\x81\x1c\x89\xd7\x5d\xf6\xc7\xe7\x5a\x28\x8d\x58\x19\x74\xe2\x17\x60\xcf\x18\x1e\x01\x61\xce\xaf\x1e\x99\x39\x5f\x3d\x25\x48\xd7\x32\x2f\x1f\x0d\xca\xb7\x11\xd4\x10\xe0\x18\xfc\x9c\xca\xb7\x06\x68\x09\xcf\xdd\x7e\xdc\x7b\xc2\x11\xa3\xa0\xa2\x5f\xa0\x34\x6d\x24\x2e\x2d\x68\xf4\xd7\x0b\x88\x3f\x91\xe8\x76\x34\x6e\x19\x81\x88\x54\xde\xe0\xe2\x51\x07\x53\x79\x6b\xf1\x1b\x17\x88\x51\x48\x5a\x5a\x4e\xb1\x39\xf3\x40\x22\xaf\x1f\xa3\x6c\xea\x8b\x33\xf4\xe7\xba\x49\xf5\x07\x9d\xc7\x5c\xba\x23\x25\xc9\x9b\xa1\xaf\x53\xd8\x18\x41\x24\x93\x11\x8a\xa4\x09\x17\xf9\x3b\x3a\x69\xc8\xaf\xc3\x47\x64\xde\xd9\x19\xbc\xa1\x5d\x80\x9c\x89\x6e\x0d\xec\xc0\x7d\x0a\x0e\x95\x39\x06\x28\x5a\x47\xd5\x81\x9c\x89\x2c\x9b\xd1\x01\xf5\xa5\x0f\x23\x70\x3c\x35\xce\xd5\x86\x6a\xec\xbd\x4c\x75\xc6\xcc\x16\x4e\x22\x6b\x9d\xc7\x80\x66\x6c\xc6\x89\x24\x0a\x6b\x2b\x07\x7c\x48\xb5\x7a\x40\xe6\x48\xf8\xd8\x62\x8e\x84\x89\x74\xa7\x7d\x43\x03\xc0\x07\xe4\x40\xb9\x83\xe5\x4e\x7d\x0c\xee\xb4\xfa\x69\x02\x3b\xb2\x40\x3c\x41\x46\x28\xb5\x9a\x7e\x74\xfc\xe0\x72\xd2\x28\x2b\xe6\xb1\x23\x99\xc1\xf8\xdb\x51\xd6\xd1\xfc\xf7\x80\xc9\xcf\xb3\x3d\x60\xe1\x33\x74\x07\x32\x01\x7c\x28\x2f\x55\x23\x46\x9f\x1a\x07\x8a\x26\x1a\x3a\xb8\x7c\x86\x1d\xbe\xc7\xd2\x35\xa2\xef\x19\x3a\x96\xae\x11\xa3\xb9\xf7\x81\x3c\x00\xd3\xeb\x09\x3b\x43\x75\x1b\xe6\x25\x13\x0c\x92\x2b\x9c\xe9\x7b\x9c\x4f\x1d\x32\xff\x80\x44\x00\x53\xd4\x89\x10\x5e\x93\x24\x2e\x2f\x7d\x71\xff\x13\x61\xf3\xe6\x4a\x27\x34\x7a\x93\xfc\x09\x8d\xde\x07\x27\x74\x01\x87\x97\x1e\x27\xd4\x5d\x1f\x82\x27\x94\x3f\xcf\xe7\x82\x4b\x5d\xf2\xdb\x71\xc1\xa5\xee\x1d\x76\x51\xa1\xf7\xfb\xe4\x41\x9a\x1f\xae\x21\x75\x2e\xd5\x71\x15\x32\x08\xbf\x00\xe5\xc7\x00\xb2\xc2\x90\x0b\x04\x1d\xd7\x93\x77\xaa\x45\xbf\x10\x5b\x69\x16\xb2\x44\xfb\xec\xd8\xb2\x83\xa2\xbd\x9f\x53\xb4\xf7\x89\x3a\x11\x00\x62\xae\x88\xcb\xf7\xed\x8e\x38\x26\x02\x42\x7c\x72\x4c\xa8\x2e\xaf\xe7\x54\x5d\x34\x1f\x48\xf2\x0e\x8f\x3b\x70\xdb\x82\xf3\xcd\x8e\x25\xc9\x67\x07\x0a\x1e\x4b\x92\xcf\x8e\x34\x3c\x96\xe4\x9e\x1d\xb2\x77\x30\x6e\xc9\x57\x6d\x1d\xb8\xbc\xcb\x61\x14\xc7\x4d\xe5\xcb\x8b\x7a\x33\x93\xde\x2f\x20\x01\xdd\x6c\xfd\x86\x17\x4f\x13\x44\x75\x20\x2f\xf1\xcd\x88\x19\x1d\xf6\xe7\xe3\xad\xe8\x6a\xc3\x2a\xad\x83\xed\xdc\x32\x36\x41\x52\x9b\x6b\x2a\xa2\x3b\x51\x7b\xd4\xe3\x9f\xcc\xf3\x15\x97\x3f\x99\xe7\x9b\x3d\x00\x2c\x10\xda\x35\xe7\x86\x28\xaa\xe4\x01\x10\x46\xd1\xdd\x1f\x8b\x6f\x7f\x9a\xbc\xf5\x34\xba\xbd\x36\x9d\xd4\x98\x33\xe0\x8e\x1c\x8f\x16\x1e\xf4\x69\xb8\x40\x53\x7f\xf5\x1b\x0c\x36\xd0\x7c\x71\x6d\xea\xeb\x7d\x30\x61\x09\xe1\x67\x78\x2a\xf8\xfa\x7b\xda\xf6\xba\x3b\x80\x09\x41\x6c\xe2\x8c\x8c\x83\xd7\xc9\x73\xe2\xa2\x2e\xed\xfa\x93\x85\x49\x6d\xe6\x3a\x23\x64\x23\xad\x40\xe4\x75\x64\x7e\x8c\xd8\x02\xb1\x95\x93\x97\x16\xbc\xc6\xe3\x41\xa7\xf6\x92\x4a\xbb\x33\x18\x4f\x5c\xca\xe5\x00\xeb\x13\x89\xbf\x0e\xa6\x38\x13\x2a\x5f\x68\xd7\x9f\x09\x04\xa5\xe1\x70\xe1\x56\x75\x73\x5f\x93\xf5\xcb\xb8\x91\xdc\xab\xbf\x24\xda\xfe\x1a\xeb\x91\xa1\xd5\x7e\x22\x26\x3f\x6d\xdc\x87\x9a\x75\x26\x9c\xa8\xef\x9f\x4d\x8d\x10\x4d\x73\xfe\x51\x2e\xe8\xc9\xf2\x9d\xb5\xb9\x37\xde\xf8\x28\x89\xe2\xc4\x75\x00\x0e\x5e\x3e\x91\xff\x6b\x17\xcc\x09\x39\xd7\xb1\xc8\x67\xd9\xb0\x19\xf4\xbc\x04\xb4\xb5\x94\x85\x1c\x5e\xec\xe6\x84\x98\x1b\x87\x5f\xe0\x99\x24\xec\xc1\x81\x10\x75\x22\x9f\x05\x7e\xb4\xd7\xfb\x30\x96\x7b\xed\x50\xfa\xa6\x34\x49\xca\x67\x85\xd8\x28\x0b\xe0\x59\xc9\xef\xd4\x41\x25\xbf\xd3\x8c\xeb\xa3\xfa\x6a\xc4\x25\xd9\x16\xdf\x6f\x78\x2e\xc1\xb5\x58\xf2\x3d\xeb\x53\xbc\xc1\x1f\x20\xcd\xdc\x38\xc0\xbd\x59\x92\x53\x4f\x66\xf3\xea\x29\x22\x9a\x5c\xa0\xe4\x44\xa9\x7f\x17\x1b\x39\x51\xba\x7f\x38\x2c\xf7\x44\x94\x92\x01\x66\x54\x92\xf7\x37\xc3\x90\x3c\x5c\x27\x3b\x92\x7d\xec\xec\x88\x5b\x29\x7e\x81\xbb\x45\x08\xeb\x48\x09\xf7\x84\x70\x6b\x96\x0b\x6d\x9d\x1d\x29\xe1\x9e\x20\xc5\x46\xe3\x07\xa5\xf5\x5d\x8c\xfa\x7c\x42\x8b\xc4\x0e\x28\x25\x4a\x86\x3d\x21\x25\xba\xda\xf6\x89\x50\x22\xfb\x09\x4f\x48\x8d\xae\xa4\x7c\x42\x08\xec\xd6\x54\x4f\xde\xaa\xe5\xc0\x9a\x73\x30\x09\xa4\x79\xc8\x35\x25\x5f\x6c\x76\xb2\x5e\x8b\x8b\x8c\x9f\xe3\xc6\x0b\x6a\x23\x76\xc8\xc5\x57\x4e\x58\xb1\xed\x59\x3c\x11\x3b\x54\xcc\xf3\x97\xdc\x58\x8b\xb7\xc1\xce\x5d\x2a\x9c\x20\xb7\xd6\x09\xcc\x27\x62\x87\x8a\x39\x16\x62\x87\x8a\xa9\x1e\x72\xa3\xa3\x85\x4f\x14\xbb\xb4\x67\xe2\x5c\x72\x64\x2d\xde\x56\xb0\x62\xdb\xee\x7f\xee\x88\x33\xd1\x11\x78\xee\x44\x80\x70\x8e\x32\xf9\xbe\x54\xf0\xdc\x71\x84\x48\xf2\x3b\x51\x26\xdf\x17\xad\x9d\x07\xe1\x77\x1b\xea\xa2\x69\x80\xc1\x43\x92\x34\x4f\x04\x0f\x15\x29\x42\x27\x24\x49\x1b\xd1\x4f\xc6\x0e\x79\x13\xb0\xf0\x65\x95\x98\x73\x3e\x17\xad\x9a\xd1\x9c\x74\xf7\x98\xd1\x9d\x08\x7b\x30\x59\x22\x56\xc7\x8e\xbf\x13\xb1\x3a\xf6\xdd\x9e\xb8\x84\xcb\xbe\xd8\xf3\x44\xd0\x83\x51\x7a\x22\x92\x45\xea\xe5\x79\x92\xd3\x09\x64\x84\xe6\xd8\x79\x7c\x22\x34\xc7\xce\x9f\xf3\x62\x24\x8b\xfa\x7b\xee\x65\xf5\x00\x88\xcd\x71\x74\xe4\x09\xd9\x6f\x58\x52\x3b\x11\x8c\x63\xef\xf0\x79\x11\x22\x21\xf9\xa2\x32\xe1\xe7\xdc\x08\xc2\xc0\x45\x88\x3c\x00\x21\x72\xff\x80\xc0\x7c\xea\x22\x04\xc2\xc8\x7c\x94\x1b\xff\x00\x71\xdf\xac\x65\x3e\xc7\x85\x46\x40\x1d\xfa\xf8\xb3\xab\x74\xce\x49\x6d\xc6\xbd\x5f\xe0\xf4\xc2\x0f\x72\x70\xa3\x69\x90\x35\x5c\x7c\xe1\xfa\x89\xfb\xee\x7d\xfd\xd2\xc9\xa2\xf5\xde\x24\x37\x04\xb1\xe0\xf7\x61\x0d\xb4\x23\xf5\x5c\x82\x60\xf4\x75\x4c\xe7\x0d\x6d\xcd\xbb\xe4\x26\xc9\x88\x84\xee\x75\xb6\x24\xef\xea\xfb\xc0\x8c\xfd\xfe\x49\xfd\xc8\x1f\x10\x24\xcf\x08\x51\x26\xda\x16\x17\x92\x6a\x93\xd8\xcc\x85\xb2\xf7\xbe\x9d\xe9\x62\xda\xab\x56\xe4\x7a\x24\x47\x3f\x87\xf3\x5b\x11\xc9\x17\xd3\x58\xc5\xda\x2f\xa6\xb1\x36\x7f\x8f\xea\xe9\xc5\xe3\xc3\xf9\x2d\xbe\x78\x05\x66\x29\x48\x96\xbe\x10\x06\x53\xc5\x5a\x2f\x54\xa1\xef\xdd\x6d\xe8\x63\xd2\x5f\xae\xc0\x1b\xfc\x45\xf5\x57\x20\x04\x1e\x01\x10\x48\x58\xbc\x90\x17\x5b\xeb\xab\x47\x08\xbf\xe2\xf6\x17\xaa\xd4\x77\x49\x24\x17\xc2\x60\xac\x20\x5d\xbc\x00\xb6\xf9\x7b\x5a\x89\x3c\x20\x40\x54\x98\xcc\x15\xa1\x82\x36\xb7\xa1\x72\x4a\x9e\xba\x22\x22\x1a\x14\x97\x73\x45\x42\x28\x94\x47\x78\xf3\x65\x90\xbc\x50\x02\xbf\xcb\xbe\x7b\x45\x02\x28\x94\x47\x04\x34\x34\x7f\x4f\xf8\xdc\x3f\x2b\xf8\x1a\xe0\x08\x00\xba\xdb\x37\xaf\xbe\xd1\x17\x89\x10\x68\xc6\x88\x83\x77\x98\xe4\x95\xe0\x50\xed\x7e\x0e\x27\xb2\x17\x19\x69\xb0\xf6\xaf\x5d\x09\x2e\x54\xcf\x90\x69\xb0\x3a\x0b\x2f\x46\xd1\x18\xa3\x4c\x83\x95\xa9\xf0\x62\x1a\xac\x5c\xff\x57\x82\x82\xf7\x9a\x1f\xd4\x97\xee\xef\xa1\x53\x1b\xc3\x90\x70\xdb\x30\x4a\x98\x16\x6b\x2a\xce\x10\xc7\x25\xe2\x5e\x19\x00\x9b\x24\x32\x01\x16\x00\x19\x00\x7b\x57\xa0\x8e\xa4\x45\xe2\x8b\x45\x70\xaa\x67\x90\xe1\x24\x96\x0a\x7b\x65\xda\x2e\x4d\xd6\x99\x20\x6a\x91\x33\x5c\x8a\x3a\xee\xae\x0c\x33\x82\x89\x0a\x59\xb5\xce\x7b\xb9\x32\xcc\x06\x26\x92\x02\xb3\x81\x44\xca\xab\x10\x22\x4d\xa0\x10\x22\xf5\x5f\xb8\x44\x42\x79\xa9\xdc\x66\xc2\x29\xaa\xe0\x54\xc7\xc5\x5f\x85\x33\xf6\x08\xb0\xde\x3b\x8a\xf0\x2a\x48\xec\x35\x2b\xa9\x28\xb2\xeb\x7d\xc5\x34\x57\x9d\xf0\x17\xd3\x5a\x75\xbc\x5d\x15\x5e\x58\xb3\x12\xa6\xb9\x9a\x55\x55\x78\x61\x8d\xe3\x4a\x14\x69\x82\x15\xa9\x41\x3a\xae\xaf\x8a\xb2\xc0\xa6\x62\xe4\x02\x74\x87\x57\x5f\xcc\x72\x7d\xb5\x39\xe1\xf8\x93\xb3\xe6\xe2\xdd\xb3\x96\x8a\x2f\x9a\x72\xa5\x43\x5f\x1f\xa9\xda\xdd\xc3\xe3\xaa\xc3\xf6\x42\xca\xab\x03\x93\x2e\xd8\x76\xbb\x03\xf4\x2f\xe4\xbc\xf6\x57\x07\xf0\x40\x1a\xe1\x0d\x1e\x48\x73\x46\xe4\xbc\x5a\xbe\xb8\x3a\xed\x32\xfa\x1e\xe9\x00\x8e\x9c\xba\x90\x0f\xe0\xc8\xda\xab\xd3\x0e\x23\x84\xf7\xa7\x7a\x97\x56\x14\x79\xad\x8e\x64\xba\x3a\x0c\x35\x92\xa0\x2e\xe4\xb5\xf6\x57\x1b\x10\xbf\x3a\x24\xc4\xee\x8f\x91\x11\xa6\x62\x94\xb8\xb7\x44\x74\x75\x96\x01\x31\xce\x06\x1d\x8d\x9e\xf3\xa0\xa3\xd1\x48\x59\xb2\x7d\x76\xca\xe7\x35\xe8\x78\xf4\xa4\xc7\xa3\x7d\x69\x56\x83\x2e\x53\x83\x09\x69\x7f\xb3\x91\xf8\x1a\xcc\xe9\x34\xe6\x96\xb4\x9f\x9d\xe3\x79\x41\xda\xdf\x6c\x26\xbe\xc6\xe3\x7b\xd4\x1b\x4f\xf6\xaa\x57\xfb\xc9\x5e\x35\xbd\xec\x0f\x68\x5a\xae\xc7\x32\x6c\xc6\xbf\xd3\xb3\x28\x81\xf3\x62\xfc\xbf\x53\x19\xaf\x9d\xde\x44\xef\xa9\x9d\xde\x44\x6f\xaa\x9d\x05\x32\x8d\xaf\x9d\x79\xa0\xde\x96\x3b\xf3\x40\x7d\x7e\xed\xf4\x2f\x7a\x23\xee\xb4\x97\xf9\x0c\x3f\xe8\x5f\xf4\xd6\x3f\xe8\x5f\x34\x3b\x3b\x98\x1a\xea\x53\xfb\xa0\x63\xd5\x2c\x1a\x39\xad\xc1\x15\x2f\x2f\xe4\xb4\xd6\x66\x7c\x1c\x74\x30\x7a\xc7\x1d\x54\x9b\xfd\xc2\x53\x1e\x54\xc0\x1e\xf4\x9e\xb8\x7d\xa2\x2d\x40\x8e\x0b\x6d\xa1\xef\x7c\xb2\x85\x04\xfa\xf9\x38\x88\xfd\x03\x92\xeb\x5c\xdf\xf2\x82\x3d\x39\xbe\x56\x0d\x65\x1c\x6d\x0c\xb8\x58\xb6\xd1\xba\xfa\x75\x5e\x50\xee\xdd\xc3\xcd\x17\x34\x8b\x8b\x29\x4a\xe6\xb4\x4b\xac\x2f\xb6\x1f\x5c\x57\x46\x5b\x60\x5c\xac\x35\x69\x4e\xb7\xc4\xfc\xf2\x3a\xcf\x61\xe2\xad\xd5\xe7\xd9\xc5\x44\x4f\x13\xf4\x12\xe4\x5d\x33\xfe\x42\x4c\x7d\xf6\x8c\x16\xa3\x31\x9e\x21\xd5\xdb\x04\x7d\x21\xc2\xde\x37\x27\x5d\xb8\x78\x37\x19\xe2\x09\x81\xc8\x68\x9e\xf4\xf4\xa9\xb9\xa4\x03\xef\xbe\xb9\x84\x03\x23\x78\x69\x08\x0e\x23\xb9\x58\xa7\xd1\x4b\x88\x7b\xa7\x7c\x1b\xe6\x75\x23\x56\xc8\x74\x86\xaa\x38\x9e\x2a\x04\xf6\x57\xc1\xbb\x0b\x11\x15\x0e\x6b\xb9\x50\x94\xd1\x02\xfd\x85\x3a\xed\x8e\x6d\xba\x10\x88\xee\x1d\x78\x23\x83\x50\x93\x9f\x1b\x4d\x2b\x51\x6d\x18\x32\x87\x9a\x83\x57\x5d\xfb\x7d\x5a\x3e\xba\xda\x4c\x0e\x28\x3f\x2a\x7a\x33\x37\xda\x45\xaa\xda\x70\xa7\x89\x5a\x67\xa0\xa7\x5a\xcf\x11\x72\x5e\x5d\x5a\x6a\x2e\x61\xbb\x16\xe9\x3b\x13\xc2\xb6\xc3\x0f\x27\x82\x1b\x1c\x43\x39\x91\x1c\x5a\xb4\x03\x27\x64\x6d\xc7\xbe\x4d\x5c\x5f\xeb\x14\xad\x49\xc3\xad\xd1\x81\x58\x06\xc7\xfe\xcd\x40\xdb\x9e\x27\x08\xc9\x54\xda\xcd\x44\xa9\x46\x47\x3b\x4f\xdc\x3d\xeb\x50\xdc\x89\xa8\x04\xc7\x00\x4d\x88\xc6\x49\xfa\xea\x8c\x54\xaf\xfc\x3e\xd4\xab\xe0\xfe\xa1\x4d\x05\x7f\x3f\x79\x57\xb9\x3a\xe0\x65\x4e\x92\x31\x26\x2e\x73\xea\x92\x4c\x27\xe3\xc3\xbd\xc0\xb8\xbc\xc9\xd6\xce\xc9\xcb\x9b\xb4\x75\x66\x22\x39\xb9\x4d\xd1\x5c\x08\xcf\x14\xe3\xd4\x1f\x05\xd3\xe1\xe7\xcf\x45\xe1\x82\x28\xc3\xfd\xa3\xd3\x6d\x66\xb8\x7f\x0c\xc0\x92\x54\x93\x63\xf7\x26\x8d\xb7\xbe\x10\x64\x52\xf0\x34\x8a\x33\x62\xd9\xaa\x3b\x40\x2c\x5b\x77\x1b\xb1\x6c\x5e\x02\x96\x73\xa9\x9e\x00\x2c\xef\xa6\x41\x94\x6b\xb1\xc9\x60\x16\x08\x19\x12\x52\x66\x81\x8b\x3c\xf9\x7d\xc8\x14\x3a\xf1\xe7\x12\x33\xb3\xe3\x63\x66\x79\xce\x62\x7f\xc0\xf8\xa5\xd7\x1b\x8f\xe9\xcd\x43\xdc\x38\xad\xf5\x45\x7d\xce\x62\xad\x42\x0d\xeb\x05\xd9\xca\x26\x0c\xb8\x2e\x2c\x31\x2b\x62\xd1\x5e\xef\x33\xe6\x47\x2a\xdc\xac\x14\x21\x24\xf9\x4c\xd4\x67\x0c\xbe\xf4\x69\x2e\x61\xb5\xf8\xae\x99\x59\xb9\x75\xbd\x90\xf5\x39\x54\x45\x5a\x4c\x5d\xb5\x64\x33\x51\x93\xd1\x7b\xb1\xc1\x31\x2f\xa8\x59\x80\x45\x30\x37\x3a\x2c\x34\x21\xd6\x5f\x11\x84\x8d\x1b\xd7\x5f\x53\xb6\x16\x40\x88\x3b\xf0\xbe\x5e\xa2\x69\x7b\x75\x06\x87\x82\xd0\xd1\xb8\x8b\x3d\xd1\x09\x9a\xf4\xd7\xf7\xea\x4c\x90\x22\x4b\xd5\x07\xfd\xc4\x4d\xad\x16\x1e\x66\x7f\x42\x1d\xd5\x3f\x62\x0e\xec\xe2\x9c\xfd\x89\x0c\xd1\x7c\x3a\x25\x03\x7f\x00\x7b\xb3\x69\x98\xf6\x66\xd3\x38\x53\x57\xbd\x18\xb4\x37\x9b\x86\x51\xdb\xd1\x65\x9f\x26\xed\xcd\x5e\x6e\x86\x29\xe8\x40\x9b\x9f\x7a\x2a\x9a\x10\xa3\x0c\xbc\x09\x68\x50\x1e\x66\x54\x0c\x2b\x30\xdf\x67\x6d\x46\x73\x72\x86\x15\x78\x46\x3b\x75\x17\xb7\x91\xd1\x65\x62\x81\x75\xd8\x3e\x8a\xb9\x93\x51\x6a\xc6\xac\xbc\x68\x0c\x21\xaa\xa0\x87\x1f\xf9\x70\xe6\x92\x3b\xa3\x2f\x78\x9e\x3b\xb9\xac\x3b\xdf\xd1\xd6\xe4\x77\x72\x59\x41\x8f\x20\x83\x64\xe0\x77\x70\xdd\x68\x60\x26\x9e\x0b\x98\x83\x5c\x5f\xcb\x77\xc0\xa7\x2f\x5d\x79\x1e\x64\xc2\xea\x0f\x41\x06\xb6\xe2\x4d\x04\x19\xd8\x86\x38\x51\xe2\xb1\xcb\x5c\x30\x79\x83\x69\x32\x0f\x3a\x60\xc4\x92\x1a\x32\x4f\xd8\x33\x24\xcd\xcf\x13\x9a\xaa\xb1\xc9\xf8\x61\xaf\x16\xe3\x87\x8d\xdd\x13\x25\xa6\x3c\x61\xc6\x0f\xfb\xd4\x38\x11\x22\x2f\xe9\x6b\x32\x7e\xd8\xab\x87\x4b\x8a\x2c\xe4\xcc\xe7\x82\xd2\xe1\x0e\xa1\xf9\x79\x87\x5c\xbc\xf1\x46\x66\xbe\x79\x41\xd5\xf3\x0e\xc1\xb5\x44\x36\x55\xcf\x0b\x1c\x2d\xbb\x8d\x82\x3f\xde\x93\x8c\x2e\x96\x40\x38\x19\x5d\x9c\xfd\x1c\xca\xae\x24\xc4\x79\x41\xf3\x93\xe9\x7b\x32\xba\xd8\x0c\xe4\xda\xc1\x61\x3d\x1e\xcb\xe6\x78\x09\x18\x5e\x2c\x2d\x64\x5e\xd0\xb0\x5e\x00\x51\xc3\x7a\xcd\x18\x4c\xdd\x0c\x76\x09\xa1\xd9\x81\xb0\x73\x52\xbf\xf2\x94\x11\x85\xe0\x60\xdb\x89\x00\x63\x47\xa8\xce\x49\x05\xc4\x3c\x72\x3e\x5c\x5e\x58\x9e\xd4\xbf\xbc\x4e\x93\xfa\x97\x19\xc9\x7c\xee\xb2\xf7\x2c\x4e\xc8\xd5\x1a\xf4\xa6\x68\xec\xa3\x05\x41\xc2\xc9\x49\x78\xf3\x4e\xdf\x5f\xc5\x69\xf9\x73\x09\xb0\xc5\x0b\x83\x90\x60\x87\x83\x4c\xc8\xaf\xc1\x93\xbe\xe9\xf6\xf0\xca\xdc\x8f\xc8\xe9\x1f\x90\x06\xe8\xa5\x60\x89\x95\xf6\x9a\x12\x42\xca\x1c\x18\x38\x29\xf3\x7a\x46\x70\x36\x7e\xfa\xbb\xb7\x25\xa2\xe8\x94\xba\xb7\x08\x66\xdd\xd5\x86\xa2\xa7\x83\xe9\xde\xe0\x6b\x13\x6d\xdf\x1b\x5c\x10\xd5\xdf\x77\x1a\x27\xd5\x46\x05\x08\xc9\x0f\xf7\x92\x90\x6d\xbf\xbe\x21\x02\xe7\xa1\xc9\xde\x08\x03\xae\xed\xd5\xc1\xe4\x1b\x9e\x01\x4a\x83\x7d\xe0\xbf\x03\xb3\x27\x04\x4f\x80\xa3\xad\xaa\x89\x7b\x0a\xf5\x71\xc0\x1d\x71\x1a\x6d\x09\xb8\xd5\xf5\xf7\xee\x80\x4a\x5d\x1a\x3b\xf0\xe0\x70\x67\x38\x38\x3c\x36\xaf\x3f\xb5\x6a\x75\x23\xae\xc0\xf5\x31\xee\x38\x78\xcb\x83\xda\x17\x6d\x58\x6a\xc3\xe1\xa2\xe5\xbf\x13\xcd\xff\x9a\x0f\x2e\x2b\x75\xd5\xfa\x1b\xf9\x8e\x49\x6b\x7d\xb3\x60\xa1\xcc\x80\x37\x2e\x23\xb5\xe8\x74\x3f\xf2\xac\xdf\x87\xed\x79\xb8\x3f\x46\x9b\x79\xb9\x13\x83\x87\x8c\xbf\x04\xc3\xe5\xcf\xa2\xa1\xef\x0c\xed\xcd\xc4\x90\x21\x3c\x7a\xb5\x33\xd9\x94\xc0\xcf\x64\x4b\x7e\xde\xb1\xa7\x05\x0e\x6f\xef\xb1\x57\xf0\xce\xb8\x11\x46\x36\xc4\x3b\x33\xb8\xda\xe4\x99\x61\x22\x30\x42\x11\x7d\x50\xe2\x6b\x4a\x13\xca\xb7\x87\xb8\xa9\x4a\x6b\x88\xb2\xad\x0d\xeb\x26\xaf\xff\x16\xa7\xbb\x0b\x75\x2e\x61\x0c\x71\xb6\x76\x47\xdc\xbc\x2e\x54\xca\xfb\x5d\x60\x1c\x97\x53\xeb\x2e\x3c\x4c\xfc\x3d\x8b\x3e\xe8\xf8\xbd\x97\x40\x5c\x7c\xfb\xcf\xbd\xa4\xdb\x62\x1c\x56\x98\x62\x74\x3a\xde\xcc\x36\x74\x35\xee\xbb\x72\xc7\x8a\x88\x59\xb4\x25\xb8\x83\xb6\x68\xc8\x3b\xae\xc2\xff\x60\x9c\x22\x99\xd0\x35\x4f\x6e\x84\xe5\xd6\xee\xfe\x91\x13\xdb\xfd\x3d\x74\xa2\xe4\xf9\xc2\x8c\x69\x0a\x5a\x82\x70\x76\x88\xea\xdd\x28\xad\x0b\x01\xbc\x6b\xb4\x49\x09\xbf\x19\xef\x20\x8e\x77\x23\xde\xc1\xf5\x15\x6f\xd4\x27\x77\x05\xe7\x9b\x37\xec\x48\x7e\xb8\x1b\xc5\x47\x7f\x0f\xae\xde\x3c\x01\x70\x4c\x1b\xe7\x6f\xd6\x2b\x37\xd1\xa0\x5e\x79\x91\xc0\x74\x37\x1a\x0d\xfc\x9c\x77\xb7\x68\x89\x21\x01\x17\x73\x91\xce\x18\xd1\xd7\x0b\x5c\x02\xcd\xa8\x93\x66\x34\x01\x08\xc0\x8e\xd2\xbd\x59\xce\x5c\x87\xe1\x8d\xe2\x2d\xb6\xa2\xdc\x08\xa8\x70\x48\xd0\x3d\xe0\xf7\x94\x55\xe4\x1e\x64\x1b\xc2\xe8\x12\x70\xa3\x6f\xcf\xb8\x07\xd9\x84\x9f\x83\x66\xbb\x9f\x43\xed\x95\x00\x74\x0f\x92\x88\xdf\x87\x97\x71\xf8\x7d\x92\x84\xe0\x1d\x10\xc8\xba\xe7\x03\x97\x9b\xf7\xc0\x8e\x88\x1b\xef\x81\x1d\x4e\x45\xf3\x70\x98\x4e\xab\xad\x72\x37\x93\xfa\x86\x5f\xa0\x47\x4a\x13\x64\x21\xc0\xe6\x4d\xb3\x64\xdc\x64\xc3\xf3\xbd\xc3\xd9\x30\xdc\x21\xd5\x62\xcd\x78\x87\x5a\xec\x5d\x8c\xab\x3e\x7d\xf9\xd1\xbd\x43\x2d\x36\x89\xc0\x42\x5a\x5c\x4f\xfe\x3e\x68\xfe\x35\x2f\x5b\x52\x6d\x76\x7e\xcc\x8d\x2c\x3d\x5b\xa6\xee\xa3\x61\x1b\x68\x06\x07\xf2\x9b\xb2\x9f\x33\xd0\xca\x48\x39\x1e\x5e\x27\xac\x3f\x25\x00\x4d\x46\xb4\x87\x1a\x88\x83\x91\x62\x3e\x6e\x50\x1f\x25\xda\x98\x7e\x9f\x8f\xe6\x23\x30\x4e\x84\x2e\xfa\x79\x26\xf7\xd3\x10\x27\x6e\x60\x73\x73\x40\xf7\x13\xd0\xb8\x9b\xdf\x77\xdc\xdc\x90\x7c\x5d\x34\xe1\x46\x48\x84\xdd\x5c\x37\x42\x22\x5c\x5b\xfd\xbe\x50\x81\xa7\xfd\x28\x5c\xe0\xbe\x10\x26\xe4\x5d\x76\x91\x4f\x68\x72\x17\x74\x68\xef\x12\x44\xce\x9a\x4d\x5c\x64\x1b\xfe\x1c\xd2\xa0\xcf\x52\xc8\xc0\xe6\xb3\x17\x73\xaa\x5f\xdd\x43\xaa\x7f\xcd\x9d\x5c\xc2\xcf\x11\x9d\xf0\x62\xbc\xa8\xf8\xf7\x62\x3b\x93\xc0\x8a\x88\x27\xc2\x9c\x8c\x3c\x54\x32\x71\xf5\xb0\x1b\x76\xd7\x62\xe4\x4d\xf0\x39\xd3\x03\xef\xc4\xf1\x2e\xa5\xad\xd5\x8c\x1b\x85\x49\xe2\x6b\x7c\x98\x1b\x0d\xe1\x44\x18\x96\x17\x0b\xc2\xae\x0b\x52\xdc\x37\xe7\x27\x78\x50\x76\xc4\x05\x2c\x6e\x18\x67\xed\x36\xbe\x51\x66\x24\xbe\xbe\x07\x82\xcd\x65\x50\x54\xc4\x05\x31\xee\x1b\x6a\xbc\xe7\x7b\x13\xc1\x7e\xff\xe6\x1d\x5a\x6c\xd7\x0d\x45\x43\x54\xa1\xa3\x6e\x1b\xac\x97\xd9\x6d\x84\x40\x7d\x88\xbd\x6e\x14\x3d\x3f\x4c\xa5\x6e\xa8\xeb\xa7\x8b\x4d\xeb\x86\xba\x7e\xe5\x73\x90\xd5\x0d\x92\xa7\x44\x85\xba\x6d\x1c\xbf\x7e\xda\x08\xa3\xd5\x4d\xf5\x75\x0b\x01\xfd\x05\xb5\xb1\xb9\xa2\xe6\x43\xc9\x34\x6b\x3e\x08\xa3\x95\x0f\xb7\x6e\xb4\xde\x76\xcd\x87\xd6\xdb\xee\xf7\x61\xbd\x4d\xee\x1f\xf0\x46\xcf\x87\xf0\x7a\x3c\xd6\xda\x74\xff\x84\x37\xab\x7d\xf1\xee\x05\xb5\x41\xc0\x49\x6d\x04\xdd\xca\x4f\x51\xb7\xa7\x3e\x88\xfa\x8f\x34\x68\x69\xfc\x48\x49\xa4\xf9\x05\x58\x31\x3c\x01\x9a\x7b\x3d\xe1\x88\x18\xb0\xd7\x00\x8d\xd7\x21\xab\x8d\x63\xd0\x0b\x16\x9f\x5c\x75\xb5\x61\x85\xe9\x42\x48\x24\xc0\xee\x1f\x00\x27\xbf\xcf\x73\xdd\xfd\x13\xe0\xa1\x36\x17\x58\xe3\x25\x04\x68\x35\x53\x44\x02\xc4\xa6\x88\x84\x15\x4d\x5a\x31\x5c\xf8\x53\xa2\x3a\x4c\xdc\x11\x6e\x43\x59\x32\x82\x10\x07\xac\x50\x90\xba\x41\xfa\x6e\x2a\xf9\x59\x37\x14\x20\xec\xc6\x48\x0e\x90\xdd\xdc\x86\x1d\xc9\x18\xc1\x75\x3f\xdd\x4b\x98\xb9\x02\x82\x08\x05\x0b\xbb\x21\x44\xe0\x43\x37\xc9\x20\x56\xb8\x9b\xe4\x70\xf9\x4f\x37\x86\x19\xfd\xab\x30\xc8\xba\x31\xda\xd7\x34\xc1\x68\x5f\x63\x80\xd1\xbe\xaf\x76\x64\x3a\xab\x3a\x60\x49\x43\xa3\x08\xe2\x75\xf7\x26\x67\xb4\xaf\x37\x71\x41\x04\x56\xf7\xfb\x48\x30\x31\x4d\x15\x18\xb3\x82\x96\xa4\xc0\x32\xe7\x4d\x85\xea\x1f\xe9\x47\x96\xb3\xba\x15\xaa\x67\x5a\x8e\x82\x78\x38\x13\x18\x64\xf1\xee\xf5\xc7\xcd\xfd\xd1\xf4\x51\x59\xad\x5d\xe8\xae\x00\xc6\x04\x5d\x21\x07\x0e\x01\xf7\x88\xe6\xc2\x26\x52\xe6\xba\x77\x3c\x44\xf5\xf8\x1a\x0f\xb6\x00\xd3\x27\xea\x7e\x74\xef\x48\x58\xa9\xbb\x37\x40\x85\xe5\xee\xd5\x1f\xe0\x1b\x6e\xdf\x78\xae\xf1\x19\x72\x61\xe4\xc3\x84\xdd\xcd\x01\x51\x4d\x31\x0f\xd3\x5b\x63\xd4\x89\x97\xa7\x3d\xda\xbb\x7f\x40\x02\x90\x41\xee\xd0\x78\x83\x40\xe8\xa4\x70\xbd\xdf\xa1\xf1\x46\x4d\xb1\x23\x84\xcf\x23\x76\xa0\xd4\x4c\xb5\x53\xb4\x15\x8a\x3b\x50\x6a\x1e\xd3\x61\xfc\x0c\x02\xa1\x43\xb4\x1d\x42\x69\x47\x74\xd9\xf0\xf3\x13\xe3\x79\x3e\x44\xa1\xe7\x0b\xe3\xa7\x97\x7c\x20\x16\x6b\xb8\x1d\x31\x9e\xe6\x33\x38\x7f\xb7\x0b\xbe\xd7\xf8\x03\x11\x88\x3e\x44\x06\xe7\x2f\x78\x07\x02\x2a\xbd\xc4\x10\xc5\x93\x0f\x99\x01\x63\xad\xf7\xc3\x00\xbd\x47\xe1\x07\xa1\x0e\x55\xc6\xf7\xba\x0d\xae\xb9\x10\x44\xd9\x7c\xa8\xc3\x9d\x00\xf8\x39\x5c\x6a\xa6\x19\xca\xea\xc9\x3c\x68\x67\xb1\xf1\x22\x94\xed\xbc\xa2\xa0\x0a\xe6\x1d\xea\xc5\x10\x4c\xc7\xc2\xd9\x30\x53\x81\xc1\x78\x6c\xea\x00\x05\x32\x82\x0f\x76\xc4\x16\xf7\xe6\x0e\x91\xb6\x56\xbd\x68\xb0\x28\xb7\x4d\x73\x5c\xb2\x77\x0a\x3e\xf9\x96\xec\xed\x4b\x2d\xeb\x86\xac\x35\x99\xd0\xea\xb6\x64\xf1\xfe\xe2\x72\xb8\x54\x68\xbc\xfa\x3b\xf0\xbe\x9f\x9f\x68\x7b\x82\x17\xe6\xe3\xfe\xe0\x26\x1c\x06\xe8\xc6\xf8\x7a\x1f\x59\x70\xc3\x44\x79\x86\x35\xbe\x71\x0e\xa9\x7c\x98\xed\x2f\xb1\xbc\x2b\xb8\xbb\x6e\x4c\x7a\x73\xff\x48\x7a\x93\x49\xa1\x6e\x48\x7a\x93\x45\xb0\x6e\x67\x07\x3c\x9a\xdf\x89\xd8\xb0\xd7\xf7\x80\xd7\x4c\x14\x17\x10\xd5\xe1\xf9\x9c\x18\x5f\xf8\x58\x62\x7e\x1b\xaf\xf9\x4e\x3c\x37\x7c\x80\xd7\xf3\xc5\xad\xfb\xc1\x44\x7e\x71\xbd\xf4\x3d\x73\xda\x86\x0f\xca\x8b\x0b\xe4\x0e\x06\x3a\x14\x80\xd7\x8e\xe7\x02\x60\x09\xeb\x6d\x18\xe0\x8b\x0b\x24\x80\x2e\x4c\x78\xd3\x2e\xe5\x7d\x45\x2f\x4e\x8c\xfb\x8a\x9a\x5f\x98\x70\xec\x66\xcd\x70\x12\x02\x75\x38\x23\x20\x76\x3b\xf1\xe6\x8f\x9f\xa4\x71\xd6\x6d\x49\xfa\x6d\x18\xfe\x09\x0f\x88\x99\x08\x2c\xd7\x45\x09\xe8\x75\x83\xe5\xda\x17\x9c\xd6\x8d\x81\xd7\xc9\xdb\x76\xd2\xb2\xe7\x4f\x6e\x40\x50\x04\xe1\x0d\x08\x8a\x50\x7a\x13\x02\xa1\xf4\x46\x15\x1a\xaf\xf9\x0d\xa7\x4a\x11\x84\xb8\x9f\xa8\x18\xc5\xb8\x72\x5f\xe1\x7f\x75\xbb\xe1\x54\x69\x7e\xbf\xe3\x7d\xb7\x61\x07\x33\x8c\x37\x9c\x2a\xaf\xf9\xa2\xee\x50\x11\x8d\xdc\xa0\x39\xef\x19\x68\x07\x35\x7a\xd3\xdf\x20\x3a\x6f\x92\xa5\x2e\x74\x59\x6d\x6a\xd8\x88\x80\xae\x36\xca\xd0\x0c\xb7\x13\xbe\xaf\x6a\x63\x93\xe9\xe4\x09\x1b\x00\x16\x8d\x05\xdc\xc0\xaf\x54\xee\x1a\x36\xde\x92\xa5\x19\x06\x5c\xc9\xaf\xe2\x07\x35\xe0\x4a\x7e\x05\x54\xd6\xb0\xf4\x13\xdf\x59\x57\xc3\xd2\x4f\xba\x14\xc8\x1a\x60\x1b\xf7\x05\xbf\x35\xe0\xba\xce\xfa\xfa\x00\x8e\xda\xe2\xe7\x88\x98\xd4\x59\x16\x96\x82\xd2\x65\x97\xaa\x01\xa6\x72\x33\xe6\x10\x08\xb1\x20\x0c\x64\x2b\xea\x2f\x20\xf8\x20\xfb\xfd\x8a\xe7\x82\x38\x70\x49\x35\x1f\x14\xc3\xb0\xf3\xa0\x86\x80\xbb\x58\x86\x07\xc0\xc5\x26\x5a\xb2\x10\x60\x5c\xce\x6e\x5f\xe8\xd0\xdf\x13\xa0\xcf\x92\x06\x68\x24\x8e\x56\x58\xca\x3e\x02\xf8\xab\x40\x8e\x88\xa7\x90\x00\x1d\x96\x4a\x91\x54\x5e\xa2\x06\x5c\x16\xda\x8d\x02\xdc\x16\x2a\x9d\xb4\x86\x08\x57\x9e\xc4\xcf\x80\xeb\x42\xbb\x89\x26\x22\x5c\xa2\xf9\x7b\xd8\x85\x24\x20\x87\xc4\x2a\x32\xee\x30\x21\x28\x55\x12\x77\x40\xac\x75\x35\x8e\x13\x7c\x91\x12\x31\x43\xe2\x84\x35\x40\x42\x59\x1b\xa9\x08\x01\x15\x08\xdb\x78\xfd\x30\xf1\x81\xdb\xc8\xee\xf5\xa2\xd1\x26\x2f\x15\x22\x64\xb8\x16\x8d\x42\x5e\x19\xaa\x9b\xa9\x6b\xc8\x9c\xa1\x50\x9a\xe1\x3d\x6d\x7e\x8e\x19\x77\x77\xc0\x88\x0f\x41\x98\x49\xf6\xc2\x40\x46\x04\x48\xf1\xfb\x27\xfa\x17\xca\x32\xa9\xda\xef\x13\x20\xbf\x4f\x14\x6b\x3e\x28\x92\x5e\x14\xee\x51\x43\x81\x57\xa1\xb9\x4d\xcb\x9b\x50\x5c\x60\x79\x33\x8a\x0b\xf2\x91\x0d\x70\x21\xef\x14\xe7\x08\x05\x3e\x2b\xef\xab\xc2\x35\xf0\x0c\xe8\x61\xf3\x1a\x14\x78\x3b\xa3\xdb\xf0\xef\x56\x81\x88\x08\x16\x85\x48\xd4\x80\x08\x96\xae\x9b\xef\x6b\xa8\x58\x14\xe3\x18\x8a\x43\x6d\x9e\x02\x82\xad\xad\x39\x86\xca\xd2\x42\x26\xfc\x0a\x73\x62\xfc\x49\xf0\x73\x0d\x15\xd6\xd1\xe2\xde\x10\xd8\x6b\xaa\xc7\x45\xfb\x0a\x5d\xa9\x01\xa1\xd9\x0a\x4f\xa8\x01\x65\xda\x95\x00\x59\x43\xe5\x85\xaa\xe6\xb5\xb0\xf9\xcb\x7e\x5b\x43\x23\xd1\x69\xb6\x08\xd5\x56\xbc\x44\x0d\x0d\x8e\xa2\xaa\x0e\x11\x0d\x23\xaf\x62\x0d\x2c\xc4\x61\xd6\x89\x4b\xf6\xb3\x79\x73\x03\x0d\x16\xb7\x1f\xc7\x91\x27\x40\x08\xfd\x02\x72\xca\xa3\x3b\xbc\x48\x03\xfe\x01\x20\x4a\xf5\x09\x0c\xc6\x96\xc8\x19\x3a\x6d\x03\xe6\x24\x1d\xfe\x69\x09\xde\xa1\x33\xb2\xd9\xac\xa8\xd3\x46\x6d\x24\x74\x4e\xb2\xf8\x07\x7a\xb7\xb4\x0c\xfd\xf1\xb2\xbb\x4f\x5a\x7c\x5f\x6f\x30\x78\xca\x94\xd6\x39\x6d\x11\xd6\xc0\x42\x48\x63\x0c\x03\x77\xbe\x98\x3d\x3d\x01\xd9\x66\x70\x4f\x40\xb6\x69\x95\x01\xd9\xc9\x2f\x14\x96\x71\x15\x66\x58\xc7\x7d\x33\xf1\xb2\x26\xc7\x48\x1e\x64\xf0\x07\xcf\x02\xe1\x04\xc9\x5f\x10\x50\x13\x24\xe2\x67\xaa\x6e\x0f\xaa\x81\xb5\xdd\x37\x6f\xb9\x27\x42\xdb\x24\xf1\x04\x64\x9b\xb1\x3d\x01\xd9\x26\x8a\x9d\x90\xf8\x0b\x6c\x99\xe4\xe7\x0c\x07\xf0\x36\xc0\xed\x41\xcd\xac\x73\x67\x60\xb9\xd7\x7c\xc7\x3e\x31\xa0\x3b\xa8\x2a\xb9\x03\x2e\x8f\x59\xcd\xce\xe5\x71\x07\x0f\x14\xfa\xe2\x60\x6c\x9b\xb9\xe5\x73\x99\x90\xf9\xf9\x52\x86\x72\x33\x3b\x3c\xb8\x60\xde\x3b\x4f\x68\xb6\x8f\x1c\x86\x66\x57\x4b\x36\x4b\x1d\xca\x2a\x69\x5d\xc3\xf1\x88\xdb\xfe\x81\x98\x30\xe4\x0c\xcd\x4e\xd9\x83\x30\x30\xfd\x35\x8d\x27\x20\xce\x7d\xb0\x06\x81\x67\xc1\x00\x39\x93\x1e\xa2\xb5\xf3\x30\x93\x38\x19\x75\xee\x93\x05\xb7\xf4\x6f\x66\x7a\x27\xab\x5c\x49\xcf\x08\xe7\x13\xf3\xa1\x41\x9f\x1b\x8a\x7c\x3e\x9f\x48\xc4\x37\xd9\x9c\x28\xd0\x33\x3c\xc4\xc0\x73\x81\x71\x72\x0b\xfa\x7b\xc4\xfd\x99\xb6\xcf\x67\x07\x8a\x68\x4e\x54\xf3\x32\xa1\x22\x1c\xbc\x0d\x63\x9f\xb1\x3d\xcd\xbc\x8c\xa5\x00\x9b\x99\x1f\xae\x1f\x8a\x9b\x0f\x30\x78\x22\xe2\x66\x4e\x71\x31\xdc\xcc\xa2\xe5\x45\xcf\x8e\x39\x30\x9c\x0d\x71\x33\x15\xc0\xd9\x10\xaa\x85\x3f\x5c\xb9\x5f\x6d\x09\x09\x4b\x45\x29\xc9\xe8\xe7\x15\xfc\xd5\x4c\x95\x11\x35\xd5\x5c\x7d\xa9\x25\xe5\xb5\x3f\xe6\x13\xd1\xef\x2e\x3a\xbf\xd0\xc4\xa1\x96\xc4\xad\xfd\xc8\xdc\x16\xa0\xb3\xc4\xcd\xe7\x0c\x3c\x18\x71\x33\xee\x6e\x46\xf8\x9b\x0d\xc3\x47\x11\x37\x23\x73\xa9\x31\xc5\x8a\x58\x40\xa9\x8f\x97\x4c\x8b\x52\x1f\x56\x9d\xc3\x52\x53\x8a\x55\xd5\xb0\xd4\x94\x52\xcd\x93\x11\x7f\x13\x5f\x27\xf1\xd2\x53\x4a\x35\xab\xba\x79\xf5\x93\xd9\xc8\xcd\xec\x7f\x8f\x70\x31\x66\xc8\x40\x4c\xbc\xe0\x1e\x59\xe2\xe9\x03\x53\x5c\x8a\x4a\xb1\x11\x36\xa2\xbc\x48\x4a\x62\x2b\x11\x9a\x46\xf2\xda\x46\x5c\x76\xaa\x85\x8b\x1b\xbd\x72\x55\xed\xa5\x68\x88\x4b\xc5\x0d\xd7\xcf\xe9\x69\xc0\x6d\x73\xea\x2b\xd0\xeb\xe3\xc7\x88\x37\xd0\x91\x13\x19\x73\x9e\xdd\xa6\xd7\xc2\xdf\xd3\x6b\x21\x68\x50\xc6\xdc\x64\x16\x21\xd3\x5b\x84\x8f\x91\xf2\xa9\xfa\x8b\x48\x33\x13\x73\x8a\x11\xc5\x3f\xdd\x7f\x84\x38\xea\xfe\x23\x42\xd9\x3c\x7f\x48\xf4\x36\x71\xc7\x48\x61\xce\x6d\x08\x73\xc6\x6e\xe4\x35\xda\xaf\x1f\x9e\x33\x35\xeb\x07\x30\x6d\x1d\x78\x31\xa1\xbc\x8c\xb4\x9a\x98\xc8\xa6\x34\xe3\xc4\x8d\xa5\x19\x25\xd4\xe2\xf3\x8c\x10\xa4\xa3\x3d\x12\x53\xe3\x35\xdd\xee\x9f\xf2\xe8\xeb\x0d\x38\xca\x8c\xa2\x04\x3f\x86\xc4\x82\x98\x1e\x23\xab\xda\xf0\x63\xb8\xc3\xfc\x70\x5a\xb5\x71\x11\xb8\x4e\xa1\xb8\x24\xfa\xf6\x9a\x70\x46\xc0\x68\xf6\xfb\xb0\xbe\x88\xfb\xc4\x0c\x45\x56\x42\x47\xcc\x50\x64\xa3\x9f\x1f\x0b\x40\x37\x4f\x3a\x91\x85\xd0\x8c\xf9\x0b\x5f\x19\x69\xdd\x7a\x5a\x18\x5f\xac\xc7\x48\x85\x4c\x6e\xc6\xd5\x14\xec\x85\x65\x42\xd5\x5c\xa4\xaf\x78\xfa\x1a\x0b\x02\xbc\x92\x9f\xb3\x4a\xa8\x9a\x28\x8d\xf1\x1a\x1b\xa5\x31\xc4\x23\x63\xc5\x8d\x3c\xda\xdb\x71\xc9\xe9\x55\xe1\xf8\x35\xa2\x48\x5e\x30\xe6\x58\x2a\x44\xa3\x57\x7a\xa4\x35\x59\xd4\xc8\x0b\xde\x89\xb0\xff\x07\xef\x0d\xd8\xfb\xab\x35\xee\x88\xca\x21\x2a\x89\x57\x23\xea\x74\xab\xbc\x56\x8d\x95\x6c\x5f\x03\x36\xb8\x44\x65\x31\x88\xa8\x24\x12\xbd\xf2\x30\xe0\xa7\xd7\xfb\x38\x51\x65\x03\x89\x08\xb5\x51\x3e\x7b\x8d\x28\x78\x17\x4c\x59\xb8\x1e\x29\xbe\xde\x47\x68\x8d\x8c\x38\xb1\x81\x52\xa5\xb0\x47\x5c\x90\x14\x3d\x7f\x44\xda\x84\xd7\xfc\xe0\x92\x96\x89\x24\xc2\x5d\xa0\x7a\x64\x35\x32\xd2\xc6\xdf\x77\x9c\x6a\xa6\xec\x4e\xf8\x7e\x12\x9d\x56\x23\x6b\xe3\x29\x2e\xbc\xc6\x0e\x87\xb6\x59\x5d\xc7\x09\x68\xd6\xc3\xc2\x28\xca\xd6\x5f\xaf\xf2\xb4\x51\x9b\xe8\x10\x7a\x18\xb8\x6e\x74\x74\xa2\xc7\x03\x42\x6a\x32\x7a\x18\xa8\xee\x01\x51\x2f\xaf\x25\xef\x94\xc1\xe3\x4d\xf8\xe2\x25\x4b\xc6\x17\xa4\x75\x15\xcf\x59\x98\xc7\x04\x84\x1f\x08\xeb\xaa\x3c\xb5\x30\x05\x08\xfd\x3d\x4e\x70\x33\xd3\x41\xc9\x43\x00\xb1\x1c\xde\x66\x56\xb4\xb3\x36\xa6\x8e\xbf\x08\x6b\x7f\xb5\x83\x26\x42\x8a\xb6\x55\x2b\xee\xf0\x52\x9b\xff\xb2\x30\x49\xf1\xfb\x48\x99\x32\x49\xf3\x12\xa4\x57\x7f\x64\x76\xee\x0f\x4e\x5b\xe9\x27\x11\x85\x49\x8a\x0f\x3b\x16\x26\x91\x8c\x1e\x19\xa9\x13\xfc\x1c\x3e\x5b\x9d\xe7\xf1\xe0\x79\xa6\xf9\x41\x5a\xb6\x19\x31\xb2\x50\x89\x04\x82\x78\x20\xc4\xd3\xe7\x17\xef\x34\xf2\x92\x1c\x0c\x70\xd5\x7c\x21\x18\xdb\x6c\x18\x0f\x5e\x21\xe1\xf1\x08\x8f\xfb\x23\xc9\xeb\x7b\x48\xc5\xce\x8b\xae\x11\x31\x3b\xd9\x7b\xf0\xa4\xa9\xd9\x10\x9f\x5c\x23\x41\x0c\x29\xb9\x36\x1f\x40\x27\xeb\xdc\x6b\xc8\x13\x96\x4b\x99\x66\xe3\xc9\x25\x74\x07\x04\x51\x28\x39\xb9\x84\x9e\x11\x97\x50\x28\x3d\x19\xd4\xeb\x36\xef\x56\xf1\xfb\xa8\xc0\x64\xa2\x62\xa1\x14\xf7\x0f\x91\xd9\xa6\xe5\x78\x31\xb0\x42\x00\xa2\x4e\x8a\xdd\x33\x91\x35\xf2\x9a\xf9\x2e\x04\x68\x1b\x26\xe3\xc5\x3b\x23\x44\x53\x17\x6f\x1a\xd1\x04\x2f\x02\xe0\xe7\xf0\x9b\xfa\xc4\x67\x28\x4f\x36\x86\x9e\x42\x28\x3e\x48\x70\xb3\xa6\x5d\x58\x71\xa2\x07\x53\xcd\x84\x5f\xdc\x1b\x7b\x22\xb6\xc4\x47\x38\x4a\x99\x74\xef\x8a\x25\xe8\x56\x7b\x60\x22\xe4\xdc\x6e\x14\xdc\xf0\xca\xf9\x9c\xbb\xe1\x79\x96\x7e\x16\x51\x9b\xba\x7b\x97\xf0\x4a\x20\x53\x15\xae\x04\xb2\xc7\x21\x32\x8f\xd2\x54\x88\x42\x27\xf6\xd8\x44\xe4\x55\xda\x03\x16\x11\xbb\x63\x17\x5d\x44\xec\x8e\x3d\x6a\xf1\x26\x06\x3d\x1f\xc2\xef\xf1\x01\xbf\x49\xe8\x86\x17\x52\x52\x65\x42\x6c\x8f\x1d\x3c\x69\x23\xfc\x7e\x0e\xc3\x6f\xf1\x73\x84\x11\x68\x17\x26\x88\xc8\xca\xb0\xa8\x09\x15\xf5\x54\x78\xb4\x26\x64\x72\xaa\xf2\x4d\x4d\x88\x0d\xb2\xdb\x37\x21\x36\x48\x37\x2c\xd7\xc4\x3b\x3f\x47\xf9\xc9\x41\x93\x36\xba\xd5\x3d\xf8\x8d\xce\x34\x58\x80\xcf\x5b\x52\x45\x82\xc8\xad\x30\xe9\x9a\x50\x4e\xcf\xde\xab\x04\x91\x5a\x85\x01\x6a\x42\xda\x66\x4b\xc6\x46\x04\x74\xe2\x00\x89\x79\x93\xc2\x7e\x8a\x70\x0a\x27\xb7\xe1\x14\xce\x7e\x1f\xee\xaf\x6d\xf8\x05\x2e\x87\x20\x40\x24\x4c\x1e\xfe\x02\x37\xeb\x0f\xed\xb0\xc4\xc0\x74\xd1\x6f\x42\xa2\xe5\x6b\x86\x88\x84\xa9\x76\x3f\x25\x08\xc1\xaa\xde\x54\x13\xa4\xe0\x3c\xb2\x7b\x84\xa3\x5e\x14\x9c\x70\x35\x4f\x4a\x9e\x01\x1c\xe1\xaf\xe7\x70\xf9\x65\x0f\x00\x98\xbd\xc2\x09\x8e\x7b\x53\x4c\x42\xe6\xb1\xc7\xcb\x58\x14\x3f\x67\xa8\x8d\x29\x26\x23\x86\xd6\x00\xe0\xe6\x1e\xd5\xb5\xa9\x09\x17\xf3\x44\x63\x00\x17\xf3\xa4\xd7\xfb\x84\xc7\xef\x23\x96\x43\x3b\x20\xe1\xae\xd0\xe4\x45\x86\x10\x9d\x0c\x4f\x46\x20\x42\xf5\x73\xc0\x53\xfd\x9c\xf0\x78\xfe\x58\x42\x71\xa0\xc4\x48\x1c\x13\x19\x2e\xf2\x49\x1e\xbf\x70\xc5\x34\x3f\x06\xde\x78\xc5\x0b\x17\xcc\xfd\x11\x3e\xf7\x07\xf8\x3c\x7e\x21\x0d\x8a\x84\x18\x98\xf3\x9a\xcf\x45\x5f\x8e\x00\xa2\xcd\xdb\xa1\x14\x09\xd7\xe4\x0c\x59\x17\x52\x85\x17\x3b\xfa\x03\xa8\x25\xc6\x18\xa2\x63\x9a\x31\x86\xc0\xf5\x26\xe1\x3c\x55\x9a\xed\xa5\x2c\x24\xdc\x82\x33\x4c\x83\xa8\x27\x6d\x33\x65\x42\x59\xbe\xe1\x0e\x70\x29\xce\x8b\x44\x97\x74\x1d\xad\xb9\xa4\x25\x5d\x47\xe5\x59\xd6\xd4\x00\x40\xf2\x73\xb8\x48\x9b\xbf\x27\x40\x9a\x70\x83\x5b\xde\x24\x0b\xe9\xba\xbd\xd6\xac\xc1\xcd\xfd\x7a\x01\x10\x7a\x4f\x2c\xf1\xba\x0d\xd9\x6a\x53\x03\x80\xc6\x18\xc4\xe9\x6a\x79\x30\x2d\x79\x3a\x36\x7f\x80\xe8\x9b\x61\xa2\xef\xd8\xe6\x9e\xe1\x92\x98\x63\xf3\x12\x21\x1a\xa7\x99\x93\x75\x40\x6c\xc6\x83\xe8\x9b\x91\xfc\x3d\x96\xcc\x18\x46\xf4\x4d\x93\x82\x94\x3a\x03\x0f\x04\x10\x2b\x8c\xa8\x58\x7e\x4d\x1d\x1e\xc3\xea\x01\x00\xa1\xa9\x0e\xe1\x38\xb6\x29\xa6\x0e\x3f\xbe\x77\x29\xc2\x73\x86\x27\x3c\x08\xb0\x30\x8c\x48\xf9\x66\x92\x18\x74\x02\x0b\x21\x08\xcf\x69\xe6\x7b\x08\xcf\x19\x06\x00\x91\xf3\x56\xee\x13\x22\xe7\x9b\x39\xef\x20\x4d\x6a\x7e\x83\x2b\xe6\xf1\xb9\x62\x3f\x3b\x67\x06\x81\x75\xe7\xa0\x57\x6f\x08\x84\xf2\xa8\xae\x64\x4d\x08\xb3\x6f\xa6\xc7\x9d\xf4\xaa\xc9\xec\x70\x9e\x4a\x3f\x4a\x3b\xc2\x12\x4c\x5e\x3b\xc2\x34\xbc\x3a\x3b\xc3\x4a\x34\xf9\x9d\xab\xab\xd5\xde\xb9\xba\x7e\x0e\xf2\xf5\x7c\x77\xb0\x6c\x53\xd3\x8e\x28\x0d\x23\x63\x27\x32\x3c\x5f\xee\x4f\xbf\x0f\x78\x8d\xdc\x03\xfe\x6e\x2f\xc6\x81\x30\x1a\x8f\x0f\x51\xbd\x6e\xde\xd0\x07\x07\x10\xc0\x07\x42\x08\xbc\xbf\x4e\x84\x0c\x54\x75\x00\x59\xbc\x6f\xd2\x97\xd2\x89\xa0\x09\x33\xb9\x13\x1e\x75\x93\x17\x03\x75\x4c\x5e\xcc\x44\x95\x7e\x96\x4e\x70\x84\xea\xef\x1b\xde\xd7\x04\x4f\x78\xd8\xcd\x34\x4f\x5a\x5e\x84\x01\x54\xaf\x76\xc8\x6e\x42\xf5\x6a\x2b\x57\x89\x81\x3a\x3e\x84\x4e\xe4\xea\x54\xf7\x0f\x80\xbd\x02\x27\x8d\x73\xea\x8f\xd5\xac\x65\x1e\x4f\xbc\x4d\x74\xb8\x43\x96\xb3\x6e\x6e\x03\x01\x66\x91\x17\x82\x26\xbc\x64\x17\x59\xa0\x07\x00\xc0\x3e\xc5\x2f\x00\xec\xfd\x7c\x21\x12\xcb\x1c\xf0\x42\x94\x88\x59\xf8\x85\x28\x91\xee\xf1\x01\xb0\x19\xd8\x85\x88\x02\x33\x24\x18\xce\xcb\x30\xc6\x2f\x44\x89\x78\xcf\x4c\xd0\x90\x69\x90\x81\x3e\xf2\x41\xa4\xc9\x7a\xf0\xdd\x2f\x60\xd3\x34\x77\x80\x73\xd4\x2c\x75\x02\x03\xde\xf1\x48\x4b\xed\x0e\x8a\x48\xb3\x7d\x7f\x8d\x68\x1e\x8b\x8a\x29\x0e\x22\x4e\x93\x6b\x2e\x94\x4c\xa0\xa0\xf9\x39\x42\x16\x64\x64\x48\x13\x10\x79\x17\xde\x80\xc8\x07\xfd\x8d\xb2\x59\x1e\x9f\x81\x3f\x9e\xf0\x4d\x1a\xf6\xfb\x08\xfc\x69\x7e\xce\x25\xd5\xf8\x37\xa2\x42\xcc\x32\x11\xe6\x5f\xed\x12\x49\x88\xf4\x71\x48\x44\x7a\x2e\x0f\x7d\xbd\x70\x72\x5f\x7a\x08\xca\xa3\x82\x21\x33\xd6\x46\x3b\x3b\xf3\xca\xfe\x21\xcb\x49\xde\x10\xc7\x21\x95\x33\x6f\xfb\x42\xaa\x58\x5f\x5e\xf2\xfd\x50\x4e\x7b\xcd\x4b\xbe\x1f\x2a\x2d\x59\x33\x43\x6b\xc4\x09\x32\x6c\xe4\xca\xa0\xaa\x19\xa1\x35\xb6\xb8\x67\x18\xcd\x6d\x98\xcb\x01\x61\x1e\x52\x61\x73\x48\x78\x5f\xfd\x05\x04\x55\xe8\x24\xce\x4b\xc4\x1f\x36\xb4\xfc\xff\x8c\x9d\xc7\xd9\xf4\xba\x0e\x83\x5b\xb9\x25\x38\x29\x6d\x4e\x2f\x8e\xfd\x97\x70\x9f\x01\xfc\xe3\xf5\xf2\x5b\x7a\xc6\x96\x44\x05\x8a\x01\x24\xb7\x9f\x48\x3f\x30\xec\x6d\xb3\xc7\x1f\x7a\x14\x98\xba\x7c\xbe\x17\x88\x22\x9b\x66\x9b\x05\x9a\x80\x5e\x25\xd0\xc6\x30\xb8\xd9\xca\x1e\xfd\x66\x5b\x66\xb5\xf7\x27\x78\xda\x66\x13\x7c\x94\xc7\x4d\x26\xf8\xa4\x5d\xa9\xdb\x52\xd5\x59\xcf\xb3\x76\xf4\xcc\xb3\x88\x9b\x19\xcc\xae\xc1\x86\xb8\xd7\x24\x1f\xe2\x16\x11\xf7\xf9\x5e\x8b\x33\x33\x78\x2f\x4e\x26\x4b\x20\x9c\x64\xed\xac\xdb\x3a\x69\x3c\x59\x2c\xd5\x90\x69\x9f\x0e\x9c\xae\x3b\x0a\xda\xa6\x9a\x32\x78\x95\xb6\xd5\x04\xa6\x83\xd5\xdb\x8f\x0e\x44\x60\xb4\xe3\x6d\x7d\xb7\x7c\x28\xfa\x29\x2b\x03\x39\x6b\x7b\xe3\x6c\x99\xc2\xd5\xd1\x44\x85\x2f\x4c\x23\x2f\x78\x41\x69\xe1\x47\x23\x3a\xe4\x26\x58\xcf\xc2\x9c\x08\xd6\x93\x4c\xac\x75\xdb\x4c\x62\xe6\x40\x79\x61\x30\x00\x6c\xca\x03\x03\x2e\x7e\x53\x1e\x98\xce\x86\xfe\xa9\x0b\x03\x83\xc6\x56\x54\x14\x20\x5c\x68\x2b\x62\xfc\x4c\xa9\xf3\xc4\x30\xa5\xce\x13\x53\xf9\x5f\xa0\x9b\x4a\x7b\x43\xed\x87\xfe\xb2\x5b\xa7\xa5\x03\x6f\x0a\x06\x24\x0c\x0a\x3b\xb8\x98\x80\xac\x81\x31\x37\x70\x00\x63\x6e\x72\x95\x6d\x55\x00\x0e\x26\xa4\x4a\x38\x88\xb6\xb0\x09\x61\x83\xc5\x61\xab\x42\x0d\x85\x4d\x6e\x02\xd8\xe0\x9b\xdc\xaa\x4b\x77\x85\x2f\x6e\x55\x65\x0d\x36\x3e\x38\xd4\x20\x03\x38\xf5\x1c\x82\xaa\x92\xf6\x57\x06\xe4\x14\x09\x91\x36\xb6\xaa\x14\x09\x91\x46\xb6\x66\x6c\x00\x6b\xd0\x7c\x1b\x87\x15\x6f\x86\xcd\xb0\x0d\x9b\x50\x43\x11\x37\x36\x65\x91\x21\x7e\x61\x53\xce\x43\x60\xb0\x5b\xf3\x22\x65\x88\xcd\x24\xf1\x2c\x5f\x1a\x23\x6c\x82\x76\x35\xda\x97\xa7\x07\xa5\x74\x73\xca\xc3\xce\x00\xbd\x8b\x33\x47\x4e\x61\x08\xdb\xec\xce\xf6\xc7\xa4\x38\x45\x61\xe1\x59\x11\xe2\xec\x12\x5b\xd8\xa7\xdc\x7e\x5b\x37\x46\xa3\xd1\xa4\xb1\x25\xb9\xc1\xb7\xee\x0c\x44\x71\x63\x6f\x02\xd1\x34\xec\xfe\x5b\x37\x2a\x23\x62\xcf\x66\x14\x4d\xa4\x9a\x6d\x38\xf7\xf4\xe7\x07\x81\x7f\x72\xc7\x6e\x43\xc9\x29\x22\x26\x6d\x43\x90\xb4\xc8\x65\xdb\x78\xe1\x5b\x34\xe0\xac\x86\x4c\xe5\xf0\xf6\xea\xfc\xa0\xb5\x60\x26\x8c\xa1\x29\xb4\xf0\x92\x45\x1f\x12\x7d\x56\x88\xb0\x1b\x33\x13\xf3\x22\x68\xa2\x8e\x6e\x6f\x8e\x43\xd8\xe0\x2e\xaa\x58\xcd\xdd\x50\x93\x68\x63\xdb\xee\x43\x9e\x2e\x76\x91\x19\xf1\x75\xdb\x7d\x86\xf8\xdf\x34\xfc\x09\xa4\xb6\x19\x5c\x53\xe8\x4c\xe0\x9a\xc2\xe8\x04\xba\x83\x83\x1a\x5b\x13\x51\x72\x13\xb6\xa6\xcd\xdc\x99\x87\x57\x31\x0d\xbc\xd0\x9a\x48\x52\x9b\xa0\x35\x09\xe1\xad\xdb\xa1\x55\x84\x87\x09\x59\xd3\x3e\x4c\x57\x39\x0e\xb7\xf1\x69\xd2\x30\x25\xb8\x86\x50\x30\x1d\x36\x77\x3c\x7a\xce\x8c\x08\x04\xd3\x06\x27\xe4\x14\x40\x0b\x3e\xfc\xd3\x30\xb6\x0e\x1f\x36\x06\x66\xfa\xbc\xa0\x7a\x68\x30\xde\x9f\x8a\xb1\x35\xe6\xfc\xa7\x52\x6c\x0d\xbe\x77\xbe\x27\x86\x16\x95\x65\x91\x8d\xf6\xd3\x21\xb6\xc6\x99\x14\xc2\xa5\x73\x66\x7f\x3a\x43\x01\x62\xb3\x9d\x2f\xb0\x27\x3f\x5c\x4e\x27\x19\x2d\x69\xbb\x4c\x43\x86\x7c\xbd\x25\x1e\xd2\xe4\xb5\xe9\x85\x74\x79\x19\xc6\xc3\x89\x74\xac\xee\x04\xe7\xba\x94\x3b\x92\xeb\xe7\x7a\xa9\xe2\x05\x01\x79\xb8\xef\x2e\x47\x4f\x43\xd6\xf5\x9e\xfa\x4c\xd4\xad\xca\x73\x9f\x67\x23\xfc\x98\xe9\x5b\x7e\x7e\x06\x75\x1b\x8e\x84\x54\xfa\x0f\x41\x13\xc2\x6f\x3b\x26\xe8\xd4\x08\x1a\x2e\x2d\x21\x68\x36\x0c\xad\xdb\x3f\x04\x4d\x26\xd3\x29\x69\x6a\x94\xd8\x4d\x20\x99\xb6\x7c\x7a\x75\x4a\xc5\x85\x71\x29\x07\x06\xb7\xc0\xad\xb0\x70\x96\xc3\xf5\x72\x2a\xc2\xed\x63\xca\x43\xe8\x4f\x43\x28\x9f\xc9\x16\xa6\x06\x7b\xf5\xf6\xbc\x7b\x30\x3d\x28\xc9\x0d\xde\x88\x4d\xa0\x1a\x8c\xbb\xdb\x63\xb7\x22\x2c\xf7\x71\x91\x3e\x2e\x4f\xf9\x07\x16\x80\x5a\x9b\x40\x32\x98\x1b\xb7\xc7\x9e\xee\xf0\xe4\x22\x94\x0c\x4e\xaa\x32\xd9\x55\xda\xf8\xc1\xbe\xd1\xf0\xb7\xa2\x54\x36\x0b\x78\xb2\xf2\xd3\x2a\x0a\x66\xf1\x22\xad\x62\x01\x2d\x59\xe4\x25\x58\x00\xf4\x95\xc9\x85\x24\x22\x9a\x16\x61\xf4\x17\xa0\x8c\x45\xf9\x6b\x16\x10\x98\x45\x51\xc4\x0b\xb0\xc3\x32\x29\x9d\x5a\x2e\xdd\x32\x3b\x51\x1c\xc3\x70\x59\xcb\x94\x42\xad\x45\x05\x78\x16\x3c\x7c\xe5\xa7\x4d\x94\x64\xd1\xa9\x65\x76\x81\xc2\xf0\xc6\x22\x8f\xc1\xd2\x0a\x4d\x34\xff\x90\x71\xce\xc6\x39\x65\x98\xb3\xf3\x9e\xf2\xbf\xf3\x9e\x46\x68\x2f\xb3\x61\x4d\xb4\xe8\x3c\xa8\x7c\xe0\xc0\xb2\xc6\xa0\x64\x6c\x44\x02\x2b\x42\xef\xaf\x40\x8b\xca\xf2\x66\x4a\xcd\x27\xcb\x9b\x4d\x29\x74\x2c\xab\xa0\x50\x73\x9e\x9d\x3a\x35\x13\xa1\x88\xe2\x15\xaf\x40\x51\x59\xcb\x95\xbb\xbc\x28\x66\x78\x45\x1f\x2f\xaa\x62\x89\x5c\x59\x7e\xca\x47\xf9\x09\xc2\x7f\xb8\x93\xca\x4f\x33\x29\x18\x54\xcb\xf2\x56\x76\x81\x46\x15\x71\xc4\x7d\x5c\x16\x25\xf8\x0f\x85\x8a\x0f\x28\xc9\xe4\x57\x8b\x72\xb3\xe3\xbe\x2e\xeb\x7b\xb6\x42\x80\xd0\x43\x9f\xff\x8b\xc1\x34\xb4\xe8\xa4\xce\x79\x6c\x82\x98\xa4\xff\xd5\x47\x2f\x13\xb4\xbe\x88\xbc\x3c\x1b\x62\x97\xe9\x31\xb6\x28\x77\x5e\x59\xed\xab\xa5\x7d\x3b\x2a\xf3\xfd\x4f\xef\xa8\x84\xb2\x95\x9f\xde\x51\x09\x55\x2b\xaa\x9d\x49\x00\x45\x31\xd6\x88\xad\x6c\xb7\xc7\xe7\x7f\xe7\x7f\x1a\xbc\x20\x0b\x6e\x64\x8a\xa2\x7a\x41\xa0\xe7\x4a\x51\x6c\x5c\x38\x68\x29\x32\x49\xc7\x64\x56\xe4\xc7\x68\x11\xbd\x4a\x91\x05\x97\x15\x53\xbe\x9e\xcf\xbe\x56\xf9\xa0\x16\xd1\xad\x14\x7b\x15\xb2\x00\xc5\xf5\xc1\x2b\x1d\xc8\xe4\x54\xf9\xe0\xd2\x07\x99\x91\xa2\x28\x9d\x4e\x87\xce\x0b\x11\x99\xa0\x54\x19\x09\x99\x92\x2a\x03\x0b\x1d\x54\xd9\xcc\x38\x25\xd5\x36\xb3\x8c\xb8\xca\x60\xc4\x92\x55\x19\x05\x99\xd2\xfa\xea\x9a\x21\xa1\xda\x78\x40\x03\x97\x47\x94\x21\x2a\x85\xcf\xc2\xae\x6d\xaa\x88\x14\xd1\xb2\x08\xae\x4f\xfc\x60\x69\xbe\xbf\xd3\x81\xe0\xfa\x04\x27\x94\x66\x71\x97\x73\xfc\xe2\xf3\xd9\xb6\xcd\x62\x7b\xe7\x13\x8b\xed\x4c\x9b\xa1\x43\x13\x1b\xa3\x59\xee\x88\xe4\x53\x0c\x0e\xaa\xb9\xa7\x8a\x30\xfa\x73\xcd\xbd\x54\x04\xf0\x59\x00\xb3\x17\x23\x7c\x10\x4d\x8a\x73\x53\x8e\x88\x4f\x45\x1e\x8c\x5c\xb6\xa5\xbb\x3a\x05\xdb\x49\x0a\x48\x23\xce\xae\x74\xa7\x81\x87\x71\x76\xef\x8f\x74\x31\x64\x53\x8d\xb8\x54\x86\x2c\x8c\xf0\xbc\x9f\x2e\x31\xb8\xdf\xcb\x78\xaf\x2d\x3e\x28\xe2\xbc\x7c\x20\x9e\x87\xab\xb0\xc8\x29\xc1\xf2\xca\x07\xb1\xc0\x87\xed\x83\x80\xf5\x2b\x7b\x4f\x6a\xab\xd5\x32\x64\xeb\x8a\x14\x53\x76\x9b\x02\xd2\xff\x2e\x53\x00\x37\xb1\x80\xf6\xf3\x1c\x19\xb5\xc8\x6f\xf0\xf9\x5e\x39\x63\x78\x14\xda\x24\xd2\x47\xd9\x0d\xa8\xa1\x39\x41\x0b\x62\x1d\x2a\x02\x08\x11\xb2\x55\xec\x25\xe0\xf2\x53\xf9\xfd\x12\xad\xb8\xec\xb2\x61\x47\xbe\x2d\x3f\xb1\x7f\x45\xa2\x2a\xc7\xbb\xe6\x99\x9f\xc3\xa5\x90\xb9\xf6\x0f\x8b\x2f\xbc\xd0\xcd\xd4\xd3\xa5\x32\x52\x7e\x5a\x14\xe4\x87\x15\x36\xe4\x87\xe3\x73\xb8\xb4\x35\x23\xb2\x11\x7a\xfd\x13\x2a\xba\x1c\x42\x0f\x44\xe9\x28\xa7\x92\x3b\x45\x09\x2f\xa7\xa0\x20\xf4\xae\x60\xe0\x85\xf9\x38\xc5\x71\xe9\xdd\xc1\xba\x30\xd4\x9f\x3c\xff\x15\x2e\x4e\x31\x5c\xb8\xc5\x25\xfb\x71\x54\xd5\xe2\xb2\x45\x9d\x0d\x7e\xe9\x0a\x8b\xda\x58\x7e\xe2\xfd\x20\x0b\x42\xb9\x5c\xfa\x9d\x0d\xe3\x6c\x94\x91\xf5\x8a\x6b\xdd\x23\x97\x5d\xce\xef\x8a\x44\x74\xbd\x97\x14\x5d\x5a\xca\x62\xcb\x5f\xaf\x94\x15\x2a\x0c\x88\x6f\x90\x2d\xf1\x1e\xa6\xa9\xe4\x3b\x13\x6b\x24\xbb\x3e\x21\x5b\x45\xc2\x7d\xed\x5c\x64\xb7\x02\xf5\x69\xae\xfe\x36\x75\xba\x73\xb5\x7a\x5a\x73\xad\x88\x3c\x0a\x56\x8a\x90\xa8\x4c\x3b\x33\x62\xa5\xd0\x3e\xc9\x73\x5d\x8b\x51\xed\xcc\xf0\x63\xd8\x26\xef\xaf\x7a\x4e\xfb\x8f\x61\x9b\x99\x2f\xa1\x7d\x56\xf8\xb1\x72\x46\xe2\x18\x2b\x8f\x37\x6c\x46\xff\x28\x51\x0a\x5b\xea\x31\x40\x97\xf6\x1d\xd4\x10\x3d\xa6\x4e\x12\x63\xb2\x40\x55\x70\x1c\xfc\x5e\x55\x70\x9c\x12\x29\xa7\x2a\xaf\x3a\x67\xb4\x2a\x8b\x64\x69\x7c\x2f\x44\xda\xca\xfb\xe2\x11\x39\x81\x75\x32\x8f\xe8\x79\x16\xa8\xb0\x32\x1e\x11\xb8\xd2\xbe\x08\x6c\x8c\xc7\x27\x72\xe4\xd9\x04\x2e\x79\x76\xcd\x7c\x9e\x1f\x3d\xa7\x7d\xa7\xfa\x89\x6e\x51\x9d\xea\x27\xb2\x6e\x55\xc9\x4c\xce\x48\x95\xc4\x8e\xd3\xa7\xce\xef\x11\xc8\x73\x71\x61\x82\x3c\x77\xef\x36\x5e\x10\xfe\x28\x82\x66\x55\x26\xca\xf1\x69\xc0\x90\xef\x41\x0b\x92\xcb\x18\x81\x93\xf7\x30\x43\x8b\xe5\xb4\x8c\x48\xc9\x7b\xf0\x1d\x57\x57\xd0\x4c\x2e\xc6\x5a\x17\x21\xc8\x58\x42\x27\xef\x09\x9b\xae\x4a\xde\x83\xef\xb4\x2a\x79\x4f\x52\x1a\xd7\xea\xe4\x3d\x2c\xd9\x22\x84\xd8\xc2\xff\x66\x8a\x0c\xe0\x77\x46\x80\x0a\x54\x57\x39\x62\xcb\xac\x06\xb1\xe7\xde\xac\xc2\x24\x11\x23\x58\x95\x9c\x07\xec\x40\x55\x72\x1e\xbc\xc7\x55\xc9\x79\x80\x06\xd4\x55\x28\xab\xb8\x50\xea\x2a\x82\x58\x02\x25\xe7\x01\xfd\x51\x85\xc2\xc7\xd5\x5f\x37\xf1\xe1\x1c\x92\x6a\x80\x10\x2b\xb0\x09\x92\xc7\x04\xaa\xac\x7c\xed\x74\xb8\x89\x51\x73\x08\x8c\x18\x82\xe2\xcd\x41\xfe\x50\x68\xc8\x10\x53\x6a\xd9\x99\x35\x56\x36\xcc\x4a\xc6\xa9\x6a\xcc\x50\xfb\x93\x6e\x53\x25\x79\x8f\x29\x86\x9e\x6a\x04\x11\xdd\x1b\x31\x04\x81\x45\x04\x73\xc8\x8a\xd3\x1e\xb2\x27\x5d\x83\x08\x57\x61\x15\x26\x08\xf0\x70\x2d\x02\x04\x54\x5a\x10\x20\x20\xb2\x7b\x2d\x42\x47\x44\x52\xa9\x16\xad\xc3\xd3\x6b\xd1\xd5\xc5\x9e\xfb\x89\xd6\x6d\xe5\xb9\x3a\x5e\x3c\xda\x49\xad\x82\x7b\x44\x7a\xab\x55\xf8\x96\xc2\x07\xab\x8f\x55\x46\x50\xa5\x4d\xb0\xeb\x8d\x49\x8a\x76\x50\xab\xb4\x09\x96\x40\xb5\x41\x2b\x49\xb3\xaa\x41\x4a\x6c\x73\x0b\xe7\x70\x8e\x57\x38\x8f\xc2\x5a\xab\xc4\x45\xb6\x4d\x95\xfa\x30\x18\xb2\xc5\x9b\x34\xd0\x24\x4e\x32\xe2\x26\xbf\x06\xbb\xaa\xe9\x76\x86\x75\x35\x5f\x6c\xb0\x92\x26\xff\xee\xe0\x03\xa9\x1b\xf0\xfa\xa6\x5a\x58\x91\xbb\x6b\x93\x37\x0f\x5e\xdb\xe4\xa2\xe7\x1c\x34\xf9\xa7\x07\xed\x0b\x93\xc0\x36\x69\x96\x87\x69\xcf\xe9\xe7\x99\x12\xe7\x9f\x8f\x5c\x5f\xbb\x04\x10\x98\x75\x97\x2f\x15\xe6\x69\x21\x1e\x14\x53\x55\x9d\x23\xd2\x2c\xd5\x9f\x8c\xbe\xa2\x17\x54\xd5\x31\x22\xcd\x51\xed\x72\xae\xc2\xfd\xbb\x9c\xc3\x9c\xfc\x2e\xdf\x1c\xb7\x51\x37\xf3\xcd\x75\x5f\x87\x9c\x71\x74\x60\x91\x3e\xc6\xc8\x3a\x0c\x1a\x60\x4e\x7e\x32\xfd\x20\xe9\x4e\x1d\x72\x38\xc2\xfc\x86\x1c\x8e\xdc\x3f\x43\x59\x01\x3e\xff\x77\x3d\xd3\x81\xfc\x8d\x9f\xf7\x75\x1f\x26\x31\x70\xad\xaa\x78\x34\x7d\x9e\xe5\x88\x89\x87\xb3\x5a\xc6\x8f\xfb\xb0\xfe\x64\xfc\x81\x12\x53\x77\x6b\x80\x19\xb0\xb3\xfe\x7c\xb6\xe9\x2e\xd7\x11\xdb\x6c\x7f\x35\xbc\x4c\xe2\x1b\x3c\xcb\x46\xb5\x7d\x1f\x76\xa7\x60\xd9\xfe\x39\xdd\x36\xe8\x73\x9a\xdf\x60\x59\x76\xea\x1b\x2c\x1b\xd5\xa9\x1e\x4a\x2d\x0b\x83\x7c\x93\x72\x46\x17\xa8\x0a\x96\xfd\x48\x3a\xf5\x50\x4c\x30\x3c\xed\xb0\x03\x8a\xe3\x28\xe5\xa0\xe0\x07\xac\x87\x3d\x35\x9f\x1f\x7e\x94\x77\xa6\x52\x89\x3c\x53\x4e\xa1\x56\x87\xca\xce\x9f\x1f\x0e\xff\xc0\x30\x2f\xff\x40\xa7\xb7\x7f\xa0\x4d\xc9\x23\x8d\xe9\x96\xdf\x60\x9e\x23\xf2\x55\xb9\x01\x10\xca\xeb\x4f\xea\xdf\x50\x72\xaa\xdc\x00\x9d\x05\x16\xc6\x7f\x9e\xe1\xf6\xa7\x87\x9d\x41\x39\xd2\x75\xfe\xb4\x78\x79\xee\x78\xc3\xc7\x80\xc9\xb3\x27\x60\x8e\xdc\x59\x05\xd4\x9f\x7f\xfb\xf8\x2f\x17\x90\xca\x1e\xe1\xca\xab\x6f\x18\x6c\x8c\x04\xf5\x52\xb0\x2e\x33\x7f\x9d\xd2\xd3\x32\xa0\x9f\x56\x50\x08\xb5\xa8\xaf\x52\x10\x97\x6c\xb5\x0e\x00\x8d\xb7\xeb\xbe\x87\x00\x99\xe3\xc7\xc4\x05\x2a\x73\xfc\xf7\x86\xfa\x09\xf6\x05\x6b\x54\x95\xf1\x7d\x5d\x3f\x5d\x9c\x32\x27\xe6\x24\x3e\xce\x6f\x96\x47\x29\x4f\xd3\xc4\xff\xd2\xee\x59\x17\x01\xf3\x0b\x07\xd5\xc0\x7c\xb8\xe7\x23\xa8\x37\x07\xf1\x91\x79\x8a\x53\xf4\x13\xe5\x17\xd0\x45\x4d\x59\x6f\x88\x05\x6d\x93\xaf\x87\x96\x67\x05\x45\x11\x50\xd7\x26\x21\x57\x32\xa9\xed\x27\xba\x0f\x0c\x7a\x6d\x92\x9f\x3c\x57\x6a\x53\xec\x69\x78\x67\x9b\xec\xd7\xcf\xa3\x42\x45\x1a\xad\x29\xd2\x22\x12\x41\x9b\x1c\xe8\x5f\x68\x5e\xb1\x22\x9f\xee\x5d\xad\x9b\x01\xcf\xaf\x85\x26\x4d\xa8\x80\xe8\x42\x17\xb3\x50\xb4\x50\xac\xac\x34\x1d\xd1\xb8\xa9\x60\x28\xd9\xc3\xda\x4f\xb6\x5e\x01\x6b\xb4\xd9\x5d\x46\x2a\x68\x0a\x59\x05\x9c\xd3\x16\xb3\xfb\x34\x28\x30\x0d\xae\x88\xf6\x93\xad\x07\x16\x8c\x26\xd9\x7a\x4e\xad\xc1\xda\x24\x4b\x6f\x64\x95\x6b\x8b\x3d\x11\x3c\x37\x6d\xcc\x0c\xd1\x85\x91\x32\xc2\x45\x05\x34\x69\x4e\xf5\x33\x33\x85\x8b\x6a\x4b\x66\x09\x56\xb1\xf2\x7c\x2b\xb1\x98\x5c\x68\x6d\xd5\xfa\x86\x36\x41\x5f\x06\xff\x56\x9b\x2a\x42\xab\x2a\xd9\xcf\x8c\x74\x75\xc0\x65\x46\x2a\x29\x99\xd4\x5e\x4d\xc5\xec\xe7\xcf\x68\x14\x71\xb9\x31\x9c\x4b\x73\x95\x47\x6b\xca\x74\x27\x4d\x39\x18\x88\x66\x21\x7a\x63\x2a\x37\xab\xba\xf9\x40\x19\x2d\x01\x4a\x35\x65\xb4\x4c\xc6\xfc\xda\x7e\x42\x75\x25\x3f\x64\x53\x8a\x79\xd0\x77\xed\x27\x43\x57\xf2\x03\x36\x25\xb8\x5c\x3f\xfd\x5d\x7a\xce\x04\x49\xe8\x4d\x6a\xed\xda\x8a\xc6\x13\xae\xd9\x54\x98\x13\x2c\x54\x93\x4c\x0c\xb0\xac\x29\x60\x35\x19\xff\x6b\x53\xc0\x2a\xe9\xf6\x9a\x72\xcd\x80\xb5\x6a\xc5\xfd\xd3\x9f\x78\xdc\xcc\xf7\xb2\x7b\x40\x9f\x44\x60\xb0\x52\xad\x3a\x71\x35\x03\xaa\x66\x00\xac\xc8\x2b\xc2\x32\xe7\xd5\xc2\x44\x48\x72\x96\x49\x4c\xee\xad\xca\x7c\xd0\x79\x41\x67\x98\x35\x17\xb2\x65\xe0\xd0\x6a\x02\xae\x80\xca\x6c\xcd\xa5\xbb\x33\xc9\x92\x51\x81\xcd\x36\x85\xa5\x26\x67\x7e\x6d\xca\x3b\x89\x53\xa4\x29\x23\x7c\xe9\x7f\x42\xb3\xb5\xe6\x3c\x5d\x7c\x2c\x16\xc5\x16\x54\xcc\x6a\x6a\x29\xd5\x26\xc3\x33\xe6\xf9\xe6\xec\xf0\x83\xef\xc5\x2e\xe0\x60\xb2\x4b\x83\xd9\x6d\x8a\x51\x25\xd1\x59\x53\x18\xea\x20\x4b\x56\x53\x18\x2a\x99\xd6\x5a\x37\xb5\x7c\x60\x63\x49\x06\xd0\x4d\x6d\x06\xd0\x4d\x10\xef\x2b\xda\x2d\x5a\x56\x93\x45\x1a\x88\x6b\x53\xd4\x69\x81\x47\xab\x3c\x52\x72\xa1\xd7\xd6\x15\x91\xd8\x79\xdf\xf5\x86\xd9\x73\x0a\x53\x05\x94\xdb\x86\x29\xe4\x7f\x59\x43\x62\xcb\x6f\x8a\x52\xc5\x21\xd1\x14\xa5\x4a\x86\xa7\xe6\x94\x32\x6c\xb8\x61\x82\x32\xa0\x21\xeb\x4f\xa7\x3f\x59\x7f\x60\x52\x96\x76\x73\x8d\xb7\xe1\xc4\x69\xfc\xef\xfd\x48\xff\x0a\x19\x85\xe7\x09\xf8\x52\x50\x20\x9a\xa4\xdb\x8e\x2a\xdc\x14\x94\x5a\x3f\x77\x88\xa2\x50\x47\xf4\xbe\x26\xd9\x94\x2c\x04\x4d\xa2\x29\xc8\x97\x76\xd8\x68\xca\xae\x3a\x64\xad\x60\x57\x29\x2c\x15\xab\x6c\x13\xd6\x04\x28\x57\x53\xfd\x7c\x62\x4f\x9a\xe4\x52\xd2\x1c\xb4\x9f\x58\x5a\x89\x1d\x69\xb2\x59\x93\xf9\xb7\x1d\xb2\x66\xb0\x66\x87\xac\x19\x5c\xfb\xb2\x61\x13\x3a\xd2\x1c\x86\x8a\x4f\xbf\x9d\x8a\xc8\x63\x17\x9d\x32\x28\x71\x27\x9d\x26\x28\x04\x9e\x22\xa8\xf1\xbd\x09\xe2\x7d\x13\xc4\xb3\xcc\x2f\xf0\x00\x55\xe7\x27\x32\xa2\xa9\xfa\x7e\xea\xbe\xd4\xa6\xea\xfb\xa3\xf2\xbd\x2c\x64\x2c\xb2\xaa\xf1\x7f\xc4\x00\x09\xa7\x40\xd1\xda\xf5\xe6\xe0\xca\xb3\xcc\x49\x2c\x90\x8b\xf1\x73\xcc\x2f\x27\x1d\x4d\x7f\x97\xed\x63\x19\x9f\x30\x2b\x05\x45\xbc\x5d\x2f\x1f\xa5\x05\x51\x04\x5b\x74\x75\x7e\x8e\x8d\xcc\xde\xa0\xf3\x9a\xaa\xf3\xa7\x1c\x6a\x6d\x97\x28\xe6\x6e\x94\x11\x1c\xc4\x63\x93\xb8\x0b\xda\xaf\xa9\xce\x27\xb1\x31\xcd\x26\x6e\x8e\x8d\xf2\xcd\x63\x8d\x69\xca\x37\x4f\x2c\x4c\xbb\x5d\x1d\x3f\xfd\xdd\x5e\x21\xfe\xd7\x96\xe3\xd8\xdd\x16\xb4\xb2\x82\xb7\xb6\x58\xe3\x59\xf4\x70\x2c\x1d\x23\x8b\x64\xa7\xfc\xf4\xa9\xb1\x5d\xdb\xed\x15\xe4\xd9\x2b\x98\x67\xc7\xc8\xc2\x56\x1c\x23\x1b\x43\x44\x93\xd5\x9c\xf0\xab\x26\xd8\x0a\x9a\x5c\x7b\x94\x8a\x97\xf9\x7f\x4c\x6f\xe6\xcf\x31\xb2\x85\xf7\x4d\xef\x5f\x8a\x13\xd4\xe6\x00\x5a\xe4\x24\xe5\x91\xd9\x88\xdd\x6a\x8e\xa0\x85\xa3\x3c\xde\xcf\xf4\x7e\xdb\xb1\x48\x0b\x66\x31\xff\x1a\xe8\x93\x93\x05\x64\x7c\x7d\x32\x8f\xf9\xfc\xf0\xa6\xfc\xe9\xf9\xc1\xa1\xe2\x0b\x6d\x08\xd1\x86\xb7\xbb\x4b\xfc\x6e\xf8\x45\xfa\xec\xa2\x05\x39\x57\x5d\x05\xff\xc9\xf0\xdc\xe7\xf5\xbf\xff\x2d\xa4\x94\xe8\xb3\xe2\x1f\x06\xcf\x72\x3f\x35\xbe\x97\xb8\xfe\xf9\xbe\xeb\xfb\x0c\x5a\xe5\xfd\xd7\xc6\xb3\xab\xb5\x0c\x1a\x50\x60\x67\xa7\x03\x05\xb3\x76\xfe\xbf\x7d\x5d\x6d\xf9\x41\x56\xc1\x70\xa2\xae\x82\xff\x6b\x2e\xe4\xbe\xd8\x90\x9b\x11\x2d\xaf\x44\x94\x16\x55\xe1\x7f\x0d\x2b\xe8\xaa\xf0\xbf\x66\x23\x75\x4b\xe7\x39\xf9\x5d\x15\xfd\x49\xeb\xd0\x17\x85\xaa\x42\xc1\xa2\xd0\xce\xce\xfb\xa6\x60\xcd\xb3\x72\x4a\x0f\x9e\x45\x40\x58\x53\x5f\x65\x88\x65\xc0\x0e\xb6\xa5\xbf\x55\xe3\xcd\x41\xec\xaf\x10\x1f\x89\xa3\x2b\xd8\xf6\x63\x8c\xef\xaa\x73\xba\x30\xa7\xab\x29\xa0\x47\x2d\xca\xe0\x7d\x51\xd0\x78\x96\xa1\x99\x19\x72\xb0\x2d\x33\xb2\x1a\x1c\x14\x31\xba\x6f\x8a\x46\xa5\x41\x19\xd3\xf1\x80\x75\x1b\xd3\x3b\xff\xcb\x98\xce\x9a\x6d\x26\x39\x1d\xda\x96\x1e\xa5\xb0\x3b\x1a\x97\x29\xde\xec\x50\x5a\x79\xc1\x14\x33\x20\x85\xab\x72\xba\x94\xe9\xbe\x4f\xd1\x0a\xbb\xe3\x71\x1b\x3d\x9a\xe4\x4c\xd9\xa6\x45\x0c\x77\xed\xca\x6a\xb3\x7e\x28\xf0\x2e\x0c\x05\x8e\xc7\xe5\x7d\xe1\x5a\xc8\x25\xd2\x8b\x28\x66\x53\x08\xd7\x42\xb2\x92\x5e\x8a\xbd\x03\x19\x80\x34\x8d\x8d\x08\xe6\x5e\x0c\xeb\xc8\x95\xdc\x55\x09\xaa\x81\x85\xe9\x55\xf6\x76\xc6\xe4\x80\xd7\xdc\x38\xbd\xc9\x5c\xce\x24\x35\x99\xcb\x39\xcb\x4d\x01\x82\x9c\x55\x07\xbc\x72\xd2\x9a\xac\xe3\x6c\x93\xa6\x68\xc9\x70\xe8\xee\x80\x57\x78\x41\xb3\x7f\x20\xe3\x51\xdd\x52\xac\x09\xdd\xf1\xad\xac\x81\xe3\x5b\x99\xc3\xa6\x00\x41\x56\x5d\xc9\xe6\xc9\xd3\xd9\x95\x6c\x9e\xfc\x3c\xbd\x0b\x4b\x14\x53\x74\xef\x0a\x88\xa4\x3f\x87\xbb\x7e\xde\x7f\xe5\x42\x1a\x14\xb8\x88\x73\xd2\x45\x30\x8b\xe6\xf8\xd7\x5c\x51\xfd\x2d\xec\xc4\xae\xea\xa2\x98\xa3\xeb\x00\x58\x8e\x7e\xd7\x0c\xf4\x3f\xc5\x83\xf6\xae\xe9\xe1\xd4\x75\x2d\x67\x44\x96\xee\xe0\xd7\xc8\x9c\xdd\xc1\xaf\x6c\xb9\xe1\xe5\xcd\x72\x0d\x91\xcf\x99\x50\xee\x7a\xa2\x5c\xba\xca\x48\xe1\xe6\xee\x2a\x23\x45\x9e\x91\x3e\x9c\x47\x04\xbe\x33\x4c\x0d\x03\xd2\x80\xd9\xc2\x43\xfe\x1d\xf6\xb8\x72\xd3\x93\x43\xb0\xef\x5e\xbf\xfc\xef\x80\x56\xf6\x8f\x03\x5a\xd9\x8f\xbb\xb0\x61\xb9\x63\xbb\x03\x5a\x3f\xed\x29\x79\x0d\x61\x5a\xdd\x11\xad\x1c\x08\x47\xb4\xb2\x3c\xbb\x96\x8b\x0d\xa3\xd2\xa9\x24\x4f\xeb\x8e\x68\x8d\x5a\xd0\x77\x13\x48\x87\x26\x90\xfe\xb4\x61\x23\xc4\xf6\xdd\x1b\x36\x13\x72\x28\x82\x97\xf6\x0f\x11\xcc\x01\x38\xbc\x62\x69\xef\x30\xd3\x48\x7f\x3f\x2d\xa2\xa3\x69\x75\x27\xc6\x67\x47\xd8\xba\x9d\xea\xf6\xb5\x2b\x44\xb6\xe0\x59\xe8\xc7\x2b\x10\xa4\x89\x37\x1f\x0d\x63\x3e\xed\x50\x62\x15\x4f\x6f\x93\xac\xc2\x69\xf5\x8e\x4e\x7e\xa2\x7e\x27\xe3\x6f\x57\xd4\x2b\x10\xe7\xae\xa8\x57\x82\xd9\xba\xa2\x5e\xb1\xb1\xf4\x53\x28\x5c\xf0\xe3\xfd\xa7\x1b\xac\x18\x59\xba\xc3\x5e\xb9\x2d\x14\xf6\x8a\x91\xa4\x2b\xec\x95\xe0\xaa\x2e\x88\x0b\x59\xa2\xfb\x4f\x17\xe8\x44\xfb\x75\x45\xb9\x12\x8d\xd7\x1d\xe5\xca\xb2\x5c\x9a\xe6\x18\x9d\xfa\x55\x64\x30\xe4\x7d\x85\x48\xb2\x8d\x7e\xaa\xc1\x0a\xe8\xb2\xff\x34\x83\x15\x50\x66\x57\x94\x2b\x46\xa2\xee\xa8\x56\x66\xf4\x92\x41\x32\x46\xa6\xae\xec\xf4\xe4\xa5\xea\xb7\x8c\xbc\xdc\xae\x8a\x51\xc5\x88\xd4\x6f\x21\x0e\xe1\x73\x02\xb3\xd4\xcf\xff\x1a\x1f\xf3\xa3\x90\x54\x92\x52\xf7\x9f\xa4\xdf\x89\x96\xec\xb7\x9c\x9a\x30\x82\x5b\x2e\x3f\xce\xe5\xed\xf1\xd3\xde\xad\xf6\xf9\xfe\x51\xfb\x79\x7e\x64\x60\x85\x51\x3d\xa2\x07\xc6\xf3\x78\x3d\x42\xaf\x43\x56\xb9\x07\x1e\xad\x07\xfb\xe1\xd1\x7a\x20\x7d\x38\x64\x15\xc6\xf7\x08\x51\xc9\xb1\x79\x4c\x2f\xfd\x69\x03\xb2\x21\x95\xab\x9e\xf8\xbf\xae\x5c\xf5\x40\xf6\xba\x72\xd5\x93\x1a\xbe\x3f\x97\x9e\xff\xcd\xef\x90\xe8\x4e\x89\xe4\x3a\x5e\xd1\x3d\xba\xcf\x90\xe8\xde\x48\x64\x3e\x26\xe3\x33\x0a\x6f\x68\x0d\x73\x37\x8d\xc9\x7b\x6e\xe4\x59\x6b\xba\xf0\xbf\x68\x8c\x88\x36\x26\xa1\x46\x23\x94\x0e\x67\xc4\x99\xa6\xfe\x97\xab\x66\x28\xa5\x64\xcd\x8c\x0e\xe5\xae\xaf\x33\xbd\xd9\x8b\x4d\xeb\x3a\x81\x9f\xd1\x68\x07\x2c\x50\xa3\xa0\xe5\x70\xf6\xe1\xd4\xf5\xb9\x07\xc7\xac\x13\x19\x2d\x61\x28\x95\x3d\x66\xde\xe1\x54\xf6\xb9\xfa\xc6\x6c\xc6\xb7\xe5\xb9\x68\x36\x68\x4f\x2c\x67\xe6\x7d\x63\x2d\x18\xb0\xbd\x06\xe3\xf3\xc6\xee\x1a\x0c\x34\x29\xcf\x3d\xf8\x88\xb1\xb8\x8f\xbc\xb0\xf8\x54\xa4\x05\x65\x9a\xac\x20\x81\x87\xe3\x56\xc3\x46\xc6\x2a\xa4\x62\x14\xf6\xa1\xdc\xf1\x29\x00\x57\x87\xc2\x56\x49\x61\x33\x64\xba\x27\x25\xcc\x70\xd8\x6a\xe4\xbd\x21\xb9\x9f\xda\xa4\x75\x38\x6e\x35\xec\x7f\xac\x72\xe5\xc7\x22\x31\x1c\xb6\xca\xa6\x53\xf2\xf9\xe5\xf3\xbd\x1c\xe3\x9d\xe7\x4b\x1d\xf2\xfe\xed\xca\x9a\x34\x28\x0a\x99\x33\x47\xad\xb2\xef\x1d\xb5\x9a\xfb\x71\x6c\xa2\x78\xe3\x79\xf5\xa6\xcc\x14\x6d\x26\xb9\xe4\x59\x24\x6f\x3c\xbb\xb6\x7c\xe3\x07\xc5\x1a\x7f\x5a\x34\x49\x59\x94\x4d\x24\x31\x62\xc5\xc1\x52\x7f\x67\x6c\x5e\xa3\xb4\x57\x34\xe2\xdc\xc0\xa3\x78\x8d\xd2\x7e\x91\xfb\x8c\x63\x5a\x04\x56\x60\x06\x5e\xb1\x3d\x1a\xf7\x50\x5e\x1d\xac\x2a\xa3\x68\x8d\xa2\xf6\x0f\x25\xb8\x04\x56\x34\x14\x38\xbb\x7c\xbe\x37\x81\x19\x70\x39\x34\x00\xde\x37\x81\x0c\x40\x60\x86\x42\x7f\x0a\x34\x2e\x7c\x2f\x82\xa3\x28\x8d\xea\x4d\x99\x25\xab\x2f\xab\x0a\xc5\xd5\x6b\x16\x8a\xab\x67\x20\x33\xe4\x22\x58\x13\xbc\xa2\x7a\x9b\xd2\x80\xe0\x1a\x2b\xcf\xcd\x32\x48\x48\x50\xba\xfa\xca\x94\x54\x4d\x01\xcc\x52\xe9\xeb\x49\x7d\x34\xaa\xa7\x20\x53\xa4\xc8\x5b\xd2\xe8\x0c\x55\xac\xad\x6c\xfb\x6a\x66\xc4\xff\x9a\x82\x48\x71\xa3\x99\x19\xa5\x7f\x65\xb3\x27\xd9\xda\x68\xce\xc8\xc7\x9c\xbf\x18\x9b\xc2\x17\xde\xb6\x3c\x17\x8d\x20\x3d\x2a\x30\x17\xcc\xee\x10\xe6\xa6\x32\xa7\xc6\xdc\x44\xc4\x1a\x4d\x88\x96\xc2\x08\x34\x03\x2c\x62\xd3\x2e\xe7\x72\xe8\x2e\x4b\x31\xf8\x61\x51\x07\x19\xf1\x4f\xd3\x19\x98\x34\x86\x2b\xd6\x4e\x11\x01\x46\x17\x22\x05\xde\xd2\xcd\x0e\xe3\xf8\x1d\x5d\x8e\xbc\x80\x66\x46\xbf\xf5\x9c\x1e\x84\x91\xc1\xc0\x3d\x86\xdc\x92\x7f\xcb\x74\x33\x86\x02\x0e\x98\xf1\x61\x08\x10\x8d\xa9\x3e\x00\xf4\xfe\x34\x93\x01\x7c\x72\x0c\x05\x3a\xc3\x05\x86\xf1\x96\xb0\x01\x01\x68\x00\xf7\x8d\xb1\xeb\x03\x1a\x54\xa4\x73\x24\x90\xf1\xd3\x5c\x36\xe2\xd7\xc6\x10\xb5\x6c\x41\x05\xd7\xf6\x89\xeb\xe3\x05\xd8\x64\xc4\x06\xd8\xb0\x03\x04\xa2\xdf\xc8\x05\x3b\x76\x95\xf8\xe7\xbe\xde\xe5\xa7\x5d\x79\x96\xa3\x16\x46\xb3\x0b\x54\x1d\x19\x68\xec\x22\xf9\xd3\x9e\x01\x3a\x0c\x40\x14\xc7\xbe\x3f\x76\x53\xcc\xf7\xa6\x98\xef\x15\xbe\xce\x0d\xaa\xf0\x5b\xd0\x1a\x43\x68\x1d\xc2\x27\x87\x2a\xe6\x92\x4c\x6b\x1c\x9a\x00\x6e\xfc\xc3\x08\xa3\xd0\x73\xd8\x58\x09\xa3\x3a\xbc\xe6\x7c\xa0\x60\xe3\x08\x95\xe3\xf0\x04\x64\x8d\x55\x60\x17\xfc\xe6\x50\x81\x5d\xa2\x18\xc7\x61\x82\x43\xd0\x61\x02\x79\xdf\x04\xd2\xbf\x36\x74\x1c\x10\xe3\xd0\x12\xaf\xf4\x67\x02\x33\x21\x82\xe4\xd4\x8f\x4c\xa2\x50\x5e\x62\x54\xc7\x29\x58\x00\x6c\xe9\xf4\x0a\xa7\x83\xd3\x2b\x9c\x01\x9c\x22\x88\x43\x7e\x8a\x80\x48\xb5\xe3\xd4\x8a\x71\x08\x4e\x13\xc4\xf7\xda\xa3\xc8\x50\xa7\x57\x8c\xf1\xf8\x84\x32\x1e\x11\xc4\x4d\x72\xa9\x70\x37\x3c\xe3\x7a\xeb\x7f\xf2\x82\x08\x88\x58\x3f\x2e\x13\x90\x19\x55\x5e\xce\xf2\xd9\x03\xf2\x91\xf4\x29\x82\xf4\x50\x8d\x5d\xbc\x5a\xe3\x7e\x4d\xd8\x59\x34\xf9\x2c\x26\x72\x8b\x0e\xc5\xd8\x4e\xe4\xea\x1c\xb7\x11\x5b\x83\x36\x14\x6c\x44\xf6\xcf\x21\x54\xcf\x44\x4c\xde\xb8\x95\x44\x00\xb1\xc6\x8e\x0b\x4a\x28\x0c\xa1\x7a\x26\x92\xd0\x0e\xb9\x2a\x26\xd2\xc6\x8f\x5b\xc1\xe7\xec\x76\xe5\xf3\x9c\x48\x31\x3a\xe4\x8c\x98\x48\x52\x3a\x1e\x53\x82\x88\xfc\x28\xba\x9c\x03\xf9\x98\x32\x4e\xe4\x63\x42\x60\xa1\xcf\x4b\x48\xc6\xf9\x38\x49\x00\x42\xbc\xbc\x0c\x9f\x8a\x95\x43\xc8\xff\x4a\xa0\xc2\x78\x4c\x1a\xbb\xe8\x31\x69\x6c\x83\x47\xa4\x21\xf1\x3c\x26\x6d\xe2\x8b\xc7\x3f\xfc\x1b\xc6\x3e\x19\x87\x17\xde\xb3\x4f\xc2\xe1\x85\xbb\xee\x93\x02\xeb\xc3\x9e\x77\xfb\x21\x00\x11\xed\x93\x69\x5f\xf8\x41\x11\x64\x39\x3b\xfb\xe4\x08\xb2\x1c\x96\x7d\xf2\x5c\xe4\xbe\xd9\xa7\x6e\xc2\x6a\x7e\x18\x7e\x83\x51\x28\x63\x42\x78\xf6\x3e\x19\x2e\x5d\xda\x5f\xae\xa0\xdd\x21\x04\x14\x19\xdc\xe5\x2a\x99\x28\xaf\xb5\x4f\x9e\x97\x5c\x22\xfb\xac\x69\xc8\xf9\xd8\x67\xaf\x78\xcb\xb3\xa9\xce\x25\xb1\xcf\xef\x5e\x4e\x93\xb3\xb7\x40\x8e\xdc\x3e\xbf\xe8\x43\xfa\x30\xd9\x61\x5b\xfb\xac\x1c\x0b\x8d\x67\xa3\x37\x36\xbe\xf0\x0e\x98\xf8\xc1\xc1\x11\x59\xe0\x7d\x36\x65\x13\x03\x15\x12\xb3\x41\x88\x32\x93\x44\x68\xde\x15\x6c\x30\x91\xc4\x79\x5f\xbc\x01\xd2\xc5\xe2\x4c\x0a\xa1\x4b\x00\xa8\x89\x10\xa9\x7d\x79\xf7\x7a\xc6\xb0\x78\x7d\x27\x3e\x31\x60\x11\x42\x15\xd9\x3b\xf0\xf3\xec\x2a\xff\x5b\x6a\x67\x14\x4a\x47\x42\xce\x96\x7d\x79\x13\x11\xa7\xdb\xd5\xa1\x6b\x6c\x1a\x85\xdf\x16\xee\xed\x7d\xdd\xfc\x06\x3f\xfc\x76\x26\x00\xef\x7d\x35\xfc\x33\xa3\x58\x85\xa3\x64\x57\xac\xbb\x9e\x79\xdf\xe8\x4f\x76\xc9\x6a\xa0\x65\xd8\xe6\xbe\x2a\xe1\x02\x87\x63\x35\x1a\x34\x47\x76\x5f\x8d\xb3\x0c\x63\xd8\x37\xcf\x3f\x9d\x28\xc3\xff\x8c\x34\xb1\x6f\xaf\xef\x33\x8d\x6e\xc2\x8b\xe6\xd4\xef\x9b\xa3\xe2\x38\xa3\xd2\xa4\x66\x90\x5a\xbb\xea\x7c\x51\x2e\x7a\xdf\x44\xf8\x67\x10\xc3\xc3\xe4\x85\x43\x2f\xd0\x80\x33\x61\x33\x35\x9b\xe9\xc8\xfd\xb0\x17\xa3\x5a\xd9\xee\xe5\xa5\x23\x6d\x14\xa7\x7e\x86\x0e\xe1\xaf\x36\xf2\x9c\xee\xc5\x0b\xb6\xf2\x46\x31\x21\xa1\xac\x98\xb2\xf0\xc4\xbd\x38\x0b\x43\xd8\xe8\x5e\xbc\xa6\x3c\x7b\x4d\xb3\x64\xc5\x90\x5e\x36\x41\x79\x17\x95\x51\x18\xd2\x0b\xad\xc5\x8b\xb8\xd2\xa6\x32\x81\xb0\x0d\xea\x4b\x3b\x3f\xcc\x7a\x21\x4d\x56\x65\xd1\xc8\x9d\xb4\x2b\x56\xa1\x83\x39\xd9\xeb\x4b\x79\x08\xad\xaf\x10\x4f\x93\xa6\x9c\xd9\x93\xaa\x35\xcf\x6c\x9c\xea\x53\x96\xcb\x73\xaf\x5e\x55\x8e\x4c\x7d\x69\xa7\x5b\x2d\xf3\xe7\x0b\x93\xce\xd6\xaa\xef\x32\x67\x63\x34\xa7\x51\x64\x7e\xdb\xab\x22\xa6\x0d\xd7\x1d\x20\x77\xcb\xae\xf8\xe0\x32\x7d\x7e\xb8\xff\xfb\x5f\x21\xe6\x74\x77\x34\x30\x8a\xf7\xde\x95\xd4\x22\xd2\xcf\xfe\x2f\x18\x38\x7d\x08\x87\xd5\x3f\xdb\xb1\x3b\x9f\x47\xb4\x84\xbd\xab\x70\x07\x77\x4e\x77\x41\x9c\xc2\x0f\x2e\x80\x13\xa1\x79\x77\x3a\x22\x14\x93\x5d\x6a\x52\xa5\xd6\xed\xee\x12\x5e\xa8\xc7\xbb\xb2\x0f\xcd\x84\x33\xec\xdd\xb5\x7d\x60\xd8\xdd\xc1\x68\xfd\x6f\xf7\xd4\x4f\xcf\x2a\x40\xc7\xf7\x61\xba\x23\x27\xef\xae\x21\x80\x85\x60\x1f\x2f\xdd\x19\xc1\x30\xdd\x19\xf3\x30\xdd\x1b\x5f\xbc\x11\xb3\x19\xe2\x4f\xbf\x2a\x80\xc9\xf7\x61\x63\x22\xcb\x35\x1c\xd2\x59\x68\xd3\x59\x4b\x36\xde\x50\xd6\x92\x41\x1f\xf6\x5e\xc2\xcd\xc7\x3b\x2f\x59\xd1\xe1\x25\xe7\x60\xef\x26\x3d\x2f\xec\x26\x3d\x2a\xc4\xbe\x2b\x83\x0b\x97\xe7\x4f\xc7\x2a\x84\x94\xef\xbb\x13\xb8\x14\x5a\x34\xe5\x9c\xda\xdd\x94\x17\xfa\x10\xef\x00\x80\xba\xbb\x8a\x18\xd6\x8a\xdd\xf1\xcb\x80\xca\xf7\x5d\xb0\x75\x28\xdf\x9d\xfb\x84\xf9\x76\xc9\x02\xc0\x5a\xbb\x74\xa3\x42\xce\xc7\xfd\x50\x89\x19\x28\x3f\x1c\x23\xce\x6e\x3f\x7c\xf4\xe1\xd6\x47\xd7\x17\x3c\x3b\x0f\x44\xa7\x0f\x17\x5f\xea\xf4\x71\xe8\x0b\x9a\xf4\x30\xa3\x50\xed\x0e\x63\xc6\x38\xb7\xab\x5e\x17\x49\xbf\xf7\xd3\xa3\xcc\xf4\x9f\xae\x46\x11\x0d\x65\x3f\x5d\x4f\x23\x4a\xe6\xae\x4a\x04\x0b\x5a\xe5\x7e\x5a\x51\x67\x98\x4a\x5f\x54\x50\x21\x76\x39\x83\x2a\xc6\xf8\xfd\x74\x41\x26\x76\xeb\xe9\x1c\x2d\xd0\x7e\x3a\x7a\x98\x45\x14\x36\x6c\xa1\x12\xdf\x7e\x39\x27\x0b\x1b\x41\xba\xcf\x42\x6e\xa8\xfd\xa7\xfb\x14\x44\xf1\xdd\x70\x30\x80\x33\xbb\x6b\x10\x20\xce\xef\x97\x93\xc9\x70\xae\xaf\x5d\x4d\xd0\xa9\x6a\x8d\x71\x0b\x5d\xef\xb8\x33\xbf\x8e\x6f\x88\x8e\xb1\xbf\xf1\x0d\x1c\x2a\x07\x3d\x93\xe2\x6a\xbf\x4d\x07\x8b\x78\x3b\x4b\x4e\xb4\xde\xfd\x56\x7d\xac\x68\x25\xfb\xed\x1c\x38\x2c\xda\xbf\x10\x08\xbe\xd8\xfd\x43\xe8\x70\x95\x2e\xb2\x9b\xed\x8a\x81\xa8\xb1\x7e\xed\xae\xda\x45\x9c\xde\xee\xf8\x66\x1c\xef\xfb\xe3\x0c\x37\x31\xb9\xed\x8f\x35\x45\xae\x47\xa9\x3a\xeb\x67\xdd\xdf\xc2\x5c\xb1\x43\xee\x2a\xcc\x45\xe2\x8f\xfd\xa7\xe9\x7c\x0c\xad\xbb\x14\x9d\x15\xd1\xee\x90\xda\xb2\x4e\xb9\xfc\x0e\x39\x5d\x56\x2c\x95\x87\xf4\x94\x15\x69\xe3\xf8\xe9\x29\x05\x00\xc5\x31\x15\xef\x46\x9a\x50\x76\x99\x2c\xfa\x21\x1d\xe3\x93\xed\xe1\x90\x92\xb0\x72\x10\x8f\xd9\xd5\xbe\xd2\x82\x42\x87\x57\xb6\xef\xf1\xd3\x01\x3e\xcc\xe0\x90\x0a\xb0\xa2\xc1\x1d\x92\xf0\x57\x14\x91\x63\x7e\x59\x27\x6f\x28\x2b\x0d\xce\xa0\xc3\x10\xa8\x8c\x41\x01\x0c\xb9\xe7\x0e\xc5\x2b\x90\x91\xe1\xf8\x49\xeb\x15\xe7\xcb\xb1\x08\xdb\x16\x75\xe0\x70\x79\x81\xf1\x27\xcf\xd1\x21\xb0\xd3\x36\x31\x14\xe1\x62\xc2\x83\x0f\x81\x9b\x36\x3a\x5b\x8d\xc9\xe0\x59\x3e\xfd\xf0\xf0\x43\xe0\xa7\x2d\xf7\xdd\xe1\x4a\x03\xfd\xf3\x81\x0c\xec\x50\xb7\xda\x79\x49\x03\x76\xb6\x66\xb2\x56\xb9\xb2\x22\xd7\x1e\xab\x9c\x79\x0b\x03\xb4\x2b\x8b\x67\x5b\x8f\x79\x5f\xce\x4c\xda\xb3\x8f\x23\x27\xee\xb0\x8f\x83\x05\x57\xa6\x4e\xb0\x56\x87\x5d\x1a\xd1\x1a\x0f\xd5\xdb\x05\xca\x74\x6c\xb2\x0d\x17\xda\x97\x6d\x38\x6c\xf9\xf8\xc9\xe1\x1b\x17\xe9\xb1\xc9\x4c\x54\x68\x5f\x79\x29\x0b\xef\xdb\x4c\x44\x7b\xb2\x7b\xb1\xdf\x36\x29\x7f\x8c\xb7\x28\x8d\x1e\xe3\x2d\xb6\x74\x44\x8a\x3f\x8a\xeb\x2c\xe5\xd2\x3c\x5e\x91\x7c\xa3\x89\x57\x24\xa7\x8d\x57\xd9\xc8\xa0\x24\x92\x17\x0a\x0f\x1d\x16\xc1\x99\x55\x4b\xdc\x9f\x69\x28\xa7\x2e\x7f\x9a\x74\xa9\x2c\xd6\xfd\x27\x70\x17\x0a\x12\x1c\xf5\xe5\xf1\x79\xe1\x27\x70\x17\xcc\x5b\x87\x82\x83\x57\xfe\x5e\xff\xfb\x1f\x15\x48\x8e\x2a\x63\x57\x06\x2c\x59\x1b\x1f\xc2\x21\x31\x99\x7c\xab\x47\xf5\xb6\xcf\xaa\x4a\x28\x6e\x95\x69\x6d\xb2\xc8\x87\x69\x1e\xcd\xe1\xe2\xb9\x0a\x0f\x27\xd1\xf9\x50\xdc\xac\x90\xf1\x85\xaf\x78\x9e\x05\x69\xcb\x08\x25\x42\x37\xe4\xca\x43\x4e\x02\x46\xf8\x93\xa8\x2b\xa8\x8c\xc3\x71\x0c\x61\xda\xc7\x4f\xa0\xae\x38\xe9\x8f\x6e\x29\x9e\x8d\xdf\x85\xb7\x8d\xe5\xe1\xe8\xd6\x39\x33\x5e\xc5\x35\x00\x2f\x3a\x94\x6b\x87\x8c\xac\x47\xef\x9a\x22\xfe\x1f\xc2\x04\xd2\xde\xae\xe7\x0c\x50\x89\x75\xa6\xcf\xf3\xa3\xe7\x70\x96\x17\xde\x94\xf6\x95\xcb\x9f\x20\xda\x63\xc8\x5f\x1b\x45\xf1\x50\xd0\x2d\x51\xbc\xc7\x90\x8f\xf8\xf3\x2c\x94\xc6\xe7\x7b\x31\x12\xf6\xfd\xb0\xd3\x25\xf4\xba\x00\x2d\x59\x1e\x0e\xe7\xcf\x24\xad\xc4\xe1\x8a\xb4\x1c\xdd\xdd\x66\x11\x86\xb4\xbf\xf6\x1f\xde\xb0\xc2\xc6\xed\xb0\x5b\x7d\x60\xdf\xec\x56\x8c\xe8\x54\xdb\x3e\xd7\xe0\x71\xbc\xdb\x3e\x4d\xfe\x84\xcb\x42\xfa\x9f\x43\x91\x08\xdc\xbc\x87\x44\x49\x32\x01\x1f\x2a\x88\x05\x08\xef\x38\x9a\x96\x25\x1d\x1e\x0a\xea\x67\xdf\x1e\xa7\xa6\x8d\x67\x81\x21\x98\x84\x43\xe9\x86\xe2\xc5\x3e\x94\x74\xbf\xc6\xd7\x75\xbc\x49\xf7\x39\xfa\xa7\xe7\xa0\xfc\x29\x7d\xce\xf1\x06\xba\x32\x01\xa7\x25\x5f\x8e\xae\x24\xc8\x15\xb9\xf5\x38\x0d\xf5\xcc\xe3\xa9\x09\xe1\x59\xe1\x76\x7c\x2e\xa1\x8b\xf9\xba\x94\xcc\x25\xba\xec\xa1\x40\x02\x72\xde\x1e\x97\xfc\xa3\xdc\xae\x97\xa1\xac\x79\xf4\xf4\xf2\xf9\x1b\x93\x9a\x67\x5f\xbe\xbc\xbf\x6b\xbd\xe9\x5e\x83\xcf\x76\x90\x10\xf9\xa9\x64\x74\x5c\x3e\xe6\x99\xfe\x5b\x28\xfa\xa8\x16\x87\x4d\xf0\x9f\xf1\xde\x3f\x36\x48\xb9\xf5\xe3\x5e\x75\x4c\xf9\xc0\x17\x70\x06\x7c\x57\x3d\x67\x40\x3f\x89\xb2\x11\xb1\x77\xdc\x3e\xe6\x21\xe0\x36\xd2\x16\x3e\x76\x0b\xdd\xc4\x21\x50\x02\x7b\x14\xe4\xe3\x91\xfb\x97\x0b\xde\x36\x6e\x5c\xe6\xc7\x23\xff\x6e\xa5\x01\x39\x3a\x98\xf1\xd7\x80\x9d\x49\x3a\x6d\xc0\x26\xea\xf4\x9c\xde\x3b\xad\xe5\x07\x9f\xe5\x68\x5c\xe7\xe4\x98\xce\x1c\x9b\x73\xf2\x25\x17\xf9\xf3\x94\x09\x1b\x51\xf0\x9c\x7c\xc7\xe5\x22\x3e\xa7\xae\x95\xa3\x0f\x1b\x0f\x2a\x5f\x38\xed\xd1\xe0\x0d\x6b\x04\x85\x1f\x94\x7f\x90\xa0\x93\xf3\x27\x5e\x52\x02\xe7\x14\x8c\x26\x57\xde\x29\x14\x4d\x78\xc7\xe9\x2c\x35\x11\xe4\x4f\x95\x76\xe5\xa0\x9d\xaa\x43\x45\xe9\xd4\x73\x96\x43\x8a\x47\x85\x82\xe6\xd8\x9c\xb3\xed\xaf\x34\xaf\x32\x70\x98\x91\x4f\x25\xb1\x01\x56\x75\x2a\x67\x0d\x5b\xf3\x5c\x1c\x4a\x90\xf1\x2c\xdb\xef\x39\x3b\xef\x14\x0e\x9f\x2a\x6c\xe7\x52\xf5\x7e\x96\x51\x80\x1b\xd0\xb9\xe7\xa2\x40\xdf\x48\x00\xe7\x62\x4e\x94\xf6\x57\x6f\xac\x10\xa4\x8c\x32\x15\x51\xee\x5c\x1d\xaa\x17\xb5\xe4\x5c\xed\xb2\x4b\x8f\x16\x3e\xe7\x3c\xbe\xc9\x19\x69\xa0\x6a\x06\x79\xdf\xc0\x7b\x86\xb8\xf6\xdf\x8a\xf0\xbf\xb4\x5b\xfc\x37\xe7\xfa\x5e\xda\x8c\xf1\xf8\xb5\x98\xbd\x7c\xae\xc2\x67\x82\xc9\x39\x57\x97\xf4\xc8\xe3\xa3\xf7\xf3\xf7\x26\x2c\x03\x8f\x42\xd6\x65\x86\x7f\xb2\xe9\xfc\x99\x00\x65\x73\x24\x6b\xfb\xb9\xa9\x60\x69\x78\xdf\x29\x9b\x6f\xc5\x8e\x7f\x6e\x0a\xff\xfd\x34\xe8\xf8\xdd\x10\x28\x0b\xef\x67\x89\x8a\x0a\xa8\x32\x61\x45\x15\x53\x19\x9f\x24\xc5\x89\x2d\x23\xb9\x90\x3b\xfe\x2c\xdd\x89\x9d\xf8\x41\x5e\x9f\x89\x06\x76\xcf\x78\x26\x50\x82\xe3\xc4\xa6\x74\x09\x58\x26\x58\x79\xe5\x59\x61\x8b\x91\xcb\x9f\x74\x9b\x53\xd8\x18\xd0\xb4\xa7\xea\xbd\x92\x07\xf7\x54\xbd\xd7\x35\x57\xdf\x59\x15\x9c\x1c\x2b\xd9\x29\xeb\x2b\x78\xac\xb3\x2a\x38\x98\x03\x29\xa1\x92\xb4\x21\x67\x55\xb0\x72\x84\xe4\xb3\x2a\x38\x18\x96\xa3\xc0\xdb\x4f\xa8\xe8\xf9\x93\x3a\x3f\x25\xb6\x4e\xa5\x94\x47\x52\x3f\x55\x2f\x76\xcd\x5d\x76\x0a\xd9\x02\xbc\xea\x6c\x4a\x3c\xc6\x00\x9a\x13\x2a\xd2\x9e\xcd\x4e\x8c\x40\x42\x2b\xac\xf9\x6c\x0a\xbf\x5e\xf8\x5f\x1b\x88\x44\x23\x67\x33\x89\x8c\x40\x24\xc2\x88\xdb\x9b\x5f\x37\xcf\xb6\x81\xf0\xfe\xe3\x8c\xca\xf9\xc1\x62\x2b\x73\x28\xb1\x15\x29\xee\x94\x19\x98\x3a\x6c\xa7\xa4\x56\x20\x6b\xa7\xa4\xd6\x75\xe1\x7f\x09\xfa\x2b\xcf\xa6\x90\xf6\xb5\xa6\x91\x1a\xcf\x9f\xd4\x5a\x51\x37\xcf\xee\x35\xa3\x7d\xf1\x74\xee\x22\xd9\x83\xc1\x77\x9d\x8a\xc6\x25\xc9\xc5\xd9\xbd\x84\x59\x82\xe1\x25\xcc\x04\x0d\x2f\x59\xf6\xc4\x58\xc5\x74\xd3\xbf\xd3\x49\x72\xc2\x86\xf7\x28\xef\x9b\x1e\xfe\xd7\x9e\x84\xa1\x0c\x07\xcc\x67\xbc\x43\x01\xeb\x9f\x67\x5d\x5a\xec\xf1\xa1\x00\x7a\xe6\x6b\xe8\x12\x60\x0b\xca\x8a\xfb\x71\x2e\x9e\x12\x9b\x0b\x65\xa5\xce\xdd\x02\x02\x53\xea\x92\xb1\x11\x59\x4e\x97\x8c\x85\xcf\xab\x64\x2c\xf0\xee\x73\x97\xa1\x92\x53\xb0\x5b\xb3\x61\x4e\x54\x33\x16\x91\xf4\x3c\xde\x20\xf9\x3c\x4b\xa3\x25\xbb\xcd\x79\x38\x90\x8e\x0f\x14\xd1\xcc\xa2\x48\x46\x06\x1e\x7b\x2a\x3a\x97\x8a\x27\xa7\xa2\x73\x81\x86\x9e\x86\xdd\x77\xda\xd3\xa6\x89\x89\xe7\x54\xca\x18\x00\xcb\xa7\x33\x4c\x72\x4d\x38\x3f\x0c\x5c\xf0\x34\x41\x3c\x8b\xa0\x28\x9b\xa7\x82\x75\x01\x7c\x9f\x0a\xd6\x05\xf0\x7e\x2a\x58\x17\xc0\xf6\x69\x08\x7f\x54\x9b\x53\xc1\xba\xd8\x93\xce\x53\xf4\xb1\xc8\x92\xb1\x3f\xd7\x9c\x44\x6c\x00\xda\xe7\xf9\x06\xf5\x65\x42\x4f\x13\x94\x09\x51\x34\x2f\xba\xd5\xa9\x5c\x33\x15\xe8\xea\xa9\x9a\xb1\x78\x20\x4e\x49\xdd\xd4\x88\x39\x55\x33\xf6\x73\xb7\x5f\xa2\x98\x63\xac\x70\x5e\x20\xf5\xe7\xa5\x15\x44\xb6\x30\x76\x25\xee\xd0\xd3\xe1\xbd\x08\x3f\x12\xcb\x81\xf4\x9f\xd7\xd0\xf7\xbc\xaf\xf0\x4e\x56\xc4\x25\x66\x07\xfd\x7b\xcf\xf2\xbd\x8f\xc5\x9f\x32\xe5\x9c\x96\xe1\x39\x73\x97\xd3\x03\x21\x49\xdd\x4e\x33\x9d\x17\x6e\x7b\x14\x42\xdd\xed\x33\x16\x6a\x6e\x4b\x82\x3c\x1b\xa5\x4a\x7b\xde\xbf\x59\x3f\x19\x85\xc9\xe1\x75\xde\xa2\x1e\x26\x74\x5b\x24\xff\xbc\x70\x88\x0b\xd1\xc1\xa9\x67\x3e\x30\xf9\x59\x8e\xdb\x5a\x0a\xdf\x7b\x83\x67\x79\x7f\x3a\xc1\x42\x5a\x8e\xf3\xf1\x06\xcf\xfb\x8f\x97\x3b\x04\x3f\x3e\xb0\x59\x0e\xc5\xfa\x02\xc7\x3b\x1f\x13\x90\x03\xe2\x60\x5b\x72\xb8\x5c\x2e\x48\x9b\xf5\xba\x7e\x1a\x42\x43\x10\xb9\x5c\x90\x76\xca\x11\xb8\x7e\x0a\x42\xc3\x3a\x71\x29\x05\x26\xc1\x59\x97\x4c\xc7\x1b\x01\xe5\xd7\x64\x93\x77\xb8\xd0\x35\x35\xb5\x50\xf3\xdc\xf5\x3c\xf2\x3c\x7e\xcf\x99\x83\x4b\xb9\x76\x88\xa6\xbb\xa4\x3e\x50\x62\xe7\x92\xf6\xc0\x55\x7b\x4d\x32\x49\xcd\x90\xa4\x34\x1d\x0b\xfd\x3d\xea\x2f\xe3\x51\xd9\x5a\xec\xe7\x97\x92\x60\x62\x02\xbb\x94\x04\x93\xe8\xaa\x4b\x91\xbf\xb8\x5d\x2e\x19\xae\x81\x20\x5c\xb3\xe9\xc9\xf8\x67\xa5\x28\x18\xfc\xef\x23\x94\xf1\x4b\xbf\x00\xff\x76\x39\x27\xe6\xe0\x59\xe3\xff\x8c\x4f\xf1\xef\x61\x7a\x97\x8c\xde\x48\x7e\xd7\xb2\x88\x9e\xcc\x87\x32\x5e\x96\x29\xb2\xc5\xb5\xd8\xf2\x91\x09\x5d\xde\x15\xa2\x45\x51\x94\x5d\x7b\xd9\x30\x1e\xb6\x7e\x19\xa2\xb2\xd0\xa0\x72\x87\x7f\x46\x20\x8a\x16\x9e\x4f\x8d\x30\x14\x2d\xa2\x30\xd7\xc2\xb5\x78\x85\x78\x96\xb6\x17\x26\x77\xad\x66\xfb\x19\xcf\xea\x58\x2d\x9e\x6d\x8a\xc8\x8a\x39\x45\xe6\xe0\x7f\xed\xd1\xb0\xfd\x4b\xfa\x0c\x61\xc2\x97\x02\x0a\x80\x58\x5e\xab\x77\x68\xe8\x55\xb2\x79\x30\x9e\xd7\x6a\xfa\x33\xc3\x4e\xa1\x99\x6b\xe0\x5a\xbd\xa2\x3c\x2b\x06\xbe\x33\x3e\xaf\x60\xfa\xdb\xbc\x82\x19\x8f\x60\x2e\xc8\xf6\xd7\xa6\x1d\x18\xb6\x77\x6d\x8e\xa1\x8f\xf0\x72\xd9\xac\x8c\x91\xf3\x52\xd5\xda\x8d\x11\x2a\xdb\xfb\x1a\xbe\x70\x29\x43\x25\xd2\xda\x25\xed\xa1\x62\x07\xb8\x8a\xed\x2b\x2b\x3f\xdc\x6a\x91\x16\xbc\x46\x19\x73\x9d\xf4\x9c\x39\x57\x4a\xca\x8d\x5d\x2d\xab\xf3\xc6\x9e\xfa\xe9\x10\xcb\xfa\x79\x5f\x4a\x6f\x2e\xba\xab\xca\xbc\x42\xff\x55\x14\x45\x9e\xbc\x54\x15\x17\x91\xfe\xaa\xa2\x68\xfe\x53\x4e\xd0\xab\x9e\xfa\x98\xce\xc5\x32\x58\xe0\x9f\x82\xb1\x20\x1c\x5f\x0a\x20\xde\x78\x6e\x26\x96\x67\x69\xd8\xdc\x5c\x97\xa1\xf3\xe4\xa9\xbb\x9a\x74\x7e\xb6\x9c\x42\x8a\xf1\x68\x5e\x4d\x4c\x05\xf2\x55\x43\x77\x65\xfa\x9a\xd2\x09\xb0\x45\x9b\xc9\xa7\xc3\x5d\xdf\x33\xa2\x43\xed\xd3\xde\xa9\x11\x67\xc1\x15\x62\x8c\x37\xee\x52\x88\x31\x29\xe5\xae\x66\x8a\xf3\xbf\x42\x8c\x71\x9f\x5e\xaf\x95\x3c\x82\xca\xa5\x92\xba\xdb\xe7\x59\xe6\xb4\xa8\x58\x57\x97\x49\x01\x26\xd4\xbd\xfe\x59\xdf\xae\x09\x88\x3e\x73\x75\x4f\x00\xdf\x7b\x02\x42\x80\xad\xe8\x2c\x99\xad\xe8\x9f\xef\x3d\x01\xb4\xef\x25\x87\x20\x2f\x39\xed\x2b\xe7\x2a\x5c\xdf\xe8\x14\x8c\x4c\xd7\xf0\x0c\x64\xc6\x65\x86\xdf\x38\x42\xc3\xf6\x44\xfe\x97\xd5\x87\x23\xa8\x28\x63\x14\x92\x6b\x68\x02\x58\x31\x29\x28\x9f\xc4\xbc\xd7\xf0\x09\xe0\x03\x9f\x80\x50\x30\xde\x8a\x0d\x21\xe1\x4d\xef\x03\xdf\xdc\xed\xc6\x65\x9f\xaa\x52\x2d\xb6\xbb\xeb\xa7\x71\xf4\xcf\x55\xbc\xcb\xf5\xc0\xd5\xf1\xd3\x30\x16\xb2\x2b\x5e\x8a\xe3\x25\x07\xe4\x75\xbc\xbb\x80\x1f\x16\xbd\x90\x06\x7e\x0a\x45\xff\x70\x7e\x05\xee\x7e\xee\x2a\x05\xee\x02\xd7\xbb\x7e\x0a\xc5\x27\x3c\xe3\xfa\x29\x14\x0b\x28\xc4\xcb\xa5\x6e\xc9\x11\x71\x1d\xb2\x8d\xc1\x46\x0e\x51\xc4\x36\x3b\x94\x55\x1f\xf9\x46\x56\x7a\x6c\x81\x97\x4a\xe3\x02\xe8\xb9\x0e\x51\xc8\xa4\xff\x34\x8e\xfe\x61\xcd\xaa\x8c\xfb\x99\x51\x05\x05\xe3\xac\xba\x94\xa5\x1e\xd4\xd8\xf5\xd3\x28\x16\xfc\x7b\xd7\x4f\xa3\x58\x3e\x7c\x41\x31\xc1\xd3\xe7\xfd\xa1\xf6\xe9\x4f\xf4\xb1\x6d\x7f\x1a\xc6\x42\x3a\xcb\xeb\xa7\x60\x2c\x14\xde\xba\x64\xc4\x9f\x38\xc7\xa7\x9c\x47\x9c\x7b\x85\x04\x7f\x8e\xed\x4f\x9f\x58\xc8\xaf\x79\x5d\x5a\x40\xf8\x8e\x42\x82\x3f\x5b\x4a\x21\xc1\x00\x03\x2e\x15\xc2\x9d\x98\x2f\x85\x04\x13\x56\x7d\xa9\x10\xee\xc4\x31\xbc\xb4\xa0\x70\xd2\x4b\x79\x1e\xb9\xda\x2e\xed\x50\xd6\xe3\xd2\x7a\x72\x4c\x2f\xef\x48\xfa\x13\x7d\x9c\x3a\xd5\xb9\x05\x82\x77\xdd\xa2\x0f\x61\xec\xd6\xfa\xf1\xfd\x2d\xfa\xe0\x6b\xb7\xd6\x93\x8b\x54\x65\x6e\xf1\xd7\x5e\xb7\xd6\x73\xfd\x53\x4a\xb6\xeb\x36\xb1\x59\x3c\xc5\x17\x7f\x24\xdb\xdb\xc4\x66\x71\x6e\x2d\xee\xa7\x33\x2d\x2e\x9b\xfb\xf6\xe6\x85\x58\x4d\x06\x77\xe0\x6d\xa6\x9d\xe7\xc7\x8b\x9d\xc9\x7f\x34\x19\x4c\xe6\xe3\xcd\x9c\xf1\x3d\x4a\x8c\x80\xe4\xa9\x78\xe3\xe9\xd3\x9e\x37\x37\xcf\x5a\x6c\x4e\xe7\xa3\xcd\xcd\xe6\x50\x12\x4f\x10\xbf\xd7\x23\x7a\x39\x4c\x8f\x37\x33\xdf\x0b\x92\x00\x37\x51\x7c\xf1\x87\xbb\x08\xb2\xdf\xb1\xeb\xde\x93\x57\xbb\xe6\xf9\x4d\xb8\xc7\x0b\xbf\xe5\xc5\xf5\x70\x4f\x96\x85\xb3\x9f\xef\x49\x24\x4d\xb4\x60\x40\x66\x0e\xd0\x3d\xbd\x46\x95\x34\x31\xdb\x16\xb8\xf1\x43\xf7\x0f\xf9\x64\x56\x58\x75\xf8\xf2\x3d\x8b\xec\xec\xd1\x7b\x56\x58\x75\xee\xde\x7b\x16\xd9\x71\xa0\xdc\x4e\xdc\x59\x69\x4f\xc8\x8b\xec\xd1\x7b\x51\x58\x7c\x14\x90\x7b\x99\xf5\x9c\x01\xfd\x14\x80\x5e\x1b\xef\x2b\x4c\x3e\xb2\xc0\xfd\x53\x08\x56\x4c\x71\xf7\xa2\x10\xeb\x5c\xd5\xf7\x22\x87\x31\xe3\x59\xe4\x30\x6e\x7c\xaf\x30\xf2\x38\x44\xee\xc5\xa8\xc8\xcf\x00\x9d\xc8\xe0\xd3\x82\xb0\x27\xb9\x3b\x6f\x7b\x2c\x0a\xcf\xa2\x38\xc6\xca\x5b\xa9\x3e\xf1\x9d\xde\x8b\x5d\x67\xe9\xd1\x1e\x8e\xe8\x98\xf7\xaa\x30\xea\x78\x7c\xee\x55\x61\xd4\xac\xc8\xaa\x6d\x10\x48\xc4\xbd\x7a\x06\x78\xdf\x2e\xf0\xec\x0a\x63\x69\x1a\xdf\x0b\x4b\x53\xf8\x5f\xf4\x30\x7e\x63\x65\xe2\xbd\xb8\x8d\x95\x61\x86\xe5\x9d\x00\x9a\x7a\xcb\x3d\x01\x76\xf5\xde\xb4\x42\x6c\xd3\x4d\xe3\x8b\xdd\xe2\xde\xe4\xd2\x67\xc7\x6c\x1a\x5f\x6e\xb9\x5b\xd1\xc0\xcb\xe7\xd9\xe3\x0b\x7d\x9b\xe7\x97\xef\x3d\x5e\xfe\x57\xed\x26\x02\x09\xef\xe2\x48\x7e\x56\xac\x78\xc4\xbc\xa0\x3d\x16\x95\xf0\x2e\x9a\xe1\x58\x0e\x6f\xc5\x07\x63\xfe\xbd\x8b\x28\x88\xdd\xe9\x2e\xde\x63\x99\x81\xf2\xba\x83\x69\x40\x4b\xf2\x19\xc0\x70\x4e\x13\x5e\x50\xa8\x7e\x94\xaa\xbb\xf8\x54\x31\x42\x9d\xaa\xca\xfb\xf2\xcf\x17\x46\xec\x3d\xc6\xb3\xf6\x18\x6b\x5e\xb5\x66\xac\x41\xf5\x1e\xcb\x1e\xaa\x9a\x01\xfa\xab\x5e\xc3\xcc\xb1\xca\x5f\xd5\xc6\xff\x9a\x81\xc6\xf7\x4a\x64\x10\xa5\xf4\xae\x4a\x4e\xc1\x21\xaa\x3e\x65\x7f\xba\x69\xee\x2a\x96\x13\x3b\xd0\x5d\xb5\x01\x3e\xcf\x5a\x70\x88\x57\xb6\x7d\x42\x87\xef\x66\xe2\x32\xdb\x42\xed\x2c\x9f\x67\x1f\xa0\x0c\xb6\x59\x8e\xe3\xff\x6a\x7d\x87\x17\xcc\x33\x78\x41\xd4\xc4\xb2\x7b\x2b\xbb\x7e\x8d\x9d\xf2\x6e\xaf\xbe\x99\x1f\x8c\xa2\x41\x92\xbb\xbb\x5a\x80\xeb\x75\x73\x59\x9e\x0f\xbb\xcc\x42\x93\x22\x77\xd1\x71\x6f\x45\xee\xa2\xd4\xdd\x5d\xe1\xd0\x11\x0d\xef\x61\x80\x46\x86\xac\x82\x55\x68\x18\xb7\x93\xd7\x43\x92\x82\x6f\xd1\x60\x6f\x27\xaf\xe7\x08\x28\xf6\x16\x25\xf3\x1e\x2e\xb2\x18\x43\xd0\x6d\x60\xcd\xe0\x03\xd5\x2f\xe3\x8c\x0c\xf9\xfb\x59\x44\x05\xe3\xe2\x17\xbe\x87\x09\xc8\xb3\x62\x71\x49\x36\x76\x2b\x16\x17\x15\xf9\xde\x05\xc5\x62\xc6\x76\x05\x47\x47\x96\xbd\x15\x8a\x8b\x8e\x7a\xef\x8a\xe6\x86\xcb\xaa\xec\x2d\x2a\xd8\xbd\x0b\xb1\xd7\x79\x56\xc8\x3e\x3b\x7a\x57\xbc\x3a\x6b\xbe\x6b\xfc\x2b\xe3\x33\x42\x26\xfd\x29\x94\x96\x1c\xc6\xb7\x42\x69\x01\x46\xdd\x87\x16\x84\xdb\x5e\x91\xb4\xa8\x7c\xf7\xa1\xe8\xe9\x4e\x7b\x2f\x64\x32\x03\x3c\xb4\x82\x1c\xd1\x43\x2b\x18\x79\xec\x7e\xdd\x17\x50\xa4\xd8\x5a\xa0\x5a\xf7\x21\x0a\xb9\x09\x0f\x63\xe0\xb9\x3a\x05\x0a\xfa\x1c\x72\x05\xdb\x82\xa2\xbf\x15\x6c\x8b\x1a\x7f\x2b\xd8\x16\xad\xf4\x3e\x95\x48\x22\x12\xd8\x7d\x7a\x0a\x78\xf6\x12\xf2\xac\x29\x98\x79\xf6\x14\x84\xa2\xd3\x4b\x98\x29\x55\xec\x2d\xa0\xa6\xfb\xd4\x12\xc2\xf4\x4e\x81\x2e\xa3\x05\xdf\x8a\xcd\x05\xaa\x70\x2b\x36\x17\xad\xfd\x76\x86\xa2\x40\x52\x6e\xc5\xe6\xce\x1f\x7a\x44\xff\xcc\xff\x86\xac\xf0\x2c\xfa\x23\x31\xde\x97\xb6\x40\x24\xdc\xfb\xa7\x9e\xac\x1f\x26\x7a\x69\x0b\x20\xae\xbd\xa0\x23\x9e\x4d\x7f\xe8\xfd\xa9\x27\x5b\xf9\xbc\x2f\xd0\x29\x3c\xe2\xa7\x8e\x0c\x94\xf4\x5b\x60\xf6\x4a\x79\x87\xdb\xc9\x4b\x27\xae\xde\xcb\x2e\x1e\x8e\xfd\x75\x8a\x04\xbe\x10\x72\xa1\xd1\xa6\xf3\x93\x4e\xc8\x5f\xb7\x00\x8a\x31\x4f\xde\xb7\x27\x2d\xbb\xec\x96\xab\x1e\x3e\x70\x6b\xd2\xd8\xd7\x3f\x31\x7f\x23\xda\xe9\x7e\x04\x73\xe6\x1c\xfd\xc4\xfa\x8d\x48\xbc\xfb\x27\xc6\x6f\x40\x48\xef\x47\x11\xe6\xf0\x81\x47\xf8\x97\xf1\xa7\x38\x9c\xfb\x27\xe3\x7f\xe2\xf9\xef\xa7\xab\x31\x9e\x15\xfa\xcc\x11\x32\x8a\x09\xdc\xed\xfd\x18\x9e\x19\xea\x1c\xa8\x8b\xcb\xe1\x7e\x8c\x54\x60\xf8\xb7\x86\x9f\x35\x7d\x4c\xfe\xbf\xe7\xe7\x45\x39\x65\x13\x3c\x0a\xd3\x25\x8a\xed\x51\x98\x2e\x15\x1f\x9e\x49\x11\xf8\x9f\xf7\x37\xdf\x3d\xb4\xa8\x09\x1a\x34\x50\xd5\xc0\x96\x67\xe5\x20\x18\xbc\xdf\x4d\x02\x1f\x68\x12\x1a\x2f\x08\xab\x9c\x63\xf9\xb8\x5c\x00\x6a\xf9\xf3\x46\xe1\xce\xbc\x71\xb9\xc9\x35\x3f\x68\x13\x0c\x9e\x35\x0b\xb9\x0c\x9e\x59\x51\xf8\x8d\xe7\x55\xff\xe7\xfd\xd9\x9b\x20\x1d\xfc\xd4\x98\x8d\x40\xbe\x67\x76\x52\x9d\x2c\xc3\x23\xb7\x46\x67\x1b\x3d\xb3\x56\x3a\xec\xfc\x99\x95\x58\x60\xd0\xc2\xed\x21\x87\x28\xe1\xa0\x26\xec\xe8\xcf\x4f\x71\xd9\x40\x86\x3d\x8b\x71\x25\x39\x9e\xcf\xe2\x95\xca\x20\x15\x5f\x4b\x84\xe8\xe3\xe2\x5d\x53\xe1\x05\x6f\x65\x5a\x34\xb0\x74\xa3\x4b\x2d\x55\xa3\x87\xa1\x21\x64\xa5\x7e\xaa\xca\x46\x20\xe6\xf3\xd3\x54\x36\x82\xfc\x9e\x45\x67\x73\x62\x04\x3e\x9b\xb4\xa7\x65\x69\x0c\x48\xcb\x92\x4b\xff\x59\x95\x1e\x22\xce\xa3\x67\xd5\xde\x0c\xc3\x7b\x56\x53\x1c\x02\x56\x2f\x5b\xfa\x5f\x5f\x8a\x43\x90\x0b\x19\x0c\x5e\x30\x78\x8d\xff\x45\x70\xa4\x98\x47\x71\xbc\x44\x02\x3f\xca\x85\x84\x77\xe9\x11\x12\x6b\xc2\x5d\xf5\xac\x3e\x9f\xbc\xa0\x65\xee\x34\xf8\x66\xce\xa3\x45\x9f\x4f\x9e\x15\x45\xcd\x07\x9b\xa7\x20\x24\x6e\x06\x21\x46\x3b\x7b\x14\x29\x80\xfb\xe4\x71\x31\x04\xf2\x27\x3e\x9b\x27\x39\x8b\xb4\x19\xe8\xc8\x36\x28\x2f\x0b\xe0\x07\x05\x6a\x73\x42\x8b\x71\x8e\x34\x59\x8c\x59\xe6\x88\x16\x61\x96\x19\x84\x11\x5a\x64\x77\x7f\x8a\x3d\xe5\x85\x37\x1c\xca\x5d\x69\xa2\xeb\xb2\xc9\xda\x0a\xa3\x35\x91\xb1\xfe\x29\x2a\x0d\x14\x89\xf3\x79\x9d\x2c\x9f\x61\x3b\x42\xbd\xd2\x84\xc3\x6b\x3f\x7d\x3c\xea\x23\x93\xfb\xd3\x52\x36\x92\x18\x3c\x86\x6a\x81\x56\x7c\xaa\x29\x8f\x2e\xfa\xd4\x97\x72\xde\xd8\xd4\x44\x46\xf9\x53\x4c\x36\xca\x11\x3d\xd5\x74\x36\x5a\x70\x06\x82\x48\xba\x4f\x35\xa1\x30\x9f\xea\x58\xfc\xca\xb0\x9c\x8d\x21\x1a\xe9\x53\x95\x8d\x61\xf0\xac\x68\x8c\x31\xfe\x72\x07\x3d\xd5\x93\x10\x0a\x9a\x27\x21\x93\xd4\x5e\x9a\x33\x1e\x17\xf6\x8d\x64\xfa\xb4\x77\x87\xf1\x83\xf9\x46\x6e\xa9\xa7\xbd\x44\x87\x82\xa6\xe4\x1a\x9c\x1b\x21\xbc\x0a\xd2\xfb\xd3\x76\x0d\x22\x6b\xe9\x4a\xbf\x40\x2d\x9e\x9f\x8a\xb3\x51\xb4\xe9\x69\xef\x62\x33\x4a\x67\xa4\xd8\x18\x95\xf7\x79\xc4\xc9\x47\xc1\xbf\x9f\xc3\xfc\x7a\x61\x18\x76\x7f\x29\xcf\xd4\x74\x6f\xeb\x8c\xaa\xbf\xdb\x3a\x73\xd5\xbd\xda\xb4\x60\xc2\xa3\x67\x3d\x5d\x0c\x64\xe1\x03\xaf\x7e\x14\xdf\xc7\xb1\xc0\xa4\x2b\x7d\xba\x29\xe7\xbc\x76\xaf\xfe\xc6\x1b\x26\x7d\x63\x98\xb7\x26\x2f\x73\x33\x7c\xa0\xe1\xab\xe3\x05\x2a\x87\xf4\xe1\x6d\x1c\x29\xe6\x19\xce\x3a\xc1\x9a\x0e\x93\x0a\xef\x1f\xef\x22\xf3\x49\x53\xaf\x3c\x5f\x96\x55\x68\xe2\x3d\x7e\x99\x9d\x61\x43\x09\xb2\xc3\x4f\xe7\xda\xa8\x32\xf2\xa8\x88\x70\x5f\x79\x76\x26\x06\x4e\xdb\xfe\x02\xac\xf9\x41\x19\x0b\x62\xf1\x7f\x1c\x9b\x3b\xb3\x2d\x94\x01\x89\xba\x25\xcf\xae\xf8\x98\x95\x06\x1c\x09\xc0\x91\xdf\x5f\xc0\x35\x5f\x38\xb6\x9d\x05\xd9\x1d\xd7\xcf\x81\xdd\x9d\xac\x01\x76\xe8\xf8\x8b\x99\x9d\xb5\x7b\x2a\xe0\x02\xbb\xc3\xdf\x11\x6a\x0e\x47\xfa\x73\xca\x0e\xcf\x45\xda\x3c\x3c\x17\xdc\x55\x3f\x05\x6e\xa3\x84\xf2\xa3\x54\x48\x54\xfc\x79\x0e\x27\xda\x41\x1e\x38\x3c\x15\x3c\x9b\x74\x96\xd8\x45\xca\x62\x0a\x7d\xde\x22\x65\xec\xa3\xe3\xb5\x12\xf0\x83\x29\x87\x57\xbc\x55\xcb\xd8\x58\x8a\x07\xee\xd4\x9a\x7a\x0e\x53\xce\xb1\x3c\xb5\x09\x62\xec\x7a\x4e\x13\x9e\x0f\x4e\xa5\x38\x88\xca\xf0\x9c\xa6\x3b\x3d\x9c\xc6\xd8\xb3\x75\xcf\x57\x8c\xa1\x87\x37\x36\x24\x53\xf5\x86\x7f\x70\x75\x9c\x4e\x68\x00\xc3\x3a\x4d\x3a\x5b\xf5\xf4\xa2\x43\x87\x4b\xa1\xd5\x4f\x1b\x26\x1d\x96\x75\xbe\xfb\x9f\x1f\x5e\xd2\x33\x74\xe1\xcd\x2a\xf2\xff\x73\x39\xd6\x9c\xe9\xfb\xa9\x60\xe5\x23\x51\x5d\x0e\x0f\xe0\x83\xe1\x32\x2f\x19\x96\x54\xae\x42\xa6\x9e\x47\x01\xc4\x1f\x81\xff\x7a\xc7\xcd\x17\x0e\x16\x62\xf7\x5e\x8e\xa9\x67\xb3\xde\xb3\x9a\x48\xa7\xb7\x93\x05\x70\x22\x6e\x27\x0b\xe0\xa4\xdf\x9b\xbe\xe0\x05\x47\xc8\xd7\xbf\xdd\x50\xb7\x33\x28\x30\x2d\xb7\xc3\xe7\x99\x38\x55\x5c\xfb\xc8\xdf\xb7\x89\xe4\x7f\xc5\xfd\x21\x18\xde\xa6\x91\x53\x7e\x2b\x20\x0a\x49\xf3\xa7\x15\x96\x8f\x64\xf9\xe8\xae\x80\x6f\x3f\x9a\x02\x24\x87\xe7\x9d\x82\x34\xf0\xbc\x2b\x17\x92\x15\xac\xfc\xbd\xd2\x94\xa8\x69\xf9\x68\x52\x8a\x5e\xfe\xd4\x92\x78\x14\xac\xbc\xc2\x35\x94\x96\x69\xf9\x88\xfc\x8f\xeb\x3e\x7d\x86\x71\xeb\x0b\x3a\x75\xa1\xa7\x7f\x52\x54\x9b\xa4\xde\x2d\x91\x2f\xdb\x34\xbd\x55\xa4\xe7\xfc\xa0\x80\xbc\xc0\xf7\xdb\xf4\xc6\xac\xfc\x9b\xfd\x36\x09\x94\xb6\x44\x87\x6c\xd3\xa4\xc2\x64\xff\x6e\x82\x36\x4d\x6f\x80\x3e\x5f\x0c\xbd\x40\x1f\xbb\x49\xe7\x07\xa5\x11\x28\xb4\xe8\x82\x55\x13\x4d\x3a\x40\xad\xfd\x7b\x9e\x67\x3d\x67\x90\xb3\x2b\xe4\xfd\x93\xbb\xda\x34\x3b\x64\x7d\xe4\xd9\x88\xe5\x9a\x2e\x67\xc7\xb0\x57\x9a\xfc\x1d\xa5\xa4\xb8\x6a\xd3\xec\x50\xfc\x12\x2a\x66\x87\xe2\xf3\xc1\xa1\xe7\x8c\x71\x76\xe0\x4d\xa5\x4f\x87\xe2\xd3\xc0\xed\xb3\xc8\x0f\x8f\x5e\xc8\xea\x2c\x0e\xbb\xab\x19\xc3\x62\xe8\x3c\x73\xbf\xb8\x52\xd8\xc4\x0f\x26\xa3\xa4\xd3\x45\x64\xcc\x99\x99\xc5\x64\x54\x7e\x70\x68\x7e\xcf\x54\x2d\x0e\xcd\xaf\x99\x7d\xa5\x44\xea\xd3\xe7\x07\xd7\x49\x6f\x21\xf5\xa7\x88\x95\xca\x64\xae\x8e\xd5\x6f\x99\x9b\x9f\x26\x56\x2a\x2d\xac\x8e\xdd\xef\x19\x85\x54\x31\xb2\x94\xb7\x49\x30\x32\xd2\x8e\xb7\x49\x61\x30\x14\x06\x68\xd3\xea\x24\x03\x2d\xa4\xae\x8e\xee\xef\xf4\xf2\x92\xc6\xb8\x0e\xff\x40\x1b\xa7\xdb\xe0\x93\x5b\x03\xcd\x8c\xaf\x26\xb5\xe7\x87\xcd\x79\x09\x7a\x68\xdf\x4c\x6b\x0f\xad\x8e\x87\x69\x2c\xab\xca\x42\xac\x13\x0b\xef\x9a\xcb\xe3\xd3\xe8\xa9\x70\x4a\xda\xbc\x5c\x88\x29\x6d\x4a\x07\xeb\x53\xcd\x1b\xc5\x71\xc7\x19\xb7\x74\x30\xca\xc7\xb6\xa9\x58\xb7\xad\x21\xf5\xa7\x40\x95\x08\x4f\x6d\x2a\x6f\x04\x23\x7d\xbc\x65\x29\x69\x42\xb1\x58\x1b\xe3\x96\x06\xb5\x26\xc3\x45\x9b\x7e\x1a\x54\x09\x76\xaf\x4d\x2a\x24\xb7\x06\x79\xd5\x26\xc5\x4b\xaf\x1b\x47\x5d\x2a\xd4\x1a\xa4\x4f\x9b\xa4\x42\xad\x9f\x73\xf6\x53\xa1\xca\xe0\x28\xff\x34\xa8\x12\x93\x56\x9b\x14\x34\xbd\x16\x28\x55\x82\xa2\xb5\xb0\x1b\xdf\x5c\xb0\x70\x39\x85\xc8\xac\x01\xfb\xb7\x49\x35\x2c\xb6\x0c\x5b\x0a\x54\xab\x9f\x41\x19\x15\xca\x82\x54\xa7\xe6\xac\xf5\x0f\x17\x54\x9b\x14\x21\x13\xa4\x4f\x9b\x14\x21\xf3\x69\x4d\xa5\xe9\x52\x57\xa4\x4d\x8a\x80\xd9\x12\xf4\xdb\x26\x47\xc0\x7c\x3e\x68\xf6\xcd\x87\xe6\xe6\x00\x8b\xac\x9d\x43\x62\x12\x7b\xd8\x26\x15\xa8\x4b\xb2\x97\x36\x49\xfd\xa9\x83\xa3\xd0\x5e\x8a\xf2\x85\xd5\x9d\xcf\x99\x55\x68\x76\x65\x7f\xa8\xe4\xdc\x67\x92\x14\xe4\x12\x9f\x51\x9b\x54\x72\x2e\xc9\x79\xda\xa4\x92\x73\xf1\xa3\xb6\x49\xba\x0d\x59\x1a\xda\x64\xdd\x06\x1e\xdd\x8d\x93\x64\xd7\x2b\xab\x51\xfd\x7c\xe0\x31\x8f\x0c\x41\x45\xe4\x92\x84\xa8\x4d\xc3\x31\x17\x59\x58\xc7\xb1\xb0\xd0\x2e\x22\xc7\xc4\x4b\x8b\x09\xfc\xa0\x4d\xc3\x43\xce\x34\xab\x88\x5c\x65\x16\x15\xc7\x52\xb9\x86\x14\xc7\x52\xd9\xee\x43\xe8\x67\xae\x00\x15\x89\xeb\x0b\x03\xd8\x85\x00\xe7\x44\x49\x61\xd9\x1a\xf7\xaf\x60\x66\xc9\xd8\xda\x26\xa3\xcc\x0a\xb3\xa8\xe8\xee\x1e\x1b\x71\x9b\x76\x87\x07\xc2\xf5\x54\x6f\x22\xa8\xab\x36\xed\x06\x0c\xf3\x81\x20\xdd\x2b\xff\xab\x86\x3b\x8c\x41\xca\xc8\x60\x33\x4a\x17\x19\xb0\x9a\xc3\x90\xee\xac\xd2\x61\x9a\x32\x64\xc5\xb9\x04\xdc\xda\xa6\x43\x80\xdf\x39\xed\x4b\xaf\x48\xca\xd2\x36\x39\x8e\xa5\x31\x60\xe9\x15\xc1\xea\xb5\xc9\x8e\xa0\x0f\xdb\x91\x5a\xd1\x12\x7e\xde\xa6\xb7\xe0\x04\xd7\xe0\x4f\xad\x68\x13\x37\xe9\xe9\x85\x58\x32\x68\x07\xab\x2c\x30\x8d\x53\x10\x48\x0e\xd0\x29\xc8\x23\xb3\xa2\xf8\xee\x8d\x23\x79\xda\xbc\xc4\x3d\x70\x0a\xf3\xc8\x15\x77\x0a\xf4\xc9\xf9\xfa\x49\xf7\x4b\x62\xb2\xda\x74\xb9\x48\x16\xbb\xfb\x12\xe6\x11\xa1\xe7\x12\xe6\x11\x79\xe3\x12\xe8\x13\x56\xaa\x18\xf0\x8f\x04\x73\x09\xd2\x08\x4f\xb8\x4c\x51\x06\x28\x34\xd8\xca\xd6\xba\x84\x6a\x45\x10\xb8\x84\x62\x65\x96\x2f\x11\xc4\x24\x5f\x22\x08\xc9\xe2\xb2\xba\xce\x71\xbd\x05\xe2\xe4\xee\xbc\x45\x10\xc2\x8a\x83\xc2\x61\x62\xb7\x41\x9b\x59\xa4\xdb\xf0\xc0\xbc\x6f\x84\x15\x03\x72\xbc\xc6\xc4\x71\x53\x09\x87\x89\x19\x33\xa4\xea\xf3\xbf\xd0\x44\x0b\xb7\xbb\x31\x55\x8c\xf0\x31\x80\x2e\x23\x52\x0d\x87\x09\x12\x8d\xb1\x62\x0a\x1f\x01\x06\x61\x79\x8f\x90\x00\x83\xf6\x04\xf1\x64\x93\x3c\x97\xbe\xcf\x0c\x09\x63\x55\x2a\x67\xe3\x11\xc2\xee\x9f\x48\xdf\x66\x63\xae\xb2\xe6\xf3\x24\x10\x59\xfd\x0b\xf0\xba\xcd\xaa\xee\x10\xfb\x7d\x9b\xdf\x68\x91\x48\x76\xb3\xca\x3b\x44\xd7\x6e\xb3\x0a\x30\x24\xce\xb7\xcd\x2a\xc0\x30\x85\xc3\xcf\x93\xf1\x8e\x8c\x4e\x78\xce\x9a\xf6\x66\x8f\x96\x67\xaf\x47\xcb\xb3\xa7\x97\xe7\x5f\x7f\x2d\xec\x76\x9e\x85\x54\x8a\x00\x37\x2b\x07\x51\xa9\x9d\x0f\x04\x23\xe9\x99\x0e\x83\xb5\x46\xfe\x5f\x04\x23\xe1\x7d\x83\xb5\x22\x44\xce\x06\x6b\xe5\xde\x9f\x17\x21\x2d\x46\x06\xec\xea\x0b\xff\xcc\x8c\x6d\x36\x38\xab\xf1\x2c\x58\x44\x14\x97\x79\xb1\x5d\xb2\xd1\x80\x25\xb9\x4f\x8b\x4e\x1f\x9a\x2b\x68\x36\xda\x6a\x64\x8e\x17\x91\xd0\x43\xb3\xea\x37\xa4\x56\x40\x9b\x8d\xb6\x1a\xf9\x7e\x35\x09\x21\x69\x7d\x83\x92\x32\x89\x92\x9c\x4b\x12\x82\xb4\x59\x92\xf3\x36\x7f\xba\x30\x55\x99\xa5\x55\xe0\x9e\xc1\xff\x76\x98\xb1\xce\x4a\x1e\x8a\x93\xb3\xcd\x9b\xcb\x06\xe6\xe2\x9b\x95\x9f\x08\x09\x66\x56\x7e\x22\x44\xc7\x59\x5e\x87\xe4\xcd\x69\xb3\x4a\x30\xa0\x12\xce\xce\x1c\x3a\x98\xf9\x4d\xe8\x01\x66\x7a\x33\xfe\x83\xff\x95\xbc\x3e\x27\x6d\xde\xec\xf9\x64\x5e\x94\xa1\x68\x65\xef\x6e\x02\x0b\xb0\xf4\xca\x50\xb4\x72\xd2\x84\xd2\xaa\xcc\xda\x8b\xd2\x62\x56\x8a\xbc\xe5\x61\x2e\xb3\x52\x16\xf5\xe4\x59\x69\xb3\xaa\x38\xc0\x4f\xe7\x22\x9a\x39\x0d\x45\x34\x87\xbd\xcd\x42\x65\x7d\x16\xee\x45\x65\x6d\xfc\x20\x7f\x39\xc7\xa5\x88\x66\x76\x77\x11\x3e\x80\xe3\x5b\x4c\x22\x23\x14\x89\x9f\xf6\x44\x22\xa7\x45\x55\x1a\x50\xbb\xe7\x2a\x0a\xc3\x6f\xe7\xaa\x45\x65\x1b\x54\x2f\x2a\xef\x1b\xd2\x92\xf6\xaa\xf1\x00\x99\xb1\x2a\x3c\x04\x4b\x52\xbd\xa6\x59\x43\x81\xb0\x3e\x47\xc1\x25\x1a\x98\xf1\x6a\x7a\x19\x8f\xe8\xdd\xf8\xfe\x70\x09\x61\x06\xe0\x09\xc8\x8c\x1b\x88\x15\xc5\x6b\x6e\x5e\xc2\x4c\x88\x4b\x48\x07\xe0\xdd\xe6\x66\x0a\x33\x83\xaa\xc1\xd0\x93\x97\xa4\xcd\xf2\x65\x8c\xd8\xf9\xda\xfc\x56\x91\x66\x52\x25\xaa\xd7\x14\x5a\x6c\xb3\x64\xf5\xad\xc2\xd5\x9a\x97\x35\xa3\x54\xb4\x7a\x6f\x0b\x5f\x38\xbb\xc0\xcc\x0f\x52\xbc\x56\x66\xb6\x5d\xff\xfd\x6f\x4b\x8a\xdb\x36\x4b\x9a\xdf\x1a\xe7\xb1\x3b\x45\x42\x54\x8e\xb9\xdb\xfb\x1b\xa9\x6c\xb6\xf3\x22\xe0\xec\x36\xcb\x79\x31\xb3\x9d\xed\xbc\x08\x80\xba\xcd\x02\x89\x4d\x3f\x21\xea\x2f\x97\x4f\x7f\x93\x2c\x64\x62\xde\xb2\x75\x9d\x0e\x9d\x65\x61\x0a\x55\x5d\xee\xe1\x95\x17\x44\x76\x87\xed\x74\x5f\x97\x30\xc7\x6e\xa7\x77\x64\xc9\xd9\xae\x0c\x04\xbf\x79\xb8\x22\x2f\x0b\x36\xe4\x03\x86\x91\x0c\x91\x1d\xe1\x72\x7e\x23\x43\xd8\x95\xc3\x84\x44\xbe\x9d\x15\xcc\xde\x11\xb4\xe6\x21\x37\x77\x2e\xf1\x79\xd8\x43\x07\x2f\x19\xaf\x77\x8a\x61\xda\x47\x03\x37\x1a\xf6\xd1\xb0\xc2\xc3\xee\xa9\xcf\x30\xe4\x86\x63\x41\x77\x3b\x6d\x62\xba\x98\x77\x3b\x23\xd9\xfd\xf2\x86\x50\x12\xad\xcd\x52\x2e\xea\x14\xf1\x67\xde\xed\xc5\x81\x63\xbc\xb9\xa3\x60\xab\xbb\x1d\x54\x9c\x61\x55\x80\x28\x4c\xf8\x6e\x07\x15\x4c\x69\x37\xf1\x9c\xf2\x9f\x7a\xb1\x15\xb6\x91\xd4\x8b\x92\xdc\x40\x6d\xde\xed\x78\x63\x63\x1c\x2f\x69\x69\x42\xbe\x8d\xc2\x56\x3d\xec\x9f\x8a\xf2\x3a\x1f\xf6\x4f\x71\x0a\x0f\xfb\x1c\x21\xe4\x30\x65\x30\x93\xa3\xd9\xd1\x90\x19\x7f\xdd\x1b\x50\x62\xf7\x06\xec\x51\x6a\x08\xb1\xb4\x6d\x7e\xbd\x19\x5c\x52\xaf\x37\x83\xd9\xfa\xa9\x1d\x5b\x87\x83\xbe\xce\x0c\x76\xc6\xf9\x7a\x69\xf2\xc6\x69\x87\x14\xb4\x9f\xce\xf8\x03\x57\x7c\xbd\x13\x4c\xf0\xa9\x44\xd3\xdc\x74\xa7\xdd\x32\xf4\x61\xdf\x04\x1b\xe3\xf5\x4d\xb0\xb7\x4e\x0d\x93\xab\xed\x75\x3c\xb0\x3d\x2f\x3b\xde\x32\x35\xae\xe2\x30\x73\x15\x5c\x72\xba\x70\xbf\xdb\x31\x31\xb3\xb3\x84\x0d\xeb\xb0\xde\xcb\x64\xb1\x1e\x97\xa7\x9f\x25\xbc\x3c\xfd\x19\xf5\x4f\x1d\xd9\x3a\x22\x83\xfc\x10\xb5\xc0\xf3\x2e\xd9\xe4\x61\xa3\xb7\x6c\xf2\x30\xc9\xdb\x99\x7c\xe1\x1e\xaf\x5f\x82\x6d\x74\xdb\x28\x0f\xab\xbe\xed\x4e\xc9\x98\xee\xaa\xe7\x4c\xed\xad\x94\xc5\x4b\xc6\xf8\xcf\xf1\xc0\x07\x2e\x9b\xcf\xb9\xb6\xa7\x01\x76\x73\x5f\x7a\xce\x34\xbc\x8e\x86\x8c\x51\x69\x4f\xe7\xe0\x54\xdb\xfc\xbc\x54\x64\x0c\xff\x5c\x0b\x69\xe2\x91\x33\x05\x76\x64\xad\x67\x46\x89\x90\xab\x81\xec\x6c\x6d\x7e\x94\xf4\x0f\x86\xe6\xb4\xa8\x33\x17\xd0\x73\xf9\x07\xbe\x90\x23\xa1\xd2\x87\x1d\x09\xe1\x0b\xcb\xe4\xda\xf5\xf9\x62\x79\x1d\x09\x39\xc4\xcb\xe4\x1c\x23\x8d\x4f\x56\xbf\x51\xf2\x43\xf1\x1b\x5b\x7e\xa8\x32\xc1\xcf\x79\xb6\x71\xbb\xd1\xa6\x53\x60\x4c\x7f\xc1\x71\xb7\xc5\x6e\x86\xd4\xf0\x68\xcb\x9b\x1a\x2b\xb6\xc5\x65\x92\x85\x7e\xa1\xfd\xdb\x2c\x60\xe4\x07\x25\x1e\x89\x17\xb5\x2d\xb3\x2d\xdf\x21\x4a\x01\x2c\x04\xd8\xb7\x45\x8e\x86\x8d\x5d\xb8\xcc\x96\x0f\xb2\xf1\x17\x39\x16\xd6\x84\x61\xb5\xc5\xb9\x59\x03\xd7\x6f\xcb\xec\xac\xb4\xbc\x70\xf9\x85\xf4\xaa\xea\xd3\x2b\xf2\xf6\xb2\x38\x21\x6c\x8e\xf8\x22\xcf\xc1\xc7\x34\xb5\x28\x4e\xbd\x23\x40\x2f\x8b\xcd\xa8\xcc\xb6\x5c\x09\x6b\xfd\xfc\xf0\xdb\x36\xf0\xd8\x45\xda\x10\x65\xc4\xda\xb2\xc8\xa2\xc0\xa8\x0e\x99\x55\x0b\x1f\x78\x3a\x73\xb5\x2e\x3f\xe5\x67\x4e\xf1\x97\xb6\xac\x3a\x7f\x91\x08\x96\xd5\xd9\x00\xf2\xd8\x7d\xa1\xe5\xd9\x16\x8d\xac\x8e\x22\x49\xb0\xa8\x2c\xab\x6d\x36\x79\xb4\x36\xce\xeb\xc2\x56\xad\xfc\xaf\xb4\x57\x39\xab\x8b\xb5\x1e\xac\x75\xcb\x26\x4b\x17\xdb\x63\x93\x41\xa3\xf2\xc1\x66\xd1\x81\x0f\xc4\x3f\x22\x63\x2d\x9b\x4c\x34\x99\xf2\xcd\xf4\xf0\xba\xf5\xe3\x8c\x5f\x3a\x4c\x2a\x72\xb5\x65\xb3\x00\x1f\xfa\xe5\x15\x28\x28\xec\xcb\x4f\x25\x59\x5b\x94\xcf\xc5\x40\xac\x44\xf0\xb5\xa5\x78\x7b\xb2\xa6\x3f\xa5\x64\xc3\x69\xb5\x48\x29\xf9\xd2\x58\xec\x06\x0b\x09\x3f\xa5\xa4\x6d\x0c\x61\xd7\x90\x79\x5d\x53\x1e\x8a\x8a\x5d\x47\x11\x63\x16\x83\xb0\xe0\x0a\x3f\x1d\xa5\xce\x6c\x6d\x79\x10\x3e\xc7\xc7\x09\x57\xc3\x78\x16\xf9\x0f\x12\xdc\xd4\x96\xea\x4c\x4c\xe9\xb0\x2a\xd9\x14\x5b\xb2\x9a\xf7\x7d\x3e\x90\xb9\x94\x13\x2d\xbc\x55\x65\x80\x55\x26\x5d\xf6\x6c\x55\x7a\x05\x0e\x67\x95\x65\x71\xa1\x43\x5b\x47\xd3\x9e\xa2\xd7\xe1\xb5\x8b\xe0\x52\xa9\x20\xd5\x96\xa6\x14\x1f\xb9\x62\x16\x6b\x18\x51\xda\x16\xc7\xaa\xc3\xe2\x54\xfe\xfa\xc3\xb3\x54\xfe\xfa\xc3\xb2\x1c\xab\xfe\xf9\x5e\x9b\xfc\xf3\x6c\x9b\x4d\x16\xb8\xc9\xe2\x14\xb3\xe4\xd2\x65\x7f\x88\x30\xb6\xa8\xbc\x75\x67\x02\xa5\x37\x7c\x07\xdc\x15\x7c\xd4\x79\xa1\x68\x07\x84\xe0\x9f\xda\xd0\x5b\x9c\x2f\x4b\x77\x56\x5e\x66\xb4\x7b\x97\xd3\xa0\x30\xde\xac\x90\x43\x4b\x58\x52\x87\x96\x54\x46\xa8\x2c\xb8\x28\xda\x8b\xaa\xc4\x71\x9d\x2d\xaa\x12\xc7\x65\xb5\xbc\x2a\x40\x46\x68\x74\xd3\x67\x8f\x0f\x07\x2e\x16\x5a\xb0\x2e\xc4\x31\x19\x02\x29\xc3\xa8\x5e\x25\x61\x99\xfe\x74\xf1\x0c\xd7\xdb\x89\xe0\xb8\xbc\x1a\x43\x84\xbc\x45\xa5\xe2\xf0\xfc\x2e\x2e\x05\x97\x8c\x58\x6d\xd9\x9d\x4b\x3e\xa2\xca\xa2\xb2\x04\x85\x3b\x62\x77\x0a\xb2\x88\x05\xcb\xfe\xa6\x59\xcb\x98\x7f\xb2\x7d\x69\x31\x1f\x2c\xbb\xfd\xa7\xf0\x73\xc9\xf6\x2b\xa2\xe7\xb2\x3b\x49\x38\x13\xa5\xd2\xd4\xb0\x1b\x89\xf6\xad\x72\xcb\xec\xb7\x52\xff\x65\x65\x76\x55\x68\xcd\xa3\x52\x66\x7d\xf6\xe2\x5b\xbe\x8d\xc3\x77\xd8\x6b\x95\x21\x1f\xca\x4d\xc7\x8d\x72\x28\x8f\x59\xf4\xf5\xc5\xe5\xd3\xe0\x16\xa7\x52\xd1\xc1\x60\x25\x6e\x2f\x6c\x9d\xd3\xdc\x21\x03\x90\x17\x60\x61\xe7\x9c\xca\x6b\x06\xfb\x3a\x95\x7b\x8f\x1b\xe4\x54\xc6\x9f\xc2\xf7\xbb\x0e\x73\x26\xe4\x54\xc6\x22\xe6\x43\x59\x60\x2b\x5b\x5b\x18\xa0\xb6\x7e\x1a\x90\x87\x0b\x76\x78\x99\xa0\x74\xe8\x8c\x54\x6c\x65\x67\xa4\x62\x0d\x9d\x81\x8a\x1b\x41\x89\x60\x2b\x1b\x59\x19\xa7\x2a\xec\x5d\x89\x60\x2b\x2b\xe2\x90\x0c\xc4\xb8\xcb\xdc\x2f\x13\x70\x99\x00\xc6\x23\x07\x17\x17\xda\xed\xb4\xdd\x6c\x4b\x25\x7a\x9d\x38\x6b\x4a\xf4\x9a\x28\xe9\xb6\x28\xd1\xeb\xc4\x9d\xab\xc4\xae\x49\x31\xd0\x16\x95\x55\x1b\xb0\x9f\x5b\x33\xcc\x39\xf8\x09\xd8\x6d\x42\x42\x78\xe4\x14\x61\xd7\x3f\x72\x8a\x20\x6d\x3d\x66\xa7\x99\x20\x45\x51\x7f\x56\xf4\x91\x93\x84\x1d\xf1\x98\x9d\xd2\xbe\x44\x1a\x44\xd2\x47\xf7\x1b\xf4\x3e\xca\x7c\xc1\x78\x65\xf1\xff\xec\xd8\x47\x4e\x93\x48\xef\x8b\x0d\xfe\x19\xdf\x3a\xc9\x67\x12\xa1\x78\x55\x8a\xa8\x54\x3d\x6b\xeb\xe4\x09\x0e\x7f\x5e\x1d\x4f\x81\xd1\x7d\x55\x8d\xe6\xa9\xf1\x85\x7c\x18\x19\xf1\xaa\xaa\xcb\xd3\xa7\x07\xb3\xdf\x91\xe7\xf3\xf7\xbc\xf0\xbd\x47\xf8\x6f\xc4\xeb\x3c\x59\x9d\x48\x83\x4a\x08\x3b\xe5\x46\x5a\xe7\x45\x0d\xf6\x3c\xaf\xba\x41\x42\xe2\xac\xa8\xfe\x8d\xef\x35\xe0\x48\x4d\xeb\xec\x01\x87\xc2\x59\x4e\x97\x8d\x01\x28\x90\x3d\x53\xba\xce\x0a\xdc\xdf\x78\x5f\x5e\x8a\x4a\xff\xba\xf1\xb2\xe4\xab\x9c\x00\x2d\x4c\x62\x95\x13\xa0\x45\x48\x5b\x1d\xa1\x1d\x0d\x7c\x5d\x74\x81\xcd\x7c\xdf\xf4\xcc\xff\x5d\x37\xe2\xca\x0f\x0a\x96\x8c\x92\xbf\x2e\x2e\x73\xba\xd0\xc3\xe1\x3b\x34\x24\xbb\xaa\x73\x42\xad\xda\xba\x5c\xea\x83\x67\x4b\xca\x39\x27\xab\x82\xb2\xdb\xfc\xa7\xfb\x66\x95\x0f\xa1\x85\xab\xac\xab\x67\x80\xc6\x3c\x03\x99\x51\x47\x6c\x77\xfe\xd7\x95\x1e\xa9\x71\xb5\x03\xa1\xf3\x7e\x93\x98\xc9\xb3\x4d\x7d\x85\x06\x86\xf9\x5c\xe8\x59\x65\xca\xad\x3c\xcb\x5a\x5f\xf9\x40\x32\x40\xa5\xc5\x5b\x3d\xf0\xfe\xa3\xe7\xbc\xbf\xf9\xca\xcf\x1a\x09\x84\xd3\x67\x3a\xb4\x43\x22\x57\xcd\xba\xbd\x77\x7e\x7a\xd8\x6c\xfe\xcc\x1a\x6d\x45\x3d\xf0\x41\x37\x5a\x21\x93\xb8\x29\x5a\x8f\x6d\xbb\x99\x24\x1a\x70\xa8\xd5\xc2\x10\x1c\x65\xb4\xd0\xa4\x70\xd8\x2c\xb2\x5d\x0e\x0b\x47\x51\x55\x12\x52\x63\xac\xad\xae\x92\x80\xf0\xb9\x3a\xd2\x02\x44\xc4\x5a\x04\xb2\x66\xaf\x2a\xb5\xed\x04\xa2\x61\x75\x6a\xdb\xfa\xe9\x63\xf7\x0f\x19\xb7\x73\xdb\x56\xe6\xda\x22\x3a\xf0\x99\xd5\x61\x0f\xe8\x5d\xab\xc3\x1e\x10\x9a\x57\x61\x72\xe6\x85\x46\xab\x6c\x54\x85\x2f\x86\x5f\xc8\x5c\xb8\x22\xd8\xf2\x69\xe2\xf0\x1b\x19\xa8\x40\x39\xf3\x42\xaf\xcd\xf6\x9d\x34\xe1\xbc\x50\xa8\x47\xeb\x4f\xd4\xa6\x50\x5f\x5b\x9b\x61\xa7\xf0\x4e\x47\x26\x4c\x1c\xf5\x56\x64\xd6\xc8\xa6\x30\xee\x66\x66\x3e\x7f\xd2\x77\x41\xf6\x5c\x9b\xb5\x21\xba\x10\x06\x90\x35\x6f\x87\xcc\x01\x74\x60\x7c\xd9\xa0\x81\xcb\x3f\x64\x05\x65\xca\x5f\x3f\xdb\x46\xc0\x9c\x75\x61\x09\x15\x97\x80\x13\x7a\x95\x69\x7f\xc5\xad\xb1\xf6\x57\xfb\xcf\xd4\x29\x1d\xed\x8a\xa7\x67\xed\xaa\xfb\x4f\x0b\x45\x97\x68\xa8\xec\x4a\x0f\x06\xc7\x55\x7a\x28\xcc\x7f\x6b\x37\x87\xce\xea\xf6\xf1\x6b\x2e\x93\xa0\x6c\xb5\x20\xcd\x56\x65\x87\xfa\x0c\xef\xb4\x69\x88\xcf\xad\xf3\xf1\xfc\x18\x62\x9a\xf1\xff\x04\xf6\x8a\x80\xbf\x3a\xdd\xec\xe7\x7f\x2d\x13\xcb\x36\x94\x3e\x97\x1e\x25\x6f\x83\x7d\x6f\xab\xec\xef\x15\x41\x76\x75\x42\x59\x0e\xaf\xcc\xef\x5b\x85\xc5\x39\x16\x81\x31\xef\xca\x92\x07\x03\xdb\x2d\x98\xa5\xc1\x5d\x82\x19\x73\xb0\x4b\x30\x8b\x64\xb9\xca\xd2\x5e\xb9\x65\x77\x09\x6a\x6c\x14\xa3\x78\x00\xa8\xae\x92\xce\x2b\x3b\x71\xb7\xa4\xc6\x00\x6c\x9d\x66\x11\x05\xf3\xa9\x9f\x06\x24\xba\xc1\x22\x9d\xe0\x96\x49\x93\xf0\x3d\x58\x64\xc3\x76\x98\xc4\x43\x92\x1b\xd7\xf8\xa1\x4d\xb3\xfd\x25\xd9\x68\x5b\x0f\x89\x79\xdc\xd9\xb2\xbe\x0f\x64\x80\x43\x62\x5f\x04\xe5\xf5\x10\x66\x89\x3b\x5d\xb6\xf7\xde\x59\x20\x61\x80\x06\x5b\xf4\x90\x26\xc2\x95\x65\xc0\x0f\x5b\xe4\x90\xa0\x0a\x75\xd2\x14\x06\xff\x9f\xca\xe3\x08\xab\x3d\x25\xb7\x42\xfd\x69\xc7\x1f\xf7\xc5\x69\xf2\xb3\xa0\xa7\x28\xe4\x88\x9d\x42\x39\x45\x75\x58\x4f\x51\xb8\xd1\xa0\xae\xc4\xef\x0f\x42\x39\x31\xbf\x02\x18\x7d\xe4\xba\x53\x86\x07\xf6\xb0\x74\x87\xf1\xe9\x40\xaa\xc3\x67\x81\x65\xc5\xff\xc8\xde\xab\x94\x89\x8f\x39\x7b\x35\xa2\x28\x0a\xdf\x6a\x44\x51\x54\xf9\xd5\x88\x22\x98\x95\xf2\xd9\xd6\x94\x96\x6d\xeb\x25\x69\x1a\xfe\x79\xc9\x18\x04\x83\x35\xa4\x68\xf0\xbf\xa4\x65\x98\x9d\x21\x46\x9d\xf6\x04\x31\x8a\xa7\x62\x55\x02\x2a\x7c\xee\xeb\xad\x8c\xad\xac\xca\xed\x6b\xbe\xf2\x83\x72\x12\x61\x9e\x5a\x5d\x68\x22\x4e\x9d\xf5\xb6\xdd\x93\x83\x78\x2b\x37\x20\x07\x5d\xa1\x07\xa5\xb0\xb3\x5c\x7a\x02\x69\xce\xa5\x27\x06\x2d\x9a\xe6\xac\x83\xf2\x4c\x7d\x78\xad\x35\x94\x4f\x7b\xd6\x08\xf8\x5e\x34\xb2\x13\x95\xa5\xb6\x02\x8b\x5c\x9d\x76\x36\xf5\x7b\xdb\x6a\x58\x13\xcb\xf2\x28\x6d\x16\xcb\x66\x54\x53\x74\x92\xf5\xb1\x0d\x8f\x69\x33\xac\x89\x8b\x52\xf6\xfe\xf2\x61\xb0\xc6\x35\x31\x6b\x8f\x3d\xed\x2b\x5d\x0a\x19\x04\xd1\x4e\x1e\xc5\x46\x78\x94\x2c\x8b\x85\xb3\x9a\x93\x85\xde\x8c\x6b\xca\xa4\x6e\x93\x74\x88\xac\xc2\xe6\x4c\xb8\x3d\x7a\xd1\x36\x49\x89\x08\x09\x9b\xb1\x4d\xd9\x69\x9b\x53\x4b\xe5\x34\x6c\x93\x94\x8c\xac\xc2\x66\xad\xa8\xd3\x9e\xa6\x60\xd0\xa1\xf5\x3c\xbe\x57\x1a\xa9\x8d\x01\x0b\x1a\x35\x68\x4f\x13\x30\x18\x8f\xcc\x6c\x99\xc1\xed\xa7\x14\xcd\x0d\x20\xf9\x36\x6b\x67\x82\x60\xd9\x14\x92\x40\xe0\x52\xdb\x5e\x57\x01\x63\x9e\xa5\x78\x44\xb8\xd8\x66\xdf\x09\x91\xa2\x36\x79\x0a\x7a\x42\x99\xda\x36\xcb\xfa\xba\xd0\xa4\x32\x46\x0c\x9e\x5d\x4d\xe3\xd3\x82\xf4\x8c\xac\xeb\x26\x00\x55\x63\x90\x8b\x34\x87\x70\x8c\x6d\x51\xaa\x1a\xc8\xb6\xee\x94\xad\xb9\x2d\x9b\x9e\xf9\x5f\xba\x14\xd3\x66\x40\xd5\xa0\x3d\x25\x1e\x8a\x21\x6c\xfb\xa9\x4e\xbd\xc5\x9e\xb0\x2d\xca\xb5\xd4\xf9\x5f\xca\xea\x9f\x32\x5c\xb7\x6d\xb1\x26\x0b\x71\x22\x76\xa1\xb1\x5b\xcf\x0c\x4e\x79\x7a\xe2\xf5\xdc\xac\x63\x85\x97\x6c\x56\xa3\xa2\xb5\x6d\x56\xa3\x56\xde\x57\x52\x22\x36\xb9\xd5\xa8\x70\xbf\x6d\xb5\xe5\xb3\xd1\xa0\x52\xa0\xe0\x35\xdb\xac\x27\x01\x18\xdc\x9c\x0b\x2b\x07\x71\x5b\x5d\xfe\x38\xca\xf6\x66\x45\x88\x16\xac\x08\x45\x5b\xdf\x7e\x8a\xd0\x8a\xea\xb7\x59\x0f\xca\xd1\xdf\xa4\x07\x6d\x3d\xe6\x81\xcd\xc8\xac\xc6\x0b\x02\xb8\x24\xe5\x46\xdb\x54\x4a\x6e\x0d\xb7\xd9\x36\x73\x97\xca\x17\x2e\x5a\xb9\xf1\xc6\x7b\xd5\xf1\x83\x93\x48\xcf\x8c\x52\x26\x5e\x4e\xb3\x62\xd0\x93\x78\xb2\x6d\x45\x16\x5c\x06\x69\xa8\x15\x13\x59\x1c\x18\x97\xcb\x73\x33\xd6\x0a\x7e\x52\xac\xcd\xd1\xa0\x53\x28\x45\x5a\xda\x8a\xf0\x65\xf0\x1b\x61\xad\x50\xf2\xb7\x62\x57\x52\xf6\x4e\x31\xc2\x98\xc5\x15\xb8\x0a\xab\xc2\x56\xbc\x30\x99\x95\x6a\xe7\x51\xa4\xdc\xad\x3a\xef\xf0\xc2\x1b\x46\xe4\x70\xd8\xaa\xd2\x13\x30\x6d\x8a\x1d\x4f\x0d\xea\xb6\x49\xcb\xfa\x20\xec\x37\x07\x8f\x63\x0d\xdb\x14\xe8\x50\x3e\x7c\xf6\xa7\x77\x6d\x84\x1c\x6d\x55\x90\x9b\x8d\x0f\x0e\x73\xa9\xcc\x43\x7d\xcb\x9f\x87\x4e\xc5\x92\xa7\xea\x5e\xdb\xaa\x13\x51\x70\x64\xab\x55\xf3\x50\xa1\x78\xf1\x94\x00\x6f\x5b\x7b\x95\xd8\xac\x85\x03\xc8\xb1\xf9\x6d\xed\xd5\xcd\x33\xca\xf6\x5e\xda\x19\x55\xb3\x3d\x1e\x3e\x23\x45\xad\x11\x92\xb4\x35\xeb\xb9\xcc\xee\x5b\xfc\x19\xd6\x27\x55\x6c\x42\x40\xde\x1c\x22\x8e\x48\xbd\x35\xe9\xe7\xf0\x07\x97\x87\x5e\x58\xe3\xae\x50\x78\x18\x8c\x41\x56\x98\x6b\xb7\xd7\x59\x12\xb1\x75\xfb\x69\x62\x1b\xc1\x2d\x9b\x41\x56\x88\xf5\x9b\x41\x56\x58\x68\x37\xe3\xa8\xea\xa7\x53\xab\xf4\xac\x61\xb7\xaf\x20\x74\xbc\xb0\x29\x4e\xa8\x02\xc0\x3f\x16\xb0\x6d\xbc\xa0\x82\x34\xe1\x72\xce\x0b\x03\x97\x07\x64\x5e\x18\x86\xcb\x37\x2f\x4c\xce\x70\xd0\x25\x37\xea\x90\x8a\x0f\x1b\x50\x6c\x04\xb1\xd6\x6d\x1b\xaf\x8a\x9f\xe9\x12\x2c\x8a\x30\xcc\xb6\x0d\x43\x3c\x18\xd6\xe5\x23\x12\x4a\x86\x80\x2a\xac\xb2\x40\x51\x3d\xc2\xdc\x26\x50\xd4\xbc\xc0\x0e\x5d\xbd\x79\x61\x7e\x77\x45\x03\xc7\x02\xbf\xc9\x2b\x52\x93\xdd\xbb\x6d\x6f\xb5\xe6\xc1\x0f\xf6\xd9\x66\x50\xbb\x4d\x00\x19\xf4\xae\x10\xdb\xf5\x2f\xa1\xaa\x6d\xdb\x15\x88\xca\x9d\xef\x60\x71\x30\x93\x9b\x83\xc5\x01\x79\x6e\x6f\x6d\x3e\xae\x5c\x87\x82\x83\x72\xdc\x0e\xdb\x41\xf2\xc5\x61\x84\x08\x97\xee\xf1\xe2\x5c\xd2\xab\xd0\x51\x1f\xb3\xc5\x76\x38\x64\x93\x7d\x79\xd8\xf0\xc1\xdd\x77\x18\x6a\x01\x8b\x16\x5c\x6a\x99\xd9\x86\x0a\xdb\xe8\x04\x7f\x6d\x2e\x06\xdd\x3e\x03\x75\x7c\x6a\x0c\x60\xdb\x61\x78\x05\x23\x77\x58\xe7\xa7\x09\x85\x75\x72\xee\x4f\x87\xa7\xb2\xd7\x4f\xa3\x4a\xd8\x21\xf6\xf0\x00\xa0\xd9\x4e\xfb\xc1\xb8\x0a\x5c\x40\x1a\x2d\x67\x3b\x9d\x90\xfe\xf3\x89\x0d\xba\x9c\x97\xd3\x56\x9d\x90\xfa\x56\x87\xe6\x16\x3d\xdf\x6b\x99\x1f\x1e\xd9\x7d\xd2\xa4\x55\xaf\x64\x18\x6a\xdb\xe5\x30\x5a\xbe\xb8\x5c\x15\x38\x7d\x48\xd7\x5a\x97\xd8\x1b\xb7\x9f\xae\x55\x1a\xfc\x4b\xae\x9c\x15\x13\xda\x26\x04\xd5\xba\x44\x71\xd8\xe4\xcc\x59\x97\x4f\xa7\x2a\x2c\xcc\x3e\x50\x7a\xad\x95\x90\x8e\xed\xa7\x8f\x11\x55\xb6\xb9\x9e\x48\x4c\x9c\x9b\xd4\x2f\xec\x46\xdb\xad\x6b\xb9\xf3\x2c\x14\x18\xe2\xe8\xad\xfa\xd6\x70\x7a\x85\x79\x7f\x38\x82\x2a\x84\xac\xdb\xa7\xc1\x9f\xc4\x0b\x89\x0a\xec\xae\x1f\xb9\xe0\x96\xbb\x8a\x49\xbb\xe5\x1a\xc8\x9c\xdd\x52\x91\x3f\xcd\xc9\x08\x10\xc3\xd4\x26\x30\x55\xc5\x95\xbc\x3d\xaf\xc9\x30\x23\x7e\xec\x81\x44\x06\x77\xd0\xf5\x8a\x1c\xaf\x10\x8f\xc6\x09\x7e\x2c\xba\x64\xcc\xaa\x13\xb8\x32\xc7\x8f\x30\x1a\x61\x93\xc5\x09\xb4\xf0\x16\x94\xc9\xb7\x3a\x2f\x14\x0f\x61\xca\x0f\xbe\x01\x72\x2a\x8a\x33\x60\x01\xc4\x29\x93\x6d\xa5\x39\x8b\xe5\xc5\x29\x45\x80\x2a\xd3\xcb\x34\xfe\x0d\xb3\xcc\x06\x5b\x2d\xfc\xe0\x08\xe9\xe8\x0e\x65\xb6\x2d\x94\xe7\xb7\x46\x55\x06\xee\x1a\xd2\xd3\xa7\x89\x9f\x4e\x95\xc9\x2d\xd2\x4e\x5a\x4a\xe7\xb5\x22\x1c\x53\xe2\xd7\x5b\xb1\xe3\xa6\xf0\xbd\xa7\x92\x06\x4c\x45\x8e\x59\x51\xb8\x47\x78\x77\xf9\x29\x27\x2d\x99\x68\x5a\x59\x94\x4e\x9b\x01\x2c\xae\x23\xc7\xfb\x3a\xb6\x39\x94\x45\x5e\x97\x24\xb5\x6c\x65\xd1\x75\x53\x68\xcf\xdb\x27\x33\xa0\x50\x8d\xd4\xf4\x6c\x65\xb5\xf9\x78\xe2\x87\xe2\x38\xb4\xb4\xb8\xaa\xf6\x5a\x36\x60\x51\xed\x8a\xf5\xf3\xff\xe1\xa2\x52\xb4\x20\x50\x23\x2b\xbb\xaa\x84\x4d\x04\xdd\xa2\x58\xe2\x06\xe4\xa7\x6c\xd5\x56\xbe\x0c\x7a\xb3\x1d\xb0\xff\x25\xc1\x5c\x2b\x8a\x3c\x26\xb8\xb6\x58\x32\x67\x80\x9b\xc5\xdc\xce\x0b\x0a\x06\x84\x22\xf9\x2c\x92\xc4\xa5\x15\xb9\x28\x0a\xf2\x4b\xb1\x68\x8e\x4d\xbd\x14\x45\x79\x7d\xbe\x70\xde\xfc\x1c\xf2\xe2\xf2\x19\x90\xe8\xf2\x19\x8c\xb1\xd8\x9c\x4c\x03\x72\xb9\x32\xa4\x22\x03\x0b\x34\xa8\x78\x06\x38\xd1\x22\x49\xbc\xa0\xc7\x95\xaa\x7d\x13\x29\xa2\xa8\x48\xf3\xc4\xbe\xad\xb6\xb7\xd0\x80\x35\x1e\x36\xea\x4f\x8a\x5e\x57\x36\xe2\x4f\x8a\x5e\xd7\x89\x06\xa5\x88\xae\x74\x78\x99\xf9\x87\x84\xfa\xee\x74\xde\xf0\x56\x4b\x0f\x4d\x9c\x37\x82\x4f\x91\xcc\xdc\x93\x1a\xa4\x95\xa6\x60\x92\xc8\x39\xa5\x49\x9f\x89\xd4\x50\x5a\xd7\xff\x34\x28\xef\x15\x1d\x36\x17\x5b\x62\x2f\x5b\x1a\xc6\x9e\x5c\x9c\x30\x29\xd5\xaf\x5a\x69\x42\xa4\xf3\xdc\x5f\xe1\x2b\x6d\xca\xed\x50\xb8\x47\x4b\x37\xbe\x36\xea\x7e\xe9\x02\x74\x46\xf2\x2f\x3f\x61\xb7\x94\x88\xf5\xa5\xbb\x12\x7e\x96\x5e\x50\x21\x58\x52\x97\x49\x9b\x49\xe8\xef\xbc\x66\xe5\xba\xe7\x75\x30\x46\x85\x14\xb2\x19\xdf\x78\x01\x26\x7a\x28\x65\x5c\xac\x75\x65\x08\x56\xc3\xdf\xbe\x80\xd2\x81\x93\x18\xc1\x9a\xc7\xdb\x61\x5e\xd8\x65\x06\x86\x07\xed\xc2\x2f\x44\x4a\x2e\x0e\xc6\x65\xb3\x2b\x98\x36\x69\xcd\x5a\x91\x30\x57\x31\xbb\x97\xc3\xba\x50\x6c\x3a\xc5\x55\x1d\x98\x14\x99\xda\xc1\xdb\x17\x55\x75\xc0\x35\x5a\x0e\x1d\x2f\xb8\xe0\x4f\x4c\x6b\x80\xeb\xcb\xe1\xe3\xc5\xfb\x3a\x5e\x70\xc9\x43\xc7\x8b\x29\x3c\x6c\xa3\xcd\x14\xc9\xd2\x4e\xa0\x42\x39\x4d\x51\x66\xe0\x34\xd7\xce\x78\x7f\x12\xdb\xf2\xb9\x67\x24\xb0\x55\x22\xe0\xca\xb9\xe9\x83\x74\xa0\xaa\x0f\xe0\xc3\x8a\xaa\x3c\x00\xef\x2a\xa7\xbd\xcf\x6c\x3b\x85\xee\x7e\x98\xec\x29\x5b\x5d\xa5\x41\x01\x04\x98\x51\x97\x71\x60\x97\xaa\x8c\x03\xf9\x4c\xca\x35\xeb\x39\x33\x7c\x29\x28\x93\xbb\x55\x65\x18\xc0\x44\x96\x9f\x60\xb6\xae\xcc\xe8\x4f\x2e\x5b\x71\xf6\x97\x4b\x56\xbb\x8d\xf6\xcc\x3e\x32\xe3\x4a\xc1\xd3\x3e\x53\x7c\xc9\x90\xb5\xf1\xc2\xad\x0f\xf8\x5f\xdc\x83\x3d\xf3\x93\xdb\xd6\x95\x25\xb8\x65\xc8\x8a\xd6\x5f\x7e\x72\xdb\xba\xc2\x51\x7f\x72\xdb\xba\xb2\x09\x6f\x59\xf5\x38\x14\x12\xd3\x00\xf6\x96\xdb\x04\xff\x09\x8c\x50\x94\x70\x75\xfb\x74\x26\x01\x89\x0b\xec\x27\xa4\xad\xe0\x4f\xca\x23\x0b\x16\x6c\xe6\x11\xa6\x95\x23\xf7\xac\x7a\xce\xec\x3e\x9b\x9e\x33\x58\x25\x60\xdd\x98\x4d\x25\x60\xc5\x8f\x5f\x1e\x73\xca\x10\xab\x1c\xab\x6b\x7c\x1c\x45\x39\x56\x57\x76\xc3\x23\x4b\xd0\x42\x7b\x87\xda\xcb\xea\x3d\x82\x2e\xb0\x1b\x1e\xd3\x4b\xfb\x12\x10\xd9\x6d\x8f\xec\x25\xd1\x3e\xea\x24\xfa\xc3\x45\xeb\x64\xfa\xe7\x3c\xdb\xa6\x90\x0e\xaa\x32\xac\xae\xb9\x9e\xaa\xe4\xc5\x9a\xe4\xea\xad\xbe\x19\x53\x63\x38\xaa\x93\x02\x96\x0a\xcf\x4e\x4b\xb9\xd1\x84\x12\x73\x6e\x8c\xc1\x58\x86\x8d\x26\x6d\x05\xea\x79\xf6\x22\xfe\x5b\xa4\x3a\x4f\x22\x3a\x3d\xcc\x36\xfa\x6c\xbc\x20\xdb\x56\x64\xc1\x3a\x1b\x2a\x9d\x3d\x5b\x67\x9b\x78\xb2\x49\xeb\xec\xf0\xb3\xdc\xa2\x75\x7e\x4d\x3c\x35\x3f\x18\xca\xb0\xd2\xab\xa1\x0c\x2b\x6d\xd8\xe6\x13\x4d\xae\xce\xb6\xf9\x64\xf7\xd4\xf9\xbd\xe5\x18\x87\x6f\xb9\x74\xb2\xd8\xe6\x93\xa9\x12\xb2\x7e\x4a\x35\xaa\x56\x17\x65\x78\xa4\xc5\xc5\x26\x9e\xcf\x17\x82\x58\x33\x86\x45\x49\x7e\x37\x3e\xb0\x78\x9f\x5b\xb1\x2a\x8d\x2a\xda\x7a\x7d\x63\x8a\x07\x2d\xc8\x46\xb0\xb0\x47\x16\x5b\xaa\x72\x88\xea\xea\xbb\x99\x4e\x57\x1b\x46\x72\x8c\xea\x6a\x13\x10\xe3\x56\x60\xf1\xbc\x30\xee\x55\x09\xe3\xc2\xa8\xeb\x6a\x93\x10\x53\xb3\xda\x02\x44\x0b\xbb\x9e\xe9\xd3\xe5\x2b\x3b\x2d\x1a\xd2\x01\x65\xeb\x4b\x48\xb6\xc9\x66\xfc\x63\x4e\x6b\xdd\x84\xe9\x60\x23\x6e\xc6\x74\xe4\xb8\x56\x43\xec\xd9\xeb\x32\x4f\xcf\xed\xd3\x82\x22\x70\xd8\x57\xdb\x2b\x34\x64\x98\x12\x71\x4b\xd2\xce\xb6\x2a\x19\xb7\xcd\xec\xe6\x62\x33\x04\x2b\x24\xa9\xb7\x91\x88\xa4\x96\x45\xca\x13\xcf\x56\xb7\xd8\x89\x4a\xc7\x53\x09\x87\xa9\x45\x49\xb2\x98\xbc\xe2\xf4\x5f\xb1\xab\xd6\xe2\x20\x9d\x0c\xb3\x38\x48\x87\xdd\x5e\x9c\x35\x2b\x9a\x65\x2d\x4e\xff\xc5\xa2\x17\xe5\x93\x62\x10\x06\xd3\xe3\x35\xaf\x75\xd6\x0b\xe9\xb3\x3a\x4d\x53\x66\xa2\xbe\x4a\x62\xe8\xaa\x45\x2f\x64\xd4\x2f\xbc\x9e\xd9\x35\xbc\x1e\x8f\x4f\xad\x43\x66\x0c\x5a\x78\x83\x5b\x32\xc8\x9f\xb0\x5c\xc0\x6a\x54\x09\xcb\xeb\x32\x31\xc8\x5b\x2f\xd0\xe2\xbb\x3c\x59\x0d\xa5\xdb\x59\xd7\xf2\xa7\x2c\x09\xb5\x59\x4a\x8d\x0d\xa0\xca\xda\xdc\x93\xaf\xb1\x55\x59\x9b\xd7\x14\xf6\x6c\xb5\x49\x6c\xe5\x7f\x25\x30\x89\x70\x5e\x9b\xc0\x0b\x95\xf1\xec\x8e\x7c\xe5\x07\x55\xc7\x08\x01\x96\xac\x67\x06\xa0\x7a\xe7\x11\x68\x6a\x77\xb4\x7d\x44\xae\xda\x05\x6b\x8e\x3c\x50\x5d\x7e\x9a\xad\x21\x39\xfb\xc3\xc3\x84\xcf\x21\x5b\x5a\xed\x16\xf9\x68\xef\x90\x04\xc5\xf7\x16\x38\x2a\x1f\xc8\x9d\xcb\x76\xfe\x89\xd1\x9d\x6c\x6a\x55\x62\x74\xfb\xf4\x30\xe4\x1a\xe3\x02\x19\x92\x28\xe8\x71\x08\x51\xc8\xfd\xa1\x72\x0f\x2b\xa7\x41\xe5\x1c\xb6\x88\x48\x75\x28\xdf\x2b\x07\x6e\xbc\x9c\x3d\x2f\xc8\xd0\xdb\x92\xea\xae\x55\x19\x76\x67\x40\x89\x55\x86\xdd\x96\x7c\x7a\xad\xee\xb6\x71\xb2\xac\xfb\x6b\xb0\xe4\x07\xa7\x07\xe3\x6a\xdd\xdf\xbd\x48\xb7\x4e\x48\x91\x47\x15\x14\x8e\xf7\xad\x1e\xc2\x2b\x30\x6f\x2a\x9a\x90\xa2\x0e\xad\x1e\x96\x4d\xb2\x13\x64\x65\x6d\x24\xbe\xab\xc7\x7b\x75\xd3\xa2\x27\x22\x13\x75\xd8\xf4\xc3\x89\x3c\x1c\xaa\xc7\xcc\xd8\xa8\x9a\x62\x7b\xad\x1e\x4e\x9a\xf1\xef\xf1\x34\xa2\x38\x7f\x4b\xfe\x1e\xd0\x24\xf1\x1b\xcf\x4a\x95\xfd\x74\x7c\xbe\x97\xf9\x94\xdd\x7c\xfa\x34\xd0\xde\xd0\x66\x0b\xcd\x4e\xa4\x13\x1b\x5e\x95\xed\xb4\x7d\x38\xa1\xab\xa2\x21\xbe\xa8\x2a\x1a\x39\x0a\xeb\xa5\xaa\x61\x34\xa0\x50\xd2\x8a\xd1\xbf\xca\xee\xd9\xfb\xa0\x05\x09\xd8\xc8\x3b\x97\x10\xc4\x8d\x1e\x4f\x2d\x0b\x3d\x58\x64\xcb\x14\xdc\x52\x0a\x63\x18\xaa\xb7\x85\x97\x74\x78\xeb\xca\x87\x6d\xde\x0a\x76\x65\x84\x4e\x67\xb9\xc0\xaa\x6f\x65\x95\x65\x0e\x85\x72\x9f\x41\x9b\xd6\x7b\xd7\x25\x45\x8b\x66\xe5\x30\xbd\xfb\xc5\x0d\xf2\x83\x9c\xd9\xf4\xa0\x80\x4c\x7a\x78\x84\x57\x83\xa7\x3d\xc2\xab\x71\xe9\x3d\x2f\x70\x3f\xcf\xca\x94\xd5\x78\x36\x4b\xe1\x7d\x25\xf7\x8a\x69\xae\x3e\xd2\x73\xd9\x35\xb2\x9b\x0e\xa6\x58\x10\x93\xc1\xa2\x0a\x47\x8f\xc1\xbc\x0a\x47\x3f\x7d\xc6\x2b\x43\x14\x27\x49\x99\x72\x46\x94\xc2\xa6\x70\x52\xb2\xc0\x35\x09\xbd\xc9\x97\xdf\x9a\xeb\x1c\x87\x65\xb6\xc9\xfd\xf3\x6c\x3d\x9c\xf7\xa5\x87\xc7\x94\xd0\x5c\x23\x00\x07\x70\x53\xe1\x62\x90\xb5\x6d\x96\x1a\x1b\x91\xab\xcd\x8b\xfe\xff\x93\x1b\xa8\xfd\xa4\xdf\x86\x1b\xb6\xfd\x84\xdd\x86\x23\xb1\xcd\xd2\xc1\xe3\x6c\x6b\x3f\x31\xb5\x11\x0e\xd4\x6c\x19\xc5\xf9\xd2\x54\x86\x18\x11\xb1\x2d\xea\x20\xf2\x5f\x53\xb8\x67\x45\x49\x6e\xca\x74\x83\xeb\xad\x29\xda\xb3\xe1\x59\x69\x3f\xa9\xb4\x21\xf7\xb6\x45\x66\x84\xc6\xb3\xcc\x08\x4c\xa8\x33\xdf\xac\x59\xe1\x26\xb4\x05\x99\x28\xdb\xe2\x3b\x23\x13\x28\xd0\x39\xc7\xbe\xfd\xc4\xcb\x0e\xeb\x6b\xab\x47\x98\x0e\x57\x21\x7a\x18\xc0\x2a\x50\x2a\x03\x58\x55\xff\x8f\x1d\xb0\xfa\xd2\xe3\x7d\x59\x01\xb2\xe3\x9b\xca\x8a\x11\x6d\xdc\x56\x59\xa3\xd9\x61\xab\xc6\x3f\xd3\xbe\xee\x40\x76\x88\xa3\x41\xf1\x99\xb5\xcd\x2e\x9d\xc8\x8d\x6d\x93\xda\x1c\x36\xd1\x54\x58\x8c\xb0\xdd\xb6\x99\x2d\xf1\xbe\xd4\xfa\x42\x0f\x3a\xd2\xb1\x0d\xb5\x9f\x1c\xba\xae\xcc\x88\x50\x10\x1b\x33\x28\xd0\xc3\xc6\x16\x2d\xbe\x5d\xb2\xa4\x45\x9a\x2f\x14\x09\x1c\xde\x70\xf2\xb5\xa2\x5b\x97\x5d\xa5\x04\x33\x1b\x9b\x44\x55\xbf\x40\xf7\x34\x25\x9c\xc1\x4a\xd9\x8c\x81\x08\x1f\x6c\xd5\x7c\x33\x03\xaa\x52\xdd\x23\xbc\x37\x55\xf1\x02\x6d\xd4\x94\x30\x06\x3b\x69\x53\xc2\x18\xd0\x49\xed\x27\x4c\x8e\x8d\x09\x50\xc2\x98\x16\x59\xbf\x55\x8f\x3f\x13\x2c\xbb\x2c\xbe\x9a\x56\x3d\x7e\xfa\xf7\xf8\x19\x9f\xf8\x3e\x67\xe0\xc5\x36\x14\x3e\x70\xbe\x11\x96\xd4\xa5\x87\x51\x3f\x9a\x33\x33\x62\xc9\x6d\xcd\x18\x9f\xb0\xf6\xd6\x84\x2c\x89\xd4\xd1\x9a\xeb\xf7\xb1\xf1\x9a\xdd\xe2\x9c\x9c\xf6\x6a\xdf\xfc\x20\xed\x9b\x8d\xd4\xde\x71\xd2\x87\x0a\x63\xb0\xb3\xde\x74\x30\xb9\xc1\xda\x9b\x0e\x26\x4a\x67\x7b\xd3\xc1\xe4\x8e\x6c\xdd\x20\x0c\x3a\x71\x7e\x18\xfa\x78\xf3\xc3\x44\xc6\x6b\x5d\xb1\x07\x10\xf6\x02\x15\x58\x1e\x27\x7c\x21\xdd\x62\x33\x72\x81\xfd\xd3\x95\x2a\x84\xf5\x72\xe6\xfa\xca\x02\x39\x73\x3d\x1b\xc6\xf9\x5f\x2a\x2d\xc8\x7c\x4b\xda\xcb\xa6\xd0\xce\x0d\xb4\x52\x7b\x71\x0c\x9f\x2f\xa4\x1f\x2e\x8c\xd2\xe9\x5d\xe6\xc1\x0f\x8e\x55\x60\xd8\x2f\x90\x81\x7d\x34\x2c\x84\x41\xfa\xb0\x62\xcb\x40\x87\x15\x5b\xb6\xb2\x53\xd9\xc3\x2d\x5f\xa0\x02\x67\x67\xb7\x0c\x91\x16\x04\x3b\xc0\xe2\xd2\x9c\x88\x1e\x64\x57\xdb\x2d\x32\xfc\x29\x3b\x4f\x33\xcc\x80\x80\x9a\xb6\x5b\x2b\xce\xc4\xed\xca\x4b\xc1\xe2\xee\x56\xb2\xb8\x61\x8c\x3a\x88\x60\xda\x8c\x3a\x00\x00\xd5\x8c\x3a\x00\x08\xd4\x8e\x55\x5f\x84\xa2\xc3\x12\x7a\x04\xf2\x26\x14\xc2\x4c\x54\x4f\x13\x0a\x61\x06\xb6\xd5\x8e\x57\x99\xcf\x2c\x38\x57\x24\x39\x07\xdb\xf1\x2a\xc1\x7c\xf2\x23\x04\x71\xb3\x39\xc1\x3c\xd9\x50\x9a\x31\x06\xac\xc4\x8b\x20\x60\x87\x48\x20\x2e\x44\x38\x37\x47\x89\x02\xf9\x6d\xa7\x6b\x9f\xb1\x78\xa7\xfd\x18\x21\x55\x80\x81\x4e\xce\x96\x76\xbe\x71\x20\x34\x21\x79\x2e\xb5\x73\x5b\x13\x62\x60\x05\x26\xd5\x7e\x62\x70\x69\xdc\xe0\x4a\xb1\xb2\xe2\x48\x6b\xd7\xeb\x4d\xcf\xf4\x5d\x4d\xd9\x78\x79\xde\x95\x39\x97\x2e\xe4\xca\xe6\xd1\x22\x57\x86\x74\x39\xe9\x30\x83\xbe\x74\x1f\x31\x82\x5b\x46\x3e\x2e\x40\x95\xfb\x8d\xc8\xd7\x6e\xe7\x74\xe6\x6f\x87\x3c\x84\x20\x49\xc5\x15\x35\xb4\xdd\x16\x29\xb2\x96\xb7\xdc\x66\xd1\xa3\xdb\x4f\xe6\x5d\x57\xee\xb7\x5b\xd7\xcd\x46\x87\x4a\x00\x03\x0b\x73\xee\x14\xc0\x91\xed\x71\xd0\x34\xcc\x59\x52\x2f\x15\x9d\x5b\x7b\x8c\x67\xcd\xe3\xe6\x5d\xcf\x07\x4d\x62\x6f\x76\xfd\x23\x7f\x10\x5b\xe3\x51\x40\x70\xa7\x01\xc5\xcf\xc6\xc0\xd2\x1e\x05\x04\xc7\x02\xd6\x1e\x79\xb0\x3a\xfd\x5f\x0e\x04\xcc\xb3\x40\xfd\xc4\x93\x76\x59\x7f\x53\x79\xaa\xf5\x49\x71\x0a\x9d\xff\x15\x96\x10\x29\xa9\x4f\x0a\x4b\x08\x45\x5d\xb6\xe0\x32\x32\x69\x7d\x92\xb1\x22\x82\x7c\x9f\xe4\xf4\xfe\x74\xa0\xc0\x89\xec\x8a\x2e\x39\x18\x9f\x5e\x9f\x3d\x80\xb4\x27\x43\x2e\xa9\xac\xfb\xfc\xb2\xd3\x92\x1f\x4e\xff\x90\x21\xce\x72\x28\x41\x82\xd3\xa0\x23\x96\xf4\x59\x99\x52\x73\xc6\xfb\x22\xad\x3a\x8b\xd0\x8d\x03\x08\xf7\xed\xaf\x30\x1c\x12\x5e\x61\x98\xef\xe5\x40\xca\x22\x74\x05\x78\x7e\xfa\x5b\xe4\x50\x62\x0a\x7e\xa2\x6f\x43\xe7\xee\x8b\x34\xda\x95\xfe\x65\x4e\x09\xc3\xe8\x8b\xa4\xf7\x95\xf6\x4f\xf5\xcf\xff\x26\x98\xf1\xde\x7a\x9f\xfe\xe5\x41\xcb\xf5\xd2\x57\xd1\xcb\x12\xac\xa6\x37\xe3\x5b\xe5\x41\xeb\xfc\x2f\x7a\x73\x09\xf6\x55\x1e\x77\x96\x68\x95\xb6\x91\x4d\xd6\x25\x49\x03\x96\xed\x92\xa4\xc1\x08\xf7\x37\x7a\x33\x2a\x7d\x97\xdd\xb6\x6e\x33\x6f\x28\xa7\xd7\xf6\xb7\x74\xd8\x5d\x20\x86\x82\xbb\xa1\x6f\x02\xf7\xd3\xe1\xe6\x14\x96\xb1\xdd\x74\x49\xce\x00\xc7\xfa\xe6\x72\x69\xd1\x7e\xfb\xd6\x25\xac\xf3\x2c\xe1\x3f\x92\x5c\x97\xa8\x0d\x4c\xac\x6f\xce\xcb\x54\x79\xe1\xd4\x0b\x99\x23\xc9\xe2\x08\xf7\x7d\x93\xf4\xcf\x26\x2d\xf2\x09\x86\xb7\x76\x67\x83\x24\x17\x58\x57\xcd\x5e\x34\xb4\x5e\x5e\xb7\x66\x86\x58\x4c\x64\xe5\x07\xb3\x3b\x9a\x34\xbb\xa3\x05\xb1\x5f\x8e\xb2\x6a\xe6\xb6\x18\x66\xba\x6a\xe4\x92\x84\xbf\x57\x67\x86\x8e\x6c\xda\x55\xe4\x96\x90\x84\x5e\x05\xb6\xcf\x05\xd0\xab\xf4\x91\xe8\xf0\xbd\xda\x4c\xc2\xf7\x36\x93\xf0\x2c\x7d\x85\x6d\x51\x7d\x3f\xf0\xbf\xf4\x15\xe6\xb0\x69\xc0\x8d\x67\xb9\x21\x99\x00\x61\x12\x36\xf6\xbd\x31\x09\x58\x7e\x7a\x93\xab\x8d\x83\xde\x24\xbf\x47\x48\xe9\xaf\x1c\x5c\x69\x41\xbe\xb5\x88\xbd\xbd\xeb\xc6\xe2\xa4\x49\x0c\xde\x80\xf8\xf4\x9f\xd4\x3b\x36\x8e\x46\x97\x4a\xc5\x32\x77\x69\x20\xec\xa3\x6e\xe9\xfe\xf3\x82\xa4\xfb\x88\x69\xbd\x7b\x88\xa1\x51\x22\xed\x27\x4b\x59\xef\xbe\xc4\x18\xd2\xa3\x1e\xf2\xff\x90\xfb\x2f\x97\x5a\x97\x25\xb5\x45\x25\xe9\xc3\x23\xcc\xf7\x43\x4a\x5f\xf4\xf6\x3e\xa4\xf4\xc1\x8c\x6c\x59\x85\x99\x0d\xe9\x78\x6c\xfc\xf1\xce\x21\x0d\x5a\x97\xc8\x24\x3b\xf1\x20\x60\xec\xae\xca\xb7\x1b\xec\x76\xb7\x2a\xc1\xba\x0a\x73\x4b\x94\x4a\x77\xda\x41\x8c\x45\xdd\x69\x07\x01\x99\x77\x55\x5d\xc2\x02\xde\x77\x9b\x41\x3f\x3f\xc8\x83\xc9\xde\x77\xd6\x41\xd0\xdd\x7d\x77\x0e\xcd\xcf\x1b\x56\xa2\xd8\xad\xbb\x01\x2e\x1f\xc2\x2c\xe2\x32\x35\x87\x3c\xb1\xb0\xa9\xc3\x36\xe6\xa8\x0a\xfd\x78\x95\xa6\xb4\x79\x98\xd2\x2c\xce\x61\x4a\x63\xa9\xef\x92\x68\x0b\x39\xb0\xbb\x0c\xbc\x8d\x2c\xfb\xdd\x12\x2d\x69\xb5\xbb\x2d\xbe\x48\x00\x87\x4d\xdf\xdc\xe0\x87\xb4\xa6\x78\x4e\xbb\x92\x0e\x92\x21\xbe\x9f\xd6\xc2\xd3\xe5\xa9\x32\xad\x50\x71\xda\xe8\xcc\xa9\x38\x5f\xc5\x8d\x2f\xac\xb8\xb1\xe9\x4e\x8f\x29\x43\x38\xad\xc8\x65\xcc\xa7\xfd\xac\x4c\xdd\x69\x4d\x0e\x2a\x4e\xfb\x59\xa3\x3f\xf4\xd3\xaa\x1c\xc3\x56\xce\x41\xe2\xf0\xfa\x65\x70\x3d\x74\x5e\x8b\x8f\x12\x6f\xac\x26\xe4\x4f\xd1\x41\x5d\xf2\xf3\x44\x3d\x83\xee\xf2\xb5\x8c\xf9\x7a\xe7\x25\xd3\x20\x80\x6d\xc5\xcf\xd2\x2f\x39\x38\x11\xb6\x2e\xeb\x81\x9f\x26\xad\xf6\x41\xb6\x6b\x25\x2d\x10\xe1\x52\x48\x0b\x64\x2a\x40\xb1\xa3\xf8\xf5\xdb\x1a\x2b\x13\x63\xe3\x31\xe2\xc0\x2d\xb7\x6b\xa3\x49\xeb\xab\xac\xce\x6d\x7d\x15\xca\x54\x03\x17\x53\x59\x77\xb9\xa3\x05\x26\x73\x2b\xfc\x79\x7c\xde\xb0\x68\x9d\x16\x1e\x87\x92\x72\xbc\x8c\xa4\xa5\xe8\x46\x77\x5a\x42\x70\x1c\x5d\x61\x8c\x33\x16\xd5\xee\x3c\x85\xd1\x5f\xfa\xe3\xaa\x17\x31\xdf\xf4\x47\x2a\x2f\xbb\xee\xb1\x95\x1c\x5e\xa5\x02\x48\xd8\xe5\xbb\xa4\xe7\xb9\x7d\x5a\xb8\xfd\x05\x7d\x3c\x7e\xe3\xdf\x4e\x1d\x93\x0a\x35\x45\x67\x1a\x93\x87\x1d\x1b\xd3\x70\x79\x23\xf0\x1e\x63\xb2\x96\x9a\x3b\x60\x4c\xce\xf8\xbb\xd2\x86\x3d\xb3\x59\xb1\xe1\xbc\x82\x30\x8e\x31\x29\x7d\x62\x26\x6b\xcc\x76\x28\x6f\xfc\x60\x5c\x7b\xb6\xc5\x98\xad\x95\x66\xe3\x8c\xb7\x3e\xd1\xe0\x93\x21\x9d\x93\x17\x0c\x52\x8f\x17\x64\xbc\xf5\x87\xa2\xf9\x0e\x81\x1f\x16\xe2\x7f\x87\x24\xef\x25\xf5\x09\xdb\x58\xac\x30\x05\x9c\x33\x84\x76\x58\x7a\xac\x59\xc3\x15\x88\x7a\xb4\xfc\x21\xb8\xc3\x92\xe2\xf4\x6d\xfc\xa4\xeb\x42\x68\xfd\x70\xc1\x21\x92\x2e\x8f\x9f\xf8\x5c\x40\x99\x8f\x45\x39\x13\x22\x96\x8c\x9f\xf8\x5c\x00\x7d\x8f\xc5\xd9\x0e\x57\x7e\xb0\x35\x3c\x02\xf9\x10\xfc\x61\x25\x0e\x6a\x08\xed\xb0\x12\x62\x34\x84\x76\xe8\x40\xe3\x87\xd0\x0e\x1d\xb8\xfd\x58\xad\xfa\x85\xa7\x8d\xf5\x05\xe4\x87\xd2\x55\x31\x64\x84\x03\x0d\x85\xf3\xad\x14\x34\x18\x12\x9c\x57\xcc\xf2\x63\x35\xd2\x2b\x8f\x6f\x42\x44\xfe\xb7\x2f\xac\x30\x0a\x25\xbc\x2a\x0c\xc2\xfa\x20\x5d\xca\xe1\x18\xd1\x7f\x6c\x4a\x3b\x10\x55\x69\x6c\x72\xde\x7d\x9e\xa5\x1e\x46\x75\x1a\x82\x0f\xa7\x56\x67\x1b\x12\xac\xc7\xe7\x7f\xb9\x71\xa2\xaa\x0c\x85\xf2\x81\xe0\x18\x9b\xdc\x28\x9f\xef\xe5\xc6\xf9\xbc\x2f\x44\xfe\xe7\x7d\xa9\x36\x61\x4d\xa3\x48\xb5\x61\x07\x16\xa9\x36\x6c\xfb\x22\x55\x8e\x5d\x5f\xa4\xda\x70\x4e\x8a\xb0\x81\x1c\xac\x62\xd5\x2e\xf3\x55\x94\xc9\x82\x2d\x5f\xa4\xea\x0c\xda\x57\x66\x08\xa0\x71\x43\xa8\x8a\x4f\x42\xd6\x61\xf4\x71\x34\x8d\x61\xf4\x71\x38\xfa\x28\x52\xee\x38\xeb\x46\x1f\x73\x84\x8a\xe0\x91\xe3\x4f\x77\xd2\x28\xd2\x74\x39\x6e\xd5\xd3\x93\xce\xaa\x90\x87\xec\x6b\x85\x0c\x96\xc1\xe8\x04\x5d\x06\x13\x32\x04\x5d\xe6\x8a\x1c\x55\x60\xd1\x4e\x03\x4d\xff\xf3\xbd\x9c\x28\xac\x67\x95\x93\x84\xfd\x56\x05\x9d\x64\x3d\x5f\x91\x3e\xb3\xe5\x1c\x2c\xc8\x4c\xa3\x59\x29\x49\x07\x4d\x06\x96\x5c\x99\xa3\xc9\x47\x92\xcb\x6b\xbc\x3a\x40\xd6\xa3\xc9\x84\x9f\x4b\x62\xfc\x44\xfe\xb1\x71\xd4\x9b\x4c\xf6\x2b\x03\x30\x78\x27\xaa\xe9\x78\x55\x80\x0c\xc8\x60\x0a\x0c\xa9\xa3\x5b\xc0\xce\x08\xba\xbc\x2a\xd1\x9e\x87\x51\xcc\x60\xaf\x47\xb7\xab\x8c\x4d\xa9\x10\xbd\x96\x6a\xde\x6d\xd8\xf2\x8d\x91\x64\x74\x19\xec\x23\x7b\x8e\x17\x76\x1c\xd5\x6a\x38\x4d\x39\x20\x97\xe1\x12\xac\xd8\x5d\xc6\x9b\xa4\x90\x99\x72\x09\x56\x12\x7b\x8d\x37\x49\x61\x14\xc4\xe1\x12\xac\x64\xd2\x1a\x6f\x96\x42\x66\x7f\xbc\x72\x35\xe3\x78\x6b\x32\xd1\xa8\x31\x75\x70\xa4\x17\x79\x11\x49\x7b\x38\x97\xf9\x87\x89\xc9\xd6\xdd\xb0\xc3\x0d\xe5\x4e\xd9\xb0\x9a\x0d\xab\x10\xe4\xcd\x1b\xce\x5d\x4e\x1e\xba\x61\x1d\x82\xc4\x76\xc3\x70\x8e\xe5\xf3\x86\xc2\x06\x40\x3b\x0d\x57\x6e\x65\x4a\x6d\x30\xff\xb4\x60\x83\x39\x67\x41\x19\x54\xda\xfc\x69\xd2\xe2\x44\x28\x7b\x8d\xe4\xb0\xef\xfd\xbd\xc7\xb3\x28\xbb\xc1\x16\x1b\x9f\xf8\x62\xcf\x17\x87\x11\x56\x30\x9c\xc3\x08\x2b\x9e\x5f\x0b\x64\x86\x2d\x2b\x39\x49\x69\x87\x54\x88\x95\x54\x4a\x43\x2a\xc4\x4a\x1d\xa0\x21\xa3\xf8\x4a\xa1\x9f\xf1\xd3\x29\x2a\x9a\xce\x38\x7c\x88\x43\xe7\x71\x69\xc7\xf3\xbe\xfd\x8c\x79\x74\x89\xbb\xbc\xee\xa0\x3b\x76\x91\x63\xee\xb8\x9f\x5d\x3a\x29\x75\xb4\xdb\x38\x8d\x0d\x08\x09\xa7\x0f\x0c\x1d\x9e\x0e\xaa\xe2\x83\x61\x2b\x67\x9e\x77\xc7\x7d\xf2\x82\xbc\xf3\xf0\xc1\xb7\xd8\x12\xf3\xae\x62\x4b\xd3\xa7\x4b\x59\x31\x61\xa4\xa7\xac\x98\xdc\x33\xb2\xae\x0f\xbc\xcd\xe3\xf2\x75\xcf\x4d\x7b\xf9\xa6\xcc\x2c\x2b\xd5\x09\x09\x20\x86\xaa\x29\x7d\x0e\x8a\x52\x99\x14\x36\x93\x52\x99\x14\x4e\x85\xaa\x25\x15\xb6\xfc\xf5\xe8\xfb\xb4\xa7\x62\x49\xa9\xda\xdc\x86\x33\x99\x50\x7e\x69\xfc\x34\x85\x05\x5c\xf2\x70\xb5\xa4\x18\x9c\xc6\x5d\xd5\x60\x48\xfe\xa9\x09\x0b\x10\xdc\x21\xeb\xfa\xf6\xb7\xd4\xd8\x43\x69\x16\x0b\xa7\xfe\x36\x35\x8c\xd6\xd4\xa4\x71\x97\x62\xfa\x88\xbc\xb2\x9c\x7f\xc2\x66\x87\x72\x8e\x00\xb6\x1a\x4a\x31\xf2\x39\xbe\x8f\x8c\x4d\x91\x1c\x76\xc1\xa0\xd7\x85\x67\x5f\x24\x23\xcf\xba\x48\x62\x90\xdb\x95\x10\x84\xaa\x95\xfb\x4f\x4c\x5f\xd7\x88\xed\xbb\xa4\xf4\x0e\x74\x6b\x9f\x84\xca\x8f\x32\xb1\x2b\x2f\x22\x85\x1d\xf7\x49\x28\xfc\x85\x06\x65\x9e\xeb\xbc\x2f\xf3\xdc\xc2\x00\x5c\x23\x30\x66\x8f\xdd\x18\xe8\xac\xe8\x3e\xcb\x4e\x12\x59\x65\x9f\x75\xd1\x64\xca\xf6\x59\xb6\xa7\x8d\xef\x05\x64\x8f\x31\x61\x9f\x65\xd9\xc9\xb5\xb3\xcf\xb2\x45\xe5\xaa\xdd\x67\x5f\x95\xf4\x27\x6b\x59\x98\xd5\xae\xea\x4a\x44\x98\xee\xb3\x2c\x4f\x95\xfe\x75\x53\xe6\x9e\xdb\x17\x99\x3f\x62\x73\xd9\x17\x8f\x37\x13\xb8\xf8\x7a\x61\xc9\x0c\x5c\x46\xda\xdb\x17\x67\x6d\x62\x51\x16\x5b\x65\x98\xe4\xe5\xcd\x04\x91\x41\x2f\x76\x80\x7c\x7a\x51\x52\x6e\x66\x75\xb1\x0b\x9e\x36\x57\xdf\xa5\x2c\xcc\x2a\x7b\x47\x14\x8e\x5d\xb2\xfe\x00\x69\xb2\xaf\x72\x54\x67\x33\xef\xeb\x6b\xde\xc8\x20\x54\x27\xf4\x13\x52\xbd\xaf\xb2\x6f\x14\x5a\xb0\xc9\x85\x2e\x2e\xfd\x1f\xb2\x2c\xa6\x2f\x8c\x7a\x15\x8a\x9c\xb5\xdd\x6c\xdc\x48\x8f\xdb\x5b\xf7\x2f\x2d\x6c\xef\x7d\x97\xb9\x74\x1e\x0e\xa2\x25\xf7\x4d\xf7\x1d\x64\x1b\xe8\xbc\xe4\xc2\xdb\x25\xbb\xcf\x4b\x58\xd0\x2e\xe1\xfd\x53\x36\x66\xdf\x6c\x35\xe3\x10\xfd\xc4\xf7\x0d\xf1\x6e\xdf\x64\x28\x60\xae\x8b\x95\x61\x5a\x28\xf6\xd0\xc6\xf8\xb7\x17\xdf\xba\x99\x99\xe2\x5b\x37\x12\xe9\x2e\x94\xf2\x0c\xa8\x63\x2f\xef\x2d\xcb\x27\xa7\x7f\x08\xa5\xc5\xc5\x05\x98\xad\x9f\x58\x5c\x70\x88\xec\xd5\x15\xae\xc2\x4c\xf6\x6a\x5d\x98\x17\x54\x8a\x97\xf5\x14\xb0\x63\xe9\x91\x12\x77\x67\xe5\xe6\x8e\xdc\x2d\x97\x66\x2e\x5b\x11\x24\x37\x74\x3b\x31\x60\x64\xaf\xbd\xc9\x0f\x38\x68\xcf\x37\x5a\x3a\xb4\x29\x7b\xa5\x3d\xf9\x01\x07\xed\x5d\xa6\x20\x6b\xd5\x7c\x81\xd1\x81\xe2\x2c\x73\xa1\xed\x5d\x6e\xb8\x28\x36\xbb\x2c\xd9\xe3\xf3\xec\xb2\x60\xd1\x53\xf6\xbe\x89\xfd\xa7\x03\xe5\xfc\x23\xb2\x6d\xef\x0a\x1b\x63\xf7\x74\xe1\xbf\xe0\x06\xdd\xf7\x1d\xff\xcb\x09\xc6\x76\x34\xa6\x98\x19\x32\x44\x98\x25\x18\x72\x98\xfc\x2d\x46\x68\x97\x38\xdc\x40\x24\xef\x43\x98\xd0\x48\x90\xbb\xa4\xe1\x3e\x16\x7e\x90\xa2\x13\xb1\x69\x1f\x56\x74\x32\x3c\x03\x8c\xd9\x64\x3f\x51\x78\x5d\xd9\x63\xc3\xb7\x01\xed\xc9\x37\xc2\x49\x18\xf7\x8f\xf9\xc1\x01\x76\x31\x43\x78\xc8\x2e\xe6\x0d\x07\x78\x2d\xd6\x8c\xd8\x16\xeb\xc6\x0b\xca\xbc\x12\xc9\x7b\xdf\x65\xb5\xe5\xbc\xef\xe2\x18\x91\x27\x76\x49\x92\x9f\x04\xa5\xbb\x01\x17\xa4\xc2\xdf\x6d\x8d\xae\x9f\x1f\x1c\x9a\xc2\x1a\xda\x1c\x4d\x16\xc2\xdd\x88\x0b\xd2\xe7\xef\x46\x5c\x50\x48\x76\x37\xe2\x62\xf9\x7c\xf2\x72\x15\xc6\x21\x23\x28\xb7\x80\xec\xd3\x9f\xdc\xe8\xbb\xca\xe4\x74\x32\x79\xee\x87\xad\x72\x1c\xb6\xc3\xd6\xc5\xbc\x20\xf8\x44\x2a\xcc\xb7\x5d\xf2\x62\xc1\x49\xb2\x3b\x79\x1e\x6a\xe4\x7e\x3a\xb3\x41\xfa\x3c\x05\x6d\xe0\xd1\xe9\xd3\xb9\x02\x54\x5b\x93\x30\xcd\xdd\x95\xf5\x97\xc8\xcc\xfb\x25\x9f\x2f\x97\xe3\x65\xe9\x29\x2d\xaa\x6e\xfe\x27\x0f\xce\x2e\xdb\x6f\x07\x85\xbc\x0b\x4e\xb1\x11\xbb\xbd\x5f\x3e\xe3\x5c\xe0\x3f\x11\x70\x25\xf6\x74\x57\x98\x1e\x11\xb7\xbb\x45\x40\x8c\x93\xbb\xe3\xf2\xe0\xa5\x8e\xcb\x63\x8f\xdd\x96\x79\x32\x8f\x8e\xd3\x63\x69\x94\x4f\x61\xdb\x3e\x2f\x0c\xc3\xa3\x78\xe3\x25\x8b\x26\x25\x44\xb0\x0d\x6f\x69\xb2\x11\xfe\xf7\xdb\xee\xa2\x4e\x93\x72\x17\xb1\x76\x8f\xcc\x7f\xcc\x82\xcb\xda\x77\xe6\x49\x56\x5d\x0a\x91\xec\x8f\x59\x65\x66\xc5\x90\x09\x38\x9f\x91\xc1\x9f\xb5\x93\xd5\x77\x7c\x9e\x8d\x1f\xa8\xfc\x60\xde\xf9\xaf\x87\x63\x92\xd1\x28\xff\x1f\xc2\x4c\x94\x5c\xd6\xc7\x64\x49\xba\xe7\xd9\x7b\x61\xe4\x59\xac\x2f\x24\x1e\xc2\x12\x97\x1c\xed\x63\xf2\x09\x28\xfc\x20\x30\x31\xd6\xc6\x43\x20\x8b\x92\x59\x3c\x04\xb2\x28\x61\x77\x87\xc1\xc6\xf1\x87\x1d\x3f\xd1\x71\x01\xc9\x79\x18\x6c\x9c\x49\x3d\x8c\x27\xce\xee\x3d\x66\xa3\xb5\x23\x6f\x1c\x4a\xcd\xc0\x0d\x7a\x38\xa7\xf6\xa0\x01\x49\xe3\x85\x01\x48\x1a\xcf\x7d\x76\x28\x4f\x1c\xa6\xf8\x63\x96\x3b\x9c\x29\x9d\x9d\x1e\x35\x7b\xfb\x10\x46\xa3\x47\x7d\x3a\x94\x74\x9b\x7d\x75\x28\x71\x1c\x47\xfe\x50\xe2\x38\x14\xe9\xc3\xf8\xe4\x1c\xaf\x63\x11\xfa\x37\xbb\xe0\x50\x31\x9a\x82\x73\xfb\x58\x6c\xb9\xe2\xd9\xc2\x4e\xe1\x0b\x93\xf8\xa7\x0b\xe8\x50\x9e\x39\x4c\x03\xc7\x22\x70\x70\xee\xeb\xc3\xe0\xe6\xc2\xf0\x3c\x1f\x90\xaf\xdb\x2f\x27\xf7\x58\x7d\xfb\xf1\x2c\x43\x1e\x83\x53\x2a\x39\x8c\x15\x87\xc1\xd1\x11\x30\x0f\x83\xa3\xc3\x00\x0f\x83\xa3\x73\xbb\x1f\xab\xd6\x37\x6c\xfb\x58\xdf\x1a\xca\x34\x28\x82\x62\x78\x3d\x36\x19\xee\xd8\x00\xc6\x64\x90\xc0\xf0\x90\x44\x5a\x06\x7b\xce\x68\x66\x26\xd8\x68\x66\x48\x56\xc5\x4e\x0a\x24\x1f\x9b\x82\x82\xd9\x01\x82\x68\x50\x5d\xe2\x50\x05\xcf\x35\xa2\xe4\x61\x34\x74\x58\xf8\xb1\x49\xff\x5a\xf9\x5e\xfa\x17\x4b\xb0\x49\xff\x5a\x79\x5f\x56\x0c\x76\x88\xd1\xd2\x91\x08\x8e\x22\x85\x32\x32\xe2\x51\xe6\xdf\x73\xd4\xb1\x43\xb5\x72\xf0\xe2\x1c\x45\xb1\x3a\x11\xd9\x8e\x62\x21\x93\x33\x50\x4c\x70\x3a\x2c\x26\x30\x1d\x54\xeb\x4f\x21\x40\xe5\x34\x37\x0e\x75\xb5\x0f\x22\xde\xaa\x43\xf5\x34\x01\x84\x1c\x55\xae\x7d\x36\x51\x95\x02\x98\xfb\xfd\xa8\x72\xed\xb3\x09\x55\x4f\x13\x7c\xc5\x61\x38\x34\x87\xba\xfa\x22\x8e\x6f\xeb\x30\xde\x99\x5d\x57\xad\x11\x66\xca\x04\x77\xfe\xe0\x88\x0f\x15\xd0\xdc\x72\x2b\x1e\xcd\x24\x65\x0a\x9a\xa5\xa2\x34\xd0\x4c\x51\xa6\xac\x99\xa2\x50\xf8\x13\xab\xb7\xb9\xd1\xbe\x28\x82\x8f\x35\x51\xf4\x79\xee\xfa\x3f\x33\xd2\xde\x4b\x37\x0d\x1a\xc6\x0c\x64\xe4\x30\x6a\x39\x1a\xcc\x61\xd4\x32\xb1\x9c\x87\x50\xcb\x54\xa5\x3c\x5e\xdb\x2d\xfb\xb4\x5b\x49\x62\x63\x09\xb5\x0c\x5e\xfb\xe8\x46\x16\x0c\x06\x61\x64\x41\x8c\x7e\x47\xf7\x25\x09\xb3\xea\xba\x24\xa3\x06\x1f\xaf\x3d\x98\xbd\x33\x8c\xcf\xe6\x7c\xca\x1e\xfc\x41\x3c\x1c\xae\x5b\x19\x7b\xc8\x31\x3c\x95\xb4\x60\xed\x9c\xf3\x39\x44\x68\x64\xa2\xc3\xb6\x5f\xc2\x26\x8f\xe1\x8b\x98\x5b\xca\xa6\x5e\xe2\x8c\x8f\xf1\x52\xca\x27\x96\x06\xf2\x82\x50\xcd\x28\x0d\xc7\x2e\x55\x9c\x7b\x6a\x37\x15\x6c\x69\x97\xa4\xfc\x30\x3a\x63\x43\x80\xcb\x1f\xc6\x6d\x10\x83\x7a\xec\xd6\xb5\x69\xc2\x76\x17\x0e\xb2\xeb\x49\xe2\x71\x3c\x5c\x3e\x92\x5d\x2c\x41\xb9\x91\x3a\xf9\x38\x14\xbf\xc5\x41\x71\xb1\x48\x5c\x90\xc7\xe1\x14\x4c\x6c\xfc\x9f\x14\xbc\x11\xd1\x79\x1c\x36\x21\x70\x74\x0e\xe3\x1b\xd8\xaa\xa7\xb9\xc1\x9f\xd2\xf2\x1c\x82\x6c\xa0\x4c\x1d\xa7\x07\x98\xb5\x73\x0c\x1e\x78\xb7\xc3\x35\x1f\x61\xb6\xa7\xcd\xf6\xf0\x82\xd3\x66\x7b\xb8\xcf\x29\x13\x06\x14\xbd\x80\x0c\xb8\xcf\xe9\x2b\x9d\x3b\xca\x05\xea\x41\xe5\x1c\x2e\xf2\x88\x25\xf8\xb8\xac\x4e\xb0\x56\x2e\xea\x48\x01\xee\xc3\x45\x1d\x3b\xcf\x86\x26\xb0\x56\x97\x2c\x10\x9c\xbe\xcb\x48\x7a\xf6\xf5\x0b\xa9\x60\x62\x5f\x48\x05\x9b\xee\x72\xf0\x3b\x3b\xdd\x85\x20\xf9\x42\xe1\x7c\x9f\xcb\xdc\x75\x20\xb1\x78\x1f\x2f\x28\x83\xc9\x51\x80\xdf\x47\xb8\x78\x31\x19\x4c\xd6\x2d\x63\x0c\xc7\xf5\x7e\xd5\xa6\x0c\xdb\x95\x21\x09\xc8\x3b\x6e\xcd\x04\x5c\xe5\x05\x69\x20\x55\xde\x06\x93\xc0\x67\x6e\xe7\xcd\x8f\xce\x7a\xbc\x10\x0b\xae\xc8\x17\x62\x81\x98\xf1\xd8\x5e\x83\xdc\x60\x48\x05\x84\x3d\x36\xcf\x20\xaa\x1a\x63\x01\x6a\xfb\x78\xac\x11\x40\xea\x63\x7b\x0d\xb2\x87\x04\xf2\x4f\x9e\xad\xe3\x85\x61\x70\x53\xaa\x5a\xe4\x87\x77\xbd\x28\x8c\x1c\xd9\x73\x32\x52\x3b\x97\xf5\x39\x39\x9a\x60\xe3\x07\xd3\x1a\x01\xf2\x9c\x5e\x5a\x7b\x7e\x30\x2e\x63\xe5\x0d\xdb\xa6\xb2\x81\xcf\xc9\xc4\xd3\xab\xf1\x24\x11\x3a\xcf\xc9\xb6\xa9\x42\x13\x2f\xad\x5b\x7e\x50\x98\x44\xe5\x59\x61\x12\x39\xa8\xe7\x64\xd5\x76\xa3\x4f\x93\x1a\x31\xe5\x9c\x4d\x6a\xf8\xd7\x39\x6b\x37\x76\x5e\x78\xc5\x82\x10\x36\x3b\xeb\x7a\x98\xcd\x39\x1b\x5f\x02\x61\x82\x7a\x34\xe2\x8c\x4f\x43\x3d\xd0\x40\x4e\x43\x3d\xb8\xc9\xcf\x59\x8e\xaa\xd8\x37\xce\xd9\x36\xb6\x08\x13\xe7\x62\x48\x4a\x04\xc2\x73\x99\xf5\x45\x5a\x58\x8c\x48\xc9\xb2\x9f\x3f\x91\xbe\xa0\x4b\x9e\x46\x82\x7c\xe6\x7b\x71\xc0\x75\xd8\xd8\xb9\x28\x95\x66\xee\xde\x73\x71\x4e\xc9\x30\xe2\x73\x79\x29\x0d\xe9\xc2\x8a\x00\x55\x3e\x85\x15\x01\x3b\x7e\x3a\xa5\x1b\x39\xe1\xce\xe5\x25\x3c\xa3\x5a\x4d\x17\x4b\xb6\x3a\x41\x64\x2e\xe7\xf3\xad\x97\xcf\x6c\xae\x8a\xe6\xc8\x21\x3a\x57\x15\xfd\xd8\x68\x61\xb8\x53\x7e\x38\xfc\x03\x5f\xbc\xc3\xca\x54\xac\xca\x7c\xc9\x36\xf9\x89\xe3\x05\x5c\xc3\x29\x71\xbc\x7e\xd6\xeb\x27\x8e\x7f\x2a\x5f\x9f\xb2\x0f\x7f\x14\xf1\x73\x33\xee\x86\x6d\xb3\xbd\x8a\x76\x66\x5b\xf6\xe0\xa5\xcf\xb4\x61\x24\xce\x4c\xaf\xbb\x7f\xf8\x13\x8c\xfb\xdc\x8c\xcb\xe1\xeb\x4b\xcf\x19\xf2\x4f\xe0\x2e\xf8\x2f\x4e\x41\xa4\x2b\x41\xfe\xa7\x20\xd1\x2b\xa9\x10\x4f\x99\x97\x57\x72\x09\x9f\xc5\xd9\xed\xc2\xf2\xce\xe2\xa4\x97\x33\x8d\x3a\xc7\xe5\xcc\x27\xbb\x7f\x08\x95\xb2\x2f\xaf\xa4\xb2\x3d\x65\x5f\x5e\x97\xcf\x38\x8c\xc9\xad\xf4\xf2\xfc\xf7\xbf\x42\xcd\xc3\x53\xf6\x66\x6a\x28\x9e\x55\x3e\xda\x5c\x07\x67\x55\x5e\xcb\xdc\xbe\xa7\xb2\x62\x70\x89\x9d\x42\x62\xaf\xa4\xa8\x3b\x95\x15\x63\x25\x47\xdd\x59\x5f\xa4\x50\x26\xcf\x69\x31\x10\xa5\x4f\x65\x66\x5e\x89\x62\x38\x95\x27\x83\xcc\x61\x67\x7d\xa9\x60\x14\xb7\x5e\xe0\x59\xa8\xa8\xc2\x1e\x52\x9e\x8c\x4a\xcd\x9d\x53\x05\x73\xb0\xa4\x9c\x4e\xc4\xcc\x54\x3a\x33\x06\xf8\x81\x53\x66\x71\x52\xd1\x9e\x4d\x70\xa0\x08\x8c\xe7\x2b\x9f\xc7\x49\x76\x2a\x94\xb1\x20\x85\x9e\xcd\xc6\x1b\x5a\x74\x01\x3c\x66\x46\x86\xec\x8f\x41\xe9\xec\xb2\xde\xb0\xed\x6c\xc8\x8e\x2c\x7d\x76\xef\x19\x26\xa6\xcb\x7c\x13\x21\xf5\xec\x32\xe5\x41\xb5\x2d\xd7\x10\xd5\xe5\xc9\x65\x88\x5d\xbe\xcf\x48\xda\xa7\xab\xd0\xa3\xb5\x9c\x43\xa0\x25\xe6\xd5\xc6\x6a\x68\xb2\x6d\x1a\x3e\x68\xdb\x34\xb3\x34\x14\x7f\x92\xeb\xf1\x1c\x8a\x6c\x8e\x3e\x71\x0e\x29\xf7\x1c\xa4\x61\x3d\x6e\xe1\x03\xab\xbe\x7c\x20\xd5\x97\xfd\xbb\x0b\x68\x0f\x87\xdb\xe5\x4b\x65\x80\xbb\xac\x0d\x91\x0a\xce\x5d\x76\x44\xb8\x93\x32\x65\x7c\x94\x8b\x53\xd5\x69\x36\x80\xf6\xe7\x6e\xdd\x37\x24\x49\x6a\xdf\x88\xaf\x38\xf7\x77\xd2\x78\x43\x38\xf7\xc8\x19\xe7\x21\x18\x0e\xfc\xec\x90\x2a\xc9\x6e\x3e\x84\x7b\x67\x1b\x1c\x52\x25\xe9\xe0\x50\xec\x70\x64\xb8\x53\x76\xea\x4e\xfa\xa2\x53\xe5\xdc\x29\xac\x7e\x2a\x52\x70\x22\x63\xc8\x69\x60\x35\x11\xe3\xa7\x0c\xd7\x13\x81\xb8\xe7\xe1\x62\xb4\xb1\x02\x9f\xce\x9d\x41\x79\xbf\xf3\x7c\xfd\x12\xf9\xe4\x7c\x55\x89\x8c\x5b\x68\xeb\x8f\x1e\x76\xbe\x68\x6b\x46\x7e\xda\x72\xc5\xfe\x32\xda\x1a\xa1\xe3\x95\xe5\xd9\x70\x2f\xdc\x9a\xf5\x39\xcd\x0b\x3e\x6d\xda\x3e\xf5\xef\xf1\x7a\x25\xde\x0c\xf3\xb2\xbb\x08\x52\xff\xc9\xf6\x7c\x62\x89\x96\x73\x76\x29\x95\x35\x0b\x76\xd9\x6e\x1b\xe1\xf3\xbc\x2c\x2b\x85\xd0\x4b\xb2\x12\x33\x71\x59\x2a\xa4\x4b\x79\x01\xd8\x11\xaf\xd8\xfe\xb7\xcb\xe8\x56\x5e\x28\xb6\xc3\xfd\x6e\xd9\xb4\x7e\x5b\xd6\xc8\x68\xee\x57\xf2\xe5\x87\xdd\x77\x74\xc6\x7f\xbf\x97\x76\x66\xf5\x76\xb5\xce\xcf\x08\x5f\x37\x62\x7a\x15\x0c\x62\xc5\x1e\x71\x4a\x44\x5f\xa9\xdb\x77\x3e\x66\x67\x4c\xe3\x63\x7c\x4f\x8c\x32\xa7\x61\xd0\xe8\x96\xe7\xf3\x16\xe2\x0e\x29\x32\xa1\xaf\x85\xf3\xfe\x58\x95\xa7\x89\x61\x5c\x29\x3f\x38\x91\x0d\xa3\x38\xed\x3f\xc9\xfe\x78\x94\xe9\x39\xf6\x87\xf3\x8d\x3b\xfc\x47\xd8\x25\x01\x7d\x0c\x9e\x7f\x2c\x8f\xa3\x72\x39\x2c\x31\x23\xba\x14\x96\x88\x16\x7f\x4d\xdb\x7f\xff\x5b\xa6\x88\x65\x97\x84\xf5\x11\x7e\x71\xc9\xe4\x4e\x7a\xec\xeb\x27\xaa\x2f\x53\x24\xaa\x4b\x26\x78\xcc\x3a\x97\xca\xb5\x4c\x91\xa7\x2e\x95\x6b\x21\x53\xc1\xf5\x13\xdc\x17\x52\x1d\x5c\x93\x78\xfa\xa0\xbd\xeb\xf7\xff\xc2\x78\x64\x90\xef\x7c\x2f\x83\x7c\x6e\xf0\xeb\x27\xb5\x2f\x64\x46\xb8\x9c\xfd\x23\x72\xe8\x65\x83\x7c\x0e\xd8\x65\x83\x7c\x76\xdb\x35\xcb\xfb\x3a\xf3\x5c\xf4\xcc\xfb\xf2\xbe\x46\xb8\xbe\x66\x81\x77\x22\xa2\x5c\xb3\xee\xb0\xc8\xd6\x97\xec\xf7\x44\xfd\x5c\xb3\xe8\x5f\x18\xaf\xe8\x0f\xf3\xbb\x94\x6a\x99\xb8\xa5\xcb\x09\x45\x3a\xed\x9b\x7e\xfe\x17\xfd\x91\x68\xae\xc5\xf4\xa7\xff\x45\x0e\x89\x88\x61\x97\x52\x2f\x93\x99\xe1\x92\xec\x5f\x31\x68\x5d\x8b\xee\xb0\x46\x83\x0a\xd0\x6b\x34\x20\x6b\x6f\x54\xb1\x4b\xb5\x5b\x60\x06\x97\x0c\xec\x83\x0d\xb4\x3c\x7a\xce\x04\x2a\x46\x72\xb0\x21\xd7\xdf\x00\x07\x13\xa8\x18\xc9\xc1\x80\x7f\x52\xff\x32\xc2\xc9\x2f\x1b\xd4\xc3\x63\xaf\xd5\x77\x32\xff\xfb\x0e\xa6\xfd\xa1\xef\xb3\x00\x42\x76\xc3\xcc\x2e\xdb\xdb\x1b\xdf\x9f\x7a\x9f\xf6\xe5\x40\x88\x4d\xe2\xda\x3c\x7e\x9e\xe5\x20\x08\xb3\xbc\x36\x8f\x3f\xf3\xb1\x79\xfc\x3c\x6f\x7a\x4e\xff\x8e\x98\x0c\x3f\xbc\x36\xfb\x4f\x78\x16\xf0\x37\x0c\xe0\x72\x80\x64\xee\x9c\x6b\x7b\x71\x38\x7c\xf0\x93\x31\x3a\x2b\xbc\x3d\xbf\x67\x26\xd0\xe6\xf5\x68\x30\xd7\x4f\xda\xef\xe8\x16\x97\xe2\x21\x3b\x0b\xf0\x13\xfe\x3b\x61\x02\xd7\x4f\xf6\xef\x9d\x05\x2b\x96\x41\xd2\xdf\x4f\x15\xe8\x04\x1e\x5c\xb2\xb6\x83\xb9\xbd\x24\xf7\x57\x4a\xdb\x5f\x4e\x56\xd2\x78\x3e\xf5\x01\xcf\x76\xc7\x72\xa6\x94\xbd\xe4\x77\x97\xff\xe1\xbe\xb9\x8a\xc8\xe7\x40\x54\x79\x13\xa2\x70\x5f\x4a\x75\x42\xe5\xb2\xab\x9a\x5c\x9e\xe5\x3c\x88\x62\x7b\x09\x88\xdd\x59\x7f\xa5\x36\xe1\x32\xbd\x14\xab\x89\xd7\xf4\x52\xac\x66\x67\xbf\x0b\xa8\x0d\xa0\xe5\x52\x6c\x26\x41\x16\x57\x35\x71\x3c\x7b\xf9\xd2\x7f\xd3\xf2\x45\xdb\xbf\x9a\xce\xcf\xe7\x7f\xd1\xc3\x76\x68\x72\x45\x47\x4c\xbf\x9c\xd5\x24\x37\xcc\xd5\x14\x56\xc8\xfe\x77\xe8\x26\xab\x61\x1c\x37\x0c\xc7\x38\x6e\x16\xa3\x59\x3c\xcc\xb3\x23\x37\xd9\xaf\x46\x6d\xd3\xbe\x03\x37\x73\xad\x5e\x0e\xdc\x84\xa1\x77\xf9\x4e\xd8\xdf\x5d\x9e\x06\xce\x57\x97\x67\x01\x7e\xd4\x2d\x84\xc1\xc1\xbb\x54\x99\x0f\x07\xea\xa6\x80\x67\x51\xd0\xe8\x51\x88\x11\x38\x5e\x17\xbc\x8e\x67\x07\x76\x32\xa2\x21\x81\x97\x2b\xc0\x81\x9e\xb4\xe7\x40\x4f\xae\x1c\xc1\xbd\xc7\xe7\xce\xb4\xc5\x1f\xb0\xff\x35\xec\x23\x85\x06\xd5\x57\x99\xb9\xa5\x84\xd4\x9e\x08\x52\xbe\x54\x5f\x05\xd5\xe7\x1a\x16\x78\x23\x7a\x5c\x32\xf0\x93\x6d\xfe\x32\x70\x9b\x88\x84\x6b\x57\x6d\x7d\x2e\xf6\xdd\x2a\x24\x1b\x77\x77\x76\xc5\x48\x44\xd7\xfe\x0e\x3b\xa3\x92\x72\x31\x91\xa8\xef\xda\x5d\x50\x0a\xde\xb3\xdb\x53\x11\xdf\xe1\xe5\xf0\x4f\xd2\x59\x5d\xbb\x5d\xf0\x5c\x60\x3f\x85\x64\x03\x5f\x7f\xc9\x8b\x40\xb8\xcf\xb5\xbf\x39\x18\xe9\xf4\x25\x3d\x4d\x1e\x22\x9d\x16\xe5\x55\x20\x8d\xc1\x75\x98\xf2\xf4\x70\x58\xd2\x43\x86\x90\x97\x81\x1c\x20\xd7\x4f\x63\xd9\xa8\xeb\x7a\x1d\x2f\xdd\xa1\x4a\x4e\x06\xea\x79\x5c\x76\x32\x10\x6c\x7c\x09\x7a\x43\x14\xfc\x75\xc8\x33\xc5\x7a\xbf\x0a\xcc\xc2\x0f\xf2\x3b\x71\x0b\x08\xda\x3d\x91\x64\xeb\x3a\xbd\x9e\xf0\xb5\xd3\x0e\x35\xf8\xf2\x69\x07\x0d\xa2\x86\x35\x1c\x7c\x11\xd7\xf9\x2e\x68\xc6\xfd\x53\x79\x36\x0a\x95\x5c\xe7\xbb\x7c\xd9\x13\xa7\xe9\xe0\xf9\xb2\x78\xca\x17\x5e\x1d\x98\xfb\x0b\xe8\x61\xd3\xc8\x39\xd1\xc9\xc9\x73\xfd\x54\x9c\x0d\xc8\xc5\x65\x0d\x07\x47\xdf\x25\x0d\xa7\x93\x94\xef\xba\xac\x32\x20\x24\x5e\xf6\xfa\xc0\x54\xae\x2e\x45\x8c\x4e\x95\x98\x97\x23\xad\x78\x50\x4c\x13\xd7\xf5\x2a\x6a\x99\x9a\xcb\xe6\x8f\x4f\x8b\x72\x66\xc1\x76\x2e\x1f\xc0\x3f\x25\xf1\xb9\x2e\x3b\xba\x38\xcf\xb7\xdd\x6f\x59\xbc\xdb\x61\x15\x70\x59\x25\x2e\x04\x37\x72\xdd\xb6\x22\xb2\x27\x6f\x2b\x1f\x9c\xdf\xdb\xf5\xa8\x60\xa4\xb7\x27\x05\x4e\xae\xf0\x53\xd0\x30\xd7\xed\x49\xc9\x96\xba\x5f\x57\x14\x4d\xca\xf3\x84\x68\x67\x08\x11\x41\x6c\x97\x20\x44\xe0\x71\xae\xc7\xe1\x22\xec\xeb\xe7\xa5\x2b\x7d\xfc\xd4\xac\x0d\x13\xcd\x25\x2d\x6b\x02\x6b\x7d\x3d\x72\xa0\x21\xbe\xbd\x4a\x16\xa7\xf7\x79\xe9\xcc\xdc\x3d\x2f\x9d\xbc\x21\xba\x58\xba\xc7\x74\xc1\x90\x1f\x81\x84\x11\x01\x0d\x54\xfa\xc8\x84\xf2\x8b\x74\x92\x40\x5d\x46\x2a\x41\xe9\x3d\x19\xb1\x97\x4d\x7a\x4f\x2f\x0b\x9f\xf3\x83\x82\x7d\xb3\x3e\xb7\x52\x79\x23\x87\xde\x93\xd0\x78\xa1\xeb\x7e\x4b\xc3\x84\x2d\xdd\x93\x1d\x6a\x9d\x37\xec\x50\xfb\x34\x69\x87\x5a\x18\xd7\x6d\x1f\x06\x65\x24\xef\x9f\x36\xb4\x21\xcc\xde\x76\x61\x84\x0f\xdd\xb3\xcd\x0b\x99\x9a\x7b\xb6\x43\x2d\x3b\xf5\x9e\x6d\x5e\x18\xfc\x60\x8f\x5a\x6e\x96\x7b\x36\x12\xf1\xd3\xe8\x6b\x80\x08\x25\xb3\x3d\x66\x83\x5e\xec\x3b\xa4\x4d\x93\x9a\x03\x7d\xff\xb4\x9e\x8d\x2b\xfc\xfe\x69\x3d\x1b\x42\xce\xbd\x18\x52\x99\xcd\x7e\x2f\x26\x64\xf0\xc3\xaa\x2f\x32\x35\x0a\x7f\x9d\xd7\x4f\x13\xc5\x3f\xf0\x86\xec\x3d\x84\x8d\xde\x8b\xbd\x4e\xd9\x16\xf7\x62\xaf\x53\xa5\x93\x43\x86\x90\xd0\xb1\xbc\xfe\x34\xbe\x90\xe5\x24\xc7\xf8\x5e\x64\x39\x61\x76\x9d\xed\x1b\x24\xc8\xbd\x2a\xca\x99\x5d\xb4\xca\x5a\x12\xbe\x74\x3b\xd7\x37\xb6\xfa\x7b\x55\x6c\x36\x13\xf1\x53\x8f\x3e\x92\xc4\xbd\xda\xb7\x96\x53\x7f\xcb\x47\x82\xfe\x70\xaf\x36\xaf\xc4\xa6\x78\xaf\x32\x17\xb1\x7a\xab\xa9\x6e\x74\x61\x5f\x5b\x63\x0c\xc6\x81\x17\xc8\x92\x01\xa9\x43\x95\xa7\x81\x16\x3c\x0d\x99\xa6\xcd\xd3\x90\x53\x7f\x6f\x9e\x86\x8c\x69\xb3\x53\x31\x96\xd9\x5b\x5e\x16\xb4\xd4\xdb\x28\x7c\xec\x24\xf7\xe6\x79\x08\xd9\xce\x36\x1e\x31\xf5\x7e\xb3\x8d\x73\xa2\x37\x55\x87\xe3\xb4\x6d\xef\xea\xf3\x85\xa9\xcc\xa5\x72\xbf\xc9\xc5\x99\xb9\xe2\x58\xf0\xcf\x1b\x4a\x2e\xce\xbe\x7f\x93\x8b\xb3\x18\xc5\x8e\x36\x76\xd4\x9b\x4c\x9c\xb9\x2d\xf6\xb4\x31\x35\x65\xa8\x4d\xbe\x90\xa3\x8d\xa3\x53\x2c\xfe\xd6\x3f\xc5\xb1\xde\x6f\xe6\xf1\xca\x88\xe4\x6e\x84\xa5\xbc\x90\x7e\x0e\x81\x53\x91\xa3\xf0\xdf\x4a\x45\x4e\x28\xec\x5d\xed\x6e\x64\x66\xab\xa9\x66\x26\x15\x05\xf0\x09\x7e\xbd\xab\x4d\xad\xac\x96\xca\x61\x2e\x64\x18\xb8\x1d\x17\xb0\xf1\xfc\xba\xd8\x33\xd5\xd5\x7e\xba\x4c\x93\x02\x07\x3e\x62\xc5\x2d\xa7\xca\x42\xb9\x95\x5b\x4e\x95\x85\x7a\x27\xb7\x42\x0b\x16\xd2\x9c\xdd\x4d\x55\xd1\xa2\x2a\xde\xf2\xaa\x2c\x64\x48\xbe\x95\x6f\x7c\xa1\x04\xcb\xed\x68\x03\x6a\xa6\xdc\xca\x32\xb9\x50\x64\xe5\x6e\xa6\x2c\xfa\xde\xdd\x14\x01\xb1\xd1\x84\xad\x9b\x91\xe3\x6e\xb9\x66\x96\xbe\xd0\x84\xdc\x79\xf0\x88\x26\x77\x1e\xa7\xad\xd9\xd8\xb9\xf0\xc2\x23\x84\x60\x74\xc6\x5b\xa1\xb5\x4b\x5f\xf8\x61\xf6\x0f\xe9\xb4\x2b\x9f\x3c\x0b\x22\x5f\xcd\x4a\x65\x8a\xbb\x3b\x1b\x7c\x9c\xf8\xb7\xd4\xae\x95\xaa\x0f\xf7\x4f\xed\x2a\x1f\xbe\xd2\x9d\x0d\x20\xce\x8e\x5b\xee\x99\x4a\x18\xec\xfd\x53\xbc\x0a\x71\x4d\xf7\x78\x8d\xb4\x99\x2b\x61\xab\x3a\xb1\xb6\xf7\x90\x7f\x8f\xcd\x3f\xe4\xdf\xe3\xc0\x49\xf5\x5a\x29\x49\x75\xff\x54\xaf\x02\x98\xe3\x1e\x0e\xc9\x84\xb1\x08\x6c\xb5\x92\x73\xeb\x1e\x76\xf8\xad\x7c\xb2\xdb\xca\x1b\x42\x87\x1d\x7e\x2b\xa3\x90\xc3\x0f\xa6\x2d\xe5\xac\x53\xc0\xf4\x96\x6a\xd5\x80\x16\xdc\xbb\xcd\xbc\x8c\x53\x3e\x8f\x86\xd1\xfb\x76\xee\x97\xcf\xd5\xe2\xa2\xf1\x1f\xa6\x7b\xf9\x87\x90\xf2\x08\x56\xd1\xb8\x2b\x9e\xd5\xf2\x7e\xcb\xb3\xdb\xcc\x84\x3f\xca\x27\x36\x45\x5c\x78\x56\x55\x4c\xcf\x30\x9f\xd5\xc6\x4b\x9e\x2f\xd9\xba\xfe\x4d\xf7\xe3\x1a\x0f\xd4\xd7\x7a\x36\xdd\x4e\xe1\x26\xcf\x66\xe8\x47\xd8\xf0\xb3\xf9\xd2\x9d\x79\x43\xc5\x13\x06\x2f\x38\x6f\x64\x26\xf3\xd9\xde\xf3\xc1\x0f\xf6\xe1\x47\x35\x7a\xec\xee\xee\x8c\xea\xdd\x78\x8c\xca\x2e\xae\xcf\x1b\x8f\x37\xda\xbf\xb9\x7c\xe4\x11\x27\x68\xe5\xf9\x71\xf6\x0a\x97\x7c\xca\x62\xbb\x7d\x66\x4a\x9c\xbd\x11\x6c\xfd\xb8\x6c\x44\xce\xcb\x23\x50\x2a\xf8\xaa\xa7\xd8\x4e\xce\xfb\xca\x56\x30\x78\xb6\x1d\x9c\x1e\x65\x07\x1e\x7c\x2f\x3b\xf0\x60\x00\x8a\x52\x65\xc4\x55\xc0\x74\xe6\xb1\xca\x0e\x9e\x93\xf1\x38\xff\x40\x44\x97\xa7\xca\xec\x93\x2b\xf9\xa9\x32\x9a\xe4\x64\x3d\x46\xa0\x46\xae\x78\x8c\x40\x0d\xd3\x79\x54\x3c\x98\xa0\xcd\xc7\xf9\x05\xb8\x97\x1e\xd9\xa5\x5a\xff\x93\xd1\xee\x79\xfd\xd9\x01\x1c\x3c\xc2\x9f\x62\xf6\x7e\x9a\xb5\x00\x76\x56\x53\xa8\x60\x18\xd6\xd3\x9c\x02\xa8\xf0\x85\xe5\xef\x4c\x88\xf8\xec\xbc\x7e\x7e\xb0\xf0\x16\xe6\xf2\x34\x43\x84\xd8\x7a\x2e\x2b\x8c\x25\xe8\x91\xcb\x7b\x21\x3d\xf8\xd3\x8b\x6e\x8c\x74\xda\x7d\x1f\xb0\xb1\xba\x61\x11\x61\xe6\x4f\xef\xda\x69\xe9\x43\xe6\xac\x15\x24\xee\x63\x54\xeb\xa7\x0b\xa5\xef\x66\x33\xf7\x37\xc5\x5f\x9e\x2f\x6d\x2c\x7a\xbc\x75\xa6\x43\xa6\x32\xf1\xd6\x11\x73\xc9\x33\xec\x21\x4a\x07\x43\x1e\x92\x08\xe7\x8f\x22\xb8\x1a\x79\x57\x9f\x21\x17\x09\x43\x56\x89\x08\xa4\xbd\x67\xc8\x45\x32\x68\xf0\x3d\xe3\xf4\xb8\x8b\x6d\x64\x48\x43\x26\x78\x8e\xe3\x90\x0b\x81\xf7\xe5\x05\xe7\x3e\x7b\x64\xaa\xda\xf0\xc4\x3d\xbb\x02\x70\x3b\xcf\xb2\x21\xb2\xd9\x77\xd9\x10\x39\x4c\xbb\x02\x72\x39\x3c\xbb\xd2\x53\x47\xe4\x7d\x76\xd9\x48\x3b\xff\xdb\x6d\xcb\x66\x76\x4a\xb2\xfa\xe9\xe1\xf6\x24\xd1\x85\x54\x63\x68\x3a\xac\x1a\x33\x06\x47\x85\x51\x5c\xec\x91\x59\x6a\x7c\x9e\x5f\x61\x31\xa3\x38\x5e\x3b\x08\x6d\x1a\xb7\xd5\xf8\x41\xe5\x4e\x0a\x7d\x58\xfa\x60\xb7\x1d\x02\x44\xc1\xb6\x0e\x09\x1f\x85\x06\x8c\x2b\x62\x73\x1c\xbe\xd5\x37\xde\xf0\xad\xce\x0b\xb6\x4c\x66\xb7\x1c\x3f\xbe\x84\x49\xf0\x39\x1e\x6d\xbf\x50\xa5\x22\x73\x95\x1b\xe2\x94\x7f\x2a\x97\xe9\x73\x2e\xfa\x3f\x33\x7d\xae\x7a\x4e\x7b\xaa\x29\xb7\xc5\xce\xf9\x9c\x72\x8f\x74\xbe\x97\xbb\x8a\x95\x3a\xe5\xce\x61\xab\x9c\x72\xe7\xb0\x55\x4e\xef\xb5\x6c\x66\x95\x94\xfb\xdc\x58\x97\xdd\x39\xe9\x4f\x25\xe3\x3e\x13\x74\xd9\x81\xcf\x6e\xbf\x5e\xfb\x24\x3f\x3c\xe2\x8c\x19\xe1\x6d\x33\x5c\x80\x86\xcf\x6b\xb9\xa1\x89\xdb\x49\x33\x59\x96\xdb\xc8\x03\xce\xa4\x4d\x37\x6c\xd0\xd7\x74\xc3\xf5\x70\xdb\xa0\x05\xff\xbf\xdf\x2d\x4c\xaf\xef\x16\xa6\x0d\xeb\xd8\xf4\xf1\x78\x83\xe6\x8b\x17\xc5\xca\x41\x7f\xa4\x84\x31\xd7\x2f\x88\x95\x4b\x45\xc6\x9b\x85\x6c\x4e\xcf\x63\xe5\x25\xc3\x34\x66\x15\x80\xcc\xf3\x08\x26\xc8\x28\x1f\x41\x13\x38\x35\x02\xa4\x2e\xfd\x9f\x08\xd2\xa7\x69\xd2\x65\xbf\xe5\x59\x16\xa7\x7f\x3b\xbe\x4f\x2e\xc2\x96\x48\xca\x3e\xd9\x72\xb3\xcc\x7f\xb8\x87\xfa\x24\x6f\x78\x12\x5d\xf6\xc9\x25\x7f\xff\x9d\x86\x3e\x39\x00\x6d\xa5\xb7\xa6\xdd\xcf\xfb\xdd\xf4\x31\x5c\x79\x4f\xff\x49\x71\x7d\x72\xbd\xb6\x7f\xf4\xf7\x49\xee\xee\x69\xca\xff\x72\x67\xa7\x70\x6d\x9f\x14\x5f\x36\xfd\x5b\xa4\x3e\xc9\x80\x33\x2d\x19\xd0\xbc\x69\x00\x99\x0e\xbb\xaf\x57\xfe\xaf\x3a\x4e\x3c\xcb\x7d\xbd\x66\x7c\xb3\x82\x87\xd7\x8c\xc7\xee\xeb\x95\xf6\xc4\xaa\x07\xcf\x3e\x5e\x8c\xe7\x32\xc1\x35\x3f\xdc\xfa\x80\x0e\x7d\xbe\xd2\xc1\xf2\x9a\x83\xf3\xc1\xa2\x48\x95\x11\x8a\x17\x9b\xb1\xd7\x74\x21\xc3\x4d\x5f\x56\xde\x50\x99\xb6\x1e\x1a\x96\xfe\xdb\xc8\x73\x16\xc5\x76\x9c\x95\x49\x5b\xde\xab\x3f\xb3\xbc\x58\xb5\xef\x59\x37\x25\x2a\xeb\x49\x3e\xdf\x27\x25\x33\xd8\x52\x96\xad\x4f\xab\xb3\x7e\x6f\x99\x89\xd5\x89\x81\x18\xe7\xea\x8d\xc6\x0b\xdb\x7f\xff\xa3\xb0\x47\x9f\x56\x43\xf2\x32\x6c\x95\xcd\x98\x18\xf6\xea\xbd\xc4\xff\x43\x4b\xc7\xb3\x90\x11\x4c\xdc\x7a\xeb\x7f\xfa\x93\x44\xc8\x34\x6d\x92\xf8\x46\xde\x97\xa3\x79\x2c\xa1\xd9\x8e\x66\xc6\xe3\x4c\xbd\x2c\xc4\xa6\x5b\x9b\x93\x65\xbf\x31\x5b\xdb\x61\x59\x25\xf4\x17\x5f\x57\x1b\x1f\xa8\x48\x44\x4f\x83\xc5\xb7\x6e\xa6\xb4\xec\x3f\x46\xc9\xe1\x29\x2e\x54\x52\xf8\xc0\x5e\x92\x8d\x37\x7c\xf9\x7c\xba\xb8\xd5\x44\x9e\xab\xd2\xc6\x2e\xec\xff\xfa\x96\x0d\xcf\xa8\xab\xab\x1e\x6f\x19\x85\x2a\xa7\x4d\x49\xf0\xd0\x27\x57\x4a\x0b\xe2\xa1\x4f\xb2\x56\x4c\x6d\xca\x30\x64\x8c\x98\xd7\x4f\xb7\xb2\x6f\x31\xd5\x4d\x00\x29\xa6\xb6\x99\x71\xa6\xc5\xf6\x5e\xe4\xfc\xa0\x1a\x73\x23\x73\xd9\x84\x89\x1a\x19\xe4\x6b\x45\xe0\xdc\x37\x23\x84\x39\x77\x32\x0a\x74\x38\x55\x53\x2d\xb6\x2d\xe7\x4e\xb2\xec\xc4\xea\x39\xdb\x56\x42\xd0\xfb\xd4\x7f\x17\xf1\xc6\x76\xea\x92\xb1\x46\x68\xec\x72\xfb\xb3\x9d\xbb\x57\x37\x43\x56\xb8\x56\xb0\xbb\x7d\x72\x4d\x09\x06\xf8\x93\x6b\x6b\x72\xcf\xf6\xa9\x2b\x41\x1e\x73\x36\x26\x1d\x97\x10\xf0\x13\x4b\x6b\x2a\x9d\xf5\x69\x38\x69\x7d\xa6\xe4\x27\x85\xd6\x15\x3e\x3f\x9c\xf8\x21\xed\x0f\x83\xaa\x33\xde\xa1\x8a\xdf\xd0\x3b\x5e\xd1\x27\xcf\x36\xbb\xd0\xde\xa9\xf7\x33\x61\xe3\xad\xeb\x94\x67\xab\xdf\x34\x20\x8f\x6b\x65\x63\x29\xa4\xaa\x6e\x7f\x41\xc9\xf5\x69\x57\x55\x27\x16\x7c\xf7\xc5\x93\xde\x8d\xeb\xfc\x1c\x2e\x79\x5a\x6b\xe1\x59\x28\x8b\xc2\x68\xac\x36\x64\xb8\x3f\x09\xb6\x7e\xf6\xf0\xae\xfa\xe5\x6c\x49\x79\x55\x93\xe7\xab\x4f\x2e\x6f\xcc\x21\x78\xd3\x61\xf1\xff\xe6\x1a\x01\x79\x2e\x6a\x3f\xe3\x39\xde\x7a\x83\x59\x5f\xc9\xa6\x7d\x61\x87\x1e\xce\xcc\x91\x11\x4a\x16\xad\x30\xd8\xe3\x85\xc2\x65\x4e\x24\x7a\x82\x82\xee\x93\x64\xc7\x19\x8e\xf6\x93\x15\xa9\x9a\xd3\x27\xf9\x3b\xcb\x02\x0b\x3b\xcd\x62\x43\xd4\x29\xa5\xfc\xf3\xff\xd0\x73\x86\x74\xee\x7a\xe6\xfd\x53\x2c\x3b\x34\x29\xb9\xd5\x0c\xb7\x91\x70\x39\x71\x3b\x2a\xb9\xd5\x8c\xb8\x70\x4d\x6a\x2f\x8b\xa4\x64\x07\x33\xef\x5f\x82\xda\xd0\xff\x65\x82\x32\x03\x97\xaf\x8c\x10\x7c\x89\x1e\xc4\x15\xe5\x46\x98\x19\xdf\x65\x7a\x32\x61\xd7\xae\xef\x33\x5e\x95\x5b\x8b\xae\xd9\x27\xa5\xca\x9a\x39\xb3\x97\xa4\x93\xcf\x78\x45\x1f\xf3\xa5\xd4\x58\x33\xdf\xdf\x92\x56\x98\xdf\x5b\x60\x43\xae\x44\x65\xc6\x9a\x58\xb0\x9f\x68\xbc\x4c\xf0\x8c\x9f\x64\x4c\x9e\xe7\x3e\x29\x0b\x42\x5f\xd8\x13\x92\x6a\x5b\x67\xdb\xde\xba\x14\x61\x73\xb7\x2e\x41\xb6\xe5\x23\x78\x1c\xc7\xe6\x91\xfa\xc1\x3d\xff\x58\xfd\x48\x7b\x3f\x11\x77\xd9\xd8\xb5\x8f\x04\x42\x36\xed\x4f\xc2\x6d\x15\xd1\xe2\xb1\xcd\x0d\x36\xf3\x48\xa0\xe2\xe0\x3e\xbe\xc5\xe9\x70\xd7\x33\x1d\x1c\xbf\x67\x96\xf4\x11\x1e\x90\x73\xfd\x98\x40\xbe\x17\xda\x2b\x5b\x62\x9e\xa4\x5f\x65\x0a\x67\xe1\x3f\x6b\xae\xa6\x79\x12\xfe\x2f\x52\xca\x3c\xf9\xfe\x2b\xfc\x20\x89\x31\x77\xec\x6c\x11\x37\x53\x3e\xff\x9f\xb1\x33\x39\x9b\x5e\xd5\x81\x70\x2a\x37\x04\x9b\x99\xcd\xc9\xc5\x63\xfe\x21\xdc\xa7\xab\xf8\xf5\x7a\xf9\x2d\xdd\x6d\x03\x62\x10\x1a\x4a\xd2\xb6\x38\x0f\x3d\x98\xc2\x1e\xcf\xd3\xa7\x8c\x16\x64\x35\x2c\xf4\x60\x54\x7c\x4c\xea\xbe\x59\xda\xa2\x89\x15\x59\x15\x54\xee\xfb\x92\x25\xa2\x8d\x9f\x5c\x3b\xc2\x57\x37\xf6\xdd\xc2\x4c\x8e\xe7\xee\x72\x33\x31\x08\xe7\x55\x98\xb4\x38\xd5\x40\xcc\xcb\x6e\x4d\xa4\xd0\xc2\xa9\x17\x68\xe0\xd6\x33\x23\x78\xf4\x5c\xe3\xf9\xd5\x73\x7c\xff\x93\x63\xc9\x62\x36\x76\xe5\x55\x40\x34\xd9\x93\x70\x81\x71\x16\xf6\x24\x5c\x20\x0b\xe9\xbc\x0a\xc1\x0e\xf7\xd4\xd5\x1e\xff\x0b\xd7\x98\x68\x5f\x04\x4c\x06\x94\x4e\xbd\xf0\x17\x84\xc2\xd8\x85\xe2\x0c\xe4\xc7\xd8\x93\xa9\x8d\x45\x36\x8a\x33\x4e\xfe\x6e\x14\x67\x70\xc2\x5d\xd2\xef\x0c\xd7\xd7\xd8\xf3\x4a\x78\x1a\xf3\xe1\x34\xbd\x93\x19\x97\xf5\xb9\x86\x75\x7f\xec\x59\x79\x06\x5a\x50\x24\xa4\x66\x94\x8f\x1d\xbb\x90\x98\x23\x74\x95\x3d\x0b\x29\xd7\xe2\x7b\x67\x46\x48\x0c\x52\x12\xef\x08\x76\xbb\x97\xf2\xdf\xff\x66\x78\x80\xc6\xee\x44\x08\x21\x82\xec\x92\x80\x47\x28\x3b\x7b\x71\x09\x96\x49\x03\x1e\x11\x0d\x48\x9b\x0b\x19\x65\x2f\xaa\xbb\xc0\x24\x14\x8f\x38\x28\x2a\x1e\x71\x50\x60\x68\x66\xdc\x17\x7b\x95\x11\x75\xe7\x59\x58\xc5\x90\x79\x76\x43\x33\x83\x1f\xee\x55\xd8\xbe\x1e\xe3\x73\x26\x84\xc6\xff\x96\xd1\x62\xbc\xd5\xa9\xf5\x2a\x2f\x9c\xbf\x19\x61\xd3\xfe\x24\xec\x59\xd9\xf4\x3f\x79\x7a\x56\x8e\x59\x13\xb8\x8f\x4d\xa9\x4c\x09\x15\x6e\xf3\x13\xaf\x67\x65\x1b\x39\x31\x02\xa7\xce\x75\xe3\x26\xff\xff\x56\x60\xb0\x27\x54\x37\xae\x72\xc8\x94\x18\xa1\xb2\x0d\x5d\x17\x6e\x32\x1e\xa7\x98\x09\x31\x65\x6f\x46\xfe\xc3\x39\x6c\xa7\x0e\x19\x61\xff\x89\xe6\xb3\x72\x0c\x05\xa7\x8c\x64\x14\x63\xef\x02\xfb\xcd\x98\x81\x6e\x8a\xe2\x7b\xc1\x29\x23\x22\x67\xec\x5d\x53\xde\x79\xbf\xe9\xfd\xe8\xbf\x9b\x22\xfa\x93\xd2\xc3\xb1\xe8\x66\x86\x95\x06\x15\x67\xb5\xb3\xa8\x2a\x11\xf7\x39\x26\xc3\x9b\x24\xe6\x70\x08\x3f\x15\x42\xc3\xee\x7a\x70\x3b\x1c\x5b\x45\x86\x7b\x86\x79\x0e\xfb\x81\xe0\x75\xc3\x80\xb6\xb8\xa5\xf6\x21\x40\x5b\x08\x0e\xfb\x58\xa9\x7f\x62\x9a\x86\x75\xb5\x58\x88\xe1\x90\x1c\xe6\x7d\x2c\x5d\x8d\x37\x96\xae\x46\x9b\xa6\x2b\xfa\x5c\x76\xe6\xb8\xea\x76\xa7\xc9\xed\xcc\xfd\x5c\x8a\x57\x74\x32\x85\x68\x62\xb1\x9c\x18\xa1\xb3\x5f\x5d\x8d\x98\x03\xec\x9a\x19\x9d\x0d\x6a\xdc\x64\xe7\x04\x38\x31\x42\xa8\x31\xbb\xf3\xdb\x76\xf8\xb8\x71\x92\x9d\x3d\x79\xd8\x1e\xc1\x0d\x2a\x9c\xe4\x9e\x39\x15\x12\xd6\xf7\x0c\x63\x3a\x6c\xa1\xa0\x53\xf9\x26\x3e\x1f\xc8\xfb\xf7\x39\xa7\x4e\x70\x9b\x59\x90\x63\xa9\x9c\x31\x15\x32\x40\xef\x99\x36\x65\x70\xde\x33\x4b\xb4\x0c\xce\xb0\x3f\xd7\x7d\x8b\xb2\x2f\x63\x57\x51\x8c\xf9\x79\xc1\x98\x19\xb6\x96\xb3\x90\x65\xd6\x6c\x49\xf5\xac\xd9\xb9\x48\xa5\x0d\x1b\x5f\xf6\xbf\xc0\x11\xc6\xfe\x93\xf9\xeb\xe7\x56\x76\xd1\x64\x94\xaa\xfd\x5c\x96\x9a\xa0\x5b\x55\xe3\x3e\x17\xd7\xf9\xe8\x39\x26\x4a\x19\xcb\x3e\xd7\xf2\xb5\xe9\x39\x1a\xbc\x6c\xb6\x81\x47\xfe\x94\x88\xfa\xb9\xf7\x2f\xeb\xea\x31\x07\x97\x8d\x9c\x83\x16\xed\xd3\x1c\xd1\xe5\x25\xa8\x09\x4c\xef\x32\xd4\x24\x0c\x1f\xfb\xca\xaa\xcb\x4d\xf7\xd3\x33\xea\x47\x96\xb8\x0c\xb9\x19\xfc\xb0\xc8\x0e\x32\x7f\x9a\x46\x2d\x4c\xd4\x4f\xb3\xa8\x85\x51\xdf\x46\x69\x84\x1c\xba\xdf\x86\x2a\x84\xec\xbf\xdf\xcb\x37\x10\x4d\xde\xf6\x0d\xf0\xc2\x32\x29\x04\x1d\xaa\x4a\xd7\x18\xd4\xbd\x80\x09\x41\xd7\xbd\x1c\xad\xbc\xf1\xd8\xdb\xc5\xb0\x1c\xaf\x1b\x7d\x2a\x18\x6c\x70\x1f\x3c\xb6\x99\xc5\x64\xbb\xc6\x46\xe2\x46\x73\x69\xba\xca\x07\x0a\x36\x08\xf9\x7d\x57\xc9\x0d\x34\xbc\xfd\x19\x9a\xd9\x18\xe2\xaa\xdf\xcc\xf9\xb6\xe5\x1c\x19\xe1\xb1\xbc\x1d\xab\x6b\x85\x82\x93\xa8\xea\xcd\x03\xf9\xf9\x59\x35\xed\x83\xe6\x77\x9d\xaa\x68\xc1\x10\x47\x84\x86\xd7\x4a\x0f\xff\x37\x17\x30\xe6\x07\xf1\x56\x26\x4d\x70\xc5\x09\xc3\x17\x5c\x71\x43\x0a\x70\x08\x18\x0b\xf7\x5a\xcb\xfc\xf7\x7e\xda\xa4\xf3\x54\x9e\xad\x12\xe4\x78\x96\x8b\x23\x26\x3d\x29\x41\x2f\xa6\xa3\xa4\x04\xbd\x11\x81\xf0\x93\xba\x35\xbe\x14\xcf\xe6\x66\x35\x9e\xbd\x9b\x47\x3c\x1f\xda\x9b\xbc\x6f\x87\x7d\x88\xae\xc9\x46\xf0\x4c\x87\x0a\x69\x89\x2b\x31\x39\xa6\x2b\x08\x4c\xbb\x44\xeb\xe0\x53\x69\x97\xe5\xb1\x47\x07\x3f\x6d\xa1\xa4\x98\xe1\xb4\xdb\xe3\x12\x17\x60\x12\x64\x71\x8b\x72\x95\x23\xed\xb6\xd3\x07\x1f\x4b\xbb\x63\x24\x2b\x6d\xe8\x82\x63\x52\x95\xa3\x37\xaa\x2a\x8f\xf4\x53\x0f\x66\x65\x52\x85\x58\x8c\xa0\xd6\x91\x94\xb6\x21\xc2\x0b\x47\x4a\x9b\xec\x23\x31\x66\x95\xc6\xdb\x3f\xff\x27\xed\x92\xf8\x3e\x49\xd1\x64\x92\x95\xa2\xa1\x4d\x48\x50\x5a\xb5\xc8\x21\x35\x92\xd3\xaa\x21\x58\xa4\xe4\x9d\xcd\x07\x9a\xe5\x48\xf1\x3b\x92\xaa\xd9\xb5\xd8\x67\x29\x5b\x63\x89\x06\x94\xea\x0c\xe9\x34\x29\xd5\x19\x17\x78\xca\x3f\xcd\x71\xc6\x51\x4a\x32\x68\xcf\xd8\xa7\x49\xd5\xeb\x66\x1c\x84\xa4\x48\x2d\x2c\x84\xc9\x91\x5a\x6c\x03\xc9\xff\xe9\x33\x1e\xf9\x58\x91\x1e\x53\x96\xf8\x1c\x12\x45\x2a\x9b\xd6\x80\x67\xc9\x6e\xfb\x5f\x32\xf9\x8c\xb4\x94\x83\xa0\xa6\x54\x3d\xc7\x7c\xfe\x94\x83\x3c\x58\xb0\x22\xd1\x94\xd1\x29\x23\x2f\x9e\x9e\x54\x2c\x6a\x7c\x5e\xb0\xa8\x11\xa2\x67\x12\x7e\x70\xe3\xe0\x27\xe1\x07\xb7\xce\x18\xaa\x85\x0f\xa6\xa8\x5a\xf8\x60\xeb\x2f\x23\x7b\xa3\x0d\x5f\x1d\x93\x37\x7c\x85\x4e\xba\xf5\x5d\x32\x69\xf4\xf1\x5d\xc1\x0f\xc6\xfc\x85\xf2\x9c\x64\x46\x4f\x11\xd8\xfa\x63\xc8\x56\xb5\x62\xaa\x8d\xf1\xab\x30\x91\x66\xac\x5c\x5c\x0e\x49\xa0\xbf\x9a\x3e\x3f\x28\xdf\xe4\xa0\x09\xa7\x7f\x80\xaf\x48\xb8\xcf\xd8\xff\x93\x84\xfb\x1c\x59\xcc\x46\x72\xd9\xe7\x4c\x13\xf6\x0e\xc6\x94\xff\x84\xf9\x8a\xce\x9e\x84\xf0\x8b\xbc\x9d\x23\x75\xef\x60\x9e\xab\x36\x14\xcf\xd6\x97\x42\x61\x4b\xb2\xc3\x4f\xb8\x80\xb2\x09\xef\xcc\x7e\xb7\x81\x8a\x35\x76\xcd\xe8\xfe\x79\x43\xf1\x2e\xd8\xa1\xd3\x4f\x01\x68\x81\x00\x1d\xe9\x27\xff\xb7\xc0\x7b\x8e\xe4\x52\x79\x71\xc3\xa5\x9f\x3a\xd0\x02\x5d\x39\xd2\x4f\x1d\x68\x3b\x43\x1c\xb6\x83\xc7\xfb\x92\xed\xc9\x78\x3c\x92\x0c\xef\x1f\x6e\x39\x7c\x8d\x47\x87\xc3\x05\x6e\xe9\xe0\x51\x83\x31\x89\x32\xd4\xa3\x35\xa7\x65\xa8\x8f\xef\xe7\xae\xf6\xa3\xbf\x69\x4b\x71\x0c\xf0\x27\xe7\x53\x7e\x7e\xa4\x29\x97\x25\x8b\xf8\x13\xea\x1b\x32\x7c\x9a\xb6\x6c\x47\xff\x3f\x99\xbe\x21\x90\xa7\x79\xea\x39\x08\x9e\xbe\x3d\x78\xfe\x8d\xff\x73\xca\x24\xf2\xe3\xe8\x48\x87\x39\x71\xfc\x7f\xec\x7a\x3f\xfa\xff\x69\x00\xad\x73\x9b\x38\x13\x1a\xf3\x71\x14\xfd\x1f\xf4\xda\x54\xcf\x7c\x1c\xbe\xdf\xe1\x7b\x3f\x75\xa0\x7d\xf8\xc0\x21\x82\x61\x5b\x3f\x6d\xa0\x75\x38\xcf\x61\xd3\x14\x4b\x7a\x98\xe2\x98\x51\x29\x03\x8d\x2d\x20\x74\x4a\xa4\x17\x1e\xe9\xf0\x0c\x30\x00\xcf\x40\x50\x28\x55\xa1\xb1\x62\xb6\xf5\xb3\x25\x85\x44\x69\x9c\xc3\x53\x14\xc3\xa6\x96\xad\x3f\x66\xe4\xa7\x15\xb4\xce\x41\x96\x52\xd0\xd8\x71\xca\xf8\xd0\xa0\x47\x3a\x42\xe3\x8c\x9c\x5a\x61\x38\xe7\xa9\x18\x69\xe8\xf9\x29\x01\xed\xc3\x15\x4f\xd3\x1b\xf4\x29\xa5\x5b\x63\x87\x29\x1b\xc4\x98\x5c\xe6\x97\x97\x3c\x3a\xb8\xb4\xc4\xa1\xe7\xa4\x9f\xcc\xdf\xa2\x70\xd8\x48\x92\xf9\xfb\x80\xa9\x4a\x40\x1f\x89\x45\x5e\x68\x4c\xe6\xcc\x39\xd8\x52\xff\x0b\xde\x6d\xa4\x5b\x86\xf2\x30\xba\x26\xa1\x4e\x3e\xd2\xc2\x9d\xf5\x7f\x10\x70\x4b\x86\x0c\x33\x76\xb2\x63\xe0\xf3\xbf\x0c\xe7\xdc\x8c\xb7\xa2\xf4\x39\x63\xb7\x73\x6e\xb0\x05\xec\x19\x80\x33\xda\x13\x00\x3b\xbf\xe5\xe9\xc8\x3c\xcb\xf2\x1f\xf6\x80\xa4\x22\x19\x78\xc3\x93\x3d\x01\x1c\xc2\x47\xe2\x0d\x12\x98\x32\xb9\x15\xdc\x6b\x49\x45\x33\x36\x6e\x98\x47\x5c\x81\x3d\x67\xd7\x00\xc2\x84\x8a\x68\x20\xb7\x27\x15\xd1\xc0\x9f\x99\x1e\xb9\x3e\x98\x51\xd5\xc9\xd8\x91\x86\x9e\x53\xff\xf3\xbe\x5c\x1d\x85\xfe\xe5\xca\x61\x4f\x29\xf6\xa9\x15\xd8\xcc\x63\x8a\xa3\x81\xd7\x14\xf3\xac\x25\x65\x46\xe5\x59\xd8\x91\x30\x5f\xf9\x42\xd8\xd4\xaf\x08\xe6\xee\x91\x67\x21\x12\x6a\x8d\xf4\x6a\x49\x91\xe2\x5f\x5b\xb8\xd9\x93\xca\x2d\x31\x3e\xf2\xd7\xeb\x35\x8d\x39\x7f\x3d\x05\x3c\x6b\x0a\x38\x15\x4e\x0f\x87\x82\x97\x14\x06\x05\x20\x7b\xa4\x57\xe0\x2e\xee\x22\xa1\x71\x7a\x94\xc7\x1b\x59\xde\x07\xcc\x44\x79\xf3\x24\x8c\x78\xf6\xbe\xce\xf1\xec\x55\x6f\xf1\xac\x7d\x1d\xac\x32\xcb\x19\xb1\x85\xcc\x90\x9d\x7d\xa2\xf0\xbe\x1c\x5e\x71\x0e\xb2\xb2\x4f\xb4\x4c\xff\xca\x3e\x91\x19\xdf\x69\x7b\x05\x3f\x68\xd9\x2b\x1f\xc8\x2d\x1a\xdb\x32\x1b\x2f\x13\x07\x31\x1b\x2f\x03\xc1\x4b\x71\x08\xd9\x29\xef\xf2\xef\x04\x2b\xc9\xcb\xaf\xf0\xf9\x42\x0e\x9e\x58\xa5\xfc\x53\x24\x7a\x63\x0a\x16\x82\x66\xd0\x82\x70\x1d\xb1\xd1\x72\x92\x87\x27\x36\x56\x56\x11\xed\xc6\x1c\xa5\xa2\xff\xa3\x41\x6b\x0e\xc1\xcc\x72\x12\x49\x89\xf6\xba\xda\x8f\x35\xb2\x22\xd1\x69\x4f\x14\x31\xc7\x2a\xa2\xdd\x58\xa3\x64\xee\xcc\xb3\x08\x62\x8d\x7e\x7a\x46\x6f\x3b\xed\x49\xcd\x88\x6d\x99\x95\x00\x22\x02\xbe\x47\x56\x02\x88\x08\xf0\x1e\x59\x45\xb2\xdb\xce\xff\x72\xc1\x35\xbe\x97\xc3\x2a\x6e\x93\x2c\xb5\x23\x02\xd0\x47\x16\x8e\xa6\xb1\x07\x05\x72\x8f\xd4\xb4\x23\x4b\xed\x88\x00\xf3\x91\xb3\x8e\x49\xb0\xb2\xac\x04\x11\x83\xf9\xc9\xa2\x8f\x3d\xec\x92\xda\x08\x1c\x39\x8b\xc0\x10\x18\xb2\x32\x46\x44\x84\xfc\xc8\x45\xfa\x77\xa8\x76\xb9\x78\x01\xe3\x7b\x65\x8c\x88\x78\xf4\x91\x55\x1a\xb0\xed\x3c\x6b\x41\x39\x64\xc5\x0b\xf8\x27\x44\x5b\x2e\x3a\x21\xc1\x88\x73\x11\xf5\x71\x11\x64\xa1\x7c\x22\xf7\xf1\xc8\xaa\x13\x88\xdf\x3f\x17\xaf\x2e\xc4\x69\x75\x39\x61\x45\xbb\x35\xd1\xbe\x1c\xb0\x21\x5b\x64\xd5\x11\x8c\xc4\xc1\x23\x57\x4f\x06\xff\x6b\xf5\x83\xe5\x64\xd5\x11\x04\x05\x90\xab\x57\x3f\xfa\xaf\xde\xcd\xbc\x6f\x58\x01\xdb\xa3\xf9\xa6\xa1\x45\x23\x7e\x06\xeb\x21\x80\x4f\x8d\x68\xc3\x91\xdb\xba\xcc\xe3\x0d\xd5\xc2\xc3\xa0\x90\xad\x37\x70\x84\xa4\x37\x24\xce\xf4\x4f\x6f\x18\x58\x13\x72\x97\xe6\xcb\x24\xfe\xd4\x86\x34\x39\xc2\x5d\x9a\x2e\x44\x74\x79\xdf\xd8\x62\x5d\xbe\x46\x8e\x60\x97\xaf\x91\x23\x36\x64\x10\x81\x05\x0c\x8d\x97\x45\x51\x2e\xe5\x12\xf1\x95\x23\x0f\xa9\xe6\x0c\x70\xc8\xb9\xc8\x1e\x1f\x52\xcd\x59\x65\x65\x62\x9b\xf0\xa0\x21\x2c\xd8\xe7\x7f\x39\x4b\x39\xd3\x43\xee\x44\xd8\xe6\x10\x41\xf0\x20\x81\xd2\xe7\x67\x80\x22\x08\x26\xa8\x1a\x24\xf8\x3c\xb2\x22\x81\x0a\xf6\xef\xac\xcc\x6d\x93\x33\x30\xe5\x4d\x65\x9b\x28\x93\x5b\x82\x49\x09\xa3\x0e\x7c\x2f\x4f\xdb\x26\x62\xc0\xd3\x13\xc0\xf7\x5e\x21\xfa\x93\xbb\x98\x6d\x3d\xe5\x09\x84\x49\x4f\x4f\x40\xac\x80\x32\xbf\x15\xe4\x97\x3c\xbd\xa4\x34\xe8\x19\x88\x19\x3a\xe4\x50\x65\x49\x0f\x11\x08\xd7\x3a\x6c\x7c\x89\x0e\x0f\x6f\xc1\x18\xf0\x21\x02\x43\xde\xc9\x87\xb6\x20\x5b\xee\xd0\x16\xac\xfc\xaf\x15\xe6\xdc\x1d\x22\x90\x9b\xf3\xd0\x96\xfc\xf4\x2f\x6f\xf2\xa7\xfd\xcb\x5b\x8a\x01\x78\x8f\x32\x40\xef\xd1\x68\xf0\xd4\x92\xb2\x85\x24\xf4\xf7\x8d\x93\x7c\x2a\x98\x88\x4d\x6e\x29\x1e\xed\x3c\x9f\x32\xf7\xc0\x9a\x7e\x52\xfc\x18\xdc\xdd\x97\xbc\xa5\xdc\xdd\x97\xbc\xa5\x9f\x67\xb9\x83\x43\x11\xce\x97\xec\x9c\xe1\x8a\xcb\x97\xbc\xa5\x81\xe8\xca\x97\x6c\xcb\x8d\xf7\xe5\x1e\x0e\xf1\x28\x5f\x4a\x6c\xc3\xc5\x27\xe8\xf9\x87\xaf\xfc\x94\x84\x1c\x81\x91\x23\xab\xd4\xc9\xe0\x62\xbb\x64\x42\x64\x0f\x29\x99\x42\xfb\xdc\x6c\x97\x6c\xcd\xdc\x4c\x97\xed\x5d\xf1\xff\x2d\x04\x66\x68\xee\xf9\x76\x5c\xc4\xe4\x07\x39\x27\xc3\x13\x91\x6f\xd9\x37\xc2\x75\x91\x6f\x51\xc8\x55\x69\x70\x7b\x38\x4b\xf3\x6d\x0a\xf9\x5e\x36\xaf\x3f\x55\x66\x18\xf9\x16\xb9\x9f\xce\x45\xee\x67\x70\x72\x8e\x73\x13\xdc\xa6\x96\xf7\x95\x1b\x31\x1c\x2f\x59\x45\x57\x32\xff\x3f\xa2\x9e\x9b\xe5\xd1\x72\xd3\xfe\xa3\xe5\x66\x7f\xa9\x06\xcb\xa8\xfc\xaf\xc9\xe0\xe6\x7b\x44\x7c\x08\xf0\xf9\x11\xf1\x95\xef\x05\x4f\x40\x90\x7b\xcc\x02\xf8\x5e\xf4\x72\xcf\x3c\x4a\x63\x04\xcf\x7d\x2c\x27\xb0\x9f\xec\x4a\x60\x7f\x3c\x22\x18\x51\xf2\x15\xc1\x74\xf0\x7a\x7f\xc7\x80\x5e\x99\xbd\xe9\xe0\x15\xc1\x9f\xef\xb5\xfa\x61\x0d\xcb\xaf\x08\x86\x80\x57\xab\x8f\xdc\xf2\x2a\x93\x11\x82\xd8\xab\xfd\xcc\x25\xf1\x9a\x60\xbe\xf7\x02\xf3\x2c\x82\x61\x79\xaf\xea\x3e\x70\xde\x0c\x55\x62\x41\x5f\x9f\xe7\x7f\xcf\x65\xd3\x82\xc6\xad\x5b\x36\xa3\x1b\x78\xf6\x6e\xe6\xd9\x8e\xd7\x38\x50\x65\x13\x41\x61\x5a\x2b\x9b\x4a\x47\x05\x5a\xa0\x6c\x3e\xa0\x2d\x9e\x75\x40\x07\xcf\x82\x73\x7c\xbe\xf7\x01\x1d\xf1\x2c\x82\x3a\xed\x09\xce\x11\x13\x50\x36\x11\xc4\xff\xbb\x19\x54\x10\xb8\x7b\xc7\xf2\xac\x1d\x1b\xca\x48\xd9\xbd\x80\xd1\x9f\x50\x4f\x95\x15\x29\xf2\x5b\x34\xd0\x5b\x65\x5f\x08\x15\x9a\xf0\x9a\x30\x84\xcb\x0a\x4f\xcc\x91\xf0\xf6\x15\x40\x5a\x51\x2a\x85\x82\xa6\x5b\x54\xf0\x65\x7c\xbe\x90\x89\xb9\xb3\x4e\x72\x3d\x0c\x2c\x76\x25\x89\x2d\x14\x5e\x10\xaa\x84\x75\x49\xae\x67\xc8\xfb\xf2\x95\x40\xb7\xd0\xf6\x8d\xcb\xa5\x24\x81\x34\x82\xb3\x97\x2c\xc3\x7e\xdc\xe6\xe5\xa7\x32\xe4\xc8\xa9\x35\x4a\x96\xa1\x3f\x2e\xbb\xf2\x53\x19\x66\x64\xeb\x18\x25\xcb\xb6\x1f\xe2\x4a\xc9\xf2\x68\x85\x81\xa9\x64\x81\x36\x1a\xed\x09\xb4\xc1\x78\xb2\x4e\xc6\xe4\x7b\xf3\x41\xda\x3f\xf4\x3e\xe3\xd5\x04\x34\xda\xbf\xd4\x1f\xdf\xdf\x1a\x7f\xac\x81\x3c\x1b\x15\xa9\xbc\x64\x4d\x40\xdc\xce\xc5\x9e\x8d\x10\x5f\x8a\x3d\x1b\xc1\x9b\x4a\x11\xc1\x2c\xaa\x9d\x19\x9d\xef\xe5\xcc\x28\x7c\x2f\xdc\x4d\x48\x13\xa5\x88\x60\x8e\x5e\xb1\x7d\x68\xa3\x81\xa9\x0f\x78\x3e\x5c\x8e\x9b\x16\x45\x32\xbb\xa6\x08\x49\xc4\xde\x2f\x5a\xf3\x90\x2f\x4a\x11\xb2\x28\x98\x4f\xa9\xa2\x90\xc3\x5e\x85\x2c\x4a\x7f\xf2\xdd\x94\xaa\xe9\x08\xce\x5a\xe4\x26\xa9\x88\x6b\xa5\x7a\x3e\x62\xbe\x5c\x22\x06\x9b\x6c\xa9\xda\x01\x89\x67\xb1\x8e\xc1\x70\x56\xf9\xf1\x18\x7f\xd5\x16\xc8\xbc\xa0\x2d\x10\x12\x6d\x51\x52\xbb\xc8\x92\x37\x4a\xf5\x41\x9c\xf4\xe0\x09\x61\x02\x34\x21\x05\x1a\x7c\x06\xa2\x83\xe6\x09\x8a\x06\x95\xc7\x2e\xf2\xda\x8d\x22\x3d\xe7\x13\xfa\x53\x7e\x7a\x4e\x8e\x3c\x80\xa3\x34\xbb\x8a\x98\x04\x55\xa9\xc1\x0d\x5b\x16\x18\x2b\x46\x64\x30\x56\x68\x35\xa5\x0d\xcd\x32\xff\x7b\x4f\xc4\x29\x10\x38\x2b\xf2\xf6\x8d\xd2\xbc\xeb\x83\xe2\xa6\x5d\xbf\xf3\xbd\x28\xee\x0c\x58\x14\xc3\x88\x54\xc3\xa6\xc2\x36\xba\x95\x80\x30\xdb\x16\xb9\x73\x2a\xf0\xb4\xa2\x2a\x36\x51\x3d\x72\x14\x55\xb1\xa9\x30\xaa\x6e\x4f\x36\xff\x7b\xd5\x63\x4e\xbb\x7d\x7c\x74\x20\x8a\x0b\xdf\x6b\xd1\x43\x0f\x2c\xdd\xe7\x9e\xf7\xbd\xa6\xfc\x2f\x0a\xe1\x9c\xdd\xf5\xb5\x39\x97\x8a\xba\x18\x40\xd6\xcb\x48\x1a\x41\xb4\x20\xec\xd6\xdc\x3f\x3f\x78\xc8\xd1\xe4\xf0\x49\x65\x16\x95\xdd\x0e\x9c\x47\x19\x1e\x03\x0d\x98\xb5\xc4\xfb\x53\x70\x32\xf6\xa1\x0b\xda\x44\x44\xe5\x28\xff\x0a\xda\xc4\x2c\x08\xa8\x55\xc0\x1e\x15\x17\x38\xdf\xd9\x9b\xd3\xbe\x3e\xf6\xe2\xf4\x95\xf1\xf9\xc4\x88\xb3\x10\x2e\xca\x2a\x72\xc3\xe5\xfb\xd3\xb8\x0a\x3a\x75\x71\x7d\x73\x1c\x5d\xc5\x45\x6f\x76\x58\x86\x92\xe6\xa1\x35\x97\x95\x34\x8f\x0d\xab\xa4\x79\x28\x85\x65\x25\xcd\x83\x8d\xba\xdc\x79\x44\x22\x8f\xb2\xb2\xe6\x71\x13\x19\x0e\xb6\x73\xb7\x1d\x66\x35\x8d\x37\x3c\x19\x70\xc2\x95\x25\x8f\x5d\xe0\x8a\x93\x91\xbc\x66\x94\x95\x25\x8f\x7b\x7e\x65\xc9\xe3\x02\x39\x4c\x2b\xec\xd4\x11\xc9\xe8\x97\xe5\xb0\xad\x96\xd3\xb2\xf2\xe4\xc1\x61\x57\x9e\x3c\xc4\x93\x73\x51\x1b\x6f\x9c\xa6\x96\x95\x56\x48\x32\x4a\x61\x71\x59\xca\x8f\xac\x70\x1a\x49\x38\xf8\x41\xc0\x41\xd8\xe2\xca\x84\x07\x6b\x5e\xc9\xbc\xb9\xfc\x57\x32\x6f\xce\xc4\xe9\x65\x0c\x52\x1d\xe6\x41\xa0\x5b\x39\x0d\x17\x67\xba\x94\x2c\x0f\xf3\x47\xb9\xbc\xa5\xe3\xff\x95\x2b\x8f\x35\x5a\xb9\xf2\x98\xac\xcb\x88\x91\xe8\xf3\x12\x6b\xfc\x7c\xd0\xf4\xff\xf8\xd3\x6d\x74\x79\xc1\x61\xb4\xaa\xf9\x83\x75\xa3\x28\x8b\x1e\xba\x7a\xb9\x04\x1d\xe0\xee\x70\x96\xf0\x9d\x33\x7d\xad\x9d\x4c\x8b\x6b\x71\x63\x9e\x2f\x2f\x6e\x08\xff\xe5\xf6\xe2\x22\x03\xfd\x94\xc5\x4f\xc0\x50\xb9\x3d\x07\x48\xbf\x3f\xed\xb1\x60\xc2\x28\xb7\x17\x9b\x3b\xf0\x5e\xe9\x43\x62\x96\x9c\x76\x2f\x92\x4f\x8d\xb2\x32\x8b\x43\xb9\xf3\xea\x45\x3a\xaa\x51\x84\x08\x2b\x19\xce\xf0\x18\x7f\xc7\xae\x5c\x9e\x21\xf6\x98\x53\xdf\x81\x42\x2c\xc2\x80\x55\xf0\x95\xe5\x31\xec\x13\xf9\xce\xa0\xae\x8e\x40\xe6\x70\xe8\x0e\x97\x53\x6a\x3b\xe2\x60\x8b\x82\x9f\x2b\xba\xc5\x63\xb0\x06\xa7\xc7\xa9\xed\x3a\x07\xee\x35\xf4\x39\x46\xf5\x1a\xab\xc1\xd6\x37\xee\xab\xb3\x91\x5f\x47\x16\xc2\xa0\x9c\xca\xae\xc3\x5d\x9c\xca\xae\xb3\x06\xef\xe2\xee\x0c\xc3\xa4\xc2\x08\x9c\xdc\xae\xc3\x27\x5f\x93\x8a\xac\x68\xb8\x58\x67\xe5\xe5\xd6\xd9\x3a\xbc\xf7\x35\x54\x05\xf1\xf1\xa7\x99\x15\x42\x4d\xeb\xb6\x90\x2a\x33\x7e\x30\xb1\x85\x1f\x5c\x16\x3b\x7a\xad\x9b\x2f\xae\x90\xc9\xab\x43\xa7\xdb\xa7\x8d\xa6\x4e\x5a\x3c\x5b\xdc\xe0\xff\x61\xca\xf6\xf8\xc1\xb4\xc7\x75\x5d\x37\xd3\x9e\x18\xa7\x69\x8f\x73\x52\x8d\x2c\x8b\x1a\xd6\xa3\x6e\xa6\x3d\xf1\x86\x69\x4f\xf4\xb2\x60\x3a\x41\xc9\xee\x08\xe5\xd8\xf6\x55\x49\xf4\x22\x41\xc6\xa8\xfb\x9a\x8c\x68\x62\x57\xf2\xc6\x49\x0b\x45\x94\xc6\x20\x8c\x47\x8b\x02\x48\xa3\x2e\x3c\x5a\x08\x12\x75\x57\x36\x93\xc9\x17\x9e\x8b\x60\xa3\x75\xf7\x5c\x34\xbe\x30\xd2\x99\x67\x53\x1e\x4c\xb1\xee\xa6\x9c\x05\xd9\x4d\x79\x65\xd8\xa6\x3c\x44\x83\x9a\xbc\xec\x71\x14\xeb\x4f\x57\x2c\x91\x9c\x61\x54\x25\xd9\x8b\xe4\x0c\xa3\x3a\x56\x1b\x28\x43\x4d\x55\x2f\xd0\xe2\xda\xf1\xfc\xe0\x1d\x9f\xf8\xc2\x94\x16\x7e\x58\xab\x4e\x27\x6b\xc7\xd3\xc6\xda\xf1\xb1\x20\x69\xed\xe7\x58\x00\x97\xa2\xc7\xa0\x5f\xf3\xa2\x2c\x26\x38\x1b\x7a\x15\xa2\x40\x55\xf4\x76\xc3\x02\x5c\xb3\xd9\x10\xb3\x93\x7d\x36\x43\x62\xa9\xd9\xe3\x08\x81\xb8\xba\xd8\xfc\xa4\x4d\x63\xb4\x83\x4f\x55\xe7\xbd\xcb\x90\x52\x8c\xd1\x0e\x06\x50\x5d\x5e\x28\x92\x17\x8f\x5a\x84\xd1\x66\xff\x3a\xf1\x5d\xe6\xd8\x38\xc5\x52\xfe\xdb\x5d\x55\x8b\xb1\xea\xc1\xb5\xaa\xf3\xe2\x65\x36\x73\x11\xba\x93\xe9\x2f\xc2\xaa\x33\x0d\x3f\x4d\xb0\x4c\x8e\x4b\x31\xc0\xa9\x33\xe2\xcb\x99\x80\x18\xe1\xed\x3e\x69\x72\xcd\x4b\xcc\x75\xf5\x34\x04\xcb\xaa\xd5\x01\x61\x21\x67\xd4\xea\x4c\x53\x30\x07\x17\xbc\x27\xb0\xbb\x56\xcf\x03\x2c\xca\x15\xf0\x33\x27\x42\xae\xa2\x1d\x05\xa5\xba\x04\x7e\x54\x46\x1d\xb5\x1a\x97\x4f\x13\x76\xe6\x42\x8a\xc1\x75\x99\x83\x5b\x4d\x1b\x1b\x5c\x11\xe9\xf3\xd3\xa9\xb1\x28\x71\x13\xd5\xe6\x3d\xc0\x31\x6c\x6b\x0f\xc4\x04\x36\x23\x8a\x3f\x9f\x98\xf8\xc2\x1b\x6b\x13\xc4\x04\x36\x13\x5f\xf9\xc1\xc4\xb3\xbf\x9b\xd7\x39\x2e\x81\xda\xb4\x8e\x1c\xc4\x66\xd2\x38\x55\x2b\xca\x3d\x6e\xc0\xda\x94\xa4\x13\xee\xdb\xd6\x32\xc6\x0b\x7d\x2d\x63\xbc\xd1\xad\x39\x70\x4b\xf4\xb5\x48\xfc\xa0\x71\x0e\xb6\x57\xf7\x22\x71\x17\x29\xf4\x7d\xc7\x14\x51\x85\xb9\xdb\x07\x47\xc2\x99\x9d\x50\x44\xab\x30\x77\x3b\x08\xe6\xaa\xa0\x9b\x1d\x03\x52\x55\x74\x3c\x50\xd4\x3a\x9c\x90\x12\x76\xaa\x04\x79\x3b\xca\x6b\x55\xfd\xd2\x7d\x70\x2e\x86\x33\x73\x72\xda\x7f\xaa\x5b\x05\xa5\x5c\xe5\x84\xdb\x07\xd7\xd7\x30\xad\x3b\x9d\x74\x7d\x41\x1f\x26\x95\xbb\x69\x98\xd4\x50\x60\xeb\x50\xbc\xc4\x67\x10\x0b\xec\x19\xa4\x8f\xb5\x68\x74\x7a\xbb\xd3\x98\x4f\x65\xe1\xdb\xc7\x87\x76\x67\xb9\x0a\x59\xa8\xaa\xe6\xe9\x4e\x6e\x81\x3a\x05\xab\x64\xdc\x52\x08\x27\x71\xc3\x75\x9a\x74\x5a\x70\x88\x44\x98\x25\xeb\x5c\xa4\xc7\x64\x49\x1f\x1c\x80\x83\xeb\x5c\xb4\xd3\x86\x69\xe7\x6e\x99\x6b\x99\x69\xe3\x54\xaf\x74\x72\xe9\x99\xff\x17\xe9\xbc\x60\xd2\xb9\x9e\xa4\x10\xee\x44\x34\xd4\x63\xed\x83\xa0\xec\xf0\x3e\xd8\xf8\xc1\xfb\x00\x1e\x21\x85\x70\x27\xa6\xad\x4a\x21\xdc\x41\x0e\xd7\xa3\x69\xd1\x82\x54\x87\x07\x11\x53\x56\x0f\x05\x2d\x7c\x9a\x9c\x02\xd0\xc7\x30\x0f\xad\x3a\x27\xe0\x50\x8c\x0b\x33\xf3\x53\xec\x2a\x50\xa5\x7a\x3a\x2f\x29\x54\xac\xd4\x52\x83\x1f\x8a\x7f\x88\xb9\x5a\xa9\xa5\xc2\x0a\x50\x4f\x67\x2a\x65\x67\x39\xb7\x14\x91\x35\x55\xa8\xbe\x44\x68\x4d\x55\x72\xa9\xc2\x30\x4f\xc7\x01\xd0\x82\x2b\xfe\xcd\x3f\xb9\x93\xaa\xb4\xbe\x44\xa4\x4f\x3d\x8d\x52\xe6\xc0\x5d\x2b\xe6\x25\xb6\xcc\x65\x83\x11\xd7\xeb\xe5\xd4\xa4\xa1\x8e\xd4\x6b\x4d\x44\x4c\xdd\xe5\x89\x40\xf2\xba\x3c\x11\x6c\xdd\xcb\x13\x31\x68\xd4\x29\x5b\xc3\xb2\x57\x2f\xa7\x6c\x65\x3d\x2f\xaf\x1f\x4d\x9c\x7e\x81\x26\x1c\xcd\xc3\xc0\x8d\xc8\xe6\x08\xae\xf0\x9e\x20\xf5\xf6\x0a\x47\x0f\xb7\x01\xda\x70\x5a\x69\x77\x09\x03\x6e\xbd\x9d\x99\x2e\x26\x5f\xca\xdc\xc0\x21\x5c\x57\x3c\x10\xa2\xc7\xed\x1c\x23\x48\x02\x0e\x08\xc2\xbc\x55\x6f\xa7\x62\xe4\xda\xb9\x5d\x88\x89\xeb\x50\x95\xa4\x30\x94\x57\xa9\x7f\x09\x57\x41\xbd\x9d\x95\x95\xab\xec\xb1\xb4\xcd\x22\x3e\x26\x8d\x45\x7c\x9c\xa6\x95\x9b\xeb\x31\xf6\x1c\xb1\xea\x71\xd6\x3d\x2e\xa2\xc7\xa4\x20\xe5\x3c\xce\x7b\x16\x03\xff\x29\x8c\x15\x6b\x74\x7d\x1c\xa2\x82\x88\xb2\x4a\x4c\x71\x07\xcb\x9b\x97\x30\x68\x57\x01\x04\x2b\xa9\x02\xea\xb3\x48\x8b\x4f\x5e\x27\x9c\xe5\x8d\x77\x91\x16\x33\xfc\x9a\x34\x84\xb9\xd7\x5a\x54\xe7\x8d\xe6\xb4\x1b\x41\x9a\xea\xc4\x62\xa9\xa8\xef\x5a\xb5\x18\xb9\x52\x6e\x35\x8e\xfa\xab\x28\xae\xc9\xff\xa7\xfe\xa7\xc1\xcb\x74\xf0\x82\xf1\xe0\x2c\xd1\xeb\xfc\xb2\xac\xc8\x4a\xca\x15\x73\xd1\x36\xe7\x97\x8d\x8d\xd1\x36\xe7\x97\x8d\xad\xd3\xa4\x40\x96\xfc\x79\xa3\xf8\x8d\x11\x3f\xb8\x4c\x66\x8c\xa3\x6d\x8a\x17\x88\x63\xd6\x54\x24\x36\x52\xf0\x8d\xb6\x39\x5e\x2d\x26\xaf\x6d\xa6\xb4\xc4\xb3\x28\x9d\x8c\xf2\x72\x0f\xb4\x68\x07\xfc\xe0\x0b\x09\x6b\xb8\x54\x9b\x74\xc1\x8a\x09\xb1\xfd\x74\xc1\x1a\x89\xfd\x47\x53\xfe\xf4\x19\x79\x3d\x47\x73\xe6\x82\x48\x88\x37\x9a\x74\xbd\x92\x3f\x4d\x74\x65\xd4\xab\xf1\x3c\x1c\x45\x17\x53\x23\x5d\x2f\x6f\x95\x51\x1c\xfa\x82\x3e\x8c\xe0\xcf\x34\x71\xf9\x0b\xfa\x78\xfc\x43\xcc\xae\x74\xbd\xbc\xc5\x41\x6c\xc9\xf9\xac\xe2\x48\x34\xf9\x05\xf3\x16\x02\x75\x4b\x2b\xe3\x4b\x34\x9a\x5c\x15\x34\x0e\x62\x93\xfa\x97\x88\x9d\x6c\x4a\xd5\x95\xb7\x4a\x2f\x2b\x8d\x70\x8c\x43\xfa\x5f\x26\x80\xbb\x25\x3b\x5a\x58\x94\xb4\xa8\x0f\x6a\x93\x33\x0f\x17\x7e\x70\x99\xd0\xc4\xd0\x6f\xcd\x0f\xcf\x8b\xfa\x58\x57\xe9\x83\x8d\x98\x87\x26\xf5\xef\x13\x39\xdf\x94\xbe\x20\x63\x53\x6c\xd2\x07\x73\xfa\x5b\x3a\x85\xa6\x4c\xbb\x19\xbc\x51\x53\x25\x5a\x90\x15\x4d\x95\x68\x3f\xe9\x93\x9a\xb2\xac\x7f\x32\xc3\x35\x69\x93\x9f\xe4\x02\x2d\x3b\x1c\x26\xb4\xf1\x26\x75\xf2\x93\x1e\xa0\x29\xad\x3a\x08\x88\x26\xf5\xf2\x93\x92\xab\x49\x9b\x2c\x78\x0f\x9a\x12\xf6\x66\xe0\x74\xad\xd8\x72\xbf\xd1\x86\x86\x01\x5e\xb5\x49\x9d\xcb\x20\xee\x5a\x71\xc0\x4a\x0c\xbc\x18\x7d\x1f\x4d\x0a\xf1\xf7\x59\xae\x2a\xb8\x23\x7b\xd3\x08\x3f\x76\x91\x11\x7e\x61\x6e\x69\x55\x61\x65\xec\xfe\x6a\x70\x1d\xcf\x42\x2e\x7d\xda\x3b\xff\xfb\x5f\x26\x34\xb6\x55\xb9\xa1\x12\xff\x3f\x7a\xe6\xff\x57\xcf\xd1\x5e\xb3\xb5\x38\x38\x64\x6b\xb6\xef\xb0\x9f\x96\xfe\xc5\x5a\x2d\xfd\x8b\xd5\xfc\xa7\x7f\x05\x11\x4d\xa2\xfd\xa7\x93\x25\xde\xd2\xc4\xf4\xd9\x89\x1d\xe2\xba\xb2\x58\x91\x5a\x73\x04\x22\x4d\x0a\x81\x85\xc6\xdb\xda\xab\xa8\x85\x78\xee\x8a\x72\x08\x55\xaa\x39\x25\x6f\xe7\x79\x29\xd5\xb1\x32\xdd\x90\x74\x1a\x10\x24\x9d\xcd\xd1\x85\xb6\xe6\x90\x74\xa1\xab\x39\xcc\x5d\xe9\x84\x58\xc9\xae\x20\x02\x78\x4c\x17\xd8\x9a\xfd\xda\x6d\x0c\x86\xd3\xa9\x42\x2c\x81\x20\x6d\x08\xdc\xc9\xb4\x0e\x21\x5d\x99\x77\xc1\x10\xa3\x96\xd4\x68\x43\x60\x55\x4e\xc8\x50\xc8\x63\xc8\x12\x4d\xb9\x71\x89\x94\x6d\x43\x60\xd5\x70\x3d\xb4\x29\x68\x75\x98\x2e\x9a\x52\xe3\x12\x88\xda\xe6\x9a\xb1\x18\x80\x60\x87\x58\x67\x9a\x62\x99\x3e\x7b\x7f\x9a\x20\xde\x17\x41\x30\xa2\x69\x82\x62\x86\xa6\xd0\xb9\x8d\x67\x61\xaf\x59\x91\x29\xec\x35\x2b\x30\x4d\x60\xac\xe0\x14\x81\x21\x2e\xb4\x29\x02\xe1\x9d\x87\xef\x2f\x2e\xd5\x43\x14\xb2\xb5\x0f\x1f\xce\xe8\xe0\x30\x81\xfc\xaf\xc3\x19\x7a\x42\x3b\x4c\x60\x10\x74\x88\x20\xae\xa6\x43\x04\xc1\xde\x0f\xc1\x8d\xb9\x61\x0f\xaf\x60\x0c\xd8\xa1\x4b\x04\x2f\xb7\x43\x89\x67\xa0\xd8\x30\x42\x66\xec\x54\xf9\x33\x96\x5c\x49\x0d\x3a\x98\x99\x76\x0a\x38\xf9\x69\x40\xc0\x49\xa6\xf4\x34\x7b\x89\x25\x3a\x0d\x8d\xe5\x7b\x21\x43\x59\xb2\x53\xc0\x49\xf6\xe8\x29\xf6\xf3\x19\x80\x80\x93\x9f\xf6\x84\x83\x64\x06\x2e\x01\x3d\xd9\x83\x97\xb0\xbb\xf4\x27\xd4\x62\xfa\xfc\xef\xf1\xff\xc9\x9c\xd7\x2e\x25\x11\x62\xbd\x2f\xa1\x42\x3f\xcf\x26\x2e\x66\xef\x32\x2a\x34\x88\xbb\x4c\x5c\x6c\x8f\x4b\xb8\x5f\x88\xbd\x84\x02\xfd\xfc\x2f\x9c\x2f\xcb\xff\xd3\x4b\x32\x9a\x4e\x13\x42\x91\xd0\xf5\x76\xff\x88\x89\x22\x38\xa3\x09\xa0\x88\x66\xdb\x6e\x79\xb7\xd9\x0e\x02\x24\x92\x18\xa3\x09\x90\x48\x0e\xa1\xf6\x53\x49\x32\xa1\xe5\xed\xa7\x91\x0c\x72\x20\xb5\xdb\x77\x01\xcf\x97\xfe\x0f\xfa\x85\x41\x9c\x9f\xf1\x3e\x7a\x3f\x16\x4f\x18\x44\xd2\x2a\x34\x61\x0c\xe7\xe7\xd9\xf4\xc4\xf8\x1f\xd3\x13\x8b\xa9\xf4\x04\x20\xcb\x9b\x30\x85\x24\xfe\x68\x3f\x3d\x64\x90\x71\xa3\x3d\x1e\x3f\xdf\x9f\x7a\x8e\xf1\x08\x53\x48\x6a\xd3\xf6\xd3\x42\x32\x7a\x61\x7b\x5c\x6d\x0b\x79\xf4\x95\x23\x13\x06\xf5\x7a\x82\xa3\xc1\x57\x4e\x97\xce\xb3\x10\x0f\x9c\xcf\x57\x18\x8f\xb0\xad\xb5\x57\x88\x07\x38\xee\x2b\xcc\x07\x02\xc5\xeb\xcb\xf5\x5f\x7b\xfd\xa7\x09\x64\x0c\x2a\x7d\x93\xd7\x6c\xf0\x6c\x60\x0e\xcf\x1a\x6f\xdc\xbd\x7d\x13\x26\x25\x34\x8b\x2e\x48\x1f\xa6\xa8\xbe\x0d\x3d\xd7\x78\x16\x42\x63\xf0\xff\xa1\xef\x73\x3c\x1b\x9a\xc6\xff\x82\x29\x85\xb0\xd1\x37\xa1\x27\x06\xcf\x42\x4f\xc4\x0d\xd2\x77\xa7\x17\x8e\x8b\xbc\xaf\x04\xbc\xb1\x84\x7d\x17\xec\x26\x6e\xdd\x2e\x67\xcf\x04\x1c\xd1\x77\xb9\xc8\xe3\xd6\xec\x76\xe5\x60\x59\xe9\x0a\x19\xda\xb0\xea\x75\xe7\x1e\x40\x99\xef\xbb\x5c\xe4\xa1\xf0\x76\xbb\x72\x30\x52\x74\x7b\x6e\x10\xe3\x7a\x5a\x42\x4d\xf4\x9a\xe4\xda\x0f\x83\x41\x4f\xce\x1a\x14\xda\x51\xb7\x2f\x07\x2b\x54\x97\x2f\x87\xa0\x83\x6e\x4f\x0d\xf6\x97\x9e\xe4\xe6\x0e\x41\xac\xdb\x51\x43\x22\x88\x9e\x9c\xec\x78\xa3\x8f\xdb\x3f\xd0\xc7\x22\x24\x3a\xb1\xa3\x06\x63\x59\xb7\xa3\x06\xab\x5e\xcf\x5e\x80\x38\xc3\x3d\x2f\x4a\xf8\x44\xce\xfd\xc2\x0b\xd5\x4d\xc4\x12\x65\x25\xb4\x08\xb9\xa5\xcb\xb3\xb3\x61\x88\xed\xd9\x94\x04\x1f\xea\x59\x1e\xfb\x42\x0b\xa6\x6c\xa7\x89\xc7\xa3\xe2\x0d\x61\x14\x42\x89\xee\xc5\xfe\xf9\xd0\x08\x7a\x59\x89\xab\x83\xb0\xb2\x76\x16\x6f\x38\x39\x4a\x70\x9f\x2e\xe7\xcd\x86\xcc\xd8\x8b\xbc\xda\x61\x08\xec\x06\xdd\x0d\x9a\xb4\x63\x2c\x8e\x77\x5f\x39\x09\x58\xc3\x95\x93\x80\x4f\x56\x4e\x82\x3e\xff\x72\xff\xf4\x95\xb0\x80\xf3\x55\xe5\x21\x0c\x93\x6b\xaf\xf6\x10\x86\x10\xda\xab\x77\x55\xec\x80\x6a\x0f\x61\xe3\x8b\xae\x16\x82\xc6\x6a\x07\x61\x67\x84\x53\x2f\xd0\xa2\xfd\x83\xc1\xd3\x7a\xb5\x5f\xae\xd3\x84\x7d\xa3\xec\x10\xe7\x11\x26\x85\x4f\xaf\x6b\xa2\x62\x3d\xab\x27\x0a\x46\xd0\x36\xf5\x1a\x2f\xb4\x35\x4f\x31\xee\xa5\x35\xb0\x95\x9b\xbd\xbe\x9c\xb0\x26\x07\x38\x9c\x63\xe5\x15\xe6\x14\xff\x94\x84\x42\xa2\x96\xde\xec\x0a\xe5\x10\x37\x93\x3a\x68\xd2\x78\x8b\xb0\x79\xf4\x66\x52\x07\x9f\x2c\x52\xe9\xd5\xa4\xc2\x72\xdb\x22\x35\x86\xa1\x42\x49\x75\x32\x19\x52\x24\xc6\xf6\x79\xc3\x50\x07\x78\x5c\xb7\xc7\x3b\x7a\xed\x8b\xf6\x98\xbe\x6e\xe7\x7f\x2c\x7b\x37\xed\x9d\x3e\x4c\x3b\x2d\x3a\x8f\x54\x88\xb6\xbd\x2f\xda\x69\xc2\xcb\x0c\xed\xdd\xe6\x9c\x10\xbd\xba\x9d\x38\xe4\x46\xe8\x4a\x9d\x46\xb6\xcf\x3e\xec\x5c\xe5\x7f\xeb\x75\x6c\x25\xfb\x70\x08\x02\xe8\xf2\xe1\x0c\x24\xf2\x3e\xec\x57\x63\x2a\xec\xc4\x21\x5f\x42\xb7\x13\x07\x9c\x7f\x97\xd3\xa6\x7f\x7b\xb1\xc7\xf4\xf3\x89\x3c\x6d\xdc\x82\x76\xd1\x60\x1b\xe8\xd3\x2e\xc2\x90\xe3\xfb\xb4\x8a\x1a\x62\x6e\x9f\x8b\x94\x98\x2e\xbb\x60\xc8\xeb\xd0\xa7\x47\x1e\xc2\x5c\xb7\x0b\x86\x4c\x0e\xdd\x1e\x17\x22\x6c\xfa\xb4\x8f\x10\xea\xa7\xdd\x4d\x6c\x15\xfb\x5c\xc0\xcc\x77\x61\xf0\x08\x52\xee\xf3\xd5\x94\xc7\x28\x54\x96\x16\x3f\x50\xb7\x3b\x05\x48\x51\x3f\x96\xae\xcd\x1b\xd5\xc8\xb7\x18\x84\x53\x21\x7f\x08\x39\xec\x29\xa2\xd3\x43\x9e\x22\xd6\xd9\xd9\xd4\xb0\x68\xf6\xc3\xae\xa2\xcf\x30\xec\x2a\xca\x7c\x62\x57\x11\x57\x80\xf3\xad\x7d\x44\x8d\xd3\xde\x07\xee\x43\xe7\x5b\x23\xa2\xa4\xff\x54\x93\x4a\x18\x61\x77\xbe\x35\xf2\x8f\x74\xe7\x5b\xc3\x8e\xda\x4f\xfb\xcd\x10\x1e\x9c\x6f\x8d\x64\x4d\xfd\xb4\x61\x81\xcb\xcc\x09\xd8\x30\x0e\x76\xe7\x58\x63\x32\x4e\x4f\x46\xac\xc0\xb9\x26\x83\x51\x78\x32\x3e\x84\x78\x32\x3e\x9f\xac\xc9\x88\x1f\x9c\x65\x2d\xc4\xc6\x7e\xb9\x1a\x10\xfb\xe2\xf2\x5c\x84\x99\xaf\x5f\x76\x9b\x15\xde\x58\x93\x11\xe3\xbe\xd6\x64\xc4\x3a\x5f\xf6\xa3\xc5\x38\x2f\xb9\xcd\xf2\x9f\xe2\x60\xfb\xb5\xa6\x85\x21\x7b\x93\x20\xdf\x5c\x9a\x97\x4f\x77\x9e\x17\xae\x70\x79\x69\x3e\x29\xc1\xfb\x2d\xbf\x28\xa2\xdf\xad\x54\x72\x08\xab\x8a\xcf\x4a\x1f\xb9\xe2\xb6\xc1\x94\x0b\x5b\x5e\x99\x06\x9a\xb7\xdb\x2b\xf3\x91\x37\xed\x95\xf9\x08\x87\xf6\xca\x7c\xe6\xfa\x36\x34\x9f\xf3\xe0\x3c\x6d\x1f\x29\xcb\x6e\x1a\x3c\xa5\x5d\x89\xdb\xd2\x67\x2a\x6f\xaf\xf0\xa7\x8d\xd7\x9f\x44\x2f\x8f\x3c\x50\xdc\xba\xcf\xba\xff\x62\x41\x9f\xe5\x81\x0a\x62\xed\xa6\xf9\x88\x72\xcf\xa2\x3e\xe6\x4f\xc0\xbe\xf4\x11\xb3\xec\xc8\xf9\xc8\x76\xcf\x72\x3a\xc6\x84\x3d\x6b\x3a\xf8\xe1\x70\x1b\xf4\x62\xea\xb9\xa9\x7f\x3a\x54\x2d\x9f\x4e\x4c\x3c\x82\xee\xb3\xcc\x52\xfc\x20\xef\x1b\x4d\xbe\x49\xcf\x31\x17\xef\x5a\xd7\x98\x8c\xd7\x94\x71\xb2\x55\x08\xa5\x11\x3e\xd0\xe5\x95\x21\xe2\xa4\xbf\x76\xa5\x31\xe1\x72\xcb\x00\xdb\xee\xaf\x1d\x50\xa1\x7a\xf7\x9f\xa6\x45\x45\xda\xd1\xed\x84\xc1\x13\x34\xec\x84\x21\x24\x63\xd8\x09\xc3\xfe\x1c\x9b\xdd\x4d\x8d\x1f\xec\x49\x0b\x0e\x35\xe4\x95\x69\x18\x6f\xc7\x26\x37\xe2\xe7\x0b\xbb\xda\xc2\xa2\x30\x36\xfb\x9f\x1a\xbd\xda\x6b\x18\x06\x8e\xb1\x99\xd4\x46\x27\x76\xb6\x85\xc9\x64\xd8\x31\x83\xdb\x70\x6c\x72\x23\xc6\x41\x1b\xf2\xcb\x14\xd0\x2c\x43\x6e\x97\x04\xe7\x1c\xbb\xfd\x64\xc1\x28\x87\x12\x42\x27\x8e\xf7\xd8\x57\x81\xb0\x2d\x7e\xb0\xff\xa8\xd0\xa8\x6b\x1f\x31\xa3\xcb\xad\xc2\x38\x76\x27\x3c\x84\xd8\x5d\x15\x0c\xe3\x10\x8c\xe5\x55\x81\xd6\x9f\x1e\x56\x11\x73\xc6\x4f\x0d\xab\xc4\x56\x8d\x9f\x1a\x56\xa3\xe4\xec\x18\xd2\xc2\xf2\xc6\x84\xdb\xa5\x02\xca\x7d\xd8\xa5\x82\x4b\x6a\xc8\xa5\x52\x09\x33\x1b\x52\xd4\x32\x1c\x7f\x2c\x97\x4a\xe3\x87\xc3\x6f\x04\xa5\x69\x91\x1e\xb3\xf5\xcf\xc7\x42\xa3\xb7\x2d\x89\x8c\x63\x79\x23\x62\x09\xe4\x64\xc9\xa0\xa9\x86\x4b\xa6\xc0\x2f\x87\x8a\xdd\x12\xac\x36\xec\x74\x41\x8a\x19\x76\xba\x20\xb0\x0d\xa9\x6e\xb9\x7c\xde\x68\x2a\x9f\xc6\x0b\xab\x9e\x23\x7d\x0c\xff\x10\x13\xa8\xf2\xb6\x08\x1c\xe3\xa7\xca\x55\x4c\x62\xc3\x6e\x16\x4c\x04\x43\xf9\x1d\x32\x28\xc7\x61\xbf\x0b\x00\xd0\x91\x5f\xbf\x11\x4b\x60\xe5\x2e\xee\xb2\xa1\x8c\x0f\xe0\xea\x87\x51\x7d\xbf\x8b\xe0\x0f\x57\xd5\x28\x36\x1a\x05\x49\xc5\x0e\x30\x66\xda\x3e\x9a\xf2\xf9\x41\x52\x7f\x61\x3c\xca\xdb\x0f\x27\x50\x92\x86\xfd\xf3\xbe\xce\x13\x76\xb8\xa1\x44\xd3\x44\x56\x8e\xaa\xf0\x7a\x26\xf1\xa7\xb5\x8d\xa8\x9a\x35\x86\x7c\x32\x51\x65\x6b\x0c\x85\x4f\x01\xf5\x18\x55\x66\xa4\xcc\xf7\x16\xde\x99\xc2\x9f\x8e\x56\xc8\x71\x31\x7e\x1a\x59\x01\x2c\x3c\xaa\x79\x32\x07\x49\xb0\xb9\x0f\xee\x70\xfc\x14\xb0\x42\xf6\xc0\xf1\xd3\xbf\x2a\x82\xe6\x68\xae\x34\x1e\x5b\x5c\x3e\x9b\x8f\xe9\x7b\x38\x41\x1d\xd1\xce\xa3\xd9\xdd\xc1\xb3\x38\x06\x1b\xa3\x29\xbf\x0e\x67\xb9\x29\x71\x08\x67\xb9\xc9\xfd\x51\xe9\xd1\xc6\x79\xbe\x7f\x7c\x84\xf8\x41\x89\x43\x42\xf7\x1e\x5d\xb9\x32\x42\x77\x1b\x5d\xc6\xfa\x10\xbf\x47\x97\xb1\x9e\x83\x2e\x7f\x0d\x19\xf5\x86\xd2\x4e\x94\xc1\xff\x32\xbe\x4f\xda\x57\x2e\x8f\x50\xe3\x46\x57\xae\xd3\x50\x50\x47\x97\xf7\x20\x74\xde\xd1\x3d\xbe\xf8\x7f\xc8\x5d\x12\x42\xdd\x18\xf2\xe4\x85\x75\x61\x38\xf1\x34\x69\xa9\xc6\x70\xca\x77\xb8\xf2\x50\x9a\x05\xd6\x60\xc8\x98\xde\xe9\x41\xf6\x66\xf6\xa1\xf3\x4a\x30\x23\x43\x39\x03\x58\x82\xa1\x24\x04\x93\x67\x3b\xf0\xc3\xc0\x3d\x84\x65\x1b\x9f\x6d\x32\x65\x7e\x0f\xdd\x6b\x38\xb1\x04\x8b\x3e\x65\x7e\x67\x0e\x9d\x48\xa2\xf3\xbd\x2c\xea\x2c\xba\x13\x49\x30\x67\x53\x16\x75\xd6\xcc\x89\x24\x58\x63\x25\x92\x20\xfc\x61\x38\x91\x04\x73\xe8\x44\x12\x28\x33\x63\x3a\x3f\x38\xec\xc0\x99\x24\xe0\x78\x53\x0e\x07\x56\x45\x3e\x9f\xf6\x99\xb4\xc3\x24\xc7\x90\x0f\x1f\xf6\x68\xc0\xa9\x25\xd8\x46\x87\x49\x8a\x45\x71\xea\x88\x90\x51\x87\x53\x45\xb0\xaf\x9d\x2a\x02\xee\x72\x78\xd1\x78\x76\xfc\x0e\xfb\xf0\xa7\x29\x65\x24\xb2\x71\xca\xca\x0e\x53\x3f\xc5\x5d\x90\x5b\xe4\x92\x01\xaa\x3a\xe4\x92\xa1\x92\xd5\x90\x4b\x06\xc8\xf2\x90\x4b\xe6\xc3\x2a\x4e\x59\xd1\x43\x3a\x1b\xa7\xbc\x00\x21\xfd\x8e\x9f\x7e\x33\xc0\x58\x0f\xa9\x37\x15\x23\xd5\x50\xe6\x09\xaa\x21\x0c\xa9\x26\xe5\x73\x4f\x09\x13\xd6\xb6\xcf\x17\x1a\x12\xdc\x48\xb9\x21\xd0\x25\xc6\x25\xbb\x34\x47\xef\x92\x5d\x7a\xd2\xa0\x38\x34\x00\x8e\x71\x2b\x38\x12\x06\x7a\x2b\x70\x30\xd4\xd1\x21\xcf\x0a\x9a\xe3\xb8\x15\xfa\x58\xfe\x94\x8e\x6e\xd8\x0d\x13\xf6\xb1\xb1\xdc\x30\x74\x26\xab\x7b\xe6\xd9\xec\x3d\x26\xf0\x96\x97\x80\x8b\xfd\x36\x75\x0c\x46\x2e\xf9\x0c\x31\x8a\x0c\xe5\xbe\xbc\x65\x75\x0f\x6b\xd1\x90\x1b\x06\x15\x76\x3c\x8a\x7d\xe5\x7e\x7b\x5c\xd8\x07\x59\x4e\x7a\xc2\xf6\x11\x75\x1f\x19\xdd\x99\x3e\x07\x04\xa5\x4f\x93\xb6\xe0\x72\x45\x3d\xb6\xe0\x22\x28\x3c\xb2\xe0\x22\x34\x39\x22\xe8\x23\x89\xbd\x0a\xa0\x82\xdf\xbf\xb2\x3b\xc3\x7b\x5e\x5f\x30\x9c\x4c\xc7\xff\x7c\x44\xb7\x77\x0d\x9b\x26\x3d\xec\x98\xb8\xd7\x26\xf6\x18\xf5\xbb\x5c\x05\x31\xd3\xef\xa2\x8b\x41\x2c\xba\xe8\xf4\x56\x13\x7c\xb1\xe8\x8c\xa9\x79\xed\x43\x0a\x3b\xda\x94\x22\xf1\xc9\x26\x38\x95\xa8\x01\x11\x6a\x6e\xf2\x25\x84\x34\x3e\x05\xdd\xda\x80\xc0\x4e\x69\x09\x1b\xb8\xe5\xa9\x14\xd2\xe4\x24\x9b\x0e\xed\x01\x8a\x3f\x7f\x4a\x42\x21\x49\xd9\x74\x64\x0f\x60\xdf\xe9\xc8\x1e\x30\xdd\xd3\x81\x3c\xe0\xc2\xe7\x2e\x0b\x6d\xe2\x79\xf7\x17\x31\x6c\x41\xb3\x36\x80\xb9\x73\x57\xb4\x4a\x6c\x9a\xb9\xaf\x61\x8f\xf8\x41\x81\x7b\x95\x16\x8c\x78\x0f\x6e\x3e\x77\x1b\xe6\x62\xe7\xce\x64\xa9\x24\x5a\x48\x36\xd4\xc5\x0d\x35\x93\xed\x5b\x71\xf2\xa7\xd3\x2d\xa4\x4f\x13\x55\x4d\xc4\xec\x27\x1b\xee\xe2\x8a\x98\xc9\x86\xbb\x41\x27\xb6\x30\xc6\xf9\x9d\x49\xd8\xfe\xcc\x17\xca\x28\x1e\xe7\x75\xba\xfe\x21\x99\x2c\x66\x5a\x74\x04\x61\xd9\x51\x0a\x71\xaf\xcd\x6c\x5b\x6a\x5c\x8c\x33\xdb\x70\xc7\x0b\x36\xe8\x54\x7e\xb0\xfd\x26\xce\xc3\x94\xec\xce\x89\x9b\xd9\xb6\xac\x38\x61\x33\xdb\xa0\x13\x94\x67\x5b\x64\x18\x94\x2d\x32\x95\x17\x54\x0c\x00\xba\xf2\x32\x63\xc4\x0f\x8e\xaf\x21\xe7\xc9\x2c\xb6\x43\x85\x06\x37\xe5\x64\xf9\xa4\xa4\x9f\x2a\x61\x0e\xa3\x98\xc5\x36\x89\x38\x61\x53\x11\x33\x1d\xcb\xea\x2c\xb6\xc8\x7c\x3e\xb1\x09\x82\x03\x53\x6c\x80\xc9\xf4\x6a\x6d\xaa\xd2\xa8\xed\x2d\x71\x6c\x67\x5d\xc6\xc3\x68\xa3\x2e\x73\x4a\x90\x22\xd7\x4a\x85\xdf\xcc\xaa\x6a\xc0\x9d\x26\x8c\xf0\x6d\x7c\x61\x5d\x3d\xc4\xab\x59\xad\xab\x87\x74\x33\xab\x35\xf1\x4f\x1b\x86\xbd\x86\x84\x36\xab\xcc\x10\x9f\x26\x5e\xa9\xea\x31\xcc\x9f\x9c\x5e\x3f\x7d\xae\x54\xd2\x9f\x17\x96\x11\xe2\x4f\xc0\xba\xd9\x96\xa2\xcf\xe7\x45\xa0\xce\x58\xe1\x95\x66\x3a\x74\x9d\xd9\x6c\x09\x88\xbb\x61\xb6\xa5\xfd\xd2\x84\xe0\x94\x90\xe4\x44\xd4\x1b\x34\x35\xd5\x3c\x66\x56\xda\x52\xfb\x21\xca\x00\x43\xa6\xa9\xb9\xce\x41\x6c\x4c\x79\x4c\xf2\x67\xaf\x77\x15\x3e\x08\xe3\xe6\xec\xd6\x74\xe9\xb3\x17\xff\x10\x4d\x2a\x32\xe6\x53\x5c\x68\x76\xeb\xf9\x10\x26\x07\x48\x06\xb0\x3d\xbb\x55\xd9\xc2\x1b\x8f\xa0\x7a\x34\x21\x57\x4f\xc8\xe7\x73\xa5\x23\x80\xb5\x0c\xe5\xef\x84\xb3\x0f\x89\x8a\x30\x96\x9f\xc4\x9f\xb1\x84\xcd\x51\xff\xfb\xdf\x44\x55\x9e\xa3\xc9\x52\x16\x64\x4a\x01\x28\x1f\xaa\xc6\xda\x82\xf4\xb8\x8c\xf7\x74\xa1\x54\xbb\x1b\x1c\x73\xe5\xab\x8e\xc9\x1f\x42\x08\xb1\x3a\xd3\x11\xc5\x21\x6d\x4c\xe7\x86\x63\x7d\xe5\x0a\x69\x18\x48\xa7\x64\x7a\x7c\x0e\xf3\x27\xd3\x67\x6c\x9b\x53\x32\x3d\x3a\xc3\x94\x4c\x8f\x3b\x66\xfe\x64\xf6\x89\xfa\x3f\xa7\xc4\x1b\x16\xd7\x89\x08\x3e\x8c\xcc\x65\x68\x88\x71\x9f\xce\x44\x40\x16\x86\xe9\xc4\x03\x1f\x56\xe6\xc4\x03\x84\xe9\x4c\xd7\xa1\x21\x7a\x68\x3a\xf1\x00\x31\x35\x73\x39\x46\x1a\x3f\xb4\x1f\x8b\x66\x3b\x1c\x6b\x35\x68\xc2\x93\xdf\xe9\xd5\x17\x47\x8c\xf3\x50\x48\xcd\x67\x98\x76\x0d\x34\x46\x65\x8e\xdb\x68\xd2\xae\x01\x06\x71\xda\x78\x1a\x73\xe1\xc0\x12\xec\x2d\x73\x15\x2d\x0f\x7d\x64\x9e\x36\xcc\x71\xa4\x4f\x03\xbb\x63\x14\xa7\x75\xa4\xcf\x17\x02\x00\x43\xd7\xe9\x3a\x24\x2c\x80\x24\xfa\xfc\x61\xd1\x72\x58\x00\x6c\x9a\x72\x58\x7c\x80\x6c\xf3\x72\x61\xbf\x50\x55\xa7\x23\x2c\xb8\xff\x6e\x81\x27\x39\xc0\x4e\xd1\x0c\x37\x56\xee\xb5\x8f\x54\xa5\xdc\x6b\x89\x7b\xff\x96\x62\xc8\x8d\xfb\x93\x91\x27\x2e\xd4\x69\xa8\x12\x1c\xe4\x27\x13\x4f\x82\x8a\xe7\xb3\xe9\x39\xc6\xf7\x93\x91\x27\x31\xdc\xf3\x49\x7a\x0e\x82\x1e\xe1\x54\x60\x51\x4f\xd1\xff\xd1\xfe\xe3\xa3\x1c\xe3\xf9\xc9\xd8\x13\x8f\xed\x7c\xd6\xe6\xa1\x41\xa3\x26\x0a\x23\x72\xc5\x57\xf6\xdb\x12\xba\x61\x50\x16\xba\x89\xc8\x9a\x2e\x4a\x4e\x74\xda\xb4\x90\x4d\xd4\xd7\x7c\x2d\x77\x70\xba\x7f\x52\x76\x2d\x34\xf1\xae\xfd\xc4\x0f\xb6\xfc\x72\xdc\x7f\x42\x75\xa5\xd0\xe8\x7c\x6d\x4f\x83\x41\xbc\xae\x44\x90\xff\x94\x7c\x68\xaa\x44\x39\xa6\xe7\xf9\xda\x10\xfa\x69\xee\x35\x1b\xfe\xf7\xc3\x61\xcb\x7c\x70\xb4\x63\x13\xce\xb6\xf3\xbf\x0c\x4f\xc1\xd1\x0e\x55\x58\x04\x89\x7f\xb8\xa0\x62\x10\x70\x6c\x42\x81\xc6\x1d\x78\xfc\x44\xe1\x54\x62\x8a\x8e\xed\xc7\x21\xa9\xf2\x76\xb8\x9e\x4a\x48\x98\x87\x8a\x8a\x53\xb5\xed\xd8\x65\x57\x0a\x0e\x7b\xec\x59\xff\xef\xf1\xac\x8c\xbb\x93\xff\x9b\xfe\x8f\xf1\x2b\x49\x32\x35\xcf\x0e\x17\x15\x9f\xb4\x2f\x03\xc1\xa0\xbd\xcb\x39\x54\x82\x80\xdd\x66\x1d\x06\x68\xb3\x0e\x1d\x8a\xe5\x87\x22\x75\xa8\x58\xca\x0c\x0b\xc5\xe1\xda\x8a\xc1\x52\x8e\x24\x8c\x67\x6c\x89\xc3\xb5\x14\x99\x20\x09\xcc\x1d\xc7\xf6\x91\x94\xdf\x34\x18\xc8\x21\x7b\x78\xa5\xba\xd6\xe1\x7a\x89\x4c\x79\xf2\x88\x63\x49\xb2\x60\xaa\x4c\xb1\x92\x1c\xcf\x30\x33\x1d\x59\x40\xc1\xc4\xff\xba\x72\x42\x8f\x3b\x56\x70\x39\x24\x67\x1b\x10\xe8\xe0\xd0\x07\x41\x42\x16\xd2\x71\xa7\xc1\x4b\xcf\xbc\x6f\x09\xb3\xf1\x81\x90\x7a\x8d\x0f\xc4\x4f\xe2\x3a\x39\x8a\x6c\x1c\x71\x56\x8f\x22\x23\x4d\xa8\x53\x47\xf1\x88\x79\x5f\x97\x62\x1c\x83\xa3\xac\x8b\x3c\x28\x50\xf1\xc4\x19\x92\xdb\x51\x64\x85\xa9\x34\x68\x06\xc7\xfb\xb2\xc2\x64\x1a\x7c\xf5\x7e\x0c\xa8\x0a\x6b\x1a\xba\xf2\xa1\x7a\xe4\x33\x6c\x8b\x87\x6c\xd8\x64\x54\x3d\xaa\xa7\x9c\xef\xab\x66\x28\xda\xaf\x26\x88\xef\x35\xe3\xc1\xbd\x0e\xc7\x15\x84\xd1\xe7\x50\x1c\x41\x09\xab\xd2\xd1\x34\x9e\xe0\x54\x87\x6a\x23\x82\xde\x39\x9a\x2c\x34\x71\xc5\x1c\xce\xcf\xc5\xa9\x76\xfa\x2d\xe6\x43\x70\xa0\x96\x3a\x3f\xc8\xea\xc2\x0a\x3a\xff\x16\x13\xe2\xfc\x5b\xac\x80\xf3\x6f\xc5\xdd\x7c\x38\xff\x56\x68\x10\x47\xf3\x0e\x88\xef\x55\x0a\x11\x3e\x79\xa8\x14\x22\xca\xd3\xa1\x6c\x5a\x28\xed\x47\xd7\x0d\xc1\x04\x28\x9b\x16\x90\xa8\x43\xa5\x0f\x41\x6e\x1d\x5d\xe3\x0d\x49\xe0\x50\xf6\x2c\x02\x49\x8e\xae\xf1\x87\xe8\x70\x74\x8d\xbf\xf2\xec\x84\xb0\x93\x06\xbc\x65\xa3\x81\xa1\x19\x67\x8b\x0e\x5d\x79\xac\xc8\x4f\x5a\x9d\x38\x15\x8e\x21\x82\xd8\x01\x2a\x69\x8e\x72\x78\x0c\x13\x14\x04\x0f\x81\x4f\x43\x1a\x3e\xc6\xba\xcf\x82\xc2\x21\x5c\x26\x33\x2e\xdc\x0e\x58\xf3\x63\x58\xcc\x63\x89\x64\x8e\x2e\x79\xfc\xc9\x2c\x77\x4c\xa5\xf0\xe1\x5e\x98\x46\x08\xb2\xc5\xa7\x2c\x50\xf0\xd1\xb9\x6c\x09\x41\xf1\x94\x85\x23\xb4\xca\x63\xda\x02\xc5\xa1\x51\x45\x45\x0c\xf0\xc7\x5c\x77\x78\x2c\x82\x2a\x2a\x62\xfc\x3d\x96\x7d\x1a\x5e\xec\x24\x5b\xac\xf2\xe1\x5d\x15\x63\x3c\x44\x04\xbb\xf8\xf0\x98\xa3\xc1\x43\x56\x33\xd8\xc6\x21\x80\x20\xa7\x40\x42\x2c\x78\xfb\xe3\x10\x78\x93\xbb\xe2\x30\x05\xfc\xaf\x3a\x58\x64\x01\x3d\x24\xd3\x92\x20\xfc\x38\xd6\x2a\x32\xe2\xcb\x88\x5d\x7e\x58\xee\xb1\x68\xf3\x94\x69\x09\xd6\xa4\x3c\x59\xa4\x84\x3f\x04\xe4\x19\x99\x1b\xf0\x14\xdc\x0d\x5e\x22\x94\xce\x46\x10\xd2\x71\x0a\xc4\x08\xb7\x75\x9a\x2c\xc0\x2e\x87\xd3\x64\x81\x74\x3e\x94\x26\x8b\xba\x01\xc7\x69\xd1\xe9\x33\x08\x1b\xc4\xb8\x53\x94\x26\x8b\xc2\x00\xc7\x65\xd9\x0a\x8e\x77\x99\x8c\xe8\xe2\xb2\x8a\x11\x8a\xd1\xa1\x34\x59\x24\x77\x3f\x2e\x1b\xfa\x3e\x3f\xd8\x62\xc6\x11\xbb\x6c\xe8\xa3\x0b\xc1\x93\x88\x10\x38\x94\x1b\x8b\xfc\xf1\x87\x72\x61\xb5\x4f\x97\xae\xf0\xca\xb5\x71\xc9\x33\xc8\x45\xe8\xcc\x57\x64\x66\x38\x6e\xdb\xf9\xe0\x2b\xb7\xc8\x62\x1e\x6e\x93\x05\x23\xbb\xb5\x3a\xdc\x3c\xce\x6b\x05\xca\xfc\xb8\xbd\x5c\x9c\x9b\xdb\xf6\x4a\x86\x6d\xd0\x0d\x08\xd2\xe3\x16\x1d\xc8\x7c\x3f\x71\xbe\x7c\x6e\x23\x41\x6e\x76\x42\x17\x0e\x43\x6e\x88\x3d\x38\x04\xb9\xd9\x09\x5e\x38\x1e\xdb\xe0\xd8\xc9\xc2\xdc\xec\xb8\x59\x8f\x67\x59\x17\xa3\x0d\x41\x6c\x76\x1c\xbb\xc7\x63\x15\x30\x48\x57\xbd\xc4\xcf\xad\xfd\x78\x7d\x60\xe2\xc2\xd3\xd4\xcf\xb6\x7a\x64\x3b\xe4\xb4\x3c\xc2\x26\xc2\x14\x95\x49\xeb\x73\x0d\x3f\x26\x03\x2e\x2d\x91\x7e\x27\x48\xe2\x78\x65\x23\x85\xc5\xac\x0a\x8a\x70\x2d\x19\xd6\x89\x52\x39\x5e\x11\xc1\xcd\xf9\x8a\x08\x2e\x2e\x59\xcd\xa9\x02\x72\x28\x69\xd6\xa4\x0c\xc8\xa1\x0a\x8b\x64\x8f\x3f\x24\xf0\xef\xd8\x31\x8e\x57\xab\x05\xd3\x7a\x4d\x14\x23\x5a\x44\xfd\x9b\xc7\xf3\x27\xd2\x17\x12\xe4\x9f\x9b\xac\x86\xb1\xdc\xe7\x66\xe3\x67\xe7\x03\x23\xf9\x82\x6f\x9e\x9b\xad\x9f\x21\xa4\x9e\x9b\x91\x7c\x21\x53\x9e\x8a\x67\x86\x4f\x9d\x9b\xd3\x9a\x04\xb3\x3e\x37\xf3\xe2\x49\x9b\x56\xcf\x43\xec\x3c\x37\xe5\x39\xc9\x34\x69\xed\x3c\xd8\xf9\xb9\x0b\xb8\x57\xfe\xa4\xf9\x9c\xbb\xad\xa9\xc1\x9b\xcf\xdd\x46\xca\x60\xc6\xe7\x6e\x23\x70\x48\xe6\xe7\xbe\x36\x64\x10\xb1\xaf\x89\x89\x99\xda\x3d\x31\xc1\x9f\x4f\xc5\x47\xa3\x45\x9e\xbb\xe7\x25\x6e\x88\x73\x57\xbd\xc9\xd8\xd3\xe7\x6e\x24\xdf\xa0\x0f\xd9\x8d\x0b\x83\xb0\xdd\x78\xf0\x85\xec\xc6\xac\xde\xbe\xac\x18\xb1\x16\xbb\x01\x47\x61\xf8\x3a\x93\xe7\x29\xe6\x2d\x2d\xca\xa3\xcf\x64\xf3\x6c\x30\x95\x73\x05\x47\xc7\x2e\x3d\x93\xd1\x6e\x71\xf6\xce\x64\xcb\x72\xec\xb2\x33\x19\xed\x96\x79\x63\x48\xd7\xa5\x4d\x83\xdd\x82\xa5\x9f\x3f\x3d\xa5\x22\xe3\x9e\x49\x58\xb7\xb8\x66\x4e\xd7\x7c\xc4\x1d\x7d\x26\x67\xd5\xa8\xfc\x60\xc3\x33\xbb\x4c\x96\xff\xf4\x99\xff\x6c\x18\x19\x7b\x3b\x2f\x52\x63\xdc\x79\x51\x16\x8d\x66\x53\x56\x69\xc3\x94\x05\x97\x38\xb3\x73\x85\xd0\x84\x29\x8b\x33\x7e\x66\xdb\xd0\x2b\xe3\xb2\x0d\x9d\x25\xc8\xc6\xf1\x55\x7e\x30\x6d\x2c\x6b\x5e\xab\x18\x6f\x14\x43\xe4\x98\x8e\x9f\x92\x53\xb1\x6e\x9f\xc5\xc6\xe9\x50\x85\x4f\xb9\x07\x3e\xd5\xed\xce\xe2\x10\x77\xb6\x7c\xb1\xd5\x3d\x28\x29\x8b\x54\xda\x5c\x26\x4f\xde\x10\x16\xf0\xd3\x82\x01\x72\xb0\x06\xfb\x0f\x88\x42\x3a\xe5\x3f\x18\xdb\xa4\xcd\xdb\x94\xc5\x9a\x54\x53\xc6\xc9\xaf\xb6\xbb\x87\x17\xfe\xac\x8b\xb4\x18\x86\x1d\x0a\xc4\x8a\x9d\xd5\x25\x1c\xc3\x1a\x7c\x56\xd7\x10\x1e\xf4\x62\x5b\x0b\x27\x6d\xb9\x18\xe0\x40\x55\x45\x85\xe1\x2f\x55\xb4\x42\x5a\x55\xe2\x0d\x4e\x7f\xbd\xf4\x4c\x83\x4e\x3e\xc1\x3e\x10\x10\xa8\xe2\x5b\x3c\xe5\x70\xa0\x96\xdb\xd9\x9c\x7b\x82\x8d\xe2\x5a\x95\x88\x39\xe7\xf2\x21\x84\x62\x73\x36\xa7\x9a\xa8\xbc\xd1\xd4\x66\xcc\x44\x5b\x26\xa4\x98\x2b\x41\x81\x12\x52\xed\x29\xa7\x42\x05\xec\x7d\x2a\x34\x23\xa1\xbd\x9c\x3f\xed\xac\x52\xb4\xef\xb4\x53\x61\xe3\x03\x53\x1a\xfa\xe1\xd9\x4c\x58\xd0\xf1\x53\xcf\x6a\x87\xf0\x9f\x3a\x56\x89\x6a\x39\x55\x9b\x92\xd0\x9b\xb3\x3b\x8f\x04\x73\xdf\xed\xf8\x60\x72\xbb\xcd\xa4\x31\x0f\x7d\x99\x49\x63\x1e\xba\xcd\xa4\x30\x83\xb1\xc9\xd6\x15\x2f\x28\xa2\xa2\x92\x15\xf3\x1c\xce\x9b\x00\xb7\x50\x5a\xac\x0f\x98\xe2\x14\x28\x28\x7f\xb8\xc5\x30\xa2\x91\x03\x32\x8c\x68\x84\x7d\xc8\x49\xf0\xa9\x4c\x70\x2a\xed\xd5\x98\x7f\x82\xcf\x9d\xc3\x89\x14\x98\xa8\xe1\x44\x0a\xcc\xc3\x58\x16\xbb\x98\x29\xe9\x69\x93\x6a\xbc\xe7\xd2\xd3\x42\x24\x39\xa7\xd1\x65\x31\xe6\x9f\xe6\x55\x71\x21\x9c\x53\xb8\xc4\x90\x9a\xce\x9f\xda\x54\xf1\x41\x9c\x8a\x9c\x28\x64\x29\x38\x95\xac\x0a\x03\xd1\x29\x17\x41\xc6\xbe\x7b\x4e\x83\x0c\xe9\x42\xb8\x9e\x4f\xb0\xf8\x79\xba\x3e\x2e\xb7\x96\xc4\xc1\x0e\x9a\xf4\x32\xdb\x8d\x5b\xec\xca\xb6\x39\xcf\x78\x3e\xff\xfb\xdf\x47\x6d\xb9\xb2\x6c\xd0\xb1\x76\x57\xb6\x23\xa3\xf0\x81\x75\x8c\x98\xa8\x4b\x29\x28\x3e\x2f\x88\xa1\xc2\xe7\x2f\x33\x54\x10\x0d\x57\x31\xd7\x61\x4c\x66\xa8\xd8\x95\x2f\x3b\x5c\x83\xd7\x5d\x2e\x77\x35\xe8\x62\xc8\xda\x18\x43\x50\x45\xab\x19\x3c\xe9\x2a\x36\x33\xf0\xbf\xbc\x35\x61\xb8\xba\x1c\x34\x57\x78\x7f\x29\x52\x0c\xf1\xd1\x0b\x7c\x60\xa1\x29\xf8\xe2\x55\x85\x85\x0f\x85\xe3\x12\xaf\x1d\x39\xce\xf6\xf5\xe3\xa4\x75\x06\xef\xbd\xcc\x48\xc3\x90\x71\x55\x17\xcc\x8c\x59\xaa\x22\x31\xb8\xe8\x55\x65\x8e\xfc\x74\x68\x53\x58\x74\xd8\x6c\x9b\x8b\x29\x59\xa6\xa6\xe8\xaf\xd9\x72\xc3\xb3\x2c\x37\xa1\xdf\x5c\x4d\x86\x0e\xfa\x6f\x56\xf2\xf9\x5f\x32\x7f\xe5\x7b\x4f\x59\x4c\xa9\x33\x01\x56\xbe\x5f\x33\x14\x3f\x74\x07\xc7\xc4\x0d\x76\x39\x35\x20\xd5\x53\xae\x6e\x01\x2a\xee\x96\xab\x2b\x38\x26\x44\x86\xab\x5b\xa8\x60\x10\xdd\x97\x0f\xb3\xd8\xd7\xe5\x13\xd3\xa2\xea\xbc\x1c\xfc\x4b\xf8\x47\xd2\xc5\x5f\xca\x57\x51\x37\xba\x54\xfa\x08\xb6\xa2\xca\x70\xe5\xe0\xc0\xd7\x90\x49\x34\x58\xfa\xa5\xb2\x5b\xa8\x3e\x97\x92\xb7\x97\xd0\x12\x2f\xdb\x8f\x58\x96\x61\x03\x18\xcf\x02\x81\x71\x3c\x6d\x3e\xea\x3c\xcb\x7c\xc4\x49\xb0\xf9\x08\x9c\xd5\xe5\xcc\x7c\xd8\x1c\xaf\x69\x4d\x29\x7a\x70\xd4\x17\x35\x8f\x2e\x67\xe2\xa3\x70\xd5\x35\x2d\x9e\x34\xde\x70\x44\xc5\xa7\x0d\xc3\x19\x58\xdd\x69\xf9\x24\xc4\xa8\xeb\x1f\x33\x8b\x89\x9e\xce\x11\xc3\xcc\xc9\x03\x9a\x3e\x5f\xa8\x7c\xe8\xa7\x49\x23\xec\x20\x55\xe5\xb0\x48\x1c\x74\x1d\x82\x96\xb2\xd6\x87\xa0\xae\x2c\xb5\xca\x5f\x51\x1a\xe0\x72\xb9\x2b\xe8\x3e\x04\x34\x65\x43\x1e\x66\x12\x31\xe2\xc3\x27\x8c\xfe\xec\xa2\x60\x3c\x97\x9e\x63\xa2\x9d\xa7\x22\xb7\x3f\x85\xc5\x5e\x87\xd2\x08\x04\xeb\xbe\x4e\x6f\xa4\x68\xfd\xd4\x79\x8d\xfb\xe7\x3a\xe5\x56\x8f\xdb\xe3\x3a\x65\xba\x8e\x7b\xf9\x3a\xe5\xb0\x66\x76\x4e\x99\xae\xe3\xd2\xbd\x4e\xc1\xaf\x33\xff\x0f\xfd\x1f\xb3\x65\x80\x24\xd3\x6f\x80\x64\x08\x59\xd7\x29\x53\x37\x1c\xf0\x94\x33\x21\xf3\xbd\xd2\x0e\x64\xc6\x2b\x53\x3d\x4c\xfd\x14\xbd\x71\x81\x5f\x97\x4c\xe3\xec\x5b\x55\xea\x2a\xdc\x1a\x97\xe9\x8f\xef\x2f\x99\xc6\x39\xb8\x97\xc0\x8c\x71\x61\x5f\xaa\xd4\x85\xaa\x7c\x19\x4d\x19\x42\xf9\x25\xf4\x24\x06\x80\xcb\x95\xb5\xa8\x0e\x7b\xd9\x68\x84\x36\x71\x39\xf9\x79\xc8\xe4\xd7\xbd\x2c\x78\xd1\xc4\xed\xa0\x71\x78\xae\x42\xb5\x0a\x26\x80\xcb\x56\x23\xf4\x8f\x6b\x19\x89\x58\x96\xdb\x46\x3d\xd6\xe1\xf6\xc1\x09\x0b\xf4\x25\x2b\x51\xfb\x34\xe1\xbb\x88\xcb\xe9\xf6\x5d\xc4\x07\x8b\x25\xc4\xc0\x1f\x99\x26\x43\x39\xbb\x1e\xa5\x6c\x66\x69\x1e\x99\xf0\xb8\xa0\x1f\x9b\xf0\xd8\x5b\x8f\x4d\x95\x3c\xdb\x18\xc6\xf5\x67\x3f\x2f\xe8\xcb\x4b\x7e\xde\xfa\xe1\x5b\x8f\xc0\x7b\x6c\x27\xf9\x7d\x1b\xa0\xe6\xeb\xb1\xad\x2b\x14\xd9\x6b\xd9\x84\x42\x51\xbd\xec\xe6\x45\x21\xbc\x64\x14\xfa\x32\x63\x05\x5d\xed\xe8\xba\x97\xe0\x96\xb8\xf0\x2f\xc1\x2d\xf7\xcf\xe4\xca\x11\xdc\x32\x6c\x4a\x8e\xe0\xcf\x82\xbd\x8e\x09\xe4\x02\x50\xae\x3c\x94\xe3\x4b\x41\x59\x28\xa5\x97\x5c\xbf\x9f\x5d\xf4\xca\x8e\xc0\x1e\x71\xa6\x3c\x8c\xd5\xb7\x3d\xbf\x58\xbb\x6f\x87\x60\x61\x2e\xbf\x9d\x48\x1d\x47\xde\xed\xc4\x78\x38\x15\x6e\x85\x60\xe1\xf7\xba\x37\xa9\x58\x83\x3e\x0c\xe2\x0a\x33\xe1\x2d\xbb\x11\x7a\xdd\x2d\xbb\x51\xef\xb1\xd9\x6f\xd9\x8d\x1a\x0b\x78\x2b\xde\x8a\x12\xec\xf7\x66\x55\xe4\xdf\x26\xba\x77\x87\x35\xf1\x81\x2c\x41\x85\xe5\xba\x65\x09\x2a\x60\x68\xee\x5d\x81\x4d\x9f\x2f\x1c\xd8\xc4\x20\xf6\xa5\x06\xf0\x85\x6b\x5b\x85\x20\x77\x3b\x0f\x5e\xfe\xb4\xa1\xd0\x9d\x60\x23\xb7\xec\x3a\x9f\x5b\xe0\x56\x7c\xd6\x27\xc1\xd3\xad\xa0\x0f\xdc\xb2\x77\x13\x7a\x3f\xae\x91\xbb\xf9\xda\x88\xb9\x94\xe0\x03\xf4\xfd\x76\x0e\x64\x44\xbd\x5b\x92\x0f\x09\x96\x6e\xe7\x40\xfe\xac\xce\x12\x85\xe8\xa2\xdb\xf9\x1f\x73\xa9\x20\x0e\x6a\x3d\xdc\x5d\x25\x91\xd9\x32\x5d\x38\x92\xd8\xd6\x77\x57\x0a\xa9\xc9\xfb\x72\xb6\xef\x7f\x4a\xa2\x7a\x77\xa5\x63\x82\xfe\x9f\x44\x34\x32\x0b\xad\xa0\xfa\x02\x20\xe3\xee\xd6\x08\x18\xad\x45\xa2\x68\xc0\x22\x11\xa3\x1d\xe2\xec\x85\xff\x1d\xe9\x14\x57\xd9\xfd\x53\xff\x06\xa7\xf4\x96\xcf\xad\xb0\xea\x8a\x00\x21\xdf\xd3\x2d\x19\xa9\x14\xbe\x37\x6b\x8f\x01\xa9\xdc\x0d\xee\x80\x7b\x0a\x06\x13\x2c\xf6\x9e\xf2\x09\xb2\x47\xa6\x7c\x82\xb4\x27\x8f\x18\xac\xe9\x5e\x1e\xb1\xca\x07\x82\x5c\xb3\x0b\x5d\x76\x06\x1d\xf8\x9e\x06\xb1\x04\xcb\xbd\x15\xd2\x4e\x96\xb2\xdb\x55\x65\xc0\x83\xdd\x06\x77\xe1\xa9\xbd\xe5\x03\x23\x0d\xd8\x7d\x98\x75\x85\x8e\x72\x1f\xcd\x66\x27\x9a\xe8\x7e\x83\x1f\xcc\xcb\x62\x10\x76\x7b\x7d\x76\xea\xb1\xa4\x36\x3a\x91\x55\x09\xd8\xda\x7d\x18\xec\x39\x19\xf8\xed\x37\x62\xb1\x0e\x67\xfe\x64\xb9\x0f\xa7\x91\x0c\x7b\xce\xad\x18\xf7\x0c\xfa\xe6\x76\xaa\x61\x98\xd1\xe9\xed\x1c\xc3\x3a\x95\x40\x8c\xe3\x70\x7a\x7b\xc7\x18\x4e\xab\x42\x7c\xaf\x1d\xbb\xd3\xa1\x04\x37\x8e\x83\x62\x3b\xa8\x4b\x76\x9f\x8a\x8e\x09\xc1\xf1\x56\x3a\xae\x1c\xb7\xf6\x2d\x27\x58\x47\xba\xbd\x95\x8f\x8b\xe2\x22\xb7\xf2\x71\xe5\xf0\xb1\xdc\x72\x8a\x7d\x8f\x84\x72\x6c\x81\x15\xb9\x2f\x09\x63\x71\x29\xdc\x2a\x1b\x4a\x8c\xd3\xad\x1c\x5b\x98\x02\xee\x4b\xc2\x16\xfb\x49\x65\x41\x4b\x65\x84\xc2\x45\x84\x13\xf9\xbe\x84\x3b\x60\xbb\xa9\x2a\x28\x11\x48\xf7\xed\x13\xc0\xb3\x8e\x64\x28\x52\xb7\x73\x70\x71\x05\x49\xd4\x69\x9f\x19\xb8\x4d\x10\x1f\x28\xfc\x26\xb4\xc9\xdb\xd1\x20\x21\x8d\xdd\x4e\xca\xc5\x15\x26\x24\x1b\x41\x5b\xf7\xed\x23\xcc\x80\x44\x70\xdc\x92\xb7\x93\x72\x35\xfa\x97\x74\xc9\xe9\x70\xf4\x07\x37\x85\x91\x6e\x1c\x27\x47\x83\x70\x2d\x18\xe9\x46\xfb\x8f\xdc\xfe\x4c\xa8\x92\x74\xa1\x8b\xde\x8f\x80\x17\x21\xdb\xdf\x8f\x70\x0b\x2c\xe0\x23\xdc\x05\x7b\xfc\x27\xef\x4c\x12\x56\xde\x8f\xa4\x4f\x58\xc8\x23\x03\x03\x1c\xe4\x11\xcb\x62\xc1\x7e\xd2\xcf\x44\xc2\xba\x55\xf7\x13\x6f\xc4\xfd\x9a\xbe\x68\x4f\x95\x66\x90\xf9\xee\xd7\xf4\xf1\xbf\xa4\x65\x2e\xa9\x57\xda\x3e\xac\xe0\xf5\xf8\x82\x1e\x39\xb7\x08\x51\xbb\x5d\x0f\x06\x15\xf0\x5e\x21\x21\x6c\xd9\x77\x89\xcb\xff\x86\xfc\xb8\x20\x4c\x6a\x7f\xf2\x13\x3d\x0a\x3c\x6f\x88\x41\x8f\xcb\xc7\xa0\xcb\x3f\x9b\x53\x1b\x05\x5b\x78\x36\x67\x9f\x6a\xf4\x68\xf9\x3b\x8e\xc1\xe3\x98\x12\x44\xa9\x67\xb3\xfc\x1d\xfb\xf0\x71\x50\x09\x3c\xf1\x71\xbd\x98\xef\x38\x4c\x79\x30\xde\x47\x41\x24\x95\xc3\xfa\x6c\xe2\xe5\x74\xe2\xa0\x12\x5a\x58\x41\x25\x50\xe2\x7c\x60\xa0\x6e\x9e\xdd\xde\xe6\x4f\x13\xc6\xe9\x7e\xda\xb0\x08\x5e\x79\xc3\x5e\x74\x06\xbe\x5b\x06\x67\x58\xae\x07\x03\x96\xe6\x71\x12\x31\x4c\xd8\x8f\x93\x88\x61\x03\x7a\x9c\x44\x0c\x4b\xfa\xe3\x0a\x31\x20\xc0\x9e\x5d\xb2\xcc\x67\xe4\xd2\x35\x58\x82\xdd\x73\x11\x83\x48\xeb\x5e\x8b\xd9\x73\x79\x18\xba\x54\x8e\x31\xd2\x79\x3e\xce\x31\x06\xc4\xe9\x71\x8e\x31\x20\x47\x4f\x5a\x53\x11\x73\x93\x1c\xa5\xcf\xec\x29\xc9\x18\x19\x31\x1f\xb9\xc0\x2a\x17\xf8\xa3\xd8\x16\x72\x86\x3e\x76\x79\x01\x72\x7f\x9c\x63\x0c\x07\xc1\xe3\xd8\x16\xd4\xd1\x27\xcb\x21\xcd\x44\xe4\xa5\x6a\x04\xe5\xd9\xaa\x06\x2d\x28\x44\x87\x99\x91\xbf\x6b\x47\xe1\x7f\xb2\xdd\xea\x61\x61\x7b\xb2\x2a\x8b\x40\x86\xfc\x5d\x9f\x7b\xeb\xc9\x4b\x90\x8c\xc9\xcc\x76\x39\x87\xe4\xf3\x94\xa5\x33\xc5\xf4\x3b\xb8\x05\xb5\xfc\x29\x0a\xc9\x61\xee\x8a\x87\x1d\xa3\x72\xa9\x18\x0c\x56\x8f\x4c\xad\x9f\x90\xe6\xc7\xd5\x60\x28\xe2\xfc\x14\x8b\x19\xf4\x29\xdf\x2b\xdb\xbf\x48\x63\x62\xf6\x8b\x35\x26\xbe\xb7\xeb\x75\xf2\x81\x5d\xd4\x93\x41\xda\xf7\x1a\x37\xf6\x53\x9c\xac\x99\x3e\xab\x8d\x89\x21\x33\x3c\x2e\x06\x43\x76\xe5\xc7\x9e\x2b\x14\x9a\xa7\x5a\x67\xa2\x09\x3b\x24\x1b\x3f\x2c\x33\x18\x5f\xc8\x21\x19\x12\xd8\x53\xed\x90\xec\xfc\x60\x87\x64\x5c\x83\x8f\x63\x65\x3e\x1c\xca\xbe\x2b\xcc\xa8\x4f\xb5\x3a\xc8\xf4\xca\x77\xf5\xd9\x15\x6d\xa9\x87\x31\x3b\x8e\x96\x01\xdd\xf4\xb4\xa5\x2f\x46\x9b\x2d\xab\x09\x5e\x10\x1c\x9a\x6d\x63\xdf\x16\x78\xa8\x47\xbe\xad\xcf\x5e\xb6\x6f\x0b\xc8\xd7\x23\xdf\x56\x27\x5a\xe9\x59\xa9\x89\x3b\x6d\x1e\x96\x0b\xe9\x54\x5e\xbb\xc1\x0b\x4b\x70\xa4\xcd\xd7\x3f\x44\xaf\xb2\xff\x76\x22\xe7\x1e\x05\xc4\xe0\x6b\x7c\x14\x10\x93\xc0\xa3\x3f\x72\x77\xe1\xae\x7c\x64\x0f\x6e\x9f\xe9\xee\x72\xbc\x0e\xba\x30\x7e\xb2\xfe\x29\xb0\xe8\x91\xb7\x2c\x61\xb2\x7c\xba\xb5\xe6\x58\x9b\xbe\xc4\xe5\x20\xb2\x9b\x68\x3e\x90\xfb\x85\xa2\x1a\x8f\xa3\x69\x80\x89\x3d\x43\xc9\x3f\x42\x94\x7c\x86\x92\x7f\x84\x2c\xfa\x0c\xe7\xc0\xe7\xc0\xfe\x94\xa3\xda\x43\xd8\x7d\x86\x63\x99\xe0\x4c\xaa\x18\x83\x63\xf8\x71\x38\xcd\xe7\x5e\xf8\xa9\x53\xb5\xc3\x56\x86\x63\x9d\x18\x82\xbc\x92\x83\x21\x38\xc5\xc9\xa0\x07\x99\x02\x06\x43\x70\xa8\x13\x5f\xc8\x06\x9d\x71\xf9\x3c\xaa\x0e\xf3\x61\xe1\x73\xb9\x04\x63\x0c\xf2\x95\x7d\x98\xfe\xb4\x47\x30\x04\xa4\x67\x2e\x53\x40\x90\x35\x97\x03\x90\x3e\x9c\xb0\x24\x64\xa2\x47\x06\xe6\x5c\x38\x8d\x3f\x1d\xab\x7e\x78\x9d\xc2\x65\x32\x35\x21\x1e\x85\xcb\x64\xaa\x31\x3c\x52\xba\x32\x35\x34\x1e\x29\x5d\x19\x1f\xfa\x73\x38\x7d\x01\xd3\xad\x4a\x9e\x19\x07\xd9\x23\xad\x2b\x7f\x76\xed\x61\xbf\x5f\x0c\xdc\x4a\x17\xfc\x54\x76\xe5\xca\x16\x90\xca\x55\x3e\x2c\x59\x69\xc5\x3a\x81\x97\x8f\x6d\xc5\x9c\xb5\xd3\x76\x48\xee\x1a\x85\xcb\x0c\xcc\x22\xcf\x29\x73\x1c\xbc\xce\xe1\x32\xc4\x07\x3c\x4e\xf0\x85\x7d\xf6\x51\x34\xcc\x67\x10\xae\x9b\x42\x30\xca\x73\xd9\x4a\x15\x16\xd6\xe7\x5a\x84\x47\xa7\x4a\xa7\x85\x6b\xf1\x51\xcd\x93\x06\x0f\xf9\x69\x39\x89\xbc\x36\xcf\xa5\x14\x25\x6c\x5c\x25\xd7\xfa\xe8\x61\xcf\xa5\x20\x86\x30\x28\x3d\xb7\x92\x61\xd0\xc1\x9d\xf4\x7f\xbc\xaf\x78\x1c\xdc\xe5\x8f\xe2\x71\x6a\x40\xbc\x1e\x69\x31\x39\x2c\x1d\x8f\xb4\x98\xfc\xf9\xdf\xc0\x37\x58\xd6\x2d\x97\x00\x97\x8c\xd4\x96\xbc\xf3\xbf\x4c\x23\x3b\xff\x3f\x7a\x66\xc0\x0a\x5a\x60\xd6\x1f\x5b\x34\xe9\xf1\xb1\xcd\x99\x2f\x1e\x29\x62\x1c\x35\x67\x13\x66\x33\x39\x7b\x70\x38\x39\x1e\x67\x0b\x86\x03\x3a\x5b\x30\x0c\x49\xd1\x35\xdf\x21\x3e\xb2\xdb\x73\xb8\x1f\xa9\x92\xdc\x36\xaf\x1c\x5c\xec\xb5\x65\x84\x85\xe6\x57\xd6\x1c\x98\xf2\xeb\x11\xc7\x22\xbc\x1a\x31\x9b\xf7\xb5\xea\xc8\xf7\x72\x4c\x20\x93\xbe\x56\x1d\x63\xc4\xaf\x1c\x13\xec\x9a\xd7\xaa\x63\xcc\xd0\x6b\x5d\x99\xf6\x04\x69\x67\x46\x5e\x21\xc4\x43\xfc\x78\x37\xa9\x56\x21\x9e\xbc\x4a\x47\x8c\xe1\xe5\xdd\xa4\x5a\xc5\xae\x7c\x37\xab\x56\x7c\x2f\xc7\x69\x70\x95\x77\x93\x87\x2f\xc4\x9f\x77\x93\x87\x6f\xd0\x9e\x54\xaf\xf9\xa7\x94\x74\xaf\x72\x13\x23\xda\xbe\x4b\x3b\x89\x9b\xf9\x75\x88\x3b\x77\xf9\xbb\x2b\xf0\x3e\xd6\xe7\x55\xe1\x49\x62\xd2\x5e\x15\x9e\x24\x93\xc7\xbb\xdb\xd8\x15\xe4\x2c\x35\x22\x04\x92\x77\xb7\xd5\x28\x44\xc8\x77\xa9\x11\x9f\x2e\x25\x5e\x7f\x9e\xe5\xb1\xe8\x74\x21\x25\xe2\xd3\xa2\x94\x88\xce\x10\xa5\x44\x40\xd3\x52\x22\x3e\x3f\x58\x49\x08\x4e\xfe\x2e\x25\x21\xf8\xd7\xeb\xa2\x92\xb1\x49\xde\x24\x8f\x45\x48\x66\xaf\x55\x84\x4f\x03\xe2\x7f\xb1\xab\xdf\xb4\x14\x1f\x1a\x58\x4c\x97\x37\x2c\x7c\x67\xba\x54\x96\x4a\xbe\xc8\xce\xa3\xcf\xcc\x2b\x75\xd5\x8e\xcb\xeb\xcd\xf2\xc4\x32\x0f\xd9\xc0\xc7\xd0\xea\x5f\x87\xc3\xe3\xb4\x7b\xff\x29\x0d\x74\x62\x1b\x5f\x68\x2e\x6f\x56\x29\x46\x26\x42\x45\x44\x76\xfc\x7a\xaf\xd2\x12\x63\xa9\x79\xf3\x42\xb2\xd3\xa9\xf0\x9f\x8d\x0f\x04\xd7\x60\xcb\x59\xa7\x20\xc1\xfa\x2b\x9d\xa2\x72\xc3\xbd\x45\x39\x0d\x1b\xcf\x4b\xf6\x8e\x41\x39\x5e\x9e\x23\xf2\x53\x32\x2a\x0a\xdc\x2b\x8d\x81\xeb\xea\x2d\x4b\x81\x0b\xb2\x57\xb4\x7c\x30\x91\xb7\xa8\x3a\x56\xe6\x59\x21\xe7\x61\xa4\x7f\x0d\x6d\x23\xf0\xe4\xad\xeb\xba\x8a\x31\x19\xda\x46\x2c\xce\x2b\x40\x06\x30\xb5\xd7\x80\x8c\xcf\x96\xa8\x4b\x90\xa2\x09\x07\xa1\x32\x55\x56\x08\x3e\x67\xa7\x3a\x6c\x3c\x44\xd8\xd7\x25\xff\x29\xb8\xfd\x56\xc7\x8d\x0f\xda\x58\xc2\x14\xe3\x92\xa3\x05\xd2\x9b\x85\xab\xca\x0f\x16\xae\xe2\x83\x66\xe1\xea\xf3\x83\x03\xc9\xe3\xd2\x78\x9b\x03\xc9\x83\xc9\xbf\xcd\x30\x21\x8e\xb0\x72\xc5\x0e\x72\x28\xbe\xd3\x94\xc4\x17\xd3\x5c\x36\xe8\x98\x32\x58\x85\x4b\xe3\x75\x55\x09\x8a\xd1\xbe\x8e\xe9\x60\x7a\x25\x5a\x95\xcf\xd6\x76\x24\x32\x87\x5e\x92\xd5\x18\x9f\x16\xb4\xd5\x19\xe3\xa1\x0c\x80\x9f\x2e\x7f\x7b\x80\xd4\x57\xef\xe1\x89\x8b\x69\x38\xed\xa1\x8a\xef\x55\x26\xa2\xc6\xcd\xf7\x5a\x8a\x9a\xbc\x6f\x81\x86\xa3\xe4\x8a\x78\xc4\xc3\xbd\xe7\x6f\x1f\x73\x73\x48\xec\x1a\x19\x0e\xa0\xb0\xe5\x0e\x08\xe2\x55\x8c\x47\xdf\x3f\x4d\x4e\xeb\x03\x74\x7a\xf8\x07\x46\xf9\xf8\x07\x7a\x79\x85\x60\x89\x4e\x2e\x23\x8b\x76\x7e\xd0\xfa\x87\xa2\xf5\x5e\x76\xab\xc5\x20\x2e\xc3\x53\x83\x8a\xcb\x05\x98\xfe\x14\x6f\xf4\xfe\x84\xba\x06\xec\xee\xbd\x6c\xa4\x08\xb7\xed\xfb\x13\xea\x1a\xb5\xa7\xdf\xcb\x0e\xb8\x70\x03\xbe\x3f\xa9\xae\x51\x7e\xf9\x75\xca\x54\x58\xf7\xb5\xaa\xa1\x06\x3d\xb7\x75\xa6\x90\xba\x5e\x45\x73\x90\x63\xec\xfd\x89\x79\x8d\x5a\xbf\xef\x4f\xcc\x6b\x14\x89\x7e\x6d\xcd\x66\x63\xdc\x55\xff\xc7\x04\xdc\x82\x5a\xb1\x06\x3f\x31\xb0\x51\xb5\xfb\x5d\x25\xcc\x69\xf0\xd9\xe4\x9f\x8b\x21\x3f\xca\xe5\xc7\xa4\xfc\xc4\xb8\x44\x32\xbe\xf7\x71\x1c\x78\x34\xf8\xc8\xe1\xc1\x56\xff\x09\x75\x89\xec\x13\xef\x4f\xa8\x4b\x64\x5a\x7c\x1f\x05\xfb\x72\x7b\x3d\x2a\xaa\x03\x67\x7a\x94\x55\x8e\x93\xf1\x48\x70\x86\x0d\x3d\xca\xed\xc7\x96\x79\x85\xa4\x81\x6f\xbd\x92\x83\xc3\x6d\xfe\xfe\x44\xb6\x0e\xd6\xf5\xfd\x89\x6c\x1d\x8d\xf1\x7d\xed\x5f\xe4\x59\x70\xbb\x44\x7b\x16\x19\x42\xff\x7b\x5f\xa1\xaa\xc2\x95\xff\xfe\x64\xb6\x0e\xf0\xf5\xfd\xc9\x6c\x1d\xe7\xf2\xfb\xde\x7a\x3f\x08\xfe\xc9\x70\x1d\x60\xec\xfb\x93\xe1\x7a\x00\x7c\xe7\xf6\x93\xe1\x52\x14\x5e\x9f\xdb\xe6\xa3\xdd\xe2\x39\xe9\xfd\x1c\xcf\x8a\x5e\xfe\xe7\x08\x9b\x9b\xa2\xad\xc3\x99\x3d\xb7\x9f\x4c\x97\x6a\xa2\x7d\x45\x33\xff\x3b\x62\x73\x53\x1c\x46\xdb\x26\x1f\xc8\x27\xfa\x6f\x06\xe7\xb6\x49\x11\xf8\x34\xa0\x58\xe0\x7f\x3a\xde\xdc\xb6\x1f\xbb\xdc\xb6\x78\xde\x37\x3d\xc7\xfb\xbb\x3c\x4e\x0c\x50\x26\xe4\x1a\x91\xb1\x73\xfb\x89\x71\x79\xdb\x79\xa1\xaa\x81\x1a\xcf\x4d\xff\xf3\x7e\xd7\xff\x3c\x0b\xec\x34\x83\xa2\xdd\x3e\xb3\x98\xc1\x9f\x4c\x97\xb7\x3d\x08\xda\x4d\x50\xcc\xe0\x4f\xa6\xcb\x1b\x33\xfa\x93\xe9\xf2\xc6\x0c\xee\x26\x30\xc6\x97\x4c\x60\xf4\x97\x4c\x60\x8c\x37\x25\xfd\x1f\xfd\xff\x44\xbe\xbc\x6d\xd1\xff\x4f\xe2\x1b\x39\xc5\xf8\x93\x3c\x60\x93\xff\xe5\x01\xab\x31\xa1\x49\x6a\xcb\x8c\xf1\x65\x79\xbc\x5a\x7c\x9f\x85\xcb\x6b\x31\xbe\x6c\x17\x1e\x1d\x64\xa9\x31\x93\x17\xe4\x94\xae\x31\x40\x47\x67\x37\x3a\x50\xee\x83\xd0\x43\xe6\x96\xa5\xc7\xb4\x18\xa1\xa2\xaf\x07\x33\x9c\xe5\xa5\xee\x74\xf8\xa3\x60\x32\x43\x0e\xbe\x6e\xf1\xac\x60\xeb\xc9\x96\x29\xbe\xae\xf8\x5f\x2e\x9e\xc6\xff\x4d\x82\x1e\x7b\xb2\x74\x35\x10\x14\x15\xf9\xac\x5a\x0c\xa8\x58\x31\x89\x25\x29\x8a\xbd\x9d\x41\x50\xb1\xec\x52\xf8\xe1\x56\x83\x7c\x60\x0a\xf8\xff\xd5\x73\x4c\x91\xa2\xb3\xe7\xf6\x17\xcd\x67\x6e\xd5\xe4\xc6\x86\xaa\x56\xc3\x78\x96\x1a\xc6\x09\x54\x28\xf7\xe0\x84\x29\x94\x7b\xb2\xe1\x65\xde\xad\x11\xc0\x37\xb7\xaa\xa0\x50\x16\x58\x35\x23\x12\xe4\x2b\xfd\x68\x62\xbd\xaa\x5c\x64\xec\x28\xa5\x23\x4d\x9f\x0e\x15\xe4\xca\x80\x54\x0d\x22\xb1\x43\x9b\xf1\x30\x35\x16\xac\x49\x53\x63\x01\x9b\x25\xa4\x98\x3e\x49\x69\x35\xd2\xd4\xce\xcd\xc5\x20\xc2\xeb\x39\x37\x17\x83\x18\x74\x61\x2d\x87\xff\xed\xdf\x19\x31\x09\xc2\xaa\xd4\x0e\xdb\x30\x56\x65\xf0\x2c\xd5\xec\xf3\x81\xb1\x64\x3d\xa8\xec\x4b\x37\x8b\x51\x77\x39\x14\x7a\x90\xdd\x97\xae\xc6\x0f\xf2\x30\xf4\xa0\xa2\xcb\x31\xd2\x63\x1e\x5d\xde\x3b\xf0\x21\x73\xeb\x8a\x0f\x1d\xbc\x60\xb9\x8f\xff\x97\x8a\x43\x0f\x0a\xdd\xfb\x8c\xd1\xa1\x7b\x85\x31\x2a\x74\xef\x33\x66\x61\xb2\x38\x5a\x32\xd3\xee\x9f\xa3\xd1\xad\x03\x45\x0f\x8a\x71\x08\x25\x7b\x6e\x43\x16\xf6\x1c\x34\xb9\xae\x37\x67\xcf\x35\x21\x26\xec\x6b\x2c\x22\x79\xa3\xab\x85\x20\x72\x28\x8c\x2b\x07\x91\xc3\xa1\x1f\x9f\x2e\x7f\x43\xfa\xec\xe7\xa9\xb0\x0b\xb6\xe7\x74\x6d\xce\xa0\x69\x96\xff\xfe\xd7\x76\xa6\x7d\xfa\x4a\x0b\x92\xe6\xd4\xff\xb4\x77\xea\x39\x06\x34\x9f\x9f\xa0\xc7\xde\x9a\x16\x3b\x83\x80\x9f\x80\xdf\x32\xab\x74\xec\xfa\x3f\xc6\x73\x58\x0a\xe5\x7d\x29\x21\x5c\x28\x3f\xf9\x9f\xec\xff\x73\xb3\x65\x95\x0b\xeb\x27\xfe\xb7\xcc\xce\x94\x5d\xb5\x7c\x38\xf8\xe1\x14\x2d\x74\xf8\xf8\x85\xa0\xf8\x50\xed\xc3\x1c\x23\x38\x55\xfb\xb0\x44\x03\xa7\xc5\xc8\xa0\xe0\x94\x18\x99\x63\x86\x4e\x8b\x91\xd1\xc1\x4f\xfc\x6f\x3d\xc7\x0c\xab\x12\xc3\xe7\xf4\x49\xfc\x8f\x54\xb7\x73\x93\xb0\xff\x39\x5b\xa7\x13\x86\xb0\x84\xe7\xfd\x13\xcb\x98\x82\x53\x62\xda\xa7\x81\x57\xcf\xd1\xc1\xa5\xcc\x5b\x9c\xac\x4b\xb0\x30\xb6\xb5\x04\xfd\xf2\xb9\xd4\x7e\x92\x7e\xdf\xa1\xf0\x52\x12\x99\x11\x9b\xec\x1a\x7a\xa6\x01\xc9\x95\xec\x99\x9f\x2c\xdf\xa3\x12\xf6\xdc\x2e\x41\xb4\x39\x89\xb7\x2e\xe5\x1c\xfd\xdd\xee\x8f\x67\xcb\x8d\x31\x83\x3f\xc1\xba\xf7\x3d\x56\xe4\x1e\x7a\x8e\xf6\x6f\x89\x85\x88\x59\xb7\xc4\x42\xc4\xba\xdb\x62\x21\xdf\x4b\x0c\xdc\x63\xbc\x92\xcb\x3b\x7b\xe8\x91\x18\x98\xfe\x82\x48\x98\x9b\x84\xf6\xa8\x83\x3a\x37\x09\xed\x7d\x8f\xc9\x7b\x24\x23\x22\x20\x3c\x12\x92\xf7\x98\x0c\x41\x42\xb6\xcf\xfb\x42\x25\x71\xa2\x55\xc7\x2d\xa7\x20\x4e\x75\xda\xb6\xcf\xe0\x85\x42\xe2\x80\xfe\x84\xf4\x91\x21\xf6\xb5\x92\x11\xe3\x7b\x2d\x11\xf1\x2c\x01\xa5\x45\x7f\x3f\x21\x7c\x7e\x24\x3e\xa5\x34\xda\x43\x28\x9f\xdb\x4f\x08\x9f\x1f\x11\xeb\x95\x69\x98\x0b\xed\xf5\x00\x69\x50\x22\x16\x5c\xf3\xb5\x88\xf5\xef\x79\x97\x21\x15\x91\x70\x97\x21\x15\x11\x70\xdf\x2c\x72\x95\x78\xce\xfa\xbf\xc5\xb3\x25\x2e\x9e\xab\xfe\xaf\xf1\x2c\xc3\xf1\xe4\xfb\xae\xff\x79\x16\xe6\x28\x38\xe2\x2e\xc3\x6b\xe4\x85\x9f\xbb\x6d\xa9\x9d\xf1\x5a\x00\x63\x7c\xc2\xe0\x04\x87\xdb\x37\x09\x60\xc1\x11\xf7\x5d\x86\xe2\xe0\xc8\xfb\x2e\x43\x71\x9c\x96\xfd\x27\xa3\xe7\x28\x24\x38\xf7\x5d\x02\x59\x1c\xd7\x7d\x97\x61\x38\x4e\xcf\x2e\x91\x3c\x0a\xf7\xcd\x5d\x45\xe0\xc2\x3e\x31\xf7\x9f\x88\x5e\x60\x17\xfb\xaa\x01\xd7\xe9\xc0\x59\x2a\xe2\xbc\xed\x86\x6f\xa4\xcf\x90\x96\xb9\x38\x68\x92\xe9\x35\xb3\x26\xbb\x51\x3c\x4c\xca\xaa\x12\xc7\x28\x5d\x25\x2e\xc2\x83\xe7\x9e\x0c\xd4\x81\x2e\x5b\x67\x13\x13\xb5\xca\xc4\x05\x63\xdb\x93\xc1\x2b\x83\x4f\x7c\xc5\xf3\xec\x00\x93\x41\x13\x4b\x72\x89\x81\x26\x6f\x4e\x86\x65\xc1\x85\x67\x23\x38\x06\x84\x58\x72\x61\xdc\x59\x30\x9d\xe0\xae\xbb\x10\x1d\x8d\x0f\x5c\x34\x6e\xd0\xe4\x82\x78\x84\xce\xb5\x1b\xe2\xc1\xfc\x1b\xc1\x81\x80\xbb\x2b\x62\x39\xb1\xa3\x56\xb4\x31\x74\x66\xfb\xbc\x83\xe3\xed\x8e\x36\x8e\x84\x38\x73\x2f\xae\x8a\xce\x64\x3a\x18\x6e\xd0\x68\xb1\xb9\x86\x46\x05\xc8\xc8\x81\x59\x9f\xbb\x00\x19\xe3\xf3\x2c\x47\xdc\x4e\x0b\x66\xf3\x41\x47\xb1\xf9\x20\x36\x49\x91\x03\x32\xf3\xbe\xd8\x6e\x8e\x99\xac\x62\xb3\x89\x67\x63\xb9\xd8\xb9\x55\xac\x34\xc7\xc4\xfd\x64\xf5\x91\xe3\x26\xdd\x55\x2a\x20\x17\xfe\x6f\xfa\x3f\x28\x52\xa9\x80\x8d\x59\xaa\xf2\xc3\xc5\xcd\xbb\xcb\xf0\xda\x76\x58\x4f\x15\x6f\x8d\xab\x7e\x5f\x66\x56\x78\x81\xac\xaa\x3d\xb3\xda\xf5\x15\xf3\x88\x17\x9a\x98\x57\x88\x27\x7b\x33\xf3\x8a\xf7\x7f\xc2\xfa\x44\x9f\xde\x95\xa9\xa9\x84\xc4\xb7\x2b\x9c\x0e\x85\x7e\x6f\xe6\xc6\x7f\x89\x05\x9a\x7b\xb3\xee\x08\xab\xfa\x09\xf6\x93\x8b\x77\x57\x5a\xa7\xa8\x11\x3a\xf7\x76\xe8\x39\x56\x48\x69\x9d\x26\xa3\x97\x94\xde\xa2\x72\xfb\xdc\xbb\x0f\x2d\xbb\xdf\x62\xfa\x67\x6b\x4a\x4c\xcf\x70\x63\x89\xe9\x99\xbd\x2d\x31\xbd\x6d\x71\x7f\xed\x12\xd3\x33\xec\xb9\x9b\x7d\xd1\x83\xa1\x76\x9c\x27\x57\x67\xfb\x1c\xf2\xee\x18\x03\xf6\xc5\xb0\x72\x01\x8b\x57\xf1\xb5\x88\xbe\x9b\xfb\xb0\xdf\x27\x94\xb0\x7d\x98\x91\xc4\xb4\x0f\x69\x40\x83\x16\xed\xab\x9a\xb1\x6e\x43\xbe\xaa\xcf\xf3\xe5\x8d\x41\x0b\x76\x7c\x33\x75\xc3\x29\xa6\x98\x19\x57\x5a\x43\x91\xdb\xa7\x54\x20\xd8\xdd\x5c\x8c\x23\x46\x39\xad\x8a\xc3\x54\x15\x3f\xb7\xa3\xec\xef\x2e\xa3\x86\xee\xbc\xbb\x8c\x1a\xfa\xef\xae\x60\xe0\x0f\x5f\x76\x15\xb5\xcf\xf5\x31\xe5\xc7\x81\xf7\x2b\x7e\x6e\xc7\x60\xb0\x1f\x76\xe4\xb0\x4b\x84\x39\xdf\x3f\x37\x96\x64\xf6\x1d\x8d\x7e\x3f\x14\x70\x09\x33\x3a\x8c\x1c\x62\xb6\x0e\x23\x85\x98\xf0\x63\x71\xf2\xa0\x6c\x81\xce\x1b\x3f\x18\x35\xc5\xa2\x2e\x48\xf9\x4e\xa3\x76\xe6\x04\xe9\x87\xf3\x4f\xb0\x68\xe7\xe2\x9a\xd1\xe6\xa9\x1c\x0d\xdc\x0e\xa7\xe2\xe0\x39\x1f\xa7\x7d\x39\xcc\x9e\x64\xf5\xfe\x61\xdd\xce\x30\x3a\x98\xbe\xd3\x91\xf1\x50\xa6\x0c\xa3\x9d\x13\xf4\x4f\x9c\xe7\x07\xc7\x90\x73\x67\x9d\x0b\x80\x42\xaf\x8f\x7f\x88\x4f\x9c\x62\x14\xc6\x77\x19\xa1\x12\x2d\xd8\x94\x5f\xb8\x6b\x2f\x43\x56\xe0\xdd\xff\x64\xfe\x98\xbc\x9f\xcc\x5f\x3f\x9b\xd1\xd6\x7d\x58\x87\xcb\x10\x70\x2a\x2f\xb3\x16\x86\x24\xf4\xcf\xe7\x7d\x51\xf5\xf9\x5f\xb6\xe5\x4f\xfb\x32\xfc\xb1\x14\x97\xe2\xfc\x42\xaf\xdc\x6f\xe3\x46\x62\x7c\xcb\x78\x1f\x14\x39\x47\x2a\xd3\x7c\x2b\xf1\x25\x3b\x4c\x3a\x45\x54\xac\x9f\xbb\xcb\xa1\x85\xf5\x7e\xee\xb7\x8c\xd1\x21\x67\xef\xb7\x8c\xd1\xa1\x59\xef\xb7\x22\x7c\xb9\x3c\xee\x43\x0d\x32\x00\xdf\x76\x3c\xfb\xb6\xa3\xfd\x57\xbe\xb1\xb0\xc5\xee\x8f\x8c\xc9\x61\xba\xdc\x95\x35\x75\x0b\xc5\x60\x7f\x24\x98\x87\x79\x62\x57\x38\x5d\xcd\x70\xf7\xc7\xb6\xd9\x20\xf9\xd1\x75\xc7\x7d\xaa\x8a\xd0\x91\x37\x62\xee\x3f\x4d\x22\x6f\x61\x7b\xdd\x85\xe1\xc8\x85\xff\x25\xa8\x7f\x06\x28\x94\x49\x8d\x67\x41\x36\xf2\x9f\xea\x3c\xcc\xfd\xd5\x5d\x1d\x46\xbe\xdd\x6a\x46\xa1\x31\x19\x9a\x39\xac\xca\xad\x3a\xc2\x09\x3a\x77\xe1\x39\x32\x52\xd3\x2b\x6a\x0a\xff\x4b\x2f\x0a\xe3\xcc\x2e\xbd\xa4\x62\x4b\xdf\x7f\x7a\xc7\xfc\x90\xfb\xba\xce\x0f\xe7\x4a\x08\x0e\xe8\x4d\x56\x3c\x62\x01\x92\x15\x8f\x9d\xff\x75\x77\xc7\xcd\x95\xac\x78\x84\xcc\x95\x54\x70\x3a\x22\x41\x67\xb2\xe2\x91\xf9\xbe\xe9\xff\x12\xcf\x0a\xa5\x0d\x79\x29\x2d\x6f\x40\xa5\x03\x69\x1e\x9d\x0f\x0e\x75\x98\xe3\xf9\xd2\xf3\x8c\x67\x45\x37\xc4\x29\x4f\x9b\x4d\x19\x9d\x11\x88\xe2\x98\xf4\x24\x77\x41\x09\xa9\x3d\xed\xb2\x6e\x07\x57\x48\xbb\x29\xde\xe3\x79\x59\xb7\x63\x04\xd2\x45\xb6\xcc\xb3\x74\xa9\xcc\x07\xc3\x15\x65\x62\x4e\x77\x69\x93\x99\x67\x93\x14\x43\xde\x45\x52\x62\x84\x52\x16\x83\xf5\x25\xa9\x11\xa4\xce\x9c\x49\x06\xfe\x00\xe7\xcd\x94\xbc\x08\x41\x42\xd2\x22\x04\xdf\x49\x49\x23\x0e\x3e\x93\x92\x46\x1c\xc7\x38\x49\x85\xf8\x78\x14\x92\x51\xe0\x99\x55\x70\xc2\xd6\x80\xda\xce\xe4\x52\xd3\x78\x6d\x52\x92\x06\x18\xf7\x4c\xca\xd2\xf8\x42\x60\x49\x3f\x95\x61\x86\x5f\x6c\xa6\x9f\xca\x30\x03\xac\x39\x53\x56\x54\x49\xf0\xb6\xa4\x8c\xae\x93\x21\x09\xdf\x51\xc3\xfd\x3b\x53\x96\x4a\x18\x62\x6a\xca\x56\x09\xf9\x60\xe8\x39\x88\xce\x62\xd6\x4c\x52\x56\x1e\x8b\xb8\x93\x92\xc0\x1d\x2d\xd0\xf4\x33\x65\x99\xe8\xd9\x38\x76\x32\x70\x54\xb2\x4c\xf4\x2c\x6b\x91\x89\x9e\x9d\x59\x6c\xb4\x66\x12\x8b\xef\x1b\xe6\xa8\xc8\xce\xce\xc2\x17\x93\x14\x24\xfe\x94\x91\x89\x95\x2c\x15\x93\x10\x73\xe4\x54\x1c\x93\xff\x4f\xfd\xcf\xf7\x97\xe6\x9c\x11\x89\x22\x0e\x73\x79\xf4\x3f\xcf\xd2\xda\x43\x14\x48\x3f\x65\x65\x86\xab\x71\x26\xfb\x15\x38\xcc\xf6\x2b\x04\x73\x49\x3f\x5d\x65\x86\xaf\x73\xa6\x5a\xf4\x1c\x7b\x40\xb0\x90\x1a\xc9\xee\x66\xfa\x29\x2f\x13\xa3\x53\xaa\x5e\xc3\x20\xb0\xae\x8d\xc9\x0f\x12\xde\x39\x6b\xd5\x14\xf3\x2c\xe8\x51\xa0\x65\x67\xaa\xda\x96\x83\x21\x29\x33\x42\x65\xd9\xa5\xbc\x44\xc0\xdc\x4c\xcd\xfb\x34\x86\xd4\x1c\x79\xcb\x69\x6c\x26\x92\x06\xbc\x51\x83\x26\x27\x03\x09\x21\x2e\x39\x19\xc8\xe0\x7b\x85\x43\x4d\xfe\x3f\x4d\x23\x3f\x28\xbe\x69\x96\xbf\x5c\x39\xa9\xc9\x10\x33\xe9\xfd\x31\xc0\x28\x26\xa0\x79\x4d\x63\x02\xba\xd7\x34\xfe\xef\x3a\x87\x21\x2b\xa7\xee\x38\xa0\x10\x2a\x92\xeb\x22\x60\x3c\x4e\x4b\x59\x89\xf1\x2e\x65\x85\x93\xb8\x94\x15\xf6\x65\xff\x29\x0e\xc8\x51\x49\x3e\x85\xcc\xd1\xec\x66\x26\x6c\x1c\x39\x15\xb6\xcc\x46\x70\x65\x05\x0c\x3c\xe9\xa7\xee\x14\x2c\xd8\xc9\x99\x93\xd0\xfd\x93\x22\x65\x37\x74\xac\xe4\x6c\xb5\xd0\x25\x7d\xa8\x06\x3e\x79\xa6\x21\xad\x8d\xcd\x28\xbf\xc3\x86\xee\x9f\x54\x6d\x61\xfb\x8c\x5b\xf0\xf0\xed\x3b\x0a\x85\xee\x7f\x38\xb1\x75\x28\x4c\xf7\xc9\x39\x6e\xf1\x95\x26\x29\x51\xdb\x67\x72\x86\xed\x4e\x9c\xc2\xe1\xc9\x60\xc7\xb9\x0a\xdb\x4e\xb7\x4a\x64\x9b\xe1\x54\x4a\x5b\x82\xdc\x99\xa6\x8d\x4a\xec\x12\x21\xc2\x37\x34\xd6\xf4\xd3\xb2\xca\x87\xd4\x69\x52\x39\x06\x4a\x64\xfb\xa1\xc3\x89\x6c\xbf\x7d\xac\x45\x8f\xc9\x71\x60\x2f\x9a\x47\x9a\x5e\xf5\xa0\xcb\x65\x1c\x32\x0c\xd3\x81\xbd\xb8\x15\x93\x03\x7b\x3f\x4b\x72\xac\x45\x8d\x4e\x5c\xb5\x01\xa3\x5c\x3a\x96\xfd\x2c\xe6\xe2\x70\xa0\x1b\xe7\xf1\xf0\x06\xe7\xc4\x1f\x6b\x59\x63\x60\x87\x69\xe5\x85\x45\x2b\x6d\x2e\x5a\x83\xf8\x95\xf3\x96\x53\x76\x88\x56\x36\xb4\x6b\xb4\x61\x71\x4e\xa7\x91\x47\xf0\x7e\xe5\xbc\xfd\xf0\xca\xd3\xea\x3b\xff\x8b\xb0\xcf\x65\x21\xbd\x6c\xfb\x70\x63\xe9\x65\x1b\x6e\xae\x74\x4a\xc1\x67\x94\x52\xcb\xca\x47\xd6\x3a\x7d\xcd\x17\x46\x65\x0d\x9f\x41\x08\x8d\xca\xc9\x96\x12\x56\x51\xf0\x93\x0a\x3f\x8c\xcc\x25\xb8\x92\xe0\x32\xee\x4b\xa6\x42\xb6\x85\xd4\xb2\x0d\xdd\x3b\x5d\x82\x9f\xb2\xe8\xce\x79\xfb\xb9\xa5\x94\xf3\xf6\xc3\xb1\x94\xf3\x76\xc3\xa2\x93\x04\x96\xdf\x3e\x37\xb5\x80\x55\x1b\x36\x9e\x74\xd9\xab\x09\x13\x97\x66\xb6\xa1\xe0\x27\xa5\x34\xd9\x3e\x57\x8f\xa0\x55\x1b\xca\x5d\x72\x8e\x13\xfc\x92\xe9\x5e\xa4\x46\xa3\xce\x94\xfb\xb9\x7f\x6f\xaf\x69\x90\xea\x4c\xb9\x9f\xbb\xe2\xb6\x44\x80\x2c\xe9\xb4\x28\x1f\xa9\xc5\x59\x50\xb0\x65\x24\xe7\xce\xc5\xda\x91\x56\x5a\x14\x16\x49\x59\x50\x5a\x66\x83\x3b\xeb\x09\x16\x93\x74\x9b\x36\x98\xd0\xbd\x68\x8b\x71\x28\x37\xee\xf6\x11\x66\x9e\x45\x5b\x10\xfb\x58\x2c\xfe\x53\x79\xf0\x99\x9c\x26\x85\x21\x59\xaf\x03\x45\x94\x1e\xaf\x3a\x87\xd0\x79\x52\x3e\x57\xfb\xb3\x96\x9d\x1f\xbc\xec\x70\x78\xe7\x49\x61\x3d\x1e\xdf\xac\x28\x23\xaa\x8f\xf1\xdd\x6b\x8f\x8b\x3f\xa2\x3d\x3c\x8b\xd7\x32\x11\x6b\x66\x62\x22\xde\x4d\x6b\x1a\x4d\xbc\x9e\x98\xcf\x0f\xc9\x77\x40\xb4\x29\x2d\xaf\x46\xc9\xc9\x99\x5e\x03\x91\xc3\x0e\x90\x94\x60\x77\x22\x2b\x3b\x71\xca\x47\x27\x59\xfe\x27\x94\x96\x95\x61\x17\x5a\x9d\x61\x17\x2e\xf7\x3a\x36\x21\xf3\x82\x31\xd8\xd0\xbe\x72\xee\x86\x24\x94\x37\x07\x40\x4e\x7e\x70\x00\x64\x08\xfd\x79\x33\x2a\x3b\x04\xbe\xbc\xb2\xab\x84\x15\x32\x6f\x32\xf3\x0f\x9e\xed\xbb\x6f\x7c\x21\x69\x02\x64\x4d\x76\x5a\x5e\xc4\x8b\xbc\x99\xf8\x60\x42\x79\x5b\xb4\xf2\x89\xb3\x86\x4c\x3e\xb1\xdd\xb1\x33\x72\x13\xdb\x69\xc3\xc4\x06\xe4\x28\x2b\xf0\x18\x0c\x54\x76\xaa\xdd\x12\x88\x9e\xec\x54\xbb\x68\xaa\x79\xa5\xda\x85\x36\xa1\xff\xf1\xa9\x65\x67\xda\x8d\x38\xa0\x99\x77\x05\x77\x0e\xfa\x54\x90\xea\xe7\x7f\x61\x2f\x20\x63\x37\xa1\x61\xee\xcb\xfb\xa2\x8b\x2f\x4c\x57\x65\x0c\x8b\xae\xa0\x23\x89\xae\xc1\xb3\x62\x6f\x99\xcc\x64\x7b\x6b\xb4\xe8\x7a\x79\xd8\xc0\x72\x5a\x64\xf2\xc5\xba\x67\xf8\x44\x60\xe3\xd8\x48\xd9\xf5\xf2\xc0\x8f\x65\xa5\xd5\xc5\x71\x96\x5d\x3f\xaf\x84\x08\x9c\x93\xb7\xf3\xe0\x0d\x01\xed\x3f\xcf\x0e\xa9\x62\xa3\xa5\x35\x13\xfc\xa0\x0c\xd2\x93\x26\x15\x51\x40\x17\x8e\x28\xc0\x6a\x99\x95\x66\xb7\xd6\xb8\xeb\xb2\x23\x0a\xd8\xfe\x2b\xa2\x80\xa9\x5b\x11\x05\x71\xa6\x72\x16\xe1\x0c\x6a\x45\x21\x37\xfa\x58\x84\xc6\x54\xb9\xa2\x1e\xce\x89\x2c\x9f\x55\xc3\x00\x96\xa5\x24\x76\x0c\x2a\xb9\x98\x7d\xc4\x05\x9a\xcb\x62\xb4\xb4\x21\x48\x6e\x24\xfc\x9e\xb9\x58\xad\x62\xfa\x8a\x77\x62\xb8\x5b\xb3\xe3\x8e\xb9\x56\xb2\x92\xe6\x56\xec\xf0\xb9\xd8\xaa\x1e\x0c\x39\x3b\xf2\x38\x78\x54\x76\xe4\x31\xc4\x3b\xf2\x18\x79\x24\x2b\xac\x00\xd7\x66\x76\xe0\x71\x64\x05\x9f\xd9\x79\x1e\xa3\xe4\xd2\xcc\xae\xc1\x17\x59\x3d\x67\x56\x18\x01\xaa\x47\xae\x86\x02\x05\x03\xcf\x02\xa2\xed\xdc\xd2\xb9\x9a\xb0\x50\x08\x73\xb5\x5f\x71\xa7\x0d\x13\xf6\x37\x0b\x5e\xae\xa6\x3a\x88\xaa\xa6\x9a\xfe\x16\xd5\x31\x2d\xd5\x54\xc2\x01\x97\x82\x19\x36\xba\xdc\xec\x3a\x60\xc9\x9b\x5d\x07\x61\xd6\xcd\x52\x31\x3b\x70\x83\xac\xa0\x83\x1d\x83\x4f\x16\x9c\x6d\xe7\x76\xcc\x4d\x51\x20\xec\x55\x55\xe5\x1b\xfb\x46\x9b\x9e\x98\xc2\x1b\xc3\xb2\x5e\xcc\xbe\xc2\x90\x3f\xfe\x9e\xdc\xec\x47\x49\xfc\xe0\x74\x6a\xb0\x02\xc5\x25\xe3\x95\xca\xcd\x7e\x14\x58\x83\xb4\xcf\x86\xda\x90\x95\x64\x17\xe1\x3b\xf7\x45\x7b\x34\xd1\x7d\x83\xc0\x45\xbb\xd5\x32\x96\xa0\x8b\xd4\xb8\x0b\xb3\x31\x6f\x08\x06\xb9\xaf\x3d\x10\xa3\x50\xec\x71\xa9\x8c\xd3\xa8\x37\x4c\x35\xb9\x9b\x01\x35\x7a\xb5\xcb\x28\x33\x50\x2f\xf4\xce\x30\x54\xf0\x27\xaa\x05\xcc\xdc\xe5\x33\x82\x7f\xc8\x01\x97\x90\xf9\xb3\x54\xd2\x8f\x34\x9d\x15\x9f\x0c\x5e\x20\x0f\x2f\xf3\xce\x0b\x8e\x58\x64\x14\xc2\xc2\xf5\x0d\x4a\xa4\x93\xd6\x1a\xf6\xe9\xec\x12\xe0\x1b\x8c\xd1\x21\xcb\xe8\xbd\x79\x38\xdc\x1c\x86\xa2\x98\xe5\xc2\xe6\x1a\x0e\xb4\xff\x8c\xf3\x76\x13\x31\xe5\xd2\x40\xd3\x67\x59\xed\xc6\x43\x46\xcf\x8a\x5a\xae\x00\x36\xb2\x20\x75\x09\x85\x31\x4f\x47\xda\xb3\xd0\x53\x91\xf5\x1c\x1c\xe9\xa4\x09\x35\x37\x2b\xe7\x6f\x61\x07\x4f\xc1\xfe\x60\xe0\x53\xb0\x3f\x0e\x9a\x13\x6b\xa2\xd4\xe6\x69\x42\x83\xf0\xe9\x48\x28\x2e\x60\x17\x5b\xe9\x6c\x03\xe7\xd5\x44\x89\xcd\x73\x51\x1e\xd3\x2b\xcf\x60\x42\x03\xcd\x0e\xd6\xc1\x02\x9e\x97\x67\x30\x94\x8f\x7c\xa8\x42\x1f\x7c\x50\x3a\x6b\x42\xbf\xcc\xd2\x59\x13\x26\x80\x6c\x57\x61\x63\x89\xa4\xb3\x26\xc4\xd2\xbc\x7c\x87\x21\xf4\x67\xfb\x0e\xd1\xc7\xb3\x94\xd6\xd4\x38\xcd\xf6\x1d\x62\x42\xc9\x2a\x3e\x08\x76\x34\x1f\x4b\x64\x8c\xf9\x92\x2f\xb1\xc0\x31\x5c\x7b\x10\x95\x28\x9f\xf2\x4f\x85\xb7\x26\x9f\x6b\xd1\x63\xdc\x4a\x5f\x95\xb0\x2b\xe4\x53\xe0\xcf\x30\x00\xe6\x73\x91\x1e\x83\xb0\xb7\x11\x1b\x40\x3e\x17\xa5\xbc\x21\x46\x56\xd9\x27\xd2\x62\x7b\x66\x2e\xec\x5d\xac\xcc\xd6\x69\xab\x20\x6c\xc8\x15\xc8\x3f\xf7\xe1\x65\xaf\x28\xb4\xaf\x10\x6d\xee\xc3\x2b\x2b\x5e\x29\x48\xbb\x1c\xd0\x04\xd7\xb9\x16\x0b\xe6\x87\xee\x26\xf8\x44\x85\xf2\x58\x00\xc7\x74\x37\x2e\x2f\xa9\xa9\xe5\x8f\xa6\xbf\x2c\x1d\x36\x35\x0e\xe1\x4f\x87\xad\xed\x33\x80\xc7\xed\xf3\x82\x21\x34\xb0\xce\xdb\x64\x87\x0d\x21\xdf\x76\x06\xc7\x34\xb8\x2a\x63\xe3\x94\x4a\x85\x6d\x0d\xde\x70\xaf\x79\x88\x89\xba\xbd\x79\x61\xf1\x77\xd3\xb0\xe8\xa3\xeb\x99\x16\x3c\x2d\x31\xca\x7b\xed\x5c\x06\xe1\x79\x0a\xb5\x39\x4b\xc3\xad\x11\xe7\x3c\xf3\x6d\x4a\xb9\xf5\x6f\x95\xcd\x65\x4b\x48\x9f\x2d\xa0\xb9\xf3\x63\x42\xa3\xd3\x27\x69\x10\xd1\xe2\xe3\x10\x47\x84\x95\x47\x85\x71\xe1\xee\x52\x58\x53\xe3\x4e\x79\xbc\xdc\xf0\xab\x47\x74\x71\x18\x9e\xb5\x5e\xb1\x3e\xcf\x5a\x9f\xa0\x4b\x69\x3b\xdb\x44\xbc\x7f\x2d\x1d\x22\x3f\x2a\x4b\xe7\x07\x83\x91\x5f\x5d\x19\xe3\xf3\x83\xdd\xf5\x9f\x1f\x9c\xef\x1b\xd2\x56\x01\x47\x8e\xd8\xeb\xe0\x4c\x66\xeb\x5d\x2b\xc0\x27\x0e\xce\x64\xba\xde\x55\x34\x96\x5e\x2e\xf7\x02\x2d\x4a\x74\x01\x93\x73\xee\xce\xc1\x7d\x29\xfd\x33\xa1\x38\x17\x27\xf3\x8c\x74\xa1\xb3\x6c\x16\xd9\x3b\x6f\x28\xe9\x65\x30\x8b\xa2\xac\x56\x95\xbb\xae\x6c\x8b\xd6\x1e\x3f\x2c\x5a\x73\xfc\x30\xbc\x11\xf8\xc4\x81\xa8\xb1\xe5\xcb\xe6\x4c\x0b\x1b\xc3\x30\xad\x9d\x37\x16\xad\x25\x7e\x30\xe0\x3c\x44\xa9\xb2\x99\xd8\xc9\x1b\xaf\xdf\x08\x52\x76\x13\x1b\x92\x65\x51\xe6\xab\x84\xa1\xa7\xec\xab\x20\x2a\x3f\x2c\x34\x5b\xf4\xb2\x3b\xbf\x49\xc8\x67\x65\xf7\xda\x43\xdc\xee\x04\x27\x93\x1f\x14\x18\x8a\xff\xbb\x48\x47\x05\x06\x5c\x76\x4f\x47\x88\x5f\x65\x77\xa2\x89\x9d\x91\xfb\x9a\x88\xfb\xac\xa4\x45\x4a\xb4\x29\x15\x92\xfc\x8b\xb3\x48\x85\x2c\x35\x6e\x92\x92\x9c\x64\x63\xf2\x46\xf7\x4a\xf2\x83\xf7\x64\xb0\xec\x92\x8c\x29\x61\x25\xd3\xc2\xb0\xf3\x86\xd0\x17\x6c\x9f\xe4\xdc\x2b\x9f\x4e\xd6\xc8\x69\xe2\x11\x2c\x25\x66\x27\xb9\x4e\x01\xfb\x29\x3b\xec\x95\xf9\x93\x16\x99\x77\x36\x47\x56\xce\x99\x38\x6d\x25\x6b\x8b\xb2\xac\x59\x29\x67\x20\x23\x1b\x81\x18\x87\xaf\x28\xf6\x29\xa3\xef\x15\x55\x69\xef\xec\xa5\xbc\x08\xa7\x49\x83\x69\xf8\xc0\xe1\xc5\x10\x9e\xd7\xfe\x64\x50\x0e\x94\x66\x3b\x66\x9b\xa3\x59\x90\xec\xc4\x93\xd0\x21\x45\x35\xef\xb4\x51\xac\xa4\xec\xfc\x90\xfd\xc3\x9f\x14\xab\xa2\x30\xf6\xc8\x96\x36\x8b\xcb\x12\x44\x5c\xfb\x2c\x86\x66\x46\x60\xfb\x2c\x0b\x9a\xd9\xe8\xf0\x32\x56\x93\x36\x6e\x7b\xa6\x68\xc3\xf5\x35\xd8\x78\x75\xc5\x7b\xc7\xdc\x55\x4b\xd8\x85\x1f\x5c\x1e\x21\xd8\x52\x91\x46\x99\x33\x2b\x58\xad\x2a\x07\xe7\x2f\xd5\x6a\x11\x9b\xc2\x71\xe8\x99\x7d\xe4\x38\x74\x10\x93\x45\x55\xdb\x3f\xac\xce\x61\xe6\x44\x80\x14\xa5\x9d\xfa\xf0\x1c\xa5\x9d\x82\x9b\x16\x97\x61\x8f\xb4\xd2\xb3\x34\xcb\xfd\x99\x26\x95\x19\x27\xd3\xe5\x69\xf8\x13\x3f\x48\xd8\x05\x8b\x57\x5c\x76\x1d\x8b\x48\x71\xd9\xf5\x5a\xe8\xc4\x95\x76\xc3\x25\x5e\xba\xcb\x3a\xc7\x64\xb9\x0e\x7b\x0d\x77\x6b\x51\xda\xa9\xc8\xe4\x36\x8b\xeb\xb0\xa3\xaf\x14\xd7\x61\x8f\x8a\x35\xb3\x74\xa7\x09\x62\x2a\x5c\x98\xbd\xc2\x2a\x55\x88\x85\xa0\xa7\xe2\x42\x2c\x15\x7e\x23\xf5\xee\x03\x8b\x29\xdd\x3c\x8b\x15\x52\x6e\xa9\xf9\xe9\x43\x01\x41\x1c\x21\x97\x59\x41\x0e\x2a\x52\xcd\x32\x52\x4d\xb1\x26\x06\x82\xbd\x48\x11\x18\x35\x8c\x3f\x45\xbe\x29\xca\x1d\xcc\xe2\xe0\xf2\xc2\xa2\xae\x54\xa7\x30\xa4\xdb\xf1\xdd\x7c\xf2\xae\x28\xf8\x7f\x6b\x54\xff\xb1\xac\x7f\x23\xad\x3a\x15\x03\x59\xa8\x3a\x2d\x57\x6c\xb5\xaa\xd9\xe9\x40\xf3\x6b\x17\xbe\xb7\xf2\x81\x42\x17\x42\xb0\xa9\xdd\xae\x90\x50\x14\x6a\x37\xa6\xb0\xd0\xc2\xeb\x26\xa3\x09\xa9\xba\x38\xd5\xeb\x50\xcc\x76\x2c\x48\x1d\x0a\x11\xce\xfc\xef\x7c\x05\xc1\xaa\xeb\x10\x68\x39\x50\xd6\x75\x18\xb5\x55\xe3\xd9\xa8\x2d\xfe\x57\x9e\x9a\xd8\x12\x55\x59\x8b\xb7\x90\xbd\xab\xb2\x16\x6f\x99\xef\x85\xa0\x61\x1a\x87\x80\x75\x0c\x50\x59\x8d\xb7\x38\x2c\x75\x0a\x03\x14\xfb\xa3\x4e\x85\x5b\xc4\x81\xae\x53\x80\x9b\x60\x12\x75\xaa\x80\x40\x6c\xe2\x3a\x6d\xe2\xdf\x69\xd0\xf7\x59\x88\x3f\x75\x0a\x8d\x12\xfb\xa9\x4e\x17\x38\xda\x69\xf2\x14\x14\x82\x2e\x85\xdd\xd8\x19\x92\xb0\x1a\x9f\xf7\x5f\x3d\x47\x83\xd2\x43\x4b\x54\x89\x9e\xf5\xb0\x53\x38\x96\xf5\x70\xb2\xa1\xc2\x0f\xf2\x12\x27\x5a\x10\x8a\x99\x49\x57\xa5\x50\x70\x4f\xf5\x58\x97\x76\x2c\xeb\xb1\x88\x8c\x31\x1f\xd6\xc4\x62\xc7\x57\xfb\x45\x31\xcf\xd5\xc3\x9b\x2d\x33\xca\x5b\xee\x14\x3a\xb5\x6b\x8a\x89\x3a\xed\x89\x0a\x21\xb9\xfe\x94\xcc\x02\x28\xa5\x4a\xc7\x9c\x11\xa1\x3f\xab\x54\xc8\xfd\xa7\x20\xfe\xe1\x62\xaa\xf2\x9a\xee\x51\x6d\x7b\xd6\x73\x59\xce\x62\x9e\xe4\x14\x25\x56\xa7\x9e\xcb\xfd\xc0\x0f\xb7\x9b\x60\x48\xcb\xd7\x42\x13\xaf\xdf\x08\x22\x2e\x1b\x05\x43\xf9\xae\xd7\x32\xf9\x45\xa3\x97\x6d\x9f\x9c\xfc\x9f\x7e\x59\xb1\x9f\xd4\x6b\x8d\x93\x1f\x64\x76\x9f\xf4\xb1\x2c\x9f\xb1\x07\x2f\x1b\xd1\x59\x40\xe3\x4b\x83\x39\xd7\x7b\xe9\xef\x31\xee\x5b\x36\x9a\xe0\xff\xf5\x56\xde\x47\x78\x89\x54\xbb\xc8\xad\x3c\xeb\x8f\xa1\xd5\xa8\xf0\x3b\xab\xf5\x32\xdc\xac\xf5\xb6\xd0\x1f\x52\x44\x7d\x56\xed\xf6\xe8\x52\x8a\x19\x71\x6c\xf5\xb1\x80\x15\x63\x7c\x1c\x0b\xc9\x8e\x51\x9a\xaf\xbc\x33\xb7\xf2\x2d\xe6\x9d\x15\x7d\x16\x4b\x8c\x4f\xac\x34\x81\x12\x6d\xbb\xb1\x5f\x33\x9e\x9d\xe8\xfe\xf3\xc3\xf3\xdf\xff\x5a\x64\x8d\x98\xed\x27\xf3\x92\x8a\x66\x36\x47\xfa\xc4\x5a\xb4\x94\xf4\x7f\x8d\xe7\xac\x67\xbe\x77\x84\x69\x8b\x67\x95\xd6\x19\xbc\x2f\xe1\x76\xe7\x7d\x23\x89\x63\x3c\xbf\x7b\xa1\x21\x60\x34\x85\xf0\xc0\x6e\x5a\x52\xc4\x69\x30\xc0\x96\x1d\x71\x1a\xe3\x5b\x72\x6c\x7c\xaf\x00\x1e\x4e\x72\x5b\x21\xfd\xb1\x35\x9a\x7c\x1d\x0d\xd3\x64\xfb\x89\xa5\xad\x87\x22\xd1\x7e\x52\x69\xeb\xcc\x80\xa4\x52\x5c\xad\xed\x27\x94\xb6\x1e\xb2\x77\xcb\x4a\x65\x52\xf8\x5f\x69\x49\xe3\x2a\x6c\xf6\x94\x84\x40\xda\xe4\x28\x69\x80\x9d\x9b\x04\x52\xd0\x0d\xad\x28\xe4\x34\x4e\x54\xb3\x9b\x24\x8e\x43\x93\xc4\x39\xd2\xa7\xc5\xe3\xbf\xff\xf5\xfd\xd3\x80\x42\x48\x27\x0d\x28\x84\x94\x11\x55\x65\xfe\x88\x4b\xa8\x55\x05\x15\x42\x61\x15\x1a\x9b\x0e\xab\xd0\xd8\xf4\xb7\xa2\xe8\xe3\x88\xb7\x2a\xb4\x35\x23\xfe\x09\x96\xa9\x32\x25\x55\x21\x9c\x89\xf7\x85\xae\x66\x0a\x7f\x62\x66\x8a\x8c\x8b\xb3\x55\x85\x74\x86\xdd\xa4\x35\x85\x70\xb2\x44\x4d\xa9\x4a\x58\x22\x79\x00\x06\xa0\xce\xa6\xd0\x18\x4c\x99\xad\x29\x33\x47\xa5\xc1\xeb\xf7\x7f\xb0\xe2\xd6\x94\xa2\x2f\x9c\x48\xad\x29\x0c\x33\x24\xf6\xa6\x0a\xe8\xa0\xa1\x5a\x17\x98\xba\xf2\xac\x6b\x96\x15\xe8\x46\x83\x47\x7b\x5d\x89\x3a\x32\xed\x09\x3f\x1d\x06\x94\xd6\x15\x36\x0a\xc1\x92\xfb\x4a\xdd\xf8\x41\x68\xef\xca\x07\x02\x0b\xb3\x24\xfd\x91\x1c\x10\x03\x1a\x92\x0b\x98\xe1\xe1\x4d\x17\x1c\xb3\x09\x44\xb6\xb1\x44\x43\x82\x00\x7b\x66\x18\x0b\xfc\x97\x4a\x7a\xb3\xb9\x16\x03\x87\x78\x49\x39\x8c\xc6\xa3\x65\x34\x96\x6a\x18\x8c\xac\x98\xa0\x23\x9b\x8a\x33\x10\x23\xdc\x24\x96\x94\x1a\xcc\xb5\xfd\xc4\x92\x49\x50\x70\x5b\x52\x49\xf4\xa0\xe2\x0c\xe0\x80\xdb\x14\x70\x8f\x05\x31\x84\xeb\xd3\xa1\xe1\x12\x21\x43\xb4\x85\xd8\x0a\xa1\xa1\x19\xb1\x85\xc3\xa7\xc9\xfa\x5d\x22\x45\xe7\x6c\x46\x6c\xe1\x16\x6c\xb2\x7e\xf7\xfd\xf3\xc9\xf4\xed\x19\xdd\x2a\x0b\x28\xfe\xb2\x76\xd8\x59\x03\xb7\x3a\xec\x95\x8b\x8b\xab\x9d\xbe\x6f\xe1\xf8\x8a\x7a\xc1\xaa\xdc\x5c\x57\x01\x5c\x5e\x53\x18\x4c\x14\xc3\x9f\xed\x94\x15\x93\xef\x7d\xd9\xc6\x90\x84\xad\x6a\x9f\xf6\x7c\x96\x63\xe6\x4e\x9f\xe5\x98\x79\x9b\xa4\x49\x8b\xd3\x5c\x48\x81\x0e\x54\xe3\x09\x31\xbd\xb9\xc6\x13\x1d\x5e\x82\xa9\x73\x98\x2f\xef\x4c\xfe\xf7\xce\x8c\xbd\xa0\x1a\x4f\x08\x2d\xed\x27\x2d\xcc\x0d\xe6\xa3\xb2\x09\xe8\x8f\xed\xf2\x52\xf3\xbd\xb0\xc3\x99\xf6\x25\x8f\x32\x5f\xc2\x3a\x01\x70\x6b\x0b\xeb\xc4\x07\x32\x14\xef\x51\x2e\x6e\x36\x09\x13\xc4\x50\xb7\xdb\x02\x0e\xff\x77\x2f\x09\x2f\xd8\xc7\xc1\xf6\xbc\x95\xfb\x8e\xe3\x6d\x43\xf1\x67\x3b\xde\xaa\xdf\x0b\x83\x92\x7c\x82\xdd\xb8\xdd\xf6\x74\xb1\xa1\x6f\xb9\x3c\xe0\x78\x96\x57\x10\x8a\xdb\xe3\xe4\x78\xcc\x9b\xe4\x13\x52\xd7\xb4\x47\x7e\x82\x90\xdb\x9b\xa5\x11\x74\x85\x26\x69\x04\x28\x54\x73\x84\x0a\xf3\xa4\xf2\x07\xe8\x32\x4d\xe5\x0c\x2a\xd3\xf4\x9a\x47\xc5\x10\x55\xce\x60\x63\xa7\xbd\x49\xef\xc7\x1c\x48\xd8\x29\x83\xc3\xf1\x56\xad\x5c\x8c\xf8\xa7\x74\x66\x40\xd9\xed\x15\x08\x3b\x9c\x4f\xed\x1d\x7a\x9f\xff\x85\x42\x87\x07\xbe\x87\xfe\x67\x80\xda\x49\x5c\x3b\x8a\x49\x21\x06\xa8\xb9\xfa\x01\x73\xda\x55\xec\x1b\x0c\x61\xdf\x16\xcf\x98\xf1\x43\x76\xf6\x9c\x3d\x7e\x28\xd2\x01\x5a\x3c\x1b\xa3\x12\xbb\xb7\x6f\x06\x8b\x85\x0a\xda\xb7\xa9\x2f\x68\xf2\xf4\x6e\xe4\x85\x5b\xbb\xb1\xc6\xf3\xa3\xe7\x14\xcf\xaf\x9e\xa3\x07\x19\x70\xf7\x1a\x92\x6c\xdf\x77\xbd\x90\xe3\x39\xb9\x87\xe8\x52\x25\x9b\x88\xd9\xef\x7b\xd3\x73\x4c\x83\x0b\x71\x47\xd9\xb8\x1f\x9f\xf6\x0f\xf4\xe9\xfb\x0d\x32\x77\x39\xe4\xe3\x90\x77\x03\x86\x66\x6d\x7f\xb9\x7f\xfa\x2e\x0f\xf6\x64\x80\xf6\xef\xc5\x5e\xee\x69\x71\xcd\xa0\x49\x62\x6e\xc3\xfb\xd9\x93\x1d\x7c\xc1\x26\x7a\x5a\x7c\x94\x37\xac\x42\x44\x27\x2e\xd3\x0d\xa3\xe8\x2e\xd3\x1d\xf5\x3f\x66\x4f\xf2\x0f\x85\x2c\xda\x6d\x0a\x8e\x0a\x2c\xb3\x27\xbb\x27\x82\xd7\xf5\x9f\xb4\x5c\x23\xb7\xe0\xec\x59\xa5\x7d\xe3\x1e\xec\x92\x76\x0b\xc9\x2f\xfa\xb2\xda\x46\x17\xc2\xfe\x7c\x42\x96\x7b\x5e\x3a\x04\x6f\xf8\x2a\x65\x93\x66\x4b\xe8\x2c\xa7\x4d\xa8\x91\xfc\x73\x76\x49\xb0\x1f\xab\x46\x77\xf2\x4f\x64\xe8\x5e\x5c\xf5\x36\x86\x25\x93\xea\xc7\xce\xd1\x65\x35\xe5\x28\x76\x1b\x49\x31\x64\x74\x1b\x49\xb1\x5c\x74\xc5\xaf\x7f\x8e\x8e\xe3\xd7\x2b\x4b\xa8\xfc\xa0\x13\xf0\x78\x57\x7e\xd0\x8c\xdb\xb0\x2b\x24\xbd\xe3\xc0\xeb\xd5\x92\x76\x0c\x5b\x36\xd3\x81\xef\xa2\x57\x73\x90\x98\x7f\xd9\x50\x4b\x65\xdc\xd5\x40\xf9\x44\x93\x46\xe8\x7e\xde\xb8\xed\x91\x8d\x61\xc9\x86\x0a\xfe\xb9\x0b\x57\x53\x90\x7e\xbb\x72\x44\x11\x3b\xd2\x95\xca\x93\xf4\x00\xbd\xd9\x28\xc5\xb3\x8e\xdb\xe7\x7d\xcd\x14\xc7\xef\x27\x0d\xa7\x2d\xa4\xb1\xde\x64\x37\x0b\xe4\x62\x57\x58\xc6\xc6\x2e\x6c\xab\x08\x22\x03\x92\x30\x19\x22\x46\x57\xa4\xc5\xc6\xbe\x96\xb1\x74\xec\x7c\xe0\xd0\x0b\x76\x65\x57\x64\x09\x93\x24\xf1\x17\x1b\x41\xef\x9e\xe6\xa0\xc8\x71\x16\x9f\xb3\xd6\x1d\x5c\x10\xc6\x93\xee\x40\x8b\xcc\x90\x56\xd4\x16\x4d\x2c\x01\x8e\x31\x98\x39\xb3\xf8\x8e\x2b\xff\x70\xe7\x61\x11\x2f\x24\x93\xbe\x22\x2d\xe8\x65\x18\x94\xcf\x11\x77\xe8\x79\x0e\x39\xb3\x3b\xd4\x82\x71\x0a\xc5\xd2\xa2\x6e\xf9\xec\x8e\xac\xe0\x52\xea\x42\xb1\x14\x6c\xd3\x7d\xac\x1d\x44\xaf\xa7\xf6\x03\x6d\xca\xb2\xb4\xf3\xbf\x2d\x4b\x85\x17\x5e\xbd\x10\x5d\xb8\xb8\x6b\xfd\xfc\xd0\xfd\x43\x7c\x21\xc4\x09\x89\x0e\xba\x43\xd1\xeb\xe7\x07\x43\xa8\x42\x7e\xe8\xd3\x81\xce\xf0\x80\x69\x51\x35\x74\xa4\xbe\x62\xd1\xd9\x67\xd3\xb2\x6b\xa3\xd1\xb5\xf3\x63\x3a\x8f\x1f\x7b\x03\x8d\xd3\x17\xe2\x04\x1e\x7b\x98\x2b\x87\x4c\xd1\x15\x8b\x0e\xc6\xb6\x2f\xc4\x09\x6b\x68\xc4\xc9\x87\x35\x1d\xb2\xec\x30\x88\x85\x2f\x61\xc9\x16\x9c\x84\x8d\xe2\x54\xfc\x9f\x45\x76\xfd\xb3\xcf\xce\x51\xd2\xd9\xd2\xd2\x9f\x2e\x27\xd7\x46\xfb\xec\xaa\xd3\x4c\x9c\xf3\x74\xda\xa0\xc9\xf5\x68\x19\xbe\x71\x02\x85\x2e\x69\xe4\xfd\xe9\xe7\xba\x6b\x62\x8c\x46\x97\x44\x71\xab\xd9\x8d\x2e\xe9\x70\x71\x09\xf6\x09\x90\x56\x17\xdc\xa4\x91\x5a\xaa\x9f\xae\x41\xc0\xf5\x23\xd9\x7e\xf4\xf0\xda\x77\xd9\x03\x4b\xfd\x0c\xec\xf5\xe5\x11\x43\xbf\x6c\xbd\x65\x1c\x8a\x66\x1f\xcc\xff\xb5\x88\x8d\x9d\x25\x3c\xca\x60\x49\x65\x1e\xfc\x1c\x87\x6b\xdd\x0c\x31\x2a\x85\x4d\x7c\x6c\x52\xfd\x9a\xf2\xab\xf0\x82\x52\x99\x0c\x7a\xb8\x24\x48\x06\xe1\x0e\x91\xf8\xec\x11\x87\x48\x7c\xb6\xd9\x0a\x91\x80\x63\x39\x44\xe2\x73\x33\x08\x4f\x52\x3e\xd7\xd1\x4f\x4d\xa8\x58\x8c\xbb\xb5\x04\x5c\x4c\xfd\xb6\x1d\xb4\xf1\x85\xb1\x50\x5c\x1d\x4b\x4f\xe0\x1a\x5d\x7a\x02\x73\x61\x44\x09\x49\x54\xfa\xb2\x53\x06\x25\xcf\x9a\xfe\xe8\xf5\x59\x7e\xde\x68\xd3\x66\x47\xd2\xda\xf5\x7f\x72\x7d\xd0\x2a\x40\x48\x07\x02\xd7\x9d\x49\x36\xd4\xf9\xfe\xac\x5d\x10\x2f\xbc\x4b\x84\x8c\x5e\x5d\xa5\x75\xb2\xf9\x14\x4b\x40\xad\x89\xd9\x5f\xa5\x2d\x0b\x03\x46\x7f\xed\x59\x67\x1b\xbc\x0a\xe4\xe2\x10\x0a\xdb\xb1\x57\xa4\xa9\x57\x3a\x13\xd3\x69\x68\x07\xee\xfc\xae\xa2\xac\x64\x94\xe8\xaf\x52\x41\x87\xbe\x32\x04\xd3\xc8\x39\xc6\x30\x94\x30\x16\xf7\xf3\x50\x2e\xaa\x1c\x3d\x0c\xe7\x9a\x8a\xad\x3d\x7e\xb2\x79\x46\x9b\x1f\x4a\xea\x8f\xae\x3e\x36\x25\x64\xf9\xbc\x2f\x4f\x47\xdc\x26\xc3\xb9\xa2\xe2\x30\x8d\x9f\x5c\x9d\xb1\xd7\x0f\xc1\x22\x46\x0f\xb3\xd6\x10\x2c\xa2\xa7\xe0\xe3\xc3\x05\xc1\xd8\x31\xc3\xd9\xa0\x3e\x7d\x2a\x0d\x3f\xe8\x95\xe1\x64\x50\x98\xe7\xc7\xbe\x6e\x13\xde\xb0\x31\x26\xf8\xf8\x70\x36\xa8\xcf\x38\x05\xc5\xc7\x83\x33\x24\x2a\x57\x40\x94\x43\xa2\x32\x91\xea\xc3\xa9\x9f\x70\x01\x8c\xe4\x98\x98\x38\x3d\x23\xf9\x9a\x64\xee\x92\x63\x62\x98\x8c\xe4\x5b\xb1\xc6\xb3\xd4\x1c\x08\x4b\xce\xd0\x52\x18\xb6\x5d\x15\x71\x36\x86\x84\x69\x32\x02\x0c\xa7\xe6\xaf\x0c\x33\xdb\xa2\x13\xbb\x76\x48\x9a\x2e\x35\xce\xf0\x30\x92\x9e\x9c\xc2\x23\x77\xb5\xc9\x17\xbe\x58\x83\x2e\x25\x83\xda\x3e\x63\x38\xf5\x1c\x0d\x96\x75\x50\xa2\x41\xa7\xcd\x8f\x04\xe7\x73\x94\xc5\x47\xa2\x09\x17\xe7\x9a\xec\x8a\x9f\x2c\x5d\x41\x76\x0e\x89\xd2\xf5\xc7\xb5\xff\x70\x3d\x0d\x01\xe8\xf7\xce\x72\x2f\x00\x7d\x1c\xd5\x51\x2c\x0b\x84\xcf\x60\x14\x6b\x6f\x9f\x41\xcb\x1a\xf1\x79\xf6\xfd\x08\x95\x32\x46\x7c\x48\x50\x79\x2b\xe6\xb9\xfa\x56\x8f\x0e\x64\x60\x9e\x5b\x70\xb1\xe1\x2a\x5c\x51\x9f\x63\x8e\x2a\x48\x5a\xe2\xd9\x9a\x54\xa5\x09\x1d\xfe\xd0\xe5\x87\x8b\x70\x45\x45\x8e\x39\x5c\x84\x0b\x6c\xcf\xa8\xca\x1c\xbf\xf3\x6c\x0f\x0f\x7d\xb8\x08\x17\x58\xcb\xd1\x96\xc3\x26\x3e\x11\x98\xbd\x87\xa8\x3f\x9a\x75\x2d\x08\x6f\x5d\x2f\xf0\x3c\x9c\x10\x81\x1f\xa6\xb9\x33\x4d\xb8\xa0\xd1\xa7\x89\x53\xd7\x65\x2c\x97\xd0\x10\x2d\x6a\xf4\xcc\xd1\x9c\x23\x34\x26\xd7\x50\x07\xce\x45\x77\x7a\x19\xfe\x77\x65\x56\x26\xbb\x2f\x84\x40\xb4\xa8\x1a\xf9\x20\x7d\xc6\xa1\x34\x10\x1c\xde\x43\x1e\xde\xcc\xff\xaf\x58\x77\x6c\x07\x39\x3a\xb9\x6e\xc7\x69\xb3\x08\x3d\x2a\x44\x14\x57\xd9\xb0\xb8\x93\x42\x68\x1e\xa7\xb7\x38\xcf\xd6\xcb\x42\x04\x18\xe7\xba\x29\xe9\xd3\x50\x0a\x76\x8c\x32\xf7\x10\x16\x35\x2c\xec\x34\xb8\xfb\xa9\xab\x34\xac\x3b\xe3\xf4\x06\x61\xa6\x4f\xa3\x1c\xd9\xd6\xa7\x51\xa8\x21\xdb\x8c\xcb\x58\x23\x58\x8c\x9c\xa1\x35\x85\x85\x68\x5c\xce\x49\x14\xa3\x58\x89\x79\x76\x9a\x58\x94\xc5\x5c\x5c\x8e\x01\x88\xdb\x78\xb8\xa2\x12\x59\x39\x86\xd0\xb7\xa5\x76\x3a\x39\xbd\x67\xe8\xe5\xb2\x66\xcc\x0f\x8f\x97\x38\xb6\x99\x6a\x18\x81\x49\x1b\x02\x74\xd4\x0c\x1b\xba\xd7\x17\xd1\x84\xaa\x16\x81\xc4\x1a\x8f\x8d\x04\xcc\xdf\x63\x31\x77\xf0\x83\x12\xc2\x71\x09\x38\xb7\x66\x48\xd5\x43\x55\x8d\x88\x2e\x1c\x8f\x4f\x4f\x98\x04\x86\x52\xe4\x60\x77\x1d\x32\x38\x62\xb8\x1a\x32\x38\x62\x09\x1b\xaa\xb7\xfa\xe1\x22\x8e\x9a\x24\x65\xc2\x50\xce\x1c\xd4\xa2\xb1\x2c\x94\x41\xe3\xeb\xd8\x66\xb6\x80\x4d\x92\xac\xd6\x2b\xc5\x96\x1e\x5e\x5f\xd0\x1c\x8d\x57\x79\x21\x32\xcf\x53\xcf\x7c\x60\xe5\x2f\x44\xa9\xf1\x5a\x66\xf8\xf7\xc1\x74\x41\x55\xa4\x9a\x69\x9b\x22\x32\xe1\xdc\x84\x7e\x08\x11\x60\x6e\x56\x49\x67\x3c\x3b\x2a\xbc\xd0\xe4\xba\x6b\x6b\xfc\x20\x67\xc9\xa7\xc5\x43\xc7\x91\x16\xa5\x7c\x87\x9c\x3a\xb7\x95\x47\x2f\xba\xd8\x7d\xb3\xf2\xec\x50\xd2\x60\xb6\x53\xf5\x88\x7a\xfa\x4b\x2d\xf2\x39\x77\x73\x03\x5a\xb3\x5f\x25\x78\xfb\x74\x5d\x54\x14\xcb\xa9\xa4\x99\x18\x6e\xe7\xbe\x0e\x7f\x89\x1f\xe4\x67\x49\x3c\xeb\x1a\x8e\xbd\x3a\x77\x27\x80\x0b\x51\x70\xca\xa2\xb8\x7d\x5a\xb4\x30\x11\x97\xc1\x4c\x32\x92\x86\x09\x64\xa6\xa5\x73\xc7\xa8\xd3\xba\xa6\xa3\x0f\x47\x17\x56\xda\x54\x74\xe1\xf6\x69\xd2\x4a\x38\xa3\x72\x74\x21\x49\xaf\xa7\x83\x07\x49\x3e\x39\x85\xfb\x24\x3a\x74\x5a\xe6\x21\x0b\xf6\x74\x09\x53\xc2\x28\x67\xb6\xc0\x11\x56\xfc\x69\x29\x88\xbc\xd8\x33\x2f\x09\xa4\xc5\x0f\x55\xcc\x37\x26\x2f\x1b\x7a\x1b\x37\xc8\xcc\x8e\xc8\x62\xb9\xb3\x6d\x1c\x83\x26\x96\x6c\x1e\x03\xcf\x36\x27\x7c\x7a\xb5\x8e\x5d\x18\xb9\x64\x08\xa6\xcf\x6e\x74\x12\x25\x4f\x27\xc9\x04\x2c\x37\x0d\xec\x2c\x1b\x3f\x58\x8d\x6e\xfc\xa0\x52\x2d\x2c\x5a\x59\x62\x45\x8c\xb3\xd8\x42\x0b\x69\x2a\x4a\x04\x9c\x6e\x16\x57\x01\xd9\x69\xc2\x3a\x73\xa2\x0f\x63\x56\x13\x6d\x3a\xde\x8a\x35\x29\xc6\x92\xd0\x68\xb5\x60\xc1\xb8\xaa\xa0\x23\xec\x94\x2a\x2b\x2f\x3b\xc5\x65\x8b\x08\x59\x9c\xd5\x95\x12\x3b\x6f\x54\x49\x09\xb4\xb8\xee\x19\xfa\xb4\x24\x12\x0b\x22\xc3\x66\xde\x21\xcc\x12\x15\xd1\x7e\xd3\x65\x8c\xc8\x7f\x3e\xab\xb0\x88\xa1\xfe\xcc\x6a\x88\x1f\xb3\x29\x89\x6a\x7e\x9e\x17\x0a\x33\x9a\x54\x00\x61\x26\xb2\x60\x36\x1b\x07\x58\x31\x05\x10\x76\x72\xd1\xcf\xa9\xaa\x28\x61\xf0\x9e\x53\x89\xc6\x58\xb0\x69\xdf\x43\xdc\x3a\x73\xca\x1a\x1a\x5a\xdf\x94\x21\x6b\xec\xcc\xbe\xcb\xf4\x93\x9b\x6c\xae\x74\x1e\x85\x37\x1e\x1f\xcc\x98\x9b\x65\xa7\x8a\x8b\x64\x1e\x3e\x33\x83\x37\x8a\xd3\x8a\x47\xa3\x87\x00\x47\x9d\x2f\x04\x8e\xe6\xac\x1f\xce\x60\xf1\x69\xc1\xd6\xec\xb8\x6b\xa6\x2b\x42\x72\x84\x0e\x5f\x5e\xb4\xf8\xe8\x99\x06\xa4\x6d\x32\x82\x53\xf9\x72\x42\x0a\x9b\xa7\x72\x20\xc1\x55\x4f\x19\x71\x43\x6a\x9b\xa7\xb4\x51\x0e\xf5\xe9\xbb\x2e\xfa\x3f\xe5\x7d\xe3\xde\x91\x08\x56\x3e\xa7\xed\x74\xb6\x11\x0e\xe8\x69\x33\x2f\x24\x9c\x36\xf3\x72\xe8\x4f\x8b\x1d\x21\x55\xcc\xd3\x6b\x11\xba\xe7\x54\x16\x8e\xcf\x75\xe8\x2c\x1c\x64\x9a\x9b\x97\x6d\xb6\x21\x09\x4e\xc5\x37\xd5\xcf\x44\x08\x90\x36\x72\x88\x47\xf3\xf2\x0d\x59\xff\x64\xcf\x9b\x2b\x49\x47\x88\xe8\xf3\xb2\xce\xcd\xc1\x58\x39\x39\x60\xcb\x2b\x27\x07\xc7\x71\xe5\xe4\x60\xae\x96\xc1\x89\x1b\xeb\x96\x53\x80\x2d\x77\x4b\xe7\x86\xab\x38\x23\x07\x1c\xe0\xae\x7a\x8e\x06\x6f\xab\xdc\x10\xb9\xf2\x6f\xc0\x50\x57\xfe\x0d\x78\xc6\x2d\xcf\x62\xe2\x0b\xdb\x07\x59\x8c\x5b\x2a\x38\x1c\xe1\x36\x9d\x8d\x26\x65\xa9\x66\x53\xdf\x32\x4c\x73\xd4\x2c\x23\xe2\xd4\x99\x96\x11\x13\x9b\x56\x4e\x68\x80\x31\x53\xd6\xaa\x9d\x84\xec\xf3\xf1\x3d\x0b\xa1\x8f\x55\xf2\xcf\x27\x42\x27\xa5\x50\x80\xe6\xe3\x8b\x37\xf4\x93\xf9\xf8\xa2\x0d\x8b\xec\x7c\x0e\xff\x10\x53\x21\x49\x71\xaf\x90\xfa\xc8\xda\xf0\x79\x5e\x2c\x21\x48\x5b\x26\x30\x16\xe4\xb5\x80\x10\xe3\x7c\xad\xc7\x0f\x7e\xb0\xc5\x2b\xcc\x4d\xf3\x75\x3c\xf0\xe7\x07\x03\x23\x07\x6d\x9a\xb9\x21\xa6\x38\xbf\x06\x69\x2a\xa6\xf3\x6b\x90\x16\x61\x3a\xbf\x06\x49\x0e\xe6\x6b\xbb\x3d\x1c\x54\x66\x31\x82\x4d\x8f\x6d\xd7\x73\x8d\x67\x0b\x08\x83\x1f\xcc\xec\x26\x5f\xd8\x08\x1f\x62\xf0\xb1\xd9\x08\x1f\xbc\xe3\x70\x38\x13\x80\xa9\xc3\xe1\x4c\x58\x81\x0f\x47\x2f\x81\xd3\x3b\x1c\xbd\x04\xe4\xe9\x70\xf4\x12\xac\xe0\xd8\x2c\xce\x4f\x3e\x31\x08\x22\x84\xe7\x63\xb3\x78\xc4\xc8\x0d\x82\x08\x66\x71\xec\x36\x97\xc6\x16\x3f\x1c\xbc\x84\x9b\xe3\x70\x68\x12\xa9\xe1\x0e\x87\x26\x81\x9f\x3f\xe4\xfd\x26\xc4\xec\xd8\x2d\x32\xc4\xb8\x77\x07\xfd\x75\x3a\xb5\xe6\xc9\xb0\x76\xdb\x26\x06\x4d\x5a\xf5\x0c\x06\x72\xec\x56\x3d\x07\x6d\xc8\x48\x87\x25\xf0\x70\xec\x12\x4a\xfb\x91\xec\xa3\x8d\xcd\x73\xd8\xc3\x8d\x59\xf7\xb0\x87\x1b\x95\xee\x48\xa6\x35\x2e\xa9\x23\x2d\x5a\xe9\xc5\xc8\x3f\x96\x2d\x59\x82\xea\xfc\x60\xb1\x21\xb8\xed\x91\x1c\x85\x16\x2a\xd0\xe1\xe8\xa6\xc4\xb3\x05\xa6\x4c\x27\xb7\x7f\xa0\x4d\x0b\x4c\x99\x91\xdb\x44\x19\xe7\xe0\xb0\x9f\x3c\x4e\xe3\x91\x1d\x83\x16\x27\xfc\x90\x94\x9b\x88\x0d\x38\x64\xda\x4b\xe0\xb7\x0f\xc7\x37\xb1\x6c\xd9\x11\x78\x99\x36\x25\x31\xb1\xce\x92\x7a\x13\x50\x8d\x23\x2f\xc5\x9c\x37\xec\x59\x4f\x8c\xc2\x86\xb3\x50\xb3\x8f\xec\xb8\x09\x36\x93\x03\x9c\xf6\x9d\x61\xfc\xb6\xf0\xd8\xf8\xc2\x0e\x97\xf4\xa7\xbb\xea\x28\xaa\x0f\x13\xa6\xc1\xa3\xd8\x1b\x10\x92\xe4\x51\x0c\x97\x0d\xb5\xe5\x28\xf2\xc6\x84\x1b\xe3\x28\xb6\x71\x85\x32\x78\x48\x86\x1e\x1b\x2d\x2c\xc9\x32\xa6\x41\x32\x74\x26\x3b\xc0\x61\xcf\x3d\x89\x0f\x8e\x62\x9b\x16\x9b\x66\x05\x44\x71\x22\x64\x40\x24\x9d\xec\x21\x91\x39\x93\x54\xff\x58\x01\x52\x6c\xe6\x15\x20\xc5\x19\xaa\x2e\x80\xc9\x91\x59\x22\x71\xac\xa7\x45\x62\x62\x56\x0e\x89\xc4\x00\xb8\x8f\x6a\xcb\x4b\x70\xca\x43\x22\x71\xce\x30\x9c\x6a\x71\x65\xd0\xa6\x73\x3b\x0f\x86\x25\x63\x5c\xe8\xde\x87\xeb\x76\x62\x82\x38\x9a\x90\x13\x50\xde\x6c\x31\x0a\x25\xe6\xb0\x91\x11\xfc\xde\x21\x23\x23\xea\xd9\xd1\x56\xad\xf1\x98\x4d\xdb\x10\x09\xa7\x3e\x1c\x51\x05\xa1\x8e\xa8\x22\xe2\xfb\x90\x0d\xb1\x63\x97\x3c\x86\xd3\x1d\x87\x25\xf3\x90\x09\x10\x97\xe5\x71\x28\xc8\xa3\xf0\x2c\x68\x54\x5c\xec\xc7\x69\xdf\x3a\xac\x58\x36\xbf\x9e\xd8\x8a\xa7\x61\x75\x30\x9b\xd3\x37\x3b\x9c\xc3\xe9\xb9\x89\xf9\x3c\x94\x06\x0e\x83\xd1\x71\x5a\x81\x8e\x41\x9e\xeb\x5e\xa7\xd3\xc3\x76\x44\xfa\x30\x58\x0a\xca\x65\xf4\x03\xd8\x7b\x48\xde\xac\x3d\x04\xb3\xc3\x11\x10\x04\x4d\x1c\x2b\x02\x02\xbe\xe0\x88\x7b\x2c\x8d\x87\x3c\x9e\xe4\x3a\x3a\x56\x04\x7e\x88\xf6\xc7\x65\xd6\x12\x06\x97\xc3\x01\xf6\xc8\x45\xc7\x2a\x92\xce\xfc\x5e\xe6\x0b\x70\xcd\x9f\xc0\x58\x47\x28\xe5\xc7\xbd\xf6\x7f\xcc\xaf\x02\xe0\x49\xde\x70\xfc\x04\xc6\x3a\x42\x19\x3b\xee\xe5\xf6\x0b\xc2\x84\x5a\x44\x24\x3d\x24\x30\x36\x30\x59\x87\x73\x6a\x73\xff\xde\x56\xd9\x1b\x3f\x08\xb6\x0d\xd3\xb5\x33\x92\x54\x03\xc7\x23\x95\x83\x99\x7a\xec\x15\x84\xdb\x3c\x16\xde\x91\x24\x1e\x79\x01\x43\x37\x3b\x9e\x25\xaa\xf3\xc3\x12\xbe\x83\xae\x67\x09\xdf\xbc\x21\xd1\x8d\x51\xad\x3c\x67\xb0\xa3\xd7\xe6\x68\xd8\xd1\xbb\xb6\x66\x4c\x85\x91\x87\x0d\x2e\x6c\x51\x0d\xfc\xda\x61\x51\x0d\xa0\xd0\xf1\xae\xbd\x48\x2f\x4b\xc6\xa4\x17\xd9\xa0\xd8\xcd\x0e\x3c\x07\x46\x7a\xbc\xb6\xf6\x4c\x9a\x58\x7b\x91\x26\x14\x6a\xb0\xc7\x92\x9c\x0a\x34\x4f\x00\x8a\x4f\x09\x6f\x6d\x0f\x6d\xe8\x54\xe4\x39\xc1\x94\xe7\x26\x78\x44\xd0\x7e\x6e\x36\xa4\x87\x4c\x7f\x6e\x2e\xb3\xd1\x68\xd2\xf2\x4c\xc8\x83\xa7\x05\x33\x12\x10\x9f\xdb\x92\x67\xfe\x54\x72\xe9\x14\x5e\x11\x6e\x75\x6e\x4b\xd6\x61\xc8\x4e\xcd\x18\xcc\xff\x74\xc8\x39\x2e\x8d\x73\x85\x9c\xc7\x39\x3f\x1d\x72\x0e\xdf\x3d\xf7\xb5\x82\x31\xe8\xdd\xb8\xb8\xc4\x27\xbe\xc7\x18\xc7\xee\x6b\x6b\xd0\xc6\xa1\x13\x14\x2f\x24\xb1\x6e\x3a\x4d\x0a\x7d\x0d\xbd\xf0\x4c\x8b\x73\x47\x9f\x49\xd5\xd7\x42\xc4\x3d\x93\xf9\x59\x74\x60\x83\x60\xe6\x7f\xcb\xc4\x8d\x06\xac\x91\x55\xbe\xb0\x4d\x86\xa9\x77\xc5\x72\x30\x70\xa7\xe3\x69\x48\x21\x74\x26\x1f\xd2\xe8\x24\x8b\x4f\x4c\x9e\x65\xa5\xa7\x0b\x9b\x03\x09\xbe\x38\xf3\x9a\xca\x19\x3f\x58\xda\x0f\xd6\x72\x66\x0b\x85\x21\x7a\x9e\xd9\x7b\x28\xf1\xc3\x92\x8c\xf8\x61\x11\x12\xc3\xcc\xb2\x76\x04\x23\x38\x8b\x79\x49\x68\x8a\x67\xf1\x21\x8d\x0b\xff\x2c\x82\xd2\xc6\xf5\x71\x16\x69\xc4\x99\x16\xac\x11\x87\x40\x70\xda\xd8\x07\x32\xf6\x2c\x56\x39\x58\x61\x1b\xf7\xb0\x14\x9c\x65\xb1\xbc\x18\xb7\x3d\x9d\x9f\x41\x48\xe3\xf8\xf4\x21\x4f\x67\xf0\x9a\xb3\x2e\x32\xa2\x4f\x99\xfa\x06\xeb\x65\xb1\x65\x4f\x7c\xa1\x78\x73\x36\xae\xe3\xbc\xc9\x44\x75\x5a\x8e\x21\xb5\xd7\x29\xdf\x28\xd8\x95\xd3\x62\x0b\xe1\x16\xa7\x72\x4f\x6f\xac\x68\xf5\x65\xce\xb3\xa1\x73\x1c\xf9\x66\x0b\xfc\xe4\x87\x35\x97\xd1\x87\xab\x52\x62\x76\x3b\x9b\xad\x0b\xa1\x99\x9e\x8e\xd1\xc9\xa1\xd3\x9c\xcd\x8c\x3a\xc4\x92\xb3\xc9\x5a\x10\x3c\xf5\x74\x95\x49\xd4\xdf\xb3\x9b\x73\xb3\xdb\xbb\xc7\xc5\x11\xed\xf6\x0c\x30\x39\x7d\x0d\x34\x26\xa7\xfb\xcc\xf1\x6c\xb6\xcc\xa1\x74\x02\x2d\x02\x1e\x4e\x27\xd0\x22\xba\xe9\xec\x8e\x92\x64\x6f\xba\x72\x24\xf1\x4b\xa7\xb0\x87\xb5\x84\x54\x7d\x0e\x5b\x07\xe0\x58\xc2\x1e\xf6\x1c\x9a\xc0\x39\x0c\x46\x08\x53\xd8\x29\xec\x61\x23\x3b\xd8\xe9\x72\x92\xe0\x46\x4f\xa5\xd0\x4a\xa0\xf8\xce\xb1\x2e\xa1\x18\xd8\x30\x66\x26\x6e\xcb\x53\x49\x9b\x1b\xbe\xc3\x53\x19\xb2\xfa\xfc\xbc\xf1\x78\x83\x06\xf9\x12\x05\x1b\xc0\xa6\x73\x9a\x16\x2e\x9d\x29\x4b\x07\x6c\x6c\x9a\x94\x10\x16\xcf\xb9\x58\x48\x4c\xc7\x34\x29\x30\x99\x69\x59\x83\x2d\x28\xfc\x61\x02\x84\x7e\x3a\xe5\x15\xa0\xf3\x53\x56\xda\x96\xc2\xfe\x79\x3a\xc3\x15\xc0\xf7\x73\x7a\x15\xc2\x1c\x75\x2a\xb2\x38\x81\xce\x38\x8f\x75\x5d\xfe\x29\xca\xe9\x34\x18\x11\x00\xc9\x69\xf0\x21\x48\xdc\xd3\xe0\x43\x0a\x4a\x9d\x4e\x77\x05\x1c\xfb\x3c\x16\xcf\x89\x51\x2b\x02\x28\x7f\xbe\x38\xf5\x1c\xdb\x40\x50\xc3\xfc\xe9\xe2\xd1\xff\x34\xf8\x7a\x0c\xd1\xa0\x02\x84\xda\xa7\x05\x27\xa2\xca\x21\x10\x9d\xc6\x0e\xe2\x90\x38\x97\xf3\x3c\x64\xa8\xd3\x50\x41\xea\x72\x9e\xf6\x85\x53\x08\xf4\xb4\xeb\xfb\x73\x9a\x55\xc4\x06\xc5\xe7\xbc\x6c\x48\x09\xf1\xfe\xbc\x8c\xa7\xe7\x16\x77\xde\x29\x8a\x85\x9e\xd7\x1a\x57\x74\x62\xb1\x38\x87\xe5\xe4\x54\x60\x30\x48\xb5\x53\xc0\x3f\x30\xe3\xe7\x25\x1f\x3f\x4c\xe8\x5a\x3b\x20\x1a\xb8\xd7\x20\x62\xfa\x56\xd2\xa7\xc9\x0f\x9a\x2d\xd2\x57\x9f\x4e\xfa\x94\x69\xc2\x97\x5b\x08\x61\xa7\x31\x79\xa4\x75\x3e\x1d\xbc\x43\x60\xf7\xa9\xe0\x1d\xb2\x63\x9d\x16\x9c\x49\xa7\x7c\xde\xf6\x9c\x30\x59\x2b\x0d\x14\xb7\xb2\xa3\x8b\x89\x2a\x3d\x1d\xbe\x43\xbc\xf9\xf9\x58\xcb\x08\x6d\xe9\x7c\x16\x69\x41\xc9\xb3\x48\xa3\x51\x83\x48\x27\x6d\x28\x60\x81\xbb\xc7\x89\x9f\xb8\xa5\x65\x38\xfd\x44\x36\x9d\x2b\x13\xd4\xe4\x0b\x63\xc9\x61\xc0\xef\x1a\x78\x6c\x8c\xe5\x53\x67\x3b\xae\x18\x66\x76\x9f\xd3\x3a\x01\x8a\x39\x9d\xd6\x09\x70\xd8\xf9\xfa\xd6\x8d\x71\x4b\x0e\x2e\x60\x77\xae\xcd\x8a\x45\x58\x2d\x2e\x5b\x24\x41\xa0\x5d\x2b\xc1\x52\x30\xf1\xcb\x16\x49\x90\x73\x97\x25\x61\x80\x71\x97\x4d\x94\x78\x44\xae\x6d\x01\x68\x79\xc3\xce\xc0\xb8\x2a\x2e\x9b\x28\xc1\x29\x5d\x12\x76\x31\xdb\x5f\x16\x76\xf1\xf7\x5f\x92\x6d\x6b\x61\xe4\xff\x44\xd9\xa0\x4d\xd1\x37\x58\xfa\x2f\x5b\x28\x81\x10\x5c\x12\x6d\xdb\x5e\x69\x62\x91\x16\xc3\x92\x05\x72\x00\xa6\xbb\x76\x47\x65\x87\x54\x78\xed\xd6\x37\x63\xcf\x5e\x32\x38\xf6\xcf\x7c\x25\xe3\x3d\x82\x8b\x5c\xc9\xb6\xa5\xcc\x0f\x0e\x70\xcf\x7c\x62\x5b\x52\xdc\xf0\x57\xb2\x2d\x89\x2f\x96\xc6\xcf\x17\xa7\xbf\x88\xf9\x5b\xe1\xe3\x71\xd9\x5c\x82\x01\x8e\x8d\x26\x1f\xab\x2b\x41\x89\x6d\x85\x3d\xae\xab\x2b\x1b\x90\x1c\xf3\xe9\x88\x71\xf4\xdc\x2b\x1b\x21\x1b\x07\xe7\xca\xf6\xae\xc6\xb6\xbf\x5c\xc2\xa5\xec\xfc\x60\x5b\x52\x9c\xe8\xcb\xc9\x90\x08\xab\xbc\x6c\x1c\x24\x1d\xe0\x25\x11\xb8\x12\x37\x7e\x09\x1a\x48\xad\xe7\x2b\xdb\x28\x16\x07\xfa\xb2\x6d\x30\xcd\x3f\x95\x13\xbc\x6c\x38\xec\x8c\xc8\x16\xb3\x90\xe1\x2e\x57\x9d\x04\xd6\x79\xd9\x38\x48\x62\x86\xab\x2c\xba\x79\x63\xe5\xe7\x8d\x21\xad\x5c\x47\x21\xa2\x5d\xf2\xa8\x4f\xf2\x03\x5c\xcb\x1a\x18\x72\xe0\x25\x8f\xfa\x68\xbc\x70\xd8\xa8\xc6\x0b\xce\xf7\xb3\xd1\xeb\xe5\x1f\x18\x97\x4b\xaa\x31\xdb\x36\x0f\x96\x8d\x71\x2d\x01\x2c\x3e\xa9\x0b\xeb\x1b\xdd\x5a\xce\x26\xb7\xfc\x25\x9f\x7a\x2d\x9c\x09\x09\xde\xc0\xe5\x2f\x0b\xde\x25\xd8\xe7\x55\x65\x30\xf9\x7c\x20\xfb\xe1\xa7\xcf\xe1\x2e\x62\x97\x2c\x41\x7c\xa3\x49\x73\xcb\xc6\x0f\x26\x84\xad\xb7\xec\x87\x31\x4a\xdb\x0f\x89\x34\xbf\x9c\x80\x89\x6c\xe8\x57\x5b\xa1\x57\x31\x9f\xcd\xa1\x56\xac\x62\x33\xa0\x9e\x9d\x60\x0b\x22\x78\xee\x6b\x25\x54\x82\x83\xac\x84\x4a\xb0\xbe\x95\x2f\x89\x85\x17\x8a\xb0\x21\x05\x5e\x2b\x61\xd2\xe0\x93\x95\x30\x29\x7a\xf9\x97\x30\x29\x46\xda\x6d\xb8\xfc\xb4\x71\xf8\x07\xda\x70\xbe\xc4\x9d\x36\x2e\xe3\x03\x82\xfc\x47\x91\xf5\x9c\xaa\x47\x15\xa3\x60\x7d\x8f\x02\xc7\x43\x44\xbe\x84\x21\x03\x4a\x74\x3d\x8a\x01\xfd\x7c\x2f\xc3\x66\x08\xdd\xd7\x2b\xb4\x55\x5c\x45\xd7\xab\x5c\x33\xdc\x2b\xaf\x0b\x92\xb0\xa4\xc6\xb1\xc3\xbe\x5f\x6b\x4a\x6c\xbc\xd7\xfe\x64\x0e\xc0\xc2\x84\xb1\x09\xec\xc3\xc3\xaa\x73\xbd\x4b\x75\x8a\x51\xbe\x76\x30\xb3\x2d\x1c\x9a\x8a\x97\xef\x36\x8e\x0c\xdb\xd1\xbd\x2c\x43\xb1\x3e\xb7\x70\x64\x98\x74\x6f\x79\xf5\x76\x44\xf0\x5b\x77\xe8\x8e\xbe\x7c\xff\xee\xd0\x02\x02\xe0\xde\x16\x69\x34\x39\xfc\xc5\x1e\x3f\xc8\xc5\x1c\x46\xb1\x5b\xf7\x63\x2d\xc1\xdf\xef\x15\x8c\x1a\x26\x8f\x7b\x97\x43\x98\x3e\x9c\xbc\x9e\x38\x81\x7b\x57\xf0\x75\x5c\x32\xb7\xec\x38\x1f\xe1\xe0\xde\xad\x15\xc5\xde\xbd\x1d\x9e\x5a\x63\x89\x6e\x87\xa7\x82\x67\xbe\x0d\x0f\x63\x98\x8e\x46\xad\x71\xa9\xdc\x4e\x5f\x5f\x2b\x6f\xd8\x2a\x1c\xa6\x83\x3b\x2d\x2d\x29\x06\x6e\x7f\x5c\x09\xff\xd1\x9d\xac\x26\x85\x43\xe2\x96\xfd\x88\x78\xe9\x3b\x2d\x2d\x29\x86\x95\x14\xf8\x97\x79\xb6\xbd\x88\x3e\x17\x1d\x31\xdd\xf6\xa4\x61\x51\xba\xb3\x35\xa0\x30\x23\xdf\x76\x94\x01\x74\xbb\x75\xf9\x25\x10\xed\x77\x76\x92\x76\x08\xc9\x4b\xed\xe4\x87\xee\x36\xf8\xc1\x4a\xce\xdf\x7c\x54\xb7\xc1\x62\x64\xac\xbd\x75\x11\x92\x70\xf9\xce\x8b\x8a\x58\x72\x57\x54\xc6\xb7\x7e\x67\xb9\xb0\x43\x31\xbb\xcb\x22\x33\x96\xc7\x58\x31\xa2\x05\x6e\xe7\x54\x21\x64\xf8\x2e\x56\xdd\xc2\x1e\x78\x17\xdb\x2b\x42\xe5\xb9\x97\x75\x28\x2e\xbf\x7b\x59\x87\x38\x41\xcb\x3a\x14\x8c\xf5\xd6\xbd\xf4\x29\x92\x7c\x17\xab\x4d\x6c\xce\xea\x1a\xbd\x9d\x1f\xe4\x3c\xa0\xcd\xea\x08\xb8\x38\xea\xb7\xb1\x5f\x00\x85\xee\x6a\x3d\x6a\xf2\x83\xf5\xa8\xe0\xab\xb7\xd1\xf3\x78\xba\xee\x6a\x85\x0f\xee\x50\x97\xc2\x17\x6b\x50\x4d\x6c\x70\xa9\xbb\x2e\x62\xf9\xc1\xc4\x0e\x06\x66\xa1\x9c\x26\x1e\x0b\x0b\xbc\x60\xe2\x83\x49\xdd\xcd\x3a\x63\x8c\xd3\x81\xaf\xc1\xfe\xef\xe6\x8d\x15\x62\xd6\xad\x8b\x2a\xe1\x61\xb8\x9b\x75\xaf\x50\xf1\x6f\xb9\xba\x88\xf8\xbd\xe5\xea\x4a\x60\x59\x6f\x65\x7e\xc7\xf5\x75\xeb\xaa\xfb\x64\xfb\xbf\x75\xd5\xf5\xc4\xf6\x53\xee\xc0\x84\xc0\x7d\xcb\x2e\x95\x3e\xab\xda\xad\x8b\xf1\x89\x92\x07\x92\x72\xf7\xd6\x5d\x98\xf0\x4f\xdf\xca\x75\x97\x88\xfb\xbf\xbb\x29\x0b\x69\xe3\xee\x8b\xb2\x18\x78\x37\x25\xf0\x0f\x17\x4e\xde\x13\x6d\xdc\x6e\x83\x81\xda\x96\xc3\x31\xe8\x8b\x94\xf8\xc1\xa9\xde\x89\x35\xbd\xc7\x52\x2b\xa3\x0d\xd9\xa5\x12\x7e\xf1\x7b\x38\x71\x2f\xa7\x51\x31\xb1\x89\x8c\x04\xf7\xb0\x9e\x09\x93\xb1\xa1\x8a\x80\xa1\x7b\x98\xfc\x4f\x1b\x8b\x7c\x7e\x10\x88\x02\xc6\x35\x96\x4e\x1d\xd3\x31\x2d\xbd\xc2\x3d\x9d\x96\x1d\x30\xd2\x2d\xab\x53\xff\x6c\xf2\x69\x45\x09\x1e\x3d\xad\x03\x86\x05\xe2\x9e\x56\x94\x42\x68\xbe\xa7\x75\x40\xae\x8a\xb9\x74\x40\x3e\xb1\xa7\xae\xd3\xad\x75\x40\x6e\xb0\x69\x7c\x43\x63\xe8\xc6\x37\xc0\xa6\x6d\xb9\xc2\x65\x75\x3b\x37\x3b\xd8\xbc\xfb\x58\xd4\xc6\x2a\xd8\x72\x05\xe6\xec\xb6\x71\x0a\xcc\xd9\xed\xe4\xec\x38\xc6\xee\x63\x91\x1f\xc4\x1d\xd6\x62\x38\x2c\x36\x4e\xe1\x92\xbd\x9d\x7a\x1d\xcf\xd8\xed\x58\x59\x50\x65\xf7\x61\x83\xe2\xa7\x17\x2b\x68\x95\x36\xac\x49\x72\xfd\x1e\xf6\x5c\x46\x13\xa7\xf5\x46\xae\xb9\xd3\x26\x70\xe6\xe7\xb4\x22\xc9\xa4\x2b\xa5\xcd\x60\xb7\x9c\x76\xe6\x54\x7e\xb0\x33\x07\x61\x46\x01\x23\x79\xe7\x4a\x97\xef\x78\xb0\xf1\x4f\x6b\x9a\xe5\x4f\xca\xd5\x7d\xae\x7a\xc8\x0c\xd1\x16\x1c\x18\xbb\xab\x3c\xe3\x78\xbb\x6d\x31\xc3\xa9\x78\xcb\x6f\xdc\x3f\xec\xf0\xf2\x44\x84\xec\x79\x5f\x72\xd9\xc2\x56\x5c\xf7\x79\x0f\x61\xf3\x76\xdd\xe7\x0f\xc7\xbc\x3c\x11\x85\x4e\x4c\x77\xe1\x0d\xe3\x7c\x43\x20\xbe\x05\x67\xec\xe4\x0e\xbe\x2f\xfb\x66\x0a\xe3\x3a\xad\xdc\xf2\xc6\x5a\x63\xc6\xe1\x35\x66\x6b\x5d\xa6\xbe\x32\x74\xc3\x56\xc2\x32\x72\xdb\x5f\x0d\xec\xec\x56\xca\xbe\x8c\xdd\xf2\xbe\xad\xa1\x21\x6e\x2a\xc2\x76\x70\xd2\x5c\x73\x8c\x88\x9d\xdb\x2e\x6d\x92\xbf\xdd\xb7\xd5\x72\xb8\xaa\x32\xb6\x53\x5b\xf1\xbe\xad\xa2\xb1\x0d\x6e\x43\x3c\x98\xf3\xdb\xea\x69\x28\x9f\xf7\xbd\x66\x83\x37\x5c\xf1\x1b\x96\x79\x3b\x8b\x2e\xc2\xc6\xed\x2c\xba\x48\xd2\x4a\xc6\x93\xb1\xfa\xde\x8e\xd2\x45\x5f\xbd\x1f\xab\x75\x3b\x6f\x58\xad\xfb\x7c\x52\xfc\x46\x0c\xfd\x11\x2e\x84\x5e\x1f\xeb\x7d\x9f\x1f\x44\x6c\x81\x2f\x3f\x8b\xd8\x58\xb6\xc7\xaa\xf7\xe7\x07\xab\xde\x89\x1f\xac\x7a\x73\x93\x3d\xd6\x58\x99\x73\xd5\x19\xcb\x64\x19\xbe\x5f\xab\xac\x5c\xc1\xef\xa2\x2d\x26\xec\x35\x6d\x2c\xe4\x6b\xda\xb8\x61\xdf\xb5\xb2\xd1\xed\xbb\x88\x0b\x5a\x5e\x2b\xb5\xac\xc2\x6b\x6a\x59\xc9\x77\xd9\x15\x62\x3e\x5e\x83\xaf\xd8\xf9\xaf\xd5\x5e\x36\xfa\xbb\xd4\x71\x3e\x31\x82\x3d\x76\xc3\xb3\x2d\xf5\xbb\xc6\x0f\xa6\x25\xf4\xac\x67\xb3\xda\x1b\xdd\x3e\x9b\xd5\xde\xd0\xe6\x9e\x6d\x29\xe8\x33\x7e\x58\x0a\x7a\x8f\x1f\x9c\xfb\x24\x36\xd0\x23\xcb\x63\x27\x5b\xf7\x23\xcb\x63\x46\x21\x79\x36\x43\x7a\x06\xdd\x9a\xb8\xc6\x27\x96\x0e\xe2\x8e\x7d\x36\x13\x17\x37\xe8\xb3\x1b\xac\x14\x8c\xf8\xd9\xad\xf5\xc7\xa5\xfb\xec\x8e\x1d\x8c\xfb\xf1\xd9\xad\xf5\x4f\x3e\x31\xf9\x8c\xd4\x8e\x77\xd2\x9b\x3c\xd2\xcf\x32\x1e\xa7\x67\x77\x9e\xea\x10\x7d\x9e\x7d\x01\x9a\x82\x38\x79\xe2\xf1\x2d\x3e\xd2\xd7\x50\x98\x1f\x67\xc1\x24\xe3\xf6\x63\x73\x26\x3a\xc6\xa3\xf8\x1e\xf4\xe5\xc7\xe6\x4d\x30\x3a\x8f\x33\xf4\x15\x9e\xa7\xac\xae\xd1\xa5\x4d\x13\xd8\x19\x1f\xc9\x67\x1d\xa3\xd4\xf3\x13\xb6\x32\x79\xcd\x1e\xa5\xe4\x23\xad\xe3\xb3\x52\xf2\xd1\xc5\x50\x38\x38\x2d\xba\xaa\x0e\xbe\xa2\x67\xac\xb0\xc8\x98\xba\x61\x4b\xef\xfe\xa7\x04\xb1\xcf\xf2\x06\x86\x20\xf2\xb8\xa0\x0e\xba\xf3\x63\x29\x0b\x23\xce\x33\xac\x8a\xf1\xbc\x34\x1c\x9a\x58\xba\x19\x54\x39\xdb\x05\x7b\x77\xda\xe3\x1d\x57\xe5\xe3\x82\x3a\xc0\x1e\x9e\x69\x69\x99\x2f\x94\x78\x2c\xae\xea\xc7\x72\x1b\x90\x85\x47\xee\xc3\x42\x5e\xe7\x47\x82\x5c\x83\xe3\x3e\xaa\xb0\xf3\x59\xee\xe9\x94\x11\x8d\x3e\x2c\xd9\x0c\x9a\xb0\x64\x13\x17\xf8\xb3\xe4\x38\x76\xc4\xf4\xad\xc7\x5e\x9f\x32\x3d\x33\x39\xd3\x07\x8a\x05\x9d\x32\xde\xb1\xb1\x0f\x9f\xa7\x8d\x1f\xd6\x79\x8a\xd9\x3b\xec\xb7\x60\xd3\x1c\xc6\x90\x40\xea\xe1\x7d\xc9\x17\x4a\xb4\xdd\x43\x7a\x7a\x56\x11\x58\xce\xa8\xa4\xba\x96\x3e\x9f\xc8\x08\xc3\x82\x48\xa8\x2b\x64\xa1\x7a\x2c\xd4\xa1\xe1\x3f\xc7\x0a\x8f\xe3\x0d\x1b\x44\x3a\xc3\xb2\x41\xa4\xd3\xa8\x5d\x32\x21\x89\x3c\xa7\x75\xf2\xd0\xbc\x9e\x55\x38\x36\x14\xc6\xc7\x89\x0a\x43\x66\x7b\x4e\x21\x72\x33\xcf\xeb\x36\xa7\x49\x73\x0e\xf6\xef\x4f\x88\xcb\xa4\x0e\x7c\x54\xf5\x15\xc4\xf8\xf3\x4f\x4a\x8b\xad\xf5\x93\xd2\x0a\xd6\xbe\xc7\xe5\x74\x80\x07\x3c\x06\xf7\x81\x22\x79\x2e\xd7\xc2\x0a\x7b\xde\x73\xf9\x06\x08\xbd\xec\xf9\x49\x69\x99\x3c\x15\x8f\x84\xb4\x0e\x3c\xea\x71\x7d\x1d\xcc\x04\x8f\x84\xb4\xde\xd9\x6a\x97\x0d\x28\x1c\x89\x4b\xa1\x56\x8d\x4e\x1d\xfb\xc3\x30\x4d\x07\x0d\xd8\x20\x12\x5d\x5a\xda\x2a\xa1\xc5\x3d\x3f\x69\x2b\x93\x1b\xe1\xb9\x17\xaf\x89\x51\x2b\x61\x32\x18\x91\x47\xb5\x6d\x36\x16\xe7\x5e\xac\x22\x56\xef\x36\xab\xe0\x59\x8e\x6a\xa6\x61\x25\x20\xe4\x96\x7b\xa4\xfd\x33\x0b\x8f\x63\xbf\xc2\xd2\xf1\xd8\x81\x09\x76\xe3\xb1\x03\x13\xf7\xc3\x63\x07\x26\x08\x91\xc7\xa5\x6b\xc0\x7f\x3c\xf2\x60\x62\x30\x78\x2c\xe1\xec\x9c\x8e\x67\x89\xae\x74\xb2\x12\x10\xd3\x89\xf4\x15\xe6\xd2\xf2\xcc\x87\xd2\xe5\xd1\xe4\xfa\x79\xed\x39\xe0\x05\xdf\xf8\xf4\x61\xe9\x85\xc8\x85\xe7\x95\xeb\x00\x4a\x5f\x97\x8b\xe7\x7e\x7a\x1d\x72\xcf\x0b\x86\xad\x84\xca\xf8\xb8\x8e\x0d\x36\xcb\xc7\x70\x42\xf0\x50\x8f\xb3\x17\x72\x38\x5e\x97\xce\x80\x05\xba\x8e\x0d\x6b\xfc\xba\x8e\x0d\x9e\x98\xd7\xf0\x42\xee\xb8\x77\xf9\x59\x63\x5c\xef\x92\x65\xe2\x9e\x7c\x37\x51\x56\xff\x54\x5c\xf7\x75\x4d\x1b\x92\x34\xbc\x4b\xf0\x69\xfc\x70\x78\xe6\x72\xfc\xf0\xe8\xd2\x8c\xe7\x95\xac\x30\x14\xd2\xd7\x49\x55\x62\xc1\x5f\xd9\x8b\xf1\x86\xbc\xae\x2c\x83\x5b\xe7\x95\x3c\x52\x88\xea\x7f\x77\xab\x4c\x71\x6f\xbe\x8a\xf0\x18\xb1\xb5\xdf\x7d\xc9\x02\x41\xf4\xbe\x76\x59\x0c\xdb\xfe\x55\xec\xdc\xef\x6e\x87\x4a\x48\xc9\x6f\xda\x34\xcc\x68\xd3\xd1\x1a\x08\x20\xaf\xa3\x35\xf0\x6c\xbc\x8e\xd6\xe0\x88\xbe\x8e\xd6\xc0\xbd\xf4\xca\x9d\xda\x40\xcd\xbf\x8a\xd6\xe8\xf8\xb8\x5f\x67\x24\x44\x6a\x7e\x0d\x39\x44\x48\x7e\x1d\xbe\x81\x6b\xed\x95\x4b\x36\xe1\x8d\x7b\x93\x92\x7f\x4c\xda\xb4\x19\x2a\xd3\x84\xcd\x1b\x71\xd2\xdf\xa4\x44\x3c\x71\x9f\xbf\xb6\x4a\x23\xcf\xbd\xff\x92\x7a\xc7\x17\xf6\xd1\x92\x41\xf5\xb5\x8f\x96\x2c\xb7\x6f\x96\x49\x20\x4c\x17\x6f\x5e\x1a\x03\x6d\x7a\x67\x86\xd8\xf1\xda\x45\x5b\x3e\xc3\xb0\xc6\x90\xe9\xc4\x96\x69\x36\x57\x56\x16\x61\xa6\x2f\xaf\x6b\x30\xa6\x2f\x9b\xe9\x45\xa7\x65\x8d\x3b\xbe\x58\x89\x11\xe3\x3e\x79\x8b\xd1\x0f\xa1\x40\xbc\xc5\xc2\x4d\x30\x8b\xd7\x3e\x56\xb2\x12\xbc\x4e\x95\x88\x1c\xf7\xda\xc7\x0a\xda\xe1\x75\xc4\x05\x62\xc4\x5b\x0e\x0d\x3c\x08\x51\x0d\xd4\xcf\xec\xd9\x72\x8d\xd2\xf6\x96\xb5\x88\x74\x6a\xb6\x18\x17\xfc\xeb\x08\x0c\xac\x47\xaf\x4c\xd9\xa3\x57\x7e\x50\x88\x62\xe1\x59\x88\x36\x6a\xd8\xbc\x75\xed\xe0\x18\x66\x5d\x3b\x38\x7a\x5d\x41\xc8\xcc\x4e\x35\xe4\x82\x25\xb1\x5d\x1a\x14\xe1\xab\xa8\xe4\xb1\xd3\x89\xad\x6d\x93\x4e\xd6\x76\xa4\x09\x6f\xc7\x78\x5e\x79\x5e\xd8\xd1\xb2\x4b\xc3\x49\x5f\x47\x29\x93\x53\xf3\x55\xd1\x1b\x84\x84\x77\x25\x86\xe9\x34\x69\xbb\x0c\x27\x71\xd5\x2c\xfd\xfc\x20\x70\x31\x6c\xcb\x31\x1a\xe4\x9f\x7e\x65\xb8\xa6\x0c\xf0\xdb\x7d\xa5\x87\x8c\xf0\xda\x25\x5b\x38\x77\x2e\x61\xc3\xa2\xbb\xfc\x0c\xbb\x77\x95\x9f\x81\x6d\xd9\xff\x8a\x54\xf7\x5a\xc9\x41\xaa\x7b\xbb\xd5\x4c\x0e\xa6\x4c\xcc\x19\x99\xf7\x95\x89\x79\x90\xd5\xf7\x1d\x82\xdf\xc3\xb6\x16\xc0\x90\x93\xfa\x53\x10\x2a\xea\xf0\x6b\xfd\x00\x07\xe9\x3b\x6d\x0f\xfc\x7c\xe1\xb3\x1e\x94\x4f\x9f\xf5\xc4\x0b\xcd\xa9\x41\xf9\x41\xb0\x84\xed\xd3\xa6\x8f\x0c\x9b\x73\xda\x0c\xf6\x37\x70\xc5\x3b\x15\x36\x02\xd5\xd3\xe8\x18\x58\xdc\x82\x1a\xd2\xfe\xb1\x38\x01\x3f\x2c\xc5\x38\xc6\x28\x73\x6c\x4b\x5c\xbf\x16\xed\xc9\x77\xfc\x4a\xb4\x1f\xd4\x80\x7b\x0f\xa7\x0f\x62\xee\x64\xb0\x1d\xc4\xd2\xbd\x92\xed\x07\x51\x6c\xaf\x64\xfb\x41\x2c\xdd\x2b\xd9\x7e\x10\x8c\xf2\x4a\x72\x1f\x9f\x2b\x55\x92\x7b\x41\x36\x7c\x9d\xc0\x10\x54\xe3\xeb\xca\x25\x08\x1f\xaf\x2c\xb6\x73\xe3\xd6\xbd\x8c\x0b\x09\x01\xf4\x95\x88\x3b\x31\x76\xbe\xb2\x43\x4e\x0c\xa6\xef\xe5\xfc\xae\x61\xd4\x7d\x65\x87\x9c\x98\x2e\x5f\x49\xb5\x23\x0c\x80\xff\x67\xec\x4f\x72\x75\x89\x61\xee\x00\x6c\x9e\x55\xdc\x1d\x44\xbd\xa8\xc9\x9b\x64\x9c\xec\xa1\x1a\x56\xe0\x81\xed\x1f\x7f\xec\xfd\x07\xe2\x11\x0f\xef\x33\x6c\xf8\x0d\x2e\xf0\x5d\xa9\x4a\xa5\x96\x62\x7b\xa8\x69\x4b\xf1\x85\x48\xb6\x9a\xf6\x05\x58\x68\xf9\xd5\xb4\x89\xc5\x74\x8b\x9e\xa6\x7d\x6c\x69\xa9\xd7\x34\xeb\x7e\xdb\xa9\x91\x26\x2c\x08\xed\xdd\x9a\x6e\x50\x38\x57\x2b\x68\x7a\xe0\x47\x35\xd8\xa2\x69\xfa\x84\x60\x5a\x9a\xbe\xfd\x09\xc2\x23\x6a\x32\xbe\x4d\x26\x3f\x9a\x8d\xe5\x11\x66\x6e\xd5\xbc\x6f\xcb\xc1\x00\x40\xcd\xb0\xbf\xd2\xc1\x53\x33\x6e\x0c\x02\x3b\x6a\xde\xd4\x5e\xa8\x82\xd2\x6c\xc4\x3c\x50\x1b\x35\xf7\x03\xe3\xe8\xbd\xc8\x03\xf2\xb2\xf0\x15\xb3\xb4\xc9\xf4\x2b\x45\xb3\x19\xbd\x64\x3a\x6d\xd0\xbc\x4f\x65\x63\x8e\x5a\xcd\xd7\xc1\xa6\xf3\x91\xe6\xfb\xda\x23\x5d\x1c\xd8\x8d\xb9\x99\x2c\x80\xd8\x33\x27\x07\x62\x2b\x5e\x32\x3f\x81\xe8\xf0\xe9\x24\x4e\x4b\x42\x76\xa6\x15\x05\x19\x4f\xf8\xc8\xca\xe6\x3d\x06\x41\x02\xb5\x6c\xde\x23\x72\xb1\x69\xd9\x9c\x45\x2d\x4e\x23\xb5\x74\xcc\xf6\x64\xc1\x9e\x89\x88\x44\xd4\x72\x26\x22\x0a\x90\xa7\x98\x76\x38\x2d\xd7\xe9\xc3\x62\x01\xf2\xc9\x75\xf6\xf2\xda\x6b\x4e\xc8\x3d\x2d\x38\x61\xd3\xbd\x69\xb5\x6c\xb1\x94\x3e\x53\x5a\xb6\x80\x31\x53\x54\x7f\x98\x7b\x17\x07\xb5\x26\x4c\x8c\x4b\x90\x8a\x04\xfd\xc2\x5c\xc9\x5a\xeb\xbe\xdf\x89\xe4\xa9\x15\x81\xa6\x14\x73\x14\xe9\xda\xf3\xec\x7c\x03\xe9\xb7\x12\x27\x1b\x69\xd0\x25\x71\x6e\x2d\xcb\x39\xfd\xb6\x14\x29\xcc\x25\x71\xea\x2c\xc3\x78\x2b\x89\xbd\x1c\x96\x86\x9e\xa7\x05\x89\xbb\x25\x71\x2a\x91\xcd\x5a\x12\x67\x0e\xa9\xa9\x79\x77\x68\x9d\x96\xfa\xde\xb5\xcf\x6a\x89\x95\xb3\xc4\xcc\x20\x89\xb1\xa4\x18\xe7\x85\x4e\x09\x3f\x6a\xc9\x01\x6a\x3c\x60\x9b\xae\xd1\x0f\x4f\x91\xcb\x56\x52\x4c\xae\xd9\x2e\x24\xc5\xe4\xbe\xa7\x4d\xce\x8c\x59\x11\x1a\xb5\xf5\x5a\x01\xa5\x90\x63\x64\xef\xf3\xe7\x47\x24\xa6\x46\xcf\x47\xf8\x55\xa8\x9a\xe9\x16\xab\x48\x92\x29\xc4\x28\x55\x24\xc9\x6c\x8c\x2c\x51\x24\xc9\x14\xa2\x6e\x6a\x3b\x8b\xbe\xfe\x05\x44\x49\x2d\x3f\x66\x63\x00\xa1\x5a\x7a\xcc\x3c\xe8\xf9\xac\xc8\x5c\x29\x44\xbb\x54\xe4\x8c\x14\xc2\xbc\x69\x6b\x58\x2f\x1e\xe9\x66\x6c\x65\xa3\x35\x40\xdb\x66\x2b\x0b\x01\xb8\xd4\xb2\x03\xee\x37\x7c\x2e\x1b\xf2\x9a\xb8\xa4\xa4\x48\x70\xd7\x88\x14\xa8\xcd\x38\x0c\x61\xd2\x48\x45\x7a\xba\x96\x48\xb3\x9b\x9c\x6e\x71\x1e\x70\x00\x99\xd0\x51\xdb\x83\xf4\x0b\x7c\xe0\xbd\x7e\xe3\x7c\x6a\x37\xcd\xb7\x30\xd5\xa5\xf6\x7c\x12\x1c\xfb\x48\x7b\x39\x05\x95\x05\xf3\x2f\xc3\x9a\x76\x13\x94\x84\x1c\x85\xf6\xd6\xff\x12\x1b\xb5\x1b\x83\x1c\x4c\xa1\x76\x00\x3d\x07\xe5\xe8\xb8\x9c\xe3\x7a\x42\xc2\x2f\x89\xdb\xc1\xb2\x54\x31\x98\x4b\x2d\x49\x15\xe3\xcf\xb4\x9b\xee\x22\x72\xd2\x2b\xb2\x3f\x25\x7a\x17\xeb\x48\xf2\x57\xf2\x7c\x1d\xa6\x6c\x17\x22\x14\xaa\xa5\x0a\xca\xc2\x00\x10\xb5\x4c\x39\xbb\xc0\x27\x67\x08\x3a\xe5\x76\x25\x45\x16\x13\x21\x32\x90\x0e\x70\x1d\xc4\x12\xd2\x01\x9e\x82\x81\xef\x3a\x9e\xf3\xca\x60\xc1\xf8\xf3\x33\x29\xfe\xea\xf8\x4e\x13\x3e\xf2\x09\x40\x50\x4a\xfe\x3a\xcf\x84\xbb\x4c\xa3\x13\xf1\x43\x8c\x54\x57\x03\x11\xcf\xc2\x58\x76\x05\x68\xb8\x30\xdc\x5e\x81\x45\x2c\x99\xfc\x81\x61\xf4\x0e\xca\x30\x3a\xbf\xbf\xb1\xda\xd5\x10\x5c\x7f\x21\x9b\x2b\xa0\x4d\x03\x2d\x48\x0d\x7e\x71\x17\xf8\x58\xc5\x94\xf2\x11\x41\xa9\x82\x68\x17\x4a\x35\x7a\x40\x8d\x18\xec\xa6\x6b\xc0\xf5\x97\x5b\x65\xc1\x09\x85\xee\x20\xba\x26\x30\x6b\xb8\x33\x96\x39\x6a\x74\xfa\x3f\xe8\x42\x1a\x47\x46\xca\xea\x12\x4c\xc7\xaf\x02\xc0\x80\x72\xed\x97\x60\x4a\x79\x51\x2d\xdb\xa1\x93\x10\x1b\xba\x04\x1d\xe3\xee\x58\x82\xd1\xfe\x7a\xe2\x81\x95\xa3\xb0\x00\x87\x8b\x0b\xb7\x6c\xf8\x9d\x9e\x2c\xba\x40\xc5\x69\xce\xd7\x65\xec\x7a\xa4\xea\x55\xc3\x74\xda\x4f\xb0\xd1\x0b\xae\x1b\xd1\xe8\xd9\x61\x9c\xe4\x75\x34\xd2\xd1\xe8\x0d\x6b\x3a\x6f\x3c\x83\x2b\xca\x91\x7f\x4d\xd7\x01\xc4\xe6\x8e\x5a\x66\xa2\x0f\x30\x46\x35\x6c\xa1\x1c\x38\x5b\x0a\x70\x21\x61\x26\x2d\x05\xb8\x50\x20\x73\x29\xc0\x85\x24\x93\xd8\x00\xea\x27\x80\x9d\x14\x50\x3f\x12\xf7\x24\xa0\x7e\x26\xa3\x0c\xd5\xa0\x7c\xf6\x9c\xb2\xeb\xef\xf9\x0a\x5f\x31\x4b\xb7\x94\xd8\x1f\x2f\xa6\xb0\xc4\x2b\x03\x4f\x44\xa3\x13\x5f\xe1\x68\x5f\xa8\xb6\xb9\x71\x81\xa4\x33\x19\xdc\xa8\x00\xbd\x99\x0c\xb7\x51\x40\xd6\x4c\x86\xec\x28\xd0\x65\x02\x24\x43\xd7\x87\x29\x2c\xfc\x2c\x78\x17\x06\x72\x29\xa0\x60\x8c\x7f\xfa\x87\x5b\xeb\x4a\x58\x23\x57\x1f\x2a\x00\x5a\xc2\x08\xa0\x00\x68\x11\x2a\x11\xf4\xb2\x8b\x73\xd2\xc1\x56\x2f\x5c\x9c\x85\x9b\x07\x10\x2e\x93\x3e\xbb\x0a\xbc\x95\xd0\x0a\x2b\xc0\x53\x26\xe3\x6f\x14\x48\x28\xa1\xa2\xd2\xab\xa0\x63\xbc\x10\x80\xfe\x31\x19\xb5\xa2\xc0\xf6\x98\x8c\x87\x50\x60\x6d\x4c\xc6\x37\x29\xa0\x34\x66\x30\x27\x86\x72\xb1\x9f\xf0\x25\x01\x88\x45\x28\x12\xf4\xea\x50\x2d\xf3\xd8\x03\xd5\x62\x52\x2d\xa0\x57\x47\x7e\x3b\x9e\xf2\xab\x9f\xaf\xc4\x13\x80\xbb\xe2\xa1\x06\xf0\xc5\x0c\xee\xff\x32\xf9\x60\x52\xc7\xa7\x06\x4a\xf1\x0b\x32\x4b\xaf\x39\xff\xb2\x8b\xe8\x05\x5e\xae\xc6\x3a\xdb\xcd\xde\x19\xbd\xa9\xd7\x61\x9c\x2b\xbb\x0e\xd2\xc1\x24\x0f\x7a\x81\x74\x10\x14\x48\x2f\xc1\x6e\xaa\x2c\x38\x2e\x5c\x12\x05\xd0\x96\xf1\x94\x5f\x87\x96\x90\xcf\xb9\xd6\xf8\x0b\xc9\x51\xaf\xf5\x37\x5a\xa1\x5e\x26\xfa\x07\x4c\xa0\x5e\x17\x66\x3d\xc6\x72\xe5\xbf\x42\x55\xf5\x02\x8b\x4f\x0d\xbf\x1a\xfc\xc5\xaf\xe0\x0d\xbd\x2e\xfd\xcb\xd9\x4c\x2f\x48\xd1\x74\x08\xd2\xeb\xfe\xdb\xdd\x47\x81\x77\x11\x06\x63\xbd\xee\xfe\x97\x95\x4d\x1d\x8c\x82\x0c\x32\x90\x24\x3a\xbd\xd7\xf5\xfa\x5f\x12\xf1\xea\x75\xc0\xce\x1a\xfb\x81\xab\xf8\xd7\x57\x1e\xac\x4b\xe3\x57\xc0\x11\x53\xcb\xaf\xd7\x83\xad\x1d\xab\xff\x9e\xcf\x72\xc6\xde\x33\x7c\xae\x2d\xf2\xff\xd2\x5d\x45\xaf\xf7\x74\x9d\x05\x8a\x82\xce\xb1\x98\x9d\x45\x5a\x1c\x31\x3d\x81\x3a\x1c\xdc\x07\x32\xc8\xfb\xea\x3a\xf4\x88\x17\x29\x40\x16\x66\x0d\xea\xf0\x9d\xaf\xf8\xe0\x6e\x88\x4e\x8d\xf3\x01\x84\x84\x3e\x49\x1d\x0c\x00\x61\x17\x78\xa3\xf7\x21\x39\xdc\x96\xc0\x0e\xe8\x21\xf6\xdf\x19\xfb\x94\xf7\x95\x21\x01\xec\x82\xca\x02\x5b\x17\xc2\xfd\xe9\x7d\x08\xca\x88\x02\xac\x0b\xcf\xfe\x0d\x68\xa5\x10\xeb\x0d\x1d\x60\x3f\xc1\xb1\x98\x2a\x5e\x88\xdd\xa0\x88\x89\x2f\xc1\xaa\xdd\xc8\xcb\x13\x32\xf7\x8d\xbc\x3c\xa4\xf9\x37\x92\x95\xd3\xb0\xa8\x08\x8a\xef\x21\x51\xdf\x90\x0b\xe9\xf2\xa2\x08\x8a\x17\x3a\xa3\xe8\x0d\x8a\x43\x85\x9d\x5a\x84\x7a\x8e\xec\xf3\x7a\x77\x50\x0b\x8a\x3f\x08\x17\x8f\x34\x45\x8a\x70\x71\xa1\x4e\x5b\xef\xa1\x7f\xc1\xd5\xe9\x6d\xf1\x24\x01\x7c\xa4\xf7\xc4\x67\x73\x14\x34\x3c\xc1\x29\xb5\x78\x12\x21\x22\xa2\x22\xf8\x7b\xd6\x58\xb8\x89\xcf\x92\x51\x45\xf4\xb7\xd0\x90\xaa\x88\xfe\x8e\x78\x32\x45\xf4\xb7\xf4\xfc\x2f\x58\x16\x8a\xd0\xf0\x88\x68\x53\x04\x6d\x87\x9f\xa1\x5a\xd0\xf6\xcc\x12\x0f\x4c\x3c\xc0\x61\x81\x4b\x23\x0a\xac\xde\xc6\xa5\x85\x01\x52\x6f\x41\xa7\x4b\xbc\x82\x4e\xc7\xb0\x90\x4f\x51\x62\x58\xe6\x84\x21\x44\xcd\xd3\x7b\x01\x9f\x92\x64\x12\x21\xd9\x42\xfc\x3a\x45\xc0\x75\x97\xf8\xca\x16\xbe\x9b\x90\x4a\xde\x27\x6f\x38\x2f\x2b\xc4\x47\x0b\x01\x7c\xf4\x46\xba\xc3\xc6\x2b\xe0\x86\x36\xb2\xff\x2a\x50\x14\x70\xd9\x2f\xf4\x3c\xda\x80\xce\x8d\xc0\x2a\x7a\x9b\xf2\xb1\x0b\xaf\xa2\xfb\xb6\x7c\xad\x71\xe4\xa1\x78\x62\x9c\xbc\xde\x00\x95\x14\x52\x4d\x44\x33\x4b\x8f\x02\x90\xd1\x1e\x54\x02\x64\x54\xc8\x32\x20\x14\xb9\x4b\xe7\xe8\x1f\x2c\x13\x49\x20\x62\x91\x43\x50\xb0\x58\xe4\xfd\x00\x87\x06\x46\xb0\xff\x6a\xf3\xfb\xf3\x23\x2b\x4e\x1a\xd4\x99\x3d\xbe\xf1\x62\xa8\x41\xab\xde\xf2\x97\x2b\x9d\x22\x9e\x59\x88\x5e\xa0\x88\x67\x0e\x80\x36\x45\x3c\xb3\x30\xd4\x5e\x2d\xb4\x58\x24\xba\xf5\x62\x19\x63\xfe\x4c\x0d\x17\x48\x41\x8a\x50\x63\x09\x35\x2a\x22\x8b\xa5\xc7\x47\x0c\x3f\x31\x5c\x33\xf5\xd6\x93\x53\x9e\x5f\xfd\xd0\x68\x90\x3b\x18\xcd\xe9\x4a\xa6\x0f\x28\x35\x4d\xbd\xfa\x6c\x4a\x1d\x59\xa9\xd4\x62\x7a\xc3\x7f\x40\x1f\xf0\x79\x34\x4e\x28\x02\x61\xfb\x22\xc9\xb0\x40\xd8\x29\xe4\xd9\x4e\xc8\x2a\x6d\xc3\x8a\xf0\x52\xa1\xfd\x4e\x11\x2c\x2a\x9d\x4c\x1c\x82\x43\xa5\x93\x89\x7b\xcc\xa2\x17\xa9\xce\xf4\x69\xe8\x06\xf9\xad\xc7\xd9\x3c\x8e\xcc\x28\x68\xa4\x32\x53\xc4\x2f\x46\x36\x34\x45\x30\xa2\xd0\xaa\xad\x27\x18\x91\xd8\x32\x6a\xc1\x88\xfb\x89\x28\x40\x28\x26\xb7\x2c\x82\x0b\x23\x54\x50\x9f\x8e\x0d\x48\xd5\xca\x63\x30\x1f\xc4\x36\x56\x0b\x36\xac\x35\x7a\x31\x8e\x48\xc9\x5e\x80\x6c\x33\x68\x5a\x11\x39\x28\x83\xd4\x11\x91\x83\x9d\xc1\xc9\x7a\xe2\xf1\xe8\xfe\xa5\x0f\x28\x22\x63\xb7\xf5\x11\x4c\x20\x77\xf9\x03\x19\x93\x31\x1b\xfa\x18\xa3\xd8\x19\xd0\xac\x0f\x18\x45\x06\x6d\xe8\xb3\xd0\x06\x09\xfb\x03\x36\x90\x2e\xf5\xfa\x40\xa4\xa4\xd7\x99\x3e\xc8\x63\x4f\xef\x3a\x7d\x8c\x0d\x14\x7a\x56\xe9\x83\x44\xf6\xb4\x7b\xe8\x73\xc1\xbc\x40\xb6\xe7\xb9\xce\x57\x38\x1f\x66\xa1\x09\xfd\xd7\x03\x31\x95\x49\x98\xf4\xb9\x30\x14\x1e\x8c\xc7\x98\x3e\x19\xe4\x69\x1e\x58\x0c\x46\x0c\x05\x87\x8b\xee\x07\x8a\xc8\x3d\x61\x1e\x02\x45\x60\x9e\xd0\x2c\xad\x2f\x20\x9a\x08\x74\xaf\x2f\xd4\x18\xe3\x9f\x32\x80\xe8\x9b\xe0\xee\xc5\x3e\x59\xcc\xdd\x2e\x18\x2c\xb0\x3d\x4e\x3c\x4a\x45\x14\xde\x08\x2d\xdd\x9b\xf1\xc5\x19\x05\x68\x94\xe3\x7a\x4d\xe8\x12\x22\x45\x2a\x82\xea\x46\x8a\x81\x66\x4c\x05\xcf\x1a\x22\xe4\x84\xa8\x97\xfa\x42\x29\x44\x96\x11\x01\x6f\x23\x8d\x78\x03\xdd\xe0\x61\x44\x04\x9c\xd0\xf9\x4a\x11\xdf\x36\x42\xef\x8d\xf8\x36\x19\x54\xcd\x22\x9c\x4d\x88\x5e\xa4\x08\x67\x1b\xa1\xc8\x7e\x91\x11\x3c\x14\xd9\x08\x1e\x13\x82\x1c\x28\x22\xc1\x46\x28\x6f\x5f\x08\x72\x04\x89\x50\xc4\x75\x8d\xd0\xb6\x5a\xdc\xd1\xa2\x67\xa5\x22\xa8\x48\x42\x27\xf4\x82\x57\x09\xe5\x0c\x22\x82\x46\x5c\x39\x16\x11\x34\x68\x30\x53\x04\xf3\x08\xe3\x92\x14\x81\x38\xc2\x70\x1f\x45\xe4\x49\xa0\x43\x29\x82\x44\xda\xaf\xdd\x87\x1b\x3a\xd4\x28\xf0\xd3\x97\x50\xa3\x98\x4f\xfd\x2e\xe0\x58\x5f\x58\x7e\xa8\x46\x81\x87\xfc\x28\xf1\x59\xe0\x5d\x84\x1a\xe5\xb5\xcc\x0e\x8c\xbb\x51\xb8\xaa\x4b\x68\x51\xe0\x44\x2e\xa1\x12\x81\x8b\xf8\x2f\x63\x81\x1e\x23\x09\x67\x03\x8e\xc6\x12\x0a\x0f\x3d\xa8\x07\xd4\x5e\x28\xf6\x57\x68\x2f\xb4\x9e\x36\x84\x05\x66\xac\x0e\x92\xa8\xed\x74\xcc\x07\xab\xb6\x8e\xc1\xad\x69\xc7\x14\x53\x24\xd1\x8e\xaf\x52\xd9\xa0\x50\x92\x87\x6e\x41\x27\xa6\x98\xf7\x14\xfc\x72\x25\xd4\x00\x70\xaa\xed\x61\x4f\x30\x7f\xd6\x15\xd2\x37\x7c\x53\x25\x04\x76\xf3\x4d\xcd\x9d\x49\x1e\x15\x6e\xa1\xb3\xc6\x57\x2f\xe8\x2b\x9c\xa8\x7e\x15\x4a\x37\x2e\xec\x57\xa1\x63\xe3\x9c\x7f\xf5\x82\xbe\xc2\x09\xe2\x57\x6f\xa8\x38\x12\xdb\x38\x3a\x25\xe7\x55\xbf\xaa\x90\xd0\x84\x8d\x2a\x3c\xd7\x27\xdb\x50\xf4\x43\xa2\x00\x9f\x9d\x7c\xe5\x3b\x60\x94\xde\x8f\x96\x4e\x3f\x92\x17\x64\x0c\xce\xd9\xee\x0f\xd6\x8e\x49\x8e\xf8\x6b\x19\xfd\xc8\xf1\xca\x85\x27\x06\x0b\xd0\x0f\x3f\x2c\x5f\x83\x4b\x38\x9d\x9f\xbf\x06\x2d\x91\x14\xb6\x51\x30\xfc\xf8\xca\x51\x0a\x15\xb6\x61\xfb\x67\x52\xf7\xf9\x99\xc5\x24\x4f\x69\xfc\xac\xc9\x4a\x93\xb9\xf4\xbf\x66\xfb\x65\x4a\xe3\x58\x10\x90\x48\x8e\xed\x6b\x26\x09\x4d\x22\x1f\x7d\xcd\x24\xa1\x49\x6e\xf5\x6b\x13\x8d\x76\x7e\xd6\xd4\x35\x93\xb6\xd6\x0f\x86\x98\x49\xdf\x82\x0f\x86\x98\x59\xa2\xeb\xf0\x67\x97\xce\xe1\x9b\x3b\xfa\x94\xce\xcf\x9a\xa3\xc6\x94\xce\xe1\x2f\x60\x7c\xb6\x28\x38\xaf\x70\xb4\x26\x76\xcc\x12\xa3\xbd\x4e\x4f\x59\xf0\xa0\xd1\xf1\x2f\x56\xae\xaf\x3d\x50\xcc\x4c\xf6\xda\xb8\xd9\x49\x0c\x8b\xaf\x29\x16\x4d\xd8\x05\xe3\x66\x27\x61\x35\xbe\x66\x7e\xa7\x53\xb8\x01\x9b\x62\x7e\x57\xbc\x82\xf9\xe5\x26\x6e\x8a\x34\x2f\x2b\x5e\x01\x70\x89\x70\x7e\x3f\x74\x2c\x71\xf6\x3e\x4c\x45\x34\x7a\x94\x19\x89\x3d\x45\xee\x98\x1a\x0b\xff\x9d\x1d\xe9\x8d\xf6\x74\x94\x7f\xfe\x4a\x37\xe6\x4a\x62\x05\xba\x20\xa1\xad\xb3\x06\x5f\x07\x0f\x13\x1d\xeb\xc7\xff\xc3\xa5\xf7\xaf\x43\xc0\x62\xbe\xa8\xaf\x83\x45\x21\x0e\xee\xd7\xcd\xef\x5a\x16\x4f\x46\x47\x6e\x25\x22\x5d\x7c\x1d\x02\x15\x3d\xdd\xbf\xfe\xc0\xa9\xc4\xa9\xcd\xd7\x21\xfc\xd0\x0f\xe5\xeb\xef\x81\x82\xf7\xf9\xe8\x07\x1b\x9e\xdb\xbc\x83\x11\xa2\xbf\xd2\xd7\xf5\x6f\xc7\x94\x6f\x54\xc8\xf7\xce\x8b\x7f\xa3\x82\xfb\x74\x4e\xfb\x1b\x15\x94\xc2\x6f\x9e\x6f\xe0\x40\x92\x72\x7e\xa3\x1d\xf5\x31\x9f\xc0\x09\x65\xba\x9c\x6f\xb4\xf3\x4a\x63\x01\x9c\x7d\x84\x6d\x74\xa8\xf6\xb8\xef\x07\x0e\x35\x73\x10\x7c\xa3\xa3\x51\xd7\xbb\x7c\x03\xa7\x9c\xee\x40\xdf\x18\x20\x1d\x3c\xb2\x63\x1e\x6e\x9c\x1d\xbb\x8e\xe9\x85\x4f\xec\x09\xa2\x10\xf6\x0d\x35\xa0\x2a\x5f\x57\x01\x2b\x14\x94\x06\xd9\xed\x24\x28\x8d\xe5\xa2\xdb\x05\xde\x02\x32\x05\x4d\x22\x6f\x7e\x86\xb0\x4e\xf8\xa7\xcf\xf0\xd5\x17\x99\x9a\x0f\xaa\xf7\x21\xf1\x80\xe9\xb0\x1a\x13\xbb\x7d\xc0\x82\x1e\x44\x84\xf8\x2e\x1b\x77\x63\x42\xac\x0f\x01\x43\x8d\x86\xd5\x0f\x01\x43\x8d\xb6\xd8\x0f\xf7\x78\xa3\xd9\xf4\x53\x33\xdf\x36\x5a\x5a\x3f\x8f\x0f\xe2\x50\x71\x8f\x73\x03\x2b\x40\x0e\x0a\xff\x35\x1f\x4c\xaa\x55\x3f\x05\xbe\x0f\x95\xa6\x9f\xc2\xb7\x71\x46\x83\xc3\xa0\x6f\x7d\x9c\xf0\x83\x4e\xf1\x6f\x81\xcd\xba\xb0\xc0\x0e\x7b\xe3\xbf\x6d\xbf\xbd\xf8\x6f\xff\xf3\x53\x46\xd4\xda\x2e\xee\xfc\x77\xa2\xb1\xcc\x02\xdb\x3b\x83\xff\x22\xb9\x29\xff\x35\x28\x90\xc4\x7f\x2d\x55\x67\x7c\x0a\x89\x4d\xf9\xef\xb7\x3b\xe2\x8b\x01\xbf\x65\xce\x2b\xbc\x96\x39\xab\xe6\xb3\x1c\x97\xcc\xb7\xd9\xf5\x92\xe3\x61\xdd\xff\xc6\xc3\x86\x37\xc2\x96\xf7\x55\xc9\x04\xe2\xdf\x07\x74\xcf\x19\x13\x08\x74\xcf\xf8\xf7\x45\x3d\xfb\x6d\xc7\xb4\x52\xc1\xfc\x7d\x86\x5e\xc4\x6d\xf4\x9d\x5c\x34\xfc\x17\xd0\xb9\xfc\x17\x01\x98\xfc\x77\x77\x95\x9b\x14\xce\x99\xbc\xd5\x3f\x60\x10\x93\x53\xfa\x3e\x23\xff\xeb\x5f\x44\xa7\xef\x33\x1a\xd5\x98\x1a\xfb\xfb\xd4\xd6\x36\xfe\x35\x38\x56\xf7\x3b\x2c\x29\x01\x05\xc4\xd3\xe1\x96\x94\xc0\x61\x3a\x30\x7d\x49\xc9\x34\xb2\xcd\x81\xe9\x77\x81\x31\x7f\xee\x59\x55\x52\x32\x52\xd1\xca\x61\xd4\x4a\x4a\x82\x84\xad\x95\x5f\x91\x73\x90\xe3\x89\x0b\x1e\x7b\xc5\x0b\x8e\x21\x25\x3a\xf6\x60\x97\x15\x7e\xc5\x7c\xdb\xa6\x3b\x17\xec\x82\x07\x6d\x44\x81\x11\x57\x0f\xdc\x2b\x29\xbd\xc8\xb7\x9e\xd9\x28\x74\xfc\x6e\x05\x28\x29\x23\x2a\xd1\x13\xdc\xef\x02\xa4\x95\x2b\xde\xd3\x0c\x3f\x15\xe7\x0f\x4b\x82\xa3\xd9\x4a\x2d\x0a\x8c\x75\x29\x87\xd7\xdd\x05\x46\x53\x5c\x87\x5d\x52\x36\x1e\x62\xcc\xf8\x0a\xb4\x62\x8e\x9b\x5b\x52\xb6\xeb\x79\x14\x7e\xb6\x98\x4c\x3d\x3c\x90\x61\x17\xd8\x68\xa7\xf8\x67\x0b\x92\xb1\x7a\x04\x79\x49\xc5\xbc\xc3\x99\x26\xbd\xa4\x62\x9b\xb2\x67\xae\x6d\x99\x48\x1f\x5a\xa2\xa0\xa3\x51\xef\x7a\x81\xce\xc1\x9d\x1e\x77\x81\xc1\x97\x4d\x0e\xae\xd8\x05\x3e\x3c\xbe\xb6\xa4\x72\xc3\x9e\xb5\xd8\x31\xc4\x2c\x39\x40\x4b\x49\x05\x29\x98\xdd\x7f\xac\xa4\x62\xec\xca\x68\x9c\xc2\x6a\x24\xa5\xb9\x0f\x5b\x49\x15\xd6\x88\x34\xbc\x8d\x0a\xe3\xa5\x87\x34\xec\x02\xeb\xba\x44\x1b\x7f\x5b\x0e\x76\xc1\x84\x37\x97\xef\x8f\x6a\x72\xcd\x68\x85\xaf\xc0\x37\xd8\xc9\x44\x49\x55\x30\x38\x6e\xfe\x0a\x76\xc5\xa5\xe0\x5d\x60\x6a\x1b\xd7\x18\x97\x54\x6f\x48\x75\xf1\x59\xf3\x22\x1c\xee\xf9\xbf\x0b\xce\x76\xe0\x57\x8c\xb1\xea\x0e\x1d\xbc\x0b\x9e\xdf\x12\x6b\x49\xf0\xb5\x6a\x32\xa3\xa0\x61\x0a\x13\x0b\x3e\x0c\xce\x0f\x50\x1b\x58\xca\xc9\x27\x90\xf9\xbd\xb5\xcc\x02\x20\xd1\x25\x16\x18\xbf\xdc\x84\xc7\x03\xfc\x72\x13\xae\x6d\xbb\xd0\x0f\x6e\xdc\xf6\xce\xdf\xd6\xbb\x92\x9a\x75\x7d\x96\xf8\x0a\x2c\xf0\xae\x87\x2e\xa9\x63\x19\xdc\x12\x59\x52\x47\x3f\x1a\x0f\x61\x87\x5f\xab\xab\x9c\x4a\xea\xe6\xad\x3b\x5a\xf7\xcf\x76\xe8\xc3\x63\x7f\xf4\x07\x86\x7f\x12\x14\xb0\x6f\xd3\xcd\x33\xbb\xe0\xd8\x19\x0b\x0b\x80\x1b\xcb\x7d\x0a\x06\xaf\xb9\x29\x64\x17\xd8\x79\x49\x3c\x73\x23\xc3\x7c\xb5\x12\x0b\x4e\xa3\x95\x05\x70\x02\x6a\x85\x05\xd6\xb1\xce\x33\x37\x2a\x32\xba\x4c\x16\x98\x40\x3e\x66\x3c\x01\xbf\x21\x77\xb7\x28\x69\x22\x10\x5a\xb8\x1d\x66\x85\x88\xc0\xc5\x9e\x30\x6e\x3b\x08\x73\x49\x62\x30\x84\xbd\x70\x5d\x64\x62\xe5\x8a\xbf\x22\x98\x8f\xcc\x85\x5a\xc0\xa5\xca\x8b\x05\x66\x23\x1c\xce\x9a\x97\x84\x24\x6e\xa3\xc5\x13\xf6\x59\x19\x5c\x4a\x64\x32\x9a\xee\xc1\x5c\x12\xbc\x21\xba\x0b\x00\x25\xc1\x83\xa0\xed\x5d\xf8\x7f\xbd\xbe\x4a\xba\xcc\xcb\x77\x25\xf6\xfa\x12\xf8\x5c\x73\x5c\x30\x52\xf7\xce\x25\x81\x09\x5a\x3c\x52\x64\x17\xbc\x28\xf0\x61\xdc\xe9\x38\x54\x7a\x27\x0f\x82\x70\x27\x61\x80\xe5\x68\xb9\xf6\xb0\x24\xa0\xe2\xb6\xc9\x1d\x09\xcb\xd1\x74\x73\x41\x49\xc0\x9b\x15\x47\x26\x28\x09\x60\xb1\x4d\xb8\xab\x6f\xf8\x62\x37\x6e\x2f\x00\xa2\x8e\xc6\xd9\xbb\xb1\xdf\x3c\xbe\xbd\xa4\xfb\x3b\xaf\x34\x16\xe0\x94\x37\x7f\x05\x80\x9e\x14\xc6\x77\xc1\x8b\x9b\xc4\x5f\x81\x4d\xa1\x09\x6f\x12\x80\x45\xce\xc2\x55\x04\xd0\xe3\x4c\x35\x9e\x38\x9f\xe5\x57\x8c\xd8\x8e\xc4\xae\xc3\xc8\x30\x3d\xca\x65\x17\x40\x24\x8d\xaf\xc0\x08\xdb\x48\x4b\xa0\xbc\x97\xc6\xcb\xf8\x31\x1d\xc0\xe8\xbc\x49\x1e\xd3\x01\xd0\x5e\xba\x0b\x8e\xd1\x9e\x8d\x42\xcf\xde\x78\x10\xa0\x45\x1f\x89\x94\xf3\x81\x9e\x69\x90\x60\x3f\x20\xc7\x8d\x5c\xc2\x03\x2f\xab\x1e\x5d\x7f\xe0\x11\x14\x5d\x37\x9b\xd5\x18\x2b\x0a\x10\xd6\x1e\x63\xb1\xb3\x33\x33\xaf\xc9\xc7\xbc\x9b\xe6\xe2\xea\x3f\x50\x20\x36\xde\xac\x06\xd3\xb7\x0b\x38\x85\xb6\x94\xdd\x01\x11\x4a\x7a\x91\x3b\xdd\x5d\xa2\x4b\x82\x32\x79\x64\x4e\x10\xb0\xd0\x5a\xe3\xc6\x7d\xcd\xf8\x33\x16\x07\xf7\xda\x9d\x37\x33\xb9\xa6\xb7\x41\x7d\x41\x6a\xf3\x36\x28\x9e\x66\x3c\x81\x33\xcc\xdb\x19\xaa\xe1\xee\x61\x06\xbb\xc0\xf4\xe0\xbd\x47\x1b\x46\xb0\x07\x07\x07\x04\x2a\x69\xe4\xcd\xa0\x1b\x1e\x99\x0c\xdf\x6b\x9c\xc6\x70\x9b\xe7\x2e\x78\x30\x85\x2c\x80\x5f\x4c\x50\x0a\xc0\x12\xcd\xc2\x9d\xfc\xda\x55\x3b\xdc\x37\xa0\x24\xe0\xf0\x88\x63\x7d\x94\x04\xec\x18\xf1\x50\xe7\x92\x80\x6d\x21\x1e\x56\xbc\x0b\xc0\x9b\x71\x92\xf5\x58\x22\xa4\xb0\xe0\xc5\x51\xcf\x2c\x80\x1f\x08\xb9\x04\xc0\x50\xcc\x45\x62\x0b\x18\x8a\xb9\x78\x4c\x01\x43\x31\x83\x67\x3e\x12\x61\x99\xf1\x8a\x7d\x45\x48\xc1\xd5\x66\x7d\x3a\xf2\x4b\x49\x3a\xde\xdf\xc6\x9d\x92\x14\xfe\x05\x1e\xfd\xb7\x0b\x3a\xa4\x5b\x7e\x76\x9e\xd3\xc0\xaf\x40\xcd\xe6\x19\x30\x77\x81\xa0\xa7\xf1\xc4\x42\x4f\x13\x0b\xa0\x66\x5b\x51\x60\x14\xc6\xd3\x63\x95\x04\x88\x85\xe9\xe6\xd7\x92\x00\x6e\x30\x33\xef\x09\x80\x19\x50\x61\xb5\x0b\x60\x49\x21\xd5\x06\x8c\xc0\x48\x24\x06\x08\xf1\x9f\x42\xfe\xee\x68\x7f\x83\x6b\x42\x88\xbf\x0c\x6e\x5c\x44\xdb\x8f\x4c\x72\xa1\x87\x17\xe1\x41\xb6\x90\xf0\x2c\x89\x9b\x5f\x5f\xec\x64\xd2\x64\x84\x31\x77\x99\x7c\xe5\x3b\x96\xaa\x28\xb8\x30\x85\xfc\x0a\x94\x5e\x2b\xfd\x83\xbf\x45\x49\x26\x94\xe6\xde\xb9\x02\x08\x79\xed\x95\x1f\x40\x34\xaa\x04\x57\x8a\x68\x54\x2a\xf3\x4a\x42\xf4\xe9\x14\x72\x72\x88\x3e\x9d\x42\xd2\x01\xf1\x75\x54\x52\x70\x84\x4b\xce\xc2\xe3\x06\x99\x72\xc6\xe5\xfe\x01\x57\xdf\x93\x85\x94\xf4\xc1\x03\x23\x58\xdd\x0f\xca\x74\xe1\xc9\xf8\xe0\x0f\x96\xa5\xb1\xa0\x63\x6b\xc4\x13\x20\x83\x3c\xf6\xdf\x0d\x0a\x1e\x4f\x18\xd3\xd5\x66\x74\x5d\x71\xfe\x78\xd5\x7e\x7a\xff\x36\xb2\xed\x02\x2c\x3c\xa9\x1e\x64\x56\xda\xd0\x4a\x4e\x60\x86\x49\x07\x72\x6a\xa0\x47\x95\x05\xfd\xf4\x83\xaf\x18\xc5\xa2\xf2\xb8\xe4\x84\xc3\xe4\x38\x93\xbb\x00\x5c\x98\x53\xdf\x9c\x5c\x67\x5d\x58\x70\x0e\xd3\x60\xc1\xd1\x99\x89\x17\xc0\x55\xc6\x23\x1e\x4b\x4e\xeb\x34\x3a\x59\xf0\x82\xc8\xf1\xb3\xc8\x2c\xef\xa1\xf8\xbb\xe0\x8c\x65\x79\xc1\x73\xb6\x03\xdb\x30\x69\x92\xe6\xd6\x5d\x30\x7f\xeb\x87\x77\x01\xb4\xeb\x83\x1d\x03\xa6\x96\x63\x07\xef\x02\xcc\xc7\x60\x3f\x5e\x78\x36\xfa\xb6\xcc\x09\x9a\x04\x89\x02\xe8\x87\x29\x70\xe5\x0c\xdf\x84\xd6\xfc\x89\x7c\xf8\x08\x67\x31\x73\x86\xb6\x93\xc7\x2d\x67\x13\xda\xa6\x1b\xef\x76\xc1\x99\xd3\x28\x40\xc7\xa6\xcf\x7a\x16\x10\x5b\x4e\x61\x96\xf9\xdb\x82\x5a\x72\x7e\xd7\x6f\x63\x70\xc9\xc5\xb4\xae\xc3\xb3\x23\x95\x5c\x1a\x18\x3e\xee\xa0\x32\x91\xa9\xd1\x4f\x79\x2e\x87\xe1\xf3\x9b\x24\x17\xc4\x46\xb8\xc3\x7b\xc9\xc5\xd4\xd2\xc4\x50\x2c\xb9\x28\xe8\x73\x63\xa3\x1f\xf4\xb2\xbe\xf9\x73\x35\x35\x5c\x77\x0f\x91\x5d\x00\xa6\x5c\xe2\x09\xe3\x66\xc9\x7a\xe4\x9a\x20\x19\x73\x3e\x6a\xc5\x0e\x72\x0e\x30\x5b\x64\x55\x1e\x31\x85\x15\x5e\x66\xcd\xef\xef\x5c\xb1\x93\xc9\x94\xe7\x0a\x81\x8b\xaa\x83\x5c\x8d\x60\x13\x8e\x66\x17\x3c\xe0\xaa\x7d\x07\x59\xd8\x52\xee\xae\x95\xdf\x05\x03\x13\xc4\x27\xe0\x3f\xb9\x0a\xc7\x62\xc3\x67\x72\xd5\x92\x21\xc4\x76\xf7\xa9\xdb\x05\x46\xc1\x1d\x65\xa2\xe4\x06\x27\xc4\xce\xbd\xde\x2a\x34\xea\x9c\xd3\x06\x6b\x26\xf9\xbb\xdc\x20\x93\xb8\xdf\xc9\x2e\x00\x51\xca\x7c\x02\xaa\xa5\xd2\x58\x80\x5c\x1e\xee\xbe\x51\x72\xbb\xcf\x58\x7c\x3e\x9a\x02\xe0\x29\xb1\x63\xe6\xb6\xd9\x5c\x6f\x56\x72\x87\xa3\x5e\x73\xbd\x48\xee\x82\xf0\x28\x6e\xcb\x0e\xd6\xd4\x53\xf1\x97\x3c\x12\x7c\x90\x38\xa7\xc3\xe6\x63\x78\x76\xff\x5d\xb0\xd0\xa8\xb7\x01\x63\xc0\xf0\x04\x4d\x65\xff\x84\x66\x8d\x4f\x98\x84\x3e\x3c\xb2\xbe\xe4\x61\xec\xed\x18\xd1\xc6\x0d\xf7\xc8\xc4\x36\x8e\xf6\xa5\xfc\x8b\x04\x96\x07\xcc\x5d\x99\x34\x6d\xc0\xc5\xb7\x93\x96\x0c\xa3\x14\xad\xbb\x2a\x22\x8f\x17\xe2\x7b\xe5\xc8\x41\xf4\x63\x3a\x07\x32\xe0\x66\x52\x8a\x01\xb9\x31\x71\x9d\x87\xad\xc0\xe8\x3c\xb2\xc3\xee\xe1\x26\x5c\x81\xf1\x41\x8b\xe2\x4c\x57\x1e\xa6\x79\x68\x0e\x0e\xb9\x0b\xa0\xb9\x64\x1b\x33\x9d\xeb\xdf\xbb\x3e\x91\x5d\x55\x5c\xe0\xda\x24\x12\x22\x99\xcf\xde\x04\x08\xfe\xf0\xfb\x2a\x4f\x04\x2e\x92\x83\xca\xd3\x88\x4b\x0f\x6a\x33\xe1\x5c\xda\xfc\xba\xce\x73\x3c\xbf\xbd\x1c\x76\xc1\x8b\xbc\xc5\x7c\x65\x40\x83\x1a\x1d\xb3\xeb\xa9\x05\x39\x9e\x16\x4c\x3f\xa8\xf0\xd8\x34\xd3\x0a\x62\x70\x10\xf0\x0b\x2f\x8e\x09\xe5\x5e\x10\x86\x79\x9d\xae\xf3\x15\x90\x30\x57\xed\xef\x02\x48\xeb\x12\x4f\x60\x7b\xf1\x64\x4c\xd3\xc4\xf4\x11\x5f\xb1\xfb\xaa\x39\x3c\xed\x2e\x00\x68\x67\x0c\xee\x39\x74\x91\x83\x3b\xfe\xdc\x3c\x90\xd3\x08\x76\xef\xbc\x26\xa7\x61\xf7\xf4\xb8\xc0\x26\xfc\xb9\xe3\x8a\x9b\xf0\xd8\x18\x24\x2e\x13\x5e\x82\x99\xe4\x78\x2a\x38\x0d\xee\xfb\xf9\xc1\x07\x86\x44\x6e\x7e\x70\xc1\xea\x5c\xa8\x0f\x44\x9f\x07\x72\x1a\x37\xd8\x72\x6c\x87\xef\x68\x73\xd8\x31\xdb\x85\x63\x94\x28\x78\x40\x5b\xfd\x2b\x52\xe0\x58\x28\x83\x05\x38\xa1\xbc\x48\x05\x4e\x42\xd4\x3b\x65\x58\xc6\xda\xe2\x62\xcb\xe1\x11\xc9\x25\x08\x80\x3f\x26\x77\xa1\x40\x86\x5f\x2d\x9e\xb8\x7f\x7b\x8a\x94\x4d\x01\x6c\x4e\xc9\xcf\x08\x72\x25\x50\x26\xc9\x02\xda\xda\xb9\x71\xc5\x80\x28\x5a\x30\x27\x02\xf2\x23\xf1\x04\xe2\x30\x3a\x6f\x12\x19\x00\xdf\x25\x4f\x24\x03\x9a\x6d\x5e\x1c\x32\x4f\x24\x37\x5f\x99\xc7\x27\x8d\x5f\x11\xdc\x13\xe4\x12\x10\xc1\xd6\xdc\x69\x79\x17\x40\xb7\x99\xd9\xa8\x69\xa5\x67\xe2\x2e\x14\xa4\x56\xea\xdc\xb8\x62\x8a\xdb\xb6\x12\xbf\x62\x31\x14\xbd\xd4\x78\x02\x14\x9c\x34\x48\x6e\x5c\x60\xbc\xf2\x05\x8a\xec\x4e\xce\x4b\xcc\x9e\xd0\x26\xa9\xaf\x98\x1e\xa0\x77\x6e\x3a\x41\x8e\x4a\xaa\xff\xb2\x98\x4c\xd2\x0b\xaf\x38\xb1\xcd\xdf\x1c\x58\xa7\x64\x01\xa5\xf3\xf4\x85\x25\x2f\x44\x28\x0d\x57\x75\xe7\x05\xb2\x45\xdd\x4a\x5e\x26\x6f\x8e\x41\xa6\x60\x99\xe1\xb3\xa7\x5f\x4f\x20\x97\x77\x89\x02\xf8\x1c\x93\x39\x59\xe6\x6b\xd4\x26\x2f\x8e\x85\x10\xd3\xc5\x6d\xb9\x40\xfa\x68\xc5\xc9\xeb\x04\xfa\x37\x3e\x61\xd1\xeb\x43\x78\x5e\x10\x48\x28\x8d\x3c\xf3\x02\xa3\x25\xbc\xae\x11\x37\x28\xc1\xdf\x2d\x39\xba\xde\xcc\x02\xc1\xda\xfa\x24\x23\x1a\xaf\xc9\xaa\xff\x72\x81\x59\x4e\xf8\x3c\x1a\x57\x71\x7d\x60\xba\x38\x9d\x97\x9f\x2e\x5f\x78\xa4\x5e\x1e\x54\x89\xe4\x0b\xee\x73\xd4\x3f\xe7\xcb\x90\xd5\x67\x22\xe3\x86\xac\xb8\xb2\xc8\xb8\xdd\xc0\x6f\x1f\x5c\x56\xe4\x9b\x9a\x83\x22\xc8\x0d\x45\x65\xe5\xbd\xf9\x9c\xf0\x09\xd7\x80\xe4\x67\x42\x24\x23\xa3\xf2\xc0\x81\x7d\x70\x03\x3e\xae\x29\x5f\x2c\x80\xa0\xe3\xe2\x54\x86\x46\x88\xce\x5c\x25\x03\x9e\x9d\x46\xf2\x5d\xa0\x56\xc0\xc3\x04\xe4\x6a\x3a\xd6\x97\xfc\x1e\xff\x0a\xee\xea\xf7\x06\x81\xe2\x9c\x02\x92\x77\x0a\x6f\x78\x38\xe1\x0d\xea\xc1\x33\x90\x5b\x9b\xc3\xe0\x94\xfc\x42\xd2\x8e\xb1\x00\x13\x73\x66\xde\x57\x5a\xd0\x53\x1e\x48\x35\xc7\xc7\x31\xb8\x13\xb4\xc2\x4d\x8f\x77\x2f\x1c\xd3\x5a\x73\x89\x3f\x03\x9e\x70\x50\xbd\x93\x01\x36\xd8\x27\x79\x4e\x3d\x3a\x23\x2e\xb6\x1e\x43\x01\xaf\x7c\x33\x4a\x6f\x6e\x8d\x05\x47\xeb\x4f\x5e\xc4\xb0\x71\xf2\x98\xe4\x78\x3e\xe0\x00\x50\x87\x96\x3f\x50\x9b\xc5\xcb\xe7\x33\x06\x67\x52\x87\x56\xd2\xd9\x63\xce\x8b\x94\xd4\x30\x41\x7e\x93\x94\x04\x37\x3c\xea\xe3\x4b\x5a\xc7\xe8\xc1\x57\x8e\xe0\xe7\x24\xbd\x24\xdc\x46\x64\x53\xb7\x1c\x03\x63\x94\xb7\x91\xe1\xfd\x47\x2d\xca\x66\x68\xf0\x59\x3e\x31\x8f\xef\x3c\x9f\xb8\xf2\x6f\x3f\xab\x52\x60\xce\x5c\x54\x9a\x94\x7c\xa2\x50\x5d\xd0\x29\x25\x41\x00\xf5\x7b\xa2\x94\xa3\xda\xf5\xe3\x51\x2a\xec\xce\x9e\x7e\x68\x17\x18\xc5\x22\x1d\x28\x15\xc1\x66\xee\x86\x5d\x4a\x7d\xc1\x13\xb9\xee\xaa\xd4\xa3\x00\xf2\xdb\xb9\x54\x80\x99\x34\xbf\x6b\x0a\x8c\x62\xf4\x83\x2d\xa5\x1d\x36\x8a\xcb\xd0\x90\x80\x90\x7b\xbd\xc0\x28\x36\x96\x9f\x86\xd2\xe0\x8f\xe4\xb0\xb4\xbb\xe0\x01\x30\x0c\xdb\xc0\x7c\x38\x70\xea\x2e\x38\xd0\x31\x8d\x05\xe7\x15\x7e\x05\x69\xc9\xa8\xd9\x2e\x1d\xc2\x01\x55\x99\xa5\xc3\x5f\xd9\x1d\xc7\x4a\xe9\x15\xb6\x49\xe7\xab\x4a\x87\x28\x34\xf8\x95\x2e\x08\xf6\xf1\xd3\x50\x3a\x30\x2f\x57\xe1\x13\xf7\x31\xee\xfb\x57\x46\xc6\x31\xf5\x9d\x5c\xc6\x39\x95\x6c\x74\x14\x3c\xc1\x19\x83\x63\xd0\x70\xef\xd0\x52\x06\xfc\x80\x79\xe5\x97\x71\x54\xbb\x12\x05\xe0\xee\x3b\x5f\xf9\x8e\xc7\xf8\x64\x41\x87\x19\x23\x0a\xa0\x41\xe5\x8c\x4d\xbb\xe2\xe8\x05\xb6\x0b\xc0\x89\x3a\x07\x58\x66\x46\x80\x90\xdf\xf0\x65\x66\x18\xa2\xb9\xd7\xe7\xa1\xb8\x2e\xcb\x94\x09\x9f\xa6\xc2\xcf\x4e\x41\x52\x14\xe7\xdd\xcb\x04\x72\x93\x67\xee\x28\x05\x0c\xf0\x98\x5c\xec\x79\xb4\x62\x7e\x6f\x96\x69\x06\xa8\xe1\xa8\x48\xa5\x08\xbc\x6f\xb6\xd8\xf1\x7f\xbf\xc0\x8a\x58\x56\x8a\x31\x79\x54\x64\x80\x95\xe1\xbe\x17\x78\x62\x37\xbf\x05\x8a\x40\x75\x47\xfb\x55\x91\xe3\x70\xe0\xb7\x6c\x11\x43\xa3\x1e\xc2\xc9\x5a\xd0\x4b\x8a\x2b\x09\xca\xaa\xb0\x70\x39\xcb\x5d\xd6\x51\xaa\x39\xf3\x57\xd6\x38\xf1\x7f\x7c\x65\x9c\xe4\x47\xfe\x15\x5c\xee\x63\xc6\x13\xeb\x84\x1d\xfa\x13\x97\x45\x70\xcc\xe2\x3c\x78\xb9\xa0\x88\x2a\x1c\xed\x75\xc8\xb1\xd3\xf8\x72\x1d\x57\x46\xae\xe2\x05\x5f\xec\x46\x02\x75\x1f\x8d\x3d\xc9\x20\xc2\x1f\x1b\xd5\x08\xe5\xae\x67\x2c\x4e\x07\x90\xac\x77\x24\x1e\xea\x7b\xe0\x8a\xe3\xa1\x46\xb8\x14\x3d\x54\x77\x01\xf2\x70\x70\x59\x91\x1c\xae\x53\xe2\x2f\x0f\x38\xa8\xca\xc1\x3d\x70\xbf\xcd\xfc\x2c\x32\x87\x31\x62\xb2\x94\xa7\x1f\xe7\xcf\xc6\x82\xfe\xe7\x97\x7b\x68\x29\xc8\xa7\x35\xc8\xda\x95\xe7\x28\x19\xfd\x56\x2c\xcf\x3a\x67\xd8\x87\xff\x18\xc1\x6e\x8b\x04\xfb\x81\xf5\x32\x93\xd8\x3e\x27\xf9\x7d\xb4\x71\x9f\xb5\xf5\xd1\x3e\xcf\x49\x8f\xcf\xc1\x3d\xd0\xfa\xf3\xc8\x3e\xcf\xf1\xd8\xf5\x02\x64\x5b\x6a\xd4\x06\x17\x64\x5b\x12\xda\xaf\x0a\xe2\x38\xa4\xf1\x02\x43\xd6\x9b\x59\x9c\x17\x29\xef\x31\x8b\xf0\x16\x40\xca\x95\xe6\x4e\x97\xa5\xbc\x50\x64\x17\xbf\x59\xcb\x8b\x40\x41\xcf\xaf\x54\xca\x7b\xc2\x64\x48\x7e\x90\x79\x62\x74\x52\x2c\x04\x15\x4c\xea\xae\xca\x7b\x86\x2f\x7c\x42\xa1\x94\xe7\xc5\x01\x33\xd1\xa0\x52\xad\x68\x85\x19\xdf\x0d\x27\x45\xdb\x19\x9c\x2f\x03\x8c\x2f\x6d\xf1\x32\x36\xf0\xea\x7d\x2b\xb2\xe0\x3e\xbb\xd0\xbb\xae\xf0\x28\x4d\x1c\xcb\x37\x61\xd0\xe2\x2b\x1f\x1c\x59\x1b\x6f\x56\x78\x87\x31\x49\x4d\xa9\x09\x6e\x95\x9e\xf7\xa6\xd4\x84\x49\xf6\x4c\x42\xbb\x00\x77\x9e\xef\xd3\x9a\x06\x94\x8c\xce\x03\xd4\x34\x91\xb5\xdb\xb7\x76\x3d\xbc\x08\x09\x4a\x4d\x40\xcd\xf3\xbc\x23\xa5\x26\x9b\xc2\xe6\x39\x87\x77\x01\x74\xac\x2e\x60\xd4\xf4\x22\x5e\xc4\x6d\x23\x35\x43\x1d\xea\xd9\x3c\x4a\x3d\xfa\x62\x4f\x68\x59\x6a\x46\x3f\x4a\x3c\x01\xb5\x9b\x83\x60\x97\x9a\x6f\xb4\xe1\xb4\xb0\xe6\x07\x32\x89\xdf\x68\x15\xa8\x5e\x9d\x64\xab\x66\x33\x41\x2c\x07\xf0\x29\x35\x83\x35\xe5\x76\xa8\x25\xe1\xde\x14\x16\x18\x73\xd2\xdd\x3b\x76\x17\x7c\xd0\x7e\x7a\x3f\x8a\xd9\x68\x86\xf8\x3d\x51\x8b\xd9\x6a\xbb\xbb\x2f\xee\x82\x23\xe8\x24\x16\x20\x62\x44\x58\xd0\xcf\x5d\x23\x2c\x50\x78\x3f\x78\xd7\x8b\x11\x83\x46\x1e\xa0\x16\x44\xd4\x50\xb8\xa9\x45\x8e\x78\x19\x4f\x5c\x90\x48\xf9\xc4\x51\x0b\x0d\x0e\x0e\x7e\xbc\x99\xfb\xa3\xd8\x75\xd2\x3c\x9a\xad\xd4\xf2\x62\xd6\xff\x49\x02\xab\x05\x7e\x35\x8e\x70\xbb\x0b\x40\x8f\x9c\xc8\x55\xe0\x87\x11\x4d\x66\x17\x5c\x10\x57\x59\x90\x41\xb0\xfd\x74\xd5\x8a\x6b\x97\xda\xf6\x5a\x1f\x08\xb4\x4e\x9f\x6b\x45\xe0\x1a\xbd\x55\x6a\xb5\x8b\x63\xd0\x80\x53\xeb\xb1\x60\x70\xf3\xc0\x11\x8b\xb1\x31\xbb\xe0\x38\x92\xb3\x0d\x28\x80\xc8\x63\x55\x68\xb9\x3b\x1d\x17\x6b\x3b\x98\x70\x4e\x9f\x2b\x74\xd8\xdd\x7d\x5e\x4b\x6d\x70\x81\x59\x6c\xa3\x99\xb6\x6f\xd0\xf4\x5d\xdb\xc4\xfc\xba\xc2\xa3\xc2\x9f\x9f\x90\xf3\xa5\xf6\x0c\x87\x1f\xce\x29\xb8\xc1\xc6\x7b\xb3\xf6\x0e\xa6\xdc\xb9\x9f\xda\x3b\xf4\xe0\x93\x6d\x9c\xfb\xdb\x6f\x81\xda\x01\x5b\xcf\x9b\xb5\xf6\x05\x35\x13\xfb\xd1\x61\x17\x20\x53\x5e\xfb\x0d\xc8\x43\x6e\xc0\x7e\x98\x9d\xc1\x27\x1e\x28\x91\x84\xfd\x40\xce\xe3\xcc\xd5\xef\x1f\x08\x94\x5f\xa4\x75\xa4\xe3\x75\xc7\x02\x0b\x9f\x91\x38\x7f\xf0\xaa\x92\xc6\x36\xe0\x58\x3f\x84\xc3\x1f\x50\x77\x51\xf3\x50\x47\x3f\x6e\x78\xc2\x82\x0f\xde\x5d\x3e\x1f\xe3\x68\xa6\x38\x96\x21\x38\x6e\x24\x1d\x63\x41\x54\xe6\x2e\x1c\xd7\xb1\x1c\xb0\x8d\x0b\x42\x0a\x89\xdc\x51\xbf\x8f\xf8\x0a\x60\x6e\x3c\xf0\xb3\xd4\xa1\x50\x33\x71\x6d\x67\x3a\x7e\x57\xfe\xc4\x04\x1c\x18\x1d\x85\xea\x44\x9c\x30\x95\xbf\x75\x16\x88\x0f\xa4\x69\x13\xf4\x48\x5c\x1f\x51\x67\x3d\x86\x57\xef\xfa\x1c\x60\xa8\x0b\x0b\xc0\xea\x3a\xf2\x56\xa9\xf3\x82\x12\x89\xd4\x66\x82\x82\x2f\x12\xca\xf9\xc0\xbf\xbe\xf1\x15\xc0\xfe\xa4\x68\x03\x0a\xb1\xc1\x63\x3a\x5f\x68\xc7\x39\xc9\xd0\x5c\x36\x6a\x4e\xea\x3a\x9c\x06\x09\xd4\x75\x9d\x7d\xea\x73\x0a\x74\x0f\xc2\x2e\x96\x0a\xa8\x8e\xf6\xab\x00\x82\x9f\xa7\xfa\x2d\xf5\xce\xa0\xf1\xbc\x15\x6f\xe0\xf4\xd2\xa0\x55\x9f\xa3\xc1\x71\x7b\x42\x45\xb8\xed\xa0\x3a\xa6\x3e\x10\xb7\xe3\xde\x3c\x8c\x16\x39\xaf\x7a\x9c\x8d\x1c\x99\x6f\x17\xcc\xdf\x21\xbb\xa5\x3e\xd0\x7d\x4f\x76\xec\xc1\xf5\x44\xef\xb4\x0a\x36\x6a\xd0\x02\x5a\x91\x4b\x53\x1c\x8f\x76\x17\x9c\xe0\x44\x76\x1d\x40\xe9\x63\xc5\x2b\x40\x2a\xe1\xf1\x40\xbe\xc1\x4e\x8d\x72\x45\xb6\xbc\xde\x79\xa2\x4e\x2a\x36\x77\x79\x2f\xf5\x05\x44\x43\x69\x7c\x02\x5a\xa0\xc9\xed\x00\x26\xa9\x77\xce\xd8\x7b\x1f\xb3\x59\x67\x81\xd1\x8f\x3a\xe2\x95\x0b\x86\x8e\xc9\x02\x4c\x21\xb9\x04\x24\xae\x1a\x41\x71\x91\xb8\x6a\xd0\x6a\x51\x91\x68\xa8\x51\x71\x5b\x91\x48\xa7\x15\xe7\x44\x2b\xf2\xd5\x48\xec\x53\xf8\xe3\x48\xe3\x1e\xd3\x02\x93\x4c\xea\xff\x72\x81\x69\xc1\xa1\xe6\x1a\xa9\xb9\x68\x34\xaa\x79\xab\xda\x71\x1b\x41\xd2\x11\xe0\x31\xc8\x72\x57\x84\x78\x34\x0f\x99\xdc\x05\x0b\xc4\x96\x6d\xc8\x89\xf7\x66\x27\xe5\x3c\xc1\xcf\xc2\x92\x19\xcb\x0a\x06\xb2\x15\x5e\x60\x8a\xc0\xa7\x16\x23\xbf\x61\x48\x22\x8f\x05\x27\x99\x96\x49\x5b\x0d\xd9\x7f\x4f\x05\x1b\x85\x4f\x0c\xb5\x39\x15\x3e\x31\x7d\xc4\x57\x70\x09\xd2\xbb\xab\xea\xb1\xc5\xfd\x2a\xc0\x2a\xf2\x56\x04\xda\x79\x4f\x5c\xa3\xaf\x01\x5f\x92\x13\xf4\x01\x84\x20\x46\x6b\xa0\xd6\x79\xd1\x69\xa8\x02\xb9\x99\xe9\x45\x4b\xfd\x8e\x77\x36\xc9\xf1\x27\x47\xcb\xd6\x59\x00\x07\xb9\x16\xaf\x1c\xb0\x46\xdf\x5e\x70\x6a\x19\x9e\x96\x6e\x17\x4c\x88\xdb\xec\x98\xd9\x4b\x7b\xe2\x8c\x7d\x66\x0b\x1f\xf4\x01\xaf\x70\x59\x19\xbd\x72\xb4\x0a\xb5\xdb\x8a\x82\xb3\x83\xe2\x15\x63\x1b\x2a\xe9\xd1\xa7\x7f\xe1\x8a\x94\xfa\x7d\xd8\x41\xce\x61\xb7\x04\x25\xbf\xa3\x73\x95\x96\x2a\x28\xc5\x8c\x82\xc3\xda\xf1\x95\x0a\x18\x24\x97\x16\x5a\x82\xb1\xd2\x71\x90\x77\x01\x4e\x97\x73\xd8\x2d\x75\xec\x8f\xc5\x36\x90\xc2\xc7\x03\xe3\x76\x01\x16\xbb\xc7\x13\x38\x4c\xd1\x0f\x81\x73\x5b\x63\xc1\xd1\xa1\x0d\x7e\xf6\xc1\xd6\x76\x6d\x4e\x4b\x60\x09\x3d\x09\xfa\x2e\x78\xa0\xfc\xf5\xaf\x64\xb8\x46\xd0\x0d\xaf\xe5\x74\x6e\xb4\xea\x05\x30\x9f\x3b\xee\x4f\x69\xb9\xe2\x54\x3a\xe5\x6c\xb9\x9d\x39\x15\x16\x60\xf5\x07\x1b\x05\x48\x26\x59\xb1\x96\x3b\x86\x3f\xd9\x68\x87\x18\xc3\x75\xc9\xc6\x47\x4c\x7a\x99\xb5\x7c\x36\xee\x62\xa3\xc7\x0d\x2f\xc6\x02\x95\x2a\xf9\xbb\x96\x2f\xe0\x17\x70\x82\x10\x54\x32\x78\x1b\xb5\x0c\x4d\xbf\x07\xc2\xef\x02\xb0\x62\xc2\x36\x8e\xe1\x55\xd8\xd3\xc3\x8a\x35\xb6\x81\x40\xd2\x5f\x73\xfa\x1d\xdb\xb5\xbf\x52\xa0\x32\x73\xd0\xc6\xd2\x4a\x3b\xea\x61\x7f\x05\x32\x49\xe7\x5d\xd3\x4a\x3f\xd4\xc1\xfb\x51\xcc\xdd\xa4\x33\x1e\xa6\x15\x38\xfa\x2e\x6e\xa9\x32\x61\x01\xe5\xf0\x0b\x20\x2a\x0b\xa7\xb0\x00\xa3\x91\x3e\x5f\xad\x1c\xd6\x34\x9e\x00\xd4\x05\x6d\x01\x0d\x51\x26\xb2\xe2\x15\x18\x5c\xc8\xbe\xb4\x82\x4d\xe7\x19\x94\x76\x01\x98\x79\x1e\x8f\x82\x70\xa0\x1e\xaf\x1c\x7b\xaf\xf3\x33\xad\xc2\x77\xbc\x73\x3e\x2a\xfc\xfb\x3d\xa5\x4f\x69\x15\x70\x0d\xf4\x5c\x68\xb5\x21\x67\x08\x3b\x56\x61\x34\xa5\x7f\x44\x33\x60\xe2\x3c\xba\xb3\x2f\xad\x0e\x80\x1c\xf8\x55\xd0\xea\xc0\x2e\x5c\x2c\x10\xd8\xd1\xca\xbf\x78\x21\xb6\x0a\xb7\x33\xba\x37\x35\xf8\xf7\x0c\xaa\x46\x9b\x2b\xd7\xa3\x0b\x80\x9a\xa4\x73\x4a\x43\xa0\x7c\xe7\xf5\xdf\x10\x28\xdf\x1d\xe9\xaf\xb4\x8a\x98\x25\x07\x40\xdd\x05\xb0\xa7\x73\x2a\x5a\x3a\x73\xe3\x5f\x69\x15\xbb\xda\x89\x6d\x6b\x15\x0c\xb5\x8b\xab\xad\x21\x30\x35\x45\x1b\xe0\x5c\x68\x1e\x6d\x88\x36\x6f\x93\x4b\x82\x40\x97\x9e\x9c\x85\x68\x4d\xc0\x97\xf8\xad\xd8\x1a\xf8\x12\x9a\x01\x1a\x54\xf8\x23\x76\x75\x33\xa9\xa5\x8f\xc5\xcf\xc2\x1f\x8e\x52\x4b\x6b\xef\x99\x53\x6f\xa3\x9b\x99\x96\x31\xc6\xa5\xf5\x13\x4a\xc7\xf3\xd7\xa1\x00\xa2\xbf\x45\xeb\xc7\x2f\xcf\xf9\xe7\x36\xf2\x41\xf2\xf0\x9e\x8e\x82\xed\xc5\x19\x1b\x08\xeb\x59\xf1\xca\x3c\x73\xea\x33\x36\x00\x24\xe3\xd1\xa5\xa5\x0d\xa4\xa1\xa4\xc7\x5c\x9b\xe0\x8f\x06\x67\x7d\x42\x9d\x91\x48\x4a\xe7\x81\x19\x62\x1b\x53\x8e\xb0\xe4\x93\x3c\x15\x79\xa1\xdd\xd6\xd2\xe0\x6f\x31\x2b\x29\xa7\x40\xb9\x17\x67\x07\x50\xb5\xd3\xd3\x64\x97\x26\x50\xde\x78\x16\x8a\xd2\x04\x60\x0c\x83\xfd\x10\xa0\x32\x65\xee\x42\xf9\x70\x93\x70\xd6\xe5\x03\x02\xaa\xcb\x57\x4d\x00\xca\x97\xb8\x93\x05\x41\x14\x54\xcb\x36\x01\x77\xec\x20\x08\xa5\x2d\xc8\x9b\x74\xe4\x6c\x2b\xc1\x9e\xee\x32\x6b\x5b\xe9\x70\xa5\xde\xe8\x09\x96\xe9\x24\xa5\x2b\x63\xd3\x0d\x36\x8a\xdb\x68\xc6\x57\x20\x92\x15\xee\xc2\x75\x14\x40\xce\xd9\xb6\x55\x81\x8d\x45\x5a\xb2\xea\xc1\x36\x89\x82\xbf\x70\xd3\xca\xde\x07\x76\x90\xb9\xfa\x0b\x08\x7b\xd4\xb0\xb7\xd5\x10\x65\xc2\xb3\xbf\x1a\xdc\x2b\x3a\x5f\x39\xf0\xbf\x3c\xb7\x0b\xa2\xd0\xe4\xea\x03\xed\x77\xa6\x78\x02\x71\x82\x34\xde\xb6\x35\xcf\x7c\xf0\x2b\xf0\xea\xa0\x9e\xb6\xad\x89\xcb\xb8\x72\xb4\xe0\xcd\x18\x7b\xd9\x60\xe8\xef\x0c\x2c\x6d\xcb\x75\x57\x9c\x42\x30\xc0\x34\x8a\x35\xc0\xff\xf6\x5e\xe2\x95\x13\xbc\x10\x4f\xc0\x14\x42\x52\xba\x1c\xaa\x24\x3e\x0b\xfb\x4a\x67\x1b\x0b\x8e\x53\x95\x5d\xbf\x8e\xae\x89\x4f\x98\x44\xda\x18\x45\xd0\xd6\x05\x5b\x2d\x8f\x18\xf0\x80\x7b\xe2\xad\x08\x3c\xe0\x46\x7d\x60\x5b\xd0\x14\x74\x12\x83\x75\x1f\x1f\x38\xb6\xe1\xe2\x14\x87\x7f\xc3\x4f\x2a\x96\x01\xe2\x14\xed\xdf\x6d\x41\x9c\x8a\x5b\x71\xc1\x6f\x33\x91\x6c\xad\xf7\xe0\x9c\x71\x07\xbd\xc7\x73\x88\x83\x33\xbd\x59\xa7\x3b\x44\x03\x30\xef\x60\xb8\x66\x5b\x90\xc0\x16\x99\xb5\x05\xf5\x54\x8f\x36\xe0\xb3\x9d\x63\x9f\x82\x01\xae\xbc\xf3\xd6\x07\x7b\x53\xfd\x87\xcc\x90\xfb\x69\x3b\x5d\xb4\x0b\xb4\xf5\x9d\x4b\x35\x0a\x10\xa8\x4a\x5e\x6f\xc1\x4f\x3f\x71\x7b\x5d\x88\xa2\x9b\x24\xe9\x40\x07\x10\x9a\xcf\xdb\x01\xe6\xa5\x61\xad\x5d\xf9\x00\x36\xf2\x89\x02\xad\xae\x8b\xef\xed\x2a\x60\xa9\x48\x9f\xaf\x13\x34\x97\xe2\x15\x9c\x1d\x9e\x8c\x0b\x86\xed\xc9\x7b\x13\xa0\x04\x33\xa8\xef\x85\x2c\x58\x29\xc5\x2b\xd0\x61\x73\x27\x5c\xe6\x32\xd6\xe8\x77\xd5\x2e\xdc\x13\xc2\x5b\xf1\xaa\x08\xbb\x24\xdb\x7e\x01\x17\xce\x33\x3d\xed\x02\x20\xd3\x46\x1b\x90\xc0\x1c\x11\x6b\x17\xe0\xa8\xac\x78\x05\x4e\x76\xdc\xc4\x07\x0f\x98\xca\xe4\x06\x3c\xe0\x36\x62\x4e\x91\xda\x23\xf3\xd8\x5f\xb8\xc0\x4a\x8c\x16\x20\x6e\x9d\x67\xe7\x32\xbd\x64\xaf\xd1\xa8\xd9\x37\x99\x6c\x7d\x17\x40\x66\x25\x1d\x00\xda\x6f\xaf\xbf\x9e\x58\x60\xca\xa3\xc0\x48\x07\x85\xb6\x76\xd0\x7e\x13\x79\x5f\x60\xf9\xca\x88\x19\x5b\xc7\x1b\x99\x5f\x59\xa7\xeb\xf1\x04\xfc\x58\x79\x20\x2f\xa3\x14\x3d\xf1\x12\xbc\x0e\x22\x5b\x34\x7a\xc1\xc3\x74\x44\xc1\xc1\xd7\x64\x3f\xcc\x09\x73\x30\x9a\xa1\x5d\x37\x56\x8e\x64\xf0\x82\x13\x66\x8f\x65\x38\x6a\x15\x1e\xb7\xeb\x86\xb3\x40\x6c\x07\xa8\xee\xa8\xa9\x6b\x17\xa0\xe7\x3b\x2f\x1f\xa0\xec\x76\xba\xdf\xb4\x0b\xf8\x90\x23\xb6\x36\xbc\xdd\x7a\xcc\x3a\x54\x99\x69\xb0\x00\x19\x12\xe9\x93\xdb\x2e\xc5\x3e\xe5\xf0\xef\x84\xc8\x4a\xd2\x12\xe0\xaa\xca\xe0\x1e\xbb\x3f\xb0\x84\x64\xc5\x1e\x0b\xd9\xea\xb4\x92\xb5\x07\xce\x35\x83\x27\xfb\x59\x47\xa5\xea\xfd\x80\x0e\x8d\x89\x21\x4a\x7b\xe0\x61\x1a\x7c\xd5\x0b\x50\xdd\x44\xfa\x01\x04\xb9\x19\x7b\x1d\xca\xac\x99\x29\x71\xbc\x00\x86\xca\x12\x05\x27\x12\xc8\xb7\x94\xd6\x63\xcf\xf3\x36\x14\xb8\x2b\xf4\x95\x68\x96\x1c\x35\x00\x5f\x77\x01\x3c\x76\x28\xb3\x02\x10\x43\x42\x10\x06\x74\x04\x71\xe3\x4b\x83\x4e\x63\x52\x09\xdd\x3e\x80\xa6\x75\x32\x27\x48\x26\xc5\x14\x82\xbb\x00\xd4\x81\xb2\xf3\x49\xc3\x34\xc8\x8b\x7c\x37\x42\xa5\x38\x1f\xdf\x73\x5c\xcd\xce\xe0\x7a\x2a\x07\x67\x76\x78\x01\x90\xbe\x8b\x37\xda\x4f\x2c\x8b\x67\x59\x28\x3d\x9b\xab\xc8\xf4\x4c\x95\xa5\x23\xba\x83\x58\x82\xa5\xc3\x9e\x37\xb9\x71\x7b\x36\x35\xe4\xe4\x79\xe9\x10\x62\x85\xb1\x4e\x3d\xeb\x71\x9e\x60\xa3\xc7\xac\x53\xd8\x86\x1e\x06\xf8\xac\x7e\x2f\xc0\xc5\x72\x80\x95\x5d\x00\x55\x77\x62\x41\x87\xa3\x82\xb3\x1e\x1d\xb8\x07\xd2\xdd\xb3\xb3\x97\xe3\x5a\xe5\x26\xaa\x5e\x5e\x44\xaa\xd4\x7f\xc0\x8d\x2f\xbd\xe2\xf2\x21\xc0\x43\xaf\x50\x49\x8e\x5f\x05\xb8\x38\x9c\x84\xf5\x76\xd4\x19\x4e\x5c\x7a\xc3\xc5\xb1\xfc\xea\xee\x48\x88\xd2\xe8\x58\xde\x1b\x8c\x40\x9e\xa1\xb4\xf4\x06\xef\x3f\xf2\x47\xbd\x0d\x68\x2f\x9c\x40\x75\x80\x77\x09\x21\x20\x7a\x5b\xd0\x94\x3b\x5f\xd2\x7b\x05\x9e\x9e\x6b\x73\x36\x41\xfc\x63\x50\xfe\x51\x00\x69\x81\xf3\xdb\x01\xa2\xb3\xa2\x0d\x28\x4d\x88\x1a\xd1\xbb\x5d\x0b\x9d\xfe\x5f\xbd\xf7\xd3\x0f\x9f\x8f\x0e\xae\xb4\x3b\x19\xec\x1d\x17\x87\x63\x9c\xef\x82\x33\x38\xb6\x71\x2c\x18\xd1\x0f\x38\x0e\x53\x43\xd6\xbb\xc0\x90\x3b\xd9\xc6\x7d\x1c\x06\x7d\x4e\x01\x13\xd0\x7b\xe7\x67\x5f\x68\xa8\xfd\x64\x74\xc0\x04\xcc\xec\xf7\x55\x1f\x26\xf8\x4d\x7a\x64\xf4\x81\x09\xa2\xd1\xa3\x0f\xdc\x8a\x9e\x59\xaa\xf4\x01\x17\x67\x5e\x82\x5b\xf0\x06\xeb\xe1\x63\x19\x30\xe3\x67\xee\x48\x38\x40\x31\xf5\x45\xe9\x90\xe2\x5a\xe7\x58\x26\xf0\x2a\xe9\xda\xd8\x21\xd6\x35\x46\xf1\xf4\x79\xec\xe9\xce\x62\xf6\x69\x86\xc6\x11\xfb\xe3\xf8\xe6\xd3\x4f\xb8\xc3\xaf\xbe\x3b\xfc\x54\xe9\x10\xfc\x5a\xe6\xb1\x9f\x7a\xf0\x8e\x7d\x9f\x0a\xc0\xa5\x72\x8b\x02\x28\x4d\xf8\x8a\x1c\xfb\x26\x3b\x26\x0f\xee\x6f\x61\xc1\x7b\x2c\x6d\x3e\x38\x81\x82\x30\xf3\x78\xac\x04\x58\x5b\x37\x8e\xf7\x05\x5c\x1a\x86\x90\xf6\xd5\x0f\xc4\xaa\xcf\xfa\xe1\xc1\xa9\xb7\xee\xeb\x81\xd8\x4f\xe2\x82\xdc\x04\xe2\x70\x50\xa5\xe3\xca\x97\xe1\xfc\x73\xbf\x60\x01\xcd\xf1\xca\x41\x88\x2e\x51\x00\xfb\xa6\xcb\x57\x1d\x97\x60\x8f\xf3\x02\x60\xf0\xc9\x00\xa4\x0e\x04\x6d\x21\x00\x41\xbf\x71\xc3\x7b\x7e\xd1\x5d\x00\xd0\x29\x36\x0a\x78\x81\xce\x68\xf1\x0e\xcc\xe3\x56\x49\xf5\xee\xe3\x16\xc5\x8d\x6b\x78\xc5\xb9\xc5\xba\x3c\xd0\x03\x74\x67\xca\xfb\x03\xf6\xb6\x90\xa0\x00\x19\x98\x78\xb1\xa5\x9f\x28\xfe\xc4\x9d\xfc\x00\x33\xa4\x72\x07\x3d\xc8\xbb\x46\x1f\xc3\xfe\x20\xde\x88\x8c\x67\x7f\x90\xa1\x3a\x06\x07\xfb\x55\x23\x66\x41\x7f\x81\x59\x10\x83\x7b\x81\x7b\x49\xab\x72\x7f\x21\xc4\x16\x52\xf0\x77\xc1\xc5\x92\xbb\x10\xb6\xa7\x45\x2f\x86\x8e\x38\xee\x5e\x12\x0b\x1a\x62\xc1\x39\x16\x24\xbc\x17\x87\xe9\xda\x05\xf0\xd9\x70\x29\xae\x23\xe3\x7d\xa3\xf4\xd4\xf5\x00\xec\x3a\x9f\xd9\x15\x58\xde\x64\x1b\xfa\x89\x4a\xa6\x79\xb7\x9f\xa8\xe4\x41\x12\x0c\x94\xab\x51\xb9\x4f\x2d\xf9\xe9\xa6\xeb\xfe\xca\x87\x23\x96\x5c\xb1\xdf\x81\x09\xd5\x09\xff\x32\x00\xdb\xb4\x68\xd7\x18\xa9\x9c\xd0\x95\xea\x05\xed\xa8\x96\xf8\x04\x22\x33\x5a\xfb\x87\x84\x92\x65\x24\x81\x4e\xc0\x95\xa7\x23\x2d\x5c\x88\x4e\x18\x46\x02\xef\xcb\x2b\x73\x20\x3d\x21\x51\x1f\xcb\xc8\xe9\xe0\xaf\x7b\x1b\xb9\x20\x9c\xcd\x4f\xc6\xc8\xfd\x28\x4d\x16\x0b\xe0\xb4\xe0\xeb\x3c\xf2\x31\x5c\x3a\x9b\x3a\xa0\x8f\xef\xc4\x62\x18\xf9\x82\x79\xd4\x57\x71\xe4\x0b\xd1\x55\x85\xfd\xb8\xff\xc2\x81\x2f\x23\x23\x2e\x9c\xe6\xd1\x81\x34\x7c\x9d\x2e\x2b\xa3\x0c\x5c\x2d\x12\x05\x80\xa3\xf2\x03\x39\x0a\xf2\x2e\x79\xde\x86\x32\xca\x0b\x8f\x0c\x17\x1e\x47\x85\xb2\x93\xa2\xd0\xa8\x88\x22\x20\x3b\x34\x4e\x8a\x3b\xcf\x30\x51\x46\xed\x27\xde\xcf\x7b\x5a\x91\x12\xc8\x31\x18\xcb\x80\xcb\xca\x24\xb3\x33\xa0\x74\xed\x8c\x59\x1a\xcd\x67\xdd\xe7\xa3\x21\x7c\x84\xd7\xf5\x68\x0e\xd2\x92\x59\x80\x7d\xbf\xf8\x4a\x3b\xb8\xf8\x6c\x74\x1c\xff\x13\xef\x7a\x13\xa8\x21\x5d\x32\x1e\xed\xa4\x09\xf0\x7d\x3f\x1a\xb4\x39\xc5\x6f\xf8\xd1\x60\x26\x62\x8c\xc0\x68\x0b\x86\x5c\xbf\x9e\x46\x3f\x2a\x44\x97\x5a\x46\x9f\x80\xc2\x74\xbe\x75\x00\x3e\xb2\x17\x17\x63\x46\x87\x5a\x85\x24\x6c\x74\xd8\x05\xba\xb3\x2f\x63\x20\x1f\x0f\x63\xc9\xc6\x00\x28\x60\xe1\x04\x0d\xa4\x46\x19\xf1\xca\x7d\xac\x53\x93\x05\x50\x0c\xb0\xeb\xe3\x3d\xe8\xa4\x6c\x54\x31\x16\xce\x07\xc2\x13\x89\xe9\x5f\x06\xbc\x3a\xa6\x23\x0d\x96\x31\xdb\x51\xb9\xfb\x62\xcf\xc3\x84\x72\x27\x23\xfa\x4e\xa8\xea\x1e\x70\x3e\xee\xf1\xd9\x89\x1b\xad\x3a\xa5\x18\x92\x0f\x5a\x83\x4f\xa1\x9c\x80\x10\x9e\x4a\x39\x9c\x17\xb7\x94\x1c\x96\x90\xcb\x20\x02\x0f\x6f\xa7\x47\x43\xe0\x43\x46\x9d\xc6\x90\x23\x3b\xbb\x36\x78\xc8\xe1\x23\xfc\xae\x19\x0b\x38\x6a\x8e\x49\x58\x06\x62\x96\x26\xb1\xb6\x06\x3c\x90\x99\x7e\xa0\x0c\x78\x20\x33\xdd\x40\x19\x0b\xce\xb1\xd4\x5b\x8f\x75\x12\xbd\x91\x7e\x2c\xd8\xc0\x28\x70\x8d\x05\x98\xd3\x4c\x42\x89\x0c\x51\x4c\x48\x50\xc6\x89\xfe\xa1\x2f\xfa\xb8\x80\xbf\x40\x1b\xe9\xb8\x8e\x45\x87\xa7\xf2\xa8\x52\x8a\x33\x6b\x03\x5a\x8f\x4e\x08\x99\x81\x2c\x48\x8d\x7e\xe4\xe3\x4e\x50\x1d\x90\x4a\xdd\xc0\x1d\x61\x04\xd1\xb8\x8f\xc3\x7f\x3c\x01\xe5\xd3\x22\x85\x39\x39\x5b\x3c\xd7\xf4\x2e\x80\x1d\xcd\x2f\xd2\x71\xf7\x83\x25\xbb\x58\x70\xd4\xe5\xec\x07\x62\xfc\x18\x6b\x38\x90\x2c\x65\xc4\x4e\xbe\x11\x10\x42\x09\x61\x20\x6b\x49\xcf\x8b\x5f\xc1\xad\x48\x44\x82\x71\x23\x20\xab\xf2\xcc\xdd\x0b\xfa\x51\x67\xe7\xc6\xbd\xce\x24\xb3\xe0\x20\x7a\x65\x16\xc0\xca\x3e\x38\xa7\x37\x54\x7e\xc4\x1b\x18\x60\x4e\x5a\x10\xc7\xe7\xb8\x78\xfd\x4b\xbe\xc9\xfd\x34\x6e\x48\x6e\xf3\xa7\xc1\xbb\xd2\xd5\x4c\xe3\x01\x1c\x1c\xa1\xa4\xc6\x63\x2a\xeb\x46\x5e\x6f\x3c\x48\x72\xe7\xe0\xe3\xbb\x00\x86\x02\x92\xd2\x93\x3c\x60\x44\x27\xaf\xb3\x79\x7c\x05\x8e\x4b\xd0\x88\x7e\x98\xe8\xdd\xc8\x83\x8f\x07\xb6\x38\x22\x47\x0d\x70\x50\x9d\x26\x9e\xf1\x3c\xc7\x05\x86\xaf\x20\x11\x07\x11\x8a\xc6\x41\xa6\x9f\xa4\x8b\x2f\x36\x0f\x43\x15\xc7\x5b\x8e\xb7\x69\xbc\x02\x1b\x63\x89\x02\x98\x7a\x79\x54\x5e\xf8\xb3\x77\x5e\x93\x40\x28\xea\x83\x5c\xc7\xc1\xbb\x27\xec\xd1\x00\xde\xfd\x20\x6a\xe3\x00\xce\x7c\xa7\xdc\x3b\x80\x0c\x24\x64\x86\x07\xdc\xb5\x87\xc4\x13\xd7\x89\xc0\x99\x2c\xb0\xd3\x15\xf7\x26\x1c\xba\x5b\xe1\xed\x0c\x87\xee\xde\xb8\xab\xdf\x0b\xe7\x6f\x45\xa3\x03\x1d\xe3\x7c\x40\x0f\x17\x73\x7a\x80\xe5\x69\x27\x19\x40\x89\x97\x49\xaa\x07\x8d\x50\xa7\xa8\x3c\xa0\x11\x1a\x2b\x1a\x85\xfd\x8a\x58\x0c\x03\x20\xf0\x9d\x21\xfe\x43\x01\xf0\x40\x34\xae\xa1\x09\x2e\x63\x5c\x4a\xcd\xe7\xb8\xf1\x95\x86\x40\x55\x52\x3d\x35\x66\xb8\x55\x2e\xb6\x36\x48\x0b\x9c\x0f\x6d\x27\x24\x9f\x4f\x0c\x40\x40\x70\x5d\x14\x92\x20\x5d\x67\x06\xb0\x83\x5a\x25\xa5\xd0\x93\x47\xb2\xf1\x15\x41\x86\xec\xe8\x18\x12\x65\xac\xf8\x2c\x2e\xb0\xc4\x3d\xa6\x27\x21\x36\x99\x50\x3d\x60\xfd\xd1\xb1\x17\x56\x21\xce\xba\x02\x5e\x20\x93\x30\x28\xcc\x99\x85\x0c\x0e\x02\xf6\x5a\x8f\x9e\x22\x1f\x6e\xfe\xf5\x59\x1b\x0b\x4d\x1a\x03\x28\x3c\x8d\x3a\x8d\xf1\xc1\x88\x1c\x7b\x0c\x8e\xf6\x83\x46\xd3\x71\x32\xa8\x67\x4e\x32\x42\xfa\x06\xa5\xfc\xf1\xdd\x80\x90\x26\xb9\xf8\x60\x49\x21\xa7\x3f\x80\x7e\xd3\x3d\xdf\x50\x99\x09\xb7\xe2\x74\x82\x3d\xe1\x8a\x2f\x44\x05\x9b\xd0\xb2\x35\x4f\x5b\xb7\x0b\x4e\x04\x7e\xf1\x02\x5b\x86\xe6\xd9\xd0\xca\x4c\xce\x00\x47\xc1\x31\x23\x26\x16\xc0\x5b\xdd\xad\xa8\x13\x48\xa9\xad\x46\xc7\x5e\x44\x57\x09\xdb\xf8\x20\xc5\x55\x76\xec\x3b\x61\x5f\xde\x8f\x9c\x00\x7d\xe8\x53\x38\x81\xa5\xda\x88\xc7\x34\x33\x9c\x27\xe8\x14\x37\x33\x2c\x1f\x9e\xf0\x73\x17\x1c\x3b\x0f\x0b\x06\x42\x8c\x33\xbf\x72\x60\x2d\x7d\xc3\xcc\x0c\x53\x24\x4d\x10\xf3\x68\x0c\x1d\x68\xba\xcc\xe3\xd4\x42\xb4\xc4\x79\x72\x68\xd3\xa7\x67\x16\x39\xa9\x7d\x32\x0b\xc0\xdf\x71\x92\x0b\xb6\x36\x51\xe3\x66\xb9\xff\x4a\x8f\xb1\x0b\xa0\x6d\x98\x2c\x50\xf0\x33\xce\xad\xcc\xda\xcf\x9c\x7a\x1b\x75\xc1\x26\xd1\xfe\xc5\x0b\x71\x22\xcb\xc0\xa2\x49\x63\x36\x24\x75\x2b\x4e\x5c\x26\x1c\xcb\x85\xe8\x04\x13\x4c\x79\x27\xc1\x9e\x4d\x90\x57\xdd\x89\xed\xec\x50\x45\x90\x2f\x99\x1d\xb1\x31\xbc\x15\xe7\x41\xc5\xa4\xca\x7a\xf6\xa3\x68\xe0\xdc\x74\x80\xa3\xd0\xf1\x61\xf6\x93\x74\xd3\x35\xe5\x73\x1c\xc8\x68\xbf\xc0\xe6\x48\x27\xaa\x90\x4f\xd4\xc3\x97\x34\x16\x40\x38\xe7\xfc\x8e\x7e\x94\x6a\x51\x00\x46\xd6\x85\x83\x39\x4e\x56\x37\x8e\x76\x00\xcc\x9f\x06\xe5\x39\xe1\x32\x46\xcb\xd2\x9c\x15\xf8\x43\x4e\x06\xe7\xac\xb8\xf3\x9c\x84\xcd\xc3\x94\xd3\xe4\x35\x67\x07\xaa\x4f\xe2\x2b\xc7\x79\x89\x73\x3a\x91\x52\xad\x70\x57\x83\x29\x17\x42\xa6\x4c\x41\x96\xf7\xd8\xb3\x32\x11\x12\xe0\xac\xc7\x94\x75\xb2\x12\xf9\x9c\xca\x7d\xa4\x16\xb6\x01\xdf\x11\x72\x09\x73\xe1\x42\xf7\xfc\x9e\x65\x9e\xf8\x3c\x12\xca\xb9\x60\x03\x8b\x5d\xbd\xec\xaa\x9d\x64\x64\xe7\x02\x6c\x21\xc1\x49\xe7\xfa\x4e\x81\xbf\x72\x81\x6f\xa5\xd6\x71\xc2\xac\x3a\x78\xa1\xcf\x63\x79\xa4\xd5\x7e\x22\x03\xe8\xa0\x49\x63\x5e\x1d\x6e\xc1\x9c\x64\xcf\xcd\xc9\xcf\x5e\x02\x8b\x7b\xe1\x67\x6f\x10\x28\xae\xed\x85\xc8\x55\xc6\xc6\x4f\xe4\x5e\x64\x36\xe1\x32\x4f\xde\xc4\x78\xe5\x4e\x27\x99\x96\x7f\xf6\xce\x27\xe1\xae\x7f\xf6\xae\x20\xa5\xae\xef\x99\x37\x76\x61\xee\xf1\x04\x8e\xac\x5f\x2d\xf3\x6e\x10\xb7\xa3\xc0\x08\xd4\x22\x10\xc9\x44\xaa\xb1\x15\x9b\xff\x46\x4f\x07\x37\xee\x83\x1b\x5e\xb8\x0c\x0f\x10\x63\x18\x2c\x3f\x1f\x13\x40\x85\x7a\xeb\xf9\x20\x6b\x26\x35\xec\xf3\x85\xc7\x4e\xec\x0f\xc4\xf9\x37\x02\x92\xce\xb7\x03\x25\x8d\x44\xff\x3d\xfa\xf3\x68\x63\x9e\x2c\x4a\x7c\x45\x0e\xc4\x17\x9f\x90\x83\xe4\xe3\x5b\xea\x85\xc8\xce\x90\xcf\x09\x77\xed\x46\xa7\x96\x09\xae\xa9\x33\xec\x64\x6a\x3b\xae\x66\x8d\x05\x30\xdf\xb9\x62\x6e\x02\x01\x6f\x64\xf6\xf4\x3b\xa8\x7c\xbe\xa5\x24\x01\xd0\x9e\x11\x22\x92\x70\xf9\x78\xe6\xb4\x22\x09\x29\x30\xe9\x6c\x24\xa9\x9c\x6c\x6c\x93\x05\xc8\xc6\x36\xf8\x04\xac\x53\xc4\x1d\x91\xa3\xf3\x22\xf9\x94\x74\xb2\x14\x0a\x5f\xb9\xa1\x50\x77\x81\x5c\xd2\x0d\x31\xd7\xf7\x98\x24\x40\x49\x51\x63\x21\x49\x4f\xec\x25\xbf\x82\xd8\xe7\xee\xd4\x52\x72\x01\xe3\xe9\xa2\xa1\x00\x03\x8d\x19\xdc\x8a\x64\xe4\xc3\xcd\xec\x58\x1e\x27\xfc\xcc\x3b\x96\x4f\xe6\x6c\x3f\x62\x92\xaf\xd3\x06\x0b\xee\x73\x3b\xfb\x7c\x14\x24\x57\x58\x2e\x21\x48\xc1\xf1\xe8\xec\x7a\x41\xd4\x0d\x7d\x50\x05\xce\xa0\x33\xff\x53\x1c\x98\x20\xe6\x7f\x32\x0a\x57\xca\x82\xbd\xd4\x89\x8b\x14\x00\xb6\x33\xfa\x5c\x0a\x20\x72\xe9\x5e\x21\xf5\xa8\xac\xfd\xb8\x49\x45\x27\xe9\x28\x2b\xf5\xb8\xae\xb9\x5b\x83\x00\x20\xad\x79\xe2\x98\x22\x70\xa6\x6c\x44\xe5\x93\x3a\xa0\x88\xe2\x40\xab\x99\x25\x47\xf1\xdb\x5e\xea\xc9\x68\xe9\x84\x41\xa0\x21\x6b\x64\xca\xa5\x0d\x6c\x1e\xe7\xe4\x04\x96\xb6\x49\x9f\x0d\x81\x9f\x62\x27\xd8\x9b\xb4\xe3\x00\xe5\xdb\x5c\x7a\x82\x4f\xbc\x13\x6c\xe9\x15\x6b\xe4\x37\x89\xf4\x8a\xd3\xd5\x58\x30\xce\x13\xde\xb1\xae\x07\xdf\x82\x8d\x7e\x48\xa4\xc9\x83\x80\xe8\xaa\xe6\x39\xf2\x76\x01\x2c\x5c\xce\x73\xca\x80\xdd\x88\xde\x14\x32\x80\xfc\x42\x6f\x75\x19\x27\x4f\xe6\x62\xa3\x17\x5c\xe0\x9d\xc8\xc9\xb0\xfb\x6a\x51\xdd\x2c\x03\x50\x90\xcc\x34\x20\xe3\x85\xdc\x9b\xd8\xa8\x9e\xe4\x1c\x5e\x80\xeb\x5a\x88\x74\xb8\xc5\x59\x3c\xe1\x8d\x4a\x82\x73\x0d\x3b\x26\x30\x39\x27\xee\xa0\x65\x3c\xe7\x4a\x3c\x6e\xf0\xba\x6b\x0c\x63\x97\x05\x0a\x4e\x64\x6c\x59\x0d\x79\xf6\x0a\x5f\x01\xa7\x41\x9c\x3a\x59\x07\x4d\xd3\x45\x65\x59\x48\x8e\x42\xde\x57\x16\xd6\x85\xfe\xb4\x82\x0c\xfa\x8b\xd1\x66\xb2\x10\x70\x43\x1f\x43\x81\xb7\x5b\xaf\x5c\x5b\x68\xb7\x1a\x11\x0e\x64\xd9\xac\x0f\xc2\x41\xcb\xf1\x32\xa3\x7a\x47\xe0\x32\xc6\x3c\x8d\xbb\xc0\xf4\x81\x54\x77\xc9\x82\xdf\x07\x55\x77\xb2\xde\x13\x12\xc0\x19\x7b\x71\xb3\xc6\x13\xb0\x3e\x10\x11\x44\xe0\xff\x25\x12\xf3\xa1\xb8\xae\x79\x4c\x8f\x37\x16\xf1\xf2\xe4\x24\x66\xa7\x99\x59\xe0\x9e\xd5\x18\xd7\x2e\x0b\xbe\xe8\xf4\xac\x96\x0b\xab\x4f\x40\x22\xb9\x8e\xcf\xa5\x5f\xc6\x72\x3c\xa9\x2a\x89\x3e\xdc\xa2\x06\xe3\x50\xe4\x42\x76\x4c\x82\x18\xc8\x75\xa2\xb4\xb9\x72\xc8\x79\xde\xa8\xc2\x90\xe3\x16\x55\x49\x94\xae\x63\x57\xe4\xca\x5d\x0d\x21\xe8\x29\xda\x38\x7a\xeb\x68\x03\x21\xc6\x7e\xc5\x09\x5c\xab\x06\xc3\x72\x05\x00\x42\xbd\x46\x1b\xb0\x7c\x78\x6e\xbc\x5d\x80\xe8\xe8\xe8\x29\xac\xdb\x41\xfa\x2e\xe8\x9a\xa8\x54\x93\x0b\x56\x65\xb2\xc8\x72\x39\x40\x4c\x67\x01\x8e\x69\x8e\x02\xf8\x05\x91\xe8\x5f\x47\xd7\xc4\x0b\x0c\xe9\xb8\x1b\x21\x0a\xe4\x7a\xe0\xda\x58\xe2\x15\xec\x20\x89\x27\xe0\x7b\x16\x63\x79\x81\xf0\x1f\x4f\xbc\x27\xe2\x95\x6d\x40\xca\xa0\x77\x89\x5c\x7a\xb0\xae\xd9\x0f\xa4\x41\xf9\xd5\x86\x1e\x47\x5f\xce\xa9\x82\xae\x4b\x34\x8a\x0c\x43\x31\x7c\xec\xb1\x4a\x2a\x75\x1f\x11\x75\xfe\x8b\x0d\x4c\xa0\xa2\x6d\x93\xbb\xe9\x86\xbd\x94\x81\x1d\xe2\x40\x13\x33\x0a\x60\x15\x92\x78\x05\xd1\x7c\xdc\xa2\x37\xf4\xcf\x74\x8d\x90\xbb\x1c\x8b\xbb\x0f\xf4\x3e\x4e\x1c\xa4\x9c\xf7\x41\xf7\xe5\x91\xbd\xe1\xa8\x17\x77\x0d\x14\xc1\xbd\x0e\x0e\x74\x1c\x97\x31\xb6\x01\xeb\x5f\x25\x19\x04\xdf\xda\x2b\x27\x0b\x39\xb1\x47\xf0\x25\xf7\x38\x5d\xf7\x09\x07\x6e\xfe\x4c\x93\x83\x83\xbe\x87\x9c\xad\xdc\xb0\x96\x17\x9e\x1d\x28\x82\x07\xd1\xdf\xe4\x86\x99\x36\x6e\xf8\x03\x8b\x35\x63\x70\x70\x61\xa5\x00\x2a\x48\x21\x2c\xf4\x10\x93\x1b\xea\x1d\x86\xf6\xca\x0d\x77\x2f\x06\x33\xca\xfd\x1e\x4c\x35\xdf\x4d\x37\x7c\x84\xa8\xf5\x17\x58\xcb\x67\x22\x29\xbd\xe1\xba\x46\xc1\x4f\x4e\x0e\xe1\x54\xe2\x89\xe3\x19\xc2\xae\x2b\x76\x13\x69\x09\x7c\xd9\x3a\xcd\x00\x02\xfc\xfe\xc6\x50\x67\x79\x00\x05\x43\x15\xa2\x3c\x87\x91\xe5\x7d\xf5\x00\xa8\x8d\x48\x87\xf2\x00\x52\xda\x33\x05\x16\x79\x0a\x0e\x82\x8b\xfd\x72\x80\x48\x3c\xbb\xd7\x2e\x80\x5b\x30\xf9\x88\xa7\x22\x1e\xb4\x44\x01\xfc\x60\x48\xd2\x91\x03\xa0\x53\xa7\x2f\x0f\xf0\x4f\x6a\xe2\x67\xc1\xac\x15\x5e\x0b\xcf\x0b\x87\x30\x76\x1d\x99\x4b\x7b\x25\x71\x81\x91\x7e\xd2\x05\x5e\xde\x93\xa8\x8d\x07\xe8\x60\xab\x0f\xce\x07\x60\x35\x1a\xc3\x8b\x04\x71\x93\x23\x98\x13\x3d\x1b\x97\x0b\xa5\x70\x28\x25\x0c\xb3\x28\x00\x5f\x69\x44\x16\x60\x89\x4f\xc2\x6a\x88\x42\xba\x8e\xdb\x19\x48\x1c\x6d\xc6\x13\x2f\x1c\x4a\x79\x1a\x14\x3b\xa8\x72\x3b\x20\x2c\x50\xc8\x2e\xaf\x34\xb1\xb5\x5d\xdc\x5e\x47\x53\x47\x0d\xfb\x3a\xa1\x74\x14\xda\x56\x42\xdc\x93\x67\x7f\x2b\x0b\x9a\xba\x46\xb7\xa8\x95\x80\xd9\x49\x4d\xdd\x4a\xb0\x4d\x72\xc3\x2c\xe0\x43\x77\xc2\x73\x2d\x20\x37\xf7\x91\xd8\xa8\x1e\x30\xc0\x78\x02\x27\xdb\xd7\x76\x25\x3d\xa1\x63\x67\x19\x16\x54\x77\x93\xfe\x27\x2b\x67\x68\x72\xd9\x68\xae\xa7\x0d\x1f\x6d\x6e\x50\x0b\xb1\xa7\x0e\x35\xe6\x84\x6d\x65\x58\x1e\x29\xf8\xad\x0c\x94\x53\x9a\xdd\x57\x3e\x71\x4a\x7e\xe7\xad\x0c\xf8\x36\x62\xba\xae\x7c\x94\xbf\x4e\x94\x56\xc6\xa9\xa4\x41\x6b\x35\x40\xed\x53\xb9\xb7\x90\x26\x53\x28\xd4\xaf\x06\x96\x90\x9a\xfe\x05\xc8\x86\xb6\xfc\x44\xad\x06\x1e\x91\x00\xda\xab\x01\x7b\x8c\xee\x48\xab\x01\xc6\x91\xc6\xfd\xd5\x80\x61\x5a\x07\x0b\x90\x93\x91\xae\x22\xab\xe9\x5f\xc9\xaa\xcb\xea\x70\x6c\x9d\x5c\x86\x93\xfa\x90\x81\x72\xab\x83\xbf\x63\x24\xf2\xea\xef\xf1\x95\xfe\x17\x15\xe2\xea\x7a\x52\x70\xf3\x75\x20\x60\xd0\x27\x66\x01\x59\x60\x52\x5a\x5f\x13\x1c\xd4\x70\x6a\xb3\xe6\x7b\x5e\xf1\x3e\x09\xb2\x1f\x30\xbe\x6d\xc1\xff\xab\x51\x14\x5a\x02\x6b\x0c\x01\xb0\x16\x70\x33\x85\x70\x32\x4b\xf4\xa0\x2d\xf9\x7e\x43\x9c\x4f\xaf\x8b\x4f\x7c\x70\x4b\x74\x12\xb6\x8e\xff\x17\x71\xb7\x16\x60\x32\x1b\x65\x92\x75\x02\x6e\x88\x02\xbf\x96\xb1\x76\x8b\x61\x2c\x6b\x19\x27\x27\x22\xf1\x04\xfc\xd0\xd8\xd3\x75\xb2\x63\xb8\x7e\x63\xad\x7e\x2e\x30\x1f\xfe\x81\xb8\x64\xf2\xa6\xb5\x16\x12\x48\x34\xf6\x03\x00\xb8\xcc\x29\xb6\x16\x10\x68\xa6\x5f\x60\x0b\xfe\xfd\x42\x9c\xe7\x75\x35\x1c\x37\x3e\x71\xec\xc7\x71\xba\x0e\xc6\x15\x81\x56\xd7\x7d\x0e\x02\xc9\xcf\x03\x6d\x0e\xbd\x3a\xd6\x03\xd7\x08\xb2\xed\xeb\x45\x6a\xb7\xe8\xd8\xdb\xcf\x58\xfc\xb3\xc8\xd2\x31\x18\xb6\xbd\xa0\xef\xe9\x54\x44\xad\x77\x01\xbd\xd5\x69\xfc\x7a\xcd\x4f\x71\x12\x00\x77\x21\x1a\x7f\xd0\x2b\x73\x9d\x70\x7a\x1a\x09\x97\x22\x5f\xdc\x88\x82\xeb\x64\xa7\xf6\xf9\x50\x3b\x08\x8b\x79\x5e\x96\x3e\x27\x5b\x29\x0b\x3e\x4c\xa1\x6b\x40\xd6\x07\x7d\x4f\x34\x8a\x34\x0a\x42\x6c\xf5\x85\x48\xef\x46\xdb\xe4\x82\xbd\x66\xd0\xb3\xfa\x42\x62\x01\x61\x2c\xd9\x85\xbc\x75\xad\xf8\x5d\x73\xa5\x13\x49\x58\x59\x00\xbe\x95\x80\xc0\x17\x48\x69\x67\x0a\x84\x2b\x21\x40\x8d\xb9\x08\x2e\x58\x52\x1a\x7d\x7a\xae\x04\xfd\x39\x23\x00\xae\x9c\xb0\x4f\x9d\x59\xbb\x72\x01\xcc\xae\x5f\x3e\x57\xae\xc8\x8d\xec\xe7\xe5\xca\x00\x13\x62\x90\xe9\x95\xe1\xe2\x4c\x6a\x73\x65\x24\xf7\x1a\xf1\x95\x85\x46\x2b\x0b\x80\x0c\x44\x9b\xfc\x95\xe1\x6e\xd2\xa2\xd1\x1b\x27\x6a\xf0\x09\x40\x7d\xd3\xac\x7a\x65\xb0\x40\xd4\xd4\x5d\x70\xc6\x6e\x84\x71\xbc\x80\x83\xd4\x18\x3b\x75\x95\xe3\x4c\xc2\x8e\x95\x05\xae\xc9\x4f\xd4\x75\x8c\x2f\x04\x9d\xbe\xca\x7d\x02\x66\xe3\x89\x81\xbb\x86\x5f\xb9\x8f\x2c\x10\x4f\x1c\x5d\x93\xaf\x5c\x81\x71\x8e\xb8\x7d\x57\xf9\xa0\x52\xe5\x52\xc2\x1b\x4b\x96\x8b\x20\x57\x05\x8e\x1a\xe3\xf3\x2e\x80\xe0\x37\x9a\xcc\xaf\x06\x28\x59\x5a\x0d\xaf\x76\x2e\x41\x27\x7d\x57\x7f\x4e\x24\x42\x63\x01\x4e\x14\xd7\x76\x24\x60\xc2\xf9\x4d\x72\xc1\x58\xc2\xec\xbe\xe5\x42\x4a\xd8\xc1\xc0\x94\xeb\x64\x6f\x2d\x7e\x08\xaf\x71\x1c\xfe\x9d\xaf\xba\x5e\x58\x93\x32\x7b\xaa\x03\x4c\x92\x53\x87\xbb\x15\x04\x1e\xf8\xdd\x7b\x43\x81\x35\x18\xab\x70\x2f\xc4\xb5\x17\x3f\xd9\x37\x02\x53\x26\x95\xe1\xf7\xf3\xe2\x09\x1f\xfe\xd3\xbf\x93\x89\xe2\x3c\xf1\xb8\x09\x42\xfe\x56\x21\x96\xfa\xbf\xb9\xbf\xde\x0f\x28\x3f\xb4\xbd\x7c\x02\x1d\xbf\x34\x16\x20\x92\x95\x68\x16\x1f\xd0\xb6\x67\xf5\x25\xfa\x0e\xda\x36\x11\xd4\x3e\x41\x12\x25\xc6\xa9\x7a\xda\x59\x62\x3e\x7e\x80\xce\x66\x1a\xf6\xf2\x09\x32\x7f\xf0\xa4\x7c\xb2\x00\x02\xe9\x04\xfc\x13\xb8\x17\xd0\x63\xec\x93\xe7\x38\x75\x14\x2f\x38\x20\x36\xce\xea\x7d\x2b\x21\x15\x2d\xc7\x02\x44\xe6\x41\x6f\xfe\x0f\x17\xda\x64\x3e\xba\x0f\xa1\x8b\x8d\x3b\xe3\x3b\xa1\x8b\xc5\x09\xc5\xb7\xee\xf2\x97\xd9\xf6\x83\x42\xa8\x97\xf8\xec\x7b\xcc\x02\xc2\x02\x18\xcb\x9d\x70\x7e\x57\x3e\x5c\xea\xff\x19\xae\xf2\x3f\xaf\xff\xf6\xff\x55\x7b\x7c\xbf\x91\xfe\xfc\x9c\x9f\xa6\xe3\xf2\xf2\xab\xb0\xfc\xaa\x7f\x7e\xca\xe1\x8b\x53\xaa\x2b\x7b\x4d\xbd\xf2\x9f\x1f\xcf\x76\xb1\xff\xad\x51\xb3\xfe\xfc\xf8\x5d\x9e\x92\x65\x76\x3f\x3f\x9f\xfd\x8e\x27\x4c\x4e\xf5\x89\x77\xf6\x45\xeb\xba\xd1\x94\xcc\xf1\xd1\x7f\xee\x7d\x52\xdd\x34\xb8\x0b\x06\xeb\xea\xa9\xf3\x5e\x58\x50\xfa\xf9\x89\xc4\xbb\x6e\x3a\x4e\x25\x65\x39\x75\x25\x65\x04\x81\xb2\xe6\x89\x1a\xb0\xd3\xa7\x26\x0f\xef\x47\xc9\x63\xfd\xf9\x61\x2a\xe7\x62\x0c\xb0\xff\x5c\x7f\x7e\x5c\x5e\x37\x28\x6d\xd6\x6c\x71\xc6\xd3\x59\xa4\x92\x6f\xf6\x20\xdb\x6d\x54\x99\xcd\xb8\x94\xbd\xd9\xfd\xe7\xf5\xe7\xc7\x2f\x2e\x83\x6d\x65\xcd\x3e\xf9\x9e\x52\x22\x95\x1a\xef\x54\x00\xd1\x7b\xbf\xeb\x66\x69\xfd\xe7\x49\xcd\x7c\xd6\xa3\x18\xec\xd9\xf9\x99\xbf\x3f\x3f\x6e\x64\x4c\xa5\xc5\x68\xcd\x6b\xd4\x23\xe6\x53\xb1\xb4\xf0\xfe\xf3\xfd\xf3\xe3\xda\x9f\x54\xfa\x78\xbd\xa6\x0f\xfd\xf3\xe3\x22\xa4\x45\x39\xb0\x66\xd3\x23\x4f\x50\x93\x8a\x45\x7f\xf8\x4f\xf9\xf3\xe3\x29\xac\x52\xe9\x5a\x58\xa3\xfb\x1d\xce\xaa\x0a\x67\x01\xde\x2c\xd3\x23\xfe\x77\xc1\x13\x75\x48\x24\xcb\x79\xd5\x27\xea\x20\x06\xbb\x73\x45\x2a\xe6\x7d\xe2\x3f\x91\x0e\xd1\x73\xf9\x16\xcb\xcb\xec\x3f\xeb\x9f\x1f\x77\xca\xdd\xff\x4a\xd4\xdc\x7f\x7e\x3c\x59\xcd\xfe\xf7\x89\x1a\xfd\xf3\xe3\x9e\xac\xa9\x7c\x79\xb2\x66\x6f\x43\xe7\x52\xf7\xbf\x1f\x6b\xf6\x71\x74\x4a\xb5\xff\xad\x51\x33\x76\x0d\x7b\x50\xa2\x07\x65\xf7\xa0\xb1\xb5\x12\xad\x6d\x26\x6a\x70\x47\x58\x26\x2a\xff\x59\xfe\xfc\xf8\xc5\xb7\xff\x8d\xef\xec\xf3\xe4\x5a\xdb\xfd\xef\x88\x9a\xdd\xeb\xce\xbe\xd5\x15\x35\xd7\x7e\x27\x6a\x62\x0e\xb6\x6c\xe6\xd8\x57\xa9\x7c\x8d\x6b\xfb\x6d\xf6\x7e\x72\x6d\xbf\x16\xb3\xb3\xd9\xe9\x59\xe3\x9d\x18\x4f\x2f\xbb\xc6\xd7\xf5\xeb\x2d\x6a\xe4\xcf\xcf\x8c\xb9\xee\x57\xd4\xec\xd6\x1a\xbf\xb3\xa5\xd8\xf3\x73\xb4\x3f\x3f\x12\xbd\x1e\xd1\x83\xcd\xe2\x32\x15\x7a\xf9\x46\x8c\x74\x1f\x79\x4f\xc3\xb5\xff\x8d\xf1\xec\xe3\xe1\x19\x26\xf7\xbf\x3d\x6a\xf6\x5e\x4d\x99\x1f\x9a\xd1\x39\xe3\xd8\x13\xcf\xcb\x37\x79\x92\x80\x8e\xe4\xb9\x34\xed\x2a\x8c\x2a\x4b\xb4\x4d\xea\x60\xd9\xc1\xce\x4f\xb3\x79\xba\x37\xac\xdd\x42\x51\xb5\xb7\xb7\x33\x19\x76\xfd\xb0\xca\xae\x75\x87\xb1\xdd\xff\xc7\x76\x30\x57\xbc\x1a\x7b\xf5\x8a\xfd\x80\x30\x7a\xe1\xd4\x6e\x06\xd4\x7f\x02\x81\x81\xb3\x71\xc5\x1a\x6e\xaa\x57\x52\xbc\x75\xc7\x6c\xdc\x96\xc6\x9b\xb4\xd2\xb0\x9c\xfc\x67\xde\x55\x9d\xc7\xec\x89\x71\x3d\xf3\xcf\x4f\x4d\xb1\xf6\x4f\x9c\x8c\xe7\xfa\xf3\x53\x5d\x7f\xbe\xff\x8f\x89\x7a\xbe\x3f\x3f\x95\xc9\xff\xcb\xf7\xc6\xb7\xb6\xbc\xdb\x6a\x1c\x8e\x37\x66\x63\x5f\xbf\xdd\x21\x79\x52\x4d\xa4\x10\x15\x46\x6e\xcf\xa6\x5f\x53\xea\x51\x33\x91\x8e\xbc\xb1\x4e\xa2\x6e\xfd\xa2\xd9\x35\xa5\x2b\x6a\xa0\xaf\x64\xcd\x13\x35\x70\x9a\x67\x8d\x46\x0d\x6c\xf3\x5e\xc3\x1b\xb4\x02\x8e\xea\x30\xdc\xfb\xdf\x16\x35\xb6\xc0\xf1\xce\x1b\x35\x70\xad\xf6\x9a\x12\x63\xdd\x97\x4e\xf5\xc5\xa8\xa9\xc6\x78\x36\x25\x70\x67\xa3\xb4\x57\x85\x35\x0b\x69\xf2\x07\x67\x68\xdd\x51\x87\x3c\xde\x89\xbd\x58\xd1\x8b\x85\xdc\xed\x9d\xef\x5d\xd1\xa6\x49\xaf\x55\x62\x96\xbe\x78\xef\x3b\x39\xdf\xcf\x6e\xaa\x39\x56\x24\xef\xfe\x7b\x34\x63\xaa\x99\xfb\xac\xe6\xa7\xa1\x27\x7c\xeb\x19\x51\x87\x34\xe8\x7e\x5a\x81\x4d\xeb\x3f\x31\x82\xd2\x58\xf7\x46\xdd\x49\x4a\xee\x6d\x5a\x46\x2f\xff\xf9\xfd\xf9\x29\xc7\x5a\x93\xaa\x21\xfd\xf8\x4f\xdd\x35\x67\x26\x9b\x66\x7f\xa7\xe9\xbe\x2e\x5c\x7d\x9e\x9a\xf6\xc2\x9a\x5e\xff\xfc\xb8\xd0\x94\x9a\xc5\x3f\xf9\xcf\xf6\xe7\x87\x29\x72\x53\x53\x9e\xd5\x06\xf1\x9d\xb7\x6c\xd3\xeb\x8d\x2a\xec\x00\x36\xc8\xc9\x68\xba\x27\xc3\x05\x94\xfd\xef\x15\x35\xfb\x3a\x9a\x1e\x68\x0b\x66\xf3\xff\xc4\x7f\x36\xf3\x0f\xf5\x9f\xf3\xcf\xcf\x1c\x1c\xb1\x46\xef\xb5\xed\x1a\xef\xe1\xc7\x7d\xdd\xbe\xbd\xaf\x5d\xaf\x90\xda\xd7\xa3\xc6\xc4\x3f\xe7\xbe\x53\xfb\x3e\xf6\xfd\xfb\xa6\x5d\x4a\x67\x06\x7b\x9c\xad\x6e\x67\xab\xb8\x95\x2a\xf5\x34\x2a\xab\xf6\x75\x31\x79\x8a\x7b\xba\x0b\xab\xb6\x24\x55\xdd\x5c\x9a\x7a\x4e\xfe\xad\x0e\x65\x40\x72\x27\xb6\x5d\x20\x51\x67\x4c\xb2\xa7\xf7\xef\x39\xdd\x51\x65\x17\x43\x3d\x9a\x9b\xd4\x73\x79\x59\x67\x1e\x27\xc5\xa1\x47\x52\x37\xed\x81\xff\xdc\xa7\xb9\xb8\x1f\xd1\x2e\x98\x51\xb7\x6f\x35\x37\xb7\xa6\x9e\x47\x34\xb9\xd9\x36\xb7\xb7\xa4\x6e\xfe\x28\xfe\xf3\xda\xa3\x2e\x5e\x73\xc5\xa7\xf6\xcd\x50\x1c\x6e\x35\xf5\x7c\xc7\xa0\x4d\x57\xe3\xf1\xfb\xa9\xdb\xa9\xf2\x9f\x76\xed\x17\x36\xf8\xc5\xa7\x3e\xfb\xd4\xd9\x52\xbd\x90\x47\xed\x65\x93\xd9\xc1\xf5\x2a\x31\xbd\x96\xaa\xc2\x6d\xdd\xa9\x97\x9c\x59\x93\xcb\x9f\x1f\xc7\xa1\x4c\x3d\x78\xeb\x6e\xbc\x75\x76\x50\x83\xd4\x0d\xeb\xd9\x7f\x56\x63\xa5\x7c\xf6\x0a\xb9\x85\x5e\xba\x71\x32\x85\x9f\x22\x3b\xdc\x2d\x0f\x7f\x75\x73\xc4\xfe\xff\x8e\xaa\x67\x9f\x3b\x61\x83\x12\x83\xda\x17\xfc\x72\xf3\xe4\xfe\x7f\x46\x15\x36\x46\x63\x55\x34\x28\x67\x63\xf8\xe2\x5b\xaa\x43\xff\x89\x81\x45\xd5\x1b\x55\x7b\x81\x5d\x19\x90\x7a\xd1\x18\xb3\x31\xd9\xe4\x6d\xbb\x25\x42\xf4\x9f\xdf\x9f\x1f\xf2\xd8\xbd\x92\x82\x76\xf3\xec\x71\x97\xd1\xfd\xef\x15\x35\xe0\x46\x7d\x19\x6b\xfd\x58\xb5\x25\xf3\xd2\xd9\xbf\x4a\xf9\xa9\xd7\x2d\x28\x2c\x1e\xa0\x3a\x67\xd4\x98\x94\xc4\x1d\x18\xc4\xb3\x1b\xf1\x1c\x25\xf9\xa7\x4c\x14\xf4\x9f\xfb\x66\x70\x24\xaa\xd4\xdb\x13\x55\x9b\x88\x0d\x47\x59\x4c\xbd\x7d\xfc\x56\xfb\x36\x17\xe9\x71\xde\xa9\x77\x32\x71\xbd\xcf\x3d\x60\xf7\x79\x4c\xbd\x47\x83\xa6\x13\xaa\xee\xb4\x91\x7a\x27\xe1\xea\xe6\x7d\x5b\x3b\x4f\xea\x48\x5c\x91\xb1\xaf\xed\xea\x30\x7b\xa9\x0f\xb2\xed\xdd\x92\xce\xb7\xca\x0d\x3a\x28\xdb\xf4\x61\xb2\x4d\xee\xec\xfd\x20\x3f\xd6\x87\xc5\x44\x14\xca\xe3\x7d\xdc\xf1\x35\xf3\x74\xab\x0e\x7c\x9d\xfa\x24\xe7\xd2\xe7\xe6\x5c\x66\xe1\xf6\x35\x44\x63\xff\xd9\xf6\x19\x27\xf1\xb2\x34\x1e\xfe\xd3\xb6\x8d\xd3\xd7\x3e\x4b\x54\x6d\xa9\x65\x90\x4b\xea\x96\xec\xce\x7f\xb6\xbd\x3b\xb8\xe9\xe7\xe2\x6a\xce\xb5\x57\xd3\xd5\xec\xa9\x4b\xe5\xee\x90\x2d\xb8\xd4\xa0\xca\x16\x6f\xee\x3f\xb7\xf8\xda\x96\x77\x43\x82\x9e\x98\x11\xa2\x7a\xae\x9c\xd4\x0d\xe3\xcb\x7f\x5e\x7f\x7e\x96\xb3\x5d\x7d\x05\x91\x5c\x9b\x48\x3a\xb6\x7e\xea\xab\x45\x0d\xfc\x46\xb2\xef\x80\xd5\xa3\x6a\x4b\x1f\x25\xf3\x4c\x5e\x41\xac\x2d\x3e\x6d\x16\x12\x80\xbb\xb2\x0a\x69\x2d\x4a\x1c\x95\xbb\xf1\x98\xc3\x69\xa0\xe6\x78\x8f\x37\x5b\xb7\x30\x31\xd7\x61\xef\x7f\x67\xd4\x58\xe7\xa3\xe6\x8a\x9a\xdb\xf6\x8d\x77\xfe\x0e\x62\x73\x6f\x51\xda\xfd\x7f\x53\xbf\x63\x45\x90\x58\x7f\xba\xd1\x26\xf5\xfb\xe5\xdd\x65\x46\x7b\xe6\xc8\x49\xfd\x56\x9e\x87\x5b\xc7\x9f\x9f\xe6\x96\xf7\xd4\xef\x8f\x5b\xed\xb6\x00\xbf\x4c\xf6\xaa\x3f\x41\x38\x2c\x39\x7e\x75\x74\x9e\xd4\x2d\x60\xcc\x7f\x66\xeb\xfd\x64\x55\x8f\x2a\x38\xbc\x14\x56\x69\x54\x21\xf3\x37\x1b\xec\x3c\x46\xcf\x16\x0a\x0b\xe5\xdf\xfe\x0c\x12\x73\x8b\x99\x6f\x8d\xbb\xe6\xa1\xf0\xd7\x1f\x33\x1e\x95\x14\xfd\x98\xd1\xfb\x4d\xf3\x47\x10\x9c\x67\x45\xef\x2d\xe8\x3e\x73\x86\x1f\xca\x13\xdd\x72\xd5\x0f\xf7\x0a\x4f\xfd\x25\x83\xd5\x5f\xe3\x36\xcb\x8c\xba\x98\xc6\xf7\xb3\x6b\xca\x6b\x34\xf1\xe8\xe9\x3e\xbb\xc2\x1d\xa5\xe4\xd9\xbb\xe5\xe7\xa2\x0f\x4f\xea\xda\xb9\x96\xda\xf7\x5a\x0a\xe7\x50\x29\x09\x77\x18\x7b\xb2\x5b\xc5\x77\xc1\x1b\x75\xe0\x43\xc8\xbf\xe8\xe2\xb2\x20\xcb\x78\xe3\x98\x35\x98\x25\x33\xd6\x33\xea\x71\xff\x1f\x5f\xbb\xf7\x39\x1a\xa4\xf5\xfa\x44\xf7\xb7\xc0\x57\xdd\x60\x9b\xba\x2a\xd7\x19\x69\x37\x0a\x25\x84\xfe\x51\xba\xe9\x96\xfc\xcb\xc3\xe8\x52\xff\x82\x48\x7d\x65\x4f\xfd\x96\x0d\xff\x85\x4f\xed\xa6\x7e\xf1\x9f\xb0\x44\xf9\x0e\xf9\xe2\x4e\x87\xd0\xee\x19\xac\xf6\xff\x57\x54\xc1\x94\xc0\xae\xc4\xbd\xfd\x5d\x46\xa8\x2a\xab\x9e\x68\xd0\xd0\x17\x8a\xc3\xe6\xa6\x91\xb8\x79\x46\xda\x9b\x87\xde\xcc\x69\xe4\xe6\x2d\x8e\xdc\x36\x7d\x73\xa8\xc6\x34\x32\x65\x84\x91\xb7\x8c\xb0\x3c\x15\x41\x1a\x79\x44\xd5\x66\x76\x9b\xa3\x46\xa6\x91\xf5\x65\x95\x9e\xb5\xf6\xd7\x0a\x2f\x89\x51\xcc\xad\xb3\x56\xe7\x20\x46\x21\x3f\x3d\xca\xbe\xf0\x96\x13\xc6\x61\x3e\xc9\xfe\xf3\xde\xf2\x8d\x93\xd3\x51\xb8\x55\x47\xd9\xab\x54\xdd\x88\x9d\x46\xa1\xd6\x68\x94\x66\xbb\xd8\x6f\xcd\x51\x7a\x74\xa3\xb7\x3f\x3f\x9e\x22\x29\x8d\x42\x3e\x61\x14\xf0\x09\xae\xf9\x18\x25\xe6\xb0\xbc\x80\x00\xab\xac\x1a\x51\x05\x60\x22\x7f\xcb\x20\x7f\xfc\xe7\xde\x3b\xee\xc8\x99\x86\x69\x5e\xfd\xe7\x1e\x96\xfb\x10\xa5\x51\x5b\x63\x95\x69\xbc\x2a\x7b\x58\x63\x7a\xab\x9a\xda\xd4\x79\xdf\x11\xfa\xed\xd1\xf2\x34\x89\xda\xdf\x6a\xdc\xc2\xa3\xed\x23\xbd\xc8\xff\x8c\x36\xa3\x6a\xda\x2a\x3b\xab\x35\xda\x7d\xb3\xea\x7e\xfe\xfc\xb4\xb9\xf8\xd6\xc7\xce\xb7\xef\xfe\xf3\xd3\xa3\x87\xbd\x39\x8d\x18\x7d\x6f\xae\x42\x2b\xc0\xe8\xb1\x6d\xfa\xde\x36\xd5\xcd\x48\x69\x74\x32\x6f\xc3\x30\x54\xe9\x23\x9c\x46\x97\x78\x6b\x0b\xa7\x04\x76\x4c\xa3\x53\xe4\x1f\xe6\x59\xc1\x50\xac\x34\xfa\x1d\x6f\x99\xcd\x2a\xb9\x17\x57\x1a\x9d\xf6\x83\xd1\xb7\x94\x31\x1d\x78\x6d\xff\x7f\x47\xd5\xb3\x37\x1b\x57\xa5\x2b\x77\x68\xdf\xab\xb0\xd8\xf9\xc1\x8b\x71\x8c\x7d\x31\x56\xc7\xb1\x4b\x63\x50\xc6\x1d\xc3\xac\x7e\x99\xbc\x05\x10\x05\xfc\xe7\x6d\x47\xc5\x99\xe3\x31\xc8\x0f\x8e\x61\xce\x3d\x85\x42\xee\x18\xb1\x07\x90\x59\xa2\xba\xb7\x78\x1a\xe3\xe3\xb0\xc7\x87\xe5\x64\x8d\x46\xcd\xf7\xe7\xa7\x92\xb1\x1f\xe6\x85\x7d\x7e\x6e\x31\x79\xb8\x7b\xfe\xfe\xbf\x44\x55\xb5\xa9\x12\x56\xb5\xa8\xda\x62\x9d\x1b\x6b\xd3\x98\xb1\xb7\xe7\xde\xdb\xbc\x26\xc6\xe4\x55\x3b\xa6\x09\xdb\x6e\x38\x4c\xc3\x32\x22\x9f\x9f\xf3\x84\x43\x7b\xd5\x94\xa8\x5a\x9b\x04\x2f\xf6\x82\xfa\x94\x31\xf7\x5c\x8f\xc5\x0e\x0a\x65\xb4\x21\xd5\xfa\x4e\xda\x26\xbc\x91\x80\x85\x30\xc9\xcb\x0c\x79\xa3\x6a\xb3\x8c\xf4\xd9\x48\x63\xc5\xd6\x36\xaf\x91\x55\x48\xf6\xcc\x9d\xc3\x7f\xaa\xad\xb3\x2b\x17\x87\xe1\x07\xf9\xcf\xcd\x79\xba\xdb\x5e\x1a\x17\xe5\xdf\x71\x99\xfc\x5b\xdc\x35\x21\x8d\x4b\xe3\xb5\x73\x5b\xb9\x5e\x6d\xdc\x54\x08\x8c\xdb\xb4\x81\x35\xf3\xbd\x9b\xf2\xec\xb8\x2d\x86\xa1\x56\x4e\xff\x9d\xe3\x3d\xb3\x65\x55\x5a\x64\xc6\x4d\x86\x76\x58\x94\xd4\xa4\x91\x69\xdc\x34\x25\x8d\x1b\xd0\x8d\x3c\x9d\x37\xf5\xc8\xe3\xde\xd4\x53\x1c\x8d\x3b\x8d\xe0\x0a\xc7\x7d\xa5\x3f\x3f\x6b\xf1\x2c\xdd\xd7\x15\x55\x38\x16\xce\x58\x8f\x3b\x4e\xe7\xbd\x4f\xe7\xf2\xf8\x9d\xfd\x7f\x8f\xaa\xcd\x30\x36\x12\x2b\x73\xd5\xf4\x9f\x76\x70\x17\xbb\x18\x67\xe2\xde\x67\x82\xae\xb9\x09\x10\x04\xfe\x73\xb3\xb4\x85\xb7\xc4\xfd\x45\x83\xdf\x16\xc8\x0b\xc9\xce\x43\xa1\x60\x3c\xfb\x72\x1a\x34\x5e\x8d\x87\xa6\x51\xa0\x19\x0c\xcf\xf5\xb4\xff\x9f\x51\xb5\x79\x96\xca\xbb\xe0\x29\x1a\x55\x76\x36\x49\x4e\x1f\xf2\xf7\xc3\x52\xc9\x0d\x2a\x71\xc7\x13\x7b\xce\x38\xd8\xec\x01\x68\x69\x3c\x9d\x67\xe9\xb1\x5c\x82\x14\xe2\x86\x25\x93\xf3\x9f\x7b\x0b\x14\x1e\xf6\xe7\x8e\x06\x81\x42\xc3\xcb\xe5\xa5\x08\x32\xe0\x53\xb4\x78\x2a\x5e\xaa\xbb\xc6\x6b\xea\x2e\x8f\x5e\x48\x88\xa7\xf7\x9f\xef\xde\x1c\xc5\x17\x45\x29\x77\x0f\x73\x00\x15\x6a\x92\x86\xd2\x14\x34\x2c\xfd\xab\x0c\x92\x37\x6d\xdc\x88\xba\xa5\x2c\x3a\x22\xa7\xa1\x8b\xdd\xd0\xb5\xb7\x4d\x25\x7d\x53\xe5\x90\x55\x11\xaf\xee\x7c\xf0\xf8\x62\x2d\x0d\xa5\x69\x79\x2e\x81\x84\x58\xee\xf3\x53\xd3\x9f\x1f\x26\xce\x49\x33\xb4\x7f\x13\x9a\xf5\x50\xff\xcd\xd0\x79\x4f\x44\xa4\x15\xde\x65\x33\xb5\xca\x3a\x0b\x4b\xa8\x8e\x29\xb7\x0b\x7a\xd4\x99\x8e\x3a\xb9\x6e\x63\x26\x52\x9e\x89\xa4\xb1\xd5\x5d\xdc\xd2\x4c\x3d\xde\x33\xbf\xbc\xea\x90\x50\x69\x26\x0a\x22\x33\x99\x20\x52\xb7\x0c\xf8\x2f\xcc\xeb\x4c\x33\x86\x68\xc1\x52\x1e\xed\x9a\x66\xba\x1b\xab\xee\xcd\x9f\xfc\xea\xcc\x13\x9d\xd9\xc2\xc8\xfc\x35\xf6\x37\xaa\x2c\x7c\x7f\x78\xec\x79\x42\x64\xb9\xff\xbc\xfe\xfc\x14\xcf\x92\x91\x66\xce\x51\xb5\x17\xa8\x52\xbf\x3d\x43\x07\x3f\x91\xa0\x36\x67\x3f\xa3\x33\x93\x8a\x4c\xd3\x24\x36\x61\xf7\x33\xef\xdd\x99\xed\xde\xcd\xbc\x0a\x67\xe6\xa9\x9f\x96\x3a\xa1\x57\x17\x7e\x66\x21\x2f\x37\x4b\xc6\x95\x2c\x51\xa7\x51\xf7\x61\x0d\xa6\xd7\x15\x4e\x64\x41\x12\x27\x67\xbe\x66\x21\xf7\x3d\xcb\xe6\xbe\x27\xcf\xc7\x0c\x7d\xe0\x34\x7d\xa0\xb8\x07\x56\x9a\x85\x27\x78\x9a\xd2\x8f\x59\xa2\xd2\x2c\x64\x88\x66\x31\x1b\x48\x76\x97\xe8\x34\x2d\x9f\x82\xff\x1c\xb6\x2f\x27\x9b\x8c\x15\x2d\x7b\x45\x07\x0d\x42\xd3\x72\xbb\xf9\x4f\x03\x58\xf1\xdb\x64\x56\x6a\x3a\x67\x05\x95\x19\xfc\x5a\xe5\x95\x31\xab\x5d\x19\x99\x3c\xe7\xac\xe3\xd7\x7b\x9f\xc9\xb9\xae\xb7\x9a\x95\xc7\x78\xd6\x7d\x8c\x47\x75\x11\x6d\x5a\xf2\x5f\xff\x69\xa6\x5b\xe7\x47\x67\x8b\xf9\x6f\xc8\x23\xe7\xc8\x72\x69\x86\x86\x6f\x9a\x86\xaf\x92\xc6\x4f\x03\xbd\xf2\x9f\xf7\xa6\x19\xae\xab\x9b\x8d\x16\x64\x04\xdd\x2f\x6a\x4f\xa7\x39\x78\xf9\xcf\xe7\xcf\x4f\x75\xa7\xa0\x34\x1b\x95\xe0\xb3\xc1\xe0\x4a\x8b\xfd\x6c\x6f\xf4\x71\x53\x96\xe9\xc9\x8a\xd2\x6c\x1f\xa7\xbf\x7d\xfb\x40\x75\x6e\xc8\x46\x13\xc4\x34\xa5\x63\x89\x7d\xdc\x29\xc2\xcf\x6e\xae\xb2\x29\xd5\xa8\x7b\xa2\xee\xdd\xdb\x9f\xf3\xd1\x69\x09\x99\x40\xdf\xca\x1e\xa8\x9b\x66\x2f\x9c\xab\x5e\x30\x57\x8b\x55\x12\x55\x7b\xd7\xf9\xad\x3c\x7b\x8d\x06\xab\xdd\xaf\x85\x35\x33\x6a\x64\x6f\x39\xb7\xc7\xcc\x4e\x15\xef\xec\x6d\xf3\x9c\x83\x53\xdf\x5b\xbc\xb5\xe9\x1e\xb3\xdc\xa6\x69\x08\xa1\xfe\x73\xd8\x6c\xb0\x7f\x8b\x73\x68\x59\xee\x08\x81\xb0\xff\x5f\x51\x05\x3f\x3a\xdf\x6e\xfd\x8a\x39\x34\x5c\x84\x15\xc3\xba\xa2\x41\x33\x68\x2f\x92\x82\x10\x2e\xa6\x09\x17\x85\x02\xc4\x0c\x01\x62\x9a\x00\x21\x71\x31\xf4\x37\x1a\xdc\xb4\xb0\xc4\x9a\x8c\xb8\x33\xc6\x96\xd5\x9a\x83\x4d\xa6\x39\x82\xf4\x0f\x23\xfd\x61\x5b\x9b\x63\xc6\x6b\x5b\x8e\x63\x76\xca\xfd\xff\x1d\x55\x7b\x93\x56\x5e\x5e\x83\x2e\x31\x73\x00\xe0\x85\x34\x7a\xd0\x96\x38\x91\x09\x2f\x39\xa0\x4c\x9a\x83\xd6\xc9\x39\x1e\xdd\x83\xe6\x8a\x8d\xd8\xda\x96\xfc\xae\xce\xe2\x53\x15\x8a\xe1\x39\x93\xdd\x15\x1c\xf4\xa4\x11\xfa\xc0\x36\x74\x8f\x07\x4f\x73\x06\xd5\x9f\x9b\xea\xcf\xce\x91\x4d\x7a\xbe\x4c\xf3\x65\x2f\x75\xb2\x45\x3a\xab\x4c\xf3\x6a\x17\x4f\x91\x91\xe6\x24\xe7\x30\xa7\x71\x0e\x54\xfd\xcc\x49\x16\x6b\xce\xcd\x62\xc9\xe4\x42\xcf\x1e\xdf\xda\x14\x6e\xd1\x48\x36\x43\x0b\x3d\x4d\x0b\xdd\x84\xf7\xd2\x8c\x4d\x35\x6d\x53\x65\x47\x9e\x4b\x73\xde\xf1\xb1\xdb\x2e\x98\x78\xed\x89\x31\x5b\x28\x4e\x71\x17\xc6\x5d\x10\x5f\x7b\x20\x0c\x70\x5f\x4d\x6a\x58\xe7\x7c\xc1\xd4\xc7\x64\x29\xcf\xd2\x54\x3b\x4b\x5c\x34\x09\x12\x21\x08\xa1\x15\x56\x51\x84\x98\x96\xe3\x63\x26\x4e\xb1\x50\xeb\x39\x65\x1f\x46\xa1\x31\x6a\x8a\xf0\x70\xca\xde\x62\xcb\x23\xcf\xd3\x94\xc5\x6e\xc8\xda\x12\xb2\x43\xd7\xa4\x29\x71\x51\x8b\x19\xd2\x13\x95\x94\x53\xc8\x81\x4d\xb1\xf0\xc1\x5c\xb8\x6a\x06\x17\xeb\x3f\x8d\x8c\x15\x17\x21\xa6\xc4\x2d\x2e\x16\x10\x98\xa7\x1b\x38\xe6\x8a\x6b\x7c\xe1\x1a\xa7\xa4\x36\x17\x59\xf4\xb9\xcc\xab\xb4\x08\x2f\xad\x45\xd5\xf2\x44\x06\x0e\x0a\xf9\x73\x05\x97\x65\xb1\x02\x92\xb9\xfd\x17\x95\x79\x13\x99\x2c\x92\xc3\xd1\xef\x02\x8d\xba\xbd\x83\xe2\xce\xb2\x3c\x10\xfe\xd3\xc2\x22\x84\xfd\x7f\x39\xee\x65\xe1\x58\x8b\x3c\xcf\xa2\x0c\x34\x2d\x3d\xc3\xa4\x11\x69\xae\xb8\x46\x2c\xd3\x82\xd0\x7b\x63\x5e\x94\x09\xe7\xb5\x4f\xdd\xa2\xa3\xe5\x0c\xa9\x76\x9a\x54\xdb\xe8\x27\x30\xaf\xc1\x6e\x5c\xa3\xd8\x3e\x66\x83\x54\x05\xcf\xcb\x54\xc1\xa5\x91\x19\xba\xc6\x13\x75\xc6\x55\x4a\xe6\xd7\x68\xda\x9b\xc8\x07\x50\x0b\x8f\xef\x45\x6b\xe6\x34\x58\xff\xd9\xfb\x3f\xf2\xb1\xd7\xe2\x1e\xba\xb6\x14\x5a\x27\x67\xf9\xba\xa2\x51\x73\x68\x48\xb4\x83\xce\x2b\x78\xcb\x0b\xbc\xa5\x27\xf6\xdb\x05\x25\xea\x80\x5d\x55\xd9\x51\x9a\xad\xe7\xb5\x79\x61\xa2\x93\xa4\x79\xd3\x38\x3d\xef\x94\xf7\xa9\x72\x0b\xd4\xbc\xa9\xc3\x9f\xf7\x66\x9b\x5b\xe7\xbd\x76\x7f\xf1\xd6\x87\x8e\xb8\x62\x77\x3e\x95\x3b\xe8\xd9\xf7\x69\xef\xec\xc7\x43\x95\xc9\x7c\xe6\xb2\x8f\x45\x15\x67\xc4\xd0\xed\x26\x3d\x90\x66\x48\x80\xd3\x24\xc0\x96\xc9\xa2\x3f\x74\x76\x9a\xc0\xa2\xdb\x4b\xc7\xba\x1e\x75\x5b\x2e\x17\x72\x14\x8f\xc6\xc7\xf6\x48\xfa\x20\x1f\xf5\x46\xef\xdf\xdd\x7b\xc9\xa4\x32\x6f\xf4\xe3\x45\x3f\x5c\xbd\x31\xdf\xb8\x60\xdf\x07\x9e\x70\xee\x18\x30\x35\xae\x06\x2d\xa0\x17\x5c\x50\xa5\xe3\xdf\xd4\x6e\x0b\x43\xee\x5d\xe3\xfc\xea\x80\x57\x22\xab\xa8\xda\x9b\x70\x1f\xad\x9e\x6e\x37\xcd\x2f\xfa\x6f\x2e\x8b\x22\x24\x32\x5f\x10\x0b\xa4\x41\x6c\xf4\x1c\x99\x5f\xf0\x30\xdf\xe6\x61\x44\x28\x3d\x85\x3b\xe1\x34\x77\xc2\xd5\x24\xaa\x56\x54\x6d\x31\x88\x86\xf4\xf9\xc5\x55\x0f\xdf\xc0\x5c\x29\x10\x7c\x71\xa1\x7f\x5b\x36\x90\x1c\xaf\x5d\xd1\xc7\x2b\xef\x7e\x70\x1e\x3f\x6a\x2d\xe7\xb7\xa7\x5b\x1c\x67\x2e\xcd\xf0\x79\x9b\xe6\xf3\x26\x99\x33\xfc\x05\x7f\xf3\xed\x0d\x51\x83\x03\xfb\xde\xe8\xe2\xfb\xec\x81\x91\x75\xff\x42\xbe\x30\x10\xe4\xe6\x00\xfc\xfb\xff\x12\x55\xc6\xe0\x66\x32\xb8\x5f\x1c\x8b\x6f\x1f\x8b\xb6\xe2\xb5\x2f\x66\xd1\x82\x11\x0a\x95\xe4\xf3\xa3\xb3\xd7\xfc\xcc\xd9\xab\xd0\x03\x47\xc2\x29\x4e\xcc\x29\x6e\xd2\x32\x27\x96\x66\xd1\x7f\x5a\x08\x30\xb5\x26\x92\x28\x29\x48\xda\x92\x82\x78\x9e\x82\x24\x89\xfc\x99\x24\xe3\xcf\x28\x99\x4b\x92\x68\x11\xee\x19\x7e\x59\x4a\xe2\x8d\x28\x69\x53\x93\x42\x37\x50\x31\xf4\x64\xff\x69\xe1\x2e\x74\x3c\x10\x73\x27\xf7\x9f\xb6\x43\x5c\xbe\x90\x4c\xb7\x39\xc9\x7b\x17\x34\xfa\x02\x48\xe6\x75\x22\xd9\xae\x93\x92\x27\x5f\xe3\xd2\x48\x36\xd1\xaf\x7a\x42\xfd\x24\x99\x93\x2c\xe6\x8e\x23\x9e\x78\x24\x49\xa1\xf6\x57\x8a\x59\x36\x1c\xc2\x29\x49\xa1\x6a\x47\x8a\xa9\x76\xe8\x86\x27\x85\x6a\x0c\x29\xa6\xc6\xc8\xb5\x44\x9d\x44\xdd\xda\x8b\x9d\xd9\xe2\x88\x2a\x43\x2c\x2e\x9e\x80\x29\x49\xa1\x2f\x9b\x58\xfe\xc1\x41\x05\xb0\x54\x9e\x19\xa9\xfb\xcc\x14\x1a\xf6\xa5\x91\x65\x92\x66\x21\xe3\x69\xba\xc8\x25\x9d\xb2\xbc\xf4\x62\x13\xe9\x24\x5c\x7a\x74\xa4\x0f\xeb\x23\x37\x56\xa7\x66\x5b\xba\x69\xb6\xc5\xf3\xb9\x26\x31\x6f\x0f\xff\x69\x5e\xd4\x2e\x80\xc8\xa0\x8b\x96\x20\xdf\x40\x75\x14\xe0\x24\x83\xec\xac\x98\x80\xb0\x97\xc6\x3b\x39\xa8\xdc\x96\x61\x3e\x5a\xf4\x98\x96\x41\xee\x13\x68\x2d\x42\x81\x4c\xc2\xf1\x43\xcc\xf1\x43\x3c\x3d\x73\x92\x49\x41\x53\x8c\x9d\xaf\x0e\x35\x93\x64\xd2\xc4\x29\xd3\x4c\x9c\xa9\x70\x69\x26\x15\x83\x32\x0d\x8b\x20\x79\x4c\x65\x92\x49\x53\xb7\x4c\x98\xba\xab\x9f\x51\x99\x5f\xb4\x69\x10\xb1\x85\x6e\xe2\x22\x14\x5e\xc5\x98\xd4\x5c\x62\x07\x09\x0d\x12\x22\x79\x4f\x25\x7d\x89\x45\xa8\x77\xdb\x3b\xee\xcf\xcf\xf4\x5c\xcb\xfb\xff\x1e\x55\x40\xb9\x75\xf6\x5f\x64\x46\x9d\xf9\xf2\xf0\xf2\x12\x61\x2c\x82\x58\x92\xbb\xe2\x39\x6a\x93\xc8\x1d\xfd\xb8\x81\x5f\xc2\x59\x96\x27\x5e\x33\xeb\x34\x05\x0a\x11\xca\x57\x22\x9b\xdb\x5f\x9d\xc4\x42\xbe\x78\xcb\xbc\x21\x92\x03\xba\x25\x59\xb4\xd0\x88\xb1\xb6\xcd\xa1\x6a\xf7\xff\x33\xaa\x96\xb9\x79\xb9\xf1\x49\x16\xdd\x4d\x64\x99\x6f\x60\xae\xa4\x09\x8b\x7e\x23\x02\x40\xe6\x52\x78\xee\x17\xfd\x43\x64\x99\x7f\x48\xe9\x1c\xdc\x0a\x0a\x04\x20\xba\xea\x60\xe1\x49\xd6\x1b\xef\xed\xcb\x40\x16\xf7\xeb\xfa\x62\x04\x16\x39\x99\x3d\xf5\x4b\x92\x2b\xb6\xde\xb5\xb7\x5e\xa1\x73\x26\x70\x5d\xfc\xe7\x96\x44\x16\x77\xc2\x45\xf7\x16\xb9\x36\xe9\x20\xfc\x40\x92\x6b\x46\x83\x16\x5d\x22\x3c\xf8\xd7\x1b\x0d\x5a\xa8\xed\x26\x52\x5e\xf7\x45\x9d\xc5\x3b\xe6\xe6\x52\xb8\xdc\x74\x8b\x92\x7b\x77\xb7\xd1\x15\x08\xb0\x1d\xfe\xd3\x18\x34\x6e\xa0\x9b\x7e\x20\x72\x5b\x26\xbd\x9a\xe6\xf8\x27\x96\x56\x6e\xaa\x3a\xe4\xb6\xec\x15\xb5\xf1\x60\xdd\x4b\xa2\x0e\xc2\xa0\xbb\xe2\x48\x38\xb3\x88\x39\xb3\x88\x03\xcc\x26\x79\x82\x7a\x99\xf3\x4a\x4e\x85\x83\x78\x84\x9f\x7b\xb6\x88\xb7\x06\x8f\xff\xc3\xb8\x2e\x79\x2c\xd8\x34\x53\xf9\x2f\xcf\x15\x75\x5b\x20\x2e\x0e\x1d\x95\xc4\x72\xa4\xfb\xcf\x2d\x0e\x7a\xd6\xd7\x24\x4f\xdc\x47\x86\x36\xd1\xe8\x06\x25\x0f\xd9\x01\x79\xd4\x76\xba\x9b\x42\xe4\xd1\x18\x99\xbe\x56\xe5\x6f\xbd\x74\xfc\x94\x37\x81\x9a\x90\x2c\xbc\x39\xea\xf6\x59\x21\x22\x73\x92\x37\x26\xe4\xdd\x13\xb2\xa8\x08\x91\x97\x72\x9b\x18\x5a\xde\xf2\xc0\xd6\x24\x2f\xb5\x97\xf2\x9a\x11\x82\xf6\x09\xd1\xa0\x94\x0a\x4a\x49\xdd\x95\x84\xc5\x43\xcc\xe2\x91\xb3\x07\x13\x27\xd1\x15\xef\x59\x34\x46\x8d\x95\x51\xea\x20\x44\x2d\x1c\xa3\x3a\xe8\x55\x12\x8d\xcb\x5b\xf7\xe5\x2d\x34\x52\x01\xd8\xc2\x7f\xda\xf1\xe0\x75\xf4\x25\x56\x59\xbc\xd2\x72\x14\xda\x24\xe1\x41\x2d\xe6\x41\x9d\x53\xdc\x10\x5f\x4c\xa4\x85\x2c\xe5\x24\x24\xb0\x5f\x5c\x55\x9f\x5d\x55\xc5\xb1\x07\x76\x01\x6f\x46\x73\xc3\xce\xc5\x11\x03\x76\x41\xbc\xd7\x11\x86\x42\x4a\xf3\x8d\xa8\x1b\x88\xc0\x8a\xbe\xc4\x1d\xf7\x21\x14\xd2\xc1\x3f\xd3\x4a\xa4\xda\x2b\x6d\xaa\xdd\x39\x84\x95\x28\xa9\x03\xb4\xa3\x93\xfc\xae\x44\xed\xc5\x4a\xcb\xa2\xb0\x7c\xbb\xae\xf4\x2e\x56\xbd\xe6\x8a\x9c\x59\x45\x69\x1c\xe8\x1b\xe2\xe0\x6a\x69\x25\x52\xbc\x65\xb1\xe2\xc2\x18\xb7\x95\xe9\x73\xbc\xf2\xf1\x39\xf6\xc5\x59\x99\x9a\xec\x95\xe1\xab\xda\x5c\x1d\xb2\x72\xbd\xa2\xce\xe8\xb2\x63\x65\xa7\x95\x49\x29\x57\x36\x80\x84\x4a\x39\x77\x65\x52\xa8\x65\x20\x84\x73\xfa\xf5\xb1\xf2\x88\xaa\x61\xfb\xdc\xd7\x6d\xe5\x98\xc7\x6c\x18\x55\xfb\x86\x61\x5d\xf4\xd2\xc0\x68\xf7\x0d\xe9\x75\xbc\xf6\x57\xc6\xb5\xdf\x3a\x7b\x49\x69\x7c\x59\xe6\xeb\xee\xf0\x7d\x69\x65\xea\x5b\x57\x36\x67\x8e\xe2\xf9\x59\xd2\xca\x1a\x03\xdf\x33\x2e\x1e\x65\x9f\x56\x21\x43\xb0\xca\x66\x08\x6a\xe3\xba\x15\xf2\xd8\xab\x40\xeb\x24\xce\xc9\xad\xf2\x45\x1d\x90\x1b\x63\xe5\x2a\xaf\xc6\x85\x58\xf1\x4c\x95\xeb\xaa\xb4\x76\xae\xfa\xbe\x9b\xff\x70\x6b\x08\xd0\x45\xfc\xe7\x42\xe8\x44\xd4\x5d\x51\x77\xe3\x80\xfb\xea\xb4\xce\x79\x6e\x7d\xef\x57\xf1\xeb\x6f\xb5\x11\x4d\x1a\xc5\xae\xcd\x19\xf7\xd5\x18\x12\xb6\xda\xd4\x3f\x3f\x9d\xaa\xbd\xd5\xe8\x78\xb6\x9a\x39\x9e\x55\x0f\xfe\x4f\xab\x5f\x6c\xb2\x23\x16\xd7\x9d\xda\x57\xa7\x42\x6a\x75\x53\x48\x65\x9a\x28\x56\xa7\xb4\xb8\x4c\xe5\xdd\x19\x97\xb9\xfa\xcb\x85\xeb\x86\xf2\x5d\xaa\xcb\xc8\xab\xbf\xf1\x1a\xdc\x5f\x1c\x68\x3b\xad\x41\x95\xec\x1a\xcd\xa2\x2b\x78\x08\x06\x9d\x88\xd6\xd8\x0c\x66\xa1\xce\x63\x8d\x39\x58\x35\x2d\xc0\xcb\x85\xb4\x35\x62\x53\x9a\xfa\xbb\xb6\x15\x55\x12\x55\x9b\xd2\x27\xa7\xd9\x6b\xac\xf8\xd6\xa6\xec\xcb\x71\x00\xf6\xff\x2d\xaa\xf6\xde\xf2\x84\x76\x69\x99\x4f\xb5\xff\x94\xcd\x0f\xb8\x20\xb6\xc6\x13\x3d\xb4\x10\x34\xcf\x58\xbd\xff\x5f\x51\x75\x59\x83\xfe\xd6\xe4\x15\xb6\xe6\xa6\xcf\x6d\xba\xac\xbb\xcc\xbd\xc6\x7f\x3e\x98\xc4\xa8\xd3\xa8\x33\x9d\xf1\x22\x71\x9a\x0c\xbf\x5a\xb3\xae\x3f\x3f\x9d\xee\x12\x6b\xd2\xd4\xbf\x66\x55\xdb\x73\xec\x48\x8f\xaf\x6d\x5e\xa2\xd3\xe3\x60\x4d\x3a\x70\x2d\xf3\xd6\x59\x14\x3a\xd6\xa4\x4a\x6c\x4d\x43\x50\xaa\x54\xbd\xac\xf9\xc6\xc7\x0c\x9d\xa1\x30\x58\x74\xcd\x2f\xea\x20\xab\xd3\xe9\x60\x09\xf9\xc2\x25\x26\x92\x30\x7c\x71\x09\x23\x0e\x96\x81\x07\x54\x4f\x8a\xbe\xff\x7f\xa3\x6a\xb3\xd8\x8c\x18\x5d\x21\x58\x2c\x13\x2c\xea\xe2\x3c\x0a\xd9\xe8\x25\x79\xaf\x27\x9d\xdd\x96\x04\x39\x10\xc3\xfe\x2e\x8c\xf4\x5e\x12\x1b\x55\x0c\x9b\xad\x38\xf0\x6a\x5a\x42\xef\xf6\x25\x86\xcf\x5d\x07\x97\x54\xae\xe8\xa4\xc5\x52\xa5\x1a\x63\xa3\xf8\xb0\x4c\x7c\xc8\x85\x52\xe6\x92\x98\x2e\xf9\x2c\x4e\xc0\xc5\xd6\xb5\x78\x3d\x2f\x64\xb1\x4e\x74\xf8\x5e\x2b\x76\xd0\xb2\x1d\x94\x1d\xfa\x25\xad\x45\x0d\xd7\xb2\xbc\xd4\x9d\xec\xc5\x5a\x57\x34\x89\x18\x02\xc7\xb8\x4a\x6b\xd1\x57\x72\x01\x7b\x20\xad\xf1\x6f\x2e\xb3\x6b\xc5\x20\x96\xad\x79\x5e\xdc\x98\x17\xfd\x36\x17\xb2\xb8\xd5\x32\xa3\xee\x8a\xba\x7d\x7b\x53\x1d\xb4\x2e\xf2\x0a\x0b\x79\x67\xab\x23\xf9\xa4\x75\x31\xc6\x74\x5d\xb7\x05\x50\x70\xf9\xae\x18\x84\x09\x06\x7d\xb9\xa4\xb6\xc2\x33\x6b\x99\x67\x56\x9b\xa4\x33\x77\xe2\x5e\x07\xa0\x4f\x71\x78\xa8\xb4\xee\xd8\x47\xc0\xa5\xae\x99\xa4\xf7\xa6\x01\x7b\xdd\xa6\xb9\xac\x95\xe3\xbe\x63\x15\xe0\xfe\x9f\xa8\x58\x5b\x37\x83\x25\xd7\xdd\x8a\x0d\x80\x55\x8c\xca\x5f\xb7\xe5\xb6\x4a\x14\x6c\xd7\x1d\x97\x26\x30\xee\x0a\xe3\xa1\xd6\x43\x43\xef\x7a\x0a\x7c\xcb\x5c\x54\x5b\x4f\x9c\x72\x53\x30\xf7\x45\x26\xe3\xa1\x8c\xba\x1e\xc8\xa8\x34\x8a\xae\x37\x28\x11\x50\xac\x0b\x3d\x46\xd6\x4b\x47\xdd\x85\x94\x6f\x25\x71\x56\x5e\xc6\x4b\xad\xd7\x92\x00\x94\x19\xef\x51\x81\xb6\x5e\x53\xa0\x15\x9a\xe1\xd7\x1b\x9b\x13\x49\x3f\x0a\xdd\xb0\xd6\x1b\x37\xd9\x6b\x37\x59\xa5\x47\xd5\x7a\xbf\xa8\xfb\xae\x3d\x3c\x12\x01\xa5\xf2\x7e\x69\x82\x2e\xcc\x85\xa7\xa5\x74\x95\x59\x6a\x28\x07\x0e\xbf\x95\x56\xc0\x0f\x2c\x53\x25\xe7\xdc\xc9\x71\x2a\xb5\xe6\x0b\xf9\x2c\x72\xe7\x7e\xd6\xe0\x25\xd4\x78\x89\xca\x9b\x47\x83\x79\x54\x13\x97\x2b\xed\x6c\xeb\xa3\x27\xe7\x32\x76\x3d\xe7\xe4\x26\xd5\x15\x3a\xe9\x05\x9d\x74\x61\x54\xfc\x0a\x5e\x7b\x59\x54\x7c\x2e\x93\x97\x60\xf0\xda\xcb\x78\xed\x4e\x35\xf7\xfa\x82\x43\xfc\xcc\x91\xa3\x36\x5e\x5a\x5f\xac\xdd\x67\xa9\xe3\x6b\xe7\x01\xfa\x82\xc4\x7d\xc8\x5c\x41\xb3\xbb\x26\x4e\xb4\x22\x98\x78\x54\x97\xd7\x34\x80\x47\x34\x21\x97\x0d\x87\xae\x89\xb6\x3b\x85\xfb\xd4\x20\x94\x88\xa6\xf6\xab\xce\x50\xa4\x68\xe2\xd5\x44\x1f\x1c\x4d\x1d\xe8\xbb\x83\x75\x14\x98\x35\x8d\xf2\x1b\xe0\x74\x17\x34\xd6\x21\xb3\x4a\x8b\x7e\xce\xa8\x43\x66\xf9\xee\x37\xaf\x26\xee\x4d\x05\xf4\xdf\x70\xdc\xba\xa4\x89\x90\x27\x9a\xcc\x02\x3c\x1c\x96\x7f\x17\x44\x5f\x90\xcc\xce\x81\xc0\x76\xc1\xc7\x3a\x3b\x7b\x83\x01\xc7\x9a\xbe\xe8\xcb\x77\x72\xd8\xf3\x3d\xda\x49\x35\x19\x5a\xd0\xa0\xab\x9d\xe6\x58\x07\xc4\xa3\x0e\xca\xd4\x1a\xee\x5a\x9a\xe1\xd2\x34\x38\x9f\x99\x31\x69\x0a\xc8\xaa\x31\x9c\xb3\xd6\x10\x60\x34\x37\xa4\x0c\x70\x16\x59\x73\xfb\x55\x77\xb2\x91\x4d\xd6\x5d\x51\x77\x03\xde\x37\xb3\xee\x65\x9d\x25\x0a\x64\xca\x9b\x5d\xa0\xac\x33\x0c\xc9\x31\x39\xf6\x4c\xfe\x59\xf3\x49\x95\xd3\x58\x37\x63\xec\x0b\x79\x83\x3b\xc7\x40\x9e\x50\x01\xa7\x35\x3c\xb7\xcb\x2e\x68\x51\x67\x58\x91\x74\xd9\xd5\x80\x77\xd1\x8c\x0c\x1c\x9e\xc6\x75\x17\xc4\xd8\x6f\x00\x24\x24\x8e\xfd\xe6\xba\x5b\x1c\x6c\x1e\x54\x70\x6b\xa6\x1e\x45\xf3\x83\x04\xf2\x31\xbe\x27\xe6\xec\x60\xf1\x36\x7e\x8f\xb6\x73\xcd\x58\x77\xba\xa2\x68\x21\x67\xa5\xa6\xbd\xcf\x43\xdc\x7a\xab\x85\x74\x5c\x8b\xd1\xf1\xb1\xdc\x56\xac\x85\xbe\x17\x0a\xfd\xfd\xa0\x3e\x4e\x0b\xcd\x16\x5a\xb0\x0e\xbc\x37\x34\x14\xf8\x8a\x9c\x2c\x83\xec\xb2\x46\x78\xab\x16\xa0\x48\x11\xc0\x42\x0b\xdd\x73\xb4\x5c\x80\x04\xef\xec\x27\xe9\x8b\x96\x1b\x75\xae\x51\xd4\x72\x47\x9d\x22\x54\xdd\xef\x06\x2d\x34\x2a\x69\xf9\x90\xb6\x48\x38\xbe\x2f\xe6\xe5\x43\x0a\x00\xbf\xf5\xb5\x52\x03\xa8\x15\x58\x89\x0c\x72\xd3\x9a\x7f\xd5\x75\x00\xce\x56\xd6\x71\x7c\xb5\x1e\x30\x5a\x1f\x7b\xa5\x4e\x48\xab\xe9\x84\xc4\x51\x78\x77\x81\x46\x1d\x32\x98\xb9\x6a\x44\x6b\x8b\xef\x41\x9f\xcd\x50\x4c\xad\x14\x43\x15\x99\x29\x1b\x2d\x63\x5a\xe3\x1c\xd5\x86\x6c\xad\x9c\x97\x90\x7a\xb5\xf6\x93\x78\xaa\xb0\x6e\x44\x1d\xc6\x40\x1a\x59\x29\x2f\x68\x35\xfa\xd9\x32\xf7\x7c\x0d\xfa\x69\xbe\x82\x91\x24\x74\x17\x44\x3f\x91\xa4\x8a\xce\x83\x5a\xa9\x64\x56\x33\xe2\x04\xee\xff\x2e\x88\x31\x00\x7c\x9d\x7a\x72\xad\x12\x63\x00\x0c\x5e\x89\xb9\x66\x10\x9a\x56\x60\x3b\xd2\x97\x44\x2b\xfd\x07\xb4\x5e\xc0\xde\xe2\x3e\xab\x41\xcb\xeb\x83\x3a\x9e\xa3\xfa\xc4\x18\x1e\x98\x0c\xd7\xfc\x27\x26\x58\xeb\x13\xcb\xfb\x9e\x9c\xbf\x9c\xb6\x37\x9a\x45\xde\xea\xca\xab\xa5\xbe\x31\x7c\x3d\x09\xfb\xb8\x2d\x34\xde\x03\x30\x7b\xe5\xd5\x59\xbf\x78\x0f\xf0\xc5\xd4\xa1\x68\xa0\x3e\xe9\xc9\x2a\x4a\x87\x4c\x6d\xd4\xaf\x28\xd0\xb6\x98\x77\x67\x17\x70\x99\x9a\x83\xb8\xfb\xd4\xb4\xb8\xaa\x9b\xd9\x1e\x5a\xe5\x96\x69\x35\xbe\x07\x14\xf6\xca\xeb\xa3\x51\x2b\xa0\xad\x03\x30\xd0\x95\x55\xda\xe8\x8f\xa2\x0d\xdb\xa9\xf1\x08\xb6\x11\xdf\x1b\xeb\x37\xde\xe3\x2e\x20\x99\x6c\xf3\xe4\x10\xe3\xf8\x66\x7c\x0f\x79\xc6\x19\xa5\xa7\x8d\x8c\x9d\x36\xd1\xdf\xf8\xe9\x49\xdb\x8a\x31\x18\xd9\x6a\x74\xe4\xd2\x46\xdf\x30\x6d\xd8\x32\x0c\x24\xd3\xf6\x44\x9b\x00\x9b\xa5\x6e\x43\xdb\x1b\x7d\xc1\x1a\xd1\x50\xa8\x3d\xd6\xa8\x03\xee\xbc\x93\x64\x77\x1a\xb5\xb5\x63\x8d\x18\x23\xa7\x3d\xc8\x4f\x2f\xa7\xce\xd7\xbd\x53\x0f\xa9\xfd\x00\xe8\x93\x9d\xea\xd4\xe8\x6a\x07\x04\xb0\xa7\x5a\xdd\x05\x3c\x2e\x1d\x60\xc8\x0c\xcd\xd4\x4e\x15\xab\x76\x64\x3e\xa0\xe0\xa4\xfd\x8a\xba\x93\x8b\x35\xda\xbc\x2b\xeb\xde\x93\x67\x9d\x6d\x52\xc3\xa4\xa6\x61\xa2\x53\x8a\xf6\x37\x7a\x09\xf0\x59\xe1\x4c\x47\x2c\x97\xf6\x0f\x09\x9f\x49\x28\xfa\xd7\xa3\xce\x66\x9a\x01\x82\x3a\x62\xa6\x4f\xc6\x2b\x21\xc3\x34\x82\x29\x1a\xe6\x58\xd6\x3c\xc1\xe1\x2e\x60\x5f\xe0\xc4\xd9\x68\xe2\xd2\xd0\x75\xe9\xb0\xdd\xc9\x3c\x5b\xbb\x20\xea\x10\x26\x4a\x3b\xb5\x0e\x5a\xb7\x75\x5c\x7f\x65\xc1\xdf\x05\xf1\x3d\x64\x3d\x4c\x24\xa0\xe3\x8a\x7e\x5e\x00\x3c\x4f\x6c\xf3\xe2\xbc\x8c\x07\x51\x8e\xdc\x2d\x23\x98\x8d\x81\xcc\x9d\xc9\x15\xb4\x3a\xbe\x68\xd3\xe6\xac\x13\xac\x49\x67\xcc\xd9\x04\x6c\xb9\xe7\x7c\xdf\x05\x7c\x6f\x0e\xa4\x59\xe2\x5c\xcf\x38\x99\xd3\x13\x94\x7a\x3f\x43\xdb\xa4\xd3\x2c\x8d\xbd\xb0\x9f\x93\xd2\x98\x4e\xcb\x0c\xcc\x64\x73\x49\x27\xf5\x27\x3a\x5f\xe4\x56\x13\xf6\x85\xe6\x3f\x9d\x9e\x45\xc0\x77\xd9\x64\xf0\x9c\xce\xef\x80\xf7\x7b\x3f\x25\xc6\x27\x69\xfd\x86\x65\xdf\x05\x5c\x3f\x41\x2e\xb7\xca\xcb\x43\x0a\xbf\x27\x03\x48\xd2\xbc\x54\x85\x6e\x72\x2a\x48\xf9\xd0\xb8\x97\xc2\xcd\x52\x65\x21\x71\xa4\x2b\x7e\x55\x82\x01\x15\xf4\xb3\x71\xae\x57\xf4\x73\x9d\x1c\x68\xbc\x70\x03\xcc\x40\x0d\xcc\x20\x8b\x67\x3e\xd9\x05\x5c\xa3\x35\x4e\x6a\x4f\xff\xde\xa2\x89\x5f\x91\x8b\xac\xd3\x39\x59\x57\x5c\xe2\x6b\x9c\xc4\x81\x8b\x75\x77\xd4\x19\xaa\x78\x30\x53\x8b\x42\xa5\x2e\x00\x1c\x33\x82\x5b\x17\x0d\xf2\xba\x26\xfc\xfc\x49\x21\x17\x6d\x12\xba\x90\xaa\x3a\x53\x60\x09\x57\x4b\x05\xa2\x26\x53\x82\x25\x5d\x41\xad\x97\xcd\xa7\xe4\x18\xdf\x8a\x79\x59\x27\x95\x58\x67\x5d\xcc\xcb\x85\xf7\x48\xb1\x56\x30\xa7\x9e\xc1\x78\x46\xdd\xaf\xf7\x80\xb8\x1f\xdf\x0b\xc6\x75\x21\x9d\x93\x67\x80\x4a\xba\x42\x38\x5c\xc8\x12\x1d\x4c\x98\x65\x45\xf6\x9f\x13\x75\xec\xe7\x1d\xdf\x33\x44\x5c\xf1\x6c\xf7\xbb\x80\xd4\xfa\xa4\x8d\xc9\xb1\x5f\x9e\x68\xd3\x10\x6c\x67\x25\xcd\x5a\x41\x0b\x16\x52\xdf\x31\xde\x45\xd7\x1b\xf3\x09\x14\x70\x07\x1f\xdf\x05\xb1\x27\x0c\x8a\x59\xe8\x17\xa7\x4b\xe3\x3d\xa4\x9f\x89\x73\xbb\x34\xfa\x62\xfa\x2a\x29\x99\xf3\xa2\x31\x67\x1f\xde\x8b\xbd\x1b\xb4\x1c\x09\x6b\xa4\xc4\x5e\x0a\xe1\xf7\xe4\xc0\xf3\x54\xde\x49\xaf\x38\x2b\x97\x45\xaa\x4b\xa1\xf0\x74\x51\x1b\xaf\x17\x50\x9b\x3d\x9d\xf9\x2e\x58\x51\xf7\xa1\xce\xfb\x79\x65\xf6\x05\x78\xab\x52\xb8\xee\x17\x11\xd4\xf4\x42\xfc\x4a\xe1\x5c\x5f\x8c\x0d\xd0\x0b\x88\xd7\x85\x0a\x8a\xab\x44\x9b\x05\x7d\xe1\x1d\x70\x05\x6d\xbd\xea\xa9\xf3\x75\xb8\xea\xaf\x3a\xf8\x91\x51\x88\xbd\x42\xf0\xb8\x00\x8b\xeb\xa9\x6b\x77\x41\x89\x3a\xf4\x85\xdc\xd9\x15\x02\xfc\x85\x2c\xf7\x85\xf4\xfa\xa2\x95\x51\x2f\xa4\x3a\xab\xe9\xdf\x9c\x1d\x34\x7c\x39\xf4\x32\xf9\x5e\x82\xe1\xbd\x42\xbe\x37\x7f\xe4\x5d\xc7\xa5\x08\xd2\x74\x99\xfe\x49\x2a\xe5\x84\x8b\xbe\x17\x7a\x21\x0f\x68\x8d\xe5\x0d\x99\xf3\x02\xfc\x42\xed\x9c\x36\xe1\x71\xb9\x40\x2a\x08\xc4\xa5\x57\x90\x03\x73\x39\xde\x75\x9c\x9a\x2b\xfa\x82\xbc\x5a\xc1\x0c\x5f\x71\xe5\x5e\x48\xeb\x1a\xd7\xc0\x15\x47\x1e\xc0\xcb\x52\x79\xac\x23\x74\x58\x2f\x24\xde\xa2\x55\x45\x2d\x75\xe2\xf9\xf9\x60\x5e\xc8\xf0\x5e\x4f\xf4\x13\xc7\xb3\xf1\x9a\x0b\x9d\xb7\x5e\x96\xdc\x80\x10\xc9\xbb\x20\xda\xc4\xf1\x24\xe4\x95\x5e\x74\x62\xd3\xcb\x04\x8f\x3e\x7b\xd4\xc5\x7c\x22\x09\x45\xe3\xf1\xbc\x42\xde\xbe\x4c\x6f\x25\x8d\xc7\xf3\x8a\xa3\x7b\x01\xf9\x9d\xf6\x60\xbd\xbe\x58\x3f\x24\xdd\x77\xe4\xf0\x5d\x10\xfd\x04\xbc\xb7\xe7\x33\x4e\x7a\x87\x6e\x03\xda\x79\x69\xbc\xaa\x6f\x7a\x3e\xe8\x8d\xa3\xdb\x38\x86\x08\xa9\x56\x64\x08\x12\x4f\xa5\xb6\x0b\x7a\xd4\xd9\xfa\x35\x37\xed\xea\x4d\x7f\x64\x45\x22\x21\xa1\x05\x5a\x6f\xaa\xd9\xf5\x2e\xc8\x16\xc0\xfd\x72\xd3\xcd\x50\x91\x9f\x52\xe2\x8a\xbf\x69\xe8\x57\xc3\x05\xda\xef\x45\x9d\x46\x1d\xc6\x40\x79\xfb\xa6\x0b\x9c\xde\xc6\xd0\x8b\x27\xaf\xda\x05\xd1\x97\x76\x12\x75\x4e\xd6\xdd\x51\x07\x77\x0a\x5e\x49\x77\xe8\x0c\x90\xa0\x48\x18\xd3\xa6\x77\x08\x02\x27\x25\x7d\xe8\x52\xee\x1e\x73\x76\x32\xaf\xa5\xa8\x8b\xbe\x20\x63\x56\x08\x48\x01\x4e\xa4\x30\x69\xf4\x49\xc1\xf1\x1e\xb1\xb6\x03\x79\x5a\xc8\xf2\xde\xc1\x8a\xdc\xe3\xfd\x9d\x3d\x6f\x17\x44\x3f\x2d\xea\x40\xa8\xa7\xd6\x7b\xc6\x7b\x48\x60\x2a\xd1\xe6\x8c\xb9\x06\x2b\x42\xd8\x0f\xbd\x43\xd7\x70\x52\xe9\x4b\xe2\x9c\x05\xdb\x7e\x83\x4d\xe9\x3c\x47\xb7\xc4\xba\x0b\x52\x44\x16\xae\xd1\x8a\x3d\x88\x1c\x32\xd4\xc3\xeb\x1d\xba\x45\x24\xe6\xef\x42\x5a\x17\x0e\x61\x7a\x2f\xe4\xf4\x23\x1b\x76\xaf\xf8\xde\xc9\xdf\x5f\xb9\x5f\xae\x18\x83\xe5\xc1\xee\x21\x22\xdd\x41\xcf\xee\x93\xf9\x83\xca\x84\x3b\x74\x99\xf7\x85\xb5\xe5\xb9\xbd\xaf\x38\x63\xd7\xc9\xc9\xc7\xbe\x5c\xb1\xcf\x4e\x1a\x8b\xe8\xcb\x1d\x6b\x0b\x3a\x48\x88\x64\xbd\xe9\x6d\xa9\xc8\x34\xd5\xa5\xb2\x2f\x41\x07\x91\x74\xaa\x87\xb8\x16\x58\x02\x6a\xd1\x17\xbb\x4d\xf6\xf3\x89\xbe\x1c\x54\x77\xb2\xdf\x77\x88\x95\x27\x09\x95\x04\x2d\x78\x63\x7f\xbe\x27\xcd\x37\xd7\xef\x8d\xb9\x7e\xd1\x26\xd9\xc5\x5b\x63\x7c\xc8\x79\x46\xb8\x60\x0d\x90\x2c\x3d\x29\xad\x84\x4a\x96\x3b\x94\x3a\x48\x66\xc5\xb4\xe2\xbb\x20\xc6\xa0\x27\x3b\x31\xe7\x2c\x58\xa6\x5b\x91\x58\x8c\xec\x69\xa0\x25\xe8\x8d\x3c\x16\xf4\xb5\xd1\x3b\x6c\x09\x48\x7c\x25\x9d\x6c\xca\xfd\xc5\xbc\x40\xf4\x20\xdc\xa8\x3e\x0c\x02\xd4\x07\xc9\xef\xc5\x5d\x44\xf4\x21\x94\x85\x3e\x27\xf3\xf0\x88\xf7\x38\x06\xcf\xa0\xcb\x7b\xec\x09\x91\xfa\x39\x19\x42\x53\xd4\xad\xa8\xc3\xd8\xa9\x30\x78\x82\xd5\x7a\xf2\x49\x92\xce\xef\x05\xab\xf5\x98\xf3\x55\xa7\xc7\x84\x3e\x41\x93\x0d\xae\x21\x77\x9a\xde\xf5\x09\xa5\xd5\x53\x33\xea\x1a\xeb\x62\xec\x27\x6f\x32\xef\xbf\x87\x41\xb0\x0a\xb8\x32\x26\x9e\xdd\x05\x3d\xea\xb0\xb6\xd4\x99\x07\x28\x84\x3e\x60\xb5\x3a\xd9\xb7\x00\x33\xd3\xe7\x64\x95\x25\xfb\xf6\x84\x1e\xf7\xe9\xe8\x27\xf9\x9e\x27\xf4\xb8\xcf\x49\x5e\x1d\x73\x1d\x76\x30\x73\x1c\x8d\x1c\x58\xbb\x20\xc6\x80\x54\xee\x21\x56\x06\x0e\x9a\x1a\xd6\x59\x24\x3a\xda\x05\xd1\x4f\xc9\xbf\xf3\x61\xec\x82\x98\x33\x41\xd2\x75\x8a\x87\x4f\xf0\x67\x8f\x60\x8d\x3a\xc7\x20\xbf\xda\xc4\xda\x52\xdc\x0e\x70\x35\x05\xb8\x9a\xd0\x6d\x53\x9f\x15\xdf\x5b\x18\x03\xc5\xca\x67\x5d\x51\x67\x63\xa7\x9b\x92\x3e\x2b\xbe\xb7\xf0\x3d\xea\x7f\xc3\xfd\x55\xcd\xfd\x75\xd7\x71\xdd\x83\x7e\x3e\x17\xbe\xd7\xfe\x0d\xfb\x56\x9f\x20\xa1\x0f\x24\xcb\x30\xcb\x3d\x21\x59\x3e\xd0\xec\x30\x8b\x81\x3e\x21\x59\x3e\x30\xb9\x0e\x92\xb4\xe7\x8a\x25\x34\xf2\xca\xec\x3f\xbb\x20\xb6\xa1\x49\x96\x7d\xc5\xb1\xbe\xe3\xe8\xde\x58\x5e\x9a\xc9\x9e\x30\x5b\x3d\x20\x77\xf4\x41\xd3\x27\xcc\x95\xe6\xc8\x9b\x47\xa2\xa4\xf7\x04\xb9\x7b\x60\x9a\x22\x0a\x86\xbe\x61\x66\x79\x13\xde\xa3\x74\xf5\xd2\xeb\x47\x5f\xa4\x23\x22\x26\x99\xbe\xc1\xda\xbd\x09\x73\xc6\x65\x7a\x19\x05\xab\x6f\xc6\xb6\x20\xe9\x7d\x83\xb5\x33\xf7\xe0\x2c\x0c\x1b\xd0\x97\x51\x93\xfa\x22\x2b\x44\xa2\x34\xf7\x06\xdb\xf7\x22\x7f\x24\xb1\xf0\xf4\x25\x3a\xbf\xbe\x30\x61\x87\x69\xea\xa5\x8b\xb0\xbe\x90\xe6\x06\xe7\xec\xa5\x9b\x8e\xbe\x05\xb9\x93\xb8\xb6\xe1\x5e\xa1\xaf\xa5\x40\x1a\x89\xe4\xee\x0d\xb3\xdc\x7b\x12\x7d\x51\x84\x78\xc3\x1c\xfb\x22\x6b\x6a\x22\xa9\x7f\x43\x42\x7c\x21\x21\xd2\x43\x44\xdf\x90\x10\x5f\x98\xa6\x06\x49\x4c\x04\xf5\xa9\x05\xf5\xe5\x11\xe6\xb5\x97\x1e\x08\x6a\x5e\x1f\xfb\xbd\xca\xba\x98\x17\x63\x4f\x47\xa2\x18\xf4\x86\xbe\xf9\x6d\x98\x6b\x92\xc2\x37\x4c\xc3\x6f\xc3\x1e\xa4\x26\xe2\x0d\xf6\xf4\x05\x7b\x3a\x48\xb6\xde\x60\x4f\x5f\xe4\x4d\x22\xf2\x92\xbe\x3d\xfa\x62\xe6\x2e\x09\x33\xf5\x1b\xac\xeb\xdb\x31\x67\x31\x86\x10\x55\x5f\x90\xd0\x49\xcd\xc7\x1b\x26\xd0\x77\x00\x05\x84\xe4\xf5\x0d\x16\xf4\x45\x7e\xbc\x4c\xd6\xee\x65\xbc\x82\x9a\x37\xcc\xae\xe3\x18\x42\x1b\xf6\x9a\xed\x42\xe8\x18\xa8\x6f\xb0\xae\xaf\xb1\xae\x4c\xcf\xb5\x0b\x62\x5e\x04\xdf\xe3\x95\xf4\x4a\x7c\x0f\xe6\xd8\x5c\x39\x2f\x41\x7a\x5f\xd3\xed\x8f\xd0\xd6\xbe\x12\xe3\x43\x2a\x6d\xe6\xc4\xd0\x70\xd5\xd1\x17\xd9\x41\x19\x7d\xac\x6f\x98\xd7\x5e\x98\xc5\x09\x3d\xa2\x6f\xb0\x92\x2f\x58\xc9\xd0\xbe\xbd\x41\x07\xdf\x0b\x6d\x92\x9d\x7a\x83\x9e\xbd\x27\x8b\x5f\x9c\x95\xb0\x17\xbc\x40\xa1\x09\xed\xd4\x1b\xda\xa9\xf7\x05\x4e\x04\xd9\xf6\x37\xc4\xdf\x57\xf1\x5e\x8c\x4f\x63\xec\x86\xd4\x35\x0a\xaf\xff\x40\xe0\x54\x43\xe0\xcc\xa3\x90\xad\x7d\x43\xc4\x45\xb2\xa6\x41\x9c\x00\xd5\xa0\x75\x6a\xd6\x84\x11\x5a\x26\x0d\xd6\x47\x33\xfa\x39\xa2\x8e\x67\x53\x41\x7b\x88\x97\xa3\x1a\xb4\x47\x61\xbe\x2f\xa4\xe5\x1a\x74\x02\x21\x08\x23\xb4\x3e\x1a\x6c\x8a\xa1\x2e\xe5\x51\xc9\x6a\x69\xb8\xcf\x68\x47\x58\xbc\x47\x80\xa8\xc6\x39\xb2\x90\xdb\x3c\x18\xd2\xa7\x1a\x67\x45\xe1\x76\x13\xf6\x48\x0d\x76\x43\xcd\xce\x37\x2a\xaf\x7f\x0d\x3b\x9f\x22\x87\x7b\xad\xec\xcb\x8c\x7e\x62\x7f\x12\x0e\x5b\x35\x6c\x4f\xc8\xf5\x32\x42\x05\xa3\xa1\xd6\x39\x89\x44\x19\xb4\xad\x1a\x6a\x1d\x45\x6a\xe5\x2a\x51\xa7\x51\x87\x7e\x92\x16\x68\x88\x4f\x7a\xf6\x6e\xac\x2d\xfd\xac\x55\xa1\x0e\x22\x5c\xae\x6a\xa8\x83\x14\x9a\x5c\xe6\x21\xf9\x2a\xd9\xe8\x0f\x49\xf1\x23\xe7\xc0\x57\xc9\xf2\x7e\x15\xec\xa2\xe7\x84\xde\x05\x57\xd4\xfd\x9d\xd5\xe7\xab\xec\xe7\x67\x99\x99\x22\xd7\xd9\x2e\x18\x51\x77\xf2\xa0\xf1\x7b\x04\xb5\xfb\xaa\xa5\xee\x9b\xb3\xb0\x4d\x8a\x6b\x5f\x55\x64\xad\xf3\xb5\xfd\xaa\xc6\x7b\x1f\xde\x9b\x6c\xf3\x8b\xf1\x7d\xc8\xb9\xe3\x77\xc0\x17\x76\xe8\xaf\x21\x5b\xda\x74\xf5\xc5\xd7\x62\x5e\x9a\xd9\x3f\x27\xc5\xfb\xaf\xd1\xfe\xf9\x19\x40\x66\x9e\x92\x58\xc7\xb3\xf2\x35\xe4\xad\xa0\x48\xfd\x05\x64\xe6\x67\xe6\xea\x3c\x29\x52\x7f\x8d\xaa\x9b\xaf\x99\xea\x66\xd6\x5f\xef\x71\xae\x5b\x3d\xef\xb1\x8e\x77\xea\xd7\xec\x8c\x4d\xcf\x0d\x96\xbe\xd6\x62\x7c\xb6\x7e\x93\xf4\xec\x0b\xbb\xf7\xd7\xec\xce\x99\x8c\x94\xff\x5a\x8f\xbe\xd8\x39\x9a\x74\xbf\xf8\x5a\x8f\xf1\xd9\x39\x9a\x79\xf1\x7b\x3c\x47\x5f\x1b\x27\x15\x25\xe7\x85\xf7\xd1\xd7\x26\x32\xd3\xb9\x4a\xe4\x6b\xbc\x73\xbe\x66\x6a\xd5\xc9\x80\xcf\xaf\xcd\xf8\x9e\x20\x81\x5d\xe1\x18\x18\x44\xf6\x35\xbb\x57\x98\xdc\x7a\x17\xcc\xa8\x43\x5a\xbb\xda\xfe\x66\x87\x65\xfc\xef\xb8\xe1\xaf\x11\x7d\xf0\x33\xa3\x7b\x9e\xa5\xb1\xa7\x54\x8a\x7c\x66\x74\xdf\x75\xbe\xd3\xda\x15\xbd\xb9\xc6\xef\xdc\x7b\xbb\x20\x56\x09\x3b\x9b\xfa\xf6\xaf\xdd\x31\x6b\x48\x28\x4c\xe7\xf8\xaf\xdd\xb1\x0b\x6f\x24\xc5\x9b\x51\x17\xbb\xe2\x39\xe9\xf0\xfc\x74\xb6\x27\xde\x33\x68\x97\x29\x83\x33\xf3\xc6\xf7\xec\x46\x9a\x12\x2b\xff\xc6\xae\x78\x91\x2e\x7c\xf1\xb4\xbc\x31\x2f\x2f\x76\xb6\xf0\x3d\x8d\xd9\x36\xbb\x38\xf3\x39\xef\x82\x68\x53\xb1\x43\x17\xe7\x53\x63\x57\x98\x73\x14\x73\x73\xee\x82\x98\xeb\x0f\xfd\x5c\xdc\x85\x5f\xec\x8a\x0f\xe8\xda\xce\x4d\x7d\xe1\xb9\xf0\x75\x9c\xea\xc5\xd3\xd9\xe3\x54\x77\x9c\x24\x0a\xea\x5f\x67\xf8\xc2\xd7\x3b\xb2\xaf\x70\x37\x75\x0a\xb2\x9f\x61\xf1\xe7\x39\x5c\x49\xff\x75\x3a\x0f\x7d\x1d\x02\xa9\x27\x4f\x4d\x5f\x97\xe8\x8b\x9c\xc4\xaa\xfc\x1e\x39\x98\xaf\x9b\x60\x29\x54\xc2\x7c\x7d\x45\x3f\x21\x3c\x8a\x2b\x4f\xbf\x1e\x7b\xb0\xaf\x93\x89\x96\x7d\x59\xd1\xa6\xe5\xb2\x91\x58\xa3\x7e\x45\x9b\x10\x10\x09\x5f\xfc\x75\xda\xec\xbe\x0e\x9b\xdd\x22\x55\xee\x0c\xb5\xf8\x3a\x92\x55\x53\x11\xf1\x75\xba\x1b\x7f\xfd\x3d\x49\xb9\x39\x76\x8d\x7e\x5a\xcc\xbb\xac\xce\xf7\xe8\x2b\xfe\x19\xee\xed\xae\xf3\x79\x89\x10\xf5\x0f\x21\xea\x01\xa4\xfa\x0d\xda\x94\xbf\x61\x11\x69\x93\x38\x53\xdf\x20\x47\xf1\x8d\x86\x75\xe7\x19\x1b\x94\x04\x3e\xf8\x4a\x4c\xfa\x35\x7c\xe1\x2b\xf1\x0d\x24\xd0\xa5\x34\xfa\x0d\xc6\x4a\x7d\x03\x54\x72\xf1\xf6\x18\x41\x25\x47\x47\x9b\x12\xef\x71\x7f\x0e\xc4\x12\x2e\xee\xf9\x41\x05\xc6\x37\x26\x32\xc5\x72\xef\x46\xb4\xd1\x37\xcc\x01\x51\x88\xd3\xf0\x0d\x4a\xdb\xdf\x40\x86\xe7\x14\xe3\x0b\x1a\x62\x38\x5a\xcc\x96\xf7\x8d\x27\x66\x65\x9f\xda\xee\x0a\x8a\x6f\xd0\x36\xfa\x0d\x2d\xbf\xf2\xa6\x7d\x43\x63\x64\xb6\x3a\x75\x36\xbe\xf5\xc5\x5b\x76\xf2\x22\x9f\xd4\x17\x5e\x19\xdf\x04\x88\x30\x5d\x55\xbf\x08\x78\xf9\x04\xa9\xb5\x29\x67\x7f\xc2\x40\x85\x4f\x90\x49\x9a\x19\x98\x3e\xa1\xfa\xec\xe4\xe0\x9c\x83\xbb\x56\x28\xbf\x9e\x74\x9c\x73\xba\x9a\xe8\x93\xd8\x45\x62\xb2\xe6\x9c\xe4\x6b\x24\x76\x8a\xc0\x75\x9b\xde\x38\x9f\x32\x66\xe7\x53\x53\x0f\x36\x82\xdc\x7c\x81\x2f\xfa\x21\xc1\xbc\x4b\x31\x9f\xc6\xbe\x54\xf3\x75\x88\xf6\xe2\x7e\x56\xeb\x87\xdb\x83\x3f\x25\xfe\xc7\xa7\x07\xff\x83\x35\x6f\xd4\x20\xd9\x32\x6b\xd8\x73\x35\x3b\x6a\x67\x0f\xe8\xa2\xf9\x69\x83\x07\x07\x6b\x6a\xd4\x40\xb1\xce\x9a\xe8\x9b\xe5\x82\x8d\x91\xc6\x99\xd0\xf6\xfc\xf9\x29\x6e\x2e\xf9\xb4\x45\xdf\xb6\xfc\x4b\x07\xcb\x4f\x7b\xcc\x5c\x07\x78\x16\x6b\x5a\xd4\x58\xc0\x02\xc7\xd3\xa3\x07\x1d\x69\x94\x59\x13\x23\xdd\x6c\x05\x9d\x35\x3f\xa5\x51\xe6\xb3\x9c\xfd\xc1\x0f\x04\xe6\xce\xa7\xe3\xfe\xf3\x13\x77\x6c\xe4\x49\xfc\xbe\x04\x44\x0f\xaf\x89\xf5\x36\xd8\x56\x86\x65\x7e\x5f\xec\xbc\x0f\xd9\xc4\xbc\x07\x5f\xcc\xb5\x25\xf8\xab\xe4\x80\x02\x78\xe6\x33\xe0\x19\x8f\xc8\x2c\xe9\x75\xd5\xe4\xfe\xf9\xfd\xbe\x3d\x4b\x66\xae\xb3\xfd\xd3\x6e\x56\xa7\xb0\x25\x27\x97\xe7\xf6\x4f\x50\x20\xcf\x2c\x9c\x97\xdf\x66\xfb\x27\xbc\xc3\x3c\x4d\x75\x65\x82\xa4\xfd\xf3\xb8\x78\x67\xaf\x73\x9c\x95\xfd\x13\x2e\xde\x9e\x88\xbb\x65\xbf\xe9\xf6\x4f\xb8\x5c\x7b\xbe\x64\x59\x7e\xcb\xef\x9f\x47\x9d\xfb\xbf\xf0\x54\xfb\x9f\xff\x7a\xfd\xc7\xff\xe3\xff\xf5\xff\xbe\xfe\xe3\xff\x73\xfd\x57\xfd\x79\xfe\xe7\x7f\xfe\xa7\xfe\xb7\xff\xf1\xfe\x97\xe7\x7f\xfc\xfc\x3f\x77\xe9\xcf\xab\xdf\x7f\xf9\x6f\xfa\x9f\xfa\xff\xfb\xef\xff\xf3\x3f\x1f\xfd\xf9\x8f\xff\xfe\x1f\xfb\x2d\xfb\xfb\xff\x07\x00\x00\xff\xff\x27\xd5\xf1\x1c\x64\xeb\x04\x00"); +func _dcd ()(*asset ,error ){_bca ,_bcba :=_bcb ();if _bcba !=nil {return nil ,_bcba ;};_ebg :=bindataFileInfo {_c :"90msp-RKSJ-V",_ed :1874,_cg :_g .FileMode (436),_ca :_d .Unix (1580491002,0)};_ffd :=&asset {_fdf :_bca ,_ff :_ebg };return _ffd ,nil ; +};func _ebgf ()([]byte ,error ){return _fd (_bafd ,"GB-V")};func _egfc ()([]byte ,error ){return _fd (_ecg ,"Adobe-Japan1-4")};var _gafgg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4d\x6b\x24\x37\x10\x86\xef\xf3\x2b\xfa\xb8\x39\x6c\xac\xcf\x96\x04\x8b\x21\xec\x12\xe2\x85\x4d\x42\xbc\xbb\x09\x84\x1c\x5a\x2d\xb5\x33\x10\xcf\x0c\xe3\xf1\xc1\xff\x3e\xe8\xad\xb7\x66\x71\x72\x30\xee\xa7\x4a\x5d\x1f\x52\xa9\xaa\xe7\xe6\xfd\xdd\x87\xbb\xc3\xfe\x32\xdd\xfc\x7a\x3e\xae\xf7\xfd\x32\x6d\xfb\x43\x3b\xf7\xa7\xe3\xf3\x79\xed\x53\xed\x0f\xfb\xc3\x6e\x67\xdd\xd4\xf6\xeb\x45\x11\xff\xd6\xc7\xe5\xb4\xdb\xdd\x7c\x39\xec\x3f\xde\xdd\x3b\x63\xc2\xdb\x2f\x9f\x7f\xcc\x6f\x7f\x9a\x9e\x9f\x3a\x75\xef\xef\x3e\xdc\xbf\x3c\x5d\xfa\xe3\xdd\x61\x3b\x4e\x5e\x6c\xb4\xe7\x13\xed\x4c\xd3\xcd\x6f\xfd\x61\xff\x74\x39\xbf\x4c\x6f\x7e\x68\xc7\xda\xbf\x9b\x5a\xdf\x86\xfc\x97\x73\xeb\xe7\xfd\xe1\x61\x7a\xf3\x71\x39\x2d\x07\x7b\x55\xdc\x3f\x9f\x4e\xff\xf4\xc7\x7e\xb8\x4c\x09\xb2\x7e\x68\xf8\xbf\xbb\x79\xff\x69\x39\xfd\xbc\x3c\xf6\xe9\x7f\x31\x7d\xc5\x0a\x2c\xf8\xda\xcf\x4f\xfb\xe3\x61\xb2\xdf\x1b\x33\x7f\x13\x7f\x7e\x39\xf5\xc9\xd2\xd0\x1f\x5f\xee\x3e\x4c\x7f\xda\xc9\x9a\xc9\xc5\xd9\xbb\xbf\x28\xff\xfd\xd3\xb1\x5d\x57\x59\x63\x24\x8d\x75\xdf\xd6\xbf\x97\xf3\xee\xdd\xea\xaa\xb9\x9d\xb2\x9b\xcb\xee\x5d\x77\xd9\x14\x73\x3b\xa5\x5c\x3c\x29\x82\x1c\x69\x06\x45\xa1\x45\x74\x99\x24\xba\x24\x54\xdd\xb0\x99\x68\xa5\xfa\x41\x59\x68\x86\x07\x9f\x09\x76\xc0\x4c\x70\x03\x0a\xc1\x0f\x10\x7b\x29\x87\xdb\x29\x7b\x6b\x49\x11\x64\x48\x33\x48\x62\x4c\x23\x8e\x6c\xae\x94\x40\x81\x94\x41\xb4\xb2\x14\x90\x44\xd5\x4b\xbd\x9d\xac\xb3\x21\x13\x57\xe0\xac\xd8\x44\x9b\x88\x1d\x18\x0d\x71\x7b\xb5\x78\x31\xb2\xb8\x10\xad\x2c\x9e\x89\xee\xf5\x62\x2f\xda\x48\x0c\x82\xaa\x8d\xaf\x17\xcf\xa2\x65\x18\xc8\xee\x9b\x32\x83\x54\x57\x40\xea\x74\x79\x6d\xa7\x0e\x65\x72\xa4\x15\x64\x49\x0d\x84\xd4\x4a\xc8\xeb\xed\x94\x82\x1c\x79\x09\xb9\x81\x12\xa9\x83\x66\xd2\x06\xca\x42\x38\xe4\x68\x3c\xc9\x82\x68\x05\xc7\x1c\x4d\x20\x79\x10\xad\x94\x00\x2b\x96\x14\x41\x6a\x65\x06\x39\x52\x02\xa9\x95\x0c\x2a\xa4\x02\x9b\x6a\x65\x01\x31\xa3\x71\xd0\x29\x1a\xb5\x32\xf2\x8b\x4e\x3d\x34\x10\xf3\x1b\xa7\x9c\xa2\xd3\xa8\x37\x10\xfd\x2d\xc8\xcf\x31\xea\x05\xf9\x39\x7a\x5f\x90\x9f\xe3\x4e\xe0\x9a\x44\x4f\x2b\xb8\x26\xd1\xd3\xdf\x38\xc0\x14\x3d\x63\x19\x07\x98\xa2\x57\x0f\xc8\xc1\x33\x96\x05\x39\x78\xf5\x87\x1c\xbc\x7a\x40\x0e\x96\x1e\x2a\x22\xb3\x5c\x59\x03\xb2\xa5\x95\x0a\x0f\x46\xde\x8b\x19\x2b\x83\x25\x21\x87\x60\x48\xc8\x21\x38\x12\xce\x48\xaa\xbf\xc4\x0c\x9b\x52\xde\x25\x66\xe4\x17\x66\x12\xf2\x0b\xea\x01\xf9\x45\x4f\x82\xf7\x28\x36\xf3\xd8\xf9\xec\x9c\x25\x8d\xaa\x73\xb6\x90\x3a\x74\xba\x72\x03\x49\x64\x6b\x96\xfb\x93\xc4\x05\x6e\x57\x76\x66\xbc\xe8\xb3\xc1\x71\x66\x14\xc5\xa0\x71\x9c\x05\x17\x6f\xd0\x06\x4a\x20\x8b\x74\x8b\xcd\x24\x0f\x2a\xa4\x91\x52\x81\xc3\x41\x09\x64\x49\x05\xe4\x84\x16\xbc\x87\xf2\xf1\xa3\xc3\x81\x02\x49\xac\x44\x92\x58\x99\x49\x1d\x94\xc6\x20\xd0\x56\xbc\xcb\xf1\x3f\xbd\x79\xac\x1c\xe5\x9a\x5d\x72\x24\x6c\x5a\x92\x58\x1c\x1a\xcd\xec\xbd\x22\x52\x72\x99\x24\xc1\x14\x12\x82\xf1\x86\x84\x60\xae\xef\x21\x25\x2f\x2e\xbc\x24\xe1\x25\x25\x2f\x56\x7c\x20\x89\x95\x48\x12\x2b\x33\x09\x29\x79\xd9\x5e\x5f\xe5\x20\xc4\x43\xad\xdb\xed\xe4\xbc\x89\x12\xcc\x3a\x0a\x2f\xfb\x68\x48\x63\x3a\x78\x9f\x49\xa3\x01\xda\x32\xab\x12\xad\x9e\xd1\xac\xa3\xba\x86\xd2\x12\x93\x60\x24\x66\x41\x5d\x5c\x04\xd5\xf0\x22\x38\x13\x2b\x30\xa9\x9f\x55\xd0\x11\xa5\x72\xa8\x44\x53\x2a\x81\x5e\x0b\x42\x0a\xaa\xc3\xf4\xf1\x4a\x12\x51\x56\xcc\x50\x32\xed\x22\x01\x65\xfa\x40\x91\xfb\xc8\x68\x47\xd3\xc8\x9e\xc7\xb5\x2e\xd8\x93\xc0\xd0\x17\xd9\x13\xee\xe6\x8a\xa1\x60\x4b\xd1\x37\x67\xc4\xaa\x4a\x1c\x4a\xe0\x96\x8c\xb6\x91\x3d\x6f\xc0\x8a\xb6\x51\xae\x1e\x9b\x98\xa1\xcb\x6a\xb1\x94\x2e\x2b\x6e\x99\x31\xb4\x53\xe5\x8c\x02\x09\x1e\x43\x22\x25\x2c\xb5\xaa\xcc\x82\xf4\x59\x0b\x32\xa1\xcf\xba\x88\x52\x5f\xad\x50\x6a\x04\xab\x28\xb9\x79\xb5\x09\x4a\x44\x2d\x63\xaa\x1a\xde\xbc\x96\xad\x68\x0b\x11\xdb\xc7\x90\xda\x28\x8c\xec\xa3\x92\x44\xe4\x14\x51\xee\x3c\xbf\x36\xca\x22\x95\x18\x48\x38\x77\x46\xdb\x32\x4e\x88\x25\xdd\x30\xc4\x0a\xcf\xa4\x15\xd9\x20\x6e\x49\x2b\x5e\x50\xb5\x41\x30\x12\x11\x4f\xe0\xda\x8a\x4f\x0d\x73\x45\x49\x5b\x9d\x32\xed\xc0\x3c\x6b\x17\xb4\xc4\x0d\x65\x32\x5e\xdd\x2a\xaa\x36\x3b\x54\xf8\x20\x74\xcd\x44\x5d\x91\x91\x8f\x21\x38\x10\x99\x61\xe3\xb7\x8a\x8d\x4f\x05\xe3\x79\x10\x74\x86\x2f\x0e\x17\x29\x17\x03\x6a\x45\x56\x46\x92\x5c\xeb\x99\x24\xef\x29\xf5\x6b\xef\xdd\xea\x86\xc6\x91\x73\x79\xd5\xe1\x7c\xba\x76\xb8\xf3\x72\x78\xe8\xf2\xc5\x31\x26\x96\x3c\x58\xf4\xb3\xa8\xdf\x1e\x22\x2f\x01\xbd\x3a\x64\x8e\xf3\x71\xd4\xf2\x30\x5c\x84\xc4\xa9\x3b\x1a\x87\x3c\xe0\xa3\x21\xeb\x27\xcb\xac\x62\x7c\x2f\x64\x4e\xde\x51\x13\xf2\x50\x20\x56\x23\x8b\x8a\x2b\xc4\x3a\x7d\x3d\xc5\x0b\x46\x9f\x67\x80\xe3\x06\xc9\x03\xbe\x0d\xac\x4e\x59\x4b\x71\xc5\xd8\xe4\xe0\x0a\x35\xaa\x18\x53\xd1\xd0\xe5\xb8\x20\xf2\x80\xa1\x6e\xf9\x31\x50\xd5\x36\x8e\x23\x06\x9d\xa1\x5c\x1d\x51\xb7\x91\x1d\xca\x64\xb8\x1c\x0f\x0e\xdb\x9e\x28\xce\x14\x4b\xed\x1a\x8a\x4b\x50\x31\xfa\xb9\xb1\x14\xcf\x2a\x4e\x38\x07\xa7\x43\xf5\x6a\xa5\xa0\xa4\xd8\xcf\x5c\x89\x22\x77\xe8\x81\x6e\xe6\x90\xa8\x14\x7b\x69\x13\xbc\x12\x49\x4e\x79\x3c\x14\x99\x5a\x9e\xf2\x45\xe5\x1b\xe4\xbc\x16\xab\xa6\x24\x03\xdf\x16\xed\x4c\xa3\xca\xa5\x7f\x7a\x69\xd9\x6c\x2d\x65\x51\xb9\xf4\xb5\x4c\x3b\x63\xec\x4b\xbf\xb3\x22\xd7\xa6\x9a\x55\x2e\x6d\xb9\x68\x93\x54\xfb\x55\x1a\x8e\x61\xbb\xae\x41\xe5\x51\xe4\xda\x29\xaf\xeb\x37\x69\x33\xda\x58\xbc\xc8\x1b\x86\x96\x33\x4e\x9b\x4a\x55\xb9\xdc\x7b\xa7\xfd\x8d\x71\xb6\x22\x7e\x39\x52\x9a\xee\x72\x2b\x62\x07\xbb\x3f\x6e\x3b\xe2\x1f\x0f\x05\xf7\xae\xf0\x16\x6e\x22\x6e\xfa\x2b\xc4\xf2\x06\xca\x85\x03\x8c\xdf\xb9\xd7\xdf\x9d\xeb\xf3\xf9\xdc\x0f\x17\xfc\xca\xc5\xaf\xca\xf1\x4b\x71\x7f\xe8\xd7\x5f\xd3\xa7\xe3\x69\xbc\x85\xbf\x7f\x03\x00\x00\xff\xff\x7a\x11\xd0\xb4\x79\x0f\x00\x00"); +func _ecaa ()([]byte ,error ){return _fd (_eddeg ,"UniJIS-UCS2-HW-H")};func _abffd ()(*asset ,error ){_fgbg ,_dbea :=_dgaad ();if _dbea !=nil {return nil ,_dbea ;};_ccfe :=bindataFileInfo {_c :"UniJIS-UTF16-V",_ed :3426,_cg :_g .FileMode (436),_ca :_d .Unix (1580492941,0)}; +_geba :=&asset {_fdf :_fgbg ,_ff :_ccfe };return _geba ,nil ;};var _fgec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xcf\x6a\xdb\x4c\x14\x05\xf0\xbd\x9f\x62\x96\xf9\x16\x5f\x2d\xcd\x7f\x41\x08\x94\x64\x51\x17\x92\x86\xa6\x4d\x0a\xa5\x0b\x59\x73\xc7\x08\x6a\x49\xc8\xf2\x22\x6f\x5f\xe6\x1c\x55\x5d\x84\x1b\xfd\xac\x7b\x39\x23\x69\x66\x7f\x7f\x78\x38\x0c\xfd\xa2\xf6\xcf\xf3\xd8\xbd\xc8\xa2\x72\x3f\xa4\x59\x2e\xe3\x75\xee\x44\x1d\xe5\xd4\x0f\xbb\x5d\xad\x55\xea\xbb\xe5\xef\x25\x4a\x77\x6e\xa7\xdd\x6e\xff\xf4\xf6\xfc\xff\x27\x75\xbd\xc8\x7a\x7d\x7f\x78\x78\x79\xbf\x2c\x72\x3e\x0c\x79\x54\x86\x7d\xe9\x3a\xad\xbd\x4a\xed\xbf\xca\xa9\xbf\x2c\xf3\xbb\xba\xf9\x98\xc6\xa3\xfc\xa7\x92\xe4\xe2\x5f\xe6\x24\x73\x3f\x9c\xd4\xcd\xe7\x76\x6a\x87\x7a\xfb\xe1\xe5\x3a\x4d\xbf\xe5\x2c\xc3\xa2\x2a\x98\x0c\x09\x75\xb7\xbf\x7f\x6c\xa7\xa7\xf6\x2c\x0a\x39\x5e\xa1\xc0\x57\x99\x2f\xfd\x38\xa8\xba\xfa\x50\x55\xfe\x9f\x7f\x7b\x9f\x44\xd5\x6b\xf7\x8f\xef\x87\x07\xf5\xb3\x56\x75\xa5\xb4\x33\x26\xfc\x5a\xfd\xed\x71\x4c\xdb\x5d\x36\x32\x7a\xd7\xa7\xb9\x1d\x4e\xb2\xbb\xd5\xb5\xd6\x77\xaa\x14\x73\xa7\x42\x8c\x01\x64\x49\xf6\x4e\x45\xed\x23\xc8\x91\x5c\xa1\x60\x41\x47\xd2\x11\xa4\x41\x1d\xa9\x03\xd5\x85\x0c\xc9\x48\x19\xdf\x80\x6c\x0d\xb2\x0e\x84\x59\xd6\x93\x7c\x69\x8c\xbc\x2b\x90\x02\x66\x79\x50\x24\x45\x50\x03\x6a\x48\x0d\x08\x51\x6d\x0b\x72\x47\x8c\xc7\x5d\x9e\x51\x3d\xa2\x7a\x12\x73\x79\x46\x35\xa0\x44\x4a\x08\x51\x48\x6b\x29\x84\x12\x75\xa8\x76\xb7\xda\x6a\xa4\x47\x09\x4d\x1d\x41\x86\x64\x40\x0d\xc8\x91\xca\x1a\x1b\xcd\xc6\x40\x0a\xa0\x1a\xd4\x90\x1a\x50\x79\x84\xd6\x72\x96\xc5\x2c\x5d\x42\x58\x4f\xf2\x24\x0b\xe2\x78\xcf\xf1\x0e\xc4\xf1\x9e\xe3\x3d\x48\x48\x02\x2a\xaf\xd6\x31\xbd\x63\x7a\x1d\x41\x86\xc4\xf1\x0d\xc8\x91\x30\xde\x54\xa0\x40\xc2\x78\x53\x83\x1a\x12\xd2\x9b\x92\xde\x31\xbd\x63\x7a\x53\xd2\x3b\xa6\x77\x4c\x6f\x2c\x88\xe3\x99\xde\x38\x10\xc7\x33\xbd\xf1\x20\x21\x21\xbd\x41\xfa\xc0\xc6\xe0\x41\x25\x7d\xb2\x55\xa1\x64\x73\x21\x5b\xa2\x26\x4f\xf2\x58\xa3\x2b\xb3\x32\x97\x8d\x12\x62\x8c\x20\x4d\xe2\x4b\xab\x41\x96\x64\xb7\xad\x90\xb9\xec\x5c\x3e\xf2\xf5\x79\x65\x7e\xe4\x59\xcb\xb6\xa0\xac\x33\x29\x6f\xcb\xce\x06\x21\x50\xd6\xef\x3e\x3b\x2c\x08\x65\xdd\x30\xd9\xb1\xb1\x14\x6c\x18\x19\xd2\xb6\x37\xcb\xff\xe5\x1c\xda\xce\x85\xee\x3a\xcf\x32\x2c\x38\x85\x70\x00\x94\x4d\xdd\x0f\xb2\x9d\x70\xd3\x38\x95\x2e\xfc\xfd\x09\x00\x00\xff\xff\x92\x05\x36\x37\x0d\x05\x00\x00"); +func _ccb ()([]byte ,error ){return _fd (_addd ,"ETHK-B5-V")};func _eafg ()([]byte ,error ){return _fd (_dggf ,"HKdla-B5-H")};func _dbf ()(*asset ,error ){_ccge ,_ffc :=_bbc ();if _ffc !=nil {return nil ,_ffc ;};_dfb :=bindataFileInfo {_c :"Adobe-CNS1-3",_ed :1881,_cg :_g .FileMode (436),_ca :_d .Unix (1580491185,0)}; +_bee :=&asset {_fdf :_ccge ,_ff :_dfb };return _bee ,nil ;};func _ba ()([]byte ,error ){return _fd (_ec ,"78-EUC-H")};var _cbd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x41\x6b\xdb\x4c\x10\x86\xef\xfb\x2b\xe6\x98\xef\x90\xcf\x33\xab\xdd\xd5\x1a\x44\xa0\xc4\x04\x5c\x48\x53\x9a\xa6\x2d\x94\x1e\x64\xed\xca\x08\xea\x95\x90\xe5\x43\xfe\x7d\x99\x19\xd9\x85\x1e\x8c\xec\x47\x33\x2f\xd6\x33\x3b\xda\x3c\xee\x77\xfb\x32\x2c\xb0\xf9\x3c\x8f\xdd\x6b\x5e\xa0\x1f\x4a\x9a\xf3\x79\xbc\xcc\x5d\x86\x43\x3e\x0e\xc5\x18\xb2\x90\x86\x6e\xb9\xfe\x94\x4b\x77\x6a\x27\x63\xb8\xff\xf5\xfd\xbc\xe4\xd3\xbe\xf4\x23\x54\x5a\x97\x2e\xd3\x5a\x0b\xb0\xf9\x92\x8f\xc3\x79\x99\xdf\xe1\xee\x43\x1a\x0f\xf9\x3f\x48\xb9\x67\xfe\x32\xa7\x3c\x0f\xe5\x08\x77\x1f\xdb\xa9\x2d\x74\xbb\xf1\x7a\x99\xa6\xdf\xf9\x94\xcb\x02\x56\x58\x2e\x49\xae\x66\xf3\xf8\xdc\x4e\x9f\xda\x53\x86\x8d\x64\xdd\x6b\xe7\xbd\x96\xc9\xdd\x6f\x79\x3e\x0f\x63\x01\xa2\xff\x11\xc3\x5f\xfe\xf5\x7d\xca\x40\x6b\xcc\xdb\x7e\xf7\xd2\xf7\xe7\xbc\x00\x61\xf0\x5a\xf4\xe3\x6d\xbf\x83\x9f\x04\x84\x60\xbd\xaf\xe8\xd7\x5a\xfb\xfd\x79\x4c\x19\xf0\xfa\x07\xf6\xbb\xc7\xf1\x52\x16\x88\xb5\x5d\x19\xe9\xa3\x76\x63\xca\xe7\xa9\xed\xf2\xdc\x96\x63\x36\x00\x0d\x22\xe2\x03\x34\xd6\x3e\x3d\x3d\xf0\x33\xfc\x53\x61\x2a\xbf\x76\x0e\x49\xc9\xb5\x03\xb1\xef\x1f\x00\x00\xd0\x34\x48\x8a\x48\x90\xf5\xc1\x34\x68\x15\x59\x41\x9e\xac\x69\xb0\x52\x54\x09\xaa\x43\x34\x0d\x3a\x45\x8e\x11\xa1\x75\xa6\x41\xaf\xc8\x0b\xb2\x91\xe3\x83\xa2\x20\xc8\x57\x1c\x5f\x2b\xaa\x05\xd5\x5b\x8e\x8f\x8a\x22\x23\x8b\x8e\xe3\xb7\x8a\xb6\x82\x2a\xe4\xf8\x56\x51\x2b\xc8\x07\x8e\x3f\x28\x3a\x08\x8a\xc4\xf1\x9d\xa2\x8e\x51\x85\x35\xc7\x27\x45\x49\x50\x65\x39\x3e\x2b\xca\x82\x7c\xe4\xf8\x5e\x51\x2f\x28\x3a\x34\x0d\xa9\x2f\x12\x5f\x0e\xb7\xc1\x34\xa4\xbe\x48\x7c\xb9\xca\x5b\xd3\x90\xfa\x22\xf1\xe5\x02\x46\xd3\x90\xfa\x22\xf1\xe5\x62\x70\xa6\x21\xf5\x45\xe2\xcb\x93\xe5\x78\xf5\x45\xe2\xcb\x57\x35\xc7\xab\x2f\x12\x5f\x3e\x54\x1c\xaf\xbe\x48\x7c\xf9\x18\x39\x5e\x7d\x91\xf8\x0a\xe4\x38\x5e\x7d\x91\xf8\x0a\x0e\x39\x5e\x7d\x91\xf8\x0a\x81\x47\x4b\xea\x8b\xc4\x57\xd8\xf2\x68\x49\x7d\x91\xf8\xaa\x89\x47\x4b\xea\x8b\xc4\x57\xed\x78\xb4\xa4\xbe\x48\x7c\xd5\x81\x47\x4b\xea\x8b\xc4\x57\xbd\xe5\xd1\xda\xf5\x44\x8a\xaf\x48\x3c\x5a\xab\xbe\xac\xf8\x8a\x8e\x47\x6b\xed\x7a\x6e\x91\x51\x8d\x4e\x0e\xef\xf5\x90\xf2\x77\x5e\xfd\xdb\x2a\x76\x97\x79\xce\x65\x91\xc5\x97\x55\xe3\xb5\x18\x4a\xbe\xbd\x44\xa6\x71\xe2\x2e\xf9\xfc\x09\x00\x00\xff\xff\xdb\x85\x89\xdc\x70\x04\x00\x00"); +func _ecae ()([]byte ,error ){return _fd (_acec ,"UniCNS-UTF16-H")};func _ea ()(*asset ,error ){_cba ,_bgbb :=_dfa ();if _bgbb !=nil {return nil ,_bgbb ;};_dbc :=bindataFileInfo {_c :"Add-RKSJ-V",_ed :1493,_cg :_g .FileMode (436),_ca :_d .Unix (1580491099,0)}; +_cecc :=&asset {_fdf :_cba ,_ff :_dbc };return _cecc ,nil ;};var _cdef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\xe7\x37\xcf\x4f\x71\x86\xed\x41\xbb\x16\x17\xdf\x40\xe1\x02\x96\xd4\x05\x0b\x8d\xb6\x0d\x4b\xb2\x0d\x18\x1e\x90\xfb\x21\x27\x60\x65\x16\xb2\x4a\x03\x7d\x7b\x83\xff\xff\x2f\x76\x0a\x86\x81\xa3\x3b\xb9\x3b\x0e\xd7\x22\xb9\xc8\x60\x30\xde\xf1\x87\xbf\xfd\xfb\xbf\xfb\xfb\x5f\x7e\xfe\xeb\xd7\x1f\xfe\x97\xdf\x7e\x7d\xfc\xc3\xeb\xaf\x5f\xef\x9f\x7f\x79\xfe\xf6\xfa\xcb\xaf\xff\xfa\xdb\xe3\xf5\xb5\x5f\xff\xfc\xf3\x2f\x3f\xfd\x94\xee\xaf\xe7\xcf\x8f\xbf\x06\xa8\xff\x1e\xff\xb2\xfe\xfc\xd3\x4f\xe7\xfd\x7f\xf8\xb7\xbf\xfc\xf5\xf5\x2f\x7f\xff\xcb\xfb\xd7\xaf\xec\xe7\x9e\xff\xfa\x67\x9e\xfd\xfa\xfa\xc3\xff\xfa\xfa\xe7\x9f\xff\xf2\xd7\xdf\xfe\xed\xeb\x3f\xfd\x0f\xcf\x5f\xf7\xeb\xbf\xfb\x7a\xbe\xde\xe7\xef\xff\xf3\x6f\xcf\xd7\x6f\x3f\xff\xf2\xcf\x5f\xff\xe9\xbf\xfe\xfa\xdb\x6b\xa5\x4f\xc3\x3f\xfc\xeb\x9f\xff\xfc\xff\xbc\xfe\xe5\xf5\xcb\x5f\xbf\x92\xfe\xf6\xfa\xe5\xa9\xff\x7f\xfa\xc3\xdf\xfe\xb7\xf5\xe7\xff\x69\xfd\xcb\xeb\xeb\x0f\xff\xf4\xcb\xcf\xff\xf5\x1f\xfe\xf3\x3f\xfd\xe3\x9f\xc6\x7f\xfe\x1f\xd5\xa8\xb6\xff\xed\xf5\xdb\x5f\x7e\xfe\xf5\x97\xaf\x94\xfe\xfb\xeb\x1a\xbf\xff\xfd\x1f\xff\xed\xcf\x2f\x3a\xfb\xe9\x0f\xff\xc7\x3f\xfd\xfd\xdf\x7d\xfd\x9f\xe9\x2b\x5d\x5f\x77\x2d\xa9\xfc\x5f\xfc\xfd\x7f\xff\x6f\xbf\x3e\x5f\x5f\x97\xa1\xe2\x0f\x78\xfc\xfa\x7c\xfd\xe5\xcf\xeb\xf1\xfa\x6d\xfd\xf2\xcf\xaf\x9f\xbe\xbe\xfe\x78\x5d\x3f\xbe\xfc\xef\x8f\xfd\x4f\x3f\xce\x5f\xfe\xf6\x1a\xfc\xed\x8f\x7f\xf7\xa7\xbf\xf1\xdf\xfe\xcb\x35\xf8\xeb\x1f\xff\xcb\x9f\xfe\x26\xfe\xfa\x27\xfd\xf5\xfc\xfd\x8f\x7f\xea\x7f\xc3\xdf\x5f\xbf\x3c\xff\x3f\xa3\xfc\x94\x3c\xf8\x2f\xbf\xfe\xf5\xf9\x7a\xfb\x6f\x1a\xf7\x8f\xe9\xfd\xe3\x2b\x9d\x37\xfe\x7d\xd3\x4f\xe9\xba\x98\xed\xcf\xcf\xc7\xff\xbd\x7e\xfb\xe9\x8f\x8f\x7b\x5d\xe7\xc9\xf3\x23\xfd\xf8\xba\xaf\xa1\x9f\xe5\xc7\xd7\x9d\x8a\x7e\xf6\x1f\x5f\xa9\x56\xfd\x1c\x3f\xbe\xd2\xd5\xf5\x73\xfe\xf8\x9a\x7e\x74\xfd\xf8\x6a\xcd\x3f\xf7\x8f\xaf\xd4\xdb\xf9\xb9\x4f\xa7\x59\x7f\xdd\xe9\xfc\xbc\xf4\xb3\xfc\xf8\x4a\x73\xea\x67\xfb\xf1\x75\x17\x8d\xb0\xcf\x08\x97\x7f\x8e\x33\x05\xf7\x30\x7f\x7c\x8d\x72\xeb\xe7\x19\xa2\x6b\x0a\x5b\x43\x68\x0a\xfb\xf1\xe3\xab\x57\xcd\x7c\x3f\x7f\x7c\xf5\xe2\xd1\x5e\xe7\xaf\x7e\xed\x7d\x3a\x3b\xa3\xe5\xd1\xce\x24\x4f\xbf\x79\x5e\xe7\x67\xd7\xcf\x33\x70\x4e\xfa\x39\xce\x10\x59\x3f\x5f\xe7\xa7\x9f\x7d\xff\xf8\xea\xfa\xb6\xbc\xda\xe9\x57\xaf\x9d\x6f\xeb\x55\xfd\x6a\xea\xf9\xd6\xcf\x71\x9e\xd5\x6b\x9a\x43\x3b\x0f\x94\x99\xce\xb3\xa7\x87\xb2\x34\x07\xfd\xf5\xac\x69\x6f\x67\x49\xca\x59\x9d\xde\x92\x7e\xde\x67\x60\xff\x35\x9f\xbf\xde\xfa\xa9\x7e\xb3\x7e\xbe\xcf\x03\xe7\xd9\x7a\x30\xa3\xb7\xa2\x9f\xe9\xfc\xf5\xd6\xcf\xfb\xfc\xb5\xea\xe7\xfc\xf1\xd5\xf9\xab\x96\x6f\xe8\xe7\x3e\x7f\x55\x0f\x53\xa3\xa9\x87\xa9\xd1\xce\xb7\x55\x4d\xb2\xfb\xe7\x99\xa4\xa6\xb3\xce\x52\x8f\x5b\x3b\xb0\x47\x3f\xab\x7a\xba\xd8\x53\xbb\x75\xeb\xe7\x3c\x3f\xf5\xc0\x5c\xe7\x67\xd1\xcf\x7d\x7e\x76\xfd\x7c\x9c\x9f\x97\x7e\x3e\xcf\xcf\xfc\xd3\x1f\x9f\xd7\x99\x7b\xba\xee\xf6\xd3\x1f\x9f\x69\xea\xf7\x59\xd7\xd7\x3d\xae\xb3\x4d\xb3\xf3\xbb\xfd\xf8\x4a\x29\x01\xec\x33\x97\x83\x5a\x82\xde\x82\x78\x70\xdd\x3f\xbe\x46\xbb\x80\xce\x3e\xdd\xa9\x01\x94\x1f\x5f\xa3\x8e\x1b\xa8\xfe\xf8\x9a\xf9\x8e\xb6\x26\xa8\x00\x1d\x14\xab\xd1\x74\xbe\x5c\xcb\xff\xba\x47\x3a\xeb\x3b\xea\xf4\x14\x93\xba\x2c\x15\x40\x4b\x54\x06\xd0\x99\x56\x71\x1f\x3e\x2b\xfe\x5d\x46\xfe\xf1\x95\x4a\x02\x38\x8b\x96\xdc\x41\x39\x9b\x50\xe7\x05\x70\x4e\x47\x75\x67\x45\xe7\x92\x29\x94\xf3\x89\x77\xe3\x31\xed\x56\x89\x96\x33\xef\xe2\x0f\x6c\x67\x77\x53\xbf\x00\xea\x39\x6b\x1d\x40\x5d\x47\xcb\xd9\x4c\x26\xdd\xb4\x9d\x35\x01\x9c\xb9\x15\x7f\x69\x3b\x2b\x39\x46\xe3\xb9\x83\xb2\x63\xb4\x0a\x74\x0b\x2a\x40\x59\x50\xbc\x57\x04\x31\xb2\x96\x68\x0c\x3f\xd9\x87\xfa\x1c\x15\xe8\x79\x20\x36\xab\x8f\xb7\x20\xda\xa6\x9e\x4c\x45\xf4\x0f\xba\xf5\xff\x43\xc9\xf4\xa8\xa6\x56\x19\x42\x8b\x30\xa3\x17\xcd\xac\x06\x24\x4a\xc4\x70\x87\x02\xce\xc4\xda\xf7\xb3\xdc\x33\xcd\x1b\xe8\x16\x94\x80\xb2\xa0\x0c\xd4\x04\x0d\xa0\xfe\xe3\x6b\x0a\xc5\x05\x0d\xb5\x4d\xa0\xa9\x36\xf7\x32\xce\xa7\x27\x90\x7b\x1c\x9c\x4a\x35\x5a\x0e\x7a\xd0\xe1\x38\x44\x6b\x74\x56\x61\x0c\xd1\xe1\x1b\xe0\x50\x62\x56\x72\x1c\x34\x1a\x9d\xbd\x1a\xe7\x88\xa7\x11\x2f\x09\x7d\xd9\xed\x71\x96\xf5\x4e\x9e\xfc\x38\x4b\x75\x27\xfa\xd3\xe2\x74\xce\xc3\x38\x27\x38\x75\x66\x71\x4e\x6b\x1a\xf4\x70\x68\x63\xca\xf1\xd8\x5b\xf3\xe3\x3b\x74\x8d\x80\x4a\x43\x07\xb1\xe7\x80\xe6\xf9\x2a\x3e\xf1\xdc\x17\xb1\xd6\x63\xbd\xce\x24\x68\xd1\xed\xc0\x51\x1e\xe7\x84\xa6\x11\x2d\x07\x67\x13\xef\x1c\x9a\x3b\xf2\x1d\x4d\x67\x7a\xdd\xdf\x3e\xcf\xf2\x8d\xca\x16\xcc\x51\xcf\x21\x9c\xd1\x36\xd4\xe6\xd7\xa6\x70\xaa\x67\xda\x84\x36\xfd\xce\x40\xda\x91\x02\xe0\x95\xb9\x81\x96\xd6\x93\x07\xf5\xc9\x39\x80\x43\xbe\x3e\x2d\xfe\x7e\xfa\xf0\x55\xc6\x02\xac\x51\xb4\x5d\x03\xa8\x0a\xea\x40\xa7\xff\x32\x1a\xd0\x16\xc4\x93\x4b\x33\xe1\x80\xaf\x25\x7a\x76\x65\xa0\xb3\x5a\x60\xc0\x3e\x8b\x3a\xf2\x7d\x01\x1d\x46\xe0\x72\x8f\x0f\xa3\x14\xdf\xf6\xf0\x87\x5e\x00\x9a\x56\xd6\x24\x67\x39\x28\x5a\xd3\x04\x48\x3f\xbe\x6a\xbe\x00\xee\x1f\x5f\xf5\x0e\xe0\x10\xad\xcf\x3b\x8f\xd3\x12\xc0\xf3\xc7\x57\x35\x05\x9b\x65\xbc\x0e\xd0\x01\xde\xe7\x9d\xdb\xc0\xd9\x87\x7a\x07\x70\xc6\xa9\x01\x9c\x71\x2a\xbd\x89\x38\x7a\xa5\x67\x39\x33\xad\xa6\xd6\xb3\x1c\xda\x56\x4d\xad\xa7\xc8\x66\xf5\x11\x9f\xe5\xd0\xb6\x9a\x03\x18\xe7\x9d\xe8\x60\x9e\xc7\xa2\x83\x75\x80\x68\xd9\xe7\x9d\x68\xd1\xf7\x44\x07\xe7\x7b\x0a\xe3\x9c\x8d\xaf\x85\xb9\x2d\xcd\x2d\x5a\x34\x37\xbe\xf4\xec\x4a\x2d\xac\xc1\x21\x08\xb5\x30\xce\xd2\x38\xd1\xa2\x71\xa2\x83\xb3\x3a\x85\x35\xd8\x1a\x87\xde\xb6\xc6\x09\x40\xe3\xd0\xc1\x39\x11\xb5\x30\xeb\xad\x71\xd8\xb9\xad\x71\x02\xd0\x38\x01\x68\x9c\xfa\x2d\x4d\x9d\x62\x2a\xaa\xb1\x64\x8a\x81\xa8\xc5\x80\x2e\x99\x9b\x9d\x6c\x3a\x0c\xbe\x14\x66\xd3\x61\xf0\x9d\x30\xdb\x59\xa0\x9b\x71\xdb\xa1\x99\xdc\xd7\xb3\x1d\x92\x79\xb3\x74\xed\x2c\xd0\x9d\xa3\x83\x73\xfd\xb0\x40\xbe\x70\x7a\x3c\x77\x2e\x9c\xd4\xe8\xe1\x2c\x4a\x6a\xd1\xa2\xb3\x34\x98\x9d\x88\xc6\x1d\xc0\x19\x09\x7c\x6e\x3a\x8f\xdd\xc4\x65\xea\x5a\x4a\x2d\x9a\x0e\x39\x69\x31\xae\x08\x9c\x89\xcb\xd4\x85\x75\xa7\x01\x20\xea\xd9\x01\x74\x32\xcd\x5b\xcc\x7e\xce\x58\xf2\x75\x3d\xbb\xa8\x76\x8b\x96\xf3\x85\x77\xf4\x70\xbe\xf0\x8e\x1e\x44\x57\x46\x40\xe2\x40\x62\xd8\x43\xc2\x5b\x0e\xe8\x10\xe0\x96\x00\xce\xd1\x36\x2f\x30\x75\x19\x8d\xde\x2b\xd0\x5b\x6f\x79\x16\xe3\x10\x99\xc4\x61\xd4\xb5\x92\x38\x8c\xe3\xf4\x77\x83\xc9\xbe\x1f\xd8\xdc\x21\x86\x0d\x44\xd4\x25\x30\xef\x3b\x20\xbd\x44\xdf\xe7\x16\x98\x37\x47\x6b\x78\x5c\x76\x7e\xea\xa2\x03\x7f\xa7\x2e\x3a\x4e\xd0\x34\x4e\x04\x70\xa4\x0d\x08\xc7\x3c\x87\xe6\xe6\x74\x4f\x21\x08\x47\x70\x1a\x41\x26\xc0\x99\x5e\x8d\x96\xc3\x51\x42\x38\xa6\xa6\x50\xa7\x7b\x78\x1c\x92\x30\x1a\x24\xea\x21\xfa\xdd\x20\x65\x8f\xb3\xd9\xa3\x5d\x7e\xf2\xc9\x93\x9a\xed\x7e\x9c\xa9\xb7\xe2\xc5\xdd\x8f\x43\xb3\x5b\x1e\x01\x89\xed\xf2\x45\xba\x1f\x67\x57\x5b\x29\x01\x1d\x66\xbb\xf4\xe8\xe5\xf0\xdb\x5c\x41\xfb\x71\xe8\x5b\xb9\x3b\xbd\x9c\xd3\x53\x8a\x77\x65\x8b\xfc\xd6\x34\xe8\x45\xb4\x4b\xec\xbb\xa0\x73\xa4\xaf\xe8\xf3\x6c\x4c\x83\x97\xd8\x8f\xb3\x33\x79\x7e\xa0\x23\xb0\x94\x0a\x24\x32\xc5\x22\xed\x87\xe8\x54\xb9\x18\xe1\xac\x79\xb9\x6b\x40\xf5\xc7\x57\x01\xe5\xf6\xc3\x6c\xe5\x60\x66\x67\xd9\x3b\xec\xe3\x7e\x2c\xd1\x4e\xaf\xd9\x7e\x88\x8e\xb5\x19\x6d\x4f\xdd\x13\x31\xde\xfb\xc7\x57\xee\x93\xb9\x1c\x52\x56\x3e\xdf\x70\x4e\x74\x6e\xd1\xcb\x39\xd1\xb9\x8c\x78\x72\x9c\x2f\x6a\xd1\x76\x88\x56\xff\x40\xe7\x6b\xc7\xe7\xbd\x23\x67\x8d\x8b\x79\x8a\xa2\x55\xf6\xe8\xa9\xfd\x9b\xac\xc4\xf3\xe0\x5e\x19\x25\xda\xf2\x8f\xaf\x92\x4d\x23\xf7\xf3\xec\x6d\xb9\x7c\x12\xf7\xf3\x1c\x95\x32\x6b\x3c\xd9\xce\x7b\x29\x9e\xec\xc2\x89\x02\x74\xf6\x3d\x19\x39\xf7\xf3\x1c\xe7\x76\x8f\x18\x6f\xfd\xf8\x2a\x9d\x15\x7c\xea\x1e\x3f\x23\x7c\x47\x6c\xf7\xf3\x9c\xf6\x36\x7d\x9f\xed\xe7\x39\x90\x65\xf8\xd8\xed\xe7\xf4\x9d\x4c\x9b\x90\xa9\xf7\x80\x6e\x21\x0c\x53\x13\x32\xd5\xc1\x27\x9d\x2b\xb2\xc3\x85\x6f\xa1\x79\x1b\xa0\xc1\x53\x88\x96\x6e\x3e\xf0\x20\x5a\x9f\x2d\xc6\x5b\x12\xa5\xf9\x24\x5d\x8d\x10\xb9\xfd\x34\x12\x26\x96\x49\x48\x08\x8d\xda\xcf\x43\x1e\x7a\x2f\xf1\xde\x11\x5a\xaf\x58\x98\x83\x92\x79\x5c\xcc\xfa\x5c\x13\x2d\x5d\xf4\x72\x98\xa6\xfc\x19\xcf\xd7\x6a\x8f\xb6\x73\x00\xd3\x60\x84\x83\xae\xad\xc5\x46\x48\x34\x6f\x31\x97\x83\xa0\x65\x4e\xbe\xef\x70\x9b\xbd\x7d\x46\xd8\x67\xcd\x38\x10\xcf\x43\x42\x4a\x20\xe8\xf3\x20\x6f\xe9\x9f\x79\x1e\x8e\xa5\x5f\x31\x9e\x2e\x4b\x0e\xfc\x53\xb7\x72\x8f\xf1\x0e\xf2\xf6\x11\xf3\x94\xe0\xfe\x19\xe1\xdc\xd2\xa5\xd5\x78\xef\xcc\x7a\xc6\x5c\xb6\x50\xab\x45\xdb\x39\xe2\x29\xb3\xba\xfb\xf0\x24\x23\x76\xfa\x5c\xe2\x8d\x9b\x67\x3f\xcf\x81\x28\x35\x50\xf2\x1c\x88\x56\x02\x79\xa5\x20\x28\xbe\x61\xf6\x4b\x47\x20\xb7\x80\xce\x5a\x67\xd3\xfd\xfd\xd2\xa5\x8e\xcc\xb0\x5f\xe7\x40\xb4\x7a\xdd\x40\x67\xad\x67\x8b\x27\xeb\x39\x8e\x26\x99\xfb\x75\x0e\x44\x2d\xe0\xe7\xeb\x1c\x88\xce\xc5\xb2\x5f\x3a\x10\x63\x04\x34\xcf\xa1\x9e\xf1\xe4\x12\x93\x14\x6d\x87\x2c\xc2\x39\xec\xd7\x10\xbe\x7c\xfa\x7c\x4b\xed\xc0\xcc\xa4\xad\x29\x1f\xe8\x60\x48\x33\xa7\xb3\x5f\x87\x29\xcc\xa5\x07\x74\x70\x7e\x82\x3d\xaf\x83\xf3\x39\x08\xe8\xeb\xe0\x7c\xc9\xec\xca\xcb\xc4\x95\xf5\x7c\x1d\x66\xb0\xd7\x14\x4f\x4a\x9b\x95\x99\xcb\xc1\xf9\x36\x66\xb4\x1d\x9c\x1f\xb1\x12\x62\x08\xfb\xa7\xcf\xf3\x0d\x17\x3b\xfd\x3a\x38\x5f\x3f\x5f\x74\x70\xbe\x5f\xf1\x0d\x07\xcb\x5b\x1e\x01\x65\xed\x0a\x23\x88\x0c\xb7\xcc\x17\x1d\xbc\x2e\x29\xf3\x45\xe7\x2a\x6c\x35\x56\xf0\x10\xe5\x82\x86\x61\xbf\x44\x94\xb9\x68\xf7\x6b\xe9\x6c\xde\x01\x3d\xcf\x5a\x73\xde\x5f\xc2\x6b\xb8\xa2\xfd\x3a\x78\x5d\x7a\xac\xa7\xf4\x5a\x3d\xf3\xe4\x16\xbe\x5c\xf4\xb2\x35\xcf\xc1\xd7\x1e\xbc\xee\x3d\x70\xe9\xe0\x75\xaf\x33\xda\x9a\x46\x60\xd6\x62\x4d\x7f\xef\xf3\x60\x79\xbb\xe3\x49\xa9\xa8\x62\x1f\x0e\xce\x97\xd6\xe2\xbd\x7d\xf6\xef\x33\xde\xe3\x40\x66\x2e\xf7\xfb\x60\x72\x8e\x13\xfe\x16\x26\x4f\x4e\xe3\x5b\x98\x3c\xf8\xf6\xb7\x48\x7b\xfd\x40\x67\x75\x91\x22\xf6\x5b\xa4\xfd\x88\xbc\xdf\x12\xe5\xf7\x41\xf3\xd2\x5a\xbc\x28\x22\xf9\xe9\x74\xea\x56\x4d\x40\x87\xbf\xb8\xf8\xa4\xf7\x91\x81\x5a\xaf\x01\xbd\xf4\x11\x0d\x48\x24\x85\x23\xf7\x46\x0c\x0a\x48\x1a\x3d\x48\xd1\xfb\x20\x7d\xcf\xdc\xcd\xef\x83\xf4\xa5\xc6\x5c\x0e\xd2\xe7\x29\x34\xc8\xe3\x92\xf6\x40\xd7\x61\x1e\xd7\x94\x08\x2a\x6a\x73\xa0\xd3\x24\xe6\x30\x8f\xeb\x20\xe4\x90\x22\xf1\x40\x5b\x8c\xe3\x65\x28\x4b\xfb\xa5\x0b\xf6\x00\x8f\x1f\x5f\x33\x67\xf7\x51\x0f\x0d\x4e\x3c\x67\xf6\x50\x18\x90\xc7\x30\x83\x3e\x06\x90\xd9\xeb\x29\x68\x4a\x0b\x5b\x3d\xc3\x25\xad\x5e\x66\x52\xeb\xcc\x7e\x5e\x23\xa0\x97\x54\x6d\xee\x5f\x12\xed\xbc\xa6\xdf\x7b\x89\x03\x9a\x6e\xd2\x8e\xdf\x2d\x80\xb3\xe1\xba\xb1\x0e\x60\x1a\x00\x50\x45\xd4\x00\xa4\x7c\xad\x00\x87\xab\xac\x13\x40\xd7\x78\x01\x98\x3a\xfe\x00\x87\x16\x5c\x1d\xe0\xdc\xe1\x7d\x46\x77\x87\xd0\x26\xa6\x60\x8d\x32\x2d\x53\xf3\x89\x16\x31\x52\x0c\x24\xf5\x5a\xcc\x54\x94\xa5\x32\xaa\x08\x4b\x0b\xe0\x20\x8d\x26\x57\xf6\xf8\x77\x5c\xe8\x81\x84\x17\xda\x9c\x03\x9d\xab\x26\xb7\x80\x84\xa3\x3d\x9e\x3c\x1f\x65\x41\xf6\x40\x53\x12\x77\xb4\x89\x14\x8b\xac\x1c\x68\xeb\xf2\x6c\x40\x87\xa8\xa5\x8b\xd1\xa5\xbc\xbe\xb5\xad\x07\x3a\x87\xfe\x2a\xbc\x27\xb9\xdb\x0a\x9a\x03\xe9\x5a\xd0\xca\x1f\xe8\x70\x70\x43\x07\xf4\x40\x67\xf4\xdf\xdf\x3b\x04\xa8\x0d\x9e\x3c\xc4\xa9\xcd\x1b\x48\x7c\xe0\xb8\x02\x3a\xe7\x6c\xc4\x93\x07\xa9\x4a\x8a\x11\x74\x25\x0e\xd6\x45\x92\x45\xbb\xee\x09\x94\xc5\xcb\x16\xa0\xaa\xb9\x04\x74\xde\x9b\xe5\x06\x7a\x4a\x91\x90\x80\xcc\x4d\x46\x9f\x52\xfd\x27\xde\x3b\xdf\x97\xad\x3c\x3c\x90\xc8\xd8\xc8\x40\xf3\x23\x1b\x1c\x48\x1c\xea\x8c\x27\xcf\x99\x6f\x29\x9e\x3c\x67\x7e\x34\x46\x3f\xcc\x48\xae\x31\x9e\xd8\x8f\x1c\xdf\x60\x72\x7b\x05\x74\x56\xf7\xe2\xdb\xa7\x48\x6a\x4e\x8c\xb0\x35\xc2\xe5\x6f\x58\xe2\x73\x7d\xb9\x1c\xe8\x90\x38\xeb\x50\x0e\xa4\x33\x04\x4e\x48\xb7\x54\x6f\x56\x62\x89\xed\x2c\xcc\x73\x9d\x95\x68\x56\x50\x96\xad\x33\xdb\x2c\x5d\x1d\xe8\xe0\xa0\x25\xf3\x03\x89\xf9\x89\xd1\x0f\x86\xb4\xab\x30\xfa\xc1\x90\xd6\xaf\x0a\x74\x2e\xac\xab\xc6\x7b\x1e\x3d\x7f\x47\x7c\xcf\xa3\xe2\xc4\x3a\xdd\x1c\x8e\xb1\xb4\xd9\x80\x64\xef\x00\xe9\xa5\x12\xcb\xd6\x52\x1f\xa8\xca\x76\x13\xef\x9d\x25\x9c\x85\x4f\x92\x48\x23\x3b\x88\x20\x1b\x45\xa2\x97\x73\xd7\xb4\x16\x90\x48\xf8\x15\xe3\xbd\x8e\xc8\x76\xd3\x8b\x38\xb8\x04\x9a\x2f\x19\xa9\x2c\x06\x96\xbd\xa5\x3f\x8b\x11\xb6\x0e\x6e\x29\x05\xe8\x1c\xa4\x38\x80\xb2\xa7\xe4\xc1\x17\x6d\x09\x0e\x17\xcb\xbb\x87\x50\x84\xb9\x6c\x5d\x27\xa5\x7b\x79\xb7\x16\xbb\x80\x84\x5b\xc7\xf1\x8e\x11\x0e\xba\xf6\x40\xc9\x3d\xc5\x39\xe4\x0a\x24\x4e\x33\x45\x9b\xae\xaf\xc4\x78\x53\x48\x18\x33\x93\x30\x69\x95\x6e\xd9\xfb\x70\x2a\xc5\x86\x83\x03\x9d\x9b\xb5\x80\x68\x5b\xfc\x78\xe1\xb0\x6c\xf1\xc7\x23\x33\x33\x59\xb5\xe6\x1d\x50\x13\xba\xde\x40\x5d\xdf\xc7\x78\x3a\xd4\xa5\xb9\xcf\xc7\x59\xb3\x72\x71\x58\x1e\x32\x67\x35\xd6\x13\x21\x9b\x23\x20\x21\xbb\x5c\x35\xda\xce\x2a\x5d\xcc\xf3\x71\x50\xb9\x5c\x2d\x03\xbd\x25\x48\x7b\x9e\x0f\x5d\xba\x17\x08\x2a\xe1\x7c\x7c\x20\x71\x46\x13\xd2\xf7\x10\x1f\x3f\xa3\x4d\xfb\x5e\x26\x23\x88\xa7\xe9\x39\xda\x96\xf6\x21\x20\x69\xdc\x4a\x03\x3a\xa4\xa1\x64\x43\x4f\x5f\x5c\xe0\x8b\x05\xcd\x04\x99\xb2\xa0\xe9\xfb\xae\x58\xd0\xec\xb5\x44\xdb\x53\x82\x66\x40\x2f\x3d\x79\x03\xbd\x45\x16\x79\x4f\x07\x77\x40\x08\x25\x2f\x36\xdb\x16\x0a\x32\x61\x4b\x1d\x68\x8a\x34\x54\x20\xad\xee\xa7\x97\x73\x54\x53\x0f\xe8\xa1\x4b\xd5\x7b\x24\x59\xab\x57\x76\xd3\x52\xd2\x00\x3f\x25\x25\x95\x39\x02\x12\xaf\x9e\x19\xcf\x27\xe7\x0e\x48\x3c\x77\x7c\xdf\x21\x68\xad\xb0\xef\x92\x68\xea\xcd\xb9\x95\x0c\x53\x3b\x2b\x28\xa9\x25\x97\x1e\x90\xae\x27\x70\x42\x72\x4a\x29\x5c\x79\x92\x4c\x7a\xfe\xbc\xb7\xce\x89\xcb\x13\xe8\x60\x4f\xbd\xa2\xed\x29\x85\xc6\x0d\xe4\xf5\x04\xd2\x0a\x66\x4e\x8e\x65\x8a\xca\x8e\x89\x41\xe9\x57\x89\x27\xcd\xbd\xd2\xa7\x6e\xf4\x1c\x4f\x8a\x86\xf4\x16\xd0\x5b\x12\x37\x4f\x8a\x93\xce\x8d\xaf\x35\x9e\x15\xc6\x3b\x2b\xd1\x2b\x27\x55\x3c\x50\x0e\xe2\x2a\x26\xa8\xc7\x45\x66\x2e\xa8\xb3\x2e\x66\x69\xe2\x74\x98\xa7\x99\xec\x98\x58\xd2\xd6\xb9\x62\xcd\x76\xa6\xfe\xad\x9d\xad\x98\x0b\xcd\x0d\x14\x11\x17\xda\x3b\x37\xcb\x5b\xe2\x55\x65\xab\xdf\x53\x6c\x3d\x37\x8b\x98\x9b\x1a\xb7\xc0\x7b\x7a\x73\x81\x24\x26\x75\x38\x9f\xf7\xf2\x56\xd3\x8b\xc4\x96\xda\x02\x7a\x8b\x84\x31\xba\x74\x49\x83\xdb\xea\x7d\x10\xad\x4c\xae\x84\xb7\x45\x93\x58\x0a\x1d\xd5\x0b\x82\xfd\xd6\x51\x9d\x12\x46\xea\xb8\x24\x46\x78\x03\x0f\x64\xf4\x19\x40\x07\xcd\x7d\xff\x1e\xc8\x44\x39\xa0\x43\x32\xa7\x88\x56\x1d\x97\x94\x32\x43\x88\x56\xcd\x82\x97\xfb\xd3\xd6\x24\xd8\x32\x9e\xc4\x4e\x0b\xd9\x07\x5a\x42\x91\x68\x7b\x1c\xc2\xab\xf5\x3c\x90\x6e\xf8\x18\x4f\x44\xf9\x12\xd9\xa8\xe3\x3a\xab\xd4\xfd\x45\x07\xd2\xb7\x0b\x0d\x0e\xe4\x6b\x86\x11\xce\x05\x98\x3f\xf3\x94\x30\x39\x3e\x6d\x87\x5f\xab\x83\xd1\xe5\xd0\x71\x89\xe9\x3f\x90\x8e\x47\xcc\xec\x5c\x8e\xdd\xa8\x7c\xa0\x83\xd8\x16\x50\xab\xed\xe6\xd5\x0a\x8d\x3a\x92\x2c\x43\x33\x75\xa0\xae\xe3\x3f\x80\xce\x78\xed\x8e\x36\x6b\xce\x2a\x90\xd1\xdc\xf3\x4c\x26\x53\xa3\x01\x2d\x1d\x47\x46\x10\x29\xea\x17\xbd\x9c\x2b\x28\xb7\x8b\xb6\xed\x6f\xbf\x80\xcc\x89\x30\xfa\x39\x56\xcd\x96\xd9\x03\x9d\x83\x5b\x9a\x47\xbf\x87\xd4\x53\xb5\x01\x89\xc7\x4d\x37\x90\x76\x1a\x0c\xb9\xa7\x34\x98\xa9\x00\x0d\x69\x3e\x33\x90\xc4\xf1\xc1\x93\x5a\xb3\xbb\x05\xa4\x35\xeb\x8c\xa7\xcb\xf1\xaa\xb4\x6d\x5f\x09\xd1\x76\xbe\x3d\xc5\x08\xe6\xfa\x72\x3c\x69\x9c\xf0\x78\x59\x82\xed\x75\x07\x74\x30\x4b\x3e\x32\x82\x96\x2e\xf8\x09\x24\xdb\x5b\xe6\x49\x7d\xc3\x00\x27\xb2\x58\x88\x8b\x99\x65\x69\xc3\xaf\x1c\xd0\x12\x27\x79\x03\xbd\xb4\x63\x5e\xa5\xac\xcb\x3f\x95\x0b\xa8\x8b\x37\x2e\x40\xcf\x83\x9f\xac\x44\xde\x52\x09\x65\xc6\x13\xbe\x5c\x37\xef\x41\xe8\xdd\x56\xac\xba\x9a\x0d\x28\x89\x68\x65\x20\x09\x79\xec\x4a\x19\x62\x28\x5a\x01\x9a\xda\x15\x7f\xbb\x4c\x88\x2d\xa7\x04\xe4\x6f\xe7\x49\x31\x92\x95\x73\x54\x84\xf3\xb6\xdd\xd7\x61\x47\x9c\xca\xa9\x92\x75\xad\x14\x4e\x55\x91\x9a\x22\xe5\x68\x7b\x88\x86\x78\x9e\x72\xca\x69\xd7\x98\x40\x56\xb8\x05\x94\xc5\x45\x57\x20\x51\xcc\x7e\x03\x89\xec\x5f\xd1\x8b\x5c\x70\x46\x06\xea\xd2\x28\x7c\xcb\x29\x9f\x47\x65\xf9\x63\x41\xe5\x00\x94\x47\x09\x48\x3c\x52\x8a\x21\x0e\x4a\x16\x0e\x6e\x15\x62\xf7\x1c\x53\x3b\x62\x50\x61\x23\x2a\x7a\xe5\x0e\xf4\x90\xe2\xdc\x07\xa9\x1e\xee\xbb\x5c\xf1\x81\xe6\x01\xe3\xc9\x83\x06\x25\xc5\xe7\x1e\x02\xd3\x5a\x61\x74\x69\x68\xcb\x1d\xef\x89\xf4\xb1\x9d\x75\xfd\x6e\x30\x39\x90\xf4\x3e\x23\xfa\x7c\x8a\x14\x31\xeb\x25\xad\x61\x40\xba\x04\xac\x81\x38\x90\x50\x99\xcd\xad\xba\x47\x2f\x50\xa4\x6e\xf3\xdb\xf1\xa4\x67\xc6\x08\xd2\x33\x59\x2c\xaf\xa3\x0d\x99\x2c\x20\x0d\x4d\x9a\xcf\xc9\xc6\xb7\x73\xac\x7a\x62\xe3\x9b\x78\xb2\xda\xbd\xd6\x32\x8b\x96\x1e\xef\x9d\x63\x55\x3a\x57\x82\x1c\x6e\x9a\x7c\xe4\x0e\x64\x6d\x38\x87\xb3\x49\xfb\xd7\x59\xdd\xb6\x64\x42\x88\xf1\xa4\xab\x8e\xe3\x2f\xd3\x66\x1d\x7c\x51\x33\x82\xde\x01\x9d\x55\x8a\x7d\xe8\x42\xb4\x04\x21\x94\x69\xb2\xcd\xab\x00\x69\x1f\x3e\x6d\x5b\x68\x17\x6d\x67\xbc\x76\x45\x2f\x96\x0b\x3c\x97\x3e\xdd\xd6\x80\xcc\xdd\xd0\x8b\x94\x38\x17\x5f\x2b\x57\x9a\x6a\xcd\x67\x1d\x5d\xfa\xc5\xcf\xe8\xda\xb1\x0a\x09\xeb\x52\x42\x5d\x29\xda\x0e\x51\x4e\x5c\x8e\xfd\x90\x8d\x96\x38\x80\xfd\x1c\xc0\x1e\xa4\xb6\xcb\xf3\xaf\x55\xb7\x49\x5d\x82\x81\xad\xda\x99\xa6\x15\xc8\xa9\xcc\x9e\x35\x41\xc2\xa4\x2e\x69\x41\xa6\xac\x2e\xb9\x72\xf4\xb2\xc4\x57\x76\xa0\x97\xae\x74\x20\xa9\x44\x7a\xcf\x40\x5a\xf9\x3e\x80\xa4\x69\xe5\x1b\x86\xae\xdf\xc2\xba\x0c\xb9\x02\x5c\xd1\x8b\x4e\x40\xfb\x3c\x29\x85\xcc\x15\xd0\x4b\xdc\x29\xb3\xde\xfe\x22\x66\xa6\xab\xab\x73\xe2\xe4\x08\x53\x2d\x3d\x1d\x48\x66\xb3\xf8\x76\xe9\x56\xaf\xf8\x06\xcb\xa6\xf1\xb5\xd2\xad\xc6\x95\x37\xcd\x3b\x5e\x01\x75\x71\xa0\x17\x90\x67\x96\x80\x4c\x43\x3a\x90\x30\x72\x06\xf4\xd4\x39\xf2\x4a\xcc\x69\xac\xa3\x4f\x29\x87\x52\xca\x40\x62\x9f\xc0\x10\xa9\x4b\xca\xe0\x2a\x91\x0f\x4d\x2d\xe0\xc4\x3c\xab\xd4\xca\x60\x2e\xf6\x33\x85\x2e\x4d\x58\x40\x7f\xd1\x94\x0d\xe6\xd3\xa6\x8b\xf3\x9a\xd1\xf6\x14\x0b\xc8\x3c\xc5\x45\xdb\xe7\xae\x8e\xa5\x6f\x9f\xcc\x7a\x49\x85\x66\xe5\xed\x81\xc4\x2c\xde\x09\xe8\xec\x58\xf4\xb2\x86\xec\x5d\x69\x7c\x4f\x94\xad\x2f\xe9\x2c\xe8\xb2\x01\x83\x03\x2f\x2d\x08\x16\xe0\x03\xc9\x5e\xca\xed\xb1\x44\x1a\x0a\xe4\x5b\xbe\x3f\xc5\xa2\x7f\xb5\xef\x4f\xb9\x38\xf0\x4b\xcb\xd4\xe1\x9f\x96\xc8\x46\x6a\xf1\xe4\x16\xa7\xc5\x93\xb2\x97\x76\x8e\x8e\x94\x12\xb9\x81\x06\x5b\x5a\xb3\x09\x31\xd8\xbe\x91\x40\x2d\xa9\x28\x5a\x70\x14\x5b\x4b\xd1\x73\x40\x5a\x8a\xe6\x0d\xdc\x22\x7d\x0d\x54\x96\x52\xa2\xc4\x8d\x2b\xa5\x44\xbb\x21\xfb\x52\x43\xe4\x9a\x18\xef\x70\x4c\x65\x70\x09\xc8\x6d\xb4\xcf\x1e\x4f\x4a\x24\xe3\xfb\xf6\x21\x30\xa5\x72\xa7\x4b\x45\x51\x7a\x8c\x7e\x2e\xa4\x5a\xb8\xb7\xa5\xb0\x68\xb1\xd6\x9b\x35\xa3\x17\x99\xe9\x26\xa8\xb5\x0f\xc2\x94\x02\x67\xb7\x39\x48\x8c\xa0\xa3\xf3\x99\xe7\xd6\x11\x80\xa0\x6d\x71\x61\x63\x06\x24\x63\x2d\xc8\xf4\xd0\x0a\x56\x88\x8f\x7c\x04\xc6\x95\x02\x12\x4a\x72\x1d\x3e\xcc\xf1\x72\x05\xa1\x94\xe0\x82\x78\xa0\x65\xcd\x40\x4d\x86\xdc\x80\x64\xba\x85\xf4\x3d\xc4\x73\x36\xbe\x5d\x96\xff\x16\x87\xec\xb1\xc4\xe7\x41\x40\xe5\x07\x90\x2b\x3b\xfd\x10\xf1\x49\x90\x86\x87\xc5\x51\xe4\x9e\x87\x88\x48\xec\xa6\xec\xeb\x25\x71\xc5\xca\xbe\x9e\x27\x1c\xd3\xd3\x82\x39\xfc\x8c\x54\x1b\x3d\x71\x1c\x65\x5f\x6f\x41\x24\xa5\xda\xa8\xc1\xd1\xdb\x86\x6e\xb3\xd9\x81\x24\x13\x71\x70\x6d\x43\x9f\x57\x3c\xf9\x94\x7e\xdb\xdf\x20\x65\x46\x4d\xe0\x84\x8c\xdf\x6d\x80\x67\x4f\x79\x33\x87\x2c\xf5\xb4\x6c\xca\xf9\x93\xb9\xbb\xa4\x12\x6d\x4b\xc4\xa7\x03\x3d\x3e\x5e\x16\x07\x7a\x89\x60\x33\x9e\xd6\xb3\x21\x01\xca\xe0\x9c\x47\x0d\x48\x6c\x57\x65\x04\x29\x8e\x46\xac\xcb\x96\xfe\x9e\x9d\x7e\xca\xa4\x76\xc7\x78\x47\x46\xc9\xa5\x45\x9b\xce\xca\x8c\xf7\xba\x70\x90\x11\xb6\xb5\xe4\xf1\xe4\x5b\x27\xce\xbd\x48\xed\x51\x07\x58\x20\x93\x68\x0d\xa6\x4f\x4a\x89\xd2\xc0\x3a\x99\x36\xfb\x6c\x03\xe8\x2d\x7e\xd4\x7d\xda\x44\x19\xec\x85\xcc\x90\x39\xce\xdf\x0b\xf3\x3a\xef\xc9\xc7\x63\x42\xa5\x6c\xa6\xab\xec\xa6\xd5\x10\x17\xd8\x6a\xc3\xca\xcd\xe5\xf1\xb6\x0c\x5d\x0a\x90\xd4\x9c\xac\xa0\x6c\x2b\x4d\x8e\xe4\x82\x24\x67\xc1\x7a\x48\xb7\x50\x1b\x18\xf9\xb6\x62\x13\x36\x16\x4d\x43\x8b\xb6\xad\xf7\xfe\x03\x44\x59\xca\x85\x76\xf1\xb9\x6f\x69\x91\x6f\x96\xf0\xad\xe3\x31\x63\xda\xd2\x29\x77\x88\xd6\xdb\x0b\x13\x13\x3d\x84\x37\x77\x0e\xd2\x5b\xf7\xd3\x84\xe7\x7c\x8b\xf0\x06\x2a\xbf\xe5\xe1\x57\xaf\x78\x52\xc7\xff\x03\xbd\x45\xe8\x19\x4f\x3c\x52\x89\x99\x29\x38\x20\xb8\xf6\xf7\x96\xe7\x25\x88\x26\x45\x47\xbb\x21\xe6\x56\x6d\xf0\x0d\x53\x86\xc0\x81\x40\x38\xaf\x61\x44\xeb\x40\x8e\x53\x88\x36\x99\x55\xbc\xbc\xf3\x92\x76\xa8\x59\x82\x98\x97\x6f\x78\xdf\xe2\xd3\x8a\x0e\x7b\x0c\x1c\xe8\x25\x64\x0a\xe8\x2d\x44\x6b\x86\xa6\xbe\xa1\xd2\x8b\x39\xa6\xc4\xcc\x74\xfb\xcf\xca\xe8\xba\xfd\x5b\x66\x74\xa1\x64\x1e\x3c\x29\x94\xb4\x09\xeb\x40\xe6\x21\x98\x8b\xed\xdd\xd1\x8b\x64\x86\x66\x64\x9a\x97\xd6\xe5\xaa\x3c\xb9\x45\x78\x33\x73\x11\x41\xcb\x89\x95\x10\x31\x1f\x31\xba\xc2\x49\xe0\x9f\xe6\x25\x2d\xe4\x65\x49\x60\xca\xef\xbf\x58\xb7\x7f\x20\xc5\x8a\xf8\x12\x98\x49\xdc\xa2\xfd\x66\xeb\x54\x10\x43\x2f\x56\x35\xcc\x24\xb9\x67\xb0\xf2\x69\x59\x7d\xe1\x55\x4a\x96\x58\xbc\xd3\x33\x49\x6d\xc5\x31\x9e\x52\x58\x64\x2e\xa4\x99\x24\x28\x77\xe6\xa9\x40\x83\x6e\x23\xd9\x81\xb4\x2b\xac\xb5\xd4\x17\xcd\x3a\xc9\x03\x29\x64\xc5\x17\xd2\xbc\x25\xf3\x21\x33\xcc\x5b\xc6\x68\x44\xea\x79\xdb\xb3\x88\xfd\xbb\xad\x38\x62\x1f\x14\xf4\xd3\x8a\x49\xed\x54\x88\x4f\x9b\x85\x5e\x24\x9f\x0d\xd6\xec\x76\xd0\x8a\xc9\xdb\xbc\x1d\xb7\xc2\x1e\xdd\xf6\x53\xf1\x25\x37\xb3\xac\x23\x5c\x48\x33\x0f\xc5\xc8\x98\xf4\xcd\x2c\x89\x65\xf0\x5e\x06\x5b\x0b\xd0\x94\x9c\xc5\x7b\x3a\xc5\xb6\x41\x1f\xc8\x6b\xc6\x7b\x76\x5a\xe3\x8b\xa4\x86\xc8\xbd\xc5\x93\xc2\xdd\x18\x41\xbc\xa3\x5d\x3e\x0f\x24\x9f\x27\xb0\x5c\xaa\x86\x5e\x59\x25\xa9\x1a\xea\x0d\x9e\x15\x31\x45\xb0\x10\xf6\x70\x2e\x28\x1e\xec\xd5\x5c\xec\xaa\x58\xed\x47\x5c\xda\x00\x5a\xc2\xf2\x44\x9f\x3e\xe1\xbe\xac\x66\x91\xdc\x3a\xcc\x73\xce\x22\x76\x2d\x5b\x79\x32\xad\x32\x40\x25\x32\xa5\x24\xa8\x71\x36\xab\xfd\xc4\x18\x4f\xe1\x3c\xd9\x36\xab\x03\x1d\xe9\xf7\x66\x66\x15\x6b\x9a\xbf\xb6\x2e\xed\x18\x58\x2e\xe9\xb7\xd9\x00\x5f\xa7\xa4\xdf\x5c\x7d\x09\xcc\xa6\x6b\xa6\xdc\xd1\xd6\xb4\x66\xd1\x76\x2e\xd5\xdc\x0b\x90\x2e\xf1\x1e\x4f\xca\xff\xaa\x7e\xeb\x67\x5c\xa7\xc2\x4f\x7a\x02\x95\x9b\xf5\xa3\x2c\x4c\xd3\xdd\x35\x7c\xb3\xcc\x76\x16\x74\x20\x4c\xcd\x26\x8b\xab\x1d\xfb\xab\x5d\x8a\xfb\x04\x99\xe4\x46\xdc\x72\x62\x6a\x16\xb4\xcc\x15\xcd\x26\xcd\x66\xe2\x00\x36\x50\x39\x7a\x79\xc9\x1c\xe3\xd1\xbb\x78\x39\x6e\x63\xbb\xf4\xd6\xdc\x68\x93\x19\x6e\x72\x58\xba\x34\x94\x97\x6f\xd5\x69\x41\xf9\x6a\x01\x59\x73\xcb\x7b\x72\x6f\xbb\x41\xc2\x8e\xae\xd6\xdb\x22\xa1\xb6\x56\x96\xb7\x8b\x14\x0d\x10\x54\x62\x6c\x2f\x10\x9f\x61\x27\x2b\x8e\xe3\xb0\x37\xc8\x15\x90\x35\x86\x5e\x25\x39\xe6\xd6\x58\xa5\xe1\x50\x33\xdf\xdb\x73\x58\x5b\x9a\x18\x41\xca\x85\x06\x11\x51\xfc\x43\xef\xe6\xa2\xed\x82\x5b\x2e\x0e\x92\x2c\xd8\xe3\x62\xd6\x53\x2e\xe9\x09\x64\x92\xed\xb9\xcf\x80\x24\xfe\x4e\xd6\x65\xd9\xe1\x9d\xeb\x69\x59\x91\x63\xde\x7f\xae\x6d\x17\x8e\x0e\x24\x73\x13\x97\x87\x8d\xa3\x88\xf0\x53\x92\xc7\xb8\x40\xfa\x6d\x5f\x05\x48\xe6\xb6\x53\x3f\x84\x69\xdb\xda\xcc\x5c\x24\x41\xf4\x79\xf3\xde\x32\x87\xe6\x6f\x90\xe9\x32\x77\x50\x79\xcb\xe7\xc0\x71\x1b\x07\x32\xa1\xf7\xac\x1f\xe2\x75\x2a\xd8\xfa\xb0\x4e\x12\xa2\x2c\x6e\x3f\xcf\x1e\x4f\xea\xca\x83\xf4\x3d\x30\xdf\x79\x3c\xf9\x00\x37\xbb\xa2\x1c\xc8\x3a\xc2\x68\xd3\xc1\x05\xeb\xe4\x03\x5c\x12\xc7\xff\xdf\xfb\xf9\xd6\x29\x0f\xdd\x56\xe3\x49\x11\xbb\x38\x39\xf2\xbb\x6d\xb3\x04\x24\xf9\x05\x5c\xc2\x47\xd6\xdc\xe9\x94\x8f\x6c\x8f\xaf\x7d\x22\x0c\x5f\x40\xe2\xc5\x21\xae\xe6\xc5\xef\x14\xbd\xbc\x24\xc9\xf1\x1e\x46\xc7\x0a\x24\x25\x0f\xa7\x43\xee\x9e\xbd\xb0\xba\x4f\xb3\x56\x9d\x27\xc5\x65\x96\x18\x6f\xd9\xf5\x74\x02\xbd\x64\x7a\xf6\xf7\x89\xa7\xce\x2d\xbe\x61\x9b\x25\xa3\x97\x6d\xfb\x84\xd7\xda\x4e\x8e\x71\x5d\xc8\x08\x58\x82\x45\xb2\x0b\x62\xec\xf4\xcb\x11\x90\xec\x8a\xb8\xe1\x96\xd9\x3f\x39\xec\x65\xe4\x90\x69\x87\x3d\x07\xe0\xd5\x29\x8e\xb7\x0e\xb0\xee\x8d\x9c\x3c\x80\x86\x94\x6d\x15\x48\xae\xa7\x57\xb4\xbd\x14\xd8\xe1\xd1\x6d\x07\x43\x0d\x31\x65\x07\xab\x09\x82\x6d\x86\x30\x18\x9f\xb7\x4e\x47\x87\x41\x7b\x1f\x29\xa1\xc3\xc6\xce\xb7\xb0\x35\x08\xaf\xac\x5b\xe5\x82\x86\xbc\xe5\x34\x7a\xf9\x3c\xac\xcb\xb2\x5b\x9d\xdf\x12\xe5\x25\xb3\x58\x71\x4c\xc0\x81\x64\x64\x31\x49\x59\x97\x49\x91\x91\x77\x89\xaf\xcc\xf5\xd3\x26\xc2\x6b\x34\x58\xe2\x2b\x6b\xb7\x70\xba\x64\xd0\xea\x69\xf0\xa4\x75\x84\xd1\x8b\xfc\x7c\xbb\x8d\x25\x4b\x66\xaa\x3a\x6b\x3c\xb9\x84\x68\xd1\x26\x17\xac\x02\x24\x9f\x83\x69\x94\x5c\xd7\x56\x9f\x8d\x59\x9f\x45\x6b\x9f\x99\x49\xd0\xba\x3b\x73\xf1\xa1\xb6\xb0\xb1\xcc\xcb\x8d\x1a\xd0\xe1\x75\x2e\x1f\xea\x25\xc3\x54\xae\xe6\x44\x56\x72\xa8\x52\xb4\x49\xc8\x44\x03\xbb\x92\x84\xcc\xbb\x07\x24\xb4\x33\xaf\xb3\x64\xc2\xea\xa0\xf2\x4a\xba\x8d\x33\x5f\x9b\xc4\xcf\xd8\x63\xed\x40\x36\x0d\x31\x17\x5d\x10\x5c\x33\xcb\x06\xad\x39\x78\xcf\xba\xbe\xc1\x78\x22\x99\x68\x44\x57\xda\x72\xb7\xf2\x41\x5a\xf7\xb0\xd9\x36\xa0\x2a\x0f\xeb\x0c\x24\x2d\x6b\xa7\x4d\x6e\x86\x76\xec\x39\x90\x4d\x58\x15\xe8\x5c\x48\x33\x47\x9b\xfc\x75\x8d\x92\xeb\xb6\x5f\xaa\xb9\xf6\xa5\xc8\xd7\x92\x13\x7d\x2e\xf3\x33\x8c\xa7\x70\x26\x2c\x04\xcb\x21\xde\x36\x0c\x1f\x48\xde\x71\x39\xa0\x97\xf4\xb1\x86\xc4\x2d\xd6\xeb\xbe\x81\xce\x4a\x5c\xbe\xee\x57\x16\xd1\xb2\xe3\xd2\x81\x44\xe8\x59\x25\x19\xbb\xba\x43\x3f\x0e\xa4\x83\xcb\xba\x64\x7b\xc8\x9b\xcf\x5b\x8a\x05\x2f\xb1\xd3\x79\xda\x8e\x12\xbd\x48\xe5\xc3\x3c\x15\x1f\x5e\x50\xb3\xac\xac\xd8\xaf\x31\x18\x61\xed\x4f\xf0\xc5\x81\xe4\x60\xd5\xa3\xed\xad\xef\x63\x74\xe9\xb7\xd1\x7a\x2e\x73\xa0\x0e\x71\x38\x90\x02\xb8\x7a\x40\x62\x0c\x4c\xe8\x57\xc1\x45\xcd\xbd\x28\x2a\xae\x5c\x3e\xfe\xcb\x61\x71\x85\x2f\x52\x5c\x5c\x43\x1f\xbb\x1c\xfe\x16\x2b\xa1\xf8\xb7\x92\x66\x40\x0f\x59\x16\x78\x52\x16\x9e\xce\x7a\x2a\x6a\x9d\x90\x91\x03\xc9\xcc\x08\x9e\xc9\x80\xd6\x4b\x8e\x36\xf9\x8c\x70\x1a\x8b\x4d\x9e\x25\xda\x5e\xf2\x0e\xf2\x17\x89\xff\xad\x9d\xf5\x94\xa9\xad\x15\x73\xed\xcb\xfc\x2f\xfc\xe8\xaa\xf8\x76\x0e\x20\x5d\x4f\xac\x84\x2c\x5f\xc5\x31\xdb\x07\x92\xc3\xa1\x19\x98\x55\x2d\xe9\xcc\x68\xb3\x47\x87\xd7\xac\x4a\x52\x1d\x9c\x9c\xaa\xcb\x0a\x12\xbd\xaa\x03\x72\xa2\x4f\x61\x08\xb2\xfe\xaa\xe7\x84\x77\x54\x37\xab\xea\x4c\xc3\xdf\xaf\x6a\x55\x11\x27\x5c\x36\xb2\x7a\x47\x2f\x32\xbb\x07\xad\xab\x5e\x33\x56\x49\x96\xaf\x96\xdb\xf5\x3d\x51\x96\x59\xac\x55\x88\xb2\xcc\x62\xb5\x80\x30\x32\x8b\xd5\x04\xd9\xa8\x3b\x7f\xe2\x7a\x0e\x74\x50\x24\x81\x84\x32\x7d\x65\x74\xca\xab\x4a\x4d\x3e\x7c\x5b\xad\x66\xa7\x6a\x10\xbb\xe9\x96\x4b\x23\x20\x05\x35\x80\x14\x8d\x78\x27\x6f\x52\x13\xd9\xb8\x20\x29\xcd\x68\x67\xee\x74\xc9\xf4\x55\xe0\xd7\x56\xb3\xc6\x17\x02\x2a\xd3\x57\xcf\x6c\x84\x22\x01\xcb\x8c\xf7\x64\x3f\x47\x7d\xb1\x14\xbb\x57\x10\xbe\x57\x3b\xc7\xa3\xe3\x81\xb0\xda\xf6\xc5\xe2\x05\x55\x54\x5e\xb3\x5b\xdf\x81\xe4\xee\x4d\x2f\x32\x7d\xb5\xc2\x17\xc9\xf4\x55\x9b\x39\xa6\xa5\x70\xf3\x56\x3f\x90\xc5\xf4\x02\xa4\x18\xaa\x1e\x6d\x45\xbc\xdc\x04\x52\x9f\xa0\xa4\x25\x01\x34\x8d\x4b\x92\x40\x0e\x82\x66\x93\x19\xa2\xf8\x52\xe0\x5e\xc6\xcc\xb1\xba\xc5\xed\xc4\x3c\x85\x22\xd7\x07\x92\xdc\x53\xe2\x49\x65\x99\x88\xf1\xa4\x00\x9a\x1c\xa4\x6e\x57\xba\xc2\xcc\x1c\x16\xc2\x85\x6b\x2f\xe2\x9b\x03\x6f\x23\x19\x52\xd0\x92\x79\xab\x22\x52\xaf\x61\x9e\x93\x03\x3f\xe4\xb2\x1c\x97\xaa\xfc\xbf\x0b\x3e\x2a\x6b\x98\x83\x01\xcf\x14\x0a\x5e\x7b\x0e\xa8\x4a\xe4\x0c\x48\xa6\x2f\x66\x2d\x59\xa3\xc7\x05\x31\xc4\xbd\x5d\x1c\xd5\x29\x07\xc0\x0a\x29\x9a\x66\x36\x7a\x40\xba\xac\xb8\xb6\xa7\xa5\x43\xf0\x45\xb1\xd7\x35\xd8\x8b\x89\xe2\xc8\x23\x2c\x9b\x66\xc1\x89\x65\xfd\x2f\x47\x55\xd6\x98\x76\x43\x6e\x64\x63\xa9\x8d\xb9\xd8\x56\x82\x29\x71\x6d\xf8\xca\x0c\x24\x2c\xe0\x12\xdf\xd6\x73\x72\xa8\xb7\x94\x2e\x41\xde\xb6\x2f\x78\x0b\xd1\x6b\x5b\xaf\x1a\xbd\x68\x5d\x12\x17\xbc\xad\x07\x41\x86\xe5\xfc\x38\xae\x12\x6d\x0a\xc1\xe5\x02\x7c\x0c\xcb\xad\x40\xd2\x8f\x56\x08\xbd\x75\xfb\x37\x6c\x89\xb8\xfd\x8a\x8c\xb9\x9e\xe6\x5c\x19\xcf\x5c\x7b\xe1\xe4\x3c\xad\xb2\xab\xbc\x27\xa9\xb2\x83\x2f\x72\x1c\x6c\xe5\xf3\x9e\x08\x36\x27\x40\xe1\x63\x6d\x80\x4b\xd2\xae\xd7\x74\xc7\x7b\xba\x00\x3f\xbd\x3c\x25\x1d\x56\x20\x59\x71\x2c\xf3\x2d\x05\x7e\xe5\x38\xe1\x48\x09\x7c\x91\x1d\x0e\x5b\xf4\xa2\x6b\x06\x3b\xca\x72\x58\x56\x83\x16\x58\xd7\x5e\x59\x25\x49\x09\x35\xdd\xd1\xe6\x94\x2a\x01\xd9\x01\x81\x11\xf0\xe8\xf0\xae\x28\xf8\xa9\xdc\xed\xdb\x20\x91\xf3\x68\x97\x3e\xb6\x00\x0d\xa1\x48\x40\xe7\x46\x1a\xa0\xab\x44\x8f\x5a\x6b\x0c\xf1\x10\x2a\x0f\xa0\xb7\x5c\x72\x78\x4f\xe4\xe6\x82\xf3\x51\x4c\x53\x2f\x2c\x93\xfc\x0f\xfb\x84\x5b\x54\x4c\x53\x43\x97\xb9\x5e\x76\xc0\xbf\xa3\xed\x1c\x16\xb4\x74\xcb\x11\x4e\xe8\x63\x97\x23\x9c\x12\x8b\xed\x08\x27\xc4\xa7\x65\xc1\xa7\x42\x98\x5e\x0e\x1f\x8d\x85\xd1\xf1\xc0\x12\xbd\x64\x30\x68\xa8\xe5\x97\x0d\x06\xce\xec\x71\xa0\x87\x48\x66\xb4\xe9\x36\x86\xd7\x51\xc4\x51\x8b\x83\xf4\xb2\xfe\x70\x32\x33\x2b\x02\x20\x37\xf2\x8c\xac\x68\xe2\x96\x3c\x23\x33\x66\x95\xe5\xa8\xa2\x5e\xe2\x49\x91\x86\x98\xb5\xdc\x8a\x1a\x28\xf9\x1e\x16\xa6\x1a\xd0\xad\xe3\x18\x6d\x16\xec\x32\x90\xb9\xa9\x02\x24\xa4\x67\xad\x1d\x39\x84\x32\x6a\x49\xe8\xcb\x98\x2b\xd6\x5b\x39\x10\x52\xf4\x29\x3d\x60\xac\xb5\x03\x79\x1a\xa8\xec\x40\x11\xec\xee\xcb\x66\x8e\x7e\xc7\x93\xe2\x63\x2d\xe2\xae\xb7\x4c\x9e\xe8\x40\xd7\xdb\x6a\x24\x70\xe2\x6d\xd3\x1e\xeb\x62\x4b\x46\x8e\xf7\x24\x4b\x5d\x10\xb4\x37\x6e\x5a\x7c\xbb\xc8\x22\x66\xb1\xf5\xb6\xb7\x0e\x97\xe3\x5b\xba\x53\x04\xd0\x25\x2b\x47\x0d\x89\xec\x0d\x57\x1b\x23\x88\xf8\xc4\xac\x25\xa6\x07\x5e\xcb\xae\xd1\x10\x9b\x97\x1d\x31\x83\x77\x7c\x3b\xa0\x21\x66\xb6\x7f\x0f\x30\x3e\x90\x88\x96\x31\x6b\x5f\xe6\xf6\x7d\x19\x6f\x59\x32\x2a\xc2\xf7\xbe\xec\x25\x6d\xb2\xb8\x25\x7f\x36\xf4\xcd\xdb\xf2\xe7\x3d\xa3\x4d\x9a\xf7\x1c\x6d\xd2\xa7\xb7\x80\xa4\xcc\x30\xb1\xdb\xb2\x6b\x94\xbb\xc7\x78\xef\x4f\xb0\x73\xdd\x17\x32\x1f\x6d\x3a\x7f\x08\xfb\x5b\xee\x9c\x35\x67\x66\xad\x95\xbf\xfd\xed\xfb\x82\x9d\xe1\x3d\x69\x7c\x1d\x8c\x73\xa0\xf1\x09\xa0\x3e\x90\xa4\xe6\xc6\xac\x25\x09\x38\xdb\xca\x81\xe4\x53\xfc\x81\x74\xfd\x8e\x80\xe4\xa3\x12\xdf\x8e\xa1\xd6\x23\x24\x0b\xfb\x56\x2e\xec\x24\x09\xde\x91\xc1\x07\x3a\xe7\x88\xeb\x70\xdb\x2d\x93\x13\xb7\x91\x7e\x7b\xbc\x67\xbf\xe8\x09\x24\xa9\x72\xd2\xa6\x75\x41\x19\xb5\xe5\xb2\xd9\xd0\x29\xef\x24\xd5\x1b\x66\xbf\x9d\x96\xbd\x59\x1a\xd0\xad\x0b\x3e\x20\xab\x40\x2b\x90\x22\x21\x13\x23\xd8\x7e\x96\x03\x7a\x2b\x9a\xf3\x7b\x43\xdf\x96\x91\x85\x88\xf4\x03\xe9\x1e\xf5\x7d\xb8\x65\xf4\x28\xf8\x3b\x6e\xf9\x73\x36\x87\x0a\xd6\xad\x54\x68\x19\x01\x6d\x4b\x8c\xad\x0e\xc3\x3e\x90\xc8\x77\xbc\xb7\xcc\xd9\xf9\xe3\x95\xeb\xac\x20\xf4\x6d\x8b\xb8\x7d\x32\xde\xb6\x90\xd9\x80\xce\x91\x83\x28\x6f\x19\x4b\xaa\x23\xd9\x0f\xb4\xa4\x77\x64\x3c\xe9\x7f\xb1\xec\x6f\x9b\x4e\x2a\x4b\x28\xe1\xb4\x07\xda\x65\xf1\x5d\xd9\x84\x70\xcb\x04\x52\x3b\x68\x90\x1d\xb2\xc9\xf2\xe6\x6d\xdd\x62\x07\x92\x51\xe7\x0a\xe8\x29\xb1\xcb\xa3\x17\xdb\xeb\xcd\xdf\x6f\x65\x75\x29\x98\x01\xb6\x8d\x1e\xf8\x2a\xec\x62\x4e\xf9\x03\x15\xa9\x0c\x32\x90\x1c\xd6\x4a\x40\x0a\xfb\x60\x9e\x12\x47\x4b\x9d\xbc\x67\xff\xd1\xce\xe8\x36\xf4\xb1\xd6\x76\x62\x1c\xa0\x96\x9c\x18\x73\xb5\x21\x65\x4b\x94\x2b\x19\x04\x95\x8b\x61\x85\xb7\xda\x96\x97\xe2\x20\xd5\x65\x3d\xbc\xa1\x06\xf9\x1e\x40\x5b\xeb\x02\xe4\x70\x18\x73\x61\x1b\x67\x3d\xfa\x6c\x52\xcf\x38\xe4\xf6\x40\xf2\x25\x07\x0b\x9a\x9c\x0a\xaf\x8b\x27\xd9\xcd\x80\x1e\x12\xe8\xe9\x53\x02\x7d\x87\xbc\xc9\xcd\xae\x39\x03\x52\xdd\xdd\xbe\x34\x8c\xd7\xbd\x82\x77\x40\x4f\x09\xdf\x37\x90\x2c\x04\xec\x91\x9d\xee\x1a\xab\xab\xfc\x55\xb5\x82\x75\x5d\x46\x32\x9c\x26\xb7\x24\x8f\x86\xb7\xf3\x56\xfe\xaa\x3c\x7c\xe5\xed\x8e\x4f\xf8\x00\xd2\xca\xb3\xd6\x96\x3c\x2e\xbe\x5d\x8e\x7c\x64\x76\x38\xd0\x2d\xf9\x85\xf7\x74\x02\xe0\xa9\x77\x17\x0e\xc2\x0a\xec\x2e\xed\x65\x8b\xf1\xac\xda\xf8\xf4\xf9\xfa\xe4\x87\xa8\x7b\x38\x58\xdd\x06\x73\xe2\x1e\x2b\xe4\xc6\x6e\x7d\xe8\xa9\xb7\xf3\x5d\xe1\xc5\x4f\xfc\x22\x5e\xfc\x8e\x51\xec\x4e\x21\x50\x1d\x95\xd8\xaf\x14\x90\x7c\x07\x26\xbd\x48\x3e\x8b\x0b\xc2\xf2\x0b\xae\x5f\x7b\xf8\x02\xe4\x74\x0c\x64\x6f\xef\xdf\x90\xe9\xb9\xc6\xe8\x3e\x63\xac\xae\xdc\xf3\x6a\xe6\xb2\x1a\x36\xdb\x36\x66\x26\xa7\x34\xec\x05\x5b\x49\x53\x1a\xf6\x90\x3d\x1d\xcc\xc1\xe9\x98\xf6\x2a\x62\xa7\xe5\xac\x57\xd0\xdf\x6f\x39\xe4\x75\xf4\xcd\x7b\xca\xf7\x0a\xef\x2e\x47\x1e\xf6\xa0\x0c\x72\xb3\x2b\x33\xfa\x5c\x56\xf1\x32\x9e\x4c\x82\xa8\xb4\xf6\xfc\x77\x99\x39\xaa\xa3\x12\x3b\x9e\x43\x7b\x5a\x9b\xd0\x02\xea\x22\xf4\xdf\x1b\xfa\xf6\xd4\x7d\x8f\x7d\x72\x4f\x3b\x85\x0f\x86\x97\x40\x8f\x3f\xa0\x83\x1b\x4b\xdc\x41\x4a\x9c\xd5\x70\xd9\xde\xf2\xd6\xab\x08\xfb\x7b\xd9\x53\x91\x8f\x58\x76\x73\x07\xd1\x1c\x88\x18\x04\x66\x89\x53\xc6\xbc\xb5\x25\x02\xe6\x06\x19\x5e\xd3\xdc\x1b\x23\x40\x4e\x03\x32\xc9\x9c\x40\xe2\xb7\x2d\x28\x3b\x82\x30\xe3\x12\x17\x31\x83\x1c\x96\x85\x4d\x97\xf1\xc4\xf9\x64\x90\x69\x39\xfe\x0d\xa4\x58\x22\x1b\x88\x80\x5b\xce\x7a\x0d\xd1\x78\x5b\xe4\xcc\xdc\xa3\xdb\x56\x71\x78\x08\x3b\xe4\x39\x12\xb0\x12\x41\x58\x40\x9f\x3d\xed\xa6\x45\x2f\xb2\x0c\x3b\xaf\x5e\x75\x94\x60\xa9\x90\xd3\xed\xe0\x8a\x1e\xef\x6d\xdd\xe2\xf1\xa4\x9d\x9a\x18\xc1\xf9\x0c\xe0\x59\xe4\x74\xd7\xd1\xae\x3b\x4a\x30\x07\xa1\xdf\xf2\x5a\x2e\x31\x6b\xa1\x4f\x8a\xf7\xb4\x12\x13\xd2\xa0\x48\xc0\xd6\x53\x3c\xa9\x5d\x01\x95\xe5\x74\xd7\x71\x4d\x74\x5c\x60\xc5\xe8\xe1\xc4\x3c\x25\x46\x57\x5c\x60\x0f\x3e\xc1\xd1\x7e\x9d\x6b\x5b\xf1\x7d\xd5\x61\xee\x07\xca\x9f\x24\x33\xd5\xc9\x77\x1a\x7e\xe6\xfb\x61\x11\xb7\xc6\x93\xc2\xb3\x1e\xbd\x28\x28\xb9\xc6\x7b\x52\xb3\xb0\x47\x32\xca\xb5\x1e\x7d\x4a\x0a\x0a\x7e\xed\x21\xb3\x34\x12\xa0\x93\xe8\x94\xc4\x31\x56\x32\x9c\x1a\x2b\xff\x90\x6e\xbf\xb2\x66\x8a\x27\xcc\x41\x52\x14\x4f\xd8\x63\x5d\x1c\x17\x58\x2c\x5d\x38\xe5\x4c\x8e\xd3\xa1\x3c\x32\x05\x33\x9c\xa3\x04\x4b\x90\x5a\x65\x80\x29\x09\xee\x4d\x22\x7c\xef\x30\x1b\x4f\xcc\xee\x1d\x48\xdf\x07\x9e\x29\x3f\x4b\xc7\x60\xe7\xac\x2b\x75\xf2\xed\x4f\x9d\x87\x3b\xc7\x93\xd2\x0d\x73\x09\x60\xcc\xeb\x01\xd9\xcf\x3c\x20\x9b\x82\xa3\x4f\x79\x46\x71\x72\x24\xd0\xf7\x2b\xe6\x29\x81\xfe\xe2\x4a\x90\x83\x5c\xc1\xa8\xba\x9f\x5b\xf1\x8b\x85\xb9\x38\x31\x6c\x7c\x83\x24\xc0\x04\x71\x75\x4e\x14\xfc\xf6\xc9\x89\xd2\x39\x0f\x08\xfb\x9c\xe9\x97\x19\x1f\xce\xa6\x62\x06\x7b\x5c\xf0\x8e\x19\x6c\x5c\x48\x2f\x13\x5e\x56\x57\x19\x4b\x6a\xe6\x6b\x5f\x0e\x13\x62\xa7\x5f\x0e\x08\x83\x25\x93\xcc\x5e\x72\x8b\xf7\x24\x25\x80\x05\x92\xd9\x6b\xb0\x4f\x2f\x5f\xf0\xb0\x79\x32\x4f\x16\x14\x40\xfb\xa5\xeb\x1e\x4f\x1e\xe7\x05\xe9\x48\x5d\xe4\x05\xb9\xfa\xf7\x86\xbe\xfd\x12\x07\xd3\x4a\x74\x6a\x81\x82\x6e\xec\x50\xcd\xb1\x52\x4a\x8f\x72\x37\x96\x69\x3b\xda\x88\x4f\x12\xef\x38\xd9\x32\x5b\x47\xe3\x40\x48\x88\xee\x84\x0d\x6c\x09\xca\xe5\x82\x9c\x3a\x53\x46\x81\x9f\xb1\x97\xdf\x8d\xc8\x22\x61\xb8\xc5\x56\x3b\x4a\x30\x5f\x01\x1d\xd2\x90\xa3\x17\x99\xf6\x12\x8b\xf6\xb6\x46\xdb\x42\xfb\x7e\x1b\x0d\x24\xb8\xb6\x61\xc1\xce\x4e\xf6\x8d\x38\x3d\x1f\xf1\x46\x9c\x9e\x63\x9d\x9a\x63\xf1\x4a\xd1\x75\x71\x20\x65\x0c\x68\x40\xcb\xce\x7a\x01\x29\xc8\x5b\xbc\xf1\x81\x14\x93\x25\x91\xac\x39\xde\xae\x3a\xa4\xa0\x39\xde\xae\xfd\xde\x8b\x8d\x8e\x13\x48\xde\x9d\xb7\x67\x96\x1c\x38\xde\x33\xd0\xad\x3d\x0a\x48\xab\x7b\xdd\x40\x5a\xf9\xcb\x23\x24\x91\x7d\x1f\xea\x03\x39\x4c\x9e\x3e\xa7\xcd\x7e\x13\x48\xb2\xcd\x88\x27\x95\xbd\x40\x44\xab\x0d\x09\x68\x7d\x66\xda\x64\xf9\xb6\x7f\xc0\x81\x8a\x3c\x9a\x2f\x20\xe9\xef\x4b\xb4\x59\xbf\x16\xbd\x48\xa8\xed\x05\x48\xc1\x15\x6d\x00\x49\x8c\x6d\xd1\x26\x37\xad\xc9\xf7\x2d\x93\x6f\x20\xa5\xa0\xb5\x3f\x6e\x23\x32\x6f\x8e\x0a\x64\x15\x45\xb4\xd9\x8d\x29\xda\x14\x20\x92\xbd\x2e\xb7\xa4\x12\x07\xf1\x1c\x48\x3b\x7d\x15\x20\xf9\x8c\xd4\x80\x7c\x01\x36\x20\x25\xb1\x6a\x5e\x89\xdb\xfe\x01\xf7\x05\x94\xc5\xb2\x30\x82\xc4\xd8\x3b\x7a\x91\x62\xc5\x26\xba\x36\x94\x14\xbb\xd9\x3b\xb7\x39\xf6\xaf\x9a\x1f\x6d\x8e\xfd\x2b\x37\xeb\x72\xe3\x91\xc3\x78\x4e\x15\xd5\xf9\x3e\xd9\x6d\xac\x54\x3a\xd0\x43\x24\x25\x20\xc9\x05\xec\x98\x8d\xa3\x3d\x35\x20\x91\x1b\x66\x6d\x73\xe8\x60\xc7\xb2\x35\xe8\x35\x20\xa9\xec\x2e\xde\xb3\x5b\x26\x78\x9d\x1d\xa5\xcb\x1e\x65\x47\xe9\x4e\x7f\xbb\x13\x63\x67\x76\x25\x4b\x2e\xb0\x82\xe4\x40\x4a\xe7\x55\xa2\x4d\xca\xcb\x2b\xda\x84\x83\x8d\xf1\xa4\x00\x2a\x9f\xf7\x74\xc2\xd9\x31\x67\x22\xad\xb4\x11\xfb\xc7\x3c\x2d\x9b\x0e\x4e\xb1\x64\xd3\x5e\x53\x07\xd2\x37\x4c\xde\xd3\x09\xe8\x1f\xc8\xb1\x7f\x3c\x29\x85\x85\x6d\x09\xcd\x31\x83\xb9\x26\x20\x4b\x48\xcd\x2b\x58\x08\x67\x9a\x40\x0a\x3f\x9f\x01\x39\xb1\x41\x05\x52\x0e\x3b\xd6\x5a\x66\xcd\x5c\xbf\xd7\x29\x9f\x47\xe5\xa4\x4d\x37\x4a\xc4\xd9\x12\x47\xb5\xda\x0c\x77\x25\xa0\xae\x43\x16\x4f\xca\x88\x34\xe3\x49\x71\x53\x35\xda\x14\x61\x97\x03\xd2\xdd\xc5\x31\x76\x22\xf0\x0a\x69\xa8\x8e\x5c\x6b\x01\x29\xc7\x3a\x48\x58\x71\x40\xf2\xb6\x38\x12\x30\x08\x4c\x35\x0f\x78\x33\xfa\xb2\xf7\x31\xbd\x38\xa9\x38\xe4\xb4\x5a\xc8\x6c\x1d\x48\x49\x5d\x58\xa6\xea\x5c\x1b\x20\x4c\xd5\xd1\xb9\xe3\x8b\x9c\x45\xa2\x07\x64\x2e\x9a\x3e\x39\x02\xf4\x29\x2e\x3a\x71\xac\x9a\x3c\x4d\x6f\x56\x42\x46\xce\x76\x5f\xd1\x26\x73\xc5\xbc\x80\xec\xe3\xe0\x11\x9a\x94\x0b\x85\x7d\x68\x36\x92\x31\x42\xb3\xa2\x23\x05\x24\x7f\x63\xe6\x22\x23\xe7\xb8\x20\xd8\x76\x62\x2c\x1c\xea\xb6\x6c\x5f\x9e\x40\x3a\x9c\x90\x4c\xb9\x2d\x66\x3b\xbd\x1f\x48\xc2\x37\x97\x80\x1d\x15\xdb\x07\xd2\x45\x0d\x82\x2a\x35\x6a\x0f\x92\xe9\x28\xc1\x99\x02\x5a\x72\xda\x62\x3c\x23\x61\xf2\x17\xc9\x54\x5a\x94\x86\x5d\x90\x82\xb5\x47\x06\x12\x31\x67\xe5\x6d\x38\xcd\x5c\x02\xdd\x19\x92\x5a\x3c\x69\x25\x01\x7d\x92\xbd\x0c\x48\x33\xb3\xf1\xb7\x39\xda\xaf\x04\xb6\x5a\x11\x30\xb9\x46\x1d\xfb\xd7\x59\x5d\x47\xfb\x5d\x23\xa0\xf3\xed\x81\xad\x36\x6b\x66\x8e\x9c\x63\xff\x0a\x44\xc4\xe9\x90\x6e\x56\x5e\xf1\x7d\xa4\x8d\x6c\x8e\xef\x2b\x23\xc5\x93\xe7\x70\x36\x70\xd0\x09\x90\xe2\x04\x28\xf6\xaf\x65\x70\x77\x4c\x67\xe3\x0d\x48\xa4\x0f\xc2\x3b\x14\xd8\xd5\xd9\x5b\xab\x1a\xec\x33\xd2\x9c\x4e\xbb\xab\x18\x82\xa0\xb7\x1c\xeb\xe8\xc5\x8a\xc6\x98\x0b\xb5\x14\x2a\x90\xf4\xe9\xac\xbc\x22\x01\x5b\xab\xcc\x53\x19\xb7\x2e\x4e\x87\x1c\x38\xcb\x0d\x73\x63\xa3\xea\xb8\x02\xf2\x39\x62\x04\xe9\x86\xad\x0d\x6e\x63\x5a\x99\x08\xe9\x9b\xf6\xc3\xe6\x82\x90\x72\xa1\xda\xa7\xa9\x39\x7b\x76\x1f\x10\x3b\x99\x5f\x6b\x02\x0b\xa6\xed\x59\x23\xde\x73\x2c\x2c\xef\x39\x18\x67\x34\x20\xe5\xe1\x80\xf0\x4e\xbb\x2a\x40\x4e\xa7\xd5\x48\x5c\x9c\x4e\x79\x94\x62\xf4\xed\xf1\x6e\x20\xf9\xa8\xd4\x80\x64\xe1\x01\x43\x96\x63\x76\x99\x8b\x34\x06\xdd\x8e\x8a\xcd\x31\x7c\xb9\x95\x80\x74\x1a\x61\xc9\x14\xa6\x57\xe7\xf7\x39\xe6\x9b\x63\xf8\x6a\x8e\x21\x6c\x94\x83\xc0\x48\xb9\xd0\x55\x3c\x42\x90\x4c\x12\x23\xa0\x2d\xbe\xd2\x28\xe9\xa4\x43\x95\xa5\x58\x32\x0a\x04\xef\xb1\x2c\x02\x72\xab\x2e\x79\x3c\x34\x08\xd3\xf2\xc7\xe7\x80\x14\x72\x0a\xd2\x5b\x49\x90\x58\x7a\x45\xed\x95\x01\x61\xda\x76\x91\x81\x84\xa1\x32\x60\x3b\x65\xa5\x2e\xf3\x03\x39\x24\x73\x00\xc9\x98\x00\x61\xb2\x3a\x61\xc0\x69\x29\xda\x2f\x57\x38\x18\x29\x17\x7a\xca\x01\x29\x65\x4e\x8e\x27\x9d\x90\x88\xb9\x38\x08\x9a\x8d\x70\x24\xe0\x4c\xf1\xa4\x8c\x95\x90\x0d\x47\x02\x06\xd1\x52\x0d\x89\x32\x21\x7d\xdb\xc6\x27\x08\xc5\x96\x26\xae\x83\x30\xdb\xfe\xdb\x37\xef\xd9\x14\x05\x81\xd9\x0e\xbc\x98\x01\x49\x11\x10\x6b\xa6\xab\xa4\x73\x54\xb7\x9d\xe7\x7a\x40\x5e\x09\x8f\xf7\x70\x4e\x02\xbe\xe1\xe1\x60\x80\x32\x81\x6c\xee\x05\x72\xd6\x5f\xae\xed\x87\x2f\x39\x8e\xea\xc3\x33\x83\xd4\x3e\x5c\xe7\x84\x1d\x93\xaf\x6e\x9d\x2d\xda\x1c\xff\xd6\x80\xec\x1a\xe5\x36\xc7\xcd\x5d\x5c\x6b\x12\xfd\x7b\x85\x31\x70\x0a\xd9\x04\x21\x74\x0a\xd9\x09\x1f\xeb\x24\x40\x35\xde\x93\x8c\x72\x81\x91\x8e\x6a\x0b\xd6\x43\x1e\xb8\xb9\x82\x83\x4a\x79\x9a\x27\xe4\x5b\xa2\x78\x4f\x9f\x36\xb9\x93\x71\x01\x2a\x75\x69\x49\xe0\xa7\x45\xf1\x0c\xc9\x54\xfa\x9e\x5a\x21\x53\x18\xcc\x3f\x6d\x53\x6b\x96\x81\xec\xef\xe4\xf1\x2c\x44\xc7\x8e\xbd\xac\x17\xe7\x54\xd9\xf0\x3d\xc1\x4f\xa7\xe1\xf9\xb4\x21\x36\xd3\x8b\x7c\x91\x13\x98\x25\x53\x77\x2f\x90\x3e\x9b\xb3\x3b\x2b\xa8\xc4\x9b\xd9\x3a\xfa\x03\xc9\x58\xc9\x75\x61\x01\x7b\xde\xd1\x8b\x0b\xad\x18\x92\xb1\x39\x3b\xe8\xba\x39\x35\x61\xcb\x77\x40\xca\xc6\xc2\x09\x7f\x3b\x7c\x83\xeb\xc9\xe9\x04\x3b\x6b\xe6\x14\x82\x71\x72\x94\x4d\xa7\x0e\xd6\x45\x11\x6f\x3d\x4e\x2a\x19\x73\xb8\x0e\x15\x64\x96\xdb\x1d\x90\x5c\x21\xa3\x6d\xdb\x63\x85\x11\x48\x26\xc0\x08\xce\x33\x22\x3b\x58\x73\xd0\x57\x75\x08\x51\x23\xcc\x6b\xf8\xfb\xe6\xe5\x24\xc3\x57\x40\xf6\xf5\x0a\x48\xd7\xaf\xbf\x7d\x4a\x86\xae\xae\xbd\xd2\xa6\x8a\xb4\xb4\x19\x6d\x92\x00\xb9\xd2\xa7\x32\xca\x74\xf6\x68\xca\x00\x3a\xae\xeb\x7b\x4e\xd9\xf1\x5a\xdd\x81\x17\x6d\x26\x13\x5e\xf3\x41\x53\x56\xc7\x7e\x47\x9b\x1d\x90\x3e\x90\x0e\x60\xf5\xf0\xc9\x07\xd0\x22\xf5\xbc\x45\x32\xed\x6f\xdc\xe6\x6d\x63\x42\xe9\x40\xba\x04\x7c\x6f\x4f\x79\xcb\xb6\x44\x2f\xb7\x3d\x2a\x8d\x84\x53\xde\xb2\xc5\x99\xd9\x1a\xb1\x55\xd6\xfc\x1d\x48\xc9\xa6\x33\x23\x60\x64\x19\x40\xe6\xb7\x03\x7a\x09\xed\x78\xcf\x9a\xb1\xc6\x7b\x5b\xc9\xad\x27\xa3\xeb\xc8\xdd\xcc\x5a\xde\xb2\xed\xf2\x4d\xed\xd8\xaa\x62\xfd\xda\x81\x94\x60\xa6\x06\x24\x9f\x46\x1f\xb2\x99\x2d\x33\xf8\x9a\x99\xd9\x89\x4c\x67\x40\x32\xce\xf8\x00\xce\xac\xe3\x68\xa7\xb4\x03\x89\x13\xb9\x03\x72\x0c\x3d\x23\x48\xd7\x5e\x63\x2e\xcb\xa6\xd2\x09\x24\xcf\x85\x19\x90\x02\xb2\x2f\x7a\x91\x26\xd5\xaa\xa2\x03\x89\xdb\x9f\x7c\x9f\xfd\x6a\xe3\x49\xc7\x72\xc5\x5c\x24\x92\x0d\xdf\xf0\x44\x76\x95\xe8\xc5\x72\x81\x05\x5e\x57\xbb\x28\x5c\x41\x44\x7d\x15\x90\xde\x95\x23\x06\xe8\x4a\x19\x08\xf6\xaf\x38\x2c\xdf\x47\x67\x16\x2b\x72\x4c\x16\x5d\xe2\xa1\x0f\xf6\xaf\x58\x13\x7e\xc5\x7b\xef\x4f\x72\xf2\x36\x8b\x0e\x60\xf5\xa1\x76\x31\x87\x6c\xe7\xb9\xe6\x6a\x0e\x2d\x73\x20\x8a\x6c\x25\x0e\x78\x6d\x2e\xee\x90\x6d\x1a\x6a\x8e\x16\x2b\x5c\x41\x33\x4a\x45\xf9\x49\x25\x98\xc9\x9d\x75\xa9\x4e\x60\xcb\x09\x50\xf6\x97\x9a\x39\x9c\xf6\x96\x1d\x3d\xda\x74\xe0\xd9\x69\xfb\xc7\x4e\x30\x4b\x71\x65\xcd\x59\x55\x0e\xd4\x75\xe9\x54\x20\x39\x62\xb2\x2b\xd5\x7e\x44\xbe\xd6\x1c\x73\x56\x9d\xec\xe6\x40\x92\x04\xac\x5c\x98\x15\xd9\x86\x5e\x74\xa5\xdb\x8f\xa8\xcd\xaa\x4b\x07\x21\x7a\xca\x95\xb5\x39\x2c\xe9\x40\xf2\x39\xb8\x99\xcb\x76\x4e\xf3\x78\xcf\x17\x4b\xb4\x29\xf0\x82\xb6\xe6\xb8\x4e\xda\x9a\x0d\x8b\xac\x7c\x73\xd0\x97\xf9\x6d\x62\xdc\x50\xdd\xcc\xe6\x4a\x27\x96\x97\x66\x23\x2f\x7b\x06\x92\x71\x8d\x55\xb2\xd3\x6b\x66\x57\xec\xf4\xca\x85\x3b\x9b\xb3\xc4\xb1\x9b\xcd\xd5\x46\x5a\xf4\x29\x23\x35\xe7\x4f\xe5\x34\x2a\xac\xdc\x6c\xeb\xf7\x84\xf5\x07\xd2\x29\x66\x5d\x24\x47\xd6\x14\x33\x13\xb3\x11\x14\xcc\x8e\xb4\xd7\x60\x3c\xa9\xd7\xb8\xc8\x66\x73\x4e\xf3\xc2\x93\xdb\x7e\xf4\xcc\xda\x81\x25\x50\x37\x1b\xb0\xe7\xf5\x3d\xa7\x3c\xb1\x6e\x5f\x5e\x18\x95\xcc\x28\x81\xf4\x8a\xa9\x2b\x41\x4e\x3b\x3e\x8d\x0d\x48\x1a\x3c\x88\x48\xb7\xcb\xb6\x85\xe1\x69\xab\x38\x1a\xa0\xd9\xed\x53\x3c\xe8\x53\x37\xfc\x00\x29\x14\x61\x57\x2e\x10\xbb\x3b\x3d\x11\xe8\x6a\xe1\xf4\x06\x41\xed\x73\x3b\x6b\x3c\xa9\x7c\x1a\x33\xfa\x94\x78\x58\xe2\x3d\x45\x6f\x65\xda\x5c\xbb\x2d\x33\x17\xdf\xaa\xdc\x87\x12\x5c\x5b\x62\x93\x64\xdd\x2e\xf9\x66\x84\x6d\x6d\xa2\xd1\x60\xd8\x09\x07\x32\x35\xc8\x8f\x30\x80\xbc\xf4\x37\x90\xb4\x74\xdc\x95\x12\x5c\x7b\x82\xa4\x38\x4d\x4d\xaf\x01\xbd\x25\x80\x32\x82\x11\x94\xcb\x43\x82\x6b\xb9\x4a\x40\xca\xd3\xc6\xe6\x2a\x82\xb0\x96\x8b\xb9\x1c\xfe\x70\x20\xaa\xba\xea\x47\xb5\xdf\x44\x73\xd9\x8f\x6a\xaf\xe5\x36\xe5\xf1\xdb\x2e\x8e\xff\xb0\x36\xf8\x8a\xb6\x2e\x27\x38\xbe\xc1\xb1\x6a\x5c\x41\xb6\x9f\xd7\xf8\x22\x6b\x7c\xcd\x07\x4d\x09\xbc\xbd\x41\x1a\x86\x73\x27\x70\x55\x5a\xe0\x1d\x31\x9e\x04\xde\x74\x45\xdb\xd2\x3c\xf9\x06\x67\xa5\xb3\xfc\x32\xa7\x0d\x3e\x5c\x1e\x13\xbf\x82\x0a\x34\xc5\x97\x04\x24\x9f\x98\x11\xef\xc9\x5e\xc0\x3c\x9d\xf1\x17\xed\xe5\x54\x42\x9b\x8e\xcc\x30\xa7\x7d\xbb\x2d\xa3\xcc\xe9\x74\x48\xac\xd9\x64\xcd\xfc\x45\x13\xf7\x3c\xda\xb4\x66\x71\x89\xcb\x6b\xb9\x3b\x21\x67\x73\x15\x94\x3e\x52\xbc\x67\x77\x47\x46\xc0\x9f\xba\x03\x49\xb9\x77\x45\x2f\xda\x31\xd8\x84\x69\xcb\x02\xa4\x5d\xb6\xfc\x5a\xe2\x1b\x74\x55\xda\x24\x78\x20\xa5\x19\x62\xe5\xa7\x73\x51\xc4\xcc\x74\x21\x75\x30\x79\x0a\xcb\x27\x2c\x84\xc5\xed\xc9\xc9\x59\x56\x23\xb1\x0f\xcb\x97\x0e\x78\xbd\xec\xd1\xcc\x3c\x9d\x6f\xf8\xe2\x4a\x20\xdf\x30\xe4\xd4\x82\x79\x1e\x01\x49\xa9\x04\x19\x96\xb4\x5d\x07\xc4\x7c\x71\x51\x47\x2f\x0e\x8c\xf7\x3c\x9d\x4d\x27\xc8\x9b\xd3\x06\x27\xe8\xd2\x32\x91\x84\xbe\x38\xc5\xaf\x33\x99\xb4\xb9\x9c\x09\x8e\xfd\x5b\x2e\xee\x30\x19\x4f\x6b\x56\x3f\x4f\x2a\x91\x2e\xf4\x65\xe9\x6a\x8e\x5d\x91\x29\xbf\x64\xd8\xa0\xed\x40\x16\x88\xeb\x76\xa6\xc9\x1a\x90\xf8\x66\x56\xde\xbe\xe4\xf6\xe9\x6f\x73\xe3\x43\x55\x81\xe4\x70\xc8\xd5\x25\xc9\xb8\xa5\x7a\x7f\x4f\x94\x95\x4e\xa7\x57\x10\x74\xdb\xa9\x09\xf2\x26\x97\xf4\x11\x47\x47\xc1\xb0\x2d\xee\xd1\xed\xfb\xb7\x31\x51\x67\x59\xc8\xf4\xa2\x54\x26\x08\xca\x93\xac\xbe\x1c\xc7\x6d\xc7\x97\x11\xbd\x98\xb8\x32\x9e\xf9\xed\x19\xbd\x28\x4e\xfe\xd3\x8b\x35\xb0\xd1\xa6\xbc\x4d\xa0\x88\x8a\xf3\x74\x0c\x68\x84\xe2\xce\x1c\x6d\xe3\x53\x88\xe5\x40\xd2\x57\xde\xd1\xe6\x5c\xb6\x01\x29\x19\x29\x24\xcc\x05\x78\x32\xb3\x96\x0f\x40\xc7\xdc\x34\x1f\xce\xf3\x05\xd1\x92\xd5\xbf\xf4\x2b\xde\x33\x6f\xec\xef\x93\xd5\xbf\x60\x5a\x98\xb2\xfa\x97\x9a\x03\x1a\x9f\xa2\x30\x07\x72\xf0\x41\x07\x92\x45\x99\xa3\xf3\xd0\xa5\x73\x7d\x20\x27\x51\x64\x3c\x47\xd1\x41\x24\xe5\x3b\xd0\x82\x43\x73\x9e\xe2\x11\xef\x39\xb8\x22\xc6\x93\x27\x41\x88\x5d\x0f\x1b\x6a\xe1\xb4\x94\x7d\x38\x97\x11\x90\xd3\xc5\x27\x20\xf9\x0e\x70\x19\x3f\xa9\xce\xe1\x59\x3b\x6c\xa0\x46\x2f\x84\x60\x4f\x20\x71\x53\xcc\xda\x55\x67\x6a\x89\xf7\x94\x59\xa4\x46\x9b\xbc\x7c\x62\x74\x11\xc9\xe0\xc2\xec\x11\x10\x07\xc9\xc9\x75\x3e\xb3\x76\x20\x70\x0a\x28\x49\x83\xce\x93\xce\xa7\x01\xbe\x3c\x51\xa8\x0d\x20\x49\x3a\x31\x33\xab\x28\x20\x30\xca\x3e\x5c\x83\x43\x93\xc2\xa2\x63\x47\x99\xf6\x08\x48\xe0\xee\xcb\x21\x28\x90\x0d\x7b\x04\x04\x21\x7c\xa1\x74\xf1\xe8\xf6\x08\x40\xd9\xe6\x50\xe3\x92\xb9\xa8\xed\xd3\x8f\x86\x79\xda\x23\xa0\xb1\x4a\xf2\xd4\x2f\x1d\xac\x93\x6f\x7e\x8e\x2b\xcf\x39\x85\x1d\x5e\xdf\xe6\xcb\xa5\x96\xb8\x12\x5c\xc7\xa3\x82\xbb\xae\xdc\x31\xf9\xa2\x97\x93\x5b\x45\x9f\xdb\x55\x6e\x3c\x4f\xe7\x0d\xbe\x90\x7b\xac\x94\x08\x62\x8e\x27\x3b\x54\xe3\xed\xb0\x6e\xa4\x0b\x0a\x54\xc0\xce\xbc\xcd\x50\x70\x5d\xc8\xaf\xbd\x85\x3a\xe1\xed\x34\xb7\x77\xbc\x27\x09\x17\x06\xc6\xd9\x74\xa6\x2d\x19\xd3\x9e\xe5\x05\x62\x4e\x8e\x1c\xf0\x45\x21\xd1\x25\x71\x72\xde\x9c\x00\x46\xd7\xbe\xa3\xbf\x8f\x70\xe9\x2b\x9e\x14\xa7\x1c\x73\x71\x9d\x12\xb8\xef\xf7\xb6\x5b\x5f\xbc\xa7\xbc\xc8\x26\xd8\x4b\xee\x01\xd5\x69\x59\x0f\xa4\xb4\x62\x26\xca\x4b\x6a\x8f\x8a\x7e\x7b\x59\xed\xe1\xec\xe6\xcd\x91\xcd\xf9\xc8\x9f\xdf\x11\xe5\x25\x9d\x48\x99\x33\x5e\xb4\x2b\x16\x9d\x4a\x58\xbc\x33\x93\xc1\x79\xae\x00\x4d\x89\x02\x4c\xc6\xe9\x2b\xbd\xf1\xeb\xda\x56\xc4\xbb\x17\xbb\x81\x3b\x45\xcf\x81\xc4\xb9\x9a\xd4\xae\xe4\x64\xd2\x46\x8a\x25\xbf\x82\xe2\x7c\xbc\x07\xd2\xad\x6a\xde\x63\xc9\xf1\xbb\x3b\x67\x6b\x5b\xc9\x3e\xb7\x99\x5e\x7c\x53\x17\x46\xd0\xf1\x87\x14\x39\x40\xba\x38\x0d\x65\x5b\xc9\x55\x1f\xac\xd3\x5a\xca\xc7\xdb\x8b\x51\x79\xa9\x72\x6e\x2e\xb4\xdd\x92\x19\x0a\x5f\x24\xab\x7f\xb1\x93\xd8\x81\x84\xf4\xdd\x7d\x5a\x05\x63\x2f\xcd\x03\xc9\x7e\xee\xfb\x7e\xdd\xf2\x37\x6e\x46\x8a\x75\x43\xb0\x1b\x90\x7c\x2f\x2b\x6d\x2e\x48\x95\xe8\xd3\x89\xa1\xee\x80\x14\xbc\xd9\x18\x41\xc4\x1c\xee\x74\x49\x59\x53\xef\x98\xcb\xb2\x23\x18\x4f\x3a\xa7\x44\xcc\xda\xda\x67\x56\xde\x1e\xe2\x95\xd5\xbd\x9d\xb6\xf4\x03\xc9\xea\x0f\xa2\x59\x75\x83\x21\xcc\x61\xcf\xd5\x95\x16\x0e\xe4\x8c\x7c\xf1\xa4\x72\x3c\x80\x92\x52\xdd\xe4\xce\xb7\x4b\x59\x53\xb1\x52\x3b\xec\xb9\x61\xa6\x5a\xaa\x86\xdd\xb0\xe5\x13\x04\x1d\x3b\x9d\x1d\xcb\xd5\xa3\x4d\x0e\xf8\x99\x5e\xec\xd4\xcf\xf1\xc8\x2e\x53\xc4\xd1\x91\x0f\x7a\xb6\x83\xd5\x81\x14\xee\x7e\x33\xde\xb6\x1d\x85\x3e\xb7\x35\xbe\xcc\x5a\x97\xd5\xa0\x17\x67\x03\x4e\xac\x4b\x71\x30\xce\x15\x90\xf5\xfe\x15\xc8\x6a\x32\xaf\x84\xf2\xff\x76\xb8\x29\xc2\x97\x5d\xbb\xb5\x2d\x97\xd6\x1c\xf1\xa4\x24\x55\xbb\x03\x1e\x48\xde\xb2\x8c\x20\xf3\x79\xc5\xbf\x63\x61\x22\xe7\xa4\x3a\x48\xd8\x7e\x4b\x8d\x20\x61\x57\xdf\x68\x0e\x12\xce\x4e\xa1\x7a\x20\xc5\xbb\xb2\x9e\x0e\x19\xbe\xef\x78\x4f\x57\xac\x79\x71\x07\x10\x17\x7b\x96\x1f\xc8\x89\xa1\xe8\x73\x99\xfb\x2e\x40\x92\x51\xee\x78\x4f\xdf\x90\xe9\x73\xb9\x30\x40\xbc\x27\x23\x19\x67\x53\xea\x92\x72\xb1\x2e\xd5\x7e\xd8\x66\xc2\x1c\x15\xdc\x21\x84\xab\x8a\x5d\xbb\xf8\x06\xa5\xb2\x6d\x5c\x95\x4b\xea\x8b\x06\x47\xbf\x9a\x6d\x33\x9c\x62\x2b\x25\xb8\x66\x16\x4a\x09\xb3\x48\x4b\x26\xeb\x76\xf1\xb5\x2a\x11\x5d\x60\x13\x88\xe7\x45\x0f\xb0\xa4\x31\xc8\x2e\x4f\xd5\x1c\xcf\x5b\xa2\xcf\xee\xac\x2a\x60\x56\x77\x42\x63\x9b\x12\x97\xfc\xe8\x7b\x82\x46\x76\x6c\x56\x5e\x17\xfb\xb5\x8f\xf4\xbd\x4e\xd9\xc1\xb7\xb9\xb2\x14\x0a\xa9\xcd\x76\x6d\x3b\x90\x89\x48\x40\xb2\xe9\x5a\xd9\xbe\xec\xae\xee\x14\x80\x07\x52\xea\x14\x8e\x95\x85\xef\xc2\x26\x0d\x8a\x39\x45\x9b\x3c\x93\xe3\x3d\xd7\x25\x33\x1f\xbb\x24\x7c\xf7\x20\x30\x12\xbe\x1b\x6a\xf9\x25\x1b\x72\x71\x2a\x93\x03\x39\xb0\x93\x36\xc7\x5d\x71\x90\xe4\x84\x5e\x06\xc8\xab\x1c\xb1\xb5\x42\xe8\x87\xf3\x0e\x58\x1c\x5d\xc3\x29\x07\xcd\xb3\x2c\x39\xa1\x67\x27\x65\x3f\x90\xfc\x94\x39\x48\x12\x94\x33\x7a\xce\x35\x9d\xd0\x06\xd2\x20\xeb\x6f\x85\x9f\x59\xd3\x24\x85\x2d\x93\x10\x5d\x32\xe3\x4d\x5b\xc5\x99\xb5\xf3\xc0\xe6\x78\x4f\x42\x2d\x8a\xa3\x65\x0b\xef\x7d\x05\x24\xc9\x83\xf5\x94\x58\xd9\x82\x18\x28\x4b\x6b\x0d\x14\x59\x0e\x56\x81\xd8\x59\x74\xbc\x38\x48\xf2\xfb\xee\xd3\xbc\xe3\x92\x78\x98\xe1\x78\x97\x52\xaf\xb6\x0a\xa9\x5d\x0e\x68\xb8\x79\x72\x3b\xf3\x9c\xbf\x61\x3b\x57\x0a\x84\x42\x09\x55\x33\xea\x84\xb5\xbd\xd3\x5c\x02\xf2\xb5\x2e\x68\x98\x97\x7d\xad\x27\x7d\xca\x2f\xba\xc7\x11\xdf\x56\x5f\x70\x09\xd8\xdb\x19\xef\x8b\x25\x6f\xe7\x3c\xb9\xe0\x1f\x36\x92\x99\x47\x5a\x2e\x2e\x9a\xd9\x69\xa7\x12\x2a\xf0\x25\x4a\x0e\x3a\xd0\x1f\xae\x87\x4b\x08\x30\x17\x25\x07\x1d\x41\xf6\x55\x98\xb3\x25\x4e\xc0\xc3\x29\x65\x46\x40\x4a\xbf\x04\xf1\x79\x38\x15\x2a\xb3\x96\x3c\x31\xe2\x3c\x28\x95\x50\xef\x8c\x27\xf3\x64\x2e\xec\xe6\xd3\xd9\xc6\x39\xd4\x4f\x7b\xab\xc3\xa4\x58\x12\x88\x5d\x71\xf2\x20\x8c\x4f\xeb\x69\x23\x12\x2b\xaf\x90\xe1\xd6\xef\x80\x5c\xa8\x2a\x9e\xd4\x55\xd9\x18\x41\xf2\xd9\x80\xf4\xc9\x33\xb9\x25\x58\x2b\x99\x35\x2b\xae\x9e\xcb\x1e\xc6\x41\x52\x9e\xe6\x9b\x59\xf9\xa7\xb9\xc5\x1e\x90\xc2\x97\x21\x6f\x36\x6b\x62\x96\x5e\xd4\x52\x64\xd6\x2f\x07\xb1\x5b\x52\x25\x2a\x18\x7f\x84\xe5\x0a\x89\x95\x0b\xd0\x66\xcd\xf8\x22\x99\x35\x5b\x65\x75\xed\x0d\xec\x9c\x3c\xcd\x11\xb5\x05\xd9\x6d\xbd\xac\xd5\x65\x57\x5e\xfe\xa2\x46\x9b\x33\xdf\x80\x05\x72\xe3\x6d\x19\xec\x51\xf5\xbd\xea\xcc\x88\x07\xd2\x1e\x41\x6d\x14\x43\xdb\x1a\x57\x90\xaa\xef\xf5\x09\xfb\x44\x64\x2c\x7d\x62\xd6\xa4\x17\xa7\x3c\xc2\x0f\x6c\x39\xad\xa7\xbd\xc7\x0f\xa4\x35\xe3\x6c\xbe\x8d\xad\xd7\xb7\x7e\xca\x8d\xb0\xd9\xcc\xc6\x3b\x6c\x36\xc5\x64\x2c\x98\xf3\x49\xf6\x0d\x76\x4e\xe1\x46\xa8\xaa\x13\x04\xb5\x08\x16\xf5\xe6\x12\xe6\x09\x01\xdd\xd4\xf0\x30\xaf\xb3\xc5\xee\x97\x7e\xf3\x9e\x75\xca\x93\xf7\xf6\xef\x65\x56\x0f\xd4\xe5\x16\xc6\x93\xc4\x80\x4d\x20\x69\xe2\x3c\x17\x87\x64\x36\x0e\xc4\xb6\x8f\x2f\x36\xe4\x6d\x5e\xdc\x6e\xf5\x8d\x40\xcb\xcb\xc7\x63\x27\x0b\x92\xe6\x4e\x37\x7e\xbc\x17\xbd\xd8\xf3\x24\xf3\x9e\xf3\xd0\x99\xbb\xd9\xf2\xea\xad\x33\x07\xa4\x3a\x67\x16\x08\x77\xb2\x87\x63\x01\x5a\xae\x9a\x4b\x9f\xe6\xde\xac\x32\xd8\x4e\x5f\x99\x62\x9e\xe2\xe1\xaf\x4c\x1b\x69\x4b\x79\x6f\xbb\x30\x00\x7d\x9a\x8f\xb5\xbe\x79\x27\x87\x76\x14\x7a\x91\x5e\x1c\x45\xc7\x76\xb2\x22\x57\xcb\x6e\xfb\x76\x4e\x61\x23\xef\xbe\x45\x5c\x5d\x83\xe5\x40\x52\x3f\x99\xab\xdd\x92\x0b\x1a\xa6\x8c\xed\xb4\x97\xed\xd3\xa6\x14\x52\x9f\x5e\xe4\x80\x64\xc4\xde\xb7\x13\x9c\xfa\x58\x11\x0f\x8a\xf5\x7e\xdf\xce\x14\x61\xcc\xda\x4e\x87\x74\xe7\x78\xb2\x88\xdf\x8e\x27\xab\xbe\x2f\x20\x29\x5d\xcc\xdd\x6c\x57\x02\x71\x0e\xb7\x03\x59\x5b\x1a\x6d\xf2\x00\xba\x18\x01\x05\x10\x4f\x8a\x47\xc2\xb9\x73\x93\x58\xf3\xa6\xcd\xa9\x5e\x2f\xbe\xc1\x21\xc3\x39\x9e\x94\xb7\xac\x15\x01\x5b\xbe\xc1\x15\xf3\xcf\x96\x6f\x70\xee\xec\xf4\xed\x5c\x29\xb1\x4a\xf2\xcc\x70\x19\xa2\xb6\x9d\x90\x13\x51\x7c\xe7\xe1\xb0\x8f\x68\x33\xc7\x9b\x81\x9c\x04\x28\x9e\x94\x4a\x6b\x46\x9b\x83\x55\xbc\x2b\xd9\xf2\x60\xa5\x17\xd7\x1a\xe1\x34\x4a\xf2\xa8\x4e\xc9\x75\x20\x85\x0c\xc7\xe8\xcb\x9e\x51\xbc\x67\x3f\x0d\x33\x45\x3b\xbb\x78\xea\xa0\x17\xd7\xb0\xe6\x34\x66\xa7\x5e\xed\x01\x59\x47\x3f\x81\x64\x2a\xfd\x8c\x60\x23\x27\xbd\x80\xc9\x01\x09\xcf\x38\x71\x45\xea\x43\xae\xa0\x5d\x84\x3d\xa8\x91\x1c\xfd\x5a\x31\x87\x3a\xc2\xb5\x16\x5f\x09\x8e\x70\xad\x95\x79\xca\xc3\xb8\x60\x70\xdd\x45\xbc\xbf\x23\xf3\xda\x2e\xb2\x52\xa1\x3c\x71\x2c\x6c\x73\x56\xe6\x46\x2c\x2c\x72\xf2\x76\xc2\x25\xd4\x87\xdb\x15\x4b\xe2\x1b\x9c\x46\x34\xce\x58\xa1\xb4\x42\x03\x12\xff\x0b\x16\xc8\xa0\xdc\x90\x97\x76\x71\xf0\xdd\x8c\xf7\x9c\x5f\xf1\x7b\x9d\xf2\x76\xa6\xa6\xc2\x27\x55\x27\x6e\x61\x93\x24\xf8\x34\xfc\xf3\x76\xf5\x11\x60\x41\xab\x6d\x9e\x90\x14\x89\x3a\x2d\x81\xae\xb2\x0c\xf7\xca\x07\x2a\xa0\xb7\x0f\x08\xa1\x32\x27\x95\xc2\x06\xca\x6a\x5c\xe2\x78\x90\x00\x09\xe2\x6a\x3b\x71\xe2\xc0\x87\xa8\xc3\x7b\xdb\xc4\x80\x79\xba\x1a\x6d\x8b\x36\x25\x65\x07\x79\x1b\xe1\x06\x0d\x48\x82\x1d\x1b\xdf\xec\xb8\xc4\xcc\x9a\xcb\xc1\x72\xe0\x9b\x73\x7b\x40\x40\x9b\x43\x34\x5a\xbc\xf7\xd2\x91\x63\x04\xe7\x16\x00\x0d\x9a\x75\x68\x6c\x8b\xc4\xae\x7e\xc7\x5c\x5c\x65\xad\x30\x17\xdd\xf0\x03\xa4\x68\xe2\xf6\xf1\x11\xdd\x9d\x6b\x66\x00\xd9\xd1\x2d\xda\xac\x20\x29\x40\xca\x16\x66\x01\x7b\x77\xa7\xee\x6c\x01\xc9\xc4\xca\xa1\xb6\x8f\x2f\x3c\xcb\xee\x36\x33\xb2\x0f\x4a\x95\x54\x5b\xe6\x49\xe7\xbd\x03\xe9\x9d\x1c\x69\x94\x68\x53\x39\xa1\x16\x6d\xd6\xb9\xfa\x8b\xba\xfd\x42\xd8\xcd\x8e\xc0\x3b\x81\xf4\xde\xe4\x1b\x9c\x31\x6b\xc4\x93\x72\x71\xe2\xe0\x76\xe7\x15\x83\xa0\x39\x0c\xd9\x99\xf5\x0e\xa4\xdd\x6c\xf4\x29\x9c\x88\xf5\xa4\xf2\xc8\x8c\x36\xd7\xc5\x8b\xf7\xe4\xc7\xcb\xb5\xd6\x9d\x7a\x0a\x2c\x20\xd9\xaa\xe5\x2c\x82\x8b\x91\xb3\xf6\x70\x4d\xe9\x2b\x20\xa5\x4c\xbf\xe3\x3d\xa9\x8a\x18\x41\x66\xd4\x5c\x59\x6b\xcb\x75\x37\xe4\xc6\x72\xdd\x0d\x93\xa2\xea\x22\x05\xeb\x08\x21\xca\x83\xeb\x62\x28\xac\x1b\x25\x0f\x01\xcb\x85\x59\x0f\x17\xf0\xca\xd1\x8b\xcc\xd9\x33\x20\xe5\x93\x8b\x2f\x32\xef\xc8\x39\x92\xc1\x35\x3b\xff\x4a\x73\x68\x73\x43\x51\xe5\xd0\xe6\x96\x63\x2e\x92\x12\xc6\x15\xef\x29\x0e\xb1\x45\x9f\x56\x49\x0e\x20\x31\x22\x96\xf2\x28\xdb\x8a\x34\xe3\xb0\xe7\x82\xa3\xe9\x9e\xce\xdf\xc1\x65\x35\x9d\xb1\x83\xb9\x4c\xfb\x5a\x9b\x93\xa4\x34\x6b\x06\x3f\x65\x9a\x2d\x48\xbf\x7b\x8a\xda\x04\xdb\x25\xd3\x6c\xeb\x5c\x9c\x0e\x90\x9e\xd1\x8b\x08\xaf\xcb\x0b\x34\x17\x6a\xed\x70\xfb\x5b\x46\xd5\x16\x17\xa0\x8c\xaa\xbd\x80\x9f\x0a\x97\x6e\x28\x4f\x1c\x2e\x5d\x52\xcc\xc5\x66\x69\x18\x11\x8c\x9c\xd0\x25\x99\x35\x1b\xfe\x47\x8e\x42\x2e\xb8\xcb\x6d\x19\x32\xf3\xbc\xe3\x49\xf1\xcd\xf5\x7b\xef\x0b\x17\x47\x6d\x25\x06\x5c\xce\x80\x34\x80\x94\xf6\x92\x3b\xc1\x16\x50\xe7\xed\x3f\x90\x0c\x30\x1c\x6a\x79\x26\x37\x04\x1f\x87\x2f\xb7\x04\x21\x5c\xf6\xf5\x04\x41\x2d\xfe\x62\x68\xa0\xc8\x69\xba\x02\x72\x69\xa3\x06\x24\xbb\x66\x0a\x48\x41\xa6\x20\xbd\x33\x66\x39\xad\xe7\x81\xe4\xe7\x0a\xd1\x72\x8e\xdf\x09\xe7\xb3\xd1\xf8\x32\xba\x1d\xcf\xb8\x39\xe5\xf1\xdb\x09\xed\xd8\x32\x4f\x36\x62\xea\xf6\x76\x5d\xe1\x18\x5d\x82\x6b\x07\xe9\xed\xe3\x1b\xbc\xa3\x43\x8d\x27\xdf\xf0\x10\x1f\x14\xdb\xf2\x10\x91\x44\x7d\xe1\x50\xe3\x82\xaa\xc8\xa1\xc6\xb9\xb2\xb9\x36\x2c\xce\x0f\x24\xdf\x52\x0e\xa7\x44\xf1\xd2\xa2\x17\x97\xb3\xe5\x12\x78\xe0\x5c\x36\x80\x44\x78\x47\xb4\x3d\xc4\x49\xd2\x8b\x88\x1d\x7e\xd8\xfb\x61\x27\x38\xf8\xca\x87\x0b\x5c\xc1\x89\xa8\x86\x47\x73\xee\x84\xb6\x9f\x76\x0e\xe4\xc2\x7d\xda\x71\x09\xd2\xe0\xac\x5f\x41\x32\x1d\x24\x8c\xb9\x77\x3f\x1d\xaa\xca\x61\x71\x9e\xaf\xf6\x79\xcf\xd6\xf4\x09\xe4\x6a\x2d\xf1\xa4\xfc\x1f\x62\x3c\x47\x17\x5a\x58\xdc\x12\xda\x5b\x6e\xd1\xa6\x23\x0e\x67\x2e\xef\xe3\x86\x42\xcd\x61\xc1\x39\x2e\x63\x67\xef\xaa\xec\xad\x42\x7f\x0b\x71\x88\x5b\x75\x33\x2a\x1e\x16\x2e\x2c\x5a\x42\x42\x72\x29\x51\x4c\x51\x51\x3c\x94\x95\x77\xb9\x50\xe2\x41\x5d\x12\xb4\x8d\x11\x6d\x8e\x2b\xf3\xcc\x5e\x3e\xc6\x8c\xf7\x92\xd5\x01\x37\x2d\x87\xf7\xe6\xc2\x05\xf8\x72\xaa\xf5\x78\xd2\xc5\xa1\x38\x0f\x2f\x9b\x89\x21\x99\x2f\x2e\x32\xe6\xe9\x6c\x25\x56\x5f\x50\x94\xbf\x41\x16\x6d\xda\xbb\xc0\xba\x97\x35\xe8\xac\x84\x4c\x7b\xe5\x86\x2d\xb1\x2f\x72\x5c\xcd\x16\xe1\x11\xda\x5d\x4a\xb4\x60\x6a\x73\xcc\x6e\x71\xc6\x95\x46\xb9\x50\x57\x01\x6c\xfb\x2d\xae\x1d\x63\xac\x2b\x7b\xb6\x90\x4d\xdf\x04\xbf\xfb\x6b\x1d\xa5\x8b\x2b\xab\x6b\x79\xb6\xb8\x74\x94\x96\xaa\xdc\x50\x94\x37\x8c\xdd\x04\x52\x45\x24\x48\xfb\xdb\x58\x0e\xbe\xbc\x4d\x6a\xa3\x6d\x3b\x08\xeb\x02\x72\x90\xcb\xe9\xa5\x0f\x27\x8d\xb2\x2f\xcd\x81\x94\xba\x53\x97\x4e\xa7\xb2\xa7\x8b\xb8\x76\x57\xf6\xac\x4e\xf7\xd4\x47\x24\x86\xea\x40\x3a\xd3\xa2\x8a\xdd\x95\x3d\xbb\xc3\x5a\x0e\xa4\x72\xcb\xba\x3c\x0e\x64\x47\xe1\x6f\x75\xca\xdd\x85\x3e\xbb\xc3\xac\x0f\x24\xc2\x9b\xa2\x53\x65\x5f\xeb\x4c\x4d\x0e\x2c\xae\xc2\xdb\x5d\x04\xb4\xb9\x5a\x44\x77\x11\xd0\xea\x63\xd5\x5d\xf6\xb3\xfb\x88\x77\x87\x1a\x17\xdb\xcf\xbb\x43\x8d\x8b\x63\xe3\xba\x83\x8b\xdb\x15\xef\x39\xdb\x6a\xe6\x73\xed\xa4\x32\xfd\xb9\xc9\x69\x05\x6f\x3f\x29\xc5\x43\xb7\x11\xe9\x40\x22\x37\xed\x06\x72\x16\x82\x02\xa4\xa0\xeb\xdb\xdf\xa0\x90\xe1\xd2\x46\x02\x92\x78\xc1\xf2\x5a\x65\x30\x0b\x4f\x5a\xbf\x76\xf3\x24\x69\xdf\xe9\xd3\x5c\xc3\xf0\x93\xb7\x73\x50\xd3\xe7\x2d\x97\xb8\x7c\x07\x24\x9e\x7a\x02\x61\xfe\x29\x40\x8a\xcc\x8b\x27\x9d\xac\x73\x46\x9b\xcc\x4d\x3a\x8e\x7d\xd8\x08\xe8\x44\xef\xdd\x01\xbd\xd5\x11\x5a\x07\x92\x20\xc9\xac\x49\xfe\x14\xbd\xd8\x63\x9b\xd5\x95\x11\xb0\xf7\x98\xb5\x38\x50\x57\xa5\xee\x2e\xe6\xd9\x46\x7c\xc3\xb6\x4b\x1c\xef\x49\x24\x73\xe2\xc9\x3e\x54\xff\xa2\x14\x9e\x94\x69\x6f\xd8\x1c\xd3\x5d\xcc\xb3\x5d\xe0\x4b\x26\x33\xc5\x00\x92\x76\x1d\xe4\xcd\xf6\x16\xc8\x15\x48\xc2\x7e\xa7\x4f\x19\x24\x5d\x90\xbf\x3b\x14\xb7\xc7\x5c\x9c\x6f\xd8\x7e\xbc\xdd\x85\x37\xfb\xa4\x4f\x95\xda\xac\xf3\x8e\x36\x1f\x55\xda\xa6\x53\x91\x77\x20\x19\x0f\x5b\xb4\xd9\x19\xca\x23\xb8\x0c\xa7\x0d\x7d\x07\x52\xe0\x7f\xb4\x39\xa7\xf7\xbc\x81\x14\xcd\xd8\x0d\x51\x16\xf3\x4a\x40\x0a\x67\x6a\x13\x48\xb9\x1a\x66\x3c\xe9\x08\xd7\x01\x24\xc5\x0a\xb8\xab\xa4\x51\xed\x62\x6f\x2b\xce\x65\xf4\xe9\x9a\xd8\x3d\x03\x3d\x64\xd7\x28\x40\x32\x64\x46\x9f\x22\x68\x3d\x7a\xc1\x91\x8f\xf7\xec\xc8\xd7\xa3\x4d\xfb\x1e\xb3\x96\xeb\x9e\x2d\x4a\xdd\xb5\x2e\xeb\x98\xd1\x26\x2e\x93\x33\xad\x98\xd6\xea\x44\x46\x7d\xb8\x16\x47\xff\x40\x12\xe1\xa1\x28\x4e\xc7\xeb\x3c\x7b\x07\x12\x57\x3b\x3c\x6b\xd5\xa5\xec\x1d\x5c\x52\xdc\x6a\xb3\xba\xa4\x7f\x22\x55\xe9\x73\x3a\x6b\xa2\x47\x6f\x4e\xa8\xca\xac\xe5\x45\xdc\x2e\xb0\xa7\x89\x0c\xcf\xe8\xc5\x15\x4b\x8a\xdf\xeb\x66\x2f\xc0\x9e\xee\x82\xc0\x10\x50\x45\x95\x96\x0c\x2d\x70\x25\x4a\x7b\x69\x1d\xc8\x79\x04\x81\xa4\x96\x6b\x9c\x38\xb9\xff\x56\xfb\x92\x1f\x48\x52\xd0\x9c\x40\x92\xeb\x20\xe6\xdd\x21\xfb\xe9\x5b\xef\x8b\x3e\xec\x1b\xec\x5c\xc4\xdd\x81\xab\xdd\x9a\x9c\x03\xa9\xc6\x14\x77\x89\xfc\x7f\xbb\xc3\x4a\x0f\xe4\x2c\xfe\x40\x4e\x53\x33\x18\x9e\x98\x6f\x7a\xf1\x6d\x0c\x4a\xda\xff\xd7\x5a\xb3\xee\xc0\xd5\xde\xb9\x4b\x5c\xdf\xa3\xf2\x11\xf2\xdc\x2d\xf1\xb9\xce\x52\x95\x21\x37\x0e\x16\x75\x52\x9e\x03\xc9\x02\x3a\x02\x32\xc9\xe4\x3d\x07\x4f\xb3\x65\xae\xfd\x71\x83\x5a\xc3\xae\x51\x20\xef\x20\xec\x72\x02\xc9\xf2\xdd\x02\xd2\xf7\x71\x74\x24\xca\xd5\x5c\xa2\x4d\xe8\x7a\xbb\xcd\x61\xa5\x19\x62\xa7\xcc\xbd\xcd\xf9\x34\x3a\x05\x26\x2b\x64\xd8\x61\xa5\x85\xc3\x32\x89\x5c\x33\x12\xca\x94\xd8\x13\x07\xc2\xc6\x43\xd7\xf2\x3d\x90\x32\x3e\x40\xb4\xa6\x33\xf7\x72\xa7\x4f\xe7\xe8\xc8\xd1\x26\x81\x09\x52\x34\x31\x95\x32\x82\x13\x10\x82\xae\xd3\xfe\x01\xec\xb4\xfd\x6a\x47\x7c\x83\x7d\x15\x58\x09\x85\xa3\xf6\x02\x29\x52\x81\xc9\x6c\x2f\xf0\xee\x00\xd4\x6a\x9d\xe4\x81\x92\x54\x53\xfe\x3e\x49\x64\xc5\x59\x1d\x0e\x24\x12\x56\x13\x90\x7d\x77\x26\xd0\x5b\x3a\x50\xcf\x6c\xb3\x9e\x09\xe8\xd6\x65\xd5\x81\x2c\xdb\x34\x20\x27\x57\xe7\x49\xa7\x37\xbf\x03\x92\x1f\x2f\x7b\xe4\x38\xcb\x06\xf6\x6c\x5c\x95\x26\x90\xf4\x95\xac\xbc\xe4\xa5\xd2\xb8\x46\x37\x6a\x32\x66\x26\x7e\x3b\xae\xbc\xed\x52\x9b\x97\x7b\x79\xc0\x3b\x7a\x66\xce\x4c\x9c\xb8\xba\x70\xa1\x04\xcf\x1e\x16\xcc\xd9\x77\x3b\x54\x8e\x78\xcf\x69\x4b\x59\xdd\x87\x75\xa0\xec\xfb\xc3\xe1\xd2\x57\x01\x92\xb9\x29\x7a\x11\x29\x9a\x10\x2d\xcb\x3d\x37\x3b\xe6\x8a\x84\x17\x57\xf3\x53\xca\xaf\x1b\x12\x8d\x4b\x23\x04\xd4\x95\x05\xaf\x78\xcf\x2b\x18\xef\x2d\x63\x24\x4f\x4a\x1f\x3b\xb9\x3c\x5c\xf7\xef\xe2\x82\x90\x61\xb1\x4f\xce\x8a\x2b\xfd\x95\x11\x6d\x52\x1f\x42\x19\x9e\x04\xe9\x17\x20\x31\x1b\x5c\x87\x96\x51\x3a\x23\xc8\x94\xd8\x0a\x6c\x82\x5d\x13\xe3\x8c\xd9\x35\xf1\x1a\xf1\xa4\x52\xfc\xe6\x0b\xc8\x8c\xa4\x47\xb0\xc4\x92\x20\xb5\x32\x3a\xe6\x09\xb6\x3a\xa5\xf0\xcd\x89\x73\x7a\xa2\x6b\xc6\x7b\xd6\x99\xfb\x8b\x5e\xd6\x53\x73\xc1\x2b\x26\xb2\xa5\x14\x90\x4f\x23\x90\x2c\x43\xe7\x5a\xfb\x96\x28\xbf\x48\x88\xc2\xb4\x8d\x76\xdc\x72\x12\x67\xca\x60\x32\x12\x60\x72\xa9\xd1\xa6\x83\xcb\x26\xbd\xa9\x60\x3b\x80\x6c\x92\x08\x48\x5c\xd1\x8c\xf7\xe4\x78\x06\x91\x54\xd8\x65\x1e\xdc\x87\x6f\xd5\x80\xb0\x6b\xd4\x81\xec\x3b\x1b\x90\xf8\x19\xee\x58\x09\x3e\x6d\x80\xa0\xaa\x25\x58\x1b\x07\x57\x82\x4f\xbd\xb8\xf3\x9c\x8f\xb7\xb0\xd8\x6f\x67\x0b\x4b\x01\xe9\x6b\x3f\xbd\xc8\xce\xcf\x2d\xa7\xc0\xce\x32\x21\xd8\x6f\xa7\x11\xe5\x70\xbe\xed\x84\xce\x25\xf0\xb6\x8f\x0a\xb7\xf8\xdb\x21\xc3\xbe\xba\xa6\x45\x24\xeb\xad\xba\xeb\x05\xe6\xe9\x5e\xe6\xe5\xd0\x1c\x8f\x30\x2d\x30\x59\x79\x72\x20\x5f\x87\xd1\x8b\xe2\x99\x06\xef\x39\x0a\x32\x05\xe4\xd4\x4c\xb7\x21\x57\x45\x68\xbc\xe7\x14\x95\x99\x11\x6c\xd4\xb9\x78\xcf\xfc\xd3\x1d\xef\xa9\x76\xf7\x64\x74\x0c\x92\x09\x48\xfe\x08\x33\x7a\x91\x6f\xf7\x15\xef\x49\xf3\x9e\xe2\x3d\x29\x10\x4a\x8c\xa0\x1c\xdb\x37\xef\xc1\x65\x32\x33\x61\x9d\x4d\x27\x07\x92\xd3\x5d\xac\x99\xf4\xc6\xf6\x3c\x39\x90\x6c\xf9\xf1\xed\x52\x2a\x39\x11\x64\x77\xe0\x6a\x75\xe0\xcc\x81\x1c\x8c\x23\x5c\x9a\x36\xfe\x3a\x3e\xf3\x40\xbe\x90\x26\x90\xb2\x25\x5c\xd1\x26\x53\x9b\x0f\xee\x74\x3e\xde\x9b\xaf\x95\xf1\xb7\x73\xb1\xcc\xe4\xa3\xda\x03\x72\x76\xb9\x80\x64\x28\xfa\x3c\x69\x89\x93\xf1\x2c\x71\x5a\x02\x9c\x54\xa3\x19\xd1\x26\x1e\xd0\xfc\x9a\x63\x68\x8b\x7d\x85\x0e\xe4\x4c\x34\x7c\x91\x54\x37\xd6\x8b\x1f\x48\x15\x59\x46\xbc\xa7\xd0\x2a\x56\x37\x81\xd7\x01\x2d\x45\xe2\x32\xba\xcc\x70\x2e\x7c\xd0\x67\x72\xe6\x47\xbe\x3d\x8c\xbf\x1d\x48\x7b\xc4\xfe\xd9\xc0\x6b\x17\xd1\x03\x49\x12\xe8\xf1\x9e\x94\x51\x66\xb4\xe6\xed\x72\xa8\x85\x27\xed\xf3\xc3\x4a\x38\x4a\x77\x80\x67\x72\x0a\xcd\x8d\x79\x5a\x1e\x74\x2d\xcf\x03\xd9\x05\x60\x00\x59\x1a\x8d\x36\x7b\x15\xd1\x8b\x42\xc5\xad\xf1\x3d\x90\xd9\x35\x9e\x94\xf4\x3b\xa2\x4f\xb1\x17\xf5\x03\x89\x8f\xcd\xcc\x6c\xbb\x5a\x0b\xdf\x6e\xb6\x8b\x73\x64\xb3\xad\xbd\xc9\xfa\xcc\x62\x1d\x91\x70\x23\x82\x97\x1d\xcb\x56\x66\x98\x8b\x76\x94\x6e\xb3\x97\x4f\x77\x94\x6e\x1e\xf7\xf7\x9c\xb2\x43\x78\xbb\x35\x6a\x07\xb2\x4b\x3a\x90\x75\x3e\x10\x11\x5b\x6a\xd1\x9e\x4c\x59\x6a\x3b\xe2\xb6\x03\x7a\x1b\x62\xa5\xcb\x31\x36\x5b\xf6\xfb\xcc\x56\x4a\xb0\xd5\xce\xf7\x04\x8f\xe4\xc0\xdc\x8c\x28\x30\x65\x71\x6d\x13\x22\xa2\x9c\x4e\xed\x02\xd1\x8a\xab\x4b\xb3\x14\x16\x40\xad\x9b\x3a\x90\x0d\x37\xd1\xe6\x54\xa1\xf4\x49\x70\xea\x04\x72\xa6\x34\x9e\x54\xc2\x43\x3b\xbd\x1f\xc8\xc9\x3a\xe3\x49\xd9\xac\x63\x04\x13\x9f\x49\x9f\x4e\xdc\x62\x79\xc2\x05\x1f\x9b\x7d\xa6\x0f\xa4\xd0\x58\x36\xb0\x38\x5f\xb4\xf9\x51\x07\x02\x97\x04\x29\x72\x20\x70\x6b\xd1\xa6\xc0\x19\xbe\x9d\x62\x38\xbe\xa9\xa7\xf3\x22\x77\x0e\x92\x0b\xde\x24\x90\x49\x21\xbc\xad\xb1\x7f\x15\xaf\x86\x0a\x24\x61\x2a\xde\x73\xa8\xea\x88\x27\xe5\xa2\x36\xe3\x49\x95\x83\x1a\xd1\xa7\xf2\x85\x80\xf4\xd5\x3a\x6c\x56\xb0\x3a\x90\x9b\xa3\x5a\x1d\x5e\xe4\xeb\x77\xca\x88\x5b\x11\x0f\x67\x75\x48\x34\x97\x87\xd3\x3d\x95\x3b\x20\x57\xc3\xe0\x3d\xe7\xd5\x2d\xf4\xb9\xcd\x97\x30\x1e\xe9\x32\xa3\x4d\x61\x18\x8c\xa0\xa2\x95\xd9\x21\x28\xdd\x01\xbd\x6d\x80\x9f\x2e\x53\x99\xc0\x41\x65\x81\xee\x2d\xc5\x7b\x32\x4f\xde\x01\x59\xf5\xe6\xf1\x64\xb6\x6d\xd6\x49\x76\x57\xa2\xac\x39\xde\x13\x69\xa8\x60\x8f\x42\x71\xeb\x04\x93\x1b\xf9\x5e\x06\x90\xce\x0a\xdf\xd0\x94\x91\xa4\x72\x01\xca\xa4\xdb\xca\x8c\x27\x65\x54\xe5\x5a\x53\x60\x6e\x9b\x5c\x09\x0d\xdd\x77\xbc\xa7\x82\xfc\x57\x3c\x69\xbf\x7d\xb7\x75\x18\xa6\x0c\x24\x5f\x8c\x1a\x6d\xca\x64\x02\xb9\x71\x46\xea\xc2\xde\x5a\xf8\x1e\xac\x52\xc7\xc7\xbe\x01\x29\x56\x34\x46\xb0\xb4\x16\x7d\x8a\x7d\x6a\x23\x9e\x94\x8f\x2f\xd7\x45\x77\xea\xb0\x9b\xf1\x14\xda\x71\x83\x2f\x4a\x1a\x55\x1a\xab\xe4\xec\xd1\xb9\xc4\x93\x2a\x13\xc0\x55\xe9\xc4\x50\x9d\xb9\x48\xa2\xae\xf3\x0a\x48\x61\xe4\x50\x86\x61\x5f\x0c\x28\x83\xcd\xaf\x17\x44\x52\xe6\xd7\x9e\xb8\xee\x87\x33\x84\x80\xad\xc3\x11\x1a\x29\x20\x7b\x2d\x77\x20\x51\x06\x4e\x87\xe4\xe4\x52\xa1\x28\x8a\x31\x2d\x95\x4b\x4e\x12\x6e\x0d\xd6\x63\x2a\xd8\xbe\x70\x8e\xec\x3a\x9b\x73\x40\xca\x6b\x7d\x7f\xaf\x53\x9e\x12\x6a\x7b\x86\xbf\x70\x58\x69\x1b\x01\x49\xb3\xd2\x19\xd0\xb5\x38\xcc\x8c\xcf\x69\x21\x05\xa2\x6c\xdb\xa5\xf3\x60\x75\x87\x79\xe6\xce\xe7\x2a\x2b\x73\xc9\x2d\x20\xb9\x7a\x43\x36\x16\x02\x68\x07\xd2\x21\x83\xeb\x53\x08\x68\x47\x47\xe8\x30\xcf\x0c\x67\xee\x30\xcf\xdc\xd9\xce\x65\xf7\x20\x10\xcd\x25\x41\x1b\x07\x57\x66\xc6\x7e\x47\x9f\xf6\xb6\x04\x7d\xb6\x73\xb8\x99\x6f\x9e\x1b\x1b\xf2\x00\x92\x32\x03\xc2\xbb\x5d\x6a\x9e\x8d\xdf\x2e\x5b\x05\x19\xde\x4e\x90\x09\x71\x55\xa0\x65\xae\xf0\x4f\x2e\x1e\x1a\x7c\x9e\x53\x10\xdd\x33\xda\xe4\x64\xcf\x76\x3a\x4b\x32\x8a\x9c\xb9\xe1\x1a\x3a\x90\x0f\x35\xef\xd9\x7a\x0f\x11\xd9\xd6\xd8\xb3\xd6\x4e\x5d\xe4\xf0\xf3\xee\xa8\xcb\xd2\xe1\x83\x6c\xc8\x44\xc3\x15\x91\x95\x1c\x32\x8b\xe2\xb1\xd6\xa4\x2e\xa2\xcd\x86\xcc\x02\x9a\xdb\x8b\x18\x1d\xb6\xe3\x25\x7b\x61\x5d\x1e\x96\x9e\x5a\xbc\xb7\x0f\x82\x72\x91\x3d\x5c\xf7\x0f\x52\x64\xd3\x25\xe2\xe8\x7c\x98\xb3\x83\xc3\x7e\x50\xbe\x9e\x27\xb7\xe3\x1e\xe9\x65\x9b\x0f\x62\x2e\x4e\x67\x05\x37\xac\x12\x45\xfd\xe2\xb0\xa8\xcc\x68\x8f\xeb\xd0\x86\xc5\x0e\x61\x92\x37\x70\xad\x90\x3e\xf9\xff\x96\xcc\xe5\xf1\x24\x06\x93\x3e\xa5\xb1\x4f\xec\xd8\xd3\x46\x32\x70\xfe\x69\xe3\x2f\x27\xe7\xe9\xb0\x7c\x46\xb0\xd8\x8c\xd4\x35\x95\xc7\xb7\x74\x0b\xca\xf3\xe5\x80\x0d\xcb\x67\xf3\x65\x0f\x63\x70\xc9\xf5\x6e\x1a\xc4\x55\xe2\x6f\x09\x42\xaf\xc8\xbc\x5c\xb9\xd6\x2c\xe1\x66\xc8\xcd\x0b\x7f\x12\xfa\x74\x28\x17\xbb\x22\x0f\xdc\x3c\x39\x1d\x4a\x88\xdb\x6f\xd6\x1a\xa7\x57\xd8\x99\x37\x25\x87\xbd\xd6\xaa\x07\x53\x3b\x97\xf1\xdb\x09\x5c\xe1\x40\x2d\x7f\xce\xcf\x93\x8a\xbe\x03\x93\x2d\x63\xde\x9f\x27\x95\x2b\x25\x07\x24\xe9\x29\xc6\x73\x18\xb9\xcf\x9f\xab\x85\x56\x97\x95\xe8\xc4\xcd\xd9\x4f\xa3\xaf\x8b\xf1\x12\x90\xd4\x41\xc6\x56\xd7\xf9\xec\xae\x44\x79\x20\xf9\x73\x19\x77\xd7\xe5\xcb\x51\xa6\xee\xee\x5a\x9e\x1d\x4c\x5e\xaa\x66\x52\x60\x21\x5c\xa1\xb3\xa2\x6b\x5f\xb6\x44\x71\x95\x2c\xd9\x9e\x8a\x5d\xf0\x0e\xa4\xd5\x35\xf9\x5e\x4e\x34\x8b\x3c\xef\xfa\x99\xd5\x69\x4b\x3b\x01\x68\xe8\xbe\x97\x64\x8d\xd6\xf3\xb7\x95\x47\xce\xa3\x72\xe2\xb8\xa3\x1b\xdd\x41\x26\x76\xcb\x66\xaa\x6a\x26\x7e\xdd\x4e\x27\xe9\xc5\x76\xac\x5a\x73\x89\xa2\xbe\x6e\x93\x8d\x68\x43\xbc\xa0\x17\xeb\xc2\x12\x6d\x0e\x9e\x66\x99\x9c\xf6\xa7\xcc\x80\x94\x66\xc8\xc8\xbb\xec\xa5\x09\x8f\xe4\x68\xb1\x8e\x61\xca\x25\x33\xb3\xd3\xaa\xf4\x95\xa5\x7d\xc6\x28\xe7\x58\xae\x62\x9f\xe9\xee\x82\x96\x99\x6b\xc6\x05\x2d\x0b\xc2\xf7\xca\x2e\x5f\x3f\x79\x4f\x97\x07\x7a\xc7\x55\x9c\x82\x93\x6f\x20\x5e\x8b\x55\x72\x95\x10\x4c\x82\x2e\x29\x59\x4a\x0d\x48\x96\xe1\x46\x2f\xce\x1a\x65\x72\xba\xc4\x0d\x57\x97\xb1\xe9\x2e\x1b\x59\x6f\x36\xb0\x8a\x17\x70\xda\xfe\x03\x79\x3b\x33\x90\xf8\x27\xfa\xb4\x31\x08\xdd\xdb\x72\x7a\x1b\x64\x1b\xc7\x72\xb5\xc9\x8e\xd9\x89\xd1\x2e\x4e\x07\x92\x43\x97\x6f\xff\x65\xde\x98\x1b\x7e\x39\x69\xaa\xbd\x52\xfa\xa2\xf8\x3a\x2b\xaf\x38\xaf\xea\x64\xe0\x07\x92\xac\x51\x19\x41\xa2\x23\x8a\x15\x47\x76\x35\x87\xde\xf7\x55\xed\x75\x13\x33\xd3\x75\x68\x7f\x8b\xbe\x94\xe0\xb4\x38\xfd\xe8\x81\x64\x8c\x6d\xd1\x66\xcd\x5f\x40\xd2\x30\xfb\x18\x2f\xf3\xb1\xf0\x95\xab\x39\xb5\x3b\xdf\xd7\xd0\x53\xdf\x40\xca\xce\x9b\x19\xc1\x29\x2a\xcd\x23\xad\xe6\xea\x37\xac\x84\xf8\xd8\x8a\x88\xeb\xba\x8d\xed\x06\xaf\x9b\xfd\xbe\x4b\x3c\x29\x47\x30\x73\x4c\xab\xe9\x8b\x32\x73\xe9\x4e\x51\xe9\x6b\xd4\x11\x61\xf5\x66\xd6\xdd\x85\x3e\x59\xb3\xee\xea\xe0\xec\xa6\x1c\x15\x3b\x2a\x11\xaa\x38\xc6\x8e\x75\x0c\xc3\x13\xc8\x6a\x1d\xc6\x9b\xf6\xae\x6e\x40\xca\x3d\xc3\xf7\x51\xa5\x1d\x42\x81\x9d\x08\xe2\x63\x3b\x91\x0b\xb0\x1d\x48\x19\xf9\xc0\x4f\xaa\x31\x82\x13\xe2\x4e\x47\xcc\x7a\xd8\xf5\x72\x46\x9b\x6a\x72\xfa\xea\x5a\x43\x57\x10\x17\xf5\x12\x1f\xdb\xed\xf1\xd0\x97\x32\xb5\x34\x57\x90\xee\x0e\x1d\xeb\x35\x45\x9b\xf0\x1a\x42\xe8\xf4\xa3\x58\x6a\xa8\xdb\x88\x7c\xe6\x40\xb2\x8e\xa6\xdf\x75\x1b\xdb\x88\x36\x94\x66\x5e\x97\xe1\xb2\x55\x9c\x2a\x3b\x00\x22\x39\xae\x21\x99\x3d\x08\xa8\xf9\xdf\x3b\xbe\xc8\xa1\x24\x95\x79\xda\x07\x1d\xb2\xaf\x64\xa4\xb9\x33\x33\x59\x8d\x72\xb7\xbc\xe4\x7a\x8f\xc5\xa9\x21\xba\xeb\x3d\x76\x2c\x4a\xcb\x29\x46\x1b\x54\x63\x3a\x7b\xc8\xfd\xad\x9f\x72\x5f\x73\x5a\x7b\xc9\x8b\x8e\x32\xb3\x30\xec\xb2\x91\x8d\x5b\x7c\x89\x6f\x6e\x0e\xa2\xed\x44\xa0\x71\xe7\xad\xe9\xd0\x51\xd0\xdc\xa9\x53\xe0\x47\x97\x52\xa7\xe4\x09\x79\x73\x6d\x13\x07\x1f\x1c\x48\x4e\x77\x31\xba\xb5\xb3\x25\xfa\x7c\x4b\x11\xef\xf7\x6c\x36\xca\x6c\xb5\xd3\xaa\xb8\x36\xf2\x81\x1c\x7d\xe7\x99\x29\x19\x69\x77\x1c\xdb\x81\x94\x82\x93\x0d\x74\xdd\x93\x01\x52\x2c\xa7\x46\xac\xf1\xa4\x38\x0a\x0e\xcb\xa2\x2a\x1f\x7d\xba\xb2\x76\xcc\xc5\x51\x5f\xdc\x80\x76\xeb\x43\x87\xbd\x36\xf7\xef\x0d\xa4\x5c\x57\x20\xb6\x39\x6c\x57\xc5\x3d\x90\xdc\xd7\xa2\x4d\x71\xf2\x81\x68\xdb\xa5\x78\xe2\x49\x09\xd1\x17\xf3\xdc\x68\xe2\x68\x5b\x36\xce\x54\x20\x65\x36\x48\x01\x55\x71\x53\xbc\x27\x32\x85\x48\xbd\x94\x1c\x34\xd7\x2b\x9e\x7c\x8b\xbb\x01\x72\x2e\x69\x48\xb4\xf3\x93\xcc\x2b\x20\x49\x1e\x1c\x8f\xed\xd0\x74\x50\xf2\x61\xdf\x67\xc8\xa2\xab\x8b\x20\xb4\xaf\x87\x93\xb3\xf4\x80\x94\x4a\x1e\x72\x23\x2e\xba\x17\xc8\x30\x0e\x80\x7c\xed\xc3\xc5\x4a\xd9\x77\x3b\xf9\xf5\x1e\x90\xfc\x81\x38\x56\x0f\x6b\xfa\x21\x8b\x4f\x87\xbc\x58\x01\xb4\x9e\xb6\xa6\x43\xf6\x9f\x0e\x07\xcf\xd1\xa6\xea\xe0\x96\xe4\xd6\xd3\x55\xdd\x18\xfd\xe9\x2b\x01\xd2\xe7\x58\xbc\xc1\xe1\x24\xb7\x07\x84\x49\x66\xb1\x5e\x6a\x3c\x29\x87\xae\x1c\x90\x39\x3b\x46\xd0\xf7\xd9\xc5\xf0\x40\x92\x3f\x39\x55\x4f\x87\x83\xb3\xf2\x2e\xd1\x89\xcc\xb0\xe4\xba\xd7\x2e\xc8\xb7\xcc\x5b\x19\xe7\x2b\xd7\xcf\x6c\x8d\xef\x53\xae\x8d\x16\x9c\x9d\x0c\x5a\x65\xb0\x4a\xca\xae\x51\x30\x3a\xba\x46\x66\xc5\x84\xec\x3a\x98\x1d\xd5\xe2\x52\x3e\x8d\xdc\xf8\xa2\x97\xcd\xa1\x7c\x83\x78\xf8\xd6\xd8\x87\x97\x4b\xca\xb1\x66\x2f\x6a\xcb\x47\x9b\x94\x74\xac\xa0\xac\x54\x2d\x30\x8b\xb8\x39\x98\x29\x72\x6d\xa4\x78\xb2\x69\x84\x68\xb3\x89\xfc\x06\x9a\x5a\x79\xaf\x84\x22\xe5\x2a\x86\xd3\x25\x6b\x53\x45\xaa\x74\xbd\xc7\x92\xa3\x4f\xb1\x87\x4e\x3b\xdb\xa9\x95\xe8\x7a\xe7\x7d\x5f\xa6\x1a\xc6\x82\x7d\x39\x43\xa5\x67\xbd\x9d\xb5\x02\x55\xed\x36\x67\x0e\xf3\xb6\x9d\x98\xc2\x99\x45\x0e\xa4\xbc\xcf\x37\x4f\x3a\xef\xba\x15\x6a\x54\x24\x2c\xe3\x7b\x9d\xb2\xcb\x15\xd6\x44\xa7\xce\x3e\x81\x90\xb2\xe5\x86\xd6\x9c\x7c\xb1\xbb\x08\x61\x73\x52\xca\x4e\x31\x41\x17\x4f\xea\x94\x0f\x4c\xf1\x24\x21\x21\xfe\xc0\xe4\x64\x30\xe6\xde\x1c\x3b\x56\x1d\x4e\x71\x20\xa5\x96\x36\x89\x26\xea\xcb\xa9\xf2\x7b\x44\x76\x4d\x9e\x74\x89\x55\xa3\xcf\xbe\x9d\x62\xf4\xd3\x26\xad\x20\x73\xb9\x2d\xea\x5c\x01\x29\x23\x82\x51\xcb\x91\x5d\x05\x15\x0c\xf5\x02\xe1\xa6\xf6\xed\x24\xe9\x46\x34\x47\x7d\xe5\xca\x06\x62\x06\xb8\xa2\x4d\xbc\x9c\x75\x7d\x8e\xbb\xea\xc3\x97\xce\xce\xd3\xfa\xd1\x80\x1c\x53\xd7\x80\xc4\xcf\x24\xde\x73\xb8\x81\xc5\xdf\xad\xcc\x0d\xc5\x85\x01\xba\x6b\x02\x66\xe7\x00\x3b\x90\xcc\x31\xe6\x9b\xb7\xd3\x65\xa2\x19\xdb\x45\x2a\x18\xa7\x69\x3c\x90\x8a\xe0\xf7\x78\x52\x9a\x5b\x4b\x25\x5b\xf5\x1a\x9a\x53\xe5\x77\x57\x16\x1c\x18\x4b\x76\x71\x82\xf1\x19\xd0\x53\x29\x5e\xfc\xb5\x45\x72\x48\xec\xad\x2a\x0b\xd6\xd8\x23\x47\x5a\xdd\xa0\x9d\xf5\xfe\xa3\x45\x9b\xf9\xfb\x78\x4f\x17\x19\xfb\xe0\x3a\x0f\x2e\x79\xda\x77\xe1\x20\xf1\x9e\xeb\xa3\xd5\x68\xb3\xef\x47\x40\x32\x29\xb1\x0f\xd6\xf4\x3b\xe7\xd8\x81\xa4\x65\x35\x9b\xb0\x95\xe4\xb3\xa0\xff\xdd\x76\x66\x43\x8f\xbb\x43\xd3\x4f\x9f\x4e\x5f\x79\x05\x64\x0d\x25\x7d\x5a\xa3\xcd\xcc\x5c\x02\x02\x47\xc5\x5d\x65\x2e\xec\x1f\xa8\x68\x6f\x33\x90\x0c\x53\xbe\xba\x76\x15\x37\x85\x81\xd7\xb5\x12\x33\x66\xe9\x2d\xa9\x24\x63\xb2\xde\x55\xdf\x9e\xd9\x4d\x6b\xf3\x63\x9e\x4e\xd6\x89\x7a\x66\x3b\x17\x05\xd6\x11\x87\x64\x35\xf8\x3c\x82\xb0\x72\x8c\x2e\xde\xb1\xc4\x7b\x32\x76\xdd\xec\x66\x35\x96\xfb\x9a\xd9\xd2\xed\xb7\xcf\xac\xb7\x13\xb6\x07\x64\x25\x88\x57\x10\x69\xc6\xca\x93\x6d\x69\xa6\x71\xe2\x14\x3e\x95\x1d\x4b\x79\x20\xed\x11\xdf\xd0\x4c\x35\xa0\x21\xae\xe2\xe8\xdc\x1e\x07\x92\xea\xe6\xe2\x3d\x91\x7d\x47\xe6\xf5\x2d\xd9\x26\xd7\x1a\x90\xd4\x72\x31\x9e\xb3\xe7\x81\xf3\x8d\x34\x43\xd1\x26\x07\x5c\xf6\xbd\x21\xbb\x4d\x20\x69\xc2\x4d\xb0\x5d\x0b\xb2\xe1\xeb\xb5\x9b\xbd\xd5\x53\x8c\x27\xd5\x22\xe7\x5d\x3a\xfa\x8e\x3f\xd0\x46\xee\x01\x5f\x9c\x49\xf3\xe6\x6c\xba\x6a\x64\x66\x25\x24\xdb\xf4\xf6\x7d\xe1\xd4\xee\x08\xad\x1a\xc4\xc0\xe5\x26\x2f\xc8\x54\xe7\xbe\xf0\x44\xbb\xb3\x2b\xf3\x49\x8e\xde\x82\x53\xde\x4a\xc1\x59\x67\x8f\x36\x09\xb5\xbe\xad\x76\xc7\x4d\x24\x7a\x79\xe8\x03\xa3\x4d\xee\x3a\x10\x57\x29\xfe\x0b\x9e\x19\xc4\x5d\xa1\xf5\xdc\xc3\xa9\xcf\xd9\x88\xe1\x54\x2d\x90\x86\x61\x93\x20\x9b\x6b\xe7\xb9\xc1\x46\x0c\x7f\x11\x5b\xed\xec\x1a\xdc\xf7\xc4\x64\x25\xc6\x93\x19\xa0\xd5\x11\x90\x8f\x1c\x4f\xe2\x73\x90\x81\xa4\xcc\xe0\xe6\x74\x32\x4b\x9c\x85\xb6\xd3\x57\x8e\x78\x4f\xa6\x3d\xb4\xe4\x8e\x8a\xea\x37\xc7\xc3\xae\x74\x8d\xeb\x70\xda\x00\x7a\x05\x94\xa5\x9b\x9a\x40\xce\x65\xd0\x80\xa4\x38\xb2\x94\xb0\x6d\x4c\x70\x34\xdc\x81\xac\x37\x0e\x48\x22\x67\xe6\xbd\xe9\x4c\xc8\xf4\x69\xcf\x0c\xbe\x68\xba\x8c\xea\x88\x36\xbb\x38\xdd\x40\xbe\x20\x02\x12\xff\x14\x6d\x2e\x74\x64\x55\x8a\x2b\x3c\xd6\x59\xa3\x4d\xa6\x1a\xb0\x60\x0d\x73\x22\x13\x48\x01\xcb\xf4\xa2\x2a\x8e\xad\xb1\x4a\x92\x6d\xda\x15\xef\x09\xb1\x0b\xd7\x9a\x64\x9b\x8e\x4f\xea\x5e\x76\x93\x04\xb3\x1c\x4d\x85\x67\xc6\x7e\xd8\xc1\xd1\x06\x57\x07\xc7\x74\x7c\xc9\xa9\xb5\x87\xde\xd1\x15\xf4\x6a\x5c\x5d\x70\xc3\x77\x40\xd2\xa0\x83\x3d\x4e\xa3\xdf\xc0\x5d\xe7\x94\xf8\xbc\xb7\x9c\x82\xbe\x00\xc9\x3f\xb6\xf2\xa4\xae\x04\xbc\xb9\xb7\xb3\x4f\xe0\x7f\xbf\xed\x24\x86\x11\x77\x47\xc6\xba\x06\xa4\x94\x9f\xcc\xc5\x55\xeb\x50\x4a\x38\x74\xa5\x24\xc8\x86\x73\x4a\xc0\x0d\xbb\x4e\x5d\xae\x90\x0d\x39\x82\x95\xc1\xe5\xf8\x72\x91\x7f\xc8\x9b\x33\xcf\x21\x5d\xb8\xfa\x5c\xc5\xcd\xce\xa1\x2b\x79\x72\xc6\x94\x0e\xbf\x12\x43\xe0\x7a\x73\x2d\xd6\x5a\xce\x5e\x03\x49\x6e\xbf\xec\x46\x08\xe1\x7d\x39\x93\x35\xd7\xb6\xca\xc6\x35\xd7\xe9\xe8\x0e\x4f\x69\xf8\xfc\xb8\x6c\x5c\xed\xb0\x5d\x6f\xec\x36\x13\x48\xd9\xbf\x21\xd1\x6f\x7d\x51\x5c\xb1\xe6\x94\x1b\x67\xc5\x89\x22\x32\xb3\x7e\xdb\x58\x09\x13\xe6\xd0\x95\x06\x4e\x50\x60\xee\x0e\xc8\xca\x59\x7a\x91\x5a\x27\x38\x5e\x05\xab\xb4\x14\xb3\x76\xba\xda\x42\x9b\xbe\x0f\xf3\xf2\x7e\x6f\xcf\xf3\x7c\xc3\x18\x97\xd3\x59\x49\x91\x3a\x1c\xac\x52\x6a\xfa\x36\xf7\xc5\x79\x34\x6b\x93\xa2\x1b\x79\xee\x5e\x01\xc9\x79\x3d\x05\x64\x75\xfe\x04\xd2\xf0\xe2\x0f\xc7\xb8\xcc\x4d\x89\x50\x0c\x47\xb2\x64\x67\x7f\x3a\x90\x7c\x60\xc5\x0b\x0c\xc7\xb5\x34\x7b\x3b\x8f\xa1\xdc\xfc\xc5\xe1\xd9\x63\xc8\x51\xaa\xd9\x25\xfd\x40\xca\x4d\xda\xf9\xa4\xed\x2c\xfe\xf1\xa4\x44\x78\x91\xc5\x31\xc8\x2e\xc7\x5c\x92\xb3\x9f\xce\x09\x24\xcd\x74\x05\xf2\x11\x1f\x3c\x69\xbd\x5c\x8e\x36\x87\x7d\x64\x20\xa1\x72\x61\x04\x3b\x12\x75\x8f\xee\x30\x93\x9b\xaf\x4d\x0e\x6a\x1d\x01\xc9\x61\x6d\x26\x20\x6b\xb1\x18\xc1\x44\xf9\xba\x80\xa4\xe7\x2c\xd1\xa7\x0a\x0f\x35\xf7\x72\x8b\xef\x2a\xac\xb5\x2b\xd3\xd9\x1b\xf8\x40\x4a\x32\x28\x6e\xea\x40\x96\x20\x02\x52\xe6\x86\xda\x81\x5c\x52\x32\xda\x54\x17\x2f\xf9\xfb\x9c\x53\xc2\xd1\x46\xc3\x95\xe9\x7a\x63\x8f\x94\xcd\x2e\x3b\x50\x60\x38\x74\x25\x3b\xeb\xed\x81\x74\x09\xb4\x68\x93\x9e\x33\x5d\x40\xe6\xad\x18\x41\xba\xf6\xc9\x2a\x29\x74\xa5\xb8\x3c\xff\x18\xce\x58\xe7\xc4\x50\xc3\x55\xeb\x5a\x8e\x27\xc5\xf9\x58\x2f\x7e\x20\x15\xfa\x2c\x1e\x21\x2b\x47\xc7\x3d\x07\x90\xb8\x53\xe6\x92\x5d\x71\x86\xb5\xce\x4e\x02\x14\xef\x89\xf8\xf8\xe2\x3c\x90\xb4\xeb\x39\x03\x29\xfa\x8e\xa3\xe3\xdc\x10\x83\x95\xcf\x44\x10\x16\x20\xe9\xd3\xc1\x3a\x07\xb9\xd8\x9b\xfb\x40\x12\x94\x0b\x73\xd9\x0a\x0c\x4a\x1d\x48\x58\xce\x8e\x59\xb6\x99\x7c\xbb\xa5\x99\xfe\x81\x14\x01\x7a\x17\x20\x25\x39\x6a\x1d\x48\x26\x4f\x4e\x40\xb1\x77\x09\xf8\x29\x19\xa5\xb9\xf2\xc8\x70\x70\x4c\x0e\x6c\x95\x54\x92\x1b\xbb\x59\x70\x1f\x65\x3c\x5f\xc6\x57\xb4\x99\x77\xa4\x17\x05\x1b\x55\x76\xac\xb8\x26\x27\x3b\x8d\x3d\x04\xca\x50\x9d\xc3\x82\x3e\x15\x0e\x53\xcd\xce\x8c\x21\x0f\xa0\x5c\xc1\x9e\xea\x6c\x6f\xb7\x7b\xb1\x7d\xc2\xbe\x0a\xc3\x61\x2d\x25\xf5\x80\x5c\xb8\x0d\xc8\x69\x83\x99\x4b\x75\x78\xd1\xc5\x08\x0e\x75\x02\xe7\xc5\xdf\xd7\x0b\x4c\xae\xae\xfb\x97\xe3\x49\x45\xfb\xd1\x4b\x73\x81\x06\x28\x83\x52\x2e\x64\x47\x9c\x0e\x87\xbc\x94\x31\xa3\x4d\x3a\xe5\x6a\x7c\x69\x0e\x3d\xca\x15\x48\x5a\x01\xf6\xc8\xde\x3a\x2e\x36\x30\x06\xd5\xdd\x07\x7d\x8a\xcd\x3b\xb2\xe9\xb7\x44\xb9\x99\xab\x4d\x5e\x50\x1b\x3d\x0a\x64\xca\xa2\x40\xe6\x18\x8b\xf9\x6f\x66\xc6\x0f\xe4\x10\xd7\x01\x24\x77\xf5\x12\x4f\xca\x9c\xd6\xdd\xa7\x4c\x20\x25\xf3\xf1\xdd\x36\x56\xc8\xb0\x72\x35\xd4\x99\xe2\x49\xe9\x94\xbb\x17\xcd\x4e\x38\x05\x34\xb0\x29\xa3\x72\x70\xcd\x99\x77\xb6\xcc\x01\x30\xe6\x63\x87\x43\x5e\x5a\x90\xe1\x6e\xb3\x1f\x47\xa7\x5b\x03\x74\x31\xba\xc2\x61\x1c\xcb\x35\x46\x77\xa6\x59\x96\x17\x77\x9d\x5a\x80\xe4\xd8\xce\x76\x9a\x87\xbf\x62\x3c\x57\x75\xcb\x8c\xe0\xba\xd7\xdc\x95\x32\x8f\xe4\x99\x03\x52\x32\x9f\x4f\x9b\x0e\x2e\x68\x30\x9c\x0d\x2d\xdf\x40\xd2\x34\x82\xe6\x76\x01\x72\x72\xc9\xe1\x5a\x6d\x35\x73\xc8\x86\xdd\x01\x59\x17\x99\x47\x6a\x03\x41\x87\x2f\x96\x3b\x20\x29\x4f\xb8\x3c\xa8\xdc\x06\xa2\x29\x18\xa7\xdb\x63\xf4\x40\x32\x79\x42\xa6\x06\xc6\x4a\xc6\x33\x4e\x4c\xda\xe4\xcc\x36\xaf\x80\x44\x44\xd8\x15\xe7\xe7\x0b\xb2\xe8\xa0\x1a\x17\xe2\x3a\x90\xb4\xa5\x5c\x48\xe6\xfd\x3b\x04\x46\xc1\x31\x3d\x58\x01\xfb\x03\xb9\x98\xe7\x81\xa4\x29\x66\x6f\x95\xcb\x20\x5b\xa7\x7c\x20\x5d\x9c\x31\xc2\xb6\x1e\xb0\x03\x59\x09\x32\x80\x84\x75\x10\x57\xd7\x73\xbf\x59\x79\xd5\x6c\xaf\x03\x92\xb2\xec\xb5\x0c\x99\x5a\xae\x0d\x97\xa2\xcd\x56\x07\x8f\xb0\x9c\x70\x09\x9c\x58\xd2\xa0\xbb\xd8\xd6\x81\x96\x34\xda\x17\x90\xfc\xf6\x99\xcb\xb2\x03\x27\x64\x78\xe1\x74\x57\x81\x94\x1b\x02\xcc\x5a\xf2\x85\x72\x32\xfe\xe1\x80\x9b\x9a\xa2\x17\xc7\x6e\xc2\x6c\x2c\xbb\xa4\x72\x8a\x1d\x8c\x63\xf3\xeb\xa0\x54\xdb\xe0\x8c\x29\x1f\x60\x99\x2d\x20\x9b\x89\xe3\x49\xb3\x4f\xcc\xcc\xa9\x7a\x59\x25\x67\x0e\x74\x36\x8f\xe1\xa2\x6e\xa5\x83\x3d\xcb\x65\x33\x3e\xd0\xc1\xba\x02\x91\xdc\x36\xd4\xf2\x9e\xfc\x96\xea\x04\x93\x95\x02\xa1\x07\x97\xb9\x9d\x35\x86\x8b\x13\x8b\x0b\xb4\x40\x3e\x4d\xd9\x2e\x78\x07\xf2\xa5\x1a\x23\x48\xcd\x12\xef\xb9\xa8\x31\x2b\xb8\x9d\x67\x24\x46\x5f\x2a\x5c\x51\x03\x72\xf6\x4a\xaf\xe7\x76\xb5\x6e\x76\x65\xdb\xec\x17\xe3\x89\xd6\x35\x28\x18\x85\xd4\xee\x04\xa4\x5a\x46\x50\x45\x65\x76\xaf\x71\x35\xcb\x6f\x29\x9f\x33\xfd\x2d\x51\x7e\x38\xdf\x04\xd4\xdc\x4e\x4d\xc1\xe3\x3a\x99\x7b\xe7\x88\x3f\x5c\x8f\x02\xb4\x73\x0c\x91\xb3\x2b\x0f\x57\x67\xab\x17\x1b\xe1\x2c\x0b\x8d\x83\xf4\x30\xe7\xc3\xe6\xba\x68\x7b\x2c\xa8\x84\xcc\x12\x7c\xa5\x33\x30\x24\xc8\xfe\x83\x52\xe5\xee\x53\x0e\x4f\xb5\x41\x7c\x48\x94\x78\x05\x24\xc5\x3f\xe4\x4d\xe5\xdd\x7b\x7c\x91\x4c\x35\xad\x80\xe6\x4f\x7b\xa1\x42\x24\x6d\x9c\x99\xf0\xc6\x4e\x84\x1e\x64\xd8\x82\x64\xbb\x03\x92\x21\x85\xad\x76\xcd\xb5\x46\x2f\x12\x1d\x5b\x70\x5a\x12\x16\xeb\xcd\xf1\x70\x9c\x50\x83\x6c\x28\x32\xa8\x76\x2e\x08\x27\x27\x4c\x6c\xa7\xeb\xaa\x75\x0e\x99\xab\xa5\xa5\x1c\x90\xbc\x36\xf8\xa2\x97\xf3\x5b\xc4\x93\xba\x1c\x3b\xbc\x8e\x4d\x27\x37\x92\x8e\x04\xc2\x1c\x87\xda\xe1\x3e\x35\x47\x9b\x2e\x01\x08\x28\x35\xc6\xb9\x7e\x95\x39\x30\x0f\x56\xd7\x35\xc6\x43\x9a\x91\xdb\x54\x4f\xf0\x6b\x36\x9d\x5c\x1c\x63\xe7\x24\xb8\x58\x25\x67\x21\x18\xf0\x6b\x6f\xe7\x76\xe6\x9a\x51\x4e\x82\xd2\x20\xbc\x6f\xeb\x39\x63\x74\xe5\x0a\x8c\xab\xe4\xed\x20\xef\x8b\x11\x74\xe0\x1d\xfb\x37\x1c\x8c\xd3\xed\xcc\x76\x20\x67\x4b\xe8\x40\x12\xcc\xbd\xb7\x53\x72\x5d\x71\x52\x80\xe1\x5a\x6d\xbd\x7e\x20\x25\x89\x9c\xf4\x29\xc1\xd5\x79\x0e\x06\x35\xd7\xb8\xac\xe6\xb5\x9d\xd0\x31\x20\x69\x75\x0b\xbd\xb8\x6e\x8d\x2f\xce\x99\x1c\x57\xe6\x7d\x20\xe8\xc4\x1a\xca\xe1\xc0\x92\xec\x6c\x76\x63\x26\x67\x6d\xb3\x5c\x30\x9d\x06\xc0\x9e\xc2\x07\x52\x45\xbb\x8b\xf7\x6c\x5a\xcf\xf4\x29\x7d\x3a\x7c\xac\x43\x42\xea\x60\xd6\xc9\x59\x8b\x7d\x36\x29\xd5\x06\xd3\x30\x95\xbb\xaf\x5a\x83\x7e\x20\x05\x48\x7b\x6f\xa7\x42\xfd\x4b\x67\x25\x14\xf6\x51\x73\xb4\x59\xd3\xdf\x80\xec\x6a\x66\x09\x62\x3a\x2c\x7f\xb2\x2b\xb7\x13\xb1\x9a\x25\x9b\xf2\xb6\xea\xc8\x67\x0e\xc3\xe8\x83\x95\xcf\xf6\x58\x31\x0e\x4e\x65\xcf\x2b\xdd\x27\xdc\x05\xd8\xba\x3d\x64\x86\x03\x36\xaa\xa3\x27\x0f\x24\x85\x28\xfb\x20\xbf\xac\x5c\x19\x2f\x3b\xcb\x35\xe3\x65\x7b\x8c\x0d\xfa\x74\xfe\x95\x0b\xc8\xd7\x1a\xab\xe4\x4c\x77\x8e\x50\x1e\x2e\x88\x56\xb9\xfc\x67\xd6\xa5\xc3\x09\x77\x34\x45\xb1\xa6\xff\x40\x4e\xdc\x50\x80\x64\xac\xfc\x40\x62\x0f\xaf\x80\xe4\x84\xfa\x1f\xe0\x94\x27\x85\xb6\x6b\x0c\x28\x91\x9a\xa9\x15\x3b\x5b\xdf\x01\x29\xb5\x0f\xdb\xa2\x30\x8c\x7e\x33\x6d\x99\x5c\x6a\xbd\x99\xa8\x95\xf4\x23\xde\x53\xb2\x94\x98\x9a\xc3\x51\x7d\x1f\x52\x11\x2d\x83\xbc\x76\x04\xb3\x0b\xd0\x81\x74\xcf\x98\xab\x9d\x15\xc2\x5b\x81\x6c\x1e\x01\x92\x16\xd2\xc9\xce\x87\x83\x24\xba\x93\x44\x0e\x2a\x9b\x35\x16\xd4\xb5\xad\xe7\x60\x3c\x1d\x40\xee\x51\x87\x3e\x94\x11\xa3\xbb\x08\x92\xef\xbc\xa9\xe8\xfe\x32\x99\x27\x75\xc7\x2c\x36\x3b\xf8\xa0\x15\xd0\xbc\x39\xcd\x90\x49\xfb\x74\x3c\x7f\x1c\xb9\x66\xaf\xe5\xca\x93\xf6\xb6\x64\x05\x2d\xb1\x38\x27\xed\x81\xe4\xab\x90\x02\x12\x51\xae\x8c\xae\x03\x98\xf9\xbe\xe6\x8c\x1d\x23\x20\x85\xa0\x98\x10\x4e\x52\x75\x33\x9e\xab\x44\xdb\xdf\x62\x38\x88\xa0\xc0\x81\xce\x6e\x91\xb3\xc6\x7b\x92\x4a\x38\x72\x72\xc5\x6a\x4e\xb8\x7f\x20\x69\x6e\x99\x8b\x6c\x10\xcd\x29\x7a\xc6\xec\xb6\x75\xf7\x80\xcc\x97\x30\xba\xc9\xb7\xaf\xf4\x29\x89\xa5\x42\x6a\xa7\xb2\xbd\x35\x48\xb4\x83\x08\x4a\x83\xd8\xd9\x4d\xcb\x89\xa1\x86\x8b\x74\x65\x27\xf3\x19\x53\x39\xbd\xdb\x05\x2e\x29\x48\xbf\x54\xe6\x69\xa9\xa4\xb2\x9b\xc3\x61\xcf\x1c\xce\x61\x97\x46\x5f\xb8\x73\x90\x75\x3a\xda\x24\xf0\x46\x9f\x52\xaf\x21\x95\x4c\xd7\x69\xb6\xbb\xd5\x70\xa0\x40\x1f\xbe\x82\xe6\x54\x58\x77\x83\xdc\x4c\x27\x6a\xe2\xfb\xa4\xdb\xef\xe9\xf3\xa4\x03\x88\x13\x90\x5d\x52\x03\xd2\x05\xf1\x81\x4c\xc2\x3c\xcf\x69\x97\xbf\xe8\x53\xea\x84\x01\x5e\x2f\x8b\xdb\x9c\x80\x65\x45\x0e\x58\x67\x1d\x3d\x52\xd7\x54\xe6\xec\x1c\x84\x77\x2d\x9b\x27\x3b\x90\x1d\xba\xdc\x8b\x3c\x87\xea\x0d\x46\xda\x57\xe8\x86\xa0\x99\xab\x9d\x8c\xe7\xb0\xf5\x20\x6f\xce\x9c\x3d\xe2\xbd\x69\xcf\x64\x8f\x2e\x1f\xfb\xee\x50\xa7\x03\xc9\xde\x73\x03\xb9\xee\x09\x67\x9a\x6a\x42\x25\x20\x67\xbb\x08\x48\x72\xb2\xa5\x3c\x6a\x0b\x5d\xe6\x7f\xe7\x43\x8a\x9c\x09\x0e\x3e\xb4\x9b\x77\x8a\x36\xe5\xbd\x83\x64\x2a\xcb\x75\xae\x7c\x91\xec\x05\xb5\x43\x0b\x9c\x5a\x2b\x30\x44\x29\xb2\x5a\x86\x12\x3d\x2d\xad\x59\x72\x9c\x2e\xc9\xdb\xb8\x12\x9e\xae\x6e\x09\x95\x7a\xba\x64\x17\x38\xff\x34\xcb\x79\xfd\x07\x88\xf2\xcb\xd9\x9f\x2c\x92\x4d\xe7\xba\xca\x1c\xea\x17\xc9\xe6\xbc\xbc\xf0\x72\x2c\x1a\xe1\xd9\x85\xf7\x74\x90\xb2\xf5\x41\x2e\x24\xd3\x33\x13\x95\x42\xbd\xcc\x3b\x20\x09\xe6\x1c\xb9\xb7\x5d\xcd\x20\xf4\xe2\x98\x7a\x06\xed\xc4\x23\x75\xb8\x4c\x17\x68\x69\x85\x25\x7c\xbb\x8c\xa3\x45\xc7\x75\x59\xe7\x6a\x91\x7a\x29\x39\x52\x71\x32\xcb\xb1\xa8\x36\xeb\x43\xbd\x9c\xbf\xd9\xa1\xe2\x63\x5d\xae\xc5\xe1\xbb\x79\x49\x87\xdd\xe0\x9f\xd6\xb5\x9d\x6f\x4d\x5f\xeb\xea\x29\x1d\x3e\x6f\x49\x6b\xdd\xd8\xb2\x25\x1f\x95\x6e\x27\xfb\x03\x29\xd7\xb2\xc9\xfe\x4a\x4e\xb9\xe2\x2b\xcf\x35\x51\x2a\x3c\xee\x4a\xce\x0f\x66\x92\xb9\x12\x19\x2d\x18\x41\x88\x9d\xbd\x9d\xb8\xb2\x3b\xae\x6c\x2c\xf3\x56\x9f\x27\x95\xac\xde\x59\xdb\x0e\x64\x17\x7f\xe6\x82\x17\x31\xdf\x20\x63\xa5\x93\xac\x8c\x25\xbd\x78\xad\x8d\x36\xd9\xb3\x5d\x0e\xf5\x40\xb2\x2f\xb3\x82\x72\x81\x6f\xf0\x8e\xcb\xa1\xb8\xae\x3c\x7d\x20\xf9\xab\xb2\x82\xd6\x61\xdf\xde\x4d\xfb\xbc\xf7\x18\xc1\x9e\x35\x37\x33\x93\x46\xbb\xc2\x3b\xda\xe7\xbd\xbb\x7a\xe0\x81\x9c\x91\x8f\x5e\xc4\x1f\xda\xb2\x3f\x96\xf4\xcd\x19\x8c\xc4\xcb\xbd\xf2\x64\x26\x8f\x59\x40\xca\xe4\xc7\x6e\x12\xf0\x5a\x02\xaa\xe2\x71\x33\x90\x6c\x25\xec\xad\x62\x5a\xab\x7d\x70\x0e\x24\x85\x05\xdf\xe0\xc4\x49\x37\x78\xe6\x02\xb6\x48\x4f\xf6\x8e\xaf\xf6\xa0\x1e\x4b\x79\x83\x6b\x8e\x3e\x65\xfa\x72\xc5\xf8\x03\x59\x49\xe7\xf7\xa4\x37\xae\x17\x7b\x24\x4f\x97\xec\x4c\x70\x83\xfa\x25\xd5\x24\x6c\x89\x27\xab\x36\x72\x1e\x48\x7c\xba\x09\xe1\x22\xe1\xd2\xa0\x4f\xab\xf3\x7c\x8a\xed\x47\xdf\x0b\xbb\xe2\x34\x4a\x8d\xb9\x14\x7b\x27\x74\x7a\xd9\x66\x1a\xbc\x9b\x62\x91\xb2\x9d\x2d\x0f\x24\xf9\xc5\x72\xc8\xaa\x2e\xd7\x60\x1e\x77\x39\x01\x12\x6c\xc9\x32\x73\x83\xbd\x67\xd9\xdb\xa3\x71\x1e\xaa\x2b\x80\xd3\x8b\xbc\xd5\x5b\x02\x97\x9a\x2d\x43\x26\x8b\x4b\xd1\x9a\xf5\x02\xcb\x9b\x5d\xe2\xc0\x48\xc5\x67\x66\x9b\xda\x86\x3d\xd9\x4b\x60\x4f\x73\xbe\x76\xce\x43\x73\x1a\xfd\x04\x24\x95\x9d\xd3\x1a\x1d\xc8\xa1\x40\x03\x48\x16\xa5\x98\x8b\x33\x98\x47\x2f\xdb\x3a\xfa\x68\x33\x3b\xe3\xf7\xa4\x9c\xcd\xc8\x2f\xf6\x2c\xcf\x85\xf5\xec\x24\x66\xf3\xd7\x4a\x21\x5a\x73\xfd\xd6\x25\xee\x3c\x2a\x8d\x9a\x05\xa6\x45\x38\xa3\x6f\x6a\x57\x17\x69\x8e\x8a\x3a\x90\x3c\x02\x2c\xa4\xe0\x3e\xde\x21\x4c\xf6\x86\x40\x3f\xb3\x5c\x2e\xd4\x19\x55\x0f\x24\x93\x0b\x84\x50\x75\x48\xba\xb3\x38\x1d\xc8\xd5\x1b\x18\x5d\x87\x13\xee\x6d\x8d\x69\xfb\x32\x7d\x8a\x4c\xa5\x4f\x9b\xf5\x56\xd1\x8b\x5c\xe2\x20\x6f\xf2\x9b\xc8\xf6\xff\x3d\x90\x53\x75\x33\xba\x8d\x4f\x8d\x3e\xc5\x0d\x17\x8e\xb8\xdd\xce\x31\xa4\xac\xe1\x84\xfb\xa0\x88\x74\xa7\xf9\xf7\x27\xe5\xcf\x19\x73\x31\x2f\xc7\x51\x15\xc7\x54\xed\xc7\x7b\x20\x73\x22\x03\x48\x45\xf0\x39\xc6\x4e\x25\x84\x6e\x6a\x89\x47\xaa\xf6\x7a\x1d\x6b\xba\xc8\xa9\x6f\x63\xfb\x8b\xd7\xc6\x7a\x4e\x11\xde\x0b\x92\x22\x2d\x6b\xed\x29\x9e\x14\x69\xe7\x0a\xb2\xa7\x44\xac\xb5\xb3\xc9\x36\x50\x4b\x7e\x13\xe3\xe2\xc8\x4d\x34\x8d\xd1\xa6\x18\x45\xd0\x75\x42\x60\x02\x92\x71\x26\x46\xb7\xf9\x07\x92\xb2\x64\x26\x1e\x7c\xbb\x8b\x72\x0e\xc8\xf0\x72\xd6\xb6\x1e\x6d\x0a\xf6\x65\xc7\xc4\xcb\xd5\xcc\x78\xf2\x25\xef\xce\xce\x30\xec\x4b\xde\x32\x07\x70\x69\x95\x26\x07\x42\xa5\x36\x6b\x61\xe5\x97\x0d\x92\xac\xd9\x72\x31\xa3\x1c\x6d\x22\xca\x3d\xda\x54\xa3\xba\x45\x9b\x42\x6a\x6b\xf4\x29\x89\x85\xf3\xb0\x1c\x82\x12\x4f\xea\x22\x83\xa3\x5f\x2a\xd8\x99\xd1\x73\x2e\x17\xe5\xbc\x59\xf9\x65\x2b\xfc\xa7\x4d\x76\x86\xce\x17\x6d\x3b\x46\x7a\x5d\x14\x55\xda\x13\xc4\xc7\x05\x3b\x1b\x04\x94\x12\x9d\x1c\xf8\xed\x30\x93\x2b\xda\x9c\x76\x2b\x7a\x51\x12\xda\x4e\x2f\xba\x00\xed\x29\x71\x20\x49\x10\x90\x22\xf3\xb1\x18\x24\xd7\xb6\x32\x0a\x02\xba\x5d\xd6\x9f\x95\xdf\xce\x90\xc7\x37\x48\xe7\xda\xdb\x64\x3c\xd9\x66\x3a\xab\xb4\x97\x63\x37\x07\x90\x9d\xd9\xa2\x4d\x71\xab\x9c\x15\xe9\x6a\xc7\x15\xdf\xa0\x0b\xa2\x73\x01\xaa\x96\x67\x77\xbe\x97\x03\x29\x1b\x37\xe4\x4d\xde\xf1\x75\xde\xf1\xde\x4b\x25\xde\x3c\x17\xf1\xd4\x05\x66\x71\x39\xfe\x34\x4e\x9c\x38\xec\x96\xaf\x68\xb3\x24\x97\x80\xec\x95\xe2\x99\x3d\xe4\xaa\x30\xa2\x17\x49\x02\x71\xe1\x2a\xa1\x54\xad\x25\xa0\x2e\x1a\x12\x4f\xca\xb8\x0d\x26\x8b\x33\x6f\xb0\x9c\xf6\xc6\xcf\xb5\xc6\x08\xb2\x0c\xcd\xfc\x3d\x51\x96\xab\x7e\x4b\x90\xa9\x28\xe6\x49\x37\xcb\x9a\xd4\x68\x73\x02\x67\x96\x42\x1e\x8e\x93\xad\x7e\x60\x06\x30\xa4\x0c\xbc\x1d\x85\xba\x1d\xf7\x9b\xe3\xdf\x86\x4b\xe3\x8c\x0b\xc4\x7e\xba\xa4\x24\x24\xe5\x69\x9d\x2b\x48\xa8\x0c\xbc\x05\x03\xcc\x7a\xc2\xc1\x00\x2d\xeb\x6a\x3b\x90\x12\xee\xa7\x80\xe4\xa2\x06\x51\x76\xce\xaa\xe0\x9b\x9f\x2e\xe9\x0a\x4a\x5a\x6f\xec\x9c\x5c\x23\x9c\xf3\x39\xfe\x2f\x9b\x27\xd9\x5c\xbb\x1c\xa1\x2d\x5d\x2e\x7d\x19\xe4\xf4\x65\xb7\x73\x48\x83\x0a\x61\xd6\x01\x82\x4a\xa7\xdc\x2f\xc8\x14\xce\xf9\xfe\x06\x57\x56\xc9\xfd\x03\xc9\xc2\xeb\xeb\xc9\xd5\x53\xfa\x34\xf2\x6e\xfb\x93\x20\x56\xee\x84\x33\x54\x3c\x29\xef\x04\x1f\x2b\x3c\xcb\xd1\xf8\x52\x4b\xc5\xe1\xee\xc3\xd5\x53\x8a\x8b\x56\x8e\x9d\x1c\x26\xe4\x6b\xc6\x55\x50\xba\xcb\xfb\x1c\x48\xe9\x74\x0a\xe3\x39\x79\xe6\x60\x3c\xa2\x12\xfd\x9e\xf8\xe6\xee\x20\x89\x03\xa9\xb4\xa7\xd5\x5d\xd4\x21\xe1\xe2\xdc\xb7\x0b\xf4\x7a\xcd\xf6\xed\xc4\xaf\x85\x36\x11\x57\xd7\x3f\x3e\x90\xf9\x5f\x7a\x91\x24\xe0\x2c\xc9\xc3\x5e\xe7\x15\xeb\xc1\x76\x2a\x1a\x34\xa9\xfb\xb6\x32\x6a\x06\x24\xfe\x30\xe6\x62\x87\xb5\xcc\xe8\xcb\x7a\x71\xbe\x41\xd2\x5a\x4b\x3c\x89\x47\x33\x6d\xf6\x07\xca\xd1\x26\x27\xb1\x49\x2f\x4a\x95\x84\x82\x6b\x2b\xf9\x69\x89\xb5\xbe\x9d\xd1\xa2\xc5\x7b\xf2\x5e\xfd\xb4\x99\x10\x32\x4f\x61\x5d\x89\x99\x49\x41\x02\xdf\xb5\xa5\x73\xed\x0d\x9c\x90\x5c\x50\x5d\xb6\x6a\xb8\x7e\x49\xa9\xac\xa0\xbd\x52\x4a\x8f\x27\xad\x5c\x88\x36\x6b\x36\x03\x92\x6c\xe3\x6b\xc6\x3e\xf6\x0d\xde\x71\x4b\x03\xdb\xaf\x78\x52\x98\x7c\x7f\xda\x1c\x5f\x3b\x80\x74\xe2\xc0\x3a\x7b\xe3\xe7\xe8\xd3\x92\xf1\xa0\xcd\xf2\x75\xe5\x8b\x74\x55\x06\xf6\x64\x47\x37\x7c\xde\x93\x13\x63\x89\x27\x75\x56\xc0\xd6\xec\xd0\x6d\x76\xc5\x9e\x2e\xe8\xa2\xed\xd3\x5f\x9d\x5b\xfd\x40\x36\xbb\xb3\x12\x24\x16\xf2\x5c\x8a\xcb\x56\x71\xe2\xec\xf7\xe2\x88\xcc\x61\xbf\xfd\xe6\x72\xaf\xc3\x7e\xfb\x0d\x93\xfc\xb6\xa7\x8b\xc3\x76\x86\xbd\xf8\xab\x33\x98\x8f\x5d\x9c\xaf\xdd\xa4\x7d\x17\xc8\xb7\xc7\xab\x4e\x5a\xc1\x5c\xe4\x5d\x52\xef\xef\xb3\xc4\x9d\x47\x5d\xd8\xc5\x13\xb5\xeb\xc9\x98\x01\x29\x53\xd3\x45\xa7\xe2\x1d\x9d\xdc\x63\xb8\x12\x48\xb1\xf7\xf1\x70\x7d\x8f\x7e\xe7\x80\xa4\xa7\x36\x77\xba\x9b\x2b\x57\x58\xd7\xb7\xed\x18\x82\x10\xbd\xad\x49\x75\xbc\xfb\xd8\xf2\xfd\x68\x70\x37\x76\xf5\xae\x38\xfd\xd8\x9d\xbb\x4d\x16\xc6\x15\x36\xb8\x91\xa8\xa9\x11\x1b\xe1\x52\x86\xe8\x08\x5d\x61\x23\xe3\x06\xb3\x49\x9d\x32\x68\x93\xeb\x97\x73\x20\x0c\x7b\x5e\xb7\xc6\x37\xd8\xbf\xa3\x30\x7a\x14\x3d\xa4\x17\x07\x26\x40\xfa\xba\x0d\x84\x90\x0d\x6b\x2f\xe1\x3d\xf6\xd0\xa5\x13\xeb\xa2\x64\xa4\x1d\xc7\x1e\xfb\x4c\x67\x07\xe6\x8e\x4d\x32\xd2\x4a\x2f\xda\x87\xcc\xb1\x72\x8a\xd1\x01\x62\x4f\xdf\xfe\x1c\x0f\xd5\x79\x68\x1d\xc2\x34\x5d\x59\xc5\xdc\xcd\x9e\xce\x11\x7b\xc5\x7b\xf2\xf4\xb6\xc4\xe2\x8a\x10\xbd\x33\xba\x3d\x1e\x6e\x56\x62\xe2\xcf\xc9\x08\x24\x75\x61\x84\x6d\x03\x0c\xef\x39\x5a\x93\x9d\x56\xd4\x65\x73\xba\xcc\x03\x59\x53\x5c\x80\xf4\x7d\xe6\x83\xb6\x2b\x0b\xba\xdc\xce\x70\x31\x85\x82\x2b\x9d\x8b\x29\x54\x6c\xdd\xdb\x69\x3d\xf1\x55\xd8\x4a\xe4\x99\x27\xeb\xb9\x7d\x58\x7c\xfd\xba\x0c\x42\x85\x03\x75\x19\x84\x3c\x47\xbc\x27\x99\xa1\xf2\x9e\x95\x4a\xe0\xe0\x76\x36\x67\xbe\x41\x5c\x5f\x77\x8a\xa5\x41\xa9\x03\x44\xdc\xad\x5a\x82\x19\x45\xc0\x46\x07\xca\xc9\x91\x9e\x33\x0f\xae\x20\x9b\xcf\x2b\x57\x82\x6b\xa8\x57\xc8\xd4\x83\xb4\xac\x0d\xc8\x86\xa2\x80\x64\x28\x02\xcb\x1f\xb8\x96\x0e\x20\x05\xf0\xe7\x80\x54\x87\xa4\xc6\x7b\x2a\x35\x74\xc5\x7b\xca\x80\x72\x45\x9b\x22\x63\x3b\xa3\xcb\xf1\xac\x7c\x20\x29\x4f\x58\xeb\x87\xf3\x29\x8f\x80\x5c\x2b\x66\x02\xc9\x32\x04\x89\x7e\xf8\xa4\x82\xe5\x32\xd0\xd7\xb8\xd6\x1e\x38\xa5\xb1\x12\x22\x99\x68\xf3\xf7\xc3\xbe\xf9\x31\xba\x8b\x66\x71\xc6\x94\x54\xb4\xe3\x27\xb5\x9f\x2e\x49\xc6\x35\x63\xc6\x0e\x57\xb3\xed\xbc\x26\xe9\x03\xd9\xbe\xe4\x11\x9e\x2e\xd5\x06\xb6\x3e\xad\xd1\xb6\x9a\xd3\x05\x13\x4a\xe1\xaa\x7c\x4d\xe3\x59\x03\x92\x57\x3d\x67\xf3\x65\x83\x2b\x2b\xff\x92\xcc\x80\x97\x0f\x1e\xdb\xa8\x36\x36\xe9\x39\x3f\x6d\x72\x78\x60\x95\x5c\x47\x1c\x2b\x00\xa5\x07\x52\xff\x9e\x53\xb6\xe3\x77\x49\x90\xc5\xb7\x53\xf4\x40\x6e\x70\xe7\xae\xd1\xe6\xd8\x6d\x0f\xaf\xb2\xe2\xe5\xca\x01\xc9\x10\xc6\xbd\xa6\x04\x99\x39\x3e\xfe\xed\xcc\xaf\x16\x36\xa8\x1a\x10\x3c\xe0\x1b\x55\x3f\x6d\x16\x0f\x5b\x40\x2e\xed\xc9\x08\x4e\x9e\xc9\xf2\x62\x93\x87\xb7\x7a\xdb\xff\x57\x47\x7c\xda\x65\xbb\x7b\xf4\x49\x7d\x01\x3b\xc8\x1d\x48\x7c\x57\x8e\x27\x4d\x4e\x6f\x20\xd5\xc1\xfd\xf4\x22\x63\x90\x14\x32\x07\x52\x25\x6f\x21\xda\x74\xed\x81\xee\x52\xb0\x07\x92\x49\x50\xdc\xcd\x74\x25\x82\xee\xf4\xe6\xd3\xfe\xdb\xdd\x37\xfc\x74\x5d\x82\x3c\x63\x74\xad\x99\xf5\xc6\xf3\xe3\xdb\x1d\x4f\x3a\x3c\xbb\x01\xe9\x6b\x75\xa7\x4f\xca\x12\x58\xf3\x37\x5d\x7a\xa0\xe6\xcf\x7b\xce\xf1\x70\x01\x39\xd2\x91\xf7\x9c\x31\xe0\xe6\x6b\x9d\xf2\x28\xf1\x0d\xa4\x0d\x67\x3c\x6b\xde\x7b\xbc\xa7\x50\x99\xc4\xf7\x39\x38\x66\xd2\xe6\x28\xc8\xc4\x78\x58\xfd\xe9\x53\x02\xa8\xc3\x3e\x0e\xa4\x74\xae\xf1\x0d\x16\xe8\xab\xdf\x73\x62\xcd\xdc\x12\x90\x94\x35\xa9\x00\x29\x5d\xe6\x9d\x81\xe4\x96\x59\x26\x90\x1c\xd6\x4a\x03\x12\x2f\x7e\x57\x20\x1d\xd5\xe4\xaf\x75\x51\x04\x27\xbe\x9a\x2e\x8a\xd0\x67\x3c\xe9\x22\xff\x17\xe3\x39\x40\x3a\xd1\xa7\xb5\xcf\x57\x40\x32\x68\xb5\x78\x4f\xc6\xed\xf8\x06\x65\xd6\xbb\xd9\x5b\xd7\x6d\xbc\x63\xf4\xe5\x9c\xde\x8c\xee\x74\x48\x39\xda\xa4\x6c\x8b\x6f\x58\xc6\x6b\x56\x42\x8a\x80\x11\xdf\xee\x88\x45\x30\xd2\x9e\xf3\xae\xc1\x32\xed\x2b\xdf\x9c\xb0\xfd\x40\x8a\x69\x4d\xcc\x45\xf2\x60\xfa\x3c\xa9\x20\x10\x70\xc2\x9e\x19\x8e\x4e\x9b\x2e\xe5\x50\x6a\xec\xc3\x36\xcb\x12\xbd\xa8\xe0\x14\x67\xe5\x26\x2c\xa2\x01\xc9\x1f\xe1\xbe\x80\x74\xe5\x5d\x01\xc9\x8e\xc2\xbe\xcb\xff\xbe\x3b\xc8\x65\xe2\x63\xef\x88\xda\x03\x39\x67\xcd\x04\xb2\x6c\x1a\x4f\xea\x6b\x87\x67\xa6\x2c\x3c\xcd\xc9\x4f\x0f\xe4\x6c\x92\x3c\x69\x0f\x12\x70\xf0\xc6\x0e\x36\x80\x54\x2f\x25\x07\x24\x77\xce\xf8\x06\xb3\x87\xec\xa6\xe4\xac\x6a\xd6\x63\xda\xc7\x3e\x3b\xca\x73\x0e\xa7\x03\xb5\x02\x6f\xe2\x71\x6f\xcf\x93\x03\x55\xed\x6d\xb4\x29\xee\x18\x5c\xb2\x05\xe4\x48\x95\xdf\x10\xe5\xf3\xa8\x6a\x5c\xf0\x81\x12\x44\x8a\xdd\xc7\xa7\x1d\xe9\xf3\xe4\xf8\xdb\x94\x91\xd8\x4e\x09\x14\x79\xb0\xf1\x4a\xed\xd3\x5c\x53\x63\xe2\x2c\x6f\x4d\xce\xb4\xb3\x7c\x1d\x6c\x27\xc5\xd7\xfb\x04\x92\xeb\x3c\x07\xd0\x05\x11\x6f\x46\x77\x61\x76\x1b\x1d\x0f\xe4\xbc\x18\x1e\x4f\x09\x32\xcb\x0d\x31\xa8\x84\x4c\xdc\x40\xd6\x77\x4d\x20\x69\xe2\x46\x3c\xe9\x0a\x22\xd1\xa6\x9c\xc9\xa3\x01\x29\xb1\x09\x9b\x5b\x15\x29\x37\xd8\x16\x07\xbc\xc6\x91\x73\x85\x06\xeb\x24\x0f\x24\xb5\xc0\x88\x27\xe5\x29\xcc\x46\x38\x45\xa5\x75\xd8\x07\x72\x4d\xb9\x0c\x24\x17\x99\x64\x48\xa6\x8c\xda\x5a\x40\xb2\x83\x43\x44\x9c\x78\xf2\x66\xe3\x1b\xde\xdc\x1e\x41\xd5\x1b\xaa\x93\x2a\x4d\xbb\xb2\xf7\x1b\xe4\x55\x72\xc9\x56\x20\x0d\x0d\x27\x2a\xfa\x34\xa9\x2d\x17\x90\xaa\x92\x70\x00\x9d\xb0\xc7\xfc\xe8\x81\x24\x2c\x5e\x8c\xae\x24\x4e\xe6\xfa\xa6\x7d\xd0\xeb\xe0\x4a\x70\x00\x6a\xba\xa3\xcd\xbb\x92\x81\x64\x44\x62\x5d\x24\xcd\x94\x96\xe3\x49\x79\xee\x42\x24\xed\x09\x62\x4f\xda\x03\xd9\xfb\x98\x11\x5c\xf5\x21\xf3\xa4\x18\x83\xc4\x75\xd8\x9d\xc5\x85\x43\x26\x2f\xf7\xd6\x39\x64\xf2\x19\xa9\xa9\x44\x9b\x0c\xa7\x90\x30\xc9\x44\x6d\xc4\xac\x97\x49\x18\xb3\x16\x43\x71\xc7\xcc\x08\xe1\x35\x24\xef\xf1\x92\x79\x72\x38\x78\x9a\x2b\x4f\xf5\xdc\x7b\x01\x7b\xf0\x2c\xbf\x27\x90\x05\xe5\x06\xa4\x10\x7a\x4e\xc0\x60\xad\x13\x90\x7d\x46\xe8\xd3\xf5\x96\xd9\x77\xa7\xc5\xa9\xac\xa0\xfc\xbe\x73\x65\x1f\x2c\x13\x75\xce\x83\xb2\xdb\xe4\xc6\x29\x96\x25\xa3\xda\x24\x78\x20\x79\x7b\x04\xe4\x64\x96\x60\xf9\x74\x44\x1f\x18\x32\x97\x8b\x3c\x05\x24\xbf\x02\x88\xb9\x8a\x1b\xb4\x0c\x3b\xb3\xe4\xa8\x78\x73\x3a\x96\xe3\x10\x8b\x57\x62\xc9\x45\xad\xb0\x0f\xf6\x0b\x69\x3d\xda\x6c\xfc\x0d\x48\x8a\x54\x2e\x08\x57\x62\x6f\xd1\xa7\x0b\x5c\x45\x2f\x96\xd6\xb8\xc8\xe4\x6b\x5d\x63\x5d\xac\xe9\x6f\x50\x29\x49\x4f\x2d\xd6\xc5\x7a\xf8\xce\x25\x60\x9f\xe9\x04\x31\x97\x97\x48\x2d\x5c\x2c\xd2\xa0\x77\xd7\xa5\x9c\x2e\x7c\x90\x5b\xb4\x6d\x47\x4f\xfa\x3d\x6b\xad\xe3\xc2\x7d\x98\x25\x1b\x01\x89\xec\x8f\x6f\x39\xe5\xf3\xa8\xbc\x6c\xe7\x05\xa4\x40\x4b\x88\x88\x04\x9f\x72\x43\xf7\xad\x7d\xee\x35\x20\x1d\x08\x3e\x57\x75\xe3\x5a\xeb\x01\x15\xb5\x4d\x20\xc7\xec\x33\x82\xb4\xd6\x03\xbe\xeb\xe1\xd2\x90\x6c\xc4\x43\xc1\x00\x9d\x3b\x1d\x81\x09\x1e\xf7\x49\xf2\xcc\x0e\x24\x2f\x54\x10\x54\x09\x66\xf2\x80\xbc\x3d\x7d\x58\xe0\x6e\x14\x28\x5b\x07\xfc\xe8\xd3\xe5\x18\x19\xdd\x55\xdd\x32\xbc\x87\x02\x5e\x73\x8b\x36\x71\x76\x19\x6e\x51\x69\x1a\xdb\x60\x3b\x1d\xc6\xda\x98\xd9\xcb\x65\x6c\xe0\x1d\x5d\x36\xbd\xb2\x82\xd6\x22\xdf\x90\x30\x57\x60\xeb\x5c\x80\xaa\x59\x90\x2b\x28\xa9\xa4\x8d\x3d\x78\xf8\x97\x25\x08\xe6\xf2\xb2\x5e\x1c\x72\xaa\xfa\x68\x6d\x40\x8a\xde\xce\xa7\x5c\x6e\x20\xf9\x3e\x73\xb1\xbc\x6d\xfa\x02\x7d\x9c\x9c\xa5\xf2\x45\x6f\x69\x44\xe1\x44\xec\xe3\xdb\x1d\x20\x3d\xa7\xa3\x2e\x87\x77\xda\xe9\xf0\x6b\xf1\xb1\x72\x92\xfb\xe6\xa0\xd6\xe9\x84\xf4\xdd\x61\x42\xf3\x93\x82\xde\x4f\x26\xc7\xdb\x99\xd0\xe3\x9d\x6b\x15\xcc\x9c\x8e\x6d\xb4\x1b\xd3\x81\x5c\x61\x4e\xf3\x9c\xba\xba\x1a\x47\x60\x3a\xee\xca\xf9\x26\x0e\x24\xa5\x92\x0f\xd2\xf4\xd5\xe5\x98\xc8\xe9\x9c\xc9\xd9\xa5\x3d\x27\x8e\x8a\xce\x99\x31\xa7\xf3\x31\x58\x53\x3c\xed\xa8\x58\x9c\x6f\xe2\x40\xca\xd4\x6d\x42\x3f\xa5\x5e\xcb\x48\x09\xb3\xe1\xc2\x45\x2f\x4e\xb3\x79\x31\x82\x30\xf9\x77\x48\x36\x79\xd6\x2c\x8a\x12\xd1\x26\x11\xde\x59\x92\xa7\xb3\x24\x57\xab\xf3\xa6\xb3\x1d\x57\x87\x1b\x1c\x48\x01\xee\xc6\x56\xf2\x1b\x37\x56\x42\xae\x89\x19\x72\x3a\x95\x57\xa1\xdb\x23\x60\xda\x51\x31\xdb\x3d\x6f\xce\x6e\x57\x56\xe3\xa0\xf3\x1b\x57\x4b\xa3\x73\x0e\xae\x27\x7f\x11\x19\x86\xcd\xfb\x4f\x87\x10\x15\x76\xcc\xd9\xd7\xec\x10\x3b\xa7\x6a\xf6\x94\xc9\x4a\x60\xdc\xbe\x79\x4f\x6a\x08\xf8\xd1\xa9\xeb\xa2\x3b\xf3\xc6\x74\xf6\xe1\xde\xf8\x22\x29\xdb\xaa\x0b\x92\x1e\xc8\x79\x8a\x1b\x90\x6c\x10\xbe\x1c\xa7\x32\xac\x65\x9b\x5f\x67\x38\x1c\x32\x6b\x3b\x15\xda\xf0\x36\xed\x54\xd8\xe1\xb0\xa7\x6b\xef\x38\xfd\xfe\xb4\x8b\x61\x6d\x31\x17\x2b\x72\xc0\x25\xa7\x5b\x43\xbe\x9e\xd3\xf1\x76\x66\x60\x48\x61\xec\x9a\x3d\x07\x72\x3c\x28\x90\x55\x8b\x83\x79\x6e\xbf\xc7\x5c\x24\x2b\xb6\xe8\x45\x51\x18\xf9\x8a\xf7\x64\x2a\x6d\xe9\x5b\xa2\xec\xdc\xc7\xc5\x36\xcf\x03\x49\x23\xe3\x63\x3c\x6d\x4d\x77\x56\xd1\xe9\x6c\xc7\x25\x96\xd7\x9e\x91\x37\x1b\xaf\xc8\xa7\xda\x4c\x86\xe7\x72\xed\xe7\xcf\x7b\x22\xb5\x26\xa7\x73\xd9\x83\x13\x62\xe0\xac\x6d\x77\x89\xb6\xa1\x68\x2a\x7a\x91\x20\xe2\x24\xdb\x07\x52\x7a\x40\x96\x50\x37\x67\xab\x6c\x84\x2d\xed\x76\x91\x39\x90\xb4\xa5\xa0\xb9\x4b\xba\x66\x88\xc8\x72\x2e\x8a\xc4\xf7\x39\x0b\x2d\xa3\x4b\x5f\xd9\x2a\x87\x65\x63\xc5\xcd\x40\x45\xde\xdc\x05\x48\x6a\x1d\x13\x57\x67\x5e\xee\xce\xa4\x3b\xed\xdd\x99\xed\x32\x76\x20\x7b\x7e\x46\x9b\xb2\xec\xa6\x78\x4f\xdf\xc0\xa1\xb6\x35\xdd\x55\x1f\x0e\x24\xdd\x5b\x02\x72\x6e\x3b\xd6\x73\x9b\xa3\x60\x5d\xb6\x5d\xe9\x38\x9c\xb2\xad\x77\x87\x60\x4f\xe7\x6f\x6e\x08\x53\x73\x3b\xf9\x38\x2b\xbf\x2d\xca\x41\xd0\x36\x5e\x06\x09\x48\xe6\xa6\x58\x17\x29\x95\x12\x68\xbe\x5d\x50\x8b\x63\x25\xfb\x79\x71\x84\xe4\x81\xb4\xba\x35\x9e\x94\x86\x12\x7c\xd9\x0e\xbf\xb1\xc4\x62\x2f\xd4\xda\x38\xf0\x2a\x2f\xdb\x3a\xab\xfb\x10\xbf\x0d\xef\x38\x1f\xbe\x74\x20\x14\x0f\xe7\xc5\x60\x66\xb2\x8a\x97\x06\xa1\x97\x1d\xbc\x5d\x77\x3c\xa9\xd0\x87\x16\x6d\x8a\xc2\x8a\x36\xc9\x60\x36\xfb\xcd\xf9\xd0\xf7\xe5\x18\x4f\xc4\xa7\xde\x01\x49\x3f\x9a\x99\x35\xce\x6c\xde\xbf\xa7\x5d\xf0\x38\x01\x4f\xbb\x8c\xf1\xed\x62\x21\x4a\xe5\xdb\xc9\x27\xf7\x81\xfc\xb5\x15\xc8\xdc\x5b\x03\x92\x0f\x0e\x38\xf8\x74\x7e\x19\x88\xb2\x35\xa2\x1d\x2c\x7f\x3a\x07\x35\x7b\xab\x12\xb2\x0d\x95\x56\x78\xcb\x42\xec\x9e\x2e\x32\x51\x99\xb5\xbd\xc0\xcd\x42\x38\xef\x73\xef\x5c\x56\x2f\x6b\xfa\x59\x09\xe5\x9a\xcb\xae\xdf\x37\xe7\x4b\x21\xc3\x93\xef\x93\x5e\x35\x23\x3d\x4d\x85\x33\xe5\x59\xe3\x49\xab\x91\x3c\xba\xb2\xbd\x75\x14\x1d\xf3\x3d\xec\xea\xe9\xfd\x53\x90\x52\x6f\xe0\x92\xb3\x39\x67\xce\x83\x72\x2d\xb7\x0c\x26\x8b\x85\xa8\x71\x71\xda\x3d\xf6\x86\x4e\xbc\x75\xa5\xdb\xff\x68\x2e\x2b\x2f\x87\x25\xab\x25\xe5\x65\xb7\x02\x76\x3a\x63\x73\xfb\x1d\x92\xc7\xb6\xbf\xcf\x6e\xb5\xdd\x41\x20\x07\xd2\x19\x6b\xd1\xa7\x74\xe6\x77\xb4\x49\x7a\xca\xd1\x8b\x94\x58\x66\x28\xd6\xe5\x1a\x8b\xfe\xa2\x25\x75\x65\x4b\xf1\x9e\x7c\x62\xe6\xfd\x6d\x42\xa2\xf3\xa8\x34\x6a\x77\x74\xe3\x84\x28\x7c\x92\xeb\xaf\x5e\x74\x6a\x47\xfa\xf8\xa4\xed\xd2\xa5\x4c\xc6\x69\xed\x7d\x38\xd7\xe5\x3a\x6e\x8d\xf7\x6c\x7b\x36\x31\xb0\x8f\x6f\x66\xe3\xed\xe3\xdb\x9c\xc2\x7c\xe2\xe3\x3b\x18\x21\x59\x8c\x65\xf4\x64\x8e\x97\xa5\x4f\xce\xa0\xe1\xe3\xb1\x92\x0b\xc1\x5b\x68\x5f\xce\x5a\x01\xef\xbf\x92\xcb\x1e\x95\x80\x4c\x32\xe9\xd3\x5c\x9f\x39\x26\xa7\xab\xee\x48\x02\xcb\x3a\x26\x67\x1f\x3e\x90\xfc\x2b\x7d\x38\xd7\xed\xbc\x5b\x3e\x1e\xcb\xb6\x6e\x27\x4a\x3c\x90\x1c\x7b\x7c\xab\x2e\x65\x59\xa8\x0e\x06\x98\xe1\x03\xcb\x17\xd9\xeb\x95\x63\x65\xaf\xd7\xea\x24\x32\x07\x92\xa6\xdf\x87\x73\x65\x87\x83\x5b\x82\x58\xae\xeb\xe2\xd8\xb1\x49\x86\x68\x67\x24\xf9\x7f\x19\x7b\x93\x64\x8b\x79\x1d\x5b\xaf\x9f\xa3\xb8\x43\x10\x49\x89\x45\x44\xc6\x9d\x0b\x49\x6d\xb9\xe7\x86\xe7\xdf\x70\x10\xdf\x5a\x27\xfd\xc2\xf6\xfb\x6f\xeb\x10\xd8\x3a\x2c\x40\x00\xac\x50\x8c\x19\xef\xd2\x95\xf0\x52\x07\xe2\x8d\x5c\x3d\xc3\x6d\xa7\xfa\x4b\x9e\xa9\xe8\xcb\xcd\x33\x95\x68\x76\x73\xfc\xe5\xaa\x61\xc6\xdb\xf3\x33\xc4\xbc\x24\x24\xbd\x35\x9b\x61\x57\xdb\x30\x35\x1b\xb2\xa4\x6d\xae\x25\x96\x58\x8c\xcb\x0e\x14\xcb\x0c\xfb\xbc\x49\x5c\x38\x62\xc6\x1d\x28\x9e\x51\xd5\x97\x88\xb0\x76\x57\x51\x90\x14\xa4\x5a\xf2\x66\x5c\x46\x95\x21\xfe\x24\x05\xe9\x85\xf2\x99\x0f\xaf\xe2\x12\x88\x87\xab\x0d\x51\x9e\xcb\x28\xa2\xd2\x1d\x28\x0c\xe4\x86\xbf\x0c\xef\x50\x16\x40\x59\xb6\xe2\x1a\x70\x20\x28\xd1\x05\xbd\x71\x2f\xce\x18\xb4\x6f\x56\x5f\x78\xb2\xf6\xd8\x2b\x9e\x80\x2c\x09\x33\x76\xd1\xcf\xb8\xfc\x65\xb8\x05\xb3\x6f\x26\xb6\x73\x23\x78\xc1\x20\xb6\x73\xc3\xfc\xf0\x40\x18\xc8\xf9\xcb\x08\x02\x84\x8a\x26\x62\xf3\x3d\xc4\x4b\x71\xad\x53\x75\x8d\x34\x75\xad\xd3\xfc\x5b\x58\xb2\xb3\xfc\x12\x95\xb9\x58\x36\x1b\xee\xe0\xb7\xff\x2f\xf8\x8c\x0d\x1a\x31\x9a\x9f\xec\x3a\x83\x07\xad\xc2\xda\x22\x9a\x9d\xfa\x12\x17\x2b\x43\xdc\xda\x89\x25\x7d\x1b\x8a\x67\x31\xc9\x74\x44\x50\x6e\x38\x99\x9d\x7d\x5d\xd8\x1b\xb3\xaf\x9c\xf1\xb8\x7d\x13\xac\x7e\x60\x84\xda\xb2\xb8\xbc\xeb\x52\x02\x68\x60\x04\xa7\x39\x8a\xe0\x5d\xed\xd1\x3c\x70\x91\x83\x1f\xf0\x20\xa2\x71\x1b\x52\xae\x61\x92\x5a\x30\xd9\x1c\x04\x2d\x6e\x4d\x92\x33\x22\x5e\x08\x8e\x1e\x63\xea\x92\xe7\xf1\xff\x7d\x71\x99\xc8\x68\xb9\xe4\x21\x22\xdf\x81\xc2\xe4\x36\x1b\x0a\x97\x1e\xb6\x56\x73\x28\xd2\x3a\xb5\x4c\x25\x59\xfb\x47\xeb\x8b\x31\xc3\xc3\xbd\x59\x9d\x2e\xdc\x1b\x58\xe5\x26\x7e\x3b\x59\x4c\xb8\xe2\x98\xd7\x34\x40\xfc\xc8\x87\x9a\x27\xe3\x85\xae\xbb\xb1\xd6\x7b\xf4\xac\x32\xd9\x97\x3c\x52\x29\x9b\x23\x92\x94\x79\x38\x64\xd7\x2c\x55\xb4\x31\x67\x11\x53\x84\x61\x5d\x21\xe4\xe7\x81\x72\x28\xd7\x21\x28\x7c\xf6\x35\xf1\x2f\xfe\x76\x52\xa0\x2f\x8e\xe3\x12\x47\xdc\xac\xb5\xfe\x2a\xce\x6d\x55\x5f\x48\x7b\x3f\x92\x6a\x91\x4d\x05\xb5\x90\x64\x51\x0f\x6f\xf3\xa7\xd4\xe1\x97\xa0\x70\x6a\x95\xd2\x62\x9f\xd0\x25\x56\x3f\x12\xca\xaa\x9f\x9f\x1c\xb2\xa1\x04\x0e\xcb\x59\x82\x14\xd7\x09\xa5\x49\x4d\x7d\x4c\x19\xbf\x2d\x1c\x81\x71\xd6\x1e\x2b\xd6\xdf\x87\x7c\x1b\x83\xc8\xaf\x0f\x26\x78\x07\x22\x8b\xdc\x00\x52\xe6\xe2\x0e\xb4\x48\x7d\x59\x05\xe1\x0e\xc3\x6f\x89\x78\xbc\xec\x9f\x56\x22\x0c\x7b\x11\x14\xcf\x8c\x18\x0e\x8e\x55\x48\xad\xcb\x6c\x12\x62\xf4\x21\xac\xe7\x81\xc2\xf1\x82\xe5\x69\xe1\x32\x41\x50\xd1\x21\xc3\x25\x5d\x46\xad\x42\xbc\x09\x76\x22\x8b\xcc\xd3\x64\x48\x19\x04\xf2\xac\xba\xf7\x5f\x24\xe9\xd2\x5e\x67\x85\xc2\x7e\xb4\xab\x5d\xe1\xde\xd0\xba\xea\x0c\xc5\x5b\x74\xa8\x5d\x0f\xb6\xeb\x43\xbf\x4d\x42\x91\x17\x41\xb1\xe7\x2c\x86\xe2\x08\xaf\xf6\xc2\xbd\xa1\xe2\x53\x37\x16\x2e\x05\x6d\xdc\x82\x62\xa6\xd9\x07\x29\x48\xa4\x6e\xc2\x57\x8b\x58\x06\x3a\x91\xad\x46\x62\x51\xd1\xac\xe1\x06\xa5\x59\x69\x0a\x4f\x94\x05\xc5\x5d\x3b\x5c\xbe\xf0\x5f\xd4\xbe\x72\xe1\x4f\x88\x85\xff\xc0\x3e\xe7\xc6\x77\xf3\x1c\x82\xb0\xe8\x68\x82\xc2\xb5\x4a\x94\xd0\x09\x57\xf3\x3e\x48\x28\xa0\xd1\x12\x95\x43\x37\xe1\xc4\xe0\xbb\x75\xe7\xba\x66\xcc\x34\xde\x7e\x07\x8a\x47\x63\xce\xc9\x2b\xa2\x72\xdc\x7a\x82\x5c\x61\xdb\x7d\x37\xf5\x73\x62\x1c\xc8\x75\xd7\x9a\x44\xba\xd3\xd8\x27\x7c\x56\xd5\xfa\x0a\x13\x58\xf1\x75\x64\xf7\x69\x43\x63\x58\x2c\xa3\x28\xfa\xb5\x88\xfd\xf6\xe8\xb7\x11\x16\xcd\x2c\x87\x6b\x71\xbe\xe6\x64\xb5\x42\x13\xdd\xf8\xcd\x1d\x08\x97\x25\x43\x71\xed\x78\x19\x0a\xd3\x4b\x8d\x68\xc5\x85\x93\x76\xd8\x2b\x32\xf1\xdc\xa4\x56\x18\x2b\xce\x67\xf5\xe2\xc2\x62\x6d\x96\x12\xf4\xcb\xda\x04\x2a\x65\xa9\xc4\x5e\xa6\x10\x42\x6a\xac\x8d\xad\x3c\xfa\x53\xb6\x26\x18\x4a\x8c\xf5\xf2\xba\xc5\x66\x71\xbd\x64\x32\xfc\x0f\x94\x32\x06\x25\x15\x2b\xd4\xb1\x88\x06\x51\x24\xaa\xb8\x17\xea\x9a\x7c\x71\x98\x7a\x34\xdc\x37\x84\xf3\x16\x53\x90\xcf\xf6\x12\x33\x61\x37\x3c\x92\xa0\x58\xe5\xc8\x8d\x31\x56\x1c\x91\xee\x47\x53\xf6\x23\x67\x08\xab\xff\x8a\x00\xdc\xe5\x11\x2b\x63\xa4\xc2\x4e\x6b\xae\xb8\xf5\x4c\x98\xd6\xcc\x15\x7b\xf8\x41\xdc\x81\xb9\xc2\xae\x20\x61\x3b\x70\xa0\x3b\xa0\x26\xe8\x77\xbe\x8c\xd5\x6a\xae\xb0\x01\x48\xd8\x45\xcf\x15\x7e\x7a\x09\x8b\xdf\x03\xad\x80\x9a\xa0\x7d\xfe\xaf\x19\x7a\xe3\x37\x5a\x8f\x5d\x7b\xe2\xce\xfc\x40\xfd\x40\xb1\x4f\x38\x50\xb4\x10\x22\x3e\x57\x5a\xf1\x65\xac\xa3\x13\x8b\xdf\x41\xfa\x9b\x89\xc5\x6f\x4a\x99\x16\xe2\xcd\x7a\xdc\xaa\x33\x22\x14\x24\xde\x89\x0f\x14\xb5\x14\xff\x76\x46\xc4\x6e\x78\x62\x81\x3b\x6e\x51\x22\x2c\x70\x13\x77\x76\x73\x45\x84\xb5\x81\xdb\xce\xc4\xea\x75\xdc\xa2\x44\xbc\x05\x27\x12\x03\x4c\x2c\x5b\x13\x41\xfc\x27\xb6\xac\x89\x20\x47\x07\x8a\x3a\x1f\x5a\x0f\x6f\xb8\x84\x6d\xe9\x24\x7a\xf4\x20\x1e\xd9\x81\x5a\xfc\xc6\xd8\x0b\xf3\x50\x6f\x41\x31\xf6\xae\xd6\x67\x8c\xbd\xaa\x3d\xc6\xd0\xd5\x17\xc6\x50\xd5\xfa\x0a\xba\x74\xb5\x7e\xd4\x7e\x4a\x6e\xef\x50\x77\xe0\x3c\x32\x89\x33\x9d\x92\x66\xec\x66\x44\xad\x0b\x7a\xfe\xfd\xaf\xc1\x03\xda\x24\xb2\x74\x22\x1e\xd9\x81\x7e\xf1\x9b\xff\xef\x3b\xbf\x75\x5a\x88\x93\xc0\xe0\x8a\xe9\x40\x41\xb3\x5e\x04\x05\x95\xfa\x2d\x28\x7a\xad\xf1\xdd\x70\xa4\x46\x14\xb1\xd8\x12\xc9\xf3\xe7\x0a\x2f\xba\x44\x84\x97\x03\xc5\xff\x0d\xea\x8c\xc8\xcb\x03\x0b\xdc\x03\x05\x3d\x47\x15\x74\x78\x9e\xcb\xa1\x03\x45\x9d\x83\x3a\x1f\xf8\x65\x74\x41\x31\xf6\xa1\x5a\xa2\x9f\xc4\x26\x9c\x2c\x4f\x29\x8b\x12\xf1\x80\x3d\x88\x3a\x7d\xa0\x12\xbf\xd1\xb3\x30\x8f\x4d\x24\x3e\x38\x50\x50\x49\xf2\x17\x9e\x79\x29\x8b\x93\xe3\xde\x7f\x3c\x9a\xa3\x1a\xfc\x92\x25\x2b\x35\x7a\x96\xc5\xd7\x71\x47\x9f\x50\x5a\x73\xd5\xa3\x19\x12\x96\x35\x93\x45\x2e\x71\x59\x7a\xa0\xe8\xb5\xa4\x23\x76\xfb\xa3\x8a\x77\xdb\x88\x7e\x96\x4b\x50\xb4\x57\x18\x43\x04\x18\x4e\x78\x37\x1c\x28\xea\x2c\x6a\x61\xf1\xa5\x5a\x60\x0c\x85\x16\xc2\x94\x75\x54\xd1\x2c\x72\xa9\xa4\x2c\xa9\x0a\x67\xb8\xd1\x44\xc1\x78\xe0\x4d\xc4\xb9\x9c\x2b\x32\xab\x24\xc2\x36\xcd\x15\x0f\xb5\x89\xeb\xd8\x03\x1d\x9e\x6f\x92\xe2\x78\xb6\x4d\xf9\xb9\xfe\x49\x29\x4f\xac\x5e\x47\x53\xa5\x71\x14\x48\xf9\x29\x82\xee\xf8\xed\x11\x44\xa5\x55\xd0\x8a\xdf\x86\xa0\xef\x40\x62\x98\xc1\x44\x54\x43\xd1\x51\x89\x6a\x1c\x21\x06\xf7\x87\x07\xaa\xf1\x5b\x16\x74\x26\xbe\xf9\xff\xce\xda\x9c\xb2\x84\x33\x32\x04\xa6\x2c\xf6\x19\x30\x8c\x84\x33\xf2\x97\x8c\x26\x01\x9c\x30\x45\xa7\x96\xf0\x9f\x1a\x5d\x84\x89\x7b\xe3\x94\x25\x48\x0b\x36\x90\x20\xc5\x4a\x3d\xba\x46\xb4\x98\x6a\x09\x4b\xac\xb1\x09\x63\xf9\x89\x2d\x6b\x22\x58\xca\x81\xce\x94\x75\xf5\x2c\xfc\x99\x52\x96\x20\x2d\x26\x49\xa2\x13\xef\xb6\x29\x4b\x74\x16\x2c\x22\x36\xd8\x31\xd5\x45\x02\x11\xef\xb6\x09\x73\xb9\xb9\xe2\xd6\x33\x15\x2d\x3a\x71\xba\x18\x5c\x58\x1c\x28\xc7\x6f\x4d\x50\x39\xbf\x89\x5d\x23\x14\x54\x2a\x52\x29\x61\x23\x3a\x46\x31\x74\x58\x12\x57\xea\xb9\x22\xdc\xd3\x18\x52\xfb\x2f\xad\x6b\x79\x8a\xa8\xbe\xa9\x48\x90\xc2\xa9\x26\x15\x09\x52\xa4\x7e\x4f\x45\x8b\x4e\xc4\xf8\x4d\x44\xdd\x9b\x2c\xb1\x89\x43\xdf\x64\x89\x4d\x45\xbd\x8e\x2c\x72\xa9\x48\x74\x3e\xea\x94\xe8\x44\xa8\xa4\x74\x5d\x8f\x7f\x5c\xf1\x63\x13\xb4\xf9\x51\xdf\x06\x6f\x11\x0a\xfd\x40\x51\xeb\xcd\x98\x3e\x46\xaf\x45\xfd\x0b\xda\x63\x05\xb0\x3a\x4b\x3c\x26\x79\x8b\x30\xb4\x09\xc3\xb0\x85\x19\x63\xc2\x96\x67\x61\xb8\x98\xb0\x21\x59\x3d\xf2\x7c\x27\x4c\x15\x57\x4f\x8c\x37\x96\xab\x03\x1d\x3a\x5d\xe9\xef\xc7\x33\x0c\x3c\x2a\x16\xd6\x7b\xe7\xc7\x26\x30\x5a\xac\x49\xd0\xcb\x8f\x5d\xe0\x2f\x7e\xa4\x03\x11\x6d\x36\x5d\xd8\x83\x1c\xb0\xc5\x8f\x6a\x24\x14\xee\xc5\xca\xb7\xb0\xd9\x4b\xbc\x6e\x2e\xac\xf4\x12\xa1\xf1\x16\x56\x6c\x09\x77\xb6\x85\x6d\x5a\xc2\xb4\xe9\x40\xa7\xc5\x0b\x6b\xa6\x85\x01\x5a\xe2\x91\x7b\x75\x36\x08\x17\xaf\xe3\x0b\x7b\xb4\x44\x0c\x85\x45\xcc\xd7\xf3\xa3\x1a\x61\x06\xba\xea\x89\xa5\xf7\x42\xcf\x2e\x6c\xc9\x0e\xd8\x04\x46\x45\x43\x5d\x08\x3e\xbe\x08\x3b\xb9\xb0\x26\x4b\x1c\x12\x0e\x14\xd5\x0e\xfe\x31\xa2\x13\xa5\x2b\xdf\x74\x28\x5c\xe8\x13\xb1\x9d\x0f\xd4\x03\xe2\x1f\xc3\x91\x25\xf1\xf4\xbc\x08\xbd\x9a\x70\x90\x5e\x04\x3f\x4d\x17\xe2\xb8\x7a\xac\xbf\x89\x1d\xd3\x81\x4e\xe7\x2e\xe4\x71\x11\x0c\xf5\x80\x54\x14\xc7\xb7\x44\x16\xe0\x03\xed\x80\xe8\x40\xf8\xb1\xa7\xab\x08\x0c\xf7\xf4\x84\xfb\xd1\x81\xe2\x1f\x0b\xff\xc8\x72\x79\x97\x7f\x8c\xb0\x7c\x3e\x8d\x36\x6e\x08\xfb\x30\x2c\x11\xe0\x59\xfc\x46\xa5\xb1\x42\x26\x6c\x1e\x0f\xc4\x38\x7a\x16\x98\xe3\xc7\x2a\x88\x51\xf5\x2e\x70\xc5\x8f\x43\xd0\xe6\x47\x83\x87\x99\x6e\x49\x4c\xa5\xe7\x8f\x9a\xa4\x73\x8f\x9a\x84\x38\x12\x83\xb0\xb3\x4a\xb7\xf8\xbe\x41\x64\x31\x7a\x63\xe6\x24\x3f\x11\xbd\x3f\x5d\xff\x03\x1e\x26\xbc\x25\x05\x0d\x1a\x57\x9a\x88\x6c\xbc\xe9\x96\x10\xc4\xd1\x33\xdd\xe2\xfa\x38\x7a\xa6\xeb\xee\x49\x60\x0c\x4a\x42\xc0\xb2\x7c\xdd\x22\x47\x5b\x31\xa8\x4a\x8b\x9d\xc9\x91\x4c\x74\xe4\x0e\xf3\xe2\x85\xcd\x54\xba\x5b\x13\xd4\xf9\x31\x09\x8c\x1e\x34\x1a\xe9\xcc\x4e\x53\xad\xa1\x86\x6e\x89\x44\x67\xae\xd4\xb9\x01\x19\xd5\x9b\x01\x19\x3b\xac\x32\xa8\xa5\x43\xe2\xa1\xff\xa3\xce\x19\xaa\xe6\x96\xe8\x4c\xc8\x38\xa0\xcd\x9c\x21\x48\xd8\xff\x1d\xf0\xac\xe8\xee\x68\x78\x36\x9f\x1f\x9b\xc0\x19\x3f\xde\x82\x42\x96\xc9\xed\xb9\x88\x43\x99\x1e\xc9\x55\x78\x33\xa7\x47\x72\x15\x27\xe5\xf4\x48\x1c\xe2\x75\x34\x3d\xd2\x1e\x2b\xe6\xf8\x91\xba\x58\x08\x52\x95\x3a\x0d\x23\xa7\x84\x0f\xe1\x81\x26\x3f\x76\x81\x2b\x7e\x7c\x04\x6d\x7e\x1c\x02\xdf\xf8\x91\x0e\xc4\x03\x69\x7a\x34\x8e\x78\x20\x4d\x57\x95\x1a\x0c\xef\xe3\x03\xaa\xa2\x60\xc8\x47\xc3\x5a\xc8\x67\x6d\x06\x0f\x9b\xf1\x5a\xb5\xb0\x9e\x4a\x4f\xe9\x82\xe2\x1f\x0b\x1d\x08\xff\x92\x74\x71\xaf\x7e\xc0\x18\xb4\xe4\x2c\x82\xe5\xa4\xab\x49\x78\xc2\x0d\x36\x3d\x7f\x50\xe8\xf7\x26\x1a\x84\xe7\xeb\x01\x9b\xc0\xf3\xaf\x8f\xe4\x25\x62\xe9\x9c\x1f\xbb\xc0\x11\x3f\xfa\xd3\xc9\x8f\xaa\x37\x26\xec\xf9\xfb\xf4\x17\x90\x7f\xfb\xe2\x53\xc9\xcf\xcb\x84\xfd\x41\xd1\x3d\x2d\x29\x11\x69\x27\x5d\x4d\xfa\xfe\xc7\x6c\x4a\x28\x7e\xcc\x66\xbb\x04\x45\x35\xa2\xdd\x0f\xc2\xb6\x5b\x50\xfc\x9f\x6a\xf9\xa0\x9d\x44\xe2\x63\x85\xeb\xc5\x3f\x46\x57\x25\x05\x5f\x2c\x37\x17\x4e\xbc\xab\x7f\xb4\x28\xa1\xf8\x10\xc3\x2e\xcd\x17\x29\x66\x13\x91\x63\x0e\xd4\xf9\x51\x15\x85\x18\x72\xc1\x70\xa0\xc9\x8f\xae\x28\x88\xa5\xd9\x63\xab\x70\x61\x09\x7b\xc0\x60\x2e\x29\xc2\x08\x0c\x94\x1e\x09\x5b\xdc\x68\x26\x9e\xc3\x0e\x14\xe3\x1a\xff\x68\xae\xb1\x7a\x04\xd7\x4f\x0f\x52\x3a\xd8\x56\x60\xbc\xb1\xb0\xa5\x4a\xf8\xfc\x1e\x88\x2f\x1f\x20\x9a\x67\xed\x1b\x17\x73\xce\x7d\xee\xc2\xd0\x2a\x61\x67\xb9\x46\x64\x9d\x4d\x58\x02\xae\xc1\x65\x01\x56\x1f\x07\xea\x01\xd1\x44\x42\x2d\x60\x4a\xbd\x88\x7c\x98\x88\x4b\x78\xa0\x9b\x1f\x87\xc0\x27\x7e\xf4\xa7\x3b\x20\x7e\x63\x1b\x51\xd5\x9b\x30\x63\x4f\x18\xc7\xad\x11\x0e\xc2\x89\xe7\x88\x35\x72\x54\xca\x63\xcf\x81\xf8\xf2\x16\x14\x75\x22\xe9\x23\x0c\xc9\x93\x34\xd6\x08\xa7\xdc\x94\x08\x48\x7b\xc0\x16\x3f\x36\x41\x9d\x1f\x55\x6b\xa8\x7e\xae\x8d\x16\x01\x0e\x13\x96\x2d\x8b\x90\x86\xa9\xe6\x4b\x50\xb4\x8f\x12\x18\x91\x40\x36\x61\x97\x71\xa0\x68\x3f\x53\x27\x7b\x06\x5e\x0b\x0e\xf4\x70\xe1\xd3\x04\xd6\xf8\x51\x4d\x84\xc8\x25\xfc\xca\x0e\x78\x18\xb9\xaa\xe3\x65\x71\x55\x84\x78\x8c\x88\xf4\x9e\xaa\x3a\x1e\x91\x77\x12\x97\xae\x8b\x58\x85\x89\x0b\xf5\x35\xe2\xaa\x38\xe9\xd2\x67\x8d\x9b\x39\xbe\xbb\xa0\xf8\x14\xcd\x32\x22\xed\x52\x4a\x49\xff\xc9\xd9\x5c\xea\x74\x70\x36\x97\xfe\x1c\x91\x4d\x29\xa5\xc4\x2a\x8d\x09\x5b\xaa\x1a\x16\x6b\x36\x26\x65\x8b\xc8\x7b\x49\xa7\xe5\x35\x22\xe6\xcc\x01\xf9\xb5\x41\x65\x96\xb7\xc1\x51\x1a\x5b\x91\x45\x0c\xbd\x94\xf0\x52\x59\x64\xdb\x4f\x38\xe1\xad\xc1\x1a\x2e\xfd\x39\x38\xcd\x12\x1b\xeb\x40\xf1\xe5\x60\x7a\x3a\x0c\x28\xc9\xe9\xfc\x9f\x24\x87\xf5\xb4\x4a\x72\x06\xd3\x2a\xc9\x19\x0c\x4a\x92\x33\x18\x14\xbb\xc6\x11\xe1\x3f\x52\x93\xa8\xb0\x10\xf2\x1a\xb7\x30\x3c\x4a\x4d\xa2\x12\xd7\xb2\x89\x18\xaf\x0b\x93\x9a\x84\xd3\xdf\x22\xd1\x79\x6a\x92\x1b\x0e\x74\x4d\x82\x12\xce\x89\xa9\x49\x18\x22\xd6\x42\x6a\x62\xf8\xcd\x0d\x9c\x74\xe5\x88\x1b\xd5\xd4\x34\xc3\xf1\xd2\x93\x9a\x38\x35\xec\x51\x52\x13\xa7\x46\xb6\x97\xd4\xc4\xa9\x2f\x83\x60\x6f\x39\x5e\x06\x21\x4e\x65\xe5\xc0\x76\x6b\x8d\x97\x49\xb3\x30\x44\xb4\xdd\x44\x68\xb7\x85\xd1\x49\xfa\x93\x8d\x30\x71\x4d\x04\x6d\x58\x83\x13\x5e\x13\x6b\x72\xc2\x6b\x28\xee\xf1\x63\x7e\xf1\x6f\x5b\x83\x43\x5d\xd3\x6c\xff\xe8\x1c\x47\xac\xf1\xd3\xbd\x9b\xf8\xed\x07\xa9\x04\x45\x26\xc1\x84\x25\xcd\x81\x3a\x57\x74\x5d\xe0\x88\x1f\xa9\xe7\x83\xfe\x9c\xa3\x06\x87\x3a\x8c\xb2\x17\xd1\xd6\xd2\x1f\x3d\xc2\xba\x24\x61\x9c\xb0\xb0\xf6\x48\xad\xfd\xe3\x25\xc8\xc2\x14\x24\x11\x9e\xfe\x40\xd1\x73\x72\x3e\x1d\x30\xe6\xaa\xa9\x56\x2e\xdf\xb8\x30\x39\xe0\x1b\x3f\x3e\x40\x4c\x01\xe3\x20\x5d\x78\xc2\x04\x69\x11\xc5\x2d\x25\xac\xcd\x16\x81\xdb\x12\x71\x48\x0e\x14\xc3\x42\x50\x66\xb8\x6c\x25\x1c\xf0\x16\xa1\xda\xd2\xff\x7c\x1a\x37\x52\x58\x55\xae\x99\xa0\x39\x72\x33\xd1\xe3\x3c\x16\x1d\x28\xa8\xc3\x75\xf8\xc2\x3c\x23\xb5\xa1\x6a\xd0\x4e\x64\x1e\x3e\x60\x34\x39\xf4\x29\x93\x35\xfc\x5b\x8c\x83\x73\x12\xd1\xd3\x12\x66\x48\x0b\x2b\x8f\x44\x6c\x87\x35\x39\xe1\x61\x86\xb4\x88\x89\x96\x70\xbb\x39\x10\x5f\x32\xfc\x82\xe2\xea\x22\x4e\x04\x3f\xf8\xeb\xa9\xae\x88\x3b\x4a\x85\x2c\xe1\x7f\x3d\xe5\x8e\x98\x68\xc9\x8b\x4c\xe0\x89\xb0\x41\x8b\x68\x6a\x89\x20\x3b\x8b\x18\x69\x09\x9b\xf2\x03\x05\x35\xc6\x65\xf0\x8b\x1f\xe9\x1c\x3a\x3f\x8d\xcb\x60\x8a\x1f\xd5\xd7\x98\x47\x1e\x46\xd7\x44\xad\x13\x2e\xf2\x40\x93\x1b\x56\xd5\x1a\x72\x8d\x11\xef\xc2\x7c\xe4\xfc\xa8\x5a\xe3\xb4\xd1\xf5\x29\xb7\xc6\x5d\xbf\xb1\x02\xe0\xfd\xb6\xb0\xee\x48\x38\x84\x2c\x32\x85\x27\x9e\x2a\x17\xf1\xce\x12\x96\xc1\x0b\x0b\x8e\x44\xc0\xd6\x03\xc5\xa0\x90\xf2\xe9\x9b\x5a\x4d\x6a\xbc\x2b\x26\x0c\xc4\x17\xe9\xc0\x13\x26\x23\x8b\x94\xdf\x49\xdb\x33\x02\xa5\xa5\x7c\x25\x83\x31\xa8\xa2\x16\xb9\x88\xbb\x44\x8e\x88\x11\x9b\x78\xd7\x5c\xf3\x61\x92\xd9\x72\x4d\x0e\xa6\xda\x63\x11\x38\x2d\xe5\x4b\x8d\x84\xbb\x51\xc2\x82\xfb\x40\xdc\x1c\x17\x81\x10\xf9\xd1\x7f\xc2\x48\x9c\x36\x49\xca\x9d\xf2\x25\xee\x88\x94\x14\x09\x9b\xa7\x45\xd4\xb3\xf3\x63\x12\x18\x63\x66\x41\x9c\x9c\x45\x79\x87\x3c\x50\xdc\xd4\xf1\xe4\xbc\x66\x24\x96\x3b\x60\x15\x18\x83\x66\x17\x3c\x75\xf1\x7b\x49\x22\x1a\xfc\xc1\x49\x71\x86\x25\x75\xca\x49\x42\xd0\x10\x89\xa6\x7a\x60\x9e\xa6\x7f\x0c\x25\x90\x93\x38\x8b\x13\x67\x97\xd8\x47\x5a\xb8\xd4\x25\xf6\x9c\x14\xbb\x7a\x37\xe0\x01\xc9\x79\x24\x5f\x4b\x39\xa9\x8d\xb8\xc3\x4d\x5d\x62\xaf\x7b\x5a\xde\x15\x0e\x18\x03\x91\xd8\x0f\xdf\x98\xd3\x01\x0e\xa0\x96\x09\x0e\xa0\x16\x82\xf0\xb0\x49\x39\x6b\x58\x11\xa0\x20\x69\x1b\x3a\xc3\x14\x39\x0d\xc9\xd6\x64\x6a\xb3\x98\x39\x22\x14\xa4\x21\xf6\xe1\x3e\x76\x88\x5f\x38\x72\xe6\xac\xc9\xe4\x58\x69\xf1\x61\x1d\xce\xf9\x9f\x13\x01\x2e\x02\x6a\xfd\xc9\xd6\xe4\xc6\x3b\x57\x57\xbb\xe2\x47\xf5\x80\x9b\x56\x1e\x53\x0f\xf8\xc6\x8f\x74\x88\x4b\xe0\x21\xe9\x5a\x31\x23\x43\xd2\xc5\x15\xed\x90\xc8\x84\x21\x6c\x22\x91\xc7\x22\x3c\x54\x22\x1d\xc1\x81\xa2\x4e\x89\x53\x3c\xad\xa6\x5c\x24\x32\x91\x91\x39\x0d\x31\x3e\x77\xbb\xb9\x48\x64\xc2\x68\x36\x0d\x31\xfe\x66\x42\xd8\xcf\x4d\xce\x98\xc3\xd5\x4c\xda\xd7\xff\xc5\x26\x0d\x63\x91\x85\x01\x4a\xca\xba\x6e\x24\xec\x53\xc2\x23\x69\xcd\xcd\xe3\x47\x11\x33\x6f\xe6\xee\x56\x77\xfc\x36\xc1\xb0\x5e\xa6\xb2\x88\x61\x5f\xa6\xf2\xf1\x8f\x9d\x1f\xbb\xc0\xe8\x82\xa4\xf4\x85\x04\x9a\xd8\x57\x24\x10\x17\x86\x89\x4a\x1a\x92\x52\x8e\xc7\x3a\x8b\xcc\x78\xed\x4d\x3a\x7c\xcc\x17\x69\xd2\x65\xdf\x7c\xe3\xa0\x32\x34\xae\x78\xee\x4d\x43\x12\xcc\x7d\x33\x41\xd2\x0f\xc4\x6f\xf4\x86\x73\xeb\x10\x3f\x44\x6e\xb8\x34\xc4\x00\x9c\x5b\x71\x86\x3d\x10\xff\x47\x7b\x3f\xd8\x9c\x9d\xf0\xfc\x05\xe5\x86\x08\xc7\x3d\x35\x71\x75\x17\x99\x92\xd3\xd0\xa6\x81\x3d\xcc\x10\x15\x39\xc3\x12\x55\xe5\x40\x31\x06\xed\x20\x38\x16\x0e\x11\x98\x3d\x0b\x8e\xf8\x6b\x5d\x6a\x61\x08\x4a\xbc\xc6\x54\x81\xc1\xf1\xe8\xbd\x75\xe9\x39\x06\x5d\xbb\x2e\xe8\x8d\xf7\xc3\x01\xa3\xda\xae\xff\x84\xe5\x08\x6a\x73\xc0\x20\x38\x8a\x66\x5d\xc8\x39\x09\x63\x16\x89\x95\xf3\x75\xa9\x15\x1e\x3e\x88\xe5\x7d\xc0\x11\x3f\x26\x41\x6f\x40\xea\xc1\xa1\x5c\x26\xdc\xe5\x81\x7a\x40\x74\x20\xdc\xdc\x53\x26\xb1\xe4\xc2\x30\x27\x63\x3a\xb2\x56\xf8\xab\x7b\xb5\x59\x71\x6b\xed\xe5\x65\xc5\x01\x33\x5f\xec\x62\x17\x7b\x8f\xac\x63\xd3\x8a\x6b\xeb\x8c\xd7\xc1\x5a\x59\x6f\x49\x48\x04\x59\x91\x33\x41\x11\x17\x59\x91\xcf\x8f\xf4\x3c\xce\xa6\x19\x5b\xf1\x45\x7a\xe3\x94\x75\x6e\xe2\xf5\x3a\x5f\xaa\x27\x36\x23\xf9\xd2\x3f\x46\xbc\xfb\x7c\x89\xe8\x05\xa2\x6b\xe3\xca\x83\x75\xc6\x2b\xf0\x40\xd1\x75\xb6\xc3\x84\x5b\xca\x58\x1b\xaf\x55\x90\xc8\x96\xd4\x06\xc4\x7a\x54\xeb\x8a\x4f\x35\x1f\xbc\x20\x67\x9d\x07\x08\x72\x94\x31\xfc\x5c\x04\x39\x3a\x3f\x66\x81\x41\x57\xa4\x8c\x17\xe5\x7c\x69\x54\x11\x2b\x3f\xe3\x37\xb7\xd6\x0d\x01\x10\x2b\xb2\x05\x67\x6c\x2a\xd6\x7a\x18\x3f\x62\xb5\x62\x87\x91\x2f\x44\x87\xd7\xdf\x7c\x21\x3a\x44\x47\xca\x57\xfd\xe7\x0b\x6c\x92\xf2\x66\xc2\xd7\xae\x55\x21\x2a\xf2\xb1\xc2\x83\x38\x65\x62\x97\x2d\xb2\xe4\x7a\x7d\x5f\x95\xe7\x43\x6d\x3f\x56\x85\xc6\xac\xef\x2b\xa2\xc9\xa7\xac\x0d\x07\x19\x75\x33\xf9\x00\x16\x2f\xc0\x99\x08\xb6\x6b\xc5\x96\x22\x5f\x92\x88\x0a\xc5\x25\x02\x8d\xa9\x62\xad\xe5\x95\x37\x13\xf1\x6d\x91\x0e\x36\x5f\x2c\xae\xab\x51\x0b\x67\x51\x12\xc0\xe6\x8b\xb3\x28\x06\x51\x99\xf4\x90\x6b\x75\xa8\xc8\x76\x62\x45\x38\x54\xef\x1f\x56\xe7\xe1\x51\x8b\xc7\x8a\x5c\x52\x19\x73\xda\x45\x34\xa3\x9c\x24\x63\x71\x4c\xce\x49\x32\x16\xb6\x53\x29\x4b\x1f\x93\x10\x36\x27\x89\x5c\x9c\x85\x33\x86\x6a\x07\xda\x01\x0d\x41\x3c\x4b\xaa\xab\x11\xb7\x3d\x27\xb1\x1f\xaf\xb0\xc5\x32\x1f\x76\x9d\xde\xa3\x2c\xb6\x08\xc5\x32\x1f\x47\xec\xac\xbb\x89\x15\x47\xec\x8c\x41\xca\x22\x2b\x6b\x2a\xf8\x27\x2e\xd2\xb2\xe6\x24\xc6\x1d\x7a\xa8\x64\xe3\xbc\xc2\x63\x37\x27\x49\xe0\x0c\x7e\xc0\x8f\xfa\x40\x3f\x5e\x3f\x19\xd7\xa4\x11\xd6\x3d\x8c\xa6\x72\xd2\x8c\xaf\x19\xd5\xb0\x96\xf1\x14\x9b\xb1\xc6\x5d\x8b\xf5\xba\x24\x51\x39\x62\x3d\x66\x6c\xfc\xd6\x0a\x6b\xce\x54\x92\x14\xdb\x4b\x07\x24\x0f\x2f\x94\x94\x3c\x44\x58\xf4\xac\x37\x36\x12\x92\xe6\x24\x79\x08\x1f\xcc\x9c\x24\x0f\x11\x43\x26\x63\x6b\xb2\xd6\xc7\x44\x8a\xe5\x3f\xfe\x8f\xe5\x82\xa7\xca\x9c\xa4\x0f\x3f\xe6\x51\xe2\xc0\xf5\x63\x29\xc5\x60\xf4\x3b\x56\x8f\x4d\x68\x91\x4c\x8c\x9e\x4d\x70\x0f\xed\x03\x37\xaf\x81\x19\xb3\x94\x4d\xc8\x8e\x8c\x59\xca\x26\x2c\x47\xc6\x10\x65\xf7\x4c\x67\xfa\x2d\x28\xfe\xaf\x53\x67\x84\x91\x48\xe5\x89\xf9\xdf\xc4\x91\xc8\xa9\x77\x41\x3c\x87\x26\xfd\xe7\x8c\x01\x77\xd5\x1a\x07\xce\xc2\x4d\xfb\xee\x91\x0b\x3e\xc9\xc8\xea\x80\x67\x90\x6c\x27\x77\x8f\x43\x5d\xc6\xcf\x66\x93\x76\x31\x93\xe9\x7f\xf7\x38\xd4\x65\xf2\x38\x6f\xd2\x2e\xa6\x42\x9c\xbc\x4d\x10\x88\x4c\x3c\xeb\x03\xc5\x3f\x26\xfd\x63\x6c\xaf\x0b\x1e\xf8\x07\x6c\xf1\xe3\x10\xa4\xb7\x5b\xd5\xb3\x8e\x5c\xe3\xbe\xb3\x7b\x58\xf4\xe4\xac\x9e\xc7\xd9\x4c\xdb\xd9\x4d\xce\xc4\xcc\x6d\xd8\xe6\x9d\x30\x13\x68\x62\x13\x3e\x22\xe3\x9e\xbf\x7b\xc4\xb7\x4e\xf2\x82\x3f\x20\x0f\xb9\x97\xbe\x3d\xbd\xcb\xd8\x75\x1f\x88\x87\xdc\x4b\xdf\xc6\xbc\x62\xea\xb1\x3b\x2a\x18\x53\x8f\x4d\x3c\x89\x24\xd7\xfe\xcd\xb3\x61\xce\x8f\xa1\xf8\xc7\x47\xff\x18\x8b\xb9\x52\x93\x6f\x52\x1e\x66\x32\x94\x1c\x28\x86\x55\xff\xf1\x46\x64\x13\x1a\x22\x63\xb4\xb1\x7b\x65\xb2\x6a\x16\xf4\xf1\xca\x2c\x10\x82\x88\xe6\xa1\xae\x73\x16\x91\x2b\x36\x00\xb5\xf9\xc7\xa0\x40\xed\x82\x20\x4f\x77\x3d\xc1\x1f\x4d\x4d\x22\x04\xf8\x3b\x1c\x30\xc5\x8f\xfa\x34\xd8\x2e\x37\xff\x16\x14\x70\x1b\x0c\x59\x42\x10\x31\xb1\x73\x96\x10\x34\xe6\x55\x42\xd0\x98\xd7\x7e\x09\x8a\x5a\x3a\xcd\x37\x86\xa1\xae\x85\xa5\x4f\xce\x12\x90\xb0\xf4\xc9\x58\xd6\x6f\xd2\x10\x66\x8c\x9a\x77\x6f\x68\xb9\x76\x1b\x3c\xc2\x43\x60\xf6\xdd\x59\x12\xb0\x29\x39\x50\x54\x33\x6e\x41\x3f\x9e\xd5\xbb\xc0\x20\xc6\xa0\x9a\x8e\x49\x02\x91\x02\x36\xb1\x1d\x32\x0f\xd7\x9b\xcc\x80\x99\x68\x74\x9b\x7c\x7f\xa9\x34\xf5\x27\x3c\x04\x72\x91\x60\x71\x93\x5a\x9a\x84\x39\x22\x5a\xe7\x72\xf9\x53\x7a\x20\x61\x8e\x34\xe1\x19\xe3\x91\xdd\x3b\x26\x28\xcd\x23\x89\xeb\xc4\xc2\xbd\xd3\xe6\x8d\x33\x63\x4c\xb2\x3b\xeb\x10\x99\x8c\x76\x0f\xf3\x9f\x5c\x24\xaf\xb1\x9a\xe4\x22\x79\x8d\x37\xce\x8c\xa1\xc9\x26\xc0\x43\x26\x5e\xeb\xee\x61\xe2\x93\x8b\x24\x72\xd0\x82\x24\x60\xa0\x59\xfa\x63\x30\xba\x2a\x21\x9c\xa8\xfd\x2e\x89\x88\xe0\x79\x99\xc0\x88\xbb\xcf\x41\xad\x43\x50\xf4\xa6\x5c\x82\x82\x56\x25\x09\xc2\x94\x41\x9a\x36\xac\x88\x33\x16\x2b\xbb\xb3\x24\x95\xa2\xdf\x50\x3b\x5d\x13\x1b\x8e\xab\xb9\x48\xce\x27\x6a\xa7\x6b\x9e\x23\x1e\x44\x2e\x92\x4f\x96\xaf\x22\x39\x5f\xcc\x00\x27\xbc\x03\xc6\xb0\x1e\xea\xe1\x1e\x5a\xd1\x30\x36\x79\xec\x32\x36\x2b\x9b\x47\xcd\x5c\x44\x8f\x85\x6a\xe1\x84\x77\xc0\x09\x08\x09\x62\x59\xcc\xb8\xa1\x6d\x62\x42\x64\x82\x66\x6e\x1e\x35\x73\x91\x2c\x87\xcf\x41\x2e\x92\xc8\x38\x7b\xe5\xa2\x75\xe8\x65\x7a\x44\x9d\x37\x0e\xee\xf7\x75\xfb\xc7\x1c\x3f\x52\x4d\x5c\x21\xe7\x22\xc9\xfa\xc1\x1d\x92\xac\x38\xb4\xe5\x22\x29\xff\xe8\x9a\x96\x25\xd6\xc8\x22\x4e\x8e\x65\x30\xc9\x0b\xf6\x80\xd1\x84\xf8\xf1\x83\x93\x35\x01\x61\xeb\x93\x31\x1e\xd9\xe3\xa2\x41\x44\x89\x67\xb8\x4c\x04\xba\x3d\xc2\x80\x37\x13\x50\x6c\x93\x7e\x2c\x13\x73\x63\x8f\x70\xd0\xcb\xd8\x71\x6f\x5e\xda\x32\x16\xd1\x7b\x84\xe5\x4f\xc6\xe6\x64\x8f\x48\x67\x91\xb1\x2b\xd9\xbc\x97\x65\x52\x5d\xec\x11\x86\xb8\x99\x08\x38\x9b\xd7\xb3\x8c\x91\xc9\x26\x1d\x58\xbe\x59\x4b\x49\x00\x96\x49\xba\xb5\x79\xe8\xca\x77\xfa\xc7\x00\x4a\x9b\x9c\x5f\x99\x68\x19\x7b\x84\xf5\x6b\x26\x6f\xca\x26\xb3\x56\xbe\x91\x22\x5e\x9d\x32\xf9\xaf\x0f\x14\x56\x04\x58\x78\x1c\x70\xc6\x8f\x45\xd0\x17\x10\x7d\x0b\xa7\xb5\x4c\xa2\xee\x3d\x58\x02\x49\xb1\xbd\x49\xc2\x95\x49\x33\x7d\xa0\xf8\x12\x91\x22\x27\x56\xc6\xfa\x65\x8f\x1b\x8a\x16\xd5\x19\x6c\x79\x63\xd3\x72\xc0\x15\x3f\xaa\x09\xdb\xb4\x24\x81\x6f\xfc\x48\x8b\x8f\x0c\x55\x90\x8c\xf1\xc4\xf6\x55\x6e\x42\x07\xfc\x00\xe9\x10\x67\x14\x0c\x50\x36\xc9\xaf\x32\x06\x28\x7b\x84\x93\x44\x52\x4a\xee\x4d\x50\x89\x8c\x59\xc9\x26\xdf\x55\xc6\xac\x64\x93\xef\x2a\x63\x47\x72\xa0\x1f\xa6\x32\x97\xc0\x20\x16\x82\x32\xb0\x43\xbd\x89\x88\xb4\xc9\x86\x95\xff\xda\x88\x0d\x03\x01\x1a\x0e\x44\xd7\xc7\x23\x30\xc8\xd5\xd4\x81\x50\x0e\x98\x9c\x6c\x1e\xe5\x32\x36\x26\x9b\x24\x57\x49\xb1\x52\x0f\xf8\x01\x52\x6d\x83\x40\x8f\x66\x88\xa5\xed\x46\x03\x91\xf5\xea\xfc\x38\x04\xfe\xe2\xc7\x47\x10\x15\x69\xfe\x58\x06\x6f\x49\x0b\xc7\xa4\x5b\xd2\xc2\xb5\xe7\xcd\x8d\xc3\x01\xcf\x52\xf7\x48\x40\xb0\x86\xbd\xb9\x71\xd8\xe4\xc1\xca\xf8\x58\x1f\x88\x46\x50\x5e\x83\x33\x15\xc6\x24\x07\xba\x03\x52\x93\xf1\x34\x75\x3f\x9a\xdb\x30\x8f\xcd\xda\x60\x0e\x4e\x4a\xa6\x41\x78\x99\x24\xc5\x8d\xd8\xa3\xc7\x4c\x7b\x94\x5d\x4d\x8a\xd7\x3b\x4d\x8a\x2f\xc3\x55\x2e\xdd\xbc\xd4\x1f\xb0\xc5\x8f\x4d\x10\xe6\x4c\xc3\xdf\x8e\xf8\xb1\x0b\xa2\x4d\x91\x36\xe2\x5f\x64\x0c\x46\x36\x51\x2d\x74\x41\xb3\x79\xa9\xcc\xa6\xd6\x88\x23\xaf\x52\x32\xee\xc1\x42\x68\x82\x84\xad\x6b\x26\xdd\xf5\x81\xbe\x80\xf4\x8f\x32\x7d\x2a\x06\x53\xfc\x78\x0b\xe2\x1f\xe9\x39\x47\xac\x47\xbc\x1e\x41\x20\xd2\x5d\x55\x6b\x44\x81\xc8\x84\xbf\xdb\x64\xcb\x3a\x3f\x16\x81\x6f\xfc\xa8\x4f\x63\xda\xc9\x35\xb3\x09\xe7\x90\xb5\xc5\x1e\x91\x0e\x21\xdd\xda\x0b\x8e\x19\x97\x47\xd8\x8e\x1c\xa8\xf3\xa3\x6a\x0d\x0e\xc6\x94\x64\x8f\xc9\x3c\xeb\xb7\x85\x61\x5a\x95\x40\x85\x47\x4d\x7e\xd8\xa8\x11\xd1\xe1\xfc\x98\x04\x06\x33\x75\x7d\x0a\x13\x74\xd5\x13\x0c\x4b\x70\xb0\x3d\x38\x0f\x3e\xfe\x3f\x26\x5d\xb3\x1c\xa9\x5f\xf3\x23\xbe\xdf\xcc\x8e\x18\x7d\xc3\x66\x62\xf4\x8d\x90\x36\xcd\x4e\x44\xf4\xcf\x55\x8c\xce\x85\xed\xdd\x1e\x83\x23\x7e\xfc\xc7\x10\x4b\x7b\x44\x38\xa4\x4c\xda\xd6\x03\xf5\x80\x98\x3a\xac\x7a\xef\x26\x8d\x12\x66\xbd\x19\xa3\x8b\x03\xdd\xfc\xa8\x26\x8f\x88\x64\x73\xd2\x86\x97\x9b\xe8\x1a\x57\xbf\xb9\x6a\xf9\x09\x33\xdf\x5c\xb5\xc4\x70\xe6\xc5\xec\xe2\x40\x33\xa0\x26\x68\x61\xd1\xd6\x05\xfe\x00\x87\xc0\xc3\x92\x3c\x1f\xef\x81\xb9\xf0\xad\xbd\x21\x51\x12\x72\x95\xe0\xc5\x8b\x75\xae\xd2\x27\x2f\xa3\x64\x8b\x35\xc2\x7e\x29\x63\x2f\xb1\xc9\x0d\x96\x89\xac\x76\xa0\x0f\x43\x39\xaa\xf9\xc5\x2d\xd8\xdd\xa5\xe0\xe2\x1d\x3a\xe3\xc5\xb5\x89\x7e\x90\x94\x0e\x7b\x0f\x4e\xe8\x98\x48\x1c\xe8\xc1\xaa\xee\x12\x38\x00\x93\xc0\x18\xb5\xf8\xfe\x87\x4a\xeb\x12\x7d\x0e\xf7\x55\x62\x10\x37\xc3\x19\x0f\xb0\x03\x05\x45\xba\x14\xd3\x2f\x96\xcb\x2a\xa9\x08\x2b\xe5\x5c\x35\x7b\x18\x3f\xdd\xbd\xde\x02\xa3\xef\x9a\xbd\x4f\x7d\x97\x74\x71\x67\x60\x89\x09\xfb\xa6\x4c\x58\xdf\x03\xbd\x01\xe9\x4b\xd8\x47\xda\xee\x83\xb0\x5a\x2b\x22\x97\x99\xae\x25\xf7\xbc\x98\x67\xf6\x5f\x04\x48\xc8\x3a\x74\xcd\x4b\x96\x84\xec\x48\x88\x97\x90\x75\xe8\x22\x0a\xc2\xf9\x71\x08\x0c\x2e\xe4\xdc\x33\x2f\x59\x1d\xc2\x04\xf3\x62\x9e\x87\x1a\xa1\x73\x43\x8d\xc4\xbe\x56\x61\xdd\x0e\x18\xb4\x42\xf2\x88\x83\x90\xe4\x65\xbb\x49\x7d\x96\x31\xe1\xd8\x84\x45\xc8\x98\x70\x1c\x28\x86\x85\x90\xf2\x82\x9e\x71\xa3\xd8\x84\x37\xc8\x98\x70\xec\x19\xce\x50\x19\x33\x8d\xcd\x73\x76\xc6\x4c\xe3\x40\x0c\xd9\xff\x18\xdb\x1e\xb2\xa4\x6d\xb2\x88\xa5\x87\x5b\xec\x03\x9e\x21\x93\xb0\xf5\x40\x58\x3d\x22\xb2\x93\xed\x5b\x13\x75\xc2\xf8\x29\x37\x91\x23\x3c\xa7\xd2\x43\x9e\xe9\x03\x7e\xf1\x23\xd4\xc9\x18\x78\x71\x37\x7d\xc0\x14\x3f\xaa\x91\x98\x49\x32\x30\x6c\x9e\xc2\x33\x26\x1e\x07\xe2\xb7\x26\x68\x07\xc4\xb0\xc2\x3f\x2a\x29\x41\xd8\x01\x8f\xe0\x63\xd3\x71\xa0\xce\x8f\x06\x47\xfc\x48\x8b\xe1\x3d\x95\x31\xf1\xd8\x33\x02\x69\xe6\x56\x68\x91\x7b\x91\xa6\xc9\xb9\xb1\xdb\x4b\xa2\x47\x38\x30\x65\xfc\x43\x36\xa1\x0c\xce\x8f\x45\x60\x8c\xea\x56\x3d\xc1\xc9\x3a\x16\x4f\xb6\x85\x84\xd2\xdc\xf3\x66\xb2\x90\x57\x62\x0b\x64\xe9\xd3\xc9\x5d\x07\x31\x25\xf6\x7c\x64\xf5\xc9\x41\x7c\x86\x13\x51\xc6\x8a\x64\xf3\x30\x9d\x31\x1b\xd9\x93\x9b\x0f\xcc\x28\x0f\x44\xa5\x6a\x22\xf8\x08\x93\x92\x3d\x2b\x64\xac\xff\xac\xb2\x27\x57\x1d\x18\x98\x1c\x28\xac\x67\x71\x0e\x3a\xe0\x8a\x1f\x9b\xa0\xcd\x8f\x49\x60\x70\x07\xdb\xc7\xc9\x3d\x84\xb4\xfb\x8c\x30\x95\xe9\xc9\x9a\xb9\x08\xf6\x95\xb1\x37\xd9\x04\x1f\x38\x3f\x56\x81\x31\x64\xe4\x7c\x62\x40\xfd\xe4\x3f\x30\x6c\x03\x75\xa3\x31\xb9\xb5\x20\x8f\xf5\xd6\x9b\xf5\x93\x25\xdb\xb1\x7b\xcb\x4d\x94\x6c\x58\x09\xe7\xbf\x6f\xa3\x7f\x92\xf4\x08\x48\x99\x75\xa3\x30\x1b\x66\xa6\x59\x92\xde\xa0\xa5\x84\x99\x1b\x8e\x26\xe9\x0d\x47\xa7\xf4\x90\x1f\x70\x4f\xae\xb2\xb1\x07\xd9\x24\xec\xca\xd8\x83\xec\xd9\x63\x6f\xd0\x25\xbe\xe1\x40\x94\xbb\xc4\x77\xe8\xff\xba\xa0\x1f\x26\xba\x54\xc3\x0d\x34\xe1\x50\xf6\x0c\x8f\xe1\x4c\x90\x93\x3d\xb9\x55\xc6\x70\x63\x93\x1b\x2a\x63\xb8\xb1\x67\x78\x02\xe5\x2e\x71\x5d\x7c\x29\xf9\x5c\xb0\xf9\xdd\x0d\x7e\xf1\x23\x4d\xc8\xbc\xf9\x56\xfb\x61\xdf\x9c\xbb\x44\x59\xe6\xcd\xb7\x88\x1c\x81\x07\x72\x97\xf4\x72\xd8\xc7\x56\xe3\x40\x87\x70\x5a\x96\x66\xd8\x95\x65\xad\x4a\x93\xdd\x48\x97\x7c\x6e\xa8\xc1\x8e\x8f\x64\x43\x19\xc3\x8d\xcd\x7b\x71\xee\x92\xdd\x58\xdf\xd3\xf3\xa8\xe3\x11\x6b\x40\x2f\x27\x07\x8a\x06\x6f\xfd\x46\xa5\x6c\x4e\x67\x58\x28\xe7\x2e\x49\x0e\xbb\xb2\xdc\x25\xba\x61\xe4\x95\xbb\xc4\x33\xec\xb8\x32\xb1\x93\xf6\xe4\x52\x9b\xf0\x7d\x1b\xdf\xff\xac\x5b\x99\xf9\x05\xdb\xe8\x1a\x66\xca\x6e\xb6\x15\x83\x31\xdf\xec\x5b\x79\x9f\xcc\xd8\x70\x1c\x88\x6a\x3a\x10\x74\x62\x65\xe5\xc9\x31\x29\x9e\xd7\xc6\xe5\x36\x13\x28\xfd\x40\x61\xcb\xad\x8d\xc8\xe2\x00\x4f\x48\xa6\x03\x4d\x7e\x34\xa8\x6f\xa9\x88\x03\x3d\x66\x1a\x1b\x8f\xdc\x4c\x1a\x85\xbd\xf0\xc0\x51\x64\x84\xbd\xb8\x49\x27\x83\xea\x81\xa2\xb3\xc8\xd1\xc2\x72\xf6\xd1\x8c\xaf\xc8\x28\x9e\xb1\xef\x38\x10\xb6\xcb\x59\x8d\xc0\xb9\x5d\x10\x9d\xed\x6a\x32\x94\x70\xd7\x28\xb9\x19\xc0\xbe\x63\x93\x6a\x27\xeb\xb2\x89\x24\x39\xe9\x71\x07\xb8\x36\xc0\xa0\x63\x93\xa7\x26\x63\xd0\xb1\x17\x7e\x33\x0f\x21\x4f\x36\x49\x65\xf2\x60\xa5\x93\x23\xee\xf3\x3f\xe0\x88\x1f\xe9\x39\x17\xf2\x03\x79\x5c\x61\x65\x95\x49\xab\xb6\xf1\xbd\xcd\xc4\x66\xd9\x78\xd4\x66\xac\x44\xf6\x0a\x5b\xa9\x8c\x95\xc8\x96\xd7\xac\x82\x82\x1c\x30\xc5\x8f\x59\x10\xff\xa8\xdf\x68\x50\x14\xc7\xfb\xe6\xe1\x01\x7d\x13\x58\x21\x9f\x5d\xc9\x3f\x29\x6c\xb9\xca\x3e\xa3\xb9\xda\xc3\xe6\xda\xb2\xe8\x0d\x14\xdb\x93\x4d\x48\x86\x8c\x3d\xc9\xd6\x8b\xe8\x60\x15\x5e\x77\x1c\xfa\xc8\xab\xba\x17\x37\xee\x18\x97\x6c\x42\x32\xe4\xa1\x19\x7f\x54\x67\x13\xf4\xc3\x04\xdb\xe0\x51\x24\x78\xe7\x6d\x39\xbd\x2a\x00\xd5\x01\x83\x1c\x68\x80\xc5\xfd\x3b\xb6\x26\x7b\x85\x75\x94\x9e\x0b\xf7\x0a\xe7\x9b\x8c\xc5\xc8\xd6\x9b\x27\x16\x23\x7b\x55\xec\x93\x2f\x71\x47\x0d\x19\xd4\x9d\xe1\x92\x95\x2f\xef\x95\x9b\xa0\x10\x19\x23\x91\xad\xf7\x51\xa2\xdc\x6c\x3c\x64\x33\x51\x60\x36\xa9\x5f\x32\x01\x31\xf6\x6a\x4c\x0e\xca\x82\x14\x2e\x59\x97\x8b\xab\x41\x37\x0d\xb8\xa9\xce\x2e\x68\x62\xe6\xad\x4f\xe3\xb0\x4c\x24\xb2\x2d\x87\x59\x45\x18\x3a\x60\xcc\x14\xaa\x84\xf7\xd2\x8c\xa1\xc9\x81\xa2\x45\xe9\x0e\xae\x04\xcc\x54\xac\x31\xe4\x4c\x3d\x50\x8c\x50\x7a\xa5\x33\x37\x2c\xfb\x8b\xfb\x01\x4c\x49\xf6\x8a\x38\x96\xa9\x66\xb1\x71\xdc\x6f\x67\xac\x47\xb6\x5c\x6d\x6b\x16\x57\x47\xda\x98\x8c\x31\xc9\x5e\x03\xfa\x4b\xcb\xc4\x9b\x67\xaa\x59\xdd\x19\x71\xc2\x31\xe3\xe2\xc3\x5a\xb3\x7a\x17\x09\x17\xb3\x79\x73\x30\xe3\xd2\x39\x9c\xe4\x31\x04\xd9\x0b\xfb\x2a\xa5\xba\xdd\x64\x80\xc9\x64\x56\x39\x10\x96\xed\xec\x10\xd6\x44\x72\x59\x81\xd6\x84\x1e\xd2\x40\x2c\x81\x43\x2a\x07\x4f\xa1\x8a\x1f\xeb\x96\x6f\x6c\x2d\x92\x8e\x85\x78\xfa\x47\xa8\x25\xe5\x89\x0f\x8d\x22\x48\xef\x15\xa6\x50\xe5\x92\x42\x88\xc5\xab\x5c\xa2\x24\x5e\x33\x0a\x0e\xb7\x15\x66\xe2\x92\xd0\x6f\x6c\xc0\x8b\xba\x47\x5e\x16\x82\x66\x6e\x32\xb1\x14\x62\x0b\x6e\x22\x52\x94\x4b\xfa\x21\xce\xce\xe5\x92\x7e\xd8\x88\xd9\x2d\x6d\x15\xf6\x4d\xe5\x92\x24\x87\xad\x51\xd1\x5e\x7b\xbd\x54\x2a\x69\xc5\x13\xa7\xde\x62\xb3\xf0\xc4\x29\x84\x44\x3d\x10\x96\xf6\xe2\xba\xf0\xc4\x29\x97\x84\x97\x2c\x74\x97\x24\xf2\xa5\x45\xd6\x64\x5c\x64\xf5\x7a\x7d\xa0\x18\x94\xa4\x95\x18\xc1\x97\xa4\xf5\x17\x91\x78\x2f\x16\x68\x12\xa0\x14\xc2\xd5\x6c\x5e\x96\xcb\x25\xd1\xfd\x20\xb1\x64\x95\x20\x3b\xba\x6d\x5f\x04\xd9\xb9\x24\x8f\x1f\x9c\xac\x8b\x95\x15\xb1\xf9\x8a\x95\x0c\xe6\xd3\xf5\x11\x43\x7e\x11\xdb\x98\x6c\xb9\x07\x8a\xbe\xc5\xd2\xfe\x92\x59\xa4\x5c\x21\x9e\x2f\x0e\xb3\x05\x0b\x95\x57\xb9\x3d\xb0\x50\x39\x50\xb4\x1f\xf2\xf8\xf6\x58\xa1\x0b\xa9\x6f\x5e\xf2\x62\x94\xeb\x9f\x0d\xfa\x5e\x5e\xb6\x0b\x06\x2a\x6f\x4f\xb0\x3c\xc9\x8b\x5e\x32\x63\x14\x6c\x52\x5e\x39\xde\x56\xa2\x88\xbe\x78\xde\x96\xab\xea\xd3\x88\x83\x7e\x55\xfd\x16\x31\x56\x30\x5f\x79\x79\x21\x2f\x98\xaf\xbc\xbc\x89\x17\x5c\x3b\xde\x9e\x20\x78\xbb\x04\xc5\xff\x35\x86\x2f\xaf\x97\xda\x87\xc0\x18\x7f\xa3\x89\x0c\xfd\x5b\x13\x14\xc3\x08\x39\x7e\x3b\xce\x2c\x95\xe3\xd4\x01\x63\x18\x5d\xb5\xe2\xcb\xd1\x8a\xfe\x73\xc5\x30\x3a\x63\x2c\x50\xbc\xd3\xf1\x82\x18\x35\x91\xb5\xd0\xf3\x61\x28\x3e\x1d\x55\x50\x48\x43\x53\xef\xe2\xce\xbf\x60\x40\xf2\xf6\xc8\x7c\x56\xd2\x05\xa9\xe2\xe4\x55\x88\x66\x72\x20\xbe\x6c\x82\xc2\xb5\x06\xc7\xab\x03\xce\xf8\x91\x61\xe1\x77\x52\xd9\x22\xbe\x3d\xac\x82\x0a\xd1\x4d\x0e\x14\xb5\xa6\x26\xe8\x87\x0f\xc8\x23\xf0\x3b\x3f\x66\x6a\xc5\xee\xb8\x76\x4d\x48\x44\x8c\x28\x58\x8c\x1c\x28\xfa\x93\xb3\xa0\x1d\x10\x3d\x8f\x23\x5c\x21\xda\xc9\xdb\xe3\xaa\xbe\x10\x0c\xe8\x40\xfc\x1f\x75\x86\x15\x50\x21\x53\xe0\x8b\x73\x6a\xc1\xec\xe4\xed\x78\xb6\xd4\xa1\xd9\x89\xe0\x71\xb2\x17\x79\xc9\x3a\x70\x7e\x6c\x02\x9f\xf8\x51\x2d\x42\x8e\xa2\x16\xc3\xdc\xb4\xb2\x78\x1e\x30\x3a\xa7\x5a\x49\xc4\x9c\x54\x4d\xdc\xa1\x17\xc2\xad\xbc\xbd\x31\x01\x65\x08\x8a\xdf\x44\xf1\x1e\x2c\x4f\x32\xbd\x57\xce\xa9\x8a\x28\x7c\xc0\x11\x3f\xd2\x20\xa1\xff\x93\x64\x25\x2e\xb7\x4b\xd2\xdc\x74\x9a\xb8\x9b\xa0\x1f\xbe\x2d\x43\x60\xcc\x86\x44\x1e\x23\x63\x45\xdc\x3e\x60\xcc\x86\x34\xc0\x80\xaa\xd2\x00\xb1\xea\x95\x24\x0d\x40\xa0\xfe\x24\x0d\x30\x99\x8d\xa7\x09\xe2\xff\x18\x70\x04\x11\x2e\x58\xd6\xbc\xbc\xb1\x96\x24\xa9\x0e\x0f\x9d\x92\x24\xc6\x93\x3a\x25\xc6\xa4\x2b\x4b\x62\xa2\xb0\x13\x2e\x49\x5c\x33\x21\x77\x1d\x82\x62\x48\x12\x63\x12\x9b\x25\x89\x71\xac\x69\xa9\x11\xf0\xe5\x80\x39\x7e\xcc\x82\x66\xfc\x28\xb9\x89\x00\xc0\x05\x43\x9b\xb7\x13\xaa\x09\x43\x9b\x03\xc5\x98\x24\xf1\x8b\x51\x48\xe2\x17\xf4\xee\x45\x50\x7c\xd9\xa9\x33\x12\xcc\xa6\x86\xb7\xfc\x01\x83\xdf\x7a\x13\x84\x37\x4f\x1a\x02\x83\x52\xdd\x9f\x7e\xb8\x01\xd1\x81\xcd\x84\x8f\x2c\x28\x9a\x1c\x45\x50\x78\xf3\x64\xf1\x78\xdc\x5e\x17\x12\xe7\xbd\x44\xf2\x4f\x4a\xf7\xf9\xf6\x1d\xb9\x8d\xb1\xc9\x39\xd0\x0e\xe8\x1f\x6f\x42\xde\x1e\x21\x29\x0a\x41\xdf\x0e\x34\x71\x4b\x02\x64\x01\xcc\xc9\xd0\x1d\xd0\x23\x28\x3a\x40\x62\x91\xb7\x13\x79\x29\x4b\xaa\x09\x5c\x9b\x25\xd5\x78\x10\xb5\x22\x46\x26\x22\x5d\xf6\x3f\xe2\x5c\x53\x6e\x83\x6f\xfc\x08\xb5\xe2\xaa\xb6\x64\xc9\x7c\x1c\x59\x8b\xe9\x11\xa1\x27\x0a\xf7\x32\x2f\xce\xa6\xc5\xe4\x88\xfb\xd6\x92\x25\xaa\xc4\xc9\xcf\x12\xd5\x78\x70\x4e\x8d\x17\xe7\x03\x96\xf8\x91\x26\x3e\xc8\x21\x71\xfc\x68\x5e\xe2\x88\x93\x52\x23\x7f\xed\x01\xbf\xf8\x31\x5a\x1c\x18\xfc\x36\xde\x87\x0f\x18\x4d\x32\x28\x5e\xae\x0b\xf1\x9b\xdf\x11\xae\x46\x85\x38\x5f\xef\x48\xd0\x18\xc9\x25\xa8\x7e\x21\xe2\xe0\x3b\x12\x44\x45\x54\x07\xab\x1c\x06\x42\x2f\xae\x9e\x45\x33\x35\x12\x64\x63\x55\x19\x38\x0c\x35\x2c\xbf\x0e\x18\x3d\x7d\xe8\x69\x82\x6e\x8f\x9a\x67\x14\x68\x0a\x9e\xb5\x0b\xd6\x42\x07\x0a\x29\x23\xfa\xdb\x01\x73\xfc\x98\x05\xc5\xa4\x92\xa0\xe2\x80\x31\xa9\xc8\xf5\xc8\xb8\x6c\xf1\x2e\x77\xc0\xe8\x5d\x55\x3d\xc1\xe5\x58\x16\xbd\x23\x52\xc5\x16\x4c\x89\xde\x11\x57\xa1\x25\xa3\x02\xf0\xee\x2c\xdc\xa7\x1d\x28\xfe\x0f\x15\x30\x0a\xb4\x41\xe6\x47\x78\x01\x15\x0c\x89\xde\x11\xa6\x65\x25\xa3\x00\x46\x41\x1a\x50\x00\x78\x73\x16\x36\xd9\x2f\x0f\xe9\x85\x7b\xb7\x03\xc5\x20\x9a\xfa\x82\xbb\x54\xd5\x08\xc3\xeb\xa7\x60\x73\xf4\x8e\x9b\x89\xea\x97\xa0\xa8\x86\xed\x00\x8f\xec\x05\x9b\xa3\x77\x44\x1e\xd2\xd4\xea\x63\xb0\xc5\x8f\xf4\xe6\x81\xe0\x28\x87\xf1\xa8\xd2\x21\xe8\x87\xdf\x5b\x12\x18\x43\x44\x55\xc8\x43\x54\x91\x31\x0f\x18\xfc\x86\xe6\x18\x0f\xb4\x61\x1f\x31\x88\x35\x88\x09\xd2\x81\x42\x53\x0c\xb5\x88\x68\x72\xdb\x7d\xc0\x43\x80\xe2\x16\xe5\xf7\x96\x0d\xbe\xf1\xa3\x5a\x0c\xca\x11\xc9\xee\x40\x3b\x20\x5a\xc4\x43\xa8\x35\x16\x40\xde\xd1\x4b\x91\x68\x84\xcd\x57\x29\xe2\xcd\x38\x91\x16\xec\x88\xde\xd1\xf4\x65\x13\x84\xfb\xdc\xe5\x1f\x73\xfc\xd8\x05\x45\xcf\xbb\x6a\x8d\x2b\xd3\x52\xd4\x55\xdc\x7c\x5a\x77\x23\x21\x71\x18\x1d\xbd\x83\x5c\xa5\x58\x19\xbd\x38\xb3\x96\x22\x1e\xc7\xaf\xa7\x75\xcd\x79\x8b\x6d\x1e\x56\x46\x07\xea\xfc\xa8\x5a\x63\x9b\x87\xd1\xd1\x3b\xe2\x68\x2b\x5b\xcf\x03\x45\x1b\x6c\x32\x46\x64\xed\x49\xad\x8b\x05\xc2\xd0\xab\x14\x51\x27\xa2\x4c\x94\x72\xff\xa3\x23\xfa\xf9\x34\xda\xb8\x55\x0d\xf3\x71\xab\x45\x66\x40\xea\x88\x9c\x3e\x52\xaa\x83\x50\xb0\x45\xfa\x07\xbf\xa2\x86\x21\xd3\x4b\x96\x86\x52\xa4\x72\xf0\x2b\x6a\xb8\x19\xbd\x4a\xd3\x50\xd4\xf1\x11\x5c\x56\xa4\x81\xc2\x04\xac\x14\xa9\x15\x36\x12\x58\x23\xbd\x63\xc4\x09\x8c\xf0\xbd\xaf\x1c\x78\xdb\xd0\x2c\x87\x79\x71\x29\xd2\x40\x61\x11\x56\x8a\xd4\x4a\xa4\xfc\x29\xa4\x42\x3a\x10\x7e\x90\x68\x67\x72\x23\x14\x52\x08\xbf\x63\xc2\x2c\xd2\x23\xe4\x38\x28\xd2\x23\x93\x19\x97\x1e\x99\x2c\x96\xe3\x31\x78\x24\xa9\x48\xad\xc8\x9f\x78\x54\x83\x31\x46\x69\x19\x42\xd5\x16\x69\x19\x36\x2f\x45\x5a\x26\x5c\x9e\x4a\x91\x96\x99\x70\x83\xb4\x0c\x6e\x4c\x6d\x48\x23\x84\x1b\x53\x29\x52\x3a\x0b\xe6\x90\x26\x21\x11\x6b\x91\x26\x59\x90\x58\xff\xc7\x6e\xa5\x48\x93\xac\x50\x1d\xd8\x58\x1d\x48\x1e\x9b\x06\xa3\x7d\x36\x28\x63\xc1\x54\xd2\x32\x0b\xbe\xe9\x6a\x9e\x31\xb1\x5b\xe1\x31\xbd\x14\x69\xa0\x15\x9b\xe3\x22\x0d\xb4\xe1\x22\xa9\x1c\x6e\x07\x8a\x74\xcc\xa6\xa3\x62\x22\xce\xf8\x45\x3a\x86\x33\x7e\x91\x8e\xc1\xa5\xa9\x5f\xd5\x60\x24\x89\x95\x8e\xc1\xbb\xba\x5f\x9a\xa9\x1d\x3c\x7d\x4b\xc7\x70\x01\x70\x4b\xc7\x10\x7f\xf7\x96\x36\x88\x47\xef\x42\x44\xa0\x03\xb5\x80\xba\x20\x48\xc3\x12\x3f\xc2\xbd\xa9\x60\xc8\xf5\x8e\xf0\x60\x2a\x5e\xa8\x5f\x7c\xf5\xae\xa1\x1f\x63\x73\xd0\x93\x1b\x21\x5b\x4c\xf2\x8f\xf2\x4a\x55\x9b\xa1\xc8\x6e\xa9\x4e\xae\x15\x6e\x29\xa0\xb0\xb1\x2b\xb7\x34\x4e\xd8\xd8\x15\x2c\xb2\x5e\x9c\xb6\x0b\x16\x59\xaf\xbc\xb4\x7b\x62\xc7\x33\x7e\xb1\x71\xc0\x40\xeb\x40\x51\x8d\x54\x4c\xb8\x42\x95\x9b\x1d\x0f\x2f\xde\xa9\xeb\x40\x30\x22\x5b\x6b\xb9\xa5\x71\x70\xe8\xee\x49\x22\xff\x0b\x71\x20\xfe\xe3\xc7\x5b\xa0\xb2\xd6\x1f\x28\xc2\xd4\xc6\xa2\x77\xa0\xfc\x97\x32\xf8\x53\x34\x74\x32\x94\x7f\x78\xba\x36\x12\x95\x1c\x28\x62\x48\xc7\x54\x1d\x28\x52\x67\xfd\x41\xed\x2f\x0e\xe7\x81\xfa\xff\x02\x8d\x08\x25\xec\xf6\xe6\x5f\xe2\xb5\x03\xad\x88\x7c\x7d\x0b\xda\xe7\xb7\x47\xff\xa7\x4c\x4f\x6a\x3d\x22\x8b\x62\xf0\x77\xa0\x88\x44\x7d\xa9\xd7\x11\xee\x19\x02\x1f\x28\xc2\xcd\x26\x5a\x88\x05\x57\xc1\x67\x3f\xc5\x54\x27\x3e\xe2\x81\x22\xd8\x6d\xe5\xff\x88\x9b\x8e\x15\xd2\x81\x22\x35\x5f\xfa\xc7\xfb\x8f\xf3\xe9\x8a\x21\xf9\x1f\xf7\xff\xa3\xdb\x11\x05\xf8\xe6\x9c\x78\xa0\xd3\x51\x76\xff\x07\x3a\x1d\xe5\xe2\xf4\xc3\x93\xf7\xe6\x4c\x73\x20\x82\xe2\x1b\xca\xff\xfe\x57\xf5\x00\xe3\xf5\xf4\xe1\x78\x77\x20\x92\xda\xfa\xcb\x27\x52\xfd\x77\x41\x35\xb2\x27\xab\x75\x62\x25\x5f\x86\x7a\x24\xf2\x71\xeb\xe3\xb4\xd7\xdd\xc2\x8c\xbc\x1e\xfe\x2d\x32\x40\x77\x91\x70\x92\xf3\xc3\xed\x45\xcc\xdc\xfe\x08\x8a\xe4\xbb\x97\x7b\xf6\x45\xf8\x57\x51\x42\x19\x40\x54\xe7\x4a\x7f\x99\x80\x0f\x14\x21\x65\x9b\xbf\x8c\xa8\xdf\x62\x50\xb2\xac\x77\xb1\x48\x84\x98\x54\x4e\xbf\x03\x45\x86\xbf\x9b\xbe\x90\x5a\x8a\x94\x97\x07\x8a\x50\xf0\xcf\x10\x14\x0c\x73\xdf\x82\x22\x75\xec\xdd\x04\xd5\xbf\x54\x4f\x07\x7a\xff\x72\x22\x1f\x28\x66\x4c\x63\xa8\x84\x97\xaf\x49\x50\x04\x40\x17\x25\xe2\x72\x5f\x79\xa4\x3f\xc2\xe7\xdf\x58\x0b\x1e\xe8\xd0\xe5\xaf\xbd\x98\x5b\xd3\xa5\xc2\xca\xa2\x6e\x25\x63\x8c\x5b\x27\xf1\x5a\xad\x82\x9e\xf8\xf2\x11\x14\x2d\x0c\xf5\x25\x02\xae\x9b\x97\x08\xb4\xdf\xfe\xea\x0c\x2a\x0d\xfd\x16\xc1\xe6\x6f\x09\x52\x25\x8a\xf3\xa5\x16\x16\x71\xb0\xfd\x65\xf0\x6e\x57\x3f\x83\xf2\xd8\xf3\x7d\x38\x6f\xff\x71\x79\x23\x77\x9d\x7a\xdd\x48\x51\xdc\xbb\xa0\xfa\x97\x76\xea\x40\x11\x7d\xbd\x35\x41\x3d\x5a\xf0\x6f\x21\x9c\xe2\x56\xf2\x3c\x9a\x23\x1b\x21\x81\x7b\x15\x14\x7d\xf9\x6b\x21\xe4\xc8\x5f\x46\x00\x7b\x4b\x4e\x6c\x0c\x95\x4f\xe9\x23\xcc\xff\x4d\x2c\x9b\x03\xfd\x02\x52\x9d\xc4\x97\x96\xe4\xc4\x13\xfc\x33\xa4\x28\x1a\xb3\xd2\xd5\xeb\x98\x15\x12\x25\x1c\x28\x92\x36\x64\xff\x16\xd9\x72\xb2\xc6\x40\x1e\x77\x69\x86\x48\x24\x70\x93\x45\xfe\xc3\xa3\xfc\xae\x6e\x21\x72\xfb\x17\xc9\x74\xbc\xb0\x54\xec\x3e\x3f\x5e\xea\x9f\x56\xfc\x5b\xc4\x15\x6f\x86\xd0\x28\x86\xbe\xf3\x7f\xa2\x44\xbc\xe9\xd7\xfa\x07\x1d\xde\xcd\xa2\x6e\x0f\xb5\x6f\xbd\x14\x4e\x6e\x77\x16\x7f\xc6\xce\xf6\xce\xe2\xba\xae\x2c\x8c\x97\xa0\x1a\x91\xe7\xb3\xa0\xf6\x97\xcb\xfc\xc3\x29\xbe\xb5\xcb\x75\x8e\xbf\x84\x5f\x1f\x16\x05\xa5\xde\xee\x0b\x09\xfe\xa0\x60\x9f\xff\x93\x39\xf6\x40\xdf\x5f\xf6\xa8\x6f\x6d\x22\x31\x44\x73\xeb\x25\x12\xc4\xff\x7a\xcb\x71\xff\xbf\x14\xf2\xe2\xc4\x0f\xf5\x16\xe7\xfd\xd8\xa6\x1e\x00\xab\x54\x01\x35\x6e\x02\xfe\x7f\x35\xfc\xff\x35\xff\xcf\xff\xe3\xf7\x5f\xff\x9d\xaf\x7f\xff\xeb\xbf\xdb\x69\xfa\xbf\xfe\x7b\x87\xcb\xe9\xf9\x53\xfe\xfd\xaf\x08\x90\xb0\x23\x18\xff\x7f\xef\x78\x12\x08\x4b\xe2\x1d\x79\x01\xcf\x9f\x11\x69\xe9\x0e\x66\xf1\x4d\xe8\xab\xb3\xd5\xde\x61\x31\x7f\xfe\xa4\xd0\xc9\x81\x29\x60\x22\x31\x45\xfe\xaf\xff\x7e\xe3\x75\xfd\xfc\x79\x22\xde\xe1\x15\xa8\x1a\xa8\x05\xaa\x1d\xd4\x12\x2a\x82\x71\x1d\xad\xf2\xc6\x1d\xc3\xf9\x43\x28\xb1\x43\xca\xdc\xc3\x0a\x8c\x02\x41\xa3\x84\xed\xc6\x46\xec\xa0\x5b\xd8\x6d\x6c\x04\xb5\xae\x60\x8f\x50\x50\x08\xcb\xe8\x47\xd8\xc7\x58\x02\xef\x81\x0d\x3a\x45\x21\x3c\x4e\xd4\xda\x51\x30\x14\xe6\xbf\xff\xd5\x31\x6f\xcc\x24\x78\xa6\xb0\xfe\xfd\xaf\x9e\xf5\x75\x64\x15\xa4\xf0\x3b\xe8\x87\x81\xc4\x35\x05\x85\xfb\x4c\x42\x0b\xec\xe3\xe1\xc5\x2d\x36\x46\x49\x07\x58\xc6\x46\xee\x91\x02\xd6\x03\x21\x1d\x6f\xe8\xf3\x8c\xcf\x15\x85\x50\x44\x60\xe3\x30\x4b\x81\x3b\x48\x61\x8b\xb1\x84\xd9\x09\x6c\xe8\x41\x0a\xcf\xbf\xff\xd5\x49\x08\x9c\x7b\x37\x85\xfa\xa1\x50\xc7\xf0\xec\x40\xcd\x68\x62\x17\x08\xbb\x8c\x25\x42\x48\x60\xe3\xa2\x96\x42\x38\x66\xdd\xc2\x56\x63\xdb\xa9\x38\x1b\xfd\x33\xfa\x3b\x68\x4d\xd4\xf0\xf8\x06\xcc\xdb\x93\xd0\xae\xe4\x1c\x7e\x3b\xa1\x0a\x0f\x34\x8d\x5e\x41\x65\x2a\x09\xdb\x64\x0a\x29\xd0\x43\xe8\x6c\x74\x04\x84\xe9\xc2\x56\x63\x23\x66\x08\xe4\x88\xab\x64\x0a\xf4\x9a\x09\x8c\x33\x13\x85\x7d\xd0\xa2\x7f\xd8\xf4\x50\xf8\xa2\x41\xbe\x8e\x08\x84\x14\xa2\x7b\x50\x8f\x3b\x33\x0a\x67\xbe\x63\xdb\x97\xb9\x10\x8b\x42\x8c\x1c\xef\xa7\x03\xdd\x46\x9f\xaa\xe9\x07\x77\x62\x14\xf2\xbf\xff\x45\x80\x94\x03\x14\x63\xdb\xbf\xff\x35\x70\x24\xcf\xf8\x7e\x44\xe1\x48\x24\x01\x74\x32\x91\xd0\x28\x9c\x8a\x39\x6c\x65\xc2\x9c\x51\x08\xf4\x10\x7a\x18\x1d\x39\x54\x2e\xba\x11\x69\x83\x28\x44\x7e\x7c\xba\x11\xdb\x60\x0a\xe4\x9f\x17\xb6\x1a\x1b\xa9\xa0\x8b\xb0\xc3\xd8\x48\x80\xf2\x08\xfb\x1a\x1b\xb9\x14\xd5\xda\x72\xbd\x2b\xea\x55\x6b\xeb\x31\xf6\x6c\x24\x9b\x5a\x5b\xae\x37\x16\xad\xa6\xd6\x96\xeb\x25\xbf\x12\xad\x3d\x1e\xf2\x13\x8a\x8e\xc9\x1b\x8f\x89\x19\x3b\x70\x56\xfc\x4c\x64\x33\x0a\xe1\xbe\x44\xbd\xcd\xd4\x89\xdb\x21\x2e\x83\x33\x76\xf7\x14\xc2\xa5\x2e\x0b\x3b\x8c\x9d\x61\xcf\x1f\xd8\xd7\xb3\x11\xa6\xc9\xbd\xaa\xc3\xbf\x0e\x07\x8d\xdf\x91\xe5\xce\x2d\x4b\xe1\xf9\x94\x42\x04\xde\x4b\xc2\x76\x61\x07\xb1\xd1\xc1\x8e\xdb\xd8\x08\x36\xd7\x85\xad\xc6\x8e\xc3\x56\x21\xee\x07\xfa\x19\xfd\xfd\xfb\x5f\x83\xdb\xa9\xd2\x13\xda\xac\x90\xbb\x1e\x8b\xac\xd2\xb3\x7b\x91\x4f\xe7\x46\xa8\xe5\xd2\xf3\xd4\xb7\xc1\x57\x04\x2d\x29\xbd\xf8\xdb\xf0\xa2\xc5\xbc\xa1\x74\xcd\xe8\x29\x44\x5e\x78\xfa\xf6\xf8\xdb\x38\x44\x70\xb3\x71\x80\x47\xd8\x58\xa0\x2e\x3a\x5c\xfd\x2d\x9b\xe0\xd8\xc5\x14\x7c\x21\xa3\x10\x69\x10\x55\x83\xe6\xa3\xa0\x2d\x88\x31\x57\xfa\x84\xc4\xa7\x10\xfd\x15\x31\x7f\xae\xe2\x47\xc6\xc7\x26\x6c\x37\x76\xc4\x8e\x51\xd8\x69\x6c\xa4\xdf\xaa\xc2\xbe\xc6\x7e\x91\xe7\x1a\xec\x70\xbd\x91\xe6\xaa\x18\xfb\x18\x1b\x49\x26\xd4\xda\x18\xc2\x86\x20\x0d\x61\x63\xe5\x8e\x42\xe4\x87\x29\xc2\x36\x63\xfb\xe9\xd9\x23\xec\x5f\x0d\x91\x01\xd2\x58\xf7\xec\xe8\x9c\xaa\xe9\xfc\x2d\xf7\x2c\xb2\xad\x24\xb5\xb6\x3c\xb6\xd8\xb7\x15\x46\xfc\x99\x3a\xb1\x37\x38\x5b\x26\xf6\x27\xec\x46\xfe\xbf\x36\x28\xbf\x67\x15\x34\xdc\x83\xe5\xd6\xc3\x93\xf2\x83\x35\x0a\x85\xf7\xb4\x10\x0d\x3f\xeb\x63\xd1\x3f\x85\x58\xff\x42\x11\x55\xfc\xa5\x29\x44\x4e\x98\xe0\xd0\x8a\xdb\x32\x85\xd0\x4f\x71\x00\xa9\x23\x8c\xb3\x29\x44\x8e\x9a\xd8\x66\xd4\xd1\x50\xe3\xa7\x70\xb6\xde\xb8\x61\xd6\x31\x10\xf9\x8a\x73\x4d\xc3\xb4\xac\x92\x33\x92\x42\x70\x5e\x1c\x05\xea\xf8\x21\xb2\xa7\x10\xf7\x3c\x71\xad\x51\x39\x15\x53\xc8\xd1\xc1\x11\xe8\x0f\x81\x3b\x85\x7e\xf6\x4e\x31\x99\xad\x57\xf4\x54\xe3\xcd\xb7\x63\x2d\xd1\xfa\xa6\xee\x53\x88\x6c\xea\x71\x49\xd2\xc8\xca\x4a\x21\x92\x47\xc5\xdc\xb7\x99\x99\xa3\x53\x88\x5c\x3f\xc1\xd9\x6d\x46\xda\x05\x0a\x71\x84\x89\xf7\xb4\x36\x27\x3c\xd1\x88\x96\x54\xd1\x1e\x6d\xdd\x30\xf1\x29\xac\x48\xfa\x79\x08\xdb\x79\x7d\xa7\x10\xbb\xc0\xd0\x78\x7d\xc6\x6e\x87\x42\xd0\x24\x36\x38\x9d\x0c\x77\x14\x9e\x48\x5f\x7b\xea\x1e\x23\x22\x09\x50\xc8\x91\x19\xa5\x05\xba\x1a\x1d\x31\x3a\x9a\xb2\x27\xe1\xe7\x43\x81\x74\x8b\xd7\x7f\x91\x8c\xb4\x83\x5e\x67\x00\x35\x3b\x4d\x19\x6b\xef\x29\xc4\x11\x4b\xa1\xe4\xa5\x22\xa7\xe2\xdc\x5c\x4a\x61\x71\xb1\x07\x38\x85\xa3\xb3\x1c\x16\x3e\x92\x3e\x52\xa8\x81\x7e\x84\x6e\x46\x13\xee\x75\x08\xbd\x8c\x0e\x95\xa1\xf0\xf1\x6c\x85\xa3\x10\xf1\x7a\x15\xde\xff\x42\x8a\x4f\x21\xf6\xa9\x4a\x59\x21\x55\x7b\x0a\xe8\x49\x7d\x0d\xfb\x9c\x42\x74\x50\xf9\x11\xb4\x81\x3d\x85\x15\xe8\x2e\xf4\x36\x9a\xba\x8d\xfe\x84\x0e\xd7\x59\x42\x71\xcc\xa5\xfd\xee\x29\xb4\x48\x26\x23\x9a\x20\x24\xa7\x30\x08\xf8\x29\xf4\x34\x3a\x9a\x54\x1e\x85\x0b\x1e\x9c\x18\xb9\x8e\xa2\xbc\x28\x5a\x22\x4e\x61\x06\xba\x09\xad\x51\x46\x64\xc1\x51\x94\x46\x21\x8d\xc7\xe8\xe8\x89\x72\x26\x24\x93\x2a\x32\x77\x8f\xa2\x4c\x23\x11\xb5\x27\x0a\x33\x9a\x54\xa2\x94\xb4\x44\x6f\xe2\x0b\x7a\xe6\x93\x47\x19\x1b\xa9\xc1\x4a\x31\xb1\x7a\xa5\x10\xb9\x5e\x94\x9c\x20\xad\x66\x34\xe9\x6f\x1e\xa1\x97\xd1\x5f\x7c\x4d\x07\xb3\xb9\x8a\x67\xc8\xa4\xfc\x03\xda\x78\x9d\x42\xc4\x61\x54\x8a\x84\x6c\xf6\x89\x40\x43\xe3\xce\x46\x0f\xa3\xe3\xe0\x58\x5c\xf7\x6b\x74\x34\xa9\xe1\xe4\x21\xc2\xb2\xca\xde\xea\x60\x36\x05\x23\x48\xfe\xb8\xdd\x93\xb1\x8d\x0e\x86\x50\xf2\x82\x70\x11\x89\x42\x18\xea\xa7\xbf\x34\x3b\xd9\xe8\x16\xb9\x78\xaa\xd0\xdd\xe8\x08\x40\x28\x1e\xcc\xd3\x1d\x8c\x5c\x44\xb7\x38\x36\x9b\xd9\x08\xd0\x98\x94\xe3\x22\x2f\xf7\x3b\x98\xed\x76\x25\x66\x36\xa2\xeb\x72\x43\x78\xa0\x65\x74\xf4\x5b\x29\x18\xf2\xfa\x19\x1d\x34\x11\xba\x58\x8a\x23\xb4\xe3\xb8\xff\xb2\xff\x3c\x46\x47\x93\x7f\x89\x7f\x86\xd1\x41\x2a\xe7\xf5\x31\xbd\xe3\x0d\x77\xdc\x4e\xf0\x33\xba\xd1\xd1\x64\x53\x93\x53\x33\x4f\xf8\xc6\x24\x69\x28\xa6\x60\x09\x71\xe5\xbc\x32\x49\x00\x47\x21\x98\xad\xbb\x92\x66\x34\x41\x49\x1f\xa1\xdd\x13\x08\x2b\xb6\x2f\x26\x2c\xd1\x7d\xb1\x41\x39\x90\xeb\x56\xd0\x4f\xd5\x6d\x46\x8e\x07\xe3\xc1\xa5\xdb\x24\xde\x13\x85\x20\x6c\x53\x93\x26\x6c\x81\xb0\x4a\x29\x72\x5b\x8a\x6f\x08\xab\x6c\x22\xb7\x19\x39\xd6\x86\xf1\x28\x91\x48\xdc\x85\x53\x78\x89\xf7\x09\x7a\x88\x26\xf1\xac\x3c\x1e\x09\xe0\x6d\xe1\x0e\x13\xeb\xf1\x28\x79\xd5\x6d\xe1\x8e\x33\xc4\x78\x94\x6f\xe7\xb6\x1e\x0c\xd3\xe9\xf1\x28\x11\x55\x1c\x13\x28\x44\x25\x4a\xf9\x71\x5b\x0f\xde\xe8\xc1\xee\x4a\x34\xca\x3b\x54\xc1\xa3\xdc\x3a\x37\xab\xd4\x29\x3c\x44\xe6\x14\xba\x1a\x1d\xfd\x96\x5a\xd7\x51\x62\x92\x49\x6f\x3c\xca\x63\x72\x5b\x0f\xc6\xde\x75\x3c\x12\xa9\xc7\x1a\x22\xce\x0f\xe3\xb9\x9f\x7f\xde\x1a\x9d\x8f\x6f\xff\x17\x3d\xba\x85\x9e\x46\x47\x1b\x12\x96\xc7\x2a\x21\xee\x13\xc6\xa3\x74\x57\x8f\x55\xc2\x03\xdd\x95\xea\xe6\x31\xdd\xe3\x46\x61\x70\xf2\x9a\x18\x93\x53\x88\x61\x29\xdd\xcd\x63\x4a\x12\x7b\x33\x5f\xfe\xfa\x67\x74\xf4\x44\x53\xfd\x58\xc8\xe3\x76\x7c\x3c\x4a\x37\x15\xb7\xe3\x14\x08\xcb\x59\x85\x6e\x46\xcf\xf8\x5a\xa3\xb4\xec\x3f\xc1\xa2\x59\xab\x55\x35\x2f\x92\x57\x22\x4b\x05\x57\xeb\xda\x70\x9a\x1f\xcf\xf0\xd7\xdd\xe8\x11\x5f\x57\xa1\xa7\xd1\x31\x4a\xa5\xd5\xa9\x96\xfd\x0a\x61\x95\x43\xa7\x9a\xb0\xe1\x6e\x35\xaa\x32\x25\x55\x2b\xd5\x70\xb4\x4a\x39\x1b\x2d\x9a\xc4\x85\xf8\xa8\x5a\x51\xaa\x65\xbf\x72\xd4\x51\xa6\x9b\x6a\xc5\x17\xd7\xd2\xa3\x6a\x8b\xd1\xcc\x2f\x44\x13\xcd\xca\x76\xd3\xac\xe1\x5a\xb0\x51\x95\xae\x6d\xd6\x70\x71\x47\x3d\xea\xed\x4a\x86\xd1\x51\xb7\x76\x07\xcd\x1b\x12\x8c\x16\x72\x36\xfa\x36\x3a\x46\x29\xed\xd9\x2c\x88\x71\xcb\x3c\xaa\xf4\x61\xb3\x20\x36\x46\xa9\x85\xbd\x79\x94\x61\x8e\x30\x6a\x83\x26\xcd\xa3\x24\x6f\x46\xd6\xda\xd6\xbc\x97\x88\x9d\xf7\xa8\xda\x48\x35\xcb\x50\x5c\x11\x8f\x2a\x9d\xd5\x4d\x93\x0e\x4d\x9c\x78\xca\x34\xe9\x0c\x5e\xfb\xab\xee\x99\xef\xcc\xbc\x96\xbc\xee\x9d\x47\x0f\x21\x69\xda\x76\x75\x0b\x49\xdc\xe1\x8e\xa6\xdc\x46\xdd\x7b\x89\x4e\x94\x50\x11\xb6\x7b\x2f\x11\x36\xfb\xa3\x69\x38\xdd\x2a\x38\x9c\xfb\x47\xd3\xba\xd9\xcd\xdf\xb8\xf5\x67\x4d\x43\x37\x7f\x87\x41\xe4\x68\x52\x20\xc3\xa3\x54\xc0\x55\x09\xf7\xf0\x14\x0f\x62\xf3\x39\x99\x95\x55\xf0\xe8\x91\x8c\x4b\x99\x87\x86\x55\xf0\x50\x88\x46\x86\x33\xcc\xc8\x83\xc1\xbb\xee\xe1\x4a\x62\xe6\x9b\xf2\x90\x0d\xf3\xf7\x18\x0a\x81\x28\xb4\xd6\x9f\x41\xae\x35\xad\x56\xc3\x4b\x5e\xdc\xf7\x8d\xe6\xdc\x5b\xb3\x1a\xdd\x02\xad\x7e\x7b\x2f\x41\xfc\xb6\xac\x45\x6c\x58\x8f\x87\x13\xc3\x20\x35\xe4\xc4\x6b\x81\x42\x90\xca\xf9\xb9\xac\x66\xe2\xfa\x6f\xb4\xbf\x44\x5d\xae\x1b\x66\xd3\x4a\x38\x4c\xef\x81\x3e\xd1\x92\x37\xbc\xe4\x0d\xa6\x41\x69\xf3\xa6\xa7\x21\x6e\x05\x47\xd3\x0a\x3e\xad\x91\xc3\xbe\x23\xe5\xbf\xfc\x5f\xd5\xe8\xe8\xb7\xd2\x7b\x4d\xeb\x93\xb8\x20\x1c\x4d\x8c\x3c\xbd\xf8\x4e\xc2\x0a\xab\xee\x65\xcd\x16\x91\x08\x46\x17\x43\x2c\xcf\x7c\x58\x87\x8e\xae\x15\x65\x79\x8a\x17\x61\xf6\x74\x92\x89\xab\xc6\x28\x20\xdc\x5a\xf2\x96\x17\xdf\x30\xcc\x18\x5d\x59\xd3\x96\x77\x35\x61\x92\x91\xb2\x3a\xa8\x1b\xca\x49\x46\xd0\xd1\xa5\x0a\x96\x55\x41\x24\x3b\x19\x5d\x1b\xa9\x35\x87\xd1\x47\x7f\x77\xcd\xe5\xf2\xda\xb0\x42\x48\xba\x56\x92\x65\x21\x89\x88\x41\xa3\x8b\x82\xcb\xcb\xe9\x0a\x52\x75\xd3\xc4\xaa\x60\x91\x53\x4d\x6b\xc3\xf6\xec\xec\x38\x98\x75\x6d\x8d\xb6\xa5\x81\x2c\x2a\x45\x8a\x7a\x5b\x0f\x46\x8c\x85\xd1\x87\x2b\xf9\x19\x1d\x75\x6b\x57\xb3\x2d\x24\x61\xfd\x31\x86\x2b\xf1\x0a\x18\x76\x1f\xa9\x5c\xaa\xc4\xa3\xdc\xc1\x9a\x43\x19\xfd\xb6\x47\x19\x51\xf7\xc7\xd0\x16\x63\x7b\xe6\xf7\xa2\x12\x48\xf5\x7a\xe6\x23\x1b\x73\xc2\xfc\x6c\x12\x20\x90\xc2\x21\xd5\x90\x0a\x7b\xad\xd9\x88\x85\x5b\xb4\x63\x7a\xbd\xa6\x45\xa4\x84\x31\x94\x5e\xef\xf5\x70\xde\x98\xcb\xa1\x99\x7f\x2d\xdc\x24\x8a\x29\xda\x5f\xbd\x5e\xbc\xc2\x9c\x64\x0c\x49\xf1\xeb\x5d\xc1\xcb\x1d\xbe\x96\xba\xd7\xc2\x1d\xce\x28\x63\x68\x11\x78\xad\xd6\xe3\xd6\x72\x0c\xb1\xe6\xcf\xa3\xfc\x05\x7f\x0f\xa5\x88\xfc\x99\xbf\x7f\x8c\x72\xfc\x47\x5b\xa3\x9f\xe7\xf4\xc7\x68\x35\x79\x3f\xaf\x6d\x3f\x52\x86\x29\xdd\xe2\xcf\xec\x4f\x32\x99\xeb\x52\xda\xc7\xdf\xa8\xc6\x2f\xf0\xae\x46\x6c\x47\x30\xde\xeb\xd2\x2e\xe3\x67\xd5\xf2\x23\x41\x9d\x4e\x74\x3f\x0f\xf8\xb7\xa8\x46\xe9\xe0\x7e\xeb\xaf\x9a\x0f\x3c\xaa\xe8\x33\x25\x3e\xd2\x8a\x5d\x4e\x18\x67\xfe\x25\x1d\x41\xd1\xba\xf2\x59\x8d\x90\xc3\xa6\x68\xe1\xfb\x2c\xea\xc4\xfa\xbd\x2e\xad\x09\x9f\xd7\xb2\x4f\x83\x52\x6e\xd3\xcf\x83\xfa\xc8\x55\x74\x49\xbb\x7e\xd6\xc5\x1f\xb1\x34\xa5\x60\x3e\xeb\xe2\x8f\xb4\x3e\x97\x52\x8f\x7e\x5e\x13\x3f\x92\xa9\x89\xcf\x3e\xaf\x89\xe1\xfd\x93\xae\x4b\x87\x9b\xcf\x92\xf0\x89\x94\xd2\x8d\x9f\x05\xfe\x13\x6d\x94\x08\x47\x37\x34\xa7\x40\xf5\x46\x67\xa3\xa9\x5e\xa9\xa7\x74\x45\x73\x0a\x0c\x56\x09\xdb\x2e\x68\x76\x0a\x51\x7d\x52\xc2\xa9\x0b\x71\x58\xbc\x29\x1e\xbc\xbe\x1f\xae\x07\xa2\x29\x4e\xa9\x9f\x13\x97\x9e\x13\xcb\xe3\x6a\x7e\x42\x43\xcb\xa4\xac\x50\x17\xba\x70\x75\xbd\x69\x26\x25\x9e\x4b\x1e\x55\xa2\xfb\x0a\x09\xda\x13\x22\x7e\x0a\x84\x71\xf4\xe7\xd5\x68\xaa\x57\xb3\x89\x29\x5f\x9d\x04\x0d\x57\x72\x1e\x40\xde\xf4\x4e\x81\xe0\x87\x45\xe8\x69\xf4\x26\x67\xdf\x23\xbc\x7a\x9f\xe0\xd7\xa4\x54\x65\x69\x6d\xe3\x49\xe3\xa7\xda\xd7\xdf\xe7\x0c\x4a\xe9\xeb\xf4\x9a\x79\x0a\x85\x67\xde\x4b\xf8\xc7\x78\x32\xf5\x91\x80\xa1\xe7\xbe\x8d\x8f\xea\x9b\xd0\x43\x53\x9b\xb9\x20\xcb\xca\xd4\x95\x59\x9c\x4e\x81\xf8\x82\x4d\xe8\xd7\x68\x65\x10\x1c\xc2\x8b\x36\x0a\x26\xaa\x4c\x4f\x79\x16\xa3\xa9\x3d\x1b\xef\xda\xe1\x7a\xa5\x77\xca\xbc\x61\x9e\xc2\x47\x2c\x3e\xd0\xcb\xb5\xc4\xd9\x10\xcb\xc2\xd5\xf5\x5a\xb6\x70\xb2\x3a\x95\xab\x2f\x6b\x18\x0f\x05\x8a\x1a\x5d\xee\x3b\x94\xcc\xca\xca\x57\xcc\x1e\x45\x94\x24\x2c\x31\x0e\x59\x14\x68\xb6\x0b\xdd\x8c\x8e\xb8\x22\xa2\x7b\xe9\xd3\x68\x6a\x57\x1a\x2a\xbd\xd2\x9d\x02\x21\xf3\x8a\xd0\xd9\x68\x1a\x95\xa8\x15\x8b\x42\xd1\x7c\x88\x57\xcb\x18\xc6\x53\xbd\x12\x54\x96\x29\x36\x20\x25\xf2\x95\x95\x7f\xb2\x4c\x11\xa7\x68\xb0\x4a\x95\x76\x7b\xb0\x37\xcc\x9d\x95\xe6\x4a\x77\xf8\x8b\x3b\xfc\xc4\x0d\xdd\x81\x96\xd1\x11\x30\x4a\x49\xde\x6e\x0b\xf8\xad\xc1\x0e\x7d\xee\x51\xdd\x31\x2a\xae\xe8\x0e\x74\x1b\xdd\x48\xab\x58\x84\x77\xa3\x04\xe9\x51\xae\xb7\x7b\xb8\xd1\x10\xfb\x5b\xb9\x26\x6f\x0b\xce\x4d\x6a\xab\xe2\xbc\x8e\x66\x32\xa2\xb1\xde\xe2\xb1\xdb\x14\xb8\xe1\xbd\xe2\x4c\x8f\xd6\x12\x37\xe9\xef\x8a\xd2\xcf\xe9\x81\x73\xf5\x1b\x1d\x5a\xdc\xec\x72\xe7\x09\x4d\xa6\xe4\x96\xf7\x6a\x46\x47\xdf\xb3\xbf\x9e\x46\x7f\xa4\x85\xe4\xf3\xc7\x74\x8f\x07\xcd\x74\x8b\x27\x1f\x6b\xd6\x07\xde\x23\xde\xe4\x01\x1f\xe3\xe9\xbc\x33\x48\xf6\x61\x3c\xd5\x8b\x57\x1f\x73\x19\x49\x3f\x6e\xe5\x5d\x7b\x3c\x1f\x0f\x5c\x56\x94\x33\xf2\xf1\x84\x3c\x04\x4b\xfa\xab\xa5\x1a\x4d\xab\xca\x1b\xf9\x98\xf9\x1e\xf4\xb3\xd7\x85\xc7\xda\x80\x10\x7c\x97\x33\xaa\x3e\x66\xca\x07\xc9\xb4\xe2\x7e\x56\x37\x3e\x68\x26\x11\x79\x4c\xb3\x07\x81\xb5\xb2\x79\x2c\xb0\x8f\x68\xa9\x0c\x8b\xba\x6e\x38\x05\xaa\x57\x06\xc5\x6a\x1e\xe6\xbe\xe1\x56\xee\xd7\xda\xc5\x37\x55\x39\x3e\xc5\xf2\xd5\xc4\xa9\x4a\x4b\x99\x84\x7e\x8c\xa6\x76\x42\x68\xf7\x6a\x22\x54\x11\x41\x8b\x5d\x35\x11\x2a\x7c\x66\x85\x50\xcd\x67\xc4\xea\xbb\x8e\xec\xfc\xe3\xde\x6a\xf5\x66\x46\x21\xa6\xdf\xe5\xdc\xa1\xcd\x22\x47\xc4\xbe\xcb\x39\x3d\x9b\xd7\x54\x32\x57\x5f\x4e\xe7\xd9\x3c\x0c\x82\xc4\x5c\xb7\x92\x11\x36\xaf\xa9\x0d\xe1\x92\xbe\x68\xd3\xcd\x6a\x14\x7f\xf8\x6e\x3c\x49\x37\x8b\xd0\xd3\x68\x6a\x77\xbe\x4d\x0b\x11\x21\xff\xae\x5b\x79\x04\xdb\x72\x2f\xe3\x18\x7e\xdd\x5a\x7e\x9a\x57\xb7\x26\x22\x69\x2a\xbb\xa9\xd0\x91\x8b\x5b\x2b\x44\xb7\x4e\x0e\xf3\xb2\xe4\xea\xbb\x97\xec\x0e\x47\x38\x6f\x66\xb7\xb8\x10\x99\xe6\xe2\x06\xf6\x80\xcb\xf8\x50\x6b\xcd\xad\xaa\xf7\x5d\xb4\xd4\x4a\xd3\x2d\x2e\x64\x6c\xb9\x95\xf2\xb0\x7b\x85\xef\xb0\xff\xa3\xe4\xb1\xdd\xec\x4f\xd4\xdc\xeb\x91\xa2\xd2\x15\xc5\x29\x04\xd1\x1e\xed\x4f\xba\xf9\xbc\x43\x84\x47\x53\x3e\x4c\x84\x01\x27\x3e\x12\xd3\x61\x4e\x1c\x4c\xed\xa3\xb4\xc2\xc3\x9c\x38\xd4\x1f\xe9\xfc\xe1\xfe\x0c\xe6\xf6\x51\xe6\xd4\xe1\xb9\xe5\x1e\xc0\x34\x1e\x9e\xdb\xa1\xee\x2b\xdf\xe3\xb0\x22\x1c\x28\x42\xad\xce\xc3\xcb\xf0\xd0\xa8\xfe\x32\x98\xba\x37\x1a\x95\xc4\x6e\x7a\x54\x98\xfc\x5c\xca\x90\xd8\xa7\xa7\x96\xd3\xfd\xfd\xf7\x79\x35\x9a\x14\xac\x12\xbb\xe9\xf5\x76\x76\x19\xb0\xe9\x7b\x6b\xc2\x89\x26\x74\xed\x16\xf6\xc9\xd4\x56\x27\x36\xb5\x98\x4c\x68\xac\x24\x88\x44\x0a\xa6\x10\x61\x14\x87\x3f\x5f\x46\xd3\xaa\x16\xc4\x69\xf1\x99\x44\xad\xd5\x7a\x38\xa7\x6b\x9f\x04\xeb\xca\x42\x37\xa3\x07\xb5\xa8\x51\x4b\xcf\x44\x7a\x94\xaf\x10\xf7\x57\x0a\x74\x5e\xb9\x86\xa7\x19\x6a\xca\x88\x4f\x8b\xd0\x32\x89\x17\xe2\xa0\xf4\x6d\x7d\x59\x41\x2e\x22\x50\x5d\xfe\x7c\x1a\x4d\x42\x58\x29\xce\x65\x71\x58\x22\xb1\x54\xcb\xf2\x86\x77\x89\x66\xda\x8b\x2c\xd3\x8c\x0b\x8d\x27\x19\x2d\x19\x5f\x93\xd4\xb0\x52\x2d\x6b\xde\xc6\x57\xa2\x7c\x09\x3d\x8c\x26\x59\xac\xb2\xfe\x2e\x6f\x0e\x17\x51\x7f\x44\x9b\xb5\x3c\x56\x12\x4a\x2b\xa7\x61\x5f\xde\x34\xc6\x9d\x47\xb2\xac\x2d\x2f\xdb\x71\xd5\x91\x88\x7b\x7a\xa0\x6d\x74\xec\x6b\xab\x92\x02\x6f\x53\x32\x92\x09\x24\x65\x66\xc1\xaf\x97\x02\x13\x22\x8d\xb0\xbd\x6c\x6f\x11\x5e\x2b\xd9\xb6\x1e\xda\xa2\xa4\xb2\x03\x6f\x33\x2b\x49\x81\x9e\xdb\xe8\x62\x74\xf4\x5d\xeb\xe4\xf6\xf2\xbc\x91\xfb\xaa\x53\xdb\xb6\xdc\x6f\xb1\x81\x56\xac\xd7\x9d\x7f\xe1\xf9\xa6\x0d\xf2\x6b\x75\xf6\x12\xe8\x48\x2b\xc9\x6b\xb5\xf2\x0e\x65\x9d\xbd\x84\x5f\xc6\x47\x70\x9d\x3f\xf4\xcf\xe8\x98\x8f\xbf\x64\xb7\x6e\x94\x1c\xbd\x4d\xcc\xf1\x7a\xb6\xb9\xc5\x50\x82\x19\x82\x4c\x53\x20\x67\xae\x98\xe3\xf5\xb4\x12\x69\xfa\xf9\x43\x67\xa3\xa9\x5d\xeb\xd1\x6b\x49\x78\xd9\x71\x34\x1d\xb6\x5e\x9f\x05\x08\x2f\x79\x35\x71\xc7\xcf\xa4\xf9\x31\xaf\xd2\x94\x3f\xef\x2c\xe2\x5e\x24\x3d\x62\xbd\x9f\x75\xd0\x0f\x01\x69\xcd\xf8\xd7\x78\x6a\x57\x0e\xdb\x9f\xd7\xe4\x9f\x08\x2f\xcd\xfa\xb3\xb2\xf9\x0d\x7d\xaf\xde\x98\x66\x3f\x62\xb6\x89\xf9\x7e\x33\x1b\xcd\xa0\xa4\x55\x7e\x96\x90\x1f\x8b\x6f\x57\xca\xe6\x9f\xd5\x87\x6e\x3c\x94\x33\xcf\x96\x41\xa7\x10\xdd\x51\x66\xb9\xfe\x59\xe3\x7e\x8c\x56\xa3\xfa\x3c\x5a\x92\x36\x5e\xca\x20\xd7\x3f\x33\xb1\x12\xf6\x77\xe5\x38\xff\xbc\x98\x92\xab\xff\xd1\x2e\xed\x33\x11\x74\x43\xa2\x6c\x2f\xfd\x33\xf7\x7d\x30\xb7\x56\xfc\xcf\xec\xf4\x41\x9b\xae\xad\xea\xe7\xc5\xeb\x83\x9f\x94\x40\xae\x7f\x56\xad\xba\x50\xe9\xf7\xf8\x4f\xb6\x57\x9f\x69\xf7\xb1\x5a\x75\xb1\xed\xe7\xd5\x4a\x37\x22\x9d\xbc\x1d\xc3\x37\x22\x43\x57\x19\x5d\x09\x3d\x7d\x95\x31\x64\x58\xa2\xbc\x6d\x43\x96\x25\xa7\x40\xfd\xca\x46\x7a\x49\x46\xc7\xc5\xf0\x86\xf2\x92\xca\xb6\xe4\x14\x30\x50\x51\x32\xdf\x4b\x6b\xf3\xb8\x48\x08\xed\x6a\x24\x2e\x03\xf3\xe8\x4b\x09\xd9\xc6\x25\xfe\x1f\xba\xfa\x18\x4a\x03\xea\xab\x8f\x21\x9b\xee\xa1\x84\xa0\x69\x18\x1f\x8a\xa7\x2a\x2f\x6a\xd2\x2a\x39\x48\x3a\x79\x0d\x65\xfa\x94\x6d\xc8\x29\xd0\x4b\x25\xa7\x4d\x1e\x6d\xd2\xa8\x1e\xd5\x33\x5d\xfd\xa4\xfa\x47\xe8\x6a\x74\x10\x47\x59\xbe\xf0\x4a\x8f\x82\x7a\x8f\xdc\x0d\xdf\x71\x60\x3c\x9b\xae\x81\x1c\x0d\x59\x6b\x2c\xcc\x68\xd3\x35\x94\x38\x36\x8b\x87\x46\xdc\x3b\xa4\x74\xfd\x65\x26\x7e\x8c\x6f\xe0\xbb\xf0\xae\x27\xfa\x93\x2e\xe5\x60\xcd\xee\x0f\x19\x2d\x13\x51\x3d\x0f\x38\x8d\xff\xc8\x4a\x0c\xbe\xb8\x9f\xdc\x20\x24\xa5\x92\x1a\x32\x7e\x38\x05\xda\x25\x59\xd7\x28\xee\x3f\x77\x05\x49\x19\xa4\x46\x31\x53\x91\xd7\x32\x29\x25\xd4\x28\x52\xfc\xa3\x0c\xfa\xa9\x54\xa9\x45\x7b\xf9\x41\xe6\xcb\xaa\x6e\x16\x93\x81\xbb\x82\x44\xa0\x9c\x35\x7c\x57\x30\xc2\x42\xe2\xe0\x1f\xe1\x8b\xf1\xc4\xbd\x52\xed\xda\xa5\x8c\x22\xea\x28\x5b\x70\x31\x0f\x86\x8d\x44\xaa\x62\xa9\x22\xd5\x3c\xc8\x75\x75\x34\xbf\xf0\x1e\xac\x88\xc6\xdd\xd0\xf0\x4d\xc4\xe0\xae\x20\xe9\x0e\x72\xf8\xb2\x60\xdc\x64\x69\x56\x26\xda\xdb\x34\xe0\x0e\x41\x76\x55\x07\x1c\xc6\x4f\xb2\x28\x5f\xc2\x2f\xe3\x37\x31\xa7\x84\xd6\xd4\xde\xb0\x48\x12\x8b\xdc\xd3\xad\x92\x8a\x58\x33\x78\x9b\x06\x37\x71\xbe\x6e\x7f\xed\xca\x63\x2f\x92\x94\x10\x89\x80\xf7\x14\x82\xef\x35\xaf\xb7\x49\xc3\xd5\x82\x2c\x9a\x96\xed\xa4\x4f\x81\x31\x89\xf2\xb7\x49\xc6\x25\x82\x8c\x97\x96\xad\xa2\x17\x56\xd1\x09\x27\xa0\x65\xb3\xe8\x53\x88\xbe\xa3\xd2\xc6\x23\x3d\x8e\xb5\xf4\xa9\xa5\x0b\xbf\x8c\x8f\xf9\x53\x8a\xde\x47\xc7\x64\x02\x08\xa4\x94\xc4\xac\x8f\x99\x92\x3b\x04\x99\x1e\x1d\xf0\x31\x7e\x81\x57\xf5\x66\xca\x07\xa6\x94\x8c\x3f\xba\x21\x1c\x0f\x2a\xa1\xaa\x93\x5a\xe3\xc6\xa3\xa1\x2a\x45\x70\xf5\x50\x2b\x3c\x9c\x94\x53\xba\x5a\xb3\x54\x55\xf3\x08\x9d\x8d\x8e\x4e\x66\x49\x78\xb5\xe4\x73\x38\x97\x9d\xc0\x01\xa7\xf1\x11\xc9\x87\xcb\xd6\x51\xcd\xda\x95\x79\xcd\x92\xa8\xea\x79\xad\xcc\xab\x16\x87\xaa\x3d\xe6\xa8\x24\x34\x57\x5a\xf0\xaa\x13\x91\x82\xf6\x27\x5d\x4c\x8e\xba\x96\xf1\x41\x99\xa6\x21\xe9\x0c\xac\xa0\xfe\x7a\xa0\x5f\xa3\x59\xab\x34\xb4\x0a\x41\x4b\x0e\xf8\x18\xbf\xc0\x0f\xe1\xb7\xf1\x51\xbd\xe4\xac\xe9\xda\x5a\x61\x12\x88\xf5\xbc\x88\x92\x40\x01\xca\x28\x8d\x73\xb3\x3c\x71\xb2\x4f\xba\x68\x1c\x3e\xd9\x8f\xa6\x5e\xb2\x49\x19\x3e\xa9\x8f\x0e\xdb\x64\xa7\xf4\xf6\x0a\xd3\xd5\x6c\x17\x3a\x1b\x5d\x30\xcb\x6b\xc2\x3f\xc6\x37\xf0\x43\x78\x75\x27\x62\x1a\x24\x3d\xcf\x1d\xb0\x1a\x1f\xdd\x2c\x9a\xa9\xee\x6e\x72\xf6\xd6\x2b\xd1\x01\x5d\x3f\xdd\xd7\xc5\xd9\xf0\x19\x7b\x0c\x54\xb4\xae\xb6\xc6\xb0\x8a\x1e\x30\x54\x11\x5f\x0e\x33\x14\x67\xe9\xa4\xbb\x27\xbb\x10\xac\x31\x54\xbf\xf8\xd5\xa7\xdd\x31\x91\x12\x5d\xac\x12\x55\x9f\x42\x4c\x16\x97\xcb\x44\x20\xa0\x10\xd5\xe8\x66\x8e\x68\x03\x14\x0a\x78\x55\xe3\xee\x4c\x99\x05\x4a\x41\x4d\x2b\xa8\x49\x6c\x8e\xcb\x68\x51\x67\xca\x2e\x50\xa3\x9d\x56\x50\x1c\x24\x93\x2e\x8b\x86\x0f\x92\x63\x31\x5b\x77\xad\xff\xc1\x26\x6b\x2c\x4f\x26\x47\xb5\x74\x8b\x18\x4b\xe7\xd8\xb1\x98\x1c\x9d\x10\xc7\xf2\xe4\x90\xc8\x26\x3d\xc9\xdf\x0f\xe3\x3f\xf0\x8c\xda\xa7\xb2\xc1\xa9\xac\x5d\x46\x67\xa3\x83\x57\x1e\x25\x4a\xdf\x56\x84\x9b\x39\x7b\x24\x8f\xdb\x7b\x2c\x52\xab\x36\xb1\xd6\xb6\x6e\x20\xa9\x6a\x7a\xb4\x7c\x6e\x13\x8f\xf0\x83\xe9\x91\xee\xd9\x53\x02\xb6\xc9\x5c\x9e\x84\xf6\x60\xb7\x06\xa5\xd4\xfb\x7b\xb9\xd5\x45\xab\x46\x6f\xa3\x19\xab\x96\x4f\x1f\xe2\x06\xcf\xd3\xde\x5e\x8f\xd7\x5a\x80\x8c\xad\xde\x47\x13\xc4\x80\x02\xbd\x17\xed\x5f\x9d\x55\x06\x87\xc1\x44\x66\x8c\x35\x7c\x18\x54\x84\x03\xe2\x90\x1f\xa8\x1a\x4d\x77\x94\x63\xff\x35\x23\x72\xbc\x4b\xba\x47\x21\xc8\x01\x85\x06\x5e\xd5\x5b\x2e\x5e\x58\xa1\x8a\xc8\x3e\xdf\x0d\xce\x77\x04\x35\x5f\xf6\xb9\x39\x85\x85\x49\x67\x12\x7e\x1b\xff\x12\x4e\x4a\xe8\x9f\xd1\xd4\xae\x05\xf4\x67\xd5\xf9\x83\x68\x55\x33\xfe\x33\xd1\x38\xc8\xa5\xaa\x7a\x7e\x56\x9d\x3f\x92\x9d\x4b\xd3\xfe\xac\x3a\x7f\x04\x66\xd1\x02\xfa\xd3\xf1\x5c\xa9\x06\xfe\x36\x0b\x3f\xd3\x8c\x9c\x03\x4d\xb2\xf8\xd3\x35\x21\xa1\x17\xce\xe7\x45\xf8\xd7\x78\x3a\xaf\x85\xf5\x67\x12\xff\x44\x4a\x09\xe9\xcf\xec\xfa\x83\x5d\xff\xd0\xcb\xe8\xe8\xbb\x36\x05\xbf\x29\xd2\xfc\x90\xb5\x2a\x05\xf6\xd3\x2d\xde\xf8\xc5\x9a\xa5\xe3\xb9\x3d\x27\x16\x9e\x13\xe9\x6f\x7d\xfe\x59\x04\x7f\xa2\x30\x27\xe5\xe1\x33\xe5\xe0\x15\xfd\x6f\x49\xfc\x74\x97\x34\x3e\x84\xa7\x8a\x5d\x3f\xaf\xac\x9f\x7a\xd9\x85\xfe\x19\x1d\xd5\x37\x69\x84\xcf\xc2\xc3\x83\xf6\x9f\x50\x7d\xd6\x14\x1c\xdf\x52\xd3\x3a\xff\x99\x3f\x3e\xf8\x43\x29\x82\x7d\x7a\x9b\xbc\x67\xeb\x56\x60\xfa\x3d\x7b\x5e\x74\xbe\x29\x35\xb4\x7c\x0b\x96\xb2\x24\x34\xa5\x08\xbe\x34\xa6\xc9\x33\x77\x6a\xca\x0f\xed\x67\xee\xc9\xd9\x30\x35\xe5\x86\xf6\xd9\x70\x72\x36\x34\x3b\x4d\xf9\xcc\x9e\xc2\x20\x60\x92\xd0\x3f\xa1\x11\xa9\xa6\x44\xcd\x97\xb6\xa4\x33\x1c\x0d\x92\x2e\x1d\xe6\xa5\x95\x6f\x72\x62\x4c\x18\x92\x1d\x70\x18\x4f\x2f\x95\xa6\xf9\x9a\xee\xa5\x48\xf9\xa8\x9e\xe5\xea\x61\x04\xa5\x57\xbf\x96\x69\x80\x7a\x52\x3e\x67\x79\x1e\x9c\x02\x63\x55\xa2\x65\xf9\x18\x9c\x02\xb5\x2b\x59\x72\x92\xa4\xcd\x44\x52\xfa\xa6\xd4\xc8\x49\xea\x66\x26\x84\xa1\x29\x17\x7a\xd2\x7a\x38\xc3\xb1\x20\x11\xef\xfb\x40\x3f\xa3\x69\x76\xa8\xd9\xe9\x66\x45\x33\x65\x71\x4f\xd3\xcd\x8a\x08\x43\xf5\x4c\x57\x0f\xfb\x0d\xf5\x46\xeb\xde\x4c\x70\xbd\x6e\x4c\x48\x19\x41\x21\xaa\x21\xdc\xfc\x01\x5f\xe3\x3f\xf0\x70\x48\x36\x9f\xc9\x7d\x80\x30\xf3\x07\x54\xf7\x75\xf0\xd4\x95\xc9\xf4\xc1\x73\xf2\xd0\x9d\xba\x72\x61\xcb\x40\xff\x14\x62\x58\x5d\x29\xab\xb3\xd8\x7e\x66\xf5\xb3\xfa\x7b\xd7\xa3\xfe\x88\xa5\xfc\xa4\x3d\x0b\xf9\xf0\xb1\xbf\x98\x45\x0b\xe1\x2c\x30\x72\x57\xd6\xfc\x62\x46\xd6\x79\xd4\x29\xe9\x7d\x1e\x9d\x3c\x52\xff\x25\xa7\xf7\x23\xf5\x8c\x03\xe8\xc1\x33\x2c\x59\xde\x9f\x42\xc3\x88\xdb\xf8\x6e\xfc\x20\xdc\x8c\xd0\xd3\xe8\xc5\xe7\x43\x78\x77\x07\xea\x38\xeb\x7c\x31\x75\x74\xc2\x1c\xae\x67\xb9\xfa\x45\xf5\x5d\xe8\x9f\xd1\x54\xc3\xd2\x36\x7d\xf0\x24\x6a\x4d\xfa\xcb\x1a\x7f\x9b\x65\x75\xc2\x1c\x2c\x1a\xd3\x27\xcc\x79\xc3\x83\xba\xfc\x98\xb7\x79\xf0\x86\x49\x08\x49\x7d\xc0\x6d\xfc\x1b\x9e\xd8\x46\xff\x8c\xa6\x1a\x49\xd6\x63\x09\x7a\xd4\x9d\xfe\x1f\x78\xee\x9d\xaf\x1f\xff\x1b\xad\x6b\xce\x1e\xcf\x25\x61\xe1\x92\x32\x00\x4f\x3f\x05\xcf\x47\xa3\x53\xbe\xf5\xc7\x4a\x29\x1e\x79\x53\x57\xb6\xfb\x47\x8b\x16\x51\x6a\x52\xbe\x34\x95\x7e\xf2\x25\x0a\x4d\x72\xfa\x6f\xbb\xd8\x2d\xa2\xc5\x1c\x7c\x17\xde\xd5\x33\xf5\x52\x85\xb2\x5d\x5f\x04\x6d\x49\x59\x59\x82\x89\xda\x42\x21\xe2\x2d\x29\xdb\xfd\xa3\xd5\x69\xf2\xa0\x9c\x2f\x4d\xe5\x63\xfe\xe7\xe5\xd8\xd9\xbf\xa7\x5f\x8e\x89\xf4\x72\xf0\xf4\xc6\xa7\x4a\x22\xb9\xa4\x7c\x49\x93\x57\xdd\x84\xce\x48\x7c\x9a\x74\xf7\x38\xab\xf6\x52\x33\x4c\xd6\x13\x21\x03\x0e\xb4\x8c\xde\xd4\x62\xfc\x6b\xfc\x2f\x3e\x1f\x42\x7f\x42\x4f\x3a\xa9\x84\xfe\x3e\x6c\xce\x1a\x3a\xa9\x4b\x8f\x57\x93\x86\x33\x68\xd6\xb5\xcb\xac\xe6\xfe\x2a\x92\x49\xd3\x56\xeb\x86\x2a\x1a\x48\xd3\x56\xb3\x21\xa7\xcd\x2e\xee\x6c\x5e\xfb\xc2\x5c\x3d\xe5\x4b\x6c\xd8\xf4\x36\xa4\xec\x24\xd6\x48\xcd\x6b\x1f\x87\xcd\xac\x5b\x1a\x42\xa9\x44\x21\xb6\x46\x5d\x0b\x6e\xd3\xd6\x68\x72\xaa\x74\x52\xed\xd9\xcc\x65\x0d\x2e\xd3\xca\xda\xcc\x4d\x11\x53\x25\x75\x0d\xa9\xe9\xae\x80\x70\x2a\xc9\x99\xb2\x89\xa7\x42\x21\xa6\x49\x23\x6d\x5e\x11\x79\xbb\x76\x2a\xed\xd9\xac\x65\x39\xca\xe6\x74\xf9\x7b\xb7\x0a\x25\x89\xe2\x75\xc0\xdb\x78\xaa\x57\xab\x5e\x11\x89\x67\xdf\xb5\x50\xca\x61\x75\x11\x3d\x25\xe5\x24\x6d\xe4\x03\x31\x91\x53\x12\x56\xb3\x6b\x76\xd3\x9d\x27\x6a\x67\xd4\x9e\x7e\xa2\x26\x5b\x4a\xca\xba\x1b\x9a\x5d\x9b\xc9\xd9\x61\xf9\x24\x26\xeb\x56\x76\x1d\x65\xa7\xf9\xe8\x5e\x9f\x79\x5b\x76\xde\xe9\xe9\xb7\xe5\xd9\xd5\x4b\xd1\x4c\x7e\xb5\xa7\x40\xf5\xbc\x54\xcd\x61\x36\x18\xb0\xc1\xf0\xe7\xaf\xd1\x31\x51\x5a\x6e\x87\x59\x9b\xf4\x76\x4a\x30\x7d\x40\xd7\x4e\xd8\x34\xcd\xdf\xf0\x98\x78\xd0\x56\x92\xe9\x03\x0e\xe3\xe9\xbc\xd6\x19\x3f\x68\x4f\x0e\xe1\x39\xb9\x37\xde\x19\x11\xd5\xc2\xcb\xcc\xd0\x65\xdd\xe4\x3d\x7b\x48\x35\xf9\x3d\x7b\x0e\x04\x2a\x8b\x3d\x14\xd7\xe2\x14\x52\x7c\xae\xce\x78\x4f\xc0\xf3\xb7\xd2\x52\x1f\xf0\x31\xbe\x81\x1f\xc2\xbb\xf3\x50\x58\x16\x74\xd3\x27\xff\x39\xf1\x95\x91\xa9\xdc\x9c\xa6\x3c\xef\xdc\xe3\xef\xf3\x6e\x74\xd0\x20\x4b\xc5\x4d\x53\x7e\xc2\xdc\xf8\xd8\x1e\xd0\xdf\x33\xd8\x64\xf4\x32\x7a\x07\x5a\x8d\xce\xbf\x5a\xe8\xa4\xb4\xc1\x5c\xee\x8c\x06\x25\xb1\x9f\xe6\xb2\x08\x57\xf8\xb7\x74\x4e\xaf\x61\x53\x63\xd5\xfe\xc4\xf7\x04\x73\xa1\x57\xb3\x74\xd6\xf2\x22\xc5\x43\xb4\xf2\x39\x1f\x50\x34\xe3\x05\x39\xe3\x0f\x70\xc0\x6e\x3c\xcd\x0e\xa1\x35\x83\x3c\xda\x2a\xbf\xf2\x01\x5f\xe3\xa3\x3b\xba\x04\x9a\xdb\x4b\x2a\xcf\xb3\xb9\x88\x66\x7e\x9e\x9d\x1b\xc5\xad\xcb\xa1\xb9\xbd\x36\x6e\xba\x53\x6e\xe3\x87\xf1\x0b\x7c\x15\xfe\x35\x9e\x76\xa5\xe9\xb7\x17\xc1\xb8\x59\x48\xca\xcf\x7b\x40\xa9\xe2\x0d\x4b\x15\x0c\x36\xe6\xb6\xc2\x21\x89\x1f\xe1\xc4\x0f\xe4\x66\x43\xe1\xe4\x22\xb5\xb8\xad\x71\x76\x3c\x52\xeb\x71\x66\xfa\x86\x60\xbe\x1a\xad\x44\xfc\xf5\xa2\xf6\xc2\x68\x1c\x0c\xe7\x6b\x8d\xfe\x8a\x08\x9c\xd0\xe6\x6b\x59\x26\xbd\x9f\x77\x33\xaf\xf7\x80\xdc\x1b\x28\x75\xef\x01\x1f\xe3\xa1\x99\x36\xf2\x7e\x45\x9e\x2f\xba\xbb\x68\x27\xef\xf7\xdf\xf9\xa2\x8c\x65\x4e\x39\x5f\x73\x26\x47\xf8\x7c\x4b\x19\xfb\x85\x76\xfe\x60\x9d\x5b\x7a\xf1\x67\xd6\xe1\x08\xaf\x5c\xb3\x07\x7c\x8d\xa7\x1e\xed\x34\xfc\x16\x3b\x7f\xe8\x90\xbb\xfc\x27\xef\x84\xf3\xe7\x83\x04\x87\x70\x65\x90\x3d\xa0\x9b\x67\x18\xb7\xa6\xd2\x6f\xaf\x93\xe3\x76\xbe\x75\x3e\xfa\x59\x6b\xfc\x70\xbb\xbb\xa5\x97\x7f\x16\xb0\x9f\x86\xad\x49\xfb\xcc\xba\xbc\xd5\xe6\x5b\x5b\xf4\xcf\xac\xfb\x89\x1c\xd2\xb4\x7e\x94\x9d\x9f\x86\xad\x6d\xa0\x5f\x5f\xe7\x87\x66\xbe\xb5\x0d\xf4\xeb\xeb\xc4\x22\x3c\xcb\xb0\x65\x7e\xee\xcf\x87\xc0\x4b\x20\x3f\x2f\x2b\x9c\xb7\xf3\xa3\xed\xa1\x9f\x4b\x27\xc1\xae\xb3\x4c\x96\x70\xe1\xa7\xd0\xc0\x37\xe1\xbb\xf1\x51\x3d\xa3\xb2\xd7\xfe\x29\xbc\x81\x2e\xa0\x25\x8f\x0b\x3b\xf1\xfc\x70\x22\x5e\x8a\x9b\x72\x0a\x11\xf9\x88\xe5\xc3\xde\xfc\xa7\x30\xf9\x5c\x8d\x0e\xd7\x1e\x62\x4a\x68\x86\xb5\x14\x8e\x6a\xe1\xce\x7f\x3e\x1f\xc2\xbb\x76\x56\x95\xa1\xda\xb5\x7c\xe0\xd8\x9f\x32\xa1\xec\x16\xa9\xa8\x28\x7c\xe0\xf5\xfd\x72\xf5\x91\xe0\x47\x1b\x67\x3b\xfa\x9f\x02\xad\xf2\x2e\xb2\xfc\x72\x4b\x00\x80\xa4\x24\xac\x6b\x29\xe4\xd5\x52\xe2\x2a\xa5\x63\x5d\xcb\x2f\xba\x78\xf7\xe7\x8b\xd5\x69\x25\x13\x3e\x0e\xde\x99\x08\x89\x07\xaa\x46\x77\x7c\xd1\x8a\xf0\xd3\x78\xe6\x95\xcb\x05\x12\x61\x51\x78\x4f\x35\xc9\x9f\xff\x8c\xa6\x33\x6c\x8d\x96\x82\x48\x9c\x02\xb4\x61\x6f\xb4\x7c\x6c\xc7\x55\x3f\x29\x07\xeb\xb2\xaf\xfe\xc2\x3b\x3f\xe5\xca\xc5\xcb\xca\x52\x55\x2b\xd3\x7b\x16\x33\x5c\xf7\x29\x34\x9c\xe0\x2e\xe1\x87\xf1\x13\xbc\xab\x5f\xc6\xef\x53\x4d\xf6\xe7\x9f\xd0\xb0\x93\x9e\x14\x57\x36\x3b\x85\xe3\xbe\x0f\x15\x2b\x9b\x9d\xc2\xf4\x3d\x5f\xee\xa3\xb9\x29\xa3\xf4\xf5\x16\x48\x7a\x2e\x0a\x31\x21\x1c\x35\xec\xc7\x7f\x0a\x34\x2a\xa6\xf4\x5b\xf4\xca\x61\xf5\xa4\xb4\xa5\x0b\x77\x7f\x0a\xfd\x54\xc3\xc9\x64\xf9\xa6\x00\x97\xfe\x94\x89\x0c\xb3\x70\xec\xa7\x10\xad\x16\xf5\x5d\xeb\xf9\x8a\x1b\x83\x7c\x79\xa4\xcb\x84\x44\x8c\xeb\xa3\x46\x75\x46\xc0\xc5\x3f\x93\x98\x66\xd9\xc5\x7f\xe1\xe2\x9f\xb2\x5e\xd9\x96\xdf\xb9\xf1\xf1\x3f\xf8\x26\xfc\x63\x7c\xb0\x01\x9e\xa7\x07\x14\xe1\xe3\x22\x21\xeb\xf9\x7b\xd9\xf6\x1d\x2f\xff\xf3\xf9\x10\xbe\x1a\xcf\x74\x73\x34\x59\xb6\x7d\x5f\x3c\x7f\x67\x42\x13\x1e\xf0\x15\x1e\x91\xaa\x5d\xdd\xd1\xb2\x8a\x37\x7e\xbe\x44\x61\x3f\x44\xe3\x8d\x9f\x72\xe3\x5a\x01\x2f\x7c\x0a\x1f\x78\xaa\xf7\x3d\x01\x8e\xf7\x07\xdf\x84\xbf\x8d\x0f\x1a\x3f\xfe\x7c\x1a\x4d\x35\x62\xa7\xdb\x32\xc2\x3b\x77\x96\x15\xd6\xba\xb5\x80\x2e\x5e\xa2\x95\x9d\xf3\x80\x7f\x78\xba\x29\xc6\xb1\x7d\x3a\xce\xed\x29\x37\xb5\xeb\xfb\x83\x85\xa9\x78\xd6\x4d\xdb\x7a\xac\x72\xc3\x66\x3c\xcb\x08\xc0\xfe\xeb\xa7\x40\xf5\x12\x59\xdf\x1b\xe0\xd7\x7e\xf0\x74\xc7\xcf\xbf\x78\xb0\x27\x65\x90\x3c\xa0\xab\x1f\x54\xdf\x84\x76\xf5\x1a\x95\x24\xff\xf1\xa8\x74\x3f\x40\x3c\xe0\x03\x6a\x52\x74\x52\x97\x2d\xd3\xf2\x49\x1d\x97\xf3\x4c\x5e\x9e\x85\xdf\x39\x85\xa8\xbe\x4b\xda\xaa\x39\x90\x90\xf2\x4a\xb3\xb8\x70\x48\xa7\x10\xb2\x8c\xf5\xce\xf2\x09\x1e\x5f\xf3\xa4\xcc\x8b\x6b\x29\x68\xdf\xc2\xeb\x3c\x5f\x52\x73\xd5\x8c\x19\xc1\x5a\xcf\xe7\x43\xf8\x61\x7c\xd4\xde\x5d\x8b\x48\xc9\x63\x74\xee\xe2\x7b\x3f\x46\x2f\x9d\xec\x71\x04\x5d\xcb\x27\xfb\x55\x59\x02\x7a\xd5\x60\xcd\xb0\x55\xb4\x61\x57\x6d\xff\xf4\xb5\x30\xf9\xce\xc4\x4a\x5a\x76\x22\x3f\x85\x60\x4c\x2d\x8f\xcd\xbd\xd7\x99\x9c\x98\xed\x07\x1c\xc6\x2f\xf0\x4d\x78\x75\xbf\xb1\x8b\x95\xa9\xd2\xb2\xcd\xf7\xc2\xb6\x5b\x99\xfc\xd6\xb2\x6d\xf7\xd2\x71\x7a\xfc\x05\x3f\xfe\xdf\xed\xb0\x56\xf3\xc2\xd7\x18\x35\x79\xf9\x16\x5e\xea\x14\x68\x86\x4d\x3d\x8e\xe7\x14\x62\x47\x33\xa4\x21\x6d\xfb\xbd\x3a\x0c\x3d\x8a\xbf\xdf\xc6\x87\x6e\xe3\x26\xd8\x3e\xe8\xa7\x40\xf5\xec\xf5\x57\x37\x9f\xf3\x30\xad\xc4\x78\xcb\xce\xe9\xa7\x40\xf5\xda\x8b\xf4\xe1\xea\x23\xc7\xa0\xee\x16\x56\xf7\x6a\xa0\xf3\x36\x39\xec\x96\x3d\xcb\x4f\x81\xea\x25\x46\xc3\xca\x24\x7c\xcc\x7d\x15\x81\xa3\x39\x05\x88\xc3\x2e\x7a\xf9\x59\x7a\x0d\x0d\x96\xfb\x95\xe5\x83\x38\xce\xe5\x49\x69\xdc\x0e\xe8\xea\x83\x25\x92\x54\x9e\x0f\xdc\x38\x9d\xfb\xea\xc2\x4e\xe7\x0b\x37\xf3\x54\x2e\x09\xe9\xf0\xa0\x88\x9a\x27\x7f\x3b\x7b\x9d\x9f\x42\xe1\x73\x75\xde\x7c\xce\x1b\xb9\x12\xc5\x2d\xfc\xca\x29\x50\xbd\x18\xc8\x07\x71\x7c\xca\x33\x41\x83\x0e\x54\x8c\x8e\xbe\x8b\x0f\x6c\x6f\xbe\x22\xd2\xe4\xa9\x45\xb5\x2f\xd7\x1e\x6b\x99\x6c\x69\xec\x62\xbe\x70\x31\x4f\xc5\xab\xfc\x34\x3b\x61\x86\xae\x84\x71\x0b\xdf\x72\x0a\x0b\x7c\x17\x7e\x1b\x1f\xd5\x4b\x63\x4c\x13\x3e\xcc\xcd\x73\x12\xf3\xd9\xdc\x7c\x61\x56\xae\x74\x70\x6b\xd9\xac\x7c\xcd\xd0\x9a\xba\xd4\x59\xd3\x5a\x73\x8a\x62\x62\xbe\x69\xed\x38\xd5\x79\xde\x6e\x96\xcf\xdb\x78\x9c\xa7\x72\x69\x05\x5d\xd6\x5f\x64\xa9\x4d\xe2\xed\xe5\xde\xf0\x8c\xaf\x3c\x62\x07\x7c\x8c\xaf\xe0\x9b\xf0\xcd\xf8\x1e\xd5\x14\xa1\x87\xd1\xb4\x2a\x91\x5a\x3a\xf6\xae\x85\xf3\x9f\x99\x78\xe9\xba\x6e\xad\x08\xcc\x48\x82\xaa\x03\x55\xa3\x17\x9f\x77\xe1\xa5\x77\x38\xcd\x17\x73\xa5\x9f\xf5\xf1\x30\x4f\xc5\x34\xde\x5e\xe0\xc2\xba\x3a\x27\xed\x8c\xb6\x17\x38\x0e\xf3\xc5\x44\xd8\x26\x3d\x29\xfb\x93\x04\x73\x7b\x5b\xb7\x91\x63\xed\xee\xb7\x77\xb0\x5b\x9d\x11\xde\x87\x6d\xdc\xc6\x73\xd2\xa6\xff\x75\x1f\xed\x44\x2e\x79\xf5\x2b\x3d\x5e\xe4\xa9\x24\xc9\xab\x5f\xe9\xf1\x17\x4f\x4a\xd7\xb4\xd6\xeb\x09\x7c\x99\x40\x1d\x06\x5e\x4f\x60\xbc\xd6\xa7\xa2\x2b\xac\xe5\x57\x7a\x9c\xbd\x93\xf2\x33\xad\xe5\xc3\xf3\xc2\x00\x59\xd9\x87\x0e\xa8\xee\xfc\x90\x40\xdd\xdf\xac\x9f\x55\xf8\x4f\xf5\xe8\xa8\xe4\x57\x5e\xd2\x11\xa6\x22\x97\xbb\x65\x13\xe1\xf5\x21\x24\xf2\xad\x5b\x9f\x85\xe4\x43\x48\xaa\x3f\xff\x19\xfd\xf1\x39\xd4\xf1\x21\x55\x4e\xd4\x4a\xcb\xb2\xec\x44\xbd\xe4\x44\x5d\x74\xaf\x63\x27\xea\x53\xc0\x17\x5b\x4b\xc0\x67\x45\x84\xf1\xae\xf2\xa9\x6c\xbb\x33\xef\x1e\xe1\xd2\x92\x32\x82\x1c\xf0\x35\xfe\xc3\xe9\x1a\x7c\xf2\xf7\x3c\x5a\x2a\xbd\xc2\xee\x32\x8b\x3d\x85\x86\xd7\xb5\xbe\x47\x20\x4e\x21\xea\xbf\xc9\x92\xdc\x15\x1c\xed\x14\xa8\x9f\x94\x92\x5d\xaf\x96\xa7\x40\x3d\x24\x06\xed\x89\xbb\xbc\x53\x08\xd6\xec\xaa\x86\x05\x77\xcb\xf5\xb7\xe0\x7c\xb5\x1d\xe4\xf3\x14\xc0\x93\x6b\xb3\xe7\x61\x3c\xcc\x43\xbe\x50\xbb\xf8\x6e\x62\x82\xa6\xf2\x90\x2c\xb8\x2b\x5c\xd9\x96\xeb\x6f\x79\x2e\x55\xef\x51\x71\xd0\x29\x44\x79\xdf\x5d\x07\x9d\x4d\x38\xd1\x8c\x45\xde\x81\xaa\xd1\x41\x04\x82\x48\x6d\xf2\x22\x52\x08\x5e\x20\x49\x73\x57\x68\xb2\xdd\xe3\x04\x93\x09\x5f\x7c\xa0\x64\x74\xe8\x10\xdc\x3b\xb6\x7d\x7f\x37\xde\xbe\x19\x39\xd9\xb8\xfc\x52\xa0\xd1\x6c\xbc\x1b\x65\x11\x20\x7f\xa9\x5d\x7c\x4f\x21\xc2\xbe\x8a\x02\x8a\x59\xb6\x71\xf5\x4d\x05\x6f\x90\x03\x56\xe3\xa1\x0c\x69\x3f\x7b\xe9\xdd\xf8\x11\xd5\xdc\x42\x4f\xa3\xe9\x0c\x99\x40\xbb\x9e\x55\xb7\x5c\x82\x0b\x97\x21\xbb\xeb\x59\x75\xcb\xc7\xb7\xe0\xf6\x71\x40\x57\x3f\xa8\x5e\x9d\x47\x43\x9d\xc2\x19\x53\x4e\xd7\x3f\x6f\xaf\xce\xc7\x3f\xfd\x17\x8b\xf3\x73\xab\x36\x6e\x39\x4e\xe1\x89\xda\x34\x34\xcf\x22\x4f\xb7\x05\xff\x8c\x03\x0e\xe3\x19\x9b\x58\x56\x6f\xb4\xbb\x73\xf6\x2a\x04\x1a\x3e\xa0\xab\x5f\x54\xaf\x21\x2f\x93\x08\x56\x7e\x48\x9f\xdb\x15\xdc\xec\x14\xa8\x86\x44\xa5\x5d\x6f\xb1\x5b\x6e\xca\x85\x08\xc0\x1b\xef\x64\x0a\xd4\x23\x51\xb9\x4d\xd2\x1b\x05\x49\xb8\xd6\x03\x56\xe3\xe9\x3e\x59\xec\xfb\x3d\xc4\x27\x77\x64\x73\x26\xcd\xde\x81\x5c\x0d\x2b\x19\x66\xf7\xdb\x2e\xc6\xa7\x70\x9f\xcf\x8b\x6a\x31\xd1\xc2\x4c\x38\x67\xb1\xc9\x6d\x71\xe6\x04\x57\x70\x4d\x3b\xe0\x5f\xa3\x31\x91\x62\x93\xdb\x12\x11\x46\xc3\x39\x8b\x4b\x64\x34\xbc\xe5\x77\x5c\x30\xa2\xdf\x64\xed\xa4\x10\x5c\x72\xab\x2f\xa6\x30\xaf\xd1\xa5\x26\x35\x6a\x5d\xc7\xb1\xb1\x60\x80\xb5\xfb\x63\xca\x73\x6c\x2c\x55\x62\xfb\x98\xc7\x39\x36\x12\x75\xe9\x40\xcb\xe8\xe8\x3b\x09\x9f\xbb\x8c\x86\xb7\x1c\x8c\x4b\x25\x81\xb6\x1d\x8c\x37\x0e\xc6\x39\x4b\x31\x3e\x9e\x0e\x0e\x93\x05\xbb\xac\x6d\x07\xe3\x2d\x07\xe3\x52\x45\xe0\xc7\x8a\x94\xd3\x64\xa9\x52\xec\x8f\x99\xf8\x81\x89\x1f\xa3\x9b\xd1\xd1\x77\xf1\xea\x63\x3d\xfa\xb0\xea\x71\x73\xb3\xfb\x63\x9d\xc3\x23\x74\xa9\x12\x91\x67\x3d\xc6\xd3\xcb\x47\xbd\x59\xee\xa5\x48\xa9\x66\xab\xb5\x4b\x45\x8d\x54\x72\x4c\xf7\x6a\x35\x52\xd1\x0b\x78\xb2\x1d\x70\x1b\xff\x3b\xdd\x94\x5a\xaf\xe6\xe1\x2a\x5a\x36\xe3\x9b\xf1\x54\x23\x59\xa8\xe6\xe1\x8a\x5e\xa8\xd0\x52\xa6\xd0\x9b\x44\xa8\xa9\x70\x5b\x72\x40\xf7\x06\x09\xaf\x12\x91\x6a\x6e\x25\x3d\x78\x6e\xfe\x7c\x1a\x4d\xab\xdd\xd5\xbf\xc6\x43\x04\x49\x54\x35\x31\xe3\xdd\xf9\xe0\x55\xcf\xfa\x19\x1f\xdf\x37\xad\x26\xcd\x44\xc3\xba\x59\x89\x7e\x76\x6f\x96\x7c\xde\xa7\x4b\x13\xbf\x36\x4b\x3e\x0f\xd1\xa5\x89\x5f\x9b\x95\x2c\x87\xe1\x82\x45\xd8\xb6\xff\xf3\x29\xc4\xde\xb6\x65\x7d\x6f\x6a\xc6\x93\x74\xce\xe4\xcd\xee\xcd\x1c\xd8\x58\xf4\x9a\x96\xfe\x66\x8d\xd0\xe0\xc0\x26\x0e\x54\xac\xb5\x2d\x7f\xe9\xd2\x8a\xbf\x77\x3d\x90\xa7\x49\xb7\xb7\xe5\xe1\x22\xe4\x5d\xbd\xb4\xba\x6c\x48\x6d\xbb\x8d\xdf\xc6\xc7\xdc\x8a\xc8\xcd\xc4\x6c\x22\xa6\x38\xbc\x5b\x98\xbb\x88\xf9\x74\xe1\x1f\xe3\xa9\x5e\x9c\xd9\xcd\x81\x9c\x8d\x95\x11\xbc\x77\xef\x14\x30\xc2\x2e\x18\x73\x1d\xb0\x1b\x1f\x2c\x32\x86\xd0\xd3\x68\x6a\x6f\xea\x8d\xa5\xb6\xb3\x4d\x6b\x4d\xbd\x19\x52\x74\x71\x48\xce\x64\x08\xdc\x76\x97\xde\x24\x36\x48\xa5\x49\xa7\x77\x33\x66\x0f\xc6\x2c\x5a\x6d\xbb\x19\x2d\x02\xc1\x65\x0c\xc5\xb7\x9d\xab\xb7\x9c\xa8\x4b\xd3\xc6\x62\x98\xcf\x38\x49\x97\xae\x5d\xce\x30\x3f\x0d\x56\x92\x9e\x20\xcd\xf0\x26\x6a\x10\x37\x5e\xeb\xe3\x30\x69\x38\x60\x97\x2e\x36\x1b\x66\x33\x9e\xb4\x0b\x96\x5f\xdb\x3e\xda\x5b\xbe\xd8\xa5\x4b\x31\x0e\x0f\x76\x20\x9d\x5d\x5b\x8e\x61\xe9\x1c\x88\x5b\x17\x9f\x0d\xaf\x19\x24\x8f\x67\xe7\xbc\x9d\xaa\x61\x77\x1d\xa5\xbb\xd8\x6c\x98\x38\x3c\x5e\x97\x2e\x55\x37\x4c\x1d\x9c\xb4\x4b\x97\x5a\x1f\xe6\x33\x0e\xcd\x45\xbd\x9c\xde\x18\x4d\x11\x4d\x9a\x6e\x7a\x71\x20\xe9\x7c\x91\x90\x4c\x6f\x80\xa6\x68\x49\xca\x7d\x5c\xb0\x29\x50\x8d\x14\xe0\x34\x71\x70\xae\x2e\x5d\x9a\x6e\x7a\xcf\x82\x95\x7b\xe9\x62\xa8\x69\x75\x3f\x15\xe1\x5f\x9f\x9b\x66\x3a\x35\x77\x6d\x78\xa7\x65\x70\x8a\x96\xd2\x80\xd3\xb4\x9c\xd0\xb2\xb8\x76\xb7\x2a\x9a\xf5\xf6\x9f\x6c\xb0\xa6\x45\x37\xbc\xb0\x33\x81\xa1\x0e\x64\x5a\xc0\x87\x5d\xb2\xb5\xcc\x87\x0b\x61\x19\xda\x83\x2e\x6b\xf1\x08\xf0\x96\x8b\x26\x6c\x99\x14\x3a\x6b\x0f\xad\x94\xcb\xfc\xa3\xb3\xf6\xd0\x4a\xb9\xbc\x43\x09\xaf\xea\x5c\x34\xbf\xcb\x6a\x0a\x67\xea\x32\x44\x3a\x39\x53\x9f\x02\xad\x32\x91\xcb\x7b\x8e\xa5\x48\x3b\xda\x5c\x2c\xef\x39\xc2\x22\x3f\x17\x9d\x67\xd6\x72\x2d\x87\x8d\x72\x79\xd4\xa8\xb7\x1c\x3a\xc8\x0f\xd5\xbe\xad\xa5\x74\x90\x1f\xda\x15\x6c\x73\x15\x07\xf9\x22\xe5\xb5\xcd\x55\x1b\xe5\x35\x1e\x57\xb3\x8d\x8f\xbe\x57\xd7\x22\x8a\xc5\x6b\xfe\xf9\x1c\x8a\xc9\x99\x7a\xe3\x4c\x9d\x89\x99\xbd\xed\x4c\x7d\x0a\x74\x46\x67\xc3\x6d\xde\xdc\x9a\x27\xf1\xec\xb6\x52\xdb\xf0\xe6\xd0\x72\xbb\xcd\x9b\x1b\xde\xac\xea\xa4\x79\x13\x9f\x83\x32\xc4\xca\xdb\x4a\x6d\xa3\xd4\xfe\x6a\xf1\x58\x45\x32\xa9\xcc\xd7\x5c\x13\x8f\xf9\xe9\xbe\xb4\x95\x7c\xbd\xb5\xc0\xdc\xfe\xbe\xb4\x39\x7c\x5d\xfd\x4b\xf5\x2d\x0b\x3d\x8d\x5e\x04\x21\x1a\xc2\xbf\xc6\x7f\x81\xd7\x7c\xbf\x3e\x75\xe1\x4e\x7d\x5f\x62\xa7\xd7\x7c\xf0\xc2\x07\xda\x89\xbc\xe6\x79\xac\xf6\xef\x4b\x13\xfb\x5a\xbb\xbc\x68\x97\xa6\x56\xbd\x8a\x71\x6b\x71\x5f\x0f\xbd\xfc\x79\xb0\x58\xed\xdf\x97\xb4\xce\xcf\xab\x18\xa6\x00\xf7\x25\x06\xf9\x59\x85\x63\x0a\x70\x5f\x5a\xdd\x7e\xde\x12\xfc\x54\xbf\xa6\xf6\x33\xff\x7d\x31\xe5\x77\xd2\x16\xe2\xf3\xf2\x16\x69\x0d\x72\xe9\x46\x4f\xa3\xa3\xfa\x24\x09\xff\xcc\x09\xdc\x42\xdc\x49\xba\xf7\xf3\xf2\xf6\xb1\xbc\x69\x89\xff\x2c\x99\x38\x2a\xdf\xdc\xa6\x1d\xd0\xad\x32\x55\x5a\xe2\x3f\x4f\x55\x58\xcc\x9f\xcf\x5d\x8d\x88\x86\x45\xfc\x9d\xb4\x29\xfd\xac\x86\x3e\xd4\x90\xb6\x5d\xdf\xaa\x46\xd3\xaa\x84\xe7\xf3\x1e\x96\xab\x12\x25\xba\xdb\xf6\x73\x3e\x05\xbe\x87\xed\xc7\x25\x1a\xcb\xff\xf9\x26\x5b\xfa\xb6\xff\xf3\x1e\x3c\xa2\xdf\x29\x5e\xf4\x0f\xf8\x18\x1f\x44\x23\x2c\xd9\x01\x5f\xe3\x3f\xf0\x0d\xfc\x72\x3d\x0c\x8b\x48\xc3\xdb\x0e\xcd\xa7\x40\x3d\xac\xc3\xe3\x12\x4b\x8d\xb8\xc3\xc9\x84\xd3\x3a\xd0\xcf\x68\xaa\x67\x19\xb6\xff\xf3\x29\x34\xf0\x59\x78\x0d\x0b\xfb\xf1\x9b\xfc\x30\x9b\x6c\xd9\x14\x9e\xa8\xbe\x0a\x5d\x8d\xa6\x1a\xa8\x39\xd2\xfc\xab\x86\x5e\x8a\x9a\xc9\xa3\x4d\x1a\x55\x55\xb3\xcb\xd5\xc7\x64\xdd\x1a\x6c\x5a\xae\x3e\xa2\xe3\xdc\xda\xca\x0f\xe5\xb7\xda\xf2\x8b\xbe\x31\x9f\xda\xf6\x8b\xde\x83\x1b\x9d\x9b\x48\xa8\x07\x7c\x8c\xa7\x3b\x1c\x5f\x87\xa2\xb6\xed\x81\xf9\xf8\xad\xad\xd4\x90\xf9\xf8\x29\xc4\xf7\xdc\xa7\x1d\xf0\xef\xfb\x0f\x3c\xdf\xfb\x1a\x85\xc4\xd9\x07\x4f\xfd\x32\xe4\x3e\x05\xbe\x57\x7f\xca\xf2\xf7\xb1\xe9\x25\x55\xdb\xb6\xa7\xf0\x29\x44\xf7\x49\x35\x70\xc0\xc7\x78\xba\xc9\x0d\x13\xe9\xb6\x29\x84\xc0\x11\xc0\x69\xdb\x83\xf8\x14\xa2\x7a\x76\xf8\xe3\xd6\xe6\x65\xdc\xa8\x05\x89\xc4\x50\xd0\xb2\x53\x88\x5e\xde\xa2\x82\xef\x0e\xe4\x88\x7c\xdf\x62\xcd\xdb\xd4\xe4\xee\xe0\xf6\x6c\xdd\xa6\x26\x81\xc5\xee\x3b\xe9\x7b\x09\x34\x09\x94\xf2\x2d\x62\xde\x26\x0e\xb7\x01\x37\x91\xc2\xb6\x13\x2a\x6d\xf9\x10\xdf\xb7\x58\xf0\xb6\x44\xe0\x14\x7c\x63\xe0\x74\x40\x57\xbf\xa8\x5e\xa3\x35\xe7\x73\xbe\x57\x56\xcb\x6d\x5f\xe1\x8d\x77\x70\x52\x0e\xcb\x3d\x14\xd6\x7c\xe3\x2c\x9c\x71\x24\xdc\x76\x16\x3e\x05\x5a\x45\xed\x0c\x5f\x07\xe0\x44\x9c\x6f\x16\x88\xf1\x68\x0d\xc6\x6b\x38\xff\x4f\xe5\x9f\xd0\xb1\x06\xdf\xc4\xd4\xda\x43\x49\xd6\x36\x4e\xc3\xf9\xbe\xff\x93\x1d\xd6\x78\x74\x54\x1b\x3c\x31\xeb\x76\x75\xe8\x89\x79\xe3\x69\x7c\x1a\xa9\xc2\xbf\xc6\x47\x9f\xd8\xa4\x0c\x25\x6d\xdb\x38\x1e\xe7\x9b\x4d\x8a\x1d\x8f\x4f\x01\xfa\x54\xd5\x6e\x05\xf6\x68\x76\x25\xba\x8f\x45\xfd\xd1\x74\x55\xd5\x63\x1e\x7f\xe0\x71\x69\x00\x85\x5b\x3f\x85\x18\x71\x15\x21\x2c\xe9\x18\xac\x2b\xd3\xe7\x26\x2f\x3a\x85\x50\x6b\x55\xf4\xf4\xe4\x3e\x9a\x5c\x56\xd0\x51\xad\x00\xaa\x26\x57\xda\x57\xcf\xe0\x5b\x99\xd5\xef\x5b\x92\x55\x3d\x8b\xdc\x44\xdc\xb7\x24\xcb\x37\x11\x23\x4c\xd7\xf3\x2d\xbd\xa3\xc8\x68\xa7\x10\xbb\x0e\xb2\xa4\x1d\xb0\x19\x7f\xce\xce\xb7\xd6\x02\x3d\x83\x9f\x02\xb5\x0f\xd5\xee\x09\xc1\x87\x5b\xc9\x43\x37\xae\xdb\x14\x42\x8d\x10\x16\x69\xdb\x29\x7b\xe3\x57\x9d\x94\xcc\xf1\x80\xb7\xf1\x41\x4b\x13\xc1\xb4\xe4\xd9\xfc\x7e\xb2\x3f\xf7\x60\x11\x14\xd3\xc6\x5a\x24\x6e\x24\x32\x91\xc6\xf6\xf0\x3d\x84\xbc\xac\x6f\xdd\x24\x8f\x66\x39\x69\x30\x3e\xb7\x25\x4e\x2b\xb6\x95\x56\xcc\x43\x6d\xa6\x18\xb7\x10\xf7\x23\xe1\xf7\x2d\x84\xbc\xac\x95\x50\x78\xdb\xcb\xfa\x14\x3e\xf0\xaa\xc7\xcc\x1a\xf7\x0e\xf9\xd1\xea\xd9\xbc\xfe\x60\xc9\x7e\x63\x10\xb7\x49\x4a\x4f\xe1\x17\x9f\xab\xef\x56\x21\x4d\x84\x64\x83\x45\xd6\x7a\x0a\x2d\x3e\x1f\x42\x77\xa3\xa9\x5d\x02\xe5\x4b\x08\x5c\xbe\x33\xa9\x91\xb7\x3d\xbe\x4f\x21\xfa\xc8\x2e\x6a\x74\xab\xdd\xce\x56\xf5\x91\x40\xf9\x0e\x82\x5c\xf7\xf9\x91\xb6\xec\x5e\x81\xb9\x9a\x50\x16\xd8\x03\xbe\xc6\x43\x19\x6d\x44\xba\xb5\x74\x17\x25\xc5\xab\xbe\x9b\xc0\x53\x3c\x3f\x59\xd5\xe8\xd2\x9c\x24\xfa\xf9\xd1\xda\xe0\xab\x89\xd1\x91\x7a\xdd\x2b\xe3\x5d\x4e\xe1\x89\xcf\x8d\xae\x46\xd3\xa8\xe4\xa9\x5b\x19\x74\xcd\x87\xe4\xa9\x7b\x3e\x3a\xf3\x21\x95\xee\x2b\x8b\x11\x57\x16\xe9\x7e\x86\xf1\xc5\xf8\x68\x55\xcb\x6c\x37\xdd\xb9\xca\xb8\xc9\x90\xb0\xed\xab\x7e\x0a\x41\x78\xf6\x9d\x63\x98\xf0\x43\x1c\x2c\x31\x1b\x26\x3c\x37\x1f\x37\x41\x5e\xb6\x5d\xdb\x4f\xe1\x03\x4f\xb3\xbe\xf9\x20\x7d\x7f\x7e\x6e\xa3\x8b\xd1\xd1\xc9\xbb\x0a\x5d\x8d\x0e\x12\xe8\x5e\x79\xc8\x86\xe0\x14\xde\xf8\x5c\x9d\xd1\x79\x76\x70\x1f\xa2\x84\xb9\x7b\xf8\x3e\x64\x70\xef\x71\x57\x09\xf1\xf0\xea\x18\x37\x1d\xe9\xd6\x8d\xf0\x18\xde\x3b\x60\x85\x7f\xeb\x46\x78\x0c\xf3\x70\x98\xe3\xcb\x48\xf3\x40\xd3\x68\xaa\x37\xcd\xbc\xc3\xc1\x2a\xe0\xd6\x95\xf0\x98\x56\xac\x53\x34\x93\xa0\xf9\xe2\x63\x70\xf1\xa1\xd7\x8e\x31\x75\xe6\x1c\x44\x95\xbb\x75\x23\x3c\xa6\xae\xbf\xc7\x84\x66\xe2\xed\x69\x9a\x71\x1f\x72\x57\x89\x88\xef\x43\x14\x24\xe0\xae\x5a\x73\xa6\xb9\x95\xfb\x90\xbb\x6a\xcd\xf1\x7d\x08\xee\xff\x19\xcf\xf2\x4d\x0c\x00\x0a\x0c\x4a\xfa\x79\x7a\x89\x8a\x38\x72\x99\x7c\x8c\xdb\x4e\xff\xa7\x40\xed\x5d\xbd\xf1\x36\x6c\x8a\xc4\x5d\xbd\x31\x89\xe3\x8a\x23\x3f\x7f\xb5\x2f\xa3\x69\x95\xe3\x93\x63\x07\x9c\x02\xad\x36\xa1\xab\xd1\x8c\x55\x6b\xcb\xf2\x52\x14\x51\xe7\xf2\x23\xad\xbd\x4c\xe1\x25\x66\xe5\x45\x6f\x2c\xab\x03\x4c\x1a\xee\x26\x4d\xb9\xac\x70\xb9\x66\xb9\x9b\x0e\x08\xbe\x66\x19\x5c\xb3\x3c\xee\xa4\xd9\x92\x6b\x96\xbb\x69\xc9\x59\xd6\xc3\x0b\x3d\x2c\xed\xbf\xbc\x69\x58\xe8\x03\x5d\x4e\x3b\x0f\xda\x26\x0f\x5a\xc6\xb7\xfe\x40\xd3\x68\x3a\x23\xa6\x5f\x66\x6e\xe2\x23\xdc\x4d\x4c\xbf\xac\x27\x88\x83\x70\x37\x29\x33\x5f\xbf\x10\x10\x21\x13\x31\xf1\x40\xae\x7e\x29\x8a\xe5\x7f\xf2\x32\x38\x96\x37\x15\x5c\xcf\xdc\x4d\x6b\xd2\xf6\x84\xe1\x35\x71\x37\xed\x30\xb7\x57\xc2\x70\x9f\xc8\x8f\x96\xbc\xed\x89\xe4\x36\xe7\x6e\xda\x49\x6e\xab\x17\xae\x6d\xee\xa6\x2d\xe3\xb6\x62\xdf\x9a\x31\xe9\x97\x6d\x59\xe1\x7e\x46\x8f\x65\x63\x7b\x97\xb7\x35\x33\xda\xce\x6d\xcf\x4c\x38\x5b\x64\x2b\xaf\xed\x99\xe1\x7a\xe6\x6e\x92\xd0\xed\xed\xdc\xd6\x8c\x69\x23\xb6\xad\xc1\xb7\xa6\x40\x3b\xae\x6d\x59\x89\xf0\x0d\x99\x70\x90\xdb\x41\x1b\x4e\x81\x41\x35\x7f\xbe\x8d\x3f\x6c\x55\x75\x4a\xdd\x26\xf1\x16\x89\x75\x20\x7a\xad\x5e\x5e\x91\x58\x22\xf7\x5a\x55\x93\x55\xe0\x6e\xda\x9c\xbc\x16\x8a\x88\xde\x90\xad\x34\x5f\x33\xff\x1b\xfb\x30\x82\x24\x1c\x68\x18\x4d\x27\x87\xf1\xaf\xf1\xf4\x46\x07\xa2\xd7\xba\x57\x97\x48\x4d\xc7\xc5\xd7\xb4\x89\x6b\xa3\x74\xf7\xcb\xdf\xbb\x37\x28\x8c\xae\xd3\xf1\xeb\xfd\x59\x44\xe1\xcb\x55\xfc\xf4\x7a\xb7\xa1\x4b\x24\xdc\x7e\x0f\xe8\xea\xa1\x65\x4f\xae\xe6\xaf\xfa\x5f\x54\x03\xda\xb7\x42\xe3\x17\x76\x7f\xb7\x6e\xd8\x87\x62\xf5\x6d\x82\x3a\xe4\x2a\xf6\xfb\xf5\x66\xf4\xd1\x52\x56\xec\x3f\xbd\x5f\x2a\xc2\xc3\xdd\xb5\xcd\xfb\x79\xd1\x0b\x3f\x11\x59\x69\xef\xf1\xf3\x7e\x0e\x03\x9a\xbb\xeb\xd0\xf6\xb3\x06\xff\x41\x79\x1d\x49\x7e\xde\x6d\x10\xca\xe1\xc6\x9e\x74\x8f\x9f\x99\xf5\x07\xb3\x6a\x79\x50\xba\xd0\x53\xa8\x81\xd6\x48\xa7\xbb\x8e\xba\xe8\x45\x8d\x9a\xee\xe1\x64\x92\xbd\x6a\x28\xc2\xc3\x29\xd0\x28\x17\x4b\xe3\x67\x2d\xf2\xd3\x34\x69\x0d\xfb\x59\xaf\xff\x44\x77\x1d\xf1\x7e\xa6\xfb\x0f\x1e\x96\x24\x7c\xa6\x7b\x5c\x9b\xc9\xd6\xfb\x40\xd9\x68\x66\x55\x9d\xff\xbc\x42\x86\x47\x4a\xae\xda\x9e\x29\x1e\xc4\x29\xd0\xa8\x96\xb6\xcf\x2c\xac\xbb\x38\x3d\x0d\x8c\xcf\x3c\xfc\x71\xb8\xd3\xd3\xc0\xf8\xac\xa8\x09\x03\x78\x77\x2d\x27\x9f\xe5\x5b\xb7\x6b\x5d\x92\xf3\x99\x87\x3f\xd1\x52\x3b\xb4\xcf\xaa\x57\xf7\x5f\x1d\x55\xed\x48\x11\x9b\x48\x11\x32\x49\xdf\x8e\x14\x71\x0a\xd1\x2c\x4e\x82\x07\x7c\x8c\x8f\x66\x07\xeb\xc6\x94\x43\xcb\x56\x48\x88\x1b\x17\xf5\x3d\x95\x87\x72\x13\x1b\x42\x16\xec\x07\x72\x35\x23\x18\x81\x65\x86\xb8\x11\x14\xa2\xf3\x98\xc6\x1e\x70\x1b\x1f\x33\xe5\xbe\x8b\x36\x13\x3f\x97\x7b\x60\xcd\x30\x15\x5b\x70\x2b\xb0\xc4\x3d\xb2\x3a\x3f\xdd\x2a\xb4\xd1\x1b\xc2\x54\x70\xc1\x4d\xc8\x88\x4c\x32\xa7\x3d\xe5\xb9\xb2\x09\x0d\x91\x6e\x2c\x66\xf7\x94\x87\xca\x29\x50\xcd\xad\x66\xb5\xb7\x52\xa8\x88\x7b\xb0\x05\x74\xa8\x88\x53\xa0\x1e\x4e\x25\x33\x89\x73\x66\x5c\xca\x65\xad\xe4\x53\x2e\x2a\xa7\x40\xf5\x8f\xab\xd9\xc6\xbf\xf1\xb9\x6b\x11\x11\x08\x5d\x78\x93\x3d\xe5\x80\x1a\x6c\x42\x4a\xc8\x93\xb2\xa7\x32\x55\x9e\x42\x8a\x6a\x1e\xa1\xb3\xd1\x54\x83\xae\x9c\x4a\x55\xb9\x15\x29\xe2\x1e\xac\x82\x53\x49\x29\xb7\x22\x42\x3c\xba\xa0\x77\x44\x88\x53\x88\xea\x93\xd1\x8f\xd1\x2d\xd0\x45\xe8\x6e\xf4\xa4\x96\x26\xfc\x32\x3e\xc6\x8a\xa6\x74\x58\x89\x3d\xb9\xff\x7b\x2e\xd7\xee\xb1\x12\x17\xf1\xb9\xfc\xbd\x16\x47\x85\xa1\x78\xae\x6c\xbc\x66\x90\xfb\xbf\xe7\x42\x6d\x4d\x5b\x51\x4d\xac\xa8\xc8\x0f\x7f\x20\x37\xab\xb1\x72\xbb\xe3\x68\x13\xa7\x40\x77\x58\xaa\x67\xf1\x60\x31\xa3\x7a\x08\x5b\x78\xc0\x61\x3c\xcd\xa2\xd0\x1c\x86\x62\x2b\xdc\xc4\x83\xcb\xc2\x01\x6f\xe3\x9f\xe8\xce\x10\x7a\x1a\x4d\x77\xb8\x1d\x9d\x4a\x0b\x79\x0a\x41\xfa\xa2\x5a\x4c\x04\x0c\xa2\x1e\x8c\xfb\x0f\xe8\x5e\x46\xb0\xc7\xe7\xea\xea\x8d\x96\xaf\x59\x44\x9c\xf1\x1f\xc4\xbe\x3a\x5f\x6f\xff\x5b\xd0\xae\x68\xcc\xa6\x1d\x06\x50\x4f\x12\xdb\xda\x00\x4a\xc1\x28\x1e\x52\xa5\x1c\xf0\x36\xfe\x68\x06\x99\x11\x4c\x65\x7d\x3c\x85\xc5\xe7\x4d\xf8\x6d\x7c\xb4\xca\x52\x30\x95\x8f\x61\x2b\xa4\xc5\x93\xa4\x8e\x14\xd2\x62\x4f\xee\x24\x1f\xe2\x17\x1e\x50\x33\x40\xa0\xc2\x27\xb1\xa8\xce\xdb\xdc\x7f\xab\xf7\x12\x75\x5f\x32\x4e\x9c\x46\x1e\xbd\x32\xcc\xc7\xea\x2e\xbc\x47\x32\x31\x89\xb6\x63\x50\x9c\x02\xd5\xa3\xdc\xe7\x63\xbe\x7d\xd4\xcd\xf6\x08\x3f\x8c\xa7\x7a\x4d\x99\xaf\xf4\x88\x3a\x21\x4f\x98\x03\xdd\x46\x33\xaa\xae\x5e\x7a\x54\x5c\xdd\x3d\x32\x22\x9c\xb6\xff\x51\x10\x0a\x25\x80\xde\xd3\xf6\x3f\x8a\x2a\xf1\xe8\x0d\xc3\x51\x25\xb6\xa2\x4a\x3c\x7a\xc3\x70\x54\x89\x53\x88\xee\xeb\x0d\x63\xfa\xd6\x8d\x38\x12\x59\x5b\xcf\x59\xad\xd8\xb8\x8c\x7b\x88\x55\xb8\x1d\x3e\x62\x13\x30\x22\x3d\x7a\xc3\x98\xb6\x0b\x9a\x24\x24\x78\xf0\x0c\x3f\xa0\xab\x1f\x54\xff\x08\x2d\x4e\xab\xea\xa5\x84\xda\x17\x5d\xb3\xa1\x91\x58\xa0\x1d\x0f\xe2\x14\x82\x08\x98\x04\x1f\xf0\x31\xbe\x82\xef\xc2\x37\xe3\xcf\x0e\xa8\x35\xd7\xbe\x8c\xa6\x55\x0e\x99\xd3\xf7\x65\x93\xfb\xb2\xa6\x99\xf5\xbd\xd8\x0c\xeb\x9c\xac\xfd\xf1\xb4\x71\x0e\xf1\x22\x4e\x2d\xc6\x0f\xe3\xcf\xa6\x4e\xdb\xe6\xd9\xbc\x1e\x86\xcb\x8a\x5c\x96\x36\xc1\x24\x28\xd0\x97\xae\xbe\x58\xd2\x1b\x01\xc7\x73\x57\x67\x74\x7a\x53\x9c\x88\x27\x6b\x19\xf6\xed\x1a\x01\x23\x32\xd1\x9a\x0f\xf4\x09\xcd\xca\x31\xd4\x19\xaf\x1c\xf8\xb3\x3c\x79\xa8\x37\xcb\xb5\xc7\xe1\xad\x69\x55\x55\xfa\xc5\x4d\x1c\x89\xf3\xb9\x6a\x37\x93\x61\xe2\xf3\x14\x31\x9f\x4d\x7c\x14\x3f\xe2\x21\x87\xca\x01\xbb\xf1\x54\xdf\x84\x5e\x46\x47\xdf\xb9\x13\x72\x66\xee\x3d\xf1\x72\x79\x0a\x77\x7a\xb3\x7b\x3e\xb8\x5d\x7b\xc8\xf8\x7e\x40\x11\x3e\x8c\x71\xd2\x53\xc4\x93\x5d\x27\x5b\x85\x95\x78\x64\x4b\x31\x7d\x45\x35\xf1\x4f\x79\xf4\x96\x3f\x87\xf5\x53\x04\x92\x90\x97\xd7\x26\x9a\x04\x05\xaa\xc1\xe0\x68\x0e\xb3\xfc\x50\x37\xc5\x65\xb6\xb6\x51\xa0\x88\xa7\x88\x9d\x7c\xe9\x44\xc4\x88\xdc\xb9\xd8\x9c\xca\x96\xb8\x27\x7e\x2b\x32\xf1\x99\xc3\x2b\x01\xfe\x29\x0f\x2e\xed\x7b\x0e\x2f\x87\x61\x15\x73\xf0\xaa\xc6\xba\x9b\xcb\xa2\xe7\x56\xf5\xd3\x83\xc5\x85\xe4\xb9\x55\xff\xb4\xe8\x70\xcd\xf3\xdc\xdc\x90\x4e\x5f\xf3\xcc\xc9\x94\x93\xda\xe3\x80\xdb\xf8\xe8\xbd\xf4\xc1\x74\xb3\x53\xcd\x4a\x62\x97\x39\x61\xa9\x59\x89\xda\x72\xb3\xdc\xac\x3c\xba\x9e\x9f\xbe\x59\x99\xdc\xac\x74\x9e\x40\xe7\xf2\xaa\xba\xd4\x4b\xed\x49\x97\xd5\x4a\xb8\x7b\x64\x82\x85\x6f\xc7\x60\x38\x05\x7a\x23\x69\xb0\x41\xca\xe4\x8e\xe3\xb9\xa5\x5c\x7d\xc7\x31\x89\xf5\xf8\x3c\x9a\xf2\x65\xe5\xca\xed\xc3\xf3\x70\x85\x32\x7d\xfb\x30\xb9\x4e\x78\x74\x91\x3b\x7d\x9d\x30\x09\x9d\xff\xe8\x66\x7d\x6e\xb3\x08\xd7\x09\xcf\xc3\x61\x69\x6e\xb3\x08\x76\x1d\xcf\x73\xfb\x7b\xd7\xa3\x70\xf5\x5c\x3f\x4c\xdf\x27\x10\xbc\x21\x77\x31\xb2\xef\x13\xe6\x56\x37\xb5\xd7\x79\xad\x2e\x5f\x75\x53\x3a\xe7\xb5\x18\xc6\x09\x5e\x1e\x82\xdb\xc1\x16\x4e\x61\xf1\x79\x17\xfe\x35\x9e\xea\xa5\x44\x7c\xb2\x57\x54\x85\x47\x57\x3d\xf3\xf5\xa4\xbc\x4c\xca\x6d\xb4\xab\x67\xc3\xa7\xcb\x93\xf9\x5a\x03\x12\xa5\xf1\xa9\x52\x16\xaf\x35\x20\x47\xf2\xa7\x8a\x93\x6d\xd7\x31\xb1\xeb\x20\xd0\xd1\x81\x5c\x3d\x44\xa8\x3a\x40\xf8\x48\x3e\x89\x68\xf8\xe8\x12\x76\x2a\xa2\xe1\x9e\x3f\x55\xcf\x61\x6f\xfe\x7c\x52\xf8\xa9\x1e\x09\x96\x8f\x98\x13\xff\x8f\xa7\xfe\x67\x5b\xac\xcf\x53\xcc\x59\xf0\xf1\xb6\xd8\x67\xc1\xf9\xa1\xdf\x9b\x58\xc5\x26\x15\x93\x33\xdf\x23\x1b\xce\xe5\x33\x1f\x61\x08\xd2\x23\x6b\xca\x75\x49\x60\x88\x4a\x90\x89\x9c\x74\xa0\x9f\xd1\x54\xc3\x8a\xb8\x6c\x0a\xa1\x68\x05\x8f\xac\x26\x97\x0f\x77\xc4\x21\x38\xf8\x22\xbc\xab\x47\x59\x71\xae\x59\x3e\xc5\x11\x9f\x20\x3d\x5a\xe4\x96\x4f\x71\xeb\x3a\x2c\x29\xe7\xd0\x4d\xf0\x02\x0a\x0c\xb6\xab\x76\x5d\x22\xac\x88\x07\x98\x7b\x35\x7a\x1a\x4d\x67\x58\xe3\x96\xed\x2f\x14\x7e\xe0\xd1\x9d\xd1\xba\xc4\x11\xc4\x21\xc8\x04\x9c\x3b\xd0\x32\xfa\x77\xd0\xa8\x1e\x07\x25\xd8\x84\x21\x48\x4f\x87\x0f\x97\x32\xec\x6d\x45\x25\xc0\x51\x75\x3b\x2a\xc1\x29\x34\x3e\xbf\x85\x1f\xc6\x2f\xf0\x55\xf8\x57\xf8\xa1\xea\xe9\x8d\x82\x09\x9e\x02\xd5\x1b\xdd\x8c\x8e\xbe\x77\x75\x52\xc2\xb2\xf0\xca\x79\x08\xde\xb7\x97\xbd\x72\x16\xb6\x20\x8f\x4c\x35\x97\x8d\x3b\x16\x27\xc7\x47\x77\x40\x2b\x99\x64\x89\x03\x43\x2f\x1a\xd5\xf2\xa8\x60\x33\xe9\x00\x07\x3d\xd8\x0b\x3f\x9b\x87\xb8\x60\x07\xec\xc6\x47\x37\x51\x01\x44\x1d\xa0\x00\x11\xc4\x36\x36\xe2\x50\xfc\x81\xc7\xc4\xcc\xee\xbe\x0e\x77\x84\xad\xda\x4b\x39\xf6\x36\x21\x04\x32\x89\x57\x0f\xb4\x8c\x0e\xee\xe3\x1c\xbb\xb2\x2e\x93\x88\x20\x90\x1e\xdd\x97\xac\xac\xbb\x3d\x05\x14\xe8\x43\x7d\xf7\x58\xb1\x28\x79\x3a\x9b\x9d\x65\x8b\x12\x05\x1a\x78\xfe\x5a\x5d\xee\xbc\x68\xc3\x36\x65\xf9\xe8\xa8\x88\x02\xcf\x10\xe3\x14\x33\x4e\x9c\x21\x33\x11\x9e\x0e\x34\x8d\xfe\xf8\x9c\x5e\xda\xa3\x66\xe9\xe4\x88\x6b\xf2\x01\x25\x82\x3a\xf3\x0d\x56\xe2\xe5\x33\xdf\xc2\xab\xe5\x21\x2d\xc2\x76\xd6\xff\x4d\x9e\xff\x83\x57\x37\x3d\xe5\x3a\xbd\xe9\x0a\x64\xd9\xd4\x84\x6c\xfc\xe9\x19\xd2\x20\xca\xa6\x77\x0a\x87\xf6\x83\x63\xbe\x43\x04\xec\xa5\xd3\xdb\x40\x3f\x2e\x5b\xa6\x28\x74\xc0\x23\x5b\x44\x87\x0e\xd8\x4b\xc7\x37\xdd\x5d\xac\xdb\x9c\x13\xe7\xb8\x3c\x92\xd1\x9a\xc3\x5b\xa3\x6d\xea\x8d\x47\x8b\xc1\xca\x43\xe4\xc1\x03\x0e\xe3\xe9\x0e\xfb\x61\x47\x1a\xd8\x2b\x4c\x4e\x0e\x1e\x8e\xb2\x8b\x89\x22\x10\x54\xdd\x75\x38\xbf\xfe\x5e\x78\x6f\xd4\x4b\xb3\x62\x83\x8c\xc5\xf1\xad\x5e\xd2\xbb\x8f\x39\x16\xd3\x8b\x7a\x89\xca\x36\xbd\x20\xfd\x7d\xaa\x97\xa8\xac\xfc\xf7\x9b\xfc\xf7\x59\xd7\x58\xe4\xb7\xa7\xd0\xf8\x7c\x08\x3f\x8c\xa7\x59\xe9\x6f\x1f\xd3\x08\x0a\x90\xea\x25\xea\x57\x6b\x1d\xfc\x2e\xea\x25\xfd\x5d\xad\x5d\x22\x23\x9c\xfc\xca\xb7\x83\x01\x9c\x02\xd5\x48\xbd\xd8\x0a\x82\x44\xf5\x07\x5f\x84\x17\x15\xaa\x46\x2b\xc9\xaa\xd3\xd5\x4f\xaa\xef\x42\x4f\xa3\xe9\xfd\x50\xef\xcd\x82\x1c\xeb\x2a\x41\xee\xb6\x83\x01\x6c\xb2\xd2\xa7\x9a\x58\x0c\x9d\x96\xfe\x14\xa2\x3b\x3a\xe2\x2f\xfb\x4b\x90\x97\xfe\xe0\x21\x7e\x33\xaf\xe1\xd0\x50\x93\x44\xc2\x0e\x0d\x8b\xc3\x51\xc5\x6f\xf6\x80\xae\x87\x7e\x26\xb1\xbe\x6d\x0f\xe4\xd6\x5f\x65\x60\xe8\x2c\xf4\x1b\xff\xfe\xac\x4b\xc1\x65\x8f\x06\x79\xfb\xd7\xa4\x45\xd5\x46\x06\xab\x6b\x58\x9a\x14\x5b\x13\x90\x70\xfe\xe0\x6f\xe1\x87\xf1\x74\x93\xfb\xe1\x65\x73\x02\xb9\xf5\x57\xf9\x56\xda\xad\xff\x14\x3a\x78\x7d\x6f\xed\x4b\x4e\xb7\x9a\xb4\x1e\xca\xaf\xff\x14\xce\x36\x71\x3c\xea\xa6\xb6\x89\x0b\x7b\x82\xaa\x2b\x84\xd5\xcd\xca\x5d\xd4\x94\xde\xb4\xe1\x00\xa9\xee\x53\xcd\x5c\x03\x39\xd7\xfd\x26\xd7\x7d\xb6\x62\xe8\x56\xb3\x1c\xb3\x6a\xe6\x84\xe1\x68\x02\x9b\xec\xf1\xa9\x92\x57\xf5\x80\xdd\xf8\x20\x32\x67\xf9\x35\x3c\x28\x8e\x4d\x35\xdf\xff\x41\x9a\xe7\xbd\x86\x39\x37\x1e\xef\xcf\xbf\x35\xe1\x3f\xe1\xa1\x85\xf6\x06\x3e\x56\xc9\xed\xbf\xe6\xdb\x78\x77\x2a\x16\xa2\xc1\x59\x6e\xd9\x85\x01\x3f\xff\x54\x65\x53\xb9\x86\x57\x1c\xdc\xfe\xad\xc4\x86\x49\xc1\xc3\x7f\x95\xd7\xd4\x1a\x96\x76\x5e\xf8\x2b\x29\xf1\xf7\xf2\x0b\xbf\xfc\xfe\xab\xee\x2f\x9c\x5b\x7e\xcb\xef\xbf\xea\xa2\xc2\xc9\xe5\x37\x01\x00\xf2\x10\x9f\xd8\xb5\x01\x47\xff\xf3\x39\xbd\x54\x9a\xb9\x2d\xbf\xff\xc1\xe1\xc9\x7e\xff\xa7\x40\xed\x52\x02\xd3\xec\x36\x35\x61\x52\xb5\x3e\x12\x2e\xe2\xfd\x57\xf9\x05\xad\x69\x76\x9b\x90\xf8\x0f\x5d\x8c\x8e\x4e\x6a\xcb\x60\x47\x88\x85\xc3\x43\xcd\x5a\xd4\xed\xf0\xb0\x70\x78\x20\x00\xd6\x81\x44\x79\x0e\x96\x55\x8e\x38\x6b\x79\x35\x5b\x30\x73\x11\x57\x2d\x6b\xaa\xa5\x56\xab\xd0\xd5\xe8\x46\xa2\x96\x47\xf8\x61\xfc\x04\xdf\x84\x5f\xc6\xef\xa8\x66\x08\xad\x89\xe2\xa0\x58\x8b\x14\xc6\x32\x1f\xc4\x89\xb1\x5c\xd2\x77\x4a\xe0\xb6\x49\x5a\x5f\x2e\xed\x0c\xfc\x16\xae\xe0\x01\x55\x76\xf8\x4e\x56\x7f\x0a\x29\x3e\xaf\x42\x67\xa3\x69\x54\x9b\xac\x6d\xf5\xc2\x29\xb4\xea\x82\xc1\x59\xec\x37\xe9\xea\x0f\x9e\x09\xd9\x66\x83\x38\x8e\x16\x5d\xc4\x2f\x3b\x17\x10\x5d\x20\xd5\x22\xed\x62\x27\x82\xc5\x21\xb4\x16\xcd\xc8\xf6\x8a\xb8\x45\x79\x91\xd8\xaf\xd7\xa4\xc3\x3f\xf8\x21\xfc\x36\xfe\x8d\x66\x55\xbd\x6e\xa6\x56\x3c\x5e\x97\x2b\xe9\x6b\x2f\x94\x64\x22\xa8\x32\x70\x5d\xdb\xa2\xc3\x19\xb7\xde\xda\xa6\xd8\xe9\x60\x11\xf2\xaf\xde\x5a\x3a\x5e\x2f\x88\x11\xfb\x4f\x91\x34\xb6\x83\x10\x9c\x02\xd5\xdf\xfe\x7c\x18\xbf\xc0\x67\xe1\x45\x04\x0e\xa7\xf5\xe6\x7d\xd2\x79\xee\x37\x79\xee\xcb\xa5\x85\xc9\xbe\x0b\x0b\x1f\x85\x7a\x73\xdb\xbb\x5e\xab\xcc\x97\xc1\x72\xd8\x5b\xaf\x07\xcb\x23\x75\x95\x5d\xe7\x52\x86\xb8\x53\xa0\x97\x52\xb1\x7e\x8d\x56\x08\x85\x2a\xbb\x4e\x27\xcc\x3f\x85\x48\x8a\x74\x4b\x6d\xfd\x7c\x76\xc1\xe9\xa0\xde\xd2\x4f\x76\x3a\x58\xf1\xe6\x9b\xea\xad\x4d\xd6\xcf\x5a\x91\x40\x82\x55\xc6\x8e\xeb\x67\x29\xe1\xf5\xb6\x92\x8c\x71\x3b\x14\xc3\x56\x28\x86\x2a\xf3\x3a\x87\x62\x38\x85\x18\x97\x6c\xcb\xd6\x67\x8e\x25\x6f\x5a\x95\x11\xd9\xfa\xac\x41\x22\x81\x9a\x22\x8a\x6c\x87\x4a\x38\x05\xaa\xd1\x71\xd2\x67\x67\xe5\xa7\xaf\x32\x59\x5a\x7e\x47\x55\x22\xfa\x2a\x73\x3c\x27\xa2\xdf\x24\xa2\x2f\x64\xb0\x3a\x50\x35\x3a\xa8\xf3\x48\x7e\x3e\x6b\xe3\x4f\xa3\x8a\x4d\xd3\x4b\x9e\x79\x0a\x74\x27\xf4\xe8\xeb\xcc\xf2\x6f\x8f\x87\xd3\x83\x6f\xe0\xd1\xaf\xa7\x40\x37\x43\x20\x0e\x38\x84\x0f\xaf\x89\x8a\xb3\xf4\x01\x7f\xc2\xc3\x0d\x64\xce\x3c\xe0\x6d\x7c\xf0\x5a\x6c\x5e\x0e\x54\x8d\x8e\xea\xb1\x3a\x3b\xa0\xab\x67\x58\x98\x38\xbc\x0e\x24\xf1\x2a\x90\x44\xc5\x66\xe1\x75\x20\x89\x57\x19\xe7\x2b\xc6\x09\xaf\x33\xce\xbf\x64\x9c\x2f\x3c\x7c\x1d\x68\x1a\x4d\x35\x37\xbd\x54\x78\xbd\x97\x14\xf3\xa9\xe2\x88\xfc\x76\xbd\x69\xbe\x8a\x47\x51\xb1\x2b\x78\x1d\x8f\xe2\x55\xdc\x89\x5a\x1f\xa8\xa6\x13\xee\x29\xd0\xfd\xaa\xef\x51\x23\xa7\x10\x6a\x24\x96\xc8\x03\xfd\x8c\xa6\x9a\xa6\xee\x2c\x57\x23\x62\x36\x55\xbf\xdc\x1d\x51\xa7\x6b\x58\xcb\xd5\xaf\xa8\x3e\x24\xe8\x75\x46\xfb\x57\x61\x2d\x6a\xd5\xdc\xe6\xae\xb9\x25\x62\x5e\xad\x83\x6a\xf2\xbc\x8d\x0f\xa2\xa9\x37\x8a\x3b\xf1\x2a\xb7\x7c\xe5\x95\xf2\xed\x7a\xd4\x7c\x15\x8f\xa2\x92\xdc\xe1\xed\x4a\xea\xf6\x12\x52\xe2\xe0\x99\x93\x6c\x56\xc8\xb0\x42\x33\x7a\x1a\xfd\x91\xdb\x09\xe2\x14\x4f\x6d\x61\x41\xe9\x45\xe8\x6c\x34\xb5\xdf\xff\x41\x14\xf7\xb7\x17\xf3\x39\x4f\xa4\xb5\xdd\x55\xf8\x6e\x7c\xac\x72\xdd\xe8\x69\x34\x9d\xba\xe9\xac\x92\xcc\xbf\x84\x96\x28\x44\xfe\x7a\xc9\x2d\x4f\x21\x86\x26\x82\x2a\xce\xde\x4b\x64\x89\x54\x9b\xb8\x5f\xe9\xe4\x5e\x02\x4d\x94\x6b\x68\x68\xe3\x67\x34\x8d\x56\xe6\xb1\x98\xab\x38\x5c\xd7\x26\xae\xd2\xe1\xfa\x55\xc8\x88\x4a\x1a\x8d\x03\xba\x7a\xb8\x6d\x18\xfd\x09\x8d\x26\x91\x44\xcb\x49\xe4\x14\xa0\x8c\xa6\xbd\x58\x14\x8b\xe6\x45\x9a\xe4\xf6\xbc\x90\xa9\xbe\x36\xd1\xe0\xee\xea\x3d\x6e\x16\xb5\x5f\xfa\x7e\xf9\xfb\x68\x96\x77\xd7\xd7\x51\x17\x5e\x65\x81\xaf\x5c\xee\xbc\xfd\x36\x8f\xe3\x95\x51\xc9\x66\xf9\x12\x6d\x81\x02\xd5\xdf\x54\xff\xb8\x3b\x11\x67\xa1\xa4\x6b\x08\x5d\x8c\x3e\x33\x42\x3c\xae\x03\x55\xa3\x17\xb5\x34\xe1\xb7\xf1\x6f\x7c\x7e\x0b\xfd\x33\x9a\x46\x1f\x66\xea\xb1\xbe\xe0\x7d\xb5\x72\x73\xf9\xf6\xc7\xfa\x42\x07\xf4\xfe\x74\xe1\x5d\xfd\xa0\x7a\xa1\xa7\x68\x80\x0b\x44\xed\x9a\xc0\xc7\x92\xa5\xf3\x39\x37\x53\x07\x94\x64\xf1\x5e\x5a\x71\xdb\x7d\x9d\xbf\xfd\x55\xbc\x84\xda\x07\xa3\xad\xa6\x0d\xde\x0b\x95\x4b\xa2\x03\x3e\xc6\xd3\xee\xe8\xc2\xab\x5d\xfc\x08\xea\xd0\x14\x2a\x17\xdc\x29\x04\x8d\x73\x13\x3a\x1b\x1d\xd5\x0f\x29\x86\x6a\xbe\x24\x00\x42\x1d\x52\x0c\xd5\xc3\xd2\x89\x7b\x48\x31\x54\x73\x48\x85\x43\xb4\x16\x54\xaf\x11\xe1\x5e\x90\xea\x90\x62\xa8\x1e\xad\x0e\xe8\xe3\x86\x3a\xcd\x4b\x1c\x2e\x00\x75\x48\xc4\x9b\x95\x35\x46\xfa\x95\x63\xd4\x01\x1f\xe3\xf9\x7e\xe8\xfb\xf5\xf7\x3d\xf5\x4b\x50\xba\xa9\x19\x81\xf0\x52\x63\x8b\xfb\x92\xf2\x9c\xc2\x17\x78\x31\x4f\x37\x93\x60\xbb\xde\x88\x92\x7a\xc0\x6d\x7c\x30\xc3\xad\xcf\xbd\x18\x70\x62\x6d\x97\x58\xb3\x7b\x31\x20\xd1\x5a\xbb\xa4\x8a\xba\xbb\x4f\x20\xfa\x86\x73\xe7\x01\x5d\xfd\xa2\x7a\xa8\x36\xac\x37\x31\x52\x6f\xf8\x70\xbe\x76\xcf\x7f\x95\xe3\xbc\x5d\xe2\x41\x9d\x49\xdf\x4e\xcc\xb9\x66\xcd\x38\x3c\xb9\x1c\xf7\x9a\x95\xd7\x34\x75\x26\x72\x28\x89\x98\x6e\x96\x53\x60\x4b\x22\xc2\x34\x0b\x62\xff\xdd\x88\x45\xf7\xe2\xef\x4e\xe1\x03\xaf\x7a\xac\x78\xe3\x18\x58\xb8\xec\x78\x9d\x6d\xfc\x14\xee\xf8\xbc\xa8\x1a\x6b\x5e\x0c\xbd\x5b\x2a\xae\xe6\x35\x9e\xea\xa5\x45\xa6\x55\x2c\x06\xe0\xcd\x93\x32\x3d\x5a\x0e\x7c\x2d\x69\x52\xa6\x25\x71\x3a\x15\x99\xbe\xb7\x56\xc3\xa4\xbb\x25\x29\x00\x99\x74\x9f\xc2\x59\x66\x92\x88\x3c\xbd\xf6\xf1\x50\xd9\x52\x75\x35\x7f\xd5\xff\xc0\x43\xfc\x65\xad\xb6\x44\x35\xb1\xf2\xf2\x2a\x16\xf1\xde\x4b\x92\xbe\x58\xd6\x6a\xd8\x6e\xb7\x24\xd5\xbe\xac\xa6\x78\x91\x6c\x49\x6b\xeb\xb2\xa4\x2c\x51\x4d\x73\xbe\x4c\xb5\x25\xea\x74\x35\xeb\x0d\x43\x9c\x57\x4b\x6a\x46\x57\xa3\x21\xb2\x04\x6b\x59\xce\x17\x72\xae\x05\x65\x99\x66\x9c\x4b\x5b\xbe\xfc\xb9\x7b\x09\x2d\x09\xd3\xf4\xf6\x65\xf9\xe4\x04\xda\xb2\x74\xfb\x36\x07\x72\x02\x4d\xfd\x11\xba\x1a\x1d\x83\xca\xe2\xc0\x6d\xe2\x84\x3f\x7b\xf1\x98\xb6\xa5\x96\xe7\xce\x96\xa5\xec\x36\x6f\x1d\xaf\xdc\xd5\x5b\x96\x96\xda\x56\xed\x1b\xd5\x3e\xd4\xea\xd0\x62\xbb\x51\x99\x5a\x83\xb7\x55\x66\x78\xb3\x9f\x5a\x8c\x77\x27\x27\x63\xbd\xd5\xc9\xd9\x8d\x3f\x13\x9b\xa5\x90\xe5\xc5\x7e\x0a\x74\xe6\xce\xc2\xbf\xc6\x43\x1a\xb1\xf1\xb6\x0e\xd9\x22\xa5\xd8\x78\x9b\x2d\xe3\x84\x5a\xb2\x36\xf3\xdb\x6b\x6d\x18\x5b\x97\x7c\xfd\x07\x5e\x84\xe7\xe3\x9f\xff\x8b\xc6\xa5\x02\x5e\xcf\x0b\xb6\xd8\x2d\x6b\xb3\xfc\x7a\x8f\x1e\x46\xd9\x05\x63\x9e\xd7\x1e\xf7\xaf\x7c\xdc\x5b\x96\xa2\x7a\xad\xd7\x5e\x3a\x95\xb2\xd0\x3f\xa3\xa3\xd5\x92\x68\xf5\xe7\xd5\x00\x1f\xf7\x86\xa1\xc5\x6b\x1f\xf7\x57\xbe\xec\xad\x88\x1d\x7e\x66\x87\x38\x5f\x96\x9c\xaa\xd0\x9a\xc7\x30\x5b\x2e\x59\x2b\xf7\xcf\x7a\xe7\x87\x04\x95\x6c\x7c\x37\x3e\x08\x9a\x93\xd0\xd3\x68\x1a\x2d\xb7\xf0\xaf\xf1\x74\x5e\xc7\x9a\x9f\xd5\x11\x67\xd9\x56\x74\xac\xf9\x99\x1d\x7e\xb0\x83\x94\xe3\xcf\x4b\x07\x86\xc8\xad\x48\xe7\xff\x2c\x41\x3c\x13\xb7\x22\x2d\xf5\xb3\x04\x61\xa0\xdc\x8a\x66\xe4\x67\xb5\xf3\x13\x2d\x75\x6c\xfa\x3c\x83\x9f\x68\x59\x8b\xf0\xb7\xf1\x31\x83\x52\xbe\x9f\x67\x10\xcb\xe5\x56\xa4\xed\x3e\x6b\xa9\xb0\x5c\x2e\x59\x44\xf8\xbc\x7e\x12\xb4\xb0\x15\x29\xb5\xcf\x92\xf8\x89\xc6\xd2\x5e\x9f\xb5\x54\x9c\xbc\x53\x2b\x5d\xcd\x5a\x1b\x61\x89\xdc\x8a\x76\x41\x9f\xd7\xdb\x30\x49\x2e\x16\xad\xcf\x44\xe3\xc0\xdd\x8a\x96\xf9\xcf\xb2\x82\xff\x7f\xbb\x25\x73\x9f\x89\xc9\x89\xbb\xdd\xda\xc8\x7e\xe6\xcb\x0f\xbe\x44\xe4\x86\x0c\x9a\x5f\xf9\xf9\x37\xee\x7c\x5e\xfb\xf9\xbf\x23\x5e\xa7\x0f\x7e\x80\xd7\xe6\x5f\x8e\xf5\x0d\x7f\xe1\x77\xc8\x98\xf7\x14\xe8\x0e\xba\x7d\x28\xef\xdb\x3b\xfe\x6f\xc6\xae\x1e\xc9\x72\x9b\x07\xe6\xdf\x29\xde\x0d\xbe\x27\x91\x12\x80\x64\x13\xc7\xf6\x1d\x44\x51\xac\xda\x60\x77\xa7\xc6\xbb\xf7\x77\x01\xdd\x1d\xd8\x4e\x1c\x4c\x15\xd1\xa5\x21\xf9\x48\x10\xfc\x6d\x00\x2e\x11\x0d\xc7\x23\x29\x4e\xe1\xc8\x27\x98\xcf\xa5\x7c\x60\xc3\x71\x3c\x32\x83\x81\xdc\x32\x71\x03\x3f\x80\xd3\x58\x07\xde\xe1\xda\x81\x55\x0d\x98\xf3\x48\x54\x27\x42\x75\xc4\xa0\xcf\x44\x55\x07\x6e\x05\x53\x54\x75\x30\x93\x81\xf5\x39\x63\xe7\x4c\xc6\x88\xe3\x06\x22\x60\x8a\x2e\xbc\xb2\x87\xa6\x05\x1f\xe2\x4e\x12\xf1\x0d\x87\x2f\x53\x44\xfc\x19\x75\x09\xbb\x19\xa8\x7a\x29\xb2\x3a\xd8\x54\x1a\x38\x92\x53\xc4\xfa\x4c\xa0\x9a\xd0\x9d\xe0\x8b\xd8\xc9\x40\xe1\x76\x60\xa5\xac\x40\xe1\x99\x40\xb9\xb0\xe3\xd1\x54\x2e\x76\x76\x86\xf7\x20\x33\x9a\x5a\xbf\xf6\x72\x89\xf3\xfb\x4b\xe5\x62\x40\xe3\x3d\x48\x8a\x21\x1c\xf9\x6c\xfa\x5e\xf9\x40\x39\xc1\xd6\x9b\xc1\xfb\xd1\x49\xe6\xbe\xc1\x0d\xdc\x54\xec\xef\x4c\x5c\x85\x37\x7d\xff\x08\x47\x3e\x38\x4f\x11\xa3\x3f\x13\x0d\xf8\x41\xfc\x10\x8e\xfc\xa9\x85\x5d\x5a\x8b\x0b\x55\x03\xdb\x63\x8a\xea\x3f\x49\xe9\x37\x1e\xa8\x28\xb6\xf8\x04\xb7\xbf\xe1\x74\x3e\x25\xf6\x2e\x7c\xe7\xd9\x79\x10\xe7\x18\x8a\x8e\x31\x84\x75\x87\x28\xf7\x93\x94\x7b\xc3\x73\x96\x19\x87\xc6\xc4\xc1\xda\x63\xa4\xc7\xa1\xda\x1f\xac\x25\x7b\x51\xbb\x3b\x04\xe2\x6e\x88\x6a\x33\x83\xaf\x64\x27\xf8\xef\x9b\x81\xc2\x96\xa2\x0b\x2f\x1d\x54\x2e\x34\xe2\x8c\xc3\x6d\xc6\x3e\x3c\xd4\xe7\xb8\x7d\x35\xb8\xbb\x9f\x71\x68\xc4\x1d\x98\xeb\x8d\x23\xe8\xe0\x5c\x4f\xe2\xbb\x81\xac\x96\xa2\x8a\x85\x71\xe7\xc0\x65\x04\xb7\x09\xa6\xfb\x66\xc6\x91\xc5\x08\x6e\x13\xc4\xf7\xd6\x54\xf9\xa1\xdc\xa1\x21\x08\xf8\x9a\x62\x08\x47\xed\xa9\x21\xda\x3b\x92\xf9\x6e\x46\x0d\xd1\xde\x91\xcc\x77\x43\x6c\xcd\x14\xbb\x70\x14\x6b\x84\x4d\x70\x14\x1c\x84\x2f\xc1\xc8\x1d\xeb\xed\x38\x35\xae\x4e\xb6\x4d\x67\x36\x6a\x9b\x93\xb5\xc1\xd4\x21\xf2\x78\x26\xf0\xab\xb0\xeb\x08\x93\xb9\x30\x14\xcb\x26\x36\x15\x8b\x3b\x59\xe3\x59\x44\x98\xd4\x15\x77\xb2\xe6\x6c\x34\x46\x53\x9b\x64\x8f\x9b\xf3\x57\x99\x34\xa1\xf6\x90\x74\xa7\x9b\x12\xbb\x04\xbe\xea\xcc\x55\x2c\x67\xa0\xa8\x07\xb0\xad\x71\x70\x9a\x7e\x14\x6e\x7c\xcd\x39\x98\x4d\x83\x1f\x37\xbe\xe6\xfb\xfe\x1f\xd6\x59\x0a\x10\x3e\x49\x3a\x37\xc4\x3d\x4c\x51\xa5\x43\x21\x68\x51\x4d\x96\x19\xdb\x59\x73\x9a\x4e\x6d\x67\xc1\x2e\xa7\x8b\xdf\x29\x76\x79\x26\x90\x3b\x2d\xaa\x6b\x6c\xe1\x3e\xd8\x9c\x16\xc0\x65\x19\xb8\xfb\x75\x5a\x00\x86\x25\x9f\xe0\x93\xb7\xd6\x04\x37\xc1\x55\x49\xac\x7f\x83\x41\xd8\x26\xe8\xe4\x9b\xf1\xa0\x45\x34\xf2\x4c\x20\x77\xec\xfb\xc2\x35\xb6\x9c\x3d\x70\xb2\x36\x9a\xcd\x1c\xb3\x99\x9f\x2c\x56\x83\x08\x41\xde\x8c\x27\x2a\xe1\x9a\xcd\x2a\xc8\x5b\x6b\x9c\xbc\x5d\x6d\xc6\xbd\xb5\xbb\x3e\x57\x75\xd8\x96\xd8\x63\x80\x27\x8e\x44\x07\xee\xc4\x4f\xe1\x28\x36\x76\xe2\x2e\x1c\xc5\x06\x61\xd6\xb2\x18\xe2\xf9\x39\xc6\x5c\xc8\x50\xe1\x95\xae\x39\x4d\x43\xc8\xca\x06\x1a\x13\xcb\x3b\x31\xc6\x33\x51\xa5\xf2\x18\x27\xe8\x2a\x6f\x92\x49\x6e\x41\xed\xd7\x56\x3f\xca\x37\x5e\xe2\x2c\x56\x93\x28\x7c\xdf\x59\x70\x72\x0a\x2d\x0d\xca\x09\x5e\xe3\x2a\x51\x8c\xf1\x4c\x54\x2d\x83\xea\x4f\x97\x78\x93\x14\x70\x0b\xea\xab\x4e\x0c\x02\x71\xdb\x2c\x68\x61\x2e\x35\x1a\x1c\xc3\x5b\x50\x03\x2f\x59\xf1\x72\x0c\xdf\xda\xa9\x6c\x1e\xc1\xc8\xbe\x33\x1b\x99\x18\xdc\x10\x1b\xa2\x89\xce\xb8\x34\x75\x5f\x58\x80\x05\xce\xfa\xe3\xe2\xd6\x2c\xe0\xe4\xce\xc0\x6b\x4a\x31\x84\xa3\x3a\x34\x49\x3a\x02\x20\x09\xdc\xc2\x58\x4d\x4d\xd1\xb5\xe7\x4f\xbc\x11\x57\xf5\xd9\x0c\x5c\x7a\x0c\x35\x03\x5e\x19\x5b\x70\xf2\x1b\x32\xb4\x03\x86\x16\x77\x00\xa2\x75\x67\x02\xd5\xe4\x64\x36\x34\x0e\x07\x5b\x2d\x94\x3d\xab\x39\xa0\x53\x08\x58\x90\xe2\x2e\x1c\xc5\x52\xa7\x74\x36\x10\x70\x55\xef\x6f\x2a\xcf\xd0\xec\x87\x67\xc9\xfe\xc6\xf2\x37\x86\x46\x22\xce\x06\x1c\x37\xb3\x29\x2a\x9f\x6a\x4e\x7f\x73\xfd\x3b\xd4\x9c\x38\x1c\x70\x50\xa7\xa6\x28\xd9\x99\xe8\x85\x53\x7b\x86\xe6\x33\x84\xa4\xf3\x37\xcd\xda\x50\x73\x96\x13\xbc\xd6\xd4\x0c\x5a\x32\xe0\x70\xc0\xdf\x9c\xce\x6e\x8d\x50\xdc\x43\xfb\x9b\xf6\xe8\x96\x59\xab\x0b\xe6\xc4\xa1\x25\xb7\x9a\x07\xaf\x9b\x1d\x9e\xd6\x52\x74\xe1\x35\x72\xd9\x9a\xb7\x5a\x07\xa7\x03\xce\x7b\xae\xb8\x35\xb4\x6e\xb6\xda\xc1\xec\xd5\x6a\x37\x5b\x87\xca\xa6\xfd\x3e\x68\xd3\x8d\x7b\x12\x04\xc2\xaf\xc4\x40\xed\xa9\x6b\xb7\x4c\xfe\x5d\x26\xbf\x73\x40\xdf\x6a\x33\x6c\xf7\xfd\xcd\xbd\xc1\xad\x35\xc0\xcd\xb6\x34\xd6\x46\x66\xed\x66\xa3\xe1\x64\x46\x21\xf1\x27\x59\xd4\xfe\xc6\xa5\xa1\x58\xd4\x99\x80\x8e\xd0\xdc\x4d\x4d\xbb\x78\x6c\xed\x6f\xae\xcb\xa6\xe6\x82\x7a\x75\xdd\x3a\x55\x64\xaa\x8d\x71\xfd\xed\xbc\xa8\x50\x48\xfc\x09\x9e\x75\xd3\xce\x69\xaa\x8d\xc1\xae\xf6\x8d\x6b\xee\xa9\xb5\x75\xd1\xac\x5b\xa7\x95\x9a\x9a\x75\xcb\x55\x5f\x7e\xce\x4a\xca\xaa\xc1\x45\x9f\xf3\x6a\x20\xa6\xc6\x33\xae\xbf\x7d\x53\xb1\x52\x4c\xdc\x73\xfb\x46\x85\x9d\x32\x6b\x38\xa7\xf0\x8d\x8b\x03\x9d\x53\x20\x82\x7e\xeb\xb4\x76\x3a\xa7\x60\x04\x7d\xdf\x70\x28\x0e\xb2\x35\x12\x06\x3c\x88\xbb\xf0\x6a\x04\x2e\xe3\x1e\x35\x31\x8e\x2f\x9c\x07\x9b\xf1\x68\x98\x23\x2a\x9f\x6f\x9c\x58\x1f\x59\x41\x1c\x54\xf8\x46\x63\xaa\x83\x0a\x84\xd0\x6f\x1d\x5b\xf7\x78\xb4\xb2\x41\x10\x3f\xdf\x6a\x66\x5a\x17\xd7\xf9\xeb\xaa\x75\x7e\xc7\x56\x3c\xa5\x43\xb0\x25\x5c\x26\x2d\x25\x17\x3c\x0b\x3e\x09\x3f\x84\xb3\xc7\xe8\x2e\x2c\xa5\x26\xb8\x7f\x79\x75\xb8\x82\x4b\x49\x79\x67\x3f\x75\x70\x41\x52\xba\x05\x67\xde\xd8\x3e\xaf\x8b\xb7\x4c\x99\xd8\xbe\xbc\xfa\x51\x9d\x97\xd2\x2e\xd8\x0a\xfe\xc7\x49\x56\xdf\xfe\xb5\xc0\xca\x6f\x55\xfd\x5c\x06\xd0\x51\xd1\xba\x78\x03\xb5\xc0\xcd\xeb\x47\xf5\xc8\x52\x58\xe9\x85\xb0\xd2\x1d\x3e\xe9\x53\xea\x82\x8f\x84\x6b\xe1\x9b\xd2\x29\xd8\x0b\xd6\xd7\x43\xf0\x93\xf0\x79\x12\x5e\x84\x73\x04\x75\x38\x14\x59\xa2\xf7\x2d\xf0\xf9\xe8\x57\x26\x25\xe5\x9d\x7d\xda\x4f\xb6\x18\x59\x76\x0b\x31\x9d\x3b\x14\x32\x25\x17\x7c\x15\xac\xaf\x55\x93\x51\xed\xcb\x9f\x73\xea\xe7\xd4\xb2\xbf\x77\xea\x05\x97\xfd\x0b\x11\x9a\x3b\x7c\x7e\x2d\x45\x62\x5e\x57\xc5\x79\xa2\x0b\xaf\x94\x76\xc1\xd5\xd3\xa7\x13\x3e\x05\x57\x05\xf9\x2b\x4f\x8c\xf7\x4c\x94\x02\x98\x32\xb9\x05\x57\x05\x4d\x99\xa8\xc8\x52\x2e\x38\xa3\x4a\x49\x79\xa7\x15\xe8\xf0\x2e\xb5\x10\x21\x1a\x89\xca\x24\xa0\x2e\x7c\xfb\x99\x89\xac\x20\x02\x38\xa4\xa4\x4c\x46\x75\xda\x9b\x45\x0e\x55\x30\x87\x7c\x07\x73\x65\x89\xff\xb7\xc0\xff\xa3\x93\xa7\x25\xfe\xdf\x02\xff\x8f\x5e\x9b\x96\xe2\x3e\x2f\x10\xfb\xfa\xc1\x7a\x93\xce\xb7\x10\xe8\x99\x8e\x8c\x52\xea\x82\xcf\x82\x0f\xc2\x26\xb8\x34\x36\xd0\x3b\xf4\xa9\x9d\x89\x3d\x15\x62\x67\x26\x97\xbe\xbe\x4a\x4f\xda\x4e\x78\x08\xce\x9f\x83\x98\xc1\x29\x71\xd4\x96\x67\x6d\x3a\xf6\x59\x97\xa9\xa9\x6a\xb7\xd1\xcf\xde\x09\x2b\xef\x51\x79\xd7\x3a\x7e\x0d\x4e\xbf\x6b\xd4\xcc\xb3\xd7\x35\x47\x0a\x53\xe8\xaa\xa3\xb3\x42\x39\xeb\x2c\xbc\x5f\xc2\x36\x66\xe9\x99\xcd\xc2\x33\x9b\xad\xb7\xbf\x0f\xe4\x14\xbe\x5d\x1f\xff\xfb\xed\xf7\xeb\xe3\x8f\xeb\xdb\xf3\xba\x7f\x7d\x7e\x3e\xdf\x7f\xce\xaf\xf7\xcf\xd7\xff\x13\x7d\xcd\x67\x7d\xfd\xfe\x7c\x3e\x7f\xfe\xf8\xf5\x79\x3f\xaf\x8f\x1f\x1f\xf9\x5f\xf5\xf7\x57\x00\x00\x00\xff\xff\x27\xed\x3a\x18\xe9\x30\x02\x00"); +var _adef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x90\xbb\x6e\xeb\x30\x0c\x86\x77\x3f\x05\xc7\x9c\xe1\x54\x96\x83\xf4\x32\x16\xf6\x50\x0d\x71\x8a\xba\x49\x0b\x14\x1d\x1c\x89\x32\x04\xd4\x94\xa0\xcb\xe0\xb7\x2f\x2c\x3b\xee\x20\x10\xfa\xc0\x4f\xd4\x4f\x56\x8b\x46\x90\x89\xc0\x5e\xbd\x95\x1d\x46\xd0\x86\x94\xc7\x60\x93\x97\x08\x57\x1c\x0c\x15\x05\xaf\x40\x19\x19\x6f\xd7\x5c\xe4\xd8\xbb\xa2\x60\x75\xdb\x55\xff\x5f\x20\x05\xbc\x01\xd1\x74\x53\x88\x38\x0a\xd2\x16\xf6\x8b\xa8\x92\x5b\x65\x00\xf6\x86\x83\x09\xd1\x4f\xb0\x7b\x56\xf6\x8a\xff\x40\xa1\x9e\xf9\xc9\x2b\xf4\x86\x06\xd8\xd5\x6d\xc7\x37\xdc\x25\xe7\x7e\x70\x44\x8a\x50\x66\x86\xa4\x72\x2d\x58\x7d\xec\x5d\xdb\x8f\x08\xcb\x37\x2e\x19\x67\x7a\x41\x1f\x8c\x25\xe0\xe5\x5d\x59\xde\xff\xf1\xf7\xc9\x21\xf0\x55\x3f\x8b\xe6\xa4\x75\xc0\x08\x4f\x87\xe5\x69\xf6\x79\x16\x0d\x7c\x71\xe0\x25\x54\x87\xfd\xe3\xc3\xf7\xda\xfa\x71\xb4\x6a\x13\x91\x54\x0e\xbb\x8d\x97\xc9\x7b\xa4\x98\xa3\xe6\x31\x73\x9f\x21\xdc\xf6\xe8\xac\x9b\xad\x7c\x7e\x03\x00\x00\xff\xff\x26\x9e\x08\x33\x73\x01\x00\x00"); +var _fegb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xfa\x8f\xff\xfc\x5f\x7e\x9f\xfa\x7f\xfc\x1f\xf9\x99\x5f\xff\xb7\xe7\x2f\x7f\xfd\xe3\x9f\x7e\xf9\x4a\xff\xed\x91\xfb\xdf\xff\xfc\x5f\xfe\xfd\xcf\xcf\x57\x8a\x5e\xfe\x8f\x7f\xfe\xc3\xef\xbe\xfe\xcf\xf4\x95\x8e\xaf\xdc\x7a\x4a\xff\x57\xfc\xfd\x7f\xff\xcf\x7f\xba\x9f\xaf\xc3\xb7\xe2\x0a\xae\x3f\xdd\xcf\x5f\xff\xfc\xb9\x9e\xbf\x7c\x7e\xf9\x97\xe7\x37\x5f\x5f\xbf\x3d\x8e\xe3\xf8\xf1\xb5\xff\xfd\xf6\x77\xe3\xf7\xbf\xff\xb1\xff\xf6\xbb\x79\x1c\xbf\xfb\xc7\xfd\xf7\xdf\xfe\xee\xbf\xff\xfd\xef\x7f\xf7\xfb\xf8\xfb\xff\xf0\xf7\x6f\x7f\xcf\xdf\x9e\x5f\xee\xff\x4f\x8f\xbf\x49\x0e\xf4\xcb\x9f\xfe\x76\x3f\xaf\x7f\x8b\x31\x7e\x7b\x1c\xe9\xfd\xf1\x95\x76\xab\xff\xfa\xe7\xdf\xa4\xe3\x88\xd9\xfd\xf1\xbe\xfe\xef\xcf\x5f\x76\x83\x76\xfd\xf8\x5a\x63\x3f\x8d\xfd\xb4\x78\xba\x7f\x7c\xad\xca\xd3\xf3\xe3\x2b\x1d\xc7\x7e\xfc\x1c\xbb\xcb\xfd\x50\xf7\xdf\x68\xf2\x69\x3f\xbe\xba\x7f\xec\x3f\xbe\x56\xe1\x69\xfc\xf8\x1a\xd9\x26\xf3\xc7\x57\xaf\x7e\xb9\x7e\x7c\xa5\x96\x79\xfc\xfc\xf8\x4a\xd5\x0f\xce\xdd\x15\x63\x7e\xae\xfd\x81\x3d\xdc\xfb\xd1\x6e\xf7\xf8\x8d\xa9\x7c\xf6\x92\x32\xdf\x9e\xc7\x8f\xaf\xe1\x0c\xce\xf4\xe3\xab\x3b\xd7\xb3\xee\xd1\x1a\x8f\x6d\x37\xf3\xdb\xfe\xe3\x6b\x8c\xc9\xe3\xf8\xf1\x95\x92\xcd\xe6\x8f\xaf\x54\x6c\xb6\x67\xd6\x99\xce\xc9\xcc\xfc\xeb\x9e\x59\x66\x3a\x27\x03\xf7\xfd\x78\xf5\xdd\x8c\x7e\xef\xb1\x07\x66\xb4\x7b\x77\x56\x59\xdb\xbd\xbf\x6d\x74\xf6\xec\x6f\x9d\xce\xcb\xb7\xf4\xf0\xf2\xed\x9e\x4e\xda\x5b\xb5\x4a\xef\x3c\x27\x9e\x13\xcf\x79\xf7\x31\x9a\x3f\x14\x5e\xfa\xe2\xa5\xf2\x52\x06\x2f\xac\x71\x30\x42\x3a\xba\x6d\xec\x78\xf0\x32\xec\x6d\xf2\x32\x0b\x2f\xcb\x17\x7b\xfb\xfc\xf8\xca\x47\x29\xfe\x72\xf2\xc2\x0e\xa5\xe3\xb2\x37\x3f\xbb\xed\xcd\x5f\x1e\xa7\x63\xd7\xaf\xbf\x6c\x80\xa5\x74\xd0\x41\xe6\xb3\x94\xfc\x85\xb9\xa5\xcc\xda\xe8\x2c\x15\x9e\x6d\xd1\x1d\xdf\x97\xe1\xf8\x4c\x26\x39\x67\x36\x25\x25\xe7\x3c\xfc\xe5\xb3\xdb\x2f\xfb\x3d\x37\x96\x82\x06\x29\x39\xe3\x69\x5f\xce\x78\xd9\xfc\x71\x14\x9b\xbc\x8e\xc2\x4b\x76\xc6\x42\x33\x27\x7f\x01\xe8\x39\xfb\x8b\x2f\x02\x7d\xda\x46\xa0\x2f\xd6\x9f\x5d\x00\x58\x92\x32\x40\x9f\xc9\x36\x93\xa9\x31\x81\xbc\xf6\x73\x02\x2e\x99\xe9\x77\x47\x3c\x79\xf6\xef\x31\x49\x60\x94\x63\x92\x7c\x55\x62\x92\x6c\x6c\xd9\x60\xad\x8c\x50\x9c\x62\x66\xc1\xa5\xf8\xe2\x47\x31\x5f\x3f\x8b\xf9\x32\x4a\x71\xbe\x1c\xbd\x54\x02\xe0\xb6\x99\x76\xc0\xf8\x45\x80\xc7\xf8\x1f\xa1\x6f\x1b\x91\xa4\xda\xdb\xc5\x8b\x9b\x54\x04\xb9\x0b\x28\x22\x49\xb5\x03\x57\x93\x01\x5f\x8d\xd5\xd0\xa6\xb2\x1a\x20\x59\x37\xca\xfb\x7d\x0d\x84\x67\x8c\xea\x5a\x06\x6b\xa9\xcd\xd1\x0b\xd4\x30\x28\xd8\xff\x1f\x4d\x4b\xd5\x85\x8a\xa5\xd5\xd3\xd0\xd9\xa5\x2a\x66\x0d\x87\x5a\xce\xc6\xcf\x3c\x0d\xd9\xa1\x40\x2d\xf7\xbf\x6e\xb2\x58\x04\x40\xbd\xd9\x33\xd6\xd2\x0e\xfb\x65\x07\x5a\x20\x3c\xd0\x6c\xac\x86\xf1\xda\x5e\x4d\x05\x2a\xcd\xb5\x88\x7b\xcd\x7d\xe9\x7e\x1f\xfb\x62\x4f\xee\x8b\xeb\x6f\x71\x10\x6c\x13\x07\xc1\xde\xdc\x17\xf7\xb2\x9d\xbe\xd8\x5b\x1c\x05\x96\xd8\xe2\x28\x38\x99\xd8\x17\xd6\xdb\x3c\xbc\xd0\xaa\xd4\xf7\xbe\x88\xc7\x7d\x1f\x84\x4c\xe3\x2e\x21\x12\x5d\xbb\xfb\x32\x69\xdc\x5d\x8b\x88\xd0\x5d\x4b\xf3\x97\x38\x13\xb6\x71\x2d\xc5\xcf\x3c\x13\x2c\xa5\x7b\x26\xfc\xc8\x33\xc1\xdc\xbb\x67\xc2\x89\xc4\x3a\xfc\x21\xd6\x01\x88\xfa\x43\x4f\x3e\xbf\xf4\xc4\x4e\x8d\xd8\x11\x5f\xdc\x91\xc9\xfa\x86\xa7\x45\x5a\x39\x3c\x2d\x8e\x32\xaa\xc7\xc0\xcf\xc4\x30\xb7\x74\xb8\x12\x97\x35\x62\x57\xec\x60\x9f\x16\x4f\xde\x70\x4f\xdc\xec\xe1\x9e\x48\x43\x47\xec\x89\x9f\x05\x41\xf5\xe5\xde\xcd\xed\x69\x9f\x7b\x4f\xdd\xda\xc0\x16\x3a\x0b\x50\x4f\x51\xf1\xca\xbe\x30\x8d\x0b\xfc\x13\x0a\x97\x50\xf0\xa3\x97\xbf\x03\xaa\xfb\x00\x22\x2c\xe8\x4e\x7c\x43\xdb\x3b\xf3\x77\x66\x7a\x17\xfe\xee\x73\xe5\xef\x8c\x7c\xc7\x11\x63\x46\xb7\x3c\x45\xfe\x70\x0b\x00\x89\xcf\x2d\x5a\x4a\xb9\x6f\x4f\x91\xc8\x77\x0b\x02\xa9\xed\x1d\xe4\x82\x6d\xbe\x05\x81\x67\xea\x75\x1c\xe1\xf1\x22\x6d\xb0\xc0\xbc\xa9\xd2\xaa\x34\xcf\x1e\xb0\x09\xf6\xe4\xc6\x4a\xd2\xe4\x59\x90\xd0\x55\x6e\x01\x2c\xbf\x62\x2d\x20\x72\xf6\x88\x4d\xb0\x3d\x37\xd6\x32\x0f\xbf\x92\x54\xc7\x67\xd3\x97\xc5\x0b\x78\x99\xed\xf8\xc3\xb3\x7f\x97\x1e\xd8\xfa\x72\xf4\x83\x97\xc7\x17\x07\x79\x1d\x84\x26\xdd\xd9\xb3\xcf\xb9\x27\x99\x03\x23\x7a\x78\xa6\x8b\xf4\xf0\x4c\xe8\x7b\xee\xce\x32\xd9\x81\xb3\x04\x81\x72\x8f\x59\x0e\x5e\x00\xf2\x9c\xed\x3b\x42\x98\xe3\x0c\x2d\x7b\xbf\x9d\x9e\x2f\xd2\x82\xe5\x50\x4e\x9c\x9d\xce\x9e\xa2\x99\x18\x37\x4e\x11\x0c\x37\x0f\xe1\x0e\x6a\xe5\x21\xdc\x0f\xdb\xb8\x24\x78\x4e\xde\xa7\x68\x55\xd8\x6a\x1e\xae\x68\xfa\xe2\x22\x38\xd1\xd9\x93\x33\x0f\x3b\x73\x45\xd5\xce\x4e\x7f\xb1\x4d\x4c\xda\xd9\xc4\xa4\xf9\x65\x3a\x4f\x64\x99\x3c\x03\xc0\xcc\x73\x3a\xcf\xc3\x17\x50\x1d\x4a\x95\xa7\xd3\xe4\xe8\xe6\xe9\x6c\x38\x1c\x79\x3a\x1b\x38\x68\x9e\xce\xa6\xf8\x99\xe7\x18\xe9\x2d\xcf\x8b\xa5\xf9\x95\x33\x73\x9d\x53\x3c\x48\x0e\x23\x38\x91\x3f\xf2\x72\x9a\x9c\xd3\xbc\x9c\xa6\xb3\x59\x1c\x48\xf1\x73\x39\x33\xf1\x7b\x89\x13\x90\xc7\xbc\x62\xe7\xed\xcc\x69\x2e\xdb\x88\x88\xcb\xce\x9c\x4d\xf2\x97\x98\x00\xe0\xfc\xc4\x98\x74\xf0\x89\xa3\x03\xd0\x4e\xa7\x06\x39\xc9\xa7\xbf\xb8\xd3\xa7\xb8\xe7\xa2\xb7\x28\x2c\x06\x9d\x7b\xf9\xfc\xed\xb2\x53\x77\x02\xa9\x58\xd0\x5d\x32\x5b\x08\x48\xbe\x9c\x7a\xb5\xc5\xfa\x29\xbe\xe7\x6b\xc3\x57\x54\xbe\xce\x1f\x5f\x10\xd5\x7c\xb9\x1a\x88\x45\x96\x86\x89\x0e\x77\xcc\x9f\xfe\x7f\x52\x1e\x5f\x42\x9a\x05\x00\x50\x1e\x31\xf8\x0e\xd2\xcb\xb8\x9b\xee\xb8\xa8\x5b\x1e\xd2\xfc\xc6\x0d\x83\xb7\x95\x2d\x89\x33\x8b\xb2\xc5\xed\xe5\x53\xfd\x39\xdf\xb2\x25\xed\x0c\x51\x28\xc7\xaf\xa3\x94\x2d\x31\xa7\xe2\xb7\x7b\xee\xc5\xae\xee\xbf\xaf\xb9\x28\x20\x4f\x98\x4b\x49\x62\x15\xec\xbb\x28\xaf\x4e\x24\x94\xa2\x84\x39\x61\x81\x45\x09\x73\x36\x5f\xc6\x4f\x35\xa5\x64\x34\x16\xba\xcd\x62\x81\x33\xce\xd1\xad\xbf\xd8\x2d\x82\x7b\xc9\x8e\x0e\x3b\x2c\xc5\xbd\x46\x0a\x2f\x5b\x78\x84\xc9\x15\x85\xc5\x89\xaa\x50\x0a\xda\x0d\x03\x97\x18\x82\x99\x17\x7b\x1d\xbe\xb8\x40\x9b\x07\x5d\x83\xaf\x96\x09\xc3\xac\x6c\x6c\x99\x48\x87\x92\xcc\x32\x1f\x5f\x80\xdb\x7c\x7d\xa1\xcd\x42\x20\xf4\x10\x94\xcf\xc7\x5f\x7c\x39\x7d\x61\x9c\x33\x3e\xa3\x0d\x1c\xb1\xe7\x9c\xbf\x23\x7f\xe5\xb2\x43\x50\xbf\x5c\x76\x08\x3d\x2d\x97\x33\x72\x9b\x36\xb6\xa5\x7c\x70\x5e\x0b\xe8\x96\x8f\xe5\x2f\xcd\x17\xda\x80\x56\xf9\x00\x3d\xea\x56\xd8\xd2\xc1\x16\x54\x84\xbf\x83\x23\xf2\xc2\x34\x73\xda\x38\x99\x1e\xce\x4b\xd9\x87\x24\x3d\x27\x5c\x6e\xf3\x86\xf4\x0e\xd0\x7b\x1f\xe9\xf4\x0e\x19\x9b\x7f\x87\x22\xec\x25\xa7\x77\x40\xb7\x36\xc8\xf2\xb1\x35\xc2\xbc\xc1\x92\x8f\x8d\xa0\xdd\xbf\x6e\x8d\xab\x6f\x39\x31\x1f\xe8\x5b\x95\xa7\x0d\x9c\x78\x2c\x7f\x7f\xac\xb1\xb3\xf9\x48\x5b\x65\xef\xf4\xb5\x15\xb0\xbe\xd1\x23\x1f\x5b\xe3\x5a\xfe\xbe\x3c\xe3\xf9\x00\x61\xf7\x24\xf3\x01\xba\x1e\xfe\xbe\xf7\x3f\x3b\xea\xc3\x5a\xf7\x63\x66\xd8\xc5\x23\x03\xf8\xc8\x00\x34\xdb\xf8\x87\x0e\x99\x8f\xad\x45\x20\x3b\xe4\x03\xcc\xca\x29\xd1\x47\x79\xe2\x98\xe5\xa3\x88\xba\x95\x5e\xaa\xfb\x3d\x69\x8c\x46\x70\xd0\xb8\x2e\x1b\xf3\x77\xf6\xa0\xe7\x49\x4f\x9b\x75\x8f\xe9\x7a\xb6\x04\x3c\x20\x54\xf9\x00\xee\x65\xf8\xcc\x10\xcb\x45\x7d\xd8\xa8\x46\xb7\x90\x89\x8e\x32\x95\x0f\xc8\x44\x3a\x36\xb2\x66\x14\xf6\x94\x66\xf3\xa5\xfc\xf8\x1a\x9b\x15\x66\x35\xf1\xc4\xa9\xcb\xa8\xd8\xb3\x1c\x7e\xf3\xe1\xb9\xf2\xfc\x8a\x3d\x7b\xb6\xa8\xc1\xf3\xc8\x7c\xb4\x77\x61\x74\x7b\xda\x5a\xe8\x3c\x1c\x00\x25\x94\x59\xa0\x68\xae\x12\x7f\x86\xc2\xb6\xe4\xcb\x06\xe5\x3e\xbc\xf9\xa7\x0a\xc9\x76\xaa\xf6\xe5\x63\x32\xa3\x0d\xef\x59\x36\x3b\xcd\x28\x2d\x0b\xcd\x38\xa3\xb3\x2c\x18\x70\x46\x65\x59\x30\xa9\xfc\x53\x37\xc9\x34\xd8\x60\x9a\x65\x73\xf9\x9c\x36\x93\x5c\x48\xd4\x19\x71\x15\x61\x2e\x23\xae\xa2\xf9\xe5\x04\x1b\xcb\xf9\x60\x46\x9b\x2d\xcc\x72\xf0\xc3\x75\xfa\x03\x7d\x42\xea\x73\x76\x34\x0f\x5f\x76\x1a\x5b\x46\x45\x7e\xce\x88\xa5\xd0\xea\x9c\x9e\xdd\xd1\x91\x7c\x1e\x3c\xf3\xc9\x33\x79\x06\xbc\xcf\xe2\x99\x81\xb7\x74\x39\x0b\xdf\xe4\xbd\x67\xc8\xdd\x39\x1f\x74\xbe\x78\xdc\x53\x06\x9e\x99\xcd\xcb\x69\xfa\x49\x28\x8e\x83\x97\xb1\x37\xe6\xe0\x71\xfe\xf8\x42\x6f\xca\x59\x13\x4a\xdd\xf4\x36\xe7\xc3\x23\xb2\xfc\x65\x6f\x46\x75\x54\x95\x5e\x50\x3f\xef\xc3\x39\x3a\x9b\x9d\xf7\xf1\xec\x9b\x2f\xe7\xcc\xf1\xcc\x29\xcd\x6f\xc8\x58\xce\x58\x40\x12\x73\xda\x67\x12\x75\x30\xe7\x7d\x10\x87\x33\xdd\x07\x71\x1c\xf6\xfa\x32\x18\xab\xcc\xac\x9d\x89\x6e\x96\x81\x7e\x98\xf3\x66\x18\xe8\xe6\x39\xe7\xfb\xc7\xd7\x4c\x8b\xee\x36\xfe\x8c\x9e\x01\xc3\xe6\x0a\xe3\xf0\xb1\xed\x3f\xd3\x90\xc3\xca\x3e\xe5\xc2\xd8\xf4\x5c\x5d\x06\x74\x22\x57\x50\xa7\xb1\xcd\x59\x5d\xbb\x71\xc2\x90\xd9\x51\xea\x33\x92\x71\xe7\x70\x22\x17\x63\x4c\xca\x59\x65\xb3\x71\x70\x94\x80\x72\x9a\x7c\xb4\x82\xa4\x32\xdc\x1a\xbe\xb0\x40\x64\xa3\x9c\x26\xc3\xad\xc7\x03\xcd\x67\x18\x2b\x73\x9a\xf4\xf6\xd9\x6b\x68\x7c\x74\x02\x9e\xc2\x64\x2f\x91\x15\xa8\x14\x6c\x66\x1b\xd4\xfb\x25\x81\x29\xfc\x3d\x4c\x51\x9c\xc3\xb2\xc0\x62\x54\xfb\x5c\x96\xb4\x8b\x1d\x28\x48\x5c\x3f\x5f\x62\xf0\xcd\x5c\x72\x41\xfc\xca\x98\x33\x73\x41\xfc\xfa\xf5\xb3\xf6\x5f\xbf\xb8\x48\x30\x15\x46\xf8\xeb\x2f\x9b\x55\xa5\x9e\xc7\x1e\xb4\xe6\xe2\xcb\x06\x64\x7d\x36\x79\x41\x11\xcd\xf5\x7d\x51\x1f\x41\x82\xb6\x4f\xf9\xcc\x0c\xd9\xb6\x86\x32\x33\x67\xaa\x6d\x70\xcf\xcc\x18\xad\xd3\x98\x03\xd6\xb6\xfc\x3f\xf3\x16\x53\x72\x1b\xb4\x85\xf2\xb6\x7d\xe0\x67\xae\x7c\x3f\xf9\x9e\xa5\xb7\x2d\x13\xcf\x0c\xaa\xb7\xcd\xe8\x67\xe6\x6c\xb4\x2d\x12\xcf\x5c\xe9\x67\x32\x6e\xb1\x1f\xfa\x87\xff\xb4\x0d\x9c\x01\x7e\xb6\x0d\x1a\x21\xdb\x36\x60\xe6\x01\x51\x6b\xae\x3e\x9a\x7e\x24\x1c\x5b\xb8\xca\xed\x94\xc8\x43\x8d\xdb\x09\x05\x62\xdc\x13\x0a\xc4\xb0\xa7\x70\x5c\x7e\x22\xb1\xf0\x87\x6b\x7f\xc3\xf4\x37\x2b\x1e\x85\xd9\x5f\x6e\xd5\x62\x89\x17\xd4\x17\x82\xd5\x36\xf1\x92\x04\xb6\x0b\x83\x76\xe7\x11\x80\xd8\xa1\xc2\x45\x81\xfa\xb6\x4d\xdf\x46\xa6\x77\xa8\xdb\xd1\x0e\xfb\xdf\xa7\x8a\xa3\xdf\xb6\x8e\x3e\xd8\xac\xf6\x54\xe0\xcd\xca\x9f\xc6\x33\x23\x61\x32\xce\xb1\x41\xcf\xfe\x7e\x30\x99\x37\x80\xc0\x1c\x5e\xa9\x27\xd0\xec\x9b\x7a\x0d\xb8\x71\x3f\x98\x71\xe2\xf1\x81\x8d\xec\xcf\x7b\x62\x1f\xc0\xeb\x9e\xd8\x07\x3f\xaf\xd8\xd0\xf9\x64\x33\xd8\xc1\xc1\xeb\x9d\xdd\x87\x8c\x76\xb0\xe5\x80\xee\xf4\xee\xfe\xd0\x4b\x2f\x7c\x53\x78\xae\xfc\x9d\xb9\x74\x56\x92\xbe\x13\xcb\x72\xdf\x6a\xee\xcc\xd0\xed\xde\xdd\x22\xe6\xb1\x51\x12\x9b\x71\xee\xfd\x64\xa7\xa1\x36\xbd\x7b\xd2\xe2\x65\x6f\xde\xb0\x2d\x27\x23\x2d\x67\x05\xb8\x98\x54\x9c\x3f\x58\x6d\x0f\x6c\x6a\xfe\x22\x20\xa1\xfc\x7d\xa3\xc1\x16\xe7\x58\xe0\xf9\x48\xc9\x79\x09\x6e\x05\xb6\x8c\xc3\x33\x0b\xc1\x1f\x29\xce\xdf\xc1\x8b\x5d\x83\xfb\x03\x91\x25\x63\xcc\xc9\xa3\xca\xd4\xc0\xed\xd1\x62\x57\xf9\x65\x78\x4e\x59\xfc\xf8\x70\x1e\xd9\x84\x71\xbe\xce\x66\x37\x59\xb8\x1c\x7a\xe6\x34\x2f\xd4\xa8\x9c\x41\xd8\x93\x31\xd3\x01\x2a\x9c\xe8\x0a\xd9\xc3\x7a\x66\x87\x81\xb2\x9f\xa8\x08\xd9\x23\x7d\x76\x67\x93\x7c\x49\xbe\xd0\x1b\x44\x37\xbb\xdf\xe7\x6a\xbf\xce\xe6\xfc\x49\x66\x77\x93\x87\xd5\xb4\xc6\x26\x3d\x13\x8b\xa6\x02\xce\x33\x1b\x72\x65\xf3\x97\x81\x3d\x37\x7e\x59\x7c\x16\xbf\x9c\xfc\xc2\x04\x9e\x4d\x18\x6a\xe6\x94\x3d\x68\xca\x55\x66\xfa\x6c\x5d\xa0\xf6\xea\x73\xfe\xf1\x55\xe4\x17\xcf\x96\x2f\xaa\x02\xc6\xb3\x05\x8c\xea\xa9\x78\x54\x93\x0b\xcc\xf7\x59\x7a\x5b\x20\x02\x0f\xb3\x2f\xb3\xd9\x1c\x8f\x4b\xeb\x7e\xb6\x7e\x7c\xb5\xa3\xd9\xfe\xdc\xcf\xd3\xe7\xbd\xfd\x03\x8d\x39\x3f\x9b\x98\x97\x0e\xd9\x7b\x36\x2e\x15\xf1\xea\xf9\xb0\x74\x94\xdb\xfc\xe0\x05\x6b\xd8\xdc\xf2\x03\xf5\xae\x09\x54\x7a\x3e\x0c\xa8\x9c\xf4\xe0\xf7\x2a\x12\xbc\x07\x5c\x2c\x0b\xe2\xf4\x80\x8b\x75\x2d\x7f\xd9\x28\xbe\x92\xd3\xc7\xff\x55\x97\x80\xc4\x03\x56\x16\x87\xf6\x81\x00\xb6\x83\x93\xf0\xa0\xb1\xff\xec\xe0\x64\x6e\xf2\xc5\x07\xf5\xbd\x1e\x83\xb9\xe1\xdf\xaa\x47\x7c\xa6\xa6\x0a\x92\xa0\x92\xa4\x12\x10\x47\xa3\x5f\xd0\xd3\x47\x9b\xa3\xba\xc3\x73\x15\x80\x09\xca\x3f\x9b\x67\xe6\x0e\x92\x3e\x3a\xc3\x3a\x72\xf9\x83\x4e\x5f\x94\xb9\x1f\x75\x79\xec\x8b\xf9\xb9\xf4\xe6\x4d\x3b\x43\xea\xce\x6e\xec\x56\xb5\xca\x21\x68\x6e\x86\xf4\x64\x3e\x5a\x1e\x7f\x7e\x35\x9c\xa5\xbf\xcc\x3d\x7e\xa7\x2f\x04\xf5\x32\x5d\x0b\x82\x7a\x51\x63\x78\xf0\xc2\x15\x4c\x06\xf9\xd9\xc4\x36\x75\xd7\xb2\x25\xc6\x52\xdc\x99\x87\x9d\x81\x66\x3f\xcf\x49\xb7\x00\xe2\xc1\x3c\x5b\xfd\xfb\xc6\x84\x85\xbc\xf5\xbc\xa8\x21\xb0\xa8\xf7\x50\x63\x3c\x78\xde\x87\x58\x36\xf0\x6e\x5a\x51\xd1\x10\xf3\xbb\x65\xcc\xba\x09\xca\x37\xe4\xf0\xc5\xd2\x80\x1b\x2e\xbf\x9b\x9e\xd7\x04\xef\x78\x37\x41\x2f\x79\xd8\xd9\xd8\x7f\x4f\x0e\xb8\x61\xd0\x38\x03\xef\x96\x46\x6b\x46\xc4\x7a\xb7\x30\x5a\x32\x62\xd2\xbb\x65\xd1\x52\x96\xfd\x5c\xfb\x9b\xe4\xf7\xf7\x7e\x86\xaf\xbd\x07\x07\x31\xc6\x7d\xf7\x33\x8b\x7e\xb7\x5e\x59\x15\x8b\xde\x2d\xbb\x96\xd4\xfd\xfb\x3e\x93\x8b\xe3\xf6\x6e\x3a\x58\x33\x6c\xf3\xdd\x0a\x4c\x55\xbf\x78\x71\xe3\x15\xe7\xbc\x45\xa7\x32\x9c\xdb\x16\x61\x6b\x81\x82\xbc\x9b\x84\xd5\x92\xed\xe7\xe4\xd9\x6f\xae\xfd\x7d\xf5\x9b\xbd\xb7\x0b\x2d\xf2\xdd\x1c\xac\xd6\xe6\xf3\xde\x90\x04\x55\x79\xf1\xdf\x65\xc4\xd4\x77\xcb\x45\x65\x82\xf0\x6f\xde\x38\x8a\xc9\x31\xbf\x9b\x42\x66\xb5\xe8\x17\x77\x5d\xc0\x6a\x6b\x51\xb5\x73\xa8\xde\x0c\x4e\x81\xf9\xef\xa6\x9b\xb9\x36\xfb\xfc\xfc\x4a\x8f\xde\xad\x68\xd5\x2e\x4c\xf2\x86\xa7\x67\xe0\xdd\x12\x74\x4e\xc3\xb1\xf6\x3c\x87\x6b\xc4\xf6\xb2\xdc\x23\x4c\x2f\x0b\x1e\xf9\xe2\xc1\xc3\x7c\x95\xdf\xe2\x29\xf3\x9b\xbf\xd3\xb8\xb7\x40\xe3\xe0\x2a\xef\x16\xbf\xab\x12\xf2\x5b\x3a\xcf\xac\xa5\x0c\x9e\xed\x67\xd3\x9b\xce\xc9\x79\xb1\xdb\xd4\x26\x70\xcb\x5e\x00\x9e\xdf\xfc\x6e\x25\xb0\xe2\xc4\xcc\x2f\x9e\xbb\xe6\x22\xb7\x24\x5f\x17\x74\xe7\xc5\x6f\xb7\xa2\xed\x66\x47\x78\xc3\xf2\x8b\xd7\x2e\x8b\xf9\x35\x41\x40\x19\x78\xcb\x0d\xa5\x89\x64\x5b\x0d\x28\x4a\xc6\x2f\x3a\x3a\xae\xa9\xfc\x6e\x8d\xa0\x68\x6f\x78\x6b\x87\xe0\xda\x76\x80\xac\xcc\x61\x2b\x0a\x2d\x15\xfb\xd9\x0b\xc0\xee\x94\xdf\xba\x11\x1a\x43\x74\x7e\xeb\xa6\x96\xb3\xd9\xff\x9e\x7f\x76\x9e\xf5\xfe\xf1\xd5\x70\x58\xe4\xb7\x3e\xfb\xb9\xfb\xfd\xcb\x33\x63\x6d\x71\xb8\x54\x78\xe1\xbb\x95\xde\x32\x45\xd6\x86\x86\x0d\x05\x78\x5b\xd9\xdf\x8b\x40\x0d\x22\x77\xf8\x77\x38\x9c\xf3\xd9\x8c\xbc\x1c\x50\x89\xb7\xed\xf9\x37\x37\xa9\xed\xf9\x77\x11\xb1\x2d\x9e\xfd\x66\xcf\xbf\xbb\xf1\xb8\xe8\x8a\x7b\x81\x07\xa1\x4b\x31\x70\xd0\xcd\x69\xff\xc0\x3f\xfa\x79\x41\x14\x60\x22\xff\x86\x00\xbe\x5a\xdc\xfc\x46\x95\x09\xd1\xf8\xdd\x42\x59\xee\xcd\xef\xeb\x5e\x23\x04\xff\xdd\x42\x59\xc1\x84\x98\xdf\x2d\x77\x95\x2a\x52\xe2\x5d\xa8\x92\xc8\xb7\xef\x05\x04\xa2\xf4\xb5\x29\x87\x80\xdb\x02\x59\xa9\x02\x7d\x4b\x64\x39\x8d\x6f\xa5\xbb\x77\x4b\x6b\x65\x7a\x0c\xb6\xb0\x56\x46\x8c\xf8\xec\xbf\x17\xff\xbe\xb1\xab\xc3\xf6\x31\x86\x6d\xa5\x90\x67\xec\x58\x0b\xd9\x12\x6b\x58\x2a\xe2\x3b\xde\x06\xe5\x8c\x77\xec\xe5\x2d\x67\x85\xc7\x6e\x09\xca\xb1\x97\x17\xa0\xc7\x5f\x17\x74\x4e\xb7\x03\xec\xfc\x1d\xeb\xc7\x57\x0f\x7a\x36\xf6\xea\xd6\x61\x5b\x25\x3e\xbf\xdf\xe7\xfb\x10\x65\xf5\xd5\xc5\xf3\xf3\xe3\xab\x67\xb8\xf2\xbb\xc5\xb8\x2c\x83\x7a\xe7\xd6\x67\xa3\xed\x4c\xa0\x35\xdf\xcf\x8d\x5e\x4d\x1a\xb6\xa5\xa6\x9c\x1d\x77\x56\x9c\xad\xb6\x45\x82\x43\xa1\x79\xb1\x9f\xf6\x65\x3f\x7b\xfe\x2a\x1d\xef\xdc\xf4\x29\x50\x70\xe2\x6c\x8b\xfe\xb7\x02\x12\x28\xb8\x25\xac\x5e\xa4\x67\x5b\x23\xeb\xb1\xcd\x5b\x23\xcb\xcb\x23\x87\x8f\x62\x7a\x74\x35\xc2\xfa\xfd\xd2\xac\xc5\xf7\x2b\xfd\xf8\xea\xdd\xf9\xe0\x91\x0c\x3a\x8a\x4b\xb2\x4a\x63\x30\xf2\x68\x38\x7b\x17\xf0\xf7\x28\x6e\x11\xac\xa4\xe5\xdf\xc7\x8f\xaf\xae\x31\xe4\xdd\x02\x58\x1f\xa2\x2f\x0e\x8c\x2a\xcd\x5b\x7b\xfe\x8a\x0f\xef\x96\xc5\xf2\x8c\x3e\xf7\xf1\xc6\x21\x97\xdf\x75\xc3\xeb\xd8\xbb\x2d\xa3\xe5\xe2\xfe\x6e\x11\x2d\x37\xf9\xcc\x16\xd1\xf2\x92\x4c\xe8\xec\x48\xa2\xf2\x56\x2a\xcb\xb4\xf1\x96\xdd\x4a\x30\xb8\x2d\xba\x95\x2a\xd3\xd9\x4a\x78\x59\x1e\x03\xa4\x38\x8d\x45\xef\x67\xfc\x2a\x9b\xbc\x5b\xa0\x2b\xd3\x0d\xde\xf2\x5c\x69\xd2\x92\x2d\xce\x8d\x24\xb2\x6e\x69\x6e\x24\x69\xe4\x47\x0d\xcd\xb6\x5b\x25\xee\x4a\x04\x5b\x94\x2b\x55\x24\xf8\xbc\xd0\x21\xfa\xc1\x0f\x53\x45\xb2\x2d\xe1\x8d\x24\x42\xa3\xe1\x26\x64\xcf\x17\xf9\xae\xc8\x20\xce\x0a\xa2\x33\x9f\x73\xcf\xbf\x45\x5b\xce\xb7\xf4\x6f\x8b\x80\xb9\xb9\xde\x13\x04\x72\x53\x4f\xbd\xb5\x3e\xef\x03\x10\x82\xc7\x89\x75\x5c\x84\x3e\x23\xb2\x83\xe7\x1b\x3d\xd8\x67\x94\x59\x64\xe4\x17\x71\x51\xa9\xea\xd5\x20\x2f\x6f\xd9\xd2\x62\x39\x64\xa6\x5b\x58\x1c\x35\xbe\xd1\x87\xc2\x9c\xd1\xad\x6b\xf6\xfb\x0d\x67\xc5\xe3\x17\x45\xa7\x28\x92\xbd\xf8\x8b\xba\x18\xa4\xaa\x2d\xf6\xa1\x69\x57\xb9\xf2\x96\x33\x47\x95\xf8\x6f\x31\xb3\x84\xe4\x84\xc9\x64\x49\x18\xb7\xc4\x99\xb5\x93\xbd\x37\x8c\x40\xac\xb9\x0b\xa2\x5d\xff\x86\x9e\x15\x2d\xee\x7b\xec\x72\x6c\x49\x6d\x96\x8d\xa5\x05\x43\x3b\x7e\xee\x82\xa1\x1d\x76\x57\x30\x94\xf7\xee\x5f\xb1\x91\xc5\xc7\x5a\xca\x87\xdf\x60\x83\xda\x0a\x50\x39\xb6\x0c\x33\x61\xa7\x05\x13\xf9\x56\xc6\x7c\xc1\xe6\xb9\x15\x8a\x82\xc1\x7c\xeb\xbf\x9d\x97\x4b\xa5\xb7\xf2\x72\xdb\x2f\x7d\x85\x0d\x6a\x13\x87\x62\xb4\x9e\xd4\xaa\x1c\x2f\xd4\x81\x7e\x5f\x26\xc8\x3c\x30\x19\x75\x4c\x25\x25\xef\xc1\x67\xda\xc4\xa7\xe4\x2d\x8c\x4c\x78\x79\xc1\x14\x38\x89\xd2\x29\xd8\x02\x27\xc1\x6b\x25\x33\x3f\x42\x76\x0a\x4e\xfb\x89\x20\x56\xf2\x16\x46\x26\xc1\x70\x25\x6f\x61\x64\xf4\x7c\xf0\xfc\xd9\x7f\x6f\xf6\x73\xf2\xcd\xe2\xf9\xe2\xd9\xb6\x98\x23\x8b\x7f\x7f\xf8\x7b\xe7\xf9\xe5\x99\x7e\x2a\xf3\x6c\x3e\xab\x3e\x33\xff\x2d\x8b\x4c\xc2\xed\x0a\x26\xc9\x89\xbb\xa3\xe4\xf0\x17\x2c\x5e\x1a\x16\x8d\xc5\x24\xa0\x7a\x47\x1d\xbe\xec\x1f\x52\xf7\x99\x9e\x00\x51\x5e\xf4\xd4\x59\xcd\x02\x12\x8d\x19\xa1\x7a\x1e\x55\xd0\x2d\x40\xd1\x7d\x1e\xfe\x60\x0b\x60\xc1\xe6\xe2\xb9\x9d\xc8\x1a\x25\x6f\xc2\x97\x8e\x3a\x59\x28\x36\xc5\xa3\x4e\xbf\xba\x6c\x0e\x38\x36\xed\x9b\x25\xf9\x15\xe0\x88\x99\xbf\xce\x9c\x1f\xb0\x28\x1e\xd5\x5f\x50\x50\x8f\xba\x98\xfb\xa6\x54\x13\x83\x62\xc9\x1f\xa1\xcf\x6e\x7d\x80\x7e\xb3\x35\xd0\xef\xcc\x0a\x4a\x45\x04\x66\xc9\x1f\x86\xeb\xb6\x05\xfa\x1c\x00\x3c\xc6\x93\x30\xce\x92\x5f\x24\x44\x71\x17\x0f\xea\x3c\xaa\xcf\x38\x37\x40\x01\xbd\xa8\x09\xef\x64\xc1\x8f\x3a\xa1\xcd\xa5\x10\xb0\x98\xe6\x96\x9c\x8b\xc6\xd7\x34\xc1\xdc\x42\xc0\x62\xc2\x4f\x5a\x0a\xd6\xf6\x34\xb7\x9c\x58\x74\xbe\xa6\x39\xed\xf9\xf4\xc5\x9e\x2f\x5f\x1c\xff\xc6\xce\xbf\x27\x5c\x12\x5e\x04\x3f\x4a\x8d\x79\x31\x48\xe2\x78\x81\x6a\x25\x39\xfa\xf2\x23\x7c\x0a\xe0\x5a\xd1\xee\x8e\x4e\x5b\x4a\xd2\xa6\x46\xeb\x8c\x35\x0c\x04\x2b\xd9\xd5\xb2\x28\x1c\xb9\x69\x1d\x2c\x0a\xe3\x4c\x5a\x9c\xf3\xb2\x75\x8f\xd1\x1c\x62\xeb\x1e\xa3\xb1\x49\x78\x6f\xe7\x01\x40\x0b\xce\x9c\xe6\x68\x5b\xaf\x48\x69\x25\x16\x51\x40\x5b\xce\x0b\xae\xdb\xa4\x90\xbe\x49\xf7\xc6\x90\xcc\x70\xc5\x11\xe8\xa9\xb0\x22\xa4\xfa\x52\x50\x0f\xd2\x2a\xdf\x49\x6e\x05\xa7\xef\x3c\x38\x73\x85\xb8\xbf\xb4\x0a\xeb\xe2\xc0\x1e\xd5\x71\x2e\x27\xe0\x57\x4e\xb3\xb0\x3d\xc4\xf3\xa5\x05\x4d\x2c\x9c\xc7\xa3\xfa\x8c\x8d\x8f\x33\x5b\xaa\xb3\x11\x5e\x5b\xd8\x1f\x6d\xfa\xd1\x87\xf9\xb3\xc8\xca\x0e\xba\x9b\x5b\xa8\x9f\x68\x88\xa5\xec\xf3\x3b\xda\xa2\x6d\x13\x10\xf6\x4a\x10\x50\x5a\x20\x7b\x69\xee\x82\x5b\xd5\x18\x1b\xfa\x52\x90\x2e\x13\x4e\xf7\x52\x06\x5e\x31\x0e\x64\xd9\x12\xdf\xe8\xf1\x0c\xd9\xce\xc0\x71\xe8\x13\xf1\xfb\x97\x45\xd0\x11\xa1\x1f\x09\x1f\x78\xc1\x85\x3d\x0f\x57\xbd\x44\x2b\x00\xb5\x18\x39\xfb\x0d\x58\x25\xcc\x96\x88\xdb\x6d\xc0\xe1\x12\x3f\x3f\x74\x04\xb9\xc4\x6b\x30\xba\x88\xa4\x6d\xdc\x59\x7c\x20\x48\xd3\xbf\x43\x77\x84\xd2\xe9\x24\x68\x7b\x82\x2e\x19\x48\x9e\xb6\xf5\x1b\x9d\x8e\xb4\x85\x65\x2b\x50\x97\x02\x9f\x46\x70\x2e\xe5\x82\x66\x41\x80\xf0\x98\xcf\xc3\xcd\xbd\xa0\x14\x1e\xbd\x0b\x10\x25\x26\x74\x63\x00\x2e\xb4\xbd\x3d\x9f\x00\xbe\x1e\x4a\xef\xa0\x73\x35\x56\xb9\x30\xef\xca\xd1\x1f\xb8\x0f\x4a\x35\xc2\x61\xa5\x83\x97\xcb\x5f\x3a\x2f\x0f\x51\xd5\x89\x17\xe2\x9f\xaa\x28\x58\x89\x7f\x1a\x79\x4b\xd6\xa5\xce\x90\xee\xe9\x0d\x91\x75\x60\x97\x28\x95\x20\xf0\x4e\xec\x63\xa9\x18\xbe\x06\x8e\xcc\x52\x11\x5e\x66\x81\xaa\x54\x42\x56\x06\xf6\x8b\x52\x0d\x1d\x41\x36\x29\x2d\x69\x46\x62\xa7\x1a\xca\xb1\x26\x98\xd2\x08\x86\x1c\x44\x6c\x96\x86\x19\x7a\x10\x00\x57\x9a\x32\x24\xd1\xce\xa5\x61\x09\x1c\xd8\x86\x4a\xdb\x12\xd0\x7e\xd9\xe3\x34\x40\x35\x0a\x1b\xdf\x6e\x5c\xb7\x47\xe7\x97\x17\xe5\x99\x10\xe7\x82\x79\x7f\x6b\xd2\x7b\x71\x1d\x27\xfe\x4a\x5b\xb6\x2a\xbd\xd2\x01\x81\x13\xa5\x13\x56\x34\xea\x96\x14\x4b\xc7\x12\x3a\x2a\xe3\x74\xe4\xed\x81\xc8\x53\x3a\xc6\xb7\x21\x77\x19\x58\xd8\x47\xe3\x80\x0f\x2c\xec\xa3\x6d\x9d\xa4\x8c\xd1\x7c\xd9\x73\x1b\x53\x23\x1b\xc7\x6c\x00\xb7\xd1\x7c\x79\x30\x3f\x12\x23\x5f\xc6\xc3\x4a\x1b\x02\xce\x70\x09\x8d\xe9\x8c\xf7\xf6\x65\xf7\x36\xb1\x9b\x8d\xb6\xd5\xec\x32\xb1\x91\xc4\x31\x9f\x45\xd9\x1b\x9e\x38\xab\x9f\x41\x22\x67\x73\x6e\xcc\x7a\x76\x67\x00\x21\x9d\x1f\x62\xb6\x11\x96\xcb\xc4\x68\xba\xb0\x22\x94\xf9\x7e\x7e\x35\x00\x97\x05\x7d\xd7\x01\x5b\x16\xf6\xf3\xd1\xf3\x77\x5e\xd7\xb2\x08\x8a\x1b\x1d\x4a\xb5\x3e\x84\x89\x12\xf7\x50\x16\xf2\xf4\xe1\xca\x3f\xed\xf2\x65\x83\xfb\x23\x2a\x8c\xc4\x2f\xe8\xac\x03\x83\x50\xf9\x4c\x22\x1e\x15\x8c\x3e\x97\xbd\x41\x33\x3e\xc6\xa5\x10\xda\x53\x3e\x58\x3e\x07\x6e\xad\xf2\xc1\xf2\x39\x70\x44\x96\xcf\xc3\xc4\x31\x0b\x95\xcf\x5b\x44\xd3\x0d\x93\xf3\x70\x50\x16\xab\x7f\x60\xe0\xf5\x2d\x27\x61\x1b\x03\xd7\x67\x39\x09\xd1\x68\xd8\xc2\xca\x49\x2c\xe0\x20\xac\xae\x9c\xc3\x71\x10\xfe\x4e\xac\xf8\x83\xe0\xd3\x72\x72\xb8\x34\x80\x96\x73\xda\x06\x62\x72\x62\xfe\x1e\xc4\xc8\x95\x13\xa7\x5b\xf7\x10\x9f\xd8\x8b\xfb\x82\x3c\x9c\x97\x6d\x38\x1b\xe7\xcb\xb6\x7a\x9e\xce\x97\x28\x5c\x25\xc2\x8b\xe0\x88\xbe\x90\x75\x2e\x1c\x19\x03\xc5\xb3\x5c\xf4\x36\x16\x40\xbc\x30\x12\x0f\x99\xdf\x4d\xcc\xcb\xc0\x7d\x53\x6e\x04\xec\xb1\xfa\x1e\xe7\x2e\xe2\x05\x70\xbb\x2b\x34\x1c\xf1\xe5\x26\xf2\x72\x2c\x50\xe9\x46\x0a\x9b\x07\x02\xfa\x8d\x1f\x30\x28\xf4\x7d\x85\x31\x7e\x43\xea\xde\x04\x2e\x4d\x34\x9a\xf2\x70\x1e\x83\xdb\x3f\xc5\x49\x33\xe6\x63\x64\xbb\x12\xfe\xd3\xed\x0d\x19\xeb\x21\xa8\x73\x62\x4f\x28\x0f\x74\x6c\xa2\x67\x15\x5d\x29\xf3\x80\x56\x3c\x06\x1d\x12\x3d\x55\x70\x73\xa4\x79\x70\x6c\x1f\x63\x6a\x09\xa5\x2a\xd8\x9d\xd2\x14\xf7\xb4\x90\xf4\x05\x1d\xc3\x14\x92\x26\x61\x68\x05\xfb\x47\x0a\x59\x1a\xbd\x33\x85\xf8\x87\x82\x99\xaa\xb2\x9d\x4a\xd6\x4c\x2c\xe1\xbd\x6d\xc3\xb1\x7d\xef\x80\x41\xfd\xcd\x6f\xeb\x51\xfc\x6c\x0b\x99\xf5\x20\x60\x76\xa2\xe7\xd7\xc3\x50\x65\x22\xe5\x6b\xdc\x55\xa9\x7b\xd0\x6a\x50\xcc\xc4\xb4\x51\x0d\xbb\x9f\xf8\xa6\x6a\xaa\x2f\x2f\x9b\x8a\x54\xc3\xca\xf5\x49\xd7\x74\xb2\x6c\x08\x7b\x4d\xa7\x9f\x8d\xbc\x5f\xf0\x8c\xce\xbc\x65\xc7\x9a\x9e\xc7\x17\x7a\x7b\xed\x60\xc3\xa0\x12\xb2\x91\x26\xf4\xbf\xe6\xc3\xcf\x36\x5a\x57\x83\x6e\x2b\x5e\xbc\x9a\x63\xd6\x5b\xca\xab\x46\x2f\x4e\xd4\xe3\x9a\x6f\x5f\x2a\x9f\xe1\x60\x98\xc4\x86\xd7\x02\x3f\x9b\x58\x17\x2b\xa2\x5a\x9a\xd0\xf2\x5a\x88\x80\x98\x65\x0b\xac\xb5\x38\x37\x42\x90\x6b\x01\xe1\x27\xf1\xc4\xb5\x22\xd7\x4e\xb6\xb1\x56\x6f\xd8\xc4\x2f\x10\xa8\x49\xdc\x57\xad\x9c\xd9\x49\x78\x5c\xad\x9c\xd9\x49\x2c\x6d\xad\xde\x25\x40\x5f\xab\x15\x7b\xe2\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xce\xf3\xd7\xb0\x9d\x6a\x48\xc8\x50\x36\x7b\xb6\x1c\x9c\x8b\xe3\x6d\x6d\x2f\x37\x01\x70\xb9\x1e\x5a\x2b\x92\x07\xbc\x37\x81\xaf\x04\xa7\x56\x02\x42\x6a\x4a\xfe\x7d\xe0\x94\xb6\xf1\xb4\x81\xad\xb1\xe5\x77\x1b\x9c\xc6\xb6\xf0\x7c\xd3\x98\x29\x5d\x6c\xae\x58\xb5\x95\xd6\xd2\xc4\x62\x62\x85\x6b\x91\xa0\x6f\x99\x25\x27\x49\x04\xf7\xd6\x02\xac\x5b\x84\xcb\x5c\xc0\xa8\xc4\x8e\x54\x62\x53\x2b\xa1\x23\xa5\x65\x3b\x5a\xb8\xda\x98\x90\xaa\x38\xd1\x92\xf5\xe1\xca\x5a\x8a\x9d\xde\xf2\x5f\x17\x48\x37\x33\xca\x7e\xf3\xf2\xcc\x27\x4f\xcc\x88\x1f\x1e\x23\x41\x58\xce\xd6\x8e\x77\x47\x6c\xc4\x53\x88\x48\x60\x7a\xcf\x06\xd8\xe1\x9e\x20\xe4\xa4\xce\x08\x8f\x27\x34\x3e\x3a\x9d\x13\x13\x7f\x80\x4c\xb6\x5b\xc2\x5c\xaa\xcf\x81\x0f\x34\x57\xb7\x42\x0a\x79\x5e\x29\x55\xe3\xab\x37\x43\xc4\x99\x20\xb2\xf2\x4a\xa2\xdc\xdb\xfc\x8a\x75\xbc\x5d\x71\x8b\x67\x81\x56\xbf\xa5\x73\xef\xa6\xa0\x19\x69\xe9\x79\x2f\xd6\x6e\x67\x1e\x54\x91\xf3\x7d\x9c\x25\x70\x7f\xa5\x1d\xa0\x2a\x41\x34\xb3\xc0\xb5\x08\xa2\x49\xf8\xf3\x2a\x41\x34\xbb\xc5\xe4\x05\x13\x67\xfc\x10\x20\x5a\xbc\x2c\x66\xe9\x0f\x18\x9e\xc0\x29\x22\x5f\xf6\x10\x76\x1b\x0c\xdd\xaf\xb0\x10\xc0\xdc\xdf\x9f\xf7\xd8\x79\x06\xc3\x10\xec\x89\x7d\x29\x04\x75\x55\x62\x5f\x52\x07\x2f\x88\x7d\xc9\x89\x2b\x22\xf5\x4d\xcd\x21\xe8\x35\x69\xcd\x6a\x36\x97\x98\x2c\xdb\x04\x05\x65\x90\x64\xe8\x17\x0b\xdf\x22\x7e\xc5\xc3\x50\x09\x74\x29\xd8\x74\x2a\x41\x26\xbb\x01\xeb\xc8\xb2\x21\x4e\x19\xe1\x24\x85\x3b\xc1\x95\x70\x92\x8a\xbd\xa1\x1a\x4e\xb2\x70\xa5\x54\x62\x48\xf6\xe0\x7e\x85\x8f\x13\x12\xf7\x06\x5b\x76\x70\xd9\x32\x47\x88\x28\x92\x3d\x77\x66\xc8\x1d\xf0\xe6\xe0\x58\x82\x8b\xe0\x29\x1f\xce\x96\x7f\x0f\xe0\xfa\x42\x18\x86\xb0\xc5\x10\x8c\x3d\xac\x1a\x46\x32\x08\x69\xad\xc6\x8e\x24\x65\x05\x02\x46\xf6\x0b\x4d\x60\xdf\x07\xe8\x47\x64\x48\x5e\x20\x0c\x91\x21\x35\x20\x02\xc3\xee\xca\xc6\x86\x86\xd4\x02\x7d\x21\xee\x23\xa1\xb8\x56\xe2\x3e\xca\x31\x6c\x81\x57\x02\x3c\x24\xee\x23\x7b\x04\x23\xee\xc3\x5d\x6a\x31\x0d\x1a\x37\xce\xa6\xa0\x6d\x4a\x11\x90\xb9\x88\xfc\xa8\xf6\xc4\x55\x06\x88\x10\x1a\x78\x25\x52\xaf\x12\xf9\xb1\x97\x6a\x4f\x0b\x21\xd1\x1f\xe0\x67\x08\x1a\x84\x7e\x54\xee\xc7\xd5\x57\x8e\x5e\x1d\xcd\x73\xed\x60\x9b\xbe\xb4\xee\x60\xd8\x15\x86\x1d\xf5\x20\x30\xf4\x14\x2c\x1d\xba\xf5\x6a\xcc\x20\x62\xae\x12\xb5\x51\x15\xe7\x89\xda\xd8\xed\x81\x47\x37\xd6\x04\xa6\x41\x08\x46\x4e\x4a\x1d\xc4\x60\x54\x65\x5d\x62\x30\xaa\x22\x3b\x31\x18\xfb\x23\x9a\x63\xc3\x52\x1d\xc6\xc0\x50\x9a\x9b\x37\x20\xf5\x88\xae\xc4\x54\xec\x06\xbe\x28\xbf\x64\xbb\x65\xe5\xc5\xd6\x1c\x45\x44\x13\xa3\x27\xb4\x20\x10\x31\xb1\x5b\xb3\xf4\xa9\xd8\xec\x6e\x60\x1e\x69\xc8\x19\xc4\x4c\xa4\x85\xdf\xaf\x1a\x34\x31\xb2\xd0\x9a\xcc\x04\xbd\x8a\x48\x89\x8a\xdd\xa6\x1a\x29\x91\x14\x29\x08\x95\x08\x0d\x9d\x50\x89\xca\x4d\x91\x4a\xa8\xc4\xfe\x88\x35\x4d\x03\xff\xbe\xf3\x08\x57\x02\x29\x76\x2b\x67\x06\x18\xd1\x43\x88\xa4\xd8\x3f\xb0\x0d\x5b\x2a\xa9\xea\x37\x84\x52\x4c\xa2\x8b\x2a\xa1\x14\xfb\x23\x5f\xf0\x28\xbb\x55\xcb\x95\xb0\x76\xfc\x88\x55\x61\x98\x00\x8a\xaa\x5e\x4c\x00\xc5\x6e\x6d\xb7\x2c\x4b\x44\xc1\xad\xd0\xa5\x8d\xcb\xc3\xe1\xb3\x74\x44\x32\x46\xd8\x44\x4a\x9e\x7e\x5d\xc4\x92\x34\x14\xe4\xe2\x59\xfe\x9c\xe0\x22\x2b\x42\x16\x19\x36\x46\x16\x69\x70\x15\xc2\x17\xd2\x92\x84\x9d\xb1\x69\x34\xde\xda\x6c\x6e\x12\x24\xe2\x11\x96\x64\xf9\x54\xa9\xb3\xf5\xe9\x22\xdc\x03\xd4\xfe\x4a\x26\x8b\xfa\x9e\x08\xdc\x3e\xab\x96\x0a\xe5\x8b\x53\x0a\xff\x25\xac\x20\xc5\xaa\xaf\x40\x05\x3f\xea\x76\xcb\x80\xd7\xf4\x05\x30\x13\xb7\xaf\xed\xc6\x60\x82\x22\x3d\xbb\xe4\xb3\x4e\xf1\x12\x19\x3c\xfd\x17\xce\x57\x8f\x8d\xe2\x88\x87\xe0\x92\x83\xc9\x77\x6e\x8e\x8d\xd0\xb9\xd9\x6e\x17\x7e\x07\x44\x18\xfb\xd6\xd8\x24\x52\xdc\x88\x4b\xd2\x49\xae\xd4\x4f\x09\xdd\xcd\x16\x4b\x7c\x6f\x68\x87\xa8\x7e\x73\x82\x64\x02\xb7\xf3\xf3\x68\x6d\xd9\xa4\x74\x89\x87\x02\x89\x9b\xb7\x05\x92\xd1\xdd\x98\x07\x01\xce\xc6\xca\x23\x4a\x30\xef\x96\x47\xca\x88\x06\xf2\x2f\x61\xf3\x10\x62\xe3\xd0\x0f\xbd\x0a\xd9\x57\xc4\x46\x06\x79\x11\x2f\xca\x70\xe2\xaf\x4b\x45\x5a\x7d\x5f\x34\x32\xcf\xc2\x16\x2f\x4a\x5d\x36\x07\xb3\xbb\x0d\x26\xc1\xd5\x4c\x4a\x33\x7d\x7c\x1f\xab\x03\xe3\x43\x82\x90\x7e\xbe\x80\x5f\xf4\x7a\xb9\x8e\xb6\x85\xa4\xe6\xad\xc8\x03\xc5\xb5\x11\x9a\xb1\xf1\xab\xf0\x82\xf6\xd1\xfc\xc1\xb1\x27\xcf\xc3\x31\x2a\x2f\xa8\x1f\x5b\x5a\x6b\x07\x06\x01\x85\xfa\x76\x1c\xb2\x61\x7f\x50\x80\x68\xb6\xd8\x30\x87\x18\xb6\x03\x01\xa2\x13\x33\xd7\x8e\x2d\x41\x34\x14\xf9\xc6\xad\xcc\x3d\x75\x06\x4f\x20\xc5\x46\xaf\x46\xc0\x48\x89\x49\x25\x45\xe8\xcd\xb2\x1a\x97\x33\x2b\x81\x05\x8d\x2b\x99\x69\x75\x7b\x8a\xd9\xfa\x83\x9c\x70\x32\x11\x25\x8b\x6e\x6b\xb1\xc5\xbf\xcb\x9e\x37\x6f\x6a\xde\xd9\x1c\xd9\x05\xa6\xdb\xbe\x9c\x09\x2e\xd5\x69\xbf\xf0\xcb\xf4\x9d\x79\xaf\x1d\xd9\xa5\xd0\x1b\xfe\xef\xe2\x5c\x88\xbc\x25\xc9\x53\x3b\x88\xbc\x5d\x0d\x28\x66\xf7\x00\xb8\x67\xa5\x4b\x60\x95\xa5\x6c\x85\xc9\x67\xd0\x3e\x1a\xc0\xc2\xe2\x23\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x81\x37\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\xd2\xc1\xcc\xab\xf7\xf9\xfc\xbb\x98\x57\x1c\x2e\xb0\xcd\xe1\x14\xa3\x86\xbf\x40\x17\x13\x13\x6c\x50\x1d\xff\xde\x02\x91\xe8\xb7\x01\x72\x37\x1c\xbb\x03\xe6\xee\x76\xb4\x00\xb9\x2d\xa4\xbd\xae\x55\x31\x65\x30\xde\x16\x4d\xca\x11\xad\x5f\x27\xc2\x47\x5d\x78\x16\xd6\x44\xcc\xe9\x8a\xad\xe9\x31\x3a\xed\xbb\x16\x5b\x66\xd2\xd5\xb0\x8b\x2f\xe2\x71\x01\xec\x5d\xf9\xa0\xd8\x84\xed\x1c\xf6\x25\x86\x16\x40\x3a\xdc\x03\x5a\x84\x3c\x52\x01\xd7\xf0\x52\xac\x1f\x11\xe7\x9d\x99\x30\xb2\xc9\x21\x4c\x86\x3e\x34\xc6\x0e\x5b\xa2\x5b\x3e\xdc\x03\x9f\xb9\xe5\x2b\x40\xa7\x00\xa5\xd3\x10\x47\x2a\xf8\xa2\x15\x63\xfa\x2c\x73\xa9\x74\x3b\x95\xfb\x9c\xf9\x74\x0b\x2b\x4b\x9a\xd0\x65\xb1\x67\x06\xeb\xb5\x63\x19\x87\x50\x0c\x41\x41\x52\xa2\x8d\xbe\xb1\x0e\xe5\x81\xc5\x5a\x97\xbc\x6d\xfa\x12\x10\x65\xf2\x0b\xde\x26\xd8\xb7\x40\x50\xaa\x24\x66\xb1\x9d\xd1\xe0\x74\x08\x7f\xb8\x6c\xcd\x4c\x42\x22\xe8\x7c\xf6\x71\x3f\xa5\x25\x9f\xd8\x4f\xa6\xf5\x51\x2f\x76\xf5\x1f\x2d\x51\x3e\xdf\xc8\xb9\x8c\x7e\xaa\x6a\xba\xde\x13\x23\x41\x3c\x73\x40\xa4\x31\x27\x04\x6e\xb2\xc0\x53\x5d\x84\xb1\x89\x51\xac\x4e\x2a\x44\x02\xe9\xf7\x29\x2e\x48\xd4\x74\x54\x1c\xac\xe3\x12\x6e\x1e\x10\x6d\x12\x1e\xb5\x4b\xcd\xd6\xe3\x7c\x29\x19\x3b\x78\xb8\xdd\x6d\xa1\xbe\x13\x4d\x84\x49\xfd\x9e\xf4\x11\x5a\x98\x63\x06\x9e\x4a\x77\x88\xd8\x42\x02\xd4\xdb\x81\x6d\xa2\x0f\xfb\xc6\xd2\xdd\x17\xe0\xba\x95\xf7\x3c\x4b\xb7\x53\x5b\xcc\xf3\x6e\x5c\x90\xb0\x05\xe7\x55\x8c\xbf\x31\xdb\xc6\x37\x5e\x37\x3e\xfc\x81\x88\x65\xb1\x5c\x8b\x84\x27\xe1\x56\xac\x13\xd1\x1e\xb7\x44\x82\x19\x6c\xdf\xbd\x7e\xd8\x13\xfb\x7d\xaa\x3f\x30\xc5\x07\x3c\x77\x4d\x3a\x37\x8a\x07\xe0\x21\x0c\x59\xe6\xf9\x68\xd7\x97\x40\x3f\xea\x62\xd5\xbe\x50\x64\x5c\xed\xc3\xb4\x62\x70\x51\xbe\xf2\x82\x81\xa2\x91\x00\xa1\x1d\xaf\x7a\xab\xc4\xc2\x8b\x35\xc3\xed\x7a\x45\x41\x01\xf1\x7a\x1a\xe8\xf8\x75\x8e\xec\xe3\xeb\x59\x74\xb7\x5f\xf8\xc6\xb2\x2b\x8f\xa2\x73\xc4\x3c\xd1\x85\xdc\x1b\x38\xbf\x9b\x7b\x8f\xbf\x6f\x31\xb1\xe9\xb3\xec\x64\xc4\x6b\xe6\xd7\x23\x9e\xaa\x99\x51\xaf\x93\x7e\xaa\x99\x51\x6f\x21\x0c\x35\x33\xea\x55\x94\xdd\x96\x34\x43\x2c\x7f\x90\x8d\x40\x08\x52\xc8\x01\x1c\x71\x52\xe0\x65\xf9\x4b\x82\xdd\x73\x45\xbe\x25\xbc\x01\x78\x37\x1a\x79\x00\x2a\x97\x19\x5b\x0a\xef\x8a\xdd\x26\x65\xc3\xc2\xb3\xc7\xc4\x75\xc0\xfa\xf3\xd6\xbb\x5a\x0a\xd6\xcf\x71\x27\xe7\xdd\x7e\x61\xee\x70\x78\x7c\x9d\x8d\xfc\x02\x95\x6b\x85\x2d\x65\xf1\x92\xcd\x25\x31\x5d\x21\xb3\x41\x33\xff\x5c\x92\xc1\x90\x72\x6e\xbf\xb0\xd8\x42\x40\x75\xf2\x07\x4f\x1c\x5c\x8c\x9c\x73\xfb\x2b\xda\x97\x88\xbb\xf1\x97\xc1\x88\xfe\x20\x06\xc1\xb2\xc9\x32\xb7\x9b\xb0\xc4\xe2\x4a\x1c\xe4\xe4\x99\x85\xe0\x06\xc0\xa5\xd8\x4c\x17\xc7\xf5\x9d\x96\x34\x24\xc8\x39\xcc\x18\x47\x86\x87\x66\xc2\x38\x32\x30\x35\xf3\xc5\x15\x67\x5e\xb9\xba\x21\xd0\x71\x09\x74\x8e\x01\x8e\xe9\x3c\xdc\x80\xaa\x54\xc5\xea\x2a\x9a\xd5\xf2\xd9\xc4\x21\x0e\xec\x5d\x2a\xfb\x41\x37\x72\x8f\x30\x41\xc8\x54\xf1\x6f\xef\xc9\xd1\x00\x1b\x44\x76\x5b\x5a\xa6\x31\x83\x35\xa1\x0f\xd3\x21\x35\x5c\xe5\x4a\x66\x33\xfb\x42\xc7\x67\xd7\x48\x06\xb7\x5f\xfc\x45\x8d\x66\xda\xfe\xc3\xc5\x2c\x9f\x2f\x6f\x4d\xf0\x1c\x67\x8e\x7e\xbb\x46\xc1\xc5\x4c\xba\xa3\xb3\xa4\xee\xc1\xfa\xce\xc4\xd7\xc8\xed\xe6\x9d\xb2\x66\x6a\xb7\x24\x3b\x24\xb5\x5b\x22\x7e\x7a\xbf\x00\x45\x88\x01\x29\xdc\xbc\x79\xd6\x4c\xe1\xb6\x38\xe5\x64\x70\xab\x87\x88\xdb\xb9\x79\xe6\x01\x1c\x92\x4a\xbe\x31\x62\xa6\xb8\x1d\x43\x89\x1e\x81\x24\x85\xed\x81\xd1\x48\xcc\x46\xc6\xac\x96\x0c\x5d\x41\x0e\x23\x2d\x5b\x41\x7d\x6b\xe6\x65\xfb\x79\xca\x86\xde\x7a\x77\x73\xe8\xe3\x65\x1e\x43\x45\x1e\xce\x94\x90\x02\x88\xbe\x6e\x69\xe6\x9f\x57\xe6\x5a\x9a\x31\x29\xba\x0a\x3b\x84\x67\x63\x02\x9c\x66\x0b\x73\x20\xf9\x11\x97\xf2\xb2\xbd\x42\x91\x10\x97\x12\xd7\x60\x47\xf1\xc0\x4e\x30\x29\xdb\x00\x7e\x17\x7f\x8f\x39\x39\x02\xd7\xf2\x32\xcf\x8b\x6b\x26\x30\xb2\x84\x6d\x01\x07\x74\x23\x13\x47\xe1\x86\x41\x23\x15\x47\xc5\xe3\xdc\xd2\xd2\xdb\x64\x5b\x03\xd1\x3c\x60\x98\x10\x82\xb6\x18\x63\x6c\x63\xec\x01\xcd\x83\x87\x3d\xa0\xa2\x09\xb6\x84\x33\x23\x17\x9f\x03\x1a\xb6\x00\x6f\x11\xb4\x13\x17\x29\x94\x94\xd3\xa7\xf3\x77\xc0\xc7\xe5\x09\x22\xcb\x5a\xda\x52\x44\x91\xe7\x24\xe2\xb5\x46\xf1\x6c\xe3\xcd\xc0\x37\xd9\x12\x92\x03\x8e\xdd\x46\x40\x48\x56\x78\x4f\x27\xb4\xd2\x6d\xc7\xb2\x30\x9d\xd1\x96\x22\xea\xe1\xe1\x39\x83\xc2\xd8\xf8\xe3\x0b\x53\x3a\xe5\xf6\xcd\xae\xb8\x05\x89\xe0\x91\x4e\x94\x21\xa1\x71\x7a\x72\x51\x6c\x48\xbc\xb7\x5f\x68\x7e\xa9\xc4\x7b\x76\xbd\x04\xeb\x61\xbf\x98\x95\xd4\x15\xfb\x43\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x58\x6a\xba\xb4\xce\x89\xf0\xd7\x09\x59\x62\xee\x5b\x1e\x29\xcb\xd9\x7a\x99\xa1\xfb\x77\x65\x71\x69\x9d\x2e\xf4\xa0\x2d\x77\xcc\x90\x31\x74\x81\x28\x0e\x91\xba\x4f\x1b\x78\x33\x59\xdf\x8a\x63\x8b\x3d\x21\x7b\x52\x6f\x32\x37\xb8\xd8\x5b\x47\x16\x83\x1b\x8e\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x25\xda\xd2\x16\x33\xca\x10\x05\x1f\x39\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x08\x13\x4b\x02\xfe\x08\x11\x1b\x70\x6f\x55\x52\xf6\xe0\x46\x90\x96\x23\x56\x64\x19\xe8\x23\x47\x43\x3c\x4c\xaf\xd3\xe0\x23\x24\x09\x52\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x0d\xbb\xed\x7b\x82\xf7\xb6\x9f\x97\x5f\x5b\x7a\x0d\x6b\x63\x92\xaf\x4a\x8c\x4c\x0d\x1b\x46\x16\x01\x5e\x9c\xb7\xae\xea\xd5\xb4\x04\x4c\x5e\x8c\x05\x42\x1d\x0b\x06\xfe\xaf\x46\x42\x1a\x6f\xd4\x36\xd2\xd0\xe4\xc6\x37\xf9\xe0\x2c\x71\xe0\xcc\x49\xb3\xa4\x01\xe4\xa4\x29\xb8\xe1\x1a\xf1\x4d\x19\x37\x61\xcb\x26\xf6\x05\x77\xcc\x43\x43\x40\x43\x23\x0d\x4d\xc5\x9d\xd5\xb2\x57\x7c\x81\x1a\x69\x68\x12\x57\xac\x5a\x36\x3c\x01\x47\x5a\x33\x11\x4d\x25\xdf\x6c\xcb\x4a\x27\x28\x23\x99\x80\x79\x9c\x21\x2d\xeb\xe6\xc0\xd1\xd5\x32\xc1\x0a\x44\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xee\x08\x7f\xe0\x4a\x68\xf2\xef\xdd\x95\x56\x5e\x90\x15\x9a\xcf\x81\xb5\x8d\x97\x85\x8f\x9a\x89\x60\x1a\xc0\xea\xdd\x72\x38\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\x5c\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfc\xc2\x1f\xd8\x5e\x48\x39\x57\x58\x12\x69\xd3\x1a\x57\x58\x6a\x8e\xbf\xeb\x08\xb1\xad\x32\x81\xcf\x6a\xed\xa0\x46\xd6\xab\x01\x01\xe2\xee\x49\x15\xb1\x73\x18\x09\xe0\x41\xb9\x62\xf9\xcb\x3e\x47\xa2\x04\x86\xd0\x1a\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xbe\xcf\x0a\x0b\x30\x55\x73\x5c\x0e\xfc\x69\x8d\x1c\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\x66\xe8\x64\x0c\xe3\x6c\x25\x1a\x99\xac\x59\xea\xd0\xe4\xb8\xac\x59\x8c\x6d\x52\x48\xce\x84\x29\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x46\xf5\xa1\x94\x12\x79\x97\xb5\x62\x91\xed\xb2\x14\xbb\x0a\x1b\x81\xe0\xc1\x7f\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x42\xbc\x30\xec\x7a\xed\xf8\x81\x2b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xa6\x15\xf6\x19\x34\x40\xda\x25\x5d\x65\xcd\xee\x30\x37\x48\x95\x20\xb2\xd2\x04\xce\x96\x46\xe6\xc9\x8a\x61\xb3\xe5\x01\xfc\xfd\x68\xaa\x83\x0a\xda\x19\x07\x89\x6e\x4d\x8d\x01\x71\x35\xd5\xe4\xc0\x53\xd6\xf2\x8c\xcd\xf7\xc5\x68\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\xdc\x5a\xaa\x1a\x8b\x0c\x6f\xac\xa5\x7f\x17\xa9\xd2\xb8\xd3\x54\x35\x11\xe6\x90\x11\x20\xa5\x5c\x51\xca\x49\xf9\x89\x2b\x4a\x5e\xfc\x6f\xdc\x50\x9a\xc5\x43\xb0\x74\x02\x30\x7b\x84\x07\xd5\x0f\xae\x21\x55\x2e\x1d\xb4\x6c\x9c\x30\x37\x53\x1b\x89\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x1c\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x77\xf0\x61\xfa\x5c\x5c\x2a\x1a\x02\xb2\x19\x01\xe1\xda\x5e\x4a\x6a\x2e\x97\xe4\x80\x49\xed\x21\x9f\x84\x26\x79\x20\xb0\x3b\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x41\x1f\xb8\x9d\x88\x61\x92\x60\xcd\x0e\xaa\x18\xf9\x8c\xeb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x65\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1c\x85\xd0\x93\xf5\x4a\x28\xf6\x93\x1f\xd3\xc0\x8b\x66\x7a\xcc\x8a\x57\xb7\x91\x1e\xb3\x10\xa3\xde\xcc\x8f\x39\x4a\xbc\xe8\xc0\x73\xf7\x09\x92\x90\x65\x67\x8c\x0f\x49\x5d\x24\x1b\x19\x71\xd8\xf1\x6d\x92\x01\x8f\x1c\x29\xd5\x92\x7c\xc5\x90\x09\x15\x8d\x8c\xf5\x21\x16\x7b\xab\xec\x4a\xea\x09\x9a\xc8\x52\x5e\xf3\x6d\x3a\xf7\x7b\x71\x99\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x80\xe9\xe6\x29\x46\x48\x2f\x23\x0c\xd0\x91\xb1\x56\x74\xc9\x11\xc6\x0a\x4d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd2\x12\x9e\xa7\x1f\x31\xd7\x47\x3f\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x85\x5d\xe2\xa4\x81\x42\xcd\x3c\xeb\xe3\xf0\x30\xbe\x26\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd5\xa9\x0f\xe7\xa5\x81\x42\x02\xf8\x12\xd1\x45\xb7\x5e\xac\x23\x93\x4a\x2b\xc4\x3f\x12\x7f\xdf\x08\x47\x2e\x19\xf5\x91\x0b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x8e\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3b\x97\x53\xe6\xdc\x17\xf3\x83\x2c\x87\x78\xc9\xeb\xc1\xdf\xcd\x09\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x73\x46\x0c\x81\xc0\xa0\x19\x89\x1b\x76\x85\x64\x53\xad\x28\x2f\xa8\x1d\x15\xcd\x19\xcd\x1f\x48\x0b\x12\xbd\x9e\x7e\xc4\xb2\x71\x64\xf4\x19\x13\x81\x2b\xba\x6e\xe2\x21\x93\x6a\x50\x21\x20\x72\x6d\x12\xf2\x0d\xd1\x2b\xe4\x0d\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\x49\x56\xde\xb8\xc8\xb7\x87\xf1\x85\x94\x08\xe0\xb1\x97\xf4\x96\x84\x87\x6c\xab\x06\x20\xb6\xa2\x07\x82\x8c\x9d\x8d\xdb\x7b\x06\xf4\x35\x6f\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x1b\x7b\xc6\xb9\x35\xee\xe4\x95\x8a\xbc\xef\x9d\x3c\x32\x12\x36\xae\xe4\x85\x38\xc1\x95\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x39\x5b\x1a\xd7\xf6\xd2\xd0\x83\x44\x60\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe1\x0b\x73\x45\x94\x21\x53\x6f\xf3\x6e\xdf\x72\xcb\xab\x09\x5f\x98\x12\x79\x3c\x6a\xb4\xd5\x4e\xd5\x1d\x59\xa5\x0c\xac\xe7\xd2\x9f\xa1\x41\x8d\x8b\x7e\x45\x9b\x15\x17\xfd\x32\x79\x23\x5a\x31\x58\x03\x41\xc6\x6b\x7e\x5d\x1c\x26\x1b\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb3\x83\x98\xdc\x56\x30\x99\xe0\x04\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa2\x9a\x56\x10\x76\x94\x37\x0a\x8e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\xf8\x3d\x96\x06\xab\x12\x97\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x00\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x75\x6e\x77\x62\x44\x86\x5a\x9e\xa3\xd4\x00\xcf\x19\x34\xa5\xd7\xa1\x8b\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xa2\x8c\x3d\xea\xc3\xdb\xf6\xac\xd4\x60\xcf\x9f\x03\xc8\x7e\x84\x0d\x21\x1c\x44\xc4\x34\xae\x46\xa6\x42\x12\xfc\x56\x46\x24\x8b\xb1\x2f\xaf\xc2\xb0\x06\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2d\x09\xf2\x76\x31\x3d\x98\x94\xdb\xf4\xc0\x49\x7d\xbc\x70\xe5\xba\x0a\x4d\x03\x38\x65\x71\xdc\xad\xac\x0a\x12\xdc\xa7\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x52\xcf\x12\xbb\x88\x82\xe8\xd3\xfd\x43\x56\x99\xce\xf0\x03\xf2\x7b\x10\xb8\x43\x96\x54\xe0\x4b\x08\x2b\xc2\xe4\x03\xc6\x7b\xea\x3f\x8e\xcd\x78\x1f\xe2\xa4\x24\x19\x64\xf7\x52\x21\x36\x69\xe3\x92\x0d\x16\x93\x7b\x11\x7a\xdd\x0a\xa6\x0e\xfd\x38\xe5\xc3\x0e\xc3\x9a\x8b\x41\x14\xb2\x32\x6e\x70\x56\x6d\xcf\xde\xda\xd4\xe6\x5f\xbc\xb4\x21\xe5\x3d\x63\x7e\xb4\xd6\x93\xf2\x7d\x3c\x72\x2b\x67\xff\x99\x64\xa9\x95\x33\x90\xd2\x17\x69\xb1\xa4\xf0\x8c\xf9\xb3\xe0\x53\xde\xe4\x0f\x8a\x45\xae\x92\x8b\x52\x43\x4f\x52\x31\x67\x98\xcc\xb4\x68\x2f\x19\x3e\x43\xda\xa4\x66\xd7\xfc\x99\xd6\xa9\x95\xcb\xf4\x25\x0c\xa1\x21\x04\x4d\x93\x9b\xa6\x65\x22\xfb\x72\xd3\x34\x0f\x0f\x07\x76\x90\xea\xfe\x93\xb2\x59\xe3\x7a\x09\xd9\x07\x13\x3c\x57\x50\xb3\x31\x01\x26\x6c\x1e\xba\x1c\x0a\x91\xa0\xb1\x6b\x04\x5b\xe8\x7d\x2b\xb7\x02\x26\x23\xdf\xfa\x23\x5d\xe9\x96\x6a\x4a\x15\x93\xb6\x20\x33\xd5\x58\xcb\x2d\x82\x56\x5b\x43\xe8\x6d\x4d\xf8\xe7\x92\xd1\x17\x44\x19\x95\xed\x82\x24\x33\xdc\xfe\xa7\xfc\xcc\x65\xd5\xca\x13\x77\x38\x79\xf6\x9e\xa5\x7f\x57\x19\x1a\xfe\xa0\x34\x2c\x0f\x7f\x60\x06\x6e\xf9\x43\xb4\xbc\xe0\x40\x90\x59\x1e\x3f\xc2\x45\xbb\x38\x82\x4c\x53\x85\x0c\x16\x94\x58\x34\x8e\x99\x40\x6d\x1c\x33\xba\x07\xb8\xa3\x94\xb9\x46\xdf\xca\x6b\xed\x0f\x9f\xf1\xb4\x4a\xe2\xb0\xa5\x04\x9f\x8d\xfb\xa9\xee\xc3\x6b\x24\xe4\xf0\x17\xd6\x10\x3d\x21\x6d\x78\xaa\x5e\xca\x65\xc8\xbe\x5f\x98\x3c\xd8\x47\x0a\xed\xf0\x49\x56\x63\x3e\x35\x7f\x54\x7d\x32\x4c\xb5\xe2\x92\x71\x39\xdc\xa0\xca\x5c\xe0\x6f\x95\xc4\x00\x5c\x02\x6a\x95\xc4\x67\x84\x14\xb7\x7a\x44\xea\x46\x9e\x09\x1e\x3f\x1c\x00\x63\x3d\x93\xab\xc4\x6e\x10\x90\xde\x2a\xc1\x9f\xcb\x49\x10\xfc\xa9\x9f\xbb\x2a\xe4\x80\x85\x35\x99\xdf\x04\xaa\x5e\x93\xc2\x56\xf6\x17\xa5\x49\x8c\x2d\x15\x17\x8c\x82\x7a\x4d\x40\x1e\x08\xd7\x64\x06\x3f\x18\x4f\x4d\x5e\x7a\x65\x6d\x99\xdc\x82\x88\x0c\x35\x4b\x87\x38\x0e\x35\x07\x8c\x99\x2d\x17\x3a\x94\xa8\x6b\x04\x4f\x0c\x9b\xab\xb0\x81\x95\x95\xe8\x89\x9f\xcf\x9e\xe4\x6c\x13\x6e\x34\x77\xfb\x05\x07\xaa\xad\x3d\x42\xa0\x6b\x35\x8e\x54\xa1\xac\xe2\xd9\x29\xca\x19\x95\x70\xd1\x98\x49\x24\x1a\xb3\xc5\x82\x0a\x02\xb7\x2d\x8b\x14\xcd\x58\x15\x8f\x8d\xbe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x4d\xa2\x2a\x89\xb8\x3c\x6f\x77\x40\x8e\x6a\x8d\x2b\xd6\x8c\x50\x95\xb4\xbf\xb7\xdf\x55\x1c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\x85\x93\xc2\x55\x8a\x56\xf5\xf4\xc4\x38\xe6\x96\xb1\xc1\x25\x18\x6c\x60\x0c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x48\x2a\x01\x45\xac\x31\xc6\xad\xb7\xda\xa4\x19\xd0\xb4\xda\xa0\x19\x7e\xd5\x15\xb1\x1c\x31\x8c\x23\x58\x7f\x6a\x58\x44\x60\xed\xb5\xc7\xe4\x19\x12\x07\x4b\xec\x42\x57\xa6\x71\x7b\x3a\xfa\x84\xe7\xa9\x07\xcf\xf1\x45\xc3\x89\x98\x49\x78\x67\x71\xc2\xd8\x47\x48\x75\xde\x2a\xf7\x3d\xa4\x40\x75\x68\x22\x1d\xbe\xc0\xfb\xa2\x31\x18\xe0\x70\xca\x0f\x02\x54\xc9\xc0\x99\x8f\x88\xb3\xe6\xd9\x93\xc6\x22\x94\x0b\xa6\x28\x3e\x9d\x05\x03\x18\x66\xa1\x51\xa9\x86\x94\xe0\x01\xd9\x52\x02\xb6\x8b\xfd\x2c\x8b\x43\xe0\xa8\xd3\x79\xd8\xc2\xeb\x12\x87\x3f\x04\x40\x58\x1e\x91\x9e\x92\xf0\xca\x45\x12\x23\x36\x2a\xee\x16\xa3\x5b\x6a\x5c\x24\x81\x21\x57\x2e\x92\x14\xcf\xdd\x74\x9b\xf8\x3b\xd9\x48\x55\xce\xb9\x45\xb9\x47\x60\x4d\x58\x5a\xb4\x96\xd6\x15\xc1\x05\x7e\xe5\xf6\x79\x0e\xb0\x93\xc8\xb9\xaa\x51\x97\xda\x9e\xea\x47\x06\x2a\x2e\x84\x9b\x05\xb3\x44\xc5\xcd\xa2\x74\x55\xf1\xac\x48\x57\xab\x82\x88\x83\x47\x7a\x01\xb7\xef\x33\x44\x57\x16\xfe\x81\x4f\x48\xd4\x48\xfd\x42\xa9\x9f\x56\x43\x2c\xc9\x36\x67\xcf\x84\xc2\x87\x93\x1a\x93\x0a\x88\xd8\xc2\x7c\x06\xee\xf2\x96\x51\xaa\xa6\x8f\x7a\x06\x95\xa0\xc9\x09\xc5\x96\x58\x9a\x7c\x54\xa2\x1b\x02\x86\xc8\x76\x32\x29\x77\x26\x6e\xa3\x60\xbc\xa8\xa7\x32\xa6\x50\x44\xd8\x58\xfa\x8b\x48\xd4\xf0\xf3\xd4\x9d\xa6\x37\x62\x3f\x4e\xf6\x49\x9a\x71\xea\xe4\x84\xe5\x57\x24\x92\x64\xe3\x2d\x90\x14\x12\xd5\xb6\x4a\x78\x88\x1c\xb5\x7a\x65\x25\x90\xf5\x12\xc3\x6c\x10\x7b\x66\x0b\xb0\x5b\x34\xbc\x04\x27\x43\x23\xb5\x24\x91\xf8\x92\xe2\x47\xeb\x00\x1b\xab\x30\xe9\x94\x02\x7b\xbd\x6d\xce\x0f\x8f\xda\xa0\x7d\x29\x24\x88\x17\x0f\x33\x74\x6c\x2c\x16\x55\xd2\xfc\x60\x68\x91\xff\x3d\x6e\x5f\xf9\x56\xca\xab\x8f\x27\xde\x83\x2a\xe7\x17\xd6\x72\x7e\xf7\xf6\x31\xad\xa0\xc7\xcb\x7b\x22\x81\xe3\x2f\xe1\x89\xe2\x4c\xf8\x4e\x3c\x6b\x61\xcc\x10\xb3\xe4\xdf\x02\xfe\x95\x5a\x16\x9b\x3b\xa0\xcf\x92\x3e\xd1\x8c\x88\x4d\x92\x80\xb5\x66\x4d\x15\xa8\x55\xd3\xc7\xa1\x6a\xd6\xcc\xbb\x0f\x24\x1a\x86\x0a\x72\x4c\x34\xaf\x22\x2f\xd5\xb4\x06\xcb\x1f\x62\x53\x3b\xd4\x6c\xa7\x7d\x71\x6e\x39\xcf\x4d\x26\xce\x26\x36\x9c\x19\x1e\xc8\x96\x62\xbc\xc6\x0b\xd9\x87\x38\x38\x2d\x7b\x8a\x8a\x2f\x01\xee\xc1\x8b\x04\x15\x6f\x41\x93\x77\x62\xf8\x69\x5c\xc7\x20\x19\x65\x6b\x04\x48\x54\x18\x6f\x2b\x4a\x31\x20\x69\x53\xbd\x5f\xfe\xa0\x9c\x84\xc9\xab\x11\x85\xb8\x02\x0c\xea\xfa\x68\xb1\x0d\x67\x83\xd8\xd4\x8a\x0a\xea\xf0\x87\xd8\x5a\x7f\x51\x1c\x1f\xbe\x6c\x50\x93\x71\xa5\x35\x39\xa9\x10\xa9\xb1\xb5\xbe\x10\x28\x87\x19\xa8\xa9\xc7\x63\x37\x68\xdc\xba\x20\x95\x5a\x6b\xde\x93\x14\xe1\x5b\x95\xa2\x0e\x5b\x2b\x21\xbb\x72\xe2\x1f\x62\x1d\x35\x26\x02\x78\xaa\xb7\x10\x01\x3b\x85\xbb\x3a\x91\xdb\xad\x35\x89\x06\x12\x56\x23\x5c\x91\x02\x52\xad\xe9\x95\x50\x2d\x6a\xcd\x7e\x33\xcf\xa0\x12\xaa\x1a\xd9\xeb\x47\x17\x49\xe2\x2a\x84\x1f\x75\xeb\x35\xa2\x23\x91\x8e\xe5\xe7\x3e\x79\x2d\x42\x1a\xd7\xba\xa0\x46\x04\x69\x30\x2c\xdd\xb3\x8d\x1c\x8f\x4a\xf7\x6d\xe8\x89\x1e\xfe\x40\xb2\x59\x18\x4b\xf3\x9a\x82\xb6\xde\x06\xf7\xd2\x5c\xdd\xa8\x36\xd5\x8d\x49\x6b\xe1\x02\x70\xd3\x37\x2b\xab\x9a\x3a\x1a\x79\x1e\x87\x0b\x9f\x18\xbb\x93\xdf\x0c\xbe\x61\x82\x53\x1b\x30\x9a\x2c\xe9\xf6\xd3\x72\xe6\x5c\x88\xd4\xc0\x4a\xba\xfd\x72\x1c\x4e\x43\xbc\x77\x33\xa7\x0a\x24\xc2\x53\x33\x09\x8c\x94\xb3\x79\x0d\x52\xcd\xae\x79\xe3\x40\xb3\x71\x0b\x9d\x1a\x49\xac\x79\xf9\x51\x5b\x6f\xe3\x9a\x81\xc6\x84\xc6\xe5\x47\xcd\xfc\x0d\x9d\xda\x40\x82\xb6\xa2\x28\x1f\xcf\x50\x3f\xd7\xbd\x04\x1b\x00\x59\xb2\x0c\xbe\xff\xc4\xd0\x74\xfa\x89\xa1\x99\x07\xcc\x6b\x8a\xa0\xf0\x2e\xf9\x55\xdb\xbc\xab\xca\x38\xa9\x04\x90\xc7\xf8\xd6\xa4\x67\x95\x00\x3d\xf2\x8d\xec\x8b\x86\xf4\xb4\x4f\x98\x00\x1c\xc5\x39\xf2\xec\x3d\x7b\x41\x7d\x06\xac\x58\x88\xf5\x03\xe0\xaf\xed\x94\x58\x4a\x3f\x2e\x65\x00\x4f\xa7\xe1\x86\xfa\xa6\x1b\xfc\x84\x62\x86\x8d\x24\x3f\x35\xf6\xf9\x0a\xe4\xf3\x07\x36\xdd\x01\x2f\x09\xd9\xf4\xc5\x83\xee\xb1\xbd\x3c\xe8\x62\x9c\x85\x1f\x0c\x66\x6a\x61\xd3\x77\x0f\xef\x40\x39\xda\xdc\x31\x17\x5f\x98\x0b\xca\x09\x39\x86\x6a\x50\xde\x5b\x16\x5b\xed\x0b\xe4\x4f\x36\x10\xf9\xc5\x80\xd0\x73\x3d\xea\xe8\xb9\x54\x56\x6c\xed\x71\x40\x17\xcf\x6d\x46\xcd\xbf\x54\x32\xa8\x3a\x7c\xdb\x13\xcb\xf2\x45\xe6\x20\x19\x7f\x64\x8d\x92\xa9\x30\xad\x23\x33\xb5\x57\x18\x49\x4a\xb9\x78\x58\xb3\x3f\x48\xf9\xdd\x08\x42\xfc\x48\x8d\xd2\x1a\x8c\x86\x04\x4d\xad\xe1\x57\xaf\x12\x9d\xd7\xc3\x0a\x75\xe8\xc1\x5c\x10\x61\x28\x8c\x90\x17\x52\x4b\x3f\x24\x73\xf1\x55\x1c\xbe\xce\x0b\x7e\x7c\x00\xd4\xbd\x0e\x40\x1a\x91\xd6\xbd\x36\xa8\xb8\x6f\xbe\x89\x21\xfd\x24\x21\x53\xd5\x45\xd4\x89\xde\x53\x04\xea\x49\x9b\x28\x03\x12\xb7\x2f\x3f\xe9\x5a\xbb\xb5\xc7\x77\x32\x5f\x93\x00\xa4\x75\xf2\x27\x34\x21\xd7\x43\xad\x83\xc6\xf6\x6c\xfa\x78\x26\x92\x03\xa4\x7e\xc5\xee\xd8\x6f\x89\x49\xf1\x15\xfc\xc8\x78\x9b\xbe\xf9\x51\x25\xe3\x4f\xeb\xde\x0e\xd4\xe6\xdf\x49\x31\xad\x8b\xad\xeb\x13\x57\x9f\xe8\xa8\x7b\x35\x5a\xab\x6c\x42\x04\x3a\x7c\x8a\x14\x25\xad\x17\x2d\x6e\xdd\xe6\xde\x3b\x4a\x36\xd7\x12\xbd\x9c\x96\xa8\x15\x23\x9a\xe9\x9f\x63\xd9\x6b\x4c\x98\xcf\xaa\x07\x0b\x7a\x4f\x29\x8a\x30\xb4\x74\xd8\x53\xd2\x9d\xd0\x83\x3f\xc5\x57\xcb\xce\xfc\xe5\xf4\x85\x39\x93\x1a\x7a\x44\x7b\x37\xae\xfb\x83\xa8\x62\xf3\x98\x0b\x70\x21\x9a\x9e\x32\x8f\xad\x6f\xf6\x34\x8c\x00\xec\x4d\x62\x15\x2f\xe6\xea\x67\x25\x4d\xf1\x58\xb0\x18\x61\x17\xcb\xea\x42\x95\xaf\xd4\xe5\xe4\x36\xdd\xea\x8d\xc3\x16\x31\x77\x90\x00\x57\xb7\xde\x04\x4a\x5e\x54\x92\xa4\x34\x2a\x5e\x54\x72\x97\xb4\x6e\xaa\xa6\xbd\xd8\x6f\xa8\x20\x25\x30\x52\x50\xf0\x4e\x96\xe4\x06\x8d\xe9\xf8\xb8\x93\x3e\x88\x6e\x49\x46\x29\x6c\x27\x66\x4e\xd2\xd7\xc9\x87\x1c\x33\x96\xdb\xc1\x58\xfa\x34\x08\xcb\x6e\x67\x60\x8b\x5f\x81\x2d\x70\xd7\x6e\xf5\x07\xd8\x4a\x37\x3c\x3e\x00\x2c\x27\x83\x13\x75\x35\x32\x5d\x1b\x1d\xbf\xf6\xf8\x39\x20\xf8\xec\x44\xf0\x4a\x6b\xf3\xe9\x68\x58\xc1\xa9\xc9\x66\x36\x7a\xf3\x07\x6b\x75\x8b\x77\x2b\x60\x64\x73\xe9\xa6\x0b\xd4\x47\xad\x0a\x49\x61\x90\x1a\x73\x24\x39\xb0\x9e\xb8\x8e\x86\xa5\x20\xd4\x3f\x52\xa4\xee\xcb\x70\xbe\x6c\xc4\x27\x56\xe5\x2f\xcb\x41\x58\xd6\x27\x96\xc5\x24\x65\x33\xa2\xa0\xc9\x96\xe4\x6c\xdd\x7b\x72\x32\xc9\x7e\xea\x42\x88\x5f\x5c\x30\xcd\x4f\x61\xca\x88\x5e\x9a\x53\xef\xec\x28\x46\x15\x1a\x4a\xb5\x92\x9c\x74\xc7\xf4\x8b\x55\x09\x15\xbc\xd3\x15\xda\xda\x51\x80\x48\x7b\xde\x3a\x06\x59\x32\x79\xb7\x7e\x45\x52\x39\x86\x40\xcf\xa9\x12\xca\x4b\xd4\x4c\xf6\x44\x31\x96\x61\x6b\xd7\x27\xb0\xcc\x8e\xa5\x36\xdb\xaf\x00\x3c\x53\xbf\x4c\xd4\x0f\x7c\xae\x80\x3b\x3f\xdc\x87\xed\x99\xd6\xed\x14\x59\xd3\xed\xb4\xe8\x0a\xb7\x73\x95\xba\xa1\x3e\x69\x63\xeb\xb7\xd4\xc6\x99\xdc\xd8\x3b\x44\x0d\xee\xea\x1b\x33\xd0\xf5\x41\xeb\x3d\xea\xf0\xb4\xe0\xc2\xdd\xc2\x10\xd2\xdc\xdb\x04\x78\x82\xed\xb1\x4a\x0c\x73\xd2\x0b\xad\x8e\xd3\xe1\x6f\x4b\x6c\x78\x34\x3f\x26\x5f\x44\x00\xc1\xf0\xc8\x51\x87\xed\x25\x35\x28\x9b\x1d\x7d\xab\x4a\x4f\xb1\xae\x1e\xc2\x2a\x18\x9f\xc4\x1c\x9f\xb2\xa1\xd0\x9d\x54\x68\x06\xb7\x76\x59\x9d\xa4\xf5\x35\x0a\x84\xa9\xbf\x14\xab\x71\xf7\x5f\xce\x0a\x94\x69\x1c\x6c\x3e\x34\x6e\x1c\x5c\xc5\x2a\x3e\x83\x52\x1c\xd3\x61\xf4\xba\x6a\xc9\xc0\xf5\x5b\x41\xef\x71\x38\x98\x7f\x8f\xf3\x34\x78\x81\x16\x75\x9f\xdd\xef\x61\x0b\xb8\x2f\xeb\x19\x91\x88\x69\x6f\xd8\x48\x49\xf8\xfb\x02\x11\x87\xf4\x50\x30\xa7\xd6\xf8\xc8\xb3\x8c\xe0\x31\x64\x98\x00\x60\x10\xe1\x5e\xd9\xe1\xc1\xe5\x78\x52\x19\xb6\x91\x02\xac\xeb\x3b\xd2\x37\xfe\x5e\x17\xa2\x8d\x2c\xb6\x81\x3d\x03\x07\x6f\x59\x9c\x88\x61\x48\x9a\xbe\xa9\x91\x8d\xd6\x71\xca\xd9\xd9\x00\x2e\x14\x42\xaf\xf3\x8c\xac\x92\x02\x20\xcc\xa0\x23\x2e\x8c\xfc\xb1\x2b\x5b\x08\xa2\xe9\x88\x24\x84\x4a\x8e\xa1\xe0\x33\x7d\x91\x3c\x3b\x2f\x5c\xc4\x46\xfb\x0c\x22\xde\xf5\xf1\x52\x46\x68\xf7\xcb\xe8\x68\x74\x24\xfa\x6d\xa3\xc6\xdc\x79\x0e\x65\x8d\x67\x8a\x0c\x4c\xbf\xbf\x1c\x01\xe0\x55\x8f\xa6\xc3\xc9\xfe\x86\x2d\x40\x1f\x27\xeb\x15\x79\x18\xf1\x50\x53\x13\xf2\x2d\x46\x63\xad\x4d\x73\x92\xcf\x9e\x6b\xe4\xd0\xd1\x39\xca\xf1\x1c\x2d\xe8\x0a\xb3\xe6\xe1\xae\x53\x16\x2a\xf0\xaa\x2b\x8a\xf9\x77\x69\x2b\x2c\x79\x74\x8f\x16\xb2\xdf\xc0\x57\x5a\x05\x5a\xd7\xb6\xef\xdf\x3d\x72\xae\x35\xfc\xa6\x68\x16\xc3\x8b\xed\x25\x3a\xf6\x94\x0b\x05\x3c\xa7\x21\x23\x0e\xaf\x92\xe9\xdd\x1e\x04\x7b\x75\x6f\xef\x0c\xef\xb0\x7b\x2b\x71\x0c\x8d\x00\x48\xbb\x83\xe0\xf1\xa1\xf0\x39\x86\xa1\x08\x1c\xc9\x61\xf4\xb8\x9e\x20\xea\x3a\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x02\xd0\x11\x10\xc6\x54\x54\x47\xd6\x1f\xc4\x7e\xd5\xe9\x47\xae\x98\xb5\x10\x25\x2e\x63\x18\x33\x36\x94\x6e\x09\xee\xae\xce\x6a\xc9\x93\x91\xc7\xc6\x92\xbd\x23\x2e\x8c\xe5\x61\x47\x96\x1c\x2b\x96\x65\x7b\x53\x86\xba\xfa\x15\x3d\x33\xa4\x06\x4a\x9d\x4c\x43\x26\xe9\x1c\x3f\xb1\x12\xc6\xf4\xaa\x98\x67\xc4\x52\x48\x8e\x88\xad\x92\xa4\xd3\x6d\x04\xc3\x44\xa2\x19\xc1\x30\x85\xc3\xc7\xa9\x54\x3f\x43\x26\x40\xcf\x18\x1f\x2d\xa5\x76\xe5\x79\xb1\x2f\x3c\xa2\x24\xa8\x6b\xe3\x74\xed\x74\x4b\x90\x77\xa8\x03\x43\xe7\xa4\xfe\x83\x21\x27\x94\xf0\xc8\xf1\x10\xd4\x07\x89\x69\xc8\x7b\xd7\xc6\x56\xc4\x66\x9c\x0a\x92\xdd\x06\x05\xc0\x05\x39\x04\x8e\x6a\x98\x92\xdc\xb8\xcc\xba\x05\x08\x2f\xed\xd9\x22\xb3\xba\x16\x9c\x65\xdc\x8a\x45\xae\xe8\x76\x38\xba\x35\x87\xa7\x82\xf3\xd8\x5c\xaa\xc8\xb5\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x20\x38\xe0\x52\xc6\xfe\x8d\xcd\xa4\x4a\xfb\x36\x5b\x69\x1b\x8f\x3b\x85\xd8\x31\x88\x9d\x6a\xe2\x9c\xe5\x8f\x8c\x26\x8a\xcc\x75\x8a\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xcc\x32\x4a\x79\xa4\x76\xcd\xcd\x1d\xc5\xc7\xa7\x1d\x6a\xbc\x6e\xb5\xab\x79\x29\x21\xe2\x54\x5e\xcb\x13\xdb\xd8\xa3\xe4\x18\xde\xf7\x76\xc5\xe6\x88\x55\xe2\x1b\x5a\x0f\x4b\xbc\x48\x33\x39\x63\x64\x8f\x2d\x83\xed\x9a\xc6\x3f\x01\xca\x49\x18\xb5\xd9\x0b\xda\x3c\x2c\x3e\x13\x2f\xe6\xd6\xf3\x2b\xae\x8d\xc0\x35\xa7\x99\x64\x74\xa8\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x11\x02\x5a\xc6\x34\x4a\x4a\x8f\xde\x0c\x95\x10\xe4\x9a\x9b\xab\x65\xaf\x6f\x4e\xca\x1c\x19\x93\x3d\x8d\x61\x52\xa3\x9c\xf8\x03\xa9\xce\xd8\xa6\xb9\x4a\x15\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x77\xb5\xc8\xb9\xd5\x26\xe1\xd3\xa4\xf2\x6a\xd3\x90\x69\x95\xd3\x99\x45\xaf\xea\x2f\x1a\x6a\xfc\x41\xf4\x42\x60\x20\xd3\xee\x90\xbb\x4d\xab\x0c\x40\x76\x66\x21\x63\x95\xdf\x10\x9a\x14\xfa\xc7\xe4\x3e\x97\x76\xf4\x59\xac\x20\xc3\xc2\x8b\x2c\x50\x28\x18\x0f\xed\x64\x71\xf5\x19\x7c\x37\x83\x85\x09\x91\x0a\x02\xc3\x60\x66\x25\x36\xd3\x15\x55\x7b\x72\xdd\xd5\xe4\x38\x0c\x57\x05\xba\x0d\x3c\x87\x4e\x30\xd4\xb9\x65\x73\xd9\x90\x4d\x9a\x0c\x1f\xe9\x76\x6e\x2e\x96\x87\x33\xe4\xc2\x95\xd1\x8b\x73\xeb\x73\xc5\x8b\x73\xb3\x49\x30\x11\x99\x27\xb1\x43\x22\xe2\x6c\x5c\x21\xea\xf6\x4a\xe4\x95\xb3\x25\x74\xc8\x48\xd2\xa9\x63\x2f\xfe\x1e\xd3\x60\xb6\x14\x33\x1d\x4e\x96\xcb\x56\xe4\x2e\x69\xb3\xc7\x09\xa4\xb5\x41\x41\x4a\xe8\xd3\xac\x6c\x7a\x5a\x66\xf7\x22\x01\x73\xe2\x12\x15\x99\x1e\xda\x0c\x46\x27\x4a\xe2\xc9\xa3\xa4\x6a\x9b\xc3\x31\x68\x80\x86\xa7\xb6\x37\x47\xf4\xca\xe0\x03\x8c\x4c\xfe\x20\xcd\x2f\xfe\x40\x38\xc5\xf2\x87\x58\x06\x33\x9c\x81\x84\xac\x69\x5a\x15\x0e\x52\x32\xbd\x09\xe5\x79\xe0\x6a\xb4\x46\xc1\x39\xd5\x85\x9c\xae\x29\x55\x74\xf3\x4d\x53\x06\xab\x5e\xcc\x65\xa6\x00\xbe\x5a\x9e\x52\x24\xff\xb9\x54\xf4\xbb\xbf\x10\x1b\x9f\x6c\x31\x1d\xfd\x5b\xd5\x77\x2e\x2e\xaf\x43\x7e\x66\x28\x83\xce\x80\xc2\x09\xca\x02\x13\xc3\xa4\x94\x7c\x7e\x62\x4c\xa0\xf7\xb1\x52\x19\x0d\x3e\x41\x0d\x98\x99\x77\xa0\x95\xe5\xa7\x79\x51\x3c\x14\x28\x79\x94\xd9\x6a\xd3\x3b\xd0\xca\xec\xd3\xd0\x1d\xc4\x8d\xb9\x99\x56\x69\x1e\x35\x3c\x61\x4d\x10\x9d\xee\x89\xdf\x7c\x78\x06\xd8\xa7\x03\x30\x0d\xee\x2b\x2d\xc3\x21\x27\xea\xde\x21\x19\xc3\xc5\xd5\x9d\xab\x21\x37\x7a\x44\xa6\x3e\x2e\xd5\x82\x69\x34\xb2\xce\xc4\x89\x51\xb2\x21\x5b\xcd\x8b\x4b\x38\xd2\x0b\x53\xa4\xe8\x56\x98\x16\xf0\x13\x93\x09\xc1\x89\x49\x85\x86\x27\xa0\x30\x49\x86\xc1\x62\x1a\x73\x2c\x63\x98\x68\x75\xcd\x75\xdf\xc6\x4b\x38\x20\x2a\x5e\x73\x03\xee\x08\xe6\x00\x52\x5c\x58\x8a\x2d\xbb\x63\x37\x00\x3a\x8a\x60\x43\xe6\x99\xb7\x60\x63\x26\x37\x60\x43\x62\x99\x86\xed\xd4\x68\x7d\xf1\x83\x93\x92\xee\x75\x5f\xd8\xa5\x64\xaf\x6c\x3e\x02\xde\x7c\x74\x50\x38\xa9\xe0\x9c\x42\x57\x43\xa7\x2a\xd1\xc4\xb8\x49\x49\xc9\x36\x1f\x61\x48\x57\x5e\x7e\x96\x8f\xcd\xe7\xfc\x59\x85\xae\x4d\x62\x6f\x62\xc3\x49\xa5\xe2\x0d\x8a\xf9\x38\x36\x93\x45\x23\xec\x1e\xce\xd7\x2b\xad\xcc\x09\xff\x5b\x90\xa4\x97\xe2\x43\xee\x24\x0a\x61\x93\xca\xe2\x7d\x93\xfb\x2e\x4a\x0d\x36\xd0\x74\x1d\x04\x8f\xb3\x5f\xeb\xf0\x9b\xc5\x33\x51\xda\x40\x72\x1d\x1e\x7e\xd8\xea\x3a\xdc\x54\xd6\xbc\xd0\xe3\xe4\x40\x8b\x38\x5f\xd2\xf6\xb6\x95\x3c\xa3\xa8\x68\x6b\x73\x39\x0b\xec\xb5\x95\x22\xff\x2d\xcf\xf8\xaf\x92\x7f\x5f\x04\x62\x75\x9e\x3f\x64\xe1\x63\x4a\x98\x3a\x29\x54\xd5\x16\x45\xfe\x48\x7a\xd3\x96\x49\x49\xb4\x6e\x2e\xe3\x77\x0d\xbf\x5d\x39\xf6\x84\x99\x67\x6a\x81\xa2\x7f\x2e\x94\xb6\x25\x95\x5c\x39\xd0\xc9\xaf\xd8\xa0\x6a\xf3\xf1\xb3\x02\x60\x5b\x6a\x70\x25\x9a\x2f\xe8\x2a\xa3\x67\x67\xc8\xcc\xc9\x31\x22\x06\x2d\x74\x36\x6d\x39\x2b\x54\x36\x58\xf5\x32\xaa\x57\xa7\xee\x2a\x86\x4a\xd1\x1a\x33\x6b\x8b\x8f\x94\x45\xe2\x07\x34\x49\x4c\x04\x0b\x03\x6a\x13\x20\x56\xe9\x4b\x6e\x58\x89\xbd\x60\x49\x05\x8c\xad\xdf\xca\x7b\x2b\x98\x2c\x4a\xd2\xaa\x0e\x0a\xf9\x5f\x5c\x81\x56\x41\x5b\x35\x6a\x01\x30\x35\xb4\xc6\x16\x2d\xb0\xfb\x35\xff\x0e\xf6\x34\x1b\x33\x7e\x3c\x53\x39\xc9\x3d\xc0\x4a\xda\xe0\x6d\x0b\x3d\x51\xbd\x69\x85\x9e\x08\xca\xaf\x46\xe8\x26\x07\x74\xc1\x6e\x87\x90\x26\x2f\x89\x1e\xdd\x25\xb7\x85\xe4\x2c\x72\xa0\x52\x87\xb0\x2d\x72\xa0\x2e\x4d\x94\x8b\xb4\x24\xad\xd9\xa9\x38\x6c\x03\x62\xf2\x38\x84\x4b\x36\xac\x43\x64\x59\x2d\x4f\x4d\x79\x75\xe7\xca\x34\x0c\xdb\x55\x3e\x5a\x32\x65\x98\xd1\xea\xce\xd5\x06\x64\x7a\x43\x4c\x58\x1d\xe2\xd3\xfc\x5e\x9f\xbc\xdf\x70\x0c\x9b\xcf\x86\xde\xd9\x8f\x52\xde\xf4\x05\x42\x04\x53\x5b\x5d\x19\x5a\xfc\xa2\xf6\x5d\x13\x21\x7b\xec\x1c\xf3\x1b\x01\x3f\x7e\x21\x82\x57\x39\x74\x61\xbe\xf5\xde\xf0\x22\x6f\x49\x83\x09\xad\x11\x70\xb2\x75\x0c\xce\x18\x43\x61\xc9\xad\xc0\xa7\xe9\x65\xd2\x35\x21\xcd\xb0\xa7\x35\x11\x9b\x1d\x6e\xb3\xf3\x22\x09\x5d\xc6\xe6\x0a\xfd\xc9\x7d\xcc\xe5\xf7\x5a\xf7\x25\x21\xc1\xda\xd1\xc2\x16\x17\x91\x9a\x14\xc4\x00\x5e\x5d\x16\x6b\x05\xf5\x67\x86\x5c\x45\xea\x92\x87\x50\x53\xed\x98\x62\x71\x71\x44\x55\x59\xb5\x0a\xaf\xe5\x2d\x13\x3f\xa2\xea\x26\xc4\x78\x2d\xc6\xc3\x10\xb0\x96\xdb\xed\xde\x73\xdb\xc8\x8b\x60\x94\x69\x98\x6a\xb8\xeb\xa3\x5c\x0e\x38\x42\x2d\x45\xda\x59\x70\x7b\x2f\x51\x2e\x6f\x24\x4b\xef\x3e\x92\xa3\x65\x0b\x85\x74\xf7\xf5\x13\xb4\x89\x65\x78\xdd\x48\x6f\xcb\x22\xe5\x49\x83\x01\xaf\x33\x68\x13\xe0\x39\x63\x44\xda\x9f\x06\x74\xb0\xa6\x93\x00\xa5\x78\x36\xdb\xa8\xad\x63\xfb\x7c\x79\x28\x43\xca\xb4\x74\x3c\x2a\x1d\x2f\x8b\x2b\x4c\x8f\x43\x30\xf9\xe5\x4b\x67\x26\x3e\xab\x8d\x09\x5d\xa2\x57\xbc\x0f\xb0\xae\x60\x9b\x4c\xf1\x92\x73\x31\xc3\xe0\xf2\x62\x12\x8c\x3d\xf9\x51\x5c\x38\xa6\xf5\xad\x8a\xe0\xb4\x48\x6b\xe2\x85\x9e\x05\x5f\xf7\x52\xfc\x92\x19\x77\xff\xee\x19\x90\x6c\x84\x8e\x2b\xf6\x78\xad\x38\xce\x1c\x81\xb0\xb9\x7e\x57\xa0\xa8\x2d\xd4\x57\x05\x38\x93\xa3\x0f\xcd\x0e\xeb\xf1\x84\x30\x7b\xae\x13\x0f\x77\xf1\x21\xa0\x57\x8c\xc3\x23\x59\x96\xd0\x7a\x9c\x4c\xfc\xe2\x89\x44\xc2\x5e\x6f\xd4\x41\xe6\x17\x6f\x14\xeb\xeb\x59\x5e\xf7\xd1\xd7\xb3\x70\x5c\x6a\x8e\x5b\xde\x0d\xd6\x1d\xb5\x74\x5c\x6a\xeb\x5e\x16\x6e\x47\x4a\x5e\x38\x28\xbd\x26\xf0\x39\x0e\x5b\x64\x5e\x28\x4b\x04\xfd\xff\x10\xfa\xaa\xbd\xf1\x13\xa1\xaf\xcd\x1f\xa0\x3f\xc3\x1f\x64\xe5\x10\xb2\x4f\xb0\xf2\xe5\xcb\x63\xbf\x7b\xc0\x0f\xc9\xc7\xc8\xa9\xda\x3e\xe6\x2f\xd5\xd7\xf2\x49\x81\x44\x93\x97\x80\x63\xe7\x05\x41\x78\xfa\x15\x44\x78\xf8\xd1\x69\x48\x68\xe2\x85\x1d\x1e\x36\x88\x01\x1d\x04\x31\xc7\x85\x60\x84\x95\x61\x7c\xc2\xd2\x0a\x45\xfe\xe4\x80\xa2\x2f\x70\x06\x10\xe7\x13\xaa\x2c\xfb\xf3\x91\x6b\xeb\x2b\x21\xc1\x7d\xe9\xd9\x16\xde\x90\xe5\x28\x7e\x72\xac\xdd\x17\x50\x0a\xf9\xe6\x53\x02\xbe\x8b\x17\x22\xa2\x9d\x0a\x16\x55\x3d\x71\x1f\xd5\x51\xb0\xf9\x43\xd8\xa8\x86\xc1\x4f\xd5\x93\x05\xed\xfd\x54\x27\xc2\x76\x7e\xb8\xd4\x22\x07\xfd\x54\x33\x79\xb2\xb7\x1f\x35\x50\x3d\x27\x1f\xc3\x40\xd5\x6d\x3e\x8d\xf0\x52\xc8\xd9\x47\x96\xa5\x5f\xe2\x23\x33\x12\xd4\x3d\x00\xc4\xb4\xba\xee\x99\xe5\x0b\x97\xbf\x9d\x57\xd7\x60\x99\xfd\x81\xdd\x99\x76\xc5\x86\x4c\x3f\xf2\xc8\xc1\x2c\x3e\x61\xe2\xb4\xb9\xd7\x3a\xb4\x0a\x7d\xe4\x1c\xda\x74\x3f\x43\xa9\xde\xdd\xdd\xba\x60\x31\xaf\xdd\x67\xaa\xb9\x42\xac\x3e\x66\xaf\xd0\x1c\xf2\x59\xb1\x60\x60\x44\x06\x0a\x4d\x23\x1f\x63\x4d\x34\xe7\x7d\x54\xec\x34\xb0\x7d\xb4\x45\x6a\x79\xfb\x2c\xa7\xcf\xf0\xcb\x43\x0a\x84\x97\xc5\x7e\x3c\x18\x2b\xe6\xc5\x0b\xd6\xc7\xa1\x3d\xe4\xf3\x71\x8b\x90\x90\x3f\x1f\x8f\x03\x1a\xca\x47\x65\x4c\xcd\xfb\x63\x64\x87\x5e\xa1\x8f\x41\x8a\x8a\xf6\x9f\xd3\xd8\x7b\xf1\xeb\x8c\x23\x6b\x07\x01\x26\x16\x20\x81\xd6\xc5\x4f\x69\x85\x2a\x13\xff\x90\x41\xa2\x2d\xff\x8e\xcc\x34\x6d\x60\x78\xb7\x88\xc7\xf5\x08\x4d\x30\x1f\x9c\x71\x54\x34\x6a\x94\xff\xd9\x60\x65\x5d\x5e\x0f\x55\x9a\xfe\xa8\x91\x6d\x75\xf5\x1b\x52\xf8\x91\xaa\x8b\xc8\x17\xf2\xf5\xf4\xf9\xb2\x50\x05\xcf\xaf\xbd\xb1\x2e\x72\x55\x76\x29\x03\x06\x4a\x1d\x4e\x1f\xb5\xad\xe5\xdf\x5d\x3b\x54\xf9\x73\xbb\x15\x10\xc2\x8f\x79\xae\x75\x1b\x7d\xd0\x98\x96\x94\x41\x53\xa3\x9b\x17\x17\x1a\x3c\x2b\x8f\x63\x30\x36\xd9\x1e\x9a\x24\xca\x80\x46\x6f\x58\x7d\x24\xc3\xaa\xc2\x1f\x0d\x8d\xda\x14\x3e\x6f\xf4\xc5\x67\x46\x89\x78\x7b\xea\x83\x27\x2c\xa9\xd5\x9c\x47\xcc\x6b\xf0\x92\xfc\xa5\xf3\x62\x45\xaa\xe4\x0b\x59\xb4\x90\x8f\x4f\xac\x7a\x1a\xe4\x4f\x4a\xa3\x1b\xc5\x7e\xe2\x90\xea\xa0\xf7\x29\x51\x54\x03\x3e\x93\xea\x1e\xdc\xe5\x84\x12\xae\x12\xbf\xdc\xbe\xf0\x4b\x0e\xc6\x41\x67\x78\x9a\x5a\xfc\x20\x3d\xe8\xfe\x40\x51\x71\xe8\xf0\x99\x31\x5a\x74\x9f\x3d\xb7\xc8\x53\xa7\x36\x3a\xe8\xfb\x89\x72\x41\x3d\x87\x76\x16\x0b\x6b\xd9\x6d\x71\xbe\x7e\x24\x06\x67\x5b\x3f\xfc\xc0\xc2\xab\xbb\xce\xd0\x55\x59\x18\xdc\x38\x49\x60\x48\x81\xb9\x76\x12\x13\x68\xa2\xac\xb3\x06\xc6\xfb\x43\xa0\x00\xcd\xcd\x64\xe4\x57\x5b\x05\xa8\x1d\x3c\x39\x9b\x07\xd3\xb1\x8d\x9a\x80\x37\x9c\x88\xfd\x94\x89\x6b\x27\x09\x94\x35\xe3\x9e\x94\x41\x30\x5e\xe9\x24\x08\x70\x56\xdb\x92\x4f\xda\x0d\x6b\xca\xaf\xcc\x22\xc8\x66\xb6\x81\x75\x73\xf9\xc8\x6b\x78\x82\xa6\x47\x62\x1e\x9e\x1d\x18\xb8\x1a\x87\xd1\xfd\x46\x94\xe0\x34\x9f\x08\xf4\x54\x2e\x68\x27\x42\xfc\xac\xfe\x3d\x46\x63\xcd\xba\x92\x34\x9d\x9c\xd8\xde\x4c\x19\x78\x12\x45\xaf\x16\x7f\x92\x59\x40\xed\xfb\x1c\x0e\xcd\x54\x09\xb4\x30\xfb\x7c\x3b\x91\xe1\xbb\x90\x1c\xe0\x80\xd3\x08\x9b\xdc\x70\x04\xc3\xd5\x50\xf6\x4f\x42\x30\xba\x43\x4f\xa9\x1a\x06\x8b\x93\x80\xc3\x12\x40\x23\xe0\xb0\xc7\x0f\xa2\x47\xb6\x39\xe2\x2f\x67\xfc\x34\x77\xa1\x72\xb1\x05\xbe\xbc\xe3\x70\x5a\x5a\x3a\x9e\xc9\x4a\x09\xd7\x3a\xa7\x72\xe2\xf0\x87\x13\x3d\x90\xf5\xe1\x90\x8a\x43\x65\xbe\xe4\xe1\xd0\x42\x0d\x4e\x71\x1a\x96\x08\x7d\x38\x55\x00\x26\x66\xe5\x53\xaf\x95\xf6\xed\x73\x61\x57\xf6\x54\x59\xb3\xae\xe5\xef\x72\x2f\xb7\x13\xf3\xa0\xbe\x85\x73\x79\x39\xdd\x67\xae\x46\x79\xc2\x17\xd6\xda\x18\x9f\x7b\xb2\x22\xdb\x8a\xd2\xb9\x3c\x93\xa7\x11\xed\xe0\xc4\xfd\xa5\x27\xf1\x84\xcd\x74\xa4\x88\xf3\xe3\xfd\x57\xbe\xa1\x00\x9c\x1e\xde\x93\x54\x47\x53\x48\x71\x33\xb0\x0b\x72\x23\x0f\xb5\x56\x9d\x6a\x13\x9a\x51\x4f\xb4\x09\x03\x57\x4e\xcb\x38\x68\x60\x3c\x55\x26\x3c\x86\x11\x45\xcf\x47\xa7\x4a\x3c\x50\xe3\xa2\x9f\x16\x63\x2b\xad\x95\x78\x56\x6d\x12\x8f\xb0\x2f\x9a\x3f\xe0\x3c\x4d\x44\xee\x00\xca\x4b\xe2\xf6\xa9\xcc\x52\x6d\x4e\xe6\x57\xd8\xd9\x69\x82\x03\x34\xcf\x53\x7d\x43\xeb\x16\xa5\x81\x72\xd0\x95\x4b\x54\x03\x4c\xb0\x30\x2d\x5d\x27\xc9\x0e\x0c\x35\x3d\x2f\x6a\x5a\xc0\x63\x4f\x42\x1e\xbb\xd0\x20\x03\x52\xf7\x08\x93\xe8\x48\x4b\x1c\xf5\xe1\x72\xdc\xef\x3a\xcd\xad\xa8\xb4\x73\x06\xf3\xc2\xb8\x73\xca\xbc\xfc\x01\x2d\x44\xfe\x7c\xde\x96\xd8\xf3\x9b\xca\x10\xec\xae\x65\xf4\x62\x8c\x3b\xe0\xc4\x04\xc9\xad\xa8\x97\xe3\xb4\xd8\xa3\x87\x15\xbb\xa1\x86\x8f\x13\xb3\xa1\x77\xcb\x4e\x53\x2b\x22\x99\x9d\xde\xf6\xf3\xe2\xe8\xf9\xc8\xdc\x7d\x86\x46\x0b\x3e\x8c\x86\xdd\x91\x31\x1a\x7a\x91\xed\x84\x1f\x1a\x9c\x71\x3e\x5c\x57\x46\xd2\xa5\xaa\x52\x33\x48\xed\xc4\x09\xd7\xa2\x4f\xd8\x14\xb6\xfa\xf3\xb1\x20\xb7\x94\xee\xb1\x24\x88\x3f\x04\x90\x58\xc2\x2b\x90\xe8\xd5\xd0\x7e\xcd\x86\x94\xda\xab\xaa\x6a\x67\x28\x31\xd5\x17\xd2\x54\xc8\x8c\x5e\xe7\x67\x4f\x13\xdd\x8e\x35\x90\xb1\x20\xc7\xf7\x96\xa0\x71\x41\xf8\xe9\xcc\xf7\x7a\x5a\x0b\x98\x11\x2e\xb2\x14\x68\x29\xb9\xb8\xd6\xe7\x0d\xb7\x0b\xd5\x66\x34\xe6\x77\x1d\x1c\xa7\xe5\x33\x50\x82\x9c\x5d\x38\xe9\x8c\x53\xba\xac\xfd\xcb\xe6\x5e\x87\xc6\xba\xcc\xf3\x89\x95\xd5\x4e\xc5\xe8\x66\xe3\x9b\x8e\x6c\xfc\xe0\x1f\x4c\x3c\x93\x01\x91\xd3\x77\x11\xa8\xa2\xea\x74\xc5\xbd\x3e\x60\x7c\x11\xa8\xe2\xc1\xbf\x2c\xd8\x44\xba\xeb\x76\x51\xa5\x69\x1c\xb6\x50\xd3\x43\xa4\xbb\x90\x0b\x8a\xa4\xed\xc2\xde\xa9\x8a\x73\x91\x5f\xd9\x93\x7f\x85\x59\x93\x53\x4d\x9d\xac\xda\x6b\xfb\x8e\xca\x5d\x19\x84\xc2\xa2\x78\x85\xf6\x34\x7c\xc1\x4e\xc3\x79\xa4\x4e\xe2\x9e\x0c\xb3\x24\x93\xb2\x69\x98\x2f\x03\x55\xb4\x0d\x5f\xde\x68\x90\xc6\x5f\xde\x68\x30\x0e\xe4\x32\x6a\xc5\x18\x8f\x4b\x55\x2a\x9e\x25\xe6\xee\x42\x51\xc2\x82\x9a\x5e\x58\x3d\x95\xf4\x2f\x2f\x3b\x04\x58\x4d\xb3\x1c\x70\xf5\x82\x83\xa1\x20\x57\x31\xe3\x05\x93\xe4\x52\x83\x86\xd2\xab\x58\xd9\xc7\x67\x0e\xdf\xf4\xd9\x22\xf9\x0e\x41\xc6\x02\x08\xd9\x55\x23\x97\x21\xcf\x72\x5f\xa0\x60\xb1\x27\xb8\xd0\x45\x62\x02\xfd\x99\x17\xc9\x08\xa8\x7b\xd0\x2e\x62\x64\xbc\x82\x70\x11\x2e\x6a\xd4\xc9\xc5\x0d\x06\x2f\x88\x5e\x58\x3e\xb5\x82\x5e\x44\xc8\x74\x17\x83\xe5\x53\xd2\x7d\x59\x02\x0a\xfd\xef\x6a\xe0\x8b\x30\x6a\xb0\x32\xd1\x25\x0c\x99\x0e\xd0\xa4\xbe\xa2\x45\x3b\x7f\x7c\x59\x58\xb3\x5d\x2d\x60\xcf\xd0\x08\x38\xaa\x03\x97\x96\x4c\x2d\xf0\x57\xe7\x2e\x0b\xb4\xfb\xe2\xc2\x83\xce\xfa\x6b\xeb\x8e\xa3\x23\xb3\x5f\xa1\x3b\xa2\x09\x5c\xc4\xdd\x0c\xf7\x8a\x5c\x4b\x2b\x3a\x52\x84\x9d\xbe\x5c\xcc\x9c\xdd\xd1\xb9\xa8\xe2\x7b\x75\x41\x60\x6b\x40\xef\x56\x0d\x05\x73\x0f\x96\x31\x34\x62\x10\x57\x03\x49\x36\xdf\x2e\x1c\x8d\x1d\x1d\xf2\x42\xd5\xec\x53\x80\x87\xaa\x29\x41\x08\x71\x47\x10\x0e\x89\xbf\xed\xa7\x47\xcb\x0e\x0c\x20\x6d\x22\xda\x54\x2b\x81\x04\x5d\xdc\xe3\xeb\x90\xcb\x6b\x1a\x8d\xe1\x12\xa9\xe7\x1e\x54\x81\xc4\x48\x1d\xed\xf0\x5a\xa2\xa9\x2d\x88\x2c\xed\xdd\x8f\x62\x74\xbf\x8a\xae\x18\xdd\x2b\x7a\xd2\xe1\xcb\xca\x08\x9e\xdf\xd0\x41\x45\x86\x8f\x92\x8d\x34\xc9\x64\x46\x9e\xb8\x8f\xca\x83\xe8\xf3\x31\x35\x26\x73\xc7\xb5\xa8\x95\xea\xfa\x08\x22\x61\xfa\xd1\xce\x09\xb0\xb1\x48\x0e\xa7\x68\x8e\x44\xad\xd1\xd7\xd6\x6c\xb3\x69\xc9\xae\x33\x16\xc5\x57\xca\x0d\xae\xc3\x84\x89\x2a\xb9\x57\x28\xb9\x6e\xe8\xe9\x5e\xf9\x0c\x67\x46\xd7\xb8\x4e\xab\xb1\xd9\x5a\xdb\x24\x93\x3d\x9d\x93\x43\x0b\x74\xff\x0e\x92\x20\xaf\x5e\x38\x16\x3b\x0a\xc5\x25\xb7\xf7\x1c\x7a\xc1\x41\x8b\xf5\x75\x49\x73\xe6\xb7\xe6\xbd\xcb\x14\xca\x53\x1a\x1c\xc6\x46\x44\x8c\xeb\x0e\xe4\x60\xf1\xf8\x01\xfb\xf0\xab\xc0\x5f\xa6\x40\xb0\x8c\xd7\x9e\x2d\x2f\x68\xee\x8e\xeb\x09\x41\x9c\x16\x04\x71\xea\x37\xb9\x1e\x7b\x02\x58\x0f\x42\xb9\x27\x84\xdb\x73\xdd\x63\xf4\x48\x0c\x05\xc4\x43\x16\x23\x77\x76\xb3\xdb\x12\x84\xc1\xfc\x82\x1a\xa4\xaf\x97\x80\x37\xb1\x72\x73\xd5\x62\x9e\xf8\x0b\xef\x5d\xf7\xe4\xbc\xd4\xba\xc3\x70\x75\xbd\x8e\xb6\xd7\x76\x1f\x2a\x91\xd0\x82\xdb\x42\xd9\xee\xcd\x6d\xea\xbf\xe4\x57\xec\x0d\x6b\xb8\x0f\x75\x86\xea\x0f\xe1\x14\xd9\xcf\x5e\x55\xa0\x8e\x47\xa3\x58\x6e\xed\x08\x7b\x77\xd8\x02\xd9\xfe\x9b\x3b\x0c\x7d\xda\x82\xed\x84\x64\xde\xe1\xe3\x6b\x3c\xb3\xb5\xec\xc4\x8d\xbf\xcf\xe4\xb9\x37\xd1\x2e\x66\xb9\xbe\xb1\x16\x52\x4c\xa4\xdd\xc9\xe9\x31\xa3\x24\x0a\x77\x5f\xa0\xab\x48\xb5\x77\x8e\xe9\x31\x25\xf9\x1d\x16\x8c\xdb\xbc\xc4\xaa\xa9\x77\xb8\xf8\xa2\x89\xd1\x4b\x76\x9c\x89\xe3\xaa\x7e\xa5\x07\xcb\xbf\x6b\xa6\xe2\x04\x50\x09\x78\xbf\xb0\xbc\x62\x39\x38\xc4\xb4\xbb\x04\x8a\x32\x64\x09\x2c\x02\x54\x7a\xd6\xd4\xc8\x6e\x72\xfe\x2b\x9e\xde\x55\x4a\x2b\x10\x6b\xcc\x85\x9e\xcd\x28\xac\xb7\xf3\x0e\x8b\x21\x27\xe1\xf6\xf2\x9c\x46\xef\x9b\xd0\x16\x33\xd6\xdc\x5c\xa4\x93\x84\xdf\xb2\x1e\xcc\x23\xf7\x66\x37\x65\xb9\xff\x4d\x49\x7c\xf8\x03\x20\xc2\x9e\x72\xeb\x68\xab\x7e\x24\xe7\x1d\xfe\x20\xf3\x29\xb6\x60\x08\x70\xf2\x8e\xba\xd9\x02\xb5\x07\x02\x30\x77\x6f\xa0\xcb\x3f\x6e\xee\x96\xab\xca\xde\x56\x59\x6f\xc2\x41\x9e\xb1\xfc\x01\x2f\x1c\x82\xf9\x8d\x33\xeb\x10\x24\xc1\x26\x9c\x89\x4a\x31\x08\x7e\xcb\x26\xb0\xb2\xdc\xa6\x8d\x31\xd4\xf0\xf6\x82\x9d\x01\x7b\x77\x5c\xaa\x83\xe6\xdf\x24\x91\xf1\xf8\xde\x46\x4d\x1a\x84\x78\x73\x3d\xdc\x18\x94\x9b\x8b\x74\xde\xf4\xba\x83\x63\x0c\x3f\x92\xed\x8a\xb1\xdc\x9e\x33\x4f\xf5\x2d\xf7\x70\xad\x5c\xf0\x36\xeb\xcf\xbd\x24\x36\xa2\x6f\x98\x30\x05\xdc\x12\x01\x45\x72\x3d\x58\x81\x8d\x4b\x32\x1f\x9d\xc9\x60\x3d\x17\xa6\xde\x0f\x3c\xc5\x6f\xb5\x45\xe0\x6f\xa8\xdf\xbd\x02\x18\xac\xe0\xa3\xd4\x25\x7e\x7c\x04\x86\xcf\xda\x0e\x61\x28\xf7\x47\xbc\x43\x10\xba\x3f\x31\x2a\x0b\xe2\x72\xb7\x42\xeb\x4d\xac\x8a\xd9\xb7\x6e\xef\xbd\x69\x2b\xbe\x4f\x2b\x82\xfb\x95\xb9\x65\x34\x6e\xdf\xa7\x90\x65\x10\x22\x54\x0e\xac\x29\x37\x8c\x60\x24\x5b\xbb\x30\xa6\x7b\x05\xc8\x68\x70\xa9\x6f\x49\x85\x50\xfc\x06\x72\xf8\x7d\xe9\x4c\x6c\xbe\x60\x49\x90\x3a\x91\xd6\x8e\xe2\xba\xed\xbe\xa4\xb7\x6e\xc5\x8d\x5e\x2a\x4a\x78\x03\x4e\x9d\xf3\xbe\x01\x89\x93\x22\xc2\x84\x9a\xeb\xed\xc6\xb2\x39\xb0\xea\xdc\x86\x5e\x2a\x12\xdc\xb7\x41\xa3\x9e\x9f\x5b\x53\xb4\x9b\x4a\x4a\x5c\x93\xf8\xdd\x68\x81\x01\xaa\xdb\x7c\x33\x2c\x29\xcc\x9f\x1e\x51\xcc\x9f\xda\xfa\x6f\xe2\x45\xac\xcc\xd6\x6e\x2e\x0e\x98\x4a\xfe\x7e\x02\x9c\x74\x85\x61\x74\x89\x29\x8f\x57\x9d\x59\x92\x11\x98\x6e\xc6\x63\x81\x17\x7b\x95\x38\x89\x0a\x8f\xf3\xf3\x99\x40\x20\x47\x88\x1c\xfa\x74\xf4\x0a\x0e\x9f\x49\xea\xe0\x8c\x36\x5f\x2a\x5a\x08\x6e\x12\xd4\x19\x3d\x79\xbf\x0e\xec\xdf\x03\x32\xcc\xf4\x0d\x02\xe2\x57\xea\xc7\xf6\x44\x2d\x58\x67\xf1\x7a\x03\xca\xd1\xcc\xe5\x01\x5c\x9f\xb0\xc6\x42\x26\xa8\xd0\x9b\x8d\xd0\xa4\x40\x6f\x31\x70\xe5\x21\x9f\xad\x7e\x93\xc7\x82\x3c\x1e\x1b\x2a\xf1\xd6\x91\x6d\x00\x76\x70\xd0\x28\xc4\xbb\x3f\xa2\x05\x8c\x6c\x64\x9f\xe3\xd4\x4e\x5e\xcc\xf0\x4e\x0b\x2e\xdd\x45\xe4\x26\x15\x74\xeb\x40\x38\x7f\xe0\x52\x46\x25\x3c\xc9\xe1\x98\x78\xb2\xe4\xe6\xe2\x59\x09\x1c\xe4\x78\xbc\x4b\x20\xda\x3c\x24\x82\xd3\x42\xfc\x98\x9f\xd6\x70\x66\x4a\xe8\x66\x95\x4d\x8b\xe6\x2a\x5b\x59\x34\x37\xe2\x41\x1f\x12\xae\x98\x13\xf5\x41\xa9\xd2\x00\x6f\x01\xdd\x65\x04\xf3\x53\x48\x1f\x7b\xf8\x43\xf3\x07\x5a\x5b\x9d\x8f\xdd\x7b\x8a\x35\x46\xec\x49\x9b\x89\x10\xc4\xda\xab\x8e\x44\x75\xdc\x3a\x50\x43\xa8\x8e\x5b\x07\xfa\x18\xc5\x71\x8b\x6c\x97\xe2\xb8\xd5\xbc\x8a\x8f\x01\x99\x3a\x02\x9e\xb0\x02\x83\xef\x4f\x45\x22\x75\x5f\x60\x55\x46\x49\x3f\x24\xa2\x1d\xb0\x2a\x4a\xde\x16\x6f\x24\x50\xf2\x76\xf7\xf4\xad\x9a\x4b\x41\xdc\xaa\x5f\x9c\x82\xb8\x29\x42\x64\x9f\xa6\x95\xbd\xfa\xa2\x8e\xef\x36\x37\x2f\x77\x35\x47\x7d\x69\xcf\x57\x9b\xc3\x15\x43\x21\x2c\x83\x4b\x15\xee\x46\x19\xdc\xd2\x6c\xdc\x9d\x31\xab\xea\xb1\x81\x7e\xa4\x92\x0c\x4f\x7b\x46\xec\x39\x60\x24\x85\x6c\xc0\x7d\xd8\x95\xcf\x9c\x2c\x71\xc1\x22\x33\x46\x13\x3f\xa4\x55\xd3\x10\x69\x0d\x5d\x2d\xe3\x0f\x46\x5f\x6f\x83\x3f\xdc\x29\x58\x87\x7f\x27\x20\x6a\xda\x96\xca\x2a\xcd\x6f\xa8\x50\x19\x7f\x67\x9d\x62\xc8\xd4\x08\x85\xac\xf1\x4c\x2b\x62\xfb\x0c\x9b\x84\x3c\x3e\x5c\xd9\xd3\x83\xf9\x6c\x2e\x59\x34\xe7\x51\x66\x37\xeb\x99\xa4\xcc\xee\xee\xc8\x17\xa8\xae\xce\xc1\x67\x62\x2f\x11\x7c\x58\x69\xa9\x82\xdb\xa8\x9b\x5b\x54\x1c\x29\x9b\x5b\x92\xe7\x50\xe6\x77\xd8\xd8\x0c\x6c\xd3\xc6\x5a\xfa\x78\xe6\x5a\x81\x35\x02\xa8\x8e\xbb\x47\x63\x41\x58\x56\x23\x91\xb5\xf5\x71\x87\xde\x19\x0b\xe4\x5a\xec\xe5\x21\x82\xe3\x70\x1b\x3f\x81\x2a\xc0\x06\x45\x2a\x02\x86\x9f\x8f\x09\xa1\x01\xa0\xd6\xd8\x38\xae\xd6\xd4\x85\xe0\x3d\x28\x52\x29\x30\x2d\x82\x36\x20\xf3\x0f\x0a\x93\xc6\x3e\x0a\xe9\x66\xad\xb1\x8f\x96\x56\xa9\xd1\x49\x05\xe3\xe9\x37\xcb\x21\x98\xfa\xa9\x10\x09\x33\xa6\x46\x6e\x51\x0e\xa3\x2c\xee\xfe\x8a\xf1\xb8\x6f\x37\x44\x34\x78\xe3\x21\xfa\x5f\x70\xd9\xe6\x33\x74\xd7\x70\x9a\xc7\xaa\x74\x86\xf9\x3e\x57\x6c\x93\xcd\xc5\x0a\x16\x7e\x0b\x5d\x20\x62\xc8\x86\x7e\xc7\x47\x35\x4a\x2f\xde\x73\x87\x9f\x99\x67\x38\xa5\xbb\x7f\xc7\x3a\x18\xe3\x8e\x01\xed\x0b\xce\xec\x9a\xee\x18\xdc\x01\x49\xbf\xec\x47\x24\x38\x51\xc1\xa7\x06\x6e\xa5\xfc\x7a\xa3\x06\x6e\x1d\xa8\xd1\x94\xc0\xad\xea\xc1\x8f\x29\x5c\x35\xe1\x52\xea\x36\x47\xee\xf2\xe7\x41\xbe\x10\xc3\x30\x67\x9a\x85\x8a\x8a\xb6\xd5\xc2\x5d\x14\xb1\xad\x26\x2d\x7a\x5e\x0e\x34\x36\x03\x4b\xd8\x6a\xc5\x7f\x0c\xa0\xf4\x10\xbe\x40\xbc\xfb\x6c\xa4\xb2\x53\xb2\xa2\xfe\xf0\x07\x2b\x11\x3b\x00\xb7\x34\x9c\x9d\x16\x4f\x9d\x69\x94\xb2\xad\xa3\xdb\x58\xd3\xd4\x7e\x7e\xad\x27\x33\xbf\xcf\x4e\x45\x99\xdb\xa2\x49\x9c\x32\xb7\xbb\x55\xe3\x85\x45\x21\x0d\xbd\x5c\xdd\x3b\xa0\x70\x2f\xf6\xd0\x48\xc0\xfb\x72\x8f\x2f\x82\xb9\x5f\xfd\x9b\x7a\xf0\x2c\x86\xab\xd9\x9d\x62\xb8\xc5\x13\xf4\xca\x52\x51\x7f\xa8\x85\x5b\xa9\x60\xdb\x28\x85\x5b\x0d\x3c\xb2\x14\x6e\x84\x72\x53\x0b\x37\x7b\xb7\xd3\x5a\xb8\xde\xef\x78\x65\xbb\x68\x4b\xaf\xe1\x23\xce\x3b\x71\x31\xe1\xf0\x7b\xc2\x78\x90\x8b\xa8\x8a\x5b\xbd\x3d\x4a\x51\xdc\xa2\x5a\xf0\x26\xa9\x23\x03\x47\xf2\x57\x50\xf3\xe5\xb6\x04\x45\xb2\xdb\xeb\x05\x09\xbd\x96\x2f\x37\xfb\x0e\x01\x9d\x13\xe2\x20\x7f\xcf\x81\xd8\x74\x95\xb5\xc5\x34\x5f\x24\x28\x82\x89\x64\xf3\xda\x68\x5f\x6f\x4e\x40\x10\xde\xc8\xfa\xc2\x04\xb3\xf4\x04\xe1\xe6\x25\x91\x9a\xf1\x67\x2f\x25\xe6\xcc\x12\xf1\x6a\x14\xd5\x21\x4d\x3d\xde\xaa\x9d\xed\x35\xd6\x24\x26\xa2\x81\x14\x01\x83\x12\xbc\x53\xd3\x34\x25\x78\xcb\xe1\x8a\x30\x8f\x46\x58\x72\x94\xe0\x85\x36\x50\x81\xb7\x8e\xe1\x33\xe1\xd8\x72\xdd\x28\xbb\x2b\x17\xa2\xec\x6e\x51\x07\xb1\xec\x6e\x37\x71\x22\x75\x77\xf3\xaa\x76\xab\xdb\xc2\x25\x61\x3a\x8d\xe0\xf3\x17\xdb\xa9\x71\xc9\x6f\x0d\x48\xd1\xa4\x92\xed\xdf\x2d\xf3\x82\xa1\x0e\x5e\x8a\xf0\x56\x9d\x2c\x2f\xfa\xac\x06\xfd\x17\x15\xd6\xb8\x5c\xcb\xf1\x2e\xc3\x97\x5f\x85\x04\x11\xa7\xc5\xd8\x40\xa4\x39\x36\xcb\xd8\x3a\x6c\x31\xf1\xbf\x75\x77\xbb\x1e\xb5\x37\x04\x01\x04\x36\x6a\xea\x56\xad\xb8\xaf\x39\x5b\x03\x0a\x28\xb7\xa3\x3b\x06\xdb\x84\x89\xe1\xb5\x58\x5d\xac\x95\xfb\x89\xc6\xb2\xbc\xa4\x5d\xf3\x5e\xc1\x6b\xdd\x3a\x5d\xd3\xd6\xd1\x8d\x08\xf5\xd7\x50\xd0\xb5\xec\x0b\x49\x75\xfa\x15\xe6\x86\xe6\xb3\xf9\xa0\x98\x2d\xf7\x13\x95\x78\x5f\x6e\x6d\x1c\x02\xad\xc3\xfa\x84\x3f\xa5\x6f\x8c\xaa\x7a\x8d\xfe\x0c\x78\x20\x69\x68\xff\xa4\xec\x6e\x24\x95\x7b\x11\x3a\x86\x25\x12\x28\xc1\x5b\x2d\xac\xf2\x92\x7f\xcd\x2c\x86\xaf\xd7\x3c\xf4\xf6\x52\x83\xb7\x58\x13\x87\x12\xbc\xfb\x07\x5b\x80\x2d\xd5\x8f\x02\x5b\x00\xe0\xf0\x90\x79\xec\x15\x30\x60\x6a\x2f\x02\x86\xf1\x6f\x16\xe7\xd5\x35\xf3\xaa\x92\x23\x60\x51\x9a\xb7\x8e\x39\xbe\x25\x78\xb8\xa4\xa7\x67\x43\x8f\xb4\xb4\x45\xd5\x1d\x61\xd3\xaa\xbd\x16\x3c\x7a\xcd\x0b\x1b\x8b\x22\x73\x80\x75\xa4\xa8\xda\x5b\x96\xf0\x37\x21\x3e\x6c\xcc\xa2\xbd\xc9\x5b\x01\xd4\xe2\xdd\x6b\xa2\x35\x21\x4a\x7a\xfa\xac\xc5\x6b\x19\x25\x6a\xf1\x16\xca\xec\x36\x6b\xf1\x1a\x1b\xfe\x1a\xac\xa4\xf7\x96\xfa\xbb\xc5\x8c\x97\x96\xdf\x35\xfd\x37\xe5\x77\xab\x85\x4e\x5e\xaf\x50\x06\x9c\x57\xcc\x83\xd5\x91\x0d\x47\x9d\xe8\x55\xee\x11\x41\xb0\x25\x7b\xb3\xfc\xfd\xc4\x1e\xd3\xfa\x13\x38\xe8\x57\x92\x79\x97\xf4\x71\x70\xba\xfd\x2c\x44\x77\xff\x8e\x24\x77\xd8\xda\x83\x81\xdc\xff\x7e\xf4\x2c\x48\x9e\x3f\x60\xde\xf2\x07\x1d\x2b\x3e\xbf\x0e\x41\xb7\x5c\x53\x31\x20\xe0\x3d\xa1\xe7\x6e\x3e\xd2\x50\xf1\x52\x06\xf5\x7b\xa7\xbe\xa6\xf7\x8c\x13\x4a\x57\x38\x9b\x93\x20\xc7\x3c\x60\xa2\xee\x17\x71\xc8\xf0\x14\xab\xf7\x6a\x36\xb7\x7a\x6f\xdc\xaa\xa0\x7c\x6f\xd1\x50\xf2\x5e\x41\x73\x7c\x11\xb9\x51\x2e\x5e\xf3\x12\xe8\xcd\x8d\x92\xbd\xda\xa8\x5e\x8d\x08\xd3\x67\xaa\xf4\xb9\xc7\x08\x37\xe6\x67\xb6\xcc\xae\xf7\xfc\x29\xa1\x1b\x79\x08\xa8\xa0\x5b\x8d\x24\x79\x6f\x3c\x76\x88\x05\x54\xd0\xcd\xca\xd1\x54\xd0\x4d\x71\x73\xe3\xf5\x6e\x88\x71\x1b\x2f\x6e\x5e\x53\x82\xbe\x4f\x4c\x96\xb5\x3e\x31\x59\x7f\x51\xaf\xf0\x54\x3f\xca\x18\x40\xcd\xcc\xf3\xad\xf8\xc3\x6d\x13\xe0\x83\xd8\x33\x85\x15\x62\x8f\x51\xd9\xaf\xa1\xa8\xba\x4f\x5f\x13\xb4\x19\x76\x60\xa5\x5d\x9d\xc3\xaf\xc9\xda\x74\xfd\x51\x6a\xb7\x9a\x7c\xf1\xb5\x32\x9e\xf7\x42\xde\x2d\xed\xd4\x19\x2d\xc4\x62\x27\x6f\x96\x01\x09\x12\x59\x06\x48\x9d\xd4\x0f\x33\x08\x90\xae\xaf\x47\xb1\x5c\x5c\x54\xfd\x08\xf3\x73\xf7\x65\xe3\x3d\x37\x03\x3a\x35\x71\x2b\x9e\xca\x4e\x4d\xdc\x4a\xae\x8c\xfe\xb3\x0c\x2e\xdd\x9a\x3c\x9e\x9b\x21\x9d\x32\xb8\xbb\x27\x5f\x1a\x2d\x18\x2f\x19\x03\xd9\x78\xf6\x6c\x6c\xb8\xf5\xa8\x89\x4b\x0d\xd7\x4e\x4d\xdc\xca\xb5\xfb\x4e\x4d\xdc\xfd\x95\xcd\x59\x6c\xb2\x05\x32\x50\xb2\x2b\x9c\x7f\x9b\xfe\x75\xab\xe0\xa6\x56\xe9\x09\x9d\x9f\xbc\x06\xdd\xaa\xb7\xa4\x60\xea\x54\xbd\xdd\x40\xff\x2e\x48\xa5\x1f\xe6\x6f\x45\xce\xeb\x14\xc2\x4d\x18\xa7\x3b\x85\x70\x2b\x37\x01\x3b\x85\x70\x73\x77\xed\x48\x20\x84\xe5\x77\xeb\xe0\x4e\xe7\x85\xf3\x96\x88\xe3\x4e\x1d\xdc\xca\x3d\xde\x7e\x78\xbb\x13\x8f\x5c\x3f\x08\x7c\xc5\xd6\xd7\x0f\x92\xcd\x4f\x17\x48\x1e\x57\xaf\x08\xf5\xc3\xa2\x7c\x5c\x7f\xed\x07\xe5\xf6\xa8\xa6\xdd\x0f\x0b\xf4\xb7\xca\xa6\x21\x1c\x70\x2f\xaa\x53\xee\xb6\xce\xe2\x73\xe1\xd9\x06\xac\x21\xd3\x6b\x18\xbe\xbb\x8d\x3d\x06\x95\xc1\x4d\xb1\x5a\xdc\xe7\xea\x78\x2c\x0f\x23\x38\xa5\x31\xba\xf5\x6e\x07\x31\x1b\xfd\x20\xff\xfb\xf4\x19\xa9\x01\x3b\x5c\x3f\xb4\x82\xe3\x35\xee\x07\xc1\x66\x4b\x40\x19\x6b\xc6\x4d\xc3\x4e\xed\xdb\x5c\xc5\x0b\x84\x86\x19\xcf\x0e\xcd\x70\x5e\x1f\x69\x4c\xb6\x89\x9e\x7c\xd3\x45\x4f\xa0\xdc\xe3\xc4\xd3\x29\x32\x03\x51\xda\x9d\x5a\xb7\x95\x50\xda\x7e\x60\x47\x98\xae\x61\x4b\x0c\x79\x39\x89\xee\x31\xf1\x30\x70\x7b\x84\x8c\xa3\xfd\xf0\x6e\xa7\x33\xea\xce\x88\x59\x90\xf3\x67\x8a\xda\x98\xd8\x89\xfd\xea\x87\x39\x7f\x0e\x96\x89\xc4\xc0\x0d\x8c\x7e\x98\xcd\x60\xd0\xcf\x08\xb8\x30\xf2\xe0\xa2\xb3\xe7\x05\x21\xe1\x67\x03\xa5\xd6\xc6\x8c\x86\x54\xdf\x83\xcb\xad\x90\xe9\x11\x99\xd2\x96\xc6\xfe\xc2\xdb\x67\x7c\xc4\x42\x3d\x16\x13\xb7\x56\xa3\x5b\x03\xca\x08\x97\xe9\x14\xc3\xdd\x2f\x60\x0a\xc9\x58\x49\x78\xd1\x0f\x73\xb1\x8a\xf9\x54\xdd\xc7\xb8\xdf\x8f\x49\xdc\xe3\x64\xa5\x5c\x23\x99\xe2\x68\x18\x21\xdc\x20\x73\xae\x36\xc7\x23\xe7\xea\x14\x05\x34\xcf\x37\xbb\xd5\x3c\x7f\x30\x9c\xc9\x58\xbb\x5b\xb4\x62\x52\xac\x8f\x68\xe3\xe9\x51\x5b\x4e\x84\xc9\x46\x86\xf8\xee\x18\xea\x41\xf1\x95\xc1\xe4\xb4\xde\x1c\xbc\x04\x85\x0b\xcb\x85\xdb\x8d\x07\xb8\x79\x8c\x82\x83\x0b\x2a\xeb\xdc\xb4\x68\x82\x5e\x3a\x18\xe3\xc3\xd6\x44\xb7\x2a\x70\x1e\x2a\x58\x7b\x91\x42\x62\xd1\x48\xee\xcc\xa9\xf8\xec\x74\x8d\x6d\xee\x1e\xc9\x33\x23\xd8\xd1\x2d\xd9\x11\xa6\xe8\x42\x2e\xa1\xe9\x66\x50\xf4\x66\x0a\x03\x4b\xe6\x89\x15\x5e\x4e\x69\x92\x5a\x22\xc7\xa6\x18\x62\x26\xd6\x12\x3f\x70\x37\x66\x7c\x77\xf9\xb6\x53\xae\xb7\x4e\x77\xea\x54\xac\x14\x8d\xbd\x9f\xda\x24\xd0\x97\xc7\x35\x5e\xb8\xaf\x2c\x77\xe0\xe6\xca\x74\x3f\xa9\x8f\x93\x05\xd0\x15\x00\xa2\x5f\xbd\xc8\x41\xa6\xb8\x6c\xca\x75\xf8\x4e\x79\xdd\x3a\xc5\xc4\x3b\x58\x08\x5d\xdd\xe2\x2b\x98\x75\xbb\x46\x9f\x35\x76\x78\x18\xc9\x27\x74\xb8\xde\x3b\x86\x60\x3c\xac\x20\xb8\xb6\xfb\x71\x07\x9a\x38\x9e\xa2\x82\xcf\x64\x6a\xf0\x38\x3e\xf2\x6d\x1a\x60\x04\x99\x9e\xcc\x27\x60\x40\x83\xf0\x10\xb0\xec\xb0\x82\x74\x26\xf5\x80\x18\x52\x1d\xc5\x89\xe1\xdf\x03\x9c\xb4\x36\x55\xbb\xc7\x43\xd1\x60\xd0\xd3\x8b\x93\x52\x6c\x7b\x1d\x81\x69\x60\x1d\x09\xec\x7e\xe3\x70\xd0\xab\x26\xff\x20\xa9\x2f\xb7\x36\xa5\x90\xb8\xa8\x03\x7e\x0a\x09\xb2\x41\x93\x35\xb4\x78\x51\xd7\x83\x95\x50\x4b\xb7\xca\x00\x12\xf1\xd7\xd8\x9d\x7a\x32\xa1\x3b\xf7\xc3\x3a\x45\x76\xab\xf0\xa3\xae\x6e\x95\xcb\x27\xcd\xff\x78\x25\x3b\x65\x75\x8b\x14\x82\xaa\xba\xc5\x73\x92\x0e\x65\xa8\x18\xc2\x89\x40\x55\xd3\x21\xf8\xf9\x4a\x6f\x37\x41\x6e\x3d\x25\xec\x04\x8e\xa1\x24\x01\x70\x92\xd5\xf5\xb9\x15\xdd\x53\x8a\xc1\x59\x46\x12\x29\xaa\x9f\xa1\xe4\x3a\x75\xe2\xbd\x53\xf1\x59\x51\xa9\xf9\xe2\xce\x54\x07\x79\xa1\x04\xcc\x2a\xe3\xb3\x82\x42\x58\x6f\x17\x95\xa7\xa7\x1c\x10\x61\x1d\x94\xba\x9b\x60\x4e\x22\x74\x6b\x42\x20\x52\x44\x6b\x75\x7f\xd0\x5f\x16\xcd\x61\x0f\xa0\x4e\x2a\x0c\xe1\x06\x58\xa0\xb7\xd9\x9c\xbc\x7e\x93\xdd\x4f\x86\x64\x35\xc7\x88\x90\x2c\xb7\xa0\x20\xcb\x73\x10\xa3\x0c\x6f\x13\x88\x51\x60\xa6\xfa\x0b\x03\x0e\xd6\x41\x7a\x87\x39\xfd\x3b\x42\x9e\xcb\x28\x70\x51\x50\xd5\xfa\xbc\x83\x08\xba\x9e\x14\x1e\x26\x33\xac\x4e\xca\xbf\xc7\xa4\x6c\xa1\x61\x94\x03\x47\x55\xde\x3a\xdd\x0d\x24\x89\x2c\x9c\x6b\x4c\x90\x79\x28\x48\x38\x59\x7c\x14\x9e\x80\x64\xe2\xf6\x69\xaf\x52\x23\xbf\x27\x77\x0b\x94\x89\x8a\xbb\x95\x32\xc1\x9d\x22\xbb\x25\xf6\x0e\xeb\x01\x81\xd2\x3d\x35\xbd\xd3\xfd\xbb\xfb\xb7\x3d\x29\x3f\x2c\x7a\x36\x09\x20\xe1\x7a\x9d\x32\xbb\x65\x38\x64\x97\x41\xb0\xa6\x1e\xe4\x8f\x79\x11\xa1\x3e\x97\x3f\x90\x08\x35\xf9\x77\x0e\x66\xb6\x23\xce\xdf\x62\x7d\x5d\xb4\x77\xf7\xb9\x4c\xba\xc4\x8a\xee\x34\xd8\x18\x84\x03\xe9\x06\x55\x75\x2b\x85\x72\x7a\xf2\x8e\x69\x13\x2b\xb0\x26\x50\xbc\xbd\x53\x61\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x62\x93\x7c\x66\x5b\x26\x33\x0a\x8b\x83\x68\xa0\x0f\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\xc6\x42\x7a\x78\xb9\x89\x1a\x74\x00\x6b\x00\x86\xb9\x4e\xc1\xdc\xba\x90\x66\x93\xe9\x02\xd1\xef\x7a\x32\x6b\xbb\x32\x87\x55\x72\x15\xea\x29\x8c\x5b\x0f\xb8\xa2\x85\x71\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\x75\xdc\x77\xd1\x6b\x11\x0f\x2c\x71\x41\xb9\xa7\xd4\x4a\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x3f\x77\x7f\x46\xfb\x8f\xe9\x17\x69\x1f\x4e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\x38\x32\x9a\x5f\x6d\x12\xa4\xc2\x94\x3e\xaa\x58\x6e\x3e\xd1\x61\x0b\xee\x4e\x05\xdd\xba\x0e\x5b\x6b\x9b\x16\x20\x38\xf9\x29\xae\xda\x13\x7e\xfd\x38\x4a\x06\x8c\x23\x55\x47\x75\xdc\xe2\xd1\x3d\x35\x85\xbb\x7f\xf8\xf8\x97\xe0\x3c\xcd\x71\x25\xa2\xc2\xce\x31\xc7\x74\x0a\xe2\xa6\x1a\xa7\x89\x60\x70\x32\xfe\x77\xea\xde\x56\xee\x43\xf7\x44\x7e\x89\xc3\xb1\xf1\x75\x50\xec\xa4\x5b\x02\x37\xf0\xe0\x72\x34\x46\xe6\xee\x12\x7e\xe5\x4e\x05\xdc\xba\x50\xb6\xa8\x80\x5b\x97\xa7\x22\x8a\xdb\xd1\xcf\x1d\xb0\x64\xe0\x5b\x5b\x87\xb4\xef\x0e\x70\xf8\xa2\x28\xe9\xf9\xbc\x63\x97\x58\x9e\xe9\x1e\x9a\xe7\xfd\xd1\xf7\x2a\x8d\xc4\x45\xb1\x10\xe7\x92\x1e\xfb\x22\xa5\x21\x74\x7b\xb9\x33\xd6\x66\x69\x92\x91\x27\x00\x0a\xd4\xcd\xa0\xd4\x3c\x42\x06\x66\x77\x51\x9a\xd4\x0e\x87\x5b\x0e\x4f\x5e\x02\x34\x78\xb2\xf3\x7a\x1d\xc4\x8f\x38\x0f\xd1\x80\x6a\xa4\xee\x19\xec\x79\x49\x4f\x5e\x80\x85\x4e\x45\xad\xd9\xba\x24\x1b\x38\x29\xc8\x76\xdb\x13\x2a\xfc\x42\xe6\xa3\xee\x6c\x25\xf5\x5a\xcf\x5e\x94\xc2\x6f\xd5\x2d\x42\x9b\xfa\xb7\x85\xd3\x3a\x25\x6a\xf7\x72\xed\x43\x5d\x07\x92\x94\xf5\x39\x54\xfb\x63\x62\x1c\xc7\x8c\x9f\x81\x68\xa6\x4e\x2d\xda\x2c\x44\x73\x22\x09\x86\xdf\x53\x69\x85\xdc\x05\xdd\xba\xb4\xdc\x52\xed\x94\xa5\x9d\x44\x32\x76\xab\xd2\xae\xe2\xdf\x9b\xbb\x69\x47\x5c\xc3\x6d\x7e\xf4\x41\x64\xb3\x23\xd0\xaa\xf8\xf7\xcb\x05\xda\xfa\xfe\xf1\xd5\x07\x20\xcf\x09\x50\x15\x9f\x49\x66\x88\xc4\x91\x75\xfa\x63\xbb\xea\x19\x16\xbe\x8a\x3f\xe8\xb2\x81\xb2\xe5\xac\x0d\x06\xa1\x92\x3a\xb6\x59\x85\x8d\x32\xb6\xbb\x39\xfd\x66\xcd\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xce\x77\xb0\x8d\x3a\xb6\x95\x18\xde\x9e\xad\xd1\x42\xe4\x62\xcf\x24\x68\x8a\x89\xc0\xdb\xcb\x10\x20\xde\x04\xcb\xfe\xa0\x0e\x2e\x68\x29\xd2\x32\xe3\x07\x69\x18\xec\x39\x13\x41\x50\xf0\x36\xf6\x4c\xc4\x75\xf7\x19\xcb\x40\x75\x22\x18\x06\x28\xdf\xd2\xb3\x99\x08\xb9\x2f\xd6\xb3\x41\x71\x2a\x44\x59\x7f\x02\x8e\x9b\x9e\x8d\x90\x53\x09\xb2\xe2\xed\x88\x26\xf3\xc7\x57\x0f\x28\x90\x7b\x82\xfc\x1a\x3d\xc3\xd0\x09\x47\xef\xd9\x4c\x86\x6a\x28\x56\xc2\x4d\xd1\x2b\x90\x42\xc8\xc8\xde\xba\xc5\x4b\xd1\x73\x53\x71\x47\xaa\xc9\xde\x49\xeb\xce\xca\xa2\x71\xe2\x48\x73\x86\xd0\x21\xaa\xe7\x16\x25\x27\x8a\xe7\xee\xe6\xac\xd0\x5b\x69\x9c\x71\xeb\xe5\xf6\x29\x5a\x35\xd0\x4a\x2c\x31\x2c\x01\x23\x7d\xb7\x46\x2e\x26\xe9\x4e\x59\xdc\x8a\x1f\xa6\x5b\x15\x77\x74\x81\x80\x09\x61\xb9\x58\xd3\xd4\x77\x17\xd8\x21\x94\xe8\x0b\x59\xd5\xbf\x3b\x91\xc8\x1b\x61\xb7\x86\x28\x43\x5a\xa9\x72\x9b\x92\x13\xb1\x6a\x3e\x51\xcd\x3d\x0f\x8d\x65\x8c\x31\x04\xae\x1f\x29\x58\x4e\x3f\xd2\x86\x2a\xac\x48\x85\xbf\xe0\x86\xd9\x88\x6c\x9c\x02\x3d\x93\x0a\x7f\x35\x9f\x09\x09\x70\xb6\x38\x08\xba\x98\x84\x53\x00\xb3\x7c\xa7\xfc\x6d\x5d\x62\xba\x01\x08\x0e\x40\xca\x60\x2f\x05\x75\xaa\xdc\x56\xd2\x71\x76\xaa\xdc\x16\x35\x8f\xbc\x0c\x6b\x70\xa9\x9b\x8b\x17\xe9\x9f\x25\x6a\xb5\xaf\x64\xaf\x8c\xb9\x15\x72\x74\x0f\xb2\x09\x24\xa6\xdf\x70\x77\x45\x0c\x5e\x4a\xf5\x8e\x8c\xe2\xbf\x04\x1f\x81\x09\xf5\x38\xbe\x25\x79\x0b\x39\x03\x9a\x1e\x05\x6b\x11\xcd\xf3\x47\xca\x3f\x7d\xe1\x02\xb3\x1b\xbe\x19\x74\x3b\xa4\x6c\xa7\xe9\xd5\xf8\xfb\x29\x95\x85\xd1\x51\x8c\xb6\x1c\xae\xd5\xdc\x10\x6e\x92\x97\xb5\xe2\xec\x13\x80\xbd\x04\xe1\xa9\xdd\x9a\xb9\x93\xf1\x70\xb9\x91\xdc\x2a\x5e\x92\x81\x30\xac\x8b\x06\xe8\xd7\x0b\xb5\x25\xcb\x9e\x05\x02\x51\xda\x4b\x08\xca\x9e\x51\x09\xb2\xec\x79\xd8\x16\x2a\x35\x6c\x0b\x72\x20\x0b\x50\x7c\xd6\xea\x7f\x3d\x1b\x88\xc0\xbd\xc3\x4e\x25\xda\xba\xc4\xd8\x9f\x85\x68\x79\x86\x68\x88\x34\xe6\x84\xf2\xac\xdd\x56\x71\xa4\xd3\xdb\xed\x65\x12\xc1\xdb\x85\xb0\x25\x69\x65\x7c\x96\xa4\x5d\x9e\x22\xeb\xd9\xbb\xc1\x04\xf2\x11\x09\xd5\xf3\x1d\x18\xee\xcb\x09\xfe\x39\x25\xd7\xc0\x36\xdc\xac\xc1\xe3\x61\x16\xa8\xe1\xb3\x77\x63\x7d\x8e\x5d\x60\x64\xb2\x46\x54\xb9\xd6\xc3\x35\x15\x99\x0a\x49\x7e\x57\x34\x66\xfd\x12\x66\xf4\xf2\xe5\xf7\x9a\xec\xbb\xfc\x17\x93\xbd\x5a\x1e\x85\x63\xf7\x54\x99\x12\x71\x79\x4b\x22\xad\xf9\xde\x75\x46\x09\x35\x96\x10\x46\x7a\x61\x1f\x31\x09\x2e\x88\x5b\x58\xc5\xf3\x24\xbb\x07\x01\xa8\x15\x9b\xc9\xb8\xdf\xa9\x15\x5b\x09\x3f\xec\xd6\x8a\x1d\xc4\xf2\xf7\x72\x48\x0d\x21\xb9\x16\x88\xc5\x7d\xdf\xad\x0f\x4b\x60\x62\x2f\x5e\xc3\xea\x3e\x6b\x58\xef\x36\x90\x83\x21\x82\x14\xb9\x3e\xcb\xa3\x88\x6c\x32\x17\x49\x2f\xa1\x98\x83\x4e\x94\x8e\x2d\x54\x67\xee\x51\x39\x96\x3b\x81\xbd\x84\x66\xce\x11\x2e\x11\xbe\xd7\xfd\x05\x39\x75\xd8\x17\x16\x9a\xc4\x0e\x58\xf0\x55\x96\x52\xb2\x68\xed\xf3\x44\x63\x67\xe5\x79\x39\x06\xdd\x86\x6e\x0d\xe6\x14\xd8\xef\xb1\xfc\x41\xaa\x57\xfc\xe1\x45\x65\x64\x85\x45\x36\x02\xcd\x88\x12\xad\x44\x68\xf6\x12\xfa\x34\xba\x53\x31\x9d\x93\xd6\x11\x8a\xb4\x16\x4a\xd9\x74\x6a\xb1\x16\x6e\x3d\x77\x4a\xb1\x56\x8f\x2d\x95\x58\xf3\xf0\x39\xd4\x66\x17\x58\xe5\x0a\x2e\xa4\xc6\x18\x34\x47\x0d\xd6\x5e\x5d\xac\x12\xaf\xe5\xd0\x82\xaa\x8b\xac\x35\xbd\x98\x94\xc2\x89\xa0\x07\x13\xb4\xd4\x4b\xd5\x58\xf1\x6d\x22\xe5\x5e\xaa\xb8\xcc\x6c\xb8\xfa\x84\x27\xac\x5b\x85\x35\x75\xd7\xd2\x0c\x9a\x42\xbd\x2c\xc1\x52\x8b\x9f\xa1\x58\xc7\x33\x41\x38\xf1\x3c\xfd\xc8\x16\x92\x65\x0e\x4c\x54\x62\xd5\xca\x47\x25\xd6\x8c\xbb\xbf\x5b\x57\xb5\x6a\xea\xa1\xae\x6a\xb6\xc2\x47\xa7\xb0\x6a\x91\xb9\x17\xac\xec\x24\x47\xec\xd6\x58\x5d\xee\x29\xda\xf3\x8a\xbf\xeb\x66\x10\xde\x3d\x36\x9b\x15\x72\xd9\x9b\x3b\xd6\xdd\xba\xaa\x8b\x8c\x3d\x9d\xc2\xaa\x49\xfb\x8c\xc5\x54\xcd\x52\xd2\xa9\xa6\xba\xbf\xf2\x17\x28\xab\x1b\x34\x28\xfa\xd0\x6d\x1d\xab\x65\x74\xd2\xea\x67\x4f\xe5\x66\xbc\x85\x1c\x67\xbd\x44\x2e\x61\x8f\xcc\xf0\xc8\x88\x5c\xa1\x27\x23\x7f\x14\xae\x81\x4b\xee\x28\xad\xba\x7f\xa0\xdf\xa9\xa5\x8f\xbe\x66\x4c\x91\xbe\xcc\xc4\xaf\xe1\xa7\x78\xc3\xbb\xda\x5c\xf8\xf8\x51\x1c\x06\x80\x45\x62\x27\x95\x60\x8a\xb1\x56\x79\x69\x21\x29\xff\x72\x9b\x97\x96\x68\xf1\xd4\x8c\x1f\xc2\xd0\x54\x8e\x12\xe1\x62\x84\xbc\x66\x38\x2b\xb6\x6a\x95\x29\x56\x97\x77\xb6\xc1\x96\x45\x4d\x2b\xcd\x6b\x79\x2b\xdc\xd6\xae\x12\x8e\xb0\xc7\x7b\x16\x96\x33\x61\x49\xd8\xe3\x17\xf2\x5c\x94\x6f\x45\x02\x2c\xd8\xe6\x97\xa7\x82\xa4\x50\xcb\x43\x61\x80\xa1\xd6\x1e\xaa\xba\xe6\xee\x9c\xcc\x01\xa9\x1a\x52\x2c\xa6\xe6\x81\xe6\xd2\x96\xea\x51\x94\x78\x8d\x06\xd4\xa3\x69\x8e\x26\x82\xf9\x3d\x5b\x19\x23\x8b\x5f\xd0\xed\xa2\x26\x8e\xa8\x54\x74\xad\x4b\x91\x31\xcc\x2f\x37\x98\x1c\x23\x43\x60\x9c\x92\x76\x47\xdb\xba\x77\x23\xaa\xb2\x53\x76\xb5\x1d\xce\xc8\x0b\xda\x1a\xda\xa8\xb4\x9a\x35\x1c\x97\x2d\x01\xb4\x43\x8a\x78\xb9\x11\x48\xa4\x65\x4b\x00\xed\x10\xed\xf4\xac\x6b\xac\xa2\x1e\x6b\x23\x68\xba\x97\x60\xe9\x48\x22\x14\x58\x2d\x84\xfa\xf5\xb2\x59\x7a\x39\xdc\xdf\x5b\x29\x5b\x5e\xb2\x79\x7a\x23\x58\xb9\x97\x5b\x6a\x8e\x10\x44\xe1\xd5\xa2\x5f\x96\x02\xab\x45\x33\x56\xf1\xc2\x35\xfc\xb0\xdc\xb2\x34\x79\xcc\x23\x93\x10\x9a\xf0\xe2\xe4\xe1\xd9\x3a\x79\xe3\x86\x72\xb7\x5e\x6a\x8f\x43\xf9\x38\x73\x1b\x80\xcb\xfa\xe9\xa8\x79\x9a\x4a\x60\xfc\x63\x10\xed\xb7\xe6\xbc\x62\x89\xf7\x2e\xaa\xbf\xb1\x16\x16\xf9\x7a\x13\xdf\x67\x5c\x0a\xa2\xe7\x2b\x4c\x7d\x1e\xa8\xb0\x12\x82\xd7\x05\xef\x99\xd5\x83\x8f\x92\xcf\x72\x89\xe9\x8b\x58\x0f\x2a\x51\x9b\x34\xeb\x92\xa2\x1e\x69\x3b\xb0\xbd\x51\x8f\x74\xb7\xc8\xbc\x64\x17\xd9\x78\x01\x2c\xc9\x1f\xea\x8f\xaf\x41\x1c\x7b\xaf\xc9\x49\x2d\x9e\x07\xdf\x74\x9e\xad\xcc\x7d\xf8\x02\xab\x9e\x3e\xcb\x18\xa0\x09\xd4\x23\xdd\x5f\x0d\x5e\xb4\xf6\x70\x62\x2d\x48\xba\xc8\xba\xd4\x6b\x96\x11\x72\x18\xa9\x4e\xda\xe4\xe8\x14\x24\x6d\x47\xb2\xb9\x67\x7c\xf9\x12\x1b\xc4\xbc\xc8\x7a\xc2\xf5\x89\x5e\x37\xe7\x2d\x24\x0e\xeb\x55\x37\x36\x57\x86\x7a\x35\xa8\x4e\x93\x59\x2d\xe0\x35\x87\xbc\x1a\x14\x5f\xe3\xc5\xc1\xe9\x0a\xdb\xb5\x8e\xde\xaa\x7e\x5b\x85\x7b\x89\xdb\xcc\x3c\xeb\xd6\x13\x70\xe8\xb1\x5c\x3a\xeb\xd5\x80\x77\x6d\x69\x14\xfb\x6c\x87\x5d\x59\xec\x93\x7b\xbe\x9d\x62\x9f\x43\x59\xbd\xea\x89\xae\xae\xbc\x89\x31\x58\xa5\x6a\x93\x18\x4f\x5f\xc8\x28\x7c\xf8\xac\x79\x1d\x9a\x5b\x2d\x29\xa3\x6e\x57\x43\x97\x6c\xbe\xdc\xba\x1f\x58\x62\x8b\x19\xd3\x41\xd7\xee\x0f\x84\xba\x54\x00\x41\xa5\xf6\x18\x9f\x99\x75\x37\x9e\x51\x3a\xda\x45\xf6\x23\x79\x8c\x1b\xdf\xc1\x33\x34\x8d\xaa\x02\xc9\xa5\xaa\x6e\x1d\xd0\x45\x92\xaa\x4e\xed\xcf\x76\x64\x7f\xc0\x3f\xc3\x21\xab\x23\x8c\x87\x8c\x47\xbc\x99\xd2\x13\x45\x41\x93\x49\x92\x7a\x1d\xb1\x10\x9a\x10\x9e\xae\x7b\x27\xea\x7a\xaa\x19\x55\xd8\xd5\x20\x04\xb2\x53\xd8\xb3\x1d\xd9\x1f\x02\xf4\x2c\x44\xfd\xb0\x8a\xce\x96\x3a\x1b\x42\xd5\x0b\xbe\xc3\xaf\x38\x17\x10\x18\x6a\x73\xb6\xc3\x73\x41\x46\x90\x12\xdf\xbb\xd5\x08\xb4\x75\x11\x12\xd0\x6d\x6c\xca\x00\xe6\x61\x86\x41\x83\x2a\xaa\x4c\x46\x5d\xbd\x5a\xd1\x4c\xdd\x99\x32\x9d\x25\x09\xab\x8f\xe3\x31\xc1\xe0\x2c\xe8\x1f\x54\xe6\xdc\x2f\x8c\xfe\x81\x6e\x21\x33\x53\x8d\xb3\x68\x3c\xae\x86\x6d\x55\x77\x8d\x68\x75\xf2\x4c\x74\xaa\x71\x6e\xc5\x71\x3f\x9f\x16\xa4\xe7\x1b\xfc\xbf\xc3\x73\x60\x10\xbb\xa6\x9a\xa8\xb3\x29\x92\x6e\xde\xd2\x8e\xf2\x5d\x60\x72\xa7\xea\x66\x3b\xb2\x3d\xcb\xc1\x10\x65\xac\xa8\x29\x65\xa3\xa2\x66\x3b\x90\xc1\x6a\xe4\xb0\x82\x3b\xd7\x8b\xa5\x17\x3f\x02\xfb\x90\xfa\xa2\x70\xa6\x0a\x5d\x35\xc1\x30\xf7\x5c\x3a\x95\x33\xf3\x10\x15\x2f\x3c\xaa\x28\x08\x35\xae\x00\xbb\x9b\x77\xc0\x9d\xa5\xc8\x6c\xe0\xb1\x55\xa5\xd1\x6e\x55\x1a\xd5\x03\xea\x1d\xb8\x64\x73\x70\x09\xc1\xb2\x6e\x2e\xd4\x0e\x71\xf4\x21\x02\xc9\xad\x95\xbf\x48\x7a\xbd\xb2\x35\xa4\x1a\x8f\xd2\xe7\xb2\x85\xdb\xc9\xfa\x1e\xd7\xc7\x70\x28\x87\x8a\x8f\xd5\x12\x30\xd5\xb3\xf2\x70\xba\xe0\xd0\xf5\x15\x73\xfd\x6a\xab\x87\xed\x40\x70\xa2\xe2\x66\x3b\x3c\x11\x2f\x24\xce\x4d\x7b\x3d\x1d\x02\x44\x36\x03\xb7\xae\xaf\x82\x9d\xac\xe5\x65\x45\xf0\xa8\xfa\x7a\xea\xdc\xa5\xad\x1e\x36\xe5\x0c\x2b\x71\x1a\xa1\x40\x21\xce\xbd\xbc\xfd\x51\x3b\x90\x27\x60\x3f\x2d\xac\xc1\x58\x11\x2c\xd1\x69\x3e\xb0\x4e\x8d\xce\x76\x40\xd5\xa8\xb1\xb9\x9b\xf3\x12\xba\x1b\xf2\x66\x4b\x01\x37\x5f\xb4\xa3\x2d\x3f\x63\x07\x20\xaa\xcd\x2c\x5a\x5a\xe4\x9b\x59\xb4\x48\xcb\xdd\x5b\x02\xf7\x9a\xcf\x4c\x3e\xba\x7a\xec\x77\xf0\x22\x1d\xe4\x38\xb7\xcd\x9b\x86\xe1\x48\x2d\xb3\x83\x90\xc1\x96\x81\x22\x54\xb4\x99\x1d\x43\xf5\xbe\x65\xe9\x15\xc2\x06\x35\x3e\xdb\xe1\xd8\x99\x03\x02\xdd\x6c\x59\xd3\x8d\xad\x2d\x57\x9d\x7d\x21\x28\xde\x49\x95\x00\x16\x2d\xd4\x0f\xb9\x77\xd7\x9b\xcc\x88\x83\xda\x0a\x48\x02\x89\xa1\xc2\x67\xa3\x82\x49\x6f\x6a\x8a\xb0\xe1\x66\xfa\x7c\x75\x3d\xca\x7d\x26\x35\x09\x6a\x7a\x96\x1e\x8d\x5f\x0c\xe5\xcc\xd5\x2c\xbf\xaa\x4d\xad\x06\xd0\x17\x2f\x56\x9f\xa0\x75\x0d\x24\x61\x8c\xea\xd8\x00\xed\x67\xd1\x6b\x7f\x00\xce\x9c\xac\x56\x3d\x7f\x76\x8b\xdc\x27\x94\xc3\xbc\x8a\xf8\x61\x19\x4f\x19\x4c\x0b\x5d\x10\xd1\xa0\x35\x27\x02\xed\x69\x0d\x84\xe1\x60\xb6\x26\x3c\x80\x1a\xaa\x20\x37\x42\x3b\x75\x3f\x1b\x25\x91\x7a\x53\x13\xe4\xb8\x52\xf6\xb3\x91\xe4\xbc\x53\xf6\xb3\x51\x3f\xa6\xb7\x26\x1b\x80\x9d\x5a\x03\x74\x91\x9e\xac\x37\xc2\xb3\x9a\x0b\x92\x03\xba\xc1\xc4\x6d\xe7\x6f\x93\x28\xf7\xd6\x03\x56\xf6\x76\xba\x10\xe0\x80\xca\x68\x20\x5c\x23\x4a\xbb\xbb\xc9\x83\x33\x2b\xac\x36\xa7\xcc\x8a\xe1\x6d\x60\x99\x74\x63\x07\xf7\x1d\x38\xe3\x6d\xb0\x58\x74\xd8\x66\x02\xc6\xe1\x36\x85\xa5\x15\xf6\x6f\x3d\xd1\xaa\xeb\xa8\xcd\x00\x28\x63\xcf\x20\x43\x40\x82\x9b\x5c\x9e\x72\x0a\x87\x56\x2d\x85\xd4\x0d\xcd\x52\xd9\x36\x63\x10\x66\x35\x0d\x42\xb7\x5b\x6b\x3b\xd2\x60\x33\xd3\xc2\x3d\x8a\x4e\xd9\xd0\x22\xbb\x8f\xaa\xa1\x64\x5a\xeb\x6d\x29\x69\x65\xbf\xe2\xba\x97\x78\x68\x68\x15\xf7\xfb\x3b\x85\x42\x8b\xf6\xae\xb6\x38\x4c\x9e\x38\x7c\xa6\xd4\x0d\xe8\x2d\xc2\xac\x44\xdc\x05\x69\xb4\xc1\x27\x30\xcc\x17\x4d\xda\xb4\x0e\x26\x8b\x1e\x64\xd9\xd0\x81\x40\xdf\x54\xdf\x10\x18\x5b\x30\x59\x04\x38\xca\x89\x16\x63\x1d\xa9\x06\xda\x0e\x0f\xd6\x07\xc9\x4a\x98\xa1\x9a\x69\x66\x6f\xc1\x56\x97\xbd\x7a\xc0\x99\xc6\x69\xe2\x52\x9f\x3d\xdf\x52\x81\xb0\xe0\x42\x7d\xdb\xa9\x94\x04\x43\x69\xe6\xd9\x50\xca\x6a\x27\x47\x1f\x06\xd6\x70\xb8\x8e\x21\xb6\x62\xe8\x55\x88\x68\xda\x73\x0f\xfb\x35\x0e\x95\xd9\x9e\x51\x25\xdf\x8f\xa4\xb8\xee\xc6\x05\xe3\xf0\x2c\xea\x88\xed\x02\xf7\x82\xfe\x89\xf8\x2a\x80\x9e\x4b\x42\xab\xb5\xdc\x36\xf5\x3f\xe1\x7f\xa9\x0a\x14\x7b\x5a\x0e\xe1\x57\x28\xa2\x52\x94\x0b\x5a\xe8\x99\xbb\x62\x52\x76\x4b\x34\x22\x76\x9c\x76\x7b\x18\xe3\x85\x93\x21\x3e\xdf\xa2\xb0\xd0\x31\xb7\x7f\x77\x0b\x60\xd0\x72\xd5\x76\x8b\x47\xb2\x9a\x1b\xb9\x48\x4c\xb8\xd9\x3f\xf1\xcb\x44\xc1\x84\xf1\x77\xcb\x90\xca\xff\xa8\x42\x9a\x8a\x42\x6b\x7b\x48\x41\xe6\x74\x61\xd6\xfa\x1c\x1b\x17\xac\xe5\xa4\x8d\xb0\xaa\xec\xf2\xf0\xd5\x0e\x47\x23\x14\x3b\x68\x32\x4c\x3c\x89\x6a\xf0\x6d\x13\x42\xf6\x26\xdf\x76\xde\x6f\x80\x9f\x11\x5e\x21\xe8\x70\xdc\x28\x2b\xb2\xc8\x97\x45\xc8\x07\x31\xdf\x0e\x2e\xaa\xf6\x7e\x20\xc4\x43\x12\x3a\x77\xc0\x34\x53\xf4\x83\x8d\x8c\xe7\x00\x60\xe5\x85\x1b\xe3\xf0\x5a\xea\x97\x66\x7d\x10\x96\x2f\x1d\x5c\x67\xed\x94\x2f\x9d\x75\x7c\x2b\xe9\x51\xdb\xb4\x1d\xcb\xe1\xb5\xfb\x0c\x9e\x25\x48\x50\x9a\x4e\xf6\x2c\xee\x7a\xf4\xce\x95\xb0\x03\xcb\x54\xe7\xea\x97\xb2\x36\xd5\x4f\x73\x8f\xbf\xa3\x18\x73\x2c\xa9\x84\x9a\x4d\xbd\xd2\xbb\xbc\xdd\x4e\x4d\xf7\xaf\xa0\xdf\x49\x1c\x7c\x28\x92\xf7\x24\x97\x63\x21\xd9\xdc\x97\xcc\x29\x2b\xe7\x23\x71\xf6\x70\xbe\x82\xdd\xdd\x24\x21\x6a\x00\x3d\x73\xd1\x6a\xd8\xa4\x91\x58\x85\x01\x73\xcc\xc4\x7e\x07\x37\x94\x99\x55\x64\x17\xb6\xdb\xe5\x47\xbe\x48\x3d\x8b\x5d\x19\x7e\x35\x1d\xe3\x72\xd3\x1d\xfd\x06\x6e\x80\x27\xcb\x3d\x1d\x83\x75\xb8\x21\x45\x49\x76\xfa\x92\x7e\x7c\x4d\xa3\xba\x28\xc4\xba\x7f\xf0\x85\x13\x0b\xe1\xa7\xde\x6a\x0e\x8b\x76\x2f\x31\x2d\x66\x52\xf4\x41\x72\xfa\x29\xb8\x3a\x48\x54\xd3\xad\xb7\xba\x62\x8c\x4d\x58\xa9\x83\xdf\xbb\x41\xdd\x32\x56\x0a\xac\xb6\xe4\xcc\xd1\x79\xa9\xbd\xdb\x3b\xae\x5b\xad\x7b\x7d\x8b\x13\x2d\x81\xeb\xbd\x4a\xce\xa0\xa5\x51\x84\x55\x3d\xa3\x57\x03\xee\x39\x37\x14\x61\x6d\xc9\x6d\xd6\x22\xad\xe8\x4c\x41\xd6\xac\xc7\xbb\xd7\x00\x9b\x83\x28\xd0\x55\xfb\x62\xba\xd0\xb0\xde\x62\x9f\x99\xae\xd2\x85\xb8\xd4\x88\x54\x13\xdf\x34\x21\x2b\xbf\x76\x4b\xd2\x09\x84\xa6\x62\xe1\xfe\x23\x45\x28\xdc\x53\xa9\xb5\xa9\x7b\xf7\xe6\x70\xf4\xe4\x1d\x31\x32\x46\xf4\x6e\xc0\xb7\x7e\xf8\xbe\x25\x8a\xa6\x39\xb1\x9b\x58\x4b\x3b\x14\xa5\x5d\x9b\xfc\xbd\x5b\xd0\x6e\xf8\x77\xc4\x5d\xb7\x0c\x5d\x5b\x32\xd9\x4d\x9e\x32\x44\xe9\xae\x55\x33\xbe\xc2\xa5\xeb\x52\x71\xe9\x1a\x0a\xde\xb7\x94\xd1\x92\x10\x1c\x84\x3e\xb8\xdd\x21\x65\x30\xb2\x75\x5c\x95\xc1\xa9\xe3\x9a\x55\x5d\xbb\xe5\xeb\x48\x62\xd1\xa9\xe3\x9a\x75\x96\x75\x3d\xbd\xff\x2f\x61\xe7\x71\x36\xbd\xae\xa3\xc1\x54\x6e\x08\x2d\x5a\x70\x73\x72\x91\xcd\x3f\x84\x79\x58\x85\x7f\xb6\xdf\x4e\xea\x16\x3d\x09\x47\x00\x2f\x61\xbe\x63\xcc\xdb\xaf\x18\xea\x4c\xaa\x6e\x91\xcf\x7f\xe8\x6e\x88\x8d\x0d\x9f\x1c\x66\x1e\x85\x83\x8d\xad\xc2\xf7\xc3\x05\x08\x26\xc4\x06\xd1\xe0\x89\x38\x1a\x40\xbf\xf6\xc3\xa9\x0d\x76\x48\x56\xaa\x0c\x00\xed\x1e\xc1\xc2\x38\x8c\x65\x6b\xa8\x22\x03\xa7\x6f\x75\xa8\xb1\x64\xbe\xdd\x17\x88\x7a\x7e\x04\xaa\xc6\xf0\x77\x9b\xfb\x2b\x10\x6d\x00\x1d\x1b\x4d\xe2\xb1\xd8\x23\x70\xdc\x61\xd6\x15\xa5\x3e\xf0\x61\xa3\x79\xe0\x4f\x9d\x76\x7c\x46\x29\xd2\xd1\x00\x80\xd8\xa6\x8d\x21\x81\x5f\xa5\xd9\xba\x63\x11\xee\x3c\x00\x81\xad\xca\xed\x82\xc0\x4e\x62\xa2\xc7\x10\x1f\xc8\x13\x9b\x6a\xbb\x7b\x01\xf3\xb0\xd2\xc5\x48\x81\xc2\x19\xbd\x18\xa2\xed\x5d\xcc\x28\x42\xdc\xb8\x24\x4f\x52\x72\xf4\x77\xc2\xf1\x07\xe0\xb0\x9d\x6c\x74\x63\x6c\x19\x22\x9a\xb4\xe6\x96\x5d\x7b\xfc\x90\x27\x0e\xb8\xe1\x40\x6c\x38\xdc\x86\x04\xab\x57\xef\x1e\x86\xde\xd8\x76\x1c\xb9\xc1\x74\xbe\x03\xa4\xd8\x7e\x38\x69\x06\xa8\x2b\x24\x0d\x8d\xc8\x8a\x42\x89\x01\x4b\x8e\xa6\x31\x9e\xe6\x3f\x54\xbc\x65\x82\x7e\xf8\x15\x77\xb8\xaa\xc7\xc0\xbb\xf6\x23\xbf\xc9\xf1\x31\x26\x90\xf3\xfe\x3d\x63\x1d\x91\xf1\x3c\xb9\x7c\xac\xe5\xcb\x11\xca\x67\x5a\x40\x02\x11\xb7\x75\xe8\x0d\x39\x30\x1c\x7b\x3d\x38\x8c\x3d\x57\xfc\x19\xde\xf4\xea\xcf\x31\xcc\xfa\xa5\x04\x03\x88\x6b\x3f\x64\x1d\x1a\x8a\xf3\xf7\x0a\xab\xa2\x3d\xaf\x74\xd1\x6e\xc7\x56\xe0\xfb\x21\x21\xd8\x3a\x7b\x3f\x64\xe4\xa4\xd5\x54\x77\x01\xe7\xb5\x24\x87\xfd\x88\x93\x90\xaa\x6e\xb1\x21\xf4\x12\x1d\xb8\x78\xd5\xac\x07\x83\x89\x84\x1b\xad\x3e\x0f\x06\x99\x37\xf5\x4e\x99\xa2\x0a\x40\xe8\xe7\x2f\x37\xdd\xe2\xa5\xfe\xf7\xbf\x06\xd8\xec\x98\x40\xe2\x35\x5d\x3c\xa6\x0e\xd8\x64\xe0\x18\x20\xc3\x1e\x7a\x4a\x4f\x1d\xb0\x87\x1f\x5d\x08\xae\x36\xf1\x10\x82\x18\x3c\xc3\xf9\xc2\x67\xc8\x2b\x9c\x4f\xf8\xd7\x39\xad\xe8\x30\x39\x1d\xe7\x68\x1e\x99\x6b\x8a\x67\x7c\x20\xb2\x84\x8b\x35\x78\x9e\x44\xbf\xd3\xb2\x5e\xd9\xd3\xa6\x0f\xba\xb1\x7c\x76\xcf\x55\x5f\xc8\xed\x70\x58\x13\x7b\xbf\xda\x02\x4e\xd9\x16\xd0\xa5\x4b\x09\x2c\x61\x60\x95\xae\x66\x51\xcd\x69\x7e\x86\x8d\xd3\xce\x16\x70\x24\x1c\x05\xf8\x40\x52\x51\xc0\x5e\xab\x5a\xdc\xfc\x77\x73\xcc\x33\x4d\xb3\xd9\x67\x86\x81\xd3\x8d\x9a\x33\x40\xff\x2a\xb0\x38\x87\x1f\x65\xcb\x94\xc6\x7a\x70\xe4\x33\x7b\x06\x92\x3f\xb1\x1e\x68\xbd\x9e\x55\x2c\xc5\x3f\x2f\x71\xa7\x61\xe1\x6c\xcc\x59\x73\x27\x5b\x03\xcb\xe4\x58\x15\x0b\x50\x5f\x67\x53\x98\x66\x4b\x4d\x7d\xb4\x95\xba\x66\xb3\x5f\x8c\x24\xa3\xbd\xd8\xe4\xb3\x25\x3d\xf0\x2b\x34\x50\xc8\x4f\x82\xd0\xea\xe9\x92\x20\xb4\xfa\xfe\x00\x42\x5b\x97\x33\x04\x80\xdf\xe1\xef\x1a\x1a\x38\xb7\x80\xd0\x96\xb0\x57\x58\xd5\xf5\x7a\x99\x69\x66\x40\x84\x9a\x3d\x67\xce\xaf\x06\x36\x2e\xbf\xe2\x70\xc3\x26\x66\x17\xda\xc5\x6f\xb2\x1b\xf4\x49\xb1\xc0\xc5\xec\x06\x57\xf1\xfb\xe0\x98\xc3\xf6\x40\xb6\x2d\x3a\xf4\x83\x6c\x5b\x8d\xad\x9a\x26\xd5\xcc\xdf\xf1\x07\x42\x27\x00\xa6\xb6\x03\xd7\x33\xe6\xc8\xcd\xe9\x0b\x66\x41\xac\x31\xa0\xd4\x1e\x55\x03\x0e\x28\xb5\x95\x44\x4b\x63\xca\xfb\xa1\xb3\x60\xd4\x56\xd0\x40\xc6\xd4\xda\x00\x4f\x98\x53\xf5\x80\x09\x9b\x4e\x86\x07\x9a\x1b\x69\x6f\x37\xa7\x29\xc7\xb5\x55\x00\x70\x5b\x49\xfc\x3a\x44\xb1\x35\xff\xf8\x00\xc5\xb6\x03\x96\x3c\x04\xb1\xd5\xf8\x0a\x86\x6d\xd5\xc4\x3e\x23\x99\x05\xa5\x33\x35\x9b\xa3\x10\x0e\x5e\xf1\x70\x06\xa4\xce\x03\x6a\xa2\x19\xab\x92\xf5\x7b\x8a\xe3\xe2\x99\xa6\xc3\xa6\x2d\x9b\x3b\xd3\x3f\x92\x57\xd0\x04\xa1\xdb\x5a\x17\xe7\x32\x66\xda\x1d\x98\x32\x01\xc2\xe1\xcc\xd4\xe2\xcb\x7f\x4c\x40\x44\x5d\x46\x72\x2b\x67\x82\x87\x5b\x25\xcc\x73\x25\x23\xa0\x79\xf1\x28\xa6\x13\xc7\x05\x41\x92\x87\x95\x8c\xc7\xba\xd0\xd4\x9d\x2b\x62\xbc\x41\x25\x1f\xa2\xe4\x6a\x63\x00\x25\xb7\x2b\x90\x00\x92\x5b\x72\x9e\x4f\x8d\x04\xee\xb4\x93\x83\x24\x39\x39\x9d\x1d\xfa\x24\xb6\x90\xdb\xd7\x68\x2f\xad\x3a\xf3\xca\x81\x53\xd5\xa5\xce\x09\xc7\x05\x0c\xb7\x1f\x6e\xe6\x0b\xde\xed\x39\xba\x3c\x16\x6e\xff\xcc\x14\xee\x47\x10\x14\xc9\x94\xe2\xc4\xb0\x56\xfa\xe1\x3c\x5f\xe0\x6c\xb9\xd7\xd2\x0c\x21\x39\x30\x37\x38\xac\x77\x72\xf5\x6c\xa8\xd6\x34\xb8\x6b\x7a\xc0\x04\x1f\x24\xe7\xc3\x98\x37\xa2\xcc\xcf\xd2\x12\x13\xf7\x11\x76\x88\x23\x3f\x52\x7b\x75\x06\xef\x5c\x0b\x2b\x26\xa5\xc2\xf4\x99\xb3\x3a\xff\x0c\xb9\x05\x99\xb7\xaa\x61\x4d\x2e\xac\xb5\x2b\x4c\x2e\xac\xbb\x07\xfc\xc9\xdd\xc3\xd8\xb9\xb0\x56\xe2\x05\xc9\xb7\xe8\xc6\x2d\x60\x6f\x4b\x5a\xf6\x04\x77\xf6\x7e\xb4\xfc\x83\xf1\x7a\xab\x3d\x7c\x56\xc6\x46\x19\x99\x66\xcf\xf1\x8e\x10\x8c\xdf\xae\xbf\x22\x10\xbf\x3d\x79\xb0\x3e\xe8\xc9\x4f\x5e\x74\x0e\xb7\xf4\xcb\x6a\x7a\x84\xde\xdc\xc5\xf4\x96\x5b\x07\x63\x3b\xa6\x12\x8c\x3c\xf8\xe5\x3c\x39\xec\xd7\x16\xe8\x13\x17\x10\x87\xfd\x4b\x43\x86\x84\xe0\x03\xbb\x03\x81\x70\xea\x9f\xa6\xe8\x3d\x49\x1b\x97\x84\xf7\x33\x3b\xb7\xbf\x67\xce\x43\x9e\xed\x92\xfb\xe2\xf3\xae\x45\x6a\xf6\xe5\xe4\x30\xd4\x2d\xcf\x4c\x6d\x44\x60\xfe\x96\x5f\x56\xc5\x75\x89\x51\x18\xc0\xfc\xd6\x3c\x7d\xa2\xfc\x72\x78\x03\xc1\xa5\x69\x43\x16\xe5\xd7\x6b\x0a\x50\x7e\x6b\xa1\x56\x41\x7e\x4b\xb7\x40\x47\x1f\xde\x13\x1e\x3a\x9b\x91\x93\x64\xc4\xe1\x0a\x53\x58\xc9\x43\xf9\x29\xb0\x50\xe8\xaa\x10\x22\x7d\x2c\x7f\x77\x4b\x22\x9c\x87\xd9\x69\x14\xe7\x81\xef\xdd\x3d\x3f\x78\x61\x9e\xc3\x7a\xb5\xd1\x31\x9f\x21\x02\x08\xf4\x28\xbc\x3e\x87\xd2\x84\x0e\xe1\x2a\x00\x61\xe2\xb8\x66\x4f\x0a\x4b\x19\x3e\xe3\x5b\xc7\x4c\x05\xd7\x12\x47\x58\x5a\x7e\x5a\x6c\x42\x46\xe6\x68\x8b\xc2\x2f\xdb\x13\xfc\xde\x7e\xd8\xf7\xea\x69\xc4\x32\x2a\x96\xaf\x22\x47\xd4\xcc\xf5\xc7\xf3\xc2\xae\x43\xb5\xd5\x2d\x6c\xe3\x35\x73\x34\xf3\x8c\x80\x93\x85\x55\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xe5\x0a\x90\xdf\xc3\x38\xc8\x68\xba\xbf\xd0\xa7\x46\xbe\x97\xe9\x33\x06\x9b\xe5\xb3\xba\x8e\x2b\xa0\xb4\x11\x16\xc6\x8f\x6f\xf8\xbb\x82\xe0\xb2\x05\x8d\x0d\x90\xb6\x84\x08\x26\xd7\xc6\x00\x22\xb8\x93\x53\x66\x44\x73\x95\xe8\x9f\xe1\xe4\x50\xf7\xd0\xd6\xe0\xf7\x1d\x65\xcc\xa6\xbb\xb1\x5a\x8c\xda\x7c\x34\x30\x70\xb0\x82\x77\x03\x74\xb6\xbb\xe7\x97\xb5\x6a\x90\xe8\x16\x71\x25\x99\x59\xaf\xf6\xf5\x3a\x8c\x9e\x99\x1e\x78\x7e\xd8\xf3\x3e\x33\x81\x0e\x75\x40\xd0\x9d\x7d\x9c\xdb\xf6\x36\xf8\x83\xe2\x45\xde\x57\xb8\xc5\x46\xae\x0d\x4d\x4e\x99\x05\x4a\x4a\x6c\x59\xa1\x17\xcc\x34\xa0\x04\x1f\x82\x13\x8c\x98\x6a\x7a\x3e\x43\x5e\x5c\xd9\xb4\x25\x38\xf1\xdc\x59\x08\x5b\x30\xc2\x4c\xde\x24\xc0\x1a\x82\x09\x4f\x92\x7d\x0c\xc0\x84\x3b\xd8\x30\x03\x30\xe1\xae\xc5\x1d\xf8\xe0\xaa\x5f\x66\xe0\xbc\x36\xc3\x33\xa4\x29\xc1\xee\xea\xbc\xa6\xd3\x20\xb8\xc2\xb5\xba\x43\x63\x78\x54\xfc\xc3\xd9\x86\xa4\x81\x2b\xdc\xc1\x52\x1b\xb1\xc5\x88\x69\xb4\x7f\x84\x6d\xf3\x8d\x86\x05\x1d\x16\xc0\x1e\x3e\x14\x06\xc1\x1e\xee\x87\x6b\x28\xf0\x08\x79\x3c\x46\xe8\x46\xee\x84\x72\x97\x71\xe4\x73\x0e\xd5\x17\xf6\x98\x87\x7c\xd9\x1c\x85\xb7\x40\xd0\xc1\x81\x1d\xa1\xc3\x80\x52\x6f\x20\x11\x78\xbd\x16\xe6\x0c\x37\x7e\x2b\xce\x5c\x0d\x8b\x00\x97\xd4\xfc\x83\x7e\x78\x00\x01\x2b\x5c\xf9\x7b\xae\x0c\x3d\x3f\xed\x87\x4d\x28\x49\x21\x11\xc4\x69\xc2\x2c\x4a\x2b\x50\x60\xf5\x02\xa6\xb8\x78\xf1\x12\x29\x4e\xa0\x14\x84\xe2\x84\x24\xc5\x2c\xb0\xa6\xd1\x88\x2d\x4f\xf4\xe2\xdc\x20\x4e\xe4\x28\x10\x1b\x8a\x0b\x79\x9d\x3c\x5b\xd1\x65\x61\x3a\x9b\xd1\xe3\xf4\x55\xe9\xc0\x70\xbd\x10\x3a\xc4\x35\xba\xbb\x7f\xd0\x36\xd2\x41\xb1\x4f\x20\xf3\x1b\xae\x1a\x37\x3e\x2c\xce\xf8\x4d\x73\xd2\x74\xd3\xe4\x39\xfb\x22\xf6\x1b\xb3\x08\x64\x71\x2f\x59\x29\x06\x10\x17\x5b\xdf\x74\x9d\x48\xe3\xc9\x35\xa2\xc4\x96\x0c\xaa\xde\x5f\xa1\x27\x1b\xb9\xce\x06\x88\xc5\xdd\xcb\x19\x00\x8b\xbb\xe2\x1f\x80\xc5\x47\x4b\x12\xb1\x45\x86\x4e\xb2\xa0\x01\x60\x71\x37\xbc\x2f\x8c\x34\x37\xb4\x13\xc4\xe2\xb2\xb2\xf4\xc7\xdc\x50\x18\xa3\x45\x91\xee\x6c\xb9\xa0\x7b\xd1\x1c\x78\x26\x14\x69\x27\xdc\xdf\xab\x8b\x78\xd5\xbb\xaa\x05\x24\x85\x48\x18\x20\x11\xef\xe3\x42\x3f\x5e\x27\xa4\xf8\xcf\x63\x19\x2b\x30\x26\xd6\xe7\x8f\x46\x78\x46\x1a\xd0\xfd\x2f\xbe\x94\x24\x69\x3d\xb9\x3e\x12\x4a\xc8\xf5\xbd\x19\x05\x9b\xb8\x97\x62\x11\x94\xd3\xac\x2a\x37\x82\x1f\xc9\xbf\xdc\xc2\x82\x77\x91\x7e\x6c\x0b\x02\x5b\x86\x86\x44\xaf\x1f\x43\xff\xfd\xa9\xdb\x2e\x1d\xd8\x35\x9a\xae\x1f\xcb\x43\x67\x16\x86\x0d\xd9\xf2\xfa\x65\x97\x3b\x2f\xd9\x65\x5f\x5c\x9f\x83\x67\xcf\xd3\xb4\x03\xa7\x47\xd3\xba\xd0\xf7\xe1\xcb\x00\x27\x77\x60\xa9\x06\xb8\xc9\xc5\xe8\x9a\xc5\x1d\x89\xae\x23\x40\x28\x77\x30\x36\x07\x10\xca\xbb\xd6\xc9\x8b\xd6\x65\xbf\x3a\x0a\xbd\xa5\xd6\xb4\x8b\x40\x91\x56\x5e\x99\x40\x27\xd7\xe1\xe9\xef\x56\xa6\x62\xed\x57\xec\xfd\x6a\x71\x58\x4c\xd8\x86\x90\x6f\x3c\x17\xa6\x11\x92\x02\x6e\x72\xd7\x9f\x09\xdc\xe4\x5e\xaa\xcf\xee\x63\xea\xc7\x7d\x4f\xa7\x7f\x90\x92\x7b\x81\x6b\x00\x8e\xdc\x0b\xcc\x01\xdc\xe3\x0e\x5e\xd7\x10\xf6\xf8\x50\x84\x06\xeb\x78\xf7\x94\x96\xb1\x6c\x94\xea\x57\x52\x36\x84\xfe\x85\x65\x83\xac\xfc\x63\xd5\x14\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe1\x4e\x33\x37\x88\xc8\xbd\xe4\x33\xd4\x0c\xb5\x69\x21\x4e\x0c\xa3\x7b\x57\x5a\x29\x5c\x6f\x23\xc9\x4d\x1e\x03\x9e\xf1\xfe\x8c\x8a\x9b\xde\x98\x3e\x4b\x26\xe1\xb9\x80\x15\x57\xa3\xd3\x00\x2b\xee\xa5\xf9\xbb\xb0\xb1\xf4\xb0\xab\x0b\x70\x26\x40\x28\xee\x25\x9f\x75\x04\x66\x3a\x7b\x1e\x3b\xda\xee\x6c\x16\x67\x81\xab\x08\x43\x30\x40\x2b\xee\x46\xb4\x83\x4f\x5c\x0b\xa4\x14\x7c\xe2\x0e\xba\xce\x00\x9e\xb8\x16\xa8\xfb\x1a\xb9\x3d\xa8\x88\x58\xb1\x61\x04\xb0\x60\xc5\xcb\x6c\x0f\x4b\xb7\xf8\xdc\xa8\x83\x50\xe6\x65\x11\x49\x8f\x8b\x89\x71\xa2\xd8\xdb\x2d\x35\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x77\x56\x2c\x4d\x6f\xdd\xb4\xa4\x9f\xd1\x27\x74\xa5\x60\x61\x77\xc9\x86\x5b\x1d\x92\x42\x86\xeb\x8d\x90\xa1\x49\x71\x21\x57\x94\x6a\x61\xb7\x97\x65\x99\x4b\xcf\x91\x6e\x11\x66\xd3\x49\x44\x63\x45\x70\x10\x8d\x9b\xee\x47\x02\x1a\xeb\xa2\xbe\x94\x36\x20\x28\x80\x1b\x77\x2f\xb4\x00\x37\x16\xba\x6e\xac\x10\xf3\xc1\xdd\x65\x3e\x78\x38\xcb\x32\x61\x9c\x12\x3b\xc0\xc5\x47\x71\x37\x2f\x6a\x1a\x3e\x2b\xab\x78\x5e\x96\xf9\x38\x29\x8d\x53\x61\x81\xde\xae\x94\x1d\xac\x96\x38\x72\xf2\xe7\x0e\x60\x8b\x4b\x6e\xad\xc5\x86\x70\xb1\x15\x11\xd0\xee\x56\x8a\x08\x7f\xa6\xd0\x1b\xe0\x18\xef\xd5\x67\x65\x4e\xf9\x8e\xe3\x3d\x99\x5d\x98\xe4\x32\x20\xcd\x08\xbd\x65\x1a\x5c\xc3\xef\x80\x35\x3e\x44\xaa\x19\xc0\x1a\xf7\xe2\x58\xb4\x3c\x18\x24\xb5\x4c\x0c\xaf\x18\xb5\x2e\xa6\x02\x39\x1a\x84\xe3\xee\x1d\xc0\xc2\xd8\x00\xe2\xdb\x00\xe0\xf8\x10\x18\x67\xac\x2b\x53\x96\xd0\xc7\x2b\x17\x94\x7e\xe1\x81\x58\x90\x84\x12\xe2\xd8\x64\x3f\x40\x1c\xf7\xe2\x24\x5d\x90\x4f\xe9\xc8\x9d\x1d\x61\x1d\x6e\x57\x97\x02\x38\x3a\xe4\xf1\x48\xab\x42\xf8\xd1\xfc\xef\x7f\xd3\x1b\xd8\xa5\x77\xbb\x8a\xcc\x52\x58\x70\x7c\xb7\x0e\x56\x16\x20\xff\x90\x5b\x43\x47\xc4\xfc\xde\x2e\x31\x85\xdc\x5d\x0c\x83\xd1\x01\x44\xee\x45\x8a\x6c\x1a\x7a\xf3\x23\x01\x82\xdc\xd5\x43\x17\xb6\x02\x8d\xa3\xeb\x11\xf0\xd9\x02\x90\x01\x77\x2e\x46\x80\x22\xf7\xdb\x7a\x7f\x90\x03\x79\xac\x57\xa6\x66\x97\xde\x3c\xe1\xbe\xb0\xc6\x1e\x70\xa1\xc2\x1c\xe8\x2b\x91\x3b\xfc\xc3\x1b\x50\xc9\xdf\xcb\x8c\xbb\x14\x2f\x6d\xbb\xd7\xbf\x4c\x3e\x48\x71\x7c\x0f\x4d\xd3\xb4\xbe\x6c\x9c\xe9\xff\x14\x00\x3d\xe2\x9f\x5b\x4f\x16\xf2\xe5\x89\xf2\x85\x03\x2c\xf1\xfd\x48\x7b\xe9\x96\xf4\x9a\x62\x59\x2f\x3a\x89\x99\x85\x40\x3f\xee\xe0\xe5\x8f\x44\x3f\x56\xe5\x13\xfd\x58\x38\xa2\x71\xfe\xe8\x16\x0c\xf9\x34\x2e\x5d\x9d\xef\xc4\x13\x91\x74\xbb\xe3\xc4\x83\x41\x8f\xfc\x13\x46\xed\x98\x4e\x19\xf5\xf2\xf9\xb3\x56\xda\x3b\x5c\x32\x28\xf1\x29\x13\x66\xc1\x01\x42\xee\xc5\x16\x0e\xf6\x36\x1c\xf5\x34\xc4\x5c\xcf\x63\x00\x92\x8b\xd7\xe4\xe7\xc1\x15\xef\xb2\x56\xb7\x39\xe3\x06\x20\xb9\x93\x2b\x77\x9c\x42\x9e\x98\x82\x09\x80\xe4\x0e\x90\xdf\x00\x1f\xb9\xe8\xf9\x71\xe6\x85\x84\xd5\x16\x9c\x6c\x11\x3d\x4e\xb8\xb6\xae\x41\xa7\x5c\xdb\x79\x32\xab\xad\x7a\xe8\x69\xc6\x5a\x7d\x04\x81\x47\x3e\xf4\xc4\x05\x1e\xf9\x00\x5c\x75\x9c\x82\x7d\x41\xd0\xce\xe2\xd6\xe6\x1b\xb2\xc7\x90\x6f\x7b\x9c\x55\xdd\x8b\x3d\x7f\x92\x31\x46\x2f\x8e\x53\xae\x8d\xd0\x7d\xa6\x63\x02\x42\xf4\xc9\x85\x84\x7e\x1b\x27\x26\x04\x3d\x7a\x4f\x2e\x27\xbc\x0d\x3a\xe1\xe6\xc3\x8c\x10\x27\x26\x04\x33\x1e\x9c\x98\x10\x80\x6f\xfa\x83\xea\x9d\x78\xea\x4f\x73\x57\x9d\x78\x27\x14\xe7\xaa\xb9\x36\x9c\x6a\x60\x9b\xa3\xdb\x99\xc6\x49\xe1\x84\x83\xda\xdc\x8d\xb3\x3a\xb5\x1d\xc8\xd1\xcf\x66\x24\x02\x54\xe4\x24\x74\x4e\x03\xd1\xa9\x6f\x82\xb7\x5f\xa7\xe1\xe3\x26\x27\x39\x31\x06\x74\x63\x06\xce\xbc\x79\x80\xe6\x9e\xc6\x8c\xeb\x78\x77\x92\xb6\x56\xb1\xfc\x44\x54\x20\x39\xfc\x38\xd3\x18\x90\x25\xbc\x92\x62\x5e\x48\x58\xaf\xba\x03\x18\x74\xd7\x5b\xee\x34\x32\xdc\xe8\x19\xf0\x9f\x7b\x75\xad\xcc\x2e\xa7\xdb\x09\xf8\xcf\x7b\x4d\x7c\xb9\x98\x06\x86\x3b\xf3\x98\x33\x0f\xd3\xcd\x4e\x07\x71\x2a\xe8\x6e\x2c\x79\xb1\x85\x93\xff\xba\xd9\x37\x6b\x0d\xd2\x7a\x8f\xd3\x74\x71\xb0\xab\x33\x48\x8a\xe9\x09\x0a\x59\x97\x33\x1d\x0a\x2a\x76\x0a\xa7\x00\x00\xf0\xc7\x69\x26\x57\x03\x4d\x13\x3b\x5a\x7b\xe9\x89\xf2\x0e\xda\xff\x38\x43\x4b\x33\x1f\x6d\x85\xbd\x57\xdb\x5e\x52\x05\x1b\x5f\xca\x3f\x28\x74\xe7\x56\xd2\xbb\x99\xd2\x4e\x5d\xf9\x55\xf1\x81\x8e\xee\xfa\x26\x9d\xa7\x55\xd1\xa9\xd3\xd3\xef\x2a\x25\x33\x3d\xfc\x67\x13\x12\xdd\xec\xcf\x33\x7b\xe8\x1f\x37\x6d\x58\x95\xa6\x0d\x3a\x92\x1c\xd3\x5e\xa1\x36\x57\x6b\x12\x76\x2b\x9c\x5c\x2c\xec\xd5\xde\xc2\xfe\xf4\x08\x3b\x0d\xee\x32\xb1\xca\x29\x67\x83\x50\x82\x0d\xdd\x41\x37\x1e\xe7\x6d\xad\x54\x64\xe2\x78\x53\xb4\x9c\x5e\xb3\x6b\x84\x00\xcc\x79\xff\xc3\xc0\x37\x47\xea\xe4\x9c\x1e\x27\xd9\xd0\x64\x6d\xa7\x5e\x78\x26\x89\x00\xda\xb9\x57\x4f\x61\x1a\xac\xe9\x87\x61\x58\xba\x71\x9d\xa6\x50\x31\xc5\xc0\x09\xaf\x02\xfa\x73\x9c\x5b\x61\xed\x46\xea\x9f\xc9\xb7\x18\xde\xdb\x78\xa6\x4f\xaf\x02\x01\xec\xe9\xdc\xac\xaa\x1a\x8b\x0d\xe2\x73\xf7\x1e\xea\xcc\x4b\x76\x29\x3c\xf9\xcc\x0e\x8d\x0d\x27\x97\xe3\xbf\x43\x72\xfa\x59\x84\x1e\xe2\x48\x67\x5a\x88\xd3\x3c\x64\x5a\x18\xce\x2f\x7b\xbb\xbf\xba\xcc\x37\xa6\xca\x79\xfd\x54\x4c\xa6\x2f\x0d\x44\x25\x9f\x3b\x75\x4d\x9e\x97\x25\x06\x2f\xf0\x94\xac\xca\xad\x00\x73\xbc\x60\x17\xe0\xe3\x0d\x10\xa2\xbb\x16\xb3\x44\x88\xd6\x8b\x4b\x50\xe8\xa1\x72\x2f\x28\xb4\x72\xee\x75\x48\xef\xe0\x0b\xd7\xc1\x24\xd6\x3f\xf3\xac\x5c\xb8\xc0\xc9\x3f\x40\x95\x2e\x25\x9f\x61\xd4\x90\xdb\x4b\x60\x2c\xbd\xc7\x2f\x92\x99\xbb\x81\x2e\x7d\xdb\x34\xa9\x5c\x26\x19\xd1\x2c\x02\xdc\xf4\xee\xa5\xe5\xa5\xaf\xd0\x6b\x30\xa6\xab\x6c\xfe\x4a\xdd\xcd\xa9\xa8\xc3\xf2\xbe\x70\xf2\x20\x58\x97\x5c\x00\x3d\xf3\x42\x8f\x33\x18\xf4\xd2\x53\xad\x58\x93\x52\xe8\xf4\x23\xa1\xfa\x0b\xcf\x44\xe5\x39\xa7\x19\x91\xc5\xae\x01\x94\xba\x1b\xba\x77\x99\x3e\x44\x3f\xb7\xab\xd9\x34\xdd\xc0\xef\x4c\xa6\x73\x99\x8e\x1c\x34\x86\x21\x5a\xb5\x19\x47\x2f\x53\x86\x98\x4d\xe9\x42\xef\xcb\x1d\xd0\xa1\x0c\xf6\x43\x4f\x33\xc3\x33\x2f\xed\xbf\x2e\x2e\xfa\x20\xd0\x20\xe3\x4a\x22\xef\x6e\xe8\x46\xb1\x22\x3d\x5c\x52\xf9\x66\xb5\x6c\x52\x14\x20\xb0\xab\x4b\x86\xa2\x81\x57\xdd\x81\x06\x19\xd7\xd0\xfe\x84\x30\x77\xa1\xf9\x01\xe3\x31\x2e\x00\xb9\x54\x91\x01\xb5\x2e\xaa\x58\x80\x5a\x17\x5d\xe8\x2f\x33\x93\x9b\x71\x02\x54\xeb\x6a\xde\xa8\x0b\xb6\x30\xbc\x93\x06\xd5\xba\x6a\x52\xbc\x48\x34\xaa\xe3\xa6\x08\xd7\xe9\xd0\x7e\xa5\xde\xb7\x6c\xef\xf5\x1f\x3f\xc3\x11\xda\x21\x09\x83\xa2\xd9\xe4\x42\xf3\xab\xea\x65\x00\x5e\x17\xfd\xc0\x2e\x72\x88\x19\xf5\x74\xa9\xf9\xe9\x91\x74\x01\x8a\x52\x8d\x55\xbe\x92\xc7\x2c\x2b\x06\x2d\xc7\xfe\xea\x5e\xa6\x7e\x2e\xb0\xb5\x40\x73\x03\x60\xeb\x5e\xdd\xf8\xf2\x95\x6e\x89\x6e\xb7\x68\x31\x80\x1b\x76\x7b\xe3\x05\xaf\x2b\x1e\xf8\xd5\x05\x0c\xce\x21\x7c\xf5\x91\x2d\xc0\x7a\x9c\x37\x54\x39\x6f\x76\xc1\x9f\x2e\xba\xec\x8b\x30\x7d\xe8\x13\x00\xc4\x74\xd7\xb5\x4d\x28\xe9\xa9\x84\x7f\x2d\xa8\x23\xe2\x09\xd8\xd0\x3d\x37\x9e\xc1\x5e\x6a\xb3\xd7\xa9\x90\xee\xac\xeb\x89\xae\x4e\x09\x3a\xf4\xfe\x87\x9e\x9c\xca\x1e\xb0\x69\xe0\xa1\xbb\x19\x38\x41\x87\xde\x87\x83\x9a\x51\xca\xcc\xba\x78\xa1\x94\x99\x4a\xf3\x92\x0f\xc1\x5a\x85\x8d\x96\xf5\x08\x1b\x6d\xa6\x15\xa0\xa2\xbb\xa9\x3b\x12\x11\x3a\xbf\x37\x70\x88\xed\x8c\x0b\x99\x37\xa8\x57\xb2\x2a\x17\xef\x92\x88\x85\x25\x30\x5d\x3a\xbc\xad\xaa\x35\x90\x3b\x06\x20\xd0\x99\x16\x0b\x10\xe8\xae\xf1\xf6\xba\x39\x18\x7f\x27\xd4\x03\x15\x7a\xab\x17\x34\x49\xaa\x11\x8d\x63\xa0\x42\x57\x9d\x75\x00\x85\x3e\x44\xf9\x19\x00\x41\x57\x6d\x54\x00\x41\x77\xdd\xa6\x00\x82\xae\x39\xa8\x47\x01\xd1\xdf\xf3\xa0\x30\x0b\x68\x6b\xda\xb3\x2f\x32\x87\x4c\xad\xf2\x80\x42\x57\x73\xa9\x5e\xb2\x3d\xf8\xaf\x78\xcf\x82\x17\x8e\xeb\x35\xda\x04\x69\x0f\xa4\xe6\x6e\x56\x3b\x90\x9a\xbb\xa9\xef\x2e\x73\x77\x9a\xca\x0e\xa4\xe6\xae\xd3\x9a\xe0\xcc\x02\x24\x0e\xc0\x99\xbb\xe9\xe4\x2e\x61\xb9\xf4\x77\xbd\x84\xe2\xd2\xc7\x15\x80\xe5\xdd\xf7\x5d\x04\x54\xe5\x5d\xb1\x2f\x3a\x19\x40\x9f\x80\x52\xde\x9f\x4d\x5e\xd8\xbb\xd3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x8c\x5b\xe3\xd0\x81\x9a\xbc\xff\x09\x5e\x20\x06\x6c\xde\xfb\x48\xd2\x45\x11\xb2\x78\x68\x0f\xbe\x05\x93\x54\x5d\x07\x1e\x39\x33\xa0\xdd\xde\x9f\xaa\x27\xdf\x87\x53\xe4\x47\x5e\x7c\x41\xc0\x01\x37\xee\xe6\xb4\x02\xdb\xb8\x9b\x50\x2c\xb1\x89\x75\xc5\x4c\x3c\xe2\x80\xba\xde\xe9\x4e\xc5\x16\xb8\xb9\xdb\xd4\x29\xfb\x4e\xc6\x05\x2f\x10\x82\x78\xaa\xbe\xdf\xd5\x2b\x35\x9f\xc9\xb4\x8d\x98\x2f\x34\xf1\xaf\xe6\x47\x52\x48\x28\x75\x82\x10\x73\x8e\x00\x21\x0e\x10\x58\x06\x20\xc4\xf5\x67\x13\x0d\x1f\x2f\xc7\xa4\x65\xb2\xfb\xac\x8a\xc1\x46\xb9\x5b\xd6\x4a\x4d\x3a\x43\x99\x04\x0f\xbc\xe1\xda\x20\x5d\x77\xcb\x29\xe1\x05\x6f\x28\xed\x1c\x77\x06\x19\x87\x2f\xb9\xd2\xd4\x45\xa4\x95\x19\xbc\x6e\xcc\x94\x24\xa9\x1f\xc2\x0f\x0b\xca\x39\x6e\x3d\xa3\xdd\x27\xe8\x21\x53\x83\x01\xf0\xc3\xd1\xed\x08\x97\x92\xda\x24\x40\x22\xee\x26\x0c\x03\x89\xb8\x98\x7e\x00\x20\xe2\x62\x26\x9f\x5b\x5d\xc5\x95\x19\xde\x9e\x57\x3f\x62\xbf\x41\xfd\x6f\x4c\x8e\x66\x73\xba\x93\xf7\xc0\xd2\x04\x1c\x9e\xca\x1a\x80\x0c\x47\xf7\x19\x76\x93\x1f\xc1\x6d\xd4\x6e\x6f\xfc\x9e\x4c\x6f\x72\x4f\x15\x01\xe8\xfa\x9d\xbe\x4e\xb6\x67\xc6\x0d\x6d\x0d\x40\x11\xef\x89\xf2\x33\xe2\xc2\x21\xf9\x77\x7a\x41\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x45\xd1\x4c\x34\x77\x38\x56\x26\x70\x33\xa4\x6a\xc6\xc3\xdb\x18\xad\x7f\x2f\x6e\xbc\xe5\x0b\x04\xc7\x59\x16\xd2\x38\xfa\x9f\x19\x94\xc1\x3b\xae\x46\xd6\xde\x28\x4e\x53\xe5\x19\xb8\xe3\xaa\x7d\xf8\x96\x79\xb9\xfc\xea\x4a\xb0\x22\x10\x8e\xbb\xc9\x58\xee\xa5\x2d\xc7\xdf\xb3\x93\x16\xc8\x4e\xfa\x8f\x49\x21\x7d\x76\x09\xdd\x88\x3a\x48\x99\x25\xf0\xc6\x41\x4a\xef\xb3\x7b\xb9\x9e\x7e\xc4\x61\x46\x06\xba\xc5\xc0\x30\x17\xc0\xad\x2f\xb5\x16\x11\x70\x93\xab\xbe\xe6\xb7\x99\x39\xdc\x4a\xe2\x75\x79\x21\x0e\xf0\x71\xd5\xc5\xe5\xce\x08\x68\x27\xfe\xcc\x6d\xe2\xcb\x5e\x1d\xf3\x3f\xde\x97\x52\x89\xc5\x61\x89\xa6\x0b\x4c\x48\xe4\x5c\x68\x3c\xab\xcd\x0c\x7f\x67\xa8\x96\xfd\x05\xbd\xcb\xd4\x28\xf7\x65\x92\x61\x3f\x3a\xa9\xc9\xdf\x91\x4f\xe0\xf9\x20\x1f\x17\x45\xd8\xfb\x62\xfe\xdd\x30\x97\x5d\xf2\x9b\x4d\x9b\xb5\x28\xdd\x37\xf2\x8c\x07\xeb\x96\x4c\x17\xff\x80\xb8\x39\x4f\x84\x4b\x9b\xb4\xfc\x46\xc7\x1b\x66\x2d\x01\x37\xb9\x18\xe1\x70\xe3\x05\x25\x13\xbd\x31\x58\xea\x8e\x75\xdf\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xde\x84\x07\xdf\x5e\x6f\x6a\x3f\x11\x4b\x79\xe9\xdc\x75\xcb\x2a\x25\xd2\x8f\x5a\x44\xbe\x90\xbb\x07\x01\xe3\xce\xfb\x4d\x07\xcb\xfd\xa6\x28\x04\x80\x2f\x77\x6f\x94\xef\xcd\x37\xa3\x7b\x08\x88\xd9\xf2\x9a\xe0\x46\xa7\x9c\x4a\xa4\x20\x34\x77\x73\x73\xdc\xc2\x68\x9a\xd9\x00\x84\xe6\x6a\x54\xfc\x4d\x48\xb6\x3a\xde\x8d\x2d\x54\x8b\xd4\xfd\x1a\x56\x49\x97\xde\x3c\x4d\xf4\x95\x60\x2e\xd3\x14\xdd\xa2\x65\x2a\x65\x01\xe3\xdc\x4d\x0f\x01\x8c\xf3\xfe\xc3\x26\x5e\xdb\xf6\xab\x8f\x4e\x51\x95\x59\xb5\xe5\x66\x84\x79\xe9\xfc\x7e\x7f\xb9\xa1\x18\xaa\xae\xde\x76\xea\x53\xd9\x97\x3c\x7d\xaa\x7e\x50\xc0\x07\x20\xb0\x29\x97\x16\xca\xb9\x9b\x20\xe2\xf9\xa1\x28\x73\xa6\x45\x72\x3e\xb4\x2e\x3d\x66\xd4\x32\x90\x09\x5c\xe7\xaa\x1c\xf8\x60\xcd\x34\x14\xe2\xf9\x65\xdf\x2d\xee\x9a\x23\xfc\x3d\xde\x2f\x1a\xbd\x04\xb0\x73\x37\x0b\xc0\x63\x84\xb6\x1e\xdc\x00\x38\x17\xc3\x46\x00\x6d\xee\xb2\x36\x40\x9b\xf7\x47\xfe\x01\xc2\x8e\x7d\x3f\x4c\x85\xe0\xef\xcc\x15\x5b\x5a\x38\xe6\xa9\x7c\xf1\x00\xad\xf5\x6b\xfe\x21\xfd\x45\xc2\x04\x8e\xf9\x28\x7f\x1b\xf9\x9e\x02\x03\xfe\x59\x03\x1b\xc8\x26\x4b\x8e\xd7\x66\x3e\x79\x0c\x5f\x91\x04\x73\x18\xdd\xf7\x6c\xb5\xb5\xa8\x22\x3c\x5b\x2c\xe8\xa6\x4f\x10\xe8\x79\x1a\x2d\xf2\x54\x0e\x1b\xe4\xed\xc1\xa8\x99\x2b\x82\x06\xab\xb3\xab\x60\xd0\x43\x0d\xf1\xf1\x2a\x72\x5a\xc0\x9d\x9c\xcd\xb1\x93\x5d\x43\x04\x04\x0d\x09\x00\x46\xef\xd2\x74\xbd\xe1\xf1\xc2\x26\x7d\x48\x87\x69\x30\xf5\xc3\x75\xa5\x21\x47\x8f\xd7\x8a\x06\x7a\x3d\xda\x0d\x4d\x55\x0a\x7e\x73\xf7\x06\xeb\xe9\xec\xe4\xe2\xef\x32\x6f\x3b\xd8\x8d\xea\x65\xa8\x3d\x67\xca\x97\xdc\x19\x8c\xc9\xa4\xd4\xd9\xab\xa1\x51\x10\x5e\xf9\xe0\x6d\x64\xc0\x05\xe8\xcf\xdd\xa8\xfa\xc7\x84\x5b\xda\x43\x1f\x02\x9b\xbc\x9c\x7d\x46\x6e\x58\xba\x05\xf8\x95\x99\x88\x1e\x35\xcc\x6e\x7b\x70\x02\x87\x61\x8c\x53\xb3\x22\x79\x3c\x65\x67\xf6\x89\x8f\x40\xd0\x94\xcd\x3d\x28\x8b\x9e\xda\x07\x56\x6e\xe6\xcf\x67\x3a\x1f\x34\x30\xe5\x0f\x30\xef\x47\x55\x51\x42\xfb\xe0\x84\x6c\xd0\x2c\x98\xd0\xd1\x5d\x56\x5c\x86\x34\x2d\x3c\x21\x02\x07\xec\xe1\x31\x48\xda\x14\xa4\x60\x42\xd7\x9c\xb4\x90\x62\x20\xcd\x3e\x44\x29\x19\x0c\xfd\xac\xf4\x1a\xa3\x87\x66\x1c\xd1\x56\x08\x5a\x74\x37\x93\xc1\x93\x86\x4a\xf8\x38\x60\xd1\xdd\xf0\xe9\x67\x29\x15\x58\x20\x67\xd3\x3f\xc2\x7a\xe9\x3b\xf9\xa7\xcd\xa7\x04\x86\x74\xd5\x3d\xec\x21\x5b\xa5\x17\xf6\xcf\xa9\x9b\x02\xaa\xea\xa3\xd1\xd2\x8c\xa2\x40\x3e\x47\x6e\x0b\x35\x4a\x13\x95\x3e\x82\x3d\x39\x0e\x1c\x7f\xbc\x8e\x4c\xc4\x67\xfd\x8c\x9e\xcb\x39\x64\xae\x84\x87\xd0\xee\xf8\x60\xcd\x6c\x4e\xd5\xa5\x60\x85\xa8\x01\x16\x74\x35\xab\xe0\x63\xca\x90\xc8\x7a\xb5\x1b\xc3\xc6\x9e\x9b\x64\x5d\x8e\x3c\x19\x22\x1c\xf7\x31\x5d\x65\x9e\x08\x39\x22\x02\xfe\x83\xf6\xa8\x33\x28\x50\xd2\xdd\x18\xb5\x47\x87\x61\x6d\xd0\xcf\x2d\xd9\x94\x5c\xdc\x50\x2e\xc9\x26\x81\xcb\x46\x73\x00\x25\xbd\x4b\xf8\xc2\x3e\x94\x38\xc2\x29\xff\x11\x1b\x38\xa5\xa2\x0d\xb0\xd2\xdd\xb8\x82\xe7\xb1\x4f\xf4\xe3\x49\xef\x27\x3a\x88\xea\xa8\xa1\xf9\x91\x1d\x3a\xcf\x8f\xb7\x70\x7f\xe2\xde\x8e\xe7\x49\xa6\x61\x9b\x9a\x02\x1c\x30\x46\x57\x23\xa6\x9e\x47\xc2\x27\x7d\x7b\x95\x7b\xd0\x32\x45\xa0\xce\xa3\x2d\xbe\x84\xfc\x0b\xd4\xe9\xae\xeb\xe6\x23\xbe\x84\x09\x34\x41\x9d\xee\xcd\x5d\xc3\x35\xa2\x61\x27\x22\x4d\x8b\x7e\x3d\x1e\x79\xa7\x64\x13\x67\xa2\x92\xbf\x3b\xa7\xfe\x4e\x07\x5d\x04\x93\x5c\x9b\xc1\xee\xc9\x34\x27\xcb\x17\xc2\x27\x64\x51\xa0\x53\x18\x4a\x01\x36\x75\x51\x7a\x78\x92\x8d\x22\x8b\x01\x4e\x5d\x4d\xb1\xf7\x7c\xea\x6e\x1e\x55\xb3\x60\x4a\x8d\x3f\xee\xd8\x65\x89\x5c\x40\x1a\xc5\xfe\x60\x2d\x36\x74\x00\xcc\xea\x6a\x2c\xdb\xf3\x71\x22\x38\x9a\xef\x2f\xe7\x6f\xf2\x92\x4d\x07\x2f\xa4\x14\x60\xd4\xaf\x08\x9b\x2c\xed\xfb\x83\xa5\x1d\x96\xc6\xb6\x44\x57\x5f\x4c\xc5\x06\xbd\x03\x59\x5d\x54\x59\x5f\x3c\x7a\xb4\x4b\xbd\x87\xa7\x89\xb2\x42\x56\x19\x94\xf2\xca\x7d\x11\xde\x00\xa3\x2e\x52\x8e\xd7\x84\x28\x50\x55\xc0\xa8\xbb\x97\x0c\xef\x91\x5b\xd8\x5a\xe1\xc4\x70\x6b\x80\xa9\x33\x79\xc8\xcb\xf5\xa1\x31\x42\x6f\x49\xc2\xc8\x38\xd1\xae\xf5\x4c\x79\xd1\xae\xbd\x3c\x02\xc8\xfa\x38\xaa\xbf\x43\xe8\x39\x62\x6f\x81\x78\x3a\x84\x22\xc1\xb4\x1e\x78\x33\x24\xf9\xdd\x9a\x79\x11\xfe\x09\xac\xeb\xae\x2b\x33\x58\xd7\x5d\xe7\x33\xa1\xae\xcd\x37\x27\xbc\xf5\x94\x23\xbe\x70\xe6\xaa\x39\xfd\x4d\x1d\xdd\xc9\x90\x1d\x43\x40\xde\xcd\x8e\x43\xbe\xf9\x56\x66\x1b\xea\xfc\xa6\x8a\xee\xf2\x54\x17\x97\xfe\x55\xdb\xa6\x89\x26\xa8\x3d\x47\x15\x10\xec\xee\xf5\x30\x20\xd8\xc7\x90\x84\xbf\x66\x4c\xd1\x2f\xf0\x6d\x46\x7a\x51\x15\x2e\xc4\xfa\x44\x00\x76\xdd\x5b\xfe\xee\x61\xf4\x0f\x73\x4d\x6b\x77\x7c\xd3\x8a\xec\x26\xc0\x5a\xac\xc4\xf9\xea\x2c\x6c\x9a\x22\xe0\xad\x8b\x31\xea\xa0\x5b\x17\xb9\xe0\xab\x26\x5e\x7c\x96\x8a\x42\xf4\x13\xe8\x5a\xce\x00\xd0\x75\xd7\xd1\x0a\x70\xeb\xfd\x15\xb3\x2e\x92\xa5\x49\x7c\x5f\x5c\x87\x95\xc1\x80\xb7\xde\x5f\xd1\xdf\xe1\xfa\xd1\xc3\xe1\x5c\xf9\x3b\xc6\x3c\x7b\xce\x55\xa1\x5e\x67\x00\x5d\xef\xd9\xa1\x56\x72\x80\xe9\x4b\x92\xc0\xd5\x5e\x80\xbf\xe2\x3c\xb4\xf5\xa7\xcf\x1e\x58\xd6\xcd\xe4\x0e\x60\x59\x17\x1d\x1a\xc0\xb2\xae\xfa\x90\xbf\xa8\xda\x5e\x8e\xbf\x30\xeb\xa5\x37\xcd\x0b\x7f\x56\xbd\x7d\x23\x67\xc8\x17\x26\xc5\x67\xd3\x83\xb9\xe3\x56\xce\x09\xdb\x04\xcb\xae\x92\xc5\xbb\xdc\x63\x16\xd0\x3c\x85\xa6\x2c\x4e\xb5\x39\xa6\x5f\x82\x7c\xcc\x38\xf8\x2e\x5b\xa0\xdf\xe6\x2a\xf1\xc2\x07\x00\xeb\x43\xa7\x6a\x20\xab\xbb\xe6\x1e\x50\xaa\x8f\x69\xee\x64\x90\xa9\xbb\x97\x50\x02\x53\x57\xef\xdf\x5e\x4c\xbc\x49\x65\x2e\x05\x5a\x18\xd6\x8b\x59\x57\x53\xde\x6b\xba\x11\xaf\x36\xde\x64\xd5\x1e\x0f\x91\x9c\x5c\x1c\x0c\xbb\x49\x98\xb6\x0e\x5b\x35\xcb\xbf\x97\x47\x05\xa5\xf4\xc5\xef\x66\xe9\x6a\x02\x4c\x75\x57\xbc\x7d\x2f\x79\x22\xcf\xb7\xe3\x43\x47\x7c\xef\xec\x15\x7d\xbf\xed\x15\x6d\xe8\xc9\x6b\x02\xe9\x17\x9d\x56\x03\xe5\x4b\xba\x11\xbd\x13\xde\x5b\x2a\x8a\x28\xf2\xea\x91\xe3\xa5\x00\x88\xd7\x5d\x89\xec\x4d\x16\x5e\x2c\xae\xce\xcd\xf4\xc8\xc2\x97\xa5\x5d\xf0\x65\x47\x14\x76\x8b\x5d\x94\xf9\xb8\x2f\x4c\x4b\x69\x4f\xd0\x6f\xf3\xa4\xe1\x81\x9b\x52\x3e\x58\xd6\x25\x3b\x02\x3e\x84\xbc\xf1\xdd\xbc\xf1\x48\xdd\x1c\x38\xea\x3d\x40\xff\xb1\x27\xb4\xa7\xca\xe8\xac\xe3\x3d\x23\xab\x03\x82\xba\x1e\x3f\x7f\xdf\xab\xa1\x67\x05\xb0\xd3\x5d\x89\x5b\xd8\xe9\x69\x76\x64\xa1\xa6\xa7\xa9\xa3\xc5\x97\x6e\x46\x93\x82\x2f\xdd\x15\x70\xc1\x97\xee\xde\xe2\x83\x1a\x9d\xe9\x96\x40\x8d\xae\x9e\x8c\x2f\xd9\x18\x7d\x12\x29\xba\xe4\x47\x39\xe7\xc1\x0b\x02\x7b\xf7\x23\x05\xdf\xe9\x8b\xca\xcd\xf4\xab\x9c\x68\x1b\xfc\x90\xeb\xf9\x0a\xcb\xef\x30\xe3\x3e\x30\xd0\x5d\x13\x0d\x30\xd0\xdd\x4d\x05\x0c\xf4\xe1\x6d\x36\x30\xd0\x45\xe7\x9e\x4f\xc7\x56\x2d\x3f\x62\x3f\x4f\x25\xc6\xef\xc8\xd5\xa7\xbf\x87\x57\x34\xd6\xb5\x39\x5b\x15\xd3\x43\x90\x67\xb0\x34\x07\x18\xcf\xed\x07\xdf\xfd\x4c\x41\x69\x82\xea\x84\x75\xd6\x0b\x04\xf8\xe6\xfd\x62\xf1\x6c\xc4\x7f\xb0\x35\x39\x28\x62\x78\xf5\x2c\xfc\x8c\xe1\x95\x76\x00\xec\xbc\x4b\x50\x9c\x14\x1e\x4b\x6f\x08\x90\x9d\xbb\x0c\xe3\xab\xae\xff\x9f\x97\x1a\x9f\xc6\x6a\xc3\xe1\x3f\x13\x48\x9b\x81\xfe\x4b\xe6\xc7\x59\x07\xf8\xb9\x18\xaf\xf8\xd5\x9c\x0b\xe6\x2f\xf5\xcf\xf0\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\xc2\x32\xc2\xd7\x4c\x51\xfe\x69\x55\xd6\x0f\xf6\x33\x75\x25\x9b\xee\xd3\xbd\xc5\x5c\xd4\x9f\xa9\x2b\xbd\xa5\x10\x88\x59\xdb\xd2\x97\xec\x2b\x7c\xd9\xbb\x59\x53\x0f\x98\xcc\x7b\x47\xf8\x47\x4e\x31\xd3\xca\x2d\xa8\xb7\x2d\x9f\xa9\x9c\x0f\x1b\xcc\x29\xf6\x25\x4f\x31\xfd\xed\xce\x37\x53\x92\x1a\x2b\x84\x06\xe8\xe6\xdd\x88\x2f\x0a\x35\xe8\x52\xe0\x35\x17\xed\x11\x20\x34\x77\xf5\xaa\x6f\xb8\xbd\xa0\xd6\x9f\x31\xb8\x5e\x71\x80\xbf\xdc\x7b\x96\xc0\x6b\xdb\x6e\x91\x03\x53\xef\x05\xa0\x98\xab\xd9\xdb\x3e\xbc\x59\xc5\xdc\x03\x65\xb9\xe7\x76\x9a\x27\xcf\x4c\x02\x31\xb4\x9a\xae\xc5\x55\x6e\x26\x05\x10\x57\x79\xa8\x7a\x81\xa5\xdc\xf5\x95\x00\x4b\xb9\xe7\x66\x82\xd9\x69\x25\x06\x4b\x79\x77\x95\x6e\x10\x5c\x6b\xe4\xd0\x17\x0c\xce\x7d\x49\x8a\x8d\xf5\xaf\x26\xe5\x60\x3f\xd2\x5a\x81\xf2\x2b\x30\xf2\x50\xa3\xfb\x22\x7b\x65\x23\xec\x1d\x84\xa2\x6f\xe5\x3c\xf3\x15\x5e\xaf\xea\xcb\x20\x23\xef\x12\xb4\xb8\xb2\x5b\xb4\x22\xcc\xa2\x97\x70\xdf\xca\xad\xeb\x3f\xde\x3d\xf8\x47\x90\x06\xd7\x7d\xb5\xdc\x18\x6e\x45\x41\x93\x72\xaa\xcd\xad\x69\xea\x64\xe0\x91\x77\x97\xa9\x8c\x40\x5a\x05\xfc\xef\x84\xbc\xc0\x1d\x80\x47\xee\xaa\x10\x9f\x60\x4a\xa6\xca\xfb\x4c\x01\x26\x94\x10\x90\xc8\x5d\x51\x0a\xb0\xe3\xdd\xa0\xd5\x66\x83\x8c\x4b\x03\xb2\x97\x30\x1f\x08\x0d\x66\x6a\x00\x06\xb9\xab\x3f\x03\x7d\x1c\x7a\x28\x7c\x19\xf9\x82\xb2\x06\x0c\xf2\xb1\xbc\x0d\x02\xfa\xb8\xab\x5f\x7c\xa2\x26\x69\x73\xfa\x04\x41\x34\x69\xf7\x87\x43\xab\x66\xe6\x8f\xf8\xd9\x3c\x6b\xb7\x7b\x80\x15\xbd\xf1\xa5\x76\x37\xe9\xdb\xea\x45\xcd\x87\x32\xac\x28\x2c\x40\xf2\x50\x01\xfe\x6e\xed\x00\xc8\xde\xdf\xe3\xfc\xd0\x04\x6a\xab\x72\xf1\x47\x30\x4a\x0e\xe3\xc9\xf5\xf0\x23\x0e\xaa\xe3\x7e\x3c\x8f\x52\x1f\x6e\x3c\xd5\x00\x04\x42\xd6\x97\x08\x20\xe4\xaa\x07\xde\xa7\x92\x59\xff\x8c\x50\x4b\x5c\x64\xef\x7a\xbe\xb4\xd2\xca\xac\x5e\x34\x76\x77\x0d\x4c\x56\x21\xe4\x43\xbb\xf4\x26\xeb\x43\xbb\x4c\x9e\xf0\xb9\x4b\x90\x5a\x41\x45\xee\x7a\x6a\x00\x84\xdc\x73\x39\x3e\x17\xcd\xdf\xc7\x7f\xff\x9b\x06\x37\x7e\x70\xdf\xbc\x2c\x01\x07\xb9\x1b\xc1\x21\xf4\xf1\xd4\x29\x58\xe8\xe3\xc3\x2b\x9d\x0f\x4e\x8c\x01\x6b\xfe\x30\xea\x06\x17\x61\xf3\xf7\xb3\xed\xe0\xd9\xf6\x0a\xcf\xbb\x3d\x92\x45\x4c\xc0\x92\x83\xc9\x9d\xbf\x1f\x5b\x64\x0f\x74\x82\x9b\xbc\x2b\x3a\x78\x71\x05\x3a\xcf\x9e\x8e\xc3\x3f\x58\x81\xbd\x4c\xf3\x77\xd8\xda\xe4\x19\x0d\xb9\xd0\x82\xd0\x85\xd8\xce\x26\x28\xc8\x1d\xd4\xca\x09\xf0\x71\x27\x8a\x6c\x82\x7b\xdc\x81\x33\x9d\x60\x1d\x77\xc0\x33\xe7\x4f\xdb\x6e\x3e\xd3\xd8\x26\xb2\xf3\x67\xf6\x67\x88\xd2\xfc\xe1\x6a\x14\x98\xf9\x26\xa8\xc5\x85\x10\xfa\x29\x6a\x31\xf2\xd8\x04\xb5\x38\x72\x70\xa8\x85\xc3\x41\x1b\x97\x0a\x9c\xd8\xfc\x11\x3d\xd2\x1b\x63\x80\x6f\x82\x58\x3b\x7f\x5c\xdd\x1e\xdc\x4e\xcd\x5f\xcd\x01\x31\xaf\x26\xc9\x9c\x8e\xa2\xe6\xa4\xd1\x88\x91\xa9\x04\x50\xce\x9f\xec\xb0\x51\xa4\x65\x77\xe9\x62\xcb\x9a\x69\x86\x9c\x15\x81\x51\x6d\x26\x42\xf1\x72\x12\xcd\x87\x09\x09\x9f\x20\x14\x97\x5f\xcd\xcf\x2e\xcb\xd0\xb5\xa6\x0c\x68\x11\x69\x7b\xa7\x33\x9d\xc5\xe9\xfc\x61\xca\xe7\xe9\x22\x74\x0f\x70\x61\xe6\xc9\xff\x8c\x0f\xfa\x04\x42\xb8\x03\x92\x37\x81\x10\xde\x25\xe8\x3e\x96\xd7\x20\x6f\xf7\x14\x2b\x38\x48\x77\x3d\x01\x08\x3e\xaa\xfb\x6a\xe4\xe8\xfd\xea\xf5\x2b\x2b\x53\x8f\x63\xc2\x84\x08\xf6\x77\x53\x43\xa0\x61\xef\xc3\x60\x09\xbf\xc2\xea\x3c\x7c\x26\x55\xe3\xc1\xa0\x4c\x4b\x99\xcf\x12\x06\x47\x68\x8a\xca\x69\xe7\xc3\x9d\x4f\xb5\x91\xd5\x32\x42\x10\x06\x7e\x4e\x03\x3e\x38\xc3\x85\x33\xce\x62\xd1\x1c\xd7\x95\x64\x3d\x9e\xc0\xf7\x16\x33\x97\x4e\xf1\x7b\x1b\x31\xda\xf3\x67\x0e\x07\x2e\x75\xe6\x6f\xb9\x88\x76\x0b\x2e\xb3\x7a\xbe\x70\xbe\xb2\x88\x92\x53\xf1\x8f\xcf\x22\x2c\xe8\xa9\xea\xdf\x7d\xc1\x59\xb6\xfa\x0c\xed\xc9\xdf\xf1\x53\xce\xdf\xd9\x5b\x9d\x99\x46\x5b\xeb\xae\xf9\x95\x67\xe4\x2f\x13\xdf\x14\xab\x37\x7e\x6e\x6f\x59\x4b\x67\xad\xaf\x1c\x32\x73\x64\x10\xc5\x74\x32\xb0\xb4\x92\x79\x72\xfe\x44\xd5\xaf\x4c\x3d\xf1\x14\x98\x82\x27\x00\xbd\x81\x23\xcf\x04\x1f\xb7\x91\xb3\x79\xfe\x6e\x8f\x89\x3b\x1b\x9f\x1b\x2c\xe8\xf3\x87\xc7\x0c\xb6\xe3\x09\x6c\xee\xfe\x88\x3f\x80\xd1\x69\xd3\xb1\x63\xc6\xec\xee\x52\x3d\x42\xa7\xfd\xe0\xf6\xae\xbb\x4f\xe4\x0d\xee\xc5\x37\x67\x94\x8f\x70\xea\x8c\x9f\x07\x4e\xea\xec\x96\xfb\x4c\x79\xe9\xf3\xe9\xb8\x69\xef\xb3\xda\xfd\x07\xe0\xb0\xbb\x57\x85\x17\xee\xc9\xa0\xaf\xc7\x2f\xcf\xd1\xe4\xc5\x6d\xc6\x7e\x38\xd2\x4c\xd7\xfd\x2c\xfc\xa7\xf1\xe2\x40\x7c\xce\xfd\xe0\x57\xf6\xb1\xd8\x24\x7a\x2f\x74\xf5\x48\xd5\x85\x7a\x0f\x4b\xfb\xfb\x09\xf4\xd6\xe0\x99\x6d\x32\x7c\x4e\x1a\xb0\x07\x0b\xd6\xeb\xee\x88\x2f\xba\xc5\x50\x1a\x92\x89\x8a\x3f\x13\xc6\x75\xd9\xdb\xd4\x36\x8a\xff\x58\x17\x53\x7a\x14\x77\xac\xc3\xdd\x54\x53\x2c\xd5\x09\xc2\xeb\xd1\x64\x2e\x00\xb9\x16\x7c\x40\xe7\x51\x25\x67\xd5\x3f\xbc\xa9\xa6\x11\x5c\x53\x0e\xae\xcc\xe6\xa1\xa9\x0b\x21\x79\x82\xa6\xda\xc8\xba\x34\x01\x53\xdd\xf5\xfa\x55\x66\x32\x63\x15\xa0\x79\x58\x63\xa7\x10\xaa\xd8\x13\xe7\xd1\x65\x85\xce\xa8\x19\x81\x97\xc5\xbb\xa2\x23\x1b\x05\xa4\xd5\xfd\x19\x63\xc4\x51\x05\x6c\x9c\x79\x90\x12\x18\x90\x93\x79\x74\x49\x7e\xf5\x85\x1b\xc3\xe5\xb3\x1b\xc5\x3e\x6a\x1e\xab\x96\x96\xe4\x39\xdc\x91\x48\xe8\xf4\x11\x97\x14\x90\x62\x26\x38\xab\x15\x10\xe2\x09\xcc\x6a\x27\x5b\xd5\x3c\x54\x15\xa6\xbf\x93\x45\x33\xac\xc8\xfb\x37\x7b\x6e\x0a\x3f\x3b\x3e\x9c\x04\xba\x81\x93\x24\x0e\xfd\xf3\x98\xb2\x27\xf7\x18\xf4\x72\x3a\xb7\xe1\xec\xc0\x03\x0f\x5c\x16\xbb\xcb\x11\x92\x61\xfb\x1a\x4a\x71\x16\x27\x5b\x1e\x20\xc9\xf3\x88\xf4\x91\xe4\x59\xf5\x05\x62\x74\x60\xe7\xc2\x67\x61\x1e\x29\xa2\x7b\x72\x36\xf5\xac\x68\xf9\xf3\xe0\xb6\xa9\xbb\xe1\x96\x67\xc5\xb5\x24\xf1\x1d\x01\x28\xf3\x58\x39\xb5\x2c\xe6\x92\xcb\xb9\x00\xb8\x6e\x54\x4f\xc1\x99\xe3\xa0\x08\x96\xae\xf8\xd9\x93\x93\xee\xc6\x5f\x92\xdf\x3c\xa4\xab\x90\xac\x23\x05\x6e\xcf\x34\x02\x37\x81\x0e\x53\x98\xd2\x85\xc4\x3d\x8f\x4b\xf7\xdb\x45\xd7\x14\xac\x83\xde\x5c\x0a\xba\x8e\x18\xb7\x0b\x90\x15\xe6\xb1\x65\xe9\x40\x4b\x9b\x87\xf2\x33\xec\xff\x30\x33\xfd\xf2\xb4\xde\xdc\xd5\x58\xd3\x6d\xad\xfe\xae\xda\xe4\x51\xd7\xb5\x7e\x79\xa8\x6e\x9b\xa0\xb7\x24\x92\x59\xf6\x89\xab\xa1\xee\x3c\x3e\xaa\xf5\x6e\x2c\x85\xef\xf0\xa3\xce\x3e\xf6\x23\xf5\x06\x77\x3e\x2e\x14\x20\x79\xcc\xe3\x91\xc1\x23\x5d\x1e\x8f\x4b\xd2\xfc\x47\x22\x65\x47\x36\xb9\x6d\xcd\xdd\x4e\x90\x78\x77\x6f\xbc\xda\x57\x18\x92\x39\x62\xac\x96\x48\x31\x92\xe3\xce\x43\x99\x7a\x59\xd6\x98\x65\xfa\x0a\x6a\x59\x75\xc9\xcd\x58\xa7\x44\x09\x14\x69\x27\x57\xda\x04\x71\x74\x77\x89\x16\xb8\x67\xe9\x9e\x4c\x3c\xf1\xbb\x04\xee\xb3\x05\xbf\x21\x68\x44\x62\x85\xdd\x8a\x08\x97\x09\xe4\xe8\xd1\x00\xd2\x9e\x65\x13\xf0\x8a\x37\xe2\x14\x3b\x34\x40\xc9\x9b\x60\x84\x76\xf2\x95\x4f\x70\x41\x3b\x5e\xa4\xb3\xe8\xc1\x80\x05\x60\x0a\xfa\x39\xb0\x73\xcf\x62\x84\x34\x7a\xe2\x14\xf5\x53\xa8\xfe\x59\x94\x79\x39\x11\x20\x7d\xee\xd6\xfd\xea\xb3\x08\x2d\x1a\x4a\x85\x9a\x3c\x0b\x51\xcf\xb8\x81\x4d\xf0\x39\x2b\xa9\x67\x66\x31\x7a\x8a\xd0\xfa\x59\x48\x0d\x4f\x46\xa3\x59\xb8\xf4\x20\xf9\xf2\x2c\x29\xe9\x22\x92\x01\xd6\xd9\x49\x0b\x3c\x0b\x92\x2e\x8e\x89\x13\xac\xce\x3d\xda\xc6\x0b\xf9\x69\x91\xdc\x01\xee\xac\x4a\xe8\xe2\x76\x36\x9c\x2a\xa7\xc0\x9d\xa1\x1c\x55\x00\x14\xc3\xa1\x78\x02\xdc\x59\xa6\x93\x48\x62\x37\x82\x12\x27\xf0\x9c\xbb\x34\x4d\x98\x75\xe5\xe7\xc4\x99\xe4\x15\x25\x75\x16\x63\xa6\x51\x52\x27\xf8\x9c\x9d\xa4\xa4\x13\x78\xce\x4a\xda\xb0\x09\x3c\x67\xc5\x93\x62\x02\xc9\xd9\xc1\xf3\x9c\x40\x72\x0a\xdf\x30\x8b\x91\xd4\xa8\xa2\x13\xb0\xcd\xaa\xa4\x03\xd6\xe6\xee\x08\x3d\xef\xb9\xcc\xfe\xb3\xe7\x99\x14\x9a\xb3\x40\xee\x71\x5e\x9c\xe2\x6b\x2e\x54\xce\x09\xbe\xa6\x48\x04\x13\x7c\xcd\x5d\x15\x9d\x32\x73\x0a\xdb\x10\xac\xcd\xdd\x38\x33\xd2\x3f\x98\x2e\x1f\x99\x1c\x1e\xdd\x77\x8a\xbc\x59\x9d\xb6\xcd\x1f\xda\xaf\xfb\x91\xcc\xc9\xc5\xe7\xc6\x84\x9b\xea\x09\x08\xe7\x2e\xed\x1f\x8b\xfb\x48\x9f\x65\x8d\xfd\xaf\xc0\x8d\x09\x2a\xe7\xfe\x92\x6e\x02\xbb\x3d\x9c\x22\x2c\x4a\xe4\xce\x9c\x65\xe6\xee\x65\x52\xa7\xc2\x8b\x63\x01\xaf\xb3\xd8\x7d\x6c\x4a\x5c\x75\x4d\x80\x38\xfb\xb0\x97\x53\x29\x01\x89\x11\x24\xce\x42\x12\xd6\x59\x30\x2f\x91\x67\x71\x82\xca\xd9\x49\xf1\x38\x41\xe2\xdc\x9d\x67\xe2\x37\xf3\xe9\xc3\xdd\x87\xbf\xfc\xa1\x08\x57\xd2\x58\x64\x7b\x21\xa3\x75\x18\xcb\xba\x68\x23\x6d\x42\x4e\xe4\x62\xff\xb8\xec\xa6\x4c\xe3\xca\x65\x16\x4d\x3a\xc8\x63\xe5\xb4\x34\x05\x4e\x1b\xf7\x1b\x69\x4c\xf7\x05\xb2\x07\x3b\x2e\x46\x2b\xcf\x7c\xc9\x8e\xd0\x38\x79\x4d\xf0\x6e\x9a\xe5\x92\x45\xd9\xf7\x4b\x46\xc0\xa0\xb8\x41\x19\x52\x86\x4b\x15\x2b\x7c\x31\x4b\xa0\x1f\x2d\x3e\xb2\x26\x69\x17\x2d\x60\xa9\xa9\x78\xfb\xcf\x72\x2b\x2c\x3b\x56\x3d\x17\x5c\x01\x22\xb4\x86\x94\x84\x1b\x90\x1c\x2a\xa6\x9a\xe1\x41\xcb\x1b\x90\xf0\x23\x15\x4d\xa4\x31\x00\x35\x8f\x20\xa1\xc1\x04\x45\xb3\x0f\x3b\x65\x32\xf5\x7c\x76\x14\x74\x4a\x48\x13\xa4\xac\x62\xc6\x74\x65\x15\xb1\x2f\xa7\x8b\x04\xdc\xe5\x0f\x01\xa3\x98\x12\x55\x69\xa3\xbc\xd6\xc4\x3c\x19\x57\xac\xc1\xa2\x90\x01\xbd\xba\x09\x5f\xfc\x4b\xf2\x77\x3c\x60\xdc\x3a\x42\x56\x66\xb5\xc9\x2e\xaa\x2f\x2c\xa5\x23\x82\x5d\xa8\xc2\x15\xb8\xc5\x70\xaf\x7d\xaa\x24\x08\x3a\xe5\x4b\xa7\x2a\x4b\x1b\xd7\x4f\xdb\x1f\xc9\x5c\xdd\xff\x9f\x07\x9b\x12\xd5\xd4\xe8\x5a\x17\x6a\x32\x0c\x84\x00\x40\x28\xfb\xc8\x3f\x2e\xbf\xf2\x0f\x65\x6b\xbf\x3a\xa4\x82\x10\xf3\xc4\x9a\x5c\xf9\xc2\x42\x55\x9f\x1d\x48\xe5\x59\xcf\xff\xe0\x19\x82\x6f\xb5\x18\x4f\x48\xf5\x32\xeb\xa1\x5d\x31\x0b\xef\x1d\xc9\x25\xc4\xac\x25\xbb\xcb\x57\x24\x24\xd7\xe6\x51\xc9\xb6\x41\x7a\xc6\x09\x4c\xe5\x31\xb8\xc6\x9b\xe2\x54\x36\x12\x11\x4c\x80\x2a\x3b\x20\x78\x13\x9c\xca\x82\x3b\xcb\x04\xa6\xb2\x12\xd4\x3a\x6b\x71\xeb\x64\x69\x8e\x46\xf8\xfc\xd1\x41\x3e\x4a\x65\x01\x71\x04\xfc\xca\x3d\x6c\x5f\x5c\x4d\x18\x5a\x25\xef\x38\xd1\xaa\x13\x60\xcb\xfd\x95\x2f\xb2\x1e\x78\x36\xf8\x95\xfb\xe5\x4f\xca\x07\xba\x65\x27\xc7\xcb\x04\xdd\xf2\x28\xf6\x5f\x78\x68\x12\x03\x4c\xd0\x2d\x8b\xa7\xb9\xc2\x8a\xc8\x99\x33\x41\xaa\xdc\x54\x93\x36\xbb\xa6\x3e\xbb\xd9\x5d\x44\xf8\x5a\xed\x9a\x04\x20\x32\x80\x4b\x76\xf2\x85\x4c\xc0\x25\x77\x79\x26\x83\xf8\xa9\xea\xc4\x0c\x9d\x6b\x61\xaa\xd5\xf0\x59\x8d\x63\xc0\x46\x76\xd2\x6b\x4c\x60\x23\xcb\xb1\x6c\x04\xc7\xf5\xe1\xd2\x0d\x25\x64\xd8\x6d\x4d\xeb\x0b\x32\x58\x25\x61\x27\x41\x5a\x53\xdc\xc8\xf8\xb9\x0d\xcc\x90\x01\xd1\x07\x2a\xb2\x8f\x7c\xc6\x26\x98\x05\x68\xbb\xfb\x7d\xb6\xcd\x46\xe3\x7e\x81\x44\x0d\x13\xa4\xc8\x4e\x9e\x87\x29\x52\x64\x23\x49\xc1\xac\xd2\xfc\x65\xa7\x22\xdb\xa6\x0d\x43\x71\x09\xbe\x9f\x22\x42\x72\xf7\x33\x01\x84\xac\xf2\xcb\xaa\x77\x79\xf5\xd9\x13\x1a\xbe\x60\x69\x82\x52\x57\x33\x73\x72\x4d\x38\x01\x7e\xdc\x2f\xfc\x93\x1c\x00\x3e\x21\xf2\x63\x80\x37\x31\x6b\x5a\x6f\x60\xd1\xd5\x2b\x02\xe8\x54\xd5\xdf\x2d\x8f\xc9\x92\xdf\x85\x5f\xb9\xa1\x91\xa9\x41\x6f\xdc\x6b\xc5\x3f\xa7\x06\x31\xcf\x86\x39\x2f\x08\x75\x9e\x40\x33\x1e\xfa\xdb\x4d\xb1\x19\x35\x23\x88\xcd\x78\x2c\xa7\xe2\x94\xdc\x78\x6e\x44\x64\x5c\x0e\xf3\x42\x14\x80\x9d\x55\xcc\x32\x80\xae\x4d\x10\x19\x8f\x46\x3a\xb3\x59\x35\xcb\x90\xaa\x6c\xd6\xcb\x13\xe1\x89\x42\x1b\x11\x05\x6d\x82\xdc\xd8\xc9\x5c\x30\x2b\xf6\xff\xf6\xef\x8f\x67\xaf\xb6\x2b\x7c\xc9\xb0\x3d\x01\xc0\x38\x92\x95\x60\x56\x78\x0a\x81\x5e\x13\xb4\xc6\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\xfc\x62\xdc\x50\xb7\xae\xbb\x7e\xe3\x3e\x75\x7f\xa4\x32\xe3\x0c\x13\x47\xf5\x93\x28\xc9\x6c\x3c\x7d\x58\x85\x1a\x19\x07\x26\x30\x8e\xa1\x81\x2b\x61\x1c\x97\x4b\x62\xf0\x94\xfb\xc6\xec\x97\xe1\x86\x7a\x72\x46\xa9\x0b\x97\xb5\xe1\x38\xb8\x32\xc0\xbd\x67\x0a\xe3\x18\x3f\xb7\xe3\x4b\xf0\xb9\x5b\xfb\xcd\x80\x7a\x7a\xf5\x7a\x48\x18\xf8\x9b\x03\xf7\x0f\x49\x3e\x2a\x49\x7d\xb3\x75\xba\x45\xb6\x0b\x62\x80\x27\x68\x8f\x15\x2f\xe9\x09\xd8\x63\x27\x6a\x64\x56\xac\x50\xc3\x9a\xe0\x5c\x2d\xb0\xed\x0a\xe1\xa8\xc5\x0f\xd8\xc6\xdd\x1e\xcb\xc1\x7d\xfd\x90\x43\x7c\x2e\x39\xda\x4d\x4d\x3e\xf6\xa7\x5b\xdf\xac\x9f\x82\xa2\xab\xe8\xcd\x3e\x81\x64\xb3\x92\x0a\x63\xd9\xfd\x4f\xfe\xcc\x6a\x35\xdd\xd2\xb8\x0b\x9b\xed\x97\x33\x36\x78\xd1\x0d\xbe\xf2\x9c\x23\x08\x5e\x98\xb1\xfc\x63\x90\x1d\xce\x67\x48\x0c\xbb\x19\xac\xc9\xaa\x5d\xa9\xe9\x61\x1e\x08\xf1\xed\x50\x42\x65\x56\x9b\x1e\x6b\x60\x94\xcc\x56\xd2\x5d\x9d\x36\x8a\x01\x1b\x7c\x65\xa4\xb1\xf3\xdd\xe4\x66\x9c\x38\xa0\x1f\x43\x7b\x65\x93\x99\x11\x7e\x3d\xc1\x7e\x0c\xad\xa7\x40\x3f\x86\xa6\xcf\x96\x86\xb0\x69\x69\x0f\xcc\x61\xe3\x6e\xa8\x65\x71\x44\x32\x3b\xaf\x1e\x05\x03\x6b\x95\x00\x1c\xc8\x40\xd3\xc5\xdb\x81\x6f\xfe\x55\xf1\x1c\x9a\x20\x42\x56\x02\x3f\x67\xf3\x1e\x21\x1c\x11\x7e\x64\xa4\x29\x98\xa0\x40\x76\x72\x0b\xcc\xd6\x94\x24\xad\x95\x9b\x74\xd0\x85\x66\xcb\x2b\x05\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\x84\xdb\x22\xd0\x78\x82\x22\xb9\x5f\x58\xcd\xe6\x06\x40\x30\x6a\x7a\x8c\x11\x7f\x3b\x85\x8e\x0c\xb0\x2f\x66\x4b\x63\x19\x3a\x6f\xeb\x4e\x2f\xcd\xf4\xac\x99\x09\xc2\x31\x7c\x38\xc6\xd4\x98\x2c\x8d\x9b\xa6\x9b\x81\xdc\x53\x44\xf2\x4f\x31\x24\x03\x40\x8f\xd9\x50\x98\x54\x0d\xc0\x93\xec\x6a\x58\xc0\x49\x36\xaf\x56\xda\x48\xf2\x4b\x37\xb8\xa8\x18\xf9\xdc\xc8\xae\xe3\xf3\xb0\x4b\x2c\xe0\xb0\x4b\x3e\x33\xbb\xb0\x88\x36\x72\x12\x98\x9e\xa1\x73\x6b\xfe\x23\x5b\x71\x7f\x73\xf9\x4e\xf8\xc7\x6c\xb2\x53\x27\x74\xe6\x4c\xd1\xe0\x54\xaa\x72\x9d\x09\x3b\x96\x20\x08\x4c\x49\x90\xfa\x6c\xaa\x47\xf0\x97\x86\x0d\xae\x85\x1b\x40\xee\x78\xb8\x8d\x0d\xdf\x42\x09\x07\x65\x72\xff\x41\xb5\xc1\x6e\x1d\x7e\x04\x45\x87\x87\x24\xfc\xa4\xd6\x1f\xe1\x27\x9b\x5a\x38\xf0\x93\xe5\xc8\x9d\xb8\x72\x31\x99\x07\x2f\x2a\xc0\x09\x99\x6d\x79\x26\x10\x2e\x1b\x98\xc7\x81\x9f\xd0\x6c\x69\x87\x73\x6f\x19\x42\x45\xba\xdc\x09\x06\x65\x27\x42\x7c\x82\x41\x19\x1a\xe5\xdb\x99\xed\xd3\xca\x99\xe3\xa2\x7d\x35\x2c\xbb\x4f\x7a\xc9\x46\x12\xa7\xd9\xe4\xa1\x87\xe7\xfe\xcc\x3d\xeb\x0b\xb2\x53\x58\x71\x76\x92\x7e\x65\xbc\xb2\x53\x79\x4a\x66\x0f\x5f\x5c\xd4\xfa\x97\xcb\xcb\x14\xaf\xd2\xb8\xc1\xd9\x4c\x98\xa1\x69\x08\xf4\xca\x43\xd1\xb9\x25\xbb\x45\x66\x15\xb1\x32\xc8\x32\x3b\xdb\x95\xcd\xd2\x3b\xe2\x93\xe3\x90\xf6\x08\x94\x25\xbd\xd1\xc7\x9c\xe8\xd2\xd9\x84\xa6\x20\xa2\x74\x82\x39\xb9\xc7\xe0\x0b\xfb\x12\x5e\xd8\x60\x8c\x7a\xa5\xce\x76\xb3\xfb\x60\x73\x60\x4e\x96\x92\xe7\x00\x06\x58\xbc\x49\x04\x67\xb2\x13\xa7\x3b\x1b\xe6\xbc\xf0\x6a\x0c\x68\xc9\xfd\xe2\x57\x12\x58\x04\xcb\x86\x26\x56\xbc\x3b\x6c\xd8\xf3\x48\x8b\x36\x9b\xd7\xec\xe1\x56\x7e\x72\x5e\xf8\x07\xe3\x1e\x01\xad\x53\x6c\xca\xee\xb1\x25\x03\x24\xf1\xac\x53\x6c\xca\xa5\x9e\xda\x74\x58\xb3\xbf\x58\xfd\x86\xcc\x44\x84\xab\x9f\xfb\x82\x2c\xd1\x43\xc6\x42\x9a\xc8\xe2\xfd\x62\x7b\x73\x4e\xad\x8a\xfd\xe6\x99\x7a\x99\xd3\x43\xc2\x8b\x8b\xdb\x90\x20\xa7\xea\x87\x50\x0c\x20\x65\x55\x91\x6e\xaa\x81\x9e\x10\xf9\xa7\x67\xfb\xcb\x35\xa4\x23\x9f\x2a\x5a\xf3\xc5\x45\x70\xa9\x33\xa8\x99\xdd\x0e\x0a\x65\x78\x73\xd3\x81\xc2\x22\xf8\x6c\x02\x48\xd9\x89\x50\x9b\xe2\x51\x12\x3e\x36\xbb\xfe\x6e\x5e\x67\x76\x82\xa5\xc0\x02\x9b\x1d\x7b\x22\x71\x5e\xb3\xff\x5e\x9e\xf9\x06\xd6\xa7\xd6\xd9\x89\x5a\x2e\x5e\x5a\x02\x66\xd9\x09\xae\x9a\xfd\xb0\x05\x7a\x71\xe8\x57\xd6\x2c\xa1\xea\x16\x96\x40\x08\xe5\xcc\x74\xec\x8f\xda\x85\x41\xb2\xac\xc0\x9a\x4c\xd0\x2b\x3b\x81\x59\xb3\x8b\x6f\x85\x20\xd5\x4d\xee\x01\x86\xcb\xec\x66\x8c\x56\x52\x04\xd5\xf2\xa8\x8a\xf9\x5d\x80\x2b\x76\x2e\xb0\x96\xbb\x08\xc3\xc3\xf5\x8d\xec\x39\x13\x8c\xcb\x3e\xf3\x79\x3a\x24\x4b\x98\x8b\x8c\x9e\x03\x70\x55\xc0\xc7\x98\x60\x5f\xee\xaa\xec\x0a\x88\x1a\xd5\x3f\x9c\x41\xa6\xb9\x90\x33\x15\x82\xd4\xeb\x8f\x8b\x48\x9f\x49\x53\x05\x77\x02\xfa\x32\x8f\x49\xdf\x8c\xb9\x48\xa8\x40\xc1\xdc\xad\x31\x6e\xae\xf5\xf1\xda\x98\xc0\x60\x36\x12\x4a\x4d\x60\x30\xf7\x47\xbe\x60\x74\x65\xaf\x08\x83\x59\x1d\x75\xb5\x47\xb6\xe6\x79\x41\xf4\xed\x2d\x67\x90\xd2\xcd\xf3\x6a\x71\xf2\x44\x11\xc0\x34\x3b\xe6\xcd\xe9\xa8\x5b\xce\x0d\x75\x35\xcf\x6e\xb1\xc4\xe2\x2b\x7a\xd8\x4e\x9e\x99\x1a\x0c\x9f\x5a\x3e\xba\x80\x16\xc7\x5f\xe1\x6c\x53\x50\x4d\x62\x92\x26\xa0\x9a\xfb\xb8\x33\x14\xc1\x2e\xdc\xe7\x3d\x7b\x4f\x5f\x3a\xd7\x21\xae\x78\x4a\x05\xd5\x17\x72\x18\xb8\x4c\xdd\xde\xbb\x63\xba\x92\x1d\x6d\x74\x3b\xcc\x54\xe3\x7a\x37\x5d\x7d\x5c\xef\x70\x42\x9e\xa0\x6a\x16\x8d\x25\xa0\x6a\xee\x59\xb4\xd6\xcf\x5a\xa9\x89\x94\x94\xc4\x3f\xcf\x0e\xf4\x45\xf1\x3e\x16\x88\xcd\x8a\x07\xf4\xec\xc3\xd9\x65\xde\xc4\xc1\x40\x8c\x06\x6e\xd3\x7c\x19\x13\x44\xcd\x3e\x9d\xe8\xe1\xdc\xfa\x3b\x39\xfd\xed\x06\xde\xe8\xd3\xe1\xa0\x55\x1b\xb7\x37\x3b\x7e\x7a\x33\x7b\x24\xf3\x63\xf9\x70\x69\x50\xd7\xe9\x6a\xdb\x24\xa0\x98\xa0\x71\xee\x17\x4a\x20\x1e\x68\x47\x06\x9a\xb3\xcf\x7c\xee\x92\x35\x3f\x62\x57\x14\xab\x02\xdd\xc8\xed\x8c\x4e\x3e\x1d\xb3\x17\x7c\xa4\x1b\x98\x82\x76\x06\x2e\x62\xb3\x63\x7c\xd5\xf4\x9f\x98\x9d\xe4\x0b\x98\x1d\x83\xeb\x74\x4d\x49\x50\x52\xbc\x69\x06\x9a\xb3\x4f\xf7\x5a\xb0\x5c\xce\x53\x90\xb7\x6e\x5a\xe0\xb6\x09\x6b\x12\xdb\xc7\xe7\x8f\x67\x2a\x4a\x01\x04\x1a\x0c\x66\xe7\xa1\xdd\xb0\x93\xcd\x7a\xba\x6b\x56\x36\x4d\xe9\xa5\xd9\xd1\xd3\x47\xfc\xf6\x74\xa2\x96\x34\xd8\x8e\x90\xce\x5a\x7b\x40\x3f\x73\x3a\xe9\x2d\xfe\x77\xd3\x15\x13\xc8\x42\x15\x11\x08\xce\x3e\x9d\x10\xc4\x02\xd2\x61\xce\xae\x4d\x16\xf0\xc4\xd9\x89\xcc\xd6\x85\x07\x14\xcd\xda\xdc\x75\x97\xb5\xd2\x41\xed\xb3\x21\xf1\xbb\xac\x95\xa6\x2f\xa5\x28\xf8\x39\x18\x9a\x7d\x66\xad\x0b\x42\x43\x37\x2e\x79\x9a\x53\x4b\xee\x92\x99\x05\x1c\x11\x53\x7b\x21\x8c\x48\x4f\xee\xa4\xb5\xcc\x1a\xce\x77\x53\xd2\x77\xdb\x27\xa6\xe3\xce\x91\xd2\x41\x7c\xda\xbb\x34\xf1\x96\xfd\x7b\x9e\x6f\xef\x8f\x69\x0e\x11\x63\xe6\xef\x3a\xda\x77\xab\xa2\x1f\xf0\x7b\x21\x34\x87\x6a\x35\x10\x9a\xbb\x2a\x5e\x30\xf5\xce\x7c\xae\xfe\x41\xe3\x60\x52\x90\xfa\x72\xf6\xa7\x13\x04\xc5\x90\x1e\xcd\x58\xf9\x87\xd7\x9b\x96\x66\xab\x65\x61\x52\x32\xba\x59\x9e\xec\x94\xa5\xd5\x0b\xf2\x1f\x58\x14\x8c\xb9\xbf\xce\x0e\xcc\x1f\x9c\xcd\xba\xda\x9f\x1a\x2f\x20\x9c\x7d\x5a\xdb\x9b\xcb\xc9\xac\xa8\xbd\x1f\xae\xad\x68\x9b\xdc\x09\x76\x13\x80\x91\xd6\x7f\x76\x62\xb2\xe3\xc8\x22\xd2\x78\xcf\x29\x90\x5b\xfa\xc5\x80\xbd\xb9\xbf\xa2\x08\x51\x63\x5a\xc0\xc5\xde\x6c\x91\x7f\xb0\x0e\x6e\x51\x2e\x27\xf5\x55\x1a\x5e\x42\x92\x30\x60\x0e\xdc\xf7\xf4\x30\x12\x7b\x73\x68\xc4\x18\x3a\xa1\x1c\xf9\x95\x9b\x60\xf8\x59\x8e\xa4\xf3\xa2\xb3\x00\xf4\x10\xc8\xcd\xae\xef\xc7\x48\x25\x9b\xe6\x07\xbe\x7d\x3a\xd0\x00\xb1\xb9\xeb\xb2\x62\xb6\x04\x4b\x07\xac\xe6\xae\x97\xe6\x53\x1e\x81\x80\x08\xb2\x19\x87\x15\x1f\x72\x2b\x2b\x3e\x72\xc0\xd4\x7c\x68\x35\x1d\xfe\x23\xbb\xb1\x6a\xbc\xfa\xf4\x17\x11\x28\xb3\xe8\x34\x01\x50\x66\xd7\x79\x00\xa0\xcc\x23\x0e\x3b\x86\x0b\xbd\xf8\x6a\x13\xa4\xcc\xee\x8d\x03\x48\x99\xfb\x2b\x1a\x49\x49\xa2\xfa\x8f\xea\xad\xbd\xe4\xea\xd3\xdb\xf4\x51\xd5\xd9\x6c\x45\xa3\x33\x00\x25\x53\xb0\xcb\x99\xcf\x2a\x00\x76\xd2\xb4\xd0\x3d\xff\x61\xf6\xd0\xd4\xc1\xb7\xdc\xc5\xa9\xab\x29\xa7\x43\x92\x86\x30\x13\xe0\xd8\x4c\x50\x2d\xab\x22\xbf\xa8\x96\x2d\xec\x3e\x16\xe7\xa2\x2b\xc3\x48\x47\x18\x7b\xa9\x78\x30\xfd\x4a\xfd\x23\x5f\xd4\xae\x6d\x3f\x15\x7a\x77\x02\x72\x40\x76\x52\xf6\x9e\xb3\xc7\x05\xa8\x74\x6c\x74\xa7\x15\x92\x38\xfa\xe0\x5a\xd5\x3f\xa0\x63\xd3\x02\x39\x91\x54\x85\xda\x3e\xb3\x40\x9e\x01\x46\x95\x69\x9f\x51\x0c\xc6\xc8\xf9\xa2\xbc\x5c\x76\xfa\x15\xc5\x51\xd9\xc6\x70\x4d\x5c\x2d\x3d\x04\xc1\x83\x99\x22\x4d\xb6\x70\x22\x51\xb7\xbd\x17\x1b\xa9\x6e\x3b\x2a\x62\xc0\xbc\xb5\x02\x77\x72\xff\xc1\x6c\xc9\x36\xe1\xc0\x43\x56\x09\x4d\x05\x6a\x92\x88\xd7\xfd\x4c\xe4\x65\xb3\x22\x3b\xe5\xef\xdc\xf0\x38\x9f\x93\xa4\x37\x18\x9c\x80\x99\xec\x5e\x7f\x88\x32\x39\xb4\x9c\x8d\xc0\x1e\x69\x8f\xc8\x02\xe6\x6d\x06\x90\x93\x55\xad\x77\x24\x93\xad\xfe\x61\x66\x5a\x7a\x47\xce\x15\xdd\x3d\xc5\xa2\xf4\xee\x61\xa0\xd9\xcf\x6c\x00\xba\x87\xd4\x35\xb4\x6e\x3b\x4a\x42\xb9\x89\x5c\x99\x63\xe5\x3a\xfe\x49\x03\x81\xa6\xec\x5a\xdd\xc7\xc2\xb7\xd0\xe5\x5b\xb8\x2e\x65\xcd\x9a\x41\xb2\x49\xed\x5b\x74\x6b\x29\x85\xc1\xde\x86\x8e\x37\xe0\x02\xcc\x91\x4a\x3e\x46\x11\x30\x27\x43\x3f\xa1\x91\x11\xe0\x36\x78\x4a\x04\xf2\x1f\x66\x57\x1a\x76\x4a\x5e\xdc\x17\x17\x53\xed\x32\x91\xc3\x99\x5c\xae\x73\x5c\x5a\x05\x1c\xf1\x45\x1a\x65\x69\xe3\x95\xd5\xd2\xc6\x95\x18\x8b\xfb\xf9\x56\x38\x84\xab\x0d\x98\xa8\x26\xf3\xa1\x07\x8e\xe3\xb8\xdd\xab\x76\xea\x26\x45\x1b\xb2\x8a\x18\x92\xc5\xed\x79\x7b\xe8\xdc\x6c\xb8\x2f\x16\x0f\x87\xa1\x60\xba\x4b\x0c\xb3\x82\x85\x1d\x81\xa3\x6a\x95\x1f\xc9\x51\xa5\x58\x8f\x1d\xf1\xd9\x53\xe3\x1e\x03\x67\x52\xa3\xfc\x78\x80\x30\xc7\x12\x05\xe6\xe4\x1e\x9f\x7f\x5c\x68\x67\x96\x26\x7f\x97\x07\x13\xf6\xa8\xc5\x1b\x9c\xc9\x9a\xdb\xe7\x95\x0e\xb9\xd3\x81\x6c\xd0\x30\x3d\x5e\x7d\x98\x68\xe1\x45\x80\x97\xf0\x60\xe3\xd6\xfe\x0c\x2e\xe5\xee\x9e\x7f\x4c\xfe\x60\xbd\x5f\x29\xad\xe7\x8a\x48\x6c\xed\xbd\x43\x58\x07\xbd\xf1\x12\xa4\x32\xec\xf8\x66\x9f\x95\x04\x96\x73\x18\x7e\xad\x6f\xdd\xf8\x3c\x4e\x2e\xf2\x07\x75\x42\x8f\x02\xa5\xb2\x26\x05\xfd\xd4\xd4\x60\xde\x42\x53\xe6\xae\xf8\x72\x72\xe8\x22\x3e\x3f\x21\x09\xfb\xb2\x71\x7a\xc2\x65\x2d\x59\x71\x27\xc0\x93\xbb\xc4\xe0\x05\x0c\xd7\xf0\x8f\x46\xe9\xca\x73\xb6\x17\xbc\x30\xf2\x2c\x1d\x3c\x1f\x3c\xe3\x80\x37\x2d\x90\x1b\x7d\xf2\x72\xe9\x1f\xc6\xb3\xfe\x02\x9d\x67\x75\x1a\xce\xcc\x4c\x36\x8a\xc6\x0e\x90\xe4\x9e\x50\x3a\x75\x68\x15\xc2\x8c\x30\x0f\x65\xfa\xb0\x8c\x03\xb4\x88\x92\x31\x67\x40\x28\x49\x67\x17\x28\xc9\x22\x4b\x03\x4a\xb2\xea\x6a\x33\xf3\xd6\x97\x4d\x35\x8b\x83\xf5\x23\x39\x1a\x24\x7a\x72\xb9\xab\xa5\x1b\xc4\xc8\xdd\xb6\x25\xb4\x95\xb1\xf5\x66\x91\xf6\x73\x62\xa7\x79\x99\xc3\x56\xaa\xb4\x88\xdd\x07\x50\xe4\xfe\x87\x66\xaa\x4b\x05\x29\x9f\xa9\x48\xfb\x95\xbc\x8a\x11\xe2\x34\x54\x74\xe7\x00\x0e\x72\x97\x60\x88\x70\x54\x8d\x82\x53\x64\x68\xd2\xdc\xcf\x99\xac\x32\xfe\xbc\xf8\x9d\x66\x60\x9e\x56\xc7\xa2\x16\x9f\x65\xa3\x6c\x67\xc1\x1e\x97\x46\x92\xd9\xb3\x21\x26\xb6\xbb\xeb\x39\xad\x13\x7d\x56\x1b\xf9\x44\x9f\xd5\x88\x3c\x7b\xee\x3b\x5f\x72\x00\xbc\xa0\xab\x0e\x4e\x1f\x30\x8d\x33\xdc\x08\x03\xac\x30\x74\x83\x39\x94\xe6\x5c\x6d\x3c\x42\xd5\x55\xc1\x6f\xac\xea\xfe\x33\x2f\x87\x5d\x16\x2e\x87\x35\xbc\x03\xec\xb8\x19\xbd\x4d\xd8\x29\x9f\x15\xec\x5c\x94\x29\x49\xe8\xbe\x14\xbb\xeb\x0b\x6b\x8f\xf8\x35\xcd\x82\x69\x00\x08\x20\x8c\x7b\xe4\x8c\xc3\x08\x32\x5d\x60\x80\x64\xec\x60\x59\x4c\x20\x19\xbb\xe6\x6c\x21\x19\xa7\x31\x19\x33\xdd\x7a\xe0\x28\x22\x2c\x6a\x9c\x06\x55\xb1\x83\xe9\x30\xc1\x4e\xec\x1a\xa0\xa7\xd9\xc0\x34\x7f\x4e\x2f\x6b\x75\x1f\x00\x2e\x71\x57\xe5\x3f\x9e\x0d\x4c\x47\x73\x59\x17\xe3\xd5\xa1\x9e\x44\xc8\x13\xf4\xc3\xae\xc9\x7a\xaa\x35\x16\x47\x85\xa6\x18\xc5\x3e\x9e\x24\x94\x72\x82\xc5\x34\xd2\x91\x10\xfc\xc3\x3d\xa9\x8c\xfd\xcc\xc4\xe1\x16\x11\x8c\xdf\x46\x1e\xa4\x3a\x7f\xf7\xa4\x0c\x8b\xbb\x9d\xa0\xa1\x60\x26\x76\x4d\xde\x40\x26\x16\x13\xa6\x4e\x50\x12\x6b\xf1\x38\x5e\x8a\x0b\x36\x78\xc1\x14\x10\x1d\x66\xc6\x73\xb9\x0a\x97\x6b\xc5\x64\x73\xb7\xab\x4d\x37\xe1\x10\x75\x4b\x9c\x60\x15\x68\xb8\x06\xf5\x70\x57\xcb\x1f\xe4\x2a\xd1\xbe\x3b\xd3\xe5\x47\x72\x23\xdb\x82\x9f\x09\x47\xb8\x74\x37\x04\x8f\x70\x17\xe7\xab\x27\xbb\xe8\x3f\xd6\x45\xdf\xe5\x55\x5a\x1d\xc0\x1d\xec\x1a\x1d\xc0\x1d\xac\x4a\x81\xc0\x0e\x76\xad\x03\xf3\xcd\x7d\x42\x83\xa8\x72\x39\x3d\x68\x6b\x21\x01\x7e\x73\xa1\x68\xe2\x35\x55\xa8\x1f\x49\x5f\x90\xf5\x80\x1d\xac\x86\x9f\x4c\x03\xb8\x86\xbf\x9f\x96\xb6\xc4\xed\x8b\x8d\x1b\x45\xe1\x33\xdb\x47\x6a\x8c\x76\xa7\x7d\x2a\x01\x09\x43\xda\x20\x2c\x81\xbe\x95\x80\x10\x16\x2f\x82\x66\x5e\xdb\x4a\x34\x3e\x4d\xdb\x88\x14\x60\x0a\xee\x06\x19\x08\xba\x9e\xc2\x37\x70\x81\xc5\x6b\x5b\x60\x01\x8f\x00\x2a\x6a\xc6\x2f\x07\x35\x78\x59\xfe\x73\xf0\x62\x71\x9f\x1f\xff\x28\xbc\xb8\xe3\xe6\x5f\xc9\xfb\x66\x1c\xee\x3a\x68\x60\x90\x83\x4b\x95\x14\xd0\x41\x13\x35\xcc\x20\x2a\xfa\xc0\x18\x06\xb4\xe0\x6e\x87\x7e\x1e\x52\x67\x58\x5e\x14\x36\x33\x94\x1a\x34\xc1\x90\xa1\x27\x9a\x20\xc0\xfb\x33\x52\xa5\xcb\x7f\xc8\x90\x66\x7b\x04\x1d\x68\x75\x0f\x5d\x8d\x90\xc7\x44\x10\x0c\xd2\x79\xcd\xa8\x4e\x3e\x84\x03\xd0\xc0\xea\xa5\x37\x38\x81\x62\x48\xcc\x48\xed\x0c\x19\x33\xea\x74\x85\x68\x03\x26\xa3\x9e\x2c\x06\xa0\xaa\x25\xf0\x7e\x7b\xd3\x51\x55\xaa\x5d\xf0\x28\x00\xfe\x3a\x29\xea\x66\x18\x8d\xe5\xa1\x04\xe0\xaf\x88\x40\x38\xc1\xf1\x2b\xc2\x93\x4d\xb0\xfb\xa2\x67\x71\x53\xbe\x72\x12\x05\xef\x33\xc5\xd9\x8c\x64\x24\x30\x5f\x60\xf6\x76\x27\xe9\x18\x46\x4f\x52\x9a\xce\xe8\xb9\x8e\x8c\x6b\x38\x75\x2e\xc9\xc0\x4b\xcb\xe6\x87\x57\x48\xcb\x3f\xdc\xdd\x87\xff\x10\xaa\x38\xfc\xe3\x46\xb9\xa0\x8f\x22\xee\xfd\x7b\x81\x38\xda\xe0\x24\x97\x5d\x3e\x23\x12\xa0\x95\x03\xa5\x17\x0a\x2a\x80\xe7\x75\x95\xdf\x10\x88\xdf\x40\x29\x00\xf3\xd2\xaf\x16\xf8\xbb\xae\x82\x1d\xb8\xf0\xe8\xe1\x11\x91\xdd\xa3\xd6\xb0\x26\xba\xa7\x13\xa7\x2b\x28\x1b\xc0\x52\x00\x2a\xde\x1e\x35\x5d\xda\x3c\xa1\x36\xb7\x18\x99\x32\x40\x8b\x9a\xa1\x33\x0f\x20\x63\x33\x96\xa0\x9f\x34\xb7\x00\xe4\x86\x33\x86\xb1\x57\x32\xdc\xc0\xa6\xa8\xa2\x0d\x2a\xde\x11\xa4\xb0\x9e\xb1\x34\x46\x78\x0e\x93\x6f\x20\x15\x00\x8c\xb7\xcb\x33\xb3\x58\x18\xd5\x68\x23\xf9\x86\x0b\x7b\xea\x8d\x4c\x5d\xa7\x9b\x04\x5a\x21\x00\x9e\xb7\x76\x71\xda\xba\xcf\x6e\x9e\xfc\x03\x0f\x46\xe3\xe7\x00\xc3\xeb\x6a\xb7\x82\xe1\x4d\xaf\xc7\xe2\xca\x9e\x30\x41\x97\x3b\x49\xf2\x20\x2a\xff\xc8\xcf\xd8\xbc\xb0\x1d\xa0\xee\x0e\x15\x24\xa1\xee\x82\xe4\xb8\x13\xa8\xbb\xae\x4c\x1e\x5e\x52\xea\x2d\x14\x84\x2b\xa8\xbc\xc4\x95\x8b\x40\xb5\xaa\x51\x2e\x2d\xb9\xaf\x14\xaa\x85\xc0\x23\xb1\xd8\x8c\x5b\xb3\x7f\xf8\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xe0\x97\x17\x34\x91\x9a\x13\x4c\x32\xee\x5c\x11\x06\x48\x54\x03\x49\xb5\x26\x28\x78\x5d\x25\x3f\x92\x1d\xb9\xc9\x1e\x67\xe1\xf8\x33\xd6\x43\x88\x3c\x95\x3d\x20\xf2\xf6\xb4\xd0\x9b\x47\x81\x5f\x22\x22\xe3\x72\xf7\xe7\x1d\xa9\x87\xed\x71\x5e\xdc\x2c\x69\x43\x84\xd3\xc6\xeb\xbd\x02\xe2\x96\x10\x78\x8a\x80\x40\xe0\x55\x0d\xe9\x91\x57\x9b\x4e\xcc\xeb\x42\x58\x80\x3b\x17\x18\x2d\xd0\x76\x47\x23\x0d\xc5\x8c\x4f\x1a\xe0\xc4\x7c\x76\xde\xaf\xb2\xbf\xb4\x41\x2a\xe6\x46\xf8\xf1\x14\xcf\xae\xe9\x0f\x03\x84\x5d\x0f\xa9\x0e\x7e\x3d\xa1\xa0\x19\x5f\x8e\x64\xf7\x6b\x99\x0a\xd2\x8b\xce\x95\x2a\x51\xe3\x39\x5b\x09\x5e\x18\x15\x62\xdf\xd2\x52\x38\xb2\x84\xd7\x00\x54\x45\x06\x8e\x00\x98\x6d\x02\x28\xd7\xe5\x29\xe2\xc9\x29\xc4\x01\x14\xd7\xa5\x40\x00\xc5\xed\x26\x16\x2f\xee\xd4\xea\x57\xb7\xbd\xb2\x38\x94\x51\x37\x94\x65\x80\x84\x4e\xe6\x0b\x70\x9a\xa2\xf7\xc8\xd2\x50\xa8\x7b\xb0\x78\x71\x1a\x53\x97\xe6\x40\xdd\x2b\x04\x8c\x23\x73\xc4\x5c\xa4\x8b\x92\x71\x2f\xee\x15\x65\xf5\x0b\x2f\x9f\xa2\xdb\xc5\x2a\xd2\x4f\x98\xe0\x12\x92\x86\x39\x5d\x7a\xb0\x2e\xbf\xd2\xcf\xc7\x5b\x4d\x60\xe5\x76\x79\x5f\x18\x24\x24\x34\xd1\xe3\xf4\xaf\x5a\x15\xef\x62\x38\x2d\x48\x72\xfb\x8f\xc1\x8b\x41\x5c\x74\xb7\xe6\x70\x29\x01\x7c\xad\xc2\xc1\x6a\xe9\xf6\xcd\x73\xf1\x23\xff\x68\x36\xee\x3f\xdd\x7a\x69\x44\xf0\xb9\x5f\xd6\x05\xdf\x2d\x16\xc1\x5a\xec\x2c\x82\x90\xef\x5e\x06\x93\x6e\xcf\x28\x23\x24\xf0\xae\xe8\x32\xb2\x48\xd9\x51\xf4\x12\x59\x7d\x9f\x53\x0f\xd6\x02\x16\xbf\x68\xfc\x02\xba\xae\xcb\xab\x96\x49\xa1\x75\xc3\x07\xbb\xae\xcb\xb5\x17\xde\xb2\xda\x9a\xc1\xb1\xeb\x60\x3d\xcc\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x1c\x67\xd9\x34\x30\x4d\x4d\x70\x0b\x8f\xa1\xf0\xf7\xe1\x4c\xd1\x98\x70\x75\x9c\x16\x40\xe9\x4a\x73\xc5\x87\x3c\xbe\xfa\x07\xf9\x76\x9d\xf3\x91\xfb\xc5\x9a\x2e\xfb\x4d\x9f\x86\x51\xc7\xfc\xe1\x9d\x1e\x98\x71\x13\xfc\xb8\xaa\x0a\x0f\x66\xdc\x9e\x66\x5f\xec\x38\x33\x28\x9e\x80\x8e\x2a\x6b\xe6\x29\xb2\x2e\x77\xb8\x47\x4a\x55\x0a\x42\xb1\xb0\x3d\x1a\xa0\xbe\x84\x20\x68\xfe\x0e\x9a\x01\xe4\x70\x61\x62\x9c\xed\x4f\x15\x18\x74\xb9\x2e\xa1\x5d\xa6\xe3\x58\xf6\x85\x28\x3e\x81\x12\x26\xb8\x73\x07\x29\xfb\x27\xb0\x73\x55\xc2\xb8\x36\x73\xae\x9a\x0c\x81\xa0\x2b\xe6\x9c\x9b\x0b\x57\xdb\x8c\xc5\x06\x83\x2e\xd4\xda\xd7\xca\x03\xc9\xd4\xa1\xbc\xb5\xe5\x10\xf5\x38\x5a\x36\xa8\x2d\xd2\x93\xb7\xb2\x27\xf4\x91\x2b\x3f\x79\xc1\xd2\xca\x08\x5a\xc9\x14\x5c\x4e\x6f\x19\xb1\xe5\x24\xc4\x4b\x1e\xac\xc7\xc8\x3a\x15\x5e\x91\x0d\x96\x4c\x58\x42\x23\xe8\x9c\x61\x15\xe2\xcc\x49\x70\xc1\x99\x2b\x29\xfb\x82\x33\x57\x8d\x90\x03\x66\x6e\xe6\x16\xe5\x62\x50\x72\x0b\xcc\xdc\x6e\xc2\x97\x1c\x13\x73\x72\xe5\xf4\xd2\x45\x41\x0a\x9a\x55\xbd\xcc\xae\x1f\x7d\x28\xff\x74\x8a\xac\x56\x64\xfd\x9c\x4b\xa6\xeb\xd1\xbc\xdd\x65\x48\x95\xcb\x4b\x3f\xa3\x46\x40\x93\xdb\xff\x50\x95\x39\x27\x93\x98\x10\x3f\xa8\x4b\xf5\x32\x79\x95\x19\x18\xc0\x96\x2b\x86\x8d\x80\x1b\x57\x52\x08\x17\x2b\x2e\x5b\x7f\xf4\xec\xa1\x57\x4f\x52\x35\x5f\x3a\xd5\x52\x5a\x27\x23\xa0\x2f\xa7\x80\x72\xcd\x6a\x9f\x6c\xcf\x3f\xa4\xa3\x59\x5c\x3a\xea\xb4\x3f\xde\x18\xf3\x87\x66\x4a\x1d\x4d\x16\x66\xca\x25\xf9\x20\x63\x64\xd1\x9d\x04\xe4\xb9\xbe\xec\xd6\x6b\xe8\xac\xcf\xd2\x5a\xc4\xb6\x85\x63\xae\xd6\x24\x01\xe9\x92\xa2\x72\xb1\xa7\x3f\xa7\x18\x74\x6b\x64\x81\xcb\x4e\xd9\xc4\x4d\x09\x4b\x2b\x9c\xf9\x15\x99\x97\x9b\xa7\xfb\x73\xeb\x23\x50\x2d\xb5\x3d\xb2\x38\x4e\xe0\xe5\x0e\xed\xa2\x4b\xf7\xa1\x03\x32\x0a\x8c\xdc\xa1\xc4\x7f\x1a\x2d\x62\xf4\x0d\xc8\x71\x7b\xb2\x26\x2f\xf8\xcb\x28\x14\x9c\xa4\x5e\x2e\x7a\xe8\x9c\xd8\x1d\x3d\xaa\x27\x3a\x61\x33\x01\xc5\x69\xa2\x0e\x90\x3b\xa7\x08\x73\xca\x2a\x67\xb2\x68\xfa\x75\x72\x99\xe7\xc1\x3b\x61\xd7\xba\xa9\x8a\x36\xd7\x4c\x3f\x01\xaa\x5c\x35\x06\x54\x54\xb9\x00\xab\x72\x82\x2a\x57\x75\xab\x04\x49\xae\x18\xb0\x73\x26\xbb\xee\xbe\x90\x97\x2e\x7c\x46\x84\x33\x77\x05\x48\x72\xdd\xdd\x07\x92\x5c\xf7\x48\x9c\x25\x67\x91\x6a\x4b\x0e\x96\x31\x15\x89\x24\xa7\xe2\xf4\xee\xce\x0c\x15\x40\xc3\x15\x50\x8d\xe6\x59\xdc\xbd\x88\x1a\xa7\xe9\xaf\x46\xf9\xf3\x0a\xe4\x24\x37\x56\xce\x77\x35\x35\x1e\xdd\x01\x31\x28\xbb\x5c\xe5\x3b\x6c\xe7\x53\xd7\x5c\x83\x86\x44\x8e\x5b\xf2\x4c\xa0\xe3\x7a\xae\x03\x46\x4c\x90\x4d\xe6\x69\x28\x8a\x63\x21\xd8\x24\x27\x58\x1d\x94\x8d\x7d\x62\xce\xd4\x7a\x7b\x72\x25\x68\x80\xcb\x49\x16\xc8\x1c\x6d\xcb\xb3\x4e\x5f\x93\x8d\xbb\x6b\x9a\xe6\x40\x5a\x4b\x3d\x15\xa5\xf5\x54\x4f\xd5\x05\x04\x34\xb9\xfe\xaf\xc4\x6d\x71\x8b\xe0\x68\xe3\x82\x72\x3b\x08\xe8\xe5\x3c\x53\x7f\xa5\x23\xf8\xfe\xe8\xe8\x01\x92\xdc\xae\x95\xc2\xdd\x73\x8f\xbc\x77\x76\x67\x8d\x61\x74\xa9\x6d\xb7\xb8\x7a\x3c\x07\xf4\xec\xb9\x86\x34\xd2\x55\xb2\x90\x86\x4e\xc0\x1a\x7e\xd5\x8d\x3d\xf4\x8a\xa1\xe2\x91\x4d\x52\x24\xd9\x34\xea\xdb\x39\x1c\x15\x1d\x4b\xed\x17\x4e\x75\xea\xcc\xeb\x6e\x1c\xd9\x22\x75\x71\x87\x68\x6e\x85\x73\x9a\x35\x8c\xd2\xd3\x4d\xee\x66\x26\xe5\x88\x3e\xbe\x40\xce\xed\xd2\x96\xb0\x3d\x06\xa2\x55\x74\x5a\x80\x33\xe5\xf6\x4b\xe6\xed\x6c\x91\x35\x52\x9f\x21\xb0\xe8\xf6\x12\x52\x53\x88\xa2\x47\x9f\x42\xa2\x6e\x7b\xa4\xd5\xd2\xb3\x11\x5c\xba\x72\x60\x88\x3a\x09\xc6\x9f\x26\x92\x38\x45\x98\x1f\x76\x84\xeb\x42\x93\x26\x9c\xa9\x63\xbb\x84\xe1\xd9\xb1\x91\xa5\x34\x8e\x6c\x74\x26\xc3\x76\x75\x49\x0b\xad\x5b\xf8\x09\xf3\x06\xb3\x7c\x0a\x5f\xb7\x8c\x8a\x3b\x89\xd3\x5f\xee\x25\x6e\x0e\x4d\x74\x20\xac\x9d\xe9\x17\xce\x65\x47\x18\xc6\xca\x59\xa0\x87\x66\xce\x82\x14\x9e\x7a\x04\xe7\x1c\xea\xf8\x9b\x13\x77\x32\xb9\xce\xdb\x99\x00\x59\x3c\xbb\x7d\xa4\x52\x84\x56\xea\xc8\x0f\xac\x5d\x95\x59\x9f\x98\x53\x0d\xd6\x07\xe1\x6e\xd7\xca\x8c\xe0\xb1\xbb\x46\xbe\xd8\x73\xda\xd6\x7b\x17\x58\xdb\x79\xa2\x23\xab\x2b\x88\x77\xb7\x46\xbe\xa8\x29\x4d\x8b\x43\xbe\x60\xbe\x00\xde\x1d\xcd\x75\x22\x9c\xd2\x38\xfc\x13\xb5\x98\x6c\xad\x53\x20\xbc\x96\x33\x82\x9d\x55\x47\xee\xf3\x76\xa6\x18\xd1\xad\x78\x99\x25\x4e\x3e\x62\x78\xa6\x87\x76\x0f\x1b\x7e\xe9\x4d\xe3\x89\x61\xd6\x00\xf3\xf3\x4e\x36\x6a\x09\xfb\xf7\x17\x36\xef\x04\x7a\x2f\xbc\xd7\x38\x37\x83\x6f\x7a\x8b\x02\xc3\xd7\x57\x3e\x3b\x10\x66\x54\xcd\x57\xcf\x26\xa0\xf7\xaa\xd1\x8a\x20\xef\x75\x43\xb4\x00\xdb\x9b\x5e\xfc\x9e\xaf\x2c\x92\x01\xbe\x26\x4f\xa6\x2c\xc0\x08\x5a\xa8\x4e\x72\x3b\x9b\xe4\x07\x10\xbe\xf0\x72\xe4\xf4\x46\x11\x64\x97\x79\xbe\x39\x3b\xb4\x80\xd2\x9c\x44\xf6\x55\x4c\xf4\x59\xf6\x8a\xec\x73\xbe\x76\xc9\xaa\xc8\xc5\xe5\xae\xc0\x35\xc7\xb0\xe1\x33\xb9\xb6\x8b\xf1\x29\xb6\xc9\x69\xbf\xc4\xb5\xe0\x19\xd7\x4f\x29\xeb\xa7\xc8\xc0\x20\x48\x09\x93\x5b\xe2\xcb\x99\xb1\x70\x4a\x09\xb4\x6d\xec\x8c\x31\x9a\x27\x2e\xc3\x46\x0a\x02\xf9\xd7\x0d\x46\x06\xe4\xaf\x5b\xed\xf5\x63\x3e\x86\xcf\xaa\xf1\x9c\xb1\x4b\xef\x1d\x4e\xae\x80\x7f\x46\xc8\x00\xf8\xd7\x8d\x12\xbc\x48\xbf\x65\x5c\xf2\x75\xa8\xb6\xd3\x00\xe1\xa4\x53\xa7\xb9\x0b\xc3\x6e\xf3\x88\x01\xfe\x57\xd5\x6a\xc0\xfb\xeb\x2e\x29\x70\x7f\x7b\x44\x7c\x54\x12\x3f\x89\x67\x05\x7b\x8c\xf5\xd7\xd6\xae\x8b\x89\x17\xae\x62\x3e\x00\x9f\xb3\xe3\x7e\xc4\x36\x1f\x3e\xe7\x42\x5a\x95\x64\x0a\x03\x02\x60\x7f\x7b\xa2\x1a\x2f\xa4\x69\xb6\xef\x25\xa7\x93\x97\xaa\x58\xc8\xde\xbc\x52\xd7\xae\xfe\xc3\xa6\x85\xee\x5f\x55\x6d\x17\xb3\x3a\x90\x80\xdd\xe0\x59\x10\x01\xbb\xb1\xa2\x00\xff\x15\x3d\xa3\x04\xfb\x9b\x7a\x30\x5d\xc9\xac\x31\xab\x5c\x6a\xd4\x80\x10\xcf\x0b\x63\xb0\x12\x23\x08\x7f\x35\xa7\xb7\xe5\x70\x2d\x21\x78\xa4\x05\x48\x84\xc4\x01\xb8\xc4\x6b\x75\x42\x49\x51\x63\xb4\x20\x60\x7f\xdd\x88\xd1\x4b\xc7\x1c\xe9\xc6\xd5\x08\x19\xe7\xc4\x08\xfc\x67\xf0\xe8\x85\x36\x9d\x05\x70\xde\xf1\x6e\x55\x0c\xc0\x76\xb8\x13\x70\xc1\xf5\xa2\xf6\xd2\xab\xa7\xe4\x0b\x66\x76\xa7\x06\x8c\x77\xbd\x10\x12\xde\x4f\xf2\x05\x74\xdf\x11\xa0\xc2\x4c\xb0\xfb\xba\xb1\x35\x57\x7a\xcb\x2e\xbf\x82\x96\x39\x4f\x43\x99\xc8\xe5\x07\xde\xb5\x68\x67\x07\xaf\xaf\x7b\x11\x76\x25\x13\x6e\xfe\xc1\x76\x0b\x9f\xe1\x0d\x5a\xe3\x85\xeb\x6b\x12\x49\xe0\xfa\x76\x8b\x94\x9f\x1e\x14\x06\x32\xed\x16\xf3\x69\x56\x82\x51\xff\x14\xf6\xae\x29\xbd\x77\xc6\xd0\xc3\x75\x35\xbe\x4c\x4d\x60\xaa\x19\x20\xfb\xf6\x00\xe8\x41\xe8\x07\xe5\x1f\xe0\x02\x7a\x44\xc2\xbd\xec\x0e\xe2\x12\x53\x17\x19\x71\xfa\x74\xb3\xbb\x42\x0e\x08\x21\xba\xc8\x85\xa3\xc3\xca\x95\x9c\x18\x5d\xf2\x12\x30\x56\x8a\x7f\x91\xb3\x40\x0f\x99\x8b\x24\x39\xd5\x75\x5f\x24\x29\x46\x36\x11\xf2\xaf\x1c\xd0\xb1\x7f\x98\x7f\x16\xe6\xb0\xe5\x33\xac\x14\x9b\xc1\x85\xb9\x5b\x17\x25\xa1\x00\x43\xe3\xc7\xb5\x5c\x1e\xa6\x74\xd9\x71\x0b\x70\x8b\x91\x05\xe8\xb7\x5b\xfa\x54\x7e\x91\x7a\x9c\x19\x76\xc7\xb3\xf2\x99\x14\x8d\x78\xd6\x3c\x10\x42\x23\x19\x82\x0e\x74\x60\xd1\x4b\xfa\x12\xda\x41\x16\x96\x68\x81\xca\xbc\x97\x89\x76\xdc\x33\x9a\xb7\x75\x28\x04\x22\xb0\x1b\x7a\x04\x44\xe0\x1e\x86\x25\x9c\x10\x49\xe2\xe5\x11\x64\x1c\x97\x3c\x33\x8b\xa8\x7b\x3a\x87\x68\xd7\x12\xf9\x0b\x40\x5b\x5d\x4e\xae\xdb\x06\x11\xc4\xae\x5b\x57\x76\xfa\x6e\x9c\xab\xf9\x7f\x80\x09\x1c\xbf\x7c\xd6\xe4\x4f\x13\xb7\xf2\xb6\x5b\x04\xae\x9e\xc7\xd6\x24\x67\xa6\x61\x12\x58\x50\x3f\x1a\xb0\x03\xbb\x8e\x22\x97\xbc\xdb\x21\xa1\x67\x07\x60\xd5\xf3\x52\xb7\x36\x49\x90\x58\x80\xcd\xac\x31\xd7\x93\x27\xcf\x32\xd9\x08\x03\x49\x7e\x2d\xe9\xdb\x3c\x7a\x78\x7b\x7f\xa9\x5c\xbb\xe6\xa8\xcd\x9a\x67\xaf\xcd\x97\x87\xb7\x60\xd7\xeb\xf8\x68\xef\xf5\xe2\xc4\xe5\xdc\xbc\x78\x78\x8f\x7f\xbd\xd9\x1c\x1d\xd9\x2c\xb7\x99\x1b\xe2\xe2\x92\x34\xc0\x30\x9e\xd7\xa7\x7a\x2b\x55\xfb\xea\x2e\x8e\xe2\x79\x7d\xb4\xe1\xc9\xfa\x26\xcf\x54\xfb\xd9\x9e\xfb\xea\x73\xfb\x48\x59\x92\x9d\x42\x40\xee\xad\x42\x0f\xb5\xa7\x9b\xe8\xd3\xa9\x77\x27\x10\x83\xa5\xe8\x12\x79\xeb\x1c\x0b\x4e\xde\x04\x6f\xb0\xa4\x3b\xd8\xad\x31\x5b\x82\x79\xff\x68\x3f\xbf\xf2\x8a\x02\x02\x74\xff\xb4\xda\x34\xff\x51\xc6\x98\xfe\xc3\x94\x1e\x3e\x23\x21\xaa\xb6\xdc\xe2\xb7\x1b\xe4\x08\xde\xe0\xd0\x73\x01\xbc\xc1\x66\x84\xf1\x7d\x38\x11\x3e\x37\xbe\xa1\xa6\xc3\x89\xf0\x7b\x49\x0c\x1c\x07\x18\xc2\xfd\x32\x78\x79\xff\xfb\xdf\xd4\x4f\x1c\x4c\xc2\xf1\x3b\xfe\xca\x64\x3f\x6f\xf9\xb8\x17\x74\x77\x86\xcc\x32\x13\xc5\xbe\x50\x73\xf1\x1c\x43\xef\xef\xa2\xec\xda\xfd\xca\x9e\xf9\x47\x2e\x11\x3d\xdb\x8c\x7c\x18\xc5\x72\x6f\x3e\x3e\xb4\x9d\x80\x83\xb8\xab\xf2\x0f\x8d\xd6\x9c\xf6\x3b\x59\x37\x1c\x42\x50\xc4\x69\xc6\xaf\x3b\x79\x37\x5c\x45\x20\xc4\x66\x4a\x1a\x80\x10\x87\xa6\x22\x80\x10\x2b\xc0\x0a\xf3\xae\x2c\x43\xb1\x34\xb9\xfa\xab\xbf\x7f\xc0\x70\xd2\xc3\xc6\x56\xe1\x18\xdf\x69\x18\x6f\xbe\x30\x72\x94\xe0\xbb\x79\xbe\xd9\x9b\x77\x73\x73\x40\x83\x44\x45\x0c\x70\xbb\xe7\xbd\x99\xf7\x50\x05\xbb\x53\x6f\x66\x80\x8d\x65\x40\xec\x03\x06\x71\x28\xb3\xdc\x3d\xc7\x4a\x47\x3a\x2b\x5d\x7c\x76\xa6\xe1\x80\x77\xe7\x2c\x38\x07\xa6\x1e\xaa\xee\x81\x1e\x94\x60\x3e\xc4\x47\x54\xac\x05\x1f\xb1\x64\x94\xd5\xdd\x73\xff\xf9\x42\x4f\xdc\x66\xc3\x43\xc2\x60\xc9\x2a\x14\xe6\x6f\xba\xbd\x4d\x96\x6d\xdc\x83\x6e\x79\x7a\x06\x54\x00\x89\x55\x88\xc4\xa6\xbc\x7c\x9b\xdb\xb3\xba\x4d\x06\xb3\x80\xb8\x96\xb0\x88\xff\x5e\x94\x61\xe0\x03\xb7\x57\xcb\xd5\x3d\x33\x73\xfb\x31\x14\x83\x63\x75\x5c\x04\x26\xb1\x7a\xb1\x7a\x4f\x9b\xa7\x5b\x69\x35\xcf\x17\x0e\xa2\x97\x65\xf7\x74\x6b\x85\x15\xab\xab\xb9\x4d\xf0\xd2\xd5\x8f\xeb\xd6\x3a\x6e\xbf\xc2\xbc\xe1\x0c\x31\x58\x75\xb7\x49\xe4\x42\xd3\x5f\x33\x55\x9b\x55\x01\x2c\xc3\xda\xf3\x0f\xdc\x2c\xed\x61\x90\xce\x49\x1a\x12\x29\xb8\xf0\xc7\x62\xae\x61\x74\xe0\x1a\x56\xcd\x62\x89\x65\xf8\xef\x8f\x4e\x2a\x31\x16\x07\xce\xad\xaf\x3b\xe8\x85\x55\xca\x0d\x48\x61\x31\xa2\xe9\x5e\x92\x3c\xd7\x1c\x1d\x5a\x69\xe2\x3e\xbd\xa4\x83\x63\x02\x58\x38\xcc\x49\x06\x60\xe1\xd0\x2b\xf7\x3e\x5d\x58\xbf\x21\xbd\x3a\x2c\xe0\x3e\xe5\x27\x9e\xd3\xd3\x88\x10\xd6\xe5\x64\xbb\x49\x60\x4f\xce\x72\xf3\x1b\x4e\x99\x04\x67\xab\xdf\x43\xdf\x4b\x21\x0d\x8b\x22\x28\x90\x86\x43\xdf\x52\x20\x0d\x87\x59\xc0\x40\x34\x1c\x3a\xc5\x02\x5c\x38\x74\xa4\x04\xb8\x70\x8f\xcd\x9a\xa4\x6f\xc8\x50\xb7\x19\x29\x54\x71\xc0\x2e\x1c\x3a\x46\x82\x5d\x58\x72\xa9\x8d\xa3\xdd\xca\xd2\x5f\x94\xef\x66\x65\x24\xc8\x37\x1d\x93\xa4\xdd\xf2\x58\x0f\xed\xcd\xce\x93\x3a\xde\xb9\x11\xe8\x26\xac\x7b\xe5\x47\x8f\x25\xfc\x83\x8b\x4e\xc7\x9b\xb6\x73\x17\xed\xb1\x0d\x7a\x99\x97\xd1\x6e\x7b\x03\x63\x0e\x64\x40\x30\x0b\xf7\x0a\xfa\xcf\x16\x33\x73\xf4\xc9\xe0\x87\xe5\x59\x11\x0f\x4a\x32\x7b\xa4\x0b\x10\x0c\x8f\x65\xce\x08\x60\x0b\x87\x0e\x90\xa0\x16\xee\xaf\xe8\xd7\x03\x9c\x99\xeb\xa3\x85\x1d\xf1\xe2\x36\x41\xb6\x0c\xef\xb5\xbb\x7c\xef\xc5\xb5\x26\x55\x60\x0b\xab\x12\xe1\x9d\x4a\x38\x02\xd3\xfd\xca\x15\xd1\xea\x00\x24\x1c\x26\x9b\x02\x78\x70\xe8\x4b\x08\xd6\xe0\x50\x22\xb8\x3f\x89\xab\x64\x45\xc6\x8f\x92\x7b\x6b\x2e\x97\x34\x7f\x30\x12\x94\xb8\x3b\xfd\xa4\xac\x48\x7b\xcf\x6e\xe0\x49\xc3\x79\xe3\x99\xc6\x86\xcf\xf2\xf9\xea\x0b\xc9\x25\x99\xd8\x87\x4c\xac\x32\xda\xe7\x67\xc3\x95\x67\x1b\x9b\x3c\x93\x3d\x89\x15\x7e\x7e\xb8\xfc\x1f\xd6\x93\x8b\xca\xcb\x81\xeb\x01\xe3\x7f\x74\x9b\x3a\x90\xe0\x1e\xb3\x35\xe9\x78\x0d\x76\xe1\xd1\xd4\xe6\x9f\xc3\x74\xff\x16\x61\x7b\x0d\x3f\x92\xe8\x2c\x5f\x26\x57\xbb\x7e\x14\x74\xd6\xc2\xde\xba\x32\x6a\xbc\x7e\xb5\xd1\x8b\x75\xa8\xf3\xe4\x73\xb0\xec\xc3\x6e\xb8\xec\x10\x26\x40\x10\x77\x9f\x28\xc1\x95\xb8\x41\x31\x0f\x89\x5e\x0d\x75\x7e\xc8\x94\x61\x04\xd3\x53\xb2\xdf\x74\xa3\x64\xff\x2c\x2d\xa3\x61\xdb\x3c\x9a\xe2\x59\x96\x47\x20\x0a\x1b\xcf\xeb\xf1\xe5\x1f\x10\x08\x68\x1c\x08\x88\x4d\x06\xf4\xa0\xbe\x7b\x77\x23\x18\xe2\x94\x4c\x01\x86\x38\x4c\x0e\xf5\x64\x40\x2e\xad\x55\xe6\xcc\x3e\xa1\xb0\x9b\xcb\xfa\x11\xfc\x38\x7c\x56\x40\x74\x74\x95\xad\xe8\x14\x18\x6a\xab\xf3\xd5\x63\x92\x41\x75\xee\xa7\x89\xbd\xc8\x1c\x98\x63\xf0\xe7\x73\x63\x9e\x2c\xe0\x72\xd1\x8d\xc6\xb6\xc9\xb2\x32\x67\x28\xe4\xd3\x48\x22\xce\x99\x7f\x1a\xd4\x12\x61\xff\xc1\xb8\xae\xe3\xec\x63\x82\xa8\x91\xb5\x3a\x33\xcc\x86\x02\x03\x1e\x10\x8f\x81\xb5\x10\xc2\xc7\xeb\x72\x9d\x55\x9f\x9e\xcb\xc2\x24\x77\xaf\x83\xe2\xcf\x68\xde\x47\x71\x02\x59\xf1\x31\x04\x57\x1f\xd7\x27\x45\x88\xfc\x47\xb9\xa6\xd9\x2c\xfd\x0f\x1b\xd2\xd5\xa2\x59\x24\xf7\x95\x5f\xbd\x6c\x50\x06\x33\x80\x8b\xe4\xe8\x3e\xa4\xe0\xd0\x95\x0f\x8c\xc6\xa1\x9f\xda\xa3\xd9\x5e\x9f\x5a\x71\x19\xcd\x10\x22\x2e\x63\x29\x6e\xfb\x01\x8d\x9b\xfe\x91\x9d\x62\xe6\x07\xf3\xe5\x42\xcf\x5c\x4f\xbe\x9a\x80\x1f\x38\xf3\xd3\xdd\x43\x81\x49\xdb\x4e\x57\x06\xcf\xb2\x6c\x73\xa0\xed\x31\xec\x29\xc9\x91\x86\x68\x11\x08\x9f\xbd\xa8\xcc\x9a\xdc\xe9\x3f\xab\x82\x05\x21\x6e\x3c\x9a\x0a\xcc\xd2\xfb\x44\x2e\x16\x15\x87\x42\x8d\xf4\x25\x14\x6b\xdd\x7e\xa1\x01\x5a\x52\x65\xc8\x8f\x96\x93\xc7\x74\x1e\x00\x81\x4e\x80\x1e\x87\xfe\x62\xc2\x39\x2e\xad\xdc\x4f\xb8\x57\x68\x65\xe9\xfd\x25\x25\x59\xce\x35\xa5\xb5\x0a\xe8\xcb\xfa\x98\xcd\xc3\xfb\xdb\x67\xa5\xe8\xc6\xf3\x3e\x3b\xfa\x45\x03\xd4\x38\x74\xeb\x02\xa8\xb1\x18\x10\xf3\xe8\x11\x97\x27\x24\x25\x10\x89\xcf\x96\x40\x86\xce\x35\xcf\x89\xe3\x8b\xc4\x51\xa1\x43\x82\x71\xd2\x27\xd7\xe6\xd4\xbf\xc4\xe3\x72\x66\x9f\xfc\xca\x75\x86\x6d\x3c\x8a\x1a\x92\x53\x1c\xe2\xf2\xd8\xe2\x0f\xa7\x90\xfa\x28\x76\x48\x00\x4e\xe6\x43\x92\xb4\x45\x90\xa1\x27\xcf\x83\x13\xb5\xda\x13\x70\x91\xd5\xe8\x8f\x27\xfd\xe2\x3c\xce\x17\x81\x24\x36\x7c\x71\xcc\x97\x85\x65\x7d\x30\x2f\x70\x24\x43\xbf\x72\x60\x24\x87\xbe\x46\x09\x23\x99\x9b\xf8\x82\x87\x84\xcf\x00\xa3\x49\xcf\x94\x58\x9c\x19\x2e\x0f\x34\x86\x81\x2e\x59\x65\xc0\x8f\xd0\x1a\xfa\x27\x27\xba\xa4\x22\x12\xc0\x91\x43\xa7\x32\xb1\x22\x0d\x52\x15\x2a\xb2\xb9\x28\x7a\xc8\x69\x57\x03\x1e\xb2\x98\x30\x4c\x78\xc8\x65\x82\x20\xe0\x21\xab\x16\x27\xe0\x21\x0b\x90\xac\x13\x78\xc8\xa1\x25\xff\x31\x51\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\xd3\xfe\xea\x01\x02\x56\x64\x31\xde\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x0c\x1d\x83\x80\x7f\xac\x39\x9e\xf7\xe0\x77\xbe\xf7\x2e\x5f\x87\xda\x87\xf8\xa3\x5a\xad\xf5\x6d\x7c\xe5\x1f\x1e\x9d\xbf\x7d\x99\x9f\x14\x5d\x3c\x7e\xf8\xd9\xe9\xd0\x21\x50\xa4\x89\x78\x1e\x7d\xee\xbc\x7d\x78\x52\x8c\xf1\xf8\x90\x49\x32\x67\x11\x4f\xf0\xad\x87\xf2\x62\x06\x04\x4a\x7c\xf2\x11\x8f\x28\xc2\x8e\x7e\x4d\x20\x42\x36\x65\xfc\xc7\xd8\x5e\xcd\x70\xcf\x97\x0d\xfa\xd5\x45\x89\xfd\x95\xa8\x8e\xc5\xab\x85\x17\x03\x86\x19\x26\x40\x78\xac\x85\xbd\x0a\xc0\xe3\xd0\x3d\x08\x50\xc7\x5d\xed\xe0\x65\xf1\x87\x05\x4e\x9e\x0f\x9e\x69\x81\xd6\xde\x23\xb7\x18\x1f\xe5\xd5\x7e\xf8\x42\xcf\x6d\xfa\xf0\x22\x39\x2c\x92\x3b\xc0\x97\x0b\x5d\xc5\x12\xb7\xbd\x5d\xbc\x48\x1f\x86\x2f\xd8\x38\x97\x75\x41\x1e\x98\xdc\x37\xcd\x0d\x9c\x0e\x60\x1e\x87\xce\x41\xc0\x3c\x0e\x3d\x40\x40\x79\x1c\x7a\x19\x81\xe6\x58\x34\xfb\x81\xe6\x78\x84\x7a\xd2\x5b\xf4\x64\x41\x99\x78\x4d\xfc\xe1\x98\x74\x0e\xaf\x08\x0e\xaf\x22\x88\x6e\xb8\xaf\x8e\x01\xcb\x67\x4d\x0f\xf0\xef\xb7\xda\x11\xaa\x42\xec\xd0\xe1\xe0\x45\xec\x28\x3a\x01\xbf\xc8\x1d\xfa\x73\x88\xf4\xb8\xcc\x15\xf5\x62\x84\xd0\x05\x03\xa4\xc7\xa1\x9f\x07\x48\x8f\x43\x6f\x05\x90\x1e\x87\xce\x27\xaf\xc6\x89\xe5\xf7\xa8\x2e\x50\xfd\x97\x9b\xff\xa2\x63\xf1\x0b\xec\xb2\x59\x01\x01\x7d\x1c\xfa\x88\xbc\x79\xdd\x0f\xaf\x7e\xd3\x3a\x31\x2d\x31\xf8\x8a\xd1\xe5\xed\x83\x43\xc5\x6b\xaf\x69\x53\x00\x1a\xb2\xcc\xac\xf7\x52\x6f\xe1\x19\x67\x39\xa8\x30\x30\x91\xbb\x1f\x7c\xd4\xdd\x91\x0e\xa9\x13\xc9\x6a\xd7\x3b\x60\xd0\xc8\xd3\x6f\xd7\xb5\xcc\x6f\xe8\x07\x7c\x45\x90\xc8\xf4\x12\x04\x0d\x72\xe8\x8a\x01\x18\xe4\x30\xe9\xc5\xdb\x73\xdc\xd4\xba\xe5\x87\x69\x06\x9e\x57\x94\x2c\xcd\xde\x6f\x0a\x0d\x2e\xcc\x70\xac\xfe\xe1\xf4\xd3\x8f\xc1\xf4\x57\xbf\x61\xfa\xab\xb5\x5e\xbb\x56\xb7\xc4\x40\x55\x47\x2a\x79\xd3\x30\xb1\x7c\xc9\x2d\x41\xe9\x7f\xc8\xce\x3c\x2b\x6f\xe5\x4b\xce\xb9\x2f\x9a\xbc\x10\x0e\xde\x69\xe3\x8c\x75\xb2\xde\x4e\xce\xbc\x79\xf6\x1b\xe6\x00\x3e\x06\x88\xe4\xae\x89\x59\x9b\x1c\x12\x67\x50\x9f\xf9\xdc\x15\x91\xd8\xcc\x3c\xb3\x11\xda\x9f\x2e\xcc\x6f\x9c\xff\xfd\x2f\x99\x16\x70\x93\xc3\xcb\xb9\x57\x87\x7a\xed\xff\x6f\xb0\x06\x30\x21\xa0\x27\x6b\x6e\x31\x4c\x16\xde\xa7\xbd\x79\x0b\xb1\xfc\x83\xa3\x81\x10\xf6\xae\x5c\x0e\x5f\x58\x0e\xa7\x34\x5d\xf6\xdc\x23\x06\x5f\x55\xe6\x47\x84\x38\x53\x67\x01\x10\x37\x34\x5a\x7c\x9e\x13\xb6\x1e\x60\x71\x47\x98\xed\x54\xb0\xb8\x00\x8d\x76\x7e\x55\xd1\x27\x5f\x9c\x3a\xc8\xc2\x97\xe7\x86\x1d\xf7\x99\xe5\xce\x68\x85\xcf\x2c\x77\xda\xd1\x41\x92\x1b\xde\x45\x7c\x4d\x46\xee\xef\x5a\x0c\x60\xc0\xe0\xc5\x0d\x2d\xf5\x5f\xa7\x00\xe2\x19\x70\x71\x43\xb3\x39\xa0\x70\xbb\x27\xb4\xd7\x25\x81\xec\x64\x60\xe1\xf6\x3f\xbc\x60\x59\xeb\x9a\xd7\xbf\x21\xc3\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x9d\x7e\x45\x1a\x35\xb6\xf2\x67\xae\xd6\xfc\x46\xd2\x1a\xfe\xf1\x72\x81\x40\xb7\xa6\x69\x6e\xf8\x7d\xba\x6b\xc2\x3f\x64\xec\xf4\x77\x62\x5d\x72\x7a\xf0\x3f\x6d\xce\xf5\x64\x4c\x10\x8f\x6f\xef\xdd\xf4\x16\x03\xcb\x6d\x68\x02\xff\xdc\x71\xd0\xb9\x2f\x48\x91\x03\x89\x06\xca\x6d\x68\xf3\x06\xca\x6d\x68\x1c\x06\xc9\x6d\x68\x8f\xfe\xf6\x26\xac\x7a\x40\x8a\xea\xb6\xcc\x5f\xf9\xb9\x23\xdd\x14\x21\x81\xae\xb6\x40\xbc\x77\xd6\x9a\xab\x4a\x55\xde\x8c\x55\xce\x29\x08\x6f\x7b\x62\x7d\x61\xc1\x38\x2a\xe2\xb8\x85\xd1\xfb\xe2\xb8\x4d\x0d\x4f\x60\xb7\x0d\x0d\xb7\x9f\x49\x5a\x41\xc7\x9c\xe0\xb8\x0d\xa1\x68\xbe\xc5\x79\x70\x83\x9d\xf8\x41\xb8\x27\x4e\x25\xf8\xf0\x85\x09\x71\x1d\x8d\xf1\xf8\x59\x20\xd7\x94\x01\xe2\x5f\x0a\x4a\xe3\xfc\x4c\x41\x57\xfc\x5d\xb6\x5f\xad\xc9\x45\x75\x13\x9e\xb6\xed\x33\xa4\xc0\x75\xc4\x62\xa6\xac\xfb\x01\xb4\x53\x74\x6d\x05\xc4\x6d\x68\xa1\xfc\x14\x45\xdd\x1d\x98\xd2\x24\x17\x40\xb8\x6d\xca\x4d\x07\x71\x5e\x91\x7c\x7e\x18\xc9\xba\x17\x10\xc0\xb9\xed\xaf\x98\x03\x72\xca\x54\xd7\xf8\xf6\x28\xb9\xbb\xbc\xc3\xd2\xbf\x14\xac\xb6\xa1\xd5\xe7\xbb\x71\xfa\x80\xbb\x7f\xf8\x9c\x74\x2f\x2d\x3e\xb3\xc2\x18\xfa\xf8\x3d\x6a\xd7\x74\xf7\x61\xc9\x5c\x25\x85\x4e\xe8\x11\x18\x6e\x7b\xc5\xe8\xe2\x93\x5d\xe4\x2b\xec\x52\xe3\xf7\xa7\xfb\xca\xa7\x24\xe9\xd2\x22\x3c\x86\x97\xe5\xdf\xab\x9d\xf3\xe7\x3f\xcc\x9d\x13\xff\xe6\xb8\x18\x0b\xf7\x58\x1a\x35\x40\x74\x3b\x74\x63\x06\xd1\x6d\x97\xa6\xc4\x27\xd6\x3a\x1d\xe3\x1a\x2b\x9a\x5b\x91\x6b\x2c\xad\x1d\x40\xb4\x0d\xd5\x75\x10\xda\x8e\xae\xb5\xe9\x03\xce\x5b\xfe\x0b\x5c\x5b\xc5\xcb\x30\x00\x65\xab\x04\x64\x04\x98\x6c\x0d\x53\x58\xfc\xf0\x03\x6d\x08\xd3\xf1\xfb\x91\x30\x72\xcb\x29\xf1\xdb\x02\xe1\x40\x55\x0e\x80\xdb\x0a\xb7\x82\x01\x70\xdb\x28\x59\x91\x16\xcb\xe5\x4b\xd8\x57\xbf\x3a\x7d\xb1\xf8\x45\x11\xff\x60\xcf\x64\xdb\x92\xb3\xe5\x47\xae\xed\xe1\x3f\x1e\xce\x46\x91\x2d\x51\x16\x02\x97\x02\x80\xb7\xfd\x15\x2d\x22\x50\xa2\x2c\xc7\xef\x50\x94\x6a\xbe\x34\xbf\xa2\xe2\x43\x5b\x9c\x55\x0d\xbb\xe5\x57\xa0\x3f\xdb\x20\x36\x2d\x02\x24\xe3\x67\x80\x21\x3e\xc5\xf1\x33\x7f\xf9\x58\x14\x47\xa0\x2c\x3f\xe6\xaa\x64\x1b\xfe\x61\x82\x41\x67\x6e\x4b\x8e\x83\x38\xca\xf8\x29\x2c\xb6\x1f\x75\x19\xbd\x5e\x1a\xe5\xab\x28\x87\x3f\x56\x47\x41\x70\x30\x2a\x6f\xa3\x4a\xa7\xbc\x10\xa8\x98\xae\xe3\x47\xae\x56\x48\x76\x00\x00\xb7\xff\xb0\x2e\xf5\xc3\x45\xf3\x35\xb7\x03\x4d\x22\x17\x16\xa7\xcb\x10\xf7\x9f\xfb\x81\x18\x77\x5c\x2f\xe2\x27\x30\x06\xee\xbb\xf1\xc3\x9a\x55\x9c\x15\x13\xc8\xe0\x80\x1b\x09\x19\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\x7c\x40\xb8\xe4\x08\x20\xde\x46\xb1\x83\xdd\xef\xe9\x53\xc7\x6c\xec\x76\xe8\x76\x83\xc6\xf0\x13\xe9\xbf\x7c\x39\x30\x19\xd0\xbf\x61\x03\xcc\xc1\xc8\x1e\xd1\x8b\x91\xeb\xec\x3f\x34\x57\x98\xcf\xe1\xda\xda\x8f\x81\x99\xb0\x52\xed\xe6\x74\x03\x91\x34\x7e\x33\x37\x19\xa5\x31\xf4\x20\x34\xc7\x0f\x43\x0f\xe2\x7a\xfc\x26\x0a\xbd\xb5\x4e\x4f\x7f\xbe\x30\x1b\x85\x7e\x6c\x76\x58\xf0\xbe\x8a\x1f\xe2\x1b\xa2\x6a\xfc\xb8\x57\x8a\xe6\x1e\x41\x66\x43\x3c\x8d\x9f\xc0\xdf\x6e\x04\x44\x36\x28\x6a\xfc\xd2\xe4\xd3\xf9\x28\x38\x9a\x85\x7e\x6f\xa6\x39\xb8\x4b\x0f\x90\xe5\x06\x76\xd2\xf8\x11\xff\x58\x83\xd6\x42\x29\x72\x59\x18\xcc\x8c\x60\x0c\x9b\x6b\xb6\xdf\xf8\x2b\x47\x69\xfc\x84\x14\x0f\x6b\xce\x13\x41\xbf\x30\x05\x21\x9d\x84\x08\x74\x80\x3f\x07\x98\x73\x95\x00\xae\xf8\x69\x08\x6a\x6e\x29\x38\x65\x71\x0f\x63\x09\x42\xae\x8a\x9f\x5c\xb3\xb9\x53\x31\x05\x75\x0f\xe0\x92\x2e\x38\xe9\x86\x43\x3a\xf2\x13\x4d\xde\x91\xcb\x29\x9b\xdb\x8e\x28\x7a\xc0\xed\xe3\x77\x7a\x30\x5d\x3e\x4d\x41\xcd\x8d\x6a\x58\x46\xd0\xc6\xe6\x9b\x35\x47\x44\x54\x46\xff\xb9\x13\x4e\xc8\x42\xf5\x23\x96\xa9\x5a\x18\x27\x6a\x77\x70\x9a\x7f\x28\x0c\x42\xd3\x61\x45\xe2\xd6\x59\xf6\x92\x36\x7a\x14\xae\x8c\x6c\xf2\x2b\x12\x02\x35\x5a\x83\x21\xc2\xa4\xe3\x77\xb3\xc6\x9e\x4f\x9d\x40\x9a\x4d\x90\xec\x1c\xa7\xa7\xf8\x25\xd3\x74\xa8\x5a\x6d\x7e\xd2\x8d\x5b\xec\x19\xbf\xca\x3d\xcf\xea\xdd\xe2\x78\xd3\x91\x5b\x85\x64\x51\xdc\x60\x46\x3c\xa2\xe3\xf7\xa8\x05\xca\x15\x9e\x6c\xde\xcf\xd8\x63\xf6\xf7\x61\x47\x57\x3f\x62\x5d\x6d\xf0\x71\x5d\xe9\x2e\xf6\x99\xe2\x09\xe0\x5a\x08\x7b\x58\xfc\x32\xe6\x5e\x9a\x63\x2e\x35\x37\x2e\x11\x8d\x49\x10\x5e\x37\xb7\x05\x3c\xd2\x1e\x4a\xa2\x22\x16\x89\x4d\xe3\xf7\x4a\xbe\xe4\x29\xdc\x0b\x25\x1b\x30\xc5\xcb\x94\x56\x7c\xd0\x6e\xf7\xd4\x97\x63\xa5\xb7\x9f\x36\x53\x89\x1c\xf9\x5e\xb2\x75\xaf\x8f\x9a\x3b\xcf\x58\x47\xdc\xb4\xe3\x47\xac\xe3\x9a\x32\x41\x3c\x47\xa6\x4b\xfb\xb9\xb4\x83\x4d\x02\x5f\x5e\x53\x1e\xe8\xd5\x52\x73\x23\x7e\x6c\x2b\x37\x80\x78\x1e\x59\xfc\xb5\xc4\x2e\x7e\xe8\x51\xc2\xe9\x10\xf2\x6f\x91\x72\x35\x80\xf9\x3b\xc8\x62\x19\xa0\xfc\x15\xa7\x14\x90\xbf\x86\xfd\x3d\xc0\xf8\xab\x00\x49\x05\x10\x7f\x43\x5e\x7a\xfc\xc0\x98\x0c\x7f\xd7\xd8\x3c\xac\xf4\xb1\x7f\xfc\x73\xe4\xa9\xa1\xaa\x23\x07\xeb\x4b\xf8\xcf\xe4\x85\x0b\x22\xe6\xfa\x38\x58\xf3\xe6\xef\xca\x85\xc3\x12\xaf\x15\xf3\x95\x71\x92\x78\x54\xc7\x81\x19\x46\x6e\x78\x98\xb1\xb5\x59\xaf\x76\x98\xc6\x31\x3f\x8a\xbd\xf7\x99\x6c\xa7\x84\x36\xc5\x91\xac\xb5\x58\x9e\x65\x67\xef\x1f\x35\x97\x9d\xba\x2a\x9e\x8b\x4e\x56\x15\x34\xd8\xe7\x5c\xdc\xf6\x17\xed\x3b\x36\x73\xad\xd2\x9f\x23\x79\xab\x3d\xab\x39\x4c\x5f\x9c\x3f\x97\x6b\x33\xd4\x21\x2b\x3a\xbc\x04\x42\x04\x8d\x23\x41\x3c\x06\x7d\x96\x6d\xc2\x42\x0f\x13\xae\x16\x17\xac\x65\x2b\x7e\xc5\xc4\x72\x4e\x0e\x13\xaa\xe1\x65\x11\xe2\x0c\x92\xa5\x25\xc0\x19\xac\x18\x1b\x03\x98\xc1\x21\xa7\x38\x8c\xf8\xc7\x63\x38\x40\x19\x1c\xb2\xbe\x03\xe3\x8a\x1c\x15\xc0\xc1\x86\x41\x39\x00\x19\xdc\x73\xe7\x1f\x4c\xea\x56\xe0\x42\xf8\xc0\xf9\xb3\xb7\x66\x3c\xfd\xf7\x8f\xe4\xbd\xfa\x0f\x5e\x04\xd5\x3f\x74\xd1\xb0\x27\xc3\x29\xa1\x11\x0d\x21\x64\xaa\x8d\x63\x1a\x83\x42\x83\xd3\xae\xfb\xec\x96\x87\x45\x1e\x13\x6a\xc8\x79\x3d\x66\x4e\x15\xed\x6d\x1d\xb3\x4a\xde\xc1\x19\xac\xdd\x29\x9c\x9a\xa1\x18\x2b\xa1\x10\xe1\xb9\x08\xd8\xbc\x3b\x33\x64\xf3\x2e\x19\x4a\x69\x6e\x4c\x94\x52\x8f\x3a\xb0\x84\xfb\x23\x5a\x08\x37\x4d\xb5\xb8\x14\x61\xb2\xb0\xe8\xa5\x9e\x7b\x70\x09\x47\x1e\x2b\xf5\x52\x52\xdc\xc6\xa1\x63\x26\xfe\xde\x01\x48\xa1\x19\x76\xe3\x58\xee\x58\x98\xdf\x21\x4b\x75\x78\x0b\x02\xe8\x76\xc9\x9b\x16\xc7\x21\x2c\x48\x83\x34\x82\x52\x58\xbb\x07\x7c\x65\x83\x16\xc7\xba\x9c\x1f\x01\xfc\x10\x36\x21\x9d\x81\x11\x82\x5e\x38\x72\x17\x9f\xb9\x5f\x98\x86\xd3\x8e\xd0\x75\x7c\x3a\x72\x7b\x9e\x58\xb9\x97\x05\x38\x9d\xce\xc1\x99\xc3\xe3\x0f\x2e\x48\x72\xa8\x97\x5a\x0c\x8c\x02\xdc\xc2\x32\x25\x1a\x57\x4e\x2e\x9d\xe5\x56\x24\x87\x87\xc6\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x70\x50\xce\x83\x0b\x0f\x7c\xa6\x03\x9c\xc3\x91\xfd\xe6\xc2\x03\xff\x9f\x38\x70\xc2\x28\xd2\x3b\x01\xaa\x5a\xf3\x85\xf5\x46\x0c\x3a\x54\x44\x5b\xf3\xc5\x23\x6a\xb5\xc4\x51\x54\xcf\xdb\x4d\x9f\x82\x3e\xdd\x0c\x3b\xe8\xf7\x3f\xbe\xeb\x1f\x39\xfd\x0c\xef\xa6\x83\x08\x41\xa0\x24\x96\xf2\xaf\x27\x2a\x9f\xc8\x12\xc7\xc3\xa6\x47\x52\x03\x27\xb1\x84\x5d\x87\xed\xae\xa4\xf3\xfa\x62\x36\xf8\xeb\x21\xc2\xd5\xcf\xc3\xf4\xd8\x2d\x8b\xd8\x2d\x4b\x38\x6d\x7e\x23\xf3\x91\x3e\xc8\x6c\xe7\x9f\xbe\x7b\x71\xbc\xde\x8a\x53\x85\xe9\x6f\x9a\xeb\xf6\x7a\x27\xec\xf3\xdc\xed\xa0\x02\x1e\xdc\x7f\xe0\x2a\x1b\x87\x77\x1e\x1e\xa2\x57\x4e\xe3\x6c\x9b\xfd\xa6\xc9\x2a\x5e\xcd\xc2\x96\x90\x2c\xc8\x82\x4c\x3a\xe0\xb1\xcb\x14\xa6\x34\xf7\xb9\x3c\xb6\x4d\xcc\xc4\x9a\xd2\xe6\x74\xea\x70\xf4\x42\x98\xe3\xc5\x15\x40\x2f\x1e\x25\x9f\xa5\xd3\xf2\x93\x8f\x5d\xb3\xfc\x43\x73\x02\xec\x48\x20\xc6\xc5\x75\x53\x14\x98\x6f\xc7\xdf\x2a\xca\xcf\x79\x80\x1e\x17\x2e\x4a\xf0\x06\x0e\x20\x1a\x07\x3e\xbf\x51\x7e\x8a\x04\x93\xe7\xf5\xdf\xff\x3a\xfe\x36\x51\xb8\x33\xc1\x99\x37\x8a\x40\x5c\x68\xea\x51\xd0\x8a\x15\x40\x81\x77\x1c\xf8\xec\x46\x31\xa7\x0e\x1d\x2c\xa9\x13\xb3\x01\xc1\x7d\x1c\x84\xe6\x47\xc1\xc3\x93\x8b\xab\x28\x9b\x73\x0f\xfc\x3a\x02\xd4\xc7\x4a\x14\x55\x14\xf9\xf6\xf0\x59\x82\xdd\xfd\x48\x21\x05\x56\x0f\x1a\x64\xf9\xf7\x6c\x62\x29\x5b\x50\x82\x64\x33\x15\xe0\xd0\xc9\x0a\x1c\xa0\x44\x96\x6a\xb5\x25\xc9\x29\x83\x28\x1e\x79\x58\x20\x88\x91\xa5\xe0\xda\x1f\x05\x7e\xae\x2d\x01\xf8\x48\xf3\x74\x07\xf0\x91\xa3\x3a\x0a\x9c\x3c\x5a\xf1\x9b\xbd\x46\x58\x8c\x02\x90\xc8\xdd\x04\x53\xb0\xb9\xf9\xc0\x0f\x38\x44\x8c\xfc\x37\xcb\x64\x3d\xc0\xaf\x21\x44\x8c\xe4\xae\x26\x8a\x69\x79\xb2\x40\x50\x98\x91\xe2\xe4\x41\x76\x8c\x28\x35\xa7\xc3\x17\x77\x2a\x0c\xac\x34\x67\x9c\xa6\xcd\xa1\x4e\x48\x42\x14\x6f\x4c\x48\x59\x1d\xc5\x1b\x13\x95\x0f\x00\x23\x8f\x8e\xbb\x49\x88\x18\xc9\xf5\x6c\x94\x96\x2b\x40\x2b\x4d\x85\xa3\x59\x99\x64\x82\xe3\x54\x9a\x64\x82\x43\x5f\xd2\x43\x03\xed\xb8\x74\x79\x81\xb5\xe9\xba\xd9\x86\x9f\x31\x30\xb8\x26\xa8\x91\x03\x2f\xe4\x00\x35\x72\xe0\x4d\x1a\x02\x45\x46\x1b\x96\x66\xbb\xc1\xa0\xc0\x86\x1c\xf8\x80\x46\x49\x86\x8f\x54\x0d\x1e\xe4\x50\x48\x4d\x3c\xc8\x36\x7c\x69\xfc\x41\x4d\x43\xfb\x3b\x83\x4a\x4f\x0b\x77\xee\xb0\x4f\x4c\xe3\x50\x72\x47\xb6\x29\x98\x9a\xf1\x46\x89\x32\xc4\x86\xa3\x00\x72\x40\x75\x5f\x60\x69\xee\xce\xce\xd4\xa9\xd1\x91\x12\x2b\x99\x87\xcf\x0c\xe4\x2a\x5e\x25\x9d\x28\x50\x77\x13\x16\x92\x40\xa2\x00\x17\x72\xd4\xf2\x57\x86\x82\x48\xd0\xc8\x06\xe9\x2b\xe1\x80\x61\x7e\x89\x0e\x39\x3d\x55\x91\xa3\xf4\xb3\xe5\x3f\xf4\xd4\x70\xc8\xe6\xc6\x43\x08\x28\x6e\xb6\x60\xba\xdd\xda\xa1\x6a\x0b\x59\x2e\x7a\x58\x90\x58\x3c\xc0\x90\x1c\x15\xf1\x05\x0c\xc9\x5d\x95\x7f\x34\x95\x5e\x9a\x57\x22\x48\x52\xb1\xc2\x17\x3f\x43\x14\x6a\x96\xe7\xf0\xba\x57\xf1\xa4\xa8\xee\xee\xf3\x67\x01\x3e\x3a\xf5\x8c\x72\x4b\x9c\xfa\xb0\xf8\xc7\x9e\xe5\xc3\x2d\x78\xea\x1a\x3b\x2c\xee\x49\x81\x77\x17\x5c\x29\xaa\x84\x03\x9d\xb9\xba\xc0\x64\xa4\x53\x1c\x14\x9b\xb2\xe3\x6e\x10\x60\x53\x16\x65\x35\xb1\x29\x17\x2e\xb3\x01\x36\xe5\x51\x11\xd0\x4a\xca\x0d\x08\x11\x85\xec\x74\xc3\x15\x31\xdf\x41\x9b\x7e\x35\xad\xd7\xaf\x52\x2e\xe2\x99\xee\x42\xe9\xcb\x95\xeb\x41\xd7\x2f\x7b\xeb\x1f\x9e\x85\xe9\x0b\x29\x27\xc2\x6a\xb3\xbb\xbe\xe8\x72\xeb\x2e\xba\xb5\xf6\xd0\xc6\x9d\x47\x9c\x7a\x9f\x1c\x08\x3d\x79\xbc\x5c\xa7\xbf\xb8\x66\x56\xa7\x6a\xb3\xf8\xa6\xe4\x5d\xf0\xcc\x0c\x3b\x95\x8e\x99\x0e\x90\xd4\xab\xdd\x53\x0c\x53\xaf\x0e\x0f\x2f\x88\x92\x74\x0b\xae\x5e\x5d\x0d\x5c\x22\x34\x23\x14\xdc\x20\xaa\x27\xe6\x61\xc1\x5d\x80\x37\x17\x9c\x02\x58\xb2\x95\x6c\xc0\xbc\xdc\x73\x40\xd3\x2f\x64\xd5\x5d\xfc\xe6\x6e\xa3\xb3\xaf\x40\xbc\x7e\x24\x5c\x1d\x2b\xf6\x82\x59\xe1\xd1\x33\x82\x12\xa0\xf0\x28\x6f\xee\x10\x3a\xfb\x82\xcb\x68\xa7\x74\x74\x48\xc2\x94\x5c\x5f\xb6\x81\xa7\x83\x52\x38\x60\x9a\xa3\x3a\x99\x78\x75\x56\x77\x48\x32\x7d\x99\xc0\x27\xed\x93\x84\x7c\xce\x14\x8d\xe3\xd6\x59\x6d\x1b\x07\x88\x2a\x73\xc8\x48\x49\x77\xde\x97\x6b\xbc\xab\xaa\x99\x80\x88\x23\x5b\x01\x57\x21\x85\x60\x00\xac\x59\x49\x6b\x1b\xf5\x67\xa7\x2c\xd0\x98\x7f\x9f\xf5\x67\x58\x3c\xc3\x83\x39\x32\xf5\x67\x97\x2c\xeb\x56\x0b\x5f\xbc\x61\xe4\x59\xa6\x6d\x2f\x4c\x67\x40\x8e\x87\x00\x54\xf3\xe0\xc6\x37\xaa\xee\x0f\x44\xb6\x46\x35\x6d\x81\x74\x57\x24\xcd\x89\x03\x62\x54\x94\x6a\xa2\xc5\x42\xc0\x4c\xed\xe3\x55\xf6\xda\xc7\x5f\xa4\xaf\x1a\x40\x21\xad\xaf\x19\x08\x89\x32\x52\x35\x5f\x4b\xc7\x81\xd0\x1c\xa4\xf0\x88\x9a\xa6\x6c\x24\x13\xf0\x34\x47\x45\x13\x07\x4e\x73\xe0\x3c\x17\x55\x13\xb7\x62\x39\x68\x9a\x03\x1f\xc0\x00\x4d\x73\x54\xce\x59\x05\x0c\x05\xaf\xbf\xa8\x60\xa1\x14\x00\x16\xa3\x82\xdc\x2f\xef\x06\x71\x73\x80\x80\x1a\xb5\x2a\x7c\xa3\x80\xd4\xe4\xd7\x61\x7b\x6e\x32\xf6\x6b\x95\x79\x23\xb4\x55\xf3\xb6\xca\x5d\x84\xdb\xec\x9a\xd1\x81\xdb\x3c\x02\x77\xcf\x00\x6f\x73\xe0\xca\x16\x75\x33\xf2\x39\x9c\xe0\xa6\xf0\x0d\x51\xaa\x24\x29\x22\x5d\x72\xd4\x0c\xd8\xf0\x77\x10\x3d\x6d\xaf\xdb\x36\x53\x68\x3a\x3e\x6d\x74\x60\x75\x8a\x27\x12\xb5\x3b\x3b\x1c\xd4\xda\xed\x07\xbc\xb0\x76\xa9\x4d\xd6\x95\x7b\x9f\xee\x26\xdf\x5f\xfe\x13\xf4\xc4\x56\x70\x29\xf4\x8e\xa6\x6e\xd6\x1d\xe4\x54\x0a\xa0\x3e\x8f\x39\xed\xbb\x29\x58\x2b\x02\x68\xc5\xb2\xad\x9c\x04\x0c\xe7\xa8\x8e\x76\x1a\x7c\x48\x7b\x3a\x23\x80\x2c\x11\xc0\x6d\x1e\x52\x7c\xe0\x36\xc7\xbf\x8f\x72\xc7\xf8\xc7\x47\xdb\xd4\x14\xd9\x1c\x13\x1a\xb9\x06\x74\xc4\xc8\xc7\xac\x2b\x9c\x76\xea\x0a\x89\xab\x2b\xcd\x2d\xb0\xd4\x0e\x4c\xce\x51\x5d\x74\xb4\xed\x3c\x85\xb8\x1f\x74\x8d\x14\x60\x72\x0e\x39\x49\x5d\x0a\x8e\xae\xe6\xf2\x0c\x53\x13\x9e\x05\x64\xcc\x08\xa1\x36\xfb\xcf\x3d\xbd\x96\x9d\xf2\x2b\xdb\x60\xe0\x46\x32\xb6\xe5\x1f\x1e\x16\x58\x49\xd5\x81\xb1\x2d\x5f\x20\x2d\x9e\x69\xb9\x2e\x52\x4b\x45\xdb\xae\x1e\x28\xfc\x17\x71\x1d\x8b\xea\xfd\xae\x6c\xb3\x9e\xb9\xc7\x68\x83\xe8\x88\xea\x9a\x89\xdf\xa9\x49\x05\x00\xcf\x81\xdf\x5c\x80\xdf\x59\xf1\x83\x88\x6a\x72\x3f\x69\xbb\x58\x9e\x45\x32\x5a\x2f\x9d\x67\x69\xf0\x72\x95\xf9\x08\x4d\x9a\xdb\xef\xa8\x22\x80\xc8\x00\xea\xcd\x61\x96\x62\xa1\x18\x0f\x97\xec\x9e\x2c\x2c\x15\x99\x97\x3c\x69\x1f\xca\xf0\x70\x1b\xe3\x2e\x38\x3d\x5a\x37\x8b\x31\x7d\x96\x99\xda\xd9\x47\x27\x64\x29\xed\xa3\x14\xe2\x67\xc4\x30\xe4\x96\x34\x2e\xb1\xbb\x8b\x1f\xef\x19\x68\x03\xed\x17\x3f\x8d\xa8\x0f\x40\x9e\xc5\xe7\xc7\x02\xbe\xe0\x7c\xf2\x67\x76\x82\x00\x8d\x73\x54\x49\xec\x6b\x5f\x60\x65\x80\x6e\xee\xea\x18\xb0\x57\xba\xb2\x73\x80\x36\xeb\x90\x7a\xbd\xda\xed\xdc\xbc\x2f\x04\xd7\x41\xc2\xe3\x72\xae\x35\x4a\xbb\x38\x1f\x4e\x58\x98\x11\x2a\x7e\x7d\x55\x1a\x2a\xbb\xf3\x0c\x6d\x76\x17\x43\xee\x43\xc0\xa2\x7a\x77\xfd\xf2\x34\x32\x25\xe2\x6f\xf6\xfc\x8a\x96\x97\x5f\xdd\x7e\xc5\x3c\x7c\x2c\x33\x23\x6a\x19\xbc\x08\xe3\x6c\x72\xb5\x7c\xd6\x02\x1e\x3c\xeb\x48\xcb\xf4\x02\x97\x39\x14\x8e\x80\xc8\x9c\xe4\x61\x8f\xc6\xed\x2e\x0e\x31\xd1\x36\x8b\xab\xf8\x81\x46\x53\x8f\x85\x18\x37\xb8\x1d\xde\x04\xd1\x7e\x6a\x35\x9c\xa6\x96\xf7\xb9\x6c\x62\xe0\x35\x07\xae\x7f\xd1\x8e\x9c\xf1\xce\xcb\xf4\xc5\x7f\x3c\x99\xb0\xce\x56\x58\x31\x48\x20\x18\x9c\x03\xf7\xbb\x00\x51\xb3\x7a\x36\x40\xd4\x1c\xf8\x41\x04\x20\x9a\xc3\x3b\xcc\x66\xee\x1e\x65\x84\x56\xd3\xe9\x83\xe7\x7d\x34\xbc\xaf\x6a\x2a\x8a\x68\x5d\xe2\x63\x46\xb7\x74\x85\xe8\x2d\x9f\x49\xbc\x0c\x15\x68\x9a\x78\x25\x2f\x20\x5f\x0e\xef\x78\x9b\x26\x5e\x65\x87\x86\x13\xff\x70\x74\x44\xec\x93\xbe\x2f\x5a\x9a\x7e\xa1\x15\x00\x62\xee\x12\x4c\xe1\xd6\x0c\x2b\x61\x89\xd1\x60\x2f\x41\x6e\xac\xad\x9e\xf2\x15\x64\x19\x0c\xcc\xb2\xec\x55\xcf\x1d\x42\xc5\x5d\x60\x0e\xc6\xa4\xfe\xd7\x91\x1e\xc0\xb7\xdc\x6b\xcc\x57\x43\x22\xcd\x76\x69\xb8\xda\x83\xec\x13\xa0\x5d\x0e\xef\xd7\x00\xbb\xac\x87\x53\xe2\xad\xab\x82\x67\x1b\xae\xd9\x61\x09\x15\x07\x1a\x54\x1b\x54\x0c\x02\x06\x73\x78\x23\xde\x8c\xda\x57\xb8\x05\x07\x73\x68\x71\x68\x43\xc7\x70\x0b\x48\x9d\x2c\xf0\xf2\x8d\xbf\x7f\x3c\x33\x09\xba\xd3\xe1\xc5\x1e\x20\x62\x56\x35\x43\x30\x30\xf7\x1f\xb4\x30\xb3\xb7\x54\xc5\xa5\xed\xe1\x36\x9a\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xd7\xb1\xf5\x02\x87\xc4\x0a\x72\x83\xeb\xa5\x6d\x03\xc8\xa3\xbb\x4e\x33\xe7\xd3\x06\x5d\x34\x64\x9b\x04\xd4\xec\x08\x21\x0d\x13\xb3\xbe\x07\x8d\x2b\xdc\xe6\x76\xcb\x04\x3b\x9e\x2c\x82\xfe\x9a\x93\x0b\xd4\x46\x6e\xe2\x25\xc7\x84\xa1\xb4\xa5\x6d\xdc\xf9\x54\x25\x1c\x3e\xbb\xf9\xa0\xb9\x89\xad\xd9\xcb\x5f\x4e\xcc\x01\xd6\x66\x05\x5c\x20\x40\xd7\xac\xdd\x95\x5e\xe6\x78\x81\x20\x82\xae\x39\x9a\x8b\x4b\xe8\x9f\x77\x3a\x22\x65\x46\x87\xee\x8a\x8e\xd9\xd5\x23\x1b\x37\xa6\xfa\x80\x08\x6c\xd9\x09\xdc\x89\x66\x2e\x59\x8d\xc0\xed\xd2\x0b\x93\xaf\xb6\x62\x17\xc3\xbd\xb1\x55\xb9\xd2\x3d\x54\x97\x33\x4f\xad\x97\x22\x9f\xc4\x04\x55\xce\x4b\xc1\x76\xb9\x67\xac\x54\x33\x83\x2b\x6d\x2a\x9d\x5e\x6c\xc2\x61\xf0\xd5\xad\x63\x01\x32\x42\xbb\x1d\x13\xc3\xb8\x95\x17\x90\x36\xda\x8d\xf9\x11\x96\xdd\x08\xc1\x6f\xd6\x74\x7b\x6e\xe9\x14\x1e\x4b\xde\x5e\x37\x6c\xc0\x0d\x0a\x9f\x18\x9a\x8a\x91\x0d\x7b\xb0\xf7\xa8\x60\x68\x0e\xef\x16\x1b\x1e\xf3\x00\xf8\x44\x13\xd2\x8a\xfc\x53\x01\x84\xe6\xd0\x0e\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xc8\x4c\xfd\xcf\xa3\xbd\xb9\xe2\x4c\x87\x81\xf2\xdd\x7e\xbc\x12\x66\x9a\x7b\x0d\x58\xf6\x23\x29\x09\xdc\xbe\x7d\x39\x1d\x74\x44\x10\xa9\x0e\x2b\x6f\x5e\x98\x2a\xee\x83\x6e\x39\xbc\x9d\x03\xd0\xb2\x18\xd6\x14\x89\x62\xd9\x61\x8c\x89\x62\x39\x3d\x07\x5c\x78\x02\xee\x11\xed\x53\x48\x43\x5c\x04\xd1\x72\x78\xed\xd7\xf5\x4d\x0f\x9f\x91\xcb\xb0\x6f\xf5\x5f\xb6\xb1\x78\xf1\x0a\x0c\x16\xd3\x35\x8f\x2a\x98\xf5\x43\xda\xc5\x71\x01\xbb\xb2\x82\xe0\x1b\xc0\x55\x56\xb2\x26\x6e\x9a\x47\x47\xfc\x1d\x32\x4f\x6f\x01\xa5\x3c\xbc\xa6\xee\xaa\x60\x3d\x3f\x72\x01\x39\xe8\x40\x54\x1e\x93\x28\x93\x00\xa3\x72\x34\xe6\x07\x58\xca\x81\x3b\x64\x80\x4a\xb9\x4b\x50\xef\x56\xc7\xa6\x77\xa7\x80\x4f\x56\xef\x2e\x12\x7c\x52\xc1\xb3\x1b\xec\xa6\xd2\x06\xc6\xe4\x6e\xdd\xcf\x9c\x37\xda\x43\x17\x93\x31\x03\x38\xb9\x3b\x42\xe3\x55\xfd\x0f\xc6\xd7\x53\xcd\x62\x4b\xf7\x34\x8b\xb2\xec\x5d\xb3\xa8\xe5\x05\x9d\x54\x9a\xee\x70\x2f\x85\xb9\x5e\xdf\xcd\xd8\x9d\x43\xfd\x5e\x15\xad\xc1\x90\x1c\xde\x7c\xf5\xc6\x68\x9d\xac\xad\x40\xd5\x66\x6f\x9b\xda\x49\xb3\x40\x50\x80\x45\x6b\x86\xd1\x31\x58\x1c\xc4\x35\x63\x02\x1a\x39\xbc\xd4\x10\xff\x71\xda\xbd\xe4\x6f\xb0\xca\xde\x73\x5d\xa9\xa9\xbb\x2b\x61\x2b\xdd\xdb\x4d\xe5\xaa\xbe\x35\xa8\x20\x3d\x75\x74\x3c\x6b\xdb\x9f\x99\x48\xa3\xa7\x3e\xd5\xac\x1b\xa3\x8b\xeb\xd6\xed\xbd\x1d\x58\xd4\xec\xb3\xb2\x84\xdf\xbb\x35\x9c\x5d\x5d\x73\x67\xb7\x2f\xda\x15\x50\xa1\x3a\x91\x69\x39\x43\x43\x03\xa6\xa3\x1f\xc1\xbd\x2b\xab\x3e\xc8\xda\xe3\x0c\x01\xfd\xd8\xdd\x27\x9b\x27\x06\x89\xab\x03\xb4\xc7\xd1\x6c\x61\xe4\x0c\xf1\x87\x0c\x8b\x33\x08\x16\xe3\xee\x14\xb5\x26\x7e\x86\xd5\xea\x73\xa4\x51\xb0\x6b\x16\xd5\xc5\xa6\x63\x16\xd5\x1a\x2d\x62\x63\x68\xc5\xed\xdc\x96\x36\xd8\x4c\x4f\x56\xe6\xe2\x82\x2c\xa5\x8a\xd8\x0d\x33\x03\x3c\x2e\x7a\xc8\x0c\x9c\xd0\xb0\x5f\x16\x67\x42\x6d\x2f\xb2\x8f\xbe\x40\xcb\xb2\xda\xcb\x3f\x6c\xdc\x78\x40\xe4\x58\x90\x1d\xf7\x8c\x32\x71\x38\x90\x6b\x63\x07\xd9\x71\x78\x99\xd4\xb5\x94\x76\x67\x08\xc7\x5d\xef\x69\x3a\x9c\x50\xa3\x69\x37\x23\x3b\xfe\xf9\x01\xe4\x63\xd5\x73\xa4\xe3\x8d\xd4\xf2\x77\xce\x1d\xe4\xae\xab\xd6\xf5\xac\xc9\xe9\xf1\xab\xb4\xa0\x22\xe3\x8b\x05\x39\x09\xbb\x08\xf0\x1f\x87\x97\x65\xdd\x24\x35\xea\x3e\x1d\x35\xcf\xbb\x82\x7e\x4a\x03\x90\xc7\xfb\xe9\xfc\xf8\x11\x69\xa2\x24\x07\xb8\xf4\x76\xf7\x18\xae\x49\x44\x72\x45\xdf\x4a\x5e\x0d\xcf\xe0\x29\x45\x75\x3e\xc1\xb4\x8a\x6c\xfa\xc3\x4b\x9b\x02\xd7\x6f\xef\x24\x84\xda\xae\xa7\xaf\x02\x7f\x37\x8d\x8d\x3a\x54\x4f\x63\x2a\xaa\x35\x48\x92\xfb\x1f\x26\x5d\x16\x2c\x1d\xe4\x4a\xb6\x49\x76\x35\xa0\x2a\x26\x02\x19\xd9\x94\xc2\xba\x39\x6d\xd4\xa6\xba\x49\x62\x73\x53\x73\x7b\xda\xa4\xe7\xa6\xa8\xe9\x2e\xe6\xed\xf5\xee\xf2\x2b\x84\x6a\x78\x46\x4f\xc7\x5f\x77\xf5\x0d\xe1\x75\xd1\x64\xa3\x9e\x59\x7c\x7d\xbd\xd5\xe8\x69\x28\x45\x48\x00\xd0\x71\x34\x89\x1d\xfe\x48\x5e\x5e\xf4\xc7\xc5\xb4\xa6\xb4\x8e\xa2\xaf\x08\xee\x28\xc6\x79\x80\xd3\x58\x0f\xf7\xe1\x6b\x1b\x0c\x56\x8f\xa4\x24\x18\xa9\x14\x4a\x84\x51\x0a\x15\x8f\xfa\xcb\x5c\x75\x3f\xd2\x38\xe2\x0a\xe6\x0d\xa7\xcc\x44\xec\x0e\x1d\x50\xfb\x97\x15\x33\x12\x38\xac\x5e\x2e\xe0\x37\x0e\xef\x32\x80\x6f\x1c\xcd\x03\x41\x2e\xb8\x90\xcb\x98\xf1\x75\x2b\xf3\x7f\x11\x3f\x6e\x3f\xbd\x57\xe8\x5f\x32\x94\xdd\x8c\x08\x90\x62\xc9\x06\xa8\x8f\xc3\xbb\xf1\x01\x57\xc6\x7f\x3e\x80\x79\x2c\xa4\x86\x0a\xc0\x1c\x87\xb7\x25\x60\x39\x0e\x2f\x3e\x06\xb1\x60\x93\x30\xc9\xbd\xf5\xac\x75\xf0\xa2\x80\xc5\x49\x07\xbf\x71\x78\xbf\x32\x8e\xf1\xdf\xff\xba\x06\x95\xb1\xd5\xbe\xee\x75\x94\xb0\x8e\x93\x40\xbf\x18\xa9\x02\xb2\x24\xe3\x70\x22\xac\x56\x02\xb2\x7c\x51\xec\x63\xdd\x47\xc9\xd6\xa9\x18\x4d\xd1\x7b\x85\x51\x32\x17\x27\x9d\xd7\xf3\xc8\x7b\x09\xd0\x1b\x77\x1f\x2d\xe2\x6e\xa4\xe2\x42\x62\x6c\x88\x32\x40\x8e\xc3\x7b\x85\x91\x5c\x75\xf9\x92\x1d\xa6\x91\xd4\x1c\x99\xeb\x61\x22\x76\x55\xc7\x04\x6c\x04\xac\x2c\x46\xda\x2c\x5d\x05\x1c\x71\xbd\x98\x18\x2d\x43\xb5\xa9\x0c\x8f\xa2\x01\xdc\x52\x0c\x33\xcb\x00\xfc\x19\x23\x19\x70\xf7\x1f\x76\x3a\x64\x47\xf4\x45\xf2\x52\xc6\x20\xec\x5b\x8b\x05\x40\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\x24\x81\x2a\xea\x8b\x40\x34\x36\x1d\xc8\x86\x89\x57\xbb\x03\xc6\x02\x39\x89\xb8\x8c\x81\xd5\x71\x64\x55\x58\x07\x55\xad\xc1\x6b\xac\xcb\x39\x25\x67\x7a\x5e\x2b\x0f\xd8\xe4\x74\xab\x70\xf5\xa8\x7b\xca\x20\x2e\x6b\x12\xb1\x18\x63\x68\xa1\x85\x4a\x0e\xd5\x4d\x75\x28\x40\x1d\x87\xd6\x93\x61\xaa\x74\xb5\xca\x81\x13\x12\xb1\x85\x31\xc4\x4b\xd6\xce\x21\xa8\x63\xd7\x9e\x01\x90\xe3\xd0\x1a\x3f\xa6\x2e\x75\x2e\x29\x61\xdb\x45\xad\x7d\xcc\xdc\x11\x54\x36\xf5\x9d\xb5\xb8\x9a\xba\xcd\xc3\x5b\xc9\x70\x17\x43\x68\x2a\xdd\xa1\x41\x57\xdc\xc5\xa9\x38\xa0\x11\xd2\x85\x11\x6e\x09\xc7\xc5\x75\x61\xcd\xaf\xa4\xe6\x76\x2c\x63\x51\x10\x12\x80\x5b\x1c\x2d\x9f\x01\x1c\x81\xb8\x8e\x95\x1d\xa6\x8f\x69\xc5\x44\x9b\x1c\xc4\x5d\x17\x75\x64\x00\x12\x4b\x51\x7f\x1d\xa7\x75\xf1\xd5\x29\x90\x8d\xbf\x5b\x17\x7c\x62\x70\xad\xa7\x41\x73\x68\x48\x54\xc5\x01\x2c\x71\x68\x82\x03\x2b\x71\x34\xcf\xe2\xe5\x29\x73\x52\x2e\xf7\x93\x03\x21\x9e\x44\x5b\x35\xc0\x89\xbb\x2a\x8b\x78\x4e\xec\x95\xae\xb1\x2a\x99\xc2\x28\x16\x55\x9e\x71\x7b\xb7\x06\x4b\x1e\x77\x36\xe3\x4b\x36\x43\x19\xdc\x66\x55\x26\x87\x9e\x3c\x5b\xdf\xfa\x83\x12\x0e\xb5\x3a\xc4\xa4\x71\x9b\x19\x83\x31\xcb\xa8\xa4\x26\xb7\xa1\xd6\xd6\x9c\xa1\xa8\x3c\x13\xe2\x07\x23\x1e\x4f\xf6\x8b\x1e\xeb\x50\xab\x6e\x0a\xc8\xe2\xd0\x46\x3a\xf4\xa7\xed\xee\x4f\xa3\x9f\xc9\x95\x12\xa2\x2c\x2a\x2a\x0e\x39\x98\x4a\x1e\x88\x8b\x43\xf3\x1e\x88\x8b\xfb\x0f\xa6\x92\xbb\x3e\xcd\x56\x40\x2e\x0e\x6d\x94\x09\xb9\xa8\x36\x2b\xcc\x62\x90\xbd\x23\x12\x67\xd1\x83\x62\xce\x72\xd5\xd9\x91\xec\xcc\x25\x7a\x5d\x22\x69\x0c\x61\x2b\x1a\x5f\xc1\x53\x1c\xda\x55\xc7\x66\x67\x55\x33\x92\xd0\x8a\x0a\xcc\xe3\xb5\x23\xac\xce\xe7\xc5\x0d\xc3\x83\x7d\x75\x97\x3d\x83\x56\x1c\x37\x16\xcb\xee\x9e\xc3\x62\x39\x8f\x7c\xf1\x2c\xd8\x73\x6e\xeb\x94\x27\x00\x50\x1c\x1a\xc0\x26\xf7\x73\xde\xce\x4c\x2c\x99\x5e\x9c\x4e\x13\xaf\xa9\x95\x4d\xd1\xad\x0c\x2e\x00\x59\x71\x68\x4e\x9c\xc2\x15\x93\x51\x20\x40\x56\x1c\x1a\xf8\x40\x56\x1c\x1a\x42\x40\x56\x1c\x1a\xb6\x12\x58\x51\x25\x70\x62\xe4\x74\x0a\x44\x56\x34\xaa\x3d\xa6\xde\x3a\x6a\xb6\xd3\x98\x68\xe2\x5a\x63\x92\x9c\xad\x73\x8e\xc0\x5f\x1c\xfd\xe7\xef\x12\xba\xe5\x1f\xba\x19\x74\xff\x61\x0e\x87\xcf\x32\x25\xc7\x01\xeb\xd3\xae\x01\x14\x63\x9d\xf9\x91\xe2\x92\x63\x3a\x94\x72\xe0\x4a\x33\xd9\x20\x47\x3a\xc1\x18\x01\x4d\x89\x59\x72\x93\x30\xa5\xa5\x53\x31\x43\x2c\x12\x14\x87\x85\xf7\x8e\xb6\x1e\xc0\x18\x77\x71\xeb\xca\xf1\xf2\x82\x31\x35\xaf\x4f\x67\xf5\x1c\x20\xc1\x00\xd3\x38\x34\xa7\x4d\xe2\x9a\xb5\x8d\x25\x2e\x23\x89\xf8\x03\x5c\xc6\x23\xef\xac\x26\x11\x2c\xbd\x58\x55\x8e\x8b\x41\xc2\x1f\x35\xba\x4d\xf9\xa3\x37\x4d\xd3\x40\x15\x15\xda\xa9\x39\x56\x35\x7d\xa2\x87\xea\xb9\x38\x9b\xb1\x0f\x7e\xc4\xa6\x76\xad\x34\xba\x6a\x16\x98\xa4\x4e\xd1\x06\x35\x7b\x0e\x8a\x49\xc5\x97\x56\x13\xc1\x24\x38\x59\xf7\xcb\xd9\x19\x13\x36\x97\x84\x6a\xd4\xc8\x3b\xf1\xc5\xd1\x34\x32\x53\x57\x1c\x7e\xc5\x30\xe0\x09\x93\xc4\x69\x9d\x43\x27\x52\x63\xd1\x54\x01\x3c\xe3\xe8\xd5\x8f\xf0\x49\x74\xbb\xe3\x59\xa3\xf5\x06\xe0\xc5\xd1\x21\x4a\x13\x33\x69\xaf\x7f\xca\x80\x73\xb8\x6c\xd6\x9c\x71\x2f\xee\x14\x61\x45\x54\x7b\x27\xfe\xb7\xda\x95\xe6\xc4\x8c\xe1\xa6\x23\xc4\xb3\x7b\xc2\xa6\x06\x1f\xa4\xe9\x04\x6b\x54\x71\x05\x93\xb1\x56\xf7\x09\x46\x50\x23\x62\x66\x28\x3e\x78\x14\x22\xb7\x99\x5f\xc1\x1c\x87\x87\x0f\xf7\x99\xd0\x98\x33\xc3\x0b\x8d\x61\x99\x07\xc0\x17\xfa\x6b\x58\x8a\x02\xe9\x5c\x92\x3f\x9b\x51\x2d\x24\x9b\x6a\x4c\x2d\xa4\xca\xb3\x73\xe5\x61\xa2\x97\xe9\x14\xeb\x09\xc2\xd8\xa9\x7a\x3d\x45\x19\x1e\x9e\x7e\xee\xec\xb4\x4c\xcc\x53\x33\x2c\x02\xa6\x78\x8d\x31\x1c\x0c\x8c\x53\x25\x1a\x24\xc6\xfd\x95\x45\xa8\xd7\xd6\x05\x5f\xd4\x2b\x13\xf0\xc5\xa1\xde\x0c\xf8\xe2\xd1\x15\x9b\x27\x01\x22\xcb\xfd\x8f\xb5\x53\xe5\x73\x72\x67\xd7\xb3\xf0\x6b\xdb\x96\xd6\xa1\x02\x81\x76\xe2\xff\x9a\x7b\x53\xae\x39\x3c\xd5\x30\x4a\xb5\xf9\x09\xfb\x53\xc1\x05\x94\x71\xa8\x42\x4f\xc3\x4b\x5a\x96\xf6\x84\x4e\xff\x91\x39\xa1\x65\xce\xdb\xc1\xd2\xab\xdb\x9e\x48\x20\x1e\x1b\xe7\x23\x5c\x60\x54\xa8\x12\xb9\x51\x63\xc0\xc4\xb3\xb5\x1f\x9e\xd6\x47\xfe\xef\xc4\x99\x6b\x4c\xf9\x70\x26\xd7\xb3\xc3\x2a\x6e\xc3\x3d\xc8\xa5\x9d\xfe\x88\xd3\xec\x1e\xaa\xd1\x53\xb6\xe7\x8d\xe5\xd4\x95\x45\xeb\x49\xa2\x31\x0e\xcf\xb5\x81\x98\x6a\x16\x40\x33\x4e\xdd\x77\x41\x66\xdc\x7f\xf8\xc2\xc2\x21\x66\x4f\x93\x78\x6b\x5b\x98\xdc\xdb\x75\x44\x6e\xd1\x18\x8b\x36\x84\x49\xf8\x48\x97\x4f\x27\x1c\x63\xcb\xf2\x89\xe6\xc9\xb3\x33\x99\xe5\x2f\x62\x79\xe9\x16\xda\x99\x7a\xf1\x14\x28\x4b\x7b\x44\x70\x73\xd7\x15\xba\xc3\x88\x4d\xfd\xfa\x40\x70\x1c\x5a\x0e\x05\x70\xec\xe4\x09\x89\xf8\x71\x5d\xcb\x01\x02\xcc\x71\xd7\x65\xf1\xd3\x13\xe8\x3f\x39\x11\x8b\x17\xb6\x57\xb7\x2e\xba\xc2\xc1\x8e\x9f\xf3\x40\xe9\x54\xef\x98\xad\x90\xad\x71\xfc\x42\x58\x61\x2d\x34\x71\xe4\x32\x50\xad\x91\x99\x4a\x7b\x40\x3c\x0e\xd5\xcc\xc0\x07\x46\x95\x37\x0e\x4d\x34\x90\xb8\x38\xb2\xbf\xf4\xe4\xc8\xd9\xb2\x2e\x09\xce\xb4\xc9\xdb\x8a\xe9\xa4\xd9\x41\x34\x50\xc4\xe6\x7f\x33\x8e\x3f\x8d\x81\xe0\x47\x0e\xd5\x45\xf0\x23\x87\xba\x2a\xf0\x91\xc3\x0b\x7f\x50\x22\x87\xe6\x98\x10\xea\x5f\x07\xdb\x28\xd2\x74\x74\xe3\x28\x9e\x02\xe8\x72\x98\x3f\x5c\x7b\x45\x54\xdb\x60\x62\xaa\x14\x16\xd6\x14\x42\x75\x69\x5f\x89\xea\x64\x30\x4a\xbc\x5d\xd4\x48\x23\xbd\x53\x51\x03\x43\xc6\xe8\x24\xa9\x45\x92\xf2\x3d\x22\x95\x45\xda\x68\x6e\x55\x97\xa5\x31\x28\xbb\xa8\x0b\xab\xd6\x12\xe0\x27\x87\x3a\x68\x88\x64\x3c\xd1\x02\x83\x8c\xa4\x1a\xbf\x43\xff\x96\x01\xab\x88\x96\x73\xcf\xa4\x00\x45\x69\x10\x46\x90\x5a\x5c\x2d\x21\xd4\x3a\x27\xba\x53\xf4\xec\x89\x2f\xf6\x84\xaa\x70\x7d\x51\x97\x8f\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x54\x4d\x2d\xe1\x91\x8c\x15\x56\x17\x32\x56\xbb\xdb\x9d\x1f\x74\xaa\x40\x07\x2d\xd9\x9e\xd4\xc3\x19\x15\xec\x32\x1b\x64\x6b\x3b\x0c\x6e\x42\x3b\xf9\x62\x22\xbc\x09\xd5\x28\x11\xf0\x62\x59\x5e\x0c\xbb\x4e\xb5\xc3\x80\x3d\x6a\x1d\xb9\xb3\x99\xd0\x44\xf1\xb2\x80\xbc\xac\xfa\x95\x8b\xe6\xb3\xd3\x83\x6a\x9a\x80\x98\xe4\x1f\x8e\x98\xc6\xa3\xd3\xc6\x74\xde\xdc\x72\x04\xa3\xaa\xea\x04\x6e\x3a\xaa\x5a\x41\x4c\xcc\xb2\x23\x5a\x80\xb5\xeb\x84\xbe\xb0\x9a\x89\x82\x40\x53\xf5\x31\x40\x34\x47\xb7\x6d\x6c\xbe\x9a\xae\x23\x72\xdc\x7c\x14\xec\x56\xa7\x53\xc6\x8d\xf4\x1d\xe6\x0f\xfb\xf9\x0d\xb6\x27\xe7\x03\xe7\x56\x65\xec\x58\x7e\x4f\x97\x50\x50\x43\xc2\xb4\x38\x41\x28\x3f\xa2\x63\xf6\x24\x20\x8b\x85\x44\xac\x06\x10\x73\x80\xde\x15\x21\xe2\xbf\xd6\x9a\x48\x5e\x0c\xb3\x09\x79\xf1\xf2\x99\x2d\x8c\xc4\x9b\x10\x98\x9a\x84\x80\xbd\xdc\x6d\xf8\x62\x36\x2b\x3a\x45\x4a\x04\x95\x22\x90\x2e\x87\x92\x3b\x40\x97\x43\x71\x39\x70\x34\x25\xdb\x5c\x80\x6c\x39\xd4\x39\x03\x33\xe9\x21\x4d\xba\xa4\x49\xee\x21\xad\xa1\x24\x8b\x0e\x10\x2c\x87\x52\x7f\xdc\xd9\x71\x3a\x08\xb0\xd6\xe1\x7e\xba\x0b\xb7\x71\x74\x03\x8d\x55\xb7\x8a\x10\xc2\xc3\x50\x44\x30\x2b\xf7\x20\xe8\xf8\x2d\xa9\xb1\x27\xc2\x70\xe4\xf0\x6e\x7c\xa8\xe1\xab\xa1\x2e\x3a\xda\x9f\x1e\x7f\xc0\x58\x1e\x9d\xcc\x3e\x21\x8c\x65\x90\xa9\x38\x40\xaa\x1c\x8a\xf1\x20\x55\xd6\x70\x1b\x3e\x72\x8a\xe2\x0b\x57\x8b\x1e\x46\xac\xab\x4a\xde\xf1\x48\x84\xdd\x3d\x64\x01\x55\x70\x8f\x57\x55\xde\x5d\xfc\xe2\x92\x64\x73\xa9\x74\xba\x29\xdf\xa0\x2a\xf6\x49\xfa\x88\xba\xf9\x60\xb8\x4a\x96\x42\x53\xaa\xa0\x83\x4c\x39\xbc\x00\x8a\xcd\x7b\x53\xe2\x8b\x2f\x6b\x65\x9b\x7c\x44\xa8\xd8\x71\xd4\x51\xe5\xf9\xe0\x82\xd2\x8b\x67\xf0\x2a\xcb\x70\x71\x01\xed\x97\x23\x03\x4a\xb9\xa7\x66\xf1\x62\x2f\x3a\xcf\xb4\x0c\x4f\x5b\xc9\x77\x91\xe1\x41\xab\xac\x72\x8b\x85\x0a\xa9\x78\x08\x72\xe5\xd0\x16\xbf\x7e\xea\x1b\x9c\x63\x91\x2b\xed\x2a\x60\x95\x75\x4c\x7f\xaf\x14\xf0\xd9\x0b\x5f\x5a\x3b\x98\x6f\x24\x1c\xd0\x29\x87\x63\x4e\x3c\x4a\xcd\x3b\xe0\x51\x0e\xc5\x57\xe0\x28\x8f\x35\xd9\xf5\x0b\x6b\x67\x3f\x1c\x9d\x41\x1a\xfa\x97\x02\x2f\xb9\xff\x61\xa8\x55\x0a\xc4\x91\x5d\x5e\x36\x92\xeb\x2b\xc0\x97\xdc\xb5\x31\x10\x98\x96\x92\xdf\xaa\x0a\xc3\xdd\x3f\x58\x49\x76\xfb\x42\xcf\x9b\x6e\xe4\x44\xa4\xd4\x5f\x13\x48\xca\xa1\x70\xba\xd4\xf3\x48\xe5\x14\x80\x4d\x1e\xd3\xed\x09\xda\xe4\x50\xd0\x15\x6d\x32\x48\xe7\x1c\xab\x39\x43\x4c\x3b\xec\x6c\x64\x81\xee\x47\xfe\xa1\x71\xcb\xd1\x1b\x84\x61\x4a\x82\x85\x06\x38\x5c\xb5\xcd\xc2\xfe\xbf\x3d\x89\x8f\x23\xf4\xbe\x51\xb3\x17\x70\x91\x87\x46\xb3\x65\xb6\x4b\xcd\x4e\x2b\x99\x50\x7e\x25\xfd\x85\x2e\x2d\x21\x97\x67\x7e\xc6\x72\x41\x5a\x96\x3e\x38\xce\x16\x3a\x20\xd8\x5e\xb1\x52\x07\x84\x2e\x01\x1f\xb9\xfb\x4b\x09\x33\x69\xbb\xf3\xd7\x70\xbc\x4c\xca\x70\x15\x58\x1e\x34\x42\xa5\x90\x84\x8f\x9c\x76\x84\x9b\x44\x05\x97\x35\x3c\xa6\xcb\x6a\x3f\xfe\xa0\xeb\xd3\x63\x6a\xe3\x44\x61\x78\xa7\xbd\x66\xb6\x4d\x1b\x68\x86\x0a\x1e\x6b\x2a\xc3\xa0\x4e\x81\x44\x39\xc0\x56\x09\xc0\x27\x4b\xd1\x4c\x05\xfa\xe4\x5e\x5c\xba\x35\x73\x4a\x18\x87\xae\x33\x1a\x9a\x80\xa2\x1c\x4a\x1b\x20\x51\x16\x12\x23\x07\x48\x94\x87\x28\x9f\x01\x14\x65\x5d\x9e\x42\xa2\x36\xa5\x43\x0b\xfc\x8c\x2d\x1b\xfd\x41\xfb\x96\x69\x12\x5c\x77\xae\x28\xc1\x8c\x88\x95\x0a\x68\x36\xe9\x3c\xfa\x8c\x32\xea\x29\x89\xec\x2f\xd3\xc5\x0d\xa5\x14\x64\x99\x4e\x88\xf4\xcb\x01\x2c\xe5\x90\xfd\x2f\xb3\x72\x4b\x38\x97\xaa\xa8\x52\xc2\xca\x58\x0e\x9f\xe9\x94\x9b\x7c\xd1\x29\x14\xd9\xb5\xc4\x53\xa6\xb3\x5e\x44\x0e\xc9\x80\x17\x91\xda\x91\x40\xa8\x1c\x0a\x12\xeb\xcc\x03\x4a\x77\x4f\xb6\x06\xac\x09\xb4\xca\xba\x1c\x2b\x31\x9c\xb2\xd4\x95\xd7\x8d\x3e\x73\x26\xe0\x58\x40\x52\x0e\x43\xbd\x41\xa4\xdc\x4d\xd3\x02\x09\x84\xbc\x4d\x00\x92\xf2\x50\x87\x5d\x5e\x31\x6a\x63\x5b\x57\x76\x83\x19\xf4\xbe\x51\x23\xdb\xba\x24\x14\x48\x98\x8b\x6b\x45\x59\xcf\xba\x72\x63\x58\x19\xfb\x15\xdd\x0f\x58\xc8\x43\x55\x48\x58\xc8\x7e\xb8\x5f\x8d\x97\x0c\x37\x59\x6a\x95\xce\xe7\x33\x6d\x91\xba\x1e\x85\x47\xb7\x32\x8e\x34\x49\xa6\x4c\x06\xe9\x01\x31\x9d\x8f\xce\x61\x09\xe6\xe8\xfc\x10\xed\x98\xd4\xc4\xe4\xd4\x1a\x1b\x05\x70\x0c\x92\xad\xc6\x32\xc0\x41\x83\x26\x40\x8d\xbb\x2e\x7a\xfc\xc9\x5e\x51\x2c\x96\x1c\xcb\xa1\x70\xe7\x37\xf5\x5e\x05\xce\x71\x90\x7e\x3d\xd6\x97\xad\xf8\xc7\x63\x71\xa6\xe8\xcb\x2d\xb0\xa7\x45\x6c\x47\xf0\x2a\xe3\x84\x51\x55\x8d\x87\x00\x3d\x56\xad\x77\xe0\x3c\x0e\x29\x08\xc8\x8e\xbb\x5b\x7e\x64\x42\x58\xff\x60\x0b\x84\x35\xb1\x05\xd8\x64\x40\x36\x56\x72\x1f\xc5\xa9\x0f\xe7\x61\x01\x62\x11\xdd\xec\x62\x39\x86\x1e\xa0\xe7\x81\xeb\x39\x8c\xe7\x44\x0b\x74\x39\x4f\x61\xfe\xf5\x46\x12\xe4\xb1\x93\xbe\x2e\x4e\xb4\x40\x4f\x1d\x80\x8f\x45\xb7\xc8\xf3\x10\x18\xd8\xe6\x60\x14\xc3\xc2\x6c\x0c\x76\xcf\xa9\xd2\xa7\x79\x19\xbc\xc7\x24\x6a\xa7\xcc\x50\xeb\xed\x59\xb2\x83\x54\x5b\x94\x7c\x38\x9b\xe7\x3f\x03\x28\xcf\xee\xde\xc3\xf2\xf0\xcf\x61\x09\x37\x2f\xec\xef\x2c\xa4\x0d\x41\x54\x06\x21\xb2\x0c\xf8\x44\x82\x42\x6a\x3e\x05\xea\xf1\x30\xe3\xc2\x49\x02\x82\x68\xfe\x6e\xde\x67\x0a\x9b\x8c\x20\x6b\x92\x8f\xe6\x1f\x2a\xee\x74\xa3\x7a\x34\xe9\x46\xe5\x32\x62\x59\x29\x81\x9a\x9c\xad\xd3\x0b\xc4\x5e\xfe\x24\x7c\xa7\x19\xee\xc8\x30\x19\xe2\x40\x16\x0d\xc9\xa7\x2c\x76\xf8\x47\xf5\x0f\x3a\x93\xac\x14\xb1\x1a\xf0\xc7\x91\x7b\xcf\x90\x88\x23\x8b\xb3\x77\xd1\xb4\xc0\x7e\xdc\x47\x92\x01\x37\xf7\x2e\x72\xb2\x80\x8f\x1d\xec\xb9\x00\xe5\x51\x44\xf2\x38\x51\x13\xa3\xfb\x3b\xb4\x85\xcd\x7e\xf6\xec\x09\xdd\x22\x7b\x81\x7c\x06\x58\xc8\xea\xd5\xc8\xa9\x2b\xac\xf6\xc8\xd3\x54\x06\x06\x67\x9c\xa9\x32\xa2\xa6\x9c\xdd\x1d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x73\x19\xcf\x04\x43\x1a\x87\x7f\x92\x77\x6f\x1e\xf6\x04\x6d\x30\x77\xd3\xc8\xd4\x80\x3c\x4b\xdb\x8b\x2f\xe9\x6d\xc5\x73\xf6\xca\x12\xde\x63\x5b\x13\xf6\xe8\xf0\x77\x8e\x1d\x54\xf8\x94\x57\x7b\x56\xe0\xd5\xc6\x4e\x82\x27\x79\xc8\x56\xce\x89\xdb\x85\xbd\x10\xc9\x0a\x92\x78\xc2\xa9\x65\xbb\x67\x5e\x71\x3a\x37\x13\x97\x26\x77\xf1\xb4\x31\x3f\x7a\xed\x1d\x83\x9e\x1e\x72\xb7\xab\x7a\xa1\x06\x6c\x70\x23\x47\xee\x9d\x70\x61\x9c\x27\xdc\x5a\x73\x87\x10\xc9\x91\x7b\x5a\xd8\x48\x7d\x33\x4f\x01\x2f\xec\x21\xd9\x88\x40\x67\x8f\x44\x8d\xd4\xca\x7d\x46\x3a\x57\xf1\xfc\xe0\xcf\x6b\xd3\x9e\x2d\x27\x33\xf9\xac\x87\x0b\x4f\x20\xef\x9f\x45\x96\x2c\x9a\xc2\x84\x96\x4c\x22\x06\xcf\x05\xe6\x2b\x40\x93\xdc\x9d\xb2\x2a\x79\x84\xab\x47\xf6\xa2\x70\xfe\x0d\x04\xd1\x14\x7c\x12\x08\x32\xec\xae\xf6\xe2\xee\xb3\xbd\x72\x3b\xc3\x8d\x93\x1e\xca\x8c\xdd\x76\x5c\xb9\x0e\x57\x98\x84\x45\x60\xd1\xc4\x79\x7a\xc8\xfd\x9e\xd3\xe3\x19\x39\x6d\xd9\xf9\x47\x8d\xad\xe1\x50\x4f\xc3\xc5\x19\x05\x21\x96\x0a\x0e\x62\x54\x46\xce\xc1\x99\x7d\xa2\x83\x40\x66\x2c\xf7\x2c\x0e\xb7\x86\xa0\x80\x58\xb9\x3f\xf2\x25\x27\x84\xd6\x93\x33\xa3\x8c\x01\x59\x59\xb5\xa7\x9d\x62\x66\x68\x53\x3e\x61\xd3\x8a\x9e\x20\x56\x86\x62\x37\x80\x95\xf5\xe7\x41\x22\xd5\xc2\x40\x17\x01\xbc\x72\x17\xa6\x23\xd8\xa0\x49\x28\x19\x20\x56\xee\x3f\xfc\x0a\xd2\xdf\xfd\x23\xfc\x83\x4e\xdd\x49\x50\x98\x4f\x8d\xd0\xda\xb0\xc1\xac\x2c\xe3\x4f\x58\x8e\x10\xd0\x52\x03\x37\x78\x96\x63\x84\x9d\x21\x22\xd5\x4d\xf6\xa4\xca\x41\x9b\x28\xd2\x4b\x77\x0f\x30\x2b\xeb\x72\x2c\x5b\xc6\x68\x7a\xa2\x9e\x4f\xce\x16\x93\xad\x54\x11\x96\x86\xd6\x48\x9d\xd1\x94\x7f\x2e\x02\x01\x2a\x8b\x4c\xe1\x71\x72\x8b\x6b\xf8\x3f\x60\x96\x69\xa4\x07\xcc\x72\xe4\x3a\x13\xb0\x69\xca\xa1\x13\xec\x0c\xd3\xbd\x9d\xa4\xad\x4e\xc6\xf3\x72\x35\x23\x8b\x56\x52\x91\x45\x10\x8b\x32\x64\xe9\xa4\x5f\x58\xa6\xbd\x03\xb2\xb2\x46\xf7\x59\x7a\xc7\x47\x9f\xa7\xdd\xcd\x4d\xe6\x24\x93\xfc\x9d\x9f\x7b\x98\xb9\xf8\x94\xbe\xdc\x60\x9f\xd2\xd7\xe1\x0b\x31\x2b\xf2\x83\xcf\x7e\xd0\x27\xac\xe0\x7a\x46\x9f\x66\x47\x72\x56\x3f\xad\x26\x1e\x0d\x54\xee\xe5\xa9\xd4\xf0\xad\xd9\xfd\x22\x85\xa1\x39\xa9\x2e\x53\x57\x43\x68\x80\xb5\x3c\x40\x31\x09\x60\x2d\xab\x71\xe0\x97\x57\xbe\x6e\x3c\x30\x2e\x77\xff\xac\x69\x32\x97\x96\xd0\xac\xc9\x26\xb8\x4c\x89\xa4\x35\xff\x52\xf8\xc9\xf6\x64\x5e\x61\xc5\x2f\x5e\x83\x85\xe7\xcf\x7a\x29\x81\x24\x64\xfa\x26\xb0\x30\xf7\x1f\xd4\x7b\xb8\x48\x34\x8e\x8c\x63\x56\xa8\xeb\xb0\x23\x7e\x63\x42\xb2\xe0\xf9\xe4\xf7\x83\xe7\x0b\xe3\xa3\x95\xe6\x44\xf9\x11\xb9\x33\xb2\xb0\xc2\x4f\xf7\x25\x09\x37\x4d\x14\xfb\xc4\x24\x14\xd5\x25\x9f\xed\x06\xa3\x23\x63\xa1\xe9\x67\x00\xc5\x1c\xa6\xdd\xb9\xcc\xc3\xc0\x3e\x13\x13\x33\x5c\xfa\xc4\xc4\xf4\x1a\x00\x18\xcc\x61\xba\xa5\xab\x2a\x55\x42\x1c\x2e\x95\x7d\x36\xd1\x65\xb2\x24\x2f\x14\x2e\xf2\x23\x99\x14\x07\xb4\xcb\x61\xbe\x9a\xcb\xd0\x4c\x2f\x3d\xae\x96\x3b\x8a\x36\x5a\x8a\xc7\xfe\x23\x49\x80\xc2\x82\x77\x39\xcc\xb5\x01\xc6\xe5\x30\xad\xcd\xe5\x3d\xae\x29\x2f\x00\xb9\x1c\x33\xab\xfa\x78\x66\x50\x79\xa7\xcb\xe9\x01\xd8\x72\x37\x48\x55\xba\x13\x3b\xeb\x3d\x37\xba\x7f\x30\x6f\xb0\xce\xcb\xf4\xd3\x88\x05\x57\xd7\xb2\x51\x7c\x61\xfd\x20\x85\x57\x77\x42\xfd\x9d\xe0\x0a\x88\xdc\x25\x7c\x96\xe7\xea\xe2\x16\xd8\x7c\x23\x97\xba\xbd\xf7\x2d\x89\x7e\x09\xf7\x11\xf0\x72\x6a\x16\xb9\xb0\x24\xcf\xbf\x83\x3b\x00\xc3\x1c\xe6\x19\x11\x0c\x73\xe9\x04\x0e\x00\xe6\x98\x0e\x31\xa5\x09\x6a\x9e\x26\x39\xf5\x99\xec\x0b\x0e\x0a\x55\xdf\x9c\x4a\x17\x01\x33\x91\x3b\x5a\x28\x4c\x0f\x8d\x41\xa2\xe1\x70\x35\x45\x7b\xeb\x77\xa9\xea\x87\x93\x82\x29\xda\x4c\x23\x57\x0a\x1d\x90\xbc\xcb\x90\x51\x1b\xc1\xfd\xd8\x5c\x1c\x57\xe4\x4a\xd1\x08\x32\x87\xe1\x64\x89\x9b\xe9\xc5\xd3\xa5\x2f\x72\x38\x8f\x5b\x6d\x4f\x9f\xd1\x2b\xef\x90\xdd\xca\xe1\x8c\x58\x3c\xb7\x89\xf5\xb2\x4d\x1c\x6d\x0a\x1a\xc8\xc1\x57\x46\xe2\xf0\x11\x21\xa3\xe6\x69\x00\xc9\x72\xef\x0c\xaa\x5a\x4a\x8f\x18\x36\xae\x95\x02\x2e\x75\x2d\x89\x04\x6b\x00\xa6\x5c\xd1\x04\x09\xa6\xdc\x6e\x64\xf0\xa2\xcd\x01\x5e\x71\x93\xb4\xda\x54\x02\xb7\xb9\xc5\xa4\x57\xb7\xc9\x3a\xbd\xa6\x02\x6f\x6e\x18\x3b\x7f\x7b\x90\x10\x8c\x12\x56\x4e\x22\x03\xac\x5c\x3d\xac\xb6\x79\x3e\x61\x7f\x37\xa2\xba\x81\xf4\x77\xcb\xbd\x55\x78\x51\xb1\xa1\x71\x6f\x7a\xf4\x36\x14\x87\xce\xf0\xe3\xdb\x33\xf5\x7f\x84\xbd\x4b\xae\x3f\xbb\xaf\x5f\xd7\xbf\xa3\x38\x33\x48\x95\xde\x02\x0e\xfe\x9d\xb4\x93\x39\xd4\x4b\x81\x1b\xb6\x2f\x6e\xec\xf9\x07\x5c\x4b\x7b\x1f\xdb\x49\xf0\x6b\x6c\xd4\xfe\xb2\xa4\xd2\x9b\xa4\x28\x8a\x9f\xe2\x97\x96\xe5\x91\x88\x0b\xcf\x5e\x4c\x7c\x3c\xf5\xf1\xc0\xeb\xc1\xc1\x70\x0e\x06\xf7\xd9\x8b\xaa\x9a\xac\x92\x85\xc2\xbd\xd6\x2c\x53\x7c\xea\xee\x20\x4a\xac\x4e\xa7\x6e\xb2\xa8\xa3\x11\xdf\x1e\xad\x6c\x1e\x92\x3d\xba\x18\x6a\x75\x05\x7e\x6e\x5b\x94\x1e\x74\x75\xaf\xc3\x3d\xaa\xe4\x9e\x40\x3d\x4d\x17\xb4\xec\x9b\x69\xf1\xf4\x23\xf7\xd3\x0c\x2d\xf1\xa0\xa0\x7b\x4e\x2d\x12\x9d\xf7\xaf\x44\xa2\x1b\xf2\x3f\x50\xe5\xa2\x55\x54\x11\xef\x08\x6f\x39\x3d\x06\x27\xb3\x51\x9d\xb1\x85\x0b\x88\x30\x37\x81\x81\x1a\x20\xcc\x35\xdd\x37\x1f\xd1\xdc\x3d\x68\x02\x48\xae\x79\x97\xe6\x19\xf6\x15\x3d\xc2\x45\x68\x2f\x5c\x3c\x58\xa9\x3c\xc5\x79\xb6\x2a\x8d\xf2\xf6\x10\xbc\x73\xcf\x1e\x1d\x23\x3c\x59\x01\x2f\xee\x1c\xf2\xfa\x47\x2f\x09\x05\x02\xe8\x71\x4d\xa7\x52\x40\xe2\x9a\x8e\x77\x8f\xa1\x3c\xe5\xdc\x8f\x37\xa1\x65\xdd\x8f\x37\xa1\x3d\x5c\x7a\x58\x09\x7a\xbe\x81\x25\x97\x5d\x85\x42\xc9\x65\x4d\x4a\x60\xc9\x65\xf5\x3a\xa0\xe4\x92\x8c\x0d\x28\xb9\xa4\x96\x04\x94\x5c\x74\x27\x45\x60\xb3\x72\x57\x0d\x64\xdc\x99\xfb\x9f\xc0\x77\xc7\x73\xe9\x8a\x4d\xf7\x5e\xf6\x10\xbd\x65\x98\x4f\x67\x9f\xea\xb4\x9d\xc5\x9d\x35\x5d\xa2\xc4\x9c\xd3\xd5\xe4\x41\x9b\x36\xb4\x15\xf8\x73\x79\xaf\x66\x4e\x88\x3c\xa6\x78\xf0\x71\xd4\x03\xe5\xb9\xb1\xe1\x59\x71\xfc\xe8\x47\x37\xaf\x73\x18\x75\x63\x63\xd1\x0d\x38\x1c\x58\x74\xd9\x63\x62\xa0\xe8\xf2\xb9\xe9\xd6\xc8\xdc\x60\xb9\x38\x9d\x1f\x0d\xa1\x94\xcc\xdd\xb5\x0e\xaf\x7a\x3c\x50\x72\x76\x85\xba\x9d\x8d\x97\x04\xee\x5c\xd9\x03\xf1\x6c\x3e\xe9\x0b\xd7\xc2\x30\x87\x97\x12\x28\x8d\x88\x67\x9a\x28\x9e\xad\x79\x27\x5f\x08\xe7\x43\xe3\x9e\x3d\xd5\xa8\x2b\x0a\xb5\x27\x9a\x1b\xa8\xce\x31\x15\xa8\x4e\xa3\xd2\xc3\x75\x37\x23\xa1\x01\x5a\x77\xce\x61\xaa\x37\x33\xc0\xf4\xb7\x4e\x92\x8a\xe9\xc7\xe8\x67\x0a\x76\xf1\xe8\xea\xe9\x2a\x41\xd5\xd6\xb7\xe6\x01\x7b\xd6\xd3\xd8\x67\xbb\x8b\xf8\x59\x19\xc2\x7e\x41\xd4\x44\xd4\x68\xe0\xe8\xb2\x97\xda\x9e\x4f\x2b\xdd\xfe\xc1\xc2\x30\x03\xf1\x50\xf4\xf1\x79\xd0\xb5\xf5\x10\x02\xb3\x2e\xbb\xf9\x78\x74\xfe\xf7\x2c\xf1\x31\xf0\x99\x03\xbc\x95\x6d\x44\xc2\x83\xb2\x7d\xee\x1c\x76\x08\x8a\xc7\xb3\xb8\x9a\xe1\x1c\xf5\xda\x9d\xfa\xcc\xe3\xb5\x3b\x4f\x38\x41\xb6\x1b\x1e\x18\x3c\x5b\xdb\x96\x5b\x1b\x8d\x74\x0f\xc7\xf2\x48\xb5\xfa\x31\x0f\xe6\xfd\x9f\xa1\x91\x91\x1a\xf7\xc4\xf3\xcb\x67\xeb\xd8\x88\xf2\xf7\x50\x6b\x65\x37\x2f\xbc\xdd\x34\xa4\xc5\xab\xce\xdc\xfd\x9f\x09\xcd\xfa\x7e\x8f\xcd\x12\xfc\xc1\x70\x74\x73\xb3\xc2\xe0\xc9\xe0\xdb\x35\xbd\x05\x5e\xdd\x24\x55\x8e\x00\xbb\x6b\x3a\x1b\xbc\x6a\xcf\x30\xbc\x57\xd3\x61\xf2\x7f\x46\x80\xf9\x02\xb8\x5d\xeb\xb0\xaf\x57\x45\x9a\x4d\xc3\x7b\xee\x3e\xf0\x43\x9e\x30\x54\x73\xef\x21\xa0\x6c\xfc\xc7\xdd\xa5\x6d\x94\x30\x8f\x8c\x5f\xe5\x01\xcb\x1b\x94\xb0\xd6\x87\xf4\x3d\xd9\x7c\xc1\xc5\x4e\xba\xf6\xd5\xaf\x1c\xf0\xe7\xf1\x36\xa7\x3d\x7d\xe3\xa9\xbe\x66\x20\xe0\xc3\x92\xdb\x55\xd0\xc3\x9a\xa7\x9e\x22\x86\x79\x9e\xf9\x12\x48\x5a\xab\x39\x88\x61\xdb\x55\xe6\x45\xab\xf2\x9c\x13\xf8\xaf\xa8\xeb\x1f\xf9\x1d\xd8\x60\xad\xb3\xd0\xde\xb1\xa7\x0f\x45\x1a\xc8\xf2\x84\xbf\x00\x0d\x96\x9d\x18\xef\xd8\x93\x97\xca\xe0\x88\x6e\x1c\x45\xc1\xc0\xea\x09\xff\x7b\xb7\xe0\x40\x8b\xd8\x68\x60\x6a\xa5\xef\xd4\x80\x0b\xdb\x03\xf4\xab\xf5\xe1\x0b\x25\x98\x9d\xba\x55\x20\x56\xe4\xeb\x79\x85\x07\xcb\x20\x77\xed\x68\x0a\x22\x77\x55\x30\x31\xc6\xcb\x31\xbe\xf6\x04\xb0\xba\x22\x3b\xb5\x37\xc0\x85\xfe\xa1\xa0\x72\x85\xf0\x26\xcb\x2d\x3b\x41\x91\x00\x7f\x2b\xc9\xb1\x80\xdc\x8a\x2c\xbe\xe8\xfe\xa0\x48\x19\xb2\xc7\xc0\x62\x6b\x79\x74\x27\xb6\x56\xf2\x88\xf7\xbd\x77\xd8\x7a\xb3\x20\x17\x58\xbb\xef\xb3\x9b\x42\x57\x62\xe9\xf0\x70\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x66\xa2\x63\x8e\x5b\x9d\x67\x26\x20\x6f\x35\x4f\xc9\x5e\xef\x42\x81\x15\x32\x40\xe1\x6a\x9e\x28\xbe\x46\xcf\xf0\xa0\xe1\x15\xf4\xd3\x43\xe9\x77\x1f\x8d\x14\x93\xb1\x6c\xa6\xa9\xb4\xdc\xba\x6c\xc4\xdb\x72\x13\xf2\xca\x58\x5d\x1c\xaf\x35\xa1\x25\xd8\x2d\x94\x95\x2f\x0e\xe7\x5a\x77\xc1\xd8\x4a\xee\xe0\x81\xd5\x6a\x1a\x5e\x41\xd5\x8a\xda\x92\x59\x7f\x73\x0f\xbe\xdf\xcf\x25\x8b\x32\xf0\x0a\xf7\xed\x24\xf8\xf6\xd2\xa2\xe5\x1f\x31\xda\xd1\x12\x5e\xad\x12\x9e\xa1\xbf\x0b\xd1\x96\x7c\x51\xfc\x94\x3f\xc0\x0a\x82\xe5\xbe\x1c\xeb\x6b\x6c\x7d\x3d\x3b\x71\xff\xf2\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x31\x7f\x87\xa2\x26\xf9\x46\x84\x91\xce\xff\x7b\x06\x4e\x7e\x3c\xa6\xca\xfc\x20\xbc\x08\xd3\x1c\xf4\xab\xa6\xad\xe8\x13\xaf\xd3\xf3\x8f\xcf\x33\x0f\x37\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xaf\xaa\x27\x5c\x1a\x98\xaa\x18\x1c\x8a\xf7\xe0\x5e\xc3\xf8\x06\xaa\x72\x0f\xf2\x11\xde\x42\xfd\xfc\xe3\x36\x92\x46\x0e\x40\xa7\x22\xc7\xc9\x0f\x01\x06\x10\x2b\x1f\x4e\xd8\x9a\x2c\x44\x9d\xd2\x6c\x23\xea\xd4\x70\xd3\xf1\xb9\x1b\x71\x3f\x01\xa4\x54\x54\x85\xda\xe3\x46\xa6\x01\x09\xb8\xa8\xac\xc7\x30\xa0\x50\xcd\xfd\x3a\x98\x50\xcd\xbd\xde\xc7\x0e\xdd\x6d\x35\xf0\x50\x4d\xa3\x88\xf0\x50\xf5\xec\x26\x62\xa4\x4e\x0b\x70\x97\x8a\x84\xdf\x60\x51\x6d\x7f\x4a\x2e\x52\xff\xc8\x07\x81\x95\x6a\x8a\xa8\xcf\x78\x4a\x6e\x93\x80\x92\x6a\xea\xdb\x1f\xbe\x63\x6e\x3c\x3f\xf7\x10\x6d\xff\x50\x68\x54\x53\x71\xfa\x8c\x3c\xf8\x38\x9d\x57\xf5\x03\x4a\x2a\x12\xf1\x59\x4f\xe7\xdd\x4c\x7d\xb8\x6b\xbb\xcf\xf9\x38\x9c\x77\x47\x0a\x7c\x54\xe4\x30\x91\xd3\x9c\x7d\xca\xb7\x37\x11\x70\x54\x81\xa2\x86\x5b\x2b\x81\xa2\x2a\x30\x3a\xe3\xeb\xbb\x48\x92\xe1\x0c\xa6\x0e\xf7\x11\xd9\xc2\x1b\xe4\x22\x48\xcd\xd1\xcc\xde\x48\x44\x1d\xdd\xa7\x7b\xbb\xfb\x73\x6f\xae\x85\xe3\xf3\x32\x13\x98\x3c\x03\x6c\xa9\x18\x6c\x0b\x61\x5c\x9c\xa9\xc8\x16\x75\xb5\x0f\x4b\xbf\x3a\xc7\xc7\x8e\x44\x65\xe4\xe3\xce\xaf\x0a\xcf\x67\x44\xc4\xd1\x7c\xc1\xc8\x3b\xb7\x62\x7b\xd2\x54\x32\x3e\x7d\xb8\xe1\xd8\x9f\x71\x90\x07\xa2\x04\x68\xa8\xa6\xdc\xfe\x8c\xdf\x04\x1e\xd0\xf8\x38\x50\x57\xd4\x7f\xd3\x6a\xd0\x07\x73\xb7\xdb\x44\xf2\x55\x04\xc6\x87\x54\x52\x5c\x09\x19\x35\x85\x13\xf9\xe6\x1e\x74\x0b\x79\xfd\xe1\xc7\xd4\x52\xac\x17\x56\x7c\x85\xcf\x67\x88\x64\x65\xf4\x77\xed\x1e\xa5\x2e\xd7\x6e\x2e\x1f\x63\xaf\xa1\xb8\xfb\x42\x78\x25\xfd\x2e\x3f\x0e\xd5\x77\x73\x2f\xe7\x39\x8c\xee\x33\x3c\x22\x50\x48\xe3\x53\xa8\x59\x47\x7c\xd3\xe4\xdd\xdf\x6d\x45\xa4\xbb\xd5\x44\x77\xfa\x6e\xd5\xe5\x9d\x0a\xd7\x31\xcf\x92\xbe\x7b\xc7\xe1\xa5\x26\xb7\x5b\x36\x78\xee\x87\x18\x1b\x6c\x14\xbe\x10\x63\xdd\x33\xce\xef\x91\x6f\x39\x86\x00\x54\xcb\x59\x3f\xfc\xc4\x65\xd8\xdf\x16\x62\x8e\x21\x1b\x85\xcd\x40\x91\x61\x46\x28\xfc\x10\x61\x9b\x65\x62\x77\x57\x1e\x7d\xde\x9f\x3a\x2c\x00\x83\x8f\x85\xbd\x2a\xe1\xa8\x1f\x1f\x5b\x83\x81\x30\xfd\xf6\x41\x3f\xba\xe1\x87\x38\xda\x9c\x50\x3d\x5f\x37\x91\x8f\x38\x4f\x46\x25\xff\x42\x85\xcf\xda\x0b\x3f\xe5\x91\x8c\x50\x41\x33\xe4\xb0\x9f\x5f\xa2\x0d\x9e\xd9\x7b\xa0\xf6\x69\x0b\xd7\x99\xe4\x33\x62\x93\x1e\x27\xdf\xda\x9d\x43\x15\xd7\xee\x04\x4a\xd1\xc5\xdb\xd2\x0d\x3f\x0c\x6c\xd4\xf8\x96\x4e\xd6\x8e\xf9\xb2\x48\x3a\x5a\xe9\x54\xa5\x1b\x3c\xcc\x32\x18\x18\xb6\x22\xcb\xbb\xb8\x6e\xf1\x97\x90\x00\xed\x8f\x00\x6d\x63\xa1\xba\xeb\x34\xbd\x70\x0b\x1f\xfb\x7f\x27\x2c\x4c\x67\x1d\x7b\x8d\x4c\x7e\x70\xe9\x1c\x76\xb0\x50\xe3\xe5\x7e\x0b\x2b\xb8\xcb\x65\x71\x5d\x49\xee\xb3\xd0\xca\xe5\x25\x2b\x84\x5b\xb6\x4f\xd6\x69\x69\xd4\x57\xc8\x69\x5d\x4e\xd6\xa9\xe9\x09\x3d\x7e\xe9\xe2\xed\x11\xdb\x3a\x59\x9e\xcd\x17\xf4\x0f\x6b\x78\x9d\x16\x6d\x1a\xf4\x8e\xd3\xe2\xf4\x79\xdc\x9f\x45\x7c\x32\x73\x57\x52\xca\x31\xa5\x57\x92\x1d\x74\xdf\x30\x75\x9b\x2f\x76\x1f\x50\x86\x6e\x6f\x3a\x9d\x2c\xa3\x46\x15\x5f\x5c\x60\x48\x53\x29\x63\x72\x68\x5b\x59\x49\xd9\xc0\x42\x5d\x06\x48\x3c\x77\x16\x67\x8d\x63\x95\x0c\x8d\x4c\x89\xd9\xbe\xa2\x8c\xbc\xc3\xf5\xd0\x89\x79\xd7\xd1\x54\x2a\x89\xe8\x56\xcb\xe8\x87\xcd\x22\x33\xe7\x91\x4c\x94\x95\xed\x2c\xb3\xcb\xcb\xba\x1f\xb6\xe7\x28\x1c\x03\xfb\xee\xdd\xbc\x38\x62\xa5\x1b\x74\x0d\xd7\xd3\x6c\xe9\x1b\xde\xf6\x0f\x86\xd6\x79\x21\x3c\xb5\x3e\xbd\x1b\xe3\x6e\x67\x67\x6c\x59\x08\x0b\x07\x80\xdd\x0b\x65\xf7\x28\x95\x52\xdc\xdb\xbb\xfa\x8c\x7b\x04\xb0\x14\xf1\x8e\x47\x61\x2f\x8c\xae\xb0\x8a\x95\xf5\xff\x65\x9d\xc8\x50\x95\x76\xce\x98\xaa\xeb\x14\xbc\x6f\xe9\x27\x3e\xec\x2a\xee\x5c\xed\x4e\xf0\x9c\x5f\xcb\x15\xd8\x79\x6d\x37\x03\x21\xae\x55\x44\xe4\x3c\x77\x5f\xcb\x5d\xa0\x3e\x31\x6b\xca\xa8\x29\x82\x10\x10\x9e\x4c\xaf\x2d\x19\x9c\xd4\x6e\x6b\x5c\x10\x5c\x13\xda\x7d\xcb\xf1\x2e\xa0\xce\x63\x23\xb7\x69\x34\x5b\xd7\xae\xac\x3f\xf6\x20\xf3\xdd\x10\x1f\xc5\x30\xf7\x60\xba\x15\x77\x5e\x40\xb7\xb5\x9f\x0c\x20\xb7\x39\xd7\x2f\x8b\xa3\x11\x9e\xe8\xa2\xc4\x2d\x6e\x12\x79\xa8\x0a\xa2\x5b\x36\x6a\xe6\xba\x77\x35\xcc\x40\x37\xd9\x6a\x23\x3b\x78\x46\xbd\xb8\x61\xa4\xe2\xb3\x30\x42\x1d\x3b\x03\xd6\x03\x97\xa2\x51\x01\x3d\x44\x07\xde\x2d\x01\xd4\x37\x36\xba\x9b\xee\x38\xa2\xbb\x0d\x2d\x6c\x8b\x18\x4a\xa2\x14\xad\xa7\x10\x82\x87\xdc\x6c\x8c\xb4\xc6\xac\x47\x8d\xd3\x7a\xb0\x15\x2a\x1e\x65\x2f\xe3\x42\xf4\xfd\x5d\xc5\x74\xfb\xa3\x5b\xcb\x52\xb2\x68\xb3\x13\x2e\x4e\x79\xb5\xde\x5d\x4f\x3e\xee\x4e\xc9\x49\xe2\x35\x5d\xfd\x6d\x96\xde\xcf\x7d\xa7\x82\xab\xa1\xb9\xad\x6d\x8e\xda\xa9\x60\x8f\xec\xb1\x81\x8e\x8b\xf1\xa4\xc7\x38\x97\x55\x64\x01\x0f\x17\xdf\x65\x50\xf6\x2e\xc8\xce\x27\x86\x84\xd6\x25\xa0\xe2\x4e\x23\xa1\x00\x15\x17\x33\xdc\x44\x5c\x35\x77\x6a\x10\x42\x62\xb0\xdf\x04\x36\x2e\x7b\x78\xbf\x34\x28\x9d\xa6\xdf\x3c\xd1\x0c\xcc\x13\xb6\xb1\xc0\xc9\xed\x88\x08\x6b\x1b\x97\xac\x13\xde\x67\x83\x1d\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\x85\x88\xcb\x6e\x69\x17\x6e\x69\x1e\xd9\x2e\xf1\x6c\xb4\x8b\x2d\x30\x6c\x34\x93\xaf\xb5\x67\x4a\xfb\xb7\xbf\x27\xa8\x73\x89\x05\x3c\x41\x9d\x4b\x6c\x8d\xa6\xa8\x73\x15\x5b\xdd\x04\x75\x2e\x83\x65\x37\x41\x9d\x8b\xb5\x62\x6e\x3a\x2a\x76\xaa\x13\xd8\xb9\x13\x36\x3d\x8f\x1d\x5e\xbf\x98\xfb\xa6\x52\x85\xff\xdd\x96\x05\x0f\x9c\xa0\xcb\x35\xe0\x21\x27\xe0\x72\x8d\xc5\x32\xc1\x96\xcb\x49\x3a\x31\xa3\x00\xe8\x9f\x40\xcb\xb5\x31\xc9\x4b\xc8\xa8\x63\xff\xcf\x91\xb2\x85\x29\xdc\xa6\xff\x37\xbe\x9f\xf9\x1f\x9c\xaf\x9d\xde\xb5\xd5\xa8\xea\x89\x44\xa9\xfe\x7f\xd1\x4b\x26\x72\x37\x39\x7c\x81\xef\x58\xcc\xd9\x09\xde\x5c\x03\xa7\x6f\x1e\x38\xb1\xa1\x6f\xcf\x03\x27\x36\x36\x54\x53\x18\xba\x69\x87\xe1\xc2\xc6\xd1\xc5\x3c\x12\xa1\xa5\x8b\xf4\x4e\x1a\xfa\x2e\xb9\xd3\x98\xbe\x50\x62\x55\x7f\x80\x06\x35\xe8\x0b\x11\x8b\x99\xd6\xf3\xc0\xe7\x3b\xdb\x06\x2e\xf0\x72\xc3\x66\x82\x47\xd7\xd8\x11\x4f\xe0\xe8\x1a\xa7\xc9\x53\x38\xba\x81\x79\x71\x1e\xd9\xb8\xc3\xd4\x09\x71\x85\x5f\xe2\x04\x80\x2e\x17\x07\x3d\x3b\x22\x66\x96\xe9\x77\x32\x00\x4c\x4c\xe8\xdc\x79\x70\x1e\xdc\x9c\x32\xde\xea\xe5\x36\xe0\x04\x7e\x2e\x5a\xe4\x0f\x7c\x7a\xac\xab\xae\x68\xd6\x15\x41\x34\x4f\xba\x80\x13\xad\xb1\x4b\xe0\x62\x90\x03\x5a\x14\xe6\xd6\x09\xa1\x84\xdb\xc2\x3c\x70\x50\x23\x12\xd1\x3c\x2a\x13\xf4\x24\x0d\xae\x67\x20\x10\xcd\x03\x29\xb4\x2b\xc1\xb1\x30\x58\x8b\x53\x7c\x3b\xc0\x4e\xe7\x11\x5b\xcc\x5e\xac\x90\xc0\xae\xc3\x71\xc0\xf1\x0c\x55\x7e\x1e\x55\xae\xd5\x19\xf5\x6a\xcf\xfc\x09\x9e\x63\x0a\x8b\x97\x9d\xc8\x9c\x73\x75\x17\x5d\x93\xa3\x39\xab\x75\x4a\xb3\x8e\x0d\x80\x55\xc7\x42\x83\x27\x67\x7c\xf3\x68\x78\x20\x65\x33\x50\x79\x27\x9a\x51\xa9\x4e\xff\x57\xd3\xb6\x25\xc0\xe8\x8d\xfd\x02\xd4\x6b\xa7\x04\x47\xca\x9c\x6d\xce\x43\xff\xf1\x5d\x34\x7b\xd5\x99\x28\xa1\xbb\xc6\x27\xad\xc5\x67\xbc\x38\x48\xec\x55\x67\x92\x4e\x78\x19\xe7\x75\x07\xee\x34\x4b\x77\x93\x35\x7d\x71\x31\x00\xbe\x20\xca\x88\x0b\x8a\xd3\xe5\x99\xa8\x2a\x97\x8f\x8b\x8b\x8b\x03\x65\xe2\x74\x4e\x10\xf5\x1a\x57\x7b\xe6\x31\xac\x1d\x95\x18\xf9\x5f\x7f\x55\xe2\x3c\xcc\x43\x9b\x69\x35\xaf\x2c\xd2\x0e\x73\x97\x6b\x25\xbc\xb8\xbc\x6b\xc1\x81\xdc\x74\xc9\xb2\xe3\x05\xd5\x6c\x1e\x63\x0f\x3d\x1d\x30\x64\x53\x76\xa5\xa0\x40\xcd\x99\x36\xe8\xbf\x4c\x97\xe9\xdc\xd6\x7d\x11\x9b\xe1\x3c\x1c\xd2\x6d\x70\xb5\x74\x61\x68\x4f\xd7\x8b\xb1\xad\x36\xc7\xf4\x72\xf3\x69\x91\x53\x5b\x8b\x6f\xae\x3d\x32\x94\x7f\x29\x13\x3a\x9d\x72\xc9\x97\xf7\x1b\xa6\xbd\xbc\xcb\x20\x56\x6d\xa7\x6a\x1c\x0f\x9b\x88\xe9\xe2\xd8\x5c\x6e\xfd\x68\xf0\x65\x4b\xa8\xa3\x0e\xe3\x5d\x31\xc0\x16\x76\x3a\xd7\xb6\xb9\x76\x52\xc4\xad\xb9\xcb\xde\xbe\xf7\x02\xf7\x0d\x4c\x27\x53\xf7\x5b\x8d\x41\x96\x75\x83\xfe\x24\x3b\x36\xe2\xe3\xe6\xdf\xb7\xd2\xb0\x52\x3c\x5a\xc9\xe9\x0b\x83\x85\x70\x80\x30\x8f\x67\xf7\x1d\x0d\xd9\x86\xd8\x61\x96\x3d\xcb\xf8\xf2\x23\x4a\x09\x55\x79\xf6\x2a\xf0\x85\x60\x8d\x34\x65\xab\x11\xc3\x1f\xf6\x96\x0d\x7e\xdd\xf7\x58\x3e\x7b\xd7\x99\xc9\xfe\x3a\x0d\x06\xed\x7a\x35\xb6\x5b\xe2\x8b\x27\x9d\x0d\xf6\xae\x73\x57\x22\x1a\x97\x4a\xe9\x80\xb2\x41\x44\xa2\x09\x68\x5e\xc3\x9d\x7f\x1e\xdb\xc8\x6a\x43\x40\xe4\xc1\xa1\x66\x1e\xba\xa8\x77\x17\x24\x97\x9b\xcb\x7e\xa1\x09\xdd\x91\x76\xb7\xbb\xa5\x8b\xf8\xb3\x5d\xf6\xa8\xbf\xd7\x16\xd4\xcb\xeb\x60\x54\x71\xed\x31\xe1\x63\xcb\x4e\x35\x07\x0a\x0a\xa2\xe6\xdc\x1b\xd9\xe9\x0f\xea\x5e\xfc\x5f\x25\x95\x79\x2a\xb6\xdd\x0c\xa9\xfd\x07\xee\x77\x6e\x43\x2d\x33\x1a\xb8\xbb\x68\xb3\x3f\xd4\xd6\xe9\xb1\xd3\xa8\x90\x38\x6e\xcd\xf3\xb4\xd8\x93\xff\xdd\x4f\xd0\x03\xe7\xc9\x7d\xb1\x6c\x22\x5d\x8d\x42\x27\x9d\x82\xdf\x55\xb5\x05\xc1\xef\x06\x66\xf8\x79\xb2\x69\x05\x87\x71\x9e\x5e\x4b\xc6\x2d\x6b\x9e\xde\x44\x26\xfa\xfa\xdc\xe8\x77\xd8\xce\xe7\x46\xbf\xc3\x85\x6a\x9e\x69\xb7\x94\x64\x49\x06\x4c\xfe\xa4\x61\xce\x8e\x22\xec\xd4\x79\xf8\xbf\x9c\x82\xf1\x3b\x8d\x00\xc9\xe1\xcc\x04\xf1\xae\xe1\xd5\x3a\x4f\x03\x19\x2b\x7d\xcf\x6c\x83\xfd\xdf\x06\x37\x7f\xc8\xfe\xa7\xd9\x15\xde\xcc\xd0\x73\xdb\x7d\x99\x88\x1b\xef\x0e\xe8\xde\xb9\xf1\xee\xf0\xf9\x99\xe2\xdd\x55\xc0\x05\xe6\xa9\x9b\x78\x73\x08\xcb\xf0\x0d\xbd\x44\x6c\xe3\x64\x05\xb0\xfd\xce\x62\x0e\x70\xe2\x50\xd4\x40\xb5\x13\x56\x60\x9e\x88\xe0\xbc\xd3\xe0\x08\x68\x73\xf7\xbe\xd0\xd1\xe6\x1e\x16\x01\xa0\xe7\x59\x77\xd1\xe4\x46\x38\x63\x63\x9a\xa7\x02\xb9\x48\xa7\x81\xae\x9b\x53\xe9\x8c\x26\x79\x56\x7d\xee\xec\x2c\x2f\x6e\xcd\xfd\xe3\xb6\x15\x24\x6b\xbb\x4f\xa9\x2e\xe2\xb5\x5a\x13\x0c\xbd\xb3\x48\xdf\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xa2\x1f\x4f\x97\x44\x33\xb4\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x92\x13\xae\x08\x26\x5e\x9b\xf0\x7a\x20\xf1\xa2\xea\x7c\x15\x29\x0a\x2c\xe1\x14\x1f\x8f\x18\xf8\x13\x78\xbc\xa4\xe2\x07\x3c\x5e\x64\xa0\xe2\x7d\xb7\xd5\x1f\x6e\xaf\x1c\x7f\x91\x66\x9b\xe3\xaf\x60\xac\xa4\x1a\xf2\x67\xd8\xdd\x46\xc2\x1b\x0e\xb2\x48\x78\xdd\x59\x0a\x26\x4e\x71\x34\x95\x86\xd5\x1c\xbb\x44\x5f\xc0\x06\xad\x23\x1e\x58\x6a\x60\xa7\x88\x38\xc9\x11\xd4\x1a\x6c\xe1\x9e\x38\xaa\x78\x9e\x78\x77\x37\x27\xf2\xdc\xcb\x88\xba\x7b\x71\xca\xb9\x20\x1e\x4e\x77\x34\xf1\x4e\x21\x52\xe7\x14\xfc\xae\x82\x70\x3c\x4f\x63\x62\x75\x7b\xf1\xb2\xb5\x64\x8f\x1d\xbc\x77\xb3\xe6\x79\xed\xf6\x51\x13\x23\x1c\x03\xa9\x3c\x4f\xac\xbc\x53\x56\x71\xd9\x26\x6a\x78\x11\x46\xc2\xda\x2a\x09\xe5\x33\xf7\x66\xae\x64\x08\x49\xd8\x95\xef\x42\xe4\x55\xb0\x92\xe7\x69\xe0\xac\xf1\x47\x3c\xf2\x09\x80\x5e\x9b\x8d\xa6\x28\x25\x1b\x5d\xa7\x94\x1c\xf6\x8a\x81\x94\xb3\x2f\xa8\xb0\x5c\x03\x63\xf0\x9c\x76\xf6\x2d\xd7\x72\xdc\x94\xa5\xd3\x2e\x32\x0c\x57\x77\xe0\xd8\xd4\xcf\x69\xeb\xf5\x22\x51\x19\x06\x2a\x2f\x17\xa7\x20\xc6\xe1\xd3\xc6\xe0\xbf\x0d\xec\xc7\x14\x36\x0f\x20\xb7\x09\x52\x5e\x23\xa8\xd1\x3c\xc5\x78\x77\x19\x81\x56\x4b\xcc\xc9\x09\x68\x5e\x1e\x2e\x74\xef\x36\xcb\x62\x09\x2c\xa2\xc6\x7f\xee\xbd\x3c\x69\x38\xda\x9c\x72\x95\x17\x96\xaa\x88\x79\x07\x5c\x94\xe6\x18\x62\xa4\x3b\x04\xb1\x93\xf7\x6a\xfe\x3c\x15\xcd\xce\x11\x44\x73\x91\x9f\xe1\x3e\x52\x1d\x26\x05\xb3\x02\x84\xd3\xcf\xe9\x8a\xc5\x39\x9b\x10\x77\x13\xd4\xbc\x7c\x58\x09\x9c\x44\xba\x1d\xc1\x79\xa7\x4a\xd0\xc6\xc0\x1b\xf6\x9c\xbe\x20\xdd\x3e\x35\x06\x73\xb2\xbf\x96\x27\xba\x76\xd8\x52\x14\xb1\xad\x38\xbd\x15\xd6\xfd\xc0\x92\x57\x21\x73\x01\xbb\x6b\xb3\xfb\xb1\xd7\x54\xb4\x83\x23\xcf\x89\xd6\xb6\xf1\xed\xdc\x10\x27\xef\x35\x8f\xfd\x03\x0f\x84\x62\x2a\x4b\x64\x2f\x00\x8e\x5d\x64\xa9\xfc\xa0\xdf\x18\x30\xb1\xeb\x12\x1e\x2b\x13\xf0\xba\x0c\xc6\xe8\x04\xbc\xee\x24\xd2\xce\x04\xaf\xce\x5b\xe5\x33\xb1\xd1\x9e\x74\x44\xc2\x9f\x03\xc0\x97\x99\xd8\x5c\x4f\x54\xab\x74\x6e\x63\xba\x89\xd8\x11\xa1\x6b\x24\x0e\x45\xa7\x1b\xc7\x64\x68\x2a\x00\xb9\x27\xc0\x72\xc2\x1f\x4f\x00\xe4\xda\x44\x5b\x05\x27\x2e\x12\x25\x7e\xe0\x04\x45\x4f\x6d\x3c\x38\x66\x17\x78\x70\x91\x28\xf3\x83\xdb\x31\x36\x22\xdb\x52\x33\x3c\xd0\x29\x4d\x37\x4c\x8e\x99\x67\xc2\x0d\xd3\xb9\x09\x4e\xdc\x68\x56\xc3\x1b\xca\x9c\x6a\xce\x54\x76\x3d\x28\x8f\x73\xd3\x73\xbf\xa0\xdd\xcc\xf8\xe4\x0d\x65\xf7\x3a\xa9\xec\xfe\xa7\x22\x9c\xa8\x72\xf3\x60\x26\x77\xb6\xc3\x2f\x5d\x96\x41\x0d\x09\xa8\x4c\x1c\x88\x99\x74\x80\x76\x0b\x05\xae\xdc\xc0\xac\x3a\x37\xac\x1c\x80\xe3\x33\x71\x4e\xca\x4d\xb2\x09\xc4\x9c\x57\xa5\x67\x32\xce\xa3\x06\x07\x10\xe6\xda\x44\x69\x4e\x7a\x64\x76\xbb\xcd\xd0\xc8\xf0\x71\x11\xe6\x26\x72\x31\x19\xff\xf1\x30\x03\xa3\x87\xc2\x2e\xa8\x5c\x05\xd3\x7c\xa6\xe6\xbc\x73\xf4\x1a\x66\xcb\xf9\xa7\x28\x2d\x53\xc4\x39\x70\xe2\x66\x12\x70\x60\x38\xb4\xec\x68\xb9\x08\x36\x93\x1b\x5a\x38\x39\xe8\x73\x91\x88\x4a\x7a\xe3\x8a\xa3\xe0\x09\xcc\x5c\x02\x66\x77\x26\xef\x2e\x77\x67\x2b\xde\xcd\xd3\xdd\x7c\xf2\xa0\x94\x93\xc0\xb9\xb1\xe5\x38\x67\x9b\xc0\xc9\xe5\x6e\x2b\x8d\x9b\x3c\x6c\x19\x77\x94\xbb\xc5\xe3\xab\x9c\x1d\x2b\xdc\x6e\xf6\x7a\x8a\x6d\xe3\x20\xb4\xca\x14\x3a\x6e\x70\x94\x3b\x81\x8e\x8b\x22\xcc\xf1\xfa\x86\x3a\x1a\xe2\x4a\xc3\x02\x78\x71\x89\xb3\xfa\x99\xbc\xee\x84\xa7\xe9\x04\x2f\xae\x4d\xb4\xb4\x34\x9d\x5a\x54\x0a\xbf\xe5\x89\xc6\x97\x84\x06\xd0\xb4\x04\x72\x5c\x76\x5b\x90\x74\xf0\x1c\x4e\x6b\x70\x65\xd5\x2a\x12\xd1\x91\x27\x1c\x31\x61\x1a\x9f\x3b\x83\xed\x76\xc2\xea\xd7\xd3\xe5\x1e\x5e\x6b\x42\x1e\x26\x23\x72\x74\x97\xd1\xe5\x15\x6a\x27\x26\x61\x25\xf7\x6c\xe2\xd4\x73\x4e\xa7\xb2\xe0\x6f\x1c\xf3\x4e\xc0\xdf\xce\xbc\xe7\xaf\x17\x88\xbb\x4b\x0c\xab\x36\x80\x17\x33\x69\xd5\xee\x2e\x50\xe2\x15\x03\x4b\x36\x93\x67\xa0\x7d\x67\x77\x5d\x38\x69\x1f\xf5\x0a\x67\x90\x51\xff\x93\x0d\x7e\x64\x34\x4e\x9b\x2d\xe9\x5c\xbb\x1a\xad\x39\x4e\x9e\xc9\x73\x50\xe5\x4f\x62\x0f\x39\x35\x24\xa4\x67\x97\xe3\x0f\xf6\x01\x9c\xef\xcd\x84\xd3\xce\x44\x4d\x01\x33\xce\xdb\xc8\x13\x98\xb8\xac\x25\x00\x98\x38\x2f\xfa\x4e\xa0\xe1\x06\x96\xe4\x99\x14\x6b\x48\xfc\xf4\xee\xf6\xfa\x21\x96\xa2\xf3\xe9\x75\x85\x3b\x8a\x9f\x25\x90\xe8\x53\xdd\x41\x61\x49\x5a\xa8\x09\x43\x37\x85\x7a\x2b\xae\x0b\xd1\x6e\x86\x6b\xe1\xb3\x40\x13\x59\xa0\xa5\x7f\x76\xb0\x9f\xe2\x08\x61\x97\xa7\x3c\xb0\x26\x6c\x33\xc1\x0d\x9e\xc9\x43\xd5\x6e\x5b\xf5\xe5\xc1\xa0\x3e\x53\x6c\x33\x33\x57\x9c\x27\xb0\x6f\x69\x4f\x53\xd1\xdd\x34\x92\x25\x3c\x1b\x9b\x4c\x28\xc4\xdf\x70\xfb\x00\xd2\x5b\x3f\x10\xee\x20\xbd\x79\xfb\x78\x26\x9d\x1f\xad\xd3\xe2\x90\x19\xf3\x5f\x3e\x76\xc9\x95\x1f\xf8\x19\x76\xff\x07\xcf\x8d\xd8\xb4\x13\x10\xb7\x84\x6f\xca\xcc\xc7\x6e\x76\xe3\x87\x1b\x9f\x6c\xaa\x45\xd9\xa4\x62\xa7\xc9\x09\xe5\xcc\x5e\x83\xe6\x98\x7f\x66\x63\x39\x6a\x8e\xca\x5e\x77\xe6\x90\x63\x66\xa4\x1c\xfe\x4c\x33\x9f\x88\xaf\xe3\x4f\x78\xe4\x33\x9f\xb6\xd7\xaf\xed\xbe\xee\xfc\x78\x69\x4b\xe1\x7f\xf8\x7d\xf7\xcb\x7b\x36\xf0\x82\x3d\x28\x11\x03\x27\x28\x72\x83\xab\xba\x13\x10\xb9\x7e\xa0\xe2\x82\x21\xd7\x0f\xb4\xd7\xec\x4d\x68\x4d\xea\x39\x39\x11\xfd\x9f\x6d\x72\x36\xb3\x82\x2a\x9b\x1b\x93\x83\xfd\x90\x64\x27\x30\x84\x2c\xcc\x41\xdf\xe5\xb1\x01\x3c\xfd\xd4\x83\xdd\xda\x1c\x1f\x65\xd3\x3d\x1c\xa1\x6a\x10\x02\x4a\xae\x1c\xe6\xcd\x7b\x69\x52\x41\xcf\x53\xbb\x23\x95\x2b\xb9\x4d\x25\x13\x67\x35\x6f\x30\x39\xad\xc7\x80\xc6\xf5\xe3\xf0\xc5\x1d\xff\xa3\x03\x83\xff\xd6\x0f\xc7\x7f\xcb\x5e\xd8\x4f\x2e\xf2\x6a\x32\xef\x8b\x12\x4e\x06\x84\x6f\x2e\x4e\x80\x02\xc4\xa1\xf3\xca\xf3\x4d\x38\x51\x16\xc0\x40\xeb\xae\x08\x70\x03\x9f\x88\x99\x0d\xbf\xcc\x2d\xd7\x09\xea\x5b\x06\x3c\x6a\x02\xfa\x16\x59\xe8\x86\x10\xc5\xfd\x40\xf1\x02\xf3\xcd\x3b\xd4\x33\xd7\xcd\x6d\xcc\xa1\x1a\x00\x53\xcc\xd5\x58\xb5\xe6\x78\xc8\x6d\x4d\x5c\x81\x4e\x91\x90\xc5\xfd\x70\xf2\xb5\xdd\x3d\xe4\xd8\x32\x12\x4d\x31\x37\x2d\x00\x8e\x73\x93\x73\xdb\x2c\xfc\x97\xb4\xbf\xe4\xe6\xa2\x80\xbd\xe5\xc6\x10\x9e\x16\xa2\x6e\x6b\x85\x3b\x9c\xc8\xef\x76\xfb\xc1\xc1\xed\x6e\x78\x60\xc9\xb9\xef\x01\x65\x78\xf0\x65\xd2\x54\x9c\x8d\xcb\x4c\x70\xb0\x99\x0d\x29\xa2\x3a\x0d\x00\x5d\x3f\x4e\xb3\xcb\x76\xd1\x37\x72\xd7\xdb\x9b\x3a\x76\xa5\x0b\x32\x0f\x00\xba\xf8\x41\x2a\xc3\x59\xe1\x21\x31\xf3\xde\xa7\xba\xbe\x77\xb4\x0f\x36\x6f\x79\xb8\x29\xe0\x63\x63\x97\x42\x23\x87\x32\xd0\xa1\xdb\xb2\x18\x05\x25\x4f\x66\xd4\xe9\x0b\xc7\x14\x0d\x0e\xdc\xb9\x74\xf8\x2d\xae\x1e\x0f\x47\x68\xef\x5a\x91\xd8\x59\xf9\xeb\xe2\xd1\x80\x9b\x5c\x24\x3a\x27\xe1\x31\x31\xf3\xb5\x7b\x92\xaa\x5c\x7b\x93\x4e\x89\x17\x1e\xe3\x76\xe4\xde\xc3\x0e\x5f\x18\x4c\x8d\xfe\xda\xa2\x79\xfa\xad\x69\x29\xbe\x51\xd7\x41\xce\x67\x60\x05\x0e\xa7\xc1\xed\xcc\xa1\x5e\x37\x6c\x0b\x95\x26\xdf\xce\x15\xb9\xde\xde\x5d\x5a\xc8\xa3\x01\x05\x9d\x26\x3f\xb0\x17\xd9\xe1\xc3\x76\xc3\x21\x15\x23\x60\xb4\x3f\x39\xf7\xcd\x1c\x72\xb6\xab\xb8\x01\x3f\x17\xb5\xa4\xc7\x9e\x5d\x03\xfa\xf5\xd9\xf5\xa7\xfd\xb8\x1f\x4d\xb5\xfd\xbc\x45\x33\xb2\x0b\x04\xba\xae\x96\x03\x00\x5d\x3e\x1d\x0a\xb0\xd8\xd3\x70\x6d\xbf\x96\xc8\x77\xdd\x41\xe2\xbe\x34\xb3\x46\xdc\x21\x3b\x88\xad\x62\xd7\x52\x9c\xdd\x2a\x3a\x3f\x5f\x8d\x75\xf2\x28\x81\xe5\xec\xb1\x4f\x06\xe0\x10\x7f\x4c\x16\xe7\xe7\x07\x23\x43\xdf\xc8\x9f\x8c\x4c\xee\xfa\xed\x4e\xa2\x8c\xcf\x5a\xd1\xc5\x9e\xed\xe2\x39\x33\xb3\xe7\xb9\x43\x8e\xa5\x97\x92\xd6\x2f\x60\xe3\xbc\xd5\x3d\x45\x8d\x9b\x9a\x90\xf3\xda\x5d\xc7\x87\xd7\x8e\x72\x63\xb2\xbd\xb8\xa3\x87\xc0\x8d\x4b\x02\x4d\xce\x72\xec\x55\xd4\xf9\xc1\xb0\xd2\xc1\x80\xc8\x45\x83\x4f\x7e\x74\x5e\x54\xfe\x1f\x66\x37\x95\xd2\xa1\xf9\x61\xa5\x14\x8c\xb1\x9c\x8c\x09\x15\x03\x15\xae\x1f\xcc\xa3\x72\xda\x45\x89\xff\xab\x9f\xe2\xbb\x48\x52\x02\xe0\x4c\x00\xe2\xb2\xf6\xd7\xa2\xb0\x64\x99\x17\x8e\x53\x85\x49\x98\x25\x64\x5f\xf7\xac\xb4\x24\x64\x00\xd6\xd7\x62\x50\xe3\xb9\x5f\xec\x1c\xb4\x2f\x23\x2d\xd1\x3f\x8a\xa1\x1b\x71\xb0\x99\x25\xbb\xe6\xf6\x0f\xad\x80\xf0\xe1\xa2\x38\x62\xd1\x94\x0c\x17\xb7\xab\x36\x9a\x29\x9d\xa0\x30\x62\x5d\x97\xbc\xbb\x9d\xb6\x1a\xcb\x43\x1b\x4e\xc9\xf6\x0e\x9c\xb7\x14\xeb\x4e\x79\x65\xcf\x52\xca\x50\x80\xb1\xca\xc0\xa1\xf3\x4a\xf5\xdc\x68\x73\x43\xba\xde\x68\x96\xe1\xf1\xa7\x16\xf1\x22\x38\x29\x4c\xb8\x54\xd4\x81\xe2\xff\x46\x2d\xa1\xdb\x44\x23\x4d\xb0\xed\xe2\x7d\x3c\x8f\x01\x4b\xa5\x1d\x68\xbb\x80\xcd\x75\xfc\x01\x66\x31\xc0\x86\xec\xad\x54\x44\x83\x33\xa9\xda\xb9\x08\xa0\xa2\x30\xb2\x0c\xa3\x5e\x69\x1c\x01\x78\xae\xe3\xff\x3d\x4b\xdb\x1d\x4d\x3b\x9a\x33\xe9\xf4\x87\x9d\x48\x27\x34\x39\xa5\xed\xd0\xaf\x16\xe7\xa2\x59\x0c\x75\x85\xf7\xf1\x2c\x3a\xd9\xe2\x36\x34\x81\x8f\xeb\x87\xbd\xdb\x35\xba\x20\x0b\x4b\x77\x81\xc2\x5c\x41\x8c\xeb\x87\x6d\xef\x4c\x6a\x0b\x51\xfc\xa0\x86\x03\xff\xd6\x8f\x9d\x9e\xd6\x56\x4b\x40\x53\x44\x44\x80\x0a\xd7\x0f\x84\x4a\x31\x7c\x06\xde\xd1\xb3\x78\x97\x75\x9c\x7f\x8a\xd9\x37\x81\xfc\xc9\x72\xc0\xda\xb5\x5d\xd0\xf5\x75\x5b\x79\x61\xfa\xb5\xef\x06\xf3\x63\x78\x6b\xad\xf3\x3f\xbd\x8a\xfc\xa8\xd4\x00\x3f\xef\x59\x7f\x2a\xc0\x77\xc5\xf2\xc1\xab\x6b\x82\xe5\x23\x1a\xfc\x04\xcb\x27\x66\x4d\xe2\x07\x00\x98\xcc\x65\xb0\x7c\x84\x67\x9f\x60\xf9\x9c\x04\xef\x9f\x75\x78\x1c\xd7\x2d\x03\x6c\x5c\x86\xba\x0a\x6f\x60\xcd\x27\xaa\xf8\xf0\x7f\x6c\x25\xf4\x62\x55\x86\xb2\x6b\xa8\x93\x45\xd4\xa4\x6f\xa6\x4a\x09\x17\x03\xd8\xfc\xdf\x3d\x1d\x93\x57\x58\x1e\x2e\xaa\xcf\x7a\xe9\x14\x49\x7b\xb0\xef\xca\x49\x40\xe8\xd9\x7a\x7f\xd5\x3f\x2b\xed\x0c\x36\xda\x0c\xf0\x5a\x78\x55\xdd\x62\xb2\x5a\xdc\xed\x3e\xc3\xe2\x8c\x5e\x6f\xf7\x5f\xcc\x05\xb8\x7e\xdd\xb8\xe6\x4c\x98\xca\xde\x36\x99\xe8\xde\x0c\x83\x42\x6e\xcf\x9e\xec\x72\x45\x6b\x37\x87\x97\xca\xd8\xa7\xd6\x9b\xe5\xd5\xfd\x9f\xb9\x07\xa3\xad\xb7\x8c\xda\x61\xbd\x99\x7c\xac\x95\x6a\x48\x68\x0f\x88\xaa\xe2\xd7\x6e\x7b\x14\x2d\xac\x54\x31\x7a\x3c\x1f\xaa\x9e\x86\xe2\xcd\x36\xab\xa7\xa1\x9e\xa5\x00\xd8\x23\xfc\xf1\xdc\x78\x3d\xb8\x74\xce\xfa\x58\x13\xaa\xfe\xd8\x72\x1a\xb8\x83\x69\x20\x72\xea\xeb\x12\x86\x8b\xd6\x97\x91\xdd\x2f\x58\x5b\x7e\xe9\x65\x94\x77\x9a\x01\x33\xa7\xe8\x2d\x78\x91\x77\x20\xfc\x44\x63\xcd\x4d\xd9\xc3\x17\xf2\x4d\x64\x67\x7d\x37\xaa\x98\x3f\xe4\x38\x48\xf1\x6a\x14\x4a\x8f\x68\xc0\xfb\x11\x3d\x72\xd6\x8f\xb5\x81\x9a\x06\xf4\xcf\x39\x3d\xae\xa9\xca\x64\x27\xe8\x96\xc9\x70\x0c\xb0\x7f\xce\xe2\xe2\x68\xc4\xe1\x27\xbe\xc8\x6c\xe7\x1e\x90\xc4\x0f\x17\x23\x7a\x4f\x53\xfc\xa0\xe6\x35\x01\xe3\x5c\x99\xc2\xd1\x4c\xcf\x7b\x5a\x62\xce\x61\x57\x6c\xec\x9e\x74\xf4\x69\x49\xa5\xc3\xec\xde\xf3\xf0\x30\xa5\x85\x60\xca\x1e\x7a\x34\xf7\x3c\x1a\x79\x84\xa3\x99\x9e\xc5\x34\xc2\x47\xb9\x03\xde\x00\x34\xba\x69\x00\x40\x13\xa9\x7c\x13\xb3\x06\x17\xea\x09\x00\x4d\x52\xc3\x15\x7f\xa6\x26\x26\x0a\xf8\x33\x22\xe2\xcd\x86\x51\x93\x3b\xb5\xb3\x15\xe6\x28\xf6\xa2\x56\x18\x1d\x94\x78\x50\x69\x92\xd2\xbc\x15\x78\x22\x96\x2a\x51\x69\xe6\xf9\x27\xcf\xe6\xd9\x0c\xc2\xa8\xf5\x08\x94\x9a\xa8\x2f\x7d\x5a\xe5\x83\x70\x07\x10\x68\x32\x97\xb7\x66\x73\x0b\x34\x4d\xc4\xcc\x44\x27\x6c\x4a\x23\x34\x47\xf0\x67\xc4\x3f\x9a\x6d\x1b\x26\xad\x30\x17\x3b\xb4\xad\x83\x45\xe3\x35\xcf\x29\x14\x0d\x80\x17\xb3\x61\x87\x24\xb6\xc5\x6c\x2d\x26\xaf\x27\xb6\x8d\x03\xbe\x6c\xed\x62\xbb\x24\x14\xd2\x6c\x5b\x10\xc1\x73\x1b\x7e\x32\x1a\x05\x5b\x88\x9b\xee\x41\x45\xeb\x9c\x23\x14\xe9\xbb\x9d\x94\xd0\x71\xe3\x41\x93\x07\xab\x26\x7b\xd8\xdb\x14\x49\xec\x29\x5a\x27\xce\xa9\xb3\x90\xb3\x3e\x9d\x55\x04\xaa\x99\x9e\x46\xb5\xae\x68\xce\x7e\x15\x80\xa3\xc3\xaf\xee\xfa\x99\x4a\xe6\xe1\xd8\x0f\x27\x1b\x2c\xa6\x8d\x7d\x4d\x96\x0e\x1f\x6e\xca\x5d\x04\x3a\xce\xb8\x17\x6e\xe2\x9b\xc2\x70\x1a\x81\x19\xa7\x43\x84\x18\x71\xe3\x21\x1a\xce\xf4\x60\x0a\x34\x9c\x84\xeb\xed\x6c\x9c\x14\xaa\x6f\x80\x8c\xd3\x4f\x1b\x8b\x48\x01\x4b\x73\x36\x42\x35\x70\x37\x6f\x02\x98\x13\x55\xa7\xb6\x84\x5b\x2c\x56\x36\xb6\x5f\xc2\x31\xcd\x66\xe4\xa7\xe9\x0c\x8e\xed\x97\x18\x46\x13\xf0\x1c\x41\xa6\x66\x9b\x1b\xed\x97\xff\xdd\x5d\x3b\x85\xf0\x12\x26\xfe\xd7\x6c\x1c\x2c\x12\xe5\x70\xb6\x89\xfd\xc5\xd5\x6a\x40\x28\xed\x7d\xed\x72\x84\xe9\x99\x0b\x1f\x3d\x47\xf8\xda\xbd\xc4\x57\x2f\xe3\x73\xc1\x5e\x36\x0a\x8f\x16\xb8\x76\x59\x41\xbe\xab\xbb\x0d\x1c\xb0\x6d\x29\x84\xd0\x6b\xd7\x45\x22\xff\x57\x87\xb5\x97\x2f\x4c\x5f\xce\x16\x36\x6e\x6e\x6f\x36\x3a\x8f\x2e\x2e\x2d\x84\x90\x40\x0c\x13\xa4\x9e\x7e\xda\x9b\x77\x8f\xda\x3a\x37\x6f\xa7\x91\x33\xfb\x36\xdc\x92\x99\x71\xeb\xb3\x68\x44\xd0\xd0\xeb\x12\xcc\x1e\x2f\xd7\x4c\x21\x7b\x08\xca\x30\x01\xe9\xc9\xea\x64\x80\xf4\x9c\xd9\xea\x71\x11\x1d\x38\xc7\x09\x0c\xcf\xe9\x9e\x07\x18\x1e\x43\xce\xce\xe6\x15\x49\x2d\x6b\x60\xf2\x74\x1c\x60\x67\xd3\x33\xc7\x1e\x43\xfc\x9c\xae\xd9\xe7\xe3\x7f\x0a\x7b\x09\x33\x60\x7f\x1b\xf5\x98\xf8\xe0\x13\x48\x1e\x03\xd8\xcd\xc6\x21\x22\x31\x5a\x66\x33\x58\xa4\x9a\x3a\xe8\x3c\x05\x60\xf4\x09\x3a\x4f\xbc\xa0\x7e\x5c\x3c\x6f\x8e\x2f\x92\xe8\xdc\xff\xef\xce\xf0\x53\x1e\x3b\xdb\xba\x2d\x89\xca\x1f\xad\x7d\x8d\x7b\x2c\x4a\x29\x70\x7c\x72\x42\x21\x68\xc8\x9c\x94\xa4\x3b\x11\xec\x5c\xae\x9f\xeb\x28\xd1\xbe\x7d\x5a\xc1\xff\xaa\x4b\xc8\xb5\xb6\x88\xbd\x20\xd7\x36\x3e\x25\x17\x57\x66\xc3\xe1\xc7\xdd\x4b\x5b\xc4\xb7\xb2\x29\xb8\x01\x6b\xd8\x06\xc6\xc7\x20\x79\xb3\xad\x3d\x1c\xbe\x08\x9e\xcb\xfd\xd3\x09\x40\x8f\xb8\xd0\xb3\xeb\xed\x6b\xc5\xfb\xb1\xf9\x84\xa9\x98\x77\xc9\xff\xdd\xcf\xd1\xf1\x20\xf4\x18\xac\x6e\x82\xd0\x63\x20\x8c\x09\x40\x8f\x81\xb9\x26\x00\x3d\xf1\xd9\xc2\x0f\xae\x6b\xa0\x1f\x01\xca\x63\x28\xcd\x09\x28\x8f\x51\x79\x26\x98\x3c\xc6\x67\x99\xa0\xf0\x18\x4a\x67\x82\xbc\x63\x6c\xa1\x29\xf0\xce\xd0\x9f\xa0\x9f\xd4\x02\x25\x11\xe0\x1d\x63\x84\xcc\x7e\xee\x56\x53\x0d\x5d\x79\x3d\xc9\x06\x85\x67\xef\x69\xfa\xa9\x22\x52\xfc\x94\xfe\xa4\xfc\x6f\xa4\x49\x79\x6d\x4f\x74\x01\xdb\xe6\x9e\x70\xb6\x46\x09\x12\x76\x67\x7a\xbe\xdc\x13\xab\xdb\x9e\xcd\x2c\x62\x64\x47\xdf\xb2\x9f\x49\xd5\x35\x91\x5a\x5c\xe6\xf8\x60\x4a\x6f\xba\x80\xd2\xee\xd0\x03\x8c\xbb\x38\x01\xdd\xf1\x7e\xe9\x04\x66\xc7\x40\x48\xb3\x23\xe0\x87\x87\xfc\x1d\x01\x7f\x3a\x90\xc5\xaf\x4a\xa7\xde\x7e\xa8\xd0\x4f\xc5\xcc\xdd\xcc\x66\x60\xb8\x8a\x19\x28\x0d\x1d\xb4\x97\x1d\x23\xc1\xdc\xf0\xcd\x69\x86\xad\xaf\x51\xa7\x02\xeb\x42\xbc\x74\xcf\x26\x99\xd6\xbd\xea\xff\x21\xbd\xaa\x7d\xfb\xa3\xb1\x53\xe5\x4b\x75\xd7\xc3\x17\x6e\x16\x51\x4d\x80\xe2\xd1\x31\x7f\xf6\xaa\x16\xd9\xfd\x71\x9b\xc5\x1f\x2c\xe4\xe2\xff\x80\x5b\x21\x2e\xc0\xe8\xe9\xa7\xb3\x34\x14\x85\x5e\x9c\x44\x1c\x60\x6a\x2d\xea\x62\xd6\x11\x9e\x6c\xf6\x66\x47\xd1\x22\x95\x03\x87\x68\xbb\x05\xb1\x6a\x01\xf2\xd9\x1e\xed\x9d\x5b\xa2\x04\x02\x99\x80\xfa\x44\x95\xfc\x12\xec\xce\x46\xe0\x23\xe4\x0a\x06\xed\x27\x8a\xa3\x88\xce\xc4\x46\x60\xf6\xbe\xeb\x41\x79\xe8\x10\x9a\x1f\xfb\x3e\xe0\xec\xa6\x62\x60\xd0\x1f\x7b\x67\xa2\x55\xbf\x74\xdb\x69\xf4\x20\x7b\x5c\xc2\x63\xcc\xde\xd5\x12\x5d\xcf\x5b\x3d\x70\x15\x1a\x25\x72\x98\x6c\x58\x13\x0a\x1c\xde\x22\xfa\xa3\x53\x73\x1f\x70\x62\xcb\x1c\xf4\x16\xba\x4a\x17\x33\x76\xec\xaf\xd9\x11\xf4\x16\x27\xa4\x7a\x25\x01\xee\x13\xb3\x87\x1c\x73\x4f\x7b\x52\x19\xde\x51\x13\x6f\x9f\x1a\x8b\x4c\xa5\xe2\xe1\x04\x98\x7b\x36\x98\x85\x16\xa3\x91\x88\x0d\x34\xf4\x8a\xee\x73\xb7\x98\xaa\x5c\x06\xce\xa2\x2b\xdc\x6b\x26\xd7\xef\x05\x53\x71\x96\x5d\x34\xc4\x3a\xb2\x8f\x74\x97\x25\x4c\x50\xb7\x22\x97\xa6\x18\x07\xf1\xd2\x13\xdd\x17\x7b\x49\x50\xa9\x7b\x4f\x64\xde\xdc\xbb\xee\xfe\xd0\xae\xe3\x92\x37\x5c\x81\xfa\xfa\x46\x07\x52\x69\xe8\x7a\xf3\x68\x3a\x16\x11\xa8\xeb\xc1\xde\x1f\x2b\xcc\xc7\x1e\x2b\x4c\x76\x4f\x38\x87\x35\xc6\xf2\xaa\x21\x53\x44\xa0\xae\xe3\xf3\x46\x04\xd2\xfc\xd8\x95\xcb\xce\x6c\x0c\xaf\xc3\xa3\xd3\xfe\xec\x99\xe3\x87\xd5\x32\xed\x22\xef\xe7\x68\x47\xed\x62\x17\x28\x6e\xfa\xab\x2d\x80\x7a\xbd\x72\x67\xe5\xc2\xbb\x2b\x46\x8f\x6d\x49\xad\x64\x30\x44\x4c\x62\x3f\xd8\x5f\x37\xa9\xf2\x17\xc5\xb3\xf3\x7e\x6f\x14\x6d\xf1\x16\xcf\x6c\x01\xfb\xde\x1b\x3a\x90\xdf\xae\x0c\xc9\x84\x11\x1a\xf6\xcc\x87\x9c\x71\x19\x80\x7f\x97\x1c\x24\xe1\x0a\x74\x79\xe8\x6b\x67\xe7\xcd\x82\x99\x3a\xd9\x08\x05\x9d\xb3\x74\x35\xc1\xe1\x0b\x96\x80\xa3\xba\x18\x08\x27\xc5\x96\xb5\x56\x1e\x0b\xad\x4e\x2d\x5d\xf0\x56\x04\x35\xe8\x40\x99\xa8\x13\x73\x18\xfa\x19\xf6\xb4\x81\x82\xe8\xde\xa1\xc7\xed\xdc\x2f\x64\xa0\x85\xff\x1b\xbe\x7b\x66\x96\x3d\xa1\x85\x0f\xcc\xb6\x84\x4a\x99\x62\x06\xd5\x34\xfc\x14\xfd\x39\xfc\x92\xea\x4e\xb6\x1e\xbb\x3f\xfd\x16\x82\x97\x51\x07\x34\x28\x6b\x58\x00\x33\xe8\x24\x9e\xd7\x04\x33\x28\xcb\x4b\x81\x0c\xca\x2a\xfd\x63\x0b\xe4\xec\x0f\xd7\x34\xcb\x6d\x70\xe9\x86\xb0\x39\x13\xc8\xa0\xac\x1b\xcb\x46\x0c\xd2\x8a\x0a\x62\xd0\xa9\x22\x3d\x3c\x2d\xd5\x8b\x7e\x9c\xbb\x82\xd1\xcd\x23\x6d\xe8\xf9\xca\x0f\xf8\x16\x93\x07\xec\x9f\x48\x45\xd5\x15\xd5\xf6\x48\xf2\x60\x2a\x9b\x5d\x76\xba\xb3\x68\x7f\xb4\x2e\xc9\xd8\x5b\x7e\x17\xdf\xa8\x3f\x9f\xf0\x8e\x6d\x83\xb6\x8f\xb6\x0d\x1a\x6e\x03\x96\x50\xf7\xcc\x6d\x60\x69\x76\xf3\xb0\xd1\x83\x34\x66\x8e\xcc\x7e\xc1\xdc\x99\xf5\xca\x4c\x04\x49\xe8\x2c\x5a\x9a\x40\x0f\xca\x44\x7c\x9e\xa0\x07\x65\x57\xe8\xc8\xcc\xe9\x61\x09\x76\x11\xec\x01\x8c\xa0\x24\xd0\xcb\x1c\x0a\x7c\xa7\xc0\x16\xf8\x4c\xe4\xb1\x05\xbb\x43\x8d\x0d\x40\x6e\x2c\x46\x90\x57\x5f\x06\xfb\x7e\x65\xfc\x86\x05\xf2\x8a\xd8\x30\x26\x9c\x03\x57\xed\x60\x2a\x55\x35\x8b\xed\x1f\x1c\x81\x4e\x73\xb3\xe5\x77\x40\xab\x8b\x7e\x27\x0a\x39\xa6\xc3\x07\x40\x40\x59\x15\x10\xbc\x9f\xe2\xd1\xef\x68\x58\xc8\xa7\xff\x3b\xb1\x50\x67\x86\x92\x19\x0d\x6b\x34\x1b\x64\x0f\x2a\x80\x9d\x0c\x86\x6f\x48\x8e\x45\x87\x77\x5a\x74\x67\x96\xc0\x6e\x40\xa2\xc9\x44\x72\x9c\xc3\x1d\x9a\xe9\x75\x81\xd1\xee\x3e\x2e\xd7\x0d\x5a\x12\xa8\x34\x69\x6f\x7e\xc7\x45\x47\xb1\xeb\x1c\x5e\xa2\xd0\xaa\x09\x46\x4d\xf7\x76\xc4\xc6\xa8\xd1\xc9\x67\xb8\x79\xb3\x4d\x46\xf0\xd5\xb8\x37\x6e\x8d\x23\xfb\x5b\x2e\xe1\x9d\xdf\xa3\x05\xf3\x3c\x5e\xba\x2f\xfe\x88\x56\xe9\xef\x3f\x1e\x5b\x45\xd3\xb7\x37\x8c\x03\x8b\xa8\xd0\x41\x7e\x3c\xbb\x44\x53\xed\x12\xfd\x61\x83\xab\xdf\x72\x1d\xba\x5c\x5e\xc3\x9e\xd1\x75\x00\x75\xef\x6f\xb1\x45\xaa\x36\xf7\x33\xd4\x99\xb5\xda\xfc\x18\x35\x68\x70\x80\xa6\x07\xc5\x10\xef\x4d\xd3\xd9\x30\x82\x7f\xb6\xf2\x9f\xdb\x69\x97\xc4\xb7\x2f\x28\xd0\x2d\xb1\x75\xea\x9e\x15\x0d\x51\xe1\x34\xa4\x8d\xd8\x3a\x75\x0d\x2b\x23\xf8\x7c\xd9\x3c\x20\xf8\x7c\xcd\x2e\xfb\x8f\xab\x45\xf2\x3b\x37\x4e\xa8\x8e\x63\xed\x8a\xd0\xd7\xb0\x76\x95\xb6\xb1\x76\x3d\x4c\xb5\x71\x5c\xf9\x1f\x79\xef\xda\xe2\x02\x25\xf1\xb4\xe7\xdc\x07\x6c\x14\x3d\x0f\x87\xc3\x17\x5c\xbf\x38\xa5\x2b\x07\x59\x8d\xd3\x3b\xfd\x5a\x8a\xe6\x61\xeb\x2a\xff\xe3\x6c\xce\x59\x0d\xf8\x33\xa7\xfc\x15\xc8\x99\xa4\x0a\x30\x8d\x59\x2b\x1b\x05\x7f\xa6\x6b\x79\x05\x7f\xe6\xcc\x9b\x5e\xa0\x53\xc0\xe9\x4c\xd8\xb9\x07\x2f\x06\xff\xcb\xb5\x98\x94\xa0\xd1\xf4\xf4\x47\x04\xb6\x39\xe1\xbc\x7a\xd0\xcf\x6d\x15\x65\x92\x4d\x38\xaf\x3e\xd7\x33\xed\x4e\x34\x55\x30\x03\x02\xe2\xcd\xa9\x37\x68\x95\xae\xee\x6a\x8d\x83\x09\x77\x00\x99\xe7\xc4\xbf\xc4\x71\x9a\xc2\x94\xea\x47\x3c\xf5\x23\xd1\x0e\xba\x81\x6d\xf4\x42\x02\xb3\x26\xde\xf0\x83\x1b\xf4\x35\x33\x31\xe6\xde\x28\xa1\xe8\x00\x47\xd3\x75\xcf\x05\x75\xa6\x6b\xd3\x03\x74\x26\x12\x99\xdd\xb1\x9a\x66\x77\x8b\xb7\x7f\x30\x56\x8e\x28\x8c\x53\xe1\x0e\x32\x4d\xd7\x07\x14\x64\x9a\x28\x9c\x96\x14\xd5\x3a\xb8\xe5\xac\x74\x31\x2a\xc0\xdc\x46\x51\xb8\xd1\xac\xd6\x84\x51\x14\xae\xdb\xcf\x56\xef\xd0\x4e\x5f\xec\x16\x9a\x63\x77\x1d\x25\x12\x08\xa7\x66\xa7\x50\x55\x2e\xed\x37\xcb\x37\x7c\xa0\xc9\x9c\x60\xc4\x42\x99\x64\x36\xab\x93\xe8\xe9\xc7\xfe\x7f\x7f\x98\x1c\x5e\xa9\xf7\xea\xd7\x0c\xf5\xda\x68\xa5\x73\x6e\xcb\x19\xec\x68\x5e\xae\x24\xe4\x32\x60\x26\x5d\x93\x07\x58\x26\xf1\x82\x6f\xe1\x92\x5f\xb2\xff\x87\x2c\x23\x9a\xd8\x04\xa8\x24\x3e\x45\x0e\x0e\x60\xaa\xf7\x14\x41\x2d\x49\x49\x5b\x16\xb0\x25\x49\xaf\x71\x60\x4b\xb2\x26\xb5\x69\xcc\x30\x6d\x59\xe0\x91\x74\xbd\xbe\xe6\x36\x72\x75\x53\x2d\x7f\x90\x3d\x14\xea\x0c\x8e\xf7\x9c\xcf\xae\xbb\x3f\x62\x76\xa9\x75\x4f\xd8\xa7\x66\x8b\xc9\x01\x8c\x9e\x65\x13\x86\xa9\x2f\xd7\x44\xb7\xae\xd9\xe5\x8a\x6e\xbc\xa7\xc9\xcb\x12\x61\xcf\x2e\x14\x8a\xae\x59\x53\x6f\x05\xaf\x13\xcd\xad\x26\x0f\x73\x63\x61\x73\x5e\xe3\xc6\xa0\x53\xd3\x34\xdc\x97\x5a\xea\x14\x6d\xda\xbb\x2f\xf3\x65\xfa\xc9\x81\x0c\xb0\xa2\x05\x6c\xe2\xdf\xa0\x9b\xd7\x7c\x9d\x7e\xc3\x02\x17\x2f\xc8\xfd\x6d\x26\x42\x21\x1c\xa6\xe8\x54\x30\x85\xf7\xd2\x66\x36\x97\x33\x06\x96\x0c\xde\x49\xd7\xeb\x04\xbc\x93\x78\x61\x2a\x6a\x02\x8f\x9c\x06\x09\xd7\x03\x1a\xec\x93\x54\xa8\x2e\x70\x27\x5d\xdf\x92\x4b\x53\x53\xc6\xd6\x01\xdc\xc9\xb9\xc5\xe4\x25\x1a\xb4\x76\x89\xeb\x60\x2a\xb1\x89\x17\xfb\xa4\xa8\x48\x5d\x46\x03\x57\x98\x5e\x46\x03\xd7\x84\x00\x14\x4a\x34\xcb\x37\x1f\x62\xc7\x6f\xd1\x76\xa4\x2c\x50\x28\x91\x68\xf0\x43\xee\x30\xfc\x91\x30\x0c\xfd\x91\x07\x0a\x94\xe2\xea\x03\x0e\x25\x5a\x93\xf8\x01\x83\x28\x7e\x6d\x57\x73\xf2\xe3\xb3\x9a\x64\x49\xf6\x2b\x8c\xef\x92\x87\x6a\x3d\xb8\xb6\xe7\x3c\xab\x01\x80\x93\xf8\x32\x2d\xd0\x7d\x4f\x1b\xca\x45\x40\x14\x3d\x47\xae\x64\xf7\x93\x23\x54\xcf\xac\x2c\xb9\x36\xe3\x64\x4e\x5d\x86\x16\xd3\x59\xfa\x52\x11\xd5\x45\xf9\xca\xbb\xfa\xbe\x09\xad\x54\xcb\xe2\xa5\xb7\x7d\xde\xa9\xe0\xc8\x98\x0c\x00\x22\xe9\x1e\xdd\x83\x43\x92\x0e\x9d\x2b\x2f\x99\x2b\x12\x0b\x50\x92\xee\x91\xfc\x55\x9c\xe9\xd3\x17\x8c\x2a\xa2\xf6\x92\xd1\xba\xfb\xbf\xf0\x79\xa8\x79\xff\x70\x54\x93\xc9\x9c\x54\xd3\x12\x99\xde\x88\x4e\x00\x4a\x0c\x68\x3c\xc5\x24\x39\x34\xda\x03\x4a\xd2\x09\x4a\x3d\xc5\x21\x49\x7a\x0f\x5f\x72\x5a\x84\xfe\x25\x74\x25\xe8\x60\x13\x20\x92\xae\xda\xbd\x71\x48\xe4\xcd\x17\xc6\x27\x82\xc8\x4d\x30\x49\x7a\x62\x97\x7b\x19\xc1\x78\xee\x17\x4c\x2f\x38\x07\x68\x23\xdd\x23\xcf\x0b\xb3\x92\x87\x70\xa0\x8d\x74\x8f\x19\xc1\x14\xe9\x1e\x82\x5d\xb8\x45\xec\x99\x8d\xee\xea\x89\x0c\x28\x13\xc9\x73\x7a\x80\x25\xa2\x30\x32\x18\x59\xd1\x8d\x37\xc8\x12\x5d\x5e\x78\xa9\x96\xba\xf1\x06\x59\x22\x1a\xc1\x0f\xce\x14\x34\xa3\x5f\x9b\xad\xda\x39\xf7\xee\x1c\xdf\xa8\x19\xba\x30\x6e\xf9\x35\x25\x6a\xc3\xd8\xa3\x7c\xef\xa1\xa1\xab\xe4\xb8\xcd\xff\x11\x0a\xee\x58\x2f\x62\x55\x69\x48\xbf\x7e\x2c\x18\x7c\xf7\xd9\xeb\x9d\x2c\x8f\x77\x01\x69\x89\xc7\xdc\x7a\x76\x6e\x40\x09\xb7\xa9\x97\xf0\x89\xea\xb8\x40\x40\x74\xcd\xe8\x42\x40\x4c\x1d\x51\x2f\x99\x2e\x12\xfc\x32\x62\xed\xe1\xcc\x30\xb0\xa2\x6e\xb3\xe0\x41\x9c\x5b\x15\xbe\x34\x4e\xb8\x6d\xbd\x70\xd4\xd6\x9d\xe9\xc2\x4f\xbb\xef\x1c\xb6\x37\x5b\xc8\xc3\x0b\x12\x7d\xbb\x74\x7f\xd8\x91\xf6\xd7\xb7\x4b\xa4\x8b\x3f\x74\x6f\x24\xcc\xb5\xb9\x2b\xcc\xf9\xfa\x76\xaf\xd2\x2d\x38\x67\x67\x19\x97\x6a\x2d\x3c\xff\xd2\x51\xdb\x7d\x8e\x48\x10\x80\x35\x4e\x90\x20\x7a\x82\xb3\x5f\x1f\x7d\x22\x7d\xd1\x0d\xb0\x6c\xc0\x1f\xba\x16\x16\xb0\x1f\xe2\x43\xd4\x63\x31\xdb\x61\xdf\x97\x61\xb0\xb2\x13\x59\xf3\xc5\xfc\x63\xf0\xaa\x79\xc9\xf5\x61\xf4\x97\x57\x98\xdc\x29\x6d\x38\x08\x77\x4a\xb7\x7e\xdc\x6e\x88\xc0\x83\x88\x25\x5a\xf8\x91\x1c\x08\x93\x65\xeb\xe0\x1b\x3a\x0c\xee\x7e\x1b\x45\x44\x15\xff\x26\xfa\xd5\xe1\x40\x8a\x02\x71\xd8\xfb\xb7\x7c\x5f\x9f\xe2\x5b\xfe\xae\xbb\xf0\x7d\x3a\x13\x90\x35\xa0\x3a\xc4\x0f\xca\x54\x13\x86\xf1\x03\xeb\x10\x1f\x33\x3f\x0b\x72\xf8\xbf\x83\x8f\x10\x12\xd8\x61\xea\xc2\x2a\xb0\xc3\xe1\xf6\x0c\x30\x87\xae\x35\xe1\x36\x3c\x64\x66\x79\xde\x89\x45\x0f\xe7\xba\xd5\x89\xbd\xd4\x0a\x82\x43\x7c\x8b\x16\x27\x43\x00\xb3\x40\xc4\x70\xd8\x1b\x82\x3b\x98\x78\xcd\x4c\xd0\x3b\x07\x63\x71\xb3\x74\xc3\xc2\x8f\xdd\x46\x7d\x08\xdc\xd1\xdd\x44\x98\xd2\x9f\x09\x3c\x87\xb3\x59\x86\x5e\x03\x7a\x28\x83\xe7\x70\x7a\x1a\x28\x9e\x83\x8e\x1c\x37\x5c\xdb\x2b\x41\x37\x67\x07\x46\xae\x00\xe6\x21\x7b\xa5\x40\x60\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\xab\x85\x82\xd3\x90\x09\xb1\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\xd5\x0f\x68\x86\x53\x37\xa3\x5b\x55\x57\x77\x07\xf1\x18\xf6\x86\xe7\xd6\x07\xcd\x2d\x1c\x80\x0c\x51\x13\x3e\xdc\x5c\x80\xc8\x12\xd1\x19\xf6\x66\xe8\x6e\xbb\xf6\xd4\x4b\xbb\x81\xfb\x30\x90\x16\x8a\xde\x74\x20\x2a\x0c\x6d\xbe\x77\xdf\x73\xd3\x1f\x76\x8a\xff\x57\x12\x91\xb9\xcb\xaf\x90\x00\x20\x2a\x44\x0e\x4a\x37\x2a\xb0\x47\xee\x80\x25\x44\xe9\x8c\xc8\xa0\xb3\x1d\x42\x4c\xef\x7b\x5f\x06\x40\x42\x64\xa1\x5b\xb8\xb7\x7b\xec\x71\x1b\x8e\x34\x02\xe5\xd6\xda\xee\x09\x32\x38\x0a\xe7\xde\x96\xdd\x46\x96\xf7\xf8\x6e\x83\x27\x78\xf4\x05\x78\xc2\xa9\xe5\x1e\xf0\x04\x63\xc9\x4f\xb1\x13\x0e\xdd\x85\xef\xc9\x70\x39\xc0\x93\x5b\x1f\xdd\x44\xce\x0e\xff\x97\xdf\x21\x78\xee\x69\x3f\x22\x5f\x40\x58\x88\x4f\xf9\xc6\xf1\xb2\x91\x97\xcb\xcf\x55\x7e\xa9\xcf\x64\xdf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x08\xbe\x4c\x90\xcd\x79\xe3\xc3\xa5\xc1\xfa\xd6\x10\xaf\xaf\xef\xcd\xf5\xa4\xdd\xa8\xcb\x80\xe6\x14\x7e\xef\x46\x51\xad\xd8\x5a\x18\x46\x7f\xde\x86\xb4\xd0\x07\xf8\xe6\x58\x5d\xfd\xe7\x36\xe8\xb0\x47\x75\x37\x12\x70\x1e\x69\xfc\x89\x17\xde\x38\x81\xa9\x48\xdc\x21\x1e\x0d\xbe\x3f\x6f\x2d\xfc\x6e\x3d\x6f\x2c\xfc\x53\x77\xc0\x1b\x59\x79\xec\x09\x8a\xac\x54\xd1\xba\x3d\x82\xf7\x00\xfb\xc6\x6c\x93\x93\xff\xef\xfe\x62\x52\x3c\xce\x62\x4b\xd4\xf3\xcb\x49\x8c\xe3\x57\xde\x9f\xdd\x7d\x6f\x76\x96\x23\x4a\xd0\xad\x19\xdf\xcd\xee\x8d\x7f\xd7\x9e\xdd\x2f\xf7\x69\x1c\xc6\x77\x97\xc7\x54\x7b\xed\x0a\x6b\x85\x40\xd4\x4e\x73\x8b\x90\xa4\x8b\xde\x8d\x07\x75\x51\x36\xdf\x78\x6b\xed\x35\xc0\x06\x23\xa3\x97\xdc\x1f\x93\xc8\x81\xfb\x2c\x9b\x9a\x23\x33\xb7\xf9\xe0\xfe\x76\xe1\x94\xc1\x29\xba\xa7\xd7\xf7\x27\x20\x91\xb5\x22\x56\x46\x75\x13\x7b\x7f\x76\xef\xfe\xb1\xfc\x41\xfe\x45\xf7\x9a\x05\xe9\xb8\x3b\x11\x3b\xff\xee\xe9\x25\xf7\x70\x36\xe2\x98\xed\x69\xea\xbd\x76\x4d\xa8\xfb\x52\x1a\xc9\x3c\xbc\xdd\xeb\xd6\xfe\xd6\x31\x3b\x3b\xef\xf4\xc5\xd6\xfe\x74\x2f\x47\x9a\x41\x7c\x42\x1c\x0e\x2f\x11\x3f\xc4\x89\x3c\x3c\x0d\x7f\x38\x63\xf7\x24\xfe\x41\xfe\x79\xe6\xf0\x70\x94\x9e\x99\xff\x0f\x86\x22\x6b\xf2\x1c\x8c\x73\x31\xef\xee\x06\x33\x3c\x24\x1a\xfc\x4f\xf8\x90\x6e\x22\xd9\x10\x1b\xda\x27\x24\x64\x91\xe5\x3f\x06\x40\x76\xf7\xfe\x60\x4e\xca\xc8\xf1\x87\x03\x77\x5b\xf4\x60\x4e\xb2\xa3\x9f\xb3\xf2\xbf\x1f\x72\x45\x5b\x74\xc8\xca\x6e\x58\x88\x07\x2b\xfe\xa1\xd7\xfb\x73\x3a\x49\x6c\xdd\xde\x08\x61\x14\x78\xb0\x25\x65\xb6\x4b\x4f\x72\x51\xb2\x45\x7c\x0c\xab\xac\x39\xe8\x49\x76\x0e\x35\x41\xa0\xe6\x62\x6e\x05\x6a\xf7\x85\x03\x65\x57\x19\x30\xd2\xfd\xfe\x93\xd4\xb3\xac\x58\x72\xa0\x6c\x22\xc6\x7e\xc0\x28\xe7\x83\xcd\x29\xef\xd2\xf1\x7e\x85\xb3\x3f\x58\xf3\x33\xb2\xf5\xf1\x24\x5f\x47\xe7\x47\x71\xcc\x46\xe6\xd9\xe2\x18\xce\xf6\xec\x1d\x95\x83\xe3\xfd\x65\x0f\xfc\x05\x8f\x29\x88\x35\xb0\x63\xba\xec\xef\xc9\x06\xbb\xf2\x53\xb2\xeb\x6e\x81\x54\x8a\xad\xd6\xa3\x47\xdf\x9e\x23\x7a\x94\x6b\x3c\x78\xb0\xfa\x1f\x32\x43\x51\x65\xa6\x6e\xd6\xa0\xca\xf4\x8c\x40\x06\x55\xa6\xe7\x6a\x0e\x7c\xdb\x1d\x1d\x63\x37\x6b\x62\x78\x2a\xae\x89\x56\xbd\x2a\xf8\xfe\xec\xff\x22\x4c\xcc\xd4\xaf\xfc\xa9\x0a\x2c\x56\x3b\x38\x31\x45\x9d\xfe\xf1\x2a\x94\x2e\xd8\x20\xc3\xf4\x0c\xcf\x7e\x0c\xb9\xa5\xce\xf2\x18\xd5\xd9\x2b\xe2\xc0\xc4\xc4\x0f\x7a\xaf\xee\x8a\xfa\x31\x57\x38\x1b\xb6\x87\xe3\xfe\x6c\xf1\x4d\x25\x13\xa6\xf2\xb4\xdd\x04\xdf\x6c\x0e\xe3\x1b\x7b\x83\xba\x6c\x9d\x00\x1e\xf8\x18\xca\x79\xcf\xb0\xee\x9c\x44\x90\x3e\x86\x6c\xf6\x78\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\x83\x15\x6b\x8d\x0d\xe0\xa1\xc7\xf3\xe3\x49\xbd\xe7\x4f\xcf\x47\x6c\x7f\x78\xcf\xa3\x9b\xaa\x5e\xcb\xcf\x67\xbd\x68\x16\xe1\x05\xb5\x9f\x3c\xec\x09\x00\x37\x9a\x00\x56\x74\xc0\xc5\xe7\x23\x73\x43\xbb\x00\x89\x22\x3e\x44\x66\x42\xaf\x7b\x69\x07\x54\x8a\x4c\xc4\xfc\xf9\x2c\x9c\x11\x5d\x26\x5e\x3a\xd1\xbe\xf3\x6c\x7e\xc6\xec\x7c\xb7\x89\x86\x69\x0b\xc4\x44\x27\x6e\xf5\x7c\x65\x4e\xf4\x01\x68\x13\x59\x0b\xe8\x2b\xa3\x42\x31\x79\x65\x54\x4d\xba\x63\x8b\x44\x15\x55\x42\x21\xf4\x6a\xc6\xd6\x41\xfa\x95\xef\xc0\x9c\x5e\xf9\x0b\x6c\x55\x90\x08\x95\xc8\xd7\x83\x41\x4d\x4b\x2f\x0a\xb7\xb1\x42\x5e\x6e\x42\xea\x91\xf6\x26\xab\x47\xb5\x31\x35\x03\x2f\x3b\x5f\x7c\x73\x0c\x95\xf7\x6a\x76\xde\xe9\x1f\x6a\xe4\x77\x64\x91\x6c\x3c\xde\xac\xee\x80\xfc\x7a\xb3\x1d\x0b\x3b\x79\x05\x44\xd7\x78\xf3\x66\xfd\xca\xcd\x62\x05\x31\xb8\xbc\x59\x2d\x28\x9b\x8a\x65\xdc\x4d\x65\xcd\x69\x05\x77\x44\x32\xac\xf7\x2d\xbb\xc7\x29\xb0\xc8\xfe\x90\xef\xaf\x8a\xb8\x1d\x55\x54\x0d\xa7\x3f\x68\xac\xb5\xf2\x2a\xa4\xcb\xfb\xc5\xa3\x47\x0b\xe7\x5b\x9c\x83\x70\x8a\x17\x0b\xb4\xf7\xdc\x5f\x95\x72\xa6\xe3\x5b\xdd\x8c\xd9\x0f\x44\xc3\xcb\xce\x03\x56\xa3\x77\x94\xdf\xbd\xe4\x60\x14\x6f\xa3\x7f\x58\xbf\x6f\x2c\xb9\xdc\x37\xdd\xae\x62\x91\xbe\x7b\xf9\x55\xdf\xd0\x8c\xfd\x62\x37\x83\x32\x84\xef\x90\x4b\xbd\x82\x39\xb9\x32\xc0\xf2\x10\x51\x66\x82\xe5\x91\xbd\xaa\xf5\x36\xfa\xd0\x11\xe8\x8a\x54\x9a\x81\x67\x6e\x76\x86\x74\x25\xba\xcd\xc0\x63\x46\xf3\xea\xdb\xdd\x38\xa2\x03\xbc\x5d\xd3\x79\x35\xfb\xe7\x0f\xca\xf3\xce\xc7\x9c\x7f\xbc\xe6\x21\x68\xc7\xd4\x03\xfc\x1d\x1b\xa3\x84\xb1\xe6\x3e\x46\xde\x2f\xec\x55\xe9\x2a\xeb\x2e\x04\x11\x3c\xe4\x5e\xaf\x81\xe6\x34\xc1\xbc\x5e\x59\x84\x19\x03\xe0\x91\xb2\xe6\xad\x77\xba\xa3\x81\x7f\xbf\x3a\xc7\x1c\xec\x57\xdf\x69\x43\xc9\xe2\x15\x8b\xc3\x6e\xba\xe8\x7d\x36\xa2\xef\x45\x55\x30\x6f\xbd\x3b\x1c\xdc\xe1\x0f\x98\x8c\x5f\xf2\x92\x84\x67\x1a\xef\x65\xf8\xc0\xc3\x1f\xf4\x3e\x5c\xe6\xdd\x06\x7b\xf8\x28\xc0\x1e\x3d\x3b\xa8\xd8\xe8\x8f\x9d\x48\xc6\x69\xad\x6e\xe6\xe6\xf4\x85\x55\xb7\x56\x77\x54\xdd\x5b\xba\xc0\x7a\xf4\x6c\x2f\xdc\xbb\x22\x16\xa1\x40\xb0\xee\xde\x98\xd0\xaf\x1d\x8c\x8f\x48\xc6\x9b\x87\xb9\xed\x20\x3c\x89\xef\x52\xc6\xb3\x27\xa4\x2f\xec\x12\xbe\x8b\xa6\x5d\xec\xdd\xad\x69\xc3\xc2\xdf\x67\x57\x91\x46\xed\xb0\xe9\x87\xd9\x17\x59\x68\xd4\x9b\xf9\x9f\x44\xa2\x9a\xcb\xc2\xc1\xee\xe8\x46\x6a\x01\xba\xa3\x17\x7b\xfa\xdd\xc0\x9a\xbe\xb0\x77\xd9\x9b\xbc\x86\x05\x90\xbb\xbf\xdb\xc4\x64\x43\x3e\x67\xb4\xbd\xf2\xa9\x71\xa0\xd5\xbe\x9f\xb5\x37\xd5\x3e\x3f\x32\x95\x76\x0d\x94\xb5\x77\xab\xcb\xc8\x8a\x17\xb7\x98\x72\x98\x6a\x97\xef\x0b\x9b\x45\xed\x0d\x4b\xeb\xfe\xfc\x5d\x78\x2e\xca\x54\xb8\xff\x7f\xa8\x6c\x0b\xec\x51\x37\xbf\xe7\x94\xa0\xb0\x3f\x7f\x91\x28\x1e\xd6\xbd\x18\x96\xf4\x3e\x04\xe4\xa3\x17\x9b\xbb\x76\xd9\xd1\x8e\xcf\x93\x54\x5d\xeb\xbf\x63\x37\x64\xf2\xe3\xf2\xcd\xc1\x8f\xd7\x1f\x89\x1f\xfb\x03\xd1\xc4\xcf\x8b\xfb\x8a\x21\x00\x3c\xe2\xcd\xe0\x07\x16\x3d\x76\x98\x9f\x76\x1c\x7d\xd4\x3f\xaf\x7f\x28\x59\xbf\x50\x4e\x7b\xb1\x32\x5c\x24\x2b\x7e\xb7\x6b\x11\x26\x37\x9e\x78\x06\xc3\x04\x92\x21\xfa\xc1\x17\xb7\x9f\x35\x47\xc8\x68\xef\x80\x7f\xdd\xf6\x9a\x68\x87\x51\x8d\xff\xc7\xbe\x4e\xc1\x0b\x1c\xf1\x74\xeb\xf9\x44\x48\xd4\x51\x1c\xb0\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x36\xbd\xc0\x04\xc0\x5e\xe8\x05\xfe\x0d\xf4\x42\x51\x4d\x01\x6e\xa1\x17\x18\xcd\xe7\x91\xdf\xb1\x7f\xe8\x34\x6e\xe6\xe1\x0b\x7f\xec\x56\x58\x04\x35\x4f\x7f\xd4\x00\xbf\xbd\xcf\x47\xdc\x7d\x13\x4b\x8a\xdd\x7b\xed\xc9\x41\x77\x5d\xd6\xc6\xff\x43\x0f\xc9\xf0\xf3\xcf\x70\x5d\x6a\x15\x20\x34\x74\xc0\xe0\x26\x00\x0d\xdd\x78\x55\x80\x32\x44\x22\x3a\xe5\xb2\x62\xf4\xc9\x66\x4e\xac\xfc\x0d\xca\xa0\xc4\xfa\xb6\x01\x00\x65\x07\x28\x86\x24\xb2\xef\xfc\xd8\xf4\x7b\x4f\x14\x58\x86\xee\xdd\xe4\x0f\xee\x54\x92\xff\xb3\x78\x8a\xff\x13\x9a\xd6\x89\x49\xf8\xed\x6e\xd9\xc1\x9c\x4a\xdf\x05\x38\x2d\x4f\x7f\xe0\x82\xd0\x2d\x0c\x40\x38\x64\xcc\xf7\xe8\x50\x66\x5f\x3f\x04\xb3\xd8\xff\xef\xd1\xa1\xdd\xcf\x1e\x11\xca\xe6\x8a\xf4\x0e\xf1\x02\x42\x43\xd7\x9d\x41\x84\x86\x86\x7c\x00\x95\x41\x44\xb2\x09\x28\x43\x52\x1b\x07\x94\xa1\x97\xec\xff\xca\x10\x6b\x1e\x5b\xfa\xda\x8a\x2f\x00\xf8\x76\x4a\xef\xdd\x3d\x75\x7a\x2d\x8c\x2a\x71\xac\xe8\x55\x9a\xef\x65\x99\x64\x0b\x5b\xb6\x9a\x5a\x04\xbf\xea\x85\xed\xe0\xf7\xb9\x2b\x61\xc9\x7f\x5c\xcb\x2a\xf6\xd3\xde\xdc\xa3\xa4\x01\xf5\xd0\xcb\x4e\xa4\xfc\x6d\x66\x87\x0f\xd9\xb8\xb5\xc7\xd1\x1f\x44\x3d\x56\x7e\x7f\xcb\x4d\x34\x9b\xa2\x0f\x73\x77\xd9\xff\xdb\xd6\xec\x0f\xbb\x13\x36\x08\xec\x43\x2f\xb0\xe4\x6f\xed\xca\x47\xaa\xb5\xb9\x0f\x2b\x5e\x6c\x86\xe9\x95\x84\xb5\x0d\xcf\xc5\x37\x1f\x71\xca\x12\xff\xbb\xb9\xa7\x17\xd7\xe9\xce\x01\xc5\x72\x9d\xbb\x96\xbe\x51\xb7\x43\x5d\x05\x93\xe1\xf4\x3a\x36\x98\x0c\x91\x9f\x52\x50\x7c\x0b\xd3\x64\x6d\xde\x95\x7d\x61\x87\xa1\x01\x82\xc3\x10\x3f\x4c\xa6\x40\xda\x1f\x53\xb1\x29\xfe\x58\xbe\x89\x4e\x5e\x78\xce\x79\x68\xbd\xd8\x72\x17\x74\x9c\x95\x76\xef\x99\xc8\x7d\x1b\x0a\x28\xf8\x09\xbd\x30\x85\x00\x49\x88\x12\xc9\x92\xad\x31\xca\xda\xca\xbb\x62\x24\xcb\xbb\x62\x54\x59\xd0\x03\x6f\x7d\x00\x7a\x90\xcb\x4e\x45\x90\x3f\x67\xc5\xca\x7b\xc5\x50\x3e\x4a\x32\xc0\x6d\x13\x38\x84\x48\x45\x29\x7b\xe3\x0b\x2f\x05\xdd\x20\x7e\x90\x05\xaf\x8d\xe9\x1d\x12\xf0\x0d\x52\xde\x63\x51\x60\x1c\xd5\x2c\xf7\xbf\xfe\xaa\xfa\x2a\x08\x63\x60\x74\x8a\xa5\x87\x9b\xcd\xe2\xc0\xd0\x48\xab\x4b\x04\xd4\x13\xe5\x1b\x44\x83\x5e\xea\x1f\x7d\xa2\x37\xda\x81\x97\x4a\x56\x75\xf8\x1c\xd7\xba\x7b\x89\x42\xdd\x04\x7b\xef\x61\x55\xc5\x87\x43\xee\x5e\xd7\x2b\x1b\xab\xca\xd3\x1c\xcb\x86\xe4\xf5\x45\x43\xd3\x40\x3b\x58\x4d\xb6\x39\xfc\x31\xcd\x4e\x91\x9c\x29\x16\x07\x9c\x3b\x6d\xa5\x49\xdf\x65\xf8\x62\x97\x41\xa3\x9b\x33\xd9\x79\x61\x54\x68\x2f\x5b\xac\x6e\xf7\xa3\xde\x2f\x34\xec\xc2\x0a\x5d\x5d\x86\xea\x84\xe9\x8e\x0b\x1c\x75\xb1\x39\x2e\x2e\x04\x2e\xbc\x95\xe6\xa7\x9c\xae\xd5\x17\x1b\x19\x9b\xef\x02\x30\xa4\x8d\x7a\x0d\x07\xdf\x29\x36\x5d\x54\xf0\xa3\x35\x15\x26\xec\x5f\x96\xa2\xcd\x35\xb5\x45\x9b\xf3\xd5\x68\xcb\xba\x81\x80\x10\xd1\xb5\x81\x81\x10\x51\x3d\xf8\x14\x20\xe2\xd8\x39\xb8\x98\x5c\x5c\x52\x97\x0b\xd7\x79\xa8\xb3\xb8\x7b\xa1\x25\x06\x9e\x66\x0a\xf0\x22\x22\x3f\xc9\xf0\xee\xdb\xb7\x3a\x96\x41\x1a\x65\xd1\xcb\xdb\xbe\x0a\x2a\xf0\x19\xe2\x0d\xd5\x7f\xcc\x83\xb2\x2d\xc4\x42\xd1\xf2\xba\xf0\xbc\x3b\xf0\xc9\xbf\x3a\xba\x73\xe5\x1a\xca\x75\x6b\x91\xe1\x92\xc8\x3b\xf2\xf3\xbe\xd8\x13\xb9\xd3\xca\x6f\x15\xa8\x83\x3d\xbc\x04\x56\xe8\xc9\xdc\x79\x47\x7e\x5f\xfa\xe3\x4c\x38\x62\xbc\xa3\x1c\xaf\xd6\xc3\xcc\x5d\x3c\x09\xdc\xf2\xd3\x4f\x64\x13\x2e\x2a\x17\x1a\x81\x84\xcb\xdd\x62\x70\xf3\x4d\xf0\xf4\xa2\xfc\x66\xc1\x0f\xb2\x70\x1a\x21\x61\xed\xee\xea\x9b\xf0\x56\x6d\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x3d\x70\xfd\xf9\x86\x00\x2f\x1e\x79\x4a\x30\x08\x00\xae\xaf\x12\x86\x84\xf1\x9b\x65\xd9\x96\x69\x29\xe7\xfb\x18\x58\x81\x53\x3b\x08\x22\x63\x76\x1c\x20\x25\x70\xa1\xb6\xe0\x10\x2b\xe1\xd6\xa0\x34\x8e\x1f\x82\x47\xc8\xf9\xf8\x49\x01\x86\xdc\x59\x70\x6a\x95\xa0\xe5\x81\x7b\x8c\x12\x3e\xcd\xa1\x23\x6f\x02\xbc\xe7\xec\x38\x8d\x48\xd0\xa2\xcf\x92\x7b\x47\x49\xef\xa3\xfa\x8b\x29\x5f\x02\x2c\xd5\xd3\x00\x09\xec\x9e\x34\x9f\x43\xd8\xe6\x15\xfc\x85\x25\xb0\xbb\xd5\xc4\x2d\xc1\x1b\x1e\xe7\xf1\xf3\xd1\x57\x38\x6c\x0c\xe2\x10\x40\x42\x3b\x33\x01\xd1\x24\x78\x19\x1c\x3b\x30\x04\x41\x7e\xb4\x49\x4b\x10\x30\x98\x68\x23\x12\xf0\x23\xc8\x9c\x92\xbf\xa3\xe4\x17\xab\xc5\xa9\x55\x4b\xc2\x1e\xfd\x79\xfc\x10\x8c\xb7\x82\x54\x83\x60\x3d\xdc\x3b\x6f\x82\xc5\x8e\x9f\x2c\x22\x89\x69\xe5\x80\x00\x7a\xcc\xe9\x2e\xff\x1d\xa5\xbc\x62\x06\xaa\xc2\x4b\x40\xde\x64\x9c\x47\x25\xc0\xb4\x55\xe6\x25\x78\xff\xa6\xfc\x11\xb1\x7d\xa7\xbe\xcd\xde\x7f\x08\x42\x35\xb2\xdc\x25\x7c\xfb\x7b\xe3\x87\xc0\xd9\x80\x0a\x19\x04\xa4\xf6\x29\x22\x9f\x04\xcc\xc7\x6a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xa2\x5b\x77\xe2\xe7\x6f\xc2\x67\x18\xb6\x73\x13\x36\x86\x24\x7c\x10\xc2\x27\x06\x43\xd9\xdd\x59\xdf\x4f\x8c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xfa\x50\x10\xec\xbd\xf6\x02\x7a\x7c\x8a\x2f\x07\xc1\xed\x75\xaf\xa9\x6e\xc2\xc7\x51\xfa\xd8\xbf\xfb\xfb\xe8\x23\x5e\x37\xb3\xe9\xef\xeb\x61\x77\xdd\xec\xa8\xff\x4c\x15\x60\x72\x24\x60\x50\xea\x40\x50\x4b\x60\x2f\xd6\xb9\xfb\x29\x61\x9a\xa2\xfe\x43\x78\x24\xa4\x1f\xc2\x65\xf8\xd9\x7a\xfe\x10\x98\xa1\xbd\xd6\xdf\x7a\x7c\x3b\x18\xe4\x4f\x8a\xcf\x78\x31\xb5\xa5\x5f\x82\xfd\xf3\x5b\xb1\x0d\x70\x55\xfb\x2f\xa1\xdb\xb8\xf1\x93\x65\x89\x29\x56\xe5\xc6\x65\xbc\xaf\xf3\xa5\x6e\x66\x33\xde\x4f\x84\xad\x1f\x46\x31\x7e\x3e\xda\xfe\x21\xe0\x77\xde\xdb\x66\x36\xf3\xfd\xbc\x50\x59\x36\xaf\x8d\xfd\x3a\x35\x6d\x7b\x09\x5f\xaf\xe6\xf4\xde\x76\x8f\x5d\xaf\x30\xda\xbd\xed\x69\x7f\xbd\x1a\x96\x7a\xab\x3f\x29\xd8\xf6\x9c\x9d\x48\x86\x10\xd4\xac\x7a\xdb\xd3\xe3\x7a\x85\x44\xea\x6d\x73\xb0\xfb\xf5\x50\xc7\x2d\x94\x04\xbc\xd5\x3a\x11\xdd\x21\xec\x35\xcd\x91\x2b\x84\x4f\x4f\x83\x53\x61\x54\xee\x17\x9c\x9c\x74\x70\xc1\xf3\x1d\xe5\x79\x5f\x43\x6b\xf4\x3d\x1d\x9e\x9f\x19\xc5\x81\xc4\x26\x38\x0c\x9b\x2f\x3c\x2f\x48\xa2\x91\x22\x6f\x02\x2a\xca\xd9\xfb\x1e\xca\xe7\x45\x9e\x9e\xe5\x2c\x3f\xa5\x2c\x83\x5d\xe0\x93\xb9\x09\x3b\x4b\xf9\x25\x58\x6c\xfb\xfd\xe8\xbb\xaf\xc7\xff\xf3\x8d\x4b\x42\xfa\x25\x2c\x09\xbf\xdf\x70\xe9\x13\x49\x4f\x82\x80\xce\x6c\xc6\xdf\x51\xde\x1f\x61\xd4\xc7\x3f\x84\x5b\x42\xf9\x21\x54\xbb\x70\xf7\xfa\xfb\xee\x33\x8c\xbe\x9b\xff\xbe\x8f\xa5\x8c\xf3\x27\xcb\xab\xbf\xda\xd8\x2c\xed\x7d\xdf\x69\x8a\x2d\x26\xde\x9f\x2e\x9c\xc7\x4f\x8a\x0f\x4f\xbf\x3e\x4a\xfe\x25\x4c\x09\xe7\x2f\xc1\x53\xb3\xf9\x9b\x42\xf6\x31\xca\x4f\xd5\x41\xa0\x3b\xfb\x68\x3f\x29\xc0\x85\x3b\x3b\x17\x13\x25\x20\x58\xc5\xf7\x91\x80\x75\x58\x78\x99\x4d\xd8\x97\x1f\x7f\x6a\xba\x76\x34\xe6\xfe\x53\x53\xb0\x91\x42\x35\xfa\x2d\xd6\x5b\x55\x63\xf7\xfa\xf7\x33\x0b\xc7\x9e\xb8\xdf\xfb\x88\x8a\x3a\xf6\x22\xfc\x5e\x41\x27\xfb\xd8\x2a\xc0\x7a\x1f\x2e\x47\xf6\xb9\xe7\xe9\x7a\x1f\xf4\xb4\x92\x76\x6b\xd7\x2b\x14\x77\xc6\xbf\x16\x02\x7a\xd7\xd9\xe7\x66\x6c\x6b\x8b\xde\x91\xe7\x6f\x8a\x62\x8a\xdd\x41\xeb\x7d\x9d\x52\xb3\xfc\x66\x51\x37\x99\xe5\x37\x8b\xec\x62\x96\x9f\x62\x17\xf6\xe8\x3e\x1d\xfd\x7a\x38\x3f\xd2\x71\x3a\x71\x83\xa0\x21\x18\x73\x31\x04\xd1\xc0\xc7\x71\xfc\xc9\x85\xd5\xd4\x06\x49\x3d\x9c\x2b\x41\xa0\xa1\x03\x93\x19\x04\xb7\xe4\x65\xeb\x5c\xf5\x78\xd5\x6e\xc7\x21\x07\x0f\x02\x91\xd9\xb6\xd8\xa8\xa1\xfb\xe0\x1a\x7c\x28\x9c\x82\x40\xcc\x84\x71\xa8\x51\xd4\xd3\x41\x3c\x0d\xc4\xfd\x8e\x9a\x76\x2b\x06\xd1\x6e\x20\x88\x2d\x3b\x4e\xfb\xbb\xa6\x77\x19\xe8\xf8\x3c\x7f\x52\x2c\x03\x43\x9d\x6a\x47\x35\xbf\x9e\x44\x8f\xcd\x5b\x6a\x7e\x01\x21\x3f\xf3\x54\xf5\xab\xf9\xfd\x8e\xbd\x73\x1d\xbf\x04\x1a\x7b\xfe\x43\x10\x62\xe1\x94\xe7\x07\xc1\x8b\xbd\xa7\x13\x32\x08\x86\x1a\x3c\x77\xd5\xf3\xbb\xb6\xfd\x41\x41\x52\xcb\x5e\xd3\x83\xcb\x5c\x12\xbc\x22\x75\xee\x41\x2c\xef\xcb\x39\xf7\x38\x9d\x90\x41\x20\x44\xc4\x38\x55\x86\x82\x20\x3e\xda\x39\x7f\xb3\x18\xeb\xf5\x54\x14\xd7\xf2\x7e\x22\x56\x9c\xf3\xe7\x1b\x9f\x2e\xb2\xa7\x93\xba\xd6\x97\xe3\xec\x73\x6c\x0d\x3c\x08\x86\x77\x3a\x5c\xf5\x41\xd0\xb5\x3c\x9d\x3f\x59\x9c\xc3\x06\xe6\x94\x80\x8b\xce\x48\xe9\x87\x80\xf1\xf2\x2c\x5b\x69\xaf\xf5\x47\x03\xff\x99\x2f\xf5\x5d\xb6\x05\x07\x68\x09\xa2\xdb\xa5\x3d\x1d\xda\xfb\xe0\x41\xd5\x76\x0f\xb6\xcd\x8d\xfa\xde\xa1\x40\x70\xfb\xa3\x6a\x1c\x04\x1d\xe5\xd3\x9e\xf5\x6d\x6b\x59\x79\xa6\x9f\x14\x9f\x97\x8a\xd2\x9e\x40\x6d\xab\x5d\x83\xbb\xdd\x12\xbc\xe0\xc9\x25\x6b\x08\xcb\xc8\xc5\x7b\x8d\xd7\xbe\x79\xef\xc0\xf7\x4d\x02\xdc\x68\xe4\xe3\x27\xc5\xd6\x22\x8e\xfc\x43\xf8\xec\xe3\xbc\x5b\xdf\xdf\xcf\x69\xba\x75\xf6\x20\x08\x38\x9c\x53\xfa\x25\x54\x09\xc7\x0f\xe1\xd9\x29\xfa\x0f\xc1\x3b\xb2\x59\xd6\x12\x84\x6f\x13\x7e\x3e\xba\x8c\x4c\x90\xf3\xcf\x37\x80\x50\x0c\xc2\x4f\x29\xcb\x1e\xcb\xf9\x37\x0b\xea\xcd\xc8\xf9\xa7\xa6\x1b\x19\x2e\xcb\x8d\xea\x78\x1f\x51\xd9\xb2\xdc\x28\x08\x18\x9d\x46\x96\xd5\x06\xc1\xeb\x23\xb9\xfe\x66\x21\x6c\xf0\xc0\xb4\x0b\xe1\x63\x66\xe7\xa6\x02\x1e\x84\xe6\xce\xd1\xfd\x58\x10\xba\xdf\x18\xbf\x59\x0c\x5f\x96\x55\x1a\xea\x78\xc1\x9f\x4c\x47\x76\x8b\x5b\xe7\x8b\x9b\x4c\x70\xd6\xb1\x09\x5f\x17\x30\x50\xb1\x11\x04\x37\x9b\x9c\x0d\x40\x70\x87\x32\xca\xee\xa0\xeb\x7d\x8c\xf1\x51\x76\xe3\xae\xf7\xf1\x16\x59\x51\x87\xac\xd7\xcb\x61\xe8\x99\xdb\x3f\x04\x19\x4c\xa9\x3f\xdf\xf0\x98\xad\x10\x03\x42\xc2\xfe\xe8\xee\xa0\xeb\x67\x51\x96\xdd\x41\xd7\xfb\xd5\xed\xb8\x34\x7f\x08\x62\x4a\x15\x85\x64\x10\xf4\xb8\xc6\x38\x23\x41\x79\x76\xec\x14\xa1\x55\x4d\x15\xf7\xf1\x43\x30\x0c\x6b\x75\x73\x15\x04\x2d\x19\xe9\x1f\x82\x15\xab\x9b\xab\x87\xde\x85\x2c\x3a\xf6\x30\xdc\x3f\xb3\xb0\xa6\x9f\x8f\x6a\x58\x19\x5b\x0d\x0f\x02\x9e\x4e\xa3\xaa\x32\xd6\xe7\xc5\x85\xe0\x34\xae\x0f\x84\xd7\x8b\xc4\x04\x8b\x91\x20\x26\x4d\x55\x14\xd7\x1f\x15\x69\xb4\xf3\xfc\x25\xdc\x12\x8e\x1f\x82\xe2\xa6\x6d\x16\xf4\xbe\x38\x26\x9d\xa3\xa5\x3f\xb9\x1f\x9b\x9a\x28\xbf\xa3\x6d\xd6\x11\x0a\x27\xcd\x68\x7b\x9a\x07\xa1\x4a\xf8\x29\x40\xbc\x75\x11\x27\x24\xe8\x78\x79\xfe\x56\x81\xd3\x93\x48\x51\x37\x61\x29\x26\x5a\xfd\xc9\xb2\xd7\x5f\xdb\x03\x1f\x1a\x68\x92\xe0\x08\x7c\xef\x2b\xf0\x4a\x53\x39\x0c\x02\x6e\xf6\xc7\xb9\x59\xc7\xb7\x8b\x35\xda\x23\x84\x65\xa4\x9f\xe6\xd6\x00\x82\xa0\x44\xc7\xf9\x43\xf0\xde\x66\xdf\x0c\x6a\xbd\x4f\xd6\x6b\x78\xf3\x92\xd0\x5b\x84\x3e\x72\xaf\x50\xd7\xcb\x19\x78\x3a\x08\x21\x28\xe1\x12\xdf\x69\xaf\x9d\xf5\x7e\xe7\x26\xfc\x64\xd9\x7b\xf7\xe1\x72\x6b\x3f\xd6\x9f\xd1\x65\x50\x41\xd8\xf0\xd4\xb6\xa5\x1d\xaf\x88\xe5\x7d\xeb\xd7\x41\x30\xe4\x54\xb7\x0b\x83\xe0\x5d\xcb\x5e\x7e\xbe\x21\x02\xa8\x01\x3a\xde\xd1\xce\x1f\xf6\xd3\xd5\x16\x83\xa0\xd8\xec\x6e\x51\xda\xf9\xbe\x86\x35\xde\x1a\x78\x3b\xb7\x14\x18\x5b\x59\x0e\xc2\xb2\xa6\xc3\x2c\xe9\x7d\xbd\xd4\x37\x94\x24\x10\x8c\xbb\xe8\x8c\x0c\xc2\x8e\x95\x7c\xfe\x66\x19\xdd\xeb\xd7\xf9\x97\xb0\x81\x09\xca\x26\xec\x55\xbe\x95\xe5\x20\xfc\x84\xcf\xfe\x4d\x21\x08\xe2\x50\x06\x06\x61\x87\x51\x2e\x3f\xa5\x7c\x3b\x80\xbf\x9c\x22\x08\x4a\xfc\xe1\x0c\x0a\x82\x6b\x78\xab\xd3\x41\x50\xa2\x8d\xf6\xd3\x96\x0d\xe3\xba\x35\xdf\x20\x7c\x3b\x56\xa6\x1f\xcd\xf2\x81\xde\x54\xe2\x5b\x68\x44\x8c\xf5\x50\x97\x0b\xc2\xae\x97\xaa\x49\x10\x76\x44\xd9\xf1\xf3\x89\xef\xdc\xdd\xd1\x7e\x09\x16\x32\x7e\x09\xc6\xad\x19\x2a\x2f\x41\xd8\x30\x09\xf3\xe7\xa3\x9f\x88\x66\x63\xfe\x7e\x94\x70\x09\xad\xff\x24\x58\x3b\x4e\xab\xba\x4b\x10\xd6\x0e\xe8\x64\x8a\xf2\x7e\x4e\xdb\xb9\x87\xa9\xbc\x40\xac\x07\xc1\x2e\xae\xef\x23\x0e\xdf\xd4\xac\xd2\x82\x39\x78\xfd\x65\x8f\xca\x8f\xee\x92\x87\x8a\x48\x10\xf6\xe5\xb6\xfa\x43\xf0\x64\x65\xcc\xdd\xc5\xf5\x5d\xd5\x14\x72\xe7\xd6\xde\x47\x7d\x79\x2b\xe4\xad\xbd\xdf\xf6\x0f\x73\x91\xb6\xfe\xbe\x68\x11\xb9\xef\x9a\xf6\xf7\x7d\xf5\x7f\x4a\x6d\x13\x64\x49\x93\x93\x1d\x09\x7a\x0a\x65\xd9\x75\x10\x8a\x2e\x07\x72\xb1\x20\x8c\xed\xf4\xfa\xf3\x51\xcf\x0d\xe7\x51\x7e\xbf\xb1\x4b\xd9\xcb\x27\x94\x06\xbf\x51\x7f\x2a\x26\xcc\xee\x3c\xfa\x2f\xe1\xed\xff\x23\x21\x04\xbe\xa5\xa8\x44\x05\x41\xac\xd1\xad\xed\x05\x61\x6c\xdf\x9e\xf2\x43\x58\xdb\xf5\x24\x6f\xc2\x3b\xb7\x13\xc6\xcf\x37\xbe\x5b\xfd\x58\x4e\xd8\xc6\xbb\xc6\x3e\x7b\xb7\xd7\xe7\xbb\x1d\x24\xcf\xbd\x26\x67\xec\x1c\x3d\x7c\xc8\x9b\xf0\xe3\x15\xa0\x46\x14\x04\x4e\xbd\x8e\x2c\x17\x0b\xc2\xbd\x53\xf8\xd1\xeb\xc5\x21\x22\xb6\xfc\x66\x79\xb7\x3d\xc3\xa8\x4d\x12\x14\xf8\x63\x8f\x6d\x10\xe4\x95\xee\xac\x21\x78\x38\x33\xff\x49\xa1\x11\x77\xcf\xd3\xd8\xaf\x0a\xe8\x55\x7e\x09\x04\x3f\x3f\xce\xf3\x4f\xe7\xe5\x3b\xb5\x66\xd2\xbd\x1e\x83\xa0\xe6\x9b\x7e\x6b\x3d\x34\x98\xec\x25\x1c\x84\x69\x10\xcb\xf2\x4b\x70\x47\xb8\x67\x75\x10\x0c\x61\x95\x7e\x53\x4c\x45\xcf\xe6\x68\xb1\xcb\xb4\x94\xfe\xdb\xae\x8b\xa3\x9f\xf3\x9f\xbe\xc1\xae\x57\xce\xfe\xfb\x0d\xc2\x77\x1f\xe7\xfc\x87\xb0\xd4\x39\x7e\x2b\xe6\x91\x73\x3a\x7e\x53\xa0\xc6\xe6\x56\x7f\x53\x78\x86\xbb\x0f\x0d\xda\xf7\xe2\x9d\x9c\x8e\x1f\xde\xf2\xa9\x71\xa6\x23\xb5\xdf\x14\xcc\xc8\xb2\x95\xf6\x5e\x5f\x3c\xe1\x4e\xb1\xa6\xde\xd1\x43\x9f\xd4\xd0\x2e\xcb\xef\xf3\xd5\x97\x2c\x6f\xbe\xd9\xe7\xfb\x7d\x7e\xc3\xf5\xd7\xa3\xd8\x7d\x86\x34\x7e\x09\x2b\x36\xb0\x9a\x25\xe2\xf7\xe9\x51\x85\xf6\x23\x08\x83\x04\xfd\xf7\xf7\xa5\x15\xf9\x37\xc7\xd6\x7b\xc7\x3f\x84\xa1\x45\xfc\x37\x4b\x7a\xfe\x07\xbb\x7b\x10\x30\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\x3c\x8e\x95\x1b\x05\xa1\x7a\x40\x52\x7e\xeb\xc5\xe6\x22\xef\xcd\x3f\x04\xc7\x2d\xfd\xa6\x40\x57\xcc\x23\xff\x7e\x83\xc3\xb8\xfe\x4f\xcd\x43\x0d\xe9\x3d\xff\xfe\xf6\x26\xf8\x56\x3f\x21\xd8\xd6\xf4\x5b\xc6\xb5\xab\xf5\x9b\x05\xb7\x0c\x61\xc3\x25\xdc\xd6\xb3\xfd\x36\xfe\x76\x31\xa6\xdf\xb6\xe2\x2d\xb5\x2d\xde\xfc\xbe\xff\x07\x03\x1d\x04\x9c\x67\xe6\x6f\x5f\x7c\xfb\x80\xe5\xb7\x61\xdb\xfb\xa9\xfd\x93\x82\x7a\xb6\xfe\x5b\x06\xfe\x4d\xed\x9f\x04\x5c\x4c\xce\x5b\x47\xeb\xdf\xb6\x94\xe4\x6d\x04\x84\xe0\x41\xd8\x71\xfe\x12\x18\x92\xf9\xdb\x7b\xef\x1e\xf8\xdf\x8a\xbf\x49\xdb\xc7\xfc\xfd\x2d\x53\xf9\x1d\x66\xad\xd9\x42\x4b\x6f\x82\xea\xd5\xef\x08\xe0\xd6\x18\x33\xf8\xa7\xed\x38\xfa\x45\x4b\x7e\x09\x58\x2b\xcb\xf1\x4f\x45\x5f\x8f\x2e\xdb\x6f\x35\xbc\x77\x71\xb4\xdf\x62\x77\xa4\xa2\x20\xac\x81\x13\x72\x2d\xc1\xa5\xd6\x40\x0a\xd6\x12\xba\xc9\x22\xf2\xc4\x99\x81\x07\x59\x93\x4d\x53\xc6\x75\x70\x11\x19\xe2\x2c\x70\xfa\x45\xc8\x86\x74\xb0\x11\x5e\x33\x19\x2b\xe0\xa8\xf1\x03\xe1\x9f\xb1\x7a\x2d\x63\x0d\x64\x2e\xbb\xac\xc9\x46\x2f\xb3\x9d\x5c\x93\xa8\xa3\x05\xd6\xba\x08\x36\xd0\x51\xc1\xd6\x64\x76\x15\x38\xea\x9a\x1c\x00\x16\x3c\xed\x16\xf7\xf2\x3b\x61\xd5\x17\x37\xeb\x4f\x11\x03\x17\x57\xdd\x4f\x30\xa8\xfe\x5e\x13\x47\x68\xa6\xde\xf2\x1e\x79\xe6\x32\xd8\xe2\xea\xf7\xc0\xc3\x6c\x71\xf5\x7b\xe0\x1a\xb5\xb8\xfa\xdd\x81\x3e\x5a\xd7\xcf\xa9\x1d\x89\xce\x14\x89\x86\x89\x72\xfc\x4f\xa5\xae\xd8\x51\x8c\x12\x5a\xf9\xba\x64\x0c\xdc\x50\x5b\xdc\xfa\x1e\x95\x7e\xbc\x82\x71\xb9\x13\x5a\xd7\x79\xc7\xff\x21\x11\xd7\x75\x3e\xfc\x6f\xfa\x37\xfe\xdf\x85\x7d\xfc\xff\x27\x9f\x82\x75\x9d\xc4\xd6\xb3\x19\x89\xc8\xdb\x29\xf1\x3f\x21\xfe\xb2\x74\x91\x59\x9b\x3f\x84\x48\xa5\xf4\x04\x6a\x43\xa6\xad\x42\x97\xc6\xa2\x5d\xdc\x1d\x1f\xcd\xda\x26\xf0\x88\xac\x61\xf2\x6a\xab\x05\xbc\x78\x13\xc5\x50\x70\xa7\xfc\xcc\x9c\xec\x2f\x2f\x95\xe7\x6c\x69\x28\x6e\x19\x7f\xd1\x75\xc9\xd1\xd8\xda\xaf\x8b\xc3\x92\x8c\xbd\x61\x71\xdd\xfc\xcc\xb8\x6c\x2c\xae\x9b\x77\xc4\xc2\xe2\xb6\x79\x7c\x8c\x2a\x62\x84\x36\x28\xc4\xba\xd8\x4b\x66\x0e\xfa\xd7\x85\xf1\x39\x67\x6b\xc9\x55\x89\x8c\x13\xe3\xba\xbc\xdf\x48\x6c\xdc\x75\x79\xb8\xc7\x2d\xa3\xc5\x7d\xf5\xf8\x61\x99\xcb\x3c\x7c\xba\xd8\x1c\xd6\x06\xd7\xd7\xe3\xd3\x7c\xad\xd8\x9c\x4c\xa1\xc5\xe6\x54\x5a\xad\xdc\xc1\xcf\x65\x5d\x7b\x4d\x27\x0a\xc5\x05\x1b\x50\xcd\x75\xb9\xb6\x31\xc3\xac\xab\xd8\x9c\x62\x2a\x5d\x63\x26\xb5\xc1\x35\xa5\xef\x54\xb6\xa6\x5b\x19\xa7\xb6\x73\xaa\xd8\x9a\x62\x91\xb6\x26\xfb\xc3\xd6\x4c\xea\x5c\x6d\x4d\xe5\x03\xea\x34\xd9\xce\x55\x5c\x60\x47\x5a\x57\xb5\x35\x0e\x7a\xb5\x35\x85\xee\xa8\x7b\x70\xfc\xe1\x7a\xae\xd4\xa0\xda\x1c\xe7\xbe\xa6\x8c\x3d\x54\xd5\xd1\xe9\xfe\x70\x74\xaa\x1f\x50\x02\xed\x3c\x46\xff\xb5\xd5\x75\x8f\x01\xfd\x21\x28\x3a\xe7\xd2\xeb\x6a\xd6\xda\x45\xd9\x76\xad\x7d\x63\xad\xe1\x4f\x97\x07\xd3\x9c\xff\x2e\xee\xd2\xc7\xd7\x18\x2a\xee\x77\x56\x3c\x7c\xd7\xd5\xac\x75\x32\x99\x83\xd0\x4d\x66\xad\x9d\x2c\x38\xc8\x70\x8c\xb2\xb8\x74\x7f\x7a\xc9\x70\x5d\xf2\xe3\xe4\x8c\x40\xa0\x66\x04\xd1\xe2\x2a\xf3\xb4\x6f\xd8\x36\x6b\x91\x5c\x78\x96\x7a\x9c\xb0\x3e\x2e\x0b\xb1\x79\x5e\x9c\x20\x76\x36\x46\x6b\x1d\xe7\xbf\xfe\xc2\x51\x6f\xe1\x65\x36\x70\x21\x5e\x38\x99\xb1\x19\x5f\x6b\x07\x59\xe5\x5f\xa3\x2b\xf2\xaf\x91\xe5\xf8\xb7\x93\xcf\xc4\x44\xa9\x1a\xfc\x0b\xe4\x9b\xf9\x9e\x7f\xfd\xe5\x7a\x5f\x07\xd8\xea\x99\x7f\xbf\xa0\xfa\x89\xf5\xaf\xbf\x40\x31\x5b\x9c\xce\x60\x6c\x58\x58\xcb\x88\xd4\xb5\x38\x7d\x74\x32\xe3\x3f\xc6\xde\x71\xe1\x3d\x86\xa6\xb2\xf0\xe4\x22\x02\xd2\xc2\x91\x4b\x8e\x82\x1b\x17\xa2\x77\xe1\xc4\x05\xe4\xe4\xe2\xbc\x07\xab\xc9\x5a\xb1\xe6\x5a\xf9\x9f\x3d\xe9\xe7\xff\xca\xed\x56\x8d\x8f\x33\xbe\xa8\xda\x9c\x46\x2e\xdc\xa2\x80\x42\x59\x38\x45\x21\xd2\xd7\xe2\x46\x21\x13\x7d\x7d\x39\x3e\x4e\xe9\xb1\x49\x1e\x98\xb8\xd7\xc2\xe3\xf0\x34\x05\xe1\xe9\xff\xff\x8f\x44\xfe\xe3\xfa\x2f\xff\xd7\xf7\x6f\x7f\x1f\x47\xb4\xf4\xef\xe3\xe0\x00\x35\x7e\x47\xd9\x7f\x1f\x47\x27\xbc\x75\x10\xae\x13\x02\x11\x6f\x0e\x92\x84\xb6\x13\x0f\x3c\x73\x3a\x94\x47\x8a\xd1\x47\x82\xf2\xf8\x59\x42\xca\x44\x8f\x1d\x80\x9a\xff\x7d\x1c\x7a\x92\x1c\x41\x79\xa7\x14\xad\x3e\x41\xf9\xcc\x65\x2c\x81\x0c\xc5\x5c\xcb\x40\x76\x41\x59\xe6\xe2\x8e\x61\xcc\xa3\xe3\x8c\xbd\x73\x3c\xa6\x41\xda\xa2\x7c\x60\x1b\xe3\x41\x1d\xd9\xee\x1f\xc9\xaf\x83\x35\x77\xea\x1c\x77\x00\x29\x17\x0f\xf2\x12\x87\xf5\xc8\x07\x2d\x06\x82\x0d\xb7\xb1\x03\xd0\xb5\x78\xb0\xb6\xa2\xee\x20\xa4\xc5\xc3\x7c\xb1\xda\x0e\x70\xce\xe2\xf1\x49\x4b\xd0\x16\x34\x2f\xc8\x63\xca\x38\x80\xf9\x8a\xc7\x6d\x3a\x4a\x08\xad\x34\x1e\x3b\x6a\xac\x34\xcb\x20\xea\xf8\x81\x3f\xc5\x91\xa7\x75\xc3\x2e\x8f\xf7\xfa\x01\xb4\x52\x3c\xa2\x2a\x87\xa9\xae\x47\x12\x5b\x16\x9c\x59\x8f\x7c\x9b\x13\x1b\x0a\x3e\x9a\x07\x80\x47\xf1\x20\x67\xa5\x6e\x8f\x39\x01\x22\x3a\x70\x45\x3d\x40\xd3\x89\xc7\x23\xad\x43\xfb\xa4\x59\x42\x70\x88\x03\x70\x9c\x78\x54\x3e\x37\x21\xd1\x71\xe0\xcd\x9c\x68\x6f\x07\x78\x33\x7f\x1f\x05\x96\x4e\x5c\xfb\x03\x50\x97\x78\x58\x40\x08\xda\x03\x44\x96\x78\x58\x40\x70\xf1\xf3\x8b\x95\x16\x8f\x65\x74\xc6\xf9\x6f\x7f\x27\xe7\x6f\x3a\x70\xf1\x0c\xee\x9c\x8e\x10\xd1\xf1\x00\x4e\x62\x40\x99\x52\x2e\x1c\xc3\x82\x12\x72\x2b\x1e\x40\xf7\xb1\xdb\x4a\x47\x2f\xd0\xfa\x0c\x9e\x27\x69\xf8\xf1\x01\x29\x24\x73\x02\xd7\x3b\x1e\x85\x54\x15\x52\x93\x74\xfd\xeb\xaf\x09\xbe\x56\x02\xa5\x3b\x1e\x1f\xa9\xce\x20\x35\xbe\x05\xce\xb6\x1e\x14\x09\x9c\xed\x78\x84\xfe\xc4\xad\x93\x74\x76\x53\x45\x25\x06\xb7\x47\x12\x90\xd8\xf1\x20\x55\xcc\xda\x04\x02\x75\x3c\xbc\x4b\x05\xc5\x3a\xe0\x07\x98\xd8\x93\x26\x90\xa6\xe3\x31\xa5\xf1\xb1\x87\x46\x82\x90\x3c\xb8\x87\x9f\x52\x28\x50\xf1\x50\xa4\x84\x66\x93\x52\xea\xd2\xf0\x54\x96\x72\x4b\x71\x9b\x12\x94\xc6\xa7\x92\x16\x81\xbc\x69\x4d\x1a\x11\xff\x4f\x28\x97\x94\x3b\xf2\xe5\xa0\x74\xc6\x27\xb1\x51\x4b\xec\xdc\x12\xc0\xa6\xf1\xc0\x6d\xb4\x1e\x7c\x6b\x98\x8e\x90\x01\xa1\x13\xa4\x34\x2c\x11\x53\x73\xc5\xb1\x27\xa5\x61\x4e\xae\x1d\x15\xbe\x3f\x2c\x91\x73\xcb\x5a\x62\x69\xa6\xf4\x4a\x63\xd7\x55\x3b\x5d\x9d\x0f\xda\xcd\xda\x8e\x74\xd1\xb1\xe0\x02\xc6\xe3\x0a\x06\x1c\xdf\xcf\xf3\x85\x82\xb3\x7f\x22\x4a\x74\x72\xc5\x25\x60\xcc\x4e\x71\x00\x13\xd0\x65\xf1\x88\x81\x3b\xfd\xd8\x75\x4b\x7a\x21\x91\xf3\x66\xe0\x58\x8b\x67\xc3\x15\x2e\xe5\xe0\x9a\x7f\x27\x81\xc0\x1a\x66\xd8\x54\x9c\x2c\x85\xf0\x8d\xc0\xd0\xa4\xe2\xf4\x2c\x03\x99\xc8\x94\x2a\x30\x88\x54\xa6\x1e\x91\xf1\xb1\x02\x7f\x48\x65\xea\x0e\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\x39\x63\x4c\xe5\xa6\xd7\x0a\x16\xc3\x03\x6d\x23\x95\xd7\x32\x61\x85\xc2\xc6\xa4\xf2\xd1\x84\xc2\xe6\xea\xe0\x78\x25\x95\x55\xa5\xc1\xec\xb9\x90\x95\xea\x41\xde\x4a\x7c\xb8\x12\x62\x31\xd5\x46\xc7\xd5\x16\x8a\x3f\xf6\xa2\x54\x3b\x95\xab\xd1\xaa\x41\xb4\xa0\x54\x87\x24\x40\x67\xb9\x4a\x91\xc0\xd5\x89\x47\x25\x63\x14\x59\xad\x9a\x20\x2d\x8d\x08\x65\x09\x38\x94\x78\xf0\x31\xba\xa8\x59\x8b\x76\x40\xa2\xb2\x0d\x06\x94\x1a\x46\xdd\x86\x83\x67\x02\x09\x25\x1e\x2f\xcb\x2e\xca\x6c\x8d\x9e\x6c\xe8\x4b\x89\xeb\x46\xa9\x39\x4f\xc1\x9f\x88\xb1\x8a\x42\xbb\xf3\xb4\x77\x1a\x35\x82\xdd\x10\x9f\x2f\x1e\x48\x3a\xcc\x43\x69\x2e\xa6\x1b\x51\xc2\x82\x16\x8d\xbf\x9d\x6e\x37\x3a\x4d\xfa\x85\x50\x57\x0e\xff\x7f\x89\xe6\x44\x78\x8f\x78\x54\x51\x1a\xa2\xee\xb7\x8b\x82\x38\x1a\xb1\xa6\xa3\xa2\x1c\xb1\xc5\xe3\xd5\xf2\x11\xe9\x3e\xa4\x76\xfa\xdc\x60\x82\xb2\x90\x3e\x27\xda\xf7\x78\x76\x18\xea\x4f\xc2\x1b\x3f\x1e\xf5\x5f\x7f\x15\x02\x9f\x24\xbc\xe5\xe3\x91\xfe\xf5\x57\xa9\xb1\x9d\x49\xeb\x5e\x90\x0c\x70\x14\x3c\x3b\xad\xd7\x54\x6f\xfa\x71\x3a\x4f\x1c\xc1\xc6\xa3\xfe\xb8\x1f\xe7\x83\x11\xc9\x47\x48\x10\xb6\x68\xf9\xa0\x1b\xf2\x11\xdd\x80\x33\x56\x3e\x42\xaa\xfe\x9d\x0f\xd0\xb7\x07\xb9\xa8\x54\x3e\xc0\xdd\x0e\x9e\x9e\x0f\x86\x31\x1f\x0e\x23\x55\xcf\xc7\xb9\xf3\x4d\xf9\xc8\x0c\x5a\x30\xfd\x78\xd0\x65\xb8\xef\xe6\x23\x36\x3c\x7f\xe7\x63\xb2\xc5\xe5\xfb\xd3\xef\x03\xda\x04\xe4\x48\x3e\x82\x49\xc6\x83\x20\x2c\x6c\xa8\xf2\x31\x6f\x69\xa1\x98\x15\x2a\x0f\x33\xc8\x47\x30\x03\x5c\xcb\xb2\xda\x51\x46\x3f\xc1\x35\x26\x1f\xab\x4b\xb9\xe0\xb0\x24\x5a\x66\x5b\x64\x3b\xff\xed\xef\x2c\x03\xcf\x27\x6e\xa4\x8d\x68\x45\x19\x84\xf5\x78\x4c\xa7\x6a\x83\x76\x49\x33\x5d\xac\xa2\x9c\x90\x78\x19\x58\xf1\xf3\xc0\xf9\x3d\xa7\x74\x49\x8b\xcd\x33\xbb\x8f\x9c\x32\x35\x4b\x5c\xd9\x6f\x27\x24\xe4\x6c\x06\x04\x7b\x70\x9b\x23\xa7\x90\xb9\xf1\x80\x11\xe0\x22\x9d\x41\x89\x8e\x07\x05\x10\xef\x3d\xcb\x54\x73\xc2\x8b\xee\x70\x70\x41\x55\x8e\x07\x1a\x45\x19\x54\xe4\x2a\xd2\x06\xa5\x46\xbb\xd2\x6d\x45\xee\x5d\x04\x35\x79\xcd\x0a\x0f\x39\xb8\x7c\x96\x55\xbb\xb2\x6a\xd7\x89\x4a\x95\x33\x6a\x46\xce\xf8\x45\x9f\x84\xd6\xcc\xe0\xcc\xc6\x83\xf8\xea\x84\x4a\xcc\xaa\x59\x19\xe0\xd8\xa0\x91\x37\x0d\x69\x13\x5a\xf0\xbd\x0c\x8a\xeb\xdf\x39\xb3\xbf\x3f\x39\x4b\xc9\x00\xb5\xc6\x83\x08\x18\xc4\x1b\xcb\x39\x9b\xae\x98\x8e\xb1\xc8\x25\x4b\x6b\xd2\xa8\x4b\xb9\xa5\x3d\xd0\xe8\xbe\x5c\xac\x4b\x35\x6f\x21\x6f\xad\xd2\xcc\x1b\xdc\x2a\xa3\xeb\xc5\x03\x86\x1e\x5a\x6b\x56\xe3\xcb\x79\x20\x44\x26\x35\x1e\xd6\x24\x3a\xbe\x37\x1b\x06\x3f\xcf\x88\xa4\xde\x0e\x32\xda\xed\xf9\x0a\x9e\xc9\x6d\xb7\x9c\x5f\xe6\x21\x00\x91\xe7\x49\x60\xf0\x5c\x51\xee\x73\x35\xa2\x10\x01\x21\x32\x58\x01\xf1\xd0\xa3\x34\xf4\xc7\x82\xdf\x50\x3c\xaa\xe6\xa2\x16\xb4\x94\xa1\x89\x03\x85\x7d\xbe\x7c\x31\xdf\xfe\x2e\x6c\x01\xcf\x42\x98\xa6\xc2\xc9\x7b\x3c\x4e\x69\x29\x68\xdd\xef\x81\x65\x7e\x72\x9f\xb2\x70\x7d\xee\xef\xc2\x39\x97\x8e\xf6\xe5\x43\x60\x16\x6f\xbd\x61\xa1\x29\x5c\x64\x89\xc7\x43\x4e\x6a\xc2\x21\x42\x3c\x8c\x4c\x12\xea\x62\xe1\x66\x45\x3c\xd8\x7f\xb3\x97\x2e\xeb\x36\x2f\xb8\xda\x27\x82\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xbb\xa7\x82\x34\xaf\xf2\xad\x7a\x1c\x36\x22\x36\x01\x55\xbd\xb2\xc2\x62\xd2\x09\xbf\xa9\x47\x3d\xa1\x01\xfc\x70\xe2\x28\x51\x8f\xe0\xcd\xf1\x28\xd0\x0a\xdf\x9b\xe6\x9d\xfa\xf7\x87\x7a\x50\x8f\x58\xfc\x7f\x57\x38\x48\xa4\x83\x76\x49\xe3\x12\x9f\xc1\x79\xeb\x71\x5f\xd2\xf6\x55\x00\xca\x08\x95\x3d\x1e\x57\x54\x59\xd2\xfb\x40\x7a\x6d\x6d\xb0\xd6\x7a\xb2\xa4\xea\x19\x4b\x4a\x86\x5f\xcf\xe3\x91\xc4\xd9\x18\x6e\x5e\xf5\x3c\xa5\x9d\x66\x0d\x35\xbd\x9e\x68\x80\xf5\xc4\x10\x7a\x12\x71\xbf\x9e\xc9\x74\xc9\x74\xa1\x83\xd4\x33\x53\xe3\x33\x46\xbd\x20\x8f\x2a\x2a\x6e\x3c\xa2\x72\x88\xe1\x7a\x86\x30\x8f\x47\x0b\x52\xa2\x80\xcb\x54\x31\xe6\x85\xbb\x8b\xf5\xbc\xad\x6e\xec\x2f\x0b\xd1\x3c\xeb\xf9\xd2\x99\xe7\xeb\xac\x8b\x99\x53\x93\xad\x4a\x30\x8a\x82\x73\x4e\x95\xdb\xd5\x64\xd4\x02\x76\x93\x35\x31\x77\x6a\x8a\xb9\x53\x50\x37\x6a\x8a\x39\x13\x0f\x2f\x0e\xcd\xe8\xb8\x64\xdd\x80\x9e\x4f\x27\xcc\xb3\x26\x36\x50\x15\x10\xf8\x92\x2c\x15\x95\xa9\x8a\xe5\x7e\xa6\xa3\xfe\x51\x80\xd7\xe4\xc8\x25\x47\x8e\x3b\x8f\x15\xb4\xf0\x78\xcc\xf8\x72\xec\x71\x6b\x3e\x48\x96\x31\xc6\x17\x0c\x3c\x35\xdb\xfd\x30\xaf\x74\xda\x63\x40\x53\xc7\xe3\x91\x16\xb5\x82\x7b\xc4\xc3\x5a\xc5\x5e\xa0\x66\x74\xfc\x9a\x8d\x86\x8d\xb3\x5b\xcd\x2f\x13\x50\xec\xd8\x13\xad\xaa\x16\x87\xb3\xc4\x70\x16\x42\xb7\x54\x50\x42\xe3\x61\x56\x6a\x0c\x54\x65\x3c\x3e\xb2\xd2\x8f\x85\x6d\x73\x2d\x5f\x8c\x27\x7b\xa5\xaa\x0a\x58\xab\x17\x10\x6c\x45\x75\xb2\x55\x8e\xbd\x4e\x70\x76\x6a\x65\xb7\x54\x2b\x51\x52\x30\xa3\xd7\x5a\x2f\x49\xe2\x57\x8d\x28\xa1\xc2\xbe\x2a\x30\x7b\x41\x8b\xc6\x36\xa4\x41\x6d\x1c\x52\x14\xae\xba\xd7\x76\x32\xf0\xcd\x98\x77\xc4\xc8\xac\x0d\x4e\x5d\x81\x7d\x0b\xc5\x80\xbc\xcd\x74\x20\xa5\x9d\xb0\xa5\xda\xba\x34\x4e\xb4\x0b\x77\xc9\x6b\x73\xe4\x1b\x3e\xe8\xa5\xc4\x0e\xbb\x36\x5b\xdb\x88\x64\x78\xa2\x09\x56\x40\x88\xe2\xe1\x9d\x82\x60\x2e\xb5\x3b\x31\x81\x15\x8a\x74\xf1\x3d\x20\x79\xe2\xc1\x69\x35\xee\x7a\x15\x68\x9d\x78\xc0\x0e\xf1\x94\xab\x00\xe3\xc4\x83\xdb\x2a\x98\xee\x6b\xcf\x5d\xda\xf8\xd7\x5f\x85\xbb\x84\xb5\xe7\x57\x12\xcb\x17\x1f\xd5\xda\x0b\xd5\xeb\xfa\xaf\x73\x51\xba\x82\xb0\x12\x0f\x2f\x7b\x84\x50\xab\x7d\x9a\xd7\x7b\xcb\x5c\xd6\xaa\xdd\x79\x01\x96\x45\x29\xc1\x5e\x2b\x30\x0f\xf1\xe0\x08\x0b\x8f\xb2\x3a\x9c\x66\xc3\x69\xc6\xd9\x4e\x1d\xa8\x04\x75\x0c\x2f\x84\x84\x3a\x54\xc7\x80\x1b\x0c\xcf\xc4\xb9\xd8\x58\x07\x6a\x42\x1d\x97\xbd\xc2\xfc\x21\x12\x79\x3c\xbc\xd5\x01\xc7\x19\xeb\x96\xf6\xa2\x77\x46\x6b\x89\x26\x1e\x0f\x5b\xd6\xa2\x65\x84\xff\x8e\x87\x03\x19\x9a\x48\x9d\xce\xe4\xc9\x4c\xc6\xa3\xab\xa2\x8f\xc7\xa3\x99\x2c\xe6\xc0\xec\xd2\xbc\xb4\xc0\xc9\x47\x25\xda\x70\x3c\x82\x59\x71\x9e\x51\xe7\x47\xe5\xe6\xe7\x50\x20\x10\x2e\x3f\x87\x29\xbf\x70\xdd\xa1\x62\x21\x8f\x47\xf5\x96\x7f\xf4\xd3\x25\x4f\xbf\x2e\xaf\x56\x1c\xd1\x27\xc4\x97\x8c\x47\x30\xba\xca\xa4\xbd\x9d\xf0\x84\xf9\x2b\x04\x89\xaf\x77\x67\x6e\xdf\xba\x9b\x72\x2f\xaf\x12\xa1\x2e\x1e\x48\x88\x92\x49\x77\xc1\x3f\x8c\x18\x77\x72\xa7\xa6\xde\xf2\x4d\x42\xbc\x05\x2d\xda\x7a\xdb\xae\xfb\x35\x06\x41\x68\x21\x95\xfb\x55\xf1\x88\xf9\x84\xa1\xb3\x3e\x99\xcf\x11\xa5\xa9\x60\xc4\xac\x84\x09\x8a\xc7\xbe\x73\x42\x32\x04\x78\x7d\x14\xe0\xa8\xfb\xf5\x59\x94\x4a\x04\x9e\x74\x3a\x38\xc4\x4b\xf9\xbb\x1a\x29\xe5\x2c\xa1\xbb\xd7\xb7\x53\x13\xe2\x91\xa4\x93\xdb\x37\x95\x88\x18\xf1\x08\x45\xc7\xca\xe1\xc8\x16\x0f\x74\x0e\x8e\x9f\x2a\x9e\x36\xf1\x08\x5e\xc1\xae\xbd\x7e\x95\x3e\xf9\xaa\x7d\xc2\x8c\xfd\x1a\x33\xe7\xd3\x8e\x5d\x43\x49\xaa\x9f\x5c\xeb\x6b\xde\x58\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xd8\x4d\xaa\x7b\xa2\xca\x75\xf5\xc8\x1a\x8d\xf8\x1e\x1a\x86\x9b\x6a\xc1\xa6\x50\xb9\x52\x1e\x0f\x0d\x93\x4c\x89\x0f\x9b\x42\xc5\x0f\xa5\x60\x97\xad\xf8\xad\xc6\x63\x42\x8a\xfa\x2e\x65\xab\xfe\x99\xa5\xc2\x3b\x96\x8c\x7c\xc9\xc8\x6b\x68\xbf\x75\xc9\x16\xb9\x38\x5b\xf0\xd9\xa8\xcb\x4e\x5f\x76\x7a\x85\x4d\x2c\x0c\x08\x75\x71\x41\xef\xac\x2c\x4e\xdc\xd1\xe3\xb1\x69\x7c\xce\x75\xad\x57\xac\xea\x7f\xc5\x3f\x21\x1e\x00\xe3\x0e\x48\x1f\xcd\xd7\x8f\xaa\x73\xd2\xd6\x0e\x6a\xd2\x8e\xda\x8d\x30\xd8\x83\x36\xa5\x11\x41\x01\xb7\xaf\xa6\x0a\xd2\x50\x41\xd2\x59\x5b\x86\xf6\x49\x5b\xd2\x6a\xd0\x96\x59\x17\x59\x5b\x94\x70\x86\x3c\x88\xc7\x17\xa4\x58\x73\xed\x64\x55\xb7\x13\x6f\xc6\x62\xa1\x67\x1d\xd0\x62\xb1\x14\x22\xf6\xb7\x93\xad\x49\x3b\x87\x4d\x8d\x7d\x53\x3b\xd1\xb7\xda\xa9\xbe\xc5\xcd\xa3\x76\x4e\x3f\xa7\xbe\xc5\xbc\x6e\xe7\x63\x5e\x55\x3f\x10\xaa\xda\x69\x85\xcf\x5d\xe1\x99\xff\x28\xd4\xdb\xf9\x3d\x64\xf9\x0c\xc0\x18\xf3\xb4\x25\xb6\xb0\x2d\x1d\x31\xee\x04\x03\x6e\x68\x22\xf1\x08\xc6\x4a\x94\xd8\x96\x06\xcd\x66\x0f\x95\x0c\x51\xda\x92\x15\x4d\xc4\xaf\xc0\xbd\xa2\xa9\x68\xb4\x44\x5c\xc6\x93\xa1\x6b\x89\x69\xda\xd8\x43\xa5\x13\x44\xbf\x86\xfd\x38\x1e\x5c\x3a\x69\x21\x1e\x5a\x2e\x7c\x8e\xad\x4a\x2c\xd3\xa8\x09\x08\xf9\xf1\xc0\xb5\x89\x60\x33\x2d\x33\x9f\x5b\xf6\x8a\x0f\xe6\x81\x96\x3f\xbf\xf7\xf9\xbd\xd8\x7d\x34\x50\xd9\xe3\x31\xcd\x1b\xfd\x5d\x30\x2b\xb6\x62\x0c\x1e\x2e\x02\xb6\x62\xfd\xca\x5e\x46\x31\xb7\x5a\x79\xf8\x5e\xc1\xae\xd5\xb9\x19\xd9\x0a\x26\xf8\x56\xbe\xf3\x5f\x7f\x55\x62\x54\x34\xec\x4d\xf1\xb8\x84\x40\x8c\xac\xd5\xfe\xac\x87\xb4\xe0\xf1\xad\xa2\x9a\xb4\x1a\x8c\xb8\x72\xa3\xa1\xd5\xfc\x48\x7a\x4d\x16\xad\x00\x41\x3a\x1e\x39\x92\x05\x1b\x6d\xd5\x42\xab\x85\x52\xb7\xba\xfc\x18\x57\x74\x4f\x0e\xbb\x5a\x5d\x9f\x34\xfb\x38\x38\x46\x53\xbb\x68\x68\x17\xe9\xe4\x98\xa8\x35\x44\x41\x6b\xc1\x9b\x2a\x3b\x92\x06\xa8\x6b\x3c\x1e\x61\x3d\xe3\x73\x0d\x36\xda\xb0\x2c\x55\xc2\x9a\x34\xa0\x56\xe3\xf1\x7a\x7d\x8b\xac\xdd\x64\x6c\x66\x1a\x3b\xdc\x06\xb6\x68\x3c\xf0\x1b\xe3\x56\x64\x03\xe9\x33\x1e\x8f\x01\x41\xa3\x15\xed\xa1\xad\xed\x41\x14\x12\xaf\xbb\xf5\xc4\xec\x01\xb1\xaf\x9e\x39\x92\x81\xfa\x16\x8f\x12\xa4\x60\x54\x0d\x1c\xae\x78\xd0\x73\x5c\x35\x6b\x60\xf8\xc4\x83\x3d\x0f\xe8\x98\x6d\xb4\x05\xad\xb3\x66\x7a\x8d\xda\x0d\xc7\x7f\x4c\x2f\x5d\xd1\x58\x30\x64\xe2\x71\x4b\x23\x1d\x1b\x92\x36\xdc\x90\xe0\xc4\xda\x06\x5b\xad\x26\x08\x4a\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x7c\x29\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x82\x4c\xe1\x94\xad\xcd\x97\xd6\x4e\x1c\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x97\x17\xdb\xe5\x6a\xf4\xc0\xbe\xe3\x84\xda\x38\x47\x8e\x87\xe5\x86\xc2\xda\x2e\xac\xc9\xed\x22\xfe\xcc\x09\x68\x5e\xbb\x50\x9b\x1a\xa2\xfd\x2c\x38\x11\xb4\xeb\xf2\x7b\x57\xcc\x32\xcc\xe8\x8d\x78\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7c\xc7\xc3\xe5\xe3\xe7\x5e\xa6\xd4\x65\x2c\x52\xbb\x8f\xa0\xd6\xf1\xb0\xca\x21\x4a\x1b\x61\xa2\xe3\x61\xf5\xe0\x20\xf7\x41\xb7\xdc\xb8\x76\x74\x3c\x5d\x1b\xa1\x79\xe3\x31\xa3\x7a\x70\xbf\x9b\x0d\x72\x43\xcd\x88\x62\xf9\x9c\x3d\x4a\x84\x5e\xc3\xa8\xb5\x7b\x4a\xba\x10\xe0\x23\x91\xd5\xc6\xde\xc4\x02\x38\x81\x6d\x6e\xb7\x03\x4e\x7c\x5a\xe3\x3e\x35\x62\xc7\xc6\x63\x9a\x8c\xca\x71\xc2\xd4\x6e\x62\x9e\x9f\xe0\x0a\x37\xa2\xba\xc6\xc3\x0b\x77\x30\xd0\xfb\xb3\x61\x5e\x7e\xc3\x0b\xb6\x11\x8c\x33\x1e\x85\xa8\x32\x31\x1d\x1f\x27\xb7\xa1\x2e\x8d\x12\xd6\x1e\xd9\x16\x01\x02\xcf\xc2\xa1\x43\x7b\x4d\xf7\x26\x3f\x47\x2b\x5e\x45\xc7\xeb\x7d\x79\x4c\x3a\xed\x2b\x54\x59\xef\xd3\x8e\x5b\x6c\xfb\xd8\x35\x36\x6f\x17\x75\x62\x18\xb7\x8f\x43\x9f\xf6\xe1\x45\xd0\x89\x3e\xdc\x08\xc7\x13\x0f\xb6\x45\x8a\x27\xd5\x84\x86\x9a\x50\x0b\x43\xa1\x96\xd0\xb6\xb7\x6a\x3d\xa0\x7d\x66\xfd\xcc\x0a\xf7\x59\x9c\x1f\xb4\x25\x64\x08\xa8\xf7\x6d\x39\x55\x96\x3d\xc5\xb5\xae\xee\xf9\x6c\x3f\x74\x34\x80\x87\xf4\x83\x4d\x72\x3f\x10\xf6\x05\x57\xb7\x7e\x30\xa5\xba\xc7\xad\xb3\x9e\x91\xee\x8c\x1d\x42\x3c\xf0\xdd\x89\x85\xd6\x4f\x84\x43\x3f\x8d\x9c\x8f\xbb\x6d\x3f\xb1\xf6\x76\xe4\x65\xd2\xd0\xd5\x95\x70\x1d\x09\x97\x34\x74\xf5\x84\x00\xea\x29\xb8\x70\xc5\x34\xd5\x13\xd6\x80\x9e\xca\x01\x29\x0a\x4d\x45\x92\x38\xda\x35\x91\x0c\x73\x58\x4f\x98\xc3\x0a\xc7\x76\x3d\x35\x6a\x92\xbc\x84\x42\xbc\x8c\x9e\xba\x25\xe0\x24\xaa\xd9\xac\x27\x1b\x96\x5c\x2b\x44\x9f\xee\x9e\xec\x76\x4e\x76\x2b\xe8\x84\x3d\x63\xc2\xea\x59\x13\x56\x1f\xe5\x8f\x92\xbd\x7b\xa6\xdb\x3d\xd3\x1d\x44\xb0\xec\x19\x0d\xb4\xe7\xd0\x40\xf5\xef\xeb\x1e\xdf\x76\x8f\x6f\x27\x06\xf2\x9e\x0b\x95\xc7\xf4\x57\xb1\x15\xf7\xec\x40\x65\x55\x61\x6e\xfe\xf5\x6c\x1b\xf3\x6e\x63\x27\x2b\x66\xc0\x9e\x87\x7d\x11\x62\xb7\x63\xda\xfb\xbb\x67\xb6\x11\x05\x58\xb5\x5e\xd8\x48\xf6\xc2\x46\xb2\x8c\xe0\x39\xbd\x60\x7f\x8b\xad\x9c\x34\xd2\x21\x77\x62\xb3\x44\xb9\xb1\xc1\xee\xc5\x32\x8a\x9e\xfe\x23\xc5\x88\x16\x36\x0d\xbd\x08\x8d\x80\x3b\x77\x2f\xb0\xe2\x5e\x16\xfd\x48\x56\x84\x6b\x3c\xbc\x7d\x17\x3a\x78\xaf\x0e\x4b\x15\xa6\x9b\x18\x5a\xbd\x76\xd3\x79\x53\x09\x4b\x58\xaf\x70\xd3\x5e\xa3\xd8\x8a\x7b\x6e\xaf\xe8\x3b\xbd\xa2\x98\x15\xee\x0b\xf4\xea\x7c\xab\x9c\x4b\x0c\x0c\x66\x1d\x48\xfc\xbf\xbb\x60\xf8\xe3\x34\xdd\x32\x6f\x70\xc4\x8a\x76\xdd\x95\xd9\x1d\x99\x5d\x39\xa8\xec\xed\xa4\xad\x1c\xfc\x9c\x05\x56\xdf\xdb\x79\x4b\xf3\xc6\x20\x73\xa6\x61\x46\xef\x80\xdc\xd7\x1e\x7a\x69\x6f\x9c\x13\xf7\x66\xb4\x4b\xa2\x2d\xf5\xc6\x49\x71\xa8\x90\x24\xa3\x04\x4c\x09\x1d\x00\xf6\xca\xe5\xe7\xee\xf9\x51\x07\x57\xbd\x3a\x9f\x91\xde\xf1\x78\xfd\x58\xb4\x00\xe8\xee\x78\x90\x6c\x46\xbf\x35\x98\x6b\x07\x7e\x3b\x25\x62\x04\x75\xf0\xb7\xe3\xc1\xdc\x05\x07\xb2\x03\xb6\x1d\x0f\x9c\x92\x38\x60\xec\xed\xb6\xd4\xdb\xcf\xc5\xe4\x04\x26\x38\x1e\x04\x9b\x74\x15\x61\x67\x88\x47\x28\x2c\xf8\xf4\x76\x2d\x0b\x5d\xd0\x5d\xc4\x70\x07\xed\x36\x1e\x1c\xeb\x81\xc6\xd2\xc1\xad\x8d\x47\xf7\x6b\x64\x65\x8b\xd7\x81\x9b\x3d\x0b\xde\x0b\x5d\x6b\x43\x07\xc9\x35\x25\xee\xde\xf4\x6e\xfb\x85\x41\x9d\xa8\xdb\x5d\xb5\xa3\xa3\x76\x54\x30\xc8\x3b\xf8\x96\xf1\x58\xde\xdd\x8c\x3e\x01\x90\x30\x1e\xf0\x38\xee\xbd\xf7\xc1\x89\x68\x1f\xc6\xbf\x27\x32\x49\x1f\x2e\x7b\x81\xd7\x0a\x0e\x1d\x7d\xe0\x1e\xd2\x87\x17\x63\x30\x9c\x75\xc0\xb8\xe2\x41\xe4\x01\x4e\x25\x3a\x68\x52\xf1\x40\x6c\x00\xab\xdc\xe7\x4d\xde\x49\x7f\x82\x58\xd4\x27\xfe\x10\x7d\x7a\x59\x85\xf3\x91\x7e\xc9\x27\xc0\xbd\xa9\x9c\x2b\x74\x9c\xff\xe2\x41\xb7\x83\xe4\xdc\x2f\xa7\x09\xee\x5d\x95\x63\x85\x0e\x8e\x48\x3c\x2c\x94\x09\x06\xee\x46\x3c\x28\x94\x01\xbb\x3e\x73\x7e\xe4\xac\x51\xdd\xdb\x32\x6f\xcb\x6c\x90\x38\xcb\xe8\x77\xb2\xe7\x46\x94\x79\xcb\x7f\xef\x42\xb4\x73\x74\xbd\x7e\xa3\x4b\xf5\x3b\x74\xa9\x4a\xf4\xe4\x7e\x63\x98\xec\xb7\xb0\x26\x78\xec\xf4\x1b\x95\xb8\xdf\x62\x66\x60\x18\xee\xb7\x9d\x79\x8b\x90\x81\x11\xb8\x3f\x2e\x92\xc7\x45\x82\x13\x6f\xc7\x4f\x3b\x1e\x44\x91\x62\xbb\xd5\x1f\x3b\x78\x87\x33\x46\x5d\xeb\xb8\x45\xc7\xc3\x7b\x96\x30\x8e\x07\x21\xd7\x1f\x84\x5c\xe1\x26\x4a\x27\xca\x6e\x3c\x36\x2d\xbe\xf7\xca\x88\x5e\x19\x11\xa1\x58\xfa\x8b\xa2\xdc\xdf\x61\x7f\x52\x17\xc2\x27\xc4\x83\xa0\xa4\x58\xa4\x3b\xb7\x8b\xe3\x41\xa4\x51\xe2\xad\x77\x82\x28\xc4\x03\x01\xc9\x1e\xa3\x7f\x95\xb6\x7d\xb1\xe3\x6c\xdc\x5c\xeb\x9f\x3c\x8c\x88\x84\xe7\xc0\xe1\xa3\x13\x91\x30\x1e\x33\x92\x15\x48\x93\x52\xbf\x59\x82\x44\x63\x89\x2a\x18\x8f\x07\x52\x81\xf4\x4a\xb2\x1e\xf0\x61\x8e\x36\xe2\xf1\x91\x0c\x12\x9a\x69\xe7\xbe\x46\xe3\x6a\x76\x5f\xf6\xb0\x71\xba\x8a\xab\x73\xb9\x12\x57\xac\x8c\xe6\x80\x11\x5f\x20\x1e\x5e\x86\x1d\xd2\x86\x34\x6a\xcb\x18\x7a\x5a\xd2\x3d\x2d\x19\x04\x95\xed\xab\xfb\x35\x03\x34\x82\x43\xd1\xd7\x43\x1f\x11\xaa\xa9\x01\xc5\xd7\xb5\x18\x74\x2d\x06\x15\x20\x97\xbe\x96\x9f\x33\xb2\x1c\xbb\xc9\xe1\xe9\xec\xe0\x74\xb6\x71\x51\x73\x1c\x1c\xd2\x8d\x43\x4c\x53\x0e\x33\xc7\x81\x99\x77\x1c\x9c\x52\x55\x6e\x44\x8f\xb3\x45\xa9\xe3\x6c\x51\x2a\xc7\x3b\xe3\x44\xa8\x8d\x53\x9b\xd4\x51\xff\x2c\xcd\xc7\x19\xfb\x8e\x78\xa0\xf0\xe2\x50\x38\x4e\xa4\xca\x38\x83\x6f\x34\xbc\xa0\x87\xa7\xae\xe3\xc4\x8a\x95\x30\xa8\x0e\x4f\x5d\xc7\xb9\xf0\x81\x0b\x36\x3d\x3c\x73\x18\x9c\x39\x34\x0e\xc4\x46\x42\x3f\x1d\x09\x93\xc5\x44\xbc\x0d\xbd\x5d\x06\xde\x2e\x0d\x03\xf0\xc0\xa7\x25\x1e\x23\x48\xb1\x73\x1f\x1e\xb0\xc6\x92\xa5\xcc\x49\xb2\x69\x4e\xb1\xe8\x70\x3c\x1f\xe9\xb2\x04\x43\x4d\xe1\xf9\x3f\xd2\xe5\xe7\x94\x03\xd8\x09\x47\x66\xb9\x0c\xdd\xd3\x06\x7a\xe7\xf0\x50\x61\x64\xa1\xc2\xd8\xa2\x8c\x7c\x9a\xee\xa4\x2a\xc1\xcd\x07\xce\x6a\xf1\x58\x26\x23\x2b\x92\x60\x64\x83\xa4\x5b\xe5\xcc\x91\xf9\xc8\x78\xea\x8f\x12\x1a\xc9\xc8\xc8\xed\x91\x91\xdb\x15\xe9\x30\x0a\x07\x62\xa3\x78\x3d\xb4\x52\x6c\x61\x55\x8d\x82\xd7\xec\xa8\x94\x51\x2e\x69\x82\x3c\xb1\xf7\x18\x85\x8d\xc1\x28\xe2\x20\x61\x64\x1b\x05\x03\xcd\xd0\x51\x65\x10\x65\x67\x54\xfc\xd1\x46\x05\x39\x38\xd9\x8e\x6a\xd3\x2a\x4d\x23\x16\xd1\xa8\x58\xd9\x23\x0f\x59\x33\x59\x59\x32\xa3\xa2\x94\x25\x3c\x80\x47\x85\x4f\x8f\xea\xbd\xf5\x1a\xea\xc7\xa8\x37\x5d\x50\x85\x77\xc2\xf3\x6b\x70\x14\x11\x0f\xef\xfc\xc6\x4a\x1d\x0d\x2d\x73\xb4\x43\x7c\xef\xd8\x2f\x8e\x86\x75\x6b\x70\x58\x91\x12\x5e\xfb\xa3\x61\xca\x1a\x4d\x3c\xc3\x62\x3a\x24\xda\x68\x4a\x34\x6c\x2b\xc3\x9d\xff\x40\x77\x68\xb8\x62\x0d\x76\xfc\xf1\xf0\xee\x71\xb0\xf9\xa1\x32\x30\x54\x06\xea\x11\xcb\x7c\x34\x7b\xb4\x45\x8f\xb6\x22\xe9\xb6\x76\xe2\x05\x72\xca\x3e\x3a\x36\x93\xd1\x0d\xb9\x8f\x75\x7f\x60\x19\x88\x87\x57\x78\x59\xac\x1d\xab\xda\xe8\xc6\x76\xc6\x85\x70\x00\x56\x1e\x0f\xe4\x28\xa1\x63\x06\xf0\xe0\xf1\x20\xe8\x9b\x3d\xd0\x39\x2f\x19\x9d\x1b\x69\x03\x20\xe4\xc1\x71\x42\x3c\xf0\xfb\xa0\xf3\x06\xbb\xaf\x31\x8a\x9d\xc2\xf4\x1e\x2e\x83\x41\x38\xa3\xc9\x3d\xb1\x31\x1c\x8c\x61\x28\x39\xae\x2d\x0f\x20\x60\xe3\x11\xfc\xb6\x86\xe4\x1f\x40\xb9\xc6\x43\xf8\xd2\x0e\xcd\x31\x1b\x31\x66\x8d\xa3\xf2\xa1\xb9\x61\x68\x6e\xa8\x04\x25\x1c\x93\x83\xa5\x31\x39\x58\x9a\xb8\x48\x0f\x20\x44\xe3\x61\x07\x30\x05\xa6\x4c\x6d\x72\x29\xa6\xa2\x0c\x8f\x89\xeb\xc5\x00\xd8\xb3\x71\xad\x7b\x00\x28\x19\x0f\x6a\x82\x3d\x7a\x4c\x17\xcb\x8c\xc5\xd2\x70\xdd\x1d\xdc\xeb\x88\xc7\x8b\x8b\x6f\x54\xe4\x72\x3e\x01\x03\x98\x12\x96\xe1\x01\xd8\x5d\x3c\xfc\xda\x19\x59\x2f\xfc\x90\xc6\xd5\x51\xcc\x6a\x92\x76\x49\x63\xc5\xd7\xd0\x41\xc6\x75\xd1\x88\xeb\x0a\x56\x8a\x9f\xf1\xb8\xd8\x2c\x0e\x4c\x0e\x29\x55\x6a\x02\x06\x52\x3c\xb8\x43\x83\x44\x1b\xa0\xe0\xc4\x23\xff\xeb\xaf\xd6\x99\x27\xb7\x4c\xe0\x96\x09\x34\xb8\xe0\x8d\x4a\x3b\x80\xc3\x69\x5c\x90\x1e\x20\x10\xc4\x03\x6d\x10\xd4\xe4\xc1\xc9\x41\x3c\x9a\xb4\xc8\xfa\x20\x5a\xc7\x23\xc0\x0f\x78\x3b\xe3\xc1\x46\x3a\x88\xdc\xd1\x30\xaa\x0f\x2e\x57\xc5\x83\x8a\x20\x0e\x1e\x19\xf4\x03\x83\xc6\xb2\x34\x5e\x7b\xee\x3d\xf0\x19\x0a\x69\x3e\xde\x8f\x54\xc4\x80\x6e\x3d\x44\xe6\xe0\xa2\x65\x3c\x38\x2d\xc4\x36\x34\x74\x76\x18\x9f\x7d\x8e\x59\x76\x7c\x6c\x77\x07\x81\xa7\xda\x60\x00\x09\x9a\x1c\x8f\x0f\x52\x8c\xf3\x87\xa7\xd4\x30\x06\xc4\xb0\x8f\x38\xab\x88\xc7\xf0\x6b\x31\x95\x74\x89\x18\xba\x44\xcc\xc1\x48\x7f\xd5\xcf\x09\xf0\x80\xe5\x7d\x70\x89\x3c\x1e\x59\x1a\xb5\x73\xa2\x73\xfd\x35\x25\x22\x5e\x0d\x9c\xda\xff\x1e\x04\x5f\x4d\x89\x83\x9c\x81\xc7\x7a\x3c\x4e\x69\x51\x65\x95\x86\xe1\x35\xcf\x84\xc3\xd2\x58\x96\xbb\x76\xb9\xb1\x3d\x1a\x04\xdb\x8c\x47\x2c\x26\x20\xb2\x07\xe1\x21\xe3\x61\x47\xb1\x0e\xd7\xcd\x18\x2e\xee\xb6\x55\xa2\xbb\x0c\xa2\x0d\xc6\x03\x87\x49\x82\x45\x1f\xf8\xdd\xcc\x23\xc1\xda\x31\xe8\x4e\xfd\xb2\xe6\x21\x96\x2d\x36\xb4\x79\x60\x18\x98\xf8\x4e\xb4\x79\x1e\x7f\x14\xe9\xf3\xe0\x60\x7b\xea\x54\xde\x05\x3f\x42\x73\x88\x07\x4c\x04\xa7\xf9\x89\xa3\x55\x3c\x10\x1a\x62\x40\x9c\x31\x48\xf1\x10\x8a\x8f\x60\xa2\xda\x43\xe6\x29\x50\x38\xd6\xbe\xc9\x91\x41\x3c\x8a\x80\x09\xf1\xbd\x13\x53\xcf\xc4\x56\x72\x56\xa1\x70\x3c\x4d\x98\x9c\x26\x34\xc1\xa9\xce\xc7\xac\x8f\xd7\xd6\x09\x27\xae\xff\xc2\xc4\x7f\x21\x3e\xd7\x83\x86\x11\x74\x9e\x1f\x17\x97\x08\xb0\x7b\x62\x04\x9f\x27\x46\xf0\x24\x62\x13\x27\x0c\xf1\xf8\x48\x46\x23\xd0\x59\xe7\x19\xbc\xb4\x89\xc2\x93\x98\xbd\x33\x39\x7b\xb9\x42\x31\x13\x87\x29\x13\x05\x25\x68\x03\x5a\x93\x66\x5b\x77\xba\x47\x1a\xb2\x40\x9c\xfe\x94\xfc\x9e\x38\x33\x62\x40\x26\x76\x1a\x33\x81\x0f\x91\x3a\xe1\x56\x13\x56\xf0\x99\xf2\x4e\x17\x8d\xd5\x99\x6c\x26\x61\x22\x3b\x71\x80\x35\xeb\xcc\xd4\xcd\x4b\x6c\x5e\x55\xa2\x89\x4a\x14\xa2\x11\x92\x59\xbb\x31\x00\x08\x58\xad\x2f\xd9\x4c\x97\x4d\x23\x2e\x2c\xbe\x14\xf1\x10\xf4\x94\x78\xb5\x9c\x8a\xfc\x3d\x93\xf6\x03\x6e\x46\xcd\xf4\x98\xee\x11\x0c\xdd\xea\xbd\x96\xf1\x5a\x3d\x62\x9a\x66\x44\xdf\xcc\xc6\x18\x43\x89\x9e\x19\xf5\x6c\x66\xd5\x33\x64\xd0\xd4\xa3\x7e\xe2\xcb\xdb\xc5\xf9\xca\xb7\x59\x6f\x7b\x80\x59\xa6\xeb\xc5\xc4\xf5\x22\x68\xd1\x8c\x8c\x8d\x7a\xe2\x8f\xd5\xc5\x44\x2a\xa8\x08\xb3\xe8\x84\x23\x56\xbf\xae\xf2\xb3\xec\x01\x22\xdc\x6c\x65\x0f\x3d\xeb\xb0\x57\x08\x7a\x5b\x31\xbf\xcf\xca\x9d\x42\x51\x5a\x2a\xdb\x8a\x59\xdd\x56\xb0\x9d\x9f\x15\xff\xcc\x59\x45\x85\x14\x80\xaf\x61\x08\x98\x6d\x03\x55\x13\xea\xb6\x39\xb6\x2d\x76\x91\x86\x4b\x99\xcd\xc5\xda\xb2\xf3\x18\x28\x07\x4d\x23\x73\x9b\x46\x06\x81\x5e\x1b\xd6\x81\xd9\xb4\x0e\x60\xf0\x9d\x0d\xab\xd2\x6c\xc0\x22\x70\xf7\x77\x6a\xa5\x98\x0d\xc0\x30\x23\x4d\x77\x18\xe7\xec\xc2\x1f\x09\xa8\xa6\x67\xc3\xc4\xb3\xa1\x73\x70\x31\xbb\xf3\xa4\x0b\x34\x07\xdf\x9c\x1d\x0f\x83\xd9\x27\x17\x74\x58\xc6\xdd\x32\xbb\xe1\x8d\xc4\x4f\xed\x77\x96\xc6\x15\x23\x62\xec\x12\x56\x36\x1e\xb0\x2f\xa1\x26\xbb\xe3\xd5\x1d\x2f\xc1\x65\x51\x51\xe2\x61\xa9\x44\xf4\x1d\x9c\x1f\xcc\x91\xc5\xc0\x15\x81\x1f\x35\x79\x0e\x0c\x26\x68\x2f\xc1\xda\x21\x19\xb3\x36\x31\x25\x46\x93\x26\x56\x9f\x50\x33\x1e\xab\x4c\x8e\x55\x3a\x41\xb0\xe6\x70\x62\x0f\x63\x8d\x09\xbe\xa8\xaa\x32\x55\x55\x06\xa7\x83\x73\x3a\x4d\xa6\xd3\x44\xf0\x3d\xf4\x91\x78\x98\x17\x66\xc4\xdd\xd6\x78\x08\x2b\x4e\x32\x1b\x31\xb3\x80\x10\xc2\x47\x67\xb3\xe6\x9d\x15\xc8\x66\x47\x62\x8a\x7f\x7b\x0a\xc4\x4d\x17\x4f\x42\x46\x8b\xc1\x31\x51\x06\xe7\x9c\x40\x4a\x12\x60\x78\xca\x27\xe7\x45\xc6\x2c\x86\x35\xf3\x66\x0a\xec\x2f\x88\xe0\xfc\x2c\x73\xc3\x7c\x0a\xd4\x2d\xb3\x9b\x22\x7c\x32\xfa\x73\x59\xe6\x12\xa9\x99\xaf\x61\xa3\x98\x73\xe3\x7a\x8a\xc7\xbe\xcc\xb9\x36\xd8\xb0\xf8\xc0\xd0\xae\x64\x70\x75\xb1\x56\x1d\xfe\xeb\xde\x08\xb8\xa4\xbb\x4d\x77\x7b\xbb\x58\x18\x56\x39\xf6\x45\x10\x79\x5c\x96\xe6\x85\x8d\x6a\x5e\x82\x49\x77\x81\x4c\xe9\xcb\x0b\x64\x37\xbc\x7a\xe6\xb5\x24\x2d\x41\x54\x84\x45\x93\x3b\xdf\x72\x67\xcc\xe6\xf3\x76\xf1\xdf\xc7\x2e\x54\x68\x4c\xf2\xde\xc0\xfa\x70\xe7\x7b\xde\x18\xad\xe6\x0d\x8a\x0f\x71\x76\xa7\x16\x9f\x89\xc5\xa7\x6f\xe4\x4c\xd7\xea\x9d\xbd\xe1\x2f\xdc\x9c\x6b\xf5\xde\xa0\x3d\x44\x9e\xbe\x9d\xac\x77\x01\x95\x47\x34\x52\x97\xef\xed\xf2\xc5\xcc\x34\x6f\x3c\x29\xe6\xdd\x36\xd4\x20\x59\x9b\x59\x9b\x1d\x5c\xc5\x81\x34\x6f\x37\xa0\x86\x10\x7b\x53\xda\x04\x00\xe6\x4c\xff\xb3\x3c\x6f\xf3\xff\x25\xce\x3d\x6b\x9a\x9c\x35\x75\x41\x9e\x6f\xb9\xd6\xfd\x0a\x9e\x27\x78\x1a\xec\xe3\x27\x54\x87\x20\x4e\x85\x16\x3e\x1b\xe7\x67\x63\x7d\xf1\xb5\xa7\x1a\x8e\x43\x80\xb3\x66\xba\x66\xa8\x10\xd1\xa3\x6c\x8e\xe1\x62\xe7\x21\x7a\x13\xbb\xc7\xf9\x1a\x9a\xf4\xd8\x38\x4c\xaf\xb4\x8d\x28\x28\x0e\x12\xbd\xfd\xaa\xc6\x08\xa0\xfd\x56\x69\x1b\x72\x59\x5c\x97\x6a\xde\x4a\x6f\x8b\xdf\x63\x8f\xbd\xbb\xc7\xc4\xeb\x41\xc5\x9e\xef\xdc\xb0\x3b\xa2\xd9\x58\x95\x8d\x4f\xb1\xa1\x56\x98\x45\xef\xc6\x32\x10\xa6\x82\xcb\x56\xf3\xe3\x64\x3a\x0b\x95\xf9\xc9\x07\x3e\x40\xe9\x70\x5d\x9b\xaa\x94\x93\xd8\x4b\xe9\x30\x68\x3e\x11\xfd\xe2\x41\x98\xf0\x8d\xb1\xf1\x49\x32\x0c\x39\xe3\xfe\x3d\xd2\x5e\xf1\x0d\xc4\x3a\x40\x1e\x71\x7e\x95\xb2\x40\x4f\x84\xb6\x89\x07\x17\x70\x8a\x70\x03\x16\x20\xe6\x89\xf1\xdc\x31\x51\xcc\x05\x64\x56\x31\x18\x3a\x1b\xa7\x89\x33\x4c\x3a\x76\x80\x74\xdc\x38\x27\xe1\x71\xa2\x00\x63\xd6\xd3\xc1\x84\x04\x4e\x59\xd8\x03\x4d\x5f\x73\x35\x02\xfb\xc3\xb6\x17\x57\x8f\xe6\x6a\xc6\x5e\x37\x5c\xba\x5f\x9b\x7e\xcd\x90\xf3\x2a\x0b\xeb\x31\x48\x8b\x11\x06\xf2\x63\xa4\xa0\xfd\xaf\x9e\xf5\x87\x81\x3d\x82\x90\xff\x79\xc7\x51\xe1\x31\x8f\xdf\x70\xe4\xf5\x9f\x77\xdc\x1e\x39\x5a\xfe\x7d\xd7\xff\x79\x87\x33\xfd\x09\x66\xd3\x8e\x36\xbb\x78\x17\xff\x3a\x65\xdb\x0e\x2b\x76\xbf\x8b\x2e\xdd\xff\x76\xad\x0d\x3f\x11\x9f\x5e\xcc\xa5\xfb\xdf\x69\x78\xa8\xdf\xc0\x4d\x98\x75\xf7\xbf\x46\x20\xe2\x62\xb7\xb6\xf3\x85\x24\x3a\x6b\x31\x40\x01\x73\x6f\xcd\x69\xd0\x01\x2f\xfb\xc7\xa7\x17\x18\xee\xa3\x7a\x3f\x9b\x5d\xc5\xba\x42\x5e\x0f\x1c\xd5\xd6\xc5\xb0\x2d\x76\xa5\xc6\xee\x5a\x60\x84\xc7\x63\x5f\xe6\x9e\x5c\x1d\x8e\xbe\x5f\x42\x1e\x93\x11\xc0\xe3\x78\x70\x73\x8e\xdb\xdb\x44\x11\x8f\x47\x2c\x77\x8e\x50\x17\xe1\x97\xe2\x31\xbc\x88\x41\xb2\x6c\x32\xae\x32\x0c\x2e\xfe\x7e\xa8\x9f\x0b\x07\x31\xcf\x90\x97\x3b\xaf\xc5\xce\xab\x13\xe9\x75\x11\xd4\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x26\x3f\xd0\xf4\x8b\x68\x44\xf1\xf8\x48\xe5\xb7\x16\x24\x60\xdf\x27\x17\x97\xd9\xbd\xc5\xa3\x90\x91\x6f\x15\x2b\x81\xe3\x65\x6a\xdc\xd9\x26\x4a\x6c\x3c\xac\x85\xd7\x91\xe9\x57\x10\x35\x1a\xf7\xb2\xd9\xb9\xc5\x83\x6b\xd4\xde\x3d\xbe\xa4\x60\x38\xe4\x62\x2f\x3a\xd2\x5a\xbb\xee\x5c\x29\x96\x52\x63\x7c\xbc\x41\xcd\x32\x58\x58\x80\x4f\x8f\x1d\x16\x6b\xe2\xef\x45\x84\x72\x2f\xec\x13\x09\x31\x1e\x68\x1b\xff\x8b\x8b\x53\xfc\xf8\xcf\xd7\xbf\xff\xdb\xff\xfe\x7f\x5c\xff\xfe\x7f\x5e\xff\xf9\xfb\xeb\xf9\xef\xff\xf1\x1f\xdf\x7f\xf9\x6f\xef\x7f\x7a\xfe\xdb\x5f\xff\x5b\x50\xff\x7a\xbf\xf5\x9f\xfe\xcb\xf7\x1f\xdf\xff\xfd\x5f\xff\xfb\x7f\x3c\xdf\x5f\xff\xfe\x5f\xff\x3d\x72\xf1\xf7\xff\x04\x00\x00\xff\xff\x2d\x58\x41\x22\x3d\xd6\x02\x00"); +var _cgbg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\x5b\x8b\x6f\x06\x90\xb8\x80\x55\xea\x82\x35\x68\xd9\x70\xb5\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x0d\x9c\xbc\x93\x7b\x62\x93\x8b\xcf\x60\x30\x18\xf1\x31\xf8\x77\xbf\xfb\xc7\x7f\xf8\xc7\x5f\xfe\xf8\xb7\xaf\xbf\xfb\x5f\xff\xf2\xa7\xd7\x1f\xee\xbf\x7d\x7d\xfe\xf8\xcb\xfb\x2f\xf7\x5f\xff\xf4\x6f\x7f\x79\xdd\x5f\xfb\xfe\x97\x3f\xfe\xf2\xd3\x4f\x29\x7f\xbd\xff\xf8\xfa\x9b\x49\xfc\xf7\xfa\xd7\xf5\xe7\x9f\x7e\x3a\xdf\xff\xe1\xdf\xff\xfa\xb7\xfb\x5f\xff\xf1\x97\xcf\x9f\xbe\x0a\xf3\xbd\xff\xed\xcf\xca\xfb\xf5\xf5\x77\xff\xdb\xfd\x2f\x7f\xfc\xeb\xdf\xfe\xf2\xef\x5f\xff\xe9\x7f\x7a\xff\x69\xdf\xff\xc3\xd7\xfb\xfe\x9c\xdf\xff\x97\xbf\xbc\xef\xbf\xfc\xf1\x97\x7f\xf9\xfa\x4f\xbf\xfb\xa7\x3f\xa4\xe7\xe7\x3f\xfc\xdb\x9f\xff\xfc\xff\xde\xff\x7a\xff\xf2\xb7\xaf\x81\xdf\xee\x5f\xde\xf8\xff\xa7\xbf\xfb\xdd\x7f\x5d\x7f\xfe\xa7\xf5\xaf\xf7\xd7\xdf\xfd\xf3\x2f\x7f\xfc\xdd\x3f\xfd\xe1\x3f\xff\xf3\x7f\xfb\xfd\xfc\xcf\xff\x33\x52\x91\xf8\xbf\xdf\x7f\xf9\xeb\x1f\xff\xf4\xcb\x57\x2a\xff\xe3\x95\xe2\xd7\xdf\xff\xdb\xbf\xff\xf9\xfe\x4a\x2a\xe5\xff\xfc\xe7\x7f\xfc\x87\xaf\xff\x2b\x7d\xa5\xeb\x2b\xb7\x12\xe3\xff\xd6\xef\xff\xc7\x7f\xfd\xd3\xfb\xfe\xba\x48\x55\xb6\xff\xf5\xa7\xf7\xfd\xd7\x3f\xaf\xd7\xfd\x97\xf5\xcb\xbf\xdc\x3f\x7d\x7d\xfd\x7c\x5d\x3f\xbe\xf8\xef\xe7\xf1\xfb\x1f\xe7\x97\xdf\x5d\x53\xbf\xfd\xfc\x0f\xbf\xff\x7b\xfe\xf6\x5f\xae\xa9\x5f\x7f\xfe\x2f\xbf\xff\x7b\xff\xfa\x7b\xfc\x7a\x7e\xff\xf9\xf7\xe3\xef\xf5\xfb\xfd\xcb\xfb\xff\x57\xcb\x4f\x89\x95\xff\xf2\xa7\xbf\xbd\xef\x0f\x7f\x43\xbd\x3f\xa7\xcf\x8f\xaf\x74\xbe\xf8\x8f\x49\x3f\xa5\xeb\x52\x6b\xff\xf8\x7e\xfd\x3f\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x39\xcf\x1f\xed\xc7\x57\xee\x17\xfe\x1c\x3f\xbe\xd2\x98\xf8\x73\xfe\xf8\x4a\x65\xd4\x01\x22\x7e\x7c\x45\xc7\x5f\xaf\x1f\x5f\xa9\x5e\x35\x40\x9c\xca\xa2\x9d\x3f\xf7\xf5\xe3\x2b\x4f\x14\xb2\xd3\x8f\xaf\x9c\x32\xfe\x3c\xe5\xa5\x93\xa1\x9c\x3e\xa5\x39\xe6\x04\x91\x48\x74\x10\x13\x44\x64\x10\x41\xe2\x02\xb1\x0e\x31\xaf\xd3\xcc\x12\x99\x29\xf8\x26\x0a\x89\x0a\x62\x9c\x0a\xf1\x05\x3a\x35\xe7\x85\x2a\x57\x22\x51\x40\xa0\x96\xa9\x6c\xc1\x14\x34\x66\xb1\x96\x82\xfa\xd1\xbf\x39\x13\x0a\x5e\x6f\x12\x48\xd9\x99\x04\xbe\xd9\x85\x04\x1a\xb3\x51\x3f\x1a\xb9\x59\x4b\x45\x2d\x9b\xb5\x64\x7e\xce\x5a\x32\x53\x58\x4b\x3e\x83\x5b\x3d\x32\x0d\x84\xda\x7c\xbe\xa9\xea\xf2\x0c\x10\xac\xf2\xc2\x37\xb1\xd8\xff\x04\x62\x33\x05\xd9\x16\x09\x34\xa7\x4d\x12\x95\xc4\x8b\xdf\x14\x10\xea\xda\xa9\xb4\xa9\xe8\x72\x0a\x68\x2e\xe0\x10\x83\xd9\xc6\x1c\x20\x6e\xd6\x73\xc6\x66\x04\x47\x3a\x15\x10\x9c\x4f\xb0\xc2\x08\x0d\x14\xbe\x89\xca\x9e\x26\x10\x9d\x04\xbf\xe1\x50\x65\x96\xa6\xd1\x61\x01\x1a\x9d\x33\xb8\xa1\x7a\x4a\x03\xa1\xd1\x61\x0a\x8b\x2e\x03\x04\x5b\x5d\x90\xa2\x89\x2f\x05\x04\x8b\xae\x20\x76\x63\xca\x99\xc4\x35\xd5\xed\x0a\x42\xd9\xce\xc0\xef\xd9\xc9\xfc\x13\xc4\xf8\xf1\xd5\xd0\xe9\x7d\x32\x35\xf0\xd3\x3e\x43\xdb\xc0\x67\x1b\x83\x14\xc8\x1b\x71\x7e\x3d\x65\xbc\x66\xf5\xe2\x78\xcd\xff\xb0\x96\x5e\x67\x1a\x50\xdc\xfb\xc2\x64\x97\x38\x8d\x7e\xa7\x20\xd1\xe3\xa7\x9f\xef\xb4\xd7\xbe\x39\xa4\x53\xe4\x87\x63\xc2\xd4\x3d\xc5\xe7\x97\x48\x75\x38\xfd\xf4\xf3\x9d\xe7\x35\xcf\x0c\x94\x7e\x9a\x7f\x48\x4c\x6f\x56\x1a\x46\xed\xcc\xc0\x21\xd6\xc9\x78\xda\x02\xe2\x8c\x4d\x52\xb6\x75\x46\xe0\x2c\x16\x10\xe3\x3f\x64\xc3\x3a\x18\x2a\x00\xe3\x39\xb2\x88\x33\x07\x63\x88\xb8\xd5\xfd\x3b\x4f\x4a\x8d\xd1\x2f\x16\x5e\xcf\xc0\xe7\xde\x45\x9c\x22\xa2\x8a\x88\x93\xc2\x22\x2a\xd8\xa5\x5e\x4d\x69\x98\xd5\x7a\xb5\x26\x32\xff\xf8\x0a\xe6\xec\x87\x49\xb2\xba\xdb\xcf\x40\xe6\xda\x44\xe4\x43\x38\xdb\xa9\xb7\x76\x08\x54\x09\xc2\xff\x8e\x68\x44\xce\xf9\xe3\x2b\xb7\x2c\xe2\x34\xaa\xb1\xed\x03\x63\x51\x22\xd8\xfa\x19\x47\x78\xb6\x21\x62\x1d\x41\x50\x44\xdc\x3f\xbe\x72\xbe\x44\x7c\x7e\x7c\xe5\xa2\x94\x23\xa4\x72\xc9\x22\x4e\x9b\xd4\xc5\x09\x51\xdc\x9c\x6d\x9f\x6c\x2a\x7a\x9d\xd2\x0a\x7b\x38\x77\x3d\xfd\x50\xd1\x67\x0a\xf2\x59\xba\x20\x5e\xa7\x52\x66\x0b\xf4\x5d\xf3\x1e\xa8\x34\x85\x88\x33\x44\x99\x2d\x58\xe8\x42\x2d\x22\x4e\x5f\x2b\x9b\xb3\xd0\x1c\x31\x15\x38\x30\x17\xa6\x6c\x48\x7e\xb2\x47\x5c\xa7\xb4\xc6\x19\x0c\x48\xb3\x42\x2e\x8a\x7a\x18\xb1\xa4\x2c\xe2\x75\x08\x65\x0b\x64\x6b\x22\xea\x21\xba\x88\x79\x88\x21\xe2\x7c\x73\x05\x89\x75\xb2\x5d\x53\x04\x52\x94\x6d\x23\x45\x05\x6c\xa4\xb0\xe8\x06\xf1\x51\xaf\x48\x22\xc9\x43\x71\x89\xcc\x20\xc9\xc0\x41\x39\x58\xaf\xe9\xcc\x15\x64\x2f\x22\x1b\x33\x57\x91\xe4\xce\xe9\xd4\xc1\xcc\xae\x77\x32\xf3\x14\x19\xcc\x3c\x44\x2e\x66\x0e\x91\x9b\xa9\x6e\x15\xf7\xd8\xe9\xd4\x37\x8b\x72\xab\x6e\x92\xae\xe8\xc3\xcc\x6a\xd5\x62\x7f\xb9\xb8\xa2\x69\xcd\x0c\xd5\xbb\xd8\xdf\xe9\x54\xf6\xb7\xab\x91\x8b\xfd\x1d\xea\xd1\x62\x7f\xa7\x06\x67\xb1\xbf\xdd\x15\xb1\xbf\x43\x8d\x5c\xec\xef\x74\x51\xec\xef\x50\x8f\x16\xfb\x3b\x5c\xaf\xfa\xab\x2e\x48\xa7\xe8\x6e\xe4\xe7\xc7\x57\xc9\xea\xed\xd1\x2b\x4a\x56\x31\x67\x9a\x8f\x1c\x65\x13\xfa\x11\x16\xe5\x32\xb1\x0e\x51\x44\xec\x43\x64\x11\xe0\x87\x24\xe2\x7d\x88\x4b\xc4\x59\x54\x11\x22\x0e\x7f\x07\xdb\xdf\xc5\x09\x5c\xe5\xd1\xc9\xa0\xfa\xea\xf0\x41\x49\xaa\x09\xe3\x2d\x76\xea\xdc\x77\x54\x1e\xf5\x05\x65\xa3\xbe\xa0\x06\x61\xf7\x0f\x13\xd8\x3c\xd8\xba\x31\xb9\x41\x8a\x18\xd8\x01\x44\x60\x7f\xbb\x44\x60\x6f\xa8\x22\xb0\x33\xa8\x00\x2c\x91\x1c\x22\x4e\x43\x29\x0c\x62\x42\xcc\x6a\xe2\x27\xeb\x69\x22\x7e\x5d\xf2\x11\x13\x92\x34\x89\x48\x8f\x64\x88\x98\x90\xa4\x6c\xf5\x0b\xad\x2e\xa3\xa3\x41\x7b\x61\x3b\x1a\x9d\x6b\x73\x2f\x6c\x7d\xa3\xb3\x8b\x9b\x5b\xeb\xe8\xf1\xbd\xe0\xdd\x10\x46\x27\x6f\x88\xc4\xc6\x31\x2e\xd5\x13\xd4\x5a\x6a\x27\x09\x0e\x1d\x83\x73\xbb\x17\xb5\xd7\x71\xa9\x5a\x30\xdd\x18\xe4\x89\xbd\x96\x8a\xaa\x22\x6f\x92\x8d\xe4\xee\x24\x55\xf2\x56\xe6\x21\x52\x99\xd9\xbf\xad\x69\xe2\xb6\xb2\xf7\x54\x45\x21\xf2\x03\x92\x62\x6f\xef\xe0\xb7\x94\x75\x7b\x2f\x2a\x1d\xdc\xac\xf6\xeb\x8c\x5c\xe3\x36\xb9\xa1\x32\x34\xf2\xdc\x7e\x9d\x09\x6b\x94\xeb\xfb\x75\x6a\xec\xea\xd8\x0b\x0a\x09\xc5\xff\x7e\x9d\xda\xba\xda\xf9\x0a\x94\x16\x2a\xfb\x08\x3b\xcf\xc9\xeb\x88\xba\x9e\xf4\xd1\x61\xef\xc6\x29\xdf\xaf\xc3\xdc\x9d\x12\x7b\xbf\xce\xf8\xb7\xd0\xf0\xbf\x8e\x8c\x6b\x55\xad\x83\x6e\xa3\xa1\x7f\x1d\x09\xd6\xaf\xcb\xe5\x1d\x65\xa8\xba\x11\xaf\x53\x9e\x0b\x7f\xff\xf8\xea\xdc\xf8\xf6\xeb\x0c\x45\xbf\x34\xe4\x2f\xac\x96\xd1\x8b\x7a\x75\x64\x53\xf3\xb0\x2c\x74\x51\xad\x38\x33\xd7\x2f\x4d\xcd\xeb\x28\xe5\xdd\xcd\x38\xb3\xd8\x9a\x5a\x71\xf4\x8f\x7e\x69\x2c\xde\x67\x64\x47\x6e\x22\xce\x16\xd5\xba\x88\xd3\xab\xe6\x6c\x68\x53\x56\xd2\x19\x98\x7e\x71\xcd\xec\xf7\xe9\x71\xbf\xb8\x9c\xf6\xfb\x70\xdb\xec\x59\x44\x3f\x84\xbe\xda\x18\xe8\x87\x3a\x5f\x25\x65\xbc\xcf\xc2\xed\x89\x7b\xc8\xbe\x27\xc6\x86\x02\x77\xdf\x98\xa0\xc4\x5d\x60\xdf\x67\xcb\xe8\x85\x72\x7d\xdf\xd8\x54\xb5\xbe\x6e\xc8\x6d\xed\x76\xfb\x3e\x8c\xdd\x7a\x12\xf1\xe6\x28\xfa\xb3\xc3\x6d\x5d\x1c\x70\x9f\x65\x3a\x46\x51\xd6\xc3\xc5\xb9\x35\x35\xec\xec\xe7\x63\x68\xf4\x3f\xa7\x99\x71\x69\x84\x3e\xa7\x99\x31\x34\xc8\x9f\xc3\x3a\x75\x88\x0d\x3e\x58\xa1\xf9\x02\x59\x78\x56\x05\xbb\x9c\xbf\x0f\x6f\x0f\x11\xd0\x3e\xd0\xca\x32\x79\xe0\x29\x03\x83\x5e\xce\x59\x07\x8d\x4e\x4d\xe4\x04\x09\x85\xe4\x90\x1f\xaa\x58\x2c\x68\x6e\xe9\x7d\x05\xe4\xc2\x02\x0a\x12\x18\xa5\x8c\x6d\xa5\xcc\xcf\x59\x3e\x59\xd5\x7f\x20\xdb\x07\x2b\xf8\x40\x25\x2c\xca\x86\x86\x15\xa7\x1c\x15\x07\x5b\x6b\x09\x6a\xb3\x75\x4c\x92\x09\x52\xad\x55\xcc\xdd\x21\x17\x44\x3d\x46\xe5\x90\x10\x11\x38\x68\x1d\x92\x9b\x67\xf8\x5b\x08\xfc\x86\xe3\x11\xc8\xf3\x6d\xaf\xac\x35\x12\xc4\xe7\x98\xc9\x24\xe4\x39\x55\x89\x12\x19\x9b\xcf\xe0\x7e\x73\x48\x6c\xbc\xdc\xb4\x4a\x64\x0a\x3d\x1c\x3d\x41\x7e\xd0\x48\xec\x13\x25\x32\x05\x17\x4e\xe2\x77\x09\x1e\xb4\x47\x6f\x21\xf2\x0c\x74\xeb\xfa\xb6\x40\x77\xe8\x57\xf9\x56\x30\x97\x28\xe8\x5f\x8b\xa6\x4f\xa1\x0d\x44\xe2\x94\x45\x81\xea\xdf\x70\x38\xbe\x4b\x54\x08\xc8\x91\x2f\x66\xae\x14\x9f\xbd\xb0\x15\x54\xc2\x06\x0e\x7b\x20\xd5\xdd\x21\x92\xa7\xe6\xce\x1e\x50\x83\xe9\xfd\x32\xc9\x91\xcb\xac\x08\xea\x41\x6a\xa9\x25\x91\x99\xa9\xaa\x08\xe6\x87\x4e\x55\xe9\x90\x60\xb3\x3c\x38\xcc\x1d\xbb\x54\xc5\xc1\xf0\x90\x50\xe0\x5a\xaa\x21\x12\x99\x71\x92\x3f\xa4\x9a\x91\x4c\x72\x12\x6a\x12\x79\x5a\xd5\xd3\x39\xcb\x1e\x12\x87\xb5\x81\xb3\xe4\x5d\x62\x70\x12\x60\xe0\x00\xa9\x6f\xab\x48\xda\x5c\x72\x11\xb9\x30\xce\x1a\x2b\x6e\xf5\xfd\xba\x58\x11\xcf\xd6\xbd\xa8\x83\x3c\x50\x77\x2a\xc8\x87\x84\x92\x40\x0d\xe4\x90\x18\xab\xa2\x56\x0d\xac\xa3\x49\x9d\xec\x90\x18\xab\x10\x6b\x0c\x30\x6c\xd7\x22\x89\xc1\xb3\xdc\xec\xfe\xf6\x66\x2a\x49\xa8\x0c\x69\x84\xea\x9d\x3c\xca\x73\xa3\x38\x24\xf6\xc3\xd0\x42\x99\xd2\x5f\x2f\xce\x2f\x0e\x3c\xa9\xb7\x99\x45\xe2\xf8\x77\x25\x93\x6f\xf6\x57\xdf\xf2\xbc\x3e\x5c\x2f\x2c\x2a\x7d\x68\xd8\x27\x5a\x55\xa7\x78\x32\xa8\x30\xd5\x32\x45\x42\x25\x2d\x9a\x85\x40\x9b\x7b\xbd\x8a\x48\xae\xb9\xa1\x54\x2c\x85\x36\x35\x1a\xb4\x20\x04\xb5\xea\x12\xc1\xe5\x7b\x51\x22\xc5\xe2\x84\xce\xc2\x91\x5c\xe8\x6f\xab\xe2\x2b\x6a\x25\xe7\x4c\x2a\x72\x91\x45\xb3\x48\x18\x37\xfa\x64\x23\x17\x19\xb8\x69\xe9\x2f\xcc\x51\x6f\x9a\xc1\x85\xee\x37\x6a\xa5\x87\xc4\xd2\x68\x7d\x88\x7c\x71\x35\x73\xd8\x69\x04\xa8\x79\x0c\x91\x85\x1c\x5b\x44\x82\xdb\x5b\x38\x15\x4c\x68\x61\x06\x1b\x47\x6a\x7d\x54\x91\x98\xd0\xaa\xd9\xdf\xd4\x86\xe3\x32\x09\x51\x90\xd5\xe6\x0d\x26\x6c\x5d\x4b\x72\x73\xba\xe3\x62\x7f\x37\x4f\x20\x43\x22\x67\x63\x27\x6b\x4d\x62\x72\x63\xac\x7a\x48\x6e\x6c\x48\x95\xde\xc5\x84\x9b\xf2\x78\x6a\x8e\x5e\xec\x60\x48\x14\xbc\xb4\xdb\x48\xa6\xd2\xc8\xd2\x2d\x64\x5e\x5c\x47\x4d\x93\xf2\x82\x8d\xa6\x87\x66\x01\x3a\x4a\x6a\x53\x6b\xe1\xc5\x73\xd1\xd0\x58\xbd\x78\x2e\x1a\xd9\xa9\x68\x46\x15\xb7\x43\x1d\x49\xad\xb9\x19\xe0\xd8\xd6\xb5\x87\xbc\xb6\xac\x79\x4a\xc5\x2a\xeb\x5d\xe3\xfc\xda\x2c\x59\x32\xe7\xb5\xb9\xd8\x1b\xbb\x0f\x95\x25\xf5\x19\x26\x0b\x37\x0d\x91\x1c\xba\xe1\x54\x08\xfe\x59\xb8\xdf\xc5\x0d\xf1\x35\x42\x82\xe2\xe6\x39\x70\x8a\xcd\x6e\x70\xce\x28\x1a\xab\x9b\x0b\xa7\xb7\xfa\xbd\xe0\xff\x60\x7a\xe3\x12\xd3\x7d\xd0\xa1\x96\x7b\x13\x09\x31\x99\xb4\x5e\x3f\x10\x1b\x3d\x51\x96\xaf\x8b\xaa\x70\x90\x8f\xd6\xc5\x53\xf0\xe8\x4a\x45\x1b\x47\x3c\x24\xa6\xa8\xe3\x8c\x52\xd6\xb5\xc9\x0b\x38\x1a\x1d\x72\xb2\x07\xe8\xee\x4a\x54\xa3\x13\x79\x7f\xa5\x4d\x29\xc2\xee\x2e\xda\xb6\x3b\x35\xf2\xb2\x0a\x06\xb2\x4a\x78\xaf\x82\x9d\xbb\x37\x72\xe8\x2a\xb4\x09\x04\x57\xc6\x2a\xe0\xee\xe0\x31\xbf\x2c\xda\x6d\x47\xe7\x8c\xad\x4a\x55\x25\xc8\x38\x0b\x96\x8b\x34\x24\x63\x56\xc5\x09\xa4\x89\x53\x56\xe5\xe4\x0f\x67\xe6\xb6\x10\xe4\x94\x45\x13\xec\x08\x72\xf7\xe2\x61\xbc\x0f\x75\x90\x9b\x55\x48\xcd\x5a\x1d\xac\x51\x2b\xf9\x77\x75\x09\x60\x6a\x3e\xab\x8b\xd9\x43\xa9\xd8\x25\x46\x56\xbd\x5d\xc3\x3e\xa6\xc8\x4d\x3e\x52\xc9\x58\xa0\x6d\xaa\xfb\x9d\xfb\xfc\x9c\x22\xb7\xfa\xcb\x56\xd1\x34\xdb\x2f\x15\x35\xc0\x92\x33\x71\xa1\xac\xc1\x85\xd2\xb9\x1b\xaf\xc1\x13\x17\xb5\xdd\xb2\x86\x8a\xa2\xe0\x5f\xda\x61\x68\x9f\x3a\x24\x74\x84\x4c\x59\xbe\x26\xd6\x7a\xd7\xfe\xb3\xa6\xd6\xfa\x34\x49\xfd\x42\x23\x39\xc1\xfb\x7d\x38\x95\x5b\x77\x56\x07\x27\x6d\x11\xa1\x39\x9a\x4b\xb2\x5c\xa9\xb0\x29\x0c\x9a\x2d\xcb\x0a\x9c\xb3\x47\x88\x91\x82\xfb\xad\x34\xb3\x15\xaa\x28\x9c\xfa\xe2\x6e\x5c\x45\xde\x90\xf4\xd4\x08\x57\x50\x98\xc1\x61\x01\x72\x50\x27\x62\x51\x4b\xeb\x55\xec\xbd\x60\x12\xe9\x8d\x1b\xfb\x5a\x54\x10\x83\x6a\xee\xe2\x19\xb2\x4b\x88\xae\xcd\xc5\x6d\x26\xdc\x14\x39\x97\x5a\xb5\xb5\xb1\xab\xde\xad\xa5\x11\x55\x24\x66\x9f\x16\xb0\xb2\x5e\xd8\x06\x6b\xd3\x1c\xbd\xa8\x7c\x79\xfd\x52\x2e\x8e\x50\xc9\x2f\xba\x06\x86\x96\xc6\x8b\xdb\x51\xd6\x74\xbf\x61\x75\x9e\x3c\x13\x96\xf5\xa6\x52\x70\x69\x95\xbd\xd9\xe6\xde\x94\x2a\x65\x84\x72\x63\xbd\xb7\xbe\x6d\x22\x69\xed\xa0\xca\xb0\xde\xd8\xe8\x6a\xcd\xcc\x7c\x4b\x4c\x76\x91\x38\x90\x4c\xaf\x85\x9b\xdb\xd1\xc5\xcd\x6a\xdd\xe8\x51\x73\xab\x6e\xea\x71\x93\xdb\xc2\xba\xa9\x2e\x17\x2d\x2b\xca\xc5\x36\x34\xec\x9f\x49\xe1\xad\x65\x85\xf3\xc5\x29\x8a\xa3\xf1\xa1\xc2\x78\x89\xf9\x3f\xb4\x4d\x5c\x92\x48\x1f\xee\xf3\x4f\xaa\x3a\x98\x55\x14\xb5\xad\x29\xbe\xfa\x6c\x1e\x1e\xb8\x0f\xec\x8b\x9b\x95\xd6\xe0\xbe\x20\xa0\x5a\x70\x57\xdc\x17\xed\x90\xb4\x82\x1d\x92\xee\xb3\xc2\xcc\x89\x9b\xb3\xf6\xcc\x9d\xe5\x01\xe2\x4a\xd9\x45\x66\xa4\x92\xbf\x15\xfc\xbb\xa0\x15\x4d\xba\xc8\xa6\x98\xec\x45\x8d\x2a\xda\xf5\x2f\x93\x58\x0a\xb5\xb3\xda\x42\x76\x8e\xa4\x6f\xb9\x57\x5d\x6a\x23\xfd\x5a\x71\xa9\x43\xf4\x6c\x55\x3a\x0b\x0e\xf9\x26\xa7\xb0\x28\x0a\xd1\x39\x86\x52\xb9\xc3\x04\xf7\x9f\xdd\x68\x8a\xd1\xe1\x70\xd3\xc7\xd5\x5a\x38\x95\xa7\x61\xb5\x4a\xd6\xdf\xc6\x75\xb3\x69\x3a\xed\x83\x6b\x6e\xd3\x38\xda\x6a\xab\x22\x83\x45\x99\x5c\xac\x68\x88\xfc\x50\xf7\x52\xc9\xd4\x53\x2f\x4d\x60\xc3\xf2\x6d\x55\x83\xd3\x69\x7b\x1b\x3c\x48\xee\x3e\x29\xda\xc9\xce\x9b\xc2\x7b\x5e\x3c\x2a\x6f\xd8\x21\x53\xf3\x58\x75\xba\xbc\x2e\x7f\x0b\x11\xdb\x68\xe3\x3a\x24\x99\x6e\x28\x15\x7c\xd4\x69\x10\x39\x24\x6c\xc3\x99\xc2\x6c\xcb\xba\xd8\xd5\x41\x1e\x3c\xfa\xe0\x09\x67\x0f\x7a\x5e\xa7\x46\x72\x70\x24\x47\x1e\x22\xdf\x14\x1b\x6c\xe4\xe0\x94\xd1\xca\x7e\xc8\x4d\xde\xd0\xb7\xb4\x0d\xd3\x62\x70\xc8\x49\x9b\x44\x88\x84\x04\xf2\xa4\xf0\xe0\x31\x53\x31\xc9\xed\x97\x82\x61\x0f\x1c\xe1\x66\xbf\x54\x32\xd7\x6b\x74\x93\x68\x55\xa1\xb2\xb5\x65\xd6\x1c\x94\x5e\x3b\x28\x27\xdc\x8c\xe0\x1e\x22\x93\xc4\xe6\xf1\x60\xe8\x84\xbe\x83\x86\xc7\x2b\x8b\xe4\x48\x4a\xa6\xee\xb5\xa8\xe6\x70\x77\xda\x8b\xfe\xe3\x24\x66\xa0\x8a\xdf\x1b\x75\xaf\xbd\xa8\x11\xba\x22\xea\xf4\x8d\x86\xf3\x43\xe2\x58\x12\xaa\x88\x8e\xbd\x26\x45\x66\x6f\x88\x9c\x46\x8b\xf7\x21\x39\x92\x54\x28\x64\x69\x9c\x49\x25\x6f\xce\x51\x29\xca\x4c\x5f\x47\xf5\xb7\xe4\x9c\xa4\x71\x96\x9a\xde\x4a\x11\x89\xfd\x87\xde\xb4\x43\x2e\xf2\xf3\x14\x09\x39\xe1\xf5\xcb\xfd\xa7\x4e\x1e\xc3\x36\x75\xfa\xd6\xb2\x32\x4b\x0b\xa0\x3c\xde\x9b\x4a\x90\x76\xc5\xbd\xb5\x8e\x1e\x12\xb6\xff\x1e\xfe\xf6\xc5\xdd\x49\x8d\xe4\x56\x96\xa8\x12\xee\x4d\x2b\x0a\xfd\x24\x87\xac\x4c\xd5\xb7\x5b\xa3\xe1\x54\x8d\x86\x9a\xc1\x81\xbd\x28\xcb\x69\x68\x4d\xad\x0c\x93\xd8\xf6\xcd\xcf\xb0\xaf\x9e\x8a\x9c\x3a\xa8\xf3\x9a\xc4\x59\x31\x49\x88\xbe\xe9\x2e\x4f\x12\xb1\xdc\xe8\x1a\xbd\x46\x85\x46\xc3\xb3\x93\x8b\x5c\xec\x02\x35\xa6\xcd\xad\x6c\x26\x6e\x56\xfb\xa6\xed\x63\xaa\x0b\x1f\xda\xd1\x4b\x33\x49\x41\x41\x8d\x69\x73\xc3\x19\x45\xb3\xff\xa1\x9b\x3c\x89\xf9\x3f\x3c\x76\x26\x2a\xaa\xfb\x43\x43\x49\xd6\x0a\xfd\xf0\x00\x30\x47\x7c\x2f\xf8\x3f\x54\x79\x69\x0a\xa8\xf3\xc2\x50\x75\x8a\x8d\x43\x52\x4e\xa0\x43\x75\x5e\xdc\xf6\xe8\x4c\xa8\xf3\xa2\x4e\x40\xb7\x45\x3d\x3f\x93\x64\xe6\xa4\xee\xd6\x2e\x52\x72\x22\x48\x52\x00\xd3\xcc\x79\x48\x9c\x0d\xa9\xf1\x1f\x92\xb3\x8d\x19\x3b\x24\xdd\x1e\x60\x9c\x3a\x13\xf5\x89\xa8\x6c\x24\xd1\x2b\xa3\x74\xb6\x2a\x53\xa8\x24\x55\x94\x65\xdc\x68\x5d\x24\xf6\x81\x74\xb1\x91\x32\x92\xa5\x24\x12\xd3\xdb\x69\xe7\x3b\x24\x0d\x05\xc1\x92\x8b\xd4\xf4\xde\x45\x52\xb9\xec\x6c\x15\xfc\x9f\x27\xf5\x12\x49\x4b\x57\x1f\x22\x2b\xe5\xe2\x14\x49\x75\xea\xaa\x22\xa9\x4d\x16\xd6\x5b\xd1\xc1\x48\x45\x45\xf1\x18\x96\x2a\x53\xe9\x8d\x9b\x59\x43\x27\x8f\x5a\x4b\x97\x48\x15\xc5\xee\x37\xfa\x9f\x68\x08\x3a\x24\x7a\x44\xdb\x4e\x9d\x7d\xaa\x22\xb6\xaa\x13\x7f\x91\x12\x7b\x24\xaf\x56\xd6\x58\x0d\x74\x61\x66\x0d\x0e\x8d\x57\x95\x3c\x58\x65\xc8\x9d\x39\xb1\x64\xee\x12\x95\x5a\x7b\x9d\x03\x1c\x1a\x97\x58\x65\x60\x42\x6b\xaa\x22\xc1\x48\x2d\x69\x60\x27\x75\x20\xae\xf5\x4a\xaf\x79\x9a\x73\xb2\x28\x4a\xfa\x4a\xa7\x61\xa5\xaf\xfb\xd4\x1b\x22\x69\x81\x99\x22\x71\xb0\x9c\x51\x4d\x82\xaf\xe8\xa9\xaf\x73\x11\x25\x93\x33\xbb\xb0\x08\x32\xc9\x99\xd3\xbd\x28\xea\xa2\x8a\xc4\xb6\xdf\xeb\xa5\x6f\xd1\xe6\xca\x83\xe5\x21\x21\x90\x6a\x70\xac\x28\xbd\x5a\x56\x33\xa4\x88\xb7\x27\xf5\x45\xc5\x94\x45\xd1\x7c\x11\x49\x45\x51\xf3\xae\x5c\xcd\x75\xbe\x17\x05\x52\x66\x2a\xcf\xfe\x93\x36\xed\x43\xd2\x50\x2d\x56\xb9\xb5\x9c\x35\xb0\x9f\x29\x85\x82\xcd\xf8\x40\x5c\x0d\xcf\xd1\x87\xec\xed\x0e\x52\x8a\xcc\x6c\x92\xe2\x39\xba\xc9\xcc\xcc\xf8\x36\x08\x67\x99\x19\xda\xc7\x21\x69\x29\xe0\x2c\x04\x51\x28\x33\x63\xc3\xa9\x41\xb4\xc9\x24\x74\xe2\x90\xac\x08\x0a\x54\x95\xbd\xbc\x3a\x73\x16\x23\x75\x56\x94\xe5\xc5\xbf\x4c\x52\xd2\x0f\x91\x3c\x69\xd0\x9e\x7c\xc8\xcc\xcd\x59\x45\xb1\x0b\xb9\x4f\x91\x50\x82\x34\x29\x91\xb7\x78\x12\x5c\x17\x45\x9b\x06\x17\x6c\xd0\x8e\x10\x57\x36\x29\xe3\x55\x16\x89\x55\xc6\xd3\x6f\x8d\x42\x35\x96\xfa\xc5\x21\x6f\x96\xdc\x44\x52\x7f\xd4\x58\x11\xaa\x16\xc9\xdf\xd2\x99\x40\x44\xc3\x21\xb1\xa5\xd0\xdf\x78\xc8\xc5\x81\x35\xb9\xa9\x89\xab\x19\x8b\x47\xf4\x26\x92\x47\x8b\x51\xe6\x77\x82\xbf\x06\xe5\xd3\xa4\x4f\xff\x90\xe4\xfd\xd1\x44\x06\x8d\x55\x59\x24\x59\x32\x44\xca\x4b\x91\xf5\x2d\xd6\x7a\x10\x78\x70\x48\x0c\x06\xdd\xe1\x35\x2a\x0d\x6c\x25\x77\x91\x83\xa4\x32\x53\x5c\x35\xca\x89\xa8\x54\x02\x6a\x35\x49\x7b\x54\x31\x09\x4d\x25\x4f\x35\x03\x13\x58\x5b\x31\x29\x69\xcd\x61\x6e\x53\xf5\xb2\x19\x3c\x0f\x34\xc2\x12\xaa\xd0\x20\xbd\x75\xa7\x72\x7a\xc5\x92\x44\x74\xc4\xa5\x66\x08\xa4\x61\xee\x6e\x32\x18\xbb\x28\xca\x89\xa1\xb1\x12\xfe\xa1\x54\x35\x43\x92\x6f\xa8\x22\xea\xb8\x59\x4c\x47\xcb\xcf\x24\x10\xac\x06\x0f\x0f\x95\x7a\x5b\x8d\xbe\x28\xbd\xc4\xbf\x9d\x36\x96\xa2\x71\x16\xce\x80\x36\xa5\x1a\x82\xd5\x85\xb8\x7b\x90\x8f\x12\xc5\x55\x8c\x45\x39\x41\x21\x1a\xb4\xb1\xcc\x10\xb3\x4b\x99\xce\xe1\x54\x88\xe7\xa2\xf5\x3a\x43\x36\xd1\x22\x92\x5d\x10\x33\x10\x8d\x57\xb5\xfd\xca\x7c\x5e\xe9\xf0\xa9\x41\xb4\x40\xeb\xe2\xdf\x25\xd4\x44\x54\x91\x37\xf7\x1f\x8e\xc6\xda\x64\xa4\xce\x66\xd0\xb9\xde\x2c\x09\xa8\xf2\x36\x9a\x02\xaa\x0c\xc6\x2d\x6b\x06\xf7\x96\x1a\xc7\xb1\x7a\xe9\xd0\xc2\x0d\x27\x5e\xd4\xdb\xe8\x84\xab\xf1\xd2\xb6\xa0\x91\x7c\x93\xf9\x83\x6a\x4e\xbc\xe5\x87\xe1\x4e\x1e\x6f\x0a\x24\x6d\xdd\x41\xad\xae\x4d\xee\x3f\x71\xf3\x48\x5e\x24\x72\x6e\x1a\x82\x9a\x96\xef\x4d\xc3\x66\xd2\xe2\xa6\x3f\x75\x24\x55\x24\x89\x2b\x25\x28\x3e\x32\x4f\xc1\xf3\x50\xd7\x45\x05\x31\x28\x36\xd6\x45\x6b\x95\xb6\xee\x75\x91\x91\x88\xbe\xaa\x2b\x05\x0d\xaa\x14\xa2\x8b\x2a\x52\xeb\xe4\xd8\x95\x69\x06\xcc\xd0\x8f\xeb\xca\xaa\x97\x5d\x58\x99\x3b\xcc\xe0\x0c\x2e\x2a\x50\x8d\x28\x9a\xba\x0a\x87\x7d\x70\x39\xaf\xa2\x8a\xc8\x75\x8b\xb0\xd9\x71\x15\x91\xb4\x75\x5c\x2a\xaa\xc8\xe6\xcd\xb5\xb0\xe8\x2a\x6c\x44\xee\xd4\x55\x43\xbe\xb2\x2e\xf2\x66\xab\xd8\xc1\xca\xd3\x2f\x7d\xe4\x87\xe4\xc9\x39\x9c\x4a\x55\x34\x3b\xf5\x43\x17\xe5\x24\x09\xc1\x1f\x1a\xf6\x55\xc9\x2a\x4d\x83\x53\x75\x78\xe0\x82\x5d\xf4\x58\x36\x7a\xa4\xeb\x6a\x54\x63\xa5\x8a\x2e\xca\x8d\xa9\xe5\xbc\xe4\xc0\xd4\x8e\xba\x84\x9b\xaa\xd3\xe4\x62\x66\x56\x44\x17\x65\x9d\x93\x6d\xa6\x21\xb7\x6a\xeb\x96\x31\xb6\x36\xcd\x51\xa7\x5a\x57\x34\xdd\x83\x58\xaf\xa6\x2e\xd0\xdc\x3a\x4b\x2b\x22\x69\x51\x14\xa9\x05\xdb\x4a\xfa\x56\xf0\x2f\xba\xe8\x9a\x3b\x34\xb1\xfd\xcc\x42\x8d\x7f\xc9\x09\x57\xa8\x2e\xaf\xa5\x83\x24\x05\xc3\x5a\xcc\x1c\xe2\xa3\x45\x86\xcd\xd4\xae\x16\x4f\xbb\x6d\xa8\xbb\x5b\x16\x18\x2e\xd0\xb5\x5d\x11\x33\xf3\xc8\x56\x1b\x97\xc2\x7a\x09\xfa\x4b\x31\x69\xdb\x24\x8f\x3f\x75\xbd\x04\xf5\x6e\xca\x4c\x41\x18\x4d\xa9\xdc\xd7\x81\x89\xbe\xeb\xa2\xb3\xa4\x15\xee\x12\xeb\x4d\x25\xa0\x50\x30\xc8\xfa\x58\xdb\x34\x49\xcd\x4c\xcc\xfe\xa6\xef\xb3\x88\xcb\xee\xa9\xb3\x30\x4b\xbe\xb9\x14\x0a\x25\xdf\xba\xe5\x2a\x53\x51\x34\x46\xd6\xde\x4c\xf2\x68\x2c\xee\xbe\x79\x76\x2a\xd4\xf9\xd6\x2d\x6b\x06\x8f\x16\xcb\x4e\x1a\x6e\x29\x8b\x67\xc3\x36\x29\x17\xb7\x4e\x65\x84\x50\x1e\x72\x90\x4c\x22\xf9\x2d\x35\xa4\x4d\xcc\xee\x8c\xae\x6f\xe5\xa5\x61\x23\xf7\x25\x74\x13\xe5\xe2\x26\xec\xe1\xe8\xd4\x22\x07\x05\x61\x90\xa4\xa4\x0f\x6e\x56\x3b\xd1\xf2\x43\xac\x62\xdd\x49\x52\x64\xa8\x28\x09\x60\x2a\x88\x3b\x49\x96\xbb\x28\xf6\x37\xa8\xb7\xed\x4c\xf5\x31\xb8\x22\x77\xe6\x9a\x0b\x6e\xdd\x3b\x93\x55\xb4\x22\x37\xe5\x53\xa3\x49\xb8\x6e\x6a\x75\xad\x52\xfb\xd8\xd4\xea\x5a\x50\x00\xcb\x92\x39\xc4\x84\x9b\xca\x56\x4f\x1a\xba\x22\x9d\x7e\x38\xf5\x4d\x1b\x1a\x53\xab\xba\xcf\xf9\xdd\x54\x82\xba\x14\xc4\x0d\x18\x6b\xea\x9d\xfc\xbc\x2b\x95\xad\xce\xb5\xbe\x9b\x54\x15\x8d\xa4\xf6\x79\xfa\x7f\xea\xe6\xd2\x0f\x5a\x06\xaa\x0c\x7d\xa3\xc4\x10\x49\x3f\x31\xa5\xd7\x9e\xbf\xe2\xc4\x0e\x01\xc0\xed\x10\x51\x0e\xe1\x6c\x1c\x25\x35\x6f\x9e\xc6\x0b\x3c\x70\xa8\xf9\xe3\x4b\xbb\xee\x86\x0b\xbf\x27\x17\xb8\x0e\xe1\x32\x88\x58\x12\x41\xec\x55\x16\xf5\xfe\xf1\xd5\xb9\x07\xee\x49\xe4\x54\x32\x05\x1c\xda\xa5\x32\xce\xb8\x10\x75\x72\x88\x74\x08\xa7\xd4\x1f\x5f\x83\x92\x65\x43\x8b\x18\x14\x58\x7b\x9e\xb5\x22\x8d\x69\xc3\x87\x33\x34\x07\xf3\xac\xfc\xd1\xd4\x0b\xea\x34\x7d\x3a\x8d\xe3\xd4\xd4\x5e\x9a\xa6\x88\xfb\x3a\x24\xa4\xd1\xbc\x4c\x02\xd7\x9f\xd5\xe4\x35\x7f\x7c\xb5\xe2\x0f\x71\x72\xcf\x1e\x91\x85\x41\x50\x07\x04\x5f\x77\x0b\x80\x40\xeb\x26\x38\x0a\xa6\x08\xd3\xf7\x74\x1c\xb6\xec\x5d\x5d\x22\x4a\xac\xa8\xf2\x4d\xe8\xbd\xaa\x3b\x7b\x64\x2f\xd3\x9f\xf5\xd3\x30\x4d\x14\xb8\x66\xf4\x39\xbe\x95\xe3\x7b\x1e\x69\xdb\xdd\x3d\xe0\xd0\xc4\x99\xf3\x2c\xbd\xe1\x41\xda\x98\xd4\xa2\x36\xd3\xd7\x34\xdc\xd9\x23\x84\x1b\x4f\xff\x3b\x74\x43\x81\xea\xc7\x06\x06\xb4\xd1\xb3\x54\x69\x50\x6d\x4f\x52\x3b\x55\x67\x11\xe4\xbb\x22\x0a\xad\x32\x21\xf3\x98\xcb\x38\xe3\x4c\x6d\x6e\xc7\x61\x2f\x62\xc4\x0e\x71\x1f\xc2\xa5\x7f\x0e\xa1\x46\x05\x67\x31\x89\x9a\x3f\xbe\xf2\xa5\xd5\x10\x00\x29\xba\x81\x82\x59\x5f\xce\xb9\x09\x43\x72\xd6\x17\x9a\x6f\xea\x8d\x26\x8b\x38\x93\x2a\x1e\x02\x34\xa4\x67\x35\xf1\xa8\xd0\x73\xaa\x9b\x3c\x88\x4d\x4d\x62\x40\xd1\x29\x1e\x03\xed\x7c\x6e\xb4\xc0\x77\xce\x4a\xf0\x1d\xc7\x44\xf0\xd9\xc9\x7d\x7d\x0b\x5e\xa2\xdd\x78\x2f\x80\xe8\x9b\x56\xe7\xfa\x15\x16\x7a\x08\xc0\x42\x93\x08\x02\x89\xa8\x39\xee\x85\x51\xef\x2e\x92\xe6\xbf\xec\x22\x37\x5a\xea\xea\x5f\x06\x97\x1e\x82\xe3\x50\x45\x61\x20\x54\x08\xd6\x71\x57\xf1\xc0\x93\x76\xb5\x83\xb0\xc9\xa4\x22\x00\x28\x1d\xaa\xea\x2c\xf1\xde\xd5\x78\xa2\xe2\xc7\x34\x89\xc1\x54\x2b\xb4\xae\x35\x98\x2b\xd8\x44\xb5\x03\x7a\x60\xc9\x4e\x83\xc1\x4e\x9c\xb7\x8e\x22\xd0\x3c\x58\x67\xfd\xf7\xac\x36\x1e\xc9\xde\x25\x6e\x97\x4c\x46\x92\xa1\x50\x5b\xa4\x85\x11\x48\x3c\x25\x34\x17\xa0\x9d\xd3\xd9\x26\x96\xa9\x92\xce\x0c\xe7\x4b\xab\x1b\x98\xe1\xb8\xc4\xa2\x8b\x1a\xc7\x10\x0b\xd1\x16\x54\xd2\x50\x39\x1b\x78\x59\x75\x75\x8b\x11\x5d\xce\x8b\xb0\x08\x17\x44\xf4\x98\x44\x29\xae\xfa\x74\xea\x40\xbc\xe8\x23\x3d\x9b\xbe\x82\x7e\x25\x27\x9d\x39\xd0\x26\x06\xb4\x4f\xd7\xbe\x03\x34\x4f\xbf\x24\xd9\x36\x04\xff\x95\x9c\xf1\x4c\xb7\xb6\xeb\xcd\x43\x4e\xd6\x7c\x6f\xc8\x60\xc9\x39\xdc\x6c\x1a\x9a\xc7\x4d\xf4\xaf\x16\xd2\x0e\x8a\x13\xb5\x83\x0b\xa9\xb8\x8c\xb3\x8a\xd5\xb3\x7d\xe6\x6d\x68\x64\xe1\x44\xe8\x57\x31\x75\x76\x02\xed\x2c\x7b\xa1\xc1\x45\xdd\x5c\x68\x70\x51\x83\xa9\x4e\xf7\xe7\x3b\x9a\x72\x2f\xd5\x40\xb5\x60\x38\xf3\x91\xbf\x53\x7c\xb2\x29\x7f\x3d\x42\x47\xfe\x4e\x09\x0a\xf8\x19\x42\x33\x07\x3b\x5d\xbf\xa6\xf3\x35\x7c\xf5\xad\xc3\xf4\x64\x3d\x8c\x23\x79\x82\xb3\x67\x97\x3d\x60\x6f\x3a\x7d\x74\x9c\xda\xb0\xfd\x79\x93\xd8\x47\xfe\x86\x16\xf1\xa6\x2e\xa6\xe3\x1f\x9d\x18\x53\x8a\x19\x5c\x18\x42\x33\x1e\x2a\x9d\xcf\xb2\x08\xb0\x82\x14\x2b\x22\xa3\xea\x08\x27\xb2\x43\x45\x14\x3a\x24\xde\x78\x91\x37\x86\x6b\xc0\x82\x9c\x22\xd6\x69\xa4\xf3\x01\x1f\xec\x22\xde\x27\xc5\xa5\x63\x03\xec\xae\xfa\x34\x58\x6b\x8c\x98\x73\x99\xbc\x08\x3a\xef\x97\x64\x27\x51\xe7\x32\x81\x10\x76\x3e\x79\xa2\xd8\x2f\xaa\x98\x9e\x37\x9c\xd3\xbb\xac\xd5\x44\xa1\xcf\xe9\x24\x22\xef\x25\x25\x08\x36\xb7\x42\x05\xf0\x42\x97\x75\x63\xbf\xe8\x11\xb0\x62\xf0\x22\x28\x64\xb8\x35\x84\x98\x0f\xe7\x7d\x63\xf3\x37\x75\xd6\xa3\x8c\x08\x9b\xf8\xae\x4b\x72\x9c\xf0\xae\xda\xa5\xc2\x00\xde\xd5\x93\x47\x06\xda\xa0\x0c\x71\x9b\xf6\x85\xa7\x1b\xdc\xd5\x67\x32\x09\x31\xd3\x4d\x05\xd7\xa1\x7a\x89\x13\xb3\xe5\x0c\x51\xee\xc9\xf3\x07\xd9\x71\x75\xd7\xff\x46\x4e\x37\xf5\x46\x4e\x37\xf5\x83\xb6\x31\x27\x00\xf1\x5d\x26\xf1\x4d\xe8\x46\x1d\x9a\x37\x02\xcf\x64\x72\xd9\xef\x49\xa3\x0a\xcd\x17\x44\xcf\xa7\x4b\x5b\xf6\x7b\xf2\x6a\xa0\xcb\x41\x37\x86\xeb\x80\x8a\xa9\x21\x7e\xd3\x5e\x38\x86\xc9\x33\xe2\xb2\x9c\xef\x37\x34\xf4\xeb\xa9\xe2\x46\x15\x2e\x14\xe3\x5f\xd9\xa9\x37\xef\x31\x68\x49\x10\xaf\x2f\xb3\xe2\x7e\xc3\x58\x2f\xe7\xcb\x7e\xc3\xb0\x72\x49\xd5\x7c\x1f\xa5\xa1\x27\xad\x90\x37\x58\xec\x6a\xaa\x1d\x1c\x96\xc2\x54\xa0\x13\xea\x3d\x58\xcc\x52\xe3\x8d\x5d\xe9\x6a\xae\x8f\x83\xdf\x45\xa1\x0f\xee\x1f\x76\xac\xab\xb9\x14\x0c\xbe\x56\x16\xb1\x30\x97\x76\xd2\x37\x04\x21\x6f\x40\x1e\x8a\xfd\xd3\x77\x8b\x33\xa1\x79\x59\xb8\xa9\x31\x9d\x73\x80\x52\xed\x60\xe8\x52\xfd\xdd\xc2\xe8\xaa\x2d\x50\x66\x6b\xf2\x77\xc0\xe2\x4b\x5c\xc3\x95\xd0\x6b\x72\x0d\x80\xde\xeb\xd0\xc1\x63\x72\x29\xa6\x88\x8f\xf0\x50\x50\xdb\x91\x12\xf9\x86\xd0\xd4\xc1\x76\xbf\x61\x31\x90\xb9\x64\xbf\x0f\xe7\xf7\x62\xe6\x82\x60\x2c\xe1\xb4\x89\x86\xfa\xbb\x00\xe5\x1a\x16\xba\xa4\x61\xc2\xa6\x49\xa4\x5d\xa5\x1f\xb5\x97\xb8\xbe\x17\xcb\xef\x8d\x2b\x28\xe1\x0f\xa1\x49\x54\x57\x81\xfe\x6a\xa7\x01\xb0\xa8\x17\x2d\x91\x1b\x4b\xa4\xea\xe8\x70\x43\xc2\xd6\xe4\x9c\xec\xfc\x10\xc5\xce\x4f\x51\x0d\x54\x12\x05\x65\x55\xdb\xe1\x3d\xd9\xf9\x2a\x0a\xf7\x82\xa5\xba\xdc\x58\x2e\x3e\xff\xdd\x74\xa5\x8d\xe1\xc6\xa0\xf7\xc5\x8d\xc1\xf5\xab\xe2\x0f\xd1\x09\x29\x4e\x30\x48\xf4\xaa\x0d\xe4\xe6\xad\x62\xe9\x2f\x77\xb0\x13\x6a\x1a\x44\x70\xd5\xd6\x09\x18\x55\xaf\xd2\x26\x68\xb8\x28\xd5\xd4\x40\x4e\x7f\x87\x8b\x2a\xd3\xdf\x91\xd5\x9c\x93\xed\x54\x07\x83\x8b\x5c\x03\x83\x05\x22\x0f\xc1\xbe\x83\x8c\xa7\x3e\x08\x81\xeb\x51\xb3\xb4\x56\xbb\x09\x27\xaa\xd2\x81\x79\xc9\x65\x24\x27\x7e\x08\x65\x26\x45\x4b\x40\xd7\x62\xbe\x37\x54\x40\xc9\xa7\x1b\xf2\xd9\x27\x8c\x5b\x50\x93\xe6\xac\x44\x80\xa8\x23\xbc\x10\xe6\xa1\xa2\xb8\xce\x4e\x3b\x33\x35\xba\xa9\x05\xca\x39\x37\xaa\x50\xdb\x7c\xd1\x43\x6c\x43\xd5\x4e\x2c\xf5\xa1\x66\x27\x71\xf5\xa1\x6a\xd7\x4c\x65\xda\x7d\x45\x15\xa2\x6c\x45\xd1\x26\x3c\x45\x35\xf4\x70\x88\x1a\x28\xc5\xdf\x4d\xe2\x54\x5c\x28\xda\xdd\x5c\x0c\x36\x4f\x49\x05\x5c\x00\xea\x3e\x64\xe3\x02\xd0\x99\x0e\x97\x03\x2d\x51\x5c\x84\xab\x35\x69\x64\x67\x65\x9f\xd4\x1a\x18\x44\x86\x8c\x0c\x1f\xda\x34\x2e\x53\xd4\x50\x9d\x13\xa7\x04\x89\x52\xa0\x8c\xbb\x15\x40\x21\x1d\x24\x94\x3e\xc4\x73\x6a\x0c\xe1\xb0\xec\x36\x0d\x7c\xa8\x01\x64\x7f\xc7\x4e\xb8\x86\x17\x28\x75\x90\xb7\x21\xc4\xed\x1f\xde\xca\xcb\x2e\x13\x7d\x10\xef\x7f\x88\x4b\x96\x4c\xfa\xf0\x9a\x9a\x44\xe9\x87\xf0\xd8\xea\x49\xa3\xad\x77\x6a\x1b\x03\xe8\xaf\x0f\xed\x8d\x1f\xdc\xd9\x4e\xd9\xd4\x07\x51\x2a\xf4\x21\x2d\x90\x56\x40\x3f\x8c\x99\xe1\x29\x25\x6e\x38\x75\x93\x05\xe5\xa8\x75\x87\x6b\x87\x50\x02\xfb\x73\x98\x56\xa0\xd2\x43\x4d\xd4\xa1\xb1\xa1\x3b\x3a\x9b\x19\x36\x6e\xa7\x7b\xbe\x37\xaf\xac\x74\x37\x80\x6d\x3d\x33\xd5\x78\xa9\x2b\xd3\x40\xd6\x7c\xad\x0b\x31\x31\x40\x9e\x2a\x53\x38\x6b\x47\x95\x53\xd4\x40\x9a\x29\x40\x27\x6a\xfe\x56\x4a\x37\xc2\x4a\x72\x82\x70\x38\xd4\x06\x75\x89\x3a\x87\x08\xfa\x3b\x0f\xf5\xc1\x95\xfb\x4c\x2a\x38\x72\x45\x54\x06\xe5\xb4\x82\xd6\xa8\xcc\xc3\x70\x39\x41\x6a\x1c\xea\xf4\x82\x82\xe1\x50\xec\x85\x6a\x38\xec\x37\x10\x51\x04\x14\x06\x35\xbb\x4c\xb6\x33\x89\xe2\x98\x9a\xda\x98\x0c\xe7\x7c\xa1\x14\xa7\xdd\x68\x8b\x6b\x07\x33\xb8\x86\x85\xab\x8a\x6e\xf5\x62\x8f\xd4\xb2\x23\x18\x47\xbe\x9c\x13\xac\x70\xa9\x4c\xdc\xcf\x67\x60\x86\xc6\x90\x0d\x39\x5d\x1a\x89\xc5\x3e\x98\x42\x1f\x3c\x82\x0b\x7d\xb8\xd4\x96\x85\x3e\x64\x53\x1c\x79\xcd\xe0\x42\x1f\x3c\x2e\x47\x2f\xce\xf4\xaf\x1c\xea\xa6\x8c\xf0\x87\x1f\x54\xa8\xc4\x8d\x2e\xb9\xa1\x87\xbd\x47\xf6\xd0\x1f\x7e\x16\x32\xe9\x50\xb4\x99\x9a\x83\xc8\xd0\xe6\xb5\x8d\x5e\xb8\xa5\x5b\xe1\x4c\x34\x34\x08\x76\x90\x2e\x52\x30\x5b\x0f\xca\xf6\x43\x25\x4c\x6f\x13\x85\x20\x0b\xfd\x12\x85\xa9\x6f\xa6\x3a\xa8\x2e\x6a\xc0\x4c\xe3\x32\x27\x4a\x29\xa2\x10\x07\xa2\x9b\x5a\x48\x73\x7d\x1b\x94\xcb\x7c\x21\x67\x12\x85\x5b\x98\xb5\x8a\x82\x21\xa8\xbb\x3e\x32\xb3\x72\x06\x5a\xed\xef\xc0\xbe\xbc\x10\x70\x28\xc4\x86\xe8\xaa\x8f\x37\xbf\x92\x56\x01\xac\xf2\x63\xb8\x83\x34\xb3\xcc\xcb\xe5\x2c\x7c\xe9\xac\x6c\xa9\xea\x0f\xb4\xb4\x4d\x51\x6c\xa9\xbf\xbb\x51\xbf\x6b\x84\xc9\xaa\x29\x0d\x2c\x3b\x8a\xbe\x5b\x68\x77\x51\x99\x60\x59\xca\xf9\x46\x18\x57\x6e\x5d\xbd\x87\x05\xb6\x4d\x71\x62\x3a\x7c\x39\xcb\xf0\x87\x81\x2a\xd4\xd0\x85\x01\x2e\x9a\xc2\x85\x66\x37\x0d\xfe\xd2\xfe\xe4\x62\xde\x18\x45\xd7\x81\x76\xbb\x4f\x8b\x23\xac\x0f\x37\xdb\xad\x9c\x9b\x2d\x55\x85\xe0\xcb\xe1\xb9\x47\x90\x8d\xd6\x4d\xb1\x17\x2a\xf3\x28\x07\xb9\x75\x35\x0d\xf1\x7f\x88\x2a\x3e\x14\x46\xdb\xfc\xb4\xd1\x32\x71\x65\x46\x70\x8c\x4b\x1d\xa4\xc3\xa3\x0e\x49\xcb\x7c\xb6\x7c\xdd\xe7\x39\x54\x01\xe5\xac\x0d\xa1\x0e\x9c\x36\x4e\xda\xbc\x44\x11\xeb\x76\xb9\x98\x8d\x0f\x9d\xf8\x02\x55\x44\x21\xfa\x41\x75\xce\x1b\x69\xdf\x5e\x02\x6a\x33\xd3\xcf\x31\x35\x51\x00\xe0\x94\x4b\xbc\x90\x83\x0d\x57\xa9\x47\xcc\xca\xb5\x76\xa8\x06\x4a\xfd\x3f\x5c\x5b\x2e\x4d\x62\x46\xa4\x0f\x1e\xd0\x0e\x85\x68\x0e\x5a\x95\x39\x10\xce\xa1\x35\x51\xe8\x53\x77\xed\xec\x93\xcb\x7c\x83\x72\x4e\xf4\x49\xb3\x06\xec\x4f\xb9\xb4\x46\xf3\xe2\x90\xaa\xd5\xf4\xca\xf3\x94\xdf\x18\xa2\xa6\x34\xc9\x36\x78\xc3\x4b\x4b\x2e\xe6\xfe\xf1\x25\x34\xe8\xa1\x3e\xc8\xa9\x0e\x1e\x86\x8a\xcb\x15\x6e\x18\x65\x3c\x6b\x87\x85\x84\x0d\x3c\x54\xc3\x77\xea\x20\x8d\x87\x6e\xf6\x61\xa1\xd2\xb2\x73\x4e\xa4\x99\x5a\xa0\xd4\xce\x23\x03\x4b\xd3\x46\x9d\x15\x48\x2a\x4c\xc2\x94\xd4\x5d\xc5\x8d\xac\x1a\xdf\xa3\x7b\x0a\x47\xd1\x66\xa1\xf5\x48\x5c\x52\x0e\xeb\x09\x27\x71\x28\x36\xbb\x8a\x62\xb3\x8b\x28\x34\x5b\xb2\xa4\x4c\x36\x3b\x44\xa1\xd9\x9a\x6b\x44\xf2\xd2\x35\xaa\x43\xa1\x13\x5a\x31\x85\xd6\xa4\xe1\x32\xdf\xb4\xc5\xb8\x98\xd3\xec\x50\xef\xcb\x11\x90\x25\x9c\x95\x10\xe7\x26\xb9\x8e\x3b\x09\x25\x5c\xc7\x91\x97\x61\x49\x8e\x7b\x5c\x61\x29\x54\x10\xb4\x23\x34\x31\xb8\xbc\xa0\x50\x4b\x87\x1a\xc8\x69\x2a\x08\x3b\x75\xa1\x0b\x1f\x6a\xd8\x0e\x23\x86\x25\x14\x70\x0f\x31\x9a\x73\xde\xbc\xae\xe7\xa6\x12\xd8\x2d\x21\x8c\xc8\x64\x61\xd1\x2e\x17\xa4\xc5\x59\x59\x68\xb9\xe6\x0d\xe8\xaf\x18\xe2\xfd\x82\x28\x1e\xe1\xb9\x39\x5c\x1b\xde\x75\xca\xd9\xe4\x4b\x88\xc1\x10\xe2\x2c\xbc\xaf\x01\x34\x56\x62\x38\xe7\x42\x9a\xeb\xc3\xfd\xfe\xe6\xb4\x37\x72\xfa\x3b\x0c\xbf\x67\xf1\x30\x7b\x58\x26\x16\x30\xbb\x25\x6b\xd9\x1c\x7d\xb5\x73\x73\xf4\xd5\x41\x02\x46\x5a\xa8\xc2\xc3\xfb\x02\x0f\x1d\x0a\x26\x24\xaf\x44\x62\x68\x2f\x8b\x0c\x84\x4d\xab\xe5\xa9\x64\x83\x52\x17\x69\x2a\x9f\x52\xb1\x0a\xed\x5d\xe5\x69\xc2\x4d\xd2\xa9\x1f\x96\xcb\x54\x44\x26\xaa\xa5\x99\x4a\x9c\xad\x2a\x32\x23\x31\x44\x15\x7e\xd9\x45\x56\x24\x3a\x2b\xfa\xa2\x25\x50\x71\x8a\xba\xbc\x85\x55\xf1\x72\x5c\x22\xc5\x13\x4a\x3d\xec\x5b\xcd\x69\xc4\xba\xa4\x4b\x7a\x5f\x55\x98\x05\x67\x2d\x48\xbc\x9c\xb7\x22\xf1\x5b\x14\xdf\xc9\x7a\xda\x67\x36\xa8\x38\x4a\xa5\x2b\x99\x9c\x28\x67\x88\x5a\x4c\x4c\x22\x5f\xac\x73\x8a\xfc\x20\x52\x99\x06\x0c\xa7\xa2\xc4\x7b\xdb\x8d\xd1\xb8\xda\xe5\xd6\xe2\xf8\x9e\x9a\xb6\x24\x44\x6a\x3a\xa4\xca\x65\x64\xb1\xa6\xad\xad\x32\xb6\x58\xd3\x86\x51\x61\xb9\x4a\xbc\x02\x7d\x48\xc4\x58\x93\xb6\xc4\x70\x76\x75\x78\x26\x68\x7d\xf5\x7e\x42\x50\x74\x7e\x5a\x71\xb6\xf3\x66\x71\x0f\xdc\x60\xab\xe2\xc0\x8a\xc3\x50\x0e\x6d\xb6\x15\xb6\xa5\x1c\xe1\xbc\xfb\xc7\x57\x9b\x92\xcd\x00\x03\xb5\x29\xe9\x4f\x48\x61\x29\xd9\x95\xc0\xd1\xcd\xe6\x35\x1c\xe1\xb5\x15\x34\x9c\xe0\x35\x3e\x80\x1a\x76\x0d\x40\x3b\x0c\x34\x86\x09\xa8\x9f\x97\x08\xca\x53\x11\x03\x0e\x25\x11\xdc\x04\x44\x40\x98\xba\x52\x18\x21\x87\x3f\x82\x11\x72\xf8\x2b\x1a\x21\xf5\x59\x08\x56\xaa\xac\x00\x38\x16\xb1\x1f\xc3\x5b\x15\x09\x48\xa2\x1d\x8b\xb8\x86\xc1\xad\x46\x71\xc3\x78\x1e\xd7\x4e\x82\x08\x0d\xd9\x5d\x3b\x2c\x34\x72\x72\x29\xe7\xf4\xe0\x21\xa0\x6e\xe9\x96\x1d\x61\x99\xa7\x8b\x38\x4a\xb0\x66\x1c\xf7\xb0\xce\x8e\x44\x8a\x77\x77\xab\x94\x32\x00\x2b\xf3\x54\x19\xd8\xcf\x43\x8c\x83\x1b\xb3\x44\x4d\x1e\x02\x6e\x0d\xe7\x1b\x67\xf0\x55\x3c\xc4\xe2\xe5\x6f\x60\x26\x6d\xae\x8b\x61\x39\xc4\x6c\x88\x4b\xd5\xdd\x67\x9c\xe5\x5d\x3a\xf7\x75\x0d\x1c\x21\x4e\x43\x7b\x30\xef\x7e\x5d\x6e\x14\x64\x5b\x91\xa0\x25\xe4\xa3\x68\xbf\x20\xb2\xd3\x72\xa4\x11\xe1\x7e\x3d\x24\x4e\x33\x85\x13\x80\xfb\xbe\xd5\xd2\xb4\xc3\xef\x5e\x4d\x70\x6e\x92\x49\xfa\xda\x43\x14\xe3\x70\xa9\x13\x08\x77\x15\xc9\x65\xd2\x03\xc0\x31\x12\xde\x44\x5c\xed\x2b\xc3\x4e\xc3\x09\x4d\xcb\x01\xd1\xaf\x46\xd6\x72\xe8\x8a\x78\xe7\xef\x10\x21\x28\x8b\xc0\xb0\x0f\x11\xf4\x3a\x3a\x1f\x2f\x46\x14\x57\xc0\xf8\x4a\x5a\x39\x5d\xb6\x40\xe5\xa5\xfd\x45\xc3\xdb\x17\x8e\xf4\xda\x55\x89\x88\xeb\x97\x0e\x1e\x9d\x61\xc7\xa6\x7b\x78\xe6\xb3\x7a\x7b\xee\x0b\x51\x89\xfc\xe1\x0b\xaa\xbe\x08\x46\xb2\x74\x27\xb0\xad\x79\x3c\xe9\x26\x9c\x4e\x82\x29\xa6\x36\x93\xbc\x92\xaf\x2d\x85\xf7\xed\xda\x39\xf6\x7d\x2b\x96\xbb\xef\x0a\xa8\x71\x9b\xb6\x11\x6d\x89\x9d\x41\x83\xc2\xd5\xc0\x6e\x9a\x9c\x06\x01\xd4\x5c\x27\xc7\x8a\x03\x30\xe8\xea\x9b\x6a\xfc\xa0\x35\x46\xdb\x8d\x6e\xf8\x45\x71\xde\x89\x59\xad\xa2\x18\x0f\x43\x5b\x1e\xae\x6e\xe8\x36\xf6\xa1\x60\x05\xd0\xd1\x0f\x77\x01\x73\xd2\xdc\xe1\x2a\x60\x4e\xc5\xc5\xc0\x36\x93\x9d\xf6\xe1\xf8\x70\x3e\x10\x24\x74\x0c\x6d\x95\x8c\x12\xda\xab\x74\x20\xc6\x32\x69\x56\xfb\x78\xa5\xb0\x57\x69\xd9\x83\xc7\x88\xe9\x4f\x21\x19\x25\xd6\x10\x3a\x34\x7e\x2d\x96\x2e\x60\x8f\xc8\x61\xad\x5a\x9e\x62\xde\xe0\x08\x53\x37\xf7\x3b\x93\xc4\x11\x48\x42\x8d\x75\x39\x94\xd6\x21\x00\x24\x50\x53\x0d\xe7\x56\x15\x4b\x02\x40\x2d\x27\x62\xac\x4a\x7f\x19\x08\x85\xdb\xdc\xd6\xcd\xa3\x92\xa9\x02\x01\xa6\x0f\x79\xc9\xd0\x7a\xdf\xd8\xed\x89\xde\x75\xa8\x7e\x16\x93\x09\x18\x22\x5c\x88\x22\x0f\xb9\x14\xb2\x87\xe6\x9c\x68\xc5\xa4\x39\x9f\xf4\xec\x5d\xb2\x0a\x01\x2c\xd6\xd5\x6e\x86\x84\x1b\x25\x39\x8d\x7e\x76\x27\xe2\xf4\xed\x52\x68\x7f\x1f\xce\x49\x87\xbf\x13\xcf\xe9\x48\x76\x1f\x02\xbf\x2e\x35\x7b\xca\xe5\x3b\x44\x9d\xbd\x4e\x8b\x1c\x88\xf1\x90\xea\x33\x19\x32\x2c\x9c\xef\x4d\xe5\x58\x14\xbc\x98\xe1\x12\x3f\x74\x8d\x92\xfb\x26\x41\xa0\xb6\x3c\x4c\xb9\xd2\xd4\x05\x4c\xd3\x25\x16\x62\xa0\x99\x4b\xbb\x0c\x91\x60\xbd\x0e\x97\xc3\xab\x75\xc9\x24\x34\x52\xed\x3a\x80\x78\x25\x2b\x7c\x93\x4e\x31\x31\x31\x41\x5d\x55\xa7\x23\x06\x13\xe8\xe9\x21\xe9\x52\x51\x73\xb8\x33\x74\xa7\x71\x67\x70\x1a\x77\x06\x75\x92\x8e\x2f\xb1\xc5\xa4\xe3\x4b\x1c\x34\x79\x4f\xa8\x6a\x74\x04\xd0\xd2\x59\xcd\x57\x5c\x43\x14\x2c\xec\xdd\x39\x3b\x5a\x9a\x45\xb1\xc3\xfe\x8e\x0e\x8d\x2e\x6a\x71\xf3\x17\xb5\x19\x78\x43\x14\xef\x1b\xb8\x14\x46\x18\x4a\xa2\x68\x53\x9f\xa2\x04\xbf\x56\x31\x01\x3b\xa6\x13\x69\x8b\xad\x4e\x83\xcd\xcf\xc5\xd0\x16\x5b\x9c\x73\xb0\xbf\x43\x64\xf0\x2a\x81\xbf\xa4\xd4\x72\x22\xa4\x56\x75\x39\x94\x5a\x1a\x0c\xa8\x1f\xa9\x7e\x8b\xe3\x68\xba\x3e\xa6\xb8\x6c\x8d\xc1\x52\x47\xd6\x46\x19\xb4\xc7\x7a\x00\xe8\xa7\x0a\xe9\xc8\x40\x87\x15\x9f\xb1\x01\x0f\xcb\x56\x73\x83\x06\x2c\x4d\x7f\x70\x3b\xf2\xdc\x2c\xd8\xdd\x3c\x8b\xb4\x5f\x79\x36\x64\xbf\x52\x63\x36\x2c\x1a\x62\x14\x22\xce\x9e\x2d\x3d\x68\x45\xf0\x38\xca\x8a\xe0\x0f\x19\x01\x26\x39\x2b\x8d\x0a\x2e\x07\xe6\x0e\x77\x6a\xc3\xc0\xa1\xf9\x27\xfc\x2c\xb4\x6e\x10\x33\xb9\xc4\x74\x1a\x56\x58\xd2\x9e\x86\x40\x8f\xd5\xe7\x38\x20\xc9\xaa\x55\xf5\xc5\x8b\x1b\x53\xe2\x75\xd1\x4f\x34\x25\x60\x01\x2d\xab\x3e\x49\x03\x4e\x56\x7d\x00\xe6\x15\xbc\x5e\xd5\x56\xc2\xcf\x73\x95\xe8\x60\x1c\x8d\x72\xc9\x40\x4e\x84\x59\x0e\x89\x00\x20\xcc\x8e\xee\xee\x5a\x09\xf2\x2c\xfe\x76\x3b\x26\xe2\x21\x00\x4e\x12\x41\xf3\xa6\x0a\xa1\x07\xc8\x0b\x02\x40\xb2\xd0\xde\x4c\xf4\x7b\x7d\xfa\xb1\x00\xc8\x9b\xfe\x90\x5e\xcc\xe2\x44\xe8\xed\xd2\x2c\x18\x08\xea\xc9\x2a\xed\x40\x1a\x09\xd1\x63\xbd\xba\x05\x14\x01\xdd\x89\xd0\x0e\x24\x02\x19\x9b\xd2\x87\x5c\xa1\xc5\x34\xe8\x5b\x48\xc2\x29\x0a\xbe\xd0\x6e\x8a\x97\x51\x9d\x93\xf5\xab\xff\x5b\xe2\xc1\x85\x92\x77\xba\x28\x5e\x30\x0b\x7f\xf9\xc6\x82\x20\x5f\x6f\x01\xa2\x75\xc6\x20\xde\xbf\x27\x9d\x76\x36\xdc\x33\x3e\x25\x6e\xda\xb7\xdd\x1e\xea\x95\xd3\xe5\xc0\x2a\xef\x7e\x20\xc2\xfb\xaf\x14\x82\x33\x4b\xae\x6f\x46\x67\x16\x7f\xe2\xe2\x7a\xb1\xed\x0a\x58\xb4\x62\xc3\x1d\xb0\x68\xc5\xb6\x2b\x80\xd1\x4a\x73\xbb\x75\xea\x70\xf5\xbc\x87\x31\xb3\xc9\x8a\xbc\x1a\x8e\x33\xc9\xa5\x49\x76\x02\x9e\x16\x5e\xc9\xc0\xa3\x85\xd7\x2e\xc3\x24\x5f\xb6\xd4\x02\x8e\x56\x6d\x9c\x04\x1e\x2d\x5d\x36\xf8\x02\x83\x56\x6d\xbd\xe2\x65\xd1\xd4\x74\x5e\x02\x0a\xad\xd9\x70\xcb\x7b\x4d\xb9\x6a\xe3\x06\xb8\xac\x75\x89\xbd\xbd\xc3\xb1\x3d\x0f\xb1\x7e\x7c\xf5\xe2\xea\x0f\xbb\x87\xba\x4f\x0c\xb0\xd8\x98\xa1\xb5\x9a\xb9\x01\xa8\xb0\x90\x42\x05\x50\x58\xb7\x57\xeb\x25\x91\x1f\xa2\xa0\xfd\x69\x28\x5e\x74\x66\x68\xdb\xc4\xf5\x8d\xec\x1e\x20\x18\xe9\x2c\x0f\x05\x93\xb1\x46\x1b\xe8\xaf\x2e\x15\x16\x31\x47\x7b\xb4\xef\xe5\x34\x70\x62\xe3\x29\x83\x6c\xd0\x45\xad\x27\x8c\xe9\xa1\xd0\x57\xed\x36\x40\x89\x8d\xa7\x21\x38\xcd\xcb\x08\x8c\x3b\x25\xa1\xbd\x05\xf1\x49\x43\x9b\xb7\xc0\x64\xe1\x24\xd8\x87\x1e\x8a\x81\xe8\xa5\xf4\xbc\xf4\x88\x82\x76\xda\x17\xdd\x6b\x3a\x86\xf0\x9a\x8a\x40\x51\x87\xa4\xe0\x77\x25\x64\x49\x95\x43\x63\x9b\x98\xfe\x45\x63\x9b\xbf\xe3\xb1\xa4\x68\x49\xbe\x74\x2c\x91\xad\x83\xc0\xb3\x74\x49\x9b\x21\xd6\x2c\xdb\x8d\x05\xac\x99\x2d\xa8\x80\x9a\xf5\x70\x31\x0c\xe0\x5e\x5c\x09\xe5\x8c\x1b\x00\x0c\x80\x9b\x4a\x38\xf3\x34\xc5\x89\x67\x4e\x84\x31\xcb\x4d\xc3\x21\xa4\x59\x16\x21\x45\x3a\x44\x02\xf6\x9e\x44\x9c\x45\xa6\xb5\x0a\xd0\x59\x0f\x67\x3b\xe7\xca\x70\x79\xe7\x5c\x19\xae\x2a\xce\x5c\x9a\x38\xca\x80\x38\x80\xf8\xb2\xab\xba\x6c\x20\x03\xc3\xad\xe0\x85\x17\xad\xfd\x37\x31\x32\x92\x51\x6f\x1a\x49\x34\xec\x8c\xf5\xe0\x25\x4b\x80\x99\x37\x38\x82\xc8\xec\xf3\x7b\xd3\x63\x21\x39\xf0\xa6\x46\xeb\x0a\x18\xa3\xf5\x49\x3b\x8b\xe6\xf2\x67\x1f\xee\xcb\xaa\x01\x1b\xcf\x34\x71\x34\x0f\x8f\xe3\x82\xea\x2e\x45\xfe\x4d\x9e\xb3\x95\xe4\xcd\x8b\x0d\xb2\x30\xbd\x75\x48\x96\xce\x04\x68\x58\x93\x8d\xec\x4d\xa4\x63\x72\xa1\xbc\xec\x72\x39\xf1\xb4\x2c\x5c\xca\xd9\x10\xc5\xe3\x00\x7f\xf5\x2c\x0b\x14\xb1\x5f\x5e\x35\x6f\x45\x9d\xd1\xd6\x4e\xf0\xd7\x33\xd6\xe4\x29\xcf\x03\x58\xca\xc6\x2f\x20\xb3\xd2\xec\xee\x2e\x8f\x2e\xed\x32\x09\x1f\xb9\x24\x19\xf1\x57\xde\xe6\x81\xb8\x1a\x32\xad\x03\x2a\xd5\x2f\x31\xbf\x30\x4e\x52\x34\x79\x1f\xab\x37\x2d\x05\x41\x9e\xa4\x20\xdf\x04\x9d\xc8\x5c\x4c\x90\x93\xad\x74\x04\x39\xd9\x60\x70\x13\x74\x32\x5c\x05\x14\xe4\xea\xef\xa0\xca\xa9\x4f\xb7\xf4\xcc\x2e\x8a\xf2\xb1\x89\x62\x8f\x44\x71\xcb\x69\x3a\x10\x11\x01\xd5\x7c\x90\xba\x17\xcf\xbf\xa6\xe0\xff\xeb\xce\xaa\xd0\x78\xea\xc6\xa2\x3b\xd0\x89\x93\x38\x74\xb5\x6e\x09\xf9\xaf\x8e\xd0\xe2\x65\x63\xa6\x80\x55\x4d\xdb\xc0\x4d\xbf\x80\xf8\xfb\xa6\x5f\x40\x02\x56\x91\x85\x5b\xfa\x0d\x26\x68\x82\xb0\xc6\x74\x2d\x1b\xc6\x75\x8f\x10\xd8\x25\x57\x4f\x09\x2e\xbb\xc8\x66\x4b\x64\xd5\xa5\xc5\x00\x2c\xd5\x10\x23\x31\x6e\x41\xb7\x23\x4a\x00\xa9\x22\x46\xfe\xd0\xc3\x2f\x6e\xfd\x50\x9b\xb1\xeb\xeb\xc3\x8b\x4f\x26\x00\xb3\x73\xa1\x47\x64\x5c\x2e\xf2\x54\x77\x39\x45\x21\x34\x5c\xfe\x11\xd4\x62\x7f\x82\x9c\xea\x14\x03\x08\xe5\xe4\xc3\xd4\x87\x76\x8d\x90\x74\xf9\x50\x66\x48\xb1\x63\x34\x45\x3b\x2c\x88\x73\xb2\x27\x53\x38\x27\x6b\x5d\x1f\x07\x92\x51\x0b\xa8\xbb\xa6\xe9\x54\xae\x2b\x57\x42\xce\x52\x41\xe2\x2c\x09\x56\x22\x98\xd2\x25\xce\xfa\x20\xd0\x76\xc9\x4e\x2c\x0e\xd0\x7d\x88\xb3\xac\x42\xfd\xc0\xa5\x08\x2d\xc6\x0f\x2e\x45\xb8\xff\x87\xc5\x46\x38\xe5\x88\x60\x09\xe7\xcf\x61\xaf\x79\xb9\xa2\x7d\x08\x17\x7d\x56\x89\x36\x1a\x5c\x72\xb6\xd1\xee\x43\xa1\xe3\xa6\x43\xe8\xe8\x1b\xc0\xf7\x65\xb9\x05\x44\xca\xc7\x07\x20\xa4\xa6\xa4\x16\xf0\x51\x43\x67\x20\x00\xa2\xec\x1f\xfa\xf0\xaa\xb5\x55\xb5\xcf\x66\x9c\x81\x6a\x72\x9e\xac\x1a\x07\x40\xf2\x93\x89\xd7\x49\x51\xfb\x24\x96\x38\x4b\x8c\x72\x11\x9c\x94\x00\x34\x2a\x58\x7c\xe0\x4a\x66\x50\xd9\x0a\xe0\xa2\x18\xb2\xed\x10\xb0\xd1\x86\xf3\x1d\xed\x8a\x43\x1e\xc0\x3d\x31\x18\xd4\x21\xce\xa9\x2c\xfb\xa3\xa3\x4a\x52\x54\xc5\x85\x88\xdc\xb4\xb2\x05\xe2\xc3\x05\x59\x38\x00\x8e\x62\x10\xd4\x43\x7c\x4e\x36\xd5\x13\xd0\x66\xd4\xec\xc3\xa4\x41\x8e\x08\xc0\xa4\xa2\x38\x85\x22\xd2\x6d\x65\x00\x39\x1d\x3d\xe2\xe2\x6d\x5f\xa9\x52\x01\x30\x94\x6e\xc9\x1d\x0a\xaa\x61\x52\x4b\x18\x43\x4a\x4e\xd6\x00\x1a\x2a\x11\x8c\x76\xa8\x17\xb2\xaa\xa3\xc4\x4a\x87\x29\xf8\xed\xc2\x39\xf1\xb6\x48\x52\x85\x74\x3b\x25\x75\x49\xe1\xfb\xdc\x9a\x45\x64\x9a\xfb\x08\x7c\xb4\xcc\xd6\x8c\x30\xd2\xf3\xf3\x25\x7c\x8e\xe1\x9c\xc0\x7f\x3f\xc5\xb0\x53\xa6\xe0\x8f\xba\x34\x1c\x40\x52\xe7\xcb\x69\xe8\x53\xd2\xec\x43\x99\x4b\x4f\x7d\xec\x93\xeb\x83\xa9\x31\x69\xc0\x71\x10\xe8\x42\x85\x04\xd0\x51\x5d\xb0\xaa\x00\x3a\x2a\x09\x9c\x15\x97\x82\xaa\x4c\xd5\xb8\xe9\x07\xd4\x98\x32\x02\x56\x5c\xdf\x5e\xea\x3e\x79\x07\x2a\x51\x5b\x61\x61\x12\xe2\x2c\x18\xa6\x29\x3d\x69\x9c\x29\xd7\x88\x5e\x79\x8a\xa1\xf6\x09\xba\x15\xbc\x2a\xcc\x67\x31\x0e\x45\x13\x0f\x4d\x53\x8a\x97\x2e\x80\x5d\x00\x81\xd5\xe5\x18\x8a\x04\x71\x2d\xa8\x5a\x00\x8f\x95\xe4\x1a\x8f\xc4\xab\x83\xc9\x14\x5f\x1e\xba\x44\xa1\x13\xd9\x69\xe8\x04\x45\x8a\x02\xb2\x0b\xb4\x17\x69\xea\x26\xb2\xb3\xbe\x68\x7e\x0a\x91\x8c\x2b\x5d\x4c\xb2\x1f\x6e\x1c\x6e\xf8\x69\x02\x10\x41\xb1\x0b\xfd\x17\x00\x3a\xf5\x5a\xd5\x29\x18\x18\x2b\x77\xf0\x60\xc0\xaa\x12\xa6\x0a\xd2\x54\x26\x78\xb1\x36\x97\x02\x4b\xa0\x6b\x87\x95\x40\xba\x5b\x24\x38\xab\x6a\x75\xda\xe4\x33\x50\xa2\x18\xb1\x63\xb8\xd0\x45\x7f\x83\x5a\x4a\x5c\x7f\x71\x5e\xa8\xeb\xd5\x35\x52\xb3\xab\x1a\x8e\xc3\x80\x76\x74\x05\x50\x50\x5d\x6a\x66\x30\x30\x04\x01\xeb\x87\x82\x95\x40\x4b\x93\x71\xec\x8b\xeb\x07\xca\xbf\xba\x4c\xa2\xfc\x87\x4b\xc1\xce\x16\xea\x14\xcd\x9b\x53\x43\x43\xf3\xa6\xa7\x06\x87\xd2\x2a\xf1\xc3\x4b\xe1\x3a\x18\x46\xe2\x43\x01\x4f\xcb\x60\xda\xf6\x34\xd1\xf3\x51\x4c\xa1\x47\x92\x68\x40\x56\x25\x1d\x28\x23\x13\xba\x2f\x09\x99\x09\xdd\x97\x94\xce\xb0\x59\x49\x5b\x0a\xdd\x32\x97\xa7\x23\x32\xd1\xfa\x54\xb9\x03\x38\xab\x5e\x25\xd1\x81\xb3\x52\x08\xff\x43\xa1\xd9\xe1\xef\x5e\x7c\xc9\x4b\x14\x9e\xa8\xa8\xa6\x6e\xde\xa1\x15\x45\x49\x20\x16\x22\xb0\xaa\x84\xaa\x08\xb6\x5b\x1f\xf2\x24\x32\x55\x85\x62\xa7\xb9\xc3\xb4\x8a\x5d\x92\xf5\x99\xee\xdb\xa9\x1e\x53\xcb\x98\x2e\x95\xc7\x81\x64\x12\xfd\xa8\x2e\x16\xb6\xe6\x70\x31\x2f\x1a\xc8\x9c\x95\x0f\xcd\x48\x6a\x23\xb2\x52\x1f\x1e\x1d\xac\x85\x31\x34\x90\xbc\x6b\x29\x26\xca\x12\xcc\x9e\x81\xc5\x13\x42\x75\x5e\x40\xd6\x87\xcb\x81\x3f\x53\x2b\x45\x4f\x10\x76\xb5\x87\x16\xb4\xe7\xbb\xe0\xbd\x49\x51\xd0\xc2\x9b\x06\x92\x17\x01\xbb\x4b\x81\x99\xba\xba\x14\x5e\x72\x54\x8f\x71\xe3\x65\x98\x55\x78\x7b\xa0\x69\x76\xb8\x30\xb4\xa2\x81\xe6\x4a\xc2\xec\x44\xe6\x5d\xaf\xa4\x05\x9e\xb1\x32\xe4\xa1\x0d\x06\x48\x19\xd3\x53\x07\xe7\xcd\x98\xdf\x5b\x31\x18\x81\xaa\x0f\xcf\x1c\x83\x24\x57\x37\x87\xca\xbb\x59\x97\x37\x0d\x86\x5b\xc7\x1e\xfb\x43\x9c\xac\xcc\x48\xbc\x77\xd0\xfc\x1d\x7a\x1c\xce\xf9\xe1\x6d\x76\x50\x0c\x71\x25\xa0\xac\xdf\x8b\xd0\x36\x55\xa8\x63\xd3\x79\xc6\xe8\x57\x5d\x16\xd2\x28\xbc\x84\x20\xd1\x5f\x68\x2f\xa4\xe3\x55\xcf\x4c\xc8\x5b\x16\x7c\xd2\x51\x40\xac\x28\xba\x06\xd6\x5c\x21\x7d\x59\xe1\x52\x19\x34\xeb\xc9\x8c\x83\x7a\x75\x25\x1f\x74\x9f\x63\x53\x64\x41\xd6\x7a\x2c\x3c\xcb\x49\x8c\x14\xbd\x8f\x28\xbd\x0a\xd0\xac\x2e\xc5\x36\x0a\xe1\xd6\x6e\x01\xe1\xd6\x62\x9c\x22\xf3\xbe\x6a\x24\x1b\x7b\x67\x00\x30\x6b\x64\xc9\xed\x42\xf4\xb5\x47\x87\xe8\xeb\xee\x2a\x80\x5b\xae\x2e\x14\xe8\x6b\x77\x8a\xe8\x6b\x8f\x0e\xcd\x43\xdd\xa5\x00\x41\xee\x0e\x13\x6f\x2d\xde\x2c\xbc\x4e\xd0\x5d\x3b\x6f\x09\x4b\xf8\x17\x22\xac\xb5\x88\xf0\x56\x65\x4e\x9a\xfe\x42\xbc\xb5\xa4\x76\xe1\x35\x00\x4f\x31\x8e\x58\xd9\x13\x47\x0c\xc2\x43\xa1\xfa\xae\xc6\xe0\xca\x7a\xd6\x92\x02\x7c\x2a\x27\xd5\xc7\x38\x87\x4d\x20\x5f\xc6\x11\x1b\x59\xbc\x01\xf4\xd4\xc8\xe2\x30\xa0\xa7\x14\x1e\xa6\xf1\xa1\x90\x9c\x9a\xd3\xf0\x90\x26\x4f\xb9\x51\xe9\xae\xae\xa6\x30\x6a\x5a\x8b\x95\xde\xea\x66\x8a\x9d\x98\xa2\x70\x1e\x9f\x2e\x93\xcf\x11\x68\x80\x2b\x0d\x96\xcd\x85\xe2\xd8\xd4\xf5\x21\x0c\x96\xc9\x4d\x03\x16\x3b\x57\xa7\x91\x2f\x9c\xc6\x90\x46\x1a\xd2\x4a\x6f\x96\xfb\xcb\xdb\x03\xc5\x1f\x32\xcc\x6c\x71\x22\x1a\xae\xad\x81\xe1\x8d\x6c\x99\x54\x58\xb4\x31\xfd\x29\x1f\x19\x79\xfa\x7c\x38\x4c\x51\x39\x1b\x63\xa6\xe5\xa4\x55\x5c\x97\x6a\x51\xfb\x08\x9d\x96\xc0\xab\x3a\xe4\x3f\xc5\xbe\xf0\xde\xab\xb3\xc2\x02\x19\xae\xe3\x46\x9a\x3f\xfc\x80\xd2\xac\x12\x3a\x2d\x41\x05\xe8\x55\xee\x52\xd3\x2a\x81\xd4\xda\x54\x81\xbc\xca\x32\xe8\xf2\x71\xbe\xe1\x7d\x02\x71\x97\xc6\x98\x4e\x83\x99\x7f\xba\x14\xf4\xc9\xb3\x8a\xcb\x2c\x82\xe3\x04\xf0\x5b\xc3\x2a\x0b\xf0\x5a\xc3\x12\x0d\x78\xad\x21\xeb\x0c\x5f\x9b\x29\xd7\x74\xab\x69\x5f\x93\x06\xd9\x78\x4b\x40\x1b\x35\x10\x5b\xb9\xa7\xef\x9d\x82\x0c\x1d\x97\x9b\x54\x11\x00\xba\x72\xd3\x3e\x21\x44\x97\x6a\x04\xa4\x2b\x37\xb5\xad\x11\x83\xd1\x9a\x13\xe1\xc8\x97\xb8\x6b\xc2\x60\x4c\x97\x0a\x87\xa1\x34\x85\xc6\x2b\x05\xe1\x0f\x31\x4f\xc3\x14\x5c\x84\xcf\x77\x9c\x27\xd5\x48\xd0\x85\x76\x89\xc6\x2b\x05\xda\x6b\x81\x00\x1b\xde\xfb\xf4\xee\xab\xb7\x10\x40\xc0\x72\xbf\x9c\xd8\x41\x69\xdc\xe0\x81\x91\x41\x93\xc1\xef\xb2\xae\x6c\xe8\x81\xc2\x2e\x9f\x03\x1f\x28\xcc\x4d\x1a\x2c\xc0\x5d\xd9\xd2\x9f\x68\xae\x26\xad\xa9\xf1\xa2\x80\x04\x3a\xe1\x5c\x72\xc7\xf1\x31\xc2\x2c\x40\x17\xdf\x22\x54\x84\xa2\xc6\xa7\x08\x73\xf3\xc8\x50\x47\xbe\xa4\x18\x35\x7a\x5d\x3d\xc3\x0c\x8e\x68\x41\xd5\x18\x03\xad\x78\xa8\x68\x46\x17\xfe\x31\x9a\xdc\xa9\x12\x63\x00\x6f\x4d\xeb\xc5\x84\x6b\x3d\x72\xac\x6d\x3a\x9a\xd4\x22\xbe\x39\x39\x5c\xcb\xfb\xc7\xd7\xac\x4f\x25\xe0\x47\x4f\x39\x6e\xf4\x57\xf5\xab\xf3\x42\x80\x04\x10\x42\xaf\x4e\xab\xbb\x00\x7d\x15\x01\xa8\xa3\xc3\xf1\x7a\x69\xa5\xe0\xed\xa2\x22\x48\x50\x10\x11\xd6\x75\x8b\x23\x80\x08\x2b\xf2\xed\x06\x10\x61\xd3\x87\x14\xbd\x99\xa8\x3e\xe9\xd1\xc4\x61\x0a\x5d\xd2\x74\xe0\xd9\xc4\x59\xc5\x0d\x04\x92\x5d\x4f\x29\x37\xd2\x5c\x03\xf0\x7b\x9a\xf0\xae\x1b\x80\xdd\x24\xfd\x3e\x43\x54\xc6\x87\xea\x45\x00\x90\xaf\x79\xe4\x23\x8b\x32\x5a\xf3\x95\xc5\x59\x2f\x97\x82\xab\x02\x5a\xe1\x9d\x57\x05\xc2\x14\x3a\x31\x9d\x93\x33\xa1\x86\xd2\x01\x28\x8b\x44\x87\xcb\xef\x12\xf7\x23\xd6\xda\xac\x92\x75\x80\x99\x4d\x6b\xf0\x9d\x57\x05\xb4\x12\xf1\x26\xc6\xac\x5a\x0a\x08\xc1\x3e\x7d\x44\x41\x3c\xc6\x59\x25\x23\x01\x4f\x2b\xba\x0d\x10\x9d\xb7\x5b\xb4\x4a\x3b\xf9\x54\x77\x8b\x02\x58\xb5\x22\x14\x67\x00\xab\x56\x64\x34\x67\x54\xc7\x72\x3d\x1f\xe2\x86\x83\x18\x08\xd8\xb5\x22\x54\x4b\x00\xba\x96\xaa\xdc\x9f\xd1\x89\x36\x72\xdb\x08\x16\xd0\x4e\x08\xec\x5a\xb9\x9e\x9c\x7a\xfd\x4a\xf5\xc3\x6c\xe6\xe3\x4c\x97\xde\xe9\xe6\x28\xaa\xf1\xe5\x62\xd1\x56\x4f\xa9\x62\x1f\x26\x97\x8b\x6b\x06\x1a\xc7\x81\xd7\xe1\xdc\x1e\x3e\x84\xd5\x42\x02\x7e\xe0\xd6\x81\x6d\x02\x40\xb2\x85\xfb\x35\x78\x07\x21\x9c\x13\xc0\x86\xfa\x1b\xd4\xe9\x41\xd7\xa5\x38\x0c\x20\xb7\xd2\xb4\x4e\x06\x2f\x21\xa8\xe1\x83\x97\x10\xc4\x37\xc0\xb8\x85\x77\x8d\x21\xdc\xa4\x1b\x83\x8b\x14\xd5\x7d\x62\x0f\xf5\x5d\xb0\x87\xaa\x01\x17\x12\x7c\xce\x01\xc2\x2d\x6c\x11\x02\xc0\xad\xf8\x40\x0e\x7c\x5b\x58\x2a\x8c\xc3\xed\x61\xeb\x14\x9e\xf5\x0a\x5b\xa7\x06\xdd\x4c\xd3\xd5\x53\xa1\x28\xd9\x64\xa0\xa5\xa6\x16\xfa\xeb\x52\xd9\x43\xa7\xe1\x86\x4b\x75\x6b\xb0\xa0\xc5\x62\x04\xc6\xcd\xde\xdd\x38\x3a\x22\xd5\x80\x85\x4e\x79\xd6\x16\x3b\xa5\x0f\xe1\x98\xf0\xee\x36\xe8\x19\x97\x82\x8c\x80\x84\xd9\xa3\x7d\xd6\x42\x69\xd2\x74\x10\x89\x34\xcc\xee\x0c\x44\xaa\xb8\x52\x87\x64\x68\x55\x8f\x0d\xbd\xa2\x52\xcb\x80\xae\x4b\x0a\x34\xd6\xf4\xa8\x99\x42\x4d\x35\x3e\x6a\x16\x36\x2c\x0d\x05\x2e\xd4\x96\x02\x44\x5d\xb1\x25\x13\x2f\x0b\x94\xf0\xe4\x6c\x78\xf1\x3d\x54\x40\xc7\x78\x63\xd2\x4b\x35\xd1\x5c\x25\x9c\x24\xc3\x59\xe9\x24\x71\x1a\x2e\x4f\x98\x8b\xb0\x16\xac\x31\x21\x84\x5b\x09\x71\x0a\x62\xb8\x85\xb5\x22\xc0\xf4\xc2\xbb\x34\xa2\xb8\x85\x75\x24\xc2\xf4\x14\x83\xad\x31\x2e\x6b\x09\x0d\x0e\x62\xba\x15\xc1\xd8\xf9\x2e\x5b\x89\xf0\x87\x6c\xa8\x29\x34\x46\xdb\x09\x70\x7a\x45\x58\xc3\x60\x74\xed\xae\x2b\x99\x31\x83\xad\x51\x85\xbc\x56\x23\xb9\x8c\xf8\x6d\xc5\xd6\x49\x04\x70\x0b\xf9\xbe\x62\xf2\x5a\x4d\xb8\x14\x0c\xf0\xf4\x77\x1b\x94\xfa\x1b\x6c\x9a\x73\xe2\x1e\xcd\x74\x29\x37\xcd\xc8\xce\x8a\x0b\x40\xe2\x0d\x02\xfe\x7a\xd6\xa9\x8b\xe1\xde\x46\x91\x61\x7c\xca\x87\xe6\x72\xf5\x48\xd4\x74\xe6\x46\x36\x53\xbf\x16\xae\xfd\x48\x56\xe3\x95\xa0\x5a\xdc\xcb\xc5\x5b\x1d\x1e\x57\x62\x75\xbc\x53\xf1\x91\xba\x16\x1e\xd9\x23\x91\x6b\x31\x25\x67\x97\xb2\xd2\x53\x6a\xb3\x18\x00\x82\xb5\xb8\x6b\xf4\x94\xda\xf6\x05\x80\x60\xb5\x0d\x87\x00\xc1\xae\x0b\x9f\x31\x75\x49\xc6\xe3\xc0\x4b\x32\x62\x42\x02\x06\x2f\x6b\x0e\x93\x77\x66\x3c\x7f\xba\x24\x13\xce\xcb\x4b\x32\x9e\xa5\xc3\xa3\x55\x0e\x29\x3e\xff\x7b\x12\x93\x48\x42\x54\xa6\x53\x33\xc9\x2c\xb2\x70\x3c\xa7\x48\x6e\x21\x4e\xe4\x1d\x9f\xf9\xbd\xbb\x50\x2f\xf5\x5d\xb6\x0f\x32\x44\xdc\x65\x9d\x21\x74\xc3\x46\xac\x43\x04\xe2\x65\x53\x1f\x21\x88\x5d\xd7\xc1\xf9\xac\x5f\xb5\x4d\x32\x64\x6c\xd3\x30\x05\x03\x8a\x3e\x9f\x12\xf3\x3e\xb5\xae\x03\xa8\x33\x9b\x3a\x43\x2f\x7b\xc9\xb5\x00\x18\x62\xb5\x45\x0d\x31\xe7\x4e\x1b\x54\xcd\x91\xc1\xd5\xb6\x10\x46\x9d\xbb\xbc\x5f\x47\xe8\x6d\x48\x75\x4e\x10\x64\xd9\xed\x88\x35\x4c\xc2\xe1\xe8\xdd\x41\x5f\x35\x0a\x80\x0d\xab\x59\x34\x96\x5c\x01\x2a\x69\xe1\x4a\x50\x37\x85\x5b\x3f\x3a\x0f\x86\x9e\xef\x97\x6b\x02\x30\xc5\x6a\xa3\x1a\x50\x8a\xd5\xa6\xb2\x20\x66\x5e\xe7\x63\xa0\x14\xab\x4d\x37\x40\x29\x56\xf9\x83\x03\x28\xc5\x53\xa8\x86\x7a\x09\x4c\xed\xd4\x0f\xf2\xaa\x23\x5b\xfd\xd2\xa4\x6d\xe0\xfb\xba\x29\x3a\x03\xb4\x85\x85\x5c\x1c\xf2\xbf\x04\xd7\x88\x99\x01\x8b\xc2\x12\x06\x08\xc7\xf3\xa5\xba\xb9\xd9\x2f\x35\x68\x73\x1a\x5c\x8c\x6c\xe5\x26\xe9\x1e\x68\xfe\x92\x38\x9c\xcb\xa9\xe8\x4b\x33\xdf\xe3\xd0\x98\x7c\x88\x40\x7c\xbe\xa6\xab\xa9\x7a\xfd\x31\xf9\xf8\xb1\xe8\xd9\xf0\x79\x6f\xd1\xb5\x21\x4f\x74\x10\x21\x99\x04\x94\x09\x46\xef\xd3\x05\xe0\x58\x74\x75\x08\x29\x13\x08\xe0\xd7\x74\x3b\x36\x14\xb2\x2f\xba\x0b\x42\x3c\x18\x61\x48\x82\x11\xfc\x5a\x54\x7f\x7a\x03\x1f\xe6\x5a\x70\x71\x4b\x4c\x04\xa8\x65\xd3\x65\xdd\x58\x7c\xf2\xde\x33\xbc\x78\xcd\x4c\x98\xad\x40\xb4\xbe\x56\x34\xc3\xc4\x56\xe6\x5f\x3f\x9d\xbc\x6d\xa5\x5a\xe0\x9f\xce\xbf\x56\xb3\x48\xfa\xdb\x17\x49\x35\x1f\xab\x20\x3f\x9d\xe3\x83\x32\x36\x34\x32\xa0\x5f\xed\x62\x50\x01\x2e\xb3\x66\x92\x18\xcb\xd6\x3c\x12\x87\xd3\x5b\xf5\xf0\x23\x88\x67\x95\x34\xe3\x4b\x3c\x59\x90\xeb\x20\xe2\x32\xd7\xe4\x54\xb4\xa9\x66\x17\xf4\x66\xaa\x1a\x81\xb7\xa4\xad\x57\x2d\xda\xd7\x74\x2b\x44\x0f\x73\x0e\x81\x21\x62\x81\x83\xb3\x0d\xcc\x88\x0b\x78\x48\x95\x74\x38\xb8\xf5\x27\xb1\x31\x51\x8d\x00\xde\xa1\x57\x17\x34\x40\x69\xd0\xf4\xc0\xe7\x93\xf8\x42\xa2\x3f\xe4\xd3\x0c\xe2\x00\x20\x3d\x9b\x80\x78\x7c\xfc\xb3\x09\xe9\x19\x40\x7a\x36\x21\x93\xf4\x12\x68\xb9\xa4\x15\x11\xea\x59\x92\xb6\x3a\x3e\x66\x5e\x92\xf6\x24\x04\x0b\x54\x24\xf3\x43\x05\xa8\x22\x6a\x81\xfa\x0d\xe6\x92\x4d\xf7\x88\x1d\x57\xc0\x8c\xb6\xf9\x50\x6f\xc6\x60\x52\x25\x81\x70\xb6\x9a\x33\x3e\x36\x5a\xec\xc7\xe2\x63\xa3\xa5\xc9\xf2\xc0\x57\x8c\xa6\x2e\xdb\x07\x80\xa1\x7a\x51\xfc\x50\xeb\xc7\xd7\x7c\x72\xc2\xa1\x9f\x45\x1c\x0d\xe3\x29\x12\x1e\x73\x57\x47\x00\xa0\x7a\x0f\x00\xa0\x47\x91\x11\x0a\xc5\x5a\x7c\xe5\xc8\x41\x0e\x82\xa1\xab\x93\x47\x86\xbe\x66\x09\x75\xbc\x80\xd4\xf3\x93\x06\x37\xa5\x47\x94\x1e\xe4\x27\x27\x77\x2f\xed\x2b\x08\x5f\xd8\xb3\x96\xdf\x96\xd3\x58\x9b\x19\xdf\x46\x4a\x4e\xd4\x4b\xb1\xda\xb8\x19\x6e\xb0\x6a\xa5\x6e\xc6\xd1\x6a\xce\xaa\x30\xa8\xa2\x18\x84\xf9\x72\x22\x74\x99\xa1\x45\xb0\xe5\x1c\x20\xc5\x47\x93\xba\x20\xec\x81\x67\x91\x14\x9b\xbd\xf1\xc1\xd5\x2c\x58\x4d\x00\x25\x9a\x7b\x72\x1a\x0c\x90\x1a\x3a\x04\x0f\xcc\x3d\x99\xa2\x61\x21\x44\xe1\x84\xae\xd5\x8c\xa8\x80\x61\xcc\x00\x70\xa1\x47\xb2\xaa\xd0\x33\xf7\xd5\x6c\x8c\xb0\x80\x55\x80\xb0\x78\x79\xd3\x55\xa9\xc2\x1e\x68\xf7\x7e\xe9\x62\xeb\x53\x10\xbd\x0c\xcd\xdf\xde\xbc\x60\x51\x44\x1e\x8e\x90\xcb\xe5\xc5\x3b\x41\x92\x18\x08\x22\x18\x5a\x9d\x08\x21\x18\x32\xd5\x03\xe5\xd9\x7d\x2a\x02\xca\x53\x97\x02\xf8\x40\x6c\x54\x97\x87\x68\x89\xe1\xaf\x8e\x4e\x2e\xa9\x41\xbc\xa7\x24\x01\x01\x9e\xed\xc9\x88\xcb\xd5\x5a\x2f\x2f\x06\xa8\x74\x57\xe9\xbc\x77\x7b\x09\xa9\x0b\x77\x8d\xfb\x5a\xf1\x87\x88\x4e\x2c\xb4\x97\x9e\x9b\x55\xcc\x9f\x20\x4e\x53\x17\xb9\x82\x40\xcd\xee\xad\x49\x4f\xd1\xda\x18\xfb\x56\xb0\x5f\x53\x34\x3f\x49\x8d\x65\x48\x40\x3b\xde\x19\x04\x50\xf7\x3e\xe2\x4d\x97\xfd\x53\xc9\x46\x9a\x73\x02\x21\xf2\x34\x07\xca\xc6\xf3\x1d\xfb\x71\x89\xc2\xf6\x2c\x5f\xdb\x1b\x5a\x5d\x92\xab\x91\x60\xce\xe4\xa6\x01\x0c\x68\x77\x26\xe1\x9b\xb3\x88\xf5\x88\xdf\x7c\x6c\x4c\x8c\xed\x57\x47\x76\x41\x1f\x46\x54\x57\xe6\xa5\x57\xe8\x45\xc1\xa5\xdc\x4d\xc1\x96\x22\x4b\x12\xb1\x98\x4f\xa9\xc4\x62\x26\x9d\x0e\xde\x80\x9a\xd4\xee\x44\xdc\x66\x91\x05\xe4\xcd\x57\x42\x74\x94\x55\xd0\xbe\xe6\x9c\x70\x29\x37\x57\x08\xdf\xb7\x36\x53\x84\xe9\xeb\x55\x3b\xfa\x9b\x37\x92\xda\xb7\xe1\xa2\x4f\x56\xf4\x42\x1b\xf8\x9b\xb7\x95\xa4\x4f\x32\x68\x9f\x6e\x07\xc6\x9b\xc8\x29\xc9\x0c\x06\xe6\x9b\xcf\x48\x01\x57\x5e\xbb\x29\x9c\xde\x2f\xb7\x06\xed\x96\x56\x48\x84\xe7\xd4\xbd\x9f\x60\xf4\xbd\x3a\xd5\x2b\x86\xdf\xd3\xdd\xc1\xb8\xe9\x7c\xd4\x97\x0c\xb8\x67\x13\x1c\x03\xe7\x4d\x21\x4e\x83\xb1\xf2\x9a\xc0\xfb\xc1\x58\x79\xd6\x5a\x6f\xb0\x95\xc0\x5c\x71\xcb\xc1\xa8\x3e\x23\x74\x5e\x17\x90\x2c\x18\xcb\xbf\x0b\xd8\x19\x7a\x9c\x4d\x27\x39\x42\x47\x05\x81\x0b\x46\xcb\x13\x84\x8d\x8f\x2f\xf7\xe9\xd6\xc1\xc1\x2e\x14\x5c\x10\x3a\x3a\xdd\x54\x44\xcb\x13\xaa\x2e\x10\x2d\xaf\x0b\x22\x17\x37\x2f\xc5\x1a\x5b\x06\x24\x69\x17\x94\x4d\x0f\x3a\xfb\x28\xc0\x67\x4c\xa7\x6e\xec\xc4\xad\xbd\x49\xf5\xd3\x8d\xa4\x2d\x12\x40\xd2\x2e\xb4\x5e\x00\x48\xda\x85\xa9\x8b\x9b\xef\x4b\x8c\x87\x64\x6c\x5d\xa9\xbd\x0a\xb3\x27\xb1\x88\xd8\x79\x29\x2c\x2e\x88\xe2\x9c\xf6\x2a\x22\x78\x5e\xf7\xd6\x00\x4c\xa7\xde\x1f\x3e\x14\x1c\x79\x6e\x3a\x1c\x39\xd9\xa3\xba\xe1\x0f\xd3\x42\xba\xf9\xf2\x42\x9d\x2e\x14\xd1\xa7\x3c\x91\x1b\x17\x4d\xcc\x10\x7c\x1d\xc1\x1b\xe9\x4d\xef\xa4\x46\x00\x58\xd1\x91\xb5\x37\x02\x2a\x9a\xd3\x93\x86\x10\x5a\xaa\x5f\x6f\xba\xea\x06\x55\x7c\x10\x0c\x2a\x6b\x79\x22\x98\xde\xc8\x3a\x5a\x32\x98\x5e\xeb\x1a\x80\x0f\xaf\xc8\x6a\x74\x00\x17\xd5\xdb\x92\x87\xe2\xc8\xf9\x43\xdc\x2c\x12\xaf\x00\x3c\x3a\xb2\xbf\xa3\x5f\x51\x8a\xef\x87\x8e\x44\x7f\xc7\x6b\x71\xdd\x39\xf9\xb6\xb4\x34\x75\x04\xb7\x1b\x66\xb9\x8f\x77\x34\xe7\xe5\x25\x50\x49\x56\xa2\x43\xbb\xc4\x3e\xd0\xa1\x59\x57\x5b\xe3\x43\x8c\xf9\x93\x06\x8f\x8c\x98\x05\xd8\xd0\x61\x85\xea\x43\x8f\x8c\x16\x3d\xd0\xa1\x63\x6a\x4f\xff\xe8\x89\x9b\x70\xa1\xb8\x99\xf1\x54\x01\x90\x7e\x76\x56\x34\x5c\x8a\x02\x90\xa0\xc3\xab\x8a\x50\x50\x2b\x6d\x9f\xa5\x57\xbf\x34\x70\xf0\x3f\x0a\x53\x1c\x80\x83\x1a\xd6\xcc\x57\xc9\x1d\xa1\x2e\x08\x08\xf5\x22\x63\xc0\x3c\xaf\x23\xe2\x43\xab\xfb\x0b\x46\xb5\x70\x00\x3e\x34\xf7\xa7\x86\x89\x34\xe7\x84\x7e\xe3\xc9\x87\x13\xbd\x4b\xc3\xfb\xc8\x1b\xe9\x34\x76\xd0\xb5\xb3\x83\xea\xbc\xb0\xa4\x2c\x86\xcf\xf9\x8c\xb3\xfe\xbf\x93\xd5\x0b\xb0\x53\x5f\x2a\x59\x78\x5b\x2d\x33\x28\xfd\xa1\x88\xe0\xe4\xba\x5d\xc0\xa1\x8e\x49\x31\xb2\x10\xae\x2f\xf3\x71\x87\x43\xc1\xab\x47\x7d\x66\x31\x5c\x9f\x4c\xf7\x0b\xb8\x54\x45\xa1\x3f\x14\x1c\xee\x5c\x43\x0b\xc8\xd4\xcc\x07\x11\x1a\xdf\x1d\x52\x84\xf2\x43\xa1\xc3\xd9\xb5\xa3\xc3\x4f\x0f\x39\xa3\xca\x19\x9c\x42\xd5\x4e\xa0\xb4\xc6\x7b\x01\x78\x3a\x84\x24\x5e\x7c\xd6\x38\xb4\xad\xf3\xe9\xf8\xa9\x4b\x7f\x0b\xd0\xd2\x59\xb3\xda\x8d\x78\x50\xf5\x29\xf5\x28\x94\x32\xdd\x2f\x40\x4b\x0d\x60\x5a\x84\x96\xf6\xe6\x3a\xce\x4a\x28\xb2\x9d\x2f\x60\x4b\x8b\x6c\xc7\xeb\xd2\x6b\xc0\x97\x4a\x85\x43\x48\x07\xc9\x05\xa0\x69\xb9\x9e\x62\xc8\x52\x1a\x1b\x2f\x05\xf5\x0a\xe0\x7c\x81\xdd\x17\x90\xa6\x53\x27\xce\x05\xa4\xe9\x64\x08\xd4\x43\xc1\x21\xf4\x7c\xc7\x4e\xb9\x50\x78\x14\x3d\xa5\x0b\x9d\xca\x6e\x0c\xbc\x5a\x21\x6a\x53\xa0\xa8\xfb\x1b\xcd\x36\xd7\x6c\x36\x5b\x53\x83\x90\x66\xdd\xa5\x20\x78\x79\x35\x47\x6d\xb6\x5a\x63\x01\xa0\x74\xf5\x94\x6e\xb4\xda\xb3\x26\x33\x4b\x51\x27\x00\xa3\xae\x0f\x05\x37\x8a\x47\x86\xae\x4f\xf1\x09\xd1\xa2\x4d\x67\xe6\x95\xf8\x72\x89\xee\xff\x2c\xbe\x3a\xd3\x2e\x6e\xc5\x0b\xc0\xcf\xa9\xa0\x07\x0b\x81\xf8\x42\xd8\xda\x05\x18\x68\x91\x9d\x74\x01\x06\x5a\x74\x3e\x5c\x40\x81\x16\x05\x6a\x5b\x89\x5e\x9d\xe4\x34\xdc\x5b\xd7\xcc\x00\x03\x1a\xb2\x07\xad\x44\x3f\x4e\x33\x85\x17\x18\xba\x29\xdc\xff\xd4\x32\x01\x5a\xb4\x34\x37\x1b\xf6\x70\x45\xa3\x5c\x88\xca\x57\x14\x06\x70\x21\x2a\x5f\x91\x15\x63\x25\xfa\x6d\x92\x4b\x61\x1f\xd4\x5b\xf8\x6d\x92\x7b\xcb\x17\x4e\xc6\x53\x0c\x3b\xa1\x2e\xe1\x4e\xa3\x3c\xbf\x2b\xe9\x32\x91\x16\x2d\xf0\xa9\x45\x41\xeb\x56\xe2\xbd\x55\x2d\x13\xe0\x53\x43\x08\xe0\x05\x7c\x6a\x08\x82\xbc\x80\x41\x0d\x01\x6b\x17\x31\xa8\x6d\x3c\x89\x18\xe0\xae\x61\x53\x20\x3e\xcf\x22\xe3\xa6\x75\x53\x18\x53\x2d\x5a\xc0\x4c\x43\xe7\xe0\x95\x78\xc0\x91\xc9\x7a\x11\x67\x6a\xe0\xd5\x02\xd0\x34\x84\x4a\x59\x00\x9a\x56\x9d\x58\x17\x80\xa6\x21\x69\xbb\x12\x8c\x7e\x97\xdb\x4a\xc7\x8d\x04\x21\xa0\xa5\x21\xe9\xbe\x12\xfd\x36\x53\x63\x73\x58\xb3\x5e\x9e\xef\x23\x97\x1d\x25\x61\x25\xfa\x6d\x68\xc2\x5b\x99\x71\xa3\x7e\x03\x96\x6f\x65\x3a\x75\x68\xec\x5b\x99\x4e\x1d\xf5\x10\x01\xfd\xf4\x66\xe5\xa1\xd8\x25\xa7\xa1\x4b\xd3\x14\x1c\x13\xe1\x9c\x08\x76\x11\x2e\x93\x7e\x2a\xa7\x2d\x94\xd2\x45\xe1\xee\x29\x0d\x91\x0b\xb0\xd3\x90\x46\xb6\x00\x3b\x0d\x6d\x82\x0b\xa8\xd3\x10\x5c\x67\x01\x75\x1a\x3a\xac\x2f\xa2\x4e\x67\x68\x2c\x00\x3b\xad\xb2\xb0\x2c\xa0\x4e\x43\x5a\xc7\x22\xcc\xf4\x61\xa2\xcc\xb0\x1c\x34\xdb\xaf\xcc\x87\x45\x75\xf0\x5d\x59\xcf\x7b\x84\x3f\x45\x94\x0e\x8f\x14\xaf\x03\xd4\xa7\x5c\x18\xf1\x9f\x82\xe0\xa1\x70\x63\x19\x3b\xbd\xba\x79\x50\x84\xaf\xea\x26\xf0\x62\x66\xf5\x28\x33\xe6\x83\x4e\x66\x0b\x48\xd3\x5a\x3c\x40\x3a\x99\x3d\x89\x8c\x8c\xe5\x2f\xe1\x5f\x71\x6b\xf5\xc0\xb7\x27\x81\x17\xb9\xbd\x37\x10\x6c\x7a\x55\x4f\x03\xdd\x41\xe6\x1e\x5e\x01\xae\x1e\x40\xfa\xeb\xb3\xab\xd9\x6a\xbe\x9a\x84\x3b\xc0\xc5\x7c\x40\xf7\x65\xf5\x14\x6e\x86\xce\x94\x18\x02\x18\x34\xa5\xab\xf8\xd3\xcd\xf3\xa9\x53\x69\xf1\x28\xae\x47\xa6\x7b\xa7\xde\x30\xaa\xfb\xd3\x0f\xf3\xb2\xb3\xc0\x80\x56\x1d\x26\x56\x11\x70\x9f\x87\xed\x85\x68\x80\x55\x67\xa2\x55\x84\xd5\x27\x06\x73\x01\x05\xaa\x90\xe5\x87\x22\x58\x5f\x9b\x16\x61\xa0\xe9\xd2\xd6\x20\x1c\xe8\xa4\xd3\x64\x15\x1a\xb0\x9b\xf3\xca\xfe\xae\x44\xfa\x6d\x14\xff\x6a\x21\xea\x5f\xbb\xfc\x65\xc8\xfe\xae\x4f\x0f\xbf\xb6\x8b\xc7\xe6\x85\x20\x80\x27\xd1\x24\xcd\xef\x6a\x6e\xd0\xfc\x1e\x26\xf1\x1c\x54\x36\x15\xa0\x5c\x25\xed\xca\x12\x5e\x08\x03\x78\x48\xf5\x94\xa8\x69\x01\xb0\xf4\x1c\x62\xf6\xae\x5b\xe8\xb2\x14\x92\x6a\x01\x61\xaa\x47\x81\x0f\x25\xcb\xb1\x3a\xb3\x68\x39\x56\x73\xc1\xa1\xa5\x68\xd6\x0a\xaf\x06\x14\x0f\x28\xae\x75\xea\xb6\xf2\x02\x72\xb4\x7b\x22\xa0\x63\x5f\x26\x68\x2d\x11\xc5\xab\x79\xba\xe9\xbd\x0a\xc5\xf0\x70\x29\x7a\x6b\x75\xaa\xe9\xb0\x34\x59\x3f\x2c\x74\xa1\x74\x4f\x03\xe4\x69\x72\x2f\x29\x4f\x93\xcb\xb9\x21\x27\x34\x3e\x5b\x6b\x80\xfd\xa8\x3a\xd9\x8b\x73\x81\x16\xed\xf2\x6a\x2d\x3e\x3a\xeb\xc8\xb2\xab\x32\x46\x8d\xce\x27\x7c\x2d\xb2\x2b\x52\xc8\xe2\xdb\x6c\x8e\x90\xbb\x00\x0a\x6d\xd5\x1f\xe2\x36\x44\x37\x85\xb3\xf4\x6f\x00\xfa\x2d\x21\x44\x69\x0e\x5f\x42\x88\x9a\x52\x3c\x73\xed\x68\x00\x85\x9e\x89\xae\x22\x2b\xac\xee\x6a\x1c\x2c\x04\xc5\x1f\x1e\xed\x2a\x39\x1f\x8c\xd6\xd5\x14\xed\x25\xea\x43\xf0\x69\xd8\xcb\x89\x50\x58\x05\xa5\x5c\x55\x47\x37\x75\x0a\xde\xc1\xa7\x31\x70\x07\x2a\xb4\x11\x5f\xca\xac\xd7\xf3\x1d\x9e\x1d\xd0\x18\xe2\x38\x26\x61\x45\xa4\xe8\xe5\x02\x71\x01\xd2\xd9\xf8\x2a\x94\x4b\xc7\xfd\x47\x35\x12\xfa\xa7\x34\x10\x80\x44\xbb\xa2\x04\x2e\xc0\x42\x75\xb8\x5b\x7c\xa4\xdc\x51\x91\x57\x55\xdc\x34\x0f\x10\x10\xeb\x42\xea\xe8\xc5\x4d\x45\xae\x5a\x8a\xab\x27\x0e\x01\xda\x32\x59\x89\x07\xda\xb2\x57\x89\x41\x42\x28\xad\x43\x37\xe2\x82\xe9\xda\x58\x4d\xc7\xf0\x29\x0a\xca\x91\xd3\x08\x53\x1b\x2a\x45\x57\x38\x55\x7b\x30\x76\x9f\xea\x0b\xd6\x5e\x45\x81\x21\xa5\x61\x35\xc6\xff\x7e\x4a\xe1\x41\x48\x94\x4e\x17\x2a\x93\x68\x33\x71\x2e\x90\x8f\xb9\x3f\x39\x1b\xed\xb2\xaa\x02\x20\x32\xc5\x84\x5e\x80\x37\x56\x5d\xde\xe4\x6b\xa2\xf5\x7a\x72\x52\xc1\x31\x85\x80\x2b\x52\x7e\xf0\xe8\x7b\x7d\x1a\x8a\x65\x9f\x2d\xfa\x88\x83\x2c\x4f\xc3\x31\x51\xa5\x48\x36\x37\xbd\x46\x27\xa2\x9e\x19\xd5\xa8\xf1\xd5\xd4\xf0\x90\xe2\xd0\x90\x4c\xe0\x3d\x12\xf7\x17\xd1\x67\x9a\xda\x02\x74\x4d\x73\x0a\xa3\xae\xa8\xd1\xe2\x02\xcd\x34\x0e\x0c\x4f\x23\x11\xf9\xe9\x32\x85\xe8\x75\xe2\x4e\x00\x27\xbb\x0f\x6b\x00\x4e\x0a\x9f\xb3\x80\x9b\x8c\xe6\x7c\x47\xe9\xa5\xb5\x6f\x01\x35\xc9\xf7\xab\x0f\x81\xa0\x13\x12\x51\x7c\x8c\xb1\xc9\x03\xb9\x3a\xed\xd4\xd5\x85\x60\xf7\xac\x4e\x83\x93\xa6\x38\x8d\xaf\xc3\x71\xe4\x00\x7e\xec\x82\x89\x2f\x06\xd5\x53\x24\xa3\xd5\xe9\x6a\x95\x6c\xef\xbc\x66\x29\xbf\xd6\xea\xdc\x8b\xaa\x29\x38\x90\x8a\xb3\xf2\xfd\x3c\x55\x0f\xbd\x2a\xe9\x60\xc4\xb8\x7a\x2d\x4f\xd7\x8f\x96\xba\x6d\xc4\x1a\x3c\x6d\x83\xff\xd0\x4a\x35\xa2\xec\x75\x5d\x4d\xe7\xc3\xb3\x3d\xbb\xd4\x45\xb3\xb9\x1a\x4e\xdc\x41\xf5\x77\xd8\x52\xab\xbf\x43\x68\xcf\xea\x9c\x14\xcf\xea\x05\xdd\x60\xcf\x77\x50\x07\x3c\x34\xd0\x99\xda\xf8\x0d\x90\xbe\xc5\x68\x7d\x3e\x5f\x77\x6c\x67\x3e\x8c\x12\xff\xd8\x14\x8e\x70\x31\x78\x9f\xec\x87\xab\xd3\xbe\x2d\x65\x85\xb1\xfb\x7c\x86\xee\xbc\xca\xa6\xd3\x40\xa7\xed\x5b\xa7\xc6\x4e\xdb\xf7\x70\x15\xb2\xe0\xab\x57\x7c\xca\x6b\x9a\x53\xf8\xc8\x42\x72\xa9\xb8\xda\x36\x5c\x3f\x74\x9c\xe4\xb6\x61\x47\x1a\xce\x09\xc3\xb8\x36\xda\x2e\x6b\xa6\x5b\xf3\xe1\xc3\x24\x4c\x1c\xb4\x8b\xd3\xba\xbd\x06\xef\xb6\xa9\xc3\x40\x4d\x3a\x4e\xd0\x1a\xb4\x66\xda\xbc\x33\xf8\x74\x78\x31\xd5\xf9\x62\xb9\x28\x38\x0c\xa7\x8b\x81\x5b\x42\xc7\x0a\x85\x06\xfc\xb5\x18\x3e\xc6\xef\xac\x7c\xf7\xdd\x59\xd9\xa9\x26\xea\xcd\xd7\x8c\x45\xe1\xbe\xde\x30\x05\x9f\x85\x74\xce\xc1\x2b\xf4\xd9\x14\x9c\x2b\xae\x8f\x10\x05\x09\x47\xc6\x05\xb4\xb1\x63\x48\x18\x0f\x51\x98\xa8\xe9\xef\x78\x09\x42\x1d\x0c\x75\xc2\x1f\xe2\xb6\x98\x54\xeb\x41\xc3\x7b\x76\x31\xbc\x84\xe4\x62\xa8\x2b\xb8\xfa\x1b\x94\x4a\xc1\xa2\xd1\x1d\xbc\xc5\x18\x81\xde\xd6\x87\x6f\x6f\x88\x82\xea\xe4\x61\xe2\x55\x0e\x8f\x36\x6f\xbc\xe9\xf0\x33\x74\x77\xc3\x39\xe1\x2e\x10\x97\x12\x19\xe9\x23\xd5\x20\x98\xdd\x8a\x1d\x70\x92\x39\x3d\x85\xa2\xd9\xc5\xc5\xb0\xd9\x4e\xc3\xd2\xef\x1e\x7c\x2e\x1a\xc5\x69\x5d\xc0\x50\x76\x8b\x71\x40\x28\xfb\xf4\xb0\x61\x2b\xf0\x96\x36\xa8\x0f\x6a\x7d\x03\x5e\xd9\xa7\xd9\x8b\xf1\x0a\x3d\xf7\xd8\x0c\xa6\x79\x86\x6f\x61\xca\xd3\xb9\x06\xa3\x5b\x59\x01\x04\xda\xb2\xdb\x2a\x68\xb4\xa5\x86\x18\x8b\xc6\x66\x4f\x80\x2d\xfb\x34\x0b\x63\x7f\x98\x4f\x29\xbc\x10\x45\x0a\x60\xcb\xee\x6d\x6b\xf2\x5a\x9b\x8e\x64\x8c\x89\xd8\x84\xe4\x5f\x53\xcf\x9b\x98\x82\xd9\x33\x5c\x0c\xf4\x89\x27\x8d\xee\x89\x70\xa9\x18\x7f\xb5\x14\x6f\xe3\xa6\xa6\x8b\x64\x7c\x7e\x7b\x28\xc4\xed\x9a\x7c\xa5\x44\x1c\x36\xc9\xe0\x53\x26\x2b\x00\x2c\x73\x72\x25\xb4\xfa\xbb\x1f\x41\x4f\x4a\x88\x82\x43\x42\xac\x32\xf9\x30\x89\xf8\x9d\x8f\xe4\x66\x89\x17\xbd\x92\xeb\x11\x9f\x8c\x8c\xf7\x7c\x48\xc6\x71\x15\x50\x78\xa7\x73\x42\xe1\x75\xbb\xa1\x70\xa6\xef\xdf\x9e\x3d\x59\x19\x32\x4b\xa2\x60\xf2\xa5\x12\xad\x37\x86\x62\xec\x82\x07\xac\xc9\xab\x73\x9e\x0f\x1c\x73\xda\xd4\x46\x31\x79\x3f\x4e\xab\x83\x48\xcc\xa6\x0b\x72\x6b\x72\x09\x74\x8f\x24\xcd\x4f\xd3\xa9\xbc\xe9\xa6\xe5\x02\x78\xa5\x6f\xc8\x2d\xa0\x2b\xb3\x62\x61\xad\x49\x03\xa7\x59\x80\xa6\xfe\x62\x0a\xfe\x0a\x29\x0d\x08\xb8\x98\xfb\x53\xca\x9b\x76\x49\x17\x03\xf3\xb6\x04\x35\xd0\x93\xd9\x87\xb0\xe0\xe5\x22\xc9\x0a\x60\x27\xc7\xec\xa6\xe0\xa1\xa8\xce\x09\x83\xbd\x36\xd1\xa0\xd4\x16\x5c\x62\x05\x2d\xf6\xda\x37\x83\x16\xfb\xe6\xac\x68\x37\x9d\xfd\x2b\x08\xc1\x28\x6e\x0c\x2c\xf6\xd5\x69\x50\x4d\x9b\xcb\x84\x8d\x5e\xda\x59\xd0\x2a\xaf\xdd\x3e\x70\x61\x68\xca\x8e\xc0\xb0\x8d\x53\x8a\x10\x20\x92\x43\x71\x4f\x96\x20\x92\x0a\x5e\xb1\x18\xc5\xd1\xcb\x11\x51\x1c\xc7\xd4\x6a\x08\x86\xea\x92\x06\x05\xf8\xa4\x6f\x32\x2f\x86\x74\x6c\xba\x91\xb8\x00\x9f\xcc\xfd\x69\x0d\x3c\x0d\xd5\xad\x41\x2f\xba\xab\x60\x20\x2f\x7f\x87\xa9\x28\xae\x02\x3e\x37\x8f\x1a\xa3\x2a\x69\xee\x09\xb2\x6c\x5d\xcb\x2f\xa8\x8b\x17\x53\x44\x3a\x78\x12\x17\xa7\x46\x5d\xa4\xd3\xcb\x63\xba\x38\x33\x4e\x63\x34\x32\x53\x7c\xf0\x73\xb8\x18\xb2\x94\xeb\x60\x17\xd5\x54\x86\x38\x8f\x64\x12\x7d\xd4\x62\x60\x64\xc8\xf9\x34\xee\xa6\x1c\x57\xb7\xe8\x11\xf3\xc0\x6d\x75\x4b\x23\x07\x7c\xbb\xf5\xe5\xa0\x09\xdf\xa3\xca\xd0\xd3\x42\xfd\x2d\x40\x25\x67\x75\x97\x69\xc2\x37\x4f\x23\x14\x4a\x75\x97\x79\xb3\xc9\x8c\x43\xad\x65\x76\x7f\xf8\x41\x8d\x6c\x1c\x61\x92\x75\x4a\x8b\x22\x4c\xb2\x09\xbf\xb8\x00\x93\x9c\x0a\x7a\xb0\x80\x92\x9c\x0a\xb2\xb0\x08\x8b\x6c\x56\x23\x17\x5f\x91\x12\xac\x7c\x01\x08\x39\x75\x7d\x7d\x01\x07\x39\x15\x66\x61\x2d\x42\x8b\xb4\x72\x17\x7d\x4f\xc4\x44\x2d\x80\x22\xa7\xf0\x14\x0b\xa0\xc8\xb0\x16\xbd\x88\x7f\x0f\x37\x07\xf6\x7e\xfb\x09\x00\x91\x9c\x0a\xd4\xbc\x10\x8d\x72\x56\xb7\x8d\xb7\x94\xaa\x29\xc6\x65\xaa\xfe\x90\x32\x66\x8a\x62\xe4\xd2\x66\x72\x61\xb0\x4c\x6d\xd4\xa8\xa6\xd2\xa1\xa5\xc5\x0a\xe8\xe4\xac\xcf\x77\xf0\xfd\x14\xb7\x06\x9d\x12\x27\x2d\x5a\x9a\x46\xfb\xfe\x45\x97\x45\x8c\x65\x13\xf2\x6c\xe1\xa9\xe4\xa9\x50\x12\x8b\x88\xcb\xb0\xf9\x80\xcf\x23\x0b\xae\xb7\xf8\x3e\xb2\x62\x59\xac\x85\xc3\xaa\x6d\xfc\x8b\x1e\x2d\x0f\x39\x64\x77\x24\x37\x9d\xf7\x50\xfb\xd3\x5a\x72\x96\xbf\x44\xbf\xaa\xd3\xd8\x2f\xa5\x31\x3e\xb7\x96\xef\x92\x1f\x41\x85\xe2\x8e\xd3\xd3\x0d\xdc\x71\x12\x5e\x6d\x01\x87\x19\x3e\x7f\x01\x87\xe9\x80\x20\x8b\x8f\x37\xfb\x38\x02\x18\x66\xd8\x46\xb6\x70\x76\x15\xd2\x61\x01\x94\x19\x3e\xfe\xe0\x21\xe7\x10\xbe\x68\x21\x30\x67\x24\x73\x03\x6e\x01\x36\x73\x3c\x83\xaa\x0e\xe7\x84\xa3\x66\xb8\x06\x78\x46\x24\x01\x01\xe5\x0c\xdb\x3e\x00\xe5\x2c\x02\xb4\xaf\xcd\xd7\xbf\xb5\xe2\x09\xe5\xac\x56\xdb\xf1\xcc\x73\x08\x03\xb1\x80\xe4\x0c\x21\xc1\x16\x42\x78\x86\x00\x8a\x6b\xf3\x5a\x54\x71\xa1\xb8\x16\x35\x9c\x86\x2e\x89\xa5\x80\xdc\x0c\x41\xb4\xd6\xa6\x03\x6d\xb8\x4c\xf8\x9e\xc4\xdf\x7c\x2e\xba\xd9\x3e\xbd\x27\xd1\x3c\x72\xfe\x30\xf4\x67\xd8\x54\x41\x58\x67\x17\xd2\x75\x21\xda\x67\xd8\x83\xbc\x89\xec\x93\x06\x08\x50\x67\x15\x1c\x7c\x6d\xe2\xfc\xa4\xf3\x21\xda\x67\xcc\x27\xe7\x69\xb9\x90\x15\x0b\x88\xcf\xb0\xce\x8b\x57\xa9\x43\x8e\xf7\x45\x00\xe8\x7c\xca\x84\x79\x32\xb9\x76\xf8\x46\xa4\x63\x12\x02\x6a\x85\x1f\x18\xd0\x7a\xb9\x4c\xdc\x7d\xb2\xc2\xbf\x17\x5c\x23\xcf\x77\x95\x52\x4b\x85\x2e\x76\x50\x83\x0a\xcf\x83\x50\xfe\x0b\xef\x5b\x87\xd5\xd8\x2d\x03\x8f\xbf\x43\x97\x24\x44\x19\x4e\x54\x80\x88\xb5\x01\x2b\x9c\x4f\x29\xec\x92\x4b\xa1\xc5\x55\x0d\xe5\x2d\x29\x5b\x37\x36\x43\x57\xd8\xb6\xcd\xe7\xae\x6d\xdf\x62\xa8\xd1\xcb\xce\xde\xcd\xa7\x5a\xa4\xe3\x6e\x3e\xd5\x62\xeb\x17\x23\x8f\x5e\xf5\xf9\x94\xaf\xa3\x7b\x78\xb0\xad\x5c\x3e\x0c\x1b\x77\xaa\xed\x7a\xf3\x56\x4a\xb8\x0d\x74\xf9\xb8\x6b\xd8\x4a\x9a\x1d\x42\x5b\x16\x63\xcd\x2c\xc3\x93\x5e\x36\x01\xbc\x78\x0f\xc5\xa7\x40\x3e\x77\x7d\xf9\xf4\x8c\x07\xae\xd3\xe5\x83\xee\x4b\x2f\x14\x67\x17\x35\xd1\x0a\x97\x44\x37\x4f\x15\xc5\x16\x76\x51\x70\x51\xc9\x50\xcf\xb8\xa7\x53\xaf\x1b\xac\x97\x1e\x25\xd6\xe4\xbf\x88\x41\xb4\xbb\x1a\xc1\x4e\x53\xd3\x6b\x1a\xeb\xa5\xb7\x5c\x24\x42\x5e\x74\x4a\x58\x87\x24\xca\x75\x46\xfe\x3e\xa6\xd3\x7a\xd1\x4c\x74\x69\xc3\x79\xe9\x71\x17\x49\x8e\x57\xc8\xc5\xa2\x36\xea\x75\x17\x69\x99\xc6\xc4\x8a\x41\x5f\x8c\x8c\x3f\xfc\x29\x2f\x73\x54\x7f\xfa\x61\x9c\x4e\xd5\xa3\x5b\x2a\xda\xa0\x5f\x0a\x28\x27\xe1\xc9\x68\xa8\xc9\xee\x0f\x84\x43\x6d\x0a\x82\xbd\x5e\x34\x10\x29\x50\xc0\x7a\xf1\x62\x8a\xee\x75\x2f\xc6\x4a\x4d\x76\x29\xf0\x91\xee\x64\xd3\xf8\x8b\x4f\xc1\x74\x7f\xba\xb9\xc0\xdc\x88\x17\x3f\x75\x13\xdf\x74\xe6\xb8\x4d\x37\x53\xd5\x1f\xfa\x40\x84\x5f\x5d\x80\xda\x36\xfb\xca\x88\xb5\x4d\x76\xd0\x00\x5e\x5b\x6d\x27\x66\xb4\x54\xc5\x4b\x5c\x7c\x6e\x3b\xdb\xbd\x04\x04\x6d\xeb\x1a\xb4\x37\x35\x1e\x05\x52\x5b\xc0\xcc\xb6\xae\xed\xff\x4d\x1b\xb6\xc2\xdf\x2f\x3e\xaa\xed\x7b\xf1\x8b\x10\xda\xa1\xcb\xde\x8b\x10\xda\x62\xaf\x2b\x9f\xd5\x2e\x76\x0a\x10\x44\x5b\x75\x93\x74\xbd\xf5\x18\x70\x31\xa9\x07\x8e\xb3\x48\x4a\x65\xad\x67\x3e\x98\xed\x2f\x81\xb8\xd1\x1a\xc3\x73\xd9\x16\x90\x7a\x2d\x5b\xe2\x99\xef\x5c\xeb\x0e\xfd\x62\x34\x53\x85\xc9\x58\x84\xc9\xda\xae\x2d\x5c\xac\x16\x09\x5f\xaf\xb6\xae\x24\x94\xac\xb6\xa0\x37\x23\x62\xe9\x7c\x48\xcc\xac\x5f\xe2\x5b\x6f\x87\x55\x57\x1d\x8c\xfb\x13\x4e\xc4\x59\x36\x5c\x2a\x80\x77\x4f\x39\xbc\x99\xd7\xdd\x00\x68\x80\x32\xd5\x01\x27\x9b\x9f\xce\xe3\xaa\xb4\xe1\x1f\x6f\x02\xc8\x74\x8e\x44\x7c\xd3\x62\x18\x07\xe3\x9b\x56\xeb\x1f\x6f\xa2\x11\xb2\x13\xa9\xf3\x79\x70\xa0\x48\xcc\x27\x11\x3e\x65\xa9\x23\x80\xcd\x36\x8b\x43\x06\x46\x4d\xdd\x63\xcc\x0b\x49\xbd\x39\xf5\x0d\xe6\xd1\x00\x1c\x71\xd8\x6c\x4c\x02\x4e\x56\xf7\x61\x17\x5f\xa9\xf6\xca\x24\x68\xd6\xc8\xff\x05\xd4\xac\x37\x4b\xbe\x52\xed\x15\x8e\x57\xaa\x15\x15\x65\xe1\xe9\xe9\xe8\x2e\x1e\x0d\x6b\xa6\x38\xf7\xce\x08\xdb\x77\x35\x45\x37\x2d\xb9\x94\xe8\xd9\x69\x0d\x9f\x71\x58\xed\xe8\xbe\xc9\x77\x12\xef\x7a\x6b\x5a\xe7\x7f\xbe\x35\x3d\x43\x03\x03\x30\x6d\xb2\x4e\x7b\xf3\x2d\x4b\xad\xa9\x9b\x4a\xb4\x44\x18\xe3\xb0\xfa\xdc\xc2\xa7\xa7\xad\x97\x12\x4c\x6b\x3d\x99\x4f\x4f\xf7\xee\x2a\x88\x97\x95\xa0\x17\x5e\x56\x0c\x75\xf3\x71\x0f\x6d\x53\x37\x0d\x77\x5a\x3d\x0c\xbc\x6a\x64\xc6\xcd\x20\x3f\x33\xbe\x97\xdb\x08\xca\xda\x6d\x60\x50\x10\xd6\xe1\xd1\x27\x0b\xcb\x8e\x84\xa8\xab\x23\x7b\x6c\x18\xf4\x47\x52\x0d\x71\x55\x73\x72\xdb\xf8\x2e\xb0\x7b\x81\xf7\x2a\xf5\x4e\xc6\x02\x1e\x37\xeb\xd9\xd8\x05\x3c\x6e\x4e\xee\x05\x36\xf1\xb0\x4b\x09\xf0\xdc\xac\xf8\xde\x0b\xf0\xdc\xac\x87\x5b\x17\x60\xb5\xd9\xfe\xe8\x0f\xe1\x8a\xdd\x14\x0c\x05\x9a\x6e\x82\x6c\x75\x57\x69\xf1\xc1\xea\x9e\x9e\x44\x40\x47\xc5\x0b\x1f\x22\x12\xc5\x44\x1f\xda\x37\xc4\x96\x80\xdc\x66\x6b\x89\x1f\x9e\xf5\xba\xbf\xc3\x59\x4f\x1b\x0b\x10\xb7\xc5\x00\x2a\xc4\x67\x9d\xc2\x8e\xaf\x0f\xe3\x53\xb8\x76\xdc\x75\x36\x9c\x0a\xd1\x5a\xa7\x9e\x99\x59\x1f\x1d\xf5\x9c\x93\xeb\x5e\x6d\xe1\x51\x4f\x3c\x03\x34\xee\x59\xa0\x4e\x84\xb2\xed\x4e\xf0\x8e\xbe\xae\xda\x2f\x06\x67\x0d\xa3\x8b\x00\xc7\xad\xba\xf2\xb9\x80\xc6\xad\xc6\x6d\x7c\xa8\x6e\x3a\x8d\xea\xa6\x76\x9b\x0f\x1d\xbc\x92\x3b\x40\xe3\x86\x0d\xb3\x1f\xba\x7b\x25\x77\x01\xb8\xad\xd7\x93\x46\x95\x59\xb5\x43\xbf\x34\xc4\x84\x11\x5a\x85\xeb\x5f\x08\xd1\x5a\x0d\xa6\x01\x34\xb7\x1a\x85\x03\x30\x6e\x35\xc8\x85\x60\xdc\xa4\x10\xf4\x0b\x60\xdc\x6a\xf7\xe9\x87\x81\x53\xba\xa7\x66\xf3\x86\x9e\x13\x71\xe1\x4d\x02\xf2\xc3\x07\xff\xd5\x18\x1c\xa6\x3c\x4d\x9b\xbe\x6e\x6e\x7a\xfb\x92\xcd\x76\x8a\x82\x65\x8f\x5b\xc0\x06\xc2\x35\x2b\x16\xf6\xbe\x78\x41\x5e\xbe\xbb\x7d\x91\x85\x58\xdf\xbe\x78\x4b\x89\xd2\x72\x13\xd4\xaa\x3d\x79\x5f\x34\x17\x90\x9f\x37\x80\xab\x55\x40\x97\x0d\xe0\x6a\x95\x4f\x60\x5f\x74\x5e\x28\x89\x6f\xdc\x64\x53\x67\x19\x50\x79\xde\x80\xb4\xf6\xcb\xe5\xeb\xcc\xe3\x0a\x18\xb2\x4f\x06\x9a\x7d\x31\xea\xfd\xa5\x96\x81\x9f\x9e\x9c\x10\x6c\x55\x95\xcb\x3d\xe1\xa1\xe0\xdd\xc9\x39\xfd\x21\x8e\x92\x55\x5f\x2e\xa2\x2a\x9b\x1a\xc7\xfd\x58\x03\x43\x39\xd7\x5d\x2c\x4c\x5b\x49\x23\xba\x18\x82\xdf\x49\xf0\x38\x56\xcd\x04\x43\xa0\x3e\x35\x70\x43\x10\x85\x10\xbd\xba\xdf\xb1\x2f\xee\xa9\x59\x83\x81\x63\x86\x9c\xa8\x1b\x90\xd2\xa6\xb7\x18\xf6\x45\x36\x50\x05\xb8\xae\xd6\x4d\xac\xd3\x2c\x67\xc3\x8b\x6c\x9e\x3d\xd8\xa2\x9e\xd2\xa5\xe1\x89\x12\x62\x08\x14\xc0\xa4\xbd\xc6\xf7\x1a\xf5\x66\x80\xd1\x2a\xc6\x62\x80\x51\x59\x3a\x76\x92\x1f\x6c\x98\xe4\xeb\x21\xdc\x4f\x37\x03\x8e\x0a\x52\xb7\x13\xaf\x99\x70\x9f\xda\x0c\x37\x2a\x9c\xdc\x4e\x08\x2c\xa6\x57\xac\x37\xb0\xa5\x59\xa1\xd4\x77\x22\x8f\x48\xb9\xd8\x89\x6f\xad\x85\x13\x29\xc5\x9b\x28\xf8\x02\xb8\x4f\xed\x44\xeb\xff\x93\x13\x06\x46\xcd\x43\x62\x08\x85\x91\x34\x1c\x84\x8d\x34\xb5\x46\x52\x45\x1f\x4a\xaa\xa8\x6d\x4b\x87\x25\xd5\x81\xcb\xb5\x7a\x4d\x63\x03\xeb\xd9\xa4\xa3\x6d\x06\x18\x2d\xb2\x7d\xed\xc4\x8b\x6d\xee\x23\xc2\x38\x27\x7d\x47\xa7\xac\x52\xe0\x50\xba\xdc\x16\x5e\x65\xd3\x5a\x65\x98\xd0\x10\x9c\x6c\x03\xda\x19\xee\x12\x71\x02\xc9\xdf\x01\x1a\xa0\x0a\xb2\x04\x00\xed\x19\x3b\x13\x24\xd4\x9c\x48\x5e\x0e\x51\xb8\x8e\xa6\xea\x81\x9f\x74\x30\x89\x9d\x79\x1d\x4d\x8d\x61\x48\x4f\xc5\x82\xda\x0c\xe9\xa9\xc0\x7c\x3b\xcb\xe9\xcf\x05\x99\xa9\xe9\x50\xe7\xda\x00\x4c\x76\x45\x17\xdc\x0c\xd3\x29\xef\xc5\x46\x94\xce\xae\xe8\x73\x9b\x08\xc9\xa9\xf3\xcd\x26\x42\xd2\x6f\x96\xef\x2c\xd8\xef\x70\x25\xa7\x01\x0a\xd4\xbf\xb3\x64\x40\xf8\xd3\x0f\x12\x45\x31\x64\x6d\xa8\x1c\xfa\x65\x5c\x2a\x04\x42\x93\xe4\x04\x5c\xb2\x37\xb1\x69\x66\xc8\x5a\x71\x14\x83\x74\xea\x8a\xd5\x06\x74\xb2\xb7\xe4\x1a\x06\xd2\x5c\x26\xd6\xb2\xc4\x13\x83\x74\x56\x8f\x14\x64\x47\xbb\x5c\xe6\xa6\xf9\x4a\x14\x7c\xc7\xa1\x99\x59\xec\xa0\x46\x11\xec\xa4\x07\x2d\x76\xe6\x7d\xb7\x50\x99\xb8\xef\xa6\x67\x02\x36\x21\x94\xd5\xf3\x4b\x27\xbf\xe7\x90\x6e\xfd\xd0\xa0\xc1\x43\xd9\x2e\xd5\xce\x2b\x6d\x92\x8d\x8c\xbb\x29\x0b\xf4\x26\xb6\xb2\xeb\x05\xc9\xad\xa8\x98\x7a\x6d\x63\x17\x99\xb2\x25\x33\x00\x82\xec\x72\xa6\x6c\x60\x20\xbb\x9c\x12\x1b\x18\xc8\x2e\xff\xd0\x06\x04\xb2\xcb\xeb\xb3\xf1\x24\x72\x97\x6b\x65\x03\x0f\xd9\x65\xf6\xdf\x45\xd2\x24\x44\xc1\xd1\x29\x86\x66\x18\x4c\x99\xb5\x37\xb0\x91\x5d\x0e\x82\x5d\xf4\xde\x8e\x0b\x25\x96\x57\xa3\x0f\xf4\xe3\x59\x5e\x6a\x0d\xce\x78\xf2\x3a\xed\xc2\x2b\x6c\xda\x1b\x0a\xaf\xb0\x15\xa7\x91\x51\xd5\x43\x5e\x61\xab\x2e\x94\xed\x76\x99\x68\x69\x75\x4e\xb6\x54\xfd\xb5\x2a\x6d\x12\x6a\x67\xfa\x0d\x32\xba\x2c\xc9\x61\x55\x09\xf7\x89\x02\x34\xef\x22\xed\xd9\xa5\xbe\x21\x31\xd5\x7f\x9c\xff\x72\x98\xa2\x82\xe1\x06\x40\x99\x56\xf0\xf2\xad\x00\x9a\x62\x62\x00\x1f\xb3\xc2\x9c\xef\x42\x20\xae\xdc\x37\x1b\xcf\x17\x67\x85\x32\xdf\x65\xe3\x14\x20\x2e\xc6\x5b\xc6\x5d\x2e\x99\x8d\xa7\x8c\x47\xd1\xfa\x02\x7e\x32\x2b\x94\xf8\xe6\x53\xc6\x21\xd3\xe2\x66\xb0\x4d\x45\xeb\xde\x0a\xb6\x29\xc6\xc5\xcb\xc5\xa3\x68\x79\x33\xf4\xa6\xe2\x9a\x6f\x46\xd0\xec\x1a\xe3\x2a\xdd\xc7\x69\x70\x9e\x11\x29\xb7\x19\x17\x73\x4a\x48\x56\xba\x00\x87\xbf\x43\xdc\xc7\xe6\xfa\xe0\x3c\x93\xe4\xa9\x7a\xd2\x69\xa8\x18\x6c\x5f\x5d\x42\x8b\x71\x31\xe7\x34\x05\x3d\x9f\x1a\xf3\xae\x84\xca\x15\xf1\x66\x65\x40\xc1\xe6\x52\xd1\x52\x29\x3c\x8c\x92\xd9\xfb\x53\x0e\xd4\x34\x49\x4d\xc6\xcc\x9c\xda\x85\x2b\x5c\xd9\x52\xc3\x77\xa5\x0f\x70\xf8\x3b\x9e\xf7\x5d\x05\xba\x31\xd5\x1a\xfa\x00\x87\x29\x1c\x57\xa4\x2f\x54\x5e\x74\x9b\xaa\x81\x17\xdd\x24\xf9\x2b\x7d\x7e\x43\xf5\x21\x08\xa7\x1e\x0e\xdd\x0c\xc2\x69\xcd\x05\x41\x38\xc7\x1c\xfe\x8e\x7d\x70\x99\x8c\x92\xe6\x2e\xd1\x30\x31\x4d\x7d\x18\x84\x5a\x79\xe9\xd6\xf3\x78\x03\x51\x59\xdd\x0b\x3c\x7c\xa0\x73\xf4\xae\xbc\xde\xe3\x89\xc2\xf5\x1e\x79\x03\x76\xe5\x45\x37\xb7\x86\xd7\x7b\xb4\x5f\x54\x7a\xbf\x3d\x4e\xf4\x0d\x4e\xf5\x90\xd7\x7b\xa6\xfa\x44\xd7\xe0\xd3\x16\x28\xcc\xd3\xdf\xe1\xcc\xe5\x51\x83\x3e\x36\xc2\x1d\xe6\x65\x1f\x71\x1b\xf0\x9c\xb3\xf2\x88\xbb\x11\x76\x73\x0a\x25\xb5\xdb\x64\x97\xaa\x28\x74\x49\x3c\x0b\xac\xe7\xb4\x76\xd6\x78\xd1\x5c\xaf\x2a\x6f\x84\xd6\x2c\xf2\x54\xec\xc6\xa0\xc3\xb2\x22\x6c\xe0\x42\xa7\x1c\x25\xbb\xd1\xc5\xa1\x6d\xa1\xf1\x20\x39\x9c\x13\x07\xc9\x6c\x0a\x47\x47\x4d\x70\xe3\xd1\x51\xea\x50\xe3\xd1\x51\x6b\xa6\x31\x96\xa1\x58\xb6\xd1\x13\x28\x36\xf1\xfb\xc9\x12\xa0\x7c\x3f\xb9\x0b\x5f\xb9\x1b\x2f\xb3\x4d\x97\x0a\xbb\xa6\x30\x36\x1b\xe1\x33\x43\xe6\x97\x0d\xa0\xa8\x23\xec\xef\xc6\x2b\x3c\xda\xeb\x1a\x2f\xed\x68\x23\x00\x6a\xd4\x4f\x3d\x6f\x3e\x7a\x2c\xd3\xcc\x06\x86\xb4\x34\x8f\xdb\x62\xf7\xd5\x18\x38\x15\x64\xe0\xd9\x8d\xc1\xd6\xc4\x6d\x44\x8d\xce\xf4\x1b\x9e\x1d\xdf\x7c\x22\x59\x48\xc0\xdd\x18\x88\xad\xb9\x1c\xbe\x8b\x29\xed\xad\xd1\x48\xa6\x93\x56\xb3\xd6\xe7\x2f\xe1\xe1\xd1\x46\xd4\x70\x42\x14\x54\x60\x03\x3a\x9a\x66\x78\x38\x80\x40\x9f\xcf\x87\xf0\x87\x78\x18\x89\x40\x2f\xce\x09\x17\x8f\x76\x57\x80\x47\x43\x18\xab\x4d\xf0\xa8\x70\x0b\x9b\xe8\x51\x21\xc3\x36\x10\xa3\xd5\x0a\x29\x20\xa3\xa9\xe9\x7d\x8d\x8d\xb0\x9b\x21\x54\xc1\x46\xd4\xcd\x2a\x53\xfc\x46\xd4\xcd\x98\x0f\x85\x3e\x3d\xc5\xb0\x4f\x2e\x85\x5e\xd1\xe1\xac\xe8\x85\x76\xfe\xce\xf7\xe3\xe5\x71\xdb\x04\x94\x5e\xd5\xad\x0b\x3a\x3e\xd4\x65\x40\x4a\xab\x2e\xbb\x6c\x04\xd0\x4c\x57\x75\xf3\x42\x9a\xbd\xda\x10\x74\xd5\xb8\x2b\x0c\x9f\x51\xdd\xa6\xe0\x8d\x16\x8f\x09\x5c\x05\xba\xdf\xb2\x89\x2a\xbd\xaa\x7b\x13\xf2\x84\x28\x55\xf7\x73\x34\x63\x5d\xf7\x73\x34\xd7\x00\x96\x9e\xcc\x1a\x7a\xd9\xda\x24\x40\xf9\xb8\x73\x12\xee\x71\x0b\x31\xaa\x8b\x1e\xbb\xeb\x5d\x8e\xe6\x92\xe9\xdd\x68\xae\x97\x01\x91\x3c\x16\x3c\xa5\xfa\xe4\xd8\x15\xba\xaa\x99\xa4\xb7\xa3\xb9\x5e\xda\x36\xb4\xa7\x75\xc5\xae\xd2\x12\xec\x7c\x9e\xc3\x87\x94\xae\xe0\x55\xda\xc7\xba\xde\x5a\x93\xd8\xe3\x2b\xcf\x49\x71\x8e\x76\xa7\x75\x78\xb8\xbf\x0c\x5f\x25\x38\xff\x06\x94\xb4\x29\xfa\xeb\x56\xd0\x4d\xdb\x00\xba\xac\xc5\xa6\x5e\xa0\xd4\x60\x58\x87\x15\x7c\x76\x03\x1f\x9a\xb2\x3b\xa7\x28\x9b\xe5\x21\x71\x49\x41\x71\x8d\x36\x1f\x8c\xce\x9e\x01\x40\x3d\x9b\x8f\x86\xc4\x76\x16\x9f\xe2\x00\xe7\x6c\x7a\x63\x68\xf3\x6d\xe7\xa2\xab\x76\x9b\x98\xcd\x22\xa4\xd8\x06\x68\xb3\xf9\x1c\x09\x98\x66\x93\xad\x6a\x0f\x3e\x4e\x20\xc0\xd9\x06\x6a\xb3\x79\x7f\x63\x78\xcb\xde\x25\xff\x09\xe2\x2c\xa5\x38\xef\xfe\xf1\xa5\x78\x96\x9b\xc8\xcc\xea\xfa\xcf\x02\xd7\xd8\x21\x60\x65\x97\x19\x6f\x13\xa5\xa9\xf8\xe3\x1b\x28\xcd\x54\xdc\x27\x6e\xfc\x1e\x3a\x79\x21\x44\x9c\x3d\x52\x2b\x02\xc1\x2b\xa7\x07\x0d\xd7\x76\xb5\x43\x10\x85\x29\xd3\xe6\x06\xd0\x32\xeb\x7d\x94\x3d\x88\x54\x10\x6f\x00\x2e\x39\xdc\x28\xbe\xf0\x99\x3d\x26\x60\x05\xb9\xa7\x37\x10\x91\xdd\x0a\x26\x63\x4a\x26\x8f\x25\xce\xba\x5a\x13\x40\x39\xfa\xd5\x87\x3d\x69\xd2\x57\x1a\x22\x43\x86\x76\xce\x49\xdb\xc5\xb8\xbe\xc7\x82\xec\xa9\x63\xf0\x14\x45\x94\x69\x73\x1d\x3c\x07\x77\x51\x70\x00\x88\xb7\x18\x37\x52\x98\x9a\x4d\x58\x63\x57\x68\x85\x8d\x48\x91\xbd\x49\xbf\x06\xac\x31\x55\x17\x8a\xfd\x51\x38\xa2\x0d\x58\x63\x6f\x5a\x15\x93\x16\xff\x66\x2a\x90\xe6\x9c\x74\x7d\xb9\x4c\x1c\x27\xb5\x8a\xf9\x6c\xb4\x3c\xe0\x9b\x0f\x45\x0b\x60\xb0\x27\x71\xbb\x5a\xa4\x93\xd8\x5c\x69\x0a\x0c\x0b\x29\x4f\xfd\xc6\xd3\xcf\xa3\xe8\xac\x03\x2c\xe2\x50\xb8\xe8\x0d\xf0\x61\xd6\x93\x36\x7b\xf2\xa8\x91\xfc\xdd\xcd\x37\xd9\xf4\x21\x43\xa0\x6b\x8f\x9d\x0c\x41\x20\x9d\x4a\x48\x44\x4f\x14\x83\x0e\x48\x19\x9a\x0c\x7a\x2e\xb6\x9e\x62\x04\x53\x54\x1a\x39\x84\x00\x1b\x16\xc1\x59\x76\x50\xa5\x0a\xa7\xe9\x71\xb4\x2c\x12\x66\x6d\xed\x04\x41\xb0\x95\x1a\x0a\xb4\x61\x11\xd6\x65\x33\x12\x63\x55\xe0\xdf\x1d\x54\x9b\x34\x6c\x41\x64\x48\xf7\x87\x40\x86\x4c\x53\x40\x86\x74\x7f\x07\x1d\xa6\xbb\x42\x58\x28\xc5\x33\xc0\x10\x86\x8f\x8f\xc0\x10\x56\x79\xc6\x37\x20\x84\x55\x7e\xe5\xcd\x98\x8b\x72\x93\x6f\x20\x01\xab\x7c\xdb\x3b\xbc\x43\x39\x2b\xd1\x04\x4f\xaa\xcc\x23\x2e\xf6\x83\xfd\x4b\x79\xbd\x43\x4d\x91\xe9\x24\xea\x34\xc9\x88\x8b\xba\x4e\xba\x83\x08\x8f\x27\x27\x9d\xef\x3a\x18\x00\xd3\x77\xca\xe9\x22\x17\x65\xbb\x06\xe4\xf0\x4a\x53\x24\xe8\x1d\x72\x56\x7b\x42\xbc\xe1\x90\x21\x18\x2c\x31\x7b\x1f\x47\x78\xc4\xae\xb5\x81\xe0\x88\x56\x47\x82\xd7\xa2\xd5\xab\x4d\x93\xad\xaa\xe7\xad\x68\xf5\x82\xd6\x8c\xe6\xaf\xa8\xfd\xa9\xd9\xd8\x57\x9a\xcb\x38\x27\xc4\xa7\x08\x98\x57\xd5\x59\x06\x92\xf2\x98\x01\xbd\xe4\x03\x0a\x80\x7e\x4d\x8b\x10\xc1\x11\xbb\x37\xbc\xc5\x67\x1a\xb5\xcc\x97\xc2\x46\x49\xc0\x02\xe6\xd7\xe5\x5e\xd9\x84\xf9\x0d\x5d\x1d\xdf\x8b\x61\xa3\xba\xb3\xc2\x6a\xd7\x5d\x2a\xac\x76\xe2\x43\x86\x42\xd4\xf3\xdc\x7b\xd1\x6a\x27\x5e\x5b\x0c\x22\xd5\xdd\x36\x58\xed\xba\x5b\x43\x10\x80\xaa\xf7\x3d\x67\x55\x4f\xaf\xa3\x98\x94\x60\xbd\x19\x97\xf3\x52\xec\xa8\x6d\x34\x79\x74\x7f\x08\x47\xa3\xeb\xe7\x83\xf4\xc9\x14\xb0\xf4\x9a\x66\x3c\x1c\xdd\x6d\xa3\x5d\x12\x42\xbf\x41\x3e\x2f\x06\xed\xf1\xd0\x80\x0d\x85\xfb\xd9\xc0\xdf\x65\x3d\x90\xb5\x97\xa4\x97\x3a\x8c\xcb\x7d\xde\xf9\x96\xa4\x97\x7a\x08\xb3\x49\x71\x07\x29\xcb\xb2\x9b\x7d\x23\x4d\xcd\xde\x94\x9d\x9a\x0a\xc6\x5d\xd1\xb9\x6a\x49\xb0\xa9\x14\x46\x94\x18\xfe\x0e\x62\x4e\xbb\xc1\x22\xa8\x5a\x47\xc7\xc5\xf7\x69\x8a\xd6\x3d\xc0\x71\xd9\x2a\x30\x50\x6d\x45\x60\xbc\x8d\x70\x85\x61\x3b\xac\x30\x6e\xdd\x39\x71\xe6\xd1\xc0\x00\xe3\x56\xf4\x04\xf0\x16\xc6\x6d\xba\x14\xc0\x2d\xa5\x55\x08\xe3\xa6\x99\x00\xc6\x2d\xbc\xa1\x6f\x45\x88\x0a\x17\x83\x73\x84\x38\x58\xcf\x5b\x0b\xd4\xb6\x81\x71\x0b\x1b\xfb\xf0\xba\x75\xd8\xd8\xb7\x79\x71\xbe\x9a\xc2\xc5\x79\xad\x12\xa1\xdf\xa4\xd6\x08\xfd\x56\x9d\x86\xc3\x91\xb4\x1c\xa0\xdf\xc2\x26\x43\xa1\xdf\xb4\x78\x81\x7e\xab\x42\x50\x6d\xa0\xdf\xd2\x65\xdf\x85\xe0\x6f\xd2\x7f\x37\x35\xf8\xa7\xd9\xd4\xe0\x9f\xb6\x41\x3c\x4a\x70\x01\xff\x56\x05\xe9\xda\x5b\xfa\xbb\x1b\x47\xf1\x28\xde\x23\x00\x4e\xb8\xab\xbd\x89\xf4\xd1\x23\x08\x7b\x5b\x5a\x6a\xe4\xa4\xdb\x7b\xcc\xa5\xdb\x6b\x11\x6f\xbf\xb9\xe7\x5a\x5f\xd0\xfa\x54\x0d\x2f\x2b\x2a\x58\xc2\x26\x98\xad\xe8\x32\xc3\x06\x98\xad\xe9\x8a\xdf\x06\x98\xad\x79\x98\xa1\x7d\xcb\xd5\xbb\x89\x5d\x4b\x6e\x9e\x0c\xbe\x1e\xe7\x2d\x75\xc9\x24\xae\x4f\x78\x68\x79\xf1\x79\x3c\x0d\x00\x54\x43\xc0\x99\xbd\xa9\x9f\xb9\x7e\x38\x3e\x58\x0a\x60\x6b\x3e\x90\x02\xb4\xd6\xe5\x85\xde\x2f\xc6\x85\x95\x28\x7f\x31\x9e\x9e\x38\xf0\x45\x13\x72\xf7\x77\x93\xc6\x21\x51\xb8\xff\xa9\xdd\x13\x80\x35\xdb\xfe\x5e\x7c\xb1\x34\xd4\x2c\x02\xd6\xfa\x78\x3e\xbc\x99\xea\x1a\x11\xe2\x82\xfd\x7b\x31\xbe\x89\x56\x31\xd0\x6a\x36\x05\x02\x61\xe6\xe3\x37\x42\x2e\xfa\xbc\x0b\x74\x59\x57\x6c\x97\x0d\x70\x59\xc8\xda\x03\x68\x59\x57\x14\xad\x4d\x2c\x59\x72\x5d\xb2\x02\x8b\x2d\x80\xf8\xf2\xf3\xbc\xfb\x45\xdf\x81\x3f\xc4\xa1\x6d\x3e\x69\x30\x2d\x6b\xfa\x80\xe0\x1a\x8a\xe4\xb7\xf1\x38\x76\x56\xdc\xcc\x8d\x60\x89\xa3\x68\xb6\x5e\x12\x4a\xea\x1c\x03\x3e\x49\x31\x78\x49\xf7\x72\x4e\xd8\xef\xc2\xa5\x10\xa4\xf1\x1b\xde\xbb\xdd\x2f\xc5\xd4\xf4\xa0\x01\x07\x2c\x3c\xef\x7e\x13\xdd\xab\xe9\x04\x2a\x2c\x6c\x13\x07\x2a\x2c\x6c\xd9\x07\x0a\xac\x0a\xaf\xb7\x81\xfa\xaa\x02\x39\xee\x37\x83\x62\xdb\x5f\x01\x0c\x58\xd5\x5d\xb7\xfd\x26\x64\x47\x0f\x79\x6c\x44\x52\x6c\x5e\x88\xc4\x87\xb5\xfc\x34\xe0\xc6\xd1\xcc\xc5\x7e\x78\xdc\x52\xb1\x88\x15\xec\xe6\xf0\x52\xb4\x00\x53\xfb\x2d\x7d\x7e\x8a\x82\xf7\xc0\x35\xd2\x9a\xab\x23\xdd\x1b\x7c\x62\x07\xd4\x3b\x28\x88\xfd\x1d\x2f\x7e\x6a\x53\x02\x98\xac\x15\xb7\xe6\x48\x9b\xe6\xb1\x81\xad\xc0\xa7\x09\x62\xc9\xba\x62\x0e\x6e\x82\xc9\x74\x27\x73\xbf\xa9\xc2\x27\x7f\x38\xce\xfc\x6b\x1d\xbc\x69\x87\xf5\x48\xc1\x77\xa0\x7b\xc9\x9b\x50\xb2\x3e\x5d\x26\x6e\xfa\x4c\x7f\x07\xdd\xbb\xb8\x65\x30\x20\x69\x82\x81\x24\xab\x02\x5d\x6d\x20\xc9\x6a\xf5\xc0\xf0\x4d\x99\xa1\x23\xda\x9b\xfe\x4e\xc9\x15\x40\xc9\xba\x62\xf0\x6c\xc6\x58\x54\x7c\xbb\xfd\x96\x7c\x52\x27\x36\x15\x20\x7f\x07\xf9\x38\x5c\x21\xe4\x91\x0d\x98\x8a\xb8\xe8\xe9\xc6\x1d\xb9\x26\x85\xe0\xad\xc3\xa3\xd3\x18\x67\x99\xd3\xc4\x27\xb5\x5b\x32\x45\x14\xd4\x93\xc8\x21\x1d\xa2\x38\xdb\x59\x14\xce\xae\x2a\x54\xc1\x18\xb5\x61\x00\x4a\x96\x7c\x56\x26\x7a\xcc\x2e\xfb\x9b\x7e\x70\x9d\x80\x6f\xfa\xc1\x35\x4e\x80\x8b\x65\xc5\xcc\xdd\x37\x6f\x0f\x85\xd3\xc0\x5d\xd3\x69\x38\x22\x69\x9b\xbf\xe9\x2a\x98\xce\x09\x8f\x47\x38\x27\x27\x54\x3d\xc2\xbb\x44\x7d\xba\x76\x38\x07\xc4\xa3\x37\x3d\xe4\xe2\x51\x44\x57\xcc\x82\xfa\x6e\x02\xc2\xfc\xa2\xf8\xbe\x79\x19\x22\x9c\x48\xbb\xba\x1a\xc3\x90\x32\x23\x3b\xf1\x28\x24\x36\xde\xdd\x34\xbb\x86\x8b\xe1\xf1\x49\x6d\x03\x96\xdb\xdb\x01\x40\x5f\x45\x21\xc4\xf7\xcd\x28\x4a\x9a\xde\x9b\xb7\x7c\x14\xdd\x72\xe3\x69\xed\x23\x16\xd4\x0f\x60\x13\xab\x67\x06\x67\x02\x5b\x15\x00\xfb\xaa\xd5\xd3\xcd\xb8\x49\xd5\x69\x84\x36\xb8\xcb\x7a\x10\x56\xcb\xeb\x56\x30\x19\x4f\x3f\xad\x4f\x6e\xac\x70\x18\x12\xd3\x40\x8c\xa5\x6c\xb3\x23\x9f\xe9\x9e\x21\x61\xfc\x21\x8c\xc7\x69\x95\xf2\x25\x8b\xc4\xfb\x01\x26\xf0\x10\xb8\x44\x01\x1f\xe3\x56\x30\xe9\xfd\xe1\x75\xfc\xe9\x52\x60\xfa\xc9\xdf\xc7\xd0\xdb\x1f\xde\xce\x57\xc3\x01\x04\xeb\x0a\x52\xb9\x3f\x74\xe2\x8b\xfb\x01\xfd\xea\xf6\x09\x7c\x88\xd4\xc9\xfe\x0e\x27\x2d\xb5\x8c\x08\xec\xe1\xcf\xa0\xd5\x68\xaf\xc1\x03\xde\x21\xf9\x45\x48\x58\x8d\xa7\x48\x68\x99\x4f\x53\xb8\x4a\x9d\x06\x3f\xa5\xc5\x19\x5f\xf3\xf6\x62\xff\xf0\xa2\xbe\x24\x01\x5f\xef\xce\x1e\x18\xbe\x7f\xec\xea\xe9\xc0\xd7\x8a\xfa\x10\xd2\x33\x4c\xe1\x08\xa5\x55\xf3\xa1\x45\x6b\xba\x06\xec\xde\x4f\x7d\x30\xf8\xb8\x17\x70\xc4\x67\x0f\x3d\x2d\xa3\x12\xad\x00\x81\xf5\xec\x81\x81\xa4\xcb\xae\x01\xc6\x2f\x3b\xa3\x3e\x7c\x99\xf8\xf9\x0e\x83\xa6\xd5\x0d\x48\x58\xcf\x1e\x50\xe0\x7f\xb2\x5b\xb6\x39\x68\xce\xf9\x61\x0c\xf9\x9f\x7e\xbe\xfb\xbc\x18\x31\x04\xa5\x1c\x0a\x56\xa3\x6a\x0a\x20\x04\xb0\xe4\xa1\xa0\x34\x61\x39\x1f\xea\x85\x9c\x59\x14\x84\x27\x84\xfe\xa1\x10\xae\x36\x9b\x62\x7d\x9d\x14\x78\x89\x6f\xea\x1d\x2a\xa1\x94\x24\x0a\x4c\x9f\x55\x3b\xf5\xa9\xaa\xda\x79\x81\x7d\xa8\x4c\x5a\xc5\xa6\x6a\xa7\x55\x6c\x3a\x27\xac\x62\xc5\x65\xa2\x47\xd9\xb5\xb3\x47\xae\x81\xb1\x94\x5c\x26\x7b\x54\x45\xbd\x19\xa7\x55\x14\x18\xad\x88\xe2\x61\x35\x6b\x04\x75\x81\x57\x65\x12\x28\x52\x54\x9f\x76\xdf\xe1\x44\x9c\x5d\x5d\x21\x77\x5f\x37\x8d\x48\x91\xa7\xd0\xc1\x67\xa6\x44\x61\xab\xf0\xd0\x2f\xdd\x88\x13\x85\x33\xf6\x54\x77\x89\x14\x99\x2e\x13\x5d\x2a\xce\xc9\x1d\xce\x65\xb2\x4b\x21\x8a\x93\xa4\x1a\x18\x24\x7d\x78\x3e\x69\x58\xf1\x7c\x82\x5f\x19\x42\xf7\x50\xd0\x6e\xb2\x8a\x11\xbf\x9a\x82\x42\xee\xce\xd3\x56\x3b\x54\x3d\xaf\xab\x33\x80\x53\x9f\x89\xf7\xce\xd5\x5f\xbc\x81\x3d\x4a\x32\x05\x6b\x80\xfa\xcb\x37\xb0\x67\x71\x1a\x47\x74\x8a\xc2\x81\x7f\x98\xc2\x81\x5f\x93\x4d\xc0\xda\x14\x93\x24\x42\x4a\x34\x6a\x42\xa8\x11\x08\x74\x48\xa0\x48\xa6\x3f\x24\x27\xb0\x4f\xc2\xa4\x3d\x54\xe6\x55\x1d\x7d\xc8\x00\x38\xc3\x89\x68\x9b\x16\x9a\x30\x69\xc5\x39\x81\x77\x98\xce\x09\xf0\xb0\x38\x01\x41\x0d\x61\x84\xfc\x46\x32\x9f\xac\x30\xa9\x68\x1d\x20\xc4\xe1\x28\x49\x9d\x22\xa6\x44\x2b\x26\x11\x53\x22\xc6\xe0\x0b\xdc\x53\x73\x08\x2c\x5b\xce\x9a\x5f\x44\x38\x4c\x53\x2b\x14\x11\x0e\x73\xce\xa6\xa0\xcf\x84\x3a\x21\x85\x51\xe3\x44\x26\xd5\xba\x43\xf4\xc3\x9c\x9f\x1a\x70\x2e\x2c\xae\x61\x33\x66\xa5\x28\xe8\x3a\x62\xd2\x44\x8b\xca\x53\x0a\xfa\x10\xa6\x3e\x48\x53\x7d\x74\xb2\x7a\x40\x19\x7e\x41\x52\x86\x4f\x6c\xd7\x30\x97\x30\x14\x49\xf1\x70\x6f\x9d\xe9\x4c\x02\xac\xad\x4e\x65\x82\x46\xd2\x10\x45\x4e\x0c\x51\x38\x21\xe5\x24\x0a\x60\x17\xd5\x01\x30\x5d\xce\xd5\xa5\x50\x11\x9b\xa2\x30\x50\x5a\xdb\x40\xd6\x8d\x92\xba\x28\x28\x62\x91\x45\x01\xb3\x11\x4e\x7b\xa1\x06\xd7\xce\xa1\x71\xcb\x60\x6c\xd2\xa4\x65\xde\x45\x0f\x53\x19\x35\xa8\xf6\x60\x3b\x4d\x35\x7c\xa7\xfa\x00\x2e\xc9\x12\xc0\x78\xf1\x7a\x14\x49\x08\x00\xeb\x72\xd6\x34\x65\xa8\x88\x45\xc2\x19\x28\xbb\x51\xb2\xd3\xc0\x78\x59\x7d\x67\x14\x65\x1a\x28\x0f\xc9\x59\x53\xe7\xa9\x31\x86\x8a\x59\x6c\xa8\xd3\x60\xfc\xd7\x6c\xeb\xf1\xeb\x32\x9d\xc8\xa0\x89\x4d\x83\xc1\xe0\x07\x34\x93\x1c\x12\xca\x6d\xa8\xe5\x38\xe5\x86\x96\x33\x90\x6e\x23\x2e\x7d\x88\x8b\xaf\x49\x5b\x1c\x71\x6f\x73\xb8\x18\xe0\x97\xba\x87\x1f\x47\xe0\x71\xa9\x3d\x78\x06\x2d\x55\x57\x71\x86\x2a\x92\xd3\x26\x72\xba\x94\xf8\xf1\x35\xdb\x53\xfd\x42\xf5\xce\xb9\x91\xd3\x69\x2f\x50\x6e\xcc\x1b\xb5\xbb\x14\xb8\x2d\xc2\xcd\xfe\xa0\x3e\xe6\xc4\xeb\xd3\x23\xc4\x42\xc0\xd9\xcd\xa6\x51\xc4\x7b\xd3\x23\x24\x3c\xf1\xde\xf4\x24\x90\xf0\x50\x38\xd4\xab\x4c\x20\xf0\x32\x8f\x94\x87\x3a\xa7\x05\x5a\x67\x0e\x35\xd1\xea\x29\x0a\xc8\x8b\xe7\x3b\xf4\x28\x65\x51\x38\x0c\x86\x6b\x7f\xa1\xbe\x24\xea\x8d\x9c\x4e\xbb\x91\xe6\x3e\xa0\x47\x6e\x19\x22\xc7\x26\x31\x22\x20\x77\x99\x01\x5b\x0e\x35\x88\x80\xd3\x87\xc1\xc1\xf6\x87\x81\x62\xd4\x09\xf0\xec\xd0\x5c\x03\x64\x37\xc2\x5d\x0a\x0e\xb6\x9a\x0d\x9e\xa5\xa5\xfa\x50\xe0\x59\x4b\xb6\xc2\xd7\x57\x9d\xc8\x88\x64\x55\xad\x61\xbc\xe3\xfa\x1b\xc4\x33\x62\x16\xce\xe6\x1a\xa1\x0c\xb4\x21\xf9\xc5\x57\xb1\xc3\x7d\x64\x50\x84\x70\x8d\x83\x61\x9e\x34\xfc\x10\xad\x7a\xb4\xe6\x90\x30\xba\x95\x70\x41\xb4\xb8\x38\xf3\x46\x6b\x9b\x7a\x42\x68\x79\xd3\x60\x6d\x36\x48\x83\xc5\x5b\xdf\x9e\x39\xc2\xa0\x9a\x1a\x0b\x18\x54\xf3\xd0\x91\xf7\x9b\xbf\x83\xf9\x78\x38\xe7\x44\x4e\x53\xb0\x5a\xb8\x1f\x1b\xe6\xe3\xa7\x65\xb8\xad\xdf\x34\xc7\x70\x9b\x34\x73\x34\x74\xd4\x9e\xc3\x55\x80\x55\xcc\xc4\x00\x45\x35\xc9\x97\x4a\x0f\x5e\x9b\xa2\x70\xed\x3b\x4c\x15\x7c\xd7\x45\x81\xf9\x25\xaf\x11\x13\x71\x36\xf1\x06\x00\x80\xa5\x5f\xfe\x8e\x51\xe2\xd5\x9a\x4a\x93\x78\x38\x6b\xa0\xc2\x21\x6a\xa1\x18\x53\x1b\x55\x64\x51\x2f\x5e\xed\x6e\x22\xdf\xa8\xc3\x59\xe1\x0c\x6a\x4e\x03\x62\x48\x72\x1f\x60\xc1\xd9\xb4\xcf\x54\xde\xae\x69\xa6\xd8\x27\xf5\x22\xb8\xa0\x55\x4a\xc0\x0d\x59\x9d\xb3\x23\x4d\x7d\x0a\x4e\x8c\x6a\x67\x5c\xa7\x94\x9c\x88\xc8\xc9\xe1\x42\x11\x9c\x58\x83\x8f\xd0\x8a\x25\x55\x53\x6f\x14\xe3\xef\xd8\x6c\x4e\x0c\xc0\x81\x49\x1e\xcb\x43\x42\xad\xa0\x87\xf8\x90\xf0\x9f\x4a\xc5\x03\xe8\xaf\x74\xf1\x5e\xe5\x5d\x6e\x77\x11\x6f\xc2\x24\x69\x5c\x88\xa7\x18\x49\x8a\x53\xe5\xed\x6d\x4f\x37\xee\x6b\xa7\xe1\xef\x70\xc6\x97\x1a\x57\x75\x7b\xdb\xc5\x10\x4b\x25\x6d\x90\x28\xbf\xee\x71\x63\x18\x03\x29\x47\xc0\xf5\x95\x6e\xce\x60\xf8\x63\x29\xaa\x95\x2e\x97\x78\xc8\x1b\x59\x4d\xe1\x4e\x92\x86\xbf\xd1\x62\x29\x25\xb6\x11\x1f\xa5\xa1\x69\xbc\x61\x38\xb4\x84\x10\x9a\xb1\x74\x49\x86\x46\x5f\xcd\x70\x1a\xda\x36\xfd\x21\xbd\xb9\x53\x14\x19\xb3\x88\x82\x6f\xb7\x39\xe7\x0b\x65\x26\x51\xe4\x3d\xe7\x64\xb3\x9d\x93\xc3\xa6\xda\xe1\x9c\x69\x55\x6b\xbd\xd1\xe5\x32\x4c\xd1\x32\xd2\x44\xc1\x32\xa2\x61\x6b\x0c\x31\xe0\x2e\x91\xc1\xac\xb5\x23\xc4\x63\xbd\x9a\x3f\xe4\x98\xba\x46\x7a\x02\x86\xb3\xc2\xcb\x92\x4d\xc1\x73\xd4\xd5\x0d\xde\xfa\x92\xfc\x6a\x3c\x79\xf1\x45\xbe\x43\x62\x88\x3d\x6e\x54\x18\x86\xab\x64\x24\x81\xf1\xad\x81\xe3\x64\xe5\x6d\x7d\xf1\x2d\x20\x81\xb5\x66\x53\xb0\x46\x35\x0d\x24\xe3\x0c\x0c\xd7\x81\x7b\x60\x3a\x0d\x10\x12\x48\x47\xe5\xa1\x70\x0f\x2c\xfb\x3b\x3e\x8b\x23\x19\x06\x84\x60\xad\x52\xab\x89\x01\xf4\xb2\x21\x06\x90\x7e\xd2\x43\xc1\xf0\xdd\x55\x0c\x3c\xd9\xf4\x71\x1c\x0a\x7e\x7f\x09\x26\x44\x95\xac\x55\xd2\x0e\x60\xc1\x7a\x35\x53\x32\x83\xbb\x42\xf6\xc2\x89\xb8\xbf\x96\x5d\xcc\x9b\xf3\x68\x12\xdd\x90\x9a\x2d\x08\xa0\xd4\x25\x40\x00\xcf\x88\x87\x48\x78\xb9\xa4\x14\x76\x85\x17\xd0\xf2\xef\x7c\xd0\x7d\xa8\x93\x5d\x76\xf9\x66\x92\x76\xf9\x26\x4a\x3e\x39\x97\x44\x3b\xda\x93\x4a\xd0\x82\x38\x04\x58\xbf\x5a\xa5\x86\x23\x92\x64\xad\x3a\x77\xe0\x15\xed\x3a\x24\x10\x0c\x03\x94\x28\x31\x0c\xb0\xf9\x4b\xc0\x00\x8b\x13\x1b\x83\x6b\xa9\xdf\x0a\x20\x20\x56\xeb\xc4\xda\x44\x71\xc1\x41\xd2\xb5\xc2\xc1\x58\x9c\x97\x9d\x69\xce\xfb\xa2\x5a\xeb\x54\x22\xec\x86\x1b\x41\x54\xa0\xa6\xd4\x30\x40\x09\x11\xc3\x00\x35\xa9\x80\x01\xd6\x5a\x9c\x17\x5c\x5b\x9c\x46\x47\xa1\x18\xb5\xf3\xed\x4a\x89\x26\x62\x00\xaf\xea\x79\x23\x17\xbb\x33\xbc\xcd\x58\xfc\x21\x07\x5b\x8b\xbc\x93\xa9\x8b\x3f\x54\x6b\x95\x77\x13\x21\x22\x79\xd4\x15\xa4\x5b\xd2\x11\x00\xc0\x3a\x24\x74\x18\x55\xf2\xaa\xe2\x6b\xc3\x01\x25\xac\x05\x07\xec\xda\xc7\x3b\x1f\xb3\x94\xdd\x84\x68\xc0\x11\xc3\x24\x7b\xea\xbe\x11\x0e\x58\xaa\x0b\x26\xdc\xf1\xa9\x56\x80\x12\x7f\xcb\xdb\x8a\xae\x95\xf0\x12\xb1\x0b\xf1\x81\x35\xb4\x48\x89\x0f\x4c\x97\xe4\x32\xf0\x81\xed\x1a\xce\xcb\x58\x0e\xd2\x74\x19\x41\x32\x5d\x6a\xe2\x50\xbc\x6f\xed\x5a\x83\x0f\x56\x6a\xca\x11\x43\xb2\x8e\x70\xb1\x81\xb4\x2c\x8a\xcb\xc2\xdf\x01\x1b\x23\x1e\x1c\x5e\x15\x49\x24\xe2\x52\x4c\x27\xf2\x19\x46\x8d\xe7\xd0\x0b\x4d\x92\x1b\x8c\x0d\xd9\x87\x44\x0c\x80\x85\x29\x5f\x12\xf9\x43\xef\x55\x6a\xa5\x0e\x81\x38\xa4\x1a\xf1\xc9\xeb\xd4\xb3\xc9\x0f\x33\x8b\x64\xc4\x8b\x2e\x45\x06\xa8\xc1\x23\xf5\x34\x2c\x47\x21\x68\xc5\x03\x4a\x5f\x54\x97\xc0\x1a\x8a\x78\x21\x09\x09\x54\x61\x33\xff\x0e\x05\xbc\xf8\xde\xab\x78\xf2\x4e\x16\xa4\xf6\x2f\xbe\xb7\x39\x5c\x0d\xdf\xdb\x94\x94\x26\x2a\x31\x5f\x1e\x19\xc5\xfb\x95\x80\xe3\x33\xd9\xf9\xf2\x40\x1d\x16\x6e\xd6\xe7\x81\x4c\x6c\xd6\xc4\x10\xc7\xb1\xf9\xa0\x05\x98\x62\xf3\x51\x07\x71\x1c\x5b\x6f\xfe\x0e\x0d\xf2\x3e\x85\x30\x8e\xad\x37\x67\x65\x88\x74\x2d\x63\xc4\x71\x6c\xa3\xba\xd4\x37\x3d\xfa\x6e\xec\x8d\x44\x97\xc3\x60\x07\x6c\x39\x02\x39\x36\x9b\xbb\x18\xc8\xb1\x14\x2d\xea\xc9\x38\x19\x9e\x25\x3c\x86\x3d\x34\x0d\x53\x1e\x84\x2e\xea\x28\xbb\x92\x0c\x93\x4f\x23\x28\x85\x6f\x21\xa8\x04\xbe\x1e\x37\x9d\x04\x0f\xa4\xc4\xb5\xf0\x8c\xd5\x14\x2d\xb7\xfe\x8e\x96\x5b\xb5\x19\x47\x39\xb3\x07\x1f\xb0\xb6\x6a\x09\x24\x62\x3c\x65\x12\xd0\x2f\x81\x30\xf9\x26\x87\xcb\x24\xbc\xdf\x65\x02\xde\x6f\x93\x1c\x70\x89\x61\x03\xe1\x64\x50\xe8\x66\x0a\x2a\x8a\x47\x6c\xf1\x51\xb1\x87\xd4\x9e\x53\x45\x42\x0c\x6a\x73\x98\xbc\xd4\x2d\x5d\x1a\x0f\x59\x37\x2f\x7d\x00\x1a\x5b\x91\x86\x00\x40\x63\xb3\x94\x9b\x7c\xee\x2b\x8b\x18\x7c\xa8\xcc\x65\x52\x9b\x7a\x52\x61\xde\x77\xf7\xe9\xab\xd4\xf6\x38\x6d\xce\x12\x05\x4b\xae\x8a\x09\xcb\x30\x51\x78\xfe\x4c\xd2\x1b\x11\x12\x87\x9b\x86\x08\x89\x39\x57\xe7\xc4\x19\x5b\x6b\x3e\x78\x00\xd2\x86\x1b\x3c\x00\x65\xa7\x9d\x33\xf6\x43\xbc\xe8\x9a\xaa\x22\xd1\xce\x21\x02\x97\xca\x94\xc2\xbb\xe0\x4e\xc2\x05\x91\x62\xe2\x9c\x51\xb5\x79\x06\x71\x3c\x6a\x14\x6c\xf9\x49\xaa\x48\x10\x48\x51\x9c\xc6\x88\x4f\x22\x70\xe9\xf5\xa9\x0b\x97\x5e\x25\x83\x00\x63\xec\x49\xeb\x0b\x28\xc6\x9e\xa4\xfa\x00\xc5\xa8\xe7\xbf\x0e\x05\xcd\x4b\xb5\x2d\x7a\xb6\xd4\x2c\x5e\xfb\xd6\xba\x00\xc0\xb1\x27\xf1\x2d\x43\x18\x76\x9f\xc9\xf4\xfa\x73\x38\xeb\x0d\x81\xa2\x46\x2f\x0a\x4f\x55\x01\xc0\x58\xd6\xd9\x11\x61\x09\x7b\xf6\xcc\xc1\xbc\x59\x9e\x9c\xd8\x6d\x74\xe6\x05\xba\xb1\x17\xe9\xfd\x00\x34\xa6\x14\xa6\xe0\x32\x7a\x72\xc2\x1d\xae\xc3\x79\x90\xa7\x74\x94\x0b\xba\x8c\xdc\x4e\xee\x93\x4f\x5b\xe0\xda\xd2\x71\x58\x8f\x3e\xeb\xb0\x18\xe2\xb7\xdf\xa0\x66\x2f\x3e\x9c\x29\xd6\x5c\x7c\x38\x53\xc5\x30\xce\xa1\x10\x88\x87\x84\x53\x6c\x3a\x11\x3b\x85\x96\xfb\xe2\xb5\xe5\xac\x63\x2e\xf1\x90\xf9\x72\x56\x76\x38\x89\x82\xf7\x2e\xfc\x21\xbb\xef\x2a\xa0\x19\xa8\xfb\x02\x40\xba\x0a\x46\xb9\x2f\xe2\x63\xc6\x39\xcc\x92\xf4\x44\x40\x26\x8d\x06\x5f\x82\xce\x97\x73\xc2\x7d\xe7\x2e\x42\xd8\x65\xed\x02\x0c\x73\x68\x31\x45\xe0\xa4\xc5\x94\xdf\x88\x56\xb3\x19\x76\xe5\xd2\xe2\x67\x58\xc1\x1a\xda\x22\x08\x64\xec\x36\x43\x2f\x1a\x87\x64\x64\x40\x24\xc1\xde\x24\xd3\x16\xaf\x11\x37\xe7\x04\x42\xfd\x72\xa9\xb0\x55\x3c\xa5\x50\xa4\xb8\x14\x38\x87\xa4\x19\x23\xaa\x60\x6f\xda\x12\x88\x6b\x6c\xd2\x1d\xf9\xc0\xb3\x0d\x2e\x8b\xbe\x21\xed\x6c\x8b\xbe\x21\x9d\x39\xf8\x9e\xb3\x4d\x3a\x8b\x97\x8a\xb5\x25\x22\x72\x60\x6f\x92\xf5\x7c\xce\xd9\xd6\x46\xc4\x0a\xec\x4d\xa2\x02\xb1\x02\x93\x8d\x38\x4b\x61\x65\x5d\x03\x5b\xed\x52\xc8\x98\xfc\x0e\xd1\x01\x53\xf8\x18\x87\xf0\x80\xa9\x6a\x5d\x30\x3c\x60\xf3\x39\x66\x2b\xe6\x54\x17\xd5\x78\x58\x75\x5e\x46\xd9\xbc\x44\xc1\x6e\x24\xe3\xd7\xe6\x53\x87\x97\x3f\x64\x37\xaa\x28\x4e\x85\xeb\xe7\x54\x34\x51\x84\xa0\x99\x62\x44\x64\xe7\x44\x4c\x82\xec\x1a\xe0\xc6\x71\x99\x3c\xb9\xeb\xe0\xbe\xe5\x4c\x55\x27\xf8\x4a\xdc\xe5\x34\x76\x62\x9a\x44\x43\xa5\x05\x6f\x45\x92\x4d\xa2\x18\x39\x58\x8d\xe1\x2d\xbb\xcb\x69\x2f\x3e\xfd\x2a\x0a\x67\xda\xea\xde\x0b\xa2\x26\x21\x8c\x18\x7c\xdd\x46\xf8\x4d\x2f\x4f\x73\x56\xf8\xd4\xb4\xbc\x10\x83\x2f\x4d\x6d\x67\x7c\xbe\x79\x8a\x67\x11\x91\xaf\xdb\xd6\x4c\x48\xe3\x74\x17\x11\x7c\xaa\x68\x3f\x00\xa0\x31\x67\xe9\xfd\x8c\xce\x37\xc5\xc1\x9b\x21\xb7\xcd\x0b\xe0\x3d\x5b\x5e\x89\x6f\x9c\xcd\xa5\x4c\xa4\xf9\xbb\x00\xe5\xb6\x2c\x50\xae\x1d\xfd\xf3\xa8\x6d\x8e\x8c\x6b\x67\xff\x5c\xdf\xcd\x57\x47\x45\xc1\x1f\x22\x7d\x08\x4f\x45\x77\x9b\xaf\x19\xb0\x6f\x3e\x69\x30\xa7\x35\xa7\xc1\xb9\xa8\x55\xc1\xf0\x7c\x53\x6b\x8b\x6f\x4a\x67\x8d\xe7\x8b\x58\x22\x6d\xe5\x04\x3b\xce\xe8\xdf\x0b\x68\x40\x21\x7b\x48\x5e\xbd\xf8\xf8\x4b\xb8\x31\x74\xc5\xb9\xc2\x0f\x72\xaa\x0a\x78\x9f\x8a\xf6\x54\x46\xf1\x9b\x12\x02\x08\xd3\xd7\x6d\x83\x67\x20\xbe\x59\x9d\x73\x52\xcc\x2a\x2b\xaf\xb6\x6b\x15\xbe\x78\x87\x44\x23\xfa\x22\xee\xba\x98\x82\xc3\xa9\x3a\x27\x8c\xf7\x57\x38\x91\x03\xac\x96\x32\xce\x41\x38\x2f\x78\x26\xc4\xf9\x82\x3c\x8a\xd7\x10\xc1\xee\xd7\xd6\xf0\xe2\x91\x0d\xe9\x44\x40\x16\xe9\x25\x2f\x46\x41\x88\xea\x72\xe0\xd2\x13\xb7\xbd\x78\x7d\xbd\xb8\x46\xb8\xd1\x9e\x34\xb8\x24\xaa\x0b\x45\xaf\x3c\x53\xbc\xcb\xee\xf9\x06\xb8\x3b\xab\x86\x37\xdd\x92\x4a\x7b\xd3\x2d\xa9\xf9\xc6\xa3\xd3\x39\xab\xa1\x6f\x3a\x29\x8b\xbf\x83\x83\x4f\x3d\x7c\xd3\x11\xf9\xe4\x64\xab\x9d\x13\x1e\x5b\x71\x29\x80\x92\x02\x9a\x1f\x0a\xce\xbf\xea\xef\xe0\x96\xec\x4e\x43\xab\xbb\xd3\xd8\x6a\xb7\x13\x53\xa1\x55\xff\xa6\xef\x5c\x8c\x01\x98\xe4\x28\xae\x2f\x38\xf6\x6a\x0b\x9d\xe5\x9a\x33\x60\x26\x47\x29\x2e\x85\x7d\x70\x29\xe8\x83\xeb\xe3\x09\x42\x53\xff\xa6\x23\xfd\xa9\xfd\x4d\x5b\xb5\x9a\x2d\xf7\xa2\x54\x3f\x40\x21\x47\xc8\xca\x0d\x28\x64\xf6\x91\x08\x61\xf5\xf2\xf0\x58\xc0\xb3\x3d\x3c\x16\x80\x42\x0e\xa9\x8c\x80\x42\x1e\x31\xab\x2a\xc1\xa6\x21\x9e\x61\x54\x3d\x1b\x89\x80\x8c\x1c\xe1\x0f\xe9\xb1\x74\xf7\x81\xcb\xb5\xae\x0c\x64\x64\x1e\xda\x62\x11\x46\x6f\xd8\xb3\xfd\xa6\x63\x66\xf8\x3b\x36\x5b\x4d\x03\x53\x86\x98\x8b\x50\xc8\xf1\x8c\x3e\xb8\x72\x3c\x89\xe8\x45\x71\x63\x5e\xa8\x42\x63\x81\x97\x58\xc3\x63\xc1\x68\x53\xd6\x69\x10\x53\x2f\x0f\x65\x45\x50\x3d\x3d\x5d\x77\x28\x2c\x35\xb5\x06\x38\xc9\x3c\x34\xdc\x08\xaa\x97\x87\x24\x06\x40\x93\x23\xaa\xcb\x84\x6b\xb5\xf8\x3b\x0c\xbe\x46\x0d\x30\xc9\x3c\xa4\x86\xdf\x72\x44\x86\x28\xc2\xcd\x87\x13\xe1\xc5\xe8\x2e\x14\xbd\xa8\x4e\xc3\x54\x64\x37\x1b\xde\x3e\xad\x18\xa0\x2d\x47\xb8\x69\xc1\x2e\x35\x51\x98\x0a\x4d\xe8\x4d\x57\x8c\xa6\x09\xd8\xcb\x3c\x92\x4b\x41\x27\xdc\x50\xba\x2c\xb5\x89\x13\x7b\x69\x3f\x20\xb0\x97\x79\xe4\xdf\x60\xd9\x00\x30\x73\x44\x71\x63\x38\x31\xa6\xd8\x25\x17\x0a\xee\x12\xcb\x12\xa6\x39\xa4\x7a\x11\xa6\x39\x8a\x29\x72\x97\x86\x82\x2e\x1b\x69\xe1\x37\x5d\x94\x62\x0b\x20\x38\xf3\xf0\x68\x73\x89\x48\x4d\xb8\xb9\x44\x3c\x67\x5c\x22\x6e\x19\xb0\xc3\x3e\x22\x02\xce\x39\xc2\x7c\x00\xec\xf0\x70\x8f\xb8\x5e\x3c\xa0\x5a\x2f\xce\x89\x1e\x79\xd0\x10\x3f\xcb\xb0\x2e\x80\x3b\xa7\xb1\x53\x37\x8f\xce\x97\x96\xd6\x2d\xfe\x55\x97\xe8\x58\x14\xdf\x7f\xe8\x4a\xec\x4d\x54\xe2\xdd\xc7\x29\x12\xce\xd2\x6a\x0a\x5e\x38\xb1\xc5\x87\x9e\xc5\xea\x0f\x61\x72\x90\xd6\x8f\xc8\x7c\x25\x75\x7f\x37\x90\x33\x44\xc1\x27\xd7\x5c\x3d\xcf\xd5\x43\x14\xce\xd5\x9a\x17\x46\xed\xb3\xea\xfe\xa1\x5b\xbd\xb9\x06\x60\xac\xbb\xcb\x44\x97\xb2\x4b\xa1\xd9\x44\xa5\x30\x10\x83\xcc\x89\x1f\xde\x3b\x0d\x17\x43\x37\xe3\x30\x85\x0e\x4a\x04\x01\xbb\x39\x8d\xe8\x03\x76\xb3\xa4\xe1\x42\xd1\xa5\x66\x0a\x5d\xd2\xca\x02\x78\x73\xfa\x04\xf0\x61\xb4\xf6\xe9\xea\xe1\xff\x9d\xae\x0f\x5d\xaa\x2e\x05\x5e\x46\x89\x00\x3e\xc4\xdd\xc2\x63\x88\x70\xed\x86\x09\x02\xd8\x39\x8d\x6a\xfb\xd0\x1d\x2f\x3b\xec\x47\x11\x2a\xa7\x13\xc1\xce\xc3\x1f\x62\x8f\x91\xb0\x02\xce\x73\x1a\xcf\xc8\x97\xb8\xa7\x1d\xa2\x08\x0c\x18\x59\xb2\x0b\x20\xd0\x69\x90\x1b\x02\x03\x96\x24\x9b\x20\x20\xa1\xc5\x0e\xc9\x0f\x5d\x97\x3a\x62\x02\xf6\x39\x0d\xa0\xfc\x90\x67\xb5\xe1\x7d\x18\xf7\xc1\xf5\xd1\x31\xef\xa6\x6d\xf2\x9a\x73\xc2\x31\x3f\x9c\xc6\x89\x51\x7d\x88\x4f\x62\xb8\x21\x21\xa1\xdd\x46\x60\xbc\xbd\x5d\xec\x0e\xfd\xe8\x81\x98\x27\xf1\xc5\x55\xe2\x62\xa9\x43\xb1\xad\x71\xd1\x3b\xce\xf5\x15\x17\x1f\x0c\x0c\x9e\x8e\xe3\xe2\x3b\xc2\x54\x0c\x03\x28\xd1\x60\x5c\x9d\x43\x6d\x50\x21\xea\x75\xa8\xcb\xdf\xc1\x25\xc9\x95\x18\x40\x89\x06\x71\xec\x87\x3a\x6c\xdb\xfd\x1d\x9f\x19\xa0\x42\x17\xc0\x85\x86\x4e\xea\x01\x5c\x68\xe1\x95\xd0\x43\xc1\x91\xca\xdd\x29\x80\x0b\x0d\x1d\xa3\x03\x6f\x61\x87\x8c\x2d\x01\xec\x67\x30\x36\xd1\xa1\xd0\xce\xe7\x3b\xb8\x4e\xb3\x3a\x8f\xc7\x81\xbb\x7b\x84\x40\x81\xf9\xba\xbe\x95\xcf\x71\xd1\x48\x19\x1a\x35\x78\x27\x09\xcd\x3f\x14\x8c\x94\xa1\xa1\x80\x91\x92\x97\xa0\x0f\xd5\x51\xc5\x14\x05\xde\x4b\xa6\xd0\x89\xa4\xa6\x81\xdb\xba\x3b\x21\x93\xa5\x3a\x01\x68\x7c\x7f\xbe\xc3\x60\x27\xb7\x85\x83\xad\xa1\x80\xdb\x9c\x91\x98\x7a\x20\x16\x61\x30\xbe\xd2\xa1\x32\x1f\x7c\x52\xa1\x0c\x46\x18\x2a\x14\x31\x9e\x65\x1d\x0f\xa0\x3d\x23\x7b\x26\x36\x59\xc6\x85\xa2\x13\x97\xc6\xd0\x8c\xa9\x76\x23\x56\x89\x74\x88\xb8\x74\x63\xc8\x43\xc3\xd7\xbf\xf8\x9a\xdd\x21\xd9\x0f\x27\x72\x6a\xfc\xe5\xe9\x87\x4e\x21\x01\x0c\x69\x64\xf5\x18\x18\xd2\xc8\x3c\x9e\x05\x50\xa3\x21\x9b\x4d\x20\x04\x61\xe8\x38\x18\x7c\xde\x5a\x20\xca\xe0\xf3\xd6\x53\xac\x07\xb8\x67\xe8\x10\x1b\x08\x41\x58\xe5\x0d\x08\x3e\x6f\x2d\xf0\x41\xf0\x79\x6b\x9d\x8f\x22\xf1\x7e\x76\x77\x1a\x1c\xe5\xdd\xa5\x04\xca\x6c\xa2\x16\xcf\x40\x2e\x94\x53\xea\xea\xe1\x51\x0e\xa7\xb1\xa1\x55\x14\x1b\xea\x62\xe0\x27\xef\x4a\x63\x74\x54\x77\x17\x6f\x28\x0a\x49\x1d\x7c\xb3\x5a\x27\xce\x00\xa2\x33\x84\xb0\x8c\xc4\x78\xa8\x5d\x03\xb3\x18\xa6\x7e\xa8\x4f\x0c\x88\x5a\x9d\x75\xa3\x18\x57\xf8\x02\xa5\x66\xe3\x45\x45\xf9\x54\x02\x20\xce\x74\x31\xac\xec\x21\x71\x6d\xb2\x6a\xb8\xe5\x33\xf4\x98\xea\xb4\x56\xf4\x29\xdd\xdd\x62\x1b\xa0\x3a\x43\x18\xad\xe0\x7b\xd6\x42\xb4\x06\x20\x9e\x21\x38\x57\x20\x22\x62\x95\x53\x2a\xf8\xd6\x35\xef\x62\x1e\x0a\x56\x7f\xb7\x06\xd1\xf5\xe5\xfa\x0a\x44\x4b\x4c\x23\x7b\xa6\x18\x1a\x67\xba\x31\xe4\x36\xf6\x9f\xaf\x54\xcb\x12\x13\x59\xc1\xf3\xd5\xe5\x4c\xd0\x46\x33\x85\x1b\x69\x9a\xe1\xac\x07\x7d\xb9\x47\x04\x10\x9f\x67\x90\x5d\x10\xbd\xc5\xdc\xcf\x82\xd1\x14\x2f\xa1\xf5\x03\x10\xd0\x34\x64\x09\x8d\xac\x68\xfa\x43\x45\xd1\xf7\x5d\x95\xc8\x6b\x68\xe5\x21\xe1\x9c\x6f\x2a\x17\xb7\x6c\xe5\xa9\x8d\x4c\x90\x47\x53\xcf\x42\x68\x08\x7f\xc8\x08\x38\xc3\x79\xc9\x14\xd3\x24\xc6\xd6\x3d\xa5\xe7\xbb\xf9\x4b\x35\xde\xe5\x62\x8b\x2f\x6e\x2c\x5d\x28\xea\xb6\xfc\xde\x43\x5f\x2a\xd6\x80\x04\x4d\xe6\xf5\x59\xcd\x8a\x1f\xab\x1e\x1a\x4f\x46\xf4\xed\x2a\x16\x0f\xb8\xd6\xfa\x6d\x70\xe9\x93\x95\xac\xef\x0f\xd9\x11\x53\x70\x89\x37\x57\x01\x97\x78\x73\x6b\x00\x57\x91\x7c\xe2\xb3\xd5\x02\x11\x04\x9f\xad\x1e\x49\xfb\x4a\x26\xcc\xa3\xea\x43\x39\xc4\x87\x06\x0b\x0e\x71\x5e\x41\x3a\x14\x66\xa4\xfb\x43\xdc\xf1\xf9\xff\x18\x3b\x97\xab\xe7\x79\x9e\x57\xb7\xb2\x4b\xb0\x25\xeb\x34\xf9\x7b\x91\xee\x24\xfd\x97\xb0\x57\x80\x0b\xf9\x86\xcf\x3b\xe4\xb2\xad\x93\x75\xa0\x48\x10\xcc\x66\xe6\x1c\xd6\xcf\xfa\x15\x64\xd0\xc0\xca\xcb\xdf\x26\xcc\x2b\x05\x7d\x24\xb9\x23\x42\x8a\x7e\x8f\xee\x85\x28\x40\x04\xbb\x9b\x18\x19\x9f\xc9\xee\x56\xed\xc3\xbe\x7e\x0f\xc5\xe7\xcf\x86\x46\x02\xeb\x95\x52\x95\xb1\x7a\xa5\x50\x66\x74\xca\x11\x03\xcf\x8c\x74\xf4\xea\x83\xf4\x52\x8d\x37\x92\xb2\x57\x8f\x14\x83\xfb\x1d\x91\xdc\x10\x93\x06\x2c\xb7\x95\xc6\x85\xfe\x95\x82\xb4\xdd\x4e\x36\x23\x12\x54\x5f\xac\x92\x4a\xb6\x07\x76\x0a\xe7\xab\xc6\x6d\xbe\x2a\xb9\x1f\x56\x1e\xca\xe1\xbe\xf2\xa5\xe3\xb9\xd2\xf8\xc5\xea\x63\x10\xb6\xb2\x21\xfc\x24\x63\x61\x32\x7a\x4a\x57\xfd\x6b\x02\xa9\x1e\xd0\xa7\x6a\x3c\xdf\x74\x6d\xdb\x38\x9b\x6a\xec\xf9\x9e\x91\x86\xf3\x46\xe6\x5d\x9c\xdb\x0c\x92\x03\xc0\x9d\xad\xf1\x2b\xea\x30\x29\xbf\x7a\x4c\xb9\x53\xd2\x0a\xc5\xb7\xce\xbc\xab\x70\xb4\x0c\x2f\x99\x1e\x50\xc7\xaa\x33\x3d\x70\x0c\x09\x44\xda\x7e\x03\x28\x07\x67\xcd\xd0\x1f\x66\x0d\xa5\xca\xc3\x89\x4d\x76\x09\x29\xda\x30\x9a\x2d\x21\x45\xef\x82\x4f\x7f\x55\x92\x42\x70\xbc\x18\x01\x5a\x80\x45\x2c\x21\x40\x1b\x46\x9f\xe5\x54\xd8\x05\x5c\xc4\x12\x04\xb4\x61\x68\x5f\x82\x80\x7e\x1f\x46\xb4\x47\x86\xbd\xc4\x99\xb1\x0b\x48\x8d\x25\xdc\x67\xc3\x90\xb8\x8c\xfb\x2c\xe0\x85\x96\x90\x9e\x5f\xb1\x21\x9a\x5a\x16\x95\xca\xe8\xce\x02\xb0\x67\x09\xdd\xf9\x15\x1f\xc4\xb7\xc5\x54\x2b\xb2\x0f\x0e\x24\x93\x41\x96\x27\xd5\x3a\xd1\xc9\x75\xe7\xa9\xb3\x99\xb3\x8b\x3a\x21\x76\x67\x83\x31\x1d\x64\x19\xec\x3e\x8f\xc1\x1a\xa3\xe5\xd3\x61\x91\x36\x2d\x23\x0d\x68\xd2\x32\x4b\x55\x9e\x99\xa5\x0a\x55\x52\x28\xcf\x46\x00\xce\x12\xca\xb3\x81\xd9\x5f\x0f\x10\xfe\x91\x26\xc8\xe8\x13\xed\xc2\xa8\xcf\x8a\xbb\x7f\x3d\x1b\x46\x2b\x5e\xde\xf0\x0c\xd0\x5e\x61\x3e\xa2\x4e\x8a\x23\x12\xce\xbe\xaf\xd4\x0c\x4b\x88\xd8\xfd\x25\x4d\xd2\xdc\xae\xdf\xfb\xda\x3f\xf7\x72\xe5\xe3\x6e\x51\x9b\x04\x20\x6d\xd1\xe8\x04\x20\x6d\x18\xb0\xd6\x13\xfe\xe5\xf4\x45\x69\x3f\x70\x4b\x2d\x01\x4a\x31\x5c\x2c\xe3\x49\xdb\xe2\xe4\x33\x87\x64\xcb\x68\x66\xde\xd3\x58\x13\x28\xe4\x59\xb3\x1b\x3c\xe5\x98\xf0\x0e\x41\xe9\x9e\x33\x69\x58\x12\x0c\xc0\x01\xaa\x82\x64\x68\x0a\xe3\x68\x9f\x3f\xe7\x83\x59\x23\xf1\xc1\x2f\xc1\x50\xef\xc9\x94\x10\xf0\xb4\x13\x2a\xb0\x44\x0c\xd9\x09\x07\x58\xcd\xe1\xc9\xcc\xa5\x66\x04\x00\xd3\xce\x49\xc0\xeb\xef\x99\x79\x10\x56\x1e\xca\x46\xf6\x20\x29\x06\x19\xe4\xc9\x52\xde\xef\x91\xc3\x49\xf8\xd1\x32\x38\x48\x9b\x91\xfc\xa8\x16\xcd\x36\x32\xc6\x5e\xf4\x8e\x25\x33\xb0\xd9\x46\x86\x4a\xd2\x6c\x23\x63\x3e\x0a\x4c\x7a\xc3\x93\xf4\x15\x65\x3a\xe8\x79\xf5\xa5\x57\xe9\xaf\x2e\x6f\x80\x70\x57\x23\x26\x94\xb3\x51\x10\xd1\xd9\xd2\x61\x5b\x00\x52\xe8\x96\x8d\x63\xe6\x4d\xdb\x38\x68\x9b\x0d\x00\x0c\xbe\x30\xa0\xb3\x65\xa0\xc8\x43\xc8\xbf\x6f\xbe\x85\x95\x7c\xf8\x72\xfd\x34\xc7\x17\x2f\xe6\x97\x80\x9e\x0f\xc0\xa4\x65\xa0\x27\x11\x17\x4b\x40\xcf\x67\xb2\xc3\x19\xe8\xf9\xa4\xa5\x24\x97\x9a\xf9\xd0\x50\x4a\x26\x98\xb0\x9d\x5f\x31\x2f\x5b\xa1\xcc\x80\x10\x93\x9c\xdf\x0a\xe4\x8d\x53\xbe\xdb\x43\xdf\xd9\xdb\x8d\xef\xbc\x3b\xbb\x79\xf7\x4e\x0a\x44\x72\x99\xd6\xb1\xe7\x48\xee\xe6\x25\x5a\xa8\x08\xc2\x7b\x62\xa8\x5d\xdd\xb9\x08\x7b\x4b\xb9\xcb\xc1\x7f\x29\xc8\xf4\x94\x77\xaa\xf1\xdf\xa5\x58\x5b\xb0\x50\x0a\xba\xc3\x44\xd8\x5b\x04\xe8\x5c\x39\xed\x9c\x1a\xbc\x44\x9d\x10\x82\xb3\xfd\xea\xd0\xb6\x59\x71\x61\xac\xee\x8c\xb0\x03\x41\x9e\x0f\x76\xb7\x6e\x7b\x6c\x8b\x24\x03\x65\x4b\x63\x64\xa5\xe0\xdc\x16\x67\xe3\xc2\x1f\xb8\xba\x73\x50\x70\x42\x19\xaa\x79\xdf\xe8\x56\x82\x6a\x8e\xdf\x77\x8a\xd8\x8e\x30\x9c\x55\x17\xc9\x8e\xf0\x14\x22\x87\x23\xb7\x7d\x53\x35\x02\x99\x5f\xdd\x96\xd3\x96\x67\xb2\x01\x72\x8b\x12\x2e\xb3\x62\x8f\x5c\x82\x65\xd6\x68\x0c\x86\x56\xf6\xc9\x26\x63\xa6\xc5\xbb\x73\x00\x76\x0e\xec\x3c\x9c\xde\x1c\xa9\x44\x7e\xad\x5f\x39\x72\xcb\xe7\x2f\xd9\x2d\x5f\xfe\x99\x96\xfc\xfb\xaa\x33\x82\xa5\x71\xb6\xf4\x65\xc6\x89\xa7\x8f\xc0\xa6\x35\x4c\xd9\xcc\x55\x4d\x88\xcb\x51\xa9\x71\x38\xde\xae\xe7\x4d\xed\x64\x14\x3a\x30\xf6\x2f\xa4\xb7\x46\x2a\x92\x36\x32\x56\xeb\x70\xdc\x05\x57\x1d\x73\x33\xf6\xc9\x44\x14\x37\xe3\x6c\x5c\x42\x04\x9a\x5c\x44\x49\x2e\x27\xd4\x6e\x85\xdf\x3d\xcc\x45\x84\xee\x32\xcc\xc0\x86\xc6\x61\x00\xe5\xdd\x6b\x44\xb6\xf5\x54\x62\x2d\xe2\x89\x88\x16\x41\x6b\x0d\xaf\x1c\xe9\x98\x54\x4e\x36\x25\xa7\xd1\xbe\xd8\x4c\x0c\xb5\x04\x36\xbf\x9c\x54\x9b\x1c\xdb\x5f\x51\x41\x7f\x29\xa4\x7f\xa7\x1f\x15\x10\x87\x81\x60\x0e\x59\x04\xc1\xa6\x50\x76\x94\x0a\xbb\xdf\x28\x46\x82\x49\xf6\xca\x1d\x03\x94\x64\x46\x0d\xa8\x52\xde\xac\x92\x28\x13\xa8\x12\x23\x21\xaf\x7c\x65\x8f\x13\x0e\xf2\xc6\xa4\xbf\x06\xd3\x8b\x56\x2a\x8b\x41\xcb\x44\xf0\x51\x98\xc1\x76\x02\xeb\x85\xf6\x2c\xe0\xe3\x8d\xed\x74\x91\xb3\x9a\xd9\xa5\x94\xd5\xbd\x71\x9e\x9b\x05\x32\x6b\x66\x2a\x76\xb8\x8d\x7c\x27\x94\x47\xcd\x9b\x5a\xa3\xac\x0a\xc1\x25\x7b\xa6\x85\xf1\x92\xad\xa7\x76\x75\xa2\xa6\x4c\x75\x62\xa4\x76\xaf\x91\x85\xe4\x4e\x14\x24\xe7\xf1\x8b\xa4\xbc\xe3\xe8\x08\xd3\x21\xf3\x68\xb7\xd3\x28\x0f\x34\x33\x41\x2d\x7b\xe6\xaf\x32\x62\xdf\x98\xb4\xd7\xcc\x14\x45\x6a\xa6\x37\x45\x9a\x9e\x1f\x79\x28\xc7\x3f\x2a\x92\x18\x21\xfb\xfa\x7d\x68\x78\xe1\xca\x97\xd2\x35\x52\xa3\x03\x32\xd2\xfb\x6d\xcd\x83\xfa\x85\xa6\xc3\x23\xb5\xa6\xb3\xa8\x5c\xe8\x0c\xce\x6c\x3d\xf3\x2b\x1c\x0a\xcf\xb6\x37\x85\xa7\xc3\x63\xb3\x9c\xe6\x7a\xf6\x7c\x37\x9d\x4f\x10\x49\x18\x8c\x92\x67\xde\x59\x52\xe1\x77\xfe\xae\xfc\x42\xa3\x4a\xf2\xb3\x8f\x61\x91\x9c\x2a\xd3\xb0\x92\x1e\x49\xed\xbe\x23\x49\x7f\x62\x7f\x16\x80\xb3\xaf\x8c\xb0\x26\x30\x1e\xce\x35\x0d\x2b\xc9\x90\x1a\x3a\x92\xbf\x6d\xe8\x08\x93\xdb\x29\xae\x0b\x13\x78\xd9\x7d\xcf\x88\x8a\x74\xb2\x14\x06\x46\xa4\x93\x37\x49\xde\xbf\xa2\x36\x3d\x26\xa9\x93\x5a\xd7\x9e\x42\x1d\x24\x48\x2f\x9c\xd5\xba\x30\x50\xcb\xba\xdd\xbf\x59\xf3\xbe\xaf\x1e\x57\x99\x4a\xe4\xec\x67\x9e\x0a\xd1\x79\xaf\x8b\x0b\xfc\xb2\x7f\x3f\x55\xda\xa3\x9f\x8e\x98\x99\x86\xc9\x2f\xfa\xca\xef\x2a\x6d\x88\x8a\x06\xc1\x8d\xb1\x96\x83\x38\x39\x65\x9d\xca\x7a\xf4\x7c\x29\x87\x21\xfa\xa4\x53\x59\x2f\x4e\xe7\x65\xd5\x8f\xdd\x51\x40\xcf\x32\x7a\xaa\xf8\xa8\x35\x48\x44\xaa\xa1\x15\x0b\xf7\x39\x16\xfa\x88\x70\x9f\x23\x16\x67\xa7\xb2\x7e\xa2\xc8\x08\xf9\x59\x88\x5b\x59\x4e\x65\x8d\x07\x6d\x39\x95\x35\xe1\x48\x6b\x99\xc6\x06\x62\x88\xb5\xec\x13\xed\xa9\x51\x4a\xe3\xc8\x33\x2b\x8d\x5c\x75\xc4\x73\x39\xb3\x31\x09\x24\x5a\x71\x0d\xad\xc5\x61\xce\x87\x8e\xee\x4c\xdb\xec\xf8\xcc\x7c\xf0\x05\x85\x8d\xc2\x20\xd1\x0e\x0d\xc7\x5a\xf6\x22\xad\xbc\x2a\x65\x97\x3d\x93\x9c\xd7\xe8\x84\x62\xc1\x5c\xc4\x7d\xaf\xe5\x60\xe6\xcc\x55\x07\x74\xae\x94\x29\x1f\x65\x7e\xb1\x03\x3a\x33\x19\x20\xc2\x4c\x87\xcd\x84\x89\x9e\x29\x24\xe8\xcc\xe6\xb7\x1d\x0c\xc7\xd6\x04\xbc\x13\x4c\xc1\x12\xbc\x73\x41\x40\xb0\x04\xe1\xac\xd1\x4f\xb7\x5d\x4f\xec\xf5\xdb\xae\xa7\x9a\x42\xe5\x7a\x62\xfd\x6d\xbb\x9e\xd8\xc1\x37\xa4\x6e\x1c\x7b\x4e\x6a\x5d\x52\xa8\x55\x4c\x0c\x42\x06\x7b\x8e\x45\x8f\x85\xef\x5c\x25\x4d\xb5\xbb\x89\x2d\x46\xf8\xce\xda\xd9\xb5\x85\xef\xac\xfd\xf7\x6c\x4a\x4a\xa1\xf2\x7f\xfc\xde\xdc\xce\x4e\x9e\x2a\x64\x3c\xff\x49\x32\x3a\xe3\x63\xd9\xd6\x38\x71\x6a\x28\x17\xf5\x8a\xda\xbc\x9d\x9f\x88\xf1\x36\x66\xf4\x77\xd6\x6d\xa7\x36\x63\x6a\x6c\x28\x58\xd9\xfe\x36\xe1\x40\x2b\x95\xc8\xf6\xd9\xf3\xee\xcb\x21\x77\x29\x48\xe6\xce\x9e\x5a\x6c\xb6\x65\x56\x6d\x8c\xf9\xa8\xe7\xdb\x04\x5f\x3d\x92\x83\x97\xd0\x4a\xb7\xa7\x67\xce\x74\x61\x45\x9f\xd8\x9c\x8d\x15\xbd\xa0\x66\x59\x02\x8b\xde\x2d\x5e\x8a\x4d\x36\xdd\x9f\xf8\xed\xdb\xcc\x10\xc9\xd8\x3f\x51\xca\xb7\xc3\x7f\xee\x9f\x78\x2c\xa6\x49\x2f\x8b\xa9\xe6\x6d\x31\x25\xe9\x14\x1e\x0c\xe1\xf1\xdd\xe8\x46\x79\x11\x48\xf4\x89\xaa\x28\x54\xe8\x13\xa5\x5a\xa8\xd0\x67\xf2\x9b\x8c\x0a\xbd\xef\x2b\xa2\x1b\x38\x91\x74\x1f\xbb\x7f\xe5\xbc\x3c\x2a\x79\xea\x89\xda\xc7\xbf\xf7\x6d\xe7\x91\xbe\x6f\xd4\x29\xe3\x3f\xef\x4c\x47\x91\x65\xb6\x38\x1d\x0e\x70\x63\xae\x8c\x02\x80\xb6\x98\x93\x05\xf2\x6c\xb8\xc9\x97\x28\x30\x1b\x80\xdb\x75\x50\x4f\x71\x02\x1d\xeb\xa3\xe9\xcb\x76\xc6\x3a\x06\x61\x3b\x5d\x22\xe7\x88\x99\x2b\x7f\xbb\xba\x98\x2b\x5b\xec\x09\xc2\x8a\x7e\x6f\x67\x79\xf8\x27\xfb\x0d\x4d\x37\x67\x21\x8f\x4c\x4d\x73\x5d\x79\xa6\x3b\x5f\x46\xda\xa0\x62\x96\x0e\xc0\xce\x91\x67\x02\x17\xb2\x3c\x04\xec\x2c\x04\x40\x2d\x81\x37\x0b\xbe\xff\x25\x48\x66\x25\x02\x66\x99\x8c\x32\x65\x1a\x92\x49\xbe\xb2\xaf\x28\x5f\x34\x43\x25\x72\xca\x15\x53\x8b\xc8\x29\x57\xcc\x30\x7f\xc6\xda\x15\x04\x7b\x00\x11\x04\x0c\x1e\x29\x43\x78\x5b\xce\x45\x73\x53\x76\x80\x85\xcb\xdc\x94\xed\x57\x9d\xb3\x95\xa5\x69\x8b\xfb\x37\x9f\xca\xb8\x52\x52\xac\x60\x72\xb1\x51\x38\xe1\xf1\x8c\x12\xf7\xe7\x1b\x6f\xcf\xab\xdf\xad\x32\xce\xd9\x3f\x52\xa2\x71\x36\x8a\x94\xb2\xc6\xa5\xae\xfc\xc6\x0b\x46\x92\xa5\xf4\xc6\x2b\x46\xd9\x3f\x65\xe0\xc8\xdd\x95\x5c\xc7\x37\x3f\xca\x6c\x96\x4f\x49\x37\xb7\x6d\xb2\x91\x86\xa6\x11\xcd\x31\x35\x2f\xad\x71\xee\xfb\x14\xa2\x3c\x2a\x0c\x8d\xf3\xe0\x33\xa4\xc2\x56\xb0\x29\x09\xe3\xd9\xef\xbc\x27\x8f\x22\xcb\x40\x10\xcf\x5c\x1c\xfe\xbc\xc9\xac\xf4\x46\x40\xe0\x3b\x6d\x3a\x0e\x3d\xa1\x4d\xd2\xe6\xee\xb4\x43\x57\x95\xfb\x57\xb7\x62\x4f\x9e\x54\xfe\xd2\x28\x20\xf8\x46\x95\x0a\x74\xa3\xc2\x0f\xea\x3c\xc7\xfd\x61\x80\x94\xe7\xb8\x57\xf6\x13\xa7\x39\x0e\x58\x41\x20\xce\x5e\x59\x74\x02\x71\xf6\x7a\xa7\x18\x59\x10\x51\x17\x05\xdb\xec\x30\xcd\x2c\xc1\x36\x7b\xfd\xd5\xf0\x92\xe4\xce\xbf\x6c\x81\x66\xad\x0a\x7e\xd9\x2b\x7b\xd2\xcb\x16\x67\xb4\xfa\x97\x0d\xce\x25\xdf\x2d\xb5\x65\x21\x6d\x7d\xd7\x90\x64\x2e\x47\x1f\x16\xfc\xb2\x43\x16\xb4\x5e\xde\x47\xee\x7c\xa7\x5b\x6e\xfa\x20\x55\x2d\x58\x05\x71\x5b\xde\x2d\x36\x78\xb3\x5b\x92\x2a\xeb\x2b\x5a\xe5\xca\x28\x6e\x1f\xa5\x34\xdc\x06\x93\x18\x26\x5f\x66\xc3\x9a\x79\xa8\xb5\xf4\x44\x7a\x3b\xab\x14\x8d\x75\x54\x43\x2a\x39\x4e\x5c\xc6\xc0\xe9\xe0\x02\xfa\xb5\xcc\x4c\xd9\xe6\x7f\xb0\x51\xbf\x1c\x00\xc1\x1a\x34\x89\x65\x9b\xa9\xc2\xfc\x13\x79\xa6\x2d\x61\xa5\x42\xdd\x22\xd9\x0d\xcd\x5a\x19\x13\x26\xac\x95\x2b\xdf\x69\xb1\xb6\xbc\xa9\xf3\x0b\xc5\xd9\x09\x8f\x21\xe6\x58\x4e\x78\xbc\x60\x83\x58\x6f\x5f\x8c\xd1\x31\x9d\xf1\xb8\xcd\xbc\xea\x8b\xf1\x42\x72\xb3\x3b\x92\x9b\x9d\x37\x15\x47\x80\x16\x6f\x38\x26\xa0\xad\xf5\x36\x5f\x1c\x7b\xde\xdb\x97\xdf\x99\x32\x15\xb7\x31\xf3\xa6\xb3\x3a\x31\x53\x9c\x1e\x19\x40\xd9\x7a\xfb\xf6\xbb\xf2\x4c\xb7\x5f\x2c\x9d\x6f\xdf\x7e\xd9\x37\x04\xce\xec\x30\x1e\xac\xb7\x6f\xbf\x4f\xde\x74\xb3\xa9\x5e\x5c\x5c\x6d\xa6\x06\xdd\xe7\xd9\x14\x9c\x2a\x39\x16\x17\x27\x47\x06\xb2\xb6\x9c\x1c\x19\x7c\xe0\x7a\x3b\x97\x20\x3b\xcb\x9b\x7c\xa2\x6c\x18\xe6\xc2\x9c\xb9\x36\xbd\x0d\x13\xce\xfe\xfb\xf6\x4d\x95\x5b\xc4\xdb\x37\xd5\x8c\xb7\x59\xae\x52\xac\x4f\xbf\x9c\x8c\x6f\xdf\x54\x5b\x5e\xd5\x4d\x35\xbd\x72\x00\x44\x7a\xe5\x9b\x6a\x7e\x94\xb6\x3a\xc2\x20\x97\x08\x2e\xfb\xca\xd8\xc8\xe6\x07\xa3\xda\x7a\xfb\x16\x9b\xd1\xf7\x2d\x96\xc3\xef\xed\x00\x88\x74\xd1\xe1\x36\xf1\xfc\x7d\x1c\xd7\xc0\xdf\xff\xd8\x25\xc1\x2e\x2e\x60\x65\xcf\x1d\xee\x63\x07\xc5\xc8\x77\x6e\x76\xde\x74\xb3\x23\xe9\x82\xdd\x53\xa6\x22\x35\x50\xc5\x05\x97\xec\x8b\x1b\xc5\xc7\x81\x0c\x3d\xdf\xc9\x9e\xc1\x8f\x12\x5c\xb2\xe7\x28\xfc\x78\xb6\x31\x13\x3f\x0b\x7e\x09\x24\x99\x05\x18\xec\x0f\xc4\xf7\x79\x66\xe2\x28\x6a\x58\xb6\x66\xd0\x16\x6d\x98\x2d\x97\x34\x73\x5d\x92\xdb\xf0\x2b\xaa\xdd\x6c\x3c\x1f\x18\xf3\x53\xce\xf6\xc1\x8c\xa4\x3e\xf5\x48\xea\x13\xa7\x87\x89\x30\x83\xfe\x31\x5e\x32\xc8\x18\xc1\x25\xfb\x4a\x7d\x36\x0c\x32\xa1\xcd\x7c\x99\x9b\xb6\x99\x2f\x41\x37\xaf\x8f\xad\x30\xac\xfb\x8f\xad\x30\x3d\xcf\x34\x49\x5a\x9e\x59\x81\xe0\x4f\xd8\x4c\x3d\x22\xa9\xd5\x4f\xea\x23\x1d\x27\x92\xfe\x04\x77\x69\x73\x64\xe6\x66\xef\x4c\xc9\x71\xda\x7d\x1c\xf7\xc3\x62\x36\x63\x26\x94\x2c\xeb\xe3\x69\x5f\x23\x55\x7b\x0f\x90\x44\x76\x96\xf1\x24\x03\xe1\x7f\xc0\xee\x7d\x6c\xbd\x69\x29\xc6\xdd\x65\x40\x1d\x14\x84\x2e\xf0\x71\x78\x1a\xd8\xf9\x65\xe6\xcd\xc5\x5a\x16\xac\xb2\xaf\x9e\x0f\xdf\x76\x74\xe4\x4b\x2f\x6d\x7d\xb8\x2f\x43\x33\x88\x3e\xd9\x4e\xdc\x4c\x82\xca\xaf\x48\xe8\xfc\x44\x74\x88\x5a\xc9\xb7\xc2\x87\xe0\x2d\xdb\x97\x71\x41\xd8\x82\xb7\xe0\x93\xdf\x16\xf2\xad\xe9\xe0\x3c\xc7\xb7\xf0\x93\x85\x50\xd2\x7d\x39\xee\x62\x45\x92\x19\x7d\xe4\x3b\xa9\x90\xbf\xef\xa6\xbe\xa3\x79\x8e\xad\x18\x91\xcc\xac\xbc\xf2\xa1\xc2\x5a\x66\x0a\x55\xb0\xce\xcc\xb3\xb7\xb7\xf7\x07\x51\x56\x9a\xc1\xab\x4a\x36\x58\x7d\x48\x6d\x01\x28\x8b\x39\x4d\xbf\x12\x27\x3f\xe5\xd8\xa4\xed\xe5\xb8\x85\xa0\x1c\x75\xd1\x1c\xeb\x8c\x8b\xb1\x32\x15\xe1\x4c\xa1\x0a\xc7\x49\x4b\x85\x46\xaf\x33\x6f\xba\xa5\x15\x49\x0c\x7b\x2b\x92\x1a\x3a\x69\xb6\x38\xe5\x6a\x9a\xe6\xc0\xa1\xd4\xa0\x08\x8d\x3a\x69\x0b\x6a\xe5\x4d\x85\xa6\x22\x5c\xf9\x53\xbe\x95\x64\xa4\x9c\x44\xfe\x57\x87\x86\x78\xe5\x4d\xb5\x74\x44\x92\x55\x2e\xbd\x77\xe0\x50\xfa\x6b\x28\xaf\x73\x6b\xf7\x2d\x58\x64\x21\xac\x78\x0b\x16\x59\xb0\xdc\xef\xdb\xa6\xc7\x99\x67\x32\x3d\x32\xfa\xa2\xd6\x1c\xf0\x94\xec\xdb\x96\x47\x5f\x2e\xf6\xed\xa8\xa2\x99\x52\x6c\x1e\xaf\x79\xe8\x3e\xa5\x7a\x85\xe4\x8c\xbc\xba\x7d\x10\x56\x44\x77\x2a\x75\xb8\x53\x17\x92\x7e\x86\xf7\xad\x7d\x9b\xee\xf0\xd7\x52\xcf\x1a\x5a\xea\xb8\xa2\xbc\x69\x7e\x6c\xa6\x82\x60\x99\x05\x7e\xdb\x7d\x9b\x0a\x31\x7d\xb2\x52\x80\x69\x63\xdf\x26\x23\x20\xc6\x6a\xdf\x0e\xc2\x25\x84\x70\xdf\x8e\x6e\xc4\x93\xbd\x6f\x87\x31\xa4\x05\x0e\x4e\xe8\x7c\x69\xc2\xc1\x0c\x80\x23\xce\x58\x53\x42\x34\x0e\xf6\xca\x7d\x3b\x98\x87\xd9\x2f\x44\x63\x01\x74\xb1\x6f\x33\x0c\x0e\xaa\x77\x30\x0f\x6b\x51\x88\xc6\xc1\x6e\xbc\x6f\xc7\x94\x65\xdc\x1c\xbd\x93\x31\x75\xf4\x43\xc6\x46\x9c\x82\x2b\xff\x4d\x91\x88\xb0\x30\x6d\x13\x5f\x12\xef\xbe\x45\x7c\x59\x30\x26\x6f\x81\x1d\x0b\x1c\x25\xbb\x38\x94\xe7\xf7\x26\xba\x4d\x8a\x91\xc3\x7f\x46\x52\x97\x18\x7e\xf3\x60\xb2\xa9\xef\x02\x01\xfa\x95\x87\xea\xd3\xfc\xb7\xa9\x63\x9b\x25\x93\x0b\xde\x16\x64\x32\x90\xff\x2d\xc4\x64\xbc\xd0\xbb\x98\x64\x70\xf0\xa6\x43\x7b\x1a\x9d\x72\x68\x0f\x13\xc5\x9c\x99\x8b\xc1\x17\x3e\xb2\x0c\x66\xad\x19\x34\x47\x6a\xd0\x26\xb9\xd2\x43\x83\x18\xf8\xbd\x46\x47\xb6\xeb\x8e\xe8\xa6\xa5\x7a\x35\x8d\xe9\x56\x6c\xbb\x66\x2e\x9a\x25\x13\x26\x9a\x2d\xfc\x63\xa0\xfa\xbb\x38\x60\x87\x7f\x5f\x1c\xb0\xc3\x0c\x12\x18\x72\x70\xfa\xec\xe2\x80\x9d\x5f\x29\xce\xfb\x79\xd3\x0b\x47\xec\x8c\xbc\x2a\xeb\xf4\x8c\xa4\xc1\xcf\xef\x56\x02\x1c\xc8\x3d\x76\xf1\x54\xef\xf4\x77\xbb\x13\xa9\xc2\x9d\x48\x0d\x9a\x5e\x9d\xee\x6e\x4f\x2f\xba\xab\xb4\xc1\x23\x65\x3a\xc2\x8d\x49\x5a\x58\x22\x94\xe2\x40\xde\x74\xe2\xbb\x60\x26\x7a\xfc\x86\x92\x33\xff\xd3\x7b\xab\xf3\xee\x7d\x45\xdd\x3f\xb0\xb2\x6e\xa3\x24\xc7\xe5\xcb\xf0\xae\x44\x80\xd3\x3a\xa3\x1d\x3b\x7e\xe8\x5d\x1d\x90\xc6\x9a\xad\xce\x58\xf9\x50\xb0\x88\x32\x27\x5c\x6a\x5b\xe0\xc7\x09\xe4\x6e\x8b\x28\x73\x12\x2c\xb0\x05\x85\xac\xdc\xa3\x77\x35\x7e\x0c\x94\xe2\x16\x14\xb2\x72\x91\xde\x30\x65\xb2\xdb\x0a\x18\x59\xb9\x10\x6f\x33\x65\x02\x73\xdf\x42\x42\xce\x9e\xc6\x88\x2c\xa3\xe7\x4d\x81\xd0\x89\x6a\xd8\xd5\x31\x3c\x23\xcf\x34\x74\x85\xda\x45\x15\x08\x89\xc1\xae\xa6\x0a\xe4\xf7\x0b\x22\x59\x81\x1a\x6d\x21\x24\x2b\x30\xa4\x2d\x48\x64\xe5\xc2\xbf\xab\xa1\x37\x19\x27\x9b\x83\x6e\xc6\x50\x3c\x99\x25\xed\x34\xea\x9c\x73\x47\x08\xc8\x8a\x31\x60\x57\xe3\x70\x56\xbe\xd3\xf0\xfe\x9e\xa9\x2d\xe9\xbb\x90\x37\x50\xf3\x6d\xc1\x1d\x27\x11\x24\xbb\xda\xa5\xc2\x42\x14\xd8\x71\x72\xa7\xdc\xd5\x1e\x95\x99\x52\xde\x2a\x33\xdf\x7d\x54\x26\x92\xc3\x1f\xd8\x14\xaa\x3d\x2a\x2c\x75\x41\x1d\x2b\x28\xdc\x5d\x1d\x96\xc3\x5e\x5a\x3d\x31\xf3\x37\x8f\x46\x97\x33\xb7\x3a\x2c\x67\x45\x12\x96\x68\xe6\x4d\xf7\x28\x35\x68\xc2\x64\xfa\xc8\xbd\x42\xd4\xc4\x36\x5f\x26\xf0\x96\x6d\xbe\xcc\x9e\x7f\xa4\x24\xc2\x50\x4b\x6e\xe1\x21\x6f\x92\x4d\x7d\x45\xab\x92\xd6\xb3\xf7\xe3\xb4\x76\x10\x31\x6e\xe3\x23\x87\xd3\x1f\x7e\x45\xfd\x0b\x76\x73\x91\x64\x56\x00\x69\xfb\xf1\xc4\x2f\x79\xa6\x7e\xfc\x87\x48\xf2\xfd\x38\xce\x0d\x2d\xcb\xb0\xca\x79\x5d\x11\xb7\x46\xee\x46\x3a\x92\x52\x87\x3d\x61\x79\x53\xab\xe2\x57\xbf\xfe\x62\x49\xbb\x15\x5c\xc5\x1e\x09\x81\x26\x47\xc2\xe3\x35\x82\xae\x6a\x3a\x4d\xcc\x67\x1b\x3a\x4d\x0e\x08\xd3\x69\xc2\xe7\xb8\x85\xb5\x9c\xc4\xb0\x6c\x61\x2b\x67\xb6\x4f\xe7\xda\x6e\xd9\xe9\x1f\x2e\x6e\xbf\xa7\xdb\x8c\xad\x29\x48\xfe\x3d\x3c\xa3\x5b\x40\xc7\x09\xb8\x76\x3f\xcc\x5b\xbe\xb4\x31\x00\xc4\xda\x36\xa5\x65\x94\xde\xc7\xd8\x9d\x87\x4e\x8a\x19\xb0\xb0\x83\x0b\x81\xb8\x08\x17\xdf\x02\x20\x2e\x82\xb2\xf7\xe3\xd0\x1c\x74\x97\xc7\xe9\x54\x31\x85\xef\xc7\xb1\x39\x6c\xa2\x8f\xdd\x7d\x0f\x63\xec\xd0\x9c\x4c\x15\x51\x61\x96\xdf\x77\x72\xa9\xcd\x48\x2f\x55\x91\x37\xdf\xce\xad\x92\x62\xd4\x0b\x46\xc3\xc4\x98\x85\xd9\x69\x62\x4c\x3c\xd3\x5b\xc4\x98\x0b\x78\xf3\x6e\x66\x77\x87\xe1\x6a\x8b\x26\x73\x01\x00\xda\xa6\xc9\x84\x39\x61\x37\xf2\xe0\x8d\x88\x8a\x8c\xfa\x95\xe3\x86\x17\x24\x35\x9c\xb6\x35\x07\x9e\xd9\x34\xb1\xcd\x85\x59\x52\x8a\x32\x93\x15\xce\xa5\x66\x7c\x19\x7f\xbc\x39\xf0\x8c\x65\xd3\x1c\x78\x96\x1e\xa2\x4a\x72\x1f\x6b\x56\x11\xd2\x6e\xa5\x26\x23\x9a\x7d\x37\x47\xa5\x71\x62\x37\xbb\x02\x7f\xdf\xb9\x13\x34\x4d\xf1\x92\xf8\x53\xb6\x40\x8f\x0b\xd0\xc0\x16\xe8\xb1\x82\x11\xde\x06\x3d\x02\xaf\xdb\xcd\x11\x6b\xa8\xe3\xe2\xcc\xac\xfd\x61\xf0\x37\x5b\x03\x7d\xda\x1e\x7d\xfa\xb4\xdd\x43\x7a\x8f\xd1\x8a\x75\x6a\x3e\xcd\xd2\xf2\xa1\xdc\xb2\x35\xd2\xf0\xc9\x4b\x53\x45\x99\xd9\xd3\x61\xa1\x8a\x60\xf6\xd9\x26\xd0\x84\x20\x60\x0b\x3c\x59\x7b\xba\xaf\x28\xa2\x92\x4e\x39\x82\xed\xc9\x33\x2f\xfe\x3c\x53\x17\xd1\x49\x9a\x23\x2b\xb9\x9c\x98\x4d\xb3\xa4\xc3\xc7\x4c\x2f\x19\x45\xbc\xe2\x2d\xef\x7a\x82\x45\x6a\xaa\x91\x3a\x04\xdb\x05\x61\xb6\x9b\x39\x62\x33\x52\x5e\x34\x28\x0f\x42\x60\x56\x28\xdc\xb6\xc9\x35\x4b\x7e\x86\x97\x10\xdb\xab\x01\x96\x1d\x68\xde\x16\x63\x66\xed\xac\x36\x31\x66\xae\x5c\x62\x0d\xaf\x9c\x17\x07\x61\x77\x44\x26\x2b\xba\x1b\x67\x84\x43\x69\x3b\xfb\x35\x60\x93\x2d\x46\xcc\xb5\xca\x7f\xd0\xa4\xbb\xe3\xdb\xf8\x53\x42\x57\xae\xdc\x4d\xc5\x8f\xb9\x30\xbe\xed\xee\xf9\x5e\xf3\xa6\x98\x47\xd3\x2b\xd1\xc2\x02\x1f\xda\xc2\x56\x2e\xcc\x6d\xbb\x83\x34\x62\x29\x76\x07\xbf\x71\xa6\x89\x29\x73\x61\x0b\xdb\xdd\xa9\x4a\x67\xaa\xff\x93\xcb\x3a\xc5\xa8\x4f\x4f\xbe\x73\x96\x5a\x36\x5f\x80\x98\xa8\x44\xdd\x6e\x71\xfe\xa2\x81\x98\x0f\xec\x5c\xbb\x3b\x35\x29\x17\x67\xc1\x32\x17\x06\xcd\xdd\x1d\x19\xd7\x52\xa8\x20\x7d\x9c\xf6\x82\x69\xae\xf5\x2b\xc5\xee\xf4\x54\xa8\x3e\x55\x7a\xb1\xdd\xa7\x7c\xe7\x3e\xe5\x3b\x85\xc9\x71\xbe\x74\x87\xc9\xad\xd4\xf7\xd6\x9b\x91\xe4\xf7\xcf\xff\x95\x8e\x02\x22\x6a\x77\xbb\xb7\xd0\x4a\x9c\x58\xbb\x57\x36\x86\x6e\x18\xf1\x93\x57\x15\x1c\x85\x52\xd4\xed\xef\x62\x66\x0a\xfa\xb9\xc0\x2b\xed\x6e\xbe\xd8\x99\x42\xdd\x25\x9a\xed\x20\xb9\x99\x37\xdd\x89\xd4\xa7\xa9\x57\x19\x6d\xa5\x8f\x07\xcd\xb9\xbb\x23\xe6\x6c\xf6\xdd\xe6\xd3\xec\x39\x87\x05\xee\x7c\x88\xc3\xd9\x02\x77\x2e\x0c\x6e\x5b\x74\x9a\x0f\x31\x25\x7b\xd8\xaf\x6a\x7b\xdf\x16\xd4\x73\x61\xc1\xdc\xc3\xae\x54\xb4\x30\xf1\x65\x2e\x0c\x75\x7b\x98\x1e\x79\xe6\x3b\xcd\xa7\x95\xef\x3c\xf6\xa9\xdd\x2b\x26\xb5\xab\xd9\xec\xc2\x82\x88\x3e\x04\x37\x6d\x43\x44\x1f\xd2\x5c\xec\xe1\x6c\x95\xa8\x99\x02\x85\x2e\x4c\xb4\xdb\xe9\xbb\x5b\xfe\xa1\x59\x36\xe7\x85\xaa\x37\xbc\x10\x58\xfa\x83\x6d\x99\xad\xd7\x60\xce\x0b\x7e\xa8\x6d\xa6\xcc\x0b\x16\xa6\x6d\xa6\xcc\x0b\x6a\xab\x3d\xcc\x5e\x0c\x9b\xd3\x36\x55\xe6\xd5\x52\x8f\xa6\x2a\x31\x78\xdb\x64\x98\x13\xda\xd5\x6d\xf6\xcb\xab\xe5\x97\x48\x15\xb9\x20\xb1\xdc\xc3\x81\x6e\xcc\xc8\xe1\x30\x4e\x68\xa2\xb6\x41\x9f\x17\x04\x53\x7b\x18\xdd\x01\x17\xd5\x1e\x8e\x66\x63\x81\x08\xf6\x79\x5f\xc0\x29\xf7\x30\x7e\x1d\x64\xe2\x76\x4a\xef\x0b\xc2\xab\x2d\xb2\xcc\x6f\xef\xf8\xa5\x66\x73\xc0\x82\xbc\x8d\x12\xed\x33\xbf\xd8\xe8\xf6\x96\xff\x7f\xdc\x81\xfc\xc8\xa3\x0e\x70\xb6\x8b\x2e\xf3\xdb\xe2\xbc\xfb\xb1\xe8\x6a\x8d\x1b\xbd\xa0\xeb\xda\x62\xcc\x7c\x88\xac\xdc\xd3\xcc\xc6\x6c\x77\xd3\xb6\x58\x5c\xfb\x5b\x38\xd2\x6f\xa5\x11\x85\xd5\x67\x5e\x1b\x48\x7a\xc1\xed\xb5\x8d\x24\xbd\x00\x81\x6e\x41\x49\xbf\xcd\xef\x88\xcb\x4f\xff\x9d\x5b\x60\x0b\x69\xfa\x10\x9b\xbb\x27\xa0\x3d\x4e\x39\xa0\xa6\x24\xb2\xd8\xd3\x8c\xc9\xd0\xcb\x6f\xc3\x4b\x2f\xa0\xb6\x5b\x88\xd2\x87\xf0\x81\x3d\x1d\x19\xca\x70\x1b\x43\x7a\x41\x70\xb6\x0d\x22\xbd\xa0\x66\xdb\xa6\xef\xbc\x80\xd7\xee\x49\xa4\x68\x6a\x75\xa4\x28\xd0\xf6\x3d\x1d\x29\x3a\x22\xd9\x53\xfb\xe4\x5d\xff\xc7\x2b\xa2\xa1\xb2\xfc\x2a\xa7\x28\xbf\x08\xa6\xda\xd3\xa1\xa3\x23\x0d\x56\x3c\x31\xca\x9d\x01\xa9\x17\x24\x77\x7b\x3a\x4b\x35\xfa\xdc\x74\xe2\x55\x4e\x7b\x83\x4e\x2f\x68\x43\xf6\x64\x19\xb1\xc5\x4f\x96\xd1\x95\x97\x0d\xe2\x49\x67\xb4\x8e\x56\xac\xd8\xd3\xcc\x7a\x7d\xa6\x56\x85\x11\x13\x47\xbd\x8d\x4b\x6d\x80\xa7\xb7\xf0\xa5\xf7\x7d\xe7\xa7\xdb\x9f\x9c\xb3\x6c\x9a\x09\xf9\xfe\x89\xdf\xd9\x34\xd3\x46\xa0\x4e\xd4\x6a\xa8\x53\xfe\xaa\xe2\x9a\xe7\x9d\x37\x8d\x74\xca\x3f\x76\xd8\x07\xd8\x83\x2d\x02\xd1\x67\x66\x02\x83\x7b\x62\x11\x99\x41\xf4\x86\x14\x73\x9b\x42\xf4\x22\x08\x60\x9b\x43\xf4\xce\x79\xba\x26\xde\x97\x8a\x28\x54\x14\xeb\x6f\x11\x21\x32\x23\x2a\xd6\x00\x6c\xc4\x5e\x46\x49\x31\xa2\x82\xaf\x3e\xf3\x57\xe9\x72\x93\xf2\xf0\xe8\x61\x3e\x34\x07\x20\x1d\x5f\x00\x9f\xd8\x67\x97\xe3\x46\x63\x74\x59\x8b\xf6\xf2\x2d\xb4\x78\x69\xaf\xdc\x78\x0f\x0c\x55\x5b\x69\xd5\xbf\xdf\xe6\x69\x73\x83\x69\xbf\xe3\x4a\xc1\x84\x6c\x63\x58\x9f\xb8\x12\x44\x55\xfa\xcc\x3b\x92\xff\x4d\x47\x32\x0c\x8d\xdf\xb8\x16\x3f\x27\xb5\x1a\x86\x96\xfe\x98\x61\x19\xb0\xc9\x76\x16\x76\xd2\x84\x6d\xe3\x58\x6f\x60\xf9\xdb\x59\xd8\x67\x0a\x12\x04\x70\xb2\x9b\x1b\xc7\x3a\xf1\x24\xef\xb5\xe9\x1b\x9d\x21\x7d\x7f\x5a\xe8\xb4\xc3\x77\xc6\xc5\x7c\xcb\x77\x7e\x3a\xb3\x9f\x23\xc6\x29\xdc\xef\x4c\x68\x52\xb8\xc3\x9b\xba\x85\x6d\x7d\xe6\xef\x5d\x77\x2e\x53\x62\xf3\xb3\xf8\xb1\x76\xec\xc5\x5e\xba\x0e\x57\x0e\xbe\x75\x70\xca\x9d\x0e\x39\x42\xe0\xfa\x89\xef\xff\xfb\x7f\x8d\x08\x9b\x6d\x1e\xd2\x3b\xd7\x33\x21\x4c\x5b\x4e\xfb\x9d\x40\xa6\x81\x58\x5c\xcd\x42\x74\x74\x2e\x1a\xab\xe0\xa8\x2d\xca\x87\xe1\xa8\x77\x6e\x5a\x49\xb7\x8e\x7a\x07\xa5\x68\xd4\x62\x73\x8a\x76\xf2\x10\xed\x6d\x70\x5f\x2e\x54\xdb\x09\x18\x7b\xfd\x77\x94\xcc\x36\x44\xf5\xce\xfe\xb8\x89\x08\x40\x05\x13\x62\xb5\x01\x54\xdc\xa6\x27\xbd\x73\xfd\x83\x9f\x34\xf7\x46\x13\x94\xde\xb9\xd5\x08\xc1\xda\xa2\xd6\x9a\xa1\xf4\xce\x0d\x04\x8a\xd2\x58\x50\x85\x61\x6d\x00\x17\x37\xc9\xdd\x33\xfc\x9b\xb0\x96\x96\x92\x1c\x6b\xfc\xe4\xa9\x62\x8d\x57\xca\xb5\x2f\x65\xa6\xc1\x74\x8e\xbf\xe3\x4c\xc7\xb9\xe9\x09\xe4\xda\xe2\x16\x10\xc8\xf5\xfb\x90\x4f\x1d\x57\xcd\x11\xa3\xd4\xf0\x8d\x60\xb6\xbd\x09\xab\x6e\x29\xc7\x7d\x63\x1d\x99\x36\xf5\xce\x2d\x6d\x3b\xae\x1a\x88\xd5\xde\xc4\x55\x3f\x29\xea\xb8\xaf\x79\x59\x90\xc8\xf4\x6d\x3b\x52\x39\x63\x68\xb0\xd0\xca\x0c\x31\x5a\x08\x46\xa0\xbd\x4d\x00\x9d\xbe\x19\xaf\xf8\x9b\x97\xf6\x4f\x5f\x25\x25\x4d\xbd\x1b\xc9\xd1\xa0\x33\xe5\x9a\xb8\x7c\xa6\xdc\xa3\x77\x53\x90\x9b\x84\xfa\x6e\x24\x6b\x8b\x19\x45\x6c\xa7\x0d\x62\xc3\x2d\xb6\xd3\x06\xe9\xe0\x36\xbd\x69\x89\x96\x7c\x60\xd3\xe5\xc2\x62\x7e\xd3\x92\x3b\x8a\xa1\xac\xc9\xc5\xb7\xcd\x70\xda\xa2\xd2\x1e\xcf\xfe\x98\x2f\xcd\x71\x5a\xe0\xa3\xd8\x87\xe8\xe9\x27\x4f\x1d\xf7\xc4\xef\x30\x7a\xb5\xc0\xbf\xb0\x0f\xf1\xd2\xfc\xca\x63\x02\xde\x27\x3d\xf8\x4e\xe9\x16\x85\xf1\x18\x7c\x11\xe7\x37\xdc\xa6\x51\x36\x4d\x6e\x5a\x60\xdf\xd8\x62\x37\x6d\xd1\x67\xc4\x6e\xda\x88\x7e\xdc\x66\x37\x2d\x24\x2c\xd8\x20\x5f\xd1\x77\x83\x7c\x65\xba\x9b\xfb\xb4\x40\xed\xb0\x8f\x31\x6b\x70\x8c\x6c\xa7\x7f\x2f\xb9\x31\x89\x19\xb5\x45\x37\x36\x30\xb6\x3c\xf9\x01\x01\xc6\xe6\xdd\x6d\x91\xf6\x9a\x9f\x1e\x6e\x8e\x6d\x64\x6c\xc7\x7a\x71\xcc\x56\x4f\xc4\xc3\x36\x36\xf6\xe7\xb4\x13\x21\xea\x9d\xe8\x84\xed\xac\xee\xf3\xe2\x20\x71\x22\xf7\xfa\xfb\x77\x90\xd2\x63\x17\x12\xd5\x69\x1b\xf9\x1b\x9a\x6b\x31\x6e\x99\xea\xb4\x46\x61\x11\x5c\xf6\x2b\x36\xc4\x62\xf1\x46\xac\x16\x2b\xe2\xa3\x92\xf2\xb0\x79\xfe\xe4\x53\x05\x71\xf3\xe3\x8c\x84\x4d\xe4\xe7\xfe\x23\xe3\x36\xd3\x47\x94\xa3\x2d\x13\x51\xb9\xd7\xef\x9a\xa9\x26\x28\xec\x6f\x41\x0a\x09\x7b\xd7\xdc\x11\x94\x80\xfd\x2b\x52\x6e\xb6\xa6\x3c\x55\x3c\x78\x4c\xde\x7f\x06\x24\x50\xa7\x0d\x0b\x94\xea\x6c\x5e\x58\xb5\x04\x68\xed\xfd\xba\xff\xbd\xb3\x3b\x75\x7b\x5c\x92\xf0\x9a\x32\x03\xcd\x6b\xfa\x5c\xa9\x5c\x5e\x6e\x76\x37\x81\x5a\xc7\xc3\x66\xfc\x67\x52\xc8\x15\x49\x5e\x40\x76\x45\xf3\x98\x3e\x9c\x0e\xf0\x98\xce\xdf\xab\x32\x4d\xa6\x17\xc7\x0e\x95\x7c\x68\x57\x0f\x8d\x51\x74\x07\x91\xcc\xfb\xcf\xee\x87\x92\xc6\xd8\x30\x1f\xc9\xb6\xb9\xbc\x29\xf7\x0a\xa5\xbc\x6c\xed\x65\x25\xbc\x6c\xed\xe5\xb7\x39\xa9\x7b\xf0\x0e\x2f\x9b\x77\xb9\x87\xbc\x1c\xf7\xc1\x89\x21\xcc\x6b\x05\x13\xbc\x85\x79\x5d\x71\xe3\x0b\xf3\xfa\xe4\xa8\x79\xd9\x04\xd0\x52\xa6\x58\x8a\x5a\xde\xb4\x09\x20\xa5\xc8\x72\xd1\xd2\x16\x5d\x2a\xd2\x32\x53\xe9\xa4\x65\xcb\x77\x5d\x34\xcc\xd7\x32\x57\x39\x07\xcb\x0b\xa5\xf1\xc9\xa7\x28\x8d\xf9\x16\xa5\x97\x26\x18\x7a\x08\xb5\xf7\x7e\x59\x4d\xcc\x58\x71\x86\xa6\x9b\x3a\x43\xef\x2b\x05\x99\x3a\x7e\xa5\x9a\x8f\x76\x71\x5e\x65\xff\x49\x67\x94\x10\x3e\x46\x8a\x97\xb3\x2c\xe6\x51\xfd\xbf\xff\x37\xd3\x56\xdb\xbf\x68\x9a\xce\xcb\x58\x58\x0d\xa5\x9d\x19\x55\x26\x26\xff\xc6\x2c\x37\x3d\x83\x25\x2f\x59\x36\x25\x21\x62\xbf\xf3\x8d\x1e\xfa\xb2\xff\xeb\xd3\xb1\xd2\x9f\x77\x7d\xe0\x45\x12\x54\x84\xd6\xe8\xb8\x1b\x51\x80\x04\x82\x5d\x69\x8d\x80\xd4\xf1\xc7\x82\x73\x65\x13\x14\x23\x69\x8f\x73\xef\x0d\xa5\x23\x53\xd3\xa9\xdb\x83\xa9\x78\x73\x77\x99\x48\xc2\xc2\x8d\x14\xa3\xdd\x92\xb5\x27\x12\xd2\xf1\x5c\x79\xb6\x84\xa1\x49\x29\x5b\x52\x45\xfa\x2e\x93\xeb\x27\x7d\x24\x79\x3d\xc3\x25\x9a\x32\xed\x79\xaa\x79\x26\x0f\x11\x17\x0f\x71\x89\x56\x22\x92\xf6\xdb\x7e\xa8\x9f\x24\xef\xec\xef\x3b\x2d\x60\x66\xe6\xdb\xac\x76\xec\x65\x6f\xac\x48\xfc\xf9\xb7\x79\x93\x08\x2b\xdd\x6f\x67\x0f\x62\x11\xbd\xb9\x0c\xa7\x01\x5c\x86\x6b\x9e\xfa\x3a\xc0\xfe\xfa\xb6\x4e\x9f\x3f\x2e\xfc\x6a\xbb\x33\x3a\x5b\x13\x93\xc3\xc2\xf8\xd5\x02\x93\xd2\x16\x62\xb5\x11\x4e\xbf\x8d\x58\xcd\x89\x24\x8c\xea\xbd\x32\x58\xc6\xe3\x8d\x3c\x1b\x1a\x64\xaa\x30\x79\x2d\x33\x4c\x69\xd6\x6b\xc9\x10\xd8\x31\x9a\x4e\x1e\x05\xec\xe3\x15\x33\xdd\x67\xef\xff\x86\x03\xee\x70\x81\xb2\x32\x3f\x56\xfb\xc9\x5d\xb8\x3f\x84\xf4\xd0\xc9\x8f\x51\xf7\xd1\x4a\x45\xe4\xf9\x3d\xaa\x1a\xa2\x41\x4e\x08\x7f\xea\x72\x24\x85\x30\xe4\x33\xa9\x14\x8c\x86\x93\xae\x93\x85\x6b\x1b\x7c\x0a\xf7\xd8\xfe\xd8\x13\xc5\xd9\xf3\x31\x84\x8f\x86\x2e\x0f\x5b\x3e\x23\x06\x07\xc9\x27\x4f\xde\xdc\xfa\x6b\xa9\x4e\x8d\x5c\x08\x72\x49\x42\xe7\xb6\x9d\x66\x3d\x3e\x52\xd1\x6f\xf6\x80\x43\x3e\x36\x5c\xfe\x5a\xa6\xad\x86\x54\x72\x5b\x60\xd3\xf1\x5c\x79\xd5\xc7\x12\x4d\x13\x62\x2f\x08\x0b\xc1\x4b\x07\xd1\x0f\x5b\x7c\x9b\xe3\xc1\xfa\xe3\xa4\xeb\x13\x3e\xd7\x2d\x9c\x68\x25\xe8\x6f\x9b\x54\x93\xd8\xc1\xfd\xb1\xf7\x92\xa3\xee\x43\x76\x7e\xb6\x97\x8f\x99\x04\x7b\x3e\x94\xc9\x37\x63\x88\x31\xd0\x03\x70\x2e\x6c\x1e\x1e\xd4\x63\x68\xe6\x45\x00\xf8\x31\x34\xf3\x22\x76\xe0\x18\x9a\x79\x93\x5a\xe0\x18\x9a\x79\x93\x48\xf3\x5c\x32\x07\xa2\xd4\x9c\x0b\x13\x88\x8f\xa7\x73\x7d\xe7\x51\x23\xfe\xec\x5c\x5c\x26\x7b\xde\x35\x51\xc0\xca\x53\x6b\xa7\x2d\xa2\x78\x6c\x00\x19\x1f\xf1\x67\x8e\xb4\x48\xce\xf0\x87\xc6\xcb\x17\xfe\xf0\x95\x31\xf2\x56\x2e\x8f\xc0\x9f\xa1\x00\x3d\x22\xcf\xec\xa4\xc3\x39\x97\x7d\x3a\x11\x14\x0c\xe3\x09\x7d\x8c\xf6\x24\xe8\xfc\x08\xec\x79\x3f\x2d\x9d\x50\x9c\x07\xf0\x86\x23\x78\xe7\xcd\x44\x3a\x4a\x87\x5e\x08\xf8\x3f\x62\xc4\x2c\x44\x99\x1c\xe3\x39\xc9\x25\x70\x84\xe7\x2c\xc4\x95\x1c\x61\x36\x83\x30\x3b\x97\x29\xb7\x17\x35\x6c\xaf\x7e\xca\x64\x3a\xd0\x6c\xc3\xe5\x51\x4c\x8e\xa9\x2d\x17\xdc\xb8\x47\xd4\x96\x0f\x97\xc7\x63\x0c\xa7\x6f\x78\xe7\x0a\x81\x4f\x3e\xec\x1a\x99\xbc\x69\x08\x67\x9a\x23\x3c\xc7\x93\x67\xba\x11\x61\xad\x3e\x57\x0e\xb1\xb4\xe7\x7c\xcb\xe9\xf4\xd1\xf8\x24\xfc\xe9\xe7\x32\x33\x71\x9e\x7d\xf4\xa6\x1f\xdd\x0e\x97\x8d\x20\x84\xca\x85\x50\xb4\x67\x0c\x24\xed\xa7\x3d\xcf\x94\x96\xc6\xbb\xcb\x11\x0e\xf3\x4e\x82\xf9\x23\x20\x66\xc8\xed\x8f\xf0\x94\x49\x59\x73\x84\xa7\xbc\x33\xdc\xa2\xb9\xec\x6c\xfd\xc7\x49\xcd\xef\xb4\xc5\xf6\x60\x7e\xf6\x6d\xfb\xef\x45\x99\xbe\x87\x01\xe7\x3c\x62\xbd\xbc\x89\x80\x38\x66\xbd\xec\xb0\xdd\x9c\xdb\xe6\xdf\x2b\x75\x38\x84\xea\xdf\x31\x35\xc7\x94\x98\x2b\xed\x96\x86\xc4\x74\xbe\x9d\x3b\x8f\xc9\x26\xf8\x66\x87\x89\xec\x38\x8f\x79\xad\xf4\x50\xd8\x76\xf2\xa9\x1c\xb3\x5e\x82\x87\x38\x22\xbd\x0c\x0a\xfb\x38\x8f\x39\xe1\xbf\x47\x18\xd0\xa4\x68\x3a\x22\xbd\xec\xc4\x3f\x1c\x93\x5e\x26\x50\xe6\x08\x20\x1a\xb2\xf9\x63\xd2\x4b\xf4\xc7\x23\xb8\x68\x27\x97\xf6\x11\x5c\xf4\x06\xe4\x70\x6e\xd3\x67\xa4\x42\x5b\x0f\xf2\x2b\x30\x1e\xa4\x46\x29\x5a\x25\xff\x50\x90\x75\xd2\x4d\x9e\xdb\x4e\x14\x42\x85\xcf\x6d\x53\x42\x06\x43\xb3\x12\xce\x97\x73\x1f\x58\xcd\x90\x7c\xeb\xcd\x9b\x1f\x73\xd1\x59\x2c\x56\xb5\x18\x9b\x62\x16\x36\x5a\x53\x3c\x31\xd9\x13\x8b\x29\xd9\xac\x12\x1f\x21\x46\x3b\xa9\xc4\x8f\xa9\x33\xd9\xcf\x4f\xb1\xfd\xe1\x49\x99\xfa\x33\xd6\x7c\x8e\x60\x9f\x9d\xcb\xca\x29\x0e\x6e\x2b\x29\x53\xbb\x23\xfb\xb7\x79\x32\x41\x55\x1c\xa5\x4a\xef\x04\xb4\x1e\x41\x42\x93\x92\xee\x14\x1b\x1a\xe8\xbc\x40\xa0\x37\x70\x88\x23\x10\x68\x07\x77\x77\x8a\xe9\x85\x98\xf9\xc5\x21\x72\x35\x6f\xba\xd5\x79\xa6\x19\xd4\xf2\xcc\x21\x79\xb4\xcc\x21\x72\x3f\x49\x5b\x3c\xf3\x50\xf8\xd0\x5e\x33\x12\xde\x48\x4b\x5a\xa6\xa1\xc7\xe9\x71\x04\x02\xbd\x1b\xf4\xeb\xa7\x70\x44\x66\xa0\xec\x8e\x18\x54\xe2\x44\x3f\x2b\xaf\xaa\xd8\x3b\xe5\xc8\x50\xc4\x2c\x35\x7b\x65\xfb\xf5\x58\x31\x18\x3d\xad\x3b\x04\xe2\x21\xe9\x0e\x44\x44\xf9\x71\x1e\x75\x58\x02\x8e\x30\x9b\xbd\x67\x88\xb5\x7b\x02\xf7\x3a\x4a\x9c\xde\x7b\x1a\x2e\x2b\x04\x50\xa8\x03\x80\x73\xa6\x14\xfd\xee\x9b\xdf\x26\x87\x06\x90\xba\x53\x1c\x05\xc7\x36\x5b\x7c\x03\x60\xa7\xa9\x9e\x96\x35\x92\x9a\xed\xab\xca\x11\xe3\x65\x07\x6a\x78\x84\x01\xed\x40\x29\x8f\x20\xa0\x37\x90\xc1\x03\x04\xd4\xaa\xf4\x11\x02\xb4\x63\x15\x38\x42\x80\x76\x94\xf5\x63\xfa\xcb\x1c\x07\xc6\x7c\x02\x12\x3c\x75\x12\x18\xd1\x11\xdd\xec\x82\xa4\x5f\x51\x23\x69\xc7\x00\x96\x75\xc4\x86\xd9\xb1\xc4\x1e\x41\x40\x3b\x6c\xce\x47\x10\xd0\x9e\x53\x4e\x10\xd0\x0e\x68\xed\x98\x19\x13\x80\xe6\xa9\x8e\x82\xe3\x54\xad\x24\x35\xa5\x17\x0e\x53\x5a\x29\x65\xf8\xe4\x42\x5a\xfa\x2e\x6f\x2a\xc4\x25\xe3\xeb\xe3\xff\x3f\x64\xfc\x3a\xd5\x7e\xbc\x95\x42\x3d\xa3\x19\x1a\x6b\x95\xac\x04\x21\x49\xef\x46\x2a\xfc\x53\x1d\x3f\xc7\xc6\x6e\x6e\x4d\x20\x7b\xa7\x32\xf7\x69\x37\x76\x98\x48\xc6\x61\xa5\x14\xcf\x35\x2a\x74\xa2\xac\x9e\x32\xd5\x43\x16\x3e\x39\xd4\xcb\xef\xe1\xd1\xca\x4f\xa1\x7f\x92\xf2\xaa\x7b\xc1\x00\x6f\xeb\xc6\xf9\xce\x13\x91\xdf\x24\xc8\x33\x01\xb7\xa7\x7a\xfd\x4c\xde\x3c\xfe\x69\x74\x89\xe5\xc3\x00\xfb\x22\x94\x69\x79\xdc\x50\x26\xb0\x43\x88\x88\xab\x3e\x8f\xc3\xec\x18\x60\xe1\x3e\x47\x0e\xe0\x07\x2f\x07\xd3\x54\xb0\xcf\xc1\xcd\xf4\x3c\xbe\xed\x32\xa4\x42\x7d\xde\x0f\xe1\x6c\xe7\xf1\xe5\xf7\x62\xe5\x0b\xf7\x39\x72\x92\x0a\xda\x39\x30\x2d\x1f\x41\x3b\x07\xd6\xbe\x23\x64\x67\x27\x4a\xe1\x08\xd9\x79\x43\x74\x7d\xcc\x9e\x99\x23\x48\xc8\xce\xf1\xdc\x69\xb8\xc2\x6f\x4b\x6a\xf8\xa8\x06\x6a\x17\x68\x1f\x6b\xe3\x11\xb2\xb3\x63\xb2\x38\x42\x76\x76\xf0\xee\x47\xd4\x98\x03\x03\xf3\x31\x33\x26\x8e\xc9\x23\xf4\xe6\x88\xfa\x21\xf0\x66\x27\x80\xe0\x3c\x4c\x6f\xda\xa9\xe9\x0d\xa2\xe4\x3c\xe6\x42\x5a\x91\xd4\xce\x5f\x5b\x14\x67\xc7\xd6\x22\x56\xcc\x11\x1d\x46\x2c\x98\xe3\x4a\x6f\xe5\x99\x68\x17\xa7\xaa\x79\x2f\x57\x86\x70\x33\xda\x29\x47\xed\x66\x7e\x3d\xb6\x16\xb2\x41\x9a\x12\x13\xfc\xd0\x11\x8e\xf4\x5e\xbf\x1a\xd5\xee\x12\xe9\x4f\xad\xa1\xdd\x8e\xbb\x63\x63\x35\xe7\x25\x00\x9e\x63\xca\x4b\x48\xfd\xce\xc3\x9e\x4f\xed\xc7\x98\xf9\x48\xbe\x84\x32\xf6\x0e\x37\x5d\x79\xa6\xf9\xc4\xe6\x69\x02\x4c\x80\x64\xc7\xf0\xd3\x95\x7f\x7d\x3c\x9b\xe8\x91\x0e\x00\x90\x4d\xc7\x04\x98\xe0\x70\xce\xe3\xc8\x3a\xb6\x52\xd3\x61\xc2\xae\x70\x1e\xc7\xd9\xcd\xb4\xc5\x7f\xc2\x35\x08\x6e\x3a\xa2\x95\x36\xe3\xfe\x19\x89\x66\x0b\x10\x1b\x8b\xa0\xa0\xf7\xc0\xce\x7d\x9a\xf7\x40\x0c\x4b\x47\x48\xcd\xf1\xd0\x1a\x33\x52\x56\x56\xa5\x90\x9a\x25\xda\x47\x73\xfc\x5b\x6e\x84\xe4\x37\x07\x11\x76\x84\xce\x1c\x64\x09\x3f\x42\x67\x0e\x28\x66\x8f\xd0\x99\x83\x74\xaf\x47\xe8\xcc\xf1\x30\xf7\x9a\x2f\xd3\x25\xcf\xda\xb7\xc6\xdf\x9b\xba\x20\x71\x20\x34\x5f\x9f\x53\x9f\xaf\xcf\xf5\xdf\x1c\xd8\x47\xd8\xcc\x12\xdd\x53\xd8\xcc\x02\x97\xc0\x11\x1a\xb3\xd4\x5f\xf5\x5a\xb0\x25\xcf\xde\x7a\xc6\x40\x79\x0a\x45\x3a\xee\x52\x24\xdd\xc1\xb2\xcf\x03\xc7\x84\x29\xe5\x08\x7f\x59\xa2\x8c\x09\x7f\x39\xf0\xa9\x1c\xe1\x2f\xc7\x93\x2e\xda\x02\x94\xa1\x51\xdc\x1c\xd6\x91\x23\xfc\x65\xa9\xbf\x2a\xb6\xbe\x4b\xfd\x47\x65\xa6\x94\x3f\xb5\x8d\xdf\xa6\xe0\x28\xbc\x06\x47\x99\xce\x07\xd4\x26\x47\xcc\x98\x83\xa4\xe8\x47\xb8\xcd\x81\xcb\xe6\x74\x8c\x43\x1c\xce\x42\x71\x8e\xe7\x27\xc9\xe8\x81\x02\x2f\xce\xcc\x81\x5f\xe8\x08\xd3\x59\x72\x47\x10\xa4\x73\x90\x04\xfe\x88\x30\xb3\x40\x9e\x70\xc4\x98\x59\xa0\x67\x38\xdd\x16\xc7\x92\xea\x3d\xf7\xf2\x9d\x3b\x98\x32\xfd\xd3\xd2\x6c\xff\xb4\x94\x29\x7e\xac\x95\x76\x7e\xac\x6c\x51\xcc\x72\x0f\x17\x92\x26\x22\xd3\x5b\x3c\x9b\xe3\xb9\xf3\x4c\xb7\x78\x96\x85\x70\xa1\x25\x8a\xb0\x70\xa1\x05\x96\x87\x63\xd2\xcd\x90\xa0\x1d\x93\x6e\x3e\xbf\x57\x3d\x4b\x69\x69\x18\x5e\x69\x2a\xd8\x63\x76\xa5\xee\x63\x3d\x47\x99\x20\x96\x25\x36\x15\x41\x2c\x67\x8e\x27\x41\x2c\x67\x36\x5e\x81\x2a\x0b\x4c\x3c\x47\xa0\xca\x02\x37\xd0\xe9\x60\x0f\x6a\xc4\xa2\x87\x7c\xa8\x58\x8f\xec\x9f\x82\x51\xce\xec\xed\x82\x51\x96\x99\x01\x50\x74\xc7\x95\x2e\x6b\x62\xce\xfc\x37\xb2\xf8\x8e\x54\x21\x3b\x06\x4b\x58\xa8\xca\x99\x33\x41\xa8\xca\x02\xf3\xf8\x11\xaa\x32\xd6\xc7\x23\x54\x65\x1c\xef\x47\xa8\xca\x32\x19\x46\xa1\x2a\x67\x36\x3b\xc1\x28\x7f\x47\xbe\x80\x93\x05\x63\xfb\x31\x63\x26\xb8\x8c\x23\x18\x65\xc1\xf3\x70\x94\x92\xbc\x64\x55\x2a\x25\x79\x50\x18\x47\x10\xcb\xdf\xf1\x24\x88\x65\x0c\xea\x47\x10\xcb\x02\x99\xd1\x11\xc4\xb2\x40\x3d\x7f\x04\xb1\x9c\x17\xeb\x69\xd8\x14\xce\xca\x33\xef\x66\x16\x90\x40\x95\x05\x2e\xa5\x23\xda\xcd\x02\x90\xe6\x08\x61\xf9\x9b\x08\x42\x58\x4e\x1c\x86\x47\x08\xcb\x79\x65\x24\x14\xd2\x44\xb8\xd7\x11\x07\xe7\xbc\x9e\x48\xfa\x2d\xec\x50\xc3\xe4\xc2\x1c\x02\xe2\xe7\x2c\xa0\x66\x8e\xe8\x39\xe3\x4c\x3e\xa2\xe3\x2c\x70\x4b\x1d\xb1\x71\x06\x36\x72\x44\xc6\x19\xe8\xca\x11\x82\xb3\xc0\x6c\x7f\x04\xe0\x0c\x3e\xf9\x88\x8d\x73\x5e\x4f\x24\xfd\x95\xeb\x3f\xe8\xcf\x42\x7a\x4e\x9c\x45\x47\x40\xcf\x32\xf3\x73\xb7\xbb\xc4\x8f\x50\x64\x54\xf4\xb0\xe1\x05\xc2\xf2\x15\xca\xb3\xcc\x5f\x29\xfa\x49\x35\x6f\x7a\xa2\xa5\x4b\xea\x2e\xc7\xc1\x60\x5b\x47\x3a\xfe\x65\x0c\xa8\x02\xf8\x66\x86\xe9\x78\xda\xd1\x16\x05\xf0\x91\x39\xe0\x0c\xaf\x9d\x5f\x29\x9e\x84\x91\xf4\xcb\x58\x2d\x02\x82\x96\x99\x9f\xab\x4d\x1d\x8c\xda\x11\xee\xb3\xcc\x4c\xf3\xe3\x69\x97\xef\xe4\x9a\x64\x1d\x0f\x2f\x9d\x9f\xf4\x36\x0d\x86\x9b\x3d\xbd\x5a\xa8\x1e\x76\xd0\x5c\x73\x84\xeb\x9c\x31\xbf\x1a\xd6\xd9\x32\xf3\xa6\x57\xcf\x95\x2f\x0d\x45\x62\x72\x43\xd8\x49\x94\xe2\x31\x4c\xf2\x37\xf9\x0c\x84\xfc\xad\x04\x01\x21\x2b\x41\x2d\x67\x7a\xf6\x31\xa7\x84\x83\xac\xb1\xf0\x08\x06\x39\x41\xd8\x9c\x69\x62\xa6\x9e\x52\xe4\x65\x65\x4e\x4d\x87\xde\xa1\xfa\x0a\xf5\x58\x63\xc2\x12\x0f\xe7\xec\x23\x6f\x2a\x10\x8f\xf3\x50\x34\x9c\x35\x86\x12\x21\x22\x6b\x6c\x4f\x02\x44\xd6\x92\xda\x45\x88\xdd\x47\xbe\x53\x10\x1b\x26\x60\xa3\x21\x7f\x13\x7c\x3a\x0b\xc1\xfd\xfb\x52\x7e\x64\x4e\x96\x69\x7b\x6d\x8b\xa4\x3e\x61\x26\x12\x65\xe7\xec\xe9\x21\x86\x7e\xea\xb0\x65\x97\x1b\x8a\x18\x3b\x67\xc7\x8e\x3d\x1d\xa6\x97\xf1\xd5\xd6\x0d\x60\xeb\x08\x4f\x59\x89\x92\x3a\x02\x50\xd6\x58\xde\xa6\xbd\xdf\x23\xdf\xc9\xfb\xdd\xf2\x4c\xad\x4e\x3b\xed\xe1\xc6\x72\x3b\xed\xe1\x66\xd4\x04\x90\x9c\xc0\xad\x8e\xf0\x91\x13\x2c\xd6\x11\x3c\xb2\x12\x27\x72\x84\x8e\xac\x44\x3e\x1d\xa1\x23\x67\x6c\xcc\x42\x3c\x4e\x20\x51\x47\x7c\x9d\xb5\xfc\x24\xb7\xa5\x23\x79\xcc\xf2\x9d\x5b\x96\x67\xe2\x3b\x27\xf8\xe2\x18\x0b\xd9\x63\x9d\x76\x9e\x75\x5c\xb1\xc7\x89\xd6\xc1\xac\x1e\x21\x21\x67\xc7\x82\x23\x20\x64\x8d\x39\x6d\xd9\x39\x89\xdd\x60\xd9\x39\x99\x1e\xc6\xc5\x94\x0f\x35\xc0\xbf\x0a\x97\x23\x90\xf3\x50\x81\x7f\x28\xed\x8b\xb9\x9e\xd6\x68\xae\xf7\xbc\x29\x2f\x5e\x4b\xdb\x3c\x2f\x22\x69\x5e\xf0\xd7\x04\x88\x9c\x3d\x63\xba\x3d\x2f\x1a\x92\x7a\x98\x1a\x3c\xf3\x99\xb3\x82\x43\xce\x3e\xf2\x4c\x3d\x1c\xf9\x4e\x61\x8f\xf3\x3f\xec\xd0\xcb\xd1\xaa\xcc\xfc\xc5\xb2\xe0\xb7\x29\x51\x1c\x61\x67\x67\x79\x19\xfc\x24\xfd\xb6\x74\xd0\x53\x9d\x29\xbb\x98\xdc\x8c\xa1\x27\xf7\x4f\xf2\xe4\xa6\x06\xf4\x92\x3c\xeb\xd6\xad\xf3\xd0\x2b\x36\x0f\xd5\x34\x2c\x66\x66\xf5\xec\x58\x89\x9c\xed\xbd\x13\xb6\x71\x36\xd7\x7f\x66\xdf\x76\x84\x33\x7b\x8b\x19\x38\x89\xbc\x3a\xdb\x24\x4f\xb0\x4b\x1c\x21\x1c\x57\x6e\x45\xc2\x30\xae\x5c\x12\xb6\x03\xed\x50\x70\x84\x60\xac\xe9\xa3\x20\x8b\x2b\xfa\x2d\x44\x9a\x23\xcf\xc6\xf7\x59\xda\x66\x22\x4d\xa6\xa9\x89\x34\x73\x45\x31\x22\x71\x90\x82\xe5\x6c\x3b\xc3\x57\x5e\x15\x2f\x3f\x73\x78\x3b\x7c\x6e\x44\x52\x43\xaf\x54\xe8\x86\x22\x29\xb6\x08\xc2\x8c\x63\xca\xcd\xdc\x97\x04\x46\xac\x99\xb3\x02\x23\xae\x98\x6f\x05\x46\x5c\xb9\xd9\x08\x8b\x58\xb3\x7b\x09\x8a\xb8\xa2\xdc\x0b\x89\x58\xfb\x8c\xa4\x10\xc0\x99\x37\x15\x1f\xc7\x5f\x13\xf9\xe6\x8a\xae\x2d\xf2\xcd\x9a\xb9\x2e\xee\xcd\x95\xbb\x9b\x30\x89\x0b\x50\xc2\x11\x24\x71\xe5\xb2\x28\x44\xe2\xca\xf5\x41\x88\xc4\x0a\x94\xe3\xec\x80\x85\x68\x8c\x73\xba\xb1\x64\xc4\xbb\xb9\x62\xcf\xda\x98\x6e\xd3\x6e\xb9\x5e\x01\x45\x1c\x81\x15\x6b\x4e\x0b\xd3\x6e\x4e\xb8\x9f\x8f\x72\xb8\xd7\x2c\x36\x41\x17\x17\x38\xcc\x23\xe4\xe2\xca\xc5\x4e\x14\x9c\x2b\xb7\x99\xe3\x30\x52\xf4\x0a\x65\x74\x5f\xd0\xe0\x9d\xe3\x48\xba\x1e\x49\x5d\xbc\x23\xb9\x8b\x37\x92\x7f\x45\x41\xd2\xaf\x40\xaf\x38\x86\x19\x8d\xbc\x29\x98\x11\xf7\x25\x81\x1d\x57\xdc\x95\xc2\x3a\xae\xdc\xe4\x8e\x23\xfb\x59\xf7\x42\x3a\x3e\xf7\xaf\xd5\xea\xdf\x9d\x67\x76\x3b\x47\x52\xff\xd0\x78\x04\x7a\x5c\xb9\xc6\x0a\xf3\x58\xb3\x41\x1d\xaf\x10\xd4\x8f\x03\x00\x20\x92\xfb\x47\x8f\x14\x9a\xd7\x7e\x6f\x0a\x46\xb5\x52\xc3\x54\x0d\xb4\xda\xbb\x33\x34\xb0\xc7\x89\xdf\xe7\xc5\x81\x74\xe0\xf4\x61\xe1\x09\x1c\xb9\x62\xfe\x38\x4e\x85\x34\x52\x92\x39\xa6\x2e\xb4\x8a\xe3\xdc\x70\x98\x86\x84\x59\x7c\x88\x9c\x38\x4a\xfd\xbe\xa0\x19\x39\x4a\xfd\xbe\x62\x42\x53\xea\xf7\xe7\xce\x50\x39\xcc\x8d\xf9\xad\x64\xef\x0f\xf1\x0c\x47\xbc\x9f\xcf\x7d\xfd\x9b\xcf\xfa\x1c\x07\xbd\xb1\x48\x8f\x83\xde\xd8\x85\x44\x11\x9a\xd8\xc0\x23\x48\xe4\x5a\x99\x43\x0e\x81\x9b\xf9\xce\x0e\xcb\x96\xd6\x18\x8e\x44\x2f\x1c\x76\x14\xc3\xeb\x71\x48\x5c\xe6\x8d\xb2\x73\x81\xd5\x3e\xca\xfe\xfe\x10\xdd\x71\xfe\xc0\x19\xf0\x23\xc5\x35\xfa\x10\x25\x70\x84\xa4\x7c\x60\x86\x3d\x02\x52\xae\xf5\x7b\xf3\xf1\x8e\x9d\x72\xd4\xc7\x95\x0f\xbb\x3e\x7c\x90\x14\xb9\xb8\xf2\xe6\x74\x53\xf3\xaa\x3a\x39\xf2\x50\xd8\x39\x16\x0a\x54\xa4\xb9\xb2\xfd\x11\x53\x74\xe7\xe9\xcb\x05\x55\x44\xfd\xc8\x15\x49\xbd\x64\x43\xfd\xd3\xdc\x05\x31\x72\x84\xd5\x7c\xee\x7c\xb7\xfc\x23\x29\x54\x73\x97\x40\x88\x63\x46\xd3\x9e\x2b\xb9\x71\x9c\x33\x53\x40\x94\xa6\x0b\xa4\xcb\xf9\xd3\xf4\x8c\x5d\xcf\x28\xce\x2b\x26\xe4\x3f\x67\x97\x8b\xcd\x51\xa0\xce\x27\xa8\x8b\x3f\xfc\xc4\x2c\x18\xf1\x96\x3e\x77\x7a\xa9\x88\x21\x22\x63\xce\x1f\x56\x89\x96\x87\x9e\x59\x29\xc7\x90\xa9\x27\x95\x68\xd8\x47\x4a\x5d\xaa\x92\x51\xff\xee\xf1\x0f\x21\x29\xe7\x4f\xf1\x12\x04\x48\x9c\x3f\xaf\x96\x2b\x35\x7a\xb5\xa4\x14\x0d\xf2\x48\xf5\x1a\x64\x0e\xbf\x3f\x87\x88\x62\x0a\x17\x58\xf4\x21\x7c\xe3\xfc\x79\xed\xb0\xa9\x0a\x2c\xfa\xdc\x19\x55\x42\x2e\xd0\x44\xa0\x44\x5d\x79\x68\x10\x48\x9e\xa9\x4b\x9c\xd9\x22\x48\x7d\x88\x62\x3a\x7f\x5e\x2d\x2b\xd5\x6f\x8f\x69\xda\xe6\xd5\x92\x87\xfa\x55\x33\xc5\xc0\xd2\x92\x72\xbc\x5a\x22\x29\xb6\x8b\x57\x95\x03\x7f\xc5\xca\xfb\x02\x94\x83\xd6\x6f\x2c\x69\x8c\xc5\xd0\xa9\xc2\xb5\x73\x5e\x9e\x9d\x1c\xbf\x2f\xe2\xdf\xf8\x8d\xaf\xc5\x22\x8c\xa8\x90\x31\xd6\x8b\xb1\x9e\x57\x4b\x41\xcb\x18\xba\x91\xa7\xc2\xd0\xa5\x52\xa3\x21\x60\xa0\x3c\x2f\xfc\x6b\x2d\x4f\x1d\x50\xd6\xf3\xe9\xd4\x36\xdd\x90\xb6\x3f\xa5\x85\x8a\x84\x26\xc0\xf3\xbc\x30\x27\xff\x1a\xe8\x68\xb8\x9e\x4f\x1d\x2e\xf4\x2b\xf7\xa3\x72\x19\x32\x4d\x75\x42\x1e\x8f\xb9\x54\xaf\x20\x77\x5e\xe0\x03\xb9\xc7\xbc\xc0\x07\x8e\x3c\x7d\xf4\x29\x2d\x52\x34\x34\x44\xdf\xe7\x45\x70\xdc\xc8\x97\x8e\x5b\x44\x2b\x33\x74\xf4\x8a\xff\xf9\x45\x90\x69\x4f\x23\x1c\xa3\xd9\xfe\x4d\x23\x72\x5e\x8e\x40\x65\x27\x7d\x99\x7b\x7c\xa5\x58\x77\x94\xd6\x1e\x77\x94\x41\x20\x1a\x95\xdb\xdb\xcb\x31\xd1\xe8\x54\x00\x54\x73\x06\x03\x50\x85\x61\xf4\xbc\x88\x46\x65\xb2\x0a\xa1\xfa\x10\x8c\x7a\x9c\x44\xbf\x45\xa7\x14\x46\xf5\x21\x2c\xf7\xbc\x88\x45\xe5\x68\x13\x51\xeb\x03\xdd\xf9\x11\x51\xeb\x77\x10\xd2\x22\xc7\xa2\x3e\x69\x83\x67\x24\x2a\x91\x30\xac\x2d\x4b\x2b\x18\xd6\x96\x87\xf4\x6d\x20\x7a\x0a\xde\x48\x4c\xc1\x82\xe8\xbf\x96\x2f\xdd\x35\x34\x79\x81\x5a\x1f\x82\xd0\xce\x9b\xd8\x53\x2e\x4b\x6f\xc7\x72\x40\x3a\x75\x4c\xe6\x7a\xc5\xb1\xfa\x76\x5a\x52\x18\x54\xcf\x9b\xf8\xd2\x27\x4d\x7a\x6b\x58\xdc\xf3\x37\xcb\x8b\x5d\xeb\xcd\x82\x42\x55\x78\xb3\xa0\x38\x9e\xdf\xc4\x9b\xf2\x6f\xde\xac\xa8\x91\x97\xf9\x55\x79\x79\xa8\x9e\x48\x2f\x9f\xd0\xf9\x94\x65\x41\xdf\x9d\x08\x2c\xe7\xa7\xf8\x59\x1f\x58\x84\xcf\xdb\x51\x74\x35\x92\xe3\x33\x59\x07\x6f\xa8\xab\x33\xde\x5a\x16\x13\x6b\xa8\x61\xb3\x37\xa9\xd8\x8f\x60\xb3\x0f\x6c\xc4\x47\xa8\xd9\x67\xd6\x7c\x68\xcc\x68\x8f\x08\xd8\x2f\xef\x3a\x86\x2e\x03\xec\xcc\x8d\x04\x11\x1d\x13\xc6\xde\xe4\x71\x3f\xe0\x6f\xef\xcc\x88\xed\xae\xb2\x1a\xdf\x84\xd8\x71\x8c\x1b\x81\x7b\x93\x06\xfc\x88\x42\xf6\x89\xf5\xf8\x4d\x2c\xea\x8c\x58\xf5\x90\x39\xe0\x1c\x64\x99\x2e\xa6\x2f\x8e\x33\x50\xf8\xdc\x07\x2e\xee\x63\xd6\xd8\xfb\xce\x8f\x72\x64\x2a\x06\xa8\x37\x24\xfc\x99\x01\x87\x3b\x63\x44\xf7\x8d\xb5\xfa\x86\x93\x3f\x13\xc2\xf6\x3b\xd8\xd8\xcf\x9b\xd8\x54\x16\x8a\x00\xbd\x0f\xc1\xe0\x47\x98\xdd\x07\x6e\xf6\xf3\x71\x72\x53\xd4\x57\xb1\xcc\x3e\x13\x5d\xe6\x03\x46\x93\x69\xf6\x99\x1c\xdd\x29\x15\xb0\xef\x44\xe4\xc7\xa5\x24\x07\x3f\x8e\x3c\x75\xe7\x7a\x6a\xf5\x8f\x6b\x11\x1d\x01\xf8\xfb\xd6\x9d\x63\x8b\xf8\x4c\xe6\x68\x44\x3a\x47\x23\x9d\xe3\x34\xfa\xa8\x39\x66\xef\xdc\x36\x95\xa0\xbf\x45\x6b\x10\xb4\xb7\x45\x6b\x30\xa9\x6c\x23\xec\xf9\x98\x55\xb6\x3d\x19\x34\x05\x3d\x45\x05\x35\xd6\xf7\xce\x5d\xc2\xbc\xb2\x77\xae\x47\x1f\x22\xf5\x98\x5a\x42\xfb\xb6\xa8\x43\x66\x96\xbd\x73\xab\xfd\x90\xe4\xb4\xff\x3b\xbc\xf1\x08\x0b\xdc\xa2\xe9\x7f\x08\xcd\x63\x15\x7d\x8c\x36\xcf\x65\xee\x43\x68\x5e\x86\x45\x99\x03\xa2\x23\x8a\x6d\xb6\x45\xd7\x15\xdb\x6c\x8b\xa2\xf3\x01\xa6\xde\x23\x0a\xa6\x8e\xbe\x24\x18\x71\x8b\x86\x24\x18\x71\xcb\x5e\x28\xba\xd9\x16\xf5\xf5\x73\xe8\x26\x1f\x1e\xfe\x03\x6d\xb7\xd1\x25\x87\x80\x88\x63\xef\x12\xad\x9d\x8c\xfc\x50\x6e\x1c\x21\x92\x5b\x6d\xa9\xf4\x38\x6f\x16\xed\x73\x3e\xd4\xff\x55\xab\x04\xa8\x2d\xd5\x98\x22\x5d\xfa\xc2\x98\x06\x28\x17\xeb\x49\x5f\x91\x0c\x5c\x37\xa2\x02\x1b\x0c\xfd\xfc\x8a\xcc\xf6\x89\xd8\xfc\x72\x41\x14\xf9\xbe\xf6\xd4\xaf\x44\xc0\x5f\xde\x5d\x7a\x98\x72\xb7\x3b\x17\x51\x21\x88\x2d\xe5\x98\xd2\xfd\x4a\x41\x0e\x03\x18\x96\xbe\x4a\x55\x33\xb5\xe6\x57\x72\xd6\x06\xe9\x16\x5f\xd1\xe1\x71\x0b\xc9\x58\xba\x4e\x25\xe6\x9b\x77\x66\x90\xaf\xf8\x9d\xe8\x26\x78\xf8\x4a\x0e\xee\x6b\xb4\x96\xe0\xbe\xbc\x7a\x24\xd1\x1e\x82\xfb\x7a\x6a\x71\x70\x5f\x3e\x7c\x7b\x85\x44\x54\xee\xd6\x9b\xb1\x26\xb6\xa6\x53\xe7\x36\x08\x33\xa3\xb9\xcd\x8e\x7f\x45\x74\x73\x1b\xd5\x6c\x35\xf7\xa6\xdf\xdb\xcd\xed\x11\x1d\xea\x37\x19\x06\x42\xfd\x3a\xe3\x69\xe6\xe4\xeb\x27\x3a\x13\xdc\xa0\x3b\x9a\xb0\x3d\x83\x44\xe4\xdf\xa0\xe7\x8a\xb2\xe8\xf9\x92\x38\xc0\x49\xad\x06\x91\x9a\x7b\xf1\x2b\x3a\xbd\xec\xa0\x11\x9e\xbf\x66\xd5\xfa\x8a\x0e\x4e\x1c\x74\x87\x28\xc1\x99\x92\xe9\x40\x5a\x71\x2c\xe6\xdb\x3f\x7f\x9b\x97\xdf\x6a\x14\xa3\xe8\xf9\x6c\x12\xd1\x31\x6f\xcf\x67\xd3\x86\x7e\x45\xf7\x67\x0e\xc4\xe2\x92\x26\xe2\x76\x4c\x61\x44\x19\x2a\xd6\xaf\x28\xe5\xb5\x6d\x29\xe9\x65\x3a\x73\x4a\x32\xc1\xb7\x33\xd9\x7e\x45\xc7\x49\x15\x24\x67\xae\x5d\x1d\xd1\x37\xa3\xde\x10\xa7\xde\xad\x48\xc4\x78\xa4\x5c\x12\x98\xe4\x53\x61\xe2\x9f\xb4\x70\x39\xe7\x6c\xa3\x85\xdf\xd9\xd6\x8c\x79\xf9\x4a\x1f\xc7\x2e\xf2\xae\x93\xeb\x3e\x2c\x39\xa3\x98\xab\xfd\xf2\x5f\x51\x4d\xcc\xfc\xbf\x15\xff\xbc\x58\x56\xb7\x36\x55\x1b\x25\xbe\x92\x92\xeb\xb6\xf4\xc6\xc9\x75\x1b\xf3\xe7\x86\xb1\x8b\xfd\xc4\xa0\xe7\x6a\x90\xe8\x57\x14\xa6\x80\x06\x9a\xcd\xa2\xff\x3b\xa7\xfa\xf7\x5d\x03\xa4\x32\xfa\xe6\xf4\xbe\x98\xf0\x24\xfb\xbf\x69\xa0\x70\xcf\xbf\x57\x9d\x1a\xb0\xd2\x4f\xcd\xca\xc7\xa1\x4b\x5f\x51\x8b\xec\xf7\xea\xb0\x4f\x2f\xa5\x1a\x6e\xcb\x9f\xb0\xcb\xdd\xb1\x1a\x5f\x51\x78\xdb\x27\x55\xbe\x3d\x55\x18\xdc\x43\xf3\xfc\xae\x11\xcc\x33\xab\xa8\x18\x2b\xfa\x44\x12\x56\x94\xff\x60\x08\xb3\x6d\xe2\x5f\x49\xd1\x9f\xcf\x8d\x24\xac\xe8\x53\x91\x94\xeb\xf4\xb9\xf2\x50\x7a\xf5\x95\x87\xc6\x0d\xcd\xd4\xa1\xe6\xfd\x5e\x75\xeb\x16\x55\x1a\xf4\xf9\x34\x24\xe3\x6f\x0b\x92\x1b\x17\x49\x8d\xab\xf9\xae\x39\x63\x0e\x92\x1b\xd7\x91\xa6\xa4\x3c\xd3\xd0\xb1\x81\x1b\xa9\xdc\x99\x96\xc2\x1f\x8f\x8b\xcd\xd4\xf9\xf9\x67\x49\x85\x82\x2d\x65\x3d\x3a\x3f\xff\x33\x38\x9b\xc4\x49\x7b\x9b\x63\xeb\x2b\x39\x09\x46\x46\xc7\xd8\x37\x5b\xe0\xbe\xa2\x43\x2b\x66\xca\x15\xb8\xb0\x30\x1e\x00\xdc\xf2\xaa\xe0\x84\x35\xcf\x94\x97\xae\xa6\x54\xcd\x42\x26\x8f\x51\xcd\x8b\x45\x2e\x50\xf3\xb8\x38\x23\x04\x6a\x1e\x17\xfb\xb3\x51\xcc\x86\x6d\x7d\x25\x01\xd5\x6e\xca\x34\x50\xad\x32\x00\xbe\x08\x8e\x34\x4d\x1b\xa1\x71\x2e\x5f\x49\xe6\xee\x2c\x77\x63\x95\x87\x83\xde\xbe\xa2\x0d\x1e\x1c\x18\x4a\xde\x3f\x2e\xce\x1a\xa7\xeb\x9f\x0e\xe8\xf8\x8a\xa4\x70\x7c\x10\x05\x0a\xaa\x79\x28\x18\x10\x7d\xae\x86\x01\xb5\xbc\x69\x93\xc1\x8c\x28\x1c\x10\x07\x82\x90\xc6\x23\x27\xaa\x80\xc6\xc5\xe8\xf8\x31\x2b\xd4\xf1\xcc\xc1\x6a\x1c\x10\x47\x7c\x35\x0e\xa8\xe5\x55\x01\x9d\x5a\xde\x14\xd0\xa9\x47\x12\xd4\x87\x35\x59\x4d\x1d\xcf\xd8\x55\x03\xe9\x98\x10\xc2\x16\x8f\x1c\x89\x02\x0c\x8f\x8c\x9c\x00\xc3\xe3\x61\xe0\xaa\x61\x74\x9c\xac\x95\x0b\x1d\x4b\xa7\x1a\x47\xc7\xe9\x52\x8d\xa3\xe3\x88\xae\xc6\xd1\xb1\x5d\x54\x87\x1d\x31\x39\xaa\x21\x41\xe9\xbd\x31\x0e\xa9\xde\x88\xdd\xeb\xc9\x43\xa1\x38\x32\x16\x76\xbd\xfd\x9e\xc9\xe3\x5f\x46\x1e\x0a\xd7\x90\xd6\x18\x21\xc4\x9a\x33\xff\xeb\x95\x6e\x18\xe5\x90\xa1\x31\x40\xe8\x89\x24\x8f\xe1\x4a\x29\x02\x36\xe5\x07\x8b\xf2\x7d\x66\x2a\x98\xef\xa1\xd7\xbc\x2a\x9c\x4a\xfb\xa7\x22\x3e\xe6\x63\x40\x04\xbf\xf4\x31\x7c\x88\x79\x62\x66\xd8\x8b\x1f\x1c\x8c\x30\xda\x8a\xa9\x61\x2f\x06\xd5\x24\xae\x57\xcf\xab\x6a\x2a\x7b\xe5\x03\x0e\xa8\x21\x09\xcb\xd4\x29\xc5\x38\xa0\x16\xc9\x23\x3c\x90\x3c\x6c\x91\xbe\x35\x0c\xb6\x31\x25\xaf\xaf\x05\xb5\xe4\x71\x26\x96\x3e\xf3\xaa\xdc\xc5\x93\x3e\x19\x28\xb1\x78\x66\x77\x71\xde\x34\x50\x02\x55\xe8\xb1\xbb\x98\x33\x50\x89\xeb\x67\x5f\x34\xcd\x0e\xe2\xf5\x20\xc9\x05\x3e\x22\xc9\x41\x8a\xca\x6c\x8c\x6e\x2b\x23\x1f\x5a\x3b\xf9\x95\x63\x6a\x28\x36\xee\xc7\x88\x87\xc5\xb8\x99\x98\x78\xd2\x2b\x71\xbf\x16\x34\xb1\xc7\x4e\xe1\xc5\x77\xc7\x4d\xa5\xe1\x81\x8f\x33\x38\xd2\xf0\xda\x33\xf3\x54\x3f\xee\xfe\x15\xeb\xb6\x33\x02\x9a\x71\x7d\xe5\x99\x4d\xfe\xf9\x57\x9a\x56\x38\x5d\xc6\x6c\x24\xac\xe0\x80\x30\x8f\x6b\x4e\x6c\xf3\xb8\x46\x01\x6a\x76\xc0\xb1\x3a\x4c\xe3\x9a\x2b\x86\x73\xd0\x83\xeb\xfd\x8a\xf2\x31\xae\xbc\x6a\x6f\x6f\x9e\x89\x58\x93\x15\xd0\x7c\x76\xae\x95\x3a\x8e\xea\x48\xfd\x72\x2a\xf2\xf3\x9a\x9d\x6e\x2d\x92\xe8\x51\x67\xbe\xf3\xce\x41\x9f\x9b\xbd\x6e\x2c\xeb\xe6\x9c\x2f\x8d\x5d\xd5\x0c\xb0\xd9\xab\xc4\x00\xbb\x6a\xcb\x33\xf5\x8a\x8d\x44\x94\xaf\x35\xbf\xa0\x81\x8a\x78\x22\xca\xef\xc6\x54\x16\x92\xb8\x66\x0e\x0a\x49\xbc\x72\x35\x6a\x76\x53\xaf\xb4\x46\xdd\xf8\x95\xa2\x6e\xac\x7c\x27\xdf\x21\xab\xb3\xd9\x4d\xcd\x3e\xd6\xec\xa6\xe6\x37\x9a\xe4\xb5\x3e\x79\xd3\x6e\x6a\x4a\xd9\xf6\x1d\x32\x16\x76\x53\x67\x80\xb7\xff\x0c\xff\xc2\x6e\xea\x95\x52\xe4\x87\xcf\x18\x6e\xf7\x28\xb5\xab\x47\x4f\xbe\x3b\x4e\xe0\x94\x0a\xdd\x41\xc6\xd0\x30\x08\x14\xfb\x66\x1f\x36\xdb\x6f\x23\x60\xe2\xca\x43\xf7\x82\x91\x71\xd6\x17\x47\x13\x7f\xc5\xc7\xf0\x51\x5a\x4e\xaa\xad\x0c\x95\xf9\x8f\x2b\xa7\xa1\xa0\xc4\xf7\xd3\xd9\x3d\xcc\xe5\x5a\xd1\x48\x9c\x3e\x7f\x8e\x92\x77\x1d\x99\x78\x47\x94\x62\x5f\x33\x5e\xe2\x51\xbb\x51\x42\x9a\x97\xcb\x60\x7d\x98\xeb\xf5\x8a\xba\x6b\xd0\xf0\x15\x5d\xa3\xdb\x8c\x6b\x88\xe0\x57\x94\x1f\xac\xfe\x13\x72\xf2\x7d\xd5\x41\x97\xdc\xc2\x9d\x77\xff\x8a\x06\xd1\x27\x41\x98\x03\xd1\x49\x16\x66\xaa\x71\x14\xe6\xb5\x10\xe5\x88\xaa\x79\xa8\xce\xcd\x92\x16\xfa\x50\x19\x29\xd8\x4e\x34\xf4\xa1\x4e\x90\x28\x7f\xa7\x93\x2b\x89\x1f\x20\xc4\xf0\x73\xb3\x8c\xbb\x9d\x7c\xa8\x47\x41\x05\x33\x93\x3a\x51\xa3\x68\x64\xe6\x8b\x9d\x51\x24\xc4\x17\xfb\xdc\x1c\x6c\x1d\x37\xc9\x4c\x2d\x58\xdc\xd3\x24\x5b\xa5\xd9\x03\x3a\x7e\x92\x99\x6a\x6d\x72\xff\x55\x2b\xf7\x41\x7e\x0e\xb4\x81\x5c\x5d\x3b\x8e\x12\x66\x69\x27\xb7\x7a\xc9\xd3\xea\xd8\x37\x86\x0d\x76\xce\x15\xd1\x36\xeb\x95\x92\x6d\x74\x67\x4d\x99\x39\xb6\x65\x10\x71\x9c\xb0\x15\x74\x1c\x27\xac\x38\x41\x99\x9f\x96\xff\x6c\x16\xc1\x75\x45\xb4\xcb\x20\x3f\xf6\xd0\x01\x3e\x95\x95\xb7\x65\x72\xe1\x0e\xe1\xda\x23\x6c\xf3\xb7\x1a\x6a\xc5\x1f\x92\x06\x3b\xf7\x6a\x63\x31\x77\x5f\xb6\xa2\xaf\x74\x0c\xbd\x69\xb1\x0d\xbd\x2d\x05\x6f\x1f\x6e\xf4\x15\xcb\xee\x4a\x49\x36\x7e\x66\x24\xe4\xe9\x9b\xec\x51\x1d\xc3\x2e\x7f\x56\x38\xe6\xaf\xd8\x10\x6d\x66\xa7\x77\x83\x28\x7a\x76\x9f\x81\xbd\x76\xe5\xa9\x88\xf8\x9e\x3c\xb4\x29\x3a\xe5\xda\x5a\xcb\x8f\x1d\x58\x6b\x99\x13\xa2\x81\x7d\x26\x47\xc1\xc0\x1c\xcb\x74\x32\x0f\xec\x64\x0f\x87\x07\xf6\x66\x53\x15\x66\xf9\x99\x9c\x77\x03\x46\x18\x66\x84\x60\xca\xcf\x64\x5b\x1b\x10\xc2\xcc\xbc\xeb\x01\x5d\x29\xd7\x03\x4a\xfb\xc4\x81\x3c\x39\x38\x87\x3d\x1c\xed\x8a\x28\x0b\x26\x1b\xd5\x30\x6b\x1a\x5b\xd1\x80\x35\x8d\xb5\x3b\xb0\xd4\xce\x3c\xb5\x09\x93\x0d\x50\x28\xe3\x76\x73\xe7\x10\xca\xb8\xe5\xcc\x17\x9b\x6c\xb3\xab\xfa\x2b\x61\x8a\xcd\xab\x4e\xf1\x37\x53\x8e\xac\xaf\x25\xd2\x4b\x12\xdd\xc4\xf8\x4a\x7b\xec\x93\xe8\x98\x6c\xcc\x25\x7b\x77\xf4\xb0\x11\x83\x2b\x9f\x1e\xd9\x8a\x6b\xde\x95\xa6\x7d\xb7\x3c\xec\xbe\x07\xe7\x53\x11\xca\xb0\x79\x98\x3b\xb6\xdc\x6c\xde\xc3\xa1\xcd\xf7\x9d\x77\x65\x60\xed\x29\xd7\x06\x56\x56\xa6\xe9\x60\xe7\xe2\xdd\x89\x81\x95\x05\x65\xe0\x70\x79\x46\x5e\xae\x7e\xda\x10\x9b\x9f\x3e\x88\x5d\x26\xcb\x7f\x72\x43\x7d\x5f\xb5\xf5\x70\xa4\x1a\xc7\xc3\x5e\xa9\x66\xfb\xe9\x8d\x68\x8b\x26\xf6\x1e\x91\xbc\xb6\x56\xf2\xe9\xdb\x4b\x71\x21\x2a\x7c\x78\x72\x26\xcf\x65\xeb\x21\xe5\xca\x42\x30\x72\xa0\x98\xd5\xf5\xc9\xdc\x31\xab\xeb\x13\xb5\x43\xe8\xe5\xbb\x5e\x25\x4f\x6d\x8b\x2b\x29\xd8\x4c\x61\x79\xf8\xf2\x43\xea\xb1\xf1\x2a\x5a\xa1\x90\xc8\x77\xcd\xe5\x52\x50\xe4\xfb\x67\x62\x30\x3b\xeb\x8c\xb2\x37\x31\x5f\x71\xe1\x36\x3b\x6b\xed\x3f\xf1\xfb\xdb\xb3\x83\x19\x8e\x5c\x63\x8f\x11\x1c\x79\x3c\x69\xc3\x91\x31\xab\xe5\x55\x0f\x13\x87\x8f\x40\xc6\xf7\xaa\x91\xb4\x2e\x38\x1d\xa7\xc3\x91\x68\x9d\xed\xfa\x57\x5e\xf4\x8d\x96\xb1\x16\xf6\x2d\x37\xe8\xe9\xf8\x23\x06\x84\x5b\x5b\x5e\x14\xd6\xa1\xe6\x99\x28\x1f\x58\x3d\x66\x5d\xfd\xd9\x54\x96\x23\x3b\xf9\xb9\xcb\x01\x47\x3d\xaf\x3e\x3e\x40\xf3\xaa\xd6\x2f\x0a\xac\x48\x56\x07\xbb\xdf\x32\x7d\xdf\x95\x17\x7d\xa3\xba\x91\x74\xa3\x62\x45\x2e\x03\xd3\xd0\xd9\x0c\x23\x6e\xb9\xd0\x09\x38\x5c\x07\x57\x18\x53\xa8\x5e\xd7\x9d\x87\x9e\x4c\xfc\x19\x81\x85\x9f\x18\xe1\x0d\x16\xfe\x5f\x3f\x30\xe6\xd3\xd4\xef\xcc\x1a\x4f\xaa\xdc\x6a\x5c\x5e\xd4\x20\xd2\xee\x65\xc3\x38\x47\xb7\xd9\x53\xa3\x47\x09\x2a\xdc\x6f\x26\xe0\x32\xf0\x87\x89\x6d\xee\xd4\xc2\x82\x5f\xe6\xe8\xe3\x5c\x13\x54\xf8\x2e\xec\x2a\x82\x0a\xf7\x68\xcc\xe6\x46\xed\xd7\xef\x55\x19\xa9\xae\x48\x32\x9a\xa5\x31\x4a\x85\x98\xd9\xb5\x1c\x84\xc9\x52\x11\xe4\x77\x5c\x25\x55\xd8\x2a\x45\x29\xb6\x4a\xb1\x8b\x2d\x07\x5a\xa2\xcc\x0b\xf2\x3b\x2e\xb6\x67\x53\xa4\x2e\xae\x04\xcb\x93\x92\xfd\x42\x88\xdf\x91\xfd\x41\x88\xdf\x91\xed\x61\x79\x8e\xfe\xbe\xd3\x44\xfc\x49\xbe\x93\xf3\x93\x6c\x3d\xc0\x3c\x24\x22\xd5\x5a\x50\x33\x44\xa4\x5a\x26\x03\x63\x1e\xd5\x5f\xd3\x9c\xc7\xbf\xcc\x3c\x6c\xfa\x83\x1d\xa9\x4b\x6a\x48\x66\x41\x63\x9c\x36\x33\x31\xc5\x08\x69\xc8\x68\x03\x29\xe6\xc7\x00\x29\xee\x69\xcd\xc7\x19\x14\x3d\x81\x9c\xc7\x3f\x9b\xbf\x58\x51\x57\xb6\xf7\x8d\x42\x4a\x6b\x98\xb3\xcc\x43\x71\xa2\x7e\x9b\x93\x2f\xad\x60\xff\x97\x1d\x5b\x58\xe5\xe7\x66\xc7\xd8\xe8\xb2\x25\x95\x9a\x01\x1b\x05\x68\xa3\xbd\xa2\xb6\x08\x9f\xfc\xc4\xcb\x64\x12\xd4\x59\x50\x99\x4d\x7b\x5a\x1e\x8e\x68\xd3\x9e\xb6\x92\x87\xa6\xd3\xe0\x80\xdc\x78\xa4\x38\x95\x85\x27\x6e\x83\x0b\xe5\x86\x5e\x92\xbd\xd1\xa9\xff\x6b\x54\x27\xa7\xfe\xaf\x39\x35\xc4\x73\x3a\x9e\x3c\x7b\x79\xab\xcc\xb3\xb7\xc8\x65\x18\x6b\x99\x2a\x32\xf0\x0a\x1a\xce\xfc\xd9\x24\x24\x60\x49\x6c\x2c\xf0\x34\x4e\x09\x8b\x73\xd9\x12\xbe\xb7\xe7\x4e\x77\x48\x8e\x71\x23\x89\x16\x85\xad\xeb\xf8\xc4\xed\x79\xd3\xeb\xf3\x41\x52\xff\x7b\xbe\x13\x33\x07\x9b\x85\xf0\xbd\x3d\x37\x61\x61\x78\x7b\x6f\xf9\x6e\x6b\x61\x2d\x24\xc5\xfc\xb7\xd4\xa0\x98\xff\x96\x67\x2f\x4f\xb4\x7c\x28\x3b\x3d\x5b\x8e\xb9\x4a\x3b\xff\xf1\xd8\x4c\xcf\xb4\x3b\xe6\x66\xe0\x5f\x1c\x1b\xe6\xd9\x55\x8f\x4d\xf1\x4c\xba\xe3\x2c\xb1\x6c\x94\xc7\x86\x79\xc6\x17\xa0\xee\x1d\xc9\x7b\x0c\x1d\x5c\x6e\x68\x6a\x97\x99\x9e\xcd\xdf\xb0\xdc\x1e\x33\xd9\x11\x1d\xd7\xc5\x1a\x38\xa2\xe3\xba\x50\xab\x94\xbb\x7f\x5c\x9c\x45\xe2\x24\x1d\x17\xca\xe4\x71\xd4\xf9\x13\x49\xa3\xc6\x3c\x15\xd4\x77\x5c\x9c\x91\xa2\x1c\x1d\x99\x97\xc7\x94\x4a\xe8\x11\x87\xad\x8a\xce\x3b\x9c\x37\xff\xc5\xe1\xbc\xf9\x9f\x6c\x55\x29\x53\xc7\xf7\xc8\x33\x9d\x04\xe9\x91\x82\x26\xb3\x4f\x0b\x77\x5b\x32\xb7\x8e\xc3\x79\xd1\x29\x8f\x37\x35\xda\xf2\xe7\x70\x5e\xd4\x37\xc1\x6e\xc7\xc3\xd1\x47\x8a\xff\xec\x78\x20\x6d\x63\xa2\x14\x9a\x76\x5e\x23\xef\xca\x96\x4b\xdb\xfe\x1c\x1a\xf9\x2b\xd5\x9b\xda\x42\xfa\xfb\x4a\x25\xdf\xb9\x35\x6e\xdb\x9f\x9d\x92\xf1\x84\xfd\x29\x4a\xe7\x62\x17\x17\x78\x76\x0e\xce\x6c\x81\x67\x4b\x2e\x4d\x02\xc8\x96\x28\x75\x7f\xb6\x97\xa2\x15\x08\x1e\x3b\x73\x47\x55\xc6\xff\x92\x5b\x90\x13\xfe\x4f\x06\x4a\xd0\xd9\x32\x9f\xbc\x29\x6b\x6d\x4f\x7d\x3a\x19\xf8\x69\xc2\xc6\xce\xc1\x02\x15\x36\x76\x0e\xd4\x8e\x3f\xc7\x8e\x71\x43\x13\x18\x76\x8e\x3b\xdf\x0d\x49\x79\x36\x75\x6a\xd4\x88\x0a\x28\xe1\xe2\xf7\xe7\x0c\xee\xa3\xa4\xd4\xe3\x13\x86\x4e\x39\x57\x56\xbd\xf2\xf2\x4b\xe5\xfe\x13\x49\xf8\x7d\xd5\x8a\x1e\x13\x5c\x68\xd9\x39\xd8\xa2\x84\x96\x9d\x83\xf5\x2c\xb4\xec\x1c\x77\xde\x74\x2f\x19\x2b\x47\x93\xcd\x3c\xd3\x11\x87\xe6\xf3\x67\xc3\xea\xcc\x9b\x43\x4a\x52\x24\x9b\x61\x5a\x3e\x5c\xde\x4f\xe8\x87\x32\x06\xd5\x1e\x49\x76\xcd\x9e\x57\x75\x1a\xf6\x94\xf3\x56\xa9\x79\xf3\x23\xc9\x6f\x1a\x1e\x5b\x39\xb7\x0d\x8f\x9d\x37\x55\x98\x78\xb5\xb2\x45\x0b\x2c\xfb\x3d\xa7\x2a\xa2\x8d\x4f\x13\xa9\xa9\xd4\xbc\x3a\xed\xbf\x2c\x88\x8a\x82\x60\x92\x99\x6c\xb5\xf6\x7c\x68\x18\x7c\x49\x95\x46\x88\x97\x14\x24\x54\xe0\x9d\x87\x1f\x73\x45\x53\x90\x2e\xd7\x77\x8d\x64\x53\x19\x8a\x13\x18\xdc\xf8\x45\x5f\x86\xfd\x31\xb7\x5e\x3e\x63\xe3\xdf\x7c\x99\x66\xac\xff\xca\xdd\x16\x69\xa1\x0d\x46\x9d\xf1\x03\x49\x1b\x27\x38\xf0\xd8\x68\xf5\xc0\x63\xa3\xda\x99\x1e\xf5\x2e\x29\x4a\x86\x9c\xd9\xf2\xee\xf2\x43\xfa\x6a\x34\x5f\xf9\x7d\x7a\xfc\x94\x46\x19\xcd\x57\x52\x8f\xb1\x47\x2c\x87\x17\x9c\x75\xec\x46\x42\xb2\xb6\xdc\x11\x04\x64\xfd\xde\x9b\xf9\x19\xb6\xdc\x5c\x33\x9f\x36\x5d\x68\xf9\xa9\xf6\x99\xdf\x19\xa7\xef\x7c\x6c\xd1\x9c\x4c\xbc\xda\x32\xc0\x82\x25\xb5\xfc\x37\xb1\x3d\xf7\x4c\x15\x50\x1c\x2b\x1f\xbe\x2c\xf2\x2f\x64\xf2\xac\xbf\x5f\xae\x4b\x74\x2d\xfc\x0c\xe3\x58\xe3\xdc\x32\x8e\xb5\xc6\xbc\x6b\x1c\x6b\x8d\xfd\xde\x64\xac\x35\xf6\xec\xb7\xb3\x12\xe6\xcb\xa6\x43\x66\x20\x89\xfa\x82\xbd\xec\xed\xc8\xf5\x27\xcf\xbc\xeb\x4d\xa4\xf5\x2d\xa4\x21\x6c\x29\x29\x91\xbe\xe7\xc8\xaf\x29\x7f\xbe\xec\xe7\x33\xdf\x21\x22\x7d\x0c\xa6\xa2\x9d\x3a\xd1\xa3\x72\xbe\x4d\x03\xf6\x7b\xa6\x21\xef\x79\x26\xf2\xb2\xd4\xa1\x79\xfa\xc4\xd3\xf8\x36\xa6\x3b\x8a\xd7\xdb\xd4\x48\x3d\x0f\x65\x48\xee\x33\x05\x7d\x9c\x21\xd0\x92\xf8\x37\x3b\x9b\x85\xa0\xab\x3d\x50\x1f\x41\x57\x7b\x4f\x1f\x95\xdd\x3d\x18\x21\x43\x55\x3b\x27\x90\x90\xaa\x3d\x3f\xd9\xfc\xae\x3d\x10\x2c\x43\x55\x3b\x33\xe7\xcd\x0d\x27\x15\xda\xc6\x97\x9f\x61\xf7\xd6\xef\x43\x29\x23\x3d\xcf\xdc\x29\x7a\xe1\x4b\x4d\x7e\x94\x5d\xed\xed\x9f\x54\xac\xdf\x57\xa5\xa8\x70\xe6\x09\x86\x3a\xe2\x22\x15\x0a\x75\x5c\x4f\xaa\x90\xd7\xe5\xf7\x4c\x4a\x0c\x0a\x9d\x20\xa9\xe3\x7a\x22\x91\x68\x9f\x31\x35\xb7\x4c\xa6\x94\x49\x42\x66\x2a\xd4\xb5\x2d\xbf\x58\xb4\x20\x71\x4a\x0a\x7f\x7a\x2f\x9e\x09\x71\x3a\xae\x1a\x49\xda\x16\xbf\xdf\x88\xd3\x15\x43\xda\xc7\x33\x1a\xc5\x45\xf8\xd3\x91\xeb\xc7\xc7\x74\x4b\x28\xb0\x1f\xd3\x2d\x3d\x29\x46\x07\xc7\xff\x44\xe1\x0e\x18\x1a\x13\xcd\x46\x53\x11\xf4\x74\x5c\x35\xc5\x08\x20\xf1\x2b\x54\x0a\x6c\x7e\x94\x81\xa7\x3f\xcd\xf0\xe3\xeb\x7e\x0c\x82\x1f\x7b\xfd\xb9\x40\x7c\xec\xf5\xe7\x92\x67\xee\xd9\x87\xcd\xe1\x63\xa8\xc9\xc3\xe5\xe2\x63\x3e\x26\x76\xa7\x8f\xaf\xf7\x33\xaf\x4a\xab\x5b\x79\x26\xad\x6e\xa5\x50\x8f\x7f\x4a\x11\x08\x00\x8b\xad\x00\xa9\x25\xde\x3a\x71\xd1\x96\x2c\x31\x73\xd1\xce\xbb\x47\x54\x74\x7f\xcc\x0b\x90\xd1\x62\xb8\xfe\x60\x6d\x62\x71\x7c\xcc\x3e\x3a\xf3\x6a\x37\x48\x85\xf1\x30\xbb\xce\x8c\xa4\x6b\xf5\x4a\x39\xee\x15\xe3\x6a\x02\x9d\xfc\x48\xeb\xc6\xbf\x52\xac\x9d\xe6\x3b\xf5\x23\x33\x47\xc6\x80\x1e\x90\xd0\xc7\xfe\xdc\x56\x23\xca\x0f\x9f\x41\x96\xd2\x71\xe5\x07\x18\x69\x80\x3e\x6c\xf4\xe9\xff\x26\x9d\xa1\x06\x33\x92\xac\x89\xd9\xba\x3e\xc6\x1a\x64\x3c\xec\xf9\x6d\x35\x95\xc8\x83\x9f\x6e\x99\x52\x21\x3f\xf2\x88\x24\x22\xbf\xc0\x8a\xb5\x7f\xd6\xba\x0c\x27\xf0\x50\x2d\xc1\x52\xa7\xb3\xa3\x7d\xa5\xe2\x7c\x34\x0d\x51\xaa\xac\x9b\xba\x2e\x63\x0d\x3c\x3b\xd6\x65\xb2\x05\xcf\xd6\x75\x99\xaa\xc4\xa3\xba\x2e\x6b\xe0\x33\xa5\xa8\x8b\x2b\x55\xf8\xe6\x90\xef\x44\xad\xf0\xa4\x69\x82\x28\xac\x94\xa2\x0e\xae\xd4\x2e\x73\x48\xa3\x14\xa9\x1f\x03\xe0\xe2\xba\x9c\x32\x08\x9f\xf4\x32\x78\x15\x98\xf9\x57\xb4\xbd\x2b\xad\x13\x09\xc9\x28\xb4\xce\x97\x3a\x7c\x9f\xcb\x70\xd5\x69\xd8\xf9\x57\x94\x8d\xab\xa4\x20\xc5\x90\xae\x48\x66\xd5\xfd\x7d\x29\x4d\xb7\xd2\x22\x81\x18\x46\x1a\xa4\x98\xf7\x51\x78\x53\x31\xc9\x25\x1d\xb3\x8e\x5e\x69\x9c\x62\xde\x47\xcd\x33\x69\xec\x19\x10\x43\x1a\x56\x4a\x51\x18\xff\x62\x20\x45\x2e\x32\xfe\x83\x73\x72\x09\xd3\x5a\xcd\x40\xfe\x95\x74\x07\x2a\x69\xa8\xef\x40\xe9\x84\xba\x54\xf2\xe6\x5b\x52\x1a\xa3\x78\xf8\xc5\x28\x5a\x59\x2f\x8c\x9a\x95\xf5\xc2\x5f\xb5\xb2\x5e\xf3\xa6\x42\xfc\x33\x19\xad\xac\x2f\x6a\x3f\xb6\x39\x8d\x14\xa3\xf0\x65\xec\xfd\xcb\xc8\xd6\x01\xbc\x66\x5d\xe6\x82\x98\x8c\x86\xd9\x26\xb9\x92\xad\xcb\x6a\x37\x5f\xde\x56\xbb\x7d\x97\x5b\x42\xae\x56\xae\x12\xeb\xb6\xd6\xed\x05\xb8\x44\xcf\x7b\x3f\xd3\xd7\xc5\x75\x1b\x15\x31\xf2\x50\x2e\x6b\x07\xd8\x7e\x45\xc5\x25\x7b\x95\xaf\x7b\x7a\x5d\xf7\xbc\xeb\x14\x27\x4f\x9e\x72\x28\x44\x34\xd1\xde\x9d\x16\xc9\x80\x36\xd3\x22\x19\xd0\x06\xb5\xd8\x46\x96\x06\x19\xec\xc0\x00\xdd\x84\x1f\xf8\x70\x59\xb7\xd1\x0e\x33\x0f\x7d\x47\x48\x31\x26\x1e\xb0\x4e\xb0\x6e\x47\xec\x8f\x7c\xb8\x34\x22\xa9\xc3\xc6\xf1\x89\x64\x2c\xdc\xca\x43\xdd\x6e\x6e\xfa\xb1\x3c\xcc\xf4\x79\xdb\x20\xde\xf8\x72\x9b\xd5\xad\xe4\xa9\xbd\xe9\x2c\x82\xdb\x61\x9b\x19\x10\x85\xec\x38\x8b\xd7\x57\xd2\x21\xd5\x7f\x0f\x6d\xb2\x63\x69\x19\x08\xdb\xb2\x83\x89\xfe\xf7\x01\x26\xbe\x6e\xc7\x6d\x3e\x79\xf5\x78\x5f\xa0\x9f\x49\xfa\x46\x5f\x14\xba\xe6\x2c\x10\x5f\xc9\x01\xa9\x95\xe1\xdb\xbe\xb8\xd1\x5a\xc5\xae\x39\x2d\xda\x57\xe2\xf2\xc3\xd8\xda\x77\x8b\x2d\x66\xdd\x87\x9b\x1b\x2d\x3a\x1c\x63\xb4\xc1\xbe\x5b\x8c\x3a\xcb\xb0\xd9\x01\x9e\x6b\x19\x1a\x7b\xf5\x8c\x19\xe9\xb4\x5a\x5a\xf1\xe7\xeb\x4e\xea\xf5\xdd\x28\xb3\x48\xbe\x0a\xdc\x2f\xcb\xc0\xd9\xbb\xf0\xa7\x44\x04\xfc\xa0\xcb\x2e\xc3\x68\x2f\x0c\x62\xab\x60\x24\xb6\xaa\xb5\x84\xa3\x7d\x00\x30\x2f\x93\xff\x5e\xa8\x9a\xcb\xec\xbf\x17\x56\xb0\x55\x8c\x65\xe8\xbf\x6a\x7c\xd5\xbb\x53\x92\xed\xa7\x0b\xc9\xe0\x85\x99\x77\x85\xfb\xc6\x72\xb1\x4c\xf3\x7b\x83\x50\x59\x46\xcf\xde\x25\x4d\xb4\xbf\xb6\xa4\x5a\x67\xf0\x28\x74\xbd\x2c\x87\xa3\xcc\xbc\xac\x8b\x1f\x4b\xd1\x98\x59\xe2\xc1\xbe\x22\x17\x3f\x86\xc2\x54\xa9\xf7\xaf\x60\xbb\x73\xd3\x88\x97\xa7\x30\x2d\x56\x56\xc3\xd9\xf3\xa5\xb2\xbe\x75\x9e\x39\xeb\x5b\x61\xcb\x29\xf6\xee\x96\x8c\x9a\x66\xbb\x53\x1a\x7f\x25\x5d\x0a\xcd\x69\xf8\x15\x9d\x05\x6b\x45\xb4\x77\xe8\x9f\xdc\xda\xdf\x57\x7d\x63\xa4\xed\x72\xb1\x71\x43\x5f\xc5\x41\x38\x9c\x81\xa6\x1f\xbe\x41\x11\x2d\x03\x75\x6f\x00\x4e\xab\x10\x86\xc3\x91\x64\x38\xee\x0d\x02\x68\x15\x6e\xbf\xbc\x8b\x27\x98\x43\xa9\xe0\x09\x66\x35\x16\x03\xdb\xb8\xb6\xae\xe2\xd0\x85\x3b\x73\x89\x0b\x6f\x49\xc1\xf6\xa5\xb2\xf1\x19\xbf\x5b\xee\x4c\x9e\xe3\xf4\xed\x99\xb3\x44\x32\xfc\x1a\xe5\xc8\x1c\x0e\x2e\x41\x76\x5b\x2b\x69\xa3\x03\x5d\x7e\x9f\x2a\xd0\x85\x15\x58\x09\xcc\x61\x56\x56\xfc\xc6\xfc\xe3\x6a\x2b\x36\x6e\xf0\x55\xa1\xc5\x66\x53\xad\xf8\x8d\x67\x5e\x36\x6d\xe6\xef\x65\x9b\xcd\x98\xd1\x42\xff\xb6\xc6\x3e\x50\xc9\xb5\xc5\x49\x03\xcf\x30\x66\xca\x25\x88\x6f\xeb\x69\x22\xde\xbc\x8b\x5a\x97\x83\x85\xf2\xee\x72\x86\x26\xca\xd5\x52\xa8\xc5\xd6\x9f\x25\xca\xe0\x36\xd8\x31\x4c\x19\x5c\x31\x7a\x2c\xa1\x7c\xbf\x22\xcd\xb7\xa3\xb8\xfc\xaa\x51\x72\x27\xfe\xa4\x39\x84\x2b\xd0\xde\x25\xd8\x2f\x78\xfe\x05\x4d\x70\x67\x04\xa5\xe2\x63\x09\x58\xd5\xc0\xb6\x19\x49\xa8\x0b\xd4\x29\x31\x01\xb7\x56\xf2\xdd\x23\xdb\x03\x7d\x76\x30\xc4\xf3\x2b\xe6\xab\xa5\xa5\x1b\xbe\xfc\xe6\x84\x14\x4d\x70\xef\x19\x0e\x11\x64\xb2\x6d\x54\xfb\xf3\x7e\x85\xe8\x62\xd8\xa8\x41\xae\xe3\x5e\x33\x70\x31\xe3\xd0\x36\x7c\x22\x68\x89\xd5\xee\xe3\x8a\x86\x69\xa0\xef\x60\x35\x55\x13\xa2\xb0\x7a\xaa\x09\x51\x32\x6e\x26\x44\x61\x2b\x7a\x40\x98\xa1\x08\x3e\x36\xe3\x3d\x79\xd8\x5c\xe5\x85\xe8\xbd\x94\x59\xfb\xb0\x97\x32\x31\x4d\xd5\x7b\x17\x56\xc7\x03\x7a\x00\x35\xe1\x99\x2c\x59\x37\x49\x30\xdd\xef\x2c\x8e\xe8\x68\x2e\xf4\xd8\x67\xd9\x0a\x15\x09\x3e\x77\x9a\xe8\x29\x73\xfd\x3e\xfd\x6a\xef\x0c\x99\x48\x79\xef\x31\xd0\xfa\x1e\x33\x42\x32\x62\x8f\x8d\xd4\x2d\xdf\x79\x88\xf2\xa1\x5b\xcb\xe4\x37\xe0\x97\xdd\x50\x08\xdf\xd1\x98\xbf\x42\xf8\x96\x5f\x85\xdb\x39\x10\xf2\xa6\x96\x10\x8b\xc4\x38\xdd\xc2\xe6\xf7\x38\xbc\xa0\xa5\x14\xff\x78\x7a\x28\x4f\xd8\x60\x03\x7b\x30\xc9\x5d\x11\x9b\xb1\xff\x94\x23\x2e\x67\x60\xa9\xcb\xfc\xb6\xf5\xf7\xec\x98\x8a\x3d\x5f\x0a\xec\x93\xff\xe3\x8c\x47\xa8\x66\xa6\xbb\xed\xe3\xdf\xfe\xc9\xd5\x4c\x86\xce\x44\x6b\x3e\x8b\xf1\xeb\x2f\x41\x6f\xef\x0e\x4e\x69\x19\x5f\x3b\xb8\x12\xae\x66\xfa\x66\xba\xd9\xac\x55\xd2\xd8\x66\x87\x58\xd4\x24\xf3\xe8\x2e\xfa\x65\x80\xed\x62\x6d\x1b\x51\xdb\x72\xa6\x37\xab\x95\x58\x29\x57\x33\x7d\xe8\xef\x5d\xf3\x7c\xb2\x14\xa1\xdc\x4d\x6b\x4d\xb9\x9b\xf6\x2c\x1b\xf0\xf2\xa1\x1c\x41\x69\xc0\xd2\x55\x3b\x6d\x95\x4f\x0c\xd4\xd4\x6a\x66\x16\xcf\xfd\xa1\x79\x46\x70\xce\x36\x13\x35\x32\x03\x85\x8d\x9d\x51\x4e\x85\x7f\xfd\x76\x79\x22\x7e\x15\xd9\xca\xc4\x12\xc8\xb5\xd6\x2b\xc5\xe8\xa2\x53\x53\xc5\xcb\x1b\x2c\x4d\xc5\x13\x31\xf3\xd4\xd3\x87\x52\x45\x19\x1e\x25\xc0\x64\xb9\xf3\x46\x3f\x17\x8c\xb5\xe2\x54\x59\xcd\x6c\x4c\x9c\xaa\x02\xb1\x56\x9c\x31\xab\x99\x8c\x29\x55\x90\x07\xe7\xca\x87\xb6\xcb\xd7\x88\x6f\xef\x04\x34\x4f\x94\x1b\x18\x4d\x96\x31\xac\x77\xe1\x38\xeb\xce\x7c\x9d\x33\xa8\x3b\xb0\x14\xec\xf6\xea\x06\x3a\xa1\xa9\x0a\x88\x4a\x1a\xc6\xaf\xe4\xdc\x7e\x1d\x49\x91\x0d\x11\x64\x34\xa4\x93\x7d\x32\x5a\x0d\xd1\xa3\xb5\xd2\x1e\x85\x6b\x30\x79\x82\x41\x65\xf0\x84\x41\x7d\x88\x7a\x5d\x82\xa0\xb6\x96\x47\xde\xd4\x29\xd4\x40\x3a\xb6\xc2\xce\xf6\xc1\x5f\x17\x60\x73\x00\xf6\x58\xdd\xde\x4e\xb4\xbd\xee\x10\x24\x26\xa4\x30\x97\xc3\x14\x1e\x5f\xe9\x76\xf4\x54\x44\x6b\xe6\xdc\xe7\xe1\x8c\x4d\x97\x65\xb6\x04\xd9\xb9\xcc\x19\x8b\xe3\x66\x75\x7b\x3f\x7b\x8a\xd9\x7a\x93\xa6\x1e\x4f\xfa\xbc\xa9\x49\xcf\x1e\xd5\xed\xfd\xcc\xd0\x1c\xdb\xc9\xe8\xbe\xac\x96\x80\x5d\x97\x28\x63\x47\xe3\xf2\xa6\x3c\xfc\xc3\x7c\x51\x5f\xa9\xa8\x94\x48\xd5\x0e\xe4\x86\xf8\xe8\xd5\x89\x24\xae\xdf\x96\x62\xe4\xd0\xed\xa9\xc2\xfe\x2e\x26\xca\xb0\x25\xa6\x47\x92\xb5\xa5\xa7\x18\xb9\x18\x57\x6a\x94\x39\x89\x19\x65\x9a\x58\x22\x95\x97\x30\x97\x93\x20\xe7\x25\xc8\xe5\xbc\x38\x93\x4c\xf7\x0a\x7a\x68\x09\x54\x59\xeb\x15\x69\x49\xa2\x06\x5b\x5d\x9e\x94\xe2\x85\xfb\x20\xfd\x79\x7f\x4c\xf5\x32\x51\x3c\x79\xf8\xd6\xab\x79\xa6\x75\xcb\xdf\x16\xfa\xb2\xd6\x0c\xa9\x2d\x32\xdc\x13\x05\xbe\xac\xf5\xdf\x7c\xaf\xdf\x57\xab\x5e\x4d\xa1\x32\xd7\x30\x9f\x87\x5d\xaa\xdc\x12\x87\x5d\xaa\xdc\x69\x85\xb5\x5c\xcf\x95\x67\x52\x12\xd8\xd5\x85\xb5\xac\x78\x9e\x97\xa0\x96\x35\xb6\x14\x21\x2d\x6b\x2c\x32\xe2\x6d\xad\x31\x24\x09\x76\x59\x63\x9d\x12\xec\x72\x3d\x19\x27\xf1\x02\x3d\xf9\x2f\xec\x44\xb4\xda\x70\xfa\xc5\x50\x78\x27\xca\xff\x34\x34\xae\xa4\x94\xa3\x52\xf8\x13\x76\x74\xe6\x7f\x1e\xf7\x28\x65\x4a\x09\xca\x1c\xb1\xfd\x05\xbd\x58\x48\xcd\x8a\x13\x76\x4d\xdb\x5f\x38\x36\x27\x77\x4f\x0a\x9d\x8e\x4a\x61\x43\x37\xd8\xb2\x97\x91\x77\xcd\x8c\xc5\x90\x0a\x7b\xf9\xdc\x2d\x92\x09\x8d\x9e\x7c\x2a\xca\xa6\x27\x75\xda\xef\xf9\xa4\x20\xdf\xfc\x27\x92\x7f\x86\x07\x5c\xc0\xcb\xe5\x04\x9f\x5f\xc9\x57\xfd\x27\x0f\x65\xb5\x40\xe3\x21\xf5\x7e\xf6\x13\x52\xef\xe3\xc0\x58\xa4\xde\xc7\xd9\xb0\x26\x6e\x4f\xfe\xd6\xc4\xed\x59\x53\x8f\xdd\x9e\x35\xdf\xfa\xa6\xcf\xdd\x81\xec\xfa\x9d\xff\x3e\x17\xe7\x41\xea\xf5\x79\x40\xc1\xe6\x13\xe2\x07\x1a\xc1\x79\x75\xce\xd2\x69\xc6\xa0\x94\x63\x1c\x7c\xff\xbd\x2b\x20\x60\xea\x14\x35\xca\xfd\xe4\x55\x2b\xa3\x9c\x1c\xd3\x46\x97\x34\x00\xbb\xca\xca\x97\xba\x4d\x96\xfc\x61\xdf\x26\x0b\xd3\xdb\x00\x4e\x72\x40\x7d\x45\x5f\x94\x99\xe0\x64\xde\x2f\x69\xa1\xbd\xa9\x25\x2d\x34\xdd\x09\x5b\x9f\xc0\x9f\x37\xe9\xf8\xbe\xa2\x6f\xfd\xf9\x52\xb9\xf6\x7b\x6a\x71\x42\x94\x99\x72\xec\xde\x4d\xfb\x0f\x0d\xf6\x4f\x5e\x80\x9c\x58\x3b\x82\x72\xb6\x58\xaa\x16\x99\xc8\x59\x3c\x40\x39\x99\x91\xcb\x30\xf7\xf1\xfb\x52\x68\xeb\x27\x12\xc7\xe6\x44\x7c\xbb\x49\x1d\x51\x0e\x9e\x9b\x79\x67\x3c\x67\x01\x2c\xbe\x9c\x22\x7f\x5c\xa9\x55\x07\x27\x2e\xfe\xb5\x50\xf6\x99\x3b\xce\x90\xdf\x01\x42\x2f\xc1\x3b\x5b\x8e\x2e\xc3\x3b\x0b\xd8\xd3\x65\x78\x27\xe8\x80\x65\x2e\xd8\x02\x8e\x7b\x39\x25\x7e\xc1\xed\xbd\x0c\xea\x2c\xc0\xc5\xd7\x32\x03\x43\x2a\x85\x81\x81\x6b\x8f\x90\x9b\xad\xa5\x96\x6d\xb2\x03\x7a\xba\xb9\x8c\xd0\x7a\x41\xdb\x7b\xda\x07\x90\x33\x63\xe6\x8b\x5f\x6c\xde\x42\x72\xb6\xd1\xf2\x25\xc0\x66\x1a\x24\x6c\xfb\xfc\x2f\x76\x13\x67\xbc\xaf\xe5\x4a\x6b\xdf\xfa\x32\x95\xf0\x27\x18\x7a\xcd\xd7\x8a\x3f\x6b\x2d\x3b\x7e\xe2\x31\x21\x1d\xfe\xcd\x35\x6c\x69\x4a\xd6\xce\x9d\x56\xd8\xcf\x96\xe6\x3a\x3c\xb9\xa7\x1c\x39\x3b\x7b\x2a\xd9\x8e\x01\x8a\x28\x6e\x5d\xda\x63\xed\xef\x4e\x85\xca\x03\xc7\x21\xbe\x89\xf7\x43\xa5\xd8\x06\xe4\x71\x36\x6e\x00\x79\x91\x34\x2d\x98\xf2\xe2\x88\x9d\x30\x81\x2c\x25\xc5\x1f\x84\xbc\x2c\x61\x3d\x4b\xfd\x7d\xe7\x03\xb7\xe7\x55\xb9\x96\x98\x7a\x82\x77\x4e\x58\x42\x96\xd0\x9d\xdf\x91\xe3\x55\xe3\xa2\xd8\x82\x05\xe8\xac\x35\x75\x88\xaf\x18\xbc\xf0\x32\x9d\x6c\x65\xc6\x9a\x32\xf6\x41\x19\x10\x24\xf3\x89\xca\xba\xb3\x4f\xf2\x50\x66\xb6\x71\x73\xaa\x93\x5e\x7e\xa4\x3d\xda\xdf\xc6\x8d\x52\xb5\xe1\x01\xe1\xe7\x6c\xb8\x3d\x56\x44\x53\x63\x70\xf4\xec\x4c\x91\x54\xe4\x80\x55\x04\x5f\xee\x78\xe4\x1c\x42\x19\x11\x9d\xc9\x95\xab\xd4\xe6\x4c\x1e\x48\xc3\xed\xa1\x2f\x87\xe3\x2c\xe5\xb8\xa3\x0c\xc2\xf1\x75\xbf\xa4\x58\x07\x46\xa4\xdf\x36\x70\x8d\x15\xd1\x01\xb4\x12\x0e\xe8\xb8\x8e\x24\x2f\x3e\x2d\x17\x0e\xf3\x67\x6d\x76\x62\xf9\xf5\xfb\x4e\xc6\x2c\x66\x9d\xf3\xc8\xaf\x9e\x52\x96\x26\xc8\x83\xa4\x6b\x1e\xf6\x17\x67\x8d\x1f\xd9\x6f\x8e\x73\x03\x70\x64\x8b\x06\x75\xc2\x89\xb3\x84\xae\x2c\x33\x1f\x3a\xca\x2c\x26\x53\x43\x28\xe7\x5c\xf9\x52\x4a\x60\xcb\xbb\xc2\xc3\x8d\xd4\xf1\xa7\x41\x4e\xa9\x56\x44\xe8\xa2\x98\xc2\x6e\x96\xeb\xb1\x9b\x81\xcb\xeb\xf1\xf1\x57\x23\x29\xe8\x27\xad\x31\xc3\x51\xa9\x11\xc5\x0c\x96\xb1\x31\x78\x08\xc4\xd5\x12\xc0\xb2\xc5\x1d\x70\x6c\x88\x88\x81\x54\xf4\xa9\x37\x79\x22\xbe\xa2\xdc\x66\x29\x55\x21\x2c\x29\xd5\x99\x7c\x46\x24\xe1\x44\x38\x1e\xce\x01\x18\x8a\x24\xf6\x88\x11\xc9\x4b\x39\x6f\x8a\xda\x02\xd3\xca\x31\x25\x42\xfe\xb7\xf7\x9c\x0c\x9b\x73\xf7\xe4\xd7\xe8\xde\x12\x03\xa4\x51\x9b\xd7\xaf\x65\x32\x25\x30\xc3\x85\xd3\xbc\x17\x57\x8c\x3f\x67\xeb\xe1\x3b\xa1\x2d\xef\x45\xcb\xfe\x0c\x85\x60\x3b\xfa\x73\xda\xb5\x11\xc9\xf7\xb4\xbc\xa9\x7b\xda\xf8\x27\x3d\xec\xf7\x55\xa7\x64\x63\xf6\x09\x8b\x39\x00\x97\x2d\x41\x31\x47\xbc\x1e\x82\x62\x8e\x38\x1c\x04\xc5\x1c\x71\x0d\x89\xb9\x74\xc4\x05\xf2\x67\xe3\x04\x0e\x04\x41\x2a\x07\x40\xef\x65\x6e\xd2\x11\x43\xb4\x30\x95\x23\xca\x8e\x30\x95\x23\xde\x11\xf3\x8d\xf6\x5c\xaa\x04\xb1\x9c\x71\x26\x98\x6f\x74\xc4\xd2\x2c\x8c\xe5\x88\x9e\x26\x8c\x65\x89\x53\xf2\xcf\x59\x7e\x32\x54\x86\xec\x54\xfe\x94\x41\x94\xf0\x17\x2d\x91\x8a\xce\x9b\x3d\xc5\xe0\xc7\x2c\x3e\x81\x1f\x67\x36\x18\x83\x1f\xe3\x65\x14\xf8\xb1\xcc\x54\xe8\x4c\x0e\xa9\xd0\x39\x51\xf2\x17\x8f\x0f\x87\xbc\xa9\x9b\x21\xf3\xd2\x29\xe7\xef\x8c\x94\xee\xb7\xc1\x0b\x88\x28\x74\xc6\x5f\xfb\x67\x10\x02\x46\x83\x97\x4f\xaa\x78\x02\x5e\xf0\x5f\xa1\xfd\x08\xde\x38\xe1\xdf\x58\x2f\xc7\x25\x60\x2a\x12\x82\x71\x02\x96\x5f\x82\x2c\xce\x58\xeb\x84\x58\x9c\xb1\x76\x0b\xb1\x58\x2b\xfd\x15\x26\x71\x3d\x8c\x8c\x78\x40\xd7\xc3\xac\x11\x0f\xe8\x7a\x38\x36\x44\x03\xba\x1e\xda\x6d\xb8\xe2\x88\x93\xe2\xe5\xd3\x88\xb9\x20\xb4\xe2\x7a\xf8\xc1\x02\x2b\xd6\x78\xeb\x45\x02\x5a\x63\x27\x7a\xd9\x53\xca\x5e\xf3\x62\x57\xa2\x7a\xdd\x37\x73\xc1\x15\xab\x67\x0d\x56\x40\x20\xc6\x1a\xcb\x94\x48\x3d\x6b\x50\x05\x22\xf5\x5c\x4f\x3a\x28\x04\x40\x2e\x98\xc2\x37\xae\x87\x1f\x23\x78\x63\x8d\xbd\x5a\xe8\xc6\x1a\x8c\x81\xc0\x8d\x35\xe6\xd0\x97\x2f\xa6\x77\xea\xb3\x17\xb4\xe5\x55\x47\x14\xe7\xc7\x38\x35\x54\x94\xdf\x17\x81\xa7\x33\xa2\xfd\xf5\x6c\x92\x62\xe2\xac\xf1\xfb\x93\x2c\x3e\x46\x23\x33\x71\xb6\xcc\xe9\x17\xf4\xcc\x4f\x44\xdd\xcf\x32\x01\x0e\x6d\x4a\xb9\x22\xd5\x65\x3e\xbc\x31\xb0\xb3\xdf\xbf\x09\xe1\xe6\xda\x02\x13\x27\x68\x9b\xf5\x06\x54\x4b\xc1\x26\xe6\x04\xd4\xbd\x20\xe6\x04\x46\xb6\x84\x5a\x0c\xbd\xd1\x7a\x63\x8c\x7f\x52\x90\x2f\x73\x35\xef\xca\xcf\xc9\x9f\x17\x56\xf1\x69\x35\x0d\xf4\xdd\xad\xa6\x45\xf2\xd2\xd6\xd4\xf9\xf1\x43\xbe\x94\x79\xac\xe5\x55\xe9\xf5\x4f\x10\x06\x6f\x7c\x9e\xbf\x77\x75\xd7\x28\x69\x91\x83\xb2\xef\x15\xd1\x68\xd7\x34\x10\xa7\x67\x4d\x51\x56\x2e\xd2\x39\x13\x0c\x96\x34\xca\x04\x83\x85\x49\x07\x11\x27\x7b\xd1\x1b\xc7\xe6\x7f\x41\x9a\xbc\x39\x60\x29\xd6\x71\xaa\xfc\x62\xb8\x36\x03\xc3\x78\x73\xa2\xd2\x20\xbb\x27\x01\x51\xaf\xb7\xa3\x56\xf3\x4f\x1d\xb5\x9a\xdf\x84\xb6\xce\xee\xfc\xb6\xaf\x12\x95\xea\xed\xcb\x65\xe0\x0a\x50\x69\xc6\xa9\x2f\x80\x63\x8b\xff\xff\x6d\xd2\xc0\x80\x19\xcc\xa5\x79\x83\xdc\x5e\x42\x31\x7e\x45\x6a\x3d\x5c\xf4\xe8\x8c\x71\x5b\x30\xdd\x2c\x43\x17\x4b\x3c\xb1\xe2\xcb\x6c\x51\x97\xa0\xcb\x24\xbe\x79\xbd\xed\x9b\x64\x74\x3f\x78\x1f\xf9\xc7\x1f\x1b\x73\x89\xd7\x5a\x46\x28\x16\xa0\x6c\xeb\x63\xf7\x11\x7c\x67\xeb\x83\x35\xf7\x41\x3a\xae\x26\x22\x18\xe1\x7c\x2a\x1d\x65\x72\xc7\x31\x9c\xb0\x06\xd0\x20\x00\x61\x1b\x9c\x69\x66\xb5\xac\x71\x00\x18\x41\x58\x1f\xd6\x90\xf2\xd7\xb7\x55\x22\x6d\xf1\x9b\xa5\x58\x39\xcd\x22\x58\xa5\xa0\x01\xcb\xa4\x6f\x69\x9e\x82\x18\x7e\x35\x8a\x29\xe3\x29\x91\x74\x8d\x28\x08\x66\xca\xcb\x23\x03\x66\x69\xb6\xef\x8e\xb9\xc6\x7c\x38\x52\x07\x92\x0c\xfe\xdc\xb7\x84\xf4\xab\xf5\xce\x33\x6d\xd5\x4f\xaa\x50\xd0\x36\x5b\xc6\xc7\xe6\x8a\x40\x89\x3e\xa6\xf1\x03\xf9\xb8\x4c\x3c\x49\x3e\xad\xaf\x68\x2c\x17\xc2\xe3\x99\x99\x57\x95\xe9\x94\x03\x4f\xb8\xbf\xde\xf3\x63\x9d\x40\x74\xe6\x43\x45\x0f\x71\x95\x16\xec\xaf\x77\x2c\x17\x42\xfd\x75\xd0\xe5\xeb\x63\x0f\x54\x4d\x53\x05\x19\x25\xd6\x66\x1b\xcc\x67\x4e\xf7\xaf\x24\xac\xeb\xcc\x33\x81\x5b\xad\x0b\xec\xcb\xe0\x56\xb7\x7b\x5f\x86\x2e\x2d\x0f\xc7\xbe\x9c\x3e\xd4\xea\xe5\x16\x85\x64\xbc\x8e\xdb\x29\xed\xc1\x72\xef\xcb\x69\x40\x3d\xe0\x5b\x79\xec\x07\x7e\xa2\x6d\x48\xde\x4a\x29\xd9\xac\x1a\xe2\x9f\x45\x9a\x63\xdf\x50\x9a\x6a\xe2\x47\x8e\xe3\x2d\xe2\xc7\x82\xeb\x75\x5f\x46\x97\x4e\x3e\xb4\x27\xb1\x52\x2a\x6a\x1b\x4d\x45\x6d\xcb\x77\x32\x8c\x7b\x50\xb7\x80\x75\xf3\x57\xc3\x96\x99\x3c\x5d\x14\x96\x94\x5b\xd9\x16\xcc\x6e\xb0\xb5\x6f\x21\xe9\x06\xdb\xfe\x16\x92\x6e\xb0\xfe\xb6\x90\x74\x03\x63\xda\xbe\x8c\x2c\x9d\x69\xd9\x5b\x6f\xa6\x3e\x59\xfe\x2b\xdd\xf5\x6d\x32\x43\x7a\xdc\x23\xda\xa2\xfc\x77\xf8\x54\xb7\x90\x74\x83\xc3\x62\x5f\x4e\xd3\x98\xe1\x16\x04\x1b\xcf\xce\xbe\x1c\xc9\xf5\xef\x64\x39\xdf\x57\xa5\x95\xe6\x3f\x11\x04\xd3\xe9\xaf\x93\xd0\x3c\x77\x9e\x8a\xee\x02\x62\xb0\x6d\x0a\xc8\x86\x01\x76\xdf\x06\x8f\x52\xd2\x6d\x9a\x34\xec\xdf\x5b\x50\xba\x09\x78\x63\x1b\x3b\x37\x21\x58\xd8\xc2\xce\x4d\xa2\x22\xf6\x6d\x4b\x85\xf5\x93\x2d\x62\xc9\x09\x58\x63\x9b\x57\xb2\x11\x66\xbd\x05\xab\x9b\xa0\x3e\xb6\x50\x75\x13\x85\x73\xdf\xb6\x5b\x30\xa9\x6e\x7b\x2d\xbc\x6b\xed\xdb\xcc\x28\xb0\x60\x6c\x81\xec\x26\xda\xff\x06\x64\x07\x1b\xd3\x36\xe5\x64\x83\x9a\x6d\x8b\x46\x72\x8e\x9e\x82\xbc\xad\xe4\x4b\x6d\x6a\x2c\xab\xdb\x88\xd0\x4e\xe3\xbc\xa9\x0d\x06\x00\x8e\xbd\x45\x3f\xc4\x56\x05\xb8\x75\xdf\x86\x76\x0e\x5a\xbe\xa5\x0d\x77\xaa\x70\xde\xb8\x91\xef\x7c\x2d\x8e\x24\x4d\x39\x7f\xc7\xd7\xd0\x8c\x94\xd0\x6d\x35\x63\x63\xf4\xe6\x88\x24\xd7\x48\x3a\x28\xef\xc0\xc3\xec\x34\x20\xad\x73\x9f\xdf\xb7\xdd\x03\x35\x92\xf4\xca\x87\x2a\xd0\xda\x7a\xbe\x94\x47\xc0\x6a\xda\x16\x1c\x6d\x3d\xac\x00\xc3\xd1\x1e\xdc\xf5\x5b\xf8\xb3\xf5\x30\x79\xc5\xe3\xb8\x1e\x7e\x95\xf0\x66\xeb\xe1\xff\x1b\x6e\x16\xce\x8a\x2d\x22\xc7\x8a\x51\x69\x0b\x6e\x56\xf1\x37\x6d\xa3\xcd\xc2\xc5\xb1\xc5\xe3\x58\x71\xd5\x6c\xf1\x38\xae\x27\xcf\x94\xd6\x05\xcb\xc3\x16\x71\x63\x1d\x8d\x1a\x7d\x8d\x60\xab\x28\xbe\x46\x14\xda\xed\x6b\x44\x4d\x29\x1e\x38\x3a\xec\x7b\x43\x89\xc4\xd8\xa4\x18\x6b\xb4\x1e\x38\x23\xc9\x2e\x00\x83\x5b\x48\xb2\xf5\x94\x3c\xb4\x42\xcb\xdf\x31\xae\xec\x4e\x39\xa6\xb9\xe1\xf2\xbf\x8d\x2b\xbb\x80\x3b\xee\x62\x83\x7e\xa7\x5b\x36\xe8\x5f\x3f\x51\xbe\x14\x66\xa7\xd1\x62\x17\xb8\xc3\x6d\xb4\xd8\x75\xfd\x9e\x5a\x59\x67\x66\x19\x3c\x76\x5d\xbf\xe6\x5b\x21\x4b\xc7\xed\xdb\x62\x53\x30\x78\x6c\x60\x2f\xdf\x05\xe4\x64\x7e\xbc\xd3\x5e\x30\x63\x0c\x25\xbb\x80\x93\x6e\x63\xc7\xda\x93\xce\xe9\xb2\x31\x60\x02\xdd\xb0\x3d\x3e\x69\x84\x6d\x69\x4f\x4a\xb2\xd1\xf0\x49\x93\xa4\x9f\x3f\x8c\xaf\x61\x93\xcc\x84\xea\xfc\x2e\xd4\x29\xb8\xd7\xd3\x68\x6d\x35\xc4\x17\xdb\xf9\xae\xb9\x12\xe4\x5d\x5f\x09\x98\x28\x02\x7f\x3d\x8d\x2a\x2b\x17\x84\x85\x64\xef\x0e\x83\x52\xb9\x21\x3c\xf9\xd2\xde\x1d\xeb\xb0\xbb\x72\x45\x78\xfe\xc3\xee\x2d\xdc\xd8\xd3\xf2\xa5\x7d\x57\xf0\x91\xee\x6a\x90\x3c\x20\xa0\x6d\x50\xd9\xc0\xba\xbf\xab\x7d\x59\x70\xa9\xee\xea\x14\x45\x69\xe1\xa2\xe7\x74\x55\xc7\x77\xc7\xb2\xbc\x85\x1b\x7b\x30\x2c\xec\xca\xdd\xe2\x57\x90\x2f\x13\xe9\x9c\xd9\xca\x4b\xda\x64\x42\xf2\x92\x16\x3b\x7b\x0b\x37\x86\x5d\x89\xe7\xcb\xbf\xb1\x49\x8e\xa3\xb1\x3a\xba\x6f\xa4\x20\xdf\x77\x32\xde\x44\xf7\xa5\xfd\xa2\x69\xc2\xbc\xb1\x2b\xfe\x29\x16\xb8\x40\x62\xf7\xb3\x7e\x4f\xad\xfe\xf1\xe5\x71\xa0\x0d\x53\x1f\xcc\x58\x4b\x03\xb9\x50\xb0\x8f\x3a\x47\xfc\x8d\xa1\x6a\x57\xb3\xe2\x34\x5a\x0f\x5f\xee\x4d\x83\x15\xec\x77\x67\xb6\x1c\xdb\x17\x4b\xaa\xd1\x6d\xa8\x45\x7a\xb9\xd8\x7c\xf9\xf6\xbb\x29\xf7\xe3\xa7\x9e\x5b\x4a\x30\xdf\xb8\x3a\x6f\x27\x98\xbf\x87\x2d\x06\xfb\x31\x1a\x04\xef\xee\x36\xfe\xec\xc6\x15\xbb\x9d\x53\xbe\x83\x96\xde\xca\x1b\x7f\x17\xac\x9c\xdb\xc9\xe1\x4b\x96\xae\xf0\x67\x0d\x5c\xfa\x7e\x70\x57\x3d\x11\x8d\xa9\xe4\xb7\x2a\x07\xfc\x57\xa4\x60\xf8\xc2\x57\x5e\x5e\xba\xb7\xe4\xa1\x61\x92\x8b\x36\xc1\x09\xbe\x68\x84\x66\x53\x21\xd2\x69\x1b\x56\x56\x1e\xf4\xc8\x07\x46\x06\xbb\xd5\xf7\xe3\xbb\x82\x73\x90\x7e\xc5\xc7\xe2\x40\x6c\x16\x29\x59\xa8\x5b\xc2\xfb\xb6\x19\x22\xc9\x9a\xfb\x15\xb7\x1e\x32\xc4\x22\xb4\xef\x1c\xc8\x82\xa1\x35\xc0\x88\xdb\x30\xb4\x0a\xbc\x7b\x3b\x8f\xfb\xc0\x6c\xbf\x05\x44\xfb\x3e\xa5\x81\x9a\x4d\x15\xe0\xf8\x76\xf2\xf6\x59\xd2\x22\xf3\xe7\x01\xec\xdc\x0f\xd7\x09\xf6\x10\xc3\xd6\x6a\x49\x6f\xcc\x71\x0f\xdc\x7b\x3b\x67\x7b\x85\x50\x75\x3b\x69\x7b\xc5\x84\xb9\xcd\x28\x99\x5f\x77\xa0\xdb\xc9\x33\x5b\xf3\x5b\x6a\x15\x19\x44\x4b\xa5\xbe\x61\xa4\x12\xb9\x41\x50\x47\x9d\xb6\x1d\x44\xf1\x6e\x76\x34\xfc\x24\x5d\x37\x50\xd3\x8d\x69\x73\xae\x97\xaf\x24\x03\xf2\xef\x99\x0c\xd6\x28\xca\xcd\x06\x64\xd4\xf4\x66\x03\xf2\xef\x3b\x19\xac\x7f\x6f\x0a\xf7\xf9\x7b\x53\x2a\x35\x9b\x81\xe8\x23\x0b\x30\xac\xdd\x6c\x30\x66\x6a\x36\x1b\x8c\x99\x99\xcd\x06\x63\x66\xb1\x80\x6f\x23\xbb\x7f\x73\xde\x6c\x5f\xfc\xb6\xb8\x24\x0b\x98\x81\x2d\x2e\xc9\x02\xf8\x61\x37\xc7\x91\x02\x35\xd9\xcd\xa9\x1e\xf0\x9b\x6e\x30\x72\x6b\xfc\x7b\x3b\x07\x40\xc7\xd6\x29\x00\xdd\xc8\x41\x05\x80\x6e\xa5\xe1\xc2\x12\xad\x34\x5c\x77\x24\x96\x41\xf3\x1d\x89\x05\x25\xde\xc9\x99\xd3\xb9\x39\x00\x6f\xa1\x79\x1b\x5c\x87\xff\x77\x1b\x5c\x97\xf3\xc2\xc9\xed\xe7\xcc\x87\x43\xcf\xf2\x9d\xcc\xc7\xf9\x33\x0a\x29\xc2\x75\xbd\x85\xad\x2b\x33\x7f\x06\x55\x93\xb1\xf0\x76\x1a\xed\xa0\x39\x52\x88\x8d\xb8\xf9\x32\xcd\xb1\x22\xfa\xc8\x09\xe9\xfd\x6e\x68\xa5\x8c\xb0\x31\x2b\x6c\xb4\x22\x80\x5c\x4f\xcd\x77\x32\x6f\xd6\x54\x68\xa7\x3b\x37\x98\x86\x52\xea\xea\x3b\x26\x6a\x0e\xf4\x6e\x9c\x0a\xeb\x42\x64\x90\xeb\xe1\xb6\x05\xca\x0e\x14\xe0\x36\xc1\xe3\xc8\x06\x67\x82\xc7\xe1\xac\x68\x5f\xd1\xaa\xd6\xc8\xb7\x32\x6e\xa2\x3d\x05\x20\x87\x0a\x0f\x49\x23\x9e\xe9\xdd\x1d\x57\x9f\x1b\x76\x87\x14\x67\xe4\xa9\x35\x24\x56\x72\x07\x7f\xc2\x85\xa3\x83\x3f\xe1\x1a\x11\x12\xc7\x91\x7a\xd1\xff\x52\x2f\x1c\xe8\x29\xca\xe8\x94\x96\x6f\xad\x40\xa1\x0f\xc2\xe2\x98\x2d\xc3\x58\xbd\x81\xc5\x64\x8b\xb6\xf1\x7e\xb0\x74\x6c\x78\x1b\x7b\x06\x99\x08\x7e\x7e\x56\x27\x82\xbf\xe5\x65\x87\x79\xfc\x9e\x0a\x6c\x1a\x1d\xa5\x3b\x77\x4f\x86\xca\xf6\xc4\xdf\x97\xb6\x27\x96\x88\xcb\x6d\x4a\x41\x3e\x50\x69\x3f\xe6\x45\xb6\xc3\x8e\xff\x2e\xff\xdd\xfe\x3b\xcc\x8d\x5b\xf9\xe9\x5b\xcd\x90\x1f\xe3\x1c\x58\xea\x42\x14\xb6\xd8\x03\x7a\xac\x41\x34\x50\xf6\x45\xa8\xc4\xb6\xd1\x86\x15\x72\x82\x2d\x7c\xe1\x77\x87\x8e\x38\x2c\x52\xa9\xcc\x43\xd1\xb0\x9d\x86\x3e\x7a\xa7\x50\x84\x75\xfc\xde\xb4\x07\x04\xc1\x29\x1b\xfc\xe2\x20\x63\x43\x41\x72\xc2\x86\x1b\xc9\x71\x1a\x5c\x32\x86\xe9\xf1\xd9\xdc\x06\xd3\x99\x2a\x8c\x14\x04\xd3\xb0\xc5\xd6\x78\x77\x7e\x89\xd9\x1a\x17\x3c\x10\xdb\x6c\x8d\xf0\x86\xee\x01\xc5\xf9\x93\x72\x5e\xda\xa3\x53\x89\x2c\x49\x2b\xad\x93\x25\x89\x3d\x5a\xa0\xc2\x7b\xe1\xc7\xda\x26\x6b\x1c\xb9\x20\x89\xac\x31\x28\xdf\x2d\xb2\xc6\x71\xa5\x4a\xf1\x98\x67\x1a\x0f\x6f\x99\x4c\x82\x61\x27\x1f\xb3\x56\x58\xc1\xd1\x5a\xde\xfc\xe8\x3b\x4a\x11\x55\x79\xe3\x26\x6b\x6a\xc6\x06\xe5\xf9\x16\x02\xb0\xd4\xf5\xef\x5c\x0b\xdb\x79\xe4\x81\xd6\x6d\x27\x87\x07\x92\xb7\x05\x0f\x2c\xe0\xcc\xb6\x92\xc3\x97\x98\x47\x86\x0d\x4b\x2d\x6f\xba\xdd\x69\x9b\xdb\xcd\x77\x66\xe0\x8d\x92\x36\x1c\x7e\x13\x45\x5d\x40\xbf\x79\xe7\xcf\xe9\xd8\xcf\x62\x22\x41\x3b\xe7\xa7\x21\x7a\xb5\x44\xf2\x46\xbc\x90\xb4\x11\x63\x3a\x99\x76\xd5\xb1\xd7\x8b\x48\xb1\x56\x14\xca\xe9\xb4\xc4\x80\x26\xb6\xf0\x7a\xb5\xa2\xd4\x4e\xfb\xf1\x30\x08\x09\x9f\x57\x6b\x49\x31\x32\xa3\xcc\xbc\x29\x33\x4a\x49\x85\x4e\x58\xc1\x95\x17\x7c\x1e\xff\x46\xf8\xbc\xf5\x70\x46\x4f\xbb\xfc\x18\x0c\x81\xf5\xd6\xf3\xe4\x3b\x81\x25\xb9\x5c\x4e\xdf\xdc\xd9\xb0\x45\xa0\xb8\x1e\x8e\xa1\xe9\x00\xc8\x96\x1a\x64\xe3\x60\x73\x98\xf6\xf1\xb5\x48\xb2\x22\xf4\xd4\xa7\xd3\x84\x33\xc1\xf9\xde\x31\x69\x6f\x11\x2b\xae\x07\xad\xc3\x54\x89\x57\x94\x17\xc0\x75\xd1\x5e\x9c\x9c\x7d\xe6\x38\x9d\xdc\xbe\x33\x70\x9b\xd8\x51\x9a\xb7\x6d\x02\xfe\x95\x2c\xc2\xc2\x8c\x15\xee\xbb\x94\x64\x06\xda\xd8\x64\xa7\x33\x50\xa2\xf2\x1a\x79\xb7\xf0\x24\xef\xa9\xbc\xab\x99\x74\x93\xb8\xc4\x8c\x89\xe3\x12\x41\x3c\x6c\xa1\xeb\x9e\x4c\xd7\xc9\xf5\x3a\xc5\xbe\xf4\x8c\xc6\x5b\x81\x2c\x69\x9f\x91\xec\xfc\xa1\xe5\x18\x45\xfe\xac\x81\x76\x0f\x74\xdd\xdb\x14\x8a\x49\x30\xb2\x97\x63\x71\x89\x36\xd9\x82\xe1\x3d\x51\x4e\x80\xe1\x15\x8e\x06\x73\x2a\xde\x85\x85\xaf\x34\xee\x77\x28\xa1\xf7\x02\x37\x3a\x23\x1e\x95\x94\x6a\x74\x71\x64\xfc\x8c\xac\xbb\x47\xbe\x34\x4d\x2c\x71\x0a\x5b\xd0\xba\x16\xd3\xc1\x32\x69\x2c\xbe\xe1\x6d\x2c\xdd\x8d\x23\x77\xaf\xc5\x09\x94\x97\xff\x2c\xd2\x9b\x65\xa2\xd3\x8c\x84\x78\x63\x63\x12\x16\x5e\xee\x0e\x71\xf3\x36\x24\x2e\x36\x68\x65\x30\x6f\xb1\x09\x0b\xd7\x76\x97\x89\xb6\x03\x67\x61\xce\x11\x67\x26\x47\x1d\x10\x70\xad\xc7\xf4\xe2\x34\xe5\x90\xe7\xef\x65\x5f\xc5\x4a\x29\xde\xff\xa9\xc2\x06\xc1\x9a\x52\xe4\xab\x58\x29\xe5\xe5\x96\x32\xee\x66\xe9\x58\x29\x54\x11\x28\x6c\xff\xc2\xb1\x25\x84\x60\x6f\x23\x4c\x7e\x92\xa9\xf3\x51\x83\x85\x63\x2b\xc0\x8e\xb7\x28\x0c\x07\x31\x04\x5b\x14\x86\xa3\xf1\xdf\x45\x61\x38\x5a\x4f\x15\x3e\x19\xfe\xcd\x44\xb5\xb7\xd1\x4e\xcc\x2d\xc0\x71\x3d\xd5\x0b\x7d\xc1\x78\x6f\xdb\x91\xd9\x7e\xb6\x51\x9a\x20\xe7\xf6\x36\x12\x0a\x3d\xc8\x84\x86\x73\x95\x88\x52\xae\x51\x0e\x04\x87\x2b\xa4\x40\xda\xc0\xe1\x4a\x8a\x19\x92\xf2\xcc\x7b\x6a\x4a\x91\x6d\x98\xd9\xea\x24\xe9\xb0\xb5\xee\xed\x2d\x87\x15\xec\xd4\xe7\x39\xc3\x76\x76\x1c\x8a\xb1\xf5\x6f\xe4\xa1\x62\xa8\xd1\x0c\x85\x7c\x7b\x72\x4e\x6e\xa7\xf4\xe4\x44\x15\xf4\xed\x7e\x7e\xa3\x01\x96\x97\x3d\xcf\x2c\x83\x57\xff\x89\x86\x22\xe7\x7f\xd8\xbc\xd7\x33\xae\x80\x79\xd9\x61\xb6\xfd\xad\x25\xff\xc0\xfe\xd6\xf2\x7b\x99\x15\x9d\x7a\x65\x80\x62\x37\x35\x72\x2e\x84\x8f\x5b\xa9\xcc\xbf\x67\x52\x0a\xb6\xf5\xa4\xa6\x07\xb6\xf6\xf8\xa1\x92\x8b\x37\x42\xb1\xb6\x21\x70\x2d\x46\xe2\xe3\x18\xfe\x5c\x48\x8e\xc3\x65\xf8\x65\xc7\x54\x72\x11\x4c\x14\xc9\x56\x2a\xbe\xc1\x04\xaf\xec\x83\x3f\x01\xdd\x4e\x34\x82\xa3\x71\x84\x08\x03\x57\xc0\x0b\x6e\xa7\xfb\x4e\x84\xfa\x76\xba\xef\x09\x5e\x6e\x1f\xf3\x4f\x10\x71\xb6\x9d\xef\x3b\xb1\x85\x5b\x34\x83\x95\xb8\x9b\x7d\x74\x18\x11\x4f\xb4\x4d\x3a\xf8\x33\x12\x1d\x87\x34\xb0\x53\x1d\x87\x34\x30\x33\x84\x91\xab\x95\x2d\xee\x38\xc0\x61\xe6\x3b\xd1\x0e\x3f\xbf\x87\xcb\x70\x85\x3c\xa5\xf1\x29\x48\xc7\x28\x13\xe7\x38\xf4\x1e\x65\xf4\x00\x3a\x99\x29\x48\xe6\xf0\xfc\x05\x61\x68\x7f\xbd\x74\xc8\xf0\xcc\x18\xf8\x5c\xc2\xe0\x46\x06\xf0\xf4\x99\xcd\x28\xc5\xe8\xd8\xfc\xfd\x05\xed\x4d\xeb\x27\xd9\xc7\xd8\x23\x7a\x6f\x72\xa9\x7f\x0e\xa9\xe1\xd9\x9f\x37\x1c\x0e\x30\xe5\xf1\x2e\x40\x0f\xb7\xd1\x6f\x8d\x85\xf3\xe7\x5d\x84\x6e\x18\xfd\xd6\x58\x62\x46\xbf\x25\x76\x61\x83\x70\x8b\xe5\x47\x99\xba\x47\x63\x74\xfe\x6c\xcc\x60\x53\x01\xfd\x86\x4d\x5f\xe8\xb7\x02\x8e\x69\x83\x7e\x63\xa8\x40\xbf\x31\xcf\xfe\x8c\x0a\x8f\x59\xd6\xdc\x83\x39\x61\xe0\x1e\x5c\xf9\x50\x7a\x62\x4b\x85\xd2\x13\xd9\xfd\xcd\x3d\x18\xb3\xa5\x80\x72\x65\x66\xa0\x20\xc1\x62\x06\xfe\x39\x2c\x18\x35\xdd\xc4\x84\x99\x0d\x26\x26\xcc\xb2\xfb\xb3\xa1\x21\x4d\x33\x86\x8e\x49\x2f\x0c\x5d\x99\xab\xfc\x7b\xdb\xfe\x73\xc2\xb4\x78\xd1\xfe\x30\x4a\x44\xf2\xa9\xcf\xe6\x28\x12\xc3\xf9\x1b\x7f\x5b\x2c\x98\x9c\xa2\x30\x2c\xe0\x50\x37\xe0\xbb\x96\xe6\xb8\xc7\xe9\xa2\x0e\x03\xd6\x91\x19\x0b\x7f\xdd\x97\x1b\xed\x57\x9f\x4c\x1b\xb9\xac\x02\xda\x43\x45\x02\xb4\xc7\x36\x03\x68\x8f\xd3\xee\xcf\x1a\x3c\xdb\xe0\x5f\x72\x5a\xa5\x18\x35\x1b\x33\x97\x10\x76\x93\xf8\xf8\xfd\xb2\x37\x16\xc2\x9c\x6d\xbc\x5d\x5b\xcc\x14\xf0\x76\x33\x92\xf0\x76\x74\xea\xa5\x6c\x2f\x24\xad\xda\x2f\x71\xf9\x0c\xfe\xa2\xa8\x06\x27\x4c\xb5\x5b\x4c\x83\xb5\xa2\x0e\x81\xd3\x63\x43\x7c\x59\xbf\xaf\xf9\x4e\xfa\xfd\xca\x9b\xd2\xef\x6b\xde\xd4\x0d\x76\xa5\x17\xf2\x4c\x72\x2e\x8a\x74\xb0\xc2\xeb\xb3\x45\x3a\x58\x21\x48\xde\xc2\xf7\xd5\x58\xab\x85\xef\xab\xa4\x81\xd9\xce\xf3\x9d\x40\x9d\xfd\xf2\x81\x8a\xf2\x25\x80\xdf\x04\xe8\xbd\x5f\xe8\xe9\x34\xd4\xde\xb6\x9e\x67\xb6\xc8\x62\x79\x7f\xf9\x0c\x65\xed\x2b\xfb\xf6\x02\x07\xb3\x05\xdb\x5b\x64\xb7\xda\x82\xed\x2d\x62\xd9\xb7\x60\x7b\x35\xfe\x55\x80\x7a\x2d\x15\xfa\x78\xc2\x42\x0f\x1a\xaf\x45\xf2\xfd\x82\xc1\x90\x36\x1f\xe4\xdb\x16\x29\xe1\x7a\x38\x39\x44\x4a\xb8\xc8\x1f\xb6\x05\xd4\x5b\xf1\x86\x39\xb9\x36\xf9\x3a\xb6\x28\x09\x57\x2c\x0d\x62\x24\x7c\xee\x91\x32\xd5\xee\x1e\x49\xed\xfe\x49\x53\xcf\xe8\xef\xe1\x30\x72\x31\x00\xed\xe2\x18\x06\x59\x87\xde\x0c\xb2\x8e\xd8\x96\x6d\x64\x1d\xf9\x4e\x36\xc8\xba\x5c\xfd\xdf\xa8\xe3\x2b\x4f\x15\xc6\x35\x52\xac\x3d\x8f\x2b\x95\xda\xf3\x88\x31\xe6\x6d\xc7\x19\x41\x32\x5b\xd8\xba\xe7\xe6\xda\x44\x8e\xeb\xa8\x9f\x6f\xe2\xba\x58\x2d\x4e\x79\xfd\xf3\x7f\xbe\x9d\x0d\x85\xfb\xaf\x80\x77\x0f\x21\xbe\x9b\x0c\xd7\x39\x48\x9c\xe1\x9a\x28\xca\x6d\x14\xde\x45\xec\xc8\x36\x0a\xef\x22\x3e\x62\x1b\x76\x77\x11\x27\xb5\x0d\xbb\xbb\x62\xba\x10\xec\xee\x21\x3c\x68\x1b\x75\x17\xe5\xd5\xe9\xaf\x89\x4f\xde\x4e\x7f\x1d\x7c\xe4\x76\xfa\xeb\x9e\xed\xe4\x6d\x2f\x30\x30\xcc\xed\xc4\xd4\x17\xd1\x37\x5b\xe8\xb9\xa7\xfd\x3e\xf5\xdd\x9a\x25\x65\x30\xdd\x15\x2f\x88\x13\x51\x47\x9d\x36\x7a\x6e\xac\x54\xa3\x58\xac\x68\xde\x86\xcb\x5d\x71\x8a\x18\x1f\x77\xf5\xfe\x1f\x9c\x96\x22\x01\x7c\x08\x7d\xd9\x6f\x6e\x9a\xcc\xf9\x37\xa1\xcf\xcc\xba\x8f\x23\x09\x59\x81\xce\x26\x1d\xcd\x5c\xe8\xb8\xd0\x71\x6d\x83\xe3\x56\x50\x24\x1f\xe7\x18\x61\x1b\x33\x29\xdf\x15\xa7\x8d\xb1\x72\x17\x54\x8b\xfb\x63\xfc\x26\x0b\xeb\x83\x3b\xf6\x57\xa7\x0f\x39\xf6\x75\x23\xe7\x7e\x5e\x75\x32\x40\xc7\xca\xf6\x01\xb2\xc9\xd8\x7f\x7c\x27\x24\x99\xd9\xfe\x38\x91\xc8\x8c\x64\x97\x25\x63\x2f\xec\xdc\x93\x63\x97\x14\xd0\xb9\x91\x91\x02\xba\x64\x54\x70\xaa\xf6\xb4\xc9\x01\x77\xcc\xc9\x8f\xd3\x8e\xe4\x5d\x27\x52\x67\xce\x91\x1f\x3a\x16\x43\xf2\x43\x97\x74\xdd\x89\xd4\x39\x25\x3e\x78\x63\x33\x10\x36\xc6\xae\xbc\x8a\x82\x4e\x03\x6d\x8d\x25\xd0\x61\x0b\x8a\xf7\x4c\xd6\xf4\x07\xe7\xec\x88\x68\x87\xf1\x48\x03\xcd\xf4\xc9\x7d\x87\xd4\xce\xa0\xaa\xf7\x07\x17\x2b\x87\x2c\x99\x9e\xa3\xa2\x7f\xec\x54\x4d\xf3\x7d\x4b\x08\x90\xc3\xe4\x7a\xc1\x0e\x6e\xa1\xec\xee\x9f\xa9\xc4\xec\x7a\x77\x6e\x99\xce\xf4\x1c\xe6\x89\xfd\xc1\x05\xdb\xf2\x54\xa9\x52\x32\xde\x78\x60\xbd\x88\x8e\x13\x3f\xdf\x20\xb8\x8f\x13\x3f\xdf\xc0\x62\xce\x85\x47\xd6\x8a\xd0\x71\x1e\xe8\x1b\xcc\xca\xb9\xf0\xc8\xd6\x3c\xb5\x85\xc1\x93\xed\x88\x57\xaf\x31\xd7\xce\xe5\x2c\xe7\x00\x5c\x8e\x33\x3f\xdf\xe0\xe4\xcf\x35\xe9\xcf\x83\x28\x08\x6d\x8f\x24\x08\xad\x17\xce\x71\x5a\xe8\x1b\xfc\xe3\xb9\x4c\x25\x02\x3e\xfc\x5c\xe6\x65\xc2\x0f\x72\xc4\xbc\xf7\x70\xed\x39\x26\xde\x9b\x90\x92\x9c\x0b\x76\xc9\x49\xc1\xc4\x13\xa6\xf9\xda\xfe\x06\x91\x52\x87\x74\xcf\xe8\x60\xe7\xb2\x6b\xf7\x4e\xfb\x95\x81\x17\x84\xde\xb9\xb0\x88\x34\x44\x47\x1b\xa2\xb0\x1d\xe1\xfe\x1a\x28\xc0\x73\x39\x4f\x04\xbf\xee\x08\xf8\xd7\xb8\x95\x9c\xcb\x5e\xdf\xdf\x18\x12\x12\xd6\xe8\x8e\xf9\x94\x26\xed\x35\x2f\x3f\x8a\xf0\x21\x35\x34\x3a\xc5\x11\xf8\xaf\xc1\xb6\x76\x04\xfe\x6b\x35\x1d\xb7\x47\x01\x4e\x93\x73\xe1\x51\xc8\x10\xda\x87\xf0\x1b\x7e\x27\x7f\x86\x92\xf3\x5c\xe4\x02\xcc\x28\x69\x4a\xe3\xf5\x3b\x97\x49\x81\x9f\x7c\xb9\x5c\x4d\xc4\x63\x31\xef\xd2\x08\xba\x6a\x86\x24\x7e\xb2\x28\xf1\x1a\x9e\xce\x63\xe8\x5e\xcf\xd8\x0b\xba\x97\xac\x62\xc7\xd0\xbd\x5c\xd6\x8e\x59\xf0\xca\xbc\xff\x1d\x67\x79\x0c\xec\x2b\xd3\x9b\xf0\x31\x29\x5e\x99\x77\x0a\xb6\x93\xfd\x4e\x23\xb6\xc5\x34\xc2\x7e\xf5\x3c\x7c\x49\xe2\x99\x92\xe3\x60\xcb\x3d\x86\xef\x75\xc2\x07\x8f\x01\x7b\x15\xca\x9d\x63\xc0\x5e\x85\xd7\xed\x98\x08\xaf\xe3\xb9\x3c\x37\x04\x49\x77\x8a\x32\x23\xd2\x9d\x97\xb7\x45\x1a\x6c\x4a\xa4\x92\x06\x6b\x02\xd7\xf2\xab\xd7\x08\xb3\x9e\x92\x3f\xff\xf7\xff\x1a\x79\x38\x8e\xd0\x7f\x8d\x6c\x1e\xc7\x49\xa1\xd9\x58\x8f\x93\x42\x73\x36\x1d\x91\xdf\x35\x36\xfe\x43\x4e\x68\x68\x53\x8e\xa9\xf0\x2a\xbc\x29\xe7\xde\xf8\xf5\x19\x16\x07\xc4\xa2\xf6\x1d\xb3\xdf\xd5\x96\xae\x0a\xa8\x00\x33\xc6\xb9\x37\xad\x4d\xad\x4a\x78\xdd\x22\x7d\x9c\x89\x9a\x5a\x4d\x9c\x04\x57\xf6\x11\xdf\x5d\xe3\xee\x7c\xa0\xbb\xcb\x10\x39\x1e\xf6\xca\x8f\x72\x6c\xda\x62\x38\x1d\x71\xb6\xa8\x04\x0d\xb2\x30\x42\x66\x70\x44\x93\x3a\x37\x17\xf4\x94\xe3\x74\x0e\xe9\xb7\xc8\x32\xd0\xb2\x4e\xb1\xa5\x18\x83\xc1\x29\xbe\xaf\x33\x71\x8a\xef\xeb\xd6\x02\x4f\x81\x4e\x87\x41\x28\xbe\xb0\x5b\xe5\x3a\x82\x0f\x16\xd0\xad\xa7\x70\x61\xef\x48\xf2\x24\x8d\x7c\x27\x8f\x8c\xf5\xc3\xe3\x9c\xd0\xed\xce\xab\x06\x18\x30\x76\xc5\x46\xc0\x95\x67\xba\xea\xb1\xfb\x14\x5b\xfd\x18\x0f\xc1\x07\x27\x87\xca\x11\xa5\x5d\x99\x8b\x0a\x7d\x5d\x67\xc2\x17\xe3\xa5\x89\x99\x3f\xc5\x38\xd3\xdf\xab\xba\x40\x31\xef\x8a\x79\x2e\xd8\x5b\x8a\x51\xa7\x69\x8c\x2f\xe1\x3e\x2d\x4f\xb1\xa5\x87\xfd\xc1\x59\x9f\xa3\xf4\x1e\x67\x7d\x7e\xae\x34\xc0\x00\xd5\x34\x7c\x3b\x95\x7a\x4f\x25\x0c\x47\x9e\x0a\x5b\x39\xe8\xb2\xc9\x2d\xd8\x4b\x8a\xaf\x29\xcc\xc1\x62\x72\x8b\xfc\x46\x5f\x53\x52\xe8\x51\x54\xd4\xa0\xad\xe6\xea\x87\x16\xe0\x08\xfc\xf7\x90\x7a\xee\x98\x28\xee\x22\x26\xf8\x00\xfe\x23\x9a\xed\x38\xd5\xf3\x45\xe0\xd1\x11\x35\xdc\x57\xf4\xe0\x99\xfd\x2d\xc9\x4f\x8e\xd9\xdf\x26\x09\xad\x4f\x85\x0a\x91\x16\x1a\x0f\x18\xdd\xff\x04\x0f\x38\xf2\xad\x0d\x0e\xcc\x0a\xf0\x80\x1c\xc0\x15\x8d\x93\x49\x12\x40\xe0\xc8\x53\xaf\xcd\x5f\x49\xb6\x39\x58\x80\x17\x91\xd1\x35\x8a\xaf\x11\x88\x72\x6a\xf4\xcf\xbc\x6c\xad\x8c\xd9\x2f\xbe\xb7\x96\x8d\x5c\xb0\xbd\x5b\x89\x57\xfe\xb9\x91\x8b\xfd\xed\xb7\xb5\x09\xd3\xd7\xb2\xde\x04\xe9\xfb\x6d\x24\xd5\x29\xef\xf8\xdd\x15\xdd\x93\x31\x10\x0f\x40\x4e\xb6\x9a\x29\xc6\x87\x9c\xbd\x54\x81\x3b\xbf\x45\xdc\x3e\xcb\x18\xaf\x9c\xaf\x8c\x97\xd3\xe0\xd4\x5f\xa5\xb8\x3d\xa8\xc7\x28\x2b\x6e\xaa\xc7\x98\xbd\x4a\x9a\x89\x63\xcc\x5e\xae\x89\xa7\xe2\xa5\xe7\x10\xaa\x49\xcc\xcb\x90\x1d\x52\x9c\xd1\x64\x3b\xed\xc9\xd2\x78\x4c\x19\x77\xfd\x3e\x5d\xc6\x55\x45\x74\x78\x79\x6a\x75\xc2\xf1\xfc\x61\xa1\xac\x48\xe3\x7a\x2a\x28\x2b\x37\xdf\x0c\x72\xa4\xc2\x3d\x82\xf7\x8d\x4c\x66\xc3\xfb\x40\xef\x9c\x47\x21\x1e\xdc\xfb\x8e\xb0\x7e\x85\x2c\xc6\xc7\x50\xbf\xc5\x8a\x15\xd2\xaf\x40\x2f\x78\xc4\x3b\x57\x2e\x76\x53\xd1\xce\x0d\x2e\xf2\x47\x20\xc0\x72\xa1\x43\x3c\x0a\xfc\x26\xfa\xf1\x88\x91\xae\x10\x36\x79\x1e\xef\x90\x2b\xa5\xbc\xbe\xcf\x4a\x6a\x97\x41\x73\xe6\x3b\x19\x34\x39\xe1\x04\x1d\x2c\xc4\x57\x9e\xc7\x9b\x27\x5a\xd5\x63\x83\x26\x53\xff\xb1\x41\x93\x19\x22\x4e\xbb\x42\x40\xe7\x11\xa5\x5d\x21\x8a\xf1\x88\xd2\x6e\x90\x83\xf4\x08\x6f\x58\x08\x04\x3d\x8f\x0d\xee\xe8\x83\x8f\x0d\xee\x25\xf5\xa9\x7f\x25\x2d\x53\xff\xd8\x64\x4c\x6f\x07\xf2\xfc\x3c\xc6\x12\xcc\x94\xe9\xfe\xe5\x99\xfa\xc7\x79\xae\x74\xd6\x85\xb8\xcc\x23\x88\x62\x79\x50\x37\x4c\x76\x47\x3c\xe7\x31\x22\xb1\x63\xa2\x38\xce\x59\x9d\xe5\x21\x44\xe2\xcc\xda\x7d\x4c\x66\x86\xea\x2f\x08\x62\xe8\x21\x8f\x30\x87\x65\xe5\xc7\x2b\x7b\x3a\x76\xbf\xa3\x84\xd5\x65\x65\xfa\x7c\x57\x46\x59\x19\x18\x45\x97\xac\x34\xed\xbb\x2e\xca\x62\x5f\x7c\x6c\x94\x64\xf7\x12\xd8\x70\x66\x37\x78\x6c\xa2\xec\x29\x73\xe9\x3b\x06\xd4\x90\x03\xf6\x86\xc7\xf6\xca\x91\xef\xfe\xf4\x66\xca\x94\x99\xd5\xb7\xd4\x23\x4e\xbc\xb2\xae\x48\x32\xa5\xb2\xdf\x08\x68\x58\x80\x70\x1d\xa5\xb1\x2e\xeb\x8a\xf4\x48\x9a\x48\x6e\xf5\x42\xb2\x25\x39\x92\x00\x6c\x2c\xc0\xe6\xb0\x12\xf6\x6a\x53\xe7\x25\x67\xc4\x11\x75\xde\x8c\x5e\x2a\x6c\xe1\x04\x45\x7a\x9a\x0d\x94\xe8\xd1\xc2\x16\xce\x28\xb4\xc2\x16\xce\xc9\x80\x0a\x5b\x38\x81\x9b\x1e\x61\x0b\xe7\x64\xe8\x85\x2d\xac\xf8\xf0\x8f\xb0\x85\x13\xd8\xea\x11\x9a\x70\xce\xeb\xdf\x69\x18\x4e\xf3\x8e\x4e\x9e\xbf\xd3\x1c\x9d\x3c\x22\xfd\xa9\x9c\x48\xf6\x16\xb1\x0c\x9c\xb7\x3a\xc7\x9e\xf0\x83\x33\x6a\xba\x10\x83\xc9\x09\x72\x9a\xa9\xb2\xb8\xd2\x19\x30\x48\xf8\xdb\x71\x36\x6a\x18\x34\x8f\x21\x82\x33\xff\x50\xc1\xca\x64\x93\x3a\xca\x46\x3d\xf1\xe2\x1c\x11\xf5\xcd\xc9\xac\x34\x7c\x70\xe6\xff\xca\xfc\x3e\xf3\x47\xb7\xdb\x19\xc9\xbf\x82\xfa\x14\x69\x40\x98\xe2\x69\x9e\xdb\xbf\x67\x6a\x75\x7e\xa8\x14\x8d\x28\xd1\xcd\x71\xca\xec\xcc\xc2\x12\x2e\x72\x60\x9d\xe6\x00\x97\x0c\xa1\x91\x85\x33\x65\xca\x54\x9b\x11\x3c\x56\x73\x2c\x75\xc7\xb7\x30\xbb\x40\x12\x52\x66\x77\x78\x0b\x07\x4e\x77\x78\x0b\x5b\xa3\x12\x47\x2f\x32\x62\x1d\xc1\x0a\x17\xa9\x03\x8f\x60\x84\x8b\xd4\x81\xa7\xa3\x5e\xcc\x14\x2a\x65\x3a\xab\x5e\x84\x7d\x0b\x62\xdd\x23\xc4\xe1\x22\x3f\xd7\x11\x5f\xdf\x22\x03\xd8\x11\x5d\x5f\x1d\x91\x1c\xfa\x92\xfa\x0d\xa7\x99\x91\xac\x9e\x51\x8a\x03\x61\xd8\xa8\x0d\x3d\x5c\x39\x51\x80\x1e\x02\x1d\x3d\x86\x1e\xb6\x5f\x5b\xc5\xb1\x4c\xb2\xfb\x43\x0e\x68\xc2\xad\x8e\xa8\xfe\x9e\x28\xda\x9d\xec\x90\x1c\xb8\xc2\x12\x3e\x90\x61\x1e\xa0\x84\x60\x59\x8f\xa0\x84\x0f\x41\x5c\xc7\x19\xa0\x2f\xc8\x08\x8e\x81\x85\x81\x42\x9d\xbe\x69\x20\x6d\x30\xc3\x38\x44\x31\xc7\x58\xc2\x06\x39\xc4\x21\x05\x34\x80\x91\x43\x0a\x68\x48\x1e\x8e\xc1\x84\x0f\xc9\x82\x8f\x33\x42\x83\xdf\x3c\xc2\x12\x3e\x25\x7f\x65\xc3\xe4\x93\x6a\xe8\x1c\x05\x99\x63\x3c\xe5\x18\x9c\x83\xaa\x2e\x64\xe1\x43\xbc\xe4\xe9\xe8\x2c\x9c\xa0\x42\x16\x3e\x44\xfa\x1e\xd1\x18\x3e\xe4\xf7\x39\xc6\x15\x5e\x20\xe9\x8e\x70\x85\x0f\xfc\xbf\xa7\xe3\x3d\x2d\x29\x56\x7e\x7f\xb4\x09\x81\x0e\xff\x37\xbf\x50\x9b\x4b\x44\xd9\xd6\xd9\x4b\x0d\x34\xbc\x20\x9a\x38\x46\x1a\x5e\x70\x44\x9c\x81\x6b\x80\xbd\xce\xc8\xc3\x8b\xb8\xbc\x33\xf0\x0d\x70\x8e\x1b\x7a\x78\x11\xe0\x77\x44\x59\xf8\x40\x5f\x7c\x0c\x3d\xbc\x00\xb0\x9c\xe1\xd4\xe8\x2b\xd2\xcb\x2a\x55\xde\xf5\x58\xdf\x69\xa2\x5d\xf2\xfc\x70\x03\x0c\x27\xf1\xf0\xc7\xb9\xa1\x71\xbf\x9e\x61\x9d\x1a\x07\xc5\x31\xfa\x70\x42\x0c\x73\x9c\x1c\xfa\x21\x21\xf5\x19\x86\xd5\x42\xbf\x72\x84\x3f\x7c\x70\x01\x1f\xa7\x8a\xfe\xde\x2f\xff\xb9\x77\x0f\xd3\x1c\xa5\xf5\x00\x6e\x59\x06\x26\x3d\x6c\xf7\xaf\x12\xd9\xf0\x47\x5a\xe0\x15\xc3\x68\x7b\xc5\x00\xe5\x3c\x03\x37\x02\x0f\x01\xdf\xb2\x83\x09\xc9\xf8\xe0\x2f\x3e\x4e\x39\xfd\x9b\x47\x03\x9c\x11\xeb\x69\x78\xc5\x10\x87\x7c\x86\x57\x0c\xdc\x35\x67\x38\x67\x3a\x3b\xd5\x30\x3b\x1c\xbb\xc8\xd8\x18\xdb\x53\x90\xac\xeb\x28\x2b\xc3\x4b\x82\x20\x82\x33\x0c\x2f\x41\xb3\x70\x0e\xea\x8b\x98\x82\x63\xac\xe3\x05\xb0\xf8\x88\x19\xf1\xc9\x25\x7c\xd8\x0c\x01\x12\xf0\x0c\x7b\x27\x7a\x5e\xa5\x2f\x11\xe9\x0b\xa3\x82\xb3\x22\xed\xd5\x6d\x32\x16\x83\xe1\xdb\x24\xb1\xd9\x67\x18\xea\x86\x42\x33\x0c\x2a\xb8\x7f\xe2\xcb\x33\x85\x61\x30\xaa\x20\xbd\x71\x0a\xea\x8b\xd8\xed\x63\x6e\xc3\x96\xab\xc5\x74\x4a\x74\x46\xdb\xd4\x86\xd1\xa2\x84\x9c\x7c\x62\x43\x98\x10\x41\xb3\x19\x98\xda\xf0\x26\x3b\xdf\x11\x76\xf2\xfb\x34\x05\xd9\x35\xc0\x56\xe1\x24\xd3\x77\x49\x51\x8a\x17\x8b\x0a\x36\x6d\xda\x65\xfd\x4f\x2e\x9a\x74\x5c\x60\xca\xaf\xb8\x10\x7d\xd1\x5c\x11\xed\x1b\x60\x67\x36\xf5\xe1\x5d\x7e\x45\x71\x0d\xa5\xc5\x78\x3a\x56\x4a\xb6\xa7\x23\x25\xb9\x3b\x2c\x2f\x31\x1f\x3e\x39\xd6\x84\xb7\x7c\x72\xa8\x4f\xa8\x28\x98\x92\x13\x5f\xc6\x8a\x58\xf5\x2e\x1d\x37\xb0\xbc\xfe\x3e\x6d\x16\xf3\x54\x37\x79\x82\x69\xce\x84\xed\x89\xdf\x6a\x3c\xe6\x3d\x7a\x0a\x3e\xba\xe1\xd2\xde\x8d\x67\x20\xef\xea\x32\xcc\x92\x9a\x8e\x25\xcb\x98\x41\x25\xc0\xd4\x17\xfc\xf2\x7f\xff\xdf\x59\xe4\x58\xf0\xf0\x1e\xc6\xc2\x39\x1d\x49\x96\x8e\x3a\xe9\xf5\xcc\xab\xf6\x11\xb0\xf6\xa6\x5d\x20\xcc\xe5\x89\x0b\x04\x1b\x8f\x60\x9c\x2d\x4a\x9f\x51\x9c\x77\x76\xcc\x89\x07\x64\xa4\x4e\x63\x12\x5b\x1a\xaf\x3b\xff\x4c\xdb\xdd\xcd\x7c\xe9\x6e\x7a\x08\x16\xfe\x0f\xd6\xde\x72\x40\x1a\xd3\x68\xe1\xfe\xc0\x02\x26\x90\xe7\xcf\x54\x04\xc6\x33\xb7\x62\x61\x3c\x7f\xdb\x30\x4c\x8b\x6c\x73\x61\x5a\x64\x6d\x09\xe2\xd9\x60\x13\x3a\x0b\xcf\x48\xcf\xbb\xee\x09\x9b\x72\xa8\x15\x19\x93\x45\xac\xda\xef\xa9\xa8\x15\x57\x1e\x9a\x5a\x91\xc1\x35\xe2\xb3\x7c\xef\x41\xff\xdc\xd0\xc3\xb4\xc8\x70\x1a\x0f\x5a\x72\x4d\x12\xd5\x62\x23\x60\xe7\x08\x1d\xda\x08\xd1\x39\x06\x87\xce\xd5\xf3\xd0\x7e\x92\x9e\x36\xc8\x31\xc2\x82\x0e\x54\x94\xa9\x0a\x0d\x63\xae\x82\xa6\x61\x24\x10\xe8\x90\x40\x3b\xf7\xb6\xe5\xf0\xb8\x5c\xb9\x8c\x2b\x4d\xf0\xcf\x31\xf3\xe2\xf3\x1b\x7d\xfb\x42\x88\x5e\x3c\xe0\x4c\x9f\x48\xb8\xec\x18\xc2\x6d\x4f\x03\x3d\x75\x78\x65\x0e\x57\xb3\x2b\x16\x88\x95\x8f\xd9\x15\x0b\x4c\xc7\xc7\x10\xd5\x02\x85\xc7\x11\xd9\x62\x03\x3c\x7c\xcc\xb5\x58\x60\xa1\x3b\xe6\x5a\x2c\x50\x2d\x1f\x30\xab\xb0\x24\x9f\x65\xa0\x18\x84\xca\xc7\xe4\x8b\x05\x62\xe4\x23\x10\x6b\x03\x78\x7c\x0c\x62\x2d\x50\x38\x9f\x65\x53\xcd\x2c\xf9\x54\x8e\x88\x99\x06\xcb\x11\x31\xf3\xcc\xa6\xa6\x92\x87\x1f\xa1\x6c\xb8\x83\x98\x9d\xb1\xcc\x12\xf1\xb6\x58\x10\xc5\x8a\x39\x23\xc9\xb4\x04\xb7\xed\x11\xe8\xf4\xae\xe4\x7b\x3b\xa2\x64\xfc\x8a\x0b\xf1\x4f\xfe\x8f\x94\xeb\x98\x43\x4c\xbe\xdb\x99\xe3\x08\x03\x3a\x02\xac\x36\x50\xe9\xc7\x10\xd5\x1a\x87\xdd\xb6\xff\x8e\xf8\xa2\x23\x8c\x6a\xc3\x39\x7c\x04\x51\x6d\x78\x78\x8f\x53\x6e\x57\xc8\xdd\x8f\x30\xaa\x0d\x97\xee\x71\x56\xed\x0a\xfc\xe5\x38\xab\x76\x85\x7f\xe2\x6c\x7b\x55\x20\xd1\x38\x4e\xb2\x5d\x61\xe6\x38\xa6\x74\xac\x10\x60\x9c\x2d\x53\x23\xd1\xb8\x87\x9c\xdb\xa4\xbc\x39\x26\x78\x1c\x71\x46\x6e\x13\xcf\xc6\xe7\xb9\xcd\x31\x15\xa3\xe1\x71\x18\x56\xb6\x66\xa3\x32\x47\x36\x34\x01\x24\xef\x91\x9d\xe8\xcf\x31\x2f\xd9\x71\xff\xac\x22\xa0\x95\xfe\x99\xb8\x31\x83\x68\xb6\xb4\x8b\x63\x53\xa0\xac\x01\x0e\xe8\x98\x2d\x0d\xba\x82\x23\x46\xb4\xb2\x98\xce\x06\x61\xdd\x30\xd2\x1f\x81\xb0\x5a\xb4\xf8\x17\xae\x5f\x36\xb8\x97\x8d\xcb\xf1\xb9\x08\x78\xd5\x08\xf7\x3b\x02\x5e\xdd\xbf\x41\x7a\x4d\xe6\x6f\x44\xfb\x01\x51\xc7\x5f\x76\xa4\xcd\xb4\x81\xc9\x92\x36\xd8\x58\xff\x7b\xea\xec\xa0\x0c\xb7\xe0\x57\x0d\xc8\xf2\x11\xfc\xaa\x67\x1f\x72\xca\xd7\x41\x5c\xd7\x79\x39\x9c\x9c\x10\xb1\xf3\x32\xdc\x90\xd9\x6c\x38\x16\xb8\x87\x23\xfc\xd5\x88\xc9\xfd\xe5\x20\xc7\x15\xc9\x56\xc4\xd4\x21\x2b\xdb\xca\x77\xb2\xb2\xad\x54\xa8\x88\x9d\xb4\xcd\x11\x3b\x19\x1f\x13\xc1\x30\x73\x5f\xf6\x73\x70\x60\xbf\x0c\x44\xe5\xb0\x12\xfc\x6a\x3d\xeb\xdf\x79\x1a\x0e\xd0\x2c\x8e\x5d\xa0\x59\xec\x03\xc2\x62\x3d\xc4\xbd\x1c\x12\xc4\x66\x3f\x7f\x99\xc2\x3b\x43\x8c\xbf\x0c\xf7\xa4\xf1\x57\x31\x1d\xbe\xd0\x4c\x33\x27\x1c\x84\xc1\x16\x61\x7e\xb5\x5e\x5a\xde\xb5\x8e\x48\x97\x7d\x98\xd7\x9f\x68\xb5\x84\x85\xfd\x02\xf5\x9c\x09\x03\x62\x81\x1f\x62\x5a\xb4\x02\x51\xe2\x11\x5c\xab\x11\xfa\x71\x94\xcb\xf5\xfb\x70\x21\xda\x61\xca\xe6\x28\xf4\x56\x03\xac\x71\x4c\x8b\x56\x41\x9a\x1d\xb0\x5c\xbf\x62\x45\x6a\xc8\xc4\x33\x94\x0b\xce\x83\x23\x24\x57\x68\x5c\x8f\x80\x5c\xe5\xa2\x2b\xe6\x48\xeb\x8b\x6b\xb2\x90\x5b\x23\xfe\x9b\xb7\x2d\xc4\x28\x8f\x66\x4c\x1b\xb0\x69\x9d\xb7\x4d\xc4\x69\x9c\x28\x67\xa3\xc1\xbc\x6d\x22\x5e\x29\x86\xd5\x96\x3a\xb6\x96\x2d\x0d\x10\x8d\x55\x96\x88\x32\xbf\x96\x95\x37\xe5\x51\xcb\xfe\x6f\x24\xd6\x13\xef\x81\x90\x58\x15\x28\xf5\x79\x1b\x21\xc8\xa4\x7c\x1b\x21\xc8\x44\x7f\x9b\xd8\x6f\xa5\x50\x11\xfb\xa1\xa6\x29\xb9\x6b\x05\xe3\x7f\x02\xe7\x5a\xa9\xd1\xdc\x11\xbf\x52\xdf\x1e\x80\x14\xab\xeb\x54\x5a\xce\x75\x2a\x75\x1a\xad\x0f\xe9\xfe\x11\xbc\xeb\x59\x3f\x09\xc5\x87\x5a\x0f\x77\xe0\x94\x64\x14\xc5\x88\x28\x9a\xe3\x96\x72\x7d\xf2\x66\x86\x18\xb2\xd0\x52\x90\x0e\xde\x96\x0f\xed\xf2\xcf\xaf\x3d\x3e\xe5\x9e\x3c\xf5\x29\x97\x87\xb6\x13\xf1\xa7\x15\x4c\x12\x83\x8d\x48\xd4\xca\x45\xdb\x05\x12\x1b\x9d\x5d\x56\x20\xb1\x02\x48\xfd\x38\x01\x2c\x79\xaa\x8f\x13\xc0\x92\x98\xfa\x08\x32\x56\x1e\x6c\x4d\x1f\x1b\x88\x67\xbe\x93\xf9\x7d\xe5\x3b\x99\xae\xef\xd4\x27\xd3\xf5\x8c\xe4\xf9\x31\x90\x84\x10\x66\x3d\x2b\x4f\x6b\x21\x89\xf1\x11\x75\xda\x4c\xe7\x3f\xc0\x07\x56\x1e\x62\x2b\x8a\xf8\xd1\x06\x43\x6b\xcc\xec\x42\x88\xc3\xf9\x70\x37\xcf\xa7\xdb\x74\x4a\x0c\xf2\x07\xea\xf6\x95\x6f\x7d\xbd\xa5\x56\x2e\xe7\x6c\xb1\xc6\x62\x5d\x9d\x7d\xf4\x93\xc9\x96\x7a\x98\x6c\xf9\xd6\xb7\xb1\x94\xfb\xf1\x74\xe2\x5d\x70\x5b\x2c\xb7\x8f\xb9\xf6\x32\x7e\xc0\xb6\xd8\x92\x3f\x9e\x4e\xf0\x20\x1c\x01\xb5\x5a\x4d\x93\x8c\xd3\x8a\xb3\x5b\x38\xad\x56\xd3\x22\x4d\x91\xfb\x3f\xa0\xc3\x8f\x51\x5a\x65\xea\x64\x9e\x53\x28\xad\x66\x73\xc6\x57\x92\x69\x41\x53\xf6\x2b\xf9\x68\xd3\x36\xf6\x15\xb5\x63\x97\x48\xda\x54\x6a\x24\x23\x9e\x2a\x92\xc2\x01\x6a\x8a\x19\x9a\xa3\x79\x73\xba\x1f\xa9\x5f\x1e\x1c\xe9\x26\x5f\x49\x03\xad\x3e\x7e\xa5\x97\xa6\x33\xcf\xe4\x20\x73\xba\xa2\xaf\x74\x4b\x5a\x48\xb2\xad\x15\xaa\x17\x61\x81\x0d\x93\x5f\x49\xd3\xb9\xe6\x59\xd7\x54\x8f\x24\x97\x58\xa5\x2d\x0e\x9a\xad\xd4\x6e\x97\x58\x4d\x29\xda\xfc\x56\x24\x4f\xfc\xd4\xfe\x72\x97\x3a\xe2\x5b\xaf\xa6\x0a\xcf\x7c\x0a\xdd\x18\xdc\x78\xd5\x30\xeb\x45\x9f\x40\xac\x56\x8a\xf5\x4d\xa4\xd4\x3c\x55\x5a\x82\x49\x5b\x65\x69\xb2\xf7\xe7\x2b\x2d\x4f\xba\x7c\xc9\x21\xc8\xc8\x39\x8b\xbb\x23\x57\xbf\xe2\xdb\xe5\xe6\xe9\xc7\xad\x47\x34\xcf\xbb\xe9\xcb\xbe\xa2\x03\xf1\xd3\x26\x9f\xda\x25\x0f\x9f\xff\xfb\x7f\x90\xfe\x7e\x25\x83\x5c\x68\xa0\x68\x76\xaf\x34\xf0\x78\x0e\xe4\xd9\xd2\x4f\x88\x24\x1f\x69\x86\x44\x3b\x5a\xbf\x52\x83\xb4\x1b\x86\x40\x80\x2c\xf8\xf1\xbe\xd2\xb7\x86\xc5\x7c\xbc\xbd\x4f\x51\x3b\xdc\x69\x2b\xdf\xe9\x1c\x63\x5a\xdf\xf6\x4e\x31\x01\x6f\xc3\xe7\xdb\x42\xf2\x06\xff\xe4\x55\xd1\xce\x4e\x8a\x59\x3e\x8f\x26\xd2\xfe\x6e\x45\x4c\x6b\x63\xa2\xba\x33\x40\x7d\x45\xdb\x89\x9f\x3c\xf5\xa6\xfd\x2b\xf6\xad\x4f\x91\x64\xbf\x79\x0a\x33\xd4\x09\x42\x49\xbd\xf5\x15\x9d\x85\xea\xa1\x56\xcf\x11\x87\x83\x7e\x45\x73\xd5\x3c\x54\x6b\x73\xe4\xb8\xa8\xd6\x3f\xbe\xfe\x2a\x92\x7d\x22\xc3\x67\x8a\xd0\x0c\x18\x1b\x13\xe5\xe4\x60\x8b\xa8\xdc\x09\x8b\x31\x72\x7e\xfe\x45\x83\xb8\x51\xb2\xf6\x9c\xb9\xb3\xcc\x92\x4a\x5e\xc2\x7b\xe5\xa1\x12\x0c\x3c\x05\x49\x26\x5a\xfe\x43\x31\xeb\x84\xc3\xe2\xbe\xa2\x52\x79\x33\x0d\x84\x65\xaa\x8e\xb7\xf8\x4a\x72\x13\xf6\x48\xfe\x47\x0b\x49\x96\xf2\x3b\xa5\xc8\x52\x4e\x63\x0a\x79\xf5\x07\x92\x68\x5b\x18\x0d\xa5\xdd\x24\xd7\xd7\x57\x52\xea\xfc\x4e\xed\xb6\x7e\x8c\x89\xa4\x44\xfa\x6c\x8a\xc5\xa6\x10\x06\xaa\xd8\xba\x31\x69\xd9\x52\x0e\xb5\xf4\x68\x71\xc8\x23\xf9\x72\xfd\x4f\x85\xfb\xfb\xea\x9f\x8a\x61\x9c\x16\xb4\xea\x48\xbe\xbd\xa5\x54\x4d\xa5\xce\x5c\x31\x49\x9a\x09\xb4\xbe\x92\xb8\xd3\x57\x9e\x79\xc3\xa6\x50\x0c\x7f\xcc\xcf\xe2\x3c\xfa\x2d\x92\xdc\xa9\x2d\x55\x58\x7d\xa5\x7e\x25\xce\xcf\x7c\x13\xe4\xa9\x77\x26\x91\x19\xd0\xcc\x70\x31\xa7\x29\xcf\x3a\x13\xb5\x40\x11\x91\x67\x8f\x19\x4b\x91\x9a\xca\xa4\xf6\x43\x26\x0c\x7a\x61\xae\xe5\xf2\xe4\x4b\xc7\xe4\xd2\x1a\x07\xbe\xb1\x75\x95\x80\x4b\xe8\xb1\x69\x1a\x17\x13\x5e\x10\xa7\x71\xb3\x7b\x08\xd2\x04\xd7\xf5\x57\x12\xc7\x5a\x61\xc3\xa8\x1c\x60\x03\x49\xd7\xb6\xdf\xb3\x25\x69\x21\x6d\x49\x79\xf3\x4f\x5b\x60\x47\x92\x6e\x5f\x53\x85\x74\xfb\x3b\xdf\x09\xc8\xc7\x81\x29\xfa\xb2\x71\x73\x0a\x56\x2b\xfa\x79\xd3\x0e\xf3\xd4\xb7\xdc\xec\x89\xe4\x2d\x97\x2e\x2d\xb5\xba\x46\x52\xab\xd3\x96\xe5\x56\x33\x14\x52\xf3\x9d\x59\xe3\x2b\x1d\x49\x29\xf3\x4f\x6f\xe6\x3b\x9d\xc8\xbf\x96\xa9\x0f\x19\x09\x5d\x3d\xef\x7c\x27\x80\xc7\x95\x31\x13\xeb\xe8\xcd\xb1\x21\x7a\xb3\x12\x45\x42\xec\x66\xe5\x62\xc5\x0a\x0d\x05\x6b\xde\x57\x5a\xfe\xdb\xf9\x50\x7f\x74\xae\x94\xaa\x83\xe3\xc9\xbb\x3a\x2a\x98\x44\x22\x2c\x2b\x0f\x13\x5a\xd8\xa7\xf2\x70\xe2\x09\xfa\x34\x3a\x9a\x84\x90\x4f\xe5\x61\x7e\x09\xf8\x54\x1e\xa6\x97\x70\x4f\xa3\x73\xac\x1a\xf6\x34\xc6\x4c\xa1\x52\x17\x58\x42\x95\x33\x2d\x55\x6c\x49\x29\xf4\x7b\xb7\xef\xf9\x31\x02\x7c\x3c\x2d\xa5\xb8\x13\xf9\x4e\x18\x0b\x7e\xe8\x63\x0d\x9e\xa1\x31\xe6\xa9\xb3\x99\x0b\xf3\x54\x1e\xce\xe5\xc7\xe9\xcf\x72\x8c\x3d\x56\xe1\x39\x7d\x0c\x73\x7a\x18\xc4\x07\x8b\xca\x93\x52\xdd\x8b\x81\xb4\x3c\xf3\xf3\xa5\xac\x38\x4f\x4a\x35\xde\x92\xa1\x72\xea\xcd\x59\xf2\x29\x18\x78\x7a\xf2\xe4\x24\xe5\x5b\xdd\x3a\xcb\x95\x77\x7d\x74\x57\xa4\x61\xda\x68\x2a\x35\xc8\x73\xa5\x9c\xa5\x0f\xe9\xb5\x43\x81\xb3\xfc\x05\x4d\x9a\xe5\xca\x87\x2f\x49\xa9\xf1\x2d\xa9\x21\x7d\x24\xf1\x9d\xe0\xa0\x85\xdf\x23\xf8\xd1\xcc\x71\x2c\xba\xb4\xb2\x98\xab\x62\x4b\x2b\xab\xfc\xd3\x75\xf9\x7d\x55\x17\x6b\xf6\xa2\x47\xb0\x8f\xc2\x7c\x10\x6c\xa9\xac\x92\x0a\xd5\x8b\x95\xb6\x89\xbd\x74\x95\x48\x7f\xfa\x30\xf5\xbb\x4f\xfc\x2c\xa3\x98\x58\x7f\xa0\x98\xd8\x6d\xcc\xa2\xb6\x6c\xc0\xff\x8a\x50\x5a\xd1\x63\xd3\xa6\xad\x8c\xa3\x53\xcc\x17\x56\xab\xd0\x4a\xd5\xfc\xb6\x5f\x49\x38\x94\x9a\x72\x85\x3c\x41\x47\x16\xf5\x59\x75\x68\xff\x9c\xce\xd2\xd9\x0a\x0d\x12\x08\x69\x4e\xb6\x31\x81\x90\x56\x63\xd6\x37\x87\x53\x72\xf8\x1a\x76\x34\x51\xae\x1b\x54\xcb\x2b\x1f\xba\xfe\x7c\xa8\x1b\x02\x27\xb3\x08\xce\x6a\xa5\x93\x42\x28\xcd\x89\xea\x28\x80\x52\xcd\x41\x09\x40\x89\xfd\x56\x00\xa5\xa7\xdc\x91\x84\xe5\xe1\x7c\x07\xa0\xc4\x9e\xd3\x9c\xa0\x67\xd0\x16\xc7\x53\xf6\x3c\xb3\xe6\x41\xcb\x96\x69\x5e\x5a\x1e\x9e\x6f\x7f\xaf\x54\xf1\x27\x29\xaf\xbe\x25\xd1\x7b\x13\x7b\x33\x53\x04\x2c\x5a\x8d\x55\x2e\x60\xd1\x6a\xfc\xfe\xe6\xe0\x4a\xd6\x42\x73\x4e\x84\x95\x67\xdf\x11\x9d\xfc\x51\xc1\x8c\x56\xbb\x52\xe6\x92\x94\x32\x85\x80\x5a\xa9\xdd\x21\xe0\x1c\xcc\x0d\xd4\xe8\x93\x3a\x64\xd0\xe3\x94\x14\xb4\x68\x35\x96\x86\xa1\x45\x83\xbb\x4c\x33\x86\x79\xd1\xc3\xe3\x76\xf3\x9d\x31\xcc\x28\x57\xcd\xc9\x80\x46\xde\xec\x7a\x93\xfa\x8e\xdb\x9d\x1a\xa4\x62\x33\x69\x1b\x9c\x05\x2d\xc5\x08\x0b\x7f\xe7\xd7\x08\x7c\x91\x29\x2c\xa8\x11\x96\xab\xaf\x24\x24\x03\x87\xa6\x69\xca\xae\xfb\xc9\xc3\xc7\x3d\xce\x53\xdb\xb8\xd9\x53\xcc\x5a\x76\xdd\xec\xeb\x82\x1b\x61\xca\xfa\x4a\x04\xda\x17\x44\xdf\x01\x06\x92\x21\xd6\x4f\x5a\xc4\x1d\x20\x4f\xb9\x03\xa4\x24\xb7\x9e\x5a\xb0\xd8\x71\x28\x40\x61\x36\xae\x3c\x45\xad\xa7\x60\x83\x2b\x18\x78\x53\x96\x5d\x83\xb9\xd5\x0d\xa0\x58\x29\xe8\xed\x87\xf4\xdc\xa8\x88\xc1\x1c\x35\x8e\xa8\xa1\x3a\xc3\x41\x36\xd8\x15\x41\x0e\x0d\xe6\x50\xe7\x36\xda\xf2\x72\xf7\xd5\x22\x4f\xe5\x87\xac\x25\xa2\x6f\xa7\xa9\x46\x16\xda\xdf\xab\xf2\x4e\x64\xd5\x40\x42\x56\x33\xc0\xb9\xb2\xd0\x55\xdd\x55\xef\x9a\x92\xec\x3a\xae\x19\x70\x4c\x77\x6c\x31\xe6\x1d\xbb\x2b\x0a\x89\xe0\x41\xcf\xba\xff\x83\x8a\x6d\x52\xb2\xbb\x66\xbe\x98\x84\xa3\xe6\xe7\xa0\x82\xe6\xe7\x1c\xfa\x9a\x5a\x7d\xf7\xce\xcc\x13\x67\x69\xce\xab\x8e\x33\x19\xfd\xbc\xe3\x4c\xe6\x0a\x29\x0a\xb3\x96\xad\x5e\x14\x66\x2d\x87\x92\xa0\x45\x2d\x07\x96\xa0\x45\x2d\xc7\x80\x91\x45\xb3\xb0\x0f\x09\x59\xd4\x72\x0a\x0e\xfb\x92\xd9\x5c\x06\xbe\xe4\x99\x72\xec\x5d\x99\x1d\x51\xce\x64\xb6\x97\x81\x33\x99\xeb\x6e\xf8\xce\x7a\xde\x5d\xaa\xa5\x21\xd9\x69\x3e\x23\xd2\xb1\x07\xf1\xdb\xb1\x87\x41\x10\xe8\xa8\x3d\x69\x1f\x7e\x67\xb4\xa8\x61\x9f\x48\xe3\xf4\x33\x8e\xa8\x34\x8e\x5f\xe1\x88\x5a\x6b\x79\xc8\xe5\x92\xf6\xca\x5d\xdc\xd3\x04\x6e\x54\x1c\x87\x02\x07\xdd\xf5\x7a\xf2\xf4\x6d\x7b\x7d\x1a\xe1\xa8\x24\x6a\x11\x20\x7f\xae\x48\xb6\x71\x30\x80\x46\xcc\x15\x4e\x00\xc3\x81\xec\xed\xf9\x4a\x82\xa8\xa2\x57\x0a\x0c\xf4\xe4\xd6\x20\x2c\x50\x8b\xc6\x33\xc0\x52\xcc\x94\x2a\x7b\x63\xcd\xab\xd6\x08\xf9\x47\x56\x6b\x5b\x2a\x94\x46\x58\xf3\x1d\x49\xf9\xe8\x55\x66\x3c\x5f\xda\x3a\xc3\xc1\x29\xec\x4f\xb9\x7e\xcf\xba\xb3\x47\x45\xd4\xce\x95\xe1\x10\x9c\x67\x31\x85\x0d\xe7\xb9\x38\x0f\x0d\xdf\xe9\xf9\x05\x0e\x39\xe2\xe0\x16\x5d\x5a\x79\x5a\x24\x2b\xa8\x15\x49\x46\x5e\x86\xd1\x74\x69\x31\x04\x98\x2e\x6d\x32\x23\xa6\xef\xec\xec\x1d\x46\x00\x2d\xd6\xde\x64\xd6\x4d\xa4\xad\x99\x94\x37\xed\xe0\x43\xab\x22\xb9\x69\x4d\x15\x02\x2f\x73\x74\x4c\xa3\xeb\xe9\x84\x10\x3e\x33\xa6\x9b\x69\x0b\xd0\xa0\x50\xc5\xbc\x17\x46\x8d\x5c\xa6\x37\x47\x05\xb9\x4c\xc7\x15\xd1\xb6\x4c\x36\x86\x49\x24\x49\xcb\xb7\x3a\x0e\x32\x54\xce\xd5\x36\xf2\xec\xa5\x73\x35\x92\xec\x41\x25\x6f\x6a\x93\x46\xe1\x12\x7f\x5a\xcf\x2e\x2c\xac\xcf\xb8\x7f\xcf\x8a\xfe\x30\xdf\x6d\x5d\x56\x32\x70\xb6\x0c\xad\x34\x55\x2c\x20\x0f\x76\x56\x23\x7b\x9e\x1c\xac\x93\xf9\x97\x57\x35\x72\x17\x0b\x54\xe0\x9d\xd1\x99\x1b\xc2\xe7\xcc\x1c\x87\xc2\xe7\xcc\x68\x55\x82\xe7\xcc\x1c\x69\x82\xe7\x94\xc5\x14\x17\x3c\xa7\x2c\xe6\x94\xd0\x39\x65\x31\x51\x85\xce\x99\xb1\xd9\x4c\x23\xe7\xff\x9d\x58\xe7\xfb\xea\xd6\x87\x69\xda\xdb\x59\xf9\x23\x4a\xff\xe3\xb8\x15\x1a\x67\xb5\x3b\x92\x94\x15\x8e\x91\x85\xa2\xda\x90\x9a\xa4\xff\xcf\xd8\xdb\x5c\x4d\xcf\xf2\x4c\xbb\xa9\x7c\x21\xd8\x06\x0c\x4c\xde\x5c\xa0\xbb\xcf\xfc\x43\xd8\xcb\x55\x47\xf9\xd9\xb3\xeb\x1e\x6a\xd9\xc6\xfc\x23\xa4\x52\x69\x20\x75\xcd\xd4\x0b\x49\x6a\x15\x3f\x34\x47\x5a\x2c\xd9\x4e\x64\x7a\xf4\xf7\xa1\x8f\x5a\x54\x27\xa3\x6d\x8e\x2c\x3f\xa3\x6d\x8e\x9e\x7f\xda\x7e\xdd\xe9\x02\xc3\x6d\x8e\xce\x04\x9d\x5c\xa5\xee\x7c\xeb\xad\x77\xe6\xa9\x8f\x98\x99\x1f\x79\x27\x9e\x29\xea\xe7\xdd\x36\xa2\x71\x32\x5c\xb5\xa6\x99\xa2\x1b\x1b\xaa\x91\x31\x2d\x86\x6c\x90\x31\x8d\x25\x4c\xc2\xd2\xc6\x06\x6b\xa0\x4c\xbb\x5e\x51\xfc\x44\x23\x9f\x3a\x44\x94\x35\x6d\x64\x4c\x89\x75\x94\xbc\xa3\xf5\xce\x53\xf5\x5c\xc9\xa7\x76\x50\xd0\x8d\x42\x87\xe5\x4e\x67\x5c\xcc\xc1\xcd\x64\x32\xdf\x22\x35\x8d\x77\x24\xeb\xe6\x5c\x06\x04\x83\x69\xb3\xa4\xd0\x21\x0f\x3e\xfd\xb9\x6d\x64\xc8\x48\x81\x9e\x78\x9f\x0a\xd7\x1c\x9b\x9e\x50\x30\xf7\x79\xa7\xa0\xaf\x24\x6a\x6e\x92\x06\x4e\x83\x64\x28\x75\x7d\x84\x81\xb9\x4f\xaa\x23\xba\xb6\x3b\xb7\xa8\xe5\xf4\xce\x37\x23\x28\xcc\xcb\x9d\xfd\xc8\x90\x97\x8b\x7e\x5d\x24\x2c\x4a\xa1\x3f\x15\x33\x91\xfe\x24\xf1\x0c\x83\x26\xdf\x09\xb3\x90\x4b\x8d\xe1\x2e\x17\x07\xa7\xd0\x2e\x77\xb4\xf3\x65\xe7\x49\xc9\x77\x43\xbb\x4f\xca\xb4\x5d\x90\xff\x3d\xf3\xf0\x8e\xba\x28\xf8\xca\x1d\x15\x75\x39\x6f\x7d\x8b\xf4\xd4\x33\x73\xdf\x58\x96\x18\x7a\x17\xfb\x1b\xcf\x9e\x09\x79\x77\x86\x54\xd4\x6d\x77\xbf\xf2\xac\xb8\x9b\x90\xaa\x9e\xd1\x22\x1f\xcb\x69\xed\xf2\x59\xc7\xfe\xb2\x9e\x73\xf9\xce\x4a\x14\xe7\xdb\xdd\xcf\xbc\x3a\x25\x51\x51\x5f\xcc\xaf\x0c\xcc\x72\x9b\xe8\x27\x4d\xe2\x3b\x43\xe8\x5d\xf2\x4e\xa1\x6e\x61\x7e\xe8\x16\xd2\x0a\x87\x0d\xa7\xef\x6d\x07\x65\x02\x99\x0c\xee\x6e\x79\x53\x6d\x62\x53\x58\xd8\x41\x69\xef\x33\xa1\xef\xce\x82\x32\x11\xdc\x9d\x39\x62\x44\x44\x6a\x6d\x66\x42\xe6\xaf\xc0\x40\x77\x76\x25\x91\xc2\x5d\x35\xb5\xd6\x64\xce\xae\xe3\xdc\xaa\xf1\xf6\x99\x20\xee\xce\xac\x90\xad\x7e\x4c\x8e\xb6\x3d\x3c\x68\x15\x49\xc3\x74\xfe\x93\x09\xf6\x79\xb5\xa8\x15\x27\x52\xb5\x3d\x2f\xe2\xf2\x9a\xbd\x11\x41\x26\xf1\x17\x53\x8c\x5c\x9c\xa0\xdb\x0e\x40\x4c\x5c\xce\xb6\x9a\x33\x53\xdc\x72\xd7\x51\xf3\xa6\xf4\x20\x4c\x81\xdb\x26\xd3\xf7\x99\xcc\x8d\x1c\x12\x5b\xee\xc0\x6c\x44\xdb\xd9\x99\x2e\x86\x71\xdb\x66\x5a\x22\xc9\x4a\xca\xd6\x28\x0e\xba\xeb\x28\x91\x64\x17\xe5\x8e\x28\x80\xd5\x15\x7f\xda\xb6\x95\x94\x85\xb1\x7d\x9c\xa3\x5d\x98\x8f\xae\x5e\x6c\xce\xe2\xa3\xbb\x8e\x2b\xaf\x6a\x5d\x32\x53\xb6\x8d\xa6\x1c\xa7\xe2\xa3\xbb\xa2\x4d\x8a\x8f\xee\x8a\x5f\x65\x2b\x71\x53\x1c\x51\x62\xa3\xeb\x27\xe7\xbe\xc8\xe8\x7a\x6e\xba\xca\xdf\xda\x73\x7b\x15\x35\x5d\x3f\xef\x7c\xf7\x33\x8e\x29\x0f\xdd\x26\x3e\xdc\x6e\x53\x24\x0d\x4c\xfa\x49\xb6\xd6\x13\x0d\x49\xf9\x5b\xfb\x79\x47\x52\x93\x6a\xde\xd4\xc0\x60\xbf\x15\xdd\x5d\x3f\xd1\x2c\x4d\x77\xd7\x66\x26\x8a\xe3\x9e\xa3\x5b\x88\xfd\xae\xc7\x6d\xea\x7c\xae\x67\x8b\xa4\x26\x66\xde\x9a\xce\x24\x57\x06\xb3\xdf\x01\x0a\x7c\x44\x81\x29\xd8\xbf\xcd\x7e\xd7\x9d\xda\x61\x8c\x8f\x6c\xb1\xb9\xf8\x2b\xf9\xeb\x95\xad\xfe\x33\x3c\xfb\x0a\x92\xc7\xed\x46\xd2\xec\x63\x2b\x12\x6d\xde\x75\x70\x66\x9a\x36\x2f\xae\x8d\x8f\xdd\x0c\xcc\x53\x93\xe8\xdd\x25\xff\x53\xfc\x69\x49\x5d\xb6\x2f\xa4\x11\x35\x70\x2d\xaf\xca\x25\xc3\x24\xfa\xd8\xdf\xcd\xc2\xf8\xd8\xdf\x9d\x26\xa1\xbe\xa2\x1b\x88\xfd\xae\xdf\xdc\x81\x3f\x58\x5a\xdf\x77\x65\xc2\xa6\xc7\x3f\xf2\x0a\xdc\x69\x22\xfe\xef\x91\x2f\xe5\xc1\x65\x72\x88\xfe\xae\xdf\x4c\x07\xe7\x90\xbd\xd3\x7e\xcd\xe9\x9b\xf5\xf6\xb1\xfe\xca\xde\x20\xc2\xbb\x7e\x5f\x29\xa5\xab\x4c\xfa\xdb\xca\x6c\x4f\x29\xaa\x77\xfa\x4d\x33\xfc\x4e\x7f\x2f\xef\x77\x91\x54\xed\xf4\xb7\x66\xf8\x7d\xa6\x14\xa9\xb9\x4c\xa2\x8f\x1d\x06\x9d\x37\x15\x12\x5a\xd9\x0b\xc5\x5a\xd7\xef\x33\xcf\xe4\x30\xb8\xf3\x9d\x0c\xef\xec\xc4\x4e\x35\x5b\xd9\xb1\x84\x9e\xec\x77\xe6\x8c\xbd\x07\x9c\x26\x02\x4f\x5e\x95\xfd\xfc\xe3\x29\xcc\x96\x61\x7a\xbb\x91\xb6\x6f\xb5\x21\x73\xcd\x33\x38\x07\xed\x47\xb7\xb3\x9b\x03\xf3\xeb\xdb\x59\x6f\x48\xba\x9d\x5d\xff\xc4\x6c\x3f\xaf\x7a\x94\x06\x92\x1c\x24\x3d\x92\xc6\xec\x8c\xa4\x31\x63\x55\x08\xac\xd9\x6f\xf6\x9a\xaf\x67\x30\x9b\xdb\xd7\xac\x12\x6c\xa6\x5f\x3b\x16\xd8\xda\x85\xd4\xec\xf1\x0d\x0a\xa8\xd9\x83\x25\x11\x50\xb3\xdf\x25\x6f\x6a\x6e\x5d\x29\x53\x2e\x1f\x4e\xd6\xaf\xef\x78\x9c\x1e\x42\x69\xf6\xfb\xca\x33\x8d\x20\x0b\x5d\x20\xcd\x1e\x3f\xe1\xd7\xf0\x38\xce\xcb\xaf\x17\xcc\x95\x37\xed\x6e\x64\x78\xbf\xec\xd0\x29\xc7\x1a\xc9\x48\x0f\x5b\xed\x98\x47\x9e\x72\x7e\xf1\xd4\x77\xa5\x8c\x8d\x75\xd7\x2b\xcf\xe4\x1d\x61\x75\x09\xfd\x38\x72\xab\xfc\xfa\xae\x94\xce\xd1\xb4\x99\x25\x92\x2e\x40\xa9\xac\x2c\xf5\xc1\x11\x08\xeb\xf8\x22\x19\x04\x75\x7c\x5d\x37\x4a\x0f\x3b\xa2\xba\x0b\xf7\x38\x2e\xba\xd8\x2c\x75\xf5\x62\xaf\xfd\x19\x65\x41\x65\x04\x7b\x7c\x7d\x3c\x42\x3d\xbe\xbe\x58\xa1\x1e\xaf\xc9\xba\xff\x19\x73\xf1\x3e\x93\xa3\x86\xd5\x25\xd0\xe3\xb8\x4a\xde\x54\xb5\xaf\xfc\x4f\xb8\xb1\xb7\x32\xaa\x36\x1b\x8d\xc8\xeb\x46\x2c\xbe\xe6\xae\xab\xb1\x1c\xfe\x0c\x2a\x63\x2a\x0a\x02\x79\x4d\x86\x58\x08\x48\xc2\xdc\x1e\x49\xbd\x7d\xa5\x18\xdf\x4c\xa9\xda\x74\x03\xf3\x9d\x7b\x3b\x7f\x90\x2b\xea\xca\x9b\xf2\x52\x8c\x48\x6e\x20\x3d\x6a\x4e\xda\x9c\xd6\x3f\x3b\xa6\xde\x62\xdc\x42\x5a\xaf\xb8\xf8\x99\x81\xd1\x8d\x7e\xb2\x47\x08\x47\x39\x62\xc5\x16\x8c\x72\xc4\x4a\x20\x18\xe5\xb8\x58\x6b\x82\x51\xbe\xae\x38\xc1\x28\xaf\xd9\xf2\x4c\xa3\xc4\x4a\x10\x8c\x92\xd8\xac\x47\xd2\x04\x7a\xff\x27\x47\xd4\x5b\xe6\xc7\x13\x21\x3f\xf4\x7c\x4a\x65\x3c\x9f\x28\x46\x94\x9f\x57\x86\xde\x94\x0f\x07\x2b\xea\x67\xf0\x37\x13\xf1\x07\xf5\x39\xdb\xee\xcf\xb7\x74\x36\x02\x41\x16\xc7\xe0\x24\x13\x64\xb1\x14\x4e\x32\x41\x16\xc7\x78\x25\xb9\x9a\xb8\x32\xfd\xd9\xba\x84\xdb\xe0\xcf\xf8\x10\x20\x12\x7f\x43\x36\xba\x3b\x6f\xca\xf1\x84\x02\xf0\xa7\x09\x3c\xee\x94\xa9\x68\xec\x9e\x67\xeb\x29\x65\xa6\x2e\xda\x84\x7b\xde\x94\x31\x67\xe4\x0f\x5f\xe3\x2c\x22\xca\x62\xd7\xf3\xa1\xcd\x10\x3c\x33\xf6\x88\xdb\xdc\x9f\x33\x1b\x5f\x33\xa2\xdc\x24\xf3\x3f\xf8\x1a\xc5\xa8\x07\x35\xfe\x23\xa9\x89\x3d\x92\x9a\x88\x07\xe7\xcf\x71\xf3\x9c\x48\xe2\xda\x9b\x8d\xd5\xec\xc4\xb4\x63\xe6\x99\x1a\xf5\x56\x46\xae\xb5\x3b\x92\xdb\x94\x37\xc5\xad\x83\x89\x59\xc4\x7a\xa5\xe4\x99\x5c\xab\x83\x3d\xd9\x49\x6b\x47\xca\x74\x98\x3c\xf3\x42\xb4\x7a\x63\xb4\x3c\x53\x8b\x38\x1f\xfe\x1c\x34\x8f\x4a\x29\xe8\xe6\x18\x2d\xdf\xc9\x59\x89\x62\xf2\xe7\xa0\xf9\x91\xef\xd4\x22\xf6\x67\x27\xbb\xcd\xf5\xc2\xb0\xcd\x96\x2b\xdb\x9f\x0d\xab\x19\x5f\x67\x82\x44\x15\xfa\x73\x0c\x7d\x0a\xdd\x9e\x87\xfc\xde\x31\xf4\x29\x54\xbb\xfa\x78\xbf\xd3\x08\x62\xbb\xf8\xb3\x45\x22\x15\xd5\xae\x3e\x38\xa9\x45\xca\x57\x0a\x0a\x86\xa0\x9e\x63\x64\x58\xec\x7f\x7d\x4b\xf1\x20\x45\x52\x93\x5a\x6a\x26\x06\xd9\xac\x02\x83\x07\x32\x2c\xac\x2c\x49\x53\xc8\xce\x31\x7c\x16\x4d\x41\x39\x8b\x93\xb9\x3c\x92\xe7\x5d\x24\x3b\x7a\x3c\xd5\xe7\xe1\xe5\x63\xf3\xc7\x14\x96\xb3\x18\x76\xfa\x48\x5e\x30\x37\x92\x16\xcc\x88\x24\xb7\xed\xfb\x9d\x17\xcc\x40\x52\xb5\x7b\x4a\x91\xdb\xd6\x0d\x9c\x87\xd7\x4b\x9e\x4d\x6f\x08\x34\xc2\xab\xa7\x47\xd2\xdc\x6a\x7c\x67\x5e\x89\xfc\xc1\xe9\x49\x4b\xaa\x66\xb6\x33\xd0\x12\xd3\x79\x77\xdb\xcc\x2f\x59\x06\xf9\xe5\xc7\xca\x35\xed\x17\x62\xb3\x01\xf3\x98\x87\xc1\x7a\xdc\x8b\xe6\xe1\x19\xfd\xbe\x2b\x43\x5d\x4f\x9f\x93\xce\xb4\x50\x09\xfb\x64\x6b\x1e\xca\x5b\x9c\x5e\x76\x2e\xfa\x96\x37\x65\x1d\x4e\xcb\x7c\xf7\x62\x5b\x9e\x87\x5d\xb2\xde\x23\xa7\xe0\x9a\xd3\x41\x43\x8f\x74\xca\x5a\x49\x31\x76\xc9\x56\xda\x25\xf6\x5b\x47\xe1\x3e\x92\x6c\x9e\x3e\x9e\xa7\xa0\x9b\xc5\x84\x1d\x8f\x24\x07\xed\x9d\x52\xe4\xa0\xcd\xdf\x3d\x6f\x67\xbe\xf3\x76\x92\x32\x97\xde\x4c\xcd\xd4\xc0\x3b\x65\x7e\xf4\x87\x7c\xf7\x55\x3d\xe9\x53\x07\x08\xdf\xe9\x19\x51\x48\x18\x37\x3f\xe6\x69\xc3\xad\x0f\xeb\x79\xda\x70\xeb\x9d\x60\x0a\x0f\x3a\x1b\x43\x73\xda\x8c\xdb\xf3\x9d\xcc\xb8\x35\xdf\xc9\x57\xee\x93\x74\x0a\x2b\x3a\xdb\x9d\xef\x7c\xcf\x3f\xf2\xe1\xd4\xab\x91\x96\x93\x98\xa5\x1c\x35\xaa\xfd\xdb\xa7\x38\x45\xdc\x37\x5b\xcb\x2f\x35\xa4\x3e\x76\xa7\xb2\xf0\x4e\x93\xc6\x8e\x29\x1a\xbf\xd9\x58\x8d\x82\xa7\x4e\xac\xac\x53\xf0\xd4\xd9\x6e\x6a\xe3\x90\x7c\x54\x90\x29\xb4\xea\x74\xe0\xfa\x23\x49\x71\xc3\xea\x35\x85\x5d\x9d\xed\x8a\xa4\x85\x3b\xf2\x0f\x52\xb3\x51\x1d\x9f\x0a\x25\x0f\x35\x8c\xd6\xc0\xa6\x80\xad\xc5\x0c\x2d\x8f\xe4\xc5\x31\x53\xaa\x5b\x95\x76\xa8\x55\x35\x75\xf5\x3c\xa5\xd0\xe5\x36\x52\x8c\xb8\x54\xcc\xac\xf2\x48\xc2\x99\x03\xd8\x9e\x42\xbc\x16\xf3\xcc\x3c\x92\x8d\xdf\x69\xa4\xa2\x47\x70\xf9\xcc\x13\x08\x04\xff\x37\x04\xa2\xf0\xff\xe7\xd0\x98\x0e\x51\x7f\x24\x8f\x2a\xbd\x2a\x40\x84\x49\x60\x1e\xc9\x73\x93\x36\x29\x27\xfa\x38\xf3\x9d\xda\xd4\x53\x35\xb5\x89\xc5\x7f\x7a\xed\xb1\x68\x95\x2f\xf8\xe9\x53\x5e\x35\xfe\x06\xc8\xc7\x3c\xbd\xfa\x4a\x24\x0d\x5c\xc9\x97\xf6\x86\xe5\x99\xc7\x8d\x9e\xda\xf6\x3f\xa4\x50\xb5\xa9\xe6\x3b\x0d\xdb\x45\xcf\xb0\xfa\xf2\xa6\x47\x26\xcf\xd4\x0a\xf6\x25\x03\x6f\x2b\x16\xc9\x69\xe4\x2d\xc9\xa4\x1f\xf1\xd2\x1f\x0b\x92\x12\x96\x9f\xaf\xe8\xca\x4d\x24\xaf\x1c\x7a\xe7\xf2\x1c\xf7\x9d\x66\x5e\x9e\xe3\x77\x3e\xf4\xa2\xe6\x4d\xa3\x71\x98\x37\x97\x9d\x21\x8e\x31\x79\x44\x48\xa8\x6f\xc4\x62\x35\x3f\x2f\x1b\x24\xcf\x4c\x12\x1a\xf7\x6c\xf8\x80\xa6\xe1\xb8\x24\xad\x7e\x44\x63\x39\x1a\x2d\x85\x96\x7a\x44\x9c\xaa\x45\x24\x47\x69\xb1\x2b\x18\xa0\x7b\x9c\x3d\xa2\xf8\x4c\xe8\xcf\x0b\x3c\xf7\x9d\xdf\xc8\x7f\xc7\xc2\xbb\x20\x6b\x61\x93\x22\x8f\xb1\xe3\xa6\x1e\xd1\x8d\x65\xff\x26\x91\xf1\xc9\x39\x20\x90\xee\xd9\xb8\x60\x4e\x32\x19\x63\x14\x9b\x17\xfc\x2c\x8c\x23\xb9\x8b\x1d\x36\xfe\x88\xc6\xa6\x70\xe6\x91\xbc\x18\x57\xc5\x24\x79\x31\x76\xb1\x49\xf2\x62\x6e\x28\xd3\xc9\x8b\x5b\x0e\xa0\x0b\x86\x96\x96\x92\xdd\x22\x0e\xe5\x6b\xd3\x22\x9e\x9a\x8f\xe2\x1d\x2f\x05\x50\x71\xc1\x98\x64\x2f\xce\x79\x79\x11\x4f\x3a\x22\x0a\x5c\xc3\xc6\x73\xc1\xc3\xc2\x66\x17\x02\x43\x8e\xc1\x10\x18\x66\xd6\x6e\x0f\x08\xcd\x21\x07\x7b\x49\x1d\x0c\x4d\x4c\x57\x18\x29\xc4\x96\x5a\x8c\x14\x2a\xff\xcc\x80\xf3\xbc\x4a\xd3\x2e\x44\x0f\x16\xbd\x54\x86\x5d\xc5\x13\x49\x3b\xd3\xfb\xea\xad\x67\x03\xc9\x03\xc7\x26\x26\xd0\x70\xe2\x45\xa6\x29\x11\xb9\xc9\x4d\xa7\x48\xe6\x32\x3e\x61\x44\x3c\x7b\x44\xe6\x5d\xca\x61\x98\x1a\xa2\x87\x69\x50\x05\xbb\x1c\xf1\x40\x4d\xe1\x88\x03\xf1\x9e\xe6\x4f\x3c\x4e\xb4\x35\xf1\x27\x56\xae\xaf\x93\x24\xc8\x27\xa7\x45\x81\xc6\x08\xbd\xab\xb0\xa8\x06\x75\xc2\xeb\x9d\xb6\xb1\x6e\x46\x8a\xfa\x79\xf5\xf2\xf2\x32\x72\x85\x99\x54\x62\x4f\xa1\xed\xa6\x5e\x01\x86\x33\x9d\xf7\xb8\x81\x31\x9a\x06\x03\x1f\x1d\x9d\xc5\x5c\x88\x47\xaf\x79\xaa\xff\x76\xf6\x14\xa7\x3a\x26\xce\x67\x16\x27\xef\x41\xc3\x2d\x9e\xce\x9d\xd9\xed\xdc\xc6\x47\x67\x29\x08\x2b\x3c\x5b\xea\x60\x8f\x63\x67\x8a\x9a\x26\xf1\xe8\x25\x4f\x1d\x8d\xc1\xb6\x60\x80\xf0\xd1\x59\xdb\xe6\x45\x3c\x7a\x7a\x15\xb6\xce\x9e\xdf\xba\x39\x2d\x45\xb9\x39\xec\x46\xe6\x49\x3c\x7a\x26\x90\x21\x19\x3d\xa3\xe7\x20\xc0\xde\x22\xda\xf5\x5c\x53\xc9\x3f\xb5\xdd\x92\x89\x13\x8f\x4e\x83\xcc\x95\x78\xf4\x1a\xd1\xe9\xc5\xf8\x4f\x65\xbb\x47\x67\x34\x5d\xe2\x7d\xbf\xdf\xde\x2a\xf8\x46\xf2\x71\x9b\x67\xc3\xf5\x3f\x11\xdd\x3a\x8e\xb1\xea\x10\xd8\x7e\xa5\x4e\x6e\x1d\xf3\xd8\xc0\xe2\xa3\x97\xbc\xec\xd6\x5d\x79\xea\xd6\x5d\x29\x19\xc7\x3a\x35\x86\xc2\x88\xc9\x29\xe2\xc4\xea\x40\xd8\x47\xa2\xb1\x7c\xaa\x59\xee\x60\xd7\x47\xaa\x6a\x0d\x3f\x05\x72\xc7\x0e\x52\x41\x7a\x70\x9c\x0a\xa2\x5c\x1d\x8f\xfd\x48\x6e\x2b\x1b\x55\x05\x81\x77\xe7\x5d\x23\xf0\x22\xb9\x6d\x6c\x3e\xce\xdc\x7c\xf4\x74\x30\xf8\xbc\x96\x0a\xba\x6d\x1c\x93\xd5\x47\x47\x67\x79\x08\xb5\x5c\x1d\xb4\xf9\x48\x45\x12\x75\x20\x2e\x08\xad\x49\x58\xe4\x4a\x14\xd5\xac\x8b\x79\x19\xd1\xf3\xf2\xca\xbb\x6e\x4d\x8d\xc8\xc8\xa5\x60\xe6\x65\xbe\x65\x5e\xd2\xc1\x8b\x99\x47\x97\xb2\xb2\x38\x43\x2b\x2b\x8b\x3d\xd1\x08\xe5\xa3\x73\x30\x3a\xb1\xf3\x3d\xd3\xe3\xdb\x8b\x3f\x6d\x67\xb5\x70\x56\x57\xd6\x03\x0a\x5c\x75\x3a\xbd\x99\x92\x8c\x12\x64\x67\x68\x66\x5e\x29\xe5\xdf\xa6\xee\xd9\x4c\x4b\x5f\x58\xa3\x06\x34\xdf\x95\x2d\x54\x80\xe6\x0a\x4e\x7d\x36\x63\xe9\x0a\x33\xbe\x19\x4b\x57\x58\x3a\x4e\xe7\x7c\x16\x76\x0a\xe7\x73\x3e\x0b\x53\xaf\x19\xd5\x44\xa7\x36\xf3\x1a\xd1\x54\xe1\x9d\xeb\x3c\x53\x8e\x01\x07\x3d\x55\xf8\x38\x88\x3e\x3f\xfd\xfa\x2f\x29\x88\x96\xbb\x0f\x85\x6b\x7e\x44\x9e\x02\xc9\xe7\xb4\x6d\xe6\x2e\x2a\x25\xa2\x9b\xc3\xe9\xd1\xcc\x5d\x04\x2a\x76\x1a\xdc\x7c\x16\xe6\x6d\x33\x77\x51\x94\x64\xe7\x76\x3e\x0b\x1b\x9f\x72\x3b\x57\xe2\x21\x67\xc3\x75\x94\x2a\x1b\xa0\x52\x58\x4a\xa6\x5c\x3c\x4b\x8b\xa8\xe8\xd9\xf7\x37\xf6\x33\xb3\x8b\x0b\x28\xfd\xbc\xcb\x5f\x17\x83\x45\xd7\x98\xe9\xa8\xbc\x2f\xbb\x79\x35\x4f\x19\x2d\xba\x06\xaa\xa3\x16\xd1\xcd\x63\x2e\x36\xf0\xab\x6c\xa8\x62\x62\xac\xc0\xf5\x67\x03\xa2\xca\x9c\x6f\x40\x54\x39\x2f\x84\x9f\xae\xa0\xf7\x67\x03\xb0\xca\xfa\x6e\x20\x54\xd9\x99\x9b\x19\xeb\xde\x29\x03\xce\xb4\x46\x54\x9d\x46\xa6\x85\x71\xa6\xb9\x25\x37\x73\x18\xe5\x62\xda\x0c\x3b\x1d\x99\x9b\xe6\x3d\xc8\x95\xa6\x19\x77\x0a\xc2\x6e\x1a\x48\x7d\xc6\x30\xd0\x8c\x34\xe5\x5c\xbd\x21\x2a\x62\xc3\xba\xbd\x22\x72\x01\xba\xcd\x54\x34\x98\xb9\x37\x89\x1a\x58\x79\x82\x52\x37\x90\x74\xf3\xf6\x8a\x18\x57\x0a\x76\x7b\xce\x14\xdc\xf5\x6e\xca\x75\x73\xae\x7c\xea\xe6\x70\x09\x12\xb0\x3a\x01\x58\xf3\x26\x89\x03\x13\xca\xc0\xea\xb3\xb4\xfc\xe6\xeb\xdf\x34\xc4\x9f\xc5\x3c\x35\xc7\x03\x67\xbf\xf3\x4c\x9f\xc4\x27\x4e\x11\x3d\xbe\xb7\x07\xa3\xb0\xe7\x91\x2a\x4e\x37\x2e\x5f\x1a\x3a\x8b\x99\xc8\xdc\x8e\x67\x2c\x1a\x86\x68\x0f\x20\x6d\xd3\x69\xa5\x4f\x82\x4c\xa7\x31\xda\x67\xee\xb4\x4e\x2b\x7d\xe6\x8e\xa5\xb4\xd2\x0d\x8b\xf8\x14\x2d\x64\xbb\xde\x72\x69\x5c\x1e\xba\x71\x47\x2a\xfc\xe7\xdf\xf0\x74\x31\x92\xd4\xdf\xcb\x25\xd7\x63\xe3\xbb\xcf\x18\x41\x8c\xef\x3e\x89\x1f\x98\xa4\x9c\x06\xe9\x36\x85\xef\x4e\x1c\xd0\x04\xde\x0d\x9e\x7f\xde\x86\xb6\xbe\x05\x4d\x81\x32\xa9\x92\xf2\x41\x00\xa6\x9a\xe2\x76\x6c\x57\xda\xad\x90\xd3\x9a\xfa\x6c\x33\x4e\xa5\xb6\x50\x2d\x8c\x88\xd5\x22\xfd\x40\x44\x2a\x77\x44\x43\xb2\xaf\xf3\xdf\xd9\x87\x9f\x77\x05\x29\xbe\xd2\xdb\x0e\x58\xbd\xd2\x50\x45\xd9\xd7\xd4\x77\x1b\x60\x9a\xbf\x38\x61\xc5\xcc\xc3\x9f\xbf\xa4\xa5\x8e\xa4\x27\xd0\x7b\x92\x66\x3a\x4a\xb3\x31\xda\xb5\x70\x6e\x9a\xfd\xf1\x8a\x5a\xdc\x07\x8d\xbd\x11\xdd\x58\xf4\x0b\xa3\xb4\x2f\xa2\x71\xa7\xc9\x20\xaf\x28\xdc\x86\x69\x5f\x27\x36\x18\xc3\xb4\x2f\xc2\x7a\xa7\x61\xda\xf5\xc8\xa7\xdb\x0f\xf3\xa9\x71\xd9\xa9\xa2\xb1\x81\x33\xa2\x61\xda\x34\x67\x7a\xac\x28\xd5\xec\x60\x31\xb5\x75\x03\xc8\x62\x32\x13\x86\xbb\xc5\xd4\x65\x66\xc8\x81\xfb\x69\x06\xd1\xcd\x09\xdb\x1d\x22\x1b\x7b\x22\x90\xee\x18\x2a\xba\x83\x64\x63\x19\x31\xe1\xe3\x15\xa3\x86\x30\xdd\x2d\xe6\x46\x43\xba\xaf\x18\x54\xcd\xf8\x78\xc5\xfc\xd8\x89\xb4\xcf\x70\x80\x74\xcc\x70\x98\x03\x0c\x47\xc8\xec\x20\x1d\x51\x20\x4c\xf2\x78\xc5\x72\xda\x21\xfd\x2a\x29\xca\xdc\x1d\x54\x51\xf3\x3d\xa6\xbc\xbe\x0c\x49\x2e\x29\xd7\xf5\x2f\x79\xfa\xb5\x98\x2a\xfe\x6c\x5a\x4e\x49\x34\x80\x97\xa1\x04\xcb\xd3\x4d\x03\xe8\x37\x18\xc2\xd0\x45\x9c\xf0\x7a\xc6\x8c\x60\xb0\xf7\x35\xd2\xe7\x4e\x9e\x82\x1a\xd6\x89\xd8\x46\x49\x10\xcf\x63\xbb\x47\xfe\x2a\x4c\xfd\xcc\xb3\xad\x67\x29\xe6\xe3\xfa\xe6\xa1\xb1\x88\xe9\x70\x38\xc0\xd2\xc3\xf0\x4c\xd0\xd6\x01\x07\x18\x03\x3b\xe0\x00\x63\xd8\x85\x15\x7f\x16\x4b\x9e\x56\x3f\x1d\x88\x4e\xb5\xc2\x7f\x95\x5d\xbb\xdd\x4c\xff\xe1\x5c\xa5\x33\x05\x39\x42\x80\x6e\x31\x5e\xfc\x66\xf6\x0b\x2f\xde\xee\x99\x1a\x7d\x5c\x6a\xca\xb1\x13\x6f\xe4\xdd\x3f\x27\x9f\xe6\x65\x1d\x1b\x2d\x26\x1e\x01\xc8\xdb\xcd\x66\x64\x4e\xc8\x79\xb2\xe6\xcc\x09\x39\x4e\xb6\x14\x63\xc6\x6b\x79\x3f\xed\x62\x73\x69\x48\xc3\x51\x0a\x34\xdc\x0c\x61\x47\xcb\x5f\x97\xde\x4d\xb9\x46\x82\x96\x7c\xfa\xf1\xbb\x29\xf7\x67\x91\x3e\xd3\x6a\x28\x07\x8b\x43\x28\xf2\xe7\x29\xff\xd1\x6a\x28\x07\xaa\x9f\x29\x23\xaf\x91\x2a\x2e\x67\x8e\x61\x71\x98\x33\xf2\x22\xbe\x64\x9a\x33\xb2\x1c\x2d\x25\x43\xd8\xc6\x7f\x9d\x99\x85\xe0\xb2\xe9\x94\xde\x35\x5a\xb0\x71\xe7\xe5\x60\x05\x9b\x51\xb2\x1c\x35\xa2\x13\xc9\x5c\xa9\xe4\x57\xad\xff\x0f\x76\x1a\xd1\x4d\x3e\xe5\x32\x78\xc6\x5f\x02\x9a\x9d\xc3\x99\x0f\x08\xe2\x9b\xce\xf0\x5d\x62\x0e\x32\xc7\x64\x01\x8a\x31\xcd\x23\x59\x62\xb9\x11\x36\xbd\xe1\x4c\x9d\xce\xff\x1d\xea\x81\x69\xe6\xc8\xb0\x97\x4c\x33\x47\x26\x54\x71\x9a\x39\x32\xd1\x82\xd3\xf0\xf4\x04\x1d\x4e\x93\x45\xe2\x19\x9d\x26\x8b\x0c\x0d\xc5\x34\x3d\x64\x8d\x9d\xd5\x39\xc0\x0b\x10\x95\x49\xd2\x6f\x22\x85\xe6\x34\x29\x1e\xd8\xac\x69\x9a\xc7\x02\x82\x65\xce\x61\x88\xf2\x40\x32\xaa\x93\x82\x4c\xa9\x42\xf7\x0b\x84\xde\x89\xc2\x9f\xd3\x18\x19\xe6\xc0\x34\x46\x86\x4b\xf6\x14\xa5\xca\x64\x96\x8a\x0d\x32\x51\x90\x73\x1a\x24\xf1\x96\xb2\xff\xef\xff\x15\x02\x81\xa6\xb0\xe9\x25\x2a\x9f\xa0\xe9\x25\x8a\xa5\x90\xe9\x25\xaa\xe3\xc4\x4a\xca\x3e\x34\x09\x4d\xc3\xc4\x38\xd1\xf4\xe9\xf7\x89\xa6\x7f\xe7\x65\x34\x7d\x2a\xab\x84\x1a\xd7\x5b\x30\x8a\x59\x3e\x9d\x9e\xdb\x0d\xd1\x94\x7c\x33\x4f\x1d\xc1\x91\x82\x84\x87\xc8\x7d\x49\x38\xf5\x3b\x16\x0d\x11\x38\xde\xb9\xb8\x4f\x83\x7c\x7b\x24\xae\x61\xf4\x33\x20\xc8\x7c\x28\x10\x64\x86\xd6\x3c\x29\xcc\x54\x21\xd3\xaf\x2c\x2d\x01\xd3\xaf\xac\x4a\xe1\xd2\xaf\xac\x6f\xc1\xd2\x7b\x6c\xbd\x06\xa2\xd7\xdc\x0a\x9d\x1c\x1c\x40\xf0\x74\x72\x70\xbc\xe0\xd3\xc9\xc1\xc1\x8f\xcd\x65\x58\xd6\xc8\x33\xc1\xb2\x98\xbf\x22\x5b\xbc\x2a\xe7\xe9\x32\x2c\xab\x45\x12\x2c\x0b\xd3\xac\xa0\xe7\x1d\x70\xf2\x5c\x06\x62\xb1\xf3\xac\x5c\x49\xf9\xa1\x60\x3a\xb9\x6e\x1b\x7b\x9e\xd9\x29\xa6\xc5\x0e\xaa\x79\x2e\xe3\xb2\x58\xe1\x22\x5a\xec\x20\xd1\xa7\x50\xea\x1d\x64\xf8\x5c\xc6\x31\xd2\xbf\x42\xa9\x87\x56\x64\x2e\x67\xaf\x60\x24\x84\x52\xef\x60\x9c\xe7\x32\x6e\x91\xbd\x69\xd9\xef\x1b\x7b\xa9\x80\xe9\x1d\x80\xf9\x5c\x86\x31\x32\xe5\x05\x4c\xbf\xea\xc8\x33\x2d\x15\xf4\xd6\x65\x50\x23\x03\xb3\x0c\x63\xbc\xf3\x0b\x55\xbb\xe5\x4d\x01\xe4\x46\xde\xf4\x48\x50\x35\x83\xcd\x09\xbb\x9a\xcb\x61\xe0\x69\x93\xc1\x37\xe9\x0b\x13\xfe\x67\xd0\x9c\xac\x32\x7e\xf0\x65\x0c\xda\xfb\xa1\x00\x45\xe9\x28\xc7\xeb\x64\x26\x38\x5e\x27\xa3\xb6\x85\x8a\x4a\xe7\x3b\x5e\x27\xf3\x49\xd8\x85\xeb\xfd\xa1\x00\x45\xed\xdf\x18\x96\xb9\x0c\x49\xa3\xf9\xdb\xa9\x2e\x98\x50\xdb\x00\x35\x7e\x2f\x80\xf9\xb8\xde\x67\x6e\xc4\x40\x52\x80\x3e\xa3\xb6\x95\xea\xe2\x7a\x25\x37\x62\x22\x19\x15\x55\x91\xdc\x88\x03\x49\xd8\xb5\x3b\x75\x11\x0e\xea\x7d\x26\xb4\x1a\x43\x28\x18\x7a\x89\x7e\x2d\x14\xfa\x20\x70\x6e\x0a\x77\x3e\x26\x1a\xb4\x70\xe7\x25\xf7\xa2\x6d\x77\x2c\x03\x2a\xa4\xf9\x20\x24\x76\x0a\x69\x3e\x88\xcd\x9f\x02\x9a\x17\x82\xdc\xa6\x92\x9f\x0f\xa8\x02\xe6\x66\x3f\x8d\xf4\xd1\x33\xda\x27\xc4\xce\x7c\x6b\xf6\xd3\x9b\xf4\x92\x76\x57\x42\x30\xa7\x80\xe6\x63\xbe\x92\x6b\x4d\x3d\x97\x6b\x4d\xcf\x0b\x57\x36\x53\x17\xe1\x70\x08\xeb\x9d\x4a\x74\x3e\xe6\x99\x52\x5c\xcf\x7c\xb7\x25\xf1\x77\xe1\x70\x20\xab\x9a\x42\x96\x97\xdc\x33\x04\x25\x7f\x36\x04\x1a\xb1\xe5\x45\x61\x43\xd8\xf6\x85\xb2\x59\x6c\x23\x11\x7a\x24\xf9\x42\x59\x2f\xc2\x80\x97\x58\x43\xb6\x7d\xa1\xec\x63\xc2\x80\x17\x38\x53\xa6\x50\xde\x25\x07\x80\x60\xdd\x25\x17\x68\xc1\xba\x67\x1b\x91\xec\x5e\x8f\xa4\x9a\x71\x22\x7d\x0c\x28\x40\xbb\xfd\x38\x4a\x0c\xc5\x45\xd0\xed\x92\xbb\xff\xc7\x31\x63\x23\xcf\x96\xbe\x2b\x48\x06\x81\xe4\x99\x10\x03\x1c\xb2\x1f\x7b\x53\x47\x24\x79\x53\xd9\x7d\x3f\xf6\x98\xe6\x50\xfb\x40\x7f\xc6\x50\x28\xe3\x79\x89\x19\xe9\xe3\x9c\x14\x71\x98\x0a\xf4\x5d\x41\x70\xce\x0f\x99\x79\xb1\xac\x18\xf4\x7d\xc4\xee\xf2\xb1\x2f\x27\xd7\xbc\x8f\x7d\xa0\x5c\x92\x3e\x30\xf3\x71\x49\xfd\xd8\x56\x1d\xa5\xe4\x93\x03\x9c\xff\x28\x29\x05\x00\xc1\xf9\x21\x29\x05\x9a\xf8\xc7\xb6\xeb\xd8\x13\x84\x03\xaf\x40\x55\xe7\x07\x27\x27\x0a\xbe\xc0\xde\x35\xea\xc5\xc7\xc6\x69\xc2\x43\xe7\xc7\x4e\xcd\x5c\xed\x3f\xe6\xe9\x23\x78\x6c\x7e\x70\x6a\xa2\x72\x7d\x6c\x9c\x8e\x89\xe3\x63\xe3\x74\xec\x2e\x1f\xfb\x7d\x08\xdf\x9d\x1f\xd8\x4a\x67\x5e\x96\xe7\xaf\xe6\x61\xf3\xa7\x74\xb8\xd8\x4a\x81\xef\xce\x8f\xb3\x61\xc5\xec\xf5\xb1\x9b\x27\xb6\x37\x61\xbb\x2b\x70\xd3\xf9\xb1\x97\x27\xc6\x93\x8f\xdd\x3a\xb1\x37\x7c\xec\xc5\xe4\xba\xf5\x25\xd9\x04\x9a\xe9\x37\xcc\x7d\x05\x91\x19\x91\xa7\x0e\x69\x66\xc5\x7f\xcd\x78\x10\xad\x47\x80\xeb\x7a\x9f\xff\x41\xd1\xfe\x32\x29\xf3\x17\x5b\xff\x59\x83\x5f\x3c\x33\x0c\xd5\x97\x90\xc7\xbc\x4c\xc8\x23\xd3\xfb\x8b\x6b\x86\xb9\x2f\x48\x76\x05\x8c\x3f\x4d\x9b\x7b\x74\x14\x28\xf1\xe6\x56\xa0\xa7\xf3\x8b\x6b\xe6\xce\xbb\x5d\x5f\xd2\x16\x5c\x33\x3d\x3f\x9d\x7a\x98\x72\xec\xcb\x60\x07\xf9\x7a\x7a\xf7\x9e\x4f\xed\xa9\x61\x8c\xbf\x78\x6a\x46\x2a\x48\x5b\x0f\x44\xb7\x95\x05\x29\xde\xdd\x0a\x37\xcf\xfc\x2e\x9a\x4a\x0d\xd1\x5e\x99\x78\x5f\xb3\x56\x12\xa1\x39\x85\x1a\xaf\x90\x03\xcd\x2f\xbe\x99\x99\x4f\x87\x1e\xd2\x1a\x5c\x33\x2c\xaa\x2f\xae\x99\x91\x82\xec\x79\xe5\xb6\xeb\x8c\xea\x07\x5c\x03\xf3\xbb\x68\x4e\xfe\xe3\xe6\xcc\xd4\x98\xe6\xf0\x5b\xad\x8d\x36\xd3\x58\x93\x00\x1e\xef\x53\x3b\x41\xd9\x51\x04\x65\xaf\x30\x1f\xcd\xef\xa6\x75\x74\xcc\xb6\xcb\x90\xa1\xc3\x23\xda\x53\xae\x5b\x97\x72\x4c\xa4\x80\x3a\xf6\xc5\x21\x3a\xf2\xa9\x07\x2b\xad\x73\xb0\x1a\x31\xf3\xf3\x87\x1b\x07\xa5\x40\x69\xd8\x2b\x0c\x4f\xf3\x87\x17\x27\xcf\x7c\x5b\xe8\x11\x7d\x5b\x60\xaa\x99\xe6\x77\x44\x5f\xfc\xe1\xc5\xe9\x11\xed\xf6\xb8\x53\xb0\x6b\x3c\xf2\xd4\x89\x7d\xdf\x92\xed\xb9\x79\x5f\x96\x9f\xa0\xe4\x5d\xd3\x84\xa2\x71\x38\xf1\xfa\x49\xb8\xe6\xfc\xe1\xa9\x41\x35\xfb\xe1\xa9\x61\xe9\xfc\x70\xcd\xdc\x11\x5d\x47\x14\x94\x1f\xae\x19\xfa\xf8\x67\x5b\x33\x28\xea\xf9\xc3\x19\x93\xf6\x39\x5a\x38\x30\xcd\x1f\xbe\x19\x26\xee\xcf\xbe\x99\x92\x87\x7f\xea\x46\xfe\xaa\x1d\x3d\xf6\xee\x1f\x37\x32\x96\xdd\x2f\x37\xb2\x3c\x6d\x46\x97\xf0\x53\xd3\xcb\xbd\x15\x36\x5b\xe5\xc8\x6f\xc4\xa9\x9f\xfb\xb7\x41\xe8\x67\xac\x4a\xe6\xf9\x3d\xc7\xfb\x5b\x9b\xc3\x4b\x5e\xb6\x39\x9c\xed\xd4\x44\xbf\x67\x0e\xdb\x1f\x00\x2d\xce\x0e\xe7\x71\x3f\x47\x66\x90\x08\x10\x63\x05\x30\xd1\xef\x49\x34\xf1\x34\xd1\xef\x19\xeb\xd5\x0f\x47\x0d\x87\xe8\x0f\x47\x4d\x4d\x49\xbe\x62\x72\x00\xfc\x70\xd4\x94\x94\x2c\xfb\x78\x1a\xbb\xdd\x58\xfa\x14\x37\x4d\xc9\x5f\xdd\xd8\xb7\xc2\x6e\xec\xfb\x32\x8d\xb5\xf8\x67\x86\x10\x14\x20\x41\xe7\xcf\x3b\xe3\xfa\x87\x13\xa7\xfe\x07\xdc\xe2\x9f\x3d\x3c\xb1\xb6\xfd\x0d\x7a\xa2\x21\xd2\x13\x17\xa2\xdd\x04\x1d\x49\x7e\x01\x06\xe7\x0f\x97\x4e\x49\x05\x3d\xcc\x9c\xeb\x02\xd4\xb7\xeb\x2d\xc7\x2d\xaf\x11\x9d\xfa\x91\xf9\xff\x67\x2f\x0d\x0a\x8d\xd8\x83\x13\xa4\x3e\x8d\xa1\xbf\x72\xbe\x3a\xf3\xfc\x15\x8f\xc3\x9f\x81\xbf\x41\xa8\xfd\xd9\x16\x1d\xbd\xc9\x89\xe8\xaf\xa8\x3b\x7f\xb6\x45\xbf\x7d\x68\x37\x66\xdc\x4c\x7f\x36\xbf\x45\x9b\x70\x2a\xfa\x2b\x5e\x1b\xd3\x16\x5f\x6f\x4f\xe0\xa7\x79\xbf\xfd\xf3\xcb\x94\xac\x74\xa0\x95\x53\xe9\x2f\xa7\x05\xdd\xb6\xb0\xad\xd3\x20\x9b\xa6\xa3\xa6\xfc\x61\x8c\xe3\xb8\x33\x03\xf2\x15\x75\xc2\x0c\xc8\x57\xb4\x16\x33\x20\x5f\xd1\xc9\xcc\x80\x7c\xbd\x3d\xe7\x64\xa2\xd1\x1a\xcd\x79\x7c\x45\xf9\x10\x76\xbe\xd5\xb7\x60\x37\x0f\x15\xed\x6f\x61\x60\x88\x28\xcf\x41\x0a\x52\x0a\x97\x9a\xb6\x6e\xc6\x87\xc6\xda\xad\x93\x75\x66\xca\xe3\x3b\x40\x54\x53\x1e\x07\x79\xfc\x47\x3e\x8a\x74\xa2\xd6\x4a\x00\x85\x7f\xa4\xf5\xe6\x92\xe6\x54\xf4\x41\x37\x43\x72\x8c\xc5\x7b\x39\x15\xfd\x65\x2a\xf7\x47\x3c\x5d\x87\x8a\x68\x53\xfa\x1d\xd1\xbe\x00\xef\x0b\x4b\xe0\xf8\xf3\xc6\x48\xb6\x0e\x93\xc2\xbf\xef\xda\x51\xe0\x1b\xe6\x32\xb7\xf1\x05\x3e\x74\x39\x33\xfd\x85\xa7\x60\x1d\xa4\x27\xb8\x53\xb0\x5d\x05\xbe\x70\x2f\x53\x1f\x5f\x38\x37\x96\x53\xd3\x03\x51\x5e\xce\x45\x5f\x4b\xea\xe4\x39\x3f\x52\x27\x73\x90\xb2\x1d\xad\xc3\x93\x9c\x85\xb6\x0c\x76\xbf\xd1\x47\x17\xc9\xe8\xd9\xac\x96\x93\xd1\x97\x23\x3d\x85\x51\x39\xff\x85\x44\x27\x0d\x12\x6b\x0e\x13\x75\x1d\xd8\x94\xd3\x1e\x25\x59\xe1\x68\x5f\xca\x3e\xdf\x40\xc2\x2f\x27\x9f\x77\x22\xa1\x47\x72\x2a\xf2\x74\xa2\x0d\xca\x60\x2b\x97\x51\xf3\x85\x5d\x64\x29\x17\xfd\xd9\x00\xfd\x2f\x27\xa3\x2f\xec\x9f\xeb\xc0\xa0\x7c\x47\x74\xa2\xf2\x42\x6b\x16\x8d\xa3\x27\x62\x5f\x4e\x51\x5f\x5b\x78\xf2\x5f\xec\xb3\x74\xaa\x73\x7f\x97\xd4\xca\xb4\xc8\x25\x1d\x23\x5a\x0a\x42\x06\xd6\x61\x8b\x72\xc9\x7f\x6c\x51\x2e\x69\xae\xe6\x78\xa9\xef\xd3\x5b\xa9\x02\xf2\x90\x8c\x21\x29\x77\x58\xa4\x6b\xb4\x1e\x66\x2a\xac\x05\x30\x33\xd9\x6c\x5e\xe6\xf2\xb8\x04\xa9\x3f\xcb\xfd\xef\x04\x99\xcf\xbb\x3f\x9b\x39\x53\xd2\x9f\x3f\x75\x8f\x9f\xbe\x59\x78\xff\x5f\xa7\x33\xed\x52\x79\x32\xe4\xb3\xdb\x2e\xd3\x2c\xc3\xd5\xb3\x4e\x92\xb5\xd0\x83\xa7\xed\xd2\xf5\x15\xa5\x8f\xd6\xfc\x44\x4c\xa2\x2d\x92\x22\xaf\xdf\x37\x35\xdb\xb1\x9c\x2c\x41\xe0\x13\x8f\xb2\x4e\x07\xf6\xdd\x79\xd6\x54\x01\x3e\x94\x25\xda\x7c\xf4\x8f\xd4\x65\x67\x98\x48\x32\x10\x94\x7c\x67\xe5\x72\xe6\xe1\x96\x22\x4a\xab\x94\x6c\x0b\xd0\xdb\x3a\x41\x30\x32\xcd\x05\x64\x3f\x83\xd6\x59\x42\xb2\xd7\x59\xf2\x50\x29\xe1\x99\x9c\xa6\x6e\x86\x07\x60\x19\xc8\x1e\x13\xe2\x3a\xad\x13\x11\x98\xb5\x84\x5d\xef\xe7\x2b\x69\xcd\xf6\xbc\xaa\xf8\xf6\x9e\x52\x15\x1c\xcc\xca\x12\x92\xfd\xc2\x61\xb4\x4e\x87\x34\xbf\xdf\xfd\x3c\xc1\x23\x2a\x38\x78\x50\x55\x13\xa4\x0e\x7e\xb8\x65\xde\x1c\xf4\xb1\x09\x52\x59\x72\x02\xab\x77\x98\x5d\x96\x00\xe9\x57\x1d\x79\x26\xa3\xe5\x4c\x99\x8a\xdc\x1d\x8c\x86\x99\x4d\x27\x55\x33\xaf\xf7\x60\xaa\x38\x50\xd9\x8a\xf3\xba\xcc\x73\x6a\x65\x65\x5d\xce\x46\xe0\x4b\xe5\x32\x00\x3d\x84\x0d\xeb\x72\xba\x38\xec\x17\x4b\x08\xf4\x6b\xd2\xa7\xa2\x7b\x1e\x20\xa7\xd6\x65\x2b\x1e\xf3\xe6\xb2\x15\x6f\xe4\x3b\xc5\x24\xf6\xfc\x51\xa1\x8d\x33\x92\x5d\x7f\x8d\x0a\x18\x60\x98\x21\xbe\xcc\x1d\xd5\x29\xc7\x41\xa7\x77\x24\x59\x26\xe9\x9b\xcb\x61\xa6\x3d\xdf\xc9\x16\x79\xe7\x99\x0c\xaa\xf4\x86\xd3\xda\x03\xd3\x5a\x97\x3d\x28\x23\xdf\xc9\xa0\x6a\x8d\x7c\x5d\x0e\x33\x4d\xdf\x38\xcc\x14\x45\x7a\x19\x95\x3e\x61\x59\x5f\x97\xe3\x4c\xef\x48\xb2\xb6\xa6\x8f\x35\x8b\xef\xb7\x3b\xcc\x87\xca\x80\x3b\x3d\xbe\x73\x74\x3f\x92\xac\xc4\x0c\xff\x65\x5a\xd3\x0c\x9c\x43\x4b\x3b\xff\x77\x30\x69\xcf\x9b\x36\xa2\x52\x71\xb3\x9a\x8e\x48\xc6\x67\x33\x6f\x9c\x0d\x1f\x5d\x63\x09\x40\x3e\xb2\x41\x0a\x31\x3e\x80\xca\x2d\xd1\x3f\x0f\x80\x59\x4b\xf0\xf1\x01\x03\xfc\x12\x7c\x7c\x00\xb1\x5b\x42\x8f\x8f\x2c\x53\xa1\xc5\x07\x20\xad\x25\xb4\xf8\x00\x73\xb6\x04\x16\x1f\x80\xfc\x96\x33\xe1\x37\x8c\x0d\x4b\x60\xf1\x01\xe3\xea\x72\xe6\xfb\x9a\x9d\xdd\xb0\xee\xfb\x78\xdf\x55\x05\x58\xfd\xc5\x96\xbe\x9a\x2f\x65\xe9\x9b\x91\x64\xe9\xfb\x0f\x91\x9e\xcb\xa0\xee\x8a\x5f\x77\x15\xc7\x0a\xb1\x6f\x09\xc5\x5d\xb8\xef\x2c\xc1\xb6\x0b\x97\x94\x25\x6e\xe8\x92\x73\xbe\xd8\xfc\x6c\xdb\xc6\x2a\x98\x9f\x53\x8a\xec\x95\x25\x92\x37\xca\x8e\x24\x4b\xea\x8c\xe4\x56\xe4\x0f\x72\xe7\x95\xd4\x4c\x71\x33\x1c\x1b\xc5\xb1\x40\xb6\x02\xac\x62\xe7\x5e\x41\x72\xf4\x0f\x27\x81\xf3\xdf\xb7\xe8\x27\xc5\x06\x90\x28\x67\x4a\x80\x5f\xaf\xb4\xde\x26\x8e\xeb\x2d\xc8\xf6\xb2\x92\x77\x6d\x2f\xe3\xb8\x14\xcc\xbb\x62\xe1\x5f\xa0\xbc\xa3\x65\x08\xc8\x5d\x71\x5a\xae\x62\x7b\x1e\x2b\xde\xd9\xee\x1b\x31\x8f\x0b\x54\x77\x14\x12\x50\xdd\xdc\x12\x56\x71\x08\x03\x3a\x9e\x40\xdd\x15\x4f\xc5\x02\xd3\xcd\xa5\x60\x81\xe9\x8e\x76\x02\xa6\x3b\xaa\x8c\x30\xdd\x15\xd7\xc5\x02\xd2\xcd\x35\x78\x15\xf3\xef\x10\x8b\xbd\x8c\xe9\x0e\x6f\xcd\x12\x33\xf4\x88\x9a\x50\xcd\x7d\x8a\xae\x68\x08\xf7\x01\xcc\x6b\x55\x9b\xfe\xc0\xd9\x2d\x61\xb8\x2b\x9c\x1b\x0b\xd0\x36\x20\xcf\x25\xd0\x76\x85\x82\x63\x81\xd9\x06\xb4\xb6\xc0\x6c\x83\x30\x5c\x80\xb4\x41\x27\x2e\xa1\xb2\x2b\xec\x0b\xab\xda\xf4\x07\x38\x71\x99\x1a\xfa\x00\x6a\xb6\x84\xbc\xae\x37\x03\x0e\xf0\x1a\xd0\xda\x32\x98\x1a\xe7\xd6\x32\x5c\xfa\x24\x14\x77\x19\x2e\x7d\x12\xb9\xba\x2a\x67\x31\x5f\x82\x0e\x65\x57\xaf\x58\x28\x58\x81\x95\xb0\xb2\xf7\xd3\xa6\x4f\xe9\x4f\xc0\xa1\x6c\xb3\x15\x70\xe8\x48\xc1\xb6\xfa\xb0\x96\xaa\xb1\xa2\x25\xef\x8a\x49\x91\xd5\x53\x81\x8a\x66\xd8\xc8\x0d\xc3\xb6\x57\x61\x33\xe5\x14\xa8\x60\x45\x39\x3e\xaa\x13\x11\x95\x3c\xf4\xad\xbc\x45\xf4\x35\x9c\x19\xab\x4c\xf4\x2d\xeb\xa0\x62\x8f\x60\xe6\x0b\x49\xdd\xae\xb4\xcd\x16\x87\x92\x2a\xf8\xde\xdd\xf2\x50\x84\xa4\xa9\x3d\x06\x07\xa6\x24\x50\x69\x22\x98\x57\xc3\xa6\xc0\xdd\x40\x50\xe9\x33\x24\x9a\xab\x19\x18\x4a\xed\x8d\x8d\xbe\x32\xf3\x8d\x8d\xee\xd8\xb3\x56\xf3\x3d\xe9\x7f\x2f\xfb\x22\x7a\xe5\xa9\x2f\xda\x25\xff\xb1\xd6\xde\x52\x94\x6f\xd6\x2c\x22\x23\x9e\x4f\x02\x86\x57\xc3\x38\xc0\x2a\x32\xe2\xb9\x65\x9d\x0b\xe2\xdc\x08\x18\x5d\x0d\x9c\xda\x9d\x77\x7d\x97\x43\x7d\x68\xe0\xd4\x38\xcd\x1b\xc0\xb4\xf7\x5b\x03\xbb\xfa\x3f\x13\xf0\x3c\xef\xea\xa6\xfa\x96\xfb\xa7\x7b\x1e\xf5\x95\x61\xe0\xad\x02\x98\xb5\xf7\x21\xf7\x54\xba\x69\x71\x09\xcc\xd3\x2a\x70\x13\x63\x05\x39\x1f\xfa\xb5\xd1\xce\x17\x26\xa9\xd5\x72\x6b\xca\xa7\x82\x19\xa1\x36\x35\x2e\x4d\xa9\xa0\xec\x00\x3d\xed\x5e\x5c\x08\x53\x43\xe3\x6e\xd2\x0d\xcb\xac\xaa\x9e\x4c\xc6\x3e\x97\xcc\x4a\x11\x44\x37\xec\x48\xab\x71\x47\xca\x5f\x64\x16\x08\xeb\xf6\x32\x12\x3a\x34\xdf\xcb\x48\xe8\xf6\x56\xdf\x38\x1b\x20\x84\xab\x71\x11\xaa\x79\xfa\x13\xe0\x25\x9f\xca\xb0\xcd\x29\x78\x13\xea\xc8\xc2\xbe\xcd\xe2\xd4\xf2\x50\x6a\x0f\xcb\x5a\x40\xe7\x82\x15\x63\x39\x21\x3d\xc1\x16\x4b\xc0\xe6\x56\xd1\xb3\x4c\x18\x5d\x53\xf7\x1b\x23\x40\xcf\x3f\x30\x76\xa6\x58\x71\x9c\x1d\x33\x2f\x1b\xd3\x35\x90\xe4\xd7\xa7\xaf\x85\x4d\x7e\xb6\xa8\x1b\x51\x17\x1f\x46\xe9\x76\x62\x41\x8c\x53\xeb\xf6\x3d\x88\x35\x22\x6c\x72\xc1\xbe\xb4\x6e\x1f\xf6\x25\xa5\x4a\x67\x2a\xf9\x6e\xab\x5d\xf9\x4e\x07\x3a\x43\x44\x46\xfa\x6c\x1c\x50\x49\x13\x71\xb7\xa0\x92\x26\x86\x73\x91\x84\x3e\x5b\x07\x5c\xd2\x80\xb0\x17\x5c\xd2\x23\x35\xb2\xc3\x6f\xa4\x73\x31\x0f\xdf\x11\xef\x67\xe3\x63\x38\x0d\x3d\xae\x25\xdd\x89\xed\xb8\xe7\x3f\xde\x7c\xa9\x93\xe6\xea\xff\xaa\x64\xf3\xe9\x9d\x3a\x78\x37\xbb\x53\x90\xcd\xa7\xf9\x29\x46\x2b\xda\x4a\x12\xd5\x1e\xd1\x5b\x03\x1a\xf1\x4d\x8e\x1b\x16\xd7\x0d\x64\x92\xbf\x6e\xeb\xe4\xef\xbb\x02\xb1\xa5\xf6\xbe\x78\xbf\x5d\xea\x8b\x77\x36\x3e\x93\x3c\x03\x3b\x58\x06\x10\x07\x2c\xb2\x7a\x12\x73\xfa\x53\x10\xb8\x9c\x15\x4a\xd5\xde\x41\x7f\xae\x6e\xc2\x3b\x76\xb9\xee\x6b\xc8\x8c\x24\xb0\x16\xa7\x60\xf7\x55\x83\xf3\x48\x68\xdb\x89\x23\x67\x75\xc3\x09\x4a\xbe\xfb\xd3\x33\xbe\x53\x34\x37\x81\x60\x4b\xd8\xda\x49\xbc\xd9\x12\xb4\x76\xe2\x7b\x59\xdd\xc1\xdc\x35\x6f\x56\x3d\xa3\xcc\xe5\x45\xc5\xdf\x95\x09\x10\x4f\xd1\xea\x19\xf6\x14\x63\x2f\x6a\xcd\xff\x9d\xd7\x87\x39\xd2\x51\x0b\xd9\x10\x8c\xba\x3d\xc0\xcc\x2f\xa3\x6e\x0f\xe2\x03\x16\xd9\xd4\xc1\xe2\xaf\xce\xa9\x3b\x23\x56\xcd\x83\xfe\xef\x8d\xbc\x67\x92\xf0\x1b\x4f\x12\x4c\xbe\x4b\x28\xdb\x46\x66\x9a\xe5\xf4\xe9\xe5\xe8\x79\x68\x7a\xd4\x92\x4f\x3f\xda\x1a\x23\xd9\x10\xf5\xbe\xfb\xe7\xed\xcd\x22\x40\x5a\xf6\x0f\x21\x65\x3b\xbe\xfd\x35\xcc\x20\xc7\xfe\x21\x22\xe5\x0b\x8c\xe7\x1a\x86\x76\x51\x9f\x61\x30\x17\xa7\x85\xb2\xa3\x5f\x95\x2e\x10\xf4\xf5\x22\x8f\xc1\x82\x39\x19\x3d\x49\xc0\xd7\x8b\xec\x04\x6b\x18\x31\xc8\xee\x25\x18\xec\x45\xc6\x83\x35\x9c\x76\x6d\xe6\xd9\xad\x67\xd4\x53\x34\x74\x70\xfe\xaf\xe1\xb4\x6b\x33\x65\xea\xda\x38\x52\xca\xc7\xf1\xd0\x54\x74\xfa\xda\x9e\xca\xf8\xda\x9e\x5f\x68\xf3\x44\x69\x37\x35\xf2\xe4\x9e\x3a\x9c\xd3\x83\xe5\x2c\x04\xeb\x35\x19\xb7\xe1\x1b\x6d\x1a\xaf\x99\xd5\x4b\xfe\x2f\x18\xd6\x64\xf9\x2a\xe5\xf9\xd9\x60\xa3\x5f\xc3\x77\xda\x74\xe2\x72\xdd\xe8\x60\x83\xb2\xd2\x6d\x06\x65\x61\x34\x10\x4f\x72\xa9\x57\x9e\x69\xb3\xe6\x8e\x30\x08\x7b\x4b\xa3\x7c\xa7\x2d\x29\x74\xe9\x55\xaa\x2a\x58\x4b\x4e\x21\xa1\x4d\x4b\x3d\xf3\xa6\xb5\xa4\x3b\xaf\x0a\xf3\x72\xe7\x55\xad\x65\x36\xe3\xe9\x1b\x2e\x6b\x47\x69\xca\x4b\x45\x71\x57\xb2\xf1\x52\xaf\xbc\xa9\xa3\x83\x69\x3a\x73\xb0\x0d\x44\xdd\xb7\xd1\x46\x04\x42\x1d\xb0\x86\x2d\x61\x50\x13\xd4\xb5\x84\x41\x1d\x51\x91\xc5\x93\x9c\x60\x81\x35\x8d\xae\xe2\x6e\x35\x8d\xae\xc2\xd6\x23\x7c\xea\x80\x29\x6b\x4d\xa3\xab\xae\x7c\xd7\xd4\x7a\xca\xf4\xf9\x77\xe5\x3b\xf5\x21\x7b\x05\x88\x54\x2e\xf4\xc6\xa0\x56\xac\x04\x4a\x1b\x5e\x72\x08\x4c\x6f\x6b\x0c\xb6\x20\xa8\x25\x3a\xf5\xf4\xb6\xc6\xda\x9a\xa6\xa1\x48\x6b\xb5\x75\xdd\x57\x8f\xa8\xdb\xf5\x9d\x42\x75\xbb\x4e\x73\xcd\x43\x91\x1e\x35\x0f\x05\xe7\xd5\x34\x0f\x05\x9a\xac\x38\x92\x4b\x94\x6d\xa1\x4d\x4b\xb6\x9a\x69\xd6\x17\xd4\x74\x01\x4a\x67\xae\x74\x62\x45\x9e\xb1\x6c\x8a\x15\x79\x02\x53\x58\x02\x9b\x4e\x90\x13\x6b\x1a\x41\xc5\x79\x28\xb0\xe9\xbc\xd3\x4d\x46\x50\x71\x74\x4e\x73\xb9\xb4\x48\x26\xf4\x9a\xf9\xd0\x93\xcb\x1f\x2a\xd7\xf7\xcc\x3d\x50\xa9\xbe\x27\xcc\x89\x6b\x89\xbd\x25\x66\xd6\x25\xb0\x15\x00\x90\xb5\x4c\x10\xcf\x55\x43\x90\xd5\x09\x44\x62\x2d\x83\xad\xda\xbf\x09\xc2\x97\xc9\x93\x0f\x70\x47\x4b\x10\xd6\xb0\xf7\x2d\x41\x58\x2b\xf0\xc7\xb5\x0c\x5e\x01\xd3\xb3\x96\xd9\x66\x73\xd3\x5c\x0e\x9e\xef\x91\x8c\xae\x61\x2a\x2e\x07\xcf\xdf\xf9\x92\x9b\x25\xed\xf2\xed\x96\xfb\xc9\xf2\xed\x36\xe6\xcb\x65\x30\x16\xdb\xb7\xe9\x95\x0f\xd0\x40\x6b\xf9\xea\xdb\x23\x59\xaf\x18\x29\x48\x94\x13\x8c\x96\xc0\xaa\x25\xb7\x38\x61\x55\x6b\xd6\xbe\xd0\xa9\x15\xf8\xe2\x12\x3a\x35\x04\xc7\x6b\x19\x6a\xc5\x4c\x15\x6d\x72\x82\xf1\xd7\x72\x36\x03\xf6\xda\x65\x3b\x4c\xcf\x33\xf1\xc7\xc3\x03\xb5\x04\x56\xad\x90\x24\xae\x95\xd3\x38\x75\xfb\x18\x7f\x16\x11\xe3\x3e\x25\x29\x63\x34\xf4\xa0\x4b\x70\xd5\x0a\xb9\xe5\x5a\xce\xb6\x5b\x38\x27\x96\xa1\x24\x35\x92\x34\x82\x91\xa9\x25\xc3\x0b\xd4\x93\xcb\x19\xd0\x0f\xbc\xd4\x6b\xd9\xf0\x02\x22\x6f\x89\xf6\xb8\xc2\x5e\xba\x4c\x7b\x7c\x8c\xf7\xa7\x36\x64\x5c\xa9\x91\x62\xe9\x51\xd8\xb6\x5d\x23\x80\x07\xd7\x36\xcc\x04\xf5\x6d\x1b\x64\x05\x36\x61\x09\x98\x5a\xa1\xaa\x5c\x1b\x33\xcc\x2b\xda\xca\x71\x46\xb4\x19\x26\xc5\x0a\x40\x00\xc6\x74\x09\x9b\x5a\x61\xc0\x5c\xc2\xa6\xd6\xfb\xfd\x89\x73\xf9\xd4\x94\x23\xcf\x45\x89\xf4\xe7\x9f\x50\x2c\x56\x18\xd6\xb4\x28\x93\x2b\x54\xac\x6b\x9b\x72\x1e\x6c\xfe\x12\x5a\xb5\xc2\x55\xba\xb6\x19\x1f\xc0\x37\x2e\x13\x23\x1f\x00\x36\xd6\xf6\xb4\x8d\x6b\x65\xdb\x6d\x0e\x6e\x6a\x6d\xbb\x56\x6a\x7e\xfa\x91\x6e\x9f\x67\x5f\x37\x34\x0f\x7f\x16\xf3\xd7\x3f\x8b\x74\x2f\xb1\xc0\xcc\xb9\xed\xe0\xc6\xb8\x77\x76\xac\x3d\x7c\x6b\x00\x4a\x5c\x48\x9b\x2b\x05\x8d\xd3\xcc\xce\x39\xb6\x1d\x11\x40\x04\xe0\x12\x8e\xf5\x6c\x99\x0e\xdb\xf6\x9c\x1a\x49\x18\x9e\x16\x49\xf0\x98\x9a\x5f\xba\xba\xec\x7c\xdb\xc6\x1d\x80\xb4\x4b\xac\xc8\x15\x3e\xca\xb5\xc9\xdb\xc1\x1e\xb1\x9d\xa9\xa6\xe5\xa1\x2a\xcb\xd9\x22\xd0\x6b\x25\xd6\x62\x6d\x23\xa6\x4a\xa4\xa9\xd1\x4f\xcf\x2b\xa7\xc7\x4c\x57\x3b\x04\x38\x37\x58\x51\x1f\x57\x00\xdd\x4b\x20\xd8\x9a\xd3\xda\x54\xc7\x27\x0e\xfc\x25\x4c\x6c\x85\xc8\x73\x7d\x6c\xc9\x61\xc8\x3e\xe0\x3f\x7a\x5e\x35\x12\x86\x5d\xe9\x63\xb8\x14\xec\x6d\xeb\x43\x8c\x2f\x3a\xd1\xc7\x41\xbd\xf4\xa5\x49\x8c\xcf\xf1\x5f\x6c\x26\x42\xc6\x3e\xfb\x4d\x7e\xe3\x9b\x1d\xfa\x94\xb0\xb1\x2d\x17\xd3\x8f\x91\x55\xd0\xee\xad\x8f\xe2\x18\xb3\xad\x1b\x38\x7b\x42\x4f\xb8\x3e\x98\x8b\xd8\xe4\x3e\x86\x5d\x11\xf4\xb5\x3e\x93\x49\x44\x85\x27\x4d\xa7\x27\x08\x00\x66\xd7\x13\xb5\x72\xc2\x05\xd6\x87\xf8\x5f\xf6\x59\xc1\x6c\x5b\xee\x27\x1f\xc2\x7f\x47\xca\x95\x45\xae\xe6\xa7\xb6\xc8\x8d\xbc\x2b\x8b\x5c\xc6\x02\x58\xc9\x9d\xd6\x18\x16\x80\xc9\x42\x10\xdc\x96\xe3\xe3\x43\xb8\x2f\xfb\xee\x07\x1c\x09\x4b\xfa\x03\x8e\x84\x79\xf5\x01\x47\x92\x6e\x02\x47\xc2\xfc\xf8\x80\x23\x29\x79\x3a\x74\x47\x4a\x49\x86\x91\xb0\x45\x8a\x71\xb9\x45\x2f\xfb\x18\x45\xc2\x26\x6d\x40\xee\x1d\x47\x97\x01\xb9\x57\x8c\x54\x1f\xc7\x3f\xbe\xf3\xc3\xf1\x8f\x6f\x8f\x3a\xfe\xf1\x9d\x87\xc0\x4a\x32\xe8\x9b\xfa\x53\x94\xaf\x66\xf1\x29\x7c\x88\x00\x66\xa5\x7e\x08\xf9\xcd\xa7\xae\x3f\xeb\x4d\x88\xdc\x47\x4c\x2d\x6c\x7d\x4c\xa7\x3a\xe6\x31\x16\xc4\x0f\x11\xc1\x19\x9e\xcd\x78\xf8\xe9\x17\xd8\x09\xcd\x15\x44\xb7\x41\x81\xb6\xbe\xa0\x4e\xb8\x3c\x7d\x49\xe0\xc8\xc4\x14\xaf\xf2\x73\x5f\x6c\x88\xb6\x54\x4e\x24\x9a\x93\x92\x30\x38\xe5\xa9\x30\x34\xef\x97\x06\x9d\x8c\x94\x6b\xd0\xc9\xc8\xd3\x8f\xad\x51\x29\xe9\xeb\xfa\xbb\x8f\x0d\xe0\xbd\x00\xdc\xaf\x2f\x31\xc0\xf8\xf0\x0c\xe0\xbd\x00\xa8\xaf\xaf\x4d\xad\x20\xf7\x97\x11\xbc\x17\xf0\xfc\xf5\x25\xcb\xd3\x48\xc9\xbe\x3a\xb3\x02\xbe\x98\x5e\x59\xde\x5f\x27\x7d\xea\xf9\x54\xed\x49\x03\x14\x12\x19\xc3\x8c\x20\xbb\x2d\x46\x59\x23\x76\xaf\x68\xe5\x46\xec\xb6\x78\x3e\xbe\x06\xaf\x70\x22\x08\xb0\xfb\xbc\xcb\xa7\xce\x7c\x92\x83\xfd\x8b\x6d\x15\x95\xda\x88\xdd\x2b\xea\xa8\x10\xbb\x8d\x94\x3c\xcb\x88\xdd\x2b\x8a\xfa\xd7\x20\xab\xe8\x62\x86\xec\x36\x40\x87\xcb\x90\xdd\x2b\xba\xb3\x20\xbb\x8d\x04\x13\xeb\x6b\x53\xeb\x91\x57\xdd\x1a\x6e\x1c\x42\xe8\x36\xf2\x64\x2c\x01\x74\x5b\x4f\xd3\x64\xb4\xe8\x19\x72\x45\xfb\xf6\x74\x91\x11\x25\x47\x7a\xd3\x11\x8c\x47\xba\x0c\xf3\x14\xed\x8c\x79\x8a\x76\x62\x9e\x62\x41\xfe\x64\x9e\x0a\xca\xc8\x88\xdb\x06\x6b\xd2\x12\xe2\xf6\x79\xf7\x40\x2c\x72\x9a\x5f\xff\x41\x49\x37\x20\xb7\x64\x29\x1b\x90\x5b\x32\xbb\x0d\xc8\x2d\x59\xd9\x46\xe0\x86\x38\x75\x89\x65\xba\xc1\x60\xbb\x0c\xc0\x0d\xaf\xe9\x32\x00\x37\x39\x97\x96\x98\xa5\xcf\x10\xc7\x2e\x23\x70\x27\xb9\x94\xd6\x0f\x85\x9f\x23\x59\x80\xdc\x16\x33\xa9\xf0\xb8\x2d\xe6\x55\xe1\x6f\x5b\x0c\xaa\x02\xd8\xb6\xd8\x65\x8d\xaf\xad\x44\x3c\x2e\xe1\x6b\x5b\x2e\xfe\x3f\xc7\xe8\xc6\x8a\xf6\x73\x8c\x6e\x74\x39\x31\x41\x9f\x09\x63\x5b\x3f\xd2\x19\xb1\xd7\x1b\x16\xd8\xc1\x50\x6d\xe3\x86\x30\x56\xef\xc3\x31\x58\xae\xfb\x16\x4e\x28\x6a\xf3\x16\x4e\x68\xc2\x09\xbf\x0d\x13\x3a\xd8\xd9\xf7\x81\xb6\xeb\x4e\xd8\x87\x93\xce\xf1\x50\xd0\x9f\x40\x2d\xb6\xa1\x3f\x17\x9e\xce\x7d\x02\x93\xa3\x06\xa7\x47\x0d\x7b\xdd\x3e\xed\xf0\xf1\xbe\xb2\x4f\x07\x19\x8e\x14\x3b\x64\xfd\x69\x48\x8a\xbc\xf2\x4e\xb0\x05\x21\x9a\xb8\x1c\xb7\xd9\x36\xf1\x0c\xee\xd3\x61\x0a\x35\x6f\xa2\xb6\xa7\x3a\x3f\x3d\xcc\xab\xd6\x01\x06\xa2\xb9\x0c\x2e\x6a\x63\xbb\x7a\x39\xa8\xb9\x58\x3e\xe6\xa0\xe2\xde\xa8\x26\x3f\x99\x4e\xba\x42\x0f\x38\xe8\xd0\xbb\xd4\x16\x84\xe8\x9a\xef\x2f\x6c\xc6\xe0\x17\xcb\x56\x14\x1a\x8c\xe9\x80\x3f\xd8\x06\x7a\x45\xd2\xfd\xfc\xa2\x15\xb6\x81\xe6\x7f\xbe\x56\xf5\x3c\x93\x26\xda\xf2\x9d\x3b\x83\x8e\x42\x2f\xcd\x77\xb4\x1e\x11\x18\xf4\xe0\x5d\x1b\x3c\x47\x1a\x0c\x0c\x7a\xf0\x17\xc3\xa0\x1b\x6d\xe4\x58\xcd\x4f\xb1\x78\xa6\x77\x30\x8b\x67\x94\x95\x55\x89\xc5\xb7\x8d\x0c\x82\xfe\x72\x8b\x9c\xf2\x6a\x47\x7e\xa2\xc0\xd2\x4c\x1d\xa1\x31\x8a\x77\xb6\x7d\xd9\x1c\xe5\x0d\x72\x5f\xf6\x6c\xb7\x3c\x7b\x3a\xb2\xfa\xde\xb1\xcd\x45\xc9\x05\x6b\x5f\xa6\x6d\xbd\x23\x09\x7c\xc1\x62\xb9\x7c\xef\xef\x91\x74\xef\x67\xa6\x5e\x5c\x92\x0a\xa2\xf9\x61\xb0\x01\x6d\x21\x7a\x2a\x90\xbb\x6d\xee\xc9\x13\xd6\xf1\x7d\xa1\x10\x8e\x3c\xf5\xb1\x7c\xe7\xa9\xd1\xb6\xef\xb7\x76\x72\x32\x46\x64\x83\x87\x25\x6c\x5f\xd9\x36\x1a\xa2\x63\xb8\xd3\x27\x3e\xd8\xde\x77\x95\x5e\xe6\x2d\xc8\x78\x95\x34\x47\x74\xf2\x47\x7e\xaa\xbc\xdb\x90\x23\xec\xcb\xe9\x36\x18\x2e\x65\x80\x1f\xd0\x95\xee\xcb\x94\xf1\x69\x99\x12\x6c\xcc\xf1\x6f\x7c\xca\xbe\x9c\xd9\x98\xc9\x75\xd9\x5e\x9a\x1e\x31\x04\x68\xa4\x6a\x1f\x49\xf4\xac\x75\xc1\x92\x01\x13\xff\x76\xf5\x56\xb8\xc5\x30\x39\x32\xd7\x05\x08\x2a\x28\xf4\xfb\x52\x6a\xd9\x5a\x68\x93\x6d\xa9\x85\xce\x10\xe3\xf6\x3b\x5c\xb6\xac\x56\xda\x24\x26\x55\x28\xa0\xb7\xa0\x43\x85\xdc\xe1\x1b\xe8\x50\xba\xd4\xd0\xa1\x46\x93\x6c\x66\x65\x9f\xb9\x6c\x66\x2d\xf9\x4e\xa1\x8c\x25\x35\x93\x61\xb3\xe5\x4d\xb5\xc8\xe7\xd6\x16\x8e\xa8\x54\x66\x59\xb1\x95\x95\x5d\xb7\x98\x71\x95\x75\x5e\xe4\x78\xe4\x4a\xb2\xc5\x31\x59\x50\xe2\x77\xb1\x59\xac\xa7\x14\x4d\x72\xab\x8c\xdb\x98\x22\xae\x86\xdb\x4c\x91\x37\x59\x80\x36\xd4\x90\x68\xb5\x1b\xba\x47\x6b\x8c\xdb\x74\x8f\x03\x10\xf6\x2e\x66\xc2\xe3\x6a\xb0\xcd\xfe\x58\xb9\x1c\x6e\xd8\x1f\xd1\x80\x77\xe1\xf2\x4f\x27\x9b\x0c\xf2\x00\xf5\xb4\x0b\xd3\xfa\xa4\xc2\xba\xfd\xdf\xef\xa7\xde\xc1\x6b\xea\xe4\x1d\x3c\xaf\xb2\x2c\xa9\xa2\xe3\xab\x2a\x5d\x64\x22\xbc\x16\x49\x86\x96\x9a\x37\x6d\x68\x61\x46\x14\x47\x57\xd5\x48\x36\x64\x70\x4c\x14\x7b\x95\x46\xc6\xc8\xba\x5a\xf6\x09\x11\x4c\x56\x42\xdc\xb7\xa1\x47\x37\xd0\xbb\x6d\xac\xd1\xc9\x25\x68\x17\x6e\xfb\x17\xdd\xe0\x3d\x96\x2b\xc6\x36\x89\xe4\xbb\xc5\x99\x44\xf2\xe4\x8e\xb4\x0d\x3e\xc2\xed\xb7\x0d\x3e\x3a\xdf\x2e\x73\xa2\xaf\xc2\xc6\x50\x8c\xe5\x48\x0f\x12\x5a\x32\x53\x90\xee\xd7\x2d\x92\xae\x95\xa9\xbe\x5c\x4c\xef\xf8\x1b\xe7\x91\x11\xe6\x16\x63\xc3\xdf\x36\xb8\xe8\xc2\x62\xb8\x2b\xe7\xbe\x4d\x8d\x1b\xc2\x48\xdc\x0e\xdb\x84\x91\x17\x36\xd5\x2d\xb4\x51\xc3\x7e\xbf\xc5\x09\xd9\xb8\xff\xec\x0a\x1c\xde\x06\x9c\x2d\x74\x51\xe3\xbe\xb0\x8d\x2e\xea\x44\x07\x6e\xa3\x8b\xee\x0c\x85\x18\x21\x1b\x69\xe8\xb6\x18\x20\x1b\x89\xe7\xb6\x09\x20\xcb\x91\x57\x9d\x15\x24\x5d\x6f\x06\xc8\x8a\x2f\x7c\x8b\x01\xb2\xf5\xf7\x5d\x03\xd1\xf3\xd3\x89\xe6\x99\x77\xcd\x12\x8f\x6a\x62\x96\xc7\xe4\x39\xd8\x4a\x3d\xdf\x80\xe7\x6c\xb3\x3c\xbe\xbb\xa9\x59\x1e\x43\x88\xb0\x4d\x45\x87\x33\x68\x0b\x8c\x71\x4d\xb6\xe1\xc6\xc6\x7b\x22\x29\x1e\x74\xe4\xd9\xc7\x13\x25\xa2\xac\x7b\xec\x8a\x30\xcd\xa5\xaf\x1b\x87\x7e\x8a\xf5\xed\x79\xfe\x3b\xa6\x73\x37\xa7\xe8\x62\x7b\x15\x30\xe3\x02\xf1\xbf\x9b\x73\xc8\x32\x37\x05\xcb\xe8\xd0\xe9\x6c\xa1\x32\x2e\x72\x83\x6f\xd1\xd3\xf5\x3b\x6d\xd4\x86\x5a\x18\x30\x93\xd3\x55\x1c\xb2\xbb\xa1\x9f\xde\x48\x3e\xfe\xfd\xe1\xed\xe3\x9f\xdf\xdf\xde\x27\x6b\x9e\x19\x7c\xce\xd6\x2f\xee\xb9\x91\x75\x23\x84\x46\xa9\x8c\xdd\x6d\x28\x26\xb3\x52\xa0\x8b\x52\x6b\xbe\xf3\x46\x79\x23\x7d\x25\x79\x0a\x88\x1e\x6e\x62\xad\xdc\x42\x60\x4c\xec\xbb\xfb\x16\x15\x7b\xf4\xcf\xdb\x31\xa9\x6c\x07\x37\x76\xfd\x96\x57\x05\x03\x1c\x79\xd5\xe6\x67\x36\xa1\xdb\x71\xa6\xf8\xc4\xb7\x80\x14\x15\x06\x8e\x6d\x0a\xb7\x63\xa4\xc9\x86\x55\xe0\x21\xda\xb7\x39\x3f\x39\xdf\x8c\x9b\x38\x71\xcf\x6d\xa7\xe4\x7e\x15\x30\x38\xdb\x70\x33\x6e\x38\xdb\xd8\x33\x0d\xa3\xa8\x99\x59\xce\xc9\x7d\x01\x2b\xdd\xce\xc9\x7d\x01\x0b\xd9\x37\x2c\x56\x33\x55\xfc\xfa\x29\x1d\x6f\x2b\xce\xc8\x90\x39\x6e\x82\xec\xb1\xdb\x39\xb9\x0b\x4e\xf2\x0d\xc9\xdb\x8c\xe4\xd9\x45\x25\x94\x00\xee\x9e\xd4\x90\xb9\xc6\x3f\x9d\x3b\xeb\xfd\x4e\xb3\xeb\xcc\x2f\xa4\x73\x30\x2b\x85\xbf\x18\xf0\xf5\x6f\x01\x2e\xae\x89\x02\x24\xbc\xc5\x20\x5d\xf8\x36\x61\x5b\x8f\x46\x26\xbc\xc5\x80\x6c\x78\x8b\xaf\x6d\x14\x5b\x97\xb7\xe9\xda\xde\x29\x2b\x7e\xb6\x81\x57\x78\x77\x3b\x49\xd9\x5a\xc5\xce\x36\x40\xa4\xef\x6e\x97\x69\x4f\xa1\x52\x25\x6a\x7e\x28\x55\xa2\xa5\x36\xf2\x91\xda\x1b\xb5\x45\xcd\x56\x60\x06\xdb\xdd\x3e\x52\x54\xa5\xce\x1c\x8d\xa4\x25\x82\xc2\xde\xcd\x40\xc1\xd6\xdd\x0d\x12\x7a\x5b\x68\x90\x50\xcf\xab\x02\x56\x73\x2b\xe9\x06\x09\xa1\x67\x74\x83\x84\xee\x48\x5a\x4c\x9d\x8a\x4e\x2f\xa6\xfc\x5e\x4d\xe2\x24\xe9\x26\xa4\xb8\xf3\x3f\x69\x47\x35\x7f\x10\x06\x98\xbd\x16\x04\x09\xd3\xbc\x1b\x11\xcc\xd6\x0a\x82\x24\x65\x2e\xb9\x09\xd3\x4d\xa2\xa7\xc8\x5d\xa6\xdb\xf1\x8a\x4a\x29\xcc\xc8\xbc\x33\x10\xf6\xbb\x32\x0f\x85\x18\x99\x77\xba\x69\x49\x73\x62\xf1\x0a\x3e\x32\x73\xd0\x0b\x3d\x32\xa3\x6a\x88\xa3\x6d\x46\x7f\x10\x45\x5b\xc1\x36\xbb\x85\x24\x99\xb9\x73\x0a\x48\x32\xa3\xbf\x88\x9f\x6d\x46\xd5\x51\x62\xee\x82\x5d\x79\x77\x7b\x68\x59\x8a\x82\x86\x94\x31\xfe\x6d\x29\xd9\xdd\x9c\xe7\x69\x3c\x57\x79\x36\xc0\x0e\x62\x38\x33\x6f\xa3\xf1\xb9\xe6\x86\x8d\x1c\x38\x29\xb7\xf9\xd7\xee\x1c\xf9\x03\xba\x80\x96\xa7\xa6\x0b\x60\x61\x9a\x8e\xed\xc0\x69\xb8\x4d\xc7\x76\xe0\x38\xdd\x03\x32\x01\xe6\xdc\x30\xd5\x79\xd4\x05\x13\xb2\x1d\xd9\x77\x86\x79\xa0\xff\xf7\x5f\x37\x81\x0d\x4d\x38\x94\xb3\x65\xf1\x08\x88\x52\xef\x14\x6c\x48\x71\xbe\xc4\x99\x95\x1a\xdb\x23\x3b\x52\x63\xbc\x59\xef\xa7\xc6\x9b\xbd\xdf\x5a\x45\x6c\x79\x6a\x5f\x5c\xaa\x88\xb3\x2b\x95\xc0\xd9\x95\xf6\xa0\xef\xa6\x5b\xd1\x77\xd3\xad\xec\xf4\x4c\xa5\xc1\x4e\x9f\x9e\x72\x5c\xd1\x5b\x47\xe9\xbb\xe9\x54\x9f\x02\xf9\x69\x4e\x01\xfa\xc5\xfa\x6e\x7e\xa2\xc8\xeb\x3b\x15\x02\x5a\xc7\xcc\x1e\x40\xeb\x58\x3c\x03\x6d\x98\xd5\x63\x3a\xb6\xfb\x1d\x2b\x91\x69\xdc\xa9\x9e\x3d\x5f\x39\xd2\x04\x76\xa9\xf0\x44\xed\x24\x05\xaf\xf9\xab\xed\x46\xac\xb5\x81\xfa\xcb\x49\x39\xec\xec\x4a\x43\xa3\xee\xd2\x36\xd4\xdd\x7c\x29\xe0\x75\xda\xed\xc0\xea\x5c\x03\x0d\x86\x39\x01\x72\x6c\x81\x61\x6a\xb6\x48\x93\xaf\xbd\x3b\xbd\xe9\xd5\x4e\x70\x34\x7b\xe0\xd2\xe2\x94\x37\xbf\xda\x19\x8b\xcc\x34\x94\x39\x17\x37\xd1\xad\xd5\xec\x9a\x4a\x07\x5e\xa3\x82\x98\x6c\xed\x8c\xd1\x61\x1a\x86\x47\x30\xd6\x9e\x38\xbc\x38\xa6\xa6\x03\xa0\x5b\xfe\x22\xaf\x0f\x53\x74\xda\xfb\x75\xe7\x43\x6b\xe7\xf9\xce\x4e\x9f\x99\x57\xed\xdf\x9a\xa9\x90\xbd\x3e\x9c\x62\xce\x2c\x7e\xbf\x7f\x81\xd1\x96\x73\x73\xe2\xc3\x42\x11\x9b\xc4\x43\xb3\xb5\x0a\x27\xd3\xde\x6e\xb0\x19\x1e\xc7\xfd\x9e\x31\x60\xe4\x5d\xb9\x49\xd0\x2e\x9c\x75\xfc\x02\x8e\xb0\x27\xd1\xd0\x1c\x18\x93\x68\xe8\x3b\x7f\xb5\x9b\xa4\xa7\x4e\xbe\x60\xa4\xd3\x64\x89\xcf\xa8\xce\xc5\x75\x83\xb6\x1b\xf4\x0c\xee\x60\x4f\xa2\xa1\x99\x20\xc2\xdd\xb4\xe8\x34\x22\x7e\x6b\x19\xf2\x89\x0f\x8b\x73\xca\x09\xc9\x33\xeb\x26\x2e\x2c\x4e\x62\xd3\xc0\xf5\x2b\x1d\x01\x0d\x5c\x4f\x49\xcb\x1a\x4e\x7e\x23\x2f\xc3\xc8\x43\xd4\x9f\x94\xf4\x67\x91\xff\xe8\xe6\xd7\xc1\x8d\x6c\x51\xbf\xb5\x36\xfe\xcd\x44\xbe\xa7\x55\x23\xc0\x91\x5b\x30\x9e\x86\x77\x65\x4f\xc7\x49\xbf\xfd\x2b\xbc\x3f\xde\x94\x3d\x7d\x47\x8c\xf2\x39\xcd\xef\x19\xe3\x91\x90\x3c\x0d\x3f\xd3\x76\x3a\xf3\x0b\x78\xe6\x16\x94\xa7\xb5\xb7\xb6\x32\x39\x43\xc1\xbb\x97\xd1\xd2\x80\x33\xb6\xb0\x3c\x8d\x7c\xd4\x5b\x58\x9e\x46\xc6\xeb\xbd\x60\xec\x64\x09\x09\xbe\xd3\xc8\xb8\xbd\x97\x8d\xc1\xd9\x9c\x85\xdf\x69\xb8\xa0\xf6\xb2\xf7\x2a\xfb\xeb\xd2\x9a\x21\x8d\xf8\x16\x1f\x5d\xcb\xa5\x50\x68\x9e\x06\x83\xc9\x5e\xb6\xee\x1f\x23\xa5\xea\x8a\x38\xf2\x4b\x03\xd3\xf3\xae\xef\x88\x31\x6c\x0b\xcd\xd3\xb2\x29\x1a\xcd\x53\x62\xe7\x16\x9a\xa7\x65\x03\x35\x9a\xa7\xe0\x76\xdc\x2b\x57\x44\x2a\x3f\xf1\x46\xa4\x5c\x87\x1f\xa3\x03\x38\x09\x7a\x21\xff\xeb\x16\x2c\xa7\x65\x5f\x71\x36\xf3\xd2\xf2\xae\x63\xa2\x5b\xfe\xe3\x98\xe8\x96\xff\x38\x26\x1a\x4f\xdc\x5e\x8e\x89\x8e\x22\xb0\x1c\x13\x1d\x13\xbf\xc1\x39\x25\x13\x49\xe0\x9c\x36\x53\x45\xab\xf6\x33\x05\x7d\x74\x85\x4b\x95\xe4\xfe\xcb\x56\xe7\xbc\xe5\xbd\xe4\x2f\xb6\xc2\xb1\x0a\x04\xc6\x79\xde\xe5\x53\xe7\xd0\xcf\x75\x58\xf8\x9b\x8a\x27\x63\x2f\x43\xa2\xc1\x97\x6e\x03\x6e\xce\xd8\xc2\x84\xa9\x69\xf9\xe9\xb6\xb5\x01\x10\xf2\xde\x58\x1b\xb0\x6a\x09\x0a\xf3\x34\xad\x21\x6a\x9d\x72\x6b\xd9\xce\x8a\xdc\x53\xac\x52\x72\x33\x21\xb7\xc3\x8d\x99\x64\x5b\xb3\xe3\xd5\xf5\xb7\x01\xaf\x98\x08\xb6\xf9\x0a\x53\xa8\x02\x3c\x5b\xde\x14\xce\x1a\xb7\xdb\x76\x62\xf1\x76\x52\xa8\x34\xe8\xc2\x1d\xd7\x94\x6e\xe5\x7d\x66\x50\x09\x9b\x84\x93\x87\x4f\xb6\x68\xb3\xb8\x91\xc6\x74\x9b\xc5\xad\x9c\x79\xf6\x93\x94\xaa\x09\xe2\x4a\x3f\x1a\xf2\xf2\xbf\x7f\x38\xa2\xe9\x7d\x57\xe6\x5d\x70\xb4\x1b\x1e\x37\x26\x01\xcc\x6d\x18\x7b\xe1\x6a\x1b\x29\x55\x2a\x3c\x5b\x80\x00\x2f\xe7\xff\xaa\xa3\x9c\x89\x60\x6c\xb7\x10\x2f\x03\x34\xee\x16\xc2\x65\xc4\xd8\xbb\x31\x79\xa5\x55\xa2\x1a\x8c\x5d\x78\xdb\x4c\xcb\xca\xdd\x8e\xf0\x1c\x29\xc6\x17\x91\x7c\x27\x33\x6d\xcb\x33\x5f\x44\xa8\x9b\xcd\xb4\x19\x6f\x9b\x69\xd1\xe9\xb6\xcd\xb4\x2d\xa5\x08\x3c\x99\xf6\x1a\xa1\xc8\xd1\x2b\xb0\xcb\x8c\x9a\x63\x02\xb8\x5c\xb0\x3f\xc6\x2b\xde\xff\x61\xf7\xfe\xd8\x6a\x3b\x52\xa8\xbc\x3a\x2c\xf5\x8f\x1d\x15\xe8\x01\x1f\x3b\x2a\x46\x7e\x21\xed\x7f\xe6\x4d\xdd\x44\xd8\xe5\x3f\x68\xc7\x9c\x59\x1f\x87\xd8\xe5\x7c\x13\x76\xa5\x12\x51\xbb\x3f\xb6\xe8\xa6\x54\xa5\x36\x21\x66\x77\x7f\x30\x55\x50\x37\x14\x5a\x0e\x63\x33\xc0\xd5\xa8\x42\x30\xc0\x8d\xf7\x27\x52\x02\x5f\x49\xf6\xdb\x9e\x62\xa5\xce\xbe\xe5\x48\x9d\xed\xa9\x8e\xd4\xd9\xd4\x1c\x75\xf6\x15\xad\xb2\xb2\x2f\x42\xff\x16\xd7\x8d\xe9\xdf\x6e\x06\xf9\x63\xfb\x2d\x5a\x87\xd9\xdf\xee\xf7\x43\xed\x32\xcc\x3f\xc8\xdf\xe2\xf3\xf9\x64\x33\xcb\x53\xab\x87\x25\x3f\x11\x97\x51\xde\x35\xdd\xd5\xdb\x97\x76\x89\xc5\x74\xff\x31\x3a\x2b\xed\x34\x33\x50\x0c\x4d\x1f\xcc\xb5\x35\x4f\x51\x60\x53\xb0\x6d\x30\x68\xcd\xe2\x82\xab\xb9\xc7\x7f\x6c\xbd\x8d\x0f\xc2\x54\x70\xb9\x8f\x1b\x77\x32\x63\x95\xfb\x38\x63\xc3\x9d\x57\xe5\xa6\x65\x9a\x18\x66\x72\x42\x1f\xb9\xcd\x04\xd7\x72\x1a\x08\x67\xd2\x72\x1d\xfb\x42\xee\xc3\xee\xf6\x35\xb6\x8b\x79\x2a\xd0\x49\xcb\xe5\xc0\x38\x92\x6c\xf0\xc6\x91\xb4\x4c\x22\x70\x24\x31\x54\x7e\xcd\x2b\x5f\x22\x29\xc2\x8d\x39\x0d\x6c\x04\xd0\xf1\x06\x36\x42\x9c\xc7\x06\x36\x02\xca\x7a\x0b\x36\xd2\x00\x82\x6c\x50\x23\x19\x52\x73\xbb\x5d\x99\x28\x5f\x98\x4c\xd2\x0d\x56\x50\x33\xaf\xbf\x10\x9b\x70\x9b\x31\xb9\xdb\x4d\x0a\xb3\xfd\x85\xd8\x64\xe4\x5b\xd4\x85\xd4\x42\x06\xe6\x34\xce\x3c\x27\xb1\x96\x8b\xdc\xad\xe5\xe6\x63\xe0\x48\xb9\x5e\xd1\x61\x6d\x6c\xbb\x5f\x9f\xea\x80\x76\xb7\x49\xd7\x3a\x04\x2a\xdb\x2c\x5f\xc9\x6e\xbd\x7f\xd4\xf8\x40\xf2\x0e\xd6\x91\x64\x78\xc0\xb8\x6b\xa4\x40\x23\xe1\xd0\xfe\x19\xe1\x4b\xa7\x99\x6c\xab\x66\x0a\xfe\x0c\x7d\xec\xf9\x52\x69\x2a\xc6\xfb\xa5\x26\x64\xea\x23\xc2\xed\xf6\xfe\xe4\x19\x45\x48\x20\xf6\xcf\xf0\x13\x3a\xc8\xcc\x5a\xf1\xa0\x8b\x58\xeb\x6a\x9c\x11\x3f\xeb\x09\x33\x6f\xfa\x00\x67\x92\x9b\x57\xeb\x22\xf6\x60\x8b\x57\x0b\x0a\x9f\x6d\x56\xad\x41\xd6\xdd\x6d\x56\xad\x1e\x97\xa8\x59\xb5\xfa\xf9\x16\x34\xad\x9b\xe6\x37\xcb\x62\x6a\xf4\xb3\x98\x92\xff\xe4\x99\xfe\x77\x50\xcf\x36\x71\xd6\x7b\x8c\x9b\x38\x2b\x9e\x31\x73\x61\xc5\x54\xfd\x07\x46\xab\x22\x99\x07\xbd\x20\x4d\xfd\xf1\x46\xf2\x55\x15\x67\x91\xa8\xaf\x6e\x32\x7d\x6d\x53\x5f\x0d\x92\x9e\x6d\x25\x93\xbe\x49\x85\xb5\x21\xc2\xea\xf9\x90\xec\x38\x54\xce\xcc\x14\xb9\x7a\x88\x25\xeb\x84\x45\x63\x8b\x25\xeb\x26\x4f\xd3\x16\x4b\xd6\x4d\x72\xae\x6d\x92\xac\x0c\xad\x72\x49\xdf\x24\x78\xda\x7f\x86\x3c\xd0\xaf\x22\xcc\xba\xc9\x7e\xb6\xff\x48\xf5\x96\x62\x9e\x69\xd8\xcf\x54\x4e\x0c\xc9\x67\x9a\xac\xf8\x1b\xa8\x60\xb6\x48\xac\x3a\xb9\x14\xb7\x38\xac\x2e\x62\xa1\xb6\x28\xac\x2e\x62\x51\xb7\x18\xac\x2e\x18\x7b\xb6\x18\xab\x2e\xc0\x4a\x5b\x84\x55\x17\xb1\xa7\xfb\xcf\xcc\x27\x3d\x75\x91\x82\xc7\xe2\x17\x3f\x55\xcf\x62\x57\x36\xe7\x0b\x4e\xa3\x2d\x06\xaa\x8b\xbc\xa8\x5b\x04\x54\xbd\x67\x80\x65\x74\xce\xed\xe3\x0f\x07\x47\x24\xc1\x56\xae\x94\xe2\x63\x93\x1b\xc5\x9f\xf1\x0d\xb8\xff\xc4\x54\xd5\x7b\xe6\x89\x58\x51\xe2\xbc\x52\xca\xe6\x8b\xa4\x9d\x5b\xb4\x55\x1d\xc8\xd7\x16\x6d\x55\x37\x44\x6d\x0e\xb1\x56\x5d\x4e\x44\xf7\x48\x5e\x64\x37\xd2\xa5\x37\x0b\x92\x22\xaf\x64\xcc\x7f\xa4\xaa\x67\x79\xb3\xe9\x59\xca\x54\x1c\x96\x66\xf7\x23\x0d\x67\x73\xcd\xab\xf2\xcb\xa8\x67\x1e\x49\x6a\xe9\xfb\xa1\xa2\x9b\x74\x6f\x78\xa4\x67\x3b\x3a\x0e\x24\x05\xed\x1c\xa9\xb6\x82\x76\x4a\x2a\xa3\xed\xbe\x39\x12\xe8\x11\xeb\xf3\xea\x99\x87\x4d\x1f\x36\xa4\x5b\xcf\xf2\x66\xd7\xb3\x48\x42\x19\x4c\xea\x6d\xe8\xcd\xa4\x67\x64\x82\x3e\x4e\xaa\x6d\x6d\xfa\xa2\x67\x64\x82\x3e\xd2\x4f\x8a\xf6\x39\xd2\x33\xd3\x8d\xa0\x2e\xcb\x8d\xe0\x0f\xcb\x8d\xa0\x66\x02\xf0\x1c\x07\xff\x53\xec\xcf\x71\xf0\x3f\xd1\xa3\x94\x8b\x7a\x2e\x59\xf1\x67\x9e\xc9\x8a\xdf\xe8\x26\xab\xcb\x93\xba\x98\xf3\xe4\xe6\x3b\x6d\x9a\xf5\xa6\x2e\xdb\xee\x86\x14\x6a\xe5\x79\xe6\xa1\x1c\x5d\x8d\xca\x18\xe3\x70\xa7\x50\x45\x4d\x5a\x0b\x7e\x44\x69\xcf\x37\xb5\x71\xd8\x4e\x7a\x4d\x09\x62\xad\xbd\x3d\xd2\x53\xd3\x99\xd6\x5b\x43\xbe\x2d\x09\x06\x56\x26\x83\x7d\x1a\xac\x30\xf3\x4c\xa6\xec\x3b\xcf\x6e\x29\x2d\xcc\x20\xc1\xbe\xca\xa4\x83\x05\xf4\x9a\xbe\x13\x3e\x92\xf5\xde\x86\xa4\xf8\xa2\xf9\x4f\x45\xfb\x79\xd5\x07\x79\xad\x88\x5f\xfd\x23\xe5\xb8\x19\x79\xf6\x27\xc9\x7d\x23\x10\x58\x99\x0c\x9b\x40\x60\x65\x32\x15\x9c\x65\xd9\xd6\xd7\x47\x92\x2e\x3f\x23\xc9\xe3\xc0\xcc\x17\x3e\xac\x4c\xa6\xa5\xf0\x61\x67\x73\x60\xc4\x23\x2a\x48\x86\x81\x3a\xed\x04\x4c\x13\xa5\x49\x5f\xf4\xfe\x69\x2a\xe5\x99\xaa\x09\x91\xf4\xfe\x42\xa1\x3d\xf9\xbd\x90\x0f\x17\x33\xea\x74\xfa\x71\xab\x05\x8f\xa8\x3b\x40\x06\x03\x3d\x80\xd6\x4b\xf7\x68\xa6\x12\x7b\x44\x9b\xb5\x3b\x15\x30\xb1\xec\x48\xb1\xd6\xab\xf3\xcc\x56\xec\x41\x23\xa5\x58\xb7\xce\xa2\x35\xd6\xcc\xd4\x4d\x8f\x24\xb5\xff\x7d\xd5\xa8\x8d\x4e\x4b\x08\xb5\xed\xd4\xcf\x8c\x16\x9d\x86\x6d\x6e\x01\x11\x65\x75\xed\xd4\xd6\x66\xe1\x4e\xff\xa0\x55\x57\xba\x52\x21\x11\x26\xb2\x7a\x24\xeb\x30\x79\x86\x52\x9d\x52\x15\x12\xf1\xd6\xc7\x21\x11\x35\xf5\x51\x48\xc4\x5b\x3b\x61\x22\x32\xe9\x6d\x4e\x7e\x27\x2f\x1a\xb7\x4b\xbd\xcc\xb5\xd9\x4f\x24\xd9\x24\x4b\x45\xb2\x4a\x3d\x90\x9a\x8b\xc9\xab\x34\x24\x4f\xbb\xbe\x2c\x48\x82\xd5\x97\x86\x64\xf8\xef\xfb\x93\xa7\x02\x99\x77\x42\xa9\xb5\x2c\x65\xe7\x4f\x2e\x2c\x5e\x81\xd4\xee\x93\x8e\x14\x46\xed\x6a\x4c\x50\x81\xd0\xee\xb3\xa7\x94\x2d\x89\xdf\x3f\xd3\xee\x2e\xcc\x08\xc1\xca\xee\x42\xc7\x09\x55\x76\x17\x7a\x5c\x6c\x51\x77\x61\xb6\x38\x83\x71\x39\xf2\xa6\x14\x60\x36\x63\x61\xcc\x60\x21\x7d\x24\xa9\x48\x67\xa4\xae\x67\x17\x92\x12\xc5\x64\x3f\xbc\xc8\x0c\x93\x5f\xfc\xfc\x90\x36\x39\xf3\x46\xe1\x8f\xce\xbc\x51\xf9\xd0\x99\x37\x52\xd3\x2d\x25\xa8\xd0\xfa\x6d\x25\x88\x42\x9f\x09\x77\x3b\x39\xeb\x23\xc9\xc0\x9a\xd6\x6b\xc2\x99\x82\xec\x91\x74\x4c\xa6\xa6\xdb\x41\xc0\x19\x8a\x67\xda\xf4\x33\x4d\xd4\x79\x7e\xbe\x1f\xfe\x49\x72\xa1\xc5\x6c\x13\xcc\x77\xc1\xbc\xae\x83\xc9\x27\x98\xd7\xd3\xc2\x0b\xb1\xe9\xc3\x82\xa4\xb0\xee\xd1\x90\x86\xa4\x7c\x28\x9d\x88\xd1\x16\xcb\x54\x77\x56\xb1\x47\x12\x50\x90\x95\x21\x94\xd7\x70\xee\xc4\x47\xf2\x1f\x22\x59\xef\x99\x48\xcf\xff\x9c\x60\xf5\x91\x86\x24\xca\x9c\x52\x6d\xfe\x1d\x1f\xff\xbc\x2a\xbd\xe7\x4c\xa1\xd6\x7b\x52\xa8\x34\x9d\x93\x6a\x4b\x91\xec\x4c\x0c\xa1\xbb\x2e\x27\xc0\x7f\x24\x19\xe0\x2e\x4a\x91\x22\xd9\x4f\x3a\x46\x80\xc6\x7e\xe5\x3b\xa9\x72\x27\xcd\x95\xfb\xf7\x78\xdf\x14\x62\xa0\xe4\xd9\xd2\x99\x9d\x3f\x48\x47\x78\xeb\x22\x8c\x00\x0b\x46\xb8\xae\x51\x52\xeb\x6d\x15\x97\xba\x6c\x9f\xfc\x91\x74\x2c\xdf\xfc\x41\xa9\xd9\xa3\xbd\x98\x07\xea\xb4\xb2\xf8\x88\x5b\x0f\x99\x16\xa6\x26\x9b\xf9\x85\x2b\x93\x62\xa4\x40\xb0\x27\x89\x04\x6a\x44\x09\x12\x4c\x6b\x46\xb5\x11\x05\xd4\x8c\x32\x53\x0d\x94\x65\xbd\x08\xb2\x35\xa3\xf6\x54\xc3\x66\x66\xa4\xa6\x67\x0d\x49\xa6\xb8\x99\xef\xba\x9e\x45\x12\x26\x80\x3d\x47\x60\x2e\x38\x2d\x1f\x49\x76\xab\x9e\x9a\x59\xb5\x48\x5d\xe4\x41\x67\x27\x11\x76\x6b\xde\xec\x39\xd5\x50\x06\xf6\xb8\x6a\xb8\x0d\x73\x59\xc8\xad\x32\x99\x93\x82\x6a\xcd\x9b\xc5\x23\x92\xa8\x79\x33\xb3\x95\x9c\xb7\x4c\xa6\x8f\x60\x5b\xb5\x1c\x29\x73\x4a\xca\x33\xbb\x9f\x7b\x0a\x75\xa4\x2a\xab\x80\x54\xbd\xd7\x5b\x01\xcc\x6f\xd4\x5c\xc7\x72\x49\x0f\x43\x7f\x92\x26\x93\xfd\x20\x35\x82\x0d\x85\x95\x6f\x2a\xaa\xe3\x4a\xed\x6d\xff\xba\xd2\x09\xa4\x3f\x60\x0b\x21\x59\xef\x18\x79\xd9\x87\x5d\x24\x83\x8a\x47\x3e\xe5\xa4\xa6\x52\xb6\xdd\xce\x54\xc2\x07\x75\x24\x7b\x6c\x47\x2a\xec\x93\x3a\x35\x74\x18\x2e\xfb\x96\x98\xa8\xea\x9d\x57\x9d\x0a\x61\xa4\x20\xdc\xb9\x68\xf4\x95\x73\x9b\x1e\xb5\xc7\x36\x3a\x57\x55\xa4\xd5\x95\x99\x00\xce\x30\x6d\x31\x49\xef\xcd\xce\xe2\xac\xbd\xd7\xcd\xd4\x6f\x64\x88\xa3\x93\x4c\x2f\x75\x0d\x8a\x6a\xdc\xb6\x47\xbe\xed\xb6\xc2\x54\x44\x25\xed\x7a\x25\x39\x0d\xce\x7c\xe9\x0d\x73\x22\xf9\x12\x39\x90\xe4\x0e\x29\x79\x53\x3b\x56\x71\x0f\x35\x25\x35\xea\x57\x24\xe3\x27\x8e\x88\xda\xa4\xca\x81\x54\xb4\xd9\xf0\x0b\xa1\x6e\x4a\xcd\xb3\x5b\xcf\xa8\xb7\x2f\x39\xe9\x01\xfb\x0c\x38\x91\xcc\x38\x75\x9f\x33\xa2\xf6\x2c\x0e\xbd\x86\x39\x6b\xe6\x1f\x3f\xbb\x6a\xf2\xee\x9f\x16\x2e\x0f\x05\xb5\x79\xee\x47\xff\xdc\xb2\xc5\x38\x35\x73\x09\x12\xe1\xd4\xcc\x85\x4c\x7c\x53\xa5\xa2\xd8\x08\xd2\x38\x73\x03\x14\xdd\x54\xa9\x77\x7e\xe8\x5b\x08\x9b\x43\x7b\xe6\xec\xcc\xa1\x24\xee\xa9\x32\xd9\x97\x45\x3d\x55\x66\xc6\x46\x04\x08\x13\xe5\xc1\x10\xc6\xdb\x39\xeb\x1e\xd1\x8b\x88\x39\x6a\x02\xa9\x23\x93\x49\x40\xc5\x5a\x8e\x48\x4d\x12\x3f\xf1\x69\x7e\xb0\xdf\x0b\xb7\x58\x0b\x5b\x9e\x70\x8b\xb5\x1c\x29\xd5\x70\x95\x91\x87\xde\x2f\x46\x0a\x32\x2a\x95\x91\xbd\x89\x06\x67\xbb\x14\x63\x54\xbd\xd1\xd4\x6f\x83\x66\x06\x2a\xfe\xed\x08\xef\x31\x90\xa4\x6f\x8f\x94\x63\x9b\xfb\x3c\x10\x65\x73\x7f\xa5\x8f\x87\x36\x5f\xda\x79\x46\xa7\x38\xd9\xed\x7d\x1d\x11\x8d\x7a\xe0\x7a\x20\xc4\x62\x9d\x6c\x2c\xce\x6e\x7b\x1a\xa8\xf6\x88\xbe\xac\xb1\x65\x91\xa2\x36\x57\x40\x52\xd4\xe6\x2a\x65\x08\xe3\x99\xfb\x12\x39\x6a\xdf\x4f\x55\xa7\x6c\xc0\x22\x8a\x6a\xd9\x45\x49\x51\x9b\xeb\x23\x29\x6a\x33\xc6\xa4\xa8\xcd\x2e\x4f\x8a\xda\x5c\xe7\x04\x77\x6c\xd9\x27\x6f\xfc\xfb\xe9\x09\x3c\xfa\xe9\xc4\xec\x8c\xd4\x1f\x80\xe3\x1d\xd1\xe8\x85\x0c\x0e\x3e\xfc\x33\x45\xd9\x60\x4d\xe3\x88\x43\xcd\x00\x6c\xf6\x25\x4a\x12\xf3\x73\x63\x8f\xbd\x1d\x79\xc7\xfc\x25\x49\xed\x48\xbf\x68\xde\xf5\x6c\x86\xb0\x48\x8d\x74\x0c\x91\x78\xa9\xbf\xdc\xf4\x7d\xe4\x21\x4a\x66\x44\x47\xb2\x8d\xfc\x07\xc7\x72\xfe\xf3\xb3\xe8\x97\xa1\x91\x62\x8b\x11\xac\xb1\x4d\x14\x4b\xa7\xa1\x2d\xb5\xe7\xa1\x9d\xd0\xec\x86\x3d\x5a\xe8\x40\x6c\x8a\x8c\x3a\x90\xac\xbd\x17\x24\x61\x0e\x58\x27\x4a\x3a\x5b\xe6\x99\x0a\xc8\x4f\xff\xbe\xa9\xba\xbf\xcf\x64\xa7\x7b\xcb\x94\x41\x86\xae\x15\xcc\xb1\x54\x6e\x27\x24\xa0\x65\xc3\xeb\x18\x37\xa9\xb7\xf9\xae\xe8\x3a\xc1\x1c\x41\x2d\x3c\x92\xd4\x40\xec\x56\x4e\x46\x8b\x75\xf3\x11\x65\xd2\x43\x0f\x14\xcc\x91\xdc\xb3\x8f\xa4\x88\x25\xb6\x5f\xc1\x1c\x7b\xbf\xf2\x43\x9f\x0c\x91\x7c\x32\xa4\xcc\x3f\x59\xf5\xb1\x78\x09\xbd\xd8\x3b\xa6\x23\xf3\x5f\x1d\xa8\xa8\xdd\xc6\x22\x2e\xa7\xdd\xbc\x67\xe5\x8e\x68\xfb\x17\x8d\x5a\x3a\x1a\x38\x6f\x04\x66\x1c\xa5\xfd\x87\x3d\x5c\x48\xc7\x72\x60\x00\x13\x9a\x71\x38\xff\xe6\x23\x49\xbb\x7c\x6b\x2a\xe7\x72\x43\x92\xff\xd6\x39\xf4\x1f\x49\x67\x18\x56\x96\x6e\x55\xb7\xe6\x4d\x99\xed\x58\x3c\xa6\xc1\x1a\x03\xcd\x57\x34\x58\xa3\xa0\x1d\x88\x05\x6b\x94\x9a\x67\xd2\xc2\xb9\x7e\x9b\x13\xab\xc5\xfa\x28\x38\xe3\x7c\xeb\x4d\x0a\xc3\x91\x5f\xea\x44\xa3\xe2\xc3\xaa\x2f\x9d\x3a\xac\xfa\x9e\x79\xa6\x43\x8b\xbd\x7e\x58\xf5\x45\xa7\x10\x90\x71\x1e\x57\x24\xa9\xbe\x25\xdf\xdd\x7a\x56\x91\x14\x2c\x84\x5e\x30\xb0\x93\xb6\x14\x2a\xdd\xb7\xe7\xd5\xa5\x5f\x14\xa4\x8f\xa4\x89\x24\x04\x2c\xab\xcd\xf0\xc6\x5a\x7b\xfe\xa8\x36\xd1\x8d\xc3\xcc\x47\xe8\x93\xc3\xa8\x5e\xd6\xa5\xd0\x8d\x33\x73\xc1\xe0\xc6\xd7\xc4\x29\xf8\xe2\x3c\x4a\x24\xe9\xec\x25\xaf\x0e\x33\x42\xd3\x53\x53\xb7\x92\x12\xc9\x15\xa7\x72\x22\x7f\x3b\xae\xd4\x46\x17\x0f\x36\x18\xa7\x8b\x85\x42\xe9\x11\xa5\x09\xb0\x2d\x0f\x6b\x02\x5c\x83\x04\x38\x9c\xb9\x4c\x29\x39\xec\xcc\xfa\x16\xd3\xd6\x3c\x58\x52\xc6\x22\xbe\x36\x56\xd0\x87\x25\xbd\x6a\xaa\xad\xab\xe7\x97\xd2\xc5\x63\x9b\x1e\x46\xe5\xb2\x43\x0f\xe3\x70\x39\xa4\x05\x3e\x9c\x1d\x3d\x5d\xc9\x5e\x67\xe7\xb8\x11\x14\x71\x66\x17\x31\x0f\xd7\x4c\x05\xcc\xfa\x7b\xd6\x7c\xa8\x2b\x06\x0a\xd6\xd8\xbe\x62\xe4\xd5\x21\x89\x66\x89\x38\x69\xa6\x03\x4c\x9c\xc4\x3e\xee\x1c\xb0\xf7\x68\xa9\xa9\xac\x95\x19\x72\x1b\x5d\x33\x8d\x15\x2f\x36\x19\x1c\x01\x16\xcb\x64\x1e\x19\xaf\x58\x33\xe5\x26\xfb\xf4\xcc\xbb\xb2\x49\x32\x74\xd3\x68\x03\x8c\x90\x42\x24\xce\xd8\x35\xa6\xf7\x69\x46\x60\x3a\xd8\x76\xe6\xd9\xd6\xb3\x7c\xf7\x51\x2f\xe6\xff\xaa\x37\x8b\x4a\x78\xc4\xd9\x8f\x48\xba\xd1\x71\x20\x0a\x8d\x38\xfb\x11\x49\x56\x56\x16\xd5\xb4\x95\x95\x25\x2d\xa0\xe2\xec\xe8\x05\xc2\x29\xce\x38\x34\x04\x53\x3c\xdb\xac\x11\x6f\x0d\x22\xcd\xe5\xba\x47\x23\x26\xd3\x28\xa2\x14\x4a\xe6\xbf\xc9\xbe\xe6\x15\x49\x90\x00\xe3\xbe\x1e\x51\x93\x68\xa4\x02\x8a\xa3\x6c\x0c\xdc\x34\x3e\x9d\xbd\xc9\x54\x60\x9d\x5b\xa4\x31\x89\x35\xab\x43\x98\xc4\x19\xaf\x8d\x30\x89\xe5\x3f\x04\xbe\x3f\xaf\x0a\x25\x82\xc6\x32\x1d\xfb\x3b\x52\xa8\xb0\xec\x33\xcf\xb6\x1b\x19\x51\x10\xf5\x99\x3f\xea\xba\x8d\xa2\x39\x4d\xfa\x7f\xa7\xcd\xcb\xa3\x43\x23\xb7\x47\x87\x67\x5e\x1b\xe8\x74\x13\x9a\x6b\x0e\x55\x83\x0a\x5b\x0c\x72\x13\x35\x99\x0a\xa0\x26\xcf\xbc\x6b\x35\x39\x33\x49\x48\x86\x68\x0a\x82\x18\xd6\x72\xe6\x4b\x2f\xe4\x0c\xbb\x41\xeb\x25\x83\x69\xd0\x7a\x2e\xef\x02\x20\xd6\x58\x01\x97\x81\x0d\xb9\x11\x2e\x63\xd6\xa3\xc7\xc3\x26\x36\xf2\xae\x8c\xdf\xad\xe6\xa1\xee\x03\x4c\x20\xe3\x11\x8f\xdc\x08\x97\x11\xeb\xa9\xa1\x01\x89\xc7\xff\xfe\xaa\xa0\xc0\xec\x6f\xcb\xba\x7a\x0c\x9c\x10\x8c\xc5\x53\x63\x4c\xe2\x91\xa6\x2f\x00\x3c\x33\xb5\x70\x63\x99\x29\x66\x1c\x1b\x67\x7e\x24\x8a\xb1\xc2\xde\x60\x4e\xb1\x68\x4d\x46\x21\x1e\xf1\x17\x18\x85\x78\xe4\xb6\x23\x52\xb1\xfa\x36\xc7\xf8\xf5\x98\x3c\x4c\x31\xf6\xd6\xd7\xf0\xf5\xff\x95\xcb\xc0\xd1\x74\xec\x21\x33\x9f\x7a\xe4\xa8\xbd\xcd\x21\x85\x2d\x69\x61\xf1\x60\x9f\x59\xb6\x78\xbc\x5d\xbc\x18\x1c\x0a\xb6\xc5\x23\xc6\x93\x15\x8b\x07\x6d\x35\x48\x3d\xaa\xbb\xc1\x8e\x47\x1c\x20\x06\x3b\x1e\x6f\x35\x96\xdb\x93\x87\xb4\x27\x25\xd1\x1e\x9a\x07\x13\xd9\xcc\x53\xb5\xe7\x88\x64\x10\x60\x06\xd6\x39\xee\x62\xea\x33\x13\x59\xf6\x23\xe5\xcd\xad\x59\x45\xe6\x25\x3b\xe6\xfb\x6a\xb3\xc8\x4f\xbd\x8e\x62\xaa\x5f\x76\x56\xa4\x46\x76\x1b\x47\x93\x30\x4f\x59\x2b\x35\x75\xf0\xcd\x2f\x3f\x15\xda\x6a\xe6\x99\xd6\x75\x2e\x7e\xcb\x84\xf0\x85\xe3\x22\xc4\x64\xd4\x50\xe9\x73\x6b\x76\x0f\x63\x2a\x8f\xdc\xcf\x44\x45\x56\x73\x40\xc0\x44\x96\xbd\xdd\x4c\x64\xd9\x21\xcc\x44\x76\xe4\xb6\x6e\xf8\xe5\x91\xf3\xcb\xf0\xcb\x23\xb7\x77\xe3\x2f\xcf\x6c\x8b\xa6\x26\x3b\x72\xf1\xdb\x5e\x0b\xd9\xb6\x0d\xc1\x3c\x72\x65\x80\xaa\x2c\x7e\x92\x3d\x69\x0e\x45\x39\xd8\x23\x67\x93\x99\xcb\xb2\x1b\xc3\x5c\x36\x51\x87\x04\xca\x3c\x6b\x9c\x2a\xdb\x4b\x25\x67\x35\x4c\x66\xb9\xc7\xc2\x64\x96\x5b\x6e\x98\xcc\xe8\x72\xc1\x34\xcf\xbb\xcc\xbc\xec\x16\x1c\xff\xc1\xf6\x6d\x2a\xb3\x23\x67\xbb\xa9\xcc\x8e\xdc\x04\x4d\x65\x76\xe4\x74\x37\x95\xd9\x11\x45\x44\xf9\x78\x9f\xa1\xa5\x2f\x1c\xde\x9c\x4a\xf8\xce\x10\x5f\xff\xf6\x5a\x89\x62\xb2\xbd\x56\x72\xe0\x99\xda\xec\xc8\x65\x7b\x7b\xb1\xe4\x76\xbd\x0d\x9f\x4b\x1f\x73\xc4\x94\x14\x2c\xcc\xee\x3b\x4b\x96\x53\x8b\xf4\xd4\x82\x9d\x2c\xed\xa1\x79\xb4\x47\xc6\xc4\x68\x60\xdb\x89\x55\xe7\x2b\x5e\xde\x4f\x29\x49\xab\xa5\x15\x4c\xd5\x1b\xc0\x1c\xf7\x43\xd3\x9d\x4d\x34\xbb\x8d\x6f\xaf\xe7\x37\xb6\xaa\xa3\x32\x87\xef\x2c\xed\xb1\x73\x6f\xe4\xa1\x71\xac\x25\x0f\x8d\x06\x4c\xeb\x08\x16\xe1\xec\xff\x10\x2c\x32\x23\x3a\x58\x04\x55\xf4\x63\xde\xfb\x8a\x1a\xf3\x09\x42\x79\x22\xca\x1c\x3a\x22\xd9\xdf\x77\xe7\x5d\x9d\xa9\xf1\x8f\x43\x8f\x96\x23\xf6\xe3\x7c\x79\x95\xe5\x0f\x3f\x5a\x9d\x79\xd9\xb1\xc0\x33\x2f\xdb\x0e\xd4\x53\x47\x37\xa8\xe7\x5b\x37\x08\x58\x80\x38\xd0\x6a\x50\x09\x90\x9e\xc5\x5a\x07\xe9\x59\xee\x3a\x21\x3d\x4b\x0b\x84\x1d\x8d\x47\x00\xce\xb3\xca\x64\x14\x94\xb4\xc5\x3a\x26\x24\x69\x9d\xef\x33\x79\x5e\x53\x5d\xdb\x8f\x62\x8e\xf9\x40\xfc\xd7\xf3\xae\x6b\xdf\xf2\x4f\x6a\x4f\x7d\xe5\x01\x9f\x23\x92\x62\x8b\xd2\x49\xce\x42\x89\x42\x6f\x60\xe9\x19\xfb\xc5\x07\x12\xc0\xd4\x6f\xb1\x4f\xe7\x65\x01\xe3\x98\x02\x1f\xa2\x65\x5b\x3e\x55\xcb\xd2\x27\xce\xf8\x50\xd1\xcd\xcc\x78\x76\xd6\x91\xa7\x02\x6e\xbe\x92\xc1\xee\x99\x1e\x8b\x96\x46\x14\xef\xde\x4c\x41\x42\xa1\xa6\x58\xa3\x50\x63\x3d\x32\xe1\x59\x6b\x9c\x0d\xa0\x50\x33\x45\x41\xa1\xa6\x53\x40\xa1\x32\xdb\x3f\x66\x10\x4c\x15\x88\xa2\xba\x53\x2e\x8d\xa1\x1b\x9c\x01\x22\xc6\x5a\x83\x49\xef\x98\x2f\x0c\x26\xed\xb9\x40\x9b\xb4\xac\x1d\x1c\x33\x5f\xc2\x62\x4b\xbe\x15\xac\xac\x1e\x11\xad\xc4\x8f\xbc\xec\xb9\x83\xb3\xc7\x24\x66\x67\x36\x66\x93\x98\xb5\x58\x2e\xbf\x5e\x0b\xd9\xf1\xbf\x8e\x9d\x62\x57\xf8\x3a\x76\x6a\xe4\xd9\xc7\xaf\xe6\x37\x72\xe3\xf7\xd4\xc1\x6e\xfc\x9a\x77\x6d\x8c\xc4\x72\x63\x2c\xea\x39\x39\x2b\x0c\x3e\x7d\x14\xe0\x7f\xee\xef\x46\xa6\x9e\x93\xdd\xd2\x7c\x66\x67\x0e\x37\xf3\x99\x9d\xb9\x85\x18\xb7\x7a\x66\xbb\xff\x62\x69\xad\xf9\xab\xdb\x46\xf5\x4d\x06\x38\x52\x10\x6d\xa3\xe1\x5e\x27\xb3\xa4\x20\x5f\x59\xb0\xa7\x7c\x31\xad\x66\xe8\x30\xad\x62\x40\x33\x50\xb5\xc7\x25\x69\xa0\xea\x99\x2b\xbd\x81\xaa\x67\xce\x11\x11\x9e\xb5\xb8\xaf\xc4\x77\xf6\x28\xaa\x29\xc9\xad\xab\x79\x3a\xac\xc3\xd0\xa7\x36\xbc\x46\x11\x37\xe1\xd9\x99\xdb\xb1\x73\x14\xd7\x2c\x49\x33\x9e\xc5\xda\x6e\xc6\xb3\x33\x0b\xd4\x68\xd9\x3b\x8a\xac\x29\xcf\xa2\x24\x3a\x25\xf1\x39\xd9\xd0\xbf\xc0\x4c\xd9\xa7\x44\x88\x76\x12\xf4\xf4\x88\x6a\x0e\xe7\xc6\xd7\x68\x92\x1c\x92\xce\x49\x7c\xc6\x5e\x6a\xbe\xb4\xda\x52\x27\xaf\x96\x5c\xcb\xbf\x9c\x39\x77\xfe\x63\xb3\x78\x49\xa5\x3c\x5c\x67\x7e\x2b\x12\xee\x32\xf3\x54\x76\x71\x56\xf0\xcf\xee\xae\x68\xa3\xa6\x53\x7b\x75\xbf\x9f\x51\xdb\x1c\x6d\x66\x53\x3b\xa3\x86\x99\x30\xed\x75\x14\x99\x30\xad\x1f\xd4\xd8\x84\x69\xad\x61\xd6\x73\x06\xe3\x76\xf4\x88\xc3\xbf\xcd\xcb\x0e\x7c\x9b\xa9\xc5\x33\x17\x2b\x93\xe2\x47\xe6\x95\xb7\x4e\x5f\x7f\x3a\x11\x7f\x16\xf3\xb2\x97\x16\x7a\xa4\xe9\xd4\x5a\x1c\xb6\x3f\x83\xc0\x73\x0d\x71\xba\xe3\x2b\x7a\xba\xf2\x1b\xb7\x1c\xa1\x3f\xa3\xbe\x73\x4d\x32\xdb\x5a\xad\xf9\x52\x90\x99\x9a\x57\x05\x99\xa9\xf9\xe7\xf4\x87\xf9\xa7\x1b\x43\xd3\x08\x58\x9c\x79\xa8\x6d\xba\xdf\xf9\x89\x03\x16\x67\x4a\xa2\x6d\x74\x9a\xd3\xb7\xe6\x36\x03\xfc\x3a\x76\xc4\x1f\x0b\x0d\x35\x58\x89\x91\x5b\xad\x91\x8a\x1b\xce\x6f\xcd\x04\x92\x0b\xa2\xb1\xda\xd7\x9d\x0e\x37\xed\x66\xd4\xaa\x1f\x1e\x0e\xd4\xd1\x9f\x3d\x1c\xb9\xbb\x39\x8b\xf2\x75\x5f\x79\xba\xfc\x2d\xfd\x64\xe2\xcd\x9a\x2a\xa2\xfe\xd0\x17\xf2\x77\xd4\x9a\x82\x3c\x72\x29\x57\xeb\x2c\x00\x2a\x27\x4d\xbe\x72\xaf\x73\xd2\xe4\x2b\x77\x4d\x27\x4d\xae\xec\x64\x80\xbb\x73\x53\xfb\x41\x1e\x36\xf3\x2e\xad\xc9\x53\x6d\x1b\x2d\xa3\xac\x85\xd5\x4b\xda\x6a\xff\x47\x4b\x4f\x6c\x5b\x6e\x58\xfc\x4e\x7d\xdc\x72\x76\xfc\xe1\x39\xa6\x75\x7f\x84\x90\x71\x76\x28\x9f\x71\xbb\x99\xa6\x86\x70\x5f\x77\xf9\x27\x31\xca\xf3\x2e\xfb\xde\x8d\xd8\x5d\x6e\x4a\x52\x82\x07\xfa\xdb\x10\xef\xeb\x2e\x11\xb7\x97\x73\x45\xfc\xf8\xd3\x54\xf8\xab\x4f\x53\xee\xcf\x9f\xe6\xa1\xdd\xe2\x6c\x4f\x06\x79\x5f\x37\xb7\x4b\xa7\x42\x6e\xac\xd7\x3f\x82\x29\x58\x39\xce\x85\x7c\xdf\x47\x44\xda\x4a\x47\x78\x5d\xdd\x6c\x99\x02\x7a\xb7\xfb\x48\xb9\x5d\x52\xbe\x74\xdb\xa8\xd1\x64\xa6\xe5\xa7\x6e\x2a\x17\x2e\xe7\x45\x6e\x8e\xd1\x7a\x44\xb7\xe6\x4c\x49\xca\x6f\xc4\xb0\xfe\x39\x79\x66\x90\x85\x82\x8c\xb7\xc6\xa2\x13\x64\xbc\xdd\xec\x4c\xe4\x3d\xbe\x39\xaa\xff\x9c\xde\x88\xdd\x92\x3c\xc7\x77\x49\x39\x1e\x19\xf6\x08\xa1\xc6\xdb\x7d\xe6\x21\x7d\x4f\x6f\x2f\x7a\x9b\xda\xdb\xc9\x3c\x51\x3d\xff\x1c\xbe\x7b\xa0\x0d\x39\x79\xf1\xeb\x8b\x75\xf2\xe2\x31\x5e\xd1\xee\xbe\x57\x34\xe7\x61\x1a\x80\xbb\x8f\xe9\xff\xe7\xa8\xdc\xdc\x2d\x8d\x1f\xbf\xee\x2b\x2f\x3b\x78\x25\x5d\xb1\x49\x0b\x94\x92\x3f\x2e\x39\x75\x56\xa8\xeb\x99\x3a\x9a\x7f\x85\x73\x85\xd4\xc7\x5c\xb7\x26\xa9\x8f\x1d\x60\xf6\x88\x56\x2a\x7b\x9e\x8a\x0e\xc9\x0b\x76\x3a\xd5\x71\xe3\x6c\x98\x24\x37\xc6\x23\x3c\x8f\x41\x7b\x0a\xe2\xf0\x50\xe6\x65\x07\xe3\x78\x62\x4e\x72\x1d\x73\x9f\x9f\xe4\x3a\x06\x17\x3a\xc9\x75\xcc\xb5\x7b\x1e\x40\x1d\xad\x32\xcc\xc3\xeb\x01\xb7\xfa\x74\xee\xe3\x0b\x8c\xcb\x3c\xbc\x1e\x80\xc7\xcc\xc3\x07\x0b\x17\xfa\x79\x24\x2d\x4e\x44\x50\x23\x94\xec\x05\x61\xe2\xe5\x47\xf4\xf8\xa5\x09\xa4\x51\x9e\x11\x15\x2a\x83\xeb\x6c\x2a\x8d\x72\x03\xb1\x36\x93\x45\x79\xd0\x20\x5b\x0a\xf0\x03\x4f\xa7\x4d\x8e\xbf\x6c\x1e\x70\xcd\x0e\x4a\xd2\x19\x00\x8b\xcf\x23\x2a\x5e\xa7\x55\x4a\x5e\x0e\xac\x9d\x79\xda\x3d\x26\x11\x3d\x8b\x06\x63\x42\x22\xaf\x8c\x49\x50\x93\x79\x2a\x3f\x6c\x86\xde\xd9\x8f\x8f\xb7\x60\xea\x98\x4f\x7f\x72\x3f\xd3\xf6\x65\x6e\xd4\xcc\x04\xc2\x7d\xd2\x33\x4e\xec\x75\x66\x70\x15\xe3\xde\xbd\x0a\xa6\xb0\xeb\xad\x67\x78\xa4\x79\xf5\x54\xd7\x69\xbd\x4c\x37\xfc\x88\xdd\x22\x9d\x28\x6e\xb3\x9e\x59\x80\x7b\x3c\x23\x89\x7b\x3c\xaf\x3a\x54\x2a\x4d\xcb\xfa\x48\x15\x1c\xdc\xf5\x1f\xe0\xe4\xd3\x04\xa8\x71\x74\x4e\x52\x21\x1f\x34\xc6\xa9\x90\xcb\x79\x44\xb4\x0e\x7d\x46\x2c\x16\x0b\x62\x15\xea\xa8\x21\x39\x52\xdc\x97\xd8\x79\x42\x63\x6b\x7d\x63\x9e\x00\x96\xee\x94\xe4\xcc\xd4\xef\xb7\x5f\xdb\xde\xf3\xad\x79\x78\x99\x30\x27\xc1\xec\xb6\x04\xce\x13\xf6\xbe\x1a\xd1\x44\xac\x83\x1f\x69\x16\x97\x32\xf2\xd4\xd7\x2c\xef\xa3\xf3\x84\x9f\x8f\x81\x3d\x1d\x15\x57\x46\x44\x13\xe6\x32\x7a\x42\xa2\xb7\x6c\x2c\xa7\x61\xbf\x60\x82\xa7\xb0\xe7\x2d\xeb\x5d\xd8\xf3\xc6\x7e\x35\x93\xea\xb8\xf0\x53\x4f\x69\x1c\xaf\xf3\x74\x7c\x7a\xc9\x4f\x9c\x34\xba\x47\x94\x9a\x06\xbe\x65\x9e\x4e\x3f\xc7\x9d\x78\x3a\xc1\x71\x69\x35\x05\x3b\x53\x52\xa3\x53\xb7\xd3\x69\xd1\x11\x9e\xb4\xce\x01\xff\x88\xe2\xf7\xbd\xa9\xa1\xb3\xd1\xa1\x33\xcf\xd3\xd9\xe8\xcc\x39\xfd\x88\x0e\xc6\x4f\x53\x3d\x8b\xdb\xc8\xcb\x5d\xf1\xf5\x79\x38\xfc\x30\xbf\x99\x1e\x1c\x9a\xb3\xbd\x4f\xa4\xbf\xc5\xbe\x30\xdf\x72\x05\xf1\x66\x8a\x5f\x46\x6a\x70\xee\xcf\xcb\x48\x0d\xce\xf2\x69\x5c\x79\x07\x39\x39\x4d\x02\x3a\x9c\x1a\x70\x4e\x43\xb2\x21\x58\x9d\xb3\x38\xa6\xad\x1e\x11\x7d\x6b\x67\x23\x28\x50\xd7\xe5\xe5\x44\xe1\xb9\xc7\x6b\xb6\x09\xd7\xca\x40\xbb\xc1\xd9\x3f\x9d\x98\x0f\x0f\xd6\x6c\x0e\xd1\x03\xf8\x39\x05\x9e\x1a\xce\x59\xff\x48\x02\xbd\xfa\x38\x9f\x46\x52\x1d\x5c\x0b\x67\x33\xad\xfa\x5d\xf3\xe5\x9f\x0b\xf2\xa7\xc6\x59\xe1\xa8\x9b\x62\x81\xbb\x0e\x3a\xf8\x76\xe8\x53\xc9\x33\xc7\x3e\xb2\x01\x2a\x4f\xdf\x28\xc6\x01\x4e\x25\xe6\x1b\x85\x35\x26\x08\x56\xc1\xdf\x3f\x6f\x33\x73\x31\xa4\x66\x88\x3b\x7c\x23\x9c\x66\x88\x3b\x4a\xbe\x93\x67\x7c\xe4\x99\x20\x2b\xa9\x8c\x9c\x9f\x07\x53\xf9\xb6\x0f\x9f\xd1\x15\x16\xab\x60\x42\x9a\xc2\x62\x15\x0c\x8e\xf3\x76\x2e\x23\xa6\x9b\x81\x59\x0d\x7f\xd4\x54\xfa\xbe\x47\xe4\x8f\x4a\xd6\x8b\xe1\x61\x1a\xb5\xd5\xb8\x13\x4c\xa7\xf3\xcb\x79\x2e\x94\xd6\x04\x87\x33\x05\xcb\x9a\xfd\x7d\xf3\x4f\x12\xc5\x58\x2f\x6b\xec\x73\x42\x65\x55\x3c\x3d\xf3\x86\x67\xa0\x46\x94\x67\xea\xca\x97\xc2\xdd\xa5\x1b\x15\xbb\x0d\x32\x61\xde\x39\xca\x18\x1c\x8e\xb2\xd4\x6e\x59\xe3\x67\x56\x9a\x73\xee\xc0\x66\x32\xcd\x39\x77\x70\xef\x9e\x02\x6c\xd5\x7e\xfc\x87\x1d\xdd\x7c\x74\xc7\xdb\x43\x8e\x41\xc1\xc6\x33\x05\xdf\xaa\xf8\xa7\xa7\xd9\xe9\xe6\xc9\x6e\x63\xfc\xd6\xc9\x9d\x64\x1a\xbf\x75\xb6\x23\x25\x61\xf7\xa0\x1f\x1c\xaf\x9d\xa9\x86\x19\xed\x15\xbf\xfe\x34\xff\xc1\xde\x9c\x4f\xff\xfc\xd4\x75\xea\x04\x70\xfb\xb2\x36\x3b\xb7\x7d\xf6\x8c\x4e\x08\x09\x2b\x50\x30\xac\xc6\xcd\x79\x76\xac\x68\x35\xa2\xcc\x96\x33\xe5\x62\x68\xba\x11\x6d\x8a\x64\x38\xc0\x57\xb1\xe5\xf5\x5c\xd0\x27\xa2\x6e\xe4\xec\xa4\xdd\xac\x41\xac\xe4\xee\x0b\x39\x1b\xa9\x90\x51\xcd\xb9\x99\x1e\xe9\xe7\x93\x38\xff\xb0\x32\xca\x81\xd9\x17\xb9\xeb\xf8\x89\xd4\xff\xce\x3c\x17\x6e\xaa\x75\x74\x83\x4e\x1c\x09\x43\xd1\x1d\x48\x7d\xa6\xc7\x4c\x8f\x72\x1e\x79\x99\x8d\x87\x97\xc9\x1b\x44\x0d\xcd\xc2\x85\x41\x6a\x0e\xa8\x39\x5f\xf1\xf7\x7f\xff\xef\x76\x4c\xe9\x9c\xe2\xdd\xba\x33\x1d\x0c\x7b\x39\xe8\x5b\xd1\x6e\xdd\xc0\x25\xa7\x30\x30\xf7\xd9\xf3\x9d\x63\x6e\x6e\x24\x11\x61\x8f\xbc\x29\xa5\xec\xcc\x9b\x46\xc3\xf1\xf7\x67\x5a\xdf\x39\x60\x4d\xaa\x95\x85\x3e\x14\xe5\x92\x7d\x58\x18\x97\x3b\xa7\xfa\x40\x03\xe3\x3b\x73\x2c\xb2\xae\x06\xc1\x83\x0c\xac\x39\xb4\x6e\x8c\x45\x53\x60\x95\xbb\xa3\xd4\x0a\xac\x72\xf7\xb4\xd0\xa7\xd3\xcc\x87\x1f\x3d\x2b\x48\x0a\x4b\xae\x79\x26\x0a\x2a\x8e\x0c\x93\x6b\x71\x49\x9a\xc6\xaa\xdc\x80\xf3\xe6\x34\x69\x27\xf3\x75\x0e\x85\xe0\x30\xd3\x8d\x63\xc1\xe6\x35\xcd\xb4\x45\x1a\xfe\x47\x5c\xff\xf7\xff\xfa\xf9\x7e\xa8\xc0\x9a\x99\x0f\x15\x58\x93\xff\x2b\x45\xe1\xc1\xe6\x2d\xcc\x49\x3f\x67\x24\x21\x05\xf3\x0b\x23\x05\xf3\x07\xa2\xf7\x58\x68\xd3\x68\xc0\xd4\x4d\x1c\x2d\xad\xa6\x18\xc5\xb2\x5c\x79\x53\xf8\xbf\x9a\x42\x7f\x92\x6e\x24\x45\xb6\xf8\xae\x3c\xa7\x63\x59\xe8\x6e\x61\x43\xae\x68\xfa\x26\x9d\x1a\x40\x9c\xa6\x48\xa7\x0a\x46\xa5\x29\xc4\xc7\x28\x2d\xc5\x7c\x9e\x67\xec\x61\x02\x7c\x8c\xd2\xa8\x8c\x03\x56\xd0\x24\x9d\x19\x0e\xb4\xc2\x9c\xc6\xf4\xb5\x48\x3a\x82\xd2\xa3\xdb\xc8\x44\x4a\x11\x16\x0a\x68\xd8\x9c\x46\xf8\x5d\x34\x49\x70\xa7\x23\x4d\xd2\x2c\xa9\xed\x88\x28\x80\x61\xcb\xab\x02\xbc\xa5\x83\x9f\x6d\x6f\x1e\xe5\xdf\x06\xf5\xb9\x0c\xe9\xa3\x4b\x17\x73\x88\xad\xca\xd8\x8e\x83\xb1\x10\xb6\xa3\x44\x67\x5d\x0e\x52\x29\x79\x53\xe4\x94\x2c\xa8\xc5\xa9\x3e\x91\x5c\xb7\xfc\xc2\xe7\x78\xbe\x93\x45\x09\x14\xd1\x14\x16\x63\x12\x01\x35\x9d\xb4\xad\x36\xb6\x2d\x01\x2c\x26\x71\x4d\x73\x71\x1e\x53\xaa\xc3\x4d\x18\x44\xe1\x29\x2a\xa8\x9d\x09\x9c\xe2\xfd\x85\x5d\xa8\x9c\xa3\xc1\x4f\x70\x74\x82\x9f\xc0\xbc\x3d\x8d\x9f\xa8\x8d\x5d\x16\xfc\x04\x6e\x8c\x69\xfc\x44\x3f\xdf\x97\xa7\x4f\x17\x7e\x24\xfd\x1a\xbb\xff\x74\x36\xb6\x73\xb6\xfc\xd6\x1e\x05\x36\x7a\x53\x3e\x9d\x93\x9d\x53\x98\x88\x76\xa5\xa7\x4d\x50\x06\xd6\x65\x0a\x05\xd1\x6e\x34\x08\xa1\x1e\xda\x9d\xef\x7c\x0c\x51\x01\xe9\xc0\xf7\x5b\x8a\xd7\x15\x7d\xe2\xd8\x78\xa6\xab\x99\xa1\x2a\xe1\xe9\x73\x99\xae\x95\x42\x05\x71\x28\x51\x20\xb7\x99\x81\xf9\xc5\x36\xe8\xb3\xe6\x99\xa7\x4b\x9e\x79\xba\x0c\x24\x45\x2a\x70\x4c\x0b\xdf\x30\x0f\x96\xfc\x36\x02\xae\xe4\x99\x87\x2b\xdf\x09\x01\x57\x52\xa6\x74\x29\x7a\xc2\x78\x04\x80\x24\x33\x78\x84\xbc\x6a\x7f\x6a\xc3\x8a\x22\x3c\x42\x23\xf6\x6b\x2a\xcd\x5a\xbb\x52\x1b\xf3\xef\x01\x72\x9c\x06\x27\x5c\x99\x4c\xdb\x74\x7c\x2d\xc5\xda\xdc\xcb\xf4\x11\x54\x21\xde\xb3\x29\x46\xa9\x58\xe4\xa6\x71\x0b\x57\x26\x9e\xa0\x09\x0d\x47\xe7\xdc\x98\xb6\x51\xe0\x0c\x45\xb8\xee\xf4\x88\x6d\xd9\x2d\x0f\x65\x49\x45\x9f\x34\x12\xe1\xd5\x5a\x8d\x35\xb8\x33\x20\x06\x21\xa7\x0f\xbc\xb5\x95\x14\xfa\xe8\xcc\x2d\x5d\xb0\xbd\xf0\xa9\x8e\xc0\x9b\x07\xb3\x43\x58\x81\x12\xfd\x4b\x1c\x52\x67\x1d\x2d\x62\xd3\x18\x50\x37\xc5\xc1\xe3\x53\x9b\xdb\x70\xcd\x4a\xd5\x9e\xe9\x38\xfb\x95\x67\xc2\x40\xd6\x94\xb2\xf4\x2c\x95\xd1\x0c\xa8\x91\xbe\x7a\x96\x37\x8d\x4d\xe3\x87\x4e\x92\x06\xfe\x66\x7e\x80\xd8\xd8\x10\x3b\x0d\x0a\xb8\x4f\x0a\x32\x28\x00\xa0\xdd\x74\x0a\xb5\x23\xf3\xec\x03\xc6\x86\x1d\x4c\x28\x80\x0a\xf0\x72\x02\x02\xc8\x66\x2b\xaf\x7f\x23\x5a\x6f\x3a\xef\x19\x31\x7f\x53\x3e\xff\x46\xec\xce\xfc\x98\x15\xb2\xa1\x79\x29\xef\x59\x23\x58\x70\x82\x00\xc8\x86\x26\x04\x40\x3b\x52\x3d\xcd\xc9\xe3\xbf\xa8\xda\x64\x39\x9b\x4c\xb4\x0f\x8e\xcd\x96\x2a\xf8\xa0\x48\x3b\x1d\x33\xc2\x3a\x04\x01\x30\x5b\x7e\x2a\xdf\xd8\x4c\x85\xec\x91\x60\xde\x7d\x70\x6c\xa2\x7f\x0a\x01\x70\xde\x25\x2d\x35\x43\x64\x16\x2a\x79\xce\xb2\xe9\x7e\x4c\x11\xc9\x09\x48\x9a\xb3\x2c\x55\xd2\x9c\xdd\xec\x7e\xc2\x00\x34\x02\xd0\xe6\xc7\xa6\xb6\xbb\xe6\x5d\x1b\x6c\xd9\x55\x84\x01\x68\x37\xb7\xa9\x8f\xd3\x31\x71\x5e\xd8\x73\x5f\x5b\x6a\x84\x7d\x8c\x62\x35\x8b\xe7\x3b\x4e\x1b\x4d\x36\x4f\x7d\xd4\x64\x5a\x39\x6d\xf4\x99\xa1\x21\x21\x13\xd7\x7c\xfb\xea\xdf\x1b\x2d\xc4\x4f\xd1\xf4\x4c\xfc\x94\x69\x65\x57\xfd\x7b\xc3\x35\xf1\x53\x16\x88\x5d\xf3\xef\x35\xd6\xae\xf9\xf7\xe6\x2a\xd7\x7c\xcb\xd4\xb6\x67\xbe\xb4\x96\x87\xcb\x96\xc2\x3c\xdd\x26\xe8\x73\x85\xcd\xfd\xd4\x71\x39\x4c\xfb\xdb\x81\xa5\x4d\xfb\xd0\x47\x2c\xb9\xf2\xa1\x97\xdc\x64\xec\x42\xaf\x2d\x35\x34\x50\x2b\x7b\xa1\xb9\x9e\x8e\xb7\xfe\x9a\x4c\x0d\x07\xfb\xb4\x9b\x1c\xb4\xde\xb4\x97\xbc\x46\x5b\x93\x97\xbc\x82\x25\x9e\x26\x73\x22\x04\x71\x7e\x4d\x5a\x93\x0a\x89\x40\xf4\x78\xdf\x54\x2f\x70\x1f\x91\x97\xfb\x3a\xd0\x33\xbe\x8e\x27\xbe\xe9\x5b\xa1\x73\x0f\xe6\xcd\x17\xe2\xdc\x2b\xbf\x97\x4a\xc4\x01\xfb\xf5\xe6\xc7\xfc\xb3\x4f\x7b\x9c\x79\xd5\xf0\x5c\x66\x91\x3c\xdc\xb3\xa7\x03\x0c\x5d\xaf\x91\xdc\x75\xd4\xdb\x68\xdc\xac\x00\xfb\xa8\x0f\x80\x5d\xf3\x6b\x38\x6e\x49\x05\xc0\xd5\xe7\x53\x94\x92\xfc\xd3\x5b\x1e\xc3\x67\x97\xf5\x91\x3d\xcf\x2e\xeb\xa3\x70\x22\xff\xc0\xe3\x52\xb2\x7d\xd6\x47\x96\x9a\x7d\xd6\x47\x41\x4f\xfa\x19\x90\x4b\x9d\xec\xa3\xbe\x1b\xf7\xa7\x1f\x3b\x62\xcd\xbb\xd3\x03\x38\x10\x19\xfb\xfc\x67\x6b\x3c\x53\x92\xec\x04\x67\x9e\xd9\x14\x50\xf3\xf0\x4f\x0f\x29\x96\x83\xf9\x15\xbb\x45\xde\x95\xb9\xff\x48\x41\xde\xd9\xda\x2b\x1a\xd4\xc0\x19\x6a\xd7\x72\xcb\x3a\xfc\x01\xda\x40\x23\xff\xb1\xd3\xdd\x29\xd8\x1a\xd7\x9d\xa2\x98\x9d\x74\x93\x6c\xac\xf8\xd4\x67\x3c\xcb\x2d\x0f\xbd\xd3\x71\xaa\xfe\xcc\x85\x9b\xdf\xe0\x59\xce\x68\xb0\xd3\xb1\x19\xfc\x4c\x86\x7b\xff\x3b\x7e\x68\xc6\xcd\x9c\xb1\xc1\xaf\x9c\x39\x60\xfe\xd0\x77\x1c\xed\x5c\x7b\xa7\x84\x18\xc4\x6a\x9a\x6a\x57\xdb\x3b\x23\xd8\x16\x99\xed\x3f\x18\x22\x39\x2d\x7e\xd0\xdf\xb6\xbc\x5c\xcd\xd7\x46\xd3\x37\x3b\x35\xbf\xb5\x6f\xed\x46\x15\xc0\x97\xdc\xd9\x17\xcd\x0d\x76\xcd\x8c\xac\xd6\xc3\x0d\x0d\xc3\xb4\x6b\xf9\xc2\xdd\x3d\xed\x5a\x1e\xfd\xa6\x53\x1d\x77\xd4\xde\x6a\xfc\x79\x03\x76\x25\xed\x69\xae\xb1\x13\x8b\x2c\xac\x0d\x86\xd2\x7e\xe7\xf7\xce\x66\xbf\xf3\x60\x78\xe4\x4b\x6e\x99\xb4\x7f\xd9\x61\x2b\xe2\x70\x63\x1b\xe2\x94\x45\x39\x0f\x15\xa2\x3c\x52\xea\x47\x2a\x51\x41\xf2\xf2\x2d\xa9\x9e\x97\x2f\x13\xe4\x0f\x50\x2d\xbb\x84\x3d\xc9\x47\x76\x58\xfb\x8e\x6b\x36\x72\xf9\x8e\x5b\xac\x71\x76\x1d\x9f\x31\x9e\xff\x01\x77\xba\xf3\xae\x71\x0a\x6c\xbf\x7f\xe8\xad\x1c\x35\x7f\xe8\xad\x69\x2b\xa8\x0c\xce\x8f\x3f\xec\x45\xd4\x18\xc3\x23\x27\xbd\x1c\xc2\x4f\x77\x53\x92\x8d\x40\xd0\xae\xcc\xbf\x68\x9c\xb4\x47\xa7\x77\x07\x62\x32\x61\x00\xe3\xb2\x67\x37\x6f\x6d\xe8\x17\x76\xf3\x9e\x8d\x41\xff\x03\x3d\xc4\x84\xf9\xd3\x54\x84\xaf\xf6\x11\x45\xcd\xc1\x25\xd6\x5e\xde\xda\x32\x90\xc2\xd6\x65\xfe\xdb\xab\x7b\xb6\x33\x05\x49\x47\x4f\x37\xd9\xa9\x1b\x37\xa0\x9c\xba\x8d\x98\xd3\x29\x3f\x6d\xeb\xd6\x97\x97\xdd\xb4\xc5\x09\x6e\x1f\x51\x54\x21\xb6\x6f\x2c\xf9\x65\x47\x71\xa9\xeb\xf0\x85\xd7\x53\x70\xc9\x0d\x5b\xb8\xeb\x2d\xb9\x5d\x0b\xb7\xb9\x25\x37\x6b\x99\xef\x9b\xb2\xf8\x7a\x3f\x5e\x87\xd9\x15\x1a\x7f\x90\x39\x1a\xcb\xe6\xb2\x9b\x74\xf4\x4e\x31\x1a\xfc\x7e\x9d\x94\x63\xba\x7c\x46\x7b\xd9\xf5\x79\xbc\x7f\xd1\x25\x17\xdf\xf4\x3a\x80\x4c\x5b\x9f\x5f\x07\xa8\xe8\x9a\xa7\xbe\x74\xdf\x7c\x0a\x2a\x3a\x75\x92\x11\x1a\x7b\xf5\x12\xe9\xd6\xd9\x80\x17\x2d\xf9\x50\x1b\xb1\x73\xeb\x00\x05\x5d\x23\x1a\x05\xdd\xe8\x30\x50\xd0\xe9\x15\x50\xd0\x69\xec\xf2\xf9\xd1\x90\xa4\x60\xa7\xfa\x46\xa0\x39\x15\xe5\x23\xda\x6c\x7b\x52\x07\x29\x7d\x47\xba\xc5\xa4\xa1\x2d\x55\x32\x72\x00\x8f\xcc\x3a\x7c\x77\x69\x37\xad\xc1\xd0\x9c\xff\xc8\x85\x74\xa4\x0e\xdb\x47\x0f\xb5\xd7\x94\x3a\xde\x7f\x6e\x49\x2e\xe6\x1c\x4c\xe3\x7f\x83\x59\xd6\x89\x55\xd9\x1e\xa3\x25\x67\xe5\xf3\x69\x47\xf4\x02\x67\xc8\xe5\xad\x6c\xc0\x9f\x96\x9d\x95\x8d\x2d\x72\x9d\x86\x2d\xf7\x3b\x4f\xad\xf5\x7b\xf1\x2c\x11\x7b\x3d\xe2\x40\xf4\x25\xe0\xfd\x56\x37\xd3\x57\xf2\x71\x91\xd6\xe8\x62\xfa\xd6\x48\x24\xf1\xf4\x9f\x28\xb9\x5a\x4d\xa1\x0e\x5d\x3f\x1a\x1f\x7a\xff\x31\x87\xef\x23\x0a\xfe\x71\x45\xb2\xde\xde\xf2\xa9\x16\xe1\x45\x2f\x98\xb6\xde\xd4\xbc\x8f\x68\x37\x54\xa3\x29\xba\x94\x80\x64\x59\x27\xb6\xec\x94\x8b\x2d\x9b\x81\x39\x63\xa0\xe6\x65\x01\x28\xfb\xe4\xa7\x76\x84\xb4\x34\x4d\xf7\x8c\x3e\x23\x0d\x07\x57\x46\x9c\xde\xf3\xf2\xa9\x29\xc5\xdf\x4f\xb7\x0e\x15\xba\x5e\xa7\xef\x6d\x26\xed\x47\x34\x47\x14\x5d\x66\xf7\x27\x73\x57\xee\xcf\x36\xd3\x9d\x64\xe5\x49\x07\x6e\xbc\x89\x2e\xc7\xd9\xff\xf0\xd2\x2f\x25\xf8\x9b\x07\x8b\x49\x49\xfc\xa6\xe9\x29\x1f\xe9\x4f\x9b\xa1\x87\x53\xdc\x4b\x95\xc3\x68\x5d\xe6\x6b\xe0\x12\xb7\x44\xbe\x54\x31\xf6\xaf\xcb\xc7\xbb\x53\xcb\x3e\xa2\xe7\x5b\x24\xeb\xfe\x3e\x0e\x97\xe9\x97\x2e\x1c\xdc\xeb\xc2\xa5\xca\x68\x2b\x59\x5f\x03\xcc\xbe\x2e\xe8\xed\xef\x94\xa4\xc3\xe6\xa2\xb6\x78\x19\xef\x88\x46\x02\xdd\xa9\xa0\x71\x57\x3e\xcd\x57\xc1\xf5\xcf\xf2\xb6\xd3\xb4\x5d\xbe\xfd\x2f\xf1\x35\x35\x6c\x80\xab\x10\x1a\x7f\xe6\x53\xea\xdf\x11\x8d\x28\xf5\x39\xb5\x0a\x74\x24\xbe\x57\x2c\x11\x38\x3d\x4f\x53\xf0\xf6\x78\xa7\x64\x12\x41\x46\xfc\x79\xa0\x3c\x39\x44\xc6\x74\x81\xfe\x58\x76\xe4\xb6\xc2\x0a\x2f\x93\x77\xf9\x54\xdc\xe1\xc7\xe4\x37\xcb\x57\x47\x7a\xa6\x98\x56\x0e\x97\xf6\x82\x73\x89\xed\x14\xce\xa5\x42\x7d\x9d\x36\xf2\x4e\x39\x9e\xd9\x83\x2a\x28\x68\x1d\x5b\xd7\x12\xe9\x52\x69\x69\xa8\x8c\x40\x58\x32\x96\xd2\xe9\xbd\x2b\xb8\xd8\xcd\x4f\xf0\xe5\x32\x23\x53\x4b\xd7\x63\x2f\xa2\x1d\xc4\x69\x31\x88\xc5\x26\xa2\xf4\xbc\xaf\x45\x29\xd5\xd3\xfa\x62\xea\xca\xb3\x3d\xcd\x6c\xfa\x48\x53\x52\x5e\xf5\xa5\xa2\x31\x46\xdb\x27\xa7\x5f\xad\xdc\x7b\x58\x4a\x95\x8b\x8e\xf5\x9b\x25\x76\xa5\x9a\xe3\xb0\x72\xb1\x99\x48\x8e\x5d\xab\x29\x88\x93\xa8\x21\xca\x58\xfc\x96\xb3\xb4\x40\xfe\x99\x73\xf3\x79\x55\x77\x38\xab\x5f\xab\x0e\xc8\x5f\xf8\xe7\xf4\xb1\x14\xc9\xd1\x37\xec\x70\xd5\xa1\x53\xec\x61\xca\x86\x57\xfb\xfb\xaa\xad\xca\xec\x94\x95\xc8\x29\xd6\x83\x69\x95\x30\x94\x2d\x27\xc3\x7b\xa7\x81\x78\x95\x1a\xce\xf4\xe5\xd4\x78\x04\xeb\x2f\xb3\x2a\xf5\xa8\x36\xa2\x51\x6a\xc7\x5b\x8e\x8f\xd4\x54\x48\xd7\x71\xee\xca\xcb\xc4\x48\x67\x4b\xfd\x16\x67\x14\xe5\x1a\x86\xde\x52\x92\xee\xe7\xc7\x5b\x90\x2f\x6c\xa9\x03\x28\x74\x76\x94\x0a\xd0\xbc\xa7\x60\x1d\x3c\x3d\x7f\xb5\xf1\x89\x35\x56\x31\x89\x0f\x7e\x83\xe6\x38\xf8\x8f\x4f\x7d\x38\x04\x17\xdc\x48\x50\x1c\xae\x2a\xf4\x13\x40\xe6\x55\xb7\x01\x65\xec\xc1\xa6\x4a\x6a\x25\x23\xe3\xc8\x40\xe7\xf4\x78\x44\x74\x47\xaa\x08\x1f\xc8\xfb\x1f\x5f\xbb\x6a\xea\xa8\x73\x94\x8e\x31\x91\xd2\x0d\x25\xdd\x82\x48\x09\x08\xca\x6a\xc6\x30\xd5\x23\xa2\xaf\x5d\x77\x44\x11\x32\x33\x00\x0d\xc4\x2b\xc7\x75\x33\x76\xfc\xa6\x01\xe2\x55\x6a\x00\x54\x96\x78\x95\xce\x1b\x64\xf3\x6a\x46\xfc\x45\x5f\x6b\x20\xfe\xae\x94\x64\x64\x3c\x7d\xdc\x8c\xf8\x9b\x29\xca\x10\xbf\x99\x5a\xc8\x76\x99\x99\x27\xaa\xa5\x96\x19\xdc\x0c\xf0\x23\xf8\x63\x35\xb2\x75\xf4\x3c\x6d\x3a\x2d\x53\x0e\xbb\x74\xfe\xe2\x53\x78\x22\x0d\x3f\xcc\xbb\xbe\x42\x5e\x34\xd5\xd4\xdc\x30\x3e\xae\xe6\xac\xde\x28\xdd\x0d\xb4\x5f\x7a\x49\x13\x7c\xbe\x12\x98\x24\x0a\xf2\x05\x07\x6c\xea\x6a\x40\x2b\xd2\xfb\x52\x72\x3b\x6c\x9a\x4b\x40\x90\x0b\xd4\xdd\xba\x9d\x5f\xe2\x8e\x64\xd3\x2b\x3b\xb6\x70\x20\x17\x60\xb9\x65\xb6\x9e\x71\xd2\x9f\x24\x1c\x84\x85\x63\xdd\x04\xf2\xd6\x3c\xfd\x79\xa9\xb8\xe5\x61\xe4\x61\x2b\xbe\x89\x13\x19\x79\x5a\x4d\xaf\x48\x51\x52\x73\x08\x42\x5b\x4e\x31\x88\xbd\x7c\xdd\x10\x3a\xbc\x5f\xda\x32\xc8\x4e\x7d\x3b\xf3\x08\xd3\xfb\x66\xc3\x4f\x39\x3f\x49\xf9\x50\xf7\x96\xfc\xd1\x11\xec\xe8\x18\x42\x73\x94\xec\x58\xb7\x0d\x66\x68\x23\x4a\x35\x58\xb2\xf1\xdd\x9c\x0c\xfc\xcf\xbe\x83\x92\xef\x86\xaf\x7f\x79\xd5\x31\xc5\x35\xa2\xcd\x69\xa9\x2a\xe6\xb4\x9a\x6f\x7d\xe8\x72\xae\xde\xd8\xd3\xb8\xc3\x88\x7c\xa7\x3e\x07\xc7\x3f\xf7\xf4\xce\xa9\xc2\x2d\xa5\x63\x3e\x43\xe9\x31\x33\x4f\x4b\x2f\x18\x13\x32\x0a\x5a\x42\xe7\x98\xe1\x0e\xd6\x09\xd3\x45\x85\xec\x8e\x51\x8f\xe6\xdf\x89\xcb\x65\xbb\xeb\xc4\xe5\xde\x11\x7d\x45\xa3\x2f\x3a\x26\x04\xf6\x79\x61\x46\x2a\x9e\x94\x25\xcc\x48\x85\x22\x67\x75\x8e\x16\x7e\xaa\xb8\x41\x1c\xe6\xcb\x2c\x3c\x47\xee\x08\x9d\x28\x5c\x36\xac\x4e\x14\x2e\xab\x56\x3c\x3c\x35\x17\xd5\x6e\xce\x71\x70\x00\x4b\xf9\x06\x2b\x66\xd0\xd5\x3d\xb3\xb1\xad\x2d\xf1\xf2\xd4\x4c\x40\x81\x4f\x2a\x0e\xa2\x65\xec\xc9\xc0\x8c\xbd\xba\x35\x9e\x8b\x49\x66\xf0\xc9\x91\xa6\x78\xd2\xb7\x54\x81\x73\x28\x8d\xf1\x39\xd4\xde\x97\x85\x22\xb8\x50\xbb\x3b\xc7\x12\x1a\x72\xe7\x20\x2a\x74\xbe\x0f\x22\xec\xfb\xab\xdb\x1b\xdb\xd2\x1c\xdf\x3e\x5f\x89\x85\x49\x03\x30\x61\xa4\x83\xb7\x8f\x4a\xea\xe4\x78\x40\xc2\x5d\x57\xc7\x66\x81\x01\xa1\x13\xf1\xf4\x8a\x06\x0d\x8d\x94\xe4\xad\x84\x03\xba\x13\xf1\x84\x3a\x61\x96\x9e\x93\x10\xcb\xd5\x89\x78\xe2\x72\xd0\x89\x78\x62\x8f\x12\x4d\x4f\x23\x00\x67\x89\x98\x27\x70\xf2\xe5\x1c\x83\x27\xd1\x8e\x6b\x70\x1f\x9d\x79\xd7\xe6\x4b\x54\x37\xe7\x18\xbc\x72\x38\x3a\xc7\xe0\x05\x90\x61\x39\xc7\xe0\x85\xa5\x6d\x39\xc7\xe0\x95\xe9\xef\x1c\x83\x17\x90\x84\x35\x7c\x12\x65\x49\x8a\xa0\xe7\xe9\x9a\xbc\x6c\xe7\x28\xaa\xde\xf0\x1d\xb4\xa7\x8e\x76\x8e\xb2\x26\x45\xd1\xf3\x7c\x4a\x1d\x81\x4c\xb1\xb5\x0f\xa2\x2d\xd8\x91\x07\xd1\x16\xac\xba\xe1\x68\x8b\x2b\xef\xfa\xe8\xa4\x86\x04\x54\xf4\xfc\xc6\x77\x98\x54\x82\x3b\xea\x48\x41\xbe\xc4\xb0\x7c\x07\xe1\x16\x23\xdf\x3a\x1b\x3c\xaa\xb3\xf3\x08\x5e\xb9\xd8\x19\xd0\xd4\xe0\x92\x5b\xc3\xf6\x64\x0c\x68\x6b\x10\x71\x81\x56\xe4\x4c\x82\x17\xa0\xaa\x35\x08\x55\xea\x29\xd9\xd8\x99\x0c\x01\x11\x18\x3d\xa2\x8f\x4f\xb6\x2b\x43\xa0\x2e\x40\x12\x6b\x18\x97\x7e\x45\xb2\x6a\x50\x52\xb0\x73\xdd\x97\x94\x64\xd5\xa0\xa4\x8e\x36\x19\x31\x57\x87\xfd\x6e\xac\x10\xa3\xa2\x2e\x20\x84\xcb\xb0\xa8\x0b\x8c\xe9\x1a\x8e\x4e\x02\x51\xb8\x86\x91\xe9\x19\x02\x62\x37\x4a\x4a\x92\x6e\x90\xd1\xf2\x05\x14\x87\xed\x1a\x9b\x0b\x5c\x9e\xda\x47\x77\xfd\xdb\xb6\xbe\x06\xd8\x19\x6e\x6c\x66\x07\x1a\xb9\xb1\x0d\xe3\xd6\xcf\x33\x75\x7a\xe6\xe2\x38\xf2\xae\x2d\xd1\x6c\x6e\xc2\x5c\xb5\x71\x44\xb2\xdd\x14\xad\xc8\x98\xab\x72\xa2\x38\x4f\x5b\xa2\x6d\xda\x5d\x06\x5d\x95\x13\x43\x95\x50\x57\x6d\x1c\xf9\x12\x1d\xa9\x23\x0e\xeb\x3d\x11\x6d\x9b\xe8\x29\xd7\xb6\x89\x9e\x92\x0c\x62\x67\xde\x8a\x33\xa8\x41\x0b\xb6\x9c\xc3\xb0\x40\x05\xba\x26\x90\x76\xa6\xde\x04\xd2\xce\x1c\x9f\x64\x64\x63\x52\x4f\xd4\xb8\x8a\x74\xdb\x54\x9a\x77\x05\xbf\xe6\x76\x68\x36\xa0\x0a\x3d\xdf\x9a\xe4\xec\x66\xb1\x4f\x6e\xc8\x23\x25\x99\x37\x6f\xa4\x12\x32\x9f\x70\x57\x73\x5a\xc2\x92\x2b\xa9\x38\x7f\x5a\x2e\x10\xd3\xd6\xc8\x0b\x25\x7a\xda\xf8\x03\x16\x66\x89\xd7\xa7\xe5\x12\x30\x93\x9d\x8d\x5e\x22\x3b\xdb\x95\x4f\x85\x7e\x4f\x63\x50\x92\x4a\x3e\xd5\xd5\x29\x96\x22\x83\x94\x7a\xac\x4a\x62\x42\xb9\x70\xa7\x2c\x71\x9d\x4c\x68\xb0\x97\x52\xb9\x4d\xa8\xae\x97\xb9\x4d\x8e\x6c\x72\xe2\x36\x39\xfb\xc5\xe4\x31\xae\xe7\xc0\xdf\xb0\xcc\x6e\x72\xc2\x91\xb7\x4c\x67\xd2\x89\x8a\x59\xa6\x33\x89\x31\xc0\x40\x1f\x90\x61\xcb\x40\x9f\x13\x3e\xbd\x65\x72\x93\xfb\xaa\x29\xd7\x50\x06\xda\x26\xe4\x4f\x68\x75\x96\x91\x3f\xad\xa3\x76\x2c\xd8\xd7\xd3\x70\xf0\xb2\xac\xce\x4d\xe8\x2c\x16\x20\x41\x81\x1a\x5c\x02\x2b\x09\xe4\x50\x3b\x37\x41\x4c\x5c\xb2\xb7\x4f\x8e\x68\x01\x49\x20\x57\x53\x92\x17\xe0\x95\x6f\xff\xb4\x34\xf8\x6b\xe6\xe8\x85\x28\x83\xda\x19\xe9\xd2\x14\xa5\x0e\x13\x47\x45\x47\x94\xef\xe7\x8e\xe4\x6c\x8d\x8c\xe2\x36\xea\x90\xd3\x69\x7b\xb3\x07\xf3\xb4\xb6\xc1\x84\x6c\x68\xa6\x0d\xa9\x84\x32\x2e\x61\x75\xca\x4c\x2f\x98\x94\x8a\x78\xc4\xb5\x61\xdc\xe1\x3c\x15\x4f\x48\xcd\x0d\x00\x9a\x90\x9c\x5c\x1b\xe8\x75\x7a\x10\xe8\x75\xcf\x53\x29\x25\xa9\x03\x6c\x1e\x6c\x01\x1b\x23\x1f\x5b\xc0\xce\x54\xa2\xa9\xb6\x7a\xdf\x6c\x61\x1b\x3c\x75\xc9\x53\x6b\x4a\xe9\xfc\xcc\x9e\x94\x8c\xa6\x94\x92\x65\x53\x28\x79\x57\xdd\x74\xa4\xb1\x46\x5b\xc3\x4d\xbd\x76\x66\x4f\x3e\x15\x58\xf5\xa4\x8b\x4d\xe7\x71\x01\x88\x5b\x46\xee\xdc\x27\x8a\xf6\xc7\x64\xfe\x34\x40\xfc\x1d\xad\xf6\xff\x60\x93\xf9\x10\x58\x8d\x2a\x6a\x32\x8f\xfb\xbc\xf3\x17\x1f\xf1\x28\x3f\x86\xf5\x5c\xb0\xc4\xad\x0f\xe1\xa1\x23\x7f\x55\x78\xe8\x15\x89\x13\x3e\x15\x34\xf1\x0f\x1b\xe9\x87\xbb\x72\x8d\xe8\x23\x90\x35\x67\xa0\xcf\x95\x3d\xcd\xdc\x1e\x95\x10\xcb\xf5\xf1\x34\xcd\x35\xf1\xc3\xfd\x38\xff\xf5\xde\x09\xbb\xc7\x12\x9f\x47\x1b\x4c\xe2\x8f\xb7\xc3\xfc\xc6\xc1\x3f\xdc\x37\x3e\xd9\x0d\xf9\x8b\xf2\xfb\xe0\x32\x5d\xc2\xd8\xd4\x18\xe1\x4c\xb3\x41\x24\xd0\x02\x62\x93\x2b\xae\x69\x36\xee\xb3\xe5\x5d\xdf\xc1\xd3\x67\xce\xef\x06\xd2\x64\x7d\x08\x05\x4a\x07\x2f\x2f\x1c\x0a\xb6\xf1\x7b\x46\x92\x75\x33\xc5\xda\x64\x03\x44\x77\x7d\x32\x65\x27\xa2\xf5\x50\x16\xf6\x07\xbf\x33\x0a\x94\xa9\x34\xee\xf3\x8a\x88\x26\x10\x91\x0a\x53\xa5\xad\x1b\x2f\x0b\xd2\xd8\x9d\x0a\x98\x6e\x19\x9e\x73\xc4\xca\xf4\x35\x60\x8c\x2d\x58\x44\x1a\x35\xa6\xca\x2f\x84\x4d\x1c\x8e\x26\xce\xb8\x40\x81\xad\x2f\xca\x2f\xe3\x44\x9e\xb6\x5c\x14\xcd\x95\x71\x15\x46\x8a\xb4\x6d\xef\x4f\xa5\xfb\xbe\xe5\xca\xff\xc2\x3a\xff\x4e\xaa\xcb\x5f\x9c\x40\x95\xbe\x37\xac\xa7\x9c\x57\xde\x55\x1c\x1c\x93\xec\x4b\xc6\x54\xe6\xb6\x99\x32\x0a\x04\x17\x4b\xb8\x9e\x86\x87\x7a\x99\x19\x23\xa0\xdc\x25\x94\x4f\x39\x18\x99\xaf\x63\x5b\x5e\xc9\xd0\x14\xd6\xd7\x17\x44\xec\x8c\x48\x1f\x51\x2e\x0e\x41\xb6\xee\x2f\x0e\x41\x6e\x38\x66\xac\x18\x05\x8d\xfa\xcb\xf6\xc7\x91\xfc\x95\x8b\x23\x06\x87\x2f\xd1\x24\xa9\x21\xbb\x21\x73\xf2\x0b\x31\x18\x4b\xe6\x0b\x31\x58\x9a\x0e\x31\x58\x9a\xce\x49\x1a\xc9\xdb\x1d\xcb\x04\x62\x09\x60\xb2\x0b\x62\x89\x96\x7e\x22\xba\x24\x73\xc9\xfb\x1d\x08\xf4\x65\xd4\x4e\xab\x68\x7f\x46\xed\x9c\x20\xd9\x97\x51\x3b\xbd\xa0\x82\x1a\xb5\x73\xc6\xd6\x6f\xd4\xce\x0d\x37\xc6\x32\xb5\xc4\x09\x76\x6a\x99\x5a\xe2\x02\x15\xb3\x0c\xdb\x39\xc1\xb3\x2f\xc3\x76\xce\x98\xba\x7e\x4e\xc7\x1a\x3f\x87\xd9\x23\xfa\x7c\x9f\xfe\x3c\xa1\x3a\xe2\x9f\x31\x7d\x94\x0c\x7a\xb1\x45\xd4\x5d\x97\x4d\xe3\x07\x7a\x11\xc5\xc7\x59\xf4\xce\x98\x92\xcc\x1e\x71\x66\x79\xff\x38\x6d\x6b\x4a\x5a\x5e\x2d\x79\xba\x2d\xfe\x07\x07\xaa\x71\x3c\xf7\x85\x91\x0a\x8a\x08\xb0\x98\xcb\x38\x9e\x56\x51\xcf\x4d\x11\x71\xc5\x89\x6b\x20\xcf\x05\x5d\xfa\x02\xc8\x13\xd7\x31\xd0\x9d\x23\x3d\xe5\x9b\x16\xf4\xed\x0b\x52\x08\x00\x83\x0b\x78\x0e\x59\x19\x96\xe0\x39\x09\x0f\x5e\x42\xe7\xb4\xf2\xfe\xe6\x59\xde\xe5\x2d\xf6\xa7\x67\x29\xe6\xcf\xff\xa4\x18\x87\xc1\xbf\x5f\xb2\xed\xa1\x02\x80\xbe\x89\xb9\xf6\x87\x43\x0e\x7d\x01\xb8\x0d\x59\x5e\x96\x01\x35\x17\x89\x64\x96\x11\x34\x57\x56\xd7\x9f\xb3\xfd\xb2\x06\xfe\xb0\x4d\xa3\x7a\xfe\xd9\x18\x9d\xb3\x0d\xae\x06\x12\xcd\xac\x3f\x8c\x00\xdc\x96\xa0\x63\x28\xdc\x9a\x4d\xc7\x00\x36\x64\x19\x42\x03\x82\x71\xfd\x99\xd6\x64\xa4\x58\x86\x8a\x0f\x27\x3f\xed\x88\xbe\xf6\xce\x88\xea\x09\x88\x00\x17\xa4\x09\x25\x9f\xfa\x38\x40\xd1\x00\xe9\x02\x79\xde\x82\x27\x81\x58\xb3\xf5\x67\xcf\x73\xc9\xc3\x8f\x1f\xa6\x24\xdb\x90\xd3\x11\xdc\xea\x39\xb1\xfe\xb8\xc6\xb3\x25\x19\x25\x73\xc1\x38\xba\xfe\xb8\xc6\xa3\xa1\xff\x71\x6f\x67\x81\x1b\x34\x73\xc1\xc6\xb6\xc2\x9c\x30\xf3\xad\x20\xaf\xec\xdc\x10\x27\x70\x7e\xfd\x69\x5f\x0c\x3a\x7d\x85\x47\x61\xe6\x5d\xe3\x1a\xd9\xdc\xfe\x60\x49\xc7\x9c\xf3\x87\x97\x8e\x09\x04\x71\x42\x66\x0c\xd4\x08\x71\x79\x43\x8d\x10\x80\x86\xe9\x0d\xc0\x46\x2d\xf3\x19\x54\xbc\xf0\x5b\x89\xef\x1e\x71\x20\x36\x97\x14\xd1\xda\xbe\x37\xc6\x0d\x65\x01\xd8\x94\x6d\xca\x82\x0b\xf8\xc9\x86\xb2\x00\x0b\xf1\x36\x65\xc1\x4d\x9e\x82\x0d\x65\x01\x47\xd3\x36\x65\x41\x05\x55\xb0\x0f\x67\x1b\xbf\xf2\x5b\x1b\x29\xbc\xe7\x6c\x53\x14\xb4\x9a\x3a\x46\x09\xa3\x05\x82\x32\x60\x19\xdd\x50\x12\xe0\x78\xdc\xc6\xda\xdc\x67\xcb\xa7\x34\x80\x4a\xd8\xae\x0f\x58\x65\x0b\x6b\x73\x96\xb3\xd0\x3c\x47\x6f\x9f\x9e\x61\xdb\xe8\x9a\xfe\xf6\x05\x1e\xdf\x4e\xc9\x20\xad\x4a\x44\x87\xdb\x95\xbc\x6c\x1b\x41\xa1\x92\xcb\x36\x82\xbc\xcb\x8d\x30\xef\x6e\xbf\x4b\xcf\x10\xe0\x56\xe8\x0b\xed\x41\xe3\x48\x41\x3f\x6b\xc5\xd4\xd8\xd6\x9c\xde\xa8\xf1\x36\x9c\x8e\x7e\x32\x46\x81\x7b\xd2\x36\xa0\xa6\x10\xdb\xb8\x0d\xa8\x29\x4c\xce\x6d\x40\x4d\xab\x67\x44\xdb\x08\x0e\xea\x64\xa2\x81\x6b\xfe\x7b\x9b\xdf\xf0\x0e\xc0\x5a\xb3\x0f\x33\x74\x12\xf8\xb6\x8d\xbf\x21\x29\xd7\x36\xef\x40\x21\x40\x66\xc3\x3b\x00\x8a\x7d\x1f\xb6\xdf\xf4\xd4\xc1\x16\x0f\x6b\x28\xdb\xcc\x02\x17\x60\xa7\x6d\x24\x4f\x21\xac\x73\x1b\x9d\x53\x20\xd4\xdd\x67\x98\xd4\x1a\x22\x3a\xd4\x40\xec\x0e\x62\x8d\x68\x9b\x8d\xb5\x9b\x2d\x78\x4e\x73\x0a\xdd\x47\x5a\x36\x88\xe4\xa1\xa3\xed\x8f\xfc\xe7\x63\x31\xb5\x70\x9a\x81\x23\x55\xb6\xb9\xe4\x48\x2d\x50\x33\x78\x79\x82\x60\xe3\x47\xd6\x09\xe1\xce\xdc\xc2\xef\x3c\x2f\xf3\xad\x54\x44\x00\x9a\x1b\xca\x82\xea\x2d\x6a\x9f\xbe\x2e\xbf\xaf\xca\xbe\xf3\xfe\xc5\x09\xf7\x19\xf6\x13\x85\xf1\x48\x41\xde\x93\xee\x88\xae\xf0\x8c\x68\xfb\x0e\x35\xb2\x7d\xa7\xa6\xc7\x4d\x67\x00\x23\xe4\x3e\x17\x70\x79\xfa\xc9\x99\xcb\x6a\xc6\x63\x19\xbe\x99\xb1\xb4\x85\x07\xac\xe1\x0e\x49\x01\x6b\x38\x24\x05\x6c\x33\xe1\x21\xc8\xe0\x69\x96\xdf\xe8\x36\x3b\x44\x04\x23\x2f\x43\x44\x40\xc9\x21\x22\xa0\x56\x9e\xaa\xf7\xfb\xed\xb2\x98\x6f\xcd\xcb\x73\xe6\xdb\x8f\x7d\x8b\x6e\xa0\x60\x1c\x85\x90\xba\x5d\xcc\xd3\xce\x36\x23\x14\xc7\x24\x2a\x74\x1b\xc5\x01\x0c\x60\x0b\xc5\x31\xfb\xfb\x9d\xcc\x4c\x56\x0f\x77\x11\xc4\x07\x6b\xf9\x2e\xce\xc8\xc2\xce\x6c\x2c\xc6\x01\x88\x71\x17\xa3\x28\xd9\x12\xcb\xb6\x7e\xce\x64\x29\x76\xc0\x71\x9d\xdf\xc1\x66\xcc\x7c\x2a\xd5\x98\xfb\xfb\x2e\x30\x09\x30\x70\xc5\x0e\x38\x08\x2b\x77\x31\x82\x1d\xff\xc4\x06\xc9\x81\x65\x60\x57\xee\xfe\xf4\xb6\x91\x1c\x98\xd0\x76\x35\x42\x0e\x55\x71\x57\xab\xc2\xdc\xb3\xb6\x32\x65\x55\x3c\x88\x1b\x9c\x07\xf6\xaa\x6d\x9c\xc7\x89\x79\x62\x1b\xe7\x81\x31\x6e\x0b\xbc\xf1\xa8\xd4\xfc\x06\x55\xf7\xa6\x86\x32\x24\x1d\x29\x17\x8c\xfa\x9d\x77\x15\x3c\xc6\x26\x5d\x1d\xbe\xca\x41\xb9\x2b\x00\x76\xe6\x59\xb5\x83\xb8\xd1\xe1\x15\x04\xbb\x2f\xb2\x1b\x88\x46\xaa\x64\x88\x7a\x63\x5b\xae\x78\x84\x5b\x9e\xda\xfa\x76\x53\xf0\x42\x37\xa7\x8a\xf6\x29\xd4\x8b\xfa\x3b\x83\x0b\x40\xc7\xad\x54\x57\x8d\xc8\xaf\x0d\x82\x23\x0b\xa5\x3a\xc0\xa2\x44\xb2\x2d\x20\x7f\xa1\xbe\x74\xa1\xbd\x02\x58\x0a\xb6\x41\x19\x17\x40\x91\x6d\x50\xc6\x75\xfc\x07\x13\xfc\x36\x44\xe3\x02\x6c\xb9\xab\x81\x68\x35\xad\xd9\xdc\x70\x22\x76\x17\x1c\xd1\xba\xf7\x95\x5a\x98\xea\x30\x83\xa5\xb3\x01\x8a\xbb\x5d\x37\x35\x66\xe8\x0c\x36\xc3\x5f\xb7\xab\x1d\x65\xbe\x00\x6c\x52\x5f\x61\x0c\xdd\x20\x36\x40\xa1\xee\xe6\x28\xe9\x1c\x2b\xcd\x2a\x0f\x60\x9b\xed\xec\x56\x03\x75\x7b\x37\xee\xff\x1c\x15\xc0\x30\x88\x30\xdf\xc0\x30\x70\x9f\x6c\xe3\x2e\x92\xd4\x6a\x37\xdc\x5d\x4c\x28\xc3\x30\x6e\x72\x0b\x6e\xc3\x30\x6a\x4a\xb2\x52\x83\x65\x7d\x83\xc3\xc0\xd9\xbf\x8d\xc3\xb8\xb8\x64\xee\x06\x5e\x9c\x7d\xab\x81\x17\x67\x37\x6d\xe0\xc5\x59\xa3\x40\x2f\x70\x52\xed\x46\xa0\x23\x7b\x83\x91\x18\x17\x61\xf1\xbb\x61\x2f\x1d\xa9\x86\x55\xc7\x7c\xfa\xf3\xb1\x99\x87\x6e\x1e\x5b\x83\xd2\x62\xb5\xec\xf0\xcd\x81\x40\x6c\xa5\xce\x60\x75\x81\xba\xdd\xcd\x77\x2e\xec\xb0\xbb\xd9\x4e\x85\x9f\x79\x37\x87\x82\x31\xc7\x9b\x03\x24\x88\x05\xdb\x4a\x69\xd5\x30\xe8\xef\xa6\x69\x1c\x76\xd2\xdd\x9c\x0f\xfe\x3a\x53\xee\x9f\xcb\xe5\xaf\x9e\xe4\xef\xe8\x78\x92\xf7\xbc\xac\xa8\x32\xe8\xd1\xb6\xb3\x61\x5d\x3d\x93\xc2\xf3\x96\x88\xc3\x6d\x62\x96\x8b\xc8\x97\xed\x24\x57\x57\xb4\xd7\x66\xcc\x24\xde\xae\x4d\x92\xab\xf3\xca\xb7\x5f\x7f\x9b\x4a\xf9\xde\x9e\xa9\xba\xa9\xb2\x45\x33\xb5\x5c\x44\xe3\xec\x7b\x70\x51\xe9\x88\x97\x5f\xbe\x11\x4d\xae\xc6\x0a\x71\xc2\xac\x8b\xc8\xc7\x6d\x2a\x97\x0b\x2f\xe1\xbe\xad\xd9\x03\x07\xdf\xb7\x35\xfb\xfe\x7e\x4b\x03\x23\xca\xbd\x5a\x52\x0b\xee\x61\x6e\xee\x8d\xc5\x94\x1d\xea\x46\x3b\x67\xef\x73\x92\xac\x9e\xc9\x78\xa3\x9e\xb3\xf7\x99\x9a\xe5\xc2\xfa\xbd\x6f\xd4\x73\x54\x3c\x63\x72\x2e\xa0\x14\xfb\x06\x43\xd4\xf2\xb2\x7d\x0d\x3d\x3f\xf2\xfd\xe2\xce\x8f\xec\x05\xbd\x53\x49\x7b\x41\xd9\xfe\x6e\x68\x35\x7a\x5e\x36\x14\x99\x4d\xeb\x06\x8a\xcc\xde\x6e\x04\xcf\x05\xde\x63\x9b\xbe\xe5\x02\xef\xb1\x0d\xe8\xb9\x30\xf6\x6f\x03\x7a\x2e\xbc\x08\xdb\x39\xb6\x92\x84\x76\x93\x54\x0b\xd7\xd0\xbe\x71\xeb\xf6\xfc\xd7\x2d\x42\x61\x37\xc2\x27\x2c\x18\xfb\xe6\x22\xd0\xf2\xad\x6f\x27\x1c\x4f\x42\xf5\xb4\x91\xc1\x86\xcf\x82\x83\xe1\x86\xd0\x22\xad\xb7\x52\x74\xa6\x23\x15\x78\x3e\xce\xe3\xdf\x9b\xfd\x4d\x74\x25\x2a\x89\x09\x5d\xca\x59\x23\x76\x5f\x55\x52\xae\xb2\x06\x66\xee\xda\x7a\x7b\xd6\x3c\x24\x8b\x55\xaa\xe4\xfb\x3a\x5b\x25\x19\xb8\x70\x22\xec\x1b\x0e\x3e\x9b\x14\xb6\xf9\x5d\x7a\x36\x9e\x8e\xb3\x16\x1d\x4a\xc0\x9f\x36\x58\xd6\x64\xe4\x3a\x51\x9b\xc8\xc8\x95\x7d\xc9\xb8\x9f\x72\xd6\x14\xec\x06\xd4\x3c\x35\x86\x0d\x35\xce\x30\xa0\x0e\xa7\xdb\xee\x56\xfd\x49\x9c\xbd\x8d\x0a\x2a\xa0\x33\x76\xb2\x74\xb5\xfc\xd7\xa3\xc5\xb4\x30\x2a\xa8\xe0\x42\xd9\x46\x05\x95\x93\xbb\x71\x47\xf5\x67\xb7\x31\x95\x4c\xc1\x96\xb4\x3b\x37\x01\x14\x27\xa5\xee\x6a\xe4\x71\xdc\x1d\x8f\xc4\x15\xd1\xe4\x65\x67\x0a\xf6\x35\x8e\x7d\x4b\xb0\xa1\xe4\xff\xd8\x9d\xab\xc0\x99\x4f\xed\xea\x4d\x3f\x4e\x5f\x74\xb8\xca\xf4\x49\x6b\xf3\xd4\xf9\xd4\xd8\x98\x3a\xbc\x67\x67\x1a\x60\xde\xb3\x23\x3f\xfa\xb3\xe8\x99\x60\xe4\x50\xc9\xbd\xa7\x73\x71\x38\xf3\xd4\x17\x87\xf7\xe5\xea\xa7\x54\xd2\x9e\xe1\xfc\x87\x5b\xc5\x2b\xaa\x41\x95\x1d\xcf\xc8\xa1\x82\xf9\x6e\x77\x88\xd1\x5e\xd1\x57\xb5\x2b\xa2\xaf\x6a\x57\x2a\xe5\x9b\x4f\xfa\xd1\xc4\x68\x35\x23\x62\x3a\xbf\xd8\x27\xfa\xa6\x05\x74\x86\x57\x5b\xcd\x90\xf8\x0a\x52\x39\x85\x8c\x2c\x2a\x25\xad\xdf\x34\x81\x3a\x7b\x45\xd5\xf4\xab\xc9\xd0\x6a\xc6\x64\x73\xdb\xa4\xbd\xa0\x1f\x32\x3f\x7d\x7b\x6e\x99\x90\x24\xb5\x9b\x79\xd9\x38\x4a\xc6\x73\x90\xc7\x8e\x6d\x7a\x10\xdd\x8c\x5e\x6f\x30\x51\xa2\xa2\xb6\xc1\x44\x05\x76\xab\x3d\x88\x76\x46\x9f\x1a\xc4\xe2\xa1\xbb\x0f\xe2\x9b\x19\x7c\x83\x89\x3a\xec\x86\xdb\x60\xa2\x12\xd5\xd8\x60\xa2\x0e\xdb\xe1\x36\x98\xa8\x44\x5d\x27\xdf\x57\xce\x21\xa3\x89\x4a\xb4\x6c\xa3\x89\x4a\x34\x5c\xa3\x89\x4a\x14\xe7\xe1\x55\x13\xf5\xdd\x39\xbf\x0a\x80\xae\x6d\xac\x51\x69\xa9\x95\x97\x0d\x61\xcc\x7b\x98\xf3\x0f\xdb\xfa\x1e\x70\xfe\x71\xdc\x8f\x09\x00\x81\x26\xc8\xaf\x87\x2f\x64\x0b\x7b\xd4\x72\xd5\x82\x39\xe9\x4a\x7b\xbc\x4c\xa2\xef\x0e\x03\x5d\x67\x2a\x6c\xce\x36\x34\x40\x18\x64\x6a\xa4\x29\x9b\xd7\x44\xf2\x4e\x44\x47\x98\x50\xa6\xc7\xcc\xa0\x1c\x40\x05\x2e\x8f\x6d\x5e\x98\x5e\xdb\xbf\x37\xfb\x90\xc6\xf0\x4f\xe5\x07\x2a\x39\xd7\x97\xe1\x66\x98\xcd\xf7\x42\xa7\x66\xc3\x56\x7e\xa0\xf3\x06\x1a\xbc\x17\x9e\x0c\x0e\x63\xa7\x00\xba\x72\xef\x72\x0a\xa0\x2b\x57\x76\x91\xcc\xb4\xec\x51\x2b\x1a\x76\x3e\xe5\x16\xd0\x10\x1d\x11\xcb\x5c\x5b\x78\xd5\x38\x54\x96\x9d\xb7\x3d\x05\x4f\x6b\x78\x79\x57\xe4\x1b\x9c\x55\x4e\x08\x74\xe1\xe0\xdc\x4e\x08\x54\xe1\xcf\xdb\x26\xac\xb9\xb3\x9f\x2d\x73\xfb\x32\x6c\x22\xac\x39\xef\xf3\x4e\xb9\x3e\xd3\x47\x3e\xf5\x99\xce\xc1\xb6\xd0\x52\x46\xaa\xe4\x53\xe2\x8e\x28\xe3\x5e\x9a\x3e\x3d\xdd\xd3\xff\x36\xb7\x30\x09\x17\x70\x9a\x23\x22\xb3\x9d\x7e\x01\xbc\x90\x41\xc7\x83\x9c\xe6\x60\xab\xc8\xbb\x22\x28\xec\xe8\x0a\x49\x0f\x74\xe7\xd3\xe1\x81\xcd\xcb\xba\x7a\xa7\x83\xa5\xb0\xd4\x3b\xa3\x6e\x85\x25\x97\x3d\x53\xe3\xf4\xdc\x34\x96\x83\x04\xa0\xca\xdd\x30\xe5\xb4\x9e\xa2\x6c\x96\xe6\x24\x5e\x5c\x48\xd1\xf3\x93\x4c\x88\x8b\x08\x54\x39\xa8\x1d\xcb\xc8\xb3\x12\x89\x33\x2e\x05\x79\xed\x66\xae\x89\x90\xe4\x48\x85\x1d\xbb\xcf\x29\xbc\xa2\x83\x30\x25\x9e\x0d\xb3\xc6\x32\x63\xc8\x4c\xc3\xbd\xb8\x81\xcc\xe0\x43\xde\x1b\xb6\x79\x94\x9b\xcd\x6e\xca\x0d\x40\xfc\x39\x85\x98\xd6\x2d\xfe\x9c\x67\x61\xe7\x53\xf3\x43\xb2\xf5\x18\x50\xd3\x3b\x13\x64\xe3\x8d\x66\xd2\x8a\x43\xa7\x45\x41\x34\x87\x0e\x41\x8f\x5b\x1c\x3a\x35\xb6\x23\x63\x6d\x72\xac\x80\xb5\xa9\xdc\x14\x84\xb5\x29\xc4\x5d\x6e\x13\xec\x9c\x78\xde\xb6\x08\x76\x1a\x5e\xe2\xbd\x1d\xb7\x4f\x57\xc3\x92\x13\x73\x8a\x59\x72\xa0\x62\xdb\x26\xc2\x89\xae\x11\x22\x1c\x4e\x85\xed\xdb\x61\x5a\x09\x4e\x9f\xdb\xee\x46\x69\x66\xdb\x37\x13\xce\x15\xf3\xac\x73\xf2\x5c\xf8\x88\xb7\xc1\x36\x17\x5e\xe0\xbd\x0d\x92\xe7\x2a\xb9\x31\x9e\x33\x7b\x37\x4a\xf2\x9d\x82\x21\x84\x4b\xc1\xd2\x99\xd3\x47\x3e\xc5\xdf\xd6\x30\xe5\xd8\xba\x05\xbd\x69\xf3\x7d\xe8\x13\x30\xe5\xc2\x60\x9a\xe6\x98\xc1\x34\xad\xd9\x4e\xa8\x37\xf3\x1b\x87\xff\xe5\xa1\xdd\xd4\x5c\x44\x9c\x73\xe7\x8a\x1d\x09\x58\x0e\xb8\x85\x0d\x7f\x4e\xcd\xa7\x66\xda\x1d\xf9\xa9\x1d\x90\xf5\x3f\xa8\xf1\x4e\xc8\x73\xc5\x4c\x0d\x82\x27\x07\xc6\x07\x97\x10\x55\xfc\x70\xbc\x73\xd8\x28\xe7\x4e\x8b\x9d\xdd\x28\x9d\x4a\xc0\xe7\xfe\x70\xd8\xdf\x11\x97\xfb\xa5\x20\x2a\x3f\x23\x9b\x5d\x48\x73\xb8\xde\x7c\x1c\x32\xcd\xc0\x7d\xcc\x90\xc8\xf1\x6c\x24\xcd\x15\x83\xf6\xc7\x5c\x26\x44\x16\xee\x0f\xa1\x26\x9c\x2e\xc2\xd9\xb4\xc1\x34\xfc\x4c\xce\x46\x6a\x3f\x99\x1f\x54\xd0\xfb\x6f\x6c\x87\xce\x9b\x93\x98\xba\x2d\x9e\x9c\x92\x1b\x25\xbc\x38\x39\x82\xe1\xc5\x89\xc5\xf7\x83\xcf\x99\x65\x03\x31\x4e\x0c\xe9\x26\xc6\xb9\x41\x6b\x6e\x27\xc7\xe9\xf1\xa3\xc1\x8c\x13\x2d\x0f\xd8\x4e\xd4\x3a\xc3\x76\xae\xb8\x09\x0c\xdb\xb9\xe2\x53\xf8\x38\x2f\xc1\x4c\x49\x36\x2e\x94\x7c\xea\x6b\x2e\xab\x4e\x20\x9e\x96\x33\xce\xe9\x71\xae\x68\x2a\x9f\x50\x20\xf2\xae\x95\x58\xb8\xb3\xb6\x51\x3d\x05\xae\xb2\xfd\xf1\x95\x91\x6b\xec\x27\x3a\x6c\x4a\xf2\x84\xe1\xd8\xfd\xa0\xc3\xbe\xbf\xb5\x0e\x5b\x52\xb0\x6d\x7e\x99\x14\x4e\x75\x98\x8e\x01\x97\xc1\xbd\xef\xb3\xbd\xc1\xf8\x37\xce\x9d\x53\x08\xb9\xdc\x21\xe4\x61\x47\xfe\x92\xd3\x03\x85\xd6\xb9\x73\x2a\x91\x57\x1b\x82\x1e\x62\x20\x37\x04\x3d\xd1\x4f\x0c\x01\x2a\xf1\x89\xc2\xd0\x93\xc3\x54\x88\xa0\x0a\xf6\x73\x3b\x77\x4e\xfa\x05\x3c\x50\x2e\x06\xdf\xc1\x70\xe4\x37\xde\x7e\x38\xf2\x9c\x3c\xa7\xc4\x36\x60\x48\xd0\xe8\x2d\xa2\xc2\x3f\x6a\x24\xe1\x48\xe0\xa8\xde\xdf\xc9\x6c\xa3\x4a\x93\xd9\xc6\x7f\x50\x41\xd2\x76\x22\x3e\xe8\xe2\x2f\x2a\x08\x6b\x4b\x29\x71\xda\x38\x53\xb0\xed\x24\x33\x05\x33\x81\xf2\xa9\x27\x10\x12\x66\x12\xe6\x9e\xa9\x7f\xb2\x57\x39\x3d\xce\x80\x87\x69\x2b\x3d\x4e\xcb\x71\xf9\xc5\x1d\xda\x53\x90\x6f\xe1\x3d\x05\x79\x4a\xbc\xa2\x80\x72\x6c\x13\x4e\x78\x53\xe0\xf5\xdb\x4e\x78\x43\x8a\xa7\xfd\xe5\x22\xc6\x69\x69\x34\x51\xa9\xac\x86\xaf\x29\xaa\x33\x70\xde\xa4\x99\x69\x5f\x68\xa6\xd9\x26\x9c\xa5\xa6\x44\x57\x31\x98\xa8\x44\x57\x31\x98\xa8\x34\x96\x8a\xe1\x42\x25\x7a\x9a\xe1\x42\x03\x06\xb6\xfd\x33\xc5\x18\xdb\x44\x60\x3a\xac\x1c\xe1\x72\x5a\x2e\x52\x24\x75\x89\xdb\xe6\x07\x0c\xec\x7d\xd7\x6b\xee\xdf\xd9\xf2\xf6\x8f\x6b\xff\x95\x2f\x9d\x99\xfe\x88\x28\xff\xe6\xf1\xfe\xc6\xb3\x9d\x99\x66\x6a\x9e\x4e\x1c\xdf\x16\xf9\x4e\xcb\xa6\xf7\xc3\x07\xce\x86\x12\x54\x4e\x3e\x85\xc2\xfc\x8a\xc8\xa5\x8a\xdf\x6a\x94\xef\xab\xe6\x5b\xa7\xb9\x66\x00\x9c\x9b\x65\x90\x0d\x61\xff\x08\xe2\x4f\xcf\x18\x52\x46\x4c\xc3\x36\x87\xce\x20\xba\x60\x9b\x43\x67\x10\xd3\xb0\xcd\xa1\x33\x80\x28\x6f\x23\x73\x46\x8e\x1d\x23\x73\x6a\xb4\x1d\x48\x74\x40\x03\x6d\x93\xe8\xcc\x1c\xc0\x26\xd1\x99\x07\xa7\xd2\x1f\x9e\x61\xd4\x28\xd3\xcc\xcc\x18\x9e\x84\x91\x79\xc4\x3c\x35\x93\x17\xb6\x32\x67\x30\x99\x31\x26\x99\x3c\x66\xd8\x50\xf3\x1b\x02\x17\x5c\xe6\x25\xfb\x0d\x21\x02\x2e\x7b\x9e\x7e\x43\x14\x0b\x5d\xfe\x88\xdf\x90\x23\xd5\x5e\xbf\xdf\x90\x77\xf3\xb2\x05\xea\x37\x2e\x77\xb0\x3d\x6a\xbf\x71\x6d\xef\x27\xba\x6c\xfe\x86\x03\xe1\x47\xbf\x5d\x8e\xa3\xd9\x87\x49\x27\x7e\x43\xae\x46\x68\x79\x1e\x69\xf9\xa1\x7f\x63\xf7\xdb\x70\x6e\x9f\xdf\x50\x78\xef\xed\xa8\x8a\xdf\xc0\xe1\x63\xe0\xd3\x6f\xd8\xb9\x32\x4c\x1d\xf4\x88\xf3\xff\xfe\xdf\xb0\x59\xe1\x91\x3e\xff\xe3\x06\xfa\x0d\x02\x3d\x0d\x52\xff\x8d\xe6\x43\xd2\xf6\x8b\x47\xec\x7e\x3a\x10\xff\x2c\x4e\x89\x22\x03\xaf\xce\x54\xf4\x1b\xb6\xba\x8e\xde\xdd\x1a\x85\x18\x16\x93\xd4\xfe\xc8\xfd\x3f\x7a\xb7\xe8\xbc\xfb\xa3\xf7\x8a\xa8\xcd\xf2\x74\xb1\x44\xb5\xf5\xee\x3a\x0c\x98\xd2\x67\xc4\xd3\x4f\x5d\x7f\x45\xda\xdc\xa6\xae\xf9\x39\xa5\x36\xf9\x09\x7e\xce\xa1\x5d\xae\xe2\xfa\x91\x54\xb9\x77\x44\x65\xa6\x77\x9c\xc7\xcf\xa9\x89\x9f\x87\x16\x9d\x4d\x17\x2c\xcc\x8f\x44\xb0\xa3\xf7\x89\xe8\x94\x09\xad\x21\x3e\xe3\xd6\x19\x0b\xdf\xb8\x46\x1f\x1e\x72\x5d\x6f\x8c\x6a\xf8\x39\xa7\x64\x3f\x78\x64\x6d\x71\xf8\x9a\xf1\x23\x43\xe3\xe8\xc3\x7d\x62\x7d\x6b\x1c\x74\xa7\x70\xb8\xf5\x64\x06\x1a\x86\x5b\x4f\x66\x83\x81\xb7\x67\x6f\x17\x62\xf7\xa7\x0d\xf1\x63\xf1\x46\x7c\xa6\xf9\x70\x53\xe0\xab\x3b\xe8\x14\x1d\x53\xf5\x3a\x5c\x23\x1d\x18\x75\x32\x97\x0d\x38\x1d\x07\x5d\xe4\xdd\x7a\x1c\xf4\x89\xd1\x9c\xde\x7f\x1f\x49\x49\x00\x4f\x37\xd4\xac\x64\x23\xed\x36\xca\x70\x1c\xb4\xc5\x7b\xd2\x30\xd5\xf1\x6f\xfc\x89\xcc\xb4\xf0\xd0\xf8\xb8\x6a\xda\xd5\x1f\xe9\x8a\xc6\x41\x97\x99\x2a\x6a\x1c\x74\xd9\x1f\x8d\x61\xf2\x9a\xd1\x89\x54\xcb\x3f\x67\x03\x3a\x8f\x93\xfa\x0b\xac\x36\x06\x0d\xff\xa3\x71\xe3\x9f\x68\x9a\x1f\x99\x6b\x86\x51\x62\x3f\xb2\xb5\x0c\x93\x59\xfd\xc8\xd6\x52\x0d\x47\xfe\x91\xad\x65\x98\xc2\xe9\x47\x3e\x96\x61\x1e\xa6\x9f\xf3\xb1\x54\x87\x6a\xfc\x9c\x8e\xe5\xbc\x8d\xda\xfb\x91\x35\x65\x98\x31\xe9\x47\xfe\x92\x61\x0a\x93\xdf\x34\x24\x66\x98\x28\xe3\x11\x75\x60\xdb\x76\xfa\x88\xeb\xd9\xbd\x4e\x24\xaf\x28\x13\x65\xfc\x9c\xcf\xa1\xd8\x5b\xfc\x23\x9d\x43\x35\x7f\xcd\x23\x2e\xbf\xeb\xfa\x3b\x29\x03\xc9\x7d\x1f\x91\x4a\xb8\x39\x97\x17\x86\x73\x89\xfc\x66\x19\x26\x82\xf5\xc3\x22\x2b\x9c\xd9\xa0\x7e\xb3\x7a\xac\x9c\x60\xe5\x37\xed\xe8\x1f\x66\x3b\xff\xcd\x9a\x74\x7c\x05\xb1\xff\xcf\x45\xf0\x88\xc3\x4f\x5d\x7f\xbc\xc5\x95\x6f\xed\xf1\x45\xcd\xf9\x39\x09\xc2\x49\xd0\xee\x6f\xda\xbf\x43\xc2\xab\x1f\xec\xf8\x83\x5d\xd6\x9c\xf0\x86\xdf\xff\x4c\x09\xef\xd8\x80\xdf\xb4\x6d\x9a\x4c\x7d\x3f\xf8\xd7\x8f\x9b\xfe\x1d\x63\xfc\x2f\x7d\xe0\x6f\xda\x58\x49\xda\xeb\x9f\x69\xbe\xcf\x71\xd2\xfd\x73\x21\xba\xe9\x4e\xf2\x3d\xcc\xc2\xf2\x83\xe9\x78\x38\x4a\x5f\x11\x51\x16\x2b\xa2\xc3\xde\x19\xac\x3d\x78\xf9\x46\xbc\xff\xef\xff\x75\x5f\x9d\x7e\x93\x5b\xae\x03\xdd\x7e\xa6\xfe\x3c\x8f\xbb\x45\xe4\xa9\xab\x0c\x42\xdc\xf1\x74\x3f\xd3\x2d\x9e\xe3\xa4\x7d\x56\xaf\x86\xb3\xba\xfe\xe0\x88\x1b\x0e\xd4\xfb\x99\x57\xed\xb6\x0e\xfd\x9b\x7f\xfb\xff\xc7\x54\xf9\x33\x5f\x57\x18\x1f\x7f\x90\x5c\x11\xb7\xff\x33\xd9\xcf\x23\xaa\x3d\xeb\x72\x0c\xb8\x13\xb5\xfe\xd6\x85\x19\xc4\xa7\x69\xa8\x04\x1c\x7c\xf0\x88\xc6\xad\x79\xa0\x17\x8e\x67\x3b\x84\x7f\xab\x39\x3f\xa2\x1d\xb3\xbf\x65\xb7\x6d\xb3\x87\xf4\x11\xc5\x9b\xe2\xd8\xa1\x47\x74\x73\x5f\xd1\x6c\x50\x1e\xbf\x75\x33\xba\xde\xe0\x97\x67\x54\x77\xf0\xed\x23\xba\x1a\x1e\xdd\x75\xfb\x50\x3f\xdf\xa7\x1f\x5b\x7e\x2f\x44\x4f\xfb\x46\xad\x8c\x19\xb3\xd7\xfa\x11\xb5\x33\xda\x29\xf8\x88\xcd\x4f\xa9\x15\x6b\xe4\xa6\x28\x33\x29\x94\x14\x45\x4f\xd2\x75\x37\x96\xbe\x14\xb5\xed\x9f\xbb\x29\x8a\xce\x39\xf9\x16\x72\xc1\x93\x6f\x9d\x87\xbb\x33\x82\x76\xf5\x0d\xce\xee\xd5\x19\x7c\xef\x1e\x8e\xff\x3f\x61\xab\xf8\x11\xe3\x3f\xcc\x62\xff\x23\xc6\x1f\x66\x8b\x1f\x31\xfe\xe3\xf4\x26\x40\x60\x3e\x74\x0a\x3f\x02\xf3\x07\xe7\x0d\x81\xf9\xdd\x71\x1e\x3f\x07\xdf\x3f\x3d\xc9\x7f\xe9\x3a\xe6\x95\xbd\x6c\xe3\x62\xf4\x3b\x5d\x77\xe5\xe5\xdb\x4f\x53\x54\x77\xc9\x03\xd1\x86\xc4\xeb\x9f\x16\xf8\x1f\x81\xf2\xdd\xd1\x26\x3f\xa2\xdb\xbb\x11\xda\x3f\x62\xd4\xbb\xd1\xdd\x3f\x02\xcb\x89\xc0\x7d\x44\xf7\xeb\x45\x2d\xdc\xaf\xc6\xed\xff\x88\x07\x8f\x92\xb1\xbc\xa5\xe0\x50\xf8\x11\x98\x8d\x49\xf5\x47\x60\xf6\xb8\x98\x65\x76\xa5\x74\x83\xcd\x1e\xb1\xf8\x69\x47\x74\xad\x5a\xbe\xfd\xb8\x28\xfe\xbb\x3c\x35\xac\x7c\x11\x13\x8d\x49\xe2\x11\x5d\x0d\x6f\xbd\xc4\x09\x77\xa3\x9c\x7f\x04\xfb\xf6\xc2\xa4\x73\x96\x84\x71\x31\xf8\x93\x38\x0c\xeb\x04\x44\xe5\x76\xce\x72\x07\xcf\x3e\x4f\x79\x39\x0d\xac\x88\xb6\xf5\xb1\x5e\x27\x0d\x64\xb4\xa7\x1b\xc8\x59\xbe\x26\x0d\x1c\x79\x6a\xea\x08\x56\xa4\xa3\x69\x3b\x4a\xec\x9a\xce\x8e\x51\xd9\x36\x14\xf5\x1a\xda\x89\xdf\x9a\xbb\xff\xcf\xa8\xfc\x88\xb6\x14\x32\x46\x72\xf2\x3c\x4f\xdd\xb1\xd1\x0b\xcb\x40\xf4\x64\xb8\xf2\xd4\xc6\xeb\x36\x11\x3d\xfa\x05\x11\x14\xc6\x88\x68\xe3\x08\x0b\x74\x31\x7f\xad\x0a\xac\x45\x13\x66\xc4\xff\x1f\xcd\xce\x23\x8e\xff\xf1\xdd\xfc\x96\xfd\x10\xad\x53\x67\xb4\x55\x47\x27\x3c\xe2\xf5\xbf\xe0\x98\x9f\x63\x6a\x03\xfe\x7d\xc4\xdf\xff\xb0\x21\x8f\xf8\xf7\x3f\x0c\xc0\x6f\xad\xfd\xff\xf3\xf2\xff\x08\xa3\xc5\xab\xf5\x88\xed\x7f\xce\x85\xdf\x1b\xef\x6a\x1d\x90\xa0\xd5\xd6\xd9\xcb\xf7\xff\x3f\x43\xd3\x23\x7a\xd6\xd5\x86\xa8\x11\x4c\xc9\x9b\x7e\xae\x37\x62\xff\xbf\x37\xd9\xd3\x23\x7a\x4e\x32\x82\x8a\x53\x7d\x5e\xee\x88\x34\x70\x20\x4a\x5b\xab\xec\x6d\x26\x8e\x6f\x9d\x85\xb3\x39\x43\x1a\x75\x56\x6f\x8c\xca\x5a\xd8\xc1\x72\xd3\x84\xed\x1d\x88\x63\x61\xb3\xf6\x59\xbf\x8e\xf5\xec\x85\x05\xbb\xe9\x0d\x16\x2c\xda\x7d\xa5\xbd\x1f\x36\x51\x16\xec\x87\xf6\x36\x17\xf5\x61\x69\x30\x91\x1c\xe2\xd8\xb8\x45\x2e\x5b\x48\x1b\xd7\x46\x87\x2d\x3e\x62\x41\x54\x3f\x57\x56\xf7\x87\xd5\x7d\x47\x74\x3f\xb3\x06\x6d\x13\x85\x64\xf6\xe7\x40\xc6\xe7\x29\x75\xb6\xde\xe2\xc0\xd1\x1f\xe1\x7d\x17\x7a\xcb\x82\x9a\x9b\x2b\xdd\x82\x9a\x9b\x73\xdd\xb6\xbe\x72\x94\x7c\xea\xff\x50\x30\x17\x94\x3a\x23\xfa\x3f\x93\x97\xbd\xd6\x1b\x73\xe1\x4b\xeb\x59\xcd\x26\xd1\x26\x19\xdf\x8f\xa8\x38\x98\xc8\x7f\x44\xc5\x8d\xc6\x3e\xf1\x25\x6f\x12\x9b\xf7\xd7\x79\xfa\xc7\x51\xfe\xbd\xef\x3b\xfb\xf2\x68\x9c\xd4\x64\x5f\x1e\x1c\x46\x0e\x83\x1b\xed\x8c\xe8\xe5\xca\x08\x39\xfd\xf2\xb0\xb7\xe9\x47\x1c\xdc\xb0\x93\xe8\x47\x1c\x1c\xf1\x03\x3f\xe2\xe0\x46\x3b\x23\x7e\xfd\xd4\x53\xc1\xd1\x6a\x20\x78\x7e\x8e\x56\xeb\xe7\xc8\xc3\xee\x87\x05\x51\x7b\x57\xbb\xf2\xee\xf4\xd3\x8a\xe8\x5a\x5c\x79\xd9\xb5\xa0\x8e\x0e\x56\xc3\x06\xf9\x23\x58\x6d\x34\x76\x36\xdf\xe0\xee\xc1\x76\x64\xdb\xd6\x68\xcc\x7c\xb8\xa2\x47\x4a\x7e\xe6\x67\x1d\xec\x46\x3f\xd2\xb8\xb1\xcd\xdb\x3e\x35\x1a\x6b\xf7\x47\x16\x7a\x36\x54\x8c\x4a\xed\x15\x7f\x16\x27\xa2\xeb\x98\x6f\x6d\x5c\x69\x6c\x99\xb6\x22\xb5\xc1\x46\xfe\x73\x1a\xa0\x16\xe9\xff\x63\xec\x5d\x72\xad\xc9\x95\xeb\xe0\xbe\x46\x71\x66\xf0\x67\xf2\x19\x01\x5c\x9c\xce\xdf\xb6\xe7\x40\xee\xcd\x34\xd4\x90\x74\x71\x2d\xcd\xdf\x60\xac\xb5\x98\x25\xcb\x76\x15\x0a\x85\x8f\x5c\x27\x37\x93\xc9\x47\x30\x18\xcf\x89\x67\xd9\x45\x44\x38\x32\xd2\x26\xc6\x4b\xae\xac\xc2\x65\xcb\x2a\xf7\x2a\x5c\xb6\xaa\xf1\x34\x7d\x38\xe8\xf5\x66\x15\x83\x4e\x72\x03\x27\x2d\x71\xbb\x0f\xc7\x9c\xd4\x06\xb1\x8c\xad\x9e\x96\x9e\xdf\x1f\x73\xee\x02\x4a\xa3\xaa\xda\x75\x7c\x0e\x29\x04\x22\x1b\xd3\xbe\x65\xd1\xc1\xcb\xe0\x5a\xb9\xe8\xe0\xc5\xc8\x25\x8b\x0e\x5e\x56\x49\xd5\xc2\xf3\xca\x4c\x9d\xe0\x84\x70\x64\xe0\x87\x45\x37\xff\x45\x3f\x2c\xab\x7a\x2d\x84\x3a\x55\x0d\x83\x03\x37\xb2\x3b\xcf\x60\x8a\x3e\xbe\xe7\x8f\xc9\xfe\x97\xfc\xa5\x60\xfd\xb1\x26\xc2\x01\x1b\xf4\x52\xbb\x7a\xff\xfe\x30\x84\xfc\x82\x0b\x14\x15\x95\x6b\xf2\xd2\x0c\x59\xef\xa2\x3f\x11\x53\x2f\x2e\xf8\x13\x75\xcb\xac\xe1\x6e\x0b\x15\xd6\xa2\xe7\x8e\x41\x5d\xb1\xe8\x8d\x63\x15\xfc\x0a\xfd\x6f\xac\x76\xbe\x07\x0c\x19\x72\x22\xae\x89\x54\x98\x4c\x2f\xb0\xab\xe8\x05\x98\x0c\xfa\xaf\x74\x1e\x8d\xf4\x3a\x61\x0a\x81\x45\xbf\x12\x66\x1f\x58\x74\x15\x31\x68\xdd\x96\x5c\x45\xe0\x5b\xbe\x26\xd3\x5b\x42\x2a\xbb\xe8\x2b\x42\x8f\xe1\x45\x07\x10\x3a\x75\xec\x2a\xd6\x90\xb3\x57\xe1\x32\x8c\x78\x75\x0b\xee\x20\x39\xeb\xad\x83\x97\x1c\xbe\x15\xb4\x11\x8e\x64\x8b\x1e\x1e\x86\x0c\xc8\x8b\x1e\x1e\x15\x2e\x5c\x4b\xbe\x14\x30\xe3\xd8\x55\x7c\x0f\x96\xea\x4c\x1c\x1a\x2c\xce\x99\x70\xe7\x81\x7d\xf0\xae\x7e\xf0\xd7\xc6\xea\x17\x7f\x65\x15\xe7\x33\xcc\x31\x77\x15\x5f\xdb\xd8\x14\x38\x75\xd8\x8b\xec\x6a\xc7\x5f\x13\xab\x86\xbf\xaa\x8a\xa1\xc1\x82\x9b\x09\x73\x0f\x83\x85\x5d\x65\xcb\xc6\x6a\x7c\xfe\x9f\xdb\x54\xee\x47\xf1\x3d\x95\xaf\x19\xf8\x9e\xce\x2a\x3c\xfd\x1a\xce\xfd\x49\xb1\x6d\xe3\xf7\x64\x6c\x91\xc6\xef\x81\x3b\x86\x35\x7e\x00\x3c\x2e\xac\xb1\xc7\x05\x21\x14\x10\x23\x74\x57\x07\xfe\xda\x58\x85\xf1\x06\x5f\x54\x90\x5a\xe2\xe2\xb0\x16\xec\x0a\x44\x49\x5a\xf4\xa3\x68\x94\xcc\xcc\x82\x65\xd2\xba\xaa\x68\x8a\x9d\x44\xc0\x4a\x6b\xdc\x07\x45\x4e\x45\xec\x33\xbf\x88\xdb\x02\xfe\x0e\xd6\xb8\x2d\x28\x7d\xc9\xfc\xa0\x81\x2f\x68\x7a\x16\xaf\xe5\x26\x61\x6a\xcd\xc6\x4d\x02\xc7\x84\x46\x49\x24\x1d\x13\x0c\x31\x21\x16\x3d\x11\x0c\x91\x07\x16\x3d\x11\xda\xa5\x3e\x22\x73\x1b\x05\x8c\x74\x11\x30\x38\x63\x2e\x5a\xfd\x37\xca\xd5\x60\xc8\x7f\x1b\xdc\x54\x17\x2d\xf9\x1b\x65\x65\xb0\x49\xf7\xcc\x1d\x04\xa3\x73\xa3\xdc\x60\x56\x0a\xda\x71\x79\xa0\xe5\x78\x23\x05\x87\xe5\x78\xbb\xb9\x0d\x98\xb5\x13\x51\x01\x16\x6d\xc1\x0d\xe6\xeb\x8b\xf6\xdc\x06\x4b\xf1\x45\x03\x67\x86\x6f\x58\xb4\x4a\x2e\x5a\x27\x48\xe9\x68\xbc\x91\xd3\xc0\xd4\x78\x23\x87\x59\xe8\xae\x3a\xab\x10\x9f\xe3\xce\x4d\x53\xcf\x96\xf8\xa2\x4e\x19\x3e\xee\xdc\x33\xa2\xb5\x65\x18\x70\x2f\x5a\x60\x1a\xaf\xdc\xb4\x93\x34\xde\xa2\x69\x09\x29\x49\xed\x34\xca\xa0\xf9\xf1\x14\x6b\xc1\x8a\x7e\xc1\x90\x6e\x57\x31\x70\x08\xb5\x65\xbc\xdd\x4e\x53\xcb\xc6\x6a\x68\xd9\x44\x8b\x98\x5d\x0f\xa6\xb9\x6b\x3a\xd5\x19\x1c\x48\xdc\xf6\xc8\xb8\x4c\xdc\xdf\x8c\x57\xdf\xe9\x7c\x2d\xae\xaf\xd3\xa9\x1e\xe0\x7a\x74\x98\x60\xf0\xbe\x0a\x4b\xbb\xbb\xf1\x5a\x45\x33\x37\xe3\x25\x93\xb6\x6a\x15\xd9\x50\x16\xcc\xc6\x9c\x77\x3d\x1a\x82\x19\x2f\x86\x30\x04\xbb\xeb\x45\xfa\x08\x9b\xac\x9e\xf9\x5a\x5c\xa3\x3a\xc2\x44\x3f\xb6\x20\x9b\xc1\xf4\xed\x2a\x6c\x28\x63\x94\x77\x15\x37\xdf\xa0\x53\x8f\x81\x53\xe9\xb0\x2d\x7e\x90\x06\xfe\xee\xb0\x13\xda\x55\xdc\x23\xcc\x58\x85\xb1\x66\xef\xac\xe2\xbd\xa6\x2a\x5e\xd4\xf9\xf0\x64\x34\xa5\x78\x2f\x93\x90\x77\x1c\x0f\x0f\xb3\x7f\x77\x5c\xb1\x1f\x8a\x9b\x3b\x38\xc0\x87\xe9\xbf\x3b\x2e\xd1\xbb\x3a\xf0\xd7\xc6\x2a\xde\x1b\x4b\x7d\x57\x21\xaa\xb9\xf9\x22\x88\x14\x2c\xf1\xb7\x03\x1f\xa8\x96\x29\x43\x48\xfc\x6d\xcc\x58\x87\xd0\xeb\x81\xa8\xfa\xee\x56\xf0\x22\x04\x3e\xef\x48\x60\xf8\x30\x9b\x73\xb7\x82\x3e\xc3\xf1\xb0\x83\x97\x79\x98\xe3\xb8\x23\x7e\xc1\xc3\x1c\xc7\x7d\x73\x6a\x7f\x42\xf2\x1f\xa4\x38\xde\xcf\xb2\x17\xe8\x23\x74\x50\x0f\x85\xe2\x1d\x9a\xd1\x87\x42\xf1\x9e\x92\x1e\x46\xa7\x2a\xbe\x1e\x79\x8c\xbb\x55\xf4\x22\x21\x41\x10\x92\x66\xef\x2a\x22\x53\x15\x55\xf9\x70\x63\xb5\xe0\xaf\xf8\xdc\x34\xd8\x2b\x54\x11\xb0\xbb\xc3\x67\xf6\x61\xd2\xe3\x8e\xfc\x1b\xbb\x8a\x9b\x7d\xe7\x5f\x31\x27\xf0\xb7\x7d\x3c\x73\x4e\xac\xb1\x7a\xe3\xaf\x95\xd5\x84\xbf\xf2\x45\x58\xbf\xd0\xb3\xec\x2a\x06\x12\x6b\xd0\x33\xf8\x0a\x38\x26\xef\x2a\x9c\xa5\x0d\x63\x95\x11\x7a\x0b\xa6\xe5\xbb\x8a\x0f\x54\x53\xbc\x25\x5f\xec\x15\x65\x06\x9c\xcf\x4c\x79\x12\x87\xbd\xf0\x8b\x12\x1e\x86\x9f\x8e\x69\x24\x21\xc3\x35\xc4\xbe\x7d\x98\xe0\xd7\xd4\x0d\xca\x43\xa1\xae\x7e\x98\x23\xd7\x10\x39\x7e\x57\x0b\xaa\x7c\x18\xe2\x6e\xe7\x72\x46\x78\x54\x73\xae\x23\x7a\x42\xc0\xce\xf3\x61\x6a\x5b\x73\x76\x92\xf2\x50\xe7\x62\x87\x97\x01\xf5\xe2\xbb\xba\x7e\x8f\x5e\xfc\x41\x46\x5a\xe9\xc5\x1f\x57\xc4\x4e\xae\x5f\x08\x17\xcd\xb9\xcc\xfa\x1f\xd5\xe4\x8f\x1b\x6f\x95\xd9\x58\x05\x87\x96\x9d\x55\x6c\xee\x3b\xb1\x0a\x41\x4e\xb9\x59\x85\x95\x40\xc3\x6f\x9d\x03\x5b\x12\xab\xc8\x53\x5c\x32\xab\xfc\x6d\x61\x15\xbf\x35\x34\x05\x41\x5d\xcf\x5c\xc0\x4e\x2a\xc2\xfd\xea\xa0\x13\x88\x90\xff\x20\xc5\xe8\x9e\x41\x3e\x8c\x2c\xb6\x99\xbb\xcc\x39\xfb\xfc\x5e\x5a\xa7\x42\xae\xf3\x78\x98\x20\xe2\xaa\xb1\x2b\x11\x95\x22\xc6\x78\x5c\xe0\x32\x48\x23\x98\x88\xc2\x48\x23\x90\x40\x62\x57\x8d\xd5\x18\x45\xc3\x0c\x30\x5e\x79\x47\xac\xa9\x07\xb1\x32\x11\x0e\xe2\x41\xa4\x4c\x07\x13\xf1\x50\xa8\xda\x4c\x7f\x64\xaa\xe7\x60\xb5\x1f\xc6\x0d\x6c\xf0\x87\x7d\x06\x3e\xb4\x20\x78\xfe\x43\x63\xf6\x02\x15\xd5\x43\x63\xf6\x02\x7d\xd6\xc3\x83\xb4\x40\x09\xb5\xab\x0d\xd5\xca\x2a\x8d\x9b\xf8\x57\xc6\xe3\x61\x25\xec\x51\x12\x2b\x61\x5f\x05\x09\xdb\xae\x16\x54\xd9\x0c\xcc\x63\x63\xc4\x26\x24\xb3\x18\xf6\xc9\xc8\x84\x9d\x2f\x70\x04\xd9\x8b\xaf\xa4\xe1\xe1\xa5\x4a\x82\xb6\x2f\xb1\x1a\x5b\xb9\xb0\x12\x89\x5e\x9d\x95\xfa\xfb\x83\xc4\xff\x0f\xad\x13\x7b\x65\xa5\xa3\x89\x9b\xd5\x58\x1e\x8d\x15\xa4\xfd\x61\x25\x9c\x9c\x2f\x56\x22\xd1\x8d\x1a\x47\xca\x1f\x56\x9e\xfd\xda\x3f\xb5\xb8\x79\x68\x66\xc8\x21\x86\x91\x21\x07\x38\x4c\x0c\x79\x48\xcc\xc8\xd2\x97\x6e\x3d\xb6\x76\x45\x8f\x85\x63\x75\x47\x65\xef\x54\x64\xa5\x7b\x26\xc3\x5e\x75\x8d\x19\xc2\x5e\xa9\xf2\xc5\xdf\xd8\x79\x58\x22\x41\xfc\xb8\xab\xbb\x4d\xac\x19\x9a\x7d\x81\x50\xc0\xe8\x0b\xfa\xb6\x87\x36\x5f\x39\xb3\xb2\x3b\x85\x55\x48\x3b\x2d\x9c\xb3\x13\x61\x51\x0a\x78\x92\x5d\x0d\xd3\x98\xc6\x4a\xc1\xc0\x5f\xac\xc6\x0c\xa9\x12\x81\xc5\xc2\xdc\xe8\xb9\xc6\x65\x38\xa1\x91\xe6\x09\x00\xd8\xb5\x08\x2c\x1a\x00\x02\x32\x94\x08\x2d\x4a\x20\x78\xa7\xd0\x0a\x01\x88\xbd\x5d\xd2\xe6\x79\x02\x48\x58\x07\x71\xef\x23\xc0\xad\xf7\x3e\x31\x60\xe9\x93\x04\x50\x0a\x7e\x3a\x96\xb9\x5e\x52\x3e\xc0\x04\x70\x1d\xe0\x83\x36\x5e\x00\xd9\xaf\x37\xb5\x06\xc0\x0c\x7d\xf7\x69\x94\xbc\x76\xd1\xc7\xc1\x5f\xbd\x47\xaa\x43\x02\x48\x2c\x91\xd4\x53\xb8\x9a\xb7\x60\xbb\x02\x00\xfb\x8e\x34\x9e\x04\x82\x45\x48\x9b\x5d\x24\x10\x14\x21\x84\x9c\x01\x40\x53\xd6\xfa\x79\x0b\x74\x56\x35\xa2\xbf\x01\x40\xa4\x84\x74\x5e\x0b\x2f\x9f\x16\x76\xbf\x04\xe2\x6b\xbb\xe9\xb5\x46\x95\x61\xd6\xb7\x20\x74\x2b\xd2\xef\x05\x00\xca\x54\xef\x33\xb7\xce\x44\x3d\xe9\x05\x2a\x1a\x55\xd7\xe1\x30\x51\xc3\x6c\x8a\x40\x04\x35\xe9\xe7\xe3\xa0\x63\x68\xe1\x7d\x05\x80\x91\xff\xbd\x1f\x00\xb1\x33\xaa\xbe\x05\xf6\xf9\x25\xec\x5b\x00\xc0\x38\xaa\x9c\x21\x04\x71\x28\x61\x57\x03\x80\xb6\x20\x4d\x6d\x40\xc8\xdc\xc3\x74\x98\x40\x74\xdd\x4e\x1b\x7f\x14\x2d\x13\xe8\xb0\x44\xd1\xfa\x80\x6d\x60\x2b\xe9\xfc\x84\xfa\xcd\x4b\x00\xc2\x89\xb5\x72\x16\xff\x62\x60\x19\xb7\x03\x84\x58\x22\x04\x93\x00\x20\x00\x7e\x5f\x0b\xcb\xb3\x16\xf6\xb8\x04\xb8\x1c\xf4\x16\x24\xdd\x42\xae\x59\x02\x9f\x73\xc9\xdb\x00\x8d\x45\x8a\xf5\x17\x28\x18\xc2\xeb\x00\x0f\x3e\x8e\x1b\xc8\x21\xf2\x29\x91\xd7\x2a\x80\xc4\xcf\x2f\xf7\x01\x10\x9f\xe6\x3a\x40\x6c\x8f\x62\xda\x1e\xe4\x50\x8b\x69\x6e\x3d\x21\x35\xb3\x69\xe1\x7a\x76\x2a\x60\xf4\x16\x44\xa8\xe8\xe9\xbc\x25\x43\xd5\x19\x62\xd0\x00\x90\x67\xa1\x85\x62\x29\x80\x86\x7e\x14\x6d\x42\x87\x5f\x6e\x0b\x39\x0a\x00\x48\x0b\x22\x35\x6f\x00\x50\x26\xdb\x59\x1f\xde\xa9\x7a\x17\x41\x21\x7b\xd5\x23\xa0\x30\x01\x2a\x92\xd2\x01\x70\x21\xd4\x3a\x25\x0b\x56\x42\xa2\x4e\x20\xf6\xcb\xa5\x3d\xe7\xd0\xb5\xd6\xee\x7f\x76\x8d\xe0\xd3\x7c\x63\x3e\x00\x2c\x2b\x4a\x3a\x40\xf4\xba\x6a\x43\x22\xf1\xfd\x5d\x42\xbe\x19\x00\x6e\xbc\xad\x9f\x27\x1c\xfc\x69\xe8\xbe\x03\xc0\x99\x58\xec\xac\x15\xd8\x8a\xf7\x74\x56\x02\xec\x65\x11\xa3\x70\x03\x03\x51\x8b\x6a\xd2\xa4\x0d\xdc\x96\x8a\x25\xfe\x64\x64\x9a\xad\x68\x16\x07\xc3\x6f\x44\x12\x7a\x00\xb1\x12\x5a\xf0\xd8\x01\x20\x0a\x42\x2b\xe7\x09\x38\xde\x5b\xd3\x3c\x33\x58\x7c\x0f\x63\xc9\x00\x4c\x92\x6c\x3d\x01\x86\xb2\x9c\x25\x3a\x22\xdd\xfb\xed\xd7\xe9\xd8\x50\x06\x56\x75\x1d\x9a\xc7\x1a\xce\x81\x01\x40\xbb\x68\x61\xe5\x4d\xe0\x0b\x40\x3d\xfd\xc8\x38\x4c\x6f\x61\x3c\xbe\x2a\xc2\x40\xd5\x84\x87\x04\x0d\x00\x4e\xb4\xde\xce\x13\xa0\xf1\x21\xd1\x06\x00\xd2\x11\x1e\xab\x01\xd0\x40\xcd\xb4\xaa\x07\xb6\xbd\x15\x2d\x2f\x86\x32\x6b\xe5\x0c\x10\xae\xf0\x35\x7c\x26\x01\x4c\xfe\xa4\x1c\x00\xbb\xbc\xf0\x27\x0c\xdc\x85\x5b\x30\x81\x2f\x4e\x92\x22\x80\xab\x3a\x9d\x27\x70\xef\x4a\x9a\x28\x46\x7d\xea\x57\x7e\x9f\xe0\x6b\xf5\x16\x04\x6c\x6a\x97\xba\x4e\x81\x78\x0f\xab\x75\x02\xb8\x26\x9e\xb7\x40\xb0\x6d\x45\xb4\x84\x22\x68\x2b\x3a\x8c\x27\xee\xd9\xad\xe6\xf3\x16\xd8\x9e\x98\x96\x36\x25\xcf\x56\xc4\x47\x48\x7e\x5c\xb4\xd6\x29\x23\x6e\x97\x28\xe7\x4c\x14\x67\xa6\xf3\x04\xc8\x71\x11\x97\x30\x91\x60\xab\xd6\xd3\xf5\x0c\xcb\xb5\xb7\xeb\x19\xe6\xfc\xcd\x5f\x00\xfe\x93\xe7\x5b\xb0\x3d\xfa\xad\x63\x72\x66\x68\xe5\x5d\xb3\x3f\x33\x24\x6f\x45\x27\x2b\x82\x07\x6d\x40\x43\x88\x60\x3d\x35\x9c\x6b\x03\x28\x6c\xb4\xe9\xf3\x21\x5e\x6d\xf7\x19\x20\x44\x7e\x29\x45\x0b\x77\x22\x21\x4f\xf3\xf3\x71\x15\x8c\xd6\x2d\xae\x69\x82\xd8\x76\x13\x41\x99\x48\x6b\xd3\xad\xbf\x4f\x60\x9b\xea\x74\xa6\x00\xb5\x86\xe1\x32\x81\x90\x09\xd7\xfa\xb6\x11\x04\xbb\x9d\x8f\xa3\xf9\x6f\x11\x6f\x46\x49\x6a\xbb\xf3\x79\x0b\x0c\x91\x43\xcd\x46\xe0\x83\x21\x14\x00\x9b\xa6\x7e\x88\x01\x83\x44\xf4\x74\x56\x72\x0b\xfa\xd1\x42\x75\x0c\x00\x4a\x9b\xf0\x03\x0f\x00\x31\x01\x2c\x5c\xfb\x02\x00\xd7\x64\xe1\x5a\x47\x00\xbc\xd9\x19\x64\xa3\xa0\xdd\xd2\x01\xbe\xd8\xea\xf7\x01\xa0\xfa\x17\x97\x40\xd7\xe6\xee\xd7\x79\x0b\xce\x1a\xbf\x4f\xa3\xe0\x33\x0f\xcf\xac\x7b\x5d\xea\xef\x4f\xe2\x2d\x26\x22\x3d\x11\x4f\xbe\x87\xbf\x3f\x00\x0a\xcc\xc5\xcf\x4c\xc7\xdd\x36\x7c\x73\x08\x54\xdc\x4a\xcb\x01\xb8\x1b\xea\x01\xe0\xca\x74\xb5\x03\x18\x7a\xfa\x67\xf6\x4d\x7c\xda\xf1\x19\xd7\x01\x20\xed\xf2\x17\x08\xf2\x13\xb9\x0e\x02\xa0\xe1\x4b\x28\x0d\x01\x60\x5a\x6f\x9d\x13\xf4\xc8\x85\x7c\x89\x00\x54\x0e\x22\xe9\xf4\x8f\x6d\xd7\xa1\x14\xf0\x64\xed\x26\xe6\x4f\x32\xd6\xc3\x52\xd1\x9b\xd5\xda\x59\xd5\x70\x34\x6d\xf7\xa1\x25\x93\x8c\xca\xd9\xe5\xd3\x69\xa6\x7c\x1f\x00\xcb\x5c\x04\x9b\xbe\x81\xd5\xfa\xf9\xc9\xa4\x8e\xe6\x05\x06\xc6\xf7\xbc\x85\xe3\x21\x06\x12\x77\xca\xbb\xd6\x33\x03\x34\xac\xc8\xa7\x8d\x0f\x09\x83\x0e\x1f\xfa\x85\x41\xc4\x06\x00\xb6\x36\xd6\xcf\x13\x93\x72\x44\x3f\x00\x4c\x52\x0f\x05\x87\x65\x77\x4f\x67\xbb\xe1\xb2\xd8\xcf\xf9\x3d\x19\xa1\x36\x42\x5c\x03\x80\x3c\xea\xb0\xba\x93\xb2\x69\x3b\x3b\x03\x59\x8a\xfb\x6d\xe5\x00\x15\xb3\xff\x3e\x01\x32\x78\xb6\xfd\x22\x05\x3f\x4f\x40\xc7\x5c\xfa\xe9\xfa\x43\x35\x91\x8e\xda\xf9\x50\xe3\xd6\xdf\x27\x30\xb7\x87\xea\x3d\x52\x25\xe1\xe3\xc2\x7c\x19\x26\xce\x85\x00\xa2\xf5\x59\xb8\x9b\x01\xa0\xad\x4f\xd6\x4f\x22\x7b\x24\x05\xb5\x00\xb0\x99\x2e\xd2\xb4\x0d\x80\xd1\x22\xf5\xdd\x40\x3f\x92\x5f\x02\xdc\x4c\xed\x00\x14\x71\x19\x81\x44\x7a\x94\xf5\x04\x75\x9a\x85\x24\x6c\x03\x5f\x10\x39\xbd\x96\xb9\x22\x6b\x3b\x3f\x21\x63\xc1\x6b\xdd\x6d\x14\xfd\x5a\xef\x07\xb8\x8f\x26\x91\x40\x3f\x32\x5b\x02\x90\x61\x37\x3b\x00\x76\xf6\xfd\xfe\x04\xe3\xd1\xd4\x8f\x4c\xa3\x34\x2e\xcb\xdb\x20\xf9\x2d\xf6\x02\x94\xa9\x17\xf5\xa3\xf0\x14\x28\x7a\xa2\x90\x8f\x28\xf7\x01\xb0\xa4\xba\xfa\x01\xdd\x5d\xef\x77\x3f\x00\xc7\xf4\x05\xd0\xb1\xae\x51\x87\xa6\xad\xfb\x19\x42\x98\xe8\x42\xb3\x18\x00\x82\xa3\x40\x1d\x1a\x00\xe4\xa3\xad\x5d\x02\x9c\x0c\xdf\x59\x41\x3e\x91\x27\xe7\x52\x1b\x83\x0c\x5f\xaa\x07\x80\xbe\xe8\xd2\x6b\x61\x01\x87\x98\x54\x01\x4c\xda\x57\x15\x35\x3a\x29\x78\xcd\xea\x3a\x84\x68\x35\x8c\x19\x08\x80\xef\xb6\xf7\x89\xe0\x66\xc5\x7a\x6c\x00\x37\xe3\x33\x1e\x1f\x2e\xcb\x52\x0f\x30\x20\x4b\xd0\x13\xb4\x40\x2a\xa5\x1c\x00\x5a\x33\xd3\x34\xc0\xcf\xad\x49\x74\x70\x1b\xbc\xcc\x10\x34\x81\xc0\x07\x5c\xb5\x56\xd0\xc3\xa0\x9c\xd7\x75\x80\x86\x01\x3a\x4f\xc0\x60\xce\x93\xbe\xe5\x81\xe0\xa8\x6b\x57\xf2\x12\x5b\x2b\x19\xf1\x9b\x3e\x0f\x2d\x3c\xb3\x01\xc0\x26\xad\xe6\xf3\x04\x05\xec\x1a\x53\x87\xf9\x44\xc4\xf0\xfd\xd3\x03\x6c\x3f\x8d\xcd\xe4\xe5\x00\xa0\x58\xb7\x5e\x40\xb9\x53\x2a\x07\x40\x08\x6d\xe7\x9d\xef\xf6\xc8\xd6\x7a\x23\xb9\x57\x00\x19\xe6\x11\xba\x48\xde\x8e\x28\x8c\x25\xf1\x72\x70\x3b\x02\x92\x59\x29\x6a\x03\xb1\xc0\x90\x2c\x16\x00\xbf\xfc\xe6\x94\x38\xd8\x90\x6a\x1a\x70\x87\xd8\xb8\xd5\x3b\x1d\xc0\xd1\xa8\xda\x80\x5c\xbf\x35\x9e\xf6\xb7\xbb\xb2\x7c\xe9\x89\x01\xb1\x75\x23\xff\x7c\xfb\x80\x22\xbd\x9d\x36\x90\xb5\xc4\xca\xa5\x36\x24\x9a\x11\x19\xf4\x49\x39\x8b\x68\x9a\xd3\x7a\xb3\xb6\x03\x40\x36\x51\xed\x3a\x00\xae\xef\xf9\xb4\x01\xa2\xff\x8e\xd8\xa4\x01\x46\x39\x3f\xc1\xd5\xf0\x3a\xf3\x3c\xc1\xfb\xd6\xeb\x00\xd1\xd3\x62\x67\x90\x71\xd4\x16\xc9\xd0\x36\x10\x7b\xd8\xfb\x0b\x40\x72\x79\xda\xf8\x90\x91\x2d\xea\x3a\xcc\x29\x8b\x35\x75\x8c\xae\xe0\xc5\x35\x40\xd8\x5d\xb5\x55\x3f\xc0\x84\x5e\xbc\x1e\x20\xb6\xca\xa1\x36\x4e\x3b\xc4\xd2\xd5\xd3\x2f\x1d\xbf\xce\x64\x7f\x11\x4d\x5a\x02\xd3\x0d\x40\x82\x7a\x3a\xf6\x45\xc0\x8d\x43\x8e\x1d\xce\xb3\x4d\x02\x8f\x0d\x40\x84\x78\x3e\x0e\x66\x89\x25\xe9\xe0\x70\x18\x26\x96\x43\x18\x1c\x9e\x98\xe5\x10\x7d\x87\x9d\x5c\xbd\x7b\x3d\x00\x2e\xe4\xf6\x3e\x81\x15\x74\x16\x3f\x7c\x2e\x6b\x3b\x6f\x01\x53\x50\x52\x7f\x01\x04\x55\x3b\x1f\x47\xa3\xb9\x72\x3e\x8e\xbe\x5a\xe5\xec\x39\x84\x12\xaf\x55\xc7\xa4\x23\x98\x78\x3d\x07\x98\x3f\x90\x5c\x9e\x23\x0e\x89\xf5\x77\xc7\xca\x01\x20\xba\xcb\x07\xc0\x10\xf6\xb3\xb4\x21\x65\xb3\x43\xe4\x90\xdc\x7e\xb3\x1e\xd7\x01\x40\xf4\xcf\x9e\x7b\xe0\x01\x75\x9f\xe5\x80\x24\xf7\xf5\x9c\xce\x48\x73\xbf\xfb\xf1\x02\x1f\xd0\x56\xbe\x85\x89\xde\x6b\x68\x5b\x09\x60\x13\xea\x20\x65\x8e\xf6\x26\xb9\xd3\x4d\xa5\x56\x71\x4d\x36\x12\xb5\xdf\x56\xc4\x25\x20\x4f\xfa\x8d\x44\xee\x04\xc0\x89\x96\xf7\x89\x79\x8c\x2e\x02\x40\x0c\xe6\x2a\xa9\xf4\xcd\x2c\xe8\x55\x77\x92\x7b\x90\xb6\x56\x2d\x5c\xa4\x04\xbf\xcb\x61\x4e\xf6\x7f\x10\x43\x9e\x27\x60\x62\x5c\x75\x92\x0c\x84\x12\x2e\x92\xb0\xdf\x4c\x15\x5e\x25\xb0\xb9\x07\xd8\x28\xf8\x95\x12\xa0\x89\x95\xde\x02\xad\x79\xad\xe2\x12\xe8\x0b\x54\xec\x7a\x01\xc8\x36\x6f\x35\x9a\x90\xfe\xf9\xd2\x2a\x1c\x09\x8e\x1c\x55\x0b\x77\xc0\x22\xac\xf8\x75\xde\x02\x45\x47\xca\xef\x13\x20\xd2\xa2\x41\x4c\x99\x5d\xce\x91\xcf\xa4\xd9\xb5\x8a\xf3\x1a\xd0\x27\x44\x1a\x63\x01\x0d\x47\x5c\x3d\x00\x84\x1c\xda\xc8\x23\xe3\xa8\x4d\xf9\xaf\x1c\x60\x23\xc7\xce\x28\x11\xe5\x02\x00\xc8\x60\x33\x01\x88\xd4\x5b\x5b\xd3\x5a\x29\x94\xa1\x9d\x19\x40\x52\xe4\xd6\xca\xf9\x09\xe6\xf9\xfa\xc3\x13\x48\xa0\x98\x5e\x00\x56\xb0\xe2\x5c\x06\x0c\xbf\x4a\xd7\xc1\xc1\x7c\xc4\xc5\xcf\x9a\x05\xaf\x57\xa4\xe2\xb9\x87\x7c\x8d\x8b\x9e\x40\xe4\xd3\x66\xda\x4c\xf4\xda\xb2\x52\xcf\x13\xa0\xe0\xa6\xe3\x9a\xae\x5a\x76\x98\xbf\x81\x28\x9a\xed\xdd\x08\x70\xc8\xea\xd7\x59\x2b\x38\x59\x8b\x89\xfc\x20\x87\xe6\xdd\xca\x99\xc5\x4e\x61\xe7\x19\x31\xd3\xee\xd2\x4f\xa0\x3e\x6d\x12\x89\xdc\x48\x1b\xb7\x9f\x28\x07\x08\x4e\xff\x12\xe3\xc6\x1c\x69\xe6\x62\xdc\x90\xd4\xe6\x6e\xed\xcc\x1c\xb2\x3f\xf4\xa6\x2b\xc8\x78\x20\xa8\xcc\x3a\x37\xe7\xa5\xf1\xe0\x4f\xe6\x0d\x4b\x85\x22\x5e\x64\x26\xda\xdf\x69\x01\xd2\xb0\xb1\x9d\xd9\xa7\x81\xa2\x95\xaa\x27\x2a\x4d\xcf\x34\x95\x0c\x5e\x0b\xd5\x36\x81\x15\x80\x36\x13\x63\x86\xc2\x6a\x1b\x00\x6d\x22\xb4\xaa\x27\xb2\xc4\x16\x5d\x73\x6f\x86\x5b\xec\xa6\x13\x9e\x56\x6b\x4d\xa2\xee\x9b\x11\xfd\x8a\xf3\x02\x7a\x4f\x64\xde\x6c\xef\xb7\xc0\x19\xa9\xdf\xf7\x01\xa0\xc4\x3c\x4c\xc1\x34\x48\x0c\x9b\x26\x7b\xc2\xd2\x01\xce\xe3\x01\x0c\x3a\xbb\x76\xbd\x05\xc1\xb5\x9a\xc4\x3b\x37\x43\x66\xd5\x2e\x9e\x93\x41\x9c\x4c\xda\xa9\x7b\x4e\x8a\xed\x75\xe4\x43\xd1\x7c\x37\x29\xd6\x6e\xc4\xbf\xb9\xad\x88\x17\x41\x14\x8c\xbb\x75\x71\x3c\x93\x9e\xcc\x92\xa1\xdd\x13\x39\x51\x60\x41\x1c\xc0\x03\xfb\x07\xc9\xd0\x92\xdd\x5c\x63\xe4\x45\x36\x80\x01\xe2\x49\x92\xec\x86\x41\x9b\x44\xee\xc9\x92\x53\xe9\xa1\x9f\xe8\xe2\x47\x92\x9e\x2c\xd3\xf9\x9a\x9c\x68\x32\x58\x65\x36\x29\x92\x92\x55\x66\x4f\xe6\xcd\x27\x19\x82\xeb\xb6\x76\xde\x02\x33\xc8\x2a\x61\x4b\x32\x84\x5c\x85\x55\x53\x00\x50\x67\xba\xe4\x22\x1b\x80\x3f\x8c\xab\x0d\xe3\x05\x94\xe7\x44\xe2\x85\xcb\x4a\x53\x4f\x3f\x24\xc7\x9e\x0e\x10\x44\x49\x5b\x3d\x19\x6c\xf1\x11\x7a\x38\x00\xd8\xc5\xb7\x4e\xf1\x54\xa2\x23\xb7\x95\xa6\xaf\x7d\xc8\xde\xf2\xac\x49\x54\x8a\xc1\x56\x14\x00\xd9\x28\x4d\x83\xc3\x80\xb9\x69\xad\x27\x2a\xc5\x9a\x73\x37\x24\x67\xe8\x86\xc6\x1d\xb5\x81\x0f\x42\x4b\xa8\x0d\x5c\xc8\xfd\x2e\xf9\x00\x0c\x3e\x51\x0e\xc0\x9f\xe8\x2d\x10\x0f\x37\x49\xb6\x93\xc3\xa6\xb7\x49\x94\xb9\x81\xe8\x58\x72\xb5\x81\xb0\xe0\x4d\x7c\x55\x72\x6a\x60\xda\x79\x0b\x5c\x4c\xab\x84\xbf\xc9\x1b\x78\x22\x4f\xe7\x09\x29\xf7\xf5\x16\x58\x72\x16\xcf\xf7\x01\xb0\x2b\x4f\xa3\xc6\x8d\xfc\xa7\xe1\xc7\xe3\x69\x98\xf9\xb4\x9e\x35\x14\x10\x21\x9a\xf8\x81\xe4\x14\x10\x9a\xbd\x00\x58\xff\xaa\x9f\x4c\x1a\x07\x9f\x59\x44\x80\xaf\x7a\xd7\x17\x80\x78\xf5\x0c\x27\xc2\x57\xc1\xa8\x8b\x00\xd8\xd4\x5c\x0e\x00\xd7\x94\xdc\x0f\x00\x2d\xf5\x75\x9e\x20\x39\x6e\x1a\x5f\x5c\xac\x7b\x3a\xaf\x45\x76\xa9\x5a\x6e\x0d\x16\x63\xb9\x5c\x49\xaf\x05\x77\xdc\xfa\x59\x09\x12\x99\xdd\x5a\x3c\x88\x54\xd0\x74\x5e\xa5\x71\xd1\x66\x50\x74\x60\xdc\xd0\x53\x76\x6d\x95\x71\x93\x95\xd1\xba\x1f\x58\xc4\x56\x78\x0a\xa4\x91\x20\xba\x93\xfe\x2a\x8d\x4c\x83\x83\xae\x46\x91\x84\xa0\x99\xc6\x63\x14\xa6\xb8\xa5\x90\x20\x31\x45\x7f\xb7\xa6\x8e\x55\x0a\xd5\xba\x5e\x5b\xe5\x14\x76\x1f\x80\x49\x18\xf4\x16\x5a\x45\xf7\xf3\x44\xa3\x56\xe8\xf4\xc3\x61\x31\x98\xaa\x1a\x9d\x90\xf7\xa4\xf3\xb5\x22\xc7\x5d\xfd\x98\x34\x32\xd4\x44\x0d\xdc\x15\xe1\xd8\x16\xc0\x87\x12\x7b\x91\x41\x7a\xc2\x15\x89\x11\xd2\xf8\x50\xa8\x46\x7e\x31\x31\x25\x5d\xbb\xb4\xa9\xc7\x97\x3c\xb8\x36\x35\x3d\x76\x60\x07\x4a\x00\xf1\xcc\x35\x73\x4c\x15\x53\x75\xa9\xdf\x40\x87\xa5\xf3\x25\x00\x12\xc3\x5b\xaf\x65\x0e\x12\x38\xd2\x01\x70\x1a\x63\x96\x03\xd4\x5f\x19\x6b\x02\x90\x74\x5c\x80\x84\x8c\x3c\x15\xd3\x4c\xda\xc3\x55\x00\xd8\x76\x17\xc1\x9e\x09\xda\xcb\x5b\xc4\x76\x26\x26\x49\x7d\xdb\xa0\x08\x43\xe7\xc4\xa4\x49\x69\xba\xee\x03\x40\xb0\xaf\x5d\x39\x29\x53\x34\x2d\x3a\xe6\x89\x28\x92\x06\x27\x66\x8a\x30\xe9\xaf\x12\xfd\x18\xac\xe8\x00\x63\xf4\xff\x9e\xee\xeb\x00\xd0\x27\xe8\x14\x60\xb0\xfa\xe2\x55\x3f\x01\x91\xeb\x29\xab\xeb\x8d\x0b\xc6\xf4\xb5\x34\x07\x6d\xa2\x30\x8c\x0a\xde\xaa\x88\x12\x2d\xf0\xbb\x64\x57\x89\xc1\xb2\xad\x98\x9e\xe8\x14\xca\xeb\xe0\xa0\x9a\xa8\xf5\xf3\x2d\xb0\xc9\x6c\xdd\xf5\x16\xa7\x22\xda\x34\x0d\x50\xbe\x14\xd7\x61\x8c\x60\xaa\xfb\x54\x3c\x00\xbd\x22\xb4\x2b\x11\x04\x91\x71\x4c\x02\xc0\xa5\xde\xca\xf9\xc9\xc3\x15\xa4\x93\x95\xa6\x5f\x55\x7c\x66\x36\xda\x44\x16\xf2\x11\xd9\xe8\xaf\x74\xf1\x14\xd8\x00\xce\x3c\xae\xd3\x6c\xf0\x0f\xb2\x42\x1e\x20\x1b\x9c\x7e\x4a\xe3\xd2\xce\xe2\x45\x44\x50\xb2\xc1\x98\xa4\x78\xd5\x4f\xb0\x82\x4a\xe5\xd7\x6e\x00\x32\x56\xde\x21\xb2\x65\x38\xa6\xf4\x4b\x4f\x14\x88\x43\xbd\xab\xa7\x94\x17\x7b\xd5\x4f\x2a\x45\x6d\xe7\x09\x4a\xd6\xdc\xf4\xb5\x30\x15\x29\xde\xd4\x0f\xe8\x04\x9b\xe5\xfb\x00\x0e\xf9\xcc\x5f\x38\xc0\xb2\x21\x87\xbd\x5f\x7e\xda\x03\xdf\xaa\xb5\x92\x0d\xea\xc0\xe2\x76\x00\x78\x1b\x65\x1e\xaa\x1b\x78\x20\x1a\x55\x27\x61\xbb\xd9\x2c\xf9\x01\x12\x6e\xc9\xe7\x27\xb2\x78\xb9\x0e\x00\x7f\x0c\x13\xe0\x3a\x6b\xec\x00\x0b\xa6\x11\xfa\x50\xf8\xb3\x17\x31\x08\xd9\x10\x33\xd8\xec\x8c\x0d\xd9\x65\x6f\xef\x13\x03\xd7\xd5\xf3\x04\x4f\xfb\x96\x0e\x00\x7e\xe0\x2c\x1e\x44\x8e\x2d\xde\xd4\x31\x78\x5d\x17\x77\x7d\x2d\x33\xf9\x7a\x2b\x07\x00\x3d\x72\x01\x1f\x85\xe4\xe8\x07\x18\xb8\x91\x1e\x00\xe2\x9d\xe2\x7a\x0b\x4f\x56\x49\xdb\xb3\x61\x23\x54\xd9\xc1\x64\x43\x5a\x39\x93\x41\x4a\x36\x64\x83\x6b\x52\xe0\x64\x7b\xa8\xc1\x38\x8b\x87\x22\xa2\x9e\xaf\x03\xd0\xfc\xfb\xb4\x41\x79\x60\x29\x07\x80\xe3\x08\x6f\x3e\xd9\x2f\x46\xa5\x22\x7d\xce\x94\x61\xd7\x44\x5e\x24\x3b\x92\x47\x15\x57\x1b\x0e\x65\x54\x93\xea\x3b\x3b\xf2\x24\x15\xa7\xc0\x23\xd3\xce\x1e\x01\x91\x03\x40\x86\x1b\xa4\x09\x07\x00\xcb\x21\x9d\x9b\xd9\xe1\xf8\xe4\xd2\x96\x6f\x00\xa2\xee\xae\x36\x74\x7e\xbb\xba\x0e\xca\x59\x74\xb2\x6e\x00\x62\xa6\xd3\x0f\xe8\xe4\xab\x98\xf2\xec\x08\xdf\xe5\x92\x5c\x66\xef\xe4\x67\xda\x7d\x00\x08\x91\xac\x1f\xe0\x81\x29\x91\xde\xd2\x49\xa0\xb4\x60\xdc\x64\x75\x77\x00\x30\xf6\x67\x8b\xd1\x70\xca\xca\x69\x83\x2a\x1e\x3b\x9f\x4f\x33\x67\x09\x17\xb2\x23\x3b\x7a\x93\xee\x69\x03\xb0\x8a\x16\xc5\x72\xa7\x64\xea\x7c\x0b\x9c\x82\xfc\x16\xe9\xf0\xc1\xab\xb2\x56\xa1\x23\x3c\x73\xe9\xda\xc8\x8e\xdd\x50\x25\x61\xcf\x92\xb0\xb7\xf3\x16\x08\xc3\x6b\x2b\x6a\x14\xa1\x05\x90\x31\x29\x00\x68\x85\x9a\x58\xb1\xec\x8c\xf8\x25\x43\xa1\xec\x1f\x7a\x3a\x5d\xf9\x00\xb8\x3e\xf4\xf3\x13\x7a\x44\xbb\xbe\x05\x1c\x4f\xe9\x22\x28\x0e\xff\xf8\x92\x92\x00\x72\xb3\xf7\x7d\x00\x08\xf7\x2e\x11\x14\x5f\x94\xb0\x8b\x16\x3a\x44\x18\xcd\x8a\x7e\x02\xff\xe2\x7a\xdd\x2f\xd0\xf0\xb5\xf9\x00\x90\x8e\x6b\x90\x29\xb9\x2c\x92\x9c\x64\xc6\x8d\xe9\x49\x34\x68\x0c\xad\x53\x8e\x29\x03\x39\x20\xf0\x1b\x00\x0c\xe1\x1f\x00\xde\x32\xb2\x1a\x85\x09\xb8\x5f\x3a\x15\x07\xe3\x6e\x4a\xa1\x95\x99\x04\xcd\x64\xc4\x91\xe9\x52\xda\x24\x8e\xd9\x40\xec\xfd\x73\x6e\x8a\xd1\x12\xe7\x95\x65\x6c\x74\xd9\xf9\xc9\xec\xc7\x2d\x35\x00\xdc\xd0\xad\xab\x63\x13\xaa\xd9\x26\xeb\xb4\x4c\x36\xaa\x49\x03\x9a\x99\xf3\xcb\x5a\x2f\x07\xa0\x57\xdf\x5f\xb0\x42\xdc\x4f\xc3\x85\xd3\xdf\xf6\x10\xbb\x42\x7b\x87\x09\x99\xaa\xc4\xcd\x99\x69\x87\x6a\xd5\x76\x53\x1e\x9c\x54\xd5\xeb\x86\x3d\x9c\x8a\x9e\xa0\x88\xa8\x6b\xad\x90\x83\xaa\xf5\x0c\x27\x23\x0b\x49\xd5\xb4\x81\x20\x2e\xb9\xbd\x3f\x19\xd0\x82\xf4\x03\x60\x7c\xc5\x42\x30\x2f\x49\x3b\xe4\x98\x99\x49\x9a\x54\x1a\x99\x19\x29\x8a\xa4\xba\x99\x59\x19\x4a\x6a\x02\x90\x10\xc1\xce\x22\xa6\xb1\x8e\x15\x2d\xc0\x69\xd4\xd7\x9c\x9e\x1a\x37\xf5\x99\x23\xc3\x7a\xab\x7f\x78\x22\x28\xf8\x21\xe9\x74\xd5\x68\x62\xb9\x33\xdd\x35\x90\xd7\x9a\x80\x83\xd8\xaa\x0d\xc4\xe1\xb7\xa6\x9d\x21\x61\x96\x9d\xd7\x0e\x5a\x45\x9f\x99\x03\x03\x59\x92\x0e\xb0\x39\x70\x5e\x95\xf3\x71\xb0\xbd\x2e\x26\x1e\x8b\x76\x30\xe5\x16\x6d\x45\x3c\xec\xfd\xb5\xe5\x00\x06\xba\x68\x07\x88\xb3\xa6\xd9\xfb\x13\x4c\x54\x3e\x8d\x52\x17\xf7\x07\x00\x13\xa5\x53\x91\x51\x88\xeb\x75\xa6\x01\xf6\xdb\x76\x9d\x01\xfa\x52\x03\x7a\xbe\x36\x42\xd6\xde\x7e\x9d\x1d\xca\x54\xcf\xd7\x79\x8b\xac\xb3\x45\x8e\x27\x49\x98\x6e\x3e\x1b\x80\x81\x5c\x79\x7f\xc2\x30\x75\x5a\x41\xe4\x23\xbc\xe7\x03\x74\x5c\xb7\xd5\x31\x84\x38\xab\xd7\x19\x31\xe8\xc2\x5b\x3e\x0b\x06\x26\x2b\xad\xe6\x74\x00\x88\xdd\xfc\x05\xb8\x82\xde\x9f\x04\xdb\x90\xf3\x69\xf4\x0f\x21\x2c\x00\x70\x05\x91\xc3\xde\xcb\x20\x98\xc6\xcc\x63\xa1\xd8\x45\x4e\xb4\xbf\x00\xb9\xb7\xf3\x13\x04\x14\xe9\xbc\x2d\x6c\xe0\x83\x21\xf4\x03\x60\x03\x91\xc3\x2e\x76\x73\x7d\xb8\xda\x80\xae\xa5\x39\x17\xee\x06\x30\xd9\xf5\x7d\x02\xfb\xe5\xf4\x03\x66\x9a\x08\xf4\x01\x80\x32\xb4\xa6\xd7\x66\x2e\x6d\x0a\x6c\x8a\xc1\x09\xb1\xf4\x7a\x1f\xe0\x03\xe1\xaf\xde\x52\x18\x10\x2e\xf5\x03\xf0\x44\xcb\x02\xa0\x21\xaf\x5c\x30\xc5\x0a\xac\x65\xa5\x11\x2e\x06\x4a\xd7\x74\xc1\x28\x0c\x88\xda\xbc\xf5\x03\x40\xc6\x5a\xd5\xb1\x0a\x65\xb6\xf7\xeb\x00\xb8\xc6\x9c\x79\x41\xa6\xb5\x7e\x9d\xcf\xaf\x5c\xb8\x7e\x1a\xa5\x19\xde\xf9\x16\x8a\x54\xc5\xdf\x15\xc3\x8d\xd4\xda\x19\x20\xdc\x48\x9b\x4e\xa3\x0d\x54\x98\xac\xd4\x03\x80\x15\xb3\xd3\x06\x15\xaf\xa6\x9e\x8a\x15\x2b\x6a\xa3\x33\x3c\xe9\xe9\x47\x97\xee\x5a\x3f\x81\xf8\xaf\xe6\xaa\x9f\x38\x63\xd8\x5d\xfa\x89\xf3\x40\x3f\x1f\x07\xbe\xaa\xb6\xd3\x0f\x58\x21\x56\xf9\xc3\x6c\x00\x26\x15\x67\x49\x39\xcd\x10\x2e\xfb\xf3\x03\xac\x18\xb2\x97\xd4\x74\xc6\x17\xf1\xb2\x6a\xb3\x17\x00\xdf\xfa\x3e\x41\x76\xf9\xcc\xf3\xa0\x1d\xc9\xf9\x09\xcd\x1a\xc4\xdb\x6c\x00\x57\x21\x2b\x07\x00\xa7\x7f\xf6\x0e\x43\x40\xd5\xf7\x27\x54\x06\xdf\x1a\x3d\x1a\x96\xd7\x33\x58\x1f\x72\x0c\x45\x6d\x7c\x70\x7d\x97\x59\x43\xb1\x2f\x43\xf4\x9f\x8e\x21\x34\x77\x95\xf1\x44\x41\xac\xd5\xbb\x55\xaf\x07\x40\xb8\x80\x62\x07\xc0\x12\x75\x01\x0b\xae\x41\x76\xb6\x0a\xe4\x92\x26\xf3\xa6\x42\xfb\x9e\x26\xe9\x67\x39\xc2\xf5\xf3\x16\xa8\xab\xaa\xec\x4f\x0a\xbd\xcf\x6b\x3f\x9f\xcf\x90\x2f\x39\xe9\x5b\x1e\x18\x0b\xdc\xb7\x1f\x00\xfa\x74\x7d\xad\x5f\xc6\xcf\xaf\x02\x60\x75\x57\x49\x6c\x37\x00\x86\x9a\x37\xd2\xe2\x08\x72\xd2\xaf\xd3\xc6\x4d\x53\x00\x6d\x04\xba\x7a\x97\xae\x51\xa7\xa3\x4b\xbd\xc8\x25\x6c\x00\xac\x07\x4f\xc5\xe2\x89\x71\xed\x29\xcd\x29\x14\xe1\xb7\xb3\xaa\x3d\xc3\xa7\xad\xb9\x5e\x4b\x7b\x38\xdd\x5a\x36\xc0\x31\x55\x1b\xd0\xc4\x9a\x18\xb7\xe2\x4c\x16\x7a\xf6\x9f\x23\x33\x61\x91\xbd\x45\xf1\x4e\xb5\x08\xf9\xe7\xe2\xc8\x5e\x84\xd0\x16\x00\x30\xc8\xd7\x19\x31\x87\x5a\xc4\xcf\x4f\x5c\x4b\x4a\x23\x86\x90\x70\xf5\xbe\xd4\xc6\x84\xec\x5b\x16\x73\xc5\xe1\x96\x69\xed\x8c\x3a\x74\x2d\xf5\x12\x29\xe5\xf5\xc1\xea\x69\x83\x51\xa0\x2e\x11\x7d\x47\x74\xa0\x76\xb5\x76\x00\x38\xfe\x8b\x72\x8e\x8b\x91\x6e\xb4\x3d\x18\xf0\xb3\x5f\x59\x00\x62\xc7\x94\x9b\x67\x6f\x19\x19\x72\xc9\x56\x0f\x40\x0b\x15\xad\xc2\xcd\xa7\x83\xb1\x68\x07\x40\x94\x49\xde\xaf\x36\x10\xd4\xe1\xd2\x4a\x1e\x99\x11\x9e\xb4\x1c\x06\x19\xe0\x9c\x04\x14\x1e\x0b\x77\x3b\x00\x54\xe6\xbc\xb3\x6e\x80\x8c\xa7\x1a\xa5\x3f\x4c\x15\x29\x1d\x48\x48\x5b\xaf\x76\x1a\xc5\x69\xd4\xdf\xb7\xe0\x84\x4f\x5a\x85\x83\x31\x50\xca\x9d\x0f\x80\x60\x4d\xe5\xf4\x83\x52\xb6\xb7\x63\xf3\x0d\xc6\x15\x00\x4f\x34\x99\x46\x6c\x00\x3a\x09\x1d\x4f\xa3\x82\x05\x92\x5e\x63\x03\x30\xaf\xa8\xe7\x27\x0c\xa6\xaa\x7d\x3b\x2a\x4e\xa3\x7e\x1d\x00\x82\x92\xeb\x7d\x02\x7e\x82\x52\xde\x6e\x80\xe3\x71\xde\x82\x51\x97\x9c\x76\x03\x38\x8c\xb3\xbe\x16\xa2\xbb\x26\xdf\xcb\x42\x5d\x7e\xf5\xb3\x3e\x9a\xc4\x53\xf7\x01\x82\x01\x96\x52\xac\x30\xc4\x6a\xad\xe9\xfd\x09\x9d\x17\xde\x27\xa0\x0a\x11\xb5\x1c\x4d\x91\x3e\xde\xd7\x42\xbf\x52\x4f\x1b\xf4\xad\xcb\xea\x3a\x0f\x63\x19\xb6\x6e\xa0\xe3\x52\x51\xfe\xc2\x01\x36\xe0\x0f\xda\x9a\xf6\x1f\x03\xb4\xd6\xcb\x4e\x9f\x06\x09\xf6\xe9\x13\xf8\xc5\xda\xcf\x67\x4c\x1a\xc8\x9d\x36\x74\x9d\x3a\x63\x03\x2e\xbd\x9e\x39\xe2\x75\xaa\x9f\xdd\xc5\xeb\xd4\x39\x15\x07\x12\x2c\xd6\x4b\x34\x6d\x74\x6a\xfe\x7b\x3b\x00\xcd\x8a\xae\x03\x2c\x88\x55\xf2\x01\x30\x7a\x76\x00\xdc\xc0\x5c\x9c\xdc\xe8\x20\x2e\xf5\x6d\x03\xf7\xab\xfb\x2c\x62\xe4\xf3\xab\x39\x9f\x9f\x60\x35\x49\x3b\xb5\x81\xd8\x5d\xe9\xd0\x12\x5e\xeb\x24\xd3\xdf\x00\x1c\x55\xfb\xfb\x13\x98\x68\x9c\xe5\xc5\x04\x75\x5d\x24\x9d\x5e\xfd\x26\xf5\x79\x51\xb0\x54\x3f\xab\x89\x1e\x7c\xe7\x10\x1c\x36\x20\xb8\xcd\x76\x00\xb0\x54\xa2\xcf\xc3\xe8\x17\x77\xbd\x3f\xc1\xde\x39\x3b\xc3\xe8\x98\x99\x4e\x3f\xa0\xd0\x3a\xd4\x77\x18\xad\x21\xaf\xf7\x27\x90\x61\x9f\xc9\x36\x64\xe1\xa8\x87\x40\xf1\x9c\x30\x3b\xfd\xa0\xdb\xe5\x19\x42\xa7\xf1\x71\x4a\x07\x40\x60\xd1\xd3\x06\x62\x3f\xd4\xab\x5d\x07\xc0\x56\xf1\xf7\x27\x30\xb2\x3b\xeb\x94\xa1\x5a\x25\x2f\x2e\x0c\xd6\x5a\xda\x19\x53\xc4\x58\xb5\xfb\x6c\x7b\x1e\x60\xa9\xbe\x00\x48\xc7\xd9\x1e\x08\xb9\x5f\xf3\xdb\x28\xcc\x12\xdb\xd9\x90\x92\xd4\x1d\x3a\x00\x8e\xb2\xe6\x3f\x3c\xe1\x60\xca\x5f\x20\x48\x87\x2e\x6d\x45\x21\x5a\x2f\xf1\xbe\x0c\xc3\x6a\xed\x8c\x18\x02\xb1\x56\x39\xa8\x15\x86\x62\x2d\xf2\x48\x2a\x0c\xc6\x5a\x5f\xca\x09\x73\x93\x7a\x9d\x43\x90\x9c\xa8\xbf\x8d\xd2\xc2\xb4\xbd\x00\x43\x35\x9e\x7e\xe0\x88\x93\x37\xc3\x06\x30\x73\x87\x0c\x42\x4d\x54\xeb\x99\x86\xc1\x0b\xf9\xd9\x51\x03\x66\x89\xe9\x2c\x87\x41\xd3\xaa\xb3\x09\x27\x83\xee\x9d\xc3\x07\xa1\x54\xab\xcc\x6f\x36\x00\xc9\xe5\x59\xda\x13\x73\x5b\xd3\x0b\x80\x29\x68\x07\x60\xe0\x27\xdd\x5a\xc6\xe4\x3a\x3d\x9f\x0f\x5b\x1a\xbf\x0e\xb9\x80\xe9\xab\xb5\xb3\xc6\x1e\xb2\x84\x62\xc5\xe6\x05\x7d\x8d\xb4\x64\x65\x26\x06\x25\xd3\xce\x9e\x49\x22\x55\xf6\x83\x32\x34\x84\xc0\x07\x80\x4b\xca\xe1\xab\x90\xd1\x7e\x93\xe0\x4b\x00\xf8\xbb\xb3\xd6\x29\xaf\xea\xb7\x2e\x15\x13\x9a\xa0\x7e\xdb\x0b\xd0\xd9\x87\x4b\x6a\x32\x06\x72\xd2\xe2\x9f\x0c\x90\xe2\xe2\x01\x90\xdc\x8f\xe1\x40\x09\xc0\x62\x47\x77\x56\x86\xb8\xb0\x73\x11\x66\x34\x08\xc4\xeb\x0e\x00\x32\x8d\x2e\x21\xf4\x06\xc0\x89\x8a\x39\x61\x0e\x99\x2a\xcd\xc7\x06\x40\x1d\x74\x21\x50\xca\x96\xe6\x7f\xc1\x0a\xb1\xcc\xc5\x8c\x0e\x67\xb0\x68\xba\xa6\x93\xa4\x1a\x3c\x8a\x11\xc8\x34\x80\x9b\xb1\x8d\xf8\xc6\x2a\x47\x97\x9b\x9d\xac\x56\x30\x7a\x77\x13\x50\x29\xff\xe2\xd8\x54\x2a\xfb\xfa\x7d\x1a\x85\x18\xb2\x6b\x33\x55\xde\x70\x4d\x8e\x50\xd5\x70\xf8\x74\x3b\x8d\x76\xea\x7c\x52\x3b\x00\xb9\xe3\x4c\x80\x41\xaf\x6f\xd2\xc5\x0d\x40\x0e\x7e\x09\x70\xda\x19\x65\x75\x6c\x50\xd0\x70\xeb\xf3\x99\x17\x30\x5d\xfa\x5a\x38\x97\x75\x99\x7b\x55\xa3\x97\xb6\x02\x3c\x54\xfb\x40\xea\xd8\xfe\x00\xe0\xe0\x20\x09\xab\x0c\xbb\x65\x3a\xd0\xab\x5f\x64\xfd\x79\x3a\x57\x26\x7e\x28\x32\x2c\xaf\x7e\x41\x09\x94\x5d\x6d\xdc\x5c\x1a\x3c\xd1\xaa\xdf\xe0\x34\x2a\x09\x54\x65\xdc\x2c\x53\x08\x88\xea\x89\x92\xf2\xae\x27\x0a\xa3\xe2\x95\xfb\x00\x71\x2a\xca\x14\x60\x03\xb8\x2d\x68\x08\xbd\xd2\x02\xe1\xb4\x41\xa1\x89\xa2\x46\x6c\x20\x8e\x7c\xd9\x7f\x6d\x80\xfd\xc8\x02\x18\x0f\x96\x64\x70\x03\x15\x1f\xf7\x3e\xc1\x8f\x53\x1b\x8d\x1a\x8c\xd3\x0f\x64\x59\x2f\x92\x90\x6d\x00\xba\xda\xae\x36\x28\x84\x2e\x67\x4c\x19\x2e\xbe\xd6\x72\x00\x08\xa1\x4d\x43\xd8\xb9\x60\x78\x5e\x55\x47\xb8\xf6\x2e\x8b\x8c\xea\x46\x4b\xf3\xa2\xb7\xf0\x54\xec\x5d\x8d\x22\x41\x6b\xd5\x21\x58\x1d\x47\x8b\xf9\xf9\x16\x78\x13\xd5\x5b\x8b\x8e\x36\x4e\x55\x36\xcf\x95\xb7\xb8\x52\xcf\xb7\xc0\xd7\xb0\xf5\x33\xfb\x34\xa1\x93\x17\x4f\xf5\x0f\xf5\xe9\x45\x5d\x47\xdc\xe3\xf6\xae\x0f\xda\xe6\xcb\x14\xb8\xd2\xae\xbe\xe6\xa2\x46\x71\xf1\x2b\xb7\x76\xb6\x3f\xbc\xe6\x52\xa6\x58\x07\x03\xb5\xdd\xe5\x05\x20\x17\xd1\x4f\x86\xf4\x9b\xea\xd8\x80\x16\xa4\x66\x3b\x80\x34\x6d\x59\x00\x04\x84\xb7\xb6\xc7\x28\x0c\xc2\x4a\xfd\x77\x1d\x95\x0e\xf7\xed\x00\x0a\x20\xca\x51\x17\x9b\x2d\xb9\x75\x1d\x88\xd0\xd5\xa4\x9c\xab\x0c\x1f\x6f\xee\xea\x29\xe7\xa5\x79\x39\x00\x2e\x18\xe7\x27\x43\x1b\xe8\x05\xa0\xdf\xac\xea\x07\x0e\xc1\x7a\xf6\x0b\x43\x46\x77\xf9\x18\x55\x06\x64\x36\x05\x20\xa8\x83\x6e\x16\x77\x7f\x01\x84\x8d\x3a\x8d\xc2\xff\xaa\xca\x5b\xbc\x32\x20\x6f\xc9\x22\x6c\xe3\xa1\x59\x94\x16\x2e\x02\xeb\xde\xe5\xcc\xcb\xbc\x48\x1d\xc8\x77\xd7\x89\xe0\x3f\x2d\x89\xa0\x30\x96\x2d\xc2\x9f\x02\x60\x1c\x16\xad\xe4\xc9\x98\x21\x59\x2b\x68\x26\x46\x2e\xd3\xbe\x9d\xf0\x57\x2c\x62\x3c\x37\x80\x7e\xe8\xe3\xa8\xa2\x2a\x8a\x59\x50\x67\xe1\x1a\x6b\x07\x80\xcd\xa5\xb4\xca\x75\xf2\x12\x9b\xae\xf4\xe7\x07\x58\x9d\xd0\x63\xbb\x2c\x78\x2b\x75\x4f\x7e\x9f\x4e\xe2\x72\x50\xd3\x25\xc0\xe9\x28\x7e\x3e\x94\xc6\x13\x8d\x97\xf3\x8a\x94\xcb\x77\xbd\x79\x8b\xab\xcc\xba\x5c\x74\x7b\xaa\x4c\xde\x5b\xef\xae\x2f\x07\x17\x56\xc5\x53\x54\x79\x25\xf7\xd3\x31\x7a\x25\x37\xd1\x67\xc6\xae\x6a\x59\x8b\x18\x39\x0d\x37\xd1\xd7\x4f\xb8\xff\xae\x96\x0e\x80\xb8\xef\x9c\xf8\xc6\x98\x4e\x2e\xa5\xc7\x06\xe8\xd7\x92\x09\x20\x67\x50\x93\x0c\xbb\x19\xdd\x36\xe4\xa3\xd3\x2c\x31\xe2\x0a\xe5\xa3\xcd\xe0\x28\xd7\xa5\x02\x6c\x96\xe8\xbc\xc7\x53\xb1\x31\xe5\x59\x04\x5d\x04\x80\x20\x7e\x26\x6e\xb0\x59\xa1\xc7\xda\xa5\xd7\x56\x09\x4d\xfc\x00\x30\x5a\xb8\xd2\x01\x70\xe3\x27\x9b\xda\x28\x8f\xaf\x8a\xc5\xd0\x0c\x77\x67\xeb\x9c\xa8\x0d\xc0\xbb\x2a\xa9\x1f\x8c\x1b\x20\xc6\xbe\x19\xe2\xa4\x36\x69\x40\x1b\x53\x82\x55\x99\xac\x34\x73\x32\x05\xf6\x02\x08\x47\x55\xed\x00\x70\xb8\xa9\xea\x18\xd2\xfa\x96\x74\xab\xeb\xd0\x81\x35\x5d\x85\x9a\x7d\x19\xc1\xaa\x5d\x07\x80\x26\xa5\xea\x2d\x5f\xa7\x4b\x9f\x7a\xba\x70\xad\xcb\x45\xaf\x05\xbb\xdc\xc5\xcf\x34\x0a\x5d\xab\x7c\x96\x9a\x5f\x1a\xf5\x26\x00\x1d\xd3\x71\xdd\x98\xa8\xaa\xca\xc8\xae\x31\x55\x55\x55\x18\x89\xc6\x50\x9c\xa6\x3b\x5a\xf3\x7b\xd0\xfe\x84\x5d\xf7\x44\xd1\x2e\x39\x9e\x46\xa1\xab\xc9\x97\x73\x03\x0e\x83\x83\x7c\x80\x2f\xe8\x91\xfa\x81\x98\xce\x25\x15\xbd\x85\xf6\x81\x12\x1d\x34\xaf\xb0\x53\x34\x57\xa3\xb0\xed\xab\xe9\xce\x07\xf8\x02\xd0\xb7\x30\x46\x63\x2d\x02\x98\x21\x45\xbe\x64\xcd\x19\xce\x2f\x9d\x01\x62\xae\x8b\x76\x7e\x32\xa8\xbc\xd5\xdc\xfa\x60\x94\xff\xd3\x75\xe4\x5e\xee\xef\xc7\x4d\xc6\x40\x3b\xe3\x31\x19\xcd\x9f\x1b\xb9\xd1\xaa\xa3\xa7\x24\xe0\x2b\x91\x3b\x27\xdb\x17\x39\x40\xad\x64\x7a\xdf\x99\x44\xdd\x8d\xf6\xc5\xf5\x7d\x2d\xac\xa0\x5a\x26\x31\x68\xe3\x72\x06\x64\xe0\x10\x0e\xb2\x84\x12\x77\x35\x7a\x79\x99\xbc\x22\xdb\x10\x4b\xa8\x69\x18\x98\xca\x26\x92\xb3\x81\x20\x4a\x92\x69\x34\xa6\x67\x32\xb9\x05\xb6\x41\x3b\x07\x05\x53\x68\x83\x71\xd4\xee\x4b\x6f\x81\x5b\x52\x57\xac\xad\x46\x0b\x64\xc4\xc0\x07\x00\x65\xb6\xe2\x8e\xb4\x51\x19\xbe\x4d\xbb\x72\x34\xa5\xff\xd2\x13\xd4\x81\xe9\xc2\xd5\x06\xe2\xa8\xf5\x5b\xb4\x90\x89\x78\x10\x1f\x3f\x00\x7a\xff\xc8\xdc\x7c\x03\xf0\x25\xd3\xc2\xa5\x3b\x90\x89\x25\x6c\x12\xa5\x24\x32\x6b\x8d\x52\x8f\xaa\x10\x32\x8d\x49\x6a\x8a\x4c\xc5\xdb\x80\x1f\x77\xd1\x85\x7c\x03\xc8\xa6\x66\x7f\xe1\x00\x6b\x83\x97\x83\xf2\xfe\x9c\xfc\xa2\xc8\x8f\xb2\x7b\xb8\x9f\x27\xe8\x66\xd8\xf5\xe5\x5f\x46\xc4\x32\x3f\x00\x65\xe9\xfd\x00\xc8\x82\x21\x8a\xc5\x84\x1b\xed\x2c\xf3\x81\x38\x85\xa6\xeb\x43\x63\xba\x8b\x7a\xbb\xde\x82\xdb\x69\x2d\x67\xf4\x16\x93\xed\x69\x43\x0e\xdc\x4e\x8b\xee\xf3\x1b\xe0\x0c\x1c\x40\x82\x71\x01\x54\xc1\xb7\x33\xe0\x0f\xe4\x81\x0a\x46\xd0\xc8\xb9\x94\x43\x39\x27\xdd\x1d\x65\x1b\xd0\x18\xc3\xc8\x25\x08\xde\x00\x0c\x28\x29\x66\x6a\x13\x36\xad\xad\xbe\x3f\x81\xf1\x84\x78\xbd\x36\x13\xfb\x41\x36\x64\x03\x50\x14\x88\x94\x2a\x1c\x7e\x3b\xfd\x48\xca\x93\xd0\x05\xa0\xeb\xed\xf4\x03\x01\x89\x8a\x78\xf0\x0d\xc0\x6d\x43\x7b\x87\x1c\x54\x95\x8a\x67\x03\xb4\x72\xd1\x4f\x32\x17\xa0\x46\x4c\x91\xda\xbb\xe8\xe2\x2c\x94\xe9\xeb\x74\x9e\x65\xd0\xa0\xf4\xfd\x09\xd4\x88\xe9\x05\xa0\xea\xd5\x56\x99\x74\xfa\xab\x3a\x26\x19\xa1\xa8\x36\x31\x16\x8a\x01\xaf\xb0\x47\x8d\x51\xe0\x9b\xa2\x36\x36\xc6\x63\xaf\xba\xf7\x36\x46\x06\x32\x31\xc3\x8d\xe6\xda\xcd\xce\x13\xf0\x37\x6a\x9e\xfa\x01\x90\x03\x5d\x34\x8d\x06\xdd\x25\xe9\x74\xa6\x41\x77\x2d\x5a\xb8\xb3\x51\xea\xe8\x6f\xa3\x0d\x1d\xb3\x03\x40\xc4\x9c\xdf\x46\x99\x93\x43\x4f\x74\x86\x01\x17\xd5\xa3\x44\xa8\xea\xaa\xdc\x28\x11\xda\x27\x9b\x00\xe8\xaf\xca\xf9\x89\x71\x59\x8a\xb6\x4e\x5c\x1e\x5b\x3a\x43\x68\x90\xc3\xf9\x99\x4a\x9c\x57\x55\x31\x43\x1a\x0d\xcb\x4b\x16\xd5\x9b\x8e\xe5\x90\xcf\x64\x23\xbf\x56\x39\xdc\xca\x84\xac\xb7\xc9\x28\xbc\x4d\x1f\x08\x01\x71\xe6\xc5\x19\x4a\x4a\x3c\x11\x63\x07\x95\x2c\x62\x30\xa9\x87\x97\xc5\x6d\xa3\xc1\x92\xdf\xa7\x63\x30\x47\x32\x3f\xaf\xa5\xa0\xe4\x3a\x6b\x6c\x32\xb1\xae\xf8\xcc\x39\x19\xdd\xfe\x74\x0c\xd6\xc3\xad\x9f\x51\x67\x78\x81\x5b\x7b\x7f\x52\x9d\x99\xc4\xe0\xd0\x61\xaf\xd4\xd3\xd3\xc9\x28\xba\x7f\x78\x6d\x7c\x4b\x39\x4b\xea\x43\xbb\x4d\x9d\xf0\x93\xde\xf3\xef\x1a\xfb\xd2\x2e\xe8\x7c\x1c\xb3\x2b\xdf\x67\x90\xe1\xd2\xd7\xda\x19\x0f\xf0\x66\xe6\x87\x5c\xc0\x02\xb9\x8a\x99\x6f\x8c\x7e\x53\x0b\x99\x82\x6e\x17\x4e\xc5\x4e\x9a\xdc\x69\x8a\x6f\x8a\x0a\xd6\x29\x48\x2b\x9d\xfd\xd8\x00\x3d\xf0\x13\x01\x9c\xce\x25\x73\xe6\xba\x25\x31\xc0\x2f\x40\x35\xe2\x75\x00\x18\xa4\x53\x8b\xda\x19\x29\xb5\xe4\xd3\xb1\x4c\x07\x2a\x53\x1b\x99\xa2\xa5\xec\x07\xa0\x67\xd7\x5f\x38\xc0\xba\x21\xbd\x85\x49\x6a\xd0\x19\x68\xb5\x28\x1e\xd3\x06\x10\x5a\x9b\x94\xb3\x1b\xc8\x4f\xbf\x6b\x3d\x00\x95\x40\x02\x2a\x13\x0b\xdf\xe9\x00\x50\xad\x70\x35\x75\xa3\x9e\x52\xfa\x89\x2e\x89\x61\x6d\x1a\x0a\x5a\xbc\x28\x5a\x62\x57\xc2\x5f\x19\xfc\x74\x1b\x4a\x4f\x73\x1f\x00\xcc\xdf\x99\x01\xae\x7b\x85\x94\xeb\x06\x89\x7d\x93\x30\x79\x03\x10\x45\x74\x01\x93\xcc\x4e\xd3\xd7\x7e\x35\xe0\x6a\x03\x32\xdb\x92\xcf\x2c\x22\xf6\x9f\x4b\xa5\xd1\xfd\xc2\x3d\x2f\x91\xb8\x74\x1a\x96\x9b\xa2\x13\x74\x32\xe5\x55\x04\x7b\x03\xc8\xe2\x5c\xf5\x04\x35\xbb\xe2\x4b\xba\xd3\x37\x46\xa7\x62\x57\x54\x4c\x89\xac\x3b\x43\x93\x17\xb1\x98\xdd\x3b\x9c\x32\x64\xf8\xb0\x01\xe4\x21\xa3\xa4\xbc\xbb\x31\xf4\x33\x0f\xb0\x0d\xd0\xab\xf0\x3c\xc1\x04\x5c\x77\x39\x00\xee\xdf\x1a\x42\x67\x2a\xbf\x56\x5e\x00\x8c\x6c\xb9\x0e\x80\x04\x60\xe7\x6b\xa1\xc0\xe9\x52\x28\x77\x87\xf6\xa1\xe4\xf3\x71\xb8\x92\x75\x91\xc1\x0d\xe0\xcc\x33\xf5\xe3\x2b\x99\xa2\x7e\x82\xac\xfb\x5d\x72\x96\xee\x8b\xf6\x49\x67\x4c\x99\x99\x2b\x69\xe1\x92\x29\x37\x85\x4c\xe9\xe3\xc6\x2d\xff\x2c\xcb\x01\x4f\xef\xe2\x64\x3d\xfa\x80\xb8\xbc\xca\x2e\xaf\x0f\x7a\x68\xb5\xd3\x06\x63\x3a\x89\x4b\xe8\x83\x07\x7a\xee\x7a\x82\xf6\xfd\x22\x94\x7d\xc0\xec\xac\x9c\x85\x3b\x70\xd4\x76\x31\xb2\x7d\x30\x61\x88\xe2\x8f\xf6\xd1\x99\x00\x4b\x8b\x6e\x30\x5e\x9e\xa4\x8e\x9d\x6a\xd5\xa6\x03\xbd\x4b\xf3\x28\xad\x7d\x67\x8a\xc6\x26\x95\xc6\x06\x60\xf9\xab\x41\x3e\xc9\x14\xcf\x6b\x71\xd6\x34\x45\x4b\xec\x4c\x21\x58\xb2\xe6\x76\x0c\xc8\x8c\xe4\x1b\xdf\x99\x74\xaf\xca\x68\xa1\x2b\x75\xde\xfb\x93\x0f\xb7\x69\xd7\x6b\x3f\xce\x64\xa7\x7a\xed\x07\xac\x58\x36\x3b\x00\x1c\xe5\xea\xfb\x04\x76\xa5\xe9\xb5\x30\xe0\xaa\xf7\x0b\x04\x0d\x72\x05\x22\xe9\xcc\x85\xe5\x67\xf1\x0f\xb8\x9d\xd4\xa6\x85\x3b\x79\xdd\x36\x4d\xc3\xbc\x99\x24\x9f\x4c\x41\x9f\x09\x32\x78\xc9\xad\xfb\xcc\x34\x36\xea\xfa\x09\x83\x6f\x9d\xf5\x41\x3f\xff\xa2\x80\xa4\x1b\x40\x94\x34\x11\xfd\x29\xf9\xf9\x69\x03\xae\xdf\xa6\x2b\x43\x9f\x90\x9f\x77\x99\x69\x76\xda\x7d\x17\x05\x53\xe8\xb3\xe1\xca\x2e\x97\xcf\x4e\x8b\xec\x22\xa3\x96\x4e\xae\xa9\xca\xed\xa4\x4f\x64\xfb\xac\x12\xa9\x76\x06\xa1\xaf\xed\x12\x80\x08\x78\xed\x3e\x3d\x7d\x18\x78\x8f\x4b\xca\x0c\x32\x8d\x22\x0f\x91\x0d\xe0\xae\x48\xd9\x9b\xd9\x85\xb3\x57\xc6\x46\x66\x4c\x37\xac\xe0\x1d\x1b\x40\xf2\xb0\xf6\x17\xcc\xe8\x8d\x12\x32\x53\x50\x12\x93\x40\x4c\xb4\xd5\x2c\x91\xfa\x9a\xde\x98\x28\x6d\xe7\x6d\x7d\x03\xb8\x03\x73\x01\x9a\x31\x94\x94\xc4\x19\x1b\xa0\x63\xa6\xde\x92\x79\xf7\x34\x7d\x79\x21\x57\x6a\x6a\x94\x6e\xb9\x8a\x65\x66\x4c\xdc\xdf\xef\xd3\xb1\x2a\xf7\x33\x75\x4c\x69\x8b\x4d\xfd\x68\x34\xf7\x7a\x81\xc9\xd3\x59\x83\x05\x0a\xde\xfd\x56\xc7\x60\xa9\x56\xeb\xe9\x3a\x5d\x72\x64\xa0\x6a\xb4\x14\xed\x12\x32\x1a\x7d\xfe\xbb\xbc\x70\xcd\x06\x52\x42\xa4\xae\x6f\x41\xa8\xde\x2e\xef\x73\xb3\x49\x67\xd7\x4b\x8d\xd2\x74\xad\x9a\xe6\x99\x7b\x58\x86\xb2\x66\x32\x5d\x33\x75\x9d\x5b\x36\x25\x35\xfa\x65\x64\x81\xdc\x0e\x00\x41\xd4\xf9\x16\xa4\x5a\x6c\xa9\xa9\xa7\x4a\x91\x48\xc2\x60\x4a\xe6\x2e\xa6\xdc\x1c\x31\xef\xad\x92\x93\x33\x6a\xda\xba\x6c\x36\x8c\x76\x8a\x55\xc1\xde\xcc\x13\x0d\xa0\xb8\xcc\xcd\x0b\x6d\xe2\x5d\x8d\x16\x4e\x03\x4f\x92\x0d\x60\x77\x15\x01\x75\xf0\x09\x75\xac\x2b\xbe\x85\x1a\x45\x22\xa7\xa6\xab\xb2\xd1\xbb\xaa\xb4\xab\x1f\x00\x1a\xae\xaa\xae\xd3\x42\x45\xd6\x14\xe6\x50\x6c\x17\x59\xab\x9b\x0f\xa6\x63\xf4\xeb\x00\x30\x81\xbf\xd4\x0f\xb0\x40\x2e\x89\xf2\x06\x90\x1c\xff\x74\x0c\xa2\xee\x22\x5b\x58\x63\x54\xb0\x52\x34\xea\x3c\xae\x4d\x91\x0e\xcd\x3f\xa4\x69\xa2\x03\xe3\xa2\x2b\xab\x3a\x36\x90\xe5\xaf\x5f\x5a\x41\x03\x6c\xa5\x5f\xda\x51\xb4\xba\x2b\x72\x63\xb7\x01\xbd\x73\x55\xf0\xeb\x0d\x20\x97\x5c\xd2\x4f\xa8\x48\x52\x9c\x3a\x1b\x95\xd1\x34\x79\x55\xde\x00\x8c\x05\xb4\x5f\x06\xe7\x45\xf6\xb4\xc6\x9c\xe4\x2e\x6f\x33\x1b\xf4\xa9\x91\x8d\xa1\xd1\xda\xad\x8a\xe1\x33\x4a\xb7\x8a\x82\x18\x6c\x60\x40\x2e\x52\x0e\x30\xc1\xc7\x9f\x36\xa0\xa9\xaf\xda\x73\x83\x1e\x33\x12\x77\x99\x72\x76\x4b\x74\x67\x83\xf4\xf9\x1d\x31\x98\x78\x95\xf2\x3e\x01\xd9\xb7\x22\x82\x18\x4d\xbc\xcc\xce\x78\x74\x1a\xc8\x69\x9b\xca\x1a\x4b\x21\xf1\x4c\xf9\xaf\xa5\x66\x36\x9a\x67\x15\xf9\xb5\x6f\x00\x21\x07\x45\x2d\x07\xfc\x6a\x4d\x31\x87\x6c\x18\x6d\x2e\xab\xda\xd0\x3a\x15\xd1\xa7\x59\x54\x93\x1f\xca\x66\xcc\xd3\xaf\x12\x03\x11\x80\x97\xf6\x99\x39\x5e\x95\x25\xc2\x30\x99\x45\x65\x11\xa5\xe1\xd4\x2b\x9e\x99\x73\xfa\xb5\x5f\x6f\x1b\x94\x5b\xbf\x6d\xc0\xc5\xd8\xcb\x01\x10\x76\xa5\xbd\x6d\xc0\xd0\xfe\x6d\x83\xb1\xe1\xeb\x75\x00\x78\x47\x9f\x9e\x0e\x8a\x87\xed\x05\x10\x7c\xab\xb6\xbf\x70\x80\x0d\xaa\x9c\xc5\x3f\xdb\x18\x8a\x1e\x53\x0f\x80\x3d\x7c\xbf\x00\x8c\x86\x44\xf4\x69\x34\x54\xc5\x41\x19\xd3\x31\x17\xc5\x2f\xd8\x00\x4c\x1b\xd3\xfb\x13\x2c\x2f\x7b\x9f\x80\x61\xda\xf9\xd0\x89\x8c\x12\xe5\x7d\xc2\xe9\x0e\x7b\xda\xc0\x15\x44\xd6\x25\x1b\x60\x20\xec\xd3\x0f\xba\x3a\xbf\x6d\x0c\x5a\x01\xfb\x01\x40\xf4\xed\x6d\x14\x99\x83\xce\xe7\x43\x40\x5f\xb3\x48\xd8\xf8\xf0\x8a\xaa\x83\x94\x52\xd8\xd2\xcf\x6a\xfa\x50\x32\x75\xc6\x54\x81\x26\xfa\x0b\x40\x2b\x64\xef\x4f\xe0\xcd\x77\x96\x28\xe3\xff\xca\x34\x62\x03\xd4\xb8\xeb\x5b\xbe\x3c\xf3\x44\x39\x87\xa2\xfb\x9e\x2d\xfb\xc5\x98\x9e\xb3\x86\xb2\xde\x9a\x9b\xbe\x05\x5e\x04\xb5\x9e\xd5\x04\x2f\x82\x9a\x0f\x19\xfc\xd2\x6b\xfd\x8c\x07\x1c\x44\xdb\x61\x3d\xc6\x57\x5d\xd7\x78\xc0\x28\xbc\x5f\x5d\x1f\x47\x85\x85\x38\xdb\x0d\x80\xf9\x3b\x7b\x67\xd1\x46\xa1\xe9\xe3\x16\x93\x94\x1c\xd2\x41\xdb\xa2\x7e\x3e\x8e\xa1\x47\xf3\xa1\x25\x8f\x92\xa4\xf6\x03\x74\x28\x5e\xed\x00\x20\x3f\xf5\x05\x18\x36\x4d\x0b\xe6\x61\xda\x8e\x9a\x0f\x80\x40\x62\x87\x94\x3e\xd4\x91\x26\x3f\x00\xdd\x3f\xdf\x27\x68\x19\x72\xba\xce\xc3\xf8\xd0\x12\x26\xf6\x90\x1a\xc0\x18\xbf\xbf\xc8\xd5\xd9\x26\xa3\xbd\x48\x84\x68\x53\x8c\xac\xce\xab\x09\x05\x4e\x55\xa4\xc3\x0d\xc0\x5a\x96\x8c\xbd\xcd\x8b\x6b\x9d\xd7\x7e\x53\x20\x92\x5c\x5e\x00\x96\xbf\xf5\xbc\x05\x72\x49\x99\x9b\x6c\x00\x76\x30\x22\xe9\xcc\x01\x50\x25\xb6\xb7\xc9\xfc\x3b\xf9\xba\x0e\x80\xc0\x1b\x3a\x16\x66\xa6\xcd\xd7\xe9\x3a\xed\xd9\xb3\xe8\x07\xf5\xf0\x5d\x26\xf0\x36\x95\x5e\x4d\x1b\x48\xb1\xd5\xdb\x19\x0f\x10\xec\x22\xf7\x22\xa3\xdf\x64\x3b\xcc\xc9\x74\x85\x5b\xf0\x03\xe0\xf3\x45\x83\x26\x3c\x22\x9a\x94\xc8\xc6\x70\xe1\x5d\x61\x35\x6c\x82\x5b\xe9\xe7\x74\x66\x24\x8e\xd2\xcf\x13\x13\x5d\x57\xd2\x08\x9b\x93\x56\xaa\x5a\x0e\x74\x0b\x34\x71\xc4\x6e\x37\x97\x36\xaf\xdb\x2e\x49\x9d\x24\xec\x2e\x57\x3a\x5d\xda\xdc\xa0\x47\xab\x99\x27\x89\x53\x52\x57\x64\x16\xe5\x86\xe8\x53\x55\x92\xba\x0d\xc0\x2a\xd3\x05\x50\x5b\xa0\xf0\x5c\xce\xc8\xcd\xb5\x5d\xf7\x01\x18\xef\xef\x7d\x02\x3b\x9b\x73\xbb\x01\xba\x8e\x55\x02\x60\xa3\xba\xec\x4f\xdc\x0a\x25\xb9\xa7\xd1\x42\x37\xe5\x4b\x5f\x8b\xb4\x01\xc5\x4f\x4f\x15\x6a\x8c\x84\x6d\x03\x30\xe4\xbc\xfe\x82\x19\xbd\x5b\xa5\x43\x64\x53\xaf\x1b\x9d\x98\x4c\xc3\xd9\x98\xb8\xf8\xd2\x60\x75\x4a\x86\xb3\xa6\x84\x51\xe8\xa4\xd0\x72\xc7\x66\x2a\x12\xee\x39\x13\x56\x9a\x6e\xfc\xee\x08\x9f\x52\xa4\x06\x70\xc6\x73\x28\xce\xed\xe6\x8e\xab\x61\x55\x74\x6d\xf7\x0c\x83\x41\xd9\x2a\x6d\x00\xb4\x84\x6c\xea\x06\xe0\x3b\xd5\x0e\x00\x5b\x09\x99\x8a\x6c\xe0\xcd\xc9\x1c\x00\x92\xc6\x5a\xd7\x1c\x29\x8f\xa1\x7c\x4a\x37\x00\xdb\x11\xf2\x8b\xee\xc8\x15\x5b\x33\x8d\xec\xdc\xfb\x60\x02\xe9\xf3\x04\xc5\x7f\xbc\x7a\x3b\x23\x0b\x74\xdd\xd6\xdd\x3f\xe0\xa0\xda\xad\xd7\x3e\xcc\x4b\xa9\xd7\x0e\x98\x13\x74\xb9\xb0\x39\xed\xbf\x8a\xae\x42\x3e\x68\x19\xa2\x18\x57\xce\xb8\x99\xa6\x70\x32\x3e\xb2\xa2\x2d\x55\x01\x30\xf9\xce\x7e\x9e\x98\x30\x4b\xac\x7a\x82\xf6\x5f\x0a\xad\xe5\x8c\x84\x59\x74\x27\x71\x39\xdc\x28\x0a\xbc\x0f\x44\x1b\x77\xb9\xb1\x6c\xa0\x83\x07\x78\x9f\x80\x1d\xda\xe9\xa9\xb2\x63\x50\xbe\xe1\xa3\xea\x00\xd3\xe7\x33\x8a\xa5\x92\x37\xf9\x68\x58\x52\x92\x4b\xfa\x60\xb2\x22\xe5\x14\xdb\x00\xc4\x5d\x3c\xc0\x9c\xf6\xfd\xa6\x50\xce\x3e\x9c\xdb\xed\x3c\x41\xfd\xf1\xd9\x5d\x8a\x71\xa5\x40\xab\xce\xd4\xee\xe5\x90\x9f\x79\x33\x17\xa2\x56\xf2\x84\x5e\xa0\x8a\x6d\xf7\x59\x78\x05\x51\xc7\x66\x65\xaa\x68\x4a\x72\x9d\x59\x3a\x9a\xdc\xb6\x9d\xf2\x9e\x2a\x41\xd4\x06\x10\xbd\x95\x34\xde\x27\x7c\x37\xba\x02\xe0\x3a\x1d\xee\x9b\xac\x32\x5d\xee\xf4\x52\x12\x3a\xd2\x0e\xde\xa5\x1d\x00\xf4\xb9\x29\x8e\x82\x4f\x04\x5b\x77\xe5\x79\xf1\x39\x19\x25\xcd\x0f\xc0\xc5\x4f\x21\x87\x4f\x2a\xc4\xdf\x46\x3f\xdc\x2f\x22\x94\xf4\xf4\x2e\xd2\x4d\x3a\xf5\x35\x4d\x96\xd5\x83\x89\x05\x4c\xbe\x64\x83\x79\xeb\x4a\xe2\x59\x33\x4c\x9e\x84\x59\x00\xed\x14\x15\x10\x78\x90\x94\x56\xa5\x40\x18\x46\x07\x35\xe5\x22\x18\xd4\xa4\x14\xd9\xf4\x6c\x00\x4e\x36\xa4\xcf\xc3\x0a\xd7\x69\x57\xc7\x0a\xc3\xec\xf2\xf0\x19\x86\x5b\x6d\xef\xdc\x2f\x1b\xc0\xbd\x26\x0b\xa8\x20\x4a\x22\x28\xc3\x1a\x44\x18\xed\xbc\x05\xc1\xd9\x8a\x1c\x20\x86\xf2\xd6\x49\xed\x3e\x0c\xb9\x52\x6b\x39\x8d\xc2\xde\xc2\xe5\x01\x30\x0c\xee\x40\x45\x6a\xd5\x61\x9d\x5e\xc9\x49\x5f\x0b\x7b\xeb\xa2\x30\x8e\x83\xa1\x8e\x8a\xdc\xa3\x86\xc9\x11\xe3\x74\x6c\x30\x7e\x78\xd1\xe7\x53\xbf\xa2\xa0\xd3\x1b\xa0\x4f\xec\xfb\x44\xc3\x59\x53\x0f\x40\x76\xff\x7d\x82\xb2\x26\xcd\x1c\xbd\x19\x14\x9a\x6f\x1f\xf1\x10\xa9\x9e\xa9\x84\xc1\x84\xb9\xa9\xa7\xcc\x02\xd5\xef\xff\x7c\x03\x2b\xe9\xbf\x9e\x5f\x83\x01\xf2\x8b\xd4\xe9\xc3\x91\x88\xa9\x49\xa3\x38\xe8\xda\x6a\x37\xc9\xe2\xf0\x2e\x2f\x85\x72\x00\xec\x36\xcd\xbb\x1b\xfc\x98\x25\xa9\x1a\x54\xa4\x74\x09\xfd\x07\x33\xba\x36\x39\xad\x0c\x25\x62\x4d\xdc\xa0\xc3\x99\xda\x40\x3c\xd7\x98\x1d\x9a\xa6\x5b\x3d\x9d\xd0\x89\x35\x29\x63\xa6\xc3\xde\xbf\x4b\x0c\x3e\x29\xdc\x6a\xf2\x63\x98\x83\x3e\xef\x89\xbb\x7e\xd2\x69\xa5\x4b\x50\x3e\x67\xa6\x01\x21\x3f\xff\xe3\x9d\x99\x96\x79\xb0\x7e\x8e\x7a\x82\x97\xa7\x2f\xd2\x6b\xde\x4d\xba\x97\x67\xc0\x82\xb5\x5a\x39\x00\x98\x41\x45\xb3\x78\x18\x6d\xbb\x67\xd2\xc9\x47\xd1\xb6\x15\x41\xed\x19\x17\x6d\xa0\x79\xc2\x9d\xac\xb1\x0a\xeb\xf8\x30\x74\xb6\x29\x05\xc0\x33\x98\xf9\x43\x3b\xe5\x19\xc8\x56\xd9\x14\x8f\xfb\x19\x09\x97\x27\x59\x8c\x3d\x23\x33\x16\x27\x39\x8f\x67\x64\x06\xb1\x29\x7a\x4b\x61\x1a\xd9\xf3\x2d\xb0\xe1\x68\xb2\xe6\x7f\x78\xa0\x75\xe5\xa3\x7b\xe8\xba\x58\x34\xfb\x8f\x5c\x17\x53\xd7\xb7\xc0\xd4\xf1\xa8\x6d\x1f\x0a\x84\x6a\x3a\xaf\xed\x52\x0b\xd8\x01\xa0\x2c\x4f\x7a\x82\x31\x41\x5b\xfb\xbf\x6b\x7a\xff\x31\xfe\xf5\x7f\xac\x7f\xfa\x5b\xba\x7e\x7f\xfe\xd6\x37\xf1\xfa\xa7\xbf\x7d\x22\x58\xf1\xfe\x27\xff\xfe\xa4\xcd\x03\x7f\xd6\xde\x3f\x7f\xfb\x84\xe2\x3c\x32\x5a\x7c\x22\x3b\xfa\xfe\xc7\x7f\x7f\xe2\x9c\xfe\x44\x08\xfa\xfd\xcf\xf3\xfb\x13\x89\x43\x3e\x61\xfc\xb3\xff\xd9\xbf\xda\x9f\xfe\x89\x88\xf2\xfb\x9f\xfd\xab\xcd\x97\x7d\x83\x07\xd9\xff\xec\xd9\xcf\xa1\xf0\xfb\x46\x76\x89\xbf\x7d\xe1\x62\x9e\x43\x91\xff\x0d\xf7\xf2\xfd\x4f\xa4\xbd\x0d\x1d\xef\x37\x66\x77\xff\x03\x6c\x13\x88\x95\x2c\x72\xa0\xa3\x00\xef\x4d\xa2\x1f\xa1\x60\x90\x03\xad\x7b\x9d\xa2\xe0\xbf\x3f\xc8\x9d\x9c\xc0\xaf\xa2\xe0\xbf\x3f\x71\xf3\x5e\xc9\x22\x3e\x35\x0a\xfd\xf7\x27\xf2\x4e\xec\xca\xe4\xdb\x70\x21\xca\xc8\x25\x9c\x2c\x04\x5a\x28\x8c\xdf\x9f\x38\x76\x56\xb2\xb8\xe0\xa0\xb0\xdb\xb8\xf1\xec\x47\xcf\x22\x70\x69\x41\xdf\xe2\xe6\x8b\x02\x73\x21\x97\x8d\x23\x4c\x59\x14\x36\xd9\x0b\x95\xe0\x4a\x7e\xf3\x4b\x60\xdf\x19\xbe\xed\xbb\xb2\x09\x15\x0a\xdf\xdf\x9f\x10\xc3\xac\xe4\x21\xd1\x44\x61\xfd\xfe\xc4\x25\x6f\x57\x62\xfe\xa2\x90\x7f\x7f\x22\x7d\xcc\x4a\xf0\xcc\x40\xc1\x7e\x7f\x22\x7f\xd4\x4a\x1e\xf1\x28\x50\xd8\xcf\x62\x84\xe6\x30\x7c\x1d\xed\x4b\x7a\xf8\xe0\x47\xf5\x23\x1c\x69\x5d\x31\x46\x73\x0a\xa7\xf6\x20\xcc\x1c\x76\x95\x23\x4d\xeb\x8f\x1e\xb6\x50\x2b\x21\xaf\x31\x0a\xf9\xf7\x27\xcc\x62\xa3\x62\x42\xe7\xef\x4f\xa4\x8a\x89\xca\x47\xe8\xfa\xfd\x09\x1b\xd2\x5d\xd9\x0d\xa2\x60\xbf\x3f\xc1\x1b\x46\xe5\x21\xba\x07\x31\x68\x43\x54\xb2\xd0\xb6\x51\xbe\x6d\xe8\x6d\xfb\x88\x0d\x99\x5c\x54\xd4\xc2\x5e\x3a\x0d\x33\x88\x6c\x4f\x28\xa4\xdf\x9f\x38\x3e\xa2\xa2\x76\xf7\xfa\x0e\x99\x68\x54\x9a\xd0\xdd\xb3\xca\x3e\x4c\x17\x3a\xf6\xb3\x42\xf5\x6d\x7b\x37\x44\x14\xe5\x95\xe6\xd7\x30\x27\x33\xf2\xa9\x76\xce\x49\xa4\x4e\x45\xe1\xfb\xfb\xd3\xb3\x9e\x65\x7f\xc3\x78\x21\x4c\x54\xa2\x52\x84\xda\xef\x4f\xe7\x98\x7d\xb9\x0e\x91\xd0\x18\x09\xa7\x13\x12\x1a\x47\x61\x5f\x11\x8c\x3d\xfb\x0e\xbd\x6d\x0f\x13\xf2\x7e\xef\x0a\xbf\x22\x72\x61\x44\xe2\xaa\xa8\xa8\xbf\x7b\x91\x46\x3e\xc6\xa8\x54\xa1\x7b\x0d\x5d\x37\x1b\x9e\xea\x44\x50\xc1\xeb\x66\xcb\xf3\x2b\x38\xf2\x3c\x27\x0c\xf1\xe2\x16\x61\x58\xa1\x2b\x55\xc2\x49\x70\xa4\x95\xc6\xa6\x44\x42\xad\x28\x04\xa3\x15\xe6\xa3\x51\xd3\xd3\xb1\x0a\xe3\xd4\x8d\x1a\x3f\x06\x09\x65\x91\x9a\x7f\xd7\xb2\xe0\xa0\x5a\x5c\x5a\x8b\x1b\x9e\x7e\x7b\xc8\x58\xbe\x6b\x53\x30\xc2\x13\xb0\x83\x5a\x46\x21\x5b\x4b\x97\x9e\xd6\xc7\x2f\x24\xa9\x06\xe9\x41\x78\x23\x14\xee\x0d\xd7\x4c\x38\x09\xee\xbf\x3f\xf9\xe2\x34\x3e\xda\x26\x11\x0e\x37\x87\xac\x38\x6a\x5f\xc1\xcf\xef\x4f\x46\x9e\xfa\x34\x23\x42\x37\x0a\x9b\x78\x67\xae\xdd\xc7\xb3\xe0\xb2\xa9\x4c\x2c\xff\x6c\x17\x36\x66\xa6\x76\x37\x72\xbf\xef\x4a\x15\xda\x91\x4e\xbb\x10\x37\xe1\x2e\x72\xb7\x2b\x43\x28\x84\x73\x44\x3f\x42\x61\x1d\x4e\x74\x09\x85\x02\x1a\x28\xfa\x9c\x19\x6f\x69\x73\x94\x51\x29\x42\x63\x62\xf4\xec\x57\x28\x6c\x86\x81\x0e\x7d\x47\x1c\x07\x31\xa0\xd9\xae\xa9\xfe\xee\x79\x08\xeb\x99\x95\xed\xd6\x37\xc3\xd6\x34\x47\xda\xc1\x95\x2d\x19\x7b\x01\x89\x50\x8e\x24\x7f\x51\x9d\xc2\x91\xa8\xfa\x6a\xc4\xbf\xc2\x91\x65\xbc\xb2\x1d\xf5\x05\xb9\x2b\xb2\x71\x44\xb2\xda\xcf\xc1\x28\x67\x6c\x9c\x5d\xfd\x0a\x67\xb6\x72\x0f\xbc\x68\x16\xc2\xc2\x13\x99\xef\xb3\x75\xb5\xd2\xa1\x87\x0b\xd1\x43\x54\x9b\x70\xe4\xf9\xbe\x8d\xb8\x0b\x47\xef\xf9\x55\xdd\xbe\xc2\x99\x6d\x1b\xed\x2c\xcd\x50\x48\x9a\x53\xef\x40\x9d\xb3\x19\x51\xf6\x43\x7b\xbc\xca\x34\x90\x92\x5d\x78\x36\x21\xb0\x40\x1d\xdb\x6f\x17\xf2\xef\xcf\xe6\xfe\xc1\xc2\x80\x61\xf9\x3f\xf1\x30\xab\xc0\x91\x07\x85\xf2\xfb\x83\x34\xb0\xbb\x86\xed\x56\x78\x3d\xc5\x79\xb5\x6b\x5f\xc1\x58\x04\x57\xc0\x13\x63\xb0\x0b\xfd\xf7\x27\x98\xeb\xa8\x0c\xa1\x9b\xf0\xb3\x97\x13\xab\xab\xe0\xa8\xea\x0d\x5f\x34\x07\xbb\x31\x37\x71\xec\x0d\xaf\xfb\x60\x7d\xee\xc2\xfd\xfb\x13\x17\xe0\x55\xe6\x57\x28\xee\x28\xc1\x22\xae\x32\x9f\xc9\x4e\x84\xc1\x34\x84\x36\xab\x6a\x3f\x54\xec\x87\x14\x5a\x92\x55\xed\xc6\x0b\x2b\xbc\x7f\x3a\x76\x5a\xb5\x04\x12\xbb\x0b\xfb\x98\x0e\x1d\xde\xaa\x56\xf0\x81\x95\xb7\xd3\x2b\xac\xaa\xa2\x6a\xc2\x83\xab\x8b\x4c\xf3\xbb\x36\x05\x07\xed\xcd\x3d\x03\xc7\xf0\x55\x5a\x36\xa4\x08\x71\xb1\xab\x60\x3a\x76\x61\xef\xb8\x14\x86\x2c\x51\xed\xc2\xf7\xe1\x10\xba\xbe\x55\xad\xaa\x99\xe0\x46\x42\xd0\xbf\x2a\x2c\x1d\x50\x18\xfb\x8b\x12\xd0\xc1\xa6\xc3\x2a\x38\x45\x7c\xcf\x5d\x9b\xfc\x20\x04\xdb\x08\x67\xf1\x55\xb1\xb6\x51\x88\x13\x31\xa1\x91\x3e\xd9\x74\xa8\x36\x7b\xcc\x6f\x35\xc3\x8e\xd8\x85\x7b\xb3\x11\x46\xb4\x09\xdd\xc7\xb2\xa1\xe1\x08\x3c\x88\x42\xfa\xfd\x89\x18\x86\xbb\x32\xd8\x2e\x42\x3a\x84\xa7\xfc\xae\x69\x12\xe2\xba\xdc\x22\x9f\xed\xaa\x08\xfa\x8b\x42\x1c\xe2\x09\x4d\xbb\x06\x2f\x72\x84\xe6\x90\x6b\x47\x6d\x0a\xfe\xec\x85\x6d\x68\x64\xa8\xd3\xa1\x62\xf4\xd0\x6f\x45\xad\x0b\xc6\x44\x16\xc2\x53\x30\x27\x12\x13\x36\xd4\xf1\xc1\x8e\x0b\xfe\x0a\xde\x13\x13\x37\xc4\x55\x61\xd9\x81\x42\x2c\x2a\x4e\x63\xe4\xec\x42\xe1\xf9\xfd\x01\xeb\x57\x91\x05\x0f\x85\xf6\xfb\x13\x76\x85\x51\x19\x42\xc1\x44\x61\x0a\xbe\x93\x5f\x13\x29\xb2\x9c\xab\xf5\xab\x65\x83\x6c\xd8\x99\x4b\x81\x14\xa6\x82\xc2\xb4\x74\x45\x1b\x88\x4b\x85\xc2\x26\x8f\x11\x7f\x68\x55\xcf\xec\x87\x47\xf0\xf3\x16\x71\xf5\x76\x8d\x6d\x7b\x48\x72\x7a\x78\xf5\xae\xea\x55\x8d\x44\x70\x9c\x1e\xd6\x6d\xab\x7a\x57\x23\x41\x25\x73\xa8\xe6\x77\x8d\x9b\x0f\xf6\x95\xb9\x62\x1b\xb8\x81\x34\xee\xc2\xe6\xb2\x23\x88\xda\xae\xe1\x8c\xaf\xc8\x18\x5e\x32\x56\x89\x93\x47\xde\x85\x7d\xd0\xdd\x95\x3d\x1c\x60\x20\x76\xa1\x63\x33\xa1\xf5\x31\xd9\x3a\xcc\xe9\x72\x84\x31\x5e\xd5\xc9\x23\xef\x42\x8a\x2f\x72\xc2\x59\x70\xd9\x1b\xa7\x11\x06\x91\xad\xb0\xcf\xc8\xe1\xc8\xb1\x6b\x43\xf0\xfe\xb4\x86\x63\xbe\x22\x51\x19\x0a\x65\x4f\x1b\x56\x9b\x2f\xae\x64\x0f\x43\xeb\x16\xc2\xd1\x55\xc7\xc5\xd9\x1c\xd7\x9e\xcd\x4c\x52\x05\xff\x60\x14\xf6\xf5\xa5\x78\x03\xcc\x4d\x09\x71\x71\x8e\xac\x26\xab\x22\x16\x13\x0a\xe3\xf7\xc7\x83\x57\xa8\x43\x94\x64\x04\x25\x89\xe8\xe7\xab\x42\x26\x8c\x02\xa2\x75\xdd\x80\x5d\xf0\xe6\x6a\xd3\x8d\x45\x0f\xef\x21\x14\xd6\x1e\x28\xec\xa8\xf1\xe1\xb8\x32\xd1\x40\xe2\xda\x1c\x5f\xee\x1d\xaa\x70\xf3\xcd\xe7\x49\xbe\x2b\x7c\x72\x42\x9a\x18\x95\x2e\x34\x3a\x28\x74\x08\x9d\x31\xc7\xe8\xe0\x52\xbf\xd7\xee\x77\x58\x5f\xee\x8a\xc6\x89\xe6\xeb\x21\x2e\x5f\x75\x3c\xb8\xde\x56\xa8\x4a\x91\x99\x64\xd7\x46\x25\xbc\x17\x4c\x09\x5d\xe7\xae\xe1\x0a\xb2\x0b\x9b\x33\xbb\x71\xce\xd7\x49\x6e\xab\x22\x0d\x79\x8e\x38\x28\xab\xc2\xf7\x06\x85\x3b\x7a\xd8\x09\x57\xc1\xb0\x1a\x48\x84\x97\x60\xe4\x55\x66\x23\x38\xe5\x77\x61\x9f\x51\xb8\xf7\xd4\x79\x93\x76\xc3\x13\xb9\x14\xcc\xf0\xbc\x49\x7c\xe6\x1d\xc4\x27\x5d\x7a\xe7\x64\x0f\x23\xcb\x58\xe3\x46\x9e\x89\xe3\x4d\xf7\xe5\x1b\xa3\x85\xcc\xdf\x28\x94\x38\x44\xd0\x15\xb2\x33\xbb\x10\xbb\xa7\x0b\xe7\xb0\xcc\x0e\x9a\x0c\xd4\xc0\x39\xef\xc2\x66\x39\x30\xf3\xd3\x06\x9f\x8d\x00\x41\x30\x6e\x58\x75\x3a\xe7\x61\x86\xfd\x87\x1b\xc7\xc4\x71\x03\xaa\x14\x8d\xdf\xa1\x43\x8c\xea\x57\x38\x0e\x4b\x1c\xae\x33\xdc\xd4\x51\x80\xba\x14\xdf\x33\x78\x68\x40\x9d\x09\xd7\xaf\xa8\x75\xc1\x7b\x2d\xb7\x9e\xfe\x9c\x2b\xaa\x73\x92\x26\xcc\xc8\x00\x99\x43\x99\xb5\x6b\x83\xd3\x87\x5c\x05\x09\x9c\x67\x9d\x1f\xe7\x44\x85\xab\x5a\xf8\x1d\xed\x0a\x69\xc2\xfc\xec\x79\x84\xad\x49\xd4\x9a\x60\xc8\xe4\x31\xab\x4b\x0b\x09\x37\xb0\xc8\xe3\x13\xb5\x21\x18\x02\x53\xb4\xbd\xb4\x06\xd6\x88\xcd\x9f\x01\x3f\x6a\x04\x21\x0d\x53\x04\x0c\x5d\xcd\x38\xd9\xbb\xb0\xb9\x9d\x30\xd3\x5c\x7b\x62\x1c\x70\xdd\x6f\xf1\x08\x4e\xb7\x6b\xa0\x71\xbb\x90\xf7\x44\x45\x0f\x9b\xd5\x21\x78\x4f\x6b\x89\xf8\x78\xab\x59\xc7\x3c\xed\x02\xe7\x09\x8f\x9b\xf1\x9d\x48\x4c\x9e\x73\x1c\x7b\xbb\xfa\x11\xfe\xdd\x27\x70\x07\x8a\x9d\xde\xe0\xa4\x90\xc2\x4e\x79\xd7\xb0\x94\x76\x61\x4f\x44\xa8\xe6\x56\x33\x37\x76\x25\xdc\x81\x5a\xa8\x79\x76\x4d\x9f\x19\xb1\x0d\x22\xa4\xd6\x6a\x36\xb0\xe9\x76\x21\xce\xbd\xb8\x96\x36\x9b\x7a\x18\x4e\x36\x61\x9b\x17\xb5\x26\x18\xd1\x53\xf0\xf4\x47\x4f\xc7\x5c\xc3\x91\x70\xd7\x06\xbb\x1d\xc2\x8d\x14\xd6\x0f\xab\xd9\x17\x7c\xd4\x2e\xec\x05\x91\xd9\x93\x47\x43\xf5\x40\x8c\x14\x8c\x54\x43\x6e\x58\x14\x7a\x5c\x97\x0a\x60\x8e\xb7\x87\xd1\x83\xe3\xbc\x6e\x08\x98\x8f\x42\xcc\x4e\xf0\x1e\xcd\x13\xf8\x9d\x86\xf8\x8e\xa5\x3b\x9e\xce\x20\x0a\xbb\x30\x7f\x7f\x2a\x7b\xe2\x15\x8c\xeb\x2e\xec\x7b\x73\xc8\x2c\x77\x4d\xaf\x8c\x29\xce\x21\xc0\xde\x35\x6c\xa2\x86\xa8\x8e\xb0\x5a\x5c\x0d\xa9\x5e\x51\xc8\xfb\x6e\x1b\x5b\xae\x79\xc3\xfd\xac\x41\x8d\x0b\xbf\x8f\x5d\x53\xbf\x91\xb6\xe2\x0a\x5b\x92\xd5\xbc\x73\x9d\x78\x30\x9f\x3d\x42\x3f\x45\x6d\x0a\xde\x57\xf8\x8e\x91\xf5\x08\xa8\x86\xc2\x37\xd6\x66\xa0\x64\xdf\x76\xc1\xf6\x08\x66\x7c\x0e\x6f\x20\xbb\x10\xc7\x07\xce\x48\x7a\x30\xa3\x30\x63\xc9\x1a\xde\xc9\x5b\xc8\x2e\x94\xd8\x3e\x1c\x96\xc9\x79\x63\xfc\xfa\x1c\x36\xa9\xbb\xaa\x4f\x9a\x9c\x0a\xa2\x4b\xe8\xf3\xfb\x93\xc1\x05\x36\x58\x78\x46\x61\x13\xe4\x16\x86\xbf\x51\x4b\x82\x73\x7c\xbe\x11\x2e\x82\x37\xdf\x1e\xea\x9f\x5d\xe3\x7a\xf3\x58\x6f\x20\xa1\xcd\xbf\x5c\xe1\x8e\x1b\x51\xa8\x19\x76\x6d\xf0\x8d\xc8\xa8\x1a\x66\x68\x51\x33\xc1\xbe\xe9\x92\xe3\x8d\x0f\x89\x81\x87\xb8\xa3\x39\x3a\x02\x95\x01\x0a\xd1\x3f\xd0\x88\x71\x73\x48\xe0\x41\xdd\x71\x06\xb7\x91\x39\xf7\x60\x5a\xa0\xe5\x5d\x6d\x68\xb9\x41\xc7\xec\x09\xa4\x03\xaa\x5f\x14\x56\xcc\x4f\x41\x2b\x03\x74\xb6\x21\xbe\x08\x8c\x7b\x76\x0d\x97\x96\x5d\x88\xb3\x29\x94\x97\xab\x8d\xa9\xc7\x45\x96\x3b\xf0\x8f\xde\xfa\x09\xb1\x49\xbe\xf9\xfc\x07\x97\x91\x5d\x48\x41\x99\x30\x8c\xf0\x91\x40\x21\x9e\x87\xf4\xb7\x8d\x0f\x97\x3f\x7c\x26\x3a\x04\xd6\x0d\x46\x63\x28\xc0\xcd\x15\x23\xb3\xf4\x51\xc1\x6f\x5b\x84\xdd\xdd\x35\x67\x27\x43\x0a\xe6\x8e\xf5\x3c\x16\x27\x74\x20\x63\xed\x0d\xe1\x4e\x1b\x0f\x77\xc5\x78\xe2\x5e\x1e\x29\x47\xa2\x56\x05\x6f\xa6\xa5\x60\xf3\xc3\x3c\x0b\x85\xd8\x2c\x8e\xae\x3c\x9a\xbb\x67\xcf\x1d\x0c\xf1\x16\x3d\x8a\x51\xd8\xec\x53\x02\xf5\x1c\xcf\x54\x23\x71\x63\x4a\xd8\xce\xf3\x02\x43\xb9\x0b\x7b\x5d\x40\xf8\xdd\xe6\x05\xf1\x39\xdd\x91\x1b\x74\x09\x0d\x79\xa0\x50\xd8\xe7\x6d\x06\x9d\x9c\x17\xa7\x68\x46\x1c\xa7\x9c\x40\x86\xe6\xcd\x4d\x8e\xe4\x50\x0d\xd2\xaa\x5d\xfb\x0a\xde\xeb\x22\xdc\x49\x76\x0d\x52\xe7\x36\x91\x15\x0c\x0c\x7c\x43\x52\x28\x14\xf6\xb4\x25\x6c\x2c\xb8\x16\xa3\x00\x17\xad\x58\x8a\xb3\x08\x86\x45\x80\x63\x85\xce\xca\xad\x3f\xc3\xde\xb9\x87\xdd\xf1\xa2\x1f\x2c\x0a\xdf\x3d\x99\x29\x06\x76\x1a\xae\x3b\x0d\x26\x5b\xc8\xc7\x1e\xb5\x8f\xe0\xfd\x74\x03\x99\x98\x0e\x9e\x6a\x17\x7a\xc0\x18\xaa\xc1\x23\x65\x86\xef\x96\x67\xd0\x89\x39\x07\x3f\x07\xb1\x74\x2c\xa2\x3a\xae\x36\x3f\x9a\x87\x08\x93\xe2\x11\xe9\x7b\xd1\xcf\x32\x0a\x7b\x50\x90\xd2\x62\x75\x89\x3d\x3a\xc5\x80\x94\x7b\x74\x09\xec\x3a\x7d\x44\x12\x68\x79\xb7\x1b\xeb\xad\x33\x63\x52\xbe\x8e\x9e\xf7\xff\xc1\x28\x75\x23\x9f\xbb\x0b\x21\x5b\xbb\xe2\x0a\xda\xe1\x42\x82\x82\xa3\x39\xbc\xfe\x76\x3d\x1f\xa7\x6b\x0e\x8f\x89\x5d\x05\x3f\xb3\x0b\x23\x64\x8e\x99\xcf\x4f\x7e\x06\xb2\x32\x85\x9f\xd9\xea\x96\x70\xe7\xdf\x85\x7d\xbe\xaa\xf5\xac\xde\x44\x48\x86\xae\x6f\xcb\x7a\x29\xe2\x18\xb7\xf0\xf4\x5c\x74\xd4\x44\x61\xfc\xfe\xa4\x88\x47\xbf\x6b\x2e\x78\x0f\x74\x86\xd0\xad\x4b\x00\xd8\x99\x02\xf2\xbe\xcd\x89\x67\xe1\xe5\xf7\xa7\x18\xbb\xd8\x71\xc6\xec\x42\x6c\x6c\x1c\x03\xdd\x3a\x76\x59\x47\x40\xf2\x9a\x83\x39\xde\xec\x2a\x5b\x31\xc7\xd1\x63\xc2\x97\xf0\x07\x03\xd6\x81\x0f\x0e\x0c\x2c\x4c\x22\x72\xe1\xea\xe6\xfa\xa4\x50\x85\x77\xac\xd7\x2e\x61\x48\x87\x30\xc4\xc2\x86\x61\x75\x1b\x9a\xa5\x90\x7a\x20\xc7\xca\xae\x81\x88\xef\xc2\x42\xd7\x31\x02\x63\x70\x1c\x11\xec\x27\x45\xd2\xb9\x5d\xd5\x6c\x44\xa8\x90\x06\xe9\x72\x47\x2e\x24\x14\x22\x1c\x41\x41\x2b\x5f\x7d\xd1\x17\xbb\xb8\xb1\x75\x92\xd3\x5d\xe8\x78\x6b\x25\x7e\x9e\x7f\xe2\xfe\x62\xe8\xe5\xd2\x88\xad\xe0\xc8\x72\xc5\xca\x7b\x70\x91\xdc\x85\x50\xc9\x04\x1f\xd4\xfd\xe2\x5b\xa1\x03\xbc\x2d\xe2\x2d\xed\x2a\x76\x72\x87\xf4\x23\x83\x16\x76\x04\x81\x41\x61\xee\xbd\x19\xf2\x8c\x5d\x7b\x08\xef\x33\xdc\x21\x0e\xea\x30\x66\x40\xe1\xf3\xfb\x93\x43\x35\xbe\x3a\xa2\xc0\xa0\x10\x52\x22\x68\xcf\xba\x67\xf5\x25\x2e\xf4\x3d\xb2\x71\xec\x1a\x87\xd1\x73\x2c\xea\x8a\x05\xe3\x19\xa7\x5e\x87\xe8\x25\x71\x7d\x79\x01\xf3\xb5\x0b\xc1\x4e\x5d\x59\xf8\x47\xf8\x77\x2f\x47\x7e\x67\xc1\x2d\xb0\x33\xce\xcc\x1d\x2e\x69\xbb\xca\x39\xf5\x70\x41\xce\x09\x64\xc2\x0b\x88\xd0\x2e\xec\x95\xd1\xd0\x95\x32\xd5\x08\xce\x93\x44\xb4\x0b\xdd\x17\xb8\xb0\x69\x58\xdd\x29\x5c\xe8\xe0\x35\x91\xa0\x71\xd7\xf4\xc2\x70\xc9\x4b\xe1\x6a\xb0\xba\x37\xe7\xc7\x47\x62\x26\x78\xed\x46\xcd\x05\xc3\xb4\x23\x03\x1e\xfc\x78\xb8\xf0\x3a\xfb\x47\x61\xe7\x2e\x84\xad\x0e\xf6\x96\x38\xcf\x0e\xce\x33\x81\xc3\xec\xe2\x30\x3b\x38\x4c\x23\x85\xf4\xae\x9e\x84\x45\x65\xd2\x00\xf2\x26\xb2\x0b\xe9\xf7\xa7\x44\x0c\xb4\xd5\xdd\xb9\x85\x1c\x7e\x10\x14\x89\x77\xf7\xc9\xc7\x23\xd8\x00\xf2\xa1\x45\x6d\x0a\xde\x2b\x25\x83\x5a\x3b\xf5\xc0\xdd\x19\x67\x00\x84\xcb\x87\x73\x2e\xb1\x11\xaf\x88\x69\xb0\xba\x4f\x9c\x8f\xbb\xb0\xf6\x07\x71\x75\x4e\xad\xab\x30\xef\xc9\x91\x0f\x7d\x75\x49\xb2\x76\x21\x88\x25\x3f\xe8\x63\x4b\x30\x82\xb8\x5d\x18\xf2\x8f\x86\x3c\xce\x99\x5e\xd9\x73\xaa\x7c\x3b\xcc\x26\x53\xee\x6c\x45\xdf\x19\x1a\x5b\x8b\x48\xec\xab\xfb\x57\x1f\x14\xda\x54\x84\xf8\x8c\xda\x14\xfc\x09\x18\x3d\xfc\xaa\xed\x20\x09\x5e\x38\x2a\x4b\xdf\x13\x02\x9d\x62\x20\xc4\xc8\xd5\x84\x42\x0e\x42\x91\xd1\xf1\xa5\xb1\x5d\xa0\xac\x7c\xfc\xd1\x2e\x44\x56\xcb\x14\xd6\x30\x51\x5d\xc2\xc1\x35\x72\xfe\x29\x2e\xea\x4c\xd5\x9f\x35\x00\xcf\xe0\x7a\x0e\xf3\x79\xe4\xc0\x58\x7d\xe8\xa0\x1d\x38\x68\x23\xed\xc2\xae\x81\xc7\xec\x08\x0d\xdf\x2f\x0c\xd7\xa0\x48\x67\x17\xea\x1e\x00\x4c\x34\x92\xbc\xa3\xd0\xf6\x00\x84\x2c\xaa\x8f\x44\x5a\x36\x22\x5a\x54\x8e\x28\x07\xab\x8f\xcc\x09\x1d\x39\xce\xea\x0b\xd2\x98\x0e\xf9\x60\x14\x82\xb2\xde\x09\xa3\x8e\x78\x82\x28\xc4\xde\x4f\xc1\x63\x76\x44\x8b\x47\xe1\x13\x6b\xf7\xc6\x6b\x0b\x29\xeb\x28\x38\x8b\xc0\x96\x77\x24\x42\x47\x21\x36\xba\x81\x42\x23\x30\x3b\x0a\x48\xdb\x92\x00\xf3\x4c\x87\xd9\xa8\xdd\x58\x8e\x08\x6c\x8e\xc2\x0c\xc2\x15\xdc\x7a\x47\xb0\x72\x14\xf6\x6c\x93\x40\x23\xd6\x37\x0a\x61\x15\x6b\xe8\x63\xd7\xf8\xf6\xa0\x67\x8e\xc3\x78\xf4\xc1\x4f\x8a\x7b\x62\x87\x64\xb9\x23\xc8\x36\x0a\x7b\x39\x42\xa7\xd9\x87\x71\xaa\x87\x85\x44\xaa\xf0\x3b\x79\x2d\xe9\xb8\x96\x94\xb0\xa3\xdb\x35\x0d\x63\x24\x1b\xac\xe1\x8a\x15\xb5\x2e\x38\x46\xa5\x78\xff\x0b\x9c\xd3\x70\x1e\xe0\x23\xe4\x5c\x77\xb2\x9b\x2f\x27\x8d\x65\x24\xe8\x9c\xb0\xa3\x06\x55\x11\x1d\xc1\x9c\x7b\xad\x84\x35\xe7\x63\xcf\x79\xee\x1c\xb5\xa1\x71\x80\xfe\xee\xba\x38\x6c\x53\x53\x85\xa4\x20\x77\xe4\x68\x8a\x6a\x12\x8e\x10\x24\xe0\xbf\xc6\xb4\x22\xbc\xc6\x37\x03\xfe\xa8\x99\x10\x9e\xf7\x70\x74\x5c\x1d\x97\x12\x14\xfa\xa6\x91\xec\xe3\xa3\x4f\x0a\xd9\xea\x7d\x43\x2a\xd5\xe7\x85\x8b\xf2\x2e\xec\x6b\x5e\xc5\x3b\xe7\x8d\xfb\xe9\x2e\x78\x34\x0e\x98\x6a\xe2\x8e\x40\x44\xfd\x06\xdb\x20\x36\xbf\x83\xcd\x2f\x37\x78\xbb\x99\x79\xde\x31\x5c\xd0\x1e\x5f\xe2\x55\xf8\xbe\x40\x19\x8e\xc1\x99\x71\x55\xee\x33\x62\x7f\xd4\x86\x83\x1d\x77\x04\x14\x9e\xbd\x6e\xb0\x8b\xe1\xf8\x8d\x42\xbc\x33\xee\x95\x7d\xea\x40\x99\x50\xf9\x5e\x61\x06\xbc\x3a\xb4\xb4\x51\xe0\xbe\xc4\x64\x4c\xe7\x49\x33\x23\xde\x43\xcd\x60\xf9\xa6\x73\xdf\xcc\x88\xbb\x57\x2b\x76\xeb\xa4\x8c\xa3\xd3\x56\x28\x47\xb6\xc3\xd5\xe7\x47\x7d\x0c\xf9\xbb\x19\x36\xf1\xfc\x6a\xb8\x10\xd5\xa1\x40\x1f\xda\xe7\x97\xe7\xef\x0c\x7e\xcb\x0c\xac\xb3\xec\x50\x3a\xec\x50\xbc\x98\x60\x17\xbc\x79\xe1\xce\x51\xfc\x92\x72\xd0\xb8\xe4\xce\xe0\x1c\x27\xd5\xd5\xbb\xb0\x2f\x40\x37\x1f\x5f\xe4\x04\x11\x47\xc6\x8c\xe3\xf2\x90\x12\xcc\x67\x0f\x9c\x45\x08\x9f\x5d\xd3\xd4\x85\x25\x85\xdd\x1c\xad\x47\xa3\x15\xd6\xdf\x99\x1c\xc2\x7c\xc8\x7b\xcd\x67\xbf\xdb\xc9\xef\xe1\x36\x84\xc2\xfd\xfb\x53\x22\x5c\x71\xd4\x92\xe0\xe0\x9a\xee\xcc\xc7\xa7\x1e\xdf\x4b\x14\xd9\xfe\xa3\xd6\x05\xc7\xde\x86\xc4\x6e\x57\xbf\xc2\x43\xe6\x09\x3d\xb1\xc9\xcc\xc2\x60\x66\xd1\x21\x82\x37\xe4\xa6\x42\x21\xbc\xa6\x70\x45\x35\x23\x3b\xb9\x27\xe1\x8a\x71\x69\x80\x71\xa6\xee\xc2\x26\x34\xb8\x23\x19\x3c\x68\x50\x88\xe5\x15\x87\x84\x19\x4f\x83\x5d\x28\xbf\x3f\x09\xf6\x3f\x86\xf0\x92\x28\x84\x35\x30\x34\x75\x06\x0b\x3d\x14\x62\x46\x83\xf9\x34\x6b\xce\xc6\x43\x7a\x57\xa0\x4c\x33\x23\x99\xdd\x85\x84\x01\xc0\xe3\x1d\xc3\xbb\x0b\x41\xa5\x22\xbf\xf0\xae\x62\xc0\x0c\x2a\x63\x8b\x18\xec\xcb\xa0\xdf\x45\x61\xfe\xfe\xa4\x30\x6d\xdc\x35\xdc\xee\x76\xe1\x1b\x4f\xa3\xeb\x8e\x3d\xba\x0b\x71\x13\xc8\x49\xb8\x09\xf7\x3d\x49\x37\x5a\xf1\x21\x38\x2e\xcc\x29\x52\x4b\x2c\xb3\xa1\x81\x09\xd3\x86\x06\xc9\x95\xd9\x57\x93\x11\x6b\x37\x41\x43\x66\x70\x42\x41\x21\xcc\xa8\x7a\xf0\xd9\xe6\x05\x74\x7a\x17\x62\x60\x82\xd4\x99\x57\xbe\xd4\xe3\x94\x2b\x50\xbd\xee\xda\x43\x18\x16\xf8\x61\xcf\xbb\x0c\x8a\x4e\x14\xc2\x84\x2d\x18\x56\x73\x9b\x84\x11\x46\x39\x47\x70\xc3\xb5\x3f\xb4\x01\x87\xbb\x6d\x8e\xf0\x9d\xbb\x0a\xa9\xdb\x2e\xac\xdf\x1f\xb8\xf6\x2e\xf3\xc1\x4f\x82\xe3\xb9\x81\x03\x37\x69\x3c\x0d\x1a\x4f\x8b\x2c\x93\xcb\xa0\xe7\x44\x21\xff\xfe\xe4\xf0\x96\xdf\xb5\xc1\x77\x42\x2f\x71\x25\x0c\xaf\x7f\x21\x19\xd9\x85\xe0\x36\xc2\x1d\x64\x99\x2f\x6c\xd3\x5d\x08\x0a\x9b\x3b\xfa\x48\x3b\x8c\x5d\xe8\xb8\xb2\xc7\xec\x0d\x1a\x1b\x19\x58\xa3\x3b\x71\xb6\x07\xcd\x8d\x76\x61\x0f\x0d\x2c\xbb\x6c\x50\x20\xb1\x0b\x61\x11\xd2\x0b\xe1\x2a\x18\xb1\xf6\x82\x85\xb4\x71\x4f\xe1\xa1\x80\x06\x01\xb7\x91\xa0\xc8\x31\xe4\xdf\x49\x11\x22\x6f\xd7\x38\xee\x03\x59\x2c\x4b\xc6\x88\x21\x77\x3c\x0a\xe9\xf7\x27\x83\x11\x35\x18\x34\xa3\xb0\x42\x39\x99\x01\x4f\x3d\x1d\xaa\xc2\x2b\x62\xcb\x2c\x1b\x05\x22\x5d\x03\x23\x55\x22\x62\x5e\xd4\xba\x60\x0f\xa3\x81\x0b\x9f\x44\xab\x90\x5d\x88\xeb\x76\xc6\xde\x1b\x55\x03\x86\x38\x72\x29\x61\x8f\x8d\x0a\xc9\xc2\x2e\x84\xf4\xba\xb2\xf3\xda\xd9\x8c\x7d\x93\x23\x3e\xe9\xb2\xd1\xf5\x7c\x48\x22\xcc\xb1\x96\x10\x2e\x12\x85\x60\xa3\x23\x90\xfc\xb2\x41\x9d\xde\x2e\xec\xdb\x12\xcc\x6b\xe8\x3c\x8e\xc2\xe6\x5c\x9d\xb3\xe7\xfa\xa8\xd8\x9c\xf0\x6e\xdc\x35\x35\xee\x61\x47\x63\xd8\x64\x63\x6a\xae\x11\xc7\xec\x32\xac\x77\x04\xb4\x41\x61\xe3\x77\xb9\xfe\x82\xf1\x92\x8d\x8f\xa6\x2b\x96\x74\x81\x5a\x9b\x2e\xc2\x28\x04\x5f\xc1\xb5\x40\x8b\xc8\x5d\x98\x71\x80\x76\x7c\xd9\x52\xa7\x16\xec\xdd\x0a\x16\xf8\x58\x24\x37\x74\xf5\xcd\x35\xf4\xc9\x26\x6d\xad\x41\x5b\x6b\x11\x9b\x6e\xd7\x48\x11\xa0\x9f\xbd\xaf\x84\xde\xcc\xc4\x81\x9b\xc1\xe4\x7b\xcb\x84\x49\x59\x67\xc2\x85\x1c\x12\x47\x9b\xb4\x62\xdb\x85\xbd\x62\x23\xca\xc4\x32\x24\x53\x45\x61\x5f\x05\x22\xff\xdb\xae\xa9\x95\x70\x48\x2d\xd0\xc9\xdb\xcc\x38\xe6\x76\x21\x56\x60\xc8\x55\x77\xed\x23\xf8\x1b\x30\x9e\xa6\x75\x93\x31\x8b\x7d\xaa\xd8\x82\xb3\xb8\xf0\x3d\xc9\x08\xd2\xb8\x6c\x8a\xf4\xcd\x20\x7d\x8e\x4b\xa9\x4d\xf2\xef\x86\xc0\x39\x1e\x3e\x2e\xbb\x86\xcb\xc4\x2e\x94\x0d\xe3\x44\x98\x46\x6a\x33\x91\x00\xe6\x82\x1c\xc0\x24\x42\x35\x88\x50\xef\x3b\x7c\x89\x96\x41\xd9\x8b\x42\x08\x0e\x35\xba\xc3\xf9\xd6\xe0\x7f\xef\x1c\xb1\x2e\x96\x4d\x0a\x9f\x76\x61\x33\x11\x90\x5a\xd3\x93\x15\x85\x58\xae\x20\xcf\xf3\xa3\xd1\xfd\xc0\xa0\xa0\xe1\xa5\xb4\x3f\x33\xd8\x9f\xdd\x17\x29\xe8\xfc\xa8\x33\x61\x1d\x7d\x5f\x06\xe2\x34\xbf\x1a\x48\x44\x4a\x4a\xe1\x5a\x18\xd5\x87\x78\xd8\xcb\xa6\x70\x06\x8c\xaa\x9e\xa7\xc1\x2c\x76\xf2\xfc\x6a\x70\x20\x0a\xeb\x9d\xef\xe5\x0d\xd7\x60\xd6\x7a\xd7\x88\xe5\xb5\xdc\x48\xe5\x76\x21\x85\xf9\xbd\x13\x1e\x82\xe7\xde\x07\xce\xa7\xb1\x65\x77\x21\x4c\xba\x63\x29\xb9\x65\x30\x0c\x8e\x5c\xf5\x1d\x1a\x58\xb7\x8c\x9b\x04\x1d\x67\x2d\xe2\xa2\xec\x1a\x36\xb8\xc3\xc5\xcb\x60\xfc\xee\x30\x99\x44\x01\x86\x51\x86\xc7\x0b\xc8\xf3\x2e\x84\x91\x51\x64\xd5\x8e\xea\x10\x1e\xb4\x2c\xc2\x5a\x2e\x47\xb2\x4a\x14\x62\x4f\xe2\xfe\xe2\xc8\x59\x89\xc2\x13\x46\x6e\x09\xf0\x10\x3c\x62\xed\x75\x0c\x40\xd3\xb8\x20\xff\xd6\x65\x7e\x13\xaf\xc2\x1b\x7a\x69\xc0\x31\xdf\xbb\x70\xa3\x97\xe8\x4d\xd3\x18\x44\x54\xfd\x1a\xd1\x74\x76\x4d\x63\x00\x8d\x66\x8a\x68\xe8\xcb\x91\x47\x1f\x85\x19\x6a\x68\xb4\x6e\xce\x6f\x8a\x54\x4b\xb9\x70\xdc\x27\x0e\xba\x5d\x28\xe8\x24\x5a\x99\x53\x38\xe2\x22\x69\xe4\xbf\xea\x24\x94\x7d\xb7\x73\x11\x3c\x20\x4b\xbb\xf0\xdd\xe7\x68\xdc\x8f\xe8\xb1\x8b\x82\xc3\x92\x53\xf8\x10\x3e\xb1\xa1\x3a\x70\x50\x94\x5d\xd8\x6b\xc9\x82\xfc\xbb\x93\xba\x39\xa3\x61\xe7\x48\x04\xbd\xab\xe0\x31\x76\x61\xfd\xfe\x54\x88\x3f\xdc\x79\x59\xdb\x85\xe0\x0f\xc3\xaf\x6e\xb9\x37\x35\xd3\xe0\x06\x13\xa6\x7d\xee\xbc\xe4\xef\xc2\x08\x2b\x9a\x0b\x78\x57\x27\xe3\x46\x55\xe1\x4c\xe1\xde\x71\xc0\xee\x42\x86\xc6\xa7\x13\xd7\xe3\x38\x19\x23\x5e\xe5\x72\x77\x70\xce\xbb\x10\x36\xa0\x46\x78\xb0\x19\x0f\xbf\x1d\xdc\x3f\xdd\x1d\x0c\x8c\x23\x49\x7a\x8e\x68\x31\xcb\x7d\x70\xd1\x40\x58\x97\x8b\x0b\x36\xc1\x9b\x1a\x5e\x05\x5d\x1c\xea\x62\x68\x79\x3c\xd2\xda\x45\xad\x08\xde\x6b\x20\xd2\xbb\xec\x1a\xc8\xd2\x2e\xd8\x3e\xc8\x1c\x83\x4b\xbb\xda\x5d\xe8\xf1\x4a\x27\xec\x82\x47\x34\x82\xa7\x3f\x7a\x3a\xa8\x59\xe9\x17\x06\xe5\xc3\xc5\xeb\x08\xc7\x91\x22\x5f\x7b\x54\x97\xf0\x90\x7f\x39\x36\xbc\x7f\x26\x3f\x28\x5c\x29\x2a\x74\x89\xee\x1f\x4d\x74\xdc\x37\x2b\x8c\x7a\xdc\xbf\xce\xd6\x23\x77\x4f\x85\xaa\xce\x9d\x26\x88\x0e\x65\xb3\x83\x51\x75\x7f\xb8\xad\x1d\x01\x04\x32\xae\xbc\xee\x8f\xb3\x71\x44\x0d\x4d\xf0\xe6\x70\x7f\xf4\x52\xde\xb3\xa0\xad\xf3\x71\x81\x47\xd9\x85\x1c\x53\xe4\x84\xab\xe0\x30\x37\x0c\x06\xcb\x21\x99\x43\x61\xb3\x6f\x70\xe9\x70\x31\xa4\x0e\x86\x34\x3b\xc6\x65\x5c\x24\x8f\x23\xdc\xa2\x0a\x2c\x26\x7c\xdc\x7a\x1a\x51\x4a\x13\x5c\x9f\x7c\xdc\x5c\x44\x03\x49\xd5\x53\x84\x0d\xdb\x55\x6e\xdf\x11\x1e\x45\x77\x6e\x98\x8e\x91\x06\x3b\x83\x48\xa5\x57\x66\xdf\xc9\x7a\x3a\x58\xcf\x3b\xe1\x46\xe1\x83\x56\xea\xbb\x10\x46\x91\x15\x23\xc0\xb3\xd9\x99\x8c\xf1\x82\xc5\x9c\x8f\xc2\xd9\x1e\x71\x6f\xb9\x6f\xef\xf9\xcf\x39\x29\x1f\x14\x74\x38\xb2\x2e\x56\x9c\xa2\x3e\xda\xe0\x5b\x10\x31\x38\x45\xf4\x86\xe5\xa3\x3b\x3f\x0e\x1e\x75\x97\x37\xf4\xaa\xab\xb3\x08\x8b\x79\x3b\x16\xcf\x70\x3d\x8f\xa4\x23\x39\x75\xe1\x43\xf8\x3e\xa1\x9c\x63\xe4\x7a\x2d\x9c\x31\x73\x38\x9c\x2f\x87\x39\x40\x14\x60\x09\xca\x29\x98\x6a\x3d\xd8\xcb\xea\x37\x3a\x4f\xb3\x00\x87\x59\x40\xe9\xd8\xc7\xe3\xc3\x35\x48\x3f\xf3\x14\x81\x09\x76\x55\xf3\x8e\x30\x6b\xf9\x06\xc9\x1a\x1f\x67\x33\x88\x17\x90\x33\xbf\xe9\xa3\x21\x83\xdd\xe3\x05\x81\x84\x8f\xaf\x26\x32\xdc\x8b\x0a\x8c\x17\x7c\x7c\x07\xd7\x0f\x72\x7d\x5f\xb8\xb8\x38\x42\xad\xa0\x00\x9a\x15\x92\x17\x87\xfe\x1c\x05\x18\x2f\x04\xdb\xee\xf3\xe6\xce\x82\x98\xac\x3a\x0e\xcc\xc9\xbb\xc8\x2e\x24\x58\xa8\xc7\xd7\xce\xc2\x41\x60\xd0\xc4\x04\x55\xa9\xcf\xca\x1d\xc4\xec\x22\x09\x1e\x3f\x8e\x10\xd5\x28\xc4\xe8\x74\x3e\xdf\x48\x42\x27\xb2\x4e\x26\xe8\xb8\x7c\x6a\x85\x30\xa6\x74\x82\x1d\x80\x4f\x51\x74\x66\xba\xcf\x50\xed\xfb\xec\xc2\xc3\x94\xbc\x72\xd3\x4d\xda\x92\xef\x02\xe4\x09\x17\xba\xef\x60\x07\x77\xe1\x1b\x8f\xa3\x37\xd4\x97\x38\x84\x62\xf7\x5d\xc1\xf1\x20\x3c\x32\x0a\x0d\xd6\x98\x99\xf8\x47\xf8\x6e\x26\x83\x1a\x4f\xda\xef\xec\x42\x78\x9e\x40\xee\xee\x93\xa6\x3a\x0e\x06\xf0\xbe\xaf\x0b\xcf\x7f\xd5\xcb\x2f\xcd\xeb\x32\x9e\x27\x1f\xe7\x70\x03\xbb\x53\xc7\x21\x20\x3e\xce\xc1\xc7\x55\x88\xe6\x76\x6d\x09\x0e\x9d\x6e\x01\x01\x87\x5b\x17\x0a\x0d\xf6\x27\x68\x66\x91\x64\xcc\x85\x80\x88\x50\x77\x2d\xa3\x5f\xe3\xa2\x4b\x4e\xcb\xc1\xb7\x2f\xa3\x69\xc6\x2e\x54\x84\x16\xed\xc4\x3b\x71\xe4\x27\x0d\x2f\xd4\xb5\xec\x56\x3b\xb8\x53\xb7\x88\x8e\x17\xd5\x2e\x3c\x02\x0e\x40\x5d\xb3\xa0\xd3\x8f\x02\x94\x72\xb8\x30\xed\xea\x87\x38\xbc\x79\x61\x9d\xb2\x8c\x4a\x8f\x05\x79\xd6\xdd\x0a\xfb\x49\x5f\xcb\x45\x87\xa0\x16\x69\x6b\xd7\x92\x43\xd0\x62\x9a\x95\x06\x0d\xcc\xae\x36\xe1\x78\xbe\xf1\x79\xac\xfd\x45\xc7\x9f\x16\x11\x5c\xd7\x92\xe3\xcf\x2e\x20\x59\x3c\xfb\x93\x8d\xfd\xcc\xf0\x6c\x8d\x38\x12\x51\x7d\x88\xa3\x9f\x70\xe5\x59\x96\xd5\xcf\x3c\x99\xdd\x94\xcf\x83\x1d\xdf\x85\x07\xe1\xb1\xf1\x5d\x45\xef\xc5\x7d\xaa\xe1\x9e\xb5\x64\x6f\xb0\xe0\x07\xb2\x71\xb4\x5f\x06\xdf\xcb\x2c\xb9\x91\xab\x39\xaa\x55\x38\x12\x8f\x5e\xf8\xae\xaa\xf6\xb1\x77\x1b\xbc\x3d\x17\x78\x65\x14\x98\xc4\xa2\x13\x1f\xc2\x27\x22\xc2\xdd\xc4\xbf\xc4\x11\x5d\xa6\x73\x9c\x2b\x28\xde\x62\x8c\xe9\xd6\xf9\xbd\xbc\xf8\x2d\xb0\xdb\x4c\x67\xbb\xab\x53\xfd\x61\x3f\x2b\xfa\xdf\xd4\xcf\xc6\xac\x72\x9c\x97\x06\xde\x68\x31\x0a\x43\x8b\x90\xe0\x51\x2d\xc2\x23\xbc\x10\xec\xb8\x96\xfc\x88\x17\x53\xc7\x23\xeb\x57\x54\xf9\xbd\xf0\x24\x6e\x76\xe1\x7b\xdb\xfc\x08\x47\x74\xb5\x84\xf6\xbb\xfa\x83\x64\xb0\xcd\x72\x26\xde\x85\x23\xf7\x68\xd6\xf3\x1c\x37\x26\x7e\x85\xb9\xdd\x82\xcc\x33\x0a\x6c\xbf\x61\x1f\x51\x72\xb2\x20\xe5\xbc\x9b\x39\xfa\x63\x63\x09\x47\x5e\xe0\x82\xf1\x37\xad\x5b\x63\xbe\xe0\x82\x76\x5c\xfd\x84\xfc\xb3\x39\xf7\xa3\x3b\xd7\x8f\x33\x7d\x81\xf1\x79\xcd\x8b\xb3\x1d\xc7\xba\x1a\x6a\x67\x30\x6b\x5b\x4a\xc4\xf9\xbd\xb8\x33\xf7\x8b\xe3\x33\xb4\x4f\x07\x23\x4b\xd6\x4e\x9c\xeb\x64\x30\xcf\x6c\xc3\x3a\xa7\x7c\x71\x31\xe5\x7c\x87\x8f\xcd\xbe\xbb\xf3\xbd\x93\x5e\x62\x86\x71\x9e\x5a\x27\x93\x69\xf6\xec\x26\x9e\x84\x23\x68\x6c\x06\x4e\xf1\xce\x32\x90\xe1\x7e\x73\x7c\x68\xbf\xb7\x0b\x15\x71\xcb\x32\x71\x7e\x17\x42\x19\x17\x68\x1c\x77\xf5\x23\x3c\xe2\xcf\x45\x10\xb7\xa8\x2e\xe1\x48\x7e\xd1\xb0\x6e\xbf\x7a\x2f\xa2\xd1\x15\xf8\x7e\x2c\x24\xb0\x47\x21\x1c\x2e\xa1\x0d\xd8\xd5\xaf\x70\x24\xf7\xfa\x2b\xae\x77\x4b\x17\xb9\x5d\x60\x0a\x83\x44\xbc\x09\xc7\x67\x90\x6c\x91\xd5\x5e\xcc\x9b\x5f\x6e\x6e\x83\xaf\xa6\xed\xcb\xe4\x3e\xd7\x4d\x5c\xdd\x45\xf0\x17\x18\xd4\x2c\x78\x05\xa1\x30\x4f\xb4\xd8\xa8\xea\x33\x10\x2b\x07\xe2\xcc\x65\x4b\xd3\xb9\x10\x34\x25\x71\x58\x97\x57\xe1\x5f\xc4\x84\x14\x4e\x72\xb6\x10\xa5\x3b\x71\x19\x2d\x91\xef\x35\x19\xca\x01\xd3\xf9\xa8\xfd\xc7\x98\xed\xe0\x22\x6e\xc2\xa1\x35\xe1\x76\xa2\xe2\x7e\x19\xc2\x33\x95\x4c\xb2\x48\xc5\xfd\xa2\xfb\x3f\xd2\xb0\x44\x95\xdf\xf5\x0c\xa6\x67\xc1\x34\x3f\x1a\x9f\x87\x21\x5f\x79\x4c\x3e\x1a\x07\x46\xb0\xc3\xfd\x7d\x29\x8c\xc0\x52\x52\x29\x58\x1c\xed\x6a\x11\x4e\x61\xb2\x13\x77\xe2\x8a\xdd\x59\x80\xf3\x18\xf6\x30\x8a\xbc\x4b\xc6\xfc\x3a\xdd\x7f\x96\xa2\x6e\x65\x1c\x03\xae\xe3\xd9\x6f\x44\xe4\x89\x00\xd4\x51\x9d\xc4\x19\x33\x26\x11\x27\x79\xf2\x9b\x41\x66\xb1\x6d\xfc\xd6\x7b\x6f\x1a\x16\xe2\x18\xf6\x1b\x1c\xe8\xf2\x7b\x32\x75\x04\xbe\xeb\x9e\x6a\x9f\x91\xfc\x1a\xfa\xa9\xe3\x99\x21\xf7\x4b\x01\x59\x47\xc0\x7d\x14\xd6\x89\x94\xb9\xab\xae\xe7\x11\x0e\x07\x06\x18\xbb\x9a\x88\xa3\x7d\x58\xe0\x2f\xd7\xb1\xed\x30\x6f\x28\xd0\x2d\x2d\x38\xa2\x45\xc1\xfd\x84\x3a\x8b\x2a\xfb\x99\xd9\x0e\xd8\x23\xd7\x31\xec\xcc\xbf\x50\xb1\x7e\xbc\x70\xfd\x78\xc1\x7c\xc1\xa9\x60\x57\x39\x3e\xc8\x0e\x53\x78\xfc\x3b\x65\x5a\x8b\xb9\x3f\x11\x34\x68\x2d\xd7\x31\xec\x95\x71\x55\xb1\xce\xbd\xaa\x9f\x8c\x0a\x17\xd9\xb7\xa2\xfa\x10\x67\x3b\x1c\x37\x1d\x93\x08\x18\x71\x17\x1e\xcf\x4e\x43\x89\xe5\x0c\x8e\x8b\x0b\xcc\xae\x0a\x67\xaa\x2e\xb6\xdf\x70\xe3\x5c\x4c\x03\x56\x78\xdc\xba\x8e\x3d\xef\x4c\xcd\x69\x98\x77\x4a\x51\x16\xa4\x28\x50\x90\xef\x0a\x7b\xdf\x19\x5a\x83\xb3\x42\xc3\xfb\xe5\x50\x17\x14\x38\xfb\xec\x6a\x15\x1e\x6f\x35\x8e\x8e\xe9\xad\x4c\x88\x60\x60\x8e\xdc\xc8\x04\x39\x0c\x1d\x4b\xe4\xbe\x89\x2a\xdf\x6b\x6c\x07\x87\x8c\xeb\x30\xa4\x81\x15\x55\xb3\x4b\x32\x9d\x10\xa5\xfc\x2a\x25\x43\x54\x85\x33\x76\x1d\x77\xaf\x0e\x43\x47\x6c\xd9\xe2\xdc\xa5\xd4\x12\xee\x4b\xe5\x9b\x40\x35\xaa\x4d\x78\x58\x77\x5f\xa0\x9e\x3e\xb4\x1a\x06\x63\x64\x5e\x6c\x5f\xe3\x83\xc3\xb0\x5e\x5c\x55\x3a\x0c\x1d\xe2\x3d\x44\x69\x8f\x2a\x57\xdb\x44\x92\xa4\x2b\x63\x57\x4c\x52\x67\x78\x0f\xdc\xf5\xe2\x6e\xf9\xa8\x1d\xe4\x73\xa9\x91\x2e\x34\xaa\x7c\x1e\x87\x58\xbd\x39\xfe\x5f\x3d\xff\x45\xa4\xc0\x9b\xab\xf3\xab\xd5\x73\xd2\x59\xa1\xff\x94\xd8\xec\xc2\xf8\x55\xfe\xf9\xa8\x7e\x84\x3f\x27\x25\xc9\x5a\xae\x53\xc1\x97\x70\x8c\xe7\xc3\xc3\xd3\x1f\x44\xfa\x87\x06\x74\xf9\x23\x2a\xf9\x28\xf6\x2c\x56\xe7\xc3\x43\xd8\x41\x6d\x6b\x06\xb5\x1a\xa2\xb6\xe3\x52\xac\xe8\x46\x7c\x12\x47\x4a\x90\x8c\xef\x1a\x17\x4f\xc1\x71\xb1\x1d\x9c\xa6\x43\xd4\x73\xc0\xb2\xb8\x42\xa7\xb7\xab\x1f\xe2\x78\xbe\x60\x1d\x0e\x51\xb7\x81\xa0\xf7\xb5\x74\xe1\x95\x38\x73\x14\x85\x00\x74\x21\x1c\x52\x14\xd8\x0e\xe6\x65\x88\x8a\x0d\x50\x25\xe4\x7c\x5f\x6b\x88\x2a\x8d\xc2\xf4\x1b\x38\xad\xe5\xa1\xb9\xe0\xa1\x79\x5b\x04\xdc\x8e\xaa\x0b\x47\xe4\x06\x5c\x1a\x64\x74\xb5\x46\x65\xc8\x6a\xec\x97\x41\x43\xf6\xc5\x94\x18\x15\x06\x89\x6b\x88\x79\x87\x59\x16\x13\xdb\x47\x75\x0a\x8f\xa0\x96\x64\xbe\x06\x45\xea\x6b\x30\x53\x02\x7c\xe0\x76\xb5\x0a\x87\x21\x2d\xa8\xf0\xa0\xac\x7d\x17\xca\x89\xee\x1c\xd5\x25\xfc\x39\x19\x28\x76\x95\xa7\xc2\x40\x6c\x36\xbb\xf9\x5d\x8d\x54\x78\x34\x65\xac\xa8\xc4\x39\x0e\xc8\x88\x65\x37\xa8\xde\x68\x9a\x77\x25\xc8\xfb\x2b\x02\xaf\xfd\xf4\x69\x0e\xb1\x5e\xf5\x7a\xf2\xba\x83\x79\x02\x22\xb5\xc0\xae\x4e\x7d\x1e\x87\x83\xcb\xab\x69\x38\xe0\x48\x6f\xb0\x3f\x5a\x32\x5b\xdb\x85\x2f\x70\xb4\xdf\xb5\x8c\x10\xef\xac\x67\x4e\x9b\xee\x20\xcc\xd3\x6b\xb0\xf3\x5e\xa3\x6b\x98\x40\xbc\x2d\xc2\x57\x46\xd5\x84\x2f\xe0\x6c\x7f\xe8\x79\xc4\x04\xe4\x76\x1d\x7d\xe8\xbd\x88\xd2\xcc\xed\x3a\xba\xbe\x17\x64\xdd\x12\x97\x9d\xc8\x3a\xc3\x9b\x5b\xe2\xf4\xd3\x7c\x7d\x29\x5b\x4a\x24\x7d\x5c\x6b\x88\xdc\x0f\x78\xfb\x59\xc2\x5d\x69\x30\x1c\xc0\x2e\x20\x43\x4b\xe9\xc4\x5d\xf8\x03\x1c\xfd\x31\x32\x95\x8c\xc4\x65\x89\xf3\x62\x64\xe2\x06\xec\xe0\x2d\x71\xdc\x68\x96\xbb\x0b\xe8\x7f\xe3\xf3\xfa\x5e\x63\x66\x18\x90\xf5\x61\x9a\x77\x9b\xc4\x31\x9e\x36\x0f\x0e\x73\x19\x63\x7f\x48\xfe\x06\x8e\x25\x8b\xe4\x65\x6b\x0d\x7a\x20\xee\x02\xde\x0b\x66\x0d\xda\x71\x14\x3e\xc0\x8d\xf8\x12\x1e\xed\x44\x34\xf4\x5d\xd5\x72\x77\x64\x5c\x23\xd3\x3a\x18\xec\x60\xc1\xea\x70\xe3\x18\x37\xd7\xf6\x76\x44\xfd\xcb\x89\xcf\x43\x91\xb6\x0b\x68\x9f\xe3\xaf\x63\x6f\x30\x93\x13\x99\xd9\xa1\x3b\xe0\x60\x42\xa7\x5c\x0b\xf1\x87\x38\xb6\x25\x42\x5a\xec\xaa\x0b\x47\xfb\xb8\x2b\x8d\xa1\xfe\x30\x4d\x02\x99\xdc\xa1\xe3\x70\x0c\xc4\xfc\x16\x39\x1e\xda\x47\x88\x91\x67\x99\xfb\x85\xbe\x5d\xbb\x80\x71\xe0\x7e\x19\x3c\x1e\xc6\xe0\x77\x81\x69\x95\x21\xe3\xa2\x21\xa3\x65\xee\x97\xa9\x75\xc5\x6c\x6b\x05\xc7\x8c\x64\xc4\xbb\x30\x4e\xc4\xbb\xa8\xb2\x7d\x44\x51\x37\x04\x9b\xd8\xd5\x22\x1c\xb9\xc8\xab\xf0\x2e\xfc\x83\xe7\x31\x0e\xba\xdb\x8e\x89\x20\xb2\x85\xfb\x65\x6a\x1f\x31\x68\x27\x74\x87\xbb\x3a\x84\xa3\x9d\xc2\xf6\xf5\xbd\x8c\xc8\x18\x29\xe8\xd6\x1a\x1f\xad\x37\x48\xad\xad\xf0\x38\xfc\x68\x1e\x99\x40\xa2\xb0\x9f\xba\x23\x33\x90\xbb\x51\xa6\x87\x64\x9a\x28\xc4\xbc\x94\x96\x88\x73\xde\x11\xe7\xdd\x0a\xf7\xcb\x47\xc7\xc6\x07\xf1\x74\x3b\xe7\xfd\xa3\xf9\xc5\x5d\xdb\x74\x1c\x7e\xf4\x5d\xb8\x6b\xd7\xde\x84\x2f\xe1\xe8\x27\x2e\xaf\xe3\x4b\xf6\x6b\x7c\x41\x37\x22\x8f\x40\x54\x4d\x38\xf3\x25\x75\xe2\x53\x38\x54\xe0\xa4\xcf\xba\x83\x33\x3e\xbc\x15\xee\xbb\xaf\xd6\x33\x13\x7e\x52\xe6\x30\xbe\x1a\x87\x2f\x13\x5e\x5c\xc2\xf5\x5e\x26\xa4\x05\xfb\xab\x48\x04\x8b\xe2\xfb\xda\x8d\xfd\xe1\x25\x86\x31\xe5\xad\x82\x4d\x1c\xba\x7c\x0f\x24\x5c\x41\x92\x92\xa8\xaa\x3f\x90\x81\x54\xb2\x23\x74\xca\xdc\x05\x64\x1b\x56\x3b\x1a\xb7\x2f\x73\xfb\xe2\x52\x32\xc4\x7e\x29\x09\xa9\x5d\x4e\x3c\x0b\x47\xe4\x78\xae\xe7\x45\x99\x27\xbc\x12\x37\x8e\x71\x5e\x5a\x27\xb8\xdc\x53\x46\xbd\x90\xca\x14\x05\xa4\x1f\x25\x9d\x59\x1a\x9f\xc5\x1c\x38\x64\x23\x68\xf9\xb9\x4e\x86\xd3\x8c\xf9\x5d\x3a\x8f\x16\x53\xe7\xe3\xda\x30\x96\xe8\xc6\x62\xc0\xe4\xc4\xf7\x8a\x6e\x2f\x66\x6c\xe2\x7e\x59\xda\x77\x8b\x79\x84\xf4\x5e\xb1\x2f\x8b\x11\x7f\xf5\x5e\xca\x94\x98\x60\x15\x39\x91\xa3\x5a\x84\x63\x9c\xc9\x96\x2d\x8d\x33\xd9\x59\x5e\x57\x86\x84\x13\x8c\xd5\x5f\x8d\xe7\xd7\x23\x3a\xff\x30\x63\x01\xf7\xe3\xa3\xf5\xf9\x30\x08\x26\xd9\xca\x47\xe3\xc9\x78\xfd\xc6\xfd\xf8\x68\x5d\x3d\x4a\x37\x5b\x88\x7f\x84\xa3\x1d\xb2\x3b\x8f\xd6\x1b\x0c\x58\x2b\x62\xc3\x2d\x45\xb3\x58\x8a\xf6\x6f\x8d\xed\x6b\x1d\x22\xc6\x3f\xb2\x2d\x46\x55\xfd\x1c\x4c\xd8\x76\x13\xff\x0a\x47\x9e\x05\xb2\xbf\x8f\xc6\xf3\x61\x6a\x9f\xce\xef\xd5\x78\x3e\x4c\x13\xdd\xea\x5f\x61\xbf\x1e\x91\x7b\x72\xfd\x88\x61\xb5\x90\x23\x00\x05\x7c\x06\x64\x41\x93\x11\xd0\x16\xc2\x70\x30\xbf\x5c\x54\x27\x71\xe6\x15\xc3\xf1\x30\xe9\x52\xbf\x0b\x8c\x93\x2e\xdc\x85\xe3\xb3\x71\x47\x9e\x8c\x6e\xb6\x0b\x4c\x17\xc9\xf6\xc9\x5e\xcc\x0b\xb7\x07\x28\xc9\x77\xf5\x23\x1c\x19\xe0\x12\x71\x1e\x03\xf3\x42\x50\x6f\xc7\x36\x9b\xd7\xd4\x77\x31\x63\x1c\x8e\x0d\x85\x0f\x59\x0c\x1f\x82\xe4\x57\x51\xad\xc2\x31\x6d\x10\xf5\xca\x61\x76\xc1\x61\x96\x39\x98\xa2\xba\x84\x83\x4c\x38\xdb\x71\xb5\x8f\x5c\xb4\xb0\xcf\xdb\xd5\x26\x9c\x59\x74\x2a\xf1\x8f\x70\x6c\x63\x67\xfb\x3c\x1e\x10\x93\x84\xb1\xf0\xa3\xca\xf1\xbc\x11\x48\xb6\x71\xdc\xee\xa9\xfe\x28\xb0\x70\x2c\x53\x19\xf1\x2f\x66\x13\x36\x44\x3f\xdb\xd5\x2c\x1c\xd9\x23\x71\x0b\x99\x89\xc7\xdb\x84\x0b\x5d\xf5\x9a\x88\x2f\xe1\x98\xaf\xca\xf6\xf5\xbd\x89\x61\xd7\xb3\x70\xb5\x8f\x30\xd7\x54\xe1\xcc\xc4\xed\x37\x91\x84\xd0\x60\x31\xb2\xab\x6a\x9f\xeb\x01\xb2\x4a\x59\xe7\x2d\x58\xe7\x6d\xbc\x11\x57\xfb\x1c\x1f\xb0\x59\x33\x0d\xf5\x9f\x61\xcf\x71\x3c\xcf\xa4\x71\x4b\x5c\x57\x5d\xf8\x57\x38\x62\x9e\x57\xf6\x87\xc7\xc6\x4c\xd8\x7e\xde\x89\x93\xbd\x50\xaa\x65\xe7\x3e\x4a\x3c\x4e\x66\xe2\xbc\x54\xf6\x93\xec\xec\xe4\x6d\xd5\xb9\xde\x74\x5b\x9d\x99\xc9\x18\xc1\x96\x4d\xa9\xc4\x60\x48\x78\xb7\xeb\x26\x4e\x72\x33\xa9\xfa\xba\xb8\xfe\x0b\x6f\x81\x13\x5e\x89\x0d\xce\xcb\xbb\x5a\x85\x37\xb8\xab\x26\xe2\x5d\x38\xc6\x87\xe3\x4c\x2f\xc6\x35\x0b\xe7\x11\x64\x6e\x16\x57\x3b\x8e\x9c\x01\x9d\xcf\xf3\x58\x9a\xb0\xad\x6d\x17\xae\x0d\xb3\xa8\xff\x05\xe9\x6b\x10\x5c\x66\x21\x45\x34\x0a\x15\x78\x25\xde\x84\xa3\x7d\x8e\x0f\xcd\x2a\x76\x01\xe1\xda\x39\x5f\x54\xaf\xaf\x59\x90\xb1\xe1\x22\x3d\x29\x53\xe3\xc0\x9c\x02\x1c\x4f\xa9\xf4\x26\x6e\xff\x0d\x36\xa8\xbb\xea\xc2\x11\x96\x9e\xfb\xba\x68\xbe\x90\x0d\xcd\x1a\xf7\x75\x99\xe7\xbd\x18\x7f\xa8\x5e\xa6\xa4\x02\xd0\xef\xef\xe7\x33\xf1\x2c\xbc\xe0\xf9\x44\xbc\x09\xc7\xb8\x91\xce\x48\x65\x38\x2b\xa3\x70\x83\xbd\x9e\x52\x19\xce\xca\x98\xfc\xa4\x0f\x92\x6d\x4e\x86\x5e\xbf\x48\xb7\xab\xf6\x1d\x32\x32\x1a\x55\x98\xb3\x6a\x1e\x91\x6f\xac\x5d\xea\x27\xaf\x43\xb3\x82\x2e\xf5\x8b\xfd\x11\xdd\xae\x74\x77\x26\xbd\xaa\xda\x17\xcc\x98\x71\xdf\xec\x27\x8f\x2b\xa6\xdc\x6e\x08\xd7\xb4\xa6\xa4\x17\x13\x31\xbb\x0d\x46\x52\xbb\x6a\xc2\xfd\x44\xf0\x8f\xaa\xbe\x17\xe3\x4c\xa9\xcc\x64\xe8\x93\x5d\xa8\xc8\x7f\x71\x11\xef\xc2\x0d\x78\x21\xee\xc2\x91\xea\x0a\x2a\x5b\x99\x55\xac\x89\x4c\x0a\x0d\x9e\x69\xbb\xca\xef\xa2\xca\xf3\xe6\xfe\x95\xca\x93\x39\xbd\x8d\xd2\x11\x58\x5f\xa0\x80\x76\x1a\xdb\xd7\xf8\x50\x15\x7a\x73\xdd\x4a\x26\x3c\x3b\xf3\x77\x80\x9d\x9d\x92\x09\xcf\x8e\x79\xa1\xb8\x61\x4a\xdc\x30\x3b\xfd\x70\xc1\x6e\xce\x2e\x3a\xd9\x11\x04\x3c\xf1\xbb\xba\xe8\x5b\x87\xca\x33\xf1\x1c\xec\xda\x17\x9d\x41\xd4\xc1\xae\x4d\x89\x1b\x18\x8f\xbd\x25\x8e\x83\x89\x9e\x40\x5a\xdc\x28\x3e\x98\x92\x16\x4f\x63\x7f\x9a\x70\xee\x17\xc3\x7e\x4f\xdc\x8f\xa6\xfd\x4e\x15\x6c\x22\x9d\x94\x0a\x96\xe6\xc6\x8d\xd7\xfb\x29\xa9\x33\x42\x36\xdc\x8d\xd7\xf5\xe9\x9a\x47\x77\xb8\x3a\xde\xf8\x2e\xd7\x3a\x47\xea\xde\x96\x93\xf0\x2e\x7c\x00\xef\xc4\x3f\xc2\x1f\xa4\xf8\xe1\x7b\x75\xbe\x38\xfa\x13\x99\xae\xd7\x9a\xba\xc6\xd3\xf9\xab\x51\x6c\x34\x87\xf6\x29\x82\xe0\xb5\x7d\xfd\xfe\x73\xf6\x6b\xea\x96\xaf\x74\x41\xf0\xeb\x5b\x53\xb7\xfc\xc9\xfc\x68\xd9\x84\x2f\xe1\xe8\x2e\xb7\xeb\x18\xea\x16\x97\x23\xa7\x6d\x90\xeb\x9c\x94\x0a\xf4\xa2\xe7\xf9\xd9\x83\xdb\x2f\xb8\xe6\xc7\xe8\xa2\xfc\x30\xc5\x25\x83\xab\xee\xaa\x13\x07\x1b\x01\xd5\xc5\x63\x14\x6e\xef\x42\xb0\x47\x08\x19\xbb\xab\x43\xf8\x1f\x22\x80\x3f\xc6\x5b\xc8\x2e\xdc\xca\x62\x80\x6a\x13\xce\xec\x06\x4e\x7c\x11\x0f\xb2\xd2\x3b\xdb\xe7\xad\xe2\xa1\x0a\xb3\x47\x98\xfc\xf5\x48\x85\xf9\x18\xb8\xf2\x8e\x48\xd0\x0f\xe2\x3c\x45\x81\xed\x74\xb4\xff\xcc\x2c\x1c\x71\xbc\x83\x1c\x3f\x52\x31\xee\x02\xfa\x19\xb7\xe1\x5d\xcd\xc2\x3f\xc0\x1b\xf1\x45\x1c\x09\x48\xed\x22\x8e\xe5\xf5\x38\x83\xf5\xe2\x56\xf7\x28\xa4\xd4\x03\x1d\xe4\xdd\x71\xab\xdb\x55\x13\x8e\x74\xa9\xe7\xf9\x41\x7c\xf2\x79\xe2\x38\xae\x76\xe1\x8b\xac\xb9\x68\xe7\x56\xff\xc1\xb6\x76\x90\xa1\x47\xaa\xca\xc7\x6f\x26\x4a\xed\xf8\xae\xdb\x4d\xf8\x40\xc6\x84\x4e\xfc\x23\x1c\x99\xe8\x9d\xed\x63\x7b\xec\x02\x93\xc6\x34\xe2\x0f\xf1\x89\x1c\x11\x71\xab\xde\xd5\x2a\xbc\x01\xe7\xf3\x53\xed\x63\x1e\xe1\x77\xf5\x48\xb5\xf9\x30\x5f\x69\x4f\xfc\x5e\xfa\x70\xec\x42\x3d\xe9\xe8\xa2\xda\x85\x23\xd1\x44\x2e\xc4\xbf\xc4\x61\xb9\x90\x0a\xfa\x93\x40\xb6\x1e\xe8\x3e\x37\xee\xc0\x87\xda\x47\x22\xf8\xc4\x71\x23\x9b\xf8\x38\x52\x61\x75\x48\x37\x77\xf5\x16\x1e\xed\xc0\x1a\x77\x57\xb3\x70\x24\x9c\xe8\xc2\x87\xf0\xe7\xe4\x40\x5f\x8f\x67\xad\xab\x8c\x78\x84\xd6\xf0\x5d\x74\x2b\x79\x98\xbc\xa9\x1b\xe7\x8b\xaa\xd6\x5d\xf8\x9c\x94\xe5\x51\xfd\x0a\xc7\x7a\x33\x3e\x3f\x38\x3e\x48\x7a\x84\x7c\x69\x51\x55\x3b\x98\x47\x5c\xf3\x76\x95\xf3\x88\x9c\x48\xc8\x79\x13\xd5\x26\x1c\xfd\xf1\x4e\xfc\x23\xfc\x39\xf9\x87\xd7\x23\xd5\xef\xc3\x34\xb3\xdd\xb9\x2f\x8a\xbe\xb7\x60\x7c\x70\xcd\x7b\x10\xb9\x02\x05\xe4\x64\xe3\xfc\x56\xb5\x03\xf6\xa5\xe3\xda\xb0\xab\xec\x0f\xac\x24\x7b\x6b\xe8\x7f\xd5\xbe\xa8\x60\xbb\x23\x21\xd1\x7a\xa4\xe2\x7d\x10\x29\x6d\xe3\x46\x7c\x0a\x47\xfa\xd7\x86\xf6\xe9\x34\xf3\x20\x2c\x06\xd3\xc2\x46\xb5\x09\x67\x36\xa7\x8b\xb8\xda\xc1\xb5\x56\xe3\xdf\x86\xda\xc1\xb5\xc4\x38\x5f\x5d\xeb\xb9\x33\xb7\x36\xe8\x1b\x42\x5e\xa0\xc0\x64\x75\xe8\x7f\x27\x9d\x64\xca\x5d\xf3\xca\xe7\x45\x1f\x3a\xa4\xbc\xce\xef\xa2\x5f\xe3\x43\xbf\x46\x86\x07\xdb\xd5\x2e\x7c\x02\xc7\xfc\xba\xc6\xc7\x39\x5f\x1c\x07\xd7\x7c\x41\xf9\xdb\xa1\x9c\x7d\xa4\xfc\x7d\x9c\xc9\xa3\x9c\xeb\xdc\xb5\x6e\x99\x90\xd9\x49\x57\x5d\x74\x06\xa9\x47\x3b\x42\xb5\xed\x2a\xd7\x0f\x0c\x8d\xbb\x73\x1d\xba\xf6\x9d\xc3\xf7\xe2\xe2\xba\x72\xad\x43\x4a\xd9\xe1\x6c\xfb\x48\xb9\xfc\x30\x37\xb0\x5d\x1c\x4f\x5a\x4e\x3d\x8e\xa4\x4e\x76\x71\xff\x0e\xed\xdf\x90\x6a\x57\xae\xce\xa9\x56\x22\xac\x47\x25\x6d\x9e\xc6\x3d\x11\xa2\x6a\xa8\x11\x1f\xa7\x7f\xd3\x2e\x24\xe5\x39\xd8\x15\x13\xfa\x45\x48\x73\x3e\x3d\xf5\x34\x43\xaf\xf3\xf9\x8f\xde\xf8\x21\xde\xf1\xfd\x3a\x5f\xa9\xf4\xcd\x46\xba\xb6\x84\x2f\xe2\xdc\xcf\x3a\xff\x1c\x52\xa3\xec\x71\xcd\x7a\x64\x4b\xbf\x0b\x61\x0a\x81\xeb\xe0\xae\x2e\xe2\xb0\x40\x43\x68\xf7\x5d\xbd\x85\x3b\xf2\x5e\xb0\x1d\xd2\x0b\x26\xb0\xe9\x3d\xc4\x0f\xbb\x5a\x84\x0f\xe0\x68\x5f\xe7\xd0\xa0\xe5\x2a\x42\x3b\x3d\xd3\x20\x1e\xd8\x85\x30\xa1\x42\x6c\x81\x47\xf1\xbc\x1e\xa6\x60\x0c\x66\x7e\x57\xba\xd0\xb0\x08\x2f\x44\x5d\x68\x58\x36\xdb\x7f\x66\xb8\x52\xfb\x2f\xfc\xd6\x7e\x74\xea\x37\x30\x65\x22\xfa\x15\x8a\xe4\x64\x81\x3a\x58\xde\x5d\x80\xa2\x99\x68\x16\x0a\x79\x29\x51\x17\x1a\xc1\x31\x9c\xe8\x14\xfa\xf9\xfd\x49\x21\xc1\x7e\x26\xa3\x5a\xec\xc2\x0a\x3f\x71\xa0\x1a\x11\x87\x1b\x62\x22\x5a\x84\x86\x7d\x35\x7b\xe6\x7a\x1b\x93\x87\x11\x7d\x88\xee\xc9\x83\x91\xd9\xae\x24\xa1\xed\xf7\x87\xe7\xab\x42\x1b\xec\xc2\xfc\xfd\xe1\x69\xa6\x7c\x24\xbb\x00\x07\x6e\xa0\xea\x59\x30\x81\xf0\x7e\x7a\xe6\x87\x2b\x04\xf9\x3d\xc0\x06\x3f\xf3\xab\x31\x0b\x31\x7d\x06\xb7\xa0\x18\x00\x0f\x62\x00\x24\xe6\xa6\xbc\x66\xa4\xa3\x56\xf1\x39\xe7\xd5\x73\xed\x75\x13\x27\x19\x8b\x71\x96\x79\xd2\xdf\x22\x2e\x93\x8a\xa0\x2f\xcc\x97\x75\x23\x45\x9f\x8a\x30\x6c\x61\xf2\xb5\xcc\x18\xec\x2c\xc2\xf2\x94\x09\x87\x32\x1d\xe6\x59\x84\xf5\x29\xd3\xcb\x15\xc3\x29\xc3\x22\x2c\x41\x4f\xfa\xe7\x3e\xf8\xbb\x5d\xa4\x08\xef\x7f\x63\xfd\x77\xe5\x5f\xc6\xdf\xff\xe9\xff\xff\x6f\xe3\xef\xff\x7d\xfc\xcb\xfa\xf9\xfc\xc7\x3f\xfe\xb1\xfe\xf5\xdf\xbf\xff\xfc\xf9\xf7\x9f\xff\x6f\xa3\x3f\xdf\xf5\xfc\xf3\xbf\xae\x7f\xac\xff\xf9\x6f\xff\xf1\x8f\xcf\xfa\xf9\xfb\xbf\xfd\x7d\xff\x2a\xfe\xff\x5f\x01\x00\x00\xff\xff\xf1\xfc\x13\xf3\x3c\x64\x04\x00"); +func _cc ()([]byte ,error ){return _fd (_dga ,"78ms-RKSJ-H")};func _bd ()(*asset ,error ){_agg ,_cd :=_gbfc ();if _cd !=nil {return nil ,_cd ;};_bdg :=bindataFileInfo {_c :"90ms-RKSJ-H",_ed :3820,_cg :_g .FileMode (436),_ca :_d .Unix (1580491019,0)};_db :=&asset {_fdf :_agg ,_ff :_bdg }; +return _db ,nil ;};func _ecggc ()(*asset ,error ){_aedd ,_fbac :=_cfab ();if _fbac !=nil {return nil ,_fbac ;};_egca :=bindataFileInfo {_c :"UniJIS2004-UTF16-H",_ed :185990,_cg :_g .FileMode (436),_ca :_d .Unix (1580492807,0)};_ffcd :=&asset {_fdf :_aedd ,_ff :_egca }; +return _ffcd ,nil ;};var _gfa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x6b\xdb\x4c\x14\x85\xf7\xf3\x2b\x66\x99\x77\x91\xd7\xf7\xce\xb7\x40\x18\x4a\x42\xc0\x94\xb4\xa5\xe9\x17\x94\x2e\x64\x69\x64\x04\xb5\x24\x64\x79\x91\x7f\x5f\xee\x1c\xc5\x85\x1a\x8c\xec\x47\x33\x3a\xd2\x73\x34\xb3\x7b\x38\x3c\x1e\xc6\x61\xd5\xbb\x4f\xcb\xd4\xbe\xe4\x55\xf7\xc3\xd8\x2d\xf9\x32\x5d\x97\x36\xeb\x63\x3e\x0d\xa3\x52\x6c\x74\x37\xb4\xeb\xdb\xdf\x72\x68\xcf\xcd\xac\x94\xcc\x7f\x79\xbd\xac\xf9\x7c\x18\xfb\x49\x5b\x8c\xeb\xae\xf3\x36\x56\xeb\xdd\xe7\x7c\x1a\x2e\xeb\xf2\xaa\xef\xde\x75\xd3\x31\xff\xa7\xbb\xdc\x0b\xff\xb8\x74\x79\x19\xc6\x93\xbe\x7b\x3f\x2d\xb9\xe1\xdb\x89\x97\xeb\x3c\xff\xce\xe7\x3c\xae\x9a\x0a\xcb\x63\x57\x8e\x6a\xf7\xf0\xdc\xcc\x1f\x9a\x73\xd6\xbb\x72\xad\x7b\xcc\xbc\xc7\xb0\x72\xf6\x5b\x5e\x2e\xc3\x34\xea\xea\x7f\xa2\xf0\x17\x7f\x79\x9d\xb3\xe6\xed\x2a\x3f\xbe\x1e\x1e\xf5\x4f\xd6\x4c\xda\x78\x47\xe9\xd7\xc6\xbf\x3f\x4f\x5d\xde\x32\xcb\x93\x3d\x4c\xd7\x71\xd5\x95\xb5\x16\x8c\xf1\x54\xed\xd4\xe5\xcb\xdc\xb4\x79\x69\xc6\x53\x56\x5a\xd7\x44\x44\x7b\x5d\x1b\xf7\xf4\xb4\x97\xdb\xfd\x67\x84\xb2\x71\x9b\x39\x74\x20\x6f\x33\x88\xfa\x7e\xaf\xe5\x43\xaa\x26\x06\x63\x30\xe3\x83\xaa\xc9\x80\x19\x30\xcf\x46\xd5\x64\xc1\x2c\x58\x0c\x49\xd5\xe4\xc0\x5c\x61\x4c\xc6\xa9\x9a\x3c\x98\x07\x33\x49\x32\x02\x58\x00\xf3\x56\x32\x22\x58\x04\x8b\x95\x64\x24\xb0\x54\x98\x21\x27\x19\x15\x58\x05\x66\x49\x32\x1a\xb0\x06\xcc\x07\xc9\x38\x82\x1d\xc1\x12\x4b\x46\x0b\xd6\x16\x66\x29\x4a\x46\x07\xd6\x81\x59\x23\x19\x19\x2c\x83\xf9\x24\x19\x3d\x58\x0f\x96\x1c\xa9\x9a\xe1\x8f\xe1\xcf\x51\x15\x54\xcd\xf0\xc7\xf0\xe7\xac\x37\xaa\x66\xf8\x63\xf8\x73\x81\x92\xaa\x19\xfe\x18\xfe\x5c\x0a\x4e\xd5\x0c\x7f\x0c\x7f\x9e\x8d\x64\xc0\x1f\xc3\x9f\xb7\x51\x32\xe0\x8f\xe1\xcf\x07\x2b\x19\xf0\xc7\xf0\xe7\x53\x92\x0c\xf8\x63\xf8\x0b\xec\x24\x03\xfe\x18\xfe\x82\x23\xc9\x80\x3f\x86\xbf\x10\xa4\x73\x86\x3f\x86\xbf\x50\x49\xe7\x0c\x7f\x0c\x7f\x91\xa5\x73\x86\x3f\x86\xbf\xe8\xa4\x73\x86\x3f\x86\xbf\x18\xa4\x73\x86\x3f\x86\xbf\x58\x49\xe7\x66\x7b\x63\xe1\x2f\xb1\x74\x6e\xe0\xcf\xc0\x5f\x72\xd2\xb9\x81\x3f\x03\x7f\x29\x4a\xe7\x06\xfe\x0c\xfc\xa5\x4a\x3a\x37\x6e\x5b\x01\xd1\xed\xb5\xae\x0c\x87\xb2\x0e\xde\xde\x77\xf9\x2d\x1b\xc6\x6d\x01\xb7\xd7\x65\xc9\xe3\x5a\xb6\x8b\xb2\x42\x65\x85\x0d\x63\xbe\x6d\x3d\xf3\x34\xcb\xac\xf2\xfd\x13\x00\x00\xff\xff\x1d\x46\xc4\xed\xa6\x04\x00\x00"); +func _ddge ()(*asset ,error ){_eaff ,_badc :=_beec ();if _badc !=nil {return nil ,_badc ;};_ada :=bindataFileInfo {_c :"ETenms-B5-V",_ed :709,_cg :_g .FileMode (436),_ca :_d .Unix (1580491804,0)};_bfe :=&asset {_fdf :_eaff ,_ff :_ada };return _bfe ,nil ; +};var _ecg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\x4f\x8b\xe3\x46\x10\xc5\xef\xfd\x29\xfa\xb8\x39\x6c\xdc\x55\xd5\x2d\xb5\x40\x0c\x04\x0f\x0b\x0e\x6c\x12\x32\xf9\x07\x21\x07\x59\x6a\x19\x41\x2c\x09\x59\x3e\xcc\xb7\x0f\x55\xcf\x9e\xc0\x1e\x06\x8f\x7e\xea\x7e\xd2\xfc\xde\x74\xf9\x70\x3c\xbd\x9e\xe6\x69\xf7\x87\x5f\xb6\xa5\x7f\x2b\xbb\x1f\xa7\x79\xd8\xca\x6d\xb9\x6f\x7d\xf1\xe7\x72\x99\x66\xe7\x88\xfd\x30\xf5\xfb\xf3\xd2\x3e\xfa\x6b\xb7\x3a\xa7\xfb\xdf\xde\x6f\x7b\xb9\x9e\xe6\x71\xf1\x82\x75\xc3\x7d\x7d\xac\xf5\xfe\xf0\x6b\xb9\x4c\xb7\x7d\x7b\xf7\x9f\x7e\x18\x96\x73\xf9\xce\x0f\x65\x54\xfe\xf3\x36\x94\x6d\x9a\x2f\xfe\xd3\x8f\xdd\xda\xcd\xf4\x71\xe3\xed\xbe\xae\xff\x96\x6b\x99\x77\x1f\x8d\x95\x79\xb0\x4f\x77\x38\x7e\xed\xd6\x9f\xba\x6b\xf1\x07\xcb\xfa\x8c\x9d\x9f\xb1\xcc\xee\xfe\x51\xb6\xdb\xb4\xcc\x9e\xbe\x0f\x21\xfd\x8f\x7f\x7b\x5f\x8b\xa7\x47\xca\x5f\xbf\x9f\x5e\xfd\xdf\xe4\x29\x78\x4e\x49\xea\x7f\x1e\xfc\xcf\xaf\xcb\x50\x7c\x78\x3e\xeb\xf4\x7a\x5c\xee\xf3\xee\x29\xc5\x88\x27\x38\xc2\x9f\xd5\x2f\x43\xb9\xad\x5d\x5f\xb6\x6e\xbe\x14\xe7\x7d\x1b\x42\x08\x2f\xbe\x95\xe3\x97\x2f\x2f\xfa\xbe\xdf\xac\x70\xd5\x73\xe7\x34\x80\x3c\x77\x84\x30\x8e\x2f\x3e\xb8\x36\x10\xae\x49\xaf\x39\x55\xae\x0d\x0c\xc2\x4a\x12\xb1\x6b\x83\x80\x88\x92\xba\xca\xae\x0d\x11\x24\x2a\xa1\xc0\xd1\xb5\x21\x01\x25\x43\x9c\x35\xbb\x02\xaa\x0c\x25\xd1\xf0\x1a\xa8\x36\x54\x37\x9a\x9e\x81\xb2\xbd\x41\x88\x1a\xdf\x00\x35\x86\x24\x68\x7c\x07\xd4\x3d\xde\x53\xe3\xcf\x40\x67\x43\x99\x34\xbe\x07\xea\x15\x49\xa8\x35\x7e\x00\x1a\x0c\x09\x6b\x7c\x01\x2a\x86\x52\xd6\xf8\x11\x68\x34\x94\x63\x70\x2d\xc1\x14\x99\xa9\x18\x9a\xca\xb5\x04\x59\x64\xb2\xa2\x24\x76\x2d\xc1\x16\x99\xad\x58\x85\xec\x5a\x82\x2e\x32\x5d\x31\x57\xd1\xb5\x04\x5f\x14\x1f\x4e\x35\x1e\xbe\xc8\x7c\x25\xa9\x35\x1e\xbe\xc8\x7c\xa5\x4a\x34\x1e\xbe\xc8\x7c\xa5\x9c\x35\x1e\xbe\xc8\x7c\x55\x14\x35\x1e\xbe\xc8\x7c\x55\x31\x68\x3c\x7c\x91\xf9\xaa\x2a\x2d\x96\xe0\x8b\xcc\x57\xd5\x68\xb3\x04\x5f\x64\xbe\x6a\xd2\x6a\x09\xbe\xc8\x7c\xd5\x51\xab\x25\xf8\xa2\xf2\xe8\x5f\xe3\xe1\x8b\xcc\x57\xdd\x68\xb5\x0c\x5f\x6c\xbe\x32\x69\xb5\x0c\x5f\x6c\xbe\x72\xd4\x6a\x19\xbe\xd8\x7c\xe5\x5a\xab\x65\xf8\x62\xf3\x95\x1b\xad\x96\xe1\x8b\xcd\x57\xc3\x5a\x2d\xc3\x17\x9b\xaf\x26\x6a\xb5\x0c\x5f\x6c\xbe\x9a\x5a\xab\x65\xf8\x62\xf3\xd5\x34\x5a\x2d\xc3\x17\xe7\xe7\xff\xaa\xe6\x43\x18\x37\x60\x51\xcb\x65\x18\xe3\x0e\xac\xd6\x76\x19\xca\xd8\x94\x69\xfb\xfa\x08\x38\xe3\x1e\x8c\xb5\x5f\x86\x34\x1e\xc0\x92\x16\xcc\xb0\xc6\x05\xac\xd6\x86\x19\xda\x78\xc4\x21\x09\x5a\xb1\x3c\xce\x70\x00\x63\xed\x58\x20\x4e\x08\x2c\x69\xc9\x02\x73\xc2\xcf\x03\x16\x5c\x2b\x50\x27\xa6\x8e\x24\x68\xcd\x02\x77\x82\xb3\x29\xa2\x3d\x0b\xe4\x09\x0e\xa7\x24\x2d\x5a\x60\x4f\x70\x3a\x25\x6b\xd3\x02\x7d\x82\xe3\x19\x83\x56\x2d\xf0\x27\xf0\x17\x45\xbb\x16\xf8\x13\xf8\x8b\x49\xcb\x16\xf8\x13\xf8\x8b\x59\xdb\x16\xf8\x13\xf8\x4b\xa4\x75\x0b\xfc\x49\x9f\x04\x53\x21\xd8\xe4\x7a\x4e\x28\xfd\x5d\x67\xfc\xc7\xcc\xed\xef\xdb\x56\xe6\xdd\x26\xbc\x0d\x55\x9d\x89\xd3\x5c\x3e\xbe\x2d\xd6\x65\xd5\x5d\xf6\xf3\x5f\x00\x00\x00\xff\xff\x3e\x48\x0b\x81\x59\x06\x00\x00"); +func _efbc ()([]byte ,error ){return _fd (_eabb ,"UniJISX0213-UTF32-V")};func _cea ()(*asset ,error ){_aggf ,_bccc :=_gedcg ();if _bccc !=nil {return nil ,_bccc ;};_gdcg :=bindataFileInfo {_c :"CNS2-H",_ed :2037,_cg :_g .FileMode (436),_ca :_d .Unix (1580491555,0)}; +_cfgd :=&asset {_fdf :_aggf ,_ff :_gdcg };return _cfgd ,nil ;};var _fcc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4d\x6f\xdb\x46\x18\x04\xe0\x3b\x7f\xc5\x1e\xd3\x43\xea\x7d\x3f\xf6\x83\x00\x61\xa0\x89\x91\x40\x87\x34\x45\xd3\xb4\x05\x8a\x1e\x64\x71\x69\x08\xa8\x29\x41\x92\x0f\xfe\xf7\xc5\xec\x48\x2e\xd0\x43\xa0\x68\xbc\x7c\x29\x3d\xe3\xe5\xfa\xee\xe3\xe6\x61\xb3\xee\x2f\xe1\xee\x97\xd3\x61\xf7\xad\x5d\xc2\xb2\x5f\xe7\x53\x3b\x1f\x5e\x4e\xbb\x16\x1e\xdb\xd3\x7e\x1d\x06\xd1\x30\xef\x77\x97\xdb\xdb\xfe\xb2\x7b\xde\x1e\x87\x01\xd7\x7f\x7b\x3d\x5f\xda\xf3\x66\x5d\x0e\xc1\xb8\x6e\x7e\x39\x5e\xd7\x86\x70\xf7\x6b\x7b\xda\x9f\x2f\xa7\xd7\xf0\xee\xa7\xf9\xf0\xd8\x7e\x08\x73\x5b\x90\x7f\x3d\xcd\xed\xb4\x5f\x9f\xc2\xbb\xcf\x1f\xe4\x2d\xfd\xf6\x72\x3c\xfe\xd3\x9e\xdb\x7a\x09\xda\xb3\xb6\xce\xfd\x75\xb8\xfb\xf8\x65\x7b\xfc\x79\xfb\xdc\xc2\x5d\x1f\xf4\xfe\xf3\x07\x79\xcf\x35\xfd\x47\xbf\xb7\xd3\x79\x7f\x58\x83\xc8\x8f\x31\xe6\xff\xf2\xdf\x5e\x8f\x2d\xc8\x75\xc6\xf7\xcd\xc3\xd7\x65\x39\xb7\x4b\x28\x29\x72\xcd\x9f\xdf\x37\x0f\xe1\x2f\x09\x12\x83\x26\x4f\xfe\xf7\x75\xe9\x1f\x5f\x0e\x73\x0b\xf1\x76\xf3\xcd\xc3\xc7\xc3\x0b\x3e\x95\x8a\x16\x86\xc2\x2f\xb9\x3b\xcc\xed\x7c\xdc\xee\xda\x69\xbb\x3e\xb5\x21\x84\x29\xc6\x18\xef\xc3\x94\xf2\xa7\x4f\xf7\xf8\x02\xff\x5b\x31\xd4\x72\xbd\x72\x3f\x33\xb9\x5d\x11\xe3\xb2\xdc\x87\x38\x4c\x51\xf8\x5e\xf0\x5e\x53\x1e\xa6\xa8\x4c\x14\x49\x12\x1d\xa6\x68\x4c\x0c\x49\xc9\x75\x98\xa2\x33\x71\x24\x12\xd5\x87\x29\x26\x46\xa9\x47\x5a\x31\x3b\x33\xca\x3d\x4a\x86\xe1\x85\x51\xe9\x51\x19\x31\xbd\x32\xaa\xfd\x13\x44\xc7\xf8\x91\xd1\xd8\x23\x8b\x18\xbf\x65\xb4\xbd\x7e\x4e\x8c\x7f\x64\xf4\xd8\xa3\x2a\x18\xbf\x63\xb4\x43\x64\xb1\x60\xfc\xcc\x68\xee\x91\x29\xc6\x37\x46\xad\x47\xa9\x62\xfc\xc2\x68\xe9\x51\xf5\x38\x4c\x42\x29\xe9\x52\x1e\xc7\x3c\x4c\x42\x2c\xe9\x58\x6e\x49\x87\x49\xa8\x25\x5d\xcb\x73\xac\xc3\x24\xe4\x92\xce\xe5\x35\xfb\x30\x09\xbd\xc4\xaf\xa6\x18\x4f\x2f\xe9\x5e\xc9\x0a\xc6\xd3\x4b\xba\x57\xca\x86\xf1\xf4\x92\xee\x95\x6a\xc5\x78\x7a\x49\xf7\xca\xe2\x18\x4f\x2f\xe9\x5e\xd9\x23\xc6\xd3\x4b\xba\x57\xce\x28\x56\xe8\x25\xdd\x2b\x8f\x68\x56\xe8\x25\xdd\xab\x08\xaa\x15\x7a\x49\xf7\x2a\x8e\x6a\x85\x5e\xd2\xae\xfd\x63\x3c\xbd\xa4\x7b\x95\x11\xd5\x2a\xbd\xb4\x7b\x55\x41\xb5\x4a\x2f\xed\x5e\xd5\x51\xad\xd2\x4b\xbb\x57\x2d\xa8\x56\xe9\xa5\xdd\xab\x8e\xa8\x56\xe9\xa5\xdd\x6b\x54\x54\xab\xf4\xd2\xee\x35\x3a\xaa\x55\x7a\x69\xf7\x1a\x0b\xaa\x55\x7a\x69\xf7\x1a\x47\x54\xab\xf4\xd2\x7a\xfb\x5d\xc5\x7c\x82\xe9\xc8\xcc\x51\xae\x52\x4c\xb7\xcc\x0a\xda\x55\x92\x69\x27\x43\xfb\xb8\x05\xcd\x74\xc7\x4c\xd1\xaf\x12\x4d\x67\x66\x09\x05\x2b\xd5\xb4\x31\x2b\x68\x58\xc9\xa6\x0b\x37\x49\x44\xc5\x46\x37\x8b\xcc\x14\x1d\x1b\xe1\x4c\x98\x25\x94\x6c\x94\x33\xbd\x6d\xb0\x38\x4c\x46\x3a\xeb\x74\x62\x11\x35\x1b\xed\x8c\x7b\xd3\x0c\x3d\x1b\xf1\x8c\x9b\xd3\x12\x8a\x36\xea\x19\x77\xa7\x55\x34\x6d\xe4\x33\x6e\x4f\x8f\xa8\xda\xe8\x67\xf4\x73\x43\xd7\x46\x3f\xa3\x9f\x27\x94\x6d\xf4\x33\xfa\x79\x45\xdb\x46\x3f\xa3\x5f\x12\xd4\x6d\xf4\xb3\xdd\xed\xa9\x80\x7b\xd0\xcf\xe8\x97\x32\x0a\x37\xfa\x19\xfd\x52\x45\xe3\x46\x3f\xa3\x5f\x16\x54\xee\xf4\x73\xfa\x65\x43\xe7\x4e\x3f\xa7\x5f\xce\xe8\xdc\xe9\xe7\xf4\xcb\x15\x9d\x3b\xfd\x9c\x7e\x45\xd0\xb9\xd3\xcf\xe9\x57\x1c\x9d\x3b\xfd\x9c\x7e\x25\xa3\x73\xa7\x9f\xe7\xdb\xa3\x0c\xf7\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x66\x74\xee\xf4\x73\xfa\xd5\x11\x9d\x3b\xfd\x9c\x7e\xa3\xa2\x73\xa7\x9f\xd3\x6f\x74\x74\xee\xf4\x73\xfa\x8d\x05\x9d\x3b\xfd\x9c\x7e\xe3\x88\xce\x9d\x7e\xbe\xf0\x59\xab\xe8\x3c\x5d\xcf\x90\x78\x7b\xfe\xc6\x61\x4a\xf4\x4b\x3c\x15\x62\x41\xe7\x89\x7e\x49\x99\x8d\xe8\x3c\xd1\x2f\x75\x3f\x15\x45\xe7\x89\x7e\xc9\x99\x25\x74\x9e\xe8\x97\x12\xb3\x82\xce\x53\xbe\x9e\x5d\xb9\xdd\x07\xd5\x28\xb9\x9f\x60\xb7\x93\x0a\xff\xc7\xc9\xff\x76\x18\xef\x5e\x4e\xa7\xb6\x5e\xfa\xb9\xdf\xcf\x5b\x9c\x8d\xfb\xb5\xbd\xfd\x0d\x71\x3c\x1c\x71\x55\xff\xf7\x6f\x00\x00\x00\xff\xff\xe0\x07\xe7\xdd\x6f\x08\x00\x00"); +func _cdgc ()([]byte ,error ){return _fd (_egcc ,"Adobe-KR-8")};func _dgc ()([]byte ,error ){return _fd (_gfa ,"Adobe-Korea1-0")};var _gaba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4d\x8b\xdb\x3c\x10\xc7\xef\xfa\x14\x3a\xee\x73\xd8\x27\x33\x7a\xb3\x0c\x26\x50\x76\x59\x48\x61\xdb\xd2\xed\x1b\x94\x1e\x1c\x7b\x1c\x0c\x8d\x6c\x1c\xe7\xb0\xdf\xbe\xcc\x8c\xb3\x85\x1e\x82\xa3\x9f\x35\xff\x28\xbf\x91\xb4\x7b\x38\x3c\x1e\xca\xb8\xda\xdd\xa7\x65\xea\x5e\x68\xb5\xc3\x58\xfa\x85\x2e\xd3\x75\xe9\xc8\x1e\xe9\x34\x16\x63\xd0\xd9\x7e\xec\xd6\xdb\x50\x1e\xdd\xb9\x9d\x8d\xe1\xfa\x97\xd7\xcb\x4a\xe7\x43\x19\x26\xeb\x75\x5e\x7f\x9d\xb7\xb9\xd6\xee\x3e\xd3\x69\xbc\xac\xcb\xab\xbd\x7b\xd7\x4f\x47\xfa\xcf\xf6\x34\x30\xff\xb8\xf4\xb4\x8c\xe5\x64\xef\xde\xb7\x73\x5b\xf0\xed\xc5\xcb\x75\x9e\x7f\xd3\x99\xca\xca\x79\x34\x18\x2a\xbd\x3c\xcd\xee\xe1\xb9\x9d\x3f\xb4\x67\xb2\x3b\xc9\xba\xd7\xca\x7b\x9d\x26\x6f\xbf\xd1\x72\x19\xa7\x62\xf1\x7f\x80\xf8\x17\x7f\x79\x9d\xc9\xe2\x96\xf2\xe3\xeb\xe1\xd1\xfe\x44\x8b\x60\x5d\x8c\x3e\xfc\xda\xf8\xf7\xe7\xa9\x27\x0b\xb7\xdf\x3a\x3c\x3e\x4c\xd7\xb2\xda\xda\xc7\xa0\x0c\xf5\x5f\x75\x53\x4f\x97\xb9\xed\x68\x69\xcb\x89\x8c\xb5\x0d\x00\xc0\xde\x36\x2e\x3c\x3d\xed\x79\xb9\xff\xcc\x30\xbe\xda\x2a\xc7\x5e\xc9\xad\x02\x60\x18\xf6\x16\x4c\x03\xa8\x63\xe4\xb1\x8b\xc9\x34\xe0\x94\x38\x26\x11\x9d\x69\xc0\x2b\xf1\x4c\xaa\x94\x4d\x03\x41\x49\x60\x82\xe0\x82\x69\x20\x2a\x8a\x82\x5c\xe6\xec\xa4\x28\x09\x8a\x9e\xc3\x2b\x45\x95\xa0\xaa\xe6\xf4\xac\x28\xcb\x0a\x20\x70\x7c\xad\xa8\x16\xe4\x81\xe3\x5b\x45\xed\xb6\x4e\x8e\x3f\x2a\x3a\x0a\xca\xc8\xf1\x9d\xa2\x8e\x91\x87\x8a\xe3\x7b\x45\xbd\x20\xef\x38\x9e\x14\x91\xa0\x98\x39\x7e\x50\x34\x08\xca\x01\x4c\x83\x6a\x0a\xc5\x54\x80\x3a\x99\x06\x55\x16\x8a\xac\xe0\xa3\x33\x0d\xaa\x2d\x14\x5b\x21\x41\x36\x0d\xaa\x2e\x14\x5d\x21\xa7\x60\x1a\x54\x5f\x18\x36\xa7\x1c\xaf\xbe\x50\x7c\x45\x5f\x71\xbc\xfa\x42\xf1\x15\x93\xe7\x78\xf5\x85\xe2\x2b\xe6\xcc\xf1\xea\x0b\xc5\x57\xc2\xc0\xf1\xea\x0b\xc5\x57\x0a\xc0\xf1\xea\x0b\xc5\x57\x4a\xdc\x58\x54\x5f\x28\xbe\x52\xcd\x9d\x45\xf5\x85\xe2\xab\x42\x6e\x2d\xaa\x2f\x14\x5f\x55\xe0\xd6\xa2\xfa\x42\xda\xfa\xcf\xf1\xea\x0b\xc5\x57\x55\x73\x6b\xdd\xb6\x17\xc5\x57\x46\x6e\xad\x53\x5f\x4e\x7c\xe5\xc0\xad\x75\xea\xcb\x89\xaf\x5c\x71\x6b\x9d\xfa\x72\xe2\x2b\xd7\xdc\x5a\x17\xb6\x7d\x9d\xeb\xbd\xad\x1d\x26\xd9\xdc\xb7\x4d\xcc\xdf\xf9\x16\x78\x3b\x95\xdd\x75\x59\xa8\xac\x72\x07\xc8\xb1\xe3\x63\x33\x16\x7a\xbb\x4f\xe6\x69\xe6\x2a\xf9\xfc\x09\x00\x00\xff\xff\xb3\x7e\x40\xe8\x7b\x04\x00\x00"); +var _egef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\xcb\x8a\x66\x39\x76\x85\xe7\xf1\x14\xff\xb0\x3d\x68\xe7\xd1\x5d\x82\x20\xa1\x5d\xdd\x4d\x17\xa6\xdb\xc6\xe5\x1b\x18\x0f\x74\x4d\x12\x9c\x11\x41\x64\xd6\xa0\xde\xde\xec\xf5\x9d\x2e\xdb\x85\xa1\x06\x85\x2a\x56\x1e\x49\x5b\x5b\x6b\x5f\xf5\x7f\xf8\xee\xfb\xdf\x7f\xff\xf2\xf9\xdb\xe3\xc3\x3f\xbe\xbf\xce\x1f\xf6\xb7\xc7\xf9\xfc\xb2\xde\xf7\xd7\xd7\x1f\xdf\xe7\x7e\x8c\xfd\xe9\xf3\xcb\xd3\x93\xf3\x8f\xf5\x79\x7e\xfb\xeb\x9f\x1a\xe6\x97\xfe\xf6\xf4\x64\xf3\x7f\xf8\xe9\xeb\xb7\xfd\xe5\xfb\x97\xf3\xfa\x08\x7c\xb7\x7e\x7c\xbb\xbf\x7d\x3c\x3e\xfc\xd3\xfe\xf4\xf9\xeb\xb7\xf7\x9f\x1e\xbf\xf9\xdd\x7a\x1d\xfb\x6f\x1e\x6b\x1f\xc3\xff\xe1\x7d\xed\xf7\xcf\x2f\x9f\x1e\xbf\xf9\xee\x2f\x3f\xb8\x9f\xe1\x1f\x7e\x7c\x7b\xfb\xaf\xfd\x65\xbf\x7c\x7b\x38\x61\xfb\x65\x69\x7c\xfa\xf0\xdd\x9f\xfb\xdb\x5f\xfa\x97\xfd\xf8\xf0\xa7\xbf\xff\x34\xe7\xd7\xdf\xfe\x5d\xfa\xed\x9f\xf4\x6f\xfa\xa7\x7f\xdd\xef\x5f\x3f\xbf\xbe\x3c\xdc\xdf\x5e\x57\xfe\x1f\xf8\x9f\x7f\x7a\xdb\xf7\x52\x4f\x1f\xfe\xfd\x5f\xbe\xff\xfd\xe3\x3f\xdc\xc3\x5d\x0f\x9f\x42\x6b\xff\x79\xe3\xff\xf6\xe7\xd7\xb5\x1f\x17\x7f\x79\x84\x9f\xaf\x6b\x7f\x7d\xeb\x73\xbf\xf7\x97\x4f\xfb\xe9\xf1\x78\xbe\xae\x8f\x8f\xc7\xe3\xb9\x5e\x1f\xed\xaf\xfa\xbb\x78\x7d\x7c\x3c\xff\xf1\x0f\x7f\xfc\xc3\x47\x93\xf2\x17\xdf\x3f\x39\x96\x79\x79\xfd\xb6\xf6\x01\xd3\x0a\xcf\xee\x7c\x7c\x38\x9b\xf1\xbf\xff\xe9\xc9\x5d\xd7\xbd\xef\xe7\x75\x7f\xed\xed\xeb\xb2\xed\xeb\xe7\xda\xb5\x5b\xed\xfa\xbb\xb8\x7c\x19\xd6\x9d\xb0\x9d\x0c\xf3\x3e\x3c\x3d\xd7\x11\x85\x8d\xe8\x85\x35\x2f\x2c\x81\xf1\x5d\x8b\xc2\x0a\x58\x01\x4b\xc2\x1a\x58\x03\xcb\xc2\x06\xd8\x00\x2b\xc2\x96\xb0\x74\x81\x55\xc3\x52\x04\x8b\x86\x85\x4b\xfb\xa6\x0a\x56\xc1\x24\x5f\xea\x60\x1d\xcc\x64\xd9\x9c\x6d\x47\x9b\x1b\x9d\xce\xb1\x63\x16\x96\x3b\x98\xed\xb1\xf3\x14\x56\x92\xb0\x6c\x32\xef\x52\xc0\x96\xb0\x02\xb6\xc1\xf6\xc7\x87\xaf\xcd\x10\x34\xb5\x3b\x33\xab\x17\xc6\xcc\x59\xc1\xec\x64\x7b\x4a\xba\xbd\x25\x89\xf7\xa6\xf9\xbd\x91\x64\x6f\x61\x51\x92\x1c\x24\x3e\x60\xc9\xe6\x1e\x4e\x71\x74\xda\xe8\x8b\xed\x71\x38\xed\x49\x7c\x27\xed\x9d\xcc\x77\x39\x1b\x86\xa6\x4e\x96\xa6\x8e\x6e\x37\x86\xcb\x64\x3e\xc8\x7c\xa6\x64\x09\x41\xdf\xcd\x0c\xc6\xdc\x5c\x85\x31\x77\x35\x30\xcd\x5d\xba\xb5\x73\x86\x30\x9d\xed\x9c\x05\xa6\x3d\xa2\xbf\x9e\x9e\xdb\x25\x99\xdb\x95\x06\x98\x37\xcc\x84\x7d\x6e\x57\xe6\xbb\xa4\xef\x0a\xdf\x15\xed\x11\x73\x11\xd6\xc1\x74\x43\x57\x02\x1b\x60\xcc\x2d\xc2\x74\x8e\x76\xa1\xfb\x58\x9d\xb0\x22\x6c\x14\xb0\x6c\xd8\x68\xc2\x90\x2f\x19\x5b\x9a\x43\x3e\x97\xa5\x83\x54\x84\x99\xe2\x6c\xd0\x8d\x67\x77\x09\x3b\xc2\xca\x8d\x55\xc3\xd8\x57\x83\x8b\x39\x68\x6e\x0f\xc2\xd8\x23\x87\xf8\xf4\xdc\x3c\x7b\x78\x64\x2e\xde\x64\xf1\xcc\xf5\x1d\xcc\x38\xd4\x7c\xd7\x1e\x7e\x5c\xc6\x2a\x3b\x85\x1f\x7c\x65\x83\xaf\x5a\x6b\x78\x10\x6f\x48\x10\xa2\x1d\x3d\x8c\xaa\x3a\x95\x17\xa3\x9a\x3f\x92\xac\x26\x61\x87\xef\x90\xac\x1a\xb7\x5b\x40\xb2\x90\xa5\xa5\x2a\x6d\x86\x2c\x2d\x05\xa4\x6d\x4e\x18\xd2\x86\xae\xdb\x69\xa1\x09\xd3\x4d\x84\xa9\x3d\x9a\xb1\xb6\x85\xa9\x3d\x02\xb2\xb4\x62\x67\x08\xc8\x12\xb6\xdd\x62\xba\x2e\xed\xbb\xa7\x30\xc9\x92\x2e\x69\x38\x22\x4b\x94\x0f\x49\x97\x6f\xc2\x74\x8b\xb1\xf0\x5d\xb0\xb9\x11\x59\xe2\x3d\xb7\xd9\x1e\x89\xb9\x29\x4e\xc3\x5c\x4d\xc2\xc4\xb2\x94\x9a\x30\xf3\x21\x2d\x25\xc9\x9c\x58\xcf\x6b\xdf\xc4\x7a\x69\x6a\x5f\x1f\xed\x76\xd2\xd4\xbe\x89\x3d\xd0\x73\x66\x8f\xcc\xdc\x20\x1d\x64\xe6\xe6\x15\x0c\x8b\x66\x69\x2d\xaf\x24\x8c\xb9\x51\xba\x2f\xcc\x2d\xcc\x8d\xe6\x0b\x5b\x61\x6e\xe1\xbb\x94\x4c\xbe\xca\x77\xb5\x98\xfe\x52\x4e\xb6\x5e\x95\xff\x61\x70\xa9\x48\x7f\x15\xcb\xd0\x60\x98\xc9\x5c\x61\x9e\x06\xc3\x8a\xb0\x03\x76\xc0\xb4\xc7\xd0\x7d\x68\x30\xac\x09\x6b\x60\xd2\x55\x91\x5e\xea\x58\x60\x1b\xcc\xf4\x5c\xa7\xd8\xa7\xc1\xb0\x20\x2c\x82\x45\xb0\x28\x8c\x3d\x26\x32\x3b\xc9\xbc\x91\x6f\x23\x9f\x78\x55\x37\x67\xdb\xf7\x77\x92\x6f\xb3\xaf\x0d\x86\x49\xbe\x83\x5e\x6c\x70\xa9\xc8\xb3\xd4\x83\x2c\x07\x59\xbc\xe4\x3b\x13\x6c\x82\x99\xfe\x5a\xd4\xbe\x1a\x0c\x0b\xc2\x12\x58\x02\x8b\xc2\x0e\x18\xba\xf2\x26\x73\xcb\xd2\xb3\x06\xc3\xb2\xb0\x0d\x86\x5e\xbc\x9d\xa3\x15\xd6\x2b\xf7\x7a\x55\x58\x05\xab\x60\x76\x8e\xd6\x25\xb3\x06\x97\x4a\xb8\x84\xb1\x5e\x67\xbd\x60\xe7\x68\xdc\x51\xbb\xef\x28\xe8\x1c\x03\x59\x06\xb2\x84\xa0\x9c\xe0\xaf\xb1\xfc\xff\x0b\xef\xad\x6d\xb6\xdb\xf7\x76\x3a\xe6\xd1\x75\x69\x30\xcc\x8e\xd9\xa3\x96\xd6\x60\x58\x16\x36\xc1\x50\x65\xb0\x63\xf6\x24\x9a\x74\x4c\xaa\x04\x3b\x66\xcf\xa2\xb1\x06\xc3\x9a\xb0\x0a\xc6\xd1\xa3\x1d\xb3\x17\x5d\x83\x06\xc3\x9c\xb0\x0d\xc6\xd1\xa3\x1d\xb3\xe3\xe0\x34\x18\x16\x84\x15\x30\x68\x12\xa3\x30\x64\xb9\x29\x1b\x75\x8e\x31\xc0\x06\x98\xce\x81\x29\xf7\x9b\x8a\x51\xe7\x58\xa2\x93\x06\xc3\x74\x8e\xc5\xbe\xeb\xde\x57\xe7\x58\xec\xb1\x58\x4f\x81\xaa\xa3\xd3\x7e\xeb\x54\xe6\xdd\x77\x04\x43\xa7\x49\xf2\x6d\x74\xb0\xd1\x41\x92\x7c\x50\xb6\xdf\x94\x4d\x92\xef\x64\x30\xae\x5a\x41\xae\x1f\xce\x71\xee\x7d\x4d\xbe\xa1\x74\x85\xc1\xb0\x26\xac\x83\x71\x6f\x96\xb2\xb5\xc1\xbd\x8d\xfb\xde\xb2\xe9\x99\xd4\x89\xc1\x30\x2f\xac\x82\x21\x5f\x0e\xc2\x58\x2f\xdd\xeb\x45\x61\xac\x97\xee\xf5\x92\xb0\x0d\x86\xa9\x64\x3b\xc7\x20\x80\x8f\xfb\x7e\xb3\x64\x2e\xc8\x7c\x9b\x40\xd1\xbe\x04\xf0\x51\x58\xaf\x68\x3d\x78\x30\x6e\x1e\x28\x0c\x0d\xdc\xa3\x06\xc3\xb4\x1e\x2e\x6e\x74\xce\x51\xa4\x03\x02\xfd\xe8\xc8\xac\xb0\x39\x3a\x32\x77\xf6\x50\x38\x18\xb8\xc2\x71\xbb\x42\x25\x04\x03\xae\x8d\x9b\x43\x55\xfb\x0e\x64\xb9\xdd\x9e\x5c\xf5\x98\x9c\x6d\xa2\xfb\xa6\xb9\x13\x5d\x4d\xed\x4b\xd8\x1d\x93\x7d\xe7\x04\x93\xfe\xe0\xda\x58\x0e\x4c\xeb\x2d\xce\x41\xd8\xa8\x72\xd5\x83\xb0\xa1\xc1\x30\x9d\x77\x71\x47\xeb\xde\x43\xe7\x5d\x0b\x4c\xee\xb1\x3a\xe9\x74\x21\xb3\x0d\xc5\x55\xa6\x72\xdc\x75\xf8\x4c\xe2\x6d\x54\xba\x11\x45\x9e\x7a\xe0\x95\x07\x5e\xb9\xca\x53\x0f\xbc\xf2\xc0\x2b\x57\xa7\xe3\xee\x06\xc6\xd1\xe4\xbd\xc7\x66\xdb\xcd\x1e\xf2\xc0\x83\x2c\x43\x83\x61\xda\x17\x8a\x0f\x28\x5e\xe5\x6d\xc7\xe1\x68\xa7\x81\x69\x5f\x68\x3f\xf0\xde\x55\x9e\x75\x12\x11\xa7\xaa\x8d\x54\xe5\x45\x67\x8c\x60\xac\x27\xef\x38\x63\x05\xab\x60\x49\x58\x07\x43\x7d\x72\x6b\x53\x95\x45\x9b\x09\xf9\xe4\xd6\x66\x4a\x60\xa8\x5e\xee\x65\xa6\x02\x36\xc0\xb4\x5e\xba\xe7\xa2\x7a\xb9\x83\x99\x91\x2f\x5f\x60\x4e\x98\x07\x43\x66\x45\xf1\x99\x91\x39\x23\xb3\xdc\xc6\xc4\x4d\x4e\xdc\x64\x95\x3b\x98\x44\x9c\x49\xc4\xa9\x72\x07\x33\x0f\x30\x93\x25\x44\x45\xc9\x99\x91\x25\xdf\xb2\x80\xe9\xce\x67\xb9\xf7\x95\xae\x88\x4c\x93\xec\xa1\xca\xcc\x67\x69\x60\xe8\x5e\xe6\x3b\x31\xcb\x89\x59\x56\xe5\xdf\x13\xb3\x9c\x98\x65\xcd\x5a\x0f\xb3\x9c\x44\xb0\x5a\xa4\x83\xce\x1e\x1d\xfd\xc9\xcc\x67\xe7\x6c\x9d\x3d\x94\x57\x4f\x32\x46\x0d\x86\x49\xa7\x9d\x73\x10\xfd\x6a\x91\x2c\x64\xbd\x93\x48\x57\x65\xfa\x73\xc8\xb4\x26\x99\x47\x15\xc7\x27\x59\xc6\x9c\xe8\x40\xa6\x3a\x27\x3a\xc0\xb4\x9a\xcc\x72\x62\x46\x13\x33\x6a\x32\xad\xb9\x58\x4f\x95\x6d\x6a\xca\x6e\x26\xbc\x9f\x5b\x32\x37\x0f\x86\xcc\xf0\xbe\x89\xbb\x13\xde\xcf\x73\x7f\x27\x99\x0f\xe7\x38\x92\xa5\x29\x34\x2e\x5c\xf6\x82\xa7\x64\xcd\x4b\x15\x70\x5b\x70\xb2\x29\x34\x2e\x5c\xf6\x8a\xcc\x55\x18\x5c\x64\x23\x8b\x6c\xa4\xc5\xf8\xeb\xd1\x7e\x25\xa9\x4d\x83\x4d\x49\xc2\x12\x18\xc7\x54\x44\x5c\x50\x5b\x43\xcb\x99\xcf\x3a\xd0\x2d\x95\xdd\xfe\x82\xc5\x0b\x16\x93\xdf\x2f\x58\xac\xc1\x30\x9d\x08\x36\x2d\xd8\xd4\x64\x15\x0b\xe6\x2c\x98\xd3\x64\x15\x0b\x96\xac\x5e\xc1\x74\xca\xce\xbe\x38\xef\x26\x0b\x58\x38\xef\xd5\xef\xb9\x92\x65\xc8\xca\x34\xb8\xd4\x14\xe8\x16\x75\x8f\x06\xc3\xb4\xc7\x60\x8f\xc1\x71\x15\xe8\x16\xc9\xc3\x22\x79\x68\xb2\x80\x05\x9b\xd6\x40\xe3\x0a\x74\x6b\xa0\xf1\x79\xef\x21\x59\xa8\x67\x16\xb9\x6d\x53\x50\x5b\x24\x14\x6b\x72\x0e\x59\xc0\x22\x18\x2c\x82\x41\x93\x05\xac\x29\x46\x2c\x1c\x7f\x93\x05\x2c\x1c\xff\xc2\xc9\x37\x31\x7b\x2d\xe6\x12\xec\x9b\x02\xd8\x82\x4d\x4b\xb5\x41\xbe\xe4\x95\xe9\x61\xb4\xad\xfb\xc8\x97\x3c\xf0\xe6\x3e\x76\x4e\xc2\xa4\xd3\x8d\x57\xd1\x60\x58\x14\xd6\xc1\x3a\x98\xd6\x2b\xa2\x8b\x06\xc3\xb2\xb0\x00\x16\xc0\xb4\x07\xf5\xc7\x2e\xf7\x7a\x55\x18\xeb\x15\xd6\xd3\x7d\xec\x32\xc1\x26\x98\x13\xb6\xc1\x38\x87\xee\x83\x4e\x49\xdb\x9d\x73\xe8\x3e\x76\xe7\x1c\x3d\x83\x49\xbe\xde\xc0\xee\x3d\xb4\x2f\xdc\xd8\xe6\x34\x5c\xbe\xa4\xfb\x4d\x60\xdf\x83\x73\x48\xf7\x7b\xb0\x9e\x0d\x86\x69\x3d\x72\xea\x2d\x1e\xe4\x4b\x9e\x66\x93\x44\x6a\x30\x4c\x7b\xc0\x0d\x0d\x86\x35\x61\xec\x21\x6e\xe4\xab\x6a\x5f\xea\x9e\x3d\xd1\x7d\xd5\xbe\x70\x43\x4d\x1e\xc3\xa4\x7b\x92\x82\x3d\x91\x59\x9e\x6b\x93\x14\xec\x85\xcc\x4d\xeb\xc1\x0d\x0d\x86\x69\xbd\x85\xcc\x0b\x99\x9b\x74\x05\x5f\xf6\xb9\xe7\xea\x6c\x44\xdd\x7d\x24\x8b\x53\xcd\xb4\x0f\x67\x3b\x92\xc5\xa9\x16\xda\xd4\x47\x74\x95\xb2\x93\x37\xa3\xab\xd4\x8e\x22\x6c\x76\x8a\xba\x87\x08\x7b\xd4\xbb\xcb\x4e\x75\xca\xc1\x73\x9d\xc8\x7a\x81\xb9\xe2\xe9\xc9\xf7\x77\xa6\xd3\x43\xff\xe0\x58\x30\x72\xd9\xe9\x7e\x0f\x5c\xa3\xfb\x94\x9d\xee\x8d\xee\x53\x3b\xdc\x91\x93\xae\x0e\x77\x74\xe4\xf9\xb3\xbf\xc0\x26\xd8\x06\xb3\xb3\x1d\x12\xb2\xc3\x7d\x78\x25\x41\x87\xda\xf4\x28\x93\xc9\x5e\x19\xcf\xd9\xf2\x07\xe7\x88\xbb\x5e\x7e\xed\x9c\x0e\xc6\x7a\x16\xe9\xfa\xa5\x9e\x66\xbf\xe4\xa9\xb3\x3a\x6b\xfd\x52\x46\xd1\x2f\x25\xcd\xd9\x1b\x37\xfa\x95\xb2\xb0\x2c\x6e\xf8\xe6\x0c\x53\x3d\xd8\xe9\x52\xe5\x60\x59\x55\xbf\x64\x0b\x9d\x2e\x55\x0e\x5e\x7b\x74\xf6\x50\x42\x9b\x83\xe9\xb4\x5f\x4a\x68\xfb\x05\xef\x43\xd0\x7a\x9d\x7d\xe5\x73\x72\xb0\x4c\xa6\x5f\x93\x7d\xa7\x74\x1a\xb2\xf6\x58\xac\xa7\x42\x24\x87\x22\x4c\x85\x48\xbf\x36\xeb\x19\x87\x3a\x1d\xae\xee\x2c\xd1\x6f\xcd\x00\x55\x71\xdd\x29\xa3\x0f\xaa\xb0\xba\x53\x6a\xd3\x9d\x04\xb6\xf2\xb5\xd3\xdc\xea\x0e\x4a\x69\x21\xa5\x71\x0c\x6a\x52\x76\x77\x0a\x48\x31\xa4\x08\xa9\x20\xdb\x10\xdb\x8d\xe6\x57\x57\xf3\xcb\x9b\x93\xe9\xb4\xbe\xba\x1a\x51\xc1\xa8\xda\x69\x43\x75\xb5\x9c\xa2\x5d\x5c\xa7\xe1\xd4\x83\x55\x72\xd1\x4c\xb5\x07\xb5\x23\x7a\x30\x4b\x54\xeb\xae\xd3\x30\xea\x6a\x0e\x25\x33\x83\x4e\x6b\xa8\xab\x35\x94\xcd\x51\x75\x1a\x43\x5d\x0d\x9f\x62\xee\xb1\xd3\xee\xe9\x6a\xed\x28\xdd\xed\x34\x76\xba\x1a\x3b\xcd\xe8\xd5\x69\xeb\x74\xb5\x70\xe4\xcc\x3b\x0d\x9c\x4e\x03\xe7\xb2\xd8\xd0\xe9\xdf\x74\xfa\x37\xce\x12\xd3\x4e\xfb\xa6\x57\xb4\x68\xb9\x6f\xaf\x7c\x55\x0f\x8a\xcd\xbf\x1a\xc6\x7b\x63\x91\xa6\x45\x82\xb9\x9a\xde\x58\xa4\xdd\x8d\x55\x5b\x97\x6e\x7d\xbf\x4b\x67\x4b\x63\x3b\xcd\xfa\xde\xef\xa0\x61\x13\x07\x5f\x51\x58\xe5\x66\x14\xa1\xae\xea\x43\x5f\xa9\xdc\xec\xe4\xd8\x9d\x3c\x4f\x29\x6c\x27\xcd\xeb\xa4\x33\x4d\x9c\x9e\x67\x03\xe9\x6a\x45\xd5\xc5\x44\x85\x79\x7f\x59\x19\xd3\x17\x13\x15\xb9\xbc\x1c\x74\x27\x70\x75\x9a\xe5\x4e\xdc\x25\x06\x74\xf9\x21\xef\x65\x1e\xb8\xa1\x2e\x17\xe1\x83\xe5\x5e\x1d\x0f\xd1\x8f\xb1\xde\x07\x73\x10\xfd\x2c\xbe\xba\x85\xf0\x4f\xcf\x83\x0e\xf3\x90\xad\xf9\x68\xee\x7a\x60\x6a\x43\x8d\x5e\x9f\x2c\x9f\x1a\x58\xc1\x10\xc1\x7d\x36\x47\x35\x60\xf8\x80\xab\xd9\x4c\x63\x40\xd6\x01\x59\x8b\xb9\xdb\x01\x5b\x87\xd8\xea\x95\xa3\x0f\xe8\x3a\x44\x57\xaf\x84\x67\xc0\xd7\xa1\x86\x66\xb8\x8c\xc2\x03\x7a\x0e\xd1\x33\x38\x53\xce\x80\x9f\x23\xc2\x7c\x53\xce\x80\xa0\x43\x04\x0d\xde\x94\x33\x60\xe8\x10\x43\x83\x7c\xc7\x80\xa2\x43\x14\x0d\xd1\x94\x33\xe0\xe8\x10\x47\x43\x34\xe5\x0c\x48\x3a\x44\xd2\x90\xcc\x61\x0d\x48\x3a\x44\xd2\x90\xa3\x4d\x84\xa4\x43\x24\x0d\xea\xff\x0c\x48\x3a\x44\xd2\x50\x9a\x4d\x84\x85\x43\x2c\x0c\xd5\x1c\xc9\x80\x85\x43\x2c\x0c\xcd\x72\x88\x01\x0b\x87\x58\x18\x2f\xb3\xf7\x01\x0b\x87\x58\x18\x9d\x79\xe6\x01\x0b\x87\x58\x18\xfd\x65\x2a\x84\x85\x63\x58\xbc\x8c\xde\x2a\x8b\x31\xf4\xca\x30\x44\x4c\x1e\x28\x06\xc4\x1c\x22\x66\x94\xd7\x1b\x10\x73\x88\x85\x31\x4a\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x88\x85\x31\x49\x39\xb0\x70\x6c\xcb\x8e\x63\x96\x72\x76\xf2\x40\x5e\x3b\x02\x05\x41\x5a\x2b\x5b\xa1\x3f\xe0\xea\x10\x57\xa3\x7a\x59\x03\xae\x0e\x71\x35\x56\x8b\x84\x03\xae\x0e\x11\x33\xd6\x56\x9e\x9e\x27\xc4\x9c\x22\x66\x6c\x16\x2b\x26\xc4\x9c\x22\x66\x52\x6a\x36\x21\xe6\x14\x31\x93\x33\xb7\x3a\x21\xe6\x74\x96\xf9\x24\x6f\xa5\xc9\x74\x2a\x9d\xa6\xb8\x9a\xbc\xc5\xf2\x09\x57\xa7\xb8\x9a\x82\x69\x75\xc2\xd5\xe9\x2d\xfd\x48\x7a\xa7\x99\x7e\x0e\xa0\xa1\x89\x4e\xd0\x14\xa4\xb5\xa2\x96\x87\xd1\x33\x58\x15\x9b\xa2\x79\xfb\x19\xd4\xd7\x9b\x22\x79\x8a\xa6\x89\x09\xc9\x67\x18\xf5\xe3\x23\x25\x2f\x48\x09\x14\x43\x4a\x49\x6b\xa9\x4f\xc9\x90\x92\x59\xc7\x94\x1b\x7f\x9e\xb2\x8e\x94\xcc\x0d\x4f\xac\x63\x46\x2b\x4c\x52\xf6\xf6\x55\x54\x70\x65\xa0\x47\x3e\xa3\x4a\x95\x89\x8b\xcf\x51\x13\x11\x42\x36\x94\xb2\x65\x5d\x13\x1b\x9a\xb2\xa1\x54\x2c\x5a\x4c\x6c\x68\xca\x86\x52\xb5\xca\x6b\x62\x43\x33\x13\x2e\x42\x78\x7a\x9e\x90\x7c\x36\xcb\x6c\x52\xd3\x19\x9b\x7a\x06\x0c\xd9\x02\xe1\x6c\x7a\x9f\x9c\xcd\xaa\xef\x7c\x49\xcf\x4d\xcf\x84\x53\xc6\x91\x2f\xa3\xc4\xc4\x38\x66\xb3\x28\x95\x2f\x2b\xbd\x67\x53\x27\x89\x21\x5f\x01\xe8\x08\xb2\x6a\x92\x54\x70\x36\xb5\xbb\xa7\xac\x2a\x3b\x33\xc7\x89\x55\x4d\x59\x55\x76\xc9\x24\xc5\xaa\xa6\xba\x84\xd9\x3b\x13\xa2\x2b\xf8\x32\x90\x8e\xcd\xae\xe8\x3b\x65\x7b\x59\xef\x7e\x13\xdb\x9b\xb2\xbd\x2c\xab\x9a\xd8\xde\x1c\x7c\x65\xe1\x6d\x62\x68\x53\x86\x96\xa3\x85\xb7\x89\xa1\xcd\x49\x2c\xb5\xf0\x36\x31\xb4\x29\x43\xcb\xd9\xc2\xdb\xc4\xd0\xa6\x0c\x2d\xe7\x6a\x13\x31\xb4\x29\x13\xca\xc5\xe2\xd7\xc4\x84\xa6\x4c\x28\x57\x8b\x5f\x13\x13\x9a\x32\xa1\xdc\x2c\x7e\x4d\x4c\x68\xca\x84\xca\x65\xf1\x6b\x61\x42\x4b\x26\x54\x2e\x8b\x5f\x0b\x13\x5a\x32\xa1\xe2\x2c\x7e\x2d\x4c\x68\xc9\x84\x8a\x37\x12\x2e\x4c\x68\xc9\x5e\x8a\x72\xb2\x85\xbd\x2c\xd9\x4b\x89\x57\xfd\xd5\x48\xbc\x30\xa7\x25\x43\x29\xb1\xd8\xba\x18\xca\x0a\xe4\x13\x56\xa7\x2c\xac\x62\x89\xdc\x45\x94\x59\x90\x7b\x89\xb6\x45\xaf\x10\x0b\xda\x2e\xd1\xb6\xa8\x23\xb9\xa0\xed\x22\x37\xa9\x16\xb8\x16\xb4\x5d\xa2\x6d\x51\x23\x60\x41\xdb\x25\xda\xd6\xcb\x02\xd7\xc2\xf5\xaf\x6c\x36\x5d\x2f\x0b\x5c\x2b\xcb\xa6\x19\x6a\x31\x62\xad\xac\xfa\x73\x65\x12\x1d\x53\xfa\x22\x40\xac\x62\xa5\x7a\x75\x4d\x90\x2a\x39\x86\x5a\x6b\x13\x34\x80\x6c\x22\xea\x24\x8c\x2c\x85\x91\xea\xcd\xf5\x2f\xc2\xc8\x52\x18\xa9\xc1\x5c\xff\x22\x8c\x2c\x85\x91\x1a\xcd\xf5\x2f\x2c\x6c\xc9\x52\x6a\x32\xe3\x59\x58\xca\x12\xe1\x6b\x32\x27\xb5\x20\xfc\x12\xe1\x6b\xb6\x8a\x61\x41\xf8\xd5\x97\x41\x7a\x78\x59\x5d\x2d\x4d\x86\xea\xa4\x9c\xbe\x99\xa8\xb5\xf4\x88\xba\x20\xfc\x12\xe1\x6b\x35\xc7\xb2\x20\xfc\x1a\x96\x65\xd7\x5a\x83\xa0\x22\x48\x13\xab\xd5\x5f\x0b\x1b\x58\xb2\x81\xaa\xd2\x7c\x61\x03\x4b\x36\xd0\x2e\x8b\x9e\x0b\x1b\x58\xb2\x81\x26\x73\x5d\xd8\xc0\x52\x01\xdf\xf4\xce\xb8\x96\xea\x2c\x86\x76\x49\x2e\x4a\xfa\x25\x4b\x69\xfa\xcd\xc0\xc2\x52\x96\x2c\xa5\xa9\x98\x58\x58\xca\x92\xa5\xb4\x60\x01\x62\x61\x29\x4b\x96\xd2\xa2\x05\x88\x85\xa5\x2c\x59\x4a\x4b\xe6\xc1\x37\x96\xb2\x65\x29\x2d\x5f\xc9\x20\x7d\xb5\x65\x29\x2d\x5b\xfd\xbc\xb1\x94\x2d\x4b\x69\x7a\x07\xd8\x58\xca\x96\xa5\x34\xf5\x61\x37\x96\xb2\x65\x29\xad\x59\x86\xbe\x31\x85\x2d\x53\x68\xcd\xbc\xee\xc6\x14\x36\xef\xc4\x97\xea\xe9\x8d\x2d\x6c\xde\x75\x2f\x67\x3e\x6f\x63\x0c\x9b\x37\xdc\xcb\x9b\xe3\xdd\x58\xc3\xe6\x0d\xf7\xd2\xef\x40\x36\xe6\xb0\x79\x9b\xbd\x82\xdd\xc9\xc6\x1e\x36\xef\xb0\x97\xde\x52\x37\x06\xb1\x79\x87\xbd\x92\x95\x1d\x1b\x8b\xd8\xbc\xb9\x5e\x7a\xb1\xdf\x90\x7d\xdf\x29\x7b\xb1\x5a\x72\xc3\xe3\x4d\xce\x7e\x15\xab\xfd\x36\x44\xde\x24\xed\x57\xcd\xa6\x4d\x98\xbc\xab\x7a\x14\x97\xba\x7e\x9b\xf7\xd5\x4d\x26\x7f\x35\x4b\x3d\x36\xf4\xde\xbc\xfb\xb9\x4b\xaa\x6a\x7a\xf4\xd8\xe4\xef\xee\xb2\xba\x6c\xc3\xf9\x4d\x02\xef\x2e\xa3\xe0\x86\xf4\x9b\x0c\xde\xb9\x62\xeb\xc1\xfa\xdd\xef\x9a\xc2\x22\xcb\x86\xd0\x9b\x47\x19\x17\xcc\xd1\xef\xa1\x77\xec\x4d\x5e\xef\x82\x2e\x12\x96\xef\xa1\x37\x52\x17\x8c\x87\x7b\x9c\x1b\x73\xc8\x9c\x85\x79\x30\xcd\x8d\x46\xf4\x0d\xf7\x37\x15\x80\x8b\x46\xc5\x0d\xf9\xf7\xd4\x43\x83\x4b\xc6\xc5\x3d\xf5\xd0\xc0\x60\x67\x0b\xc2\x8e\x30\xd6\xcb\x56\x52\x6d\xac\x64\xd3\xff\x73\x59\x77\x84\x99\xec\xa5\x8e\xb0\xd3\x1b\xf3\xa6\xff\xb7\xe9\x73\x39\xbd\xeb\x6e\xac\x62\xd3\x33\x72\x7a\x30\xd9\x98\xc5\xde\xfa\x0d\x81\xab\xe2\xf2\x56\x67\x96\xc1\x79\xa5\x6f\x7b\xeb\x77\x05\x9b\xfe\x86\x93\x03\xdd\xd8\xcf\xa6\xf7\xe0\xd4\x27\xdc\x18\xd0\xa6\x07\xe0\x2f\xbb\xdf\x83\x05\x9d\x4b\xad\x52\xef\x5c\x35\x4c\x29\x09\x83\xc9\xdc\x84\x15\x61\x14\x79\xce\xee\xe8\x60\x6a\xe7\x52\xdf\xc7\xbb\x2a\x4c\x99\x17\x83\xdd\x91\x13\x36\x85\xb1\xaf\xf2\xb8\x83\x4d\x1e\xa7\xbe\x9e\xf7\xa6\xd3\xe3\x72\x00\xeb\x9c\xad\x09\x1b\x60\x3a\x6f\xd6\xbe\x4e\x89\xc8\xb9\xcb\xf6\xe0\x8a\x61\xc8\xc2\x2f\x50\x7c\xb0\x88\x71\xb0\xe8\xe3\xd5\xa7\xf1\x31\xd8\x5c\xaf\x3e\x21\x83\xf3\xc5\x38\x79\xbc\x7a\x37\x87\x5f\xaa\xf8\x58\xf4\x1d\xeb\x79\x75\xde\x7d\xb4\x52\xe0\x78\xf5\x45\x0f\xbf\x25\xf1\xc9\x6c\xe1\xe0\x0f\x4e\xd0\x6f\x17\x7c\xaa\xc2\xf4\xfa\x70\xf0\x11\x5e\xf5\xc7\xc1\x47\x1c\x7c\x84\xcf\x16\x5f\x0e\x3e\xe2\x44\xf5\x31\xbd\x1e\x73\x4f\xd4\xaf\x70\x0e\x7e\xc3\x17\x4b\xe2\x0f\x7e\xe3\x44\xf5\x8c\x7c\xbd\xda\xff\x0d\xe2\xc9\xff\x32\x86\x9f\xa8\x8e\x30\x83\x49\x9a\x85\xb1\xb2\xde\x99\xbc\xde\x94\x4e\x94\x7b\x3e\x78\x24\xdf\x2e\x93\x0a\x8f\x74\xf0\x48\x5e\x6f\x09\x07\x8f\x74\xd2\xfd\x9d\xa5\x4a\x07\x8f\x74\xb2\x6e\x30\xa8\x1b\x7a\x32\x37\xa8\xc1\xe6\x82\x45\x61\x54\xf6\xea\xdc\x1d\x3c\xd7\xc1\x73\x05\x75\xe9\x0e\x9e\xeb\xe0\xb9\x82\xb2\xbd\x83\xe7\x3a\x78\xae\xe0\x2d\x5b\x38\x78\xae\x83\xe7\x0a\x41\xcc\xc1\x73\x1d\xbc\x54\x88\xba\x7d\xbc\xd4\x91\x63\x72\x21\xe9\xf6\x9b\xba\xba\xe7\xee\x32\xa4\xaa\xef\x98\xdb\xec\x72\x5d\x48\x96\x6e\x9d\xa6\x2e\x27\x83\x7d\x97\x84\x25\x30\xd3\x69\xc8\xd2\x5f\x53\x87\x8a\xc1\x51\x69\x9e\x36\xd9\x43\x5d\xce\x90\xd9\x57\xcf\xec\xa7\x2d\xe6\x9a\x85\x1e\x3c\xe1\xe9\x77\xb7\x4c\x7a\xc1\x13\x9e\xbb\x99\x11\x93\x59\x23\x9e\xf0\xdc\xdd\x0c\xd5\x11\x07\xaf\x77\x78\xae\xcd\xf2\x3e\x87\xe7\xda\xc3\x33\x6c\xce\x11\x6c\x0b\x63\x3d\x35\x87\x0e\x5e\xef\x4c\xfd\x1a\x31\xeb\x17\x33\x67\x2a\xdb\x3f\x33\xea\x3b\xfd\x4a\xe5\x4c\xbd\xc5\x30\x54\x15\x26\x67\x26\xa6\xea\xad\x25\xeb\xc7\x27\x47\x6f\x8a\xcf\x87\x67\xbf\xac\x1f\x9a\x1c\x9e\xfd\xce\x94\x51\x64\xfd\x3a\xe2\x4c\x05\x88\x83\xb3\xcd\xfa\x15\xc0\xc1\xd9\x9e\x39\xd4\xa8\xd4\x2b\xfb\x99\xaa\xad\x18\x62\x8c\x92\x44\xb5\xd5\x99\xfa\x81\x43\x56\xc2\x73\xa6\x1a\x63\x67\xd2\x07\x2c\x4d\xa2\x6c\xb6\xd5\x6f\x68\x32\x0c\x9f\x9b\x53\xa0\x01\xd5\x44\x07\x3f\x7d\x96\x5e\x4d\x73\xb5\xc4\xee\xe8\x69\xea\xf9\xe0\xbb\x73\xb5\xaa\xfb\xe0\xbb\xcf\xa2\xe7\xac\xdf\x84\x9d\xa5\x9e\xf3\xb9\xdf\x28\x9a\xc5\x9b\x83\xef\x3e\xfa\x19\xa5\x2b\xfa\x5d\xd7\xd9\xea\x8f\x1e\x3d\x23\xb8\xa2\xb7\x87\xb3\xf5\x66\x74\xf0\xf1\x45\xfd\xfe\x83\x8f\x3f\x6a\xfb\xbb\x72\x59\xba\x7d\xd4\xfc\xbf\x07\x5f\xb5\x83\x0a\xe1\xb3\x15\x95\x8a\x3a\xf1\x67\x6f\x76\xd5\x1b\x5d\x71\x41\x33\x39\x2d\x91\xa0\xb8\x5f\xbc\x9f\xd9\xff\x7f\xe9\x6f\x4f\x3f\xff\xe2\x77\xfe\xf8\xfe\xbe\x5f\xbe\xe9\xd7\xc5\xfa\x55\xef\x63\xed\xf3\xf9\x65\xff\xfc\x4b\xe5\xb7\xd7\x37\x9b\xa5\xff\xfe\x3b\x00\x00\xff\xff\xa0\x76\xd7\x85\xd5\x2c\x00\x00"); +var _eabb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\x1c\x82\xcc\x23\x29\x8a\x8f\x12\x49\x79\xaf\xde\xdd\xbc\xbf\x39\x1e\x9e\xa6\xab\xdf\xce\x0f\xbb\xdb\xfa\x34\xb5\xc3\x71\x7f\xae\x8f\x0f\xcf\xe7\x5d\x9d\xb6\xf5\xee\x70\xdc\x6c\x7c\x98\xf6\x87\xdd\xd3\x80\xf8\x6f\x77\xbf\x9e\x36\x9b\xab\xcf\xc7\xc3\x87\x9b\xdb\xaf\x2e\x78\x79\xfb\xf9\xd3\x4f\x12\xde\xfe\x3c\x3d\x3f\xd6\x8b\xf6\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x2f\xfb\xe7\xd3\xc5\xd3\x34\x5d\xfd\x5e\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\x1f\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7a\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xa7\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb2\xde\xd7\xe9\x3b\x51\x7d\x81\x0d\x4c\xbe\xd4\xf3\xe3\xe1\xe1\x38\xf9\xff\x3b\x97\x4d\xfc\xe9\xdb\xa9\x4e\xfe\xe2\xea\xeb\xe7\x9b\xf7\xd3\x9f\x7e\xf2\x6e\x0a\x69\xf6\xe9\xaf\x8b\xfc\x8f\x8f\x0f\x7b\x5a\x79\xe7\x94\xc8\xee\xb0\xdf\xfd\xbd\x9e\x37\x3f\x38\xe7\x5c\x70\x3e\x5d\x4f\x4b\x2e\x81\x78\x06\x4e\x03\x07\xd5\x67\x62\xd5\x2f\x17\xec\x8b\xbb\x9e\x16\xc9\x84\xbe\xc3\x99\x30\x74\x58\x08\xa5\x43\xae\xdd\xc5\xeb\x29\x8b\xf7\xc4\x09\xd8\x11\xcf\xc0\x23\x36\x5f\x3b\x76\x2f\xf0\x02\x1c\x89\x33\x30\xfd\xd5\x02\x2c\x17\x2c\x65\x7b\x3d\xf9\xe0\x63\xa6\x60\x07\xc1\x6c\x82\xbd\x5a\x2c\x14\x54\x08\x92\xa3\xa0\xbd\x5a\xb2\x3a\x5d\x52\x28\xf0\xba\x64\xa6\x20\xbc\x5e\x22\x6a\x91\x28\x88\x2a\x30\x8b\xf4\x7a\xc9\xac\x16\x0c\x6c\xed\xdc\x5f\x1a\x64\x60\xd3\x17\x60\x0b\x62\x7d\xed\x71\xdb\x0d\x96\x40\xbc\x03\xf6\xc4\x7b\xe0\x41\x3c\xb9\xdd\xf5\xb4\x44\x5e\x8c\xe4\xf6\xc0\x0b\x71\x05\x9e\x89\x1b\xf0\xd8\x2f\xf9\x7e\x51\x92\x13\x62\x0f\x4c\x7f\x3e\x00\x47\x62\x01\xa6\x3f\x1f\xe1\xcf\x13\x27\x60\xf3\x37\x03\x07\xe2\x05\xd8\xfc\x65\xe0\x42\x5c\xe0\xdf\xfc\xad\xc0\xe4\xeb\xb7\xc0\xe6\xaf\xf3\x4f\xc1\xf6\xdb\x03\x93\xbf\xaf\xc0\xc6\xa7\x01\x73\xff\x00\xfe\x81\x7c\x02\xf8\x07\xc6\x13\xc0\x3f\x30\x5f\x28\xbc\x24\xf4\x87\xc2\x4b\xc2\xfd\xc3\x02\xcc\xf8\x42\x06\xb6\xfd\xc0\x8f\xc5\x96\x02\xf8\x89\xed\x0f\x7e\x62\xfb\x81\x9f\xe7\x7e\x82\x78\x3d\xed\x25\x22\x1f\xf4\x27\xd8\xcf\x71\x7d\x84\x7d\x64\x3e\x23\xf8\x45\xe6\x33\x82\x5f\x64\xbc\x11\xe7\xcb\x4a\x4b\x11\xfe\x59\x46\x29\x82\x7f\xe4\xfe\x11\xfc\xa3\xed\x07\xfe\x89\xf9\x88\x88\x27\x0d\xff\x73\x3f\xaf\x1c\x82\x27\xee\xf7\x39\xf8\x42\x5c\xa1\x37\xfb\x06\x3c\xe2\x5d\x9c\x56\xed\x32\x36\x5c\x7a\x5d\xe7\xe0\x2e\x0e\xc4\xe1\x42\xe4\x71\xc1\xc4\xe1\x42\x94\x51\xf6\xe2\x70\x01\xca\xa8\x58\x71\x48\x48\xf1\x99\x58\x80\xe9\x0f\x84\xcb\x08\x40\x1c\x08\x96\x41\x40\x5c\x2c\xc0\x61\xe0\x19\xeb\xc7\x85\x14\x97\x15\x33\x9e\xac\xfe\x12\xb1\xfa\x63\x7c\xb9\x02\x33\xbe\xde\x1d\x73\x58\xe8\xbf\x20\x81\x0b\xf7\x47\xa3\x9b\x45\x4c\x00\x42\x21\xf7\xa9\x36\xa6\xca\x26\x7f\x6f\xcc\x88\x5b\x35\x38\x92\x5d\x11\x9c\x90\xec\x8a\xe0\x5e\xf8\x06\x59\x61\x30\x3b\xac\x17\x92\xad\x8a\x49\xb6\xaa\x3f\x92\xad\xea\x8f\x64\x2b\xc8\x0a\xc9\x36\x3d\xbc\xb1\x5f\x68\xed\x7a\x0a\xe2\xd2\x08\x50\x9c\xeb\xb3\x67\xf4\x7d\x11\x27\x1d\x8f\x72\x11\x71\xbd\x65\xfb\x32\x9b\x01\x86\x17\x23\x14\x37\xab\x81\xa7\x60\x51\x41\xa2\x20\xab\xc0\x96\x14\x15\xd8\x26\xab\x0a\x66\x0a\xb6\x10\x2c\xb6\xeb\x4e\x05\x81\x02\xbd\x85\x34\x40\xdb\x2c\x91\x51\x78\x84\x19\x4d\x8f\x19\x2b\x86\x35\xca\x6c\x82\x0c\x03\x26\xc6\x6b\x90\x99\x3b\xa2\x90\x24\x91\x45\x6f\x64\x59\x78\xd4\x12\x90\xb9\x48\x52\x41\x33\xc7\xdc\x4b\xef\x74\x5d\x60\x1e\x66\x70\x30\x03\x1c\x66\x64\xe2\x7a\x2b\xcb\xc2\x4a\x13\xb4\xb2\xf2\x22\x82\xbd\x3a\x64\x08\xe2\xb1\x80\x21\x08\x6a\xdb\x39\x7a\x14\x3d\xdd\x48\x8c\x08\x46\x73\x12\x91\x05\x0b\xbc\x19\x64\x15\x30\x06\x29\x60\xc9\x18\x64\x55\x03\x73\xb1\x85\x81\xc5\xb4\x53\x03\x26\x5a\xf6\x2a\x60\x94\xd1\xab\x80\x4b\x22\x32\x6b\x51\xf5\x0e\x91\x25\x19\xd6\xa0\x82\x09\x50\x45\x76\xd8\x71\x45\xa2\xc8\x22\xe2\xb2\x58\xd0\x11\x47\xc9\x2a\x91\x84\x0a\xb7\xa3\x4b\x9a\x37\xcb\x53\x12\x15\x98\x45\x54\x01\x33\x9b\x10\x63\xe4\x8a\x05\x6f\x30\xf7\x42\xa0\x79\xb0\x20\x16\xcd\x43\xe4\x05\x5b\xaa\x0a\x78\x1f\x96\x86\x1b\x76\x71\xd1\x9a\x43\xa7\x1a\x65\xd3\x9a\x43\x6b\x5f\xa8\xf7\xfa\xf6\x19\xb3\xbe\x35\x6d\xd5\xe3\x6c\x5a\x13\x5c\xa0\xf1\x36\x69\x4d\xa0\x77\x74\x20\x0d\xdd\xc2\x0d\x9c\xd4\x3e\x11\x6b\x37\x99\x89\x75\xbd\xe1\xfa\x72\x54\xb4\x86\xee\x95\x73\xf9\x4f\xe7\x94\x85\x9d\xf3\xbc\x1e\xef\xea\x65\xee\xc8\xd6\x5d\x4f\xe3\xd3\xa3\x05\x27\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\x7d\xbb\xb8\x70\xb4\xf6\xde\x35\x3e\xf1\x8a\xca\xf6\xaa\x9b\x4d\x85\x07\x54\xe6\x80\xed\xed\x6a\x7c\x16\xa8\xcc\xe1\x6a\xaa\x2d\x54\xf6\xec\x10\xaa\x02\x26\xbc\x30\xf8\x5e\xa6\xe3\x13\x8f\x25\x6f\x8f\x0b\x4f\x95\xe0\x9d\xc0\xb9\x9c\x24\x99\x0a\x4f\x00\xc7\x30\x7a\x0d\x8e\x4f\xbc\x6e\xf8\xa7\x42\x12\xdb\x0b\x87\x99\xa2\x3d\x1c\x6c\x15\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc2\x63\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\xf0\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x67\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfb\x89\xd3\xae\xcd\xc6\x20\xd1\x74\x49\x75\xd6\xe2\x6d\x5d\xd4\x75\xc1\xda\xa0\x98\x6e\x56\x9d\xb5\xc0\xad\xe9\xb4\x33\x05\x6b\xc8\xc6\x21\xa9\x4f\x9b\x9b\x29\x99\x4e\x7d\x8e\xd3\x6b\x8d\x77\xa5\x35\x54\x4e\x2e\x54\xa5\x46\xd5\x7c\xf9\x43\xd2\x5f\xba\x82\x36\x01\x80\xfb\xf5\xb4\xe1\x0f\x06\xbb\xe7\xf3\xb9\x1e\x9f\xf0\xf3\x04\x7e\x0c\xe8\x7f\xe0\x1f\x8e\x95\x3f\x84\x9c\x1e\x4e\x7d\x15\xfe\xfd\x1b\x00\x00\xff\xff\x3c\x91\x84\x09\x34\x11\x00\x00"); +var _fcffb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xaf\x6e\xcd\x91\xa0\x35\xf7\xaf\xd8\xc3\x66\xd0\xd4\xca\x7b\xa6\x64\x1d\x09\xca\x58\xb8\xa5\x06\x44\x75\x01\x12\x62\xf0\xae\x5b\x61\x89\xfa\x6c\xd9\xae\x41\xfd\x7b\x94\xcf\x13\xe7\x73\x0b\x21\xed\x33\x39\x6b\xed\x77\xe5\x2d\x32\x32\xee\x19\xf1\x0f\xff\xf8\x87\xdf\xfd\xe1\x97\x3f\xfe\xed\xeb\x1f\xfe\x97\xbf\xfc\xe9\xfa\xa7\xe7\x6f\x5f\xef\x1f\x7f\xb9\xff\xf2\xfc\xf5\x4f\xff\xf6\x97\xeb\xf9\x3a\x9f\x7f\xf9\xe3\x2f\xbf\xf9\x4d\xca\x5f\xf7\x1f\xaf\xbf\xfd\x7c\xe5\xbf\xeb\x5f\x3f\x7f\xfe\xcd\x6f\x76\xfb\x7f\xfa\xf7\xbf\xfe\xed\xf9\xd7\x3f\xfc\xf2\xfe\xe9\xab\xf8\xdd\xfd\x6f\x7f\x8e\x6f\xbf\xbe\xfe\xe1\x7f\x7d\xfe\xe5\x8f\x7f\xfd\xdb\x5f\xfe\xfd\xeb\x3f\xfc\x77\xf7\x9f\xce\xe7\xbf\xf9\xba\x9f\x77\xff\xfd\x7f\xfe\xcb\xfd\xfc\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xf8\x4f\x9f\x3f\x7f\x7e\x49\xbf\xfe\xf0\x4f\xff\xf6\xe7\x3f\xff\x3f\xcf\xbf\x3e\xbf\xfc\xed\x6b\xf0\xb7\xe7\x97\x9b\xff\x7f\xf3\x0f\xff\xf8\x9f\x3f\x7f\xfe\x9f\x3e\xff\xfa\x7c\xfd\xc3\x3f\xff\xf2\xc7\xff\xf4\x87\x7f\xca\xc7\x51\xff\xe3\x3f\xff\x97\xdf\xa7\xfe\x1f\xff\x47\x3e\xe1\x8b\xff\xed\xf9\xcb\x5f\xff\xf8\xa7\x5f\xbe\xd2\x7f\x7b\xe4\xf4\xf7\x3f\xff\x97\x7f\xff\xf3\xf3\x95\xa2\xa7\xff\xe3\x9f\xff\xf0\xbb\xaf\xff\x33\x7d\xa5\xe3\x2b\xb7\x9e\xd6\xff\x15\x7f\xff\xdf\xff\xf3\x9f\xee\xe7\xeb\xf0\xad\xb8\x8a\xeb\x4f\xf7\xf3\xd7\x3f\x7f\xae\xe7\x2f\x9f\x5f\xfe\xe5\xf9\xcd\xd7\xd7\x6f\x8f\xe3\x38\x7e\x7c\xed\x7f\xbf\xfd\xdd\xf8\xfd\xef\x7f\xec\xbf\xfd\x6e\x1e\xc7\xef\xfe\x71\xff\xfd\xb7\xbf\xfb\xef\x7f\xff\xfb\xdf\xfd\x3e\xfe\xfe\x3f\xfc\xfd\xdb\xdf\xf3\xb7\xe7\x97\xfb\xff\xd3\xe3\x6f\x92\x03\xfd\xf2\xa7\xbf\xdd\xcf\xeb\xdf\x62\x8c\xdf\x1e\x47\x7a\x7f\x7c\xa5\xdd\xea\xbf\xfe\xf9\x37\xe9\x38\x62\x76\x7f\xbc\xaf\xff\xfb\xf3\x97\xdd\xa0\x5d\x3f\xbe\xd6\xd8\x4f\x63\x3f\x2d\x9e\xee\x1f\x5f\xab\xf2\xf4\xfc\xf8\x4a\xc7\xb1\x1f\x3f\xc7\xee\x72\x3f\xd4\xfd\x37\x9a\x7c\xda\x8f\xaf\xee\x1f\xfb\x8f\xaf\x55\x78\x1a\x3f\xbe\x46\xb6\xc9\xfc\xf1\xd5\xab\x5f\xae\x1f\x5f\xa9\x65\x1e\x3f\x3f\xbe\x52\xf5\x83\x73\x77\xc5\x98\x9f\x6b\x7f\x60\x0f\xf7\x7e\xb4\xdb\x3d\x7e\x63\x2a\x9f\xbd\xa4\xcc\xb7\xe7\xf1\xe3\x6b\x38\x83\x33\xfd\xf8\xea\xce\xf5\xac\x7b\xb4\xc6\x63\xdb\xcd\xfc\xb6\xff\xf8\x1a\x63\xf2\x38\x7e\x7c\xa5\x64\xb3\xf9\xe3\x2b\x15\x9b\xed\x99\x75\xa6\x73\x32\x33\xff\xba\x67\x96\x99\xce\xc9\xc0\x7d\x3f\x5e\x7d\x37\xa3\xdf\x7b\xec\x81\x19\xed\xde\x9d\x55\xd6\x76\xef\x6f\x1b\x9d\x3d\xfb\x5b\xa7\xf3\xf2\x2d\x3d\xbc\x7c\xbb\xa7\x93\xf6\x56\xad\xd2\x3b\xcf\x89\xe7\xc4\x73\xde\x7d\x8c\xe6\x0f\x85\x97\xbe\x78\xa9\xbc\x94\xc1\x0b\x6b\x1c\x8c\x90\x8e\x6e\x1b\x3b\x1e\xbc\x0c\x7b\x9b\xbc\xcc\xc2\xcb\xf2\xc5\xde\x3e\x3f\xbe\xf2\x51\x8a\xbf\x9c\xbc\xb0\x43\xe9\xb8\xec\xcd\xcf\x6e\x7b\xf3\x97\xc7\xe9\xd8\xf5\xeb\x2f\x1b\x60\x29\x1d\x74\x90\xf9\x2c\x25\x7f\x61\x6e\x29\xb3\x36\x3a\x4b\x85\x67\x5b\x74\xc7\xf7\x65\x38\x3e\x93\x49\xce\x99\x4d\x49\xc9\x39\x0f\x7f\xf9\xec\xf6\xcb\x7e\xcf\x8d\xa5\xa0\x41\x4a\xce\x78\xda\x97\x33\x5e\x36\x7f\x1c\xc5\x26\xaf\xa3\xf0\x92\x9d\xb1\xd0\xcc\xc9\x5f\x00\x7a\xce\xfe\xe2\x8b\x40\x9f\xb6\x11\xe8\x8b\xf5\x67\x17\x00\x96\xa4\x0c\xd0\x67\xb2\xcd\x64\x6a\x4c\x20\xaf\xfd\x9c\x80\x4b\x66\xfa\xdd\x11\x4f\x9e\xfd\x7b\x4c\x12\x18\xe5\x98\x24\x5f\x95\x98\x24\x1b\x5b\x36\x58\x2b\x23\x14\xa7\x98\x59\x70\x29\xbe\xf8\x51\xcc\xd7\xcf\x62\xbe\x8c\x52\x9c\x2f\x47\x2f\x95\x00\xb8\x6d\xa6\x1d\x30\x7e\x11\xe0\x31\xfe\x47\xe8\xdb\x46\x24\xa9\xf6\x76\xf1\xe2\x26\x15\x41\xee\x02\x8a\x48\x52\xed\xc0\xd5\x64\xc0\x57\x63\x35\xb4\xa9\xac\x06\x48\xd6\x8d\xf2\x7e\x5f\x03\xe1\x19\xa3\xba\x96\xc1\x5a\x6a\x73\xf4\x02\x35\x0c\x0a\xf6\xff\x47\xd3\x52\x75\xa1\x62\x69\xf5\x34\x74\x76\xa9\x8a\x59\xc3\xa1\x96\xb3\xf1\x33\x4f\x43\x76\x28\x50\xcb\xfd\xaf\x9b\x2c\x16\x01\x50\x6f\xf6\x8c\xb5\xb4\xc3\x7e\xd9\x81\x16\x08\x0f\x34\x1b\xab\x61\xbc\xb6\x57\x53\x81\x4a\x73\x2d\xe2\x5e\x73\x5f\xba\xdf\xc7\xbe\xd8\x93\xfb\xe2\xfa\x5b\x1c\x04\xdb\xc4\x41\xb0\x37\xf7\xc5\xbd\x6c\xa7\x2f\xf6\x16\x47\x81\x25\xb6\x38\x0a\x4e\x26\xf6\x85\xf5\x36\x0f\x2f\xb4\x2a\xf5\xbd\x2f\xe2\x71\xdf\x07\x21\xd3\xb8\x4b\x88\x44\xd7\xee\xbe\x4c\x1a\x77\xd7\x22\x22\x74\xd7\xd2\xfc\x25\xce\x84\x6d\x5c\x4b\xf1\x33\xcf\x04\x4b\xe9\x9e\x09\x3f\xf2\x4c\x30\xf7\xee\x99\x70\x22\xb1\x0e\x7f\x88\x75\x00\xa2\xfe\xd0\x93\xcf\x2f\x3d\xb1\x53\x23\x76\xc4\x17\x77\x64\xb2\xbe\xe1\x69\x91\x56\x0e\x4f\x8b\xa3\x8c\xea\x31\xf0\x33\x31\xcc\x2d\x1d\xae\xc4\x65\x8d\xd8\x15\x3b\xd8\xa7\xc5\x93\x37\xdc\x13\x37\x7b\xb8\x27\xd2\xd0\x11\x7b\xe2\x67\x41\x50\x7d\xb9\x77\x73\x7b\xda\xe7\xde\x53\xb7\x36\xb0\x85\xce\x02\xd4\x53\x54\xbc\xb2\x2f\x4c\xe3\x02\xff\x84\xc2\x25\x14\xfc\xe8\xe5\xef\x80\xea\x3e\x80\x08\x0b\xba\x13\xdf\xd0\xf6\xce\xfc\x9d\x99\xde\x85\xbf\xfb\x5c\xf9\x3b\x23\xdf\x71\xc4\x98\xd1\x2d\x4f\x91\x3f\xdc\x02\x40\xe2\x73\x8b\x96\x52\xee\xdb\x53\x24\xf2\xdd\x82\x40\x6a\x7b\x07\xb9\x60\x9b\x6f\x41\xe0\x99\x7a\x1d\x47\x78\xbc\x48\x1b\x2c\x30\x6f\xaa\xb4\x2a\xcd\xb3\x07\x6c\x82\x3d\xb9\xb1\x92\x34\x79\x16\x24\x74\x95\x5b\x00\xcb\xaf\x58\x0b\x88\x9c\x3d\x62\x13\x6c\xcf\x8d\xb5\xcc\xc3\xaf\x24\xd5\xf1\xd9\xf4\x65\xf1\x02\x5e\x66\x3b\xfe\xf0\xec\xdf\xa5\x07\xb6\xbe\x1c\xfd\xe0\xe5\xf1\xc5\x41\x5e\x07\xa1\x49\x77\xf6\xec\x73\xee\x49\xe6\xc0\x88\x1e\x9e\xe9\x22\x3d\x3c\x13\xfa\x9e\xbb\xb3\x4c\x76\xe0\x2c\x41\xa0\xdc\x63\x96\x83\x17\x80\x3c\x67\xfb\x8e\x10\xe6\x38\x43\xcb\xde\x6f\xa7\xe7\x8b\xb4\x60\x39\x94\x13\x67\xa7\xb3\xa7\x68\x26\xc6\x8d\x53\x04\xc3\xcd\x43\xb8\x83\x5a\x79\x08\xf7\xc3\x36\x2e\x09\x9e\x93\xf7\x29\x5a\x15\xb6\x9a\x87\x2b\x9a\xbe\xb8\x08\x4e\x74\xf6\xe4\xcc\xc3\xce\x5c\x51\xb5\xb3\xd3\x5f\x6c\x13\x93\x76\x36\x31\x69\x7e\x99\xce\x13\x59\x26\xcf\x00\x30\xf3\x9c\xce\xf3\xf0\x05\x54\x87\x52\xe5\xe9\x34\x39\xba\x79\x3a\x1b\x0e\x47\x9e\xce\x06\x0e\x9a\xa7\xb3\x29\x7e\xe6\x39\x46\x7a\xcb\xf3\x62\x69\x7e\xe5\xcc\x5c\xe7\x14\x0f\x92\xc3\x08\x4e\xe4\x8f\xbc\x9c\x26\xe7\x34\x2f\xa7\xe9\x6c\x16\x07\x52\xfc\x5c\xce\x4c\xfc\x5e\xe2\x04\xe4\x31\xaf\xd8\x79\x3b\x73\x9a\xcb\x36\x22\xe2\xb2\x33\x67\x93\xfc\x25\x26\x00\x38\x3f\x31\x26\x1d\x7c\xe2\xe8\x00\xb4\xd3\xa9\x41\x4e\xf2\xe9\x2f\xee\xf4\x29\xee\xb9\xe8\x2d\x0a\x8b\x41\xe7\x5e\x3e\x7f\xbb\xec\xd4\x9d\x40\x2a\x16\x74\x97\xcc\x16\x02\x92\x2f\xa7\x5e\x6d\xb1\x7e\x8a\xef\xf9\xda\xf0\x15\x95\xaf\xf3\xc7\x17\x44\x35\x5f\xae\x06\x62\x91\xa5\x61\xa2\xc3\x1d\xf3\xa7\xff\x9f\x94\xc7\x97\x90\x66\x01\x00\x94\x47\x0c\xbe\x83\xf4\x32\xee\xa6\x3b\x2e\xea\x96\x87\x34\xbf\x71\xc3\xe0\x6d\x65\x4b\xe2\xcc\xa2\x6c\x71\x7b\xf9\x54\x7f\xce\xb7\x6c\x49\x3b\x43\x14\xca\xf1\xeb\x28\x65\x4b\xcc\xa9\xf8\xed\x9e\x7b\xb1\xab\xfb\xef\x6b\x2e\x0a\xc8\x13\xe6\x52\x92\x58\x05\xfb\x2e\xca\xab\x13\x09\xa5\x28\x61\x4e\x58\x60\x51\xc2\x9c\xcd\x97\xf1\x53\x4d\x29\x19\x8d\x85\x6e\xb3\x58\xe0\x8c\x73\x74\xeb\x2f\x76\x8b\xe0\x5e\xb2\xa3\xc3\x0e\x4b\x71\xaf\x91\xc2\xcb\x16\x1e\x61\x72\x45\x61\x71\xa2\x2a\x94\x82\x76\xc3\xc0\x25\x86\x60\xe6\xc5\x5e\x87\x2f\x2e\xd0\xe6\x41\xd7\xe0\xab\x65\xc2\x30\x2b\x1b\x5b\x26\xd2\xa1\x24\xb3\xcc\xc7\x17\xe0\x36\x5f\x5f\x68\xb3\x10\x08\x3d\x04\xe5\xf3\xf1\x17\x5f\x4e\x5f\x18\xe7\x8c\xcf\x68\x03\x47\xec\x39\xe7\xef\xc8\x5f\xb9\xec\x10\xd4\x2f\x97\x1d\x42\x4f\xcb\xe5\x8c\xdc\xa6\x8d\x6d\x29\x1f\x9c\xd7\x02\xba\xe5\x63\xf9\x4b\xf3\x85\x36\xa0\x55\x3e\x40\x8f\xba\x15\xb6\x74\xb0\x05\x15\xe1\xef\xe0\x88\xbc\x30\xcd\x9c\x36\x4e\xa6\x87\xf3\x52\xf6\x21\x49\xcf\x09\x97\xdb\xbc\x21\xbd\x03\xf4\xde\x47\x3a\xbd\x43\xc6\xe6\xdf\xa1\x08\x7b\xc9\xe9\x1d\xd0\xad\x0d\xb2\x7c\x6c\x8d\x30\x6f\xb0\xe4\x63\x23\x68\xf7\xaf\x5b\xe3\xea\x5b\x4e\xcc\x07\xfa\x56\xe5\x69\x03\x27\x1e\xcb\xdf\x1f\x6b\xec\x6c\x3e\xd2\x56\xd9\x3b\x7d\x6d\x05\xac\x6f\xf4\xc8\xc7\xd6\xb8\x96\xbf\x2f\xcf\x78\x3e\x40\xd8\x3d\xc9\x7c\x80\xae\x87\xbf\xef\xfd\xcf\x8e\xfa\xb0\xd6\xfd\x98\x19\x76\xf1\xc8\x00\x3e\x32\x00\xcd\x36\xfe\xa1\x43\xe6\x63\x6b\x11\xc8\x0e\xf9\x00\xb3\x72\x4a\xf4\x51\x9e\x38\x66\xf9\x28\xa2\x6e\xa5\x97\xea\x7e\x4f\x1a\xa3\x11\x1c\x34\xae\xcb\xc6\xfc\x9d\x3d\xe8\x79\xd2\xd3\x66\xdd\x63\xba\x9e\x2d\x01\x0f\x08\x55\x3e\x80\x7b\x19\x3e\x33\xc4\x72\x51\x1f\x36\xaa\xd1\x2d\x64\xa2\xa3\x4c\xe5\x03\x32\x91\x8e\x8d\xac\x19\x85\x3d\xa5\xd9\x7c\x29\x3f\xbe\xc6\x66\x85\x59\x4d\x3c\x71\xea\x32\x2a\xf6\x2c\x87\xdf\x7c\x78\xae\x3c\xbf\x62\xcf\x9e\x2d\x6a\xf0\x3c\x32\x1f\xed\x5d\x18\xdd\x9e\xb6\x16\x3a\x0f\x07\x40\x09\x65\x16\x28\x9a\xab\xc4\x9f\xa1\xb0\x2d\xf9\xb2\x41\xb9\x0f\x6f\xfe\xa9\x42\xb2\x9d\xaa\x7d\xf9\x98\xcc\x68\xc3\x7b\x96\xcd\x4e\x33\x4a\xcb\x42\x33\xce\xe8\x2c\x0b\x06\x9c\x51\x59\x16\x4c\x2a\xff\xd4\x4d\x32\x0d\x36\x98\x66\xd9\x5c\x3e\xa7\xcd\x24\x17\x12\x75\x46\x5c\x45\x98\xcb\x88\xab\x68\x7e\x39\xc1\xc6\x72\x3e\x98\xd1\x66\x0b\xb3\x1c\xfc\x70\x9d\xfe\x40\x9f\x90\xfa\x9c\x1d\xcd\xc3\x97\x9d\xc6\x96\x51\x91\x9f\x33\x62\x29\xb4\x3a\xa7\x67\x77\x74\x24\x9f\x07\xcf\x7c\xf2\x4c\x9e\x01\xef\xb3\x78\x66\xe0\x2d\x5d\xce\xc2\x37\x79\xef\x19\x72\x77\xce\x07\x9d\x2f\x1e\xf7\x94\x81\x67\x66\xf3\x72\x9a\x7e\x12\x8a\xe3\xe0\x65\xec\x8d\x39\x78\x9c\x3f\xbe\xd0\x9b\x72\xd6\x84\x52\x37\xbd\xcd\xf9\xf0\x88\x2c\x7f\xd9\x9b\x51\x1d\x55\xa5\x17\xd4\xcf\xfb\x70\x8e\xce\x66\xe7\x7d\x3c\xfb\xe6\xcb\x39\x73\x3c\x73\x4a\xf3\x1b\x32\x96\x33\x16\x90\xc4\x9c\xf6\x99\x44\x1d\xcc\x79\x1f\xc4\xe1\x4c\xf7\x41\x1c\x87\xbd\xbe\x0c\xc6\x2a\x33\x6b\x67\xa2\x9b\x65\xa0\x1f\xe6\xbc\x19\x06\xba\x79\xce\xf9\xfe\xf1\x35\xd3\xa2\xbb\x8d\x3f\xa3\x67\xc0\xb0\xb9\xc2\x38\x7c\x6c\xfb\xcf\x34\xe4\xb0\xb2\x4f\xb9\x30\x36\x3d\x57\x97\x01\x9d\xc8\x15\xd4\x69\x6c\x73\x56\xd7\x6e\x9c\x30\x64\x76\x94\xfa\x8c\x64\xdc\x39\x9c\xc8\xc5\x18\x93\x72\x56\xd9\x6c\x1c\x1c\x25\xa0\x9c\x26\x1f\xad\x20\xa9\x0c\xb7\x86\x2f\x2c\x10\xd9\x28\xa7\xc9\x70\xeb\xf1\x40\xf3\x19\xc6\xca\x9c\x26\xbd\x7d\xf6\x1a\x1a\x1f\x9d\x80\xa7\x30\xd9\x4b\x64\x05\x2a\x05\x9b\xd9\x06\xf5\x7e\x49\x60\x0a\x7f\x0f\x53\x14\xe7\xb0\x2c\xb0\x18\xd5\x3e\x97\x25\xed\x62\x07\x0a\x12\xd7\xcf\x97\x18\x7c\x33\x97\x5c\x10\xbf\x32\xe6\xcc\x5c\x10\xbf\x7e\xfd\xac\xfd\xd7\x2f\x2e\x12\x4c\x85\x11\xfe\xfa\xcb\x66\x55\xa9\xe7\xb1\x07\xad\xb9\xf8\xb2\x01\x59\x9f\x4d\x5e\x50\x44\x73\x7d\x5f\xd4\x47\x90\xa0\xed\x53\x3e\x33\x43\xb6\xad\xa1\xcc\xcc\x99\x6a\x1b\xdc\x33\x33\x46\xeb\x34\xe6\x80\xb5\x2d\xff\xcf\xbc\xc5\x94\xdc\x06\x6d\xa1\xbc\x6d\x1f\xf8\x99\x2b\xdf\x4f\xbe\x67\xe9\x6d\xcb\xc4\x33\x83\xea\x6d\x33\xfa\x99\x39\x1b\x6d\x8b\xc4\x33\x57\xfa\x99\x8c\x5b\xec\x87\xfe\xe1\x3f\x6d\x03\x67\x80\x9f\x6d\x83\x46\xc8\xb6\x0d\x98\x79\x40\xd4\x9a\xab\x8f\xa6\x1f\x09\xc7\x16\xae\x72\x3b\x25\xf2\x50\xe3\x76\x42\x81\x18\xf7\x84\x02\x31\xec\x29\x1c\x97\x9f\x48\x2c\xfc\xe1\xda\xdf\x30\xfd\xcd\x8a\x47\x61\xf6\x97\x5b\xb5\x58\xe2\x05\xf5\x85\x60\xb5\x4d\xbc\x24\x81\xed\xc2\xa0\xdd\x79\x04\x20\x76\xa8\x70\x51\xa0\xbe\x6d\xd3\xb7\x91\xe9\x1d\xea\x76\xb4\xc3\xfe\xf7\xa9\xe2\xe8\xb7\xad\xa3\x0f\x36\xab\x3d\x15\x78\xb3\xf2\xa7\xf1\xcc\x48\x98\x8c\x73\x6c\xd0\xb3\xbf\x1f\x4c\xe6\x0d\x20\x30\x87\x57\xea\x09\x34\xfb\xa6\x5e\x03\x6e\xdc\x0f\x66\x9c\x78\x7c\x60\x23\xfb\xf3\x9e\xd8\x07\xf0\xba\x27\xf6\xc1\xcf\x2b\x36\x74\x3e\xd9\x0c\x76\x70\xf0\x7a\x67\xf7\x21\xa3\x1d\x6c\x39\xa0\x3b\xbd\xbb\x3f\xf4\xd2\x0b\xdf\x14\x9e\x2b\x7f\x67\x2e\x9d\x95\xa4\xef\xc4\xb2\xdc\xb7\x9a\x3b\x33\x74\xbb\x77\xb7\x88\x79\x6c\x94\xc4\x66\x9c\x7b\x3f\xd9\x69\xa8\x4d\xef\x9e\xb4\x78\xd9\x9b\x37\x6c\xcb\xc9\x48\xcb\x59\x01\x2e\x26\x15\xe7\x0f\x56\xdb\x03\x9b\x9a\xbf\x08\x48\x28\x7f\xdf\x68\xb0\xc5\x39\x16\x78\x3e\x52\x72\x5e\x82\x5b\x81\x2d\xe3\xf0\xcc\x42\xf0\x47\x8a\xf3\x77\xf0\x62\xd7\xe0\xfe\x40\x64\xc9\x18\x73\xf2\xa8\x32\x35\x70\x7b\xb4\xd8\x55\x7e\x19\x9e\x53\x16\x3f\x3e\x9c\x47\x36\x61\x9c\xaf\xb3\xd9\x4d\x16\x2e\x87\x9e\x39\xcd\x0b\x35\x2a\x67\x10\xf6\x64\xcc\x74\x80\x0a\x27\xba\x42\xf6\xb0\x9e\xd9\x61\xa0\xec\x27\x2a\x42\xf6\x48\x9f\xdd\xd9\x24\x5f\x92\x2f\xf4\x06\xd1\xcd\xee\xf7\xb9\xda\xaf\xb3\x39\x7f\x92\xd9\xdd\xe4\x61\x35\xad\xb1\x49\xcf\xc4\xa2\xa9\x80\xf3\xcc\x86\x5c\xd9\xfc\x65\x60\xcf\x8d\x5f\x16\x9f\xc5\x2f\x27\xbf\x30\x81\x67\x13\x86\x9a\x39\x65\x0f\x9a\x72\x95\x99\x3e\x5b\x17\xa8\xbd\xfa\x9c\x7f\x7c\x15\xf9\xc5\xb3\xe5\x8b\xaa\x80\xf1\x6c\x01\xa3\x7a\x2a\x1e\xd5\xe4\x02\xf3\x7d\x96\xde\x16\x88\xc0\xc3\xec\xcb\x6c\x36\xc7\xe3\xd2\xba\x9f\xad\x1f\x5f\xed\x68\xb6\x3f\xf7\xf3\xf4\x79\x6f\xff\x40\x63\xce\xcf\x26\xe6\xa5\x43\xf6\x9e\x8d\x4b\x45\xbc\x7a\x3e\x2c\x1d\xe5\x36\x3f\x78\xc1\x1a\x36\xb7\xfc\x40\xbd\x6b\x02\x95\x9e\x0f\x03\x2a\x27\x3d\xf8\xbd\x8a\x04\xef\x01\x17\xcb\x82\x38\x3d\xe0\x62\x5d\xcb\x5f\x36\x8a\xaf\xe4\xf4\xf1\x7f\xd5\x25\x20\xf1\x80\x95\xc5\xa1\x7d\x20\x80\xed\xe0\x24\x3c\x68\xec\x3f\x3b\x38\x99\x9b\x7c\xf1\x41\x7d\xaf\xc7\x60\x6e\xf8\xb7\xea\x11\x9f\xa9\xa9\x82\x24\xa8\x24\xa9\x04\xc4\xd1\xe8\x17\xf4\xf4\xd1\xe6\xa8\xee\xf0\x5c\x05\x60\x82\xf2\xcf\xe6\x99\xb9\x83\xa4\x8f\xce\xb0\x8e\x5c\xfe\xa0\xd3\x17\x65\xee\x47\x5d\x1e\xfb\x62\x7e\x2e\xbd\x79\xd3\xce\x90\xba\xb3\x1b\xbb\x55\xad\x72\x08\x9a\x9b\x21\x3d\x99\x8f\x96\xc7\x9f\x5f\x0d\x67\xe9\x2f\x73\x8f\xdf\xe9\x0b\x41\xbd\x4c\xd7\x82\xa0\x5e\xd4\x18\x1e\xbc\x70\x05\x93\x41\x7e\x36\xb1\x4d\xdd\xb5\x6c\x89\xb1\x14\x77\xe6\x61\x67\xa0\xd9\xcf\x73\xd2\x2d\x80\x78\x30\xcf\x56\xff\xbe\x31\x61\x21\x6f\x3d\x2f\x6a\x08\x2c\xea\x3d\xd4\x18\x0f\x9e\xf7\x21\x96\x0d\xbc\x9b\x56\x54\x34\xc4\xfc\x6e\x19\xb3\x6e\x82\xf2\x0d\x39\x7c\xb1\x34\xe0\x86\xcb\xef\xa6\xe7\x35\xc1\x3b\xde\x4d\xd0\x4b\x1e\x76\x36\xf6\xdf\x93\x03\x6e\x18\x34\xce\xc0\xbb\xa5\xd1\x9a\x11\xb1\xde\x2d\x8c\x96\x8c\x98\xf4\x6e\x59\xb4\x94\x65\x3f\xd7\xfe\x26\xf9\xfd\xbd\x9f\xe1\x6b\xef\xc1\x41\x8c\x71\xdf\xfd\xcc\xa2\xdf\xad\x57\x56\xc5\xa2\x77\xcb\xae\x25\x75\xff\xbe\xcf\xe4\xe2\xb8\xbd\x9b\x0e\xd6\x0c\xdb\x7c\xb7\x02\x53\xd5\x2f\x5e\xdc\x78\xc5\x39\x6f\xd1\xa9\x0c\xe7\xb6\x45\xd8\x5a\xa0\x20\xef\x26\x61\xb5\x64\xfb\x39\x79\xf6\x9b\x6b\x7f\x5f\xfd\x66\xef\xed\x42\x8b\x7c\x37\x07\xab\xb5\xf9\xbc\x37\x24\x41\x55\x5e\xfc\x77\x19\x31\xf5\xdd\x72\x51\x99\x20\xfc\x9b\x37\x8e\x62\x72\xcc\xef\xa6\x90\x59\x2d\xfa\xc5\x5d\x17\xb0\xda\x5a\x54\xed\x1c\xaa\x37\x83\x53\x60\xfe\xbb\xe9\x66\xae\xcd\x3e\x3f\xbf\xd2\xa3\x77\x2b\x5a\xb5\x0b\x93\xbc\xe1\xe9\x19\x78\xb7\x04\x9d\xd3\x70\xac\x3d\xcf\xe1\x1a\xb1\xbd\x2c\xf7\x08\xd3\xcb\x82\x47\xbe\x78\xf0\x30\x5f\xe5\xb7\x78\xca\xfc\xe6\xef\x34\xee\x2d\xd0\x38\xb8\xca\xbb\xc5\xef\xaa\x84\xfc\x96\xce\x33\x6b\x29\x83\x67\xfb\xd9\xf4\xa6\x73\x72\x5e\xec\x36\xb5\x09\xdc\xb2\x17\x80\xe7\x37\xbf\x5b\x09\xac\x38\x31\xf3\x8b\xe7\xae\xb9\xc8\x2d\xc9\xd7\x05\xdd\x79\xf1\xdb\xad\x68\xbb\xd9\x11\xde\xb0\xfc\xe2\xb5\xcb\x62\x7e\x4d\x10\x50\x06\xde\x72\x43\x69\x22\xd9\x56\x03\x8a\x92\xf1\x8b\x8e\x8e\x6b\x2a\xbf\x5b\x23\x28\xda\x1b\xde\xda\x21\xb8\xb6\x1d\x20\x2b\x73\xd8\x8a\x42\x4b\xc5\x7e\xf6\x02\xb0\x3b\xe5\xb7\x6e\x84\xc6\x10\x9d\xdf\xba\xa9\xe5\x6c\xf6\xbf\xe7\x9f\x9d\x67\xbd\x7f\x7c\x35\x1c\x16\xf9\xad\xcf\x7e\xee\x7e\xff\xf2\xcc\x58\x5b\x1c\x2e\x15\x5e\xf8\x6e\xa5\xb7\x4c\x91\xb5\xa1\x61\x43\x01\xde\x56\xf6\xf7\x22\x50\x83\xc8\x1d\xfe\x1d\x0e\xe7\x7c\x36\x23\x2f\x07\x54\xe2\x6d\x7b\xfe\xcd\x4d\x6a\x7b\xfe\x5d\x44\x6c\x8b\x67\xbf\xd9\xf3\xef\x6e\x7c\xdb\x02\xa2\x94\xe4\xc5\x83\xd0\xa5\x18\x38\xe8\xe6\xb4\x7f\xe0\x1f\xfd\xbc\x20\x0a\x30\x91\x7f\x43\x00\x5f\x2d\x6e\x7e\xa3\xca\x84\x68\xfc\x6e\xa1\x2c\xf7\xe6\xf7\x75\xaf\x11\x82\xff\x6e\xa1\xac\x60\x42\xcc\xef\x96\xbb\x4a\x15\x29\xf1\x2e\x54\x49\xe4\xdb\xf7\x02\x02\x51\xfa\xda\x94\x43\xc0\x6d\x81\xac\x54\x81\xbe\x25\xb2\x9c\xc6\xb7\xd2\xdd\xbb\xa5\xb5\x32\x3d\x06\x5b\x58\x2b\x23\x46\x7c\xf6\xdf\x8b\x7f\xdf\xd8\xd5\x61\xfb\x18\xc3\xb6\x52\xc8\x33\x76\xac\x85\x6c\x89\x35\x2c\x15\xf1\x1d\x6f\x83\x72\xc6\x3b\xf6\xf2\x96\xb3\xc2\x63\xb7\x04\xe5\xd8\xcb\x0b\xd0\xe3\xaf\x0b\x3a\xa7\xdb\x01\x76\xfe\x8e\xf5\xe3\xab\x07\x3d\x1b\x7b\x75\xeb\xb0\xad\x12\x9f\xdf\xef\xf3\x7d\x88\xb2\xfa\xea\xe2\xf9\xf9\xf1\xd5\x33\x5c\xf9\xdd\x62\x5c\x96\x41\xbd\x73\xeb\xb3\xd1\x76\x26\xd0\x9a\xef\xe7\x46\xaf\x26\x0d\xdb\x52\x53\xce\x8e\x3b\x2b\xce\x56\xdb\x22\xc1\xa1\xd0\xbc\xd8\x4f\xfb\xb2\x9f\x3d\x7f\x95\x8e\x77\x6e\xfa\x14\x28\x38\x71\xb6\x45\xff\x5b\x01\x09\x14\xdc\x12\x56\x2f\xd2\xb3\xad\x91\xf5\xd8\xe6\xad\x91\xe5\xe5\x91\xc3\x47\x31\x3d\xba\x1a\x61\xfd\x7e\x69\xd6\xe2\xfb\x95\x7e\x7c\xf5\xee\x7c\xf0\x48\x06\x1d\xc5\x25\x59\xa5\x31\x18\x79\x34\x9c\xbd\x0b\xf8\x7b\x14\xb7\x08\x56\xd2\xf2\xef\xe3\xc7\x57\xd7\x18\xf2\x6e\x01\xac\x0f\xd1\x17\x07\x46\x95\xe6\xad\x3d\x7f\xc5\x87\x77\xcb\x62\x79\x46\x9f\xfb\x78\xe3\x90\xcb\xef\xba\xe1\x75\xec\xdd\x96\xd1\x72\x71\x7f\xb7\x88\x96\x9b\x7c\x66\x8b\x68\x79\x49\x26\x74\x76\x24\x51\x79\x2b\x95\x65\xda\x78\xcb\x6e\x25\x18\xdc\x16\xdd\x4a\x95\xe9\x6c\x25\xbc\x2c\x8f\x01\x52\x9c\xc6\xa2\xf7\x33\x7e\x95\x4d\xde\x2d\xd0\x95\xe9\x06\x6f\x79\xae\x34\x69\xc9\x16\xe7\x46\x12\x59\xb7\x34\x37\x92\x34\xf2\xa3\x86\x66\xdb\xad\x12\x77\x25\x82\x2d\xca\x95\x2a\x12\x7c\x5e\xe8\x10\xfd\xe0\x87\xa9\x22\xd9\x96\xf0\x46\x12\xa1\xd1\x70\x13\xb2\xe7\x8b\x7c\x57\x64\x10\x67\x05\xd1\x99\xcf\xb9\xe7\xdf\xa2\x2d\xe7\x5b\xfa\xb7\x45\xc0\xdc\x5c\xef\x09\x02\xb9\xa9\xa7\xde\x5a\x9f\xf7\x01\x08\xc1\xe3\xc4\x3a\x2e\x42\x9f\x11\xd9\xc1\xf3\x8d\x1e\xec\x33\xca\x2c\x32\xf2\x8b\xb8\xa8\x54\xf5\x6a\x90\x97\xb7\x6c\x69\xb1\x1c\x32\xd3\x2d\x2c\x8e\x1a\xdf\xe8\x43\x61\xce\xe8\xd6\x35\xfb\xfd\x86\xb3\xe2\xf1\x8b\xa2\x53\x14\xc9\x5e\xfc\x45\x5d\x0c\x52\xd5\x16\xfb\xd0\xb4\xab\x5c\x79\xcb\x99\xa3\x4a\xfc\xb7\x98\x59\x42\x72\xc2\x64\xb2\x24\x8c\x5b\xe2\xcc\xda\xc9\xde\x1b\x46\x20\xd6\xdc\x05\xd1\xae\x7f\x43\xcf\x8a\x16\xf7\x3d\x76\x39\xb6\xa4\x36\xcb\xc6\xd2\x82\xa1\x1d\x3f\x77\xc1\xd0\x0e\xbb\x2b\x18\xca\x7b\xf7\xaf\xd8\xc8\xe2\x63\x2d\xe5\xc3\x6f\xb0\x41\x6d\x05\xa8\x1c\x5b\x86\x99\xb0\xd3\x82\x89\x7c\x2b\x63\xbe\x60\xf3\xdc\x0a\x45\xc1\x60\xbe\xf5\xdf\xce\xcb\xa5\xd2\x5b\x79\xb9\xed\x97\xbe\xc2\x06\xb5\x89\x43\x31\x5a\x4f\x6a\x55\x8e\x17\xea\x40\xbf\x2f\x13\x64\x1e\x98\x8c\x3a\xa6\x92\x92\xf7\xe0\x33\x6d\xe2\x53\xf2\x16\x46\x26\xbc\xbc\x60\x0a\x9c\x44\xe9\x14\x6c\x81\x93\xe0\xb5\x92\x99\x1f\x21\x3b\x05\xa7\xfd\x44\x10\x2b\x79\x0b\x23\x93\x60\xb8\x92\xb7\x30\x32\x7a\x3e\x78\xfe\xec\xbf\x37\xfb\x39\xf9\x66\xf1\x7c\xf1\x6c\x5b\xcc\x91\xc5\xbf\x3f\xfc\xbd\xf3\xfc\xf2\x4c\x3f\x95\x79\x36\x9f\x55\x9f\x99\xff\x96\x45\x26\xe1\x76\x05\x93\xe4\xc4\xdd\x51\x72\xf8\x0b\x16\x2f\x0d\x8b\xc6\x62\x12\x50\xbd\xa3\x0e\x5f\xf6\x0f\xa9\xfb\x4c\x4f\x80\x28\x2f\x7a\xea\xac\x66\x01\x89\xc6\x8c\x50\x3d\x8f\x2a\xe8\x16\xa0\xe8\x3e\x0f\x7f\xb0\x05\xb0\x60\x73\xf1\xdc\x4e\x64\x8d\x92\x37\xe1\x4b\x47\x9d\x2c\x14\x9b\xe2\x51\xa7\x5f\x5d\x36\x07\x1c\x9b\xf6\xcd\x92\xfc\x0a\x70\xc4\xcc\x5f\x67\xce\x0f\x58\x14\x8f\xea\x2f\x28\xa8\x47\x5d\xcc\x7d\x53\xaa\x89\x41\xb1\xe4\x8f\xd0\x67\xb7\x3e\x40\xbf\xd9\x1a\xe8\x77\x66\x05\xa5\x22\x02\xb3\xe4\x0f\xc3\x75\xdb\x02\x7d\x0e\x00\x1e\xe3\x49\x18\x67\xc9\x2f\x12\xa2\xb8\x8b\x07\x75\x1e\xd5\x67\x9c\x1b\xa0\x80\x5e\xd4\x84\x77\xb2\xe0\x47\x9d\xd0\xe6\x52\x08\x58\x4c\x73\x4b\xce\x45\xe3\x6b\x9a\x60\x6e\x21\x60\x31\xe1\x27\x2d\x05\x6b\x7b\x9a\x5b\x4e\x2c\x3a\x5f\xd3\x9c\xf6\x7c\xfa\x62\xcf\x97\x2f\x8e\x7f\x63\xe7\xdf\x13\x2e\x09\x2f\x82\x1f\xa5\xc6\xbc\x18\x24\x71\xbc\x40\xb5\x92\x1c\x7d\xf9\x11\x3e\x05\x70\xad\x68\x77\x47\xa7\x2d\x25\x69\x53\xa3\x75\xc6\x1a\x06\x82\x95\xec\x6a\x59\x14\x8e\xdc\xb4\x0e\x16\x85\x71\x26\x2d\xce\x79\xd9\xba\xc7\x68\x0e\xb1\x75\x8f\xd1\xd8\x24\xbc\xb7\xf3\x00\xa0\x05\x67\x4e\x73\xb4\xad\x57\xa4\xb4\x12\x8b\x28\xa0\x2d\xe7\x05\xd7\x6d\x52\x48\xdf\xa4\x7b\x63\x48\x66\xb8\xe2\x08\xf4\x54\x58\x11\x52\x7d\x29\xa8\x07\x69\x95\xef\x24\xb7\x82\xd3\x77\x1e\x9c\xb9\x42\xdc\x5f\x5a\x85\x75\x71\x60\x8f\xea\x38\x97\x13\xf0\x2b\xa7\x59\xd8\x1e\xe2\xf9\xd2\x82\x26\x16\xce\xe3\x51\x7d\xc6\xc6\xc7\x99\x2d\xd5\xd9\x08\xaf\x2d\xec\x8f\x36\xfd\xe8\xc3\xfc\x59\x64\x65\x07\xdd\xcd\x2d\xd4\x4f\x34\xc4\x52\xf6\xf9\x1d\x6d\xd1\xb6\x09\x08\x7b\x25\x08\x28\x2d\x90\xbd\x34\x77\xc1\xad\x6a\x8c\x0d\x7d\x29\x48\x97\x09\xa7\x7b\x29\x03\xaf\x18\x07\xb2\x6c\x89\x6f\xf4\x78\x86\x6c\x67\xe0\x38\xf4\x89\xf8\xfd\xcb\x22\xe8\x88\xd0\x8f\x84\x0f\xbc\xe0\xc2\x9e\x87\xab\x5e\xa2\x15\x80\x5a\x8c\x9c\xfd\x06\xac\x12\x66\x4b\xc4\xed\x36\xe0\x70\x89\x9f\x1f\x3a\x82\x5c\xe2\x35\x18\x5d\x44\xd2\x36\xee\x2c\x3e\x10\xa4\xe9\xdf\xa1\x3b\x42\xe9\x74\x12\xb4\x3d\x41\x97\x0c\x24\x4f\xdb\xfa\x8d\x4e\x47\xda\xc2\xb2\x15\xa8\x4b\x81\x4f\x23\x38\x97\x72\x41\xb3\x20\x40\x78\xcc\xe7\xe1\xe6\x5e\x50\x0a\x8f\xde\x05\x88\x12\x13\xba\x31\x00\x17\xda\xde\x9e\x4f\x00\x5f\x0f\xa5\x77\xd0\xb9\x1a\xab\x5c\x98\x77\xe5\xe8\x0f\xdc\x07\xa5\x1a\xe1\xb0\xd2\xc1\xcb\xe5\x2f\x9d\x97\x87\xa8\xea\xc4\x0b\xf1\x4f\x55\x14\xac\xc4\x3f\x8d\xbc\x25\xeb\x52\x67\x48\xf7\xf4\x86\xc8\x3a\xb0\x4b\x94\x4a\x10\x78\x27\xf6\xb1\x54\x0c\x5f\x03\x47\x66\xa9\x08\x2f\xb3\x40\x55\x2a\x21\x2b\x03\xfb\x45\xa9\x86\x8e\x20\x9b\x94\x96\x34\x23\xb1\x53\x0d\xe5\x58\x13\x4c\x69\x04\x43\x0e\x22\x36\x4b\xc3\x0c\x3d\x08\x80\x2b\x4d\x19\x92\x68\xe7\xd2\xb0\x04\x0e\x6c\x43\xa5\x6d\x09\x68\xbf\xec\x71\x1a\xa0\x1a\x85\x8d\x6f\x37\xae\xdb\xa3\xf3\xcb\x8b\xf2\x4c\x88\x73\xc1\xbc\xbf\x35\xe9\xbd\xb8\x8e\x13\x7f\xa5\x2d\x5b\x95\x5e\xe9\x80\xc0\x89\xd2\x09\x2b\x1a\x75\x4b\x8a\xa5\x63\x09\x1d\x95\x71\x3a\xf2\xf6\x40\xe4\x29\x1d\xe3\xdb\x90\xbb\x0c\x2c\xec\xa3\x71\xc0\x07\x16\xf6\xd1\xb6\x4e\x52\xc6\x68\xbe\xec\xb9\x8d\xa9\x91\x8d\x63\x36\x80\xdb\x68\xbe\x3c\x98\x1f\x89\x91\x2f\xe3\x61\xa5\x0d\x01\x67\xb8\x84\xc6\x74\xc6\x7b\xfb\xb2\x7b\x9b\xd8\xcd\x46\xdb\x6a\x76\x99\xd8\x48\xe2\x98\xcf\xa2\xec\x0d\x4f\x9c\xd5\xcf\x20\x91\xb3\x39\x37\x66\x3d\xbb\x33\x80\x90\xce\x0f\x31\xdb\x08\xcb\x65\x62\x34\x5d\x58\x11\xca\x7c\x3f\xbf\x1a\x80\xcb\x82\xbe\xeb\x80\x2d\x0b\xfb\xf9\xe8\xf9\x3b\xaf\x6b\x59\x04\xc5\x8d\x0e\xa5\x5a\x1f\xc2\x44\x89\x7b\x28\x0b\x79\xfa\x70\xe5\x9f\x76\xf9\xb2\xc1\xfd\x11\x15\x46\xe2\x17\x74\xd6\x81\x41\xa8\x7c\x26\x11\x8f\x0a\x46\x9f\xcb\xde\xa0\x19\x1f\xe3\x52\x08\xed\x29\x1f\x2c\x9f\x03\xb7\x56\xf9\x60\xf9\x1c\x38\x22\xcb\xe7\x61\xe2\x98\x85\xca\xe7\x2d\xa2\xe9\x86\xc9\x79\x38\x28\x8b\xd5\x3f\x30\xf0\xfa\x96\x93\xb0\x8d\x81\xeb\xb3\x9c\x84\x68\x34\x6c\x61\xe5\x24\x16\x70\x10\x56\x57\xce\xe1\x38\x08\x7f\x27\x56\xfc\x41\xf0\x69\x39\x39\x5c\x1a\x40\xcb\x39\x6d\x03\x31\x39\x31\x7f\x0f\x62\xe4\xca\x89\xd3\xad\x7b\x88\x4f\xec\xc5\x7d\x41\x1e\xce\xcb\x36\x9c\x8d\xf3\x65\x5b\x3d\x4f\xe7\x4b\x14\xae\x12\xe1\x45\x70\x44\x5f\xc8\x3a\x17\x8e\x8c\x81\xe2\x59\x2e\x7a\x1b\x0b\x20\x5e\x18\x89\x87\xcc\xef\x26\xe6\x65\xe0\xbe\x29\x37\x02\xf6\x58\x7d\x8f\x73\x17\xf1\x02\xb8\xdd\x15\x1a\x8e\xf8\x72\x13\x79\x39\x16\xa8\x74\x23\x85\xcd\x03\x01\xfd\xc6\x0f\x18\x14\xfa\xbe\xc2\x18\xbf\x21\x75\x6f\x02\x97\x26\x1a\x4d\x79\x38\x8f\xc1\xed\x9f\xe2\xa4\x19\xf3\x31\xb2\x5d\x09\xff\xe9\xf6\x86\x8c\xf5\x10\xd4\x39\xb1\x27\x94\x07\x3a\x36\xd1\xb3\x8a\xae\x94\x79\x40\x2b\x1e\x83\x0e\x89\x9e\x2a\xb8\x39\xd2\x3c\x38\xb6\x8f\x31\xb5\x84\x52\x15\xec\x4e\x69\x8a\x7b\x5a\x48\xfa\x82\x8e\x61\x0a\x49\x93\x30\xb4\x82\xfd\x23\x85\x2c\x8d\xde\x99\x42\xfc\x43\xc1\x4c\x55\xd9\x4e\x25\x6b\x26\x96\xf0\xde\xb6\xe1\xd8\xbe\x77\xc0\xa0\xfe\xe6\xb7\xf5\x28\x7e\xb6\x85\xcc\x7a\x10\x30\x3b\xd1\xf3\xeb\x61\xa8\x32\x91\xf2\x35\xee\xaa\xd4\x3d\x68\x35\x28\x66\x62\xda\xa8\x86\xdd\x4f\x7c\x53\x35\xd5\x97\x97\x4d\x45\xaa\x61\xe5\xfa\xa4\x6b\x3a\x59\x36\x84\xbd\xa6\xd3\xcf\x46\xde\x2f\x78\x46\x67\xde\xb2\x63\x4d\xcf\xe3\x0b\xbd\xbd\x76\xb0\x61\x50\x09\xd9\x48\x13\xfa\x5f\xf3\xe1\x67\x1b\xad\xab\x41\xb7\x15\x2f\x5e\xcd\x31\xeb\x2d\xe5\x55\xa3\x17\x27\xea\x71\xcd\xb7\x2f\x95\xcf\x70\x30\x4c\x62\xc3\x6b\x81\x9f\x4d\xac\x8b\x15\x51\x2d\x4d\x68\x79\x2d\x44\x40\xcc\xb2\x05\xd6\x5a\x9c\x1b\x21\xc8\xb5\x80\xf0\x93\x78\xe2\x5a\x91\x6b\x27\xdb\x58\xab\x37\x6c\xe2\x17\x08\xd4\x24\xee\xab\x56\xce\xec\x24\x3c\xae\x56\xce\xec\x24\x96\xb6\x56\xef\x12\xa0\xaf\xd5\x4a\xc8\xff\x38\xb6\x9a\x52\x2b\x51\xb6\xb3\xc6\xcb\xc7\x97\xbd\x59\x15\xce\x30\x6b\xa7\x03\x6c\x08\x13\xfa\x5f\xeb\xe9\x44\x17\xd3\x11\xc9\xeb\x66\x95\xb5\x39\xd1\xb6\x89\x4b\x6d\xc4\x33\xce\x96\x8f\x6f\xe8\x65\x6d\xc8\xbb\x15\xff\x61\x6d\xc2\xa4\x01\xe1\x36\x02\x81\xf7\xc4\x1b\x81\xaa\x83\x60\xb2\xda\x4e\x87\x62\x12\x8d\x19\xad\xe4\x67\x0f\xe8\x83\xf1\xb4\x36\x69\x1f\x96\x96\xda\xa1\x15\xb3\x03\xad\x9e\xb4\xad\x83\x7f\x1d\x01\x74\x62\xa5\xaf\xdd\xc0\x6a\x62\x75\x6b\xff\xf8\xcb\xa6\x3c\xb5\xc7\x9d\xb2\x4d\x49\x6b\xff\xd8\x1b\x28\x37\xd8\x95\xd9\x37\xdf\xa9\xc3\xbb\x42\xf8\x4d\xea\x00\x7d\xe6\x48\x7b\xa2\xc3\x9b\x5d\x04\x5e\x54\xf9\xdb\xc4\xb1\x5f\x67\x62\x23\x08\x6e\xab\xd3\x9b\x47\x44\xfa\xd7\xa9\x4d\x1c\x45\xba\xce\x0a\xec\x71\x75\xd4\x89\x98\x32\x31\x92\xd6\x85\x29\x68\xa0\x23\xd5\xf5\x80\x17\xe8\x1f\x75\xc1\xd2\xe6\xda\xa2\x40\xfd\xa0\x56\x4d\x14\x8d\xfa\xc1\xd7\x3b\xa1\xbe\xf5\x83\x9c\x33\x91\xc8\xeb\x89\xe8\x5f\xb8\xad\x54\x4f\xac\x08\x13\x07\x73\x3d\x47\xc0\x7a\x77\x70\x22\x0c\x4e\xdc\x92\xf5\xbc\x1c\x87\x53\x73\xde\xf1\xcb\x9e\xdb\xf9\x28\x69\x6d\x21\xb3\x5e\x32\x55\x94\xfe\x7a\x65\x76\x01\x2f\x7e\xbd\x18\x74\xa1\x7e\xd7\xeb\xd2\x56\xc8\xb1\xbb\x08\xad\x5c\x07\x2b\xbd\x9e\xe4\x67\xfb\xe5\xe6\xdc\x2e\x7c\x94\xf5\x86\x76\x2d\x6c\x69\xf5\xf9\xbb\xa7\xad\x3e\x07\xfe\xc2\x78\x56\xd2\x63\x9d\xcf\x81\x75\x75\xd8\x00\x83\x52\xf3\xef\x78\xca\x92\x0d\x16\xf6\x6b\xff\x8e\xe5\x74\x6b\x66\xf5\x31\x8c\xb7\xfa\x8d\x44\x2f\x5e\xee\x1f\x5f\xa5\x71\x42\x9f\x03\xdb\xf5\xd6\x4f\xeb\x03\xfe\x0d\x09\xdb\x83\xaf\x0c\x8b\x42\x7d\x60\x48\xf8\xd3\xea\x93\x62\x7a\xb4\x46\x70\xab\x50\xa8\x67\x2b\xa1\x95\x28\xc0\xfa\x70\x01\xae\x17\x9f\x07\x0e\x32\x3b\xc2\xa1\x03\x1a\x3f\x09\x7b\xe3\xb2\xed\xc3\x72\xfc\x06\xcf\x79\x06\x37\x9e\xbc\x01\xb3\x5c\x5b\xd6\x0a\x4e\xa7\x79\xfe\x74\x4d\xd6\x07\x2c\x19\x04\xd2\xd4\x07\xd7\xd6\xc1\x71\x7f\xa0\x65\x35\x03\xfb\x07\x09\x5c\x47\x76\x7d\xb2\xc6\x63\xa0\x81\x34\x3e\x88\x3a\xa9\xcf\x66\xb0\xf5\x70\x52\x28\xa4\x5c\x7c\xaa\x4f\xd9\x42\x4e\x3a\xdc\x08\xdc\x55\xf8\x42\xeb\x53\x94\xf2\x05\x20\x08\x82\xc9\xb2\x3e\x9b\xb3\xe4\x25\x90\xb9\x5d\x86\x46\x56\x9f\x82\x0d\x7e\xf9\xf7\x37\x1c\xa9\xbf\xad\x4f\xd5\xc1\xca\x68\xb8\x9c\x90\xdb\xeb\xc3\xf1\xaa\x84\x5a\xd6\x87\x28\xb4\x5e\x59\x50\x15\x4f\x8b\x2f\x53\x91\x95\x6e\x2b\x2e\x52\x91\x60\x2b\x9c\x85\x08\x8d\xfa\x54\x8f\x06\xd3\xab\x44\x02\x38\x6d\x22\x4c\x47\xae\xe9\x3b\x4a\xf8\xb4\xf6\xe3\xab\x57\xe1\xd6\x84\x02\x3d\x73\xb5\xab\x41\x43\x9e\xcd\x45\x6b\x12\x97\xb9\xd8\x55\x44\x1c\xee\x75\x19\x5e\x51\x1f\x64\xcb\xe4\xe9\x79\x5a\x08\xd2\x3c\x33\xc7\xe6\xdf\xb1\x24\x67\x46\xe8\x19\xd7\xa4\xcf\xc5\xc6\x34\xd8\x72\xc7\x7e\x01\x70\x5d\x54\xa8\x00\x6b\x80\x3b\x1c\xea\x67\x60\x24\x9f\x8c\xcd\xfd\x8c\x85\x15\xb0\x3e\x5e\xbc\x70\x52\x44\xb0\x54\xec\xf0\xf5\xe1\x12\x46\xf7\xa8\xce\xcc\x92\x00\xd6\xfc\xd5\x8f\x5d\x9f\xd9\xc1\x4e\xff\x8e\x29\x1d\x0a\x40\x88\x48\x1e\x62\xd1\x96\x7e\x6a\x72\xfb\xe6\x89\x03\xde\xe7\xeb\xa7\x0f\xbc\x3e\xc8\x9f\x35\x36\x9c\x28\x92\xe4\x33\x4c\x2e\x7b\x5e\xd0\x00\x97\xdb\xad\xa3\x42\x94\x5d\x5a\x63\xe8\xd4\x58\x11\xec\xb8\x95\x58\x91\x9c\x0e\xf7\x78\xeb\xe9\xf5\xe7\xf3\xe2\x19\xc0\xe0\x9e\x38\xa0\xca\x0f\x36\xba\x04\x55\x7f\x64\x66\xb8\xe6\xea\xb3\x99\x8c\xe1\x10\xf5\xf9\x00\x0b\x91\x08\x51\x59\xba\xfb\x7c\x9c\x86\xdf\x77\xfc\xdd\x4c\x09\x4d\xb1\x4f\x60\xba\x35\x99\x72\x0c\x06\xc6\x65\xb0\x86\x7d\xbe\xce\x94\x97\xcd\x28\x6a\x12\x97\x36\x5f\xaf\x72\xc7\x67\x8b\xe2\x95\xc8\x8d\x1a\x91\x1f\x81\xe2\xe7\xe7\x67\xd4\x40\x7d\xb8\xdc\x6c\xd8\x4e\x35\x24\x64\x28\x9b\x3d\x5b\x0e\xce\xc5\xf1\xb6\xb6\x97\x9b\x00\xb8\x5c\x0f\xad\x15\xc9\x03\xde\x9b\xc0\x57\x82\x53\x2b\x01\x21\x35\x25\xff\x3e\x70\x4a\xdb\x78\xda\xc0\xd6\xd8\xf2\xbb\x0d\x4e\x63\x5b\x78\xbe\x69\xcc\x94\x2e\x36\x57\xac\xda\x4a\x6b\x69\x62\x31\xb1\xc2\xb5\x48\xd0\xb7\xcc\x92\x93\x24\x82\x7b\x6b\x01\xd6\x2d\xc2\x65\x2e\x60\x54\x62\x47\x2a\xb1\xa9\x95\xd0\x91\xd2\xb2\x1d\x2d\x5c\x6d\x4c\x48\x55\x9c\x68\xc9\xfa\x70\x65\x2d\xc5\x4e\x6f\xf9\xaf\x0b\xa4\x9b\x19\x65\xbf\x79\x79\xe6\x93\x27\x66\xc4\x0f\x8f\x91\x20\x2c\x67\x6b\xc7\xbb\x23\x36\xe2\x29\x44\x24\x30\xbd\x67\x03\xec\x70\x4f\x10\x72\x52\x67\x84\xc7\x13\x1a\x1f\x9d\xce\x89\x89\x3f\x40\x26\xdb\x2d\x61\x2e\xd5\xe7\xc0\x07\x9a\xab\x5b\x21\x85\x3c\xaf\x94\xaa\xf1\xd5\x9b\x21\xe2\x4c\x10\x59\x79\x25\x51\xee\x6d\x7e\xc5\x3a\xde\xae\xb8\xc5\xb3\x40\xab\xdf\xd2\xb9\x77\x53\xd0\x8c\xb4\xf4\xbc\x17\x6b\xb7\x33\x0f\xaa\xc8\xf9\x3e\xce\x12\xb8\xbf\xd2\x0e\x50\x95\x20\x9a\x59\xe0\x5a\x04\xd1\x24\xfc\x79\x95\x20\x9a\xdd\x62\xf2\x82\x89\x33\x7e\x08\x10\x2d\x5e\x16\xb3\xf4\x07\x0c\x4f\xe0\x14\x91\x2f\x7b\x08\xbb\x0d\x86\xee\x57\x58\x08\x60\xee\xef\xcf\x7b\xec\x3c\x83\x61\x08\xf6\xc4\xbe\x14\x82\xba\x2a\xb1\x2f\xa9\x83\x17\xc4\xbe\xe4\xc4\x15\x91\xfa\xa6\xe6\x10\xf4\x9a\xb4\x66\x35\x9b\x4b\x4c\x96\x6d\x82\x82\x32\x48\x32\xf4\x8b\x85\x6f\x11\xbf\xe2\x61\xa8\x04\xba\x14\x6c\x3a\x95\x20\x93\xdd\x80\x75\x64\xd9\x10\xa7\x8c\x70\x92\xc2\x9d\xe0\x4a\x38\x49\xc5\xde\x50\x0d\x27\x59\xb8\x52\x2a\x31\x24\x7b\x70\xbf\xc2\xc7\x09\x89\x7b\x83\x2d\x3b\xb8\x6c\x99\x23\x44\x14\xc9\x9e\x3b\x33\xe4\x0e\x78\x73\x70\x2c\xc1\x45\xf0\x94\x0f\x67\xcb\xbf\x07\x70\x7d\x21\x0c\x43\xd8\x62\x08\xc6\x1e\x56\x0d\x23\x19\x84\xb4\x56\x63\x47\x92\xb2\x02\x01\x23\xfb\x85\x26\xb0\xef\x03\xf4\x23\x32\x24\x2f\x10\x86\xc8\x90\x1a\x10\x81\x61\x77\x65\x63\x43\x43\x6a\x81\xbe\x10\xf7\x91\x50\x5c\x2b\x71\x1f\xe5\x18\xb6\xc0\x2b\x01\x1e\x12\xf7\x91\x3d\x82\x11\xf7\xe1\x2e\xb5\x98\x06\x8d\x1b\x67\x53\xd0\x36\xa5\x08\xc8\x5c\x44\x7e\x54\x7b\xe2\x2a\x03\x44\x08\x0d\xbc\x12\xa9\x57\x89\xfc\xd8\x4b\xb5\xa7\x85\x90\xe8\x0f\xf0\x33\x04\x0d\x42\x3f\x2a\xf7\xe3\xea\x2b\x47\xaf\x8e\xe6\xb9\x76\xb0\x4d\x5f\x5a\x77\x30\xec\x0a\xc3\x8e\x7a\x10\x18\x7a\x0a\x96\x0e\xdd\x7a\x35\x66\x10\x31\x57\x89\xda\xa8\x8a\xf3\x44\x6d\xec\xf6\xc0\xa3\x1b\x6b\x02\xd3\x20\x04\x23\x27\xa5\x0e\x62\x30\xaa\xb2\x2e\x31\x18\x55\x91\x9d\x18\x8c\xfd\x11\xcd\xb1\x61\xa9\x0e\x63\x60\x28\xcd\xcd\x1b\x90\x7a\x44\x57\x62\x2a\x76\x03\x5f\x94\x5f\xb2\xdd\xb2\xf2\x62\x6b\x8e\x22\xa2\x89\xd1\x13\x5a\x10\x88\x98\xd8\xad\x59\xfa\x54\x6c\x76\x37\x30\x8f\x34\xe4\x0c\x62\x26\xd2\xc2\xef\x57\x0d\x9a\x18\x59\x68\x4d\x66\x82\x5e\x45\xa4\x44\xc5\x6e\x53\x8d\x94\x48\x8a\x14\x84\x4a\x84\x86\x4e\xa8\x44\xe5\xa6\x48\x25\x54\x62\x7f\xc4\x9a\xa6\x81\x7f\xdf\x79\x84\x2b\x81\x14\xbb\x95\x33\x03\x8c\xe8\x21\x44\x52\xec\x1f\xd8\x86\x2d\x95\x54\xf5\x1b\x42\x29\x26\xd1\x45\x95\x50\x8a\xfd\x91\x2f\x78\x94\xdd\xaa\xe5\x4a\x58\x3b\x7e\xc4\xaa\x30\x4c\x00\x45\x55\x2f\x26\x80\x62\xb7\xb6\x5b\x96\x25\xa2\xe0\x56\xe8\xd2\xc6\xe5\xe1\xf0\x59\x3a\x22\x19\x23\x6c\x22\x25\x4f\xbf\x2e\x62\x49\x1a\x0a\x72\xf1\x2c\x7f\x4e\x70\x91\x15\x21\x8b\x0c\x1b\x23\x8b\x34\xb8\x0a\xe1\x0b\x69\x49\xc2\xce\xd8\x34\x1a\x6f\x6d\x36\x37\x09\x12\xf1\x08\x4b\xb2\x7c\xaa\xd4\xd9\xfa\x74\x11\xee\x01\x6a\x7f\x25\x93\x45\x7d\x4f\x04\x6e\x9f\x55\x4b\x85\xf2\xc5\x29\x85\xff\x12\x56\x90\x62\xd5\x57\xa0\x82\x1f\x75\xbb\x65\xc0\x6b\xfa\x02\x98\x89\xdb\xd7\x76\x63\x30\x41\x91\x9e\x5d\xf2\x59\xa7\x78\x89\x0c\x9e\xfe\x0b\xe7\xab\xc7\x46\x71\xc4\x43\x70\xc9\xc1\xe4\x3b\x37\xc7\x46\xe8\xdc\x6c\xb7\x0b\xbf\x03\x22\x8c\x7d\x6b\x6c\x12\x29\x6e\xc4\x25\xe9\x24\x57\xea\xa7\x84\xee\x66\x8b\x25\xbe\x37\xb4\x43\x54\xbf\x39\x41\x32\x81\xdb\xf9\x79\xb4\xb6\x6c\x52\xba\xc4\x43\x81\xc4\xcd\xdb\x02\xc9\xe8\x6e\xcc\x83\x00\x67\x63\xe5\x11\x25\x98\x77\xcb\x23\x65\x44\x03\xf9\x97\xb0\x79\x08\xb1\x71\xe8\x87\x5e\x85\xec\x2b\x62\x23\x83\xbc\x88\x17\x65\x38\xf1\xd7\xa5\x22\xad\xbe\x2f\x1a\x99\x67\x61\x8b\x17\xa5\x2e\x9b\x83\xd9\xdd\x06\x93\xe0\x6a\x26\xa5\x99\x3e\xbe\x8f\xd5\x81\xf1\x21\x41\x48\x3f\x5f\xc0\x2f\x7a\xbd\x5c\x47\xdb\x42\x52\xf3\x56\xe4\x81\xe2\xda\x08\xcd\xd8\xf8\x55\x78\x41\xfb\x68\xfe\xe0\xd8\x93\xe7\xe1\x18\x95\x17\xd4\x8f\x2d\xad\xb5\x03\x83\x80\x42\x7d\x3b\x0e\xd9\xb0\x3f\x28\x40\x34\x5b\x6c\x98\x43\x0c\xdb\x81\x00\xd1\x89\x99\x6b\xc7\x96\x20\x1a\x8a\x7c\xe3\x56\xe6\x9e\x3a\x83\x27\x90\x62\xa3\x57\x23\x60\xa4\xc4\xa4\x92\x22\xf4\x66\x59\x8d\xcb\x99\x95\xc0\x82\xc6\x95\xcc\xb4\xba\x3d\xc5\x6c\xfd\x41\x4e\x38\x99\x88\x92\x45\xb7\xb5\xd8\xe2\xdf\x65\xcf\x9b\x37\x35\xef\x6c\x8e\xec\x02\xd3\x6d\x5f\xce\x04\x97\xea\xb4\x5f\xf8\x65\xfa\xce\xbc\xd7\x8e\xec\x52\xe8\x0d\xff\x77\x71\x2e\x44\xde\x92\xe4\xa9\x1d\x44\xde\xae\x06\x14\xb3\x7b\x00\xdc\xf1\x7e\xf7\xe1\xf7\x52\xb6\xc2\xe4\x33\x68\x1f\x0d\x60\x61\x1d\x80\x66\x17\x65\xa7\x27\x61\xc7\xfe\x5d\xc9\xc9\x8e\x36\xfb\x3c\x04\xa1\xbe\xc2\xe2\x0e\x94\x40\x56\x86\x56\xf6\x49\x0e\xf7\xd3\xc9\xc4\xb3\x81\xa6\xb6\x08\xb8\x01\x11\x22\x4c\x8a\x1b\x8b\x45\xb1\x0f\xf1\xad\xba\x6a\x36\xb0\xa2\x72\x75\x9f\x63\x08\xba\xaa\x48\x0a\x93\x99\x2b\xc9\x0c\x76\xa3\xb2\x52\x41\x50\xbd\xcf\xe7\xdf\xc5\xbc\xe2\x70\x81\x6d\x0e\xa7\x18\x35\xfc\x05\xba\x98\x98\x60\x83\xea\xf8\xf7\x16\x88\x44\xbf\x0d\x90\xbb\xe1\xd8\x1d\x30\x77\xb7\xa3\x05\xc8\x6d\x21\xed\x75\xad\x8a\x29\x83\xf1\xb6\x68\x52\x8e\x68\xfd\x3a\x11\x3e\xea\xc2\xb3\xb0\x26\x62\x4e\x57\x6c\x4d\x8f\xd1\x69\xdf\xb5\xd8\x32\x93\xae\x86\x5d\x7c\x11\x8f\x0b\x60\xef\xca\x07\xc5\x26\x6c\xe7\xb0\x2f\x31\xb4\x00\xd2\xe1\x1e\xd0\x22\xe4\x91\x0a\xb8\x86\x97\x62\xfd\x88\x38\xef\xcc\x84\x91\x4d\x0e\x61\x32\xf4\xa1\x31\x76\xd8\x12\xdd\xf2\xe1\x1e\xf8\xcc\x2d\x5f\x01\x3a\x05\x28\x9d\x86\x38\x52\xc1\x17\xad\x18\xd3\x67\x99\x4b\xa5\xdb\xa9\xdc\xe7\xcc\xa7\x5b\x58\x59\xd2\x84\x2e\x8b\x3d\x33\x58\xaf\x1d\xcb\x38\x84\x62\x08\x0a\x92\x12\x6d\xf4\x8d\x75\x28\x0f\x2c\xd6\xba\xe4\x6d\xd3\x97\x80\x28\x93\x5f\xf0\x36\xc1\xbe\x05\x82\x52\x25\x31\x8b\xed\x8c\x06\xa7\x43\xf8\xc3\x65\x6b\x66\x12\x12\x41\xe7\xb3\x8f\xfb\x29\x2d\xf9\xc4\x7e\x32\xad\x8f\x7a\xb1\xab\xff\x68\x89\xf2\xf9\x46\xce\x65\xf4\x53\x55\xd3\xf5\x9e\x18\x09\xe2\x99\x03\x22\x8d\x39\x21\x70\x93\x05\x9e\xea\x22\x8c\x4d\x8c\x62\x75\x52\x21\x12\x48\xbf\x4f\x71\x41\xa2\xa6\xa3\xe2\x60\x1d\x97\x70\xf3\x80\x68\x93\xf0\xa8\x5d\x6a\xb6\x1e\xe7\x4b\xc9\xd8\xc1\x2f\x2e\xb0\xc6\x0f\xea\x3b\xd1\x44\x98\xd4\xef\x49\x1f\xa1\x85\x39\x66\xe0\xa9\x74\x87\x88\x2d\x24\x40\xbd\x1d\xd8\x26\xfa\xb0\x6f\x2c\xdd\x7d\x01\xae\x5b\x79\xcf\xb3\x74\x3b\xb5\xc5\x74\xee\xc6\x05\x09\x5b\x70\x5e\xc5\xf8\x1b\xb3\x6d\x7c\xe3\x75\xe3\xc3\x1f\x88\x58\x16\xcb\xb5\x48\x78\x12\x6e\xc5\x3a\x11\xed\x71\x4b\x24\x98\xc1\xf6\xdd\xeb\x87\x3d\xb1\xdf\xa7\xfa\x03\x53\x7c\xc0\x73\xd7\xa4\x73\xa3\x78\x00\x1e\xc2\x90\x65\x9e\x8f\x76\x7d\x09\xf4\xa3\x2e\x56\xed\x0b\x45\xc6\xd5\x3e\x4c\x2b\x06\x17\xe5\x2b\x2f\x18\x28\x1a\x09\x10\xda\xf1\xaa\xb7\x4a\x2c\xbc\x58\x33\xdc\xae\x57\x14\x14\x10\xaf\xa7\x81\x8e\x5f\xe7\xc8\xce\xbf\x9e\x45\x37\xf5\x85\x6f\x2c\xbb\xf2\x28\x3a\x47\xcc\x13\x5d\xc8\xbd\x81\xf3\xbb\xb9\xf7\xf8\xfb\x16\x13\x9b\x3e\xcb\x4e\x46\xbc\x66\x7e\x3d\xe2\xa9\x9a\x19\xf5\x3a\xe9\xa7\x9a\x19\xf5\x16\xc2\x50\x33\xa3\x5e\x45\xd9\x6d\x49\x33\xc4\xf2\x07\xd9\x08\x84\x20\x85\x1c\xc0\x11\x27\x05\x5e\x96\xbf\x24\xd8\x3d\x57\xe4\x5b\xc2\x1b\x80\x77\xa3\x91\x07\xa0\x72\x99\xb1\xa5\xf0\xae\xd8\x6d\x52\x36\x2c\x3c\x7b\x4c\x5c\x07\xac\x3f\x6f\xbd\xab\xa5\x60\xfd\x1c\x77\x72\xde\xed\x17\xe6\x0e\x87\xc7\xd7\xd9\xc8\x2f\x50\xb9\x56\xd8\x52\x16\x2f\xd9\x5c\x12\xd3\x15\x32\x1b\x34\xf3\xcf\x25\x19\x0c\x29\xe7\xf6\x0b\x8b\x2d\x99\x2b\xa9\xb4\x28\x9e\x38\xb8\x18\x39\xe7\xf6\x57\xb4\x2f\x11\x77\xe3\x2f\x83\x11\xfd\x41\x0c\x82\x65\x93\x65\x6e\x37\x61\x89\xc5\x95\x38\xc8\xc9\x33\x0b\xc1\x0d\x80\x4b\xb1\x99\x2e\x8e\xeb\x3b\x2d\x69\x48\x90\x73\x98\x31\x8e\x0c\x0f\xcd\x84\x71\x64\x60\x6a\xe6\x8b\x2b\xce\xbc\x72\x75\x43\xa0\xe3\x12\xe8\x1c\x03\x1c\xd3\x79\xb8\x01\x55\xa9\x8a\x65\x57\x34\xab\xe5\xb3\x89\x43\x1c\xd8\xbb\x54\xf6\x83\x6e\xe4\x1e\x55\x6f\xe9\x55\x07\x0e\x00\xd2\x02\x23\x44\x76\x5f\x5a\xa6\x35\xa3\x35\xc1\x0f\xd7\x21\x37\x5c\xe5\x4e\x66\x33\xfd\x42\xc7\x69\xd7\xc8\x06\xb7\x5f\xfc\x45\x95\x66\xda\xfe\xc3\xcd\x2c\x9f\x2f\xaf\x4d\xf0\x1c\x87\x8e\x7e\xbb\x56\x41\x77\xac\x3b\x3a\x6b\xea\x9e\xac\xef\x6c\x7c\x8d\xe4\x6e\x5e\x2a\x6b\xe6\x76\x4b\xf2\x43\x72\xbb\x25\x02\xa8\xf7\x0b\x60\x84\x1a\x90\xc3\xcd\xab\x67\xcd\x1c\x6e\x8b\x63\x4e\x0a\xb7\x7a\x88\xb9\x9d\xab\x67\x9e\xc0\x21\xad\xe4\x1b\x43\x66\x8a\xfb\x31\x14\xe9\x91\x48\x52\x18\x1f\x18\x8d\xcc\x6c\xa4\xcc\x6a\xc9\xd8\x15\x04\x31\xf2\xb2\x15\xf4\xb7\x66\x62\xb6\x9f\xc7\x6c\xe8\xae\x77\x3b\x87\x4e\x5e\xe6\x31\xd4\xe4\x61\x4d\x09\x31\x80\xf0\xeb\x96\x66\xfe\x79\x67\xae\xa5\x19\x93\xa2\xab\x30\x44\x78\x38\x26\xc0\x69\xb6\x30\x09\x92\x1f\x71\x2b\x2f\xdb\x2b\x24\x09\x79\x29\x71\x0f\x76\x14\x4f\xec\x04\x95\xb2\x0d\x60\x78\xf1\xf7\x98\x93\x23\x70\x2f\x2f\xf3\xbc\xb8\x67\x82\xe4\x94\x30\x2e\xe0\x81\x6e\xa4\xe2\x28\x5c\x31\x68\xe4\xe2\xa8\xb8\x9c\x5b\x5a\xba\x9b\x6c\x6b\x24\x9a\x27\x0c\x1b\x42\x10\x17\x83\x8c\x6d\x8c\x41\xa0\x79\xf2\x30\x08\x54\x54\xc1\x96\xf0\x66\xe4\xe2\x73\x40\xc3\x16\xf5\xc7\xd7\x98\xee\x23\x37\x29\x14\x95\xd3\xa7\x33\x0d\xc0\xc7\xed\x09\x42\xcb\x5a\xda\x62\x44\x91\xe9\x24\x02\xb6\x46\xf1\x70\xe3\xce\xc0\x39\xd9\x12\xa2\x03\x9e\xdd\x46\x44\x48\x56\x7a\x4f\x27\xc4\xd2\x6d\xc7\xb4\x30\x9d\xd1\x16\x23\xea\xe1\xe1\x39\x83\xc4\xd8\xf8\xe3\x0b\x53\x3a\x65\xf7\xcd\xae\xb8\x06\x89\xe4\x91\x4e\xb4\x21\xa1\x71\x7a\x72\xd1\x6c\xc8\xbc\xb7\x5f\x68\x7e\xa9\xc5\x7b\x76\xbd\x05\x2b\x39\xbf\x98\x95\xe4\x15\x03\x44\x15\xc8\x57\xcc\xc4\x8f\x40\x08\x78\x6a\xba\x34\xcf\x89\xf0\xd7\x09\x5d\x62\xee\x5b\x20\x29\xcb\xd9\x7a\x9b\xa1\xfb\x77\x85\x71\x89\x9d\x3e\xf4\xa0\x2d\x77\xcc\x90\x31\xf4\x81\x28\x0f\x91\xbb\x4f\x23\x78\x33\x5b\xdf\x8a\x63\x8b\x41\x21\x7b\x52\x6f\x52\x37\xb8\xd8\x5b\x4f\x16\x83\x1b\x8f\x18\xa7\xf0\x76\x74\x8f\xc8\x73\xfc\xbc\x26\xda\xd2\x96\x33\xca\x10\x05\x1f\x59\xb8\x68\xf4\xc4\x44\x98\xe2\x03\x48\x3c\x54\x48\x13\x4b\x0a\xfe\x08\x11\x1b\x70\x71\x55\x52\xf6\xe0\x47\x90\x98\x23\x57\x64\x39\xe8\x23\x4b\x43\x3e\x4c\xaf\xd3\xe0\x23\x44\x09\x72\x29\xb5\xf4\x06\x3c\xd8\xd7\x37\x10\xd5\x17\x2d\xbb\xed\x7b\x82\xf7\xb6\x9f\xb7\x5f\x5b\x7a\x8d\x6b\x63\x92\xaf\x5a\x8c\x5c\x0d\x23\x46\x16\x01\x5e\xbc\xb7\xae\xea\xd5\xb6\x04\x4c\x5e\xac\x05\x42\x1d\x13\x06\x0e\xb0\x46\x46\x1a\xaf\xd4\x36\xf2\xd0\xe4\xc6\x37\xf9\x80\x07\x70\xe0\x4c\x4a\xb3\xa4\x01\x24\xa5\x29\xf8\xe1\x1a\x01\x4e\x19\x3f\x61\xcb\x66\xf6\x05\x77\x4c\x44\x43\x44\x43\x23\x0f\x4d\xc5\x9f\xd5\xb2\x77\x7c\x81\x1a\x79\x68\x12\x77\xac\x5a\x36\x3e\x01\x4f\x5a\x33\x13\x4d\x25\xe1\x6c\xcb\x8a\x27\x68\x23\x99\x88\x79\xbc\x21\x2d\xeb\xe7\xc0\xd3\xd5\x32\xd1\x0a\x84\x12\xb7\x9c\xe4\x4a\xcb\x1f\x6e\xb6\x9b\x79\x64\x77\x03\x4e\x90\xb3\xfe\x08\x7f\xe0\x4e\x68\xf2\xef\xdd\x95\x56\x5e\x10\x16\x9a\xcf\x81\xb5\x8d\x97\x85\x93\x9a\x89\x60\x1b\xc0\xec\xdd\x72\x78\x4c\x84\x47\x76\xad\x3c\x17\x80\xec\xd0\xdc\xad\xcd\xae\xae\x04\x60\x99\x47\x31\xfe\xc2\x1f\xd8\x5e\x48\x39\x77\x58\x12\x79\xd3\x1a\x77\x58\x6a\x8e\xbf\xeb\x09\xb1\xad\x42\x81\xcf\xaa\xed\xa0\x46\xd6\xad\x01\x01\xe2\xf2\x49\x15\xb1\x73\x58\x09\xe0\x41\xb9\x62\xfa\xcb\x3e\x47\xa6\x04\x86\xd0\x1c\x50\xfd\x61\xc3\x72\xb8\xe8\x0a\x1f\x40\xc0\xcf\x0a\x0b\x30\x55\x93\x5c\x0e\x1c\x6a\x8d\x24\x97\xa5\x0b\xca\x9f\x82\x03\x8b\x08\xc1\x61\xf9\x8b\x54\xd1\xfd\x6a\xa6\xe8\x64\x0c\x03\x6d\x25\x1a\x99\xb4\x59\x2a\xd1\x24\xb9\xac\x59\x8c\x6d\x52\x48\xce\x84\x39\x2e\x57\x80\xb9\x07\xc7\x60\x8e\x86\xf5\xa1\x95\x12\x7a\x97\x35\x63\x91\xee\xb2\x14\xbb\x0a\x23\x81\xe0\xc1\x81\x91\xa3\x01\x3b\xdc\x1d\x22\x26\xe5\x8b\x52\xbc\x30\xec\xba\xed\xf8\x81\x3b\xa4\xcd\x99\x0f\x58\xa3\x33\x1f\xe6\x15\xf6\x19\x34\x40\xdc\x25\x5f\x65\xcd\xee\x30\x57\x48\x95\x20\xb2\xd2\x04\xde\x96\x46\xea\xc9\x8a\x65\xb3\xe5\x01\xfc\xfd\x68\xaa\x84\x0a\xda\x19\x07\x89\x6e\xcd\x8d\x01\x71\x35\xd7\xe4\xc0\x55\xd6\xf2\x8c\xcd\xf7\xc5\x70\x3f\x9b\x4f\xc6\x60\x11\x13\x24\x17\x4f\x67\x6c\x92\x1f\x05\x7e\xf9\x8b\xb3\x62\xf7\x94\x02\x60\x31\x5c\x5b\xaa\x5a\x8b\x8c\x6f\xac\xa5\x7f\x17\xaa\xd2\xb8\xd4\x54\xb5\x11\xe6\x90\x11\x20\xa5\xdc\x51\xca\x49\xf9\x89\x3b\x4a\xde\xfc\x6f\x5c\x51\x9a\xc5\x43\xb0\xf4\x02\x30\x7b\x84\x07\xf5\x0f\xee\x21\x55\x6e\x1d\xb4\x6c\xa0\x30\x57\x53\x1b\x99\x98\x76\xaf\xbe\xf4\x1f\x5f\x93\x24\xd9\x2d\x7f\x86\x3f\x30\xfd\x0f\x97\xf0\x61\xfa\xdc\x5c\x2a\x5a\x02\xb2\x29\x01\xe1\xda\xde\x4a\x6a\x2e\x97\xec\x80\x49\xf5\x21\x9f\xc4\x26\x79\x20\x30\x3c\xc4\x21\x55\x7a\x80\x8d\xe5\x53\x49\x1f\xb8\x9d\x88\x61\x92\x60\xed\x0e\xea\x18\xf9\x8c\xfb\x07\xfb\xf9\x3a\x98\xaa\xcf\x00\x5d\xd2\xcc\x6d\xc7\x21\xba\x5c\xa2\xb9\x24\xee\xc2\x1e\x85\xd0\x93\x75\x4b\x28\xf6\x93\x20\xd3\xc8\x8b\x66\x7e\xcc\x8a\x5b\xb7\x91\x1f\xb3\x10\xa4\xde\x4c\x90\x39\x4a\xbc\xe8\xc1\x73\xf7\x89\x92\x90\x65\x67\xac\x0f\x49\x65\x24\x1b\x1a\x71\xd8\xf1\x6d\x96\x01\x8f\x1c\x39\xd5\x92\x7c\xc5\x98\x09\x15\x8d\x8c\xf9\x21\x16\x7b\xab\xed\x4a\xea\x89\x9a\xc8\x52\x5e\x13\x6e\x3a\xf7\x7b\x71\x9b\xdb\xbf\x9f\x40\xc4\x8e\x2e\x7b\x05\x24\x37\x1c\xa0\x3a\x29\x08\x87\xd4\xf9\xc6\x82\xe9\xe6\x29\x46\x48\x2f\x23\x0e\xd0\x91\x31\x57\x74\xc9\x11\xd6\x0a\x6d\x35\xf9\x11\x89\xe8\x48\xf1\x22\x7b\xd8\x1f\x04\xcd\x69\x83\x61\xd6\x12\x9e\xa7\x1f\x31\xd7\x47\x47\xbc\x38\xfb\x88\xd8\xee\xd9\x13\x33\x67\x90\x57\x8d\x5d\xe2\xa4\x85\x42\xd5\x3c\xeb\xe4\xf0\x30\xbe\x66\xbe\x60\x94\x37\xc0\xc9\xf0\x0a\x0e\xd2\xc2\x37\xb6\x9c\x11\x5f\x89\x8a\xc7\x41\x09\xc1\x49\x92\xd6\xa9\x0f\xe7\xa5\x85\x42\x02\xf8\x12\xd2\x45\xb7\xde\xac\x23\x95\x4a\x2b\x04\x40\x12\x80\xdf\x88\x47\x2e\x19\xf5\x91\x1b\x77\x7b\xb2\x89\x17\xb8\x6b\xf5\x07\xc0\x03\xb1\xe6\x92\xdd\x96\xea\xfc\x08\xba\xc3\x8a\xb8\x3c\x97\x53\xe6\xdc\x17\x13\x84\x2c\x87\x78\x49\xec\xc1\xdf\x4d\x0a\xc2\x54\x4b\x0a\xd8\x64\x5e\x8a\xad\xe9\x16\x7b\x46\x0c\x81\xc0\xa0\x1d\x89\x2b\x76\x85\x6c\x53\xad\x28\x2f\xa8\x1d\x15\xed\x19\xcd\x1f\xc8\x0b\x12\xbd\x9e\x7e\xc4\xb2\xf1\x64\xf4\x19\x13\x81\x2b\xba\x6e\x02\x22\x93\x6a\x50\x21\x22\x72\x6d\x12\xf2\x0d\xd1\x2b\x24\x0e\x91\x4c\x97\xac\xf6\x39\x78\x2e\x4c\x80\x31\xb7\xbc\x32\xc9\x56\xde\xb8\xc9\xb7\x87\xf1\x85\x9c\x08\xe0\xb1\xb7\xf4\x96\x84\x87\x74\xab\x46\x20\xb6\xa2\x0b\x82\x94\x9d\x8d\xeb\x7b\x46\xf4\x35\xaf\xef\xad\x1c\x2f\x8e\xc7\xe2\x8b\x8c\x1c\x95\x89\x2b\x7b\x06\xba\x35\x2e\xe5\x95\x8a\xbc\xef\xa5\x3c\x52\x12\x36\xee\xe4\x85\x38\xc1\x9d\xbc\x3d\x1c\x2b\x2a\x31\x29\xbb\x55\x6c\xee\xbe\x6c\xb4\x0a\x98\xd6\x83\x21\xe8\xb6\xa6\x9f\x49\x5b\x1a\xf7\xf6\xd2\xd0\x85\x44\x64\x7b\x1e\x6e\x67\x65\x6b\x93\x7f\x37\xe3\x0b\x73\x45\x94\x21\x55\x6f\xf3\x72\xdf\x72\xcb\xab\x19\x5f\x98\x12\x89\x3c\x6a\xb4\xd5\x50\xd5\x1d\x59\xa5\x0c\xac\xe7\xd6\x9f\xb1\x41\x8d\x9b\x7e\x45\xa3\x15\x37\xfd\x32\x89\x23\x5a\x31\x5a\x03\x41\xc6\x7b\x7e\x5d\x1c\x26\x1d\x87\xbc\xba\x20\xed\x2c\x84\xd3\xa2\xb7\x83\xa0\xdc\x56\x30\x99\xe0\x05\x6e\xa5\x89\x60\xc5\x97\xeb\x67\xa6\x9a\x56\x10\x76\x94\x37\x0a\x9e\x8f\x21\x46\x86\x78\x83\x08\x50\x10\x6f\xfa\x14\x32\x38\x3e\x96\x16\xab\x12\xb7\x3d\x18\xaf\x7b\xf0\x1d\xbc\xff\x9a\x01\xa7\x95\xee\xb2\x9d\x6e\x8f\xfd\x62\xf4\xee\xe8\x76\xc5\x7d\x6e\x77\x62\x44\x8a\x5a\x9e\xa3\xd6\x00\xcf\x19\x34\xa5\xd7\xa1\x8f\x9c\x15\x61\x3b\xe9\xee\x0a\xa6\x93\x25\x2e\x0e\xc2\x8c\x3d\xea\xc3\xeb\xf6\xac\xd4\x68\xcf\x9f\x03\xc8\x7e\x84\x0d\x31\x1c\x84\xc4\x34\xee\x46\xa6\x42\x16\xfc\x56\x46\x64\x8b\xb1\x2f\xee\xb4\xa3\xd8\x17\x6c\x27\x45\x82\x30\xa5\x0e\x6e\xde\x24\x2f\x09\xf2\x76\x31\x3f\x98\x94\xdb\xfc\xc0\x49\x7d\xbc\x70\xe7\xba\x0a\x4d\x23\x38\x65\x71\x5c\xae\xac\x0a\x12\x5c\xa8\x2c\x4b\x3c\x58\xce\x5d\x54\xe3\x56\xcf\x12\xbb\x08\x83\xe8\xd3\xfd\x43\x56\x99\x12\xb6\x0f\xc8\xef\x41\xe0\x12\x59\x52\x81\x2f\x21\xac\x08\x93\x0f\x18\xef\xa9\xff\x38\x36\xe3\x7d\x08\x94\x92\x64\x20\xaa\x1c\x8a\x63\xa6\x6d\x5c\xf2\xc1\x62\x7a\xaf\x12\xbf\x70\x4f\x7f\x3a\x06\x5b\x0c\x6f\x2e\x86\x51\xc8\xcb\xb8\xc3\x59\xb5\x3e\x7b\x6f\x53\xab\x7f\xf1\xda\x86\xa4\xf7\x8c\x09\xd2\x5a\x5f\xca\xf7\x11\xc9\xad\x9c\xfd\x67\x9a\xa5\x56\xce\xc0\x4a\x5f\x24\xc6\xd2\xc2\x33\xe6\xcf\x8a\x4f\x99\x93\x3f\x28\x17\x89\x4e\x5c\x95\x1a\xfa\x92\x8a\x59\xc3\xe4\xa6\x45\x83\xc9\xf0\x19\xda\x26\x39\xbb\xe6\xcf\xc4\x4e\xad\x5c\x02\x0c\x79\xab\x68\x0a\x41\xd7\xe4\xb2\x69\x99\x48\xbf\x5c\x36\xcd\xc3\xe3\x81\x25\xa4\x8a\x01\x64\x6d\xd6\xbe\x5e\x42\xfa\xc1\x0a\xcf\x2d\xd4\x6c\x58\x80\x39\x9b\x87\x5e\x87\x42\x30\x68\xec\x1b\xf1\x16\x3a\xe0\xca\xad\x88\xc9\xc8\xb7\x2e\x49\x97\x7a\x93\xa7\x47\x72\xbb\x45\x99\xa9\xce\x5a\x6e\x51\xb4\xda\xfa\xf5\x2e\x28\x93\x22\x04\x74\xc9\xeb\x0b\xd2\x8c\xfa\x76\x41\x98\x19\x22\xc0\x53\x7e\xe6\xb3\x6a\xe5\x89\x7b\x9c\x3c\x7b\xd7\xd2\xbf\xab\x0f\x0d\x7f\x50\x20\x96\x8d\x3f\xf0\x03\x37\xfd\x21\x62\x3e\x86\xfe\xf0\x0c\x9c\x08\x19\xed\x62\x09\x62\x4d\x15\x34\x18\x51\x62\xd5\x38\x67\x02\xbb\x71\xce\xe8\x22\xe0\x9e\x52\xe6\x2a\x7d\x2b\xaf\xf5\x3f\x7c\xc6\xdb\x2a\x95\xc3\x9c\x12\xac\x36\xee\xa8\xba\x11\xaf\xd1\x90\xc3\x5f\x58\x43\xf4\x84\xc0\xe1\xc1\x7a\x29\x99\x21\x07\x7f\xe1\xf3\xe0\x1f\x69\xb4\xc3\x2f\x59\x8d\xfb\xd4\x02\x52\xf5\xcb\x30\xd5\x8a\x5b\xc6\xe5\x70\x8b\x2a\x73\x89\xbf\x55\x92\x03\x70\x11\xa8\x55\x92\x9f\x11\x56\xdc\xea\x11\xe9\x1b\x79\x26\x80\xfc\x70\x00\x0c\xf6\x4c\xae\x12\xbf\x41\x50\x7a\xab\x04\x80\x2e\x27\x41\x00\xa8\xbe\xee\xaa\x9c\x03\x1a\xd6\x64\x8e\x13\x08\x7b\x4d\xca\x5b\xd9\x5f\x14\x28\xb1\xb7\x54\xdc\x30\xca\xea\x35\x01\x79\x20\x5c\x93\xfe\x01\x78\x4f\x4d\x5e\x7c\x65\x6d\x99\xfc\x82\x48\x0d\x35\x4b\x8a\x38\x0f\x35\x07\x8c\x99\x2d\x97\x3a\x14\xaa\x6b\x04\x50\x0c\x9b\xab\xb3\x81\x96\x95\x08\x8a\x9f\xcf\x9e\xe5\x6c\x13\x6e\x35\x77\xfb\x05\x07\xaa\xad\x3d\x43\xa0\x6b\x35\x96\x54\xb9\xac\xe2\xdd\x29\x8a\x1a\x95\x90\xd1\x98\x49\x24\x1b\xb3\xc5\x82\x10\x02\xb7\x2d\x8e\x14\x2d\x59\x15\xaf\x8d\xfe\xb1\x5a\x04\x82\xfd\x00\xf3\x6a\x5b\xd0\x4f\x65\xa2\x2a\x8c\xb8\x3c\x6f\x78\x40\x90\x6a\x8d\x6b\xd6\x8c\x50\x15\xb6\xbf\x37\xe1\x55\x9c\x3d\x5d\x3c\xaa\x9e\x23\x81\xbd\xe5\x93\xc2\x75\x8a\x56\xf5\xf6\xc4\x38\xe6\x97\xb1\xc1\x25\x18\x6c\x60\x1c\x52\xb4\x10\x72\x4e\x26\x20\xc7\x0f\x08\x2b\x01\x45\x0c\x32\xc6\xae\xb7\xda\x24\x1a\x10\xb5\xda\x90\x0f\xfd\xaa\x2b\x65\x39\x62\xd8\x47\x30\x00\xd5\x30\x8a\xc0\xdd\x6b\x8f\xc9\x33\x24\x3e\x96\xd8\x85\xae\x58\xe3\xf6\x74\x54\x0a\xcf\x53\x0f\xae\xe3\x8b\xb6\x13\x31\x93\x10\xcf\xe2\x84\x31\x91\x90\xee\xbc\x55\xee\x7c\x48\x81\xea\xd0\x4a\x3a\x7c\x81\xfd\x45\x63\x30\xc0\xe1\x14\x21\x04\xa8\xc2\x81\x33\x1f\x11\x6b\xcd\xb3\x27\x8d\x45\x70\x5f\xa4\x4f\x51\x7c\x3a\x0b\x06\x30\xd4\x42\xbb\x52\x0d\x41\xc1\x03\xb2\x05\x05\xcc\x17\xfb\x59\x26\x87\xcc\x51\xa7\xf3\xb0\x85\x57\x26\x0e\x7f\x08\x80\xb0\x3c\xa2\x3d\xa9\xb8\xd5\x2a\x97\x49\x8c\xda\xa8\x78\x5c\x8c\x70\xa9\x71\x99\x04\x96\x5c\xb9\x4c\x52\x3c\x77\xd3\x6d\xe2\xef\x64\x24\x55\x3f\xe7\x26\xe5\x1e\x81\x35\x61\x6c\xd1\x60\x5a\x0d\xd3\x88\xd6\x11\xa6\xe1\x39\xc0\x54\x22\xeb\xaa\x46\x5e\x6a\x7e\xaa\x1f\x59\xa8\xb8\x10\x9e\x16\x2c\x13\x15\x4f\x8b\x02\x56\xfd\x00\x05\xe8\x6a\x55\x16\x71\xf0\x48\x31\xe0\xf6\x7d\x86\xe8\xca\xc2\x3f\xf0\x09\x89\x1a\xe9\x5f\x28\xf7\xd3\x6a\x08\x26\xd9\xe6\xec\x99\x50\x20\xac\xe3\x30\x8e\xa5\x7e\x02\x24\x36\x31\xa9\x81\xdb\xbc\xc5\x94\xaa\xf9\xa3\x9e\x41\x26\x58\xc8\x09\xc9\x96\x5a\x9a\x81\x54\xaa\x1b\x32\x86\xd8\x76\x32\x2b\xb7\x26\xae\xa4\x60\xc0\xa8\xa7\x72\xa6\x60\x44\xde\x58\xfa\x8c\xc8\xd6\xf0\xf3\xd8\x9d\xe6\x38\x62\x43\x4e\x36\x4a\xa2\x71\xea\xe8\x84\xe9\x57\x84\x92\x64\xe3\x2d\x93\x14\xb2\xd5\xb6\x4a\x8c\x88\x2c\xb5\x7a\x6f\x25\xb0\xf5\x12\xc5\x6c\x10\x9b\x66\x0b\xd0\x5b\x3c\xbc\x84\x27\x43\x23\xb8\x24\xb1\xf8\x92\xe4\x47\xeb\x00\x1b\xab\x30\xf3\x94\x42\x7b\xbd\x6d\xce\x0f\x8f\x1a\xa1\x7d\x29\x25\x88\x18\x0f\x33\x74\xec\xcd\xe7\xc7\x90\xc7\x3c\x18\x5b\x64\x80\x8f\xfb\x57\xbe\x15\xf4\xea\xe3\x91\xf7\xa4\xca\xfa\x85\xb5\xac\xdf\xbd\x7d\xcc\x2d\xe8\xf9\xf2\xb2\x48\x20\xf9\x4b\x8c\xa2\x48\x13\xfe\x13\x0f\x5b\x18\x34\x44\x2d\x19\xb8\x80\x7f\x25\x97\xc5\xe6\x0e\xe8\xb3\xb4\x4f\x3c\x23\x6c\x93\x4c\x60\xad\x59\x58\x05\x72\xd5\xf4\x73\xa8\x9e\x35\x93\xef\x03\x89\x86\xb1\x82\x44\x13\xcd\xfb\xc8\x4b\x55\xad\xc1\xf3\x87\xd8\xd4\x0e\xb5\xdb\x69\x5f\x1c\x5c\x0e\x74\x93\x8b\xb3\x89\x0d\x87\x86\x27\xb2\xa5\x18\xaf\xf1\x42\x0a\x22\x4e\x4e\xcb\x1e\xa3\xe2\x4b\x80\x7b\xf0\x22\x45\xc5\x63\xd0\x64\x9e\x18\x7f\x1a\x77\x32\xc8\x48\xd9\x1a\x51\x12\x15\xce\xdb\x8a\x62\x0c\x48\xda\x54\xf1\x97\x3f\x28\x28\x61\xf6\x6a\x84\x22\xae\x00\x83\xfa\x3e\x9a\x6c\xc3\xe1\x20\x36\xb5\xa2\x92\x3a\xfc\x21\xb6\xd6\x5f\x94\xc8\x87\x2f\x1b\xd4\xa4\x5d\x69\x4d\x56\x2a\x44\x6a\x6c\xad\x2f\x44\xcb\x61\x0a\x6a\xea\xf2\xd8\x0e\x1a\x57\x2f\xc8\xa7\xd6\x9a\x97\x25\x45\xf8\x56\x25\xa9\xc3\xd6\xca\xc8\xae\x9c\x20\x88\x58\x47\x8d\x89\x00\x9e\xea\x55\x44\xc0\x4e\xf5\xae\x4e\xf8\x76\x6b\x4d\xa2\x81\x88\xd5\x88\x59\xa4\x8a\x54\x6b\x7a\x26\xd4\x8c\x5a\xb3\xdf\xcc\x33\xa8\x84\xba\x46\x0a\xfb\xd1\x45\x92\xb8\x0f\xe1\x47\xdd\xa2\x8d\xa8\x49\xe4\x64\xf9\xb9\x4f\xde\x8d\x90\xc8\xb5\x2e\xa8\x91\x41\x1a\x1c\x4b\x17\x6d\x23\xd1\xa3\xf2\x7d\x1b\x7a\xa3\x87\x3f\x90\x71\x16\xce\xd2\xbc\xab\xa0\xbd\xb7\xc1\xbe\x34\x59\x37\x4a\x4e\x75\x03\xd3\x5a\xb8\x01\xdc\xf4\xcd\xcb\xaa\xe6\x8e\x46\xb2\xc7\xe1\xc2\x27\x06\xef\xe4\x37\x83\x6f\x98\xe0\xd4\x0e\x8c\x36\x4b\xce\xfd\xb4\x9c\x39\xb7\x22\x35\xb2\x92\x73\xbf\x1c\x87\xd3\x10\xef\xdd\xcc\xa9\x0e\x89\xf4\xd4\xcc\x04\x23\xe5\x6c\xde\x85\x54\xb9\x6b\x5e\x3b\xd0\x74\xdc\x42\xaf\x46\x14\x6b\xde\x80\xd4\xde\xdb\xb8\x6b\xa0\x41\xa1\x71\x03\x52\x53\x7f\x43\xaf\x36\x98\xa0\xad\xa8\xcc\xc7\x33\xd4\xcf\x75\x2f\xc1\x06\x40\x96\x2c\x83\xef\x3f\x31\x34\x9d\x7e\x62\x68\xe6\x01\xf7\x9a\x22\x28\xcc\x4b\x86\xd5\x36\xf3\xaa\x72\x4e\xca\x01\xe4\x31\xbe\x35\xeb\x59\x2a\x40\xaf\x7c\x23\x05\xa3\x71\x3d\xed\x13\x66\x00\x47\x71\x8e\x3c\x9f\xc6\xca\x33\x93\x33\x60\xc5\x42\x2c\x22\xd0\xfc\x41\x62\x29\xfd\xb8\x14\x02\x3c\x9d\xc6\x1c\xea\x9f\x6e\xf0\x13\x2a\x1a\x36\x32\xfd\xd4\xd8\xe7\x2b\x90\xcf\x1f\xd8\x74\xf7\xf6\x92\x90\x4d\x5f\x3c\xe8\x1e\xdb\xcb\x83\x2e\xc6\x59\xfd\xc1\x88\xa6\x16\x76\x7d\xf7\xf0\x0e\x94\xa3\xcd\x1d\x73\xf1\x85\xb9\xa0\x9d\x90\x68\xa8\x06\xe5\xbd\x65\xb1\xd5\xbe\x40\xfe\x64\x03\x91\x5f\x0c\x08\x4d\xd7\xa3\xce\xd5\x02\xca\x2b\xb6\xf6\x38\xa0\x8b\xe7\x4a\xa3\x26\x60\xca\x19\x54\x9d\xbe\xed\x89\x65\xf9\x22\x73\x90\x8c\x3f\xb2\x46\xc9\x54\x98\xd7\x11\x9a\xda\x2b\x8c\x24\xa5\xdc\x3e\xac\xd9\x1f\xa4\xfc\x6e\x04\x71\x7e\xe4\x47\x69\x0d\x46\x43\x96\xa6\xd6\xf0\xad\x57\x89\xce\xeb\x61\x85\x3a\xf4\x60\x2e\x88\x30\x54\x47\xc8\x0b\xa9\xa5\x1f\x92\xb9\xf8\x2a\x0e\x5f\xe7\x05\x5f\x3e\x00\xea\xde\x09\x20\x97\x48\xeb\xde\x1d\x54\xde\x37\xe9\xc4\x90\x7e\x92\x95\xa9\xea\x26\xea\x84\xf0\x29\x02\xf5\xa4\x5d\x94\x01\x09\xde\x97\x9f\x74\x2d\xde\xda\xe4\x3b\xe9\xaf\xc9\x02\xd2\x3a\x49\x14\x9a\x90\xeb\xa1\xd7\x41\x63\x7b\x36\x87\x3c\x13\xc9\x01\x52\xbf\x62\x77\xec\xb7\xc4\xa4\xf8\x0a\x7e\x64\xcc\x4d\x27\x68\x6f\x3a\x41\xaf\x08\x6a\xf7\xef\xe4\x99\xd6\xcd\xd6\xf5\x8b\xab\x50\x74\xf4\xbd\x1a\xad\xd5\x36\x21\x02\x1d\x3e\x45\x9e\x92\xd6\x8b\x56\xb7\x6e\x73\x2f\x1f\x25\x9b\x6b\x8d\x5e\x4e\x4b\xd4\x8a\x11\x4d\xf7\xcf\xb1\xec\x35\x26\xcc\x67\xd5\x83\x05\xbd\xb7\x1e\x05\xa9\x3f\x5b\x87\x3d\x25\x5d\x0a\x3d\xf8\x53\x7c\xb5\xec\xcc\x5f\x4e\x5f\x6c\x73\x51\x6b\xca\x1f\xdc\xb8\xee\x0f\xa2\x8a\xcd\x63\x2e\x6c\x16\x21\xf5\xd4\x7a\x6c\x7d\xb3\xa7\x61\x18\x60\x6f\x12\xab\x78\x31\x61\x3f\x2b\x69\x8a\xc7\x82\xc5\x28\xbb\x58\x56\x17\xaa\x7c\xa5\x32\x27\xb7\xe9\x96\x70\x1c\xb6\x88\xb9\x83\x04\xb8\xbb\xf5\x28\x50\xf7\xa2\x92\x29\xa5\x51\xf6\xa2\x92\xc0\xa4\x75\xf3\x35\xed\xc5\x7e\x43\x05\xa9\x83\x91\x82\x82\x77\x52\x25\x37\x68\x4c\xc7\xcf\x9d\xf4\x43\x74\xeb\x32\x4a\x61\x3b\x71\x73\x92\xbe\x4e\x52\xe4\x98\xb1\xdc\x0e\xc6\xd2\xa7\x81\x58\x76\x3b\x03\x5b\xfc\x0a\x6c\x81\xbb\x76\x4b\x40\xc0\x56\xba\x31\xf2\x01\x60\x39\x99\x5b\xaa\x4a\xa6\x7b\xa3\xe3\xdb\x1e\x3f\x07\x04\x9f\x9d\x08\x9e\x69\x8d\x3e\x1d\x15\x2b\x38\x35\x29\xcd\x46\x6f\xfe\x60\xc1\x6e\xf1\x6e\x05\x8c\x6c\x2e\xdd\x74\x81\xfa\xa9\xd5\x21\xa9\x0e\x52\x63\x8e\x64\x08\xd6\x1b\xd7\x51\xb1\x14\x84\xfa\x47\x8a\xd4\x7d\x19\xce\x97\x8d\xf8\xc4\xaa\xfc\x65\x39\x08\xcb\xfa\xc4\xb2\x98\xa4\x6c\x06\xaa\xdf\xcd\xb8\x24\x67\xeb\x5e\x96\x93\x49\xf6\x53\x37\x42\xfc\xe2\x82\x69\x7e\x0a\x53\x46\xf4\xe6\x9c\x8a\x67\x47\x31\xaa\xd0\x50\x4a\x96\xe4\xa4\x4b\xa6\xa3\x00\x79\x7f\xbe\x75\x5c\xd4\x15\xe2\xda\xd1\x80\x48\x7e\xde\x3a\x46\x59\xf2\x79\xb7\x7e\x45\x6a\x39\xc6\x40\xd1\xa9\x52\xca\x4b\xdc\x84\x65\xf4\x8b\x92\x2c\xc3\xd6\x2e\x50\x68\x99\x23\x4b\x7d\xb6\x5f\x01\x79\xe6\x7e\x99\xae\xdf\x89\x04\xe0\xf9\xe1\x3e\x6c\xcf\xb4\x6e\xa7\xc8\xa2\x6e\xa7\x45\x57\xf8\x9e\xab\xe4\x0d\xfd\x49\x2b\x5b\xbf\x25\x37\xce\xe4\xc6\xe2\x21\x6e\x70\x63\xdf\xc0\x81\xae\x23\x5a\x17\x52\x87\xa9\x05\x1b\xee\x96\x87\x90\xe8\xde\xa6\xc1\x13\x6e\x8f\xb5\x62\x98\x93\xae\x68\x95\x9c\x0e\x83\x5b\xa2\xc3\xa3\x01\x52\xe0\x9a\xea\x2e\x8e\xce\x23\x4b\x1d\xb6\x97\xd6\xa0\x6d\x76\x14\xae\x2a\x41\xc5\xbe\x7a\x08\xab\xe0\x7c\x52\x73\x1c\xcb\x06\x44\x77\x12\xa2\x19\xe1\xda\xe5\x75\xd2\xd6\xd7\x50\x10\xa6\xfe\x52\xb2\xc6\xed\x7f\x39\x2c\x90\xa6\x71\x80\xd3\x10\xb9\x71\x70\x21\xab\xf8\x0c\x4e\x71\x4e\x87\x31\xec\xea\x25\x03\xff\x6f\x05\xbf\xc7\xe1\x60\xfe\x3d\x0e\xd4\xe0\x05\x62\xd4\x7d\x76\xbf\x87\x2d\x60\xbf\xac\x67\x44\x3a\xa6\xbd\x61\x23\x25\xe1\xef\x0b\xb5\x65\xa0\x3d\x94\xcd\xa9\x35\x3e\xf2\x30\x23\x79\x0c\x39\x26\x00\x18\xc4\xb9\x57\x76\x78\x70\x45\x9e\x84\x86\x6d\xa4\x00\xeb\xfa\x8e\xf6\x8d\xbf\x57\x87\x68\x23\x8b\x6d\x60\xcf\xc0\xcb\x5b\x16\x27\x62\x18\x97\xa6\x83\x6a\x64\x43\x76\x9c\x72\x76\x36\x80\x0b\x8d\xd0\x4b\x3d\x23\xab\xa5\x00\x08\xf3\xe8\x88\x0b\x23\x7f\xec\xca\x16\x82\x68\x3a\x22\x69\xa1\x92\x63\x28\xf9\x4c\x5f\xa4\xcf\xce\x0b\x3f\xb1\x21\x3f\x83\xb8\x77\x1d\xbd\x14\x13\xda\xfd\x32\x3a\x2a\x1d\xe9\x7e\xdb\xa8\x31\x77\x9e\x43\x5b\xe3\x99\x52\x03\xd3\xef\x2f\x47\x00\x78\xd5\xa3\xe9\x70\xf2\xbf\x61\x0b\xd0\xc7\xc9\x7a\x51\x1e\x4e\x3c\x54\xd5\x84\x7c\x8b\xd1\x58\x6b\xd3\xa0\xe4\xb3\xe7\x1a\x41\x74\x74\x8e\x72\x3c\x47\x0b\xba\xc2\xb0\x79\xb8\xeb\x14\x87\x0a\xbc\xea\xca\x62\xfe\x5d\xe2\x0a\x4f\x1e\xdd\xa3\x85\xf0\x37\x70\x98\x56\x81\xd6\xb5\xee\xfb\x77\x8f\x9c\x6b\x0d\xe7\x29\xaa\xc5\xf0\x7a\x7b\x89\x8e\x3d\xe5\x42\x01\xf7\x69\x08\x89\xc3\x0b\x65\xba\xb8\x07\x11\x5f\xdd\x3b\x3c\xc3\x9b\xec\xde\x4d\x1c\x43\x2b\x00\xe2\xee\x20\x82\x7c\x28\x7d\x8e\x61\x3c\x02\x47\x72\x18\x42\xee\xd5\x43\xaa\x3b\xd5\xea\xd4\x66\x0c\xc3\x04\xa8\x05\xd0\x91\x10\xc6\x54\x56\x47\xd8\x1f\x04\x80\xd5\xe9\x47\xae\x98\xb5\x10\x2a\x2e\x67\x18\x33\x36\x94\x6e\x89\xf0\xae\xce\x6a\xc9\x94\x11\xc8\xc6\x92\xbf\x23\x2f\x8c\xe5\x61\x47\x98\x1c\x2b\x96\x65\x7b\x13\x87\xba\xfa\x15\x3d\x33\xa4\x26\x4a\xdd\x4c\x43\x2e\xe9\x1c\x3f\xb1\x12\xc6\xf4\xc2\x98\x67\xc4\x82\x48\x8e\x88\xb5\x92\xd4\xd3\x6d\x04\xc7\x44\xa4\x19\xc1\x31\x85\xc3\xc7\xa9\x54\x3f\x43\x28\x40\xd1\x18\x1f\x6d\xa5\x76\xe5\x79\xb1\x2f\xbc\xa2\xa4\xa9\x6b\xe3\x74\xed\x74\x4b\xa4\x77\xe8\x03\x43\x07\xa5\x1e\x84\x71\x39\x75\x5a\xc8\xf1\x90\xd4\x07\xe9\x69\xc8\x7e\xd7\xc6\xd6\xc4\x66\x9c\x0a\x52\xde\x06\x05\xc0\x0b\x39\x04\x8e\x7a\x98\xa2\xdc\xb8\xcc\xbd\x05\x08\x2f\x2d\xda\x22\xb3\xca\x16\x9c\x65\xdc\xca\x45\xae\xe8\x76\x38\xba\x35\x93\xa7\x92\xf3\xd8\x5c\xaa\xc8\xb6\xc7\x1d\x13\x67\xb2\x30\xa9\xa1\x24\x38\xe0\x52\x06\x00\x8e\xcd\xa4\x4a\xfb\x36\x67\x69\x1b\x8f\x3b\x85\xdc\x31\x08\xa0\x6a\xe2\x9c\x45\x90\x0c\x29\x8a\xfc\x75\xca\xc1\xe3\x11\x53\x04\xf0\x13\xdb\x03\xbc\x1e\x19\xa8\xc7\xc9\xfc\x32\x8a\x79\x24\x78\xcd\xcd\x1d\xc5\xcb\xa7\x21\x6a\xbc\x6e\xb5\xab\x79\x29\x24\xe2\x54\x5e\x8b\x14\xdb\xd8\xa3\xe4\x18\xde\xfa\x76\xc5\x66\x8a\x55\xe4\x1b\x9a\x0f\x4b\xbc\x48\x33\x39\x63\xe4\x90\x2d\x83\xed\x9a\x06\x41\x01\xca\x49\x2c\xb5\x39\x0c\xda\x3c\x2c\x41\x13\x2f\x66\xd8\xf3\x2b\xee\x8e\xc0\x35\xa7\xf9\x64\x74\xa9\xcc\x43\xb1\xa7\xf8\x8b\x98\x39\x79\x26\x1d\x02\x6a\xc6\x34\x54\x4a\x9f\xde\x0c\x9d\x10\xe4\x9a\x9b\xab\x65\x2f\x71\x4e\x8a\x1d\x19\x98\x3d\x0d\x64\x52\xa5\x9c\x78\x04\xa9\xd1\xd8\xa6\x19\x4b\x95\x37\x67\xf2\xe8\x21\xa5\xcd\x2c\xb1\x02\x59\x26\x37\xb6\xc8\xbc\xd5\x26\x31\xd4\x24\xf4\x6a\xd3\xb8\x69\xb5\xd3\x99\x45\xaf\xea\x2f\x5a\x6a\xfc\x41\xf4\x42\x60\x20\xdf\xee\x90\xbb\x4d\x6b\x0d\x40\x76\x66\x21\x6f\x95\xdf\x10\x9f\x14\x0a\xc8\xe4\x56\x97\x86\xf4\x49\x1d\x50\xea\xb1\xb6\x59\x64\x81\x42\xc1\xa0\x68\x27\x8b\xb3\xcf\x08\xbc\x19\x2c\x4c\x88\x54\x10\x18\x06\x33\x2b\x01\x9a\xae\xa8\xda\x93\xeb\xae\xa6\xc8\x61\xb8\x2a\xd0\x6d\xe0\x39\x74\x82\xa1\xcf\x2d\x9b\xcb\x86\x6c\xd2\x64\xf8\x4e\x71\x73\xb1\x3c\x9c\x21\xb7\xae\x0c\x61\x9c\x5b\xa1\x2b\x5e\x9f\x9b\x4d\x82\x89\x26\x31\x09\x20\x12\x11\x67\xe3\x1e\x51\xb7\x57\xc2\xaf\x9c\x2d\xf1\x43\x86\x93\x4e\x5d\x7b\xf1\xf7\x98\x06\xb3\xa5\xa4\xe9\x70\xb2\xdc\xb8\x22\x83\x49\x9b\x3d\x4e\x20\xad\x8d\x0c\x52\x42\x9f\xe6\x66\xd3\xd5\x32\xbb\xb7\x09\x98\x13\x37\xa9\xc8\xf7\xd0\x66\x30\x3a\x51\x12\x5f\x1e\x85\x55\xdb\x1c\x8e\x41\x03\x54\x3c\xd5\xbd\x39\xa2\x57\x06\x1f\x60\x64\xf2\x07\x69\x7e\xf1\x07\x22\x2a\x96\x3f\xc4\x32\x98\xe1\x0c\x24\x64\x4d\xd3\xda\x70\x90\x92\xe9\x75\x28\xcf\x03\x17\xa4\xb5\x0a\xce\xa9\x32\xe4\x74\x4d\xac\xa2\xa3\x6f\x9a\x38\x58\xf5\x62\x2e\xf3\x05\xf0\xd5\xf2\x94\x22\xf9\xcf\xa5\xa6\xdf\xfd\x85\x00\xf9\x64\x8b\xe9\xe8\xdf\xea\xbe\x73\x71\x85\x1d\xf2\x33\x43\x1b\x74\x06\x94\x4f\x50\x16\x98\x58\x26\xa5\xe4\xf3\x13\x63\x02\xbd\x8f\xf5\xca\x68\xf0\x09\x6a\xc0\xcc\xbc\x09\xad\x2c\x3f\xcd\x8e\xe2\xa1\x40\xcb\xa3\xd8\x56\x9b\xde\x84\x56\x66\x9f\x86\xef\x20\x6e\xcc\xcd\xb4\x4a\xf3\xa8\xe1\x0a\x6b\x82\xe8\x74\x4f\xfc\xe6\xc3\x33\xc0\x3e\x1d\x80\x69\x70\x69\x69\x19\x13\x39\xd1\xf7\x0e\xc9\x18\x3e\xae\xee\x5c\x0d\xbb\xd1\x25\x32\x75\x72\xa9\x16\x4c\x43\x92\x75\x27\x4e\xac\x92\x0d\xd9\x6a\x5e\xdc\xc4\x91\x5e\x98\x28\x45\xbf\xc2\xb4\x8c\x9f\x98\x4c\x14\x4e\x4c\x2a\x34\x3c\x01\x85\x4d\x32\x2c\x16\xd3\xc0\x63\x19\xc3\x44\xab\x6b\xae\xfb\x36\x62\xc2\x01\x51\xf1\x9a\x1b\x70\x47\x38\x07\x90\xe2\xd6\x52\x6c\xd9\x1d\xbb\x01\xd0\x51\x04\x1b\x32\xcf\xbc\x05\x1b\x33\xb9\x01\x1b\x12\xcb\x34\x72\xa7\x46\xeb\x8b\x1f\x9c\x94\x74\xaf\xfb\xc2\x2e\x25\x7b\x65\xf3\x11\xf0\xe6\xa3\x87\xc2\x49\x05\xe7\x14\xba\x5a\x3a\x55\x89\x26\xd6\x4d\x0a\x4b\xb6\xf9\x08\x43\xba\xf2\x0a\xb4\x7c\x6c\x3e\xe7\xcf\x5a\x74\x6d\x12\x7d\x13\x1b\x4e\x42\x15\xaf\x51\xcc\xc7\xb1\x99\x2c\x1a\x61\xf7\x70\xbe\x5e\x6c\x65\x4e\x38\xe0\x82\x24\xbd\x94\x20\x72\x27\x51\x08\x9b\x54\x16\xf7\x9b\xdc\x77\x51\x70\xb0\x81\xa6\x2b\x92\xc5\x77\x5f\x84\x25\x9a\xd5\x3a\x88\x2d\x67\x27\xd7\x61\xeb\xc5\x33\x41\xdc\xc0\x78\x1d\x92\x05\x18\xee\x3a\xdc\x6e\xa0\xb1\xd0\xf0\xe4\x4d\x8b\x30\x60\xd2\xfa\xb6\x95\x3c\xbd\x0e\xb1\xf9\x9f\x05\xf8\xda\x4a\x91\x1f\x97\x67\x5c\x5b\xc9\xbf\x2f\xa2\xb4\x3a\xcf\x1f\xb2\xf4\x31\x25\xac\xa0\x14\xb2\x6a\x8b\x22\x80\x24\xc5\x69\xcb\xa4\x25\x1a\x3e\x97\xe1\xbd\x46\xe7\xae\x1c\xbb\xc5\xcc\x33\xb5\x42\xd1\x4c\x17\xea\xdc\x92\x7e\xae\x1c\x88\xe6\x57\x6c\x5d\xb5\xf9\xf8\x59\x21\xb0\x2d\x75\xbb\x12\xcd\x17\x14\x97\xd1\xb3\x33\x64\xe6\xe4\x20\x11\xb7\x16\xda\x9c\x66\x9e\x15\xca\x1c\x4c\x7c\x19\xf4\xab\xbf\x77\x15\xc3\xa8\x68\x5d\xd8\xa4\xf8\x48\x29\x25\x7e\x40\xc7\xc4\x78\xb0\xb0\xad\x36\x01\x62\x15\xbf\x94\xbe\xab\x1d\xd9\x56\x89\x8d\x62\xbd\x05\x44\x77\xc6\xc1\x7e\x51\x9f\x56\x75\x50\x18\xc3\xe2\x8a\xb4\xaa\xdb\xaa\x51\x2b\x80\xa9\xa1\x4f\xb6\x68\x81\x49\xb0\xf9\x77\xb0\xa7\xd9\x98\x21\xe2\x99\xca\x4a\xee\x01\x06\xd4\x06\xd7\x5b\x68\x90\x6a\x54\x2b\x34\x48\x0e\xc3\x6a\x44\x76\x72\x74\x17\x8c\x58\x1b\xed\x22\x6f\x89\xce\xde\x25\x1f\x86\x18\x2d\x72\xa4\x52\xa7\xb0\x2d\x72\xa4\x2e\xad\x97\x8b\xb4\x25\xad\xd9\xa9\x38\x6c\x03\x02\xf6\x38\x9e\x4b\x06\xad\xaf\x64\x59\x4d\x4f\x1d\x7a\x75\xe7\xca\x34\x8c\xea\x55\x72\x5a\xb2\x6b\xd8\xd4\xea\xce\xd5\x06\x64\x82\x43\x80\x58\x1d\xb2\xd4\xfc\x7e\x62\xe2\xf7\x1b\x0e\x68\xf3\xd9\xb0\x3c\xfb\x51\xfe\x9b\xbe\x40\xa2\x60\x77\xab\x2b\x5d\xbb\x5b\xd4\xc6\x6b\x22\x64\x8f\x9d\x63\x7e\x23\xe0\xc7\x2f\x04\xf8\x2a\xa1\x2e\x2c\xbb\x5e\x2b\x5e\xe4\x35\x69\xb0\xa7\x35\x02\x4e\xb6\x8e\xc1\x19\x63\x28\x46\xb9\x15\xb8\x3b\xbd\x6b\xba\x26\x44\x1b\xc6\xb5\x26\x02\xb5\xc3\x6d\x46\x5f\x24\xae\xcb\xd0\x5d\xa1\x3f\xb9\xae\xb9\xfc\x5e\xc3\xbf\x24\x24\x98\x3e\xfa\xd9\xe2\x9e\x52\x93\x82\x18\xdf\xab\x37\x63\xad\xe0\x0b\xcc\x90\x9b\x4a\x5d\xf2\x10\x0a\xac\x1d\x53\x4c\x2e\x8e\xa8\xca\xac\x06\xe3\xb5\xbc\x84\xe2\x47\x54\xe5\x84\x4c\xaf\xc5\x78\x98\x08\xd6\x72\xbb\xdd\x7b\x2e\x23\x79\x4f\x8c\x32\x0e\x53\xdd\x77\x7d\x94\xd8\x01\x47\x28\xac\xc8\x41\x0b\x39\xc0\x3b\x96\xcb\x0b\xcb\xd2\xbb\x8f\xe4\x68\xd9\x42\xf1\xdd\x7d\xfd\x04\x6d\x62\x19\xde\x46\xd2\x11\xb3\x48\x89\xd2\x60\xcd\xeb\x0c\xda\x04\x78\xce\x18\x91\xf6\xa7\xb1\x1e\xac\xe9\x24\x78\x29\x9e\xcd\x46\x6a\xeb\xd8\x3e\x5f\x1e\xca\x94\x32\x2d\x7d\x92\xca\xcd\xcb\xe2\x0b\xd3\xe3\x10\xec\x7f\xf9\xd2\x99\x89\xcf\xea\x69\x42\x97\xc0\x16\xaf\x0b\xac\x2b\x18\x2a\x53\xbc\xe4\x69\xcc\x30\xf8\xbf\x98\x04\xcb\x4f\x7e\x14\xf7\x91\x69\x7d\xab\x3c\x38\x2d\xd2\x9e\x78\xdf\x67\xc1\xf1\xbd\x33\xbf\x64\xd3\xdd\xbf\x7b\x06\x24\x1b\xa1\xfd\xce\x6f\xcd\x7c\xcb\x2b\xc9\x71\x20\x89\xa0\xd5\xc7\xbd\x50\x6c\x15\xed\x4c\x9e\x3e\x34\x48\xac\xc7\x13\xc2\xec\xb9\x6d\x3c\xdc\xc5\xcd\xb6\x8b\x16\x88\x85\xb3\xb2\x2c\xa1\xf5\x38\x99\xf8\xc5\x13\x89\xec\xbd\xde\xa8\x93\xcc\x2f\x5e\x38\xd6\x0d\xb4\xbc\x0d\xa4\x1b\x68\xe1\xd3\xd4\x50\xb7\xbc\x3a\xac\xa7\x6a\xe9\xd3\xd4\x0a\xbe\x2c\xec\x8e\xfc\xbc\xf0\x5d\x7a\x8b\xe0\x73\x1c\xb6\xc8\xbc\x50\xb6\x08\x12\xff\x21\x2c\x56\x4b\xe4\x27\xc2\x62\x9b\x3f\x40\x7f\x86\x3f\xc8\xca\x21\x64\x9f\x60\xe5\xcb\x97\xc7\x7e\xf7\x80\x1f\x92\x93\x91\x73\xb5\x7d\xcc\x6f\xaa\x1b\xe6\x93\x02\x89\x26\x2f\x01\xc7\xce\x0b\x22\xf2\xf4\x2b\x88\xf0\xf0\xa3\xd3\x70\xd1\xc4\x0b\x3b\x3c\x6c\x10\x03\x3a\x08\x02\x90\x0b\xc1\x3c\x2b\xc3\xf8\x84\x0d\x16\x8a\xfc\xc9\x01\x45\x5f\xe0\x0c\x20\xce\x27\x94\x5c\xf6\xe7\x23\xd7\xd6\x8d\x42\x02\xfc\x61\xc2\x8c\x8f\x16\x59\xdd\x1a\x9f\x1c\x6b\xf7\x05\xac\x41\xbe\xf9\x94\x80\xef\xe2\x85\x68\x69\xa7\x82\xad\x55\x27\xdd\x47\x45\x15\x6c\xfe\x10\x52\xaa\xc9\xf0\x53\x75\x72\x41\x7b\x3f\xd5\x89\xb0\x9d\x1f\xee\xbc\xc8\x41\x3f\xd5\x4c\x9f\xec\xed\x47\xdd\x54\x9f\xca\xc7\x10\x51\xb5\x9e\x4f\x23\xf4\x14\x72\xf6\x91\x65\xe9\xb1\xf8\xc8\x8c\x04\x75\x0f\x00\x31\xad\xae\x98\xb7\x7c\xe1\x6e\xb8\xf3\xea\x9a\x32\xb3\x3f\xb0\x3b\xd3\xae\xd8\x90\xe9\x47\x1e\x39\x98\xc5\x27\x8c\x9f\x36\xf7\xd6\x87\xf6\xa2\x8f\x9c\x43\x6b\xef\x67\x28\xef\xbb\xbb\x5b\x4b\x2c\xe6\xbd\xfb\x4c\x75\x5a\x88\xd5\xc7\xe4\x16\x1a\x4a\x3e\x2b\x16\x0c\x8c\x48\x50\xa1\xd1\xe4\x63\x18\x8a\x86\xbe\x8f\x2a\x9f\xa6\xb7\x8f\x56\x4a\x6d\x72\x9f\xe5\xf4\x19\x7e\x79\x48\x81\xf0\xb2\x18\x90\x07\x63\xc5\xbc\x78\xc1\x2e\x39\xb4\x94\x7c\x3e\x6e\x11\xb2\xf3\xe7\xe3\x71\x40\x77\xf9\xa8\xa6\xa9\x93\x7f\x0c\xfa\xd0\x5f\xf4\x31\x7e\x51\xa1\xff\x73\x1a\x97\x2f\x7e\x9d\x71\x64\xed\x20\xc0\xc4\x02\x24\xd0\x7a\xff\x29\xbd\x50\x65\xe2\x1f\x12\x4c\x34\x51\x92\xa0\x45\xca\x1c\xb5\x8f\xd1\x24\x5e\xd4\xff\x70\x79\x42\xe3\xcc\x07\x37\x1d\x15\x8f\x1a\xe5\x81\x36\x58\xbf\xab\xd8\xd6\x3e\x5e\x2d\x55\xd4\xfe\xa8\xc8\xa9\xe5\x7e\xa4\xea\x22\xf2\x85\x7c\x3d\x7d\xbe\x2c\x64\xc1\xf3\x6b\x03\xd6\x45\x2e\xcb\x2e\x65\xc0\x74\xa9\x2b\xea\xa3\x1e\xb6\xfc\xbb\x6b\x87\xf0\x7e\x6e\xb7\x02\x42\xf8\x31\x0f\xb6\x0e\xa5\x0f\xba\x94\x77\x28\x3e\x1a\x21\xdd\xbc\xb8\xec\xe0\x59\x79\x1c\x83\xb1\x49\x06\xd1\x24\x51\xc6\x3a\x7a\x01\xeb\x23\x19\x56\x49\xfe\x68\x82\xd4\xda\xf0\x79\xa3\x2f\x3e\x33\x80\xc4\xcb\x55\x1f\x7c\x64\x49\xad\xe6\x3c\x62\x5e\x83\x97\xe4\x2f\x9d\x17\x2b\x56\x25\x5f\xc8\xb2\x85\x7c\x7c\x62\xef\xd3\x54\x7f\x52\x3a\xdd\x08\xf7\x13\x57\x55\x07\xbd\x4f\x89\xa2\xba\xf1\x99\x54\x04\xe1\x2e\x27\x94\x70\x95\xf8\xe5\xf6\x85\x5f\x72\x30\x0e\x3a\xc3\x07\xd5\xe2\x07\xe9\x41\xf7\x07\x8a\x8e\x43\x87\xcf\x8c\x39\xa3\xfb\xec\xb9\x45\x9e\x3a\xb5\xde\x41\xdf\x4f\x94\x0b\xea\x3d\xb4\xb3\x58\x78\xcb\x6e\x8b\xf3\xf5\x23\x31\x38\xdb\xfa\xe1\x07\x16\x5e\xdd\x75\x86\xae\xca\xc2\xe0\xc6\x49\x82\x43\x0a\xd0\xb5\x93\x70\x41\x13\x69\x9d\x35\x30\xde\x1f\x02\x05\x68\x6e\xa2\x23\xbf\xda\x2a\x40\xed\xe0\xc9\xd9\x3c\x98\x8e\x6d\x40\x05\xbc\xe1\x44\xec\xa7\x8c\x5c\x3b\x49\xb0\xac\x81\xf7\xa4\x4c\x82\xa1\x4c\x27\xf1\x81\xb3\xda\x96\x7c\xd3\x6e\x58\x53\x7e\x65\x16\x41\x36\xb3\x0d\xac\xab\xcb\x47\xde\xd2\x13\x34\x3d\xf2\xf6\xf0\xec\xc0\xc0\xd5\x10\x8d\xee\x37\xa2\x04\xa7\xf9\x44\xa0\xa7\xb2\x41\x3b\x11\xe2\x67\xf5\xef\x31\x1a\x6b\xd6\xc9\xa4\x51\xe5\xc4\x2a\x67\x4a\xc1\x93\x08\x7b\xf5\xfb\x93\xc4\x03\x6a\xdf\xe7\x70\x68\xa6\x4a\x0c\x86\xd9\xe9\xdb\x89\x0c\xdf\x85\xe4\x00\x07\x9c\x46\x58\xeb\x86\x23\x18\xc9\x86\x19\xe0\x24\x3a\xa3\x3b\xf4\x94\xaa\x71\xf4\x4f\x62\x11\x4b\x00\x8d\x58\xc4\x1e\x3f\x88\x1e\xd9\xe6\x88\xbf\x9c\xf1\xd3\xdc\x86\xca\xc5\x16\x00\xf3\xfe\xc3\x69\xe9\xe9\x78\x26\x6b\x25\x5c\xeb\x9c\xca\x89\xc3\x1f\x4e\xf4\x40\xd6\x87\xab\x2a\x0e\x95\xf9\x94\x87\x43\x0b\x35\x38\xc5\x69\xc4\x22\xf4\xe1\x54\x01\x98\x18\x9c\x4f\xfd\x59\xb5\x7c\x7b\xc5\xe3\x5c\x94\x35\xf7\xc8\x59\xf0\x4e\x93\xd0\x89\xe1\x50\xaf\xc3\xb9\xbc\xbb\xee\x33\xd7\xa6\x3c\xe1\x0b\x3b\x6e\x8c\xcf\x35\x5a\x91\x6d\x45\x69\x5d\x9e\xc9\xe3\x88\x76\x70\xe2\x18\xd3\xc7\x78\xc2\x66\x3a\x52\xc4\xf9\xf1\x7a\x2c\xdf\x50\x20\x4e\xdf\xef\x49\x26\xa4\x29\xa4\xb8\x38\xd8\x05\xb9\x41\x89\xda\xb1\x4e\xb5\x09\x0d\xac\x27\xda\x84\x31\x2d\xa7\x65\x1e\x34\x3d\x9e\x2a\x13\x1e\xc3\x08\xb0\xe7\xa3\x53\x25\x1e\xa8\x71\x0d\x50\x5b\xb2\x95\xd8\x4a\x3c\xab\x36\x89\x47\x58\x1e\x4d\x2f\x70\x9e\x26\x2a\x77\x00\xe5\x25\x71\xfb\x54\x66\xa9\x36\x27\x33\x2c\xec\xec\x34\xff\x01\x9a\xe7\xa9\xbe\xa1\xdd\x8b\xd2\x41\x39\xe8\xca\x25\xaa\x01\x26\x58\x98\x36\xb0\x93\x5c\x08\x4a\xe8\xe7\x45\xcd\x0b\x78\xec\x49\x34\x64\x17\x1a\x24\x48\xea\x1e\x61\xf2\x20\x69\xa3\xa3\x7e\x5c\x8e\xbb\x5f\xa7\xb9\x17\x95\x76\xce\x60\x5e\x18\x77\x4e\x99\x97\x3f\xa0\x85\xc8\x9f\xcf\xdb\x12\x7c\x7e\x53\x19\x82\xdd\xb5\xcc\x5e\x8c\x71\x07\x9c\x98\x20\xb9\x17\xf5\x7f\x9c\x16\x83\xf4\xb0\x62\x51\xd4\xf0\x71\x62\x50\xf4\xde\xd9\x69\xea\x45\x24\xb3\xd3\x9b\x80\xde\x2b\x3d\x1f\x99\xbb\xcf\xd0\x68\xc1\x87\x39\xb1\x3b\x32\xe6\x44\x2f\xb9\x9d\xf0\x43\xc3\x36\xce\x87\xdb\xcc\x48\xba\x54\x5d\x6a\xc6\xaf\x9d\xb8\xe7\x5a\xf4\x09\x9b\xc2\x8a\x7f\x3e\x16\xec\x96\xd2\x3d\x96\x0c\xf1\x87\x00\x12\x4b\x78\x05\x12\xbd\x1a\xf5\xaf\x41\x91\x52\x7c\x55\x55\xed\x0c\x25\xa6\xfa\x42\x16\x0b\x99\xd1\xeb\xfc\xec\x69\xa2\xdb\xb1\x06\x12\x1a\xe4\xf8\xde\x12\x35\x2e\x08\x0f\x9e\xf9\x60\x4f\x6b\x05\x33\xc2\x45\x12\x03\x2d\x25\x17\x57\xfe\xbc\xfd\x76\xa1\xda\x8c\xc6\xfc\xae\x83\xe3\xb4\x7c\x06\x4a\x90\xb3\x0b\xb3\xa6\x11\x4c\x97\xb5\x81\xd9\xdc\xeb\xd0\x58\x97\x79\x3e\xb1\xbf\xda\xa9\x18\xdd\x6c\x7c\xd3\x91\x8d\x1f\x3c\x87\x89\x67\x32\x24\x72\xfa\x2e\x42\x58\x54\x9d\xae\xb8\xf3\x07\x8c\x2f\x42\x58\x3c\xf8\x97\x05\x9d\x48\x87\xdd\x2e\xaa\x38\x8d\xc3\x16\x6a\x7a\x88\x74\x17\x72\x41\x91\xb4\x5d\xd8\x3b\x55\x71\x2e\xf2\x2f\xef\x93\xff\x0d\x95\xbb\xc2\xe6\xc9\x91\xa7\xc8\x56\xed\xe0\xfb\x95\x41\x28\x2c\x8a\x57\x68\x4f\xc3\x17\xec\x34\x9c\x47\xea\x28\xee\xc9\x30\x4b\x32\x2d\x9b\xa6\xf9\x32\x84\x45\xab\xf1\xe5\x65\x07\x69\xfc\xe5\x65\x07\x23\x44\x2e\xe3\x59\x8c\xfe\xb8\x54\xa5\xe2\x59\x62\xee\x2e\x14\x25\x2c\xa8\xe9\x85\xd5\x53\x49\xff\xf2\x1e\x44\x80\xd5\x34\xcc\x01\x57\xef\x3e\x18\x24\x72\x15\x13\x62\x30\x49\xee\x3b\x68\x28\xbd\x8a\x95\x7f\x7c\xe6\xf0\x4d\x9f\x2d\xa2\xef\x10\x24\x34\x80\x90\x5d\x35\x52\x1d\xf2\x2c\xf7\x05\x0a\x16\x83\x82\x0b\x5d\xe4\x2d\xd0\xd3\x79\x91\xab\x80\xba\x08\xed\x22\x7a\xc6\xdb\x09\x17\x91\xa4\xc6\xa3\x5c\x5c\x6e\xf0\xf2\xe8\x85\xe5\x53\x2b\xe8\x45\xec\x4c\x77\x31\x58\x3e\x25\xdd\x17\xf5\x89\x3b\x42\xf0\xd5\xc0\x17\x61\xd4\xe0\x56\xa2\x4b\x18\x32\x1d\xa0\x49\x7d\x45\x8b\x76\x12\xa8\xeb\x73\xc0\x9e\xa1\x11\x70\x66\xb1\xb9\x12\x87\xa7\xa1\x1f\xf8\x1a\x19\x9b\xbb\x10\xba\xf1\xaf\x4e\x00\x2d\x32\xfb\x15\xba\x23\x9a\xc0\x45\x44\xce\x70\xaf\x48\xc5\xb4\xa2\x23\x45\xd8\xe9\xcb\xc5\xcc\xd9\x1d\xdd\x8e\x2a\xbe\x57\x17\x04\xb6\x06\xf4\x6e\xd5\x50\x30\xf7\x60\x19\x5d\x23\x06\x71\x6d\x90\x64\xf4\xed\xc2\x05\x69\x86\x80\x0b\x55\xb3\x4f\x01\x1e\xaa\xa6\x04\x21\xc4\x9d\xe9\x67\x12\x7f\xdb\x4f\x8f\x96\x1d\x18\x5b\xaa\xa9\xfb\x9a\x6a\x25\x90\xa0\x8b\x3b\x7e\xa6\xfb\xbd\xa6\x71\x1a\x2e\x91\x7a\xef\x41\x15\xc8\x9b\xd4\xd1\x0e\xaf\x25\x9a\xda\x82\xa0\x53\x6f\x04\x5c\x2b\x46\xf7\xab\xe8\x8a\xd1\xbd\xbe\x27\x1d\xbe\xac\x9c\xe0\x11\x0d\x1d\xd4\x0d\xf9\x28\xd9\x48\x93\xcc\x75\xe4\x89\xfb\xa8\x3c\x88\x3e\x1f\x33\x67\x32\x77\x9c\x8e\x5a\xa9\xae\x8f\x20\x12\xa6\x1f\xed\x9c\x00\x1b\x8b\xe4\x70\x8a\xa6\x50\xd4\x1a\x7d\x6d\xcd\x36\x9b\xb5\xec\x3a\x63\x51\x7c\xa5\xdc\xe0\x3a\xcc\xa7\xa8\x92\x7b\x85\x92\xeb\x86\x9e\xee\x95\xcf\x70\x66\x74\x8d\xeb\xb4\x5a\x9b\xad\xb5\x4d\x32\xd9\xd3\x39\x39\xb4\x40\xf7\xef\x20\x09\xf2\xea\x85\xcb\xb1\xa3\x50\x5c\x72\xfb\xef\xaf\x71\x5c\x5e\x8c\xd0\x9c\x7d\x5d\x12\x24\x8f\xa9\x29\x96\xa7\x34\x38\x8c\x8d\x88\x18\xd7\x1d\xc8\xc1\xe2\xf1\x10\x9a\x6d\xfe\xba\x03\x7f\x99\x02\x61\x34\x5e\x89\xb6\xfc\xa0\xa9\x3d\xae\x27\x04\x71\x5a\x10\xde\xa9\xdf\xe4\x7a\xec\x09\x60\x3d\x08\xe5\x9e\x10\x2e\xd6\x75\x8f\xd1\x23\x31\x14\x10\x0f\x49\x8e\xdc\xd9\xcd\x6e\x4b\x10\x06\xd3\x0f\x6a\x90\xbe\x5e\x42\xe1\xc4\xca\xcd\x55\x8b\x79\xe4\x2f\xfc\x7a\xdd\x93\xf3\x52\x0b\x0f\xc3\xd5\xf5\x3a\xda\x5e\xdb\x7d\xa8\x44\x42\x0b\x6e\x0b\x69\xbb\x37\xb7\x99\x01\x93\x5f\xb1\x37\xac\xe1\x3e\xd4\x19\xaa\x3f\x84\x53\x64\x3f\x7b\x8b\x81\x3a\x1f\x8d\x62\xba\xb5\x23\xec\xdd\x61\x0b\x64\xfb\x6f\xae\x37\xf4\x69\x0b\xb6\x93\xbd\xb8\xc3\xc7\xd7\x78\x66\x6b\xd9\x89\x1b\x7f\x9f\xc9\x75\x6f\xe2\x60\xcc\x82\x7d\x63\x2d\xa4\xd8\x48\xbb\x93\xd3\x63\x46\x49\x14\xee\xbe\x40\x57\x91\x6a\xef\x1c\xd3\x63\x4a\xf2\x3b\x2c\x18\xb7\x79\x8b\x55\x53\xef\x70\xf1\x45\x13\xe3\x9a\xec\x38\x13\xe1\x55\xfd\x4a\x0f\x96\x7f\xd7\x4c\xc5\x09\xa0\x52\xf0\x7e\x61\x79\xc5\x72\x71\x88\x69\x77\x09\x2c\x64\xc8\x12\x58\x04\xa8\xf4\xac\xa9\x91\xdd\xd4\x04\x50\x3c\xbd\xab\x94\x56\x20\xd6\x98\x0b\x3d\x9b\x71\x58\x6f\xe7\x1d\x16\x43\x38\xd2\xed\xbd\x3a\x43\xda\x6e\x82\x5e\x4c\x68\x73\x73\xc7\x4e\x12\x7e\xcb\x7a\x30\x8f\xdc\x9b\xdd\x94\xe5\xfe\x37\x25\xf1\xe1\x0f\x80\x08\x7b\xca\xad\xa3\xad\xfa\x91\x9c\x77\xf8\x83\xcc\xa7\xd8\x82\x21\xc0\xc9\x3b\xea\x6a\x0b\xd4\x1e\x08\xc0\xdc\xbd\x9d\x2e\xff\xb8\xb9\x77\xae\x2a\x7b\x5b\x85\xbd\x09\x07\x79\xc6\xf2\x07\xbc\x70\x08\x2a\x37\xce\xac\x43\x90\x04\x9b\x70\x26\x2a\xc5\x20\xf8\x2d\x9b\xc0\xca\x72\x9b\x55\xc6\x20\xc4\xdb\xbb\x77\x9e\xfe\x3b\xee\xdb\x41\xf3\x6f\x72\xcc\x78\x7c\x6f\xe3\x29\x0d\x4f\xbc\xb9\x3a\x6e\x74\xca\xcd\x1d\x3b\x2f\x81\xdd\xc1\x31\x86\x1f\xc9\x76\xc5\x58\x2e\xd6\x99\xc7\xfa\x96\x7b\xb8\x56\x2e\x7f\x9b\x14\xe8\x5e\x12\x1b\xd1\x37\x4c\x98\x02\x6e\x89\x80\x22\xb9\x1e\xac\xc0\xc6\x25\x99\x8f\xce\x64\xb0\xeb\x5b\x93\xde\x6d\xde\xfe\x40\x62\x9c\x5a\xca\xc7\xf7\x0a\x60\xb0\x82\x8f\x52\x97\xf8\xf1\x11\x18\x3e\x6b\x3b\x84\xa1\xdc\x1f\xf1\x0e\x41\xe8\xfe\x44\xc7\x2c\x68\x73\x91\xaa\xd0\x7a\x13\xc5\x62\x72\xae\xdb\xfa\xb3\xda\x8a\xef\xd3\x8a\xe1\x7e\x65\xe6\x19\x8d\xdb\xf7\x29\x64\x19\x84\xd8\x95\x03\x6b\xca\x0d\x23\x18\xc9\xd6\xce\x9d\xe9\x5e\x01\x32\x1a\x5c\xea\x5b\x52\x21\x14\xbf\x81\x1c\x7e\x5f\x3a\x13\x9b\x2f\x58\x12\xa4\x4e\x64\xbd\xa3\xf8\x6e\xbb\x2f\xe9\xad\x5b\x71\xa3\x97\x8a\x12\x5e\x8e\x53\xe7\xbc\x6f\x40\xe2\xa4\x88\x3d\xa1\x26\x7b\xbb\xb1\x6c\x0e\xac\x3a\xb7\x41\x99\x8a\x04\xf7\x6d\x38\xa9\xe7\xe7\xd6\x14\xed\xa6\x92\x31\xd7\x1c\x7f\x37\x5a\x60\x80\xea\x36\x19\x0d\x4b\x0a\xf3\xa7\x47\x14\xf3\xa7\xb6\xfe\x9b\x48\x12\x2b\xb7\xb5\x9b\x2b\x05\xa6\x9a\xbf\x9f\x00\x27\x5d\x61\x18\x5d\x62\xca\xe3\x2d\x68\x96\x64\x6c\xa6\x9b\xf1\x58\x00\xc6\x5e\x25\x4e\xa2\xc2\xe3\xfc\x7c\x26\x44\xc8\x11\x22\xc7\x3e\x1d\xbd\x82\xc3\x67\x12\x3e\x38\xa3\xcd\x97\x8a\x16\x82\x9b\xfc\x75\xc6\x55\xde\xef\xa0\x60\x8b\xcf\x01\x19\x66\xfa\x06\x01\xf1\x17\xf5\x63\x7b\xa2\x56\xac\xb3\x78\xbd\x1c\xe5\x68\xe6\xf9\x00\xae\x4f\x58\x63\x21\x13\x54\xf0\xcd\xc6\x6e\x52\xc0\xb7\x18\xd2\xf2\x90\xee\x56\xbf\xc9\x63\xc1\x1e\x6d\xff\x54\xea\xad\x23\xdb\x00\xec\xe0\xa0\x51\xa8\x77\x7f\x44\x0b\x18\xd9\xc8\x3e\xc7\xa9\x9d\xbc\x98\x01\x9e\x16\xdc\xc7\x8b\x98\x4e\x2a\xec\xd6\x81\x70\xfe\xc0\xa5\x8c\x4a\x78\x92\xc3\x31\xf1\x64\x49\xce\xc5\xb3\x12\x38\xc8\xf1\x78\xcb\x40\xb4\x79\xc8\x13\xa7\x85\xf8\x31\x7d\xad\x81\xce\x94\xd8\xcd\x2a\x9b\x16\xd5\x55\xb6\xb2\xa8\x6e\x44\x8a\x3e\x24\x63\x31\x65\xea\x83\x52\xa5\x01\xde\x02\xbb\xcb\xd8\xe6\xa7\x90\x5d\xf6\xf0\x87\xe6\x0f\xb4\xb6\x7a\x1f\xbb\xf7\x14\x6b\x90\xd8\x93\x36\x13\x21\x88\xb5\x57\x1d\x89\xea\xb9\x75\xa0\x86\x50\x3d\xb7\x0e\xf4\x31\x8a\xe7\x16\xd9\x2e\xc5\x73\xab\x69\x17\x1f\x43\x35\x75\x04\x3c\x61\x05\x06\xdf\x9f\x8a\x44\xea\xbe\xc0\xaa\x8c\x9f\x7e\xc8\x53\x3b\xbe\xf7\x62\x50\x2f\xb7\x78\x91\x81\x7a\xb9\x7b\x18\x7a\x6e\x8e\xcf\xca\x5b\xec\x19\xe3\x37\xad\xec\xd5\x17\x75\x7c\xb7\xb9\x79\xef\x0b\x3d\x8d\xd2\xb8\x75\x88\x56\x9b\xc3\x15\x43\x21\x2c\x93\x4b\x95\xee\x46\x99\xdc\xd2\x6c\xdc\x9d\x31\x63\xf7\xd8\x40\x3f\x52\x49\x86\xa7\x3d\x23\xf6\x1c\x30\x92\x61\x36\xe0\x3e\xec\xca\x67\x4e\x96\xb8\x60\x11\x1a\xe3\x8c\x1f\xb2\xae\x69\x88\xb4\xc6\xae\x96\xf1\x07\xa3\xaf\x17\xc5\x1f\x6e\x1b\xac\xc3\xbf\x13\x10\x35\x6d\x4b\xe5\x95\xe6\x37\x54\xb0\x8c\xbf\xb3\x4e\x31\x64\x6a\x84\x42\xd6\x78\xa6\x15\xb3\x7d\x86\x4d\x42\x1e\x1f\x6e\xf3\xe9\xc1\x7c\x36\x97\x2c\x9a\xf3\x28\xc3\x9b\xf5\x4c\x52\x86\x77\x77\xe4\x0b\x54\x57\xe7\xe0\x33\xb1\x97\x08\x3e\x0c\xb1\x54\xc9\x6d\xd4\xd5\x1d\xd6\x2a\xa0\xac\x6e\x49\x9e\x43\x99\xdf\x61\x63\x13\xb4\x4d\x1b\x6b\xe9\xe3\x99\x0b\x07\x96\x10\xa0\x7a\xee\x1e\x8d\x05\x61\x59\x8d\x3c\xd7\xd6\xcf\x1d\x7a\x67\x2c\xa0\x6b\x31\x98\x87\x08\x8e\xc3\x6d\xfc\x04\xaa\x00\x1b\x14\xa9\x08\x25\x7e\x3e\xe6\x8b\x06\x80\x5a\x63\xe3\xb8\x5a\x73\x17\xe6\xf6\xa0\x48\xa5\xc0\xb4\x08\xda\x80\xcc\x3f\x28\x4c\x1a\xfb\x28\xb4\x9b\xb5\xc6\x3e\x5a\x5a\xa5\x46\x27\x15\x8e\xa7\xdf\x2c\x87\x60\xea\xa7\x42\x24\xcc\x98\x1a\xba\x45\x39\x8c\xb2\xb9\xfb\x2b\xc6\xe3\x26\xde\x10\xd1\xe0\x8d\x87\xe8\x7f\xc1\x65\x9b\xcf\xd0\x5d\xc3\x69\x1e\xab\xd6\x19\x00\xfc\x5c\xb1\x4d\x36\x17\x2b\x58\xf8\x2d\x74\x81\x88\x21\x1b\xfa\x1d\x1f\xd5\x28\xbd\x78\xcf\x1d\x7e\x66\x9e\xe1\x94\xee\xfe\x1d\xeb\x60\x8c\x3b\x06\xb4\x2f\x38\xb3\x6b\xba\x63\x70\x07\x7c\x37\x2e\x88\x9e\xe4\x3e\x51\xc1\xa7\x46\x6e\xd5\x64\x41\x8d\xdc\x6a\x4c\x39\x25\x72\xab\x7a\xf0\x63\x86\x57\x4d\xb8\x94\xc2\xcd\x91\xda\xfc\x79\x90\x2f\xc4\x5b\xcc\x99\x66\xa8\xa2\xe2\x6d\xb5\xb0\x17\x45\x6e\xab\x09\x8d\x9e\x97\x03\x8d\xcd\xc0\x12\xb7\x5a\xf1\x1f\x43\x2b\x3d\x84\x2f\x10\xef\x3e\x1b\xc3\xec\x94\xac\xb8\x3f\xfc\x01\xab\x90\x66\x24\x6a\xdd\x16\xa3\x7d\xac\x75\x3b\xf4\xa6\x51\xeb\xb6\x8e\xfe\xad\x8e\x4b\x1d\xdc\x62\xf8\xfd\x6b\x35\x1a\x4a\x93\x36\xea\xe0\x16\x6d\xe2\xd4\xc1\xdd\x3f\x34\x5e\x58\x55\xf7\x23\xd2\x1a\x43\xe2\x5e\xe3\x3c\x75\xc9\xbe\x5c\xf1\x8b\x38\xef\x57\x07\xa7\x2e\x3c\xab\xe5\x6a\x77\xa7\x5a\x6e\xf1\x08\xbd\xf2\x54\xf4\x1f\x8a\xe5\x56\x4a\xdc\x36\x6a\xe5\x56\x23\x8f\xac\x95\x1b\x51\xde\x14\xcb\xcd\x5e\xfb\xb4\x58\xae\x57\x3f\x5e\xf9\x2e\xea\xd2\x6b\xfc\x88\xf3\x4e\xdc\x59\x38\xfc\x9e\x50\x1d\x04\x23\xca\xe6\x56\x2f\x96\x52\x35\xb7\xa8\x17\xbc\x49\xf2\xc8\xc0\x91\x1c\x16\xdc\x7c\xb9\x48\x41\x15\xed\xf6\x7a\x77\x42\xb7\xe5\xcb\xa5\xbf\x43\x58\xe6\x84\x3c\xc8\xdf\x73\x60\x36\x5d\x65\x8d\x31\xcd\x17\x29\x8a\x60\x22\x19\xbd\x46\xda\xd7\x4b\x15\x50\x84\x37\x32\xc2\x30\xc1\x2c\x41\x41\xba\x79\xc9\xb2\x66\x00\xda\x4b\x0d\x3a\x6b\x08\xbe\x5a\x45\xf5\x48\x53\xb0\xb7\x6a\x68\x7b\x0d\x36\x89\x89\x68\x21\x45\xc2\xa0\x46\xef\xd4\x36\x4d\x8d\xde\x72\xb8\x22\xec\xa3\x11\xb1\x1c\x35\x7a\x21\x0e\x94\xe8\xad\x63\xf8\x4c\xa4\xb6\x6c\x37\xea\xf2\xca\x86\xa8\xcb\x5b\x54\x42\xac\xcb\xdb\x4d\xab\x48\x61\xde\xbc\xaa\xdd\xea\xb7\x70\x49\xd8\x4e\x23\x2e\xfd\xc5\x78\x6a\xc8\xf2\x5b\x03\x52\x34\xa9\x54\x03\x70\xcb\xbc\x7b\xa8\x87\x97\x2a\xbd\x55\x2f\xcb\x8b\x42\xab\xc6\xf2\xa2\xc3\x1a\x98\x6b\xbd\xde\x65\x64\xf3\xab\x94\x20\xe2\xb4\x18\x1b\x88\x34\xc7\x66\x19\x5b\x89\x2d\x16\x06\xb0\x30\x6f\xd7\xa5\xf6\x86\x24\x80\xc4\x46\xd1\xdd\xaa\x19\xf7\x35\xa7\x6b\x40\x01\xed\x76\x74\xc7\x60\x9b\xb0\x31\xbc\x56\xb3\x8b\xb5\x72\x75\xd1\x60\x96\x97\x9c\x6c\x5e\x39\x78\x2d\x6c\xa7\x6f\xda\x42\xbb\x11\xbc\xfe\x1a\x0b\xba\x96\x7d\x21\xaa\x4e\xbf\xc2\xde\xd0\x7c\x36\x57\x14\xb3\xe5\xea\xa2\x22\xef\xcb\x85\x8e\x43\xa0\x75\x78\x9f\xf0\xa7\x34\x8e\x61\x55\xaf\xe1\x9f\x01\x0f\x44\x0d\x0d\xa0\xd4\xe5\x8d\x8c\x73\x2f\x52\xc7\xb0\x84\x02\x35\x7a\xab\x85\x57\x5e\x92\xb3\x49\x76\x5f\x6f\x80\xe8\xee\xa5\x48\x6f\xb1\x66\x0e\x35\x7a\xf7\x0f\xb6\x00\x5b\xaa\x1f\x05\xb6\x00\xc0\xe1\x21\xf3\xd8\x2b\x61\xc0\xd5\x5e\x24\x0c\x03\xe0\xac\xde\xdb\xbf\xaf\xa1\xf6\xaa\xb0\x23\x7e\x51\xd8\xb7\x9a\x1d\xce\xc2\xbe\xd3\xb3\xa1\x4b\x5a\xda\xa2\xee\x8e\xb4\x69\x59\x5f\xe3\xbb\x5e\xf3\xc6\xc6\xa2\xc8\x2a\x60\xa1\x29\xca\xfa\x96\x25\xfc\x4d\x98\x0f\x1f\xb3\xaa\x6f\xd2\x3b\x4c\xb1\xde\xbd\x26\x5a\x13\xa3\xa4\xab\xcf\x62\xbd\x8a\x2e\x14\xeb\x2d\xd4\xe1\x6d\x16\xeb\x35\x38\xfc\x35\x5a\x49\xf7\x2d\x05\x7a\x8b\xe9\x30\xa9\xcf\x9b\x8a\xfe\x14\x0a\xf4\x56\x2b\xa1\xbc\x5e\xaf\x0c\x40\xaf\x98\x88\x5f\x71\x02\x50\x1b\x5e\x25\x1f\x31\x04\x6b\xb2\xb7\xce\xdf\x4f\x6c\x32\xad\x3f\x81\x84\x7e\x25\x9d\x77\x4d\x1f\xa1\x43\xb7\x9f\x85\xf0\xee\xdf\x91\xe5\x0e\x5b\x7b\x32\x90\xfc\xdf\x8f\xbe\x05\xe9\xf3\x07\xd4\x5b\xfe\xa0\x6b\xc5\xe7\xd7\x21\xe8\x96\x2b\x2c\x86\x04\xbc\x27\x04\xdd\xdd\x47\x1e\x2a\x5e\xd8\xa0\xc2\xef\xd4\xdb\xf4\x9e\x71\x44\xe9\x0a\x77\x73\x12\xe6\x18\x08\xcc\xe4\xfd\x6e\x81\x68\xe8\x4e\xb0\xbe\xaf\x86\x73\xeb\xfb\xc6\x8d\x0b\x0a\xfc\x16\xad\x21\xef\x15\x44\xc7\x17\xb1\x1b\x4b\xd8\x6b\xce\x02\xfd\xb9\x51\xd4\x57\x2b\xd5\xab\x19\x41\x5c\xb3\x8e\x9f\x9b\x8c\x78\x63\x02\x67\x0b\xf1\x9a\x03\x80\x22\xbb\x91\xa3\x80\x1a\xbb\xd5\x58\x92\xf7\xc6\x67\x87\x60\x40\x8d\xdd\xac\x24\x4d\x8d\xdd\x14\xb7\x3a\x5e\xef\x8d\x18\xb9\xf1\xe2\xe8\x35\x61\xe8\xfb\xc4\x64\x81\xe0\x13\x93\xf5\x17\x35\x0b\x8f\x35\xd9\x04\x8c\x26\x7d\x4d\x4d\xdf\x8a\x3f\xdc\x36\x01\x3e\x08\x3e\x21\x2f\x20\xf8\x18\x97\xfd\x1a\x8c\xaa\x03\xf5\x35\x7b\x9b\x81\x07\xd6\xe2\xd5\x3d\xfc\x9a\xc9\x2d\x90\x15\xd9\xc7\xd4\x8c\xaf\xb5\xf3\xbc\x19\xf2\x6e\x79\xa7\xce\x68\x21\x16\x3b\x79\x33\x10\x48\x91\xc8\x40\x40\x5e\xa5\x7e\x98\x5d\x80\x5c\x7e\x3d\xca\xe9\xe2\xa4\xea\x47\x18\xa0\xbb\x2f\x1b\xef\xb9\x1b\xd0\xa9\x9a\x5b\xf1\x55\x76\xaa\xe6\x56\x12\x69\xf4\x9f\x85\x72\xe9\xd6\xec\xf2\xdc\x0d\xe9\x14\xca\xdd\x3d\xf9\xd2\x68\xc1\x78\xc9\x28\xc8\xc6\xb3\x67\x63\xc3\xad\x47\xd5\x5c\xaa\xbc\x76\xaa\xe6\x56\xae\xe4\x77\xaa\xe6\xee\xaf\x6c\xce\x62\x93\x2d\x10\x82\x92\x5d\xe1\xfe\xdb\x04\xb0\x5b\x27\x37\xb5\x4a\x4f\x68\xfd\xb3\x7f\x17\xa9\xdc\x2d\x9a\x4b\xf2\xa6\x4e\xd1\xdc\xbd\x23\x0c\x63\x76\x57\x04\xbd\x4e\xa9\xdc\x84\x79\xba\x53\x2a\xb7\x72\x4b\xb0\x53\x2a\x37\x77\xd7\x8e\x08\x42\x60\x7e\xb7\x52\xee\x74\x5e\xb8\x6f\x89\x39\xee\x54\xca\xad\xdc\xf1\xed\x87\x37\x3f\xf1\xc9\xf5\x83\xd0\x57\xac\x7d\xfd\x20\x1b\xfd\x74\x81\x64\x79\xf5\xfa\x50\x3f\x2c\xdb\xc7\xd5\xd8\x7e\x50\x90\x8f\xa4\x41\xfd\xb0\x84\x7f\xab\x6c\x1a\xd2\x01\x77\xa6\x3a\x05\x71\xeb\x2c\x3e\x17\x9e\x6d\xc0\x1a\x32\xbd\x86\xe9\xbb\xdb\xd8\x63\x50\x19\xdc\x04\xac\xc5\x7d\xae\x8e\xc7\xf2\x30\x83\x53\x3b\xa3\x5b\x11\x77\x10\xb5\xd1\x0f\x12\xc4\x4f\x9f\x11\x1b\xb0\xc4\xf5\x43\x3b\x38\x7e\xe3\x7e\x10\x6e\xb6\x04\x94\xd1\x66\xdc\x42\xec\x54\xc7\xcd\x55\xbc\x40\x6a\x98\xf1\xec\xd0\x0c\xe7\x05\x92\xc6\x64\x9b\xe8\xc9\x37\x5d\xf4\x04\xca\x3d\x4e\x3c\x9d\x76\x6b\x50\x77\x5f\x84\x81\x5f\x71\xfa\x5d\xc4\x96\x19\xf2\x72\x16\xdd\x73\xe2\x69\xe0\x02\x09\x09\x49\xfb\xe1\xc5\x4f\xa7\xd4\x9d\x12\xd3\x20\x23\xd0\x14\xb7\xb1\xb2\x13\xfe\xd5\x0f\x33\x02\x1d\xac\x13\x99\x81\x4b\x18\xfd\x30\xd5\xc1\xa0\x9f\x11\x80\x61\xe4\xc1\x2d\x68\x0f\x0c\x62\xc2\xcf\x06\xca\xad\x8d\x19\x0d\xc9\xbe\x27\x97\x8b\x21\xd3\x33\x32\x25\x2e\x8d\x0d\x86\x81\xcf\xf8\x88\x85\x7a\x2e\x26\x9e\xad\x46\xb7\xc6\x94\x11\x31\xd3\xa9\x97\xbb\x5f\x40\x15\x72\xb5\x92\x0d\xa3\x1f\xa6\x6a\x15\xf5\x29\xcc\x8f\x7d\xbf\x1f\x93\xd0\xc7\xc9\x4a\xb9\x49\x32\x45\xd2\xb0\x43\xb8\x43\xa6\x64\x6d\x8e\x47\x4a\xd6\x29\x0e\x68\xa1\x6f\x76\xab\x85\xfe\x60\x38\x73\xb5\x76\xb7\x68\xc5\xa4\x58\x1f\x01\xc7\xd3\xb3\xb6\x9c\x08\x93\x8d\x1c\xf2\xdd\x31\x62\x74\xa6\x62\x52\xa1\x4a\xeb\xcd\xc2\x4b\x90\xb8\x30\x5e\xb8\xdd\x38\x81\x9b\xe7\x28\x58\xb8\xa0\xb2\x12\x4e\x8b\x26\xa8\xa6\x83\x31\x3e\x6c\x4d\x74\xab\x0a\xe7\xa9\x82\xb7\x17\x49\x24\x46\x8d\xe4\xce\x9c\x0a\xd0\x4e\xd7\xf0\xe6\xee\x99\x3c\x33\xa2\x1d\xdd\x92\x3a\x61\x8a\x2e\x64\x1a\x9a\x6e\x06\x65\x71\xa6\x30\xb0\xa8\x9e\x58\xe1\xfd\x94\x26\xad\x25\x78\x6c\xb6\xef\xa4\xbc\x7e\x98\xc4\xb5\x44\x2b\xee\xce\x0c\x9f\xd9\x43\x77\xea\x54\xb0\x14\x8d\xbd\xbc\xda\xa4\xd0\x97\xe7\x35\x5e\xb8\xcc\x2c\x7b\xe0\xf2\xca\x74\x3f\xa9\xa0\x93\x05\xd0\x15\x00\xa2\x5f\x7d\xc5\x41\xa7\xb8\x89\xca\x5d\xf9\x4e\x05\xde\x3a\xc5\xc4\x3b\x78\x08\x5d\xdd\xe2\x2b\xdb\x79\xbb\x46\x9f\xb5\x77\x78\x18\x49\x36\x74\xb8\xa4\x3b\x86\x60\x3c\x0c\x21\xdd\xf5\xdd\x81\x26\x8e\xa7\xac\xe0\x33\x69\x1c\x3c\x8e\x8f\x8c\x9b\x06\xd8\x41\xa6\x27\xf3\x09\x18\xd0\x20\x9c\x04\x2c\x3b\x0c\x21\x9d\x49\x3d\x20\x86\x64\x47\x79\x62\xf8\xf7\x00\x27\xad\xcd\xe4\xee\xf1\x50\x36\x18\xf4\xf4\xe2\xa7\x14\xdb\x5e\x47\x60\x1a\x18\x48\x02\xbb\xdf\x38\x1c\xf4\xaa\xd5\x3f\x68\xea\xcb\xc5\x4d\x49\x24\x5e\xea\x80\x9f\x52\x82\xc4\xcf\x4c\x0e\x2d\x5e\xd4\xf6\xe0\x25\x94\xdb\xad\x72\x80\x44\x08\x36\xa6\xa7\x9e\xcc\xf7\xce\x15\xb1\x4e\x1d\xde\x2a\xfc\x28\xbd\x5b\x65\xf3\x49\x0f\x00\x8e\xc9\x4e\xe5\xdd\x81\x54\xd2\x29\xbc\x5b\x3c\x27\xe9\x50\x88\x8a\x21\x9c\xc8\xf0\x2b\xc1\xcf\x57\x3a\xbc\x89\x73\xeb\x29\x61\x29\x70\x0c\x45\x09\x80\x93\x2c\xc0\xcf\x95\xe9\x9e\x52\x0c\xce\x32\x92\x48\x51\xfd\x0c\x35\xd7\xa9\x13\xf2\x9d\x8a\xcf\xca\x4a\xcd\x17\x77\xa6\x3a\xc8\x0b\x25\x60\x56\x19\xb7\x15\x14\xc2\x92\xbc\x28\x3d\x3d\xe5\x80\x08\xeb\xa0\x18\xde\x04\x73\x12\xd1\x5b\x13\x02\x91\x22\x60\xab\xfb\x83\x2e\xb3\x68\x0e\x7b\x00\x75\x52\x61\x08\x37\xc0\x1a\xbe\xcd\xe6\x64\xfd\x9b\xec\x7e\x32\x2a\xab\x39\x46\x44\x65\xb9\x05\x05\x61\x9e\x83\x18\x95\x7a\x9b\x40\x8c\x12\x34\xd5\x5f\x18\x70\xb0\x0e\x72\x3f\xcc\xe9\xdf\x91\xf2\x5c\x46\x81\x8d\x82\xaa\x96\xf0\x1d\x04\xd1\xf5\xa4\xf4\x30\x99\x61\x75\x52\xfe\x3d\x26\x65\x0b\x6d\xa3\x1c\x38\x0a\xf7\xd6\xe9\x6e\x20\x4a\x64\xe1\x5c\x63\x82\xcc\x43\x49\xc2\xc9\xe2\xa6\xf0\x04\x24\xf3\xba\x4f\x7b\x95\x1a\xf9\x3d\x89\x5d\xa0\x4c\xd4\xe4\xad\x54\x12\xee\x94\xe1\x2d\xfd\xdb\xda\x1a\x3d\x61\x5c\x20\x90\xba\xa7\xa6\xf7\xda\xed\x50\x80\x58\xf4\x6c\x8a\x40\x22\xf6\x3a\x85\x78\xcb\x70\xc8\x2e\x83\x60\x4d\x3d\xc8\x1f\xf3\x22\x48\x7d\x2e\x7f\x20\x4d\x6a\xf2\xef\x1c\xcc\x6c\x47\x9c\xbf\xc5\xfa\xba\x68\xef\xee\x73\x9f\x74\x39\x8d\xee\x34\xd8\x18\x84\x03\xe9\x06\x75\x77\x2b\xa5\x74\x7a\xf2\x9a\x69\x13\x2b\xb0\x27\x50\xdf\xbd\x53\x83\xb7\xce\xe5\xdf\x9d\x91\x8d\x29\x73\x93\x7c\x66\x5b\x26\x33\x0a\x9b\x83\x68\xa0\x1b\xa3\x08\xff\x11\x27\xc3\xae\xa4\x0f\x9e\xea\xc1\x64\x93\xcf\x46\x3c\x7a\x78\xb9\x8c\x1a\x74\x00\x7b\x00\xa6\xb9\x4e\x49\xdd\xba\x10\x67\x93\xc9\x04\x51\xf0\x7a\x32\xa9\xbb\x32\x87\x75\x74\x95\xea\x29\x9d\x5b\x0f\xb8\xa2\xa5\x73\xd7\xe1\xdf\x2b\xcf\xfe\xbd\xf3\xcc\x64\xf5\xdd\x77\xd1\x6b\x11\x12\x2c\x71\x41\xbb\xa7\x16\x4b\x4f\xcb\x69\xf8\xf7\x80\x3e\x00\x59\xb1\x3a\xbb\x55\xa2\x82\xdb\x52\x61\x77\x7f\x46\xfb\x8f\xc9\x19\x69\x1f\x7e\x0d\xa1\xf3\x81\xc3\xc1\xe9\x53\xf8\x32\x9a\x5f\x6d\x12\xa4\xc6\x94\x3e\xea\x58\x6e\x3e\x01\x62\x0b\xee\x4e\x8d\xdd\xba\x24\x92\x06\x88\x75\x01\x82\x9f\x9f\xf2\xab\x3d\xe1\xda\x8f\xa3\x64\xcc\x38\x62\x75\xd4\xcf\x2d\x1e\xdd\x53\x6b\xb8\xfb\x87\x9b\x7f\x09\xce\xd3\x04\x58\x22\x2a\xec\x1c\x83\x4c\xa7\x64\x6e\xaa\x71\x9a\x88\x07\xa7\x20\x40\xa7\x32\x6e\xe5\x4a\x74\x4f\x24\x9f\x38\x1c\x1b\x77\x07\xb5\x50\xba\x45\x72\x03\x0f\x2e\x47\x63\x64\xae\x2f\xe1\x5a\xee\xd4\xc8\xad\x0b\x85\x8a\x1a\xb9\x75\x79\x2a\xa2\xfc\x1d\xfd\xdc\x01\x4b\x06\xbe\x35\x76\x48\xfb\xee\x00\x87\x2f\x0a\x73\x9e\xcf\x3b\x76\x89\xe5\x99\x0b\xa2\x79\xa4\x1f\xdd\xaf\xd2\x48\xbc\x14\x0b\x71\x2e\xe9\xb4\x2f\x52\x1a\xa2\xb7\x97\x3b\x63\xe9\x96\x26\x19\x79\x02\xa0\x40\xdd\xf4\x4a\xcd\x23\x64\x6c\x76\x17\xa5\xc9\xfb\x70\xb8\xe5\xf0\xe4\x25\x40\x83\x27\x3b\xaf\xd7\x41\xfc\x88\xf3\x10\x0d\xa8\x57\xea\x9e\xc1\x9e\x97\xf4\xe4\x05\x58\x28\x55\x54\xa3\xad\x4b\xb2\x81\x9b\x82\x5c\xb8\x3d\xa1\xc3\x2f\x64\x3e\x2a\xd3\xd6\x95\xbf\x55\x6b\xb3\x17\xa9\xf0\x6b\x75\x6b\xd8\x26\xdc\x57\x9d\x22\xb6\x7b\xb9\x8b\x17\x75\x1d\x48\x52\xd6\xeb\x50\x6d\xc2\xc4\x8a\x2d\x98\x58\xf1\xef\x84\x54\x00\xd1\x9c\xc8\x90\xe1\xf7\x14\x62\x21\x7d\x41\xb7\x72\x2d\x17\x55\x3b\x85\x6b\x27\xc1\x8c\xdd\xba\xb5\xab\xf8\xf7\xe6\x6e\xda\x11\x37\x71\x9b\x1f\x7d\x10\xd9\xec\x08\xb4\x2a\xfe\xfd\x72\x0d\xb6\xbe\x7f\x7c\xf5\x01\xc8\x73\x02\x54\xc5\x67\x32\x1d\x22\x71\x64\xfd\xfe\xdc\xae\xea\x19\x16\xbe\x8a\x3f\xe8\xb4\x81\xb2\xe5\xac\x11\x06\xa1\x92\x4a\xb7\x59\x85\x8d\x42\xb7\xbb\x39\xfd\x66\xed\x41\xf1\x15\xfb\x57\x7c\x3e\xfd\xca\x26\xce\x04\xc0\xa2\xcf\x77\xb0\x8d\x4a\xb7\x95\x30\xde\x9e\x2d\xe1\x42\xf0\x62\xcf\x64\x6f\x8a\x89\xc0\xdb\xcb\x10\x20\x5e\x06\xcb\xfe\xa0\x12\x2e\x68\xa9\xe1\x32\xe3\x07\x69\x18\xec\x39\x13\x44\x50\x70\x38\xf6\x4c\xd0\x75\xf7\x19\xd3\x40\x75\x22\x9b\xb9\x0f\x8a\x84\xf6\x6c\x9a\x42\xae\x8c\xf5\x6c\x5c\x9c\x0a\x51\xd6\xa3\x80\xeb\xa6\x67\x83\xe4\x54\x82\xac\x89\x3b\xa2\xc9\xfc\xf1\xd5\x03\x0a\xa4\x9f\x20\xc5\x46\xcf\x30\x74\x22\xd2\x7b\x36\xcd\xa1\x1a\x8a\xb5\x72\x53\xf4\x0a\xa4\x10\x32\xb2\x17\x6f\xf1\x53\xf4\xdc\xd4\xdc\x91\x6a\xb2\xd7\xd2\xba\xb3\xb2\xac\x9c\x38\xd2\x9c\x21\x74\x88\xfa\xba\x45\xc9\x89\xf2\xba\xbb\x39\x20\xf1\x62\x1a\x67\xdc\x8a\xba\x7d\x8a\x56\x0d\xb4\x12\x4b\x8c\x4c\xc0\x4c\xdf\xad\xa2\x8b\x51\xba\x53\x38\xb7\xe2\x89\xe9\xd6\xcd\x1d\x5d\x20\x60\x42\x58\x2e\xd6\x24\xf6\xdd\x05\x76\x08\x25\xfa\x42\x56\xf5\xef\x4e\x24\x52\x47\xd8\xad\x51\xca\x90\x56\xea\xe0\xa6\xe4\x44\xac\xab\x4f\x60\x73\xcf\x43\x6b\x19\x63\x0c\x81\xeb\x47\x0a\x96\xd3\x8f\x34\xa2\x0a\x2b\x12\xe5\x2f\xb8\x61\x36\x28\x1b\xb7\x40\xcf\x24\xca\x5f\xcd\x67\xa2\x02\x9c\x2d\x2e\x82\x2e\x26\x61\xf9\xc7\x30\xdf\x29\x90\x5b\x97\x98\x6e\x0c\x82\x03\x90\x50\xd8\x7b\x41\x9d\x3a\xb8\x95\x5c\x9d\x9d\x3a\xb8\x45\xcd\x23\x2f\x23\x1b\x5c\xea\xe6\xe2\x45\xfa\x67\x11\x5b\xed\x2b\xd9\x8b\x61\x6e\x85\x1c\xdd\x83\x6c\x0e\x89\xe9\x37\x5c\x5f\x11\x83\x97\x52\x7d\x6f\xdf\x12\x3d\xac\x02\x4b\xd8\x12\xb8\xa0\xd5\x2d\x63\x14\x50\x2c\x8a\x92\xb6\x88\xe6\xf9\x23\xe5\x9f\xbe\x70\x87\xd9\x0d\xdf\x0c\xba\x1d\x52\xb6\xd3\xdc\x6b\xfc\xfd\x94\x90\xc2\xe8\x28\x57\x5b\x0e\xd7\x6a\x7a\x08\x37\xc9\xfb\x5a\x71\xf6\x89\xc1\x5e\x82\xf0\xd4\x70\xcd\xf4\x48\x87\xb8\xdc\x48\x2e\x16\x2f\xc9\x40\x58\xd6\x45\x03\xf4\xeb\x85\xda\x92\x65\xcf\x82\x9f\x40\xed\x25\x04\x65\xcf\xa8\x04\x59\xf6\x3c\x6c\x0b\x95\x1a\xb6\x05\x39\x90\x05\x28\x4f\x6b\x7d\xc0\x9e\x8d\x45\xe0\xea\x61\xa7\x56\x6d\x5d\x62\xec\xcf\x52\xb5\x3c\x43\x3a\x45\x1a\x13\x46\x79\xd6\x6e\xeb\x3c\xd2\xe9\xed\xf6\x32\x89\xe0\xed\x42\xd8\xa2\xb5\x32\x3e\x8b\xd6\x2e\x4f\x91\x15\xef\xdd\x60\x62\xf9\x08\x86\xea\xf9\x0e\x0c\xf7\xe5\x04\xff\x9c\x92\x6b\x60\x1b\x6e\xd6\xe0\xf1\x30\x45\xd4\xf0\xd9\xeb\xb1\x3e\xc7\x2e\x30\x32\x89\x23\xaa\x5c\xeb\xe1\xa6\x8a\x4c\x85\x0c\xc0\x2b\x1a\xb3\x7e\x09\x33\x7a\xf9\xf2\x7b\x6d\xf6\x5d\xfe\x8b\xcd\x5e\x2d\x8f\xd2\xb2\x7b\xaa\x4c\x89\xd0\xbc\x25\x91\xd6\x7e\xef\x3a\xa3\xc2\x1a\x4b\x08\x2b\xbd\xb0\x8f\xa8\x04\x17\xc4\x45\xac\xe2\x79\x92\xdd\x83\x00\x54\x93\xcd\xe4\xe3\xef\x54\x93\xad\x44\x20\x76\xab\xc9\x0e\xc2\xf9\x7b\x39\xa4\x86\x90\x5c\x4b\xc8\xe2\xc0\xef\x56\x90\x25\x36\xb1\x17\x6f\x62\x75\x9f\xb5\xac\x77\x1b\xc8\xc1\x10\x41\x8a\x5c\x9f\xe5\x51\x66\x36\x99\x8e\xa4\x97\x50\xcc\x41\x27\x8a\xcb\x16\xea\x37\xf7\xa8\x2d\xcb\xb5\xc0\x5e\x42\x33\xe7\x08\x97\x88\xe0\xeb\xfe\x82\x9c\x3a\xec\x0b\x0b\x4d\x62\x07\x2c\x09\x2b\x4b\x29\x59\xb4\xf6\x79\xa2\xb1\xb3\xf2\xbc\x1c\x83\x6e\x43\xb7\x06\x73\x0a\xec\xf7\x58\xfe\x20\xd5\x2b\xfe\xf0\xa2\x32\xb2\xc2\x22\x1b\x81\x2c\x44\x11\x57\x82\x34\x7b\x09\x7d\x1a\x86\x58\xcc\xe8\xa4\x75\x84\x32\xae\xf9\x20\x14\xa5\x53\xae\x75\x0c\xe7\x85\xde\xec\xb9\xa5\x58\x6b\x1e\x3e\x87\xde\xec\x0a\xab\x6c\xc1\x16\x35\x06\xc9\xbc\x2c\xcc\xc0\x74\x6b\x21\x79\x4d\x87\xd6\x5c\x5d\x64\xae\xe9\xc5\xc4\x14\xdf\x3b\x2f\xac\xc7\x4a\x54\x53\x2f\x55\x53\x86\x08\x52\x45\x66\x66\xc3\xf5\x27\x7c\x61\xdd\x42\xad\x89\x3b\x8c\x9d\x4a\xad\x7b\x4c\x16\x10\x3c\xb5\xf8\x19\x9a\x75\x3c\x8f\xbd\xfa\xea\xf3\xf4\x23\x5b\x48\x97\x39\x31\x51\xac\x55\x33\x1f\xc5\x5a\x33\x1e\xff\x6e\xe9\xd5\xaa\xad\x87\xd2\xab\xd9\x02\x20\x9d\xda\xab\x45\xee\x5e\x30\xb3\x93\x3a\xb1\x5b\x86\x75\xb9\xa9\xa8\xcf\x2b\xfe\xae\xa3\x41\x78\xf7\xd8\x6d\x56\xc8\x85\x6f\xee\x59\x77\x4b\xaf\x2e\xb2\xf6\x74\x6a\xaf\x0e\x89\x83\xf5\x56\xcd\x54\xd2\x29\xb8\xba\xbf\xf2\x17\x48\xab\x1b\x34\xa8\x09\xd1\x6d\x1d\xab\x65\x74\xb2\xee\x67\x8f\xe5\xe6\xbc\x85\x3c\x67\xbd\x44\xa6\x61\xcf\xcc\xf0\xcc\x88\x5d\xa1\x28\x23\x80\x14\xae\x82\x4b\xef\xa8\xbe\xba\x7f\xa0\xdf\xa9\xa9\x8f\xbe\x66\x4c\x91\xbe\x4c\xd4\xaf\xe5\xa7\x78\xcb\xbb\xda\x5c\xf8\xf8\x51\x9c\x06\x80\x45\x72\x27\xb5\x60\xea\xb5\x56\x99\x69\x21\x67\xff\x72\x9b\x97\xa6\x68\xf1\xd4\xac\x1f\xc2\xd0\x44\x8f\x52\xe1\x62\x94\xbc\x76\x38\x8b\xba\x6a\x96\x29\x16\xa0\x77\xb6\xc1\x97\xc5\x3e\x8b\xd1\x6b\x7a\x2b\xdc\xd8\xae\x52\x0e\x33\x80\x68\x2b\xa2\xc2\x6b\x5d\x42\x1d\x83\xfc\x42\xa0\x8b\x0a\xaf\x88\x80\x05\xe3\xfc\xf2\x54\x90\x18\x6a\x79\x28\x0c\x32\xd4\x54\x47\xe1\xd7\xdc\x9d\x93\x19\x22\xd5\x43\x8a\xc5\xd6\x3c\xd1\x5c\xdc\x52\x05\xa2\x0a\xac\xd5\x5b\x7a\xb1\x5c\x4d\x73\x34\x11\xcc\xef\xd9\xca\x18\x59\xfc\x12\xed\x55\xc5\x91\x95\x8a\xce\x75\x49\x32\x96\xf9\xe5\x06\x93\x67\x64\x08\x8c\x53\xda\xee\x68\x5b\xf9\x6e\x44\x56\x76\x0a\xb3\xb6\xc3\x19\x79\x49\x5b\x4b\x1b\xb5\x58\x47\x10\xde\x2d\x02\xb4\x43\x92\x78\xb9\x11\xd5\x1f\x3a\x3f\x30\x25\x7d\xeb\x5a\xab\xa8\xd8\xda\x08\x9c\xee\x25\x78\x3a\xa2\x08\x15\x58\x0b\xe1\x7e\xbd\x6c\x9e\x5e\x0e\xf7\xf7\x56\xcc\x96\x56\x6c\xa6\xde\x08\x58\xee\xe5\x96\x9c\x23\x05\x51\x99\xb5\xe8\x99\xa5\x02\x6b\xd1\x8e\x55\xbc\x74\x0d\x43\x2c\xb7\x3c\x4d\x26\xf3\xc8\x25\x84\x26\xcc\x38\x79\x78\xb6\x52\xde\xb8\xa5\xdc\xad\xa7\xda\xb5\x9a\x52\x2a\xb5\x1d\x87\x0d\xc0\xe5\x7a\x7c\x17\x8d\xdc\x29\x98\x9a\x4a\x1c\x87\xc7\x28\x5b\xc6\xb1\x0a\x7c\x17\xd5\xdf\x58\x0b\x8b\x7c\xbd\x8d\xef\x33\x3e\x05\xd1\xf3\x15\xa6\x3e\x0f\x74\x58\x09\xc1\xeb\x82\xf7\xcc\xea\xc1\x47\xc9\x67\xd9\xc4\xf4\x45\xac\x07\x95\xa8\x5d\x9a\xf5\x49\x51\xaf\xb4\x1d\x18\xdf\xa8\x57\xba\x5b\x64\x5e\xb2\x8b\x6c\xbc\x00\x96\xe4\x0f\x95\x8a\x28\x95\x67\x27\xb5\x78\x1e\x7c\xd3\x79\xb6\x78\xf7\xe1\x0b\xbc\x7a\xfa\x2c\xed\x87\x26\x50\xaf\x74\x7f\x35\x78\xd1\xdc\xc3\x89\xb5\x60\xe9\x22\xf3\x52\xaf\x59\x4e\xc8\x61\xa4\x7a\x69\x93\xa5\x53\xb0\xb4\x1d\xc9\xe6\x9e\xf1\xe5\x4b\x6c\x10\xf3\x22\xf3\x09\x57\x28\x7a\xdd\xac\xb7\x90\x3c\xac\x57\x1d\xd9\x5c\x1b\xea\xd5\xb8\x3a\x6d\x66\xb5\x80\xd7\x1c\xf2\x6a\x60\x7c\x8d\x17\x07\xa7\x2b\x8c\xd7\xba\x7a\xab\x0a\x6e\x15\xee\x25\x6e\x34\xf3\xac\x5f\x4f\xc0\xa1\xc8\x72\xf1\xac\x57\x83\xde\x35\xa6\x51\x0c\xb4\x1d\x76\x65\x31\x50\xee\xfa\x76\x8a\x81\x0e\x85\xf5\xaa\x2f\xba\xba\xf2\x26\xc6\x60\x96\xaa\x4d\x62\x3c\x7d\x21\xdf\xf0\xe1\xb3\xf6\x75\x68\x6e\xb5\xe2\x8c\xca\x5d\x0d\x65\xb2\xf9\x72\xeb\x7f\x60\x89\x2d\x66\x4c\x07\x5d\xc3\x3f\x10\xea\x52\x01\x24\x95\xda\x63\x7c\x66\xd6\xdd\x78\x46\xe9\xa8\x17\xd9\x8f\xe4\x31\x6e\xbc\x97\xb7\x64\x4b\x55\x15\x92\x9b\x55\xdd\x42\xa1\x8b\x4c\x55\x9d\xe2\xa0\xed\xc8\xfe\x40\xf4\x33\x34\xa8\x8e\x30\x1f\x32\xe0\xa0\x90\x88\x90\x18\xb1\x2c\x7f\x88\x95\xd0\x84\x18\x75\x5d\xc0\x51\xf8\x53\xdd\xa8\xc2\xaf\x2c\x8d\xd8\xa9\xfc\xd9\x8e\xec\x0f\x01\x7b\x56\xa2\x86\x58\xc5\x67\x4b\xa1\x0d\xc1\xea\x2d\xdf\xe1\x57\x1c\x0c\x28\x0c\xc5\x3b\xdb\xe1\xc1\x20\x2d\x48\x89\xef\xdd\x6b\x44\xda\xba\x88\x0a\xe8\x36\x36\x6f\x00\xf3\x30\xcd\xa0\x71\x15\x55\x2e\xa3\xb6\x5e\xad\x78\xa6\xf6\x4c\x1d\xcf\x92\x84\xd5\xc7\xf1\x98\x60\xb0\x16\x34\x10\x4a\x77\xee\x17\x46\xff\x40\xb8\x90\x9a\x29\xd7\x59\x34\x1f\x57\x23\xb7\xaa\xdb\x46\xc8\x3a\xc9\x26\x3a\xd5\x3a\xb7\xea\xb8\x9f\xa9\x6a\x36\x84\x01\x1e\xe0\xe1\x41\x30\x92\xbd\xe6\x6f\xbd\xb8\x51\xa4\x53\x14\xde\x9c\xa7\x1d\xc8\x64\x54\xe5\x6c\x07\x92\x72\x35\xe3\x3e\xb9\x17\xbb\x15\x37\x25\x6d\x54\xdc\x6c\x07\x42\x58\x8d\x44\x56\xb0\xe7\x7a\xb1\xf4\xe2\x47\xa0\x1f\x22\x60\x14\xd6\x54\xa5\xab\xe6\x1f\xe6\xb2\x4b\xa7\xb2\x66\x1e\xe2\xe2\x85\x4f\x15\x15\xa1\xc6\x3d\x60\x77\xf3\x0e\xb8\x33\x5b\xb9\x0d\x4c\xb6\xaa\x36\xda\xad\x6a\xa3\x9a\x40\xbd\x03\x97\x6c\x0e\x2e\x21\x59\xd6\xcd\x86\xda\x81\x8c\x4f\x59\xce\x41\x3c\x7a\xaf\x32\x18\x69\xaf\xf7\xb6\x86\x64\xe3\x51\xfc\x5c\xb6\x70\x3b\x59\xdf\xe3\xfa\x18\x0e\xf5\x50\xf9\xb1\x5a\x21\xa6\x7a\x56\x1e\xc8\x38\x2c\xba\xbe\x62\xae\x5f\x6d\x05\xb1\x1d\x48\x4e\x54\xe4\x6c\x87\x27\xe2\x85\xc6\xb9\x2f\xaf\xa7\x43\x80\xc8\x67\x60\xd7\xf5\x55\xb2\x93\xb7\xbc\xac\xc8\x55\xbc\x9e\x3a\x77\x69\x2b\x88\x4d\x41\xc3\x4a\x9d\xc6\x28\x50\xa8\x73\x2f\x6f\x7f\xd4\x0e\x04\x0a\xf8\x4f\x0b\x93\x2f\x76\x04\x4b\x78\x9a\x14\xac\x53\xc3\xb3\x1d\x90\x35\x6a\x70\xee\xe6\xbc\x84\xf6\x86\xdc\xd1\x52\xc0\xcd\x17\x2d\x69\xcb\xcf\xd8\x01\xa8\x6a\x33\x95\x96\x36\xf9\x66\x2a\x2d\xf2\x99\xf5\x96\xc0\xbd\xe6\x33\x93\x8f\xae\x1e\xfb\x1d\xbc\x48\x08\x39\xce\x2d\x53\xf7\x0c\x5c\x68\x99\x1d\x84\x0e\xb6\x0c\x14\x21\xa3\xcd\x14\x19\xca\xf0\x2d\x4b\xaf\x90\x36\xa8\x01\xda\x0e\xc7\xce\x9c\x01\x08\x67\xcb\x1a\x6f\x6c\x6d\x3d\xeb\xec\x0b\x81\xf1\x4e\xaa\x04\xb0\x68\xa1\x86\xc8\xe5\xbb\xde\xe4\x46\x1c\xd4\x56\x40\x12\x48\x0c\x15\x40\x1b\x05\x4e\x7a\x53\x57\x84\x0f\x37\xb3\xeb\xab\xec\x51\x0e\x34\xa9\x4a\x50\xf3\xb3\xf4\x68\xfc\x62\x2a\x67\xae\xa6\xfa\x55\x6f\x6a\x35\x80\xbe\x78\xb1\x38\x05\xad\x6b\x20\x09\x63\x54\xc7\x06\x68\x3f\xab\x62\xfb\x03\x70\xe6\x64\xb5\xea\xf9\xb3\x5b\x04\x3f\xa1\x1c\x06\x56\xe4\x0f\xcb\x7c\xca\x61\x5a\x28\x83\xc8\x06\xad\x39\x11\xac\x56\xad\x81\x30\x1c\xcc\xd6\x84\x07\x50\x23\xf5\x2f\xd7\x42\x3b\x75\x41\x1b\x15\x93\x7a\x53\x15\xe4\xb8\x52\x16\xb4\x91\x03\xbd\x53\x16\xb4\x51\x5e\xa6\xb7\x26\x1b\x80\x9f\x5a\x23\x74\x91\xa3\xac\x37\xc2\xba\x5b\xee\xdf\x51\xbd\x26\x7f\x74\xf7\x09\xec\x26\x05\x59\x6f\x3d\x60\x65\x6f\xa7\x0b\x01\x0e\xe8\x8c\xc6\xc2\x35\x22\xb5\xbb\x9b\x3c\x38\xb3\xc2\x6a\x73\xca\xac\x1c\xde\x06\xb6\x49\x37\x76\x70\xe7\x81\x33\xde\x06\x8b\x45\x89\x6d\x66\x61\x1c\x6e\x53\xd8\x5a\xe1\xff\xd6\x1b\xad\x3a\x8f\xda\x0c\x80\x32\xf6\x0c\x32\x04\x24\xb8\xce\xe5\x29\xa7\xb0\x68\xd5\x56\x48\x5d\xd1\x2c\x95\x6d\x33\x06\x61\x56\xd3\x40\x74\xbb\xb5\xf6\x23\x0d\x36\x33\x2d\xdc\xa5\xe8\x94\x15\x2d\xb2\xfb\xa8\x2a\x4a\xba\xb5\xde\x96\xa2\x56\xf6\x2b\xee\x7c\x89\x87\x06\x57\x71\xc9\xbf\x53\x48\xb4\x68\xf1\x6a\x8b\xc3\xe4\x89\xc3\x6b\x4a\x59\x81\xde\x22\xd0\x4a\xc4\x5d\x90\x46\x1b\x7c\x02\xc3\x7c\xd1\xa8\x4d\xeb\x60\xb2\x08\xe7\x96\x15\x1d\x08\xed\x4d\xfd\x0d\x89\xb1\x05\x93\x45\x82\x6b\x5e\x12\xcb\xf1\xe2\x44\x6c\x8d\x6c\x25\xd0\x50\xce\xb4\xb4\xb7\xe0\xab\xcb\x6e\x3d\xe1\xcc\xe3\x34\x7d\xa9\xcf\x1e\x70\xc9\x40\x18\x71\x21\xbf\xed\x54\x4c\x82\xa3\x34\xb3\x6d\x28\x67\xb5\x93\xb3\x0f\x07\x6b\xf8\x5c\xc7\x10\x5d\xb1\xf5\x2a\x45\x34\x4d\xba\x87\xfd\x1a\x8b\xca\x6c\xcf\xa8\xa3\xef\x47\x92\x5c\xb7\xe3\x82\x73\x78\x18\xf5\xc5\x76\xa1\x7b\x41\x00\x45\x6e\x55\x40\x0f\x26\xe1\xd5\x1a\x6f\x9b\x1a\xa0\x1b\x70\xa9\x0c\x14\x7b\x5a\x0e\xe1\x57\xa8\xa2\x92\x94\x0b\x62\xe8\xa1\xbb\x62\x52\x76\x4b\x40\x22\x52\x43\xbb\x3d\x8d\xf1\xc2\xd1\x10\xa1\x6f\x71\x58\xe8\x98\xfb\xbf\xbb\x05\x70\x68\xd9\x6a\xbb\x45\x24\x79\xcd\x8d\x60\x24\x2a\xdc\xec\x9f\x08\x66\x46\x60\x62\xf9\xbb\x75\x4a\x65\x80\x94\x29\x4d\x45\xa9\xb5\x3d\x24\x22\x73\xba\x70\x6b\xdd\x8e\x8d\x6b\xd6\xb2\xd2\x46\x64\x55\x76\x79\xb8\x6b\x87\xa3\x11\x8e\x1d\x44\x19\x2e\x9e\xc4\x35\x18\xb7\x69\x21\x7b\x93\x71\x3b\xef\x37\xc0\xcf\x08\xaf\x10\x74\x38\xee\x95\x15\x79\xe4\xcb\x22\x64\x84\x58\x70\x07\xd7\x55\x7b\x3f\x10\xe3\xa1\x09\x9d\x8b\x60\x1a\x2a\xfa\xc1\x46\xc6\x73\x00\xb0\xf2\xc2\xbd\x71\x98\x2d\x05\x4e\x73\xed\xdf\xd2\x3c\x8b\x9f\x0e\x6e\xbc\x76\x8a\x9f\x4e\x12\x45\x74\x8a\x9f\xb6\x63\x39\xbc\x96\x9f\xc1\xb3\x14\x09\x52\xd3\xc9\xa1\xc5\x9d\x8e\xde\xb9\x17\x76\xd8\x98\xfb\x5f\x0a\xdb\x94\x47\xcd\x3d\xfe\x8e\x6a\xcc\xb9\xa4\x54\x6a\x36\x01\x4b\xef\x32\x77\x3b\x35\xe9\xbf\x92\x7e\x27\x7d\xf0\xa1\x4c\xde\x93\x6c\x8e\xb9\x66\x33\x60\x32\xa7\xac\xa0\x8f\xc8\xd9\xc3\xff\x0a\x76\x77\x53\x85\xa8\x02\xf4\xcc\x6d\xab\x61\x93\x46\x7a\x15\x06\xcc\x31\x13\xfb\x1d\x5c\x45\x66\x56\x91\x63\xd8\x6e\x97\x1f\xf9\x22\xf9\x2c\x76\x65\x04\xd6\x74\x8c\xcb\x4d\x77\xf4\x1b\xb8\x01\x9e\x2c\xfb\x74\x0c\xd6\x21\xcc\x8b\xa2\xec\xf4\x25\xfd\xf8\x9a\x06\x76\x51\xa9\x75\xff\xe0\x0b\x27\x16\xca\x4f\x41\xd6\x1c\x46\xed\x5e\x62\x5a\xcc\xa4\xe8\x86\xe4\xf4\x53\x91\x75\x90\xae\xa6\x5b\x90\x75\xc5\x18\x9b\xb2\x52\x28\xbf\x77\x03\xbb\xe5\xac\x54\x60\x6d\xc9\x99\xa3\xf5\x52\x9c\xb7\x77\xbc\xb7\xda\xf7\xfa\x96\x27\x5a\x02\xd7\x7b\x95\x9c\xc1\xae\xa3\x4a\xab\x8a\x46\xaf\x06\xdd\x73\x6e\xa8\xd2\xda\x92\xdb\xac\x4d\x5a\xd9\x99\x8a\xad\x59\xa7\x77\xaf\x01\x36\x07\x51\xa2\xab\xf6\xc5\x74\xa1\x61\xbd\xc5\x3e\x33\x5d\xc5\x0b\x71\xa9\x11\xac\x26\xbe\x69\x44\x56\x80\xed\x96\xac\x13\x08\x4d\xcd\xc2\xfd\x47\x8c\x48\x6e\x39\x62\x84\xda\x77\x6f\x0e\x47\x4f\x5e\x14\x53\x65\xed\x06\x7d\xeb\x8a\xef\x5b\xa4\x68\x1a\x14\xbb\xe9\xb5\xb4\x44\x51\xfb\xb5\xc9\xe0\xbb\x05\xef\x86\x7f\xef\xdc\x74\xb1\x01\x1e\x57\x0f\xb9\x29\x54\x86\x28\xdd\xb5\x6b\xba\xb1\x7a\x75\x5d\x2a\x5e\x5d\xa3\xc1\xfb\x16\x33\x5a\x12\x82\x83\xe8\x07\xb7\x3b\xc4\x0c\x46\xb6\xd0\xab\x42\x38\x85\x5e\xf3\xff\x4b\xd8\x99\x9c\x4d\xcf\xf2\x68\x34\x95\x3f\x84\x32\x93\x60\xf3\xe5\xe2\x31\xff\x10\xfa\xe2\x1c\xbd\xbd\x7d\x76\x76\x95\x99\x41\x13\x92\x6e\x75\xd7\x21\xbc\x9d\xaa\x21\x40\xaf\xc5\xfb\xb2\xe1\x65\x2f\xc1\xbe\x63\xc4\xed\x57\x0c\x35\x92\xaa\x5b\xe4\xf3\x1f\xba\xcb\x15\x6f\x6a\x48\xc3\xfc\xa3\x70\xb0\xb1\x75\xf8\x7e\xb8\x00\x93\x09\xb1\x41\x54\x78\xa2\x8e\x06\xd8\xb0\xfd\x70\x6a\x27\x3b\x24\x2b\x55\x08\x80\x76\x8f\xc9\xc2\x38\x8c\x65\x6b\x4e\x21\x7e\xdf\x2a\x51\x63\xc9\x7c\xbb\x2f\x10\xf5\xbf\xfd\x94\x07\xb7\xc1\xea\xcb\x63\xd9\x17\xfa\xbe\xdc\x30\xf4\x6b\xb1\x47\xe0\xb8\xc3\xdc\x2b\x8a\x7d\x00\xc8\xce\xe6\x81\x3f\xf5\xdb\xf1\x19\xad\x48\x5f\x03\x10\x64\x9b\x46\x86\x44\x86\x95\x66\xeb\x91\x45\xd0\xf3\x00\x25\xb6\x2a\xb8\x8b\x12\x6b\x32\xb7\x31\xc4\x0f\xf2\xc4\xa6\xde\xee\x5e\xc0\x40\xac\x74\x31\x2e\xd7\x19\x51\x71\x5c\x8c\xc2\xf6\x2e\x66\x14\x29\x6e\x5c\x92\x27\x29\x39\x0a\x3c\x41\xf9\x03\xf4\xd8\x7e\x64\xe1\x8f\xe6\x58\xa6\x5b\x76\xed\xf1\x43\x9e\x38\xe0\x86\x03\xb1\xe1\x70\x1b\x12\xb2\x5e\xbd\x7d\x18\x3a\x64\xdb\x71\xe4\x06\x93\xfa\x0e\x90\x64\xfb\xe1\xa4\x19\xa6\xae\x90\x34\x34\x23\x2b\x0a\x25\x46\x2c\x99\x9a\xc6\x78\x9a\xff\x50\xf1\x96\x09\xfa\xe1\x57\x5c\xe3\xaa\x1f\x03\xff\xda\x8f\xfc\x26\xc7\xc7\x98\x40\xd6\xfb\xf7\x8c\x79\x44\xc6\xf3\xe4\xf2\xb1\x96\x2f\x47\x28\x9f\x69\x01\x09\x44\x5c\xd7\xa1\x43\xe4\xc0\x74\xec\x0d\xe1\x30\x02\x5d\xf1\x67\x78\xd9\xab\x4b\xc7\x30\xf7\x97\x12\x0c\x20\xaf\xfd\x90\x75\x68\x2a\xce\xdf\x2b\xac\x8a\xf6\xbc\xd5\x45\xbd\x1d\x5b\x83\xef\x87\x84\x60\x2b\xed\xfd\x90\x91\x93\x5c\x53\xe5\x05\x1c\xd8\x92\x1c\xf6\x23\x54\x42\xaa\xba\xc5\x86\xa9\xa3\xe8\xc0\xcb\xab\x66\x3d\x58\x4c\x24\xdc\xa8\xf5\x79\x30\xc8\xbf\xa9\x83\x4a\x88\x2d\x00\xa1\x8f\x5f\x6e\xba\xc5\x4b\xfd\xef\x7f\x4d\x7f\xfd\x00\x4b\xa8\xe9\xe5\x11\xfa\x60\x93\x87\x63\x80\x1c\x7b\xe8\x2c\x1d\xfa\x60\x0f\x3f\xba\x10\x5c\x6d\xe2\x21\x0c\x71\xf2\x0c\xe7\x9b\x3e\x43\x5e\xe1\x7c\xc2\xc3\x46\x58\xd1\x61\x8a\x3a\xce\x51\x1c\x99\x71\x8a\x67\xdc\x20\xb2\x84\x8b\x35\x78\x0e\x42\xe0\x69\x59\xc7\xec\xb0\xe9\x83\x6e\x2c\x9f\xdd\x73\xd5\x17\x32\x3c\x1c\xd6\xc4\xde\xaf\xb6\x80\x5f\xb6\x05\xf4\xea\x52\x02\x4b\x98\x58\xa5\xab\x28\xea\x39\xcd\xcf\x30\x72\xda\xd9\x02\x9a\x84\xa3\x00\x25\x48\x2a\x0a\x18\x6c\xf5\x6c\xc6\xbf\xcb\x63\x9e\x69\x9a\xcd\x1e\x19\x0b\x4e\x37\x6a\xce\x00\xfd\xab\x80\xe3\x1c\x7e\x94\x2d\x53\x1a\xf3\xc1\x91\xcf\xec\x99\xf6\xa7\x90\x17\xd8\x16\x34\x6e\x47\x15\x88\x91\xf5\x36\x36\x9c\x8d\x19\x35\x77\xb2\x1f\xb1\x4c\x8e\x55\xb1\x00\xfd\x35\x9a\xc2\x34\x5b\x2a\x74\xd3\x56\xea\x8a\x66\xbf\x18\x49\x46\x7c\xb1\xc9\xa3\x25\x3d\xf0\x2b\x54\x50\xc8\x4f\x82\xd4\xea\xec\x92\x20\xb5\xba\xff\x00\x52\x5b\x97\x33\x04\xc0\xdf\xe1\xef\x5a\x1a\x38\xb7\x80\xd4\x96\x69\xaf\xc0\x6b\xf7\x76\x22\xd2\xce\x80\x08\x15\x3d\x67\xce\xaf\x86\xaa\x1f\x83\xea\x9c\x6e\x98\x49\x74\x11\x5e\xfc\x28\xfb\x41\xa7\x94\x0b\x5c\xcd\x6e\x80\x15\xbf\x0f\xce\x39\x7c\x0f\xe8\xdb\xa2\x53\x3f\xd0\xb7\xd5\xf8\xaa\x30\xb7\x66\xfe\x8e\x4f\x10\x4a\x01\x38\xb6\x1d\xd4\x9e\x11\x23\x77\xa7\x2f\x18\x06\xb1\xc7\x00\x63\x7b\x54\x4d\x38\xc0\xd8\x56\xf2\x2d\x8d\x90\xf9\x43\x68\x01\xb1\xad\x80\x82\x8c\xd0\xde\x00\x53\x88\x50\x3f\x60\x36\xc2\xd9\xf0\x44\x73\x29\xed\x05\x67\x98\x79\x5c\x6b\x05\x08\xb8\x95\xfc\xaf\x43\x98\x5b\xd3\x90\x0f\x60\x6e\x3b\x68\xca\x43\x94\x5b\xcd\xaf\x80\xdc\x56\x8d\xec\x31\x93\x5b\x50\x3a\x33\xb4\x39\x0a\x01\xe3\x95\x0f\x63\x42\xeb\x3c\xa1\xe6\x9b\xb1\x2a\x79\xbf\xc7\x78\x5e\x3c\xd3\xf4\xb4\x69\xcb\xe6\xd6\xf4\x8f\x64\x16\x34\x41\x00\xb7\xf6\xc5\x58\x06\x4e\xbb\x05\x53\x28\x40\x3a\x8c\xcc\x30\xbe\xfc\xc7\x54\x43\xd4\x65\x3c\xb7\x82\x26\x80\xb9\x55\xca\x1c\x2b\x39\x01\xcd\x0b\x4b\x11\x4e\x1c\x57\x04\x49\x1f\x56\x72\x1e\xeb\x42\x55\x77\xae\x08\xf4\x06\xb6\x7c\x08\xa3\xab\x91\x01\x18\xdd\xae\xd0\x01\x8a\x6e\xc9\x79\x3e\xb5\x12\xb8\xd3\x4e\x4e\x92\xf4\xe4\x74\x76\xe8\x93\x10\x43\x9e\x1d\x23\xbe\xb4\xeb\xc4\x95\x03\xa7\xaa\x4b\xa5\x13\x96\x0b\x5a\x6e\x3f\xdc\xcc\x17\xcc\xdb\x83\x74\x79\x2e\xdc\xfe\x99\x30\xdc\x8f\xa0\x28\xd2\x29\xe5\x89\x61\xad\xf4\xc3\x79\xbe\x80\xdb\x72\xaf\xa5\x1d\x42\x7a\x60\x8a\x70\x78\x6f\x70\xfb\x6c\xb8\x56\x18\xe0\x15\x1e\x30\xd1\x09\xc9\xfc\x30\xe2\x46\x96\xf9\x59\x5a\x6a\xe2\x3e\xc2\x10\x71\xe4\x47\x6a\xa8\xce\xe0\x9d\x6b\xf1\x37\xcd\xbb\xc9\xba\x10\xf6\x80\x83\x9c\xcf\x1c\x27\xe9\x03\x77\xd6\x1a\x16\x82\x3b\xeb\xee\x01\x7f\x72\xf7\x30\x76\xee\xac\x15\x79\x81\xfa\x2d\xba\x72\x8b\xe8\xdb\x92\x98\x3d\x93\x6b\x7b\x3f\x5a\xfe\xc1\x78\xbd\xd8\x1e\x3e\x2b\x64\xa3\x8d\x84\x49\x74\xbc\x26\x04\x04\xb8\xeb\xb3\x08\x06\x70\x4f\x26\xac\x1f\x7a\x32\x94\x17\xa5\xc3\x2d\xfd\xb2\x9a\x1e\xa1\x37\x77\x31\xbd\xe5\xde\xc1\xf8\x8e\x50\x84\x91\x09\xbf\x9c\x27\x87\xfd\xda\x02\x7d\xe2\x0a\xe2\xb0\x7f\x69\xc9\x90\x10\x7c\x40\x78\x20\x11\x86\x3e\x6a\xca\xde\x41\xf6\xb8\xa4\xbc\x9f\x49\xba\xfd\x3d\x53\x1f\xf2\x6c\x97\xdc\x17\x9f\xb7\x2d\x52\xb3\x2f\x27\x87\xa1\x6e\x81\x26\x34\x12\x01\x0a\x5c\x7e\x59\x15\x17\x26\x46\x62\x80\x03\x5c\xf3\xf4\x09\x03\xcc\xe1\x9d\x48\x2e\x4d\x2b\xb2\x30\xc0\x5e\x54\x00\x03\x5c\x0b\xb5\x8a\x02\x5c\xba\x05\x3a\x0a\xf1\x9e\xf0\xa9\xc3\x19\x99\x49\xc6\x3c\x5c\x61\x0a\x2b\x7a\x28\x40\x4d\x4c\x14\x7a\x2b\x4c\x01\x3f\x96\xbf\xbb\x25\x91\xce\xa7\x39\x6a\x94\xe7\xc1\xf7\xdd\x3d\x3f\x78\x61\x9e\xa7\xf5\x6a\xa4\x63\x3e\xa7\x40\x20\xd0\xa3\xe9\x0d\x3a\x94\x66\xea\x14\xae\x06\x30\xcd\x1f\xd7\xec\x49\x61\x29\xa7\xcf\xf8\xd7\x31\x53\x93\x8b\x89\x63\x5a\x5a\x86\x5a\x6c\x42\x46\xe6\x68\x8b\xd2\x2f\xdb\x13\x80\xdf\x7e\xd8\xf7\xea\x69\x44\x1a\x10\xec\x57\x99\x63\xd6\x4c\xf9\xc7\xf3\xc2\xb0\x43\xb5\xd5\x2d\x6c\xe3\x35\x53\x35\xf3\x8c\x84\x93\x85\xd5\xdf\x97\x2f\xd9\x36\xc5\x1b\xfc\x0b\xed\x0a\x14\xe0\xc3\x58\xc8\xd9\xf4\x80\xa1\x4f\x8d\xac\x2f\xe1\x33\x16\x9b\xe5\xb3\xe6\x06\x57\x40\x71\x63\x5a\x18\x5f\xbe\xe1\xef\x4a\x82\xcb\x16\xb4\x36\x40\xda\x12\x43\x98\x84\x1b\x03\x0c\xe1\x4e\x66\x99\x31\x9b\xab\x44\xff\x8c\x29\x87\xba\x4f\x8d\x0d\x7e\xdf\xd1\xc6\x6c\xba\x1b\xaf\xc5\xa8\xcd\x4a\x03\x03\x07\x4c\x78\x37\x40\x67\xbb\x7b\x7e\x59\xab\x16\x89\x6e\x11\x57\x92\x99\xf5\x76\x5f\xcf\xc3\xd9\x33\xdd\x03\xcf\x0f\x7b\xde\x67\x26\x70\xfe\x19\x86\x36\x07\xd4\xde\xa5\xc1\xf9\x2d\xf7\x48\xde\x58\xb8\xc5\x46\xae\x0d\x4d\x86\xcc\x02\x2d\x65\x6e\x59\xa1\x17\xec\x34\xc0\x08\x1f\x62\x14\x8c\x19\xaa\x7a\x3e\x43\x5e\x5c\xd9\x34\x26\x38\xf1\xdc\x5a\x88\x5e\x30\xa6\x09\xbd\x03\x3e\x22\xda\x70\x90\xf1\x63\x80\x36\xdc\x81\x88\x19\xa0\x0d\x77\x4d\xee\xe0\x0b\x57\x7d\x33\x27\xfe\x6b\x31\x3d\x43\xda\x12\xec\xae\xfe\x6b\xfa\x0d\x02\x3c\x5c\xab\x3b\x74\x0e\x8f\x8a\x7f\x38\xdb\x90\x34\x80\x87\x3b\x90\x6a\x63\x6e\x31\x22\x0c\xf9\x9f\xd3\xb6\xf9\x46\xcb\x82\x2e\x0b\x80\x13\x1f\x0a\x83\x80\x13\xf7\xc3\x35\x14\x62\x84\x64\x1e\x43\x6c\xe2\x1f\xd8\x4a\x63\x72\x9d\x71\x38\xbb\x2b\xc7\xea\x0b\x9b\xcc\x53\xbe\x6c\x8f\xd2\x5b\x22\xe8\x20\xc5\x8e\xa9\xcf\x80\x72\xef\x44\x24\xf0\x86\x6d\x9a\x3b\xdc\x20\xae\x79\xe6\x72\x58\x04\xd8\xa4\xe6\x1f\xb8\xa3\x79\x02\x01\x2d\x5c\xf9\x7b\x2e\x0d\x5d\x3f\xed\x87\x4d\x28\x4a\x21\x12\xcc\xd3\xbc\x59\x94\x56\xa2\xc0\xee\x05\x90\x71\xf1\xee\x65\xa6\x3c\x81\x5a\x30\x95\x27\xa4\x29\x66\x83\x35\x99\xc6\xdc\x02\x45\x2f\x4e\x0e\xf2\x44\x8e\x02\xb9\xa1\xb8\x92\xd7\xc9\xb3\x15\x5d\x16\xa6\xb3\x19\x25\x4e\x5f\x15\x0f\x8c\xd9\x9b\x42\x88\xb8\x48\x77\xf7\x0f\xda\x46\x3c\x28\xf6\x09\xec\x7e\x63\x56\xe7\x8d\x1f\x8b\x33\x7e\xd3\x9c\x44\xdd\x74\x79\xce\xbe\x98\xfe\x06\x2e\x02\x6a\xdc\x4b\x56\x8a\x09\xc4\xd5\xd6\x41\x5d\x47\xd2\xf9\xe4\x1a\x51\x62\x8b\x06\x55\x0f\xb0\xa9\x37\x1b\x29\xcf\x06\x98\xc6\xdd\xeb\x19\x20\x8d\xbb\xf2\x1f\x90\xc6\x47\x4b\x1a\xb1\x65\x86\x4e\xce\xa0\x01\xa4\x71\x37\xc6\x6f\x1a\x6e\x6e\x7c\x27\x98\xc6\x65\x65\xe9\x8f\xb9\xa1\x30\x66\x8b\x22\xe1\xd9\x82\x41\xf7\xae\x79\xe2\x9c\x50\x24\x9e\xb0\x7f\x2f\x2f\xe6\xab\xe6\x55\x2d\x20\x2d\x44\xc4\x00\xab\x78\x9f\x17\xfa\xf1\x3a\x21\xc5\x7f\x1e\xcb\x58\x81\x81\xb1\x3e\x7f\x34\xc2\x33\xe2\x80\x2e\x80\xf3\x4b\x51\x92\xd6\x93\xed\x23\xa2\x4c\xd9\xbe\x97\xa3\xa0\x17\xf7\x52\x2c\x82\x06\x9a\x55\xe5\x46\xf0\x23\x19\x98\x5b\x58\x10\xaf\x88\xbf\x90\x80\xb6\x98\xb0\x25\x6c\x08\xf8\xfa\x31\x2f\x6c\xe3\xa5\x17\xbb\x66\xd3\xf5\x63\x79\xe8\x8c\x30\xc9\xf2\xe5\x44\x49\x26\x75\xd9\x58\xbf\xec\xb2\x2f\xae\xcf\xc1\xb3\xe7\x29\x6c\xe3\xf4\x68\x5a\x17\x1a\x3f\x8c\x19\x00\xe5\x0e\x3c\xd5\x00\x3f\xb9\x18\x62\xb3\xb8\x25\xd1\x7b\x04\x28\xe5\x0e\xd6\xe6\x00\x4a\x79\xd7\x1a\xbc\x68\x5f\xf6\xab\xa3\xd0\x5b\x6a\x4d\xcb\x08\x24\x69\xe5\xa5\x09\x84\x72\x1d\x9e\xfe\x6e\x65\xaa\xd6\x7e\xc5\xde\xaf\x16\x87\xc7\x4c\xdb\x10\xfa\x8d\xe7\xc2\x4c\x41\x52\xc0\x4f\xee\xba\x34\x81\x9f\xdc\x4b\xf5\xd9\x7d\x4c\xfd\xb8\xf0\xe9\xf9\x0f\x62\x72\x2f\xb0\x0d\x40\x92\x7b\x81\x3b\x80\x7f\xdc\xbd\x34\x17\xfe\xf8\x50\x86\x06\xf3\x78\xf7\x94\x96\xb1\x6d\x94\xea\x57\x52\x36\xa4\xfe\x85\x6d\x83\xec\xfc\x63\xd5\x94\x7e\xfc\x8a\xdd\xe3\x0c\x98\xe8\x4e\x43\x37\xe0\xc7\xbd\xe4\x33\xd4\x0c\xbd\x69\x21\x4f\x0c\x43\x7c\x57\xda\x29\x5c\x6f\xc3\xc9\x4d\x21\x03\xae\xf1\xfe\x8c\x8a\x9b\x1e\x99\x3e\x4b\x26\x91\x2f\x00\x2d\xae\x86\xa8\x01\x5a\xdc\x4b\xf3\x77\xe1\x63\xe9\x61\x57\x19\xe0\x4c\x80\x54\xdc\x4b\x3e\xeb\x0c\xcc\x74\xf6\x3c\x76\xb4\xdd\xd9\x2c\xce\x02\x97\x11\xc6\x61\x80\x5a\xdc\x0d\x6b\x07\xa7\xb8\x16\x48\x29\x38\xc5\x1d\x94\x9d\x01\x4c\x71\x48\x90\xd6\xc8\xed\xe1\x4b\x73\x40\x34\x3d\x3c\x9a\x76\x5c\xd7\xf8\xdc\xa8\x83\x78\xe6\x65\x11\x49\x8f\x8b\x89\x75\xa2\xd8\xdb\x2d\x36\xf4\xd2\xfc\x5d\x1a\xe1\x2a\x1b\x7c\x56\x2c\x4d\x6f\xdd\xb4\xdc\x52\xd4\x6c\x2f\x45\x0b\xfb\x4b\x5a\xdc\xea\x98\x14\x33\x5c\x70\xc4\x0c\xad\x8a\x0b\xc9\xa2\x40\x26\x81\x33\xee\xa0\xb1\x0c\xe0\x8c\x7b\xf1\x20\xe9\x1a\x61\x4e\x9d\x84\x36\x56\x08\x07\xda\xb8\xe9\x82\x24\xb2\xb1\x7e\xea\x4b\x79\x03\x8a\x02\xca\x71\xf7\x4e\x0b\x94\x63\x31\xec\xc6\x9a\x82\x3f\xb8\xbd\xe6\x89\x92\x40\x73\x26\x8e\x8b\x7c\x79\xc9\xd0\x42\x9f\x16\x35\x0d\x9f\x95\x56\x3c\x30\x5b\x62\x48\xb6\x06\x98\x71\x2f\xe1\xb3\xbb\x0e\x8e\xb5\x88\x26\x27\x91\xee\x00\xbf\xb8\xe4\xde\x5a\xec\x88\xf8\x53\xd0\x5b\x0a\x10\x28\x7f\x2b\x05\x08\xcf\x37\x72\xc2\x30\xc0\x7b\x9d\x32\x1e\xc7\x7b\x32\xbb\xc3\xaf\x3c\x5a\x98\x21\x96\xf9\x70\x0d\xc2\x03\xdf\xf8\x10\xb2\x66\x80\x6f\xdc\x81\x18\x1c\x09\x6f\x6c\xa8\xd4\x32\x43\xbc\x82\xd4\xba\x98\x0a\x24\x69\xa0\x8e\xbb\xd7\x00\x0b\x73\x03\xd0\x6f\x03\xa4\xe3\x43\x84\x9c\xb1\xae\x4c\x5c\x42\x1f\xaf\x5c\x50\xfa\x85\xa3\x61\x41\x14\x4a\xac\x63\x53\xfe\x80\x75\xdc\x8b\x93\x74\x41\x3f\x25\x24\x77\x76\x84\x75\xb8\x5d\x5d\x0a\xe0\xeb\x50\x90\x7e\x56\xda\x15\xa6\x1f\xc5\x7f\xff\x0b\x2f\x61\x97\x2e\xee\xaa\x32\x4b\x69\xc1\xf1\xdd\x3a\x59\x59\xe0\xc6\x09\x90\x9e\xeb\x8c\x98\xdf\xdb\x25\xa6\x90\xeb\x8b\x61\x48\x3a\xc8\xc8\xbd\x48\x92\xcd\x47\x6f\x96\x24\xd0\x90\xbb\x9a\xe8\xc2\x5a\xa0\x7d\x74\x3d\x22\x3f\x5b\x00\x3a\xe0\xce\xc5\x0c\x50\x50\xd2\xd7\xd6\xfc\x27\xc9\x90\xc7\x7a\xe5\x6a\x76\xe9\xcd\x23\xee\x0b\x6b\xec\x09\x17\x33\xcc\x81\xbe\x52\x39\x77\xe5\xeb\x25\xa8\xf4\xef\x65\xc6\x5d\x8a\x97\xb6\xdd\xeb\x5f\xe6\x20\xa4\x38\xfe\x87\x26\x6b\x5a\x5f\x36\xce\xf4\x7f\x4a\x80\x1e\xf1\xcf\xad\x27\x0f\xf9\xf2\x44\xf9\xc2\x01\x96\xfa\x7e\xa4\xbf\x74\x4b\x7a\x53\xb1\xac\x17\xad\x64\x4a\x21\x3e\x96\x18\x16\x97\x30\xc8\x2a\x7d\xc2\x20\x8b\x4b\x34\xce\x1f\xdd\x82\x23\x9f\x06\xa0\xab\xf5\x9d\x78\x23\x92\x59\x77\x9c\x38\x31\xe8\xed\x73\x6e\x4e\x9d\xc6\x97\x53\x4e\xcd\x02\x9c\x78\x2c\x0a\x6a\x34\x40\x44\xde\x1d\x39\x78\xa1\x09\x16\x1c\x44\xe4\x5e\x6c\xe1\x60\x6f\x73\xe4\x4e\x03\xcd\xf5\x3e\x06\x29\xb9\x78\x53\x7e\x1e\xdc\xf2\x2e\x6b\x75\x9b\x33\x6e\x90\x92\x3b\x39\x73\xc7\x29\xf6\x89\x89\x98\x40\x4a\xee\x20\xfa\x0d\x80\x92\x8b\xce\x1f\x67\xde\x49\x58\x6d\xc1\xd1\x16\xd9\xe3\x84\x6d\xeb\x1d\x74\xca\xb6\x9d\x27\xb3\xdb\xaa\x89\x9e\x66\xae\xd5\x4f\x10\x9c\xe4\x43\x6f\x5c\x70\x92\x0f\x50\x56\xc7\x29\xea\x17\x04\xed\x2c\x6e\x6d\xbe\x21\x87\x0c\x89\xb7\xc7\x59\xd5\xbe\xd8\xf3\x27\x79\x63\x74\xe4\x38\x65\xdb\x48\xdd\x67\xfa\x26\x20\x45\x9f\x5c\x3b\xe8\xba\x71\x62\x44\xd0\xab\xf7\xe4\x0a\xc2\x0b\xa1\x13\x76\x3e\xd6\xf1\x67\xf4\xed\x69\x98\x5c\xb5\xd4\x6b\x5f\xec\xd8\xe7\x24\xd2\x01\x1c\x14\x8a\x73\xd5\x5c\x1b\x4e\x35\xf8\xcd\xb3\xdb\x99\xc6\x49\xe1\x84\x03\xdf\xdc\x0d\xb6\x3a\xb5\x1e\xc8\xd2\xcf\x66\x38\x02\x54\xe4\x24\x7e\x4e\x13\xd1\xa9\x7b\x82\x17\x60\xa7\x41\xe4\xa6\x28\x39\x31\x07\x74\x03\x07\xce\xbc\x7c\x80\xe6\x9e\x46\x8e\xeb\x7c\x77\x92\xbe\x56\xb9\xfc\x44\x56\x20\x4b\xfc\x38\xd3\x1c\x90\x25\xbc\x95\x62\x79\xc8\x5c\xaf\xbe\x03\x2a\x74\xd7\x63\xee\x34\x3e\xdc\x10\x1a\x80\xa0\x7b\x75\xad\xcc\x31\xa7\xe7\x09\x40\xd0\x7b\x4d\x7c\xb9\x98\x06\x86\x1b\x79\xcc\x99\x87\x70\xb3\xd3\x41\xfc\x0a\xba\x1b\x4b\x5e\x6c\xe1\xe4\xbf\x6e\xf6\xcd\x5a\x27\x49\xc0\xc7\x69\xd2\x38\x38\xd2\x39\xc9\x8d\xe9\x09\x9a\x72\x27\x67\x7a\x2a\xa9\xd8\x29\xfc\x02\x40\xc2\x1f\xa7\x19\x5d\x0d\x37\x4d\x10\x69\x2d\xa6\x27\xea\x3b\xb0\xff\xe3\x9c\xda\x9a\xf9\x68\xab\xec\xbd\xda\xf6\x92\x2a\xd8\xf8\x52\x00\x42\xa3\x3b\xb7\x9a\xde\xcd\x97\x76\xea\xce\xaf\x92\x0f\x86\x74\xd7\x3d\xe9\x3c\xad\x8a\x4e\x9d\x9e\x7e\x57\x29\x99\xe9\xe1\x3f\x9b\x90\xe8\x6a\x7f\x9e\xd9\x43\xff\xb8\x69\xc3\xaa\x34\x6e\xd0\x91\xe4\x98\xf6\x0a\xbd\xb9\x5a\x93\xf8\x5b\xd3\xc9\xc5\xc6\x5e\xed\x2d\xec\x4f\xa7\xb0\xd3\x08\x2f\xd3\xab\x9c\x72\x36\x08\x25\x20\xd1\x1d\x98\xe3\x71\xde\xd6\x4a\x45\x66\x90\x37\x51\xcb\xe9\x4d\xbb\x56\x08\x50\x9d\xf7\x3f\x0c\x7c\x73\xa4\x4e\xee\xe9\x71\x92\x13\x4d\xe7\xf3\x53\x47\x3c\x53\x45\x80\xf1\xdc\xc1\x33\x1b\xe7\x83\x13\x11\x8c\x40\xb8\x67\x61\xb5\xc6\x69\x22\x15\x13\x0d\x9c\xf0\x2a\x30\x40\xc7\xb9\x35\xd6\x6e\xbc\xfe\x99\x7c\x8b\xe1\xbd\x8d\x67\xfa\xf4\x2a\x10\xc0\x9e\xce\xcd\xaa\xaa\x11\xd9\x40\x3f\x77\x6f\xa2\xce\xbc\x67\x97\xc2\x93\xd5\xec\xd0\xda\x70\x72\x3f\xfe\x3b\x24\xa7\x9f\x45\x98\x29\x7c\xe9\x4c\x0e\x71\x9a\x8d\x4c\x59\xec\xfc\xb2\xb7\xfb\xab\xcb\xac\x63\xea\x9c\xd7\x4f\xcd\x24\x7c\x69\x40\x2b\xf9\xdc\xa9\x2b\x78\x5e\x96\x18\xbc\xc0\x53\xb2\x2a\xb7\x02\xcc\xf1\x82\x5d\x00\x94\x37\x80\x8a\xee\xda\xcc\x12\x2a\x5a\x47\x2e\xd1\xa1\x87\xda\xbd\xe8\xd0\x5b\xce\xfd\x83\xf6\x5d\x87\xf4\x0e\xa6\x71\x1d\xcc\xb0\xbd\xc4\x0b\x4e\xfe\x01\xbc\x74\x29\xf9\x0c\xa3\x86\xdc\x5e\x22\x64\xe9\x41\x7e\x91\xd4\xdc\x0d\x74\xe9\xde\xa6\x4d\xe5\x32\xd5\x88\x76\x11\x70\xa7\x77\x2f\x2d\x2f\x7d\x85\x5e\x03\x36\x5d\x65\xf3\x57\x2a\x6f\x4e\x45\x1d\x96\xf7\x85\x93\x07\xc1\xba\xe4\x02\x28\x9a\x17\x8a\x9c\x11\xa1\x97\xce\x6a\xc5\x9a\x94\x42\xc3\x8f\xc4\xec\x2f\x3c\x13\x7d\xe7\x9c\x66\x58\x16\xbb\x06\x74\xea\x6e\x88\xde\x65\x12\x11\x5d\xdd\xae\x66\xd3\x74\x03\xd7\x33\x99\xce\x65\x5a\x72\x60\x19\x86\xb0\xd5\x26\x1e\xbd\x4c\x1c\x62\x4e\xa5\x0b\xda\x5e\x4d\x53\x04\x9e\x75\xaf\x76\x44\x6f\x33\x83\x34\x2f\x4d\xc0\xae\x2e\x1a\x21\x20\x21\xe3\x4a\x2a\xef\x76\xe8\xc6\xb2\x22\x3e\x5c\x92\x79\x04\xa2\xab\xb3\x4b\x9b\x4d\x64\xe3\xb6\xc1\xc2\xa2\xcd\x5e\x43\x0b\x14\xd2\xdc\x85\xee\x07\xa0\xc7\xb8\xc8\x37\xaa\x92\x0c\xbc\x75\x51\xc7\x02\xde\xba\xe8\x47\x7f\x99\xa2\xdc\xc4\x13\xe0\x5b\x57\xd3\x47\x5d\xf0\x85\xe1\xb5\x34\xf8\xd6\x55\xa3\xe2\x45\xbe\x51\x9d\x37\xc5\xba\x4e\xaf\xf6\x2b\x35\xbf\x65\x7b\xaf\xff\xf8\x19\xce\xd0\x0e\x49\x40\x14\x0d\x27\x17\xaa\x5f\x55\x31\x03\xfa\xba\xe8\x0b\x76\x91\x4a\xcc\xd0\xa7\x4b\xd5\x4f\xaf\xa4\x0b\x78\x94\x6a\xc4\xf2\x95\x4c\x66\x59\x31\xb8\x39\xf6\x57\x17\x33\x35\x74\x21\xae\x85\x9c\x1b\x40\x5c\xf7\xea\xce\x97\xb1\x74\x4b\x74\xbb\x45\x8b\x13\xe0\x61\xf7\x37\xae\xf0\x06\x2a\x82\x64\x5d\x40\xe3\x1c\x02\x59\x1f\xd9\x02\xbc\xc7\x79\x43\x97\xf3\x72\x17\xb0\xe9\xa2\xdf\xbe\x58\xd3\x87\x6e\x01\x80\x4d\x77\xdd\xdb\x04\x95\x0e\x45\xfc\x6b\x41\x1e\x91\x4f\x40\x89\xee\xb9\xf3\x8c\xf8\x52\x9d\xbd\x4e\xa5\x74\x67\x5d\x6f\x74\x95\x4a\x70\xa2\xf7\x3f\xf4\xe4\x54\xf8\x80\x4f\x03\x14\xdd\xcd\xb5\x09\x4e\xf4\x3e\x1d\xd4\x8c\x56\x66\xf2\xc5\x0b\xad\xcc\x8c\x9a\x97\x8c\x08\xde\x2a\x80\xb4\xbc\x47\x00\x69\x13\xae\x00\x1a\xdd\xcd\xe0\x91\xd8\xd0\xf9\xbd\xd1\x43\x6c\x67\xdc\xc8\xbc\x44\xbd\x92\x57\xb9\x78\x97\x84\x6a\x5a\x02\xe3\xa5\xc3\xdb\xba\x5a\x03\xc3\x63\x00\x07\x4d\x76\xac\xbf\xc8\x1e\x76\x5e\x6d\xbb\xd7\xcd\xa9\x81\xe9\x82\x0f\xbd\xf5\x0b\x5f\xc0\x3a\xf2\x00\xde\xdc\x15\xba\xa5\x51\xcb\xc4\xfb\x19\x40\x42\x57\xad\x54\x40\x42\x77\x5d\xa7\x80\x84\xae\x39\xa8\x47\x09\xd1\xdf\xf3\xa0\x30\x0b\xa8\x6b\x5a\xb4\x2f\x12\x88\x84\x76\x79\xe0\xa1\xab\x29\x55\x2f\xf9\x1e\x0c\x58\xe4\x67\x61\x0c\xc7\xf5\x1a\x55\x82\xb8\x07\x66\x73\x37\xb9\x1d\x98\xcd\xdd\x0c\x78\x97\x29\x3c\xcd\x68\x07\x66\x73\xd7\x71\x4d\x98\x66\xa1\x12\x07\x30\xcd\xdd\xac\x72\xd7\xa7\x88\x27\xf1\x15\x94\x4b\x3f\x57\xa0\x96\x77\xdf\x77\x11\xf0\x95\x77\xc5\xbe\xe8\x67\x00\x7d\x02\x54\x79\x7f\x16\xbc\xb0\x77\xc3\xaf\xb2\xb2\xc2\x4b\x8e\xd7\xaf\x0c\x5e\xe3\xd0\x81\x9f\xbc\xff\x99\xbc\x40\x0c\xd8\xbc\xf7\x91\xa4\x8b\x22\x24\xf3\xd0\x22\x7c\x0b\x2b\xa9\xbe\x0e\x50\x72\x26\x42\xbb\xbd\x42\x55\x51\xbe\x0f\xa7\xc8\x8f\xbc\xfb\x82\x82\x03\x73\xdc\x4d\x6d\x05\xca\x71\x37\xaf\x58\xa2\x14\xeb\x8e\x99\xc8\xc4\x13\xea\x7a\xa7\x4b\x15\x5b\xe0\xe6\x7a\x53\xc7\xec\x3b\x39\x17\xcc\x40\x30\xe2\x50\x7f\xbf\xab\x17\x67\x3e\x93\x71\x1b\x39\x5f\x90\xe2\x5f\xcd\x8f\xa4\x90\x50\xea\x84\x23\xe6\x1c\x01\x47\x3c\x81\x62\x19\xc0\x11\xd7\x9f\x4d\x34\xfc\xbc\x1c\x93\xb6\xc9\xee\xb3\x3a\x06\x1b\xe5\x6e\x59\x2b\x35\xe9\x10\x65\x2e\x3c\x90\x87\x6b\x83\x74\xdd\x2d\xa7\x84\x17\x3c\xa2\x34\x74\xdc\x19\x6a\x3c\x7d\xc9\x95\xa6\x2e\xc2\xad\x4c\xe4\x75\x63\xa8\x24\x59\xfd\x10\x88\x58\x78\xce\x71\xeb\x1d\xed\x3e\x41\x11\x09\x2d\x06\x00\x11\xcf\x6e\x47\xb8\x97\xd4\x28\x01\x26\x71\x37\x6f\x18\x98\xc4\xc5\x24\x04\x40\x12\x17\x13\xfa\xdc\x2a\x2b\xae\xcc\xf0\x02\xbd\xfa\x11\xfb\x0d\xea\x7f\x63\x74\x34\xa9\xd3\x9d\xbc\x07\x96\x26\xf4\x70\x28\x6c\x00\x37\x3c\xbb\xcf\xb0\x9b\xfc\x88\x1c\x1c\x06\x79\xde\xb8\x3e\x99\xe4\xe4\x0e\x35\x01\xe8\xfa\x9d\xee\x4e\xb6\x67\xde\x0d\x8d\x0d\x80\x12\xef\x89\xf2\x33\xa2\xc3\x21\xf9\x77\x3a\x42\x65\x65\x0f\x9b\xd5\x06\x19\xb7\x93\x86\x49\xd1\x84\x34\xf7\x74\xac\x74\x64\x33\xa4\x6a\xe2\xc3\xdb\x40\xad\x7f\x2f\x6e\xbc\xf5\xe7\xad\xc6\x3d\xa1\x46\x2e\x81\xc8\xc7\x5a\x25\x40\x3e\xae\x86\xd7\xde\x68\x4e\xa1\xb8\x02\xf0\x71\xd5\x42\x7c\xcb\xbc\x5c\x7e\x95\x25\x58\x11\x58\xc7\xdd\x94\x2c\xf7\xd2\x98\xe3\xef\xd9\x49\x0b\x64\x27\xfd\xc7\xdc\x90\x3e\xbb\x84\x6e\x44\x7d\xa4\x16\x92\xf7\x8d\x8f\x94\x0e\x68\xf7\x72\x3d\xfd\x88\xc3\x8c\x0c\x74\x8b\x85\x61\x46\x80\x5b\x7f\x6a\x4d\x22\x20\x28\x57\xfd\xcd\x6f\xf3\x73\xb8\x95\x44\xee\xf2\x4e\x1c\x08\xe4\xaa\x97\xcb\x9d\x61\xd0\x4e\xfc\x99\xdb\xc4\x97\xbd\x3a\xa6\x81\xbc\x2f\xa5\x12\x8b\xc3\x12\xcd\x1a\x98\xe0\xc8\xb9\xd0\x78\x57\x9b\x21\xfe\xce\x70\x2d\xfb\x0b\x8e\x97\x09\x52\xee\xcb\x5c\xc3\x7e\x74\x52\x93\xbf\x23\x9f\xc0\xf3\xc1\x40\x2e\xca\xb0\xf7\xc5\xfc\xbb\x61\x2e\xbb\xe4\x37\x9b\x36\x6b\x52\xba\x6f\xe4\x19\x0f\xd6\x2d\x99\x2e\xfe\x01\x71\x73\x9e\x88\x99\x36\x77\xf9\x8d\x92\x37\xcc\x5d\x02\x48\x72\x31\xca\xe1\xc6\xd7\x49\x3e\x79\xdf\x24\x4e\x70\xab\xdc\x4a\x97\x76\xef\xce\x19\xa7\xda\xbc\xe0\xc4\x68\x73\x7b\xc1\xa9\x01\x45\x54\xe5\xa5\x7f\xd7\x2d\xab\x94\x48\x3f\xaa\x11\xf9\x42\x06\x1f\x04\x8c\x3b\x6f\x38\x1d\x2c\x37\x9c\xe6\x45\x03\x86\xb9\x7b\xa7\x7c\x6f\xbe\x39\xbb\x87\x80\xb8\x2d\x13\x48\xdc\x28\x95\xa1\x44\x0a\x56\x73\x6f\xf0\xd6\x5b\x40\x4d\xf3\x1b\x80\xd5\x5c\x0d\x8d\xbf\x5f\xb2\xca\xc8\xdd\x30\x86\x6a\x92\xba\x5f\x63\x2b\xe9\xd2\x9b\x07\x86\xbe\x12\xd0\x65\xb2\xa2\x5b\xdc\x4c\xa5\x2c\x00\x9d\xbb\x49\x22\x00\x74\xde\x7f\xd8\xc4\x6b\xdb\x7e\xf5\xd1\x29\xaa\x32\xb9\xb6\xdc\x8c\x50\x2f\x1d\xe0\xef\x2f\x37\x14\x43\xd5\xdd\xdb\x4e\x7d\x6a\xfb\xf2\x90\x4f\xdd\x0f\x0a\xf8\x00\xfa\x15\x72\x69\x41\x9d\xbb\x69\x22\x9e\x1f\x9a\x32\x67\x5a\x4c\xe7\x43\xf3\xd2\x63\x62\x2d\x83\x99\x40\x78\xae\xca\x81\x0f\xe6\x4c\xc3\x21\x9e\x5f\xf6\xdd\xe2\xae\x39\xc2\xdf\xe3\x0d\xa3\x11\x4c\x40\x3c\x77\xf3\x36\x3e\x86\x69\xeb\xc5\x0d\x94\x73\x31\x74\x04\xf8\xe6\x2e\x6b\x03\xbe\x79\x7f\xe4\x1f\x40\xed\xd8\xf7\xc3\x7c\x08\xfe\xce\x5c\xb1\xa5\x05\x66\x0e\xe5\x8b\x07\x8c\xad\xdf\xdf\xb9\x94\x9f\xd4\x49\x11\x3f\x41\x6d\x3e\x8a\xbd\x2f\x30\xe0\x9f\x55\xb3\x81\x6c\xb2\xe4\x78\x6d\xe6\x93\xc7\xf0\x15\xb9\x30\x87\x11\x7e\xcf\xd6\x5b\x8b\x2a\xc2\xb3\xc5\x82\x6e\x0e\x05\x21\x9f\xc3\xcc\x86\x4f\xe5\xb0\x41\xde\x1e\xac\x9a\xb9\x22\xa8\xb0\xfa\xbb\x0a\x0b\x3d\x34\x12\x3c\x5e\x46\x86\x05\xdc\xc9\xd9\x1c\x3b\xd9\x35\x44\x40\xd0\x92\x00\x74\xf4\x2e\x4d\xd7\x1b\x4e\x2f\x6c\xd2\x87\xac\x98\x46\x54\x3f\x5c\x58\x1a\x76\xf4\x78\xb1\x68\xb0\xd7\xa3\xe1\xd0\x8c\xa5\x20\x39\x77\xaf\xb0\x9e\xce\x4e\x2e\xfe\x2e\xf3\xb6\x83\xdd\xd0\x5e\x86\xda\x73\xa6\x7c\xc9\x9d\xc1\x98\xcc\x4d\x9d\xbd\x1a\x5a\x05\xe1\x95\x0f\x3e\x45\x06\x5d\x80\x03\xdd\x0d\xad\x7f\x4c\xbb\xa5\x41\xf4\x19\x80\x17\x34\xff\xc8\x0d\x4b\xb7\x40\xc1\x32\x1f\xd1\xa3\x86\xd9\x6d\x0f\x4e\xe0\x30\x8c\x73\x6a\x56\x24\x8f\xa7\x6c\x64\x9f\xf8\x08\x2c\x4d\xd9\xdc\x83\xb2\xe8\xa9\x7d\x60\xe5\x26\x00\x7d\xc2\xf9\xa0\x81\x90\x3f\xc0\xbc\x1f\x55\x45\x09\xed\x83\x1f\xb2\x81\xb3\xa0\x43\xcf\xee\xb2\xe2\x35\xa4\x6d\xe1\x99\x02\x71\xc0\x1e\x1e\x23\xa5\xcd\x44\x0a\x3a\x74\xcd\x49\x9b\x52\x0c\xa4\xd9\x87\x48\x25\x23\xa2\x9f\x95\x8e\x63\xf4\xd0\xb4\x23\x1a\x0b\xc1\x8d\xee\xa6\x33\x78\xd2\x52\x09\x1f\x07\x36\xba\x1b\x43\xfd\x2c\x19\xbf\x05\x72\x36\xfd\x63\x5a\x2f\x7d\x27\x0d\xb5\x59\x95\x00\x8c\xae\x3a\xc3\x3d\xe4\xa5\xf4\xca\xfe\x39\x75\x54\x40\x55\x7d\xb4\x5a\x9a\x58\x14\xf0\xe7\x99\xdb\x42\x8d\xd2\x7c\xa5\x8f\xa0\x4f\x8e\x03\xd7\x1f\x6f\x9f\x13\xfb\x59\x4f\xa3\xe7\x72\x0e\x99\x2b\x51\x22\x34\x3c\x3e\x98\x33\x9b\x53\x75\x29\x58\x21\x6a\x80\x0a\x5d\x4d\x2e\xf8\x98\x37\x64\x66\xbd\x1a\x8e\x61\x63\xcf\x4d\xca\x2e\x47\x9e\x0c\x11\x8e\xfb\x98\xb5\x32\x4f\x84\x1c\x11\x01\xff\x41\x41\xd4\x1f\x14\x50\xe9\x6e\x9c\xda\xa3\xcf\xb0\x46\xe8\xe7\x96\x6c\x4a\x2e\x6e\x28\x97\x64\x93\xe0\x65\x23\x3a\x00\x95\xde\x25\x7c\x61\x1f\x4a\x1c\xe1\x94\xff\x88\x0d\x9c\x52\xd1\x06\x80\xe9\x6e\x6c\xc1\xf3\xd8\x27\xfa\xf1\xa4\xff\x13\x1d\x44\x75\x3c\xe2\x4f\x0b\xdf\x23\xaf\x74\x11\x1e\xef\xe8\x96\x35\x24\xd3\xb0\x4d\x4d\x01\x0e\x18\xab\xab\x51\x53\xcf\x23\xe1\x93\xbe\xbd\xca\x3d\x68\x99\x62\x51\xe7\xd1\x16\x66\x42\xfe\x05\xfe\x74\xd7\x7b\xf3\x11\x66\xc2\x3c\x9a\xe0\x4f\xf7\xe6\xae\xe1\x1e\xd1\xd0\x13\x31\xa7\xc5\xc1\x1e\x8f\xbc\x53\xb2\xf9\x62\x24\xce\x02\xce\xa9\xbf\xd3\x41\x17\xc1\x5c\xd7\xe6\xb1\x7b\x32\xd7\x89\x03\xc4\xd1\xd8\x94\xbc\xa0\x54\x4f\xa3\x29\x40\xa9\x2e\x4a\x0f\x4f\xb2\x51\x64\x31\x60\xaa\xab\x89\xf6\x9e\x4f\xdd\xcd\xa3\x6a\x32\x4c\xa9\xf1\xc7\x25\xbb\x2c\x91\x1b\x48\x23\xd9\x1f\xcc\xc5\x46\x0f\x80\x5e\x5d\x8d\x67\x7b\x3e\x4e\x04\x47\xf3\xfd\xe5\xfc\x05\x2f\xd9\xf4\xe4\x85\xbc\x02\x8c\xfa\x15\x6a\x93\x3d\xfd\xfe\xe0\x5a\x87\xa5\xb1\x2d\xd1\xd5\x17\x5b\xb1\x81\xef\x80\x57\x17\x55\xd6\x17\x9f\x1e\xed\x52\xef\xe1\x69\xa2\xac\xd0\x55\xc6\xa5\xbc\x72\x5f\x84\x37\x60\xa9\x8b\x94\xe3\x35\x2b\x0a\x54\x15\x58\xea\xee\x2d\xc3\x7b\xe4\x16\xb6\x56\x38\x31\xdc\x1a\x88\xea\xcc\x20\xf2\x72\x7f\x68\x28\xd0\x5b\x92\x30\x32\x4e\xb4\x6b\x7d\x53\x5e\xb4\x6b\x6f\x8f\x80\xb4\x3e\x8e\xea\xef\x10\x7a\x8e\xd8\x5b\x20\x9e\x0e\xa1\x48\x30\xad\x07\xde\x0c\x49\x7e\xb7\x66\x5e\x84\x81\x02\xf5\xba\xeb\xcd\x0c\xea\x75\xd7\xfd\x4c\xd0\x6b\xb3\xce\x09\x74\x1d\x72\xc4\x17\xce\x5c\xb5\xa7\xbf\xa9\xa3\x3b\x19\xb2\x63\x08\xc8\xbb\xd9\xf1\x94\x6f\xbe\x95\xd9\x86\x3a\xbf\xa9\xa2\xbb\x3c\xd5\xc5\xa5\x7f\xd5\xb6\x69\xa2\x09\x6f\xcf\x51\x05\x0e\xbb\x7b\xe7\x0d\x1c\xf6\x31\x24\xe1\xaf\x69\x53\xf4\x0c\x7c\x9b\xd1\x5e\x54\x85\x17\xb1\x4e\x11\xc0\x5e\xf7\x96\xbf\x7b\x18\xfd\xc3\x94\xd3\xda\x1d\xdf\xb4\x22\xbb\x09\xb0\x16\x2b\x71\xbe\xfa\x0b\xab\xc6\x02\x74\x5d\x8c\x53\x07\xe7\xba\xc8\x05\x5f\x35\xf1\xe2\xb3\x54\x14\xa2\x9f\x90\xd7\x72\x06\x20\xaf\xbb\xae\x56\xc0\x5c\xef\xaf\x98\x75\x21\x2d\xcd\xe5\xfb\xe2\x20\xac\x98\x05\xd0\xf5\xfe\x8a\xfe\x0e\xd7\x8f\x1e\x0e\xe7\xca\xdf\x31\xe6\xd9\x73\xee\x0a\xf5\x3b\x03\xf2\x7a\xcf\x0e\xb5\x92\x08\xac\x8d\x3f\x53\xec\x25\xbe\xb5\xd7\xe3\xaf\x58\x10\x1a\x5d\x40\xb5\x6e\x26\x78\x00\xd5\xba\xe8\xd1\x00\xaa\x75\xd5\x8d\xfc\x45\xd5\xf6\x76\xfc\x85\x59\x2f\xdd\x69\x5e\xf8\xb3\xea\xed\x3b\x73\x86\x7c\x61\x52\x7c\x36\x47\x98\x3b\x6e\xe5\x9c\xd0\x34\x96\x5d\x25\x8b\x77\xb9\xc7\x2c\xa0\x79\x0a\x4d\x59\xc4\x6a\x53\x4d\xbf\xc4\xf9\x98\x77\xf0\x5d\xb6\x40\xbf\x4d\x58\xe2\x8d\x0f\x50\xd6\x09\x50\x04\x78\x75\xd7\xdc\x03\x5e\xf5\x11\xa6\x50\x06\xa3\xba\x7b\x0b\x25\x44\x75\xf5\x02\xee\xc5\xc4\x9b\x54\xe6\x52\xa0\x85\x61\xbd\x98\x75\x35\xe5\xbd\xa6\x1c\xf1\x6e\xe3\x4d\x56\xed\xf1\x10\xd0\xc9\xc5\xc1\xb0\x9b\x84\xe9\x22\x19\x9b\x74\xe6\xf2\xa8\x2c\x5f\x6e\xa7\xd3\xd2\x52\x17\x16\xe9\x92\x27\xf2\x7c\x3b\x3e\x74\xc4\xf7\xce\x5e\xd1\xf7\xdb\x5e\xd1\x86\xbe\xbc\xe6\x91\x7e\xd1\x69\x35\x50\xbe\xa4\x1c\xd1\x3d\xe1\xbd\xa5\xa2\x88\x22\xaf\x2e\x39\x5e\x0a\x80\x7d\xdd\x95\xc8\xde\x64\xe1\xc5\xe2\xea\xdc\x4c\x8f\x2c\xdc\x9d\x93\xda\xee\xb2\x23\x0a\xbb\xc5\x2e\xca\x7c\xdc\x17\x26\xa7\xb4\x27\xe8\xb7\x79\xd2\xf0\xc1\x4d\x29\x1f\x54\xeb\x92\x1d\x01\x26\x42\xde\xf8\x6e\xde\x78\xa4\x6e\x0e\x30\xf5\x1e\xa0\xff\xd8\x13\xda\x53\x65\x74\xd6\x71\x9f\x91\xd5\x01\x46\x5d\x8f\x9f\xbf\xef\xd5\xd0\xb5\x02\x00\xea\xae\xc4\x2d\x00\x75\xe6\xea\x14\x74\x3a\xcc\x20\x2d\xd0\x74\x33\xa2\x14\xa0\xe9\xae\x80\x0b\x96\x74\xf7\x1a\x1f\xf8\xe8\xcc\xb9\x04\x7c\x74\xf5\x64\x7c\xc9\xc6\xe8\x93\x90\xd1\x25\x3f\xca\x39\x9f\xbc\x20\xb0\x77\x3f\x52\xf0\x0d\x5f\x54\x6e\xc2\xaf\x72\xa2\x6d\xf0\x43\xae\xe7\x2b\x2c\xbf\xc3\xc4\xfb\xe0\x41\x77\x4d\x34\xe0\x41\x77\x37\x15\x78\xd0\x87\xd7\xd9\xe0\x41\x17\xbd\x7b\x3e\x5d\x5b\xb5\xfc\x08\x02\x1d\x4a\x8c\xdf\x91\xab\x4f\x7f\x0f\xaf\x68\xac\x6b\x73\xb6\x2a\xb4\x87\x68\xcf\x60\x6a\x0e\xc0\x9e\x43\xd4\xc5\xcf\x44\x94\xe6\xa9\x4e\x7c\x67\xdd\x40\xc0\x71\xde\x2f\x16\xcf\x46\xfc\x07\x5b\x93\x83\x22\x8e\x57\xd7\xc2\xcf\x38\x5e\x69\x07\x08\xcf\xbb\x04\xc5\x49\xe3\xb1\xfa\xef\xcf\xc0\x34\xf0\x9f\xbb\xdc\xe4\xab\x6e\x0e\x66\x55\x63\xb5\x21\xf1\x9f\x79\xa4\xcd\x35\xff\x25\xf3\xe3\xac\x83\x00\x5d\x0c\x59\xfc\x6a\xce\x05\xf3\x97\xfa\xe7\xf4\xe5\x65\xc2\xfd\xca\xdd\xc8\x00\x9a\x8b\x42\x83\xf0\x35\x33\x95\x7f\x5a\x95\xf5\x84\xfd\x4c\x60\xc9\xa6\xfb\xf4\x6f\x31\x23\xf5\x67\x02\x4b\x6f\x29\x44\x64\xd6\xb6\xf4\x25\xfb\x9a\xbe\xec\xdd\xac\xa9\x07\x70\xe6\xbd\x23\xfc\x23\xa7\x98\x69\xe5\x16\xd4\xdb\x96\xcf\x84\xce\x87\x0d\xe6\x14\xfb\x92\xa7\x98\xfe\x76\xe7\x9b\x29\x49\x8d\x15\x42\x03\x86\xf3\x6e\xc4\x17\x85\x1a\x74\x29\x80\x9b\x8b\xf6\x08\xa0\x9a\xbb\x7a\xd5\x37\xdc\x5e\x50\xeb\xcf\x30\x5c\xaf\x38\x00\x62\xee\x3d\x4b\xe0\xb7\x6d\xb7\x36\xfb\xeb\xba\x2f\x80\xc9\x5c\x4d\xe1\xf6\xe1\xce\x2a\xf4\x1e\x70\xcb\x3d\xb7\x53\x9c\x3c\x33\x09\x84\xd1\x6a\xba\x16\x60\xb9\x99\x18\x40\x80\xe5\xa1\xea\x05\xa8\x72\xd7\x59\x02\x50\xe5\xae\x6f\x0d\xb8\xc9\x5d\x43\x30\xb8\xc9\xbb\xab\x74\x83\xf8\x5a\x83\x87\xbe\xc9\xe0\xdc\x97\xa4\xd9\x58\xff\x6a\x52\x0e\xf6\x23\xad\x15\x28\xbf\x22\x24\x0f\x35\xba\x6f\x66\xaf\x6c\x84\xbd\x83\x50\xf4\xad\x9c\x67\xbe\xc2\xed\x55\x7d\x19\x88\xe4\x5d\x82\x16\x57\x76\x8b\x56\x44\x5b\xf4\x12\xee\x5b\xb9\x75\xfd\xc7\xbb\x07\xff\x00\x31\x59\xee\xfc\x2d\x37\x86\x5b\x51\xec\xa4\x9c\x6a\x13\x6c\x9a\x40\x19\x98\xe4\xdd\x65\x2a\x23\x96\x56\x01\xff\x3b\x21\x2f\x70\x07\x60\x92\xbb\x2a\xc4\x27\xa6\x92\xf9\xf2\x3e\xf3\x80\x89\x28\x04\x34\x72\x57\x94\x02\xf4\x78\x37\x68\xb5\xd9\x20\xe3\xd2\x80\xec\x25\xcc\x07\x50\x83\xd9\x1a\x80\x43\xee\xea\xcf\x40\x20\x4f\x5d\x14\xbe\x8c\x7d\x41\x59\x03\x0e\xf9\x58\xde\x06\x01\x81\xdc\xd5\x2f\x3e\xc1\x93\xb4\x39\x7d\x62\x21\x9a\xba\xfb\xc3\xa3\x55\x33\xf3\x47\x08\x6d\x9e\xb5\xdb\x3d\xc0\x8a\xde\x38\x53\xbb\x9b\x74\x6e\xf5\xa2\xe6\x43\x19\x56\x14\x16\x28\x79\xa8\x00\x7f\xb7\x76\x00\x64\xef\xef\x71\x7e\x68\x02\xb5\x55\xb9\xf8\x23\x1c\x25\x87\xf1\xe4\x7a\xf8\x11\x07\xd5\x71\x3f\x9e\x47\xa9\x0f\x37\x9e\x6a\x00\x02\x22\xff\xda\x9f\xd7\x1a\xa0\x25\x57\xfd\xf3\x3e\x35\x50\x9b\x14\xcf\xd0\xbb\x9e\x2f\xad\xb4\x32\xab\x17\x8d\xdd\x5d\x03\x93\x55\x08\xf9\xd0\x2e\xbd\xc9\xfa\xd0\x2e\x93\x27\x7c\xee\x12\xa4\x56\xd0\x91\xbb\x9e\x1a\x00\x22\xf7\x5c\x8e\xcf\x45\xf3\xf7\xf1\xdf\xff\xc2\xf8\xc6\x0f\xee\x9b\x97\x25\xe0\x21\x77\x63\x38\x84\x40\x0e\xbd\x82\x85\x40\x3e\xbc\xd2\xf9\xe0\xc4\x18\xb0\xe2\x87\x51\x77\x72\x11\x16\xbf\x9f\x6d\x4f\x9e\x6d\xaf\xf0\x3c\xf0\xde\xf7\x1b\xb4\xa8\x3d\xb9\xf1\xfb\xb1\x45\xf6\x40\x03\xfc\xe4\x5d\xd1\xc1\x8b\x2b\xd0\x79\xf6\x74\x1c\xfe\xc1\x0a\xec\x65\x8a\xdf\x61\x6b\xc1\x73\xc7\xd5\xd5\xe7\xb0\xaf\x94\x26\xd3\x26\xe0\x95\x01\x00\x72\x27\x8e\x2c\xc0\x3f\xee\x60\x2c\x07\x98\xc7\x1d\x0c\xcd\xf8\x6d\x95\x32\x62\xf8\x3b\x8d\x6d\x22\x1b\x3f\x73\x40\x43\x94\xe2\x87\xaf\xd1\xc4\xcc\x17\xa0\x17\x47\x58\x13\xe1\xac\xc8\x63\x01\x7a\xf1\xcc\xc1\xa1\x16\x0e\x07\x6d\x68\x2a\xa8\x62\xf1\x23\x7e\xa4\x37\xfa\x0d\x6b\x04\xb8\x36\x7e\x5c\xdd\x1e\xdc\x4e\xc5\xaf\xe6\x80\x98\x57\x33\x65\x86\xa3\xa8\x39\x69\x34\x62\x70\x2a\x31\x94\xf1\x93\x1d\x36\x8a\xb4\xec\x2e\x93\xd0\xb2\x66\x9a\x21\x6f\xc5\xc4\xa8\x16\x89\x54\xcc\x8d\x4c\x24\x52\x31\x24\x3c\x40\x2a\x2e\xbf\x9a\x9f\x5d\x96\xa1\x6b\x4d\x19\xd0\x22\xd2\xf6\x4e\x67\x3a\x8b\xd3\xf9\xc3\xc4\xcf\xe1\x22\x74\x0f\x70\x61\xbe\x36\xe3\x34\xf7\x44\x80\x24\xdc\xc1\xca\x0b\x90\x84\x77\x09\xba\x8f\xe5\x75\x92\xbd\x3b\x84\x0c\x9e\x24\xbd\x0e\x70\x82\x8f\xea\xbe\x1a\x39\x7a\xbf\x7a\xfd\xca\xca\xd4\xe3\x98\x30\x91\x82\xfd\xdd\xec\x10\x68\xd8\xfb\x30\x58\xc2\xaf\xa6\xd1\x8e\x54\xbc\x79\x99\x59\xbd\xe3\x67\x72\xca\x83\x11\x86\x94\xc1\x21\x9a\xa8\x32\xec\xfd\x74\xeb\x53\xef\xcc\x7a\x99\x47\x80\x06\x7e\xce\x03\x4e\x38\xc3\x95\x33\xd2\x62\xd1\x36\xf7\x95\xe4\x3e\x0e\x60\x7c\x8b\xf9\x4b\x43\x1c\xdf\x46\x9c\x76\xfc\xcc\xe3\xc0\xad\x4e\xfc\x96\xab\x68\xb7\x60\x33\xab\xe7\x0b\x07\x2c\x8b\x28\x3a\x15\xff\xf8\x2c\xc2\xa8\x4e\x75\xff\xee\x0b\xee\xb2\xd5\x67\x88\x4f\xfe\x4e\x8a\xc8\xfc\x9d\xcd\xd5\xff\xb2\xf1\xc5\x0f\x5d\xae\xbb\x23\xae\x3c\x41\x8c\x1e\xc5\x6e\xfe\xdc\xdf\xf2\x96\xce\x62\x5f\x39\x64\xbf\x52\x55\x72\x32\x30\xb5\x92\x7e\x32\x7e\xc2\xeb\x57\xa6\x9e\x88\x0a\x6c\xc1\x01\x16\xef\xc4\x93\x27\xc0\xc9\x6d\x64\x6e\x8e\xdf\xed\x39\x71\x6b\xe3\x57\xd3\x3d\xe2\xb8\xcc\x60\x3c\x0e\xe0\x73\xf7\x47\xfc\x01\x9c\x4e\x0b\xc7\x8e\xa9\x12\x10\xac\xf8\xe9\x13\x1a\xf6\x83\xeb\x3b\x2c\x79\xf1\x93\x39\xb8\x19\xdf\x9c\x51\x3e\xc2\xad\x73\xfe\x3c\x71\x92\x67\xf7\xdc\x67\xde\x4b\x9f\x4f\xc7\x4d\x7b\x9f\xd5\xee\x3f\x00\x89\xdd\xbd\x2a\xbc\x70\x51\x06\x81\x3d\x7e\x79\x90\x82\x17\xb7\x19\xfb\xe1\x48\x3b\x5d\xf7\xb3\xe9\x3f\x8d\x17\x07\xe2\x73\xee\x07\xbf\xb2\x8f\xc5\x26\x51\x7c\x21\xac\x47\xea\x2e\xd4\x7b\x58\xda\xdf\x4f\x20\xb8\x06\xcf\x6c\x93\xe1\x73\x12\x81\x3d\x58\x30\x5f\x77\x47\x7c\xd1\x2f\x86\xd2\xe4\x1f\x44\xc7\x8f\x84\x73\x5d\xf6\x36\xd5\x8d\xe2\x3f\xd6\xc5\x94\x1e\xc5\x1d\xeb\x70\x37\xd9\x14\x53\x35\x40\x7a\x3d\x9a\xdc\x05\x40\xd7\x22\x31\x3e\xaa\xf4\xac\xfa\x87\x57\xd5\x34\x82\x6f\xca\xc1\x9d\x59\x1c\xda\xba\x90\x92\x03\x54\xd5\x00\xf3\x3c\x00\x55\xdd\xf5\xfa\x55\xa6\x33\x63\x15\x20\x7a\x98\x63\x03\x28\x55\x13\x1d\xc7\xd1\xe5\x85\xce\xa8\x79\x81\x97\xc5\xb5\x82\x71\x43\x15\x20\xae\xee\xcf\x18\x23\x9e\x2a\x60\xe4\xc4\x41\x62\x60\xb0\x4e\xe2\xe8\xd2\xfc\xea\x0b\xb7\x82\xcb\x67\x37\x0a\xd4\xe5\xd0\x3e\x56\x2d\x2d\xcd\x73\xb8\x23\x11\xd1\x69\x10\x9f\x14\x00\x63\x02\xbc\xd5\x0a\x18\x71\x00\xb7\xda\x49\x59\x15\x87\xba\x42\xf8\x3b\xa9\x34\xa7\x15\x79\x01\x37\x2c\x4c\x84\x87\x1d\x1f\x4e\x02\xdd\xc0\x4b\x12\x97\xfe\x38\x42\xfe\xe4\x1e\xdb\xf4\x52\x7b\x48\x1c\xd3\xd9\x71\x0e\xf0\x59\xec\x2e\xc7\x94\x0e\xdb\xd7\xa9\x18\x67\x71\x52\xe6\x01\x96\x1c\xc7\x4c\x27\x49\x9e\xd5\x5f\x20\x46\x07\x86\x2e\x9c\x16\xe2\x48\x19\xdd\x93\xb3\xa9\x67\x45\xcd\x8f\x83\xeb\xa6\xee\x86\x5b\x9e\x15\xd7\x92\xec\x77\x84\xa0\xc4\xb1\x72\x6a\xd9\x62\x4b\x36\xe7\x02\xe0\xbb\x51\x3d\x05\x67\x8e\xe3\xaf\xf8\x8d\x38\xce\xe2\x97\x74\xed\x64\x2c\x4e\xaa\x74\x15\x92\x75\xa4\xc4\xed\x99\x46\xe2\x26\xd4\x21\x84\x2b\x5d\x88\xdc\x71\x5c\xfa\xdf\x2e\xba\xa6\x64\x3d\xe9\xcd\xa5\xa4\xeb\x88\xf1\xbb\x00\x60\x21\x8e\x2d\x4c\x4f\xd4\xb4\x38\x14\xa0\xe1\xff\x87\xf9\xe9\x97\xa7\xf5\xe6\xb2\xc6\x9a\x6e\x6b\xf5\x77\xf5\x26\x8f\xba\xce\xf5\xcb\x43\x75\xdb\x04\xbd\x25\x99\xcc\xb2\x4f\xdc\x0d\x75\xe7\xf1\x51\xaf\x77\x63\x29\x7d\x4f\x3f\xea\xec\x63\x3f\x52\x71\x70\xe7\xe3\x43\x01\xa0\x47\x1c\x8f\x1c\x1e\xf1\xf2\x78\x5c\x92\xe6\x3f\x12\x29\x3b\xb2\xc9\x6d\x6b\xee\x76\xe2\xc4\xbb\x7b\xe3\xd5\xc0\xc2\x90\xcc\x13\x63\xb5\xc4\x8a\x91\x21\x37\x0e\x85\xea\x65\x59\xc3\x96\xe9\x2b\xe8\x65\xd5\x25\x37\x6d\x1d\x2a\x56\x00\x49\xda\x49\x98\x16\x20\x8f\xee\x2e\xd1\x02\x17\x2d\xdd\x93\x89\x2f\x7e\x97\xc0\x7d\xb6\xe0\x37\x84\x8d\x48\xac\x30\x5c\x11\xe3\x12\x40\x8f\x1e\x0d\x40\xed\x28\x9b\x80\x57\xdc\x11\x43\x0c\xd1\x09\x5a\x5e\x80\x15\xda\xc9\x5a\x1e\xe0\x83\x76\xb2\x72\x47\xd1\x85\x01\x13\x40\x08\xfe\x39\x30\x74\x47\x31\x48\x1a\x45\x31\x44\xff\x14\xb2\x3f\x8a\x42\x2f\x27\x02\xc4\xcf\xdd\xba\x5f\x7d\x16\xa1\x45\x83\xa9\xd0\x93\xa3\x10\xf8\x8c\x1f\x58\x80\xd3\x59\x49\x3f\x13\xc5\xf8\x29\xa2\xeb\xa3\x90\x20\x9e\xac\x46\x51\xb8\xf5\x20\x03\x73\x94\x14\x75\x91\xc9\x00\xed\xec\xe4\x06\x8e\x82\xa8\x8b\x67\x62\x80\xd9\xb9\x47\xdb\x78\x21\x49\x2d\x32\x02\x00\x9e\x55\x11\x5d\xfc\xce\x86\x57\x65\x08\xe0\x39\x95\xa3\x4a\x02\x8b\x2d\x8b\x13\x61\xe7\x2c\x92\xde\x8d\xb8\xc4\x00\xa7\x73\x17\xe7\x23\x53\xaf\xfc\x9c\x39\x53\xbd\xa2\xa6\x46\x31\x6e\x1a\x35\x35\x00\xea\xec\xa4\x26\x0d\x70\x3a\x2b\xb9\xc3\x02\x9c\xce\x8a\x2f\x45\x80\xcd\xd9\x01\xf6\x0c\xb0\x39\x23\xe7\xd3\x68\x6a\x94\xd1\x00\x75\xb3\x2a\xea\x00\xba\xb9\x3b\x42\xd7\x7b\xae\xb3\xff\xec\x89\x26\x91\x66\x94\x4d\xef\xc3\x33\x2d\xd0\xe6\x42\xe9\x0c\x80\x36\x05\x24\x08\x80\x36\x77\x55\x74\xca\xf4\x29\x4e\x42\xcf\xc6\x99\xe9\xfe\xc1\x75\xf9\xc8\x1c\xf1\x68\xbf\x21\x04\x67\x85\x08\x96\xcd\x20\xda\xaf\xfb\x91\xdc\xc9\xd5\xe7\xce\x84\xbb\xea\x00\x8d\x73\x97\x9e\x7f\xd1\xbd\x02\x9b\xe8\xd9\xa6\x8c\x13\x11\x0e\x78\xce\xfd\x42\x37\xc1\xdf\x1e\x4e\x11\x36\x25\x32\x68\x46\x89\xdc\xbe\x4c\x6a\x28\xbd\x38\x16\x80\x3b\x8b\xdd\xc7\xaa\xc4\x65\x57\x80\xc8\xd9\x87\xbd\x0c\xc5\x04\xdb\x23\x30\x8b\x54\xac\x51\x30\x30\x91\x6d\x31\x80\xe7\xec\x24\x7a\x0c\x20\x39\x77\xff\x98\xf8\xcd\x7d\xfa\x70\xfb\xe1\x31\x7f\x28\xc3\x95\x34\x17\xd9\xde\x94\xd3\x3a\x8c\x65\x5d\xb4\x91\x56\x21\x27\x72\xb1\x7f\x5c\x76\xf3\xa6\x71\xe9\x12\x45\xa3\x0e\x02\x59\x39\x2d\x4d\x81\xd3\xc6\xfd\x46\x22\xd3\x7d\x81\xee\xc1\x3a\x8a\x01\xcb\x91\x2f\xd9\x11\x1a\x27\xb7\x09\xfe\x4d\x51\x2e\x79\x94\x7d\xbf\xe4\x04\x0c\x8a\x3b\x94\x21\x69\xb8\x54\xb2\xa6\x2f\xf8\xf8\x17\x3f\x5a\x7c\x64\x4d\x12\x2f\x5a\xc0\x56\x53\xf1\xf7\x8f\x72\x2b\x2d\x3b\x56\x7d\x17\x5c\x01\x82\xb4\x86\xa4\x84\x3b\x90\x1c\x2a\xc6\x9a\xe1\x41\xcb\x3b\x90\xe9\x47\xaa\x9a\x88\x63\x20\x6b\x1e\x93\xa4\x06\x01\x9c\x66\x1f\x76\xca\x94\xea\xf9\xec\x28\xe8\x94\xc8\x26\x88\x59\xc5\xbc\xe9\x0a\x2b\x82\x60\x86\x8b\x04\xee\xe5\x0f\x09\xa3\x98\x18\x55\x71\x03\xb0\xcb\x0e\xd8\x62\x00\x76\xb9\xb5\x3e\x5f\x6c\x82\x09\x34\xe6\x58\x5b\x46\x21\x41\x7a\x75\x77\xbe\xb8\x9e\xe4\xef\x38\xc7\xb8\xa7\x04\xb5\xcc\xf6\x92\x91\x54\x5f\x58\x63\x87\x0a\x23\x51\xb9\x2b\xf0\x91\xe1\x26\xfc\x54\x56\x10\x81\xca\x97\xfe\x56\x96\x36\xe6\x9f\xb6\x3f\x72\xbd\x7a\x30\x3e\x4f\x3c\x25\xaa\x99\xd3\x35\x3c\xd4\x64\x25\x90\x12\x60\x2a\xfb\xc8\x3f\x2e\xbf\xf2\x0f\xa5\x6e\xbf\x3a\x24\x8f\x90\xf9\x44\xa3\x5c\xf9\xc2\x0a\x56\x9f\x1d\x48\xe5\xd9\xa0\x80\xc9\x33\xac\xc0\x6a\xb1\xab\xe0\x25\x11\xf5\xd0\xe4\x98\x85\xf7\x56\xe5\x7e\x22\x6a\xc9\xee\xf2\x15\xf9\xca\x35\x87\x54\x52\x71\x90\xbc\x31\x00\xb2\x3c\x06\x37\x7c\x21\x92\x65\x23\x49\x41\x00\x65\xd9\x41\xc9\x0b\x90\x2c\x0b\x9e\x2e\x01\x90\x65\x25\xe0\x35\x6a\x71\x4f\x65\x69\xce\xcc\xf4\xf9\xa3\x83\x7c\x94\x6a\x04\x82\x0a\x08\x97\x7b\xd8\xbe\xb8\x9a\xf1\xd7\x1d\x6f\x54\x72\x96\x13\xe6\x1a\xe0\x62\xee\x2a\x7c\x11\xf8\xcd\xea\xd8\xfb\x44\x1e\x45\x4d\x56\x86\x0c\x00\x2c\xe6\x7e\x61\x52\x31\xe0\x90\x19\x26\xc0\xc5\x3c\x8a\x03\x13\x59\x9a\x6c\x02\x01\x2e\x66\xf1\xfc\x57\x98\x17\x99\x76\x02\x18\xcb\x4d\x67\xa9\xb6\x6b\x1e\x84\x55\x83\x57\xb9\xdb\xe0\xb3\xae\x15\x01\xb2\x04\x2c\x65\x27\xcb\x48\x00\x4b\xb9\xcb\x33\x4b\xc4\x5c\x55\x67\x6c\xe8\x90\x6b\x17\x8d\xb9\xd5\xa0\x06\xe0\x64\x27\x29\x47\x00\x38\x59\x8e\x65\x23\x38\xbb\x0f\xd7\x74\x28\x54\xc3\xa0\x6b\x5a\x6c\x10\xdb\x2a\x79\x3e\x09\xec\x0a\x11\x27\xe7\xcf\xfd\x61\x5a\x0d\xd8\x04\x20\x93\x7d\xe4\x33\x76\xc4\x2c\x40\xdb\xdd\xef\xb3\x6d\x76\x20\x77\x12\x64\x77\x08\x30\x26\x3b\xc9\x21\x42\x8c\xc9\x46\x66\x83\xa8\x72\x89\x65\xa7\x66\xb6\x4d\x1b\xc6\xef\x12\xb1\x1f\x62\x49\x72\x5f\x14\x40\x49\x56\x39\x6c\xd5\x23\xbd\xfa\xec\xd1\x9d\xbe\x60\x9d\x82\xb6\x57\x13\x7a\x72\xb5\x18\x40\x46\xee\x17\xfe\x49\x9e\x01\x67\x11\x33\x72\x82\x53\x11\x35\x0d\x3e\x30\xf5\xea\xb5\x02\x94\xad\xea\x23\x97\xe7\x67\xc9\x21\xa7\x5f\xb9\xd3\x11\xc3\xc1\x7d\xdc\x6b\xc5\x3f\xa7\x46\x34\x0f\x8d\x89\x32\x88\x8f\x0e\x40\x1d\x0f\x7d\xf4\x42\x54\x47\x2d\x0f\xa2\x3a\x1e\xcb\xa9\x38\xa5\x43\x1e\x28\xb1\x1c\x97\xc3\xbc\x10\x1e\x60\x80\x15\x4b\x0e\x70\x6d\x01\x96\xe3\xd1\xc8\x82\x16\x55\x4b\x0e\x19\xce\xa2\x5e\x6e\x7a\x8f\x1a\x0a\x8c\xf0\x69\x01\xe6\x63\x27\xdd\x41\x54\xee\x0c\xda\xbf\x3f\x9e\xbd\xda\xae\xf0\x25\x8b\xf7\x04\x00\x00\x49\x2a\x83\xa8\x70\x21\x82\xc3\x02\x9c\xc7\xfd\x11\xfd\xbd\xdd\xe7\x4e\xeb\xed\x66\x61\x56\x6e\x7c\x69\xdc\x50\xb7\xee\xbe\x7e\xe3\x3e\x75\x7f\xa4\xfe\xe3\x0c\x13\x7b\xf5\x93\x5a\xc9\x9e\x3c\x7d\x18\x92\x1a\x69\x0a\x02\x00\xc8\xa9\xd9\x2b\x01\x20\x97\x4b\x62\xc0\x95\xfb\xc6\xa4\x99\xd3\x0d\xf5\xe4\x8c\x52\x17\x6e\x6e\xc3\x71\x70\xcd\x80\x4b\x50\x08\x00\x39\x7f\x6e\xc7\x97\x88\x75\xb7\xf6\x9b\x51\xf8\xf4\xea\xf5\x90\x30\xf0\x37\x07\xee\x1f\xf2\x02\xb4\x98\xfa\x66\xeb\x74\x8b\x14\x19\x04\x0e\x07\x50\x90\x15\xcf\xea\x00\x09\xb2\x93\x48\x21\x2a\x86\xab\x31\xff\x0a\x61\x0b\x81\x21\xdb\xc4\x58\x2c\x32\xa4\x16\x44\xd0\x20\x77\x67\x58\x2b\x1c\x00\x86\x7c\xe5\x73\x3f\xa0\x2d\xd5\xe4\x7e\xa8\x48\xf5\x53\x7a\x74\x15\xf5\x06\x20\xf8\x2c\x2a\xf9\x33\x96\xdd\xff\xe4\xe8\xac\x56\xd3\x95\x8d\xfb\xb3\x68\xbf\x9c\xb1\xc1\x8b\xae\xf3\x95\xe7\xec\xe4\xe4\x85\x19\xcb\x3f\x06\x39\xe5\x7c\x86\xc4\xb0\x9b\x41\xa9\xac\x9a\xa2\x9a\x5e\xe9\x5c\xb6\x47\x3b\x94\x69\x99\xd5\xa6\x97\x1b\xd8\x26\xd1\x4a\xba\xb8\xd3\x46\x31\xc8\x83\xaf\x0c\x4f\x76\xbe\x9b\x6c\x8e\x13\x07\x68\xe4\xd4\xc4\xd9\xe4\x72\xc4\x6c\x07\xa8\x91\x93\xbc\x64\x01\x68\xe4\xd4\x5a\xda\xd2\x76\x16\x96\xf6\xc0\x1c\x36\xee\x86\x5a\x16\x47\x88\xb3\xf3\xaa\x5e\xb0\xa2\x56\x09\xda\x81\x0c\x34\xdd\xc2\x1d\xf8\xe6\x5d\x15\x6f\xa3\x00\x4b\xb2\x12\x2c\x1a\xcd\xbb\x87\xe9\x88\xf0\x3d\x23\xb7\x41\x80\x1f\xd9\x49\x48\x10\xad\x29\x7b\x5a\x2b\xb7\xef\xc0\x12\x45\xcb\x6b\x08\x48\x48\x6b\x39\x07\xbe\x24\x57\x61\x99\xc4\xe9\x22\x3a\x39\xc0\x9f\xdc\x2f\xac\x66\x73\x03\x20\x31\x35\xbd\xcc\x88\xd9\x0d\x41\x27\x27\x98\x19\xd1\xd2\xbe\x86\x9a\xdc\xba\xd3\x4b\x33\x3d\x6b\x66\x82\x70\x26\x1f\x8e\x31\x75\x2c\x4b\x5f\x78\xe0\x5b\x2d\xc2\x4c\xf8\xfd\x63\x13\xf4\x04\x15\x4b\x65\x02\x24\xca\xae\x4e\x06\x10\x65\xf3\x3a\xa6\x8d\x24\xbf\x74\x83\xcb\x8d\x91\xcf\x8d\x94\x3c\x3e\x0f\xbb\xc4\x02\x0e\xbb\xe4\x33\xb3\x0b\x8b\x68\x23\x27\x81\xe9\x19\x3a\xc4\xe6\x3f\xb2\x15\xf7\x37\x17\xf6\x84\x8c\x44\x93\x9d\x3a\xa1\x91\x33\x45\x83\xa1\xb8\xe5\x3a\x13\xaa\x2c\x41\x10\xd1\x92\xc8\xf6\x68\x2a\x54\xf0\x97\x86\xd9\xae\x4d\x37\x80\xdc\xf1\x70\x1b\x1b\xf2\x85\xde\x0e\x3c\xe5\xfe\x83\x6a\x27\xbb\x75\xf8\x11\x14\x1d\x1e\x92\xb8\x95\x1a\x8c\xc4\xad\x6c\x84\x02\x07\xb8\x95\xfb\x1f\x1a\x59\xb9\x98\xcc\x83\x77\x1b\xe0\x8b\x44\x5b\x9e\x09\xa4\xce\x06\x5a\xf2\xc4\xb7\x28\x5a\x9a\xee\xdc\x5b\x86\x5d\x91\x65\x37\x00\xaf\xec\x44\x95\x07\xe0\x95\x53\x3b\x7e\x3b\xb3\x7d\x5a\x39\x73\x5c\xb4\xaf\x4e\x66\xf7\x49\x4a\xd9\xc8\xfc\x14\x4d\x1e\x7a\xfc\xfe\xbc\xf7\x00\xe6\x72\x2f\x12\xdd\x51\xaf\x9b\xb6\x9a\x23\xa0\xd3\x19\x00\xed\x3c\x9f\xd2\xe0\xc3\x17\x57\xbc\xda\x1f\x0c\x19\x5e\xb1\x36\xb3\x6c\x68\x4d\x02\xf6\xf2\x50\xa6\x6e\xc9\x6e\x11\x66\x45\xb3\x9c\x24\xa7\x8d\x76\x65\xcd\x74\x80\x98\xe6\x79\x48\x7b\x04\xd8\x92\xde\xe8\x97\x4e\x44\x6a\x34\x21\x2d\x88\x42\x0d\xc0\x2a\x77\x37\x7d\x61\x5f\xc2\x0b\x1b\x8c\x51\x4f\xd6\x68\x37\xbb\x0f\x36\x07\x58\x65\x29\x79\x0e\x60\x80\xc5\xdb\x47\x00\x2a\x3b\xb1\xbd\xd1\xb0\x00\x4e\x6f\xd3\xc0\xa4\xdc\x2f\x7e\x25\x81\x45\xb0\x6c\xe8\x6e\xc5\xfb\xc6\x86\x09\x90\x5c\x6a\xd1\xbc\x9a\x9f\x6e\xe5\x27\xe7\x85\x7f\xd4\xea\x60\x34\x80\x5a\xd6\xee\xb1\x25\x6f\x24\x31\xb0\x21\xa8\xe5\x52\xb3\x6d\x3a\xb9\xd9\x5f\x0c\x85\x43\x66\x22\x32\xd6\xcf\x7d\x41\x72\xe9\x21\x63\x21\xb9\x64\xf1\x4e\xb2\xbd\x39\xa7\x56\xc5\x7e\xf3\x4c\xbd\xcc\xe9\x21\xe1\xc5\x2d\x6e\x48\x90\x53\x27\x44\x28\x06\xc9\xb2\xaa\x7a\x37\xf5\x43\x4f\x88\x2c\xd2\xb3\xfd\xe5\x1a\xd2\x91\x4f\xdd\xad\xf9\xe2\x22\xb8\xd4\x19\x08\xcd\x6e\x07\xbe\x72\x7a\xd9\xd3\x81\xd0\x22\x60\x2d\x40\xb2\xec\x44\xb5\x85\x40\x96\x84\x9c\x45\xd7\x47\xce\x2b\xd0\x4e\x80\x15\x18\x62\xd1\x31\x41\x12\x1b\x16\xfd\xf7\xf2\xcc\x37\x87\x0a\x33\x9b\xa1\x13\xea\x5c\xbc\xe8\x04\x06\xb3\x13\x91\x15\x1d\x8f\xb7\x1f\x99\xd8\x42\x14\xcc\xa5\xd8\xde\x0f\xb5\xba\x69\x11\xc4\xd0\xea\x57\x7b\x76\x35\x26\x03\x82\x59\x01\x44\x09\x80\x2f\x3b\xe1\x5c\xd1\x45\xc6\x42\x94\xea\xe6\x04\x01\xfd\x25\xba\xa9\xa6\x95\x15\x01\xc4\x3c\xaa\x82\x7e\x17\x1a\xcb\xee\xc2\x83\x27\x40\x2d\xd1\x71\x98\x23\xe9\x4e\x08\x8f\xf9\x2b\x76\x8a\xfb\xfc\xe2\xcd\x6a\x17\x02\xc3\x39\x04\x1b\xab\x00\xad\x11\xe0\x66\xee\xba\xec\x0b\x60\x1c\xd5\x3f\x9c\x44\x66\xba\x90\x6c\x15\x9a\xd4\xeb\x8f\xeb\x4b\x9f\x49\x6f\x05\x83\x02\x36\x33\x4f\x4a\xdf\xbc\xb9\x48\xab\x40\xd0\xdc\xad\x31\x70\xbc\x01\x34\xa8\x01\xa1\xd9\x48\x44\x15\x40\x68\xee\x8f\x7c\xc1\x54\xcb\x76\x11\x42\xb3\x3a\xec\x6a\x8f\x6c\xcd\x23\x83\xf4\xdb\x5b\x4e\x21\xa5\x9b\x47\xd6\xe2\xe4\x97\x22\xee\x29\x3a\x36\xd1\xf8\x33\x75\x55\x00\xb6\xb9\x6b\xa0\xa1\xe6\xd9\x2e\x56\xb7\xa8\x82\xee\xb7\x93\x67\xe6\x0d\x53\xaa\x26\x93\x2e\x50\x46\xfe\xce\xe6\x3b\xec\x64\x9e\x78\x86\x22\x4e\x86\x5b\xbd\x67\xef\x69\xae\x73\x89\xe2\x92\xa7\x60\x50\x7d\x21\xf5\x81\xcb\xd4\xed\xa0\x5b\xa6\x2b\xdc\xd1\x46\xb7\x4f\x4c\x35\x1e\x7b\xe1\xea\xe3\xb1\x87\xef\x72\x80\xc8\x59\x34\xa4\x80\xc8\xb9\x67\xd1\x5a\x3f\x6b\xa5\x26\x72\x59\x12\x36\x1d\x1d\xd0\x8c\xe2\x2d\x2e\xf0\x9c\x15\xc7\xe9\xe8\xc3\xd9\x65\x6a\x44\xd0\x40\x58\x06\x8d\xd3\x34\x1b\x01\x1a\x67\x0f\xe7\x72\x38\x7d\xfe\x4e\xc2\x7f\xbb\x81\x13\x7b\x38\x1c\x14\x6b\xc3\xfd\xa2\xe3\xde\x17\xd9\x23\xf9\x1f\xfb\x0b\x4f\x08\xd5\x9d\xae\xc2\x4d\xde\x8a\x00\xc9\x73\xbf\x50\x02\x09\x41\xe3\x33\xb0\x9e\x3d\xf2\xb9\x4b\xd9\xfc\x88\x5d\x51\xac\x0a\x60\x24\xb7\x33\x6a\x79\x38\x66\xaf\x05\xc9\x52\x10\x02\x7e\x4e\x3c\xcb\xa2\x63\xb1\xf5\xc2\x20\xf1\x3e\x49\x33\x10\x1d\x2b\x6d\xb8\xa6\xe4\x35\x29\xde\x4f\x03\xeb\xd9\xc3\xed\x34\x59\x2e\xe7\x69\xcb\x1a\xd5\x5b\x65\x10\x3e\x77\x13\xd6\x24\x2c\x90\xcf\x1f\xcf\x54\x94\x32\x08\x64\x18\xbc\xcf\x43\x63\x63\x27\x0f\x76\xb8\x6b\x56\x36\x4d\xe9\xa5\xad\xd2\xd3\x47\xd8\x77\x38\x51\x4b\x32\x6c\x47\xc8\x83\xad\x49\xa0\x9f\x39\x9d\xf4\x16\xb7\xbd\x70\xc5\x84\xc0\x50\x4b\x04\xbe\xb3\x87\x13\x02\xf3\x27\x8d\x66\x74\x0d\xb9\xe0\x2e\x46\x27\xa0\x5b\xcf\x1f\x00\x38\x6b\x73\xd7\x5d\xd6\x4a\x07\x35\xea\x4e\xa9\xdf\x65\xad\x34\x7d\x29\x48\xc1\xd2\x81\xdf\xec\x91\xb5\x2e\x08\x0d\xdd\xb8\x64\x6b\x4e\x2d\xd1\xdd\x3f\xf2\xd2\x07\x58\x9c\x1d\xff\xb8\x00\x8b\xb3\x24\xd9\xbf\x93\xda\xf2\x11\x4e\x7b\x21\xed\xbb\xed\x14\xf3\x71\xe7\x50\xe9\x21\xbe\xf0\x5d\xa2\x78\x2b\x02\x78\xa0\x6f\xaf\x9d\xe9\x20\x62\x46\xe4\xef\x3a\xe8\x77\xab\xa2\x1f\xf0\x7c\xe1\x37\x87\xaa\x35\xf0\x9b\xbb\x2a\x5e\x30\x10\x47\x3e\x57\xff\xa0\x71\xe0\x2c\xc8\x99\x19\xfd\x81\x31\xb9\x5d\x1e\x4d\x59\xf9\x87\xb7\xa2\x96\x66\xaf\xfd\x89\xbe\x11\x40\x73\x56\xef\x72\xfa\x93\x3d\xb6\x6a\x15\x87\xfc\x07\x0e\x06\xe7\xee\xaf\x53\x87\x74\x00\x80\x67\x5d\xf6\x18\x31\x25\x2c\xf0\xe6\x7a\x32\x2b\x6a\xf0\x87\x8b\x2b\x52\xe7\xb2\x84\x04\x13\x99\xb5\x13\xcb\x3d\x8f\x2c\x22\x91\xf7\xa0\x02\xd7\xa5\x3b\x0d\xb8\x9d\xfb\x2b\x8a\x10\x6d\xa6\xdd\x5c\xdc\xce\x36\xf3\x0f\xd6\xc1\x3d\xca\x9d\xa6\x2e\x4e\xc3\xbb\x4b\x12\x0d\xc4\xc0\xed\x4f\xc7\x24\x71\x3b\x87\x86\x8c\xa1\xef\xca\x91\x5f\xb9\x09\x86\x9f\xe5\x48\x3a\x2f\xfa\x18\x40\x10\x41\xe4\xec\xba\x8c\x8c\x54\xb4\x69\x7e\xe0\x13\xa8\xdf\x0d\xf0\x9c\xbb\x2e\x2b\x66\x4b\xb0\x74\x40\x72\xee\x7a\x69\x3e\x45\x12\x28\x88\x00\x9d\xf3\xb0\xe2\x43\x8e\x64\xc5\x47\x0e\x98\x9a\x0f\x2d\xa7\xc3\x7f\xe4\x37\x56\x8d\x37\xa0\x6e\x26\x82\x6c\x16\x7d\x2d\x00\xd9\xec\xfa\x1c\x00\xb2\x79\xcc\xc3\x8e\xe1\x7a\x2f\x36\x5b\x80\xb2\xd9\xbd\xa7\x00\x65\x73\x7f\x45\x23\x29\x4a\x54\xff\x51\xc5\xb5\x97\xdc\x98\x7a\x09\x3f\xaa\x7a\x9b\xad\x68\x91\x06\xdb\x24\x04\xca\x8c\x7c\x56\x09\xb0\x93\x26\x94\xee\xf9\x0f\xb3\x87\xb6\x0e\x36\xe6\x2e\x4e\x5d\x4d\x59\x1d\x9a\x34\x44\xa8\x00\x02\x27\x40\xc4\xac\x8a\xfd\x22\x62\xb6\x69\xf7\xb1\x3a\x17\x10\xca\x62\xa4\xff\x8c\xbd\x54\x3e\x08\xbf\x52\x07\xc9\x17\x35\x6c\xdb\x4f\xa5\xde\x9d\x00\xaf\xcf\x4e\xca\xdf\x73\xf6\xb8\x36\x95\x90\x8d\xee\xb4\x42\x13\x47\x1f\x5c\xc6\xfa\x07\x84\x2c\x2c\x90\x13\x49\x55\xa8\xee\x91\x05\xf2\x0c\x30\xaa\x4c\x18\x8d\x72\x30\x46\xce\x17\xe5\x65\xb3\xe1\x57\x14\x47\x33\x1b\xc3\x35\x71\xb5\xf4\x2c\x04\x4a\x26\x44\xa9\x6c\xd3\x89\x44\xe5\xf6\x36\x6d\xa4\xca\xed\xa8\x88\x1d\xf3\xae\x0b\xcc\xca\xfd\x07\xb3\x25\xdf\x84\x05\x0f\x79\x25\x34\x15\x98\x4a\x83\x61\x03\x98\xca\x2a\xf1\x02\xa5\xb2\x93\xbe\x24\x46\x70\xfd\xe3\x7c\x06\xc9\x72\x30\x3a\x01\x51\xd9\xbd\x1b\x11\xa1\x72\x68\x3d\x1b\x13\x9b\xa4\x3d\x22\x7b\x98\x57\x1d\xc0\x55\x56\x35\xdf\x91\x5c\xb6\xfa\x87\x29\x6d\xe9\x1d\xe9\x58\x7e\x7f\x86\x7a\x84\x20\x97\x5e\x4e\x0c\x54\xff\xc8\xd6\xa1\x7b\xc8\x64\x43\xf3\xb7\x53\x40\x7c\x38\xe1\x30\x31\x56\x2e\x32\xe3\xe3\xf6\x54\xcb\xfb\x58\xb8\x24\xba\x7c\x0b\x8f\xa7\x2c\xac\x29\x24\x6b\xd5\xc6\x45\xcb\x4b\x31\x0c\xfe\x36\xf4\xd7\x01\x51\x20\x46\x2a\xfa\x18\x46\xc0\xab\x9c\xba\x17\x8d\x8c\x1c\xb7\xc1\x53\x22\x90\xff\x30\xbb\xd2\xb0\x53\xf2\xe2\xbe\xb8\x98\x6a\x97\x89\xe4\xcf\x24\x81\x8d\x71\xa9\xfc\x3b\xa8\x8b\xfc\xcb\xd2\xc6\x2b\xab\xa5\x8d\x2b\xf1\x19\xf7\xf3\xad\x74\x08\x57\x1b\x30\x51\xcd\xe6\x43\xc7\x1d\xc7\x71\xbb\x57\xed\xd4\x4d\x6a\x37\x84\x15\xf1\x27\x8b\xdb\xf3\xf6\xd0\xb9\xd9\xf0\x7a\x2c\x1e\x0e\x43\xc8\xf4\xb2\x18\x66\x13\x9b\x76\x04\x8e\xaa\x65\x7e\x24\x47\x95\x62\x3d\x76\xc4\x67\x4f\x8d\x7b\x0c\x8c\x4a\x0d\xf3\xe3\x01\xff\x1c\x6b\x14\x78\x95\x7b\x7c\xfe\x71\xa1\x9f\x59\x9a\xbc\x5f\x1e\x4c\x38\xa0\x56\x6f\x30\x2a\x6b\xee\x90\x57\x3a\xe4\x4e\x07\xec\x41\xe3\xf4\x78\x75\x7d\xa2\x85\x17\x09\x5e\xc2\x83\x9d\x5b\x33\x33\x98\x96\xbb\x7b\xfe\x11\xfc\xc1\x7a\xbf\x52\x5a\xcf\x15\x11\xdc\xda\x7c\x87\x80\x10\x3a\xf1\x25\xc0\xe5\xb4\xe3\x9b\x7d\x56\x32\x5f\xc6\x30\x6c\x5b\x97\xbc\xf1\x79\x9c\x5c\xe4\x0f\xea\x84\x22\x05\xc2\x65\x4d\x0a\xfa\xa9\xaa\xc1\xbc\x85\xb5\xcc\x5d\xf1\xe5\xe4\xd0\x45\x5c\x85\xf4\x33\x1c\x5f\x36\x4e\x4f\xb8\xc9\x55\xf3\x01\xb4\x72\x97\x18\xbc\x80\xff\x3a\xfd\xa3\x51\xba\xf2\x9c\xed\x4d\x5e\x18\x79\x96\x9e\x3c\x1f\x3c\xe3\xb7\x17\x16\xc8\x8d\x1e\xbc\x5c\xba\x95\xf1\xac\x97\x41\xe7\x59\xa5\x86\x33\x13\xc9\x46\xd1\xd9\x01\xa1\xdc\x13\x4a\xa7\x0e\x2d\x43\x98\x12\xe2\x50\xa8\x9f\x96\x71\x80\x16\x51\x34\xe6\x0c\x08\x43\xe9\xec\x02\x43\x59\x64\x69\xc0\x50\x56\x1d\x74\x22\xaf\x84\xd9\x54\x51\x1c\xac\x1f\xc9\xd1\x20\xd1\xc1\xcd\xaf\xd6\x6e\xd0\x26\x77\xdb\x96\xd0\x5e\xc6\xd6\x8b\x22\xed\xe7\xc4\x86\x09\x9d\xa7\xad\x54\xc9\x0d\xbb\x0f\x90\xc9\xfd\x0f\xcd\x54\x97\x0a\x52\x1e\xa9\x49\xff\x69\xf3\x8b\x2a\x23\x63\xf8\xf8\x21\x15\x3d\x44\xc0\x99\xdc\xd5\x31\x7e\xd8\xad\x86\xc1\x10\x72\x1a\x0c\xb5\x88\xe4\xa3\x70\x83\x30\x75\x73\x58\x82\x45\x2d\x3e\xcb\x46\xd9\xce\x02\x45\x2e\xcd\x24\xd1\xb3\x2e\x26\xb6\xbb\xeb\x39\xad\x81\x42\xab\x9d\x3c\x50\x68\x35\x24\x47\xcf\x7d\xe7\x4b\xf6\x91\x17\x94\xd5\xc1\xe9\x03\xe1\x31\xa6\x1b\x61\x00\x33\x86\x72\x10\x43\x69\xce\xd5\xc6\x91\x54\x65\x15\xe8\xc7\xaa\x7e\x1f\x79\x41\xec\xb2\x70\x41\xac\xf1\x1d\x4c\xc8\xcd\xe8\x6d\xc2\x4e\xf9\xac\x60\xe7\xa2\x84\x24\xa1\xfb\x52\xec\xae\x2f\xac\x3d\xe2\x57\x98\x3d\xd3\xc0\x11\xf0\x1b\xf7\xc8\x19\x87\x91\x67\x3a\xce\x80\xe6\xd8\x41\xc1\x08\xd0\x1c\xbb\x26\x6d\xd1\x1c\xc3\x58\x8e\x48\x67\x20\x38\x8a\xe0\x8c\x1a\xa8\x01\x64\xec\xa0\x41\x04\xb0\x8b\x5d\x23\x74\x98\x45\x4c\x13\x68\x78\x61\xab\x6f\x01\x48\x8b\xbb\x2a\xff\xf1\x6c\x60\x3b\x8a\x65\x5d\x8c\x57\x3f\x7c\x32\x28\x07\xc0\x89\x5d\xb3\x75\xa8\x36\x16\x47\x85\xaa\x38\x8b\x7d\x3c\x09\x75\xb1\x8b\xa2\x21\xe9\x7f\x08\x74\xe2\x9e\x54\xc6\x7e\x66\xc6\x71\x8b\x08\xe4\x6f\x91\x07\xa9\xce\xdf\x3d\x29\xc3\xe2\x6e\x27\x68\x28\x70\x8b\x5d\xb3\x37\x68\x8b\xc5\x44\xab\x01\xc0\x62\x2d\x1e\xc7\x4b\x71\xc1\x06\x2f\x98\x02\xa2\x43\x64\x1c\x98\xab\x70\xb9\x56\x4c\x36\xf7\xbb\xda\x75\x13\x49\x51\x6f\xc6\x00\xe4\x40\xe3\x35\x80\x89\xbb\x5a\xfe\x20\xc7\x89\x36\xde\x48\x47\x21\xc9\x8d\x6c\x0b\x7e\x26\x92\xe1\xd2\x4b\x11\x28\xc3\x5d\x9c\xaf\x9e\xec\xa2\xff\x58\x17\x7d\x97\x57\x69\x76\x00\xb2\xb0\x6b\x75\x00\xb2\xb0\x2a\x05\x82\x58\xd8\x35\x0f\xc4\x9b\xfb\x84\x06\xd1\xd6\x72\x7a\xd0\xd6\xa6\x04\xf8\xcd\x85\xa2\x89\xd7\x14\xa3\x7e\x24\x7d\xf1\x74\xbf\xa0\x8f\x22\xa4\x87\x81\x5f\xc3\xdf\x4f\x4b\x5b\xe2\xf6\xc5\xc6\x0d\xbe\xf0\x99\xed\x23\x35\x46\xbb\xd3\x40\x95\x58\x86\x53\xda\x20\x9e\x81\x2e\x99\xe0\x17\x16\x2f\x83\x22\x6f\x67\x25\x1a\x9f\xe6\x6d\x44\x0a\xe0\x08\x77\x83\x0c\x04\x5d\x4f\xe1\x1b\xa4\xc1\xf2\x5b\xf5\x2f\x0a\x08\xdc\xe0\x31\x41\xa0\x8a\xf9\xcb\x11\x0f\x5e\x96\xff\x1c\xbc\x58\xb7\xcf\x8f\x7f\x14\x5e\xdc\x8e\x88\x25\xf3\x70\xd7\x41\x03\x27\xb9\xbb\x54\x49\xc1\x2b\x34\xc1\x43\x4c\x6c\xcb\xe0\x98\x07\xa8\x84\xbb\xaa\xca\x8b\x04\x18\x96\x37\x0b\x9b\x19\x62\x0c\x10\xe1\x94\xa1\x27\x10\x21\xa0\xfd\x31\x53\xa5\xcb\x7f\xc8\xac\x66\x7b\x18\x84\xb5\xbc\x4f\xfd\x90\x90\xc7\x04\x1f\x9c\xa4\x01\x8b\x59\x9d\x7c\x4e\x25\x78\x83\xd5\xbb\x6d\x20\x06\x05\x9f\x88\x99\xda\x19\x32\xe6\xc4\x0d\x68\xe9\x0f\x3b\x61\x32\xea\xc9\xc2\x07\xaa\x5a\x82\x0c\xb8\x37\x1d\x55\xa5\xda\x05\x8f\x02\x1b\xb0\x93\xda\x2e\xa6\x51\x5c\x1e\x4a\xb0\x01\x8b\xe0\x85\x01\x04\x60\x11\xd8\x2c\x80\xfd\x9b\x3d\x8b\x9b\x2a\x96\x93\x28\xee\x9f\xa9\xd1\x62\x26\x23\x81\xf9\x82\xd0\xb7\x3b\x49\xc7\xb0\x7a\x92\x0a\x35\x66\xcf\xa5\x62\x5c\xc3\xa9\x73\x49\x06\x2e\x5c\x36\x3f\xbc\x46\x5a\xfe\xe1\xee\x3e\xfc\x87\x10\xc7\xe1\x1f\xd8\x99\xd8\xe8\x09\xd6\xf7\xef\x05\xe2\x68\x83\x41\x0e\xbc\x7c\x46\x24\x40\x2b\x07\x85\x6f\x2a\xa8\x80\xbb\xd7\x55\x7e\xa7\x20\xfe\xc6\x57\x81\xb5\x97\xde\xb8\x20\xe7\x75\x15\xec\x89\x1b\x8f\x5e\x1e\x73\x66\xf7\xa8\x75\x5a\x13\xdd\xd3\xf5\xd3\x15\x94\x0d\x60\x29\x00\x50\x6f\x8f\x9a\x2e\x6d\x9e\x50\x9b\x5b\x8c\x0c\x1b\xe0\x4c\xc5\xd4\xa1\x07\x78\xb2\x98\x4b\xbc\x50\x9a\x5b\x80\x79\xc3\x19\xa7\x21\x5b\x32\xdc\x89\x51\x51\x45\x1b\x3c\xbd\x63\x92\xfa\x3a\xe6\xd2\x18\xb1\x6c\x4f\xbe\x81\x54\x00\xa4\xde\x2e\xcf\xcc\x62\x62\x54\xa3\x9d\xc9\x37\x5c\xd8\x53\x1f\x66\xea\x3a\xdd\x24\xd0\x0a\xa1\xf3\xbc\xb9\x9b\xa7\xad\xfb\xec\xe6\xc9\x3f\x70\x6f\x34\xee\x0e\x18\xbd\xae\x76\x2b\x8c\x5e\x78\x45\x36\xaf\xec\x09\x13\x74\xb9\x93\xa4\x00\x22\xfa\x8f\xfc\x8c\xcd\x0b\xdb\x01\x24\xef\x50\x41\x12\x24\x6f\x92\x54\x37\x00\xc9\xeb\xca\xe4\xd3\x8b\x4a\x3d\x86\x26\x51\x0e\x2a\x2f\xf3\xca\x45\xa0\x5a\xd5\x28\x97\x96\x9c\x59\x0a\xd5\x82\xe7\x91\x90\x2c\xe6\xad\xdd\x7f\xfa\x51\xee\x4f\x3a\x72\x27\x47\xf0\x1f\xe6\x41\x62\x40\xbc\xd8\x1c\x7f\x4a\x80\x33\xd5\x2a\x38\xe8\xbc\x73\xb9\x18\x3d\x91\x12\x64\xea\x0a\xc0\xf5\xba\x16\x80\x99\xbc\xca\x1d\xf8\x38\x45\x4e\x31\x17\xa5\x2a\x7b\x80\xeb\xed\x69\xa1\x37\x8f\x02\xbf\x44\x44\xc6\xe5\xee\xcf\x7b\x52\x0f\xdb\xe3\xbc\xb8\x59\xd2\x86\x08\xa7\x9d\xaf\x17\x0b\x88\x5b\x82\xe7\x29\x02\x02\x9e\x57\xb5\xa4\xcf\xbc\xde\x74\x62\x5e\x17\xc2\x02\x5c\xba\xc0\x68\x01\xc5\x3b\x1a\xe9\x2b\x62\x7e\xd2\x00\xc7\xfe\xd9\x79\xbf\xca\xfe\xd2\x06\x29\x9c\x1b\x61\xcb\x21\x12\x5e\xd3\x27\x06\xf0\xbb\x3e\xa5\x3a\xf8\xf6\x4c\x05\xcd\xf9\xe5\x48\x76\xbf\x96\x29\x24\xbd\xec\x5c\xa9\x12\x35\x9e\xb3\x95\xc9\x0b\xa3\x42\xec\x5b\x5a\x0a\x47\x96\xf0\x1e\x80\xaa\xc8\xdc\x31\x81\x74\x0b\xa0\xe8\xba\x3c\x45\x24\x3a\x85\x38\x20\xe6\xba\x14\x08\x88\xb9\xdd\xc4\xe2\xc5\x9d\x5a\xfd\xea\xb6\x57\x16\x87\x32\xea\x8a\xb2\x8c\xab\xd0\x35\x7d\x81\x6a\x53\xf4\x20\x59\x1a\x0a\xf5\x1d\x16\x69\x4e\x63\xea\xd2\x1c\xa8\x8b\x85\x50\x73\x64\x9c\x88\x45\x9a\x29\x19\xf7\xe2\x62\x51\x56\xbf\xf0\xf4\x29\xba\x5e\xac\x22\xfd\x84\x09\x2e\xb1\x6c\x98\xd3\xa5\x7b\xeb\xf2\x2b\x7d\x7d\xbc\xd6\x04\x90\x6e\x97\xf7\x85\x41\x42\x42\x13\x77\x4e\x1f\xab\x55\x71\x3d\x86\xd3\x82\x41\xb7\xff\x18\xbc\x18\xfb\x45\x77\x6b\x0e\x97\x12\x20\xdf\xca\xff\x57\x3b\x00\xd5\xa0\x27\x84\x5f\x2c\x3d\xe6\x97\x3c\x4d\x5f\x8f\x25\x7a\x0d\x69\x29\x22\x61\xeb\x7e\x59\x57\xec\xf2\x9c\xec\xc5\x6d\xa2\x92\x0d\x70\x76\xc5\xbd\x0c\x9a\xdd\x9e\x51\x46\x48\xbc\x5e\xd1\x6d\x64\x91\xea\xa3\xe8\x29\xb2\xfa\x3e\x8a\x1e\xac\x05\xa4\x7e\xd1\xf8\x05\xe8\x5d\x97\x57\x2d\x93\x49\xeb\xbc\x0f\xea\x5d\x97\x6b\x2f\x3c\x66\xb5\x35\x83\x80\xd7\x01\x89\x88\xa5\xc6\x25\xd1\x5f\x6a\x5c\xcb\x26\x1e\x9c\x67\xe9\x39\x4c\x53\x13\xdc\xc2\x6b\x68\xfa\xfb\x70\xa6\x68\x8c\xbb\x41\x5d\x7d\x81\xb3\x2b\xcd\x15\x1f\xf2\xf8\xea\x1f\xe4\xe9\x75\xce\x47\xee\x17\x6b\xba\xec\x37\x7d\x1a\x06\x2b\xf3\x87\x97\x7a\x80\xcd\x05\xc0\x73\x55\x15\x1e\xb0\xb9\x3d\xcd\xbe\xd8\x71\x66\x50\x1c\x02\xfd\x51\x56\xe4\x29\xfa\x93\x06\x02\x3f\x57\x84\x45\x8e\xa5\x9e\x05\x15\x59\x18\x26\x8d\x7a\x5f\xe2\x1a\x34\x7f\x07\x22\x01\x72\xb8\xb0\x3f\x7a\xb9\x03\x2c\x5d\x97\x96\x2e\xd3\x78\x2c\xfb\x42\xf0\x9f\x00\x0b\x01\x60\xdd\x41\xaa\xff\x00\xaf\xae\x4a\x18\xd7\x66\xce\x55\x93\x21\xd8\x75\xc5\x5c\x75\xb1\x70\xb7\xcd\x10\x6e\xc0\xeb\xa6\x8a\xf9\x5a\x79\x20\x99\x3a\x94\xb7\xb6\x1c\x85\x5e\x47\xcb\x06\xb5\x45\x7a\xf2\x56\xf6\x84\x3e\x72\xe7\x27\xb9\x5f\x5a\x19\x81\xf3\x0b\x51\xe9\xf4\x98\x11\x94\x4e\x42\xbc\xe4\xc1\x7a\x8d\xac\x53\xe1\x15\xd9\x60\xc9\x84\x25\x34\xa2\xd5\x19\x8c\x21\x40\x9d\x04\x17\x80\xba\x92\xb2\x2f\x00\x75\x61\x2c\x1d\xf8\x74\x91\x5b\x94\x9b\x41\xc9\x2d\xf8\x74\xbb\x09\x5f\x72\x4c\xcc\xc9\x95\xd3\x4b\x17\x05\x37\x40\x49\x02\x86\xee\x00\x54\x21\x80\xa1\xab\xc0\xa1\x06\x30\x74\x85\x6c\xa1\xb1\x64\xba\x98\x14\xd6\xed\x2e\x43\xaa\x5c\x5e\xfa\x19\x6b\x02\x0c\xdd\xfe\x87\xaa\xcc\x55\x99\xc4\x84\xb0\x43\xdd\xaa\x97\x49\xaf\xcc\xdc\x00\x28\x5d\x31\xd8\x04\xc0\xb9\x92\x42\xb8\x20\x73\xd9\xfa\xa3\x77\x0f\xbd\x7a\x92\xaa\xf9\xd2\xa9\x96\xd2\x3a\x1a\x01\x9a\x19\x22\xd1\x35\xab\x7d\xb2\x3d\xff\x90\x8e\x66\x71\xe9\xa8\xd3\xfe\x78\x65\xcc\x1f\x9a\x29\x75\x35\x59\x98\x29\x97\xe4\x83\x4c\x93\x45\x87\x12\x20\xeb\xfa\xb2\x5b\x9b\xfb\x86\x57\x14\xa0\xd7\xed\x8f\x98\x20\x9c\x73\x35\x18\x89\x64\x97\x14\x95\x8b\x3d\x7d\x3a\x05\xaf\x5b\x23\x0b\x5c\x76\xca\x26\x6e\x4a\x58\x5a\xe1\xcc\xaf\xc8\xd8\xdc\x3c\xdd\x9f\x5b\x1f\x81\x6a\xa9\xed\x91\xfd\x31\xc0\xa5\x3b\xb4\x8b\x2e\x5d\x88\x0e\xc8\x28\xf8\x73\x87\x12\xff\x69\x28\x89\x31\x3b\x40\xce\xed\xc9\x0a\x5e\xf0\x98\x51\x28\x38\x49\xd9\x5c\xf4\xd1\x39\xb1\x3b\x7a\x54\x4f\xd4\xbe\x66\xe2\x8a\xd3\x04\x1f\x60\x7e\x06\xd0\x74\x55\x59\xe5\x4c\x16\x4d\xbf\x4e\x2e\xf3\x3c\x78\x27\xec\x5a\x57\x55\x61\xea\x9a\x69\x2b\x80\xa3\xab\x6e\x77\xe1\xe8\x26\x20\x97\x01\x1c\x5d\x78\xd5\x02\x04\x5d\x31\xcc\xe7\x4c\x76\xdd\x7d\x21\x9f\xdd\xf4\x19\x29\xcd\x9c\x17\x40\xd0\x75\x77\x1f\x10\x74\xdd\x23\x71\x96\x9c\xc5\x3f\x7d\x9f\xcf\x92\x33\xc1\x80\x8b\x14\x94\x23\x73\x7a\xb1\x67\xda\x0b\x00\xe7\x0a\x58\x49\x71\x16\xb7\x36\x72\xc8\x69\x4e\x2d\x9d\x10\x4e\xd2\x66\xe5\x7c\x73\xfd\x07\x82\x76\x80\x38\xd7\xb3\xcb\x55\xbe\xd3\x2d\xe0\x74\xb3\x0d\x84\x9c\x5b\x06\x49\x81\x39\xd7\x73\x1d\xb0\x53\x82\x88\x12\xa7\x11\x27\x76\x97\x80\x93\x9c\x60\x75\x50\x36\xf6\x89\xc5\x52\xeb\xed\xc9\x95\xa0\x01\x2e\x27\xd9\x23\x73\x40\x2d\xcf\x3a\x7d\x4d\x36\xee\xae\x69\x9a\x03\x69\x2d\xf5\x54\x94\xd6\x53\x3d\x55\x1f\x10\x60\xe8\xfa\xbf\x12\xb7\xc5\x2d\x82\xa7\x4d\x58\x2f\x59\x32\xd0\x4d\xce\xd4\x5f\xe9\x08\xce\x3f\x7a\x7a\x00\x41\xb7\x6b\xa5\x70\xf7\xdc\x23\xef\x9d\xdd\x59\x63\x18\x5d\x6a\xdb\x2d\xae\x1e\xcf\xf1\x3e\x7b\x2e\x13\x8d\x74\x95\x2c\xa4\xa1\x13\x90\x87\x5f\x75\x63\x0f\xdd\x62\xa8\x78\x64\x93\x14\x49\x36\x8d\xfa\x76\x0e\x47\x45\xc7\x52\xfb\x85\x53\x9d\x3a\xf4\xba\x1b\x47\xb6\x48\x5d\xdc\x21\x9a\x92\xe1\x0c\xb3\x8d\x51\x3a\xdc\xe4\x6e\x66\x52\x95\xe8\xe7\x0b\x56\xdd\x2e\x6d\x09\xdb\x63\x20\x5a\x45\xc3\x02\x9c\x29\x77\x58\xf2\x67\x67\x6b\xf3\x67\x53\xae\x05\x20\x76\x7b\x09\xa9\x69\x0a\xbf\x47\x9f\xa6\x44\xdd\xf6\x48\xc7\xa5\x77\x23\x80\x76\xe5\xc0\x10\x75\x12\xc3\x1f\xe6\x9f\x38\x05\xa7\x1f\x76\x84\x1b\x41\x73\x2d\x9c\xa9\x63\xbb\x84\xd3\xe3\x61\x23\x4b\x69\x1c\xd9\xe8\x4c\x86\xed\xea\x92\x4e\x5a\xd7\xf0\x13\xe6\x0d\xda\x79\x88\x7b\xb7\x0c\x99\x3b\x09\xef\x37\xbd\xc2\xc9\xcd\xa1\xf9\x11\xc4\xc3\x33\x6b\xc3\xb9\xec\x08\xc3\x58\x39\x0b\xf4\xd0\x8c\x5b\x90\xc2\x53\xaf\xe0\x9c\x43\x9d\x7f\x73\xe2\x4e\x26\xd7\x79\x3b\x13\x59\x8b\x67\xb7\x8f\x54\x8a\x80\x4c\x9d\xf9\xc1\xc3\xab\x32\xeb\x13\x73\xaa\x31\xfe\x40\xe3\xed\x5a\x99\x11\xbc\x76\xd7\xc8\x17\x7b\x4e\xdb\x7a\xf0\x9a\x82\xe6\x44\x47\x56\x57\x10\x28\x6f\x8d\x7c\x51\x53\x0a\x8b\x43\xbe\x60\xbe\x20\xe5\x1d\xcd\x75\x22\x08\xd3\xf0\xfd\x13\xb5\x98\x2c\xaf\x21\x82\x5e\xcb\x19\xc1\xce\xaa\x33\xf7\x79\x9b\xfe\x06\xc1\xf3\xbc\x95\x2f\xdb\xef\x4f\xe2\x87\xce\xac\x0b\xcb\x69\xd2\x69\x77\xb8\x21\x9d\xde\x43\x9e\x98\x6d\x8d\x5a\x3f\xef\x64\xb2\x96\xb0\xf7\x4c\xe3\x83\x91\xce\xf6\x37\x87\x6f\x3a\x8c\x02\xe0\xd7\x57\x3e\x3b\x12\xa6\x54\xd5\x57\xdf\x26\x40\xfb\xaa\xb1\x8c\x60\xf6\x75\xe3\xb4\x80\xe9\x0b\x6f\x7e\xcf\x57\x1e\x49\x63\xaf\x59\x97\x29\x0b\xa2\x82\x26\xaa\x93\xa4\xd0\x66\x07\x02\xbe\x6f\x7a\x3b\x72\x7a\xa5\x08\x24\x4c\x9c\x6f\xce\x0e\x2d\xa0\x35\x27\x95\x7d\x95\x13\x7d\x96\xbf\x22\xfc\x9c\xaf\x5d\xb2\x2a\x92\x78\xb9\x2d\xf0\xcd\x31\xda\xf8\x4c\xb6\xed\x6a\x7c\xca\x6d\xb2\xda\x2f\x01\x31\x78\xc6\xf9\x53\xd2\xfa\x29\x33\x30\x08\x52\xc9\xe4\x9e\xf8\x72\x66\x2c\x9c\x62\x02\x6d\x1b\x40\x63\x04\xe7\x89\xdf\xb0\xe1\x82\x80\x05\x76\x63\x98\x81\x07\xec\x56\x7b\xfd\x98\x8f\xe1\xb3\x7a\x3c\x87\xec\xfa\xb9\x5d\x20\x4e\x62\x05\x1a\x27\x03\x56\x60\x97\xbc\x5c\x24\xee\x32\x9e\xf9\x3a\x54\xdc\x69\x81\x68\xd3\xd0\x6f\xee\xc2\xb4\xdb\x3c\x64\xe0\x06\x56\xf5\x1a\xd0\x00\xbb\x6b\x0a\x18\xe0\x1e\x12\x1f\x95\x44\x5e\xe2\x59\xd1\x9e\x2d\x74\x6d\xfd\xba\x98\xb1\xe1\x2a\x26\x12\xf0\x39\x7b\xee\x47\x90\x84\xe1\x73\xae\xa4\x55\x49\xa8\x30\x21\x80\x13\xb8\x67\xaa\xf1\x42\x82\x67\xfb\x5e\x72\x3e\x79\xa9\x0a\x86\x6c\xce\x2b\xb5\xed\xea\x3f\xec\x5a\x28\xff\x55\xd5\x77\x31\xac\x83\x26\xd8\x8d\xad\x05\x4c\xb0\x1b\x2d\x0a\x66\x60\xd1\x37\x4a\x9c\xc0\xd0\x87\xe9\x4a\x76\x8d\x61\xe5\xd2\x57\x07\xfc\xe2\xb8\x30\x07\x2b\x33\x02\x0e\x58\x73\x7a\x5b\x0e\xd7\x12\xe2\x4e\x5a\x80\x0c\x4a\x9c\x80\x4b\xa8\x57\x27\x94\xdc\x36\xc6\x0c\x82\x13\xd8\x8d\x1b\x15\x26\xb0\x49\x39\xae\x46\xa8\x39\x47\x46\xc8\x40\x43\x48\x2f\xf4\xe9\x2c\x80\xfb\x8e\xb7\xab\xa2\x07\xb6\xc3\x9d\x80\x17\xae\x57\xb5\x97\x7e\x3d\x25\x5f\x30\xb4\x3b\x35\xe0\xc3\xeb\x87\x90\xc0\x80\x12\x30\x40\xff\x8e\x09\x9e\x4c\x80\xfa\xd7\x8d\xb0\xb9\xd2\x61\x76\xf9\x15\xd4\xcc\x79\x1a\x4a\x45\x2e\x3f\xc8\xb0\x45\x4b\x3b\x48\x7f\xdd\xab\xb0\x2b\xd9\x70\xf3\x0f\xb6\xdb\xfc\xf3\xc6\x03\x44\xc0\x23\x34\xd6\x8b\x02\xd8\xa4\xa1\xa0\x00\xee\xee\x50\x79\x78\x8c\x18\x65\xa4\x3b\x3c\xb3\x6d\xae\x03\xbd\xc5\xaf\x90\xe4\x3b\x65\xa8\xe2\xba\x1b\x5f\xe6\x34\x90\x1e\x83\xf6\xb7\x47\x40\x2b\x53\x57\x28\xff\x00\x52\xd0\x33\x32\xdd\xcc\x6e\x21\xee\x31\xf5\x92\x11\xe2\x4f\x4f\xbb\x6b\xca\x04\x21\x45\x17\x59\x74\xf4\x59\xb9\x92\x19\xa3\x7b\x5f\x82\xcd\x4a\xd6\x2f\x92\x1d\xe8\x24\x73\x91\x5e\xa7\xba\xf0\x8b\xfc\xc6\x52\x00\x52\x93\x95\x03\x4a\xf6\x0f\x2e\xd0\xc2\x9c\xb6\x7c\x86\x9b\x62\x19\xb8\xb0\x78\xeb\xa5\x24\x8a\xe0\xd4\xfe\x71\x2d\xd7\x87\x69\x5b\x76\xdc\x02\x5c\x64\x64\x01\xfa\xed\x9e\x3e\x15\x61\x24\x1f\x67\x46\xdf\xf1\xac\x88\x26\x4d\x23\xac\x35\x4f\x84\xa8\x4a\x86\xa8\x83\x3a\x18\xb9\xf5\x45\x85\x90\x4f\x25\xd0\xa0\x62\xef\x65\x8a\x1e\x37\x8d\x16\x6e\x7d\x0a\x41\x17\xec\x46\x20\x81\x2e\xb8\x87\x61\x09\x27\x44\x9a\x78\x91\xf1\xce\x83\x7a\xc9\x18\xb3\x88\xea\xa7\x73\x88\x82\x2d\x99\xbf\x00\xc3\xd5\xeb\xe4\xba\x6d\x10\x59\xec\xba\x75\x67\xa7\xef\x86\xbb\x9a\x39\x08\x10\xc1\xf1\xcb\xe7\x60\x50\x34\x71\x2b\x72\xbb\x45\xe0\xeb\x79\x6e\x4d\x8f\x66\x02\x27\x61\x07\x75\xa5\x01\x76\xb0\xeb\x2b\x72\xc9\xa0\x1d\x12\xaa\xf6\x04\xe8\x3a\x2e\xd5\x6b\xd3\x0b\x09\x23\xd8\xe4\xe3\xd7\x93\x47\xcf\x32\xd9\x08\x03\x49\x8e\xed\x29\x78\x98\x78\x5b\x51\xbf\x76\xcd\xf1\xf6\xd1\x42\x7b\x6d\xce\x3c\xbc\x08\xbb\x5e\xc7\x47\x7b\xaf\x77\x27\x2e\xe7\xe6\xc6\xc3\xab\xfc\xeb\xcd\xe6\xac\xf5\xc1\xc8\x44\x4d\xdc\x93\x4e\xf0\x8f\xe3\xfa\xd4\x70\x25\x6b\x5f\xdd\xc5\xd1\x3d\xaf\x8f\x36\x3c\x59\x5f\xf0\x4c\xb5\x9f\xed\xb9\xaf\x3e\xb7\x8f\xa4\x25\x19\x2a\x14\xe4\xde\x5a\xf4\x50\x81\xba\x09\x42\x0d\x1d\x3c\x41\x27\x2c\x45\xaf\xc8\x5b\xff\x58\x20\xf6\x02\xa8\xc2\x92\x1e\x61\xb7\xf6\x6c\x29\xe6\xfd\xa3\xfd\xfc\xca\x5b\x0a\x88\xcc\xfd\xd3\x70\xd3\xfc\x47\x29\x23\xfc\xe7\xa1\xcb\x3e\x23\x24\xaa\xb9\xdc\x62\xbf\x1b\xeb\x08\x54\xe1\xd0\x79\x01\xa8\xc2\x66\xa0\xf1\x7d\x38\x11\x7f\x8a\x7c\xf7\x66\xd8\xc3\x3b\x71\xe0\x0d\x87\x96\x67\xe1\x0d\x8b\xae\x7c\xc0\x1b\xee\x97\xc1\x0b\xf9\xd2\x58\x2e\xb0\x0e\x87\xf6\x9a\x5b\x46\xee\x1d\xdd\x9d\x91\xb3\xcc\x44\xb1\x2f\x14\x2e\x9e\x63\x08\xfe\x5d\x14\x5f\xbb\x5f\xd9\xb8\x7f\xe4\x12\xd1\xf8\xe6\xe4\xc3\x48\x96\x7b\x33\xf2\xa1\xf9\x04\x08\xc5\x5d\x95\x7f\x68\xb7\xe6\xb4\xdf\xc9\xbb\x61\x11\xe2\x29\x86\xb9\xc2\xee\x64\xde\x1c\x26\x31\x14\x9b\xb9\x6c\xc0\x50\x1c\x5a\x8b\xc0\x50\xac\x60\x32\xc4\x5d\x59\x86\x62\xe9\x57\xc2\x4f\xb7\xb6\x82\x5d\xb3\x8b\x8d\xbd\xc2\x39\xbe\xd3\x38\xde\x7c\x61\xe8\x28\xc2\x77\xf3\x80\xb3\x39\xef\xe6\xee\x80\x08\x89\xa8\x38\x01\xfd\x8e\x7b\xb3\xef\xa1\x1a\x76\xa7\xee\xcc\x08\x1b\x53\x8d\xe4\x07\x84\xe2\x50\x6a\xb9\x7b\x0e\x96\x8e\x74\x56\xb3\xf8\xec\x54\x63\x25\xb9\x3b\x87\xc1\x49\x30\x69\x51\x75\x9d\xfb\xa4\x04\x13\x22\xb6\xa2\x92\x2d\xd8\x8a\x25\x63\xad\xee\x9e\x1b\xd0\x17\x7a\xe2\x3e\x1b\x9e\x12\x06\x4b\x3e\xa2\x69\xea\xa7\xdb\x1b\x65\xf9\xc6\x3d\xe8\x96\xc7\x67\x40\x06\x10\x5a\x85\x57\x6c\x8a\xcc\xb7\x79\x41\xab\xfb\x64\x30\x0b\x08\x6c\x09\xa9\xf8\xef\x45\x29\x06\x46\x70\x7b\xbd\x5c\xdd\x34\x91\xfb\x8f\xa1\x18\x24\xab\xf3\x22\x10\x8b\xd5\xcb\xd5\x3b\x6c\x9e\x6e\xa5\xe5\x3c\x5f\x38\x89\x5e\x98\xdd\xe1\xde\x9a\x56\xac\xbe\xe6\x3e\x09\xf7\x00\x84\xfd\xd6\x0a\x6e\xc7\x66\x31\xf7\x0c\x53\x3c\x59\x77\xd8\x18\xa0\x88\xbb\x2e\x7a\x6c\x9e\x6b\xf3\x2b\x80\x84\x58\x7b\xfe\x81\xb3\xa5\x7d\x9c\xa4\x82\xca\x9a\x52\x3e\xe1\x8f\xc5\x6c\xc3\xeb\x40\x45\xac\x1a\xc7\x12\x09\xf1\xdf\x1f\x9d\x3c\x64\x2c\x0f\xcc\x5b\x8f\x77\xb0\x0f\xab\xc4\x1b\x88\xc3\x62\x60\xd3\xbd\xa4\x7a\xae\x3a\x9a\xb4\x02\xc5\x7d\x7a\x55\x07\xd3\x04\xee\x70\x98\xd0\x0c\xb8\xc3\xa1\x6f\xee\x7d\xba\xb4\x7e\x43\x72\x76\x78\xd0\x7d\xca\x52\x3c\xaa\xa7\x71\x21\xac\xcc\xc9\x86\x93\xc6\x9e\x1c\xe7\xe6\x37\x1c\x34\xc9\xca\x56\xc2\x87\x1e\x98\x02\x22\x16\xc5\x50\x00\x11\x87\x1e\xa6\x00\x22\x0e\x53\x88\x81\x87\x38\x74\x8d\x05\xf6\x70\xfc\xda\x9f\x49\xae\xc0\x44\xdc\x03\xb7\x19\x49\x1c\x32\xd6\x6d\xe2\x0a\x75\x20\x60\x11\x87\xbe\x93\xc0\x22\x96\xdc\x09\x86\xdb\xaa\x4e\xdd\x37\x2b\x23\x4d\xbe\xe9\x98\x54\xed\x96\xcd\x7a\x6c\x6f\xf6\x9e\x04\xf2\xce\x8d\xc0\xc4\xc1\xbd\x57\x7e\xf4\x58\xc2\x3f\xb8\xee\x74\xbc\x69\x41\x77\xd1\x1e\xdb\xa0\x23\x79\xeb\xec\xc6\x37\x3c\xe6\x40\x0c\x04\xf1\x70\xaf\xa0\xff\x6c\x49\x33\x07\x98\x3c\x7e\x58\x9e\x15\xf1\xa8\x24\xbf\x97\xc4\x3d\x4e\x90\xd3\xf0\x70\x22\xdd\xb8\x8f\xa2\xb6\x14\xf2\x01\x0c\xcd\xf5\xd1\xce\x8e\x84\x71\x9b\x5e\x5b\x9e\xf7\xda\x5d\xbe\xf7\xfa\x5a\xdb\x29\xa0\x87\x55\xa1\xf0\x4e\x4d\xdc\xa3\xf5\xca\x18\xd1\xec\x80\x33\x1c\x26\xaa\x02\xb6\x70\xe8\x51\x08\x52\xe1\x50\x28\xb8\x3f\xc9\xab\x84\x45\xde\xef\xd2\x68\x34\x97\x38\x7f\xf0\x12\x14\xb9\x3b\xbd\xa5\xac\x48\xab\xcf\x6e\xe0\x49\xf3\x79\xe3\x99\xc6\x86\xcf\xb2\xfa\xea\x0b\x99\x29\x99\xd8\x87\x34\xae\xfa\x55\x3c\x3f\x1b\xae\x3c\xdb\x58\xf0\x4c\x82\x25\x56\xf8\xf9\xe1\xf8\x7f\x58\x4f\x2e\x2a\x2f\x07\x3e\x06\x8c\xff\xd1\x79\xea\x40\x88\x7b\x4c\xe8\xa4\xfb\x35\xc8\x87\x47\x53\xa5\x7f\x0e\xc1\x02\x2c\xc2\xf6\x1a\x7e\x24\xd1\x59\xbe\x04\x17\xbc\x7e\x84\xaa\x7f\x58\xd8\xbb\x57\x46\x8d\xef\xaf\x96\x7a\x91\x12\x75\xa1\x7c\x0e\x96\x7d\xd8\x0d\x97\x1d\xc2\x04\x84\xe2\xee\x13\x25\xb8\x18\x37\x34\xe6\x21\x4b\xac\x41\xcf\x0f\x39\x33\x8c\x63\x7a\x4a\xf6\x9b\x6e\x94\xec\x9f\xa5\x65\x35\x6c\x9b\x47\x9b\x3b\xcb\xf2\x08\x63\x61\xe3\x79\x49\xbe\xfc\x03\x02\x01\x8d\x03\x3f\xb1\xc9\x82\x1e\x54\x78\x6f\x70\x84\x52\x0c\xc9\x14\x50\x8a\x43\xbf\xb4\x27\xe3\x72\x69\xad\x32\x67\xf6\x09\xa5\xdd\x4c\xd8\x8f\x39\x09\xa7\xcf\xca\x88\x8e\xae\xb2\x15\x9d\x02\x23\x6e\x75\xc1\x7a\x4c\x50\xa8\xf2\xf1\x34\x91\x1b\x99\x03\xf3\x13\xfe\x7c\x6e\xcc\x93\x05\x5c\x2e\xba\xd1\xd8\x36\x59\x56\xf6\x0c\x85\x7c\x1a\x29\xc8\x39\xf3\x4f\x83\x5a\x22\xef\x3f\x98\xd8\x75\x9f\x7d\x4c\x15\x35\xfe\x44\x30\x8a\xa7\x39\x6d\x4c\x95\xf2\x04\x4e\x12\x8f\xc1\xb7\x10\xc2\xc7\x1b\x75\xfd\x59\x9f\x9e\x6b\xc6\x0a\x74\x6f\x8c\x90\x59\x1e\x05\x0a\x24\xc2\xc7\x48\x5c\x3d\x5d\x9f\x14\x22\xf2\x1f\x25\x9b\x66\xcd\xf4\x7f\x5a\x97\x0e\x17\xcd\x22\xb9\xaf\xfc\x0a\x06\x8b\x2c\x04\xac\x63\xd5\xb0\xfe\x90\x8c\x43\x87\x3e\x10\x1e\x87\xde\x6a\x8f\xc6\x7b\x3d\x6b\x45\x75\x34\x57\x88\xa8\x8e\xa5\xb8\xed\x07\x34\x2e\xfc\x23\x3b\xc5\xcc\x0f\xa6\xc4\x85\x8e\x5c\x4f\xbe\x0a\xa0\x13\x9c\xf9\x70\xf7\x50\x20\x68\xdb\x19\xc9\x18\x5a\x96\x2d\x06\x0a\x1f\xc3\x0e\x49\x8e\x34\x44\xa3\xc0\xf4\xd9\xeb\xca\xac\xc9\x9d\xfe\xb3\x2a\xb8\x0c\x02\xc7\xa3\xb5\xc0\x14\xbf\xcf\xcc\xf5\xa0\xe2\xa9\x58\x23\x7d\x99\x4a\xb6\x6e\xbf\xa9\x19\x5a\x52\x65\xe0\x8f\x3a\xe3\x63\x62\x0f\x60\x44\x03\x98\xc8\xa1\xd7\x98\x60\x90\x4b\x5b\xf7\x33\xdd\x0e\xb4\xb2\xf4\x01\x93\x92\x2c\xe7\x9a\xd2\x1a\x06\xf4\x68\x7d\xcc\xeb\xe1\x2d\xee\xb3\x52\x78\xe3\x79\x9f\x1d\xbd\xa3\x81\x79\x1c\x3a\x77\x01\xf3\x58\x0c\x8b\x79\xf4\x8b\xcb\x13\x92\x12\x88\xc4\x67\x4b\x20\x43\x17\x9b\xe7\xc4\xfd\x45\xe2\xa8\xd0\x21\xc1\x38\xe9\x93\x6b\x73\xea\x65\xe2\x71\x39\xb3\x4f\x7e\xe5\x3a\xc3\x36\x1e\x45\x0d\xc9\x29\x6e\x71\x79\x6c\xf1\x8a\x53\x4c\x7d\x14\x3b\x24\x00\x27\xf3\x21\x49\xda\x22\xc8\xd0\x9f\xe7\xc1\x95\x5a\x1d\x09\xb0\xc9\x6a\x0c\xc8\x93\xde\x71\x1e\xe7\x8b\x70\x12\x1b\xbe\x38\xe6\xcb\xc2\xb2\x3e\x98\x17\x28\x94\x53\xef\x72\x40\x28\x87\x1e\x47\x09\x42\x99\x9b\xf8\x82\x87\x4c\x9f\x81\x55\x93\x9e\x29\x94\x38\x33\x5c\x21\x68\x10\x03\x9b\xb2\xca\x80\x1f\x81\x39\xf4\x52\x4e\x6c\x4a\x45\x24\x60\x27\x87\xae\x65\x22\x4d\x1a\xaa\x2a\xd0\x64\x73\x51\x74\x85\xd3\xb6\x06\xb8\x64\x31\x75\x98\xe0\x92\xcb\x54\x41\x80\x4b\x56\x8d\x4e\x80\x4b\x16\x00\x5d\x03\x70\xc9\xa1\x39\xff\x31\x65\x96\x53\xff\xb8\x40\xd2\xd2\xc7\x51\xd3\x0d\x73\x06\xeb\x07\x02\x98\x64\x31\xec\xfc\x51\xee\xc8\xa6\x1f\x0a\x30\x86\x2d\x76\x8c\xe3\xef\x80\x36\x90\x25\x6b\x0e\xf6\x3d\x28\x44\x65\x5e\xf7\xeb\x73\xfb\x10\xa2\x54\xab\x4d\xbe\x8d\xaf\xfc\xc3\x73\x25\xe7\x48\xd1\xc5\xe3\x87\xb7\x9d\x6e\x1d\xc2\x4c\x9a\x92\xe7\xd1\xf3\xce\x2b\x88\x27\xc5\x18\x8f\x0f\xc9\x26\x73\x16\xf1\x07\xdf\xaa\x28\x2f\x26\x42\xa0\xc4\x27\x1f\xf1\x88\x22\xec\xe8\xdd\x04\x9e\x64\x53\xc6\x7f\x8c\xf0\xd5\x12\xf7\x7c\xd9\xa0\x5f\x5d\x94\xd8\x5f\x89\x09\x59\xbc\x5f\x78\xb1\x61\x98\x68\x02\x7c\xc8\x5a\xd8\xab\xc0\x43\x0e\x9d\x84\x80\x84\xdc\xd5\x0e\x5e\x16\x7f\x58\xe0\xe4\xf9\xe0\x99\x16\x68\xed\x3d\x72\x8b\xf1\x51\x5e\xf0\x4f\x5f\xe8\xb9\x4d\x1f\x5e\x27\x4f\x8b\xe4\x0e\xf0\xe5\x42\x57\xb1\xc4\x6d\x6f\x17\x2f\xd2\x87\xe1\x0b\x66\xce\x65\x5d\x90\x07\x26\xf7\x4d\x8b\x03\xa7\x03\x90\xc8\xa1\x8b\x10\x20\x91\x43\x3f\x10\x30\x22\x87\xbe\x46\x60\x41\x16\x2d\x7f\x60\x41\x1e\x53\x3d\xe9\x2d\xfa\xb3\xa0\x4c\xbc\xe6\xff\x70\x4c\xba\x88\x57\x96\xff\x55\x04\xd1\x19\xf7\xd5\x03\x60\xf9\xac\xf5\x01\xfe\xfd\x56\x3b\x42\x55\x88\x1d\xa6\xe4\x78\x11\x3b\x8a\xae\xc0\x2f\x72\x87\x5e\x1d\xe2\x44\x2e\xb3\x46\xbd\xd8\x21\x74\xc4\x00\x27\x72\xe8\xed\x01\x4e\xe4\xd0\x2d\x01\x9c\xc8\xa1\x0b\xca\xab\x7d\x62\xf9\x3d\xda\x09\x54\xff\xe5\xfe\xbf\xe8\x5e\xfc\x02\xda\x6c\x7e\x40\x20\x23\x87\x9e\x22\x6f\x5e\xfa\xc3\xab\xdf\xb4\x4f\x84\x25\x06\x5f\x31\xba\xbc\x81\x70\xa8\xf8\xee\x35\xad\x0a\x00\x4b\x96\xc8\x7a\x2f\xf5\x16\x9e\x71\x99\x83\x0a\x03\x32\xb9\xfb\xc1\x47\xdd\x1d\xe9\x90\x3a\xf1\xac\x76\xbd\x03\x25\x8d\x3c\xfd\x76\x7d\xc8\xfc\x86\x7e\xc0\x57\x84\x98\x4c\x5f\x41\xb0\x24\x87\x3e\x17\x40\x49\x0e\x73\x5f\xbc\x3d\xc7\x4d\xad\x03\xa7\x45\xf7\xbc\x18\x5b\x5a\xbe\xdf\x14\x1a\x5c\x98\xe1\x58\xfd\xc3\xe9\xa7\x1f\x83\xe9\xaf\x7e\xc3\xf4\x57\x6b\x05\x3a\xd6\x2d\x31\x50\xd5\x91\x4a\xde\x34\x4d\x2c\x5f\x72\x4b\x50\xfa\x1f\x2e\x34\xcf\x8a\x54\xf9\x92\x73\xee\x8b\x56\x2f\x84\x83\x37\x6c\x9c\xb1\x06\xeb\xed\xe4\xc4\xcd\xf3\x9f\xda\x2d\x00\x95\xc3\x6b\x4d\xf0\x29\x77\x33\x4c\x69\x70\x82\x9c\x5e\xdd\xea\x73\xcb\xcc\x84\x7d\xe6\x99\x5d\x02\xaf\x79\xe7\xf9\xdf\xff\x92\x69\x01\x56\x39\xbc\xa0\x7b\x75\xab\xf7\x0a\xe0\x9d\xac\x01\x4c\x08\xe0\xca\x9a\x5b\x0c\x93\x85\x77\x6a\x6f\x5e\x44\x2c\xff\xe0\x68\x20\x84\xbd\x2b\x97\xc3\x17\x96\xc3\x29\x4d\xc7\x3d\xf7\x88\x21\x58\x95\xf9\x11\x5f\xce\x24\x5a\xc0\xcb\x0d\x8d\x16\x9f\xe7\x84\xad\x07\xd4\xdc\x31\xcd\x7b\x2a\xd4\xdc\x04\xcb\x36\xbe\xaa\xe8\x93\x2f\xce\x0e\x64\xe1\xcb\x73\xc3\x8e\xfb\xcc\x77\x67\xcc\xc2\x67\xbe\x3b\x8d\xdc\xe0\xd0\x0d\xaf\x23\xbe\x26\x23\xf7\x77\x8d\x02\x30\x60\xd0\xe6\x86\xc6\xfa\xaf\x53\x00\xf1\x0c\xb0\xb9\xa1\xe5\x1c\x48\xb9\xdd\x13\xda\xeb\x92\x40\x76\x32\xa0\x72\xfb\x1f\x5e\xb0\xad\x75\x43\xe4\xbe\x21\x4f\xb2\x5b\x43\x99\xac\xfa\xc2\xf6\x0d\xbf\x22\xa1\x1a\x5b\xf9\x33\x6b\x6b\x7e\x23\x69\x9d\xfe\xf1\x72\x87\x40\xb7\xc2\x6c\x37\xfc\x1e\x6e\x8c\xe9\x1f\x32\x76\xfa\x1b\x58\x97\x9c\x1e\xbc\x50\x9b\x73\x1d\x8c\x09\xe2\xf1\xed\xbd\x9b\x3e\x63\x20\xc1\x0d\xad\xe0\x9f\x9b\x0a\x3a\xf7\x4d\x32\xe5\x40\xa2\x01\x82\x1b\x9a\xbd\x01\x82\x1b\xda\x87\xc1\x81\x1b\x5a\x9d\xbf\xbd\x09\xab\x7e\x90\x62\xc2\xad\x31\xfd\x88\x1d\xe9\xa6\x98\x12\xe8\x6a\x0b\x44\x7d\x67\xad\xb9\xaa\x54\xe5\xe5\x58\xe5\x9c\x82\x0f\xb7\x27\xd6\x17\x16\x8c\xd3\x20\x0a\xdc\x34\x86\x5f\x14\xb8\xd0\xf0\x04\xf2\xdb\xd0\x74\xfb\x99\xae\x15\x6c\xcd\x00\x05\x6e\x88\x63\xf3\x2d\xce\x83\x1b\xec\xc4\x19\xc2\x3d\x71\x2a\xc1\x4f\x5f\x98\x10\xd7\xd1\x48\x8f\x9f\x05\x72\x4d\x19\x20\x5e\xa6\x60\x3c\xc6\x67\xbe\xb9\xe2\xef\xb2\xfd\x6a\x4d\x2e\xaa\x9b\xf0\xb4\x6d\x9f\x39\xed\xae\x23\x16\x33\x65\xdd\x0f\x94\x9e\xa2\x83\x2b\x10\x70\x43\x0b\xe5\xa7\x28\xea\xee\xc0\x94\x26\x45\x00\x00\x6e\x53\x6e\x3a\x88\x0b\x8b\xe4\xf3\xc3\x0e\xd6\xbd\x83\x00\x0c\x6e\x7f\xc5\x1c\x90\x59\xa6\xba\xc6\xb7\x47\xc9\xdd\xe5\x35\x96\x5e\xa6\x20\xbd\x0d\xad\x3e\xdf\x8d\xe7\x07\xdc\xfd\xc3\xb7\xa4\x7b\x35\xf1\x99\x1b\xa6\xfd\xfe\xbc\xd0\xf8\x1e\x55\x6f\xc6\xf2\xb0\x9e\x2e\xa1\x12\x29\xc4\x0a\x78\xb8\xbd\x9c\xf4\xff\xc9\xfe\xf3\x15\x46\x2b\xa3\x5f\x3e\x85\x45\x97\x16\xf9\x70\x7a\x61\xfe\xbd\xda\x39\x7f\xfe\xc3\xdc\x39\xf1\x6f\x8e\x8b\xb1\x70\x95\xa5\x51\xe3\x13\x6d\xdc\x93\x42\x58\x60\xd7\x60\x01\xf0\x5b\x68\x7b\xfd\xb8\xc9\x9a\xcd\xad\xc8\x4d\x96\xd6\x0e\x00\xde\x86\x1a\x39\xf8\x6e\x47\xd7\xda\xf4\x01\x06\x2e\xff\x05\xec\xad\xe2\x6b\x38\x81\x74\xab\x84\x65\x4c\x10\xdd\x1a\xa6\xb0\xf9\xc3\x1b\xb4\x21\x4c\xcf\xdf\x8f\xd4\x91\x5b\x4e\x99\xbf\x2d\x10\x0e\x54\xe5\x09\xec\x5b\xe1\x62\x70\x02\xfb\x36\x4a\x56\xa4\xc5\x72\xf9\x32\xed\xab\x5f\x9d\xbe\x58\xfc\xa2\x88\x7f\xb0\x67\xb2\x6d\xc9\xd9\xf2\x23\xd7\xf6\xf0\x1f\x0f\x67\xa3\xc8\x96\x28\x0b\xe1\x4b\x13\x78\xb8\xfd\x15\x2d\x22\x50\xa2\x2c\xcf\xdf\xa1\x28\xd5\x7c\x69\x7e\x45\xc5\xa6\xaa\x3b\xac\x6a\xd8\x2d\xbf\x02\x3b\xda\x06\xb1\x69\x11\x26\x39\x7f\x86\x19\xe2\x59\x3c\x7f\xa6\x38\x1f\x8b\xe2\x08\x94\xe5\xc7\x5c\x95\x6c\xc3\x3f\x4c\x35\xe8\xcc\x6d\xc9\x71\x10\x30\x39\x7f\x0a\x8b\xed\x47\x5d\xc6\xb0\x97\x46\xf9\x2a\x46\xe2\x8f\xd5\x51\x10\x1c\x8c\xca\x0b\xa9\xd2\x29\x2f\x80\x2a\x99\x00\xe6\xcf\x84\xe3\x95\x51\xd5\x24\x3f\xd6\xa5\x7e\xb8\x68\xbe\xe6\x76\xa0\x49\xe4\xc2\xe2\x74\x19\xcb\xfe\x73\x3f\x10\xcc\x8e\xfb\xc5\xfc\x09\xaa\x81\x13\xef\xfc\x61\xcd\x2a\xce\x8a\x69\x64\x70\xc3\x9d\x09\x38\xd7\x9c\xa3\x96\x9d\xa4\x2f\x48\x86\xc5\x99\xd8\xf2\xdf\x28\xce\x7c\x67\x7d\x9c\x14\xfc\x40\xb8\xe4\x98\x00\xc4\x8d\x62\x07\xbb\xdf\xd3\xa7\x8e\xd9\xd8\xed\xd0\xed\x06\x8d\xe1\x2b\xd2\x7f\xf9\x72\x60\x32\xa0\x7f\xc3\x06\x98\x83\x91\x3d\xa2\x17\x23\xd7\xd9\x7f\x68\xae\x30\x9f\xc3\xb5\xb5\x1f\x03\x33\x61\xa5\xda\xcd\xe9\x06\x22\xe9\xfc\x45\x6e\x32\x4a\x63\xe8\x41\x68\x9e\x3f\x0c\x3d\x88\xeb\xf3\x17\x28\xf4\xd6\x1a\x9e\xfe\x7c\x61\x36\x0a\xfd\xd8\xec\xb0\xe0\x82\x35\x7f\x88\x6f\x88\xaa\xf3\xc7\xcd\xd2\x6c\xee\x11\xc4\x32\xc4\xd3\xf9\x13\x36\xdc\x8d\x80\x54\x06\x45\x9d\xbf\x34\xf9\x74\x3e\x9a\x1c\xcd\x3f\x31\x3b\x26\x98\x75\x83\xbb\xf6\x09\x66\xdd\xc0\x88\x3a\x7f\x84\x48\xd6\x49\x57\xa6\x22\xe6\xb2\x66\xc0\x38\x26\x03\xdc\x2c\xb5\x61\x8c\x9c\x3f\x01\xc9\xa7\x85\xf3\x44\xd0\x2f\x4c\x41\x48\x27\x53\xf8\x3a\xa0\xa3\x27\x80\x75\x95\x30\xae\xf9\xd3\x10\xd4\xdc\x52\x70\xca\xe2\x1e\xc6\x12\x84\x5c\x35\x7f\x72\xcd\xe6\x4e\xc5\x14\xd4\x3d\x80\x4b\xba\xe0\xa4\x1b\x14\x59\xe8\xd3\x89\xb2\xee\xe0\xe4\x94\xcd\x6d\x77\x92\xe8\xb8\xfb\x91\x07\xd3\xe5\xd3\x14\xd4\xdc\xa8\x06\x67\x4c\xda\xd8\x7c\xb3\xe6\x88\x88\xcd\xe8\x3f\x77\xc2\x09\x59\xa8\x7e\xc4\x32\x55\x0b\xe3\x4a\xed\x0e\x4e\xf3\x0f\x85\x81\x77\x3a\xac\x48\xd0\x3b\xcb\x5e\xd2\x46\x8f\xc2\x95\xf1\x4d\x7e\x45\x5a\xa0\x46\x6b\x30\x44\x98\xf4\xfc\xdd\xac\xb1\xe7\x53\x3f\x90\x66\x13\xa4\x3d\xc7\xf1\x69\xfe\x92\x69\x3a\x54\xad\x36\x3f\xe9\x06\x5c\xb3\xe6\x57\xb9\xe7\x59\xbd\x5b\x14\x70\x3a\x72\xab\x90\x2c\x8a\x1b\xb5\x88\x5f\xf4\xfc\x3d\x6a\x81\x72\x85\x27\x9b\xf7\x33\xb6\x91\xfd\x7d\xd8\xd1\xd5\x8f\x58\x57\x1b\x7c\x5c\x57\xba\x8b\x7d\xa6\x78\x02\xb8\x16\x1a\xee\xa8\x8c\xbc\x97\xe6\x98\x34\xcd\xbd\x49\x5c\x63\x12\x84\xd7\xfd\x6b\x01\x8f\xb4\x87\x92\xd8\x88\x45\x8a\xd3\xf9\x7b\x25\x5f\xf2\x14\xee\x85\x92\x0d\x98\xe8\x25\xa4\x15\x1f\xb4\xdb\x3d\xf5\xe5\x58\xe9\xed\xa7\xcd\x54\x22\x47\xd6\x97\x6c\xdd\xeb\xa3\xe6\xce\x33\xe2\x11\x7f\xc8\xf9\x23\xe2\x71\x85\x4c\x10\xe7\x91\x70\x69\x3f\x97\x76\xb0\x49\xe0\xcb\x2b\xe4\x81\x5e\x2d\x35\x37\xe2\xc7\xb6\x72\x03\x08\xf9\x91\xc5\x5f\x4b\xec\xe2\x87\x4e\x25\x9c\x0e\xf1\x02\x17\xb9\x57\x27\x18\x81\x07\xc9\x2c\x27\x10\x81\xc5\x29\x05\x21\xb0\x61\x7f\x9f\x00\x04\x56\x50\xa8\x26\xf8\x80\x43\x5e\x7a\xfc\x00\xa8\x9c\xfe\xae\xb1\x79\x58\xe9\x63\xff\xf8\xe7\xc8\x53\x43\x55\x47\x0e\xd6\x97\xe9\x3f\xc1\x0b\x17\x44\xcc\xf5\x71\xb0\xe6\xcd\xdf\x95\x0b\x87\x25\x5e\x2b\xe6\x2b\xa3\x25\xf1\xab\x9e\x07\x66\x18\xb9\xe1\x61\xe6\xd6\x66\xbd\xda\x61\x1a\xc7\xfc\x28\xf6\xde\x67\x92\x9e\xae\xe3\x2f\x1f\xbe\x79\x24\xdf\x2d\x56\xce\x9e\xe0\x60\x1c\x35\xf7\x04\x0d\x55\x5c\x1b\x9d\xc9\x2a\x1e\xb1\xcf\xb9\xf2\x4c\xd9\x66\xae\x55\xfa\x73\x24\x6f\xb5\x67\x35\x87\xe9\x8b\xf3\xe7\x72\x6d\x86\x3a\x64\x45\x87\x97\x40\x48\x99\xf3\x48\x38\x8f\x41\xb7\x64\x9b\xb0\xd0\xc3\xd4\xaa\xc5\x05\x6b\xd9\x8a\x5f\x31\xb1\x9c\x93\xc3\xb4\x6a\xf8\x59\x4c\x40\x0a\x0b\xb9\x5a\x26\x20\x85\x15\x63\xe3\x04\xa3\x70\xc8\x29\x84\x28\xd4\x6d\x78\x02\x51\x38\x64\x7d\x07\xc6\x15\x39\x2a\x68\x85\x0d\x83\xf2\x04\xa1\x70\x4f\x8f\x7f\x30\x6f\x5b\x81\x9b\x62\x0f\xc6\xcf\xde\x9a\xf8\xf4\xdf\x3f\x92\xf7\xea\x3f\x78\x11\x54\xff\xd0\x49\xc3\x9e\x0c\xa7\x84\x46\x34\x84\x90\xb0\x76\x1e\x61\x24\x0a\x0d\x46\x82\xf5\xd0\xc5\x70\xcf\xc3\x23\x8f\x80\x1c\x72\x60\x8f\xc8\xb9\xa2\xc1\xad\x64\x56\xe9\x3b\x28\x85\xb5\x3b\x87\xa1\x1d\xca\x9a\xbe\xff\xfe\x17\xe1\xa2\x4d\xf8\xbc\x5b\x73\xca\xe7\x5d\x33\xb4\xd2\xdc\x99\x68\xa5\x9e\x75\x40\x0d\xf7\x47\xb4\x30\xdd\x18\xd5\xe2\x92\x84\x60\x65\x51\x4c\x3d\xf8\xa0\x1a\x8e\x3c\x57\x2a\xa6\xa4\xba\x9d\x87\xce\x99\x39\xbe\x29\x0f\x61\x12\x96\xbb\x12\xee\x77\xc8\x53\x1d\xde\x82\x02\xba\x5f\xf2\xaa\xc5\x03\x2e\x42\x48\x83\x36\x82\x71\x58\xbb\x27\x7c\x65\x83\x16\xc7\xbc\x9c\x1f\x81\x01\x31\x6d\x42\x42\x03\x27\x04\xfb\x70\xe4\x36\x3e\x73\xc3\x30\x0d\xa7\x1d\xa1\xeb\x38\x75\xe4\xfe\x3c\x31\x73\x2f\x0b\x70\x3c\x9d\x83\x33\x87\xc7\x1f\xdc\x90\xe4\x50\x2f\xd5\x18\x38\x05\xa8\x87\x25\xa4\x1a\x57\x4e\x2e\x9d\xe5\x5a\x24\x87\x87\xca\xf9\xaf\x26\xa6\xd3\x8e\x5f\xaa\x69\x90\xce\x83\x1b\x0f\x1c\xa7\x27\x28\x89\x23\xfb\xcd\x8d\x07\x2e\x40\xf3\xc0\x0b\xa3\x48\xf0\x44\xb7\x6a\xcd\x17\xd6\x1b\x51\xe7\x50\x13\x6d\xcd\x17\xcf\xa8\xd5\x12\x4e\x51\x3d\x70\x37\x7d\x9a\xf4\xe9\x66\xd8\x93\x7e\xff\x63\xbc\xfe\x91\xd3\xcf\xf0\x6e\x3a\x88\x14\x04\xc6\x62\x29\xff\x7a\xa2\x82\x89\x30\x71\x3c\x1c\x58\xa4\x31\x50\x16\xcb\xb4\xeb\xf0\xdd\x95\x84\x5e\x7f\xcc\xd6\xfe\xba\xd1\x9d\x87\xd8\x59\x3f\x8f\xda\x63\x9f\xad\xcf\x3e\x5b\x9d\x73\xea\x37\xb2\x26\xa9\x87\xac\x38\xdc\x96\xaf\xd7\xe2\x3e\x4b\xa1\x5d\xb7\xd7\x7b\x5f\x9f\x63\x57\x85\x0e\x78\x70\x01\x82\xbb\xec\x3c\xbc\xf4\xf0\x10\xbd\xb2\x1a\x67\xdb\x24\x38\x4d\x5e\xf1\x6a\x17\xb6\x84\x74\x41\x1e\x64\xee\x01\x8f\x5d\x66\x32\xa5\xb9\xcf\xe5\xb1\x6d\x22\x27\x56\x48\x9c\xd3\xab\xc3\x01\x8a\x80\x8e\x23\xd7\x04\xb8\xf1\x28\xf9\x2c\xa1\x96\xa1\x7c\xec\x9a\xe5\x1f\xda\x13\xe0\x47\xc2\x38\x2e\xee\x9b\x66\x81\xfb\x76\x1c\xae\x66\xf9\x39\x0f\x10\xe4\xc2\x4d\x09\x1e\xc1\x13\x80\xc7\x81\xdf\xef\x2c\x3f\x65\x82\xe0\x79\xfd\xf7\xbf\x8e\xc3\xcd\x2c\x5c\x9a\xe0\xd0\x3b\x8b\x60\x5d\xa8\xea\xb3\xa0\x16\x2b\x81\x02\x0e\x39\xf0\xdb\x9d\xc5\xec\x39\x74\xb0\xa4\x52\xcc\x06\x04\x35\x72\x10\xa1\x3f\x0b\x5e\x9e\x5c\x4e\xcd\xb2\x59\xf7\xc0\xb1\x63\x82\x19\x59\x09\xa6\x9a\x45\xc6\x3d\x7c\x96\x62\x77\x3f\x52\x4a\x81\xd7\x83\x25\x59\xfe\x3d\x9b\x5f\xca\x16\x14\x21\xd9\x2f\xe5\x40\x4d\xeb\x36\x07\x86\xaa\xd5\x96\x24\xa7\x0c\xa2\x78\xe4\xe1\x81\xe0\x4d\x96\x82\x7f\xff\x2c\x30\x74\x8d\x09\x80\x4f\x9a\xaf\x7b\x02\x3e\x39\xaa\xa3\xc0\xcb\x43\xfe\x5b\x70\xec\xc0\x64\x34\x81\x98\xdc\x4d\x30\x05\x9b\x63\x0f\x7c\x81\xa7\x78\x93\xff\x66\x99\xe4\x07\xf8\x2e\x4c\xf1\x26\xb9\xac\x99\xc5\xec\x3c\x59\x60\x52\x98\x91\xe2\xe5\x41\x92\x8c\x59\x6a\x4e\x87\x2f\xee\x54\x38\x58\x69\xce\x38\x4d\x9b\x4b\x9d\xb8\x84\x59\xbc\x32\x91\xbf\x14\xaf\x4c\xd4\x3e\x40\x9b\x3c\x3a\xfe\x26\x53\xb8\x49\xee\x67\x67\x69\xb9\x02\xb4\xd2\xd4\x38\x9a\x95\x49\x26\x38\x4e\xa5\x49\x26\x90\xaa\x4b\x7a\x61\xa0\x1e\x97\x2e\x2f\xb0\x36\xbd\x37\xdb\xf0\x33\x6f\x63\xd0\xe7\xc0\x9c\x1c\xb8\x22\x4f\x30\x27\x07\x1e\xa5\x53\x98\xc9\xd9\x86\xc5\xd9\x6f\x70\x28\x90\x25\x07\x7e\xa0\xb3\x24\xcb\x47\xae\x06\x4d\x72\x28\xa6\x26\x9a\x64\x1b\xbe\x34\xfe\xa0\xa6\xa1\x05\x9e\x51\xa5\xaf\x85\x5b\x17\x15\x5c\xe1\xaa\x0c\x65\x77\xa4\x9b\x82\xb1\x19\x97\x93\x59\x86\x00\x72\x14\xd8\x92\xc0\xa8\x6e\x0c\x6c\xcd\xbd\x1d\x7f\x51\x3e\x00\x27\x77\x87\x19\x22\x01\x95\x79\x34\xcd\x53\xae\x5e\x56\xd2\xc7\xc2\x09\x12\x71\x92\x58\xa3\x09\xe4\xe4\xa8\x1e\x48\x1d\x2e\x1a\xb4\xaf\x4c\x07\x0c\xf7\x4b\x6c\xc9\xf0\x58\xcd\x1c\xa5\x9f\x2d\xff\x61\x34\x86\x45\x36\x77\x1e\x52\x40\x71\xb7\x4d\xa6\xdb\xbd\x3d\x55\x6e\x21\xbd\x45\x1f\x0b\x32\x8c\x4f\x10\x28\xcb\x2f\xf7\xc1\xca\xf6\x7d\x69\xea\xbd\xb4\xaf\x4c\x90\xc4\x62\x4d\x5f\xfc\x0c\x61\x08\x72\x5d\x16\xc7\xd7\xdd\x8a\x33\x45\x75\x7f\x9f\x3f\x0b\xf0\xd1\xa9\x73\x94\x7b\xe2\xd4\x8d\xc5\x3f\x06\xc0\xa5\x94\x3e\xf5\x8f\x1d\x16\xf7\xac\xc0\xbd\x0b\xde\x14\x55\xd2\x81\xda\x5c\x5d\x61\x52\xd3\x29\x11\x0a\x6d\xd9\xf1\x38\x98\x40\x5b\x16\xa5\x35\xa1\x2d\x17\x6e\xb3\x13\x68\xcb\xa3\x22\xa2\x95\x94\x1c\x10\x23\x0a\x69\xea\x86\x4b\x62\xe2\x83\x16\x7e\x15\xd6\xeb\x57\x29\x19\xf1\x4c\x77\xa1\xf5\xe5\xca\x05\xa1\xeb\x97\xbd\xf5\x0f\x0f\x43\xf8\x42\xee\x89\x69\xb5\xd9\x5d\x5f\xf4\xba\x75\xa7\xdc\x1a\x7c\x68\xe3\xce\x43\x4e\xbd\x4f\x0e\x84\x9e\x3c\xde\xaf\xd3\x5f\xbc\x33\xab\x53\xb5\x99\x7c\x53\xf8\x2e\x38\x67\x4e\x3b\x95\xbe\x99\x0e\x90\x1c\xac\x1d\xe9\x17\xd4\xcb\x51\x1d\x1e\x8e\x10\x25\x29\x17\xac\xbb\xba\x1a\x78\x45\x68\x49\x28\x78\x42\x54\x29\xca\xc3\x82\xbb\x00\x6f\x2e\x38\x05\x30\x66\x2b\xdb\x80\x8c\xb9\xe7\x80\xa6\x5f\x08\xab\xdb\xf8\xcd\xdd\x46\x67\x5f\x81\x7c\xfd\x48\xec\x3a\x56\xec\x05\xbd\xc2\xe3\x65\x24\x25\x40\xe3\xb3\xbc\xb9\x43\xe8\xec\x0b\x7a\xa3\x9d\xd2\xd7\x21\x29\x53\xf2\x7d\x19\x07\xce\x0e\xca\xe1\x40\x6e\x8e\xea\x64\xe2\xd8\x59\xdd\x21\xc9\xf6\x65\x03\x9f\xd4\x4f\x1a\xf2\x39\x53\x34\x8e\x67\x67\xb5\x6d\x7c\x20\xaa\xec\x21\x23\x26\xdd\x79\x5f\xae\xf1\xae\xaa\x66\x26\x22\xce\x6c\x05\x69\x85\x5c\x82\x13\xf8\xcd\x4a\x7e\xdb\x59\x7f\x76\xca\x02\x8d\xf9\xf7\x59\x97\x86\xc5\x33\x5c\x18\xba\x5d\x7f\x76\xc9\xb2\x6e\xb5\xe9\x8b\x97\x8c\x3c\xcb\xb6\xed\x85\x79\x0d\x48\xf6\x30\x81\xde\x3c\x8e\x3f\x71\xc9\x67\xd5\x3d\x82\xf0\xd7\x59\x4d\x6e\x20\x55\x16\x8c\x33\x70\x50\x9c\x15\xa5\x9b\x80\xb2\x09\xe6\x66\x10\xc3\x38\xab\xdc\x17\x4e\x57\x0d\xa3\x90\xd8\xd7\x8c\x87\x44\x1d\xa9\x5a\xb0\x25\xe4\x00\x6d\x0e\x72\x79\xcc\x9a\xd6\x6c\x64\x13\x50\x37\x47\x45\xdf\x06\x74\x73\xe0\x3f\x37\xab\x56\x6e\x05\x73\x60\x35\x07\x6e\x80\x13\x58\xcd\x51\x39\x67\xa0\x6a\x16\x1c\xff\x26\xa8\x9a\xbb\x80\xb5\x82\xac\xfa\xf3\x0f\xe6\x14\x93\x4d\xad\x8a\xdf\xa8\x20\x35\x39\xf6\xb4\x3d\x37\x19\xfb\xb5\xca\xbe\x11\xdb\xaa\x39\x5a\x65\x2f\x62\x6f\x76\x2d\xe9\x60\x6f\x1e\x13\x8f\xcf\x09\xf8\xe6\xc0\x9b\x6d\xd6\xcd\xca\x63\x38\x87\x4d\x09\x1b\xa2\x54\xc9\x56\x44\xde\xe4\x59\x33\x6a\xc3\xdf\x81\xf7\xb4\xbd\x6e\xdb\x4c\xa1\x79\xf9\x34\xd3\x01\xdc\x29\xb2\xc8\xac\xdd\xd9\xe1\xa0\xd6\x6e\x3f\x60\x86\xb5\x4b\x6d\xb2\xae\xdc\xfb\x74\x37\x39\xff\xf2\x9f\x49\x4f\x6c\x05\xaf\x42\xaf\x69\xea\xe6\xdd\x93\xe4\x4a\x13\xdc\xcf\xc3\x58\xb5\x59\xcd\xc5\x2a\xc7\xab\x18\xb7\x95\x94\xc0\xe4\x1c\xd5\xd1\x86\x21\x88\xb4\xa7\x3f\x02\x18\x13\x13\xec\xcd\x43\x8a\x0f\xf6\xe6\xf8\xf7\x51\xee\x18\xff\xf8\x68\x9b\x9a\x66\x36\xc7\x84\xce\x5c\x03\x3a\x62\xfc\x63\xd6\x35\x9d\x76\xea\x9a\x12\x57\x57\x9a\x8b\x60\xa9\x1d\x00\x9d\xa3\xba\xe8\xe8\xdb\x79\x0a\xf1\x40\xe8\xda\x29\x00\xe8\x1c\x72\x92\xba\x14\x1d\x5d\xcd\xe5\x19\xa6\x26\x9c\x0b\x48\x9d\x31\xc5\xdd\xec\x3f\xf7\xf4\x5a\x76\xca\xaf\x6c\x83\x81\x1b\xcf\xd8\x96\x7f\x78\x58\x60\x25\x55\x1f\xc6\xb6\x7c\x81\xb4\x78\xa6\xe5\xba\x1e\x35\xf4\xed\xea\x81\xc2\x85\x11\xef\xb1\x59\xbd\xe2\x95\x6d\xd6\x33\xf7\x18\x6d\x10\x20\x51\x5d\x33\xc1\x3c\xb5\xaa\x80\xe6\x39\x70\x9d\x9b\x80\x79\x56\x5c\x21\x66\x35\xcb\x9f\xb4\x5d\x60\xcf\x22\x19\xad\x97\xfe\xb3\x34\x78\xb9\xca\x7c\x84\x2e\xcd\x05\xf8\xac\x42\x81\xc8\x00\xea\xcd\x61\x96\x62\xa1\x1a\x0f\x97\xec\x0e\x16\x96\x8a\x4c\x50\x9e\xb4\x0f\x75\x78\xb8\x8d\xf1\x18\x0c\x8f\xd6\xcd\x62\x84\xcf\x32\x53\x3b\xfb\xe8\x6a\x2c\xa5\x7d\x94\x42\xfc\x8c\x30\x86\xbd\x25\xff\x22\x7e\x86\x2e\x76\xb7\xf8\xe3\x3d\x04\x1d\x40\xff\xc5\x8f\x63\xd6\x07\xc8\xcf\xe2\xf3\x63\x01\x5f\x70\x4e\x91\x14\xbd\x2c\x8e\x54\xf4\xb5\x2f\xb0\x32\x10\x38\x77\x09\x06\xec\xad\xae\xec\x1c\xd4\xcd\x3a\xa4\x5e\xaf\xa6\x3b\x37\xef\x0b\x4d\x75\x90\xf0\xb8\x9c\x6b\xed\xd2\x2e\xce\x87\x1f\x16\x86\x84\x8a\x6b\x5f\x95\x86\xca\xee\x3c\x43\x9b\xdd\xcd\x21\xf7\x21\x6c\x51\xcd\xbb\x7e\x79\x1a\x19\xb5\x78\x9b\x3d\xbf\xa2\xe5\xe5\x57\xb7\x5f\x31\xd4\x8f\x65\x66\x44\x2d\x43\x18\x61\x9c\x4d\xae\x96\xcf\x1a\xc1\x27\xcf\xfa\xd2\x32\x83\x60\x67\x0e\x85\x23\xf0\x32\x83\x84\xec\xb3\x71\xc1\x8b\x4f\xcc\x6c\x9b\xc5\x55\x5c\x41\x67\x53\x93\x85\x18\x37\xb8\x1d\x0e\x05\xb3\xfd\xd4\x6b\x38\x4d\x2d\xaf\x74\xd9\xc4\x60\x6d\x0e\xbc\xff\x66\x3b\x72\xc6\x3b\x2f\xe1\x8b\xff\x78\x32\x61\x9d\xad\xb0\x62\x90\x40\x00\x39\x07\x1e\x78\x13\x78\xcd\xea\xd9\x00\x5e\x73\xe0\x0a\x31\x41\xd4\x1c\x5e\x63\x36\xf3\xf4\x28\x23\xb4\x9a\x7e\x1f\x3c\xef\xa3\xe1\x95\x55\x53\x55\x44\xef\x12\x2c\x73\x76\x4b\x57\x88\xde\xf2\x99\x0c\xcc\x50\x81\xa6\x95\x57\xf2\x02\x0c\xe6\xf0\x9a\xb7\x69\xe5\x55\x76\x68\xf8\xf1\x0f\x47\x47\xe0\x3e\x79\xfc\x66\x4b\xeb\x2f\xb4\x02\x74\xcc\x5d\x82\x29\xdc\xba\x61\x25\x38\x71\x36\xd8\xcb\x24\x49\xd6\x56\x50\xf9\x0a\xb2\x0c\x20\x66\x59\xf6\xaa\xe7\x0e\xa1\xe2\xae\xc7\x01\xf5\xaa\x00\x76\x04\x04\xc0\x2e\xf7\x1a\xf3\xd5\x90\x48\xb3\x5d\x1a\xde\xf6\x40\xfc\x4c\xa0\x2f\x87\x57\x6c\x20\x5f\xd6\xc3\x29\xf1\xe2\x55\xc1\xb3\x0d\xd7\xec\xb0\xc4\xde\x3b\x78\xfc\xce\xa6\x3a\xa8\x18\x04\x26\xe6\xf0\x52\xbc\x19\xbc\xaf\x70\x0b\x28\xe6\xd0\xe6\xd0\x86\xbe\xe1\x16\x90\x3a\x59\xe0\xe5\x1b\x7f\xff\x78\x66\x12\xf4\xa8\xc3\x91\x7d\x02\x8f\x59\xd5\xfe\x00\xc4\xdc\x7f\xd0\x42\x64\x6f\xa9\x8a\x7b\xdb\xc3\x6d\x14\x72\x1a\x48\x71\xdb\x3c\x6f\xe0\xda\xb1\xf5\x02\x87\xc4\x0a\x72\x89\xeb\xbd\x6d\x03\xd1\xa3\xbb\x4e\x91\xf3\x69\x83\x2e\x1a\x04\x25\xd1\x35\x3b\x42\x48\xc3\xc8\xac\xfb\x41\xe3\x16\xb7\xb9\xdd\x32\xd3\x8e\x27\x8b\xb8\xbf\xf6\x67\x6a\xe6\x09\xda\x66\xc9\x1d\xbe\x64\xa7\x70\x9b\xb6\x34\x9d\x3b\xd9\xea\x8b\xc3\x67\x77\x26\x04\x39\x51\x38\x7b\xb1\xfc\xc2\x19\x82\xc1\x60\x35\xee\xae\xf4\x32\x9d\x0b\x04\x11\xa8\xcd\xd1\x5c\x5c\xa2\xff\xbc\xd6\x11\x19\x73\x76\x48\xab\x68\x98\x5d\x3d\xb2\x71\x69\xaa\x1b\x88\x28\x97\x9d\xd8\x9d\xd9\x4c\x2a\xab\x19\xb8\x5d\x3a\x62\xf2\xd5\x56\xec\xe6\x70\x6f\x6c\x55\xae\x74\x0f\xd5\xe5\xcc\x53\xeb\xa5\xc8\x27\x31\x41\x95\xf3\x5e\xb0\x5d\xee\x19\x2b\xd5\xce\xe0\x4a\x9b\x53\xa7\x17\x9b\x70\x18\x7c\x75\xeb\x5b\x80\x8c\xd0\x6e\xc7\xc4\x30\x6e\xe5\x05\xa4\x8d\x76\x63\x80\x84\x65\x37\x02\xf1\x9b\x35\xdd\x9e\x5b\x3a\x85\xd3\x92\x17\xd8\x0d\x2b\x70\x83\xc2\x27\xa0\xa6\x62\x64\xc3\x22\xec\x55\x2a\x80\x9a\xc3\xeb\xc5\x86\xd3\x3c\x48\x3e\xb3\x89\x6d\x45\x22\xaa\x09\x9e\xe6\xd0\x12\xd6\x1e\xa7\xc0\xdf\x69\x0d\x09\x16\xfc\x4c\x5d\xd0\x67\x7b\x73\x51\x99\x0e\xc3\xe5\xbb\xfd\x78\x6f\x52\xcc\x53\xd3\x8b\x9b\x81\x54\xe5\x95\x92\xc0\xed\xdb\x97\xd3\x41\x47\x44\x93\xea\xb0\xf2\xe6\x9d\xa9\xe2\x3e\x50\x97\xc3\x0b\x3a\xd0\x2d\x8b\x91\x4d\x33\x21\x2d\x3b\x8c\x31\x21\x2d\xc3\x73\xc0\x9d\x27\x28\x1f\xb3\x7d\x0a\x69\x88\x8b\xc0\x5b\x0e\x6f\xfe\xba\xee\xe9\xd3\x67\xe4\x32\xfa\xdb\x7f\xd9\xc6\xe2\xc5\x5b\x30\x58\x4c\xd7\x40\xaa\x60\xd6\x0f\x69\x17\x27\xa2\xeb\x7b\xae\x13\x10\xd8\x95\x95\xfc\x89\x9b\xe8\xd1\x13\x2a\x26\x40\xce\xbb\x2b\x00\x2a\x0f\xaf\xaa\xbb\x3a\x58\xcf\x8f\x5c\x41\x4e\x3a\x70\x95\x47\x10\x69\x32\xc1\xab\x1c\x8d\x09\x02\xa2\x72\xe0\x12\x39\x41\xa8\xdc\x25\xa8\x77\xab\x5c\xe1\xfd\x29\x40\x94\xd5\xeb\x8b\xc4\xa1\x54\xf2\xec\x06\xbc\xa9\x98\x01\x37\xb9\x5b\xf7\x33\x27\x8e\xf6\x50\xc6\xe4\xcc\x60\x4f\xee\x8e\xd0\x78\x55\xc7\x83\xf3\xf5\xd4\xb3\xd8\xd3\x3d\x2d\xa3\xc8\xf5\x5d\xcb\xa8\xe5\xc5\x9f\x54\x9c\xee\x9b\x7d\x05\xa0\x2d\xb3\xd7\x77\x73\x76\x27\x51\xdf\x57\x65\x6b\xe0\x24\x87\x97\x5f\xbd\x31\x5a\x27\x6b\x6b\x50\xb5\xd9\xdb\xa6\x7a\xd2\x2c\x30\x29\x40\xad\xcd\x50\x3a\x06\x8b\x93\xb8\x96\x4c\x20\x22\x47\x83\xdd\x08\x05\x19\xc7\x9f\x8e\x2d\x3d\xb9\x1f\x8c\xb4\xf7\x5c\x75\x9a\xe9\xee\x59\x98\x4e\xf7\xfa\x53\xa9\xab\x6f\xfd\x6a\xe2\xc7\x37\x3b\xae\xb7\xde\x78\xf4\x54\xa8\x9a\xc5\xb1\xba\xb8\x6e\xdd\xde\xdb\xc6\xa2\xb0\xcf\x0a\x13\x7e\xef\xd6\x70\x76\x75\xcf\x8d\x6e\x73\x1a\x16\xd0\xa1\x3a\xd1\x69\x39\x43\x43\x2b\xa5\xa3\x1f\x93\xbb\x57\x56\x7d\x90\xbd\xc7\x19\x02\x05\xb2\xbb\x4f\x36\x53\x9c\xa4\xb0\x9e\x00\x3f\x8e\x66\x0b\x23\x27\x81\x3f\xe4\x58\x1c\x42\x60\x19\x77\xa7\xa8\x35\x91\x34\xac\x56\xbf\x23\xad\x82\x5d\xdb\xa7\x6e\x36\x1d\xdb\xa7\x06\x69\xc1\x1b\xa7\x76\xdc\xce\x85\x69\x83\x95\xf4\xe4\x65\x2e\x2e\x18\x53\xea\x88\xdd\x50\x33\x60\xe4\x66\x9f\x72\x03\x27\x74\xda\x2f\x8b\x33\xa1\xb6\x37\xb3\x8f\xbe\x40\xcc\xb2\xda\xcb\x3f\x6c\xdc\x98\x40\x04\x59\x40\x1e\xf7\x8c\x32\x71\x38\x91\x6b\x66\x07\xe4\x71\x78\x9f\xd4\x35\x95\x76\x67\x08\xe7\x5d\xaf\x6a\x3a\xdc\x4e\xab\x69\x37\x37\x3b\x3e\xfa\x13\xf4\xc7\xaa\xf7\x48\xc7\x23\xa9\xe5\xef\x9c\x3b\xe8\x5d\x57\xaf\xeb\x59\x93\xd3\xe3\x57\x69\x42\x45\xc8\x17\x16\x32\x08\xbd\x98\x40\x41\x0e\xef\xcb\xba\xb9\x6a\x54\x7e\x3a\x7a\x9e\xd7\x05\xfd\x94\x06\x20\x90\xf7\xd3\xf9\xf1\xa3\xb5\x85\xb5\xe9\x47\x20\xe7\xba\xc7\x70\x4f\x22\x9a\x6b\xf6\xad\xe5\xd5\xe9\x19\x3c\x25\xa9\xce\x27\xe8\x56\x33\x9b\xe6\xf2\x1b\x51\x06\xe0\xc9\x49\xda\xec\xd9\xf5\xf6\x55\xe2\xef\x66\xb3\x51\x4f\xea\x69\x4d\x45\xb7\x06\x54\x72\xff\xc3\xa4\xcb\x83\xa5\x83\xdc\xca\x36\xe9\xae\x16\x54\xe5\x44\xc0\x23\x9b\x62\x58\x37\xb5\x8d\xea\x54\x37\x5d\x6c\x6e\x6a\x2e\x50\x9b\x04\xdd\x4c\x35\xdd\xc5\xbc\xbd\xe1\x5d\x7e\x85\x54\x0d\xd3\xe8\xe9\xfc\xeb\xae\xbe\x21\xbc\x2e\x9a\x7c\xd4\x33\x8b\x4b\xaf\xf7\x1a\x3d\x2d\xa5\xce\x21\xd6\xd1\x26\xb1\xc3\x27\xc9\xeb\x8b\xfe\xb8\x98\xd6\x94\xe6\x51\xc9\xe0\xeb\x66\x77\xb4\x64\xad\x39\xdc\x87\xaf\x6d\x30\x58\xbd\x92\x92\x60\xa4\x56\x28\x11\x46\x2b\x54\x3e\xea\x2f\x73\xd5\xfd\x48\xeb\x88\x2b\x98\x97\x9c\x32\x13\x51\x3c\xca\xef\x6f\xf2\xf7\x65\xab\x0c\xf3\x23\x3d\x2a\x32\x33\x30\x8f\xc3\xdb\x0c\x50\x1e\x47\xf3\xb4\x90\x31\x6e\xca\x82\x4c\x0c\xab\xaa\xdf\xb9\x00\xf5\x62\xa1\x7f\xc9\x50\xf6\xe8\xc5\x82\x14\x56\x76\x82\xff\x38\xbc\x1e\x1f\xb0\x65\x7c\xe8\x27\x80\x8f\x85\x0c\x51\x13\x58\xc7\xe1\x7d\x09\xa8\x8e\xc3\xab\x8f\x41\x3c\x58\x10\x2a\xb9\xb7\x9e\xb5\x0e\x5e\x94\xb0\x38\xe9\x20\x39\x0e\x6f\x58\xc6\x31\xfe\xfb\x5f\xd7\xa2\x32\xb6\xde\xd7\xbd\x90\x12\xe0\x31\x08\xf6\x9b\x23\x75\x40\x96\x64\x1c\x8e\xd5\x6a\x25\x20\xcb\x17\xe5\x3e\xd6\x7d\x94\x6c\x9d\x8a\x51\x15\xbd\x58\x18\x25\xb3\x72\xd2\x79\xbd\x8f\xbc\x98\x00\xc7\x71\xf7\xd1\x22\xee\x46\x2a\x2e\x64\xc1\x86\x28\x03\xe9\x38\xbc\x58\x18\xc9\x55\x97\x2f\xd9\x61\x1a\x49\xd5\x91\xb9\x1e\xa6\x64\x57\x77\x4c\xe8\x46\x60\xcb\xe6\x48\xa3\xa5\xab\x80\x33\xae\x37\x13\xa3\x65\x44\x36\x95\xe1\x55\x34\x00\x5e\x9a\xc3\xfc\x32\x40\x80\xce\x91\x0c\xb8\xfb\x0f\x3b\x1d\xb2\x23\x0e\x23\x19\x2a\xe7\x20\xba\x5b\x93\x05\x90\x8c\x7b\x88\x7c\xd4\x25\x9f\xce\xa4\x4e\x42\x3a\x77\x80\xd6\xd8\xf4\x22\x1b\xe6\x60\xed\x8e\x18\x1b\x64\x90\x95\x7d\x0e\xec\x8e\x23\xeb\xc2\x3e\xa8\x72\x0d\x74\x63\x5d\x4e\x2a\xe9\xd3\xf3\x6a\x79\xc0\x27\xc3\xbd\xc2\xed\xa3\x2e\x2a\x83\xe0\xac\x20\x6c\x71\x8e\xa1\x8d\x16\x32\x39\x54\x38\xd5\xa2\xc0\x77\x1c\xda\x4f\x86\x59\xd3\xd5\x2b\x07\x9e\x48\x04\x18\xce\x21\x76\xb2\x96\x0e\xf1\x1d\xbb\x16\x0d\x30\x1d\x87\xf6\xf8\x11\xfa\xd5\xb9\xa6\xc4\x6e\x17\xf5\xf6\x11\xb9\x25\xa8\x2c\xf4\x91\xb5\xb8\xba\xba\xcd\xc3\x5c\x49\x75\x37\x87\x28\x55\xfa\x44\x03\xb4\xb8\x8b\x53\xf1\x84\x48\x48\x18\xc6\x74\x4f\x38\x2e\x6e\x0c\x6b\x7e\x25\x39\xb7\x63\x19\x90\x82\x94\x00\xb8\xe2\x68\xf9\x0c\xf6\x08\xd4\x75\xac\xec\x30\x7d\x4c\x3b\x26\xfa\xe4\x20\xf8\xba\xa8\x25\x83\x95\x58\x8a\x1a\xec\x38\xad\x8b\xaf\x4e\x31\x6d\xfc\xdd\xba\x60\x14\x83\x8b\x3d\x4d\x9a\x43\x53\xa2\x4a\x0e\xb8\x89\x43\x3b\x1b\xb0\x89\xa3\x79\x18\x2f\x8f\x99\x93\x72\xb9\xa1\x1c\x08\x41\x25\x5a\xab\xc1\x50\xdc\x55\x59\xc4\x83\x62\xaf\xf4\x8f\xdd\x6a\xe6\x1f\x74\x50\xb8\xc5\xa2\x46\x34\x6e\xaf\xde\x60\xd8\xe3\xce\x3e\xf8\x92\x7d\x60\x9c\x38\xd6\xaa\x6b\x0e\x5d\x7d\x54\xc7\x86\x7a\x1d\x72\xd2\xb8\x4d\x8f\xe1\xef\xd0\x54\xc9\xc9\x6d\xbc\xb5\x85\x33\x1e\x95\x67\xe2\xfc\xe0\xc4\xe3\xc9\xa6\xe9\x94\x5e\xb5\x6a\xa7\xe0\x2d\x0e\xad\xa4\x43\xa7\xda\xee\xfe\x34\x04\x9a\x84\x29\x53\xc0\x45\x65\xc5\x21\x0b\x53\xcd\x03\x7c\x71\x68\xe0\x03\x7c\x71\xff\xc1\x54\x72\xdb\xa7\xe1\x0a\xf4\xc5\xa1\x95\x32\xd1\x17\xd5\x67\x45\x5c\x9c\xa4\xf0\x98\x09\xb9\xe8\x41\x31\x7d\xb9\x0a\xed\x48\x7e\xe6\x12\xbd\x2e\x91\x44\x86\xd8\x15\x2d\xac\x40\x2b\x0e\x8d\xa7\x63\xf3\xb3\xaa\x21\x49\x94\x45\x25\xe6\xf1\xda\x11\x16\xe0\x23\x3f\x1e\x5a\x16\x90\x89\xa3\xbb\xec\x19\xb9\xe2\xb8\xb1\x59\x76\xf7\x1c\x36\xcb\x38\xf2\xc5\xb3\x60\xcf\xb9\xaf\x53\xa0\x00\x4b\x71\x68\x02\x0b\x6e\xe8\xbc\x9f\x09\xc3\x58\xbc\xe1\x0f\x33\xb0\xa9\x97\x85\x60\x56\x86\x18\x80\xb2\x38\xb4\x28\x86\xd0\xc5\xe4\x15\x98\xa0\x2c\x0e\x6d\x7c\xa0\x2c\x0e\x6d\x21\xa0\x2c\x0e\x6d\x5b\x09\xb2\xa8\x1a\x18\xd8\x39\x9d\x03\x51\x16\x8d\x6d\x9f\xa1\xcb\x8e\xca\x6d\x18\x19\xdd\xed\x16\x59\xda\x3a\x07\x09\x2c\xc6\xd1\x7f\xfe\x2e\xa5\x5b\xfe\xa1\xab\x41\xf7\x1f\xee\xbf\x86\xcf\xb2\x25\xc7\x01\xf3\xd3\xb4\x01\x2c\x63\x8d\xfc\x48\x81\xc9\x31\x1d\xca\x39\xf0\xa5\x48\x46\xc8\x99\x4e\x60\x46\x00\x54\x66\x94\xdc\x25\xcc\x69\xe9\x54\xcc\x10\x8b\x14\xc5\x61\xe1\xc2\xa3\xb9\x07\x60\xc6\x5d\xdc\xba\x72\xbc\xbc\x60\x4f\xcd\x1b\xd4\xa8\x1e\x04\xec\x12\x40\x36\x0e\x2d\x6a\x41\x74\xb3\xe6\xb1\xc4\x68\x24\x29\xff\x04\xa3\xf1\xc8\x6b\xab\x20\x8e\xa5\x17\xab\xca\x71\x31\x48\x38\xa4\x76\xb7\x90\x43\x7a\xd9\x14\x86\xab\x78\x41\x11\x5a\x64\x55\xd4\x03\x4d\x54\xf7\xc5\x68\x06\x39\xf8\x11\xbb\xda\xb5\xd2\xee\xaa\x61\x20\xc8\x91\xa2\x19\x2a\x7a\x0e\x8a\x49\xc5\xa3\x56\x23\x41\x74\x10\xfc\xdc\x8c\x9d\x31\x61\x76\x49\xd8\x46\xed\xbc\x81\x3f\x8e\xd6\x91\x48\x6d\x71\xf8\x15\xc3\x80\x29\x04\x09\xd4\x7a\x69\x7f\x91\x3f\x21\x1d\x8b\x96\x0c\x70\x1c\x47\xaf\xd6\x80\xd7\xa2\x87\x01\xd7\x1b\xad\x3b\x20\x34\x8e\x0e\xc9\x0a\xcc\xa8\xda\x76\x62\xb8\x6c\x16\xce\xe8\x17\x77\x8a\x10\x23\x2a\xbe\x81\x13\xae\xa6\xa5\x08\x0c\x19\x6e\x3a\x02\x3d\xbb\x27\x2c\xb4\xf9\x20\x4f\x27\x70\xa3\xaa\x2b\xf8\x8c\xb5\xba\x4f\xb0\x83\x1a\x17\x13\x53\xf9\xc1\xa3\x30\x73\x9b\xf9\x15\xdc\x71\x78\xf8\x70\xa1\x99\xc3\x43\x36\xbd\xd3\x18\x96\x79\x00\x7f\xa1\xbf\x06\xa7\x28\x92\xc6\x92\xfe\xd9\x8c\x8a\x21\x69\x55\x67\x68\x07\x55\xa2\x8d\x95\x87\x89\x5e\xa6\x67\xac\x27\x08\x7b\xa7\x0a\x76\x88\x38\x3c\x3c\xfd\x5c\xdb\x69\x7e\x88\x53\x63\x2b\x22\xa6\xd8\x8d\x73\x38\x18\x38\xa7\x6a\x34\xa8\x8c\xfb\x2b\x8b\x50\xaf\xad\x0b\xc4\xa8\x2d\x02\x20\xc6\xa1\xe6\x0c\x10\xe3\xd1\x15\x9c\x83\x30\x91\xe5\xfe\xc7\xe0\xa9\xfa\x19\x5c\xdb\xf5\x2c\xfc\xda\xb6\xa5\xf5\xa9\x40\xa4\x0d\x9c\x60\xf5\x0f\x0e\x39\xe3\xf0\x54\xc3\x0c\xd5\xe7\x03\xfe\xa7\x8a\x0b\x40\xe3\x50\x89\x0e\x83\x4c\x5a\x96\xf6\x84\x86\xff\xc8\x9d\xd0\x33\xe3\x76\xb0\xf4\xea\xb6\x27\x12\x88\xc7\xc6\xf9\x08\x2f\x18\x55\xaa\x44\x71\xd4\x1c\x10\xb8\xb7\xf6\xc3\xd3\xfa\x28\x00\x38\x71\x66\x1c\x53\x40\x8c\x64\x7b\x76\x58\xd5\x6d\xb8\x07\xb9\xb7\xd3\x29\x31\x4c\xe3\xa1\x22\x1d\xf2\x3d\x2f\x2d\x43\x6f\x16\xed\x27\x89\xcc\x38\x3c\xd7\x64\xe5\xe8\xea\x16\xa1\xa9\xd4\xad\x82\xbe\xd6\x95\xe1\x43\xa6\x86\xa0\x1d\xe6\xf3\xd6\xba\x10\x5c\xdd\x75\x84\x6e\x91\x19\x8b\x56\x84\x20\x88\xa4\xcb\xa8\x13\x9a\xb1\x65\xf9\x44\xf6\xe4\xd9\x99\xcc\xf2\x17\x11\xbd\x74\x0b\xfd\x4c\xcd\x38\x04\xcd\xd2\x22\x31\xb9\xbc\xeb\x4a\xdd\x53\x86\xa7\x6f\xdf\x34\xf7\x98\x8e\x77\x02\x36\x76\xd2\x85\xcc\xf9\xe3\xca\x96\x13\x04\x78\xe3\xae\xcc\xf2\xa7\x47\xd0\x7f\x72\x26\x16\x2f\xec\x2f\x78\x03\x48\x8e\x43\x4d\x79\xfe\x9c\x08\x4a\xa7\x86\xc7\x74\x4d\xf9\x1a\xe7\x6f\x8a\x31\xac\x91\x66\x1e\xb9\x0e\x54\x6b\x80\xa6\xf2\x1e\x78\x8f\x43\x4d\x73\xe2\x07\xa3\x62\x3b\x0f\xad\x34\xf1\xa7\xcb\xf3\x3c\x72\x30\x74\xf3\xc8\xb9\xb4\x21\xc9\x51\xd8\x9f\xdb\x56\x19\x81\x19\x44\x34\x60\xcc\xcd\x1d\x03\xf0\xe5\x09\x98\xe4\x50\x63\x04\x4c\x72\xa8\xae\x82\x25\x39\xbc\xf4\x07\x32\x72\x68\x91\x99\xe2\xfe\xeb\x66\x3b\x8b\x44\x1d\x95\x69\x16\x8f\x01\xb4\x77\x9a\x4a\x5c\x93\xc5\xac\xb6\xc1\xc4\x54\x49\x2c\x94\x78\x8a\xdb\xa5\x89\x65\x56\x27\x83\x81\xe0\xf1\xa2\x52\x3a\xd3\x47\x15\x4d\x70\xca\x19\xc3\x02\xd2\x5b\xf8\xcb\x4c\x7d\x91\x36\x9a\x7b\xd5\x65\x69\x0c\xca\x2e\xea\xc8\xaa\xc1\x04\x2c\xca\xa1\x1a\x3a\x45\x2e\x0e\x14\xc1\x49\x6a\x52\xed\xdf\x53\x1f\x17\xb2\x5b\xcf\xd9\x72\x7a\x99\x14\x70\x29\x0d\xc5\x98\x64\x19\x57\x4f\x98\x2a\x9e\x81\xf6\x34\x7b\xf6\xc4\x17\x7b\x42\x55\xb8\xbf\xa8\xce\xcf\x9e\x8d\x33\xf2\xee\x16\xb6\x2e\x94\x4d\x8d\xe1\x33\x39\x2b\xec\x6c\xca\x59\xed\x6e\x77\x7e\xd0\xaa\x26\x5a\x68\xc9\xf6\x24\x1f\xce\xa8\xc8\x97\xd9\x20\x5b\xdb\x61\x70\x1b\xda\x0f\x37\x83\xb7\xa1\xda\x25\xe6\x30\x3c\xc5\x3f\xec\x3a\xd5\x0e\xe3\xf6\xa8\x75\xe4\xce\x66\x42\x13\xd2\xcb\x02\x32\xb3\xea\x57\x2e\x9a\xcf\x4e\x0f\xca\x69\xa2\x63\x92\x89\x78\xce\x30\xf2\x9c\x36\xc2\x79\x73\xcb\x11\x93\xaa\x3e\x33\x71\xd5\x51\xd9\x9a\x44\xc6\x2c\x3b\xa2\x11\x58\xd3\xce\xd4\xe7\x55\x63\xd0\x24\xde\x54\x8d\x0c\x44\xcd\xd1\x6d\x1b\xb3\xaf\xd6\xeb\x39\x73\xdc\x7c\x34\xd9\xad\x4e\xa7\x9c\x1b\xf9\x7b\x9a\x46\xec\xe7\x37\x58\x98\x9c\x0f\x3c\x5c\x15\xb2\xe7\xf2\x7b\xba\x84\x8a\x0a\x9a\xf0\x04\x2a\x73\xa8\xfe\x08\x95\xd9\x93\x80\x2c\x16\x12\xb9\x1a\x74\xcc\x01\x94\xd7\x9c\xc2\xff\x6b\xb0\x99\xc9\x8c\xe1\x36\x53\x66\xbc\x7c\x66\x0b\x23\xf2\x26\x1e\xa6\x56\x21\x30\x30\x77\x1b\xbe\x98\xd4\x8a\x4e\x91\x19\x41\xb5\x08\xd8\xcb\xa1\xe8\x0e\xea\xe5\x50\x5e\x9e\x38\x9b\x92\x74\x6e\x02\x73\x39\x54\x2c\x27\x96\xd2\x43\xb2\x73\x49\x76\xdc\x43\x1a\x44\x49\x1b\x3d\x81\xb3\x1c\x8a\xfd\xf3\xce\x8e\xd3\x41\x50\xb6\x0e\xf7\xd3\x5d\xb8\x91\xa3\x1b\xa8\xa5\xf3\xf7\x17\x32\xd1\x9c\x82\x7d\x18\xae\x08\xba\xe5\x1e\x21\xa3\xba\xa5\x43\x76\x53\x48\x8e\x1c\xfb\x8d\x97\x35\x5c\x77\xaa\xaa\x8e\x7c\xc1\x0e\x44\x82\x9f\x29\x6c\xe5\x24\x65\xf1\x04\xb6\x72\x28\xc7\x03\x5b\x59\xa7\xdb\xf0\x91\x53\x14\x5f\xf0\xfb\xf0\x30\x62\x60\x55\xf4\x9e\x8f\x74\xd6\xdd\x43\x32\x50\x25\xf7\xf9\xaa\xaf\xbb\x8b\x5f\xdc\x92\x6c\x2e\xd5\x4e\x37\xe5\x3b\xa9\x8a\x7d\x92\x7e\xa2\x6e\x3e\x38\xae\xa2\xa5\x38\x95\xaa\xe8\xc0\x54\x0e\xaf\x79\xe6\x66\xbe\x29\xf2\xcd\x2f\x6b\x65\x9b\x7c\xc4\xa9\xd8\x71\x14\x52\x05\xfa\xc9\x25\xa5\x97\xcf\x80\x57\x96\xe1\xe2\x82\xe0\x2f\x4b\x06\xa1\x72\x4f\xcd\xe2\xc5\x5e\x74\x9e\x69\x19\x9e\xb6\x92\xef\xa2\x3a\x03\x5d\x59\xe5\x16\x0b\x1d\x52\xf9\x10\x18\xcb\xa1\x39\x7e\xfd\x54\x38\x38\xc7\xc2\x58\xda\x55\x90\x2b\xeb\x08\x7f\xaf\x14\xf0\xd9\x4b\x5f\x5a\x3b\x98\x6f\x44\x1c\xa0\x2a\x87\x63\x4e\x70\x4a\x0d\x3c\x80\x53\x0e\xe5\x57\xb0\x29\x8f\x05\xde\xf8\x5c\x18\x3c\xfb\xe1\xe8\x0c\xd5\xd0\x8d\x14\xac\xc9\xfd\x0f\x43\xad\x52\x20\x8e\xec\xf2\xbe\x91\x94\x5f\x13\xb0\xc9\x5d\x1b\x03\x81\x69\x29\xfa\xad\xaa\x34\xdc\xfd\x83\x95\x64\xb7\x2f\x14\xbd\x70\xaf\x26\x3c\xa5\x3e\x9b\xe0\x53\x0e\xa5\xd3\xa5\xa2\x47\x46\xa7\x09\xf2\xe4\x11\x6e\x4f\xa0\x27\x87\x92\xae\xd0\x93\x93\xbc\xce\x73\x35\x67\x88\x69\x87\x9d\x8d\x2c\xd0\xfd\xc8\x3f\x34\x6f\x39\x7a\x43\x31\xcc\x4c\xb0\x50\x01\x87\xab\xb6\x59\xd8\xff\xb7\x27\xf1\x71\x84\xde\x2a\x6a\xf8\x02\x3b\x32\x8c\x81\x5d\x26\xbd\xd4\xb6\xb4\x92\x09\xe5\x57\xd2\x5f\xe8\xd2\x12\x7f\x39\xf2\x33\x96\x0b\xd2\xb2\xf4\xc3\x71\xb6\x50\x02\x01\xfa\x9a\x2b\xf5\x3c\xe8\x12\x58\x92\xbb\xbf\x94\x30\xa5\xb6\x3b\x7f\x0d\xc7\xcb\xa4\x0c\x57\x81\xe5\x41\xeb\x53\x0a\x49\x2c\x49\xbd\x00\xc0\x92\x1c\x0a\x2e\x6b\x78\x4c\x97\xd5\x7e\xfc\x41\xd7\xc3\x63\x6a\xe3\x84\x62\x78\xad\xbd\x22\xdb\xa6\x0d\x54\x43\x05\x8f\x15\xca\x30\xe8\x53\xc0\x52\x0e\x60\x56\x26\x48\x94\xa5\x68\xa8\x02\x8a\x72\x2f\x2e\xdd\x8a\x9c\x12\xc6\xa1\xfb\x4c\xff\xfd\xe9\xf6\x07\x2e\xe5\x50\x14\x01\x96\xb2\x90\x3c\x79\x02\x4b\x79\x88\x07\x3a\xc1\xa5\xac\xcb\x23\x4a\x60\xa7\x44\x6a\x01\xb3\xa1\xe0\xb4\x4c\x88\xe0\xba\x73\x4b\x09\x7a\xc4\x5c\xa9\x81\x66\xad\xce\xa3\xcf\x68\xa3\x9e\x92\x99\xfd\xb5\xa6\x8f\x54\xc1\xb4\x60\x56\x21\xb2\x30\x4f\x30\x2a\x87\xec\x7f\x99\x9c\x5b\xc2\xb9\xd4\x45\x95\x12\x56\xc6\x73\xf8\x4c\xa7\xdc\xe4\x8b\x4e\xa1\xc9\xae\x25\xb8\x32\x9d\xf5\x2e\x72\x48\x06\xbc\x8b\xd4\x90\x04\x5c\xe5\x50\x90\x58\x67\x1e\x50\xba\x7b\xb2\x35\x60\x4d\x40\x57\xd6\xe5\x58\x89\xe4\x94\xa5\xae\xbc\x71\xf4\x99\x33\x01\xc7\x02\x9f\x72\xe4\x6e\xbf\x1c\x1d\x02\xed\x22\x8f\x90\x8c\x04\x7c\xca\x43\x25\x76\x79\xcb\xa8\x91\x6d\x5d\xd9\x0d\x66\xd0\x2b\x47\xad\x6c\xeb\x92\x50\x20\x61\x2e\x6e\x16\x65\x3d\xeb\xca\x8d\x61\x65\xec\x57\x94\x3f\x30\x22\x0f\x75\x21\x31\x22\xfb\xe1\x7e\x35\x6a\x72\xba\xc9\x52\xad\x74\x3e\x9f\xb0\x45\xea\x7a\x14\x1e\xdd\xca\x38\xd3\x24\x99\x32\xed\xa3\x07\xc4\xac\x3e\x3a\x88\x25\xb2\xa3\xf3\x43\xcc\x63\x52\x13\x73\x54\x1b\xa9\x21\x9a\xe3\x24\xe7\xea\x5c\x06\x39\x68\xd2\x04\xb5\x71\xd7\x45\x8f\x3f\xd9\x2b\x8a\xc5\x92\x63\x39\x14\x6e\xf6\x42\x27\x55\xb0\x1d\x07\x99\x80\xe6\xfa\xb2\x15\xff\x78\x2c\xce\x14\x7d\xb9\x05\xf6\xb4\x08\xf4\x08\x78\xe5\x3c\x61\x54\x55\xeb\x21\xa8\x8f\x55\xf3\x1d\xa0\x8f\x43\x0a\x02\xcc\xe3\xee\x96\x1f\x99\x17\xd6\x3f\x4e\x03\x61\x7e\xbc\xb0\x07\xf2\xf9\xe5\x2a\xd4\x02\xca\xca\x96\x20\x24\xd1\xdd\x2e\xb2\xe3\xd4\x0d\xf4\x3c\xf0\x3f\x87\xf3\x9c\xa8\x81\xae\xe7\x29\xe8\x3f\x69\xf3\xa6\x90\x8f\x1d\x7c\xb8\x79\xa2\x06\x7a\xec\x80\x7f\x2c\xfa\x46\x9e\x87\x30\xc1\x36\x07\xa7\x18\x16\x7e\x84\x61\xb0\xc0\xeb\x54\x31\x56\x02\x14\x25\x6b\xa7\xec\x50\x03\xee\x59\xb2\x87\xd4\x5b\x94\x7d\x38\x9d\xe7\x3f\x1b\x28\xcf\xee\xdf\xc3\xf2\x70\xd0\x61\x09\xb7\x2f\x0c\xf0\x2c\xe4\x0f\x41\x58\x06\x13\xb2\x0c\x38\x45\xc2\x40\x6a\x41\x05\xf9\xf1\x30\xf5\xc2\x49\xb2\x81\xd9\xfc\xdd\x04\xd0\x14\x36\xf1\xc0\xae\xe9\x0f\xd2\x77\xca\x66\xb3\x94\x7a\x3d\x7d\xac\x9e\x5c\xfa\xb8\x79\x69\xe8\xac\x0f\x40\x64\x12\xeb\xd3\x2b\x46\xed\xb7\xa7\xa9\xee\x48\x35\x39\x85\x85\x2c\xda\x92\x4f\x99\xec\xf0\x8f\xea\x1f\xb4\x97\xcc\x14\xc1\x1a\x2c\xc8\x91\xbb\xcf\xc0\x88\x23\x8b\xb3\x7b\xd1\xb5\x80\x82\xdc\x87\x92\x01\x37\x77\x2f\x92\xb2\xf8\x8f\xfd\xb0\x93\x78\xf2\x68\xb0\x3e\x51\x14\x67\xf7\x77\xa8\x0b\xdb\xfd\xec\xd9\x13\xba\xc5\x0d\xa5\x9c\x06\x94\xc8\xea\xf5\xc8\xa9\x43\xac\x26\xc9\xd3\x9c\x06\x86\x68\x9c\xa9\x34\xa2\xa8\x9c\xdd\x2d\xe4\x57\xb7\x45\x6c\xe4\x71\x20\x56\xa6\x8b\x19\xcf\xc4\x44\x1a\x8f\x7f\x92\x80\x2f\x0e\x7b\x82\x3e\x98\xbb\x69\x64\x8e\x40\x9e\xa5\xee\xc5\x97\x74\xb9\xe2\x39\x7b\x65\x09\x2f\xb3\xad\x09\x93\xf4\xf4\x77\xce\x1d\x74\xf8\x94\x5b\x7b\x58\x06\x80\x2b\xc8\x26\xc0\x4b\x1e\x32\x96\x33\xf0\xbd\xb0\x17\x22\x57\x41\x14\x4f\x78\xb5\x8c\xf7\xcc\x6b\x4e\xe7\x26\xf0\x6b\x72\x17\x87\x8d\xf9\xd1\x6b\xef\x18\x74\x78\xca\xdd\xae\x6a\x86\xda\xb0\x81\x91\x1c\xb9\x77\xa6\x0b\xe3\x3c\xe1\xdc\x9a\x3b\x84\x78\x8e\x3c\x1d\xa2\x48\xea\xa1\x79\x8a\x7c\x61\x0f\xc9\x3c\x44\x22\xf1\x99\x20\x92\xda\xb2\xcf\x99\x1e\x56\x3c\x3f\x78\xf5\xda\xb4\x67\xcb\xc9\x4c\x4e\xeb\xe1\xc2\x1d\xc8\x3b\x68\x81\x26\x8b\x9e\x74\x22\x4d\x26\x15\x83\xeb\x02\xeb\x35\x01\x97\xdc\x9d\xb2\x2a\xb9\x84\xab\x47\x1a\xa3\xe9\xfc\x1b\x0e\xa2\x35\xf8\x24\x1c\x64\xd8\x5d\x4d\xc6\xdd\x67\x7b\xe5\x76\x86\x1f\x27\x41\x94\x1d\xbb\xed\xb8\x76\x1d\xae\x30\x99\x8b\xc0\xa5\x99\xe7\xe9\x39\xf6\x7b\x4e\x8f\x67\xe4\xb4\x65\xe7\xff\x94\x2e\x3b\xd4\xd3\xb0\x71\x46\x41\xa0\xa5\xa2\x83\x90\x95\x33\xe7\xe0\xcc\x3e\xd1\x41\xb0\x33\x96\x7b\x16\xb7\x5b\x03\x51\x00\xb0\xdc\x1f\xf9\x92\x13\x42\xeb\xc9\x9b\x51\xc7\x44\xb0\xac\x8a\xa2\xa7\x00\x19\xda\x95\x4f\x38\xb5\xd2\x27\x08\x96\x53\xc9\x1b\x00\xcb\xfa\xf3\x24\x91\x73\x61\xa0\x8e\x00\x66\xb9\x0b\x53\x13\x76\xe8\x31\xff\x26\x7b\xb7\x07\xbb\x59\x05\x9c\xa1\x5b\xf5\xf4\x0f\xba\x7c\x27\xb9\x61\xb6\xb5\x52\x6b\xe4\x06\xc2\xb2\x24\xd3\x20\x38\x45\x23\x37\x08\x96\x63\x4c\x3b\x43\x60\xaa\xbb\xec\x49\xad\x83\x6a\x51\x97\x97\x4e\x1f\x40\x58\xd6\xe5\x58\xb6\x98\xd1\x74\x48\x3d\x9f\x9c\x2e\x66\x5b\xc1\x62\x5a\x1a\x62\x23\x05\x46\x59\xfe\xb9\x0a\x84\xa2\x2c\x72\x86\xcf\x93\xab\x5c\xf3\x00\x80\x6d\x99\x86\x7a\xb0\x2d\x47\x2e\x34\x71\x9b\x3a\xfc\x9c\xa0\x68\x98\xf8\xed\x24\x47\x75\x72\x9e\x97\xeb\x19\x99\xb4\xc2\x0a\xda\x0e\x08\x96\x43\xb7\x32\x10\x2c\x77\xc3\x16\xe0\x12\xa5\xfb\x2c\xc1\xe3\xa3\xcf\xe3\xee\xee\x26\x87\x92\xe9\xfe\xce\xcf\x4d\xcc\x5c\x7c\x0a\x60\xee\xb0\x4f\x01\xec\xf0\x85\xd0\x15\x19\xc2\x67\x3f\xe8\x13\x96\x70\x1d\xa4\x81\xb6\x8c\x3c\x1a\x9f\x86\x13\xcf\x06\x5a\xf7\xf2\x58\x6a\xfc\xd6\xf4\x7e\x91\xcc\xd0\xec\x54\x97\x49\xac\xa1\x34\xa0\x5c\x1e\xe0\x99\x4c\x50\x2e\xab\x21\xdf\x97\xd7\xbe\x6e\x3c\x20\x2f\x77\xff\xac\x29\x98\x4b\x4b\x68\xd9\x64\x13\x5c\x26\x47\xd2\xa2\x7f\x29\xfe\x64\x7b\x72\xaf\x69\xc5\xd0\xe1\x61\xbd\x9f\xf5\x52\x02\x59\xc8\x44\x4e\x20\x63\xee\x3f\xa8\xf7\x70\x91\x68\x1c\x29\xc7\xfc\x50\xd7\x61\x47\xfc\xc6\xd4\x64\x93\xe7\x93\xdf\x0f\x9e\x2f\xa4\x1c\x2b\xcd\x89\xf2\x23\x92\x68\x64\x61\xa5\x9f\xee\x4b\x52\x6e\x9a\x28\xf6\x89\xce\x16\x95\x22\x9f\xed\x06\xa3\x23\x77\xa1\x79\x68\x80\xc8\x1c\xe6\xdf\x01\x21\x33\x34\x27\x89\x90\x39\x5d\xfa\x44\xc8\xf4\x26\x00\x50\xcc\x61\x6e\xa5\xab\x2a\x58\x42\x1c\x2e\xf5\x7d\x36\xd1\x65\xda\x24\xef\x14\x2e\x32\x25\x99\x1d\x07\xec\xcb\x61\xe2\x9a\xcb\x08\x4d\x2f\x3e\xae\x96\x3b\x8a\x36\x5a\x4a\xc8\xfe\xe3\xa9\x87\xc4\x82\x7e\x39\x4c\xba\x01\xe2\xe5\x30\xbf\xcd\xe5\x5d\xae\xb9\x2f\x80\xbc\x1c\x91\x55\x7d\x3c\x33\xa8\xbc\xd7\xe5\xf4\x00\x73\xb9\x1b\xa4\x2a\xfd\x86\x9d\xf5\x9e\x1b\xdd\x3f\x98\x37\x78\xe7\x65\x22\x6a\xe4\x82\xab\x6b\xdc\x28\xbe\xb0\x7e\x90\xc2\xab\x3b\xa1\xfe\x4e\x8c\x45\xfb\xd3\xc7\xe5\x12\x67\xcb\x43\x77\x71\x4d\x6c\x56\x92\x4b\xdd\xdf\xfb\x98\x04\xca\x84\x37\x89\x8d\x19\x9a\x4d\x2e\x2c\xcd\x26\x48\x01\x1a\x73\x98\x70\x44\x68\xcc\xa5\x2b\x38\x88\x97\x23\x1c\x62\x8a\x13\x14\x0e\xd3\x9d\xfa\x4c\x16\x06\x07\x85\xb6\x6f\x72\xa5\x8b\xb8\x99\x99\x3b\x5a\xe8\x4b\x0f\x8d\xb1\xa2\xd3\xe1\x6a\x8d\xf6\xe6\xef\x52\xdb\x9f\x4e\x0a\xd6\x68\x53\x8e\x5c\x29\x75\xd8\x5b\x14\xfa\x43\x37\xd4\x0b\x2f\x64\xb3\x72\x5c\x33\x97\xca\x3f\x2a\x2e\x50\x0c\xc3\x28\x52\x2f\x9f\x2e\x5d\x92\xa7\x73\xb5\x55\xf7\x74\x1d\xbd\xf2\x22\x79\xf9\xe2\x94\x58\x3c\xf7\x89\xf5\xb2\x4f\x1c\x6e\x8a\x1a\x48\xc2\x57\x06\xdd\xf0\x11\xa1\xa3\x26\x6c\x00\xd7\x72\x6f\x0d\xaa\x5a\xca\x8f\x18\x37\xae\x95\x22\x2e\x75\x2d\xa9\x04\x8b\x00\xc2\x5c\xd1\x0c\x09\xc2\xdc\x6e\xe4\xff\x18\xfb\x93\x24\x7f\x76\x5f\xbf\x12\x9c\xbf\x55\xdc\x1d\x94\x3b\x7b\x9a\x5d\xfb\x4f\x6a\x5c\xb5\x07\xef\x98\xa6\x81\xa4\x67\x2f\xa5\xfd\xa7\xe1\x1c\x46\x5c\x49\xd9\xfc\x72\x10\xe6\xe1\xf8\x92\xce\x1e\x04\x41\x00\x9f\xc6\x8b\x7a\x07\x36\x8b\x87\xf8\xd5\x86\x14\x78\x0c\x33\x26\xc3\x12\x7c\x2e\x79\x55\x05\xf8\x5c\xd3\x87\xfe\x71\x25\x21\x1a\x6d\x8c\x39\xb9\x0c\x18\x73\xf9\xf4\xb3\xc5\x05\xca\xfe\xf7\x20\xac\xeb\x50\xff\x94\x3d\x7f\x12\x2f\x1e\x6d\x28\xdc\xdb\x1e\x8d\x0e\x05\xa5\xd3\x0d\xf9\x71\x51\x15\xbf\xb4\x2c\x8f\x44\x38\x3e\xeb\xa0\xf8\x78\xf3\xe3\xa5\xd7\x83\x9d\xe1\x1c\x4c\xa1\x67\xaf\xaa\x6a\xb2\x4a\x16\x0a\xd7\xbd\x59\xae\xf8\xd4\xdd\x41\x94\x58\x9d\x4f\xdd\x64\x51\x47\xe3\xbb\x3d\x6a\xda\xbc\x28\x7b\x34\x34\x54\xf3\x0a\x16\x5d\xd2\x80\xe9\x41\x5a\xd7\x2d\xee\x51\x28\xf7\x16\xea\x69\x1a\xa2\x65\x7f\x99\x16\x4f\x3f\xe2\xa7\x66\x88\x89\x07\x11\xdd\xcb\x6a\x61\xe9\x74\xb5\x12\x96\x6e\xc8\x00\x81\x98\x8b\x56\x51\x45\x4c\x24\xf4\x76\x02\x63\x2e\x1d\x86\x14\x7d\x3a\x83\x8b\x3c\x23\xde\xdc\x04\x12\x6a\x80\x37\xd7\x34\xe3\x14\x61\x2e\x79\xdb\x04\xaa\x5c\xd3\xa9\xe6\x19\x76\x16\x5d\x82\x47\xb4\x8e\x17\x0f\xaa\x2a\xaf\x72\x9e\x2d\x4d\x23\xbf\x3d\x04\xf2\xdc\xd3\x47\xf3\x08\xaf\x57\xc0\x8e\x3b\x87\xdc\xfe\xd1\x56\xc2\x2d\x01\x24\xb9\xa6\x71\x29\x80\x71\x4d\x13\xbb\xc7\xb0\x9e\xf2\xee\x47\x97\x68\x99\xf7\xa3\x4b\xb4\x37\x4c\x0f\x4b\x41\x03\x38\x70\xe5\xb2\xcb\x50\x58\xb9\xdc\xca\x1f\x65\x3e\x40\xe7\xb2\x92\x1d\x98\x73\x49\xd6\x06\xe6\x5c\x52\x88\x02\x73\x2e\x3a\x9b\xf2\xd1\x6a\x79\xea\x06\x5b\xee\xd4\x15\xe2\xb9\x34\xc9\xa6\x7b\x2f\x7b\x88\xde\x32\xe4\xa7\xd3\x4f\x89\xda\xce\xc2\x79\x4d\xc3\x28\xf1\xe7\x34\x38\x79\x10\xa8\x8d\x72\x05\x16\x5d\xde\xcb\x99\x6b\x22\xef\x2a\x1e\x4c\x1d\xb5\x43\x79\x6e\x14\x79\xd6\x0d\x7b\xfa\xd1\xcd\xeb\x24\x66\x57\xdd\xd0\x73\x03\x16\x07\xf4\x5c\xf6\xae\x18\xe4\xb9\x7c\x6e\xba\x35\x32\x37\xb8\x2e\xce\xe7\x47\x85\x27\x25\xe3\xc4\xd6\x61\x56\x8f\xb7\x4a\xce\xae\x10\xb8\xb3\xa1\x93\xc0\xa0\x2b\x7b\x20\x9e\xcd\x28\xfd\xc1\xc5\x30\xcc\xa1\x73\x02\xa5\x11\xfc\x4c\x2d\xc5\xb3\xc5\xeb\xe4\x0f\x42\xfb\xd0\xb8\x67\x4f\x35\xea\x8a\x48\xed\xb5\xe6\x06\xad\x73\xd8\x04\xad\xf3\xea\xef\xc1\xef\xcd\xa0\x68\x00\xd8\x9d\x73\x98\xea\xcd\x8c\x21\xfd\xad\xad\xa4\x1b\xf5\x63\x20\x34\xb7\x76\xb1\xe9\xea\xe9\x2a\x41\xd8\xd6\xc2\xe6\x01\x8a\xd6\x2b\xd9\x67\x1b\x8d\xf8\x59\x39\xc2\xfe\x81\x08\x8a\x08\xd2\x40\xd3\x65\xbd\xdb\x9e\x4f\x55\xdd\x7e\x61\x61\x98\x81\xc0\x28\x5a\xfa\x3c\x48\xdb\x8a\x7e\xe0\xd7\x65\x4f\x18\x8f\x4e\x00\x5e\x28\x3e\xc6\x40\x73\x80\xb7\xb8\xcd\x9e\xf0\x7c\xf8\x5b\x55\x73\xdb\x21\x88\x1e\xcf\xc2\x45\xc3\x39\xaa\xff\x9d\x12\xcd\xa3\xff\x9d\xd7\x9c\xa0\xdc\x0d\x6f\x0d\x9e\x2d\x6f\xcb\xae\x8d\x4c\xba\x87\x63\x79\xaf\x6a\x29\xcb\xdb\x79\xff\x67\x68\xe4\xa4\x06\x40\xf1\x12\xf3\xd9\x52\x36\x9b\xf9\x7b\x28\xb7\x72\xa0\x17\xea\x6e\x1a\xdb\xe2\x55\x6a\xee\xfe\xcf\x84\x66\x7d\xbf\xc7\x66\x09\xbe\x30\x1c\xdd\xdc\xac\x30\x98\x32\x58\x77\x4d\x93\x81\x57\x63\x49\xc5\x23\x80\xef\x9a\x16\x07\xaf\xf2\x33\x0c\xef\x55\x7d\x98\xfc\x9f\x11\x60\xbe\x00\x74\xd7\x3a\xec\xeb\x55\x94\xe6\xd8\xf0\x9e\xbb\x0f\xfc\x90\xd7\x0c\xd5\xdc\x7b\x08\x28\x1b\x33\x72\xcf\x69\x1b\x31\xcc\x7b\xe3\xd7\x0d\x81\xe5\x0d\x62\x58\xeb\x43\xfa\x9e\x6c\xfe\x80\x87\x27\x5d\xfb\x6a\x5e\x0e\x16\xf4\x78\x9b\xd3\x9e\xbe\xf1\x6a\x5f\x4d\x10\x50\x62\x69\xfc\xd9\xbb\x03\x98\xb1\xe6\xbd\xa8\xd0\x62\xde\x78\xbe\x44\x9c\x56\xaf\x0e\xb4\xd8\x36\xa6\x79\x11\xba\xbc\x09\x05\x27\x2c\x1a\x42\xf1\xc3\x0f\x51\xfa\xd8\xd3\x87\xaf\x1a\xd3\xf2\x84\xbf\x00\x13\x96\x9d\x18\xef\xd8\x93\x97\xf2\xb0\x47\x37\xa4\xa2\xc0\x60\xf5\x84\xff\xbd\x7b\xe3\x40\x8c\xd8\xc8\x60\x8a\x9e\xef\x54\x89\x0b\xdb\x03\x00\xac\xe9\x53\x08\x9e\x57\x64\xf1\x45\x19\x88\x15\xf9\x7a\x69\xe1\xed\x32\x28\x5e\x3b\xac\x82\x28\x5e\x15\x7c\x8c\xf1\x72\x97\xaf\x46\x01\xdc\xae\xc8\x4e\xed\x8d\x74\xa1\x95\x28\x08\x5d\xb1\x7b\x93\xe5\x96\x9d\x20\x49\x80\xc5\x95\xe4\x58\xc0\x6f\x45\x16\x7f\xe8\xbe\x50\xa4\x0c\xd9\xbb\x60\x71\xb6\xbc\xbf\x13\x67\x2b\x79\xcf\xfb\xde\x3b\x84\xbd\x59\xd8\x17\x58\xbb\xef\xb3\x9b\x42\x57\xa2\xeb\xf0\x86\xf5\x7d\x76\x89\x74\xe5\xb3\xdb\xc5\xb7\x9e\x5d\x3c\x5d\xf9\x0c\x57\x83\x1f\x33\x7c\xa2\xc3\x8a\x71\x9d\x17\x27\xa0\x70\x35\xaf\xca\x5e\x7d\xa2\xc0\x0d\x19\x20\x72\x35\xaf\x15\x5f\xc3\x68\x78\xdb\xf0\x0a\x00\xea\xcd\xf4\xbb\xef\x47\x8a\xc9\x58\x36\xce\x16\xe3\x46\x7a\x13\xb0\xb1\xb7\x3c\x69\xbc\x32\x56\x17\xc7\x6b\x4d\x68\x09\x9a\x0b\xf7\xca\x17\xbb\x73\x15\xbc\x40\x6a\x25\xcf\xf0\xa0\x68\x35\x75\xaf\x80\x68\x45\x6d\xc9\xac\xd9\xb9\xb7\xdf\xef\xe7\x92\x45\x8a\x7a\x45\xff\x76\x12\x7c\x7b\x69\xd1\xf2\x8f\x78\xed\x08\x02\xaf\x7a\x09\x2f\xd2\xdf\xc5\xd6\x96\xfc\xa1\xf8\x29\x5f\xc0\x0d\x82\xe5\xbe\xdc\xed\xab\x6f\x7d\xbd\x40\xf1\x04\xf3\x2e\xab\x1e\xed\xfe\x36\xcf\x83\x95\x7f\x87\x5b\x4d\xf2\x17\xd1\x46\x3a\xff\xef\x19\x38\x79\x79\x4c\x95\x79\x21\x94\x08\xd3\x1c\x24\xac\xa6\xb6\xe8\x13\xbb\xd3\x3b\x90\xcf\x7b\x0f\x4f\x1d\xdf\xb9\x0b\x31\x19\x55\x61\xa0\x84\xb2\xaa\x27\x5c\x1a\xc8\xaa\x18\x1c\x8a\xf7\xf6\x5e\xdd\xf8\x06\xad\xf2\x10\xf2\x11\xe7\x42\x01\xfd\xc3\x2b\x49\x35\x07\x00\x54\x91\xe3\xe4\x45\xb0\x01\xb6\x95\x0f\x53\x6c\x95\x16\x22\x50\xa9\xb8\x11\x81\x6a\x78\xea\xf8\x3c\x8e\x78\xa0\x00\x5e\x2a\xaa\x42\xed\xb1\x25\x53\x85\x04\x74\x54\xd6\x6e\x18\x80\xa8\xe6\x89\x1d\x7c\xa8\xe6\x69\xef\xe3\x8c\x1e\x07\xeb\x3f\x30\x41\x70\xa4\x9a\x3a\x13\x71\xa4\xea\xd9\xfd\x02\xc3\x78\x5a\xba\x87\x58\xb6\xff\x8d\x2a\xd5\x76\x39\xb2\x18\xb6\x70\x20\xa6\x9a\x5b\xd4\x67\x60\x25\xcf\x49\xc0\x4a\x35\xe5\xed\x0f\x03\x32\x8f\x9e\x9f\x87\x88\xb6\x5f\xdc\x34\xaa\xa9\xb8\x65\x66\x3f\xf8\xb8\xa2\x57\xf4\x03\x56\x2a\x12\xf1\x59\xaf\xe8\x3d\x4d\x7d\xd8\x65\x7b\xd0\xf9\xb8\xa1\xf7\x48\x0a\x94\x54\xe4\x30\x91\xd3\x9c\x83\xca\xb7\x4f\x11\x70\x54\x41\xa3\x86\x67\x2b\x41\xa3\x2a\x90\x3a\xe3\xeb\xbb\x48\x92\x61\x11\xa6\x0c\xf7\x11\xe2\x42\x4f\x72\xd1\xa4\xa6\xb7\x78\x1f\xc8\x04\x4a\x98\x9f\x27\x75\xbd\xbc\x3f\x4f\xe7\xea\x38\x3e\x7d\x9a\xc0\xe7\x19\xe0\x4c\xc5\x60\x5b\x08\x5d\xef\x4c\x65\x6f\x51\x56\xfb\x50\xf6\x2b\x73\x7c\x9c\x48\x14\x46\x3e\x7c\x7f\x15\x78\x3e\x63\x23\x8e\xe6\x0f\x0c\xae\x73\x2b\x8e\x27\x4d\x21\xe3\xd3\x92\x1b\x8e\xfd\x19\x12\x79\xb0\x95\x00\x13\xd5\xdc\xb7\x3f\x03\x39\x81\x0d\x34\x3e\x6e\xd5\xdd\xea\xbf\x69\x35\xe8\x83\xb9\xdb\x6d\x22\xf9\x2a\x1b\xc6\xc7\xae\xe4\x76\x25\x7c\xd4\x14\x5a\xe4\x9b\x7b\xd0\x2d\xe4\xf5\xc5\x8f\x29\xa5\x58\x2f\x14\xf9\x6e\x3e\x9f\xd1\x92\xdd\x86\xbf\x6b\xf7\x28\x75\xb9\x76\x73\xf9\x18\x67\x0d\xb7\xbb\x2f\x36\xaf\xa4\xf1\xe5\xc7\xcd\xfa\x6e\xee\xe5\x54\x86\xd1\x7d\xc6\x49\x04\x16\x69\x7c\x6e\x6a\xd6\x11\x03\x35\x79\xf7\x77\x5b\x11\xe9\x9e\x35\x91\x9d\xbe\x5b\x71\x79\xa7\xc2\x44\xcc\xeb\xa4\xef\xde\x21\x79\xa9\xc9\xed\x91\x0d\x9e\xfb\xb1\x8d\x0d\x0e\x0a\xdf\x03\x00\x8d\x1d\xff\xc8\xb7\x1c\x43\xc0\xaa\xe5\xac\x1f\xd6\xe2\x32\xec\x6f\x6f\x62\x8e\x21\x07\x85\xcd\x40\xd9\xc3\x0c\x55\xf8\xb1\x85\x6d\x96\x89\xe6\xdd\xfd\xe8\xd3\x8d\xea\xb0\x00\x34\xde\x16\xf6\x2a\x84\x23\x7e\x7c\x1c\x0d\x06\x9b\xe9\xb7\x6f\xfb\x91\x0d\x3f\xb6\xa3\xcd\x09\x95\xf3\x35\x07\xf9\x88\xe9\x64\x84\xf2\x2f\x44\xf8\xac\xc6\xf0\x73\x3f\x92\x11\xba\xd1\x0c\x39\xec\xe7\x97\x68\x83\x17\xf7\xde\xa9\x7d\x6a\xc3\x35\x1a\xf9\x0c\xdd\xa4\x65\xc9\xb7\x76\xe7\x50\xc5\xb5\x3b\x81\x52\x34\xf4\xb6\x74\x23\x11\x03\x21\x35\xbe\xa5\xa5\xf5\x9f\xc3\x38\x7f\xcb\xfa\x30\x0a\x6e\x5d\xd5\xcf\x19\x62\xcc\x0a\x30\x6a\x30\xb9\xa5\xc3\xae\xe7\xff\x25\x76\x80\xf6\x22\x0b\xd1\x5d\xe3\xe8\x45\xc0\xe2\xb1\xff\x77\xc2\xc2\x74\xd6\xb1\xd7\xc8\xe4\x65\x62\x98\x58\xf8\x9f\xc9\x0b\xf7\x5b\xe8\xc1\x5d\x2e\x0b\xa7\x25\xb9\xcf\x42\x2a\x97\x97\xac\xd8\xdc\xb2\x7d\xb2\x4e\x4b\xa3\x4a\xc2\x4f\x6b\x77\xb2\x4e\x75\x4f\xc8\xf1\x4b\x3b\x6f\x6f\xd9\xd6\xc9\xf2\x6c\xfe\x40\x17\xb0\x86\xd7\x69\xd1\xa6\x41\xee\x38\x2d\x4e\xdb\xc6\xfd\x59\xb6\x4f\x66\xee\x4a\xee\x72\x4c\xe9\x95\x64\x07\xdd\x5f\x98\xba\xcd\x1f\x76\x1f\x50\x86\xb6\x6f\x5a\x9e\x2c\xc3\x47\x15\x7f\xb8\xc0\x93\xa6\x52\xc6\xe6\x50\xb7\xb2\x92\x7b\x03\x0b\x75\x19\x29\xf1\xdc\x59\x9c\x35\x0e\x47\x32\x4a\x32\x25\x66\xfb\x8a\x32\xf2\x0e\xcd\x43\x27\xe6\x5d\x47\x53\x29\x24\x22\x5b\x2d\xc3\x20\x36\x8b\xcc\x5c\x49\x32\x17\x56\xb6\xb3\xcc\x2e\x2f\xeb\x7e\xd8\x9e\xa3\x70\x54\xec\xbb\x77\xf3\xe2\x96\x95\x6e\xd0\x3e\x5c\x73\xb3\xa5\x81\x78\xdb\x2f\x0c\xad\xf3\x42\xa8\x6a\x0d\x7b\x37\xde\xdd\xce\xce\xd8\xb2\x10\x16\x36\x00\xbb\x17\xca\xee\x51\x2a\xe5\x76\x6f\xef\x6a\x38\xee\x25\xc0\x72\x17\x77\x3c\x62\x17\xcf\x5a\xa7\xae\x62\x65\xfd\x7f\x59\x27\x32\x54\x77\x3b\x67\x4c\xd5\x7e\x0a\xde\xb7\x34\x16\x1f\x76\x15\x9e\x57\xbb\x13\xbc\xea\x57\x73\x05\x8e\x5e\xdb\xcd\x60\x13\x57\x2b\x22\x8a\x9e\x07\xac\xe5\x29\x50\xc3\x98\x35\x65\xd4\x14\x41\x28\x08\x2f\xa7\xd7\xde\x19\x9c\xd4\x1e\x6b\x5c\x10\x38\x0b\xed\xbe\xe5\x86\x17\x80\xe7\xb1\x51\xdc\x54\x9a\xad\x6b\x57\xd6\x97\x3d\xc8\x7c\x37\xb6\x8f\x62\xc4\x7b\xf0\xdd\x8a\x27\x2f\x60\xdc\xda\x4f\x06\x50\xdc\x9c\xeb\x97\xc5\xd1\x08\x2f\x75\x11\xe2\x16\xfe\x44\x5e\xab\x82\xee\x96\x0d\x9f\xb9\xee\x5d\x0d\x33\xd0\x4d\xb6\xda\x08\x0f\x5e\x53\x2f\xfc\x8c\x14\x7c\x56\x6c\x10\xc3\x48\xac\x42\xbd\x19\xd3\x69\x19\x1e\xd0\x7b\x74\xa0\xde\xba\x62\xe2\x46\x7a\xf3\x76\x55\xa4\xb7\xa1\x86\x6d\xc5\x61\xa8\xb7\x3f\x42\x54\x8e\xf5\x94\x7f\xfd\xd5\xa7\xa3\xcc\xa9\x49\x55\xcd\x7a\x14\x47\xad\x24\xe7\xa4\xe2\x55\xf7\x32\x78\x44\xdf\x85\xba\x87\xcb\x26\xdc\x59\xfa\x7e\x11\x86\x84\x06\xbc\xbb\x9e\xe4\xf7\xa4\xe4\x24\xd1\x5b\x57\xab\x9a\xa5\x09\x74\xdf\xa9\xe0\x6a\x48\x6e\x6b\xab\xa3\x76\x2a\xd8\x23\x67\x6c\x90\xe2\x62\x3c\xe9\x62\x6e\x66\xdd\xb2\x80\x8a\x8b\xef\xd2\x4b\xfb\x14\x64\xe7\x13\x4b\x42\xed\x12\xb0\x71\x7d\x73\x9f\x4f\x3d\xf4\x7e\xc1\xe3\xdc\xa9\x41\x28\x89\xc1\x79\x13\x08\xb9\xec\xfd\xfd\xfa\x5c\x44\xa6\xdf\x3c\xd1\x0c\xcc\x13\x8e\xb1\x40\xcb\xed\xc8\x08\x6b\x2b\x97\xac\x13\x26\x68\x83\x13\xde\x5a\xbb\x79\xa6\xda\x53\x94\x4f\xc5\x16\x97\x3d\xd2\x2e\x6c\xd3\x26\x87\x9b\x25\xb6\x8d\x7a\xb1\x05\x9e\x8d\x7a\xf2\xb5\xf6\x4c\x69\xff\xf6\xf7\x04\x81\x2e\xb1\x80\x27\x08\x74\x89\xa3\xd1\x14\x81\xae\xa2\xab\x9b\x20\xd0\x65\x70\xed\x26\x08\x74\xb1\x56\xcc\x4d\x47\xc5\x49\x75\x02\x41\x77\xd2\x51\xf3\xd8\x91\xf6\x8b\xb9\x6f\x2a\x55\xf8\xdf\x63\x59\xf0\xc0\x09\xd2\x5c\x03\x2a\x72\x02\x34\xd7\x58\x2c\x13\x9c\xb9\x9c\xa4\x13\x3c\x0a\xb0\xfe\x09\xcc\x5c\x1b\x93\xbc\x84\x8e\x3a\xf6\xff\x5c\x2a\x5b\x98\x9b\xdb\xf4\xff\xc6\xf7\x33\xff\x13\x8f\xe3\xf4\x9b\xae\xad\x46\x55\x63\x6b\xeb\x3d\x18\xf1\x3c\xce\x8b\x5e\xf2\xa3\x9e\x26\x87\x89\x30\x1f\x6b\x26\xa2\xa6\x87\xff\x2f\xd4\xac\x74\x0c\x76\x6c\x1c\xa8\xa6\x90\x74\xd3\x0e\x4b\x89\x05\x4b\x7f\x25\x62\x4c\x17\xe9\x9d\x34\xf4\x5d\xf2\xa4\x31\xfd\xc1\x1d\xab\xfa\x02\x32\xd4\xa0\xde\xa2\x17\x33\xad\xe7\x81\xe1\x77\xb6\x0d\xb8\xf1\xe2\x66\x33\xc1\xa6\x6b\x9c\x88\x27\xd0\x74\x8d\xfb\xe4\x29\x34\xdd\x40\xbd\x38\x0f\x42\x60\x24\x7b\x86\xed\x0a\xe3\xc4\x09\x18\x5d\x47\x61\x37\xc1\x9f\x6b\xc0\xf0\xcc\xc3\x80\x53\x18\x52\xcd\xa3\xe8\x70\x63\xcf\x70\x25\xdc\x9c\x33\x3a\xf7\xe2\x14\x38\xc1\xa2\x8b\x26\xf9\x82\x5d\x8f\x95\xd5\x1c\xcd\xca\xb2\x13\xcd\x93\x3e\xe0\x4e\x6b\xec\x22\x70\x0f\x72\x44\x8b\xbb\xb9\x33\x91\x5d\x09\xcb\x85\x79\x60\xa4\x46\x48\xa2\x79\x54\x66\xe8\x49\x1a\xcc\xcf\xe6\x49\x1a\xb6\xa1\x5d\x09\x6e\x86\xe7\x1f\x4f\xb9\x53\x24\x3c\x60\x51\xe7\x11\x07\xd0\x5e\xac\xad\x10\xb0\xc3\x51\xaa\x74\x55\xf2\x07\x79\x9a\x93\xa8\xda\x6f\x54\x05\xc3\xb4\xec\x4c\x06\xe3\x18\xdd\xcd\x04\x22\x2f\xfa\x93\x69\xad\x61\x9a\x75\x6c\xa0\xad\x3a\x18\x6a\x3c\xb9\xe5\x9b\x47\xc3\x0a\x29\x9b\x81\xfa\x39\xd3\x0c\x4f\x75\xfa\xbf\xa2\xb6\x95\x05\x53\x6f\xec\x1f\x80\xc0\x76\x4e\x70\xab\xcc\xed\xe6\x3c\xb4\x22\xdf\x45\x73\x58\x9d\x89\x12\xba\x8b\x7c\x52\x59\x2c\xc7\x8b\x83\xc4\x61\x75\xda\x08\xfc\x9a\x88\x1f\x30\x8f\x0e\xf6\x69\x96\xee\x29\x6b\xfa\xc3\xc5\x00\xf8\x03\xd1\x46\x9c\x37\x5c\x30\x4f\xbb\x0f\x1f\xe4\xe2\xea\xe2\x4a\x99\x88\x9d\x13\x78\xbd\x86\x83\xcf\x3c\x86\xb5\xa3\x12\x23\xff\xeb\xaf\x4a\xbc\x87\x79\xa8\x34\xad\xe6\x95\x47\xda\x61\x1e\x73\xad\x84\xfe\xcb\xbb\x16\xdc\xc8\x4d\xd7\x2c\x47\x5e\x20\xce\xe6\x31\xf6\xe8\xd2\x01\x43\x3e\x65\x57\x0a\x10\xd4\x9c\x69\x83\xfe\xcb\x74\x99\x06\x6e\xdd\x1f\xe2\x34\x9c\x87\x43\xba\x35\xae\x96\x2e\x26\x2d\x17\xa9\xf3\x30\xc8\xd5\x66\x99\xfa\x38\x9f\x16\x39\xd5\xa7\xf8\xcb\xb5\x47\x86\xf2\x2f\x37\x85\x4e\xa7\x5c\x32\xe6\xfd\x0b\xd3\xbe\x52\xbe\xd1\xac\xda\x4e\xd5\xb8\x20\x36\x11\xd3\xc5\xb1\xb9\x3c\xfb\xd1\xe0\xcb\x96\x50\x47\xcd\xc6\xbb\xfb\x00\x67\xd8\xe9\x5c\xdb\xfa\xda\x49\x11\xb7\xfa\x2e\x7b\xfb\xde\x0b\xdc\x5f\xe0\x3a\x99\xba\xdf\x4a\x05\xf2\xac\x1b\x24\x28\xf9\xb1\xb1\x1f\x37\x03\xbf\xdd\x0e\x2b\xc5\x23\x96\x9c\xfe\x60\x5c\x10\x6e\x10\xe6\xf1\xec\xbe\xa3\x21\x5b\x13\x2b\x7b\xda\xd7\x5d\x7e\xf9\x11\xb1\x84\xaa\x3c\x7b\x15\xf8\x83\xc8\x8d\x34\x65\xcb\x11\xc3\x17\x7b\xcb\x06\xbf\x1e\x7c\x2c\x9f\xc3\xeb\xcc\x64\x7f\x9d\x06\x83\x76\xbd\x6a\xdb\x2d\xf1\xc5\x98\xce\x06\xeb\xf2\xdc\xdd\x12\x0d\x50\xe5\xf6\x80\xb4\x41\x68\xa2\x09\x82\x5e\xc3\xa8\x7f\x1e\x5b\xcb\x6a\x43\x40\xe7\xc1\xa6\x66\x1e\x1a\xaa\x77\x17\x24\x3e\xce\x65\xff\xa0\x0e\xdd\x91\xf6\xb8\xbb\xb7\x17\xc1\x68\xbb\xec\x51\x93\xaf\xbd\x53\x2f\x9d\xc2\xa8\xe2\xda\x63\xf2\x27\x59\x6f\x8a\xa2\xd7\x65\x5f\x48\x0d\x6e\x44\xe7\x3e\xc9\x4e\x5f\x68\x58\xf1\x7f\x45\x58\x26\xb1\x28\x78\xd3\x3d\xfd\xdc\x9a\x5a\x66\x34\xd8\x77\xd1\x66\x5f\x14\xd7\xe9\xb1\xd3\xf8\x90\xd8\x6e\xcd\xf3\xf4\xcb\xe4\x3f\x3d\x50\xd0\x03\xe7\x89\xd7\x58\x36\x91\xd6\x46\x21\x77\x4e\x91\xf0\xaa\xe2\x82\x48\x78\x03\x3d\xfc\x3c\x39\xb5\x02\xca\x38\x4f\xfd\x8f\xb1\xcc\x9a\xa7\x2e\xc7\xc4\x61\x9f\x1b\x0a\x0f\xe5\xf9\xdc\x50\x78\x58\x51\xcd\x33\xed\xc6\x90\x2c\xc9\x80\xc9\x9f\xd4\xcc\xd9\x17\x89\x4b\xc3\xe2\x0f\x72\x0a\xc6\xef\x34\x14\x24\xb7\x33\x13\x84\xbb\x86\x65\xeb\x3c\x0d\x69\xec\xf6\x7b\x66\x1b\xec\xff\x36\xb8\xf9\x22\xfb\x9f\x66\x77\xf7\x66\x86\x9e\x5b\xf1\xcb\x44\xdc\xe0\x77\xe0\xf8\xce\x0d\x7e\x87\xd9\xcf\x14\xfc\xae\x82\xc4\x3b\x4f\x4d\xc5\x9b\xa3\x54\x86\xbf\xd0\x4b\x44\x39\x4e\x56\x00\xfd\xee\x2c\xe6\x20\x30\xb1\x25\xe2\x44\x0c\xc0\xc0\x3c\xd9\x82\xf3\x4e\x83\x2d\xa0\xcd\xdd\x07\x43\x47\x1b\x6f\x2c\x42\x41\xcf\xb3\xee\xa2\xc9\xcd\xe6\x8c\x92\x69\x9e\x6e\xc8\x45\x3a\x0d\x74\xdd\x9c\x6e\xc0\x88\x92\x67\xd5\xec\xce\xce\xd2\x7d\x6b\xee\x97\xdb\x56\x90\xac\xed\x3e\xa5\xba\x6c\xaf\xd5\x9a\xa0\xe9\x9d\x0e\x4f\xdb\xcb\x83\x8e\x6b\xb0\xac\xe2\xff\xdd\xef\x52\x5f\xe2\x20\x4f\x67\x7d\x33\xc2\x83\x89\xe8\x84\xe6\xff\x4e\x60\x27\x8d\x3b\x27\x5c\x11\x7c\xbc\x36\xe1\xf5\xc0\xe3\x45\xd5\xf9\x6a\x37\x00\x00\xf5\x60\xe7\x24\x1a\xfe\x04\x2a\x2f\x29\xf9\x01\x95\x17\x19\xa8\x78\xdf\x6d\xf5\xc5\x23\x94\xa3\x21\xec\x6c\x73\xfc\xdd\x18\x2b\xa9\x86\xfc\x19\x76\xb7\x51\xf1\x86\x83\x2c\x2a\x1e\x26\x26\xf3\x04\x1e\xa7\x38\x9a\xee\x86\xd5\x1c\xbb\x44\x7f\x80\x0d\x5a\x47\x6c\xb0\x94\xc0\x4e\xc1\x71\x92\x23\xa8\x3a\xd8\xc2\xbd\x72\x54\xf2\x3c\xb1\xf0\x6e\x4e\xe4\xb9\x97\x11\x75\xd7\x7d\xca\xb9\x20\x32\x4e\x77\x34\x31\x4f\x21\x64\xe7\x14\x08\xaf\x02\x77\x3c\x4f\x63\x63\x75\x7b\xf1\xb2\xb5\x64\x8f\x23\xbc\x1e\x5a\xf3\xbc\x76\xfb\xa8\x89\xb1\x8e\xc1\x57\x9e\x27\x6a\xde\x29\xab\xb8\x6c\xd3\x1f\x25\xc0\xf3\x42\xb8\xb3\x29\x6e\x93\x32\xa1\x7b\x73\x5e\xbe\x76\x23\xd0\xb1\xf9\x8b\xa5\x57\x41\x55\x9e\xa7\xd1\xb5\x86\xd9\x6f\xf8\x7e\xa3\x29\xee\x92\x8d\xae\x73\x97\x1c\xf6\x8a\x21\x95\xb3\x3f\x50\x61\xb9\x06\xda\xe0\x39\xed\xec\x5b\xae\xe5\xb8\xb9\x97\x4e\xbb\xc8\x88\x5b\xdd\x81\x23\x44\xf2\x9c\xb6\x5e\x33\x12\x85\x61\x60\xf3\x72\x71\x0a\xa2\x1d\x3e\xad\x2f\x56\xda\x00\x80\x4c\x21\xf4\x00\x75\x9b\xa0\xe6\x35\x62\x1b\xcd\x53\xc0\x77\x97\x11\xd0\xb5\x04\x9f\x9c\x00\xe8\xe5\xe1\x42\xd7\x89\x59\x16\x4b\x7c\x11\x25\xfe\x73\x1f\xe6\x49\xc3\xdd\xe6\x6c\xa6\x81\xa5\xba\x8b\xbc\xb1\x0b\x9e\x32\x71\x23\x8d\x74\x7b\x39\x8e\xf2\x3a\xe8\xcf\xd3\xad\xd9\x39\xf2\x6a\x39\xe1\xc2\xc1\x80\xa4\x3a\x14\xee\xcc\xee\x20\xdc\x7f\x4e\x97\x2c\x06\xda\xc4\xba\x9b\x40\xe8\xe5\xc3\x5a\x60\x26\xd2\xed\x09\x6e\x3c\x95\x82\x36\x20\xde\xb0\xeb\xb4\x06\xe9\x76\xaa\xe1\x98\x93\x1d\xb6\xbc\xd3\xb5\xc7\x96\x7b\x11\x47\x87\x53\xe7\xb0\xee\x07\x96\xcc\x8a\x7d\x15\xe4\xbb\x36\xbb\x1f\x7b\x4d\x45\xef\x70\xe9\x39\x11\xdb\x36\xd8\x9d\x47\xe2\xa4\x7b\xf3\xd8\x2f\x98\x19\x14\x53\x59\x22\x87\x01\x40\xed\x22\x4b\xe5\x85\x8e\x63\xc4\x04\xb2\x4b\xd8\xac\x4c\x90\xec\x32\x88\xa3\x13\x24\xbb\x93\x88\x3b\x13\xf0\x3a\x9d\xcb\x67\xe2\xa8\x8d\xc6\x67\x26\x2c\x3a\xc0\x7e\x99\x89\xe3\xf5\x44\xb6\x4a\xe7\x56\xa7\x9b\x88\x53\x0f\xc2\x46\xe2\x5a\x74\x7a\x74\x4c\x86\xa8\x02\x9e\x7b\x82\x32\x27\x18\xf2\x04\x4d\xae\x4d\xc4\x55\x40\xe3\x22\x51\xe2\x05\x33\x28\x7a\x6a\x83\xc3\x31\xbd\x00\x87\x8b\x44\x99\x17\x5c\x64\x6c\x44\xb6\xa5\x66\x78\xa0\x53\x9a\x96\x98\x5c\x34\xcf\x84\x25\xa6\x93\x13\xd0\xb8\xd1\xac\x86\x8e\xca\x5c\x5d\xce\x54\x76\x3d\x28\x8f\x9b\xd3\x73\xff\x40\xbb\x99\xf2\x49\x47\x65\x0f\x3b\xa9\xec\xfe\xa7\x22\xdc\xa9\xe2\x7d\x30\x93\x47\xdb\xe1\x97\x2e\xcb\xa0\x86\x84\x56\x26\x1c\xc4\x4c\x1a\x41\x7b\x86\x02\x64\x6e\xa0\x58\x9d\x1b\x63\x0e\xf8\xf1\x99\xb8\x29\x9d\xcc\x74\xf0\xe6\xf4\x98\x9e\xc9\x80\x8f\xaa\x1c\x80\x9b\x6b\x13\xa9\x39\x69\x94\xd9\xed\x36\x83\x24\xd7\x3f\x05\xae\x9f\x42\xd1\x4d\x76\xcd\x64\x94\xc8\xc3\xaf\x31\xb4\x88\xf3\xa2\xcf\x55\xe0\xcf\x67\x6a\x4e\x4a\x87\xb6\xa1\xd5\x44\xf2\x10\x7d\x0e\xcc\xb8\x99\xc4\x1e\x18\x0e\x2d\x47\x5a\xbc\xc1\x66\xf2\x44\x0b\x2b\x07\x89\x2e\x12\x99\xdb\x75\x83\xa8\x97\x36\xf8\x2c\xbd\xa5\x0b\x73\x77\xb6\x62\xe1\x3c\xa7\x53\xda\xab\x52\xee\x02\xe7\x86\x92\xe3\xa6\x6d\x82\x1e\x97\xbb\x0d\x31\x82\xf2\xb0\xf2\x78\x23\x77\x8b\xc7\x5c\x39\x3b\x56\x18\xde\xec\xf5\x14\xe7\xc6\x41\x84\x95\x29\x8c\xdc\xe0\x32\x77\x02\x23\x17\x45\x98\xe3\xf5\x17\xea\x68\xa8\x2b\x95\x07\x60\xc7\x25\xd4\xb0\x53\xe8\x38\x11\x56\x27\xd0\x71\x6d\xda\x59\xd3\xa9\x45\xa5\x30\x5d\x9e\x88\x7c\x49\x20\x00\x95\x4b\x80\xc8\x65\xcf\x05\x49\x13\xcf\xe1\xb4\x06\x64\x56\xb1\x22\x11\x27\x79\x22\xe2\x25\x94\xe3\x73\x67\xb0\xdd\x4e\x58\x2d\x7b\xba\xdc\x43\xdf\x26\x4e\x15\xc9\xc0\x1c\xdd\x65\x74\xe9\x49\xed\xc4\x24\xbe\xe4\x9e\x4d\xdc\x7b\x4e\xd5\x1b\x1b\x07\x8e\x8b\xde\x09\x0e\xdc\x99\xf7\xfc\xd5\x8f\xb8\xbb\xc4\xd0\x6b\x83\x7d\x31\x93\x7a\xed\xee\x02\x25\x72\x31\x08\x65\x33\x79\x0b\xda\x77\x76\xd7\x05\xd2\x47\x7a\x14\x2c\x9c\x41\x02\x00\x24\x1b\xfc\xc8\x68\x9c\x36\x7b\xab\x73\xed\xaa\x99\xe6\x42\x79\x26\x6f\x42\xdd\x80\x12\x87\xc8\xa9\x26\x21\x3d\xbb\x1c\x5f\x38\x08\x70\x89\x37\x13\x66\x3b\x13\x39\x05\xf8\x38\x9d\x92\x27\x88\x71\x59\x55\x00\x88\x71\xfa\xfb\x4e\x50\xe2\x06\xba\xe4\x99\xdc\xd7\xd8\xf2\xd3\xbb\xdb\xeb\x87\x58\x8a\xce\xa7\xd7\x15\xee\x28\x7e\x96\x40\xa2\x4f\x79\x07\x89\x25\xa9\xa3\x26\x1c\xdd\x14\xf5\xad\xb8\x2e\x04\xbe\x19\xae\x85\xcf\x02\x4d\x64\x81\x96\xfe\xd9\xc1\x7e\x8a\x4b\x84\x5d\x9e\xfb\x81\x35\xe1\x9c\x09\x88\xf0\x4c\x5e\xab\x76\xdb\xaa\x35\x0f\x2a\xf5\x99\xe2\x9c\x99\xf1\x74\x9e\x20\xc0\xa5\x3d\x4d\x05\x7a\x1b\xce\x6b\x6c\x1b\x9b\x4c\x28\xb6\xbf\x41\x8c\xfa\x09\xe8\x5b\x3f\xd8\xdd\x01\x7d\xd3\x07\x79\x26\xcd\x1f\xad\xd3\xe2\x9a\x19\xfd\x5f\x3e\x76\xc9\x95\x17\x2c\x0d\xbb\xff\x03\xed\x46\x90\xda\x09\x9e\x5b\xf7\x14\x96\x8f\xdd\xec\xc6\x8b\x27\x9f\x6c\xaa\x45\xd9\xc7\x9f\xf8\x5f\xe6\x1c\xca\x05\xe6\xcc\x7a\x4a\x63\x05\x30\xb3\x01\x1f\x55\x56\x65\x3d\xa2\xb9\xe6\x98\x99\x2d\x10\x73\xa7\x99\x51\x24\x1f\xf0\xb6\x7c\xda\x5e\x33\xec\xbe\xee\xbc\xbc\xb4\xc5\x44\xf0\xfb\x6e\xe6\x3d\x1b\xf8\x81\x43\x28\xc1\x01\x27\x98\x71\x03\x7f\xdd\x09\x64\x5c\x3f\x90\x71\x41\x8c\xeb\x07\x22\x66\xd6\x1d\x5a\xa5\x7a\x4e\x4e\x44\xff\xe7\x9c\x9c\xcd\xec\x46\x95\xcd\x8d\xce\xc1\xa6\x26\xd9\x09\x0c\x21\x0b\x78\xd0\x77\x79\xc0\x86\x9f\x7e\xea\x41\x73\x6d\x8e\x8f\xb2\xe9\x01\x2e\x51\xd5\x08\x81\x2a\x57\x0e\xf3\xe6\xbd\x34\xa9\xa0\x37\xaa\xc4\xa7\x9b\xc0\xca\xf5\xe3\x30\x95\x4c\x9c\xd5\xbc\x71\xe5\x54\x1f\x83\x1f\xd7\x8f\xc3\x1f\xe2\x24\x7a\x20\x04\x03\x05\xd7\x0f\xc7\x7f\xef\xbd\xb0\x9f\x5c\xe4\xd5\x64\xde\xbe\x12\x4e\x06\x36\xdf\x0c\xa4\xcb\xcc\x05\xb4\x43\xe7\x95\x37\x9c\x70\xa2\x2c\x5a\x81\x1a\x5c\xc1\xe0\x06\x56\x11\x33\x1b\x88\x19\x57\xd7\x09\x00\x5c\x06\x47\x6a\x82\xff\x16\x59\xe8\x06\x02\x8e\x1c\x08\x5e\xc0\xbf\xe9\x48\x3d\x73\xdd\xdc\xc6\x1c\x8a\x01\x30\xc5\x5c\x0d\x5a\x6b\x8e\x87\xdc\xd6\xc4\x15\xe8\x14\x89\xed\xb6\x1f\xce\xaf\xb6\xbb\x87\x1c\x7b\x8f\x44\x52\xcc\x4d\x15\x80\xe3\xdc\xe4\xdc\x36\x0b\x0b\x26\x15\x30\xb9\xb9\x28\x60\x6f\x19\x57\xe5\xe3\xb4\x10\x65\x5b\x2b\xdc\xe1\x44\x7e\xb7\xdb\x0f\x0e\x6e\xf7\x50\x03\x4b\xce\x7d\x0f\x28\xc3\xb3\x4f\xb6\x3b\x8f\x8c\x1f\x09\x31\x1b\x5a\x44\x79\x1a\x30\xba\x0e\xf0\xc7\xcc\x06\x13\x51\x45\x98\xbb\x06\xdf\x54\xb2\xbb\xbd\xb0\xe9\x01\x46\x17\x2f\xa4\x32\xac\x15\x46\x12\x33\xef\x93\xaa\x0b\x7c\x47\xfd\xe0\x84\x96\x51\xdc\x16\x5b\x3c\x76\x29\xb4\x72\xb8\x09\x3a\x76\x7b\x33\x46\x42\xc9\x93\x29\x75\xfa\x83\x83\x8a\x08\x07\x06\x5d\x3a\xfc\x16\x0e\xc8\xc3\x21\xda\xe7\x56\xb6\x6c\x20\xe8\xba\xdb\xba\x10\x74\x35\xb9\x4a\xb4\x4f\xc2\x68\x62\xe6\x6b\x77\x25\x55\xb9\xf6\x31\x9d\x12\x2f\x8c\xc6\xed\xc9\x7d\x8a\x1d\xfe\x60\x50\x35\xfa\x6b\xef\xcd\xb2\x3a\xb1\xe6\xd4\xd8\x80\x2f\x17\xbf\x50\x24\x08\x03\x87\xf3\xe0\x76\xea\xd0\x90\x1b\xd6\x94\xfe\xcc\x02\x6f\x67\x92\x6c\x6f\x1f\x3e\xad\xc1\xa3\x7e\x05\x89\x27\x3f\x30\x1f\xf9\xe1\xc3\x61\xc4\xf1\x16\x4b\x60\xb8\xbc\x62\xa3\xed\x4a\x6e\x40\xd1\x45\x2d\xe9\xb1\x67\x17\x62\xaa\x5d\x7f\xda\x8f\x05\xd2\x54\xdc\xcf\x7b\x6f\x66\xf3\x02\x8d\xae\x2b\xe6\x00\x46\x97\x4f\x87\x02\x64\xf6\x34\x5c\xdc\xaf\x25\xf2\x5d\xcf\x90\x58\x30\xcd\xac\x1a\x77\xc8\x0f\xe2\xac\xd8\xd5\x15\x67\xcf\x8a\xce\xcf\x57\x75\x9d\x4c\x4a\x90\xb9\xe4\xff\x72\x00\x19\xe4\xc7\x64\x71\x7e\x7e\x70\x32\x04\x8e\xfc\xc9\xc9\x64\xaf\xdf\xee\x07\xca\xf8\xac\x15\xbd\xe8\xf5\x2e\xc6\x33\x33\x7b\xa5\x3b\x64\x59\x1a\x2a\xa9\xff\x02\x42\x4e\xdf\xee\x29\x82\xdc\x54\x89\x9c\xd7\xee\x3a\x3e\xbc\x76\xb4\x1b\x93\xed\xd5\x1d\x3d\x04\x86\x5c\x12\x74\x72\x96\x63\xaf\xa2\xce\x0b\x23\x47\x07\x03\x28\x17\x0d\x3e\x79\xe9\xfc\x50\xf9\x7f\x98\xdd\x54\x6e\x0f\xcd\x0f\xbb\x4d\xc1\x19\xcb\xc9\x98\x50\x31\x10\xe2\xfa\xc1\x54\x29\xa7\x5d\x94\xf8\xbf\xfa\x29\xbe\xcb\x6e\x49\x20\x9c\x09\x58\x5c\x56\x03\x5b\xdc\x2d\x59\xe6\x85\x1b\x55\x41\x11\x66\x89\xcd\xaf\x7b\x5d\x5a\x12\x9b\x00\xfa\xd7\x62\x74\xe3\xb9\x7f\xd8\x39\x68\x5f\x66\xbb\x44\x00\x29\x86\x70\xc4\xc6\x66\x96\xec\x9a\xdb\x2f\xea\x01\x61\xc4\xc5\xfd\x88\x45\x53\x32\x6c\xdc\xae\xda\xc8\xa6\x74\x82\xbb\x11\xeb\xba\xe4\xdd\xed\xb4\xd5\xa0\x1d\x6a\x71\x4a\xb6\x77\x60\xbd\xa5\x58\x77\xca\x2b\x7b\x96\x52\x86\x3b\x18\x0b\x09\x4c\x3a\xfd\xaa\xe7\x46\x9e\x1b\xd2\x35\x48\xb3\x0c\x2f\x40\xd5\x89\x17\x81\x4a\xe1\xc2\xa5\x22\x0f\x14\xff\xcf\x00\xff\x99\x46\x11\x05\xbe\x5d\xf4\xc9\xf3\x22\xb0\x54\xda\x81\xb8\x2b\xf0\x1c\x26\x01\xb3\x18\x66\x43\xf6\x56\x2a\x7b\x83\x33\xa9\xda\xb9\xec\x40\xc5\xdd\x88\x75\x50\x8c\x7e\xa5\x76\x04\x10\xba\x8e\x09\xf8\x2c\x6d\x77\x34\xed\x68\xce\xa4\xd3\x17\x3b\x91\x4e\x68\x72\x4a\xdb\xa1\x69\x2d\xf6\x45\xb3\x18\xf2\x0a\x1b\xe3\x59\xb4\xb3\xc5\x72\x68\x02\x25\xd7\x0f\x7b\xb7\xab\x75\x61\x33\x2c\xdd\x05\x0a\x73\x05\x3d\xae\x1f\xb6\xbd\x33\xa9\x2d\xc4\xed\xa7\xfe\xc9\xb5\x77\x82\x13\xd7\x8f\xfd\x31\xba\xa2\x5a\x3c\x72\x24\xfb\x07\xf0\x71\xfd\x60\xc7\x29\x46\xd8\xc0\x2d\x79\x16\x9d\x5d\x31\xb1\x9e\xa0\xff\x64\x39\x60\xed\x2a\x2f\xe8\xfa\xba\xf5\xbc\x30\xfd\xda\x77\x83\x79\x19\x3a\xae\x75\xfe\xa7\x57\xd9\x3f\x2a\x85\x60\xea\x3d\xeb\x4f\x19\x7c\x57\x58\x1f\x0c\xbb\x26\xb0\x3e\x42\xc3\x4f\x60\x7d\x62\xd6\x24\x5e\x00\xc3\x64\x2e\x03\xeb\x23\x1c\xfb\x04\xd6\xe7\x24\x52\xff\xac\xc3\x0b\xb9\x6e\x19\xe0\xe4\x32\xd4\x55\xa0\x03\x6b\x3e\x91\xc5\x87\xff\xa3\x2c\xa1\xa3\xaa\x7b\x28\xc7\x86\x3a\x59\x44\x4d\xfa\x66\xaa\x94\x70\x31\x80\xcd\xff\x3d\xd4\x31\x79\x45\xe8\xc1\x5b\x7d\xd6\x4b\xbb\x48\xda\x83\x86\x57\x4e\x02\x58\xcf\x16\xfc\xab\x26\x5a\x69\x67\xb0\xd1\x66\x80\xd7\xc2\xab\xea\xde\x26\xab\xc5\xdd\x1e\x34\x2c\xce\x38\xf6\x76\xff\xc5\x70\xc3\xf5\xeb\xc6\x38\x67\xc2\x54\x0e\xb7\xc9\x44\xf7\x66\x18\x14\x72\x7b\xfb\x64\x97\xbb\xb5\x76\x73\xe8\x57\xc6\x41\xb5\xde\x2c\xaf\xee\xff\xcc\x3d\x18\x6d\xbd\x65\xd4\x0e\xeb\xcd\xfc\x62\xad\x54\x63\x43\x7b\x45\x54\xdd\x61\xed\xb6\xc7\xad\x85\x95\x2a\x5c\x8f\x37\x44\xd5\xfb\x50\x0c\xda\x66\xf5\x3e\xd4\xdb\x14\xb0\x7b\x84\x42\x9e\x1b\xba\x07\xab\xce\x59\x1f\x6b\x42\xd5\x1f\x5b\x4e\x03\x77\x44\x0d\xb6\x9c\xfa\xba\x84\xe1\xa2\xf5\x65\x64\xf7\x0f\xac\x2d\xbf\xf4\x32\xca\x3b\xcd\x80\x99\x53\xf4\xde\x78\xd9\xef\x00\xfb\x89\xc6\x9a\x9b\xb2\x87\x3f\xc8\x37\xd9\x3b\xeb\xbb\x01\xc6\x7c\x91\xe3\xb0\x8b\x57\xa3\x51\x7a\x49\x03\xf4\x8f\x48\x92\xb3\x7e\xac\x0d\xc4\x34\x50\x80\xce\xe9\x85\x4d\x75\x4f\x76\x82\xee\x3d\x19\x8e\x01\x0c\xd0\x59\x5c\x1c\x8d\x80\xfc\x04\x19\x99\xed\xdc\x03\x92\x78\x71\x31\x22\xda\x34\xb7\x1f\xc4\xbc\x26\x76\x9c\x2b\x53\x64\x9a\xe9\x8d\x4f\x03\xaf\x1b\xd4\xc3\xd9\x38\x3e\xe1\xa7\x3c\x5b\x52\xe8\x30\xbb\xae\x1e\x5e\xa7\xb4\xd8\x98\xb2\xd7\x1e\xcd\x43\x8f\x5a\x1e\x91\x69\xa6\xb7\x31\x2d\xf6\x99\x7d\x04\xde\x58\x34\x1a\x6a\x80\x45\x13\xa9\xfc\x25\x66\x0d\x56\xd4\x13\x2c\x9a\xa4\x84\x2b\x14\x4d\x4d\x4c\x14\xa0\x68\x00\xc7\xfb\x03\xef\x6b\xa8\x3c\xf1\xb9\x9d\x8d\xfb\x3f\xc2\x3e\xcd\x56\x18\x3a\x0e\xfc\xa0\xd7\x24\xb7\xfa\x56\xe0\x89\xe8\xb1\x44\xaf\xf1\xaa\xa2\x19\x8c\x51\xf5\x11\x80\x35\x51\x5f\xfa\xb4\xca\x07\xe1\x0e\x60\xd1\x64\xfc\xb7\x66\xf3\x0c\x34\x4d\xc4\xcc\x44\x26\x6c\xee\x46\x48\x8e\x20\xd1\x08\x85\x34\xdb\x56\x3e\x5a\x27\x7c\x3b\x54\xae\x83\x4a\xa3\xa7\xe7\x14\x94\x06\xe8\x8b\xd9\x50\x44\x12\xe0\x62\xb6\x16\x93\xf7\x3c\x4c\x73\xe1\x63\x4a\xc1\x71\x5e\x12\x15\x69\xb6\xbd\x11\xc1\x73\x1b\x96\x32\x6a\x05\x5b\x6c\x37\xdd\xab\x8a\xd6\xb9\x48\x28\xd2\x77\x3b\x29\xa1\x63\xc8\x83\x24\x0f\x6a\x4d\xf6\xba\xb7\xb9\x25\x71\xa6\x68\x9d\x78\xa7\xce\x42\x6e\xfb\x34\x57\x11\xb2\x66\x7a\xe5\xd4\xba\x5b\x73\xf6\xab\x60\x1d\x1d\x7e\x75\xd7\xcf\x54\x32\x0f\xc7\x7e\x38\xd9\x60\x31\x6d\x6c\x4f\x59\x3a\x7c\x78\x2a\x77\x11\x68\x3a\xe3\x61\xb8\x89\x75\x0a\xc3\x69\xc4\x60\x9c\x0e\x11\xdb\x88\x07\x0f\x71\x71\xa6\x57\x53\xe0\xe2\x24\xac\x6f\x67\xe3\xae\x50\x79\x03\x8c\x9c\x7e\xda\x58\xb6\x14\x80\x5c\x66\x23\x5c\x03\xee\x79\x13\xe8\x9c\xa8\x3a\xb5\x25\xec\x62\xb1\xb2\x71\xfc\x12\x99\x69\x36\xe3\x3f\x4d\x67\x70\x1c\xbf\x44\x33\x9a\xc0\xe8\x88\x37\x35\xdb\xd4\x6b\xbf\x9b\xc8\xf3\xb5\x73\x08\x4b\x61\xc2\x80\xcd\xc6\xdd\x22\xe1\x0e\x67\x9b\x68\x60\x5c\xae\xc6\x85\x52\xe3\xd7\x2e\x87\x98\xae\xb9\xb0\xd3\x73\x88\xaf\xdd\x4d\x7c\xf5\x32\x4c\x17\xfc\x65\x03\xf2\xa8\x83\x6b\x97\x35\xe4\xbb\x5a\xdc\xc0\x02\xdb\xde\x86\xd8\xf5\xda\x75\x91\xc8\xff\x15\x62\xed\xe6\x0b\xe5\x97\xd3\x85\x93\x9b\xe7\x9b\x0d\xd4\xa3\x95\x4b\x8b\x5d\x48\x48\x86\x09\x68\x4f\x3f\xed\xce\xbb\x47\x6d\x9d\x9c\xb7\xf3\xc8\xa9\x7d\x1b\x57\xc9\xcc\x0f\xfb\x27\x45\xb3\x07\x0d\xad\x34\x40\xe8\xd1\xc1\x66\x0a\xd0\x43\x64\x86\x09\x24\x4f\x56\x28\x03\x92\xe7\xcc\x56\x0f\x67\x74\xd0\x1b\x27\x88\x3c\xa7\x87\x1e\x10\x79\x8c\x3d\x3b\x9b\x6e\x92\xaa\xcf\x80\xe7\xe9\x18\xc1\xce\xa6\x71\x8e\x3d\xc6\xfe\x73\xba\x68\x9f\x8f\xff\x29\xec\x25\x9a\x80\xfd\x6d\xf8\x63\x42\x08\x4e\xd0\x79\x8c\x63\x37\x1b\xf7\x88\x44\x9c\x9a\xcd\xa8\x91\x8a\xea\x00\xf5\x94\x9c\xff\xcc\xeb\xde\xdd\x53\x54\x1e\xcf\xf4\xe6\xe0\xb3\x4f\x9d\xfb\xff\xdd\x53\x96\xe3\xb5\xb4\x4d\xdf\xfb\x14\xdb\x75\xc3\x97\xc5\x6d\x0a\x48\x9f\xbc\x67\x24\x9b\x4e\x4a\xd2\x9d\x08\x76\x2e\x2e\xe8\xda\x4a\xb4\x6f\xdf\x57\xf0\xbf\xf2\x12\x1b\x5b\x5b\x84\x58\x90\xe9\x1b\xa8\x12\xe7\x95\xd9\xb0\xf9\xf1\xf8\xd2\x16\x51\xae\xac\x2d\xa6\xc0\xaa\xb6\x41\xf4\x31\x56\xde\x6c\x6b\x0f\x87\x3f\x04\xd3\xc5\x07\x75\x82\xd5\x23\x48\xf4\xec\x5a\xfc\x5a\xf1\x7e\x6c\x46\x61\x2a\xe6\x5d\xf2\x7f\x0f\x74\x74\x3c\x58\x3d\xc6\xac\x9b\x60\xf5\x18\x0c\x63\x02\xd5\x63\x78\xae\x09\x54\x4f\x7c\xb6\xf0\x82\xcb\x06\x02\x12\xf0\x3c\xc6\xd4\x9c\xc0\xf3\x18\x9b\x67\x82\xce\x63\x90\x96\x09\x1e\x8f\x31\x73\x26\x18\x3c\x46\x18\x9a\x42\xf0\x0c\x4d\x0a\xfa\x49\x2d\x90\x12\x81\xe0\x31\x50\xc8\xec\xe7\x6e\x35\xd5\xd0\x9c\xd7\xcb\x6c\xf0\x78\xf6\xa1\xa6\x9f\x4a\x22\xc5\x4f\x69\x52\xca\xff\x06\x9c\x94\xd9\xf6\x44\x17\x70\x6e\xee\x09\x83\x6b\xa4\x20\x01\x78\xa6\x37\xcc\x3d\xb1\xba\xed\xd9\xcc\x22\x66\xf3\xe8\x7b\xf3\x67\xde\x74\x95\xa4\x16\x97\xb9\x40\x98\xd2\x9b\x56\xa0\xb4\x3b\x04\x01\xc3\x2f\x4e\xe0\x77\xf4\x31\x9d\x00\xee\x18\x0e\x69\x76\x76\xf8\xe1\x3d\x7f\x67\x87\x3f\x1d\xc8\xe2\x57\xa5\x53\x6f\x3f\x54\xe8\xa7\x62\xe6\x6e\x66\x33\x30\x5c\xc5\x0c\x94\xc6\xac\xee\x65\xc7\x49\x30\x37\x7c\x73\x9a\x61\x0b\x6c\xd4\xa9\xc0\xba\xd8\x5f\xba\xb7\x93\x4c\xeb\x5e\x35\x01\x91\x5e\x15\xbf\x7d\x69\xf8\x13\xf2\xa5\xba\xeb\xe1\x0f\x9e\x16\x11\x3f\x00\xe5\xd1\x38\x7f\xf6\xaa\x18\xd9\x7d\xb9\xcd\xe2\x0b\x6b\xb5\xf8\x3f\x38\x57\xec\x17\xa0\xf5\xf4\xd3\x59\x8a\xe1\x6d\x71\x12\x71\x4b\xa9\xba\xa8\x0b\x5f\xa7\xde\xb2\x37\x3b\x8a\x16\x29\x1d\x38\x44\xdb\x32\x88\x55\x0b\x6a\xcf\xb6\x6a\xef\x78\x8a\x12\x0c\x64\x82\xe0\x13\x55\xf2\x4b\xb0\x3b\x1b\x81\x99\x90\x2b\x18\x68\x9f\x28\x8e\x22\xba\x27\x0d\x96\x67\xef\xbb\x22\x14\x88\x14\xa1\x02\xb2\xef\x3b\x4e\x16\x7d\xef\x8c\x0c\x12\x64\xef\xcc\xb4\xea\xa7\x6e\x7b\xed\x4f\x21\x5b\x26\xc0\x3f\x9d\x00\x1a\xb3\x77\x85\x48\x57\xfb\x96\x1e\x5c\xa3\x86\x92\x1c\x26\xe3\xa0\xab\xf9\x65\x0f\x79\xa1\x7b\x38\xea\x03\x56\x5c\xcd\x40\x77\x21\xad\x74\x01\x64\xc7\xce\x60\x4f\xd0\x5d\x5c\x92\x6a\x99\x04\xce\x4f\x4c\x1f\x72\xcc\x3d\xef\x49\x65\x98\x47\x95\xbc\x9d\x7d\xbe\xbb\xc6\xa7\xa2\x87\x33\x60\xee\xe9\x60\x16\x1a\x85\x4c\x22\x4c\xd0\xd0\x32\xba\xcf\xdd\x28\xaa\x72\x19\x3f\x8b\xba\x7b\xda\x4c\x2e\xe0\x0b\xae\xe2\x34\xbb\x68\x88\x75\xe4\x24\xe9\x39\x4b\xc4\xa0\x5d\x91\x4b\x65\x8c\xa3\x78\x19\xe0\xd6\xf1\xbd\xf6\xa2\xa0\x56\xf7\x9e\xca\xe4\xb9\x77\xe5\x7d\x51\xb5\xe3\xa2\x37\x68\x81\x22\xfb\x46\x0a\x52\x6c\xe8\x9a\xf4\xa8\x3d\x16\x1d\xa8\x6b\xc6\xde\x1f\x6b\xcc\xc7\x1e\x6b\x4c\x76\x6f\x39\x87\x55\x46\xf9\xaa\x2e\x53\x74\xa0\xae\xf5\xf3\x46\x07\x52\x03\xd9\xdd\x99\x9d\xdb\xe8\x5e\x87\xd7\xa7\xfd\xd9\xb3\xc3\x0f\x2b\x68\xda\x47\x7a\xe9\xa8\x4a\xed\x22\x15\xb8\xe1\xf4\x57\x75\x00\xf5\x7a\xe5\xcf\xee\x0c\xef\xae\x18\x5d\xb6\xf7\x6a\xf7\x06\x03\xc5\x24\x8e\x84\xfd\xf5\x9c\x2a\x87\x71\x0f\x76\xe2\xef\xb3\xa2\x2d\xde\x7b\x30\xa7\xc0\xbe\x8f\x87\x8e\xe4\xb7\x2b\x43\x32\x21\x85\x86\x3d\x43\x58\x17\x95\x69\x1d\x30\xbc\xe4\x20\x89\x5c\xa0\x65\x43\x5f\x3b\x3b\xbf\x2c\xd8\xa9\xb3\x8d\xa8\xd0\x39\x4b\x57\x16\x1c\xfe\xc0\x1a\x70\x54\x17\x03\xe1\xac\xd8\xbb\xad\x95\x47\x49\xab\x61\x4b\x17\xca\x95\xad\x1a\xa4\xa0\x4c\xec\x89\x39\x8c\x02\x0d\x83\xda\xa0\x41\x74\xef\xd0\xb2\x76\xee\x1f\x64\xa1\x85\xff\x1b\x06\x7c\x66\x96\x41\x21\x88\x0f\x34\xb7\x04\x4c\x99\xc2\x07\xd5\x34\xfc\x14\xfd\x39\xfc\x92\x32\x4d\xb6\x1e\xbb\x3f\xfd\x16\x5b\x2f\xa3\x0e\x7e\x50\x56\xb7\x00\x7c\xd0\x49\x58\xaf\x09\x7c\x50\x96\x9b\x82\x1e\x94\x95\xfb\xc7\xde\x92\xb3\x2f\x2e\x6a\xd6\xdb\x20\x54\x34\xc1\x73\x26\xe8\x41\x59\x53\x96\x8d\x0f\xa4\x22\x15\x7c\xa0\x53\x51\x7a\x78\x63\xaa\x29\xfd\x38\x77\x05\xa3\x9b\x47\xda\x48\xf4\x95\x17\x78\x13\x93\x07\x18\xa0\x48\x35\xff\xc4\x04\x87\x3b\xb9\xdd\x85\x81\xef\x98\xd9\x6f\xcb\x6c\xf7\xf7\xd4\x4f\x5a\xd1\x64\x78\x2e\x0b\xc5\x78\x0a\x51\x73\x6c\x35\xb4\x7d\xb4\xd5\xd0\xb0\x1b\x60\x85\xba\xf7\x6e\x03\x65\xb3\xc7\x87\x0d\x24\xa4\x3e\x73\x64\x4e\x0c\xe6\xce\xac\x57\x66\x22\xa0\x42\x67\x51\xd9\x04\x90\x50\x26\xf4\xf3\x04\x48\x28\xbb\x42\x07\xd0\xf0\x9e\x43\x86\x88\x0c\xb2\x21\xe0\x82\x92\x98\x2f\x73\xb8\xe5\x3b\x05\xf6\x96\xcf\x44\x1e\x7b\x6b\x77\xa8\x39\xe9\xcb\x8e\x85\x0b\xd2\xc5\x65\x70\xba\x77\x97\xdf\x08\x41\x3a\x8a\x0d\x43\xc3\x39\x70\xd5\x3e\xa4\x52\x55\xcd\xd8\x7e\xe1\x1a\x74\x9a\x9b\x53\xbf\x03\x5a\x5d\xf4\x3b\x11\xb7\x67\xce\x20\xb4\x01\x0a\x81\x40\xff\x14\xaf\x7f\x47\x43\x49\x3e\xfd\xdf\x89\x85\x40\x33\xdc\x9b\x91\xb1\x46\xb3\x41\xf6\xa0\x5b\x30\x8b\x7c\x18\xc4\x21\x39\x16\x1d\xde\x69\xd1\x9d\x89\x00\xbb\x01\x94\x26\x13\xb4\x71\x0e\xcf\x68\xa6\xd7\x0c\x46\xd5\xfb\xb8\x5c\x37\xc8\x49\x00\xd4\xa4\x7d\xfe\x1d\xa0\x79\xeb\x92\x31\xf4\xa4\x50\xb1\x09\x5c\x4d\xd7\x45\x62\xc3\xd5\x68\xe8\x33\x3c\xbe\xd9\x26\x43\xf9\xaa\xdf\x1b\xb7\xfa\x91\xfd\x2d\x97\xf0\xce\xef\xed\x82\x79\x1e\x5d\xef\x8b\x2f\xd1\x2a\x8d\xfe\xc7\x63\xab\x68\xfa\xb6\x88\x71\x60\xd9\x2a\xb4\x92\x1f\xcf\x2e\xd1\x54\xbb\x44\x5f\x6c\x70\xf5\x5b\xae\x43\x57\xc4\x6b\xf0\x33\xba\x0e\xd8\xee\xfd\x2d\xce\x41\xd5\xe6\x7e\x06\x3c\xb3\x56\x9b\x1f\x23\x08\x0d\xee\xd0\x34\x94\x18\x62\xbf\xa9\x3d\x1b\x06\xf3\xcf\x56\xfe\xf3\x40\xed\x92\xf8\xb6\x23\x02\xdd\x12\x87\xa7\xee\x75\xd1\x10\x21\x4e\x5d\xda\x88\xc3\x53\x57\xb7\x32\x82\xcf\x17\x79\xfb\x08\x3e\x5f\xb3\x2b\xfb\xc3\xbf\x48\x7e\xe7\xd1\x09\xe1\x71\xac\x5d\x11\xfa\x7a\x21\xdd\xc8\x5f\xd7\xae\x87\xa9\x36\xa8\x2b\xff\xe3\x7e\xe6\xda\xc2\x8d\x92\xc0\xda\x73\xee\x3b\x36\x8a\x9e\x87\xc3\xe1\x0f\xe0\x4f\x4e\xe9\xee\x83\xac\xc6\xa9\x67\xbf\xca\xa2\x79\xd8\xba\xca\xff\x58\x9c\xa3\x46\x03\x8a\xe6\xcc\x1a\x2a\x02\x3f\xd3\x3d\x44\x4c\x83\xd7\xca\x47\xc1\xa2\xe9\xe9\xf8\xe3\xcd\x06\x40\x35\x67\xde\x99\x0a\x99\x28\xfe\x74\x9e\xc0\x3f\x66\x70\xe8\xae\x1d\xfd\xdc\x97\x71\x4c\x59\x60\x6b\x7a\xe2\xc4\x30\x61\xbd\xda\xd1\xcf\xad\x19\x65\x96\x4d\xb8\xab\x96\xd7\x33\xed\x5e\x34\x55\x70\x03\xe2\xe2\xcd\xa9\x49\x68\x95\xae\xf4\x6a\xa5\x88\x67\x0b\x3c\xf3\x9c\x18\x99\x38\x50\x53\xcc\x52\xad\x89\xa7\xc6\x24\xea\x42\x37\xc8\x8d\xa6\x48\xe0\xd7\xc4\x2f\xbc\xe0\x48\x5f\x33\x33\x63\xee\xb3\x12\x92\x0e\xd0\x34\x5d\x1b\x5d\x10\x68\xba\x7a\x3d\x00\x68\x22\x91\xd9\x1d\xac\x69\x76\x4f\x79\xfb\x85\xc1\x42\x5e\x9d\x70\x4e\x77\x77\x50\x6a\xba\x86\xa0\xa0\xd4\x44\xe1\xb4\xa4\x28\xd7\xc1\x2e\x67\xa5\x17\x91\x01\xe6\x56\x8c\xc2\x8e\x66\xb5\x26\x4c\x8e\x60\x9d\x5d\x23\xe9\x59\x75\xa5\x9d\xfe\xb0\x5b\x68\x8e\xdd\x75\x94\x48\x3c\x9c\x9a\x9d\x43\xd5\x8d\x69\xff\xb2\xfc\x85\x0f\x34\xb9\x13\x9c\x58\x58\x93\xcc\x79\x75\xaa\x48\xdb\xff\xef\x0f\x93\x43\xcf\x7a\x1d\xc0\x66\x08\xd8\x46\x2d\x9d\x73\x2b\xcf\xe0\x47\xf3\x72\x29\xb1\x31\x03\x6c\xd2\xd5\x7a\x80\x6b\x12\x3f\xf0\x2d\x0c\xf3\x4b\xf6\xff\xd8\xcc\x08\x2a\x36\x01\x2d\x89\x4f\x91\x83\x4b\x98\xaa\xb7\x22\x08\x26\x29\xa9\xce\x02\xc2\x24\xed\x6e\x09\x6e\x9a\xd5\xaa\x4d\x43\x87\xa9\xce\x02\x9b\xa4\x6b\xfa\x35\xb7\x9e\xab\x9b\x6a\xf9\x42\xf6\x67\xfb\xb0\xfa\xb2\x2b\x4f\xf1\xc1\x40\xb7\xdc\x3d\x61\xa0\xaa\x2e\x26\xb7\x30\xda\x97\x4d\x58\xa6\x16\x5d\x13\xe9\xba\x66\x17\x2c\xd2\xf1\x9e\x27\x2f\x6b\x84\x73\xbb\xb8\x28\x1a\x68\x4d\x4d\x16\xf4\x2a\x9a\x5b\x50\x1e\xe6\x46\xcb\xe6\xc4\xc6\x96\x41\xd3\xa6\x69\xd8\x2f\xe5\xd4\x29\xf8\xb4\x2e\x30\xf3\x65\xfe\xc9\x83\x0c\xb4\xa2\x16\x6c\x62\xe4\xa0\xb1\xd7\x7c\x9d\x7f\xc3\x02\x17\x3f\x90\xfb\xdb\x5c\x84\x42\xb8\x51\xd1\xb2\x60\x8a\xf5\xa5\x6a\x6c\x2e\xa7\x0c\x4c\x19\xf0\x93\xae\xe9\x09\xe0\x27\xf1\x83\xa9\xa8\x09\x5c\x72\x1a\x2e\x5c\x3b\x68\x80\x50\x52\xa1\xba\x60\x9f\x74\x6d\x48\x2e\xd5\x4d\x19\x7d\x07\xd8\x27\xe7\xde\x28\x2f\xb1\xa1\xd5\x4d\x5c\x30\x50\x2f\x22\x05\x42\x29\x8a\x52\x22\xa1\x0c\xb7\xd3\xcb\xb8\xe0\xf3\xfc\xe3\x19\x18\xcc\x94\x68\xb3\xd9\x3e\x76\x25\x0b\xa2\x63\xd8\x84\xc1\x4c\x89\x44\x83\x17\x79\xc7\xf0\x25\xa1\x39\x22\xc7\xb9\xb7\x0f\xfe\x6f\xb6\x26\xf1\x32\xff\xf5\xd7\xd0\x3e\xee\x3a\x77\x35\x27\x2f\x9f\xd5\x24\x4b\xb2\x5f\xe1\x7c\x97\x4c\x54\x0d\xc2\xb5\xed\xe7\x59\x0e\x60\x9d\xc4\x97\xf9\x9a\x46\x7c\xea\x51\x2e\x02\xa3\x68\x3e\x72\x25\xbb\x9f\x1c\x21\x7c\x66\x77\x93\x6b\x73\x4e\xe6\xd4\x65\x88\x31\x4d\xa6\x2f\x45\x51\x0d\x95\xaf\xbc\xab\xef\x2f\xc1\x7d\xd4\x2e\x5e\xda\xdc\xe7\x9d\x0a\x96\x8c\x62\x00\x4c\x92\xee\xfd\xfd\xa5\x43\x38\x91\x58\xe6\x25\x77\x65\x73\x07\x9f\xa4\x7b\x2f\x7f\x15\x67\xfa\xf4\x07\x46\x15\xd1\xe0\x92\xd3\xaa\x00\xb8\x8a\x53\x67\xfa\x5d\x26\x31\x5b\x24\x88\x24\xc6\x2f\x9e\x82\x90\x1c\xaa\xe7\x41\x21\xe9\xc4\xa0\x9e\x02\x8f\x24\x2d\x85\x2f\x19\x2a\x9b\xfb\x25\x5a\x25\x38\xfa\x13\xe4\x91\xae\x78\xbd\x81\x47\x64\xc1\x17\x6a\x26\x42\xc6\x4d\x40\x48\x7a\xe2\x34\x7b\x19\xb0\x78\xee\x1f\x98\x27\xf0\x07\xe0\x45\xba\xb7\x9b\x17\x0a\x24\xef\xdb\x80\x17\xe9\xde\x28\x02\x22\xd2\xbd\xef\xba\xb0\x80\xd8\xf3\x17\x19\xd5\xcb\x17\x60\x25\x92\x57\xf2\x20\x49\x44\x61\x64\x30\x8e\xa2\x07\x6c\xa0\x24\xba\x2c\xef\x52\xfc\xf4\x80\x0d\x94\x44\x34\x82\x17\x6e\x0f\x54\x98\x5f\x9b\x7b\xda\x39\xf7\xee\x1c\x7f\x51\x02\x74\x86\xdf\xb2\x65\x4a\x54\x57\xb1\xc7\xd2\x00\x8b\x9e\x89\x2f\x19\x6b\xf3\x7f\x78\xbf\x27\xd3\x8b\xc8\x54\x6a\xc5\xaf\x1f\x4d\x05\xdf\x7d\xf6\xaa\x26\xcb\xa3\xe3\x1f\x2d\xf1\x46\x5b\x2b\xce\x8d\x11\xe1\x71\xf4\x12\x14\x51\x59\x16\xc8\x87\xae\xc2\x5c\xc8\x87\xb9\x17\x95\xac\x95\x8d\xfa\x32\x3e\xad\x76\xb7\x97\x61\x14\x35\x91\x05\xff\xe1\xdc\x22\xef\xa5\x12\xc2\xe3\xe9\x85\x51\xb6\x96\x4b\x17\x36\xd9\x7d\xe7\xb0\xbd\xd9\x42\x1e\x7e\x20\xd1\xb7\x4b\xf7\xc5\x8e\xb4\xbf\xbe\x5d\x22\x5d\x4c\xac\x10\xf5\x52\xd7\xe6\xa1\xb0\xe0\xeb\xdb\xbd\x4a\xb7\x60\x88\x9d\xe5\x40\x8a\xaf\x70\xf6\x4b\xa3\x6c\xcf\x33\x22\x3f\x80\xcf\x38\x41\x7e\xe8\x09\xfe\x7d\x7d\xf4\x89\xf4\x45\x37\xc0\x98\x01\x7b\xe8\x69\xfc\xd1\xcb\x03\x20\x88\x28\x85\x4a\x2e\x96\x02\x1c\xfc\x32\x22\x56\x76\x96\xab\xc3\xf0\x9c\x75\xc9\xdb\x61\xe7\x97\xee\x4a\x9e\x88\x36\xfc\x83\x27\xa2\x5b\x9b\x6d\x0f\x3e\xe0\x3f\xc4\x12\x2d\xbc\x24\x07\xc2\x64\xd9\x62\xfc\x85\x0e\x83\x87\xdf\xc6\x0c\x51\x94\xbf\x89\x75\x75\x38\x90\xa2\x3e\x1c\xf6\xfe\x2d\x03\xd7\x7e\xf8\x96\x51\x6b\x1a\x7c\x9f\xce\x04\x76\x14\x50\x1c\xe2\x85\x32\x95\x69\xe1\xe0\xc0\x38\xc4\xc7\xcc\xcf\x82\x1c\xfe\xef\xe0\xb3\xd5\x08\xe4\x30\xb5\x56\xbd\x37\x8e\x15\x23\x06\x78\x43\x57\x31\x70\x1b\x0c\x32\xb3\x3c\xef\xc4\xa2\x87\x73\xdd\x8a\xbe\x7a\xb0\x82\xd8\x10\xdf\xa2\xc5\x69\xbb\xad\x51\x17\x23\x7d\xc8\xaa\xef\x60\xd5\x35\x33\x41\xef\x1c\x8c\xc5\x43\xd1\x0d\xa3\x3e\x76\x1b\x35\x17\xf0\xe4\x76\x13\x4f\x4a\xeb\x24\xf0\x1b\xce\x66\x19\x1a\x08\x68\x8d\x0c\x7e\xc3\xe9\xbd\x9f\xf8\x0d\xda\x6c\xdc\xf0\x66\x3d\x7c\x6e\x6e\x09\x0c\x53\x01\xac\x43\xd6\x7d\x40\x20\x87\x63\xf7\x68\xd9\xcd\xf0\x4b\xce\xd5\x6a\xf6\x45\x76\x5a\x1e\xbc\xb9\x2b\x6c\x82\xcb\x90\x09\xa8\x39\xef\xba\x5b\x41\x86\xe0\xba\x5d\x09\x0f\x28\x86\x53\x8b\xa2\x5b\x89\x56\xcb\x06\x21\x16\xba\x56\x25\xb7\xe6\x66\x1e\xd5\xc0\x58\x88\x9a\xf0\xe1\xe6\x02\x64\xfb\x10\x70\x61\x1f\x6b\xee\xb6\x6b\x4f\xbd\xd4\x0f\x78\xde\x02\x59\xa1\x68\x38\x07\x82\xc2\x50\xb9\x7b\xf7\x3d\x37\x7d\xb1\x53\xfc\xbf\x92\x88\xcc\x5d\x7e\xc5\x0e\x00\x82\x42\xe4\xa0\x74\xc3\xfc\x7a\xbb\x0e\x36\x42\x94\xce\x88\x0c\x3a\xdb\x21\xe4\xda\x7d\x9f\xb0\xc0\x43\x88\x2c\x74\x0b\x4e\xba\xc7\x1e\xb7\xe1\x48\xb3\xa1\xdc\xaa\xd5\xbd\x2b\x06\x36\xe1\xdc\xa7\xaf\xdb\x38\xf2\x5e\xd4\x6d\xac\x04\x2f\xb9\xc0\x4a\x38\x55\xd1\x83\x95\x60\xe4\xf8\x29\x54\xc2\xa1\x65\xf0\x3d\x19\x2e\x07\x78\xe2\xe1\xd1\x4d\xe4\xec\xf0\x7f\xf9\x1d\x1b\xcf\x3d\xed\x47\xf6\x17\x00\x15\xe2\x53\xfe\xe2\x78\xd9\xc8\xcb\xe5\xe7\x2a\xbf\x94\x5a\xb2\xbf\x30\xf6\x96\x7e\xed\x66\x51\x4c\x6c\x7c\x99\x90\x9a\xf3\xd6\x5c\x4b\x36\x77\xab\x72\xd7\xae\xf7\x46\xe5\xbe\x5b\x75\x19\xbf\x9c\xd2\xef\xdd\x2a\xea\x15\x47\x08\xa2\xe6\xff\x81\x19\xde\x46\xb7\xd0\x18\xf8\xe6\x7a\x5d\x19\xe8\x36\x00\xb1\xa7\xed\x9b\xfd\x71\x6a\x7d\x7c\x63\xf0\xa5\x24\x71\x13\x8b\xcb\xa0\x42\xb7\xaa\x7c\x8f\x98\x37\xaa\xfc\xa9\xe9\xdf\xcd\x66\x79\xec\x19\xca\x66\xa9\x3c\x75\x7b\xdb\x9e\xd9\xf9\x6e\xf4\x33\x39\xf9\xff\xee\x30\x66\xc5\xe3\x34\xb6\x44\xad\xbc\x9c\xc5\x18\x79\xe5\xfd\xd9\xdd\xf9\x66\x67\x3d\x22\x05\xdd\xea\xeb\x3d\xd4\xde\xd8\x72\xed\xe9\x8d\xfd\x96\x16\x07\xf7\xbb\xcb\x63\xae\xbd\xb6\xd6\x5a\xb1\x23\xaa\x90\xb9\x85\x44\xd2\x1c\xef\xc6\x5a\xba\xb8\x39\xdf\x58\x66\xed\x45\xc0\x39\x22\x23\x98\xdc\x1f\xb3\xc8\x81\xfb\x2c\x9b\x9a\xb3\x69\x6e\x35\xc1\xfd\xed\xc2\x29\x83\x0b\x73\x2f\xaa\x6f\xf4\x3c\x53\x4b\xa3\x9b\xc8\x18\xd5\xc3\xea\xfd\xd9\xbd\xfb\x65\xf9\x42\xfe\x45\xf7\x9a\x85\xed\x71\x77\x22\x0a\xfd\xdd\xd3\x4b\xf6\xe1\x74\xc4\x08\xdb\x8b\xd3\x7b\xed\x9a\x50\xf7\xe5\x76\x24\xf7\xd0\x95\xd7\x23\xfc\xad\x11\x76\x76\xde\x69\x77\xad\xa2\xe9\x5e\x8e\x34\x83\xf8\xc4\x7e\x38\xf4\x18\x7e\x88\xfc\x78\x78\xf1\xfd\x70\x9d\xee\xa5\xfb\xc3\x06\xe8\xe5\xc2\xc3\xad\x79\x66\x01\x3c\x68\x84\xac\xc9\x73\x30\xce\xc5\xbc\xbb\x1b\xcc\xf0\x90\x68\xf0\x3f\xc1\x42\xba\x89\xe4\x43\x9c\x5b\x9f\xd8\x22\x8b\x3c\xff\x31\xde\xb1\xa7\xf4\x07\xb5\x51\x66\x23\x7f\xb8\x5b\xb7\x45\x0f\x9a\x21\x3b\xfa\x39\x2b\xff\xfb\x21\x97\xb4\x45\xc7\x66\xd9\x0d\x02\xf1\xa0\xae\x3f\xb4\x70\x7f\x4e\x27\x89\xad\xdb\xe7\x1d\x0e\xff\x0f\x3a\xa3\x8c\x6e\xf0\x49\xae\x3b\x4e\x82\x8f\x51\x94\x55\xfb\x3c\xc9\xce\xa1\x26\xec\xa8\xb9\x98\xdb\x1d\xb5\xfb\x83\x03\x65\x57\x19\x1f\xd2\x73\xfd\x93\x14\xb4\xac\x58\x72\xa0\x6c\x22\x8a\x7b\xe0\x27\xe7\x83\x6e\x29\xef\xd2\x17\x7a\x3f\x0a\x41\x6d\x9f\xd9\x5c\x1f\x2f\xed\x35\x6a\x7e\xdc\x8f\x39\xaf\x3c\x7b\x3f\x86\xb5\x3d\xfb\xe0\xe4\xe0\xe8\xac\xec\xdd\xbe\x60\x31\x85\x7d\x0d\xac\x98\x2e\xff\x7b\xb2\xa1\xad\xfc\x94\xfc\xba\x5b\x20\x95\xe2\x44\xf5\x68\xbd\xb7\xe7\x88\xd6\xe3\xea\x08\x1e\xd4\xfb\x87\xcc\x50\x14\x99\xa9\x49\x35\x28\x32\x3d\xb3\x23\x83\x22\xd3\x73\xfd\x23\x03\x04\x61\x66\x9f\x6c\x1e\x43\x35\xab\x66\x78\x3c\x56\x71\xa4\x10\x16\xa6\xee\xfe\x52\x69\xa5\x0d\xf9\x53\xdd\xb1\x92\xc9\x30\x43\x42\xa2\x78\xf4\x7b\x3a\xaa\x3f\xd0\xfc\x6a\x76\xa5\x08\x38\xd8\x63\x10\x67\xfd\xc1\x81\x85\x89\x17\x7a\xaf\xee\xba\xf8\x31\x57\x38\x27\xb6\x87\x9b\xfd\x6c\xf1\x42\xff\xcb\xbe\x9f\xb6\x6b\xe9\x2f\x9b\xc3\xf8\x8b\xbd\x41\x5d\xb6\x50\x00\x0f\x7c\x8c\xdc\xbc\x67\x58\x77\x4e\xb2\x93\x3e\x46\x68\xf6\x1e\xee\xe9\xf6\x2c\xdf\xea\x7b\xea\xf9\xc2\x8a\xb5\xc6\x86\xeb\xd0\xba\xf9\xf1\x4e\xde\xbb\xa4\xe7\x23\x94\x3f\xbc\xe7\xd1\x24\x55\x0b\xe5\xe7\xb3\x5e\x34\x8b\x68\x82\xaa\x49\x1e\x0e\x05\x80\x19\x4d\xf0\x29\x3a\x80\xe2\xf3\x91\xb9\x21\x5e\x00\x3c\x11\x1f\x22\x33\x91\xd6\xf5\xc1\x01\x84\x22\x13\x20\x7f\x3e\x0b\xc3\x43\x97\x89\x0e\x26\xaa\x71\x9e\xcd\xcf\x98\x9d\xef\xd6\xc4\x30\x6d\x41\x94\xe8\x84\xa9\x9e\xaf\xcc\x89\x3e\x00\x5c\x22\xab\xe9\x7c\x65\x54\x48\x26\x82\x4b\x14\xcf\x62\x02\x4a\x4c\x8d\xa9\x45\x91\x70\x17\x7a\xd5\x57\x6b\x0d\xfd\xca\x78\xe0\x4e\xaf\x0c\x06\xbe\x2a\x28\x84\x62\xe4\xeb\x15\xa0\x2a\xa4\x17\x91\xdb\xd0\x20\x2f\x7e\x8f\x5a\x9f\xbd\xc9\xfa\x51\x6f\x74\xca\x20\xca\xce\x17\x3b\x1c\x43\xe3\xbd\xea\x97\x77\x7a\xd4\xe9\xc9\xef\xc8\x23\x39\x7a\xbc\x59\xe1\x81\x0d\xec\xcd\xf6\x2c\xfc\xe4\x15\x05\x5d\x25\xcd\x9b\x35\x22\x37\x8b\x15\x44\xb1\xf2\x66\xe5\xa0\x6c\x2a\xd6\x71\x37\x95\x35\xa7\x15\x38\x84\x80\x79\x33\xdf\xb2\xbb\x9c\x02\x8b\xfc\x8f\x0d\xfe\x55\x14\xb7\xa3\x8a\xc2\xe1\xf4\x85\xc6\x5a\x2b\x1d\x1f\x73\x35\x07\xa3\xd1\xfd\x94\x93\x10\x56\xf1\xa2\x6a\xd6\xab\xfd\x55\x2c\x67\x3e\xbe\xd5\xe3\x98\xfd\x40\x7c\xbb\xec\x44\x60\x39\xea\x91\xfc\xee\x35\x07\x33\x78\x59\x73\xba\xa9\xbc\xb1\xe6\x72\xdf\x74\xbb\x8a\x55\xfa\xee\xf5\x57\xfd\x85\x66\xec\x1f\x76\x33\x28\x43\xb8\x0e\xd9\xd4\x2b\x7a\x93\x4b\x03\xec\x0e\x11\x64\x26\xd8\x1d\x59\xbf\xac\xb7\xd1\x87\x8e\x40\x77\x4f\xa5\x22\x98\xe1\x66\x67\x48\x77\x4b\xb7\x19\x18\xc7\xe4\x3f\x5b\x3b\xbf\xdd\x73\x25\x12\xc2\xdb\x55\xa0\x57\xbf\xfd\xf9\x42\x65\x74\xf0\x50\xbd\x22\x48\xc7\xd4\xdc\xfb\x1d\x1b\x93\x84\xb1\xc6\xf9\x22\xef\x1f\xec\x55\xe9\x8a\xeb\x2e\x04\x11\x3b\x64\x5f\xaf\x71\xe5\x54\xc2\xbc\xfa\x27\xb2\x91\x00\xd8\x91\xb2\x0a\xae\x77\x7a\xa6\x81\x47\xbf\xda\xc1\x1c\x88\x6d\xef\xb4\xa1\x64\xd1\x9f\xe2\xb0\x9b\x2e\x7a\x9f\xa3\xe8\x7b\x51\x15\x14\x5c\xef\x8e\xfe\x76\xf8\x02\x97\xf1\x4b\x7a\x44\x78\x79\xf1\x5e\x46\x0b\x3c\x7c\xa1\xf7\x61\x33\xef\xd6\xcc\xc3\x48\x01\xf2\xe8\xd9\x41\x45\x19\x7f\xec\x44\x72\x4e\x6b\x75\x33\x37\xa7\x3f\x58\x75\x6b\x75\x47\xd5\xf5\xc9\x05\xc6\xa3\x67\x7b\xe1\xde\x15\xb1\x08\x77\x04\xeb\xae\x7b\xc4\xe1\x82\x03\x59\xa9\x1b\xa7\xe3\x7d\x98\xdb\x0e\x02\x21\x6d\x65\xa3\xef\xb3\x27\xa4\x3f\xd8\x25\x7c\x17\x51\xbb\xd8\xbb\x5b\xd4\x86\x87\xbf\xcf\xae\x22\x8d\xda\x61\xd2\x0f\xb3\x2f\xb2\xd0\xa8\x37\xf3\x3f\x89\x84\x32\x97\x87\x83\xd5\xd1\x8d\xcb\x02\x54\x47\x2f\xf6\xf4\xeb\xaa\xb4\xf0\xd7\xde\xe5\x98\xf4\x1a\x04\x40\xf6\xfe\x6e\x25\x93\x0d\xf9\x9c\xd1\xf6\xca\xa7\xc8\x81\x58\xfb\x7e\xd6\xde\x54\xdd\x7e\x30\x95\x9a\x0d\xa4\xb5\x77\xcb\xcb\x6c\x16\x2f\x06\x30\xe5\x30\xd5\x2e\xdf\x1f\x6c\x16\xb5\x37\x0c\xad\x27\xf4\x77\x61\xa5\x28\x53\xc1\xdb\xff\x50\xda\x16\xc8\xa3\x1a\x13\xe3\xe5\x36\xa0\x70\x42\x7f\xd9\x52\xbc\x95\x7b\xd1\x1e\x69\x69\x08\xa8\x47\x2f\x36\x77\xed\xb2\xa3\x1d\x9f\x77\xa6\xda\xd1\x7f\xc7\x6e\xc8\xe4\xe5\xf2\x97\x83\x97\xd7\x97\xc4\xcb\xfe\x40\x34\xf1\xd3\x13\xdf\x7d\x08\xc0\x8e\xf8\x65\xf0\x82\x4e\x8f\x33\xe6\xa7\x26\x47\x83\xf4\x4f\x5f\x0f\xb7\xd6\x2f\xa4\xd3\x5e\xac\x0c\x5e\x63\xc5\xef\x76\x75\xc2\xe4\xc6\xe8\xce\xd8\x97\x40\x30\x44\x3f\xf8\xc3\xed\x67\xcd\xf1\x80\x95\xda\xf9\xdf\xf6\x9a\x68\x87\x4d\x8d\xff\xc7\x76\x8f\xe0\x07\xcc\xea\x34\xe0\xf9\x84\x44\xd4\x28\x1c\x70\x86\x68\x06\xfd\x30\xe8\x5e\x9b\xc4\x41\xbd\xc0\x04\xc0\x5a\xe8\x05\xfe\x0d\xd4\x42\x51\x4e\x01\x5e\xa1\x17\x18\xcd\xe7\xdd\x5e\x9c\x38\xfe\xc0\x05\xbf\xa9\xf5\xb8\x5f\x1e\xe6\xf2\x65\x37\xd1\xf2\x69\x16\x0b\xee\xdb\x27\x7d\xb6\xbb\x6f\xa2\x4b\xb1\x7b\xaf\x3d\x39\xe8\xae\xcb\xda\xf8\x7f\x08\x22\x19\x7e\xfe\x19\x9d\x4b\xb1\x02\x44\x86\x0e\xf8\xdb\x04\x90\xa1\x1b\x9e\x0a\x10\x86\x48\x44\xa7\x5c\x96\x4d\x9f\x6c\xe6\x64\x45\x04\x61\x70\xc7\xfa\xb6\x06\x00\x69\x07\xe8\x85\x24\x96\xef\xfc\x38\xd8\xeb\x14\x0a\x0c\x43\xd7\x11\xf9\x83\x3b\x95\xe4\xff\x2c\x9e\xe2\xff\x44\xa2\x75\x62\x82\xf9\xd6\x2d\x3b\x98\x53\xe9\xbb\x00\xa7\xe5\xe9\x0b\xc6\x06\xdd\xc2\x00\x80\x63\x1b\xf9\x1e\x4d\xc7\xec\xce\x87\xd0\x15\xfb\xff\x3d\x3a\xb4\xfb\xd9\x9d\x4e\xd9\xf8\x43\xef\x80\x2e\x20\x32\x74\x0d\x17\x44\x64\x68\xec\x0f\xa0\x30\x88\x40\x36\x01\x61\x48\x8a\xe3\x80\x30\xf4\x92\xfd\xdf\x3d\xc4\x9a\xc7\x99\xbe\xb6\xe2\x0f\x60\x7a\x3b\xa5\xf7\xf1\x9e\x3a\xbd\x16\x46\x95\xb8\x3e\xd4\x6f\xe6\x7b\x59\x26\xd9\xc2\x96\xad\xa6\x16\xc1\xaf\x7a\xe1\x3c\xf8\x7d\x1e\x4b\x58\xf2\x1f\x3e\x58\xc5\x7e\xda\xa7\x7b\x84\x34\xa0\x1d\x7a\xd9\x89\xdc\x62\x9b\xd9\xe1\x43\x36\x6e\xed\x71\xf4\x85\x28\xc7\x6e\xd1\xdf\xf2\x14\xcd\xa9\xe8\x43\xe1\x5d\xf6\xff\xb6\x35\xfb\x62\x77\xc2\x06\x81\x79\xe8\x05\x96\xfc\xad\x5d\xf9\x48\xb5\x36\xf7\x61\xc5\x8b\xc5\x30\x75\x3f\x58\x5b\xf5\x5c\xfc\xe5\x23\x2c\x59\xe2\x7f\x4f\xf7\xf4\xe2\x3a\x3d\x3a\x20\x58\xae\x73\xd7\xd2\x5f\x94\xed\x10\x57\xc1\x60\x38\xf5\xbd\x06\x83\x21\xf2\x53\x0a\x82\x6f\x61\x9a\xac\xcd\xbb\xb2\x3f\xd8\x61\x48\x80\xe0\x2e\xc4\x8b\xc9\xdc\x90\xf6\xc7\x94\x5d\x8a\x2f\xcb\x5f\xa2\x93\x17\x36\x72\x5e\x4e\x2f\xce\xdc\x05\x31\x66\xa5\xdd\x7b\x26\xf2\xe0\x86\x00\x0a\x5e\x42\x2f\x4c\x21\x40\x11\xa2\x44\xb2\x64\x6b\x8c\xb0\xb6\xf2\xae\x18\xc9\xf2\xae\x18\x55\x16\xe4\x40\x0f\x0f\x40\x0e\x72\xd9\xa9\x88\xe9\xe7\xac\x58\x79\xaf\x18\xca\x47\x48\x06\xa8\x6d\x02\x7f\x10\xa9\x28\x65\x9f\x7c\xe1\xa5\xa0\x19\xc4\x0b\x59\x30\xcf\x98\xfa\x8b\x80\x67\x90\xf2\x1e\x8b\x02\xe3\xa8\x66\xb9\xff\xf5\x57\xd5\x28\x41\xd8\x82\xde\xff\x68\x13\xb8\x34\x74\xb3\xcd\x1c\x7c\x8d\xba\xba\xc4\x43\x3d\x91\xcc\x81\x37\xe8\x3a\xa6\x6e\x74\x03\x7d\x44\x56\x75\xf8\x1c\xd7\xba\x7b\xc9\x64\xc3\x64\xb4\xac\xba\x7d\x38\xe4\x1e\x76\x75\xcf\x58\x55\x9e\xe6\x58\x36\x76\x5e\x7f\x68\x48\x1a\x48\x07\xab\xc9\x36\x87\x2f\xd3\xec\x14\xc9\xad\x62\x71\xc0\x71\x60\x2b\x4d\xfa\x2e\xc3\x1f\x76\x19\xb4\xab\x39\x93\x9d\x17\x06\x81\xd6\xb1\x62\x75\xbb\x1f\xf1\x7e\x21\x61\x17\x56\xe8\xea\x32\x54\x27\x4c\x77\x5c\xe0\xa8\x8b\xd3\x71\x71\x21\xe0\xdd\x56\x9a\x9f\x72\xba\x56\x7f\xd8\x58\xd8\x7c\x17\x40\x21\xb5\xd4\x6b\x38\xf8\x4e\xb1\xe9\xa2\x82\x1f\xad\xe9\x66\xc2\xf9\x65\xb9\xb5\xb9\xa6\xf6\xd6\xe6\x7c\x35\xb8\xb2\xf6\x1e\x20\x42\x74\x95\x60\x20\x42\x54\xaf\x3e\x05\x84\x38\x76\x0e\xbc\x90\x8b\x4b\xea\x72\xe1\x3a\x0f\xb5\x0b\xf7\x2c\xb4\xc4\xbc\x53\x4f\x01\x3e\x44\xe4\x27\x19\x76\x7c\xdb\x83\x63\x19\x93\x51\x16\xbd\x74\xed\x75\xa3\x02\x8f\x21\x7e\xa1\xfa\x8f\x79\x10\xb6\x45\x4d\x28\x5a\x70\x2f\x6c\xec\x0e\x2c\xec\xaf\x8e\xec\x5c\x71\x39\xb9\x6e\xb5\x2e\x38\x84\xbc\x23\x3f\xef\x8b\x42\x11\x07\x56\xde\x15\xa0\x0e\x0e\xf1\x12\x58\xa1\x27\x73\xe7\x1d\xf9\x7d\xe9\x8f\x33\x61\x70\xf1\x8e\x72\xbc\xaa\x0f\x33\x8e\x77\x12\x70\xe9\xd3\x1e\x64\x13\x2e\x2a\x17\x9b\xbe\x84\xcb\xd3\x62\x70\xf3\x4d\xf0\xfe\xa2\xfc\x66\xc1\xe2\xb1\x70\x1f\x21\x61\xed\xee\xea\x9b\xf0\x56\x95\x2e\xbd\xfe\x10\xf8\x68\x1e\xbf\x29\xbe\xd3\x33\x70\xfd\xf9\x86\x80\x2e\x5e\x7a\x4a\xd0\xe3\x1f\x23\x57\x09\x43\xc2\xf8\xcd\xb2\x6c\xcb\xb4\x94\xf3\x7d\x8c\xa2\xc0\xbd\x1d\x04\x95\x15\x1d\x53\x47\x09\x78\xcf\x16\x4c\x5f\x25\xdc\x6a\x94\xc6\xf1\x43\xf0\x12\x39\x1f\x3f\x29\xc0\x8c\x3b\x0b\xe6\xab\x12\xd4\x3c\xe0\xb4\x28\xe1\x53\x1f\x3a\xf2\x26\xc0\x5e\xce\x8e\x71\x88\x04\x55\xfa\x2c\xb9\x77\x94\xf4\x3e\x8a\xbf\xe8\xf2\x25\xc0\x52\xbd\x0e\x90\xc0\xe9\x49\xfd\x39\x84\xad\x5e\xc1\x32\x58\x02\x07\x58\x75\xdc\x12\x38\xaa\x96\xf3\xf8\xf9\xe8\x2b\xfe\x35\x1a\x71\x08\x20\x9f\x9d\x99\xf0\x67\x12\xf4\xfc\x46\x11\x0c\x41\x50\x1f\x95\xd2\x12\x04\x08\x26\xb4\x88\x04\x2c\x09\x32\xf7\xe4\xef\x28\xf9\x45\x6b\x71\xaa\xd6\x92\xb0\x47\x7f\x1e\x3f\x04\x83\xab\xb0\xab\x41\xb0\x1e\x9e\x9d\x37\xc1\x62\xc7\x4f\x16\x91\xc3\xd4\x72\x40\x00\x2d\xe6\xfc\x7f\x71\xca\x7f\x47\x29\xaf\x00\x82\xca\xf7\x12\xd8\x8c\x32\x36\xa4\x12\xe0\xe8\x4a\xfa\x12\xf4\xc3\x29\x7b\x04\x82\x70\x9b\xa2\xff\x10\x84\x66\x64\xb9\x4b\xf8\x76\x96\xf1\x43\xe0\x72\x40\x81\x0c\x02\xbb\xf6\x29\x02\x9f\x04\xf4\xc7\x4a\x57\x12\x8a\xdf\xc8\x3f\xdf\x90\x75\xf4\x52\x2c\xa5\xbe\xc2\x59\x77\xc2\xe5\x6f\xc2\x67\xd0\xb5\x73\x13\x36\x66\x24\x7c\x10\xc2\x27\xe4\x42\xd9\xdd\x59\xdf\x4f\x4c\xe4\xb1\x4b\xa9\xef\x3a\xac\xc7\xfc\xc9\x02\xda\x50\x10\xec\xa0\xf6\x02\x72\x7c\x8a\x27\x07\xc1\xe3\x75\xaf\xa9\x6e\xc2\xc7\x65\xfa\xd8\xef\xfd\x7d\xb4\x06\xaf\x9b\xd9\xf4\xf7\xf5\xba\xbb\x6e\x76\xd4\x7f\xa6\x0a\xb0\x38\x12\x50\x28\x75\x50\xa5\x25\x70\x16\xeb\xf8\x79\x4a\x98\xa6\xa8\xff\x10\x1e\x09\xe9\x87\x70\x19\x6d\xb6\x9e\x3f\x04\x66\x68\xaf\xf5\xb7\x1e\xdf\x0e\xfd\xf8\x93\xe2\x33\x38\x4c\x6d\xe9\x97\x60\xff\xfc\x56\x6c\x03\x5a\xd5\xfe\x4b\xe8\x36\x6e\xfc\x64\x59\x62\x88\x55\xb9\x71\x19\xef\xeb\x7c\xa9\x9b\xd9\x8c\xf7\x13\x51\xeb\x87\x51\x8c\x9f\x8f\xb6\x7f\x08\x58\x98\xf7\xb6\x99\xcd\x7c\x3f\x9d\x27\xcb\xe6\xb5\x71\x5e\xa7\xa6\x6d\x2f\xe1\xeb\x55\x9f\x2e\x3e\x8d\x84\x4b\xc2\x9e\xd9\xd7\xab\x62\xa9\xb7\xfa\x93\x82\x63\xcf\xd9\x89\x5b\x08\x41\xc9\xaa\xb7\x3d\x3d\xae\x57\x08\x24\x15\x7e\xef\x28\xf7\xeb\xad\x8e\x47\x28\x09\x58\xa5\x75\x02\xb8\x43\xd8\x6b\x1a\xa4\x72\x08\x9f\xb6\x06\xa7\x9b\x51\xb9\x5f\x70\x71\xd2\x81\x33\xe7\x3b\xca\xf3\xbe\xc6\xd1\xe8\x7b\x3a\x3c\x3f\x33\x8a\x28\x9e\x9b\xe0\x30\x6c\xbe\xf0\xbc\x20\x87\x46\x8a\xbc\x09\x88\x28\x67\xef\x7b\x28\x9f\x97\xfd\xf4\x2c\x67\xf9\x29\x65\x19\xd9\x02\xdb\xcb\x4d\xd8\x59\xca\x2f\xc1\x62\xdb\xef\x47\xdf\xed\x0b\xff\xcf\x37\x2e\x09\xe9\x97\xb0\x24\xfc\x7e\xc3\xa5\x4f\xdc\x3c\x09\x02\x38\x73\x18\x7f\x47\x79\x7f\x36\xa3\x3e\xfe\x21\xdc\x12\xca\x0f\xa1\xda\x85\xbb\xd7\xdf\x77\x5f\x62\xf4\xdd\xfc\xf7\x7d\x2c\x65\x9c\x3f\x59\x5e\x2d\xd6\xc6\xe6\x5a\xef\xfb\x4e\x53\xec\x6d\xe2\xfd\xe9\xc2\x79\xfc\xa4\xf8\xb0\xe8\xeb\xa3\xe4\x5f\xc2\x94\x70\xfe\x12\xbc\x36\x9b\xbf\x29\x64\x1f\xa3\xfc\x54\x1d\xc4\xb9\xb3\x8f\xf6\x93\x02\x1c\xb8\xb3\x13\xde\x4c\x02\x1b\xab\x78\x3e\x12\xd0\x0e\x0b\x27\xb3\x09\xdb\xcf\xf1\xa7\xa6\x6b\xc7\x5e\xee\x3f\x35\x05\x0b\x29\x44\xa3\xdf\x62\xf5\x9f\x1a\xbb\xd7\xbf\x9f\x59\x38\xf6\xc4\xfd\xde\x47\x14\xd4\xb1\x17\xe1\xf7\x0a\x32\xd9\xc7\x16\x01\xd6\xfb\xe0\xea\xd8\xe7\x9e\xa7\xeb\x7d\x90\xd3\x4a\xda\xad\x5d\xaf\xd0\xdb\x19\x3b\x5a\x08\xc8\x5d\x67\x9f\x9b\xb1\xad\xbd\xf5\x8e\x3c\x7f\x53\x14\x53\xec\x0e\x5a\xef\xeb\x94\x9a\xe5\x37\x8b\xb2\xc9\x2c\xbf\x59\x64\x17\xb3\xfc\xc9\x60\x8b\xd4\x0b\x7d\x74\x9f\x4e\x8d\x7a\x38\x79\xd2\x71\x3a\xab\x83\xa0\x96\x18\x5d\x32\x04\xa1\xc1\xb5\x42\x95\x60\x48\xd4\xc3\xb9\x12\x04\x1a\x3a\x50\x99\x41\xf0\x48\x5e\xb6\xcc\x55\x8f\x57\xe9\x76\x1c\x72\xf0\x20\x10\x86\x6d\x6f\x1b\x35\x64\x1f\x4c\x80\x0f\x37\xa7\x20\x10\x1f\x61\x1c\x4a\x14\xf5\x74\x10\x4f\xc3\x6e\xbf\xa3\xa6\x5d\xd1\x41\x68\x1b\x08\xc2\xc5\x8e\xd3\xfe\xae\xe9\x5d\x86\x35\x3e\xcf\x9f\x14\xcb\x28\x50\xa7\xd2\x51\xcd\xaf\x57\xd1\x63\xf3\x96\x9a\x5f\x40\xc7\xcf\x3c\x15\xfd\x6a\x7e\xbf\x63\x9f\x5c\xc7\x2f\x81\xc6\x9e\xff\x10\x44\x54\x38\xe5\xf9\x41\xd0\x89\xf7\x74\x42\x06\xc1\xb8\x82\xe7\xae\x7a\x7e\xd7\xd6\x3f\xb8\x91\xd4\xb2\xd7\xf4\xc0\x6d\x4b\x82\xce\x50\xe7\x1e\xa7\xf2\xbe\x5c\x74\x8f\xd3\x09\x19\x04\xc2\x41\x8c\x53\x61\x28\x08\xe2\xa1\x9d\xf3\x37\x8b\x91\x5d\x4f\xb7\xe2\x5a\xde\x4f\x80\x8a\x73\xfe\x7c\xe3\xd3\x48\xf6\x74\x52\xd7\xfa\x72\x9f\x7d\x8e\x2d\x81\x07\xc1\x58\x4e\x87\xab\x3e\x08\x9a\x90\xa7\xf3\x27\x8b\x73\xd8\x30\x9c\x12\x30\xd2\x19\x29\xfd\x10\x50\x5e\x9e\x65\x0b\xed\xb5\xfe\x48\xe0\x3f\xf3\xa5\xbe\xcb\xb6\x10\x73\x4e\x82\x68\x76\x69\x4f\x87\xf6\x3e\xd8\x50\xb5\xdd\x83\x6d\x73\xa3\xbe\x4f\x28\x10\x3c\xfe\x28\x1a\x07\x41\x83\xf8\xb4\x27\x76\xdb\x52\x56\x9e\xe9\x27\xc5\xa7\xfb\x50\xda\x13\xa8\x6d\xb1\x6b\xe0\xc7\x2d\x41\x57\x4e\xfc\xa9\x21\x2c\xe3\x14\xef\x35\x5e\xfb\xe6\xbd\x03\xeb\x37\x09\x70\xa3\x91\x8f\x9f\x14\x5b\x8a\x38\xf2\x0f\xe1\xb3\x8f\xf3\x6e\x7d\x7f\x3f\xa7\xe9\x96\xd9\x83\x20\xc0\x70\x4e\xe9\x97\x50\x25\x1c\x3f\x84\x67\xa7\xe8\x3f\x04\xbd\x61\xb3\xac\x25\x08\xdf\x26\xfc\x7c\x74\x19\x85\x20\xe7\x9f\x6f\x00\x99\x18\x84\x9f\x52\x96\x3d\x96\xf3\x6f\x16\xc4\x9b\x91\xf3\x4f\x4d\x37\x12\x5c\x96\x1b\xd5\xf1\x3e\xa2\xb0\x65\xb9\x51\x10\x50\x3a\x8d\x2c\xab\x0d\x82\x7e\x22\xb9\xfe\x66\x21\x48\xf0\x40\xb5\x0b\xe1\x63\x66\xe7\xe6\x79\x2c\x08\xcd\x93\xa3\xe7\xb1\x20\x74\xbf\x31\x7e\xb3\x18\xab\x2c\x2b\x34\xd4\xf1\x82\x37\x99\x8e\xec\x11\xb7\xce\x17\x3b\x99\xe0\xac\x63\x13\xbe\x2e\x40\xa0\xdb\x46\x10\x3c\x6c\x72\x37\x00\xc1\x13\xca\x28\xbb\x83\xae\xf7\x31\x64\x47\xd9\x8d\xbb\xde\x47\x7f\xb1\xa2\x0c\x59\xaf\x97\xcb\xd0\x33\xb7\x7f\x08\x32\x98\x52\x7f\xbe\xe1\x35\x5b\x21\xde\x83\x84\xfd\xd1\xdd\x41\xd7\xcf\xa2\x2c\xbb\x83\xae\xf7\xab\xdb\x72\x69\xfe\x10\x84\x90\x2a\x6e\x92\x41\xd0\xe6\x1a\xe5\x8c\x04\xf7\xb3\x63\xa7\x08\xa9\x6a\x2a\xb8\x8f\x1f\x82\x41\x57\xab\x87\xab\x20\xa8\xc9\x48\xff\x10\xac\x58\xdd\x5c\x3d\xe4\x2e\xf6\xa2\x63\x0f\xc3\xfd\x33\x0b\x6b\xfa\xf9\xa8\x8a\x95\xb1\xc5\xf0\x20\x60\xea\x34\xaa\x22\x63\x7d\x5e\x6c\x08\x4e\x83\xf8\x40\x78\x75\x19\x26\x30\x8c\x04\x21\x68\x6a\xff\x93\xc3\x05\xa9\x95\x9f\x46\x3b\xcf\x5f\xc2\x2d\xe1\xf8\x21\xb8\x17\xb5\xcd\x9f\xde\x17\xb3\xa5\x73\xb4\xbd\x76\x82\x73\x4c\x09\x65\x13\x36\x5e\x7b\xdb\xd3\x3c\x08\x55\xc2\xcf\x37\xc4\x57\x17\x60\x42\x82\xa6\x97\xe7\x6f\x29\xdc\x9e\x44\x8a\xba\x09\xcb\x6d\xa2\xd5\x9f\x2c\x7b\xfd\xb5\x3d\xf0\x21\x81\x26\x09\x8e\xc0\xf7\xbe\xe2\xac\x34\x85\xc3\x20\x60\x68\x7f\x9c\x9b\x75\x7c\xbb\x58\x43\x3b\x42\x58\x46\xf5\x69\x1e\x0d\x20\x88\x41\x74\x9c\x3f\x04\x3d\x34\xfb\x66\x50\xeb\x7d\xb2\x76\xc3\xbb\x3f\x42\x6e\x11\xe9\xc8\xb3\x42\x5d\x2f\x77\xe0\xe9\x20\x5e\xa0\x84\x4b\xc4\xa6\xbd\x76\xd6\xfb\x9d\x9b\xf0\x93\x65\x9f\xdd\x87\xcb\xad\xfd\x68\x7f\x46\x97\x41\x05\x61\xc3\x51\xdb\x96\x76\xbc\x22\x94\xf7\x2d\x5f\x07\xc1\xf8\x52\xdd\x2e\x0c\x82\x5e\x95\xbd\xfc\x7c\x43\xc4\x4f\x83\x71\xbc\xa3\x9d\x3f\xec\xa7\x2b\x2d\x06\xc1\x6d\xb3\x7b\x44\x69\xe7\xfb\x1a\xc4\x78\x4b\xe0\xed\xdc\xbb\xc0\xd8\xc2\x72\x10\x96\x35\x1d\x66\x49\xef\xab\xf7\xde\x70\x27\x81\x60\x90\x45\x27\x5d\x10\x76\x64\xe4\xf3\x37\xcb\xe8\x3a\x5a\xe7\x5f\xc2\x86\x21\x28\x9b\xb0\x57\xf9\x16\x96\x83\xf0\x13\x2c\xfb\x37\x85\x98\x87\xc3\x3d\x30\x08\x3b\x68\x72\xf9\x29\xe5\xdb\xe1\xfa\xe5\x14\x41\x70\xc7\x1f\xce\xa0\x20\xb8\x86\xb7\x38\x1d\x04\x77\xb4\xd1\x7e\xda\xb2\x61\x5b\xb7\xe4\x1b\x84\x6f\x07\xc6\xf4\xa3\x59\x3e\xd0\x9b\x42\x7c\x0b\x89\x88\xb1\x1e\xca\x72\x41\xd8\xf5\x52\x34\x09\xc2\x0e\x1f\x3b\x7e\x3e\xf1\x9d\xbb\x3b\xda\x2f\xc1\x42\xc6\x2f\xc1\x18\x35\x43\xe1\x25\x08\x1b\x14\x61\xfe\x7c\xf4\x13\xc0\x6c\xcc\xdf\x8f\x12\x18\xa1\xf5\x9f\x04\x6b\x07\x65\x55\x76\x09\xc2\xda\xc1\x9b\x4c\x51\xde\xcf\x69\x3b\xf7\x30\x95\x17\x48\xf5\x20\xd8\xc5\xf5\x7d\x84\xdd\x9b\xaa\x55\x5a\x30\x07\x1d\x60\xf6\xa8\xfc\xc8\x2e\x79\x28\x88\x04\x61\x3b\xb1\xd5\x1f\x82\x37\x2b\x63\xee\x2e\xae\xef\xaa\xa6\x90\x3b\xb7\xf6\x3e\xca\xcb\x5b\xe6\x6e\xed\xfd\xb6\x81\x98\x8b\xb4\xf5\xf7\x45\x8a\xc8\x7d\xd7\xb4\xbf\xef\xab\xfd\x53\x6a\x9b\x20\x4b\x9a\xdc\xec\x48\xd0\x52\x28\xcb\xae\x83\x50\x34\x39\x90\x8b\x05\x61\x6c\xab\xd7\x9f\x8f\x7a\x6f\x38\x8f\xf2\xfb\x8d\x5d\xca\x5e\x3e\x21\x34\xf8\x8d\xfa\x53\x31\x61\x75\xe7\xd1\x7f\x09\x6f\xff\x1f\x09\xb1\xe1\x5b\x8a\x42\x54\x10\xc4\x16\xdd\xd2\x5e\x10\xc6\xb6\xed\x29\x3f\x84\xb5\x4d\x4f\xf2\x26\xbc\x73\x1b\x61\xfc\x7c\xe3\xbb\x95\x8f\xe5\x84\x6d\xbc\x6b\xec\xbb\x77\x7b\x7d\xbe\xdb\x42\xf2\xdc\x6b\x72\xc6\xc9\xd1\xcb\x87\xbc\x09\x3f\x56\x01\x4a\x44\x41\xe0\xd6\xeb\xc8\x72\xb1\x20\xdc\x3b\x85\x1f\xbd\x5e\x0c\x22\xe2\xc8\x6f\x96\x77\xeb\x33\x8c\xd0\x24\xc1\x0d\x7f\xec\xb1\x0d\x82\xbc\xf2\x8f\x70\x78\x3b\xb5\x37\x37\xf3\x9f\xec\x6a\x78\xf7\x24\x8e\xc3\xac\x21\xd0\xcb\x2f\x81\x30\xe8\xc7\xe9\xf9\x17\x82\x6a\xd2\xbd\x1e\x83\xa0\xe4\x9b\x7e\x6b\x3d\x54\x98\xec\x25\x1c\x84\x69\xc4\xca\xdf\x6f\x0c\x0f\x7d\x7b\x56\x07\xc1\x70\x55\xe9\x37\xc5\x74\xeb\xd9\x1c\x2d\x4e\x99\x96\xd2\x7f\xab\x7e\x71\xf5\x73\xfe\xd3\x37\xe8\xf5\xca\xd9\x7f\xbf\x41\xac\xee\xe3\x9c\xff\x10\x96\x32\xc7\x6f\xc5\xbc\x72\x4e\xc7\x6f\x0a\xc4\xd8\xdc\xea\x6f\x0a\xef\x70\xf7\xa5\x41\xfb\x5e\xcc\x93\xd3\xf1\xc3\x5b\x3e\x25\xce\x74\xa4\xf6\x9b\x82\x19\x59\xb6\xd0\xde\xeb\x8b\x25\xdc\x29\xb4\xd4\x3b\x7a\xc8\x93\x2a\xda\x65\xf9\x7d\xbe\xda\x92\xe5\xcd\x37\xfb\x7c\xbf\xcf\x6f\xb8\xfe\x7a\x14\xbb\xef\x90\xc6\x2f\x61\xc5\x01\xd6\x61\x89\xf7\xd3\xab\x0a\xf5\x47\x10\x06\x09\xfa\xef\xfb\xa5\xa2\xf8\x37\xc7\x96\x7b\xc7\x3f\x84\xa1\x46\xfc\x37\x4b\x7a\xfe\x07\xbd\x7b\x10\x50\x2f\xe6\x7e\xfe\x43\x90\x3d\xc9\x05\x82\x50\xbc\x8e\x95\x1b\x05\xa1\x7a\x41\x52\x7e\xeb\xc5\xe1\x22\xef\xf3\x3d\x04\xc7\x2d\xfd\xa6\x40\x56\xcc\x23\xff\x7e\x83\xcb\xb8\xfe\x4f\xcd\x89\xdf\xd4\xf3\xef\xbb\x2e\xdf\x5b\xfc\x84\x60\x5b\xd3\x6f\x19\xd7\xae\xd6\x6f\x16\xcc\x32\x72\x57\x3c\x0a\xc2\x6d\x3d\xdb\x6f\xe3\x6f\x17\x63\xfa\x6d\x2b\xd6\x52\x5b\xe3\xcd\xfb\xfd\x3f\x28\xe8\x20\x60\x3c\x33\x7f\xfb\xe2\xdb\x17\x2c\xbf\x0d\xdb\xd6\x4f\xed\x9f\x14\xd4\xb3\xf5\xdf\x32\xb0\x6f\x6a\xff\x24\x58\x3b\x6e\xc2\x4f\xa1\x2a\x43\xf2\x56\x02\x42\xf0\x22\xec\x38\x7f\x09\x0c\xc9\xfc\xed\xbd\x77\x0f\xfc\x6f\xc5\xdf\xa4\xee\x63\xfe\xbe\xcb\x54\x7e\x87\x59\x6d\x76\xce\xb5\xff\x12\x14\xaf\x7e\x47\x00\xb3\xc6\x98\xc1\x3f\x6d\xc7\xd0\x2f\x5a\xf2\x4b\x40\x5b\x59\x8e\x7f\x2a\xfa\x7a\x75\xd9\x7e\xab\xa1\xe3\xc5\xd1\x7e\x8b\xdd\x31\x89\x82\xb0\x06\x56\xc8\xb5\x04\x23\x5a\x83\x5d\xb0\x96\x90\x4d\x16\x31\x26\xce\x0c\x18\xc8\x9a\x1c\x9a\x32\xa6\x83\x8b\x28\x0f\x67\x81\xd3\x2f\x62\x33\xa4\x83\x83\xf0\x9a\xc9\xa0\x00\x47\x8d\x17\x36\xff\x8c\xd6\x6b\x19\x54\x20\xe3\xed\xb2\x26\x07\xbd\xcc\x71\x72\x4d\x42\x8c\x16\x0c\x24\x17\x51\x05\x3a\x22\xd8\x9a\xcc\xae\x02\xd3\x5c\x93\x0b\xc0\x82\xa5\xdd\xc2\xff\xbe\x13\x43\x7d\xe1\x41\x7f\x0a\x10\xb8\x70\x69\x3f\x05\x95\x5a\x13\x4b\x68\xa6\xde\xd2\x5f\x3c\xe3\x0e\xb6\xf0\xe2\x1e\x58\x98\x2d\xbc\xb8\x07\x97\x36\x0b\x2f\xee\x0e\xd0\xd1\xba\x7e\x6e\xed\x48\x74\xa6\x48\x34\x4c\x94\xe3\x7f\x2a\x75\xc5\x89\x62\x94\x90\xca\xd7\x25\x63\xc0\x47\x6d\xe1\xdd\x3d\x2a\xfd\x78\x05\xe3\xe2\x24\xf4\xff\xbc\x73\xac\xeb\xbc\x23\x61\x6c\x97\xeb\x3a\x1f\xfe\xf7\x63\x6f\xfc\xbf\x6b\xf2\xf1\xbf\x25\x12\x47\xcf\x66\x60\xc3\x71\x12\x56\x7a\x5d\x42\xc0\x9c\xfe\x4f\xfc\xed\x94\xf8\x9f\x38\x7f\xd9\x0c\x82\xb0\x36\x5f\x84\x4a\x35\x03\xf0\x0c\x99\x4e\x10\xc2\x34\x56\xf3\xc2\x79\x7c\x34\xc6\xef\x4a\xc0\x12\x59\xbb\xa4\xd7\xab\x05\xbc\x98\x19\xc5\x18\xe1\x54\x7e\x66\xae\xfc\x97\x5e\xe5\x39\x5b\x1a\x12\x5d\xc6\x90\x74\x5d\xb2\x3a\xce\xfc\xeb\xe2\x16\x25\xa3\x88\x58\xf8\x9b\x9f\x19\x5b\x8e\x85\xbf\x79\x67\xbf\x58\xb8\x9b\xc7\xc7\xa8\x22\xda\x69\xc3\x42\xac\x8b\x43\x66\xc6\x02\x60\x5d\x68\xa5\x73\xb6\x96\x38\x51\x64\xac\x1b\xd7\xa5\xeb\x23\x11\x72\xd7\xe5\xc5\x1e\xfe\x47\x0b\x87\xf5\x78\xb1\xcc\x65\x1e\x3e\x5d\x76\x07\xd3\x9c\x62\x73\x9c\x10\xc5\xe6\x64\x0a\x2d\x36\xa7\x9a\xcc\xe6\x74\xda\xb6\x17\x7b\xa2\x50\x6c\xb3\x01\xd7\x5c\x97\x8b\x1e\xfd\xcc\xba\x8a\xcd\x29\xa6\xd2\x66\x66\x52\x1b\x6c\x56\xfa\x4e\x65\x6b\x3a\x3d\x58\x9c\xf3\x4e\xb6\x62\x6b\x8a\x45\xda\x9a\xec\x8b\xad\x99\xd4\xb9\x3a\x38\x95\x0f\x28\xec\x64\x3b\xd7\x7d\x04\x05\xd3\xba\xaa\xad\x71\xd0\xab\xad\x29\x74\x47\xdd\x83\xe3\x8b\x0b\xbd\x52\x83\x6a\x73\x9c\xa2\xea\x38\xf6\x50\x55\x47\xa7\xfb\xe2\xe8\x54\x3f\xe0\xd6\xb4\xf3\x18\x03\xd8\x56\xd7\x3d\x06\xf4\x87\xe0\xe8\x5c\x58\xaf\xab\x59\x6b\x57\x6b\xdb\xb5\xf6\x17\x6b\x0d\xe3\xba\xbc\xb1\xe6\x62\x78\xe1\x66\x1f\x5f\x63\xa8\x70\xfd\xac\x98\xfe\xae\xab\x59\xeb\x64\x32\x07\xa1\x9b\xcc\x5a\x3b\x59\xb0\x9c\xe1\x7e\x65\xe1\x8f\x7f\xea\x7f\xb8\x2e\x19\x75\x72\x46\xb0\xd3\x66\x76\xa8\x85\x97\xf3\xb4\x6f\x38\x4f\xab\xaa\x5c\x98\x9c\x7a\xcf\xb0\x3e\xdc\x88\x38\x55\x2f\xae\x16\x3b\x27\xa6\xb5\x8e\xf3\x5f\x7f\x61\xc1\xb7\x30\x3f\x1b\xd8\x16\x2f\xac\xcf\x38\xa5\xaf\xb5\x23\xad\xf2\xaf\x11\x16\xf9\xd7\xe0\x72\xfc\xdb\xc9\x67\x62\x02\x55\x0d\xfe\x05\xf9\xcd\x7c\xcf\xbf\xfe\x72\xbd\xaf\x03\x8c\xf5\xcc\xbf\x5f\x50\xfd\xc4\xfa\xd7\x5f\x80\x99\x2d\xae\x6d\xd0\x42\x2c\xd4\x68\x04\xeb\x5a\x5c\x4b\x3a\x99\x31\x2c\xe3\x50\xb9\x30\x2b\x0b\x11\xe6\x7f\x62\x7b\xf5\x7f\xe5\x7a\x98\x7f\x11\x20\x69\x61\xfd\x25\xb7\xc1\xf6\x8b\xfd\x7a\x61\xf9\x05\x2a\xe5\xe2\x92\x08\x55\xcb\x5a\xb1\x1e\x51\xc8\xad\x55\xe3\x0b\x0c\x30\x72\x36\xf7\x94\x0b\x83\x29\x10\x51\x16\xe6\x52\x6c\xf6\x6b\xe1\x6c\xc8\x4c\x5f\x5f\x8e\x2f\x50\x44\x1c\x9f\x07\xca\xef\xb5\xb0\x45\x3c\x4d\x41\x94\xfa\xff\xfb\x0b\x97\xff\xb8\xfe\xcb\xff\xf6\xfd\xdb\xdf\xc7\x11\x4d\xfd\xfb\x10\xee\x3f\xde\xa3\xec\xbf\x8f\xa3\x13\xe5\x3a\x08\xd7\x09\x81\xa0\x37\x07\x49\x42\x0e\x8a\x07\x36\x3b\x1d\xca\x23\xc5\x10\x23\x41\x79\xfc\x2c\x41\x65\xa2\x5b\x0e\xd0\xcd\xff\x3e\x0e\x6d\x4c\x8e\xa0\xbc\x53\x8a\xfa\xa0\xa0\x7c\xe6\x32\xce\x40\x86\x62\xae\x65\xbc\xba\xa0\x2c\x73\xe1\x7e\x18\x13\xe9\x38\xe3\x54\x1d\x8f\x69\xa0\xb6\x28\x1f\x84\xc6\x78\x50\x47\x14\x01\x47\xf2\xeb\x60\xce\x9d\x9a\xcd\x1d\x40\xcb\xc5\x83\xbc\x44\x63\x3d\xf2\x41\x8b\x81\x62\xc3\xa0\xec\x00\x7c\x2d\x1e\x2c\xae\xa8\x3b\x60\x68\xf1\x30\x5f\x2c\xb7\x03\xbc\xb3\x78\x7c\xd2\x12\xb4\x05\x4d\xe7\x79\x94\x1c\x07\x70\x5f\xf1\xb8\x4d\x47\x09\x21\xaf\xc6\x63\xc7\x8e\x95\x66\x19\x04\x1f\x3f\xb0\xb4\x38\xf2\xb4\x6e\x68\xec\xb1\x6b\x3f\x40\x58\x8a\x47\x54\xe5\x30\xd5\xf5\x48\xe2\x30\x83\x99\xeb\x91\x6f\x73\xa2\x5d\xc1\x7a\xf3\x00\xda\x28\x1e\xe4\xac\xd4\xed\x31\x27\x78\x44\x07\x46\xaa\x07\xa0\x3a\xf1\x78\xa4\x75\x68\x9f\x34\x4b\x08\x16\x71\x80\x91\x13\x8f\xca\xe7\x26\x24\x3a\x0e\xd8\x99\x13\xb9\xee\x00\x76\xe6\xef\xa3\xc0\xd3\x09\x6f\x7f\x80\xed\x12\x0f\x0b\x88\x9d\xf6\x00\x98\x25\x1e\x16\x10\x6c\xfc\xfc\x62\x39\xc5\x63\x19\xa1\x71\xfe\xdb\xdf\xc9\xf9\x9b\x0e\x8c\x3f\x83\x3d\xa7\x23\xf6\xe8\x78\x80\x2a\x31\xa0\x4c\x29\x17\x26\x63\x41\x89\x8d\x2b\x1e\x40\xf8\x71\x0e\x4b\x47\x2f\xd0\xfa\x0c\xa6\x27\x69\xf8\xf1\x01\x29\xb6\xe6\x04\xc0\x77\x3c\x0a\xa9\x2a\xa4\x26\xe9\xfa\xd7\x5f\x13\x98\xad\x04\x5c\x77\x3c\x3e\x52\x9d\x41\x6a\x7c\x0b\xc0\x6d\x6d\x2b\x12\x80\xdb\xf1\x08\xe1\x09\x7f\x94\x74\x76\x53\x75\xa2\xea\x04\x93\x4b\x60\x63\xc7\x83\x54\x31\x6b\x13\x50\xd4\xf1\xd0\xcb\x0a\x8a\x75\xc0\x42\x30\x71\x5a\x4d\x40\x4e\xc7\x63\x4a\xe3\x63\x0f\x8d\x04\x2a\x79\xe0\xa3\x9f\x52\x48\x50\xf1\x70\x4f\x09\xd1\x26\xa5\xd4\xa5\x61\xc3\x2c\xe5\x96\xe2\x01\x26\x28\x8d\x4f\x25\xd5\x01\x79\xd3\x9a\x34\x02\xff\x9f\x50\x2e\x29\x00\xac\xe7\xa0\x74\xc6\x27\x71\x84\x4b\x9c\xe9\x12\x00\xa7\xf1\xc0\xa0\xb4\x1e\x7c\x6b\x98\x8e\x70\x02\x21\x14\xa4\x34\x2c\x11\x25\x74\xc5\xe4\x27\xa5\x61\x4e\x1c\x92\x0a\xdf\x1f\x96\xc8\x8d\x66\x2d\xb1\x34\x53\x7a\xa5\x71\x1e\xab\x9d\xae\xce\x07\xed\x66\x6d\x47\xba\xe8\x58\xf0\x01\xe3\x71\x05\x03\x8e\xef\xe7\xf9\x42\xc1\x0d\x20\x11\x2b\x3a\xb9\xe2\x12\x68\x66\xa7\x78\x80\x09\x04\xb3\x78\xc4\xc0\x9d\x7e\xec\xba\x25\xbd\x90\xc8\x79\x33\x70\xac\xc5\xb3\x61\x24\x97\x72\x70\xcd\xbf\x93\x78\x60\x0d\x05\x6d\x2a\x4e\x96\x42\x08\x47\xd0\x68\x52\x71\x7a\x96\xc1\xa6\xc8\x94\x2a\x30\x88\x54\xa6\xb6\x92\xf1\xb1\x02\x7f\x48\x65\x6a\x28\x1f\x5c\x35\x95\xf9\x40\xbb\x63\xcc\xb9\x7d\x4c\xe5\xa6\xd7\x0a\xba\xc4\x03\x71\x23\x95\xd7\x32\x61\x85\xa2\xc7\xa4\xf2\xd1\x84\xc2\xb1\xeb\xe0\xe2\x25\x95\x55\xa5\xc1\xec\x71\xd5\x4a\xf5\x20\x6f\x25\x44\x5c\x89\xbd\x2f\xd5\x46\xc7\xd5\x16\x52\x3f\xca\xa2\x54\x3b\x95\xab\xd1\xaa\x41\x24\xa1\x54\x87\x24\xc0\x67\x71\xb2\x48\xc0\xeb\xc4\xa3\x92\x31\x8a\xac\x56\x4d\xac\x96\x46\x8c\xb2\x04\x2a\x4a\x3c\xf8\x18\x5d\xd4\xac\x45\x3b\x20\x51\xd9\x06\x03\x4a\x0d\x75\x6f\xc3\xf4\x33\x01\x88\x12\x8f\x97\x65\x17\x65\xb6\x46\x4f\x36\x04\xa6\x84\x23\x52\x6a\xce\x53\x60\x28\x62\xac\xa2\xd0\xee\x3c\xed\x9d\x46\x8d\x60\x37\x84\xe8\x8b\x07\x3b\x1d\x8a\xa3\x34\x17\xd3\x8d\x38\x61\x41\x8b\xc6\xdf\x4e\xb7\x1b\xa1\x26\x48\xee\xcc\xee\xc3\xff\x57\x5b\x73\x22\xf4\x47\x3c\xaa\x58\x0d\x51\xf7\xdb\x45\x41\x8c\x8d\x58\xd3\x51\x51\x2e\xdf\xe2\xf1\xaa\x13\x89\x74\x1f\xbb\x76\xfa\x3c\x7a\x12\xf9\x20\x7d\x4e\xb4\xef\xf1\x56\x31\xe4\x9f\x84\x9d\x7e\x3c\xea\xbf\xfe\x2a\x04\x45\x49\xd8\xd1\xc7\x23\xfd\xeb\xaf\x52\xe3\x3c\x93\xd6\xbd\x20\x19\xfc\x28\x78\x76\x5a\xaf\xa9\xde\xf4\x63\x8e\x9e\xb8\x9c\x8d\x47\xfd\x31\x4c\xce\x07\x23\x92\x8f\xd8\x41\x38\xa3\xe5\x83\x6e\xc8\x47\x74\x03\x66\x5a\xf9\x88\x5d\xf5\xef\x7c\x80\xc2\x3d\xc8\x45\xa5\xf2\x01\xfe\x76\xf0\xf4\x7c\x30\x8c\xf9\x70\x18\xa9\x7a\x3e\xce\x9d\x6f\xca\x47\x66\xd0\x82\xe9\xc7\x83\x2e\xc3\xb0\x37\x1f\x71\xe2\xf9\x3b\x1f\x93\xc3\x2f\xdf\x9f\x7e\x1f\xec\x26\x90\x47\xf2\x11\x4c\x32\x1e\x04\x68\xe1\x44\x95\x8f\x79\x4b\x0b\xc1\xac\x50\x79\x98\x41\x3e\x82\x19\x60\x74\x96\x95\x8e\x32\xf2\x09\x46\x33\xf9\x58\x5d\xca\x05\x87\x25\xd1\x32\xdb\x22\xdb\xf9\x6f\x7f\x67\x19\x78\x3e\x31\x30\x6d\xc4\x84\xce\x20\xad\xc7\x63\x3a\x55\x1b\xb4\x4b\x9a\xe9\x62\x15\xe5\xc4\x8e\x97\x81\x17\x3f\x0f\xcc\xe2\x73\x4a\x97\xb4\x38\x56\x73\xfc\xc8\x29\x53\xb3\x84\x37\x7f\x3b\x21\xb1\xcf\x66\xf0\xae\x07\x7e\x1e\x39\xc5\x9e\x1b\x0f\x18\x01\xc6\xd3\x19\xb4\xe8\x78\x50\x00\x51\xdf\xb3\x4c\x35\x27\xec\xeb\x0e\x07\x17\x74\xe5\x78\x20\x51\x94\x41\x45\xae\x22\x6d\x50\x6a\xb4\x2b\xdd\x56\xe4\xde\x45\x50\x93\xd7\xac\xf0\x90\x03\xb7\xb4\xac\xd8\x95\x15\xbb\x4e\x44\xaa\x9c\x11\x33\x72\xc6\x62\xfa\x24\xba\x66\x06\x6f\x36\x1e\x04\x59\x27\x5a\x62\x56\xcc\xca\x00\xc8\x06\x8d\xbc\x69\x48\x9b\xd0\x82\xef\x65\xd0\x5c\xff\xce\x99\x03\xfe\xc9\x2d\x4b\x06\xb0\x35\x1e\x04\xc7\x20\x16\x59\xce\xd9\x74\xc5\x74\x8c\x45\x2e\x59\x5a\x93\x46\x5d\xca\x2d\xed\x81\x46\xf7\xe5\x62\x5d\xaa\x79\x0b\x79\x6b\x95\x66\xde\xe0\x56\x19\x59\x2f\x1e\x30\xf4\x90\x5a\xb3\x12\x5f\xce\x83\x4d\x64\x52\xe3\x61\x4d\x06\x91\x1b\x6c\x18\xfc\x3c\xb3\x25\xf5\x76\x90\xd1\x6e\xcf\x57\xf0\x4c\x22\x6f\xe4\xfc\x32\x0f\xc1\x89\x3c\x4f\x82\x83\xe7\x8a\x70\x9f\xab\xd1\x86\x88\x15\x91\x41\x0c\x88\x87\xb6\xa6\x21\x3f\x16\x2c\x8a\xe2\x51\x55\x24\xb5\xa0\xa5\x0c\x4d\x38\x28\x34\xf7\xe5\x8b\xf9\xf6\x77\xe1\x0c\x78\x16\x42\x38\x15\xee\xe4\xe3\x71\x4a\x4b\x41\xeb\x7e\x0f\xf0\xd4\x13\x4f\xcb\x82\x63\xdd\xdf\x85\x1b\x30\x4d\xf0\xcb\xc7\x86\x59\xf4\x87\x43\x45\x53\x70\x71\x89\xc7\x43\x4e\x6a\xc2\xf5\x42\x3c\x0c\x5a\x12\xe2\x62\xc1\xe7\x22\x1e\x1c\xc0\x39\x4c\x97\x75\x9b\x17\x7c\xed\x93\x8d\xaf\xc0\xc2\xe2\x71\x4a\xab\x41\xfb\xa8\x1d\xa7\xa7\xc2\x6e\x5e\xe5\x5b\xf5\x38\x6c\x44\x1c\x02\xaa\x72\x65\x85\xc5\xa4\x13\x7e\x53\x8f\x7a\x42\x03\xfe\xe1\xc4\x84\xa2\x1e\xc1\x9b\xe3\x51\xa0\x15\xbe\x37\xcd\x3b\xb5\xfc\x0f\xf1\xa0\x1e\xb1\xf8\xff\xae\x70\x90\x48\x07\xed\x92\x86\x7b\xdf\x09\xae\x42\x3d\xee\x4b\xda\x76\x12\xa0\x8c\x10\xd9\xe3\x71\x45\x95\x25\xbd\x0f\xa4\xd7\xd6\x06\x6b\xad\x27\x4b\xaa\x9e\xb1\xa4\x64\xf8\xf5\x3c\x1e\x49\xdc\x9a\x61\x00\x56\xcf\x53\xda\x69\xd6\x10\xd3\xeb\x89\x04\x58\x4f\x54\xa4\x27\x51\xf7\xeb\x99\x4c\x97\x4c\x17\x32\x48\x3d\x33\x35\x3e\x63\xd4\x0b\xfb\x51\x45\xc4\x8d\x47\x54\x8e\x6d\xb8\x9e\xb1\x99\xc7\xa3\x05\x29\x51\xc0\x65\xaa\x18\xf3\x82\x57\x63\x3d\x6f\xab\x1b\xe7\xcb\x42\x3c\xcf\x7a\xbe\x74\xe6\xf9\x3a\xeb\x62\xe6\xd4\x64\xab\x12\x8c\xa2\x60\xb6\x53\xe5\x76\x35\x19\xcf\x80\xd3\x64\x4d\xcc\x9d\x9a\x62\xee\x14\xc4\x8d\x9a\x62\xce\xc4\x43\x97\xa2\x19\x1d\x97\xac\x1b\x10\xf4\xe9\x84\x79\xd6\xc4\x01\xaa\x02\x06\x5f\x92\xa5\x22\x32\x55\x31\xdd\xcf\x74\xd4\x3f\x6e\xe0\x35\x39\x72\xc9\x91\xc3\x1b\xb2\x82\x1a\x1e\x8f\x19\x5f\x8e\x33\x6e\xcd\x07\xc9\x32\x6a\xfa\x82\x86\xa7\x66\xbb\x1f\xe6\x95\x4e\x7b\x0c\x88\xea\x78\x3c\xd2\xa2\x56\x70\x8f\x78\x58\xab\x38\x0b\xd4\x8c\x8c\x5f\xb3\x11\xb1\x31\x83\xab\xf9\x65\x02\x0a\x21\x7b\x22\x55\xd5\xe2\x70\x96\x18\xce\x42\x54\x97\x0a\x58\x68\x3c\xcc\x4a\x8d\x41\xac\x8c\xc7\x47\x56\xfa\xb1\x70\x6c\xae\xe5\x8b\xf1\xe4\xac\x54\x15\x01\x6b\xd5\xfb\xc0\x56\x54\x27\x5b\xe5\x42\xec\x04\x6d\xa7\x56\x4e\x4b\xb5\x12\x40\x05\x05\x7b\xad\xf5\x92\x24\x8a\xd5\x88\x12\x2a\xec\xab\x82\xb6\x17\xb4\x68\x6c\x63\x37\xa8\x8d\xeb\x8b\x82\x13\x7c\x6d\x27\x03\xdf\x8c\x87\x47\xfc\xcc\xda\xe0\xd4\x15\x80\xb7\x10\x0c\xc8\xdb\x4c\x07\x60\xda\x09\x5b\xaa\xad\x4b\xe3\xae\xbb\xe0\x65\x5e\x9b\x23\xdf\xb0\x4e\x2f\x25\x4e\xd8\xb5\xd9\xda\x46\x94\xc3\x13\x49\xb0\x02\x45\x14\x0f\xbd\x0d\x82\xb9\xd4\xee\xc4\x04\x5c\x28\xd2\xc5\xf7\x00\xe6\x89\x07\xf7\xd8\x18\xf2\x55\x00\x76\xe2\x01\x3b\xc4\x86\xae\x02\x8f\x13\x0f\xfc\x58\x50\xea\xd7\x9e\xbb\xb4\xf1\xaf\xbf\x0a\x5e\x86\xb5\xe7\x57\x12\xcb\x17\xeb\xd5\xda\x0b\xd5\xeb\x5a\xb6\xe3\x42\x5d\x81\x59\x89\x87\x9e\x1e\xb1\xa9\xd5\x3e\xcd\xab\x47\x33\x6e\x5c\xb5\x3b\x2f\xc0\xb3\x28\x25\xd8\x6b\x05\xea\x21\x1e\x5c\x6e\x61\x6b\x56\x87\xd3\x6c\x38\xcd\xb8\xf5\xa9\x03\x91\xa0\x8e\xa1\xab\x48\x88\x43\x75\x0c\xb8\xc1\xf0\xb6\x1c\x97\xc7\x3a\x10\x13\xea\xb8\xec\x15\xe6\x0f\xd1\xc8\xe3\xa1\xbf\x07\x1c\x67\xac\x5b\xda\x8b\xdc\x19\xad\x25\xda\x77\x3c\x1c\xb4\x90\x3a\xea\x74\xd6\x4e\x66\x2d\x76\x5d\x15\xd9\x3b\x1e\xcd\x64\x31\xde\xb3\x4b\xd3\x75\x81\xfb\x8f\x4a\x6c\xe1\x78\x04\x63\xc2\xbe\xab\xce\x8f\x8a\xcc\xcf\x6e\x87\xf9\x5f\x7e\x0e\xbd\x7d\xc1\xe9\xa1\xa2\x0e\x8f\x47\xd5\xd7\x3f\xfa\xe4\x92\x7f\x5f\x97\x0e\x16\x47\xb4\x9f\x50\x92\xf1\x08\xa6\x56\x99\xa0\xb7\x93\x9b\x70\x7f\x85\xa0\xf0\xf5\xee\xcc\xe3\x5b\xa3\x53\xbc\xf3\x2a\x91\xea\xe2\xc1\x6e\x50\x32\xe9\x2e\x78\x85\x91\xe3\x4e\x3c\x6b\xea\x2d\x8f\x24\x98\x5b\xd0\xa2\xad\xb7\xed\xba\x5f\x23\x11\x84\xc4\x51\xf1\xb2\x8a\x47\xcc\x1d\xb4\x9a\xf5\xc9\x7c\x8e\x60\x4d\x05\xad\x64\x25\x5a\x50\x3c\xb6\xe7\x09\xc9\xd8\xac\xeb\xe3\x66\x8d\x68\x5f\x9f\x45\xa9\x04\xe2\x49\x27\x3e\x8f\x95\xa8\x29\x7f\x57\xe2\xa5\xa4\xb3\x84\x9c\x5e\xdf\x4e\x4d\x88\x4a\x92\x4e\x7c\x70\x2a\x71\x31\xe2\x11\x42\x8d\x95\xc3\x9c\x2d\x1e\xc8\x17\x5c\x42\x55\xec\x6d\xe2\x11\x7c\x81\x13\x7a\xfd\x2a\x7d\xf2\x55\xfb\x84\xd9\xf9\x35\x66\xc9\xa7\xd2\xba\x86\x40\x54\x3f\x39\xd4\xd7\xf4\x5b\xa1\xdb\x3f\xc7\xff\x8b\xf1\x2f\xe8\x48\xaa\xe7\x9f\x8a\xd3\x7a\x64\x8d\x46\x7c\x0f\x0d\xc3\x58\xb5\xa0\x3f\xa8\x38\x96\xc7\x43\x25\x24\x53\xe2\x43\x7f\x50\xb1\x46\x29\xe8\x60\x2b\xd6\xab\xf1\x98\x90\xa2\xbe\xcb\x7d\x54\x2b\xcd\x52\xe1\x13\x4b\xa6\xbd\x64\xda\x35\x24\xdd\xba\x64\x81\xb8\xcf\x16\x2c\x37\xea\xb2\xd3\x97\x9d\x5e\x61\x09\x0b\x65\x41\x5d\xb8\xe9\x9d\x95\x85\x88\x51\x7a\x3c\x36\x8d\xcf\xb9\x86\xb5\x8d\x55\xd4\xaf\x58\x29\xc4\x03\x2c\xdc\x01\xe9\xa3\xf9\x5a\x53\x75\xae\xd5\xda\x41\x4d\xda\x51\xbb\x81\x06\x7b\xd0\xa6\x34\x42\x25\x60\xfc\xd5\x14\x37\x1a\xe2\x46\x3a\x6b\xcb\xd0\x3e\x69\x4b\x5a\x0d\xda\x32\xeb\x22\x6b\x8b\x12\xce\xe0\xfd\xf1\xf8\x82\x14\x6b\xae\x9d\xac\xea\x76\x62\xd3\x58\x2c\xf4\xac\x03\x5a\x2c\x96\x42\x0c\xfe\x76\x72\x0c\x69\xe7\xb0\xa9\x71\x46\x6a\x27\xb2\x55\x3b\x95\xad\xf0\x3f\x6a\xe7\xf4\x73\xca\x56\xcc\xeb\x76\x3e\xe6\x55\xcc\x03\x93\xaa\x9d\x56\xf8\xdc\x15\x9e\x7c\xef\x7b\xa0\x7d\x06\x5a\x9c\xf3\x8f\x9b\x7a\x4b\x1c\x57\x5b\x3a\x62\xdc\x09\x0a\xdc\x90\x3a\xe2\x11\x4c\x94\x68\xb1\x2d\x0d\x9a\xcd\x79\x29\x19\xaa\xb4\x25\x2b\x9a\x88\x62\x81\x91\x45\x53\xa8\x68\x89\x08\x8c\x27\x43\xd7\x12\xd3\xb4\x71\x5e\x4a\x27\x30\x7d\x0d\x5d\x71\x3c\x70\x3d\x69\xb1\x15\xb4\x5c\xf8\x1c\xc7\x92\x58\xa6\x51\x13\x40\xf1\xe3\x81\x81\x13\x21\x67\x5a\x66\x3e\xb7\xac\xa3\x0f\xaa\x80\x96\x3f\xbf\xf7\xf9\xbd\x38\x69\x34\x80\xd8\xe3\x31\xcd\x1b\xfd\x53\x50\x21\xb6\x62\x24\x1e\xdc\x01\x5b\xb1\x7e\x65\x2f\xa3\x98\x5b\xad\x3c\x7c\xaf\xa0\xc3\xea\xf8\x47\xb6\x82\xba\xbd\x95\xef\xfc\xd7\x5f\x95\x48\x15\x0d\xdd\x52\x3c\x2e\x41\x0f\x23\x6b\xb5\x3f\xeb\x21\x2d\x78\x7c\xab\x88\x21\xad\x06\x23\xae\xf8\x35\xb4\x9a\x1f\x49\xaf\xc9\xa2\x15\x80\x46\xc7\x23\x47\xb2\x60\xa3\xad\x5a\x68\xb5\x50\xea\x56\x97\x1f\xc3\x51\xf7\xe4\x66\xab\xd5\xf5\x49\xb3\x8f\x83\x63\x34\x25\x89\x86\x24\x91\x4e\xee\x84\x5a\x63\x2b\x68\x2d\x78\x53\xe5\xf4\xd1\xc0\x71\x8d\xc7\x23\x92\x67\x7c\xae\xc1\x46\x1b\x5a\xa4\x4a\x70\x93\x06\xba\x6a\x3c\x5e\x9d\xb8\xc8\xda\x4d\xc6\xc1\xa5\x71\x9a\x6d\xc0\x89\xc6\x03\xeb\x31\x7c\x23\x1b\xd8\x9e\xf1\x80\x67\x70\xeb\xd5\xda\x43\x5b\xdb\xc3\x56\x48\xdc\xee\xd6\x13\xb3\x07\x8c\xbe\x7a\xe6\x48\x06\xce\x5b\x3c\x4a\x90\x82\x51\x35\x70\xb7\xe2\x41\xcf\xe1\x70\xd6\xc0\xec\x89\x07\xe7\x1b\xf0\x30\xdb\x68\x0b\x5a\x67\xcd\xf4\x1a\xb5\x1b\x8e\xff\x98\xba\x5e\xd1\x58\x30\x63\xe2\x71\x4b\x23\x1d\x87\x8f\x36\x3c\x7c\x60\xca\xda\x06\xc7\xaa\x26\xe8\x49\x1f\x09\xda\xb2\xdc\x65\xb9\x4c\x0a\x2c\x2a\xe2\x61\xb9\xac\xf3\xd9\xa9\xcb\x24\x8e\x4c\xe1\xda\xac\xcd\x97\xd6\x4e\xcc\xfb\x4a\x0b\x8e\xdb\x26\x3c\xad\x4d\x79\x1a\x2e\x8c\xed\x72\x35\x7a\x3b\xdf\x31\x45\x6d\x5c\x1a\xc7\xc3\x72\x43\x38\x6d\x17\x9a\xe3\x76\x11\x85\xe6\x04\x26\xaf\x5d\x88\x48\x8d\xad\xfd\x2c\x58\x0c\xb4\xeb\xf2\x7b\x57\xcc\x32\x54\xe6\x8d\xb8\xe3\xf1\x38\xcd\x9a\xa1\x7d\xd2\x96\xb4\x18\x70\xc2\x7d\xc7\xc3\xe5\xe3\xe7\x5e\xa6\x14\x01\xbb\x23\x5d\x74\x1f\xc1\xad\xe3\x61\x95\x63\x2b\x6d\x84\x8b\x8e\x87\xd5\x83\x83\xdc\x07\xdd\x72\x63\xe0\xd1\xb1\x77\x6d\x84\xe8\x8d\xc7\x8c\xea\xc1\xfd\x6e\x0e\xc3\x0d\x31\x23\x8a\xe5\x73\xf6\x28\x91\x7a\x0d\xa6\xd6\xee\x29\xe9\x62\x03\x1f\x89\xac\x36\xf6\x26\x22\xc0\x09\x52\x73\xbb\x1d\x70\xe2\xd4\x1a\xfd\xa9\x11\x25\x36\x1e\xd3\x64\x54\x8e\xdb\xa4\x76\x13\xfb\xfc\x04\x4a\xb8\x11\xdc\x35\x1e\xba\xdd\x4d\xf2\x7e\x36\x4c\x17\x38\x6c\x61\x1b\x31\x39\xe3\x51\x88\x2d\x13\xd3\xf1\x71\x72\x1b\xf1\xd2\x58\x61\xed\x91\x6d\x11\x27\xf0\x2c\x5c\x30\xb4\xd7\x74\x6f\xf2\x73\xb4\xe2\x75\xeb\x78\xf5\x9a\x47\x7d\xd3\xbe\x42\x95\xb5\x41\xed\x18\xc7\xb6\x8f\x13\x62\xd3\xc7\xa8\x13\xcb\xb8\x7d\x5c\xf0\xb4\x0f\x93\x81\x4e\x14\xe2\x46\x50\x9e\x78\x70\x04\x72\x7b\x52\x4c\x68\x88\x09\xb5\x30\x14\x4a\x09\x6d\xdb\xac\xd6\x03\xda\x67\xd6\xcf\xac\x70\x9f\xc5\x5d\x41\x5b\x22\x84\x00\x74\xdf\x96\x53\x65\xd9\x53\x38\x77\x75\xef\x62\xfb\xa1\x55\x01\x3c\xa4\x1f\x1c\x88\xfb\xc1\x66\x5f\x30\x78\xeb\x07\x53\xaa\x7b\xb5\x3a\xeb\x19\xe9\xce\x38\x0d\xc4\x03\x0b\x9e\x58\x68\xfd\x64\x73\xe8\xa7\x11\xf4\x31\xba\xed\x27\x9a\xdd\xce\x7e\x99\x54\x6a\x75\x77\xb8\xce\x0e\x97\x54\x6a\xf5\xc4\x06\xd4\x53\x70\xe1\x8a\x1a\xaa\x27\x4e\xfe\x3d\xc5\xc9\xbf\xb6\x98\xef\x3d\x15\x49\xa2\x63\xd7\x44\x32\x54\x5f\x3d\xa1\xfa\x2a\x5c\xd1\xf5\xd4\xa8\x49\xd2\x15\x85\xa8\x19\x3d\x75\x4b\xc0\x54\x54\x15\x59\x4f\x36\x2c\xb9\x56\x88\x42\xdd\x33\xba\xa9\x9e\xd5\x4d\x61\x24\xdf\xbd\x8d\xed\xde\xc6\x0e\xc2\x52\x76\x6f\x59\xbb\xb7\xac\xb3\xe6\xf1\xc7\xad\xbd\xe7\x42\xb5\x50\xe0\x55\x34\xbe\x3d\x3b\x04\x59\x21\x17\xcf\xbe\x9e\xad\x7d\xde\xb5\x8f\xd3\x6f\x57\x99\xd7\xf3\xb0\x95\xb1\xa1\x76\x14\x74\x7f\xf7\xcc\x01\xa1\x00\x90\xd6\x0b\xc7\xc1\x5e\x38\x0e\x96\x11\xdc\xa4\x17\xb4\x68\x71\x20\x93\x46\x3a\x76\x94\x5e\x88\xe0\x79\x02\xd9\xd0\x8b\x65\x14\x2d\xf9\x47\x9c\xff\x7b\xe1\x38\xd0\x8b\xe0\x07\x98\x6b\xf7\x02\x93\xed\x25\x98\x4a\x05\xab\xb4\xb3\x6d\xc6\x43\xef\xba\x90\xae\x7b\xb5\xc3\xab\x98\xdb\x84\xc1\xea\xb5\x9b\x4e\x4f\x24\xf4\x59\xbd\xc2\x27\x7b\x8d\x62\x2b\xe6\xb7\xbd\x22\xc9\xf4\x8a\xc8\x55\xf0\x07\xe8\xd5\x99\x54\xb9\x5d\x18\xa8\xbd\x3a\xf8\xf6\x7f\x77\x91\xed\xc7\x69\xba\x65\xde\xe0\x75\x15\xb9\xb9\xbb\x1b\x77\x76\xe3\xca\x75\x63\x6f\x27\x6d\xe5\xfa\xe6\x2c\x30\xf1\xde\xce\x5b\x9a\x1e\x81\xcc\x86\x86\x32\xbc\x83\x58\x5f\x7b\x48\x9c\xbd\x71\xdb\xdb\x9b\xd1\x2c\x89\xa6\xd4\x1b\xf7\xbd\x21\x1c\x92\x8c\x12\x50\x08\x74\xd0\xd4\x2b\xce\xcd\xdd\x5b\xa0\x0e\x48\x7a\x75\xa6\xb2\x2f\xc7\xe3\xf5\x63\xd1\x02\x70\xb8\xe3\x41\xb2\x90\x23\x7b\x83\x6d\x76\xa0\xb4\x53\x22\x06\x50\x07\x4b\x3b\x1e\x4c\x54\x10\x1d\x3b\xc0\xd9\xf1\xc0\xb6\x88\x6b\xc2\xde\x6e\x4b\xbd\xfd\x5c\xcc\x5d\x20\x7f\xe3\x41\x30\x49\xd7\x07\xda\x82\x78\x84\x28\x82\xcd\x6e\x57\x3f\xd0\x05\xd0\x65\x83\xed\x20\xd7\xc6\x83\xcb\x39\x50\x55\x3a\x18\xb4\xf1\xe8\x7e\x8d\xac\x1c\xde\x3a\xd0\xb1\x67\xc1\x06\xa1\xab\x33\xe8\x80\xb2\xa6\x84\x6f\x4d\xef\xb6\x5f\x44\xd3\x89\x20\xdd\x15\x28\x3a\x02\x45\x05\x4f\xbc\x83\x54\x19\x8f\xa5\x6f\x66\xf4\x09\xe8\x81\xf1\x80\x7b\xe1\xd7\xde\x07\xf7\x9a\x7d\x18\xe1\x9e\xc8\x23\x1d\x20\xb5\x78\x38\xfd\x27\xe9\x30\xf2\xe8\x43\xc7\x17\xd4\x5f\x1d\x54\xad\x78\x10\x59\x80\xbb\x85\x0e\x2c\x54\x3c\xd8\x10\x80\x48\xee\xf3\x26\xef\xa4\x3f\x41\x1e\xea\x13\xab\x86\x3e\x75\x46\xe1\x96\xa3\x5f\xf2\x0c\xf0\x6b\x2a\xb7\x03\x1d\x1b\xbe\x78\xd0\xed\xa0\x32\xf7\xcb\x69\x82\x95\x56\xe5\x72\xa0\x83\x14\x12\x0f\x0b\x65\x82\x81\xac\x11\x0f\x0a\x65\xc0\xae\xcf\x9c\x1f\x39\x6b\x54\xf7\xb6\xcc\xdb\x32\x1b\x24\x6e\x24\xfa\x9d\xec\xb9\x11\x65\xde\x72\xd6\x1b\xbb\xbd\x84\x14\xd7\x6f\xa4\xa4\x7e\x87\x94\x54\x09\x8f\xdc\x6f\xd4\x8b\xfd\x16\xb8\x04\xbb\x9b\x7e\x23\xec\xf6\x5b\xe0\x0b\xd4\xbb\xfd\xb6\x33\x6f\x61\x2e\x50\xe5\xf6\xc7\x45\xf2\xb8\x48\x30\xd2\xed\xd8\x61\xc7\x83\x40\x50\x1c\xa4\xfa\x63\x07\xef\x78\xc5\x08\x62\x1d\xb3\xe7\x78\xe8\x47\x09\xe3\x78\xd8\xbe\xfa\xc3\xf6\x55\xf0\x34\xe9\x84\xd1\x8d\xc7\xa6\xc5\xf7\x5e\x19\xd1\x2b\x23\x22\xd4\x4a\x7f\x11\x81\xfb\x3b\xec\x4f\xea\x42\x78\x84\x78\x10\x74\x14\xbd\x72\xc7\x7b\x38\x1e\x44\x12\x25\xa0\x7a\x27\x48\x42\x3c\xd8\xfa\x38\x3d\xf4\xaf\xd2\xb6\x2f\xce\x92\x0d\xcf\xb4\xfe\xc9\xc3\x88\x38\x78\x0e\xcc\x36\x3a\x11\x07\xe3\x31\x23\x59\x81\x34\x29\xf5\x9b\x25\x48\x34\x96\xc0\x80\xf1\x78\x20\x15\x48\xaf\x24\xeb\x01\x1f\xe6\x82\x22\x1e\x1f\xc9\x20\x21\x73\x76\xfc\x31\x1a\xae\xd7\x7d\xd9\xc3\x86\xda\x2a\xae\xce\xe5\x4a\x5c\xb1\x32\x9a\x03\x46\xfc\x80\x78\xe8\xec\x3a\xa4\x0d\x69\xd4\x96\x31\xf4\xce\xa3\x7b\xe7\x31\x08\x1a\xdb\x57\xf7\x6b\x06\x60\x04\x69\xa2\xaf\x87\x3e\x22\x14\x53\x03\x57\xb7\xab\x0b\xe8\xea\x02\x2a\x50\x2d\x7d\x2d\x3f\x67\xe4\x38\xce\x89\xc3\x3b\xd6\xc1\x1d\x6b\xc3\x11\x73\x1c\x5c\xb5\x8d\x43\x74\x52\xae\x24\xc7\x81\xb2\x76\x1c\xdc\x35\x55\x3c\x9e\xc7\xd9\xa2\xd4\x71\xb6\x28\x95\x4b\x9a\x71\xb2\xa9\x8d\x53\x6d\x13\x3e\x3d\xe3\x8c\x23\x43\x3c\x90\x55\x31\xfc\x1b\x27\xdb\xc6\x38\x83\x31\x34\xcc\x98\x87\x97\xa3\xe3\x44\x01\x95\xd2\x48\x7f\xdc\xcd\x87\x77\xa7\xe3\x5c\x58\xb2\x05\x9b\x1e\xde\x1c\x0c\x6e\x0e\x1a\xd7\x5a\x23\x21\x79\x8e\x84\x32\x62\xb2\xbd\x0d\x6d\x56\x06\x36\x2b\x0d\x35\xee\xc0\x32\x25\x1e\x23\x48\x71\x26\x1f\x5e\x93\xc6\x92\xa5\x4a\x93\x64\xd3\x9c\x82\xca\x61\x58\x3e\xd2\x65\x09\x86\x92\xc2\xb2\x7f\xa4\xcb\xcf\xb9\x0f\xa0\x01\x1c\x99\xe5\x32\x34\x32\x1b\x48\x94\xc3\xab\x81\x91\x85\xfc\xe2\xf0\x31\xf2\x69\xba\x93\xaa\x04\x37\x1f\x98\x9c\xc5\x63\x99\x8c\xac\xec\x04\x23\x1b\xe8\xdc\x2a\x67\x2e\xbe\x47\xc6\x12\x7f\x94\x90\x48\x46\x66\xdf\x1e\x99\x7d\xbb\xb2\x3b\x8c\xc2\xb5\xd6\x28\xba\x7f\x56\x8a\x2d\xac\xaa\x51\x30\x7e\x1d\x95\x32\xca\x25\x4d\x18\x27\x4e\x15\xa3\x20\xf2\x8f\x22\xd2\x11\xea\xb3\x51\x50\xbd\x0c\xcd\x4d\x06\x51\x74\x46\xc5\xaa\x6c\x54\x30\x80\x93\xed\xa8\x36\xad\xd2\x34\x62\x0d\x8d\x8a\xae\x3c\xf2\x90\x35\x93\x95\x25\x33\x2a\x42\x59\xc2\x90\x77\x54\xf8\xf4\xa8\xfa\xa5\xd7\x10\x3f\x46\xbd\xe9\x82\x2a\x80\x13\xf6\x5b\x83\x0b\x85\x78\xe8\xd3\x1b\x2b\x75\x34\x44\xca\xd1\x0e\xa1\xba\xe3\x24\x38\x1a\x7a\xab\xc1\x95\x43\x4a\x58\xe5\x8f\x86\x92\x6a\x34\x81\x09\x8b\xe9\xd8\xd1\x46\x73\x47\x43\x6b\x32\x3c\xd3\x0f\x64\x87\x86\x41\xd5\xe0\x2c\x1f\x0f\x7d\x8b\x83\xcd\x0f\x85\x81\xa1\x30\x50\x8f\x58\xe6\xa3\xd9\xa3\x2d\x7a\xb4\x15\x49\xb7\xb5\x13\xf8\x8f\xbb\xf2\xd1\xd1\x86\x8c\x6e\x4c\x7d\x74\xf4\x83\x33\x7f\x3c\x74\xd1\x65\xb1\x76\xf4\x65\xa3\x1b\xbb\x19\x43\xc0\x01\xee\x78\x3c\xd8\x47\x09\x0d\x33\x40\xfa\x8e\x07\x41\xdd\xec\x81\xce\xad\xc7\xe8\x78\x9c\x0d\x20\x8d\x07\x97\x02\xf1\xc0\x7a\x83\xce\x1b\x9c\xab\xc6\x28\x76\x0a\xd3\x7b\xb8\x0c\x06\xe1\x8a\x26\x7e\x60\x63\x38\x18\xc3\x50\x71\xb8\x25\x0f\xc0\x5c\xe3\x11\xfc\xb6\xc6\xce\x3f\x00\x65\x8d\x87\x40\xa4\x1d\x9a\x63\x36\x62\xcc\x1a\x17\xde\x43\x45\xc2\x50\x91\x50\x09\x3a\x38\x26\xd7\x43\x63\x72\x3d\x34\xb1\x74\x1e\xc0\x7d\xc6\xc3\x0e\x60\x0a\x4c\x99\xda\xc4\xe9\xa5\x22\x0c\x8f\x89\x01\xc5\x00\xa1\xb3\xe1\x99\x3d\x40\x86\x8c\x07\x35\x41\xd3\x3c\xa6\x8b\x65\xc6\x62\x69\x18\xe0\x0e\xfc\x36\xe2\xf1\x62\xa8\x1b\x15\xb9\x9c\x4f\xc0\xf9\xa5\x84\xce\x77\x00\x5a\x17\x0f\xbf\x76\x46\xd6\x0b\x6b\xa2\x71\x75\x04\xb3\x9a\xa4\x5d\xd2\x58\xf1\x35\x64\x90\x71\x5d\x34\xe2\xba\x82\x95\x62\x2d\x3c\x2e\x8e\x81\x03\x65\x42\x4a\x95\x9a\x80\x72\x14\x0f\x7c\x64\xd8\xd1\x06\x38\x37\xf1\xc8\xff\xfa\xab\x75\xe6\xc9\x2d\x13\xb8\x65\x02\x0d\x2e\x78\x23\xd2\x0e\x00\x6f\x1a\x0e\xd0\x03\x88\x81\x78\x20\x0d\x82\x7f\x3c\xb8\x13\x88\x47\x93\x16\x59\x1f\xb6\xd6\xf1\x08\xe1\x03\xa2\xce\x78\xd0\x7e\x0e\x22\x73\x34\xd4\xe5\x03\xe7\xa9\x78\x50\x11\xb6\x83\x47\x06\xfd\xc0\xa0\xd1\x19\x8d\xd7\x9e\x7b\x0f\x2c\x7f\x62\x37\x1f\xef\x47\x2a\x62\x3c\x37\xc0\x65\x07\x8e\x94\xf1\xe0\xce\x0f\xad\xcf\xd0\x64\x61\x7c\xf6\x39\x0a\xd7\xf1\x71\x90\x1d\x04\x96\x6a\x83\x01\x24\x28\x72\x3c\x3e\x48\x31\xce\x1f\xf6\x4e\xc3\x18\x0f\xc3\x3e\xe2\x16\x22\x1e\xc3\xaf\xc5\x54\xd2\xb0\x61\x68\xd8\x30\x07\x23\xfd\x55\x3f\x27\x82\x03\x3a\xf5\x81\x93\x78\x3c\xb2\x34\x6a\xe7\x44\xc7\xbd\x35\x25\x22\x5a\x0d\x6c\xd3\xff\x1e\x04\x57\x4d\x89\x2b\x9a\x81\xe1\x79\x3c\x4e\x69\x51\x65\x85\x86\xa1\x1b\x67\xc2\xec\x68\x2c\xcb\x5d\xbb\xdc\x38\x1e\x0d\x82\x69\xc6\x23\x16\x13\x60\xd7\x83\xf0\x8f\xf1\xb0\xa3\x58\x87\xeb\x66\x0c\x17\xbe\x6b\x95\xe8\x2d\x83\x68\x82\xf1\xc0\xec\x91\x60\xd0\x07\xd6\x33\xf3\x48\xb0\x76\x54\xb5\x53\xeb\xaa\x79\x08\x4a\x8b\x76\x6c\x1e\x1c\xf9\x27\x16\x10\x4d\x24\xdf\x83\xfb\xe7\xa9\xed\x77\x17\xbe\x08\xd1\x20\x1e\x70\x09\x6c\xdb\x27\xf6\x50\xf1\x60\x57\x88\x33\xf3\x9f\xf6\xf4\x79\xc6\x20\xc5\x43\xb0\x3d\x82\x85\xaa\xe9\x98\xa7\x90\xdf\xe8\xf1\x26\x97\x01\xf1\x28\x02\x22\x44\x71\x27\x4a\x9c\x89\x16\xe4\xac\x62\xdd\x78\x4f\x30\xb9\x27\x68\xc2\x4f\x9d\x8f\x59\x1f\xdd\xd2\x09\x17\xae\x15\xc2\xc4\x0a\x21\x3e\xd7\x83\x86\x7a\x73\x9e\x1f\xfe\x47\x04\xd0\x3d\x51\x6f\xcf\x13\xf5\x76\x22\x3c\xd8\xe4\x6a\x21\x1e\x1f\xc9\x52\x90\x90\x59\xe7\x19\xbc\xb4\x09\xb3\x93\x98\xbd\x33\x39\x7b\xf1\x84\x98\x89\x6b\x92\x89\x80\x12\xb4\x01\xad\x49\xb3\xad\x3b\xdd\x23\x8d\xbd\x40\xc4\xfd\x94\xfc\x9e\x40\x32\xa2\x3c\x26\x4e\x1a\x33\x81\xff\x90\x3a\xe1\x54\x13\xfa\xed\x99\xf2\x4e\x17\x8d\xd5\x24\x6c\x26\x81\x20\x3b\x71\x7e\x55\xd8\xcc\xd4\xcd\x4b\xec\x5d\x45\xa2\x89\x48\x14\x5b\x23\x24\xb3\x76\x7d\xfc\x09\x48\xad\x45\xd8\x4c\x97\x4d\x23\xee\x2b\x16\x11\xf1\x10\x9f\x94\x90\xb3\xdc\x77\xfc\x3d\x93\xfa\x03\x1c\x9c\x66\x7a\x4c\xf7\x08\x6b\x6e\xf5\x5e\xcb\x78\xad\x1e\x31\x4b\x33\x5b\xdf\xcc\xc6\x10\x43\x88\x9e\x19\xf1\x6c\x66\xc5\x33\xf6\xa0\xa9\x5d\xfc\xc4\x22\xb7\x8b\xe4\x95\x6f\xb3\xde\xf6\x00\x91\xfc\x35\xa0\x98\x18\x50\x04\x2d\x9a\x91\xd1\x3e\x4f\xac\xaa\xba\xa0\x47\x05\x11\x61\x16\x4d\x69\x04\xd6\xd7\xe0\x7d\x96\x3d\x40\x84\x93\xad\x9c\xa1\x67\x1d\xf6\x0a\x41\x6d\x2b\x8a\xf5\x59\xf1\x19\x14\x86\xa5\x72\xac\x98\xd5\x63\x05\xc7\xf9\x59\xb1\xb2\x9c\x55\xdc\x47\x21\xf6\x1a\x8a\x80\xd9\x36\xe2\x34\xa1\x6c\x9b\x63\xdb\xc0\xf7\x31\xf2\x6a\x73\xb1\xb6\xec\x3c\x06\xaa\x41\xd5\xc8\xdc\xaa\x91\x41\x20\xd7\x86\x76\x60\x36\xb5\x03\xa8\x72\x67\x43\xab\x34\x1b\xb0\x07\xf8\xf6\x4e\xb5\x14\xb3\x81\x08\x66\x24\xe9\x0e\xe3\x9c\x5d\x7c\x23\x21\xd3\xb4\x4f\x98\xd8\x27\x74\xae\x24\x66\x77\x9e\x74\xa1\xe4\xe0\x9b\xb3\x63\x27\x30\xfb\xc4\xcf\x86\x65\xdc\x2d\xb3\x1b\xbe\x68\xd2\xc3\xfd\xce\xd2\xf0\x14\x22\x86\x2e\x61\x63\xe3\x01\xfb\x12\x4c\xb2\x3b\x5e\xdd\xf1\x12\x24\x16\x11\x25\x1e\x96\x4a\xc4\xde\xc1\xcd\xc0\x1c\x59\x2c\x5b\xb1\xf4\x11\x93\xe7\x40\x61\x82\xf4\x12\xac\x1d\x92\x31\x69\x13\x53\x62\x34\x69\xa2\xf1\x89\x25\xe3\x85\xc9\xe4\xc2\xa4\x13\xe4\x6a\x0e\x27\xf6\x30\x96\x98\xf0\x8a\x8a\x2a\x53\x51\x65\x70\xef\x37\xa7\xd3\x64\x3a\x4d\x84\xd7\x43\x1e\x89\x87\x79\x61\x46\xf8\xae\xc6\x43\x7c\x70\x92\xd9\x88\x99\x05\x7c\x10\x07\x3a\x9b\x35\xef\xac\x40\x2f\x3b\x12\x53\x1c\xdb\x53\x44\x6d\xba\x78\x12\xf5\x59\x8c\x8d\x89\x30\x38\xe7\x04\x34\x92\x00\xc2\x53\x3e\x39\x2f\x32\x66\xc1\xa8\x99\x37\x53\x88\x7e\x61\x02\xe7\x67\x99\x1b\xc8\x53\xc4\x6d\x99\xdd\x14\xc3\x93\xd1\x9f\xcb\x32\x97\x88\xcb\x7c\x0d\x1d\xc5\x9c\x1b\x9c\x53\x60\xf5\x65\xce\xb5\x41\x83\xc5\xf9\x85\x76\x25\x83\xa7\x8b\xa6\x5a\x28\x15\x2f\xc2\x94\xe4\x1c\x97\x53\xe2\xba\x37\xee\x2d\x79\x6f\xf3\xde\x7a\x14\x0b\xbe\x2a\x17\xbf\x08\x1c\x8f\x31\xd2\xbc\xd0\x5b\xcd\x4b\xa0\xe8\x2e\x7c\x29\xfd\x7b\x01\xe7\x86\xbd\xce\xbc\x96\xa4\x25\x36\x8a\x58\x68\x72\xec\x5b\x8e\x8d\x92\x7c\xde\x32\x84\xfb\xd8\x85\x0a\x88\x49\xde\x1b\x28\x1f\xfc\xbc\xe7\x8d\x22\x6b\xde\x20\xf7\x10\x5b\x77\xaa\x05\x9a\x68\x81\xfa\xc6\xcb\x74\xfd\xde\x59\xaf\x7e\x31\xe6\x5c\xbf\xf7\x06\xea\x21\xda\xf4\xed\x04\xbe\x0b\x48\x3c\x62\x90\xba\xa4\x6f\x97\x34\xaa\xa7\x79\x63\x37\x31\xef\xb6\xf1\x05\xc9\xda\xcc\xda\xec\xf4\x2a\xfa\xa3\x79\xbb\x41\x34\xc4\xd5\x9b\xd2\x26\xa0\x2f\x02\xd9\x71\x77\x34\xb9\x3b\xea\x42\x34\xdf\xf2\xaa\xfb\x15\x13\x2f\xff\xcf\xbb\x79\x6b\xff\xa7\xcd\x9c\xf0\x03\xf1\x30\x3c\x87\xc8\x4d\x85\x16\x3e\x1b\xdb\x67\x03\x7c\x51\xd6\x53\x0d\xc1\x21\xaa\x59\x33\x5d\x33\x3c\x88\x90\x51\x36\xc7\x10\xb1\xf3\x10\xb2\x89\x13\xe5\x7c\x0d\x47\x7a\x6c\xec\xa5\x57\xda\x86\x11\x14\xfb\x88\xde\x7e\x15\x6d\xc4\xbf\x7e\xab\xb4\x0d\xb4\x2c\x96\x4b\x35\x6f\xa5\xb7\xc5\xec\xb1\xc7\xde\xdd\x63\x62\xf4\x20\x76\xcf\x77\x6e\x34\x1d\x11\x6c\xac\xca\x86\x9d\xd8\xf0\x2a\xcc\xa2\x77\xe3\x17\x88\x3e\x81\x1b\xd5\xfc\xb8\x87\xce\x02\x64\x7e\xf2\x86\x0f\x24\x3a\x8c\xd2\xa6\x62\xe6\x24\xde\x52\x3a\x0c\x94\x4f\x14\xbf\x78\x10\x1a\x7c\xe3\x6a\x7c\x92\x0c\x3d\xce\xb8\x7f\x8f\xb4\x57\x4c\x03\xf1\x0d\xd8\xa3\xb8\xad\x4a\x59\x70\x27\xc2\xd9\xc4\x03\xd7\x9a\x22\xc4\x80\x05\x88\x73\x62\x0c\x77\xd4\x16\x73\x81\x93\x55\x0c\x80\xce\x61\x6a\x62\xfa\x92\x8e\x1d\x14\x1d\x03\xcd\x49\x48\x9c\x28\xc0\xc0\xf6\x74\x30\x61\x80\x53\x16\xea\x40\x75\xd8\x5c\x8d\x60\xfe\xb0\xf2\x85\x53\xd1\x5c\xcd\x78\xeb\x86\x48\xf7\x6b\xd3\xaf\x19\x66\x5e\x01\x62\x3d\x06\x66\x31\xaa\x40\x7e\x8c\x0e\xb4\xff\xd5\x66\xfe\x30\x98\x47\x10\xf2\x3f\xbf\x71\x31\x78\xcc\xe3\x37\x04\x79\xfd\xe7\x37\xfc\x42\x8e\x96\x7f\x7f\xeb\xff\xfc\x86\x99\xfc\x09\x4e\xd3\x8e\x30\xbb\xf8\x2d\xfe\x75\xca\xb6\x1d\x4a\xec\x7e\x17\x5d\xba\xff\xed\x6a\x20\x7e\xa2\x3c\xbd\xa8\x50\xf7\xbf\xd3\x90\x50\xbf\xc1\x9a\x50\xf5\xee\x7f\x8d\x3a\x84\xcf\xb6\xfa\xf4\xc5\xee\x74\xd6\x62\x50\x02\xe6\xde\x9a\xd3\x40\x03\xba\xdb\xc7\xa7\x17\xf8\xec\xa3\xea\x7a\xcd\x18\x2d\x8e\xa5\x06\xe7\x5a\xc0\x80\xc7\x63\x3b\x65\x4f\x5c\x80\xa3\xa3\x97\xa8\xc6\xf8\xea\x82\x69\x1c\x0f\x1c\xe0\xf0\xc2\x26\x4c\x78\x3c\x62\xe5\x73\x3b\xba\x88\xaf\x14\x8f\xa1\x3f\x05\xc9\xb2\xc9\xf0\x48\x18\x38\xf0\x7e\xc8\x9f\x0b\xdb\x2f\xaf\x87\x97\x47\xaf\xc5\xd1\xab\x13\xca\x75\x11\xb5\x35\x1e\x17\xa4\x13\xd2\x2d\x29\x66\x3a\x18\xf3\x8b\x70\x43\xf1\xf8\x48\xe5\xb7\x16\x24\xf0\xdb\x27\x0e\xc8\x1c\xdf\xe2\x51\xc8\xc8\xb7\x8a\x95\xc0\x7e\x32\x35\x7c\xaf\x09\x03\x1b\x0f\x6b\xa1\x5b\x31\x9d\x08\x64\x46\xc3\xbf\x9a\xa3\x5b\x3c\x70\x87\xd6\x87\xf8\x92\x82\xe6\x10\xff\x5c\x84\xa4\xb5\x76\xdd\x71\xff\x95\x52\x63\x30\xf4\x84\x66\xce\x2f\x54\xc0\xa7\xf7\x0e\x8b\x05\xf0\xf7\x22\x04\xb9\x8e\xf7\x84\x3a\x8c\x07\xe2\xc6\xff\xc2\x5e\xe3\xe5\x3f\x5f\xff\xfe\x6f\xff\xdf\xff\xdf\xf5\xef\xff\xff\xeb\x3f\x7f\x7f\x3d\xff\xfd\x3f\xfe\xe3\xfb\x2f\xff\xed\xfd\x4f\xcf\x7f\xfb\xeb\xff\x13\xd4\xbf\xde\x6f\xfd\xa7\xff\xf2\xfd\xc7\xf7\xbf\xff\xd7\xff\xfe\x1f\xcf\xf7\xd7\xbf\xff\xd7\x7f\x8f\x5c\xfc\xfd\x1f\x01\x00\x00\xff\xff\x39\x4b\x37\xd8\x86\xd6\x02\x00"); +func _degd ()(*asset ,error ){_ffbc ,_faaf :=_gdce ();if _faaf !=nil {return nil ,_faaf ;};_dcff :=bindataFileInfo {_c :"HKm471-B5-V",_ed :615,_cg :_g .FileMode (436),_ca :_d .Unix (1580492433,0)};_egfa :=&asset {_fdf :_ffbc ,_ff :_dcff };return _egfa ,nil ; +};func _bebf ()([]byte ,error ){return _fd (_acgd ,"GBpc-EUC-H")};func _eeee ()(*asset ,error ){_cgf ,_dgfd :=_eafe ();if _dgfd !=nil {return nil ,_dgfd ;};_gbe :=bindataFileInfo {_c :"UniJISPro-UTF8-V",_ed :5120,_cg :_g .FileMode (436),_ca :_d .Unix (1580492871,0)}; +_ggad :=&asset {_fdf :_cgf ,_ff :_gbe };return _ggad ,nil ;};func _cfbg ()(*asset ,error ){_ebgb ,_fbge :=_fbfc ();if _fbge !=nil {return nil ,_fbge ;};_bfcd :=bindataFileInfo {_c :"UniCNS-UTF8-V",_ed :656,_cg :_g .FileMode (436),_ca :_d .Unix (1580492730,0)}; +_gade :=&asset {_fdf :_ebgb ,_ff :_bfcd };return _gade ,nil ;};var _ecge =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9a\x4b\xab\x65\xc9\x71\x85\xe7\xf7\x57\x9c\xa1\x3c\x90\x6b\x47\xbe\x13\x8a\x0b\x72\x4b\x42\x8d\x91\x6c\xdc\x7e\x81\xf1\xe0\xe4\xab\x29\x70\xdd\x2a\xaa\xab\x07\xfd\xef\x4d\xac\x6f\x77\xdb\x12\x06\x79\xd0\x44\xdf\xa8\xc8\x9d\x79\xd6\x5e\x11\xb9\x22\x73\xbf\xfb\xe6\xdb\xdf\x7e\xfb\xf6\xe1\xeb\xe3\xdd\x3f\x7e\xf9\x34\xbf\xdb\x5f\x1f\xe7\xc3\xdb\xfa\xb2\x7f\xf8\xf4\xe3\x97\xb9\x1f\x63\x7f\xff\xe1\xed\xe5\xc5\xc2\x63\x7d\x98\x5f\x7f\xfe\x53\x66\x7e\x7c\x7e\x7e\x79\xf1\xf1\xdf\xfd\xf4\xc3\xd7\xfd\xf1\xdb\xb7\xf3\xe9\x11\x89\x5b\x3f\x7e\xbe\x63\x1f\x8f\x77\xff\xb4\xbf\xff\xf0\xc3\xd7\x2f\x3f\x3d\x7e\xf5\x9b\xf5\x69\xec\xbf\x79\xac\x7d\xdc\xff\x0f\x5f\xd6\xfe\xf2\xe1\xed\xfb\xc7\xaf\xbe\xf9\xd3\x77\xf6\x8b\xfb\xbb\x1f\x3f\x7f\xfe\xaf\xfd\x71\xbf\x7d\x7d\x98\x7c\xfb\x6d\xc9\xbe\xbc\xfb\xe6\x8f\xcf\xcf\x7f\x7a\x7e\xdc\x8f\x77\x7f\xf8\xfb\x8f\xd1\xd2\xaf\xff\x2e\xff\xfa\x0f\xfa\x37\xfd\xd3\xbf\xee\x2f\x3f\x7c\xf8\xf4\xf6\xb0\xbf\xbd\xae\xf2\x3f\xee\x7f\xfe\xe9\xf3\xbe\x1f\xf5\xf2\xee\xdf\xff\xe5\xdb\xdf\x3e\xfe\xc3\x1e\x76\x3d\x42\xce\xa1\xfe\xe7\xed\xff\xb7\x3f\x7e\x5a\xfb\x71\xf1\x57\x60\xf1\xf3\xd3\xda\x3f\x7c\x7e\xce\xfd\xe5\xf9\xf6\xfd\x7e\x79\x3c\xde\x5f\xd7\xeb\xe3\xf1\x78\xdf\xae\x57\xff\xeb\x37\x96\xae\xd7\xc7\xfb\xdf\xff\xee\xf7\xbf\x7b\xf5\x55\xfe\x45\xfc\x8b\xf1\x98\xb7\x4f\x5f\xd7\x3e\xf8\xf4\x84\xf7\x76\x5e\x1f\xe6\x23\xfe\xf7\x3f\xbd\xd8\x75\xdd\xf3\x7e\x58\x77\x74\xf0\xe8\xba\x3d\xfa\xfd\x93\xd9\x9e\x96\xdb\xeb\xa3\x77\x77\xe4\x8e\x63\xbe\x3e\x2c\xd6\x14\xe5\x5b\xf2\x69\x50\x68\xee\x79\x9a\x3c\x27\xbf\x3e\xac\x04\xf7\x9c\x82\xa7\xbc\x3e\x42\x52\xcc\xa9\x78\xaa\x7b\xaa\x3c\x0d\xcf\x76\x8f\xcf\x16\x98\x3e\xf8\x93\x43\x2e\xee\xe1\xc9\xc1\x63\xa2\x79\x4c\x24\x26\x7a\x4c\x32\x5f\x4f\x24\x26\x8e\xf1\xfa\x48\xd5\x47\xc5\xb1\xf0\x9c\xd7\x47\xbe\x3c\x26\x31\x2a\xf9\xa8\xdc\xb3\x7b\x18\x95\xfc\xc9\x25\xfb\x0a\x33\x31\xd9\x63\x6a\xf6\x5f\x91\x89\xc9\x1e\xd3\xcc\x47\x15\x62\x8a\xc7\xf4\xcb\xd7\x53\x88\x29\x1e\xd3\xab\x8f\xaa\xc4\x54\xe1\x73\x15\x5f\x50\x25\xa8\x7a\x90\x59\xf0\x71\x8d\xa8\x06\x8a\xc1\x17\xd9\x88\x6a\x07\x60\x7d\x60\x27\xaa\x2b\x2a\xb6\xcb\x5d\x44\x75\x45\x25\xbd\x91\x27\x51\x4f\x45\xe5\xe8\xe0\x3e\x89\x7a\x2a\xaa\x5c\x3e\x70\x10\x35\x14\x55\x7a\x72\x17\x51\x43\x51\x35\xfb\xc0\x49\xd4\x54\x54\xcb\xce\x8a\x49\xd4\x3c\xeb\xf5\x61\xdd\x7c\xe0\xf4\x11\xb7\x09\x29\x7a\xd4\x62\xe0\xd2\xcb\xbb\x2e\x7f\xd6\x62\xe0\x52\xd4\x55\x7d\x11\x9b\xa8\xad\x28\x2b\xfe\xac\x4d\xd4\x56\x54\x08\x3e\xf0\x10\x75\x14\x15\x83\x3f\xfe\x10\x75\xe6\x71\x57\xf3\x81\x67\x11\x75\x2f\x22\xbc\xbc\x1f\x97\x06\x8e\x4b\x03\x53\xed\xee\xd2\xc0\x71\x29\x2a\x27\x8f\x82\xe6\x43\x0c\x0e\x25\x16\x77\x11\x05\x19\x8b\x73\x7f\xc0\xc6\x01\x1b\x6b\x8f\xee\x22\x4a\x74\x0c\xcd\x19\x3a\xe0\xe3\x10\x1f\x43\xcf\x97\xbb\x88\x8a\x22\xed\xe5\x1c\x1d\xf0\x6f\x88\x7f\xd1\x1c\x9c\x01\x01\x47\x82\xda\x0e\xce\x80\x81\x43\x0c\x8c\xc1\xc1\x19\x50\x70\x88\x82\x31\x3a\x38\x03\x0e\x0e\x71\x30\x26\x07\x67\x40\xc2\x21\x12\xc6\xe4\xe0\x0c\x58\x38\xc4\xc2\x98\x6b\x73\x17\x51\x62\x61\x2c\xc9\x07\xc2\xc2\x21\x16\xc6\x1a\xb3\xbb\x88\x12\x0b\x63\xed\x3e\x10\x16\x0e\xb1\x30\xb6\xee\x10\xc2\xc2\x21\x16\xc6\x9e\x7d\x20\x2c\x1c\x62\x61\xba\x3c\xa1\x07\x2c\x1c\x62\x61\x32\xf3\x81\xb0\x70\x88\x85\x29\x5c\x0e\x21\x2c\x1c\x63\x56\x77\x15\x1f\x38\x66\x93\x4b\x03\xa3\x27\xda\x80\x98\x43\xc4\x4c\x51\xe0\x40\xcc\x21\x16\xa6\x24\x70\x60\xe1\x10\x0b\x53\x16\x38\xb0\x70\x88\x85\x29\x0b\x1c\x58\x38\x76\xb6\xd7\x47\x2a\x02\x67\xe7\x80\x2b\x68\x46\x5c\x51\x2e\x3d\xab\x74\x5f\x2a\x5c\x1d\xe2\x6a\xaa\xc9\x5f\x1a\x5c\x1d\xe2\x6a\x6a\xd1\x1f\x0f\x57\x87\x88\x99\x5a\xaf\x2f\xef\x27\xc4\x9c\x22\x66\xea\xdd\xdc\xa5\xa8\x29\x62\xe6\x2b\xa7\x97\xf7\x13\x62\x4e\x11\x33\x9b\xd7\xcd\x09\x31\xa7\x3d\x9f\xaf\x8f\x1c\xcc\xe4\x1a\x72\x69\x60\x08\xe1\xe5\xfd\x84\xab\x53\x5c\xcd\xd1\x51\x9d\x70\x75\x86\xe9\x03\xa3\xa3\x3a\xc3\x1c\xb8\x86\x06\x9a\x5c\x53\x2e\x3d\x2b\xe9\xf1\x30\x7a\xc6\x72\xb9\xcb\xcb\xf9\x8c\x45\xcf\x12\xc9\x73\x72\x24\x26\x24\x9f\x71\xb4\xd7\x47\xce\x41\xae\xd1\x71\x75\x77\x65\x3d\x6b\x3c\x71\x3d\xe5\xba\xe4\xd2\x22\x94\x1d\x39\x7b\x9d\x9d\x64\xc7\x4c\x39\xbf\x3e\x72\x09\x1e\x95\x72\xc1\x55\x34\x63\x96\xab\xca\xa5\x45\x94\xa4\x81\x2c\x42\x39\x94\x4b\x73\x17\x39\x34\x95\x43\xb9\xfa\x76\x30\xc9\xa1\xa9\x1c\xca\x2d\x3a\x12\xe4\xd0\x2c\xec\x07\x31\xbe\xbc\x9f\x24\x0c\xc6\x72\x0d\x59\x3e\xc3\x67\x5e\x6b\x6b\x6b\xf2\x05\x7c\xc1\x6b\x66\xbc\x88\x8b\xf8\xa2\x8f\x6d\xb5\x6a\xaf\xfe\x79\x8f\xfd\xbf\xb6\xdd\x59\x53\x62\x48\xf2\x47\x5f\x99\x47\x67\x7c\x59\xd3\x79\xa2\xcd\x9a\x0a\xbe\xe2\xbe\x92\x59\x6a\xc5\x57\x59\x42\x95\xaf\xe1\x6b\x5e\xdd\x93\xf1\xbc\x8e\xaf\x13\xd7\xe5\x7b\xe2\x7b\x2a\xce\x8b\xdf\xac\x69\xe0\x1b\x8a\x13\x0b\x6a\x9a\xf8\xa6\x36\x90\xc8\xcf\x5c\xf8\x16\x3e\xe6\xd8\xf8\xb4\xab\xa4\x42\xdc\x91\x2f\x5f\xf2\x65\xcd\x91\x81\xd2\x8d\xfb\xb4\x96\x0c\x94\x6e\x7c\xac\x7e\x5b\x06\x4a\x37\xbe\x96\x24\x1f\x58\xb9\xb1\x92\x2a\x3e\xb0\xca\x99\xb5\x30\x07\x58\xb9\xb1\xdc\x78\x35\xb0\x46\xc6\x7d\xc2\x2a\x83\x55\x06\xab\xca\x58\xb0\x72\xe3\x3e\xd6\x07\x56\x6e\x7c\x2d\xc4\x81\x95\x1b\x2b\xf9\x7e\x1e\x58\x49\x25\x95\x7c\xaf\x19\xac\xb2\xb0\x0a\x91\x38\xb0\xca\xc2\x2a\x07\x7e\xef\x8d\xd5\x61\x0e\x61\x5a\xa0\x62\x11\x7e\x39\xea\x7d\x90\x82\x32\xee\xd3\x1c\x05\xfc\x0a\x54\x34\xad\xb9\x80\x9f\x1b\x8f\xd3\x9a\x0b\xf8\xb9\xb1\xdc\x3b\x71\xe0\xe7\xc6\xf2\xfd\x7b\x0b\xf8\xb9\x71\x4c\xf1\x81\x9f\x1b\x2b\x97\x5d\xf2\x81\x5f\x11\x7e\x57\x60\x2d\xe0\x57\x3a\x71\xe2\x6e\x01\xbf\x22\xae\xe5\xa4\xf7\x51\xc0\xcf\x8d\xa5\x96\xf8\xbd\xe0\xe7\xc6\x52\xcd\xc4\x81\x5f\x81\x6b\x26\xac\x0a\xf8\x15\xc9\x95\x18\x58\x0b\xf8\xb9\xb1\x12\x78\x47\x15\xfc\xea\xc5\x3b\xd7\xfa\x2a\xf8\xb9\xb1\x9c\x0b\x3e\xf0\xab\xc2\xea\x4a\x7a\x5e\x05\xab\x2a\xac\x2c\xe3\x03\xab\x2a\xac\xe2\xa5\xdf\x56\xc1\xaa\x82\x15\x39\x53\xc1\xaa\x82\x15\xef\xad\x82\x95\x1b\xab\xd6\x59\x1f\x58\x55\xf2\x32\x10\x07\x56\x55\x58\x19\xef\xad\x82\x55\x1d\x3c\x4f\x1c\xaa\x60\x55\xc9\x4b\x72\xba\x82\x95\x1b\xcb\xed\x5e\x0b\x58\xd5\x5b\x00\x6a\xcd\x14\x42\x19\xf7\x29\xee\x09\x06\xcf\xc0\xbb\xd4\xef\x7d\xc2\xa1\x27\xb8\x5c\xc2\xfe\x09\x2e\xcf\x84\x4f\xef\xed\x09\x2e\x6e\xfc\x77\x10\x07\x2e\xcf\x1b\x17\xad\xf9\x09\x2e\x4f\xea\x15\x7c\x79\x82\x8b\x1b\xe7\xa4\x7e\xef\x13\x5c\x9e\x70\xe8\x62\x2d\xe0\xf2\x7c\xf2\x3c\x71\x83\x0d\x50\xc6\x72\xaf\xf8\xc0\xc5\x8d\x3f\x8f\xdf\x0b\x2e\xcf\x45\x1c\x73\x80\xcb\xf3\xe6\x10\x63\xe1\x90\x1b\x4b\xa1\x6b\xde\x01\x87\x86\x72\x30\x50\x4b\x06\xf8\xb9\xf1\xb1\x7a\xde\x00\x3f\x37\x3e\xaf\x70\x19\xe0\x37\xc8\xc1\xaa\xb5\x0c\xf0\x1b\xe4\x60\x15\xf6\x03\xfc\x46\x26\x4e\xf8\x0d\xf0\x73\xe3\x73\x08\xbf\x01\x7e\x43\xbc\xca\x05\x1f\xf8\x0d\x72\x90\x9c\x61\x03\x96\xb1\x62\x70\x83\x1d\x58\xc6\xeb\x90\xb0\x67\x0b\x96\xf1\x77\xce\x5a\xc0\x6f\x28\x07\x0b\xf9\x31\xc0\x6f\x2c\x72\x06\x5c\xc0\x6f\x50\xaf\x82\xe6\x98\x60\x35\xa9\x57\x6c\x93\x13\xac\xe6\xcd\x35\x61\x35\xc1\x6a\x0a\xab\xa4\xfd\xba\x4e\xb0\x9a\x11\x9f\x7e\xc7\x04\x2b\x37\x56\x63\x24\x0e\xac\x26\x58\x75\x61\x35\xc1\x6a\xaa\xde\xd7\xa8\xf5\x4d\xb0\x9a\xaa\xf7\x91\xf7\x31\xc1\xca\x8d\xef\xb5\xac\x19\xac\x66\x07\x7b\xe6\x05\xab\x29\xac\x0a\xf5\x00\xcd\x24\x63\x39\xdd\xf3\x82\x95\x1b\x5f\x5f\xfc\x7f\x6c\xf7\x13\x28\xdd\x58\x72\x85\xe0\x7f\x00\xe5\x54\x27\x77\x53\x71\x42\xc5\x29\x2a\x5e\x52\x5f\x75\x01\xef\x52\x39\xeb\xbc\xfe\x05\xbc\x4b\xf0\x96\x3b\x0e\x78\x97\x52\xb9\x40\xb1\x05\xbc\x2b\x12\xa7\xd7\xba\x80\x77\x25\xe2\x34\xef\x02\xde\x95\xf1\x09\xa2\x05\xbc\x4b\xa9\x5c\x1a\xcf\x03\xde\xa5\x72\x16\x81\x68\x01\xe5\xba\x4b\x3f\x73\x00\xa5\x1b\x4b\x29\xb1\x66\xa0\x5c\xa2\x5d\x65\xeb\x5c\x40\xb9\x54\xce\x2a\xdb\xcb\x02\xab\xb5\x88\xd3\x2b\x5c\x60\xb5\x36\x71\x7a\x0d\x0b\xac\xdc\x58\x56\xe3\x30\xeb\x06\xab\x2d\x2a\x56\xd2\x67\x83\xd5\x16\x56\x95\x32\xba\xc1\xca\x8d\xe3\xac\x79\x37\x58\x6d\x61\x55\x93\x28\xbb\xc1\x6a\x0b\xab\xd8\xf0\x81\xd5\x16\x56\x15\x39\xb2\xc1\x6a\x0b\xab\x5b\xb6\x6c\xb0\xda\x95\x12\xa2\xdf\xb1\xa1\xe2\xbe\xb7\x4e\xbd\xb7\x0d\x7e\xbb\xf3\x3c\xe2\xc0\x6f\x8b\x8a\xf7\x16\xb1\xc1\x6f\x8b\x8a\x15\x1a\x6f\xf0\xdb\x50\x91\x2d\x76\x83\xdf\xbe\x65\x1a\x73\x80\xdf\x16\x7e\xf7\xb6\xb6\xc1\x6f\x1f\xd6\xa2\xe7\x1d\xf0\x3b\xe0\xc7\xef\x3d\xe0\x77\xa4\x82\x3b\x63\x0f\xf8\x9d\x7b\xdb\xd0\x9a\x0f\xf8\x1d\xb6\x0d\xb6\xe2\x03\x7e\x47\xf8\x55\xf5\x42\xf5\x80\xdf\xa1\xc4\x81\xf3\x01\x2b\x37\x96\x02\xb2\xe0\x80\xd5\x69\x8c\xc5\x07\x56\xe7\xc6\x4a\xbf\xf7\x80\xd5\x61\x8b\xa0\xc4\x1d\xb0\x3a\x94\x38\xb8\x76\xc0\xea\xdc\x5b\x27\x71\x60\x75\xc0\xea\x5e\x0b\x58\xe9\x54\x24\x07\x6d\x89\x34\xca\x18\xbb\x7b\xa7\x46\x77\x20\x63\x39\x48\xba\x35\xba\x03\x19\x2f\xcb\x8c\x8d\xf8\x6e\x99\x91\xe4\x4b\xf8\x84\x4b\x53\x37\xd3\x90\xff\x32\x56\x5a\x23\xae\xe0\x2b\xc4\x31\x47\xc5\xa7\x12\x77\xdd\xf3\x36\x7c\x8d\xb1\x59\xbe\x8e\xaf\xe3\x23\xee\x89\x4f\x58\xb5\xce\xef\x18\xf8\x84\x55\xbf\xf0\x4d\x7c\x13\xae\x31\x76\xe1\x13\x56\xdd\xf8\x6d\x1b\x9f\xb0\xaa\xc6\xbc\x07\x9f\x78\xd5\x55\x96\x5b\x06\x3f\x5a\x82\x2e\xae\x35\x5a\x82\x46\x4b\xd0\x25\x97\x1a\x2d\x41\xbb\x5b\x82\x46\x1c\xf8\xa9\x25\x28\xe9\x8e\x03\x3f\xb5\x04\x29\xb3\x66\x5a\x02\x19\xcb\x45\x5b\x76\xa3\x25\x68\xb4\x04\x95\xf7\x46\x4b\x20\x63\xa5\xb7\x2a\x1f\xf8\xa9\x25\xc8\x17\x38\xd3\x12\xc8\xb8\x8c\xc4\x07\x7e\x6a\x09\x52\x93\x04\x68\xb4\x04\x8d\x96\x20\xf2\xde\x68\x09\x1a\x2d\x01\xf2\xa6\xd1\x12\x34\x5a\x82\xde\x89\x03\x3f\x5a\x82\xd8\xa2\x7c\xe0\x97\xef\xbc\xd4\x58\x5a\x02\x19\xab\xc8\xcd\x46\x4b\x20\x63\xa9\x28\xb7\x1a\x2d\x41\xa3\x25\xb8\xb9\x41\x4b\x20\x63\x35\xea\xa4\xa1\xd1\x12\xc8\x58\x09\xda\x8a\x1b\x2d\x81\x8c\x73\x57\x6b\xa1\x25\x68\x05\xe9\x26\x99\xd1\x90\xff\x0d\xf9\xcf\x69\x43\x43\xfe\x37\xc9\xfa\x4a\x0e\x36\x64\xbd\x8c\xe5\xab\xb2\x66\x30\x90\xac\xaf\x17\xb8\x20\xeb\x65\x3c\x3f\x98\x03\x0c\x0a\x32\x03\xfe\x21\xeb\x65\xac\x04\x9e\x87\xac\x97\xf1\x38\xf1\x05\x59\x2f\x63\xb9\xab\x86\xb5\x0a\x06\x3f\x4b\x7d\xfd\x5e\xa4\xbe\x8c\xd5\xa8\xf6\xb3\x21\xf5\x65\xac\x1a\xb9\x8f\xd4\x97\xb1\x14\x9b\xfd\xf5\xed\xbe\xd1\x09\x34\x3a\x81\x98\x58\x2a\xb0\xa9\x13\xc8\x26\x15\xdc\xe8\x04\x64\x5c\x99\xb0\x54\x28\xa6\x4e\xa0\xd2\x09\x34\x3a\x01\x19\x57\x99\x7a\xd5\x74\x02\x32\x56\x29\xe9\x8d\x4e\x40\xc6\x7d\xc4\x01\xaf\x3a\x81\x64\xea\xda\x39\xe4\xc3\x58\xba\xc7\xd2\x09\xc8\x58\xd2\x39\xfe\x6c\x74\x02\x32\xbe\x4d\xea\x77\xd0\x09\xc8\x58\xb6\xca\xf3\x80\x4d\x9d\x40\x36\x29\xd9\x46\x27\x20\x63\x35\x56\xe6\x00\x97\x27\x1d\x12\x29\x40\x27\x20\x63\xc9\x28\x53\x74\x02\x32\xee\xd3\xef\xa0\x13\x90\xb1\x14\x28\x3f\x74\x02\xed\xe7\x4e\x80\x38\x70\xa1\x13\x30\x52\x8a\x4e\x40\xc6\xc7\x32\x2f\xb8\xdc\x9d\x00\x74\xa2\x13\x68\x77\x27\xa0\x2d\xac\xd1\x09\xc8\x78\x9c\x70\xa1\x13\x90\xb1\x72\x31\x2f\x9d\x80\x8c\xa5\x40\x99\xa2\x13\x68\x74\x02\xba\x31\x98\x8d\x4e\x40\xc6\xbb\x0d\xe6\x00\x3f\x75\x02\x39\x18\xcf\x03\x3f\x75\x02\x29\xc3\x0d\x3a\x01\x19\x4b\x51\x5b\x58\xa3\x13\x90\x71\x19\x89\x0f\xfc\xd4\x09\xa4\x3b\x6d\xe9\x04\x1a\x9d\xc0\x5d\xe2\xe8\x04\x64\x2c\xc5\xc4\xfa\xc0\x6f\xb0\x4d\x26\xd6\x02\x7e\x03\xa9\x4a\xaa\x0c\xb0\x92\xea\x4f\xb1\x68\x7d\xa8\xfe\x76\xab\x7e\x9e\x87\xea\x97\xb1\x12\xe1\x10\xaa\x5f\xc6\xaa\x2e\x36\x66\x43\xf5\xcb\x58\x89\x60\x8a\xea\x97\x71\xe9\xcb\x58\x70\x99\x74\x98\x92\xcd\x0d\xd5\xdf\x50\xfd\xfd\x5e\x0b\xb8\x48\xf5\xe7\x40\x59\x46\xf5\x37\x54\xff\x95\xf4\x3b\x50\xfd\x6d\x72\xfa\x05\x5f\x50\xf8\x32\x96\x12\x5b\x18\x12\x5e\xc6\xe3\x98\x17\x0e\x49\xc2\xe7\x46\x29\x9c\x37\x2e\x94\x6f\xb6\x21\x24\x7c\x93\x5c\x4f\x29\xe2\x03\x17\xc9\xf5\x5c\x79\x6f\xc8\x75\x19\x97\xcd\xc2\x0f\xb9\x2e\x63\x29\x49\xaa\x36\xe4\xba\x8c\xfb\x34\x2f\x72\xbd\xad\x1b\x17\xe1\x87\x5c\x97\xb1\x94\xe0\xee\x02\x17\x49\xf8\x1c\x2b\xf3\x82\xcb\x82\x2f\x6c\x07\x48\xf8\x76\x4b\xf8\xce\xbc\xf0\x45\x12\x3e\xa5\xca\xef\x00\x2b\x49\xf8\xac\x93\xf9\xd9\x90\xf0\x32\x5e\xd7\x58\x0b\x58\x49\xc2\xd7\x0b\xfc\x90\xf0\x0d\x09\xcf\x09\x65\x43\xc2\xcb\xf8\xbc\x8a\x43\xc2\xcb\x78\x6e\xe1\x03\x3f\x24\x7c\x66\x4b\x44\xc2\x37\x24\xfc\xa5\x13\x89\x86\x84\x97\xb1\x94\x75\x0a\xd0\x90\xf0\x32\x96\x23\xeb\x43\xc2\xb7\x4d\xe7\x08\xff\x90\xeb\x32\x56\x23\x72\x09\xb9\x2e\xe3\x35\x82\x39\xc0\x4a\x72\x3d\x65\xea\x1a\x72\x5d\xc6\x4a\x90\x7c\x6d\xc8\x75\x19\x97\xe1\x8c\x05\x2b\xc9\xf5\x54\xc8\x7d\xe4\xba\x8c\xcf\x4b\x1c\x58\x49\x9a\xa7\xc2\xd6\x8e\x34\x97\xf1\xfa\xa7\x79\x91\xe6\x0d\x69\x7e\xd7\x71\xa4\xb9\x8c\xe5\xca\xf6\x87\x34\x97\xb1\x9c\x98\x17\x69\xde\xce\x7d\xaa\xaa\x79\x0f\xb8\x1c\x24\x00\xbf\x0d\x69\xde\x90\xe6\x06\xa6\x48\x73\x19\x4b\xe5\x1e\x0b\x2e\x48\x73\x4e\x50\x1b\xd2\xbc\x1d\x4e\x1a\x12\x3e\x30\x40\x86\x07\x78\x8a\x0c\x97\x09\x74\x63\x5c\x44\xcd\xee\x8a\xf6\x3e\x33\xea\x08\x5a\x99\xa2\x36\xa4\x23\x67\xbb\x4b\x91\xfb\xe0\xa1\xa3\x44\x74\x81\x75\x9f\xf3\x71\x81\x35\xbb\x17\xb6\xc2\x91\x40\xe7\x68\x43\x46\xa7\x9f\x7f\x75\x9b\xef\x94\xc0\xee\xaf\xb3\x5c\xda\xb9\x3a\x6f\x53\x17\x63\xc5\x44\x54\x2e\xc6\xa6\x2e\xc6\xee\x77\xce\xc5\xd8\x7c\x3a\xb4\xf7\xa1\xe5\x93\x0e\x48\xa6\x98\x04\xd4\x13\x94\x75\x7d\x56\x38\x76\xe4\xfa\x6c\xea\xfa\xac\x90\x2f\x5c\x9f\xcd\x41\x94\xa0\xe3\xae\x6c\xea\xae\xac\x50\x1d\xb8\x2b\x9b\x93\xfb\x6e\xe9\x6f\xee\xca\xa6\xee\xca\x4a\x51\xae\x70\x57\x36\x75\x57\x56\x8a\x94\x13\x77\x65\x53\xb7\x60\xa5\xaa\x52\x73\x0b\x36\x75\x0b\x56\x9a\x8a\x28\xb7\x60\x53\xb7\x60\xa5\xab\xc5\xe6\x16\x6c\xea\x16\xac\xea\x30\x6f\x71\x0b\xb6\x74\x0b\x56\xb5\xfb\x2f\x6e\xc1\x96\x6e\xc1\x10\x2c\x8b\x5b\xb0\xa5\x5b\xb0\x1a\xb2\xb9\x8b\x28\x5d\x79\x71\x29\xb0\xb8\xf2\x5a\xba\xf2\xaa\xc9\xc5\xf9\xe2\xca\x6b\xe9\x32\xab\x26\xdf\xd0\x17\x97\x59\x2b\x72\xa9\x5f\xb2\xbb\x88\xd2\x05\x54\x15\x65\x16\x17\x50\x4b\x57\x4b\xb5\x7a\x53\xbe\xb8\x5a\x5a\xba\x5a\xaa\xd5\x8b\xd5\xe2\x6a\x69\xf1\x81\x40\xab\xdd\x5d\x44\xe9\x6a\xa9\x76\x4f\xab\xc5\xd5\xd2\xd2\xd5\x52\xd3\xbd\xc4\xe2\x7a\x76\x15\xdf\x61\xda\xd5\x7d\x60\xd1\x06\x83\x69\xba\x58\x5a\x45\xfb\xcb\x2a\x7c\x6d\xe0\xa8\x2e\xee\xa4\x96\x0e\x8a\x9b\x75\xb9\xa4\x0e\x31\xad\x79\x7f\xb4\x38\x26\x5e\x3a\xea\x6d\xe0\xc5\x49\xef\x52\x0b\xdb\x82\x6f\xff\x8b\x0e\x76\x49\x06\x36\xed\xf4\x0b\x15\xb8\x94\x61\x2d\x99\xaf\x9e\x0c\x5b\xca\x94\x96\x3d\x79\x16\x99\xb2\xc4\xe8\x96\x8b\x0f\x84\xd1\x4b\x8c\x6e\xc5\xd5\xc0\x82\xd1\xeb\xe9\xd5\xbd\x55\xef\x59\xd6\x53\xc5\x1d\xd3\x4c\xe0\x3c\x37\x03\xf5\xac\xaa\xd5\xc3\xe8\x25\x46\xb7\xe6\x82\x7b\xc1\xe8\x35\x5c\x39\xb6\xe6\x1b\xf2\x1a\x12\x8e\x4b\x24\x6f\xcd\xf7\xa2\x05\xc9\x97\x48\xde\xba\xcb\xd0\x05\xc9\x97\x48\xde\x2f\x57\xdd\x0b\x92\x2f\x91\xbc\x2b\x1f\x17\x24\x5f\xcb\xeb\x50\x37\xaf\xcb\x6b\xe9\x68\x00\xd3\x2f\xad\x6b\xa9\x24\x2d\xa5\x42\x0f\x72\x91\x0a\x4b\xa9\xd0\x83\x6f\x06\x8b\x54\x58\x4a\x85\xae\xd6\x6a\x91\x0a\x4b\xa9\xd0\x93\xcb\xac\x45\x2a\x2c\xa5\x42\xd7\x4e\xb5\x49\x85\xad\x54\xe8\xea\x55\x37\xa9\xb0\x95\x0a\xbd\x94\xf6\xf2\x7e\x93\x0a\x5b\xa9\xd0\xab\x97\xf2\x4d\x2a\x6c\xa5\x42\x6f\xae\x7e\x36\xa9\xb0\x95\x0a\xbd\x5b\x77\x17\x51\x4a\x85\xde\x7d\x3f\xdf\xa4\xc2\x8e\x7c\x97\x72\x79\xcd\xde\xe4\xc2\x56\x2e\xd8\x65\xd1\x87\x92\x0c\x3b\x11\x17\xbc\x8e\x6f\xb2\x61\x27\xe2\xa4\x59\x37\xe9\xb0\x33\x71\xd1\xdf\xc9\x26\x1f\x76\x26\x2e\x79\xad\xdb\x24\xc4\x2e\xc4\x65\xd7\x93\x9b\x8c\xd8\x85\xb8\xe2\x5a\x7e\x43\xf6\x7d\x7f\x37\x53\x5d\xdb\x6e\x78\xbc\x39\x8a\xb9\x6a\xf1\xb1\x10\x79\xd3\xcf\x5c\xcd\x35\xe1\x86\xc9\x9b\xde\xe5\xea\xae\xa5\x36\xbd\xcb\xe6\x73\x9a\xab\xbb\x1e\xda\xd0\x7b\x77\xb5\x77\x76\x09\xaa\xae\xf6\x6e\xf3\x8d\x8d\x5d\xbe\x87\x6e\x38\xbf\xf9\xc8\xc6\x2e\xa7\xe0\x86\xf4\x9b\xaf\x6c\xcc\x5c\x1f\x6c\x58\xbf\x9f\xf7\x87\x3d\xbe\xb3\x6c\x08\xbd\x87\x8e\x08\x2c\x7a\x25\xdf\x43\x47\x04\x9b\x6f\x6f\x2c\xea\x45\xc2\xf2\x3d\xb4\x9f\x9b\x4e\xaa\xf7\x38\xb7\xcf\x58\x73\x91\x2f\xe0\xd3\xd8\xe4\x44\xdf\x70\x7f\xf3\x95\x8e\x25\xa7\xe2\x86\xfc\x7b\x4a\x73\x59\x76\x2e\xee\x29\xcd\x85\xf1\xdf\x16\xe5\x3b\xf2\xf1\xbc\x62\xce\x20\xb2\x64\x2f\x9e\x57\xf4\x8e\x48\x93\xbd\xd4\x83\x99\x8e\x66\xf7\x52\x0f\xb6\x17\x63\xab\x67\xeb\x26\x2b\xf6\x66\xac\x6e\x5d\x37\x69\xb1\xb7\xf4\x90\x35\x71\x79\x4b\x0f\x61\x2c\xe8\x13\x8b\xbd\xa5\x87\xf6\xe6\x79\x2a\xa0\x9b\xfc\xd9\x87\xe7\x49\xf3\x6f\x12\x68\x1f\x3e\x8d\xd2\x8d\xe3\x21\x83\xce\xa5\xe3\x9e\x60\xd6\xfe\x7c\xbf\x4e\xe1\x2f\xb7\xeb\x73\xe9\x30\x08\xe3\xbf\xa8\xcb\x57\xe5\xe3\x3b\x2c\xf3\x37\x78\x48\xc4\x73\xe9\x1e\x20\x58\x93\x4f\xf7\x00\x18\x7f\x83\x26\xdf\x94\x8f\x55\xe9\x4b\x8c\x43\xc6\x1e\xd3\x01\x4c\x08\x8e\xf8\x31\x1d\xc0\x1c\xd3\x3d\x68\xd0\xae\x7d\x4c\xf7\xa0\x18\x0b\xba\x6b\x38\x26\x99\x72\xee\x2f\xeb\xa2\x2b\xb2\x43\xba\x1f\x63\x8e\xe8\xfb\xc9\x21\xdf\x4f\xd0\xa1\x4c\x50\x77\x72\x82\x0e\x65\x30\x16\xaa\x33\xf6\x04\x1d\xca\x9c\xc0\xf3\x52\x55\x1c\xcf\x0b\xea\xc6\x42\xea\xbe\xe6\xa0\x6e\xec\x04\xe6\xc8\x9e\x29\x87\x6a\x71\xa2\x0e\x47\x42\x6e\xf2\xe9\x70\xe4\x50\x41\x82\xbe\x20\x3a\x54\x90\x43\x05\x09\xc5\x77\x9f\x43\x05\x39\x49\x07\x49\xa1\xa6\xec\x3e\x1d\x24\x1d\xaa\x4a\xa8\xde\x8d\x1d\xaa\xca\x49\xea\x84\x43\x13\x2e\x49\x9d\x30\xc6\xd7\x52\xe4\x63\xac\x14\x63\x68\x41\x71\x2a\xcf\x87\x8a\x14\x74\x68\x79\xa8\x48\x87\x8a\x14\xfa\xe5\x18\x50\x91\x4e\xbe\xe3\x5c\x0b\x1d\x2a\xd2\x29\x7a\x47\x51\x87\xff\xa7\xf0\x8e\x64\x7c\x2c\xbe\x24\x1f\x5f\xdf\x5d\xde\x89\x1c\x2a\xd7\xa1\x72\x45\xd3\x3b\xa7\x72\x1d\x2a\x57\x94\x9c\x3b\x54\xae\x43\xe5\x8a\xc1\xd5\xc2\xa1\x72\x1d\x2a\x57\x8c\xe2\x06\x95\xeb\x50\xa5\xa2\xbe\xc7\x38\x54\xa9\xa3\xc2\x64\x31\xeb\xfd\x76\x9d\x28\x9d\xfb\x4b\xc0\xdc\x14\xc7\xd8\xae\x2e\x3a\xaa\xeb\x38\x5d\x5d\x34\xc6\xe3\xb2\x7c\x19\x9f\x63\x1a\x8b\xf0\xeb\xea\xa2\x31\xc6\xd7\x60\xa7\x4f\xe6\x50\x97\x1a\x0b\xf3\xaa\x4b\x3d\x7d\x31\x36\x85\x3f\xcb\x32\xff\xff\x8f\xcf\xcf\x2f\xbf\x7c\x36\x3b\x7f\xfc\xf2\x65\xbf\x7d\xd5\x27\xba\xfa\x34\xf6\xb1\xf6\xf9\xf0\xb6\x7f\xf9\xdc\xf7\xf3\xa7\xcf\x3e\x4a\xff\xfd\x77\x00\x00\x00\xff\xff\x99\x68\x60\x83\x1a\x2c\x00\x00"); +func _cce ()([]byte ,error ){return _fd (_cdec ,"ETHK-B5-H")};func _abgb ()([]byte ,error ){return _fd (_eeef ,"UniJIS2004-UTF32-V")};func _agea ()(*asset ,error ){_cgcc ,_abbb :=_cegb ();if _abbb !=nil {return nil ,_abbb ;};_beabg :=bindataFileInfo {_c :"NWP-V",_ed :1293,_cg :_g .FileMode (436),_ca :_d .Unix (1580492618,0)}; +_cgcg :=&asset {_fdf :_cgcc ,_ff :_beabg };return _cgcg ,nil ;};var _ec =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x5d\xab\x65\x37\x72\xfe\xef\xcf\xa7\xd8\x97\xf3\xbf\x98\xbf\x97\x5e\x4b\x82\xc3\x01\x33\x63\x13\x07\x26\x09\x71\x26\x09\x84\x5c\xac\x25\xd5\x32\x0d\xf1\xe9\xa6\xdd\xbe\xf0\xb7\x0f\xf5\x7b\xf6\x38\x99\x21\xe0\x0b\xf3\xb8\x9f\x2e\x69\x95\x4a\xa5\x7a\x91\x76\x7f\xf5\x87\xef\xfe\xf8\xdd\xfb\x87\x2f\x8f\xaf\xfe\xe9\xf3\xc7\xf5\xbd\x7f\x79\xdc\x1f\xde\xf7\x67\xff\xe9\xe3\xcf\x9f\x97\x3f\x2e\xff\xe1\xc3\xfb\xcb\x4b\xca\x8f\xfd\x61\x7d\xf9\xcb\x1f\x81\xf5\xe3\xf9\xe9\xe5\x25\xc6\x7f\xff\xcb\x4f\x5f\xfc\xc7\xef\xde\xef\x8f\x8f\x22\xb9\xfd\xf3\xa7\xa7\xec\xe3\xf1\xd5\x3f\xfb\x0f\x1f\x7e\xfa\xf2\xf9\x97\xc7\xef\xbe\xde\x1f\x2f\xff\x7f\x8f\xed\x77\xf0\xff\xf8\x79\xfb\xe7\x0f\xef\x3f\x3c\x7e\xf7\xf7\xe7\xa7\xf3\x3d\xfd\xfa\x17\xdf\xff\xfc\xe9\xd3\x7f\xf9\x8f\xfe\xfe\xe5\x71\xc0\xf9\xfb\x06\x5f\xbe\xfa\xc3\x9f\xce\x4f\xff\x70\xfe\xe8\x8f\xaf\x6c\xfc\xfe\x9b\x3f\xff\xe1\xf7\x7f\xc7\x5f\xc0\xff\xab\x7f\xfe\xe9\xc3\xc7\xf7\x47\x3a\xfe\xff\x71\xf4\xff\xe1\xff\xe5\x97\x4f\xfe\x48\xcf\x09\xfe\xfd\xcf\xdf\xfd\xf1\xf1\x1f\xe9\x91\x8e\x47\x6e\xa5\xda\x7f\x3e\xf9\x7f\xfb\xd3\xc7\xed\xcf\xcf\xbd\x14\x29\xbf\x3e\x6e\xff\xe9\xd3\xb9\xfc\xf3\xf9\xfe\x83\xbf\x3c\x1e\xaf\xc7\xf1\xf6\x78\x3c\x5e\xc7\xf1\x16\x7f\x1a\xdf\x7c\x7d\xbc\x05\xfc\xf1\x5b\xfe\xfc\x75\xfa\x3a\xbd\x3d\x5e\xbf\xfd\xe6\xdb\x6f\xde\x42\xe7\xbf\x19\xff\x92\x34\xed\xfb\xc7\x2f\xdb\x6f\x71\xcc\xf8\x9a\xee\xb7\x47\x2e\x29\xc6\xfc\xef\xbf\x7c\x49\xc7\xf1\xd4\xe4\xc3\x7e\xca\xe7\x90\x37\x97\xfc\xeb\xf0\x13\x0d\x7c\xdf\x6f\x8f\x92\xfb\xcb\xeb\x99\xce\xd0\xe1\x4c\xb7\xbf\x3d\x7a\x29\x2f\xaf\x67\x16\x93\x4f\x7f\x7b\x58\xb6\x97\xd7\xb3\x5c\x31\xea\x2c\xd7\x7c\x7b\xd8\x38\x82\x59\xc8\x94\x7d\xbe\x3d\x6c\xc2\xb8\x98\xfb\x7c\x7b\x8c\x14\x33\x57\xcd\x53\xef\xf2\xf6\x18\x35\xbf\xbc\x9e\x4d\x4c\xbb\xfb\xdb\x63\xe6\xf6\xf2\x7a\x76\x31\xfd\x1a\x6f\x8f\x74\xa4\x14\x94\xa6\xee\x1b\xaa\x84\x94\x49\xca\xe2\x6f\xd2\xd1\x66\x50\x5b\xd4\x0d\x35\xf3\xcb\xeb\x75\x20\x25\x48\x29\xa6\xbf\x8e\x33\x8b\xca\x6f\x0f\x63\x75\xd7\x71\x16\x51\x03\x29\x83\x9a\xa2\xe6\xdb\x63\xe4\xde\xa1\x4e\xa8\x8b\xb9\x4a\x0d\xea\xd2\x5c\x01\x36\x7b\x82\xd2\x5c\x01\x56\xca\x01\x55\x45\x9d\x31\xb0\x6a\xe0\x25\xea\x42\x09\x51\x0b\xca\x77\x48\x35\xb4\x77\x17\xe5\x48\xa1\xbd\xdf\x50\x77\x7e\x7b\xa4\x7c\xa0\xfd\xad\x2f\x06\x58\x2f\xa8\x7a\xeb\x8b\xf7\x85\xd4\x80\xd2\xf4\x01\xd6\x0b\x6b\xbc\xb7\x28\x0f\xa9\x14\x94\x76\xfe\x4a\xb1\xec\x94\xd3\x84\x3a\x45\x9d\x0c\x1c\x50\x68\x9f\x62\x5d\x29\x67\xa4\xae\x26\xaa\x21\x25\xaa\x8b\x0a\xab\xe6\x7a\x40\x4d\x51\xe1\x34\xfd\x49\x69\xfa\x58\x7d\xca\x18\x27\x5d\x5b\xd4\x46\x2a\x43\x61\x89\xc4\x6e\xe7\x8a\x12\x2b\x8b\x62\x1f\x6b\x81\xc2\x12\xc9\xc3\xd0\xb9\x41\xb9\x54\x75\x0c\xad\xe9\x1d\x4b\x24\x2d\x7b\x06\x25\xf7\xbe\xf2\x69\x6f\x8f\x54\x52\x81\x1a\xa2\x06\x03\x1b\xd4\x14\x15\xda\x97\x3e\xa1\x4e\x51\x18\xa7\x76\x28\xbe\x98\xe3\x38\xa5\x92\x99\xcb\x0f\xa8\x00\xeb\xd5\xa0\xf4\xc5\x3b\x0c\x5d\x0c\xea\xd6\x5c\xb7\xe6\x1a\x50\x9a\x2b\x36\x2d\x55\x76\x3b\x6b\xd3\x00\xeb\x15\x25\x6e\x17\xe5\x48\x85\x12\x45\x0b\x02\x52\x3d\x0c\x2a\x8b\xc2\x5e\xed\x80\xc2\x5e\x1c\xdc\x54\x8f\x98\xab\xc8\xaa\x40\xaf\x93\x81\xeb\x29\x15\xfb\x58\x6b\x82\x9a\xa2\xe6\xdb\xa3\x1d\xac\xb1\x2c\xb4\x2f\x5e\x91\x0a\xed\x8b\x37\x51\xf8\x44\x63\xa0\x77\x51\xb1\x43\xd5\x50\x55\x3b\x54\xb4\x43\xf8\x7d\xd1\x0e\x15\x9c\xbc\x0e\x28\x39\x79\x91\x93\xb3\xb5\x45\x4e\x5e\xee\x16\x52\x93\x05\xdd\x9a\x3e\xa0\x4d\x9c\xbc\xdc\x26\x6a\x22\xa5\x81\x52\x55\x86\x6e\x15\x4a\x4a\xc8\x84\x2c\x5b\xa1\xea\xaa\x18\xa7\x1d\xa1\x7d\x95\x71\xaa\x5c\xae\x35\xa8\x22\xaa\xbc\x3d\x9a\x94\xa8\xab\x8a\x8a\x4d\x6b\x9c\xc7\xba\xb6\x28\x36\xad\x89\x62\xd3\xea\x66\x7a\x3c\xa7\x6e\x4d\x1f\xd0\xfb\x18\x50\x9a\x1e\xab\x36\x4c\x58\x65\xd5\xfa\xb4\x2a\xaa\xca\xaa\x15\xed\x9b\x85\x12\x0a\xab\x57\x0b\xc7\x4c\x6d\x36\xa8\x4b\x94\x0c\x3d\xa0\x30\x74\xbb\xc2\x57\x3b\x9e\xd3\x16\xbe\x0a\x58\x8f\xb8\x7a\xb5\xa5\xb9\x98\xbe\x13\x1e\x15\xa3\x05\xa9\x8f\x09\x95\x45\x61\x9c\x7e\x40\x15\x51\x61\xfb\x3e\x13\xd4\x29\x0a\xdb\x77\x51\xe8\xd5\x57\x43\x8a\xb9\x56\x17\xd5\xdf\x1e\x56\xad\x42\x99\xa8\x50\xc2\xa4\xc4\xba\x45\xdd\xcc\x15\x6e\xd2\x37\xda\xf7\x70\xa0\x64\xd8\xbe\xfb\x16\x85\xed\x7b\x81\xc2\xf6\x3d\x9c\x29\x19\xc1\xbd\xcb\x99\x00\xeb\x9d\x2f\xde\x4d\x54\x98\xd0\x8c\x81\x72\x13\xc0\x7a\x6f\x50\x4b\x14\x5f\x1c\x07\x49\xfb\x2f\xa9\xf6\xff\xca\xbe\x57\xd7\x09\xee\x3a\xc1\xcf\xaf\x3f\x15\x62\x71\x38\xbc\xf2\xdb\x65\x27\x3a\x8e\x02\x55\x45\x49\x47\x83\x42\x47\x8b\x50\x9b\x6c\x40\x5d\x26\xca\x90\x1a\x50\xc4\x32\x0b\xc7\x4c\x83\x6d\xb6\xa5\x81\x0b\x2f\x22\x96\x99\x8c\x6e\xe1\xa4\x69\xe4\x03\xca\x45\x91\x80\x4c\x14\x46\x27\xd7\xa6\x41\xec\x37\xf9\x2d\x60\xdd\x12\x54\x11\xc5\x17\x49\xb2\xb6\xf5\xc5\xcd\x17\x8d\x35\x6e\x7d\x31\x2a\x86\x34\xd8\x2d\xdb\x97\xa8\xb0\x70\x1a\x9a\x0b\x0b\x9b\x87\x25\x28\x1a\x2e\x73\x59\xc2\xb1\x04\x5b\x63\x3a\x16\x76\x1f\x21\xc5\x49\xa1\x10\x78\x82\x75\xbc\xc8\x6e\xa9\x7a\x47\x2c\x1b\x5d\xd4\x14\x45\x4e\xb2\x06\x75\x8a\xc2\x12\x52\x55\x3b\x04\x58\x27\x70\x0d\xed\xd0\xb8\xd0\x8b\x10\x3e\x94\xe9\x01\xeb\x4f\x0a\xbd\xc6\x42\x2f\x22\xcb\xd0\x79\x02\xac\xdb\x80\x42\xaf\x81\x03\xcc\x14\x86\x9e\x9a\x7e\x72\x82\x27\x56\x9d\x3a\x29\x53\x27\xd8\x26\x14\xc6\x99\x38\xc0\xc4\x73\xa6\x1c\x60\xca\x01\x06\x73\xc9\x01\x26\xb1\x6c\x92\xf2\xa6\xbe\x38\x15\xcb\x30\xf4\x54\x2c\x9b\x61\xfb\x7c\x1c\x61\x89\x29\xdb\x03\x6d\x10\x76\xe7\xc6\x7d\x67\x1c\xb1\x7c\x14\x06\xfa\x93\xc2\xa3\xa5\x84\x8e\xd8\x8c\x23\x96\x0f\xd2\xc1\xd4\x11\x9b\x3a\x62\x78\xf4\xd4\x11\x9b\xb1\x1d\xf9\x20\xa0\x4e\x6d\xc7\xd4\x76\x0c\x54\xd5\x76\xcc\x30\x4e\x3e\x88\x2c\xa7\x8c\x73\x86\xcb\xe5\x83\x83\x78\xca\xe5\x00\xeb\x43\x14\x5f\x3c\x23\x3c\xe6\x14\x05\xe8\x75\xba\x89\x92\x71\x44\x61\x9c\x13\x55\x13\x5e\x78\x4a\xd5\xf3\xa9\xaa\x41\x35\x51\xa1\x44\x22\xef\x5e\x52\xe2\x3a\x99\xbe\x89\x32\x51\x9a\x7e\x40\x0d\x51\x33\xa4\x38\xee\x97\x82\xe0\xa5\x20\x38\x34\xf0\x12\x75\x21\x25\x6a\x89\xa2\x62\x23\xb5\x5c\x27\x86\xbe\x62\x3b\x73\xc2\x27\x2e\x95\x54\x97\x4a\xaa\x29\x4a\xd3\x4b\x55\x4c\xb8\xa4\xea\x8a\x20\x9a\x55\x19\xad\x35\x44\x51\xe0\x4c\x51\x53\xd4\x8c\xe4\x4f\xa6\x5f\x4a\xeb\x2b\x4e\x6a\x56\xb1\xb4\xb6\x89\x62\x8d\x4f\x4a\x73\x85\x9b\xe4\x42\xbd\xb9\xe4\x26\x6b\x73\x60\x48\x40\x6b\x13\x3a\xd6\xad\xd6\x23\xa8\x2d\xbd\x76\x58\x22\x17\x2a\xa3\x2d\x4b\x6c\x39\xf9\x14\x85\x25\x76\x1c\xa5\x5c\xc8\x5c\x5b\xc5\x25\x60\x7d\x8a\x42\xaf\x1d\x85\x44\x56\x79\xb6\x55\x48\x6c\x39\xe6\x14\x85\x63\xee\x08\x0a\xb9\xe6\xd0\x7e\x2b\x28\x6c\x6a\x0b\x23\xd3\x6f\x39\xc0\x46\xd5\x4a\x15\xef\x52\xd5\x23\xfa\x66\x19\xc7\x15\x7d\x01\x33\xca\x33\x3f\xd1\xcb\xa3\x23\xc8\x95\xb4\xee\xea\x08\x00\xb3\xa3\x42\x55\x51\x4c\x8f\x47\xfb\x75\x8b\xba\x91\x0a\xe3\xb8\x52\xb1\x6f\xbe\x48\x18\x72\x05\x51\xc0\x8c\x48\xee\x0a\xa2\xbe\x99\x8b\xed\x70\x19\x1a\x30\xa3\xfa\x73\x95\xa0\x1e\x41\x34\x37\x29\xa1\x20\x0a\x98\xb1\x69\xae\x20\xea\x2c\xbb\x51\x10\xde\x5a\xf6\x8d\xfb\x36\x7a\x90\x5b\xee\x0b\x98\x3d\xa5\xd8\xb4\x3b\xfc\x20\x37\xaa\xe5\x7b\x4f\x51\xe1\x98\x46\x48\xbb\xb7\x06\x86\x5e\xb9\xd1\xa0\xdd\xd2\x0b\x30\x8b\x66\xef\xba\x55\x1a\xdf\xce\x5c\x6c\xda\xed\x9a\xcb\x35\x97\x06\x6a\x2e\x54\xed\xa1\xfd\x52\xb3\x27\xc8\x3d\xcf\xdf\x4c\xc5\x4b\xbd\xa0\xc0\x2c\xea\xfe\xa5\x5e\x70\x1d\x8b\x49\x22\xbc\xad\x63\x49\x6a\x49\xaa\x42\x49\x2a\xec\x95\x29\x2a\xd6\x41\x11\x26\x30\x0b\xef\x5e\x07\xc1\x66\x1d\x91\x93\x32\xee\xb7\x8e\x5b\x3a\xde\x9a\xab\x43\x69\x2e\x82\x20\x26\x58\x07\x41\x70\x1d\x54\xa8\x96\x58\x1c\xa5\xc7\xa2\x59\xcb\x16\x9d\xd9\x52\xb3\xb6\x12\xf1\xc7\xa2\x0a\x5f\x89\xf8\x23\x30\x8b\x1c\xbe\x12\xf1\x47\xd0\x29\x76\x16\xed\xdd\xeb\xa2\x33\xcb\xc6\x1a\xd5\x99\x09\xcc\xb2\xa8\x13\x6a\xc5\x79\xb2\x08\xe1\x2b\x45\x4d\xfb\x04\xb3\x9c\xa1\xb6\x28\xf4\x8a\xa2\x64\x25\x4a\x04\x81\x3d\xf5\xa2\x2e\x5b\x09\x27\x35\x43\xaf\x2d\x29\x39\x69\x1c\xc4\x95\x5c\x52\xec\xbc\x0d\x54\x75\xe9\xa5\x9d\x8f\x06\x7e\xd1\xde\xbd\xae\x24\x4b\xcc\x90\x52\xff\xb6\x72\x34\x91\x79\x44\x27\xbb\x32\x4d\xa4\xc0\x2c\x23\x45\x13\xb9\xf2\x42\xaa\x42\x49\x7b\xc0\xa8\x2a\x57\x5e\x92\x22\x0b\x8e\xa8\x2a\x57\x26\x0b\x0a\xcc\xf2\x80\xd2\x40\x8f\x73\x4e\xf2\x5f\xd9\x8b\x28\xce\x79\x54\x46\x2b\x73\xc4\x56\x8e\x98\x93\x47\x44\xe2\x95\x69\xe0\x05\x66\x11\x59\x56\xbe\x59\x76\x8e\x98\x93\x87\x16\x44\xb6\x59\xf9\xc6\x99\xd8\xa1\x4c\x23\xb3\xe8\x05\xf3\x8c\x60\xb3\xd4\x0b\x0a\xcc\x8a\x28\x69\x8f\x71\x28\x24\x96\x7a\xc1\x55\x70\x93\x89\x7f\x15\xb9\x49\x91\x9b\x94\x0a\x35\x44\x0d\xa4\x06\xd4\x14\x85\x17\xc6\xd1\x5f\x85\x73\xbe\xca\x89\x12\x59\x73\x6d\x51\x8e\x94\x41\xb1\xc6\x72\x49\x8a\x81\xda\x8e\xa2\xed\x28\x13\x0a\x55\x4b\x58\x22\xcf\x8a\xaa\xb2\x04\x60\xf6\xa4\xa4\x3d\xc6\x99\x93\x2f\xca\x38\x80\x59\x15\xd5\x45\x5d\x48\x75\xa8\x25\x8a\x4d\x8b\xb2\x71\x15\xd9\x8b\x2e\xaf\x1c\x98\x50\x5d\xde\xaa\xa1\x6a\xa1\xe6\x59\x55\xaa\x56\xa9\x5a\x91\x92\xaa\x35\xd2\x67\x39\xb0\x57\x25\x7d\x0a\xcc\xaa\xa8\x29\x6a\x86\x54\x65\x2e\xd2\xa7\xc0\xec\x49\x5d\xa2\xf8\x62\xa4\xbc\xa5\xf6\x50\x60\x86\x63\xaa\x3d\x14\x94\x23\xba\xf5\x55\x75\xac\xaa\x8e\x95\x06\xea\x58\xd1\x25\x96\x23\x7a\xe7\x55\xa9\x79\x04\x23\x77\x49\x35\x51\x27\x52\xa2\xa4\x44\x40\x6d\x78\x4e\x95\x93\x57\x19\x27\x4a\xe3\xa5\x26\x52\x50\x0e\xe2\x57\x53\xc4\x6c\x8a\x98\x04\x85\xa6\x88\xd9\xc2\xbf\x4a\x8a\xf4\xb9\x9a\xfc\xab\xc9\xbf\xaa\x06\x0e\x51\x1b\xa9\x0e\xe5\xa2\xf0\x1c\xd6\xd8\xe4\x39\x2d\x32\x7d\x49\x04\xe4\x46\xa6\x17\x98\x35\xa6\xbf\x34\x7d\xec\x4a\x49\x59\xd4\x73\x20\xc6\xc1\x12\xea\x64\x57\x63\xd3\x12\x27\xad\x69\xd3\x9a\x36\xad\x31\xbd\x36\xad\xc5\x0e\x95\x84\x63\x36\xed\x10\x60\xd6\xb0\x84\x02\x5f\x0b\x7b\x97\x84\x33\xb5\x2d\xe3\xd0\xf5\x58\xd4\xae\xab\x6d\x59\x62\x63\x09\x2d\x7b\x4b\xd5\x80\x36\x9e\x52\x52\x22\xe2\x44\x49\x9a\x5e\x71\xa2\x29\x15\xb3\x43\x8d\x54\xbc\x9a\x63\xaf\x2e\x4a\xf6\x0a\x68\xf9\x60\x41\x8a\x26\x2d\xd2\x49\x49\x84\xa1\xa6\x74\x02\xb4\xaa\x65\xdf\x9a\xfe\xc6\x12\x03\xed\x6f\x29\x71\xcb\x12\xec\xa3\x92\x0e\x6d\x7e\x49\x51\xf4\x2e\xb5\xf9\xab\x5f\x28\x11\x35\xe2\xea\x3a\x0a\x80\x59\x14\xbd\xab\xcb\xf6\x5c\xd2\x96\x4c\xbc\xef\x4a\x99\x5d\x29\xb3\xff\x76\x57\xbc\xba\x32\x6a\xc7\x95\x33\x91\xb8\xcb\x95\xbb\x8a\x9d\x9e\xa0\xba\xa8\xd8\xad\xcc\x49\xe9\x72\xe5\xae\xe0\x4c\x2a\xee\x0a\xce\x3d\xd2\x49\xa1\xda\x5d\xdd\xb5\x92\x00\xb3\x68\x18\x56\x77\xe9\x18\x86\x2e\x19\x13\x74\xe5\xf0\x4e\x77\xa0\x5c\xd9\xe9\x0e\x56\x8f\x04\x54\x32\xc7\xa2\x2b\x01\x01\x66\x5d\x03\xa5\xc4\xcd\x5c\xec\x56\x57\x48\x02\xfa\x90\xed\x14\xc2\x69\xf3\x4b\x8e\xfe\x6d\xa9\xcd\x5f\x16\xa7\xa3\x64\x8c\x6e\x0a\xbb\x80\x59\x97\x14\x5f\xa4\x8f\x2f\x99\xf0\x66\x4a\xd8\xa6\x84\x4d\x46\x35\x25\x6c\xba\xea\x52\xa2\x4a\x5a\x26\xf7\x03\xcc\xa2\x61\x58\x26\xf7\x33\x47\x0a\x57\x36\xd5\x29\xa6\x65\x9b\xa8\xa7\x54\x54\x0d\x8d\xa8\x6e\x4a\xc5\xa6\x54\x1c\x4d\xf7\x32\x59\xc2\xa2\xcc\x2e\xa5\xa3\x04\xbd\xa0\xc0\x2c\x9a\xee\x65\xf2\x5b\x7a\xe7\x52\x30\xa1\x7a\xe7\x35\x22\x74\x94\x12\xdd\xe7\x1a\xdc\x6e\x08\xcc\xa2\x0f\x5f\x83\xfa\x7a\x0d\x62\x46\x19\xa2\x5c\x14\xee\x17\x7d\xf8\x1a\x8a\x19\x40\x29\x13\x29\x1e\x27\x04\x66\x1c\x8b\x71\xe9\x8b\xf8\x57\x99\x50\xf2\x2f\xc0\x2c\xfa\xf0\x35\x14\x2a\x47\xb8\x49\xa9\xc4\xc5\x21\x37\x01\xcc\xd8\xb4\xa1\x4c\x3f\xe2\x58\x95\x4a\x24\x1e\xca\x49\x43\x39\x29\x9a\xee\x35\xe4\x00\xf4\xf4\xa5\xe2\x4c\xea\xe9\x05\xa5\xb2\xc6\xa9\x80\x3a\x4f\xaa\x06\x2c\x31\x65\x89\x79\x32\x10\xbd\xa6\xd6\x08\x18\xb7\x41\x6b\x6a\x8d\x40\x4b\xe8\x35\xb5\x46\xa0\x54\x72\xe5\xbc\x34\x3d\x2f\x14\x46\x05\x32\xe9\x47\xd6\xbc\xd0\x7e\x6a\xae\x26\x4a\xda\xa3\x97\xc2\xee\x8c\xb3\x5d\x2a\x2e\x37\x15\x50\x01\x53\x79\xc6\x8d\x42\x40\xec\x50\x8b\x4e\x63\x4d\x65\x2e\xc0\xb8\x92\x5a\x53\x99\x6b\x12\x3d\x1b\xf1\x7a\x2a\x7a\x02\x66\x83\x35\x6e\xa9\x8a\xbd\x1a\x05\xa1\xda\xfc\x75\x46\x18\x29\x8d\xa3\x70\x2a\x4e\x00\x66\x43\x54\x15\x15\x5e\xd8\x0f\x06\x2a\xa3\x9e\xca\xa8\xd1\x3b\xaf\x53\x7a\x9d\xd1\x8f\x94\x4e\x15\x7f\xd2\x8f\x08\xcc\xb0\xd7\xa9\x68\x72\x46\x5c\x2c\xdc\x75\xae\x53\x71\x11\x30\x8b\xae\x65\x9d\xb7\x06\xa2\x2a\x57\xa9\x4b\x97\x01\x82\xa2\x8e\xe0\xd2\xd6\x5e\xca\x95\x53\x54\x11\xc5\xf4\x84\xa1\x4b\xc7\xfd\xd2\x71\x8f\xfe\x6d\xe9\x7e\x60\x5d\xe4\x24\xae\xca\xd6\xa5\x9c\x74\x29\x27\xe1\xe4\x97\x72\xd2\x45\x64\xa2\x17\x5c\x97\xce\x23\x60\xf2\xaf\x4b\x91\xe9\x8a\x44\x51\x54\x9e\x5d\xaa\xb2\x2e\x55\x59\x6c\xed\xa5\x2a\xeb\x22\x43\xa8\xe6\xb9\x94\x21\x00\x9b\x78\xf4\x25\x4b\x00\x35\x3d\xa5\xf4\x45\x2c\xa1\xbc\xab\xbb\x86\xb5\xd8\x0e\x25\xb3\xa5\xed\x58\xcf\xed\x10\xc5\x76\x70\x73\x50\xc6\xc1\x40\x3a\x46\x81\x59\xf4\xf4\x6b\x69\x87\xb8\x45\x28\x83\x4d\xd3\x2d\x82\xc0\x8c\xa2\x64\xa9\x6f\x58\x9c\x5a\x6e\x2e\xd7\xd2\xa9\x05\x6c\x1c\xa2\xb0\xfd\x62\x6b\x07\x69\x6a\x69\x41\x40\xaf\x4d\x94\xbe\x48\xeb\x35\xa8\x66\x96\x5a\x2f\xa0\x0c\x8e\xfb\x52\x71\x09\xd8\x53\x7b\x15\x97\x40\x19\x24\xff\xa5\x62\x1c\xb0\x41\xbd\xa9\x0b\x8f\xb5\x39\xa2\x5c\x53\xae\xad\x23\x0a\xd8\xc0\x7d\xb7\x8e\xe8\x8e\x73\x53\x06\x7e\xbf\x55\xea\x01\x36\x28\x54\xb7\xce\xd0\x26\xa4\x8d\x29\xa9\x2a\xaa\x22\xd5\xa1\x9a\xa8\x70\x93\xe8\x1b\x7e\x33\x15\x6f\x19\x1d\x30\x1e\x69\xd6\xd6\xb1\xd8\x91\x0e\xca\x3c\xf8\x94\xd2\x01\x60\x83\xa3\xbf\xe5\x7e\xdc\x9a\x94\xc9\x09\xd6\xad\xc9\x72\x5c\x79\x52\x00\xbb\x5c\x19\xb0\x41\xe7\xee\x72\x65\xbf\xd1\x91\x68\xe0\xda\x07\xbf\x25\x35\xa1\x9e\x52\xfe\xf6\xa8\x47\x09\xbd\x74\x3b\x21\xb0\x41\x6f\x73\xeb\xd4\xdd\x11\x17\xeb\x41\x0f\x71\x2b\x2e\x02\x36\x48\x8c\xf7\xf5\x94\x6a\x21\xd5\x98\x4b\x11\x0f\xe8\x07\x0b\xba\x55\x68\xde\x91\x77\xeb\x41\x05\x72\x2b\xef\xde\x7a\xf7\xa6\x42\xbd\x95\x77\xef\xd8\x87\x4a\xe5\xbc\x75\x15\xb1\x8f\xcd\xf4\x11\x7f\xf6\x41\xe9\x22\x28\xd4\xb1\xfb\x20\x3b\x6f\x7a\xfa\xca\xc3\xf0\x56\x4f\xbf\x79\x0e\xad\xdc\xdd\x6d\x3d\x87\x0a\x8c\x33\xb0\xf5\x1c\xba\xd3\xea\x6f\x8f\x9a\x43\x89\x9d\x78\x1f\x11\xd8\x48\x0d\x6a\x88\x3a\x43\x2a\x4b\xea\x12\x85\x55\x53\x87\x5a\xa2\x16\x52\x06\xa5\x2f\x2e\x7d\x51\x94\xbe\x88\xaa\x3c\xf9\x6e\x35\xdd\x3b\x8b\x8a\x34\xb5\xd5\x6a\x6e\xfa\xbf\x5a\x22\x70\x6d\xfd\x4e\x40\x60\x23\x21\x75\x49\x2a\x4c\x58\xcb\x10\x75\x8a\xe2\xd4\xa5\x09\x85\xaa\x25\x6a\xb9\x5a\x26\x52\xdb\x45\x71\x9e\x22\x8f\xec\x42\x34\xd8\x3c\x28\xd6\x1a\x9d\xd9\xd6\x83\xa2\xc0\x46\x46\x09\xee\x01\x37\x8d\x5f\x25\x61\x6f\x35\x7e\x9b\x87\xbb\x4a\x76\xde\x7a\xb8\x13\x18\x01\x62\x57\x9e\x49\x76\x8d\xd0\x51\x5b\x9c\xf3\xcd\x5b\xdc\x13\xca\xd1\x91\x72\x49\x31\x7d\x43\x09\xb5\x4e\xbb\xb1\x8f\x2d\x2a\xa3\xdd\xb4\x8f\x4d\xfb\x98\x91\xd2\x3e\xb6\x88\x52\xb5\x45\x32\xdb\xb4\x05\x4f\xb0\x11\xbd\xf3\x56\x77\xb0\x29\xcc\x2b\x39\x69\xab\x30\x17\x54\x9e\x30\xb7\xde\xdf\x04\x36\x72\x87\x62\xae\xae\x81\xe1\xe4\x5b\xf5\xe6\xa6\x16\xab\xf4\x6f\x5b\xb5\xd8\xa6\x16\xab\xbc\xaf\x6c\xd5\x62\x02\x1b\x59\x52\xac\x91\x6a\xa6\x72\x79\xb2\x55\xcd\xec\x19\x5b\x50\x67\x81\x22\x12\x0b\x8c\xd7\xa1\x3d\x5d\x52\xb1\x1d\xed\x88\x48\xbc\xa7\xb6\x03\xb0\x51\x44\x61\x9c\x19\x09\xa8\x1d\x71\x44\x37\xaf\x02\x4f\x48\xda\x34\x3d\x0e\x6c\x4a\x84\x76\x60\x42\x95\x08\xfb\x8c\x23\xda\x0e\xe6\x3a\x39\xa2\x02\x1b\x25\x41\xe1\x5f\x94\x08\x8d\x87\x86\xad\x12\x41\x60\xa3\x64\x28\xb6\xe3\xd4\xf4\x91\x3e\xb7\xd2\xfa\xbe\xc2\x27\x5a\xe2\x8b\x97\x7c\x02\x30\xde\xb6\xf6\xc5\xd3\xd9\xbe\x78\x0f\x4f\x11\x27\x36\xc9\xfb\x09\x36\x8a\x06\xe2\x98\x17\xbd\x20\x2f\x01\xfb\xa2\x18\x17\x14\x9e\x8f\xf7\x45\x16\xdc\xe4\xf0\x96\x06\x94\x3c\xfa\x92\x47\x17\xf4\x92\x09\x81\x96\x22\xf6\xef\x4b\x26\xbc\xd4\x31\x1a\xd3\x53\x79\xef\x8b\x5e\x30\x1f\xe8\x45\x2f\x28\x30\xde\xdc\xf6\x75\x6b\x41\xb7\xfa\xca\xd8\x6d\xe5\xf0\xbd\x44\x71\x6a\x95\xb9\x36\xc1\xbd\xd1\x5d\x6c\x05\xf7\xed\xd8\x9e\x1f\x1e\x6c\x97\xed\x81\xc2\xfb\xdd\x76\xd9\xde\x23\x99\xb5\xca\x76\x38\xc9\x4c\x60\x23\x8a\x92\xed\x5b\x73\x85\x5e\xad\xe2\xd1\x2e\xbd\x80\xc4\xd5\xf3\x76\x6a\xea\x4d\x0a\x68\x54\xb8\x5b\x29\x60\x73\x11\xdc\x5a\xf8\x97\x2b\xfa\xfa\x11\x2e\xdb\x5a\x94\x54\x7e\x70\x2f\x2f\xb0\x11\x6d\xbe\x1f\x5c\x52\xf8\x11\xd1\xa4\x75\x0d\x24\x9a\x08\x6c\x54\x28\x3c\xda\x8f\x50\xa2\xf1\xdc\xee\xc7\xad\xb9\x6e\xbd\x4e\x8b\xd2\x5c\x28\xc1\x9b\x9b\x2b\x92\x3b\xbf\x9b\x69\x3c\x05\xb9\x7e\x37\x23\xb0\x51\xd3\x6f\xa6\x62\x4f\xbc\x7c\x78\x8a\x80\xda\xb8\x41\xf6\x44\x40\xf5\xa4\x64\x16\xc7\xd5\x13\xc9\xcc\x09\xce\x8d\xb7\x03\x57\x70\x76\x7e\x98\xd2\x78\x51\x76\xfd\x30\x45\x60\x23\xb2\x8d\x67\x4d\x9f\xa3\xf1\x6b\x54\xa8\x9e\x69\xfc\x04\x99\xf3\xe4\x99\x4c\x2f\x68\xa3\x31\x90\x4c\x2f\x28\xa9\x69\xa0\xa6\xe7\x76\x62\x44\xb0\x71\xdd\x75\x0a\x6c\x54\xf4\xa2\xf6\x74\x92\x46\x1b\x71\x52\x5c\x49\xc3\xf5\x63\x92\x11\x7e\xeb\xfa\x31\x89\xc0\x08\x36\x5e\x38\x3c\x5e\x22\xc9\x36\xee\x27\xbd\x50\xec\x08\x8c\xba\xcc\x0b\xc5\x8e\x93\x34\xda\xcc\x92\x72\x51\xfa\x69\x47\x86\x42\x2f\xd2\x41\x9b\x25\xa4\x94\x0e\xbc\xe2\xca\x33\xda\x69\xaf\xb8\xb2\xc0\x46\x45\x0a\x57\x76\xb2\x42\x9b\x51\x85\x7b\xe5\xe8\x0b\x2a\x8f\x93\xce\x35\xe1\xab\x93\x34\xfa\x71\x30\x90\x10\x2e\x30\x8a\x43\x57\xd2\xf0\x1a\xc7\xb5\x1f\x52\x82\xe3\x2a\xb0\xd1\x98\x4b\x26\x24\xb5\x74\xde\x51\x5d\xa9\xc5\x5b\xa8\xda\x29\x37\xbc\x49\xd5\x26\x55\xa3\xb6\xf0\x26\x55\x81\x7e\x44\x6a\xf1\x46\x46\x15\xd8\x88\x5a\xdd\xc9\x4f\xaf\xde\x62\x41\xfd\x98\x0c\xd4\x82\x00\xe3\xc9\xd7\x9b\x16\x44\x02\xea\x29\xb2\xa0\x2b\x01\x39\x3f\xda\xe8\x29\x3a\x20\xd7\x8f\x36\x04\x26\x37\xd1\x8f\x36\xbc\x6b\x60\x74\x1a\xae\x04\xe4\xbc\xe6\xf7\x8c\x12\x7a\xcd\x17\x18\x77\x64\xae\xd7\x7c\xd7\xf5\x43\x89\x8a\xde\x75\xfd\x20\x30\xf9\x97\xae\x1f\x9c\x07\xfe\x5e\x32\x03\x79\xcb\x13\xd8\xe0\xb8\x1a\x17\x62\x6e\xcf\x5f\x33\x86\x5e\x4a\x79\xce\xd3\x7d\x2f\xf8\x97\x9e\xee\x05\x36\x58\x90\x9e\xee\x7d\x60\xc2\xd2\x25\x75\x89\x92\x09\x27\x14\x26\x1c\x37\x73\x59\xd8\x8b\x8b\x81\x27\xd8\xc0\x27\x74\x3f\xe0\xa4\xcf\xce\xad\x9c\x2b\x7d\x0a\x7a\xad\xa2\xb2\xa8\xcc\x6b\x6b\x81\x2a\xa2\x36\x52\x19\xca\x45\xd1\x14\x71\xac\x74\x3f\xe0\x73\xab\x91\x89\x35\x4e\xaa\x78\x41\x7a\x4e\x4f\x15\xef\x53\x4a\x44\x49\xe5\x4a\x9f\x7e\xc6\x57\x3a\xa5\x8b\x9f\x24\x7f\x41\xe1\xb5\xd5\x4f\x92\xbf\x9f\x11\x3d\x7b\x2b\xa2\x4c\x14\xf5\x66\xcf\x50\x84\x8e\x33\x0c\xd2\x5b\x0d\x67\x3a\xa9\x79\x04\x36\xa2\x58\xf2\x93\x9a\xc7\xcf\x70\xf2\xde\x44\xc9\xc9\x4f\xc5\x09\x3c\xfa\x54\x9c\x20\x15\xf7\x1e\x15\xae\x2b\x15\xfb\x15\x81\xaf\x77\xce\xf6\xa5\xc0\x77\xa9\x75\x8a\x76\xda\x2f\x5a\x27\xbf\x76\x28\xc1\x2f\xf2\xfc\xe2\x3a\x50\x90\x1a\xc7\xea\x52\x50\xb8\xc2\xcd\x3a\x2f\xf0\x7e\x71\xf7\x27\xb0\xc1\x6e\x5f\xdc\x8b\x39\xf9\xb1\xf3\xc8\xec\x97\x62\x3f\x60\xa3\x1b\xd4\x53\x2a\x54\xe5\x79\xd0\x95\x3e\x9d\x16\xb8\xf3\x4e\xe6\x6a\x81\x05\x99\x77\x1f\x57\x0b\xec\xcb\xf5\x32\x17\x73\x2d\x39\xf9\x92\x93\xf7\x01\xc5\x3e\x2e\xfc\x8b\xce\xdf\x97\xfc\x6b\x3d\xfd\x6b\x42\x35\x51\xa1\x04\x8d\x9f\x2b\x61\xfb\x8e\x2f\x76\x6a\x7d\xdf\xfa\x22\x60\x83\x28\x47\x8f\xf9\xea\xbc\x9a\x77\xed\xa3\x5e\xcd\x05\x36\x2c\x41\x6d\x51\xcc\x35\x25\xa5\xb9\x14\xac\x4c\x94\xe6\x92\x12\xe4\x5d\x95\x08\xee\xbc\x3e\xf2\x1e\xe5\xce\x85\x87\xc0\x06\x07\xc6\xb9\xf0\x70\xc7\x73\x66\x94\xff\xee\xf2\x1c\x97\xe7\x18\x73\xc9\x73\x78\xf0\xee\x93\x1c\xee\x74\x50\x02\x1b\x51\xb1\xb9\x53\x52\x39\x25\x42\x9f\xf8\x84\x4a\x04\xa7\x44\xb0\x23\x3a\xec\x5b\x25\xc2\x7d\x50\xeb\x1f\x73\xfc\x75\x2a\xce\xed\x6f\x33\xf1\x7d\x50\xf5\x09\x6c\x44\xb7\x73\x1f\x04\xbc\xfb\xa0\x8a\x49\x51\x9f\xdc\xc7\xd6\xb4\x5c\x6b\x0d\x9b\x50\x59\x54\x78\x4c\x8a\x2c\x75\xab\xef\x13\xd8\x88\x6a\xe1\x3e\xd0\xfa\xd6\x8f\x78\x49\xa8\xb7\x7e\xc4\x2b\x48\x51\x2d\xc4\xff\x4b\x09\x6e\x19\xc7\x10\x25\x25\x58\x5b\x1a\x31\x50\x95\xc7\x9d\x44\xc5\x66\xdd\x2a\x07\x6e\xf2\xbd\xe5\xd1\xa1\xb6\x28\x0c\x3c\x24\xe5\x50\x44\xb7\x1c\xd5\xc6\xcd\x93\xea\x13\x6c\x30\xbd\x5e\x56\x6f\x9e\x51\xad\x84\xbf\xdf\x7a\x46\x15\x24\x2e\x86\x6e\x3d\xa3\x0a\x8c\xa7\xcf\x3b\xe3\x6a\x77\xbe\xf5\xd3\x68\xbe\xa8\x35\x02\xa9\x44\x47\x77\xeb\xe9\xf3\xa6\x42\xb0\x12\x3e\x7a\xab\x42\xb8\x0b\x86\x2e\xd8\xab\xec\x27\x85\xa1\x47\x83\xc2\xd0\x7a\xf0\xab\xd1\x7b\xdc\x7a\xf0\x13\xd8\x60\xd9\x24\xfd\x27\x58\xb5\xbf\xbe\x0e\x89\xff\xff\xf1\xfc\xf4\xf2\xeb\x3f\x11\x58\x3f\x7f\xfe\xec\xef\x5f\xf8\x07\x09\xfc\x43\x80\xc7\xf6\xfb\xc3\xbb\xff\xfa\x8f\x1b\x3e\x7d\xfc\x14\xa3\xf8\xef\xbf\x03\x00\x00\xff\xff\xd2\xfa\x91\xdf\x08\x31\x00\x00"); +func _dgac ()([]byte ,error ){return _fd (_ggg ,"B5pc-H")};func _efe ()(*asset ,error ){_cee ,_dgef :=_cb ();if _dgef !=nil {return nil ,_dgef ;};_dff :=bindataFileInfo {_c :"Add-H",_ed :12616,_cg :_g .FileMode (436),_ca :_d .Unix (1580491075,0)};_ffe :=&asset {_fdf :_cee ,_ff :_dff }; +return _ffe ,nil ;};func _bfb ()([]byte ,error ){return _fd (_aafb ,"Adobe-GB1-3")};var _aceg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x3c\x10\x43\x90\x22\xa4\x6e\xa2\x6e\x39\x6c\x5b\x35\x9b\x6d\xa5\xaa\x07\x82\xc7\xa9\xa5\xc6\x20\x03\x87\xfc\xfb\x6a\xc6\x84\xaa\x07\xe4\xcf\xcf\xcf\xe3\x37\xd8\xe9\xbe\x39\x34\xde\x4d\x90\x7e\x0d\x7d\x77\xa4\x09\xac\xf3\x26\xd0\xd8\xcf\xa1\x23\x38\xd3\xc5\xf9\x24\xc1\x0c\x8c\xeb\xa6\xfb\x54\x86\xee\xda\x0e\x49\x92\x9e\xbc\x7b\x7e\x7a\x3c\xbd\x7e\xc4\xe2\xf1\x13\xcc\x23\x2d\xfa\xbe\x39\x1c\x6f\xe3\x44\xd7\xc6\xdb\x1e\xf2\xb8\xdf\xcc\xc3\x52\x03\x20\xfd\x46\x17\x37\x4e\xe1\x06\x0f\x1f\x4c\x7f\xa6\x77\x60\xc8\xb2\xfe\x25\x18\x0a\xce\x5f\xe0\xe1\xf9\x09\x57\xf5\x38\x0f\xc3\x1f\xba\x92\x9f\x40\x8b\x46\xde\xc8\x98\xa4\xfb\x97\x76\xf8\xdc\x5e\x09\xfe\x0b\xf3\x26\xab\xb2\xf8\x46\x61\x74\xbd\x07\x7c\xaf\x54\xf9\x4f\x7e\xbd\x0d\x04\xb8\x14\xf9\x71\x6a\x0e\xf0\x13\x01\x15\x64\xba\x50\xd9\xaf\x45\xff\xfe\xd2\x9b\xd5\x85\x65\x8c\xdf\x39\xd3\xfd\x6e\x43\xb2\xcb\x14\x6e\x6a\xd0\xd5\x96\x31\x2b\x18\xab\x64\x97\x2b\x85\x35\xe8\x52\x0b\x66\x8c\x1b\x46\xcc\x6b\x28\x4b\x55\x24\x3b\x6b\xa3\x63\x2b\xd8\x31\xe6\x82\x24\x8e\x92\x19\x8d\xb0\x58\xd0\xb2\xa5\x62\xcc\xcf\x22\x47\x16\x0b\x2a\x61\x5b\x43\xa1\x04\xf5\x99\x83\xc8\x31\xda\x30\x4a\x3d\x1d\x6b\x6f\x98\x49\x92\x20\xf2\x5f\xbc\x37\x93\x14\x6b\x73\xa1\xf5\x17\x92\xf0\xdb\x1a\x78\xe0\xe3\xb7\xb1\x07\x25\x0a\x72\xfc\x2a\x2a\x9b\xa8\x68\xf6\x64\xa2\x14\x51\x29\xd9\x93\x49\x5f\x5c\xc7\x5a\x55\xb1\x47\x32\x62\x2b\x0a\x72\xd4\xb2\x58\x72\xc4\x73\x65\xc2\xaf\x68\xbd\xd8\x6e\x0e\x81\xfc\x24\x6f\x48\xae\x8e\xaf\xc3\x79\x5a\xdf\xe9\xd0\x0f\xbc\x4b\xbe\xbf\x01\x00\x00\xff\xff\x18\xd8\x4a\x05\xd3\x02\x00\x00"); +var _gcee =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xfe\xd6\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\x14\xb7\x2d\xff\xc7\x7f\xfe\x6f\x7f\x4a\xf1\x3f\xfe\x4f\x78\x05\x6f\xfc\xef\xf7\x6f\x7f\xff\xe5\xaf\xbf\x7e\x85\xff\x7e\x8b\xc1\x8f\xff\xdb\xbf\xfd\xed\xfe\x0a\xab\xa7\xff\xf3\x9f\xff\xfc\x9f\xbf\xfe\xaf\xf0\x15\xb6\xaf\x58\x6a\x68\xff\xf7\x7a\xfe\x7f\xfc\xd7\xbf\x5e\xf7\xd7\xc6\x56\xe0\x2c\xce\xbf\x5e\xf7\xdf\xff\xb6\x9f\xf7\x6f\xfb\xaf\xff\x72\xff\xe1\xeb\xeb\x7f\xd8\xd6\xbf\xef\xf9\xdf\xb0\xfd\xe9\x4f\x7f\xfa\xd3\xf7\x04\xf3\xdf\xbd\xf9\xe9\xe0\xd7\xbf\xfe\xe3\xba\x1f\x3e\xfb\xfd\xb7\xf3\x5f\x78\xbe\xbf\xc2\xfc\xfa\xfd\xda\x1f\xc2\xb6\xad\xd1\x7f\xb9\xce\xff\x67\xff\xed\xf3\x61\x39\xbf\xbf\x46\xfb\xb4\xda\x6c\x0d\xb5\xae\xef\xaf\x91\xd5\xba\xbf\xbf\xc2\xb6\x7d\x9a\xfb\x36\x87\xf9\x34\xf2\xfc\x4d\xdd\xec\xe5\xfb\xab\xfa\xc7\xfa\xfd\x35\x92\x5a\xed\xfb\xab\x45\x77\xd3\xbf\xbf\x6a\xf6\x97\xe3\xfb\x2b\x94\xa8\xe6\xfe\xfd\x15\xb2\x5f\x3e\xe6\x30\x82\x6f\x3f\xe7\xcb\xee\xf9\x9a\x4d\x0f\x3b\xe1\x2d\x02\x7f\x9f\x68\x89\xfa\xf6\xd8\xbe\xbf\x9a\x21\x3e\xc2\xf7\x57\xf5\x5c\x8f\x3c\xa1\x2a\x6a\x96\xd9\x95\xbf\xad\xdf\x5f\xad\x75\x35\xdb\xf7\x57\x08\xee\xaa\x7f\x7f\x85\xe4\xae\xe6\x8c\xaa\xa6\x70\x60\x46\xfe\x75\xce\x28\x6a\x0a\x07\x80\xac\x9f\xe6\x59\x67\x57\x1a\xf7\x6a\x13\x48\x41\x75\xcd\x81\xb2\x70\x75\xcd\x6f\x8b\x06\xba\xe7\xb7\x9e\xc2\x83\x6f\xd5\xf3\x83\x6f\x3f\x53\x08\x93\x7c\x46\xaa\x55\xed\x80\x76\x50\x3b\xce\xbe\x5b\xf1\x0b\x09\x0f\xea\xd0\x83\x8c\x07\xa9\xe9\x01\x70\xd6\x04\x41\xd8\x2a\xfb\xf0\xa0\x0d\x0f\x9a\x47\xe9\x78\xd0\x93\x1e\x0c\x3e\xf0\x28\xfb\xf7\x57\xdc\x52\xf2\x1b\x07\x1e\x88\x62\xc2\x76\x72\x14\x7f\x72\x71\x14\xbf\x71\x13\x74\x0f\xfb\xf0\x8d\xcf\xa2\x84\xb0\xa1\xd3\xa8\x4f\x42\xe0\x1b\x9a\x4b\x88\xc0\x8f\x06\x09\x09\x6d\xf7\x50\x09\xa7\x1f\x34\xc2\x29\xc0\x03\xe7\x2a\xc2\x08\x81\x73\x6d\x7e\x63\x9f\x7d\x0e\x8f\x79\xcc\xdd\x28\x92\x0d\x81\x33\xed\x1e\x83\x33\x1d\xee\xf2\x26\x14\xee\xe2\x21\x14\x7a\x10\x39\x53\xaf\x5a\x0c\x7c\x43\x0b\x1d\x23\xdf\xf0\x03\x2e\x74\x77\x1f\x5c\xe8\x21\x7c\x46\x4e\x5e\x54\x1d\x22\x16\xba\x07\xf7\xd1\x31\x15\x01\x1a\xc7\x6c\x07\xe1\x3b\x62\xea\xd5\x50\x1d\x68\xfb\xf7\x35\x31\xe1\x3f\xae\x89\xe9\x8b\xb4\x26\x26\x62\x4b\x73\x09\xb3\x20\x48\x9c\x56\x14\xf2\x52\xe2\x03\x7f\xb0\xe6\xe9\x4f\xd6\x3c\x05\x45\xe2\x3c\xc5\x9e\x42\x5a\x8b\xec\x3e\x3a\x3b\x15\x9c\x89\x8b\xfc\x82\x73\xe7\xaa\xbb\x0f\x12\x74\xf6\x28\x27\x1e\x98\x50\x12\x97\xd9\x93\x4f\x24\xe8\xec\x4e\x89\x8d\xa8\x25\xca\x0b\x1b\xea\x23\x03\x1b\x5a\xb1\x3c\xb7\xb7\xbf\xcf\x6b\x73\x0b\x86\x4c\x5c\x34\xe1\x22\x17\x42\x99\x20\xa5\x96\x44\xf9\xff\x93\x31\x21\x13\x51\xde\x71\x99\x3b\xbf\x8a\x42\x32\x77\x43\x33\x08\x83\x10\xfb\x13\xee\xfc\x68\x10\xb0\x1d\x4c\x97\x79\x8a\xae\x64\x44\xe6\x0b\x34\x23\x1c\x94\x8d\x63\x6a\xc5\xcb\xda\xd4\x5a\xad\x02\x2c\x08\xa6\x32\xb1\x90\x85\xe5\x42\x1c\x78\xef\x14\xd2\x43\xf5\xf7\x8b\x1e\x3c\x02\xe9\xc1\x78\x2c\x6b\xd3\xbb\x8f\xb5\xe9\x3d\x0a\xe9\xc1\x34\x55\x0e\x3e\xf0\x28\x6b\xdb\x0b\x55\x65\x6d\x7b\x03\xbe\xe8\x41\xb8\x2b\x64\x70\x92\x0d\xa1\x4e\x7a\xf0\xfe\xac\x73\xd3\x47\x75\x58\xc9\xec\xbd\xfd\x2a\xe9\xa1\xab\xc3\x4a\x5c\x98\x48\x2b\x71\x51\xfc\xc6\xe2\x01\xee\x83\xb8\x48\xfe\x84\x3c\x40\xa8\xa8\xe4\x01\xfe\x80\x3c\x40\xf3\xae\xe4\x01\x06\x7a\xe1\xc1\x2f\x2c\x3c\x08\xfd\xf5\xc6\x08\x6e\x3f\x18\x41\x14\xd3\x16\x45\xf8\x01\x29\xa2\x0b\x4f\x8d\x5c\xc2\x32\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\x58\xc6\xb5\x45\x13\xfe\x64\x09\x3d\x3f\xb8\x66\x97\x1e\x61\xf2\x4b\x73\xa1\x31\x17\xd8\x98\x1f\x58\xde\xee\xad\x75\x46\x3e\x10\xc8\x27\xf6\x92\x31\x7b\x12\xb3\xfe\xe0\xc1\xef\x5a\x8a\x6b\x03\xa6\x85\x94\x2b\xe0\x7d\xf5\x77\x45\xfc\xae\x19\x5e\x09\xbf\xbb\x9d\xf1\xbb\x20\xbc\x16\xbb\xd1\x0c\x2e\xea\x12\xd6\x03\x2e\x22\xd5\x0c\xfe\xe2\x56\xb3\x04\xbe\xc8\x51\xbc\x91\x2e\xa2\xd5\xd2\xf1\x5a\xac\x57\x24\x78\x11\xad\xe6\x31\x0f\xe1\x30\x9e\x1f\x68\xc8\x42\x54\x9c\x12\x60\x64\x75\x19\xc9\x74\xba\xa8\x3e\x16\x60\x22\x74\xb5\x89\x6a\x0d\x11\xcb\x5a\x0c\x7f\x01\x5c\x68\xb3\x46\xb2\x9d\xae\xdd\x1d\x0b\x70\xd1\x37\x7f\x41\x71\xfb\xfa\xa4\xf3\xc1\xd0\x03\xec\xb5\xe8\x41\x77\xb4\xfd\x3b\x79\xab\x7b\x3c\x09\xe5\xa6\x07\x37\x1f\x18\x88\x87\x40\xa8\x8b\xca\x99\x8b\x06\x63\x0d\x54\x02\x04\x15\x99\x48\x37\xb2\xc8\x44\xba\x64\x76\xac\x9c\x59\x70\xa7\x9c\x99\x08\x3f\xd6\x35\xb3\xa6\x07\x58\xd4\xde\xcb\x4f\x04\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc5\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\xd2\x35\xe2\xe4\x22\x23\x4b\x2d\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xfd\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\x96\x64\x88\x9d\x53\x13\x7b\x8b\x9d\x90\x8b\x19\xc4\x4e\xc8\xa5\x79\xc5\x4e\xc8\x93\x3f\x21\xbf\x93\xf5\x12\xfb\x09\xf4\xf8\x0b\xce\xc4\xf8\xea\xa4\xcf\x60\x30\xb8\x6c\xd2\x8d\xe3\xe0\xd4\xc4\xc3\xe2\xe0\xd4\x0c\xf9\x00\x93\xf2\x3e\x1b\x9c\x89\xf7\xee\x20\xbd\x4a\x64\xc5\xb1\xa8\xd1\x83\x70\x6a\xc3\x7d\x70\x23\x0d\x0f\x42\xc8\x83\xdf\x58\x80\x6a\xd9\xf6\x05\x97\x3a\xdd\x17\xcb\xd0\xa2\x1c\x9c\x8a\xd8\x73\x3c\xf8\x86\x29\xf0\xe0\xbe\x31\x02\xa7\xd9\x69\xaa\x3f\x26\x3a\xf5\xdb\xc9\x01\x4d\x05\xb0\x42\xbd\x3c\x27\x95\x37\x31\xe3\x78\x72\xda\xd9\x3d\x8c\xb7\xa9\x1d\xcf\xb9\x9e\xde\xa2\xe7\xf1\xfd\x25\xe1\x17\x4f\x62\x44\x4c\x37\x52\x76\x98\x6c\xaf\x35\x7f\x8d\xff\xe1\xec\x7e\xb0\xac\x44\x21\x15\x9c\xdd\x3b\xf4\x5a\xe2\x52\xf0\x4d\xbe\x6e\xe4\x5c\xd4\x1b\x8a\xdf\x27\xf1\x48\xff\x49\xd3\x3a\x16\xc4\x69\x9a\xbe\xc3\xad\xfc\x9e\x6b\x9a\x56\x6f\x14\x63\x4d\xdb\xef\x20\x49\xd3\x5a\x0d\xc9\xdf\xce\xb9\x27\x0f\x73\xfd\x1e\x8f\x89\x86\x69\x97\x72\x91\x02\x77\x86\xd4\xc5\x44\x1b\xb0\x4b\xb3\x4e\xb4\xce\xba\xd4\xa6\x44\xeb\xac\x17\x3f\x68\x6f\xf7\x44\x8a\xf0\x56\x68\xc8\x48\x8a\xf5\x6c\xe3\x1a\xd2\x6f\x70\x48\x19\xd8\x29\x12\x4a\xa9\x51\x29\x91\x1e\x65\x1d\xa7\x69\x6c\x49\x21\x4a\x34\xac\xba\xcc\xfe\x94\xe0\xe5\x10\x80\x69\x81\xa0\x59\x27\x8e\xd8\xfc\x80\x88\x72\x97\x4b\xb6\x48\x4f\x4b\x1d\x4a\x57\x16\xd1\xa5\x0e\x2b\xca\x22\x2d\xf5\x9b\x0f\xb4\x36\xfd\xe1\x03\xf5\x31\x60\x34\x99\x01\xa4\x7d\xe7\x1b\x7e\x70\xf0\x81\xe0\x38\xd6\x27\xea\x03\x9a\x54\x8d\x31\xfe\x44\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\x48\xde\xa5\x93\x50\x9b\x44\xe6\x6e\x09\x71\x13\x5f\x4b\xd8\x2e\x71\x1b\x7e\xa3\xf0\x81\xfa\xc0\x76\x88\x9b\x48\x38\x6f\xf3\x93\x4d\x4b\x9e\x61\x18\x6d\x62\x0f\x0f\x94\xad\x18\x3e\xfb\x2b\xdc\xe0\x17\xe9\xc3\x20\xc2\x7d\x40\x0b\xfa\xc8\xfe\xf0\x34\x6c\xe1\x0f\x1b\x0c\x4f\xa3\xd2\xe3\xdf\xc1\x59\x3f\x68\x0b\x4f\x83\xcc\xf8\x2c\x45\xdc\xb6\xa9\x76\x7f\xd0\x1c\xb7\xb9\xe1\xaa\x7f\x0d\x73\x37\x7e\x6c\xaa\xb8\xc1\x37\x93\xd5\x9a\x08\x7f\x35\xd3\xef\x9b\xf9\x45\x69\x71\x0b\x65\xf6\xa4\x71\x42\x9d\xcd\xaa\x66\x37\x8f\x8c\x5b\x18\xe6\x91\x71\xc3\x46\xfc\x4c\x30\x6e\xd8\x86\x9b\xdf\x9d\xf4\x19\x0d\xe1\x0d\xfc\x7d\x9a\x11\x20\x0e\x35\x01\x84\x9b\x00\x42\x5d\xcd\xbd\x24\xdf\x55\xdc\xd2\xf1\xfd\x25\x9d\x36\x6e\xd8\x19\x31\x04\xf5\x9d\xee\x17\xfb\x89\x5b\xe2\xd6\xcc\xea\x3d\x93\x1e\xbb\x3a\x84\x65\xbf\xa9\xc3\x3c\xd8\xa1\x7e\x07\x2d\xd4\xd8\x35\xc2\x54\x15\x5b\x37\x5e\xa6\xf5\xd9\x24\x2c\xe2\x86\xb5\x4f\xcd\x6d\x80\x30\x8c\x9c\x1d\xc4\x53\x34\x24\xd8\x6f\x95\xe3\x25\x6e\x60\xbf\x61\xfb\x6c\xc4\x08\xe7\x64\x08\xbd\xf8\x41\xfa\xfe\x6a\x1f\x75\x2a\xd2\xd3\x18\xc4\x91\x22\xdc\x86\x3d\x6d\x7e\x7f\x47\x3b\xab\xfd\x70\x07\x7c\x66\x09\xf7\x5d\xdf\xa2\x3e\x98\x94\xd0\xaa\x47\x88\x61\xfe\x6e\x00\xe0\x14\x13\xc4\x70\x78\x8d\xf4\xfa\x19\x12\xb2\x04\x3f\x98\xcb\xf6\x61\x78\xf1\xe3\xbe\x12\xa9\xd1\xb5\x14\xb7\xae\x19\xcc\x75\xee\xe9\xa3\xaa\x45\x38\x2f\x86\x3c\x7b\x11\xbe\x8b\x21\x65\x2f\xc2\x75\x31\xa4\xcc\xc4\x8f\x6f\x22\xaa\x83\xb9\x0c\x3d\x7d\x34\xce\x18\xa6\xd2\x35\x64\xe9\x46\x98\x84\x32\x74\x22\x4c\x42\x79\x98\x62\x80\xea\x13\xe3\xa6\x19\x4c\x95\xa0\xa7\x4d\x2f\x9c\x07\x5f\xd0\x78\x10\xeb\x31\x1a\x22\x32\xaa\x68\x90\xa7\x0d\x28\x9b\x36\xc2\xe4\x93\x0c\x8e\xe1\x9e\x03\x6c\xc1\xed\x86\xb6\x5e\xbf\x3b\xda\x5a\xd2\x7b\xa0\x2d\x00\xa7\xa5\xd6\x93\xde\x8f\x93\x86\x64\x1f\xc7\xb8\x61\xf0\xa1\xe6\x9c\xae\xd6\x2f\x82\xa0\x62\xe8\x7e\x7d\x39\xb0\x9a\x1e\xb4\x49\x20\x9b\x9a\xfd\xfb\x4b\xfe\x96\x18\xe9\xb6\xce\x1f\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\xe8\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4e\x18\x23\xd8\x5a\x0c\xa1\xff\x40\xac\xc4\x08\xcf\x72\x10\xec\x93\x77\xc9\x05\x15\xe3\x64\x56\xcd\x33\x9b\xcc\xaa\x6d\x1e\xe9\x01\x20\xc2\x54\x04\x1e\x35\xb1\xa9\x2e\xc8\x37\x15\xe3\x54\x16\xe4\x87\x8c\x31\x5e\xdf\x5f\x3d\x0c\x0d\x35\xe9\xbe\xd5\x28\xb4\x4e\x4d\xa0\x6d\x6e\x96\xf9\xb3\x3a\x03\x73\x13\xbd\xc4\x04\x38\x35\x72\x26\x0a\xc4\x83\x63\x06\xc9\x17\x91\x60\xa4\x4f\xb1\x88\xf3\xc0\xd6\x96\x53\x33\xc2\x42\xad\x62\x64\xb0\x4f\x15\x14\x88\x91\x4e\xb0\x22\x26\x42\x6d\x3f\x86\xae\x0f\xc6\x12\x8b\x02\x69\x34\x3e\x10\xb2\x60\x0f\xc4\xd0\x05\xd2\xb8\xc9\x0c\xf5\x09\x82\x68\x31\x74\x8d\xb2\x4f\x1c\x14\x7d\x70\x00\xfd\x49\x93\x3c\xb9\x11\x85\xf1\x84\x18\xca\x5c\xe2\xcf\x83\x00\xca\xd6\xef\x2b\xcc\x20\x5e\x95\x06\x76\xaa\xdc\x9c\x31\x0d\xca\x10\x51\x40\x82\x05\xf2\x7e\xb0\x80\xfc\x28\x1d\x31\xc1\x24\x89\x0a\xb5\xc5\x04\x93\xe4\x77\x9f\x94\x7f\xff\x80\xc8\xd2\x0e\x84\x32\xf5\xbb\x37\xa6\x6a\x13\x6a\xfc\xc4\x3f\x62\x8e\x89\x0f\x3e\x0b\x96\xef\xc9\xc6\xe5\x28\x8b\xf9\x79\xe0\xc6\x12\xb1\x96\xc9\x25\x7b\x14\x58\xa5\xdc\x68\x7f\x3a\x28\x73\x89\x7b\x14\x0c\xa5\xa2\x43\x31\x9d\x32\x6d\xfb\x1e\x3f\xea\x76\x2c\x0d\xfd\x49\x7a\x96\xc9\x34\x7b\xcc\xfa\xbe\xe3\x7b\xa1\xb2\x4c\x3b\xb5\x47\x6d\xeb\x32\x95\xce\x1e\xc5\x17\xca\x34\x53\x7b\xcc\xea\xbf\x03\xbe\xe4\xfe\x31\xbe\xf4\x93\x32\x11\xdf\xb4\xf7\xca\x44\xbb\x57\xb2\x4c\xa4\xf7\x4d\x42\xa6\x10\xa3\xaf\xee\x76\x32\xe5\x8f\x81\x11\xcb\x41\x61\x2e\xc9\x5a\x0e\x70\x7d\xc1\x77\x80\xeb\x0b\xbc\x83\x6b\x36\xfc\x3a\x99\xb0\x5f\x38\xe7\xfb\x9a\xfe\x54\x03\x5b\xd2\xec\x4f\x92\xcd\x10\xba\x4e\x48\x51\x09\x8d\x32\x85\x88\x45\x54\x39\x11\x18\xae\x6a\x02\xd9\x1e\x8c\xca\x71\x92\x14\x2d\x53\xe6\xb4\xa8\xd1\x21\x71\xb6\xb2\x79\xfc\xc9\x6d\xc4\x42\xcb\x39\xb7\x92\x88\xa7\xdc\x19\x6b\x2d\x6c\xde\x05\x6d\x41\x83\xf0\x69\x7c\x11\xcb\x3d\xbf\x6f\x02\xfe\x59\xc8\x15\xbc\x0f\x25\x9e\x56\xaf\x4e\x29\xd2\xa4\x05\xd6\x0d\xb3\x0d\x6a\xde\x50\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xe2\xd5\x7a\x7d\x2a\x72\x4d\xcc\xa9\x56\x50\xaa\xc4\x5f\x05\xa5\x6f\xe2\xf9\xb5\x92\x56\xd4\x7b\x4d\x78\x3f\xa9\x9d\xf1\xbb\x60\xaf\xc0\x46\xf8\x89\xd9\x12\x6b\xad\x78\x39\xab\x4d\x32\x11\xac\x73\x9b\x29\x76\x1a\x6b\x3d\x40\x85\xe2\xec\xb5\x92\x03\xbd\x1e\x4c\x42\x6a\xee\x0f\x9c\x21\x0c\x43\x8f\xa5\x10\xf0\x8b\x3f\x49\x9d\xab\x6b\x27\x14\xbf\xc1\xc5\x92\x84\xaf\x93\x54\xa7\x09\x24\x04\x1d\x37\x25\xb4\x1e\x2c\x8d\x46\xd4\xdd\x36\xf2\x38\x09\xf5\x16\x16\x7f\xda\xf4\x80\xc3\x6a\xbf\x37\xa8\xdf\x51\x8e\xf7\xd8\x32\x95\x20\xed\xe1\x56\x16\x95\xe9\x8d\x46\x9e\x26\x64\xb6\x1d\x3c\x4b\x0b\xdf\x8e\x87\x90\x7f\xba\x18\x48\x19\xa8\x51\x5c\x70\xc0\x1d\x13\xa3\x36\xe2\x01\xb8\xc2\x26\x52\x3d\xe0\x13\x88\x66\x6c\x47\x24\x18\x92\xdc\x07\xdc\x00\xd1\xac\xf0\xa8\x84\x3c\xf8\x41\xe0\x03\x8d\x02\x81\x19\x4d\x83\xc7\x28\xbf\x83\xfc\xf8\x88\xc7\x4f\x17\x37\xb0\x51\x8a\x08\xe5\xee\x88\xb8\x59\x71\xbf\x7b\x81\xbd\x56\xfc\x46\x43\xdc\xf2\xf5\xc6\xc0\x27\xaf\x37\x0e\xbc\x21\x40\xef\xc9\x64\x73\x14\xd7\xb9\xe1\x09\xcc\x56\xce\xee\x69\xe7\xe7\x9a\xdd\x8e\xdf\x5f\xc9\x7a\xc2\x3d\x75\xe1\x6c\x65\xf8\x9e\xca\x70\x36\x27\xb8\xe9\x06\x4c\x52\xee\xee\xc1\xcc\x0b\x31\xd2\x1b\x33\x4f\xbd\xb8\x4b\x64\x5f\x94\xea\x4f\xc6\xf7\x57\xd9\x8a\xfb\x3c\x66\xbb\xbb\x3d\xc9\xb3\xc9\x2b\x18\xef\x29\xa4\x53\x95\x28\xba\xe7\x1e\x48\xde\x13\xf7\x0e\x54\xca\x49\x17\x6f\x64\xe8\x14\xc5\x68\xe2\x0d\x89\x9c\x83\xb6\xc0\xbd\x03\x28\xdb\x04\x37\x72\x71\x92\x05\xd0\x8d\x7d\x95\x86\x04\xc2\x8d\x7d\x95\xc7\xf0\x1b\x73\x2b\x8f\xe0\xa9\x23\x27\x27\x0f\x2f\x18\xb2\x72\xd2\x10\x63\xbb\x21\x94\xca\xa6\xdd\x7f\xc3\x7b\xf9\xee\xf4\xc0\x5c\xac\x57\xdd\x70\x67\xe6\xad\x69\x2e\xc8\xb1\xc9\xdb\xeb\x13\x7a\xd6\x44\xd0\x70\x51\x84\xf4\x5a\x65\x78\x39\x87\x64\xdf\xcd\x98\x97\x7d\x05\xf7\x99\xb0\x68\xda\xde\xf7\xd4\xbd\x62\xd5\xc6\xbb\x99\x9c\x53\x65\x4b\xdf\xf0\x73\x26\xdb\xc6\x37\x7d\x9b\x8a\x6b\xc5\xfb\x64\x86\x52\xf7\x20\xb0\x8e\xa3\x89\xed\x0a\xdf\x5f\x69\x33\xca\x2f\x80\x65\xce\x75\x33\xf2\xf5\xfe\xa2\x71\x66\x7e\xa3\x4f\x38\xab\xc6\x80\x81\x9d\xba\x71\x01\x03\x3b\xd9\x2b\x70\x23\x73\x28\xc9\xc5\x1a\xef\x29\x1c\x43\x35\x2e\xa6\xb5\x95\x92\x29\xe3\x06\x65\x48\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xe1\xc7\xec\xdf\x27\xb5\x0e\xd9\x1c\xf7\x03\x37\x84\x54\x97\x67\xa3\x17\x6b\x53\x7b\x32\x3d\x8b\xfa\x67\xf2\xde\x2c\x8f\x55\x7c\xa6\xbd\x96\x27\xb3\xfe\x81\x78\x7a\xe0\xa1\x55\xca\x50\x7c\xa6\x5c\xce\x41\x7a\xc2\x33\x05\x73\x8a\xcd\x9d\xb7\xf9\x7b\x30\x30\x13\x9f\x45\xfb\xfd\x99\xd6\x5d\x8e\x32\x2b\x9e\x69\xdc\xa5\x28\x33\xe0\x99\xb6\x5d\x4a\xc3\xfd\x9f\xf3\xfd\xe0\xef\xaf\xd9\x96\xde\xf3\x6c\x60\x50\x2f\xf8\x9e\xd9\x16\xf2\x9e\xb0\xa1\xad\xf1\xa6\x6d\x98\x42\xf5\xef\x93\x5f\x0d\xb1\x9f\x67\xca\xa5\x1c\xa5\x76\x3d\xa1\x7e\x7f\x65\xfb\x12\x1e\xa4\x22\x25\xcf\x77\x9a\x08\xa9\x79\x3e\xd3\x5c\xcc\x49\x5c\xf9\x99\xe2\x23\xa7\xe8\xfe\x0f\xb4\xfd\xfe\x39\xbf\xcf\x7e\x7f\xd2\xdb\x90\x47\xeb\x99\x9a\x4d\xce\xc5\xed\x49\x0c\x41\x1c\xfb\x41\x0e\x52\x94\x19\xf8\x4c\xbd\x3f\x75\x6d\xee\x27\xce\x7d\xa7\xd0\x57\x7c\xa6\xf4\x8a\xf6\x16\x3e\x48\x37\x7a\xad\x47\x9c\xeb\x57\xc5\x60\x9e\x88\xfd\xa0\x9d\xfe\x4c\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x5a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xf8\xc3\x87\xe9\x05\xee\xf0\x21\xdd\xea\x41\x26\x92\xc2\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xf2\xe6\x49\x90\x37\xd2\x2a\x9e\x69\x26\x67\x5b\xaa\x4f\xaa\x68\x0b\x1f\xa9\xa1\xed\xfe\x27\x5f\xaf\xe2\x20\x0f\xfc\xeb\xb9\x78\x41\xd3\x44\x80\xb2\xee\xe2\x93\x0e\xb4\xfd\xc1\x39\x37\x80\x11\x36\x2d\xf1\x3c\xc4\xe3\x1f\xe4\x1f\x8d\x57\x7f\x53\x45\x51\xa6\x4e\x7c\x90\x7d\x14\xbd\xdb\x73\x80\xb0\x13\x80\x53\x97\x4d\xc5\x1b\x66\x9a\xf6\xc9\x16\xea\x03\x1f\xa5\x52\x62\xe2\x33\x2d\xfd\x64\xbf\xed\x93\x2b\x84\xa5\xfb\x6b\xd8\x90\x82\x37\xf7\xef\xaf\x12\x92\xfb\x9f\x08\x50\x7c\x21\x3e\x79\x6e\x60\x05\x70\xe3\x93\xa7\x54\xeb\xc5\xe3\xcf\xf9\x47\xcf\x2f\x5f\xdf\x5f\x45\xc9\x08\xf1\xc9\xf7\x6c\x57\x7f\xff\xa0\x2d\x78\xa6\x59\x9a\xb2\x74\xa9\xa7\xcc\x0d\xdc\xbd\x21\x0b\xbc\x89\xe2\xa6\x4f\x49\xf3\x7b\x6f\x80\x02\xc1\xb3\xf9\x77\x68\x45\x86\x7f\x2a\x91\x69\x13\xf7\x7d\xca\x9c\x7f\x31\xc1\x94\x39\xff\xea\x0d\x56\x06\xda\x7e\x7f\xce\xbf\x9a\x40\xcb\x34\xac\xcc\xad\x1f\x44\xff\xab\xb9\x31\x12\x8e\x7a\xf7\xf8\x58\xff\x57\xff\x0f\x08\x5c\xf8\xa6\xee\x28\x01\xf5\x30\x5a\xe3\xf7\xe9\x6a\x91\x99\xfa\x4c\xe3\x24\xd6\xe2\xef\xf3\xc4\x97\x84\xfb\x33\x8d\x93\xa4\x10\x56\x7c\xa6\xfd\x91\xb2\x37\x1c\xb2\x04\xb2\xc5\xd9\x53\x27\x02\x5e\x04\x5e\xc7\xe4\xd0\x5e\xa0\x69\xa0\xa4\xec\x05\x9f\x16\x4a\x0c\xed\x47\xd6\xcf\x33\xad\x97\xd4\xbd\xfd\xa7\xf1\x92\xda\x0b\x9a\x7b\xfe\x9e\xfc\xfb\xdc\x1d\x55\xea\x27\x82\x25\x31\x7a\x35\x91\x3e\x90\x87\x6c\x33\x44\x4b\x42\xf2\xfe\x46\xf6\x80\x75\xe2\xa7\x4d\xf4\x0c\x43\x8f\x0c\xa4\xe1\xe5\x6a\x13\x3d\xaf\xe5\x46\xfe\xd1\x4b\xfe\x30\x95\x40\xaa\xe4\xd3\xc6\xf7\x57\x7d\xc9\x97\x36\xb1\x33\x36\xf7\x47\xcb\xc8\xdf\x4f\xfe\xb8\x79\x3b\x32\xf7\xe8\xd5\xbe\xbf\xbf\x6a\x94\x06\xf8\x4c\x13\x27\x5a\x81\x79\xfa\x36\x7f\x77\x7f\x3d\x60\xfb\xea\xfb\x3e\xb7\x47\xb1\x3c\x99\x56\x42\x8c\x86\xaf\x67\x24\xb3\xb9\x3f\x58\x37\x72\x72\x3c\x88\x05\xd6\xe1\xfe\xe7\xfc\xed\x68\x78\xfa\x94\x0f\xaf\xed\xd4\x91\x28\xf4\x1a\x7f\x9f\xe3\x7b\x3b\x4d\x0b\xa3\x26\xcb\x97\x7e\x22\x83\xdd\xf0\xcd\xf9\x0f\xb3\x23\xe4\x22\x74\xb3\x3b\x06\x1a\xfd\xfd\x60\x78\x43\xdf\x8f\xf0\xfd\x55\xab\xe1\x47\xb6\xd6\x4b\xfe\x21\x5d\x2b\x9b\x9f\xc3\x39\xef\x00\xcb\x33\xb0\xfe\x66\x57\xd3\x1c\x49\x61\xf8\xf7\xf6\xfd\x55\xed\x7c\x7e\xa6\x31\x52\x9b\xb7\x27\x92\x16\xb2\xe5\xd1\x98\xf3\xb7\x9a\xfb\x4c\xdb\x24\xf6\xd7\x78\x93\x3d\x2a\xb9\x28\x3e\xe3\x82\xbe\x24\x7a\x9a\xb6\x4b\x4c\xa6\xbf\x69\xba\xc4\x62\xfd\x63\x9a\x2e\x71\x98\xfd\x32\xe1\x21\x78\xbb\xee\x11\x0a\x81\x5f\x98\xf2\xe1\xa5\x20\x4d\xd3\x26\x65\x2b\x24\xfb\xe4\x0f\xc3\xdb\x1f\x96\x8e\x9d\xff\xcf\xde\x7e\xa7\x63\x3f\xd3\xf0\x49\xdd\x04\x38\xed\x9e\x54\xcc\xaf\xa7\xd9\xd3\x82\x37\xe4\xb4\x7a\x5a\xb0\x3c\xdb\xe9\xf9\x71\x7f\xd7\xf7\x57\xaf\xd6\x56\xa7\xc9\x93\xb2\x09\x76\x7f\xc0\xff\xd5\x3f\xf2\x37\xb2\x37\xcc\xb4\x88\x5a\xf0\x06\x86\x97\x2e\xc8\xb6\x7b\x60\x0f\x25\x2b\x08\x47\xc6\x06\x17\xfc\xc7\x9c\x7f\x79\xf5\x07\xfe\x68\xf9\x34\xcd\xa7\x58\x8c\xbf\x03\x1b\xc0\x04\x77\x30\x53\xce\xed\xc9\x00\x5e\x0a\xf4\x81\xa8\xb4\x37\xf0\xb1\x32\x94\xd5\xbe\xe0\xd7\x73\x1b\x8e\x38\xd9\xae\x0f\x4c\x2f\x5b\x17\x0f\x83\xe4\xd6\x37\xa6\xe5\x95\x36\x2b\x6c\xd3\xf0\x6a\xf9\xf5\x3e\x73\x2c\x34\x5f\xf8\x11\x73\xf4\xf7\x73\x7d\x6d\xb6\x3e\x70\x88\x24\x9b\x2b\x0f\xf2\x53\xaa\x77\x00\x5d\x8b\xde\x51\xf0\x2c\x66\x6b\x84\xd3\x8e\x6b\xd9\x02\x7f\x9a\x71\xe9\x65\x41\xc0\x75\x3d\x2c\xc0\xa6\x55\x17\x1d\x53\x79\x2e\x28\x00\xa6\xf8\x2b\xc1\x1c\xaa\x3f\x90\x2f\x89\xd1\xef\x0f\x6c\x69\x9b\xd6\x4c\x4f\x9f\xdd\x97\x10\xf0\x56\x0e\x63\x42\xc0\x5b\xaa\x52\x42\x60\xba\x56\xff\x8a\x18\xca\xeb\x63\x46\xa6\x9b\xdf\x47\xbc\xe1\xe3\x2c\x49\xdb\xd4\xcd\xbb\x54\xb5\x84\x70\x74\x88\x31\xf8\x01\xe2\x74\x1f\x27\x42\x42\x80\x3a\xc4\xf0\xd9\xed\x89\x21\xea\x2a\x2f\x70\xda\x90\xbc\x11\x43\xd3\x18\x2b\xde\xf0\x61\xb8\x89\x27\x8b\x2c\x31\xd2\xf6\x80\xe3\x6a\xcc\x07\x93\x12\xcc\x08\x03\x54\xb9\xa9\x53\x9c\x40\xf6\xf0\x61\xf8\x29\x4e\x85\xba\x4b\x9f\x4c\x08\x3b\x75\x65\xbf\x27\xc4\x9d\xba\x0e\xc3\xa4\x88\x39\x29\x1d\x3e\x21\xa9\xb3\xcb\x40\x49\x71\x2a\xd4\x5d\x07\x6f\x52\x9c\x0a\x75\xab\x9f\x48\x54\x8a\x53\x9f\xee\x8a\x8e\xa4\x88\x60\xae\x32\xc9\x13\x02\x5b\x5d\x67\x80\x12\x22\x5b\x5d\xc7\x7c\x52\x9c\xfa\x74\x57\xb8\x25\xc5\xa9\x4f\x77\x9d\x82\x4a\x31\x63\x7e\xc5\x6d\xba\x08\x35\xff\xa9\x4f\x77\x1d\xfd\x49\x08\x95\x75\xa5\x3d\xa4\xb8\x62\xfe\x43\x0f\x0a\xbc\xc5\x43\x00\x43\x22\x6d\xb9\xf9\xc1\x7c\x21\x54\xb7\x31\x82\x96\x20\x0e\x8c\x50\x85\x91\x01\x0c\x17\xcd\x00\x2e\xb2\x2d\x7b\x89\x06\x50\x5c\xdd\x6e\x7c\xc1\x3d\x00\xc7\x22\x3c\x64\xd2\x75\xe9\xc8\x29\x4e\xa1\x14\xb6\xdc\x85\x34\xc4\xb5\xb6\xdc\xfd\xc5\xc9\x2e\x85\xe6\x29\x97\x7a\x0a\xfe\x02\x68\x7e\xcd\xfa\xe1\xac\xf5\x02\xa2\x5a\x5b\xf6\x1b\x70\xaa\x6d\x79\x68\xde\x53\x52\x74\x05\xb5\x52\xdc\xb9\xf2\xa2\x9c\x1d\x2b\x5f\xdc\x23\x56\xbe\x6a\x16\x90\x14\x3a\xc1\x96\xe2\x0e\x90\xaa\xfb\xc3\xca\x6b\xf3\x23\xd3\xaf\xeb\x78\x5c\x8a\x0f\x2c\x2d\xef\x4f\x64\xaa\xf5\x2d\xbb\x8d\xc4\x06\x91\x2a\xb3\xd5\x82\xb2\xb9\x12\xf2\xd5\xba\x64\x6d\x4a\x38\xa4\x15\xfa\xc7\xba\x4d\x0c\x30\x86\xae\xdd\x99\x70\x48\x2b\x28\x07\x2d\x25\x44\xbb\x43\xff\xd8\x5b\x89\x49\x6f\xa1\x77\x8f\x7a\xf0\x81\x47\x3d\xf9\xc0\x70\x5e\x88\xc7\x7f\x26\x9a\x02\xb2\x01\xfc\x41\x28\x98\x87\x80\x08\x60\x3b\xda\x32\x29\x10\xca\xe1\x0f\x90\x1f\xa0\x3d\x93\x18\x03\x97\x6f\x2e\xa5\xc0\xf8\x8b\x7a\x8c\x88\x90\x68\x93\xa4\x48\xcc\x09\x31\x48\xac\x0b\x63\x13\x62\xe0\x44\x0f\x43\xbc\x32\xc5\x8a\x39\x08\x84\xd8\xd0\x16\x08\x71\xc7\x88\xc2\x0a\x92\x42\x8a\x21\x8a\x17\x3a\x0c\x42\x42\xc2\xb6\x14\xdf\x40\x1a\x5d\xb0\xa1\x3d\x45\xf2\xa4\xe8\x28\x90\x12\x21\xd0\x08\x09\x58\x91\xa5\x9e\x12\x5c\x01\x61\xa4\x9f\x58\x36\x09\x89\x78\x7d\x13\x1f\x4a\x38\xab\x14\x46\x12\x4e\xc0\xd8\xb6\xec\xf1\x4f\x02\xe8\x2f\x38\xa5\x24\xd2\xc0\xb9\xa3\x30\x24\xaf\x12\x78\xd5\x96\xdd\x46\xec\x48\xbc\x2d\x65\x42\xec\x75\x98\xc6\x7b\x2b\xdd\x1f\xec\x98\xb3\x90\x94\x41\x49\xa6\xac\x69\x9c\x77\x79\xab\x52\x9a\xbc\xae\x95\xa1\xfe\x0a\x91\xea\x11\x91\x80\x1f\x86\x36\x75\x2a\x5c\x79\x93\x4a\x01\x8c\xe2\xdf\x09\x16\x5b\x50\x12\x66\x4a\x0d\xd9\x3b\x62\x56\x69\x5a\x48\xad\xbe\xda\x10\xc3\x51\xeb\xd4\x98\x17\xe1\xef\x1f\x20\x41\x03\x20\xbd\x39\x28\xdf\x31\x21\x35\xb1\x6f\xc6\xe2\xe0\x76\xd0\x42\x0c\x40\x18\xfd\x3e\x76\x83\xd7\x65\x70\x43\x56\x77\x00\x46\xe3\xfd\xb6\x63\x00\x89\x34\x44\xfc\x5b\x35\xf1\x33\xf6\x6c\x88\x77\x08\x80\xee\xdf\xc1\xdf\xbd\x0a\x07\x01\x56\x7f\x07\x48\x3b\x6a\xd5\x0e\xf6\xe7\xf7\x99\x90\xa5\xfe\xa0\x22\xda\xe8\x4d\x09\x3a\xa1\x8c\xda\x94\x4e\xc8\x0b\x31\x7b\x64\x4e\xf6\xcd\x84\x77\x82\xf3\x9a\x25\x9d\x58\x82\xa0\x09\x5c\x08\x80\x26\xf5\x77\x91\x87\x69\xd1\xf3\x46\x2b\x5c\xdb\x35\xf3\x7c\x6b\xd2\x9c\x33\x58\x67\x53\xf8\x3f\x65\x66\xda\x8e\x8f\x27\x39\x65\xa4\xce\xb6\xa8\x1d\x95\xe3\x8d\x13\xbc\x41\x0f\x70\x9e\x21\x7b\x4b\x65\x9c\x67\x68\xf1\x63\xfd\xa6\xdc\x97\xb5\xae\x51\x60\x1e\x36\xf9\x7b\x53\xc6\x61\xe5\xaa\xf3\x60\x29\x23\x18\xd2\x94\xfc\x95\x32\x14\xf0\x9e\xc4\xb1\x33\x52\xba\x9b\x7c\xc4\x29\x33\x65\x5a\x3a\x75\x2a\x81\x21\x02\x51\x4c\x81\xd3\xcf\x6e\xf2\x54\x70\x48\xac\xe9\xf4\x5b\x2a\x08\xdb\x36\x1d\xb8\x49\x85\x76\x98\x4e\xcd\xa6\x82\x88\x53\x93\x9f\x3f\x95\xa9\xd9\xcf\x07\x1f\x38\x0a\x96\xa1\x25\x11\x66\xb9\x90\x3a\xb7\x55\xbd\xf1\xc0\x39\xa8\x63\xb2\x09\x61\xf7\xd0\xf2\x47\x3b\x4f\x15\x49\x9f\x23\x7c\xec\x89\x54\x33\x3a\x55\x62\x6f\xaa\x48\xfd\x6f\xf9\x63\x61\xa5\x8a\x08\x5e\xcb\x82\xa3\xc2\x26\x6e\x52\xe1\x53\x45\xe0\xa6\x59\xbb\x68\x88\x6a\xb7\x22\xe6\xd8\x10\xd5\x6e\xe5\xe3\x97\x48\xad\x15\x3e\xf8\xcc\xa5\x75\x06\x66\xc4\x7a\x1a\xd6\xa5\x15\x3f\xb8\x11\x0a\xd3\xf9\xf0\xd4\x6e\x60\xac\x48\x61\x6f\x9c\x7e\x11\xe8\xed\xb9\xf8\xe0\x33\x4a\x47\x6c\xa5\x95\x8f\x3b\x31\x75\xf8\xa7\x5f\x2c\xb2\x27\xda\xc7\xd2\xa5\x7a\xe6\x27\x12\x5d\xbd\x70\x2e\x9a\x6d\xaf\x84\x54\xc2\xae\xef\x38\x37\x2c\xa3\x35\x75\x04\xfe\x86\xbc\xae\xa9\x3f\xfb\xef\x82\xa0\x69\x40\x66\x3b\xc9\x2d\x0d\xc4\xa9\x5b\x8d\x3f\xc9\x6a\x4b\x03\x07\x71\x5a\x95\x64\x18\x3b\x8e\xe2\x29\xef\x36\x0d\xd8\xb5\x9b\xb1\xb7\x97\x93\x0f\x3e\xcb\xba\x93\x44\x5b\xd0\x1b\xf0\xad\x35\x39\xf3\xd3\xde\x71\xe2\xcb\xca\xfe\x7e\x72\x14\xf1\xde\x9d\x39\xda\x4a\xa1\x4f\x3b\x22\x74\x4d\x69\x35\x69\x47\x84\xae\x29\x29\x2b\xed\x37\x26\x2a\x97\x7e\xda\x9f\xc4\xed\xf6\xc1\xef\xb1\x11\x30\x21\x8b\x31\xfc\xa6\xcc\xbb\x74\x20\xe5\xb8\x29\x55\x2c\x1d\x48\x2b\x2e\x8a\x8b\xa4\x03\x67\x99\x9a\x8e\xf7\xa4\xa3\x11\x0e\x19\x46\x07\xa2\xe9\x4d\x07\xff\xd2\x01\xe6\xe2\x40\x5d\x3a\x3a\xfb\x10\x63\x3e\x10\x46\x6e\x3a\x9b\x93\x0e\x24\x09\x55\x33\xb9\x03\x71\xd3\x3a\xc4\x5a\x8f\x93\x7d\x88\x0f\x1c\x0f\xc8\xcb\xbc\xe4\x78\x70\xaa\xd2\x16\xd3\x89\x04\xdd\x3a\xa4\xab\x9f\x48\x50\x68\x72\x82\xa5\x13\xa3\xb4\xa1\x85\x3a\x11\x28\x6d\x56\x8e\x2e\xe4\x85\x37\xa5\x78\xa4\x0b\xc6\x6e\x1b\x1f\xb7\x6f\xba\x12\x69\x56\xeb\x72\x65\xc8\x61\xa9\xdb\x17\x4e\xa8\xb5\x21\xb2\xbf\x60\x75\xf4\x4d\x06\xf4\x85\x1c\xa7\x97\x64\xbd\xce\x15\x00\xff\xac\xc2\x35\x05\x4b\xe8\xf2\x66\xa4\x1b\xfc\xe9\xa5\x59\xde\x89\x93\x15\x5c\x37\x4f\x6b\xdb\x2a\xbf\x2b\x47\x91\x1d\x71\xe3\x60\x5c\x97\xcf\x35\xdd\x90\x1b\x5d\x3e\x99\xc4\x54\x8a\xbe\x89\xd7\xde\x3c\x54\xa5\x13\x11\x09\x69\x0c\xa1\x6f\x62\x69\x37\xcf\x43\xea\x88\x44\x42\x1c\x21\x74\xef\x1f\x7a\xa2\xeb\x90\xdc\x80\xab\x39\x74\x1d\x61\x49\xf0\x2d\x87\x97\x2d\x0b\xdf\x57\x78\x99\x44\x70\x6e\x85\x6c\x1b\x87\xce\x98\x1e\x34\xfd\xe7\x62\x1f\x62\x69\xcf\xb5\x70\xba\x3e\xc9\x5b\xe2\x27\x1f\xc3\x2c\x6f\x38\xe0\xd8\xe5\xe3\xcc\x1b\x8f\xb4\xea\x74\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa4\xf1\x2e\x37\x71\xe6\x11\xf4\xae\x1c\x98\x1c\xf2\x83\x07\x1f\x6e\x9c\x79\x0c\xda\xf9\x83\x39\x1c\x40\xa1\x84\x73\x0e\x07\x3f\xf9\xa4\x2c\x66\xa4\x31\x87\x1e\x3f\xf6\x55\x0e\xf7\xcd\x07\x1a\xe5\x61\xa7\x1f\x9c\x66\xa4\x16\x87\x2e\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\xf3\xe0\x64\x56\x26\x52\x8e\x6b\xb6\x1f\x6b\x27\xf3\xc4\x56\x97\x4b\x2f\xc7\x8b\x0f\xb2\x3e\x41\x52\x40\xd7\xb9\xe5\x9c\xa0\xdf\x74\x45\xb1\x32\xcc\x93\xd0\x25\x8b\x73\x42\xc6\x6d\x4f\x1f\xc3\x2f\x27\xce\x45\x47\x53\x73\xc2\xc6\xee\x3a\x57\x9a\x33\x6c\xc5\x2e\x92\xca\x99\xd5\x39\x5e\x6f\x40\x08\x74\x9d\x05\xc9\x19\x7c\xad\xeb\x18\x4e\xce\xe0\x6b\x5d\x67\x21\x73\xe6\xb9\x7c\xf9\x7b\x72\xc6\x11\xf9\xb6\x7d\xdc\x11\x39\xe3\xb4\x64\xcf\xaf\x07\x3b\x1f\x7c\x08\x26\x43\xe2\xf7\x5c\xd5\x29\x7c\xaa\x5d\xf2\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xd4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\xe0\xfc\x56\x2f\x71\xfb\x81\xfc\xca\x05\xf6\x63\x56\x7e\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\x87\x05\x9b\x0e\x9a\xe4\x72\x10\x04\x01\x59\x00\xf5\x08\xfe\xe4\x06\x99\x2b\xb8\x97\x0b\x65\x8f\xbc\xd9\xb9\x82\xd7\xf6\xaa\x15\xa8\x81\xf1\x6a\xed\x9d\x0a\xa3\xad\x2b\x22\x9e\x2b\x0f\xea\xea\xfc\x65\xae\x3b\xdf\xf8\x70\xf4\x5c\x57\xed\x9d\x8f\x84\xcb\x75\xe7\x28\xda\x2a\x0d\x94\xd0\xeb\x47\xc7\xc8\x8d\xb5\x49\x94\x27\x91\x1b\xc8\xbc\xb7\x4f\x86\x59\x6e\xac\x68\xa3\x04\xe0\x4c\x5d\xa7\x2b\xa9\x33\xf7\x80\x85\xd7\x01\x99\xdc\x59\x01\x45\x27\xe1\x73\x67\x2c\x59\xce\xbf\xdc\x33\xd6\x59\xe9\x0b\xb9\x43\x7d\xee\x0a\xe0\xe5\x01\xf7\x7c\x93\x8f\x24\x8f\x1b\x34\x2b\x5f\x42\x1e\x50\x6d\xfa\xf8\xa8\x9c\x79\x87\x9b\xa5\xcb\x59\x90\x77\xe4\xd3\x75\x49\xc9\xbc\x43\x27\xef\xb2\x8c\xf3\x01\xd3\x3c\xa9\x8a\x4a\x3e\xe0\x49\xed\x4a\xf4\xcb\x47\x5b\x6b\xfb\xe9\xf4\x80\x51\xd4\x95\x8e\x95\x8f\x93\x70\x88\x53\x1c\xd7\x7a\xe3\x33\x97\xe3\xa6\xf5\xf0\x31\xc4\xf2\x49\x25\x4c\xce\xcd\x7c\x46\xac\xbe\xb2\x37\xf3\x09\xc0\x86\xdc\x87\xf9\x3c\x19\x6f\x12\xfb\x39\x71\xe4\x6c\x6c\xc2\xd8\x79\x07\x7e\xf2\x79\x70\x81\xa7\x0d\xe5\x67\xe5\x0b\x72\x62\x28\x86\x92\xef\xdf\x67\x00\xe5\x7b\x43\x1e\xd4\xab\x4d\x2b\x47\xf8\xba\x37\x44\x01\x9b\x3b\x80\xd3\xbf\xf8\x77\x64\xed\x04\x77\x30\x10\xd3\xf5\xef\x88\xea\x7d\xbc\x37\xf9\xe6\xd1\xcc\xec\xf7\x29\x74\x5e\x0f\xae\xef\xaf\x54\xc4\xb9\xee\x0d\x71\xdd\x8f\x5f\x2c\xdf\xd8\x47\xcd\x02\xe5\x46\xde\x8e\xbc\xaa\xf9\x86\x42\xa2\x3c\x9f\x7c\x87\x35\x25\xf5\x08\x43\x25\x4b\x12\xdc\xa1\xa0\x83\xa8\x36\x02\x99\xc9\xed\x86\x44\x1d\x0f\x80\x44\x0f\x6d\xd3\x3b\x20\x8e\x35\xdc\xdf\x0d\x94\xf8\x7d\x64\x42\x46\xd1\xf1\x1d\x27\xd2\x87\x71\x14\x19\x39\xd6\x80\xb1\xbf\xd3\xb2\xf2\x0d\xaa\x6e\x4a\x30\xcf\x37\x52\x69\x36\xb1\xc8\x1b\x32\x24\x47\xad\xfb\x0d\x0b\xd8\x49\x87\xf9\x8e\x0c\x96\x0a\xcb\xb0\x88\x9b\xb2\xa8\xf3\x3d\x95\xb4\xbc\x79\x12\x70\x82\xa9\x68\x4b\xbe\xd3\x54\xd0\xc3\x66\x42\x40\x3a\x8c\x72\xc5\xf2\x9d\x68\x85\x7b\xa1\x40\xd0\x0a\x8f\xe5\x7b\x6a\x13\x71\x78\x61\x51\x81\x47\xde\x9b\x7c\x27\xc4\xb7\x87\x7f\x7f\x56\xf2\xd9\x6a\x67\x26\xa7\x09\x22\xa4\xaf\xc8\x96\xce\x37\x58\x4e\xd6\xf1\xb3\x7c\xe3\xa4\x4a\xcd\x42\x4a\xe6\x1e\x4c\x7e\xd0\x69\xf6\x69\xc8\x8c\x94\x32\x13\x6b\x9e\xb4\xa8\xac\xe1\x7c\x67\xb2\x06\x4d\x29\x23\x3b\xd4\x53\xc6\x29\xbe\x16\x73\xf8\x89\x64\xba\x4b\xf9\xfe\xaa\xd9\x6b\x52\x88\x51\x8d\x86\xb2\x36\x45\x7c\xf9\x9e\xda\x57\x0e\xde\xab\x28\x6a\x93\x4c\xe8\xa8\x69\xe3\xb4\xde\x7c\xc3\x0e\x0b\xe6\x20\x77\x59\x46\xab\xda\x98\x4f\xf1\xef\x88\x98\x46\x41\x50\x23\x52\xb2\xdc\x4e\xec\x50\x1d\x4c\x7d\x78\x3e\xd0\xa2\x54\x92\x6a\xd6\x22\x34\xd0\xba\x18\xe1\xdd\x10\x54\xee\x82\x11\xf5\x14\x86\xa2\x46\xf9\x66\x71\x04\x4f\x02\x99\xda\x59\x71\xed\x7c\xa3\x58\x42\x35\x4b\xeb\x11\x68\xd1\x22\xf4\xdf\xe5\x1d\xe6\xbb\x57\xec\x36\xff\x8e\x30\xb4\xb8\x28\x52\x9b\x63\x33\xe5\x4f\x0d\x3e\x07\x93\x51\x3f\x90\x64\xe9\xf6\xf9\xce\x63\xcc\x37\x6c\xb7\xfc\x22\x44\x64\x42\x07\xb7\xa1\x04\x45\xf3\x0b\x78\x92\x86\xc9\x90\x89\x05\xde\x8a\x83\x1e\x6f\x0d\xc8\x3c\x67\xc5\x22\x33\xf2\x9c\x63\xd8\x4c\x77\x63\x52\xc6\xbb\x3d\xd0\x16\xd2\x91\x4a\xb0\x49\xb2\xde\x88\xd9\x04\x49\xeb\x9b\x0a\x8f\x52\x87\xf2\x3d\x15\x0d\xa7\xdc\xe6\x7b\x07\x8e\x4d\xf8\x30\x4f\x2d\x33\xef\x9d\x20\xfb\xfb\x8a\x5c\x45\x4d\x01\x1e\xa8\xda\xb5\x86\xfb\xdc\x58\x5b\x13\x80\x08\xdd\x8f\xe6\xf1\x1e\xce\x50\x0f\xa6\x72\x90\x83\xf7\xc2\xd4\x23\xb3\xb5\xab\x7b\x9a\xc7\x59\x59\xc5\x79\x65\x2a\xbf\xb6\xf2\xb1\xbf\xb3\x4b\xf3\x8d\x82\x80\x4e\x79\xcf\x4c\x65\x6e\xb6\x4b\xee\x69\x73\xc6\x64\x98\xce\x69\xc6\x16\x23\xf5\x24\x4e\xd4\x23\x4d\xe5\xd7\x3a\x4f\x01\x9e\x75\x20\x30\x23\x91\x39\x87\xe0\xdf\x1b\x12\x06\xdd\x61\x67\x07\xee\x11\xf1\xf2\xea\x0e\x0e\xe6\x74\xab\x7d\xa1\x43\x4d\xe1\x04\xe1\x79\x67\x9c\x73\x3b\x17\xef\x56\x9c\x0d\xcd\xc9\xc2\x7a\xea\xda\x31\x98\xe5\xa2\xfe\xcf\x6b\x19\xa7\x39\x13\x55\x28\x21\x23\x07\x3a\xeb\x2c\x60\x46\x0a\x74\x2a\xd1\x03\x0c\xa4\x00\x69\x02\x74\x2b\xea\xa4\x58\xbe\x51\xfa\x27\xbc\x28\x71\xda\x47\xd5\x8b\x70\x61\x06\xd1\xef\x3f\x68\xeb\xf5\x7b\xcd\x40\x2f\xdc\xcc\x60\x16\x4a\xee\xc8\x01\x44\x08\x77\x42\x56\xab\xa6\x74\xcf\x45\xd9\x4c\x17\x50\xdc\x43\x15\x04\x37\x39\xda\xeb\x83\x83\x73\xd0\xa4\x6f\x60\x3d\x7a\x48\xa4\x79\x67\xb7\x17\xed\xaa\x4b\xfa\x61\xa4\x3d\xdf\x0f\xa5\x44\xd1\x17\x4f\x84\x70\xd6\xa4\x60\xab\x8e\xe0\xed\xf3\x14\x7e\x21\x3c\x3c\x95\xe6\x86\xda\x5c\x98\xfc\x23\xb9\xf3\x4c\x29\x17\x65\x11\xdc\xcf\x09\x1c\xba\x73\x32\x34\x6f\xb6\xe7\xe6\x8c\xb4\xce\x0f\x79\xb2\xb6\x1f\x12\xcb\x7b\x92\x46\x83\xc4\xf2\xa0\xdc\xa3\x8c\xc4\xf2\xd9\x43\xd7\x03\x84\xd4\x5e\x2f\x2c\xb4\x0f\x3d\x18\x98\x91\x5f\x40\xa0\x40\x7b\x01\xd9\xdf\x13\x04\x0f\xb9\x14\x49\x7f\x01\xcf\xa8\x14\xcb\xe7\x53\x8f\x52\x6d\xec\x0e\x19\xe2\xc8\xff\x4e\x3a\xb8\x91\x91\xff\x1d\xaa\x68\x17\xf9\xdf\x31\xa8\x04\x44\x7e\x42\x21\x08\x1a\x31\x30\x32\x51\xdc\x25\x19\xf5\x70\x1f\x4b\xda\x09\x88\xc0\xa3\x1e\x42\xe4\x34\xcb\xb3\x22\xfe\x19\x49\xde\x49\x3e\xf5\x8c\xa4\xe9\xd9\x81\xf0\x10\xa9\x92\x88\xeb\x20\x2d\x3a\xa9\x16\x5e\x46\x5a\x74\x96\x2f\x36\x33\x2d\x7a\x28\x4d\x22\x23\x0f\x7a\x02\xe9\x2f\x90\xe7\x25\x71\xf3\x2c\xd5\xcf\x40\x52\xf5\x13\x1b\x41\x26\xf4\x9c\xb7\x66\x85\x7a\x8c\xc5\x40\x22\xc2\x99\x8c\xfa\xb4\x83\xcf\xf8\xf7\xb5\x98\x7e\x80\x54\x60\xaf\x25\x02\x9c\x8a\x79\x64\xa6\x42\x37\x1d\x23\xcc\xcc\x7d\x0e\xd6\x5f\x91\xec\x3c\x1f\xa8\x0b\xa8\x8b\x9b\xb6\x10\xb2\x99\xe3\x10\x91\x23\x9b\x39\xbf\x30\x0d\xe5\xb0\xda\x3e\x65\x3a\x73\x4e\xe2\xdf\xc8\x4f\x0e\x72\xa8\x65\xe4\x27\xa7\xad\xb9\x07\x64\x0d\x68\x5f\x21\x3f\x39\x9a\x35\xad\xfc\x64\x53\x4b\x59\x20\xab\xc3\x02\xde\xe5\xa5\x2c\xd4\x70\x25\x72\x56\x86\x72\xf6\x08\x28\x17\x20\x86\x0f\xcf\x62\xd6\x29\xa1\x8c\x0c\xe5\x89\x36\x8f\x30\x60\x5c\xf9\x05\xe8\x3e\x52\x88\x91\xa2\x9c\x55\x93\x28\x3f\xd4\x28\xb3\x21\x22\x2f\x34\x40\x93\x7f\x97\x6a\x80\xe0\x73\x6d\x1e\xa0\x2e\x06\xae\x11\x96\x4a\x29\x99\xf1\xd0\x19\xac\x93\x38\x19\x59\xc4\xd9\xe6\x38\xb2\x88\x67\x9f\xc2\x73\x65\xde\xb4\x94\x05\xa4\x02\xc7\x60\x4d\x19\xb9\xc0\xd9\x36\x26\x72\x81\xb3\x4d\x6d\xe4\x02\xcf\x0f\xd4\x25\xe2\x13\x76\xe3\xc1\x01\x9b\x8a\x89\xa9\x41\x94\xcb\x44\x44\x2e\xef\xec\xc0\x0f\xa8\x8b\x47\x0f\x09\x4c\x26\xf7\x08\x76\x25\xd5\x9a\xd9\xba\xf6\xac\x22\x3b\x77\xf6\x28\x54\x76\x9a\xb1\xa6\x06\xb8\x9e\x8b\xf4\x62\xe4\xe7\x86\xa1\x7c\xa5\xcc\x04\xdd\x16\xbd\x1a\x1d\x50\xcb\x27\x83\x8c\xdc\x2c\x1f\x7a\x66\x46\x6e\xb0\xea\x8b\x94\xdc\x97\x27\x12\x29\xb9\x59\xd5\x1f\x32\x52\x72\xe7\x07\xc2\x4b\xe7\x81\xa4\x9f\x64\xdc\x65\x24\xec\xce\xaf\x3d\x03\x2c\x93\x7c\x0f\xc8\xd8\x9d\x2f\x68\xe9\xa7\x26\x9d\xed\xef\x40\xca\x6e\x57\x06\x7f\x46\xca\xee\xfc\xc0\x0f\x90\xc5\x67\x52\x19\xc4\x80\x70\x88\x7c\xa8\x6c\x23\x14\x49\xba\xd9\x7e\x3d\x24\xe9\xce\x1e\x3d\x24\x50\x62\x82\x46\x88\xbf\x5a\x6e\x0d\x32\x05\xb7\xc9\x9f\x2d\x46\x90\x96\x1b\x82\xb9\x27\xd3\xf0\x2c\x56\xe0\xe4\x4b\xe6\x7d\xfb\x81\x3d\x25\xac\x40\x77\x6e\xee\x10\xba\x73\x91\x36\x81\xb4\xd7\x30\x2c\x42\x8e\x45\x38\xea\xf0\x28\xe0\xce\x02\x11\x79\xab\xc3\xa2\xf5\xa0\xd3\xc8\x3d\x1e\x44\x82\xd7\x1d\xee\xcf\xac\xaa\xbe\xf9\x39\x60\x08\xbb\x4d\x97\x99\x57\xf6\x04\x27\x93\x5e\x87\x54\xd3\xf0\xc2\xe2\xb9\x48\xd5\x1f\x54\x0e\x29\xa0\xce\xce\x07\x5a\x5a\x9c\x5b\xb7\x1f\x9d\xc9\xa5\xc9\x32\xe5\xa4\xde\xe6\x69\x9d\x24\x56\x73\xcf\x13\x89\x6a\x66\x1b\x54\x9f\xbd\xe9\x4f\x6a\x39\xd6\x41\x2e\xb0\x0d\x63\xfe\x02\x39\x1a\x91\xd7\xc2\xb4\x60\xbc\x18\x30\x30\x01\x5f\x30\x09\x2c\xc7\x50\x4e\xb3\x5b\xe8\x5c\x20\x3f\x0b\xce\x0b\xfc\xd8\x5b\xfa\x02\x17\xb1\xb0\xbf\x38\x27\xb3\x99\xa9\x4f\xa7\x6a\x86\x4c\x05\xda\xc4\x34\x15\xe8\x56\x4d\x1c\x37\x8c\x1a\x77\x48\xfd\xd9\x1a\xf8\x33\xf5\xe7\xd4\x5e\x1d\x50\xc7\x31\xde\x6f\xa4\x9d\x1b\xc4\x1b\x23\x7a\x25\x1f\x6e\x62\xe9\xcb\x0f\xd4\xdf\xd4\x3c\xe9\x87\x68\x93\x35\xf8\x3c\xf0\xec\x98\x0f\x4c\xf5\x37\xe5\xe1\x2e\xb1\x8b\xab\x3b\xe8\x38\xa4\xab\x49\x30\x04\xfe\xfa\x7e\x61\x49\xbb\x7c\x69\xb8\x96\x73\x0f\x96\xde\x5b\xe4\x41\x19\x9f\x8f\x11\x50\x58\x29\x6b\x93\x83\xad\x20\x3d\x78\xee\x91\xa4\x07\xf0\x3a\x14\xbf\x40\x18\xbb\xda\x8d\x30\x64\x3d\x80\xdb\xe1\x63\xb9\x94\x0d\x8e\x52\x1b\xe5\x65\xdb\xa8\xea\xf9\x05\x2a\xb8\xc5\x3d\xcc\xb5\x96\x90\x2a\x1b\x14\xdc\xaa\xf3\x37\x65\x9b\x1a\x6e\x91\x23\xb3\xa0\xa2\xd7\x9c\xb6\x80\x0c\x20\xe0\xcf\x16\x29\x48\x72\x4e\xaf\x49\x04\x9a\xb4\x1f\x95\xa6\xa0\xb0\x57\x56\xc2\x69\x41\x29\xaf\x30\xaa\x47\x58\xb3\xf4\x0b\xd4\xa2\xba\x80\xa6\x06\x5c\xdd\x23\x29\xdc\xbf\x53\x15\xfc\xe8\x2c\x85\x35\xbf\x5a\x34\xa2\xc2\xc5\x31\x0c\x35\x52\xcf\xba\xc7\x84\xde\x15\x7e\x12\x1e\x2a\x5b\x24\x0a\xd4\x3b\xf2\x13\x93\xe1\xc5\x29\x49\x5d\x9c\x50\x36\x9c\x92\x1c\x45\xab\x14\xb9\xee\x5a\x67\x64\x27\xd6\xe6\xef\x29\x61\x92\x26\x1c\xb1\xc5\x5f\x1d\x40\xbd\xa9\x5a\xb4\x48\x84\x78\xc0\x03\xc7\x4e\xfd\x3b\x2d\x04\x0f\x30\x55\xb0\xcd\x4b\xc4\x5c\xa7\xe4\x55\x4f\x6b\x03\x0a\x44\xea\xf3\xc1\x20\x7d\x12\x53\xd4\xe6\xc1\x3d\xf7\xb0\xd6\x44\x18\x46\x66\x74\x32\xa1\x21\x72\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xee\x9a\xea\xf6\x02\x41\x43\x64\x68\xae\x5d\xb3\xa6\x36\xde\x44\x05\x19\x58\x33\x5a\x33\x6b\x2d\xf9\x77\xee\x9e\x64\x90\xd6\x6e\x31\x48\x34\x19\x9a\xdf\x80\xcc\x0a\x9a\x54\x01\x77\xf7\xef\x65\x11\xbf\xc6\x2c\x58\x6a\x13\x22\xfc\xb5\x0a\x0f\x97\xad\xac\xa5\x76\x0f\x94\x9b\xc6\x1b\xd5\xeb\x26\x98\xa6\x3a\x9d\xb6\x57\x8f\x0f\x81\xd6\x07\x95\x6b\x97\x84\x17\x9c\xe1\x1b\x2f\xf2\xa8\x0b\x4a\xf5\x59\x19\x89\x14\xd4\x95\xde\xc3\xe4\x07\xdc\xa3\x49\xcb\x5d\xa9\xab\x26\x77\x01\x12\x6b\x1e\x83\x3b\x2e\x69\xf9\x1a\xd7\x5f\x3d\x2c\xfd\x39\x6b\x39\x1a\x0b\xb7\xf9\x03\x9c\x2d\x8e\x9a\x28\xf4\xe9\xcd\xb8\x6e\xcc\xe5\x11\x8c\x2b\x6e\x65\x92\x6c\x5c\x7f\xb7\x51\xcd\xce\x8b\xd7\xb9\x78\x1a\x70\xa9\xcf\x59\x34\x4e\xaf\x70\x77\x9b\x0a\x46\xd6\x90\x9d\xb6\x91\x67\xdd\x49\x52\x59\x68\xe9\x90\xad\xa6\xfa\xbe\x54\x3b\x0f\x4a\x85\xc1\xab\xb5\x14\x58\xb3\x68\xc6\xc3\x8b\xf0\x40\xfd\x74\x08\x6f\x83\x7a\x50\xf7\x83\xb5\x7a\x9a\xf8\x80\x1e\xe4\xe5\x9e\x0a\x6a\xca\x66\xe1\x03\x24\xf6\xea\xe0\x20\x08\x7e\xe1\x64\x8f\x82\x7a\x69\xa8\x55\x9f\xec\xa4\x31\xf3\xe8\x7d\xd1\x98\xa6\xb1\xd3\xaf\x67\x6c\xee\x8c\x34\xb8\x7d\xc1\xae\x14\x94\x07\x5d\x5e\xc6\xdd\x01\xe7\xe9\xab\x0d\x06\x61\x1e\x7e\x40\xd0\x74\x21\xea\xa0\x0f\x42\x30\xe2\x6c\x55\xf6\x24\x96\x8a\x6a\x79\x7c\x90\x66\x2d\x58\x98\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xfe\x5c\xb3\xa0\x93\x5e\x38\xb3\xc1\x93\x96\xa9\x81\x3c\x51\x48\xed\xf5\x02\xfd\x20\xaf\x2e\x88\xeb\xfc\x33\x51\x84\xe3\x4e\xf1\x05\x21\x39\x96\xa9\x03\xe7\x9d\x74\x80\xba\x6c\xf0\xe7\xd6\xe6\xf1\x10\x21\xae\x43\xcb\x70\xd1\x1e\x32\x3f\xb9\x38\x85\x21\x90\xaf\x82\xa2\x04\xee\x01\x3c\xcd\x3b\xfb\x42\x28\xf2\xf5\x3e\x4b\xee\x6d\x7e\x01\xa7\x56\xbd\x93\xe9\xc1\xf5\xce\xbf\x68\xee\x78\x93\xdc\x24\x05\x0b\xb4\xa5\x72\x9a\xfe\x6e\xd0\x82\xc7\xbc\x33\x5f\xd0\xb4\x6e\xec\x65\xe3\x85\x09\x0b\xc9\x9b\xfd\xc6\xd1\x53\x2b\x5f\x37\x63\xeb\x16\xb2\x37\x7d\x39\xd9\x63\xc0\x91\x61\xcc\xdd\x98\xc6\x0b\x48\x6e\xed\xac\x07\x70\xea\x16\x15\x63\x2d\xdb\x43\xbf\x9a\x19\x2f\x8b\x6f\x34\x93\xcb\xc3\x6d\x64\xe4\x3e\xdc\xfd\x1a\xf4\xe1\xbc\x44\x91\x0f\x79\x94\x09\xec\x81\xae\x30\x3c\x04\x59\x94\xe7\x05\xd7\x6e\xf5\xea\x3c\x6b\x6f\x7f\xba\x64\x8d\xcf\xfa\x31\xab\x0a\xf3\xb5\xaa\x6e\xfe\x29\xbc\x5f\x48\x67\x1d\x0a\x6f\x13\xaa\xba\xfe\xa1\xf0\x36\xa1\x21\x05\xbf\xf0\x36\xa1\x2c\xe7\x5c\x09\x74\xdd\x0e\xbf\x40\xf5\x41\x8c\x34\x2c\x3d\x54\x6c\x11\xd7\xfc\x44\xeb\x17\x01\x6a\xa6\xca\x60\x96\x80\x08\xbd\xb2\x16\x0a\xea\x86\x66\x15\xaa\x2a\x61\x65\x57\x78\xc8\x40\x3b\x2a\xa9\x4d\xf6\x60\x3c\x40\xed\x8c\x1f\x7f\x4d\x09\x4b\xed\x14\x9b\xc4\x9d\x3e\xf3\x81\xe6\x0d\xad\x52\xb9\x5f\x05\xb5\x4a\xb3\xca\x41\x95\x10\xb9\xd7\x44\x74\xb8\x5c\x27\xa9\x9a\x6a\xe1\xdd\x39\xc1\x0a\x06\xae\xca\x99\x0f\x84\xb8\x14\x51\xfa\x4c\x3d\x24\x72\x20\x69\x39\xb8\x2b\x67\x7e\xa1\x3e\xd3\xca\x41\xf7\x1b\x0d\x50\xf9\x05\x52\xbe\xd4\x43\xdc\x8c\x33\xbb\x10\xaa\x12\x31\x61\x20\x0e\xb4\x85\x08\x84\xe5\x95\x3e\x55\x78\xa5\x8d\xca\x80\x94\x40\x47\xab\xb5\x05\xde\x6a\xa3\x4a\xb5\x85\x97\xda\xe8\xc6\x82\xc2\x3b\x6d\x92\x67\x9d\x51\x56\xc1\x8b\x8d\x30\x7d\xd5\xf6\x47\xc2\x60\x6c\x5e\xfc\x4c\x0b\x42\x68\xcc\xf0\xc8\x0c\xb7\x59\xcc\xd9\x00\xb2\x2e\x8c\xfb\x87\xff\xc4\xb4\x92\x59\x29\x29\x1b\xc0\xb5\x50\xea\x01\x8e\xdb\x68\xda\x28\x11\x3d\x0a\xa2\xc2\xa5\x97\xf6\x81\x3b\x6c\xb2\x6a\x76\x15\x96\x89\xad\x4a\x3a\x2a\xb8\xb1\x66\x3e\xf0\x1b\x74\x6f\x74\xf7\xb9\xa3\xfa\x8c\xdb\x27\xcb\x15\xa8\xbd\x18\x92\xc6\xac\x8c\x32\x99\x7a\x2a\xa1\x14\x5e\x2a\xb9\xcd\x4f\x62\x44\x05\x17\xcd\xb8\xd8\x4e\xe1\x3d\x33\xc1\xfa\x13\xee\x99\x09\x38\x5c\xfb\x79\x80\x65\x12\x47\xc5\x3d\x32\x2e\xcf\x53\x78\x8f\xcc\x10\x7b\xc4\x35\x32\x79\xf3\x8e\xac\x28\xcf\x63\xce\xd4\x28\xcb\xf4\x3e\x53\xc6\x93\xe9\xa0\xd1\x04\x97\xf6\x1c\x96\x93\x56\x10\xe1\x46\x18\x5d\x73\x51\x02\xf3\xb2\x65\x84\xe0\x3e\x98\x24\x7f\x50\xe1\x85\x30\x6f\xb6\xd3\x98\x9a\x69\xd2\x6a\x4c\xa6\x13\xcc\x8d\x1e\x4c\xa9\x29\x01\x6a\xa8\x8e\xed\x96\xd0\xe3\xbb\x26\x51\x09\x7d\x4d\x42\x43\x2c\xa7\xad\x99\x42\x07\xe2\x8b\x7b\xe0\xa5\x00\xfe\x00\x55\x91\xa2\x47\x84\x08\x90\x3d\x10\x50\x97\xad\x25\x73\xb6\x0e\xf2\x8f\xee\x00\x8a\xd1\xeb\xf7\x35\x07\x43\x80\xba\x48\x51\xed\x81\xba\x11\xb2\x0e\x02\x9c\xb0\xca\x0e\x2c\x28\x69\x9c\x74\x0c\xbf\xa0\xa6\x71\x56\x2a\x60\x09\x83\x69\x2c\xee\x8f\xa7\x51\xcc\x71\xe0\x63\x7d\x31\x6f\x1e\x20\x75\x87\x70\x90\x16\x73\x24\x38\x48\xb3\x5c\x4e\x25\x20\x3b\x21\x26\xb7\x17\x96\xdd\x43\xfe\xfe\x6a\xdd\xb4\x85\xca\x05\x36\x57\xc3\x5e\x01\xb2\x96\x09\x95\x0a\x74\xa4\xa4\x84\xa9\xde\x26\x2b\x20\x01\x87\x2e\x5a\x32\x53\x44\x7a\x82\x12\xb4\x4a\x80\x3a\xab\x2c\xba\x82\x0c\xe6\x68\x8b\x3b\x1c\x10\x68\x26\x4d\xb8\x60\xbb\x67\x30\xd5\xdb\xbc\x99\x81\x1c\x8b\x8d\xbb\xc3\x9d\x0f\x34\x85\x83\xaa\x66\xf1\x10\x28\x7f\x25\x0d\x39\x1c\xf0\x92\x18\xcb\x07\xb9\x9c\x3c\x1d\xb8\x8d\x68\x3e\x50\x97\x27\xbd\x97\xe6\x73\xac\xcc\x66\x31\x7d\x62\x16\x16\x89\x70\xda\x66\x2f\xec\xb9\xa0\xf6\x07\x20\x5e\xe9\x69\xe1\x64\x28\xc7\x9b\xfc\x3c\x20\x0b\x34\xef\xa9\x40\xa7\xe1\x59\xb2\x22\x40\xf5\xef\x34\x98\x2d\x7c\x98\x23\xf9\xe2\xdd\xd7\x9a\x95\x60\x60\x8e\x83\xf5\x7c\xdc\x71\xe4\x40\x72\xe1\x8d\x46\xe3\xc5\xea\xe0\x74\x8d\xe6\x6c\x17\xca\xcd\x1a\x71\x17\xb3\x67\x04\x24\xcf\x4e\xbd\x38\xd5\x45\x28\xcd\x26\xee\xed\x5d\x7a\xac\x84\xa9\x13\xa7\xe6\x2d\x75\x53\x75\xf4\x16\xb8\x17\xd0\x9a\xd6\x0d\x54\x9b\xd1\x40\xe3\x1d\x96\xca\x37\x31\xed\x0e\x50\x3c\xcd\xe2\xe4\x46\xcc\xdf\x42\x1a\xfa\x6f\xb4\x46\x76\x53\xfd\x91\x3d\x15\x1e\x82\xac\x0f\xa0\xee\xea\xee\x81\x12\x9e\x85\x67\xd1\xdb\xb3\x36\xa1\x1f\x30\x7a\x59\x7e\x26\x80\x9e\xf2\xae\xc6\x56\xc2\xc3\xf3\x2f\x9a\xd0\x43\x2f\x86\x35\x1f\x38\x81\xa3\x89\xf3\x41\x76\x9c\x31\xf2\x30\x3e\x20\x1c\x3f\xf0\x9e\x7a\x95\xe1\x02\x56\xf2\x4d\x41\x25\x73\x97\x7f\x2b\xa8\x5d\x1e\x8b\xde\x8f\x1b\x64\xbc\x98\x10\x8b\x99\x0f\xf3\x51\x14\x33\x4f\xca\x17\x2a\x38\x70\x10\x95\x03\x55\x22\x6f\xe1\x14\xad\xb3\x78\xb9\x32\x65\x0b\x6a\x97\x67\xe5\xce\x94\xc8\xfa\x75\x5a\x11\xd4\x2e\x0f\xaa\x0f\x53\x22\xf3\x5c\x95\xdd\x53\x58\xbd\x3c\xeb\xb2\xc6\x12\xa9\x56\xcb\xfb\x10\x71\xda\x5b\x19\x0f\x25\x32\x7f\x41\xd9\x35\x25\x22\xf3\x55\xc7\x43\x4b\x0c\xd4\x52\x86\x5f\xb8\x40\x86\x82\x39\x92\x0a\x24\xf5\x63\x64\x2e\x81\x5f\x40\x4d\xb1\xe0\xdf\x2b\xb1\x96\xf5\x00\x0a\x6c\x71\x7b\xed\xc6\xa2\x07\x03\x09\x85\x02\x1a\xfe\x52\x85\x8b\x4b\x5c\x19\x12\xc6\x73\x24\xde\xd4\x4e\x58\x58\x83\x88\x3a\x70\xd1\x58\x4a\x6b\x21\x05\x73\x62\x3e\xb0\x5f\x00\xe9\x49\x44\xa3\x4e\x45\xd0\xbd\x2c\x05\x75\x2a\x72\x7c\xfd\xce\x6c\x07\xf7\x47\x05\xd5\x6d\xba\x2a\x45\xca\x91\xa9\x0a\x62\xf6\x28\x24\x91\xbd\x79\xe3\xf2\x9e\x4a\x2f\x89\x19\x61\xa4\xe8\xf6\xaa\xd6\x2a\x10\xe8\x1e\xcd\x7e\x61\xae\x5b\x33\x12\x33\x64\xbe\x8c\xf4\x48\x05\x56\xca\x1a\x2f\x43\x6b\x4a\xf8\x29\xb8\x0c\x2d\x55\x2f\xdb\x47\xa1\x15\x12\x96\x42\x3b\xfc\x06\x25\x96\x69\xa7\xf0\x1a\x38\xc1\xc0\xc3\x8f\x66\xc4\x11\x57\x5e\xd8\x29\x88\xcb\xd0\x72\xf4\x8e\x2c\x94\x60\xe2\x09\xbc\x0b\x6d\xbc\x96\xb6\x2e\x4d\x41\xf3\xe2\xd1\x22\x79\xcb\x70\xc4\x27\x3a\x5c\x81\xab\xd1\x52\xf2\x10\xcb\x79\x6a\xd4\x23\x19\x21\xbe\x3a\x00\xf5\x55\x83\xb0\x26\xe1\x07\xb4\xc0\xbd\x56\x95\x69\x47\x7a\x01\x75\xc9\x8a\x67\xdd\xa0\x5e\x79\xd6\x8d\x77\x86\xba\x0d\x72\x95\x99\x89\x3b\xcd\x72\x34\xf5\xa1\x2c\x99\xb5\xdc\x48\xad\x57\x19\x17\x05\xd7\x91\x65\x45\xdb\x4a\x6c\x58\x7b\x7f\xd0\xe9\x18\xf3\x52\xf6\xc5\x58\x34\x24\xeb\x07\x4b\x20\xf2\xee\xb1\xa6\xf4\x9d\x12\xfb\x22\x50\x3f\xe0\xf1\x23\x77\xd9\x01\x83\x90\xd0\xb1\xa9\xbd\x07\xfb\x22\x16\x7f\xb0\xf6\x88\xdf\xe0\x2c\x44\x4d\xd4\x4a\xa5\x6a\xa0\x74\x4a\xb6\xb7\x9f\x67\xb7\x72\xaa\x3f\x49\xcd\x2e\x28\xac\x92\x1d\x73\x8a\x4b\x67\x95\xb8\x43\x5d\x94\x18\x6c\x2b\xa0\x2e\x8a\xab\x83\x16\x94\x45\xe9\xc9\x9b\x7e\x30\x2a\xaf\x19\x43\xa9\xb5\xbf\x01\x35\x4f\xb2\x4e\xe6\x97\xc8\x03\xa0\x2a\x7f\x56\x70\x63\xc1\x1c\xd1\x0f\xea\xf7\x57\xd7\xe5\xbe\x25\xee\x8d\x2f\x68\xca\x3b\x0a\x70\x4a\xe9\x44\xd5\x94\x64\x8f\x68\xe4\xb5\x4a\xd2\x10\x59\x05\xa5\x18\x65\xb8\x65\x29\xd8\x35\x10\x0f\x9c\x11\x30\x13\x80\x93\xf6\xc5\xc8\xa8\xd5\x4a\xcd\x89\x07\x2d\x75\xad\xc9\x01\x53\xc4\x22\x94\x3e\x5a\xfb\x12\xe2\xb1\xce\xe9\x7f\xda\xe7\x86\x29\xba\x8d\x45\xb6\x88\x45\x05\xab\x66\xd2\x3e\xb9\x9d\x2d\x6e\x4e\xc4\x19\xa4\xc8\x47\xa6\x15\xd8\x74\xc7\x25\x6b\xce\x02\x2e\xbc\x63\x2d\x2b\x7d\xae\xe0\x8e\xb5\xa4\xc3\xd3\x85\x97\xac\xb5\xf4\x7a\xc0\xec\x23\x53\x26\xb2\x72\xad\x1e\x46\x78\x6d\x83\x1d\x10\x91\x69\xb8\x9b\x07\xbd\x58\xa9\xd4\x6c\x08\x77\xb6\x04\xeb\x16\xcc\xd3\xb5\x43\x21\xc2\x6d\xfb\x42\xdc\x45\x2f\x9d\x45\x39\x32\x75\xa3\xa5\x26\x2f\x73\xf3\xbc\xaf\x81\xea\x89\xfe\xfd\x00\xa6\x3d\xc0\xc9\x11\x85\xea\x0b\x92\x3e\x7b\x12\x60\xc6\x96\xb2\x17\xa2\x69\x26\x26\xaa\xb8\x96\x69\xeb\xac\x92\x21\x84\xdb\xb7\x9a\xfd\xc3\xeb\x6b\xdf\x79\xbc\xb9\x01\x34\x00\x55\xe0\x68\x46\x79\xc3\x68\xeb\xee\xa0\xb1\xb2\xb4\xda\x9d\x1f\x68\x8e\x37\x93\x2f\xbd\x27\x6f\x6e\x62\xd3\xcf\xbd\x66\x2d\x20\x1e\x7a\x2a\x2d\x10\xe8\xe5\xb5\x2b\x32\x32\x79\xc1\x8c\xea\x61\x55\x60\x41\xf1\xac\xa5\x13\x98\x54\x6c\x2d\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe6\xea\x89\xe1\x4a\x84\xda\x3c\x0f\x7a\x79\x2d\x94\x1e\x1c\xe3\xd0\x90\xac\x56\xa4\xf2\xd8\x25\xe1\xd0\x97\x0e\x9b\x17\x9c\x49\x4d\x51\xee\x2b\x54\x33\x9a\x93\x0c\x7a\x00\xad\x2d\xfb\x05\xa0\x5e\x82\x17\xc5\x8b\xa6\xc5\xe3\x0f\xc0\xdf\x85\x15\x14\x22\x8a\x21\x8a\x7f\x26\x16\x67\x1e\x06\xe1\x41\xf1\x64\xfd\xce\x62\xcc\x9a\x62\x0a\x0b\xef\x51\x0f\x12\x7b\xd4\x90\xf0\x11\xbf\x40\x80\x32\xeb\x98\x00\x4a\x17\x25\xdd\xec\x50\x12\x75\x59\x7b\x52\x12\x7d\xc4\xc5\x2f\xa0\x1e\xf3\x6b\xc4\x83\x1f\x08\x8d\xc8\x4c\xa8\xfd\x05\x34\xb4\x2a\xe3\x11\x07\xc1\x82\x5d\x25\x09\x27\xc1\xc6\x64\xd1\x3f\x10\x42\x09\x05\x9b\x2d\x66\x53\xa4\x47\xac\xa9\x9d\x00\xa0\xe0\x99\xba\x76\xd7\x4d\xcf\x05\x95\x93\xe6\xf0\x7e\x80\xfa\xab\xda\xa3\xac\x84\x34\xcc\xe0\x71\xc5\xa0\x4f\x50\x95\xc4\xd4\x01\x5d\x11\x57\x50\x2a\xc9\x27\x8c\x0a\x4b\x25\x8d\xf8\x7a\x40\x98\x84\xc4\x44\xc5\x51\xae\x15\x94\x46\xf2\x61\x99\x82\xe2\x47\x29\xcb\x5e\x67\xf1\x23\x5d\xf9\x54\x50\xfb\xe8\xa5\xea\xa2\xf6\xd1\x04\x49\x58\x49\x6b\x12\x1e\x92\xa6\x6b\xf5\x83\xb9\x1d\x5e\xeb\x96\x37\x80\xa0\x21\x73\x78\x17\xea\x2e\xa8\x95\x14\x9a\x53\x50\x70\x22\x3b\x36\x93\x56\x06\xa9\x05\xff\xce\xca\xdf\x9a\x23\xd4\x71\x5d\xad\x59\x58\x5c\x69\x98\x14\x33\x2b\x7f\x6b\x0a\x28\x8c\x9c\x5f\xfd\x31\x18\x51\x0d\x21\x9d\x3b\xda\xe1\xa8\xbe\xe4\xfc\xfb\x82\x6a\x4b\xc9\xc1\x09\x54\x5b\x8a\x2a\x86\x5b\x12\x33\x89\xa5\x8c\xb3\xd6\x52\xf5\xfe\x44\x29\x63\xeb\x84\x09\xda\xfb\x90\xe1\x97\x98\xc9\xa0\x43\x95\x25\xc1\x3d\xad\xec\xbb\x92\x0a\x37\x47\xf2\x83\xf3\x5d\xed\xbc\x24\x28\xef\xd6\x8b\x13\x32\x1b\x9a\x77\xd7\x52\xd5\xa5\x86\x26\xa8\xea\xb5\x1b\xeb\x48\x6c\x18\x8e\x4c\xa4\x55\x9d\x41\x30\x55\x32\x4e\x03\x59\x7f\x57\x61\xbd\xa4\x4a\x34\x7a\x9a\x75\xd1\x8e\xa0\xac\x84\xd2\x43\xa0\x66\xa2\x29\xa1\xad\x6b\x20\xd5\x5e\x77\xdb\xab\x1d\xb1\x05\x35\x62\x63\xde\xa3\xb0\x02\x9f\x75\x35\x65\xc0\x65\x3d\xbc\xbf\x1a\x8e\x9a\x9a\x4d\x36\x96\xd4\x14\xd6\x78\x5a\xee\x0d\x00\xd5\x11\xe3\x1d\x79\xc6\x4a\x11\x2f\xa8\x81\x15\x92\x6e\x41\x2f\xa9\xad\x2a\xe2\x1e\x03\xb5\x28\xe5\xdc\x4c\xf0\x59\x27\x33\xd6\x4e\x4e\x6b\x62\xea\xa8\x13\x2d\x7b\x38\xf1\x6e\x10\x4b\x62\xde\xf9\x19\xec\x7b\x4c\xa8\x5b\x98\xbd\x72\x3c\xf1\x66\x95\x08\x85\xb5\xb2\x95\x5d\x14\xd2\x4a\xc3\xf4\x3a\x38\x6f\x6f\x19\x54\x08\x19\xde\x21\x48\xbb\xad\xdd\xf4\x04\x7d\xbb\x5b\xc0\xec\xd8\xf4\x66\x02\x28\xa4\x13\xec\xbc\x4c\x4b\xe1\x36\xae\x77\xec\x72\x73\xcf\x9d\x30\x0a\xa6\x1d\x87\x1c\xcc\x8e\xa1\x6e\x6f\x36\x49\x78\xf5\xd6\xb0\x0e\x95\x78\x8d\x47\x7a\xbd\x81\x1a\x9d\xdd\x30\x80\xfc\xa4\x07\x26\xa6\xf2\x5a\xe7\x41\x7d\xaf\xec\xe8\x2c\xeb\x79\x39\x1a\x9f\x58\x5e\xc1\x62\xf3\x58\x93\x52\x8f\xcc\xa3\xf8\xd9\x09\xd5\x92\x8e\xfa\xbe\x82\xa0\xa4\x63\xed\x30\x3f\xa0\x10\xb5\x8c\x3a\xd6\x9c\x85\xb5\x83\xca\x8a\x5f\xa0\xce\xef\x2d\x80\xd2\x2e\xcd\xf9\x28\x89\x37\x86\x58\x2b\x4b\x74\x4c\x37\xb7\x21\x63\x2c\x52\xce\xfe\xbe\x18\xa1\xa4\x93\x0b\x21\x3b\x23\xd1\xcd\x2c\xbf\x17\x8a\x96\xa5\x2e\x6b\x13\x45\xcb\x62\x33\x5b\x80\x97\x39\x9b\x3a\x71\x1b\xac\xe3\xd7\x69\x69\xf4\x8a\x78\xa3\xaa\x59\x74\xba\x28\xef\x82\x6d\xce\x16\x48\x38\x48\xf7\xa2\x1d\xe4\xfd\x3a\x51\x28\x5d\x34\xd5\x04\xe1\xc5\x94\x2c\xa3\xed\x42\xad\x78\x8b\xc9\xa9\x8e\x77\xfb\xd5\xd2\xc5\x2d\x97\xdd\xe3\xc3\xba\x61\x9a\x04\x8e\xce\x0d\xeb\x99\x09\x1a\xb9\xfd\x89\x09\x0a\x79\x33\x71\xde\xe9\x7d\xbf\x44\x49\xf7\xaa\xef\xa5\x36\xeb\x6c\xf9\x77\xfa\x4a\x9a\x5f\xa0\x41\x6a\xb5\xf1\x86\xec\x37\x31\xde\x38\x11\xfe\x02\x71\x47\x5b\xeb\x80\xa3\x77\xd5\xd4\x0c\xf5\x3c\x1b\xed\x70\x5a\xbf\xb0\x88\xa4\x8d\xd7\x0e\x46\xd2\x86\x43\xf8\xa8\x9b\x12\x55\x1e\xb3\xa4\xa9\xcc\x47\xfb\x0c\x12\x7c\xd8\x2f\xb5\x17\x2e\xec\x97\xfa\xb6\x6a\xa0\x99\x10\x1e\x9e\x00\x6b\x7e\x03\x38\x78\x8d\x00\xc5\xd8\x4c\xe6\xe9\x18\xc1\x6d\xe8\x98\xda\x4f\xb8\x22\xf8\x95\x9b\x95\x79\x6e\xce\x5e\xe6\xcc\x7c\x0d\x4d\x31\x23\x5d\xc3\x28\x41\x25\x98\xa8\x02\x9e\x25\xa3\x68\xa8\x8a\x8e\x94\x8c\x4b\x54\x74\xa4\xb4\xe4\x6d\x5d\xbf\xa5\x36\x0e\x37\x6f\x06\x00\xc1\x72\x4d\x28\x23\xc7\x58\x87\xa9\x4b\xc6\x21\xba\x61\x80\x71\x88\xce\xf9\x8a\x99\x7a\xbb\xb6\x56\x0e\xac\x41\x2d\xa1\x9d\x03\x6d\x8d\xe8\x37\x68\x94\xc9\xef\x9d\x91\x9a\x61\xfb\x3a\x07\xac\xba\x56\x35\x07\xc6\xef\xa5\x8b\xe4\xc0\xc2\x6b\xc2\x51\xc4\x9d\x4d\xd2\x6a\x73\x24\xeb\x17\x3f\xc8\x71\xad\xab\x66\x89\x82\x0c\x36\x76\xf3\x4a\xe2\x6d\xee\x92\xfe\x20\x6d\xb7\x8c\x2c\xde\x77\x9b\x7c\x30\xba\x0b\x54\xfa\xab\x1e\x13\xb4\x9a\xdd\x23\x79\x8a\xb6\x63\xe6\x39\x3d\xdb\x27\x19\xd9\x20\xc9\xaa\x71\xc6\x31\xbc\x17\xd4\xeb\x02\x12\xf7\x30\x20\xa0\xb4\x36\x53\x95\x4e\x8e\x60\x64\x64\x76\x38\x6f\x27\x27\x22\xd6\xfd\x63\xad\xb3\xfb\xc3\x76\xb2\xd3\x20\x53\x91\x36\x9a\x58\xa1\x41\xc2\x20\xe7\x55\xaa\x50\x10\x64\x1a\xc3\x3f\x0b\x01\x65\x24\x86\x54\xd3\x7e\x26\x3f\xf1\xc2\x4e\xbd\x3a\xa9\xbc\x41\xc9\xcc\x0c\x79\x8d\xcf\x7a\xe3\xee\xe0\x24\x4a\xdd\x01\xcf\x01\xbc\x7a\xe0\xaa\x18\xe0\xb5\x2a\x7a\x01\x8a\xf6\x6b\x95\xe0\x18\xf7\x99\xeb\x92\x0b\x19\xb1\x84\x4b\x2e\xb0\xa9\xfc\x45\xa5\x75\x61\xa8\x96\x0f\x5a\xce\xfa\xbc\x9c\xce\xd2\x2a\x73\x5d\x13\x17\x58\xc8\xb5\x78\xad\x7c\xa5\x7a\x6e\xd2\xa8\x70\x19\x98\xaf\xd4\xa5\x79\xf8\x01\xfd\xd4\xde\x65\x38\x12\x97\x3c\x51\xb8\xa1\x75\x7d\x74\xc9\xa8\xdb\x60\x6e\x9f\x1b\xa3\x79\xcd\x0f\xa0\x2e\xbd\x3a\x04\x75\x1a\x24\xaa\xb6\x5e\x3c\x2a\xaa\x9e\x75\x5b\xe7\x77\xd5\x26\xe7\x11\x12\x50\x07\xa2\x76\x6f\xe3\x4e\x88\x05\x00\x53\x7e\x1d\x1f\xc8\x4b\x71\x35\x63\x98\x8a\x2b\x5c\xc0\x9f\x36\x95\x21\xe9\xc6\xb9\x13\x66\xf7\xc0\xb2\x05\x9b\x5f\x58\x88\x16\x9a\x70\x42\x2e\x4b\x2f\xcd\x28\x16\xe1\xac\xe2\x8c\xec\x0b\x67\x78\xe7\x55\x2c\x42\x2a\x5f\x46\xb1\x88\x64\x5e\xd4\x49\x2e\xfa\x1d\xb7\xe6\xd9\x1f\x89\x8a\x5a\x13\x02\xe1\x05\x8e\x6e\x07\xf9\x32\x53\x88\x5f\x3d\xae\x14\x62\xef\x7b\xb8\xa6\xad\xde\x64\x9e\x48\x73\x48\x21\xef\x54\xc9\x4c\xb3\x2b\xe3\x42\x9e\xdd\x8c\x8c\x0b\x1b\x15\x79\x07\x66\x25\x07\x33\x75\x67\x03\xb9\x4a\x92\x9a\x9c\xf6\xc6\xad\x28\x44\xee\xd0\x0d\x2c\x58\x50\xf2\x3b\x07\x83\xb0\x18\xaa\xbb\x04\xfd\x18\xb3\x48\x41\xde\x9c\xbf\x9d\xf7\x85\x6a\x77\xc1\x42\xa9\x26\xc1\xa9\x5e\x67\xbb\x97\xf3\xb1\x58\xae\x10\x71\x40\xfc\x5a\x9a\xf1\x86\x3c\x4b\xcb\xa5\x0f\x7b\xd7\x1c\x98\x85\xc9\x63\x95\xa1\x90\x33\x38\x1f\xb4\xd7\xbc\x5c\xd0\x8f\x87\x73\x4f\x50\x45\xf6\xcd\x92\x0e\xd6\xf1\x17\x41\x1c\x20\x18\x33\xe1\x83\x89\x60\x52\x3e\x33\x14\xea\xe0\x0e\xa7\x3e\x9d\x74\xfb\x63\xc9\xc8\x73\xb6\x9a\x96\x59\xb7\xe2\xb5\x13\x4f\x6e\x13\x77\xb0\x08\xc8\x3d\x60\x2b\x7b\x5f\x9d\x5c\x3b\x81\x08\x05\x3c\x78\xa7\x9e\x14\xe9\xaf\x1e\xd7\xd2\x08\x0b\xbc\xd9\xc1\x86\x76\xbe\xd8\xa5\x5e\xb8\xe9\x89\xf2\x18\xd4\x5e\x4d\xc4\x37\x66\x65\x18\xa7\xae\xd9\x9a\xf5\x8c\x1b\x0e\x6f\x2b\x4e\x37\xe9\x29\xfd\xc8\x10\xca\x37\xd9\xa5\xb9\x19\x55\x4f\xaf\x2b\x55\x4f\xd3\xda\xcd\xbb\x99\xcc\x6b\x58\xf4\xe1\xb5\x91\x1f\x9c\xb5\x32\x81\xaf\x7c\x09\x33\x9f\xe5\x18\xf6\x96\xa0\xb2\xe8\x85\x7e\x28\xce\x92\xbb\x24\x50\x6e\x53\x16\x79\x8f\xe0\x58\x9b\x6e\xf8\x28\x05\xda\xa3\xd3\x90\x0a\x73\x18\xec\xe6\x29\xbc\x90\x5d\x58\x2d\x70\xf4\xaa\x70\x6e\x61\x6d\xbe\x61\xb7\x4f\x81\xbe\xd9\xbc\x03\xca\x46\x6f\x5c\xf7\x18\x60\x70\x62\x80\x85\x1a\xa3\x88\xa9\x20\x49\xc1\xdc\xaa\x84\x05\x53\xd1\x03\x94\xce\x17\xe7\x28\x91\xac\x24\xf9\xc1\x5a\xda\xa6\x07\x94\x7e\x8a\xe8\x17\x2a\x5f\x72\xd2\x17\xd4\x4c\xd0\x4d\x64\xa5\x20\x33\x37\x4b\x9b\x2b\x89\x6a\xb8\x36\x5d\xa1\x9b\x73\xf8\x05\x1a\x02\x0a\x77\x14\x1c\xa9\x1a\x2f\xd4\xd2\xef\x29\x8f\x5b\x41\x92\x80\x77\x40\x49\x74\xa0\x35\xbf\xb0\x48\xce\x6f\xd0\x72\x6e\x7e\x30\x97\x57\xa5\xb3\x4b\xa1\x3a\x66\x4c\xe7\x45\x72\x7e\x80\x53\x38\x72\xdb\x17\xfa\x31\xe5\x5b\x2d\x28\x89\xa0\xfb\x58\x4a\x61\xc1\x2c\x6f\xec\x92\x29\xfe\x9a\x7b\xa4\x9d\x6a\x4c\x22\xd9\xf6\x85\x87\xbc\x80\x16\xea\x33\x4b\x4c\x69\xb9\xcb\x46\x11\xab\x41\x0b\x99\xb0\x4c\x8a\x82\x73\x58\x5d\x0c\xb0\x30\xb3\xc0\x5e\x93\x52\x38\x66\x54\x1b\xdb\x40\xae\x1f\x5c\x4f\xde\xaa\x89\x7a\xd5\x20\xf0\x07\x35\x30\x7c\xa1\x2f\x2a\x96\xd7\xf4\xc2\x9a\x04\x16\x36\xa5\x72\x79\xa5\x2b\x17\x68\x33\x4e\x7d\x2b\xb8\xac\xcb\xf6\x79\x69\xcc\x18\x6c\x7e\x01\xb7\x35\x4a\xb3\x28\x3c\xff\xef\xd8\x66\x81\x7a\xe3\xf0\x6e\xe9\x81\x88\xd2\xf2\xaf\xb0\xbc\x89\x72\xea\x3b\xd9\x6e\xe4\x82\x0b\xbb\x9a\x11\xd9\x11\x30\x0e\x7e\xbf\xe1\x7d\x4d\xaa\x33\xf6\x29\xaf\x1b\xee\x61\x0f\xc3\xb3\x46\x65\x2c\x07\x09\x71\x0f\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\xf4\x5f\xc9\x42\x28\xac\x00\x6e\xe9\x56\x58\x0b\xcb\x0e\xa4\xc2\x23\xfc\x0e\x9f\x96\xe5\x2b\x94\x19\x52\x58\xfd\xca\xb1\xcd\x82\x33\xfb\x76\xba\x16\x54\xbf\x72\xe8\xbd\xc0\x57\xe8\x04\xd4\x82\x13\x50\xc5\x44\x0c\xdf\x61\x36\x1e\x07\x97\x46\x88\x1e\x54\x13\xf4\xfd\xbe\x40\xd4\x80\xfb\x02\x51\x30\x43\xbb\xe9\xde\x78\x50\x6e\xac\xcc\x94\xa9\xdc\x64\x6b\x60\xb8\x52\x3e\xb6\xf6\xa3\xb0\x10\xaf\x9b\x77\x16\x66\xc1\xb5\x58\xce\x8f\x2f\xfb\x72\x85\x7a\x74\xce\x47\xed\x83\x67\xc0\x05\xed\xb1\xd6\x40\x08\xe0\x85\xf4\xc5\x2f\x50\x98\x99\x27\x9f\x54\x42\xcd\xbd\x78\x56\xca\xf9\x83\x05\x3a\x44\x0e\x7e\xa1\xa0\xad\x21\xce\xb5\x81\xfc\x02\x88\xd1\xb4\x76\x52\x90\x74\x3f\x20\x83\x34\x7b\x3b\xc9\x20\xbd\x63\xa0\x44\x54\x9f\x34\x28\x2b\xae\x6e\x5a\xba\xd6\x96\x51\x1f\xd7\x82\xdb\x0f\x00\xb7\xbc\x11\x28\x8c\x9f\x5f\x12\xf3\xa2\xba\x96\x3d\x06\x36\x7a\x70\x07\xdc\xe8\xa6\xce\xe5\x99\x33\x8b\xc4\x91\xfc\x2c\x7d\xac\xdc\x04\xca\xc8\x44\xc9\x2a\x87\x3a\x71\x85\x7e\x76\x92\x5d\xb9\x17\x6a\xfc\x80\x8a\x80\xc5\xf2\x4d\x75\xca\xa2\x61\x85\xad\x65\x14\x94\x87\xf8\xb7\xc8\x43\x05\xa9\x1c\xfd\x02\x25\xbb\x89\x00\x67\x8f\x54\xd7\xba\x14\x28\x1b\xba\xb9\xa0\x14\xe4\x4f\x66\x33\xf6\x87\x0c\x4d\x5c\xb6\x2e\xe5\x42\xea\x37\x6e\xea\x8f\x43\xda\x76\xdd\x28\x6e\x5e\x5f\x2c\x86\x54\xf5\x00\x39\x9d\x42\x7e\xe5\x99\x79\xd5\x70\x2e\x95\x35\x9f\x6c\xaf\xb3\xc8\x6e\xb3\x8c\xc3\x2d\x05\xd9\x29\x26\x15\x47\x89\xac\xd2\xd7\xc0\xd8\x9d\x80\xc2\x01\x76\xeb\x12\x95\x51\x62\xc7\xbe\x2b\xae\xe9\x55\xa5\xe5\x52\x51\xd8\xb5\x78\x75\xea\xf2\x15\x49\x26\xd6\xc8\xfb\xbe\x05\x74\x5c\xcb\xe7\x2f\x40\x21\x1e\x33\xad\x49\xe8\x0b\xe8\x27\xce\x4f\xaf\x38\x38\xd4\x3d\x29\x96\x74\x72\xfc\xbd\xe2\x6e\x5b\xa7\x02\x55\xe6\x38\xda\x61\x50\xe1\x4b\xca\xaf\x1e\xe9\xf1\x12\x13\xad\xd0\x5f\x54\x3f\xba\xd4\xc4\x88\x4c\x75\x97\x2c\x84\x12\xdc\x25\x23\xb5\xc3\xd3\xe0\xd6\x78\x41\xc5\x2b\xe2\xc5\xba\x6a\x5e\x13\xd5\x27\x99\x8c\x46\xb2\xbc\xe6\x39\x53\x5d\x29\x57\x2a\x54\x96\xe0\xb0\x7f\x5d\x3a\xcb\xeb\x8b\xc1\x41\xfc\xc6\xc1\x07\xee\xe3\x9c\xa6\x82\xb1\x97\x49\x44\xd5\x2f\x90\xb4\xdd\xe5\x82\x5b\x44\x83\xa3\xe3\x59\x26\x57\x9d\x2a\x4b\xf3\x11\xa5\x5a\x28\x20\x5e\x0f\x78\xa1\xbb\x30\x51\x68\x9a\x1a\xdd\x3c\xcd\xf3\x42\x4d\xe5\x0a\xea\x0b\x3a\x89\xac\x71\x54\x94\xa6\x57\x81\xc3\x52\xeb\x9a\xb7\x08\x15\xa9\x8a\x8e\xfe\xd7\x0a\xc2\x4d\xfe\x1d\x9c\x4c\x1a\x6b\xe5\xbd\x06\x13\x71\x3f\x90\x4a\xb5\x2e\x9c\x08\x40\x5c\x97\x5a\xc4\xbf\x2b\xf2\x12\x83\x73\x07\x2a\xce\x7c\x17\x4b\xc1\x8a\xf3\x38\x16\x43\x15\x17\xa2\xbe\x66\x48\x8d\x48\xca\x44\xed\x3c\x54\xe1\x21\xfb\xa2\x6a\x7f\x01\xaa\x96\x96\x56\x91\x86\xe8\xc0\x7c\xe5\x99\xef\xd7\x42\x52\xc3\x31\x79\xd1\x9d\xe3\x74\x85\x8a\x3c\xc4\xf6\x06\x0a\x7b\xd5\x40\x23\x73\xd0\x0e\xf9\x0a\x77\xcc\x4b\x13\xc4\x15\x27\xad\x16\xbf\x00\x15\xda\x6a\x5b\x1d\x0b\xef\xee\x92\x72\xcd\x88\x62\x2e\xa1\xfd\x56\x75\x27\x66\x34\x0d\xdc\xe4\xe9\x8c\xa1\x0a\x77\x8c\x15\xfb\xba\x93\xfb\x57\x3f\x68\x9c\xa7\x16\x7f\x5f\x98\xf1\x1b\x83\x40\x08\x35\xfb\x42\x8d\x26\x46\x35\x43\x12\xbd\xf2\x06\x02\x6b\x3d\x95\x85\x88\xac\x58\xd5\x83\x21\xfe\xd7\x1b\x44\x9e\xba\x3c\xb8\x7e\x82\x8a\x95\x89\xec\xfc\xaa\x70\x96\x64\xc9\xb9\x7a\xdc\x3c\x67\x23\x64\xc2\x19\xe2\x1a\x99\xa5\x22\x85\x30\x4b\x10\x56\x78\x43\x74\x69\x74\xa9\x08\x2e\xea\x8e\xe2\x52\xcf\x75\xcd\x8d\x60\x80\xb3\x23\x5b\x8a\x9d\xdc\x67\x52\x11\xea\xb9\x23\x6d\xd9\x3d\x12\x51\x5e\x0d\xde\x5d\x61\x7f\x5b\x3d\xd7\x8a\x6b\xde\x27\xaf\x72\x37\xd0\x6b\xc1\xf5\xc2\xb5\xb1\x4f\x4d\xe3\xe2\xb4\x84\x98\x8b\xd3\xd0\x10\xc8\x07\xcc\x16\x31\xf0\xaf\x38\xea\x52\x2f\xb2\x73\x43\x7d\xc1\x83\x6c\x3a\x46\xe5\x4e\x27\x97\x56\x26\x08\x3a\x05\xa5\x42\xf1\x79\xa9\x78\xf5\x62\x5c\xc6\x6d\x5e\xe5\xe3\xb5\x41\x44\xd2\x31\xfd\xca\x14\x41\x3b\x3c\x2a\x14\xa1\x61\xb2\xbd\x19\xec\xf2\x62\xf2\x9a\x9e\x17\x0b\xb9\xa9\x9e\x35\xf7\x49\x5e\x2e\x6f\x57\x85\xa3\x26\x5b\xf0\x21\x26\xb8\x79\x2d\x96\xa6\x64\xe9\x8c\x04\x3f\x1f\xa0\xad\xb8\x44\xc5\xa7\x0c\x2b\xf5\x22\xcb\xc1\x87\xa9\xcb\x9a\xf6\xd4\x93\xe2\x66\x12\x7d\xc0\x30\x24\x0a\xda\x86\xbd\x2b\x61\xd3\x36\x14\x9c\x49\x6e\x63\x4f\x88\xa7\x35\x9e\xbf\xb6\x2f\xa2\x21\xd7\x2e\x6b\x2f\xb7\x8d\x00\xf9\xf7\xc5\x60\x9a\x1e\x80\xf1\x57\xb7\x49\x8f\xcd\x3d\x40\xb5\x13\x4e\xda\xba\xba\xe0\x43\x3c\x2d\x04\xae\xbd\x1f\x44\xe4\x31\x08\xe6\x00\xea\x7b\x7d\x40\x26\x28\x2d\xb9\x51\xeb\x12\x52\x1b\xce\x6b\x67\x51\x5f\x43\x19\x4c\x5d\x14\x55\x5a\x58\xcb\x38\x7e\x22\x8b\x70\xc5\x41\x72\x26\x5f\x8b\xdc\x2d\xa2\xf6\x86\x4c\xba\x34\xc4\x05\x1a\xcf\xad\x38\xe9\xa5\x45\xa6\xb8\x7b\x8a\x91\x10\x6b\x19\xe0\x75\x72\x71\x90\x16\xe9\x95\x10\x52\x59\xb3\xdd\xb4\xda\xe2\xce\x21\xdc\x03\xd1\xde\x0d\x15\xae\x59\x08\x86\x81\x5a\x7c\xf7\x03\xca\x58\xcf\x03\xf9\x79\x4e\x9b\x6f\x38\xbb\xed\x64\xba\x96\x1e\x8e\x29\x28\xe1\x22\xd2\xd5\x9b\xa5\xe5\x35\x6f\xb5\x97\xc7\x47\x6d\x5c\x59\xdf\xfd\xfd\x49\x08\xb4\x30\x99\xac\xcb\x20\x51\x57\x6a\xee\x01\xe4\xee\x49\xb2\x08\xa6\x34\xbc\x46\x77\x8f\x57\xba\x2c\x88\x84\xb7\xc2\x40\x80\xdb\xe4\x85\x32\xea\x5a\x05\xeb\x7b\xb5\x57\x0f\x1a\x02\x01\xb6\xcd\xd4\x58\x0b\x7a\xf4\xef\xb4\x43\xfc\x3b\x85\xa1\xf4\xbd\x56\xc9\x66\x64\x1c\x35\x24\x96\x65\x2f\x4c\x65\x54\xdd\xbf\x93\x0d\x19\x6f\x2b\xd1\x4c\x2e\x83\xc6\x12\x95\xe9\x35\x28\xb9\xa3\x31\x8b\x54\xb3\x97\x41\xd5\x58\x64\xc7\x69\x89\x0d\x27\x3b\xaa\xeb\x81\x34\x56\xa1\x74\xad\xa9\xd6\xe8\x09\x95\x69\xd9\x70\xa2\xb9\xd9\x8a\x6b\x8d\x39\xac\x62\x57\x8d\x47\x9a\x5d\x3e\xaa\x35\x2e\xa0\x5e\xe8\x0b\x0c\x01\x8a\x7b\xe3\xab\x34\xd5\xd6\x69\x53\xcb\x50\x6f\x38\xec\x91\xbb\x3f\x20\xf6\x84\x0b\x1c\x59\xb6\x16\xd0\xfa\x22\x32\x0d\x89\x13\xc5\xd9\xb3\x18\x54\xfc\x64\x8c\xb4\x41\xdd\x52\xba\x6b\x1b\x64\x92\x32\xc2\xda\x58\xa8\x71\x9f\xbc\x9c\xce\xd8\x1c\x6b\x54\x81\xc5\xb0\x98\xd3\x55\x1a\xb5\x2c\xcf\x6b\x5f\x98\x10\x5c\x2c\x9c\x63\x1e\xb1\xf3\xcc\x89\x3f\x00\x2b\x97\x21\xd8\x96\xd6\x25\x95\xbc\x2d\xad\xcb\xb8\xdd\x09\x76\xf6\x27\x50\x50\xe5\x4c\x68\x3b\x63\x79\x1e\x82\x3c\xc3\x63\x20\x63\x4c\xd7\xeb\x94\x76\x10\x97\x1a\x12\x27\x8b\x5f\x76\x7d\x63\x82\x96\xa3\xfa\xed\xe4\xb4\xd5\x03\x35\x24\x59\xd4\x0d\x65\xcd\x75\xa3\x4f\x69\x67\x9b\x20\x99\x23\xe0\xca\xc8\x17\x27\x45\xf6\x55\x33\xe2\xe9\xc7\xb1\x69\xd3\x4e\xde\x9f\xa1\xa5\x3a\x19\xf9\xf5\x86\xa5\x93\x46\x9a\x45\xbb\xa8\xf7\x1b\x2b\x17\x41\xd2\x90\xbc\x19\xce\xd6\x6b\x9b\xda\x4b\xb2\x9a\xd8\xae\x35\x69\x4d\x12\xca\x4b\xb3\xb5\xd4\xa0\xbd\xf8\x40\x52\x9b\xca\x4b\x2a\x3f\xba\x43\xaf\xb4\x9b\x94\x22\xdd\xb8\xe1\xb0\x43\xf1\x9e\x81\x66\x53\x9d\xb2\xbf\xee\xe0\xb1\xcd\xd9\x6e\x52\xb4\x17\xf2\x5e\xa4\xa1\x75\xb8\xa9\x80\x99\xa5\xb0\xee\xb8\xcd\x1f\x5c\x62\x18\x8b\xa9\x0b\xd9\x49\x0e\x28\xb4\x87\xe4\x67\x2c\x4c\xdd\x26\xbd\xc0\x86\x6e\xe3\x23\xad\xed\x21\x3b\x31\x0c\xac\xb4\x68\xac\xf1\x96\x44\x9b\x43\x8d\x21\xa9\xf4\x7a\x40\x99\x26\x7e\x83\x7b\x14\x53\x13\xb9\x74\x1e\x4e\xd0\x52\x75\x9c\xc3\x75\x7d\xd4\xd2\x11\xc4\x6a\xf9\xf5\x80\x37\x0b\xf9\x0b\xd4\x81\x90\xc6\xd5\x59\x6b\xdc\xe9\x13\x7d\xa3\x0a\x9f\xfc\x06\x77\x59\x57\x1b\x25\x58\xe5\x42\xe8\x3c\xce\xe0\x1c\xa4\xbe\xfc\x4e\xda\x14\x7d\x6a\x3c\xd1\x85\xbe\x7a\x18\xe8\xc1\x6d\x1a\x05\x32\x75\x3a\xb2\x9a\xca\xe6\x0e\x48\x80\x06\x32\x90\x1d\xc9\x52\xe9\x91\x02\x42\x44\xdd\x51\x91\x46\x37\x67\x94\x8e\xb3\xb7\xba\xac\xa3\x74\x9e\xb5\xb5\xb7\xac\x47\x6e\x8b\xec\x37\xe8\x29\xf7\x0b\xdc\x16\x52\x5e\x71\xa7\x65\xb3\x16\xd4\x79\x4f\xbd\x58\x7b\x4f\xb8\x37\xc2\xef\xe3\x7c\xc0\xcb\xc9\xd0\x51\xc1\xc6\xc1\xe8\x9e\xca\x34\x96\x8a\x3b\xa0\xda\x64\xcc\xf2\xf0\xac\x27\x89\x24\x25\x9f\xf2\xe9\x4b\xc5\x31\xa6\x33\x36\xa6\x14\x8c\x9e\x71\x68\xcd\x58\xc9\x1c\xc1\x78\xcc\x2c\xc1\x2e\x90\x32\x17\xdb\x1d\x90\x3f\x79\x52\xcb\x3f\x34\xdc\x25\x55\x12\x77\x51\xa8\x70\x7a\x5a\x53\xcb\x89\xcd\xb3\x42\x05\x19\x1f\xc7\xea\x25\x23\x08\xaa\x1e\x0b\x05\x9a\xbc\x04\x1d\x09\xfa\xde\x58\xbd\xa0\x76\x49\xf5\x88\x38\x46\xe1\x59\x22\x3f\xdf\x47\xf3\x3a\xd3\x92\x5e\xbf\x2f\x90\x35\xcb\xa9\x45\xb5\xe6\x49\xa2\x7a\x8c\xaa\x4b\x97\x5e\x17\x87\x52\x8f\xcc\xb6\xb7\x25\xdd\x79\x17\x8c\xd3\x2b\x7a\xe5\x09\x7c\xcd\x01\x15\x61\x54\xab\xb6\xf4\xa5\x14\x79\x9b\x21\x07\xa9\x6c\x6e\x13\x06\x75\x00\x17\x92\x5d\x4a\xbd\xad\x11\x05\x64\xc3\x2e\x0b\x7e\x81\x32\x3d\xf9\x05\x64\xf2\x0e\xbf\xb0\xd0\xa0\x59\xf5\xb5\xa9\x84\x17\x84\xdd\x86\x4f\x26\x75\x96\x70\x31\x2f\x40\x61\x41\x47\x97\x7a\xa7\xa3\xc4\xd3\x64\x91\x6c\x27\x2a\x75\x5e\xf6\x69\x17\x42\x1f\xac\x31\xaa\x2f\x06\x39\x9a\xac\xf7\x3e\xe8\xe5\xac\x7e\x03\x07\xbe\x83\x7b\xe8\x84\xf2\x47\xbe\xba\x3e\x50\x76\x52\x6c\xbe\x2f\x8f\x93\x21\xc4\x95\xfd\xd6\x45\x3b\x22\x60\x96\xc8\x7d\x5f\xf0\x68\x65\x50\x30\xa5\xc9\x81\xd1\xf7\xc5\x51\x35\x03\x56\x0c\xb4\xdd\xdd\x59\xd5\xda\x8c\x00\xde\xa3\x22\x03\xac\xb3\x62\xa0\xed\xea\xce\x54\x77\xa9\xc3\x7d\x2a\x32\xa9\x98\xf5\x20\xf5\xa6\x18\xed\x07\x69\xc1\xef\xef\x68\x6b\x61\x0f\x02\x20\x90\x51\x40\x65\xf8\xbc\x57\x87\x2f\x69\xb3\x18\x41\x1e\x4d\xf5\x1c\x99\x96\xee\x54\x87\xce\x44\x1a\x9b\xf6\x9d\xc7\x51\x9d\x26\xd5\x11\x05\x2b\xb2\x23\xfa\x89\xaa\x1d\xe6\xbf\x2c\x72\xed\x98\x7f\x3f\xc9\x9b\xdc\x3e\xc1\x3e\xdd\xe6\xca\x79\x21\x10\x03\x7b\x79\x79\x3b\x0f\x9b\x5a\x09\xe8\xf0\x14\x15\xe3\xf1\x62\x46\xae\x81\x82\xeb\xa8\x78\xf1\xaf\x95\x62\xac\x95\x40\x05\x95\x17\xf9\x5c\x8b\x1a\xb4\xd8\x70\x36\x15\xe9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x4d\xbb\x33\xdb\x3d\xbf\x7a\x3c\xf1\x82\x27\x41\x39\x54\xfd\x00\xd4\x12\x3c\x22\x08\x54\x86\x4f\xbf\x99\x55\xe0\x49\x2c\x0d\xcc\xab\xc9\xa8\x9b\xdd\x24\x1d\x51\xb6\x92\xfc\x02\xd7\x4a\x43\xb0\x64\xa0\x75\x9d\x7e\xd3\x23\x26\x44\x22\x3b\xfd\x45\x90\x28\x8c\xed\xf2\x05\xfd\x26\x8c\x9a\x24\x3c\x4f\xd5\xcc\xeb\x61\x61\x35\xcd\x01\x09\x42\x2f\x11\x30\xb5\xb5\xb4\x99\xba\xe0\x78\x2a\x96\x8c\x48\x0f\xb2\x76\x37\x36\x70\x4f\x6d\xc1\xb1\x2e\xec\xae\x7e\xc0\x75\x93\x17\x66\x6c\x38\xeb\x2c\xea\x1a\x1b\x7b\x1c\x6a\xe3\x90\xb0\xd6\x75\x6c\x64\xaf\x52\xe6\xc6\x46\x72\x14\x96\x07\x3c\x47\xd6\x59\x06\x8e\x75\xea\xea\xcd\x32\x02\x39\x9d\x41\x98\x7a\x53\xea\xf2\x60\x8c\xb0\xee\xa2\x54\x1b\x69\x34\xc1\xbf\x0f\x9c\xbc\xa8\x6a\xef\xb8\xb1\x48\x53\x40\x74\xae\x64\xf7\x7f\xe2\xec\x92\xdb\xa4\x2c\xad\xd2\xe0\x11\x4d\x9f\xaa\x1c\x71\x51\x8e\x66\x1d\x23\x8e\x4e\x6b\x48\xb8\x8a\x86\xe5\xdc\x88\x6b\xc3\xf8\x0b\x90\x52\x76\x97\xe0\xde\xb2\x67\x07\x7d\x47\xe9\xd5\xe5\x80\xa4\x14\x94\x91\xb3\xd2\xac\x51\x13\xda\xfb\x63\xc0\x53\x64\x57\xfc\x58\x8e\x22\x29\x8f\x83\x07\x39\x9d\x4f\x37\x12\x8f\x3e\xa8\xc7\x04\x62\x79\x7d\x40\x2d\xfb\xf5\x02\xfc\x5d\x72\xac\x0e\xc4\x03\x8b\x11\x0d\xc5\x0d\xb7\x5d\xfd\x40\x02\x8d\xb4\x08\x45\x38\x4b\xd8\xd0\x9e\xe1\x52\xeb\xe4\x62\x19\x99\x00\x49\xf8\x0f\x94\x15\xb4\x1b\x68\xe4\x75\x97\xbc\xa6\x00\x5f\x56\x79\xf5\x80\xf0\x52\xf1\xef\xa0\xf6\xe2\x0e\x01\xc2\xab\xfd\x60\xff\x6a\x15\x11\xe4\x2b\xd2\x90\x06\x3c\x57\xf6\xbe\x8c\xe5\xb9\x12\x03\x18\x05\xa7\xde\xc4\xe6\x06\x94\x3c\xc7\x19\x07\xea\x49\x3b\x99\x6e\x50\xc7\x13\xf3\x1f\xb8\xef\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\x43\x42\x62\x61\x83\x4a\xa0\xf3\x21\x46\xa1\xd3\x49\xfe\xc0\x51\x39\x47\x81\xcc\x53\x99\xb6\x10\x06\xd5\x42\xa9\x2e\xa3\x72\x8e\xee\x00\x37\xd2\x48\xb1\x1d\x15\xa2\xa0\xf8\xfb\x8e\xf0\xba\xdf\x07\x13\x2b\x6e\xf3\x08\x90\xfb\xa7\x9d\xd4\xfd\x00\xa2\x41\xaa\xd1\xa8\xb4\x7a\x4d\x39\x15\xd7\x61\x78\x73\xd5\x45\x49\x9a\x53\x5b\xeb\xa4\x37\x70\x48\xd3\xd6\xdf\x40\xe4\xd2\x25\xf5\x06\x6a\x4f\x17\xa9\x2e\xa3\xad\x75\x70\x8f\x0b\x48\xc1\xd0\x68\x32\x98\x14\x90\xfe\xe5\x3a\x66\xa3\x43\x08\x4b\xb9\x19\x1d\x46\xae\x41\x9a\x4a\x66\xb2\x40\x1c\x3c\x72\xe9\x95\xef\x28\xe7\x35\xfc\x3d\x83\xef\x66\xcd\x4b\xe9\x94\x9f\x67\xa0\x5e\x4a\x31\x67\xe6\x19\x4d\x67\x25\x8c\xb1\xf4\x00\xcd\x0a\x15\x53\xaa\x59\xed\x72\xb2\x79\xd0\x81\xa2\x75\x06\x9a\x4e\x37\x07\x4b\xc7\x60\x91\x09\x7f\x30\x99\xb1\x6e\x2f\x2e\x63\x00\x26\xb9\x4d\xc7\x20\x39\x9a\x3e\x51\x14\xc5\xb5\x72\xc6\x8e\x13\xee\x92\xd1\x63\xa7\x95\x2d\x34\x2f\x87\x9a\xf4\xfb\x01\xbd\xd4\x35\xb7\x06\x0b\xf9\x59\xfe\xec\x64\xff\xc3\x3d\xd0\xec\x36\xbd\xed\x4b\x1e\x08\x0d\xac\x8a\xe2\x64\x8c\x81\x52\xd6\x45\x6a\xe0\x38\x96\x3c\x10\xea\x8f\x05\x95\xfa\x3c\x98\x8b\x2c\xbc\x1c\x38\x44\xf0\x6a\xf3\x96\x3c\xf7\xb8\xc8\xc9\x0f\xe6\xe2\xd9\x84\x1d\xcc\xc7\xb2\x0d\x3b\x4e\x46\x56\xcd\x0a\x96\x2a\x3a\xfc\xa0\x02\x6a\xb7\xe9\xfb\xf1\x6a\x22\x89\xdb\xc7\xea\xc7\xb9\x94\x34\x4d\xeb\xa4\xfe\xa3\x59\x2d\x5d\xd4\xbb\x00\xaa\x67\xf0\x07\xab\x36\x9f\x7a\xbc\xe8\x1c\xf0\x34\x50\xae\xda\x35\x44\x06\x34\x4f\xd7\xc6\x1c\x54\x0b\xab\x7f\xe7\xde\x37\x4b\x5e\x5e\xbb\xfe\xa3\x30\xd1\x60\x59\xbe\x17\xb3\xc2\x89\x46\xe7\x22\x0e\x38\xe1\x6c\xf6\xf0\x42\xea\x66\x07\xee\xb8\xc9\x19\x34\x63\x54\xd9\x6b\xa6\xa6\xa9\x22\x26\x7b\x6b\x07\x12\xb5\xd2\xf0\x2a\xdc\x04\xf8\xf5\x06\xb9\x95\x6c\xe2\xc1\x78\xa4\xa3\xc7\x83\x85\xf6\x9c\x2a\x32\x58\x61\xc4\xa9\x22\x03\xb9\x5d\x0e\xea\x0c\x96\xca\x73\x06\xcc\x60\x6e\x97\xa3\xc7\x03\x7e\x3c\x1f\x54\x1e\xc8\xdd\xf2\x49\xfb\x7d\xdb\xd8\x43\xd4\x83\x80\x95\xc9\x6a\x27\xe4\x64\xfb\x03\xaa\x40\xc5\x2f\x80\xcf\x37\xbf\x40\xd5\x51\x82\x64\x5f\xaa\xe3\xf0\x83\x9b\x63\x7e\x80\xda\x71\x59\x89\xee\x14\x2c\x3b\xef\xe3\x73\x2a\xc6\x1e\x16\xd1\x77\x3d\x58\xeb\x55\xf5\x00\x66\x6a\xf7\x17\x10\xa0\xcd\x1f\x1c\x3c\x62\x17\xf4\x00\x14\xd7\xdc\xc1\x02\xca\x40\x40\xa9\x37\x22\x10\x6a\xb4\x92\xb0\xaf\x38\xa2\x24\xea\x1e\xd7\x6a\xf9\x01\xb4\x00\x11\xf9\xbe\x9c\x72\xa2\x91\x9d\xda\xa1\xd3\x26\x70\xc9\x79\x73\x31\xe1\x9d\x91\x45\xa7\x28\xec\x71\xe1\xd2\x0f\x40\xe9\xd2\xd3\xf7\xb4\xd6\x73\xe8\x01\x4e\xd6\x1a\x6c\xc4\x09\x9d\x4c\xb4\xd3\x89\xa6\x9d\xba\xe3\x68\x9e\x43\x51\x7b\x66\x62\x8d\x64\xe6\x9e\x09\xb4\x48\x6c\x47\xcd\x0b\x6b\x63\x7b\xe6\x4d\x72\xa2\xb9\x9d\x3e\x33\xe7\x51\xec\x3c\x5a\x67\x2f\xc8\x5e\x70\x9c\x4f\xe2\x64\xa7\x3a\xe3\x8c\x83\x9d\xca\x89\x97\xb7\x2e\xe4\x6b\x1a\x95\x26\xd0\xf0\x03\xd4\x68\xf4\x3c\x2a\x43\x6a\xd1\x2f\x80\x42\xba\x87\x00\x41\x74\x7f\x40\x16\x24\xe5\x60\x5f\x41\x39\x77\xc9\x0a\x0d\xf6\xf5\xef\xd4\x16\x1c\xd1\xdc\x1b\x6d\x76\x53\x5d\x7b\x40\xa6\x42\x4d\xa7\xef\x4d\x02\x62\x67\x91\x5f\x3b\xa4\xf7\xb1\x90\x27\xfc\xa3\x28\xaf\x1d\xd4\x3b\xd3\xaa\x1d\x28\xda\xe9\x52\x72\x58\x66\x67\x84\xcc\x71\x9b\x7d\x70\xea\x02\x73\x90\x99\x69\x45\x11\x30\x6b\xf6\x69\xef\x63\xcd\x43\x0f\x10\x0f\x6b\xf6\x48\xef\x3b\xc9\x44\x36\xec\xbe\x93\x0d\xc8\x7f\xb1\xd3\xed\x63\xbf\xe3\xce\xe4\x64\xe7\x99\xec\x3c\x83\x65\xc3\x7d\x3f\x78\x0e\xdd\xfb\xe3\x58\xec\xcd\x9d\xae\x25\xd0\xe4\x29\x60\x9d\x05\xba\x1f\x5c\x56\x77\x01\xcd\xc4\x5b\x0c\x87\xae\x4a\x77\x07\x3c\x62\xec\x0d\x84\xa2\x05\x76\x94\xef\x48\x2b\x2a\x92\x14\xfb\xb9\x96\x30\xfe\x44\x32\xed\x2c\x53\x66\xb3\x77\xa7\x63\xc8\x1e\xb9\x9d\xd2\xd9\x1b\xf4\x84\x9d\xdb\xdd\x46\xa5\x6a\xef\x15\x96\x2c\xb0\xfb\x6c\xc7\x5d\x66\xd5\xdc\x15\x21\x33\xa7\xb5\xec\xf4\xe1\x0c\xff\x4e\x1c\x4a\x58\xee\x17\x97\x5f\x82\x69\xe7\xdd\xbc\x4e\x44\xd9\xe1\x73\x71\xcd\x82\x9d\x41\x2f\x13\xd0\x2a\x20\x60\x1e\x71\x13\x06\xc1\x88\x22\xb6\xc5\x22\x81\x67\xb6\x5c\x44\x66\xa7\xf8\xb4\x93\x6f\x67\xc8\xcb\xde\xd8\xfd\x59\x63\xe8\x13\x26\x3e\xbb\x28\xcc\x8e\xfc\x9c\x60\xaf\xc6\xb1\xad\x79\x34\x3d\x08\x7c\xa3\xea\x41\x67\xa7\x7e\x80\x5b\x31\x64\x9b\x1e\x88\x17\x39\x24\x7e\x6c\x20\x2f\xb1\x9d\x03\xe9\x2f\x55\xdb\xf7\xa0\xa0\xb2\x5f\xef\x08\x74\x36\x49\xb3\x38\x20\x99\x46\x7a\xbd\x71\xf1\x81\xde\x88\x4b\x51\xd0\x20\xc8\x69\x29\xaf\x17\xc8\x4f\xab\x5f\xd8\x01\x45\x56\x1b\x6e\xe1\xea\x36\x79\x9b\x6c\x86\x83\xd1\x1e\xc9\xec\x03\x4e\x83\x2a\x06\x70\xa4\xcc\x69\x68\xc8\xc4\x79\xfa\x03\xee\xcc\xe8\x1e\x6f\xbc\x20\x44\x66\x52\xa5\x40\xcc\xb4\x3f\x45\xc7\x07\x2e\x92\xaa\xda\xeb\x07\x8e\x30\xf9\xc2\x8b\x23\xaf\x9d\xed\x17\x16\x99\xaa\x4b\x16\xf3\xf7\x17\xd3\x8c\xcf\x55\x74\x7d\x14\x32\x2d\xc3\xc8\xe4\x5d\xe9\x00\x07\xcc\xf6\x2a\xba\x3f\x70\xe9\xaa\x03\x98\x07\xae\xed\xf7\x91\x82\x03\xe7\x95\x7a\x76\x7f\xb8\xdb\xd6\xc4\x53\x68\x1b\x0a\xe2\x25\xd6\xa2\x3b\xc0\x91\x29\x23\x89\x95\x91\x8c\xf6\xba\x6a\xc8\xab\x4d\x00\xb5\x8e\x4c\x15\xae\x7e\x9f\xe4\x2b\xee\x77\xc0\x08\xd7\x8d\xfa\xe5\x80\xd1\xdd\xb3\x7f\x5f\x10\x09\x87\x4c\x56\xb1\x23\xfb\x40\xe4\xc6\xd7\x31\x1d\x38\x3d\x6e\xdf\xe6\x81\xa2\xa5\xf6\x2c\x1e\x8d\x20\x6a\x8a\xc8\x05\xf6\xcd\xe2\xe5\x80\xcd\x5d\xbd\x6a\x0d\xb4\x6a\x90\x57\x64\xa7\x19\x02\x9e\x7a\x91\x3b\xf4\x40\xb6\x70\x35\x88\x9d\x92\x45\x2c\xf4\xc0\xf9\xa9\xf4\x5a\x18\x9c\x9f\xaa\xaf\x17\x48\xce\xd1\x5d\xc2\xdc\x14\x8f\x3c\x78\x87\x94\xed\xd1\x03\xf9\xc5\xae\x2f\x70\x74\x9c\xd3\x7f\xb5\x71\x6b\x99\x34\x9a\xa3\xd3\xa6\x6a\x7e\xe1\x80\xcf\x49\x78\x42\x2a\xcc\x8b\xd1\xf0\x7e\xd5\x66\x10\xb9\x32\xd2\x0c\x0e\x9e\xb8\x12\xcf\x3d\x68\xc4\x77\x05\x60\x0f\xe6\xce\xe4\xf4\xa3\x12\x0c\xc7\xb4\xf9\x93\xef\x34\x39\x06\x6f\x8a\x33\x2b\x44\x20\xca\x19\x02\xc7\x60\x9d\x49\xb7\x51\xe2\xc5\x9c\x71\x20\x2e\xf9\x82\x0f\xe5\xdd\xbc\x59\xa0\x54\xbc\xd6\x7d\xe0\xce\x2d\x59\xf8\x07\x92\x72\x9c\x47\x75\x40\xc5\xa8\xd2\x6c\x8f\x9d\xa5\xda\xf4\xfe\x9e\xf1\xbe\x56\x08\x95\xff\xbb\x57\x00\x45\x9d\xaa\x97\x98\x87\xa9\x1c\xab\x38\xe8\x21\x70\x40\xf0\x80\x87\xc0\xf9\xdb\xc7\x4e\xc9\x2a\x3f\xfb\x41\x07\x81\x59\xd4\x3a\x34\xae\x0f\x0e\x3a\x2e\xb5\x22\x28\xc9\xe4\x38\xea\x81\xd3\x57\xe9\xd5\xa6\x5b\xc5\xb4\x8f\x48\x97\x4b\x92\x1e\x07\x2f\x71\x36\x00\xb4\x07\xbc\x7f\x0f\xea\xda\xd9\x5d\xe2\x86\x44\xa9\x3b\x07\xeb\xac\xca\x03\x76\xd0\x9f\xe0\x58\xc7\x81\x58\xd7\x8b\x6f\x9f\xdc\x2a\x5a\x06\xa8\x37\x8e\x7d\x1c\xa8\xbb\x6a\x4b\xfa\x98\x0a\x4d\x6a\xd2\xd9\x0e\x9c\xf6\xaa\xc6\x32\x2e\x06\xa8\x66\x79\xa8\xfb\xef\x78\xce\x71\x72\x15\xbc\xce\xbc\x1b\xcb\x9a\xfb\xb1\x14\x1c\x39\xdd\x0f\x2a\x38\x7e\x01\xde\x06\xeb\x80\x07\x8e\x7e\xd9\xbd\x7b\x20\xa9\xa8\x9a\xc7\x5d\x24\x75\xc3\x70\xad\x75\xd0\xa4\x70\x37\x96\x73\x1b\x0e\x9c\x0d\x7b\x49\x3f\x44\xad\xec\x50\x3e\x10\xb4\x72\x2d\x9e\x83\x57\x63\xc9\x3a\x39\x58\xa1\xc9\x35\xca\x8e\x9b\x4a\xa5\xdb\x90\xb7\x5e\x26\x84\xac\xaa\x21\x44\xc8\xca\xc5\x81\x0e\xe8\x53\x4e\x25\x3e\x6e\x54\xf9\x93\x65\x79\xdc\xfd\xfb\xab\xf8\x9c\xcb\x81\x94\xa2\xf2\x1a\x0f\x6a\x8c\xa2\xe7\x07\x22\x5c\x9b\x43\xa4\xc7\xd4\xbf\xd2\x4b\x34\xde\x6b\x11\x84\x82\x87\x8b\xa0\x11\x79\x0a\xde\x41\xab\x03\xe5\x52\xed\xf2\x39\x96\x33\x23\xfb\x01\x2a\xf8\x5a\x49\x79\x38\x27\x8f\xd0\xe1\x33\x12\x0e\x50\x2c\x35\xbe\xbe\xbf\x38\xa2\x90\x82\x0c\x24\xdf\x8f\x78\xc0\xd7\xe1\x1c\xbc\x13\xc5\x51\xed\x91\x3e\x51\x82\xc9\xd5\x83\x4e\xb8\x3a\x5a\xd1\x9c\xce\x0d\x2c\x66\xb8\x8d\x55\x90\x58\x39\x11\x66\xf3\x89\x82\x73\xe3\xd5\x95\x45\x6d\x06\x77\xa2\xda\x07\xe2\x88\x1e\x90\xbb\xb7\xb8\xc3\x0b\x03\xb8\xc3\x1b\x19\x52\x41\x6d\xdc\x54\x25\x0e\x75\x22\x5d\xdb\xae\x96\x73\xd5\x60\xd2\xba\x9e\x48\xd7\x36\x13\x3d\x11\x95\xcb\xba\xb2\xb7\x9c\x53\x5f\x8d\x6d\x73\x0f\xf4\x28\xc9\xdc\x39\xa1\xaf\x26\x8b\x99\x13\x71\x38\xbb\x3d\x4e\xdc\xd1\x3a\xb9\xe8\x0f\xa4\xce\xb9\x62\x70\x62\x99\x67\x04\x19\x69\x6f\x9f\x11\x1b\x41\xd1\xaa\x73\x79\x59\x9a\x1f\xc0\x5f\x2e\x7e\x75\x46\x4a\x6a\xed\xc5\x13\xb7\xb0\xfa\x5a\xd7\x93\xe9\xda\x8e\x96\x9e\x2c\x22\x60\xd9\x7d\xb2\x88\x80\x33\x9b\x4f\xe6\x6f\x3b\x53\xf9\xa4\xdb\xe5\xd5\xa6\x70\xf6\xca\x27\x5a\x16\x92\x7e\x27\xa2\x70\xb6\xd2\x4f\xd6\x19\x78\x2d\x1d\xaf\x6a\x7d\xad\x1d\xeb\x0a\x38\xb9\xf9\x4c\x2c\x0e\xac\x89\xa1\x8e\x80\x03\x79\x67\x42\x41\x2f\x63\x06\x55\x04\x6c\xd5\x9f\x53\x03\x4f\x36\x34\x4e\x16\x4b\x95\x30\x39\xf3\xba\x56\x4a\x6d\x6a\x76\xc2\x6c\xe6\xd5\x56\x9a\x23\x6a\xa1\x3a\x03\xec\x44\xed\x53\xdd\xcd\x5f\x4e\x64\x94\xfb\x74\xff\x89\xd3\x78\xce\xb5\x3e\x51\x30\xc0\x05\xc8\x4e\x44\xe5\x1c\xa5\x3b\x91\x4f\x5e\x8d\x10\x44\xe5\x2c\x8e\xcf\xa9\xce\xb7\x2a\x23\xf4\x2c\xa0\x6d\xaf\x41\x81\x46\x63\xd2\x5e\x41\x35\x03\x50\x28\x3d\x4d\xba\xe5\xc0\xe1\x4a\xb7\xd7\xba\x0b\x44\x28\xec\x3d\xb9\x4b\x6a\xc7\xe6\x00\x75\x43\x6e\x95\x60\x44\xbd\x01\xa7\x72\x9e\x15\x87\x1a\x65\x6b\x9f\xcb\x6f\x25\xeb\xfe\x44\x06\x7b\x33\xdd\xe0\x9a\x82\xf1\x1a\x80\xe6\x62\xf7\x83\x13\xb3\x16\x95\x30\xd5\xca\x0e\xbb\xb3\x12\xad\xee\x11\xcb\x6e\xb2\x69\x34\xa4\xcd\x64\x98\x7d\x6e\xea\x47\x79\x27\x5d\x24\x5e\x4e\xa4\x5e\xb9\x8a\xe8\x09\xb7\x57\xed\x5e\xe8\xe5\xf6\x32\x63\x5d\x2a\x7c\xf7\x27\x14\xf2\xee\xb3\x93\xcd\xb8\x53\x9e\xd7\x73\x98\xf8\xec\xf4\x4a\x88\xdd\x9f\xa8\xb7\xe4\x2b\x39\xcf\xce\xdc\x61\xa3\x6a\xe0\x78\xae\xb9\x2b\xee\x0d\xa8\xf2\x48\x9d\x83\x5b\xd0\x3d\xe0\x40\x9f\x4f\xcb\x9f\x63\x41\xe9\x2f\xd6\x10\x82\x92\xe5\x93\x2c\x47\x4f\xde\xe8\x6f\x76\xb6\xfc\x62\x26\x88\x9d\x5a\xba\x65\x00\x6b\xfb\x9b\x1b\xed\x74\x10\x98\xec\x77\xde\xb6\xa6\x79\x23\xe1\xca\x91\x88\x73\x27\xfa\xbd\x7e\x3b\x63\x6f\x5a\x60\x44\xc2\x9a\xa7\xc5\x2b\xad\x1c\xa9\x3d\x8f\x00\x39\xa9\x0f\x8e\x85\x18\x7d\x41\xbd\xd6\x78\xe0\x1d\x57\x76\xcc\x9d\xcb\x31\x67\x22\x3b\x48\x33\x6e\x43\x0b\x94\x7f\xe1\x84\xe3\xae\xbc\x7a\x64\x5c\x4c\x93\x3c\x38\x07\x83\xc8\xc5\xf6\xef\x20\x6a\xd9\x84\x27\xd2\xad\xaa\x9c\x07\x27\xb5\xce\x9f\x95\x59\x38\x59\x80\xc0\x61\xdf\xf3\xa4\x00\x30\x2b\xe3\xf5\xab\xdd\x72\x73\x05\xb4\xa4\x06\x9f\xd7\x22\x60\x21\x11\x99\x4f\xbe\x1d\xfc\xbc\xd6\xbe\x14\x88\x48\x2b\x77\xd9\xc0\x93\xb7\xa5\x4a\xe3\x3a\xef\x65\x28\xab\x07\x1c\x81\x73\x9e\xc4\x79\x73\x04\x2d\xc2\x0d\xc3\xd9\x9c\x01\x85\x8b\xaa\x59\xc9\x4d\x21\x65\xa4\xde\x28\xe4\x6f\x4a\x9b\x2a\x5c\x7a\x31\x58\x5e\xe3\xe4\x20\xed\xf9\xe0\x38\x8d\x77\xd8\xd4\xd0\x92\xef\xfa\x3e\x91\x97\x54\xcd\x39\x9e\x03\x39\x98\x82\xe0\x21\x44\x1f\x1c\x5d\x1b\x1d\x59\xe2\xa7\xd7\x46\x4d\x5c\x74\x71\xf1\x26\xa5\xe0\x2f\x40\x17\xc2\xc1\xb5\xd1\x17\x90\xfd\xc2\x4a\x7c\xf8\xb4\x59\x15\xa0\x88\x96\x2f\xc4\x96\xaa\x0c\xa2\x6b\xc5\x96\x44\x9a\x17\xca\x06\xd4\xee\x1e\x40\x5a\xa2\x85\x6b\xe5\x29\x15\xb5\x41\x6a\xa2\x84\x0b\x79\x4b\xbe\xd4\xf2\x42\x3e\xb8\x6f\xea\xbd\x10\x89\xaa\xc3\xe3\x71\x4a\x9a\x41\xe0\xf6\xac\x7e\x00\x39\x28\x2b\xf2\x8a\x6b\x4a\x9a\x02\x75\x24\x79\x84\x2f\xde\x4f\x6a\x57\xda\xb5\xd2\x94\x5e\x5d\xf0\xcc\x81\x07\x8d\x38\xc9\x91\xfd\x05\x33\x66\xfc\x3b\xc3\x10\xda\xf1\x57\xa2\x7a\xaf\x1d\x7e\xc1\x23\x38\x7c\x58\xe8\x4a\x6b\x57\x09\xac\xb4\x76\x80\x96\x82\x99\x3f\xf6\xec\x5c\xb8\x4b\xde\xa6\xdf\x95\x29\x1d\xbd\x58\x79\xc1\xad\x51\x79\x83\xa8\xb3\xc0\xae\x15\x8d\x92\x96\x72\xb1\x6e\x91\x8f\xc1\x5c\x48\xfa\x76\x41\xf4\x0b\x75\x8c\x2c\x92\x2f\xaa\x21\x72\x45\x5f\x53\xed\x48\xc3\x34\x5a\x68\x31\x37\xbf\x00\xf4\xcb\x97\x7d\x31\x19\x28\xfb\x03\x6a\x76\xcd\x2f\x50\x11\x49\xee\x01\x20\x68\x9f\x5d\x95\xc8\xf5\x02\xd6\x45\xa4\x9a\x37\x2b\x49\x5a\x6f\xb8\x50\x17\xd2\x6e\xb7\xab\x52\x5c\x1a\xb7\xd4\x13\x86\x5f\x40\xc6\x90\x14\xed\x0b\xc9\x33\x9b\x51\xbd\xd4\x02\x43\x4d\xc7\x9e\x36\xf3\x45\xb5\x40\x9e\xee\x8b\xd5\xc6\x7d\x88\xea\x62\x9d\x23\x73\xd1\x6b\xd5\x35\x92\x4c\xbf\x50\x7f\xdc\x2c\xef\xe2\x79\x32\x1f\xb3\xba\x50\xc6\xd1\x19\xd8\x17\xea\x18\xb9\x00\xce\xb5\xb4\x84\xe6\x0f\xa8\xd2\x79\x37\xa2\x70\x91\xef\xd5\xbd\xa8\x35\x18\x6f\x28\xba\xe8\xe2\xf5\xd7\x20\x63\xf7\xf6\x5c\xe1\x34\x2f\xce\xe0\x66\xf2\x86\x66\xb6\xcc\x6b\x77\x0d\x8a\xf0\xd7\x20\x54\xda\xc6\x8f\x42\x42\x17\xef\x71\x7f\x6d\x4e\x24\xcf\xd8\x2e\xbd\xc6\x42\xac\x66\xbd\xd3\xda\x30\x0d\xef\x44\xac\xdb\x8c\x49\x49\x89\xb8\x76\xee\x1b\x29\xf7\xd7\xbe\x06\x15\x22\xa6\xd6\x90\x6d\x08\x5e\xc8\xda\xf6\xa5\x1a\xd7\x41\xfa\x90\xb8\xb9\x10\xbe\x2b\x0e\x98\x5f\xac\x48\xee\x40\xf0\x75\x70\xf5\x04\x04\xf2\xb4\x37\x79\xaf\x2f\x08\xf9\x16\xdc\x23\xe7\xad\x69\x9e\x6b\x29\xd4\xc1\x49\x3f\x8d\xb9\x3d\x9c\x4b\x4d\xf6\xf1\x75\x32\x59\xaa\xf8\x01\xbc\xac\x96\x06\xb8\xc1\xa7\xc9\xa6\xba\x4e\xca\x48\x2f\xff\x05\x7f\x99\x49\x96\x85\x86\xec\xff\xba\x2e\xa0\xda\x93\x40\x4e\x75\x0b\xfe\xbd\xa2\x2d\xac\xf0\x80\x9a\xd5\xd2\xeb\xe2\xb1\x3c\xf3\x8f\x8b\xe1\x59\x13\x18\x6e\xa5\xf4\xdd\x47\x17\xbc\x4d\xaf\xa5\xb8\x58\xb4\x5c\x68\x59\xe1\x39\xb3\x30\x84\xe7\x1c\x6f\xbf\x90\x11\x9d\x5c\xa1\xf0\xc2\xf1\x7b\x5f\x0d\x7e\xdd\x6b\xe9\x34\x04\x02\x78\xc3\x14\x7d\xb3\x5a\xa0\xd0\xc2\x33\x6b\x26\x06\xe8\x2a\xd6\x7e\x2e\x16\x32\x72\xd8\xf5\xba\x39\x27\xb7\x91\x82\x6f\x08\xd6\x1d\xeb\x1a\xe0\x21\x9a\xdd\x46\x91\x5a\xcf\x60\xea\x2a\xc9\x9e\xd3\x0b\x77\xef\xf8\x6c\xd9\xf5\xb4\x69\x78\x79\x02\xcf\xc2\xba\x66\xf8\x2c\xa6\xec\x37\xe8\xe3\xf3\x08\x17\xf2\x15\x05\xf1\xc3\x42\x2e\x86\x88\x35\x93\xb5\x8e\xf7\x8a\x2e\x8a\xe5\xde\xf0\x2f\xf9\x7c\xdb\x8d\xf3\xff\x4e\xe3\xbe\x71\x8d\xa4\xf3\x24\xee\x8d\x3a\xa5\x54\x89\x1b\xda\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x34\x58\xc4\x07\x6e\x28\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xc8\xad\x1e\x50\x03\xe9\x75\xfe\xed\x86\xf6\xd2\x64\x44\xdf\xd0\x5e\x9c\xd9\x7a\x07\x82\xa4\x49\x4f\xed\x25\x6d\xc2\xf3\xbd\x2a\x74\x8b\x98\x6f\x9e\xd0\x37\xb9\xdf\xb8\xbb\xc6\x11\xd2\x9b\xd7\x40\xfa\x20\xec\x1d\x91\x7d\x16\xfc\xc2\x9c\xa5\x6d\x89\x1b\x29\xd1\xaf\x13\x77\x37\x0a\x6c\xfb\xea\xbf\x1b\xce\x18\x07\xbc\x6f\x5e\x65\xe3\x73\xaf\x77\xc2\x2d\x8c\x9b\x5f\x28\x7c\x41\x3d\x26\x5c\x00\x21\x6a\xba\x13\x62\x15\xdd\x23\xd0\x47\xed\x95\x42\x74\xd3\xbe\x94\x1b\xc1\xcc\x26\xd7\xc3\x8d\x7b\x1e\x9b\x7c\x3b\x77\xc6\x85\xd6\x06\x39\x83\x55\x4a\x96\xde\x3c\xca\xe6\x20\xfd\xbd\xa2\x9f\xda\xe3\x77\x86\x95\x67\xda\x80\x1a\xe3\xb3\xb7\x37\xee\x79\x6c\x3f\xcb\x4a\xb8\xe1\x3a\x71\x71\x80\xbb\x50\x2f\xf7\x68\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\x8c\x62\x67\x3f\xa0\x6f\xd3\xa4\x57\x58\xeb\x46\xfe\x9e\x1b\xe5\xb3\x9b\xb7\xc3\xd4\x82\x92\x53\x6d\x6f\xe4\xfc\x34\xa9\x8f\x77\xc5\xf6\x71\x87\x95\x33\x14\x8c\x75\x11\x92\x3f\xa0\xa3\x4f\x3a\xcf\xdd\x16\x2d\x6a\x99\x70\x03\xe3\x6b\x9d\x1b\x87\x70\x1b\x5c\xc6\xb4\xda\x28\x80\x64\x7e\xdc\xb8\xc5\xc5\x41\xb0\x1b\x09\xc4\x8e\x30\xdf\x08\x6e\xba\x50\xe3\x8d\x53\xfa\x63\xf3\xef\x38\xb4\xd0\xdd\xdf\x85\x20\x96\xdf\xbf\xb1\xe3\xfd\x3b\x70\x66\x4a\xee\x0c\x2c\x48\x1f\xbe\xa7\xce\x95\xb6\xcd\x6d\xa8\x58\x12\x5f\x37\x2a\x2b\x39\x9b\xeb\x9e\x1a\x56\x72\x38\xe8\xee\xf4\xee\x0a\xc9\x7d\xad\xab\x1f\x40\x62\x3a\xe9\xe9\xee\xf0\x49\x7b\x99\x10\x58\xdc\x24\x1a\xee\x51\x91\xd3\x26\x14\x0d\xe4\xc2\x9b\x47\x51\x59\xda\xdc\x21\x2f\x80\xe9\xee\x90\x11\x23\xb5\x71\x58\xdf\xd7\xd1\xdf\x7b\x24\x44\x42\x0a\x22\x83\xaf\xfb\x77\xef\x1d\xee\x0a\x67\x6d\xdc\x3b\x0c\x59\x59\xc2\x37\xb2\x8b\x37\x93\xd6\xbe\xc8\x5b\x78\x87\xd3\xe5\x75\x74\xf4\xde\x79\x17\xad\x16\x8a\xd1\xc5\x17\x5b\xdb\xc1\x18\xa5\x0c\xdd\x70\xba\x84\xd7\x8e\x59\xc9\xc4\x12\xe3\x37\x9c\x2a\x0e\x1a\xdd\x07\xa2\x0b\x66\xb5\x8c\x16\x9a\xfb\x1f\x1d\xb4\xe3\xf7\x07\x41\xd0\xb4\x0f\x1a\x60\x52\xfa\x6e\x5c\xaa\x68\x3b\xe4\x46\xa9\xc6\xe6\x54\xa1\x1b\x15\x90\x9a\x37\x0c\xf4\xab\xcd\xdb\xfe\x84\x06\x57\xdc\x86\xcc\x74\xaa\xf9\x8d\x53\x6c\xc1\x07\x3b\xef\x73\x91\x8b\xbb\x24\x05\x0b\x91\x17\x57\x53\x98\x66\x2a\xb1\xf3\xad\x6e\xba\x5e\x9c\x8d\x74\x5f\x2b\xf7\x4f\x6d\x68\x5c\xa6\xd0\x6b\xe1\x41\x30\x5c\x0b\x28\x8f\x01\x2d\xd0\x78\xb9\x16\x90\x06\xea\x99\x34\xeb\x6d\x87\x1a\xd5\x76\x70\xde\x37\xe4\xac\x3c\x27\x37\xc2\x77\x3e\xeb\x7c\x23\x1f\xca\x3e\xbc\x9b\x37\x1c\x3a\x44\x79\xe3\x84\xd9\xeb\x4a\xe8\xfb\x86\x2e\xec\x7d\x89\xf0\x9a\x6f\x84\xb8\x1f\x8e\xa8\x0e\x10\x5d\x73\xd1\xfe\xfb\x01\x33\x94\x3f\xf5\x46\x32\x94\xa3\xe9\x37\x8f\x98\x99\x51\x3d\x58\xe9\xea\x36\xcf\xb6\x7a\x0a\x28\x08\xd0\x9b\x5f\x80\x37\xdf\xe1\x80\xfb\x41\xa1\x05\x4f\x89\xe1\x38\x67\xfc\xdc\x28\x1b\xd9\xea\x8f\x7c\x72\xf7\xc3\xe0\xc4\xa7\xf7\x67\xa3\x07\x4e\x28\x7e\x10\xbc\x73\x5c\xf9\xd9\x18\xea\xd2\x1e\x7e\x36\x60\xa4\xfa\x03\x5c\x61\x2a\x71\xf3\xf0\x4c\x9c\xd3\xdc\x1e\x94\x5b\x7a\x9d\x29\x7e\x98\xfc\xe5\x14\xa4\x07\xa9\xcd\x8e\x6d\x3f\xb8\x62\xc5\x6c\xe4\xa1\x7e\x26\x9f\xc8\x83\x64\xb0\x6d\xf8\xf7\x49\x67\xce\xf6\x7f\x58\x31\xdb\x39\x6c\x0f\xe2\x79\x2e\x17\xf6\xa0\x62\xb6\xcb\x36\x3c\xd4\xe7\xe4\x52\x79\x98\x07\xed\x39\x07\xd4\x01\xd8\xfc\x3d\xd2\xdc\xa5\xf8\x3f\xc8\x46\x73\xc1\xb2\x07\x37\x25\xda\xc6\x7f\x02\xc5\x97\x00\x5c\x17\x25\x6a\xaf\x3d\x28\x66\x30\x8a\x07\xb8\x89\x22\x43\xf4\x80\xae\x34\xa3\x18\x60\x3f\xe9\xf7\xb8\x76\xaf\x86\x88\x74\x88\x17\x3f\x20\xb7\xf6\x32\xe0\x22\x71\x07\x1c\x1f\x16\x37\x10\x67\x7d\x56\x55\x70\x4d\x2a\x92\x59\x4b\x53\x7f\x70\x63\x8b\x0f\xa7\x3c\x11\xdb\xbd\x79\x00\x6e\xf7\xe0\x11\xc0\x93\xe4\x6d\x79\x98\x44\xfd\x02\x9a\xd1\x3c\x69\xc1\x4f\xc2\x69\x15\x31\x90\x27\x31\x94\xad\x59\x23\x96\xf7\x3a\xc5\xfa\xe0\x8c\x9d\x0d\xf4\x07\x67\xec\x5a\x73\x1b\xa7\x81\xad\xce\x3d\xa8\xb9\xf9\x3a\xc4\xfc\x20\xda\x67\xa7\xc3\x93\xe8\x09\x15\xc7\x78\x50\x33\x7c\x64\x0f\xc9\x1c\x04\xa3\x05\xf1\xbe\xd7\x39\xea\x07\x01\x3f\x1f\x63\x7d\xf2\x5a\x09\x75\x91\x71\x8b\xbc\xc9\x87\x35\xa4\x9c\x51\xf7\x64\x4e\x43\x40\xc1\xf9\x66\xcf\xc5\x03\x5f\x9b\x0f\x54\x3e\x79\x49\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\x4c\x11\xe6\x4b\xe5\x1f\x5e\x77\xe8\xb4\x9f\x67\x69\xa6\xb2\x60\x9e\x02\x6a\xe8\x6e\x93\xf5\x1a\xb3\xf0\xc6\xb5\x6a\x18\x40\x2e\xf2\xc7\x3e\x95\xd4\x60\xbc\xa1\x2c\x95\x93\xb8\x1f\xdc\xfb\xe2\x23\xfb\x0f\x82\x7c\xcd\x79\x84\x0f\xd2\xf8\x5e\x07\xaf\x1f\x9e\xa5\x1b\xc3\x63\xc0\x14\xec\xfe\x02\xfe\xd9\xe2\x36\xef\x5d\xd0\x2c\x51\x96\xca\xa6\xe6\x83\x02\x0c\x9b\x17\xa6\x42\x67\xf2\xda\x57\xcc\xc9\x68\xe3\xd1\xb9\x17\x9e\xa1\x1a\x3b\x40\xf7\x34\x5e\x21\x26\x00\xa1\x29\x37\x5f\xef\xff\xc0\x3d\xd8\x4c\x8f\xb8\x04\xc6\x22\xf3\x61\x05\x07\xa7\xd8\x3d\x0d\xb9\x4c\xb2\x9f\x9f\xb6\xf3\x05\xf7\x00\x0a\xcf\xfe\x60\x51\xb8\x16\xaa\x91\xf9\x98\x7d\x52\x1b\x96\x06\xf4\x40\x1b\xf6\x81\x9a\x07\x05\xad\x6a\xde\x7e\x22\x81\x1e\x3a\x27\x65\x7e\x3c\x9d\x13\x14\x0a\x91\x33\xd8\xcd\x13\x98\x32\x68\xde\x4d\x5f\xa5\x2c\xb6\x07\xb5\xb1\x7c\x96\xe3\xe1\x5d\x8a\x2f\x84\xa0\x22\x69\xb3\xb4\x80\xeb\x72\x78\xcd\x79\x31\xba\xf4\x9c\x07\x19\x82\xc1\x19\x7a\x0f\x22\xa0\xcd\xe9\xa0\x0f\xce\x0a\x38\x6d\xe9\x41\x04\xd4\xaa\xf7\x83\xa3\x03\x21\xbb\x9d\x70\x3d\xaa\x3a\xe4\xc9\x01\xa7\xc8\x3d\xd0\xd5\x7d\x4d\xda\x83\x1c\xc0\xe4\x5c\x8a\x07\x05\xd9\xdb\xf0\x88\x27\x27\xe9\x07\x0b\x68\x7f\x81\x1d\x2f\x77\xc0\x43\x6d\xde\x94\x8c\x88\xaa\x2b\x43\x3e\xfb\x22\x3c\xf5\xb8\xaf\xcd\xe4\x2f\x28\xc7\x8d\x97\x9d\x98\xd7\x90\xfb\x80\xb1\xed\xdf\x61\xe3\x6c\xee\x91\x1c\x41\xd6\xfb\xb3\x33\x0f\xc0\x72\x76\xc7\xf6\x19\x7e\x81\xa9\x15\x6e\x3f\x04\x41\x43\xa2\x84\x85\xd3\x45\x9f\x03\x82\xda\x94\x09\x5d\x3f\xb9\xb0\xc2\x73\x70\xc3\x6b\x69\x8e\xc5\xc6\x34\x04\x52\x01\x83\xd7\x1a\xce\x53\xdf\x50\xfc\x4c\x65\xbf\x39\xec\xff\xc0\x79\xea\x40\xf4\x73\x12\x6d\x72\x10\x3c\x48\xe4\xb3\xd7\xf9\x39\x17\x73\xf7\x03\xee\x60\x45\x42\x1e\xd6\x43\x75\xde\xdc\x03\xf5\xbf\x39\x0a\xf1\xd0\xdd\xea\x3d\x83\xeb\x16\x9d\x0e\xf1\x40\x55\xf7\xc5\xaf\x0f\xa2\xa8\xae\x13\xfa\xe0\xe4\x41\x7a\xb5\x2f\xbc\x2f\x90\x2e\xe4\x1a\x49\x49\x7d\xa0\x97\xdb\xba\x7d\x10\x53\x7d\x55\x62\x78\x58\x0b\xc2\xd9\xc5\x0f\x12\xeb\x7c\x49\xdd\x73\xaf\x49\x6a\xa5\xee\x35\x49\xbf\x41\x2f\x82\x59\x21\x2a\x91\xfa\x94\xde\xc3\xab\xc5\x4b\xf2\x0b\x17\xbb\x10\xee\xa1\xcc\xbf\x74\x59\x28\xf3\x3e\xf3\xfb\xf0\xe0\x9f\x13\xcf\x1e\xde\x18\xe3\xe4\xd5\x07\xb9\x72\x4e\xcf\x7b\x78\x83\xcc\x6b\x23\x42\x9f\xf7\x15\x5a\xcf\x43\xee\x2a\xcf\xc3\x33\xf5\xf7\xdc\x5f\x3d\x70\xa7\x7a\xe2\xac\x66\x6a\x09\x80\x6a\xa6\xba\x6b\xa0\x6e\xac\x4e\xaa\xfb\x8d\xea\xc6\x12\xed\x4a\x86\xa9\xdb\x0a\xce\x56\x3f\x98\x7b\x5d\xe7\xe8\xeb\x86\x0b\x62\x94\xbb\x55\x37\xd4\x8c\x50\xe1\xe1\xba\x05\xf0\xa7\xa2\x21\x79\x13\xb8\x6a\x3c\xd4\x2d\x50\xda\x57\x3f\x28\xe8\x41\x30\x05\x9e\xfa\x2a\x6a\x93\x37\x7c\xd6\xa6\x6e\x81\xf7\x7e\x55\x8f\x39\xd0\x83\x7b\xa4\xa5\x9f\xdc\x25\x10\x17\xdc\x03\x94\xfc\xe0\x21\x90\xd6\xf4\x11\x4a\x75\x63\x35\xaf\x92\x35\x02\x3c\xa0\xbd\xfe\xe4\xe4\x6a\xdd\x22\x49\x63\xa8\xbd\x08\x58\xc3\xf3\x46\x43\x19\x42\x75\xc3\xe1\x0f\x85\x6e\xeb\x86\x72\xa6\xaa\xe6\x54\x37\x94\xa4\xa8\xc6\x21\xd4\x65\x1d\x48\xaf\x5b\x24\x02\x04\x3f\xd2\xe3\x74\xe6\xb4\x6e\x91\xf3\xd7\xa2\xb0\x72\x98\xf2\x87\xea\x86\x23\x88\x8a\x1c\xd5\x0d\x37\x89\x77\x23\x08\xb7\x1b\xba\x5c\x49\xdd\xe0\x6e\xad\x2a\xdb\x56\xb7\xa9\xfd\x66\x15\xb9\xaf\x5b\xa6\xc6\x95\x45\x38\xd0\x54\x55\xf3\xa5\x6e\xb8\x8e\xb0\x27\xb7\x13\xda\xee\x00\x38\x88\x1a\x71\x85\x8d\xab\x3b\xe4\xb6\xcf\x02\x92\x17\x0c\x26\xd3\x5e\x26\x4c\x42\x13\xc2\xc8\x5b\xd2\xaa\xf2\xf4\x89\xb2\x8a\xeb\x86\x8b\xbb\xbb\xdb\x50\x65\x15\xb5\xa9\x1b\xe3\xc8\xca\xdf\xab\x1b\x8e\xa3\x0c\x2f\x04\x4f\xa3\xa8\x9a\x54\xdd\x10\x48\xce\xa6\x5d\x68\xb2\xfd\xd5\x26\x88\x02\x89\x45\x21\x8a\x26\x59\xb8\xdd\xf4\x7e\xe5\x76\xd3\xca\xd6\xc5\x2d\x35\x20\xc2\xce\x9b\x8a\x51\xd7\xad\x12\xaf\xfe\x02\xdc\xd3\x48\x98\x7a\x6c\x1c\x86\xb8\x92\x47\x98\x03\xa0\x28\x84\x2e\xc9\xab\x1b\x0b\x87\x79\x0a\x95\x53\x10\xc8\xa8\x5c\xdf\xbd\x7f\x11\xc5\xd6\xd1\x8f\xba\xb1\x72\xfd\x26\x9c\x41\x8f\x55\x71\x84\xba\xb1\xb4\x6a\x53\xff\x6d\x21\x5d\x10\x36\x54\x10\x34\xc3\x80\xda\xfa\xee\x80\xb6\x61\xd1\x0c\x1a\x45\xbb\xb9\x1c\x0a\x3c\x74\xf3\x87\x4e\xe6\x5d\x44\x7c\x50\x1c\xfb\xeb\x03\x20\xcd\xfc\xa0\x23\xab\xa6\x68\x48\x9e\x35\x51\x36\x79\xdd\x3a\x89\xb3\x88\xbc\x71\x37\xa1\xaa\x05\xd7\x8d\x57\x13\x7a\xcb\x77\x60\x2d\x8b\x76\x3b\x8e\x7b\x75\x61\x0d\x15\x22\xba\x37\xe0\xf2\xe1\x9a\x52\x78\xf5\x60\x31\x4c\xb8\x7a\xb0\x9b\x56\x19\x15\x2f\x1e\x92\x51\xf1\x4d\x20\xf1\x6e\xc2\x6a\x52\x19\x6b\x12\xc2\x13\x0e\x9d\x76\xf3\xa1\x41\xa0\x35\xc9\x75\xcf\x77\x35\x0c\x0b\x4a\x81\xcd\xe2\xf8\x59\x3d\x4e\xd5\x31\xbd\xc4\xcd\x72\x04\x9b\x1c\x91\x7c\x57\xcc\x57\x96\xea\xe8\xa5\xd8\xe9\x97\x7b\x75\x01\xb7\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x5d\x44\xe6\x34\xd0\x2d\x93\x45\x18\x1c\xc5\xc1\xd4\x71\xd0\xa0\xf5\x34\x79\x0c\xb6\x9a\x77\x1d\x11\x66\x8f\x86\x44\x19\xd7\x6e\x12\x47\xe5\xfc\x6e\x62\x38\x20\xf2\x8c\xd7\x03\xb5\x3a\x4c\xc1\xac\x49\x51\x2c\x23\x71\xa8\xa4\x97\x9f\x58\x41\x75\xe3\xa5\x85\xe9\xf5\x35\xea\x6a\x34\xb7\x41\x4b\xa6\x94\x83\x46\x99\xb7\x28\x8b\xa7\x15\x4b\xd8\x93\x7c\xed\xf5\x00\xc5\xfe\xac\x06\xa0\x60\x45\x37\x6d\x9d\xb0\x3a\x8c\xf4\x73\x21\x5d\x63\x32\x5f\xef\x25\x1f\x50\xf9\x4c\xf5\x30\xeb\x86\xa0\x7c\xf7\x8e\xba\x96\xde\xa0\x21\x2e\xee\x41\x91\xd6\x45\x1c\xb9\x4d\x1f\xb2\x19\x15\x8a\xe6\x6f\x46\xcb\xb5\x40\x10\x4c\x70\x32\x57\xe3\xe9\x5a\xe4\x6c\x98\xa8\xbb\xba\x8d\xb2\xb3\x66\x55\x37\x95\x44\x75\x00\x1f\x73\x37\xe7\xba\x17\x5e\xd5\xc1\x0a\xe2\x0b\x8d\xcb\xc9\x5c\x35\x89\x1b\xc4\x6b\xf6\x4e\x5d\xb7\xf9\xf7\xb5\x74\xea\x91\xb7\x68\x9b\x2d\x50\x4f\x6d\x1a\xe1\x41\xbe\x96\x77\xcb\x43\x08\x04\x32\x9c\xd0\xaf\x1d\xfc\x2c\xa6\xa0\x11\x19\x85\x7f\xc9\xc0\x07\x45\xbe\x2c\xc2\x90\x51\xf8\x5a\x27\x6a\xad\x16\x48\xac\x42\x5b\x5e\x0f\xe8\x51\x92\x2e\x11\x50\x74\xdf\x92\x3e\xe0\x88\xaf\xc2\x09\x35\xf0\xde\x6d\x95\xcb\xa9\x01\x7e\x63\xaf\x53\xd8\x40\x8d\xd5\x1f\x70\x3f\x35\x3f\xe8\xdf\x5f\x4d\x9a\x74\x0d\xa8\xad\x66\x1e\x11\x36\x1a\x0c\x2f\x10\x08\x74\xf3\x17\x5c\x7a\x7d\xc1\xa4\x45\x9d\x95\xa9\x21\xc0\x8b\x6a\x18\xa8\xe6\x0a\xf1\x21\xf0\xac\x80\x30\x1d\xc2\x02\x52\x68\x08\x24\xe0\xec\x4f\xe0\x9a\xf3\xb4\x71\xec\x38\x24\xb7\x69\x0f\x14\x3f\x20\x75\x64\x03\xf1\x80\x9b\x6a\x16\x11\xa9\x32\xe2\xb6\x81\xaa\xab\xc8\x2f\xc4\x85\x69\xe1\x21\x82\x1e\x45\xf1\x01\x27\x35\xba\x98\x6d\x58\x07\x33\xaa\x5f\x60\x3a\xcf\xab\x4b\xa8\x03\x22\xf9\x90\x00\x82\x17\x3f\x51\x8e\xb9\x4b\xdc\x8e\xd4\x45\xa1\x81\xa7\x2e\x8a\x61\x58\xa7\x2e\xbc\xfc\x09\x86\xb8\x98\x55\x48\x74\x89\x7b\xb1\xe0\xaa\xf5\x45\x45\x35\xe0\xb2\xed\xde\x84\x07\xd4\xb1\xed\xdd\xbf\xc3\x0a\x32\x1a\x12\xd4\x32\x6d\xc3\xc0\xcb\x1c\x75\x48\xa7\x06\x6a\xb7\x5d\xb3\xca\x9c\x84\x7f\x5f\x93\x70\x0f\x8c\xe3\x89\x19\x85\x4c\x4c\xbb\x07\x5c\x4e\xef\xb5\xcd\x6b\x52\x82\x99\xda\xae\x27\x89\x74\x03\xef\xfc\xc0\xfb\xb5\xbb\x47\xa4\x14\xf0\xf7\x28\xec\x2d\xa9\x10\x70\x36\xa3\x0f\xf5\x87\x04\x83\x49\x4b\x3f\x90\x41\x01\x0e\x58\x1d\xc6\xad\xa1\x30\xd3\xd0\x64\x40\xc5\x76\x68\x34\x5e\xa9\xa4\x53\x43\x35\x54\x14\xf2\x33\x38\x95\x8a\x80\xf0\x51\x97\x48\x12\xfc\x38\x58\xdd\x87\x5f\xc0\x35\x7f\xc1\xbf\x83\x71\x45\x0f\x00\xbe\x34\x84\x9f\xca\x2d\x6e\xca\x44\xad\xb2\x61\x90\x2b\x41\x16\x51\x40\x51\x35\x2f\x0e\x38\x56\xdd\x87\xd6\x98\xa5\xcc\x8a\x29\x17\xfe\xd6\xde\x35\xa5\x06\xa2\x18\xfe\x9d\x33\x70\x87\x15\x33\x70\x1b\x24\xd1\x35\x83\xe5\x9f\x35\x99\x32\x35\x21\x79\xcd\xdb\xe2\x08\x1e\x82\xbc\xd6\x9c\xb0\x61\x92\xc1\x6d\x9e\xee\x32\xa3\x43\xf1\xb3\x17\x2f\x85\x8f\x54\xa1\x9c\x1a\xe0\x02\x1d\x32\x1d\x03\x2f\x65\x92\x03\xa9\x06\x5e\xaa\x6d\xdd\x38\x40\x75\xb5\x35\x1e\x90\xcf\xb9\x49\x9b\x0a\x70\x79\x8e\xcd\xbf\x67\xb4\xfd\x7b\x45\x5b\x93\x64\xee\x66\xf5\xd6\x18\x38\xfa\x69\xe6\x0d\x0f\x67\x1f\xa2\x84\x41\x90\xfd\xfb\x5a\x79\x21\x7a\x2c\x2c\x79\x48\x5a\x10\xd2\xe0\xc2\x4e\xf3\xb6\xab\xcf\x9d\x17\x6a\xa9\xcf\x95\xaf\x60\xcc\xef\xd0\x88\xa4\x65\x86\x95\x9f\x50\xfc\xc5\x64\xf7\xf6\xac\x84\x9d\xbe\x19\x13\x28\x0e\x89\x0c\x69\x95\x01\xe9\x9e\xc3\x42\x8c\x87\x44\xaa\x11\x8d\xfc\xcf\x21\xf7\x4f\x40\xba\xe7\x8b\xa5\xf0\x2c\xb3\xcc\xdd\xb0\x4a\xb3\x98\xcd\x1d\x8c\x28\x9b\x9e\x90\xfe\x39\xbc\x74\x07\x2f\xa8\xf0\x26\x84\x2a\x29\x07\x79\x0d\x27\x63\x87\xde\xc6\x38\x9b\xac\x8b\xe4\x6b\x80\xe2\xa8\x92\x82\x35\xa0\xe8\xee\x66\x18\x91\xce\x30\x82\xdb\x03\x6d\xa1\xf5\x24\x44\x82\x10\xa5\x56\x94\xf2\x57\xc3\x49\x24\x09\x40\x64\x8f\x0e\x73\x05\x56\xe0\x35\x71\x5d\x6b\xdd\x04\xe0\x45\x47\xb2\xe5\xd1\xb5\xd0\xec\x07\x34\x72\xcc\xcb\xae\x45\x2d\x42\x13\xeb\xdb\x16\xb3\xc3\x9b\xe9\x6c\x96\x61\xc8\x36\x18\x32\x73\x02\x93\x37\x93\xb9\x39\x4e\x0b\x0f\x53\xc7\x4d\x6d\xc1\xec\xf9\x5e\x8b\xa7\xd5\xe6\x15\x04\xc5\xec\x84\xe7\x7f\xab\xb7\x2e\x6a\xd8\x6e\x26\x49\xe8\x7e\xc3\x8b\xb7\x74\x3f\xcf\xe3\x21\x10\xfe\x00\xbc\xe0\xd5\x41\x07\x81\xb9\x03\x2c\x8e\x79\xf6\x83\xc5\x90\x43\x26\xe0\x70\xc9\x30\x4b\x46\xba\x81\xee\x9c\xac\x01\xfe\xcb\x21\xbb\x28\x42\x31\x1c\xf1\x47\x6e\xb8\xc8\xc2\x30\xca\xa5\xa9\x91\x77\x13\x28\x55\xa6\xc6\x8d\x22\x44\x22\x34\x2e\xff\xa8\x44\x40\x64\xb6\x40\x76\x17\x98\x40\x72\x0f\x98\x40\xf2\xef\x48\xeb\xd5\xaa\xc5\x80\x2a\xc2\xfe\x3e\xe0\xac\x59\x77\x1b\xdb\x43\x9c\x28\x06\x9c\x43\x90\x4e\x18\x71\xb0\x65\x24\xff\x5e\x48\x59\x1e\x00\xd5\xe4\x8a\x3f\xd8\x61\xc2\x78\x00\x6c\x87\xe4\xdf\x4f\xe2\xc0\x3d\x5e\xdf\x5f\xb5\x69\x89\x63\xc0\x12\x24\xb7\x71\xbb\x94\x34\xe3\xc8\x5c\x50\x55\x8d\xa9\x11\x2a\xe3\x48\x7e\x81\x49\x1d\x92\x30\x31\xd2\x11\x2e\xc3\x2c\x46\x9e\x57\xf6\x17\x8d\x5d\x6a\xcc\x48\xff\xfd\xeb\x0b\xd0\x51\x72\xfb\xe0\x17\xee\x82\x50\x6b\x21\xe1\xcf\xac\xda\x2d\x31\x81\x70\xb2\xdb\xcc\x50\x92\x68\x8e\xb8\xf9\xe0\x05\x34\x74\xca\xd4\x8c\x68\x16\xc7\x89\x7e\x81\xce\x46\x2f\x65\x3a\x60\xc3\xfb\x05\xca\x10\xa9\x80\x11\x09\xa7\x49\x89\x56\x35\xe2\x30\x6f\x75\x1b\x2e\xd3\x6c\xa0\xa7\x52\xd9\x86\xd4\x83\xc8\xeb\xa0\x54\x4e\xa7\x46\x9e\xb5\xb1\xb3\x24\x32\xfa\xaf\xd4\x8e\x1a\x79\xf8\xc6\xce\x91\x38\xb5\xca\xd8\x5e\x5d\xf4\xef\xaf\xfa\xc2\x2c\xca\xee\xaa\x34\x71\x8d\x50\x22\x75\x8a\xba\x46\x5e\x31\x65\xcf\x44\xe4\x15\xe2\xaf\x11\xb1\x12\x52\x84\x23\x0b\xc7\x29\xdf\xa0\xc6\x42\x8f\xa5\xb4\xf3\xc8\x92\x3e\xd5\xb3\x98\x8a\x67\xb4\x7b\x22\x16\xce\x4a\x3c\x3f\x42\x13\xb5\x85\x10\xcb\x9a\xa5\x50\xcd\xa2\x3e\xe2\x8d\xb1\xf0\xbc\xa5\xb7\x45\xc1\xb6\x30\x55\x33\xd3\x55\xa1\xf1\x1a\x0b\xa7\xa1\x21\x2a\x09\x48\x78\xe2\x71\x9f\x6a\xc4\xc2\xcd\x3a\x8c\x38\x5e\x4a\x5e\x8d\xa8\x0a\x41\x26\x5f\x40\xa4\x1b\xb4\x1a\xe8\x55\x1a\xd7\x43\xf2\xe4\xaa\x44\x61\x44\x3c\x3f\x18\xe8\xc6\x8d\x25\x3d\x27\x36\x46\x4e\x04\x43\xe3\x62\xfa\x03\x1a\x67\xdd\x1f\x30\xf8\xe7\xb5\xc0\xc5\xe8\x43\x9a\x54\xe4\xa1\x5f\x85\xeb\x6b\xc4\xc5\xe8\xa3\xb8\x8d\xcc\x51\xcf\x12\xe1\xfb\xea\x5d\x80\x88\xbc\x02\xe2\x35\xc2\xb1\x3a\xbc\xb3\x99\xcb\x6a\x00\x70\x49\xa8\x6b\x91\xd4\x88\xeb\xa8\x74\x17\x5c\x8d\xa8\xad\x6b\x6f\x43\x1c\xcc\x9e\x35\xda\xa6\xf6\x98\x2c\x93\x22\xb5\x47\x53\x17\x8b\xe6\x98\x14\xa8\x4d\x9a\x01\xb2\x4e\x6e\xf7\xfb\x28\x61\xe1\x5d\x3a\x68\x95\xd7\xf2\x23\x21\x04\x0f\xe9\xf0\x1a\x22\x11\xd6\x91\x99\x08\x07\xa9\x55\xfe\xc8\xa3\xc5\x32\x9f\xe3\x4e\xa9\xde\xfd\x00\x75\xfe\x4c\x88\x53\x09\x2c\x9b\x25\xcc\xc1\x3b\x5e\xf4\xfb\x41\xa1\x27\x85\x28\x1e\xcc\xed\x15\xbe\x58\xee\xd6\x44\xc2\xfa\x34\x2f\xde\x89\x73\xbd\xc3\x4b\x74\x30\xc0\xab\x29\xe1\x4a\xaa\x61\xa2\x42\x71\xbd\x61\x56\xba\xa2\xd6\x26\x53\xf8\x0e\x87\xdc\x16\x91\x2a\xa0\x97\x1c\x07\x81\x87\x57\x88\x2a\xa0\xcc\xfb\x48\x15\xb0\xb9\x3f\x48\x87\xe6\xfe\x40\xc4\xd2\x49\x23\x22\xd8\xe9\xd5\xff\xcd\x19\x6a\x06\xc8\x67\x1d\xde\x89\x4b\x27\xd4\x07\x70\x4d\x0e\x13\x39\x2f\x65\x30\xff\x41\x65\x5c\xdb\x17\xf1\x22\xc9\x09\xe0\xa5\x53\x7a\x55\x51\xbd\xa6\x5a\x51\x8a\xa8\xe7\x37\xcc\x4d\x70\xc0\x68\x98\xe8\x70\xbe\x48\x87\x17\x6a\xbc\xd6\x4e\xf6\x83\x03\xfb\xc8\x53\x20\x0e\x44\x06\x17\x70\x60\xd6\xc0\x2b\x18\x9a\xdb\x2c\xe5\xe6\xf6\xa2\x02\x41\x88\xe2\xb8\xd9\x9a\xcd\x8d\x4a\x15\x56\x2c\x70\x73\xe7\x78\x75\x08\x9c\x5a\xc0\xc2\x0f\x39\xfc\x3d\xe3\xe5\xd5\xba\x1d\xe2\xe5\xf6\x24\xc5\x87\xca\x99\x8c\xb2\x88\xe3\x41\xc3\x02\x97\xf1\x73\xe3\x0c\x85\x74\x37\x79\xe9\xe3\x8a\x8e\x7b\xdd\x57\x76\xab\x91\x82\x62\x33\xc9\xbc\x85\xea\xa6\x08\x35\x41\x83\xd4\x3d\xed\x35\x6d\xa4\xec\xa1\xf6\x62\xc0\x7e\x40\x49\x25\x71\x99\x36\x26\x47\xb8\x47\x90\xb2\xf4\xcb\xc4\x6a\x33\xd5\x6d\x46\xae\xab\x3b\xa0\xa6\x23\x95\x39\x51\x03\x15\x9a\xd2\x46\xeb\x5a\xbb\x23\x2d\x47\xa4\xb6\x43\x0a\x38\x4e\xa0\xfd\x9a\x18\x91\x57\x39\xa7\x9a\x96\x27\x52\x2c\x2f\xad\x13\x45\xd5\x6f\xc0\x0e\x6c\x1e\x03\x9e\xf3\xa0\xd5\x4f\x3c\x32\x24\xb5\x22\x45\x6e\x61\xb7\x3b\x3c\x95\xc2\x64\x1c\x84\x41\x43\x2e\xbf\xa1\x28\x3e\x41\xc5\xdb\x86\x5f\xa0\x24\x4a\x7e\xe1\x81\xbb\x4a\x98\x4a\x54\x23\xc4\x6a\x53\xe2\xae\xd3\x26\x4b\xcb\x4f\x28\x85\x2a\xf1\x56\x04\x7b\xa2\x13\xca\xb5\x6c\x4a\xb9\xae\x69\x2a\x71\xad\x79\x1e\xf0\x03\x9a\xd7\x25\x24\x68\x36\xb7\x97\x1f\xd0\x98\xca\x54\x03\xdc\x43\x5e\x40\x44\x3d\x18\x08\x7f\x6a\xc8\xcc\x9d\x67\x5c\x65\x3a\x75\xe4\xd8\x4a\x2c\xce\xfb\xb3\x64\x84\x04\x2f\x9f\x4e\x1c\xd4\x94\xe9\x12\x36\x11\x67\x6e\x54\x41\x8c\x92\x2d\xca\xc7\xa9\x89\x17\x27\xa8\x4e\x55\x4d\x85\x87\x1e\xe4\xe7\x4a\x4b\x3f\x4b\xfe\x04\x9e\xc2\x57\xbb\x4d\x2c\x66\xb7\x3b\x3f\x70\x0f\x94\xa9\xe2\x16\x89\x09\x9e\x0e\x17\x25\x28\x68\xca\x00\xad\xa9\xd2\x10\x6a\x7e\x40\x6e\x20\x0e\x97\x6a\x83\x20\xd4\x3c\x11\xc6\xd6\x75\x56\x35\xa1\xac\xe2\x30\x81\xc1\x1d\x38\x5e\xbf\x33\x39\xc0\x6b\x5b\x17\x05\x0a\x53\x28\xbc\xa8\x1a\x86\x35\x35\x1a\x15\xf2\x03\xa4\x86\xca\x31\xe2\x89\xa9\x51\x12\x9a\x44\x1b\xad\xfc\xe1\x37\x20\x0a\x4d\x1c\xad\x81\xad\xbb\xc7\x85\x39\x41\x89\x5b\xd8\xa3\x59\xd6\xd4\xe8\x92\xee\x47\xa9\x69\xdd\x20\x6a\x7e\xd1\xc8\x2f\xbc\x2b\x96\xc3\x4f\xca\x72\x42\x69\x46\xcb\x9e\xd4\xe9\xab\x30\x66\x3a\x43\x46\x1a\xa3\xaf\x69\x69\x0c\x5e\xe4\x6e\x0f\x7d\x62\xa5\xc5\xec\x2e\x89\x7b\x7f\xb0\x76\xbf\x16\x03\x17\x24\xd8\x83\x97\x3a\xf7\x9d\x7f\x07\xd1\x9a\x04\x07\x43\xb4\xde\x77\xac\xb0\xec\xb5\xe2\xa5\x5d\x96\xa0\x89\x27\xc0\x1d\xaf\x49\xd4\x03\x25\x6e\xd2\x60\x69\x24\xcd\x72\xe9\x7d\xde\x49\x83\x1b\xd5\xb3\x42\xb5\xc4\x6c\x4e\xcc\x8a\xcb\xf6\xf1\xa7\x41\xa8\x85\x16\x04\xbf\x87\x0c\x9d\xc4\x2b\x4b\x65\x2a\x25\x04\xc3\x87\x39\x01\x2e\x5c\x18\x66\x04\x3c\x24\xe5\xf0\x4e\x42\x2c\xbc\x7a\x0e\xbc\x09\xcc\xfe\x87\x84\x3c\x4b\x9b\x94\x09\x85\x6a\xec\x22\x49\xf0\x41\xc6\x57\x07\x73\x8e\x3a\x65\x53\x13\x5d\x90\xaf\xef\x41\x5e\x2f\x08\xb9\x47\xbc\xd5\xe9\x72\x94\x3d\x90\x98\x44\x69\x91\x8a\x48\xf8\x30\xf1\xa1\xf6\x73\x33\x92\x0f\xca\x6c\x43\x74\xdc\x53\xdf\x95\x02\x9d\xce\x0d\x6d\xcd\x80\xc5\x11\x1d\x89\x49\x67\x9a\x56\xb4\x89\x73\xaa\xa3\x65\xb3\xa8\x3a\x49\x08\xd9\x2f\x54\xbc\xa0\x29\x30\x87\xd2\x91\x89\x34\xf5\xcf\xa2\x03\xb8\x35\x2d\x7d\x52\x2a\x74\x9a\xfa\x64\xd2\x51\xa4\x9a\xa6\x3e\x99\x36\xd3\xde\x45\x13\xd8\x3c\x78\x2a\x94\x45\x87\x59\x6b\xba\x28\xa2\xa5\xe5\xa7\x0b\x09\x02\xd2\xc1\xd3\xd4\xff\x92\x63\x17\x89\xc5\x0d\xa5\x4c\xa5\x8b\xba\x8f\x15\x8d\x9b\x5a\x81\x57\x0e\x0a\x5f\x30\x23\xb9\x13\x40\x10\xda\x6e\x26\x78\x79\x0f\xdf\x9c\xb5\x3b\xc0\x9e\xcd\xdb\x4f\x4e\xa7\xd6\x84\x7c\xca\xf4\x62\x01\x37\x4f\x45\x6a\xfc\x87\xe2\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe6\x74\x1b\xf1\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xaf\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1d\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x38\xac\xed\x7c\x97\xbc\x3d\xe8\xe1\x33\x89\x1c\xc8\x86\x24\xa6\x32\xfc\x7b\xc3\xa6\x44\x0e\x40\x73\xf0\x0b\x79\x8a\x46\xa9\xd9\x39\x70\x12\x43\xed\x86\xf7\xab\xda\x9d\x1d\xfa\x01\xf4\xc1\xee\x36\xe5\xbb\x78\x6b\x46\xe9\x99\xa1\x0b\x0a\x6a\x5e\xc7\x79\xc4\xd9\x32\xd2\x11\x87\x6e\x28\xa8\x39\x52\x73\x12\xa3\xca\x91\x98\xf2\x17\x1d\x6d\x77\x49\xde\x38\xfc\x60\x11\x87\xe6\x81\xea\xd5\x2a\x67\x50\xf3\x54\xe7\x92\x2e\x0f\xa9\x99\x09\x88\x2a\x55\x52\x33\xcf\xef\x38\x7e\x92\x13\xf6\xad\x98\x63\xe6\x81\xef\xfc\x7a\x40\x20\x35\x04\x82\xbc\x4e\xad\xcb\x74\xc8\x65\xaf\x77\x5a\x15\x00\xd5\x66\x6e\x92\x17\x07\x0e\x37\x15\xe9\xa9\x99\x07\xb8\x1d\x60\xc9\x19\xcc\xc8\x43\x64\x7a\xd8\xe5\x1e\xc9\xa8\x77\x67\xe3\x3a\x33\x5f\x30\x1b\x93\x85\x54\xae\x70\x43\x2e\x14\xa6\xdd\x0f\x70\x97\xe8\xe6\x36\x63\xd7\x92\x95\xb9\x30\x8d\x45\x3c\x33\x2f\x67\x56\xf1\x83\x8b\x79\x03\x42\x55\x59\x33\x55\xa7\x95\x41\x78\x61\xbf\x92\x8b\x4a\xbb\xce\x75\xc1\xa9\x99\x54\x12\xa6\xa0\xa8\x70\x23\x44\x7f\x40\x3d\xc3\x84\xc9\x62\x35\x56\x55\x32\xdd\x57\xaa\x14\x53\x73\x23\x1d\x2a\x16\x94\x1b\x56\x34\xfa\x05\x9c\x96\x15\xaf\xcf\x6d\x85\xa7\x04\xd4\xd4\x86\x5a\x33\x76\xdb\x42\x8d\x5f\x58\x98\x50\x17\x38\x5b\xed\xb4\xbb\xdc\x29\x0d\x8a\x1f\x34\x7e\xa1\x3e\x3b\x68\x3f\xfa\x85\xb5\xe6\xc2\x04\x3d\x52\xd9\x7b\x76\x04\x76\xa1\x99\xb3\x8a\x5d\xf3\x17\x60\x0a\xe2\xde\x79\xea\x26\x65\x33\x53\x40\x59\xe6\xf4\xfa\x9e\x74\x28\xb3\x31\x0f\x64\x8d\x56\x77\xc8\x9a\xa3\x82\x99\x57\x37\x39\xbf\x37\x53\xd3\xb0\x77\x32\xef\x5c\x5f\x49\x98\x8c\x78\x66\xf0\x5a\xec\x84\x49\x93\x5a\xaa\x85\x3c\x0e\x79\xa7\x98\xf4\xfa\xee\x10\x18\xb2\x5c\x33\x3c\x57\x0e\xa1\x66\x9e\xd0\xc8\x26\x21\x1c\xb7\x56\x81\xdd\x9a\x77\xca\x55\xc1\x78\xa0\x50\xa3\xf1\x8a\xac\xbb\x66\x06\xc0\xd3\xd8\x39\xfe\x28\x4b\x2e\x1f\x2c\xf0\x23\xf0\xa6\xe6\x51\x36\xd9\x24\xf9\x80\x63\x4d\x16\x6a\xe6\xcd\xeb\xba\x1f\xab\x66\xdc\x38\x6a\xf1\x92\x4f\x08\x71\x19\x20\x79\x5d\x2a\x21\xf5\x2f\x9f\x40\x61\xf2\x07\xd8\x42\x32\x93\xf2\x49\xa3\xb8\xba\x87\x9d\x42\x53\x18\x40\xa1\xe5\xe6\x3d\x75\x22\x1f\x4d\xa6\x7e\x5e\x35\xef\x4c\x59\xd7\x5a\x67\xcd\x92\x9a\x86\x14\xb6\x4c\x57\x95\x87\xa4\xab\xca\x96\x7c\xbe\x16\xfd\xbb\x4b\xd0\xbf\x2c\xb3\x3c\x55\x91\xb2\xc9\x2e\xcf\x77\x04\xcb\xd3\xfb\x54\x2c\x2c\x33\x59\xa7\xa6\x99\x0d\xdf\x34\xe5\x86\x7b\x20\x69\x09\x4f\x37\xf1\x24\x90\xe0\x8a\xb2\xdd\x95\x6f\x32\x76\xf3\x89\x1b\x62\x59\x2a\x60\x7e\xb8\x23\xfd\xc5\x13\xd0\xa3\xb0\xf2\x00\x2b\xe6\x02\x0f\x64\x8d\x69\xe3\x21\x57\x30\xa2\xa9\x6b\x48\x25\xcc\x0f\x2d\x1e\xeb\x16\x0f\xb0\x62\x2c\x3c\xe4\x44\xa6\x96\xe7\x9a\x2f\x58\xbc\xc1\x17\xe5\x3c\xd7\xfc\x70\xcb\x4a\x18\x95\x0d\x8a\xae\x74\x91\xb2\xc2\x9b\xf2\xb3\x16\xde\xea\xa4\x7a\x23\xb5\x6c\xa0\x37\x89\x96\xb2\xad\x2e\xf5\x60\x79\x82\xa4\x1b\x97\xb0\xd6\xc6\x0f\x18\x59\x19\xfe\x04\xab\x2f\x09\x58\x78\x15\x86\x63\xdf\x85\x57\x61\xe8\x2e\x94\x5a\x02\xf6\x51\x71\x1b\x13\x7f\x0d\x71\x73\xcc\xa6\x07\x14\x4e\x62\x7f\x65\x2a\x2c\xcd\x27\x03\x4a\x04\x45\x49\x36\x95\x88\xd5\x92\xb8\x2b\x2c\x27\x6c\xbb\xbb\x44\xca\x09\x69\xc3\x25\x62\x75\x0c\x63\xc4\xde\x97\x70\x2b\x91\x4e\x75\xf7\x78\x13\x24\x3f\xc0\xa1\x6f\x4f\x22\xad\xc5\x50\x0f\xf4\x46\xa9\xf8\x51\x2d\xd4\x4e\xc4\xcc\x4a\x02\x51\x8b\x85\x97\x04\xc4\x8a\xe8\x0b\x7d\x53\xd2\xf3\x0a\x6f\x5a\xb7\x23\xa9\xe0\x74\xb1\x5d\x05\x05\xa5\x82\xeb\xab\xc3\x07\xa1\x67\xcd\x91\x57\x74\xda\xc7\x52\xf2\x5a\xec\xa1\x07\xd0\xa8\xb4\x4b\x4a\x5e\x44\x2d\x18\x32\x61\xd4\xc2\xf0\xc0\x85\x53\xaa\x4a\xc6\xda\x8a\xdb\x94\x4c\xfe\xe4\x21\x61\x18\x79\x65\x57\x70\x50\xfa\x72\x41\x70\xd0\x5a\x46\x59\xce\x27\xe9\xaa\xa5\x10\x68\x45\x27\x4a\x01\x91\x8b\x81\x95\x42\x3c\x6b\x65\x70\x6d\xa7\xca\x8d\xd5\x52\x38\x07\xb7\xa1\xba\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x15\xaf\xfa\x77\x8a\x7b\xe9\x67\xa5\x2e\xe6\x22\x98\x71\x94\xb8\xc4\xfa\x13\x29\x54\xa8\x57\x99\x32\x71\x88\x58\xd7\x93\xd4\x52\xd7\x1a\xb8\xf7\x83\x08\x10\x4e\xe1\xa7\xf2\xb9\x9a\x82\x53\xc0\xd5\x84\xd7\xc0\xdb\xbc\x06\x53\xcb\x8a\xb6\x8f\x4b\x43\x3c\xcc\x84\xd6\x50\x5f\x40\xbc\xb1\x34\x20\x4c\x8e\xb6\xc2\x1b\xb3\x9a\xc9\x64\xc5\x08\xa5\x7f\x96\x4e\xf3\x56\xba\x7c\xe9\x6b\xd1\x04\x63\x5f\x2c\x5f\x58\x45\x09\x1b\x73\xc7\xd2\x79\x89\x82\xd0\x82\xd3\x13\x96\x8c\xa5\x2f\x20\x34\x8b\xce\xc3\xd2\x1e\x12\xba\x83\x3b\x98\x4a\x59\x52\x4d\x83\x5a\x10\x25\xb4\xaa\x59\x06\x15\x73\xa9\x75\x65\xd0\xbc\x88\xfe\x02\x35\x6f\xbc\x9f\x78\x38\x42\x45\x40\x6b\xc1\x7d\x9a\x8e\x70\x94\x01\xa6\x62\x2e\x84\x2c\x33\x5d\x55\x5f\xcb\x3a\x2c\xe1\x0d\x39\x20\xb6\xdc\xc1\xbe\x76\x87\x1f\x30\x00\xac\x1e\x97\xd2\x26\x23\xba\xec\xbc\xb0\x59\x43\xd0\x1f\x24\x2b\xab\x2c\xa5\x4d\x16\x4d\x61\xd1\x9c\xf8\x7a\x40\xa0\xdd\x23\x6c\x09\x2f\x0c\x1c\x3c\x8e\x62\x97\xa5\xa3\x0d\x0f\x49\xce\x28\x98\x0f\x5e\xb9\xe7\x36\x19\xa3\x59\xe9\x0a\x50\x4a\x74\x96\x83\x66\x80\x34\x8a\xc2\x4a\xc5\xb6\x2d\xca\x01\xde\x29\x2d\xa7\x20\x6f\xad\x35\x6f\x41\xc4\x34\xad\xdd\x16\x86\x2c\x37\x8f\xc9\xf3\x7e\x9a\xe5\x41\xfe\x6e\x11\xc3\x1b\xc4\x9a\xc9\xe1\x84\xc6\x60\x46\xc5\xbc\xb6\xea\xd5\x3c\x21\x94\xbc\x91\xe9\x66\x32\xe3\xc2\x51\x5d\x07\x25\x0b\xbd\x4c\x5e\xfc\x93\x86\x7d\xf2\x08\x83\x20\xf8\x0b\xb8\xc6\xcc\xae\x4f\x08\x29\x33\xa2\x73\x4d\xc2\x43\xe2\x60\x95\x34\xda\x72\x91\x53\xbd\x1e\x80\x35\x78\xe3\x5e\xdc\xa7\xc6\x3c\xef\x8e\xaf\x5e\x7e\x68\x83\x56\xd5\xca\xc5\x4d\x60\x9d\xe3\x82\xd2\x6f\x92\xbd\x40\x4f\xde\x24\xbc\xd5\x53\xe7\xdb\x6b\x41\x26\x9c\x15\xa7\x32\xd5\xc5\x90\x6c\x15\x96\x1b\x97\x95\x78\x9a\xd0\x0e\x9d\x72\x55\x50\xc6\xd0\xaa\x59\xc1\x09\x89\x68\x34\x21\x0d\xae\x19\x22\x1c\xf5\x7d\x09\x56\x68\x8f\xc1\x7b\x06\xca\xa2\xaf\xff\xaa\x85\xca\xa2\xe7\xfc\xac\xa5\x17\x04\x0f\x57\xca\x20\xa1\xee\x4e\xb2\x9e\xf5\x00\x09\x56\xa2\x10\x99\x6c\x2a\x9b\x56\xeb\x06\xf3\x5b\x3c\xb6\xa2\x30\x8e\x1d\xbd\x75\x03\x71\xbd\xda\x6b\xa1\xb2\x1e\xa0\xb6\xa3\x14\xb9\xba\x31\x6e\xf0\x23\x19\x54\x59\x33\x47\x55\xd8\x6a\xdd\x06\xc0\x71\xef\x50\x97\x86\xc1\xa3\x77\xbe\xa9\x4d\x09\x20\x76\x5e\x71\xe7\x85\xea\x30\xd4\x8a\x1a\x39\x9b\x3b\x44\x0d\x1c\x1b\xc0\x35\x40\x26\xbd\x7e\x87\x6b\x4f\x7c\xab\xe2\x86\x0b\x17\xda\xae\x95\x4a\xa5\x07\xe4\x45\xf1\xb6\xd2\xeb\xff\xc7\xd8\x95\x9c\x4d\x8c\xea\xc0\x54\x26\x84\x36\x9b\xe0\x32\xb9\x78\xcd\x3f\x84\xf7\xb9\x4a\x53\xe5\x77\xfb\x8f\xee\xb6\x41\x80\x10\x85\x56\x94\x02\xfd\xf9\xce\x3c\x36\xc2\x21\x8d\xb1\xb0\x5a\x9a\xc6\x50\x78\x49\xd7\xf5\x6d\xa4\x1f\x9b\x76\xf0\x60\x8a\x66\x5f\xe3\x47\x41\x06\x99\x70\x13\x1d\xa9\xb3\x45\x54\x49\xaa\xdd\x67\x20\x45\x9f\x46\x91\xb5\x43\xdd\xe5\xe2\x07\xfe\x81\xc7\x5c\x75\x17\x8c\xa6\x98\xa6\xe1\x24\x33\x9a\xca\x0b\x6b\xa3\xa9\x2f\x84\x60\xa6\x01\xf3\xe0\xb5\xae\xbc\x32\x4e\xff\xb0\xfd\xfb\xcf\x74\x00\xc7\xa8\x4c\xf6\x33\xfd\x03\x24\x9b\x4e\xf7\x51\x83\x54\xfb\x87\x1c\x86\xa8\xae\x74\xbf\x92\xf4\x1c\x2f\x76\x0d\xa5\x3d\x1f\x03\x05\x4e\xd7\x87\x86\xf7\x24\xdc\x24\xfa\x06\x83\x89\x8d\xd2\x46\x7b\xf7\xe4\xe6\x51\x43\x53\x57\x74\x2d\x19\xf0\x8c\xb3\x7d\x68\xbc\x58\xb7\x6f\xda\xd3\xa3\xf1\x48\x11\x2c\x1c\x8d\x6b\x25\x65\xc2\x68\x0c\x32\x97\xdc\x18\x2f\xd8\xed\x9b\x59\x90\x76\x5a\xdf\x63\x07\xb4\x83\x76\x5a\x1c\x2d\x97\xc6\x44\xf0\xa6\xd3\xdc\x07\x86\xa9\x33\x64\xf4\xe4\x41\x0d\x93\xf0\xd7\xfb\xa0\x23\xb0\xc5\xfb\x86\x86\x54\x5f\x12\x47\xc7\xce\xf5\xc4\x76\x6a\x10\xcc\xa3\x80\xb7\x9b\x59\x12\xf0\xd6\xda\xc5\xd1\x49\x92\x7a\x60\xe2\x1c\xab\xd4\x06\x03\x8e\xed\x7a\x39\x5e\xb8\xdb\x6d\xb4\x1a\x2c\x8f\x61\xcb\xc2\x18\x9c\x7b\xf1\xcf\xe0\xe6\xf6\xff\x03\x59\x2f\xdc\x00\xbc\xd6\x2c\x1c\x99\x16\x3b\xbc\x75\x07\xed\x6c\x66\x38\x7a\xce\x79\xda\xe0\x39\xe7\x88\xe4\xf1\x42\xe2\xbe\x79\xa5\x02\x5e\xb6\x66\xc7\x84\xc4\xa2\x30\x3a\x07\xed\x06\x90\xc6\x4f\x87\xf7\x08\x72\xf8\xe6\x2f\x50\x18\x5f\x97\xaf\x41\xc7\x3a\x25\xb4\x1b\x23\x4e\x7e\xa1\x69\x8b\x3c\xad\xdd\xc4\xc3\x37\x34\x4c\xb8\xd2\x7d\x34\x29\x83\x35\xf2\x84\x72\xc6\xac\x18\x96\x86\x31\x31\xd1\x26\x0a\xaa\x4b\x65\x40\x19\x03\x9a\xcb\xcd\x4b\x39\xc1\xd1\x9f\x0e\x09\x48\x75\x16\x8f\x09\xe6\xf0\x34\x2c\x52\xe4\xa5\x42\xcc\xb1\x15\x2f\x63\x11\xdc\x75\xff\x80\xc3\xfa\x6f\x71\xab\x03\x9e\x77\xd6\xf7\x8d\x45\x7a\x35\xde\x45\xe6\x16\xfd\x0b\xbc\x2c\x14\x37\x98\x63\xdb\x57\xa3\xb1\xe3\x58\xb5\xb0\xdc\xe9\xef\xee\x67\x68\x4c\xec\x9b\x3a\x50\x6f\xce\x8a\xd8\xc1\xac\x32\x3e\x77\x19\x61\xa1\x24\x81\x63\x20\x89\x8c\x2f\xd9\x83\x91\xc1\xca\x2a\x38\xc6\x81\x70\x4b\x4b\xb6\xd4\x51\x9a\x57\x61\x10\x35\xfa\x1d\x07\x79\x4f\xd7\xab\x71\x60\x16\x4c\xd3\x81\x55\xd3\xcd\x66\x1c\x3c\x12\x7c\x3a\x43\x71\xa9\xe4\x9c\x63\xc0\x62\xba\x7d\x1a\x7c\x40\x92\xd8\xe4\x24\x2c\xb4\x58\x02\xd6\xdd\x84\xa0\x06\xa0\xec\xe6\xed\x84\x94\x93\xd5\x1e\x03\x83\xc1\xbe\x1e\x34\xb0\xac\x8b\x70\x8e\x71\x92\x66\x3f\x73\x37\x78\x50\x34\xa1\x1a\xe2\x8f\x33\x6b\x62\xeb\x93\xab\xf1\x0d\x75\xfa\x62\xd3\xbe\xf9\x0b\xb8\xc8\x59\xc7\x37\xa0\x97\xdc\x3e\xef\xe7\x3c\x69\x5e\x2e\xe4\x6d\xfd\x3c\x43\xfd\x6c\x10\x72\x25\x3b\x89\xbf\x6e\x88\x91\xcf\x33\x28\x10\x5a\x1e\x4c\xa0\xed\x00\xb0\x01\x93\xa9\xbd\x9e\x06\x33\x46\x1a\xd2\x0f\x3a\xd5\xd9\xed\x78\xb0\xde\x87\x11\xf8\x78\xd0\xa7\x21\x03\xcd\xa4\x9f\xff\x2b\x60\x8c\x68\xa2\xd7\x9c\xd4\x71\xe3\xe9\xf8\x5e\x83\x7c\x02\xcf\x22\x11\x05\xda\xac\xbc\x18\x0f\xd1\xb2\xdb\x43\x9a\x02\x9f\x82\x2f\x94\x9d\x0e\xba\x1b\x88\xe8\xa8\x9f\xf6\xa1\xa1\xf6\x41\x0c\xb5\xe6\x47\x20\xa0\x9e\x9b\x1d\xb1\x83\xb5\xeb\x75\x90\xc7\x2f\x37\xd0\xd2\x0f\xf5\xdf\x7f\x9a\x63\xd7\xe3\xd7\x39\x65\xfe\x82\xf0\xa3\xfa\x0d\x04\xa1\x48\x16\x07\x63\x7b\x87\x3f\x38\x70\x39\x34\x09\x17\x52\x4b\x4d\x3d\x03\x31\x4d\x3f\xe3\x48\x14\x62\x8a\x8d\x42\xce\x1d\x6c\x2c\xb5\x23\xb9\x12\x5b\x56\x7a\xd0\x33\x5c\x6e\x3f\x2d\x90\x71\x86\x9e\x03\x69\x2e\x45\x21\x03\x7f\xc3\x24\x6e\x20\x79\xf9\x99\xfb\xa7\xfa\x07\x64\xaa\xdd\xdc\x03\xf6\x7c\x35\x05\x88\xfb\x75\x03\x8c\xe2\xf0\x0d\x24\x4a\x22\x0d\x8d\xa1\x50\xff\xd1\xfc\x09\x8c\x6f\x1e\xe4\x8b\x4d\xeb\x67\x16\x5e\x68\x5a\x7d\xe2\x45\x61\x72\x6b\x7f\x9f\xee\x53\x7a\x06\x89\xda\xe0\x91\xf9\x19\x45\x72\xcd\x59\xd5\x98\x5e\xdc\x59\x8d\xb7\x22\x0d\xc0\x12\xbe\x01\x15\xeb\xf6\x79\x06\xaf\xb7\x3f\x5d\x82\x02\xfa\x57\x1b\x83\x03\x98\xd5\xf1\x7d\xc1\x5c\x8d\xda\x68\x51\x73\xa7\xfa\x03\xb0\x89\xe7\x8b\x10\x55\x7a\xb6\x68\xbc\xd8\x6a\x2b\x04\x43\x80\x7d\xe3\x88\x46\xfa\x35\x03\x99\xf1\x46\x9b\x39\x5a\xca\x55\x7f\x01\xb5\x98\x44\x7d\x24\xe4\xdc\xdc\x04\x0f\xac\xe1\x26\x10\xee\xe9\x59\x6f\x08\x63\xf7\xff\xd4\xc8\x4a\xc6\x05\x32\xde\x4c\x8f\xa2\x57\x14\x43\xf3\xfb\xbc\x89\xea\xba\x10\x3d\x57\xc5\x5f\x0c\xaa\x98\x34\x31\x1d\x52\x51\x20\x22\x3a\xb2\x53\x7c\x3e\x48\x9a\x35\x08\x62\x54\x73\x56\x67\xc2\x18\xfd\x3f\x20\x23\x85\x93\x02\xc6\x6b\x07\xb9\x07\x22\x89\x9d\x2f\x26\x58\x9f\xed\xf3\x3f\x7c\xee\x75\xc1\x8f\x81\x93\xa3\xfb\xfd\xdc\x6d\xfe\x01\x06\x27\xe9\xc5\x63\x20\xb2\xc7\xaa\xf5\x40\xbd\x36\xd5\x25\x18\x41\x00\xaa\x03\x32\x62\x83\xf7\x83\x9f\xa1\x88\x11\x08\x88\xe0\x7d\x5f\xb3\x1c\x9c\x65\x4b\x41\x38\x0e\xda\xf1\x2b\x58\xa1\xd9\x5a\xdf\x80\x16\x57\xf5\x11\x47\xd0\x12\xae\xd2\xbd\x23\x02\x28\x41\x46\x94\x40\xd2\x1c\x9b\x12\xe3\x85\xa3\xd5\x46\xec\x98\x89\x12\xd4\x62\x56\x86\xf1\x2c\x4c\x9e\xd0\x02\xfe\x31\x71\xf6\x58\x8a\x31\x4f\xb9\xbb\x20\xfe\xb4\xd8\x9b\x07\x9e\x45\xe2\x24\x89\x6e\x2f\xb7\x9c\x5f\x48\x90\x20\x12\x90\x3c\xd1\xf6\xac\x58\x4c\x44\xe8\x2d\x95\x00\x55\x37\xaa\xc8\x0a\xcc\xcb\x6f\x30\x8d\xbe\xfa\x60\x3e\x45\x5f\xda\x02\x7a\x60\x9f\xb0\xb1\xf2\xd4\x17\x99\x8b\x97\x03\x2f\x0e\xcc\xf7\x1f\x59\xbb\x12\x89\xb8\x0f\xa8\x27\xbd\x16\x48\xb8\x58\x04\xf1\x02\xf9\x15\xad\x94\x8d\x1d\xa2\x45\x40\x39\xe0\x27\xf8\x59\xdb\x9d\x1a\x54\xef\x98\x1d\x92\xc5\xb2\x7a\xe7\xcc\x6b\x0c\xc8\x7d\xe8\x38\xcd\x60\xc6\x1b\xeb\xdf\xe3\xc8\x89\x54\x17\x07\x95\x60\x82\x74\x71\xe0\x32\xe2\x4d\x7b\x00\x34\x5a\xb0\x1c\x94\x0b\xde\xf6\x59\x48\xd9\x1f\x40\x5a\xfb\x7c\x20\xee\x1d\xee\x11\x34\x7b\x6d\x5f\xdc\x3b\x9b\xf7\x4c\xea\x70\x2d\x5f\x59\x36\x59\xf8\x2e\xe0\x19\xe8\x14\x35\xc1\x24\x37\x61\xc1\x73\xd2\x21\x45\x97\xe5\x38\x81\xcd\x7f\x6e\x91\x12\xdb\x7b\x00\x4a\xdc\xed\xf3\x01\x35\x69\x5e\xa9\x33\x79\xe1\x6f\x67\xd0\x89\x8c\xb0\x61\x0a\x21\xf8\x3e\xcf\x10\x2b\x96\xb5\xf0\x2b\xb4\xf2\x35\xe0\x57\xd8\x2d\x18\xaf\xe4\x76\xcd\x21\xfc\x0a\x7d\xc5\x0c\x80\x6a\x87\x0c\x07\xd4\xbb\xed\x73\xa0\x5c\x13\xee\x9a\xfe\x60\xf1\x05\xcd\x19\x1d\x11\x87\x9f\x79\xf1\x95\x06\x22\x98\xb8\xdd\x2e\x50\x71\xe1\xd6\x66\x04\x78\x71\x90\x9a\x64\xc6\x4a\x7f\x80\xc4\x0d\x05\x83\xb7\xec\x0d\xce\xb2\x18\xb9\x73\x87\x6a\x94\xf0\x17\x70\x5e\x86\x20\x0c\x37\xc0\xbb\x21\x57\x3c\x8d\x37\x29\xd0\x18\xe0\x3e\xb0\x79\x4c\xa9\x11\xb6\x30\x7d\x36\xa8\xab\xd4\x00\x63\x59\x7c\x2f\x0e\x54\xba\xf9\x9c\x9a\x0f\x8b\x10\xfb\xff\x2c\x3f\xa5\x67\x0e\xc1\xbc\xfb\xd0\xeb\xc2\x27\xca\x93\x13\xaf\x69\x7b\x81\x79\x58\xb9\x1f\x0f\xe3\x25\xdc\x05\x9c\x24\x9c\x25\x21\x1e\xe8\x64\x2d\x95\xe0\x60\xe0\x8b\xe8\x04\xf2\x6e\xb6\xa4\xce\x1f\x6e\xcb\x1a\xd4\x44\xe9\x9b\xa2\x1e\x27\x94\xd0\xa5\xbb\x81\x0e\xa5\xde\x7f\x0b\x3d\x19\x88\xa2\xcc\xd1\x63\x6e\xe4\x3e\x35\x48\x98\xec\xcb\xc2\x84\x9a\xd7\x5e\xaf\x13\x99\x1f\x95\xfb\x76\xcc\x8d\xdb\x4b\xb7\xe9\xc9\x5c\xe7\xbe\x8f\x4f\x14\xe2\x1b\xce\x4e\x31\x09\x84\xa7\xfb\xa4\x61\x47\x6b\x37\xa1\xf7\xb5\x03\xf2\xa4\x77\xa4\xa4\xf9\x64\x70\xb2\x6f\xf4\x93\xb5\x6e\x9a\xa9\x2e\x60\xaf\xe9\x67\xc4\xf0\x68\x25\x26\x9c\x0b\xb6\xe9\x16\x09\xd2\x8a\x49\x20\xe0\xf1\xcc\x15\xde\x3c\xb5\xed\x66\xc5\x16\xf0\xb8\x2b\x25\x95\xd0\xe9\x44\xf8\xb2\xb1\xf1\xac\x59\x2a\x49\xcf\x0b\x0a\x78\x75\x59\xb9\x4d\x4d\x64\xcd\x72\xaf\x7a\x06\x5a\xff\x34\x48\xdd\xe5\xf2\x0f\x49\xa3\x9a\x6c\xc0\x38\xd2\xce\x4c\x84\xc2\x38\x17\xd6\x6c\xf4\x04\xd7\x18\x1a\xb2\x80\x87\x9f\xa1\x4d\x5f\x7e\xa6\x8a\xd6\xab\x4f\x78\x3c\xdd\x20\x62\x8a\x86\xff\xe7\xad\x69\x99\x02\x6a\x68\x75\xc4\x4c\xe6\x7b\x54\xe2\xe2\x31\xe1\xaf\xa0\x4c\xe4\x63\x36\x72\x8b\xc6\xc4\xfc\x8f\x3a\xb9\x27\x15\xb4\xfe\xbe\x43\xbb\x63\x12\x3b\x73\xd4\x68\x16\x99\xd9\x5c\xc0\x71\xf6\x1c\x93\x06\xd9\xb9\xcf\x97\x7b\xa4\x46\xb7\xbb\x09\x72\x97\x56\x92\xde\x9e\x8e\x9c\x9a\x3d\x53\xd7\xea\xf9\xc2\x3e\xf7\x33\x16\x6a\xfe\x29\x6d\xcf\x1c\x38\xc5\xcd\x16\x08\xa2\xf9\xf0\x72\x7a\x1f\x78\x7b\x8c\xe4\x0b\x91\x13\x04\x06\xd2\x50\xcc\x17\xbb\xf6\x22\xbd\xf9\x0c\x5e\xe0\x75\x5f\x9f\x41\x75\x92\x9f\x21\xbe\xcd\x69\xa9\x6c\xf5\x42\xc3\x03\xc1\x95\xf3\xc7\x64\xf1\xe2\x10\x76\x98\x88\x7a\x09\x65\x56\x1e\xf3\x45\xb7\xbd\x48\x63\x3c\x03\x22\xde\x0b\x87\x92\x3b\x8e\x57\x9b\x88\x79\x89\x69\x39\x42\x5d\xab\x87\xc9\x98\x17\xc7\x38\xcd\x89\xec\xbe\xde\x71\x73\x50\x4c\xf8\x05\xae\xac\x8e\x95\x39\x2f\xd0\x24\xe6\x78\xe1\x6d\x38\x35\xe8\x9c\xa4\x51\xef\x53\xfb\x6a\xf7\xd7\x09\xec\xea\x8b\xd3\x5c\x38\x18\xcd\x4b\x6b\xf0\x03\x91\xb0\x68\xed\x17\x1e\x98\x70\x51\xd8\xbc\x9a\x2b\xe7\xcd\x3f\x60\x83\x58\x3a\x2e\xd2\xa4\x16\x5f\x64\xda\x8b\xcc\x07\x93\x7e\xa5\xbe\x6f\x4e\x40\x53\x7b\x00\x4d\xd6\x52\x76\xd2\x9a\xb9\x27\x3b\xb8\x89\xf1\xef\x3f\x9f\xfc\x8e\x93\x21\x2b\x96\x4c\xfb\xc4\x0d\xd6\xff\x27\x7b\x68\xd8\x3b\x69\x36\x09\xbc\x36\x08\x9a\xce\x9d\xf5\x2e\xd4\x22\xd1\xae\x6c\x1e\x13\x65\x7e\xec\x87\x31\x13\xeb\xea\xaa\x3f\x89\x75\x2d\xaf\x59\x35\xd1\x09\x88\xe7\x0b\x76\x7b\xf1\xc4\x03\xeb\x7e\x66\x01\x58\xb6\x98\xbb\x8e\x1d\xcf\xee\xe0\x60\x83\x1a\x64\x66\x70\xd4\x18\x09\x55\x9d\x43\x69\xc2\xd9\xd4\x7e\x7a\xf3\xec\x7c\x41\x34\x02\xaa\x16\x8f\xe1\x85\xaa\xd3\x39\xd3\xe6\x09\xff\x6d\xaf\xf4\x09\x92\x7c\x58\xb3\x4c\x90\x57\xfe\x24\xab\xe8\xc6\x39\x4f\xb0\xf3\xa7\x43\xa8\x99\xcd\x8d\x0c\xaa\x76\x80\xde\xbc\x92\x57\xd4\xc2\x0b\x57\xab\x23\x40\x26\xa3\x60\x54\x3a\x65\xcc\x0b\xa2\xc4\x5d\x5e\x98\x66\xdd\x52\xe6\xc5\x5b\xb0\xe5\xed\x8b\x67\xbb\x72\xdf\x8f\x09\xdf\x55\xe7\x60\x9a\x4c\x11\xe9\x1c\x61\x13\x29\x22\xd7\xa7\xc5\x07\xf3\xae\x06\xa1\x02\x2e\x16\xf0\x2f\x58\xed\xf6\x03\x9c\x70\x76\x2d\x3e\xe4\x00\x45\xed\x8c\x30\x6f\x6a\x70\xaa\x1b\xe0\x19\x25\x38\x3c\x6f\xfa\x4f\x1a\x6f\xdc\x9c\xe8\xe2\x37\x2e\xb6\xe1\x46\x99\xb8\xcd\xcf\x0f\x88\xd0\x33\xe0\xa9\xc3\x93\xe6\x93\x57\x31\x51\x99\xf0\x53\x10\x7b\x12\x7e\xda\xa9\x6c\x3e\x60\xd8\xe2\x26\xa0\x1d\xfb\x74\x91\x0c\xeb\x0f\x08\x72\xbc\x4d\x1f\x5a\xe8\xa3\xfd\xe5\x1c\x5a\x48\xf4\x63\xb7\x91\xf5\xc3\x3c\x6b\x8b\x2e\x46\x5e\xdb\xc4\xb7\x7e\x60\x0d\x11\xbc\xa0\x26\x36\xee\x5b\xbf\x1c\x62\xd7\x0f\x39\x44\xff\x40\xde\xd8\xf4\x4c\xb9\x12\xa6\x61\xa7\xe8\x72\x1f\xd0\x78\x0a\xf8\xad\xdf\x89\x16\xfc\x01\x43\xe4\xfd\xfc\x22\x70\x7b\x42\x2f\x28\x96\x8b\x0c\xa3\x6b\xa3\x52\x56\xdc\xb6\x36\xda\x5a\xfd\xc5\x56\x30\x4a\xf5\x98\x9a\x67\x1d\x01\x2b\x1d\x25\x74\x90\xad\x8d\xd2\xb3\xbb\x13\xaa\x0c\xfd\x05\xf6\x79\x75\x93\xc0\x17\xd3\x34\xc0\xbd\xd0\x34\x15\xac\x84\xc4\xf5\x2a\x20\x49\x0b\xbf\xe0\x9c\x5b\xaa\x9f\xb9\x47\xd5\x3f\x42\x89\x1c\x11\xbf\x10\x4a\x54\x04\x17\x56\x21\x3d\x5a\x86\x8a\x1d\x27\xf1\xbf\xe8\x69\xeb\x3b\xed\xaa\xb4\xa8\x09\xe5\x2d\xe8\x89\x4b\xf5\x17\x3c\x61\x74\x6b\x5f\xd0\x13\xab\x8a\xfb\x58\x35\x11\xbd\xbf\x00\xb7\x7b\x56\x59\xc8\xc7\x06\xe2\x55\x21\xeb\x3e\xcf\x38\x51\xa4\x5f\x59\xc0\xba\xc3\x29\xec\x56\xea\x7a\xcd\x8f\x4c\xf7\xe8\x54\xe3\x0b\xe8\x75\x38\x29\xdd\x6a\x8c\x56\xf3\x33\x8f\x31\xe1\xdf\x85\x32\x3a\x4e\xed\xb3\x3a\xb6\x40\xf3\xff\x28\x6e\xe2\x51\x75\x5e\xee\x25\x07\x56\xe7\x30\xfd\xcc\x60\x4f\x2d\x5d\x4f\x51\x24\x1a\x3b\x18\xdc\x33\x0b\x67\x02\xe7\x47\x58\x50\xd4\x3a\x45\xe5\x1a\x2c\x85\xa5\xff\x07\x78\x47\x18\x69\x0d\x84\x0a\xe8\x00\x58\x23\xd9\xd9\x3f\x34\x4e\x8a\x48\x1c\x14\x5d\x1e\x34\xc3\xbe\x3f\x9b\x70\x20\xf7\xdf\x72\x13\x14\xf1\x66\x30\x68\x77\x8b\x47\xf9\x42\xda\x5e\x9a\xff\xa7\xbc\x35\x07\x32\x51\x4f\x71\x8b\x18\xa5\x37\x25\xbc\x0d\xea\x87\xa6\x84\xc0\x1e\x27\x4a\x52\x56\xcf\x0b\x21\xb1\x19\x12\x90\xd8\x16\xac\x05\x04\x5c\x74\x8c\xad\xe0\x1e\x71\x7b\x58\x38\x0b\x16\xba\xe4\x3a\xa7\xfb\x4a\x40\x3c\xdd\x03\x0a\x1e\xe8\x50\x59\x8c\x02\x1f\x7e\xe6\x98\xd4\xc0\xc4\x4a\x75\x3f\x63\x48\x92\xff\x0b\xe8\xb6\x19\x7b\xae\xb9\xe3\xf2\x2f\x92\x58\xe8\x26\x3e\x3f\xdc\xc8\xca\xad\x31\x2c\xf4\x30\xfc\x4c\xc4\x6d\xc1\xf1\xa2\xd9\x0f\x04\x5a\x08\x8a\x2a\xe1\x67\xee\x20\x21\x9a\x85\xac\x8f\x2a\x6a\x39\x16\xa2\xa4\x3e\xfb\x63\x81\x7b\xe3\x4f\x17\xa1\x45\x60\x2b\x25\xd3\x4a\x60\x6b\xb9\x08\xdc\x3a\x9c\x5c\x71\xed\x04\x1f\x9e\xb3\x1d\xab\x38\xfc\x05\xc5\x8c\xd4\xb6\x8b\xf5\x27\x9d\xfc\x68\xed\x5c\x15\xf3\xe6\xce\x0d\xa5\x21\x52\x4f\xeb\x34\x2f\x8b\x15\xbd\x7d\x69\x58\x07\xa6\x55\x37\xda\x75\x40\x3c\x7b\xe1\xa1\x96\x2d\xe1\x06\x28\x14\x3e\x2f\x64\x82\x69\x8d\xeb\x48\xe6\xd2\x38\x10\x28\x55\x04\xf1\xd7\x91\x1b\xc6\x5f\x80\x6a\x4f\xfc\x81\x73\xce\x02\xfa\x4c\xa2\xb5\xf6\x27\xb9\x4d\x0d\xc0\x97\xb6\x08\xd1\xaf\xd4\xbb\x4e\x7f\x10\xff\xfe\x13\x76\x6a\x5b\x0c\xd1\xb6\x3a\x63\x11\xbd\x7a\x9e\x4e\x06\x4b\xb8\x81\x13\x41\x4a\x1a\x35\x03\xab\x3e\xdf\x73\x08\x5a\x2a\xb8\x23\x0c\xa7\x91\x5c\x17\xf8\xc3\xc7\x2a\x6b\x8c\xbb\x62\xc0\xba\x30\x06\xcb\x4e\x68\x52\x6d\xcb\x5b\x17\xf0\xb6\x17\x0e\x6a\x51\x47\x47\x2e\xa8\x45\x8b\x94\x92\xeb\x2e\xe0\x6e\x51\x74\x13\x01\x79\x08\x77\x8a\x46\xff\x00\xfe\xb3\x64\xbc\x21\x45\x3c\x69\x37\x4f\x1c\xef\xb0\x9b\xce\x62\x3e\x93\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\xd6\x79\x52\x93\x88\xa3\x72\x91\x83\xf5\x24\x91\x5a\xfa\x87\x37\x25\x8b\xc6\x87\xdb\xc8\xf8\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x72\x3e\x28\x93\xe6\x6d\x46\x8f\x83\xe5\x3e\xa1\x91\x98\x96\xb6\x0f\xd8\x4f\x90\x68\xa7\xcb\x81\x15\x4b\x3b\x35\x9f\x8e\x3a\xd9\x7f\x18\x86\x90\xdf\xce\xc4\x91\xd6\x2c\xed\x88\xac\x52\xa5\xcb\xb1\xc3\x41\xd6\x5e\xf4\xfb\x8b\x0c\x3f\x4a\xf0\x9d\xc8\x50\x8b\xbf\x23\x12\xab\xd9\x9a\xbc\x6f\x64\x1f\x1d\xa5\x3b\x91\x9e\x18\x72\x47\xdc\x78\x31\x05\x1b\xf6\xb1\xc4\xd1\xce\xc4\x90\x8e\x42\xdd\x91\x4d\xdc\x1e\x90\xfb\x06\xaf\xba\xe5\x1e\xb9\xad\x35\x8f\xfb\x86\xc5\x0e\xb7\x78\xf1\x05\x77\x09\x8e\xd4\x99\xb2\xc3\xa3\xd6\x4e\xcb\x7b\xfa\x14\xb8\xcb\x82\x00\x49\xe1\xe5\x1d\x50\xd1\x5e\xf8\x3b\xa1\xa2\xd7\x81\x55\x24\xad\x1d\xdb\x59\x15\xd2\x31\x4d\x3b\x02\xb9\x1c\x51\xb9\x17\x3a\x5a\xfb\x03\x02\x35\x4d\x42\xe1\x36\xd6\xfb\xc8\x35\xae\xa2\xc2\x63\xaf\xd4\xe2\x68\x9f\xef\xc8\x2d\x6e\xc7\xe3\x9d\x50\x51\xb7\xe2\x3d\x7d\x5d\x75\xab\xdd\xe1\x36\x60\x37\xe3\x1d\x8a\x56\x47\x6c\xee\x70\x23\xb0\x33\xc9\x0e\x28\x39\xd6\xf6\xa7\xec\x71\x3b\xd3\x0f\x55\x7f\x7d\x93\x5e\x0f\xe0\xe1\x22\x89\x40\x38\xba\x16\xaf\x41\x23\x5f\x48\x12\xee\x2f\xf0\x9c\xdd\x04\x37\x48\x09\x49\xc6\xbd\x71\x40\x7e\x9f\xf8\xc9\xac\xda\x18\xda\x2f\xe9\xbc\x23\x3f\x91\xd5\xfa\x3b\xdd\x5c\xed\x80\xb3\x33\xc1\xa3\x53\x48\xef\x50\x8b\x76\x07\xda\xef\xe9\x34\xa0\xb3\x72\x67\x46\x47\x07\xfc\xec\x28\x09\xe9\x7b\xf3\x0e\xec\xaa\xaa\xde\x63\x4f\xb5\xe8\xa7\x05\x7a\xbc\x88\x35\x50\x99\xdc\xfa\x8f\x7d\x90\x19\x45\x24\xf3\x35\x3a\xc5\xc6\xfe\x22\xcb\x5e\xcd\x2b\xac\x8b\x63\xcf\xea\x7d\xf0\xea\xee\x2d\xf5\x22\xc9\xd9\x3d\x75\x91\xe2\x51\x73\x1b\xdc\xd4\x1a\x14\xfc\x50\xbb\x37\x04\x71\x9e\x1b\x4c\x5c\xe7\x4d\xfd\xc2\xb4\xa9\x22\xc8\x63\x67\x61\x1b\xa1\x94\x7d\xa2\x96\x9a\xa5\xc8\x24\x6a\xf1\xea\x4e\x22\x6c\x0f\x02\x3e\xa3\xf5\xe7\x17\x68\x67\x32\xcd\x93\x37\x7b\x1d\x2b\x3b\xd4\x96\x55\x90\x7c\x9f\xb4\xbb\xea\x83\xf5\xc3\xff\xa2\x71\x51\xba\x9a\xc8\x45\x50\x2f\x4d\xd1\xbe\x5e\x16\x74\xfd\x95\x9d\xe1\xed\x56\x74\xee\x40\x6e\x0e\x17\xd8\x77\x76\xa1\x41\xec\x94\x9e\xe6\x96\x04\x67\x9b\xdf\x78\x05\xb4\x43\xcb\xf7\x3d\x47\xe5\x17\x4e\xd0\xe0\x2e\xa8\x30\x16\xd1\x89\xbc\x3c\x0a\xe8\x00\xab\x7b\x38\x1a\x89\xd6\x62\xc2\x7e\x5d\x3d\x4a\xc0\x26\x07\x85\xec\xcc\x6c\xe3\xd4\xd9\x3b\x51\x90\x0e\xb2\x1d\xf1\xe4\x55\xea\x84\xfd\x64\x8f\xea\x80\x95\xbf\x9d\x9c\x7b\xa7\x57\xa5\xb5\xb7\xfb\x45\xa0\x65\x11\xfd\xa2\x94\xae\x1a\xb8\x63\x47\x8d\x15\x07\x4a\xef\x0c\x00\x72\x1a\xdc\xfd\xe2\xbc\xf9\x05\x38\xee\xeb\xc0\xdf\x99\x67\xc6\x91\x1b\x3b\x93\x63\x3b\x69\xe9\x0e\x1c\x53\xa5\x51\xdb\xaf\x07\xcf\x22\x29\x71\x8d\xa6\xe9\x6e\x78\xd6\x18\x6e\x02\x54\xc1\x96\xfd\x85\x31\xd5\x99\x0f\xf7\x9b\x24\xfa\xff\x24\x49\xf3\x86\x8a\x28\x9b\xb5\xb3\x3b\x7c\x1e\x7f\x9b\x8f\xbe\x87\x4d\x68\x25\x10\xaf\xe3\xa4\xb7\x3b\x2b\x96\xf8\x2e\xb2\x3f\x39\xca\xff\xbe\x38\x58\x91\xc4\xfa\xaf\xe3\x47\xad\x44\xf8\x87\xf6\xef\x3f\xd5\x99\xa3\x0f\x40\x08\xbb\xbb\x1d\x54\x37\x59\xa3\x7b\x10\x53\x7c\xba\x20\xcb\x0a\x5c\x1d\x80\x08\x55\x17\xdb\x03\x5e\x85\xb6\xa3\x1c\xb4\x9e\x3a\x70\xe3\xd8\x78\xf6\x14\x7f\xf1\x0e\xe3\xbd\x57\xfe\xe1\x2c\x3a\x36\x9e\x3d\x02\x08\xc7\x86\x95\xf4\x88\x10\x51\x63\xbc\x70\x14\x66\x4f\xf4\x33\xc0\xa0\x8e\xc6\xa3\xf0\xf0\xd5\x69\x7e\xa0\x28\xb4\x19\xfe\x60\x78\x8c\x75\xd8\x07\xd3\x3e\x5b\xe7\x7c\x14\x1a\xb9\x8b\xdb\xe4\x79\xa8\xf3\xf6\xa8\x05\xd9\x60\x45\x44\x2a\x83\x3c\xad\x75\xb0\x4d\xff\x00\x69\xa4\x83\xe2\xe0\x09\x2f\x85\xd7\x01\xe5\x90\x33\x8b\x1d\x0c\x6e\x29\xee\x81\xb7\xba\xf0\x07\x60\x16\xdd\xad\x0f\x1c\xe2\xdd\xeb\x96\x69\x67\xc4\xe1\x47\xc3\x46\xd7\x55\xe2\x60\x12\x67\x87\xcb\x1c\x8d\x24\x8a\x64\x84\xa6\x18\x74\x1c\x2c\xe1\x3c\xa7\x5f\xa0\x83\x91\x66\x85\x49\x9b\x5d\x6b\xe0\xc0\x99\x5d\x9d\x86\xff\xe8\x10\xb1\x26\x9a\x91\x28\x4e\xe4\x75\xd0\xd4\x69\x6e\x83\xf6\xa9\x4a\x94\x1c\x79\x82\x9b\x5d\x3b\xf3\xa9\x09\xd2\x1e\x3c\xc2\x05\xf4\x8f\x8e\x5d\xd7\x4c\x42\x12\x69\x1a\xc0\x70\xd2\xba\x1d\x83\x16\x05\xdd\x70\x0e\xe8\x97\xaa\x6e\x1b\x07\x6a\xe1\x59\xd1\x77\x20\xd8\xda\x7a\x99\xe3\x3d\xf3\x8b\x63\xc5\x0f\x96\x74\x76\xb2\xdd\x03\xd1\xd8\x2e\xd1\x70\x00\x03\x0c\xbb\x0e\x1e\x88\x55\xb1\xf1\xea\x40\x2d\x3c\x07\xba\x1d\x83\x1c\x6b\xee\x48\xed\xd2\x32\x4d\x37\xdf\xf0\x27\x08\xa0\xf5\xb4\x04\xc5\x97\x04\xdc\x01\xf5\x52\xb5\x72\xe7\x08\x5c\x4f\x24\x9d\x0e\x94\x15\x71\xaa\x96\x83\xea\x25\x47\x08\x1c\x11\x74\xe0\x17\x3f\x24\xd0\x58\xee\xf4\xc0\xcc\xe9\x0b\x86\x9e\x58\x1b\x79\x50\x21\xe4\xc0\xfc\x03\x06\xd2\xea\xdd\x4e\x60\xd1\xdd\x42\xe7\x30\x44\xd5\x1c\x70\xe7\x15\x0d\x08\xf1\x76\x12\xaa\x63\xee\xf0\x07\xf6\x33\x63\x31\x4c\x01\x70\x88\xd7\x06\xfa\x21\x3b\xd1\x1d\x70\xdc\x73\x1c\xfb\x01\xe3\xe7\x66\xb7\xd1\x03\xe1\x25\x0e\x8f\x39\x16\x05\xec\xf2\x0f\x38\xba\x84\xad\x8f\x9d\x43\x12\x45\xcc\x78\x63\xb5\xdb\xb1\xf3\x46\xed\xd5\x66\xf4\xb4\x95\x5a\xc7\x4e\xff\x14\xaf\xf6\x4e\xb0\x2c\x4c\x78\xec\x60\x72\x61\xe5\xe3\xa0\xdf\xa5\xa5\x24\x34\x3c\x2e\x96\x75\x40\xc3\xe3\xca\x6c\x07\x81\x89\xf0\xda\x01\xe3\xa4\x71\xc8\x71\xb0\xde\xa3\xdf\x87\x30\xf1\x26\xc8\xfc\xcf\xfe\x9e\x99\x4b\xb4\x6d\x11\x5e\x62\x27\xb4\x23\x71\x8c\x99\xe9\xe0\x41\x31\xdd\x02\x8c\x68\x9e\xa6\xf3\xf7\xef\x3f\xad\x0b\x73\x1e\xb0\x55\xf6\x15\x7f\x3a\x86\x60\xc7\xb4\xdd\xf2\x38\x21\x35\x04\xe4\x0e\xd8\x25\x9b\x7d\xab\x0e\x64\x7f\xb6\x89\xe4\x38\xe1\x07\xe5\x2d\x0b\xd5\x4e\x75\x9e\xe1\x03\x66\x48\x5b\x20\x8e\x8b\x13\x2a\x72\x5f\x90\x54\x3f\x13\x72\xf1\x46\xe5\xff\x53\x48\x68\x46\xa1\xfa\xb1\xf5\xf7\x40\xf2\xe6\xb0\x0d\xfc\xb8\x50\x3a\x40\x18\xe8\x20\x46\x12\xb0\x3b\x98\x9c\xd9\x19\x16\x8e\x9b\x59\x23\x74\x1d\x3a\xa0\xa9\x71\xd1\x9e\x03\x2e\x6e\xae\xf2\x73\xb0\x4c\x9c\xab\xf4\x1c\x37\xbb\xd0\x2c\x3c\xd9\x85\x96\xf5\xc1\xa8\x8d\x5f\x1e\x5e\x7f\x7c\x70\x3e\x4c\xfe\xe1\x53\xe9\xa1\x8e\x4c\x3b\xfc\x44\x14\x73\xd8\x0a\x72\xb2\xde\x86\x4a\xe4\x8f\xf3\x47\x9c\xae\x3d\x79\xc2\x08\xe7\xb2\x28\xe7\x2f\x3b\x29\xfa\x21\xe7\xce\x5f\x30\xf9\x8f\x04\xd1\xf9\xcb\xa1\x4e\xfd\x00\x81\xaa\x4d\x79\x6e\x79\x6c\xa8\x09\x24\x48\xb6\xf5\xf3\xdc\x78\xd6\xe9\x7c\x3d\x37\x46\xbd\xab\x45\xba\x9d\x59\xd9\x77\x6e\x9c\x7e\x7f\x40\x9f\x1b\x9d\xc8\x27\x54\x1d\x2e\x37\x71\x22\x65\x8d\xeb\x8c\x9c\x85\xb9\xb0\xb4\x67\xce\xc2\x63\x41\xa7\xe1\x99\xe1\x10\x62\xd3\x13\x2e\x5f\x0e\xfc\x3d\x13\xd9\xe8\xd0\x3f\x91\xee\x38\xac\xb3\x3c\x2b\x9d\x79\xfc\x8c\x2a\xc2\xba\xa7\x9f\xcc\x7e\x5c\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xc7\x4c\x93\x2c\x39\x5f\xe8\x32\xbb\xae\xfe\x67\x63\xa2\x4b\x35\xd0\x10\xd3\xe1\x79\xa1\x5d\xac\xfb\x99\xba\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\x00\x06\xd7\xfb\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\x08\x06\x2b\x8f\xcf\x4c\xb9\x37\xfd\x43\x72\xa1\xfa\x40\x0a\x19\x17\xea\x38\x61\x28\x53\x01\xf2\x71\x76\xde\x89\x75\x66\x9f\x8c\xaa\x35\x5f\x43\xf9\x10\xd6\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x50\xd7\x6e\x3b\x61\x28\x73\xed\x90\x13\x3e\x5a\x4e\x6a\x7a\x22\xea\xd6\x09\xe7\x4f\x2a\x2b\xcc\x1d\x83\x8e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe4\x72\x51\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xe4\x32\x76\xa2\xb0\x13\x21\x0a\x4e\x4a\x7d\x06\x6f\xf5\x3a\xaf\xcf\x0c\x49\x30\x4d\xcc\x5d\x6c\xc5\xec\x19\xb9\xb9\xfd\x09\x32\x36\xea\x48\x3f\x33\x68\xe1\xd3\xc9\x85\x8d\x68\xa2\x30\x8f\x5e\x18\x98\xad\x9c\xc8\xfc\x9c\x9c\x37\x11\xfd\x82\x94\xea\xe2\x53\x27\x13\xd3\x7c\x7f\xe0\x26\x5a\x7f\xf2\x52\x38\x27\x24\xbf\x97\x7d\x12\x62\x74\xd3\x03\xf7\xe9\xea\xfe\x17\xfb\xd3\xba\x20\x6d\x8d\x2d\xa2\x27\x41\x8d\x59\x93\xca\x14\x41\x92\x73\x61\x40\x02\x41\xe7\xa2\x82\xdd\xff\xe7\x80\xdc\x40\x0e\xc8\x6f\xb0\xe6\x97\x9f\xc9\x4a\xde\x50\x8c\x67\x58\xba\x0d\x9f\x88\x67\x70\x70\xca\xb9\xc8\x5b\xfe\x00\xc2\x4f\xb8\xfe\x5c\xbc\x80\x0b\xd2\x9c\x8c\xcb\xb5\xaa\xf9\xdc\x21\x70\x4d\x24\xf3\x1c\x9b\xfd\x51\x80\xb7\xd9\xa7\xf1\xdc\x19\x5b\x26\x92\x32\x75\xa0\x17\x7a\x4f\x76\xf6\x0f\x2f\x67\xb8\xac\xd7\x79\x10\x45\xbb\x49\xc0\x28\x57\x5e\x3a\x0f\x0a\x7d\x33\x1f\x22\x75\x5d\xc9\xfb\xcc\xb4\x34\x1e\xe7\x31\x51\x85\x46\xc3\x3c\x58\x43\xd4\x1f\xec\xe8\xc1\xff\x03\x53\x0b\x6f\x9e\x07\xb2\x68\x58\x28\x1c\x58\x7b\x33\xf7\xc1\x21\xf8\xfd\xf7\x7c\xb5\x49\xe0\x3c\x81\xc9\x2d\x64\x4e\x1e\xb7\xc5\x2f\xe0\x90\xf1\x3a\x20\xff\xa0\xeb\x3d\x9f\x50\x20\x0d\xe7\x97\x3e\x11\xad\xe0\x6c\x02\x27\xe2\x11\x8c\xb5\xce\x13\x49\x5c\xcd\xde\x27\x6f\x68\x1e\xd2\x99\x2b\xad\x2e\xd3\xe9\x4b\x0a\xf4\x93\x4e\x5f\x56\x58\x9f\x17\xc5\xb3\xd9\x8b\x70\xcb\x87\xed\x45\x35\xc1\xe7\x07\x64\x97\x17\x00\x3e\xd3\xeb\xcb\x13\x07\xaf\x2f\xd7\x58\x39\x91\x93\xc6\xfe\x7d\xe7\x8b\xbf\x66\xf7\xa6\x47\x8e\x1a\x27\xc8\x3d\xa1\xd4\x0a\xdf\xf2\x4e\xd8\xe6\x9a\xf0\xda\x79\xb3\x42\xb9\x7b\xb8\x51\x74\x45\x98\xf9\xbc\x91\x7d\xdc\x48\x08\xc6\x3a\x9b\x19\xce\x9b\x39\xb7\x34\x84\x3b\x05\x87\xc6\x88\x24\x36\x4e\xca\x7f\xde\x14\x1c\x06\x31\xd0\x7a\x39\xf9\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x85\x82\x8d\x7a\x90\xe6\xc6\x41\xdd\xe7\x93\x1b\x42\xd3\xc6\x50\x63\x0f\xe2\xa1\xc6\xd3\xf8\xe1\xa1\x7e\x49\xa7\xd2\xf5\xfb\x91\xa8\xa1\x1f\x36\x2a\xfe\xab\x7e\x80\xb6\x4f\xf2\xf0\x62\x30\xaf\x4d\x05\x17\x0b\x62\x38\xe9\xca\x05\xa7\x2b\xdf\x97\x2e\x98\xd6\x9c\x82\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x5e\x55\xce\xb2\x72\x41\x91\xe6\xba\x5b\x17\xd3\x22\x3a\x62\xf8\x82\x2d\xcd\xe9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xe8\xda\x66\x1d\xf9\x85\x78\xdd\xcf\xb8\x37\xe6\x63\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\x11\xc3\x7f\xab\xb5\x7a\xa5\x9e\x4c\x57\xb8\x0b\x66\xb2\xe2\x11\x17\x00\xbb\x9f\xbb\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x7a\x69\xc3\x59\x97\xae\x5a\x50\x3a\x45\x53\xf4\xc2\xd3\xee\x5c\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xcb\xda\x87\x13\xa0\x66\x73\xbc\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x35\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe9\x5b\x9b\xee\x42\xf5\x34\x67\x27\xbc\xe0\xb4\xe5\xd4\x27\x17\x1d\xa8\x9c\xe8\xe6\xa2\x51\xca\xd5\xf5\x2e\xa8\xb4\xec\x26\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\xb4\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\xac\x93\xfb\x19\xc5\xa0\x95\x49\x38\xeb\x82\x0f\xbf\x13\x21\x5c\xc8\xbf\xe2\x74\x9a\x17\x4b\x67\xd8\x60\x77\x0d\x14\xcc\x6f\x7e\x21\x37\xa1\x86\x31\x80\x00\x7e\x6e\x11\x5a\xae\x6e\x9a\x70\xe2\x7b\x1a\x98\x8f\xa5\xb9\x03\x62\x4b\xb5\x17\x39\x06\x7d\x10\x50\x8e\x7b\xe9\xa0\xa0\xb2\x74\xbb\x00\x1d\x5d\x74\xee\x0a\xce\xb3\x08\x08\xe2\x01\x01\xc5\x8b\xea\x29\x1f\x8e\x17\x62\x51\x9d\xe0\xed\x7a\xa1\xda\xec\x66\x37\x78\xe7\x5b\x07\x7b\x01\xa9\x55\xab\x97\x2e\x66\x1c\x74\xa5\xbc\x0b\xd0\xed\xb3\x30\x93\x12\x58\xb7\xc6\x0b\xd9\x53\x9c\x51\xf0\x5a\x19\x3c\xa2\x51\x31\x0d\xb4\x8d\x50\xd7\xe2\xca\x69\x14\x69\x29\x13\x7e\xbc\xa0\xe3\x72\x4e\xc2\x6b\x11\x80\xba\x81\x5c\x39\xbf\x30\xd9\xa7\xc6\x8d\x52\xb8\xae\x34\x70\xbd\xe0\xad\x3a\xa8\xe6\x42\x7d\x32\xbb\x6b\x5e\x3b\x9d\x5e\xa5\x46\xbb\x68\x39\x73\xa1\xbb\x6b\xe7\x5d\x47\x5d\x52\xa3\xe5\xda\x7a\x17\x4c\x67\x9f\x79\x80\x3b\xbd\xbd\x02\x2f\x7a\xcf\xdb\xc3\xff\x3a\xb8\x56\x5a\x8b\x83\xa3\x92\x3e\xe4\x82\x69\xad\x79\x29\x0e\x5e\x24\x04\x8b\x2f\xb8\xcb\xbb\x50\xd3\xc5\xdc\xcd\xf3\xd3\x27\x0d\xa7\x82\x3a\xd7\x89\x52\x1c\x9e\xc9\x04\x53\x42\x73\x17\xab\x98\x7d\xa4\x01\xd1\x94\x2e\xe8\x17\x14\x53\x8e\xa7\xbb\x90\xdd\xd9\xf9\x7d\x2e\xc6\x86\xda\x38\x7b\x9d\x3c\xda\x2c\x86\x4f\x9c\x1a\x3e\xda\x90\xe0\xcf\x19\x18\xae\x93\x33\xdb\xfd\x03\xf6\x95\x0f\x2e\xa0\xad\xaf\x60\x07\xda\x32\x54\xbf\x90\xf0\xcf\xb1\xf9\xd7\xc5\x31\x88\xe6\x2b\xe3\x14\x34\x28\xa8\xae\xb6\xf8\x93\x85\xe8\x22\xce\xf2\xc2\x5f\xf4\x27\x5a\x6e\x2d\x01\x82\xe9\xa1\x3a\xd4\x93\x06\x6b\xa1\xb3\xbe\x5c\x17\x0f\x22\x9f\x33\x37\x71\xbc\x34\x5d\x17\xc2\x45\x3f\xe2\xf0\xe6\xa6\x0a\x7f\x01\xf1\x67\xee\xba\xa9\x88\x0e\x7f\xc1\x85\x13\xd9\xf0\x93\x72\x5a\x89\x0b\xd8\xab\x39\xd9\xd3\x45\xec\xe5\xa3\xed\x86\x51\xf4\xd3\x00\xd7\xcd\xff\x63\x50\x5e\x78\xd6\xe1\x75\x4d\x9e\x2b\xf3\x53\x7b\xa2\x10\x60\xea\x12\x99\xd7\x03\x23\xa9\x45\x3a\x6a\x63\x18\xd1\x5e\x09\xc5\x74\x17\xb9\x1e\x56\xc8\xd4\x18\x1e\xea\x82\x2c\xce\x58\x2c\xcd\xa7\xe9\x03\xe7\x49\xc3\x28\x78\x5d\x39\x1b\xe5\x05\x13\xa9\x23\xed\x2f\x78\x61\x39\x27\xd0\xf5\x40\x0a\x48\x74\xdd\xbf\x5c\xa7\xd0\x0f\x49\xe2\xd4\x0f\xc8\x4d\xaa\x59\xbc\x7f\x3c\x5d\x97\x9e\x81\x6a\x36\xb7\x08\xfb\x80\x86\x78\xc3\x3e\xea\x64\x96\x37\x2a\xa5\x59\xa5\x76\xc3\x37\xde\xf6\x86\x7b\xa3\x54\x51\x7b\x1b\xcf\x18\x13\x40\x54\xa7\xcb\xcc\x0d\x54\x67\x69\x7c\x33\xb3\xb5\x4e\xc1\x1b\x89\xac\xed\x11\x70\x6f\xb9\x3d\xdd\x23\x50\x9e\x50\xe1\x5d\x58\x73\x4f\x33\x00\xff\x28\xa7\x1c\xb9\x4b\x1e\x5a\x9a\x33\x68\x0d\xed\x7f\x7d\x43\x6b\x68\x0f\x94\x1b\x39\x5a\xb6\xea\xff\x71\x90\x4b\xe4\xdc\x05\x87\x9c\xa7\xa0\xf0\x50\x73\xfb\xc0\x81\x3a\x56\xef\x72\x22\xb1\x86\xdb\xc7\x08\x25\x6f\xee\x42\x46\xf6\x80\xa8\xb6\xd2\x0c\x31\xe9\xb5\x11\xd5\x0d\x14\x58\x6d\xa3\xbe\x53\x27\xe9\x49\x26\xec\x93\x60\xbe\x5f\xd8\x37\x8d\xc1\xee\x8a\x55\xd6\x29\x7b\xa7\x4a\xd2\x6c\x52\xc9\x78\x1a\x53\x25\x8d\x22\x01\x2a\xc7\x0f\x2c\xbc\x61\x5d\xb5\xcf\xe2\xdd\x78\xc8\x6a\xbb\xde\x4c\x83\xed\xc8\xa5\xbb\x31\xd3\x8d\xba\x40\xd4\xa8\x9d\x70\x6f\x44\x8d\xb6\xcf\xff\x14\x5a\x7e\x81\x25\x6f\x6d\xeb\xba\xd3\x9a\x6a\x66\x85\xb5\xd4\xb7\xb7\x9b\x71\xa1\x56\xb7\xdd\x9d\xf8\x44\x7d\xa0\x40\x9a\x11\xd4\x4d\x8d\x63\xf1\x33\x4f\x3c\x1d\xec\x37\x90\xe5\x30\x12\xb8\x61\x4d\x75\xd8\xc4\x3d\x92\x26\xad\x36\xbc\xf1\xc3\x75\x37\x6f\x04\x83\xfa\x9a\x71\x0f\xde\x3b\xa4\x38\xbd\x07\xf9\x49\xa3\x1a\x5c\x0b\xff\x0f\x43\x90\x47\x0d\x7f\x28\xc7\xa6\xdc\x41\xa7\x09\xdd\x41\x6f\x14\x00\x69\xe3\x4f\x25\x86\xee\xa0\xe1\x5d\x8a\x82\x3b\x68\x1a\x90\x62\xe0\x46\xf1\x5a\x27\xa7\xbd\x91\x72\xcf\x1e\xb2\xf7\x7c\x41\x80\x43\x9a\x6f\xa8\x0f\xed\xe1\x78\x03\x14\x2e\xbb\x98\xdf\xc0\x80\x56\xc7\xdd\x33\x67\xdd\x3f\x60\x92\xfd\xcc\xda\x20\xde\x31\x2b\xe7\x58\x24\xc2\x6a\x69\xe4\x7b\x2f\xee\x0f\x37\x40\xd3\x83\x34\x7e\x37\x00\x9b\xcb\xdb\xde\xc8\x1d\xe2\x3a\x4e\xf7\x22\x05\x1a\x33\x93\x4a\xdb\x2b\xe4\xde\x51\xa4\xce\x9c\x84\x42\x1f\x56\xc9\xdf\x3b\x59\xd1\x72\x0e\xbe\x54\xf6\x6c\xb9\x81\x08\xab\x9d\x84\x6e\x98\x30\x3f\x92\xfc\xe0\xe5\x51\x40\xe6\x86\xc9\xd2\x66\xa0\x9b\x29\xa0\xed\xaf\x70\x27\x24\xb4\x58\x38\x50\xff\xca\x8c\x01\xa3\xe5\xe7\x30\x38\x50\xf8\xc5\xb2\xfc\xa0\x98\x58\xfe\xe1\xe4\xd2\xb9\x45\x4a\x6f\x31\xcb\x41\x2c\xa5\xe7\x93\xf3\x24\xbd\xd4\x7d\xe6\x28\x34\xee\x93\xa3\x10\x0d\x8c\xc9\x74\xdd\xda\x1b\xfa\x37\x1b\xc8\x6e\xa4\x80\xb6\x7b\xeb\x7d\xf2\xc4\x13\x74\xbe\xe9\xc6\x6e\x43\xfd\x8d\xbc\x79\xbe\x95\xdc\x09\x19\x8b\x9b\xa4\x4e\x51\x53\x4f\xc8\x68\x8e\x4f\x0d\xdd\x32\xd1\xbc\x60\x16\x0f\x8b\x60\xc4\x3c\xcc\xe2\x64\xa6\x1a\xfa\xb8\x8f\xe4\x41\xcc\xe4\xe7\xa6\x7e\x5f\x28\x8a\x65\xa2\x2f\x94\x34\x36\xcb\xbe\xf8\x6a\xfb\xe8\x21\xef\x9b\x57\x88\xcf\x1b\xa4\x5a\x34\x51\x55\xe5\xd5\x86\x5b\xb9\xe1\xd1\xfd\xa0\x36\xcd\xcf\xff\xbf\xdc\x60\xb7\xde\xfb\xc1\xa6\x31\x45\x4c\xd0\xec\x1a\x70\xf7\x93\x14\x88\x24\x38\x74\x35\x67\x2b\xbb\x1f\x88\x2e\xcf\xdb\xc3\xb3\xfc\xbf\x89\x7d\x7e\xcc\x7e\x54\xf5\x5c\x50\xf2\xed\xa7\x67\xc2\x1d\x8d\xe1\x41\x00\x62\xf9\x7c\x90\x6b\x3d\xf5\x03\x2e\xd9\xdd\x1f\xf0\xc2\x19\xfe\x81\x0a\x8f\xf0\x17\xb9\xb8\x26\xea\xc1\xbd\x5c\x5f\xc0\xd2\x39\x5c\x8c\xfd\xd9\xa0\xf4\xd6\x3e\x7b\xe0\x55\xee\x4d\xf1\xa0\xfe\x87\x5d\x10\x9f\x0d\x1a\x10\x4d\xe4\xc3\xf0\x42\x6b\xea\x1f\x66\xe4\xf0\x4d\xeb\xd9\x92\x43\x35\xce\x8d\x6e\x1b\xee\xe3\x45\x41\xb5\x6a\x2d\x1e\xa0\x9e\x2e\x5c\xf6\xbc\xa0\x27\xa6\xb0\xed\xc3\x62\x64\xae\x99\xfb\x00\xe5\x2c\xbb\x30\x3f\x25\xc5\xb2\x9b\x4c\x22\xfc\x06\xec\x07\x9e\x18\xe4\xa6\x73\x38\xd4\xc3\xdc\x74\x96\xcb\x4f\xe1\xfd\x50\xe7\xe9\x83\x34\xc9\xab\xff\xfe\x94\xc8\xe7\xa9\x98\x67\x71\xfc\x53\xc9\xc0\x5a\x39\x1a\x73\x9d\xee\xf2\x61\xad\x5a\xd7\x09\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\x4e\x43\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\x11\x05\xdc\xe3\x8a\xce\x0f\x2d\xab\x8e\x48\x7c\x58\xcc\x4c\x9b\xe6\xa1\x5f\xb7\xab\xe1\x3e\x2c\x66\x66\x2f\x83\x07\xa6\x56\xdb\x07\x9e\x84\x35\xd3\x3f\xbc\x3b\xd5\xaa\xf8\xa7\x53\xeb\xd7\xfc\x42\x2e\xa5\x96\x0e\x5e\x62\xf6\xb6\x78\x58\x18\x76\x33\x51\xb9\x94\xfe\x21\x25\x9e\xc6\xd9\xb9\xb6\x9a\xea\xd4\xa8\x49\x90\x3f\x23\x25\xbd\x7f\x20\x30\x97\xde\xe5\x81\xe3\x98\xf5\xb7\x0f\x7c\xc5\xad\x87\x79\x06\xb7\x85\x4e\xdd\x87\x29\xe4\xec\xb6\xf0\x8c\x0b\x5f\xb8\x05\xc4\x06\x7b\x18\x2f\x54\xea\x76\x83\x7d\x02\x96\x75\x41\xf5\x07\x21\x84\x5d\x87\xd1\x03\xd7\xf1\xcf\x16\x88\x1d\xcf\x9a\x58\xa4\x7b\xb3\x79\xf7\x61\x00\xa0\x13\x89\x3e\x91\xf8\x50\x14\xbe\x60\xa8\xdb\x31\xf7\x81\x6d\xd5\xbe\xe7\x0f\xc0\x91\x8d\x9f\xcf\xcc\xc5\x17\xc9\xc8\x07\xe7\x44\x25\xcf\xc4\x24\x79\x8f\x21\x3d\xf1\xfa\xf6\xc0\x3b\xa8\x3f\xa0\xc6\x57\x4a\xbb\x67\xd2\xdd\xb3\xb9\x8b\x1c\x85\x89\x00\xcf\x0b\xec\x3f\x2b\xd7\x56\x5f\x20\xec\xd0\x7a\xbf\x67\x71\x69\x2d\x7e\x56\x0e\x43\x54\x2c\x2a\x7e\x74\xd1\x7c\x56\x6e\x4d\xbf\x41\x7f\x01\xbf\x30\x51\x78\xd2\xfb\x62\x91\x89\xbd\xb5\x50\xfa\x63\x7d\x96\x97\x05\xda\x5c\x58\xf5\xd9\x53\x74\xab\x13\xe4\x7c\xf3\x05\xfd\xd9\x21\xba\x85\x04\x1e\x38\xa7\x59\x45\xf0\xec\x94\x28\x96\xdd\xac\xfd\xb1\x36\x7f\x01\x16\xb1\x88\x83\xe2\x6e\x7d\xb6\xd6\x9e\x44\x69\x6e\x68\x44\xb5\x33\xc6\x73\xe0\x06\xeb\xc9\x83\xef\x99\x75\x81\xcf\xd1\xdf\x15\x35\x93\x65\x1e\x0c\x29\x80\x9e\x83\x3c\x60\xa2\x90\x19\xc3\x7a\x84\xe7\xe0\x92\x77\xbf\xc0\x5b\xb6\x90\xdd\x83\x68\x42\x9b\x5d\x1f\xa4\x79\xfb\xc8\xa0\x93\x7c\x2a\x2e\x3b\x11\x8c\xeb\x9d\xc0\xe0\x42\x3b\x6f\x3c\x50\xe4\xf9\x0a\xfa\x9c\xf4\xe7\x92\xfe\xe6\x39\xa9\x13\xd5\xbd\xf8\xb9\x38\xf7\x22\x01\x6a\x35\xdf\x49\x1f\xa4\x9d\xf8\x4c\xc3\x95\xfc\xe0\x0f\x20\xd4\x3c\x8f\x17\x65\x96\xa5\x3d\x3c\xc2\x7c\x93\x7f\xa0\x06\xfb\xb5\x3f\xb9\x29\x3c\xb0\x4e\x3a\x26\xe8\xa1\x46\xcc\xe4\xc0\xd8\xb8\xd9\x17\xe4\x49\x6b\xa3\xc1\xcb\x0d\xcd\xa4\x39\x1c\x80\xcd\x60\xf9\x81\x86\xcb\x1e\x33\x0f\x34\x5c\x9f\x33\xff\x21\x37\xeb\x26\xf8\xc0\xd8\x68\xef\xe1\xe7\x21\xe3\x88\xa4\x87\x8c\xe3\xff\xc7\xbf\xff\x84\xf3\x57\x3d\x40\x74\x1f\xc7\x88\x07\xfa\x29\xe7\x5a\x78\x58\x62\xc3\x11\x9f\x0f\xf3\x4f\xd8\xd5\xe3\x01\xc2\x93\x91\x22\x7e\x30\x56\x4e\x39\xe1\xc4\xef\x47\x1a\xa7\x9e\x49\x53\xd1\xf3\x40\xf4\xba\xdf\x87\xb6\xe5\xbf\x45\x8c\xdf\x0f\xac\xfc\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\xff\xd8\x24\x7e\x1b\x29\x0a\x3d\x77\x84\x19\xfa\x39\x38\x46\xb5\x88\x6a\x6d\xbd\xf9\x19\xb3\xd4\x34\x04\xf8\xad\xf5\xa6\x0e\xa1\xd2\xea\x4d\x24\x6f\x37\x86\xe8\xff\x41\xd0\x7f\x07\x63\xfc\x58\x5b\x56\x87\x40\xfc\xe0\xe3\x3f\x65\x2a\x8a\x5f\xc1\x24\xb9\x07\xa4\x53\xd3\x7d\x24\x7e\x05\x32\xdf\x93\x04\x15\xd4\xf0\x24\x32\x15\xda\xda\xd4\x25\xf2\x41\xf4\xa6\x31\x03\x5a\xf5\xa6\x39\x82\x5b\xdc\x26\x0f\x98\xf8\xd5\x9c\x14\xad\x23\x2b\xab\x85\x67\xa1\xe6\xc2\x88\x08\x26\x43\x53\x0e\xad\xf8\x11\x4a\x35\x35\xd1\x72\x98\x9a\xd8\x96\xbd\x8a\x0c\xe4\xee\x9d\x32\xb4\xc4\xaf\x71\x93\x15\xb1\x0b\x8b\xa7\xe9\x48\x8e\x5f\x4b\xf7\x3b\x7f\x72\xb0\x0d\x0d\xa5\xf1\x9e\xe4\x26\x78\x66\x77\x11\xde\xc1\x20\x5d\x2f\xb0\x98\x6c\x98\x01\x3a\x85\x5d\xd1\x7a\xbc\x00\xcc\xb9\x76\xe3\x07\xe3\x61\xef\xfa\x7f\x64\x0b\x1a\x3a\xac\x87\x53\x15\x8a\xe3\x87\x04\x0b\x53\x85\x79\xe3\x87\x1c\x61\xd5\xfb\x62\xe4\x6c\xfa\x8b\x9b\x5f\xb8\x13\xea\x85\xb4\x20\xb0\x0f\x36\xff\xcf\x6c\xb7\xd2\x1a\xbe\x82\x80\x2d\xf8\x8b\xc9\xcc\x56\xea\xf4\xc5\x3b\xae\x60\x1c\x3f\x16\x29\xdb\x34\x53\x41\x09\xeb\xa9\x62\xd1\xb2\xf0\xc8\x27\xb7\xbb\xfa\x9c\xd9\xa7\xd6\x0b\x45\xec\x7f\x9e\x5b\x38\xac\x0f\x73\x11\x33\x1e\x2c\xd1\x08\xdf\x2d\xd5\x3f\x8d\xdf\x22\xcf\x14\xbf\x40\xc3\x6c\xf7\x0f\x3c\xb2\x8b\x3f\x21\x57\x79\x18\x80\x1a\xab\x7f\x7e\x80\xd0\xf9\x34\xc1\x6b\x42\xf1\x0b\x0f\x9b\xd0\xcc\xec\xd4\x7f\x76\xff\x80\x30\xc6\xea\x67\x08\xfb\xcf\xff\x28\x01\xf6\xf9\x1f\x9b\xa3\xff\xc5\x46\x14\x3f\xe8\x86\xba\x39\xf6\x48\x09\xa2\x59\x84\xb2\x68\xfe\xbc\x7f\x89\x29\xba\x18\xf0\xc8\x69\xf3\x17\x54\xa3\x78\x62\x61\x1e\x54\xc9\xb1\xf8\xc1\x31\x4b\x79\xfa\xe3\x87\x8c\x06\xb2\x79\xc6\xef\x60\x4e\x7b\x35\x78\x4e\xc4\x4f\x88\x5f\x4f\xca\x07\x6f\x5d\xf8\x9c\x77\x8b\x45\xb8\x90\xcb\x68\x1a\xbf\x8b\x63\xf0\x2e\xbb\x26\x49\xf4\x1b\x58\xa6\x21\x92\x19\x47\x17\xa6\x19\x2e\x47\xb2\x00\xc5\x8f\x00\xc0\x9b\xea\xce\x55\xd3\x07\x08\x7b\x9b\x3f\x4b\x20\x1e\xb1\xde\x33\x0f\x6b\xa2\xf9\x79\xe7\x3c\x8a\xa6\x87\x5d\xfe\xf7\xc2\xf6\xa3\x90\x13\x7f\x6e\x74\xd6\xd1\x81\xb8\xfd\x52\x98\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd3\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\x50\xd4\xe9\x10\xdc\x52\x67\xa1\x3e\x37\xb6\xe8\xff\xf7\x7f\xff\xa9\xaa\x43\x1d\x1b\x4a\x47\xf5\xe1\xe7\x14\xa2\xff\x4d\xdc\x56\xe8\xdd\xf5\xf9\x81\xfe\xe1\x6a\x11\x75\x9d\xa4\xdf\x8c\x8d\x45\x99\x96\x47\x99\xea\x84\xe2\x37\xd8\x87\x96\x6f\x2b\xdc\x85\x9e\xba\xf7\x58\x0b\x45\x29\xc4\x56\x29\x8e\xfc\x05\xe2\xd4\x7c\x90\x6e\x95\xe7\x49\xf5\x0b\x74\x27\x14\x11\xf0\xbd\xde\xe4\xc3\x13\x1b\xed\x1a\xba\xa5\xc6\xf6\x9e\x40\x31\x25\xb8\xb7\x46\x58\x3a\xfc\x45\x96\x3f\x11\x07\xe0\x00\x92\x59\x31\xb6\x06\x7c\xe0\x16\x3b\x31\x94\x57\x8f\xf5\x3c\x97\x9b\xa4\xe5\x43\x1e\x30\xb1\xf5\xe4\x32\xcd\x15\xbc\xb1\xfb\xf0\x33\xe0\x78\x68\x66\x3a\xcf\xf3\xea\x1f\xe0\xed\xb4\xfc\x4c\xc6\x96\xe4\xde\x68\x1b\xa9\x6e\x91\xe7\x8f\xa7\x8e\x81\x64\xca\x1f\x19\x1b\xfc\xad\x7b\x68\xdc\xef\x29\x58\xab\xce\x86\x6d\x90\x46\x0d\x93\xf7\xff\xf0\xff\x28\xbf\x36\xdd\x01\x1d\x85\x86\x1b\x44\x36\x06\x0f\x7a\x70\x62\x45\x32\xa2\xc2\x14\xde\x1e\x5b\x10\xb3\x78\x9f\xbc\xe7\x99\x75\xcd\xb1\x4d\xce\xbc\xe7\x15\xf1\x57\xdd\xec\x30\x79\x86\x7a\x8c\x93\xd7\x1a\x37\x89\xf2\x40\x5d\x47\xe8\x36\x33\x28\x4c\xcf\xd4\x61\x48\xf0\x6f\x30\x6e\xc8\x01\x36\xb6\xbc\x4b\x5b\x82\xbc\x27\x5c\x95\x8a\x33\x36\xb8\xaf\x74\x6f\x9c\x45\x79\x61\xfe\x42\x85\x1f\xa5\x98\x88\x6d\xe5\x52\x6a\x9b\x2c\x42\x22\x2f\x3e\x7c\x8b\xab\x77\xff\x9e\xf3\xf0\x97\xfc\x0a\xb1\xed\x85\x6f\x6b\x08\x3b\xe6\xc0\x0b\xc7\xb3\x4f\x47\xc5\x96\x37\x60\xcb\x40\xdc\x80\x95\x46\x20\x36\x38\xb7\x2c\x5d\x81\x63\x3b\x18\x27\xb9\x34\x04\xde\x70\xa7\x28\x3e\x78\x9b\xf4\xac\xc1\xef\xb7\x4f\x0d\xf1\xbd\xd0\x4e\xa9\x7a\x62\xe3\x05\x56\xd8\x73\x63\x9d\xf1\x65\x89\x76\xc2\x69\xc3\x3d\x9c\xec\xd1\xff\x53\xaf\x62\x11\xc9\xc0\xf1\x65\xe1\x72\x92\x04\x8d\x12\x89\xc6\x97\xc7\x00\x3f\x92\xee\x75\xba\xa8\xcf\xf4\x86\xe0\x8d\x78\xfa\x83\x8e\x3d\xea\x0f\xa8\x08\xf0\x2e\x87\xcf\x6e\x17\x04\xdc\x2e\xa2\x4a\x5d\xcf\xb6\x8b\xac\xd0\xfc\x06\x0f\x06\x13\xfd\x1e\x91\xad\x79\x57\x23\x57\x63\x37\xff\xde\x54\x66\x6b\x5a\x98\x37\xdc\x5d\x22\x5f\x8e\x2a\x51\xc6\xc6\x4b\xee\x72\x7b\x4c\xe7\xa7\x31\xbe\x97\xde\x56\xcd\x8a\x2c\xbd\x23\x95\x4c\x6c\xa8\xbd\xa3\xa2\x2b\xb1\x3d\x14\xd9\x5e\x49\x38\x59\x74\x4b\x2e\xc4\x9d\x77\x1f\x34\x0f\x29\xf0\xfb\x48\xff\xe0\x43\x02\x46\x09\xe5\xb8\x88\xf2\xa3\x1c\xd3\x16\x2e\xef\x81\x5c\x15\x4e\x15\xe5\x47\xfc\xa8\x49\x2c\x3f\x9c\xf9\x82\xc9\x65\xc3\x9c\x69\xa1\x0b\x5d\x61\xa5\x0a\x8d\xb2\xa5\x18\xf1\x1b\xd4\xe0\x08\xeb\x94\x2d\x17\xca\x6f\x60\x54\x92\x02\x65\xa3\xd2\x2e\xfc\xc5\xc3\x26\x44\x15\x13\xc1\x48\xcf\x17\x05\x49\x02\x15\xf7\x11\x05\xb5\x67\x94\xaa\x3c\x0a\xf3\xbe\x28\x8b\x66\x14\x14\xf0\x56\xe6\xfe\x28\xf0\x64\x50\xb5\xd6\x28\x79\xad\xd4\x9d\xa4\xe0\x5a\xa9\x9a\x9e\x51\x70\xad\x54\x74\x55\x14\x78\x32\x4c\xa5\x4a\x88\x82\x4c\x31\xca\xc6\x10\xa5\x22\x54\x58\xdc\x58\x98\x81\x5b\x51\x65\x51\x6a\x72\xb4\xbf\xc0\x7d\xcf\x07\x57\x41\xce\xed\xf0\x6a\xa1\xc4\x8c\x72\x4c\x45\x69\xc4\x04\x3a\x0a\x0b\x53\x6a\xff\xbc\x3a\x2c\x7b\x28\xf5\x59\x14\xe6\x1d\x94\xfa\x2c\x0a\x92\x68\xab\x74\x5e\x94\xf7\x9e\x5a\x55\x37\x24\x4a\x43\xac\xa2\xc4\x57\x79\x21\x40\x1f\x3f\x3f\x23\x71\x96\xd7\x8e\x59\x09\xa5\x1c\x8b\xd2\x59\x63\x4d\xab\xdf\x29\x1a\x74\xb4\x95\x9e\x3c\xe8\x37\xde\xc5\x55\x11\xb6\x28\xef\x79\x1e\x96\x87\x05\x26\x80\x25\xe5\x57\x14\x78\xd1\x0e\xd3\xd0\x09\x9e\x75\xd6\x15\xa6\xc0\xf6\xc4\xf6\x24\x52\xab\xdb\x1f\x20\x3a\x7d\xc0\x1a\xde\xd2\xd8\x45\x81\x09\xa0\xea\x60\x2a\x2f\x20\x68\xbf\xee\x0f\x88\x5a\xcc\xa1\xf0\x8d\x90\x3f\x61\x94\xc1\x8b\x59\x99\x7f\x39\x87\x0a\xe0\x40\xff\xd0\x43\xe0\xa5\x2b\x4d\x09\x82\x39\xdd\x9b\x4a\x20\xa7\xab\xa7\x1d\xf6\x00\x55\x5c\x8b\x12\xb9\x2d\xb5\x70\x41\xe4\xed\x39\x78\x21\x45\x2d\x1e\x32\x2c\x02\x72\xac\x89\x82\xd8\xaa\xe1\x11\x05\x21\xab\x69\x42\xb2\x19\x95\x1b\x8c\x02\x03\x81\xaa\x60\x45\x81\x81\x40\x85\xba\xa2\x4c\xca\x47\x09\xe8\xf2\x22\x90\x3e\xbc\x85\x10\x01\xbe\xf9\x4e\x53\x52\xbd\x6f\x9a\x26\x91\x9b\xa7\x61\xb1\x0f\xd1\x90\xda\x7b\x2f\xd4\x02\xbf\x9b\x1d\x59\x7b\x45\x0e\x17\x51\xa8\x68\xd7\x85\xa4\xec\x6c\x51\x0d\xec\x24\xd2\xef\x53\x88\x77\xff\x80\x73\x48\x90\xa1\x30\x89\x5f\x7c\x7e\x48\xa2\x45\x24\xf2\x4f\x2b\xde\x20\xca\x41\xcc\xe2\x71\x1f\x3c\xf1\x35\x31\xf0\x97\x18\x16\xb1\x07\x95\x32\xd3\x3f\x20\xd6\xbd\xf8\x83\x85\x0f\xdc\x03\x0f\x0e\x51\x00\x9d\x79\x55\xec\x7b\x94\x93\x37\x56\xcf\x1b\xfd\x5f\xbd\xfa\x48\x3e\x33\x2c\xa2\xe1\xdb\xf0\x99\x36\x28\xcd\x87\x05\x4f\xfa\x36\x4c\x7f\x40\x75\x97\xae\x23\xe5\xe4\xf9\xad\x1b\x4e\x01\xe8\x18\x1e\x04\xcb\x55\x7f\x9e\x39\x0b\x1a\x04\xe2\xac\x7d\x5b\x29\xac\x45\x6d\x90\x5d\x50\x11\x30\xcc\x2c\x17\x4a\x64\x08\x01\x17\x16\xf8\x33\x24\x2e\x40\x0c\x43\xb7\x97\x02\xdf\xd2\x5f\xf1\xbe\xbc\x49\x82\x16\x8a\x39\xf7\xac\x13\x2e\x28\x36\x5d\xbd\xeb\x6e\xb8\x53\x7f\xfe\x87\x93\xb8\xf7\xc4\x43\x39\x62\x12\x12\x44\x54\xff\x00\xfe\xf3\xb4\x01\x44\x58\x69\x54\x80\x21\x86\x37\xd5\x43\x65\x85\x60\x7d\x79\x32\x6e\xc2\x2d\x32\x17\xa8\x68\x7c\x50\xf7\xd0\x82\xe1\xa1\xb4\x54\x0b\x95\xd5\xa8\xad\xa4\xad\x09\x23\x24\xa2\x2b\x7c\x31\xc7\xe7\x85\x83\x5f\xf8\x05\xde\x88\xfd\xc5\xc6\xa3\x4b\x47\x78\x4d\xa4\xf1\xf9\x01\x1c\x55\xfd\xcc\x89\xa8\x7a\x66\xd0\xfc\xd4\x33\x8e\x7c\x77\x09\x5d\xb6\xbc\x72\xa3\x6e\x34\x6f\x7d\x1a\x7c\xb7\xa1\xfc\x0a\xa2\x96\x1c\xa6\xbe\x40\x7d\x67\xab\x9a\x2b\x52\x19\xab\xe8\x56\xd4\xc2\x1b\x54\xf8\x07\x9e\xf9\x42\xda\x15\xa5\x41\x46\x73\x17\x48\x2f\xbe\xfc\xff\x01\xcb\xcc\xd2\x33\xf7\xc4\xa7\x45\xc8\x8e\xe9\xe7\x07\x83\xd2\x07\xa9\x26\x10\xd0\xae\x95\xf7\xeb\xe1\x1f\xc8\x61\xf1\x17\x1f\xba\xa8\xa8\xed\xac\x34\x6b\x51\x2b\xf1\xc3\xf0\x0f\x70\xc4\xfa\x34\x8f\x7d\xae\x8c\x27\x51\x13\xe6\x08\x83\x56\xa4\xbf\x99\x3f\x01\xa1\x0a\x65\xba\x32\x83\x47\xad\x8c\x6b\xd4\xa4\x34\x22\x06\xdd\x3e\x2a\x94\xeb\x96\x9f\x15\xa0\x46\x59\xdd\xa3\x36\xda\x4d\x3c\xcd\x9d\xe6\x26\xc1\xc1\xda\xc9\x6d\xa6\xb2\x53\xb3\xaa\x63\xa0\x76\x70\x97\x24\x64\xed\x3c\xbf\xbd\xd8\xc8\x1d\x53\xbd\x12\x83\xc1\x93\x1e\x16\xf3\xc3\xd9\xb8\x52\x11\x93\xad\x64\xc6\x51\x07\x8f\x37\x13\x81\x20\xed\x61\xfe\x1a\xbc\xdc\x0a\x00\xd6\xd4\x9c\xeb\x0a\x53\x51\x47\x4e\x09\x6c\xa2\x06\xc5\xb6\x79\x98\xa9\x87\x05\x0b\x6a\x80\x65\x3f\xcf\xb0\x51\x7d\x1a\x00\x8d\xdd\xdf\x27\x8d\xda\x45\xf0\x23\x50\x46\xda\xa8\x01\x3c\x28\x61\x51\x83\x24\xea\x96\x54\x89\x0a\x96\x07\x31\x93\x46\xd1\xc0\x1c\x74\xca\xd8\x19\x95\xc0\x40\x8a\xf3\x8a\x3a\x71\x46\x6b\x95\x51\xd3\xd5\xcf\x14\x71\xd3\x3f\xc0\xe2\xa0\x33\xbb\xb2\x50\x9c\x5c\xa7\xa2\xae\x24\x4a\x6f\x24\x4e\x10\xb2\xa8\x8b\xf8\x5e\x52\xb2\xa6\x32\x5e\x20\xb2\xd2\xec\xaf\xd3\xa5\x32\xd6\xe6\x23\x3f\x16\x11\xd6\xf4\x17\xdc\xcd\xba\x26\xd7\x9d\x69\xc1\xcd\x01\x3b\x8d\x29\x16\x18\x4c\x22\xac\x9c\x82\x51\x91\x34\xd8\x31\x41\x51\x91\x63\xc6\x5a\xda\xba\xf3\xba\xe5\xe9\xdd\x29\xef\x2d\x54\x76\xca\x5e\x4f\xd7\x01\x30\x2b\xd0\x54\xa1\x61\x1f\x02\x03\x15\xa5\xda\x9a\xaa\xa7\x44\xa5\x86\x5d\xd5\x50\xa2\x1e\xdc\xe4\x16\x3b\x50\x62\x54\xa5\xec\x8b\x7a\x90\x4f\xfc\xc2\xc9\x26\xfc\xc2\xf5\x72\xa2\x39\xef\x20\xbc\xf4\xae\x3f\xc1\xeb\xdd\xcf\x48\x7b\xa4\xe3\xbe\x9e\x39\x77\x1a\xe7\xc9\x3d\xed\x25\x3c\xc9\xdc\x9a\xed\x13\xbe\xe5\xde\x0c\x27\xc3\x36\xfd\x3e\xf7\x9f\x79\x39\xf5\x22\x5e\x51\xe4\x92\xf9\xf9\x84\x20\x64\xb1\x64\x82\x21\xa0\x29\xe5\x69\xd4\x0b\x81\x1b\x26\x81\x25\x2d\x96\x59\x82\xc9\x63\xcc\xeb\x2c\xb0\x36\xbd\x19\xae\x5c\x3d\xf5\x81\x10\x99\xe1\x79\x80\x2b\x80\x5c\xec\xa3\xde\xdc\x6f\xde\x5e\x37\xb2\x4c\x7a\x0b\xdf\x99\x7d\x53\xa3\xb8\x29\x24\x34\x91\x77\x4e\xa4\x5f\xe0\x79\x2f\x4d\x46\xbd\x93\x4a\x0d\x03\xa9\x83\x95\x20\x2f\xea\x8b\x73\xaa\xa2\x72\xa3\xde\x24\x5a\x44\xc2\x38\x31\xe6\x5f\x52\xfe\x44\x05\x26\x6a\x53\x86\xd1\x4a\xef\x00\x4f\xfb\x93\x5b\x51\xbc\x02\x07\xd0\x61\x2c\xf1\x90\x5f\xa5\x49\xa9\x89\x92\xa4\x3a\xa9\x0f\x6f\x5c\xe6\x26\x7a\x84\x2a\x29\x4f\x54\xe4\x15\x5e\x1e\xf2\x43\xf4\x28\x6e\x69\x0c\x79\x91\x0f\x4f\xb4\x5f\xae\xc4\xd0\x0f\x0c\x03\xaf\x7a\xce\x81\x4d\xfd\x80\x95\xf8\xbc\x30\x50\xeb\xc6\xcf\x10\xdf\xda\xa9\x0d\xa5\x8d\x6d\x56\x68\x8c\x96\x96\xf3\x64\xb4\x8d\xf7\x46\xad\x5c\x63\x54\xcc\x4f\x62\xad\x95\x0c\xc9\x16\x0d\x85\xc9\x18\xf4\x05\xd3\xf4\x79\x6d\x1b\x61\x90\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xf8\xfb\xee\x1e\x79\x27\x0b\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\xa1\xf1\xc0\xa9\xae\x11\x2c\x69\x15\x89\x3e\x24\x46\x1b\xc3\x91\x3d\x91\x2f\xae\xa9\xf2\xec\x8f\x06\x58\xa3\x64\x63\xd1\xe8\x23\x30\x3d\x2b\x88\x43\x51\xde\xd4\x68\x70\xa6\x54\x52\xd3\x68\x8d\x77\x38\xf7\x08\xef\xca\x21\x78\xd0\xd2\x65\x40\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x6d\x0e\x6d\xab\xd6\xc8\xa4\xba\x0d\x34\x46\x9a\x28\xdf\x5c\x34\x22\x9f\x4d\xb2\xbc\xa5\xbd\x45\x2a\xbe\xd6\xb9\x9c\x22\xa3\x67\xaf\x9a\x7c\x04\x35\x0f\xcf\x55\xea\x63\xdc\xe2\x81\x68\x73\x77\x09\x20\x1e\xfe\xfe\x22\x09\xa2\x1a\xea\x18\x2b\x0a\x5a\xe7\x5c\xea\xff\x81\xe2\x2f\x12\x81\x6d\xe4\xb1\x29\x92\xe1\xa4\x30\x3e\xcf\x0d\xe9\xe0\xfd\x3c\x38\x04\x31\xd4\xe0\x10\xfc\x8c\xd5\x14\x1c\x68\x23\x27\x56\x53\x3f\x18\x98\xf8\x79\x83\x90\xc2\x7b\x19\x0e\x9a\x4a\xf9\x10\x8d\xd0\xcc\x8b\x17\xb9\x12\x22\x2a\x78\xbd\x30\x0f\x22\x6d\x9f\x85\x6a\x43\xb0\x8b\x32\x53\x46\xa3\x02\x46\xf8\xa2\xc1\xc4\xd3\xa6\x99\x94\xc8\x6a\xf3\x56\x65\x7a\x1b\xe9\x28\xdb\x9c\x7c\x41\x5d\x4e\xec\xc4\xe1\x0f\x70\x4a\x0b\x3b\xb4\x99\x32\x4d\x44\x2f\xf6\x29\xec\xd5\x56\x0a\x14\x11\xb1\x92\xc1\x34\xb7\xf4\x51\xd8\x24\xad\xdb\xa2\x3c\xd0\xcd\xad\xad\xc5\x37\xdc\x0b\x31\x8c\xf7\x06\x53\xc8\xa8\xba\x65\xb4\xc5\xb9\x30\x19\x30\x02\x9b\xe7\xf6\xa4\x53\x54\xec\x39\x37\xa2\x93\x7a\x1d\x0f\x1d\x85\xc8\x9a\x2a\x27\x44\x23\x16\xdb\x7e\x7f\xf2\x63\x68\x7b\x6e\x56\x91\x4c\x3d\xd1\x34\x45\x39\x6a\x0d\x32\x93\x03\x7a\x3d\x77\x9e\x99\x9b\x7f\x20\x17\x56\xd3\x0c\x05\xb0\x5d\xd2\x1a\xb3\x10\xdb\x02\xd0\xa0\x3a\xf2\x9d\xb6\x25\x74\xd3\x05\xb1\x11\xa9\xa9\x90\x63\xb4\x23\x7b\x15\xa1\xc8\xef\x37\x37\xcb\x77\x04\x4b\x17\xcb\x73\xc6\x4a\x2b\xdb\x59\xb4\x93\x43\xd3\xdd\xa8\x9d\x39\x34\xff\x80\xfd\x25\xdc\xd4\x00\xa4\x1c\x29\x18\xed\xc4\xee\x11\x0c\x6a\xd7\x8f\x2f\xe8\x0b\x00\xa5\x62\x0f\xab\x06\x8b\x92\xf2\xd3\x45\x83\x05\x69\xda\xa3\xa7\x5d\x64\xf6\xcd\x5f\xf0\x30\xd4\x85\xac\x41\xff\x53\xec\x4f\xd5\x60\x42\x52\x1d\x96\x68\x74\xbb\x9c\xde\xa2\x57\xce\xb7\xde\xa0\x86\x48\x40\xa3\xdd\x0c\xfb\xd0\xc0\x51\xff\x4b\x39\xd8\xa2\xdd\x54\xe7\xe8\x5e\xd9\x18\x0c\xe3\x71\xc2\xe8\x34\x0c\x22\xe0\x8b\x59\x7e\xe6\x5b\x14\xaf\x1d\x06\x15\x28\x18\x56\xec\x7f\xd5\xee\x5c\x3f\x77\x81\xbd\x62\xb9\x72\x63\xfd\x36\x1f\x96\x08\xa7\x19\x3e\x4c\x53\xe7\xa4\x8b\x68\x7b\x60\xcb\xb0\xf8\xa4\x0e\xca\x52\x81\xf0\xca\xb2\xf0\x49\x9e\x12\xd1\x0f\xf5\x3f\xcd\x3f\x90\x01\xcc\x86\x99\x2c\x50\x3b\xba\xff\xa0\xf3\x94\x3c\xed\x3f\xcc\xa4\x44\x42\x47\x81\x2f\x65\x01\x8a\x0e\xa8\xa4\x14\x3c\xd1\x19\x5f\x63\x97\xb0\x8e\xc4\x30\xa1\xa5\xe9\x30\x75\x29\x1f\x4e\xf4\xdf\x8d\x67\xbd\xbf\x51\xd9\x27\xa6\xed\x48\x03\x58\xec\xf0\xd5\x11\x2d\xa3\xcc\x32\xd1\x11\x1d\xf3\x53\x85\x97\xe8\x1b\x23\x53\x74\xbd\xee\x1b\x35\x44\xd3\x4d\xe0\x3a\x57\xfd\xc5\xbb\x9a\x36\xa4\xf6\x0d\x75\xfe\x74\x0e\xf5\x8d\x44\xfa\xf9\x81\xda\x5f\x44\x33\xe7\xf2\x26\x88\xd0\x59\xce\xd6\xf7\xaa\x5e\x98\x2d\x76\xf9\x07\x06\xdb\x69\x98\xc0\x77\x73\x13\xa8\xe8\x08\xb8\x51\x82\xf7\xe8\x25\x0b\xf8\x6b\x10\xf0\xe1\x2c\xf6\x42\xeb\x85\xb5\x4d\x34\xec\x17\xf0\xbd\x2f\x68\x58\x25\xaf\x07\xa6\xfb\x40\xde\x5c\xbf\xc0\xc5\xd2\xea\x16\x14\x0f\x94\xfc\xef\xf5\x07\x17\x2e\x3f\xa3\xb4\x84\x40\x4b\x87\xda\xcb\xd2\xa2\xbf\xf8\xaf\xf8\x7c\xe8\x35\xb9\x43\x13\x09\xaf\x50\x1b\x58\x7a\x9d\xff\xfe\xd3\x54\xe8\x21\x7a\xcd\x21\xf8\x07\x98\x1c\xc5\xe2\x1d\xe9\x68\xaa\xa7\xb1\x72\x04\xa6\x88\xa2\x43\xb7\xcd\xde\x72\xa9\xd4\x62\xa3\x88\x73\x93\xa8\xdd\xa0\xbc\x2c\xd1\x61\xab\x8b\x3f\x95\x8a\x88\xde\x72\x51\x44\x40\xa3\x3c\x2c\x6e\x7e\xa1\x39\x0d\xb9\xed\x78\xd6\x9a\xc0\xd4\x67\x55\x74\x6f\xcc\xa4\xea\xff\xb1\x81\x36\x0f\x28\xa5\xa5\xa6\x00\x71\xcf\x36\xa8\xf7\x9e\x23\x16\x49\x1d\xce\x12\x66\xc5\x04\xa7\xd5\x3f\x20\xb5\xaa\xd9\xa4\x73\x50\x66\xef\xce\x0b\x8f\x68\xe8\x1c\x83\x96\x15\xd1\x41\x61\xce\x44\x74\x90\x62\x57\xa3\x23\x3a\xc8\x8a\xea\xde\xa9\x14\xf6\x86\x42\xbe\x9d\x62\xd7\xbd\x8e\x1a\x66\x4a\x31\x18\x7d\x6c\x7c\x41\x5f\xbc\xe8\xb4\x2a\xc0\x36\xfa\xe0\x2a\x6a\xda\x47\x87\x36\x4b\x24\x02\x9c\x1a\x17\xf6\x11\x78\x5f\x93\x34\xb8\x4c\xfe\x1f\x45\xe1\x4d\x32\x82\xac\xc3\x53\x02\x25\xa1\x53\x2f\x45\x47\x68\x51\x7c\x46\x40\xac\xa4\xbd\x01\xef\x5a\xab\x3d\x3a\x95\x88\xca\xcf\x1b\x3d\x72\x59\xd4\x02\x90\xaa\x0d\xb0\x1d\xc6\xc6\xf8\x3c\x77\x9e\x30\xfe\x00\x9c\x5b\xdc\x45\xfc\xfb\x4f\x2d\xde\xae\x50\x3b\x86\xe7\x90\xee\x4d\xca\x76\x1a\x9d\x99\x20\x15\x59\x12\x1d\xd6\x47\x1b\xf0\x3b\xdd\x75\x95\x9a\x34\x3a\xac\x8d\x61\x5e\x43\xbe\xe9\x62\xbf\xc1\x3e\x31\xaf\xde\x0e\x13\xac\xe3\x75\x78\xb1\x70\xb5\x57\x5f\x47\xb0\xd1\xdc\xaa\x7b\xb8\x61\x4e\xf2\xf3\x83\x67\x75\x90\x58\x59\xc7\x68\x47\xc2\x1f\x1b\xb4\x3a\xea\xf3\x86\xb9\x7d\x25\x89\x6a\x71\xd1\x46\x66\xa9\x84\x54\x8b\xe1\x85\x58\x3c\x46\x4d\x34\xea\xf3\x5a\x35\xda\xf7\x5c\x3a\x8d\x12\x61\x42\x61\xee\xd9\x79\xd6\x77\xff\x80\x73\xd4\x13\x0d\x10\xaa\x32\x6b\xd1\x69\x9c\xdc\x84\xfe\x3a\x12\x27\xda\x7b\xbe\x1f\xe0\x7f\xef\xa0\x83\x3d\x6a\x50\x34\x56\x4e\x9f\x48\x07\x7b\x14\x89\x07\x2f\x0c\x82\x93\x1d\xfe\xbb\xf1\xe9\x71\x41\x98\x8b\xe4\x83\x10\xc8\x4b\x89\x4c\x8a\x3f\xd5\x12\x8f\x7e\x70\x5a\xb4\x96\x07\x80\xb4\x85\xf5\x99\xa7\xa4\x3e\x40\x90\x50\xf8\x3c\x3a\x39\x08\xcd\xf3\x99\xd3\xa6\x51\x21\x96\xbb\xfb\xc0\x3a\x09\x47\x2d\x0c\x4f\xba\x00\x6a\x50\x80\xc4\xf1\xf9\x9f\x01\xe9\xdd\x5d\x80\x66\x61\xcf\x7e\xd2\x67\xd4\xd8\x00\xca\xc5\xb9\x79\x93\xc0\x20\x1a\x9f\xe7\xca\x17\x44\xe4\x8b\x99\x8b\xea\xaa\x45\xbf\x00\x58\xcc\xe2\x17\x4d\x16\x9f\x17\xe8\x39\xe6\x16\xb1\x67\xda\x5f\x82\x5e\xa3\x23\x8b\xb5\xfd\x3a\xfa\x95\x23\x74\x77\x54\x04\x7c\xde\x00\xba\x11\x4a\xec\x37\x97\x45\x48\xb5\x03\x5e\x2f\x8f\x10\xf0\x3a\xdc\xc0\x9d\xbc\xa5\x59\xa6\xa6\x72\x33\xb3\xc1\x20\xab\x98\xfb\xe8\xac\x0e\xa2\xaa\xf1\xd1\x91\x27\x71\x6e\x9f\x26\x78\x70\x5b\x98\x3d\x2f\xe6\xb7\x7b\x79\x7f\x28\x2f\xcd\xf1\xc8\xbe\x63\xbb\x73\x7f\x28\xcd\x3e\x2f\x60\xed\xbd\xe7\xe0\xd7\xe5\x50\x83\x41\xbf\x2d\x25\x27\x8d\x81\xd0\x23\x07\x02\x8c\x1f\x35\x20\xba\xfd\x0c\xfa\x66\x6f\x9f\x2f\xc8\xa0\xc3\x9f\xe4\x4c\x74\xfd\x40\x1f\x54\x1d\x54\x03\xae\xd7\x76\x73\x1e\xa9\x3c\x14\x99\x03\xf1\x49\xf6\x49\x1f\x3f\x2e\xe8\x70\xa7\x60\x59\xb1\xcf\xf8\x91\x43\xb5\x4b\x46\x42\x68\x49\xe5\xb1\x25\xdd\xfe\x81\x28\xc5\x9d\x6e\x39\x79\xea\x75\xa3\x75\x6f\xf8\x0d\xe2\x0e\x77\x8b\xa8\x24\xbb\x4a\x8f\x42\x60\x55\xfd\x03\x04\xaf\x4e\xc0\x51\x78\xd5\xf7\x40\x10\x52\x5e\x1d\x96\x34\x0a\x0e\x65\xf1\xc0\x28\x24\xd3\x44\x24\xc4\xad\x7e\x83\xaa\x38\x8f\x0c\x1e\x65\x76\xb2\x1c\x95\xfa\x1f\x53\x41\xcb\xec\x26\x2d\xf5\xa8\x24\xd3\xcf\xbc\xcc\x7b\x60\x2c\x54\xdb\x3f\x6f\x60\x85\xa4\x95\x1c\x95\x67\x96\xfb\x68\xbc\x57\x4b\xfe\x8f\x46\xe6\xd5\x51\x3c\x1a\xb6\x98\xe4\xd4\xa0\xf5\x75\x7a\xe8\xb0\xbe\x96\x5f\x75\x9b\x74\x7a\xf0\xc8\x88\x53\xc3\x5f\x50\xe7\xf0\xf9\x81\x1a\x43\xd3\x99\x8a\x4c\x73\x2b\xb0\xe6\x67\x60\xc4\x96\x9f\x15\x82\x5b\x99\x0f\x91\xd1\xb9\x84\x3a\xa7\x46\x1f\x70\x64\xf3\x0b\x38\x44\xc2\x0d\xe4\x82\xa9\x0b\xa8\x29\xe3\xd3\x40\xee\x7b\xcd\x4c\x16\x9f\xd5\x65\x7f\x8c\x5c\x0f\xb5\x49\xe8\x16\xfe\x02\x4d\x4a\xc3\x33\x06\x79\xc2\x5c\xc3\xc8\xa7\x2d\xfc\x03\x75\x2b\x5e\x30\xa8\x11\xed\xd9\x33\x52\x8d\xe8\x99\x41\xce\x1c\xfb\xd5\x8c\xa0\x08\xf4\x6a\x10\x7b\x09\xde\x0d\x62\x2d\x9d\x7d\x23\x90\xd4\x77\xb9\x47\x64\xf2\x6a\xee\x80\x83\xf0\xff\x70\x0f\xf1\xda\x05\x12\xb0\xcb\x80\x30\x26\x29\xd6\xf7\x93\x2e\xff\xd2\x81\x8c\x09\x1b\x98\x47\x80\x4a\x21\x76\x59\x18\x93\xd9\x3c\xd4\x41\x22\xb7\xea\x17\x58\x12\x52\x23\x42\x9a\xed\xdf\x9f\x52\x31\xc4\x98\x1c\xbe\x5b\xc7\x96\xf9\x50\x87\x33\x48\x77\x92\x41\x53\xb1\xa7\x13\x39\x19\x95\x02\x23\xc6\x4a\xc6\xd3\xfc\xc0\xc3\xcc\xd6\xec\xb1\x10\x3e\x65\x36\x5a\x88\x3e\xf8\x34\x48\xd5\xf2\xa7\x47\xda\x32\x44\xe1\xe2\x15\x44\xf8\x67\xd0\xa7\x5d\x55\xe8\x63\xa4\x72\x53\xca\xe6\xb1\xc3\x04\x13\xfe\x82\x3e\xe5\x26\x6a\xa7\x10\xfd\xbc\x81\x55\xf4\xf9\xb1\x53\x74\x9b\x77\x0f\x2c\xab\xd9\x04\x85\x63\x55\xf8\x30\xc6\x41\x05\xa8\x27\xe6\x40\x4d\x56\x9f\x59\x47\x76\x29\x1a\x0e\x28\x97\xbd\xe1\x4e\xde\xa4\x84\x78\x06\x40\x98\xcd\xce\x83\x8e\xee\x9e\x87\x93\xfb\xcf\x83\x38\x51\x42\x46\x00\x7b\x9c\x2c\x68\x20\xd6\x3c\x29\x88\xbc\x59\x10\xc9\x55\x2c\x14\x98\x3e\xc7\x5e\xbd\x83\xd5\x43\xa6\x89\x06\x2a\xb3\xe5\x7b\x24\x2a\xf3\x49\x71\x91\x68\x3f\x53\x6a\x78\x7f\x5c\x03\x2f\x88\x86\x17\x74\xd5\x4d\x96\x85\x71\x11\xf4\x7b\x5e\xa0\xa6\xb4\xcb\xc5\xb8\x50\xcb\xc3\x82\x0b\xa8\xc9\x16\xe2\x71\xc1\x99\xd5\x1c\x7d\x53\xe6\x7b\x47\xbf\xb0\xaa\xdb\x58\x3b\x6e\x86\x24\x88\x82\x1b\xb7\x6e\x0b\x78\xd8\x83\x6d\x6e\x1d\x77\x2e\xb5\x5f\x08\xbc\x20\x7e\xbc\x79\x3a\x5a\xc6\x20\x43\xa2\xed\x9a\xe3\xa6\x3e\xd0\x13\x7f\xe7\x3c\x6b\xd0\x2f\x0c\xab\xaa\x7e\x16\x83\x29\x11\x1d\xf6\x33\x1e\x8a\x15\x33\xe0\x83\x13\x41\x0a\x97\x81\xa4\x40\x9f\x93\xee\xa1\xca\x47\x60\x71\xc0\x73\xee\xc3\xc1\x4f\x4e\xbc\x86\x05\xf7\x7b\xc7\x43\x8d\x27\x89\x14\xd5\xf0\x8c\xb3\x46\x24\x7e\x49\xe4\xd0\x0f\x1b\x40\xbf\x5f\x68\x68\xb1\xea\x39\x69\x9a\xfa\x01\x33\xf9\x69\x71\xe2\x79\xd3\x33\xe2\x84\xc2\x0d\xe4\xc6\x0e\xfd\x70\x30\xbc\x44\xcf\xf4\x46\xed\x7a\xa6\x82\x43\xb2\x23\x12\x92\x49\x47\x19\x1b\x81\xa2\x04\x78\x6c\xd4\xe6\x4b\xd5\x1a\x1b\x2f\xe3\xd3\x6d\x70\xa2\xdc\x04\xaf\xa5\xda\xfb\x01\xb5\xa5\x57\x33\xa0\xb6\x34\xf4\x09\xe4\x00\xb2\x23\x7b\xa4\xeb\x9d\x36\x45\x14\x4e\x9c\x3f\x20\xf2\xd1\x51\x1b\xf0\xac\xb3\x85\x38\x0a\xef\x16\xd3\x2d\xd0\x76\xa2\x6d\x14\x85\xe7\xbb\x24\x5c\xb0\xf8\xeb\x34\x15\x95\xa2\x5d\x3b\x29\x2a\xed\x88\xe2\x90\xa8\x64\x19\x1d\xcf\x91\x5a\xc1\x3f\xd9\x8c\xa2\x12\xe4\x68\x1a\xe1\xef\x5f\xec\xcd\x1c\x95\x8b\x65\xfe\x01\x7c\xb3\x91\x29\x1a\x17\x4f\xa0\x3e\x12\x8b\xe9\xb4\x0f\x96\x77\x0d\xb7\x00\x06\x2b\x7e\x26\x14\xd3\x56\x8d\x96\xd3\xa2\x26\x7b\xf6\xa1\xc5\xeb\xdc\xdd\x92\x68\x01\xa5\x9b\x6d\xcc\x01\xa5\x9b\x8d\xa7\xd1\x73\xdf\xf8\x87\x1c\x97\x7e\x80\x12\x6d\x48\x22\xc5\x28\xff\xfe\x13\xd3\x4c\x3a\x2a\x7c\xd3\xb5\x98\x83\xb7\x1b\x73\x20\x02\xf0\xac\x44\x8b\xc1\x62\x62\x22\x29\x9d\xf1\xcc\x0e\x70\xc6\xb3\x51\x3b\x06\x4b\x4c\x98\x25\x07\x07\xe1\x67\x5e\x76\xcc\x0c\x41\xb1\xda\xfd\x43\xe1\x30\xfd\x03\x78\x52\xd7\x8e\x60\x55\x35\x27\x7c\x88\x20\x3c\x97\x08\x0a\x66\xe1\xb1\xf3\x78\xc0\xe6\x3b\x8b\x9b\x7c\xf0\xac\x61\xc0\x06\x1c\xce\xaf\x10\xe9\x54\x2f\x34\x11\xc0\x37\x36\xd8\x06\xf0\xcd\xd4\x3d\x25\x90\x00\xc7\xc6\xd8\x60\xc5\x10\x9b\xe6\x82\x8e\x6f\xf6\x39\x8d\x45\xab\xc6\xf2\x1b\x94\x07\xd2\xf7\xc7\x62\x1f\x9a\x3b\xc6\x98\xab\x7a\x6a\x04\x0a\xb6\xda\x9c\x1b\x54\x53\x15\xcf\x0c\xd4\x52\xb3\x78\x5c\x3b\x52\x5b\x78\x58\x3b\x17\xd4\x4c\x08\x73\x6a\xf3\xed\x29\xf6\xac\xb4\xec\x26\x10\x10\xfb\x21\xe2\xc2\x4d\xc7\xff\x53\x42\x0c\x37\xc9\xad\xa0\x73\x2e\x0e\x92\xad\x2e\x0e\x22\x16\x33\xcd\x01\x3e\xb5\x98\x3a\x08\x5d\x4d\xd4\x81\xc3\x5f\x50\x36\x32\xdf\x8d\x39\xe0\x20\xcf\x68\x81\xe1\x37\x67\x9b\x65\x1c\xdc\x3a\x16\xf8\x28\xa6\x6f\x03\x6f\x9c\xbc\xec\x5a\xaa\x20\xef\xb4\x6d\x98\x91\x8e\xf7\x16\xe7\x84\x34\xc2\x3c\x71\x51\xeb\xe2\xe5\xbc\x28\x01\x84\x48\xe3\xca\x61\xf9\x0d\xf6\xa1\x71\x13\xc3\x58\x3d\x1b\xa8\x1b\x6b\xed\x6c\x40\x37\xe4\x9b\x52\x00\xd3\x58\x55\x1a\x77\xf2\xb5\x88\x82\xe6\xe7\x33\xf5\xd0\xfc\x4c\x1f\x9c\x77\x32\x8c\x48\xb8\x59\xd6\xce\x1f\x50\x76\x5b\x32\xbe\xa0\xa5\x3a\x2d\x45\x30\xc9\xcd\xf0\xff\x3b\x5b\x74\x0b\x27\x7f\x30\x91\x4c\x7c\xe0\x67\xb0\xbd\x4f\x52\x68\x8e\x6c\x7c\x88\x87\x6a\x1d\xcb\x5a\xd6\xcb\x77\x58\x5a\x20\x8f\xb3\x9d\x46\x22\x3d\xdd\x2c\x8c\x1f\x9a\x83\x05\x79\x03\x96\xd5\x59\x04\xad\x02\xba\x24\x5f\x8c\x27\x2a\xd1\xfe\x56\xfd\xcb\x89\x34\x51\x7f\x6d\x96\xcd\x5f\xe7\xac\x0d\xfd\xb0\xf8\xc6\xa6\x1f\xd8\x9f\x9f\x2f\xbe\x50\xf4\x03\xb7\x95\x20\xf4\xdc\xb8\x6b\x74\x26\x4d\xd4\xdb\xb0\x7a\x6c\x22\x82\xdf\x1b\x77\xc2\xae\xba\xc9\x02\x32\xb7\xa4\xa1\xea\x07\x1e\x9c\x82\x45\xb3\x60\xa3\xea\x20\x9d\x05\xc6\xe4\xf0\x33\x45\xb5\xce\x8f\x99\x2a\xa2\xcf\x1b\xa8\xc8\x62\x9a\x60\xf4\xb4\x45\x7b\xd2\xd7\x5f\x77\x91\x49\x4f\x7d\x95\xf4\x88\x59\xb9\xd8\x92\x58\x13\x95\x67\xed\x83\x38\x2b\x62\xc8\x25\xda\x67\x6a\x77\x74\x47\x9b\x70\xa5\x5f\x8e\x41\x9c\x00\x17\xd6\xf1\xcd\xfa\x30\x41\xcc\x7f\xcf\x50\xd5\x84\x73\xcc\xcc\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x97\x28\x09\x35\x3b\x1d\x08\x65\x90\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x30\xe5\x84\x15\x4e\x25\xfb\x62\xf6\x64\x19\xcd\xcd\xe0\xf2\x98\x25\x06\x42\x31\x4c\xe6\xa0\x0b\xca\xf2\x0b\xdc\xbd\x9b\xdf\x40\xca\xaa\xe1\x17\x60\x23\xd0\x66\x9e\x50\xc5\xc4\xf7\x07\x1c\x5a\x26\x2a\x50\xc3\xe7\xf3\x0c\x48\x2a\xad\xe3\x0c\x78\x31\x7a\xa2\xa0\x37\xb1\xb2\x6e\x22\xc3\xcc\x72\x3e\x98\x39\x29\x67\xb5\xde\xc8\x87\x67\x85\xe1\x84\xdb\xbb\xbd\x8f\xe7\xcc\x21\xa9\xc7\xc9\x1e\x34\x24\x86\xc7\x99\xa3\x78\xd4\x4b\x73\x3a\x27\x15\x09\x1e\xc2\x7b\xf6\xd7\xe6\x6d\x82\xec\xc3\xa5\xfa\x99\x42\x55\xc0\x7e\xc2\x42\x65\xdb\xcf\x5c\x81\x04\xca\xa2\x88\xe9\x67\x0c\xe4\x26\x0c\x56\x56\x1e\xce\x45\xe9\x50\xfc\x03\x95\xb7\xcb\x34\x11\x2b\x08\xa1\xce\x3d\x85\xa4\x56\x12\x26\x2c\x6b\xdd\x66\x62\x05\x33\xdc\xce\x18\x56\xf5\xb1\x93\xa9\x25\x77\xe7\x8b\x15\x8a\xbd\x8d\xe6\x4e\x2a\xfd\x4c\xa6\xff\xbc\x80\x30\x2d\xe7\x34\x9a\x48\x5b\x63\x2d\xdc\x3c\xf2\xbc\xd2\x4c\x1c\x49\xb5\x26\xff\xe0\x2e\xb0\x24\x45\x22\x80\x35\x3e\x9f\x60\x73\x0a\x7e\x4c\x78\x66\x59\x81\x32\xe9\x98\xa5\xc2\x95\x31\x51\x79\xd5\x77\xe6\x49\x47\x2d\x7b\xe1\x4f\x64\x0e\xb0\xf2\x62\x1e\xc9\x00\xea\x92\x2a\x17\xb3\x1c\x6a\x58\xf8\x82\x3b\x11\xc5\xa7\x82\x24\x31\x4f\xda\xdf\xa7\x3f\xc8\x7d\x27\xa2\xcf\x3c\xf9\xfd\x06\xe6\xd6\x82\x15\xb9\x72\xe6\xf8\xd3\x0d\x69\xa6\xfa\x45\x08\x6c\x9e\xc9\x2e\x9a\x45\x64\x22\x50\x55\x8d\x98\xa8\x68\x6f\xed\xe7\x4c\xec\xe2\x5d\x74\x71\xda\xbd\x94\x70\x24\xb3\x12\x69\x5e\x3c\x03\x75\x35\x98\x17\x2f\xe9\x16\xcc\x04\x33\xde\xe9\xe9\x47\x66\xe1\x73\x71\x9e\xcd\xd4\x69\x97\x12\x6a\x9b\x37\x8d\xfe\xba\x5e\x4c\xaa\x50\x2c\xd0\x50\xd5\xde\xd6\xe8\x99\x6e\x5e\x9e\xe8\x9b\x8b\xef\x06\xe0\x6c\x21\xd0\x36\x1f\x1c\x71\x4a\xcd\x1b\xf3\xa1\x0c\xf5\x5c\x3e\x1c\xb8\xbf\xc8\x71\x8a\x06\x94\x78\x6d\x4a\xdb\x17\x93\xa1\x83\xf6\x05\x9f\x48\x11\x34\x2d\xd9\xe1\x13\x3f\x7d\x51\x9b\x4f\xce\xc4\x7f\xe3\x58\x2c\x01\x66\xc7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x76\x78\x75\x81\x2c\xc7\xb3\xe8\x5c\x5c\x48\x93\x67\x3c\xb1\x88\x37\x74\xa1\x59\xc8\x10\x64\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x6e\xd5\x8b\x39\x0c\x1c\x2e\xbd\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\x0b\xba\x0a\xe5\xbf\xc8\xa0\x49\xc9\xee\xbc\xab\x80\xef\x74\xd9\x5f\x28\xd7\x60\x70\xb8\xe0\x34\x65\x78\xb9\xe0\x25\x5f\xec\xee\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\xf8\xe0\xf2\x17\xf4\x93\xb7\x6b\xd7\x42\x00\x60\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x5e\x2a\xf4\xb6\x10\xff\xd7\x94\x90\x37\x56\x65\x6e\x1b\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\xda\xf6\xef\x3f\x61\xdf\xfb\x85\xb4\x07\xcb\x51\xdf\x8b\xb8\xc7\x3e\xc8\x0b\x6a\x91\xa6\x74\xbb\xb1\xe0\x5b\x1f\xbf\x4f\x1f\xf1\xb6\x29\x49\xb8\xe0\x2d\x65\x64\xbe\x1a\x16\xa3\xf8\x7d\x1e\xc6\xba\x37\x2f\xe4\x46\x2a\x76\x73\x5e\x48\x97\x5c\xec\xd5\xbc\xfa\x2b\xaa\x2c\x68\x56\xdf\xf8\x82\xc6\xd1\x71\xb0\x49\x8c\x2c\x16\xa6\x75\xb0\xfa\x82\x6b\xbe\x11\xe2\x42\xd4\xa2\xed\xad\xab\x73\xab\xf8\x79\x92\x48\x2d\x16\x35\x35\xcb\x24\x5c\x08\x62\xd4\xa8\x01\xbc\x6c\x9a\x59\xf0\xc4\x9f\xfe\x7f\x70\x25\x44\x10\x7c\x9d\x1c\xaa\xb9\x46\xc7\x66\xd6\x2c\x0d\xe2\xcb\xea\x17\x50\x23\xd3\x6b\x3d\x92\xc7\xdd\xc3\xc1\x31\x6b\x0c\x83\x89\xfa\xf4\x02\x9d\x91\x8a\x6e\x5d\x0b\xbe\x44\x56\x57\x2e\xf8\x0e\x85\x5d\xfb\x56\x70\xd0\x5a\x29\xd6\xb2\xb7\x9f\xf5\x8a\x94\x28\x7f\x3a\x93\x56\x70\xab\x5b\xfe\x50\x27\x23\xc9\xbc\x60\x00\x73\x86\xca\xc5\x5a\xf9\xcd\xff\xa3\x1c\xbf\x8e\xa8\x05\xfb\x96\x1d\x3d\xd6\x24\xbd\x9a\x44\xa6\x3d\x5e\xa6\x17\x89\x97\x5c\xe0\x3f\x16\x80\x9f\x4a\xbe\xc7\x9a\x48\x1e\x6d\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\xc2\x1f\x3f\xe9\x10\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x59\xa0\x57\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xaf\x92\x8f\xf2\x45\x2b\x56\x91\x2a\x63\xd1\xa7\xde\x2d\xc0\xa5\xde\x87\xe8\x22\xae\xb3\xa7\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xc2\x79\x89\xd6\x81\x9c\xe7\xde\x72\xf0\x6e\xf2\x11\xb9\x0e\x82\xd1\xe6\x1f\x72\x5e\x34\xd7\x47\x2e\xa7\x86\xc5\x82\xf9\x52\x9e\x2c\xa8\x78\x54\xd0\x3f\x16\xca\xe5\x17\xc1\xfa\x85\x4a\x14\xaa\x44\x17\x8b\x20\x4e\xea\xd6\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x7c\x11\xeb\xe4\xb6\x34\xcb\xb1\x16\xd9\x47\x48\x23\x45\x94\x43\x70\x17\x0b\x4d\x38\x93\xec\x82\xa5\xcc\x09\x23\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xcf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xd0\x5f\xa4\x33\x5a\x2c\x9b\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x45\x4f\x2f\xd0\x34\x66\x77\xe9\x05\xd3\xd8\xb2\x48\x46\xf5\xb0\x62\x67\xe8\x75\x73\xbd\xdd\x42\x43\xfe\x1b\xcd\xe4\xcd\xf3\x51\xd7\x97\x85\xe0\x49\x2b\xf9\x17\x80\xde\xe7\xf4\x83\x43\x92\x63\xdd\x16\xd4\x4e\x6b\x7c\x1a\x38\x38\x08\x93\x70\xa2\x05\xb7\xc8\xcb\x89\xbf\x40\x25\xd7\x66\x89\xf8\x70\xbb\xeb\xe2\xb0\xa8\x45\x52\xb5\xae\x58\x00\x76\xb6\xd7\x2d\xba\xe7\x6f\x3a\xee\x76\xc0\x36\xdf\xd8\x77\xa6\x80\x70\x7e\x8f\x1d\x0e\x48\xcd\x69\x76\x77\xa8\x92\xaa\x01\xea\x8e\x52\xae\xc5\xbe\xec\x3b\x6c\x5b\x16\x6b\x3b\x54\x4b\xcd\x89\x79\x77\x26\x48\x2e\xba\x21\xef\xa8\xf5\x6a\x9c\xbd\x27\x14\xd4\x38\x76\x38\x20\x59\x28\xed\x80\x86\x0e\x03\xdc\x59\xea\xd5\x69\x79\xf7\xad\xa1\x94\x93\x9f\x29\xe7\x74\xe9\xda\xb7\x40\x4a\x65\x3f\x23\x63\x83\x36\xe7\x9e\xd0\xb0\xfb\x07\xd4\xdf\x99\x7e\xc6\x8d\xc5\x79\x7e\x77\x78\x27\x79\x27\xed\x85\xc7\x85\xc6\x50\x72\xb5\xfe\x14\x0b\xbb\x97\x9c\x55\x4d\x5a\xe1\xe9\x26\x71\xb1\xd3\x11\xc9\x29\x7e\x77\x58\xc2\x6a\xf5\x33\xb7\xae\xf0\xf2\xce\xda\x16\x76\x54\xdd\x51\xbe\xe2\xb3\xb6\x70\x5d\x2a\x92\x0e\x7b\x05\x4f\x7b\x88\x95\xb8\xa3\xbb\x01\x2e\xad\x58\x74\xaf\xc9\xe5\x62\x06\x78\x2e\x7d\xd6\x1e\xb6\xb1\x3a\xdc\x05\x15\x07\xfe\x1f\x82\xdb\x0b\x49\x5d\x98\x36\xee\x0e\x4b\x99\x2d\x90\x3b\xdc\x9a\x9c\xc8\x62\x47\xd5\xaf\xcf\xa4\xb4\x94\x91\x1a\x63\x42\x46\x73\x78\xa3\x49\x49\x14\xa5\xee\x4c\xca\xb4\x9d\xba\x33\xfb\x28\xef\x70\xb0\xff\xb6\x70\xb2\x49\x37\x01\xef\xf3\x70\x9f\xc8\x10\x2c\x3d\xc4\x9e\xba\x35\x11\x0d\x07\x7a\x7b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x22\x71\xef\xc9\x2e\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\x74\x07\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\x00\x4c\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x2d\xec\x1e\xac\x2c\xa2\x16\x83\x1b\xd9\x1b\x15\x29\xa2\x1d\x9f\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\xef\x92\xc4\x81\x5e\x8d\x17\x07\xba\x64\x4b\xec\x33\xb7\x91\x7a\x98\xc8\xbb\x2f\xe4\xba\x4f\x1e\xd4\xa6\x09\x25\x33\x1c\xa9\xb5\xa3\x62\xc6\x26\x83\xc2\x8e\x9c\x9d\xe1\x7c\xba\x3b\x3c\xa1\xd6\x30\xd1\xf0\x6e\x72\x8e\xd7\x3d\x75\x86\x66\xa9\x49\xf1\x60\x22\x16\x6f\xcb\xc2\xfc\x7b\x82\x43\x73\x1d\xca\xd2\x3a\x0c\x79\x07\x58\x8c\xe5\x16\xb8\x75\x3c\x33\x48\xeb\xe9\x94\xae\x3b\x3c\xa2\x9c\x7f\x75\x5f\x60\x4a\x5d\x7c\xf7\x45\xa2\x35\x0d\x2b\x67\x56\xa3\x62\x35\x0c\x1d\x4f\x3b\xa3\x3b\x3f\x6b\xc5\xe0\xcd\xcf\xe2\xec\x58\x4c\xaf\xcd\xce\xdc\xa5\x1a\x13\x93\x74\x39\x54\x6b\x47\x52\x2e\x07\xb1\xef\xc8\xc9\x65\x60\xb8\xc3\xf4\xe7\x3c\x9f\xfb\x91\x3d\x6a\xa6\x11\x69\xb9\xc6\xe7\x07\x8e\x5a\x34\x32\xf2\xd2\x29\xc9\x77\xe8\xf7\x7c\xff\xdf\xe9\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x25\xc3\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x10\xde\x4f\xa6\x4d\xd7\x05\x6e\x3f\x79\x3f\x6b\xbf\x3f\x1d\x46\xd0\xf5\xd9\x3d\x7b\x67\x01\x5b\xef\x62\xa6\xf8\xb2\xbf\xd5\x0e\xd3\xa3\xb3\x49\xee\x67\x02\x36\xb7\xc0\x11\x6b\x99\x2e\x18\x72\x4c\xdf\x8b\x2a\x9b\x03\xec\x76\x14\x27\x5b\x9f\x67\xce\x80\x96\x8d\xaa\x3a\xc7\x16\xec\x17\x8e\x6b\xaf\x3b\xf2\x6c\x3b\xd7\xcc\xfe\x22\xc6\xb0\x67\xdd\x7e\x13\x5b\x89\xa0\x9b\x95\x57\xd5\x1e\x2a\xf9\xdb\xec\xb0\xa3\x98\xac\x33\xd5\xef\x37\x32\x36\x4c\xff\xcf\xa3\x52\xfa\xd1\xfd\xce\x19\x17\x05\xd0\xfc\x7d\x4e\xc6\x9b\xf7\x2a\x3f\x13\xab\x09\xcc\xef\x37\x87\xe0\x2e\x50\x7c\xc3\xac\x0b\xff\x75\x67\xd5\xdb\x13\x1e\x9a\x0b\x1e\xde\x61\x0c\xdd\x1e\x3a\x7c\xa9\x87\x07\xc1\x71\x3e\x0a\x1f\x62\x58\x4d\x02\x52\x89\x7f\xf8\xf6\xc9\x59\x77\x83\x09\x59\x45\x23\x93\x69\x38\x9b\xd7\x8e\x78\x50\xa7\x70\x3a\x5e\xc0\xd9\x9d\xc7\xef\x80\x27\x95\xbb\x3c\x7e\x98\xe7\xe1\x67\xea\x2e\x25\x74\x8e\x1f\x59\x5b\x07\xc2\x81\x1c\x65\xce\x95\x71\xc0\xbb\xdd\xe2\xfb\x40\xb1\x0d\xe7\xf5\x3b\x36\x2a\x2a\x45\x01\x32\x96\x85\x63\x6f\x0e\x98\x2d\x9b\x85\xce\x81\x8c\x64\xd6\x6d\x1c\xf0\x82\x32\xaf\x1d\x1b\x81\x97\xd8\xff\x60\xa6\x71\x29\xb6\x0e\x5a\x25\x1d\x20\x71\x94\xf7\x64\x75\x06\xd9\xa3\x30\xc9\xa8\x9f\x73\xd4\xfe\x00\xa2\x75\xf8\x39\xb9\xcb\x5d\xf0\x80\x90\x7a\xf5\x28\xbc\x22\x4b\x46\x1c\x2c\x02\xeb\x71\x97\x5c\x3b\xfd\x50\x79\x89\xd2\xa6\x3b\x52\x8b\x58\xfd\x06\x76\xa5\x4e\xf7\xa3\x52\x3f\x27\x23\xf5\x51\xb1\x4d\x75\x06\x1d\x95\xab\xe9\x06\x90\x86\x4a\xbb\xe8\xa8\x79\x27\x72\x97\x84\x87\x52\x66\x1f\xf4\x6b\x2f\xda\x68\x07\x4c\x9f\xbe\x67\x1d\x80\x73\x9f\xe5\x6c\x39\x75\x6e\x61\xc2\xde\xe7\x06\x50\x35\x40\x3b\xff\x80\xcf\x7a\x78\xf1\x90\x0b\xdd\xb9\x9c\x0e\x84\x47\x3a\xe7\xd8\x41\x17\x76\x4b\xe3\xa3\x21\xed\xa3\x44\xc7\xd1\xb1\x2f\x75\x17\x39\xa0\x1f\xfc\x34\x00\x97\x77\x7b\xa3\x1d\xcc\xa4\xba\x99\x63\x11\x2d\x69\x97\xb7\x83\x3e\xf1\xe5\xf3\x03\x8c\xd8\x9e\xf6\x0e\x12\xb5\xaf\x0f\xe6\x3d\xf7\x01\x72\x0c\x4a\x02\x29\x0c\x8f\xc1\x59\xd4\x24\x64\xf0\xe2\xf2\x17\x38\x51\xbc\x0e\x83\xc8\xdf\x2c\x3a\x76\xae\xbd\x3b\xc5\xbc\x4d\xbf\x40\xa8\xd7\xfc\x02\xb6\xcd\xfc\x93\x07\xc3\x01\xab\x6d\xd8\x28\x7e\xd0\x2b\xcb\x67\xdc\x11\xac\x03\xed\x4d\x14\x14\x25\x9a\xa5\xc8\x30\x6e\xad\x2c\x73\xa7\x3a\x3a\xf9\x08\x1e\xe5\x5e\x0a\xa8\x18\x1d\x56\x7a\x30\x37\xaa\xcf\xd1\x63\x26\xc7\x8b\x8a\xc9\xf0\x04\xbf\x10\xb8\xef\xf8\x99\x1b\xd5\x2c\x0f\x3f\x2e\x7b\x89\x1f\x13\x6b\x67\x76\x9c\x04\x4d\x12\xfb\x07\xb2\xb1\xdb\x1f\xfb\x48\xa0\x27\xbd\xe2\xb1\xb8\x4d\x9b\x7f\x80\x8c\xf5\x5a\x22\x5d\x7b\x35\x43\x2e\xd4\x2b\xb5\x04\x45\x39\x92\xb2\xe9\x24\x39\x98\x02\xcd\xa3\x26\xb0\xfb\x3c\x03\x95\x49\x53\x7a\xc0\x3a\xec\xc8\x80\x83\xd9\xdc\xad\x4f\x3e\x16\x79\x43\x4b\xb3\x38\x68\x37\x00\x67\x84\x4f\x03\x18\xb3\xf7\xec\x4e\x08\x6e\x91\xbc\x67\x76\x23\x3d\xf3\xaa\xe2\x73\x05\xe9\xd3\x3e\x52\x60\xa7\x8a\xc1\x12\x75\x67\xa2\x7d\x91\x00\x27\xb1\x66\x0c\x73\x1c\xd9\xa7\x9a\x64\x4a\x78\x33\x38\x2d\xc1\x8e\x79\x3a\xe0\x4a\xef\x6c\x27\xc7\xc1\x7d\xbb\xdc\x02\x27\xda\x67\xd5\x81\x2a\x3d\x16\x66\x07\x81\xd5\xa7\x09\xaa\xc2\xbc\x56\x50\x1a\xfa\x08\x3f\x4e\x5c\xe9\x3d\xd3\x27\x89\xd2\x5d\xe4\x38\x19\x7a\xad\x71\x33\xbd\x9a\x33\xdb\x1f\x2f\x98\x1c\xbf\xcf\x73\x60\x62\x44\xc2\xc9\xeb\xb0\x59\x1a\x58\xf2\x23\xdf\x58\x46\xc5\x45\x0d\x8e\x93\x2c\xee\x0f\xb0\xfa\xcb\x24\x90\xa3\x35\x2d\x50\x21\xce\x2a\x3d\xc4\x41\x95\xa1\x53\xe1\x1f\x17\x85\xba\x0f\xd0\x2b\xc5\x91\xdb\x48\x22\x34\x11\x89\x10\xbd\xfb\x2f\x2c\xb8\xa9\xa0\xce\xd0\x3c\x09\x6f\x79\x5b\x1b\x8f\x17\x01\x0e\x3b\xe1\x1c\x37\xe7\x49\x34\xdd\xf4\x91\x30\x8b\xbd\x88\x6f\xd8\x85\xf3\xb8\x93\x24\xf7\x78\xc1\x60\xa0\x1e\xe0\x47\x36\xab\x94\x1d\xc7\x43\x6d\x9c\x8f\x96\xa7\xbe\x4d\x4a\x0f\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x8b\xed\x04\x68\x92\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xde\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x4e\xb8\x93\xb6\x5f\x9f\x68\xe7\x0f\x74\x7e\xbe\xa0\x77\x81\x84\xf9\xf9\xa3\x32\xbd\xf9\x0d\xa2\xe1\xf0\x1b\x17\x86\xea\x67\x5c\xaa\xac\xbd\x38\x7f\xdc\xc0\x3a\x15\xcf\x17\xe8\x0d\x3b\xc0\x9e\x2f\xd0\x6b\x4e\xa8\x77\x6e\x9c\xdc\x3f\x5d\x89\xce\x17\x14\x0e\xfb\x31\x9e\x1b\x67\xde\x8d\x53\xce\x6b\x2b\x9f\x1b\xf9\x4f\x37\x8e\x93\x35\xd7\xc4\x2e\xe7\x8b\x1a\x87\xf5\xe6\x27\x41\xa3\xfd\x88\xce\xcc\xe0\xa6\x59\x2d\xa4\x57\x0d\x16\xca\x3c\x1d\xe2\x67\xe1\xb5\xb0\xfb\x0b\x12\xe9\x17\x92\x3d\x44\xe4\x8b\x1a\x87\x33\x55\x9c\x2f\x68\x1c\x56\x51\x9f\x25\x57\xc1\x2f\xd0\xa6\x2b\x29\x79\x26\x46\x14\x0c\x38\x2b\x9d\xd7\x74\xfb\x3d\x13\x24\x4a\xa0\x9c\x35\xc9\xd4\x5c\x56\x90\x29\xb5\xe3\x59\x61\x20\x18\xee\x03\x4b\x5f\xdc\xe2\xcd\x83\x5d\xc3\xa8\x2f\x02\xfb\x0c\xab\x81\xa7\x25\xf3\xce\x34\x2c\x37\xff\x80\xa9\x94\x02\xef\x6c\x14\x8a\xda\x68\x67\x23\x07\x4b\xd8\x9f\xb4\x13\xd7\xcd\x3f\x9c\x68\x42\xe3\x4e\x1d\xa0\x66\xaa\x61\x79\x75\x33\x3a\x3b\x69\xd2\xff\x3d\x27\x4e\x44\x77\x70\x58\xf1\x33\x97\x57\x1a\xe8\xb3\x63\xf3\x7b\x62\x99\x70\xbf\x9a\x07\xfb\x44\x0b\x9a\xe8\x4e\x21\xd9\x4d\x03\x31\x9b\xce\xdd\xb3\xe7\x26\xf2\x0f\xa0\xda\x7b\x64\x50\x3a\x68\xe2\x90\x3f\x7f\xba\x3c\xc2\x49\x8f\x3e\x63\x85\x73\x60\x18\x16\x1f\x03\x62\x54\x17\xc2\x73\x50\x94\x77\x37\xb9\xd8\xa4\xa8\x1c\x98\x59\x5d\x5c\xce\xc1\x8b\xca\xe7\x07\x22\x70\x1d\xf6\x27\x5d\xfc\xaa\x19\x3d\x72\x2f\x69\x2a\x98\xa4\xcd\xc1\x57\xe7\x8b\x1e\xab\x9d\xd1\xce\x20\x99\x1a\x46\x5a\x9f\x3f\x3f\x40\x42\xd9\x71\xe7\x0c\xee\x8d\xe9\x4e\xa9\xf7\x31\x5f\x07\xf9\x54\x87\xf5\x49\x0b\xb2\x07\x32\x0b\xf3\x90\x6b\x49\x27\xf8\x52\x30\xe7\x9c\xc9\x86\x1a\x29\x6b\xeb\x3a\xa7\xeb\x39\x51\x61\xe0\xf3\x02\x82\xcc\x3c\xae\x89\x92\x09\x9f\x1e\x12\x57\xeb\x85\x85\x15\x16\x2e\x3a\x17\xe2\x86\x05\x38\xce\x8c\x23\xf8\xbc\xd0\x51\x7b\x44\x2c\x02\xb0\xe8\x28\xed\x73\xe1\xbe\x65\x0a\x50\xa9\xce\x89\x56\xce\xc5\x13\xc8\x5c\x09\xad\xa0\x01\xef\xb9\xd3\xb5\x48\xc0\xeb\xdc\x21\xc8\x2d\x08\xf7\x82\x67\xf5\xb8\x93\xe5\xfc\x3e\x0a\x5e\x0b\x8f\x9c\x3b\xe1\x84\xc5\xda\xce\x1c\x0e\xe2\x8e\x1d\x1b\xc7\x67\xe2\x0e\x31\xd8\xfc\x3e\x04\x90\x45\xf7\x7e\xe3\x7f\x4d\xc9\xc1\x9b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xf1\x77\x00\x3a\xb4\x3f\x15\x95\x38\x0f\xda\x5c\xbc\x83\x0e\x1e\x35\xba\x53\x9c\x4c\xca\x6b\x9d\xc8\x79\x60\x00\x3e\x5d\x91\x37\xe3\xc3\xa9\x4c\x05\x67\xb5\xcb\x79\x82\x2b\x7c\x96\x9e\x18\x80\x4f\x96\x93\x90\xcd\xe2\xed\xc4\xfe\xf1\xe1\x75\x26\xa3\x6a\x51\x80\x12\xd7\xe7\x83\x8b\x2d\xf8\x05\xb8\x7f\x79\xce\xd2\x12\x6d\xc6\xb9\x48\x83\x88\x4e\x0f\x40\x6f\x72\xa6\xc5\xd8\x74\x55\x3a\x2f\xea\xd9\xbd\x70\x2f\xb0\xac\x9f\x89\x4a\x5c\x39\xdc\x26\x38\xc1\x62\x22\x71\xa6\x8f\x9a\x8b\x93\xef\xa9\xbd\x20\xad\xbc\x21\x2f\x5e\x7b\x7d\x7a\x5d\x37\x76\xa8\x69\x80\xed\x5a\xe8\xf7\x64\xc9\x5f\x63\xa3\x9b\xc3\xd4\xf7\x74\x31\xb4\x9d\xef\x44\xc0\x83\x2f\x4f\x67\x6a\x1a\x2d\x66\x6e\x82\x29\x69\x8b\xce\x1b\x52\xdd\x6b\xf1\xb0\x0b\x75\xf9\x60\x03\x79\x4c\x0f\x8f\x43\x0b\x6d\xe2\x4e\xb3\x07\x0d\xcf\x3e\x60\x1f\xe0\x08\x29\x86\xce\x8c\x66\x70\x07\xd4\xca\xff\x47\xc0\x95\x66\xe8\xa6\x67\x10\x34\xfc\x4c\x88\x59\xfd\x03\x2a\x8e\x69\x21\x2f\x94\x28\xb4\x1f\xef\xf5\x23\x81\x55\xcf\x24\x28\xf4\x8c\xa2\x02\xe2\xbe\xeb\x87\xe0\xf7\xcd\xed\x27\xb3\xe9\x87\x0d\xfe\xa8\x9a\xd3\x8b\xc1\x0e\x9b\x2e\x35\x17\x0b\x1d\x38\x7c\xf7\xda\xa8\xc4\x17\x4e\xbe\x36\x16\x93\x77\x13\xd8\x22\xc3\x1f\x50\xb8\x2f\xff\x10\x70\xa0\xf3\x07\x50\x75\x6e\x6e\x90\xbe\x6b\x9a\x45\xc4\x6f\xda\x2a\x7e\x41\x4f\xe9\x90\xb1\x6b\x03\x6b\x0e\x93\x4c\xd6\xd4\x61\x70\x6d\x3c\xfe\x25\xdb\x2f\x38\x37\x3a\x3d\xc6\x85\x0a\x89\x4e\x08\x78\x21\x87\xb0\x73\xaa\x5c\x25\xc7\x2c\x92\x4b\x8e\xc9\x2d\x12\x72\x88\xdd\x2f\xda\xb5\xc5\x1a\xd7\x0b\x31\xeb\x87\xc8\x74\x76\x5c\x7e\x01\xc2\x56\xe7\xcd\xf5\x42\xd0\x66\x48\x72\x41\x6d\x69\xcf\x8e\xab\xf2\x02\xa3\xe3\xe1\xaa\x60\x2e\xaf\x4b\xe6\x90\x13\x45\x15\xeb\xe2\x31\x40\x49\xe9\x6a\xbc\x17\xeb\x39\x4d\x3f\xf3\x4e\xe5\x59\xaa\xd8\x5e\x9e\x56\x66\x84\x73\x28\xc5\xc5\x02\x4f\x56\x36\x5c\x88\xf7\xac\xda\xe3\x17\xeb\x3b\xfd\xfc\xdc\xb0\x0e\x6e\x80\xac\x23\x92\x1b\xd8\xfd\xd3\x1e\xa1\xa0\x4e\xb0\xab\xa1\xfc\xb2\x64\xe7\xd5\x70\xa2\xe9\xce\x7e\xc1\x84\xed\x90\xc6\x8b\xa5\x16\xc6\xf8\x53\x35\x89\xab\x71\x49\xb4\x04\xc4\xba\x72\xc4\xbd\x98\x20\x4e\x07\xd4\x45\x0f\x49\xc7\x0d\x5e\x3d\xf9\x46\xab\xde\xe9\x65\x22\xbc\x7d\x11\xec\xea\xf6\x74\x31\x63\x9c\x23\x0b\xaf\x04\xb7\x9f\x37\x88\xd0\x9b\x7b\xc5\x98\xa7\xfb\xa0\xb3\x6f\x73\x13\xb9\x1f\xfc\x05\x00\x9b\x30\xfe\xf5\xa2\xdd\x6a\x63\xf5\x85\x84\xc5\x0e\x26\xba\x06\x8e\x71\x13\x4d\x83\xb9\xa3\x1d\x2f\x16\x93\xf0\xb4\x8f\x1c\x85\xd6\x69\xe0\xbc\x09\xbf\x90\x83\xd0\x4a\x0f\x4c\xb5\x99\x2f\x92\xb7\xf4\x45\xa0\x54\xbf\x57\x3a\xc8\xed\x6a\x20\x40\xa3\x67\x3a\x73\xba\x89\x75\x62\x40\xa1\xa4\x69\x0c\x8a\x76\xcb\x66\x2a\x49\xa7\x9f\xe9\xae\xf5\xe9\x81\x3b\xfa\xe7\x2e\x80\x36\x04\x8c\x2f\x6a\x51\x5d\x66\xf3\x9a\xc9\x0f\xea\x74\x12\x9e\x5b\x7e\x4f\xde\x22\xbd\x85\x26\xcd\xb2\x3e\x22\x98\x3c\xc4\x7a\xaa\x8b\x49\x91\x6b\x77\x1b\x00\x55\x26\x7c\x26\x8f\x8b\xce\x49\xb6\x15\x15\x8b\xb1\x1e\x96\xd0\x8b\xeb\xab\x16\xa9\x28\x75\xe4\xe0\xc5\x9c\xc8\xf6\x8e\xbb\x56\x5e\x66\xf4\xfc\xca\x0e\x47\xd0\x5e\x8b\x3c\xa9\xb9\x83\x33\xa5\x53\x63\x5c\x8c\xab\xf9\x48\x86\x44\xcb\x16\xf2\x2f\x5a\x1e\x76\x3f\xbf\x76\xb8\x7e\xfb\xe0\x22\x38\xb6\x00\xde\x31\x06\xf3\xc7\x4e\x8f\x69\x8b\x8a\x3d\xc7\xe0\x2f\xc8\x83\x82\x0b\x17\xe1\xb0\x8f\x3e\x84\xd5\x7c\xc4\x1b\xa2\x6a\x7c\x05\xbc\x08\x8f\x2d\x40\x77\xcc\xb3\x8f\x80\x17\x2e\x0f\xfb\xc3\x5f\x08\xbf\xb5\x2e\xe5\x42\xe6\x39\xe7\x6b\xb8\x32\xc2\xc6\xe2\xef\x40\x4a\x08\x13\x78\x40\x3c\x2e\x37\x48\xc8\x24\x80\x73\x1d\xb0\xd6\xfa\x34\x3f\x26\x28\x70\x0f\xd4\x47\x79\xa3\x1e\xc0\x0f\xd3\xcf\x2f\x8f\xdb\xe6\x73\x11\x50\x7b\xd6\x61\xe2\xb7\x31\xe4\x82\xaf\xa7\x41\xde\x75\x72\xdb\x0a\x62\x5d\xac\xc3\xe5\x2b\xc0\x75\x42\x09\x62\x12\x81\x97\x9d\x12\xed\x82\x0d\xbe\x99\x31\x18\x52\x63\x7b\xcb\x75\x12\x57\x8a\x64\x96\xd9\x72\x2a\xfb\xeb\x82\x34\xf3\x2c\x21\xa4\xa6\x49\xe1\x70\xbd\x68\x79\xd8\xa4\x7e\xb1\x84\x85\x97\xfd\x22\xa3\xf8\xdc\xbb\x38\x8b\x22\x99\xb5\x3d\xed\xbf\x7c\xa1\xb6\xa7\xd3\x41\x5e\xc4\xca\x1f\x12\x2f\x34\xa0\x39\x78\xa1\xf2\xd8\xfe\x96\x00\xe8\x7a\x71\x73\xfd\x4c\xd8\xbd\xe1\x63\x35\x4e\x97\x4f\xc7\x44\x5e\x48\x8f\x52\xab\xc9\xb9\x1b\xbe\xf0\x0b\x94\x31\x46\x0a\x09\xbd\x2d\x96\x10\xcd\x63\xb7\xe3\x0b\xb1\xc6\x4e\xfd\x7e\x31\xba\xc7\x6e\x03\x57\x42\x71\x8b\x10\x14\x0e\xfb\xac\x12\x62\x8f\x4b\x91\xea\xe2\x62\xfc\x8f\x85\xd2\x43\xec\x60\x31\x06\xf0\xee\x68\x83\xeb\x81\x1b\xba\x31\x1c\xb3\xd4\xd9\x5a\x73\x3d\x49\x94\xbf\x38\xd0\xc2\x7f\x5f\xdc\x28\x70\x51\xec\x07\x70\x43\x07\xec\xa4\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\x1f\x2c\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\x3a\x78\x4e\xff\x80\x51\x9b\xc4\x8d\x6e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xd3\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\x35\xb4\x92\x0a\x77\x01\xcb\x49\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x30\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x7f\x5b\x8a\x82\x9b\xf9\x94\x3d\x2f\x0c\x4f\xae\x62\xd1\x9b\x70\xd9\x41\x93\x37\xbd\x42\x97\x9f\xa9\xb1\x15\x56\xbc\x2b\x89\x56\x17\x80\xc7\x4e\x5f\x7c\x03\x1e\x17\x87\x76\xde\xc0\xc7\xf6\x3a\xbe\x2b\x9d\xd5\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x3e\xbc\xa9\xdf\x5d\xfe\x1e\xda\x09\x9d\xec\x37\x7c\x42\x8b\x43\x49\xef\x86\x78\x57\x53\x04\x75\xae\xbd\x9c\xef\x74\x02\x15\x36\xbc\x53\xbf\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0d\x78\xda\x10\x37\xd4\xac\x7d\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\x10\x1c\x9d\xa2\x37\x0a\xa8\x16\x47\x79\xde\x9d\xbb\xcc\xd3\xd2\x91\x3f\xcd\xc3\xee\x0d\x75\x88\x35\xec\xce\x78\x12\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x07\x02\xb0\xbc\xcf\x07\x6d\xec\x02\x0b\x77\x02\x5a\x33\xc7\xe0\xbc\xf9\x05\x2e\xbd\x68\x1e\x58\xfa\xea\xf7\xb1\xf4\xd5\x3d\x1e\x6f\x8f\x66\xdf\x01\xf5\xa4\x10\xf5\x9d\xaa\xdd\xe5\x1f\x92\x7d\xd5\x22\x00\xb0\xab\x3d\xdf\xc1\xab\xc4\xe7\x87\x5c\x6b\xff\x40\xab\x87\x00\xeb\x1d\x24\x52\xf3\x16\xe0\x47\x4f\x7c\x9c\x78\xfe\x93\x36\xee\x06\xd8\xb5\x9b\xd7\x1d\xbc\x53\x7b\xbf\x05\xa4\x88\x97\x91\xe1\xe2\x1f\xf6\x86\x16\xd8\x12\xff\x86\x12\xd8\xc1\xd9\xf7\xdc\xff\xfd\xe7\x03\x66\xee\x09\xf2\x84\x0c\x6e\x86\x8b\xdb\x1c\x7f\x4f\xac\xbb\xc0\xc8\x8d\xb0\xa1\xcf\xf6\x80\xca\xd7\x7e\x3e\x77\x3a\x10\x2c\xbf\x00\x91\xa0\x4b\xc8\xbd\x92\x0d\xfc\x03\xd8\xc0\xcb\x96\x41\x43\xe6\x65\xa6\x92\xa9\x9a\xf3\x07\x42\xc3\x05\x2e\x9e\x0a\xec\x20\x38\xf3\x50\x46\x68\xfb\x3c\x95\xdb\x4b\x77\xca\x87\x29\x30\xab\x6e\x42\x4f\x25\x9c\xff\xfc\xc0\x99\x97\x78\x7d\x52\x6e\x68\xc7\x3c\xac\xd5\xe3\xd8\xff\x87\xb5\x7a\x6c\x14\x7e\x70\xd1\xb6\x1b\xc1\xd3\x08\x1c\xfd\x3f\x15\xa5\x02\x76\x0f\xac\x36\x36\x8e\x3f\x1d\x0d\xe8\x9a\xf2\xc0\x26\x63\x2b\xf4\xd3\xe9\x96\xe5\x71\x75\x1e\x4b\xda\xa5\x4f\xcf\x71\xe9\x07\xd8\x5c\xba\xd3\x0d\x3d\x83\x38\xc5\xc3\x18\xbc\x97\x54\xff\x80\x6d\x19\xfe\x02\x85\x58\xb4\x4d\x1f\x56\x24\xfc\xbc\xcf\xa3\x70\xfa\x85\x1b\x36\x7e\x0d\x23\x98\x2d\x5d\xff\x07\x99\x78\xfa\x05\x82\x49\x8d\x33\x60\x25\xf0\xd4\x23\xba\xaf\x79\x7d\x03\xf3\x22\x81\xfc\xbc\x7b\xf2\x13\x33\xf2\x4c\xb0\xa0\x36\xf1\xc3\x4d\xa1\x33\xe7\x99\xc8\xbe\xae\xa3\xf6\x99\xe0\x48\xed\xba\x67\x72\x06\xd4\xdf\x64\x7f\xa2\xef\xdd\x54\xd5\xf1\x5e\xcf\xcc\x75\xf1\x07\xd8\x65\x66\xe0\xc9\x83\xb6\x9a\x02\x64\x5a\xfc\xf4\x98\xdc\xa6\x2e\xe8\xa8\x53\x25\xcb\x9e\x95\x0b\xe9\x1f\xc0\x3c\x92\x04\xcf\x22\xde\xd4\x46\x7c\x70\xbf\x0c\x1b\x12\x9e\x85\x6d\x62\xde\x60\x29\xc2\xba\xfc\x02\xc4\x91\xd9\x6b\x41\x16\x78\x93\xec\x70\xbc\x35\xff\xee\xbc\x79\x4f\xff\x80\x89\x36\x6f\x31\x2b\xc3\xcf\x0d\x24\xaf\x69\xa2\x10\xbd\x17\x3a\xd6\x1e\xd6\xc3\x29\xfe\x9f\xf0\xb3\xba\x07\x32\x9b\x37\xd5\x4e\x1a\xfd\x0c\x89\x69\xde\x82\xf5\xc4\xf7\xcb\xe7\x68\x6c\x51\xf3\x76\x60\xf1\x3d\x06\x5e\xef\xcc\xcd\x30\xaf\x58\xc2\x3e\x07\xf7\x9c\x44\xec\x03\x97\x6d\x1f\x73\x0f\xec\x21\xdd\xbe\x03\xcf\xc9\xc3\x5b\x97\xa3\x07\x99\xc6\xab\xf9\xef\xa4\x68\xf1\x0e\xa1\xdb\x8c\xa3\xf7\x9e\x13\x4b\xb7\xdc\x24\x3c\x96\x85\x2e\x1f\xf8\x4c\x77\xbb\x18\x3c\xcc\x0b\xde\x7e\x7f\x72\x50\x78\x2e\xaa\x14\x35\x07\x17\x78\xcb\xac\xc4\xdb\x9d\x0e\x89\xe7\xa2\xeb\xa5\x8e\x91\xe7\xca\x31\xeb\x0b\x18\x26\x9c\xf9\xe2\xe1\x05\xcb\xac\x86\xfb\xd4\xb4\xe3\xe3\x73\xd3\xee\xf6\xf3\x1b\x58\x17\x2f\xf4\x9d\x73\xa2\x39\x80\xcb\x8c\x95\xc3\xcf\x0d\x78\x60\x29\x81\x54\x4d\xdd\xca\xde\xe7\xf9\xe1\x05\xf5\x00\x8f\x99\xd9\xbc\xa5\xe0\x31\x63\xed\xf1\xf3\xde\x86\x86\x35\x8f\x0f\x4a\xda\x74\x5b\x0e\x9e\x07\x19\xac\x04\xd3\x9e\x87\xcb\x92\x3d\xce\xdf\x7b\x39\xaa\x4a\x95\x30\x7f\xef\xdd\xa8\xc9\x14\x32\x7f\x88\xa0\x6b\xba\xd4\xce\xdf\x0f\xe5\xbf\xfe\xc3\xd7\xf3\xf7\x5e\x9e\x86\x54\x7e\xf3\x07\xd3\x85\x9c\x9d\xe6\x0f\xa6\x8b\xf2\xe9\x80\x96\xb3\xe5\x1f\x26\xc7\xe8\x2f\x76\xfe\xe0\x26\x0f\x34\xe1\x17\xc0\xdf\x1f\x1a\x79\xa4\x2c\x7f\x40\x5e\xdb\xfc\x06\x85\x57\x53\x13\xef\x8d\xac\x28\x95\xca\xfc\x6d\x94\x5d\x9b\xa8\xc2\x85\x4c\x4a\xbf\xf9\xdb\x78\x6d\x68\xfe\xa1\xf1\x0b\x75\xca\xb2\x3a\x9b\xbb\x18\x1c\x86\xbf\x08\xe8\x7d\x44\x14\xec\x17\x4a\x89\x35\x7f\x4c\x0f\xa5\x48\xd2\xf9\x63\xe9\xe7\xb1\xd4\x24\x2e\x64\xe5\xa7\xb5\x28\x49\x83\x5f\x60\x99\x26\xaf\xce\x7b\xe3\x1a\x4a\x94\x35\x7f\xbc\x60\xb5\x9f\xfa\x60\xbe\xc9\xd2\xd4\x26\xa2\xea\x66\xfb\x89\x43\x78\x61\x1a\x9a\x19\x3a\xbc\x94\xae\x36\x2b\xcd\x90\x4d\x03\x61\xb1\xe5\xaa\x99\xa9\x29\xe6\xdd\x07\xf5\x51\x4b\x64\xd6\x64\x5b\x91\x85\x3b\x54\xf1\x72\x30\x07\xe5\xcf\x7c\x8b\x24\x94\x72\x01\x9e\xbf\xca\x71\x74\xff\xf0\xa0\x05\x3d\x33\xa5\xb8\x42\x26\xe7\xaf\xe5\xfe\x16\xd9\x2d\x07\x26\xba\x71\x8b\x2a\x9e\xdd\xf7\x8e\x34\x8a\x57\xbc\x83\x47\x3c\xd9\xf0\x5b\x96\xf3\xc2\xfc\x75\x4e\xbe\x06\xd5\xf9\xbd\xc6\xd0\x61\x3a\x35\xdb\x76\x92\x2c\x82\xe0\xe7\xdc\x7f\x9f\x1f\x36\xa8\x53\x35\xa6\x41\x02\x34\xaf\x23\x47\x20\x8a\x47\xf2\xa0\xdf\x00\x49\x45\x6b\x37\xc8\x73\xa6\x79\xc0\xfc\x54\xd5\xe5\x8b\x8c\x86\xae\x79\xf3\x17\xb9\x51\xd4\x22\x14\xf2\xba\xbc\xce\x1f\x14\xf2\xba\x5e\xcf\x5f\x40\x99\xe9\x1e\x83\x52\xf4\xf3\x03\x66\xb9\x88\xe6\x17\x4a\x15\x85\x54\xcc\x1f\xae\x33\xba\x06\xce\x1f\x3c\x55\x66\x33\x4f\xe3\x8a\xa2\x6b\xdf\xfc\xbd\x57\x94\xf6\x33\xc3\xe2\x86\xa2\xd3\x6f\xfe\x52\x3d\xdf\xf5\xc1\x84\x08\x2b\x7f\xb9\x10\xcd\xdf\x8b\xcc\x86\xfc\x28\xe7\x6f\x92\x7c\xcd\x07\xd2\x61\xd5\x29\x72\x27\xaf\x67\xcb\xbd\xad\x7f\xff\xa9\x65\x6a\x82\x5e\x68\xd6\x64\xfc\x9a\xbf\x17\x99\x55\x61\xd5\xf9\x9b\x29\x05\x44\x3f\xd4\xf6\x42\xd4\xf3\x07\xb5\x7d\x5b\x6a\x10\x1e\x2a\x4a\x55\x33\x7f\x54\xda\x37\x6f\x05\xa0\xac\xe2\xfd\x09\xad\xbd\xee\x11\xf3\x47\xd4\xd5\xbc\xfb\xa0\xb6\xef\x16\x4c\x8b\xf2\xd5\x8b\xcc\xe4\x57\x45\x63\xd8\xa1\x9c\xf4\x24\x11\x65\x35\x6f\x9d\x1d\x85\x4c\xbb\x3f\xa0\xe0\x32\x1b\x51\x6d\xdf\xbc\xf9\x98\x34\x61\x8a\x86\x17\x77\xd5\xcf\xac\x20\x67\x42\xff\x99\x53\x77\x88\xd7\xea\x0f\xc0\x26\xd5\x0d\x22\x14\xd7\xbb\x33\xd5\xf4\x6a\xf0\x80\x35\xcc\x1d\x00\x96\x6d\x6e\xef\xe0\xb9\xe5\xed\x7f\x64\xee\x15\x7f\x81\x94\xf5\x4d\x14\x01\x44\x09\x08\xce\xdf\x09\xbe\xb3\x0c\xa3\xef\x72\x33\x09\x28\x0d\xad\xa0\x84\xf9\x4b\xd0\xe5\x69\xa3\x16\xfd\x67\x59\x0c\xd4\x55\x3f\x5f\xe4\xfe\x16\x37\xc1\x0d\x45\xe1\xee\xf3\x77\x52\x01\xb1\xd4\x24\x33\x51\x29\x8e\x76\xfe\x2e\x6a\x9b\x8c\x00\xae\x24\xd3\x9f\x60\x0b\x78\x9c\x17\x76\x6c\xf5\x07\xe0\x37\x13\x75\x91\xdf\x34\x4c\xe8\xc9\x8b\x77\x3c\x5c\x4a\x86\x77\x44\x66\xd9\xb4\x6c\x67\xc1\x15\xef\x39\xe4\xad\xfa\x08\xd6\x9b\x7b\xd4\x0d\x50\x0c\x5a\x68\x21\x17\xc1\x52\x19\xbe\xf9\xbb\x79\x7c\x18\x53\xc0\xa7\xe4\x73\xdc\x33\xb1\x77\x58\xf6\x3e\x38\x8b\xbd\x27\x9e\x9c\x37\x8d\xf2\xa1\x8d\xcf\x07\x0e\x32\x7d\x7f\xa8\xa4\x1b\x4a\xf3\x2e\x62\x66\x2b\xc5\x7e\xcd\x1f\x32\x5b\xad\x30\x78\x82\x03\x74\x98\xe5\x1e\xb2\xdc\x10\x53\x03\xff\xad\x30\x76\xa2\xab\x4a\xf3\xc6\x7a\xb0\x2d\xcc\xa4\x0f\x5d\x45\xdc\xe4\xcd\x16\xfe\x6b\x72\xa3\x83\xb4\xa4\xc3\x06\xe7\x95\xa5\x7a\x82\x73\x43\x0a\x05\x15\x33\x9b\x1b\xdc\xa3\xbd\x7c\xdb\x0f\xd9\xf7\xc2\xff\x23\x67\xd8\x7f\x5a\xe1\xb9\x41\x9b\x6e\x6c\xb6\xbd\xf8\xaf\x48\xf1\x31\xb7\x1f\x0d\xb0\xc3\x1d\x5e\x1c\x93\xde\xd8\x52\x7a\xa8\x8b\x2d\x27\xce\x3f\x4c\xbe\x11\xfa\x01\xce\x25\x5a\xdf\x6d\x03\x4f\x36\xff\xcf\x3b\xd4\x70\x0b\x37\x3b\xd5\x17\xcc\x94\xa5\xd8\xdc\xb9\x41\x1d\x6e\x24\xb5\xb1\x42\x61\x73\x9f\xd4\x87\x37\x89\xc9\xad\x70\xe4\x7e\x46\x71\xbe\xb5\xfd\x25\x86\x68\x6e\x89\xe5\x8a\x3b\x04\xcf\x4a\x18\x6c\x35\x79\x56\x04\x54\x84\x6a\x79\xa5\x50\x6e\xba\x7e\x9e\x93\x23\xb5\x14\x2f\x50\xab\x96\xf3\x5b\xe2\x34\x8f\xa0\xe6\x34\xf9\x07\xae\x8d\xd9\xe5\x05\x66\xc3\x90\x64\xa3\xb3\x88\x6e\x6a\x73\x6b\xd4\xbe\x0d\x0d\x83\xb0\x4b\x30\x6c\x63\x89\xc0\x62\x86\x69\x49\x85\xbf\xc0\xe2\x49\x3e\x6c\x2c\xcb\x22\x3f\xdf\xb9\x41\x5b\xad\x3c\xdc\x73\x43\x8e\x2b\x19\xb6\xe6\xd6\xb1\x99\x85\x08\x36\xe6\x02\x55\x68\xe8\xdc\x3a\xd6\x56\x30\x69\x83\x32\xdb\xc8\x6c\xeb\x1d\x19\x26\x45\x51\x4f\x06\xf4\x0b\x58\x9b\xff\x14\x42\x73\x1b\x29\xd3\x44\x02\x0b\xf4\x7d\xdf\xe0\xb1\x5d\xfd\x06\x3c\x4d\xab\x5f\xa0\xe3\xb0\xa9\x1e\x9c\x6a\x11\x41\xe5\xb2\x8a\x3b\xce\x2d\x98\x6d\x42\x44\x05\x6b\x87\xea\x34\xd8\x82\x7b\x5b\xd8\x6a\x0b\x1c\x51\x12\x6a\x5b\xe4\x5a\x88\xa8\x98\xe0\x10\xbf\x00\x87\x5d\xaf\x55\xd0\xae\xe0\x1e\x9e\x7f\xff\x89\x30\x03\x4d\xe0\x4b\x6f\xb3\x49\x7c\x69\xfe\x81\xa6\xec\xb3\xcb\xa0\x29\xb3\x8c\xdc\x26\xef\x40\x9e\x96\x49\x26\xae\x6e\x92\x62\x35\xc4\x71\x50\x96\x59\x68\x6e\x13\xe7\x93\xe5\x0b\x95\x65\x2a\x19\x39\x37\x06\xad\x7d\xe6\x69\x12\x3b\x68\x62\x17\x77\x9a\x10\xd3\x46\x8c\xe6\x69\x5a\x38\x91\xcc\xe3\xe9\x6a\x61\xa1\xb8\x88\x26\x74\x66\x6d\x2f\x48\xab\xdd\x52\x71\x25\x51\x6e\x12\xa6\xd6\xcf\x07\x17\x60\x9f\x49\xa0\x20\x17\x82\xda\x76\x4e\xb5\x3e\xd8\x93\xc9\x35\xb5\x3b\x89\xd6\xb0\xe1\x78\xfc\xd9\x77\x3b\xcc\xc3\xcb\x0d\x40\x7c\x79\x5e\xf7\x9c\x26\xbd\x00\x4f\x88\xcf\xb4\x1d\x54\x67\x08\x19\x6c\x07\x72\x34\x58\x0a\x1f\xb9\x98\x1a\x24\x5c\x1f\x3e\xd3\x04\xd5\xd7\xb7\x07\x2c\x9d\x07\x7d\x50\xed\xa3\xe3\x6d\x83\x27\x83\x02\x6e\xe7\x76\x60\x8f\x78\xcc\xf0\x64\x90\x6b\xfd\xdc\xe0\x19\x5c\x7c\xf8\x40\x11\x36\x5b\xf3\x0f\xe0\x47\xc1\xf7\x8d\x9a\xb1\xd6\xfc\x03\xe5\x99\xbb\x44\x3a\x83\x6a\x61\x74\x62\x0c\x53\x63\x38\x31\x8d\x53\x63\xfe\x0f\xd4\xf9\x85\x5c\x7a\x4d\xd3\x89\x41\x09\xe1\x6f\x27\x27\xfe\x43\x35\x95\x5d\x02\xbb\xdb\x05\x01\xa7\x5b\xc9\x86\x3a\xd5\xd3\xc3\x06\xa6\x5b\x9f\x43\x9c\x31\x6a\xad\xfd\xc5\x63\x6e\x6e\x17\x6f\xf8\x16\x3d\x17\xc7\xe8\xf6\x39\x46\x37\xcf\x75\xf3\xfb\x84\x29\x96\xc8\x84\x78\xe1\x2d\x76\xd3\xad\xd1\xcf\x3c\x5d\xcd\x3b\x37\x7d\xec\xfc\x1c\x6f\x17\xd2\x33\x6d\x70\x6e\x50\xf8\xe2\xdc\xe8\xcc\x60\x41\x72\x13\x66\x78\x65\x99\x48\xbd\x19\x13\xdc\xb4\x81\xba\x05\xca\x57\xe3\x10\xe6\x2e\xb5\x28\xca\x0a\x7b\x22\xe9\x21\x6b\x98\x46\x64\x2c\x58\xe1\x03\x36\x3d\x8f\x3d\x51\x70\x77\xe8\x0a\xd4\x98\x1b\x42\xde\xca\xe7\x99\x07\xae\x41\xc4\x03\x0e\x5f\x7e\x81\x7a\x56\xe1\x92\xc2\xf2\x2f\xf2\x5b\x99\x05\x88\xae\x2b\x68\x62\x96\x1f\xe7\x56\x07\x6a\x81\x47\x84\x22\x3d\x67\xf9\x71\x6e\xdd\x24\x71\x69\xe8\x79\xfd\xfb\x4f\x97\x63\xfa\x2c\x70\x90\x50\x50\xe6\x2c\x3f\x72\xb4\x2e\x6b\x05\x2a\x3d\xdf\xe6\x0a\xc2\xe1\x14\x73\x39\x0b\xb3\xb3\x6b\x50\x25\x15\x7a\xda\x44\x65\xfb\xe1\x03\x8d\x09\xd1\x70\x72\x7e\x99\xe5\x85\x88\x43\xce\xc7\xb3\x40\x19\xa7\x64\x30\xb3\x10\x20\x0e\x3f\xf3\xf4\xed\xfe\x80\xc8\x5a\x18\xb3\x20\x02\xee\xfb\xcc\xba\x0d\xa6\x80\x57\x2f\xf1\x78\xd9\xa0\xee\xe9\x26\xe9\x1d\x43\x75\x97\x25\x8f\x3e\x4d\x42\xa1\xb8\x14\x76\x2a\x85\xdc\xb1\xfc\xc9\xc2\xa8\xfc\x02\x7c\x79\x8b\xff\x3f\xf0\xbf\xba\x84\x37\xb2\xf1\x5d\x81\xf3\xb1\xd4\xfc\xb3\x20\x63\x56\xb7\xfa\xa7\xbc\x08\x71\x28\xc6\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x5f\xd8\x59\xa0\xfb\x93\x03\xc7\x2c\xcc\x0e\xff\x69\x60\xa2\x41\xcd\x1a\xbc\x91\x95\x40\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x85\x72\x4a\xe3\x4a\x8b\x44\xd6\xa3\x56\x6c\xff\x2c\x74\x8f\x30\xc6\x28\x74\x8f\xb0\xb6\xa1\xb4\xac\x66\xaf\x79\x6a\xcc\x61\xae\x79\x69\xb9\xfa\xa2\xa2\x51\xbb\xd0\xdc\x09\x45\xae\xc4\x4b\x69\x14\xb9\xba\xe5\x96\xf4\x0a\x96\x7a\xaf\x74\x9e\xf9\xee\x85\x11\x6e\x6d\xf8\x13\x7a\x65\x48\x57\x54\x3a\xd7\x57\xb3\x0d\x0d\xa2\xa2\xf4\x66\x61\x5a\xac\x36\xdc\x24\xf6\x8d\x90\x4b\x01\xec\x54\x0c\xdd\x2c\x09\x3b\x75\xcf\x2d\x50\x21\xfa\xfa\x57\x06\x8f\xb3\xe1\x1f\x1a\x5e\x50\x0f\x83\x96\x6e\xcd\x4c\xfa\xfc\x7a\x6b\x42\xc5\xe8\x4b\x45\x19\xbc\x6b\x0b\xad\x17\x18\x5f\xe5\x4e\x3d\xcb\x40\x0e\x23\x09\xc5\xf2\xa2\xd2\x51\xcd\xc4\xb0\xbd\xf6\xb6\xfd\xe5\x24\x2a\xc1\x78\x2e\xcf\x29\x12\x6a\x7d\x44\x17\x6b\x36\x5b\xaf\x53\xd2\xbf\xd7\x93\x1e\x94\xa8\xc3\x9f\x60\x97\x58\x58\xd1\xe1\xb7\xe9\x2c\x2a\x93\x93\x26\xa4\x54\x58\xde\x26\x2c\x5e\x66\xce\x92\x3f\x59\x7c\x43\xb3\xc0\x14\x58\xcd\x3b\x07\x28\xb4\x78\xa7\x4c\x2c\xad\xf7\xee\xa4\x12\x4e\x47\x66\xa1\x7f\xaf\xaa\x2a\xcf\xb2\x18\x7f\x67\x1e\x5d\x49\xa7\x7f\x68\xd4\xd3\x89\x4e\xe2\xd2\x8f\xe0\x5d\x93\x3f\xf8\x13\x00\x7c\x1d\xbb\x65\x41\xcc\x79\xf7\xc1\x81\xb7\x7a\xff\xee\x3f\x36\xa0\x0f\x76\x06\x30\x98\x67\x77\xba\x6c\xfb\x85\xf1\xef\x3f\xb1\xcc\xa2\x3b\x63\x15\x87\x9b\xa4\x8c\x10\x4a\x2c\xf0\xe0\xad\x16\xc5\x50\xfd\x55\x73\x1c\x4a\xe8\xf8\xe6\x54\xf6\x9c\x3a\x93\x80\x42\x5f\x5e\x3f\x26\x47\x50\x28\xe3\x2c\xc8\x93\x5f\x75\x4d\x29\x89\x64\x05\x6d\x0b\x4a\xea\x0c\xb3\x04\x13\xac\xb6\xf0\x17\xc1\x3e\xfd\x45\x22\x7e\x3d\x63\x98\x3a\xc7\xcb\x91\x0c\xa1\x61\x1f\x1c\xa5\x5f\xe0\xe6\x0f\xff\x80\xfc\xba\xd3\x5d\xe6\x30\xfd\x03\xa3\x23\xcd\xd9\x27\x95\xf1\xa2\xe1\x4c\xc1\xa8\x3e\xaf\x9c\x08\x51\x7d\xd1\x77\x52\xe3\x44\xd4\x5a\xf5\x52\xbc\xc0\xb2\xf9\x62\x5c\x10\xb4\x36\x3d\x88\x8c\x59\xf3\x44\xa1\xae\x60\xd7\x8d\xb3\x00\x29\x56\x4f\x13\x9c\x6c\xcb\xe7\xc4\x00\x54\xac\xe6\x06\x78\xdd\x5a\xcb\x5a\xe0\x65\x5b\x2d\xa9\x2f\x30\xa4\x17\xff\x4e\x86\x54\x03\x30\xfc\x1a\x9f\x97\x3b\xd7\x56\x24\xde\x38\x04\xbd\x55\xef\xdc\x35\x1a\x24\xb2\xa9\x7e\x8e\x51\xe8\x1b\xc3\x1c\xfe\x42\xd1\xb2\x2c\x72\x98\x4d\xab\x4d\x77\x99\x1c\xad\x41\xbe\x60\xb4\x5a\x35\x5c\xe8\x47\xfb\x39\x09\x12\x7b\x1a\x2c\xc0\x91\xd6\xf7\xe4\xf2\x90\x68\xcd\x23\x82\xe0\xaa\x39\x3a\xa1\xa7\x8f\xfa\x87\xa7\x91\xe5\xf2\xc3\x95\x10\x91\x88\x82\xab\xa6\x11\x7e\xb6\xd5\x50\x20\xb3\x65\x79\x17\x3d\xc9\x7f\xff\x75\x51\x33\xab\xbe\x64\x5c\xfd\x6d\xff\xfe\x33\x55\x7f\x69\xd6\x1f\x8b\x23\x36\x3d\x73\x10\x6e\xa0\x61\xed\xfd\x4c\x37\xd9\xa5\x67\xa0\x3c\x9d\xc1\xf5\xc7\x21\xb8\x3d\x6e\x99\xe9\x1f\xe8\x54\xa5\x67\xc2\x44\x53\xcc\xbc\xa9\x4a\x52\x3b\x2b\x52\xea\x6f\xb5\xff\xe5\x30\xaa\x74\xc1\x55\x1a\xb6\x59\x99\x34\xd5\xa7\x69\x2d\xf4\x93\x97\x44\xae\x50\x22\x2a\xc1\xce\xac\x2f\xe4\x0b\xe5\xa4\x9a\x95\x88\x4e\x68\xa8\x32\x85\x81\x0f\xf0\x9a\x79\xaf\xa4\x7a\xa8\xb4\xf0\xfa\x40\xae\x50\x13\x2a\x27\xf2\xac\x69\xf1\x15\x96\xae\x70\xa1\xad\xd2\x23\x56\xb8\xd0\x2a\x26\x67\x56\x5a\x84\x7d\x69\xae\x15\xbc\xd5\xfc\xdc\xf1\xac\x1e\x2b\xec\x18\xe1\xff\x83\x0d\xb8\xc7\xf7\x94\x31\x4a\xac\x70\xb1\xad\x52\x9d\xd7\xca\x2b\xb1\x54\x0d\x35\x51\xe1\x34\x4d\xdc\x20\xda\x83\x95\x30\x51\x57\x98\xca\x1a\x84\x86\x15\xb5\xf1\xd6\xe3\x61\x35\x8a\xec\xe5\x37\x30\x0c\xc1\xef\xfa\xc2\xc6\x18\x5e\xab\xc6\x5b\xaf\x0e\x81\x8a\xec\xfb\xaa\x99\x3a\x6b\x66\x55\xf0\xff\xef\xa6\xb5\x9e\xb2\x76\xd2\xa8\xa5\x62\x4d\x22\x9b\x73\x6a\xe7\x09\xee\x0f\x38\xf3\x12\x66\xb5\x93\x66\x81\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x75\x2e\xbf\x31\x41\xb5\xa9\x40\x04\x94\x5d\x36\xea\x8b\x11\xa7\x8a\x0c\xcc\x0a\x8c\xe8\xbc\x3e\xb3\xb2\xc6\xa0\x11\x52\x85\x11\xd8\xb7\x80\x8a\xf4\x03\xd5\x33\x17\x4c\x23\x25\x9a\xe8\xc3\x1a\x92\x35\x15\x46\x5e\x9f\xe8\x15\x3e\xab\xdf\x0f\x92\xcb\xfd\xc2\x03\x1a\xd5\xc3\x4c\x92\xb4\x78\x33\xd7\x5f\x44\x33\xd7\xd5\xa7\x8f\xc9\xe5\x56\x1f\x93\x87\xa1\xb9\x10\x4e\x77\x3e\x79\x2a\x22\xb0\xaa\x99\x12\x7a\xc4\x8f\x74\x82\xe7\x6a\xb7\x8e\xb7\xc2\x73\xd5\x28\xa2\x2e\x5e\xb7\xcc\x61\x8b\xf2\x4e\x3d\xc0\x11\x55\xe9\x85\x67\x5d\x34\x63\x78\xef\xae\xc5\x41\xf8\x0b\xd2\xa0\x89\x64\xae\xaa\xb6\xfc\x02\x05\x86\x60\x44\x65\x4c\x56\x5b\xfe\x01\x62\xdb\x32\x90\x88\xce\x22\x08\x7a\xc4\x6a\x01\x83\x90\x2c\x45\x91\xcc\x4a\x17\x3a\xc3\xaf\xba\xe7\x3e\x11\x0d\x48\x48\x50\xcd\x3f\x3b\x95\x1c\x96\x6a\x3b\x47\x21\xfe\xd9\x19\xec\x20\x92\x58\xf9\xc8\x67\x76\xdd\xb9\xfd\xbd\xd5\x0e\xc6\x36\x8a\xa8\x83\x1c\xa8\x0f\xa0\x17\x94\xf3\xe2\xac\x07\xa5\xa4\x0e\xf9\x7a\x42\x08\xfa\xa4\x80\x5a\x6f\x98\x7d\xce\x00\xc3\xa9\x03\x16\x6d\xfe\x9c\x45\x50\xe3\x0d\x6f\x55\x44\x34\x85\xc5\xcd\x09\x66\x08\x3f\x13\x9c\x79\x90\x17\xc3\x4c\x7d\x3a\x5e\x44\xce\xfe\x04\x29\x02\xde\x6d\xf6\x97\xc3\x88\x69\xa8\xba\xb7\xf1\x45\xbf\x01\x11\x08\x9d\x9d\xfc\x8b\x67\x7d\x81\x95\x53\xc4\xcf\x8a\xd0\xff\xd9\xbd\xc7\x50\xc1\x79\xb3\xd8\xbf\xc1\x18\x3e\xed\x6e\xd2\x2b\x98\x53\xa1\xa2\x9b\xc6\x9b\x95\x1e\x73\x86\x8f\xf5\x5e\x48\x75\x23\x46\xb8\x69\xea\xf1\xa6\xbc\x71\xfe\x79\x92\x80\x83\x3e\xeb\x4a\x3b\xad\x19\xe3\x41\x2c\x85\x94\xab\x15\xe1\x45\xd5\x67\x1d\x61\x91\xe5\xc8\x0b\x8b\xe6\x30\x02\x41\x0a\x2a\x6b\x15\xeb\x93\x92\x4a\xb3\x08\x05\xdd\xec\x9f\x2f\x40\xe1\xf2\x17\x27\xbf\xd0\xb4\x3d\x60\x3d\xcd\x4a\xcb\x94\x54\x02\x5e\x8d\xa8\xe7\xf3\x4c\xc3\xf1\xd4\x33\x63\x1c\xb5\x52\xed\x47\x22\x87\x9e\xf7\x7f\xff\x09\x15\xba\x9e\x0d\x0e\x74\xf2\x0b\x9f\xed\x85\x41\x55\xa1\x73\xb3\x51\xdb\xa6\xc3\xb4\x01\x15\xc9\xe1\x74\xb6\x1f\x75\x1b\x92\x2a\x2d\xdd\xe5\xb4\x41\xdb\x46\x81\xaf\x1e\xb7\x5c\xe9\xae\x1f\x82\x3f\xf8\x0d\x4a\x2e\x41\xaf\x56\xc0\x3d\x3a\x96\x1a\xa2\x8d\x14\xe9\x33\x5b\x59\x48\xf3\xe7\xff\x21\x23\x24\xd8\xda\x8b\x84\x86\xdd\xb9\x1a\xf3\xc5\x1b\xaf\xb6\x9a\xfe\xc9\x7a\x7e\x45\x82\xdd\x62\x1a\x55\x53\xd2\xd7\xb4\x9a\x2b\xab\x16\x2b\x0e\xa1\xe5\x67\x54\x66\x95\x24\x6d\xb4\x64\x5a\x7c\x37\x58\x32\xed\x4a\xd7\x68\xc9\x34\x9e\x6d\x88\x63\x1f\x9e\x25\x24\xef\x54\x5d\xa3\xd9\xd2\xd2\x29\xd9\xdb\x5a\xca\x39\x2d\x55\xbb\x91\xbb\x58\xb3\x08\x88\x31\x55\xc0\x62\x36\x6a\x9d\x0c\xe3\x5b\xe7\x65\x44\x34\xf4\xe4\x68\x75\xda\xe9\xa5\xaa\x3e\xa9\x64\xea\x02\xad\xad\x53\x52\x99\x9f\x06\x0f\x5b\xb1\x78\x43\x64\x79\x97\x3c\x6f\xd0\x32\xd9\xfd\xa7\xa1\x50\xf2\xe6\xa9\xa6\xe3\x9a\x2f\x71\x6d\x90\x7f\x36\xb7\xf0\xf2\xbc\xa2\x37\x67\xa3\xda\xc9\xd0\xbe\x21\x34\xc7\x8e\x8d\x8d\x09\x3c\x7d\x91\x6c\xe3\xc0\x0b\xa6\x91\xb1\xc9\x6e\x80\x27\x82\x1b\xb8\xf1\xbe\xff\x7f\xf0\xac\x89\x65\xa4\x8e\x02\xb0\x67\x43\xa8\xba\x35\x4d\x2d\xe8\x00\x22\xd9\xd1\x22\x47\xa9\x2e\xe0\x0b\xb7\x79\x0b\x04\x11\x87\x8e\xd2\xf6\xe2\xa4\x21\x17\xe4\xf7\xae\xcf\x69\x11\x47\xc1\x39\xce\xbe\x70\x2d\x60\x35\x34\xbf\x44\xae\x9d\x89\x22\x03\x49\x68\x37\x18\x5c\x67\x17\x70\x6e\x30\xb8\xda\x6d\xb5\xc1\x3b\xae\x79\xdb\x64\x76\x77\x4b\x1b\xe4\x64\x6a\x7f\x2a\xdd\xfa\xa2\x6b\x28\xbd\x35\xa2\x45\x58\x26\xb4\xd1\x16\x4d\xd0\x5e\x58\xea\xa8\x86\x9f\xb9\xcb\x74\x90\x36\x46\xa9\xf7\xe2\x36\x17\x1c\x6d\x35\x09\xb0\x94\x76\x73\xdf\x62\xfa\x6e\x1d\x54\x0d\x08\xa7\x99\xd9\x90\x91\xc9\xae\x1e\x8d\x19\x96\xba\x8e\xc2\xb6\x13\x87\x99\x28\x38\x97\xd9\x65\xb9\xed\x29\x31\xd5\x04\x0b\x2d\xda\xd4\xd9\x0e\x06\xa3\xe9\x8b\xa3\x41\x14\x88\x86\x63\xa2\x5a\x81\xe6\xe5\xe0\x4a\xab\xc7\x83\x57\x22\x0b\x69\xa8\x87\xec\xe3\xd4\x0e\xf2\xb7\x3b\xa4\x1e\xd6\xdc\xc7\xbc\xed\xbd\x98\x04\x4e\x83\xbe\x38\xe9\x7f\x2a\xbc\xda\x4e\xce\x8b\xa6\xe1\x24\x7e\x15\x22\x6e\x27\x0c\x5e\x82\x86\x0d\xc9\x37\x9b\x7b\x38\x29\xdf\x34\x08\x04\x0d\xd8\xd1\xb0\xc1\xd2\xd9\x74\x7a\xb7\x93\x38\xcf\xe2\x0d\x96\x4f\xbb\x9e\xb5\x17\x23\x0d\xbb\x50\x35\x04\x81\xc7\xf0\xff\x95\x63\x14\x85\x17\x29\x52\x83\x17\xa7\xd5\xff\x83\x22\xdd\x12\xdb\x0b\x82\x1c\x22\x3d\xdb\x9d\xcc\xa6\x69\x66\x1a\xcc\x6e\x9a\xef\x13\x25\xc0\xd5\xc3\x0d\x77\x54\x4b\xec\x9b\x12\x5a\x48\xb3\x3d\x39\xcd\x22\xfa\xe1\x96\x14\x74\x6c\xf4\x2d\xf3\x95\xbd\x01\xb5\xd8\x91\xa8\x3d\x94\x86\x16\xb8\x4f\x52\x25\xba\x1f\x5a\xdc\xbc\xef\xe1\x07\xd6\xaa\x9b\xe4\x65\x45\x57\xac\xf6\x80\x1b\x34\x73\x9d\x61\xd4\xd3\xcf\xb8\x9b\x68\x9c\xfd\x97\x34\x2c\xfd\x40\x2f\x1c\xc1\x8c\x4e\x23\x9e\x2f\x27\x7d\xe3\xb9\x21\x69\xd0\x19\x17\x6d\xa7\xfa\xfe\xe2\x8a\xaa\x3a\x56\xef\x21\x04\xaa\xd5\x29\x92\x0e\xd9\x47\xa6\xc3\x4a\x67\x57\xc2\x4e\xfd\x4d\xff\x7c\x40\x8e\x92\x84\xec\x1b\x85\xc1\x32\x0d\x18\xb7\x26\xbf\x17\x32\xfd\xd0\x33\x17\x43\x2c\xd1\x4b\x7d\x17\xfc\xe7\x17\x06\xd2\x37\x68\xa2\x58\xfb\xc6\xb7\xb8\xce\xa4\x41\x56\xf2\xf4\x92\x54\xfa\x13\x2e\x8e\x68\x82\x52\xc7\x08\xb0\x17\x9e\xc0\xc2\xee\xbd\x52\x8f\x24\xb4\xd4\x53\x47\xa3\xbd\xdb\xd3\x72\xa7\x3b\x79\xa7\xe5\xce\x6d\x56\x02\x05\x6d\xe6\xfe\xc2\x9b\x08\xa1\xc2\x5e\xef\x17\x55\x7a\xb1\x18\x7f\xe8\xfb\x6e\x87\xca\xc5\x8e\x37\xbd\x61\xe6\xbc\x18\xad\xa2\x08\xaa\x3a\x68\x54\x4d\x34\x37\x30\xd1\x80\x7a\x6c\x4c\x55\xa4\x89\x43\x90\xb2\x2d\x6a\x1d\x7e\x5f\x4d\xb0\xa3\x23\x77\x79\x6c\x7f\x72\xe4\xee\x89\x94\x04\xc6\x7a\x4f\x6e\x54\xf7\x9d\xfb\x50\xa0\xa3\xd3\x2d\xcc\xb7\x8d\xde\x2b\x84\xb6\x46\x84\xf0\x48\x7b\x31\xf4\x54\xbe\x34\x37\x09\x6d\xb7\x79\xa7\x73\xc4\xa6\x61\xa1\x41\x3f\x13\xe4\xfa\x7b\xb2\xaf\x57\x91\xe1\x94\xd1\x4d\x12\x95\xae\xd2\xb5\x74\x64\xf1\xf9\xcc\xfa\xa0\x85\xcc\xb3\x38\x26\x7c\xd7\xc4\x8d\x03\x19\xe4\x3d\xeb\x03\x98\xc2\xfc\xfc\x02\xa9\xa9\xd2\xb9\xb3\x03\x38\x35\x53\x30\x72\x62\xf5\x02\x51\x8c\x84\x53\x0f\x42\x7f\xdd\xff\x3b\x6b\xd8\xd8\xfe\xda\xe9\xe3\x6f\x2b\x53\xa7\x4d\xce\x2e\xe8\x1d\x36\x39\x1b\x68\x3b\x6d\x72\xb6\x4b\x76\x38\x96\x35\xc1\x88\x9e\x38\xc7\xcc\x36\x91\x36\xdc\xf3\xc4\x14\x3c\x21\xcd\x59\x9f\x3c\xf5\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x87\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6c\xd2\x65\xb1\x4f\xe2\x06\x9d\xa0\x1d\xc1\xcc\x36\x5d\xf7\xc5\x3d\xa5\x16\x68\xd2\xeb\x9e\x7d\x04\x5d\xda\x75\xa3\x03\x1d\xd9\xc2\xd7\x59\xfb\x5a\x31\xe9\xb3\x03\x2d\xd9\xf3\xb9\x23\x1a\xa0\x7d\xfe\x87\x2c\xd2\xd9\xd3\xa9\x2f\xea\x9f\x1e\x38\xf5\xfe\x22\x4d\x7e\xba\xa4\xf7\x3d\xa5\x93\x26\x06\x9e\x65\xf6\xdd\xe9\xcc\x6f\x6e\x65\x48\x87\x0e\xc9\x26\xfc\xbe\x53\x86\xea\xd2\xdc\x77\xce\xbd\x3f\x58\xef\xa5\x65\xfa\x83\x1d\x16\x3d\x11\x89\xf0\x00\x65\xac\x99\x7d\x7f\x31\xe1\xb4\x6c\xda\x79\xfc\x79\xed\xf6\x1b\x2f\x98\x44\x38\x2e\x0a\x8a\xf7\xe3\xf7\xee\x82\xcd\xcf\x04\xf7\xd3\x3f\x50\x9e\xea\x96\xde\xd3\x02\x28\x7d\x61\x3f\xa8\xfd\xd0\x3d\xaa\x13\xe3\xf9\x6c\x82\x77\x5b\xf3\x79\x49\x8b\x9f\xef\x55\xfd\x44\xb4\x9e\xae\x20\x9d\xe9\xd1\xad\x82\xe9\x2c\xa1\xf8\xd9\xbc\x70\x36\x6b\x3e\xa4\x99\xdd\xbc\x9b\xc1\x4e\x7a\xd0\x2d\x7f\x81\x5b\xae\x80\x42\xcf\x40\x4e\xef\xde\x13\x07\xa6\x19\x88\x98\xcc\x32\x0e\xa1\x99\xf6\x51\xe8\x69\xd1\xf3\x5a\xc1\x82\xd7\x7c\xf0\x20\x1e\xc0\x2e\x08\xfd\x22\x83\xb9\x87\x34\xe1\xf9\x68\xba\xb9\xb9\x3d\x73\xc8\x76\xbe\x79\x5f\xdd\xa4\x41\x13\xc7\x88\x80\x8f\x20\x4e\x4d\x94\x0f\x50\x68\xa2\x7c\x07\xe8\x37\xd6\xa2\xfb\x03\x6a\xa0\xcd\x51\xe9\xfc\x65\x20\x81\xfa\x34\xad\xfc\xfe\x76\x1c\x3d\x49\x91\xa6\xe9\x41\x49\x3f\xdd\x57\xfb\x43\xe6\x70\x7f\x20\xc8\x92\x02\xd5\x6b\xa6\x61\x08\x8b\x23\x5a\xc5\xd9\xe1\x18\x66\xe3\x7f\x7f\x12\x44\xfc\x37\x8b\xe3\x47\x85\xa3\x26\x7e\x20\x6f\xa5\x5d\x1b\x07\x20\x9f\x62\xc2\xdf\x83\x0f\x79\xfc\xaa\x9e\xc9\xaf\x6e\x10\xa2\x44\x9b\x70\x20\x0f\x4e\x28\x35\xd6\xbb\x7d\xd8\xe3\xd0\x0f\xbc\x51\x48\x42\x0e\x28\x96\xec\x59\x31\xb6\xf1\xef\x3f\xdd\xda\xeb\xb1\xc5\xfb\x2c\xc0\x38\x36\x7a\xa2\xe9\x8a\x31\x52\xcf\x24\x56\x18\x1b\xe7\xcd\x5d\x52\x28\x2f\xff\xc0\x7b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x35\x65\xe3\xff\x28\x59\xd5\x4d\x03\xa7\xa7\xbf\x1d\x0a\x46\xa1\x86\x3b\xdc\x04\x77\x95\x3a\x2d\xa8\xce\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xd5\x55\x5a\xdf\xc1\x92\xd7\xd6\x57\x0d\x1a\xcd\xba\x58\x66\xa4\xd1\xcc\x1c\x80\xa0\x49\x7b\x14\x8c\x96\x99\x0e\xd5\x09\xbc\xf7\xc7\xd4\xfd\x69\x30\xf7\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\x55\x24\x9b\x03\xd9\x14\xad\xf2\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x3a\xdf\xdb\xf1\x78\xc0\xfb\xde\x11\x24\x83\xf5\x05\xbb\x67\x0f\x36\xaf\x50\xd5\xeb\x39\x60\xe3\x1a\x9f\x3e\x60\x6f\xb2\xb2\x70\x74\xc4\x49\x7b\x01\x51\x82\xfa\xe3\xde\x37\x80\xb3\xc2\xbc\x0d\x4f\x2b\xbb\x5f\x0f\x24\x9b\x09\xa5\xa1\x9a\x63\xd0\xde\xa8\x23\x6c\x50\xe9\x65\x4d\xcb\x40\x5a\x0b\xeb\xaa\x07\xab\x4e\x5b\xa7\x35\x10\x01\xa0\xa4\x50\x73\x0c\xde\xb0\x74\xe6\x8c\x41\xf8\x60\x2a\xe0\x4b\x65\x7b\xf7\x08\xc6\xea\x98\xcf\x90\x1f\xb1\x58\x47\x39\x22\x59\x57\x9d\x04\xe3\x15\xdd\x24\x75\x92\x26\x13\x60\x4d\xe5\x7a\xe6\x00\x56\x73\xdd\xad\x39\x66\x36\xa9\x4e\x27\x84\xad\x85\xeb\x98\xe4\x5d\xcf\x0d\xbc\xa1\xea\xe7\x0b\x1e\xcf\x1e\x48\x26\x9b\x10\x6a\x1d\x30\x9d\xb5\xcf\x73\x47\xda\x19\x8d\x6b\xe5\x40\x35\xae\xb4\xa5\x49\x8f\x35\x90\xcc\xb0\x58\xc3\x37\x76\x58\xeb\xad\x5d\x1b\x3b\xfb\xd0\x17\x3b\x20\x64\xf1\xff\xec\x43\xa0\x60\xc0\x31\xc9\xa6\xb5\x41\x33\x95\x15\x1e\x03\xb9\x20\x6c\x83\x19\xf0\x98\x6f\x16\x56\x07\x45\x8f\x27\xfb\xe0\x66\xf0\x44\x20\x39\x84\xad\xb9\xe3\x08\x76\xe1\x26\x28\x28\x3c\x0a\xc6\x29\xb6\xed\x2f\x79\xe8\xe6\x38\x1e\xbe\xad\x89\x3c\xe9\x12\x24\x40\x38\xce\xa4\xd1\x3f\x24\x8d\x9a\x27\x04\x3a\x5a\xd7\x35\xe8\x22\x6f\x35\xce\xa0\x9e\x48\xf8\x7f\x9c\x4c\x15\xec\xff\x71\xf6\x59\x44\x9f\xcc\x57\xe8\x06\x33\xd7\x99\x9e\x91\x67\x49\xe8\x6e\x5c\x49\xa2\x06\xc1\x28\x47\x6b\xcb\xc6\x45\x12\xfd\x4c\x05\xb4\xf7\x1a\xd3\x03\x2a\xd1\xf5\x1c\xcc\x9d\x5d\xdd\x24\xd9\xc7\xdc\x80\x30\x47\x1b\x86\x06\xec\x69\xc5\xca\xaa\x01\x4f\x25\x1b\x24\x06\x3c\x95\x6c\x1d\x1b\x84\x39\xd6\xb7\x0d\xa6\xa4\x50\x0a\xe4\x39\x00\x73\x3e\x02\x82\x65\x9d\xad\x70\x1b\x89\x73\xcc\x1e\x37\xd9\xc3\x02\x1c\x39\x2a\x6c\x15\x1c\xf7\x89\x67\xf7\x79\x41\x79\xea\xf7\x91\x17\x46\x37\xd6\x71\x93\x68\x2d\xfe\x83\x9a\x3f\xd2\xc8\x0c\xc0\x96\x6e\x76\xcc\x0c\x15\x9e\x47\xd8\xcb\xba\xf7\x0c\xec\x65\xb1\x7d\x7e\xe0\xde\xf7\xa8\xe1\x57\x64\x90\x1b\xa8\xf1\x62\x93\x47\xc0\x8b\xc8\x7e\x1a\xc1\x94\x15\xf6\xf0\x0c\x56\x74\xb1\x4e\x27\x7e\x5c\x6d\x71\x68\x00\xe9\xd8\x5a\x15\x3f\xae\xbe\x38\x34\x7e\x13\x2f\x4c\x3d\x73\x98\x6e\x60\xc7\xb3\x7b\xa0\x03\xb1\x16\x22\x60\x73\xf3\xbc\x06\x3d\x91\x94\x8f\x72\x06\x5d\xdc\xad\x80\x0b\x66\x11\xec\x1e\x06\x2a\xc0\x74\x09\x93\x40\xce\x8a\xfe\xf3\xff\x3c\x71\x96\x5f\xa0\x5b\x6a\xf7\x1b\xf0\xbb\x19\x7e\x26\x4c\xf1\x3c\x00\x2c\x59\x45\x1c\x28\x1b\x1d\x9f\x0f\x78\x19\xf0\xbc\x6c\xc4\xea\xc2\x29\x91\xe0\x49\x32\x30\x4a\x22\x06\xbf\x91\x5c\xad\xf5\x2b\x1d\x9d\x6a\xaa\x0a\x25\xb5\xa7\x06\x6e\xef\x56\xc7\x47\x61\xa8\x53\x77\x1f\x39\x77\xfa\x01\xb6\xbf\x8f\xa7\x59\x54\x0a\x00\xe9\x71\x03\x3e\x4c\xb6\xac\x04\xb2\xfe\xd9\x2c\x12\xcc\x59\xa1\xa2\xec\x33\xe0\x93\xf4\x71\x8b\x09\xe4\xac\xe8\xc5\x5d\xe4\xdc\x68\xb2\x80\xae\x6c\x8b\x09\xa2\x2b\x3b\xad\x04\x53\x52\xd8\xa9\x20\x68\x51\xb4\x32\x32\xa0\x11\x73\x08\x56\x34\x26\x0f\xf0\x07\xd8\xbd\xe6\x19\xda\x0b\xad\x20\x0d\xe4\xb6\xb6\x59\x21\x7a\x4e\x8c\x16\x10\x91\x8e\x56\x98\xc6\x8b\xad\xc2\x31\x84\xd1\x31\x2f\x52\x77\x07\xcc\x87\x1f\x1b\x66\xc0\x67\xdd\x9a\xe7\x48\x0d\xd5\xf0\x17\x98\x06\x1d\xfe\x81\x22\x2c\xbd\xb4\xbf\x1c\x47\xc1\x30\x49\x6b\x80\x63\x90\x5e\xb7\x86\x68\x2b\x6f\x7e\xb8\xa3\x5b\xdb\x1e\x48\xd9\xd7\x75\x54\x04\xcc\x7c\xd6\xb5\xc7\x20\xeb\xb8\xc1\xcc\x78\x61\x8e\x46\xb1\x95\x8f\x92\x2e\x10\x24\x69\x93\x40\x04\x14\xc0\xde\x34\x48\x06\xd6\x2d\x6d\x82\xba\x78\xdd\x67\x83\x56\x3a\xab\xd4\x22\x10\x95\x66\x7e\x86\x4d\xce\x39\x31\x62\x12\xcf\x7a\xeb\xcf\xdc\x22\xfe\x02\x88\x6a\x58\x20\xc1\x9d\x7c\x0e\x0b\x9c\x49\xbf\x84\xe1\x36\x5e\x49\x6f\x57\xdd\x60\xe2\x09\x5f\xef\x62\xf1\x3c\x32\x19\x54\x3e\xa9\x3c\xe0\x0c\xda\xe6\x7c\x63\x8c\x95\x02\x45\x23\xcb\xa8\x44\x4b\x10\xd8\xde\xac\x2c\x8c\x9d\x9b\xc2\x92\x13\xee\x45\x56\xd3\xc6\x4e\x03\xa1\xae\x67\xc1\x54\x11\xc3\x93\x01\xd4\x65\x55\x60\xec\xd9\xa7\x9b\x40\x9f\xa6\xf2\x20\x53\x09\x4f\x04\x0a\x98\x58\xf3\x17\x28\x75\xd7\x7d\x71\x0d\xa4\x76\x58\xde\xeb\x30\xbe\x59\x05\x16\x70\x2f\xea\x9f\x06\x6f\xd2\xe8\x16\xe9\xbf\xab\x2b\x63\x20\xf0\xd0\xf1\x9e\x41\x54\x35\x2c\x05\x01\xa2\xac\xbf\x0c\x60\x26\xab\xe1\x02\x19\x96\xad\x08\x0c\x26\x8b\x68\x9f\x16\x29\xc1\xc2\x6f\x10\xb1\x48\xc7\x15\x27\x27\x4e\xa3\x38\x49\xb5\x05\xed\x45\x22\xf5\x01\xbc\xbf\xad\x76\x89\x2b\xd7\x5f\x8b\x87\x30\xc2\xbe\x59\xa2\x5d\x04\x9f\x5e\x1c\x56\x1c\xf1\x45\x2a\x12\x26\x79\xa0\x54\xff\x0c\xef\x27\xf8\x19\x39\x90\x2a\x98\x0a\xd9\xca\xc0\x20\x4e\xb2\xb3\x56\xd0\x63\xdb\x3a\xea\xa0\xd5\x6e\x58\x0e\x22\x93\x71\xb7\xde\x20\x68\xc6\x33\x6b\x43\xdf\xd3\x7d\xdf\x0e\x02\x1f\x5d\x7c\x83\xf5\x89\xad\x79\x0d\xb8\x1a\x75\x5d\x84\x83\x0a\x22\x6b\x56\x03\x09\x20\xba\x01\x61\x30\xfa\xaf\x7d\xda\x64\xb0\x8a\xa6\x93\xb9\x8e\xdb\xa7\xcd\x03\xd9\xe8\x34\x0c\xe8\x78\xac\xcd\x8b\x87\xd2\x4c\x73\x35\xe1\x6c\xd4\x7d\x13\x9e\x04\x47\x8e\x29\x9a\xac\x3d\xe2\x80\x9e\xf9\xcb\x35\x9c\xfa\x01\xae\x6f\x92\x24\xf3\xc7\x35\xed\x6e\x73\xa7\x78\xf2\x1b\x39\xbb\x4b\x3f\x60\x7f\x08\x03\xcc\x1f\xe8\x96\x44\x9c\x3f\x4e\xae\x5a\x4c\xcd\x91\x96\x63\x12\xfb\x48\x36\xcd\x8d\x3c\xa0\x91\xcf\x2d\x79\x40\x5d\x32\x61\x97\xef\x41\x13\xb6\x43\x6b\xbb\x26\x7c\xbf\xad\x80\x9b\x1b\x35\xe5\xf1\xa7\x10\xd8\xb9\xe5\x24\x68\x48\x5b\xae\x95\x09\xa0\xd8\x0f\xd3\x7c\x92\x22\x8d\x9a\x19\x9a\xad\xf0\x9d\x2f\x9a\x8a\x29\x21\x3e\x0b\x47\xad\x3e\x0a\xf7\x9f\xa6\x09\xde\xe3\x76\xf6\x9c\xa8\x90\x67\x2d\xf8\x2c\x3c\xac\x75\x7a\xcf\xc2\xc3\x59\xaa\x94\x59\xb8\xe5\x75\x5e\x4e\x96\x4d\xb6\x7a\x77\x56\xd2\xa0\x89\xae\x3c\x0e\x75\x82\xce\x4a\x21\x30\xfc\x03\x27\x56\x13\x01\xef\x6e\x2b\xc7\x66\xc6\xfc\x49\xcb\x34\x89\xa4\xc2\x0d\xf0\x7c\x14\xa6\x98\xa9\x97\x12\x0d\x8d\x7b\xcf\xec\xd0\x30\x31\x1e\x16\x83\x04\xad\x84\x9e\x0d\xd2\xd4\x6b\xd1\x68\xfd\x91\x92\x69\xa2\x44\x9e\xed\xc4\x93\xbe\xdc\xaa\xae\x3b\x67\xcb\xe5\xd4\x64\xbf\xd8\xab\x38\x15\xc2\x44\x65\x65\xdf\xf5\x27\x15\x5f\x21\xcd\xca\xec\x49\xb5\x7f\x20\xd5\xea\x02\xee\xde\x56\x5d\xce\x9e\x44\x6a\x26\x3b\xb7\xa6\xfb\x80\xa2\xcb\x86\xe3\x99\xe8\x4c\x70\x67\x12\x9d\x79\x98\x9d\x73\x2f\xcd\xcb\x84\x26\xac\x7c\x68\xa2\x38\xf6\xea\x41\x13\xd6\x3e\x44\x61\xeb\x7a\x1a\xe0\x1d\xd6\x37\x33\x2d\xbd\xc3\xac\xc3\x9d\x83\x69\x27\xfc\x02\x87\xad\x2e\x07\xf3\x24\xa9\xc7\x91\x3b\x57\x8b\xf7\x62\xba\xea\x8b\xf2\x64\xaa\x0c\xd5\x2a\x9d\x73\x90\x81\xfc\xcc\xa9\x97\xa2\x6c\xd2\x46\xa9\x4a\xa2\x73\x06\xb3\x41\x8a\x86\xe0\xda\x78\xeb\x20\xcf\x99\x75\x1a\x13\x2e\xed\x56\xcc\x4c\x64\xc6\x58\x26\x9a\x46\x4e\xab\xdb\x27\xe3\x0c\xad\xb0\x9f\xc8\x5b\x66\x4d\xce\x84\x49\xb3\x9b\x46\x98\x34\x6d\xd9\x9d\x33\xe7\x51\x1f\x4c\xec\x44\x2f\x1d\x51\xa2\xee\xc5\x93\x25\x43\x7e\x7e\x1f\x16\x02\xcf\x33\x22\x0a\x7d\xe9\x9d\x8b\xdf\x6b\x08\x50\x99\x4d\x69\x38\xe6\x82\x34\x91\x4a\x64\x52\x83\xf6\x11\xca\x0b\xcc\xa5\x3b\xee\x5c\x1c\x91\xa6\x60\xf1\x34\x32\x83\x27\xd8\x13\xe2\x98\x04\x7b\xcb\xcf\xd8\xa6\xba\x5e\xce\x9d\x27\xa4\xf9\x17\xb1\x80\x5d\x59\xec\xe7\xdc\x59\x48\x42\x83\x40\xf6\x55\xab\x4c\x26\x34\x6c\xbe\x66\x4f\xd4\xb2\xf3\x7d\x75\x22\x70\x4f\x45\x71\xe6\x3c\xb8\xce\x7e\x3f\xa0\xed\xf4\xff\x14\xf3\xe6\x7f\x1a\xe9\x54\x82\x76\x4e\xb8\x55\xf9\xda\x3e\xcf\x1c\xb4\x06\xf5\x42\xbd\xb2\x79\x3f\x9c\x05\x1e\x43\x22\x19\xea\xb2\xf9\x8b\x3f\x9d\x43\x08\xe1\x6b\x4e\x33\x35\xcf\x9c\x21\xcd\xc8\x49\x99\xef\x21\x9d\x74\x9b\xf0\x1c\x9e\x88\xc8\x15\x8a\x9b\x54\x9f\x8d\xcf\x0f\xd0\xd1\x2b\xc1\xfc\x9c\xf4\xb3\x52\x09\xd2\x39\xa1\x4f\xf3\x7d\x7b\xbe\xc8\xb0\x4e\x6f\xa7\x8b\x88\xa0\xf8\x07\xf8\x24\x5b\x50\xc1\x08\xe8\xab\xf0\xbc\x78\x36\x9a\xdb\x51\x68\xce\xb7\xeb\x79\x53\x2f\xe9\x1d\x7a\x23\x04\xc0\x24\xa5\xea\xcb\x1b\xec\x9e\xe8\x42\xfc\x9c\x31\x75\xde\x40\x40\x70\xbe\x96\x4d\x20\x38\xab\x21\xe7\xc3\x41\xfa\xfd\x0e\x60\xa4\x89\x7d\xb2\x47\xb1\xf3\x83\x1c\x14\x1e\x34\x94\x63\xbe\x7c\x4f\x38\x65\xd9\x09\x70\x3e\xa8\xba\x6a\x66\x7b\x50\x3a\x40\x70\x6f\xfd\x72\x61\x96\x7e\x20\xc5\x5d\xcf\xa0\x50\x98\x67\x25\x96\x93\xfa\x6f\xfd\xe0\x90\xa2\x75\x59\xd0\x5b\xf9\x2e\xb5\x7e\xa0\x68\xf3\xff\x54\x28\x48\xee\x2d\x20\x33\x0f\x71\x6d\x54\xbe\xf9\xff\x8a\x06\xfc\x4c\x87\x3a\x51\xb4\x61\x9d\x05\xd5\xd7\x8b\x81\x86\xe7\x70\x31\xcd\x96\x95\xee\x0b\xda\x21\xdf\x0f\x57\xa1\xc1\x49\x3b\x7c\xc1\xf8\xd6\x37\xcf\x12\xd3\x26\x38\x0c\x6f\x21\xe2\xad\x2b\x61\xf8\x5c\x95\xd2\x5e\xa2\x6d\xd1\x9f\x4a\x25\x3c\xe6\xaa\x3c\x7a\x25\xdb\x16\x40\x8d\xaf\x46\xab\xf2\x16\xda\xfd\x02\xb8\x4b\xbb\x7a\x41\x81\x14\xde\x87\x8b\xf6\x39\xc7\xb0\x2d\xc0\x1e\xdf\xf8\x16\x15\x48\xaa\x78\x30\x57\x23\x0a\x2e\xfe\x61\xc3\x5c\xa8\x85\x46\x2c\xa6\x0b\xc4\x6a\x9c\x7d\x2d\x37\x60\xcf\xf8\x34\xd0\xf9\x81\x5f\xa0\x09\xc3\xb3\xc9\x54\x08\xce\x6a\xba\xa0\x62\x1a\xe6\xa0\x17\xe6\xfc\x1f\x4d\x14\xf2\x9e\x29\x7a\x4d\xd9\xc8\xb1\x3a\xe2\xe8\x74\x8b\x5c\x2c\x7e\x66\xfb\xc0\x4a\x50\xf2\xf9\x82\x67\xa7\xce\x81\xd5\xa9\xbc\xf8\x7c\x02\xb6\x91\xd8\x5e\xf4\x51\xf7\x6a\x40\xc9\x34\xa4\x83\x59\xa9\x47\xd2\x39\xb0\x46\x4e\x9d\x5a\x60\xe9\x5f\xef\xf6\x35\x38\x77\x9a\xec\x41\x0e\x10\x8b\x40\xb3\x64\xe4\xbc\x06\x01\xa2\x89\x86\xa3\x94\xc1\xf7\x1a\x14\x69\xcb\x5d\x3e\x78\x41\xc3\x0e\x8a\x34\x13\x89\x54\x08\x76\x3d\x5c\x91\x34\x8a\x06\xa8\xa2\x0c\x94\x57\x10\x8b\x4b\xff\xb2\xe0\x8b\x35\xa4\x3e\x5b\xc8\xcf\x55\x6c\x84\x58\x41\xc1\xec\x61\x44\x4e\xb5\xe6\x81\x2e\xe4\xfd\xf7\xa7\xb0\xa3\x05\x54\x63\xd8\xbc\x5e\x54\x53\x54\x38\x75\xae\x17\xd5\x6c\x75\x0a\x1d\xae\x09\xb1\x6d\x11\x86\x84\x5f\x3e\x18\xd6\x1c\x90\x58\x9a\x24\x26\x5c\x35\x3f\xc2\x2b\x6b\x08\xb5\xac\xd4\x84\x7d\x7a\xe4\x3a\xf9\x19\x9a\x31\x4b\x87\x99\xe3\x73\x0f\x0f\xca\x79\x8a\x02\x66\xbe\x57\x65\xd6\xb9\x16\x49\xf4\x73\xe3\x3e\xd5\x1c\x52\x2f\x66\xc4\xba\x32\xcf\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd3\xb6\x50\x70\xc2\xf7\xfe\x45\x9f\xab\x61\x31\x4a\x9f\x2b\x2b\xff\x17\x7c\xd8\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xdd\x55\xcf\x1b\xb2\x7b\x19\x9a\xad\xf4\xa8\xf2\x33\xe4\x80\x50\xcc\x82\x52\xed\xb3\xab\x0f\xce\x92\x2e\x8e\x0b\x79\xee\x0d\x22\x16\x4c\x99\x56\xb2\x2d\x7a\x50\xd9\xe8\xb2\x8e\x24\x59\x2b\x45\x97\x2a\x5b\x5d\xd6\x41\xa1\xab\x5b\xda\x82\xc7\x94\x61\xc8\x3a\x92\x79\xdd\x09\xf6\xa0\x94\x4b\xff\x63\xec\x5f\x92\xb6\x69\x95\xe5\x40\xb4\x7f\x46\xf1\xcd\xe0\x24\x77\xe8\xfc\x9d\x6a\x57\xcd\x21\x6f\x94\xa9\xa1\xad\x6d\xab\xa4\xf9\x97\xa5\x3b\xb8\x3f\xcb\x4c\x2a\x7d\x8d\xd7\xec\x7d\x92\x4c\x08\x20\x88\x08\xe2\x3a\x20\xc9\x58\x3f\x32\x1e\xde\x35\x7c\x06\x99\x19\xab\xfb\x80\x2c\x95\x96\xf7\xee\x69\x84\x4a\x63\x3c\xbc\x74\xf9\x98\xc2\xa9\xfc\x87\x35\xb0\x54\x97\x09\x03\x33\xcb\x3b\x10\x64\xbc\x15\x29\x4f\x04\x04\x72\x59\xfd\x50\x69\xd6\xc4\x75\xd6\x84\xf1\x52\xbb\x5b\xfd\x06\x91\xd8\x8c\x7b\x52\xf1\xe3\x83\x38\x29\xb2\x49\x79\x30\x28\xcd\x78\x29\xe0\x91\xd4\x1c\x00\x38\x26\x90\xb2\xf8\x83\x05\x85\x5f\x78\xd8\xa5\x96\x7f\x2e\x34\xdd\xcb\x7d\x32\xf7\xd4\xe1\xdf\xc8\xab\x61\x8b\xd4\x09\xdb\x9d\x4d\x3d\x27\x62\xe1\x4c\x95\xcf\x83\xcc\x3d\xf9\x03\xd6\x45\xf4\x0b\x27\x93\x60\x1c\x7a\x00\x3c\xfd\xf9\xfd\xc2\x35\xcc\x1d\xf0\xbe\xea\x1e\x90\x4a\xca\xa7\xfb\xa4\x93\x92\xc3\xe5\xce\x80\x78\x68\x49\x20\x27\x54\x4d\xc6\xb1\x13\x9a\xa6\xae\x32\x40\xfd\x0c\x6b\x7f\x35\x6d\xa8\x9a\x4c\x92\x4e\x94\xc6\x75\xdc\xd7\x09\xd5\x93\x05\xcb\x13\xd9\x49\x7d\x94\x4e\xe4\x96\x3a\x7c\x4b\x3f\xa9\x39\xb2\x99\xf5\x44\x72\x29\xb3\x96\x93\x62\x94\x0d\x92\x67\x5c\xb3\xd2\x98\x91\x32\xbd\xa8\xd8\xb9\xed\x72\xfa\xcd\xf3\x19\xdc\x27\x24\xb1\xea\x1e\x78\x3c\x25\x34\x9d\x11\x39\x9a\x75\x61\x3d\x51\xcd\xab\x4a\x32\x38\x69\xa6\xb3\xa5\xef\x4c\x74\x2f\xd2\x4a\x23\x41\x69\xcf\x6e\x67\xe1\x58\x75\xc8\x84\xa5\xdf\x08\x7f\xc1\x8a\x4e\x8a\x6c\x3f\x5f\x53\x8f\xa9\xf9\x24\x52\x38\xcd\xe7\x93\xc7\x9a\x83\xd2\x4f\x24\x3b\x35\xb3\x3d\xe9\x3e\x65\x3b\xe4\xc9\x12\x3d\x2a\x1d\xd6\x4f\x26\x9d\xb7\xfd\xf4\xa4\xc0\x56\xfd\x42\xe2\x0b\x82\x69\x09\x64\xba\xe0\x9e\x99\x40\x6b\x50\x26\x1d\x08\x3f\x5d\xe2\x54\x4a\x3f\x73\x42\x60\x1b\xce\x12\x7f\x66\x9e\x4a\xdd\x50\xcf\x4c\xb9\xd2\x13\x83\xe7\xbb\x8d\xb8\x27\x14\x53\xbd\xb8\x1d\x94\x5b\xc7\xfa\x2c\x0b\x6a\x4d\x03\x1e\x59\x96\x32\xce\x52\xa0\xa0\x71\x87\xc4\x0c\x89\x5f\x27\xf3\xa3\x3a\x55\xc2\xb9\x14\x55\x52\x4e\x9c\x85\x28\xef\x2f\x6e\x76\x61\x20\x1e\x2e\x84\x07\x61\x78\x89\x7e\x23\xd7\x95\x73\x6e\x9e\x28\x34\xd4\x82\xa1\x86\xde\xe9\xe7\x04\xd4\x55\x3f\x49\xbf\xc9\xb5\xa3\x1f\xac\x10\x09\xfd\x5e\xb3\x70\x0f\x74\x36\xf4\x08\x30\xcf\x76\xb7\x83\x16\x89\x87\x9e\x94\x08\x4d\x28\x3e\x89\xb0\x39\xa1\xe0\x09\x01\xd0\x82\xc5\xd9\xe0\xef\x6b\x88\x61\x8a\xb4\x79\xf8\x84\x3c\x68\x61\xee\x5c\xee\x5e\x5e\xf7\x86\xf8\x02\x9f\xd0\x46\x80\xfc\xc1\xcb\x19\x69\x11\x1b\xa9\xa3\x8f\x20\xb5\x50\xb6\xef\x9e\x9d\xab\xa8\x39\x77\x22\x87\xf7\x01\x01\x84\x3f\x18\x8d\x3c\x0b\x3f\x54\x01\x7e\xf6\xc3\x91\x6a\x27\xac\x9b\xc3\xb3\x42\xc6\x7c\x15\x4f\xee\x27\xdd\xe8\x6d\xf3\x3d\xfb\x8a\x8a\xd0\xef\x07\x91\x98\x06\x91\x74\xc6\x1b\xb7\x24\x38\x13\x1a\xb8\xd5\xdb\x1f\xf0\x64\x58\xa2\x23\x72\xce\x4f\xc4\x8b\x3f\x5c\x04\x12\xdd\x90\xf4\x73\x8e\x35\x09\x0f\x41\xa9\xc0\xd8\x84\xb4\xfc\xdd\x7b\xcf\xd4\x0d\xb6\x7c\x9e\x48\xdd\x50\x3d\x4d\x9a\x4a\x8b\x7f\x73\x16\x3e\xb6\x90\xf9\x7e\x18\x15\x45\x3e\x1f\x21\xb8\xab\x55\x63\x1f\xb2\xf0\x8f\xe2\xdf\xa4\x7f\xfe\x1e\x94\xc4\x74\xe2\x24\x84\xde\xfb\x93\xbc\xd5\xcb\x76\x32\x6d\xa3\x56\x01\x89\xb6\x2c\xd6\x9e\xe7\x22\x88\x1e\x62\xcd\x41\x93\xfa\xa4\xc4\x38\x7c\x26\x11\x16\xe9\xe4\x12\xe7\x45\x6c\xca\x7e\xb0\x16\x5a\x50\x2e\x19\x50\x6a\x9d\x13\x89\xb4\x92\xaf\x76\xe7\x45\x7c\xf1\x66\x41\x2a\xf4\x4d\xee\xbc\xde\x6f\x21\x7c\xec\x90\x14\xf6\x30\x65\x41\xce\xd7\x2a\x15\xc4\x79\x2f\xa0\x34\x02\x6c\xb3\xb5\xff\x1d\x1b\xba\x49\x0c\xb3\xbb\x03\xf7\x2f\x1e\xae\xf3\x05\x4d\xf1\x5e\x24\x5d\x3b\x4b\xcb\xad\x8d\xc1\x27\x1c\xe2\x7e\x04\x04\x24\x9b\xb0\x31\xf8\x44\xdc\x64\xed\x06\x18\x09\xcf\x7c\x42\x9e\xa5\x59\xd0\x90\x50\xf9\x0d\x3b\x24\x9f\x9f\xa0\x9c\x86\xd7\xe0\x13\x83\xb3\x83\xfb\xce\x67\x6d\x83\x76\x96\x42\x6f\x77\x8f\x20\xe8\xe6\x9e\x50\xf8\x1d\xde\x79\xa4\x97\x18\xaa\x8b\xdc\x4f\xb8\xc7\x39\x27\xe8\xf9\x20\xc5\x8b\x85\x05\x98\x81\x7f\x90\x0f\x79\xbc\xec\x30\x7f\xbe\xd8\x35\xa3\x01\xea\xe1\xfe\x48\x1f\x2f\xdc\x34\x2c\x08\x52\xc8\x96\xe6\xe3\x44\xaa\x09\x87\x94\x9c\xc8\x07\x3b\x5c\xc0\xe7\x84\x6b\x5c\x2f\xfe\x4d\x06\xa4\x0f\x26\x49\xa5\x4f\x30\x6a\x06\xb8\xf4\xd1\x39\x79\x40\xb5\xc6\x93\x97\x0f\x9f\x8e\xc9\xcb\x47\xf0\x03\xa4\xa7\x30\xf3\x9f\x84\x59\x73\x80\x05\xd9\x01\xb4\xe7\x3c\x91\xb2\xc8\x20\x51\x39\x6d\x9a\x00\x8d\xe2\x30\xd9\xa2\xc1\xd8\x66\xed\x0b\x05\xa2\x5c\xfd\xe1\x62\xf1\x5c\x51\xf3\xeb\x60\x99\x8c\x43\xbf\x19\x79\xd1\xf4\x9b\x02\x4d\xf7\x07\x3c\xc0\xc1\x23\x34\xec\x9b\x7b\xa0\xa5\x4d\xc8\x7a\xb1\x00\x80\x2d\xe9\x17\x45\xfa\x1f\x98\x28\xe1\x74\x0f\x0a\x3e\x5a\x3d\xe6\xe4\x98\xea\x01\x32\xbe\x8b\x1c\x5c\x81\xe8\x2e\xf9\xf9\x0a\x44\x16\x01\x09\x89\xdd\x75\x15\xae\x40\xa0\xfd\x3e\xcb\x93\x74\xfd\x3e\xd1\x1e\xf4\xfb\x82\xc4\xee\x01\xd7\x46\xf8\x03\x24\x17\xfe\xe9\x90\x12\x7d\xf1\x83\xc5\x89\x05\x42\xe4\x1c\x34\xc9\x48\xc5\x89\x7f\x13\x64\xad\x12\x6a\x41\x39\x47\xf9\x85\x54\x62\xce\xf5\x7e\x45\x78\x3c\x78\xd9\xe3\x5a\x55\x75\x90\x16\x3e\x6b\x04\x64\x87\x75\x7d\x81\x2b\xf1\x72\x26\x42\x7b\x51\xe7\xa9\x03\x70\xb1\x5c\x80\xed\xfe\x17\xaa\x03\x38\xd3\xfa\x05\xf9\xd8\x49\xce\x2f\x66\xed\xb2\x43\xc3\x95\xd7\x89\x10\x0c\x79\xdd\x52\xfd\x06\xa9\xa7\xd8\xe2\xf5\x09\xc4\xd5\xc9\x89\x2f\x28\x30\x9d\x17\xfd\xa2\x8f\x9c\x73\xff\x5e\x99\x40\x79\x88\x89\xdf\x5a\x98\xe5\x33\x27\x4a\x72\x21\x64\x61\x38\x9d\xf6\xc5\xb8\x50\xef\x76\x59\x07\xdb\x2f\x60\x6f\x24\x87\x5d\x2c\x76\x2b\x59\xf5\x2a\x54\x16\x47\x3f\x00\x3e\x89\x45\x5d\x85\x9b\xe7\x76\xe4\x38\xc8\x7f\xe5\xd3\x7d\x15\xb2\x65\x11\xa2\x0b\x2e\x79\xce\x08\x7d\x51\xf7\x69\x7f\x8c\xab\xae\xd2\x8d\xfa\x4d\xf8\x44\x68\x2e\x58\x5c\x9d\xc8\xfa\x82\xa4\xeb\x04\xcf\x57\x5d\xd4\x5d\x33\xae\x1c\x52\x4b\xb4\x44\x5d\x75\xd8\x58\x8e\xcf\xbf\x91\x05\xd6\x0b\x02\x4d\xa7\x0b\x0b\x5c\xc8\x9d\xd1\x7f\x4e\x2c\x02\x19\xcc\x55\x2f\xe6\x18\xeb\x5e\x32\x5a\x68\xed\xbd\x74\x51\xd3\xd9\xbd\xc8\xb0\xd0\x3a\xc5\xf3\xb5\xa4\x63\xcf\x12\xca\xcc\xe0\x90\xbe\x0b\x51\xa7\xce\x5e\x7c\xf5\x85\x2a\x7e\x21\x21\x2c\x41\xcb\xc0\x2c\x64\x76\x64\xb9\x18\x86\xda\xbd\x17\xfd\xfc\xe7\xcf\x4f\xb8\xdd\xb5\x1c\xf9\x86\x1f\x70\xa9\xdd\xe5\xc2\x67\x8f\x09\x7c\xf6\xd2\x2d\x71\x58\xb7\xd0\x6b\x25\xe5\xd0\x07\x48\x3b\xe6\x44\xb2\xd7\xa0\xa3\x8a\xc4\x8d\x6b\xf0\xee\x25\x25\xf1\x35\xd6\x95\x52\x63\x0c\x52\x5c\x21\xc0\x8d\x9c\x7f\x36\x7d\xdd\x89\xc7\x54\x34\xfa\x66\xfc\x92\x05\x84\x1b\x35\x73\x9d\x7a\xf4\x66\x69\x11\x33\x8a\x9b\x35\xdf\xec\x0e\x73\xc3\xc1\xd6\x39\x31\x6f\x52\x13\x89\xfd\x37\x2f\xd7\xa6\xe2\xf7\x47\x3c\x52\xf0\x90\x99\x04\x4c\x72\xd3\x8d\xcb\xb5\x93\x64\xde\x79\xe1\x7d\xd4\x03\xaa\x38\x04\x24\xbd\x42\x1c\x20\x75\x93\xda\xe8\xe4\xdc\x24\x2e\xd9\x23\x4c\xc2\xa4\x0f\x90\x14\xd0\x09\xa6\x6e\x7a\x89\xd8\xe1\xe6\x46\x3c\xd4\xe8\x42\xfd\x7b\x51\x97\xe2\x4f\x0a\xba\x10\x90\x4c\xf9\x67\x6e\x75\x97\xb5\xf8\x82\xaa\xf0\x2c\x34\x7f\xf2\xcd\xcb\xb5\x64\x6e\x5a\x60\xec\xb4\x73\x33\x20\xca\x96\xc3\x1b\x16\x15\x07\x12\xdc\xb8\x5d\x3b\xad\xd0\xcd\xcb\xb3\xbd\x5b\xee\xca\xc0\x94\xe4\x37\x06\xc1\xd4\x7e\x21\x87\x8f\x53\xe6\xde\xb8\x4e\xdb\x99\xf0\x26\x91\x11\xbb\xb9\xeb\xc2\x10\x21\x00\x52\xf0\x14\x55\x72\xee\x37\x5c\x71\x9d\x85\xe5\x06\x0d\x38\x5c\xbe\xee\x6e\x40\x3a\xc9\xe6\x77\x5b\xfb\xe9\x07\x18\x53\x64\xe5\x6e\x44\x42\x89\x58\x77\xe7\xbc\x05\x43\xe7\x66\x68\xa9\x91\x35\xd0\x49\x0f\x6e\x98\x23\xec\xe6\x71\xaf\xdb\xad\xee\x33\x37\x0a\xc2\xfd\xa0\x3d\xdd\x70\xed\x56\x71\x23\x8d\x60\x37\x27\xbf\xe9\x97\x6b\xd6\x7f\x23\x28\xdc\x41\x7a\x37\xcc\x0b\x0e\xe1\xb9\x59\x22\xce\x7c\xf8\x66\xda\x40\x33\xe2\x9b\x69\x03\xed\xad\x72\x83\x04\x38\x80\xe6\xfe\x28\x40\x32\x99\xba\x41\x00\x52\xcd\x7f\x75\x27\xba\x4f\x16\xe4\xd1\xa2\x21\xf4\xca\xec\xe5\x3e\x99\x08\x53\xbd\x9f\x0b\xe5\x05\x1f\xac\x17\xd6\x24\xde\xc8\xd0\xe3\x14\x03\xf7\xc9\x70\x5e\x6d\xe3\xc9\x55\xd7\x2e\xb0\x7c\x9c\x8f\x10\x6f\xb6\xde\x04\x24\xf8\x71\xd0\xc2\x0d\xb7\x12\x3b\x4f\xdf\xb8\xd8\xba\xba\xc4\xfd\xdd\x6b\xd3\x0f\xf9\x83\x5b\x89\x7d\x0d\x6e\x84\x6d\xd9\xb7\xfa\xbe\x60\x00\xf2\x7c\x10\x1b\xde\x9b\xfb\xe3\x01\x95\x74\x76\x23\xff\xcf\xe8\x62\x35\xf7\x05\xc7\x17\xb1\xec\xfb\xbb\xe4\xa6\xf0\xd3\xce\x19\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x71\x82\x10\xc9\x7e\x9a\x98\xc4\x4d\xaf\x14\x9f\x8c\xef\x12\x9c\x5c\x2a\xe0\xfe\xee\xc0\xf9\x07\x01\xee\xc5\xc8\xfc\x02\x09\x40\x77\x0f\x0c\xea\x17\x44\x28\x8c\x62\xed\xee\xbd\xae\xbd\xd1\x2f\x9c\x70\x48\xd2\x22\xdd\xeb\xa8\x68\x8e\xb8\xe6\xda\xcd\xeb\x46\x61\x14\xa7\x61\xbf\x6f\x72\x3e\x4f\x12\xf9\x82\x5c\x38\xe5\x7e\x28\xc9\xf9\x8b\x27\x01\xaf\xb4\xcf\x8c\x0b\xb3\x30\x78\xb3\x50\x8a\xc5\xc9\x1b\x71\x61\x25\x98\x42\xe0\x22\x6c\xef\xf3\xfb\xbb\x08\x47\xbb\xb7\xdd\xcb\xe1\xd9\x43\x92\xb2\xfe\xbc\x80\xea\x55\xba\xd8\xde\x2f\xaa\x95\xfb\xf4\xbe\x34\xed\xfc\x3c\x00\x41\x70\x07\x48\x60\x6d\x8f\xf9\x1b\x37\x61\x5f\x8f\x6e\xdc\x84\xad\x4d\xb8\x19\x0c\x6f\xa7\xa9\x9b\xb5\x52\x8c\x7c\xeb\x2a\x2c\xfe\x7f\xbf\xc8\x15\x53\xdc\x23\x17\x5a\x22\xf2\x3d\x91\x2e\xc1\xe7\x8f\x39\x8e\x2c\x95\xdf\xcc\x71\x64\xd7\xaf\x7b\x22\x21\x96\xf1\x77\xdd\x85\xcd\x7a\x59\x1d\xef\x07\x1d\x26\xfd\xd1\x0c\xc5\xa4\x47\xa6\x7f\x03\x3d\xcc\xf5\x98\xa0\xda\xce\x5c\xf7\xba\xfd\x4a\x88\x7c\x0e\xde\x0b\xa5\xcc\x7c\x58\xfd\xce\x39\x7d\x1f\xde\x5e\x9b\x7f\xe3\xe0\x8a\x2e\x3e\xc7\x22\xad\x7e\x00\x74\x68\xee\x11\x94\x47\x8c\xf5\x81\x6b\xb4\xdd\x4a\x1f\x06\x86\x59\xf4\x7f\xe0\x1b\x6d\x4f\xd5\x87\x77\x59\x31\xa0\x87\xe6\xa9\xe8\xdf\xd8\x7d\xe1\xf8\x83\xab\x6d\x13\xfb\x78\x78\xb5\x95\x4a\xe0\x09\x6b\x5d\x3d\x00\x5d\x02\x8a\x7b\x5c\xdb\x2f\x18\x11\xca\x6c\xdd\xcf\xb3\x34\xe7\x12\x7b\x1f\x32\x7f\x91\xc7\x07\xa1\xce\xad\xbb\x7d\x1d\x1a\xbf\x80\x4c\x60\xda\xca\x87\xa1\xce\x41\x97\xb4\xa7\xf2\xa8\x6b\xdd\xe9\xe2\x69\xed\xfd\x03\x8f\xce\xfe\x77\xd9\x17\x1e\xdc\x36\xec\x3b\xf6\x34\xae\x99\x26\x88\x2a\xb6\xb6\x55\x3f\x8d\x7a\x18\xff\x6e\x20\xef\xfe\xbd\x10\x49\xe0\x75\x0e\x20\xe8\xfa\x42\x77\x8d\xc8\x3a\x66\x41\xf4\xfb\xf9\xe4\x86\x64\xe4\x7d\xfa\x3a\x94\x82\x09\x31\xd2\x2e\x65\xf5\x30\x46\x3a\x88\x27\x3d\x4b\x50\x90\x78\xfb\x8c\x85\xcd\x02\x73\xd0\x30\x29\x36\xf4\xc0\x83\xd3\x39\x9f\x9e\x41\xe9\xc6\x1b\xb7\xe4\x7a\x51\xab\x87\x8e\x07\xf6\xf4\x7b\x4e\x38\x2d\xeb\x54\x3e\x2c\xed\x1a\x44\xd6\x1f\xf8\x70\x5a\xdb\xfa\x9c\x14\xb1\x24\xf1\x3e\xcc\xee\xeb\xc8\xba\x07\xd9\xf4\x9a\xed\xe3\xcf\x45\x32\x2d\x09\xf7\x81\x9a\xd8\x9c\xe2\xb9\x0a\xbb\xf0\x0b\x8d\x0f\x04\x16\x19\xaa\x7d\xef\x1e\xb8\x0e\xd8\xe7\xe8\xa1\xd6\xd8\xbe\x74\xcf\xb5\xca\x8e\xbb\x0b\xc8\x00\xa2\x71\xcf\xbd\x96\x42\x5b\x06\xbd\xb1\x3d\xd3\x9e\x7b\x41\xa5\x2d\xbb\xd7\xda\x68\x8c\x7b\x81\xa9\x2d\xbb\x3b\x4f\xbf\x07\x61\xd9\x2a\xa3\x1a\x82\x76\xec\x24\xf1\xdc\x10\x50\x8d\x58\xcc\xd7\x12\xaa\x1f\x80\x7e\x98\xc6\x31\xad\xb0\x3d\x03\x9e\x87\x19\x17\x25\x4f\x3e\xcb\x07\x22\xfb\x13\x90\x0c\x63\x37\xeb\x7f\xd9\x2a\xff\x3c\xa4\x7a\xe2\x9b\x0f\x99\xa0\x09\xc2\x43\xa8\xb5\x12\xd0\xfe\x5a\xde\x7a\x10\x0b\x6d\x23\xe6\xf3\xf1\xb8\x68\xbd\xe5\x03\x96\x66\xfb\xe1\xf3\xae\xe3\xa3\x0e\x19\x0a\x6d\xcf\xc5\xe7\x25\x59\xd3\x6d\xe1\x41\x15\x86\x61\x44\x7d\x17\x89\xd1\x4a\xbe\xa8\x85\x2d\xa1\xf4\xa1\x3e\xd7\xce\x91\xcf\x84\x08\x14\xfd\x42\xe6\x10\x7e\x50\x20\x7f\x08\x06\xf8\x77\xda\x5e\xf8\xd0\x61\xc2\x5a\x8c\x67\x72\xda\x7b\x1d\xdf\xc5\x7f\xc4\x9a\xdf\x83\xe2\x46\xf4\x1b\x88\x44\x13\x4a\xbd\xc7\x3a\x4d\x43\x0f\x6e\x7e\x91\xf4\x00\x69\x9b\x75\xa4\x5f\xf0\x0f\x6b\xfa\xdf\x10\x38\x4d\x0d\x41\x7f\x06\x6b\x18\xde\xb0\x80\xf0\x27\x00\x5b\x08\xf3\x46\x3a\x58\x8a\xd3\xbe\xf0\x25\x68\x76\xb2\x78\xe9\xb5\x69\x1b\xf3\xcb\x94\x29\x56\x3a\xbc\xc8\xef\xeb\x8b\xf4\x8b\x8c\x28\x56\x1b\xbf\x89\x4b\x23\x91\xfd\x5d\x85\xea\x25\x52\xbc\x08\xe9\xb5\xd2\xf7\x45\xc2\x5f\x2b\xd3\xdf\xc4\x69\x08\xf1\x5f\xaa\x20\xac\x30\x78\xd3\xd2\x73\x68\xe6\x88\x2b\xb1\x09\xe0\xcd\xa8\x6e\x2e\x34\x7e\x73\x43\xbb\x3a\x80\xfe\xc0\x1a\xa5\x17\xba\xc8\x1e\xfe\xca\x95\xfb\x45\xbd\x79\xeb\xa4\x5f\x16\xa1\x0a\xcd\xbd\x01\x9d\x82\xa1\xa3\x92\x4d\xa2\xe7\xcb\x2a\x55\xf5\x67\x7c\x92\x6f\x89\x8a\x6f\xe1\xaa\x6a\xa3\x58\x50\xc0\x3a\x94\x17\xba\x04\xdf\x7f\x5f\x04\x90\x58\x05\xf6\x52\x31\x50\x7f\x1e\x50\x38\x28\xfe\x02\x1e\x7f\xe2\xf5\x2f\x5c\x31\x7d\x35\x7a\xeb\xda\x48\x0d\x49\x57\x4c\x6b\x5d\x5e\xc4\xf8\x5a\xe1\xf1\xc2\x13\xd3\x2a\xb2\xb7\xf2\xa2\x50\xfc\x01\x8f\xb2\x94\x13\xef\xd2\x0c\x88\xf3\xbd\x0c\x00\xb1\x1e\xe6\x6d\x44\x59\x69\x40\xde\xb6\xc0\xd2\x27\x88\x00\xf1\x7d\xe6\x45\x3a\x5f\x67\x71\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5e\xd4\x48\x3a\x83\xe2\x4b\x0d\xa4\xf5\xc4\x2f\x73\xab\x04\x99\x3f\x5f\xa8\x1f\x9a\x9d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\x30\xb6\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x87\x9d\x05\xf7\x97\x75\xa8\x7a\xf5\x0b\x40\x3a\x9f\x89\x7e\xe1\xb7\x40\x64\x94\xb0\x38\xef\xcb\xd2\xa7\x5d\x22\xc4\x3b\x08\x91\x66\xcd\x22\x07\x41\x02\xef\x0b\x6f\x49\x8b\x97\xef\x20\xc8\x5a\xd7\xb1\xd6\xd1\x1f\x90\x07\x4a\x40\x78\x21\xa5\x58\x8c\x79\x07\xef\xc2\xde\x8a\xb1\x90\xd2\x40\x3c\x7c\xe0\x41\x28\x55\x7b\x1e\x30\x9e\x5b\x08\x79\x59\x1d\xd5\x22\xde\x7b\xae\xdd\x13\xdc\xe7\x5a\x3a\x0d\x02\x9d\x82\x45\xa3\xf7\x13\x6c\xa2\x83\xd0\x5e\x78\x4c\xfe\x2c\xdd\xc9\xe3\x2a\x86\xf3\xb2\x2e\x55\xd0\x65\xe2\xa5\xe0\xe3\x79\x21\x78\xc5\x7c\xf8\xbd\x08\xb4\xdb\xa9\xef\xd2\xdd\xe0\xbd\x78\x5d\xfd\xf9\x02\xe1\x21\x76\x49\x79\xaf\x55\x06\x53\x50\x5f\x54\xfd\x88\x4f\xbe\x10\x73\xba\x2e\xfe\xef\x27\xe6\x34\xbb\x7d\xbd\x37\xf9\x85\x71\xea\x06\xce\x89\x0b\xbe\x88\x54\x36\xe3\x7d\x97\x90\x63\x9c\xc2\xc5\xff\x87\xc9\x41\xc6\x71\xc9\xa7\x17\x22\xce\x0f\x4b\x83\x75\xdb\xf2\xc9\xcb\xf4\x2f\x87\x01\x80\xa5\xd8\x00\x3d\xbc\x20\x4b\x54\x7e\x71\xcd\xef\x12\xcc\xde\xe5\xf5\xa9\x3b\xd4\x0b\xf1\xe4\x87\x3b\xf1\x8e\x6e\x37\xe6\x17\xb5\x0f\x5c\xad\xf9\xfd\xae\xdc\xc9\x56\xa8\x97\xf2\x89\x99\x13\x85\x8d\x6e\x8e\xf8\x72\x04\xad\x01\x1d\x36\xed\xeb\xf3\xd2\x9a\x6c\xc7\xe7\x97\xa5\x0d\xec\x29\xfd\xce\xb5\xf0\x9a\xd6\x5c\x0b\x2b\x28\x18\x50\x6c\x28\x59\x4d\x34\x48\xad\xf4\x4e\x46\xea\xfe\x5d\x99\xd7\x77\x12\x66\xed\x3c\xc5\x99\xe2\xee\x59\x4a\xc4\x00\x02\x73\xc4\x6c\x26\x13\xcc\x59\xf7\x39\x59\x5b\xde\x7e\xce\x13\xd7\x6b\x07\xd1\x4e\x14\x1e\xed\x3f\xbf\x79\x08\x45\xd8\xe7\xb1\x68\xc3\xd0\x83\x81\x60\xaa\xac\xdf\x38\x94\xe2\x46\x13\xb6\x63\x93\x8a\x89\xa4\x29\xa6\xf2\x13\xb7\x65\xd3\xe8\xf9\x09\x3f\xc9\x6b\x3c\x03\x21\xd2\x14\x42\xe5\x14\x92\x1e\xd0\x86\xa0\xfb\xf6\x64\x1c\xb1\x3d\x7f\x66\x00\xf9\xaa\x7e\x01\xcb\x2a\x7a\x37\x03\x41\xf4\xfb\x90\x8d\x83\x41\x62\xbc\xd6\xcf\x90\x10\xbf\x74\x22\x67\xa4\x24\xa4\x23\x3b\x23\x49\x6a\xf3\x1b\x38\x92\xd5\x2f\xac\x75\x15\x0c\x8c\x99\xb1\x27\xf5\x64\xf9\x85\xec\x17\xce\x4f\x38\xd6\xb5\x6f\x32\x87\xb1\xf5\xd8\x33\x52\x0e\x10\x31\x9b\xac\x4c\x15\x7e\xba\x20\x86\x1b\x1d\x22\x2b\xa2\x0a\xaa\xc4\xbd\x10\x0c\x69\xa5\x82\xd7\x66\xa5\x35\x2f\x7f\xc1\x0b\x95\xee\x11\x93\xa5\xa6\xaa\xc1\x4a\x70\xc3\x12\xce\xce\xc4\xcd\x70\x97\xe4\x25\xcd\x83\x72\x77\x04\x24\x4c\xd6\x3f\xbb\x99\x26\xbc\xd3\xb4\xb4\x8c\x4d\x76\xe8\xc9\x64\x70\x72\xfd\x79\x00\x94\x33\x0e\x67\xea\x94\x44\x7d\x26\x2a\x51\xe5\x9f\x2e\x81\x73\x3a\xf8\x13\x3e\xa1\x3f\x2b\x9b\xd7\xee\x69\x12\x14\x33\xbd\x9b\x0c\x5e\xb6\x21\x7e\x52\x72\x34\x3e\x7c\x92\x63\x72\x04\xe0\xcc\x9c\xa4\x7f\x4f\xce\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x98\x07\xf1\xa2\xc9\x60\xe5\xee\xad\x40\xe6\x98\x9f\x85\xa5\xcb\xa7\xad\x12\xb3\x10\x28\x2d\x03\x04\x47\x6b\x9c\x27\x1d\x38\xa5\x94\x99\xd4\x32\xd9\x39\x7c\x0e\x32\x5c\x81\x80\xd4\xb5\x76\x1c\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\xc9\x48\x7e\xf6\x12\x1e\x74\x5d\xa2\xeb\x3c\x29\x1d\x9b\xa2\x9d\x6b\x92\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\xc5\xf2\x79\x76\xfc\x16\xcc\x30\x2c\xfc\x76\xf0\xad\xfc\xcf\xd9\x3e\x09\x92\x16\x81\x0e\x73\xba\xd4\x4c\xe4\x2e\xb1\x2b\xda\xbc\x22\x22\x49\x34\xde\xb5\x40\x76\x07\xd8\x06\xaf\x22\xb3\xd0\xda\x8d\x70\x22\xb7\x89\x05\xfa\xf9\x09\x04\xdd\x95\x05\x27\xf4\x20\xae\x7d\x30\x59\x3a\xc9\xbe\x91\xf3\x42\xaa\x5c\xf1\xca\xb9\xf4\x22\xa6\xa9\xcc\x6d\x62\xeb\xcb\xbc\xe3\x27\x52\xa4\xbf\xd2\xd5\xcd\x3b\xff\xf3\xa7\x0d\x63\x1e\xb4\x2a\x56\x97\xcf\x9b\xd7\x3a\x4f\x08\x3a\x94\x6c\xb7\xc4\xc9\xa4\xb7\xed\x07\x20\xca\x8b\x26\xb9\x94\x28\xda\xcf\x03\xc8\x8b\xa6\x5d\xcf\x9a\x93\xfa\xa4\x16\xc5\xc8\xcc\x0c\x73\xf6\x36\x9f\x0c\x91\x6d\x3f\x5f\x80\xb3\xe8\x16\x33\x97\x69\xe1\xe7\x0b\xb0\x2e\xe9\x0c\xe7\xcb\x2b\x8a\x71\x01\x1e\x6e\x16\x63\xe6\x4b\xba\x6f\x7c\x5e\x5a\x11\x6f\x36\xf2\xe0\xda\x32\x30\x5f\x86\xe2\xb9\x9d\x36\xd9\x9f\x07\xc8\xfe\x68\xf4\x45\x1a\xdc\x2e\x9d\xd7\x7c\x59\x99\x4b\x93\x7a\x49\x48\xfc\xfd\xe2\x55\xee\x00\xf8\x2c\x35\xdb\x84\x52\xc5\xd9\x57\xe7\x32\x0c\x78\x0e\x08\x4b\xe9\xd2\x1c\xcd\xb9\x96\xc9\x5f\xac\x23\xa7\x21\x3e\x31\x28\x59\xed\x36\x11\xb7\x32\xa4\xe0\x98\x93\xac\xca\x18\xfd\xc9\x2d\xc9\x76\xe6\x39\x17\x46\xaf\x21\xc6\x81\xda\x07\x22\x76\xe3\x38\xe0\x20\xbf\x7b\x1c\xc7\xc1\x3b\x4e\xf7\x83\xf4\x2d\xdb\xe1\x0f\xa8\x19\xea\xee\x11\x1b\xb1\x35\x68\xe3\x80\x5e\x47\x1b\x31\x8e\x55\x51\x3d\xbb\xc7\x0b\x93\xc8\xfa\x4d\xb5\xce\xe6\x4b\xe3\x80\xdd\x60\x6c\x21\x78\x1c\x48\xa9\x22\x42\x31\x0e\xa8\x7d\xa2\xdb\x51\x7c\x61\x34\xb5\x23\xa3\x4a\x1f\xea\x0f\xa5\x17\x8e\x9f\xdf\x70\xec\x33\x40\x14\x84\x86\x7f\x57\x8c\x9f\xf4\x1b\xf9\x8b\x83\xc7\x23\x9d\xa9\x9a\xe2\x27\x06\xb5\xb6\x19\xe9\x38\xc2\x89\x5d\xf0\x80\xd4\x64\x75\x7f\x80\xf0\x91\xea\x0f\x30\xc3\xc3\xbf\x27\xcc\x83\x5a\x74\xc4\xbc\x48\xf9\x32\x0e\x64\x4f\x19\xde\x94\x18\x41\xd8\xb4\x27\x11\xb5\x6b\xb3\xdb\x1b\xde\xd7\x1e\x45\x6a\x15\x86\x5f\xa0\x44\x53\xfc\xe0\x05\x9e\x68\xce\x91\xea\x96\xae\x39\x21\xd0\x38\x79\x0d\x90\x86\x4e\xe9\x38\xc6\x01\x15\x95\xb4\x79\xe3\x48\x5c\x54\xb7\x53\x4b\x56\xb5\xea\x48\x03\x1c\xbd\xea\x10\x67\x14\x60\x35\x8e\x44\xa7\x3e\xb7\x13\x2b\xdc\x21\x19\x7b\xd3\x0b\x99\xc9\x39\xbc\xea\x70\xc1\xab\xc6\x75\x26\xa9\x53\xc2\xa6\x71\x64\x12\x99\xe1\x07\xf0\x8d\xf7\x24\x19\xb2\xe2\x49\x42\x3a\x19\x41\xeb\x0a\x1f\x9a\xfe\x03\x02\x52\x90\x18\xd3\x32\x25\x49\x9f\x2e\x48\x2b\xf2\x82\x1d\x07\x02\x5a\x94\x56\x7f\x1c\x05\xa7\x2f\xe8\x7d\x84\xa7\x8c\xa0\xf7\x21\x9a\xfc\x00\x0c\x6f\xbc\xf1\x57\x5a\xb9\x71\xa0\x64\xc3\x08\x5a\xe1\xf2\xa1\x71\xf6\xec\x0a\xd1\xd6\x58\x52\xb0\x05\xd1\x2f\x90\xb7\x18\xf1\x0b\xf7\x44\xe0\x22\x70\x25\xf9\xa4\x7e\x72\x4f\x93\x2e\x7d\x1c\x95\xac\xc5\x47\x97\x81\x2b\x9e\xcf\x27\x18\xa5\x1f\x24\xa0\xf5\x4d\x5e\x4a\xe3\xa8\xf0\xfc\x4f\xee\x00\x73\xf2\x49\x61\x09\x88\xe0\xdf\xbc\xfe\x7a\x92\xf5\x81\x95\xd3\x2f\xbc\xb8\xb1\x6b\x07\xe0\xdd\x27\x6f\xaf\x71\x30\x92\xf9\x07\x44\x28\xd3\x46\x14\x04\x8d\x04\x72\x68\x92\x88\x5c\xce\x46\x12\x28\xd3\x86\x17\x01\xf9\x56\x94\x67\x74\x1c\xad\xe3\xb7\xdb\xa9\x9d\x19\x7e\xe1\xc4\xa6\xfb\x05\x64\x78\x36\x9e\xc3\xd9\x6f\x78\x9b\x90\x83\x2f\x9b\xda\xc0\xb5\x4f\xd5\xde\xc6\x01\xcd\x9b\x12\x85\x8c\xa3\x73\x46\x02\xb8\xa7\x7f\xfe\x14\xe5\xa8\x1d\x07\x0d\x7c\xc5\xfd\x91\x8f\x79\x53\xa8\x9a\x33\xc0\xcc\xe9\xf7\x03\x31\x3c\x87\x86\xe9\x1b\x54\x75\x23\x0a\x6f\xfa\xc2\x3c\x2d\x6a\x27\x8f\xf0\xb6\x75\x32\x36\x9f\x94\x8e\x7d\x4a\xda\x16\x06\xc6\x34\xbf\x30\x02\xce\xa6\xba\x5c\x16\x43\x43\x39\x68\xfa\x29\xee\x82\xd7\x5d\xb3\x36\xe6\x00\x0c\x06\x6b\x50\x8f\xed\x37\xce\x85\x1d\x82\xf3\xa4\x10\xd0\xb4\xd8\x27\x19\xec\xcf\x1b\x38\xe2\x45\x70\xb2\x82\x44\xfd\xf9\xa2\xc2\x31\xcf\x1f\x00\xc5\x8d\x1f\x27\x75\x4c\x5a\xbc\x93\x2b\xa1\x79\x31\x7c\xb9\x99\xe7\x43\xd7\x36\x7c\x66\x96\x0d\x72\x08\x84\x8b\x36\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x75\x4f\x9a\xf7\x45\x49\xd5\xfc\xe2\x93\xc5\xd3\x61\x9e\xca\x9a\x5d\x3f\x4c\xf9\xa2\x38\x55\x04\x26\x44\xe9\xe0\x17\x98\x7b\x59\xd6\xfd\x71\xdc\x6b\x7f\xb4\x10\xcb\xa2\x68\x96\xb0\xdc\x6c\x3c\x2a\xd4\x6f\x87\x31\xfb\x5e\xa7\xdf\x2f\xa0\xa4\x55\xd5\x52\x2c\x59\xb7\xfb\x01\x77\xc3\x8b\xf7\x50\x29\x62\x38\xa1\x60\x1b\x49\x5d\x3e\x44\xd5\xae\xb5\x79\x68\xcd\x36\x54\x0f\x82\x74\xbc\x78\x4c\x0b\xd8\x2c\x52\xb1\x08\x84\xc5\x01\x48\xc7\x4a\xb1\x3f\x0e\x78\xbd\x28\xc0\x7d\x1c\xcb\x42\xe8\x85\x78\x91\x56\xaa\x08\x46\x06\x55\x37\x13\x2d\xe4\x00\xcc\x3f\x2f\xd0\x2e\x6d\x2c\xa4\x8a\xee\x47\xc4\x98\x34\x65\x98\x75\x31\xc4\xe3\x47\x32\x9c\x4c\x8c\xa3\x69\xcd\x85\x13\x7f\x73\x17\x1a\xc7\xe4\xee\xba\x7b\x88\xdf\x12\x48\xc2\xd2\xb8\x0d\x3f\xc0\xa2\x64\xff\xe6\xf5\x50\x87\x33\x20\x5e\x63\x58\x8e\x0c\xcb\xe2\xa8\xd3\x1a\x0e\x0a\x72\xdd\x0f\x78\xad\xd6\x4e\x04\xd6\xf5\x52\x3c\xc6\x08\x81\xa3\xaa\xcf\x40\x65\x81\x56\x32\x04\x64\xce\x49\xfe\x80\x5e\xfd\xfb\x0e\x37\x02\xb5\x6a\x16\x5f\x43\x20\x1a\x0f\x0f\x0a\xea\xb8\xb5\xeb\x23\x30\xff\x9e\x22\x2c\x46\x60\xba\x3d\xd5\xb5\x1e\x81\x85\x1e\x64\x84\x1e\x21\x2e\xb8\x35\x6a\x5c\x8b\xa1\x4f\x22\x19\xa7\xfa\x8c\xb4\xe0\x78\x7d\x23\x1c\xa1\xb2\x5f\x20\xc5\x15\x0e\x05\x96\xee\x92\x97\xc6\x08\xb0\x6b\x2a\x92\x70\x04\x96\x29\xb5\x48\x17\x12\x17\xcf\xbf\xb9\x78\xd5\x0f\xc8\xde\x87\xbb\xa4\x94\xa8\xd3\x16\x96\x61\x53\x87\x29\x40\xcb\x55\xe2\xe1\x51\x79\xc6\x87\x3b\x7d\xf8\x86\x76\x99\xa1\xca\xd5\x98\x92\x3b\xdf\xd0\x0e\xa0\x7a\x69\x34\xa0\xb0\x5f\x8e\xec\x1e\x50\x58\xd4\x50\x21\x61\x9e\x0a\xd3\x8f\x00\xb1\x2e\xfd\xbc\x8f\xd8\x24\x2f\xdd\x52\x42\x19\x13\x91\x59\x46\x25\x64\x47\x28\x0b\x44\xf5\x08\xc1\x4f\x86\x82\x11\x28\xe8\x65\xb7\x63\xa1\x4c\x33\x02\x85\x3b\x5d\xc3\x42\x61\x58\x8f\x37\x83\xa9\x69\xc6\xcf\x83\x8b\xab\xa0\x4f\xea\xda\x3f\x4d\x13\xe2\x5a\x31\xd4\xb0\x66\x0e\xa3\x48\x5d\x24\x41\x9b\x53\xc1\x26\xb2\x7f\x37\x8e\xa9\x79\xa2\xd6\xe9\xf0\x29\xaf\xcc\x46\xeb\x0f\xb0\xb0\xd5\xbf\x79\x40\x8d\xe8\x94\xbe\xc4\xa9\x02\xdc\x9d\x86\x78\x78\x80\x34\xd6\xbb\x47\x6c\x4c\x0a\x2a\x98\x21\x7d\xa9\xb2\xf9\x08\x90\xbe\x7c\x33\x0a\x6d\xad\x9b\x26\xdd\xd6\xba\xf9\x01\x55\x2e\xc6\x86\x4e\x35\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\x20\x57\xe9\x11\x3e\x91\x2a\x66\x63\x18\x25\xa8\xe2\x1e\x16\x54\x7e\x01\x6c\xc9\xf3\x42\x2c\x85\x6f\x1e\x01\x39\x91\x4b\x34\x46\xd1\xfc\x69\x20\xe9\x62\xe5\x1b\x5c\x40\x24\x71\xf5\x61\x1d\x8b\xa4\x68\xde\x4c\xfd\x62\x9c\x1d\xb4\xd9\x18\xc3\xe0\x7a\xad\x92\x6f\x23\x8c\x05\x83\x1e\xb0\x4e\x45\xf3\x6e\x9d\x5c\x39\x75\x79\x66\x38\x90\xaa\xc7\x73\xad\x93\xa0\x66\x3d\xd3\x18\x84\x10\x30\x65\x0e\x93\xdf\x93\xeb\xf2\x57\x37\xa4\x70\xe2\xc2\xe3\x25\xa0\x68\x65\x62\x7f\x2d\x2e\xa9\xde\x2f\x5c\x70\x24\x74\x06\x88\x56\x25\x4a\xf8\x0f\xac\x7a\xd1\xdd\xe5\x05\x5e\x5e\xb5\x04\x94\xac\xaa\xb6\x85\x92\x55\xf7\x2a\xb3\x9c\x6a\xf2\x0b\x98\xa0\xa9\x30\xac\x9e\x63\x78\x63\x2f\x72\x0b\xe3\x0e\x65\xb1\xe1\x65\x67\x65\x8c\x66\xe4\x41\x39\xd4\x31\xbc\x8a\x74\x81\xf6\xc5\x33\xdc\x15\x5e\xe8\x82\x0a\x96\xd0\xe0\x79\x22\xf2\x37\x05\x4d\x13\x75\x2f\x46\x75\x3b\xb6\xa1\x7a\x44\xdc\x61\x4c\x4a\x6e\x04\x11\x76\x8f\x87\x22\x66\x26\x90\x4c\xec\x67\x96\x88\x7c\xce\xbe\xa9\x87\xa5\xc4\xd4\xfb\xf0\xf3\x1a\xd5\xef\x83\xfd\x59\x7a\x78\x3e\x89\x29\x98\x29\x33\xbb\x73\xf3\xce\x3e\x27\xf8\xa5\x7f\x63\x02\xc6\xe5\x87\x1e\xba\x26\x1c\x70\x7e\x2e\x46\x05\x4a\x7d\x96\x1c\xe0\x17\x36\x4c\xda\x10\xf4\xab\x3a\x3d\x23\xbc\xd0\x5a\x19\x62\xb8\x36\x37\xaf\x30\xbc\xc0\x2c\xd5\x07\x38\x7d\xf5\xee\x2d\xa2\xe7\x72\xf3\x26\xb2\x3c\x6b\xf4\xa6\x4c\xfa\xcb\x79\x57\x26\x65\x13\xa9\x04\x02\x13\xe3\x34\x77\x3a\xc9\x24\x24\xa7\x05\x58\x4e\x47\xf3\x20\x0f\xbf\xd0\xca\xc3\x11\x6c\xe8\xfa\x12\x99\x38\xc7\xea\xbc\xc8\xd4\x7f\xfd\xe7\x01\x5c\x52\xb3\xbf\x20\x54\xba\xd4\x47\x78\x22\x0f\xeb\x5d\xe2\x81\xcd\x11\xf6\xc4\xe3\x26\x10\x4d\x0f\x10\xce\x5f\xfc\x01\xcb\xaa\xec\xcd\x88\x01\x4e\xdd\xe2\x96\x11\x2a\x44\x69\xe6\x47\x84\xa7\xf1\x68\x6e\xc7\x29\xd5\x3d\x22\x86\x65\x9e\xf6\x07\xd0\x84\x48\x18\x8e\x70\x1b\x1b\x56\x57\x45\x96\x82\x88\x52\x2c\xc4\x4f\x00\x6b\x87\x58\x61\x8c\x5c\x58\xcd\x29\x25\x7e\x10\xf5\x00\x61\x0a\xda\x89\x98\x98\x6c\x42\xcb\x98\xd6\x08\x49\x0f\x90\x32\xc3\x8b\x90\xb8\x6a\xee\xe0\x46\xbb\x20\x62\x54\x9a\x9c\xfe\x46\x44\x54\x9a\x0f\x5d\xcc\x58\x35\x83\xcc\xa4\x7d\x72\xe3\x1a\x31\x2f\x98\x05\x13\xbc\xcc\xc2\xcf\x0b\x58\x47\x1d\xf3\xc8\xa4\x7d\x56\x7e\xc4\xbc\xf6\x5e\x40\xc3\x0f\x4d\xd1\xfb\x23\x52\x05\xd7\x3d\xc2\x49\x18\x34\x2b\x94\x56\x55\x3a\xdb\x11\x19\x24\x6b\x7d\x4b\xcc\x38\x98\xc5\x43\x4e\x0e\xa9\x21\xe0\x59\x36\x74\xb2\x63\x09\xf8\x40\x43\xb2\x48\x97\xd5\xb3\x11\xf6\xc1\xa1\x9b\x6b\x64\x90\x5a\xf3\xd6\xb0\x38\x6a\xf9\x9b\x42\xe3\x23\x22\x60\x76\x48\xea\x8a\xac\xf0\x75\xb8\x77\xa0\x9a\xae\xde\xb1\xf2\x98\xeb\xd6\x1b\x2b\x0f\x98\x51\xad\xc2\xb2\x26\x09\x39\xc2\x0b\x6d\xe8\x1a\x14\x59\xb3\xbe\x1b\xd5\xa0\x76\x53\x16\x9c\x11\xa9\x75\x13\x5b\x8e\x08\x80\xeb\xdd\xa8\xc6\xf4\x31\x72\xbe\x1b\xb1\x51\x19\xab\x5d\x60\x3a\xbf\xe6\x13\x88\xa8\xd7\x31\x7c\x64\xe9\x52\x26\xbf\xa6\x11\x29\x67\xc9\x03\x68\xc4\xf6\x22\xee\xc7\x2f\x4c\x42\xa1\x2e\x90\x91\xaf\x19\x4c\x84\xac\x26\xe3\x0a\x1c\xd3\x7f\xe8\x4a\xef\xc8\xe8\xa9\x0e\x99\x70\x4f\x8e\x72\x23\xf6\x93\x20\xb8\x87\x87\x6f\x68\x5e\x2c\x35\x61\xa5\x6a\xfc\xc4\xa8\x28\x13\xe2\x88\xcc\xc7\xa2\xc0\xbd\x11\xe1\x44\x36\xbc\x19\x83\x47\x42\x93\x40\x08\xeb\xd0\x95\x28\xb2\x48\xbc\x8d\x03\x11\xe9\x58\x7c\xb7\x8f\x0c\x81\xeb\x3e\xb6\x03\xe6\x08\xcf\x02\x75\x51\x87\xae\x3f\x11\xc6\xe5\xf1\xd3\x01\xd7\xd1\x87\x90\x9e\xf1\xcd\x14\x99\xf9\x56\xa4\x2d\x88\x4c\x66\xdc\x4c\x4a\x4e\x66\x22\xf4\x21\x43\xbd\xb0\x9f\x13\x00\x7f\xb0\x61\x55\x71\xbc\x48\x3b\xa4\xe4\x88\x90\x94\xd2\xcf\xb9\x64\xce\xbc\x66\x72\x03\xfb\xef\x90\xdc\x1d\x69\xff\x6d\x26\x60\xa8\x42\x3a\x74\x59\x88\xf4\x10\x6b\x3f\x5d\x92\x16\x48\x4a\x8e\x37\x85\x5e\x63\x3e\x0b\xc3\x47\x2f\xde\x4d\x42\x6e\x54\x5f\xa2\x91\x69\x1c\xad\xb6\x72\xea\x1b\x91\x5e\x62\x16\x46\x22\x14\x57\xc3\x1a\xd6\x78\x2f\x38\xfc\x00\x17\x7a\x39\x20\x8d\x08\x57\xf7\x21\xd9\x3a\x3e\x20\xbd\x12\xc6\xe3\xc3\x64\xb5\x9a\xea\x83\xb8\xfd\xea\xdf\x50\x4b\x88\xd3\x47\xca\x3f\x12\x3b\xe3\xb3\xd6\xce\x03\x80\x44\xf9\x2c\x3c\xa4\x8a\xc6\xaa\x97\x10\xe8\x83\x97\xb2\xbb\x24\xed\x48\x1b\xae\xca\xe5\x8c\x88\xda\x15\xd9\x34\xe1\x25\x99\x31\x0d\x78\x09\x94\x3f\x20\x50\x86\xf2\xe5\x86\x7a\x08\x18\xf8\x7f\x60\x22\xdf\x37\xd4\xd0\x73\xc5\xe6\x1e\xc9\xd2\xbc\x6e\xf4\x84\x97\xa9\x7a\xc4\x19\x51\x25\x4c\x3d\x20\x53\xf2\xcf\xf1\x9b\x3c\x7e\x3e\xbf\x88\xd5\xaa\x26\xf6\x9f\xc8\xd4\x55\x4b\x7c\x44\x24\x2e\x39\x24\x59\xc6\x89\xa2\xd3\x06\x89\xa1\x5d\x9e\xc3\x84\xcb\x9f\x6c\x48\xe9\x58\x10\x16\x3d\x40\x54\x54\xf3\xef\x8c\x2c\x41\xa2\x83\xe9\x80\x29\x5c\xfc\x2a\x1d\x6b\x19\xab\x1e\x50\x23\x92\xfc\xc5\x04\x8c\xc7\xdf\xf0\xa3\x04\x9d\x98\x9c\xb8\x46\x62\x56\x41\x79\x83\x8e\xc4\xe2\x5c\x36\x40\x24\x66\x0d\x94\xdb\xc2\x48\x10\x97\x14\x7e\x30\x12\x0c\xa8\x87\xf8\x4b\x0a\x5c\x33\x77\xb0\xf6\xb5\xe9\xc1\x83\x35\xf0\x07\xe0\xe1\xcd\x1d\x2e\x6c\xd5\x0b\x50\x88\xa9\x78\xd2\x48\x11\x3c\x5c\xd2\x77\x8a\x11\x23\x6a\x51\x51\x0a\xff\xd0\x35\x2d\x31\x65\xa0\x8d\xd4\x29\xf2\x40\xf9\x37\xf4\x7c\xc9\x1d\x52\x70\x49\xee\x11\x3a\x59\x2f\x5b\x24\x99\x16\x51\x4d\x2c\xa6\xdf\x7e\x60\xba\x70\x87\xf2\x10\x37\xac\xba\xee\xe1\x05\x8c\x5a\x55\x38\x9d\x59\x6b\x9f\x12\xe2\x5c\xdd\x5f\x5a\xa4\x4b\x93\xa2\x17\x9a\xea\xe8\x8c\x94\x0a\x7a\xf4\x17\x64\xca\xa2\x7e\x89\x4e\x68\x36\x99\xa6\xc4\x9d\xf2\x0b\xd7\xf7\x5b\x97\xcf\xf4\x09\x7c\xed\x30\x6e\x2e\x79\x4e\x64\x3e\x65\xf2\x5c\x75\xb8\xf2\x12\x18\x59\x21\xd0\xa5\x7c\xb8\xcb\x0b\x65\xbe\xb5\xb0\xf4\xf8\x12\xd5\x4f\xac\x7e\x6f\xab\x64\x2a\x0b\x41\x35\x2d\x16\x66\x55\x9a\xb5\x91\x0a\x82\x1f\x8a\x5f\xa0\x74\xe2\x43\x88\x44\xcf\x87\x2e\x1c\xa9\x80\x52\x35\x77\xb0\x28\xba\x7b\xa0\x18\x2a\x66\x95\x0a\x0b\x3d\xba\x87\x1b\x3d\x1a\x6a\x52\x26\xa3\xf4\x27\xc6\xb5\xc3\x67\xa4\xae\xa5\x57\x0f\x4b\xc6\xd2\xcd\x2a\x55\xaa\x42\x8d\x83\x95\x5c\xd8\x4b\x83\x68\x02\x2b\xc0\x53\x25\x21\x10\x9b\x49\x48\xdb\x77\x04\x03\xc1\x3b\xa4\x27\xda\x40\xf5\x3d\x66\xe3\xda\x1a\xe9\x1a\x15\x1c\x62\xa9\xa9\x2d\x24\x13\x8a\x2c\x0d\xdc\x4f\x1f\x64\xec\xba\x4d\x25\xa6\x72\xf6\xdd\x36\x35\x2e\x96\xfb\x24\xbf\x94\xcc\x9b\x1a\x03\x8b\x35\xb1\x46\xf1\x42\x42\x52\xea\xd4\x68\x98\x00\xb0\xa4\x84\x1c\x72\x47\x5a\x1a\x34\x13\xc5\x95\x4d\x59\xda\x9e\x04\x23\x64\xf6\xea\xf5\x05\x85\x56\xab\x53\x70\x32\x1e\x2d\x61\x4f\x92\x75\x1a\x38\x0e\xc1\x2f\x10\xd1\x74\x9d\x49\x48\xa7\x7c\x78\x0c\x24\xdf\xeb\x46\x93\xa5\x53\x93\x78\x98\x3e\xe1\xae\x59\x9c\x4c\x34\x49\x46\x53\x09\xc6\x07\xc8\x49\x77\xa4\x73\x6d\x99\xc0\x3e\x97\x3a\x52\x50\x9d\x08\x58\xf6\x8e\x2d\x2d\x5b\xf7\x0b\x2c\xce\xa2\xfd\x58\xf2\x9f\x59\x0e\x22\x0a\x8a\x35\xe8\xe9\xa4\xf0\x2e\x21\x33\xa1\x2a\xfd\x61\x5c\xbd\x88\xee\x5a\x88\x0b\x2c\x21\xfe\x1d\x4b\xba\x88\xf9\x66\x41\x4b\x09\x66\x08\x6f\xea\xb2\x25\xb9\xa7\x1b\x04\xde\x3c\xea\x86\xd2\xc1\x38\xc8\x7a\xf3\xdd\x64\xe6\x13\xda\x9a\x6f\x30\xe9\xe6\xf1\x93\x74\x99\xee\x05\x84\xbf\x58\x73\xd6\x3a\xc2\xdb\x7f\xf8\x8a\x9e\x96\xdc\x27\x81\x26\x3d\x58\x05\xd3\x5b\x44\xf5\x07\x6f\xff\x03\x99\xaa\x9b\x18\x3e\x84\x4a\x63\x52\x6f\xa5\x08\x82\x91\x68\x8e\xec\xa6\xa7\xcf\x83\x2f\x04\x36\xf5\x52\x3e\x6b\x0f\xcd\x3a\x66\x0a\xb0\x46\x5a\xb5\x91\x5e\x52\x4f\x33\xae\x17\x48\xed\xb3\xf6\x82\x8b\x48\x20\x4e\x2f\xb9\x88\x59\xe1\xbb\xd6\x56\x30\xbc\x9c\x85\x76\x8b\xae\x73\x72\x24\x1f\x89\xae\x72\xdd\x6c\x82\x01\x02\xb6\x77\xa4\x4f\x0c\x73\xee\xc4\x91\x26\x75\x44\x66\x34\x73\x6d\x8f\x06\x9d\x2b\x5b\xba\x3f\x59\xd4\x70\xaf\x7e\x86\x73\x5c\xb4\xcd\x24\x1f\x8b\x8a\x34\x3d\x00\x16\x69\x43\xf3\x41\x8b\x96\xfa\xcc\x47\xc3\x0b\x45\xbf\x3b\xbb\xf4\x17\x14\x03\xaa\x07\xa5\xe8\x22\x6e\x95\x03\x70\x42\x13\xc9\x81\x63\x0a\xa8\xc0\xe5\x8f\xfa\x5d\x38\x84\xc6\x84\xb4\xa5\x84\xea\x23\x07\x58\xb7\x0e\x7f\x00\x1e\x2e\xd2\x98\xe1\x7d\xe6\x02\xfc\x23\x7f\xc2\x52\xb3\x3b\x59\x8e\x60\xf2\xb2\x1d\x66\x56\x2d\x1d\x3f\x2f\xac\x1e\xb4\x4e\x09\xe2\x96\x84\xe4\xcc\x52\x5b\xf2\x3d\x1f\x39\x91\x06\xfd\x3c\xa0\x2d\x49\x0c\x34\x53\x36\x11\xc1\xc8\x09\x2c\xd9\x5b\x81\x34\x4c\x36\x2d\x65\x4a\x26\xa2\x83\x39\xad\xed\xd6\xba\x31\xe9\xb1\x35\xeb\x39\x71\xe5\xc5\x2e\x73\xe6\xbc\x05\x53\x5e\xa7\x4f\x30\x50\xba\x11\x51\xc9\x19\x42\xa1\xd4\x59\x39\x13\x29\xdd\xce\x20\x15\xc3\x40\x87\x30\xdb\x93\x33\x64\x15\x25\x2d\x1c\xb9\x40\x2e\xcd\xfe\xfd\x6d\xbe\x8f\x77\x2e\x14\xad\xc5\x7f\x33\xf3\x1f\xd9\xa1\x29\x17\xac\x83\xae\x96\xb9\x60\xf3\xb2\x7f\xdf\xfc\xc0\x5d\x42\x06\xf0\x29\x28\xdc\x4c\x49\x22\x99\x92\x89\xce\x7f\x66\x05\x0a\x6b\x9e\x73\x25\xd0\xda\x9a\xba\x36\x57\xeb\x50\x79\x0a\x82\x1f\x70\xb3\xb4\xb0\x95\x5c\xcc\xeb\xc0\xb0\x47\xf9\xf1\x8f\xcc\x92\x13\x8a\x29\x1d\x99\x71\x90\xf2\xca\x1f\xb9\x01\x4c\xef\x66\xa3\xb6\x5b\x02\x54\x6e\x24\x64\x62\x84\xb9\x01\xc5\xbc\x96\x0d\x87\xd7\x40\x50\x0c\x29\x7f\x93\x9a\x6e\xe4\x06\x3a\xfb\xd3\x39\x96\xb5\x18\x3c\xdc\xb9\x24\x2b\xe4\x0e\x64\x93\xb4\x91\x99\x7d\x58\xa9\xf8\x46\x66\x82\x35\x85\xe4\x8e\xf2\x81\x97\xcc\x91\x4a\xa3\xc2\x57\x5b\x5d\x96\xed\x52\x8c\xbc\xb4\xb5\x68\x7a\xd0\x99\xdc\xa7\xe9\x37\x76\x4e\xb2\x42\x01\x10\x0a\x23\x1e\x65\xc3\xa0\x31\x3b\x95\x1d\xcd\x0f\xb0\x66\x22\xd4\xa5\x53\x32\xd6\x21\x2a\xc8\x81\xac\x6c\x05\xa3\x74\x6c\x7d\x75\x3b\xf2\x65\x04\x83\x44\x47\xa1\x66\x18\x26\x9c\x2a\xf5\x9b\x05\xf4\x3d\xeb\x81\xfb\x71\xf7\x6f\x28\xa1\xb5\x11\x85\x32\x98\x54\x00\x65\x80\x90\x54\xb7\x2f\x06\x28\x08\x4e\x20\x52\xf5\x6f\x2a\x89\x74\x28\x0b\x7d\xba\xa4\x3b\x29\x27\x63\xbf\xb4\x26\xb0\x5a\x9a\x42\x97\xb3\xa0\xd8\xb9\x7f\x57\x6e\x9c\x3b\xe0\x22\xba\x03\xf0\x47\xf1\x88\xb2\xc4\xab\x62\x90\x2e\x2a\x11\x0c\x12\x6b\x8f\x7b\xeb\x4f\xa0\xa3\xb8\x7a\x41\x3d\xfe\xa4\x02\x3b\xa3\x40\x01\x17\xfd\xc1\xb5\x08\xb0\x80\xb8\xe8\xc9\xe2\xad\xa6\x88\xd6\xdc\x03\x73\xeb\x48\x79\x56\x2e\x90\x9a\xe6\xdf\x38\x3f\x62\x8e\xe5\x22\xc3\x35\xba\x5d\x38\x23\xa2\x13\x85\xb5\x65\xed\x52\x52\x28\xb5\x79\x6b\x6e\x8a\x16\xa2\x66\x05\x62\x9b\x3d\x4a\x0a\x7d\xc4\x14\xf8\x32\x0a\x7d\xc4\xec\x39\x51\x6e\xe0\x5f\x73\x0f\x0c\x54\x96\x40\x54\x6e\x42\xad\x69\xdf\x5c\x49\x2d\xd4\xca\x38\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x20\x2e\xa1\x4e\xf2\x51\x79\x28\xcb\xf8\x94\x3d\x80\xb1\xfb\x05\xf2\x36\xc9\x60\xe5\xe1\x29\xf2\x3a\x3c\xa4\xea\x92\x1c\x0b\xab\x8e\xd9\x59\xa3\xbc\x20\x48\xfe\xe2\x05\x6d\xd0\x55\xa5\xbc\x54\xf3\x88\x43\x17\xca\x7d\x3e\x78\x4b\xee\x13\x05\x2e\x88\xc9\xc8\x26\x0e\x15\x45\xd8\x95\xdc\x79\xd4\xb0\x10\x22\xea\x01\x09\x96\xc4\xf4\x4a\x51\x44\xd7\x9f\x1a\x23\x5f\xf0\x83\x05\x95\xba\x88\x38\x3b\x32\x5a\x55\xa8\x59\x94\xab\x6f\xd4\x48\x01\xd9\x5d\x32\x1d\x83\x5d\x27\xea\x27\xac\x24\xbb\x31\x54\x2a\x41\xac\x81\xaf\x89\x34\x4e\x24\xa6\x7e\xb2\xc6\x8f\xca\xae\xb2\xec\xa7\x9d\x86\x6b\xa2\x09\xbe\xf8\x8d\x0f\xd3\x15\x75\x3b\x2a\xea\x2d\xf8\x26\x59\x33\xef\x2f\x42\xec\x9a\xb1\x1b\xe3\x6f\x4a\x17\x8d\x0a\xb3\x9b\x72\xc2\x8d\x0a\xff\x25\x95\x49\x18\x35\x03\x7d\xa4\xe4\xac\xb0\x91\x59\xc4\xac\x19\xbc\x4a\x36\x8a\x5a\x80\x2b\x92\x31\x2a\x0b\x63\x59\xdd\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x93\x66\x54\xea\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\x82\xa4\x05\x5a\x46\x2e\xcf\x01\xb9\x17\x6c\xa8\xae\xc8\x04\xab\x4c\x60\xa3\x56\x6a\xa3\x35\x00\x8c\x5e\x4a\xe8\x3b\x6a\xfd\x0e\x65\x38\xfc\xfe\x89\x5c\x65\x02\xb0\xde\x68\xf7\x78\x44\x55\xf1\xca\x0a\x4f\x71\x5b\x97\xea\x27\x6e\x34\xbb\x18\xd4\x06\x03\x7f\x76\xfb\x5a\x33\x41\xd0\xe0\xfc\xae\x5b\x77\x45\x35\x76\xbb\xd3\x55\x8a\x27\xd2\x15\xd4\x86\x9a\x7c\x3e\x4d\xf0\x54\xb2\x1b\x76\x65\x06\x48\xbb\xaf\xd4\x46\xd1\x2f\x79\xc4\x07\xee\xf6\x1e\x71\xcd\xc9\x5f\x90\x20\x1b\x2f\x3b\x0f\x8b\x48\x78\xed\x2b\x63\x9b\x36\xba\x53\xeb\xe8\x43\x4f\xf7\x71\x2b\xf0\x2a\xbc\x9f\xac\x63\xaa\xa8\x8b\x35\x8c\x2a\x10\x21\xac\x5c\xa8\xcc\xf4\x60\x97\x97\x0a\xb3\x9c\xa2\x23\x47\x85\xef\x93\x65\xe2\xda\x51\xd8\xcd\x0b\x07\x91\x22\x4b\x0a\xaa\x48\x23\xab\x74\x48\xa3\x0e\x0a\xb4\xba\x6b\x54\x94\xc1\xca\x9e\xe4\x28\xe8\x50\x33\x60\xcd\x84\xe1\xd3\x39\x1a\x5e\x10\x2e\x8c\x8e\xdf\x9a\xd2\x60\xb6\xce\xe6\x0f\xa8\x2f\x34\xfe\x23\x02\x54\x25\x3e\x46\x85\xef\x94\x4a\x4a\x8d\x3a\xa0\x01\x37\x59\x63\x4d\x05\x5b\x8c\xea\x49\xf4\xd3\xb2\x9f\x88\x09\x32\xfa\x9d\x6b\x1b\x34\xe2\xc9\x12\x1b\xa2\xdf\x95\x6a\x1f\xdb\x67\xea\xc9\x59\x69\x4c\x7a\xa2\x8b\x2d\xd5\x25\x96\x48\x52\xaa\xe7\x89\x0f\xfc\x9b\x17\x45\x6f\xed\x09\x63\x87\x51\x1c\x5a\x20\xeb\x3b\xea\x72\x97\xf2\x31\xff\xa4\x92\xa6\x32\xc1\xa3\x5e\x38\xa5\xde\xba\xab\x7d\xb3\xf4\xa1\xbb\x78\x06\x7c\x8c\x2f\xd6\x17\x70\x87\x37\x64\x31\x81\x08\x99\xa4\xdb\x6b\xb8\x22\xe6\xb3\x9a\xc1\x50\x93\xd4\xdc\x9e\xe1\xf6\xac\x65\x84\x3d\x30\x79\x4a\x48\x16\x99\x24\x78\xd5\x9b\x6e\x1a\x5a\xe5\x4f\x20\x71\x7d\xc6\x51\x99\x16\xcb\xe6\x94\xfa\x09\x24\x4d\x81\x88\xa3\xd2\x89\xdd\xbb\x02\x79\x24\x98\xd0\xdd\x2f\x7e\x0b\xa0\x07\x19\x48\xbd\xcf\x2c\x79\xaa\x92\x4b\xa3\x42\x1c\x09\xde\x46\xf8\x4a\xa9\xaa\xc3\xa8\xac\x02\xe6\xab\x75\xfd\xe4\x91\x9c\xd2\xdf\xf1\x9e\x67\xed\x80\x26\x8c\xac\x91\xd5\x88\x09\xd9\x25\xfc\xfc\x5e\x3b\xe0\xf1\xe9\x26\xe8\x25\x5c\xb2\x8b\xc4\xc2\x8a\x9c\x15\x16\x5d\x2a\x7c\xa7\x7e\x4e\x17\x04\x8f\x18\xdd\x4e\x44\xf5\x26\x22\x2d\xa4\xfd\x71\xeb\xbb\x7c\x0d\xf4\x9b\x77\x02\x09\x3f\x75\x22\xcd\xab\x19\x3a\x8b\x92\x29\x41\xc5\xa8\xf0\x97\xb7\xfa\xa2\x4e\x54\x99\xf0\x2c\x11\xda\x69\x13\x70\x9d\x40\x03\x09\x6c\x75\x2e\x34\xf0\x0b\x1f\xc3\x54\x6e\xb3\xd1\x60\x17\x4c\xba\x84\x34\x46\x6e\x7a\xd2\xed\x58\x84\xd7\x5f\xe0\xec\x44\xff\xa6\xa2\x48\x1b\xdd\x60\x38\x54\x8d\x9d\xd1\x8e\x06\x17\xb6\xae\xdf\xa0\x62\x3a\x0a\xed\x58\xcb\x98\xf5\x00\xa9\x14\x74\x01\x68\x07\x2b\x6a\xfa\x37\x50\x53\xfb\xd0\x60\x77\x54\xf2\xed\xd1\x42\xc0\xef\x43\xbf\x13\xde\x17\x00\xcc\xdf\x65\x97\xd3\x16\x00\xb1\x6e\x56\x0d\x86\x44\x0b\x77\x2d\xac\x55\x14\xc8\x0c\xc5\xb4\xe3\x61\x83\x69\xd1\xca\x8d\x16\x28\x39\x67\x0f\xc1\x90\x3c\xfd\x66\x31\x31\x33\xc9\x16\xb1\xac\xd2\x01\xb6\x88\xa0\x5d\x49\xf7\x2d\x52\x3a\xac\xfe\x00\x54\xd1\x3b\x99\x40\xf4\x24\x38\xb4\x25\x80\x0a\xdf\x1b\x0d\x79\x06\x29\xc1\xb8\x3f\xdc\x5e\x19\x35\xa7\x75\xfc\x04\x52\x97\xc5\x1a\x2d\x71\x59\xb4\x0a\x09\x36\x68\x61\x6f\x83\x74\xd9\xed\xef\xd9\x20\x5d\x06\x23\x57\xe6\x88\x6e\xc7\x9c\x3d\x40\xc6\x3e\x64\x77\xd8\xd8\xa1\x3b\x00\xea\x64\x77\x00\x88\x74\x82\x5b\x5e\x79\x59\xdd\x23\xf8\xdb\x70\x07\xeb\x02\xa3\x39\x64\xb0\x0e\xc9\x19\x8d\x5e\x59\x3a\xc2\xad\xd0\x5d\xd9\xed\x85\x57\x64\x3f\xa8\xc8\xff\xa4\x11\xca\x82\xd9\x2f\x50\x4b\x25\xb1\xb9\x41\xb7\x66\x27\x8a\x56\x78\x0d\x6b\x7e\x70\xb1\x0b\x3f\x00\x6d\xcb\xfe\xfd\x22\x14\x4f\x63\x42\x95\x16\x7c\x02\x11\x20\x99\x7d\x00\xe0\xa9\x65\x75\x7f\xab\x74\xa8\x6b\xfe\x80\x1b\xa1\x55\xa1\xd4\x6a\x54\x59\x1e\xf7\xa2\x74\xad\x72\x23\x84\x8c\xc8\x38\xa6\x64\xcb\xa3\x55\x92\xeb\xe0\x11\xc0\x7e\xbc\x08\x70\xc1\x37\xe5\x6b\x75\x51\x67\x81\xd0\xa8\x59\x10\x29\x6b\x6d\x01\x2d\xa0\x20\xe9\xda\xe8\xd5\x96\xef\x97\x88\x67\x6b\xc0\x0e\xdd\xc0\x5a\xc3\x89\x29\x1e\xe2\xe2\xce\xfc\x4d\x4a\xee\xd1\xa0\xb6\x53\x52\xe1\xd1\x1a\x2f\x5f\xa6\x94\x4b\xaa\x35\x1d\x63\x69\xb0\xee\x4f\xa0\x9c\x73\xe8\x59\xfb\x64\xd8\x66\xe5\x49\xeb\x60\xa1\xc5\x1d\x60\x1b\x24\x69\xb7\xce\x1b\xfc\x4f\x07\x5c\x55\x6d\x03\x1c\xc9\x1c\x11\xd0\xc6\x12\xc6\xd4\xc3\x58\x67\x5c\x5f\xb0\x2c\x97\x0d\x98\x0d\x32\x66\x33\x6d\x1c\x14\x93\x8d\x9d\x63\xa1\xab\xbb\xc0\xc2\x48\x8e\x6e\x34\x15\x3a\x7a\xb6\x8d\xb5\x30\x02\xfb\x64\x6d\x0b\xcd\x9b\x9a\xaf\x68\x62\x77\x82\x62\xfb\x88\x9c\x58\x08\xcf\x0b\x9a\x2c\xeb\x67\x1a\xdc\xf1\x7f\x80\x3e\xa9\x10\x37\x36\x9d\x2c\x10\x69\x7c\x3b\x17\x21\xd0\x2c\xae\x75\x4c\xd5\xc7\xb5\x26\xee\x07\x54\xbb\x9b\x60\x32\x01\xaa\xaf\xd7\xed\x5a\x33\x17\x5c\x74\x89\xb7\xd5\xb4\xdd\xd4\x1e\x1b\x8e\x9b\x33\xd5\x20\x37\x67\xaa\x2e\xe9\xf5\xd5\x3d\x55\x18\x10\x6d\x57\x6b\x37\x3d\x1d\x4c\x54\x97\xe4\xe7\xc5\xa2\xe4\xe7\xb3\x0b\xfb\x61\xb7\xab\x59\xbb\x17\x26\x7b\x50\x5e\xd8\xbc\xfe\xcc\xee\x61\xf3\x5f\x63\x05\x7c\x0b\x1e\xed\xa1\x7a\x54\xf3\x78\xc8\x63\x2d\x05\x3c\x6b\x22\xda\x92\x25\x0f\x5a\x0e\x60\xa2\xf0\x28\xf5\x53\x7b\xa8\x43\x33\xf5\xa6\x8c\xe7\x03\xbe\xf4\x53\x5e\xbd\x25\xe3\x49\xdb\xd4\x96\x3a\xca\x98\xf5\x2e\xc0\xf5\xc9\x4b\x5d\xb4\x57\x1c\xa9\xbb\x6d\x5c\x69\xef\x8b\x94\xe8\x6e\x27\x36\x4b\x0f\xd7\xe6\xea\x52\x6f\x4c\xb0\x3d\x9f\x18\x54\x96\x4d\xc9\xed\xbc\x33\x75\xbf\x80\x73\x6f\x4c\x9b\x40\x02\x63\xef\x92\xe2\x3c\x71\x18\x1d\xed\xc4\xdd\x50\x57\x56\x49\x71\x47\x3f\x02\xd4\x22\x4d\xbf\x51\x45\x56\x0c\xa1\x7f\x42\x5d\x3c\xb4\x9d\x9d\x51\x8f\xe3\xe7\x05\xb2\xb9\xac\xdf\x15\x81\x43\xee\x90\x0c\x41\x97\xe5\x0e\x8b\xa4\x12\x5c\x8f\x7e\x90\x4a\x74\x0f\x81\xbd\xeb\x1e\x81\xf2\x79\x32\xcc\x6b\xef\x3c\x06\xc4\x3a\x61\x65\x0f\xb0\x32\x68\x6f\x7b\xe0\x15\x4a\x20\xa0\xd2\xbe\xb9\x5e\x0f\x0c\x89\x76\xfb\x9a\xa4\x1f\x90\x18\x8a\x0e\x75\x94\x9d\x55\x52\xf6\xd1\x03\x54\x21\xc3\x3d\x92\xfe\x36\x7f\x00\x36\x27\x81\xa5\xd3\xc3\xcc\xe1\xe1\x3d\xac\x49\xed\xad\xed\x0c\xa9\x74\x7c\x6b\x87\x2a\x32\x08\xe9\x7b\x24\x9b\xeb\xe3\x6f\x98\x52\xa7\xd4\xe8\x6d\x40\x80\x66\x1f\xc9\xe3\x91\x29\xfe\xf4\x4f\x9b\x98\x27\x15\x59\x4e\xc3\x00\x21\xc8\x41\xd7\xb4\xbe\xcc\xb2\x5e\xf7\x65\x96\x15\x39\xef\x90\x3c\xed\x0f\xd4\x61\x74\xb5\x4a\xa0\x27\xde\x10\x84\xcf\x3d\x41\x03\xe0\x1e\x13\x68\x9a\x4e\x54\x47\x78\x66\xb6\xd1\xa0\x7f\x92\x66\x52\xd9\xd8\xd1\x13\xe2\x7c\xa2\x3b\xc0\x99\xed\x86\x80\xcb\x2e\x32\xdb\x33\x4f\xb9\x8e\x58\xa7\xa8\x69\xf4\x5c\xa2\xa6\x0e\x69\x5f\xa2\xa4\xd1\x0f\xda\x4e\xb3\xd2\x8e\x68\x4d\xa7\xb5\xe8\xd0\x6e\x5a\xb2\xec\xac\x53\xe3\x24\x39\x9d\x65\x69\x8c\x3c\x85\x7b\xa5\x49\x14\x5a\x46\x7e\x1e\xc0\x3d\x6c\xb8\x47\x68\x3f\x8d\x5c\x85\x04\xf3\xe7\x03\x78\xf1\x18\xe3\xa1\x1d\xf5\x45\xa9\x17\xc4\xa9\x8b\x4d\xf6\x0a\x43\xf3\xf0\x6f\x1e\x08\x09\xe4\x9d\x72\x9f\xee\x14\xbd\x72\x51\xbc\x53\x14\xeb\x44\x1c\x3b\x13\xcd\x46\xe3\x42\x03\x7f\x33\x88\x0d\x08\x2b\x92\xde\x4f\xf8\x33\x4a\x70\xec\xd4\xf5\xf8\x7b\xba\x80\xdb\xb4\xdd\x4f\xd2\x0d\xdd\x01\xfa\x49\x66\xe5\x33\x70\x62\x23\xa4\x03\xeb\xcc\x5c\x60\x43\x5b\x47\x78\x9d\xd3\x10\xf4\x8b\x2a\x53\x6f\x1d\xd5\x41\x5e\x17\x96\xd4\xb4\x7d\xa8\x5f\xd4\x43\xff\x8c\x41\x72\xf7\xd3\x27\xbd\x00\xdc\xc7\xcd\x14\x9b\xd9\x0f\xbe\x95\x71\xe0\x7b\xbf\xb9\x32\x5a\xca\xe5\x11\x6e\x84\x83\x68\xe0\x88\xef\x7e\x2f\xa8\xfc\xc5\x82\xca\x0f\xb8\x78\xc5\x63\x90\x3e\x99\x1a\x3c\x2c\x92\xa2\xed\xf9\x38\x6c\xfd\x19\x03\x3a\x92\xe2\xa5\x7b\x59\x14\xc5\xb3\x58\xfc\x54\x82\x7d\x87\x5f\x8f\x9d\x72\xfb\xcb\x8b\xae\x91\x92\xc5\xdd\x93\x27\xfe\x52\x41\x68\x72\xf0\xae\x20\x7e\x2d\xf7\x3b\x30\x73\x77\xc1\xdb\x45\x31\x58\x17\x5e\xf0\xef\xe7\x9f\x3f\xd9\x3c\xbb\x7f\x3c\xbc\x24\x53\xc5\x17\xb9\x4c\xcc\x7b\xa8\x66\xd1\x85\xab\xcf\x05\xb4\xf6\x77\x42\x52\x37\x3f\x9c\x0b\x66\x7f\x41\x75\x9a\x40\x44\xe2\x01\x3b\xbf\x75\xa4\xd0\x52\x11\xe0\x31\x96\x0f\x90\x40\x1c\x07\xd1\xc1\x2f\x14\x10\x55\xb7\x53\x7e\x12\xc5\x1a\xcc\xf4\x69\x45\xff\x38\xb8\x4a\x45\xbf\x11\x05\x2d\xf3\xca\x40\x86\xac\xe4\x40\xab\x01\x97\x20\x2b\x08\x06\x8b\x3e\x9a\xdf\x8d\x8f\xa3\xb6\x78\xfc\x95\xa7\xc2\x08\x2c\xe2\xef\x8f\x33\x3e\x16\x78\x81\xf8\x2c\x9a\x3c\x3e\xee\xda\x1c\x17\x3e\x96\xc3\x90\x8e\xe1\xf8\x78\x65\x8b\xba\xfd\x0f\xb0\x4a\xc7\x85\x8f\x65\xb5\xd3\x09\x19\xe0\x86\x8e\xda\x1d\x71\xed\x92\xbf\xf8\x28\xaa\x6a\xfc\x8c\xc1\xf0\xb9\xe2\x76\xde\x08\x3d\x09\xd4\x80\x8c\xba\xcc\x0f\x38\x4b\x1b\x51\x46\x22\xfa\x4b\xaa\x1d\x74\x86\xb6\x8d\x6e\xa4\x35\x6d\x01\x95\x28\x44\xf8\x01\x12\x64\x96\x24\xec\x1d\x4b\x8f\x22\x89\x7d\x40\x8f\xe2\x78\xca\x91\x3f\xdc\xb0\x4d\x68\x64\xd2\xed\xe6\x2e\x89\x2c\xc3\x5d\x52\x7b\xf4\xf3\x00\xc8\xa2\x7b\xe0\x00\x77\xb3\x44\x39\x60\xcb\x73\xc0\xdc\x40\x2a\xf5\x92\x8c\x9f\x99\x77\x1d\xb1\xb3\x51\xb0\x5b\x92\x41\xc7\x32\xde\x89\xf4\x8f\x42\xa8\x85\xc0\x1f\x7b\x6b\x0e\xa6\x1d\x85\x29\xde\x86\x5f\x58\x2b\xe5\x1e\xd6\xf6\x08\x2a\xe4\x56\x2f\xc9\x38\x5f\x28\xac\xfc\xbc\x31\xf9\x86\x3a\xad\xe4\x06\xe2\xa2\x03\xbe\xb2\x49\x7a\xb4\x41\xa3\xca\xcf\xef\x35\xa8\x7a\x60\xd6\x4c\x27\xba\x19\xdf\x85\xd7\x55\xf4\xc6\x58\x46\x14\xd1\xfe\x71\x92\x9c\x48\xe8\x1b\x27\x97\x42\xab\x7f\xae\x0d\xd4\x18\x08\x40\xcf\xc9\xbf\x3f\x81\x47\x45\x44\xc6\xb8\x28\x46\x9a\x3c\xc0\x11\xa3\x38\xe3\xd4\xb8\x70\x38\x6c\xb2\x18\x28\x09\xf2\xb3\xdc\x1f\xd7\x4b\xb6\xb2\x0c\x96\x08\xb1\xc9\x62\xc0\xcf\xc2\xe1\x1d\x63\xd9\x34\x9a\xbf\x98\x7c\xa0\x2e\xef\x95\x2b\xcd\x0f\xd6\xc4\x05\xe6\xc7\xe4\x7e\xee\xc3\x03\x4c\xce\xaa\xdf\x01\x4f\x0c\xc7\x98\x0c\xb0\x34\x47\x6c\x0c\xdc\x76\x4b\x32\x51\xc3\xcd\xf4\x07\xaf\x1f\xd0\x08\xe9\x28\x07\xcc\x14\x0e\xb8\x18\x74\x7d\x75\x06\x93\xb1\x2e\xaa\xdd\x3d\xc2\xf2\xe2\x03\x0c\xdf\x58\x87\x1a\x0c\x96\xf2\xf0\xfd\x6f\x3c\x27\xbb\x34\x0c\x38\x4b\xa6\xf5\x4c\x96\x6d\xcb\xc7\x80\xf3\xac\x83\x3a\xc6\xc3\xb3\xd4\x0d\xd4\xc4\x0b\xea\xf1\x5d\x94\x59\x40\xc0\x8b\xc2\x5e\xa8\xe3\x6d\x1c\x42\x5d\x4e\xa2\xb9\x98\xea\x98\x98\x86\x38\xf9\x98\x6b\x1a\xfe\x02\x50\x8b\x83\x0d\x96\x46\x76\x8c\xec\x40\x31\xa8\xac\x69\x9e\x07\x96\x5a\xca\xd7\x93\xa6\x83\x24\xfd\xf1\x79\xd0\x83\x45\x07\xe5\x3c\x40\x1c\xad\xcf\x3d\xc1\xe4\xec\x84\x75\x1e\xcc\x4c\x5a\xfd\x80\x9c\xbe\xbb\x8b\x8b\x5d\xfc\x95\xce\xee\x3c\xa8\x07\xfa\x81\xe0\x85\x74\x62\x00\xb0\xd0\x12\xec\xce\x40\x7d\x81\x8e\xee\xc9\xb0\x24\x4b\x61\xe7\xc7\x13\x7f\xbc\x14\xcf\xb0\x44\x05\xfd\xae\x5c\x85\xa8\x07\xe3\x9f\x3f\xdd\xf1\x35\x67\x58\x53\x1a\x7a\xf0\x72\x4a\xea\x22\x72\xef\xc4\x85\x4e\x32\x3a\x6b\x53\xcf\x15\x07\xae\xe3\x7f\xc2\x5f\xa5\xd8\x73\xeb\x64\xe0\x90\xf5\xd4\x27\x12\x58\xdb\xf5\xf9\x8c\xdc\x6e\xf5\xf0\x5d\xe2\x92\xa5\x87\x73\x71\x36\x9d\x83\x93\xe5\x44\x1c\x5a\x7b\xf2\x5a\xe7\x20\xd5\x33\xad\xa9\xfb\x8d\x8f\xc2\xdb\x7a\x75\x32\x96\x3c\xfd\x7c\x01\x76\x2a\x05\xe9\x99\xc1\x43\x24\xd7\x9d\x4c\xbe\xa8\xac\xda\xe3\x24\x27\x94\x30\x79\x66\x48\x4d\xd2\x98\x9e\x99\xa7\x79\xf8\x05\x60\x98\xc4\xd3\x93\x9c\xd1\x0a\xd0\x33\x13\xcd\x87\xc7\xc4\xe1\x94\x58\x75\x66\x52\x77\x0d\x51\x16\x4c\xea\x12\xce\xb5\xaa\x71\x3b\xce\x42\x2c\x17\x2f\x3d\xc9\xf8\x24\x4c\x9e\x85\xeb\x24\xfe\x7d\x16\xae\x93\x60\x62\x26\x68\xb3\xce\x13\x26\x02\x95\xac\x19\x27\xbc\x6f\xa3\xb4\x6d\x27\x8b\x8f\x8e\x9f\x17\x80\xd7\xa2\xb3\x27\x7c\x69\xed\xe9\x75\x42\xe1\x6f\x3f\xa0\xb3\x02\x44\xe9\x70\xcf\x0a\xf1\x40\xf7\x82\x13\x9e\xb5\x3f\xe7\x12\xf7\x3e\x3b\x5f\x9c\x08\xdd\xb0\xfb\xe5\x79\x92\x26\xea\x86\x7e\xb2\x86\x95\x15\x86\x27\x3c\x09\xcd\x7e\x4e\x5e\xe3\xac\x30\x3c\x4f\x72\x17\xd1\xbc\x13\x56\x7d\x1b\x9c\xcf\xc5\xe1\xbc\xf0\xd7\x5a\x78\xbf\xc1\x1b\x92\x4f\xf3\x45\xb6\x2a\xa8\xa8\xe3\xfd\xc1\x2f\x16\xb9\xb2\x2e\xef\x24\x13\xac\xfe\x0d\xde\x6e\x4d\xd9\x89\xea\x0f\xb6\x2a\x9f\x5b\xc3\xab\x31\xef\x45\x05\xd5\xc5\xcd\x24\x4c\x5a\x09\x7a\x1f\x3a\xba\xed\x44\xd6\x93\x68\xd5\xd8\x89\x38\xde\x9f\xbb\xe2\x79\x63\x7b\x25\x20\x9e\x70\x1e\x1c\x3f\x44\x86\x6c\x50\x02\xe1\xc9\x3a\x8e\x8e\x8d\x3c\x59\xc2\xca\xa1\x8a\x27\xea\x36\xfe\x5c\x2f\x4f\x2a\x6c\xad\x2e\x3b\x11\xdc\xeb\x08\x82\x13\xb1\xbd\xed\xa7\x07\xae\x5d\x32\x10\x37\x5e\xd0\x07\xef\x82\xd2\x0f\xb8\x61\xde\x8f\x77\x41\xa5\x2d\x45\x3e\x66\xdb\x1a\xce\xc5\xe7\xc4\x3a\xcf\x77\xed\xa0\x96\x1b\xc1\xbc\xc9\x14\x9f\x57\x43\x71\xeb\x93\xc1\xbd\xd6\x69\x9c\xc8\xd0\x9c\xc5\xff\xcf\x17\x34\x49\xbc\xf8\x7c\xb1\xd6\x6e\x9f\x58\x5a\x31\xd6\x13\x57\xc3\xd8\xff\x2a\x0b\xc3\x39\x49\x33\xa5\x66\x3a\x27\x8e\xbe\xb8\xf0\xc9\x8a\x14\xc9\x27\x99\xba\x5f\xeb\x64\x4e\xf2\x69\xb1\xe5\x93\xa9\x52\xac\x21\x39\x59\xb4\xd1\x1a\x92\x8b\xb1\xbf\x56\x80\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\x82\xe1\x37\xb0\x11\xe2\xc3\x17\xf3\x31\xfb\xca\x7d\xa1\xce\xc4\x61\x84\xba\xc0\xa9\x0f\xef\xf6\x45\x66\xec\xb8\xd0\x8b\xcc\xd6\x61\x9e\x57\x20\x96\x4a\x82\xb8\x02\x8f\x86\x98\xe9\xc5\x3b\xa3\xb8\xf1\x15\xd6\xa8\xee\x13\x84\xaa\xfb\x37\x91\x52\x22\xc6\xc5\x5a\x8d\x8e\x02\xbc\xc2\x32\x0d\x69\x6a\x01\x1b\x2e\xee\x7b\xb1\x78\x57\x12\xe9\xba\x22\x88\xa5\x38\xc6\xc5\x6b\xa6\xb3\xa4\x5d\xd0\xb1\x0e\x07\x40\x5e\x71\xa5\xf5\x11\xdc\xcc\x94\x6c\x76\x7b\x7d\xec\xb6\x24\x1d\xb6\x2b\x7d\x04\xdb\x4a\x92\x0b\xcc\xf6\xf8\x59\x2b\xba\x8f\x5a\xfb\x73\xa1\x2e\x83\x23\x03\xae\xc4\xa2\x30\x82\x81\xce\xa2\x8e\x3e\xbd\x70\xcd\xb4\xcf\xd2\x85\xc4\xc6\xf6\x1f\xbe\xc0\x5b\x9d\x21\xe4\x82\xb5\xde\x69\x78\xaf\x8f\xb5\x26\x87\xd5\x5f\xb9\x13\x44\x3f\x58\xcb\xe0\x11\x78\xf6\x8a\xbb\x9c\xe8\x52\x2b\xf9\xf1\xd6\xe6\xcb\xda\x85\x88\x5a\x15\x5a\x1b\x57\x59\xab\xa0\x0e\x3e\x4e\xd9\x7c\xeb\xb9\xc0\x28\xed\xb5\x7f\xf1\xc6\x68\x0f\x59\x96\xfa\x6f\xf6\x8a\xbe\x18\x76\x62\x55\x0f\x6a\xfd\x7f\x50\x6b\xd0\x4a\xa2\x24\x91\x81\xc5\xff\x7f\x54\x1b\x57\x5d\x33\xd7\x3c\xa8\x27\xb5\x6e\x06\xd5\xfd\xb3\x03\x70\x50\xbd\xbf\xdb\x60\x79\xb5\x75\xde\xfc\x80\x8b\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xea\xfd\x5f\x0f\x82\x92\x25\x37\xed\x31\x89\x5a\xfc\x1f\x94\xc2\x88\x8e\x0d\x36\x4a\xc1\xa5\xf2\x47\x23\x83\xda\xfb\x5f\x17\x5a\x6e\x24\x94\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\x34\x51\xdb\x37\x0f\xe5\xfa\xc3\x8f\xd6\xe6\x62\x3d\x6f\x3b\x14\xad\xfa\xfc\x76\xa6\x41\x7d\xfe\x60\x33\x38\xea\xf3\xbb\x7a\xf7\x60\x79\xfe\xc3\x51\x9e\xd7\x00\xda\x18\xf1\x06\xb2\x2f\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\x41\xff\x6f\x08\xbf\x41\xbc\xf1\x62\x9d\x24\x4d\xa6\x90\x27\x25\xee\xe4\x37\x80\x9b\x86\xf2\x5c\x4b\x23\x30\x3e\x21\x29\xa9\xe4\xda\xb8\x18\x7e\x61\x56\x73\xd1\x8c\xed\xb8\xcc\x0b\x66\xec\x9f\x95\x39\x59\xcf\x59\x50\x5e\x6b\x65\x34\x8f\x2b\x7c\x4b\x17\xfe\x2a\xfe\xf5\x62\x06\x5f\x07\x75\x5e\x70\x93\xb4\x3c\x7f\xb1\x68\xa8\x35\x86\x17\xe4\xa9\xe1\x48\xd3\x0b\xc1\x1c\x96\x6c\x2f\xd4\xca\x70\xd2\xfb\x8b\x26\x73\xab\xb6\x2e\x98\xcc\x87\xc3\x8f\x2e\x08\x58\xc7\xcf\x69\x83\x80\xe5\x3b\xc3\x45\xcf\xc9\x24\xe9\xe8\x82\x5e\x3c\x45\xff\x5e\x1b\x21\xac\xbd\x79\x3c\x0d\x15\xa3\x37\x7c\x3a\x11\xbc\x91\x7e\x86\x5c\x9b\xed\x2e\x41\xa7\x24\xd1\x5f\xb4\x87\x5b\xe1\x76\x21\x36\xe3\xe7\xf8\x22\x16\xc3\x1e\xa9\xd7\xb3\x60\xd2\x39\x79\xb8\x72\x9e\x05\xa4\x27\x2b\xc1\xaf\x87\xe4\xda\xb3\x40\x44\x6d\xb6\xd0\x77\x21\xb2\xe2\xe7\xc0\x43\x27\x90\x24\x40\x5f\x2f\xb0\xde\xc8\xf3\x12\x46\xcd\x1a\xc2\xd6\x8f\xba\xf4\x7a\x17\x90\x82\x01\x0e\x8f\x76\x1e\xbc\xa0\x77\x1f\xf6\xe8\xbf\x90\x11\xb8\x58\x79\x76\xbd\xdc\xce\x9f\x07\x93\x0f\xd4\xe7\xc4\x76\xba\x0b\x88\x53\x3f\x9b\x05\xe3\xf9\xcf\xee\x4e\x92\x63\x1f\x2b\x04\xf1\xda\xa9\xec\x9a\x0b\x6a\xcd\x7b\x52\x34\x31\x35\x66\xfa\x39\xab\x2a\x2f\x06\xf1\x26\x9f\x1b\xc6\xec\xda\x40\x70\x4d\x62\xa1\x90\xea\xfe\x64\xa8\xee\x2c\x78\x37\x2a\x75\x1d\x76\x52\xbc\xe1\x16\x69\x47\xca\x1b\x02\x93\x8d\xfe\x37\xbc\x1e\x93\x0e\xfb\x0d\x6d\xbd\xa1\xbe\x0f\xe0\x60\x76\x7f\x6b\x69\xdd\xc1\x8d\x0f\xba\x7e\x23\xf9\x72\xf3\x07\xa4\xf7\xd2\xa5\xdd\x9f\x78\x95\xcd\xcf\x6f\xd6\x31\xb5\x16\xf2\x86\x7a\x3f\x49\x70\xbc\xe1\x27\xe9\x55\xb9\xa1\xc1\xf7\xe6\xde\xa1\xe0\xb7\x07\x20\x09\x34\x88\x9f\xb0\xd5\x9c\xb0\xf6\x86\x39\xfc\x70\x44\xf6\x1d\x88\xd4\x5e\xa5\xa5\xfb\x90\xe2\xf3\x86\x8e\x3f\xc9\xbe\x74\x47\xd2\x24\x69\x99\x6e\x56\x4e\xb5\x4a\xfe\x8e\x5c\x78\x41\x0d\xe9\x2c\x65\xf7\x48\xe9\xac\xf9\x05\x22\x8c\xb7\x82\xb5\xbd\xac\xc7\xbc\x23\x2f\x15\x9e\x48\x24\xc2\x78\xa9\x60\x24\x2f\xc1\x2f\xbc\x18\xd4\x40\x4d\xd8\x8b\x04\x04\x4c\xe4\x49\xc2\xda\x4d\xe7\x4c\x07\xb7\xde\x94\xf7\xa4\xa7\xb8\x97\xbc\x27\xf6\x72\x2f\xe5\x8a\x11\x84\x89\xfa\xec\xcf\x79\xd3\x6a\x2e\xd9\xe7\x46\xe8\xb2\xf9\xd1\x9d\x58\x46\xc2\x43\x90\xef\x36\x03\x85\x49\x48\xfb\x72\x33\x5a\xe8\x07\xa7\x19\xb9\x6c\x5d\xe9\x0d\xb3\xfa\x61\x06\x75\x67\xca\x4a\x9e\x28\xec\xec\x49\x12\xdf\x9d\x1b\x7e\xff\x15\x43\xba\x21\x51\x5a\xab\x71\xb3\x7c\xab\x55\xaf\x37\x55\x2f\x52\x11\xdc\x85\x62\x94\xf7\x81\x46\x08\xc7\x2d\xdf\x85\x12\x4c\xf4\x27\x70\xf5\x97\x94\x7b\x33\x07\xcb\x51\xfc\x02\x96\xb1\xb8\x4b\x4a\xb5\xe2\x1e\x37\x0b\xbc\x3a\xe7\xe2\x5d\x88\xe5\x52\xcf\xdc\x65\xc1\xed\x41\x48\x15\xa5\xf1\xb9\xe1\xc1\x99\x0c\x66\xe5\x0d\x4d\xc4\xfa\xae\x6b\x66\x7e\x63\x51\x6f\xbf\xc1\x95\x15\xdc\x4b\x28\x15\x4f\xba\x59\xd1\xf5\xe7\x64\x34\x9e\x2d\x49\x62\x37\x2b\xb6\xda\x2f\xe8\x6e\xdc\x3d\x8d\xd1\xd6\xd1\xf1\x03\x50\x35\xcf\x94\x69\x8d\x1d\xe5\x7a\xd3\xc7\xd2\xfe\x27\xf7\x8b\x32\xee\xa2\xef\x37\xc3\xfb\x1c\x95\x7a\xbf\x9c\x87\x96\x06\x15\x97\xac\x76\xbe\x71\xa1\x4f\x12\x30\xef\x17\x74\x51\x82\xf0\x4d\x06\x23\xb1\xf7\x9e\x6b\x96\xea\x10\x55\xaa\x9d\xa3\xe3\x9e\xb8\x64\x48\x65\x78\x4f\x04\x48\x99\x3c\x30\x49\x84\x55\xe9\xf7\xe2\x27\x3a\x69\xcf\xd2\x7c\xeb\x28\x3e\x30\xe6\xaa\x14\xee\x78\xc8\x0c\xb4\xae\xcf\xd1\x90\x32\x30\xea\x37\x96\x51\x52\xf4\x73\xd0\x01\xa6\xf9\x05\x22\x9d\x24\xaf\x07\x8a\x6c\x4b\x24\x0f\x6d\xb7\x8e\x92\x7d\x48\xdc\xc5\x0d\x1e\x12\x6f\xf1\xc0\x27\x30\xff\xa3\x7f\x53\x32\x93\x5e\xe1\xc1\x35\xd8\x69\x96\x1f\xe4\xb2\x72\x04\xca\x13\x39\x27\xcd\x19\xb6\xd4\xac\x6b\xf4\x03\xff\x74\x97\xf6\x79\x68\x5b\xfd\xf9\x1e\xe6\xe8\xe8\xfe\xc9\xbf\xa4\x62\x78\x12\x85\x59\x09\x38\x4f\xe2\x4e\x8a\x4e\x3f\x89\x62\xbb\xae\xea\x4f\x62\x00\xb3\xbb\xe0\xa4\xa4\xc4\x7e\x12\xe5\xfa\xe4\x2f\x40\xf3\x9a\xbf\xe0\xac\xb5\x0a\x48\xde\x90\xc4\x33\x9f\xbc\xb6\x5a\x40\x65\xf2\x23\x09\x97\x0f\xaf\xc9\xde\x88\xcc\x4b\xd4\xf0\x03\x2c\x9c\x67\xc1\x64\x56\xa9\xb8\x07\x60\x43\xf3\x10\x3c\x54\x22\xbb\x0f\x4c\xad\xce\x40\xf9\xf0\xda\xac\x33\xf6\x14\xaa\x73\xbc\xb6\xa8\xc9\x93\x8c\xb0\x20\x59\xce\xc2\xf7\x2c\x7a\x24\xc2\xfa\x80\x1e\x39\x05\xc5\xf3\xd1\xa3\xd4\x7e\xda\xb9\x15\xa2\x68\xcf\xa2\x4f\xc5\x6f\x60\x19\x7e\x5e\x58\xcb\x20\x18\x2a\x2f\xac\xc5\x6f\x9c\xdc\x1b\x77\xc1\xcb\x83\xa6\x59\xef\xef\xe0\x7a\x19\x2a\xf6\xca\xbb\xdf\x28\xa3\x09\x68\x84\x4a\x26\x63\x74\xa3\x28\xe9\x65\x80\x43\x78\xfa\xbb\xe8\xd7\xa7\x51\x9f\x25\x49\xf5\x69\x34\x3e\x17\x8f\xf7\xf2\x81\x00\x66\xf2\x05\xab\xb0\x9f\x4e\x76\x24\xfd\xd5\xc3\x0c\xed\x36\x50\x3d\x48\x7c\x90\x7e\x5e\xe0\xce\xb9\x9d\xd7\x69\x1f\xfc\x4e\xd1\x55\xac\xe3\x61\x4d\x1b\x2b\xbd\x1f\xe6\x93\x92\xe0\xf0\x20\x5b\x54\xb2\x01\xe3\x19\xd4\x67\x88\xcf\x3e\xf4\xf9\x3e\x74\x7d\x79\x06\x17\x4a\x5d\x30\x77\xc1\xe1\xa5\x3f\xb1\xdb\x52\x89\x3d\x27\xc0\x96\x01\xe3\x59\xd5\x65\x0e\x3f\x00\x15\xf7\x08\xcc\x34\x60\x87\x83\xe7\x64\x05\xa5\xc3\x0f\xb0\xdb\x22\xe3\xcf\xb2\x78\x8b\xe1\x3d\x17\xb6\xdb\x08\x06\x03\xf7\xf1\xf3\x01\xb9\x9b\x67\x71\xe1\x9c\x0d\xbf\xc0\x69\x7b\x16\xd7\x37\x6d\xe7\x8c\x7b\x90\x89\x20\x79\x65\xaf\x05\xb4\x41\x20\xe7\xf7\xbc\x99\x7a\xe0\x30\x01\xba\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\x00\x4a\x3f\x9a\xdd\x3d\xf7\x3a\x58\x7e\x81\x4b\xad\x31\x71\xfd\xcd\xde\xcd\x75\xfd\x15\x4f\x7e\xee\x35\x2d\x2d\xcc\x2a\x27\x7d\xb8\xcb\x89\x2e\xb4\x30\x4f\xc2\x6f\x7d\xf0\x50\xf6\x14\x4f\x7e\xbe\xeb\x6c\x73\x6e\xed\xe7\x41\xcd\x2f\xef\xee\x43\x8a\x65\x20\x1f\xee\xa6\xd4\x27\x0f\x13\x81\x9a\x6d\x3f\xcb\x38\xe0\x85\x78\x79\x5a\xbd\xda\x2f\x45\x62\x5d\x1d\x9f\x97\x33\xf7\x17\x8d\x6b\xeb\x2f\xa8\x1d\xd6\x8d\xe5\x59\xf7\x55\x09\x07\x0f\x9c\xbd\xf3\xe1\x2f\x16\x9c\x7e\x81\x4b\xa3\x99\xb3\x3c\xa3\x35\x90\xcf\x44\x54\x95\x89\x35\x32\x7d\x1e\xbe\x01\x3f\xf4\xf6\x76\x3e\xe0\x07\x96\xf8\x2c\x0d\xe4\x03\x71\xc2\x1e\x43\x0f\x34\xfe\x8e\x82\x7a\x26\x60\xf4\xd2\xcd\x05\xe3\x5e\x87\x97\xbe\x64\x8e\x09\x7f\x8f\xb5\x10\x43\x0f\x4e\xbe\x71\xe8\xc1\xc3\x07\x51\x0f\x56\xa7\x7b\xa9\x5e\x66\xdb\xb4\x4c\xf2\xa2\xb0\x73\xb2\x6e\xe9\x85\x61\xbb\x49\xbf\xf5\x52\xb3\xee\x00\xe9\x97\x79\x18\x2c\xaa\xbd\xdf\x6d\xaf\x65\x03\x8e\x4c\x39\xd9\x63\x36\xda\x3d\xd5\x23\x02\x78\x5c\xf3\xec\x6d\x8b\x43\xf8\x85\x8b\x43\xba\x87\x4f\x18\x74\x46\xc5\xb7\x71\xed\xfc\xc1\x2a\xef\xb7\x7f\xf7\x95\x82\x40\x2f\x20\x44\xc7\x8e\xee\x2f\xa2\xca\x87\x83\x8f\x5f\x68\x3c\x93\xf5\x53\x6f\xc7\x76\x7a\x59\xa0\x8c\xcc\x22\xa6\xa8\xf7\xdf\xb2\x78\x31\xca\xfd\x67\xcb\xd8\x28\xef\xdf\xb2\x08\xfa\x4b\x7f\xa4\x23\xfe\x4d\x09\xf2\xf1\x0e\x46\x2a\x7b\xb4\xce\xaf\xfd\x60\x2d\x91\xe1\xc3\x92\x88\x00\xbd\x4b\xb3\x29\x91\xe8\x1d\xd0\x55\x7b\x1b\xcf\x85\xc0\xda\x86\x93\x10\xfb\xf7\x27\x30\x27\xf1\xe5\x97\xd5\x33\x2c\xee\xbe\xe0\x06\x39\xfa\x37\xe8\xaa\xce\xe9\x7b\x92\x93\x7a\x5b\x4e\xc2\xa8\x35\x5e\xcc\xc0\x40\x9f\x0c\x78\x90\xac\xf0\x2e\xcd\xa7\xa4\x76\x94\xfe\xff\x3e\x11\x94\x50\x66\x3a\x79\xd8\x7b\xd1\xc1\x52\x63\x82\x1b\xe4\xe8\xdf\x20\x1e\xd9\xbf\x51\x95\xd1\x87\xec\x63\x06\xa9\x19\xc6\x8f\x19\xe4\xf6\x03\x00\x8f\x58\xf0\x03\x38\xa1\x36\x03\x34\xbf\x0e\x24\x3e\xbc\x37\xc3\x44\xbc\x75\x37\x52\xf2\xfe\xfc\x5e\x98\xa1\x75\xbc\xd7\x66\x0b\x46\xe4\x0a\xfc\x49\xd2\xfd\x22\xeb\x8c\x1d\x5d\x5f\x84\xfa\x54\xc9\x02\xef\x43\xfd\xb0\x3a\x40\xe5\x32\x5f\x97\x5f\xe8\x35\x73\xf2\x6f\xca\x0e\x9e\xf5\xd3\xff\xf9\x53\x6a\xf6\x0b\xdf\x6d\xcd\xf9\xb4\xde\xa5\xd6\xd4\x1c\x1e\x02\xa4\x29\xc0\x15\xca\xf9\x33\xde\x07\x24\x22\x19\xa0\xc9\x55\x14\xc4\x1f\x9f\x68\x59\x3a\xa7\xf7\xa5\x0a\x42\xe4\xf2\x45\xfe\x98\xec\x7d\x58\x5a\x4d\x5d\x54\x5e\xa4\x09\xcc\x3f\x1f\x50\x6c\xab\xee\x12\x34\xdf\x8b\x34\x17\x6e\xf9\x01\xaa\x96\x5a\x14\x7c\x27\xb5\x81\xd2\x94\xbc\x30\x0a\xe7\x9f\xdf\x5c\xb7\xe4\x07\xdc\x3a\xb1\xa6\x17\x91\xdb\x59\x2c\xf5\x9d\x6b\xe2\xfb\x8b\xb9\xa8\xbc\xa8\xe5\x64\x64\xb6\x43\xf4\xe7\x32\xc1\x66\xbf\xf1\xa2\x1c\x49\xd4\x6f\x6a\x35\xb5\x5b\x33\x50\x25\xa0\x4b\xd9\x0c\x6b\x66\x7e\x83\xf7\x1d\x5d\x03\x27\xfc\x9d\x9c\xbb\x70\x86\xb5\xfe\x82\x02\x17\xcd\x2c\xb4\x9e\x8b\x6f\x24\xbf\xc0\x0d\xd1\x0d\x09\xf5\xff\xbf\x07\xfe\x84\x02\xca\xcf\x20\x94\xbd\xb3\x1f\x4c\xbe\xb1\x37\x75\x22\xae\xc6\x8e\x82\x13\x7a\xc4\x2c\x51\x7c\xc6\xb5\x43\xfe\x80\x8a\x20\x5d\xe4\x50\x9f\xbf\x65\xa1\x3e\x8a\xef\x7f\x50\xa9\x8b\xc4\x99\xea\xc2\x82\x5a\xfa\xe1\xe7\x44\xa3\x76\xfe\xf7\x40\x53\x65\xf1\x7c\x67\x5d\x40\xf1\xfc\x94\x7f\xbe\x40\x2d\x23\x63\xef\x4c\x8b\x6a\x08\x4e\x5c\x50\x73\x71\x97\x9c\xb9\x90\x71\x2e\x2d\x9d\x78\x1e\xaa\xe3\x7f\x0f\xd4\x05\xdc\x83\x87\x73\x3b\xa0\x3e\x7e\x4c\x3f\x78\x90\x41\x90\x8b\xbb\xb8\xfe\xf9\x53\xec\xc0\xca\xf2\xf7\xad\xfd\x55\x4c\xd2\x64\x20\x8c\xd7\x0d\x4a\x3a\x57\x09\x9c\x85\x78\xab\x1b\x33\x4a\xe5\x37\x27\x3a\x5b\x95\xf2\x9d\xcb\x61\x16\xa2\x90\x71\xac\xac\x95\xf7\x27\x9d\x9f\x68\x55\x0a\x45\x05\xa3\x21\x95\x72\x4e\x8d\x30\x0b\x79\x8a\x71\xaa\x42\x92\xf3\x0b\x15\x52\xb0\x24\xd4\x59\xc9\xd6\xba\x1f\x0c\x76\x29\xb0\xe0\x25\x95\x8d\x84\x48\xee\x93\xab\xdb\x17\x0c\x7e\x61\xc1\xa0\xb5\xa9\x3c\xa1\xc6\x5b\x16\x8a\x75\xf2\x82\xd9\xb8\xdd\xba\x8a\x4f\xdc\x72\xb3\xa8\xd7\x6c\x64\x7c\x46\xec\x46\x7c\x10\xe7\x9b\xd0\xea\x65\x1f\x7a\x64\x00\xca\xd5\x43\xf0\xf8\x15\xbf\xf0\xf0\x81\xc6\xec\xc8\xf0\xe3\x89\x75\x22\xa5\x8f\xc6\x20\x61\x11\xdd\x9f\x83\x42\x84\x74\x16\x93\x62\x8f\xe9\xca\x12\x7b\x7c\xfe\x58\x48\xd5\xfe\xc7\x13\x71\xc6\x36\x78\xcc\x4f\x90\x29\x76\xff\x9a\x9f\x20\xf3\xad\x9d\x7a\x40\xc6\xbd\x6c\xb2\x72\x92\xb8\xf9\x2c\x31\xee\xd8\x7a\x91\x79\x72\xed\x7c\x10\x4e\xde\x39\xfc\x09\x62\x85\x7e\xb2\x28\x4c\xd6\xc5\x32\x8b\x9d\x4c\x47\x67\xe1\x65\xc2\xc4\x59\xec\x75\x86\x82\xfd\x21\xfb\x7a\xcd\x0a\xfd\xd9\x51\xc0\x13\x71\x3a\x87\x22\xc5\xcf\x86\xbb\x6b\x51\xba\x88\xf3\xa2\xa6\x5b\xc9\x1a\x66\x87\xe6\xb5\xe4\x8d\xce\xb3\x23\x1c\xbd\xe4\x0d\xe9\x44\x7c\x48\x48\x4a\x2e\x3f\x07\xe4\xf3\xa4\x6b\xfd\x44\x04\xc6\x07\x58\xde\x0f\x22\x5d\xbe\xb6\x2c\x38\x47\xa4\x73\xfc\xbe\x1a\xce\x01\xb3\x44\xd2\x4d\x7f\xd2\xe1\x3e\xc9\xc2\x3b\x07\x30\x38\x49\x27\x3f\x07\x52\x39\x65\x29\x41\x26\x3c\xee\x9b\x52\x87\xce\x81\x08\xf3\xac\xab\xe0\x1c\xd8\xa7\xac\x1b\xec\x84\x5f\x79\x53\xce\xd5\x09\x2f\xf0\xe0\xa2\x71\x13\x2e\xd7\xc1\xc5\x69\xe6\x80\x96\x58\x55\x3f\x26\x7d\x93\x93\xdc\x3e\x26\x3c\x83\xbb\x6e\x59\x13\x9e\xc1\x5d\x62\xfb\x84\x67\x70\x53\xf1\x92\x49\xc7\xe0\x2c\x37\xa1\x09\xc7\xe0\x9e\xbb\x3f\x48\xdf\x6f\x4d\xe2\xfc\x18\x65\xcf\x5b\xdb\x30\xcf\xc0\x10\xdb\xc3\x2f\xd4\x7f\xfe\xf4\xa2\xfd\x3a\x3f\x3e\xd9\x95\x22\x68\x9e\x1f\x13\xec\x65\x1f\xa9\x79\x7e\xf7\xad\x5e\xba\xbf\x7f\xbe\xdf\x3f\x00\xbd\xf8\xed\x01\x91\xea\xc2\x33\x04\xcb\x0c\xca\xbc\x38\x4f\x56\x33\x08\xfe\x8d\x14\x98\x9b\xa6\x4e\x78\x1d\xf7\x9a\xdc\x01\x6b\xa5\x56\x3f\x60\xd5\x52\x77\x80\x6c\xd8\x49\x6b\xc6\x6a\xa1\xfb\x3e\x38\xe1\x93\xdc\xab\x67\x18\x51\x2d\xc4\x33\x8a\x74\x20\x34\x00\x0f\xa4\xd5\x8d\x06\xf0\x59\x0e\xe9\xa3\x6c\xff\x7b\xbe\x34\xe9\xd1\x9c\x92\xc1\x85\x3e\x39\x49\x09\x35\xe1\xe2\xfc\x3d\xf0\x00\x90\xc0\x65\x74\x9d\xf0\x79\x0e\x49\xbc\x75\xc2\xe7\xb9\xa9\xda\xd5\x84\xcb\xf3\x37\x88\xe6\x0c\x9f\x67\x87\x6e\xcc\x13\x42\x42\x12\x25\x9c\x27\x84\x84\x94\x3c\x6d\x18\xea\x92\xb4\x14\xf3\xa4\x2b\x97\x32\xac\xcd\x33\xf1\xe4\x46\x8f\xf2\xf2\x81\xe1\x9a\xec\x43\xc3\xe6\xb5\xdb\x5a\xcc\xcc\xe5\x30\xc2\x66\x2e\x47\x12\x60\x99\xcb\x51\xfc\x09\x97\xa3\x69\x7d\x32\x97\x23\x0a\x30\xe8\xb6\x55\x70\x72\xc2\xdd\xfa\xeb\xd3\x5d\x70\x39\xb2\xbf\xa0\xcc\x34\x04\x39\x64\x91\xf6\xf3\x05\x57\xa3\x69\x97\x32\xcf\xb6\x0f\x4a\xe6\x6a\x64\x83\xc5\xd5\x48\x7e\xc0\xd5\x18\x9a\x6b\x21\xe6\x14\x75\x5a\xb8\x1a\xde\xc8\xc2\xd5\x88\xea\xa3\x70\x35\x8c\xad\x85\xab\x91\xb5\xc4\x65\x21\x87\x1f\x90\x38\x16\x41\x5a\xb8\x1c\x3e\x93\xf4\xf4\xfe\x41\x97\x42\xec\x68\x7e\x40\xec\x28\xee\x14\x76\xff\xf0\xd3\x07\xf3\xd0\x79\x05\xcb\xda\x7b\xad\x31\x0b\xe8\xcb\xa9\x62\x9e\x95\xb3\x35\x35\xab\x6b\xb6\x7e\x83\xb3\x15\xb3\x80\xc7\x78\xf0\x2d\x7f\xc2\x65\xfc\x1b\x45\xe8\x02\xb7\xb8\x22\xd5\xe5\x3c\x2b\x67\x1b\xfd\x09\x37\xbf\xf9\x13\xce\xd6\x88\x0d\x09\xaa\x89\x35\xc0\xcf\x3c\xd8\x47\x6a\x9e\x08\x30\xce\xd1\x58\x0b\x99\x2a\x29\x63\xcf\x84\xb7\xeb\xf0\x9a\xbf\x28\xca\x27\xb7\xf1\x09\xb5\x55\x53\xf4\xd6\x7c\x61\x9a\x97\xac\x3b\xdf\x04\xde\x22\x32\x3a\x8f\xf0\xcf\x1f\xdd\x98\x27\xae\x61\x5d\xba\xd3\x89\x5b\x98\x94\x60\x73\xae\xec\x58\xfa\xc9\x8c\x2e\xfa\xc9\xc4\x0e\xfa\xd9\xd0\x97\x3f\x46\xf0\x73\xd7\x4f\x54\xd8\x72\x5f\xf7\x3f\x7f\x4c\x4c\xe7\x81\xfa\xfc\x49\x3f\x3f\x11\x3d\xb9\xeb\xf9\xcf\x1f\x15\x76\x9a\x33\xb0\x38\x97\x7e\xe2\x5b\xbd\x1c\x58\x02\x46\x3f\xbf\x6f\xf7\x95\x64\xe2\x6a\xa5\x92\xda\x13\x57\x18\x05\xb6\x4e\xdc\x60\x4c\xd2\x71\x7f\x91\x6d\x75\xe2\xf6\xa2\x8a\x8a\x13\x97\x17\x05\xa0\xce\xf9\xd1\x24\x69\x91\xe7\x2c\x5f\xcf\x42\xb0\x59\xd0\xb3\x80\xfc\xf0\x5e\x99\xf9\x27\xc4\x77\x25\x51\x9a\x13\xce\x4f\x3a\xbd\xf3\x4d\x5f\xcf\x02\xe3\xcd\x58\x68\xbf\x8d\x6d\xf1\xdb\xc8\x94\xcb\xc5\x0a\x13\x45\xc2\xfb\xce\x2f\x1b\x66\xc4\xcd\xfb\xd8\xf6\xde\x30\x59\x23\x31\x7c\x57\x85\xff\x2d\xdf\x09\x13\xf9\x71\x42\xdc\x81\x52\xf1\x38\x60\xcc\x4d\x3b\x31\x64\x3c\x0e\xa4\xa2\x54\xbc\xd7\xf7\x00\x12\xd0\x56\xda\xc5\x83\xf5\xfe\xdb\x36\x4a\x7f\x0f\xe8\xab\x99\xf5\x09\xa2\xdc\xf3\xf6\xb3\x8c\x07\x0a\xa9\x7f\xa2\x6b\x5b\x0f\x50\xcb\x39\x1e\x3b\x47\x71\x3c\x50\x16\x37\xa4\xae\x37\x62\xa0\x2d\xb3\xec\x3e\x50\x3b\x28\xc8\x19\x3e\x1e\x2c\xd4\xd2\x76\x62\x85\x78\xa4\xce\x07\x5d\x9f\x4c\xce\x65\xec\x51\x56\xb6\xfa\xed\x5f\x1d\x8f\x72\xac\x37\xf6\x27\x05\xbc\x2a\xef\xd4\x0a\xf1\x40\x56\xe9\x6f\x15\xf6\x6c\x0b\x83\x13\x92\xd6\xa3\x6e\xe9\x6b\xaf\x69\xa5\xf5\x79\x27\xd3\x8c\x47\x7d\xe9\x7b\xd4\xf7\x02\x21\xd3\x57\x68\x3b\x30\x2b\x1e\x8d\x6e\x81\xfb\x6a\x15\x0f\x26\x35\x91\x1f\x60\x3c\x3a\x38\xb3\x5c\x0b\xe3\xd1\x61\x21\x92\x0f\x5d\x3c\x06\xcd\xf0\x3b\x33\x45\x3c\x06\x8c\x82\xf2\x5f\x8b\xc7\x80\xc9\x2f\x07\xed\x0b\xc2\x47\x83\x3c\xde\xe2\xb1\x28\xeb\x2e\xdb\x16\x8f\x93\x99\x9f\x37\x55\x8c\x07\x5c\xd4\x83\x9c\xc7\xe2\x71\x21\xa3\x52\xda\x25\x25\xe2\x01\xcf\xcc\x90\x76\xac\x45\x3c\x60\x75\x0e\x72\xa3\x88\xc7\xb3\x76\x7f\xec\x3e\x1e\x16\xe4\xd8\xdc\x2a\x1e\x2f\xe0\x90\xed\xf1\x7b\xc0\x61\xb5\x0d\x2f\xd3\x49\x6d\x56\x1c\x8f\x59\xb8\xa6\x1b\x1d\x02\xab\xb0\x4a\xa5\x1f\x43\xa4\xa4\xb2\x43\xf5\x63\x88\x60\x92\x52\xea\xc7\x10\x99\xc6\x6b\x4b\xda\xdf\x83\x8b\x6f\xb4\xfd\x00\xce\x93\x52\x07\xc7\x80\x12\x70\x41\x0a\xe4\x18\x22\xfc\xf7\xa4\xa7\x8c\x21\xc1\xbb\xa1\xee\x2c\xf7\x31\xb0\x06\x95\x14\x8b\x31\xa0\xa4\x54\x90\xe6\x31\x86\x74\xf3\x41\xde\xa3\xb0\x58\x40\xcb\xcb\x70\xf3\x3d\x78\x59\xa3\x6d\x43\x5a\x16\x60\x6d\xbf\x51\x33\x1f\xec\x15\x0b\x48\x34\xfa\x49\x6e\x7b\x14\x24\x47\x0c\x2d\x8f\xfd\x09\x72\xe4\x7d\x0f\xf6\x02\x75\xdc\x1f\xeb\xce\x82\x1c\x03\x83\x68\x5b\x89\x7b\x72\x88\x20\x6c\x5d\xbf\x6f\x26\x0e\x29\x9b\x9e\x84\x87\xd1\x05\x65\x53\x9c\xb0\xb0\xa1\xe4\xfd\x09\xed\xf7\xad\xe4\xbd\x1c\x0f\x4c\x2f\x6d\xa7\xeb\x8c\xe1\x19\x7c\xa3\xf8\xc1\xcd\x07\x1b\x72\x1a\x81\xdb\xce\x07\x1d\xc3\x03\x24\x6c\x3b\x9c\x3e\x06\xda\xf4\xda\xce\xee\x11\xc3\xcb\xfa\x1c\x45\x4b\xfa\x26\xae\x8f\x00\x03\x2b\x0a\xad\x34\x3d\x68\x9c\xdc\x26\x41\x61\xc2\x79\xb3\x95\x45\x8d\x63\x0c\xc4\x97\x7d\xd1\x89\x11\x65\x74\xc3\x10\x2d\x88\x89\x9d\x56\x3f\x40\x12\x91\x56\x37\x3d\x89\x95\x39\x28\xb7\xc2\x36\xc6\x0a\xb7\xd3\x56\xf7\x29\x8d\xc8\xa5\x12\xda\x2e\xee\x1b\x23\x33\x93\x28\x7b\x5b\x8c\x03\x76\xf6\xb6\xeb\x59\xc6\xc8\x68\xb3\xb6\x59\x58\x8c\x57\x66\x74\xf3\x46\x8f\x48\x27\x72\xf9\x59\xc4\x48\x07\x49\x59\x29\x62\x84\x77\xe3\xf7\x60\x6d\x43\x5c\xc7\xb6\x85\xdd\xc7\xcb\xb0\x8d\xad\xd8\x8a\x71\x22\xeb\xe8\xb1\xf3\x5f\xc6\xc4\xe2\xdf\x6d\xd7\x1b\x8d\x29\x10\xa3\x5a\xfe\x8b\x7b\xd3\xf7\x36\xf7\x68\xd3\x85\x14\x26\x33\x2d\xef\xc5\x4a\x09\x8e\x64\x6d\x87\x82\xc4\xc4\x12\x45\x79\x67\x76\x8c\x29\x31\xbb\xfd\x8e\xc3\xfe\x1e\xac\x4f\xb2\x1e\x10\xa6\xaa\x4e\x9f\x95\xcf\xd9\x7d\x9c\x7c\x10\xf5\x60\xf2\x81\xfa\x20\x5d\xd8\xb5\xef\x62\x4a\x93\xaa\x97\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xd2\x29\xad\xed\x2d\x49\x99\x8e\x76\x4d\xd3\xcf\x1c\x65\x97\x1d\x89\xa9\x30\x3a\x73\x1b\x3d\x62\x42\x6d\x88\xd0\x76\x3a\xf9\x98\x0a\x97\x70\x87\x67\xc7\xc4\x5c\xef\xad\x6b\x09\x2b\x6e\x85\x6d\xa7\x92\xfa\x1e\xd0\xe5\x74\xe8\x0d\xd2\x96\xed\xc7\x11\x53\x43\x3c\x55\xeb\x5a\x31\x24\x21\x0d\x6d\x97\xe4\x8a\xa9\x81\xb1\xd6\x21\x48\x99\xf8\xb1\xee\x40\xe2\xef\xc1\xca\xa1\xb8\x21\x6d\xab\x1e\xf8\x3e\x7f\x09\xd9\xcd\x3e\xe1\x41\xc3\x32\xd7\x58\xd7\xaa\x77\xa2\xe8\x4e\x74\x14\x13\xb2\x31\x7d\x0f\x76\x1f\xe7\xe0\x6c\xb7\x08\x90\x6e\xe8\xa6\xda\xce\x4d\x12\xd3\x0d\x1d\x59\x8e\x9a\xed\x8d\x9d\x4b\x3b\x66\x3e\xa6\x07\x05\xbf\xdb\x0e\x20\xfd\x1e\x20\x68\x7e\x6b\x9e\x62\x7a\x32\xdf\xd0\x02\x3d\x44\xa9\x9d\xb6\x27\xa6\x87\xb2\xc9\xd0\x41\x78\x48\x4b\x86\xb6\x61\xc2\x85\xa7\x6d\x77\xc5\x98\x8f\xcc\xc3\xb4\x11\x37\x1f\x74\x96\xd9\xee\x35\x31\x07\x68\x92\x14\xe0\x1d\x73\x60\xe5\xd6\x1d\x24\x13\x73\xc0\x5c\xfa\xb6\x9c\xc7\x8c\xfa\xa1\xdf\x25\x66\x41\x9a\x13\x94\x88\x7d\x7b\x52\xc7\xcc\x0a\x5e\x62\x1b\xb9\xb2\xcc\xe3\x56\xea\xc6\xcc\x34\xdb\x7d\x2b\x3b\x63\x66\x16\x3a\x55\x7e\x8f\xb9\x33\xd5\xe3\xae\x72\x11\x33\xaf\xc9\x7d\x1b\xcb\x63\xbe\x58\x71\x7a\x5b\x27\x62\xbe\x58\xfc\x66\x1b\x0a\x62\xa6\x87\x77\x17\x6d\xc9\x0f\x72\xa8\xa5\xed\xc5\x15\xf3\x7b\x2c\xa3\x48\xd7\x03\x4c\x36\xf8\x01\x84\xe5\xbe\xf3\x43\xc6\xfc\x32\x37\x68\xd8\x38\x97\x5f\x96\xc8\x0b\x02\x7d\x2e\x73\xda\x66\x24\xe5\x60\x39\xee\x9d\x21\x2c\x96\x83\xb9\xb3\x76\xda\xb4\x58\x02\xfc\xc4\xfb\x4e\x01\x16\x4b\x40\x16\xf1\xbe\xb3\x35\xc6\x12\x6e\x4e\x7f\xe8\x13\x16\x8e\xdd\x99\x13\x63\x41\xb5\xf5\xef\xc1\xee\x23\x32\x36\x7c\x27\x30\x88\x85\x25\xaa\xba\x84\xec\x92\x59\x56\x66\xdf\x2c\x62\xc9\xcc\x0e\xb1\xdd\x72\x63\x29\xc7\x7a\x63\x7f\x82\xaa\x2c\xa1\x6f\xe7\x8c\x58\x98\x0d\x3f\x4b\x2e\x2f\x4c\x7d\xda\x84\x2f\xa5\x71\x2e\xbb\xa4\x58\x2c\x0d\x62\x45\xdf\xd1\xfb\xb1\x30\xad\xd6\x2e\x07\x1b\xcb\xa0\x30\xb3\x8d\x19\xdf\x03\x6a\x94\xb7\xf4\x5b\x56\xde\x8b\x7d\x2f\x8e\x05\xf1\xbe\x21\xed\xb0\xf5\x58\x4e\x66\x6e\xda\x29\x59\xbf\x07\xfc\x64\xe9\x26\x62\x39\x99\xf9\x70\xa7\x64\x8d\x85\x11\x44\x5d\xc7\xb8\xdc\x20\xaf\x7d\x07\x11\xc6\x72\x83\xe0\xf4\xad\x51\x8e\x65\x49\x11\xdb\x32\x1a\xcb\xcb\x35\x4e\x9a\xfd\x4b\x34\x95\x58\x5e\x5e\x08\x2f\x3d\xfd\x8d\x87\xc4\xf7\x76\xe1\xdb\x7b\x6d\xde\x7b\x7d\xbe\xe7\xf5\x32\x13\xe5\x56\xf5\xc4\xf2\xbe\xeb\xc1\x1e\x71\x32\x5b\xf3\xf6\xa5\x8f\x05\x77\xd3\xef\xc1\x9e\xd7\xe4\x72\x6e\x7d\x49\x2c\x13\xb2\x4f\xdf\xaa\xc3\x58\x26\x0b\xc5\x6d\x2d\x55\xac\xc7\xc1\x3e\x36\x35\xaa\x07\x0c\xa3\x7d\xeb\xdb\x62\x3d\x98\xab\x66\xfb\xf6\xc5\x7a\xa0\x10\x71\xdf\xae\x18\xb1\x46\xa0\x7d\xda\x39\x98\x63\x8d\x95\x37\xc7\x7d\x1f\xab\xb1\xb1\x8f\xae\x4f\x58\x6b\x69\xbb\x45\xc6\x9a\xf2\x2a\x1d\xbc\xfb\x60\x7d\xba\xbe\x55\x72\xb1\xa2\x80\x43\xe8\xdb\x8d\x26\xd6\xca\xcb\xe6\xf6\x27\x8a\x15\xf9\xae\x43\xdf\xc9\x17\x63\xed\x4c\xbf\x9e\x35\xb9\x95\xb3\x6b\x1b\xb8\x63\x1d\xd4\xb8\x55\x3f\x20\xf5\xc9\x65\xf7\x01\xbb\x40\xc8\x3b\x27\x76\xac\x63\x75\xaa\x05\x3a\x79\x62\xb3\x16\x68\xe9\xd3\xb6\x2d\x31\xd6\x13\xd5\x36\xfb\xce\x95\x1c\xeb\xca\x09\xb0\x8d\x72\xb1\x9e\xe4\x67\x87\xde\x60\xf4\x47\xcb\x1b\xab\xeb\xcd\x62\xa4\xbb\xf4\x5d\xac\x37\x2d\x4d\xd1\x0f\x08\xd8\x8e\x07\x89\xf5\x25\x2f\x3a\xb4\x0d\x0b\x0b\xcb\xbe\xb2\x54\x1a\xc4\xba\x64\xf4\x3a\x11\xb6\xd4\x77\xd1\xb6\xd8\x8e\xc9\x2a\x80\xfb\xa8\xb4\xc0\x94\x99\xdb\x22\x10\x5b\x80\xd0\xd0\x77\x46\xc0\xd8\x28\x22\xf5\x5d\x55\xf9\x7b\x70\xf1\xc1\xb1\x1f\x90\x17\xd5\x4d\x9f\x1a\xea\x02\x86\x5e\xf7\xf1\xf8\x2e\x40\x7c\xb0\x3b\xad\xcc\x9b\x59\x37\x26\xb7\x0a\xd7\xb0\xbe\x95\x4d\xb1\xb1\xd6\x4d\xaf\x5b\xdc\x6b\x2c\xce\xa1\x6a\x03\xb1\x55\x54\xcf\xea\xdb\x4f\x24\xb6\x46\x36\xb1\x75\x41\xb1\xad\x84\xe8\xbb\x50\x7b\x6c\xc8\xbc\xfd\x3d\x58\x8b\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x60\xf4\x09\xba\x7b\x81\xce\x4e\x48\xb7\x30\xd7\x2e\x16\x7e\xd8\x8a\xaf\xef\x01\x86\xdd\x19\xc0\x62\x63\xb0\xa0\x6c\x0c\xb1\xdd\x89\xa1\xda\x5a\x8f\x1b\x52\xbc\x62\x75\x63\x83\x1b\x71\x3c\x76\x79\xb3\xd8\x1e\xa4\x33\x96\x27\x5c\x6c\x6f\x58\x0f\xf6\x27\x93\xd7\xf3\xad\x64\x8c\x9d\x0a\x9e\xbe\x93\x86\xc4\x7e\xa0\xd4\x68\x6f\x7b\x2e\x1f\xd9\xc5\x12\xee\x35\xed\x91\x25\x51\x76\x8d\xd6\xd8\x23\x93\xd4\xb5\x7d\x23\xe9\xa8\x03\x1a\x94\x07\x3c\xf6\x4c\x0a\xb3\x4b\xc6\xc7\xce\x3a\x7f\xbd\xed\x2b\x4a\x2f\xac\xed\x2b\x21\xbb\xd7\x87\xeb\xb1\x97\xb0\xa3\x82\xc0\xf7\x60\x7f\xb2\x92\x8d\xed\x5c\xf7\xdf\x03\xd6\x87\xdb\x48\xd7\xc7\x2a\x18\x1c\xf4\x49\x6f\xcc\xe7\x99\xf4\x80\xf5\xb4\x36\x8e\xf5\x75\x90\x25\x0f\xf7\x73\xd7\xb5\xd6\x1b\x99\x35\x3c\x36\x0f\xec\xe7\xaa\x19\xac\xe9\x9f\x83\x9f\x6c\x62\xd0\x4f\x72\xfc\x9d\x2e\x3b\xf6\x93\xc7\x54\x12\x73\x5f\x1c\xad\x6f\xd9\xa4\x33\xb8\xb4\x4b\xb8\xed\x8c\x5f\xec\x92\x87\x3b\x8e\x7a\xdb\xda\xd1\xd8\x1f\xee\xf5\x4e\x3f\x19\xfb\xb3\xe0\xda\xa2\x49\x7f\x56\x85\xd0\x4d\x81\xfb\x1b\xd6\x72\xfc\x45\x5e\xbd\xef\x6d\x42\xb0\xe9\x75\x7f\x99\xa7\x7f\x6b\xa8\x63\x7f\x3b\x27\xbe\xb9\x6e\x7f\x5f\x8e\x38\x34\x22\x12\x0a\xef\x6a\xf0\xb1\xcf\x55\x38\x73\x0b\x36\x7d\x11\x9f\x9d\xc3\x2a\x8e\x48\x9c\xde\xd9\x7e\xe2\x88\xd7\x4a\xee\xbf\xd6\x7f\xe4\xc1\x37\xb6\xce\x65\x94\x9b\x09\x5b\xf6\x96\xad\x32\x3f\x69\x57\xcc\x8e\x2c\x77\x11\xfa\xae\xfb\x13\x59\x68\x21\xf4\x1d\x60\x1e\x47\x2b\x7c\x63\x53\x67\x26\xbd\x0c\x5d\x02\xf9\x38\x57\xd0\xd2\x3e\xc1\xe3\xa1\x7d\xa8\x09\xd2\xe7\x61\xac\x4c\xdc\x7d\xd0\x95\x75\x6c\x0f\xa4\x38\x5e\x46\x81\xa4\x4d\xae\xc7\x9b\xe9\x22\xbd\x49\xdc\x78\xfb\x8a\x74\xdd\x9d\xd2\x17\x6f\x6c\x17\x94\x48\xc7\xb6\x30\xb6\xa7\x46\x1c\xef\xca\x44\xb2\xd5\x21\x63\xde\x8c\x85\x6d\x7a\xf0\xb4\x7f\x7b\x70\x1e\x81\xa3\x6c\x09\xeb\x3c\x22\xdd\xc5\x37\xb6\x9d\x47\x5f\x71\x16\x79\x3f\x98\xcb\x35\x7f\xad\xc7\x19\xc6\x72\x28\xdf\x7d\xc4\x8b\xc2\xf3\x26\x93\x27\x0b\x4e\x0f\x69\x20\xcf\xcc\xc8\xc1\x5d\x1f\x27\x9e\x05\x72\xdc\xd8\xb5\x5b\xe2\x59\x97\xaf\xd9\x96\x88\xce\x0a\x8f\xac\x63\x07\xb3\xc7\xb3\x5e\xeb\x8d\xdd\xe9\x78\xe9\xc3\xb0\xc9\xd3\x85\x62\x0e\x41\x15\x2c\xe2\xd5\xc8\xf0\x77\x12\xf1\xef\x01\x09\xe9\xbe\x59\x5f\x6d\x39\xed\x0c\xbf\x41\x25\xee\xc6\xd3\xab\x55\x56\xfd\xce\x7a\x80\xaa\xdf\xc7\xf6\x8a\xfb\x1e\x50\x13\xba\xcf\xe3\x85\xbc\xfd\xf1\xd0\x5c\xae\xd6\xa9\x30\xd9\x47\xf8\x42\x5a\xfd\x90\x77\xed\xc6\xef\x01\x2f\x7d\x1b\x71\xaf\xd6\x59\xbd\x23\xea\x8d\x41\xd6\xb3\x29\xda\x85\x8c\xf3\xf1\xd8\xf5\x25\xbf\x07\xf0\xe4\x09\x9e\xfe\x45\xbb\x5d\x53\x1f\x28\xfd\x7c\xec\xdc\xb8\xdf\x83\x49\xb1\x42\x80\xd1\x1b\x73\x27\x05\xfd\x1e\x74\xa6\xf0\xd4\x1b\x74\x4d\x94\x5d\xe0\x42\x5a\xed\x78\xec\x64\x53\xf1\x62\x4e\xeb\x63\xa7\x82\xfa\x1e\x9c\x8c\x2d\x5b\xab\xfe\x14\x5a\x75\xfb\x16\xb3\xde\xd8\xa8\x4b\xdf\x24\xff\x2d\x34\xd3\x89\x6e\xbe\x28\x74\x13\xf2\x0e\x7c\x88\x93\x09\xc4\x8b\x74\xc7\x93\xc9\xbb\xa5\x23\x99\x9d\xde\x0e\xdb\xa8\xf2\x3d\xe8\x78\xa1\xe9\xf7\x49\x45\xb1\xbe\x58\xa2\x6d\xf7\x83\x4e\xa5\xb7\x3e\x89\xf7\xbf\xa9\xd6\x67\xa7\xfd\x7e\xdb\xaa\xbe\x07\xa4\x40\xfb\xa0\x4f\xa4\x7d\xfe\xc0\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xfe\x53\xcd\x90\xa3\xac\x43\x4b\xfa\xcd\x8c\x92\x92\x30\x67\x1f\x9c\x6b\xd4\x18\xe7\x02\x4b\x9f\xc0\x23\x3a\x6d\x7f\x95\x38\xfb\x45\x38\xab\x26\x7f\xf1\xbc\x45\xcd\x15\x41\x1b\xd2\x78\x4f\xa4\xf6\xfd\xd1\xc1\x4d\xe4\xf6\x6d\xdb\x50\x1a\x27\x53\xf7\x66\xd9\x72\x66\x5f\x01\x16\xd5\x6f\x00\xce\x6d\xce\xfb\x1e\x80\xf9\xd5\xf2\xef\x8c\xab\xfc\x4f\xf8\xd6\x44\x46\xdc\x0f\x57\x37\x40\x83\x2e\x37\xd2\x01\xce\xb1\xec\x60\x1b\xdf\xe7\x38\xe8\x3b\xa4\x95\x1d\x0b\x29\x34\x29\xa6\x84\x95\xe5\x6c\x22\x25\xec\xd7\x85\x1e\x2c\x8f\x84\x2d\xe1\xcc\x41\x0f\x04\x29\xc5\xe6\xa0\x05\x59\x07\x73\x0e\x58\x35\x92\x2e\xcf\xcb\x9b\x28\x1f\x06\xf4\xa1\x67\x59\x15\x18\xcc\xc5\xb0\x63\x8b\xe2\x1c\x2b\xa5\x7f\xfd\x5f\x7b\x48\xfe\xeb\xfc\x8f\xff\xfb\xc5\xeb\xdf\x17\xc7\x3f\x7f\xd6\xbf\xd0\x2b\xef\xe7\xe5\xd1\xf3\x86\xea\x73\xbb\xe1\xbb\x25\xef\x7f\xbf\x65\x3c\xf4\xc9\x87\x18\xfb\x5f\xf8\x84\x35\xb5\xdc\x6e\x61\xda\xc3\xdd\x72\x7b\x78\x24\xe0\xdc\xe6\xdb\xe3\xf8\xc4\xe1\xf5\x2f\x6d\x6e\xc7\x6e\x79\x86\x5b\x28\x44\xef\x96\xd7\xbd\x31\x7f\x57\x52\x8b\x7b\x9b\xcc\x43\xbf\x5b\xa6\x7b\x43\xaa\x85\x6d\x40\x3f\xc2\x27\x89\xec\x7f\x07\x13\xa6\x6f\xb8\x63\xd5\x5c\x23\xe3\x0d\xe5\x58\x7e\x44\x43\x11\x81\xd8\x76\x5f\xfd\x28\x98\xdb\xd0\xa7\xaa\xf1\x1c\xe9\xd0\xca\xa6\x83\xb5\x6b\xd5\x52\xdd\x02\xd2\xb3\xd7\x22\x05\xc1\x98\xe8\xbb\xac\x8c\xff\x47\x0a\x8f\xdb\x5e\xb6\x45\xb5\x4d\xb5\x31\xa9\x54\xd7\x0e\xa7\x74\xaa\x0d\xfe\x3f\x45\xf9\xf2\x8f\xf4\x11\x94\xfd\xef\xaa\x3f\xe4\x36\xc3\x82\x02\x86\x87\xe2\x2a\x8e\x34\x3c\x37\xa8\x59\x14\xd7\x74\xa4\x0f\x8b\xf6\xbf\xdf\x14\x0e\x7f\x75\xde\x6e\x02\x47\x92\xbb\xfe\x91\x2e\xf7\x08\x51\x59\x9e\xe2\x47\xba\xdd\x23\x22\xce\xe4\x0d\x7a\xc0\x1c\xb0\xff\x05\x7f\x92\x73\xfd\x01\x65\xc3\xfe\xf7\x66\x5b\x53\xdb\xeb\x36\x42\xb2\xdd\x3a\x0e\xdc\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xee\x3d\x28\xd8\xe6\x40\xb9\xf7\xf5\x2f\xec\xc1\x2a\xfd\x79\xa0\x46\xfa\xfe\x97\x80\x6c\x4f\xb1\x03\xc5\xcc\xf7\xbf\x04\x64\xbb\x01\x85\x37\xed\xb6\xf0\xb2\xf4\xbb\x62\x42\xa2\xcf\x79\x3c\xe0\x90\xbe\xdd\x7a\xe2\x91\xa2\x5a\xe0\x70\xb2\x7d\x19\xe3\x91\x86\x5b\x4e\xf8\x19\xec\x96\xdc\xd4\x02\x37\xaa\xaa\x62\x48\xf1\x68\x59\x6d\x6d\xfc\xf3\x67\x24\x37\x75\x03\xd1\xd1\xb4\x5d\xcf\x62\x28\x7b\xcf\x62\x28\x19\x5f\x15\x35\x55\x37\x9d\xff\xfc\x19\xad\xbb\xe9\x72\xd3\x8b\xaf\xc2\x6e\xaa\x1a\x2b\x20\x85\x64\x71\x87\xf5\x74\xd3\xf5\xcf\x9f\xae\x58\xcf\x18\x9a\xbf\x6a\xc8\x96\xba\x9d\x5e\x62\x68\xfe\xaa\xe1\xab\x7d\xaa\x23\x24\xdf\xfd\x2f\xa3\xb4\xd5\x62\xd8\xe1\x45\x1c\x95\x57\x3d\x86\xd1\xdd\x36\xd8\xa6\xc1\x6e\x2d\x62\xf8\xe8\x62\x57\x6e\xac\x18\xe3\x26\x21\x31\x46\xfa\x39\x6d\xb7\xc1\x18\x63\x73\x1b\x62\x4b\xdc\x72\xb9\x85\xdc\x77\xb7\x54\x0d\x15\x29\xd3\xa6\x9f\xb6\xea\x36\x14\x67\x0d\x6a\x39\xdd\x72\x21\xc3\xc8\x6e\x69\xc2\xa7\x08\xf9\x24\xca\x7d\x3e\xc6\xe6\xfe\x98\xc0\xa1\x1c\x1a\xab\xfb\x3b\xa4\x03\xdb\x4e\x74\x31\x76\x43\x08\xcd\x4b\x91\xeb\x75\x84\x0e\x71\xff\x0b\xe7\x71\xc1\xd1\x0d\x21\xd4\xfa\x25\x6f\xd2\x18\xe3\xe3\x36\x08\x27\xa5\x09\x05\xd2\xa1\xf5\x05\xdd\xfd\xbe\xdb\x1b\x9d\xa2\x4e\x44\x8a\xe7\x3f\x7f\x14\xc3\x15\xd3\x78\xd4\x82\x30\xb6\xa8\x5a\x70\xd1\x14\x2e\x26\x38\xcb\xc4\x6d\xc3\xfa\x1e\x34\xb7\x7d\x08\x17\x3c\xd8\x79\xb9\xe9\x41\x93\x7a\xbc\x84\x70\xa0\x83\xa1\x2a\xcb\x6f\x4c\xd7\xab\x36\x18\x3f\xab\xb2\xd8\xc6\xec\x43\x91\x51\x0e\x43\x55\xe6\x63\xf6\xb1\xcd\x1d\xce\x60\x3a\x4a\x59\x84\x3d\xe2\xaa\xdd\x95\x5d\x35\x66\xd1\xf5\x98\x07\x03\xb6\x36\x37\x8e\x79\xdc\x6a\xbb\x3e\x1c\x56\xe8\x54\xcc\x97\x76\x2d\xe3\xae\x7e\xc8\xbd\x2f\xe6\xc7\x30\x82\x45\xba\x0a\x7c\xcc\xaf\x96\x24\x43\xce\x39\x94\xf8\x26\xe6\x59\xdc\x06\x21\x43\x61\xe4\xb1\x1c\xea\xb3\x20\xbd\x7c\xde\x7e\x61\xb1\x54\x6d\x5c\xa9\xef\x77\xac\x37\xd1\x8f\xa5\x69\x72\xe5\x5b\xad\xae\xac\xb5\xb1\x74\x37\x7d\xab\xd3\x15\xb4\x18\x61\x72\xdd\xff\x16\x74\xb8\x41\x2c\x9e\x1a\x6b\xaa\x57\xe5\x1b\x8f\xa8\x46\xbe\xff\xc5\x60\xda\x9a\x6a\xe8\xeb\x81\x26\x4d\xba\x8a\xc1\xc4\x0a\x5d\x4e\x55\xaa\xee\x88\x62\xe4\xfb\xdf\x07\x64\x6e\xc3\x58\xab\x76\xb4\xe2\x46\x15\x15\xdc\x1c\xab\xcf\x2f\xca\x27\x7f\xb8\xb5\x81\x6c\x3e\xbf\xad\x61\xb1\x76\x4a\x83\x88\x72\x03\xfb\x5f\x48\x72\x4a\xe0\x1a\xc7\xd4\x71\x43\x6e\xef\xaf\x6d\x2f\xf2\xe5\xe3\x76\xc1\x09\xf1\x6b\xa2\xe4\x4a\x39\xf5\x7f\x25\xba\x46\xa4\x47\xdc\xff\x16\xd6\x06\xde\x73\xbf\x4c\x4c\x90\x5b\xf0\xa3\xad\x7b\x82\x6f\xd7\xba\xbc\x48\x59\x90\x54\xe7\x3b\xbe\x92\x6e\xe3\x4b\x57\x7f\x65\x4e\x8b\xaf\x0f\xd6\x7b\xd3\xea\xb0\xfd\x16\x23\x62\xcf\xf6\xbf\xe5\x9f\x3f\x59\xc9\x29\x23\xe2\xbf\xf6\xbf\xf1\x9f\x3f\xb9\x6c\x1f\xee\x38\xaf\xa9\x26\x26\xef\xdd\x32\x40\x9c\x8f\xbf\x7a\xe2\x6f\x48\x54\x84\x81\x67\xff\x5b\x7e\x03\x51\xd2\x21\x4c\x49\xc7\x27\xcd\xc8\x01\x3e\x1d\x5a\xe6\x74\x7c\xcb\xbc\x7d\x43\xbe\x9f\x5d\x2d\x21\xfc\xd0\xb4\x74\x68\x52\xe9\xf8\x26\x55\xb7\xcc\x90\x0e\xa1\x5d\xa2\xa9\xa8\x6a\x29\xd2\x11\x7e\xfa\x1b\xa4\xff\x63\xb7\xa5\xa4\x36\x20\x49\x54\x34\x70\x3a\x72\x50\xdb\x40\xc0\x82\xe0\x18\x86\xe3\xe3\xa7\x4d\x15\xbf\xd3\x31\x86\x9b\x90\x70\x53\x9e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\xac\xc5\x10\xb1\x4e\xc7\x47\xac\x55\xf7\x30\xf9\x76\x93\x70\x4f\x50\x96\xe8\x74\xcc\xe6\x96\x13\x1c\x59\x1f\x4d\x77\x37\xd1\xdd\xda\xfb\x64\xc1\x20\x05\x38\xca\x55\xd5\x94\x4b\x61\xba\x0d\xd7\x8b\xaa\xcc\xfe\x29\xe8\xc0\xa4\x30\xf9\xdd\xa6\x4a\x29\x4a\x92\x4b\x11\xaa\xe9\x43\x61\x5f\x29\xc6\xd3\x6d\xf3\x23\xb9\xfb\x58\xa7\x98\x34\xb3\x88\x0c\x5f\x35\xa8\x49\xf2\x66\x8a\x9f\x40\xd5\x15\xa7\x99\x62\xb9\xdd\x04\x42\xad\x2c\xfb\x29\x76\x03\x02\xbd\xd5\xa1\xaa\x9b\xc9\xcc\x37\x45\x38\x23\x1d\x46\x52\x28\x74\xf7\xbf\x90\xdc\x73\xd7\x04\xce\xec\xb6\x0e\x28\xf7\x7a\xc5\xcb\x13\xb8\x16\x28\x9a\xc1\xe3\x2e\x41\xfb\x0f\x85\xf6\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x8f\xd3\xa0\x0a\x2d\x29\x85\xd3\x6d\x28\x66\xa9\x0a\x16\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa9\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x31\x12\x94\xb3\x3e\x25\x11\xd0\x94\x70\x36\x82\x72\x96\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\x34\x87\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xcf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x99\x77\xcf\xa0\x23\x23\x9d\x17\x4c\x72\x42\x82\xe8\xd4\xea\xa1\x0e\x8d\x0e\xe9\xfc\x78\xa9\xb2\x1c\xa6\xf4\xe8\x3c\x26\xe8\x22\x83\x0a\x27\xa6\x22\xe5\x45\x2a\xcc\xb2\xab\x7c\x79\x09\x15\x69\xf7\xbf\x74\x2c\xdc\xf7\x4d\xba\x90\xec\x7f\x0b\x55\x52\x75\xb7\xc5\xa4\x36\xb8\x19\x0d\xe5\xc5\xc8\x6f\x9c\x6a\xc3\xb6\x66\xa5\x4b\xce\xb0\xbf\xee\x7f\x03\xdb\xe2\x6e\x6b\x1e\xaf\x15\x06\xc5\x8c\xdd\x36\x5e\xb5\x7d\x07\x46\x2e\xd8\xdf\xef\xcb\x4d\x8c\xc7\x59\xc4\x21\x4f\x6d\x78\x9e\x30\xa6\x07\x65\x3e\xc9\x08\xae\xdc\xff\x32\x31\xe5\xbe\x56\x66\xc4\x55\xee\x7f\xe1\x12\xa4\x00\x8c\x3c\x2f\xf7\x79\x21\xeb\xab\x04\xb9\x3c\xa5\xbf\xc9\x13\x25\x57\x42\xd8\xb2\x49\x86\xab\xfb\xfe\xf7\xe3\x89\x92\x7a\x8b\xf9\x54\x39\x0e\x2e\xca\x56\x76\x14\xdf\x47\x0b\xd8\x45\x0c\xe2\x1f\xe5\x28\x41\x6d\x28\x87\x1c\x54\xa6\xba\x1c\x3d\xa9\xed\xbb\x30\xc4\xa0\xea\xcc\xe5\x18\xee\x73\xd0\xb3\x7c\x8b\xd9\xe5\x18\x53\x6d\x27\xa7\x90\xd5\x76\xba\x0d\x69\x1d\x82\xea\x06\x97\xe3\x3a\xdd\xb6\x9c\xd3\x05\xcb\x3d\xd4\x76\x9f\xdf\xd4\xdd\xf4\xdc\x6a\x7a\xb8\x9a\x9b\x15\x97\x20\x52\x55\xc2\x47\xaa\x2c\x60\x94\x70\xdc\x6e\x82\x35\x67\x7b\x2d\x1d\x25\x04\xb7\x05\x76\xb9\xd5\x0c\x25\xe8\x46\x58\x02\x42\x28\x83\x2a\xba\x96\x10\xfd\x5d\xe4\x77\x5b\xe6\x2f\x21\x69\xe6\xe1\xc3\xe0\x2c\xf9\xa9\xe0\x3a\xbd\xff\xfd\x26\x27\x71\xb4\x84\x51\xd4\xf4\x71\x6a\xe9\xe5\x0f\x7a\x41\xed\x7f\xaf\xaf\x29\x69\xac\xcb\xd3\xbe\x22\x9a\xd4\xe1\xa3\x4d\x0d\x0f\x4f\xdd\x3e\x21\x25\x7a\xb5\x18\x17\x91\x95\x7a\xaa\x98\xdb\x95\xc8\x5c\x6d\xd2\x12\x96\xa8\x33\x42\xb7\xaa\x2c\xb1\xbe\xc0\xde\xb0\xff\x65\x48\xf5\x0e\x27\x2d\xd1\x73\x8b\x28\x55\x1c\xc4\x5c\x4b\x94\xa2\xaa\xc4\x13\x05\xdf\x0c\xa5\xae\x3a\x25\xa2\xb0\x6f\x88\x47\xf9\x2b\x01\xb7\x44\x63\x58\x24\x86\x29\x03\x47\x89\xd3\x90\x7e\xd2\x83\x1c\x16\x8f\x92\x0e\x7d\x96\xa0\xd7\xce\x8a\x8c\x2a\xc9\xe8\x00\xe6\x14\x83\x77\x28\x49\x45\x50\x12\xb2\xc4\x07\xa5\xed\x29\xa0\xf4\xfb\x5f\xce\x62\xeb\x38\x4a\x92\xae\xa2\x24\x56\x0a\x54\x2a\xc8\x02\xe7\xda\xfd\x2f\x0e\xb3\x6e\x43\x25\x1b\xfd\xf2\x87\x7e\x59\x19\x45\x4b\x16\x2f\x2c\xd4\x9b\x0d\xdd\xe5\x4a\xd6\x85\xad\xc0\x0d\x3e\x06\xef\x5f\x96\x7a\xb5\xe4\xf7\xc3\x3f\xe9\x9e\x8a\xaf\x80\xa5\x30\x34\xc0\xab\x52\x7c\xb8\x0a\xac\x56\x21\xee\xc8\xb9\x52\xa4\x7d\x2a\x05\x09\x3a\x15\x60\x5c\xe0\x6d\xbb\xff\xbd\xf0\xd9\x0e\x0a\x2a\x45\xec\xa9\x94\x87\x0b\xb6\x25\x8b\x52\x25\x75\x94\x0a\x3b\x43\x56\xd2\xad\x82\x70\x92\xfd\x2f\x10\x57\xf5\x5f\x4a\x15\xa7\x2f\x15\xe9\x4e\x83\xee\x0b\xa5\x56\x7f\x57\xb1\xd0\x62\x33\xa5\x36\xb7\xc1\x66\x9d\x95\xa9\xaa\x54\x63\x6e\x85\x2b\x7a\xce\x5b\x33\x5b\xaa\x57\xb3\xa2\xda\x45\xd0\x4d\xb0\xd4\xa9\x65\xa9\x93\xa1\x06\x9b\x29\x94\xe6\x83\xd9\x90\x9c\x38\x48\x49\x5c\x9a\xa4\xaa\xd2\x10\x19\x31\x54\x68\xbd\xb4\xa8\x5d\x6f\x11\xec\x50\x59\x25\x4b\xd3\xcd\xa1\x34\x78\xea\x67\x05\x44\x97\x96\x9a\xdb\xfa\x3f\x7f\xb2\xb2\x5a\x94\x96\x1e\x37\x81\x6c\xaa\x9c\x46\x69\x59\xd3\xa3\x85\xd8\xa9\x93\x0a\x4a\xbc\xef\x7f\x19\x26\xb2\x85\xb1\xd2\x86\xfb\x64\xc6\x22\x85\xdc\x97\x66\x7c\x47\x1d\xea\x9c\x37\xfb\x2d\x6d\x7a\x38\x98\x20\xb2\x0a\x04\x97\xee\xe3\xd5\x79\xbc\x94\x65\xad\x74\x89\xd2\xa5\x77\xc6\xa3\xec\xeb\x4a\xe9\x5d\x54\xba\xd3\xfa\xae\xf4\x1c\xa5\x4b\xcc\x2e\xfd\xe4\x2e\xe8\x9c\xa0\xaa\xe4\xfe\x97\xc1\x26\xe2\x18\x7d\x5e\x6e\x7b\x70\x5f\xdd\xab\x89\x2a\x8c\xfb\x5f\x22\xd9\x96\xea\xcb\xf0\x69\x1e\x38\xcd\xdb\x9f\xec\x28\xd0\x07\xec\x7f\x2b\x3f\xdb\x78\x3b\x9a\xdb\x18\x5f\xa1\xb8\xf5\x32\x64\xe8\x29\xa8\x6c\x96\x15\x81\x5e\xc6\xab\x09\x8c\x97\xe8\x20\xe1\xe2\xf4\x70\x88\x89\xce\x45\x5b\x8e\xb0\xe1\xfd\x6f\x61\x6e\xb3\xbd\x07\xa7\xe5\x80\xf3\x64\xb4\xc8\x8e\x1f\x2d\xa7\xee\x63\x05\x45\x4f\x72\xd1\x81\xbd\x4c\x04\x50\xe2\x21\xab\xe0\x68\xb9\x9a\xce\xf9\x45\xcf\x5a\x65\x80\x28\x97\x6e\x86\x05\x35\x03\xe2\x27\x02\xed\xb6\x53\xb4\x9d\x99\xfa\x83\xd2\x1e\x95\xcb\xbc\x12\x2e\xae\x5f\xdb\x5e\xcb\xcb\xeb\x75\x3d\xcc\xdc\xb6\x25\xfa\x72\x1f\xc2\x30\xe4\xff\xce\x8a\xaa\x2c\x77\xd2\x70\x48\xdc\x9c\x15\x25\x59\x90\xc9\x77\xff\xbb\xc2\x72\xf4\x99\x84\xd7\x72\x53\x78\x95\x8a\xa2\xdc\x53\x50\x22\xe9\x6d\x0c\xca\xe9\x51\x90\xe1\x73\xfd\x5b\x21\x53\xe5\xad\x57\x28\x4f\xd3\x0c\x90\x11\x33\x06\x55\xc3\x29\xc8\x91\xb8\xff\xfd\x2e\x17\x9e\xdc\x2b\x45\x45\xa1\x87\x4d\x56\x72\x83\xf2\xca\xce\x52\xe0\xff\x9d\xa5\xe9\x2d\x6f\xd1\x1e\xbc\x85\x7b\xa0\xd3\xfa\x56\x9d\x82\x97\x66\xda\xb2\x2f\x2c\xe5\x35\x07\x7a\x2b\x83\x84\x84\x0e\xaf\xf1\xf9\xfd\xf0\x39\xcb\x16\x50\xac\x3f\x2a\x48\xb8\xf5\x75\xb9\x17\xe5\xbd\xb5\x60\x70\x0a\xce\xd2\x63\x97\xf7\xf1\xe4\x58\x2a\x49\x61\xf0\xe5\x95\x1e\xbb\xc0\x0b\x28\x2b\xee\x94\x9e\xc3\xfb\xdf\x81\xa6\x3d\xef\x69\x79\x11\xe1\xb7\x21\x17\xd1\xf5\x69\x21\x60\x52\x08\x28\xfb\x26\x5d\xa6\x59\x21\xd2\xde\xe4\xa6\xcd\x99\x46\x86\x49\x64\x28\x22\xdd\x53\xca\xea\x32\x11\x4e\x19\x8a\x08\xdf\x7c\xdc\xf6\xac\x36\x0d\x67\x5a\x4a\x9f\x66\xab\x2c\xca\x7c\xba\xdb\x06\x72\xb1\xaa\xe9\xd5\x32\xcf\x97\x71\x50\x1b\x94\x7a\x68\x06\xf5\x28\x8d\x05\x2c\xda\x6e\x1b\x6e\x43\x2a\xbb\xed\xf1\x77\x54\x8b\xf3\x15\xe2\x7c\x0c\x65\x9b\x3b\xea\x71\xbf\x6e\x9b\x6c\x2b\xbb\x6d\xba\xcb\x89\x2e\xb7\xe2\xbc\xc2\x83\x76\xff\xfb\x7e\x4d\x9b\xb6\xd5\x20\x2a\x5b\x03\x1c\x5e\xb3\x81\x44\xe4\xec\xfe\xf7\x23\x89\xaa\x51\x5b\x83\xd4\x31\x35\x74\x2e\xe5\xd6\x35\xd5\xa0\xbb\x51\x0d\xbc\x1b\xed\xa0\xb5\xa3\x86\xe1\xe1\x78\x37\xd2\xf9\xaf\xe1\x76\x9f\xbc\xde\x95\x21\x30\x3d\xf1\xb0\x26\x3e\x34\xde\x7b\xab\xed\x65\xa1\x90\x31\xfe\x4a\xe8\xad\x51\xea\xc8\x1a\x8f\x0f\x6f\x55\xe0\xac\x46\xdd\x0c\x6b\xfc\xc4\x81\xac\x4a\x53\x35\x76\x2d\x27\xf4\x4d\xd1\xe5\x86\x6a\xf4\x04\x23\x32\x1e\x6e\xcf\x9e\xa3\x5a\x38\xaf\x11\x15\x45\x82\x50\xac\x46\x1d\xd7\x0a\x7d\x53\x0c\x75\x4b\x1c\x15\x76\xf1\xfd\x2f\x42\x9d\xea\x16\x39\x6a\xca\x1a\x0e\xaa\x99\x8f\x2c\xee\x19\xa4\x53\x7d\xc2\xa0\x1d\x86\x52\xba\xd6\xa4\x73\x5e\x57\xc0\x99\x54\xcf\x35\xbd\x1e\xef\xe5\x78\x5b\xb3\x52\x93\x6e\x02\x95\x11\xcf\x43\x79\x0f\x6a\x96\x89\xb1\x66\x66\xd2\x55\x3e\xc9\x9a\x3d\xbf\xbc\xc8\xd1\x3e\x43\x35\xdf\x1a\x2f\xc3\x86\xd4\x54\x3b\xad\x66\xb9\x37\xd4\xfc\x86\x7f\xfe\x14\x65\x3a\xac\xb0\xd7\xec\x7f\x71\x4e\xea\x26\xfb\xb5\x78\x5f\xcb\xc1\xb6\x2d\x3b\xd4\x22\x71\xbf\x96\x8f\x79\x17\x25\xac\xaf\x25\xdd\x6e\x7a\xf8\xd9\x5e\x95\x22\x25\x7f\x2d\x1f\x82\x17\x25\x90\xa9\xc5\x40\x16\x02\xa9\xb9\x95\xe9\xc1\x10\x98\x1e\x94\xb1\xa1\x96\xf9\xba\x8d\x7b\xbe\x29\x7b\xb5\x64\x5e\x21\x99\xc7\xa0\x3c\x05\xb5\x4a\xe4\xa8\xf5\xe3\x37\x45\x5a\x97\x5a\x65\xa2\xae\x15\xa1\x1a\x79\x07\x7f\x1e\xb5\x8a\xbd\x56\x58\x64\x8a\x92\x7b\xd6\x5a\x6f\x37\x3d\x0c\x72\x54\x97\xcd\x9f\x41\x91\x53\xa5\xb5\xac\xb5\x7b\x38\x7a\x5b\x2a\x83\x61\xad\xe3\x54\xdb\x00\x6d\x57\x86\x87\x5a\x6f\xad\x65\xbd\x21\xda\xa9\xc6\x63\x6d\x51\xa7\xa4\x7d\xf7\xc7\x12\xb6\x05\xa3\x36\xd9\x60\x2a\x02\xf8\x8a\xf4\x23\xb5\xc9\xe9\xa7\x36\xaa\x8d\xda\xbe\xdf\xd5\x9e\xb4\x3d\x1d\x1e\xfb\xb9\x6e\xfd\x4f\xed\x75\xaa\xad\x81\xe6\xb4\xed\x4f\x51\xbb\xf1\x99\x9e\x6b\xad\x6b\x31\x51\xaf\x7f\xff\x7b\xb1\x4d\xdf\x49\xe9\xc2\x70\x90\x18\x9a\xce\x64\x97\x9a\xaa\xb2\x20\x7c\xeb\x51\x6d\xd3\x70\x4e\xc2\x29\x64\x1f\x72\x15\xa8\x63\xc1\x29\x7a\x3b\x9a\xe6\x30\x90\xd7\x35\x2b\xd5\x44\x1d\x8f\x56\x73\xc0\x0d\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\x25\x6f\xea\x69\xea\xc7\xec\x40\xad\xeb\xbb\x53\x92\x4c\x65\xfa\x98\xac\x3c\x18\xf5\x94\x85\xbc\x9e\xc8\x18\x1b\xba\xf0\xf6\xd4\x55\xa6\x42\xfc\x0d\x59\x29\x90\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x41\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\x0a\x95\xa1\x8b\x74\xa0\x9c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x28\x00\xf9\x7d\xb7\xb7\xef\x94\x38\x59\x4f\x46\x43\xf7\x2d\x32\xd6\x4b\xbe\x51\x15\xf6\xc3\x18\xba\x28\xff\x75\x68\x1b\x2e\xa4\x69\x68\xdb\x39\xfe\xa8\x97\x54\x3d\x15\x05\xcb\x5c\x33\xa1\x5e\x52\x86\x56\x88\xf0\x1f\x98\x1a\xce\x3b\x8b\x2a\x66\x4e\x96\x5f\xaf\xe1\xa6\x13\x82\x6d\x8f\xea\xd2\x8b\x79\x21\xb3\x5b\xe8\x62\x6b\x97\x11\x17\x75\xb7\x9c\xdd\xba\x5e\x97\x81\x44\x12\xd8\xb0\x7d\x63\x8f\x7a\xc9\xcb\xa9\x5e\xa8\xe3\x19\x7a\x12\x94\x72\x9e\xab\xac\x30\xd5\x54\x9f\xbb\x5e\xaf\x17\x8c\x21\xb6\xaa\x17\x5d\x51\x77\x67\xff\x9b\x91\x23\x76\x1f\xcb\xdb\x44\x80\x55\x6a\x9c\xc7\xbd\xde\x66\x4f\xa8\x81\x11\xb2\x1c\x45\xea\xe3\xef\x9e\xc8\xe1\xb4\x2a\x8f\x45\x96\x87\xd9\x3b\x64\xd6\xa8\x6f\xd6\xd4\xe9\x13\xdf\x86\x96\xe5\x95\x06\xaf\xbe\x30\x6b\x34\xd5\x96\xab\xaf\x1c\x89\xea\x8b\xb4\x48\x4d\x15\xe0\x2a\x92\xf9\xee\x7f\xa1\x3a\xb2\xf8\x64\x31\xbb\x42\xcc\x2e\x59\xa8\x62\x29\xbb\x2e\x5f\xfb\x72\xa8\xed\x75\x97\x2f\xbb\x14\x37\x99\xf2\xed\xa8\x93\x55\xd4\x9b\xa6\x37\x7d\x14\x26\x77\x48\xf5\x08\x9a\x7d\x2f\xdb\xc1\x8c\x4a\xa2\xfd\xed\x90\x42\xb4\x1d\x10\x8a\xf3\xf6\xf6\xfd\x1e\x14\xb7\xc1\xc9\xb1\x6c\x67\xc6\x16\xf2\xde\x86\x16\x32\xb2\xb9\x6d\x42\xd6\x82\x84\x92\x16\x58\xe9\x56\xe9\x4e\x5b\x90\x85\xba\x41\x16\x8c\x36\x2e\x35\x4b\x6a\x0d\x92\x5a\xb4\x71\xa9\x45\x09\x48\x2d\x7e\x1c\xbc\xc8\xdc\xd3\xa2\x34\xcb\x2d\xe6\x03\x4d\x1b\xc8\x98\xdd\x04\x93\xd4\x28\x51\x9f\xc9\x24\xd5\x22\x4c\x52\x59\x2e\x6c\x2d\x56\xcd\x20\x32\x74\x4f\x19\x23\x1b\x72\x78\xec\x7f\xc1\xf4\x64\xca\x6a\xd1\x0b\x16\x49\x73\x54\xc5\xb0\x25\xd9\x82\x5a\xa2\x2d\x68\x47\x22\x1d\xcd\x5e\x97\x8d\x5e\x97\x5d\x65\x66\x9a\xbd\x27\x1b\xbd\x27\x47\x49\xfd\xaf\x44\xdf\x96\xb2\xa6\x01\xe3\x5c\x91\xc5\xba\x25\xa3\x44\xe2\xa5\x59\xa5\xef\x5a\xf2\xec\xd3\x9a\xfd\xd6\x7a\x36\x1b\xeb\x5a\xea\x5c\xb5\x2d\x38\xb6\x34\xfc\x1d\x14\x1e\xb9\x09\x05\xb3\xd4\x74\x2d\x43\x4d\x97\xfb\xa6\xfe\x2d\xcb\xda\xd5\x32\x99\xb7\x92\x2c\xb7\x2c\x89\xa6\x65\x54\xfd\x09\x2a\x1d\xdd\xb2\x61\xc9\x0c\xc3\xea\x5b\xbf\xdc\xb2\xd4\x1a\x2d\xb3\x98\xb2\x8a\x42\xb4\x2c\x26\xdc\xf2\xc7\x08\x4a\x55\x97\x45\xea\xbd\x56\x12\x43\xa6\xf7\xed\xbe\x15\x6f\x7c\xc1\xc6\x47\xa5\x22\x6f\xa5\xf9\x3b\x46\x94\xca\x8e\xd4\x8a\xf8\x65\x2b\x1f\x98\xa5\x09\x07\x8b\x6e\x12\xad\xe0\xaa\x94\x77\x10\xd8\xd1\x8a\x4f\x4a\x81\x77\x48\x97\xf9\xa9\x95\xc7\x6d\xef\x6a\xd3\x77\xd3\x7d\x7e\xbc\xad\xe8\x9e\xde\x2c\x8d\x36\x48\xa3\x45\xee\x7c\x0c\x7c\xdc\xff\x56\x16\xdb\x2a\x6a\xbb\xdc\xc6\xb0\x71\x61\x75\x95\xf3\xc0\x77\x2b\xfe\xba\xdc\x37\xd2\x56\xe5\xed\xd9\x2a\xab\xd9\x28\xab\x74\xab\xf2\xf7\xfc\x2e\x87\xf8\x4c\x90\x48\xf1\xdc\x6a\x45\x8f\xdb\xba\xde\xec\x65\xd4\x6a\x3d\xd1\xb4\x4f\x6c\x95\x0f\x4e\xab\x2c\xba\xa9\x04\xca\xad\x0e\x03\x32\xf0\xd9\xbe\x57\xb6\x2a\x36\xda\x2a\xd8\x68\x54\xbe\xe2\x56\x65\x2b\x6e\x4c\x49\x90\x7b\x55\x97\xa7\xe1\x07\x25\xb6\x9b\x5d\xab\x97\xa1\xbc\x38\xdc\x3e\xcb\x4d\x7a\xa5\xd6\x10\x35\x12\x4d\x57\x9a\xdc\x30\x1b\xe4\xe3\xb2\x03\x48\x8e\x66\x7d\x74\x83\x3e\xba\x48\xa0\x6c\x2d\x0b\xf1\x1a\x52\x03\x56\x55\xce\x6f\x4d\xca\x89\xd6\xa0\x9c\x88\xca\xfe\xda\x9a\x94\x66\xad\x21\x14\x3b\xcb\x27\xbb\x59\x57\xdd\x5a\x43\x39\xd1\x43\xfb\xdd\xbc\xce\x0d\xbe\x4e\x43\x17\xf8\x66\x01\xbd\x41\x40\x2f\x5d\x2c\xa1\x3d\xc2\xbc\x86\x00\x83\xae\xf2\xca\xad\x47\x4d\xa1\x23\x40\x3e\xef\x7c\x2c\x47\xeb\xf2\x2f\x6c\x9d\xd5\x6c\x55\x2a\xa8\xf5\xd7\x6d\x8c\xf7\x90\x5b\x7c\xeb\x72\xc2\x6f\x9d\x51\x9e\x32\x4b\xb5\x21\x93\x55\x43\x12\xd8\x30\xe4\x13\xd2\x86\x2e\x57\x6d\xf0\x72\x35\xb6\x4a\xad\x8d\x4b\x7d\x0e\xec\xeb\xd8\x4c\xbb\x0d\x79\x81\xb7\xc1\xc8\x4c\x79\xb5\xb4\xd3\xb4\xfd\xfc\x68\x7b\x91\xf7\x46\x3b\x75\x4d\x6d\xd0\x31\xc7\x18\xb6\xe2\xbf\x9d\x3e\x06\xc8\x60\x58\xe4\xbc\xd1\x4e\xd9\xcf\x1b\x6a\xb8\x87\xac\x4a\xe6\xed\x94\xca\xb6\x9d\x0f\x80\x14\x82\x9d\xaf\x7b\x7c\xd1\xe3\x56\xfb\xb7\xcb\x30\x5e\x84\xb1\xaa\x49\x1e\x26\xed\x8a\xdc\xb9\xad\x4f\x6f\x97\x39\xef\x85\x1c\x9c\x51\xb7\xb5\x76\xe9\x36\xd3\xae\xef\x36\x53\x54\x5a\xaf\x5d\x32\x43\xb6\x8b\x45\xe9\x15\xbf\xd1\x2e\x5d\xa6\xdb\xc5\x82\xe2\x32\x4b\xb7\xcb\x9b\x7a\xb1\x74\xb8\x4c\xcf\xed\x36\xb1\xb9\x49\x6c\x82\xc6\xbb\xe5\x8e\xd4\x58\x45\x6f\x48\x21\xd5\x6e\x6f\xf8\xaa\x6d\xa7\x8b\x55\xbb\xa5\xcc\x69\x37\x43\xeb\x65\x2e\x6d\xb7\xc4\xad\x76\x43\xdc\xca\x2a\x25\xdc\x1e\xa9\xc6\xdb\xaa\x76\xa6\xea\xbb\xed\x31\x83\x79\xc8\x60\x54\xac\xb1\x3d\xba\x6a\xb7\xa7\x73\x5f\x35\x87\x47\xc2\x79\x43\x55\x9c\x68\xff\xc3\xf6\xdc\xee\xf3\x46\x85\x24\x15\x3e\x6d\x8f\x8c\x44\xed\x61\x9c\x8a\xb4\x24\xed\x2d\x5a\xb3\xb7\x9c\xff\xfc\xa9\x3b\xdc\xfc\x68\xaf\x79\x16\xaa\x82\x84\x2e\xf7\xf9\xf6\xca\x29\xa7\x21\x3c\xb7\xee\xc0\xc8\xa3\xa1\x00\xc8\xfe\x37\x7f\x4d\x5a\xcc\x57\xce\x73\xed\x85\xf3\x9c\x4a\xfd\xb6\x57\x97\xc6\x06\x27\x95\x18\x65\x27\x6e\x70\x3a\xd9\xff\xbe\xf8\x4c\x4d\xba\xa3\xb6\xf9\xdd\x51\x6b\xd0\x0e\x4c\xef\x38\x53\xb2\x67\x53\xc5\x69\xca\x37\x3f\xea\x52\x8d\x60\x53\xca\x87\x36\x57\x32\x8f\xee\xb6\xee\x36\xcc\x5a\xb8\x67\x5f\x97\x46\x5f\x97\xae\xc2\x5d\x6d\x36\x8f\xc6\x82\x2c\xaa\xe0\xdd\xe6\xad\xbd\x41\x9a\xec\x1a\x44\x4a\xad\x73\x6e\xd4\x39\x97\x43\xdb\x3d\xa7\x87\x63\x25\x05\xe9\xf5\xba\x7d\x25\x3b\x7c\x25\xab\xaa\x81\xf7\x43\x2e\x66\x1d\xb1\x1b\x31\xca\x05\xb0\x1f\x32\x2e\xf7\x03\xbe\x4f\x45\xb9\xe2\x7b\xa8\x1b\xca\x1e\xea\x07\xa5\x9c\x7c\x7a\x90\x70\xd6\x03\xad\x39\xca\xee\xde\xc3\xf3\xa8\x0d\x41\x55\x43\xc9\x41\x7b\x90\xf8\xd2\xc3\x47\xc4\xab\x52\x4d\x77\x3b\x31\xf6\x00\x43\x4f\x8c\x4a\x81\xfc\xff\x2d\xed\x76\xfb\x38\xf6\x30\x11\x61\xb6\xd9\x7c\xb7\x67\x47\x87\x67\x47\x95\x1b\x56\x8f\xba\xa1\xf6\x08\xe5\xf8\x90\x78\xd6\x1d\x93\xd0\x11\x93\x50\x65\x76\x66\x0e\x83\xfd\x6f\xff\x9a\xb6\x2e\xb7\xdb\x8d\xf1\x23\x95\x98\xc2\xd0\x67\xc3\x3d\x0e\x90\x3e\x25\x20\xef\xf1\x34\x24\x4c\x81\xa9\xf2\x95\x3d\x9e\x1e\x8e\xf2\x86\x2c\x7f\x3d\x89\xdc\x74\x06\x73\x75\xdd\x34\xbb\x5d\x37\x3a\x5c\x37\x62\x94\xd2\xa5\xa7\xe0\xef\x02\xa6\xb0\xa5\x83\x8e\xf0\xae\xfd\xef\xe4\x67\xea\x52\x12\x47\x4f\x2c\x5a\xea\xa9\x27\x39\xd6\xf6\x84\xd0\xc3\x9e\xf7\x0d\xa0\x27\xc9\xb3\x3d\x41\x9e\x2d\x92\x46\x7a\x96\x1b\x56\xcf\xcc\x8d\x51\x04\x66\x16\x95\xea\x19\xd9\xc8\x7a\x11\x2c\xf9\x74\x1b\xca\xb0\x45\x69\x4f\x7a\x96\xca\xa2\x67\xa4\xc3\x8c\x32\x73\xf5\x2c\x53\x43\x67\xb8\x40\xdf\x29\x08\x8f\x5e\x14\xb5\xd5\xcb\x91\xf8\xdd\x86\xb3\x78\xc9\x0a\x96\x4c\xa9\xf0\x7b\x91\xaf\xc1\xd7\x17\xba\x4c\xea\x52\x24\xa7\x17\x5c\xb6\xa2\x12\x29\xf7\x22\x3e\xdf\x0b\x93\xff\x94\x2d\xe6\xf7\x72\x69\xa9\x71\x1b\x88\x51\xf1\x4d\xbd\xc8\x60\xd5\x0b\x13\x33\xed\xe4\x84\x47\xaf\xba\x6a\xf6\x8a\xab\x66\x53\x79\xac\x5e\x65\x27\xea\x70\x1b\x89\x51\x99\xe4\x7b\x95\x31\xa8\xd7\x82\x42\xa0\xd9\xdf\x49\x12\xeb\x95\x92\x98\xac\x02\xdd\x3a\xe2\x0e\x39\xbc\x2a\x80\xa8\x57\xf9\x62\xf6\x3a\x98\xe3\x65\x8b\x0f\xdd\x42\x74\xa7\x10\x5d\x8e\x4d\x6e\x7b\xf5\xce\xd6\x6f\x67\x6b\x76\xd3\xe5\xd9\x5d\x10\x11\xe4\x9b\xdb\x9b\xb4\xfb\xbd\xb1\x06\xb0\x7c\x22\x7a\x53\x5c\x52\x6f\x4c\x59\x23\x45\x41\x6f\xb2\x67\xf5\xc6\xba\x85\x0a\x0c\xec\x6d\x08\xcc\x86\x6c\x6f\x63\xa7\xf6\x3b\x7a\x3b\x3d\x1e\xbc\x5d\x8a\x57\xba\xc9\xdb\xa5\x37\x64\x10\xe8\x35\xaa\x4f\x19\xf2\x7a\x9b\xf0\x9e\xd7\xe6\x75\xe9\xa9\x7a\xcf\xdc\x04\x91\x81\x6e\xf2\xd1\x91\xb3\x72\x34\x1d\xf5\x6e\x64\xe9\x2c\xcb\xa0\xda\x2c\xbd\x4b\x7a\xe8\xfd\xfe\xf8\x72\xd9\x92\x72\xef\xb2\xcc\xf4\x8e\x44\x5a\x51\xd1\x49\xbd\x1b\xc7\xfa\x87\x63\x55\x8e\xb4\xdd\x8a\xec\x4e\x45\x76\x51\x81\x92\x3e\xe4\x8e\xd4\x19\xf6\x3c\x94\xf5\xba\x0f\xdd\x33\xfb\x08\x5c\x68\xa1\xf4\x30\xf3\x62\x74\x74\xd1\xe5\xbb\x0f\x39\xa2\xf7\x11\x3f\x52\x5c\x35\xb9\x21\xc9\xa2\x0f\x58\x21\xa2\x2c\xeb\x7d\x98\xe8\x8c\x8f\xe8\x54\x25\x4e\xee\x43\x2a\xfc\x8e\xe4\x4b\xb5\x8a\x3c\x9c\x3e\x3f\xe7\x01\x0c\x93\xcd\xba\x9f\xb2\x67\x77\xe4\xf0\xff\xda\x76\x97\xa7\xa2\x59\xfa\xd9\x70\xe1\x2a\xd1\x6d\xa7\xdb\x40\x89\xcb\x96\xf5\xfb\x79\x6a\x51\xce\xf3\x63\xb1\xca\x14\xdd\x4f\xa9\xe7\x3a\x14\xda\x31\x16\xcd\xe0\x92\xfb\x56\xbf\x90\xe8\xa0\x48\x12\xeb\x97\x34\x0b\xfd\xfa\x84\xb2\xda\x74\x0e\x2e\x13\xe9\x8b\x44\xba\x8a\x1b\x5e\xba\x2a\xf7\xeb\xc3\xb5\xba\xb3\xf6\x1c\xfd\x96\x70\xd4\x91\xe9\x2c\xc6\x22\x22\x76\xcb\x49\xa1\xa3\xae\xf2\xd7\xb6\xbb\xbc\x25\x4a\xf6\xbb\x73\x51\xb6\xc1\xad\xdf\xb2\xb2\xf6\xbb\xa3\x0e\xcf\xbe\x3f\xf4\x5b\xc1\xdf\xfd\xbe\x30\x01\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\xdb\x4b\x7f\xbc\x73\xcf\x81\x08\x93\x2d\xed\xf6\xe7\xd5\x57\xa8\x95\x58\xdb\x16\x09\xfb\x23\x73\x40\x7f\x58\x52\x59\x56\x92\x6e\x17\xee\xfe\x12\x17\x64\x08\xee\xaf\x14\x96\xfd\xfd\x04\xfd\xda\x85\x78\xaf\x62\xa5\x3b\x4a\x03\xd6\x9d\xdb\xe1\xe8\xaf\xe2\x77\xfa\xcb\xd4\x7e\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\xe3\x77\xa7\xe3\xf7\xe8\xc2\xd8\xb7\x78\x38\x56\xe4\x96\x8f\x42\x7f\x65\xd5\xec\x2f\xab\xb6\x56\x1d\xab\xd7\x84\x01\x69\x60\x62\xdc\x69\x61\x8f\x3e\x65\xec\xe8\x28\xa6\x15\xa3\x5c\x7c\xfa\x94\xda\xa7\x23\x1c\xe9\x6b\xdb\x53\xb7\xf0\xdd\x21\x7c\xc7\xa8\x70\x98\x3e\x0d\xe7\x5c\x70\x6e\x35\x53\x9f\xd5\xdf\x7d\x08\x56\xbb\xf0\x64\x9e\x1e\xee\xe4\x06\x89\xee\xcd\x4b\xb8\x37\x91\x38\xa2\xec\xd4\x89\x47\x9f\xba\x31\x76\xe4\xd6\xad\x2e\xc0\x78\x28\xaa\x62\x1c\x11\xa2\x83\x4c\xcb\xc3\x51\x45\xe3\x48\x5c\x15\x15\xf3\x39\xa4\x52\x1e\xf0\x18\xaf\x43\x55\xf0\x0e\xf9\xad\x0e\xe6\x1e\x68\xba\xe3\x8c\xe3\xf1\x70\x0f\xa8\xba\xf2\xbd\x8f\x43\x6a\xb9\x81\x8c\x01\xa1\xb7\xf1\x77\x32\xef\x40\x6e\xc8\xfd\x2f\x0c\x59\x52\xcd\x0d\x6b\xe8\x07\x34\xf4\xa1\xcb\x4e\x37\x82\x2e\x6a\x23\x20\xdf\x4b\x94\x81\x65\x04\x19\x35\x06\x34\xf9\xa1\x28\x0c\x6e\xd8\x7f\x63\xc0\x7f\xa3\x4a\x51\x30\xc2\xed\x2e\x6f\xe6\x9e\x52\x69\x51\x7b\x5d\x0f\x78\x5d\x7f\xc3\xed\x3a\x44\x41\xe6\xd2\x81\xb4\x95\x5d\x98\x34\x82\xcc\xff\x23\xc0\xfc\x1f\x9b\x16\x3b\xbc\x86\xf2\xbb\x2c\x75\x57\xfe\x0b\xba\xf3\x8e\xf0\xf1\xd9\x3a\x54\x27\x29\xea\x34\x8f\xc8\xd3\xac\x0a\x06\x23\xca\x4d\x66\xe0\x52\xf0\xb5\x75\xb5\x55\xb7\x71\x2d\x7f\xbe\xbb\xdd\x06\x99\xa3\xa9\xbc\x57\x8c\x1e\x0f\x55\xd9\xa2\xac\xe0\x23\x4a\xb3\x32\x22\xea\x81\xc7\xa6\x72\x5b\x51\xf6\xff\x11\xd3\xfa\x6e\x2f\xa6\x43\xa8\x46\x2c\x1c\x4f\x35\xed\x6c\xb8\x18\xc8\x8e\xf8\xb5\x69\x0e\xba\xb2\x0c\x5c\x59\x3e\x71\x4f\x4d\xee\xb2\x31\x91\x98\x8a\x4b\x3a\x82\x6a\xc4\x93\x4b\xa6\xba\x62\x51\x9a\xa8\x11\xa1\x89\x1a\x43\xa5\xcf\xa2\x58\xef\x88\xd4\x5f\xab\xc8\xcb\x88\xb7\xbf\x83\x3b\x48\x71\x41\xd7\xf8\x18\x96\x87\xd3\x53\xcd\xaa\x24\x11\x6e\x24\xe6\x2e\xd6\xe5\x7d\x24\x5d\xbb\x46\xe2\xb5\x4b\xb2\xd1\x70\xde\x87\x81\xc8\xe7\x76\xa8\x6c\x5d\xba\xdc\xe5\xc5\x95\x56\x15\x65\x3b\xa2\x0f\x38\xa2\x7f\x6d\x7b\x59\x92\xac\xee\x03\x91\x43\xed\xd0\xa6\x67\x89\xd8\x23\x33\xb4\x62\x68\x13\x9c\xc0\x61\xe4\x85\x48\x2a\x6f\x56\xa4\x5b\x1d\xa5\x73\x17\x54\x90\xad\xc8\x51\x61\x14\xd4\x94\xd2\xdd\x70\x14\xa9\x4f\x46\xa1\xfa\x44\xea\xe1\x51\x14\xf5\x39\x0a\xd2\x52\x8f\xa1\xcd\xab\x52\x38\x8f\x4a\xdc\x94\x79\x79\x54\xe3\x66\x8d\x13\x39\x1c\x36\x94\xd5\xc4\xb1\x26\x9e\x73\x95\xf4\xb6\xca\x7f\x2c\x95\x7f\x57\xf1\xb0\x2a\x6d\xf4\xa8\xd4\x46\xcb\xf4\x3c\xaa\xac\x35\x03\xd9\xb7\x5a\x10\xe9\xb0\x36\x7d\xd4\x6b\xa0\xb4\xc5\xfe\xaa\x89\x91\x8e\x16\x39\x39\x61\x83\xfd\xb4\x07\xfc\xb4\x9b\x5c\x4c\x46\xf3\x39\x68\x0d\x3c\x56\x7c\x74\x34\xf9\x3f\x8f\x36\x50\x1b\x44\xe4\xb4\x19\xc6\xc6\x5c\xb0\x43\x3b\xde\xae\xe4\x36\x54\x49\x51\xfd\xb8\x26\xf6\x34\x1a\xd9\x93\xf4\xa7\xa3\x19\xbf\x1a\xf1\xab\xab\x7c\x73\x9b\x86\x72\x12\x4a\x55\xb5\xeb\xf2\xdc\x18\xcc\x0b\xd5\x65\xe6\x1e\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x63\x2d\x0a\xd5\x7b\x75\x1b\xf2\xcf\x8c\xa1\xd2\x71\x76\xa0\x19\x70\xa0\x69\x41\xc5\xd1\xbb\x09\x40\x67\xa2\x67\xc5\xfc\x0d\x5f\x11\x06\xaf\x08\x5d\x7e\x72\x63\xf8\x18\x0c\x1e\x03\x19\x4a\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\xd9\x25\x8a\x21\x0c\x2f\xca\x48\x2c\x2c\x2e\x96\x36\x92\xbb\x4c\xab\xcb\xae\x36\x77\x99\xd8\xe5\x9e\xc1\x90\x5a\x62\x0c\x54\x7a\x74\x1d\xf9\xa1\x4b\xe1\x18\xdf\xd1\x54\x96\xba\x63\x0c\xf3\xcf\x71\xa2\x43\xd5\x1f\xb6\x09\x61\xc0\x84\xf0\xc1\x28\x38\x5e\xc3\x88\x02\x1f\x71\xa8\x74\xf3\x30\xb3\x83\x47\x4f\x8b\xc2\xe6\x31\x0d\xe3\x04\x8c\x2a\x0f\x3b\xa4\x4b\x1f\x83\xba\x74\x15\xd9\x1b\x63\xba\xc7\xc9\xaa\xfa\x2a\x0c\x7e\xca\x20\x33\xce\xc8\x02\xb2\x62\x76\x28\x61\xb5\xff\xc5\x35\xc6\x14\xff\x34\xaa\x9f\x44\x75\x69\x86\xc6\x79\xb9\xcf\x8b\x29\xa7\x54\xbb\xd5\x77\x9c\x71\xa2\x28\xaf\x82\x65\xc6\x29\xbb\xd1\x38\x9f\x89\x26\x41\xa2\xfc\x06\x03\xe9\x9c\x9b\xe2\x3e\xc6\x39\xdd\x84\x9a\xe5\xd1\x45\x5d\x2f\x4b\x00\x17\x25\x00\x39\x19\x8c\xcb\x84\xfb\x3a\x16\x90\xfa\xce\x92\xd6\x15\x31\x9c\xaa\x9a\x5f\x32\x28\x8d\xeb\x13\x25\x5b\x54\x91\x7c\x5b\x4f\x06\xac\x27\x4d\x39\x5e\xc6\x65\x3a\x7a\x25\xa6\x98\x13\xfb\xbf\x4c\x47\x2f\xd2\x51\x99\x71\xc6\xe5\x03\x7e\x7d\x07\xbc\x25\x95\x08\xbf\x4c\x62\x2f\x92\x58\x99\x78\xc6\x25\xff\xf3\x71\xc1\xff\x7c\x1c\xda\xb8\xab\xba\xcb\x4a\x64\x90\x68\x70\x35\xf7\xd9\x98\xe4\x51\x95\x48\xaf\xe1\xb6\xef\x3c\xa8\x02\xcd\xf7\x5b\x34\x03\xbe\x4b\x4d\x91\x3e\xe3\x32\x4f\xba\x90\x89\x20\xc5\xf4\xef\xd2\x6e\xad\xff\x53\x61\xf7\x96\x7e\x60\xdc\x2b\xbd\xa4\x70\xfd\xce\x5a\xb1\x3b\xb3\x4d\x44\xfd\xb6\xc8\x7e\x17\xa6\x94\x14\x3e\xdf\xd5\xdf\x55\xa6\xbd\x14\x21\xba\xbd\x2c\x77\x65\xc2\x4b\x11\xa2\x47\x9a\xc0\xf1\xb0\x26\x87\x7c\x45\xc7\x63\x22\xf5\xb0\x3c\x47\x94\x20\xf9\x78\xd7\x1f\x5e\x2d\x86\xb8\xe7\x53\xdc\x56\xd8\x36\xd4\x67\x71\x9f\x05\xbb\x2e\xd1\xe0\xf1\x0e\x3d\x6b\x87\xba\x0a\xf0\x4b\x0d\x30\x9e\xc1\x93\xb0\x6f\xbd\xe3\x31\x09\x7b\x56\x69\x75\x1d\xc9\x47\xce\x4b\xe3\x59\x75\xb1\x5d\x65\x5d\xe9\xa9\xc6\x0b\xbf\xd5\x74\xb8\x26\xb6\x69\xf7\x1b\x90\x17\x45\x54\xc5\xd7\xd0\xf1\x76\x66\xd6\x77\x29\x6c\x29\x10\x07\x92\x69\xb4\xfc\x53\x83\xfe\x75\x13\x4b\xb1\x0a\x6f\xdf\xdb\x6d\x0f\x6b\x67\xef\x09\xbc\x72\x18\x1f\xf0\xa8\x8a\xe9\x70\x15\x78\x29\xdf\xc6\x3b\x91\xe2\x47\x14\xe0\x9d\x06\x64\xa2\x7c\xb7\x6b\xe8\x4a\xcd\x3e\xe6\x81\x54\x48\x2e\x22\x2b\xe5\xd4\x40\xb8\x43\x3c\x7e\x0a\xcc\x2a\x70\x74\x20\x35\xed\x07\x88\x8a\xa3\x4a\x81\x33\x26\xe2\xef\x92\xcb\x6c\xdb\x4c\x35\x66\x45\xc1\x67\x89\x06\x53\x49\x94\xc6\xac\xac\x6f\xeb\xd2\xb3\x1e\x6d\x70\x34\x97\x09\xb6\x40\x3e\x6f\x26\x52\x55\xe5\x38\xdb\xd9\x57\x96\xc8\x92\x5d\xd4\x54\x38\x34\xc7\x60\x71\x52\xd7\xdd\xdc\x27\x72\xa2\x72\x4f\x2f\x2e\x65\xa8\x35\x99\x50\x99\xf5\xfa\x53\xd5\xef\x52\x53\x59\x05\x0f\x77\xdb\x25\x4b\xcd\xbc\x98\x5c\x21\xaa\x25\xb9\x05\x09\xbd\x54\xe1\xf0\x95\x27\xf5\x04\x46\x36\x79\xe1\xcd\x57\xe7\x74\xbe\x38\xa7\x75\xa7\xbe\x3f\xe6\x9b\xfc\x19\x32\x58\x74\x15\xa4\x7b\x75\xff\x9a\x88\xf7\xb1\xbb\xe3\xb4\x8a\x66\x42\x45\xd3\x86\x6a\xaf\xbd\x22\xdb\xf3\xfd\xc8\x76\x1b\x5b\x02\x99\xaf\xfc\xd7\xe6\xfb\x49\x20\x6d\x04\x7f\xf5\xb8\xe9\xc5\x57\x1e\x6b\xaa\x29\x1f\x68\xd2\xc4\xb2\x81\xff\x70\xa7\xb9\x5e\xee\x9b\x0d\x3c\xe2\x10\x63\x55\xad\xc3\x37\x1b\xfa\x4c\xe8\x5d\x66\x4f\x9b\x89\x72\xeb\x55\xb5\x0c\xa7\x4e\xfc\x9c\x2c\x31\xe8\x7a\x7a\xa7\x5b\x60\x21\x53\x5d\x3a\x09\xe7\x73\xae\xb5\xd8\x2d\x86\x1c\xa5\xac\xbb\x2b\x0c\x0a\xe7\x27\x4c\xb3\xc1\xfe\x10\x73\x56\x7f\xf5\xf1\x16\x17\xe6\x9c\xaf\xa1\x7b\x21\x9e\xaa\xda\xdd\x86\x3b\xcc\xc0\xcc\x26\xc7\xe2\x95\x61\x86\xe4\x36\xb8\x83\x1e\x7b\xb3\xc2\x0c\xc5\x6d\xc8\x66\x74\xd4\xa4\xb6\xe6\x36\x24\x29\x09\x7b\xbc\x18\xaf\xcd\x68\x62\xbc\xc8\x68\xb6\xde\x28\xd6\xb9\x89\xce\xf7\x6f\xa3\xbd\x66\x67\xe2\x2e\xdb\x99\xe0\xfb\x77\x30\x6b\xb9\xf2\x89\x6f\x67\x89\xef\x5f\xe6\xbe\x4e\xf9\xdf\xd9\xe5\xf7\xe3\xbf\x9e\xff\xf9\xff\xfb\x3f\xfe\xcf\xf3\x3f\xff\xaf\xf3\xbf\xbe\x7f\xee\xff\xf1\xaf\x7f\xbd\xff\xf1\xdf\x9f\xff\x72\xff\xf7\x3f\xff\xff\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xcf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x6f\x00\x00\x00\xff\xff\xf2\x2b\x7f\x90\x0a\xb6\x03\x00"); +func _feag ()(*asset ,error ){_fbaf ,_ddcc :=_cdgc ();if _ddcc !=nil {return nil ,_ddcc ;};_cdb :=bindataFileInfo {_c :"Adobe-KR-8",_ed :2133,_cg :_g .FileMode (436),_ca :_d .Unix (1580491451,0)};_ceec :=&asset {_fdf :_fbaf ,_ff :_cdb };return _ceec ,nil ; +};var _bgaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x58\xd1\x6e\x1c\xbb\x0d\x7d\xdf\xaf\x98\xc7\xf4\x21\xb5\x24\x4a\x33\x12\x50\x18\x28\x12\x14\x75\x80\xb4\x45\x9d\xa4\x05\x8a\x3e\xcc\xee\x48\xee\x02\xf5\x7a\xb1\xb6\x1f\xf2\xf7\x17\x3a\x5c\x1d\x3a\xc6\xbd\xc0\x45\xe6\x90\x12\xc9\x43\x89\xa4\xbc\x37\x9f\xee\x3e\xdf\x9d\x8e\x2f\xd3\xcd\x3f\x2e\x4f\x87\xfb\xfa\x32\xb5\xe3\x69\xbb\xd4\xe7\xa7\xd7\xcb\xa1\x4e\xfb\xfa\x70\x3c\xed\x76\x3e\x4c\xdb\xf1\xf0\x32\x20\xfe\x39\x3c\xae\xe7\xdd\xee\xe6\xfb\xe9\xf8\xe5\xee\xfe\xe3\xf7\x6f\x7f\x91\xf0\xf1\xaf\xd3\xeb\x73\xbd\x2a\x3e\xdd\x7d\xbe\xff\xf9\xfc\x52\x1f\xef\x4e\xed\x69\x12\x35\xb0\xbd\x9e\xaf\x46\xa6\xe9\xe6\x9f\xf5\xe1\xf8\xfc\x72\xf9\x39\x7d\xf8\xf3\xf6\xb4\xaf\x7f\x98\xb6\xda\xba\xfc\xef\x97\xad\x5e\x8e\xa7\x87\xe9\xc3\x97\xf5\xbc\x9e\x3c\x15\xf7\xaf\xe7\xf3\xff\xeb\x63\x3d\xbd\x4c\x0b\x64\xf5\xb4\xe1\xdf\xdd\xcd\xa7\xaf\xeb\xf9\x6f\xeb\x63\x9d\x7e\x0d\xe8\x07\xd4\xd0\xfe\xa8\x97\xe7\xe3\xd3\x69\xf2\x7f\x74\x2e\x9b\xf8\xdb\xcf\x73\x9d\xfc\xd5\xca\xbf\xbf\xdf\x7d\x9e\xfe\xe3\x27\xef\xa6\x90\x66\xef\xfe\x7b\x95\xff\xeb\xeb\xd3\xc6\x55\xde\x39\xe5\x70\x38\x6e\x87\xff\xad\x97\xdd\x9f\x1c\xfe\xdb\xbb\xdb\x29\x87\xb9\x28\x0e\xce\xbb\xdb\x69\xc9\x45\x88\x13\x70\x20\x9e\x81\xd3\xc0\x41\xf5\x99\x58\xf5\xcb\xc0\x12\xba\xfd\x85\xf6\x44\x3a\xce\x03\xfb\xd2\xfd\x49\x26\xf4\x1d\xce\x84\xa1\xc3\x42\x28\x1d\x0e\xdb\xfe\x10\x6f\xa7\x2c\xde\x13\x27\x60\x47\x3c\x03\x8f\xd8\x7d\xed\xd8\xbd\xc1\x0b\x70\x24\xce\xc0\xb4\x57\x0b\xf0\x88\x55\xca\xfe\x76\xf2\xc1\xc7\x4c\xc1\x01\x82\xd9\x04\x9b\xae\x58\x28\xa8\x10\x24\x47\x41\x7b\xb7\x65\x75\xba\xa5\x50\xe0\x75\xcb\x4c\x41\x78\xbf\x45\x74\x45\xa2\x20\xaa\xc0\x56\xa4\xf7\x5b\x66\x5d\xc1\xc0\xd6\xce\xfd\xed\x82\x0c\x6c\xfa\x02\x6c\x41\xac\xef\x2d\xee\xfb\x82\x25\x10\x1f\x80\x3d\xf1\x06\x3c\x88\x27\x77\xb8\x9d\x96\xc8\x8b\x93\xdc\x06\xbc\x10\x57\xe0\x99\xb8\x01\x0f\x7f\x09\x17\x33\x39\x21\xf6\xc0\xb4\xe7\x03\x70\x24\x16\x60\xda\xf3\x11\xf6\x3c\x71\x02\x36\x7b\x33\x70\x20\x5e\x80\xcd\x5e\x06\x2e\xc4\x05\xf6\xcd\xde\x0a\x4c\xbe\x7e\x0f\x6c\xf6\x3a\xff\x14\xcc\xdf\x06\x4c\xfe\xbe\x02\x1b\x9f\x06\x4c\xff\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x98\x49\x68\x0f\x85\x99\x84\xfe\xc3\x02\xcc\xf8\x42\x06\x36\x7f\xe0\xc7\x62\x4b\x01\xfc\xc4\xfc\x83\x9f\x98\x3f\xf0\xf3\xf4\x27\x88\xd7\x73\xbd\x44\xe4\x83\xf6\x04\xfe\x1c\xf7\x47\xac\x8f\xcc\x67\x04\xbf\xc8\x7c\x46\xf0\x8b\x8c\x37\xe2\x7c\x59\x69\x29\xc2\x3e\xcb\x28\x45\xf0\x8f\xf4\x1f\xc1\x3f\x9a\x3f\xf0\x4f\xcc\x47\x44\x3c\x69\xd8\x9f\xfb\x79\xe5\x10\x3c\x71\xbf\xcf\xc1\x17\xe2\x0a\xbd\xad\x6f\xc0\x23\xde\xc5\x69\xd5\x2e\xc3\xe1\xd2\xeb\x3a\x07\x77\x35\x20\x0e\x17\x22\x8f\x0b\x26\x0e\x17\xa2\x8c\xb2\x17\x87\x0b\x50\x46\xc5\x8a\x43\x42\x8a\xcf\xc4\x02\x4c\x7b\x20\x5c\x46\x00\xe2\x40\xb0\x0c\x02\xe2\x62\x01\x0e\x03\xcf\xd8\x3f\x2e\xa4\xb8\xac\x98\xf1\x64\xb5\x97\x88\xd5\x1e\xe3\xcb\x15\x78\xe9\xf3\x6c\x0c\x95\x5d\x8e\xbf\x33\x65\xc4\xf5\xce\x99\xc3\x42\xdf\x05\xc9\x5d\x18\x1b\x9a\xe0\x2c\x62\x02\x90\x0d\x24\xbb\x6a\x70\x24\xbb\x22\x38\x21\xd9\x15\xc1\xbd\xd9\x0f\xb2\x42\x87\x07\xec\x17\x92\xad\x8a\x49\xb6\xaa\x3d\x92\xad\x6a\x8f\x64\x2b\xc8\x0a\x0f\xa3\xe9\xe1\x0d\x7f\xa1\xb5\xdb\x29\x88\x4b\x23\x40\x71\x7d\xae\xca\xe8\xfb\x22\xae\xcf\x3d\x19\xe5\x22\xe2\x7a\xcb\xf6\x65\xb6\x05\x18\x5e\x8c\x50\xdc\xac\x0b\x3c\x05\x8b\x0a\x12\x05\x59\x05\xb6\xa5\xa8\xc0\x9c\xac\x2a\x98\x29\xd8\x43\xb0\x98\xd7\x83\x0a\x02\x05\x7a\x0b\xb9\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x16\x30\x31\x5e\x83\xcc\xf4\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x59\x98\xc1\xc1\x16\xe0\x30\x23\x13\xd7\x5b\x59\x16\x56\x9a\xa0\x95\x95\x37\x11\x6c\x6a\x90\x21\x88\xc7\x06\x86\x20\xa8\x6d\xe7\x68\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x6c\xf0\xb6\x20\xab\x80\x31\x48\x01\x4b\xc6\x20\xab\x2e\x30\x13\x7b\x2c\xb0\x98\x0e\xba\x80\x89\x96\x4d\x05\x8c\x32\x7a\x15\x70\x4b\x44\x66\x2d\xaa\xde\x21\xb2\x24\xc3\x1a\x54\x30\x01\xaa\xc8\x0e\x3b\xae\x48\x14\x59\x44\x5c\x16\x0b\x3a\xe2\x28\x59\x25\x92\x50\xc5\x76\x74\x49\xf3\x66\x79\x4a\xa2\x02\x5b\x11\x55\xc0\xcc\x26\xc4\x18\xb9\x63\xc1\x1b\xcc\xbd\x11\x68\x1e\x2c\x88\x45\xf3\x10\x79\xc1\x96\xaa\x02\xde\x87\xa5\xe1\x86\x5d\x4d\xb4\xe6\xd0\x8d\x46\xd9\xb4\xe6\xd0\xda\x17\xea\xbd\xbe\x7d\xc6\xac\x6f\x4d\x5b\xf5\x38\x9b\xd6\x04\x17\x68\xbc\x4d\x5a\x13\xe8\x1d\x0d\x48\x43\xb7\x70\x03\x27\x5d\x9f\x88\xb5\x9b\xcc\xc4\xba\xdf\x70\x7d\x3b\x2a\x5a\x43\xf7\xca\xb9\xfc\xd2\x7a\x65\x61\xeb\xbd\xac\xa7\x87\x7a\x9d\x3b\xd2\x5f\xf8\xe3\xd3\xa3\xcd\x26\x7b\x94\x51\x97\x5c\x3f\xab\x98\x39\x7f\xfb\xfc\x1a\x9f\xdd\x5d\x5c\x38\x5a\x7b\xef\x1a\x9f\x78\x45\x65\x7b\xd5\xcd\xa6\xc2\x03\x8a\x2f\xfd\xd4\xdb\xd5\xf8\x2c\x50\x99\xc1\xd5\x54\x7b\xa8\xec\xd9\x21\x54\x05\x4c\x78\x61\xf0\xbd\x4c\xc7\x27\x1e\x4b\xde\x1e\x17\x9e\x2a\xc1\x3b\x81\x73\x39\x49\x32\x15\x9e\x00\x8e\x61\xf4\x1a\x1c\x9f\x78\xdd\xf0\x4f\x85\x24\xe6\x0b\x87\x99\xa2\x3d\x1c\x6c\x17\xea\x23\xb1\x79\x3a\x37\xc2\x10\xd7\xd3\xb9\xe4\xcc\x01\xc2\x6c\x88\xc3\x4b\xb6\x38\xaa\x7c\x34\x15\xc6\x92\xe3\x58\xf3\xb3\xa9\x16\x9c\xa5\x8d\x44\xff\xc6\x62\xc1\x85\x65\xd3\x75\x25\x51\x57\x66\x5c\x76\x4e\xbe\x66\xaa\x86\xae\xc5\x62\xf4\x6d\xdc\x0e\xf1\xad\xe8\x80\x16\xea\x56\xd3\x35\xe8\xac\x24\x8d\xb6\xe0\x15\xe4\x8b\xb5\xce\x5e\x5b\xa3\xf1\x8b\xce\x1e\x56\xae\x5f\x4d\xa7\x2d\x38\xd3\x66\x7f\x0d\x8d\xf6\xec\x55\x67\x13\x21\x9b\x4e\xa7\x4b\xb1\xde\x6e\xfe\xc4\x69\xd7\x66\x63\x90\x68\xba\xa4\x3a\x6b\xf1\xb6\x2f\xea\xbe\x60\x6d\x50\x4c\x37\xab\xce\x5a\xe0\xde\x74\xda\x99\x82\x35\x64\xe3\x90\xd4\xa6\xcd\xcd\x94\x4c\xa7\x36\xc7\xe9\xb5\xc6\xbb\xd2\x1a\x2a\x27\x17\xaa\x52\xa3\x6a\xbe\xfe\x21\xe9\xaf\x5d\x41\x9b\x00\xc0\xe3\x7a\xde\xf1\xb7\x86\xc3\xeb\xe5\x52\x4f\x2f\xf8\x65\x03\x3f\x26\x4c\x5b\x6d\xc7\x53\xe5\xcf\x27\xe7\xa7\x73\xdf\x85\xff\x7f\x0b\x00\x00\xff\xff\xd3\x1e\xdc\xc0\x6a\x11\x00\x00"); +func _becb ()(*asset ,error ){_acdd ,_gfce :=_dedg ();if _gfce !=nil {return nil ,_gfce ;};_eecgf :=bindataFileInfo {_c :"UniKS-UTF16-V",_ed :689,_cg :_g .FileMode (436),_ca :_d .Unix (1580493040,0)};_gagad :=&asset {_fdf :_acdd ,_ff :_eecgf };return _gagad ,nil ; +};func _babd ()(*asset ,error ){_gafg ,_egb :=_bbde ();if _egb !=nil {return nil ,_egb ;};_cbec :=bindataFileInfo {_c :"CNS2-V",_ed :371,_cg :_g .FileMode (436),_ca :_d .Unix (1580491570,0)};_aga :=&asset {_fdf :_gafg ,_ff :_cbec };return _aga ,nil ;}; +func _aee ()([]byte ,error ){return _fd (_eda ,"Adobe-CNS1-2")};func _cag ()(*asset ,error ){_abfc ,_ggaf :=_fbfd ();if _ggaf !=nil {return nil ,_ggaf ;};_aefb :=bindataFileInfo {_c :"GBT-EUC-H",_ed :44530,_cg :_g .FileMode (436),_ca :_d .Unix (1580492198,0)}; +_abg :=&asset {_fdf :_abfc ,_ff :_aefb };return _abg ,nil ;};var _addd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x92\x41\x8b\x9d\x30\x10\xc7\xef\x7e\x8a\x39\x6e\x0f\x5b\x8d\x31\xc9\x2e\x2c\x0b\xad\xaf\xb0\x52\x76\x5b\xea\x76\x5b\x28\x3d\xf8\x92\x79\x12\xa8\x31\x44\x3d\xbc\x6f\x5f\x66\x62\xed\x41\xfe\xfa\x8b\xf3\x63\x32\x49\xd9\x76\xa7\x2e\xf8\x15\xca\xaf\x69\xb6\x3d\xae\x70\xf1\xc1\x25\x5c\xe6\x2d\x59\x84\x33\x8e\x3e\x14\x85\xa8\xc1\x79\xbb\xfe\xfb\xe4\xb0\xd3\x10\x8b\xa2\xfc\xf4\xfa\xf4\xf9\xf6\xa3\xba\x7d\x82\x6d\xc1\x9d\xb5\xdd\xa9\xbf\x2e\x2b\x4e\x5d\xb8\xcc\x20\x73\xad\xdb\xe2\x5e\x0f\x50\x7e\xc3\xd1\x2f\x6b\xba\xc2\xcd\x07\x37\x9f\xf1\x1d\x38\xbc\x10\xff\x92\x1c\x26\x1f\x46\xb8\x69\x5f\x7a\x71\xe0\x7e\x8b\xf1\x0f\x4e\x18\x56\xd0\xcc\x30\x38\xce\xa2\x6c\x9f\x87\xf8\x32\x4c\x08\x47\x27\x6f\xbc\xc2\x0b\x6f\x98\x16\x3f\x07\x10\xf2\x7d\x55\x99\xff\xfc\xf5\x1a\x11\xc4\x6e\xf8\xf9\xbd\x3b\xc1\x2f\x01\xa2\x82\x5a\xa9\x3b\xf9\x7b\xe7\x3f\x9e\x67\x77\xfc\x25\x64\x6e\xde\x7a\x97\x86\x30\x62\xf1\x30\x88\xe6\xfc\x08\x7b\x08\xa9\x1b\x4d\x4c\x0d\xcc\x28\x84\x34\x8d\x64\x66\x33\xb3\x99\x29\x66\x2e\x33\x24\x56\x11\xd1\x82\x89\xae\x89\x34\x4c\x54\x26\x9a\xc8\x1d\x93\xfb\x4c\xc8\xde\xd4\x4c\xb2\x47\x93\x27\x77\x60\xb2\xc7\x90\x47\xb1\xd9\x64\x8f\x21\x8f\x62\xb3\xc9\x1e\x43\x1e\xc5\x66\x94\x4c\x28\x68\x2f\xa6\x78\xb0\x1a\x9b\x47\xa0\x50\xe4\xae\xee\x0d\x4d\xfd\xd8\x3f\xbd\xd3\x69\x1f\xf3\xb7\x5b\x4a\x18\x56\x3e\x6b\x1e\x32\x0d\xce\x07\x3c\xee\x52\x9c\x23\x55\xf1\xf3\x37\x00\x00\xff\xff\x7a\x2d\x9c\xb1\x77\x02\x00\x00"); +func _efcd ()(*asset ,error ){_fbef ,_acbde :=_fdga ();if _acbde !=nil {return nil ,_acbde ;};_agcc :=bindataFileInfo {_c :"UniKS-UTF16-H",_ed :120685,_cg :_g .FileMode (436),_ca :_d .Unix (1580493035,0)};_fbfdf :=&asset {_fdf :_fbef ,_ff :_agcc };return _fbfdf ,nil ; +};func _fdga ()([]byte ,error ){return _fd (_adaa ,"UniKS-UTF16-H")};func _acga ()([]byte ,error ){return _fd (_egef ,"HKgccs-B5-H")};func _caaa ()([]byte ,error ){return _fd (_cfa ,"Adobe-Korea1-2")};var _abbc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4b\x0f\x1e\xb7\x91\xae\xf7\xfa\x15\xdf\x32\x67\x91\xe3\x2e\x5e\x9b\x80\x20\xe0\x9c\x5c\x10\xe3\x20\x39\x83\xf1\xdc\x80\xc1\x2c\x9a\x37\x43\x40\x2c\x09\xb2\xbc\xc8\xbf\x1f\xd4\xfb\x50\x9e\x4c\x30\x80\xb3\x30\xca\x2a\xb1\xbb\xd9\x4f\x57\x91\x7c\x59\xfc\xf4\xcd\x6f\xbe\xfd\xed\xb7\x1f\xde\x7f\x79\x7d\xf3\x0f\x9f\x3f\x8e\xef\xd6\x97\xd7\x7e\xff\x61\x7e\x5e\x3f\x7e\xfc\xe9\xf3\x58\xaf\xbe\xbe\x7f\xff\xe1\xcd\x1b\x0b\xaf\xf9\x7e\x7c\xf9\xfa\x47\x99\xf1\xc3\xf3\xe9\xcd\x1b\xbf\xfe\xbb\xbf\xfc\xf8\x65\xfd\xf0\xed\x87\xfd\xf1\x15\x69\x37\x7f\xfa\x74\xda\xbe\x5e\xdf\xfc\xe3\xfa\xfe\xfd\x8f\x5f\x3e\xff\xe5\xf5\xab\xff\x33\x3f\xf6\xf5\xbf\x5e\x73\x6d\xf7\xff\xff\xcf\x73\x7d\x7e\xff\xe1\xfb\xd7\xaf\x7e\xf3\xa7\xef\xec\x67\xf7\x77\x3f\x7d\xfa\xf4\xe7\xf5\xc3\xfa\xf0\xe5\x65\xf2\xad\x0f\x53\xf6\xcd\x37\xbf\xf9\xe3\xf3\xe9\x4f\xcf\x0f\xeb\xf5\xcd\x1f\xfe\xdf\xfc\x73\xff\xf5\xff\xcd\xbf\xfe\x83\xfe\x4a\x7f\xf3\x2f\xeb\xf3\x8f\xef\x3f\x7e\x78\xd9\xff\xbe\xae\xf2\x5f\xee\x7f\xfa\xcb\xa7\x75\xee\xf4\xe6\x9b\x7f\xfb\xe7\x6f\x7f\xfb\xfa\x77\x7b\xd9\xf5\x0a\x39\x87\xf8\x1f\xc7\xff\xaf\x7f\xfc\x38\xd7\xeb\xe2\x4f\x81\xbe\x8f\x8f\x73\xfd\xf8\xe9\x19\xeb\xf3\xf3\xe1\xfb\xf5\xe6\xf5\x7a\x7b\x5d\xef\x5e\xaf\xd7\xdb\xfb\x7a\xe7\x7f\xba\x7f\x97\xae\x77\xaf\xb7\xbf\xff\xdd\xef\x7f\xf7\xce\x3b\xf9\x37\xed\xdf\x18\xb7\xf9\xf0\xf1\xcb\x5c\x1b\x9f\xee\xf0\xd6\xf6\xbb\x97\xf9\x15\x7f\xfd\x57\x6f\xec\xba\xce\x73\xdf\xcf\xd3\x3a\x78\xeb\xba\xbc\xf5\xdb\x7b\xe9\x69\x18\xcb\x35\x66\xf9\x0c\x9f\xc9\x17\x92\x7c\x01\x5f\x78\xf7\xb2\x12\xac\xca\x17\xf1\xc5\x77\x2f\x4b\xe5\xf8\x12\xbe\xe4\xd7\xb6\x9b\x6b\x33\xbe\xec\xed\xac\x04\xf9\x0a\xbe\xe2\xbe\x6c\xf4\xa5\xe2\xab\xee\x0b\xc6\xb5\x37\xbe\xdb\x9f\x6b\x99\xfe\x35\x7c\x4d\xfd\xbb\x6e\xf9\x1e\x7c\x8f\xfa\x77\x73\xbf\x8e\xaf\xbb\x2f\x96\x4b\xbe\x81\x6f\xf8\x33\x52\xe5\x7e\x13\xdf\x54\x5f\x72\x91\x6f\xe1\x5b\xba\x5f\xe3\x19\x1b\x9f\x93\xae\x57\x53\xbb\x0c\x3f\x37\x96\x2c\xe9\x7e\x19\x7e\x19\x7e\x29\xca\x07\x3f\x37\x56\x2d\x8a\x41\x86\x9f\x1b\x2b\x81\xbe\x64\xf8\xb9\xb1\x94\x9a\xfa\x9c\xe1\x97\xc5\x2f\x65\x71\xce\xf0\xcb\xe2\x67\x51\xfd\xcb\xf0\x73\x63\xd5\x2e\xf1\xcb\xf0\x73\xe3\xdf\x83\xbe\xc0\xcf\x8d\x33\xa5\x2f\xf0\x73\x63\xe9\x82\x41\x86\x9f\x1b\x7f\x06\xcf\x85\x9f\x1b\x2b\x57\xa0\xcf\xf0\x73\x63\xd9\x6e\xfa\x0c\x3f\x37\x96\xef\xc0\xfd\xe0\xe7\xc6\x99\xea\x7e\x05\x7e\x6e\xac\xc4\x4b\xd7\x16\xf8\xb9\xb1\x12\xa3\xbe\x65\x81\x9f\x1b\xef\x0b\x3e\xf8\x15\xf8\xdd\xdc\x0f\x7e\x6e\xac\x94\x4b\xef\x56\xe0\xe7\xc6\x8a\x95\x26\x1f\xfc\xdc\x58\x4e\xc4\x64\x81\x9f\x1b\x2b\x2d\xd2\x17\xf8\x15\xc5\x5f\xce\xe2\x5c\xe0\x57\x88\x3f\xd8\x17\xf8\x15\xe2\xef\x3c\x03\x7e\x45\xfc\xee\xf3\x6e\xf0\x2b\xe2\xd7\x88\xa1\x02\xbf\x32\x89\x17\x7c\xf0\x2b\x8a\xbf\xbb\x71\x3f\xf8\x15\xf1\xbb\xb3\x7c\x15\x7e\x15\x7e\x59\xcf\xa8\xf0\xab\xf0\xab\x7a\xb7\x0a\xbf\xaa\xfc\x8d\xb7\xfa\x5c\xe1\x57\xe1\xc7\xfb\x56\xf8\xd5\x04\x53\xc5\x4b\x85\x9f\x1b\xcb\xd5\xb8\x16\x7e\x6e\xac\xa4\xd3\x17\xf8\xd5\x4a\x5f\xf4\x8d\x2a\xfc\xaa\xf8\x15\xc6\x97\x0a\xbf\xaa\xf8\x4b\x7c\xa3\x0a\xbf\xfa\x70\x2d\xcf\x80\x9f\x1b\xcf\x19\xee\x07\xbf\x2a\x7e\xa5\x8a\x55\x85\x5f\x3d\xfc\x78\x0f\xf8\x69\x9c\xcb\x35\xe8\xda\x07\x2e\x0f\x5c\x6e\x3d\xf7\x81\x8b\x1b\xff\x96\xba\xf6\x81\xcb\x23\x2e\x91\xd8\x7d\xe0\xf2\x68\x5c\x2b\x8c\x4d\x0f\x5c\xdc\x58\x4d\x17\xcf\x80\xcb\xa3\xb8\x2a\xe7\x19\x70\x79\xc4\xc5\x92\x58\x3d\x70\x79\x6e\x62\x9c\xfb\xc1\xc5\x8d\xd5\x0b\x56\x0f\x5c\x1e\x71\xc9\x8d\x67\xc0\xe5\x11\x97\xc8\xd8\xf4\xc0\xe5\x19\xbc\x1b\xcf\x80\x8b\x1b\x2b\x56\xf5\x2d\x1f\xb8\x3c\x8a\xab\x4a\x4e\x3f\xc4\xd5\xb3\x69\xa7\x3e\x77\xe2\xaa\x6b\x5e\xb8\x88\xab\x0e\xbf\x7e\xe6\x05\xda\xc1\xaf\x2b\xae\x12\xf1\xd2\xe1\xd7\x0f\x3f\xbd\x47\x87\x5f\xd7\xb8\x76\x07\xda\xc1\xaf\x93\x97\x95\x67\xc0\xaf\x13\x57\x8c\x25\x1d\x7e\x5d\xe3\xda\xc5\x5c\xd1\xe1\xd7\xc5\xaf\x05\xbd\x6f\x87\x5f\x57\x5c\x65\xf2\xa8\xc3\xaf\x93\x97\x8c\xbb\x1d\x7e\xbd\xd3\x8e\xfe\xc1\xaf\x0f\xe6\x37\x7c\xf0\xeb\xe2\x17\x88\xab\x0e\xbf\x2e\x7e\xf1\xf4\x05\x7e\x6e\x2c\x19\xac\x06\xfc\xc6\xc5\x58\xa7\xfe\x0d\xf8\x8d\x93\x97\xb4\x83\xdf\x60\x5e\x2d\xfa\x96\x03\x7e\x83\xbc\x2c\x8a\x8d\x01\xbf\x21\x7e\xa1\x69\xa6\xff\x79\x4e\xff\x9f\xa6\xf9\x7b\x0d\xf0\x0e\x85\x62\x08\x3c\x0e\x94\x83\x29\x82\x57\x1a\xa0\x1c\x9a\x22\x52\x14\xb6\x01\xca\xd1\xb8\x16\x1f\x28\x87\xa6\x88\xc4\x10\x37\x40\x39\xce\x14\x21\x6c\x03\x94\x83\x50\x4c\x0a\xb1\x01\xca\x41\x28\x32\x85\x0d\x50\x0e\x50\x9e\xd7\x04\xe5\xd8\x0c\x03\x6a\x37\x41\x39\x99\x62\xab\xda\x4d\x50\xce\x83\x52\xcf\x9d\xa0\x9c\x9a\x22\x22\x4b\x85\x09\xca\x49\x28\x1e\x1f\x28\x67\xa2\x2f\xdc\x0f\x56\x53\x53\x6c\x2e\x7a\xdf\x49\x28\xce\xc2\x7b\xe8\xd3\x4c\xf8\x4d\x96\x28\x17\xfd\x83\xdf\x14\xbf\xca\xb0\x37\xe1\x37\xc5\x2f\x12\x4e\x13\x7e\x6e\x7c\xa8\xe1\x19\xf0\x73\xe3\xed\xf0\xc1\x6f\x12\x8a\x95\xe7\xc2\x6f\x12\x8a\x95\xe7\xc2\x6f\x32\xc4\x31\x65\x4f\xf8\x4d\x85\x62\x81\xfd\x82\xdf\xba\x78\x5f\xb5\x5b\xf0\x73\xe3\xed\x94\x16\x0b\x7e\x8b\xa1\x90\x14\x5d\xf0\x5b\x5a\xe2\x45\xfa\xbc\xe0\xb7\x12\xec\xf1\xc1\x6f\x69\x8a\x48\x4c\x11\x0b\x7e\x4b\xfc\xac\x89\xf3\x82\xdf\xaa\x0c\x99\xe2\xb2\xe0\xb7\x18\x0a\x8f\x0f\x7e\x6e\x2c\x9d\xf8\x5b\xf0\x5b\xa4\xf2\x79\x2e\xfc\x56\xe7\xdd\x78\x2e\xfc\x16\xf1\x77\x9e\x0b\xbf\x35\x89\x5d\xae\x85\xdf\x62\x89\xc7\x52\x75\xc1\xcf\x8d\x4f\x75\x62\xb0\xe1\xb7\xe1\xc7\x52\x61\xc3\x6f\x13\x7f\x45\xdf\x7c\xc3\x6f\xc3\xef\xb4\x83\xdf\x8e\x7f\x15\x2f\x1b\x7e\x5b\x53\x49\x60\xf9\xb5\xe1\xb7\x59\x22\xb3\xec\xdb\xf0\x73\x63\xd5\x32\x7d\x81\xdf\x66\x2a\xb9\xf5\x1e\x1b\x7e\x6e\x2c\x25\x72\x70\xc3\x6f\x37\xfa\xa7\x5c\xdd\xf0\x73\xe3\xf7\xe3\x19\xf0\xdb\xc4\x1f\xb1\xb1\xe1\xb7\x07\xdf\x8d\x3e\xc3\x6f\x8b\x5f\x88\xdc\x0f\x7e\x6e\x2c\x99\x96\x5f\x1b\x39\x21\xe3\x53\xdd\x2d\x9f\xe1\x33\xee\xd7\xe4\x0b\xf8\x02\x7d\x4e\xf2\x45\x7c\x91\xfb\x65\xf9\x12\x3e\xb1\x8a\x95\xfb\x65\x7c\x9a\x36\x82\xa6\xdd\x8d\x9c\xd8\xc8\x89\x58\xe8\x4b\xc5\xa7\x5c\x2d\x31\xca\x77\xe3\xbb\x19\xe6\x79\x6e\xc3\xc7\x72\x58\x53\xce\x46\x4e\x6c\xe4\x44\x4c\xf4\xb9\xe3\xd3\x58\x97\xc5\x7e\x23\x27\x64\xac\x84\x4c\x5f\x26\xbe\x49\x9f\xe9\xcb\xc2\x47\xac\xe9\x9b\x6f\xe4\xc4\x46\x4e\x24\xc5\xc6\x46\x4e\xc8\xf8\x72\x1d\x1f\xfc\x24\x27\x4a\x48\x7a\x06\x72\x42\xc6\x52\xd1\xf4\xb7\x91\x13\x32\x96\x93\xa6\xb5\x8d\x9c\xd8\xc8\x89\x6c\xdc\x0f\x7e\x19\x7e\xca\xd5\x8d\x9c\xd8\xc8\x09\x96\x5f\x1b\x39\x21\xe3\x7d\xe1\xb9\xf0\x93\x9c\x48\xc1\xc4\x0a\x39\xb1\x8f\x9c\x38\xcf\x85\x9f\xe4\x44\x0e\x92\x40\x1b\x39\xb1\x91\x13\x41\xcb\x8c\x8d\x9c\x90\xf1\xe7\xd2\x3f\xf8\x49\x4e\xa4\xd8\xb8\x1f\xfc\x90\x13\x35\xd2\x17\xf8\x65\x72\x55\x63\xc4\x46\x4e\x6c\xe4\x44\x28\xf8\xe0\x57\x4e\xfc\xa9\xcf\xc8\x09\x19\x2b\x8d\x38\x45\x4e\x6c\xe4\xc4\x4d\x0c\x21\x27\x36\x72\x22\x06\x7c\xf0\x43\x4e\xc4\xaa\xbe\x20\x27\x64\x7c\xf9\x45\x3b\xf8\x21\x27\x4e\x8c\x23\x27\x36\x72\x22\x44\x9e\x0b\x3f\xc9\x89\x72\x5f\x62\x85\x9c\xd8\xc8\x89\xd8\xae\x5f\x9e\xee\x37\x6a\x43\xc6\x57\x53\x74\x0b\xbc\xe5\x84\x27\xb7\x06\x2f\x6a\x03\x05\xbc\x51\x1b\x1b\xb5\xc1\xd0\xb0\x51\x1b\x1b\xb5\x11\x09\x77\xd4\xc6\x46\x6d\x24\xad\x60\x36\x6a\x63\x1f\xb5\x41\x4a\xa1\x36\x36\x6a\x23\x68\x48\xda\xa8\x8d\x7d\xd4\x86\x56\xa3\x1b\xb5\xb1\x51\x1b\x91\x50\x44\x6d\xc8\xf8\x33\xb8\x1f\x78\xa5\x36\xf2\xc5\xbb\xa1\x36\x64\x2c\x37\xad\x64\x37\x6a\x43\xc6\x87\x6f\xa5\x05\x6a\x63\xa3\x36\x42\xe0\x7e\xe0\x45\x6d\xdc\x84\x22\x6a\x43\xc6\x3f\x35\xef\x06\x3f\xa9\x8d\x5c\x13\xcf\x80\x9f\xd4\x46\xa9\x99\x77\x83\x5f\x25\xbd\xb9\x16\xb5\xb1\x51\x1b\xc6\xd0\x85\xda\x90\xf1\x50\xd4\x7b\xa0\x36\x64\xbc\xcf\xba\x1f\x6a\x43\xc6\x4a\x25\xcd\x50\x1b\x32\xae\x18\xc4\x0f\xb5\xb1\x51\x1b\xac\xe6\x37\x6a\x63\x1f\xb5\x51\x78\x2e\x5c\x8e\xda\x08\x3c\x17\x2e\x0f\xab\x65\x18\xa0\x36\x64\x3c\xa5\xc4\x0f\xb5\x21\xe3\xc3\x23\xcf\x85\x8b\xd4\x46\x35\xe3\x5a\xb8\xa0\x36\x62\xa1\x1d\x5c\x50\x1b\xad\xf0\x5c\xe2\x4a\x6a\x23\xdd\x52\xc0\x1b\xb5\x21\x63\xa9\x6a\xca\xd9\xa8\x0d\x19\xab\x17\x29\x85\xda\xd8\xa8\x8d\x06\x17\xd4\xc6\x46\x6d\xb0\x13\xb2\x51\x1b\x1b\xb5\x51\xcf\x33\xe0\x87\xda\x48\x0c\xc1\xa8\x8d\x8d\xda\xc8\x91\x76\xf0\x93\xda\x28\x95\xe9\x00\xb5\x21\xe3\xdf\x88\x76\xf0\x43\x6d\xd8\x79\x06\xfc\x50\x1b\x09\x06\xa8\x0d\x19\xab\x76\x89\x29\x6a\x43\xc6\xea\x95\x78\x06\xfc\x50\x1b\x51\xcb\x91\x8d\xda\x90\xb1\xd4\x98\x12\x51\x1b\x32\x56\x2a\x43\x17\x6a\x63\xa3\x36\x32\x7d\x46\x6d\x6c\xd4\x46\x82\x3d\x6a\x43\xc6\xf2\x7d\x71\x2d\xfc\x8e\xda\x38\x3e\xf8\x0d\xf2\xb2\xe9\x3d\x90\x13\x32\xbe\x4c\xc3\x07\x3f\x49\x8c\x12\xb4\xe4\xd9\x48\x0c\x19\x67\xca\x73\xe1\x87\xc4\xb8\x88\x3f\x24\x86\x8c\xc7\x95\xde\x17\x89\x21\xe3\xf1\xcc\x33\xe0\x37\x4e\xfc\x89\x01\x12\x43\xc6\x99\x72\x3f\xf8\x8d\xa3\xd6\x78\x0f\xf8\x8d\xb3\xc4\xe3\x5a\xf8\x21\x31\x72\x50\x3b\x24\x86\x8c\xe7\xb9\xfa\x82\xc4\xd8\xf3\xe4\x2f\x3e\xf8\x21\x31\x32\xe3\x15\x12\x63\x23\x31\x6e\xa9\xdd\x8d\xc4\x90\xf1\xa5\x39\xd7\xc2\x6f\x9e\x5d\x28\x7c\xf0\x9b\x8c\x6b\x97\x62\x08\x89\x21\x63\xf9\x22\x7f\x91\x18\xfb\x48\x0c\xa6\x71\x24\x86\x8c\x95\x33\xb5\x23\x31\x64\xfc\x5b\x2a\xd6\x90\x18\x32\xbe\xcc\xd0\x37\x42\x62\xec\x23\x31\x98\xd6\x90\x18\x1b\x89\x51\xb5\x5b\xba\x91\x18\x32\xfe\x6e\xfa\x1e\x48\x0c\x19\x5f\x16\xa8\xcf\x48\x8c\x8d\xc4\xb8\x99\xc6\x91\x18\x32\x9e\x47\x7a\x2e\x12\x63\x1f\x89\xc1\x94\x88\xc4\x90\xf1\x6f\xa9\xf7\x45\x62\xc8\x58\xbd\x58\x8e\x20\x31\x64\xac\xb0\x93\xb9\x91\x18\xfb\x48\x0c\xf2\x08\x89\x21\x63\xa9\x26\x9e\x0b\x3f\x24\xc6\x59\xca\x20\x31\x64\xac\x64\xa6\x7b\x24\xc6\x3e\x12\xe3\xf4\x19\x7e\x48\x8c\x18\x79\x06\xfc\xd6\xe1\x47\x3b\xf8\xad\xb3\x0b\x25\xf6\x48\x8c\x8d\xc4\x38\xcb\x57\x24\x86\x8c\xcf\x79\xba\x1f\x12\x43\xc6\xf2\x95\xe2\xdf\x31\xdd\xa3\x40\xf6\x51\x20\x84\x31\x0a\x44\xc6\x3f\xbf\x10\xa1\x40\x64\xac\x14\xc2\x13\x05\x22\xe3\x2b\x13\x7d\x42\x14\x88\x8c\xaf\x0a\xd5\x7d\x14\xc8\x46\x81\x5c\x0c\xcb\x28\x10\x19\x5f\x3e\xe0\x03\xef\x66\x55\xc3\xab\xa3\x40\x64\xfc\x5a\x7d\x6a\x14\x88\x8c\xa5\xcc\xaa\x10\x05\x22\x63\xe5\x66\x18\x40\x81\xec\xaf\x0a\x84\x76\xe0\x45\x81\x94\xf3\x6e\xe0\x45\x81\x64\x0f\xd9\x76\x49\x81\x60\xac\x6a\xa8\x69\x97\x14\x08\xc6\xaa\xf9\xfb\xb6\x4b\x0a\x04\xe3\xe9\x58\xe5\x8b\xf8\x50\xbb\x95\xfb\x25\x7c\x67\xe3\x85\x6b\x33\x3e\xa9\xb5\xe0\x21\xd6\x2e\x29\x10\x8c\x33\x88\xf2\x55\x7c\x6c\x5c\xdd\xdc\xef\xc6\x77\x0a\x1a\xb4\x6b\xf8\x60\x55\x9b\x7c\x0f\x3e\x86\x42\x5f\x66\xb4\x4b\x0a\x04\x63\xa5\xdc\xbc\xdb\xc0\x27\x56\xf9\xf4\x6f\xe2\xa3\xa0\x71\xda\x2d\x7c\x6c\xfc\x5d\xbc\xef\xc6\xa7\x50\x94\x6a\x6f\x57\x86\x5f\x26\x95\x13\x3e\xf8\xa1\x40\xee\x5b\x7d\xc9\xf0\xcb\x67\x29\x83\x0f\x7e\x14\x34\xb2\x7f\xcb\x76\x65\xf8\x49\x81\x94\x1c\xf1\xc1\x2f\x9f\x25\x9e\xfa\x92\xe1\x27\x05\x52\xb4\x9b\xd1\xae\x0c\xbf\xcc\x54\x7c\x89\x73\x86\x5f\x66\x43\xb9\x89\x55\x86\x9f\x14\x48\xaa\x37\x7d\x86\x5f\x3e\xfc\xc4\x39\xc3\x4f\x0a\xa4\xb4\x4b\x5c\x32\xfc\x50\x20\x57\xe6\x7e\xf0\x43\x81\xd4\x1b\x1f\xfc\x8e\x02\x39\x5c\xe0\x47\x41\x23\x15\xf9\x0a\xfc\xdc\xb0\x02\x68\x57\x01\x9f\x04\x48\x2e\x7a\x6a\x81\x9e\x9b\x60\xc7\x05\x3c\x37\x29\x25\x31\x29\xb0\x43\x7d\x04\xa3\x19\xec\x4e\x31\x83\xfe\x16\xd8\x49\x7d\xc4\x60\x3c\x14\x76\xa8\x8f\x68\x62\x57\x60\x27\xf5\x91\x4f\xcc\x17\xd8\xa1\x3e\xa4\xe8\xda\x55\x60\x27\xf5\x91\x8c\xef\x53\x60\x47\x31\x43\x9b\xc4\xed\x2a\xb0\x2b\x67\xa7\x4f\x31\x50\x60\x57\x58\xc6\x90\x07\x05\x76\xc8\x8b\x48\xbe\x14\xd8\x21\x2f\x2e\xd3\x7b\x54\xd8\x55\x76\xfa\x88\xe5\x0a\x3c\xc9\x8b\xa4\x31\xad\x5d\x15\x7a\x92\x17\x59\x4b\xd2\x76\x55\xf0\x21\x2f\x62\x13\xab\x0a\xbf\x23\x2f\xb2\x62\xaf\xc2\x8f\x62\x46\x6b\x5c\x0b\x3f\xe4\x45\x6b\x62\x50\xe1\xf7\xb5\x98\x41\xff\xe0\xe7\x26\x9e\xe1\xa1\x82\xaf\x9e\x8d\x16\xba\x0c\xbe\xaf\xb5\x0c\x1e\x01\x3e\xa9\x8b\xdc\x4e\xf7\xc0\x47\x2d\x23\x1c\x1f\xf8\x50\x17\x81\xcf\x56\xc1\x27\x75\x91\x02\x61\xf6\x80\x45\xea\x22\xb7\xa6\x57\x7b\xc0\x82\xba\x08\x84\xed\x03\x96\x87\x0d\xa8\xaa\xbe\x3c\x60\x79\xce\x06\x1e\x3e\xb0\xa0\x2e\xc2\xad\xf7\x78\xc0\x82\xba\x08\x51\xfd\x7b\xc0\x22\x75\x91\x22\x61\xfa\x80\xe5\xa8\x0b\xc2\xea\x81\x0b\xea\x22\x32\xf4\x3d\x70\x91\xba\x48\xda\x54\x69\xd7\x03\x97\xe7\xd4\x68\x15\x42\x0f\x5c\x4e\x2d\x83\xa1\xe0\x81\xcb\xc3\xa6\x00\x4c\x1f\xb8\x3c\x67\x53\x85\x67\x10\x56\xcf\xa9\x31\xca\xd7\x09\x2b\x6a\x19\x21\xe9\x7e\x1d\x7e\x52\x17\x49\x9b\xcf\xed\xea\xf0\xeb\x87\x9f\x38\x77\xf8\x9d\x5a\x46\xd6\xf7\xe8\xf0\xeb\xac\xee\xc8\xf1\x0e\x3f\xa9\x8b\xa4\x0d\xe9\x76\x75\xf8\xa1\x2e\x22\xdf\xad\xc3\x0f\x75\x11\xda\x2f\xcf\xf4\xed\xea\xe0\x95\xf8\x48\xf1\xbc\x12\x78\x3b\x25\xc8\x2c\xe4\x1d\xbc\x5f\x4b\x1d\x74\x0b\xbc\x94\x3a\x42\xa6\x0b\xe0\x3d\xa5\x0e\x06\x9f\x0e\xde\x53\xea\x20\xda\x3b\x78\x29\x75\x04\x3e\x4d\x07\x2f\xe2\x23\x30\x2b\x0d\xf0\x0e\xf0\x32\x3b\x0c\xf0\x22\x3e\x02\x88\x06\x78\x29\x75\x9c\x51\x65\x80\x77\x20\x7e\xf9\x0c\x03\xbc\x6e\xce\x9c\x3e\x80\x3b\x4e\xa1\x4d\x1f\x70\x00\x77\x9c\xa5\x1f\x57\x02\x57\xd2\x23\xa9\xa8\xdb\xae\x01\x3d\x49\x8f\xaa\x9d\x99\x76\x0d\xe8\x21\x3d\xb4\x9b\xd9\xae\x01\x3d\x49\x8f\x72\x05\xda\x41\x0f\xe9\x11\xce\x73\xa1\x27\xe9\x91\xe3\xc5\x73\xa1\xe7\xa6\x56\x96\x1c\x03\x78\x47\x79\x5c\xbc\x06\xf0\xa4\x3c\x92\xea\x8f\xed\x9a\xc0\x43\x79\x24\x62\x7d\x02\x4f\xca\xe3\x6a\x0c\xfb\x13\x78\x28\x8f\xc4\x90\x37\x81\x27\xe5\x51\x23\x53\xe1\x04\xde\x3c\xe7\x2f\xf4\xc1\x27\xf8\xa4\x3c\x72\xbc\x68\x07\xbe\xa3\x3c\xc8\xc5\x09\xbe\xc9\x90\x17\xe9\x1f\xf8\xe6\xa9\x53\x0a\xcb\x04\xdf\x3c\xca\x8d\x6b\xc1\xf7\x55\x79\x70\x2d\xf8\x26\x1b\xa6\xe7\xb9\xe0\x73\xe3\x8b\x2f\xb9\xa0\x87\xf0\xb0\x46\x97\xc1\x37\x59\xd9\x99\x28\x4f\xf0\x4d\x16\xce\xac\x60\x16\xf8\x4e\x6d\x23\x09\xd5\x02\x1f\xb5\x0d\x09\xbc\x76\x2d\xf0\x21\x3c\x1a\xb3\xcd\x02\x1f\xb5\x8d\x0c\x82\x05\x3e\x6a\x1b\xc6\xca\x69\x81\x6f\x51\x1b\xca\xf8\xc0\x77\x84\x07\xe9\xbe\xc0\xb7\xd8\x78\x61\x15\xb7\xc0\xb7\x10\x6e\xe4\xd0\x02\xdf\xa2\x36\x44\x94\x2e\xf0\x1d\xe1\x01\x97\x05\x3e\x09\x8f\x5c\x99\x5a\x16\xf8\x24\x3c\x52\x66\xa8\x5d\xf0\x93\xf0\x28\x89\x4f\xb4\xe0\x27\xe1\x91\xb5\x47\xd9\xae\x05\x3f\x09\x8f\x94\xab\xee\xb7\xe1\x27\xe1\x91\x32\x61\xb5\xe1\x77\x94\x05\xab\x89\x0d\xbf\x8d\xf0\x6d\xea\xdf\x86\x1f\xca\x22\x90\x81\x1b\x7e\x52\x16\xa9\xb0\xc2\xda\xf0\x43\x59\x18\xc3\xef\x86\xdf\x86\x1f\x4c\x37\xfc\x4e\x6d\x83\xcc\xdf\xf0\x43\x59\xa8\x8e\xd6\xae\x0d\xbf\x7d\xc2\x4f\xdf\x77\xc3\x6f\x33\xe5\x5e\xf8\xe0\x87\xb2\x88\xa7\x2f\xf0\x93\xb2\x48\x85\x15\xef\x86\xdf\x51\x16\x81\xe7\xc2\x0f\x65\x51\x14\x2f\x86\xb2\x30\x8e\x4a\x25\x17\xdc\xcd\x50\x16\xc6\x51\x29\x6d\xd0\x34\x43\x59\xc8\xf8\x4a\x31\xc8\x17\xf1\xb1\x49\x75\x73\x6d\xc2\x47\xac\xe9\x7b\x18\xca\xc2\x4e\x6d\x43\x0c\x0c\x65\x21\xe3\xa3\x1f\xbe\x8a\xef\x1c\x29\x88\xf2\xdd\xf8\x8e\x0a\xe3\x7e\x0d\x5f\xa3\xce\x47\xbb\x07\xdf\x89\x35\xfa\xdc\xf1\x29\x55\x4b\xe6\xda\x81\x0f\x15\xa6\x79\xc2\x50\x16\x32\x56\xb4\x87\xdf\x0c\x65\x21\x63\xa9\x14\xae\xdd\xf8\xce\x3c\x21\x1f\xca\xc2\xf2\xa9\xa3\xa9\x2f\x28\x0b\x19\x4b\x85\xfb\xa1\x2c\x64\x3c\xee\xc5\x0a\x65\x21\x63\x76\xd3\x67\x94\x85\x8c\xc5\xc6\xa5\xe0\x43\x58\x5c\xa7\x19\xf8\x24\x2c\xa2\x4e\x04\x35\x43\x58\xc8\xc4\x0b\x2a\xe8\x0a\x3b\x95\x0d\x7d\x70\x64\x85\x4c\xce\x5c\x07\x3a\x37\xa1\x5e\x34\x82\x9c\x9b\x54\x25\x79\x0c\x49\x21\x13\x62\xfc\xe5\xbd\xfb\x66\x08\x0e\x19\xff\xc4\xdc\x05\xac\x99\x19\xa4\xe2\x03\x6b\x3e\x43\xa0\xfa\x84\xe0\x90\x31\x6d\xc7\x34\x43\x70\xc8\x04\x9d\x05\x69\x86\xe0\x30\xce\x4f\x21\x11\x0c\xc5\x21\xe3\xc1\xcb\xdd\x80\x5a\x58\xdb\x04\x11\x44\x72\x18\x92\x43\xc5\xd8\x66\x48\x0e\x19\x4b\x15\xfa\x48\x0e\x43\x72\x04\x18\x22\x39\x64\x3c\xb0\x78\x2e\x5c\x91\x1c\x46\xc0\x20\x39\x8c\x82\x47\x6a\xb4\x03\x6d\x39\x3b\x2f\xb4\x83\x2d\x92\xc3\x4e\x9f\xa1\x87\xe4\xd0\xae\x5c\x33\x24\x87\x8c\x07\x96\xe8\x21\x39\xec\x54\x34\xa2\xda\x21\x39\x0c\xc9\x91\x82\xda\x21\x39\xec\xeb\xf9\x29\xbd\x07\x92\xc3\xbe\x56\x34\x94\x0c\x48\x0e\x43\x72\x5c\x17\x3e\xf8\x1d\xc9\x01\x03\x24\x87\xd5\xb3\x73\x8a\x0f\x7e\x5f\x25\x87\xde\x0d\xc9\x61\xa7\xa2\xc1\x77\x43\x72\x18\x15\x8d\x74\xfa\x02\x3f\x69\x8e\xac\x6a\x4d\x33\x34\x87\xd5\x33\xff\xea\xbb\xa1\x39\x8c\xf3\x53\x2a\x5e\x35\x43\x73\x18\x15\x8d\x56\x69\x07\x3f\x34\x47\x96\x1e\x30\x34\x87\x9d\x8a\x06\xec\xd1\x1c\x32\x96\xaa\x16\x93\x86\xe6\x90\xf1\xe4\x17\x3f\x34\x87\x9d\xf3\x53\x0c\x9e\x68\x0e\x43\x73\x84\xa0\x67\xa0\x39\x64\x2c\xdd\xc4\x06\x9a\x43\xc6\xaa\xe6\x5f\x43\x72\x18\x05\x8d\xa2\x65\x89\x21\x39\x0c\xc9\x71\x13\xce\x48\x0e\x7b\x4e\x1d\x92\x76\x60\xe1\xf8\xd4\x09\x03\x24\x87\x9d\x82\x86\x24\x8c\x21\x39\x0c\xc9\x61\x91\x2e\x83\x85\x82\x46\x21\x24\x91\x1c\x32\x96\xee\x46\xff\x08\x2b\x24\x47\xe1\x53\x22\x39\x64\x32\x1f\x08\xc1\x21\x63\xa5\xd2\x63\x04\x87\x8c\x65\x1d\x1a\x6c\x86\xe0\xb0\x23\x38\x98\x51\x10\x1c\x32\x0e\x54\x3d\x46\x70\x18\xe5\x8c\x70\x9e\x0a\x3c\x04\x47\xe5\x6d\x11\x1c\x32\x96\x1a\xf4\x50\x14\xd6\x4f\x39\x08\x1f\xf4\x28\x67\x54\xc6\x11\x14\x85\xa1\x28\x2a\xc1\x82\xa2\x90\xb1\xc8\xec\x6b\x28\x0a\x43\x51\x44\x92\x08\x45\x21\xe3\xa3\x38\xef\x06\x3d\x29\x8a\x7c\x91\xa8\x28\x0a\xa3\x74\x71\x6b\x35\x64\xa8\x07\xfb\x7a\x50\x4a\xf7\x43\x3d\xd8\x39\x28\xa5\x45\xb6\xa1\x1e\x8c\xd2\xc5\xcd\x57\x43\x3d\xc8\xf8\x73\x69\x07\xab\xc1\x01\x46\x18\xa0\x1f\xec\x94\x2e\x18\x72\xd1\x0f\x46\xe9\xe2\x66\x70\x41\x3f\xd8\x29\x5d\xf0\xdd\xd0\x0f\xc6\xe9\x28\x56\x7a\x86\x7e\xb0\x53\xba\xe0\x9b\xa3\x1f\x6c\x9c\xbd\x4d\xbd\x2f\xfa\xc1\x38\x1d\xd5\x98\xe1\xd1\x0f\x36\x4e\xe9\x87\x3e\xc3\xea\x08\x08\xed\xaf\xd9\x38\xac\x14\x69\x67\xb5\x81\x80\x90\x89\x45\x8b\x67\x43\x3f\x18\x95\x0b\xf6\x06\x0c\xfd\x20\x63\x39\xf1\x79\xd1\x0f\x32\xbe\x38\xe0\x5a\xf0\x71\x38\xaa\x91\x1c\xe8\x07\x19\xbb\xf2\xb9\x16\x54\x68\x85\x00\x02\xb4\x82\x1d\xad\x70\xd1\x0e\x54\xf3\x9c\x69\xa4\x2f\xa0\x3a\x5a\x41\x7b\x03\x86\x56\x90\xb9\x2f\xa6\x51\xa4\x82\xcd\xb3\x0b\xac\xaf\x81\x56\xb0\x73\x0e\xea\xa2\x7b\x90\x9a\x67\xa2\x14\x3d\xb4\x82\xcd\x73\x36\x40\xed\xd0\x0a\x32\x56\x8d\x61\x09\xad\x60\x14\x29\xce\xb4\x88\x56\x90\xf1\x69\x82\x76\xa0\x3a\x45\x0a\x5e\x03\xad\x60\xe7\x1c\x54\xcc\x7f\xc7\x3c\x8f\x94\x30\x6a\x18\x31\xe9\xcd\x91\x12\x32\x3e\x13\xd0\x55\xe8\x72\x4c\x8a\x4d\x3e\x43\x4a\xc8\xf8\x1a\x81\xae\x42\x97\x1a\x46\x64\xc9\x87\x94\x90\x89\x67\x92\x43\x49\x18\x25\x8c\xc0\x47\x45\x49\xc8\x58\xbe\x21\x89\x92\xb0\xa3\x24\x02\xd7\x42\xf7\x9c\x92\xe2\x2b\xa0\x24\x6c\xfd\x35\x5d\x94\x84\x51\xc2\xc8\x52\x3a\x86\x92\x30\x94\x44\xe0\x7e\x28\x09\x3b\x35\x0a\x56\x77\x28\x09\xe3\x94\x14\x7b\x9f\x86\x92\x90\x29\x99\x0f\x83\x90\x90\xa9\x91\x29\x04\x1d\x21\x63\x37\xc9\x8e\x8c\x90\xa9\x39\xe1\x02\xdd\x39\x21\xc5\x2a\x13\x15\x21\x63\x09\x55\x62\xa8\x08\x19\xb3\xeb\xb4\x83\x9d\x54\x44\xba\x32\x7d\x83\x1d\x2a\x82\x3d\x00\x43\x45\xc8\x58\xbe\x49\x3a\x54\x84\xa1\x22\x92\x72\x3d\xa0\x22\x64\x2c\xb1\x69\x15\x50\x11\x81\x13\x52\xa1\xe2\x0b\xf8\xc4\xa9\xe8\x19\x01\x15\x21\xe3\x49\x1c\xe4\x4b\xf8\x98\x58\x1b\xed\x32\xbe\xb3\xbf\xde\xe4\x2b\xf8\x14\x66\x3a\x34\xdc\x02\x2a\x22\x70\x42\x2a\x45\x9e\x7b\xe3\xa3\x3e\xa1\xef\x18\x50\x11\x81\x13\x52\x6c\x52\x04\x54\x44\x38\xf5\x89\x44\xbb\x8e\x0f\x15\x71\xd1\x6e\xe0\xa3\x3e\x61\xf8\x26\x3e\x66\xd6\x42\x9f\x17\x3e\xea\x13\x8a\xa9\x80\x8a\x90\x71\xd5\xa9\x76\xa8\x88\xc0\x0f\x2e\x92\xc6\xc5\x80\x8a\x08\xf9\xcc\x17\xba\x16\x15\x11\x38\x21\x85\x02\x0e\xa8\x08\x19\x8f\x33\x71\x41\x45\x04\x4e\x48\xa9\xd4\xd8\x02\x32\x22\xf0\x83\x0b\xe6\xb8\x80\x8c\x08\xe7\x07\x17\x89\xbe\xc0\x2f\xb3\x19\x1a\xf0\xc1\x4f\x3a\xa2\x9a\xd4\x64\x40\x48\x04\x4e\x48\xe9\x54\x57\x0b\x48\x89\x70\x7e\x70\x51\xe8\x1f\xfc\x54\x9f\xc8\x76\xee\x07\xbf\xcc\x51\x01\xad\x42\x02\x72\x41\xc6\x4a\x0e\xf8\xe0\x97\xd9\x31\xb9\xb8\x1f\xfc\xf2\x39\x2a\x20\xf6\xc8\x85\xc0\x09\x29\x1d\xb5\x68\x01\xbd\x10\x38\x21\xa5\x1f\xd4\xb4\x80\x60\x08\xe7\x84\x94\xe6\xfe\x80\x60\x08\xe7\x07\x17\x01\x1f\xfc\xce\x09\x29\xb8\x20\x18\x64\x2c\xfb\xe7\x7d\x10\xcf\x8f\xe4\x55\x6b\xee\x10\x93\x47\x22\xc9\xa2\x7e\x24\xf3\x20\x83\x1e\x16\x9d\x3e\x5a\x3c\x2c\x39\x1f\x3b\x55\x49\xf7\x28\xe3\x31\x2a\xf2\x3f\x24\x3c\x46\x63\xdb\x43\xbe\x3f\xca\x3b\x55\x23\x1f\xb2\xee\x09\x7e\x67\xa9\xd1\x27\x70\xe7\xe0\x6d\xb4\x44\x7d\x22\x6d\xa2\xb7\x49\x3e\xe0\x3c\x91\x36\xb1\x4b\xdb\xf9\x55\x51\xab\x9a\x27\xfa\xa2\x25\xfb\x10\xfc\x24\xae\x4a\x7e\x55\xf6\x68\x7c\x12\x57\x25\xbf\x73\xf1\x78\x7a\x32\x6d\xb2\xb7\xa9\x2e\x24\x9f\x4c\x9b\xec\x6d\x6e\xf3\xab\x0a\x6d\x8a\xb7\x69\x2e\x11\x9e\x42\x9b\xe2\x6d\x9a\x8f\x45\x4f\xa5\x4d\x15\x9f\xcb\x75\xd3\x53\x69\x54\x35\xc4\x98\xcb\x8d\xe7\xa6\xd5\x0d\x45\x0f\x8e\xe7\xa6\xd5\xbd\x01\xeb\x17\x36\x5a\x35\xb5\xd2\xfe\xfc\xd3\x68\xd5\xce\x70\xe5\x17\x3e\xb4\x7a\xea\xd9\x47\x72\x17\xad\x1e\xb5\x2a\x97\x5f\xd8\x69\xd5\x11\x0b\x9e\xa6\x4f\xa7\x55\x57\x2b\xed\x4f\x3f\x83\x56\x43\xad\xee\x6c\xee\xa2\xd5\xd0\xa0\xd9\xcc\x2f\x1c\x1a\x33\x31\x21\xb9\xce\x7a\x26\x17\x4e\x7d\xbc\xcb\x67\xaa\x67\x72\xe1\x54\xab\xcb\x07\xcc\x87\x5f\xb2\x3d\xfa\xc5\x47\xd0\xf1\x8a\x87\x1f\x7c\x3c\x3a\xa1\x1a\x74\xca\xe1\xe1\x80\xea\xa3\x93\x5a\x21\x86\x5f\x3e\x46\xff\x70\x8e\xeb\xd1\x79\x91\xa0\x63\x39\x0f\xc7\x45\x9e\x7d\xfa\x18\xde\xbc\xed\x94\x9d\xbb\x6a\x34\x41\x23\x6e\xa7\x44\xd3\xb5\x87\x14\xb2\xcb\x91\x4e\x16\x74\x05\x78\x28\x2e\xaa\x3a\x11\xde\x89\x55\x95\x33\x3b\xc1\xda\x09\xd6\xea\x19\xdf\x89\xd6\xae\x68\x0d\xb7\x07\x70\x27\x5c\xbb\xc2\x35\x34\x9f\x47\x3a\xf1\xda\xa3\x62\x5a\x4b\xd5\x4e\x78\x76\x85\x67\x34\x67\xd7\x89\xcf\x9e\x88\x7c\x67\xd7\x09\xd0\xae\x00\x8d\xfa\xc1\x41\x27\x42\xbb\x22\x34\x4a\x3b\x76\x42\xb4\x2b\x44\x63\xf2\x15\x78\x27\x46\xbb\x62\x34\x26\x87\xd3\x09\xd2\xae\x20\x8d\xb9\xde\xee\xa2\x95\x82\x34\x16\x9f\x92\x3b\x41\xda\x15\xa4\x51\x3f\x3b\xec\x04\x69\x57\x90\xc6\xea\x13\x54\x27\x48\xbb\x82\x34\xde\xbe\xf6\xe8\x04\x69\x57\x90\xc6\x96\xfd\x42\x82\xb4\x2b\x48\x93\xb6\xb2\x3b\x41\xda\x15\xa4\x49\xe7\xd3\x3a\x41\xda\x15\xa4\x49\x7b\xf9\x9d\x20\xed\xdd\xd7\xfb\x49\xf2\xab\x77\x2d\xf7\xbb\xe2\x36\x49\xaa\x77\xe2\xb6\x2b\x6e\xa9\x14\x75\xe2\xb6\x2b\x48\x53\x12\x1c\x82\xb4\x2b\x48\x53\x16\x1c\x82\xb4\x2b\x48\x93\xaa\xe1\x9d\x20\xed\xfa\x69\x60\x2a\x82\xc3\x2f\x03\x31\x49\x3b\x97\x9d\x1f\x06\x76\x85\x72\x92\xa0\xec\x84\x72\x57\x28\x27\xfd\xc4\xa9\x13\xca\x5d\xa1\x9c\x6e\x5f\x92\x76\x62\xb5\x2b\x30\xd3\xed\x63\xfb\x20\x30\x87\x02\x33\xa9\xee\x38\x08\xcc\xa1\xc0\xcc\x57\x4e\x6f\xde\x0e\x02\x73\x28\x30\xb3\x8e\x6d\x0f\x02\x73\x48\x3a\x67\xd5\x9e\x07\xca\x79\x28\x56\xb3\x4e\xbd\x0c\x62\x75\x28\x56\xb3\x96\xfc\x83\x58\x1d\xc1\x95\x50\xd6\xd1\xf3\x11\x24\x84\x30\x59\xda\x6d\x04\xe9\xa0\xa1\x88\xce\x49\xb7\x27\xa2\x47\xf4\xa9\x89\x9f\xe4\x8d\xa8\x99\x69\x28\xc8\x73\x72\x12\x83\x20\x1f\xd1\xc5\x6b\xce\x41\x2e\x69\x57\x4c\xd6\x06\xfd\x88\x92\xae\x98\x2c\x05\x3e\x34\x8c\xbf\x1d\xca\x8e\xac\xfd\xbc\x41\x76\x8c\xe4\x13\x7d\xd6\xce\xef\x48\x9a\xe7\x31\x59\xcb\x8b\x91\x34\xcd\x0f\x86\x78\xfd\x56\x62\x90\x43\x43\x39\xc4\xaf\xbc\x06\x39\x34\x94\x43\xb9\xfa\x6c\x31\xc8\xa1\xa1\x1c\xca\x92\xa7\x83\x1c\x1a\x85\xe9\x22\xc6\x37\x6f\x07\x41\x3e\x9a\xaf\xae\xd8\x09\x1a\x4d\x8b\x2b\x4c\xf1\x89\x70\x34\x2d\xad\x46\x2b\xfd\xdd\xab\xe8\xa0\xd8\x68\xda\x0a\x1b\x4a\x8e\xa2\x33\x84\x83\xe4\x18\xcd\x67\xa9\xa2\xb3\x0c\xa3\x49\x73\x63\xca\x15\x71\x6d\xb9\x7c\xe9\x5f\xae\x5b\xb7\xd7\xca\x7f\x28\xab\x8a\x7e\xc6\x33\xc8\xaa\xa1\xac\xe2\x9c\xca\x20\xab\xc6\xe3\x73\x6f\x09\xbe\x94\x1b\x8f\x26\x5f\x4c\x91\x2e\x1a\x8f\x66\xdf\xa1\xdc\x63\x8f\x72\x90\x7b\x43\xb9\xc7\x06\xd8\x20\xf7\x46\xa7\x95\x4f\x6f\x83\x44\x1b\x4a\xb4\xa2\xdf\x68\x0c\x12\x6d\x0c\xe6\x52\x9f\xde\x06\x89\x36\x94\x68\xa5\xf8\xf4\x36\x48\xb4\xa1\x44\x2b\xc5\xa7\xb7\x41\xa2\x0d\xa5\x10\x87\x38\x07\x29\x34\x94\x42\xe5\xf6\xe9\x6d\x90\x42\x43\x29\x54\x74\x84\x78\x90\x42\x43\x29\x54\x2f\x9f\xde\x26\x29\x34\x95\x42\x9c\x64\x9a\xa4\xd0\x54\x0a\x55\xfd\x9c\x69\x92\x42\x53\x29\x54\xf5\x4b\x80\x49\x0a\x4d\xe5\x4b\xd5\xc9\xe8\x49\xbe\x4c\xe5\x4b\x4d\x9e\xed\x93\x7c\x99\xca\x84\x9a\x7c\xa1\x3a\xc9\x84\x19\x59\x30\xf8\x1a\x7c\x12\xf6\x53\xd1\x5b\x15\x13\x93\xe8\x9d\x8a\xcb\xaa\x9f\xe3\x4d\xe2\x72\x2a\x2e\x6b\xbd\xfd\x42\xe2\x72\xb2\xf8\xb8\x7d\x66\x9a\xc4\xe5\x54\x5c\xd6\xe6\x01\x3d\x89\xcb\xa9\xb8\xbc\x2f\x9f\x99\x26\x63\xfb\x2c\x43\x92\xdc\x67\xa6\x59\x94\xb4\x98\x5b\xe7\x6c\x66\xd1\xde\xc5\x2c\xac\x64\x9c\xea\x64\x06\x98\xb5\x36\x77\x35\xb9\xb4\x3d\x89\xb9\xef\xbb\xc9\xd5\x71\xf9\x85\xce\xeb\x97\x66\xe2\xc9\x34\x32\x35\x8d\xdc\xaa\x3d\x4f\xa6\x91\xa9\x69\xe4\xd6\x89\x82\xc9\x34\x32\x35\x8d\xdc\xc9\x87\xfe\x49\x86\x4d\x65\xca\x9d\x3d\x79\x26\x99\x32\x15\xf0\x77\xf6\x41\x6a\x12\xf0\x53\x01\x7f\x97\xe2\xdd\x26\xe0\xe7\x33\xdd\xa5\x5f\x18\xcc\x47\x3b\x0b\x98\x5b\x9b\x8c\xf3\x59\x5c\xa8\x7b\xe9\xb4\xd0\x24\xe0\xa7\x02\xfe\xbe\x7d\x60\x99\x04\xfc\xec\x4f\x11\x82\x28\x57\x95\x4b\x17\xde\xcd\x5b\x91\x03\x53\x39\x70\x37\x9f\x20\x26\x39\x30\x95\x03\xed\xf2\xd9\x73\x92\x03\x53\x39\xd0\x94\xae\x93\x1c\x98\xd3\x75\x6a\x53\x11\x75\x4e\xc9\x54\x4c\xbb\xd4\xaf\x29\x95\x3a\x95\x29\x4d\x27\x44\x26\x99\x32\x95\x29\x4d\x87\x50\x26\x99\x32\x95\x29\x4d\xc7\x66\x26\x99\x32\x95\x29\x2d\xf9\x04\x31\xc9\x94\xa9\x4c\x69\xfa\x05\xff\x22\x53\x96\x32\xa5\x95\x2b\xbb\x4b\xad\x96\x32\xa5\x95\x72\xbf\x79\xbb\xc8\x94\xa5\x4c\x69\xfa\x9d\xd4\x22\x53\x96\x32\xa5\xe9\x0c\xed\x22\x53\x96\x32\xa5\xa9\x62\xbb\xc8\x94\xa5\x4c\x69\xaa\x57\x2c\x32\x65\x45\x96\xc4\x97\x0f\xbb\x8b\x54\x59\x4a\x15\xbb\xb4\x99\xbb\xc8\x95\x95\x68\xa7\xc3\x11\x8b\x64\x59\x89\x76\xda\x42\x5d\x64\xcb\xca\xb4\xd3\x61\x8b\x45\xba\xac\x4c\xbb\xe4\x43\xe1\x22\x5f\x56\xa1\x5d\x76\xd9\xb1\x48\x98\x55\x68\x57\xcc\xaf\x25\x17\xd6\x59\xb2\x57\x97\xf1\x8b\x38\x5e\xac\xd9\x2f\x15\xb8\x16\x81\xbc\x58\xb4\x5f\xda\xc9\x58\x44\xf2\xba\xb5\xb7\x7e\x35\x97\x83\xeb\xd6\xde\xfa\x62\x25\x7f\x35\x5f\x7a\x2c\xc2\x7b\x35\xd5\x17\x4c\x47\xa9\x56\x53\x7d\x61\xb1\xbc\xb7\xab\xfa\xb5\xc4\xfc\x62\x7d\x6f\x97\x87\xe0\x22\xe8\x17\x0b\x7c\xd3\xa1\x8c\x45\xd4\xaf\xe7\x68\x0a\x9f\x59\x16\x01\xbd\xba\xe4\xaa\xe9\xf7\xca\xab\x4b\xae\x2e\x96\xfd\xa6\x42\xf6\x22\xca\x57\xd7\x36\x90\x69\x9b\x61\xf5\x7d\x7c\x9c\x67\xf0\x34\x5a\x5d\xdb\x40\x0b\x7d\x60\xc9\x03\x7d\x11\xfb\x0b\x81\x60\xc9\x43\x71\x11\xfc\x6b\x68\xc3\xcf\xb2\xc7\xe2\x1a\xda\xf0\xc3\xf8\xbb\x45\xf9\xb6\x7c\xdc\xaf\xb8\xa4\x5a\x64\xc9\x9a\xdc\x4f\x3f\x86\x5c\xa4\xc9\x9a\x2a\x12\x98\x7e\x59\xb1\xa6\x8a\x04\x6b\x72\x6d\xf5\x6c\x5d\x64\xc5\xe2\xf7\xe3\x76\x2b\x94\x49\x8b\xc5\x0f\x10\xed\x56\x2c\xf3\x03\x44\x8c\x05\x2d\xdf\x16\x3f\x40\x5c\xfc\x30\xce\x34\xbe\x2e\xf2\x67\xf1\x0b\x11\xd3\x2f\x21\x16\x09\xb4\x38\xbe\x1a\x2e\xff\xbe\x9b\x0c\xda\x1c\x8d\x0c\x66\xb7\xfb\xb4\x24\xc1\x78\x9f\x9b\x7c\x55\x3e\x44\x9e\x4e\x3e\x6f\x52\x6d\x73\x84\x25\xe8\x87\x6c\x9b\x23\x2c\x18\xff\x46\x26\xdf\x90\x8f\xe7\x6a\x1d\xb7\xc9\xc9\x4d\x7d\x30\xe8\x9c\xd8\xa6\x3e\xb8\xa9\xc9\x05\x4d\xdb\x9b\x9a\x1c\xc6\x42\xd1\x73\xa9\xc9\xed\x23\xdb\x55\x9e\xd8\x24\xf4\x66\xeb\x2b\xa8\x76\xb7\xc9\xe8\x1d\x54\x1f\x0c\xda\x6e\xda\x41\xf5\x41\x8c\x85\xea\x31\xb9\x83\xea\x83\x3b\x70\x3f\xfd\xca\x68\x93\xfa\x3b\x68\xfb\x3f\x24\x97\x02\x3b\x68\xfb\x7f\x07\x9e\x91\x3d\x17\x36\xe3\xc1\x8e\xaa\xbf\x85\x7c\xcb\xa7\xfa\xdb\x66\x8c\x08\xd2\x1f\x9b\x31\x62\x33\x46\x84\xe2\xd3\xf5\x66\x8c\xd8\x49\xdb\x16\x41\x5b\x5a\x3b\xa9\xce\xb9\x19\x37\x82\xea\xbb\x9b\x71\x63\x27\x95\x63\xc2\x2d\x2e\x49\xe5\x18\x8c\xf7\xa5\xc8\xc7\xb5\xda\x26\x0c\x77\x50\x3b\x0d\xc0\x9b\x31\x27\xe8\x08\xea\x66\xcc\xd9\x8c\x39\xa1\x5d\xce\x80\x31\x67\xe7\xd3\xce\x17\x43\x9b\x31\x67\x17\x7d\xa3\x78\x15\xe7\x52\xf8\x46\x32\x7e\x2d\xbe\x24\x1f\xd2\xfe\xf2\x35\xec\x66\x6c\xda\x8c\x4d\xd1\xf4\xcd\x19\x9b\x36\x63\x53\xd4\x7a\x6e\x33\x36\x6d\xc6\xa6\xa8\x7d\xfd\xcd\xd8\xb4\x19\x9b\xa2\xce\x0b\x6e\xc6\xa6\xcd\x38\x14\x75\x84\x7c\x33\x0e\x6d\x0d\x3d\x16\xf3\xdf\x16\xbe\xeb\xdf\x4e\xe8\xbb\xa9\xe0\xb9\xcf\x1e\x84\x0a\x0b\x9b\x41\x6a\x37\xd5\x74\xa2\xf6\xfc\x76\x53\x4d\x07\xe3\xed\xb2\x7c\x19\x5f\x56\x59\x5f\x70\x9b\x6a\x3a\x18\x43\x68\xee\x36\x78\x86\x8a\x21\xb1\x28\xe8\x9a\x8a\x21\xbb\x4d\xae\x4d\xe1\xbf\x75\xd4\xff\xff\x87\xe7\xd3\x9b\x9f\xff\x5d\xa0\xf1\xd3\xe7\xcf\xeb\xc3\x17\xfd\x1b\x44\xfa\xc7\x7f\x5e\x73\xed\xf7\x1f\xd6\xcf\xff\x9e\xd1\xa7\x8f\x9f\xfc\x2a\xfd\xf7\x9f\x01\x00\x00\xff\xff\xa1\xe9\x79\xf8\xfb\x48\x00\x00"); +func _edgd ()(*asset ,error ){_bcaa ,_gega :=_cfg ();if _gega !=nil {return nil ,_gega ;};_abcf :=bindataFileInfo {_c :"Adobe-KR-UCS2",_ed :201011,_cg :_g .FileMode (436),_ca :_d .Unix (1580490603,0)};_ggac :=&asset {_fdf :_bcaa ,_ff :_abcf };return _ggac ,nil ; +};var _bafe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xeb\x46\x14\x05\xf0\xbd\x3e\xc5\x2c\x5f\x17\xaf\x99\xfb\x67\x46\x23\x10\x81\x47\xc2\x83\x14\x5e\x5b\x9a\xfe\x83\xd2\x85\x63\x8d\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x0e\xa5\x8b\xe0\xf8\x58\xba\x72\x7e\x27\xa3\xd1\xcd\xdd\xc3\xfd\xc3\xba\x3f\xa7\x9b\x9f\x4f\x87\xed\x63\x3f\xa7\xdd\x7e\x5d\x4e\xfd\xf5\xf0\x76\xda\xf6\xf4\xd4\x9f\xf7\xeb\x30\x88\xa6\x65\xbf\x3d\x5f\xdf\xc6\xcb\xf6\x65\x73\x1c\x06\x9c\xff\xf8\xfe\x7a\xee\x2f\x0f\xeb\xee\x90\x8c\xc7\x2d\x6f\xc7\xcb\xb1\x29\xdd\xfc\xd2\x9f\xf7\xaf\xe7\xd3\x7b\xfa\xf4\x65\x39\x3c\xf5\xef\xd2\xd2\x77\xc8\x7f\x3a\x2d\xfd\xb4\x5f\x9f\xd3\xa7\x1f\x36\xc7\xcd\x2a\x1f\x1f\x3c\xbe\x1d\x8f\xff\xf4\x97\xbe\x9e\x53\x8d\xac\xaf\x4b\xbc\x0e\x37\x77\xdf\x36\xc7\x1f\x37\x2f\x3d\xdd\xc4\xac\xcf\x3c\xf3\x33\x0f\x8b\x4f\x7f\xef\xa7\xd7\xfd\x61\x4d\xf2\x7d\xce\xff\x89\x7f\x7d\x3f\xf6\x24\x97\x29\x7f\xfe\xf6\x70\x9f\xfe\x92\x24\x39\x69\xa9\xe2\x7f\x5f\xf2\x3f\xbe\x1d\x96\x9e\xf2\xf5\x5a\x0f\xf7\x77\x87\xb7\xf5\x9c\xd4\x72\x69\x0c\x85\x7f\xd6\xf6\xb0\xf4\xd7\xe3\x66\xdb\x4f\x9b\xf5\xb9\x0f\x29\xcd\x39\xe7\x7c\x9b\xe6\xf2\xe5\xeb\xd7\x5b\x7c\xdf\xff\x1d\x31\x4c\xd7\x33\xf7\x0b\x93\xeb\x19\x39\xef\x76\xb7\x29\x0f\x73\x16\xbe\x17\xbc\xd7\x52\x87\x39\x2b\x13\x45\x52\x44\x87\x39\x1b\x13\x43\x32\xd6\x36\xcc\xd9\x99\x38\x12\xc9\xea\xc3\x9c\x0b\xa3\x12\x91\x36\xcc\xae\x8c\x6a\x44\xc5\x30\x7c\x64\x34\x46\x34\x4e\x98\xde\x18\xb5\xf8\x06\xd9\x31\x7e\x62\x34\x45\x64\x19\xe3\x37\x8c\x36\x97\xef\x89\xf1\x4f\x8c\x9e\x22\x6a\x82\xf1\x5b\x46\x5b\x44\x96\x47\x8c\x5f\x18\x2d\x11\x99\x62\x7c\x67\xd4\x23\x2a\x0d\xe3\x77\x8c\x76\x11\x35\xcf\xc3\x2c\x94\x92\x90\xf2\x3c\xd5\x61\x16\x62\x49\x60\xb9\x15\x1d\x66\xa1\x96\x84\x96\xd7\xdc\x86\x59\xc8\x25\xc1\xe5\xad\xfa\x30\x0b\xbd\xc4\x2f\xa6\x18\x4f\x2f\x09\xaf\x62\x23\xc6\xd3\x4b\xc2\xab\x54\xc3\x78\x7a\x49\x78\x95\xd6\x30\x9e\x5e\x12\x5e\x55\x1c\xe3\xe9\x25\xe1\x55\x3d\x63\x3c\xbd\x24\xbc\x6a\x45\xb1\x42\x2f\x09\xaf\x3a\xa1\x59\xa1\x97\x84\xd7\x28\xa8\x56\xe8\x25\xe1\x35\x3a\xaa\x15\x7a\x49\xbf\xf4\x8f\xf1\xf4\x92\xf0\x1a\x27\x54\xab\xf4\xd2\xf0\x6a\x82\x6a\x95\x5e\x1a\x5e\xcd\x51\xad\xd2\x4b\xc3\xab\x8d\xa8\x56\xe9\xa5\xe1\xd5\x26\x54\xab\xf4\xd2\xf0\x9a\x14\xd5\x2a\xbd\x34\xbc\x26\x47\xb5\x4a\x2f\x0d\xaf\x69\x44\xb5\x4a\x2f\x0d\xaf\x69\x42\xb5\x4a\x2f\x6d\xd7\xff\x55\xcc\x27\x98\x4e\xcc\x1c\xe5\x2a\xc5\x74\xc3\x6c\x44\xbb\x4a\x32\x0d\x32\xb4\x8f\x4b\xd0\x4c\xb7\xcc\x14\xfd\x2a\xd1\x74\x61\x56\x50\xb0\x52\x4d\x3b\xb3\x11\x0d\x2b\xd9\x74\xc7\x45\x92\x51\xb1\xd1\xcd\x32\x33\x45\xc7\x46\x38\x13\x66\x05\x25\x1b\xe5\x4c\xaf\x0b\x2c\x0f\xb3\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x41\xd1\x46\x3d\xe3\xea\xb4\x86\xa6\x8d\x7c\xc6\xe5\xe9\x19\x55\x1b\xfd\x8c\x7e\x6e\xe8\xda\xe8\x67\xf4\xf3\x82\xb2\x8d\x7e\x46\x3f\x6f\x68\xdb\xe8\x67\xf4\x2b\x82\xba\x8d\x7e\xb6\xbd\xde\x15\x70\x0d\xfa\x19\xfd\x4a\x45\xe1\x46\x3f\xa3\x5f\x69\x68\xdc\xe8\x67\xf4\xab\x82\xca\x9d\x7e\x4e\xbf\x6a\xe8\xdc\xe9\xe7\xf4\xab\x15\x9d\x3b\xfd\x9c\x7e\xb5\xa1\x73\xa7\x9f\xd3\x6f\x14\x74\xee\xf4\x73\xfa\x8d\x8e\xce\x9d\x7e\x4e\xbf\xb1\xa2\x73\xa7\x9f\xd7\xeb\xad\x0c\xd7\xa0\x9f\xd3\xaf\x09\x3a\x77\xfa\x39\xfd\x9a\xa3\x73\xa7\x9f\xd3\xaf\x55\x74\xee\xf4\x73\xfa\xb5\x09\x9d\x3b\xfd\x9c\x7e\x93\xa2\x73\xa7\x9f\xd3\x6f\x72\x74\xee\xf4\x73\xfa\x4d\x23\x3a\x77\xfa\x39\xfd\xa6\x09\x9d\x3b\xfd\x7c\xc7\x7b\xad\xa2\xf3\x72\xd9\x43\xf2\xf5\xfe\x9b\x87\xb9\xd0\xaf\x70\x57\xc8\x23\x3a\x2f\xf4\x2b\xca\x6c\x42\xe7\x85\x7e\x25\xfc\x54\x14\x9d\x17\xfa\x15\x67\x56\xd0\x79\xa1\x5f\x29\xcc\x46\x74\x5e\xe8\x57\xc2\x4f\x35\xa3\xf3\x42\xbf\x32\x32\x53\x74\x5e\xe8\x57\xb8\x3f\x68\x41\xe7\x85\x7e\x85\x1b\x84\x8e\xe8\xbc\xd0\xaf\x6c\x44\xb8\x69\xe4\xd8\x11\xaf\x3b\x1f\x7e\xc7\xb3\xc3\xc7\x5e\xbe\x7d\x3b\x9d\xfa\x7a\x8e\x27\x87\xd8\xac\xb1\xd7\xee\xd7\xfe\xf1\x14\x72\x3c\x1c\x71\x56\xfc\xfc\x1b\x00\x00\xff\xff\x0d\xf5\xe5\x1f\xb1\x08\x00\x00"); +var _eg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x95\xcd\x8a\xe3\x46\x14\x85\xf7\xf5\x14\xb5\x9c\x2c\x26\xae\x7b\xeb\x1f\x84\x21\xb8\x19\xf0\x62\x66\x42\x9c\x4e\x02\x21\x0b\x59\x2a\x19\x41\x2c\x09\x59\x5e\xf4\xdb\x87\x5b\x47\xdd\x81\x31\x18\xd9\x9f\xab\x74\xac\xef\xc8\xd7\x87\xd3\xf9\xe5\x3c\x8d\x9b\x3e\xfc\xba\xce\xdd\xa5\x6c\x7a\x18\xa7\x7e\x2d\x8f\xf9\xb9\x76\x45\x5f\xcb\x6d\x9c\x94\x22\xd6\xfd\xd8\x6d\xef\x6f\xeb\xa1\xbb\xb7\x8b\x52\xb2\xff\xf2\xf6\xd8\xca\xfd\x3c\x0d\xb3\xb6\x58\xd7\x3f\x97\x7d\xad\xd6\x87\xdf\xca\x6d\x7c\x6c\xeb\x9b\xfe\xf4\x4b\x3f\x5f\xcb\x4f\xba\x2f\x83\xf0\xef\x6b\x5f\xd6\x71\xba\xe9\x4f\xa7\x6f\x17\xfa\xc0\x97\xe7\xb2\xfc\x5b\xee\x65\xda\xb4\xa9\xac\x4c\x7d\x3d\xaa\xc3\xe9\x6b\xbb\x7c\x6b\xef\x45\x1f\xea\x99\x3e\xcb\xbe\xcf\x58\x54\x3f\xfb\xa3\xac\x8f\x71\x9e\x34\x99\x9f\x8d\x09\xff\xf3\xdf\xdf\x96\xa2\x69\x3f\xc9\xeb\xf9\xe5\xfb\x30\x3c\xca\xa6\x73\xd8\xf7\xfe\xf5\x7a\x7e\xd1\x7f\x93\x26\xa3\xd9\xdb\xec\xfe\xd9\x97\xfe\xf9\x75\xee\xcb\xfe\x2d\xea\x95\x9e\xe6\xe7\xb4\x69\x72\x26\x67\x40\xc2\x65\x76\x73\x5f\x1e\x4b\xdb\x95\xb5\x9d\x6e\x45\x69\xdd\x18\x63\xcc\x51\x37\x36\x7e\xf9\x72\x94\x2b\xf8\x61\x85\xf2\x61\xdf\x39\xf6\x20\xef\x3b\x8c\x19\x86\xa3\x96\x87\x51\x8d\x21\x30\x02\x63\x1f\x54\x63\x18\x8c\xc1\x3c\xb1\x6a\x8c\x05\xb3\x60\x31\x24\xd5\x18\x07\xe6\x2a\x23\xc3\x4e\x35\xc6\x83\x79\x30\x4e\x92\x11\xc0\x02\x98\xb7\x92\x11\xc1\x22\x58\xcc\x92\x91\xc0\x52\x65\x6c\x9c\x64\x64\xb0\x0c\x66\x8d\x64\xb4\x60\x2d\x98\x0f\x92\x71\x05\xbb\x82\x25\x92\x8c\x0e\xac\xab\xcc\x9a\x28\x19\x3d\x58\x0f\x66\x59\x32\x0a\x58\x01\xf3\x49\x32\x06\xb0\x01\x2c\x39\xa3\x1a\x82\x3f\x82\x3f\x67\x72\x50\x0d\xc1\x1f\xc1\x9f\xb3\x9e\x55\x43\xf0\x47\xf0\xe7\x82\x49\xaa\x21\xf8\x23\xf8\x73\x29\x38\xd5\x10\xfc\x11\xfc\x79\x62\xc9\x80\x3f\x82\x3f\x6f\xa3\x64\xc0\x1f\xc1\x9f\x0f\x56\x32\xe0\x8f\xe0\xcf\xa7\x24\x19\xf0\x47\xf0\x17\xc8\x49\x06\xfc\x11\xfc\x05\x67\x24\x03\xfe\x08\xfe\x42\x90\xce\x09\xfe\x08\xfe\x42\x96\xce\x09\xfe\x08\xfe\x22\x49\xe7\x04\x7f\x04\x7f\xd1\x49\xe7\x04\x7f\x04\x7f\x31\x48\xe7\x04\x7f\x04\x7f\x31\x4b\xe7\x0c\x7f\x0c\x7f\x89\xa4\x73\x86\x3f\x86\xbf\xe4\xa4\x73\x86\x3f\x86\xbf\x14\xa5\x73\x86\x3f\x86\xbf\x94\xa5\x73\x86\x3f\x86\xbf\xcc\xd2\x39\xc3\x1f\xc3\x5f\x76\xd2\x39\xc3\x1f\xc3\x5f\x8e\xd2\x39\xc3\x1f\xc3\x5f\xce\xd2\x39\xc3\x1f\x57\x7f\x72\x3b\x4b\x06\xfc\x71\x06\x73\xd2\x39\xc3\x1f\xb7\x60\x51\x3a\x67\xf8\xe3\xea\x4f\x6e\x0a\xc9\x80\x3f\xee\xc0\x58\x3a\x67\xf8\xe3\x1e\xcc\x4b\xe7\x0c\x7f\x5c\xc0\xa2\x74\xce\xf0\xc7\xd5\x1f\xb1\x91\xce\xed\xfe\x8b\x37\x60\x2c\x9d\x5b\xf8\xb3\x04\xe6\xa5\x73\x0b\x7f\x96\xc1\x92\x74\x6e\xe1\xcf\x56\x7f\x64\x8d\x74\x6e\xe1\xcf\x3a\x30\x2b\x9d\x5b\xf8\xb3\x1e\xcc\x4b\xe7\x16\xfe\x6c\x00\x4b\xd2\xb9\x8d\xfb\xf4\x21\x3e\xca\xb8\x4a\xa6\xce\xa0\xf7\x59\x23\xaf\x65\x7a\x7f\xcc\xd3\xee\xb9\xae\x65\xda\xea\xec\xae\x13\x53\xa6\xdb\x38\x95\x8f\xff\x81\x65\x5e\x64\x57\x7d\xfe\x17\x00\x00\xff\xff\xdd\x7b\x1f\xc6\x33\x06\x00\x00"); +func _bebd ()(*asset ,error ){_cfag ,_gac :=_feb ();if _gac !=nil {return nil ,_gac ;};_eceee :=bindataFileInfo {_c :"UniCNS-UTF16-V",_ed :617,_cg :_g .FileMode (436),_ca :_d .Unix (1580492702,0)};_cbfb :=&asset {_fdf :_cfag ,_ff :_eceee };return _cbfb ,nil ; +};func _gbfc ()([]byte ,error ){return _fd (_daf ,"90ms-RKSJ-H")};func _gedf ()(*asset ,error ){_edaba ,_dcbd :=_agda ();if _dcbd !=nil {return nil ,_dcbd ;};_fac :=bindataFileInfo {_c :"HKdlb-B5-H",_ed :18683,_cg :_g .FileMode (436),_ca :_d .Unix (1580492327,0)}; +_ceab :=&asset {_fdf :_edaba ,_ff :_fac };return _ceab ,nil ;};func _gaga ()([]byte ,error ){return _fd (_fgf ,"GBpc-EUC-V")};func _gbf ()(*asset ,error ){_bgc ,_ede :=_cc ();if _ede !=nil {return nil ,_ede ;};_bc :=bindataFileInfo {_c :"78ms-RKSJ-H",_ed :14250,_cg :_g .FileMode (436),_ca :_d .Unix (1580490899,0)}; +_bb :=&asset {_fdf :_bgc ,_ff :_bc };return _bb ,nil ;};func _eddff ()(*asset ,error ){_cfdb ,_badbf :=_cggg ();if _badbf !=nil {return nil ,_badbf ;};_ageb :=bindataFileInfo {_c :"UniKS-UTF32-V",_ed :789,_cg :_g .FileMode (436),_ca :_d .Unix (1580493054,0)}; +_ggcfe :=&asset {_fdf :_cfdb ,_ff :_ageb };return _ggcfe ,nil ;};func _ad ()(*asset ,error ){_gde ,_beb :=_gg ();if _beb !=nil {return nil ,_beb ;};_fdfb :=bindataFileInfo {_c :"78-RKSJ-H",_ed :12581,_cg :_g .FileMode (436),_ca :_d .Unix (1580490930,0)}; +_caf :=&asset {_fdf :_gde ,_ff :_fdfb };return _caf ,nil ;};var _cgc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x3c\x10\x06\xe0\xbb\x7f\xc5\x1c\xf7\x3b\xec\x17\x4b\xb2\x2d\x09\xca\x42\x49\x0e\xcd\x96\x6d\xcb\xa6\xdd\x16\x4a\x0f\x8e\x3d\x09\x86\x46\x36\x8a\x7d\xc8\xbf\x2f\xf3\x4e\xea\x1e\xc2\x24\x8f\x34\x2f\x13\x33\xde\x6c\xf7\xbb\x7d\x1a\x66\xda\x7c\xc9\x63\x77\xe0\x99\x4e\x43\xea\x33\x5f\xc7\x25\x77\x4c\x47\x3e\x0f\xa9\x28\x8c\xa5\x7e\xe8\xe6\xbf\x3f\x51\xba\x4b\x3b\x15\xc5\xc6\x87\xc7\xd7\x8f\x87\xe7\xc7\x0f\xb4\x5c\xf9\x6e\xdb\xfd\xee\x70\xbb\xce\x7c\xd9\xa7\xd3\x48\x4e\x7b\xfb\x65\xba\xf7\x13\x6d\x5e\xf9\x3c\x5c\xe7\x7c\xa3\x87\xf7\xfd\x78\xe4\xff\xa8\xe7\x93\xf8\xe7\xdc\x73\x1e\xd2\x99\x1e\x9e\xdb\xa9\x4d\x66\x3d\x38\x2c\xd3\xf4\x9b\x2f\x9c\x66\x2a\x61\x9c\x7a\xd4\x62\xb3\x7d\x69\xa7\x4f\xed\x85\x69\x9d\xe5\x0d\x27\x38\x78\xe3\x7c\x1d\xc6\x44\xa6\xfc\xbf\x2c\x9b\x7f\xfe\xf5\x36\x31\x99\x7b\xc2\x8f\x6f\xfb\x1d\xfd\x34\x64\x4a\xb2\xb5\xab\xab\x5f\x77\xff\xfe\x32\xf6\xeb\x2d\xeb\x75\xfc\x6e\xe8\x73\x9b\xce\x5c\xbc\x0b\xa6\x32\x4f\x24\xc5\x3e\x91\x0f\xc1\x0b\xd5\x25\xa8\x36\xa0\x08\x3a\x2a\xf5\x42\xd1\x08\x35\x7a\xab\xa9\x40\x15\x28\x82\x7c\x0b\x42\x63\xd0\x78\x29\x3e\x1a\x89\xb7\xf1\x24\x84\xe2\xa3\x09\x42\x2d\x6e\xa1\xf8\x68\x22\xc8\x29\x39\x21\x5b\x82\x6a\xa5\x1a\x64\x40\x5e\xc9\x83\xac\x50\xa7\x59\x1d\xb2\xac\x13\x62\x25\x56\xaa\x40\x1a\xcf\x1a\x5f\x83\x34\x9e\x35\xbe\x01\x75\x4a\x1d\x48\xa6\x77\x15\xfe\x36\x8a\x8f\x36\x80\xac\x92\x05\x45\x50\xa5\x24\x0f\x27\xba\x12\xd4\x28\x35\x20\x03\x0a\x4a\x01\x24\xd3\xbb\x46\xb3\x1a\x64\x39\x99\xde\x05\x8c\x8a\xe2\xa3\xab\x40\xb5\x12\x46\x75\x35\xc8\x2b\xe1\x49\xb8\x06\xc4\x4a\x0c\xc2\xf4\x51\x1b\xa3\x0e\x11\x64\x05\xd7\x65\x90\xef\xb2\xfc\xeb\x32\x76\x4b\xce\x9c\x66\xac\x3e\x36\x4e\xb6\x68\x48\xbc\xbe\x5a\xd3\x38\x49\x17\x3e\x7f\x02\x00\x00\xff\xff\xb6\xb5\x3e\x79\x86\x03\x00\x00"); +func _gaa ()([]byte ,error ){return _fd (_aedc ,"Adobe-Korea1-UCS2")};var _ebc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd3\x41\x8b\xdb\x30\x10\x05\xe0\xbb\x7f\xc5\x1c\xb7\x87\xd6\x96\x14\xad\x2d\x28\x0b\x25\x29\xd4\x85\xed\x96\xa6\xd9\x16\x4a\x0f\x8a\x34\x0e\x86\x46\x36\xb2\x73\xc8\xbf\x2f\x7a\x93\xa6\x87\xa0\xf8\x8b\xe6\xf1\x02\xe3\x7a\xdb\xef\xfa\x34\xae\x54\x7f\xcd\x53\xd8\xf3\x4a\xc3\x98\x62\xe6\x65\xba\xe4\xc0\x74\xe4\xd3\x98\xaa\x4a\x69\x8a\x63\x58\xff\x3d\xe2\x08\x67\x3f\x57\x55\xfd\xf1\xb0\x7d\xfb\x89\x2e\x0b\xdf\x9e\xb7\xfd\x6e\x7f\x5d\x56\x3e\xf7\x69\x98\xc8\xc8\x5c\xbc\xcc\xb7\x59\xa2\xfa\x1b\x9f\xc6\x65\xcd\x57\x7a\xf8\x10\xa7\x23\xbf\xa1\xc8\x43\xf1\x97\x1c\x39\x8f\xe9\x44\x0f\x9f\xfd\xec\x93\xba\xff\xb0\xbf\xcc\xf3\x1f\x3e\x73\x5a\x49\xc1\x38\x45\x9c\x55\xbd\x7d\xf6\xf3\x17\x7f\x66\x42\x8f\x57\x28\xf0\x95\xf3\x32\x4e\x89\x94\x7e\xd7\x34\xf6\xbf\x7f\xbf\xce\x7c\x4b\xa9\xea\x43\xbf\x7b\x19\x86\x85\x57\xea\x9a\x46\xee\xfc\x3c\xf4\x3b\xfa\xa5\x48\x35\xa4\xad\x31\xcd\xef\xdb\xd5\x1f\xcf\x53\xbc\x0f\xea\x56\xfe\x4d\x18\x63\xf6\xe9\xc4\xd5\x7b\xaf\xbc\x7e\xa2\x72\x98\x27\x6a\xbb\xae\x2d\x74\x54\xa0\xa3\x06\x39\x50\x10\xe2\x42\x4e\x15\x0a\x72\x2b\x58\xd0\x06\xe4\x41\xf1\x08\xc2\x20\xcb\xad\x72\xb4\x4e\x95\xf8\x8d\x07\xe1\x68\x9d\xea\x40\x46\xc8\x80\x1c\xc8\x0a\x95\x78\xa7\x1b\x50\x2b\xd4\x82\x14\xc8\x09\x39\x90\x2e\x14\x24\x2b\x20\x4b\x9b\x42\x2c\xc4\x42\x1b\x90\xc4\xb3\xc4\x5b\x90\xc4\xb3\xc4\x3f\x82\x58\x88\x41\xa5\xbd\x95\xf6\x56\xda\xeb\x0e\x64\x84\x24\xde\x81\xac\x10\xe2\x4d\x03\x6a\x85\x10\x6f\x14\xc8\x09\xa1\xbd\x29\xed\xad\xb4\xb7\xd2\xde\x94\xf6\x56\xda\x5b\x69\x6f\x36\x20\x89\x97\xf6\xc6\x82\x24\x5e\xda\x9b\x47\x10\x0b\xa1\xbd\x41\xfb\x41\x06\x87\x47\x50\x57\x36\xf2\xbe\x0c\xe5\x7b\x79\x17\xee\xbb\x19\x2e\x39\x73\x5a\xf1\x26\x60\x09\xcb\x16\x8d\x89\xef\x6f\xd9\x3c\xcd\x65\x0a\x9f\xbf\x01\x00\x00\xff\xff\x11\x50\xcc\x91\x91\x03\x00\x00"); +func _feb ()([]byte ,error ){return _fd (_gdef ,"UniCNS-UTF16-V")};func _dedg ()([]byte ,error ){return _fd (_fgfa ,"UniKS-UTF16-V")};func _fff ()([]byte ,error ){return _fd (_dgaa ,"Adobe-GB1-0")};func _aaac ()(*asset ,error ){_bebfa ,_effg :=_bebe (); +if _effg !=nil {return nil ,_effg ;};_cagb :=bindataFileInfo {_c :"UniJIS-UTF16-H",_ed :185917,_cg :_g .FileMode (436),_ca :_d .Unix (1580492927,0)};_ecac :=&asset {_fdf :_bebfa ,_ff :_cagb };return _ecac ,nil ;};func _gdb ()([]byte ,error ){return _fd (_gbg ,"Add-RKSJ-H")}; +func _cac ()([]byte ,error ){return _fd (_bbgcg ,"CNS1-V")};func _aeg ()([]byte ,error ){return _fd (_dgec ,"UniGB-UCS2-V")};func _fde ()([]byte ,error ){return _fd (_gfe ,"90msp-RKSJ-H")};var _bdba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4b\xaf\x6d\x39\x72\x26\x36\xcf\x5f\x71\x86\xed\x41\xbb\x16\xdf\x0c\x20\x71\x00\x97\xd4\xd5\xd6\xa0\x6d\xc3\x92\x6c\x03\x86\x07\xe4\xde\x6b\xcb\x05\x58\x59\x85\xaa\xd2\x40\xff\xde\xe0\xf7\x58\x29\x18\x06\x6e\xde\xc9\xdd\x71\xc8\xc5\x67\x30\x18\x8c\xe7\xef\xfe\xee\x1f\xfe\xfe\x1f\x7e\xf9\xe3\xdf\xbe\x7e\xf7\xbf\xfc\xe5\x4f\xaf\x7f\xbc\xff\xf6\xf5\xf9\xe3\x2f\xef\xbf\xdc\x7f\xfd\xd3\xbf\xfd\xe5\x75\x7f\xed\xfb\x5f\xfe\xf8\xcb\x4f\x3f\xa5\xfc\xf5\xfe\xe3\xeb\x6f\x06\xf1\xdf\xeb\x5f\xd7\x9f\x7f\xfa\xe9\x7c\xff\x8f\xff\xfe\xd7\xbf\xdd\xff\xfa\x0f\xbf\x7c\xfe\xf4\x55\x58\xef\xfd\x6f\x7f\x56\xdd\xaf\xaf\xdf\xfd\xaf\xf7\xbf\xfc\xf1\xaf\x7f\xfb\xcb\xbf\x7f\xfd\xa7\xff\xe1\xfd\xa7\x7d\xff\x77\x5f\xef\xfb\x73\xfe\xfe\x3f\xff\xe5\x7d\xff\xe5\x8f\xbf\xfc\xcb\xd7\x7f\xfa\xaf\xbf\x4f\xcf\x5f\xff\xf1\xdf\xfe\xfc\xe7\xff\xe7\xfe\xd7\xfb\x97\xbf\x7d\x35\xfc\xed\xfe\xe5\x8d\xff\x7f\xfa\xdd\xdf\xfd\xb7\xf5\xe7\xff\x69\xfd\xeb\xfd\xf5\xbb\x7f\xfe\xe5\x8f\xff\xf5\xf7\xff\xf9\x9f\xff\xe9\x0f\xf3\x3f\xff\x8f\x28\x44\xd9\xff\x76\xff\xe5\xaf\x7f\xfc\xd3\x2f\x5f\xa9\xfc\xf7\x57\xea\xbf\xfe\xfd\x9f\xfe\xfd\xcf\xf7\x57\x52\x23\xff\xc7\x3f\xff\xc3\xdf\x7f\xfd\x9f\xe9\x2b\x5d\x5f\xb9\x95\x11\xff\x97\xfe\xfe\xbf\xff\xb7\x3f\xbd\xef\xaf\x8b\x50\xe5\xe8\x5f\x7f\x7a\xdf\x7f\xfd\xf3\x7a\xdd\x7f\x59\xbf\xfc\xcb\xfd\xd3\xd7\xd7\xcf\xd7\xf5\xfd\xc5\x7f\x3f\x8f\x3f\x7c\x9f\xbf\xfc\xdd\x35\xf5\xb7\x9f\xff\xfe\x0f\xbf\xe7\xdf\xfe\xcb\x35\xf5\xd7\x9f\xff\xcb\x1f\x7e\xef\xbf\xfe\x01\x7f\x3d\x7f\xff\xf9\x0f\xe3\xf7\xfa\xfb\xfd\xcb\xfb\xff\xd3\xcb\x4f\x89\x9d\xff\xf2\xa7\xbf\xbd\xef\x0f\xff\x86\x7e\x7f\x4e\x9f\xef\xaf\x74\xbe\xf8\x8f\x45\x3f\xa5\xeb\xd2\x68\xff\xf8\x7e\xfd\xdf\xeb\x2f\x3f\xfd\xfc\xca\xeb\x3a\x35\xcf\x8f\xfa\xfd\x95\xfa\xc0\xcf\xf6\xfd\x95\x73\x69\x15\xc0\xf8\xfe\x4a\x83\x55\xe6\xf7\x57\xba\x32\x7e\xc6\xf7\xd7\x18\xa9\x9c\xdf\xfb\x34\xd1\xf1\xe7\x9d\xbe\xbf\x52\x46\x23\x7b\x7c\x7f\x45\xfc\xf4\xf3\xab\xc4\x69\x21\xcf\xf3\xf3\xf4\xd6\xd1\x58\x59\xe9\xfb\xab\x77\x54\x38\xed\xf6\xd1\xf0\x33\xce\xcf\x82\x9f\xeb\xfb\xab\x07\x7f\xbe\xce\x5f\x59\xf7\x7d\x7e\x9e\x1e\xca\xce\xdf\x5f\x7d\xa2\xc2\x2e\xe7\x27\xda\xdd\xe8\x0d\x75\xf7\x69\x6c\xb2\xee\x69\x6c\xa2\x8b\x7d\x1a\x8b\x33\xdc\x3a\x31\x86\x33\xb2\x1a\xa7\x85\x81\xbf\xc6\x3e\x3f\xcf\xe4\xeb\xc2\xcf\xfe\xd3\xcf\xaf\x36\xeb\xf9\x8c\x3f\xcf\x78\x63\xe0\xe7\x19\xce\xbc\xce\x4f\xd4\x9d\xe7\xb3\x31\xef\xf3\xd9\xf9\xeb\x08\xcc\x78\xe2\x27\xc6\x9b\xf1\xf3\x34\x36\x3b\x7e\xf6\xf3\x93\x15\x4e\xbb\x33\xf0\x13\x93\x67\x0b\x18\xef\x99\xdb\xc0\x84\xe2\xd4\x8d\x38\x43\x8f\xd3\x5b\x60\x25\xb1\xd4\x7b\x9e\xc9\x5f\x09\x3f\xe3\xfc\x3c\x2d\xec\x88\xb3\x15\x57\xfc\xf4\xf3\xfb\xc2\x94\xaf\xf9\xd3\xcf\xef\x84\x26\x6a\xfa\xe9\xe7\x3b\xed\xb9\x3f\xa7\x91\xf6\xd3\xcf\x77\x9e\xd7\xcc\xd8\xdd\x4e\xe8\x4c\x21\x5d\x57\x9a\x02\xcb\x69\x2d\x5d\x82\x0e\xda\x5c\xfa\x2e\x1a\x8a\x92\xa0\x7e\x8a\x06\x81\x95\x89\x0e\xf8\xcd\x6a\x59\x10\xaa\xa9\x71\xe0\xd2\x50\xdb\x9b\xf5\x8a\xa0\xfd\xfd\x95\xce\xfa\xde\x79\xa6\x78\x7f\x7f\x35\xb5\x97\x0f\x7a\x1c\x7c\x65\xc5\x3a\xcb\xc1\xc7\x26\x80\x6d\x54\x41\x58\x89\xa4\x32\x0c\x70\x70\x18\xf5\xac\xe2\x99\x65\x17\xc8\x25\xe0\x77\xfd\x6c\x5d\x9a\x4d\xc0\x69\x7f\x72\xc0\xf3\xe0\x42\x2a\x43\xc0\x39\x76\x85\xdf\xcc\xb3\xbc\xa9\x14\x01\x18\x46\xbe\x04\xad\x53\x14\x02\xde\xdf\x5f\xa9\x25\x01\xf7\x01\xd4\x5c\x7c\xf0\x91\x8a\x70\x52\x6b\x16\x80\x4d\xc8\x86\xda\x29\x72\xbd\xb3\xf1\xa5\x0b\x40\x4f\x4d\xc0\x59\xc1\x6a\xe0\xf4\x54\x55\x6d\x9f\x5d\x6c\x1a\xd0\x59\xf6\xd4\x34\xbf\x7d\xd6\xa8\x68\xdc\x38\x5b\xc5\x25\x18\x37\x4b\x02\xcb\x50\x43\xc0\xeb\x00\xac\x16\x81\x8d\xcf\x5c\x87\xc0\x24\x5a\x16\x70\x56\xa8\x72\xb2\x8b\x2b\xa4\x65\x5d\x07\x65\x53\xe5\x4a\x2e\x4e\x8f\x3d\xad\xcd\x45\xe1\xc0\xf7\xfa\x10\x79\x0e\x71\x14\x51\xfb\xff\x21\x73\x77\x9e\x2f\x6c\x61\xc5\x30\xa2\x63\x18\x33\x09\x38\xc3\x98\x17\x81\x8d\x9d\x56\xb5\x8d\x9d\xc6\x68\x63\x4c\x60\x4b\x08\x00\x55\x9c\x02\xce\xba\x8e\x26\xe0\xac\xeb\x18\x02\xce\xf0\x06\xc6\x1a\xf3\xa0\x62\x1a\x55\x00\x5a\x2b\x02\x80\x96\x93\x1f\xc5\x04\x3d\x4d\x02\xce\x78\x3a\x06\xb7\xd7\x29\xc9\xb9\xe6\x29\x30\x1d\xf0\xe2\x0a\xee\x75\x28\x54\xce\x17\x51\x69\xaf\xb3\x25\x07\xac\x02\x37\xc1\x26\x10\x67\xe6\x72\xcb\x87\x46\x1f\x50\xdf\x2e\x82\x43\xdf\x1e\x2c\x3a\xa0\x3a\x3a\xa8\x93\xf3\x35\xf5\xed\x59\xa5\x03\x66\x81\xec\x88\x3b\xb9\xf7\xe4\xb7\x41\xf0\x75\xa6\x50\x71\x5b\x00\x4a\xdf\x5f\x75\x90\x46\xec\xd7\x99\x6b\x1d\xd9\x65\x05\x65\x21\xa8\x9e\xef\x78\x04\xf7\x0b\x4b\x79\xa5\x92\x04\x76\xa0\xaf\x9b\x19\xdf\x5f\x75\x76\x43\xf3\xfb\xab\xe4\xe2\xee\x03\x35\xdd\xc5\x3a\x65\x24\x37\xfb\x75\x56\x28\xa6\x8b\x5e\xa7\xf7\xee\xfe\xde\xa7\x49\x12\x9f\xfd\x3a\x5b\x5c\xe7\xf0\xc8\x3e\xdf\x5f\xf9\x0a\x0d\xe5\x10\xcb\x76\x25\x75\x0e\x1a\x50\x3d\xcc\x83\x82\xb9\x11\x07\xf7\xeb\x90\x91\x3a\xb5\x01\xaf\x43\x47\xeb\x48\x86\xda\x81\xaa\x21\x12\xd2\xa1\x39\x9c\xbd\x2a\xc5\xb3\x3d\x97\x46\xd2\x39\xdc\xaf\x73\x6e\x6a\xf0\x58\xef\x17\xe8\x4c\xce\xfe\x6e\x9f\xa1\x65\xd7\x3c\x13\xcc\xd3\x83\x79\x7f\x7f\xe5\xea\x8d\x38\x54\xa8\xb5\xec\xb2\xcf\xf7\x57\xe9\xde\xc0\x73\x74\x4a\x4d\x5a\x8a\x73\x76\x5a\xf7\x24\x0e\xd1\x4c\xa9\x79\xd5\x0e\x91\x2a\xb3\x69\x9d\xc0\x60\x94\xa7\x99\xc3\x63\x44\x56\x87\xe7\x0e\xa8\xbd\x69\xd8\x07\xfb\x5a\x14\x77\x01\x0a\x3b\x5d\x16\xdf\x5f\x25\xaa\x5b\x59\xdf\x5f\xad\x5c\xda\xb3\x43\xdf\x4a\x09\xf7\x7e\xee\xcd\xeb\x72\x2b\xef\x53\x96\xfc\xdd\xb9\xa0\xd3\x33\x4e\x9c\xd2\xa9\x71\x9e\x2b\x28\x5f\xa1\xc9\x6f\x9c\x31\xa3\x0f\xa8\xc3\x28\xea\x0f\x5c\x47\xea\xae\x59\x71\x47\xb8\xac\x01\x0f\x34\xea\x43\x45\x5b\x7e\xda\x3c\xf3\x2b\xdd\x65\x13\x74\xc5\x3d\xc4\x99\xbb\x67\x7b\xd8\x96\xd6\xbd\xd8\xe7\x64\xb5\x7e\x69\xb1\x0f\x1f\x53\xc2\x1b\x08\x6a\xfc\xe0\xeb\xbe\xc1\x04\x19\x0f\x0e\xcd\x2c\x95\xb7\xd4\x7e\xe3\x08\x36\x2d\xc5\x1b\x0c\x41\xd5\x31\x7b\x9f\x23\x58\x86\x96\xf0\x8d\x9b\xb4\x91\xd6\xee\x37\xe9\x8b\x90\xf2\x8d\x23\xd8\x9f\xb2\x7e\xb6\x9a\x57\xd5\x7e\x9f\x13\x58\x72\xfd\x31\x59\xde\xef\x73\x3c\x6b\x69\x6e\x34\x00\x79\xa0\x87\x74\xcc\xea\xa1\x9d\xdd\x4d\xb9\x0a\x3a\xe8\xdb\x8a\xbb\x7f\xe3\x86\x70\x2b\x67\x77\xdb\xf4\x77\x1f\x0c\x4d\x35\xc9\xcc\x90\xf0\xee\xf7\x39\x9f\x79\xb8\x95\x73\x3e\x4b\x2d\x6a\xe5\x9c\xcf\x72\x79\x29\xce\xf9\x2c\x55\xa7\xfc\x7d\xce\x67\xbe\x9a\x5b\x01\xf6\x26\x97\x91\x61\xf6\x77\x13\xe7\xda\x35\xcf\xee\x1a\xd3\xde\xe7\x78\x96\x2b\x19\xda\xdf\x5f\xf5\xd7\x91\x1d\xfa\x1c\xc9\x23\x3b\xd8\x9b\xbd\x49\xe7\x78\xd6\xab\xba\xbf\xcf\x59\x33\x51\x8e\x37\x6f\x36\x61\xe8\xfb\x1c\xcf\x32\x44\x00\xde\x8b\xd8\xab\x1e\x70\x3a\x8b\xa8\xd8\xfb\x9c\xce\x9a\xbb\x56\xf7\x9c\xce\xd2\xbd\x2b\xe7\x74\x8e\xf4\xf4\x30\xbe\xbf\xc6\x75\xb9\xcd\x89\xfb\xa9\xbb\x51\xdc\x64\x6e\x85\xf3\xd3\x38\xcf\xe9\x3c\xbc\xa5\xa0\x33\xbf\xf9\xf4\xf0\xc6\x3e\x68\xdf\xcf\xe9\x2c\x26\x46\xef\x73\x3a\x8b\xe9\xc6\x7b\x93\xfc\xa8\x3b\xbc\x37\x7a\x9b\xaa\x8a\xe3\x29\x5e\x63\xbf\xcf\xf1\xac\x97\xd1\xe7\x1c\xcf\xdc\x8a\xa1\x43\x60\x7d\x0f\xbc\xcf\xf1\xcc\x43\xf7\xd9\xfb\x1c\xcf\x51\xc2\x35\xe7\xf7\xd7\xc8\xdd\x35\x0f\xf9\x19\xde\xf8\x73\x3c\x6b\x7a\xfa\x3b\x1b\x58\xbc\x49\xe7\x78\xe6\x1a\x6e\x13\xcc\x92\xd1\xe7\x1c\xcf\x91\x8c\x22\xe7\x74\xa6\x26\xe2\x70\x9f\xd3\xd9\xbb\x08\xc0\x7d\x4e\x67\xc9\xba\x96\x6f\x30\x03\x59\x33\xba\x71\x41\x76\x1d\x96\x1b\x17\x64\x23\xcb\xb4\xef\x89\x27\x5c\xb8\xec\x9c\x4e\xf1\xc7\xfb\x3e\xa7\xb3\x99\xd8\xde\x38\x80\x4d\x77\xe0\x7d\x0e\xe0\x28\xba\xbb\x6f\xdc\x8f\xe5\x72\x19\xd8\x1c\x9f\xa4\xfb\x9c\xc0\x21\x5e\x6e\xdf\x38\x81\x39\x3c\x50\x60\x68\x33\x74\x76\x30\x74\x92\xee\x20\x07\xa0\x49\xe0\x86\x9c\x21\xb4\xb8\xcf\x11\x9c\x97\x67\x1f\xe4\x2c\xd4\x3f\xae\x48\x13\xe6\xfb\x1c\xc1\x34\xb3\x1b\x05\x07\x90\xdd\xca\xd9\xc1\x5a\x5d\x76\x76\xb0\xe9\x22\xb8\x03\x2f\xd7\xe2\xee\x71\x43\x4e\xd7\x3c\x3b\x88\x07\x21\xa0\x43\x62\xfa\xd0\x04\x71\x04\x4d\xb4\xef\x73\x04\xc7\xbc\x3c\x16\x4c\x50\xf8\x73\xe3\x08\xe6\x66\xe8\x4c\x30\x86\x78\x80\xfb\x9c\xc1\x9a\xbc\x4e\xe7\x0c\xd6\x3c\xd4\x28\x6e\xc8\x08\x61\xe5\x8d\x2b\xb2\x65\x43\x1d\xd4\xd7\x1f\x9e\x19\x0e\xef\xef\x39\x84\xb3\x24\x43\x01\x02\xa4\xf9\x82\x77\x6b\xd5\xad\xec\xb3\x16\xb5\xfd\x98\x32\xdf\xe7\x84\xd6\xe2\x29\xe2\x84\x5e\xbf\xb6\x7a\x2e\x98\x5e\x3c\xf0\xc3\x02\xf9\xd6\xb8\xf9\x86\x33\x46\x9d\x23\x3a\x4d\x8c\xef\x73\x42\x73\x7e\x20\x4c\x3f\x19\xaa\xdf\x5f\xd3\xa4\xf2\x3e\x27\x74\x84\x7b\x38\x27\x74\x84\x88\xff\x7d\x4e\x68\xa9\xba\xf6\xef\x73\x42\x4b\xd5\x15\x7d\xe3\x84\xea\xa5\xb5\xef\x73\x42\x67\xb9\xb4\x6a\x7c\x42\x3e\xad\xbc\xc0\xb6\x1b\x7a\x7f\x7f\x0d\x73\x32\x37\x4e\xe8\xf4\x39\x38\x27\xb4\x99\x50\x7f\x70\x7f\x0e\xe1\xd3\x67\x02\x81\x45\x1f\x3e\xe7\x84\xce\xa1\xf3\xfa\x39\x27\x74\x16\x31\x2b\x9f\x73\x42\x63\x76\x7f\x77\x76\xd7\xa7\xf0\x73\x4e\xe8\x2c\x7c\x47\xef\xcf\x39\xa1\xf9\xd7\x1e\x0e\x23\x9f\x66\x18\x3c\x13\xac\xdd\x55\x0f\x02\x87\x28\xe7\x67\x52\x74\xe1\xee\x5f\xdf\x5f\x31\x9a\x87\xc6\xf7\x9a\x27\x71\x63\x29\x5c\x13\x0c\x82\x90\xfb\xa3\x3b\x52\xdf\x9d\x13\x3a\x8b\x08\xd9\xe7\x1c\xd0\x31\x85\x06\x9f\x73\x40\x67\xd6\x03\xe4\x73\x0e\xe8\xd0\x13\x6e\x7f\xc0\xc3\x4e\xd0\x80\x32\x2f\xb0\x12\x40\xa6\x03\x80\x7d\xaf\x02\xc0\xdd\x5e\xd9\x20\x30\xdb\x35\xf9\x7a\x04\xbe\x14\x8a\x1e\x92\x01\xf0\x38\xd7\xd5\x0c\x7e\x28\x04\x18\x00\x73\x80\x59\x29\x78\x95\x1d\x90\x22\x2d\x6c\xd3\x01\x3b\x41\xf6\x09\x99\x51\xce\x9c\xe3\x01\x27\xc1\x2c\x30\x08\x26\x81\x8b\x60\x11\xb8\x25\xd8\x38\xbf\x5f\x94\x21\x10\xac\x38\xa4\x85\x03\x9a\x5b\xf2\x05\x82\x6b\x61\x3d\xae\x8b\x8d\xde\x92\x3e\x5c\x2c\x05\xaa\x1c\x70\x0a\xe4\x54\x2f\xb6\x8b\x95\x3d\x4d\x61\x7c\x91\x26\x1f\x6b\x20\xef\x25\x92\x9e\x63\x8d\xa5\x3d\xf8\x58\xe3\xba\xc4\x9c\x02\x83\x60\xf0\x75\x86\xd7\x7e\x59\x35\xf8\x66\xc4\x6d\x5e\x56\xd3\x43\x8f\xab\xb6\xf0\x9a\x3d\x60\x23\x18\x17\xc1\x29\x50\xa5\x1d\x60\x68\x18\x78\x86\x95\xf5\x56\xbf\x03\xf3\xdd\x49\x2d\x03\xc7\xca\x86\x5c\xf0\x80\xa7\xdf\x3a\x13\xb7\xe7\xc2\x83\xa7\xce\xa6\x96\xc1\xaa\xd4\xf9\xe2\x6e\x5d\x78\xbe\xd7\x79\x53\xfa\x73\x81\x07\xa8\xf3\x26\xc3\xce\x2b\xa4\xce\x0f\x1e\x36\xf9\x02\xd2\xd4\x28\x6a\x19\x3b\x5d\x23\xf4\x0a\xc6\x4e\xd7\x80\x40\x22\xeb\x2d\x57\x03\xef\x97\x03\x56\x81\x41\xb0\x01\xe4\x05\x9f\xaf\x40\x47\x81\x0b\xf0\x80\x18\xc6\x6a\xda\x14\x60\x46\x5d\x8d\x48\x03\x79\x1c\xc0\x37\x41\x74\xb4\x3a\x38\xeb\x79\xe1\xf8\xd7\xd5\x63\xb3\x74\x08\xfc\x10\xec\x04\xc1\xac\xe4\x74\xc5\x8f\x68\xf8\xa9\x3b\x58\x17\x0b\xb9\x93\x40\x70\x95\x75\xe7\x95\x09\x0e\x81\x85\x20\x16\x63\x77\x6e\x51\xc2\x0d\x5b\xf7\xfc\x0f\x0f\xf7\x03\x25\x10\x93\x2a\x28\x03\x21\x87\x0b\xc1\x39\xe3\x02\x38\xd0\x21\xd6\xa3\x0e\x41\x87\xdd\xa8\x6d\x0a\x3a\xb4\x2c\x4f\x43\x60\x37\x4a\x17\x74\xf8\xfd\x39\xfd\x1d\x2e\xe3\x70\xd9\x1b\x0f\x4d\x77\x7f\xe3\xa6\x32\xf4\xe1\x60\x54\x15\xec\x06\x5f\xaf\x07\x82\x50\xce\x55\x43\xe3\x56\x1f\x78\x91\x77\x5c\x40\x07\x3a\x1c\x3f\x05\x73\x07\xc2\x8b\xfc\x32\xd4\xc1\x85\x6a\x69\xc0\xf1\x5f\x42\xd7\x3d\xcf\x21\x2a\x94\x2e\x1d\xe8\xdc\xc6\x7c\xb6\x1c\x08\x1c\x63\xf3\xd8\x36\x44\x75\xee\xfe\x05\x41\xa0\x6b\x1e\x7e\xa3\x5d\x6e\xf3\x46\xf7\x1a\x1a\x18\xf9\xe6\x81\x8a\x94\x4c\xad\xfe\x02\xa3\xdb\xd5\xc5\x61\x22\xea\xe5\x15\xa6\xac\xf5\x9a\xfe\x12\xef\xb4\x50\x8f\x6b\x3e\xc2\x98\x03\x51\x7e\x3c\x5d\xb8\x70\xa9\xbb\x90\x6f\x15\x4d\xf1\x9c\xc0\x36\x9e\x3e\xde\x87\xa1\x04\x81\xa9\x7b\x52\x39\x60\xb4\x11\x11\xf4\xa6\x82\x5f\x2f\xd9\x55\x35\x0f\xb5\x43\x86\xdd\x83\xdb\xa4\x79\xd3\x75\xfb\x23\x2a\x3a\x10\x37\x20\x84\x71\x60\x08\x48\x78\x0f\x04\x51\xa2\x17\xeb\x1c\xc4\x32\xba\x9b\xd9\x78\x06\xb8\x47\x92\xef\xd0\xb4\x70\x48\xdb\x33\xba\x73\x1c\x4a\x72\x8f\x9f\x47\x38\x55\x77\x1c\x84\xcf\x53\x93\x0c\x11\x6f\xd2\x89\x1d\x62\xc5\x2f\x41\xdc\x01\x21\x72\x40\x56\x35\x52\x12\x74\xc8\xef\xa8\xfe\xf0\x3c\x86\xb3\x70\x35\x70\xd1\x5f\xa2\x2f\x3b\x26\x46\x9e\x5d\xf5\x75\xce\x4a\x72\xd9\xd9\x81\x9a\xfd\xe1\xb9\x3c\xa2\x1b\xfa\xe0\xbd\xc6\xd5\x08\x90\xf0\xea\x36\x83\xbb\xa3\xe5\x80\xe4\xb6\x5c\x45\xb3\x02\x2f\x1e\xdd\x1f\xe2\x70\x54\x4d\x4a\x17\x52\x68\x39\xc0\x8c\xcf\xe2\x56\xa9\x93\xb8\x5c\xf7\x3c\x18\xb3\x87\x03\x79\x15\xc5\x7a\x07\x82\xd0\xcd\x93\x22\xe9\x0e\xf7\x7f\x1e\x85\xde\xff\xc0\xa3\x37\x35\x8d\x06\x32\xa9\xa9\x4d\x05\x15\x2f\xe1\xe9\x2f\x1c\x55\x9d\xb8\x38\x58\x5d\x47\x16\x04\x51\xcf\x10\x6a\x04\x6e\x8e\xae\x73\x1b\xc0\xcd\x2b\xe9\x8c\xe3\x3a\x2b\xb9\x6b\x69\x0e\x32\x94\xf4\x7c\x08\x8a\x93\xd4\xea\x02\x0f\x98\xd5\xce\x3a\x1b\x9e\xdb\xbc\x7e\x48\xad\xf7\x92\xf6\x46\x2b\xbe\x28\x1a\xb9\xdc\xce\x19\x79\xbb\xdc\xc7\x62\xd5\x22\x70\x83\x1e\x0d\x41\xaf\x47\x1c\x7a\xa0\x37\x08\x60\x13\x74\x43\xec\xe7\xb2\x73\xb5\x54\x51\xdc\x45\xbe\x8f\x0a\x8c\x03\xa6\xd3\x7f\x57\xff\xa0\x95\x21\x1a\xb7\x40\x2a\x47\x56\x33\xc0\x86\x99\x5d\x06\x84\xd7\x6e\x2c\x0a\x40\x2e\xcd\x09\xd4\xf0\x4a\xc5\x1f\x2e\x50\xa7\x4b\xd0\x99\x45\x34\x8f\xe6\xfe\xfe\x9a\x7d\xba\x19\x1c\xb8\xac\xf9\x9e\x0d\x97\x88\xf7\x40\x90\x72\x88\x52\x2f\xdc\x6a\x64\xfc\x0e\x04\xa2\x62\x4c\x5d\x20\x8e\x49\x24\x86\x8a\x85\x29\x12\xb7\x20\x84\x4c\x42\x62\x88\xc0\x53\xf6\x92\x42\xcc\x11\xd5\xdd\x07\x04\x53\xee\x90\x7b\xf1\x80\x98\x45\x71\x87\xe0\x12\xba\xbb\x38\x44\xbd\x7b\x69\x70\xc3\x36\xdd\x93\xeb\x20\x5c\xf1\xd5\x00\xa1\x7a\x35\x4a\x2f\xc8\x16\xaf\x24\xca\xb0\x20\xbd\x98\xba\x6e\x17\x48\x1a\x45\x94\x95\xe2\xf7\x3a\xbc\x34\xa0\x53\x29\x38\xee\x3d\x21\x3c\x11\x46\x6d\xca\x16\xb4\x15\x9b\xc2\x77\x0d\x66\x53\xf8\x2e\x74\xdf\x90\x2d\x0c\xe1\xe5\x26\x41\xab\xfe\xee\x9c\x2f\x72\x9b\x07\x82\x86\xe8\xe9\x01\x0a\x63\x1f\x53\xa8\x24\xab\x69\xaf\x14\x03\xd5\x1f\x82\xe7\x11\xea\x6d\x60\xf0\xe5\x0b\x7e\x4f\x88\xbf\x9e\x1e\x6f\xdc\x9a\x5c\xa8\x1d\x3c\xb5\x2a\xe3\x8d\x4e\x0d\xda\x01\xcf\xee\xfb\x2a\xde\x10\x20\x74\x8f\xe6\xa0\x69\xa9\xd9\xcd\x9c\x69\x34\x4f\xf8\xd0\xac\x5a\xbb\xbf\x83\x84\x36\xf9\xbb\xc3\xb3\x4c\xdd\x4b\x3b\xa0\x19\xa8\x6e\x05\xd7\xf4\x70\xd9\x07\x54\x42\xad\x2c\x9e\x2e\x37\xba\xa0\xfa\xd0\x1e\xee\xc5\x71\x77\x83\x05\xf2\xcc\x26\xe8\x20\x6d\x4f\x86\x1a\x48\xa6\x66\xc8\x4b\x7b\xb8\x51\x1e\xaf\xee\xaa\xe0\x36\x3c\x1c\x5c\xda\x63\x68\x1a\x40\xcc\x21\xc4\xdc\x1b\xdc\x9d\xce\xf3\xe6\x35\x9d\xbc\x53\x07\x33\xeb\xb3\x36\xc0\xcc\x21\xf6\x6a\x0b\x33\x8d\x37\xc0\xcc\x31\xfc\xe1\xa1\x7d\xcf\x8c\xc1\x7d\x9a\x4a\xee\x83\xa7\x25\x57\x97\x71\xc3\x3d\x54\x88\xcb\x7a\x73\x8f\x37\x0b\x35\x2b\x90\xdb\x5e\xf8\x25\x14\x4a\xa7\xb0\x0b\x4c\x90\xda\x5e\x82\x80\x71\xe2\x8c\xa0\xee\xa9\x49\xf3\x80\x4e\xa7\xcc\xe2\xb2\x1b\x52\xff\x1f\x8a\xac\x2b\x15\x3e\xc9\x84\x09\x0a\x9f\xd4\x45\xdf\xa0\xf0\xa9\x97\xb8\x36\x68\x6a\x6a\xeb\xae\x39\x21\x62\xd5\x40\x0f\x1a\x65\x9f\x1b\x68\x6a\xf2\x55\xfc\x1d\x77\xaa\x09\xba\xc1\xa5\x69\x4a\x40\xaa\xa7\x0c\x48\x55\xb4\xa6\x2f\xbe\x22\x7d\xdc\xa1\x8e\xa9\xe6\xd9\x5e\xa2\x84\x42\x5c\xa8\x63\x4a\xf1\xf4\x81\x54\x43\x84\x18\xea\x98\x4c\x19\x64\xa5\x3a\xa6\x0e\x1d\x22\xa8\x5c\x8a\xb7\xff\x45\x9c\x9a\xee\xf0\xac\x8c\x09\x21\x14\x29\xc9\x4c\xc9\x8b\x38\x95\xc5\x06\x40\x93\x52\x47\xb8\x6a\x61\xa1\x41\x22\x95\xc6\x46\xd6\x2f\x7b\x89\x81\x54\xfd\x72\xb3\x83\x85\x1a\x01\x58\xbf\x22\xfc\x87\x32\xe5\x14\x6a\xca\x20\x94\x66\xb0\xa1\x4d\x39\x85\xae\xfb\x42\xa1\xa1\x37\x86\xc7\x2e\xa9\x07\xa9\x5a\x01\xe8\x3a\x52\xcd\x97\xa0\x83\x46\x43\x6b\x85\x67\x6e\xaa\xa2\x5b\x50\x3d\xd4\xae\x3b\xfb\xcd\x97\x88\xf0\x06\xaa\x87\x9a\xb5\xe2\x6f\xd2\x2d\x8a\xc2\xaa\x74\x0f\xbd\xba\x10\xcb\x91\xdd\x23\xb8\xad\x10\x97\xf4\xa6\x72\x30\x67\x0d\x0e\x28\x37\xc2\x55\x27\xa8\xd3\x14\x04\x86\x52\xd8\x01\xed\x43\x1d\xa2\x23\xd0\x3e\xa4\x3e\x0c\xf1\xb5\xa5\xe9\x83\xc6\x99\xbf\xa7\xf6\x61\xe8\xd2\xa4\xf6\x61\x78\x52\x78\xc7\x4f\x2f\x06\xa5\x9b\xba\x97\xa9\x61\x18\x62\x20\xa0\x61\xa8\xd4\xed\x54\x6a\x18\xce\x24\xd4\xa8\x30\x4e\x33\x94\xd9\x91\x27\x8c\xcb\x37\x74\xa6\xa9\x47\xa8\xe1\x3e\x70\xdd\x79\x2d\x0e\x02\x86\xb8\x59\x68\x03\x9e\xa7\x2f\xb4\x01\x75\xe8\x2c\xbc\x85\x61\x3a\x0c\x6f\x3e\x2e\xbc\x4e\xb8\x50\xa7\xf0\x16\xaf\xfe\x3a\x2f\xd7\x7c\xf3\x43\x2d\xdb\xc6\xd2\x88\x83\x78\x53\xeb\x26\x5a\x40\x69\xfd\x10\x53\x26\x69\xbd\xd8\xb7\x9b\xf2\x30\x13\x43\x88\xeb\x67\x1a\xfe\x90\x18\xae\x8b\x12\xf2\xfa\x94\xa7\xbf\x04\x81\xd3\x6b\xe2\x26\x57\x98\xab\x0b\x37\x54\x1e\x2e\x7c\xb1\xb0\x0a\x7c\xe3\xfa\xf3\x78\x6e\x16\x36\x81\xd8\x55\x2d\xdd\x4d\xbe\x30\xeb\x92\x83\xc8\xbe\x0e\x31\x94\x94\xca\x4f\x1d\x31\x4a\xe5\xaf\xac\x7d\x85\x58\x7e\xe6\xe9\xaa\x03\x42\xfa\x4b\x10\xd4\x09\xe1\x0f\x39\x3a\x5d\xce\x90\xb6\xd7\x24\x2e\xe6\x26\x7f\xef\x66\x20\xa7\xe8\xfd\x87\x32\xec\x2a\x89\xfa\x95\x75\x91\x50\xa2\x9e\xbc\x07\xe0\xf7\xaa\xb6\x19\x12\xf5\x94\x84\x48\x90\xa8\x17\x53\x32\x48\xd4\xb3\x1f\x54\x90\xa8\xd7\x79\xb9\x8c\x64\x44\xef\x5d\x4a\xcd\xe7\xe5\x46\x89\x1f\x5d\x53\x86\x62\x6b\x7a\xd7\x41\x2d\x43\xac\x0a\xe4\xdd\x25\x35\xcd\x11\x77\x9c\xdf\x4c\x90\x2a\x87\xf9\x54\x48\x95\x53\x11\xe7\x40\x51\x61\x9b\xae\x89\x63\x25\x9c\x83\x70\x38\x53\xb9\x5a\x29\xf2\xad\xf3\x81\xc0\x9c\x88\xa7\x82\xc8\x37\xb7\x62\xe8\xec\xf0\x14\xfd\xfd\xc0\xde\xa0\x15\x43\x50\xf8\x89\xc0\x7c\xc8\xcf\x67\x9d\xff\x4f\x70\x69\x0c\x71\x69\x9e\xba\x58\x1a\xb1\x43\x10\xcc\xa5\x4b\xc8\xf9\x01\x51\xb1\x24\xe2\x03\xa2\x32\xc5\x70\x7d\xce\xee\xcf\xae\x77\xf8\x87\xaf\x3b\xaf\x05\xf9\xa6\xac\x6d\xfb\x80\xe2\xcc\xa4\x0e\xb1\xc1\x53\x04\xfe\xb3\x78\x8e\xdc\x07\x18\xa7\x29\xda\xfc\xc1\x0e\xb7\x6a\x88\xd3\xd0\x6a\x40\xf5\x91\xbc\x6e\x0b\xaa\x2d\x4f\x91\xa6\x03\xde\xa7\xcd\x83\x22\x04\xfb\xe0\x41\x59\x24\xa4\xf8\x6c\x0d\x55\x7b\x43\x06\x3f\xb9\x2a\x46\xa3\xab\xe9\xc3\x7b\xab\x08\x8b\x3e\xe7\xde\x8a\xe6\xef\xb0\x8b\x4f\xa3\x1f\xd6\x3c\xcd\x34\x9a\x8c\x4a\x99\xd6\x28\x59\x9f\x19\x8d\x1e\x08\x8a\xaf\xe1\x32\x90\x8a\x82\xfb\xee\x80\xfb\xfb\x6b\x44\x77\x21\x76\x2a\xfb\x43\xec\x54\x73\xcd\x9b\x1f\x76\x81\xdc\xaa\x20\x44\x4a\x41\x4d\xd4\x01\xa1\x3a\x78\x0a\x69\x81\xa5\x56\x83\x0a\x81\xa4\x2e\x21\xaf\x2f\xc5\xd0\x39\x7e\xd4\xa8\x1f\x28\x20\xc1\x30\x04\x2e\x0e\x04\xf0\x40\xc0\x31\x2e\xf2\x01\x39\x72\x17\x52\x27\x20\x88\x0c\x78\xc9\x9a\x08\x98\x25\xd2\xfc\x46\x9b\xc4\x3a\x9f\xb2\x8e\xd1\x5c\x82\x06\x3f\xd4\x3c\x88\x39\x59\x0b\x00\x89\xc2\xf4\x3a\x42\xdb\x36\xa7\x1b\xdd\x20\x7f\x9a\x31\x49\x83\x27\x0c\x31\x19\x15\x30\x07\xe2\xae\xaa\x43\xe8\x95\x69\x36\xd4\x64\xf8\x78\x95\x6a\x90\x96\x0f\xea\x82\x37\x50\xa9\x06\x21\x98\xf0\x3e\x0a\x3b\x2a\x17\x20\xe1\x0a\xe2\x33\xfd\x40\x64\xc7\xab\x20\x4c\x4a\x33\x4e\x07\x57\x66\x8b\x2e\x88\x03\x37\xc4\x1e\x5b\x16\x88\x91\x6b\xac\x09\x54\xe5\xd2\x1c\x13\x55\x40\xf9\x87\x92\xea\x53\x75\x81\xe3\x50\x33\xda\xd5\xae\x3e\xce\xae\x96\xae\x59\x25\x52\x71\x97\x71\x55\xb5\x1c\xe9\xdc\xeb\x83\xbc\xea\x81\xda\xf7\xd7\x9c\xda\xff\x04\xc6\x31\xaa\xcb\x0e\x55\x23\x8f\x7b\x20\x5c\xf2\x4f\x4d\xee\xc6\x10\xf4\x81\x15\x15\x6b\x66\xd8\xe0\x55\x2d\x69\xa6\x4d\x5f\xca\x82\x26\xa8\x68\x13\x44\xe2\xcf\x56\xa0\x72\x9a\x30\xc2\x05\x04\x94\xaa\x97\x0b\xe7\xf7\xd7\xa4\x54\xfc\x40\x38\xa9\xda\x52\x48\xe9\x63\xea\xf8\x65\xbd\x0c\x93\x20\xdc\x6f\x55\x5b\x93\x89\xc4\x3a\x61\x99\x4c\x55\xd5\x61\x84\x21\x77\x9d\x1e\x1c\xad\xaa\x9e\x32\x20\x71\x71\x33\x2f\x5c\x30\x1a\xcd\x41\xd4\x39\x1a\x31\x23\x1f\x2a\x16\x43\x43\x3b\x34\x6c\x18\x69\x32\xf4\xb7\xe1\x29\x71\xed\xbd\x32\x9b\x63\x11\xb6\xc1\x38\x7c\xd6\xa1\x59\x00\xdd\x29\x2f\x3c\x10\xac\xb8\x92\x1b\xbd\x4f\xcd\xe7\xbb\x0f\x9b\xe1\x2a\x16\x48\xda\x42\xb3\x2f\x67\x2f\x66\xd2\x89\x2a\x40\xe1\xd0\x89\x2a\x34\x41\xd0\xca\x14\x92\xa9\xaa\x15\x2e\x20\x53\x55\x47\xb8\x1c\xa4\x9d\x45\x88\x01\x85\x51\x9d\xa2\x4b\x05\xcf\xb4\x36\xdc\xcc\x8d\x53\xc2\x71\x97\x85\xee\x45\x7b\x0b\xef\x1e\xf7\x00\x41\x3b\xe9\xf9\x81\x26\x86\xad\xfe\x88\xc0\x42\xcb\x42\xb2\x50\x35\x6c\x92\x05\x21\x1b\xac\xdc\x4b\xd3\x2e\x15\x3e\x92\xa8\x08\x3e\x20\x4e\xc5\xd0\x87\xe7\x06\x99\xd7\x53\xb6\x58\x55\xcb\x86\x15\xbe\x74\x2f\x54\xdc\x19\x43\x0b\x05\x93\xf8\x74\xd5\xe1\x42\xae\x70\x12\x54\x58\xd8\x04\x42\x61\x2f\x62\x5b\xa5\xd4\x1d\x5d\x20\x17\x2e\x04\x01\xf9\xaa\x5b\x3d\x0b\x90\xba\x21\x8c\x75\x7a\x00\x1c\xeb\x18\x02\x71\x30\xab\x7a\x0c\xdc\x6f\x22\x2f\x95\xf2\xea\x2a\x6a\x5b\x21\xaf\xce\x6e\x95\xf7\x4b\xd5\x3d\x51\x03\xc8\x99\x5c\xb5\x01\x52\x97\xe7\xf4\xc5\x6c\xea\xf1\x5c\x1a\x83\xbc\x6f\x9b\x95\x97\x46\x0d\x7d\x08\x0d\x61\xd3\x46\xd6\x43\xed\x27\xad\x81\xda\xac\x1b\xaa\x71\x9d\xf7\x0a\x14\x0f\x2f\x32\xec\x10\x42\x37\x61\x3d\x1b\x30\x23\xb9\xe6\x0b\x90\x5b\xf9\x3c\x16\xaa\x6d\xb6\x49\xed\xd5\x10\x44\x89\x6c\x13\x04\x86\xa2\x09\xfd\x1b\xa8\x7b\x11\x09\x83\xbb\x42\xbd\x44\x27\x1a\xf6\x86\x5c\xda\x81\xc0\xf8\x0e\x77\x31\xd8\xcc\xf8\x31\x95\x86\xe7\x43\x99\xe1\x3e\x02\x16\x8f\xee\x63\xb1\x9d\x29\xf0\x3c\x3e\xca\x33\x8f\x17\x0b\x3d\x02\xd8\x7b\x89\xda\x37\xec\x63\xd3\x32\x36\x58\x18\x98\x50\x36\x6e\x63\xcb\x2e\xac\xe7\xb5\x7d\x5d\x82\x40\xef\xba\x16\x80\x47\x55\xb7\x44\x83\x65\x4f\xcd\x86\x36\x9b\xd1\x42\x52\xd5\x26\xaa\xd2\xa8\x07\x6d\xea\x11\xb6\x6f\x59\x07\xa9\xe1\x21\x90\x2f\x75\x71\xe8\xe4\xcc\xd9\x35\x39\x63\x11\x2e\x38\x80\x84\x90\xb1\x81\x86\x8e\xf0\x77\x67\xbe\x3d\x1b\x22\x23\xee\xde\x3f\x6c\x45\x23\x85\x4e\xc2\xa4\xb1\x6d\xda\xa6\x6b\xf6\x64\x21\x9b\x0e\x55\xa3\x79\x7a\x75\xd5\x0a\x2b\x2b\x8d\x1b\x4f\x5a\x13\xc3\xb6\x21\xa4\xd5\xb9\x6d\x10\xc4\x99\xf3\x6a\xb0\x3f\xf5\x79\x6b\x87\x70\xd4\x5e\x5d\x93\x33\xac\x6e\x74\xe3\x79\xed\xee\xcf\xd3\x3b\x79\xf6\x1b\xef\x49\x7d\xd8\x27\x8d\x68\xbb\x20\xbc\x27\x74\xbd\x75\x4a\x9a\xbb\x6b\x1e\xba\x35\xd5\x7d\xc7\xeb\x76\x88\xe0\x75\xaa\x87\xb5\x4d\x1d\x38\x94\x84\x51\x1d\x6a\x8d\x22\xaa\x01\x07\x8d\x3c\xb4\x14\x1d\x1a\x88\x11\x2e\xeb\x8f\xf1\xf6\x81\xa0\xf3\xf4\x58\xf0\x9a\xb9\x9a\x6e\xd7\x0e\xd9\x6e\x74\x0d\x26\x38\xfb\xa6\x59\x40\x2d\x5f\xaa\x0b\x61\xa0\x29\xbe\x53\x0e\x05\x1e\x37\xe5\x70\xad\x6b\x00\x90\xc3\xf1\xf9\x7a\x20\x62\xb4\xd8\xd9\x0e\xb1\x48\x29\x6e\x07\x18\xad\xcb\xa7\x43\xba\x46\x43\xf3\x03\x51\x3f\xec\x66\x20\x85\xd4\x21\xee\x78\x79\x24\x8f\x66\x63\xbd\xbd\x36\xc0\x9a\xec\xd5\x80\x1c\xc4\xcc\x64\xe7\x25\xd2\x74\x33\x74\x5c\x22\x55\x3c\x02\x2c\x0d\x6a\x6a\x6e\xf4\x60\x4d\x4b\xfe\x70\xe3\x04\xb9\x0c\x77\xd8\x34\x44\x6b\x79\xd6\x1c\x74\x5a\x50\xd9\x38\x74\xa9\x5c\xc3\x65\xb8\x33\x9a\x58\x0d\xb8\x58\xd4\x2e\x12\x36\x78\x67\x4c\x43\xdc\x29\x2d\xc6\x98\x78\xb0\x75\xb7\xca\x9d\xd2\x8c\xe9\x90\x51\xc3\x9d\xbc\x20\x30\xf4\x87\x6f\x58\x76\x0d\x41\x37\x3f\x74\xd5\x0f\x9e\x7a\x6a\x95\x6c\x42\xf3\xd0\x69\x3b\x20\xfa\x32\x80\x0d\x2d\x0c\x91\xbe\x85\xab\xbe\x61\xbd\x2b\x68\x5d\x8f\x87\xc0\x81\x60\xb3\xaa\x6d\x1c\x72\xbb\xeb\x82\xb0\xe1\xba\xc2\x06\x36\xfc\xea\x3a\xfd\x03\xca\xa3\xab\xfc\x06\x3a\x3d\x60\x9e\x77\xf5\xcb\x0d\x9d\x69\x99\x9b\x1e\x34\x70\xd7\xb5\x31\x60\x9f\x97\x44\x7c\x07\x29\x4c\xbf\x34\x3a\x50\x98\x2a\x0a\x3f\x88\x2c\xfd\xf2\x97\xed\x71\x75\x38\x50\xc7\x85\xe3\x3e\x06\xab\xba\x10\xef\x39\xa1\x20\xdc\xd8\x7c\xc8\x06\x48\x4c\x79\x2a\x9e\x55\xbd\xba\x2b\xbe\xd0\x83\xd6\x18\x4f\x1d\x2a\x5e\x0e\xa4\x29\xba\x10\x56\xd0\x5a\x63\x18\xab\x24\x3f\xa0\x68\xac\xe2\x2b\x7c\x92\xfc\xd4\x29\x08\x7a\x5d\x1d\x5c\x7a\xe5\xf4\xe6\xef\x06\x44\x24\x21\x08\x9a\x96\x07\xc2\x13\xdd\x4f\xd4\x49\x49\x8b\x36\x0e\xe6\x29\xed\xba\xdc\x28\xa4\x82\x62\xa0\x61\x81\x52\xc2\x03\xa5\x56\x55\xd8\x08\xb3\x92\xde\x92\x6b\xe2\xc0\x89\x6c\xc0\xaa\x24\x77\x1d\x38\x58\x95\xd4\x7a\xb9\x0c\xc6\x19\xe2\xae\x64\x55\x52\x5c\x46\x24\xd2\xcd\x4b\x6f\xb3\xa2\x2d\x84\x4f\x59\xf1\x03\x9d\x96\x23\x7e\x67\xc3\x1c\x24\x87\xee\xc1\x49\x01\x89\x18\x68\x5a\x83\x5c\x5d\xb7\x2b\x1d\xcb\x92\x38\x98\x29\xb4\xcd\x6e\x15\xd2\x63\xaf\x29\x30\xd3\xcf\xc5\xc9\xbb\xaf\xeb\x05\x41\x63\x91\xaa\x9b\x70\x52\xd1\xa4\xc3\x48\x8b\x8f\xe6\xe5\xa7\x05\xe8\x30\x84\x4b\xda\xeb\x06\x0b\x50\x63\xd4\x24\x7e\x35\xd7\x24\x57\xa2\x91\x52\xeb\xd4\xbd\x54\x44\xb0\xee\xaa\x44\x30\xb1\xdb\xb2\xf8\xd0\x39\x09\xda\x80\xea\x0a\x0f\x5a\x43\x0d\x43\xe7\x2e\x4a\xe2\x51\x60\x1b\x52\x7c\xa1\xc2\x36\x64\xc6\xe5\x9a\x87\x47\xf4\xed\x0e\x0b\x8f\x12\xd5\xdf\x81\x9b\xd0\xb8\x83\xee\x48\xcd\xad\xbc\xa1\x58\xe4\x0c\x61\xc4\x91\xfc\x76\x85\x11\x47\x36\x6f\x4d\x3b\x8d\xfe\x94\x81\xdc\x3e\x83\x81\xce\xf3\xd2\x92\x46\x40\x04\xe4\x0e\x69\x8a\xa1\x6b\x32\x28\xac\xeb\xc2\xe1\xa0\x0a\x40\xf7\x62\x50\x93\x29\xf6\x39\xa0\x53\xbf\xdc\x23\xdf\xa0\xfd\xa9\x0a\xce\x23\x1b\x9a\x2c\xf4\x97\xd8\xb7\xe9\xc2\x05\x52\x9c\x04\xdd\x67\x70\xda\xef\x90\xd4\x4d\x83\xa3\x53\x8e\xb6\x2d\xa8\x4a\xea\x5d\x03\xd0\xa3\x54\x8d\xc2\xa8\xf8\x59\x2a\x2a\x79\x44\x6c\x42\xfb\xad\xab\x29\x68\x4f\xaa\x9d\x5a\xd4\x32\xfa\xba\x5d\xf4\x5b\xeb\x86\xc8\xd0\x24\x41\xe5\x3c\x67\xd2\x0f\xc5\xd3\xa7\xea\xd9\xff\x24\xe2\x03\x7b\x8f\x72\xe9\x4c\xc3\xde\x63\x52\xe6\x7e\xa0\x75\xe6\x1f\x1e\xcd\xe6\x68\x5c\x88\x07\xc4\xf3\xe1\x1b\xcf\x29\x2e\x07\x6c\x3a\xea\xd0\x6a\xc0\xa4\x63\x5e\xcd\x10\x89\xfd\x70\x55\xea\xfc\xd5\x07\xef\x37\x8f\x4d\x54\x44\x84\x6a\xd1\x1f\x45\xc4\x0f\x96\x1a\xe9\xd2\x8d\x06\x4b\x8d\x64\xde\x1e\x96\x1a\x39\x89\x84\xd3\x52\xc3\xaf\x5b\x58\x6a\xb4\x67\xc2\x10\xeb\xb7\xe9\x9a\x13\xcc\x8e\x21\x70\xa5\x97\xdb\x5c\x60\xbd\xfc\x1d\xad\x25\x55\x13\x32\xd7\x26\xfa\xb2\x68\x6e\x2e\x04\xa3\xa3\x62\x75\x0f\x67\xbf\xdb\x75\x19\x82\xb2\x46\xfc\xf2\xe6\x76\x0f\x0d\x0d\x96\x12\x33\x09\x6d\x37\xdf\x5d\xe3\x32\x08\x1b\x03\xb1\xc1\x30\x80\xa8\x59\xeb\x2d\x03\x88\x21\xca\x04\x03\x88\x3c\x74\x11\x6d\x32\x2d\x23\xb9\x4f\xd8\xd4\x89\xdc\x6d\xf9\x11\xea\x43\xbe\x74\x87\xee\x6c\x58\x39\xe4\x1a\x86\x80\xd4\xba\x27\x60\xc8\xd0\x2e\x37\x4a\x39\xd3\x10\x85\x87\x25\x43\x2e\xdd\x1f\x1e\x14\xeb\x22\x23\x9b\xdc\xae\x05\x01\xfb\xec\xff\xec\xe2\xcc\x36\xf7\x7f\x78\x7d\xce\xfe\x9f\x47\xbd\xa0\xfb\x2c\x4f\x78\x00\x1f\x18\xc7\xa8\xec\xec\xf1\x79\x61\x0b\x2a\x6c\xa6\x0a\xa4\x89\xa5\x06\xb7\x39\x65\x2d\x00\xf8\x92\x70\xa3\x90\x26\xe5\xcb\x35\x21\x2e\xf3\x92\xe3\xc9\x32\x75\x8c\x37\x94\xbc\x45\x77\x21\x4d\x07\xa6\xf7\x11\x9b\x6c\x99\x04\x5d\x51\x8b\xb6\x4a\x2e\xa5\x42\x1c\x7a\x94\xfa\xa5\xfd\xe2\x13\xd9\x3c\x03\x5c\x4a\xeb\x25\xd2\x20\xdf\xd0\xee\x0f\x71\x16\x7c\x4f\xc0\x56\xa0\x15\x21\x2e\x6c\x05\xea\x74\x8f\x34\x29\xd5\x16\xd3\xc9\x33\x84\x9c\x2f\xee\x5b\x73\x19\xd1\xa8\xb9\x30\x10\x65\xa1\x0b\x5a\x8f\xaf\xe8\x81\xf0\x2c\x12\x9d\x7a\xf1\xf4\x89\x2d\x86\x79\x40\xf6\x93\x98\xce\x9a\x97\x49\x83\x9c\x35\x9f\xaa\x50\x81\x56\x37\x73\x50\xa3\xbb\x0b\x08\x04\xc3\x73\xc2\x63\xd6\x2f\x36\x58\x00\xcc\x4b\xf7\x39\x2d\x00\xae\x21\x92\xfa\xe2\x96\x8a\x45\x84\x72\xbe\x78\xbb\xa9\x9b\x4f\xa2\x5a\x2f\x3e\x34\x45\x8a\x5e\x54\xab\x56\x43\xc0\x2f\xe1\x1e\x9c\x19\xa7\x39\x3d\x38\x33\xca\x35\xf6\x40\x9c\xe1\x74\xe1\x99\xa1\x05\x74\x6f\x5a\x69\x8e\x99\x7f\x4c\xa7\xe1\xeb\x58\x2d\x75\xa0\xfe\xff\x1a\x7a\x98\xd0\xd9\xb1\xe8\x91\xf0\xa6\x84\xa4\xb8\x2a\x8c\x3c\x8a\x6b\xca\x50\x4c\x10\xec\x32\x9f\x56\x20\xa0\x14\x12\xdb\x4b\xd1\x93\x94\xa0\x2b\x04\x65\xf8\x25\xe9\x43\x1a\x2d\x8b\x4b\x81\xa9\xc0\xf4\x75\x4b\x4b\x81\xea\x0e\x61\xfb\x3e\x44\xa6\x61\x28\x90\x2d\x3b\x81\x31\x40\x4a\x4f\x2b\xb8\x5f\xfc\x80\x86\x35\x80\x5c\x8c\x0f\xf4\x66\xa1\x56\x15\xc4\x3f\x69\x53\x61\x0e\xd0\x8a\x98\x46\x98\x03\x54\xcb\x04\xe0\x8c\x28\x07\x8d\x03\x1d\x1a\xd6\x85\x37\x34\x15\x18\xd5\x65\x30\x78\xd2\x71\x7b\x93\xa3\x30\xd9\x7c\x0b\x35\x35\x54\x48\x56\xa7\xc8\x9d\x4c\x05\x46\xb8\xd5\x5f\xbd\xa1\x0f\x44\x02\xa7\x4b\x14\xfe\x88\xe5\x99\x06\xd1\xd8\x4b\x45\x87\x26\x11\x0a\xd8\x11\xd4\xec\x3d\xdd\xb0\x36\xd4\xdd\x4f\x97\xc3\x6b\x18\xe5\x70\xc5\x5c\xde\x37\x88\x64\xb2\x57\x1c\x8f\xeb\x3e\xdd\x0c\xb1\x48\x94\xf1\x4d\x99\x4c\x71\xab\x13\xd8\xe0\xfe\x83\x55\x0d\x2e\xcc\xca\x7d\x40\x8f\xab\xaa\xf2\x10\xd4\x11\xbf\x29\xaf\x9d\xba\xa9\x6e\xa9\x8a\x9b\x20\xf8\x78\xea\xf8\xdf\x34\x53\x2d\x86\xc8\xed\x5f\x82\x16\x9b\x71\x1f\xb8\xa8\xba\x1b\x3d\x8c\x62\x7a\xba\x00\x4b\xe5\x66\x80\x7f\x3e\xd4\xf0\xc3\xcb\x4d\x07\x1e\x7e\x78\xe7\x8d\x23\x08\x6e\x4c\x42\x7f\x6a\xff\x87\x1e\x1b\x37\xd9\x0b\xab\xca\x6e\xfa\xbb\x0a\x55\x61\x1a\x30\x86\x16\x55\x6e\x34\x53\xaf\x24\x38\xdb\x15\x8b\x8b\xe9\x6c\x37\xc4\xec\xcb\x34\xc0\xaa\xc2\x9b\x06\x50\x4f\xab\x70\x67\x9e\xfe\x70\xb0\xaa\xc6\x43\xd5\x89\x57\x83\x5e\x21\xe1\xb2\x43\x1b\x2d\xaf\xbd\x89\x54\xba\xa7\xe0\xfb\x36\xb3\xe8\xcf\x4d\x3e\xd5\x2f\x21\x3a\xbf\xcd\x70\x61\x63\xa1\xe6\x01\xf7\xf1\x4b\x37\xf3\x4d\xcb\xb9\xcb\x10\x08\x87\x46\xf3\x21\xe3\x62\x0e\xeb\x43\x13\xcf\xe9\x42\xb8\xe7\x8b\x70\xc0\x8c\x60\x8c\xe1\x9a\xf3\x09\x07\x70\x20\x38\x2d\x68\x1a\x34\x23\xb8\x9e\xb2\x0d\x9f\xc5\x29\xe8\x75\xf8\xa6\x69\x08\x76\x7b\xe2\x28\x3e\x94\xeb\x0a\x6d\x3f\xf4\xa0\x16\x7f\x23\x1f\xa6\x29\xa2\xf2\xc1\x53\x24\x89\xa3\xa1\xc5\x81\x75\x6c\xb4\x38\x48\x57\xfa\x31\xa1\x86\x39\x42\xb5\xca\xed\x43\x8e\xc6\x02\x6a\x98\x23\xe4\xe8\x1e\x00\x7d\xfa\xd4\x07\xe3\x92\x5c\x86\x88\x46\x7a\x6e\xc1\xc8\x60\x58\x97\x03\x1b\x83\x6c\xcd\xdd\x07\x68\x64\x84\xfb\x40\x35\x59\xb2\x9b\x81\xa5\x9a\x68\x8a\xec\x0f\xa6\x68\x33\xec\x0f\x5a\x19\x2e\x0c\x40\xfe\x70\x41\xc5\xab\x45\x25\x83\xeb\x1d\x86\xba\xa8\x3e\xdf\xbd\xbf\xbf\xfc\x2c\x82\x69\x42\x6a\x97\x3b\x80\xd0\x47\x34\x1c\xa6\x09\xc5\xd2\x33\x58\x26\xb4\xa2\x7b\x19\x96\x09\xa5\xfa\x3b\x3a\x65\x3e\x35\x79\x4c\x44\xb5\x3f\xb4\xef\xac\xfe\x90\x02\x42\x97\x9d\x09\x5a\x1b\x07\x8b\x86\xd2\xbc\x4c\xb8\xec\xcd\xc0\x7f\xb6\x36\x46\x13\x44\x5c\x83\x22\xe9\xf4\x67\x33\x7a\x8c\xfb\x7f\xa3\x0c\xeb\x1b\x97\xd0\x9b\xcc\x56\x5c\xd4\x87\x70\x81\xe3\xe2\x75\x4f\x37\x8c\x03\x16\x70\x49\x45\x50\x85\xff\xca\x14\x44\xec\xeb\x2e\xec\xe8\xc4\x85\xdc\xa8\xee\x66\x61\xfa\x4d\xe6\x3f\x2e\xde\xe8\x14\x57\x07\xad\x28\x6a\xb8\xe6\xe6\x87\x4d\x20\xb4\xd6\x4f\xd5\xf7\xb9\x6f\x93\x9b\xa1\x53\x86\x87\xfa\x81\xa7\x89\x6a\x9e\xcb\xbf\x74\x1e\x9b\xb8\x28\x2f\x2a\x6a\xf3\xdc\xfd\xad\x0c\xb5\x02\x33\xc1\xc9\x2d\x0e\x85\x62\xd2\x95\x1e\x08\xc6\x94\xbb\xa7\x18\x9c\xa2\xbb\x80\x83\x69\xd2\x32\x4a\xb0\xad\xe9\x93\xd5\x9f\xc3\xad\x42\x75\x71\x19\xba\xa1\x7f\xf1\xd8\x0e\x29\xce\x59\xb3\xc0\x19\xea\xd5\x10\x50\x6c\x6a\xdc\x64\x36\xe7\x50\x8f\xe7\x0c\x35\xba\x99\x1f\x08\x52\x37\x2f\xff\x39\x27\xf4\xa5\x3e\x00\x9e\x81\x4d\xc3\x86\x79\x73\xaf\xea\x9d\xf7\xf9\x1c\x5a\x7d\x08\xa1\x66\xb8\x07\x9a\x0c\xb8\x8c\xe1\x4d\x5c\x86\xf8\x02\xde\x35\xc4\x17\xb8\xfc\x1d\x59\xd6\x39\x34\x6e\x48\xd2\xa5\xb6\x8a\x6b\x63\xf5\xa7\x21\x52\x70\x6f\xc6\xa6\x13\x84\x3f\x84\xc6\xad\x6a\x1a\x38\x0c\x22\x44\x71\xe1\x3e\xd7\x0d\x16\x97\x0e\xc3\x70\xab\x64\x4b\xb4\x18\x38\x0c\x12\xca\x84\x8c\x3d\xa6\x17\x07\xc6\x1e\xba\x96\x42\xc6\x1e\x12\xbb\x47\xc2\xeb\xe6\xd2\x2e\xc2\xf4\xa3\x15\xea\x40\x22\xf1\x75\x23\x0c\x4b\xc2\x77\x0a\x5e\x22\xd1\xc0\x50\x78\x93\x28\xe7\x14\xbb\x1d\x09\x08\x2f\x51\x47\xa4\xc9\x83\xab\x76\x60\x43\x76\xe8\xdb\x8f\xe8\x74\x24\x32\xb4\x93\x2c\x5d\xc0\x4e\x24\x4b\xf2\x15\x89\xa8\x3a\x35\x80\x40\xb0\x14\x0f\x0e\x06\xad\xe5\xa9\x09\xaa\xe9\xb1\x89\xdc\x87\x3f\x64\xbc\x10\x17\xd2\x43\x8a\xbb\x93\xc0\x7c\x7a\x93\x13\x5f\xa5\xd3\xeb\x71\x48\x7a\x2b\x42\x8f\x44\xee\x33\x74\x00\xd2\xc2\xe0\x9e\xaa\x83\x85\x5a\x8f\xc5\x58\x0a\x82\x48\x64\x3d\x1c\xe0\x4e\x4d\x6a\x06\xaa\xfc\xe1\xbd\x22\x91\x8d\xa7\x10\x06\xbe\x64\x5b\x02\x66\x2b\xad\x84\x21\x2c\x87\x17\x6e\x53\x46\xab\x79\xd0\x72\x42\x38\x9f\x88\x3a\xde\xc7\x4d\xf2\xc3\xd5\xa0\x11\x8b\x6c\x2c\x22\x53\xe7\x2f\x83\x84\xc8\x13\x58\x1e\x2e\x2c\x2c\xec\x02\xb9\x38\x6e\x87\x8b\xf3\x34\x0b\x0b\x1b\xf2\xa2\x91\xc1\x28\x54\x5e\x86\x91\xa1\xbd\x0b\x21\xab\x6c\x63\xa4\x3e\x8b\x4c\xef\xe0\xf0\x87\x20\x2b\xbc\x1d\x22\xe3\x2d\x34\xdc\x0c\x31\x27\x1e\x10\xae\x09\xc2\xc0\x4c\x65\xf1\xd3\x49\x70\xac\x49\x10\x9c\x7d\x3c\x49\x3c\x86\x4a\xd3\xac\x60\x8c\x2f\x89\x75\x64\x52\xc0\x10\xea\x64\xc4\x9a\xab\x42\x00\x18\xe0\xb4\x2a\xd2\x09\x03\x9c\x26\xb1\x51\x64\xe1\x4a\xd1\xe0\x80\x2b\xe2\x14\x02\xf6\x37\x4d\xb7\x6c\xc0\xfe\xa6\xf6\x6a\x68\x23\x9c\x9d\x9b\x01\x4b\x2d\x42\x0a\xfb\x9b\xc6\x60\x07\x07\xba\xd9\x85\xa6\xc8\x4b\xde\x4b\x45\xe2\xe5\xcb\x02\xd1\x18\xab\x5e\xa6\x91\xf9\x52\x09\x91\x9d\x4c\x3d\xa0\x68\x19\x6c\x77\x5a\xbd\xd4\x2a\xc9\x95\x37\x19\xd7\x33\x1d\x28\x0f\xf4\xfa\xfe\x8a\xcb\x7b\x0c\x11\xaa\x58\xc3\xc8\x14\xa1\x86\x47\x8e\xb0\x09\x7a\x7e\x46\x39\x38\xa7\xb7\x58\x14\xba\x69\xf0\x81\x11\xb0\xe3\x69\x95\xdc\x57\x14\x61\x5c\x35\x88\xa8\x18\xba\x9d\x8a\x30\xae\xba\x51\xc4\xfd\xe8\x6e\x15\xae\xc6\xd9\x65\x87\x90\x99\xae\x16\x86\x16\x1a\xae\xf9\xc2\xd0\x9a\xa0\x37\x3c\x06\x5d\xf3\x3e\x03\x75\x23\x98\x83\xd0\x0d\x86\x43\xcd\xf7\x48\xa1\xb3\x87\x3b\x08\x4e\x42\x4d\x1e\x6c\x6b\x95\x8f\x1d\xba\x9d\x9f\x51\x0f\x81\xe0\x94\xa6\x0b\x27\x0b\x35\x43\x3e\xbe\xa3\xba\x59\x8e\xd4\x85\x40\x86\xec\x2f\x6f\x40\x1a\x2a\x6f\x63\x7f\x47\xc3\x95\x68\x5a\xe2\x73\x1d\xcf\x21\x4a\x01\x5b\xa5\x74\xde\xb0\x3f\x24\xd5\x30\x64\xca\x46\xa9\x42\x24\x16\x33\x04\x43\xa6\x52\x3c\x2b\xd9\xd0\xba\x26\x2c\x21\x9b\x21\x5c\xc0\x3a\x35\x30\x6b\x2a\xb2\xc4\x0b\xc4\xf1\xac\x32\x40\x08\x18\x39\xb5\x6a\xcc\xc0\xe5\x28\x2d\x40\x14\x5a\x42\x86\x18\x2c\x86\x5b\x30\xb6\x95\xcd\xa5\xd1\x42\x09\x15\x8d\x19\x8c\xe0\x21\xbe\xa5\x92\x8d\x94\x0a\x32\x60\xf3\x54\xd3\x53\x58\x81\xe0\x53\x10\xf1\x4d\xf7\x28\xac\x9a\x8a\x74\xf7\x51\xe9\xed\x26\x54\xa9\x14\xf6\xc6\x70\x61\x1c\x34\x6a\x02\x80\x46\x22\x0c\x95\x1c\x9e\x3b\x3c\x68\xd4\x64\x17\x1b\x30\x54\x6a\xb2\x70\x0b\xc4\x22\x6d\x55\x4c\x05\x8c\x91\x5a\x15\x5d\x52\xc4\xca\xd0\x11\xae\x10\x9a\x48\x01\x1b\x95\x1b\x55\xfc\xe1\x02\xd4\x05\x71\x19\x75\xc3\x55\xe8\xeb\x62\xb8\x90\x94\x39\xfc\x25\x78\xa5\xea\x56\xe1\x7c\xe4\x75\x83\xc0\xb6\x36\x4d\x8a\xb1\x5f\x8b\x66\x2f\x6a\x13\x6a\x95\xbb\xda\xd4\x0c\x2e\xb1\x5a\xdd\x0c\x30\xbc\xba\xe6\x9b\x96\xef\x1a\x1c\x78\x9c\x91\xfd\x21\x96\x51\x0b\x0e\xe3\xa8\x53\xb5\x09\xc4\x3a\x6a\xa8\xb4\x8e\x4a\x97\xe8\x2d\xac\xa3\xb2\xef\x2d\x5a\x47\x75\x21\x20\xad\xa3\xd2\x75\xb9\x10\xd1\x92\xb4\x57\x30\x72\x6a\x55\x1c\x07\x8c\x9c\xe2\x01\x3e\xe7\xb1\xaf\x91\x36\xd2\x06\x6d\x38\xec\x96\xa6\x2f\x7f\x98\x2d\x9d\x27\xac\x06\x43\xe2\x50\x5d\x88\x6b\x42\xc7\xbf\xf1\xbc\x37\x37\xca\xd5\xd0\xfc\x9b\x7c\x62\x55\x95\x96\x04\x45\xc3\x86\x30\x5d\xfa\x8c\xa0\x15\x53\xd1\x81\x6b\x38\xc4\xb5\x1b\x22\x6e\xf8\x3b\x68\x53\x3c\x18\xaa\x72\x2f\xe1\x1f\xcc\x98\xea\xd0\x69\x6c\xbc\x8a\xbc\x6c\x70\x5f\x0d\xaf\x3e\x45\x56\xda\xe1\xc6\x3b\x43\xa7\x0f\x96\x42\xa5\x17\xb5\xa9\x1d\x2e\x1a\x29\xf4\x30\x55\x7c\x4a\x93\xe3\x83\xea\xd2\x8e\xa8\x88\x8a\x74\xee\xb0\xa6\xd1\x19\xab\x4e\x3c\x6d\x9f\xc4\xb0\x21\x08\xde\x6d\xd9\xd0\x79\xee\xfc\x5a\x36\xd1\xca\x25\x08\xc6\xe5\x62\x04\x3a\xf8\xdb\x19\xee\x0f\xb3\x78\x7a\xe7\x19\xe6\xb0\x7b\x10\xf9\xb4\xdf\x9d\x87\xb8\x1b\xc2\x21\x16\xd1\xa0\x91\x51\xc9\xfe\x10\x08\x25\x2a\xd1\xc9\x97\x3e\xd0\x1b\x9c\x9f\x26\x2f\xd1\x6a\x2b\x3f\x26\xd3\x08\x12\xd2\xaa\x1e\x94\x1d\xb6\xbe\x97\x76\xb8\xc3\x4c\xb1\xea\x11\xd1\xb5\xc3\x5a\x70\x58\x15\x4d\x5f\xd2\x7d\x71\x6f\xba\x41\x84\x41\xd2\x1d\x02\xb3\xa2\x26\x2b\x65\x46\x4a\x9d\xd2\x89\x30\x54\x6a\x7d\x9a\xd9\xc4\x77\x11\x0a\x98\x15\xb5\xea\x3d\x85\xe4\x33\x99\xc2\xd2\xae\x28\xbc\x8d\x9b\xc2\x9e\xee\xba\x58\x2c\x0f\x9d\xb7\x81\x1f\x35\x9d\x01\xd7\x74\xa8\x60\x83\x74\x0a\xb5\x94\x42\x24\x49\x0e\x60\x77\xd4\x64\x2a\x1a\xb0\x3b\xaa\xd2\x3d\x30\xb2\xeb\xac\x3a\x39\x83\x4a\x79\x11\x2e\x9a\x1d\x25\x3f\xf8\x07\xa9\x81\x9e\x9c\xb0\x1e\x9a\x32\xeb\x8d\x41\x14\x10\x1d\x1d\x64\x07\x9a\x21\x98\x99\x84\x6b\x12\x3d\x42\x10\xc9\x8f\xc7\x46\x72\xa0\x1d\x40\x20\xe8\xe9\xab\x02\x46\x47\xa7\xaa\x5b\x85\xf0\x2d\xbb\x55\x9c\x4e\xbd\x29\x86\x90\x47\x8f\xa3\x21\xfc\x10\xb4\x88\xbc\x22\x24\x83\x6a\x59\x5d\x1d\x83\x51\x3c\xa5\x41\x8e\x01\xc5\x50\xf3\x5a\x91\xe1\x15\xa7\x3a\x16\x36\x56\x7b\x37\xc8\xef\xea\x75\x3a\xe8\x50\x75\x85\x41\x9c\xba\xa7\xd1\x73\x39\x5e\x1e\x2b\xaf\x27\x6f\xd5\xc2\x50\xc5\x53\x0e\xa1\x92\x8e\x24\x8d\x8e\xaa\x1b\x3d\xa8\x14\x97\xb7\x83\xd7\xca\xf0\x87\x08\xa0\x22\x42\x36\x48\x65\xc2\x10\x90\x23\x89\x91\x83\xb9\x50\x6b\xe2\xf0\x27\xa9\x8c\x10\x00\x26\x41\xb3\x89\x1e\xc3\x24\xe8\x7c\xe8\x42\x4c\x2a\x5c\x18\xd0\x75\x17\x41\x20\xe4\x1a\x37\x4c\x82\xe2\x9a\xae\x89\x20\xc1\xd9\x65\x30\x2d\xd1\xcd\x89\xb8\x33\x53\x66\x66\x31\x89\x1c\x4f\xa3\x81\x09\x0b\x55\x60\x21\x34\x86\x47\x8a\xb7\xf1\x95\xdd\xcc\x86\x88\x47\x73\x0a\x70\xed\xc2\x38\x1a\x01\xa5\x94\xfc\x21\xd7\xc6\x5d\x60\xf9\xc5\x29\x4e\x3e\x77\xf4\xfa\x9c\xda\xfd\x21\x68\x60\xd9\xd4\x21\x44\x35\xb6\x41\x0c\x18\x0c\x4d\x1f\x31\x86\x88\x69\x5e\x36\xdc\x23\xed\x72\xd9\x8d\x39\x69\xa4\xd0\x20\x76\xd1\x5c\x58\x04\x85\xc9\xd1\xa4\x34\xc6\xdd\xd3\xae\xb1\x18\x2a\xec\xde\x1f\xe2\x86\x17\x82\x21\x7a\x4c\x5c\xc2\x0c\x98\x12\x95\x76\xb9\x51\x6e\xa9\x78\x5a\xd8\x12\x85\x2c\xe7\x03\xb6\x44\xed\xd7\xaa\x8b\x55\xdd\x25\x22\x14\x89\x3a\xc2\x40\x28\x9d\xe7\xd5\x0f\x89\x35\x23\x3c\xa7\xa4\x1d\x87\xf9\x50\xc8\x38\x9e\x31\xa9\x9a\xec\x2c\x03\xa6\x3e\x4d\x62\xd4\x40\x2c\x97\x9a\x44\x73\x61\xdc\xd3\x7c\x32\x11\x67\xa5\x35\x5d\xc7\x08\xb3\xd2\x24\xd0\x0e\x84\x59\x69\x4d\x54\x04\xb6\x3d\x4d\x66\x66\x01\xdb\x9e\x30\xd9\x44\x28\x95\x30\xd5\x64\x84\xee\x24\xeb\xc0\x08\x18\x6c\x34\x11\xca\x58\x5c\x71\x1d\x8d\x58\x1c\x8d\x21\xae\xb8\xab\xf2\x9c\x6a\x6c\xa4\x0c\xa9\x19\x84\xdd\x4b\xf8\x43\x78\xb4\x0a\x53\x60\x05\x54\x2d\xfc\x08\x3c\x93\x65\xf0\x1e\xb1\x48\xfd\xfc\xdd\x07\x58\xa4\x85\xa2\x3d\x6c\xd2\x5d\x85\xd0\x2e\x4d\xa6\xb3\x01\x83\xa1\xb8\x44\xa8\x43\x88\xa3\x3b\x86\x06\x43\x92\xc4\x47\xd0\x8c\x3a\x89\x59\x88\xcd\x88\xf1\xea\x52\x98\x23\x7e\x24\x10\x29\xd4\x52\xa4\x80\x91\xa3\x94\x06\x11\xc2\x1c\xdd\xcf\x30\x27\x0a\xdf\x63\xeb\xdc\x46\xcd\x42\x46\x04\x8c\x69\x4d\x07\x9e\x26\x42\x5d\x98\x02\x4b\x9f\xf0\x65\xb4\x18\x05\x2b\x89\xfc\x2d\xca\x94\x93\x1b\x45\xd4\x66\xf5\x0f\xdb\x9e\x46\xd7\xdb\x03\x55\x7e\x38\x05\x62\xaf\xc2\x85\xe7\xe0\x16\x61\x35\xac\x72\x8a\xdf\x58\x8b\xfb\xa8\x5b\x64\x69\x1f\x45\x38\x60\xb2\x33\xfd\xfe\x44\x70\x93\xb0\xdc\x70\x81\xa6\x37\xd1\x26\x18\xe2\xc4\x25\xd9\x30\x82\x9b\xcc\xee\x56\x64\xb8\x2e\xe2\xb0\x48\xe1\x75\x6d\x2c\x98\xfd\xc9\xfe\x3e\x16\x0d\xd0\xf5\xe1\xe6\x9a\x4e\x43\x09\x50\x17\x94\x41\x54\xb2\x20\x78\x7f\x64\xd7\xe4\x81\x77\x4d\x6c\x9b\x8e\x3f\x63\x94\xc8\x22\x30\x60\xa1\x93\x92\x1c\x2a\x03\x41\x4a\xc2\xf2\x05\x98\xe8\xcc\xe7\x43\x1e\x4d\xd1\xc2\xcd\xa3\xe9\x0e\x83\xa6\x0e\xae\xb9\x71\xbd\xba\xec\x45\x3b\x6e\x17\xe2\xf4\x0b\xdf\x60\x67\x93\xcd\x9a\x6f\x7a\xde\xeb\x30\x20\xba\x48\xcd\x12\xc4\x21\xb8\x48\x6b\x6e\x05\x6a\xd0\xa1\x15\xa5\x0d\x8e\xfd\xd9\x02\x36\x38\xc9\x2f\xda\xcd\x13\x96\xdd\x0c\x47\xa3\xa7\xd0\x86\x25\x67\x11\x1b\xb7\xe9\xa8\x20\x3c\x61\xc8\x10\xcb\x1e\x11\x15\xa4\x0c\xaf\x29\xee\xec\xe6\x0e\x49\x52\xc5\x0d\xc3\x5c\x27\x4d\xcf\x89\x16\x98\xa2\x13\x30\xde\x29\x46\x0c\x18\xef\x34\xdf\xe7\x2f\xc6\x98\x6b\x86\xb0\xdc\x7a\xa6\xd0\x94\x27\xc9\x76\x2e\x60\xcb\x53\x65\xf1\x1e\xb0\xe5\x89\x2b\x7e\xac\x4d\x0c\x85\x8e\xbf\xfc\x21\xc6\x4d\x95\x6c\x20\x96\x48\x93\x9d\x59\xbc\xe8\x3e\xab\x8b\xe9\x45\x47\x85\x5c\x0d\xbe\xe1\x26\xa6\xaa\x88\x70\x3b\x74\x66\x11\x04\x7e\x0e\x91\x22\xd8\x00\xcd\xf6\x94\xe1\x78\xe5\x66\x70\xa2\xd0\x55\x41\xc3\xb5\x33\xff\x31\x44\x7b\x63\xdc\xc2\x62\xed\x0a\xe2\xa7\xd7\xa2\x9b\x10\x41\x0c\xdb\xe5\x71\x83\xf1\xba\xdc\x0a\x5f\x06\x59\xc7\x1b\x01\xd4\xdb\xe5\x09\xe3\x65\x20\xed\x65\xd0\xb2\xc7\xcf\x1d\x84\xef\x68\x97\x24\x18\x0c\x61\x7e\x15\x97\x31\x06\xbd\x5a\xc1\xbb\xd0\xaf\x3b\x18\xf6\x28\xe9\xc0\x81\xc0\x94\x65\x51\x37\x85\x29\x57\xa3\xb0\xec\x39\x85\x53\x20\x4c\x07\xf5\x10\x87\x09\x4e\xb6\x1c\x86\x66\x36\x3d\x1b\xe2\xa4\x74\xdc\x10\x37\xbc\x5d\x4f\x21\x78\xc4\xa7\x0c\x21\xde\xba\xfb\xc7\x7d\xae\x6b\x49\xc1\x3b\x84\x8b\x8c\x1b\x6e\x91\x30\x4d\x69\x2c\x94\x83\x29\x4d\x4e\xc5\x10\x8e\x77\xb8\x26\x97\x54\x93\xc0\xcd\xfb\x14\x31\x36\x80\xbb\x83\x77\x87\xee\x5d\xda\xd1\xc8\x4a\x3a\x18\xd4\xfb\x12\x3e\xd3\x56\xc6\xb2\x14\xda\xca\xa4\x2c\xae\x13\xb6\x32\x45\x7e\xbc\xf1\x26\xbd\xce\x0f\x38\xb1\x86\xfe\x12\xbb\xf6\xb4\x8a\xd0\xdd\xc5\xfd\x63\xd7\xaa\x21\xa2\x77\xf8\x43\x18\xbb\x8b\x27\x81\x1d\xcd\x29\x34\x08\xe5\x9a\x17\x8a\x78\xd2\x0c\xc1\xaa\x41\xf7\x85\x0c\x60\x84\xa6\x6f\xe2\x89\x4e\xf0\x9b\x7e\x00\x7a\x6a\xd3\xc6\xc5\x3a\x20\xd8\xb8\x64\xbf\xd1\x61\xe2\x92\x65\xef\x1c\x30\x71\x69\x97\x2e\x2f\x98\xb8\xb4\x4b\x58\x02\x2b\x96\x12\xe1\x32\xf4\xa0\xf5\xbe\x99\xa8\x41\x5c\x1f\xa2\x50\xb7\x4b\xac\x04\xc3\x56\xc8\x61\x26\x60\x7e\xd2\x4c\x86\x60\x7e\xd2\x2e\x11\x3a\x58\x9f\x24\x59\xcd\x04\xad\x4f\x8a\xf6\x17\xd6\x27\x4d\xc6\x9e\x71\x73\xd7\x64\xfd\x13\x0c\xf5\x6c\xa6\x07\xd6\x27\xed\x6a\x6e\x74\xb2\xaa\x46\xca\x5d\x13\xa1\x47\x64\x8a\x53\xe8\x4e\xe0\x06\x33\x3c\x80\x17\x0b\x5d\x17\xdb\x26\xc9\x2a\x2c\x55\xb2\xa5\xcc\xb0\x54\x69\x97\x08\x0f\x2d\x55\x92\xe9\x3e\x2c\x55\xda\x25\x61\x0a\x82\x2f\x37\xb3\xcb\xb4\x30\x19\xba\x75\x61\x61\x62\xd6\x01\x66\x23\x59\x9e\xd2\xc1\x88\xb6\x59\x6c\x15\x62\x51\x34\x45\x18\x08\x84\x18\x6e\x87\xe7\xff\x21\x85\xfe\x30\xbe\x97\x6c\x38\x83\x26\x26\x1e\x1a\x4c\x4c\xda\xe5\x3e\x82\x03\x4d\x82\xb0\x6e\xcf\x77\x20\x83\x62\xce\x10\x99\xa2\x99\x39\xfb\xf0\x1d\xed\xf7\xd8\x47\xd1\xf6\xd5\x0c\xdf\xd1\x42\x1b\x98\x8d\x84\x25\xb0\x1f\x6e\xb1\x10\xe5\xc3\xe5\x16\x69\xa7\xa5\x46\xb2\xe6\x14\xa6\x1a\xcd\x6c\xd5\x87\x0b\xac\xcb\x13\x56\x15\x53\x9e\x65\xf1\xd1\x72\x6b\x30\x88\x4c\x1c\xc3\xdf\xc1\x4c\xc7\xb3\xd8\xec\x10\xdf\x2d\x18\x4e\x34\x31\xe0\xeb\x22\x31\x95\x8a\x6f\xc1\x70\xa2\xc8\xad\x67\xc1\x36\x62\x6a\xdc\x8b\xd1\x99\x1b\x11\x75\xc1\x34\xa2\xc9\x4c\x67\xc1\xfa\x61\xea\xd6\x5b\xb0\x7e\x68\x7a\x47\xac\x8b\x77\x20\x93\x71\x1c\x90\xa3\x51\x33\xb0\x69\xd0\x4b\x71\xc1\x50\x21\xe9\x62\x5b\x17\x5f\xb8\x3c\x7b\xeb\xe2\x3e\x0d\x75\xc1\xa7\x8a\x07\x8a\x67\xeb\xf5\x7c\xc7\xd8\x53\x97\xaa\xf2\x60\x0e\xcd\x82\xa2\xf2\xe2\xb2\x0a\xaf\x26\x2d\xcd\xa2\xeb\x8e\x06\x8a\xe7\xa7\x0c\x1c\xd6\xc5\xb0\x68\x1e\xcc\xe1\x71\x86\x6c\xc4\xd6\xc5\x50\x03\x9e\x20\x93\x26\xa9\x87\x04\x7e\x44\xaf\x9f\x05\xa5\xf9\x64\x9e\x90\x03\xed\x33\x89\xe4\x9a\x08\x3b\xd5\x0d\xbd\xbf\xbf\x7a\x7b\x6a\x02\x4b\x24\x7b\x5e\x88\xad\x10\xf2\x2a\x5a\x89\xf2\x47\x09\x63\x17\x34\xea\xe5\xe9\x1f\x61\xb3\x25\x18\x5f\x89\xa7\x44\x92\xf1\x95\x70\x4a\xa4\xa5\x5e\xd0\xaf\xcf\x36\x5c\x15\x8e\x5a\x9a\x70\x62\xe4\x31\x1e\xe7\x05\xa5\xf9\x94\xe3\xda\xa2\xd2\xfc\x59\x45\x28\xcd\x43\x22\xf4\x05\xa5\x79\xd3\x93\x7e\x25\x58\x5a\xca\x6c\x63\x25\xb2\x15\x53\xdd\xd3\x23\xc3\x23\x85\xdb\xba\x74\xa4\x2b\xd1\x42\x3f\xab\x4d\xb2\x07\x92\xbd\xad\x4c\x8c\xe6\xd5\xbd\xa0\xc2\x6e\x92\x8b\xac\x4c\xd9\xbf\x64\x18\x0b\x2a\xec\x9c\x9f\x0f\x2b\x0b\xbb\x40\x84\x01\x7c\x0a\x81\x6f\x7c\x44\xac\x0c\xaf\x8b\xe9\x32\xf8\x97\x17\xb2\x4e\x0b\xba\xe6\xac\x47\xfb\x82\x02\xb9\x30\x4f\xd6\x81\x40\x4f\xa6\xcb\xc0\x81\xc8\xff\x6c\x41\xbb\x3c\xa7\x87\x4a\x51\x8c\x84\x2f\x2b\xc3\xb3\xa6\x0a\xfd\x32\x88\x8d\x51\x05\x2a\xe3\x3c\xdd\x07\x6c\x61\xe4\x9b\xba\x32\xfd\x63\x84\x1b\x8c\xcb\x20\x7d\xe6\x82\xfe\x76\x3e\x6d\xf2\x2e\x25\xfb\xbd\x32\x65\xf1\xcd\x5d\x20\xda\x82\x0c\xba\x16\xa3\x2d\xd8\x09\x63\x15\x4a\x2d\xf4\x4e\x5d\xc5\x56\x03\x3f\x24\xd3\xab\xf0\x1e\xce\xfe\x10\xf2\x5f\x3d\x87\x16\x94\xb6\xb3\xf1\x22\x5a\xd0\xa9\x36\x29\x86\x17\x74\xaa\x87\xbe\xaa\x2a\xb8\xe5\xae\x3d\x2f\x7c\xc5\x8a\x43\x5c\x85\x61\xd1\x34\x4d\x28\x55\x27\x83\x79\x1e\x08\xc1\x20\x42\x13\x39\xdb\x13\xf2\x8d\x5f\x8c\xe2\x70\x79\x92\x67\xc9\x67\xf6\x68\x28\x0d\xb9\x34\x1a\x4a\x43\xe4\x0d\xbd\x0a\xce\x43\xb8\x0b\x9e\x87\x56\xfd\x25\x4c\x7f\x85\xbb\x85\xe9\x12\x3d\x63\x5e\xd3\x8c\x36\x74\xc0\xfd\x64\x54\x3a\xd0\x0b\x51\x39\x5d\xa6\x40\xd7\x6e\xe7\xa0\x87\x58\xdb\x55\x40\xab\xa6\xa8\x4c\x81\x85\x5f\x79\x20\xaa\xf7\x0d\xc1\xb9\x40\x54\x06\xc1\x21\xaa\xe9\x11\x54\xac\xf3\xf2\xba\x6d\x3c\x56\x44\x00\x10\xfe\x41\xe9\x9d\x0e\xc4\x29\x3e\x20\x12\x3a\xf1\x4d\xbf\xaa\xc2\x08\x0c\x41\x48\x47\x94\x5c\x76\xf3\xc3\x29\x10\x6e\x18\x7c\xd3\xaf\xca\x00\x62\xcd\x50\x7b\x72\x46\x1d\xa8\x23\x92\xb3\x9a\x09\x3a\x7a\x34\x41\x0b\x8c\x98\x3a\xe4\x21\x33\x1d\xab\x70\x5f\x4b\x1e\x29\xee\x06\xc5\x22\x59\x48\xed\x37\x9f\x71\x6b\xdf\x44\xab\xa0\x45\x6d\xdd\xfd\x83\x8e\x75\x4f\x6a\x11\x71\xa7\xbf\x1c\x4f\x42\xab\x03\x31\x0f\xd7\x74\x27\x30\x78\xac\xfe\x12\x91\x07\x9f\x32\xc6\xda\x73\x1f\xb4\xae\x17\xcd\xa9\x74\x97\x7c\xc6\x0a\x81\x1f\x1f\xf9\xab\x32\x62\x98\xc8\x63\xa5\x8c\xab\x89\xcc\x40\xff\x5a\x7c\xa7\x57\xbc\xc0\xa5\x29\x5c\x50\xb8\xd6\x24\x92\x5f\x61\x35\xa4\xb8\x30\xab\x6e\x4a\xad\xb5\x70\x9b\xab\xea\xef\xb8\xaa\xde\x2a\xd0\x0e\x3d\x2e\x96\x34\xb5\xed\xe9\x11\xe7\xc8\x4b\x2e\xda\xc1\x57\xef\x92\xaa\x56\xfe\xd1\x8b\xaa\x5a\x3d\x44\x56\xe3\x63\x4e\x38\xd7\x84\x65\xa2\x88\x0a\x64\xa1\x55\x46\xb0\x8a\x62\x7e\x00\xe1\x28\xb2\x11\x82\xe1\x28\xfa\x30\xc4\x43\xf6\xf4\x81\x35\x6f\xfe\x10\xec\x6e\xf5\xe0\x10\xa6\x51\x1c\x4f\x0b\x0d\xd5\x20\x03\x8a\x6a\xe0\xb4\xb1\xec\xfa\x10\x1c\x66\xf6\xd8\x60\x52\x24\xa1\xda\x6a\xb0\x61\x56\xc8\x87\xd5\xc0\x7d\x16\x11\x92\xc6\x98\xf0\x0c\x1a\x7a\xc0\x85\x66\xd4\x21\xf3\x3c\x8a\xc8\x51\xc7\x9b\xe4\xe6\xbc\x10\xaa\xa2\x48\x38\xb7\xa0\xe4\x0d\xb1\x78\x8d\x2a\x15\x51\x2e\x68\x75\x47\xb8\x07\xbe\xec\x7b\xfa\x31\x4f\xbd\xa0\xf2\x9d\xcf\x82\x93\x00\xf9\xd6\x6f\xbc\x67\x44\x9e\x11\x80\x42\x49\xdc\x0e\x04\xf7\x61\x11\x27\x05\xa0\xe8\xd9\x55\x3b\xb6\x4a\x63\xa5\xe4\xb4\xeb\x0c\x42\x77\x9c\x53\x75\xd5\x00\x7f\x62\x88\x2a\x51\xb6\xda\x89\x47\x5d\x5d\x76\x66\x33\x15\xf7\x40\x85\x30\x03\xac\x1e\xa8\xa0\xcc\x10\x24\x52\x7c\xc4\xad\x3e\x35\x38\x83\x88\x3b\x20\x7e\xb4\x33\xb7\xa3\xc6\xd6\x19\x93\x5d\x37\x2b\xb5\xc5\x49\x96\x62\xab\x33\x81\x60\xf5\xe0\xde\xe8\x51\x63\xc3\xdd\x25\x73\x98\x85\xa4\xa1\x99\x39\xb4\x0e\x04\xc3\x69\xdd\x5c\x08\x49\xd1\xe5\xb2\xb7\xa8\x2d\x4e\xbd\x68\x6c\x30\x4d\x9b\xee\x1f\x8e\x77\x8a\x96\xb1\xa0\x20\xee\x97\xd7\x66\x61\xc2\xee\xe2\x10\xb2\x2e\xa7\xcc\x85\xb8\x12\x45\xbe\x7d\xab\x33\x69\x57\x31\xb4\x51\x53\x3d\xe0\x25\x28\x13\xd3\x85\x28\x13\xdd\x97\x23\x54\xbe\xdd\xfc\x08\x74\xb3\x59\xee\xb3\x4b\xba\xd9\xee\x15\x66\x8c\x21\x9d\xa9\xbe\x31\x50\x77\x4f\xda\xd0\x75\x8a\xa0\x7e\xcd\x92\x94\x2f\x84\x72\xe8\xd2\x1b\xad\xa1\xc0\xe6\xaa\xc9\x8c\x23\xda\x35\xc6\x63\x50\xcc\xb4\xc5\xec\xba\xb2\xb0\x58\xd0\xb7\x56\x5f\xdc\x83\x51\x63\xc4\xc7\x0d\x2d\x77\x08\x9a\x18\x9a\xbf\xe3\xfe\x6a\x81\x07\x63\xcd\x55\x77\xcf\x53\x34\xdc\x3f\xc4\xcf\xc3\x85\xd8\x7c\x5d\xf1\x83\x7b\xc1\x77\xf9\x62\x90\x87\xd4\x45\xa9\xa1\x35\xcd\xe6\x07\xa1\x18\xad\x49\xb7\x01\x62\x3e\x28\xf1\x66\x5b\x4c\xf8\x6b\x0e\x98\xa1\x12\x92\x04\xb9\x0b\xb1\x12\x6a\x16\x9e\x32\x00\x82\x7c\xa6\x16\x03\x20\x24\xa9\x51\x16\x54\x9a\x65\xe8\x56\x9b\xf2\x03\x11\xa2\x32\x04\xc2\xc8\x86\x28\x41\x31\x84\x20\x71\x1a\x2a\xd4\x9d\x5d\xc2\xb3\x05\x75\x67\x37\x57\x07\x75\x67\x37\x5f\x89\x28\x07\x5d\xb2\xc3\xc5\x28\x07\x4a\x49\x75\x40\x2c\x4e\x31\x04\x22\x1e\xfe\x90\x79\xe1\xd4\x28\x7c\x49\x8b\xbb\x60\xb4\x02\xdd\x4d\x93\x4b\x2c\xd6\x70\x72\x89\x87\xf6\x91\x19\x71\x7d\xa7\x32\x78\x81\xbc\xc2\x16\xb5\x88\x45\xab\x38\x89\xd3\x3a\x0b\xd2\x22\x0e\x4f\x7f\xe3\x10\x89\xff\x60\x0e\x8a\x34\x74\x32\xa9\x46\x94\x93\xcc\x42\x2c\x81\x2e\xc9\xe6\x82\x86\xaf\x4b\x06\xba\xa0\xe0\x9b\xb9\x19\xa2\xdb\x7d\x15\x84\x8c\x72\xe2\x05\x83\xd8\xff\x1b\x62\x7c\x2c\x38\xf3\x77\xc9\x12\x57\x30\x80\xb4\x9b\x59\x98\x94\x08\x2a\xb4\x6f\x43\x96\x80\x0b\xda\xb7\x7e\x15\xd7\x5c\xb0\x0c\x32\x74\x1e\xd8\x72\x35\x59\x50\x85\x55\x49\xff\x17\x54\x61\x5d\x02\xc2\x05\x4d\x58\x91\x9a\x6c\x41\x13\xd6\x25\xa0\x5b\x50\x76\xf5\x67\x2c\x40\x4c\xef\xd3\x62\xa0\x1e\x8a\x96\x16\xe2\xff\x67\x99\x93\x2f\xb8\x9c\x77\x2f\x0c\xb4\x4b\x91\x45\x08\xe0\xf3\xdd\x25\x82\x5c\x8b\x9b\xa6\x17\x25\xd4\x49\x45\x0e\x0b\x8b\xb1\xf2\x93\x42\xb6\x2d\xe8\x93\x7a\xeb\x6a\x74\x03\x83\x25\xce\x58\x60\x76\x25\xc8\x5c\x8b\x44\xaa\x1a\x02\x91\x52\xe4\xb1\x45\x8f\xf0\x34\x35\x29\xa8\x97\xb2\x22\x21\xad\xcd\x8b\x47\x28\x4c\x2f\x6f\xd9\x56\x2c\x68\x89\x8a\x22\x3e\xac\x4d\x2a\xa5\xad\x70\x78\xfa\x6e\x10\xd8\xa6\x1b\x7c\xcb\x79\xae\x1b\xec\x28\x54\xff\x81\xc5\xd1\x09\xde\xa4\x61\x22\xbd\xd0\x21\x75\xc9\x24\x17\x14\x43\x5d\x92\xcd\xb5\x99\x72\x99\x32\xa2\xc5\xa8\xf3\x49\x21\xb3\xd6\xe6\x89\xd2\xde\xec\xc5\x0e\xd5\x05\x53\x1e\x0c\xd7\x04\x25\x9a\xc3\xad\x72\xe3\x54\xb8\x71\xf6\x85\xed\x50\xfe\x84\x02\x68\x2d\x44\x7d\x8f\xac\xbb\x06\x1e\xd8\x21\x8f\xb8\x05\x75\x4b\x28\x8a\xc7\x7a\x91\xba\x74\x43\xec\x30\x5c\x95\xcd\x54\x41\x2f\x44\xde\x13\xc4\x85\xd2\x14\x5f\x24\xf6\x5a\x44\x25\xcb\x0d\xf7\x88\xc4\xe8\x52\x9a\x2d\xb8\x47\x87\xbc\x35\x17\x54\x23\x91\x75\x9f\x40\xdf\x31\x4d\x16\x18\xcb\x3c\xf9\x81\xfd\x22\x36\x8a\xb7\x61\x2c\xf3\x64\x1e\x09\xb1\xcc\xab\x9c\x44\xd6\x8b\x07\x45\xd8\xf8\xa2\x1f\xbb\x9e\x05\x6f\xd2\x0c\x71\xb3\x50\x54\x84\x42\x2c\x2c\xa9\x1f\xb4\xfb\x6f\x52\xd7\xe1\x32\xec\x62\x68\xdf\xde\xa4\xae\x12\xb5\xc1\x21\x38\xcb\xb0\x7b\xc1\x21\xb8\x96\xe7\xc3\xce\x0f\xd5\x23\x42\x87\xfb\xe9\xf3\xa6\xd1\xda\x74\x19\x78\xb2\xa7\x7f\x1c\x46\xa1\x0d\x13\x97\x8e\xec\xef\x10\x3a\xbc\xb9\x0b\x58\x56\x57\x97\xdd\xec\xd0\xcd\xc0\xcb\xd6\x23\x25\xcd\x12\x4a\xc1\x21\x58\xd9\xb4\x0e\x04\x2f\x3b\x5d\xd9\x50\x72\x74\xf3\x16\xf4\x07\x36\xf2\x41\x8d\x91\xe4\x04\xb3\xa0\xc6\xc8\xbe\xb0\xa1\xc6\x98\x72\xab\x5b\x6f\x9a\x36\x8a\x77\x54\x5e\x51\x1d\x21\xf8\xf8\x36\xe9\x7e\x16\x7d\x7c\x95\x42\xe7\x80\x5c\xe0\x1f\x66\x74\x39\x55\x2b\xbf\x74\x27\xc8\x99\xeb\xfd\xc6\xee\x9b\xd5\xa0\x93\x6f\x0a\x2f\x2a\x93\x7a\x3c\x1f\x22\x9e\x94\x77\x71\x73\x19\xbd\x8d\x1b\x22\x0b\x31\x10\xc8\x1f\xaa\xe4\xc9\x07\x4a\x08\x44\x55\x04\x71\x22\x5a\x71\xa8\x4e\x8a\x54\x19\x0b\xaa\x93\x26\x43\xef\x05\xd5\x49\x95\x19\xf2\xba\x29\xb2\xf1\x53\x03\x21\xc9\xab\x22\xec\x2c\x44\x24\x2f\xb2\xee\x5b\x70\x1d\x8e\xe6\xa2\xc5\xef\x3c\x1a\x28\xc3\xb2\x5b\x79\xe1\x71\xef\xef\x18\x0d\x5b\x65\xd0\xb9\x84\xce\xdb\x4d\x49\x8f\x9c\xc2\x16\xdc\x8a\x9b\x1c\x19\xd6\x2d\x2c\xd6\x96\xdf\xc4\xe2\xee\x76\xe0\x03\x20\xde\x12\x3e\xc7\xb5\x3d\x35\xf1\xd4\x4d\x86\xe0\x77\x25\x72\xcf\xdc\x9f\x7e\xcb\xdd\x8a\x55\xad\x91\x06\xd3\xd3\x6a\x4e\x94\x3b\xcb\x98\x7f\x29\xf9\xa7\x58\x0d\x28\x84\x4a\xf1\x7a\x33\x33\x8d\xb0\x8a\x0a\x21\xdf\xdf\x50\x08\x15\x19\x88\x2f\x28\x84\x5a\x3c\x65\x1d\x96\xdd\x5a\x0c\xc8\x12\x9e\x2d\x5d\x8c\xa2\xae\x32\xc8\xab\x2d\x03\xa2\xe2\x46\x81\x41\x16\xf4\x36\x35\xe9\x3e\x65\xb8\xf1\xf0\x74\x99\xa8\x23\xb9\x15\x86\x42\x0f\x57\x9d\x18\x8c\x66\x8f\xd7\x59\xd6\x11\x46\xd6\xcc\x2c\x7f\x80\x75\x13\x31\x93\x6b\x7e\x20\x92\x26\xf4\x51\x54\xa4\x2a\x88\x44\x52\xf4\x1c\x41\xcc\x73\xd2\x23\x87\x41\xcc\x65\x03\xb1\x90\x1a\x33\x8f\x69\x08\xba\xd6\xcb\x8d\x22\xca\xa2\x9e\x27\x0c\x62\x6e\x2e\x97\xde\xc7\xd9\x0f\x40\x68\x95\x92\x9c\xc3\x16\x14\x47\xb5\xb8\x0b\x50\x29\x0b\xc4\xa0\xf1\xc9\xd2\xc4\x2e\x28\x7c\x52\xf6\xd0\xb8\xbd\x7e\x66\xd0\x51\xf8\xa9\xca\x58\x27\x62\xc8\xe1\x27\x7c\xaa\x0e\x81\x38\x5e\xd5\xed\x20\xb7\xeb\x70\x19\x0c\x50\x25\x57\x81\xa3\xf0\x94\xcd\xf3\x62\x9c\xf2\x2a\x4e\x1a\x7e\xc2\x53\x36\x9e\x0b\x7e\xc2\xa7\x0b\xcd\x1f\xf4\xcd\xd2\x3a\x38\x0a\xcf\xd4\xdd\xcc\x9b\x55\xb5\x38\xe7\x95\xd7\xe4\xe4\xb2\x18\xc5\x3c\xfb\x7d\x06\x5f\xe1\x26\x57\x9d\xf5\xa1\x84\xde\x7d\x20\x11\xab\x9c\xe8\x17\x5d\x7e\xb3\xdf\x39\xd0\x4e\x29\x55\xfb\x81\x28\xa1\x76\x19\x93\x6f\x68\xe4\x9b\xc1\x6e\x34\x7f\xba\xfc\x16\x43\x08\xc5\x43\xe6\x75\xd3\xe5\x37\xeb\x61\xb1\xa9\xba\xd2\xf1\xde\x17\xcd\xbc\xd9\xcc\xa6\x57\x6f\x16\xbb\xbe\xa1\xba\xca\x69\xfc\xd8\xc9\x65\x43\xaf\x35\x65\x82\xb6\xe1\xf1\x3b\xc5\x4f\xee\x8b\x0c\x3a\x45\x60\x1b\x3a\xaf\x2a\x11\xf4\x86\xce\x6b\x2a\xa4\xc3\xa6\xce\x2b\xeb\xd5\xb3\x2f\x46\x1a\x0c\x0f\x1c\xa6\xd4\xdd\x1f\x7e\x9e\x34\xf6\x6d\x33\x6c\xba\xe3\x84\x6c\xaa\xc7\x0a\xd7\x7f\xd3\xad\xb7\x79\x6c\xe4\xfa\xbb\xcb\x30\xc5\xe7\x3b\xee\x46\x71\x21\x1c\x39\x9b\x56\x83\x41\x63\xa4\x03\xdb\x88\xa2\x5e\xca\x03\x6d\x16\x7a\x3c\xe0\x20\xbb\x0b\x81\x3a\x59\x9d\xc0\x06\x50\xaf\xa7\x7d\x09\xc9\xab\x0b\x99\x45\x5c\x6b\x05\x2a\x26\xf3\xe8\x4d\x2f\xdf\x2c\xf6\x7e\xc3\xcd\xb7\x26\x0f\x00\x4a\x21\xe6\x65\x6c\xfb\x62\xe0\xfc\x4b\xcb\x0a\x7d\x28\x73\xe3\x1e\x08\xf6\x3b\x4d\xfd\x33\xdf\x4b\xb8\x0c\x09\x4e\xb2\xda\xa4\xe5\xc9\x74\x9b\x74\xb1\x73\x9b\x78\x66\x3e\x65\xc8\x34\xd7\xb4\x6e\x74\x39\x19\x6e\xe5\x83\xab\x97\xab\x98\xe8\x8f\x40\xf2\xb3\x13\xbd\xd8\xc8\x31\xee\xa4\xdb\xb5\x0a\x42\x28\x00\x52\x9f\x0d\xa7\xda\x22\x53\xb5\x0d\xa7\xda\x22\xe7\xbf\x9d\x98\x08\x4b\x2b\x91\x98\xf6\x92\x47\x71\x43\x05\x58\xea\xd3\x1f\xac\x29\x74\x32\xa0\x01\x6c\xa2\xd2\x9b\x0a\x40\xb9\x82\x6e\x46\x5e\x97\xc6\x6f\xd3\x4f\x36\xdc\x3b\xef\x2f\xed\x6e\x12\x7d\x1b\x2a\x5c\x74\x3e\x57\x21\x42\xb6\x28\xf0\xfa\xa6\x02\x30\x0f\x35\x0a\xcb\x60\xf9\x09\x6d\xe8\xff\x86\x62\xe2\x6c\x86\x68\xef\xee\x02\x76\xe1\x72\x05\xda\xf4\x99\xb5\x88\x63\xc3\x67\x36\x14\x67\x6d\x43\x39\x38\x65\x9a\xba\x93\x88\xd6\x70\xff\x78\xa0\x3d\x55\xe1\x8b\xe4\xaa\x9b\x47\x68\x68\xa5\x28\x0c\x4f\xfa\x90\x0a\x0f\xaf\xd4\x86\xe9\x56\x75\x19\x14\xfa\xc2\xae\x2c\x6a\x43\xb1\xf5\x86\x5a\xb1\x48\x37\xb5\xa1\x56\x2c\x7a\xd8\x6d\x04\x7b\x6f\xd2\x8c\xef\x4c\xab\x5d\x3e\x1e\x77\xa6\xd5\x2e\xd9\xde\x0d\x0f\xd6\xd6\xf8\xe8\xdb\xf0\x60\x6d\x22\x8b\x1b\x3e\xaa\xc9\xd3\xa7\x8f\xaa\x6f\xc9\x0d\x27\xd5\xf6\x74\x8f\xe3\x3d\x9e\x46\x31\x0b\xe1\x2c\x75\x8c\x72\xf7\xda\x99\xc6\x61\x22\x8b\xf9\x6c\xe2\x60\xfe\x88\xc6\xa4\xaf\x8d\xe9\x39\x1b\x73\xbe\x36\xbd\x8e\x37\xc3\xc0\x3f\x93\xe7\xed\x92\x92\x0b\x61\x1a\xd8\x35\x5f\x1a\x74\x77\x57\x45\x90\x80\xa4\x32\x5a\xdb\x8a\x46\xd3\xef\xd4\x21\xe0\x36\x74\x93\xb5\x78\xfa\x60\x90\xf3\x61\x19\x7e\x48\xa4\x33\xcd\x08\x3d\x0f\xa8\xb4\x72\xd2\x41\x41\x44\xf9\x26\x47\xd0\x0d\x07\xd6\xf0\xe0\x60\x09\x21\xad\xd5\xa6\x8f\xaa\xd2\xda\x1e\x90\x19\x10\xd9\x28\x55\x9c\xca\x51\x76\x40\x4e\xa4\x09\x82\x91\xa1\x90\xba\xc0\xdc\x41\x52\xea\x4d\xe7\x4f\xa9\x4d\x76\x21\x9f\x29\x0c\x2b\xf4\xae\x10\xad\x29\x34\x93\x16\x89\x84\x23\x66\x93\x2e\x7e\xd3\xd7\x52\x61\xfd\x76\x51\x06\xc2\x66\x10\xa1\x10\x86\x1b\x0d\x16\x6a\x34\xb4\x93\x4e\x86\xc0\xcf\x88\xbe\x14\xa5\x60\x35\x04\x45\xbd\x0e\x78\x61\x98\x82\xe4\x29\xe2\x76\x97\x94\x7e\x17\x06\xcb\x14\xc2\xd1\xdb\xd2\x11\xe6\x37\x15\x85\x92\xa0\xef\x4a\xa3\x65\x9d\x3e\xea\x02\xb3\xce\x1b\x74\x81\x21\xe6\x6e\x43\x17\x58\x64\x1a\xb0\xa1\xfc\x4b\x0a\x4b\xb1\xab\xd0\x7f\x1a\xc4\xcb\x4e\x24\xad\xc2\xd9\x41\x21\x33\x36\x1d\x23\xdb\xd3\xcc\x8d\xee\x35\x18\x2e\xb1\x1b\x5d\x6c\x34\x5c\xc8\x91\xaa\x51\xba\x30\x88\x16\x51\x87\x97\xa5\x35\xde\x95\xd9\xf4\xba\xab\xc2\xf6\xfa\x29\x43\x8e\x55\x4a\xc3\x36\xd4\x74\x4d\x26\x2c\x1b\xba\xb7\x26\xe1\xe3\xae\x44\x3f\x6d\x3f\xb4\x64\x4d\x9a\xc0\x5d\x95\x5a\x42\x37\x08\xb4\x5b\x5d\x8c\xd7\x6e\x34\x31\xd5\x69\x6c\xc4\x37\xdd\x5f\x88\xa7\x5e\x92\xee\x64\xa8\xac\x42\x2a\x9b\x4d\x5d\x93\x5e\x39\xbb\x69\xa1\xd4\x26\xec\x8b\x9f\xcb\xa6\xd1\xbe\x58\x14\x0d\x1a\xa4\x26\x1d\xdd\x66\x74\xf3\x2c\x7b\xee\xdd\x78\xfc\xa7\x21\x1c\x7f\xb1\x41\x8d\xd6\xdd\xda\xb6\xc6\xe9\xeb\xb6\xa1\xc6\x26\xcb\xa8\x74\x43\x63\x13\x49\xe4\x16\x1a\x9b\x66\xde\xa6\x33\x62\x4b\xd6\x29\x82\xca\x66\x2a\x64\xc1\xee\xb2\xdb\xe5\x3c\xa0\x32\x09\x45\x1d\xdb\x54\x99\x64\x19\xaa\x6c\x7a\xd8\x35\xdd\x4c\x9d\x73\xf4\x87\xd0\xe8\xcb\xf1\x67\xc3\x4f\x2e\x14\xaa\x75\x77\xd2\x10\x2d\x23\x3c\xd1\xc2\xa4\x18\xca\x8e\x94\x4b\xd2\xac\xa0\x34\x57\xd8\xe0\xcd\x60\xd8\x59\x81\x68\x36\x3c\xd1\xa6\x02\x69\xee\x41\xeb\x7e\xe1\x0d\x14\x1a\x53\xe1\xba\xf6\x20\xc7\x28\xd7\xc0\x3d\x98\x4b\x4e\x94\x0a\x1a\x8d\x29\x73\xd8\x0d\x8d\x46\xca\x32\xfc\xdb\x50\x69\x84\xfc\x90\x36\x34\x13\xdd\xa7\x98\xc1\xa8\xb3\x2c\x24\xf7\x60\xc8\xdf\xec\x0f\x6f\x44\x4c\xe0\xca\xc1\xf3\xab\x4a\x56\xb8\xe9\xf9\x95\x8b\x21\x38\x89\x4f\x43\xd0\x91\xcd\x1f\x26\x48\x3c\x55\x19\x37\xd9\x5d\x20\xe6\xa4\xb6\x11\x8e\x5f\x69\x78\x35\x88\x63\xa5\x6a\xe0\xb0\x84\x98\x5a\x46\x06\xb1\xce\x97\xcb\x60\x23\xe7\x59\x40\x1e\x67\x96\x02\x31\xac\xf3\x15\x2e\xcb\x48\x10\xa4\x56\x98\x34\xc3\xdd\x83\xfa\x3d\x45\x03\xa1\x75\x34\x4e\x46\x2d\xd7\xc5\x04\x7f\xb1\x9c\x75\x2f\xd0\x5f\xcc\x7e\xa8\xcc\x85\x9e\x1c\x3d\x42\xc9\xd0\x65\x34\xc4\x64\xe8\x45\x11\x09\x99\x0b\xdd\xae\x2e\x1b\xca\x95\xe4\x18\x78\x7b\xd2\xf6\x48\xc3\x51\xf0\x69\xca\x26\x99\x36\x3d\x39\xb4\x03\xf3\xa6\x17\x85\x6b\x60\x36\xf4\x32\x9f\xfe\x71\xfc\x8a\x9a\x81\xa8\x50\x2e\x93\x4c\x78\xde\x64\x17\xc6\x9c\xe6\x4d\x19\x44\x98\xd3\x3c\x9b\xdc\x30\xa7\x79\x17\x7d\x65\x4e\x73\x87\x0a\x65\x4e\xf3\x2c\x2f\x38\xe6\x34\x6f\xca\x73\xa3\x9c\xe6\x26\xbe\x53\xd6\x4e\x6e\x06\xc9\x8a\xaa\xbb\x7f\x43\xfa\xac\x9a\x48\x98\x22\xa7\x1c\xa5\x26\x57\x0c\x08\x66\x26\xaf\x72\x6d\x62\xba\xf1\x59\x3d\xf9\x45\xf4\xd6\xc1\x80\x33\x59\x99\x4f\xa3\x8c\x45\x2b\x88\x9c\x48\x31\x44\xf4\xd6\xa5\x01\x5d\xcf\x54\x00\x38\x66\x14\x1f\xd3\x23\x25\x29\x10\x79\x87\x4f\x58\x52\x1e\x02\xe5\x05\x57\x6c\xcc\x0d\x4d\xcf\x54\xf2\x9a\xcd\x48\xd0\x59\x21\x69\x36\x43\x41\xcb\x1e\x96\x69\xc2\x43\xa6\x04\x4c\x13\xde\xda\xd3\x0c\x45\x83\xae\x09\x2d\xa0\x78\x1b\xf9\x79\x89\xd8\x40\xef\x93\xa5\x88\x50\xae\x6d\x87\x36\x62\xb2\xed\x90\xb3\x24\x73\x6d\x87\x9f\xb5\xc1\x9b\xa0\x1a\xc2\x45\x54\x5d\x13\xa6\x44\xe2\x58\x82\x52\x0e\xd9\xe1\x31\xa1\x76\x6b\xee\x11\x44\x42\xb6\xca\x1b\x4e\x60\x63\x3c\x1f\x6e\x48\x07\x34\x6e\xdd\x98\x1a\x37\xc3\x34\xfb\x3b\x1c\x4b\x3f\x55\xa1\x69\xca\xf3\xa9\xc9\xd8\x49\x94\x55\x6c\x3a\x5d\x49\xd7\xb2\xe9\x74\x95\xab\xd7\x86\x6e\xe7\x62\x67\xe0\x74\x35\x24\xd0\xde\xd4\x43\x49\xac\xb3\x83\xa1\xe5\x75\xbc\x02\x19\x0b\xfc\x38\x64\x24\x68\x49\x5b\x99\xdd\x7b\x4a\x0f\xa3\xec\xde\x53\x7c\x3e\x3c\xb7\x9a\xfc\x0a\xf7\x62\x1c\x01\x8d\x65\x51\xfe\x20\x8f\x34\x66\xfe\x2e\x49\x68\xaa\xe4\xde\xd3\x65\x88\x4a\x2e\x62\x8e\x78\xce\xad\x4f\x43\x50\x98\x69\xbe\x08\xe0\x9c\x15\xb2\x9b\x39\xb9\x9b\x24\xc8\xca\xc9\x9d\x15\x2c\x83\x49\xb9\x73\xfd\x0d\x91\xa7\x99\xb1\xbb\xe6\xe2\x56\x11\x27\x54\x17\xd6\xc2\xab\xa3\x7b\xa4\x20\x04\xd5\x63\xe3\x4d\x6b\xea\xb6\x64\x9c\xe0\xe1\x20\x38\xd4\xf3\xe1\x66\x55\x17\x42\x54\x77\xb9\xc7\x37\x0b\xdd\x2c\x42\x09\x3c\x03\x80\xf3\x83\x10\x15\x11\xa4\x9b\x4f\xc6\xa2\x45\x96\x18\x0f\xf8\xa3\x25\x9f\x0c\x68\x0c\x6b\x0f\x7f\xc7\x9b\x56\x6b\x43\xa2\x61\x86\x4d\x89\xb8\xc5\xcb\x42\x81\xd8\x94\x9e\x40\xc9\xb6\xed\x52\xc1\x64\xdb\x4d\x96\x54\x1b\xfe\x68\x45\x96\xa5\x7b\xd1\x69\xe1\x69\x06\x31\x14\x45\x24\x17\xdc\x60\x14\x31\x7b\x33\xda\x74\x17\x09\xa3\x72\x31\x2b\x1e\x06\x13\x63\x67\xbf\xf3\xe8\x74\xe6\x15\xdf\xdc\xf1\x30\x04\x83\x3c\x91\x90\xcd\x0d\x6f\x2e\x63\xa6\x79\x43\xc0\x29\x2d\x06\x9c\xc5\xa6\xe2\x21\x30\x15\xf5\x98\x62\x7b\xa0\x13\x0c\x19\xa3\x30\x13\xf5\x50\xb8\x3b\x26\xa2\x1e\xa1\xe5\x46\xb2\xe9\xd6\xc3\x10\x58\x22\x09\x23\x99\x6c\xba\xf5\xf0\x87\xdc\x7d\x61\x2a\x3c\xc9\x66\xd6\x8b\x0c\x29\xa4\xa7\x5f\x4b\x9b\xf6\xee\x49\x1f\xea\xf0\x6b\xa5\x36\xd3\x4a\x78\xc2\x4c\xda\x26\x5e\x12\xbe\x63\xd9\xbc\x14\xbc\xc5\x5a\xf6\x42\xd1\x1c\x42\x7c\xc6\x4b\x61\x24\x0c\xd1\x4d\x23\x09\xca\xf0\x9c\x33\x04\xba\x24\x7a\x02\xbf\xb2\x2c\x4f\xc1\x0d\x05\x65\x53\xa8\x4f\xe6\x96\x4e\x59\xae\xd1\x4c\x2e\x6d\x8f\xfa\xfd\x62\x64\x34\xdd\x9e\x88\x02\x5d\x14\x0c\x48\x19\xa3\xb3\xdc\x9f\x99\x32\xba\x15\xcd\xe2\xc5\x23\x2d\xc7\xdd\x0d\xff\xb0\x34\xdc\x07\x85\x05\xb2\xce\xdc\x0c\x20\x2d\x73\x98\xcd\x00\xd2\x59\x0e\xc0\xcc\x3d\x9d\xbc\x1d\x54\x7c\x4a\x45\xc8\xfc\xd2\x49\x1a\x23\x66\x94\x4e\xd5\x03\x60\xcc\x5e\xd7\x84\x20\x67\xb8\x26\xdc\x89\xc2\x63\xc3\xfb\x54\xba\x9d\xfd\x5a\x92\x36\xaa\xfb\x45\x91\x93\x3f\x5c\x80\x34\xd2\x45\x3b\xa9\x4b\xd0\xcd\x0f\x5d\x08\xb1\x8e\x08\x03\xfd\xcc\xb2\x6c\x8e\x99\x44\xba\x64\x5d\xe0\x2f\xde\xe7\xf2\x6a\x65\x12\xe9\x30\xbf\xc8\x1c\xd2\xb9\x79\x97\x99\x8e\xee\x81\x02\xc9\xa1\x34\x74\xc6\x9e\x16\xa1\x62\x5e\xe8\x2c\xe7\x49\xe6\x85\xee\x72\xea\xd8\xd4\xd1\xfa\x15\x86\x48\xd0\x21\x4b\x83\xfd\x26\xc7\x66\x3e\x0c\x91\xa0\x87\x79\x34\xa8\x73\xa7\x99\x70\xf8\x9d\x9d\xaa\xbf\x81\x9b\x86\x57\xda\xf4\xfb\x91\x5e\x69\x59\x5a\x15\xe6\x94\x6e\x21\xe2\xc8\x38\xd1\x59\x06\xca\x4a\x2a\xad\x28\x9b\xcc\x29\x9d\xa4\xaa\x51\x4e\xe9\x6c\x0e\xe7\xcd\x60\x91\xcd\xad\x42\x60\x37\xfd\xe1\x00\x34\x04\x41\x1b\x34\x5d\x13\xee\xb2\xa2\x63\x4c\x14\xad\x70\xe3\x1b\x7e\x6a\x4d\xe1\x4f\xf7\x9b\xb1\x78\x75\x3c\xdf\x94\x1b\x5b\x44\x02\xfd\x6e\x91\x45\x2c\x73\x43\x9f\x42\x83\x30\x96\x4b\x6e\x95\x16\x5a\x2e\x63\x44\x10\x37\xc3\xad\xf3\x70\x68\x59\x2b\x8c\x84\x9f\x5a\xb6\x00\x98\x31\x9d\x4d\x80\xa1\xef\xad\x59\x97\xec\x5b\x78\xd5\x0c\xe2\x76\xb8\xfc\xe1\x00\xa4\x75\x23\x67\x68\x71\xda\x5b\x82\x46\x4d\x99\x02\x68\x4b\x9e\xde\x44\x2c\xb1\x51\x6f\xe6\x1e\x91\xc8\x00\x5a\xdb\x22\xb3\x98\x0d\xad\x6d\xf5\x31\xbf\x69\x84\x2d\x0c\x64\x4c\xe7\x6c\x91\x1d\x1d\xde\xfc\x48\x64\x22\x69\x45\x32\x61\x1e\xe9\x53\xb5\x09\xe4\xc8\x8b\x20\x50\x04\xe1\x11\xb4\xb6\xad\x3f\x3d\x22\x1a\xb3\x24\x0f\x4c\x23\xad\xd4\x17\x4c\x23\xdd\x94\x20\x88\xa9\xa1\xab\x5f\x65\xc8\x0c\x3d\xad\x8e\x80\x17\x5d\xf1\x0d\x44\xa5\xad\x9c\x8c\x98\x18\x3a\x65\x0b\xbe\x98\x19\x5a\x71\x9d\x36\x03\x45\x2b\x94\xd0\x86\xd2\xb6\x29\x93\x10\xf3\x44\x37\x3f\x92\xa8\x98\x75\x42\xc6\x0d\xcd\xec\x50\x42\xb4\x4d\xcd\x6c\xb6\xa8\xe7\xd6\xcb\x5f\xed\x2c\x86\x8e\x55\x3b\xbc\xd8\x24\x66\x87\x53\xdd\x50\xb0\x36\xa5\x7b\xbe\xbc\x35\xf0\xe3\xea\x42\x46\x26\x74\x96\xfd\x12\x53\x38\x37\xa5\x04\xda\x37\x05\x94\xa6\x15\x54\xaa\x2a\xe6\xd3\xbe\x85\x37\x5e\x62\xf0\xad\xd3\xcb\x0f\x33\x6b\x4b\x53\xa9\x62\x95\x81\x22\x93\x3f\x17\x45\x8d\x67\xf2\xe7\x26\xbf\x5f\x26\x7f\x76\xdc\x96\x0d\xbd\x69\x95\xe2\x72\x7f\xb8\xc1\xe1\x32\x98\x2e\x5e\xfe\x0e\xd9\x3c\x8a\xcb\xe4\x9a\xe7\x0f\xcf\xe3\x72\x08\xdf\xa1\x62\xed\x56\x08\x40\xc5\xda\x7d\x1d\xd3\x6f\xaf\x3c\x50\xc7\x77\x97\x20\xbc\xe7\xaa\x5b\x99\xc0\x76\xd7\x84\x75\x5e\x71\xd9\x59\x60\x65\x25\x60\xee\xe7\x6a\x31\x33\xd4\xad\xcd\x3c\x24\x35\xaa\x32\x71\x64\x7a\xe7\x6a\xd9\x11\x34\xa3\xcd\xca\x01\x46\x50\x56\x14\xb5\xfd\x21\x2b\xd8\x93\xab\xa2\xc3\xe4\x2e\x6e\x34\xaa\xee\x19\xd3\xec\x37\x04\x60\xda\x50\x93\x66\xc5\x4c\x64\x3e\xe7\x26\x2b\xfe\x0d\x6d\x67\x91\x89\xc0\xa6\xb6\x33\x5b\x74\xfa\xa1\x81\xb3\x0e\x29\xd2\x3b\x37\x99\x66\x2a\xbd\x33\xc9\x72\x67\x76\x67\xa9\xe5\x0f\x04\xdd\x04\x30\xe1\x40\x19\xa6\x15\x97\xa0\x82\x56\x5c\x93\x0b\x55\x05\x61\x69\x70\x13\x76\x26\x77\x6e\xd4\xa0\x77\x26\x77\xae\xa4\x1f\x9d\xb9\x9d\xdb\x80\xe8\xa4\x33\x7d\x73\x26\x63\xd8\x95\xbe\x39\x33\xef\x40\x67\xfa\xe6\xca\x30\x25\x07\xa2\x60\xc1\x10\xdd\x26\x34\x09\x1c\xe7\x91\x34\x6c\x3c\x19\x32\x43\x83\x75\x66\x73\x6e\x8c\x69\xd0\x99\xcc\x59\xd4\xfc\x40\xf0\xd5\xc6\xe6\x77\x25\x73\x66\x38\xd5\xce\x5c\xce\x8d\xfe\x35\x9d\xb9\x9c\x33\x9f\x5a\x9d\xb9\x9c\x1b\xd3\x1e\x74\xe6\x72\x2e\xe4\x4b\xba\x52\x39\x33\xf2\x71\x67\x2a\xe7\xc6\x5c\x29\x9d\xa9\x9c\xd3\xf4\xc8\x20\xfe\x1c\x5e\x5f\x30\x29\xc9\x23\xc3\xb9\xa7\x75\x6b\x67\xba\xe6\xda\xbb\xfa\x03\xfb\x40\xdf\x82\xce\x84\xcc\x8d\xd1\xec\xfa\x4c\x14\x23\x51\x61\x7f\x40\x9c\xa6\x51\x04\x65\x54\x9d\x82\x0a\x84\x4a\xfe\x10\xb9\x79\x9a\xcb\x88\x4f\xdd\x20\xe9\x05\xf7\x97\x41\x79\x29\x56\x39\x10\xf0\x99\x39\x8e\x0e\x88\xec\x63\xb5\x0b\xa2\x27\x9c\x9a\x39\xfb\xd4\xfb\xa8\x82\x16\x20\x7f\xf7\x06\xa4\x71\xc3\xac\x85\x46\xca\x07\x2a\x28\x6b\x82\xe0\xbd\x51\xf4\x1d\x4c\x4f\x79\x93\x1c\x08\x37\x50\x75\x19\xac\x05\xc2\x6d\x12\x49\x43\x10\x93\x0d\xba\x26\xa2\xc9\x35\xb7\x02\x4f\xa3\x30\x44\xe2\x35\xdd\x3d\x3c\x8d\x9a\x20\xd8\x78\x25\x9d\x8a\x44\x0f\x29\x61\x02\xa2\xec\xca\x97\xa6\x33\x39\x74\xca\xdd\xa3\xd9\x1c\x8d\x66\xb8\x89\x0a\x5a\x35\x6a\x92\x3d\x27\x08\xfb\x29\x00\xe9\xcc\x23\x7d\x9a\xd1\xc0\xf1\x26\xc9\x9d\x55\x33\xcf\x68\x69\x82\x90\x0a\xa7\x0c\x41\x81\x71\x1b\x7a\xa1\xa6\x21\xd0\x0b\xcd\x02\x4e\x89\x6d\xe8\x18\x32\x00\x6e\x1e\x3a\x24\x50\x2e\x66\xaf\xbe\x94\x8b\x24\x98\x9d\x09\xa9\xdb\x78\x0a\x31\xc5\xe2\x56\x31\xc5\x32\x05\x01\xc1\x86\x0e\x1b\xe3\xe1\x32\x3b\xc3\x81\x6e\x16\xba\x1d\xac\xb8\x36\x35\x33\x2a\x49\xd7\xc8\x69\xd3\x77\xb9\x0c\x61\x39\x84\xc4\x99\xca\x2e\x1f\x7d\xfa\x3a\xd2\x99\xef\x40\x1b\x78\xe3\xb2\x17\x70\xca\x65\x1c\xcd\x0f\x49\xf4\xa9\xaa\xa1\xfa\x4b\x24\x92\xf1\xac\xf8\xd2\xf0\x09\xa7\x0e\x73\x78\x1e\x8c\x66\x29\x3a\x01\x15\xe6\xa9\xea\x42\x90\x57\x9d\x22\x68\x29\x83\xbe\x2c\x9d\x79\xaf\x67\x49\xfe\x90\x93\xd4\xf9\xcf\x74\x7b\xf1\x7a\x10\xad\x9e\x0f\x61\x12\x23\x08\x0e\x94\x25\xe9\x30\xc2\x81\xb2\x31\x1f\xce\x81\x60\x3e\x20\x7a\x03\xb5\x64\x79\xca\x10\xa7\x82\x46\xc3\x9d\x99\xad\x0b\x53\xae\x1c\x08\x57\xd4\x03\x31\xa7\x50\x75\x55\xa0\x43\x55\xa3\x7a\x2f\x8a\xa0\x17\xc6\x2c\x14\xd9\x62\x48\x5a\x8a\x43\x3b\x73\x62\x9f\xaa\x53\x20\x03\x86\x0a\x62\x22\x4c\x61\x4e\xa1\x5e\x5a\x77\x46\xa1\xfc\x77\xba\x8c\x89\xe2\x0c\xc1\x6c\x77\xb8\x66\x90\xde\x09\xc2\x0d\xc2\x84\x4b\x07\x64\xa2\x5f\x77\xc8\x93\x13\x82\xe0\xcb\x34\xfc\xe1\x8d\xf7\x50\x12\x04\x29\x9f\x87\x0d\x64\x68\x22\x62\x05\x79\x8b\x8a\x70\x01\xe1\x6a\x23\x79\x2d\x20\xc7\x8c\xec\xef\x80\x0a\xcd\x35\x79\xe0\x9a\x66\x01\x23\xbb\x2b\xf9\x43\xd8\xd1\x79\x2d\xf0\x04\xe5\xab\xaa\x33\x41\x77\x24\xad\x3e\xa2\xd5\xb6\x21\x7a\xc7\x04\xdd\x59\x64\x0b\x7a\xd7\xde\xb5\x32\xd2\xbb\x8e\xee\x0f\x71\xbb\x25\x57\x85\x71\x4c\xb8\x2a\x49\xf8\x14\x04\xae\x43\x6b\x58\x19\x7f\x5b\x78\x09\xa5\x6c\xa3\xd9\xc1\x81\x16\x5a\x71\x19\xe4\xbd\x3a\x33\x70\xba\x8c\xf4\xd4\x44\x1e\x38\xad\x3d\x43\xd7\x1a\x83\xe0\x74\xd9\x98\x12\xf3\x40\xc8\x81\xda\x0d\x71\xd5\xa6\xe6\xcb\xeb\x5b\x1b\x03\x7d\x6d\xae\x5e\x19\x5e\xca\x5a\x5f\xa8\x5d\x23\x69\x9b\xe0\xf2\x18\x49\xf8\x0c\xb5\x6b\x24\x0f\x86\x36\x1f\x1a\x0c\xbc\x08\x53\xd1\x25\x41\x2f\xc2\x87\x2c\x50\x09\x3b\x9e\x42\x58\x10\xab\xd1\x46\x29\xfd\x53\xf3\xcd\x0f\x93\xc0\x1b\xa6\x9f\xaa\x4a\x93\x2e\xa1\x65\x93\x08\xdf\xd0\x44\x22\x96\x2a\x48\xfd\x87\xc0\x85\xc2\x22\x88\xbb\xe6\x32\x9c\xb5\x29\x72\xd2\xce\x82\x47\xd2\x81\x66\x52\xeb\xa1\x13\xd4\x24\xc7\x73\xd9\x59\xa9\xaa\xd5\x40\x38\x58\x59\xad\x75\x26\xbc\xce\x8c\xa8\xd1\x99\xf0\xfa\x74\xa1\xa5\x82\x51\x7c\xd2\xbd\xd0\x68\x4f\xad\x8b\x10\xae\x81\x33\x7b\x1a\x34\x29\x9c\xba\x09\x91\xd5\xba\x8c\xf8\xa1\xcd\x74\x67\x56\xeb\x48\x5e\x1c\x8a\x71\x98\xb2\xb1\x33\xad\x75\x1b\x22\x68\x70\x2a\x9c\xd5\x83\x93\x30\x96\xeb\x0f\xd5\xf2\x34\x6e\xc0\x51\x6f\x98\xd8\x75\xc6\x04\x4a\x59\x10\x98\x5e\x6d\x63\xa7\x80\x65\xea\x2c\x20\xcc\xeb\xcc\xda\x0d\x44\x79\x9d\x54\x20\x75\x26\x9d\x8e\xd4\x0c\x15\x7e\xa8\x1e\x83\xa4\x60\x0a\x42\x24\x81\xa7\x0c\xdb\x38\x35\x52\x98\x4e\x45\x31\x34\xf0\x9d\x3a\x04\xe5\x63\x22\xa2\x03\x81\x27\x73\xf7\xa4\x7c\x73\x18\xdc\x90\x30\xf9\x43\x50\x3e\x71\x10\x0c\xeb\x9a\xa7\xd7\x66\xf1\x34\xa8\x10\x81\x5c\xbb\xae\x0c\x44\x67\x9d\xc6\x1b\xaa\xc4\x87\x8e\x26\xdc\xf8\x52\x88\x30\xd0\x8d\x4f\x46\x74\x7d\x0e\x98\xbf\x35\x91\x37\x46\x51\x4d\x9a\x3e\xa2\xa8\x96\x50\xf7\x08\xa2\x3a\x4d\x19\xe0\xf0\x17\xc3\x8d\xe0\xa6\xd7\xd9\x87\x7a\x3c\x92\xae\x96\xc1\xd7\xa6\x70\x78\x30\x07\xa2\xce\x97\xb4\xe3\x0c\xdc\x7b\x40\x2c\x7e\x57\x7f\x81\x50\x74\xba\x84\x10\x09\x35\xaa\x70\x18\x8e\x7a\xe1\x7b\x76\x28\xd8\xb9\x3a\x24\x4f\x12\xc9\x85\x13\xa3\xd1\x48\x99\xed\x5f\x1c\x0a\xc3\x92\x0e\xb1\x76\x08\x4b\x7a\x58\x6f\x41\x30\x2e\xf5\xc2\xc8\xea\x5f\xb3\xa0\x59\x41\x64\x7f\xc8\xf3\xa5\x49\x51\x60\x14\xd9\x75\x61\xd0\xeb\xd5\xc0\xb3\x51\xee\xb6\x9d\xe9\x90\xa7\x99\xf7\xc1\x70\xe7\x42\x1b\xa8\xab\x27\xed\xa9\x3b\x73\x1c\xf7\xae\x5d\x83\x9a\x39\xaa\x88\xe6\x64\xfa\xf5\xee\x9a\x1c\x9c\xce\x30\x72\x1c\x97\x59\x5c\x78\x76\x8a\x01\xae\x0f\x04\x9e\x2c\xb9\x43\xe4\x82\x17\x4f\x8c\x60\xa7\x25\xeb\x5a\x98\x74\xfe\xd7\xbe\x4d\xca\xc2\xb5\x6e\xcc\x8d\xec\x35\x85\xd7\x60\xce\xd9\x50\xe1\x60\x34\x52\xd8\x3f\x94\xe1\x42\x2c\xbf\x16\x1c\x9a\xec\x7c\x89\x66\x43\x93\xdd\x69\x75\xdf\x99\x46\xb9\xd6\xea\xee\x35\x43\xf7\x8f\xa8\x57\x42\x14\x68\xb2\x7b\x09\x37\xf3\x01\xa4\x0f\x6d\xe6\x6f\x30\xa1\x50\x1f\xc2\x93\xa5\xe8\xa6\x9d\x4b\x03\x37\x58\xbf\xbf\x3a\x43\x87\x1d\xa8\xa1\xaa\xa6\x41\x13\xd9\x28\x6e\xe7\xec\x8d\xa9\x0d\x72\x2e\xe7\x9c\xdc\x0c\x71\xc3\x1b\x77\x8e\x7b\xaf\x97\x21\xe2\x86\x50\x05\x3a\xf1\xdc\xbb\x0b\x3f\x2c\xd4\xce\xc1\x92\xc2\xd7\xcd\xa4\xc0\x23\xea\x0f\x1d\xc5\x4f\x5d\xd0\x0d\x21\x20\x3d\x27\xfd\x94\x86\xe3\x64\xaa\x7a\xa4\x30\xc4\x6a\x78\x22\x1b\xd4\xaf\xfa\xbb\x1b\x90\x47\x03\x81\x87\xd8\x29\xe8\xd6\x4b\x13\xa7\x17\x0a\x38\x12\x82\x98\xd5\x5e\x6c\x11\x74\xeb\xbd\x8b\x31\x08\xe6\x64\xcc\xae\xba\x58\xd5\xed\xc0\xa7\x58\xfb\xc1\x70\xab\xe5\x72\x19\xdd\xdd\xab\x20\xde\x0c\x1c\x5b\x30\x12\x80\xc8\x7d\x80\xf8\xeb\xbc\x05\x90\xd3\x3b\xce\xa4\xcb\x59\x38\x16\x14\x76\x3d\x8d\xc0\xa6\x4e\xc7\x3f\x94\x4b\x4c\xad\x40\xbd\x92\xf4\x78\x0b\x9a\x40\x08\xdf\x99\x2b\x39\xc7\xf3\x61\x40\xf3\xa7\xc9\xe3\xb5\x5c\xc4\x49\x43\x09\x5f\xcc\xe8\x05\x93\x89\x88\x45\x0b\x0a\xc1\x93\xcb\x68\x2c\xe1\x32\x2a\x25\xd5\x03\x6e\xec\xac\x93\xa1\xac\xca\x1e\x1a\x1e\xcb\xa6\xc4\xc1\x44\x9e\x97\xa1\x17\x1e\xd2\x9a\xbc\xa8\xd4\x74\x33\x58\x50\xbd\x07\xa9\x59\xcf\x92\x8d\x40\xb3\x9e\x2f\x1d\xb7\x25\x4b\x99\x2a\x28\x90\x1d\xb1\x0b\x5a\x08\x2d\x4a\x00\x49\x38\x92\x38\x67\x68\xc4\x4b\xd5\x1e\x31\xa3\x71\x4f\x86\x2a\x39\x67\xb5\xc2\xd7\xd0\x1c\x82\xf0\xfe\x17\x8d\x84\xd2\x3b\x17\x5d\x4a\x8b\x34\x63\xf8\x3b\xd2\x8c\xf0\x87\x88\x36\x18\x1e\x0d\x73\xcc\x19\x62\xf6\x57\x41\x8b\xa2\x18\x35\x43\xd3\x6a\x91\x61\xa4\x42\x2e\x49\x5c\x0e\x82\xae\xa6\xe2\x97\xf2\x02\x7f\x1c\x62\xf2\x17\x93\xcc\x54\x97\xe1\xa1\xec\x59\x60\xeb\xaf\xcb\x8d\x22\xb6\x94\x70\x14\x99\x91\xd3\xa5\x9b\x8e\x61\x56\xab\xd8\x3c\xe8\xaa\x1f\x2e\x6f\x29\x25\xbf\xde\xe2\x8b\xe9\xd9\x44\x95\x11\x74\xb5\x5e\xdd\x55\x45\x69\x04\xdd\xfc\xd0\x85\x78\x60\x0b\x2d\x99\x36\xd9\x13\x66\xd6\xe4\x72\x09\x2f\x37\x0c\x29\x9a\x36\x7f\x53\x8d\x21\xfe\x6c\x53\x8d\xf1\x34\x83\xbc\xa5\x62\x1e\x36\x23\x80\x84\x6b\xf2\x54\x74\x41\x38\x15\xc9\x3d\x6c\x76\x98\x04\x42\xfd\x92\x0c\xe1\x58\x54\x37\x0a\x7a\x79\xb9\xec\xc3\x0f\xd5\x87\xb2\xad\x4f\x41\x89\x85\x45\x20\x3c\xbc\x24\x6b\x84\x7a\xbe\x58\x4c\x00\xef\xde\x98\x2e\x6a\xfc\x4e\xab\xc1\x38\x37\x9e\x30\x53\x5e\x3d\x10\x18\xf2\xcb\x3d\x20\x13\x76\xf9\xa1\x8d\x47\x67\x42\xe7\x56\x3c\x45\x78\x69\xd6\xee\xfe\x31\x7d\xdd\x42\x4a\xd9\xec\xb1\x31\x33\xab\x8e\x1e\x2c\x00\xb2\x9f\xbb\x8c\x16\x5b\x2e\x51\xd6\x8d\xac\x99\x59\xc7\x6d\x2b\xcb\x84\x96\x06\xcf\x8a\x48\x6e\x46\x71\x0b\x05\x05\xe4\xcc\x2e\x7b\x61\xdb\x34\x50\x98\x66\xd4\xe4\x56\x6e\x4c\xc2\xdf\x7d\x20\x66\x56\xef\x78\xa5\x17\xbf\x5c\x18\x82\x76\x7a\xdb\x20\xb2\x51\x08\xcb\x03\x22\x00\xbf\x8e\x22\xe3\xd3\x56\x11\x29\x9a\x1c\x14\xcb\x25\x36\x13\x6e\x79\x13\xf5\xaa\xf0\x87\xe7\x48\x59\xd6\x89\x70\xb5\xb5\x7b\xa3\xe0\x37\xe2\xbb\x7c\x13\xf9\xc5\xf1\xc3\x00\xe1\x74\x11\x02\x13\x25\x03\x82\xa0\xa7\x2d\x86\x48\xf7\x0d\xcd\x73\xb1\xab\xfb\x17\x9d\x2b\xdd\x08\x63\x36\x0a\xc2\xed\xd4\xc5\xf4\xbc\x88\x50\x42\x4b\xa6\x88\x6e\x62\x07\xa0\xfd\xcf\x96\x19\x20\x90\x6c\x52\xd0\xc4\xce\xfc\xd1\x65\x5e\x6e\xe6\x06\x05\x71\x33\xcc\x51\xcc\x05\x66\x6e\x69\xbf\x3e\x5e\x74\x2c\xd7\xc2\xbc\xe8\x24\xa4\xbd\x47\x3c\xda\xda\xc4\x0c\xbc\x98\xa7\x26\xfc\x1d\x64\xf5\xd9\x35\x27\x78\x73\x01\x48\x93\x77\x75\xd7\x44\x9e\x92\xe2\xde\x71\x9c\xc3\xd0\xc1\x8b\x2a\x22\x4c\x7f\xec\x2a\xde\x90\xe1\x68\x8b\x88\x19\x75\xfd\x16\x64\xbf\x90\x23\xc0\x52\x3e\x84\xa3\x9d\xdd\x2b\xb1\x79\xee\x75\x09\x20\xe2\x6c\x99\x42\xfc\x37\xf3\xe9\x09\x49\x99\x4b\x5a\x61\x89\x3a\xd3\x45\x17\x3f\x62\x60\x24\x90\x6b\xf5\x87\x3c\xbf\x6e\x94\x94\x56\x9c\xd1\x9b\x56\x23\xc9\xcd\x9c\xd7\xcf\xd3\x26\xc2\xef\x86\x5b\x01\xaa\x55\x7f\x46\x17\x25\xf5\x07\x89\x7f\xd1\x4e\x30\x05\xb4\x65\x32\x70\xc0\xce\x75\xba\x0c\x0e\x9a\x9a\x2f\x82\xcc\xa6\x72\x89\xa3\x67\xb6\x66\x3f\xc3\x99\xad\xd9\xf4\x82\xda\x7b\x6b\x23\xde\x3c\xe8\xe1\x9a\xf0\x69\xd7\x65\xc9\xa8\xb2\x25\xbb\x8c\xd3\x0d\xf7\x88\x48\x88\xcd\x1d\x12\x11\x9f\x76\x90\xf8\x53\x17\x32\xc2\xca\x66\x6f\x22\xdd\xb3\x8b\x08\x2b\xd4\xf5\x31\xf5\xd4\x64\x5e\xe5\x52\x0c\x0d\xbc\x21\x34\x52\xc8\xf1\xcb\x03\x6d\xdc\x1d\x6c\x93\x1a\xf8\x29\x84\x82\x06\x3e\x95\xa4\xcb\x83\x8e\xd3\x55\xe7\x00\x2a\xf8\x59\xbb\xab\xd6\xf3\xba\xd2\x6e\x43\xc9\x9e\x5a\xff\x0d\xf4\x59\x7e\xd3\xd5\xcd\xc0\x24\x25\xdc\x05\x47\x3a\x04\x6d\x8e\xc6\x85\x48\x01\xab\xa3\x8e\x94\xcb\xa7\xb0\x0a\x04\xc1\xcc\xae\x8a\xc0\xd0\x5a\x37\x68\xeb\x8b\x05\xce\x77\x68\x8e\x6a\x87\xfa\x3d\xd1\xf2\x9b\x11\x8a\xdc\x07\xf4\xf3\x25\x89\xd6\x50\x41\x5f\xc4\x41\x43\xb1\x9e\x8d\xee\x4c\xc1\xac\xbc\x8b\x5d\x29\x98\xbb\x10\xe7\xe6\x5b\x48\x5c\x3a\x53\x30\x97\x24\xec\x80\xd3\x73\xce\xc9\xed\x74\x16\xaa\x4b\x0a\xfe\x2e\x7f\x09\x9e\x5a\x77\xe2\x2d\xb7\x25\xd7\x04\x92\x85\x7b\xe4\xd2\x15\x83\xe0\xf6\x25\xb2\xa2\x32\xdf\x02\xd2\x9b\x57\xcd\xd3\xe1\x87\x1f\x6a\xb1\xce\x5d\xd3\xab\x0e\x2a\x3c\xab\x73\xd7\xa5\xc8\x88\xb8\x16\x56\x43\xd1\x5f\x9b\x88\x18\x15\xfd\xd5\x1b\xc0\xcc\x9f\x7e\xe0\xdf\x5b\x1e\x56\x82\x34\x54\xb7\x8a\xa1\x7a\xe0\x9b\xbb\x2c\xbc\x86\xa7\x75\x33\x01\xb8\xb7\xc6\xca\xa1\x23\x09\xf4\x34\x35\xa2\x8d\x40\xd1\x7d\x42\x1b\x81\x62\x29\xe1\x87\x99\x6f\x9f\x0f\xe9\xdb\x6d\x08\xb7\x9b\x08\xfc\x87\x78\x55\xdc\x28\x42\x37\xe8\x20\x7f\x98\xcf\x4c\xb3\xfa\x08\xaf\x44\x73\x3e\x0a\x4f\xe1\x42\xe0\x95\xd8\x10\x04\xde\x9d\xde\x47\x38\x5e\xb7\xf2\x34\xc3\x49\x79\x34\x10\x20\x17\x5d\xe7\x1f\xfa\x54\x09\x57\x3e\x34\x49\x4e\xba\x29\xe8\x79\xed\x63\x0e\x97\xe9\x5c\x9e\x32\xbc\xa2\xc5\xea\x40\xf7\x9f\xbd\x01\xd0\xfd\x4f\xdf\x45\x1f\x26\x7b\xd5\xfe\x7f\xf8\xbc\x4d\xc3\x60\x45\x34\x67\xcd\x9f\x0c\x44\x92\xc0\xe3\x43\x06\x42\xac\x2d\x7d\xa4\x4b\x12\xf1\xa0\x65\x40\x29\xae\x0a\xff\xf9\xe1\x2e\x6f\x56\x9d\x02\xf1\x7c\xe0\x5d\xa1\xdc\xc7\x0c\x8f\xd2\x99\xfa\x38\xd1\xc7\xa4\x33\xf5\x71\x66\xc8\xb0\xce\xec\xc6\x99\x56\x48\x9d\x59\x89\x5b\xe1\x86\x33\x29\x71\xa3\x6f\x71\x67\x52\xe2\x49\x63\xb2\xae\xa4\xc4\x25\x4d\x17\x22\xb2\x81\x1b\x05\xdf\xab\xb3\xc2\xcc\xc3\x89\xee\x08\x9d\x99\x87\x0b\xe3\x02\x76\x26\x17\x1e\x4c\xc3\xdc\x99\x5c\xb8\x31\x36\x7b\x67\x72\xe1\x22\x91\x31\x73\x0b\x9f\x36\x5d\x88\xac\x38\xcd\x1d\x72\xff\xdd\x2a\xf7\xbf\x1a\xc2\x0d\x50\x55\x95\x49\x59\x79\x1c\x99\x17\xb8\xd0\x42\xa9\x2b\x2d\x70\xa1\x1d\x4c\x67\x5e\x60\x65\x97\xeb\xcc\x0b\x9c\x4a\xfc\x58\x79\xc8\xf4\xbe\x4d\x22\x15\xa5\xf7\x2d\xcf\x6e\x50\x10\x4d\x3c\x62\x46\xdf\x12\x5e\x00\x3e\x91\x2e\x43\x37\x3f\xd4\x0a\x9c\x2d\xee\x34\xa1\xed\xcc\xd9\x7b\x0a\x87\x40\x4e\x32\x0b\xa2\xaf\x7b\x17\x04\xdf\xea\xea\x0f\xfb\xf7\x97\x5e\xa4\xcc\xe7\x5b\x45\x63\x94\xce\x57\xef\x7f\xa5\xf3\x2d\xf9\x01\x19\x97\x52\x55\x03\xf1\xab\xdd\x03\xcd\x79\xb4\xfd\x8c\x21\xac\x80\xa6\x07\x24\x03\xad\xee\xf9\x40\x7e\xca\x60\xf6\xdf\x0c\xc9\xfb\xa8\x0a\x24\xe1\x0a\x41\x8c\xb6\xaa\x1e\x19\x50\x73\x18\x62\xd6\x34\x4f\x9f\x01\x88\xc8\x0f\x44\x22\xe5\x6e\xea\x7f\x71\x51\xab\xbf\xa4\x33\x83\x20\x18\x1b\x8b\x8c\x30\x9b\x6e\xd0\x9a\xab\x33\x9b\x6e\x2a\xb9\xa9\x0f\xf2\x07\x64\x48\x98\x4e\x77\x0c\x2d\x0e\x9c\x7f\x73\xd3\x8c\x99\x15\xd7\xa4\xd2\x59\x71\x79\x77\x32\x2b\x6e\xf6\xb9\xcd\x4c\xb6\xcc\x58\xe7\x07\x44\x04\x4b\xcd\x03\x4e\xc4\xd3\x07\x20\xcb\x7e\x73\x0a\x42\x54\x29\xf7\xc8\x84\x82\x3a\xaa\x74\x1b\x2e\x92\x9d\x30\xb7\x6d\x69\xc2\x71\x6a\xf6\x8b\x26\x95\x99\x24\x59\x6b\xcc\x00\xc3\x3d\xbb\x26\x42\x4a\x37\x0d\x06\x4a\xa2\xe9\xef\x96\xcc\xe0\x05\xb5\xb3\x18\xdd\x10\x0c\xd6\x87\x6b\x2e\xe6\xb7\x33\x88\x64\x18\xcf\x87\xf0\x54\x7c\x20\xc8\xd7\x8a\x6b\x62\xdf\xa6\xe6\xcb\x1b\x37\x4f\x8d\x0d\x16\x9a\x62\x5d\x98\xcb\xf6\x14\xaa\x1d\xc8\x1e\xcb\x03\xc1\xb1\xc6\xeb\xb6\xb9\x36\x53\xb3\x92\x61\x96\x21\xee\x86\x77\x95\x17\x72\x26\x47\x1c\x59\x08\x60\x88\xda\x3e\x77\xf2\x02\x07\xee\x4e\x88\xd6\x1e\x3b\x9f\x0e\x97\x3b\xf9\xe0\x02\x66\x19\x9c\x8a\x9b\x74\x7f\xcc\x7c\x3b\xa5\x4e\x65\xe6\x5b\xd9\x6c\x77\x65\xbe\x2d\x79\xba\x10\x9c\x25\x65\x34\xcc\x7c\x5b\xc4\x65\x28\xf1\x6d\xc9\x64\x73\x98\xf9\x76\x4e\x11\x19\x98\x04\x4c\x3d\x36\x03\x26\x01\x63\x3e\xfd\xbf\xf8\xa1\x5b\x7d\x33\xae\x99\xa0\x1b\x76\x06\x49\x10\x37\x44\xd8\xc9\xe4\xb7\x45\x28\x5f\x78\xcb\x9b\xe8\xc3\x01\xba\x30\x15\xd2\x81\x38\x11\x5e\xfa\x81\x48\xcd\x63\x7a\xce\x14\x6f\xe8\x3c\xc0\x0c\xa1\x57\xe1\x0e\xcd\x10\x8a\xd4\xdb\x01\x33\x84\x29\x63\x0a\xa6\xbb\x2d\x2d\xff\xd0\x68\xba\x33\x17\x6e\x2a\x92\x9a\x30\x19\xee\x94\xe8\x96\xb9\x70\x4f\xa1\xe6\xc5\xc7\xaa\xc8\x35\xe3\x38\x97\xe2\x2d\x61\x32\x70\xcf\x0b\xb2\xb7\x22\x69\x31\x73\xe3\x2a\x39\xd4\x81\x60\xe2\x5d\xdd\xea\x07\x07\x46\xad\x42\xca\xee\x43\x08\x83\x82\x11\x3a\x4c\x30\x28\x98\x53\xb7\x57\x21\xa3\xa1\xb7\x73\xc0\xa2\x60\x8a\x79\x88\xc2\xe0\x17\x1e\xcd\x86\x52\x53\xa4\xa4\x10\x5b\x8b\x06\xa3\x34\xcd\xee\xfe\xcd\x46\xb5\xac\x54\x16\x55\x17\x72\xad\x74\x27\xc0\xdc\x20\x87\x68\x82\xb2\xe1\x6a\xd3\x99\x0d\xf7\x41\x42\x58\x1f\x4c\x33\x13\x30\x30\x68\xd2\x1c\x33\xe3\xed\x34\x65\xad\xc8\xd3\x5d\x74\xb4\x2b\xd1\xc3\x14\x12\x4e\xe0\x33\x4d\x57\x65\x1f\x45\x03\x60\x3e\x00\xad\x71\xe5\x43\x44\x3c\x62\x54\xc8\xd6\xe9\x01\x71\x20\x44\xd9\x9e\xfe\x50\x2e\x56\x43\x20\x1e\x9b\x1e\x1d\xa5\x1e\xbe\xdd\x2a\xc2\xaa\x32\x05\x71\x0f\x06\x88\x1e\x3a\x21\xb0\x55\x98\x59\x87\x19\xb6\x0a\xb3\x55\xd7\xc4\x2d\xac\x8d\x44\x94\xe7\x29\xf9\x3d\xb3\xec\xe6\x67\x1a\x8c\xc6\x33\xdd\x0a\xf7\xe3\x69\x06\x97\x62\x77\x55\x08\xb9\x92\xaa\x6e\xea\x8b\xb4\x01\x8c\x66\xa8\x73\x5e\xe9\x8c\xe4\xc5\xe0\x65\x66\xba\x8f\x28\xcf\xd5\xd7\x17\xa2\x3c\x27\x99\xb0\x05\xa3\x3c\x17\xdf\x74\x0c\xf3\x2c\xf5\x19\x53\xee\xa6\xee\xcd\xd9\x1c\x0d\x51\x8e\xa9\x72\x25\x28\x8e\x46\xb5\xae\x2e\x53\x58\x4e\x0c\xe9\xdf\x03\xc6\x11\xa9\x36\xd7\xa4\x28\x98\xb3\x60\x88\xe5\x42\x53\xe1\x03\x26\x64\x7f\x6f\x82\x38\xc5\x22\xe8\x6c\x3f\x45\x8a\xd1\x98\xef\x50\xdc\x63\x63\x84\xba\xa7\x43\x98\x11\xe7\xcb\xad\x70\x86\xba\xa2\xe0\x05\x2f\x8b\xfe\xce\x1c\xbb\x49\xd1\x2b\xbb\x92\xec\x5e\xd3\xa3\x81\x55\x45\xd6\x50\xf1\xb4\x90\x84\x28\x60\x46\x51\x64\xfd\xc2\xac\xba\xa9\x35\xd7\xdc\x18\xb7\x16\x03\x32\x4d\x49\xf8\x82\xe6\x0f\x12\x8a\x44\xe3\x5d\x56\xa6\x41\xca\xfe\x0d\xf1\x6c\x78\x34\x9b\x86\xb5\x5a\x00\xc6\x62\xf2\x72\x58\xd4\x61\x10\x1e\x3f\x7c\xa2\x32\x1f\xef\x6c\x22\x23\xb4\x86\x90\x1c\x84\xb9\x72\x87\x8c\x71\x98\x1d\xb7\x0c\x2d\x7f\x57\xd6\xfe\x29\x88\x2e\x14\x1c\x1b\x8c\x21\x7a\xd3\xc1\xe8\x4c\xc5\x2f\x5c\x64\xb8\xe3\xc2\xfc\x1b\x07\x2c\xa8\xfa\x63\x39\x08\x93\xe5\x9e\x2f\xd5\x25\xb2\xd1\x3d\x03\x80\x5e\xa6\x18\xff\xe1\xf7\x9f\xfc\x7e\x50\x62\x5d\x99\x6e\x30\xb3\x6e\x96\x0d\x67\x74\x62\x80\x99\xf2\x0e\x53\xa5\xf6\x54\x45\x54\xce\xee\xaa\x10\x1f\x6a\x3f\x3a\x05\x61\xd5\x4b\xa7\xa7\xa6\x3e\x84\xf4\x32\x57\x43\x8d\x76\x15\x82\x38\xd6\x64\x10\xf1\x5a\xbc\x3e\x4b\x63\xd5\xbc\x28\x01\xd7\x15\x4d\x53\x8e\x22\x59\x2e\x53\xf4\xf6\x1e\x6e\x07\x09\x23\x92\xf6\x07\xa4\xa3\x35\x0f\x00\x1c\x54\xcd\x06\x21\xd1\x73\x97\xc0\xba\x10\x03\x09\x53\x8e\x61\x3e\x88\x79\x76\x8b\x79\x76\x86\x37\xe8\x5e\x57\x18\x2d\xb7\x30\xf4\x86\x5c\x9b\x8d\x0e\xbe\x51\x24\xfc\x8b\xc1\x00\x83\x22\x5d\x43\xa9\x99\xf8\x4a\x8f\x31\x89\x04\x21\xa8\x02\x9a\x82\x18\x22\xa8\x0b\xea\x28\x1b\x82\x10\x1d\x4c\x8b\x0c\x2b\x90\x2e\x11\x52\x0c\x8a\xbb\x64\xbf\xc1\x14\xbc\x5d\xba\x9a\x18\x8c\xe4\xce\xe7\x34\x53\xf0\xf6\xae\xd5\x40\x5e\xdd\xde\x45\x57\x10\x04\xba\x5c\xba\x90\x90\x0f\xb7\xd0\x3b\xac\x33\x1d\x6e\x2a\xd2\xae\x32\x1f\x6e\x4e\x42\x6c\x44\x45\x28\x59\x2f\xcf\x41\xab\xc5\x64\x08\xd2\x46\xad\x1b\x03\x3b\xfb\x71\x8d\xc0\x07\x55\x66\x08\x31\x68\xc3\x2a\x7a\x34\x10\x4c\xe4\x12\xca\x23\x9a\x41\x0a\xcf\x97\x34\xfe\x81\x20\x06\x13\x6d\x86\xb9\x48\x91\x71\x1a\xb3\xd8\x76\x8f\x85\x41\x09\x8a\xb4\x31\x81\xa8\x04\xde\x26\x04\x25\xe8\x12\x4a\x31\xc3\x6d\xae\xd5\x15\x17\xca\x8a\x20\xbc\x9e\x25\xa0\x60\x4e\xdb\xe4\xd7\xe3\xd4\x56\x0c\xb7\x8a\xb8\x79\x94\xc9\x30\xa9\x6d\xbe\xf4\x5e\x87\xf5\x46\x95\x45\x0c\x53\xdc\x96\x29\x91\x04\x8c\x37\xba\x4f\x0d\x4c\x32\xba\x0f\x1f\x22\x06\x74\x19\x69\x32\x51\x6d\x2a\x75\xba\x51\xe8\x23\x74\x6c\x27\x6d\x8d\x3d\x0d\x72\x6a\xa2\xdb\x53\x27\xd3\xfd\x63\x9f\x2c\x68\x40\xe2\xda\x2a\x45\x30\x73\xd3\xd6\xda\xdd\x28\x7b\xd4\xa9\x81\xed\x44\xa9\x22\xa3\x93\xfa\xa7\xaa\xfd\x86\xed\x44\xaf\x7a\x5a\x31\x74\xf4\xaf\x55\x31\x47\xb1\x6a\x88\x35\xd0\xab\xb8\x28\x44\x8e\xae\x6d\xba\x26\x16\xd5\xf7\x08\xcc\x23\x4a\x5c\xfe\xf0\xc3\x42\x82\xcc\x23\x5b\x9a\xd8\x51\x18\x48\xf4\xaa\x9b\x0b\x06\x12\x53\x02\xe5\x80\x7d\x84\xc2\xff\x1d\x68\x23\xe0\x59\x12\xf4\x42\x2c\xb8\xdf\x40\xab\x63\x42\x5e\x21\x26\x33\x98\x11\x47\x7b\x05\x23\x88\x22\xaf\x0f\x26\xa7\xed\x26\xe3\xc1\xc0\xb3\x7a\xae\x22\x68\x41\xa7\x13\x79\x67\xe2\xda\x6e\x9a\x81\x40\xd6\x45\xe6\xc4\x4c\x4e\x3b\x67\xf3\x77\xd8\x8d\x96\x5d\x88\xc1\x88\x84\x31\x68\x81\xa2\x8b\x76\xa6\xae\xed\x26\x53\x48\x4e\x5b\x66\x71\xd5\xc6\xaa\x5a\x37\xc6\xd7\x14\xa7\xc6\xec\xb4\xa5\x3d\xcd\xd2\x53\xcb\xed\x20\x7a\x91\xb8\x51\x58\x4c\xe4\x2c\x06\x84\x16\x13\x7e\xe5\x20\xa4\x81\x45\x82\xca\x23\x5b\x9a\x2e\x79\x18\x50\x64\x99\x3d\x31\x8f\x6c\xf7\xa1\x46\xd4\x82\x6a\x02\x0f\x8b\x89\xdc\xbc\x70\xda\x7f\xad\xce\x9a\xe4\xaa\xab\xa0\xc2\xc2\x26\x10\x1b\x50\x0c\x0d\x04\xa1\x2a\x82\x26\x38\xdc\x4b\x50\xc0\xce\xc8\xcd\xc0\x94\x48\x23\x85\x79\x45\x91\xae\x23\x60\x25\x91\x65\xed\x1c\xb0\x92\x08\xad\xc5\xe2\x49\x15\x59\x86\x3d\xc3\x90\x2e\x96\x89\x62\xbb\x2c\x6e\x98\x27\x76\x58\x76\x48\x37\xfd\x21\xba\xb8\x98\x7d\xc0\x53\xc0\x4b\xfe\xf2\x6c\xa1\xc8\x8b\xa1\xef\x60\x37\xe4\x0b\x74\x69\x61\xc4\x0a\xc1\x9c\x20\xfc\xdc\xa0\x39\x41\x31\xdf\xb2\xe9\xb5\xab\xc5\x87\x3d\xc1\x79\x87\x0b\xa2\x2d\xb0\x86\x03\x83\x82\xd9\xc5\xe0\x42\x4b\x1f\x45\xd4\x07\x9a\xf8\x52\xdd\x0c\xb9\x8d\x2e\x3e\x05\x89\x5b\x8b\x5f\x1b\xf0\xb7\x9f\x49\xec\x2e\x03\x6b\xfb\xf5\x05\x55\x78\xaf\xd5\x35\x91\x8d\x5f\xd4\x67\x33\x9c\xab\x50\xc1\x29\x56\x45\x36\x36\xd9\x46\xf1\xa2\xd0\x6f\x57\xd9\x5b\x32\xff\x6a\x1a\x9e\x3f\xf1\x2b\xbb\x19\x30\x86\x97\x6b\x06\x23\x79\x0b\x7a\xc1\x68\xd8\xdf\xbd\xd9\xa1\xe6\x44\xe3\x9d\xe4\x0e\x99\x5f\x98\x10\xf4\xdb\x55\x16\x41\x4c\xce\x3a\x7d\x9f\xbd\x68\x86\xae\x97\xc0\x8b\x66\xe8\xc3\xd0\xb9\x6d\x9a\x78\x1b\x78\xcd\xdb\x40\x47\x69\x54\xad\x56\x60\x1a\xd5\x24\x5f\x9a\x78\x91\x15\xd5\xf1\x7e\x31\xa5\x99\x2e\xc9\x17\x5f\x10\xd5\x65\xa0\xfd\xfd\x01\x71\x83\x6a\x13\x5f\x8c\xfa\xab\x77\xb9\x74\xe1\xbd\x1a\x84\xe4\xd6\xfd\x93\xf8\x48\xe9\xa3\x94\xab\x97\x6e\x54\x78\xc6\x77\x0b\xc4\xe0\x19\x1f\xb2\x5f\x61\x02\xd6\x6c\xba\x20\xad\xb6\x71\x0a\x5a\xed\x32\x86\x0b\xa1\x92\xf4\xc2\x51\x56\x2d\x24\x7a\xf1\x62\x4a\x3f\xcc\x2f\x7e\xaa\x72\xa8\xcd\x83\xc3\xad\x25\x4e\x80\x2e\xf5\xa5\x7b\xce\xcc\xa9\x2e\x04\x80\xd7\x7c\xb1\x24\xed\xc5\xa4\x76\xa2\x6f\x2f\xe5\x17\xd4\x70\x60\xfb\x20\x03\x1a\x26\x6b\x7d\xe4\x22\x4c\xd6\xaa\x38\x0d\x9d\xc9\x5a\xab\xac\xa9\x02\xaa\xf3\x47\x1e\x0f\xed\x78\x92\x33\x11\x13\xb9\x26\xc5\xe5\x38\xe0\xfc\xfe\xea\x7e\xde\x43\x75\x5e\xa4\x1d\x67\x22\xd7\x2e\xa3\x56\x26\x72\x3d\x1f\xba\x55\x50\xcd\xec\xc1\x81\x4f\x10\xe3\xf9\x66\x7e\x1f\x4d\x83\x2e\xf3\xa6\x7d\xf4\x98\x2f\x66\x20\x19\x4a\x3d\xeb\x9a\x80\x57\x7c\xf5\x8b\x16\x71\xce\x95\x0b\xac\x33\x95\x6b\xb2\xce\x9f\xc9\x5c\xbb\x85\xe5\xd4\xb3\x57\x2d\x23\xf5\xec\xf2\x11\x51\x32\x57\x6f\xc6\x9b\x99\x41\x3c\x36\x66\x06\xd1\x9d\x0d\x55\x7a\xf7\xbb\x14\xaa\xf4\x2e\xf3\x3c\xe6\x60\x4d\x72\xa5\x51\x0e\xd6\x22\xef\x35\xe6\x60\x4d\x97\x90\x1a\x8e\xef\x39\x7b\x69\x20\x89\x9a\x9e\x3e\x0d\x27\x74\x1a\x19\xe7\x3c\xeb\x5e\x66\x28\xf3\xe2\xf3\x87\x50\xe6\xdd\x67\x43\x4a\xf7\xae\x37\x02\xb4\xee\x3d\x57\x57\xc5\x4e\x55\x97\x71\xa5\xc4\xea\x23\x96\x79\xb1\xb0\x03\xa1\xcc\xd3\x25\xda\x74\x93\xbd\x91\x6d\x5d\x30\x96\xb9\xa5\xaa\x50\xbb\x27\x3f\xcb\xa0\x76\xef\x59\x1c\x05\x7d\xdb\xad\x1f\x8e\x9b\x11\x7c\x75\x85\xd3\xb9\xbd\xc8\x1d\x96\x79\x60\xbb\x1f\x74\xd4\x90\xfb\xfe\xb9\x19\x45\x55\x97\x01\x7d\xd6\x6d\xc9\x19\xd0\x89\xcb\x83\xfb\x40\x40\xd5\xe2\xaa\xc1\xaa\x06\x91\xe6\x42\x94\x83\x19\x64\x8b\x3c\x52\x03\x1e\xed\x49\x06\xd1\x01\x8f\xf6\x2a\x2b\xfa\xb8\x89\x47\xba\x54\xa9\x4b\xaf\x6e\x86\x09\x65\x75\xa9\x49\x97\x2e\xdf\x36\x66\x94\xed\x59\x7c\x9a\x74\xe9\xf2\xd3\x61\x46\xd9\x9e\xc5\x19\x40\x97\xde\x73\x71\xab\x1c\xb9\xf0\x83\xc1\xc6\x93\x4e\x00\x95\xe9\x5d\xaf\x66\x26\x94\x2d\xf2\x66\x63\x42\xd9\x9e\x8b\x07\x70\xb3\xd0\xc3\x43\x98\x4d\xef\x16\x94\xe9\x66\xd5\x6f\xe2\x99\x64\x51\x37\xf1\xcc\x42\x9e\x9b\x78\xa6\xd3\xa2\x38\xe5\x3a\x57\xd0\xb4\x2b\x3e\x69\x67\x26\xda\x9e\x75\x3c\x3f\xc4\x1d\x13\x96\x0f\x58\x63\xeb\x60\x98\xa6\xb6\xc8\xf7\x92\x79\x6a\xbb\xb5\x50\x1f\xe6\x87\xd4\xc0\xa1\xe8\x0e\xb1\xff\x0c\x30\x2e\xdb\xbf\xa0\x9e\xfb\x69\x04\xbc\xf0\x25\x02\x84\xf8\xe2\xe5\x50\xa7\x1f\x12\x6b\x26\xad\x7d\x86\x46\x3c\xaa\x6e\x14\x67\xbe\xb9\x0c\x67\x5e\x78\xfc\x11\x1a\xe9\x5e\xf9\x10\x8d\xc4\x39\xc0\x8b\xbe\x67\x5d\x32\x1f\x2a\x7d\xc2\xcd\x80\x57\x1a\x6e\x15\xe6\x1b\x72\x72\x60\x0e\xdb\x53\x98\x04\x66\xb4\xa3\x19\x53\xdc\x71\xb9\x2a\x06\x27\x74\x84\x57\x7d\xb6\x9e\x07\x11\xc5\xb3\x19\xb0\x8f\xf6\xdb\xd0\xb9\x71\xfc\x9e\xff\xd0\x4e\x4f\xbe\x1a\xf1\xa1\x65\x85\xc8\xfa\x87\xde\x3f\xa2\x07\x50\x96\xf7\xfc\xd4\x24\x86\x0d\xb7\xc3\x18\x3b\x98\x3f\xf3\xdd\x76\x66\xdc\xe9\x4c\x69\x5b\xf5\x8a\x54\x4a\xdb\x32\x86\x0b\x11\xed\x9e\xb4\x73\x21\xf6\x77\x65\x24\x8a\x03\x71\x8a\x86\xb0\xfe\xd5\x5d\xc0\x29\x99\x07\x8e\xf9\x6e\xbb\x9c\x1c\x98\xee\xf6\x74\xe1\xaa\x38\xc6\xcd\x85\x38\x0b\x5d\x1d\x52\x16\xca\x70\xd3\x5d\xa9\x71\x2b\x27\xb5\x2e\xde\x47\x83\x34\x6f\x41\xeb\xee\xe7\x2f\x33\xe5\x96\xeb\x69\x07\xe4\x28\xbb\x26\x96\x6a\x68\xc6\xb8\x64\x64\xda\xb3\x2e\xee\xdb\x34\x84\xe7\x86\xdb\x64\xa2\xc0\xa2\x32\x08\x89\xe4\x9c\xb2\x2e\x8a\x90\xfd\x1d\xd4\x61\x4c\xde\x71\xa0\x37\xae\x78\xb7\x82\xf9\x7a\x4a\xe4\xcd\x27\x77\x71\x25\x6e\x8d\x96\x86\x4e\xef\xf2\x1a\x5b\x0c\xa1\xcd\x20\xe9\x07\x2a\x48\xa1\x97\x04\x55\xec\xbe\x5b\x41\x42\xb3\xa7\x26\x44\x18\xc5\x35\x07\x3b\x0c\x81\xf3\x3c\x53\x8a\x00\x4c\x7e\xb8\x08\x3b\x3a\xdc\x26\x4e\x94\xee\x14\xa6\xe6\xad\xcc\x84\xd5\x99\x9a\xf7\x14\xba\x0f\x4c\xb1\x7b\x16\x9c\x22\x39\x3e\xe6\xe6\x35\x17\xa1\xd4\xbc\x8c\x86\xdb\x99\x9a\xf7\x54\xd5\x78\xa0\x0a\x91\xea\x9e\xa9\x79\xb3\xe4\x2b\x0b\x0e\xf9\x3d\x6b\x89\x13\x8f\xa2\xb6\x3b\xc9\x04\x4f\x35\x17\xd7\x46\xb3\x82\x88\x4a\x86\x1b\x0b\xd1\xb7\x7b\x1e\xea\x8f\xb4\x5f\x1b\x05\x1d\x7b\x96\x63\xed\x82\x8a\xbd\xf6\xe4\x56\x70\x4f\xce\xac\x59\x40\x26\x29\xbd\xe9\x4a\x90\x6e\x48\x55\xcb\x24\xbe\xa9\xc8\x49\x6f\x41\xc7\x5e\xe4\xde\xb6\x12\x99\x01\xb2\x18\x4c\xdb\x7b\xf8\xad\x2c\x30\xe1\x79\x5b\x04\x71\x6d\xaa\x41\xd0\x65\x9d\x05\xe6\xed\x2d\xb3\xba\x21\x44\xa6\xe2\x1d\xb2\xa8\x64\x97\x78\x63\x65\x48\x29\xa4\x8f\x66\xa6\xde\x2e\x75\xf0\x52\x14\xed\xa9\xef\x10\x21\xb1\xe4\x1f\xe6\x08\xe8\xcc\xd4\x3b\x5b\x77\x33\x54\x5d\x7b\xe4\x50\xa4\xcb\x5a\x71\x65\x66\x69\x2c\x1a\x0d\xc4\x0b\x43\x67\x11\x8e\xee\x85\x51\x27\xbb\x72\xfa\xb6\x64\x08\x21\x2e\xba\x26\x2c\xed\xf8\x70\x21\x1e\x5c\x45\x93\xa2\x6c\x57\xa7\x01\x0a\xf0\x52\xbd\x18\xbc\x42\xc5\x52\xac\xcc\x2b\x54\xdb\x01\x6d\x74\x96\xfd\x97\x92\xf8\x96\x49\xf6\x7f\x41\x1d\xdd\xf3\x03\x21\x30\xcb\x03\x11\x1f\xc8\x0d\x2d\x3a\x9a\x5f\xea\x43\x5a\x65\x49\x97\x17\xb5\xca\x0a\x8a\xa0\x2c\xbe\xb2\x91\x67\x9e\xde\x2a\x6f\xa4\x55\xf8\xa6\x7e\xca\x06\x84\x01\x21\x68\x82\xe1\x33\x04\xce\x44\x66\xae\x4c\xe2\x9b\x15\x0c\x85\x69\x7b\xc7\x14\x76\x16\x06\xb1\x17\x49\x87\x46\xb7\x33\x3b\xd7\x81\xa0\x29\x4f\x86\x60\x48\xeb\x36\x69\x81\x10\x2e\xe4\xb5\xe5\x09\x23\xc8\xac\x6c\xcf\x17\x7c\xbb\xb3\xde\x0d\xcc\xa8\xdb\x7d\xc4\xa1\x97\x4d\x93\x2c\xe5\x2a\x34\xeb\x0b\xe1\x46\x21\x37\x4c\xe9\xc7\xaa\x3c\x0e\xcc\x24\x75\x40\x50\x43\x3e\x80\x17\xb4\xad\x35\x69\xe3\x2a\x19\x55\xad\x70\xe5\x82\xcb\x55\x8c\xf9\x76\x6b\x7b\x9a\xa1\x91\x87\x9b\x01\x6e\x8a\x38\xd6\xe0\xa4\x54\x93\xcf\x9f\x28\x06\x21\xea\xd6\xac\x2a\xa9\x0a\x39\x4c\x26\xa6\x35\x83\xc9\xe4\xb3\x55\x6e\x01\xcc\x36\xdb\xe5\x6a\xc1\x8c\xb2\xbd\x5c\xea\x50\x96\x12\x1a\x37\x6f\xed\x18\x06\x3f\x54\x43\x00\x42\x22\xd8\x2e\xa5\x3d\x33\xb8\x4e\xe9\x4f\x56\x0b\x78\x30\x93\x9f\x63\x1e\xd6\x22\x25\x35\x73\xad\x76\x79\x3c\x2d\xa9\xfe\x92\xcb\xde\x68\xd3\xdf\xe1\x61\xa8\x81\x36\x72\x42\x8a\x06\xc3\xcc\xab\xdd\xc8\x00\x5d\x5f\xd7\x73\x73\x41\xd7\xd7\x65\x80\xbc\xe0\x32\x9d\xea\xe5\x56\x61\xb6\x2e\xdb\x44\x26\x5b\xed\x7a\x0b\x33\x9d\xea\xa9\xea\x76\x0e\x15\xd1\xc3\x80\xe9\x54\xbb\x8c\x48\x16\xf4\x82\x9d\x69\x2f\x3a\x13\xa8\xce\x4b\x2b\x4c\x5d\x5f\xbd\x44\x29\xe4\xeb\xac\x43\x04\x5d\x5f\x97\x87\x0e\xf3\xa7\x76\xd9\xa6\xaf\x06\x91\x8e\x84\x28\xcc\x9f\xda\xe5\x29\xc6\xf4\xa9\xa7\xd1\x10\x08\x5d\xa7\x58\x08\x46\xe3\xae\xf2\xd0\x61\x02\xd5\x2e\xb3\x08\x25\x50\xad\xf2\xa6\x51\x02\x55\x23\x35\x92\xa4\x76\x6f\x00\xb3\xa2\x1a\xfd\x3a\xf3\x91\x4d\x43\x70\x7f\x14\xda\x42\x9d\xd7\xe5\x2e\xb5\x3a\xdd\x2f\x3d\x36\x3a\xac\xe4\x1f\x3b\x90\x2f\xe8\xdd\x7a\xf1\xb8\x99\x3f\x47\x3c\x0c\xd4\x6e\xa9\x4a\x2d\xb1\xa0\x77\x8b\x5f\xab\xa2\xc7\xa7\x2a\x37\x4e\xec\x1e\xf4\x6e\xdd\x84\x0a\x7a\xb7\x69\x82\xdb\xb9\x71\x42\xf1\x8e\x60\xb6\x3d\xb9\xec\xd0\x7b\x99\xf4\x31\x2d\x6a\x2f\x5e\xb6\xcd\x93\x49\x64\xa0\x66\x4d\xc1\xb8\x0f\xc8\x46\xbb\xa0\x05\x68\x08\x82\x89\x95\x0e\x11\x15\x64\x72\xf4\x59\x50\x90\x4d\xe9\x61\x17\xf5\x63\x12\xd1\x2f\xe8\xc7\x52\x95\x87\x2b\xf3\xa9\x26\x86\xc4\xeb\xcc\x92\xda\x65\xdb\xc1\x64\xa7\x39\x35\x43\xf0\x7e\x15\x6a\x0c\x1e\x14\x31\x1f\x83\x6e\xaa\xd5\x10\xb7\x5b\xdf\x41\xa2\x20\x33\x8b\x85\x58\xdc\x53\xe6\xff\x8b\x1e\xcc\xb2\x36\x5d\x70\x60\x4e\x55\xd6\x13\x4c\x67\xda\x65\x26\xab\x74\xa6\x35\xe9\x4c\x41\xb7\x35\xa7\xf8\x2b\xa8\xb6\x66\x52\xab\x88\xa9\x1d\x9e\x05\xb4\x59\xa9\x6b\x69\xa0\x85\x9a\x7a\x15\xad\x49\x73\x91\xa6\x36\x91\x06\xbe\xb9\x07\x6a\x84\xc5\x31\x4f\x05\x9b\xd2\xf4\xe1\xed\xeb\xb0\x0b\x0b\xde\xbe\xa7\x30\x04\x16\x50\x2d\x57\x05\x4a\x57\x43\xc0\xbe\xa4\xc5\x81\x47\x6f\x92\xa1\xdc\x82\x6e\xa9\x9b\x88\x50\xb7\x54\x65\xd2\xad\x9c\xa5\xd9\xcb\x81\x1b\xbd\xf8\x43\x08\x74\x65\x30\xb0\xe6\x39\xfd\xb3\x25\xd7\x04\x82\xf3\x8d\xba\xe8\x79\x2b\xab\x93\x45\xcf\x5b\xef\x1b\x55\x4b\x0f\x45\x0f\x1e\x77\x75\x4f\x7f\x5a\x8f\x3b\x26\xc9\x5d\x16\x84\xe0\xdc\x22\x4c\x81\xeb\xc5\x04\x3d\x78\xa2\xf5\x2a\x0a\x7a\x4e\x8a\x68\x41\xd1\x93\xaa\xa4\xe2\x2b\x78\xdc\xab\x9b\x81\x05\x9d\xc6\x16\x5a\x7f\xb1\x50\xc1\xe7\x8c\x56\x0a\xf1\xa8\xa7\x0c\x33\x57\xd0\xa1\x5a\x4c\x7b\x50\x64\xae\xcd\x08\x12\x46\x1d\x68\x38\xaa\x76\x09\xd7\xd7\xa2\xab\x31\xa5\x39\x0b\xba\x93\xa2\xc7\xf4\x92\x7e\xa4\xb8\x26\x97\xad\x09\xc2\xb2\xe9\x89\xba\x16\xa7\xcf\x27\xfa\x82\xf2\xa4\xcb\x4a\x75\x2d\x5a\xc1\x75\x43\xa0\x52\xc2\x45\x44\x47\x0e\x99\x35\xad\xc5\xf3\x55\x55\x53\xae\x55\xa2\x52\x50\xad\xcc\x4b\x67\x1f\xae\xa2\x61\x04\x5b\x78\xda\xc9\xac\x87\x39\x53\xcf\x87\x6e\x15\x2b\xdc\xfc\x21\x44\xfd\x5a\xfd\x75\x90\x2f\xa6\x16\x11\xf1\x90\xc3\x0b\xb5\x88\x5f\x6e\x14\x66\x66\x97\x78\x6b\xb8\x71\x0e\x73\x61\x70\x78\x8c\xb3\xdd\x3f\x24\xd2\xd0\x97\x84\x51\x18\xce\x89\x61\x5a\x47\xe7\xc4\xea\xc7\x15\x74\x29\x61\x54\xdc\x08\xe6\xe0\x6d\xdb\xe2\xbb\x55\x26\x4a\x34\x04\x91\xb7\x9f\x82\x18\xf2\x55\x44\x63\x8b\xf2\x27\x41\x9b\x85\x4d\x20\x76\x43\xb8\xb8\xb9\x1a\x22\xbd\x50\x9f\x84\xb7\x1f\xf9\x4c\xa7\xc2\x6f\x2d\x84\x0b\x9e\x66\xd8\xa0\xdb\x98\xf5\x29\xc3\x48\xb5\xa7\x08\xf3\x1b\x46\xd3\x17\x99\x60\x1d\x9a\x17\x67\x28\x9a\xa9\xe8\xbc\xe6\x43\xe0\x75\x57\x92\xc8\x1b\xbd\xee\xcc\x06\xc0\xeb\x2e\x49\x58\xb5\xe0\x75\x57\xa4\x2e\x5b\xf0\xba\xeb\x6d\xb8\x15\xb8\x6c\x79\x68\x48\x98\xe0\x5b\x90\x29\x4a\xe5\x35\xcc\x14\xa5\xa9\x9a\x9e\xc3\x99\xae\x37\x37\xba\x19\x2f\xc1\xcd\xe0\xe2\x49\x2e\x83\xab\x99\x56\x8d\xce\x74\x76\x98\x58\x6f\x1a\x86\x48\x94\xf0\xa6\xf1\x87\x96\x0d\x3a\x80\xc2\x0c\x92\x07\x62\xff\xda\x0b\xea\x00\x92\x6e\xda\x37\xd3\xff\xe9\x0d\x06\xc1\xfe\x94\x15\x1d\x33\x96\x76\x69\xd5\x99\x6a\x34\x3c\x36\x8a\xe0\xab\x4c\x3e\x17\x64\xf0\xf3\x7a\x0a\x33\xcc\x36\xba\x20\xf8\x2e\x8a\x61\x64\x1e\x52\x99\xf2\x32\x0f\x69\x4a\xcd\x35\x3b\x1e\x76\x1a\x37\x9e\x79\x12\x56\x33\x0f\x69\x51\x58\x38\xe6\x13\x9d\xcd\x6b\x81\xf0\x20\xf2\x41\x61\x52\xd0\x21\x7f\x6e\x25\x05\x95\xf1\x07\x73\x82\xa6\x2a\x03\xf9\x05\xff\xb5\xe2\x07\x09\xa4\xec\xd9\x92\x1b\x8a\xce\xab\x62\x47\x30\xd3\x67\x95\xa7\x17\x33\x7d\x76\x63\x8d\x62\xc6\x96\x69\x90\x8c\x66\x15\x04\x2a\xd5\xdd\x0c\x37\x43\x8b\x0a\xb9\x7a\xbd\x9e\xc2\x85\x37\x68\x08\x42\x88\x9d\xe1\x1e\x99\xe0\x4f\xf2\x82\x9b\x2c\x61\x57\x1f\xd0\xab\x34\x8f\x9c\xa1\x60\xe5\xbf\xc5\x04\x9e\xc3\x62\x26\xca\xd5\xab\xdc\x3e\x99\x89\x33\x4c\x6d\x6f\x06\xe1\x10\x45\x83\x40\x3c\x4c\x7b\x21\xc7\xee\x45\x7c\x0f\xe4\xd8\x61\xda\x0b\x51\x75\x98\xbe\x41\x52\x1d\xa6\x92\x37\xb6\xca\x32\x36\x4a\xaa\x9b\xd8\x5c\x48\xaa\x1d\xac\x83\x09\x35\x53\xf3\xf4\xc9\xae\x9b\x0b\xa3\x4f\x58\x4e\xae\x0a\xc2\x20\xb4\x85\xdb\xd7\x4c\x4f\x87\x38\x28\xda\x7f\x4a\xb1\x1d\x81\x62\x7d\xa8\x01\xd1\x4a\x41\x8a\xdd\x7d\x65\x29\x69\xa6\x1e\x2f\x1f\x5a\xe6\x76\x37\xc3\x9c\x72\x5d\x10\x43\xcb\xfd\x16\x5e\x1a\x3e\x60\xd9\x02\x19\x86\x86\x7d\x04\xa9\x72\x02\x13\xfe\xd3\xcf\xab\xe9\x56\x66\x82\x4d\xbf\x16\x21\xe3\x4e\x12\x8e\xaf\x4f\x30\x4e\xad\xa6\x01\xb5\x8a\x2f\x94\x0f\xed\xb2\xb4\x6e\x90\x86\x9f\x0e\xab\x40\x24\x64\x12\xa6\x7e\xc8\x40\xc8\xa8\x66\x41\x1e\x9e\x4d\x8a\x21\xc7\xae\xb2\xa9\x60\xa2\xcc\xae\xe0\x72\xcc\x93\x99\x42\x2c\xd2\x87\x36\x73\x62\x1f\x21\x7f\xee\x16\xb1\x52\xfe\x5c\x15\x6f\x8c\xa9\x30\xfb\xb3\x39\xa0\x85\x55\x8f\x37\x0a\xa7\x65\x43\xb8\x28\x9c\x56\x7c\xe9\xce\x94\x96\x21\x0b\x47\xe6\xa9\xec\x8c\x70\xdf\x99\xa6\xb2\x57\x6e\x23\x33\x51\x76\x19\x2a\x39\x13\x25\xb7\x9f\xf9\x25\x43\xa6\x90\x4c\x2f\xd9\x2b\xaf\x5e\xa6\x97\x4c\x55\x86\x1a\xca\x2f\x29\xf1\x20\xf3\x4b\x56\x29\x9c\x98\x5e\x32\x4f\x72\xba\x9b\x22\xe6\x2a\x3b\x86\x0d\x11\x73\x1e\xcf\x87\x50\x07\x87\x3f\xc4\xb8\x43\xa3\x81\x2d\xc8\x74\x87\x8a\xe0\xdc\x5d\x08\x4d\x51\x73\x33\x88\xea\xc2\x75\xdb\x0a\xdd\x2a\x01\xf8\xbe\x68\xa8\x13\x86\xe8\x47\x60\x08\x4e\x2f\x94\xc0\x30\xbb\x64\xaf\xa1\xf9\x83\xfa\x56\xa9\xb5\x95\x5e\x52\x06\x2e\xce\x2e\x99\x35\x47\x70\x02\xcd\x00\xb6\x2d\xfc\x19\x0c\x10\x2e\x0d\x94\x89\x66\xb2\x1b\xc1\x7a\x27\x97\xbd\xd9\x9f\xbb\xe7\x7b\xc5\xd0\x07\x3e\xf5\x5a\x0c\x06\x1a\x1d\x6a\x06\x4c\x68\x95\x4c\x7f\x5f\x78\x12\xb5\xcb\x55\x0b\x0b\x0d\xc2\xaf\xca\xc8\xc0\xa8\x52\x0f\x84\xf4\x12\x5e\x70\xa6\x2b\x22\xaf\xc3\xbc\x94\x45\xd6\x94\xcc\x4b\x59\x1b\x4f\x0d\xf3\x52\x16\x09\x75\x36\x44\xe5\x55\x4e\x3e\x1b\xa2\xf2\x2c\x3e\x9b\x59\x2a\x53\xad\x5a\x44\x3a\x8b\xc9\xf6\x8c\x69\x2a\x9b\x0c\x75\x98\x7c\xb2\xcc\x6e\x08\xf1\xb6\x84\x8b\x0c\x24\x2b\xc6\x6b\xa7\x20\x29\x7c\x0a\x11\x0b\xe8\xf2\x87\xb0\xf4\xd4\x9c\xe0\x39\xd6\x64\x78\xbf\xe1\x39\x66\x17\x27\x66\xad\x4c\x53\x1b\x05\xc7\xb1\xac\x80\x98\x4c\x5a\x99\xa4\x6f\x60\xd2\xca\x22\x09\x1f\x13\x53\x16\x99\x7d\xee\xc4\x8b\xb8\xaa\x4d\xec\x53\xf3\xca\x70\x9f\xf4\x04\xdc\x69\xc3\xe5\x7d\x1a\x2a\x2c\x54\x1f\xf0\x06\x94\xbf\xcd\xa6\xfc\xdb\x56\xda\x1b\xf2\xef\x36\xdd\x25\x62\xc2\x5f\x5e\x45\x18\xd3\xca\xc9\x7d\x33\x40\xac\xec\x34\x98\x8a\x32\x55\xd9\x6c\x2b\x17\x65\x6d\x3f\xce\xe7\xd2\x95\xa8\x52\x71\x8b\x98\xa8\xb2\x4a\xac\xbf\x21\x46\xb7\xc2\x61\x53\x8c\x5e\x1b\x25\x59\x1b\x62\xf4\x36\xc2\x10\x47\xee\x66\x06\xab\xba\x1d\xa4\xa0\x12\xa6\x66\x06\x07\x6b\xae\xca\x9d\x0b\x41\xb0\x8d\xd1\xee\x30\xfd\xa5\x7c\x85\x37\xa5\xf1\xa6\x05\x59\x88\x33\x05\xc1\xc2\xe3\x32\x04\xfa\x2e\x95\x16\x53\x5c\x66\x85\x30\xdc\x10\xb8\x27\x13\xb1\x4c\x92\x22\x73\x20\x66\xbc\xcc\x52\xf8\x33\xe3\xe5\x29\xd4\x97\x8c\x3d\x29\x9a\x06\x2f\x37\x47\xca\xda\x99\x69\x99\xab\xa6\xc8\x74\x8c\x53\xfd\x43\xe6\x27\x2f\x95\x0d\xc1\xfd\x69\x54\x73\x44\x9c\x03\x85\xcd\x50\xe6\x4c\xb1\xde\x4c\x9c\x99\xe7\x33\x36\xfa\x45\x14\x57\x7d\xe3\x43\xf7\xc1\x30\x07\x1a\x29\xc2\x1c\x28\x34\x17\xf3\x68\xb6\x67\x1b\x81\x8f\x0a\xcd\xc6\x7c\x97\x49\xd1\xaf\x76\x66\x1a\x5c\x2f\x3f\xb9\xc6\xe6\x29\x22\x3c\xb5\x82\x3e\x6c\x38\xb5\x3d\x34\x94\x4e\x6d\x3e\x39\x99\xf6\x5e\xc5\x35\x91\x95\x48\xbb\x08\xd7\xb4\xc2\x44\xf2\x07\x82\xc2\x69\xba\x0c\x5e\xe4\x5a\x0b\xaa\x0d\x24\x56\x60\xd6\xcc\x64\xeb\xc6\x0d\xb5\x41\x96\x9d\xda\xa6\x83\x99\xf7\x14\x3e\x64\x8d\x89\x70\x0f\xc4\x03\xa7\x66\xc0\x41\x74\x77\x01\x7f\x47\x19\xc8\x6f\xba\x97\x49\x15\xb7\x19\xba\x56\xfe\x8e\xbb\x30\xcf\xd0\x53\x93\xe7\x4d\xd4\x07\x5a\x83\x36\x75\xfa\xe0\x24\x96\x15\x97\x70\xc3\x47\x2c\x25\x6d\x1a\x34\x0a\x45\x01\x07\x98\xd1\xf3\x34\xa3\x1e\x81\x43\xbe\x88\x0a\x8d\x8b\x3d\x6e\x3e\x42\xa5\x44\x62\xd6\xce\x6c\xb2\x81\xd0\xb5\x6d\x26\x57\xbd\x01\xb9\xec\x83\xc5\xd0\x48\x45\xb7\xb4\x34\x42\x13\x97\x11\xdb\xb5\xa5\x70\x27\xab\x52\x3d\x33\xf9\xe7\x29\x34\x08\x46\xec\xa9\xca\xc0\x80\x86\x38\xd4\xe1\x4e\x16\x3a\xd1\xde\x30\xa0\xbd\x2e\xb8\xc2\xa0\x38\x42\x30\xf8\x9a\xd5\xea\x5d\x44\xa0\x02\xc9\xca\x76\x11\x85\x13\x0d\xa9\xa2\x70\x42\x23\x68\x3f\xb2\x4c\xba\x36\x3c\xcf\x9a\x02\xae\x30\xa5\x68\x93\x65\xdc\x86\x2e\xa4\xea\x15\xbc\xa1\x0b\x69\xf3\xf9\x0e\xf7\xb4\x57\x87\xa1\x6d\x67\x51\x8f\xf2\xa9\x55\x87\x60\x36\xa5\x60\xdb\x95\xcc\xa6\x6c\x48\x37\xbc\xc9\x9a\x02\x98\x6e\x78\x93\xb5\x49\xee\x92\xd9\x47\xf3\xb8\x5c\x76\xc3\x29\xe5\xc7\x5e\xe4\x4c\x46\x9a\x65\x09\xc1\x5c\xa4\xa9\x8a\xf7\x54\x32\xd2\xe9\x59\x91\x88\x88\x88\x31\xd4\xad\x89\x08\x1d\xc6\xa6\x88\x4f\xc5\xc5\x25\x77\x8d\x5d\xf1\x9a\x6f\x9e\x14\x92\x97\x48\x17\xc5\xcc\xa4\xa9\xf6\xcb\x1f\x36\x34\xa3\x85\x83\x7d\xad\x34\x93\x9b\x2e\x62\xb5\x0b\x39\x2b\xb3\xa7\x35\x2d\x23\x76\x5c\x36\x3a\xcc\x70\x5a\xd2\xe5\x0f\x71\xc6\x9a\xbb\x60\x72\x21\x31\xad\x8d\x3b\xae\x90\x6c\xbb\x61\xc7\x65\xd1\xba\x1b\xa3\xac\x48\x5a\xbb\xdb\x24\x01\xe8\x82\x38\x74\x9d\xeb\x46\x92\x93\xdd\x0e\x53\xbd\x17\x41\xb0\x0b\x0a\x97\x4d\x34\x33\x04\x05\x9b\x71\x55\xa4\x73\xaf\x1e\x00\x1e\xad\xe1\xb2\x17\xab\xba\x10\x94\xba\xb8\xf0\x86\x53\x88\x47\x83\xe3\x29\x52\x49\xf7\xb6\xda\x45\x66\xe8\xde\xa6\xe0\xe1\xbb\xc1\xad\x5e\x36\x44\x1b\x5a\xad\x1c\x3a\xd7\x8d\x44\xae\x68\xad\x10\xea\x4b\x8f\x96\x0d\xad\x56\xd6\x5b\x97\x59\x5d\x93\x32\xcf\x75\xa6\x75\x6d\xf3\xe9\x82\x69\x16\x9f\x56\x81\x2c\xd5\xa3\xe1\x86\xe8\x44\x36\x12\x3d\x31\x44\xd0\x79\xb5\xa9\x5d\x86\xce\xab\x98\x39\x63\x28\x60\x85\x0e\x64\x76\xd8\xac\xe7\xce\x86\x1e\x2b\xc9\xfc\x4f\xe9\x60\xa5\xe2\x67\x3a\xd8\x5a\xbc\xc7\x70\x52\x9b\xd3\x65\x13\x7e\x08\x1a\xda\x41\xc0\x48\x3a\xb8\x50\x5c\xb5\xa9\x9b\x02\xba\xa9\xd2\x85\xe3\x50\x3f\xe5\x10\x6e\x76\x8a\x2c\x64\x99\xab\x4c\xb1\x49\xb7\x6f\xa7\x8f\xa2\x76\xb8\xd3\x86\xb4\xb9\x0c\x49\x00\xbb\xbb\xe0\xb2\x3d\x3d\xd2\xf3\x82\x23\x85\xb3\x5b\x53\x5c\xfb\x4d\x67\xb7\xda\x29\x33\xd8\x5d\x81\xd5\xd5\x07\x6c\x8a\xbb\x16\x8a\x8a\xab\xda\xdd\x65\x20\xe0\x87\xb8\x8f\xae\xad\x71\x33\x1f\x38\x29\x0a\xd2\xce\xa8\x51\x32\xb5\xba\x47\x3a\x59\x9a\xee\x91\x2b\xb0\xbe\x16\x67\xe9\x90\x0b\x62\xa0\x3f\xed\x22\x7c\xd4\x8a\x2c\x5e\x98\xff\x36\xa7\x6e\x08\xaa\xb2\xe6\x66\xc8\x8c\xf9\x3b\x86\x39\xf4\xd8\x40\x8d\xba\xc7\x86\x59\x74\x7f\x07\x46\x41\xcc\x67\x67\x32\x56\xf7\x8e\x0b\x47\xe1\xfa\x98\x61\x37\x29\xa2\xd7\x86\x32\xac\x29\xe7\xc1\x96\x32\x4c\xf8\x35\x98\x67\x51\x3b\xc3\x8c\xba\x0a\xad\xb6\xe1\x3a\x56\x94\xc4\x62\x0f\xde\x13\x5a\xc3\xc1\x44\x19\xe1\x36\x91\x38\x22\xfd\x06\x3a\x3d\x68\x86\xe5\x2e\xf8\xd4\x1d\x86\x06\xf3\xa5\x69\x34\xf0\x41\x36\x87\x31\x78\x6b\x88\x17\x40\xea\xdd\xe6\x37\xf2\xe0\x6e\x0b\xdb\x87\xd3\xae\xa9\x55\x6e\x37\x45\x8b\xcc\xcb\x9b\xa4\xb5\xdc\x03\x59\x34\xb2\x17\x43\x3b\xea\x59\x21\xf8\x89\xa2\xf1\x33\xa3\xee\xfc\xb5\xea\x46\x86\x38\x77\x41\x23\x0d\x37\x0a\x74\x1f\xda\x60\x66\xdb\x0d\x6d\xf0\x60\xfe\x7c\x3d\xc3\x07\x79\x0a\x99\xcc\x32\xa5\x6e\x92\x08\x9c\x29\x75\x4f\xa1\xc1\xf6\xfd\x35\x25\xb0\xdb\xf0\x5e\x8b\xe4\xe1\x6c\xbe\x36\x43\xd0\xe4\x87\x2e\xc4\x3b\xe9\xa9\x0a\x19\xd9\xd3\x23\x8e\x94\xe8\xdb\x60\x4e\x15\xc9\x4f\xa6\x72\x23\x5c\x82\x90\x08\x5d\x38\x45\xf7\x35\x8b\xa1\x98\x36\xb7\xc9\xbc\x6c\x4f\xc6\x37\xd2\x8a\x4f\xf2\x09\x42\xfe\x49\xb5\x8e\x2c\x66\x99\x53\x37\x27\x61\x38\x73\xea\xca\x29\x89\x39\x75\xab\x0c\x2a\x98\x53\xf7\x7c\x58\x04\x72\x73\x0c\x21\x2c\xad\x8e\xc6\x24\x4b\x21\x8a\x0e\x4f\xb7\x2a\x2b\x95\x3d\x29\xe6\x17\x99\x80\xc2\x31\x29\x10\xc5\x96\xc2\xd1\x32\x1a\x28\x1c\xab\x8c\xb6\x37\xc2\x0b\x27\x85\xbd\x67\x8a\xdd\x36\xdd\xe1\xc1\x94\x69\x5e\x14\xca\xc8\xe2\xc7\x36\x75\x91\x75\x14\x83\x3c\xe0\xae\xfa\x82\x63\xbd\x46\x4a\x43\x90\xe9\xb2\x9b\x1f\x7a\x70\x88\xfa\xaf\x93\x3a\xf9\x66\x19\x1a\x0d\xdf\xd0\x4a\x64\xb2\xe1\x21\x97\x25\xcb\x65\x8e\x5d\x6b\x60\xf6\x24\xf7\x29\xbf\xeb\x0d\x35\x66\x96\x3b\xd1\x9e\xcc\xcf\x5a\x5c\x95\x5b\x25\x74\xa4\xa3\x5b\x88\x00\x30\xc9\xee\x14\xb9\x0b\xe6\xd7\x56\x33\xc1\x1d\x17\x2f\x1c\xda\x38\x9d\x55\xe6\xd5\x35\x87\x1b\x3c\xf2\x8a\xe6\xc0\xbc\xba\x45\x71\xb9\x99\x57\xb7\xca\x16\x80\x79\x75\x43\x3a\x20\xe6\xd5\x6d\x32\x84\x62\x7a\xdc\xa6\x90\x89\x3b\x44\x36\xf5\x1d\x82\xd6\xc8\x43\x9d\x29\x68\x6d\xbd\xcc\x14\xb4\x45\xa6\xde\x1b\x7e\x5e\x59\x21\xac\x99\x82\x36\x55\x3f\xaf\x17\x63\x3f\x75\x43\x40\xbf\xe1\x0f\x61\xc0\xa9\xb3\xb1\xc8\xb3\xb8\x51\x88\x08\xa5\x66\x61\x0a\xd8\xa9\x80\xa0\x4f\x0a\x58\x31\x6d\x08\x87\xdb\xa4\x2b\x64\x5e\xd7\xac\x30\x2d\xcc\xeb\x3a\xfc\x6a\x42\x5a\xd7\xf3\xa1\x41\xf6\xa8\x56\xa1\x67\xc9\x3a\xfd\xcc\xeb\xfa\xf4\xa8\x64\x20\xe9\xc7\x9a\x44\x66\x7d\x6d\x32\xfd\xda\xd0\x79\xda\x2c\x6f\x2f\xca\x76\xc5\x6c\x2d\xea\xd4\xcd\x51\x2e\xbe\x9b\xc4\x6e\x2c\xa1\xaa\x66\x45\x54\x35\xd7\xb8\x28\xee\x09\x17\x36\x16\xba\x59\x5c\xa9\xda\x39\xa4\x84\x6d\x53\xc4\x69\x11\x71\xc3\x7d\x60\xff\xa7\xbf\x03\x67\xe0\xa7\x09\x42\xe9\x36\x59\xe2\xed\xad\xfb\x4f\x18\xb0\x15\x8f\xb0\x08\xc2\x58\xc3\x65\x1c\xab\xce\x03\x7c\xdf\x86\x3c\x8a\x36\x7c\xdf\xa6\x65\x71\x0c\xa5\x5b\xfd\x8c\xd9\x14\xf0\x0c\xb7\x83\xc4\x55\xd5\x1f\xbe\xa0\xad\x36\x84\xcb\xc2\xef\x08\x44\xc8\x0d\x05\x31\xda\x5b\x98\x44\x24\x67\x80\xdc\x6a\x56\x89\x11\x72\x15\xf7\x96\xf9\x6b\x4f\xa1\xeb\x22\x40\x73\x73\x21\x44\x75\x7a\xf2\x6e\x7a\x71\x75\x43\x4a\x0f\xa3\x15\xe0\x23\x5f\xeb\x4a\xe7\x3b\xef\xdd\x66\x86\x7b\x51\xf2\xad\x13\xa8\x79\xf0\x96\x15\x25\xdb\x94\x13\x89\x4f\x46\xdc\xdb\x26\x5f\x18\x66\xbe\x3d\x1d\xfa\x43\x18\xf5\x78\xa9\xe8\xa7\xf3\x34\x0a\x39\xd1\x03\xf1\xb4\x88\x04\x2a\xf0\xad\x27\x05\xa2\x2b\x0d\x92\xb2\xe2\xca\x87\x6a\x6f\x86\xad\xf2\x77\xd0\x3c\x99\xfb\xdf\xc2\x47\x71\x47\x5b\xef\x78\xad\x1b\x35\x88\xdd\x55\x27\x08\x90\x21\x38\x4d\x8a\xe4\xc1\x69\x6f\xca\x52\x88\x59\x71\x0f\x8f\xd5\x04\x22\x32\x91\x68\x1c\x82\xd2\x3a\xea\xf1\x7e\x81\xc9\xba\x86\x21\x36\x3a\x04\x41\xf6\x2d\xd4\x40\xc6\x5a\x25\x6c\xed\xcc\x58\x5b\xfd\x4c\x82\x63\x5e\x93\x67\xfb\x46\x54\xda\x29\x9f\xe0\xad\x70\xb2\xff\x2f\x63\x67\x72\x35\x3d\xcb\x34\x69\x57\xda\x04\x89\x99\xcd\xef\x8b\x54\x55\xb7\xff\x26\xf4\x51\xc4\x15\xfa\x96\xcf\xbb\xcc\x03\x02\xc4\x90\x24\x39\x05\xf7\x0f\xe9\x64\x73\x54\x3e\xf6\x79\xe0\x2f\x3e\xce\xc8\xc2\xdd\x2c\xcb\x76\x27\x33\x6a\x70\x67\x8f\x7c\x27\xdc\x59\x78\x8c\xa3\xeb\xc8\x97\x73\x7f\x9c\x56\xe1\xed\xc1\xa7\x2f\xdd\x9b\x71\xed\x90\x7f\x6a\x86\xbf\x80\x8d\x70\xfc\x8c\x49\x4b\xee\x18\x63\xd2\xae\xe8\x3b\x04\x49\xdb\x1a\x97\xd1\x47\x7a\xe1\x7d\x84\xf2\x3e\xd9\xf9\x70\xc9\x37\x8a\x5f\x94\xee\x8d\xe4\x93\xf7\xc7\xf9\xa4\x60\x9c\x5f\x2f\x5b\xda\x51\xb0\xdd\xce\xce\x74\x0a\xd9\xa8\xd7\x6d\x20\x6f\x9b\x05\xff\xfa\xfe\xe3\xfe\xf9\x02\x66\x52\xa0\xe4\xbb\x00\x1f\xff\x02\xc1\x19\x4a\x0f\x33\xee\x66\x45\xbe\xd5\xec\x68\x47\xbe\xb5\xfd\x1f\x5c\xa8\x6f\xa7\x9f\x25\xc1\xae\x11\x61\x3b\xf9\x57\x41\x84\x6d\xe0\x0b\x1a\x11\x76\x65\xe6\x6c\x69\x6f\xbb\xe4\x4b\x21\x5d\x73\xe0\xbe\xf6\x9a\xde\xa9\xaa\xf4\x2d\xb0\x7c\xc5\xbe\xed\x13\xee\xa3\xd8\xb7\x45\x4c\xb6\x41\x5f\xcf\x86\x4b\xa9\x51\x5f\xfb\x86\xc5\x7e\x7d\xe0\x76\xcd\x97\xca\xfe\x77\x84\xd2\x0b\x73\xe7\x43\x21\xe2\x9e\x69\x95\x3c\xae\x0c\x40\x7a\xb3\x68\x1c\x0d\x01\xdb\x70\xb7\x35\x06\x6c\x27\x45\xf6\xad\xe0\xb7\x1d\x2d\xaa\x2c\xf8\x2b\x66\x39\x47\xbb\xe1\xfc\x1f\x98\xd7\x8d\xc8\x23\x93\xfd\xca\x21\xfb\x19\x79\x85\x69\xb5\xc9\x9e\x20\x1d\x60\x5e\x81\x55\x03\xca\x35\x9b\x43\x46\xf9\x4e\x1c\xd0\xad\x34\xb2\x05\x40\x2a\xe3\xb3\x2e\x52\x03\x1b\x83\xb5\x00\xef\x11\x5c\xd5\xd4\x34\xae\x2a\x5b\x55\x46\xf8\x15\x7b\x82\xe2\xce\x3a\xde\xd5\xc6\x5c\x3d\xdb\xce\x3f\x3d\x07\x77\x13\x15\x6d\x60\xd5\x1d\x65\xfb\xcf\x51\x8a\x88\x91\x3f\xbf\x46\x22\x64\xc8\x28\x8f\x2b\xa4\x41\x57\xfb\x86\x35\xfc\xcc\xfc\xe0\x45\x7f\x06\x18\xe0\x96\xf8\xb3\x0f\x21\x62\x83\x6c\xe9\x3d\x7a\x18\x05\x84\x2d\x1c\x24\x80\x4e\x8d\xe2\x43\x51\x5f\x7d\x73\x4e\x48\x6e\xfa\x96\x75\xa5\x5c\xe0\xbb\x6d\xbf\xa9\x94\xdd\x8a\x3a\x0f\xf5\x53\x7f\x0d\x4a\xe7\x9b\xd7\xa6\x33\x9d\xe2\x2f\x0e\xe6\x29\x31\x38\xc6\x3c\x5d\xd1\xde\xff\x19\xe2\x9e\x65\x31\x74\x69\xa4\xd2\x3f\xf3\x2c\x8e\x93\x22\xb0\x56\xce\x88\x22\xb0\x26\xa8\x3e\xf7\x9f\x9e\x5a\x07\xd7\xb7\xb0\x4a\xcf\x7e\xa4\x19\xe5\x11\x23\x23\x29\x58\xa5\xfd\xc8\xb8\x6f\x43\x3e\x31\x52\x09\xe2\xdd\x52\xc1\x5c\xb2\x72\x6f\x0f\xee\xa1\xfc\x10\x5c\x50\x8a\xab\xd7\x04\x4f\x23\x92\x9e\xdd\xa9\xda\x1f\x52\xe8\x67\xba\xdb\xa7\x41\x48\xf7\xb9\x28\x93\x70\xd1\x0f\x3d\x21\x1e\x52\x90\x1c\xba\xf9\xa6\x61\x47\xa7\xa1\x93\x1e\x4a\xf7\xe0\x4c\x4d\xc1\x4b\x1e\x2d\xed\xe8\x58\x96\x14\x8a\x69\x96\x7c\xf8\x71\xd5\xb4\xfa\x95\x7f\x4e\x81\xfa\xb9\x90\x9f\x34\xe6\x96\x0e\xdb\x34\x28\xe9\xf6\xab\xed\xa1\xaa\x5a\xe5\x97\x2f\x6b\xa5\x52\x53\x83\xdb\x94\x3d\xab\xb3\xfd\x2e\x78\x28\xbd\xf6\x1c\x84\xfd\x90\x42\x99\xda\x0c\x55\x2a\x5b\xeb\x4c\x1e\x4a\x5b\xb3\xe6\xc3\x9f\xdc\xcf\xe8\x82\xe5\x18\x6e\x46\xc1\x54\xfb\x9c\xff\x04\x76\x79\xaa\x0a\x48\x6d\x17\x28\x05\x16\xb6\x0d\xa5\x6d\x55\x29\x63\x39\xd6\x09\x79\x8a\x69\x37\xa8\xe7\x34\x38\xd0\xfb\xa1\x94\x76\xa0\x1f\x50\x5f\x75\x41\xa3\x3e\x0d\xac\xbf\x42\x9b\x96\x23\xd2\xa6\x11\x44\x97\xa3\xd5\xa6\x11\x44\xb7\x93\x1e\x4c\xe3\x82\x16\x27\x10\x9f\xc6\x05\x1d\x86\x92\x9d\xc6\x05\x2d\xb6\xc8\x4d\x70\x41\xfb\x79\xa4\x99\x3f\x5b\xdd\x4d\x29\x24\xda\x3b\xfe\xa1\x94\x98\xe8\xa4\xe6\xad\xa0\xef\x83\x0e\x75\x67\xf7\x33\xad\x5a\x7d\x99\xd1\xc8\x96\x36\x5a\x9a\xf9\xba\x2a\xc3\xd1\x85\x5e\x67\x7a\x54\x6a\xdd\xe9\xa5\x91\xa1\x77\x58\x29\xff\x50\x4e\x87\xb3\xa1\xb6\x84\xab\x01\x45\x56\x33\xa8\x9f\x4c\x72\x94\x89\x15\x39\xe8\x7a\x82\x04\xda\x4f\x7e\xaa\x38\xc8\xf4\x0c\xa5\xe0\x95\x99\x0f\x9d\x18\x29\xd4\x96\xf4\xcc\x60\xb6\x73\x2f\x75\x28\x21\xf7\x1c\x74\xef\x2c\x55\x27\x1d\xca\x9f\xb4\x72\xf8\x1d\xc9\xe4\xd4\x4b\xd3\xc0\x9b\xc5\xf0\x5f\x13\xdc\xcd\xc2\x89\x36\xee\x66\x3f\x33\x6e\xb9\xd2\x0f\x4e\x9b\x71\x37\xbb\x31\xaf\x26\xc0\x9b\x27\xa7\x56\x68\x9a\x23\x0b\x25\x13\x28\xce\x40\x0f\x65\xfd\x01\xff\x24\x5b\x46\x3f\x33\x8b\x72\xc2\xb7\x65\x63\x1a\x69\x13\x04\xf7\x87\x32\x52\x9a\xcb\x2a\x2b\xb3\xa1\x84\xb8\xcc\x5e\x70\xea\xce\x36\x53\x53\xb1\x8a\xa3\x43\x29\xac\x6b\x4d\x28\xf1\x9e\x93\x7d\x2a\x8b\xe8\xb0\x59\xe1\xa1\x1e\xde\x9f\x59\x54\xc8\xd3\xb9\x39\x6c\x0a\x79\x2a\x8e\x3f\x9f\xc6\xe4\x3c\xbb\xb5\x50\xd3\xa0\x9c\xad\xc3\x5f\x65\xcb\x6c\x07\x87\x46\x26\xc9\x62\x74\xac\x87\xea\x46\x66\xa3\x1d\x3d\xae\xfd\x62\x9f\x46\xda\xac\x95\x19\x96\xb9\x72\x0c\xf6\x89\xcc\x95\xe5\xa8\x69\xc6\xfd\xcf\xf4\x61\x35\x77\x28\xe5\xbb\xeb\xe9\xc2\x88\xe2\x29\xf3\xe1\x9b\xe9\x51\x08\x60\x83\x1e\x95\xe0\xb2\xc3\xfb\x94\xe0\xb2\x1a\x78\xf6\xa1\x96\x3e\x64\xab\xc8\x24\x59\x76\xd6\x46\x2b\x35\xf8\xd0\xe8\x96\xf6\x22\x7b\x28\xd9\xce\x60\x3d\x0e\x79\xca\x48\x9b\x1d\x10\xf8\x7d\xe5\x9e\x3c\x7b\x39\x52\x28\x38\x8a\x97\xd2\xc9\x38\x27\x94\x73\xcf\x1d\xf9\x52\x53\xd5\xe8\xdf\xae\x69\xec\x22\xe7\x9e\x1c\xcc\x46\x93\x7f\x69\x26\x55\x46\xbf\x12\x2e\xad\x64\x8f\xc3\x6f\xde\xb9\x88\xaa\x3a\xcf\x7f\x33\xe9\xc6\x41\xa1\x43\xeb\x20\x8a\x7f\x5f\xc6\xb1\x31\x38\xfb\x32\x79\x2d\x7b\x81\x4f\x03\x5a\x8e\xc1\x39\xb1\xc5\xab\x97\x96\x42\x23\x5a\x2e\xa8\xaf\x0b\x27\xa4\x4c\x5e\x95\xaa\xf2\x60\x6e\x5c\x3d\xdd\x7c\xa2\x9c\x50\xfe\x70\xa4\x50\x41\x76\x9c\x69\x65\x54\xdc\x6f\x1f\x12\xfb\x7b\xe1\x0a\x17\x32\x65\x71\xf4\xf9\x43\x75\x17\x32\x58\xc5\x60\x8d\x96\xc2\x29\x54\x26\xfa\xf0\xc6\xcd\x04\x18\xc1\xff\xed\x43\x7e\x5c\x5c\xef\xfd\x62\x70\x29\x94\xb6\x80\x33\xa6\x5c\x8c\xc3\x06\xc9\x69\x28\xca\x61\x23\xdb\x43\xb9\x0b\xfe\x5f\x1c\xa6\x97\x19\xd2\xd3\xca\x54\x39\x65\x1e\x1f\x0e\xa2\x09\x4e\xa8\x4b\xfe\x40\x13\x4a\xe7\x16\xd6\x20\xbb\xd2\x9a\x48\x1e\x46\x94\xec\x05\x06\x3f\xcc\xc3\x7b\x0a\x95\x63\x06\x41\xc0\xa1\x53\x03\x59\x43\x89\x10\x89\x94\x7d\x28\xf9\x02\xb2\x35\x65\x56\x1a\x83\x0b\x7c\x78\xda\xd2\x8a\x26\x6a\x50\x51\xa8\xb7\x2d\x8d\x98\x13\x57\xa6\x74\x30\x33\xa9\xda\x5c\x18\x52\xdb\x8f\xad\xa1\xd4\x82\x63\xc0\x60\x04\x21\x39\x17\x67\xd1\x10\x92\xe0\x5c\xcc\x65\xa3\x0f\x70\x21\x0f\x79\xea\x17\x0b\x94\x47\x40\x9f\xd3\x69\x64\xd8\xe3\x02\x98\x9c\x0b\xd6\x38\x9d\xfe\x85\xa5\x51\x1a\xc0\x65\xf0\x8e\x09\x52\x64\x0f\xc3\x73\xd0\x93\x93\x9d\x3e\x94\x22\x2e\x39\xfe\xb2\xe5\x2c\x2b\x92\x1e\x4a\xbb\xa8\xa6\x99\x3f\xad\x14\x14\x93\x1a\x4a\xe9\x06\xb8\xfc\x64\x9f\x99\x13\xae\x39\x0d\x81\x5e\x43\x29\xbd\xd9\xc8\x77\x8f\x18\x74\x70\x31\xc8\xae\xb2\x8e\xfc\xae\x67\x91\xc3\x07\x14\x64\x49\x4d\xed\xe8\xca\x51\x50\x24\xd5\x6e\xf9\x25\xa6\x98\xcb\x77\x39\x50\x1a\xf1\x75\x39\xff\x3f\xc7\x76\x19\xeb\x14\xc6\x2c\xf8\xc3\x15\x29\x70\x59\x28\xae\xec\x45\xe7\xe5\x1b\x08\x22\x8b\x5d\xb4\xa0\xb6\x33\xe3\xa4\x50\x26\x76\x2e\x38\xe3\x16\xf6\x76\xa4\xee\x47\xee\x57\x0c\x47\x01\xb7\x3d\x65\xcf\x06\xdc\x9c\x0c\x83\x0d\xf6\x8c\xc6\xd1\xb7\x5c\x4c\x4a\xa7\x77\xce\x33\x8d\xc8\xf5\x13\x41\x53\x66\x85\xbd\xd3\x88\xdf\xe6\x69\x5f\xf1\xa5\x67\x9a\xbc\xe5\x23\x9b\x9a\xce\xee\xc3\x5a\x28\x70\xaa\xda\x63\x77\x1a\xb2\x70\x3e\x2f\xe5\x7f\x72\xe9\x65\xc0\x7f\x3e\x74\x18\xd5\x71\x86\x5a\x4a\x76\x13\x4a\x33\x01\xe7\x93\xa5\x62\x74\x36\xa2\xf2\xec\x8d\xce\xc5\xe3\xec\x79\x9d\xe9\xb5\x69\xa2\xe7\x94\xc8\x34\xb1\x1b\xb3\xad\x88\xab\x76\xb0\xf5\x1d\x71\xd5\xb3\x85\x0d\x45\xb8\xcf\xb4\xea\x3f\x66\xdb\x6c\xa7\x73\x83\x49\x3a\xf1\x5e\x6f\x35\xe3\x51\x36\x5f\x56\xdf\xd1\x59\xbd\xb1\x37\xb7\xa3\xe3\xb8\x17\x15\x9d\x55\x32\x73\xdb\xa9\xcf\x46\x28\x41\xb9\x75\x46\x2e\x7d\x40\x6f\xef\x87\xe2\x61\xec\x29\xd9\x4a\x46\x1b\xe9\x42\x89\xff\xd8\xef\x5b\x89\xd0\x2a\x6f\x10\x65\xda\xab\x27\xc2\xb4\xb1\x09\xc3\x96\x95\x5a\xaf\x2e\xb6\x94\xb0\x09\x57\x76\xb4\x03\xc0\x16\x57\xcd\xe5\xbc\x04\x2c\x3f\xa9\xf4\x98\xc6\xcb\xcf\xd5\x9a\xb2\x5b\x65\xa1\x3c\x8b\xf0\xfa\xcb\x3e\xda\x33\x8d\x7a\x16\x39\x60\x97\x73\x29\xc2\xa5\x84\x5c\x38\x1a\x0f\x84\xcb\x59\xaf\x39\xe0\x97\x13\x1d\x0e\xca\x9c\x5b\x8f\x29\x95\xf9\x63\xe5\x8e\x32\xe4\x5f\x39\x52\xf6\xfd\xbf\xff\xd7\x23\xf8\x5c\x16\xc3\x1a\x92\x87\x6c\x23\x67\xae\x6c\xd9\x46\x7a\xa4\x22\xdb\x3b\x22\xf8\x5c\x09\x6d\xa0\x0f\x3d\x89\x22\x41\x5c\x38\x1b\x7a\x6e\x64\xb6\x58\x0b\xc1\x53\x56\x8b\x9e\x2e\x6e\x0b\xcc\x5c\x0b\xb2\x5a\xf4\x8c\xfb\xc6\x2b\x35\xdf\xe9\x64\xc0\x78\x65\x7b\xe8\x91\x66\x64\x7a\xe8\xb9\xe8\x0d\xce\xd7\x3b\xcb\x6d\xdb\x43\x1e\x1a\x36\x3d\xf4\x9c\x22\xd9\x1e\x7a\xee\x76\x59\x10\xce\x05\xaf\x11\xc8\xde\xd9\x3b\x8f\x09\xe5\xf6\x2b\xf5\x6d\xd5\x5e\x83\x69\xd5\x5d\x32\xab\xb2\x28\x9c\x9b\x5d\x6b\x8b\x42\xde\xb5\xd2\xfd\xf7\xcc\x94\x74\xff\x3d\x7b\x51\xba\xff\xb3\xd7\x94\x09\x76\x8d\xa5\xb9\x9d\x95\x80\x77\xa5\xec\x02\x3d\x72\x87\x73\x02\xbe\xff\xa4\xb8\xd0\x9a\x19\xbe\xfd\x87\xfc\x93\x5c\xbf\x72\xd3\xdf\x5e\x52\xae\x13\x99\x0c\x7a\xae\x68\x99\x0c\x4a\x67\xb9\x65\x32\x58\xff\x2b\x93\xb2\x6f\xa5\x95\xaf\x32\x47\xbb\x3f\x1b\x10\x7a\xa7\xc3\x8f\x97\xbb\xa6\xb0\xb8\x70\x43\x7a\x34\x15\xea\x12\x95\x32\xdd\xd7\xec\x68\x59\x10\x7a\xee\x96\x8f\x05\xf4\xce\x4d\x6b\x13\x42\xa4\x09\xe7\xf6\x2b\xfc\xbe\x52\xfb\xf5\xdc\x91\x86\xb9\x9b\xf3\x3f\x70\x69\xe7\xfd\x3b\x47\x9a\xd1\x7e\xcb\x3f\x4a\x37\x11\x31\x5f\x76\x89\x9e\x9b\xce\x30\x77\x79\xf1\x0b\xca\xae\x0f\xee\x32\x19\x22\x6a\x1e\x2b\x1f\xb2\xec\x84\x72\xa8\x4a\xbe\xfb\xe8\x3b\x86\x4d\x7e\x67\xc4\x3c\x59\x22\xea\x66\x9b\xca\xd6\xd0\xed\x07\xf1\x50\xc2\x05\xed\xa1\xba\x3f\x64\x16\x8d\xe3\xdd\x99\xc5\xdb\xd1\xa6\xf4\x21\x8d\xf5\x68\x29\xd3\xbe\x44\xd0\xfb\xf8\xad\xdc\x91\xdd\x3f\xb7\x94\x71\xec\xfd\x8f\x01\xc0\x57\xaa\x1a\x46\xdf\x6b\xf1\x65\x33\x20\xcc\xd8\x2c\x11\xf5\x87\x10\xf2\xd6\x84\x83\x09\x20\x6f\x85\x9f\x7c\x7d\xbe\xb9\xb0\x15\xc5\xd7\x07\x2f\xe0\x2f\x47\x18\x0e\xaa\xfc\x7c\xa3\xf2\x53\x5f\xaf\x37\x57\xa6\x82\xfa\xfa\xe0\x36\x51\xee\xbc\xb9\xd2\x85\x45\x92\x8e\x66\xee\x6b\x18\xfb\x33\x85\xfe\xc5\x7c\xa8\xd5\xe0\x8e\xc0\xb6\x30\x53\xf6\x73\x33\x03\x52\x07\x93\x95\xfa\x02\xf1\x10\xca\x03\x47\x6d\xe7\x90\xbf\x83\xad\xa9\xe4\x79\x2b\xcf\x63\x27\xcf\xeb\x03\xdd\x14\xc6\x05\x56\xfc\x4b\xb6\xce\x54\xdd\xae\xca\x2f\x4b\x82\xc9\xd1\x90\x71\x61\x65\xdf\x7e\xad\xb8\x3d\x33\x9c\xaf\x3f\xe4\x47\xe4\x95\x6b\xbb\xeb\x43\xfd\xb9\xd0\xed\xc8\xf2\xb0\xcf\x33\x54\x53\x2e\xee\x13\x6a\xca\xd4\x99\xb2\xe5\x0f\x37\xa4\x52\x5c\x33\xad\xce\xb3\xd7\xc7\x4b\x3a\xd3\x66\xa8\xe7\x3e\x3f\x11\x2f\x84\x44\x37\x4e\xc4\x02\xc5\x03\x96\xa8\x60\x7e\xb8\xda\x76\xa8\xe7\x26\x3c\x59\x0f\x25\xc4\x1b\x27\xec\xfe\x67\x87\x16\x66\xd5\x30\x70\x3d\x92\xfd\xcf\x47\x8e\x43\x26\xf3\xc2\x38\x11\x20\x0c\xf5\xb6\x59\xd5\x9f\x33\xeb\x20\x5e\xfd\xbc\x8e\xe1\x46\xb2\x3d\x94\x4c\xa3\xe3\x01\xa3\x62\x56\x90\xdf\x88\x96\x43\x41\x7e\x23\x0a\x6f\x63\xbb\x9d\xf0\x54\x59\x22\x46\xd4\x7f\xb2\x44\x9c\xef\x71\x74\x58\x5f\x94\x35\x7f\x4a\x81\x79\xae\x7c\xb8\x55\xb6\xa1\x2e\xbd\xab\x3b\x94\xfc\xae\x57\xa8\x9f\x71\x08\x43\x7a\xde\xbc\x6e\xca\x63\x77\x46\xe3\xf7\xe7\xd9\xe7\x88\x39\xe5\xdc\x09\xbf\x97\x9d\x62\x9c\x28\xb2\x9c\x39\xae\x0f\x8e\xb1\x0c\x15\xad\xc3\x0d\x94\x1c\x6e\x9c\x88\x61\x7f\xc6\x46\x18\xac\xd4\x9f\x9e\x3d\x51\x7a\xfc\x59\xd4\xcb\x36\x72\x22\xb9\x73\xfd\x33\xce\x65\x1a\xb0\xed\x3c\xd8\xa9\xca\x1d\x37\x4e\xee\x0d\x5b\x23\xc2\xa9\xb1\x46\xd8\x27\x75\xee\x43\xcf\x45\x34\x49\xfb\x90\xb8\xd1\xed\x4e\x3a\x01\x4c\x33\xb8\xdf\x43\xc9\xba\x58\x42\x49\x01\xeb\xbb\x71\x3b\x05\x9c\x8d\xeb\xd3\x08\x69\x03\x4b\x85\x11\xd2\x2a\xfc\x6f\x1f\x4e\xd6\x77\xa4\xec\x56\xcd\x6d\x4a\xae\x2f\xdc\x22\xfb\xf0\xc4\x6d\xda\x94\x88\x8c\xd9\x64\xcb\x6a\x70\xf6\x99\xc1\xe8\xa1\x85\x81\x61\x1f\xe6\x6a\xf6\x5f\x98\xc6\x3d\x1b\xe8\xc6\xc1\x3d\xeb\xce\xce\x38\x8d\x7b\x36\x30\x38\x80\x7b\xd6\xed\xa5\xf6\x90\x5a\xe5\xcd\x3f\xea\x38\xf4\x59\x18\x90\x1e\x65\x67\xa6\x4a\xf9\xf9\x7a\x7e\xd9\x49\xae\x3b\xad\x4a\xf4\xb6\x1b\xea\x34\x26\x5a\xd9\x2d\x65\x32\x1a\xcf\x50\x0a\xb2\x35\xcb\x05\xf6\xac\xdb\xdb\x69\x6e\x52\xc2\x99\xc7\x6d\x25\x65\xdb\x8e\x09\x9a\x9b\x94\x68\x07\x35\x0d\xda\x3d\xcd\xac\xf7\xe9\x34\x40\x47\xa8\xe5\xc2\xd4\x55\x8a\x26\xf3\x91\x7d\xea\x29\xb4\xfd\x9e\xd8\x27\xab\xc3\x70\xa4\xcb\x72\x24\xed\x04\xbf\xac\x3b\xc9\xfe\x34\x7e\x59\xb5\xc9\x6b\x1a\xbf\x0c\xb4\xa2\xb9\x31\x5c\x34\x06\xfe\xac\xce\x9a\x2f\x25\xbf\x4c\xe6\xff\x74\xae\x4c\xf3\x98\x2d\xfb\xc3\xb9\x32\x50\x89\xd7\x0e\x35\x99\x9b\xec\x69\xcc\xe9\xe9\xc4\x7a\x99\x0c\x6f\x71\xbb\xfa\x4c\x23\x94\x9d\x7d\xb2\x8d\x15\xf6\x55\xec\x34\x38\x0d\x3b\x36\x30\x00\x18\x76\xec\xa9\x9a\x42\x25\xb8\x78\x0b\x2f\x17\x76\x48\xe5\x9d\x3a\x53\x55\x23\x38\xd3\x87\x47\x60\x2e\xb7\x8b\x73\x4b\x9d\xa1\x3c\x8f\x8c\xce\xf3\xb8\x38\x10\xc5\x99\x4d\x4f\xfa\x70\x16\x0b\xe6\x43\x71\x57\xbb\xa6\x47\x67\xac\x3b\x69\x46\xb7\xec\xc1\x79\x90\x62\x7f\x20\xff\x19\x93\x6b\xdb\xbb\x65\x02\x82\xe5\x04\xf4\xd3\x58\x56\xbb\x32\x18\x65\x24\x1b\x85\x56\x8c\x56\x85\xc3\xfa\x34\x5a\xd5\x86\xad\x1a\x82\x6a\x3b\xf1\xd3\x43\xdd\xae\x4a\xab\x4e\xba\x59\xf3\xa1\x7f\xb1\xa5\x93\xe7\x17\x0d\x03\x38\x41\xa4\xc2\x9f\x7d\x1a\x91\x6a\x6c\x98\x85\x11\xa9\x70\xbc\x9f\x46\xa4\x02\x54\x7c\x82\x48\x75\x9c\xa1\xa4\x05\x2c\x8c\xc7\x1a\x52\xde\xd0\x06\xa4\xaa\x33\xff\x2c\xd9\x71\x71\x58\xaa\x1f\xcd\x9c\x8e\x0a\xac\x10\x65\x96\x1d\xed\xd0\xfd\x90\xf2\xf6\x81\x3f\x55\xe3\x0a\x75\x7a\x34\x62\xe1\xf1\x6f\x66\x6d\xec\xa8\xd6\xd8\x1c\x8a\xd2\xd9\x3c\xd3\xb7\xa2\x74\x7a\xe1\xe4\x36\xdf\x56\x6b\x85\x74\x1f\xee\xb1\xd9\xc8\xb8\xd8\xac\x4a\x59\x36\xd0\x2e\x19\x58\xea\xc4\x71\x70\x1a\x59\x6a\xa0\x5d\x32\x3c\xd4\x89\x9c\x6d\x78\xa8\xee\x1c\x00\xd3\xf0\x50\xd5\x49\xa9\xa7\xd1\xa1\x4e\x1c\xca\xa6\xe1\xa1\x2a\x92\xe5\x6e\x3a\xe5\x58\x53\x8c\x07\x35\x27\xcc\x42\x39\xd2\x4e\xbc\x58\xa6\x01\xa1\x6a\xe5\x08\xb6\xcb\x11\xbb\xf4\x21\xf9\xa4\xe5\x1f\x2d\x9f\xac\x9d\x56\x15\xa7\x06\x0b\x16\x5a\xd4\xd8\xef\x87\xba\xf4\x46\xca\x34\x57\xfb\x48\x1f\x32\xc8\x36\x28\x09\x2f\xc8\xd2\xbb\x39\x6b\xd0\x0c\xa5\xe4\x6e\x5c\x08\x0a\x0c\xaa\x95\x0d\xe8\xc0\x20\xfc\xc4\xa6\x61\xa6\xce\x5c\x88\xcd\x02\xea\x3e\xf2\xa5\xd4\x36\x19\x8e\xbd\xb8\x57\xca\xb6\xab\xa6\xd9\xe7\x7c\x3a\x0d\xea\x04\x66\xca\x78\x1d\xd3\x30\x53\x03\x6b\x96\x61\xa6\x4e\x5c\xb5\xe6\x56\x9c\xd0\x70\x52\xd4\x09\xea\x94\xb3\x19\x4f\xa3\x4e\x8d\xb0\x39\x59\x30\x46\x78\xa0\x0d\x18\x85\x03\x89\x01\x63\x73\x94\x65\xc0\x18\x93\x3b\x48\x31\x3b\x75\x32\x70\x85\xde\x14\x83\x19\x4c\xb0\xa4\x50\x5c\x18\x4b\xaa\x1f\x25\x35\xd5\xe1\x4a\x99\x80\x5c\x32\x34\xf9\x0a\x54\x78\xb7\x2c\x1d\x13\x99\x73\xcb\x98\x51\x06\xcb\x4f\x6c\x4d\x86\xed\xe8\x8a\x23\x94\x52\xec\xc0\xff\x6c\x92\x78\xc7\x29\x13\x68\xb7\x07\xd1\x34\x3c\xd4\x89\x85\xc0\xf0\x50\xe7\xbb\x19\x94\x33\x6e\xda\x67\x70\x02\x0f\xd5\x37\x17\x92\x43\x6f\x70\x9d\xd8\xce\x19\x37\x33\x38\x9d\xf1\x93\x32\x25\x82\x1b\xb9\x2b\x06\xa1\x56\x1d\x4a\xa0\x42\x30\x67\x61\x47\x4d\xde\x55\x7b\x38\x07\x01\x17\xe7\xf0\x29\xe6\xb5\x6a\xf0\xa8\x86\xb0\x6c\xf0\xa8\x79\x1c\x29\xf3\x3f\x76\x5a\x55\xde\x24\xf4\xa4\x86\x87\x3a\x7b\x56\x4a\xf8\x50\xf3\x48\x97\x4e\x82\x9b\xc1\x59\x02\x30\x60\xfd\x34\x3c\xd4\x39\x47\x3a\x51\x3c\xd5\x91\xb2\xaf\x9a\x29\x50\x3e\x62\x99\x00\xa9\x3b\xf1\xb2\x30\x3c\xd4\x3c\xb8\x65\x14\x97\xd3\x72\xa8\x1c\x97\xd3\x8d\xb3\xf3\x90\x55\x55\x69\x46\x19\x49\x98\xe2\xe1\x40\xc0\x9a\x8a\x8a\x67\x44\x3a\x90\x19\x66\x86\xe1\x03\xf8\x84\x52\x2b\x88\x4f\xef\x60\xa4\xc4\x1b\xcc\xcd\xad\xa1\x71\xad\xc9\x80\x33\x8f\x7f\xfb\x50\x3f\x55\x75\xe1\x64\x16\x01\x2b\x09\xb5\xd4\xcc\x84\x52\x50\x1a\x12\xa8\x80\xa2\xea\xc8\x60\x04\x66\x5c\x8f\x94\xfd\x14\x3f\x1f\xca\xe7\x9b\x05\x97\x31\x67\xe6\x48\xc9\x96\x33\x0f\x8e\x9b\x82\x7d\x26\x06\x42\xe3\x44\x9d\x67\x09\x65\x56\xc4\xb9\x51\xb4\x4f\xeb\xcc\x94\x8c\x40\x2d\x77\xca\x94\xe0\x5e\x66\x3e\xbc\xa4\x18\x9d\x50\x5a\x6e\x24\x5c\x19\x88\xda\xdb\x05\xbb\x0f\x36\x25\x03\x51\xeb\xec\x62\x19\x88\xce\x5d\x53\x55\x9b\x8f\x7b\xda\x71\x41\xdd\xb9\x7b\x1e\x52\xbb\x8f\xb9\xb1\x2d\xe9\xac\xe9\xf1\x72\xd5\xb4\x23\x53\xfa\x4a\x1f\xc2\x98\xc9\x4f\x49\x81\xde\xd3\xa3\x77\x54\xa1\xe6\xa5\x99\xca\xc0\x2d\x0b\x6c\x1e\x12\xb6\x3b\x1d\x85\xd1\x3c\x52\xd4\x0c\x9f\x12\x34\xd5\x3c\x10\x22\xa6\xdf\x11\x7b\xa7\x55\xe1\x3c\x1c\xe9\xff\x56\x55\x26\xdc\x91\xc7\x5c\x7e\xd3\x3b\xac\x86\x12\x2f\xe2\x46\x95\xc1\xea\xcc\xf2\xcb\x60\x35\xf1\xf0\xda\xb2\x49\xcd\x83\xc9\x50\x72\xbf\x89\x6e\x24\xb8\x55\x70\x77\x60\xab\x5a\xca\xf4\xf7\x56\x30\xee\xa5\x47\xdc\xc8\xae\x55\x1c\xd0\xc4\x33\xcc\x30\x56\xf3\x68\x29\x53\xbe\xc4\xb7\xcc\x83\x59\x50\xca\xc8\x89\x24\x24\x1b\xd8\x3c\x38\x97\x8a\xe6\x99\x38\x8d\x6d\x05\xf3\x9c\x23\xfb\x54\xd1\x3c\x13\xef\x88\xbd\x94\xa8\xe8\x40\x86\x74\x6e\x41\x5c\xc8\xf6\xb2\x3b\x40\xb6\xbb\x2c\x6b\x13\x1b\x9c\x41\xad\x76\xae\x6c\x63\x5a\x45\xba\x58\xe6\x35\x48\x9b\x0a\x03\x9a\x2b\xbf\xaf\xdb\xc5\xf9\x41\x1f\xaa\xba\x0b\x1a\xb5\xbb\x3a\x3b\x53\x61\x40\x13\x1d\x8e\xc1\xb0\x6a\xcb\xd8\x64\x3f\x88\x1c\x20\x4b\xde\xd3\x0c\x13\x6e\x34\x80\x1d\x4a\xa1\xfc\x67\x3e\x54\xfa\xa9\x95\xb1\x7d\xfc\x61\x86\xa3\x03\x96\x9f\x32\x5f\x42\x9c\x52\x18\xd0\x44\xbb\x6f\x9c\x2c\xf2\xc6\x4c\xe3\x64\x4d\xcc\xe1\x5b\xc6\xbb\x9a\xa7\x87\x2c\x74\x7b\xbc\xad\x68\x11\xb3\x33\xec\x0c\xf2\x6e\x22\x59\xe8\x0e\x0e\xed\xf2\x76\x43\x46\xde\xde\x6e\x08\xe9\xc2\xcc\x7a\x3e\x9c\x90\xc2\x49\xac\xa9\xea\x91\x36\x28\xcf\x0d\x7b\x6a\xeb\xd1\x34\xde\x76\x64\x1d\x5e\x10\xfe\x7b\xda\xf4\xfd\xc5\x6d\xb6\x49\x5d\x90\xef\xcc\x42\xc6\xbf\x3d\x3e\x8c\x93\x75\x8e\x4c\xaa\x2d\x7d\xa8\x6d\xb7\xcc\x77\xf3\x18\x29\xf3\x74\x64\xe4\xdb\xd3\xc1\xe8\x94\x2b\x79\x86\x32\xd8\x29\x72\xd7\x56\x30\x59\x36\xbc\x50\xb3\xf6\x78\xa9\xfe\x7f\xff\x6f\x61\x91\x33\x68\xd6\xd3\x05\x3f\x29\xc7\x3c\x94\xdf\x80\x66\x8d\xb7\x47\xf9\xf6\x8e\x8c\x06\x61\x27\x13\x62\x06\xc3\x33\x69\xcb\x2b\x7f\xcc\xb4\xa3\x95\x63\x73\x08\x60\x6b\xe1\x1c\xb2\x95\xdb\x71\xf5\xcc\xe3\x6d\x7c\x3b\xbe\x93\x50\x9a\xe7\xcc\xb6\xd7\x75\x16\x47\x1b\x67\x9f\x69\xf3\x79\x33\xee\x54\x7c\x8e\x22\xbb\xdd\x58\x5b\x23\x62\xb7\xb1\xb6\x1a\x52\xb7\xb1\xb6\xc6\x31\x43\x3a\x4f\x54\x87\xf2\x12\x73\x63\x2b\x08\xab\xe4\xe9\x7d\x39\xe3\xce\x99\xaa\x8f\x2c\xbb\x7b\xfa\x10\x0e\x6b\x4f\x4d\xbd\x1f\x99\x43\xe5\x92\xdc\x9c\x76\x19\x0b\x9f\x1e\x52\x56\x55\x73\x43\xe9\x11\xc8\xaa\x5d\xd2\x7b\x44\x5c\xba\xb6\x20\x83\xb9\xcc\x2f\x25\x54\x8a\x7c\x74\x19\xdb\x0c\xc1\xe6\x02\x17\x88\xef\x9e\xe9\x9d\xe8\xc8\xb7\xa3\xa3\xc6\xc9\x15\x21\x6b\xe1\x3c\xf3\x83\xb2\xb8\x0f\xe6\xfe\x32\xb0\xe4\xc9\xc5\xab\x78\xa8\xb5\xf2\x4f\xb7\x51\x61\x4d\xc9\x3e\xd8\xd0\xfb\x1a\xb4\xab\x61\x86\x30\x66\x57\xd9\xdc\x26\x8e\x5b\x1a\x27\x8f\xf2\xdb\xf7\x3e\x27\x41\x98\x5d\x4f\xe1\x84\xbc\x14\x66\x96\x2f\xbf\x8f\x2c\xbb\x43\x89\xf5\xa6\x15\xa5\x7c\x65\x7b\xcb\x92\xd8\x0e\xee\x72\x59\x12\xcb\x09\xe7\x75\x10\x13\xce\xc3\x5b\x31\x4c\xe7\x38\x91\xba\x6e\x27\x38\xae\x29\xec\x2e\xcc\x97\x46\x3b\x4a\x55\xe7\xcc\x2a\x50\x0e\xb9\xc8\x87\xb7\x1e\x92\x0c\x54\xc9\x69\x17\x8c\x50\x16\xc8\x12\x41\xd6\x06\xc8\x71\xc2\xb2\x65\x81\x5c\x27\xf7\x80\x62\x9a\x9e\x42\x5a\x95\x86\xea\x78\xbf\x6c\x0f\xeb\x67\x0f\x2b\xa6\x69\xcc\x9d\x66\xec\x24\x58\x52\x55\x21\x46\xec\xb0\xdb\x28\x6d\x3d\x1f\xda\xd1\x98\x1e\x6f\x0f\xa7\x86\x7c\x5e\xeb\x33\x6b\xa3\x27\xe8\x44\x98\xb8\xd9\x46\x30\xed\xdb\x50\xb7\xe9\x51\xbc\x7f\x67\x15\xfd\x3e\x69\xa1\xec\x2b\x91\x66\xc4\xec\xce\xcc\xe3\x6d\xcd\x77\x85\xfa\x73\xa1\x49\x5b\x2c\xc7\xc9\x78\x64\xb1\xac\x75\x85\x6a\xea\xa4\x43\x29\xfb\x7d\xcf\x87\x4e\x24\xfc\xef\xdc\xa6\x13\x18\xb3\x8a\x50\x6e\x18\xb3\x81\x43\x8a\x61\xcc\x46\x1e\x85\x1f\x9d\xce\xc9\xd5\xa4\x88\xa8\x31\x53\x13\x54\x5a\xff\xb3\xe3\xa3\xa2\x69\x73\x7c\xd4\xfb\x7a\x96\x21\x72\x84\x33\x1a\x8c\x2c\x8a\x4f\xe5\xfa\x3c\x63\xec\x30\x1a\x59\x6b\x25\x94\x1c\x44\x32\x1d\x52\x4b\xbe\xbf\xec\xa4\x0e\x58\x22\x8c\x22\x56\xe6\xa4\x50\x3e\x5e\xd1\x8a\xca\xd8\x58\x70\x2c\xd9\x1f\x27\x27\xe7\xb4\xc8\xd8\x38\x26\xd7\xfd\x07\x7e\x00\x5f\x71\x06\xd1\x01\x3f\x90\xb1\xf1\x8c\x0d\x61\x7f\xe4\x50\x8d\xcf\xb6\x21\xc6\x1a\x96\x5f\x43\x8c\xb5\x0e\x07\x12\xc2\xd8\x39\x4e\x8e\x8b\xd3\x8b\xce\x91\x0f\xa7\x06\xb0\xa1\x94\xe9\x36\x65\x9e\x71\x38\xe0\x57\xb6\xa6\xf2\x52\xf2\xa3\xe2\x17\x0d\xd4\xd5\x10\xcc\xbe\x9e\x70\x36\x99\x63\x97\x7a\x4d\x99\xe4\xd2\x68\x69\xbf\x3e\x57\xf0\x43\x87\x2e\x45\xd1\xf7\xf5\xda\x44\x47\x2a\xa3\xe5\x98\x23\xed\x68\x34\x25\x7d\xd8\x46\xed\x69\xc4\x10\x08\xb3\x92\x75\x6f\x60\x5d\x35\xa4\x56\x8b\xc9\x40\xc6\xbd\x31\x79\x91\xfe\xac\x57\x81\x01\xc8\xb6\x57\xe6\x0e\xa5\x67\x1f\x53\xaa\xe0\xa0\x31\xd9\xc4\xce\xd8\x39\xe9\x5d\xd6\xbb\xba\xb8\x7d\x6c\xbd\x9b\xec\xaf\x9f\x20\x04\xe6\x99\x32\xb9\x23\xb1\x15\x95\xaf\x73\x45\x97\xff\xf3\x1e\x2e\x2d\x64\xf9\xbf\xff\xd7\x4b\x3a\x94\x22\x2d\x72\xa8\x01\xac\x80\x81\x9a\x06\xb0\xaa\x67\x4d\xd5\xe5\xc2\x02\x29\x07\xf6\x9d\x2f\x9d\xfd\x8a\xc1\x59\xcb\x96\x27\xa2\x10\xac\x6a\x1e\xb3\x02\xb0\xda\x38\xe3\x81\x51\x95\xed\x2e\x4b\x5f\x1d\xbc\x5e\x8d\x51\x05\x2c\xd2\x04\xa3\x6a\x72\x4e\x64\xea\x6b\x39\x0b\x3f\x99\x61\x5b\xcf\x87\x9a\x46\xa4\x9b\x9f\xb3\xbf\x45\x3f\xa8\xd4\x9f\x93\x08\x89\xfd\xa7\x2c\x26\x8b\xe9\x90\x71\xaf\x47\x6a\xf8\x33\x0a\x3e\x73\xac\x3c\x98\x2b\xc2\x4e\xd2\x60\x4e\xa8\x8f\xae\x66\xca\x0c\x20\xc6\x5d\xfc\x27\x59\x0f\x9b\xdc\xfe\x63\xd7\x62\x78\x92\x35\xaf\xe1\x19\xb8\xff\x98\xff\x9d\x76\x9e\x13\x95\x57\xf0\x1f\xf3\xcf\x34\xca\x9a\x57\xa2\x85\xff\xb3\xb0\x17\x0d\x95\x22\x96\xca\xf9\x52\x52\x73\xb2\x8e\xb6\xed\xf5\x96\xd1\x3d\xa7\x2f\x93\xa1\xd0\xd8\x08\x11\x7f\x56\x5d\xb2\x6d\xff\x9c\xb6\x0a\xcd\xed\x9f\x41\xd0\xeb\xf1\xcf\x70\xc4\xa7\xae\xdc\x16\x31\x98\x29\xb6\xa9\x46\xb3\xef\x04\x9e\xc4\x21\x18\x5c\xaa\xe0\x63\x07\xb8\x14\x96\xc5\xeb\x90\xab\x18\x02\xf4\x75\x28\x6c\x16\x1d\x08\xf8\x51\xce\x9a\x32\x8d\x11\x55\x8f\x97\x92\xb6\xc4\x47\xd1\xb8\x4f\x03\x83\xa4\x71\x9f\xaa\xe3\x5d\xa7\x61\x9f\x4e\x10\x1d\x1e\x52\x16\x79\x5b\x3d\xaf\xc3\x12\x06\xbe\xb7\x06\x85\x22\x67\xd1\x43\x89\xdb\xe2\x88\x7c\xc9\x26\xd9\x98\xc6\x8b\x1c\x9d\x38\x0f\x5d\x8e\x6c\x02\xfe\xe0\x21\xc5\x37\x0e\x1a\x12\x18\x86\xb3\xda\x3f\x54\x73\x55\x46\x6b\x0e\x97\x19\xf0\xed\x93\x11\xd8\x4b\x3b\x83\xf5\x56\xc1\xdf\x17\x24\xaa\x79\xa4\x50\x1c\x27\xa3\xd3\x5d\x64\xec\xbf\x79\xc9\x08\x59\xd0\xc9\x5c\x36\x3b\xf2\x80\x36\x66\x55\x75\x32\xe7\x69\xcc\xaa\x66\x68\xff\x69\x94\xaa\x31\xb3\x1c\x96\x14\x88\x9f\x31\x4c\x55\xe9\x59\x55\x4b\x0a\xce\xbb\x3d\x0d\x53\x75\x62\xf7\x31\x14\xd5\x46\xcb\x6f\x28\xaa\x93\x04\xed\xd3\x58\x54\x27\x7a\x56\x63\x51\x9d\xa4\xc0\x9f\x06\xa3\x1a\xf3\x6d\x47\xe3\x39\x53\xd5\xe3\x69\x21\xa5\x9f\xb6\x3e\x03\x4c\x29\xb0\x03\xa6\x31\xa5\x06\x4e\xae\xc6\x94\x3a\xc9\xac\x3f\x0d\x2a\x55\x57\xda\x51\x3a\x22\xe7\x49\x7d\xa8\xaf\xb2\xe5\xd3\x8c\x9e\x74\x2d\xdf\x29\x0c\x8d\x77\x8b\xf1\x9f\xce\x51\x07\x63\x95\x3d\x19\x4e\x6e\xfc\xa7\x42\xbc\xc1\xa5\x58\xab\x56\xd2\xa1\xe5\x86\x93\xe9\xd0\x3b\xa2\xbc\xdf\x29\xbe\x85\x75\x3c\x0d\xd9\xd7\xe8\xc1\x72\x1c\x07\xc2\x26\x4a\x0c\xd6\x97\x4d\x94\xa3\x5a\xe0\xb9\x9c\x6e\xb2\xbd\x94\x92\x4e\xf4\x54\x7d\x18\xf7\x4b\x08\x50\xd2\x8c\xe3\x2a\x9a\x27\x94\x24\x97\x43\xa4\x46\x4d\x87\x7a\x36\x71\x51\x1a\x18\xaa\xce\x16\xca\xc9\x69\x3a\x94\x67\x66\xa7\x1d\xcd\x0c\x07\xa7\xd8\x20\xc0\xcc\xd8\xea\x89\x65\xdd\xb8\x50\x67\x96\xc2\x69\x2a\x07\x8f\xc8\x4b\x69\x2a\x07\x76\x76\x83\x46\x3d\x85\xb4\xea\x13\x57\x18\x80\x4f\x1c\x3e\xe5\x57\xf1\x89\x2b\xcc\x86\xb9\x33\xa6\x3d\x23\x4c\x9d\x4e\xc0\x34\x8d\x30\x75\xc6\xd2\x77\x29\x51\xe5\xea\xf9\x67\x5d\x79\xa8\x82\x8c\x29\x55\x76\x06\x2b\xbc\xa3\x93\xbd\x51\x6c\x85\xe0\xc4\x1b\x6f\xaa\xbf\x35\x8d\xd2\xc7\xc0\x6f\xef\xa9\xd4\xd4\x11\xe7\xc0\x17\x67\xf5\xa9\xf9\x4e\x0c\xa8\xfd\x3b\x21\xd3\x53\xf7\x23\xfb\x79\xbe\xfc\xfa\xcb\x0c\x5c\xef\x91\x1d\xea\xcf\x85\x1e\x79\xb5\xc8\xdf\x38\x81\x20\x5e\xb1\x5b\x94\xb9\xf2\x44\x11\x6c\xc0\xab\xe1\x04\x29\xd3\x80\x57\x85\x70\x2f\xe3\x5d\x9d\x46\xd9\x98\x97\x52\x55\x16\xde\xe6\x97\x2c\xc6\x83\x67\x8d\x01\xae\x0a\x4f\x37\xc3\x56\x0d\x9e\x7c\x46\xad\x5a\xce\x54\x31\x8d\x4c\xb5\x5b\xc6\x62\xd4\xe0\x9e\x32\xa1\x06\x67\x64\xe6\x8d\x35\x35\x95\x4e\xda\x6f\x9a\xab\x7a\x69\x6a\xa8\xea\x54\xa0\x34\x23\x3b\x2f\x4e\x51\x97\x4c\xb9\x05\xf5\xad\x71\xaa\x0a\x46\x8f\x4b\xf1\x54\x1b\x49\x09\x60\xaa\xe1\x2c\x62\xd3\xc0\x54\x05\xf9\xda\xc0\x54\x03\x7f\x0d\xa3\x4d\xcd\xc5\xd6\xb0\x05\xd6\x69\xb8\x1f\x4a\x18\x2b\x9c\x0d\x25\x4a\x1c\x44\x77\x01\x2f\x85\xa4\x72\xc9\x72\x7a\x92\xf9\xfa\x21\x15\xd3\x0e\x2b\x92\xb1\x74\x13\xaf\x79\xc9\x56\xba\xf0\x41\xb8\x64\x2b\x9d\xb8\xb1\x5f\x32\x79\x6e\x74\x3d\xe0\x52\x4d\xf6\x9b\xac\x91\xd5\xc9\xd4\x1f\x4a\x51\x80\x6f\x4d\x45\x01\x32\xdd\xc6\xac\x8a\xff\xbd\x41\xab\x6a\xcd\x5c\x78\x7f\xe1\x8e\x7f\xd9\x54\x89\x1e\xf0\x52\x46\xc3\x8a\xda\xfb\x52\x5e\xc2\x81\x6e\xf7\xea\x56\x5b\x74\xf8\xa4\xec\x98\xf5\xf0\xe3\xf3\xea\x16\x15\x58\xb6\xee\x20\xb5\x4e\x99\x2f\x75\x98\x91\xd1\xae\x06\xd7\x8d\x8c\x93\x03\xc5\x97\xd1\xae\x48\xda\x38\x2f\x02\xaf\x26\xdd\x4b\xb5\xdc\x53\xd3\x21\x2b\xec\xe0\x6e\x59\xbc\x97\x14\x2a\x0c\xaa\xf3\x87\x92\xc5\x77\x09\x35\x5c\x35\x5f\x6a\x34\xcc\x8d\xc2\xb0\x6a\xce\x93\x42\xad\xca\xc1\xa1\x25\x49\x60\x67\xa3\x76\x47\xbe\x75\x0a\x9d\x0d\x83\x6d\x83\x71\xf2\x2d\xdb\x8e\xa6\x63\x6e\x1c\x6a\xe5\x57\x9a\x11\xad\xda\x62\x6e\x86\x53\x88\x72\xa2\x14\x78\x55\xf2\x8f\xc3\x51\x71\x23\x65\x6e\xa5\x42\x7d\xe5\x9f\x99\x9a\x8e\xa0\x19\x50\x5a\x6f\xb8\xcb\xf0\x7c\x0f\x28\xb9\xaa\xe0\x36\x00\xf2\x14\x41\xa0\x80\x4b\xa1\x09\x02\x31\x0a\x47\x9e\x0b\xbb\x9d\x31\x2f\xe6\x25\xc3\xdd\x26\xbc\xc2\x70\x52\x73\xa5\x0b\x45\x5e\x81\x64\xf1\x90\xda\x19\x1c\x0c\x9b\xe3\x6a\x5a\x7d\x66\xa6\x45\x4a\x13\xd6\x54\xe9\x67\xa8\x8f\x9b\x09\xa9\x9c\x9d\x99\x0c\xfb\xf5\x72\x69\x0d\x36\x38\x42\x9b\xa2\xb2\xda\x71\xfe\x3b\x72\xdc\x98\x55\x35\x27\xc3\x11\x5b\x03\x67\xb1\xcb\x11\x5b\x88\xdb\x97\x2d\x79\xb9\x6e\x65\xac\x3b\xd1\x5a\x19\xec\xea\xf9\x30\xe4\x2d\xdf\xbd\x54\xf5\x8f\xec\x74\x22\xe4\x3b\xe6\x5c\x79\xfb\x4a\xb8\xb4\x0c\x7b\x05\x97\xa3\x4b\xb6\xbb\x81\xfd\xfb\x92\x79\xae\x60\xc6\x37\xbe\x55\x1b\xf0\x65\x59\xd9\xc6\x86\xbf\xca\xca\x76\x1a\x86\xf3\xa1\xc4\xa7\x88\xe6\xbc\x64\x65\xab\x27\x87\x71\x3a\xed\x3c\x53\x3e\x7d\xf5\x46\x18\x9f\x7e\x98\xf6\xf4\x71\xb9\x90\x81\x2b\x98\x7a\xb7\x54\xfd\xb8\x90\x7f\x94\x7c\xb5\x5b\x46\xf0\x73\x61\xfa\xfc\x93\x21\x9f\xaa\x52\xbf\xa1\xa8\xbb\xa6\x03\xd4\x33\x00\xbd\x4c\x71\x02\xbd\xa6\x37\x04\xf1\x08\x46\xe3\x2a\xd8\x41\x0c\xb8\x55\x71\x49\x33\xde\xd6\x99\x88\x3e\x03\x6e\x0d\x8c\x1d\x97\x8c\x72\x03\xcd\xf4\xa5\xf8\xb2\x41\x40\xd7\xe5\xfc\x7b\xc4\x6f\x5e\xcb\x2b\x37\xde\x3e\x14\x24\xc9\x7a\x28\xff\x5e\x6d\x88\x66\x4a\xaa\x37\x78\xfe\x5d\xb2\xb4\x9d\x79\x0e\xc9\x9a\xd6\x3a\x67\x7c\xd9\xcb\x0a\xf6\xbb\x8c\x34\x10\x8e\x6b\xe0\x2e\xbc\xee\x0c\xcd\x35\xfb\xa0\x7b\x1d\x48\x82\x81\x0c\xb0\x35\x51\x45\x5f\xcb\x67\x2e\x27\x59\x16\xab\x3a\xe1\x63\x0a\x30\x1b\x91\x37\x97\x53\x6f\x63\x82\x37\xfc\xd6\x20\x8c\xcb\xf0\x5b\xe7\x20\x48\xf9\x5a\x36\x44\xd4\x54\x15\x62\x4b\x49\x1f\x9a\xff\xb7\x47\xaf\xf1\x4c\x3b\xca\xaa\x07\x93\x95\x05\x6b\x47\xda\xdf\xcb\x1a\xa5\x0a\xf5\xf9\xbf\xff\xb7\xd1\x36\x5d\xdb\x6c\x8d\x29\x56\xc2\xbb\x35\xf3\x9d\x5e\x9c\x3b\xdf\x49\xfa\xcd\xa4\x2a\x86\x6b\x47\xbe\xb3\x89\x08\xd3\xde\x25\x63\xce\xc2\x59\xfc\xc2\x98\x93\x77\xa2\x8c\x39\xfb\x1d\x8c\x74\x28\x9b\x6b\x64\xdf\xf6\x24\xa7\x51\x39\x19\x0c\xc2\xef\xae\x7d\xdb\xe9\x3b\x55\xa5\xe0\x99\xa9\xaa\x5c\xb3\x47\x6a\x0a\xb4\x91\x2b\xe6\xb2\x35\x8f\x57\xb4\xc2\xb6\x6a\x5e\xe6\x97\xf9\x4f\x5e\x5b\x97\x5d\x80\x19\xdb\x65\xe7\x34\xb6\x34\x26\x9b\x3c\x76\x64\xb2\x99\x07\x6b\x7a\xf9\xde\x8e\x14\x23\x9b\xcd\xc4\xf4\x73\x29\xc4\xab\x9e\x1c\x86\xcb\x6e\x2d\xac\xb0\xcc\x34\xad\xf7\x94\xc9\xb6\xc9\x92\x5e\xf6\x72\x47\x88\x71\x8a\x3d\x54\xa6\x97\x32\xec\x95\x82\x64\xa0\x0c\x7b\x67\xe5\x86\x53\x86\xbd\x9a\x8d\xea\x0c\x7b\xaf\x60\xa8\x40\xb1\xd2\xce\x7f\x2b\x3f\x8c\x31\x36\x09\x0d\xbc\x2e\x27\x34\xcb\xb8\xed\x3a\x00\xc7\xbb\xac\xa4\x8c\xa0\x76\xd9\x77\x20\xc3\x61\x37\x30\x1c\x79\xb9\xe6\xaa\xba\xac\x6d\x8b\xbc\x77\xd9\xad\x65\xf2\x57\xb6\x10\x5b\xa3\x76\x5d\xc6\x53\x44\x82\xbe\x6c\x21\xe6\x05\xa3\x78\xb3\x1d\x79\xc7\x16\xa4\x33\xb3\x2f\xc5\x0c\x21\x47\x97\x53\xdf\x11\xf7\x7c\x39\xf5\x5d\x63\xf5\x9d\xfa\x2e\x7a\xe8\x4b\x26\xa4\x3d\x5e\x4a\x38\x2b\x5c\x14\x58\x90\x88\x9d\xb9\x6e\x3b\x92\xb2\x35\x6e\xa7\x94\x65\xa6\x64\xd0\xa9\x44\x06\x5e\xb7\x33\x36\x73\xc0\x1c\x36\x56\xb8\x61\x6c\xb4\x21\x8f\xc9\x25\xa3\x4d\x8b\x90\x2e\xb3\x4c\xa9\x2f\xa5\xb7\x1e\x5e\x73\x97\xec\x32\x75\xbc\x1f\x7a\x67\x76\x28\xcd\x37\x77\x91\x82\xc8\x4a\xe1\x64\xdc\xbe\x26\x70\x1c\xbb\xb0\xd2\xf0\x2c\xbb\x15\x1d\x84\x91\xe6\x92\x75\xa5\xe5\x59\x70\x3f\x33\x3c\x0b\x6c\xd2\x11\x5f\x44\xcb\x5f\x36\xae\x8c\x09\x9b\xb6\x75\x25\xc2\xfe\x87\x43\xc4\x2b\x59\x39\xe3\x36\xbf\xff\xe1\x0c\xc1\x8a\x3f\x3a\x43\x28\x7b\xaf\x0f\x13\xbe\x43\x6a\x00\x4c\xaa\xac\x29\x35\x87\x48\xc9\xe6\x26\xfe\xd7\xd7\xc7\x81\x0c\x0b\x66\xf4\xd9\xc6\x39\x0f\x65\xd0\xa1\x54\xed\xfa\xb0\x40\x6d\x51\x74\x68\xff\x8c\x75\x84\x34\x48\x01\x3d\xca\x78\x5e\x10\x29\x3e\x40\xd9\xc0\xb6\x64\x95\x99\x65\x85\x6a\xa2\x1a\x94\x7a\x5c\x8c\xc6\x62\x33\xe2\x17\x46\x99\xc5\x05\x2f\xa3\xcc\x89\x33\xde\xf5\xb1\x1e\x66\xb1\x73\x15\x3b\x36\x71\x64\xba\x14\x3b\x36\xf1\xb2\xb9\x3e\x46\x93\x18\xa9\xf9\xf5\x87\xa9\xea\x91\x7b\xe7\x28\x76\x6c\x66\x3b\x7e\x7c\xc3\xad\x12\xb2\xaa\x90\xb9\x92\xcb\x57\xe1\xfc\x61\xb2\xc9\x03\x4f\x26\x9b\x82\x27\xd3\x85\xc9\x66\x95\xd4\x35\xda\x6c\xba\xf4\x78\x78\x2a\x28\x7a\x6c\x86\xc7\x1b\x12\x6e\x2c\xce\xbc\x62\xc2\x66\x41\x56\x14\x24\xdc\xc4\x14\x67\x48\xb8\x49\xaa\x05\x20\xe1\xc6\xaa\x29\xdc\xc6\x97\x81\xf2\x52\xd6\xd4\x95\x0d\xa5\xa6\xf0\xa3\x3e\x0a\x94\x0d\xfc\x9e\x01\xc5\x9d\x95\x70\x20\xc5\x9d\x35\xf2\xde\x5c\x0a\x3b\xab\xb8\x6e\x5e\x5f\xab\x63\x57\x1a\xd5\x36\xab\x3b\x55\x75\x06\x08\x7f\xbe\xbe\x32\xf8\x9e\xf9\x2b\x7b\x70\xac\x96\x2e\x35\xcd\x6b\xfd\x9b\x5b\x7f\xad\x80\xc2\x45\xfd\x92\xd9\x6a\x96\x95\x11\xc8\x56\x7c\x66\x78\x1f\x57\x0d\xa9\xf3\xcb\x81\xfd\x7a\xbf\xf2\x96\xf9\xfa\xd5\xb7\x60\x0a\x32\x6a\xcd\xc2\xf1\x95\x6d\x6a\x4f\x78\xe2\xd7\x7b\x29\x7f\xe9\xbd\xc4\x79\x55\x70\xdb\x8c\x94\xa5\xe0\xb6\x49\x52\xa4\xcb\xc1\x6d\x83\xe4\x17\x06\xbb\x2b\x8d\x87\xc6\xd7\xb2\x13\xa9\x60\x40\xbb\xab\xe9\xd1\xb2\x13\xf6\x18\xa3\xdd\x4d\xec\x08\x97\x6c\x5c\x15\x4f\xd3\xeb\xcb\x56\x42\x06\xfe\x01\x71\xbe\xa1\x9e\xf1\x10\x5b\x60\x5c\xba\x95\xcb\xdb\xb8\x74\x63\xcd\x7c\x68\xfc\x13\x28\xb9\x82\x65\x38\xbf\xed\xc4\xca\xa1\x94\x27\x86\x73\xf7\xdb\x9c\xed\x02\x29\x59\x8a\x6b\x48\xd9\xf2\x26\x91\x07\xd7\x4f\xcb\x11\xfb\x80\x4d\x60\xab\x85\x7a\xe6\x91\xf8\xb9\x4b\x66\xad\x99\xa7\x9d\xac\x5a\x25\xf6\x01\x59\xb5\x26\x86\x34\xc3\xd9\x4d\x2c\x2e\x97\x8c\x5a\x93\xd8\xe5\x4b\x46\xad\x72\x22\x39\x2a\x9a\xad\x6e\x0e\xbd\xcc\x58\x93\x28\x9c\xeb\x77\xbb\x3f\x4f\xb7\x42\xd4\xd6\xc9\xeb\x44\x21\x6a\x93\x88\x8c\xeb\x4f\xd7\xec\x46\x1c\xfa\x33\xd7\xdf\x0c\x5b\xc8\x73\x8d\x84\x36\xd7\x1f\x19\x0f\x26\xd4\x72\xd5\x13\x72\xcb\x70\x95\xaa\xce\x30\xcf\x70\x84\x59\xb7\x23\x57\x0a\xb3\x6e\xd6\x0c\x67\x7b\x38\x0c\xd5\x5a\xdd\x9d\x4e\x94\x80\x94\xd0\x62\x20\xe3\x30\xb0\x1b\x32\x6e\xd6\xb7\xa6\xd6\x82\xe5\xfe\x33\x96\x26\x8c\xf5\xcf\xae\x4f\xec\x70\xd9\xb4\x56\xe3\xd6\xfd\xf3\xec\xa3\x43\x95\xa1\xaa\x90\xd3\xe0\xfa\x33\x4a\x7c\xda\x34\x97\xc5\xf1\xd0\xe0\x72\x7b\x22\xc8\xca\x54\x55\xf0\x3d\xba\x94\x68\x6f\x56\x4e\x86\x13\xed\xbd\xef\x28\x59\xa3\x66\x4c\x33\x0e\x6d\x1b\x4e\x79\x3f\x6f\x99\xa3\xf6\xf4\xc2\x19\x40\xee\x24\xdd\xc7\xad\x5c\x7a\x13\x43\x8d\x01\xe4\x26\x06\x1f\x03\xc8\xad\x62\x29\x07\x00\xb9\x08\xeb\x06\x90\x9b\x48\xd9\xc6\x7a\x9b\x24\xf7\xba\x65\x29\xda\xd8\x7b\x0c\xee\x36\x31\xe9\x00\xee\x36\xb6\x0f\x98\xc1\xdd\x16\x6e\xee\x06\x77\x7b\x0a\x19\xc0\xe5\xe9\x58\x50\xee\x23\x55\xed\x26\x45\xff\xcc\x78\x6a\x7a\x6b\xd0\xa3\xf7\x6d\xa5\x43\x83\x90\x1e\xa1\xa4\x74\xc9\x0f\x3b\xeb\x1a\x3f\x2c\x03\xcf\x34\x8a\xf1\x34\x64\xda\x44\x00\x37\x64\xda\x39\x8c\x6b\xfb\x90\x55\x89\xf5\xfe\xad\xa7\xbe\x4f\xa7\x4d\x2e\x69\x47\x8f\xba\x05\xa5\x0c\x32\x18\xa3\x0c\x61\xb6\xb1\xf6\x18\xc2\x6c\x95\x1e\x4a\xae\xe2\x93\x9a\x72\x9f\x73\xda\xf2\x69\x08\xb3\x8d\xd1\xec\x96\x59\xe6\x8c\x2b\xf3\x2d\xbb\xcc\x2a\x6f\xd5\xaf\x0b\xd3\x8e\x66\xc3\x57\x81\xf1\xcd\xb6\x73\x5a\x4f\xe3\x9b\x15\x82\x2a\x0c\x6f\xd6\x78\xc6\xdd\xa7\x15\x49\xcc\xf7\xe9\x8d\x3a\x53\xd3\x49\xf4\xdd\xbd\xad\x34\x48\xd5\x77\xf1\x31\xb5\xc8\x75\xcb\xf8\x52\xba\x19\xe8\xad\x14\x74\x15\xcf\xd6\xbb\xd8\x2f\x0a\x87\xcd\xbb\xf8\x35\xe4\x23\x75\xcb\x14\xd3\xd0\xc6\xdd\xc5\xec\x74\xd2\xa1\x8f\xb0\x45\xc5\x5b\x41\x65\x93\x97\x92\x21\xc2\x2a\x19\x16\x8c\x02\x36\xc9\x79\x67\x10\xb0\x73\x1a\xdb\x64\x1a\x05\xac\xd5\x8c\xdb\xb6\xef\x34\x13\x45\x0d\x94\x6c\x86\xa1\x7c\xda\x07\x83\xb9\xdd\xc5\x84\xaa\x72\x26\x09\xa5\xbb\x6d\xe5\x3b\x3d\x0d\x06\xfd\x59\x8a\xc6\x9b\xef\xb6\xc1\x62\xe6\xd0\x54\xef\x4c\x56\xa6\xfa\x36\xb3\xa0\x76\x57\x2b\xd1\x0e\x4b\x26\x77\x95\x9c\x94\x4e\x94\x84\x6e\xe2\xdc\x64\x54\xae\xa7\x6a\x48\x43\x94\x15\x28\xef\xa2\x34\x2b\x21\x86\xf7\x8f\xe1\xb5\x2a\x71\xdc\x86\xd7\x9a\xd5\x42\xdc\xed\x7c\x75\x13\x9b\xf6\x2d\x63\xc7\x79\xbe\xcd\x08\xdd\x6b\xa6\xea\x57\xfb\x3d\x8d\x2a\x87\x0e\xa7\xcf\xd9\xeb\x8c\xf9\x3a\x0d\xc4\x55\xb2\x6f\xaa\x5d\xcf\x38\xfb\xd5\xb7\xe2\xa2\x95\xcb\x91\x19\xf4\xee\x34\x9a\x99\x0c\x45\x6e\x4f\x02\xe9\x8d\x8b\xb5\xb1\x9f\x1a\x16\xeb\x29\x64\x8e\x95\x6b\x89\x7b\x11\x58\xac\xc4\xb1\x18\x17\x6b\x63\xc1\xbd\x1d\x0d\x37\xc9\x88\x70\x57\x73\x9f\x9d\x76\x9e\x93\x6a\x78\xa7\x69\xcc\xac\x33\x5e\x93\x80\x66\x2d\x76\x6e\x75\xb2\xce\x9a\x56\xff\x5c\xd5\xc3\x93\xf5\x65\xa1\xff\x36\x2e\xd6\x53\x38\x20\x8b\x3a\x49\x55\xff\x09\xf3\xda\x9c\x68\x81\xdd\x22\x43\xcd\x22\xae\xe6\x6e\x7a\x90\xe1\x27\x79\x2b\x63\xde\xe2\xb1\x7a\x2b\x63\x5e\xe5\x05\x6c\x7c\xad\x45\x98\xbb\xf1\xb5\x9e\x2e\xd2\x8c\x83\x9c\xf8\xd0\xa8\xcb\x19\xaa\x10\xc0\xf1\xd3\xb9\x9b\x11\xcf\x39\x81\xca\xad\xb7\xc3\xe2\x9a\x8f\x3c\x09\x2a\x0d\xc5\xb5\x1a\x27\x89\xc0\x3d\x12\x5c\x19\x8a\x6b\xad\xfc\xb1\x6c\x68\xe8\x91\x0c\xc5\x35\xc9\xb2\x7a\x2b\x70\x6f\x97\xff\xe0\xa5\x77\x37\x41\x6c\x60\x8d\xb8\x95\xa3\x6f\xee\x8c\x46\x8e\x32\x39\xd7\xc2\xe5\x2a\xef\x84\x2b\x56\x07\xdb\xf3\xad\xf0\xbb\xd2\x33\x53\xf2\x50\x26\xe1\x8b\x71\xb9\x36\x09\xdb\x8c\xcb\xb5\x71\x3d\x32\x2e\xd7\x6a\x59\x27\xa5\x5c\x21\x89\x90\xa1\xb7\x76\x49\x0f\x7a\x61\x4d\x3c\x18\x0d\xbd\xb5\x0b\xac\x4a\xb6\xa8\x8d\x23\x92\xd1\xb5\x76\x6e\xf4\xce\xb6\x41\x4c\x10\xba\xd6\x22\x52\xd4\xe0\x5a\x4f\x61\xea\x2a\x51\xb3\x65\x11\x83\x6b\x3d\x85\x69\x56\x8f\x31\x6e\x66\x45\xd1\x6d\x72\xfb\x19\xf9\xea\x9c\x27\xe3\x11\xf4\xd5\xca\x66\x94\x35\x6a\xa3\x8c\x36\x0e\xd5\xca\xc1\x91\xc5\x69\x21\xcf\xdf\x32\x38\x2d\xfc\xab\x0c\x3c\x35\x49\x44\x77\xcb\xc2\x74\x4e\xfc\x10\x6f\x99\x98\x16\xef\x3d\x23\x4f\x35\x42\x50\xee\x6e\x9f\xf0\x19\x4a\x39\xc3\x4a\x28\x6d\x4d\x38\x77\xb7\x02\x24\x7f\xf8\x1c\xea\x19\xa9\x41\xd6\xa7\x73\x12\xe5\x6f\x58\xaa\x85\x21\xfc\x1e\xe6\xce\x84\xd9\xdf\x32\x38\x4d\x4c\xc6\x46\xa9\x7a\x0a\x0b\xa4\xbb\xac\x50\x3a\x7e\x23\x65\xfe\xab\x9d\x66\x97\x0a\x1b\x94\xf3\x23\x4f\x28\x41\x83\xc0\x2a\x14\x1d\xb7\x48\x25\x61\x78\xa9\x45\x32\x28\xa3\x4b\x9d\x93\x64\xc5\x86\x97\xda\xc4\x7f\x1a\x34\x6a\x2e\xa6\x43\xb1\x69\x1b\x25\x8b\x61\xa1\x26\xbe\x07\x86\x77\x5a\x23\x7f\xac\xac\x80\x65\xa6\x4c\x29\xe3\xd8\x29\xb2\x6a\x4d\x54\xb3\x86\x7e\x3a\x67\x49\x17\xe2\xc7\xa8\x2a\x6e\x5b\xb5\x70\x36\x37\x2e\xd4\xc2\x1a\x75\xcb\xa8\x35\xf1\x12\xbe\x95\x4e\x70\x85\x8f\x2b\xfe\x6c\xa1\x7f\xb9\x87\x39\xec\x4c\x0f\x3a\x29\xdc\xa3\x32\x78\x2d\x23\x46\x3e\xd4\xc7\x83\x49\xe1\x57\xbc\x28\x94\x37\x31\x7f\x68\x58\x04\x8e\xad\xe2\xcf\x36\xba\x29\x03\x4a\x6d\x14\x4e\xb7\x2c\x53\xeb\x3c\x53\x76\xab\xa6\x87\x26\xdb\xd3\x42\x4b\x71\x3b\xeb\x20\x9a\xff\xdb\x41\x65\xb3\xb4\x90\xee\x62\x41\xb9\x8b\x34\x23\x20\x00\x16\x46\x71\x63\xfb\x7f\x8d\x5a\x9f\x1f\x4a\x86\xf7\x1d\xca\x93\x9f\x42\xbd\xf4\xf1\x34\x30\x9e\xd4\x46\xbf\x73\x2b\xa6\xec\xa9\x4a\x8f\xf2\x0a\x9f\xe9\x5f\x26\x4d\xf4\x44\xf7\xf4\xe1\x0b\xd7\x76\xe0\x18\x8e\xc6\xb7\x2c\x5a\x8b\xb0\x26\xc3\x4b\xad\xbc\x35\xa6\xf1\x6c\x36\xbf\x28\xb3\xd4\x2c\x08\x78\xd3\x9c\xf1\xbf\x08\xd4\xd3\x6c\x13\x61\xc8\xd0\x53\x33\xec\xcf\x39\x12\x0b\x6f\x8f\xe9\x7b\x3b\xfc\xcf\xd8\x53\xe8\xe6\x0c\x2f\xb5\xd1\xa2\x19\x5e\xea\x9c\xe1\x62\xb2\x8c\xed\xb0\xbf\xa5\xb3\x88\x31\xf8\x5e\x8a\xf3\x41\x6b\x65\x7c\xa9\x8d\x76\xc3\xf8\x52\x1b\x85\x9f\x51\xa2\x76\xfe\x51\x28\x51\x1b\x65\xd3\xed\x98\x2f\xec\x42\xb7\xb3\x29\xce\xb7\x51\xf3\x49\xb6\xb8\x03\xc2\x50\xee\xdc\xb2\x68\x6d\xa2\x22\x0c\xf6\xb4\x70\x82\xbe\x1d\xbb\x85\x6a\xd4\x98\x4d\x13\x6f\x4a\x63\x36\x9d\x51\x98\x18\xb4\x69\xa3\x5e\x33\x68\xd3\x8a\x2c\x2e\xdb\xd7\xca\x4b\x60\x79\xc2\xf3\x1d\x13\x8e\x80\xa3\x68\xad\x8d\xbe\xe4\x56\xb4\xd6\x46\x29\x74\x2f\xe4\x24\x46\x63\x50\x12\xb6\xb1\xad\x64\x51\xa6\x18\xde\x69\x97\xcc\xb7\x17\x83\x58\xdc\x5b\x56\xb2\x89\xb7\xc3\xed\x4c\x8c\xb3\xc2\x62\x64\x26\x5b\x2b\xff\x61\x24\xa8\x96\xaa\xd6\x46\xf3\x12\xde\xe6\xd4\x68\x42\x6e\x22\xbd\xce\x50\x1e\xfa\x82\xd2\x56\xb1\xe6\xeb\x56\x9a\xc6\xd9\xd2\x8c\x12\xdd\x66\x70\xdb\x07\x19\x5f\xcc\x5b\xb1\x5d\x0b\x85\x9e\x31\xa4\x16\x79\x09\xef\xed\xcc\x11\x47\x28\x59\x38\xb8\xc5\x65\x52\xdb\xa8\x66\x6f\x9b\xd4\x48\xcc\x77\xcb\xa4\xb6\x88\x95\xbc\xb1\xa8\x71\x72\xb7\x57\x95\x08\xf3\x7b\x8b\x19\x63\x52\x31\xa0\xd4\xce\x4c\x29\x76\x6a\xa3\x69\xba\x65\x8a\xdb\xef\x5c\x48\xfa\x88\x80\xab\x24\x89\x0b\x17\xa5\x5b\xf1\x51\x8b\xd0\xad\xdb\xf1\x51\x79\x33\x3a\x40\xea\x9d\x60\xe6\x9b\xe9\x77\x84\x14\x86\x8a\xfb\xf2\x85\xc6\xbe\x09\xf4\x14\xd2\xcf\xe5\x53\xc4\xed\x4b\xd8\x13\xa9\xb3\x6e\xe5\x50\x5c\x98\x3e\x6f\xd9\xd7\x36\xfa\xc3\xdb\x29\x14\x67\xed\xe9\x52\xa1\x6c\xec\x06\x85\x41\x2d\x5c\x0a\xee\x4b\x3c\x76\xbd\x54\xf7\x87\x8c\x47\x00\x57\x24\x87\x02\xe0\x6a\xe2\xe0\x63\x80\xab\x8d\xe6\xed\xbe\x74\x72\xf1\x9f\x33\xdc\xd5\xca\xed\xef\xc4\x8c\x47\x7e\x52\xef\x96\x1c\xe3\x4b\xde\x7d\x44\x2f\x18\xed\xea\xdc\x19\xb7\x1c\x0c\x4e\xf6\x94\xc2\xb0\x6a\xf8\xf8\xe5\x74\x40\xac\xa2\x4c\x71\x0d\xd3\x90\xb1\xae\x0a\xae\xbf\xc6\xba\x2a\x79\x5e\xc8\xda\x56\x23\xa5\x3a\x11\x24\xb9\x0e\x6e\x19\xdb\x06\x79\x6d\x6f\x27\x82\x9c\x75\x84\x94\x41\x95\x7b\xe3\x72\xba\x9f\xfc\xbc\x71\x00\x8f\xff\x20\x4f\x2b\x44\xec\x9c\x59\x53\xbd\x7e\x57\x66\x54\x1e\x82\x13\xcf\x52\x03\x68\xb5\xf1\x52\x86\xd9\xe6\xa7\xec\xc0\x8d\x98\xaa\x60\xb2\x16\x46\xa5\x60\xb2\x8a\x7d\xc9\xd8\x5a\x27\x19\x05\x0d\x9f\x55\x50\x4a\xde\x97\x93\x4b\x1c\xa9\xf9\xa7\x58\x22\xf7\x77\x3b\x31\x0e\x43\xbb\x0d\x2d\xc9\x44\xc9\x66\x58\xa3\x79\x90\xcd\xb0\x2e\x2e\xc6\xdb\xc1\xe6\x25\xad\x68\x64\x08\x6c\xb7\x13\x73\x21\xdb\xca\x62\x78\x1e\x6f\x7f\xf6\x73\x48\x9b\x8f\xc0\x8a\x4b\x86\xa1\xb3\x4a\x04\x01\x05\x9d\x8d\x33\x65\xf6\x5d\xe5\x76\xbd\x8d\x5c\xcc\xdd\xa6\xa0\xb3\x12\xd9\x46\x31\x67\x23\x8f\x47\xc5\x9c\xd5\xc2\xbc\x24\xe4\x2c\xbf\x24\xe7\xb1\x3c\x25\x1d\x73\x46\xb8\xe7\x7d\x5b\x57\x3a\x53\x53\x79\xaa\x5b\x1a\x55\x8a\xa4\x33\xdd\xeb\x65\x7f\x64\x68\xf2\x64\x7f\x5b\x91\x6e\xe3\x08\xf5\x27\xd3\x09\xbf\xa4\x60\xf6\x9a\xa1\x39\xd8\x34\x63\xb9\xbc\x47\xe0\x9e\x36\x7b\x76\xb6\x93\xcc\x9e\x15\xef\x63\x43\x6c\x95\x77\xb6\x9d\x14\xab\xe4\x3b\xe5\xac\xe7\xf6\x90\x81\xb4\x11\x69\x7e\xdf\x72\xb2\x21\x18\xcf\xe8\x5b\x4f\x87\x21\xbf\xaa\xca\x87\x12\x58\xde\x45\x73\xc4\x01\x12\xa9\x02\xd5\xea\xcc\x77\xca\x45\x4c\x8a\xdf\x5b\x86\xd5\xc4\xdb\x19\x99\xeb\xc4\x37\xc7\xc8\x5c\x67\xf8\xb3\x8c\xae\xe7\xab\x1e\xbb\x8d\x1e\x91\xfd\x64\x10\xed\xb7\x7b\xed\x66\x18\xf4\x6d\x9b\x37\x7f\xf8\x71\x58\x14\x0f\x10\x85\xb0\x15\xc0\x14\x6e\x19\x64\xcb\xe4\x9a\x95\x3d\xb6\x90\x61\xd6\x18\x5e\x05\xfb\xfb\xed\xf0\xb6\x57\x91\xe6\x20\x35\x42\x0a\xef\x8f\xb3\xf3\xf4\x34\xaa\xe4\x20\x48\x47\xb6\xc0\xbe\xfa\x38\xe5\xee\x3c\x71\x21\x36\xfa\xd7\xd9\x98\x28\x59\x60\x0b\x8e\x32\xb7\x53\x77\x1e\x9c\xe5\x8f\xb7\x65\xc6\x2d\x8d\x5f\x6d\x69\x53\x67\x0b\x99\xc7\xb6\x5a\xbc\xc4\xef\x8f\xb7\xe5\x5b\x53\x49\xce\xd8\x88\x1f\x07\x41\xe7\x97\xb6\x99\x5e\xa6\xcd\x89\x04\xd9\xdd\x1f\xfb\x09\x9d\xa1\x14\x4f\xca\x53\xc1\x89\x3c\x3b\xcf\x36\xe7\xe3\x8c\xb6\x59\x19\x38\x0b\xa9\xc2\x6e\xc7\xc4\x9d\xa9\xa9\xec\x2b\xe5\xa5\x7c\xc5\x64\xbe\x2d\x0f\xb5\x50\x6c\x05\x26\x43\x7e\xaa\x79\xc4\x29\xb6\x6d\xe6\x11\xf9\xf5\xbb\x3d\x0a\x40\x59\x34\xf7\xd8\xff\x36\x21\x1a\xfc\xeb\x9c\x75\xa7\xd9\x9f\xe4\x8a\x50\xbe\xca\xb9\xe7\x65\x0c\x3d\xf1\x30\x32\x50\x58\x25\x2c\xd0\x40\x61\x8d\x50\xb0\xdb\xf6\xce\xdc\x5d\x5f\x98\xcd\x4b\x2a\x5b\xe4\xdb\xa8\xf3\xf6\x30\x72\x33\x1b\x5c\xea\xef\x2f\x29\x12\x0e\x28\x05\x9f\x70\x93\xca\x68\x79\xbe\xaf\xcc\xaf\xdd\xe6\x91\x96\x64\xb4\x8c\xa2\x9e\x00\x3a\xce\xa2\xb2\x7e\xb6\x6c\xbf\xaf\xf3\x90\xc3\x89\xbe\x4e\xfb\xdf\xd2\x88\x7e\x9f\xb4\xd9\xc6\x09\x9b\x1b\x3e\xfc\x75\x08\xeb\x4e\x99\x62\xa8\xb2\x1c\x16\x8f\x5b\xd6\xca\xfe\xc6\xc8\x23\x32\x76\x4e\xfc\xfb\x0d\x13\xf6\x54\xe5\xff\xed\x18\x9f\x81\xeb\x84\xe7\xa4\xda\x9e\x39\x09\xd2\x34\x14\xd8\x43\x9e\x90\x1e\x4f\x85\x52\x2e\xd1\x9d\xaa\x43\x4e\xdc\x13\x6a\xfa\xc3\x0e\xe9\x60\xbc\x05\xb5\x5d\x38\x20\x15\x1b\x54\xd2\xea\xed\xc2\x34\xa4\xec\x7d\x68\x80\x6c\x26\x9d\xa4\x56\x03\x2a\x2c\xda\x62\xdb\x49\x71\xb3\xb9\x7f\xca\xb2\x83\x7b\xd0\x8d\xf1\x13\x1e\xa7\x68\xc0\x46\xfa\x8e\xfb\x67\x33\x12\x32\xc9\x8f\x25\x87\x21\xc8\x4e\x5a\x31\x0d\x1a\x55\xac\xc6\xaa\xa3\x48\xc1\x4d\xbc\xd1\xed\x48\xc1\x49\x48\x83\x21\xc7\x5e\xb9\xc3\x91\x82\x93\x78\x17\x43\x8e\xad\x99\xd9\xb1\xbe\x18\x9f\x1c\xa3\x8c\xbd\xd7\xa6\x8c\xa3\x8d\x88\x47\xe3\x8a\x9d\xd9\xc9\x3f\xa3\xb8\xb1\x91\x15\xe2\xd7\x30\xf7\xde\x0e\xf1\x9b\x24\xb6\xbe\x1d\xe2\x17\x3d\xf7\x1f\xeb\x3a\x42\x1a\xe2\xbb\x42\x29\xe7\x15\xbb\xfc\xcf\xe9\x4c\x98\xb9\x3f\x56\x07\xb1\xe1\xcf\x30\xe6\x67\x3e\xf4\xea\x30\x72\x25\x02\x9d\xe4\x92\x36\x5e\xd9\x22\x7b\xf6\xfd\xe7\xc7\x0c\xee\x4b\xf7\x9f\x00\x26\x36\xf3\x21\x30\xb3\x97\x5d\x08\xcc\xac\x86\x5f\xfe\x81\x5d\x4d\xa3\x5a\xac\xdc\x8e\xb2\xa3\xce\xca\x56\x56\x1c\xe1\xcb\x57\xfe\x6c\xe3\xe3\xc1\x28\xab\xea\xcb\x2c\x64\x47\x7d\xf9\xc1\x1f\x27\x32\xe3\x76\x8a\xc4\x14\x4a\x7d\x80\xa0\xf0\x87\xdc\x99\x81\x4a\x95\x44\x70\xe0\xfd\x67\xc5\x2a\x22\xc6\x9f\x1f\x9a\xed\x2d\x74\xb8\x71\xda\xf1\x2c\x3e\xcd\xac\x25\xa3\x6a\xb3\xee\xf4\xa1\x4e\x01\xf1\x1c\x50\xc5\x18\xc7\xa9\x2a\xef\x2d\x31\xef\x87\x52\x62\x3d\x4d\xc6\x32\x08\x5a\xb3\x9a\x77\x19\x04\x6d\x3c\x27\xee\x1f\xdc\x7a\x19\x04\x6d\x5a\x8e\x78\xa8\x8f\x13\x99\x41\x19\x8d\x80\x46\xe5\xb8\x62\x6f\xf1\x65\x44\xb4\x67\x6c\x1b\xd2\x79\x1b\x3a\x94\xd6\xdb\x59\xce\x1f\xd2\x79\x1b\xf8\x47\xbf\x90\x16\x3f\x25\x8b\xaf\xe5\xbd\x87\x9a\xc2\xfe\x4f\x33\xba\x9e\x47\x5a\xd9\xd2\x9d\x40\x38\xde\x74\x99\x92\x0e\xca\xda\xb2\x87\xf2\xd0\xd2\x9f\xd4\x91\x16\xdb\x96\x01\xd1\xa6\x9d\x61\x1f\x6a\x8b\xe2\x9f\xf4\xce\x71\x9e\x86\x87\x72\x92\x8c\xb7\x55\xdd\x80\x6f\xe1\xd7\xe6\xfe\xb4\xea\x04\x0f\xb4\x2a\x0d\xa4\xa5\x9a\x65\x5c\xb5\xa7\x2a\x2b\x95\xc4\x6a\x50\xe6\x62\x19\x81\x7c\x5a\x9c\x0c\xe1\xa1\x94\xa1\xb3\x31\x00\xa5\x52\xb7\xee\xe0\xa1\x9e\x73\xf2\x0e\x4e\x3b\xcc\xba\xb4\x87\xfa\xb8\xd1\x54\x15\x72\xe6\x99\xc2\x9f\x0b\xd3\x87\xf6\xff\x72\x55\xd9\xa3\x8b\xb3\xea\x2d\x43\xb9\x4d\x73\xe3\x87\xd2\x4a\xd5\x03\x4a\x41\x4b\x33\x35\x15\xb4\x47\x9b\xb2\x4d\xb7\x74\x2f\xdb\xf4\x74\x4e\x8b\xb5\x4e\x6f\x94\x5a\xa0\xbc\x51\x1a\x8d\x2a\xa7\x85\x23\x73\x97\x71\xdd\x9e\xc2\x7c\x39\xa4\xbc\xa0\x0f\x3f\xa5\x7b\x4b\x43\x8a\x07\x79\x3b\xb1\x33\x46\x63\x74\x4e\xc1\x76\x36\x28\xa5\xef\x3d\xa8\xea\x1d\x50\xa9\x29\x1b\xac\x43\x3c\x97\xd1\xdb\x56\x61\x37\x2a\x7b\xea\x5c\x19\xaa\xd7\xb8\xd2\x26\x20\xba\xa9\xa9\xfc\xac\x25\x14\x17\x15\x1d\x4a\x97\x35\x06\xbf\x21\xf3\x40\x65\x89\x15\xb5\xb8\x56\xfe\xc9\x17\x79\xcf\x68\xa4\xcb\xb2\xae\x7e\x19\xf6\x6d\xf5\x91\x0f\x65\x71\x6f\x69\x54\x11\x2f\xcb\xfb\x0f\xd4\x37\xc6\xa6\x6c\xad\x35\x73\x5a\xf4\x28\x3d\xd9\x53\x42\x84\x5b\x9d\xb9\x28\x7a\x94\xe6\x0c\x2b\x68\xb2\xb5\x99\x32\x86\xb6\x20\x1f\xd1\xb5\x8c\x34\x7a\xb9\x70\x43\xda\xaa\x9f\xd1\x08\xf9\x29\x1f\x2a\xfc\xc8\x7e\xa5\xcb\x00\x71\xd5\xba\xcb\x87\xf2\x0a\xcf\x54\xd5\x3b\x18\xee\x57\x58\xe1\x49\x1f\x20\x8e\x14\x28\x5f\x5b\xa9\xfa\x51\x1f\x29\xb3\x74\x9a\x32\x1f\x06\x58\x9c\x2c\xf9\xc4\x4d\xad\xe5\x28\xca\xc2\x36\x2e\x76\xa1\xe2\x50\xcb\xca\xdf\x6c\xf2\x79\x28\x6f\xe3\x95\x0f\x9b\xdd\x23\xa1\x1c\x38\xcd\x48\xf5\x6c\xf4\xab\xe6\xa1\x1c\xb5\x3e\xff\xcd\xa8\x8d\x82\xd7\xcf\x7c\xe8\x23\x9e\x55\x95\xde\x25\xdc\xa0\x98\x1b\x35\x88\x3f\xa1\xdf\x33\x6e\xeb\xc7\x7b\xf6\x86\x44\xce\x0e\xf7\x95\x5f\x41\xab\xf9\xa9\x9b\x9f\x4a\xe1\x73\xdf\x84\xe1\x19\x13\xcf\x61\xfb\x0b\xdc\xbb\xc1\x71\x73\xb8\xe5\xb4\x9b\xef\x32\xee\xdd\xe8\x9c\x3e\x45\x54\x8e\xf0\xe6\xe2\x80\xb7\xc9\x5f\x28\xcf\x7f\x87\xc5\xca\x3d\xa1\x35\x76\xbf\x31\xf1\x36\x1c\x56\x98\x78\x23\x1c\xc6\x98\x78\x93\xab\xb0\x2e\x0f\x74\x41\x99\x89\xec\x14\x0a\xde\xfb\xcc\x87\x1f\xe1\x7f\xa4\x0b\x0d\x0d\x06\x57\x1d\xdf\x3b\x19\x8c\xbc\xe8\x37\x87\x4f\xbe\x09\xa3\xc3\x6d\xf0\x4d\x18\x47\xaa\x6e\xf5\xbf\xa1\x74\xa7\xbc\xcd\x68\x11\x4b\xa8\x8f\x5e\xfb\x69\xd4\xdd\x33\x50\xed\xcc\x23\x83\xd1\xe6\xdb\x9c\x28\xa5\xe6\x6d\x33\x3f\x21\xc9\xe7\x64\xd3\x1a\x74\x6f\x8e\x97\x54\x87\xb0\x29\x47\x77\x1e\x1c\x93\xea\x4d\x53\xd3\xcc\xcf\x1f\xa6\x50\x1e\xfe\x2c\x70\x35\x5e\x1c\xeb\x54\xbd\x6b\x6a\x28\xad\x05\x7c\x11\x87\x87\x4c\x94\x37\x4d\xe5\x7f\x6d\x37\x19\x1c\x77\xf9\x3b\x94\x33\xbf\xef\x87\xeb\x60\x9f\xc8\xdf\xa1\x1d\x47\xaa\x3a\xa5\xe6\x99\x2e\xaf\x67\x83\x33\x52\x6f\xb7\x71\xa6\x13\x6d\xb7\x96\x81\x0b\x9d\x13\x36\x21\x8f\x86\x96\x9b\xd8\x4e\x0b\x8e\xda\x7b\xa8\x21\x7f\xb6\xd4\x54\x52\x1e\xa6\x58\x4e\x0b\xe5\x60\x43\x2b\x6b\x70\xcb\xb2\xc9\x2f\xa1\x1e\x1c\x76\x25\x0d\x2e\xb6\x86\x3d\x94\xa7\x86\xfe\xa4\x4b\xdb\x9c\x20\xf9\x2c\xb4\x35\x53\xe6\xa9\x29\x69\x54\xee\xbc\xad\x41\x79\x6a\xd8\xd2\x06\x04\xec\x2d\x94\xa7\x86\xfd\x26\xa7\x85\xe2\x0c\x9f\x0f\x75\x0b\xa5\xa9\x43\xfd\xf4\xa1\x27\xca\xb9\x7f\x73\xd9\x36\xcb\xc1\xcc\x77\x33\x9b\x18\x29\x94\x76\x76\xb2\x34\x8d\x05\xa7\x43\x29\xa2\x7a\xa3\x0b\x56\x11\x1e\xde\x0c\xf8\xd2\xe9\x51\x42\xf2\x2a\xa9\xaa\x34\x60\x47\x9a\x71\xe4\x11\x55\xe5\x0a\x50\xed\xee\xf5\x50\x6e\x75\x54\x48\x4d\x40\x3f\xa0\x3c\x01\x23\x75\x15\xc4\xd3\x37\x94\x42\xd1\x5e\x4a\xbf\xcc\xe0\x9c\xb5\x77\x46\x6a\x93\xbf\xc1\x8a\x40\x8d\xbf\x41\xe4\xbd\x6e\xf5\xd3\xf1\x1f\x24\xea\x6e\xc9\xf8\x60\x38\x72\x1a\x9d\xb9\xb6\x1d\x6f\xdb\xe1\x38\x4a\x06\x5c\x23\xee\x75\xe9\x53\x67\x0b\xa5\x17\x36\x67\xc5\x51\xb4\xc6\x63\x7e\x28\x05\x1f\x9f\xa1\x14\x36\xbb\x42\x59\xa2\x60\x72\x14\x29\x1a\x11\xa2\xfb\x5d\x3a\xb8\x52\x85\x5e\x38\x7a\x0f\x75\xb9\x90\xb9\x92\x6d\x7e\x65\x05\x7c\xdf\x8c\x95\x66\xc5\x3a\xb8\xf0\xbb\x13\x31\xac\x54\xf5\xcc\x71\x22\xba\x59\x07\x6c\xad\x9b\x75\x64\x95\xcd\x1e\x7a\xca\x64\xf3\xdd\xf4\xef\x23\x7f\xa6\xe6\xa5\x87\x39\xdd\xcb\x51\x70\x21\x0a\x76\x6d\xa4\x1c\x00\xe5\x14\xae\x76\x7e\x5c\xcb\x5e\x14\x07\x6c\x6c\xd8\x53\x65\x30\x55\xc3\xb7\x08\x4b\x3c\xbc\xab\x46\x3e\xf4\xae\xe2\xde\x50\x14\xef\x79\xb6\x14\xea\x17\x3b\x94\xf7\xc6\xe0\xcc\x29\xe3\xf0\xe8\x2c\xb8\x73\x03\x9f\xec\x72\x52\x03\xbf\xa3\x93\x9b\xf0\x86\x1f\x0f\x67\x67\x3d\xd2\xcc\x47\x71\xf9\xf4\xef\x68\x2c\x96\x4a\xa9\x81\xd7\x89\x08\x2b\x0f\x8b\x11\x71\x4b\x1e\x16\x23\xf7\xd6\xb0\x59\x7d\xc2\xd5\x05\xc3\x58\x9c\x80\xf5\xa1\xb6\xb6\x4a\xa8\x4b\x1f\x7a\x8a\x87\x35\xd1\xdc\x54\xf2\x7f\xe8\x03\x39\x51\xfe\x0f\xa3\xcf\x06\xa5\xad\x31\x4b\x0a\xe5\xff\xc0\x9a\xda\xff\xa1\x9d\x69\x46\xfe\x0f\x3c\xe8\x14\xef\x5b\x27\x37\x95\x42\x7a\x47\xe7\x8a\x71\x48\x6f\x38\xae\x22\x7a\x5b\xe9\xa1\xf4\x2c\xda\xa9\x69\xd4\xd1\x0a\xe5\x9f\x08\xa5\xab\x61\xd6\x7c\xa8\xe3\x3f\xd3\xa1\xdc\xcb\x78\x50\x4e\x1b\xfc\x66\xcd\x97\xca\x7c\x80\xb4\x65\x57\x89\x93\x39\x9d\x2c\x22\xcb\xa6\x1c\xbb\xbb\xc1\x1c\xc1\x6b\x64\xa6\xe4\x1c\xb1\x36\xb3\x28\xff\x87\xb3\xc0\x38\x8d\xd0\xd8\x78\xdc\xcb\xe1\x61\x95\x9a\x9a\xee\x22\x7f\x6c\x95\x62\x4f\xa3\xfe\x2b\xa6\x78\xda\x0f\xbf\xa6\xf0\x2b\xdd\x3f\x93\x03\x70\x4f\x28\x65\x8c\x42\xbb\xa0\xb8\xdc\x92\xf7\xa4\xb1\x1d\xe7\x84\x8b\x4e\x3b\x82\x67\x36\xcc\x9c\x27\x67\x63\xa1\xb3\xa8\x50\xd5\x85\x03\x52\xce\xfe\x35\x94\xd2\x4f\x73\x34\x14\xb4\xdb\x0a\xab\xba\x1e\xae\xbe\xe6\x48\x33\x4b\xae\x48\xe9\xc2\x69\x8c\x37\x94\xbc\x61\xf8\xc5\xc5\xaa\x72\xc2\x9c\x49\xb7\xa4\x7b\x73\xdf\xff\x00\xc7\xf5\xd4\x95\x8a\x95\x79\x5c\x7e\x8b\x4e\xb6\x87\x22\x83\xeb\x78\x0b\x6f\x01\x19\xa5\x13\xe7\xf3\xca\x00\x3c\x75\x70\x55\xb9\x55\xd4\x55\xd3\x8c\x64\x5a\x4e\x95\xe3\x84\xe7\x84\xc7\x2e\x3b\x99\x72\xcd\x2f\x16\x7d\x85\x34\xb6\x30\xad\x3a\xf6\x82\x95\xb4\xd3\xc5\x81\xc4\xe9\x24\xb8\x95\xfd\xb8\x2c\xc8\xcd\x95\xaa\x52\x05\x66\xb1\x94\x7a\xe5\xcc\x9c\x4b\x15\x79\xc2\xd4\x1d\x8c\x3c\x27\x6f\x83\xe5\x24\xef\x33\x55\x2d\x91\x84\x9a\xc2\x2e\xca\x87\xfe\x8d\x7c\x27\x0f\x64\xd8\x01\x3e\x17\x51\x30\xd8\xe7\xa2\xb6\x50\xda\x65\x3d\xcd\x78\x97\xb1\x3f\xb7\x37\x12\x97\xb5\x21\x2d\x0d\xf3\xb3\x80\xb4\x9c\x39\x66\x4a\x91\x3b\x6b\x4f\xa1\xbb\x64\xd3\x6d\x87\x26\xb0\x90\xdb\xf1\x06\x5c\x6b\xca\x6d\x5b\xf3\x8e\xd8\x4e\x22\x32\x43\x29\x16\x00\x26\xef\x64\xb6\x95\x0d\xe0\x84\xb5\x61\x5d\x4a\x58\x7b\xce\x05\xb7\x50\xc6\xda\x75\xac\x50\xd3\x85\x1b\x52\x73\xc5\x51\xb6\xd3\x45\xb8\xf3\xb6\x66\xf2\xfd\x50\x1e\x9f\x1c\x88\xed\x85\xe3\x40\x38\x27\xed\x91\xd9\x30\x30\x25\xab\x21\x9f\x8b\x76\x22\xc9\x29\x18\x7a\x1c\x5c\x15\x8a\x77\x5e\x83\xc7\xa0\xb3\xd7\xce\xbc\x69\xe5\x9e\xd1\x8f\x95\x2e\xa4\xa7\xcf\x60\x6e\xe5\x85\xcb\xd2\x88\xab\x67\x65\x04\x3d\x7a\xa0\x33\x94\x73\x46\x29\xfc\xad\xd3\xd7\xce\x1c\x06\xc5\x42\xf7\x03\xce\x2d\xcf\x8d\x36\x91\x7e\xf0\xdc\x58\x35\x85\xc2\x42\xe0\xfa\x95\xe7\x46\xab\xcc\x93\xc1\x2f\xf1\xb1\x5b\x06\xbf\xac\xd9\xe1\xf2\xdc\xe8\xc7\x4e\x99\x07\xc7\x87\xbe\xa9\x17\x8c\x44\x41\xd4\xfd\xd8\xa1\x9c\x33\x34\xd4\x54\x19\x83\x7b\xf6\x49\xb7\x99\xff\xa1\x34\x51\x08\x2a\xf2\xd4\xa8\xab\xa4\x0b\xa5\x89\xe0\xc2\x73\xd8\x34\x91\xc2\xcb\xf8\x9a\x3d\xca\xce\xcb\xcc\x60\x71\xa6\xe5\xc7\xd1\xa3\x42\x95\xaf\x46\x8f\xd6\xf2\x22\x8b\x3f\xd3\xa8\xdc\x8e\x83\xf3\x7e\xb1\xc1\x90\x1b\x15\x36\xdd\x8f\x4d\x8f\xc2\x82\x3c\x91\x22\xe5\xc8\xd1\xa3\x88\x95\x23\x47\x3f\x8f\x74\xa1\x10\xb5\x96\xb1\xc9\x89\x3e\x15\x7f\xaa\xc8\xff\x0a\x56\x7d\x73\x4a\x8c\xe7\x99\xdd\x26\x37\x8e\x73\x23\xfa\xe1\xa9\xb1\xb8\xf0\xc8\xe6\x8b\xf8\x6f\xe8\xcf\xf3\xdf\xd9\x3e\x9e\xaa\x53\x7d\xf0\x83\xb7\xd7\x22\x7d\x6c\xe5\x17\xe1\x27\xcc\x6d\x16\x9c\xe0\x92\xa3\xe6\xce\x5c\x58\x50\x89\x68\x22\x47\x8e\x96\x33\x24\x47\x8e\x7e\x1e\xa1\xac\x15\x85\x4d\xdc\x36\xa0\x2c\x78\x81\xe1\x46\x4f\x76\xa3\x1c\x3b\x7a\x54\xd1\x72\xde\xa8\x73\xa6\xcc\x63\x4d\x33\xde\xe2\x0c\x56\xde\x1b\xfd\x3c\xd2\xe8\x73\x8b\x9c\xdc\x0c\x46\x1f\x8d\x46\x5b\xde\x1b\x35\x9a\x89\x9b\x5d\x8c\xf4\x2d\xf7\x8d\x16\xee\x6b\xf0\xd1\xe8\x6c\xe5\xbe\xd1\x23\x7c\xcb\x7d\xa3\x46\x85\x26\xf7\x8d\x7e\xb6\x34\x3a\xdc\x28\x03\x97\x45\x75\xee\x34\xaa\xdf\x78\xfb\x57\xda\xd9\x95\x9a\x1f\x75\x98\x46\xbf\x6e\x86\x9f\xb2\x16\xe3\x1d\xcd\x9f\xa0\x50\xa9\x2a\x1c\xc5\x70\xb4\xdb\xbb\x1f\x41\xdd\xe9\x84\xc1\xd9\x7e\x48\xfd\xc6\x11\xca\x47\x83\x49\xd5\xeb\xa7\x64\xde\x74\x34\xf2\x6a\x92\xff\xc6\x3e\xce\xd4\x74\xf8\x6a\x5a\xf9\x93\xcb\x04\x7f\xe1\x07\x6f\x9e\xe3\x86\x3b\xcd\x79\x33\xa4\x69\x9e\x69\x86\x34\x3d\x4b\x6a\x9a\x87\xce\x14\x6e\xe9\xa1\xe9\x91\xed\x98\xc1\xdd\x3a\x70\x48\xa3\x1f\x36\x15\xd7\xbd\x52\x04\xb7\xa8\x09\x05\x6a\x5a\x26\x8b\xf3\x71\x16\xf0\x33\x65\x06\x43\x4b\x99\x7c\x2f\x6a\x5a\x19\xea\x62\x40\x79\xa8\xa1\xb4\x8a\xb0\x1b\xf9\x65\xf4\xb3\x64\x30\x5a\x45\x7e\xf8\xe3\x97\xf1\xe2\xd2\x36\x6c\x6a\x19\xe9\x50\x4c\x8c\x63\x8c\x5f\x46\xde\x62\x8a\x8c\xef\x51\x8b\x7f\xd8\x54\xdc\x0d\xc6\x4d\x3d\x7b\xaa\x6a\xfb\xd7\xb4\xa3\xb9\x61\xc1\x3f\xde\x54\x28\x71\x3e\x76\xc3\x81\xdf\x39\x86\x3d\x72\x01\x10\xa7\xac\x8d\xc3\xd4\xa3\xfd\x50\x98\x7a\x0f\x6f\x70\x9a\xe1\xb9\xd9\x45\x4a\x33\xdc\x4f\x38\xc5\xc7\xeb\xbf\xd9\x9b\xc6\x3f\x8d\xe5\xc5\x31\xec\x33\xa2\x98\x62\xd8\xfb\x39\xf2\xa5\x36\x47\x4b\x59\x97\x71\x8f\x9f\xb2\xd0\xb4\xd3\xcc\x74\x33\x21\x05\x3a\x90\x65\xbc\xad\x42\x4f\xa3\x9a\x1b\x4e\xb8\x63\xdf\x67\x5e\xbf\x8a\x7d\xef\x27\x9c\x5a\xe9\x8a\xfb\xd9\x43\x69\x6c\x30\xaa\xaf\x33\xc2\x33\xe1\x5f\xef\x06\x78\x9a\xa3\xdb\xe7\x3e\x53\xe8\x88\xaa\x50\x9e\x1c\xef\x71\x87\xac\x3f\xd4\x3f\x59\xf5\xd7\xeb\xcf\x52\x29\x9e\xbd\x44\xc5\xe3\x78\xf6\xb9\x39\xb8\x5f\x1b\x7b\xd8\x9c\x5f\xeb\xad\xce\x54\xd5\x06\xdc\x70\x1c\x65\x48\xee\x27\x4b\xfe\xf5\x2d\x8a\x28\x66\x38\xd6\x68\x78\x1c\x69\xde\x4a\x28\x2f\x1c\xdb\x5a\xe9\x93\x6b\x9e\x91\x4a\x9f\x5c\x0e\xae\x66\x65\x4f\xee\xe7\x08\xa5\x63\x84\x98\xac\x08\xf5\x56\x38\x8c\xf2\xfd\xe8\x27\x1c\xee\xeb\x0b\x96\xb7\xc8\xd7\x17\xec\x48\xf7\xb7\x36\x43\x06\xaa\x65\xc3\xf2\x21\x4f\x90\x16\x0d\x9f\x3c\x38\xce\xa8\x06\xbf\xbe\xe1\xe0\x45\x5f\x73\x0d\xa4\xf2\xaf\x17\x9f\x1b\x56\x09\x99\xfb\x09\x0b\x91\x8b\x46\x8f\x38\x2f\x17\x8d\x7a\xb0\x86\xf2\xc2\x28\xb1\x49\xc9\x09\x63\xad\x19\x4a\x5a\x78\x6e\xa9\x9f\x6f\x10\xee\x93\x9f\x6f\x10\xd8\x9b\x02\xd0\x57\x98\xfd\xcf\x7a\xc9\xdd\x53\xa8\x61\xaf\x14\x6a\xd8\x6c\xef\x9f\x0f\x34\x8c\xf0\xc7\xf2\xb2\xbf\x7f\x5e\xde\x95\x66\xfe\x5c\xe8\x65\xfa\x79\x7d\x11\x45\x1c\xc8\x3e\x37\x2b\xf3\x73\xc6\xa0\xb4\x03\xbb\x0f\xe5\xe1\xd0\xa5\xd7\x69\xe5\x3b\xad\x13\x37\xa1\x31\x5b\x17\x9b\xe6\x67\x89\x86\x1b\x5c\xde\x1a\x25\x56\x08\xc3\xb2\x46\xf5\xfa\xb3\x3e\x7b\xbf\x55\xb5\x69\x56\x28\xb9\xd0\x72\xda\x7e\x5e\x52\xde\x64\x3f\x63\x99\x23\x86\xfe\x7c\xd8\x91\xad\x7f\x1c\x76\x56\xdf\x4e\x1f\x27\x1c\x54\x4e\x1f\x25\xfa\x0c\xf9\x75\xf4\xc2\xf5\xf6\x67\xa9\x64\xa7\xac\xab\xac\x42\x0d\x37\xba\x21\x85\x49\xfe\x7e\x68\x84\xaa\x05\xe5\xfe\x57\xda\xf9\xc8\xe7\xb2\x43\x09\xc1\x96\x5b\x5a\x7e\x1c\xbd\xc0\x50\xff\xac\xc2\x8e\x85\xfe\xef\xd9\x2a\xbd\x1c\xa9\xea\xad\xc2\x4f\xfe\x79\xab\xf0\x10\xf8\x33\x2c\xf6\x4c\x99\xf6\xf4\x4e\x33\xe6\xda\xc8\x70\x72\x08\xe9\x05\x36\x6d\x87\x90\xdc\x5a\x72\x08\xe9\xe5\x4c\x99\x0e\x43\xbe\x93\x73\xdd\x01\x5f\x54\x60\x7d\x8f\x0b\x86\x93\x3e\x1f\x99\xaa\xdb\x93\xca\x4f\x69\xf9\xc7\x91\x32\xe7\x75\xa5\x15\x1d\x3e\x23\xaf\xae\x2d\x47\x8e\x73\x39\x75\xf6\x43\x7a\x35\x2a\x54\x71\xe1\x80\xac\xfa\x72\x43\x49\xd3\x50\xd2\x4e\x77\xd5\x09\xe9\x69\x4c\xab\xde\xe1\x05\xca\x29\x8a\x52\x53\x07\xee\xdf\x2e\x7a\x4f\x55\xb9\xd5\x8e\x34\xfa\x95\xcc\x12\xea\x27\x01\x36\x03\xf7\x7c\x2f\x53\x76\xd7\x3b\x32\x54\x31\x7b\x83\xa4\x3e\x94\xd7\x94\xd1\xe8\xc0\xdb\x63\xf1\xa1\xbe\x72\xd0\x3b\x4d\x89\xbb\x96\xcc\x94\x92\xac\x3b\x75\xc1\x32\xf2\x6c\x75\x32\x9b\x65\x34\xd9\x85\x09\x72\xcb\xaf\xa2\x97\x4a\x7f\x32\xa4\x3b\x7c\xe1\xa1\x96\xfa\x0b\xa5\xde\x0b\xc3\xbe\xdd\xbb\xa7\xfb\xf4\x8c\x96\x50\xf2\xcd\x62\x2c\xa7\xff\xe8\xa4\x4c\x11\x19\xd8\xe0\x8c\xfa\xda\x7a\x5a\x91\x5e\x37\x4f\x70\xa3\xbe\x76\xbb\x8a\x2d\xa3\xbe\xf6\x52\xf2\xa1\xf5\x55\x29\xd3\xd0\x7c\xed\xee\x53\x0e\x67\x70\x89\x7d\x5e\xde\x26\xac\xe8\xe9\x74\xff\x6c\x1a\xc7\xea\xe3\xe2\xb0\xcf\xcb\xdb\x64\xa6\x9d\xa1\x28\x28\x7e\x43\xcc\xae\x64\xe0\x52\x24\x2d\x4c\x54\xdb\x91\xfc\x7b\xe4\xc3\x8f\x8c\x59\xa1\xb4\xa5\x6b\x9a\xf9\xf9\x43\xfe\x51\x81\x1e\x0e\x01\x5c\x01\x93\x3d\x58\x29\xf9\x43\x9c\x86\x77\x7a\x28\xff\xc8\xe2\xbf\x24\x31\x39\x5c\xef\xa1\x9a\x0b\xe9\x45\x7e\xcd\xad\x31\x58\x31\xd1\x92\xbf\x94\xbe\x02\x71\x7a\x9f\x5e\xe3\xc2\xec\x48\xcf\xb4\x8e\xc5\xf4\xdc\x9e\x73\x37\x6a\x8c\xda\x66\x71\xd2\xb8\xb3\xdd\x5e\xec\x0b\xdc\xd9\xc5\xdb\xde\xb8\xb3\x85\x0b\x66\xcb\x3f\xa1\x1b\x98\xe9\xa1\xbe\xae\xba\x21\x7f\x2a\xf4\x4f\xca\x79\x61\x1f\x6c\xdc\xb2\xbd\x3c\x7c\x28\x51\x17\x55\xef\x76\x92\xe7\xc5\x03\x66\xcb\x79\xa1\xcc\x0c\x4e\xfa\x03\x8c\x84\xbb\x98\x89\x35\xca\x24\x25\x18\x52\x62\xed\x62\xf4\xbc\x4e\x99\x9e\xd3\x8b\x67\xc9\x96\x7d\xbe\xe3\x02\xb2\x8b\xe3\x19\xcc\x7d\xb7\x92\x02\x74\x87\xe1\x2d\x83\xd9\x76\x87\x67\x3f\xd4\xad\x66\x32\x70\x65\x5d\x98\x99\x0d\xb3\x38\xd6\x46\xd6\xfa\xa7\x2a\x43\x95\xe2\xa7\x30\x70\x99\xeb\x37\x4f\xbd\x2d\x73\x7d\x47\x9d\xbd\xab\xb1\xdd\x59\x9b\x6a\x6f\x11\x4b\x73\x86\xcf\xed\xc5\x12\xe3\xae\x06\x50\xe3\x3c\xd8\x3e\xbf\x78\xa3\xee\x6a\x2c\x57\x26\x5c\xa9\x91\x7b\xb1\x27\xc5\xae\xf2\x1d\xee\xcc\x94\x70\x77\x9f\x0f\x19\x9b\x84\x98\xd2\xe8\xd1\x1e\xe1\x33\x1f\x7e\x75\xc1\x33\xb6\xed\x5f\xec\x0c\x47\xc9\xd4\x50\xa6\x18\x4b\xb7\x3b\xf2\x65\x19\x2e\xb7\xbf\xbf\x21\x9f\x8f\x85\xe4\x6d\xbc\xdc\x8e\x70\x6f\xb8\xdc\xee\xec\x50\x0f\xe5\x6c\xe4\xff\x84\xe2\x7a\xaa\x92\x28\x28\x9d\xc8\xcd\x07\x86\xe0\xec\xcc\xdc\x5b\xbb\xfa\xde\x4a\xff\x66\x80\x83\xdf\x50\x70\x55\xd8\x76\x65\x19\x67\x3e\xd4\x32\xd2\x45\xf3\xfe\xe7\xff\x31\x67\xc3\xe1\x1b\xb3\xea\x4b\xdc\x18\xb8\x65\x96\x54\x35\xea\xe4\x86\x72\x3a\xfe\x94\x5d\x72\xd0\xc8\x77\xbf\x67\x34\xac\x46\xf3\x8d\xee\xf7\xcb\x56\xb0\xfc\xd3\xc5\x82\x94\x82\x1a\xd6\xd9\x2e\xfa\xa7\x0f\x83\x0c\x59\x47\xb1\x95\xc8\x79\xe7\x86\x6d\x16\xe9\x76\x3e\x94\xbe\xbe\xa5\x4c\x40\x7c\xb0\x98\xe6\x14\x90\x2f\x25\x16\xc3\xfe\x6b\x3e\x37\x1c\xb8\xe6\x73\xd3\x19\x9a\xc4\x72\x1e\xc5\xdb\xd1\xf2\x1c\x77\x67\x75\x76\x5e\x8d\x65\x88\xd9\x73\x21\x97\x6c\x45\xcb\xef\x03\x5e\xd4\x2d\x18\xe4\x3a\xe8\x16\x0c\x2c\x09\x6d\x19\xc1\xf7\x51\xd3\x8e\x84\xb6\xdc\x31\x32\x82\x77\x07\x72\x3f\x94\xdc\x8a\x60\xc6\xdd\x20\x94\x33\x65\x9a\xef\x7c\xe7\x4b\x0d\xae\xd1\xcd\xc3\x90\x44\x64\x8f\x3e\x57\x79\x0b\x7d\xc3\x76\x28\x6d\xe2\x9e\xaa\x8c\x26\xa4\x42\x59\xcf\x50\x9a\x37\x2e\x03\xc5\xe3\x77\x47\x2f\x2f\x83\xd5\xee\x83\x23\xdd\x75\xc5\xad\x9c\xe9\x2e\xd5\x0e\xb6\x9c\x2d\x73\x75\x2f\x1c\x4d\x59\xab\xa3\x3c\x33\x92\xed\xc2\x5b\x64\xcb\x1e\xbd\xf0\x3a\x30\x92\x6d\x2f\x33\x94\xbb\x80\xfb\xc9\xe6\xdc\x6a\x46\x73\x4b\xa0\xe2\x48\x3b\x20\x7f\xe5\xd8\x76\x2f\xff\x4c\x55\x2d\x3f\xf7\x66\xf7\xf2\x73\xfd\x77\x23\x3c\x1c\xf9\xee\xcf\xcd\xf8\xff\x95\x1d\xfa\xcc\x25\x36\x2c\x98\x73\x16\x14\xab\xff\x54\x5d\x90\xba\x36\xfc\x2e\xdb\x8e\xd5\x3f\x38\x60\xb6\x48\xaf\x2c\x80\x2c\xd2\x0b\xdf\x25\x23\xe2\x9e\x2b\xdb\x71\x28\x5c\xe3\x38\xd2\xaa\x8e\x18\x3c\xdd\xe6\xea\x95\xd5\x91\xb9\x7a\xaf\x9e\xc2\x26\x3f\x66\x9a\x79\x24\x97\x76\x30\x73\xc3\x92\x0b\xdb\x5a\x60\xb5\xfb\xfd\x2b\x2f\x1c\x2c\x65\x58\x38\x29\xb0\xd8\x81\x41\xe4\x84\xf2\xce\x49\x3b\x5e\xe4\x99\x76\xe4\x47\x0d\x17\x93\x49\xba\xee\x0c\x5c\x6a\xe8\xff\x35\x2a\xd4\xdf\xfc\xb0\xb9\x1f\xfb\x7f\xd8\x55\x16\xee\x33\x58\x55\x04\x97\xe1\x55\xcd\x68\xe4\x4a\x64\x68\xd5\xb5\x27\x67\x15\x39\x6a\xfa\x16\x5b\xff\xc4\x20\x5f\x41\x81\x45\xe4\xb2\x6d\x99\x97\xf8\x9e\x1c\xc0\x09\xa5\xec\x50\x0c\x75\x4a\xb7\x82\xd3\x83\x31\x61\x3b\x9e\x14\x86\x84\x3d\xc1\x31\x5a\xc6\x84\x2d\xbb\xa6\xaa\x56\x03\xe9\xc7\x01\xfb\xe1\xc5\xca\x24\x5d\xf1\x17\x32\x5e\xeb\xc2\x58\x05\x08\xeb\x38\x18\x8c\x92\x3c\x1d\x30\x2e\x87\xb9\x4f\x84\x41\x87\xb9\x2f\x8c\xc0\xdb\x61\xee\x07\x5b\x43\x61\xee\x73\x9e\xa9\xea\x66\x68\x54\x76\x66\x7b\xf4\x2f\x83\xb0\xf6\x82\x0c\x2f\xf3\xf0\x3e\x10\x53\x16\x87\x61\x43\x0d\xe5\xa6\x4a\x99\x82\xce\x61\xcc\x32\xfa\x2e\xdc\xb3\xf6\xf2\xbd\x04\x4b\x5b\xe6\x4c\x3b\x94\xc6\xc2\x19\x5e\x5c\x36\x9e\xa6\x65\xe6\x83\xb4\xaf\xb0\xf6\x5e\xf8\x5d\x43\x92\xae\x3a\x42\x6a\x9b\x70\xd7\xc9\xc4\xba\x78\xbf\x1b\x2f\xb4\x35\xa4\x0b\x1b\x3c\x17\x0a\xf1\xbd\x98\x8b\x14\xde\x2e\x0c\xa9\x55\xdb\xa9\x2a\x07\x63\x7e\xdf\x68\x9e\x11\x3d\x94\x44\xf9\xdc\xb0\x02\x99\x2d\xcb\x60\x9d\xb6\x51\x21\x4a\x28\xbd\x51\xb9\x34\x8c\x02\x8a\xea\xce\x28\xa0\x73\xbd\x35\x15\xa5\x58\x52\x53\x43\x6b\xbc\x2d\x85\xec\xb9\xc2\x6d\x8d\xec\xb9\x1a\x22\xab\xa2\xca\x5b\x66\x43\xc6\xd0\x75\xf0\xb8\x53\x8c\xf9\x20\x12\xc0\x00\x9d\x0b\x35\x97\x41\x37\xcf\x2c\x8d\xa2\xca\x27\x1a\xc8\xbd\x2d\xdc\xe0\x1c\xb2\x6d\xfd\x8c\x00\xb5\x1d\x10\xcc\xe5\x2e\xd3\xe4\xb9\x59\x53\x99\x26\x27\x2a\x4f\xa3\x6e\x4e\x14\x80\xa0\x6e\xa2\x63\x36\xea\x66\xc5\xff\xc1\xb0\x9b\x15\x6d\xbc\x71\x37\x49\x28\xb3\xb6\xf2\x3b\xd7\xc6\xfb\x51\xf9\x9d\x1b\xaa\x1c\x43\x72\x96\xc9\x91\x91\x65\xb2\x4e\x64\xc2\xcb\xf1\x13\x23\x35\x65\x97\x47\xd0\xbd\xbc\xa0\x48\x56\x8a\x1a\x9f\x99\x98\xcb\x67\xbb\xd5\x90\x42\x9f\x86\x0b\x5e\x06\x7b\x7f\x29\x37\x03\x75\xb9\x19\x86\xed\x84\x62\x3b\xd4\x54\x19\xdd\x3b\xd4\x01\x0e\x79\xd9\xd1\xdd\xaa\xc9\x2d\x4b\xe0\x44\x6d\xb9\x9d\x40\x79\x35\xb6\x9e\x13\x28\xa3\xfd\xdc\xb2\xf7\xcd\x68\x19\x64\xef\x9b\xef\x40\xed\x05\x0f\x83\x06\x9f\x13\xae\x77\x39\x96\x81\x1b\x52\xc1\xd7\x13\x1d\x8f\xe1\x39\x27\xfe\xa4\xfb\x76\x68\x29\xdb\xc9\xc9\x95\x23\xf3\xdd\x56\x87\x34\xa6\xcd\x91\xd2\x91\x40\x6d\x6c\xab\xfd\x9f\x69\xa8\x97\xb1\x3b\x9f\x76\x36\xa4\x66\x63\xa6\xd5\xcb\x52\x08\x94\xd2\xf2\x96\x0c\x4e\xdb\x72\xa6\xcc\x93\x41\x2b\x72\x3d\x41\x35\x6b\xf0\x4e\x72\xf2\x2c\xf0\x39\x23\x67\xc9\x82\x46\x32\x9f\x87\x52\x7c\x79\x7a\x90\xf3\xfa\x6a\xcc\xb0\xcc\x6b\xad\xbf\x8d\xaa\xfb\x95\x66\xd4\x7d\x7e\xdf\x91\xcc\x19\x9a\x17\x98\x7b\x4d\x51\xc6\xa4\x16\x5a\x00\x69\xce\x92\xef\x24\x9f\xb4\x8c\x46\x1e\x7a\x2d\x73\xa1\xb8\xa6\x70\xba\x9b\x25\xe5\x7f\x6f\xff\x45\xca\xa4\xc5\xe4\x18\xde\xf6\xc9\xcd\xd0\x0c\x8e\x99\x5f\xba\xe9\xd0\x5d\x7c\x7c\xd6\xd8\xd0\x32\x7c\x3d\x85\x1b\xd2\x29\xf1\x3b\x94\x46\x83\x1a\xcd\x99\x9e\x71\xdf\xdb\xb2\x6e\x4d\x34\x7c\xdb\x99\x9e\x4f\x4e\xc2\xc7\xeb\xfb\xb6\xa9\xed\xb6\xf3\x9d\xa6\x26\x83\x51\xee\x74\x3c\x1b\xf6\xc7\x87\x34\x3d\xf8\x90\xf6\x23\x55\xe5\xa0\x09\x4b\xb4\x71\x6b\x85\xef\xc9\xb8\x55\xd7\x5b\xa8\xf7\x77\x49\xab\xba\x21\x88\xa5\x30\xfc\xe6\x8c\x4e\xcf\x59\xa0\x17\x51\x07\xfb\xe3\x90\x77\x16\xce\xb1\xc5\x8b\xe8\x85\x4d\x8e\x68\x4e\x8a\xc0\x39\x4b\x83\xd7\x7d\x9c\x55\x17\x89\xf8\x23\x36\x11\xe5\xe4\xc7\xaf\xd3\xce\xc5\x47\xc6\x68\x98\x9d\x02\x8f\x67\xc9\xe0\x9c\x80\x97\x27\x1f\xc9\x9c\xf3\x8f\xda\x0d\xd1\x06\xca\x9e\x35\x4b\xc6\xed\xbc\xb9\x47\x28\xb7\xc2\x6c\x88\xd5\xa2\x6f\x35\x4e\x66\xcb\x6b\xfc\xeb\x0c\xdd\x30\x57\x9b\xa1\xfe\x57\x53\x79\x94\x99\x45\x07\x16\xaf\x68\x4a\x14\x58\x5c\x31\x3e\x6c\x19\x97\x26\x6e\x80\xfb\xcb\xc2\xb5\x14\x2a\x5f\x0a\x3b\xe5\xcb\xc2\x71\x99\x3a\x78\x38\xcf\xe8\xaf\x55\x35\x38\x17\xef\xaf\xf3\x77\x23\xba\x91\xd5\x18\xa1\xe7\xeb\x29\x2e\xb4\xea\x9c\xdc\xbc\xeb\xbe\x9e\xe1\x92\x9a\xca\x02\xf2\x96\x69\x6e\x10\x5e\x1c\x12\xbc\xf0\x42\xdd\x0e\x09\x8e\x06\x52\x71\xbe\xe7\x86\x6b\x7e\x6f\xf0\xdf\x42\x0e\xe1\xe1\x86\x9a\x2e\xa4\x59\x65\xb3\x22\x26\x61\x93\xd4\x98\x27\xa8\x6c\x48\x33\xaa\x32\x07\x01\x2f\xdc\x39\xf7\xcf\x61\xe0\x4c\xc7\x4f\xe7\x2f\x4a\x16\xe1\x78\xee\x01\x87\x73\xc2\xe3\x28\x0b\x7f\x5e\xc7\x9a\x56\xd4\x61\x49\x4d\xe9\x71\xfa\xfa\x0f\x2a\x0f\x05\xfd\xd6\xbc\x9d\x7e\x2c\xeb\x86\xd2\x8e\xe3\xb1\x18\x94\xcf\x03\x4a\x18\xcf\x19\xb7\xd1\xc6\xd1\x2a\x39\xc5\x71\x94\x8a\x4e\x63\x1c\x6d\x8c\xd3\x18\x67\x37\x2a\x8d\xf1\x8c\xde\xea\x67\x05\xe8\xe0\xa4\xfe\x74\x13\x46\xc6\xff\x39\x95\x39\xbb\xd1\x50\x9d\x6b\x70\x52\x7e\x4e\x4e\x9d\xfe\x95\xca\xfc\x9d\x37\xe3\xcb\xc3\xa9\x64\xe0\x39\xdf\x97\xec\xcf\x69\xf0\x91\x57\x65\xe1\x99\x51\xea\xfd\x39\x79\x1e\x9b\xd1\x81\xbb\x2b\x76\x03\x99\x78\x66\x74\x93\x58\x78\x06\x9b\x4c\x09\x91\xf7\xe0\x00\xfc\xf9\x25\x39\x58\x1d\xc7\xfc\x46\x57\xf9\xe7\x95\x6b\xa9\xaa\x50\x22\x38\xa7\xf3\x21\xe7\x25\xad\x18\xdf\x19\x55\xe9\x9f\x57\x0a\x51\x4b\xe8\xa0\x33\x0f\xe9\x3f\x9f\x1b\xc4\x0b\xe1\x81\x6e\x02\xd2\xc0\x03\x5d\xa3\xa5\xaa\x27\x2e\x94\x86\xc6\xbb\xfe\xcf\x62\xca\x48\x1f\x5a\x39\x3c\x0b\x41\xf5\x5c\x23\x33\xe7\x43\xc6\x36\x92\x89\x67\xc7\xfe\x20\x33\xce\x5c\x9c\x86\x3f\xc3\x3e\x70\xc5\x29\x90\xb7\xe6\xc4\x39\x90\x77\x11\x87\xb0\x15\xc8\xbb\x66\x26\xd5\x3c\x0e\x01\xd2\xc9\x92\x17\x4e\xba\x97\x4c\x3c\xcd\x29\x5d\x1e\xca\x3f\x69\x51\xf0\x92\x8d\x67\x39\xeb\xfc\x43\x79\x00\x03\xca\xbf\xcc\x87\x4a\xf5\x85\x17\xba\xc1\x3b\xf7\xd8\x7c\x67\x75\x1c\x82\xbf\xd1\x3b\xc9\x7c\xb6\x0c\xde\x79\x92\xdd\x68\x19\xbd\xb3\xf2\xe6\x37\x78\xe7\x44\xcb\x65\x7c\xce\xc9\xb3\xcb\x78\x9c\x0b\xd1\xec\x72\x9a\xe5\x45\x50\xc0\xa5\xd0\xda\x89\x0a\xe2\x72\x9a\x65\x9c\x39\x0d\xdd\xb9\x0d\x3c\xb0\x2e\xc7\xc0\xee\xfc\xbf\xa1\xe3\x76\x28\xe5\x79\xcc\xd0\xf4\x92\x44\x73\x71\x1d\xcc\xf8\x4e\x33\x7a\xf6\x9d\x29\xd4\x59\x65\x16\x4f\xe3\x45\xf5\x50\xf6\x3b\x5e\x50\x8e\x89\xe8\x50\x43\xb1\x0c\xa1\x2e\xe5\x16\x2b\x50\xda\x54\xce\x0e\xbd\x0c\x9c\x59\xf1\x90\x37\x70\x66\xc3\xd7\xec\x52\xb4\x6a\x2e\xea\x4b\xc1\xaa\x75\x59\xc4\xb8\x64\x1d\x2a\xd8\xb4\x2e\xac\x43\x44\x2f\x5c\xb2\x0e\x35\xe7\x40\x79\xa8\xcb\x85\x13\xd2\x39\x50\x0f\xa8\x8f\x0b\x19\x8e\x64\xff\x95\x76\x1c\x06\xc6\xbe\x91\xb5\xa8\x13\x4d\x75\x9d\x46\xd9\x1d\x0c\x47\xb7\x11\x3a\xee\xcb\xc6\x22\x5e\x96\x06\xe3\x3c\x4f\xe6\xd4\x01\xb0\x28\x2b\x2f\x6c\x45\xb3\xfc\xdb\x2d\xcf\x48\x9d\xd5\x59\xbe\x97\x91\x3a\xcf\xec\x5b\x67\x84\x26\xe7\xc1\x32\x54\x67\x5b\x33\x5d\xfe\xb9\x90\xbf\xba\x25\x0e\x2e\x46\x27\x43\xd2\xc2\x0f\xf3\x92\x25\x69\x1e\x8b\x2f\x6f\xd9\xe0\xd8\xc6\x0e\x90\x5d\x98\xc3\xaf\xd3\xe1\x45\xe6\x5c\x97\x02\x64\x27\x4a\xa7\xeb\xc4\xd3\x98\xf9\x90\x3c\x82\x5d\xeb\x2a\x56\xfa\x18\x5d\xe4\x21\xe5\x4f\xe7\x6b\xed\x92\x21\x89\xc4\xc7\x0f\x55\x5d\x75\x42\xda\x0d\x18\x42\x19\x08\x38\x1b\xc5\x49\x91\xd9\xd5\xc5\x4f\x8a\x23\x9f\x79\x8d\x5b\xfa\x57\x46\x29\xf6\xa3\xd2\x57\xd7\xce\xfe\x57\x48\x6c\x43\x61\x61\xcc\xcf\xea\x04\xa9\xcb\x40\x9e\x24\x5a\x5e\xc6\xf1\x3c\xd7\x4c\x8f\x97\xc3\xcb\x18\x9b\x38\xe7\xf1\x96\xb9\xff\xc1\x70\x2e\xc5\x96\x84\xd2\xfc\x87\xc7\x28\xce\x73\x62\x63\x33\x38\xe6\x3c\xcc\x71\x01\xbc\x5c\xc4\x5d\x02\x78\xc9\x4b\xf8\x52\x84\x66\xe1\x15\x63\xf8\xcb\xc6\x6d\x74\x55\xa3\x1e\x71\x38\x65\x0e\x9a\xb8\x4b\x1b\x0c\x73\xcf\x33\x6d\x3e\xcb\x86\x70\x7e\x55\xe5\x27\x45\x34\xbd\x64\xe3\x69\x4e\x73\xfc\x50\xfe\x7d\x38\xa5\x90\x32\x1b\xe2\xaf\x91\x32\x1b\xc1\x2c\x97\xe2\x35\x67\x85\x8b\x28\x5c\xb3\x22\x63\x5e\x0a\xc9\x9c\xc6\x2d\x7f\x28\x25\x01\x9c\xf9\xee\xe7\x2e\x52\xe8\x44\x22\xfc\x2f\x8b\xb1\xa1\x04\x2c\xb4\xe9\x42\x9e\x46\xe8\x39\x2e\xc7\x6b\xe2\x92\x6c\xf8\xcd\x89\x11\xe3\x92\x11\x67\x1e\xe9\x41\x3c\xf4\xc8\x2f\xd9\xa6\xba\x38\xb7\xd5\x01\x3a\x35\x55\x9b\xf6\x50\xa8\x25\x79\x23\x94\xae\x7b\x58\x71\xf5\x1a\xb2\xbe\xb6\x0c\xad\x97\xf2\x74\xa7\xe6\x9f\x3b\xf4\xd8\x9a\x4d\x15\x35\x94\x60\xc3\x5b\x28\x3d\xb0\xfc\xa0\xb8\x14\x12\x79\x3a\x5b\xf6\x43\xe9\x40\x2f\x8b\x4d\x97\x8d\x48\xd8\x49\x8d\xe2\x39\xc3\x60\x8d\xe2\x89\x47\xf2\x25\xab\xd1\xc4\xf8\x76\x39\xff\x32\x0e\xba\x97\xd3\x28\x63\x97\x35\xa6\x67\x45\xe1\x6f\x10\xcf\x8a\xba\xc6\x20\x9e\x13\x2f\xdb\x4b\x81\x8d\x3d\x1c\xb4\x99\xd7\xe0\x2e\x7c\x29\xb0\x31\xc6\xb6\x4b\x99\x93\xf7\xe0\x3c\x37\x3f\x84\xd9\x7b\xcd\x92\x38\xae\xc4\x57\xb3\x72\xe3\x60\x32\x2c\x89\xe3\x3c\x7c\xc9\xa4\xb4\xc7\x48\x1f\x72\x49\x86\x2f\x62\x1b\xc2\x95\xd7\xa0\x9e\x13\x37\xf3\x4b\xb9\x92\xeb\xb6\x94\x66\x50\xcf\x1d\x09\x42\xc6\x98\x39\xcb\xbf\x35\x1f\x86\xea\xdc\x83\xb3\xdf\x9d\xba\x1e\x0e\xda\x0d\x16\x05\xcb\x54\x90\xe1\x26\x20\xf6\xea\x46\xa6\x48\x4d\xab\xf4\xb1\xfe\x1b\x9c\x93\x9c\xe7\x0f\x65\x38\xae\x54\xd5\x8d\xba\x76\xc8\x8f\x0c\x83\xfc\xb1\x64\xe8\x95\x5f\xbc\x9d\x26\x86\x9f\xb2\x26\xef\xa0\x0b\x05\xf2\x65\x87\x39\x90\x6f\xe1\x3c\x69\xfc\xcd\x86\x2f\xeb\xe5\x74\xc8\x0b\x07\xc9\x6b\x58\x69\x50\x53\xe8\xdc\xf5\xf9\x50\xb8\x2c\x2b\xad\x3e\xa3\xd9\xa1\x74\xbf\x1b\x8b\xe2\xa1\xe4\x52\xc1\x86\x1b\xb6\x77\x65\xe1\x14\xd6\xb7\x1b\x3b\x75\x38\x1e\x33\x55\x65\x89\x6c\x6c\x15\xd9\x30\x56\x2b\xa9\xa9\xb9\x31\x38\xe4\x43\xca\x6c\x78\x84\x52\xd0\x19\x5b\x55\x99\x8b\x37\x0a\xd8\x4b\x26\x8d\x9d\x1b\x64\x18\x9c\x2c\x73\x73\x5b\x39\xcd\x1f\xda\xbc\x8b\x0d\xdd\x20\x9b\x1b\xc5\xa6\x31\x36\x27\x0e\xfa\x86\xd1\x2c\x28\x4b\x81\xd1\xcc\xfd\x39\x7d\xd5\x6d\x84\xa6\x69\x09\xf6\xa5\x9c\x8b\xae\x40\x09\x9c\xac\xe6\x43\xc5\xb5\xbd\x8d\x2e\x25\x83\xcb\x77\xc2\xec\xb7\x74\x6f\x48\xcd\xa7\x0b\xff\x86\x51\x34\xc3\xb3\xa7\x76\x78\x84\x2d\x05\xd9\x4d\x12\x45\x5c\xd3\x2a\x13\xbc\x00\x2f\x99\x42\x26\x19\x06\xae\x69\x95\x09\xf9\x0f\x2e\x27\x2f\x46\x81\x62\xc4\xcd\xc2\x7b\x1e\xc4\xcd\x45\x5c\xbd\x21\x37\x27\x4a\x12\x23\x6e\x9e\x95\x85\x53\xd0\x5d\x72\xca\x18\x0b\x73\x92\x37\xe1\x52\xb2\xe0\x41\xbe\x83\x4b\x46\x94\x1d\x11\x01\x23\xca\x46\x80\xb1\x11\x65\xc2\xb5\xa7\x39\xc5\xbb\x1c\x52\xaf\x19\xc5\x6a\x19\x1a\xb3\x85\xfb\x0b\x1a\x73\x6d\x06\x2e\x64\xcc\xb9\x56\xca\xaa\xc2\x48\x37\xd4\x23\x23\xe1\xc8\x7f\x39\xac\x0e\xc7\xb7\x6b\xf9\xe5\xb7\x77\x0a\x65\x44\x7d\x9b\xf1\xac\xbe\x3d\x7e\xd4\x63\x5a\xf5\xac\xc2\x8d\x85\xa2\xb9\x70\xb7\xb8\x96\x4c\x5a\x2b\x52\xb3\x22\xf2\xd6\xce\x7f\xe8\x54\x0d\xf6\xca\xf2\xbb\x64\xef\x14\x3e\x2f\x21\xfc\x7c\x2f\x19\x72\x56\x7d\x9b\xf1\xec\xc0\xe4\x97\xf3\x55\xb3\x59\xc8\x73\x7c\x84\xfa\x28\x56\xee\x48\x27\x32\x07\xef\xb4\xfa\x73\x21\xff\xa5\x07\x4e\xcf\xe8\xe4\x44\x80\x33\xf5\xb5\xb4\x21\xf6\x71\x84\xf4\xe8\xf8\x50\x8f\xd1\xf0\x63\x5b\x84\x1a\x72\xb3\x53\x1b\x8f\x11\xaa\xc9\x74\x45\x4d\x6d\x01\x19\xc7\xff\xc9\xac\x15\x66\xb7\x36\xac\x4b\xa6\xa4\xb5\x38\x58\x8e\x96\x23\x03\x08\x50\x9d\x71\x24\x30\x56\xe7\x19\x23\xe3\xb5\xbd\x5d\xf8\x52\x69\x87\xd7\xae\xa9\x2a\x67\xe3\x5c\xc1\x8a\xa5\x1b\x18\xfd\xc0\xee\xdc\x6f\x99\x3b\x61\xbf\xca\xee\xf4\x4a\x20\xb2\x3b\x9d\xf1\x4f\xb8\x94\xbf\x78\xed\x97\x52\x82\x46\xec\xfc\x97\xf3\x17\xe3\xe4\x77\x39\x7f\x71\x65\xdb\x2b\x08\x6f\xed\xb7\x0f\xc5\x9d\xb3\x09\xb7\x53\x8f\xa7\x4c\xb9\xfc\x31\x03\x01\x17\x9a\xa7\xe9\x76\x72\xf1\x4c\x87\xfd\xe1\x58\x72\xf2\x1e\xb3\xeb\x37\x81\x95\x3d\x85\xb7\xd4\x08\x4c\x95\x3c\x0e\x77\x4b\x33\xcf\x23\x62\x23\xc7\xc9\x42\xb5\x36\x7b\x45\xf1\x79\x4f\x33\x7c\x28\x48\x06\x63\xf9\x3e\x94\x02\xf4\x60\x17\x0a\xd0\x9b\x1b\x31\xc3\x49\x91\x0d\x08\xbe\x8c\x56\xfa\x34\xd3\x21\xb5\xe5\x5a\x28\x65\x16\xac\xa1\x3c\xb6\x74\xf8\x27\xca\x8d\x2a\xb4\xee\xbd\x57\x04\x33\xba\xc2\x03\x2e\x2f\x3f\x4b\x21\x94\xd1\x75\xbe\x65\x4b\xdd\x23\xfd\x2b\x0a\xaf\x19\x1d\xea\xa1\x1e\x49\xca\x39\x3f\x97\x11\x48\x17\x5e\x34\x97\xcc\x59\xb5\x59\x51\x79\xd9\x9c\xb5\x9d\x4d\x7e\x01\x41\x9a\xdb\x42\xd1\x73\x6b\x72\x23\x28\x7a\xee\xa9\x9a\x76\x2e\xad\x29\x7d\x48\xa7\x87\x67\xaa\x61\x46\xcf\x9d\xd7\x9f\xa1\x44\xb3\xfd\x14\x2f\xb7\x88\xbb\xba\xc8\x7b\x9c\xf7\xde\xe5\xfc\xe5\x70\x7d\x59\xc9\xd6\x78\xab\x6a\x8a\x7b\xca\xb4\x53\x60\x73\x0e\xa6\xdb\x79\x1a\xca\x84\xb6\x72\x52\x2e\x7b\xa3\xe6\x97\xb5\xe0\xb9\x03\x88\x7c\xcb\x03\xe0\xb2\x28\x09\xb3\xba\x7c\xaa\x91\xdd\x14\xb2\x36\x23\x49\x28\x2a\x6d\x11\xc0\x62\x9c\xd1\x44\x13\x5d\xb7\xa0\x34\x36\xa2\x9b\xf2\x09\x9f\x3b\xc2\xf2\x6d\x6d\x20\xfb\xf6\xb6\xb5\x9c\x3d\x6d\x6b\xd7\x8e\xb8\x2a\x6b\xd7\xda\xbc\xcd\x6d\xed\xda\x11\x89\x65\xee\x5a\x8d\x83\x73\xeb\x6d\xba\x23\xcb\x2a\x2a\x6d\xed\x96\xf1\xfc\x5c\x98\x86\xb4\x03\x59\x65\x87\xa5\xed\xc8\x84\xb2\x86\xbd\x77\xbb\xc2\xd2\x16\x1a\x58\xa3\x99\x2e\x0c\xef\x97\x62\xcd\xd6\xe6\x2e\x91\xf9\x6b\xa1\xd6\xbf\x14\x5d\x96\x00\xaa\xcb\xd1\x65\x9b\x18\x49\x03\x9f\xae\x3c\x9c\x15\x33\xb6\x72\x0b\x2a\x64\xec\xa9\x1a\x52\xc7\x63\x30\x1a\x09\xb3\x9b\xe8\x4a\x63\x9d\x2e\x74\x7e\x97\x82\xc6\xd6\x23\xf7\xff\x93\x5b\x2b\xa2\xec\x15\x43\x9c\xe7\x77\x13\x98\x66\x94\xd4\x45\xca\x20\xa3\xa4\xae\xe8\x0a\x6e\xb3\x87\x4c\x87\x5e\x76\x9b\xb0\x8a\x4b\x16\xb8\x57\x28\xb9\xd9\x3b\xfc\xa4\xde\xe3\x39\xca\xb2\xc7\xbd\xaf\x07\x27\xfa\xdd\x84\xe9\x19\x5e\x75\xe1\xf5\x7c\x29\xf6\xec\x29\x4c\x5d\xb1\x12\xde\xb9\xca\x02\xfc\x14\xa6\x13\x29\xd6\x11\xa0\x6c\xbc\xdb\x78\x7d\x5e\x32\xde\xad\xca\xcd\xf2\xf1\x3d\xc3\x79\x95\xed\x6e\xe1\x22\x7d\x7d\xd8\xaf\x6f\x55\x5d\x8a\x0c\xf6\x63\x0e\xc5\xf6\x90\x61\xef\xa9\x9a\x76\xa6\x5e\x69\x0b\x4a\x9e\x4e\x25\xfd\x6b\x70\xdc\xc2\x1f\x5f\x50\x44\x8a\x19\xa7\x75\x45\xeb\xf8\xf1\xa5\xc3\x7f\xc8\x7a\xf7\x54\xa5\x8f\xed\x45\x0f\xa5\x14\xaa\xf9\xc7\xed\xe3\x03\xab\x93\xf9\x6e\x45\x4a\xff\x98\x61\xcd\x94\xe9\x3d\x91\x5f\xb6\x1c\x12\x71\xe2\x63\x39\x84\xb5\x93\xb9\x6e\x4d\xd8\x97\x70\x5a\x93\x5d\x10\x9c\xd6\x8d\xf7\x83\x71\x5a\x17\x31\x20\x86\x62\x5d\x79\xdc\x7f\x0c\x7f\x91\xa1\x7a\x97\x71\x40\x3e\xde\x3a\x2c\xf2\xc7\x80\x32\x99\x2a\xaf\xea\x19\xca\x13\xc7\xe1\xf9\x1a\x22\x91\x7d\xf5\xb5\x10\xb0\x52\x26\x6f\x0f\x6e\xb6\xaf\xe7\x0d\x96\xfc\x25\x61\x23\x57\xab\xac\x67\xab\xa1\xcd\x90\xf1\xec\x95\x6e\x15\xe1\xb5\x48\x7d\x63\x2c\xd1\xe7\xc3\xb4\xaa\x9f\x82\x23\xc8\x5e\x56\x70\x83\xbc\xbe\xfe\x7d\x18\x9d\xc2\xa8\x6a\x6e\x56\x59\xcf\x56\x34\x62\x32\x9e\xbd\xaa\x43\x19\xcf\xe2\xde\x62\x44\xd0\x85\xfb\xd2\xa5\xc0\xa9\x15\x3d\x8f\x12\xdf\x26\x4c\xf1\x52\x70\x54\xd2\x6b\x5c\x0a\x8e\xda\xe4\x7a\xb9\x14\x1c\x35\x27\x5c\x5e\xd6\xa9\x85\xeb\x3a\xc8\x9d\x1b\xe3\x91\xa1\x3b\x17\xa6\x64\x43\x77\xae\x28\xa4\x15\x0e\xb5\x36\xba\x2b\x87\x43\x6d\xac\x45\x97\xed\x5a\x1b\xa9\xdc\xe1\x50\x60\x7d\xad\x4b\xe1\x50\x6d\xa5\x55\x59\x80\xc3\xc9\x65\xf4\x3a\xf3\xd4\xf9\x39\x29\x1d\x1b\x8c\x5c\xb6\xe9\x42\xf1\xe4\x04\x2f\x18\x01\xb4\x12\x98\x6d\x04\xd0\x8a\x95\xcb\x08\xa0\x6d\xed\x50\xf7\xff\xfd\xbf\x1a\x05\xcd\xcf\x0c\x2f\xea\x83\x9f\x13\x9b\x8f\x34\x2a\x8f\x21\x6e\x03\x99\xce\xda\x01\xa7\xfc\x39\x99\x01\x77\x8c\x13\xe2\x02\x34\xf6\x90\x45\xfe\xf8\x8c\x5b\xf9\xfd\x71\x16\xbe\x14\x62\xd5\x72\xc9\x2b\xc4\xaa\x3d\xa2\xe2\x3f\x39\xb5\xf3\xea\x1e\xb0\x66\xe7\xd5\xed\xec\xef\x58\xe7\xf8\x29\x33\x4a\x2c\x70\x97\xcc\x73\xb5\xbf\x1f\x3a\xd5\x77\x28\xc5\xcd\x8d\x8c\x46\x68\x99\xf0\x50\x59\xee\x0a\x39\x39\x8c\x6b\xda\xf2\xb2\x94\x1d\xaf\x46\x6e\xfe\xb3\x6e\x14\x7e\xf2\xe7\xb7\xf4\x91\x9a\x8e\x0b\x84\x9f\xc8\x8c\xd7\x72\x55\xcb\x8c\x57\x49\xbc\x66\x58\xd3\x96\xa3\x27\x2b\x5e\x5b\x2f\xa5\x84\x9c\x0c\xdb\x89\x7b\x49\x41\x71\xc9\xc2\xd7\x16\xef\x31\x05\x78\xb5\x85\x06\xf0\xcf\x57\x3a\xf6\x47\xc3\xa1\x36\x1c\x05\x2e\xc5\x7b\xd5\xc8\xa6\x0a\xf7\x6a\x9b\x07\x98\xc2\xbd\x6a\xe5\xb1\x28\x34\xd4\x13\xcf\xd9\xeb\xcf\xfe\x2d\x3b\xad\x7c\xf4\x5d\x5a\xd1\x49\xe0\x78\x39\xf6\xab\xc1\xf8\x8d\x9b\xba\x46\x28\xb9\x6d\x70\x7f\xc8\xa4\xd8\x70\x22\x30\xa6\x6a\x23\x5c\xf7\xfa\x73\x76\x8e\x4c\x9a\x12\xfc\xe7\x1d\xfd\x27\xb6\x8b\x9b\x82\xf1\x56\xcf\x8d\x25\xf4\x92\xb9\xb1\xe4\x38\xcb\xda\x58\x49\xe3\x71\xc9\xda\xd8\xea\xdb\xc5\x33\x87\x1b\x5d\x85\x8c\x8d\x75\x65\xe9\xe5\x5d\xb3\xcf\x50\x9a\xc2\x15\x4a\xf1\xb1\x6f\xcd\xaa\x9a\xfc\xa0\x92\xff\xb7\xac\xcb\x2d\x94\x02\x8e\xa8\x4c\x96\x6d\xa3\xf0\xf8\xb3\x07\x7b\x36\x90\x23\x3f\x32\x85\x7a\x40\xec\x6c\x3c\xed\xf4\xbc\x0a\x9d\x96\xb8\xe7\xff\x94\x96\x78\x9f\xa1\xb4\xd1\x39\x76\xb2\x74\x96\xbc\xcb\x65\xe9\x6c\x86\xc1\x5d\x46\x85\x6d\x84\x11\xdf\x0a\x7b\xab\xa4\x18\xba\x15\xf6\xd6\x8c\x95\xf1\x50\x0f\x43\x62\x87\xde\x32\x89\x36\x42\x5e\x6f\x59\x44\x0b\xce\x0b\xf7\x61\x6c\x5f\x1f\x25\x23\xcd\x36\x82\x0e\xef\x63\x29\x65\x8b\xc7\x72\x1f\x52\x68\x00\xf6\xf7\x90\x97\xf6\x41\x3a\x54\x10\x40\x4d\x87\xfa\xc1\x92\x46\xbf\x72\x9e\x08\xf5\x93\xb3\x56\x28\xfd\xa0\xf7\xdd\x2d\x13\x6c\x45\x74\xbc\x65\x65\xad\xbc\x96\x6f\xe7\x2b\xc6\xe7\xe6\x76\xbe\x62\x6e\xdf\x5b\xf9\x8a\x1b\xfa\x93\xfb\x90\xeb\x25\x89\x38\x6e\x99\x5c\x1b\x6a\x8f\xfb\x00\xbf\x32\x6d\x7e\x55\xc6\x58\xac\xbc\xc0\x04\x6e\x64\xdb\xca\xc5\x61\x60\xdb\x46\x78\xcc\x7d\x48\x79\x81\xc7\xd9\x7d\x08\x5c\x74\xe7\xe7\xb5\xed\x49\x59\x61\xd0\xdb\xc6\x6b\xfc\x56\xc8\x5d\xe1\x90\xdf\x4a\x89\x5c\x38\x2e\xb7\x02\xf0\xca\xca\xea\xca\x52\x64\x4c\xb6\x75\x1f\xe2\xe2\xa4\x84\xbd\x65\xf0\xad\x70\xff\x5b\x79\x8d\xeb\x59\xfe\xed\xf0\x71\x1f\x56\x82\x79\x6b\x1b\x2d\xf7\x04\xf6\x6f\x19\x2e\xb7\xe0\xcc\x7b\xcb\x8e\x7b\xa2\xba\xb9\x4f\xc3\x27\x31\xf9\xa7\x14\x5d\x38\x1d\xdf\x0a\xeb\x23\x07\xfe\x32\x58\x6e\xc5\x4e\x78\x9f\xf2\xda\x43\xab\x73\x2b\xcb\x30\xa9\xda\x1f\x4a\xf9\xc3\x1a\x6d\x3a\x1d\x3c\x73\x28\x7b\x6b\x39\x8e\x94\xf9\x15\x75\x42\xc9\xe5\x39\x23\x53\xbc\x5b\x37\x17\xbd\x65\xa6\x9c\x3d\xdf\xe9\xee\x41\x9a\xba\x15\xb5\x76\x66\xc3\xda\xd8\xd8\xcd\x0c\x6f\x1b\x14\x0d\x87\xbb\x80\xbc\x45\xa9\x76\x2b\x86\x6d\x92\x54\xf7\xb6\x79\x71\x93\xe1\xf8\x76\x8e\xdd\x49\x17\x0a\x4c\x4b\xa2\x6e\x83\xdc\x4e\x3c\xda\x80\xb5\x9d\x35\x65\x3f\xa9\x9b\x4e\x28\x09\x1e\x95\x0d\xac\x6c\xb8\x13\x99\xfc\x56\x98\xda\x9c\x23\x65\xd2\x6f\x58\x9c\xb8\x8b\x1e\x50\x75\xa6\xa6\x9f\xd0\xfc\xc5\xe5\xb7\xef\x01\xe5\xf4\x64\xa9\x29\x95\xde\xe2\x27\x24\xe6\xae\x83\xc1\x48\xce\x23\x1f\xc8\x5d\x0c\x32\xb5\x68\xd3\xf2\x03\x29\xc7\x8c\x8e\xbb\x9d\x88\x7e\x19\x1d\x77\xc2\x7e\x6f\x05\xc9\x4d\x34\x9c\x77\xb1\x62\xae\x66\x6c\x76\x4b\xe8\xa9\xaa\xbf\x60\xd5\x8a\x55\xb3\x19\xa9\x5f\x5a\x18\xdf\x6e\x05\xd4\x6d\x84\xd7\x5b\x01\x75\x93\x1b\xe6\x96\xc9\x34\xde\x5d\xb7\xe2\xe9\x36\x39\xe7\x8c\xce\xfb\x34\x13\x52\xd9\xf1\xd8\xb3\xd5\xd0\xac\x47\xa8\x53\x1f\x0e\x28\xbd\xa6\xfd\xb4\xbc\x95\xfe\x76\xe1\xcf\x74\x2b\xd6\x6e\xa1\x16\x34\x8c\xef\xce\xa9\x70\xf6\xdb\x8d\xfe\xdd\x30\xbe\x0b\x59\xd2\x30\xbe\x0b\x11\x0d\x18\xdf\x5d\x7d\x03\x18\xc6\x77\xad\x8c\x46\x7e\x28\x5c\xef\xb7\x0c\xb1\x0b\x15\xff\x2d\x43\xec\x9c\x83\xef\x2c\x13\x57\x26\x4e\x86\xd8\x8d\xbb\xf2\x5d\x0d\x5c\xb6\xf3\xa1\x37\x71\x67\x00\x7e\xf9\xe7\xaf\x2c\x18\x90\xb7\xcb\xa8\xbe\xab\xb1\xe1\x2a\x3b\xb5\xd3\x90\x92\xee\xd5\x14\xca\x36\xc3\xcb\xf2\xae\xd6\x19\xbe\x94\x0c\x3e\x9c\x22\x99\x69\x13\x96\x7a\x57\xeb\x08\xc8\xf8\x75\x57\x43\x85\xb6\x50\x53\x23\xe7\xaf\xb4\x8d\x49\x73\x74\x2b\xe5\xee\xae\x1c\xfe\xea\x6d\x5c\x18\xb7\xf4\x89\x2b\xcb\xa1\x07\x0a\x92\xae\x51\x7c\x17\x19\x68\x0c\xe2\xbb\x8d\xf7\xfb\x50\x1f\x1d\x30\x7a\x37\xf6\x78\xa7\x07\xbd\xeb\xc8\xd9\x0e\xc0\xef\x36\xba\xd1\x32\x4c\xef\xae\x3b\x94\x1e\xdd\x16\x9f\xef\xa6\x05\x5f\xff\x21\xa7\xa9\x31\x7c\x9f\x56\x27\xe4\xa5\x24\x87\x1d\x4a\xef\xb3\x23\x7d\x7c\x5c\x75\x41\x6a\xac\x30\x8a\x66\x05\x12\x61\x1c\xb7\x32\xe9\xae\xc9\xa4\xca\x6c\xbc\x2b\x87\xb3\x61\x7e\xa3\x26\xb0\x86\xf4\xaf\xe7\x13\xd9\x89\xee\xa6\xbd\x81\x3a\xf7\x56\x74\x61\xc3\xb7\xf9\x6e\x4e\x26\x81\xac\xe2\xe8\xc2\xf7\xfc\x39\xba\x70\x21\x03\x38\xba\x10\xe7\xf9\x5b\xc1\x85\x0d\xb3\xd9\xdd\x40\x4e\xe3\x9f\x84\x04\xb2\xd3\xc8\x50\x9a\x6a\xfe\xde\xc0\x69\x3d\x15\x25\x8b\x65\x64\x8e\xbc\x29\xa9\x79\x3d\x77\xe9\xca\xc8\x9e\x87\x15\xd1\xb3\x77\x73\x7a\xbf\xb7\x3b\x07\x81\xf2\x47\x92\x35\xc7\x3b\x30\x3b\x6f\xd2\xa6\x62\xb2\x7b\xbe\xbb\x6d\xdd\xa3\x07\xdd\xc8\x23\xe3\xb4\x59\x6a\xa4\xa6\xf0\x22\xb2\x0e\xba\x90\x31\x3c\xde\x4e\xe1\x3b\xb9\x11\x15\x11\x79\x8e\xb7\xe6\xe5\x33\x02\x75\xab\x95\xf4\xf7\xd1\x04\x86\xfa\xaa\x2c\xfd\x3d\xe2\x16\xc9\x9e\x8c\x2d\x5c\x0e\xd8\xb7\x4c\xe2\xa3\x71\x98\x64\x11\x2f\x68\x94\x0c\x2d\x5c\x06\xe7\x5c\xc1\x92\x2d\x3c\xb1\x1b\x5f\x8d\xde\x3b\x46\xc8\x06\x75\x29\x4e\xe0\x84\x32\xd0\xf1\x01\x25\xc8\x8b\x9a\x1e\x34\xce\xb7\x87\x9f\x12\x44\xa6\xcd\x3f\x79\x5c\xd0\xa6\xde\x46\x38\xf8\xdc\x8a\xa3\xec\x38\x18\xde\x8a\xa3\x2c\x28\x65\x6e\x85\x51\x8e\x06\x23\x91\xe5\xbe\xe0\xfc\x7e\x3b\x8c\xf2\x65\xd0\x0a\xa3\x6c\xa4\xb2\xbd\x15\x46\x39\xde\xee\x25\x41\x8e\x33\x94\x50\xf8\x56\xa8\x67\xb2\x71\x28\x34\x1c\x72\xcb\xad\x2e\x8b\x7f\xab\x2b\x65\xe6\x0f\x9c\x32\x99\xfc\x5b\xe3\x7a\x54\x5e\xe1\x5a\x11\xc5\x14\xa9\xd9\x50\x3c\xdc\x8e\xd4\xc4\x67\xe9\x96\x73\xc0\x59\xd2\x28\xbc\x92\x0b\x41\xce\x01\x35\xec\x58\x29\x88\xe7\xff\xba\x30\x97\x0f\x65\x66\xc1\x8e\x55\x18\xe7\x24\x7b\xd7\xed\xcc\xc1\x20\x25\x18\x56\x79\x66\x3f\x75\x83\x2a\xbc\x94\xd0\x4f\x60\x32\x82\x5c\x3e\xb1\xb1\x1a\x72\xb9\xe2\xb3\x04\xaa\xf2\x06\x0c\xc3\xa8\xca\x27\x2e\x9c\xb7\x02\x35\x67\x43\x36\x1a\x06\xc6\x41\x4c\x54\xb8\x65\x23\xc5\xe4\x2d\x2f\x82\x4a\x54\xc6\xad\x10\xca\x49\xd0\xe4\xad\x10\xca\xd9\x60\x5c\x43\xe2\xe5\x4e\x0f\x06\x18\x2f\xa1\x84\x59\x87\xd4\xa6\x34\xbe\x95\x90\x85\x7b\x18\x7d\xba\xfe\x3b\x8d\x29\x80\xc7\xef\x2f\x19\x7f\x1e\x2e\xa3\x34\xbe\x8d\xb4\x99\x06\x3c\x2e\x18\x90\xee\x21\x1f\xe5\x96\x5f\x92\x84\x93\xd3\x3b\x2c\xe1\xb4\x9e\x66\x2e\x55\xed\x50\xb7\x0b\xd3\xe3\x47\x85\x69\xf5\xeb\xc2\x34\x2b\xfc\xab\x9a\x66\xff\x54\xd5\x73\xea\xb4\xbe\xf5\xa5\x34\x6f\xcc\x94\x3c\x0c\x9e\x66\x42\x0a\x37\x9a\x53\x63\x3c\xe4\x95\xa2\x8f\x9e\x95\x13\xca\xdd\x23\x7f\x4c\x6b\x30\xc8\xdf\x63\xe8\xe4\x82\x5e\xf5\xb6\x53\x01\xa9\xc2\xef\x69\xfc\xcd\x91\xb2\x8f\x3f\x4c\xa1\xa0\x07\xcf\x50\x42\xa3\xe6\xec\x03\x88\xcc\xad\x2a\x0f\x03\x20\x93\x1e\x4a\x3f\x35\x53\x26\x67\x08\xd6\xc6\x91\x98\xbb\x71\xab\x4f\xbb\x5e\x22\xd4\xd9\xdf\x20\x0c\xd3\x39\x7e\x49\x52\x60\xc8\xe3\x82\x53\xb2\xa1\x8a\xeb\xc8\x5f\xd8\x9c\x88\x37\xa5\xa1\x8a\xcb\x99\x59\xd4\xc9\xd8\xe4\x38\x37\x54\xf1\x7c\x7f\x51\xcc\xbc\xcf\x7c\xa8\xfe\x11\x23\x94\x2b\xf8\xf9\x30\x5d\xea\x9c\x32\x8d\x0a\xe2\x9c\xe1\xd8\xcb\x2f\x2f\x9a\x59\x7e\x90\xd3\xbf\x3d\x0c\x76\x43\x70\x90\x87\xc1\x49\x06\xe2\x7b\x39\xc9\x21\x62\xa4\x7d\x08\x70\x6e\xbc\x97\xcf\xd4\x0c\xe5\xee\x53\x53\xca\x09\x26\x55\xd6\xfd\x99\x39\x55\xbc\x67\x1d\xb0\xec\xe5\xa5\x81\x2d\x3b\xdd\x2e\x21\x70\xf7\x72\x8a\x65\xf6\xc9\x32\x97\xc2\xdd\xc3\x18\xc7\x93\x00\x2d\x43\x1c\x3f\x85\x21\xb5\x19\x90\x77\x9c\x6e\x17\xcc\xa4\x5b\xe9\x76\x9f\xaa\x14\xfa\xa4\xb2\x71\xed\x25\x90\xf7\xc6\xf2\x69\xcc\x0f\x7b\x69\x58\xa8\xe5\xe3\xc7\x0e\x5b\x9e\x7d\x78\xaf\x0c\xff\x33\xeb\xbd\x6d\x73\xc9\x13\x79\x3b\xb5\x50\x0d\x65\xb3\xca\x84\x5a\xcf\xb9\x81\xbf\x39\x85\x6e\x5b\x29\x53\x87\x3b\x8d\xde\x5a\x99\x06\xf5\x11\x83\xa1\x7b\x49\xf4\x33\xfd\xc9\x81\x2f\x5c\x43\x26\xf9\x4d\x6a\xc2\x5b\x26\xf9\xf3\x60\xb7\xc9\x24\x3f\xc3\x42\x0c\x37\x1c\x01\xc4\x81\xa1\x84\x99\x19\x6d\xf8\xdc\xbd\x87\xd4\x04\x23\xfb\xc9\xea\x3e\x1b\xb7\xd9\xf6\x4b\x90\xf4\xf2\xb7\xcc\xee\x27\xf9\xed\x8d\x45\xfc\x14\xf2\x8b\x7a\x0a\x86\x6d\x6c\x3f\x05\xff\x57\x57\xec\x86\xfb\x4c\xf1\xa6\x1b\xb3\xc2\xbd\xcd\xfd\xc8\xa9\x6f\x18\xe3\xf9\x6c\xe9\x7f\x32\x6a\xe3\x18\x57\x8e\xcd\xe5\xab\x88\x04\xbf\xb7\x43\x4e\xf3\x6c\xb8\x7c\xa6\xb8\x17\x2f\xbf\xdb\x48\xf1\x7e\xcb\x82\x7f\xe2\x14\x7f\x63\xc1\x27\x2a\xc8\x08\xc8\x7b\xf2\xe0\x90\x05\x7f\xae\x92\x32\xa5\x1b\xae\xa1\x3e\xfe\xf0\x84\x94\x49\x64\x85\xf2\xac\x73\x8e\x0d\x80\x4c\x8c\xde\xad\x3c\xba\x93\xec\x32\xb7\xd2\xe8\xee\x68\x57\x94\x46\x77\x47\x7f\x24\x2f\x81\x4d\xae\x0d\x43\x25\x4f\x22\x96\x6e\x59\xfe\x37\xb6\x1b\xc3\x1f\x3f\x1d\xf2\xcb\xf6\xe9\x3a\xd2\xa8\x8f\xdc\x4c\x5d\x79\xc2\x20\x03\xcb\x11\x60\x63\xbb\x33\xac\xf1\x5c\x2d\x94\xfd\xad\x18\x8d\xa2\xdd\x27\xf2\xaa\x81\x8c\xeb\x48\xd9\xc7\xc9\xec\xa0\xfe\x74\x19\xd3\xbd\x37\x52\x66\x58\x58\x04\xf8\x16\xdc\x0a\x5e\x5d\xad\x86\xd2\x7c\x33\x32\x9b\xd6\x71\x76\xbc\x65\x5a\x4f\x0a\x34\xa3\xf5\x2e\xf2\xe3\x19\xad\x77\x44\x0c\xbc\xc1\xf4\x0f\xa5\x8d\x0b\xc0\x89\x41\x78\xdf\x77\xa9\xcc\xe5\x1b\x65\xbe\x51\x70\x57\xce\x9f\x8c\xde\x1b\x3b\xae\x41\x69\x37\x9e\x9f\xf7\x6d\x2d\x09\xfb\x1d\x43\x72\x5a\x11\xd2\x14\x76\x8d\xdb\x81\x9d\x99\xa6\xdb\xef\x52\x6e\x1b\x99\x91\x37\x3e\xd0\x37\x66\xe4\xc8\xe0\xb7\x41\xbc\x47\xa8\x3f\x17\xba\x47\x19\x87\x57\xf4\xa1\xb2\x0d\x9f\x7b\xc0\x0b\x3f\xd6\x5a\x30\xdf\x18\x87\x49\xc5\x7e\xcb\x38\xbc\x2b\x67\xe1\xe3\xdd\x9f\xcb\xf0\xe3\x74\x5e\x3b\xed\x78\xe8\x74\x69\x80\x75\xb6\x3b\x08\xb2\xe1\xf8\xb2\x15\x4f\xfc\x6e\x0c\x21\xbb\x5a\x49\xd9\x2d\x05\x0b\xc3\xd9\xfa\xe7\x99\x9a\x42\x46\x87\x1b\x3a\xb0\x12\x3f\xb8\x5b\x26\xde\x1d\x45\x84\xc3\x2c\x23\x96\x7e\xa4\x33\x20\x61\xc5\xfd\x71\x0a\xba\xcc\x8d\x3c\x8f\x2b\x77\x98\xf2\x84\xae\xa8\x01\x1d\x66\x89\x9b\xd1\x6d\x9b\x2e\x1e\xda\xb7\x6c\xba\x8b\x6c\x51\xc6\x73\xdd\x18\x8b\xc0\x73\x4d\xec\xde\xfd\x95\x96\x08\xb8\x99\xfb\xeb\x78\x24\x18\x93\xb2\x86\xbe\x6f\x7d\x2c\xc3\x33\xdf\xc9\x23\x1e\x76\x6f\x3b\x71\xb4\xca\x5f\x6f\x4c\x0e\xf0\x97\x1c\x01\x74\xef\x97\x37\x7e\xfd\x86\x56\xdd\xf8\xfc\x03\xad\x5a\x61\x84\x5f\x7b\x6e\x80\x36\x73\x7f\xd9\xc4\x07\x54\x77\x61\xea\x0e\x21\x2a\x30\x00\xa9\xb5\x81\x45\x31\x46\xeb\x89\x73\x04\x18\xad\xcf\x23\xf3\x9f\x6c\xfa\x6b\xcd\x2e\xc1\x3b\xb7\xcc\xcf\x23\xfb\x4d\xe6\xe7\x36\xde\xfe\x9f\xe7\x62\x36\xaa\x02\x3b\x0b\x81\x6d\xc6\x7a\xad\x25\x13\x67\x49\x80\xa3\x21\xd3\x74\x03\xa4\xc3\xf8\xad\xe3\x9d\xf0\x67\xbd\x47\x7d\xcb\xf4\xd2\x18\xa1\x3e\x4f\x19\xd2\xc5\xd7\x10\xa0\x30\x45\x43\xbb\xe2\x54\x67\x68\xd7\x82\x45\x0c\x64\xd7\x1d\x3d\x88\xa2\x3a\x0b\xb6\xd9\x5b\x51\x9d\xa3\x22\x79\x28\xaa\xf3\xc4\x6d\xc4\x38\xaf\x05\x30\x13\xe3\xbc\x8e\x3c\x25\x15\xf1\x79\x12\x7f\x65\x98\xd7\x92\x83\xf0\x73\x44\x3d\x13\xa3\x68\xd0\x91\x97\xba\xa3\x41\x37\x21\x4e\xf7\x4f\x22\x7a\x66\xed\x27\x09\x1d\x8f\xaf\x5b\xe6\xf6\xa7\x2a\xa3\xb1\xcf\x59\x7a\x54\xfa\xc9\x08\x29\x3f\xc7\x78\xd4\x34\x2a\x44\xf5\x95\x32\x6d\x8c\x96\x46\x35\xc1\x3b\x94\xc1\x7b\xd3\xc3\xa5\xb2\xf4\x70\x2b\x8a\x2c\x35\x9d\x8d\xac\x42\x89\xd9\xe5\xa1\x25\xa3\xfd\x19\xfd\xa4\x8d\xf6\x47\xba\x90\xd3\x71\x9e\x0b\x42\x8e\x9d\x91\x98\x7e\x76\xfc\xc8\x7d\xf9\x63\xef\x71\x30\x65\x6f\x3f\xb1\xef\xdf\xd8\xdb\xff\xf7\xa9\x94\x89\x35\x55\x7f\xd2\x5e\xa7\xea\x9f\x28\x86\xa3\xcd\x17\x23\x99\xec\xed\x35\xda\x63\x99\xdb\x57\x58\xb8\x73\x98\xe2\x44\x05\xfe\x2c\xc1\x29\x46\x9c\x2d\xb9\xa0\x8d\x38\x9b\x27\xbf\x8d\xdf\xf1\x7a\x06\x71\x36\x7e\xce\x20\xce\xe2\xd8\x7f\xff\xc9\x2a\x18\xdd\xc1\x9f\x19\x53\xb4\x15\xd8\xc6\xe9\xd2\xb6\xf1\x63\xa4\xaa\x2e\x02\xb2\x62\xdf\xc4\xb8\xce\xf4\x21\x3d\xd5\x99\x0f\xe5\x7d\x00\x63\x20\x6d\x69\x14\x8d\x32\x6b\xb7\xdc\x68\xb2\x6a\x17\x22\x45\x0d\x5c\xfb\x54\xe5\x47\xa4\xd7\xc1\xe3\xd4\xc0\xb5\x27\x7e\x84\x06\xae\xed\x78\x2e\x1a\xb8\xf6\xc4\xaf\xf9\xfe\xf3\xae\x5a\x69\xd4\xab\xfa\x36\x23\xc3\x32\x93\x6c\x0b\x38\x19\x56\x6f\x59\xc0\x2b\x30\x2c\xb7\x2c\xe0\xa5\xbf\x35\x9f\xdf\x28\xf9\x61\xbf\x6d\xb8\xb3\xff\xe0\x9a\xf9\x0d\xe5\x63\x22\x06\xc0\xe0\xb8\x1d\x8f\x47\x83\xe3\xf6\xa8\x24\xfe\xd8\x80\x6f\xd5\xa5\xc2\xf4\xb1\x45\x31\x36\x6d\xce\xf6\x7e\x28\x95\x65\x26\x8a\xbd\xf9\x56\xb5\x79\x95\xb9\x51\xe6\xa6\xfd\x8e\xcd\xab\x91\x76\x1c\xfe\x07\x7f\x95\x11\xbc\xef\xfe\x6f\x44\xc4\x5b\x16\xf2\xbd\x32\xff\xca\xb7\x0b\x78\xc7\x2d\x2b\xf8\x79\xc0\x7f\x64\x05\x2f\xff\xa3\xbe\x52\xb2\x3d\xbf\xb8\x0d\xc0\x5b\x1d\xfe\xb9\x0d\xc0\x5b\x8d\xeb\xb8\x0d\xc0\x5b\x9d\x09\x64\x1b\x7f\xb7\x8e\xb7\x4c\x33\xac\x43\xbd\x8d\xbf\xdb\xed\xc3\xb8\x8d\xbf\x5b\x1c\x2b\xf3\x50\xba\x7a\x5a\xbe\x53\x0e\x1e\x2d\xf0\x36\xfc\x6e\xb7\x67\xe8\x06\x7e\x77\xdb\x2d\x69\x1b\x7f\xb7\xef\xb7\xaa\x13\x02\x8d\xb4\x2a\xe5\x51\xfa\xd0\x96\x36\x70\xef\x36\x38\x6f\xb7\x5f\xe2\x36\x36\xef\xe9\xa7\xfc\x06\x9b\x77\xcf\x97\xd4\x0b\x71\xf3\x8b\x7a\xcd\x39\xbf\xc4\x36\x36\x6f\xb7\x73\xdf\x06\x9b\xd7\x8e\xb2\xdb\xd8\xbc\x4f\x33\xe9\x51\x52\x42\x4d\xa3\x92\x90\x67\xfa\x77\x82\x8b\x50\xfe\xc7\x99\x3e\x84\x31\x5c\xf2\xe1\x4f\x3b\x3c\x94\x61\x0f\xf8\x7f\xa9\x2a\x6d\x11\xd9\x06\xf9\xed\xb6\xca\x6f\x63\xfc\x9e\x23\x83\x91\x59\xc7\xd9\x0e\x1e\xca\x7f\x41\x7f\x97\xe7\x34\xad\xc8\xc3\xe4\x08\xf5\xf7\x94\xa5\x77\xbb\xf0\x16\x86\xed\x0c\xdd\x46\xd5\xd9\x86\xdf\x6d\xce\x36\xb2\x0d\xbf\x5b\x1c\x5e\xbf\x81\xdf\x3d\x32\x18\x0b\xc5\xf6\x18\xd8\x86\xdf\x6d\x25\xf3\x0d\xdb\x64\x15\x31\x7e\x1b\x01\xe7\x21\x9f\xe7\x6c\x67\xfd\x85\xcd\x5b\x3b\xd3\x78\xc2\x36\x59\xf1\xd3\xbb\x71\x86\x9a\x82\x4b\xe9\x50\x8a\x5a\x5f\x13\xca\xf3\xbf\x43\xea\xad\x7d\x0c\xa8\x9f\xe4\xd7\x05\xf5\x27\x37\x29\x6a\x2a\xdf\xa6\x5d\x0f\x36\xc8\xbd\xc6\x4d\xdf\x06\xee\x9d\x8e\xd5\xda\x06\xee\x5d\x3d\x7f\xb1\xcd\xb5\xd3\xa8\xee\xe2\x93\xe5\x57\xa0\x74\xb7\x61\xeb\xa1\x74\x1a\x66\x6a\x7e\x14\x38\x92\x0e\xed\x1a\x74\xa4\x47\x05\x06\xcc\xf4\xf1\xe7\x42\x5a\x95\x05\x70\xa6\x1d\x47\x4d\xfb\x51\xf6\x90\x45\x9d\xf0\x57\xd6\xba\x9e\x2c\x80\xe3\x3f\x9c\xf0\xf2\x21\xbb\xb0\xeb\xd2\x8e\xc7\xca\xac\x12\x53\x90\x0f\x25\x8a\x65\x1d\x65\xa3\x69\xa9\x49\xba\x01\xc6\x66\x35\x84\xc5\x88\x6d\x74\xe0\x6e\x11\x63\x1b\x1c\xb8\x39\x15\xc0\x36\x38\xf0\x53\x95\xd1\xd8\x22\x9d\x1e\x9d\xe0\x23\xcb\x61\x7d\xed\xca\x92\xcb\x96\x38\xf3\x57\xd6\x58\xf8\x99\xf0\x90\x4a\xf4\x55\x33\x00\x1d\x88\xc5\xb4\xda\x24\xbd\x38\x3b\x0a\x94\x3e\x1d\x83\xb4\x8d\x24\xdc\xec\x25\xfc\x50\xa7\x8c\xa7\xff\xe4\xd4\x4f\x55\x4d\xf9\xca\x87\x62\xf1\xac\x6b\xc1\x5e\x7d\x42\x4d\x31\xa0\x50\x9a\xf1\x95\xee\xfd\x8f\xf0\x8a\x82\x9b\x66\x28\x6d\x1d\x8e\x67\x71\xa4\x30\x87\xa3\xc8\xb0\x58\x58\xff\x22\x2f\xb6\xf3\x2d\x2b\x6e\x94\xd1\x78\x5b\x77\x46\x6a\xeb\xf5\xe2\x02\x28\x32\xe4\x58\x63\xb8\x8d\x56\xfc\x14\x0e\x48\xf9\xd4\xbc\x85\xcb\x85\x21\xe5\x0b\xc4\x6e\x35\x5a\xf1\x5e\xdc\x40\xc5\xce\x40\x23\xd4\xc7\x85\x1b\x52\xde\x40\xf0\x2b\xb9\x5d\xb4\xcd\xe1\x29\x76\x06\x82\xed\x28\x00\xbc\x18\x22\xf0\xa1\xa4\x6d\x63\x1d\x8b\x13\x29\x72\x21\x38\x1a\x7c\xaf\x9a\xaa\x72\x8c\x82\x77\x14\x6b\x37\x6d\x78\xdf\xc6\x12\x6e\xe5\x2d\x74\x48\x30\x65\x76\x6d\xe3\x98\xc9\x0d\xa3\x9e\x59\x64\xfb\xb4\xdb\xa3\x78\x1b\x4c\xb8\x85\x79\xc8\x0d\xa3\x6d\xee\x07\xb9\x61\x54\xbb\x08\x3c\x94\x7c\xdb\x38\x3b\xc5\x6c\x77\xc1\x67\x9c\xd6\x38\x67\x57\x6e\x18\x6d\x64\xca\x05\x58\x15\x56\x22\x2f\x8c\xd2\x77\x9a\x91\x83\xde\x4a\x2b\xe6\x16\xcd\xa3\x71\x1c\xfb\x36\x0e\xd3\x36\xd2\x70\xab\x9c\x4f\xa7\x2e\xce\x16\x74\x1c\x7b\x4e\x2b\xee\x14\x8b\x91\x57\xfb\xa9\xad\xb4\x2a\x40\x0b\xa6\x4a\x81\xec\xa5\xbd\x65\x72\x30\x9b\x94\xe9\xee\xce\xe9\x90\x6f\x45\xeb\x9c\xf9\xca\xf6\xec\x21\x35\x8d\xec\xf2\xea\x2d\x97\x2e\xbc\x8d\xe0\xba\xd5\x7e\x95\xdc\x3a\xb8\x4f\xe4\x9f\xec\x53\xb6\x90\x3a\xe4\x3e\xb1\xde\x0f\xfd\x52\x5f\xdc\x97\x72\x9f\x28\x95\x5b\x47\xee\x13\x6d\x73\x23\xc8\x27\xa2\x6d\xb8\x95\x7c\x22\x5a\x7d\xbf\x53\x92\x09\x76\xa3\x7c\x22\xda\xe6\xcc\x55\xcb\x8a\x6b\xa4\xd0\xb9\x22\xf8\xc5\x8b\xc1\xf1\x57\x72\x1c\x76\xc0\xe2\x36\x9e\xf0\x59\x32\xe1\x8a\x95\xb2\xc8\xb9\x8d\x18\x7c\xb6\x33\x94\x04\xd0\x4a\x8f\x5e\x7f\xf8\x18\x3e\x12\x8b\x65\x74\x60\x7b\x67\xaa\x9a\x2f\xd6\xc5\x8a\x37\xaf\x3f\x67\xac\xd9\x2a\xb5\x56\x48\x39\x75\x33\x38\x39\x49\x2c\x6b\xbf\xb6\xb1\x7f\xd7\x4a\x99\xa5\xae\xc5\x7e\x6c\x8e\x4c\x48\x97\x8e\x4c\x58\x48\x13\xf6\x7c\x88\xa4\x61\x7c\xdf\x83\xd9\xb1\x77\xc3\x4e\x4d\x2f\x47\x1a\x95\xcb\xc2\xe6\x62\x97\x27\xc2\x5c\x23\x94\xf4\x36\xf5\x9f\x41\x2d\x4f\x55\x2d\xc0\x66\x07\x36\x16\xc0\xcb\x21\x0f\x03\xd2\xf5\x6e\xe3\x02\xb7\x88\x0b\xcd\xf7\x5c\x3f\xa1\xaa\x9b\x61\x70\xb7\xff\x38\xcd\x74\x17\xf2\x1f\x8e\x71\xd9\xf9\x52\xf0\x6a\x07\xab\xa3\xab\x2c\x5b\xce\x09\x92\x0f\xee\x07\x25\x48\xee\x07\xb7\xbe\x13\x24\xef\x0d\xe7\x54\x82\xe4\x95\x35\x57\x82\xe4\x56\xe0\x0e\xdd\xf6\x8d\x33\x94\xad\xb9\xa1\xa4\xe1\x81\x71\x75\x27\xe7\x80\x73\xc8\xe8\x3f\x1b\x5c\xd5\x48\xbf\x7b\x23\xf5\x76\xc7\x2f\xa7\x43\x1d\xce\x83\xdb\x41\xc6\xfb\x73\xb0\x71\x6d\xa0\xaf\x23\x94\x90\xc6\xd3\x85\x3c\xeb\x1a\xaf\x0c\xd9\xe0\x67\x2b\x29\x53\x4c\x76\xe6\xc2\xb6\x45\xae\x43\xa3\x00\x67\xc3\x3b\x59\x72\xe3\x56\x53\x7c\x7e\x69\x19\x99\xd9\xff\x6e\x29\xb4\x15\xae\x43\x7d\x5d\x18\x52\xd8\xba\x33\x94\xac\x00\x5c\x87\xdd\xb6\x17\x04\xe4\x6e\x6f\x93\xfc\xc5\xed\x71\xf3\x87\xec\x05\xe4\xc3\x6e\xd3\x4b\xd6\x49\x26\xca\x72\xa4\x6c\xc8\xdd\x24\x65\x53\x99\x33\x18\xa9\x10\x93\x3a\x0f\xa9\x6e\x13\x59\x26\x5f\xfa\xae\xc5\x36\x1d\x36\x9f\x20\xa9\x38\x03\xc0\xde\x30\x8a\x61\xf3\x49\xab\x50\x7e\xb7\xf7\x01\xa9\x3b\x65\xe5\xcb\xcb\x85\x13\xf2\x96\x01\xe7\x80\x92\xe5\x87\x19\x1f\xca\x2a\xd8\x78\xac\x0c\x6f\x14\x64\x2c\x1c\x04\x2a\xfd\x6f\x5f\xdb\x74\xc8\x69\x67\xe0\x82\x41\x9a\x33\xad\xc8\xc9\xe3\x08\x25\x8f\x38\xe6\x5b\x79\x05\x66\xe3\x0e\x57\x5e\x01\xf2\x0d\x3d\xd4\x47\xf8\xc0\x8c\xd3\xd3\x9d\xff\xb5\x9d\x91\x49\xc4\xb0\xcf\x56\x98\x8e\xed\x82\x83\x29\x3b\xc0\x1a\x23\x65\xba\x89\x72\x4d\xc8\x76\xbf\x27\xdb\xd4\xd9\x01\x76\x4e\xb0\x8c\xf7\x7b\x96\x50\x9e\xfe\x9d\xba\x53\x76\xd7\x05\xe5\xe9\x67\x6f\x4e\x1f\xd3\x95\x2f\x2f\x3d\x0e\x53\xf5\x96\x22\x3c\x03\xf8\x08\xd0\x28\x8d\x0a\x76\x71\x64\xe4\x3f\xa1\x7e\xa7\x15\x03\x69\xd2\x8a\x3d\x02\xc2\xd1\xed\x11\x50\x90\x2f\x94\x62\x79\xb7\xfc\xf2\x66\xe0\x1d\x52\x29\x18\x10\xa2\x84\x09\x3c\x73\x87\x08\x13\x18\x37\x83\x87\x92\x2d\xe9\x48\xa3\xe6\xbd\x94\xc9\x08\xbd\x10\x61\xe4\x1f\xb0\x5b\xc6\x7d\xb9\x87\x7f\x2a\xa9\xb7\xf1\x82\xcb\x61\xff\xd0\x6d\xc0\xe0\xb9\x61\x4c\xb2\xfa\xe3\xbb\xf0\x50\x43\x55\xdf\x42\x77\xc2\x87\xb7\xdb\x39\x99\x1d\x99\x7e\xa2\x2b\x30\x7c\x70\xe5\x46\x51\x42\x82\xdd\xf8\x63\x25\x24\xc0\x79\x61\x1b\xf5\x77\x37\x44\x41\x25\x1d\xd8\x0d\xa1\xd1\x58\xbe\x76\xcf\x7d\x28\x85\x54\x1f\x29\xd3\x83\x13\x49\x50\x2e\x00\xe5\x38\x98\x2a\xf9\x00\xec\x3c\xa3\x94\xf3\x79\x37\x8e\x86\x3d\x02\xf2\xe0\x73\x1a\x81\x8a\xb4\x21\x8f\x80\x75\xc2\x43\x6c\xf5\xdf\x48\x30\xcb\xa8\x5f\x07\x7b\x5c\x11\xfe\xbb\xcd\x54\x55\xe6\x0e\xc4\xeb\xe5\xd5\x98\xa9\x29\x24\xeb\xcc\xc5\xe5\x91\x22\x97\xc9\xce\xbf\xc3\x60\x97\xec\x37\x11\xf6\x6c\xe6\xcf\x0e\x5b\x9e\xfd\x95\x9a\x9a\x28\x18\xfa\xf2\xe4\x73\x9d\x3a\x8f\x74\x5b\xf9\xee\x2b\x8a\x49\x94\xdd\x67\xf6\x50\x4a\xf1\xc1\xe1\xdb\x76\x1c\x66\x0f\xef\xe5\x1f\xac\x50\xea\x8f\x0d\x2d\x9b\xff\x6e\x3b\x35\xd5\x03\x6c\x49\xc1\xfd\x80\x3a\x3f\x94\x5a\x41\x24\xd9\xdb\x1b\x6a\xa6\x70\x2a\xce\x8e\x2e\x14\xe6\x57\x61\xd9\x8e\xe6\xaf\xfc\x92\xa2\xf9\x77\x43\xec\x51\xfc\x3e\xa0\xd2\xdb\xa8\xb9\xf8\xad\x6c\xc3\xd6\x96\x13\x8e\x2d\xa0\xda\x15\x25\xc5\xb6\x36\xef\x64\x0b\xd9\x3a\xdf\x8f\x7c\x28\xfb\x18\x07\x4a\x16\x77\x3c\x35\xf6\x92\xc5\x7d\x4d\x98\xb2\xb0\x69\x77\x18\x88\xe2\xe7\x9f\x46\x53\x55\x2a\x0c\x76\xb0\x8c\xe1\xb3\xf3\x2a\x94\xbd\x7b\x0d\xf8\xb0\x61\x63\x8f\x93\x03\x64\x83\x77\x87\x11\x5f\x02\xf1\xef\x67\x3e\x74\xa6\x51\xf8\xa2\xc3\xe2\x6b\x4d\xa1\xff\x2a\xe3\x91\x71\xbc\xf3\x82\x97\x71\xfc\x29\x4c\x9f\xd2\x8c\x70\xa2\x14\x16\xbf\x3b\xd3\xa1\xc8\xf7\xdd\xb9\xa3\x2f\x6f\xf7\x93\xbb\xf6\x22\x15\x3c\x3f\x79\x79\x74\x07\x14\x79\x50\x43\x2e\xb5\xd3\xa0\xb6\xaa\x86\xf2\x94\x33\x1a\x19\x96\x7b\xfe\x4a\x29\x6d\xc2\xa5\x85\x23\xfb\x34\x9a\x42\x4f\x24\x1f\x3e\x22\xc3\xee\x68\xdf\x2e\x63\x13\xbf\x65\xcb\x1f\xa6\x50\xb2\x35\xdb\x51\x16\xf8\x72\x9c\xc8\x68\x86\x79\xed\x30\x5f\x05\xd4\xef\x68\x0d\x65\x9e\x7f\xaa\x86\x7c\xd6\x2e\xcf\x59\xc5\xd7\x3f\x85\x1d\x52\x53\x47\x97\x37\x3b\x02\xa1\x45\x89\xa8\xd7\x80\xfb\x2b\x0f\xf5\x53\xf8\x1f\xb4\x1f\x0a\xcd\x9f\x93\xc1\x2a\x34\x7f\xf6\x9e\xf1\x68\xb0\x67\x5a\xd5\x76\x85\xa7\xcb\x0b\x60\xee\x1a\xea\xab\xc1\x85\x52\xc0\xd2\x39\x42\xea\xc3\x74\xe1\x2d\xc0\x56\x96\x17\xc0\x8c\x82\x43\xa1\xef\xbb\xd7\xd4\xd4\x0e\x80\x37\xdd\xec\x00\xee\x8d\xdb\x3b\x80\xe3\xa2\xf4\xd2\xe5\x38\x67\xbe\xd4\x31\x87\x23\x38\xd6\xbd\xf5\xb4\x23\x78\xe8\x23\x3d\x6a\x6c\x6c\x73\x25\x9b\xde\x11\x53\x6f\xef\x00\x2e\x78\x85\xba\xef\xce\xb6\xbe\x0d\xa0\x77\xc2\x7f\xed\xa2\x70\x66\xa8\x76\x88\x47\xfb\xfe\x61\x91\xe1\xb8\x0a\x4a\xdf\x1d\x16\xef\xa4\xd1\x1d\xf1\xc7\x11\xe2\xb9\xb6\x3f\xb6\x36\x46\x8f\x6b\x0f\x81\x08\x98\x72\x02\xd8\x1d\x99\xfd\xe3\xfb\x9e\x6d\xa5\x90\xf0\x9d\x55\xfc\xf8\xb0\x96\x34\xaa\xf3\xc0\xa6\xfa\x78\x69\xd8\xd6\x1f\xa7\xb0\x80\xcb\x39\x81\xf3\x11\x01\x4f\x19\x9c\x57\x3b\x52\x68\xac\x45\x1a\xf5\xda\x14\xec\x14\x0e\x10\x8f\x92\xc2\x01\xe2\x03\x66\xf1\xf1\xf4\xb7\x50\xca\x28\x91\xd1\xdc\x8e\x1c\xa1\x95\xdb\x09\xaf\xe8\x42\xd3\xbf\x78\xdb\x7d\x3c\xfd\xd1\xa2\xcb\x0b\x61\xf7\x12\xca\xe7\x38\x8d\xfe\x39\x7a\xce\xa3\x11\x22\xe9\xee\x9c\x9b\xaf\xa5\x48\x96\xff\xeb\x13\x57\xd8\x8d\x5f\x9f\x38\x74\x78\x76\x3c\x68\x0c\x4e\x69\xa2\xf1\xe5\x7a\x28\xf1\xf5\x1d\xea\xa3\x66\x6a\x3e\x74\x58\x05\xfd\xcb\x0f\xa1\x23\x0c\x38\x24\x7d\x1d\xa1\x6e\xd5\xa4\xfb\xcb\x35\x37\x94\xd6\x9b\x9f\xfa\x9a\xe3\xb5\xd4\x54\xbc\x55\x06\xa3\xc8\xd0\xa3\xb0\xa8\xf2\x09\x58\x0d\x2e\xff\xf5\x0e\x47\xb9\xa2\x9c\xcd\xeb\xe0\x86\xff\x7a\x87\xf7\x50\x8a\xf8\x80\x37\x7f\x0d\xaa\xce\x55\xf9\x65\x4e\xb9\xc8\x94\x95\x79\x55\xae\x15\xdb\xef\x8f\xd8\x49\x9c\x96\x39\xfc\xef\xe7\x79\x1b\xa9\x2a\x2d\x69\x4d\x99\xf2\x56\x31\x35\x8e\x49\xcf\x76\xff\xf9\x76\x2a\x1c\x69\x59\xc9\x77\xa4\x66\xe7\x53\x1e\x5c\x15\x32\x68\xef\x83\xb9\xf9\x99\x89\xc0\x53\x0d\xc2\xe9\xbc\x5d\xdb\x20\x9c\xe5\x28\x88\x4d\x3f\xae\x91\x34\xaa\x63\x33\xd2\xa8\x27\x75\xa7\xd0\x27\xbc\x42\x7d\x5d\xb8\x21\x1d\xa9\xc6\x50\x2d\x8c\x55\xee\x9c\x9f\x17\x00\x29\xee\xe7\x3d\xfe\x6f\x8c\x80\xa7\x6a\x73\x3b\xf4\x29\x29\xba\xcf\x50\x9e\x0f\x06\x60\xc1\x82\x05\xf8\xf3\x36\x5e\xa1\x34\x03\x08\x6e\xb2\x4b\xaf\x6c\xf8\x3f\x7b\x49\x54\x66\xc0\xa9\x97\xb3\x1f\x14\xb4\xfd\x14\x6e\x48\xdd\x0d\x23\x85\xe2\xff\x48\xd8\x32\x5a\xef\x0e\x1f\x51\xf0\xf5\x1c\xe9\x51\xef\x94\x18\xea\xfe\x58\x47\xfa\x97\x04\xd6\x67\xca\xe4\x25\x80\xe0\xa8\x2c\xcd\xe5\xa8\x1c\xaa\x3f\xe7\xd7\x61\xe7\xc8\xda\xbc\x3b\xb2\xb8\xac\xcd\x4f\xd5\x7c\xe9\x0d\x58\xa1\x96\x32\x26\x30\x6e\xcf\x22\x6a\xa0\x3f\xbf\x45\xf2\xc4\x94\xd1\x76\xf7\x95\xc2\xe5\x42\xfe\x51\xe2\x30\x36\x4d\x63\x66\x6e\x47\x3c\x6e\x83\x5d\xee\x6e\x8e\x63\x5c\xca\xe5\xdc\xe3\xdb\xb0\x94\xe5\xb0\xc7\xce\x43\x6a\xe4\x85\x0f\x2d\x9f\xf9\x3c\xee\xc3\xac\x62\xa5\x19\x7b\xc1\xd1\xa1\x59\xbc\x5f\xad\x46\xb0\xdc\x7d\xd1\x85\x45\xae\x45\x0f\xbe\x28\x7d\x17\xef\x03\x90\xb6\x65\x4a\x7e\x76\x0e\x99\x7d\x28\x79\xbd\xed\x94\x79\xbf\xe5\x0f\xc5\x2a\x58\x6f\x03\x5a\x6e\xec\x4b\xfb\xb0\xcc\x5b\xdf\x76\x2c\x80\xa5\x1d\x73\xe3\x54\xd5\xd6\xb4\x8c\xbf\x4f\x67\x09\xa2\x51\xa7\x3e\xee\x66\x94\xfb\xf4\x7e\x73\x4c\xc5\x43\x6a\xbf\xf9\x81\x65\xf0\x4b\xe0\x1d\x1f\x8a\x34\x0c\x21\x35\x6f\xe6\xc6\x5b\xe6\xb6\xdd\x98\xa9\xd3\xd2\xc7\xa6\x51\x50\x96\x4b\x48\xed\x86\x95\x0f\x95\x54\xcf\x0c\xc0\x50\x94\xe5\x40\x69\x62\x2c\xca\x8d\x5a\xd6\x70\x93\xcb\x19\x07\xb7\xd1\x26\x9f\xaa\xb4\xe3\x34\x92\x2d\x94\xec\x64\x2c\xe3\xe9\x4d\x85\xa5\xd2\xa8\x91\x1b\xdb\xe4\xc6\x14\x96\x91\x2b\xae\x6e\x65\xe6\x6e\x27\xfe\x48\xa3\xf2\xad\x63\xe5\x8a\x13\x31\xf0\x9d\x0d\x53\xc8\x5b\x86\x97\x1c\xbc\x4c\x8d\x2e\x39\xb0\x5a\x1a\x40\xb2\xf2\x90\xd9\xc5\x1b\xd5\x9e\xf3\x0f\x29\x23\x36\x53\x8c\x25\x8a\xc1\xc8\x12\x35\x56\xba\x90\x21\x6a\x1d\xf9\x4e\x67\xca\x5e\x9f\xdb\xd0\x93\x83\x0b\xcf\xd0\x93\x4f\x21\x03\x90\x36\xd9\x3e\xb7\x0f\x25\x25\xf9\x60\xa8\x36\xbe\xd7\xf4\xf8\x27\x8d\x0a\x65\xe2\x0d\x76\x10\xdd\x06\xa9\x3c\x79\xfc\xee\x62\x94\xed\xc6\x77\xb2\x99\xd6\xb7\x4c\x71\xe7\x2f\x35\x95\x14\x83\xdf\x57\xda\x11\xac\x92\x5b\x91\xc1\xe7\x3a\xfe\x99\x78\xfa\xa9\xaa\x19\x7e\x3f\xd4\x0c\x9f\xe9\xfe\x23\x8a\xbf\x97\x7f\x1e\xd6\xcc\x2d\x5b\x56\xd9\x29\xb3\xbd\x2a\xdf\x29\x43\xb9\x11\xa5\xb6\xb1\x35\xeb\x99\x1e\x6e\x4d\x7e\x61\x2a\xa4\xbb\x3e\x61\x36\xb2\x33\x35\x27\xa1\xdb\x46\xc8\x2c\x3c\xd3\x0c\x90\x39\x70\x8a\x30\x40\x66\xb3\x3f\xe0\x36\x40\x66\x75\x3a\xd7\x87\x52\xec\xa1\x5f\x1e\x5b\x01\xbd\x65\xb0\x4b\x64\x81\x1a\x8e\xca\x7e\xa8\xae\x1d\x34\xa1\xa4\x2d\xb5\x12\x70\xcb\x00\xf5\xac\x75\xba\xf8\x33\xe9\xd1\x28\xed\xf1\xc0\x46\xbf\x95\xf6\x78\x20\x16\x6e\x45\xe2\x3e\x55\x53\xa8\x29\x6d\x74\xa2\xac\xd3\x63\xd2\x89\xa1\x7c\x7d\x9f\x6c\x99\x87\x5a\x63\x4a\x65\x1e\x1a\x61\xa0\x8a\xae\xad\x2b\x3f\x7c\xb1\x4b\x69\xf4\x52\xff\x2f\xa5\x15\x4d\xf7\x5e\xd1\x9e\x46\xa5\x4c\x9b\x29\xfb\x2a\x21\x01\xe3\x76\x22\x99\x1d\x4a\x96\xdd\x41\x4d\x59\x20\xcb\x19\x6a\x3c\xb3\xcf\xca\x54\x79\x5c\xae\xfc\x84\xac\x8a\xe3\x08\xa5\x91\x8d\xb4\x79\x09\x73\x95\x5f\xba\xcd\x31\x33\x34\xc3\xfe\xe5\x27\xbc\xdc\x96\x98\x76\x93\x5f\x91\x1d\x75\x1f\x4a\x7e\x45\x34\x2a\x8b\xd3\xc0\x79\x61\xcb\xe2\x34\x30\x78\x6d\x19\x9c\xce\x6a\xf9\x69\xdb\xe0\xe4\xa0\xe0\x87\x52\x16\x9b\x33\xd4\x2d\xa4\x9c\x09\xa5\xc4\xf5\xac\x92\x62\x69\x2b\xe6\x0e\xc3\x78\xd6\xc1\xc9\x0e\x36\x27\x3d\x78\x5b\xc0\xe7\x6d\x6d\xaa\x30\xb6\x66\x6d\xf4\xfb\x9d\x96\x85\x2b\x50\x31\xb8\xcf\x54\x30\x6c\x0b\x0f\x0d\x5e\xae\xd0\xda\xba\xd8\x89\xcd\xfb\x02\x56\x2e\x3b\x55\xc1\xe5\x68\x2b\xb4\xf6\xac\x35\xcd\x38\x51\x38\xff\xe4\x3c\x50\x6c\x59\x62\x6b\x1b\x67\xa6\x99\x7d\x64\xa8\xde\x4f\x3b\x65\xe2\x02\x6f\x99\xd8\xdc\x99\xa1\xe9\x8c\xbe\xe3\xfe\x53\xf4\x10\xdf\x69\x3f\xcd\x2c\x05\xb9\x87\xe0\x81\xcd\x6c\x20\xe3\x7e\xd8\xc0\x70\xd8\xf5\x36\x52\x68\x3d\x33\x53\xcf\xa6\x19\xce\xaf\xb1\x8d\x14\x7a\xf2\x8e\x34\x52\xe8\xc0\x50\x61\xa8\xd0\xa7\x0b\x37\xe3\x7c\xd0\xbc\xc7\x0d\x15\x5a\xb0\x6f\x1a\x2a\x74\x6c\xee\x95\xbe\x18\x5b\x83\xd4\x9a\xd2\xaa\x4c\x5f\x4f\x61\xbe\xdc\xfa\x72\x42\x29\x09\x0c\xdc\xa5\x23\x03\x8c\x90\x1f\x55\x5d\x50\x32\x7e\xe5\x43\x69\xce\xe7\xbf\x13\xe3\x3d\x55\x75\x41\x20\x73\x29\x00\xf6\xe9\x23\xed\x98\xd9\x70\x50\x14\xc9\x3a\xc2\x95\x15\xc9\x5a\xb2\x71\x65\x28\x1b\x9b\xd5\xe9\xd9\x63\xfc\xa5\xf6\x11\x32\xb0\x21\x40\xcb\x3b\x03\x5a\xe4\x03\x45\xf6\x96\xe1\x6a\x6c\x24\x0b\x19\xae\x0a\xaf\xce\x2d\x8b\x53\x75\x92\x9a\x6d\x40\xd0\x89\x77\x14\x48\x9e\x46\xca\xd9\x7b\xd8\x3c\xc2\x6d\x32\x9c\x9a\x04\x7d\xf8\x56\x0e\xea\x8d\xcd\x61\x2b\x05\xf5\xca\x1f\xcb\x00\xb5\x4f\x4e\x83\x4c\x4c\x13\x13\x97\x71\x3c\x9f\x66\xd2\xc7\xad\xb0\x90\x54\xfd\xe8\xc3\x01\xe5\xcd\xb2\x42\xfe\x54\xd8\xa0\x1c\xfa\xc1\x87\xdb\x53\x85\x9c\x3b\xac\xb2\xac\xa1\x9c\x76\x88\xf3\xe8\xb4\xd7\xf8\xab\x19\x01\x94\x44\x74\x0f\xe5\xd7\x33\x63\xd5\x93\xe0\x60\xcf\x0f\xe7\x43\x41\xd5\xb7\x87\xf5\xec\x6c\x24\x01\x82\xee\x95\x9f\x74\x5c\x04\x5c\x5b\xb1\xad\x13\x5b\x30\x90\x9f\xbc\x3a\x0c\xf9\xf9\x34\x9a\x3e\x6e\x8d\x26\x55\x35\x1d\x30\x80\x21\x01\x11\x17\x83\xad\xb8\x57\xc0\x08\x1e\x4a\x33\x3e\x42\x49\x7b\x08\x73\x18\xd6\x1e\xa2\x74\xdb\x8a\x66\x5d\x61\x47\x0a\x66\xdd\x67\x16\x4e\x5a\xf7\xdc\x28\x8a\x65\xdd\x27\xec\xc0\x89\xb5\xd1\xc0\x6d\xdb\xc3\xb0\x6a\x6d\x99\xbc\xf6\x42\x3c\x9d\xbe\x97\x51\xe6\x6e\x99\xbc\xf6\xc9\xb5\xec\x94\xd8\x07\xca\xa3\x3d\xc1\xf4\x6f\x50\xfa\xfd\x91\x0f\x65\xd6\x83\x01\xcb\x90\xb5\x4f\x96\x6d\x7a\xd9\xd8\xef\xb6\x63\xe1\x64\xb7\x9d\x4a\x1b\x03\x94\x81\x43\x27\x3e\x2c\x06\x0e\x2d\x47\x7f\x0b\xf5\x8b\xdc\x37\xd3\x59\x5e\x76\xa8\x22\xdc\x94\x50\xea\x82\xbb\xcf\xe6\xa8\xc9\xd4\xc8\x1a\xd5\x67\xa6\x46\xce\x47\xb5\xa4\xec\x56\x19\x53\x63\x99\x1f\x9d\xeb\x9e\xe2\xd4\xc7\x4a\xa1\xf0\x1a\x91\x9d\x15\xf5\x7a\x56\xe4\xae\x79\xfb\x82\xa3\xfb\xe7\xe6\xef\x73\x84\x92\x81\x35\xdf\xc9\xa3\x78\x66\x65\x6c\x58\x80\x51\x4f\x3b\x0d\xb3\x4d\xa6\x61\x3d\xb3\x4c\x7a\x72\xbd\xbf\x0b\x2e\x0d\xb3\xa6\xa8\x8c\xc9\xfb\x47\xd1\xb1\x7d\x66\x25\x6e\x4b\x28\xa1\x7e\x2a\xe3\xe7\xad\xd5\x41\x51\xbb\x65\x51\x3b\x23\x78\xc8\xa2\x76\x62\xfb\xdd\xcb\xf6\x56\x24\x75\xc5\xd8\xb6\xda\x43\x0d\x35\xda\xa1\xbc\xbd\xb8\x35\x64\x7c\xeb\x8f\xbc\xf4\x4f\x36\xbd\xec\x99\xbc\xd2\xe3\x4f\x09\xc7\xd3\xea\xdf\xd3\x0c\x52\x82\x4c\x71\x67\x1e\xb5\x86\x5f\x0d\x73\x5d\x0f\x3b\xe9\x79\x9a\x2d\xbf\x14\xd1\x2a\x6d\xd9\xe9\x4a\x83\x49\x2d\xbf\x46\x50\xc6\xee\x65\xb3\x06\x4a\xb6\xed\x2c\xde\x0e\xfc\x79\x28\x79\xbe\xb5\x74\xf9\x73\x55\x46\x27\x87\xcf\x9e\x66\x7d\x31\xa0\x72\xdc\xcb\x5e\x72\xf0\xf7\x65\x27\x19\x38\x91\xe3\x7c\x37\x6c\x52\x46\xbd\x5a\x58\xe3\x65\x77\x16\x58\xf8\x92\xfc\x38\xb2\x00\x72\x60\x3b\xb9\x09\x64\xd3\x6b\x85\x33\xab\xd0\xdd\x16\x3e\xa8\x14\xde\x25\x72\xe7\xe2\x7d\x30\xa1\xe4\x95\x95\x61\xcb\x11\x1d\xcb\xe4\x96\x4d\xaf\x1c\x68\x51\x36\x46\x3d\x8f\x65\xdb\x49\x9d\x36\x37\x49\xb1\xb8\xfb\xb7\xb3\xac\xc1\xb1\xb7\x05\x83\x88\x9a\x8a\x00\x3e\x27\x23\x95\x35\xb0\x9c\xb0\x73\xa5\x05\x2f\x63\xa4\xec\xd9\x46\x11\x12\x1d\x1d\x5c\xde\x46\xe5\xbf\xd8\xd3\xbf\x19\xe8\x08\x29\xef\xe7\x77\xa8\xca\x18\xf6\x36\xf3\x95\x57\x88\xa7\x7b\x3b\x95\x1a\xd7\x80\x72\x82\x37\x7c\x2b\x8c\x54\x5b\x2b\x02\x3a\x39\xc1\x61\x04\x46\xaa\x3d\x50\x7e\x6c\x4b\x9e\x7d\xa6\xd0\x19\x66\x16\x94\x67\x71\xa6\x55\x79\x2f\x71\x47\x6c\xf6\xc9\x0c\x29\xff\x6a\x84\x4d\x99\x23\x5b\x65\x9f\x38\x9d\x78\x38\xf8\xb6\x90\xca\xce\xdc\x4e\x9f\xd6\x53\x73\xc9\x99\x27\x65\xc2\x0f\x3b\xf2\x9d\x64\x2d\x78\xed\xb6\x86\x13\xcd\xa0\xd1\x70\xdb\xce\xf4\x5b\xc1\x01\x1f\xde\x56\x70\xa0\x19\xdb\x8a\x64\x6e\x84\x09\x6c\x45\x32\xcf\x95\x3e\xec\x4c\x39\xf2\xe1\xb3\xc2\xe3\x4c\xcd\xa1\x90\x05\xc6\xa6\x54\x18\x3b\x7f\x21\x83\x4a\xe1\x6e\xd9\x4e\x88\x6a\xd3\xd3\xbe\xcc\x6e\xd8\xd1\x97\xf7\x09\x43\xbb\x60\x37\x88\x48\x0a\x3f\x6e\xe8\x69\xf7\xc5\x6d\x86\x9e\x84\xf0\xe3\xb7\xaa\xe2\xc8\x39\xa5\x97\x75\xf8\x1d\x89\x4d\xe1\xc7\x8d\x60\x87\x7d\x11\x59\x18\x4a\x81\x00\xbc\x47\x15\x7d\xdc\x0a\x07\xd3\x99\xc7\xc3\x0b\x95\x78\x7c\x4d\xf6\xcd\x65\xcd\xc8\x40\x98\xb8\x70\xd1\x4d\x55\x69\xed\xe8\x41\x28\x40\xeb\x6d\xe5\xf2\x77\x29\x54\x8e\xdf\x9e\xee\x95\xd8\x26\x03\x7d\xf6\x42\x0d\x23\x72\xbe\x70\x8c\x74\x86\xdc\x2d\xc7\x38\x43\x2a\x21\x33\x57\xdd\x65\xe7\xd9\xff\xe0\xeb\x61\x94\xdd\x95\x67\xd8\xe5\xa4\x91\x03\xa1\xf8\xe2\x7a\x63\x00\x76\x36\x80\xa5\x08\x82\xf7\xa9\xca\xca\x89\x33\x85\x33\x5f\x36\xf0\x60\xc7\xde\x97\xb7\xc3\x19\xea\x91\x51\xc3\x6d\xb1\xb7\x66\x1f\xc9\xde\xba\x31\xb7\xec\x4b\x7c\x2b\xcf\xde\xcb\x37\xdc\x80\x51\xca\xfc\x5a\x0b\x57\xea\x6d\xd4\x16\x5e\x17\x32\xb0\xb6\x83\x6d\x7c\x3b\xd4\x6b\xa6\x4c\x2b\x07\xdf\xb8\x1d\xe9\x85\x88\x78\xfb\x75\x43\x00\x8f\xa1\x7c\xc7\x6e\x29\xfc\x28\x0e\xaf\x42\x7d\x95\x7e\x22\x83\x91\x9e\xb4\xe5\x3b\xc9\x13\x27\x5d\xc8\xd8\x8a\xd1\x6c\xdf\xf2\xc8\x6c\x68\x09\x9d\xae\x1c\x8b\xb2\xc1\x7b\x17\x16\x7e\x83\xf7\x96\x23\xa2\xf5\x6d\xfb\x52\xfe\x9e\x3c\x55\x5e\xa9\x5b\xb6\xbf\xde\x43\xe9\x84\x87\x6d\x3a\x7b\x39\x91\x37\xfb\x76\x62\x32\xf4\x3a\xb7\x39\x0c\xbb\xd8\x38\xbf\x98\xdb\xb7\xec\xb0\xed\xe0\xae\xbb\x8d\x4b\xc2\x92\xde\x88\xc4\x8c\x5b\x5c\x03\x7f\x87\x2d\x5b\x6b\xc9\x0e\xb7\xad\x15\xcf\x13\xc3\xfc\x96\x63\xf4\x14\xca\x03\x95\xed\x77\xb3\x17\x32\xa7\xf2\xb7\xc8\xc1\xb9\x8d\xb0\x0d\xd7\xbc\xd9\x0b\x70\xdf\x8f\x01\x4d\xd8\x0b\x32\xd2\x4e\xfc\x14\xf6\xc7\x58\x47\x35\x65\xde\xb7\xf0\x3b\x59\x70\x27\xae\x08\x86\xfd\x6d\x38\xe2\x00\xfb\x1b\xed\xbe\xc2\xbf\x0b\x31\x01\x06\xfa\x2d\x39\xb7\x1f\xaf\x7e\xc9\x60\x3c\x53\x94\x49\x68\x59\x30\x66\xa5\x06\x2f\xd1\x92\x2b\xde\xbb\xe6\x25\xf5\xb1\xbc\x8c\x47\xa4\x01\x79\xeb\xfb\xa1\x53\xc7\xb3\x35\x3e\xb6\x19\xc2\xa7\x94\xa8\x7b\x62\x78\xdf\x1f\xf9\x4e\x62\x06\x37\xca\x6e\x39\xc6\x4e\xa1\xd3\x5c\xd1\xbf\x0c\x01\x3b\x35\x1f\x3e\x85\xc7\xeb\xfe\xe8\x79\x32\x5b\xca\xf4\x83\x35\x65\x9e\x7c\xd8\xab\xa3\xc1\x71\x42\xd8\x5f\x0b\x09\x93\x76\xbe\xc6\xb1\x6b\xa1\xc4\x09\x42\xc9\x5b\x31\xcf\x1c\xc3\xec\xe6\xb1\xa2\x5c\xe0\xa5\xa0\xfc\x54\xba\xef\x12\x61\xea\xeb\xec\x0e\x35\x65\x02\xc0\xe3\x74\x7f\xa5\x69\xc6\x7f\x65\x2b\x52\xbc\x1c\xb8\x0b\x1a\x64\xb7\x54\xee\x4c\x45\x8a\x97\xb0\x77\x45\x8a\x97\xb9\x43\x75\xe5\xb9\xa2\x51\xf1\xde\x28\x56\x64\xbe\x3d\x89\x72\xdb\x5f\x69\x72\x4a\x0f\x25\xc6\xc3\x3d\xf4\x35\x93\x0c\x7b\xb5\x89\x96\xd5\x36\x52\xee\xf8\x37\x1a\xe2\x06\x0d\x37\x7c\x4f\x11\xcf\x35\x22\xc2\xcf\x57\xdd\xe4\x40\xfd\x6c\xca\x4b\xcd\x9f\xcb\x42\x0a\x91\x8a\xb7\xc4\xcf\xcf\xf8\x18\x21\x7e\x96\xad\x31\xad\x6d\x05\x40\xcf\xf0\x41\x19\x6c\xeb\x89\x68\xfd\xf3\x2c\xb2\xc0\x32\xd8\xce\xc1\x76\xb3\xc1\x16\x17\x44\xe0\x70\x07\x1b\xf3\xe7\x07\x59\xd4\xad\x3f\x3f\xc8\x98\xf0\x9f\xb5\x2a\xf3\xfd\xf2\x4f\xfd\xf3\x93\x72\xf9\x8d\x94\x40\xde\xee\xc9\x32\xca\xb4\x3a\x07\x0a\x98\x9f\x51\xe7\x60\x45\xb6\x9e\x46\xf5\xfe\xe7\xa7\x33\xaf\x20\xd9\x4b\x37\x3e\xaf\x46\xaa\x2d\xff\x9f\xb1\x77\xc9\xbd\xac\x45\xa2\x7b\xfb\x35\x8a\x1a\xc2\xe1\x0d\x52\xa9\xe6\x02\xe7\xec\x7d\x7b\xb7\xe1\xf9\x37\x2c\xe2\xb7\x56\x5a\x96\x6d\x7d\xd9\x4a\x58\xb9\xff\x1c\x1e\x41\x40\x10\xaf\x8f\xb5\x30\x2f\x06\xa1\x7a\x47\x08\x75\xe9\xac\x3a\xb2\x5e\x1e\x35\x74\x83\x09\x77\xdc\xe5\x97\x9b\x97\x08\x0e\x62\x44\x2f\x3b\x5a\xfe\x59\x0b\x0d\xa9\x14\xb4\x8b\x70\xd1\x16\x10\xc3\x57\xb6\x64\x6d\xa2\x17\xdd\xb6\xfc\x91\xd6\x8b\x02\x63\xb9\x76\x5b\xcd\xee\x5b\x48\x0f\x3e\x06\x5f\xf4\x7e\xf2\x1c\x5a\xa1\x21\xad\xb2\x2a\x26\x1d\x6d\x29\x1e\x46\xa8\x9d\x3a\xc7\xd2\xfe\x60\xe7\xa2\xcb\xf5\x0e\x67\xd5\x49\x4c\x85\x5b\x23\x27\x54\x52\x2d\x1e\xa0\xb2\xbf\xe4\x17\xd9\x71\xca\x3f\xdb\xd9\x0e\xe4\x9f\x9d\x52\xca\xef\x8f\xf2\xcc\xf9\x17\xc3\xcb\xac\xfb\xff\x16\xcd\x0c\x55\x23\xbc\x46\x72\x33\x87\xff\xf4\xb7\x11\xf8\x34\xfb\x53\x26\xb9\xa8\xd9\x50\xd8\x0e\xff\x48\xbc\x4e\x49\x29\x48\x5a\xdb\x31\xfc\x87\xc1\x70\x08\x2e\x79\x6b\xa1\xda\x9b\x1a\xf1\x82\x51\x55\xd5\xee\xaa\xca\xe9\x94\x4c\xb5\x8b\x10\x2a\xb7\x16\xa1\x96\x3c\x44\xa2\xdf\xeb\x75\x7a\x87\x83\xe8\x12\x47\xdf\xe1\x20\x3a\x9b\x9b\x39\x18\x53\xea\xcb\x50\x57\x13\xaa\xfd\xd6\xc2\x22\xa9\x68\xc2\xc9\x54\x3b\xd4\xed\x13\xdb\x68\x7a\x84\x87\x46\xf9\x4f\xd2\xd1\xea\xe1\x8e\x8c\xb3\x53\x62\x1f\x19\x67\x07\xf1\xd0\x6f\x2d\xd2\x2f\xfb\xef\x42\x77\x2d\x45\x0c\xf9\x67\xa7\x9c\x4e\xc9\x38\x3b\x07\xac\x98\x84\xb3\x4b\x06\x01\x24\x9c\xcd\x1f\x91\x26\x09\x67\x87\xf4\x32\x3b\x1c\x29\x67\xd6\x04\x87\x73\xe4\xea\xd3\xb5\x16\x35\x7d\x89\x06\x87\x28\x98\xb7\x1a\xa9\x48\xdc\x1b\xb2\x28\xb9\x37\xf1\x50\xd7\xb5\x4e\x91\xef\x75\x76\x11\x46\x68\x72\x97\xdc\x3a\x49\xf7\x3a\x09\xf7\xbc\xc8\xf6\x9a\x3f\xeb\xe3\xff\x64\xc0\x1a\x14\xf9\x1c\x44\xfc\xb8\x4a\xfe\x99\x44\xe5\x42\x9f\xff\xc8\xa8\xc9\x21\x5b\xd2\x70\x33\x33\x72\x05\x76\xd5\x42\x7a\xd3\x92\x86\x17\x65\x91\x45\xec\x0e\x2f\xca\x4a\x8c\xf0\x5b\xfb\xfe\xf7\xdf\x3d\x79\x84\x27\xbc\xf6\xff\xb4\x12\x19\xf8\xb2\xc7\x1b\x4f\x15\x1a\x61\xf8\x50\x8e\xa4\x1d\x14\x3e\x94\x89\x74\x63\x8b\x5c\xb3\x45\x37\x3b\x72\xcd\x0e\x39\x9f\x92\x6a\xb6\x96\xec\x2f\x43\xca\x13\xe5\x67\xe4\x33\xf1\x81\x70\xa1\x2c\x04\x98\x5e\xe4\xa1\xcd\xd2\x3a\xee\xd0\x54\x0f\xe9\x19\x77\xc6\x45\x2d\xbb\x67\x87\xb9\x6f\xaa\x3e\x54\xbb\xaa\x97\xd7\xa7\xaa\x76\x42\x04\xd3\x6b\xe3\x0e\x3d\x76\xf9\x68\xbc\x79\x69\x0d\xd5\x55\x02\xa6\x6b\x45\x09\x46\x9d\xdc\x39\x14\x03\x52\x37\x28\xd9\xad\xd4\x3d\x3b\xf4\xd8\xb9\x4c\xd7\x22\x47\x85\xe7\x0d\x63\x59\xb2\x41\x2e\xf2\xe2\x56\xbd\x0f\x6c\x69\xb5\x45\xfc\xa1\xb9\x4e\xd5\x13\x80\xe1\xca\x12\xcf\xca\x84\xb1\x4c\x6a\x06\xf6\xfe\xf1\xa7\xf1\x4a\xad\x35\x0d\x5f\xc7\xfb\x87\xae\x5e\xf6\x22\x33\xc2\x9d\x45\xb6\x49\xbd\x0b\xb2\x95\x5b\xe0\x0e\x87\xc6\x25\x87\x1e\x52\xe8\x2e\x39\xcd\x6c\x82\x35\x17\x31\x94\xc2\xb5\x97\xe0\x98\x8b\x34\xb9\x4b\x3e\x3c\x5b\xca\x5d\xe9\x30\x76\xc1\x92\x5b\xfc\x3d\xdc\x0b\x93\xd9\x74\x04\x5d\xce\x1f\x3d\x1e\x91\xfd\xb6\x9b\xbd\x86\x1a\xb8\xc8\xdf\x76\x17\xe2\xea\xfa\x37\x74\x2f\x73\x33\x6f\xa4\xa2\x50\x6f\xc2\xc8\x43\xea\xf2\x8d\x5b\xe0\x47\x1e\x3d\x64\xbf\xb5\x97\xe2\x0e\x4f\xc0\xa6\x6b\xbf\x32\xdc\x4a\x5e\xd8\xa1\xf7\x5d\x49\x33\x55\xb8\x6d\xe8\xc9\x6d\x17\x5e\xf4\xdd\x37\x6e\x1b\x7a\xab\xdb\xe1\x09\x38\x96\xff\x13\xd9\xa6\xe8\x17\xb9\x6d\x2c\xff\x48\x44\x86\x90\x29\x35\x19\x6f\x67\xf3\x94\x1f\x42\x9e\xfb\x0f\x23\x8f\xe1\xc7\x8d\xc6\x4d\x54\x8f\x19\xbb\x12\xa3\x4a\x44\x56\x39\x43\x65\x5a\xbe\x43\x33\x3b\xc6\x9f\x4f\x63\x58\xd9\xb5\x70\xbf\xfe\xf8\x4b\x36\x16\x77\xba\x5d\x09\x03\x96\x5c\xfb\xc5\xec\x30\x8f\x64\xce\xd5\xbb\x3d\x99\x73\x95\x4f\x6a\x91\x38\x77\xca\x6d\x49\x89\x73\xbd\x73\x2a\xdc\x5f\x3c\x26\x14\xb5\x4b\x6f\x95\x3b\x5c\x06\xe7\x47\xcc\x3f\x14\xb3\xb3\xbb\x15\x69\x62\xf4\x7b\x61\x9d\x4d\x44\x91\xa5\xfc\xb7\xb2\x81\x20\xa9\xed\x4a\xd9\xb5\xd0\x92\xe8\x3c\x45\x89\x99\x24\xc9\xef\x88\xee\x3b\x49\xe7\x72\x6b\xa1\x26\x11\xe3\x6a\xa8\x49\xf2\x5f\xf0\xe9\x08\xe8\x9b\xd3\x47\x5b\xb5\xc5\x9d\xa5\x68\x31\x1a\x6a\x32\x4d\x69\x43\x4d\xa6\x7d\x13\xca\xc7\xa9\x78\x1b\xbb\x11\x9d\x5c\x7b\x21\xe2\xf4\x66\xfb\x45\xef\xc6\x0d\xba\xa9\xd1\x88\xd5\x6a\xba\x25\x50\x6f\x92\x67\xcc\x0e\x7f\xbe\xa5\x37\x88\x1d\x6a\xca\x25\xa3\x0c\x52\xec\xe6\xf4\xd1\xf2\x93\x63\x57\x11\x1f\x76\xb8\xf0\x29\x7d\xd6\xad\x45\xa0\xe0\xae\x3f\xdc\x8c\xd1\xb3\xc3\xc5\x44\x97\x86\x08\xa3\x9b\x93\xf9\x2a\x9e\x79\x7a\xcb\xd9\x0d\xbf\x6c\xad\x47\xe8\x37\xb3\x84\xb4\xdd\x88\xa8\x92\xd5\x4c\x04\x45\xfc\x68\x53\x87\x63\x5e\xd1\xeb\xc5\x0e\xc7\xbc\xfb\x13\xfe\xb4\x46\xe7\xfc\x69\x8b\x68\xd2\x6e\xb4\x47\x5a\x20\x75\xfc\xc4\x16\x77\x4f\xe3\x4d\x40\x5e\xfb\xa4\xf1\xcd\x4a\xf1\x7c\xab\xdf\x4b\xd3\xee\x69\x84\x1b\xe8\x3a\x39\x1a\xf6\x32\x1f\x4f\x0e\x47\x25\x97\x66\x52\xfe\x36\x05\xf5\x20\xe3\x6f\x9e\x62\x95\x11\xaa\xb7\xf9\x7a\xd7\xc9\xf6\x9f\xfc\x65\x8f\x3c\xb6\xfe\x32\x7a\xaa\xfb\x5c\x27\x1d\xad\x0e\xce\xd0\xc4\xde\x9f\xf7\xa7\x3b\x3e\xf5\x7f\x9e\x38\x1b\xfc\x87\x5f\x3e\x1d\xaa\x32\x8c\xa6\x9a\x86\x31\x55\x8d\xf8\xac\x3a\x57\xd1\xb6\x2a\x16\x03\x59\x85\x4b\xf5\x97\xf1\x22\xe9\x7b\x69\x28\x5b\xab\x6c\x62\x76\xc4\x0a\x2e\xcb\xad\xec\x30\x37\x10\x83\x0b\x0d\x6a\x93\x9e\x8c\x2c\xc2\xb3\x68\xfa\x43\x2d\x3a\x25\xf9\xee\x1e\x7b\x7a\xf9\xf7\xe2\xb6\x25\xf3\x4f\x32\x0c\xe7\xf4\xf1\x0f\xf2\xac\xec\x01\xc7\x6d\xcb\x57\xc8\xf0\x0c\xcc\xc9\xa4\x19\xae\x81\x43\xfa\xb6\x3d\xb0\xa9\xf7\xff\x05\xd7\x92\xa5\x0d\x49\x7d\xa7\x6f\x31\x43\xdb\x4f\x97\x3f\x94\x96\xd2\x2a\xed\x50\x5a\xce\x0f\x5a\x85\x1d\xfe\x75\x4b\x76\xb3\x1b\xff\x3a\x29\x5c\xc8\x06\x7c\x9b\xf1\xef\x47\x06\xc3\xe5\x1a\x2b\x35\xdd\x6a\x5c\xbd\xa7\xff\x92\x95\x9a\xee\xeb\x1b\x1d\x50\x6d\x33\x48\xb1\xca\xd0\x7e\x4e\x89\xd0\x1b\xed\x67\xd6\x4e\x1d\x4a\x0c\xaa\x3f\xe4\x12\xab\x9d\x12\x4a\xbe\x29\x4b\x00\xd2\xf8\xe6\xe4\x13\x2f\x94\x7c\x43\xda\xc1\x1d\x6a\xbd\xe5\x4d\x15\xae\x71\x4b\x46\xed\x4a\xb1\x2b\xe3\x50\x52\xec\x2e\x3d\x7a\x93\x28\x77\xc9\xe0\x75\xcf\x78\x91\x2c\x22\xc6\x88\x5d\xbb\x7c\xa1\x8f\xd0\xb5\x39\x49\xdb\x4c\xd6\xda\xa5\xd8\x1f\x1b\x9f\xb6\x2c\xf2\xc7\xa7\x2d\xf9\x4a\x3d\xc9\x6f\xd9\xff\x31\x02\xf5\x22\x6b\xed\xca\x3a\x9a\xc3\xc5\x6d\xca\x12\x68\xe3\xe2\x26\x8f\x71\x72\xd8\xce\xbc\xfc\x13\xfc\xa2\xf8\x56\x68\xb9\x96\x19\x77\x68\xb9\x96\xcc\x11\x77\x28\xb9\x56\x2e\xfe\xbf\x88\xcf\xa8\x61\x84\x3e\x6a\x99\x17\xe2\xc7\x26\x9b\x0d\xf2\xd9\xe6\x3f\x47\xea\x62\x1a\x91\xe0\x95\x87\x96\xb4\xf5\xb7\xd6\xf9\x74\xaa\x3a\xe2\x10\xf7\xa7\xa1\x97\xd7\xfc\x87\x42\x6a\x65\xf1\xe2\x50\x32\x4d\xe9\x86\x95\x96\x56\xb6\xf9\xa4\xa5\xcd\x49\xce\xe5\x3b\x14\x49\xca\xf4\x76\x6b\xb1\xfc\x3a\x9b\x42\x59\xb4\xb2\xd8\x3d\xca\xa2\xa4\x38\x25\xe4\xa5\xcd\x0a\x53\x45\x5e\xda\x5a\xdc\x9b\xd0\x62\xca\xab\x8b\xbc\xb4\xf5\xa3\x53\x6c\x11\xfa\x4d\xe4\xbf\xb0\x79\xd4\xf4\x2f\xf6\x3f\x51\x4e\x17\x79\x69\x53\xaa\xfe\xc3\x1a\xca\x41\xff\xdf\x65\x3f\x8a\x42\xb0\x51\x2b\xd5\xe4\x46\x23\xa9\xb7\x6e\x3b\xe1\x8e\xd7\x3f\xc3\xb5\x50\x7f\xea\xd4\x8e\x58\xb9\xc5\xec\x2e\x54\x4e\xfd\x33\xfc\x7f\x98\x4e\xfa\xff\xde\xf8\x3f\x6a\x3b\xbc\x46\x86\x5a\x09\xc7\xbd\xdb\xed\xa2\x6a\x9c\xa1\x9a\xa7\xd0\x5c\x75\x29\x0e\xc8\x7c\x9b\xe5\x88\x4b\xe6\xdb\x34\xb5\x14\xa1\xb8\xea\x32\x70\x26\xf1\xed\x6d\xb4\xaa\x1a\xa3\x98\xae\xc5\x51\x30\xdc\xcc\x37\x52\x39\xf9\xff\xc2\x80\x4c\x9b\x26\x74\x53\x9d\x1c\x22\xb7\x16\x82\x91\x7f\xf0\xd2\x57\x37\x5f\x0a\x65\x54\xf9\x88\xa3\x85\x32\xaa\x9b\x2d\xe1\x0b\x98\xd2\x72\xf5\xca\xa1\x79\xb9\x99\x08\xa6\x26\xa2\x89\xe0\xb7\xb9\x8b\xf7\x85\xbb\x5f\x6d\x1e\x53\x9c\x19\x9f\x3f\xff\xd7\x91\xf6\xf4\x8b\xf7\x92\xde\x3f\x12\xe6\x37\xc1\x32\xc5\x6d\x37\xd1\x03\xb5\x9f\x43\x53\x35\xa4\x18\x26\xd1\xed\xe8\x62\x3d\xa1\x52\x1a\x96\x18\x42\xa5\x34\xf4\xae\xbb\x43\xa3\x94\x2c\x23\x85\x46\x29\xa7\x9c\xdc\xe8\x8e\x4f\x35\x42\xae\x0c\x39\x69\xd9\x78\x76\xd5\x2e\x0d\x1d\xd2\xe8\xda\x33\xa1\x43\x1a\x52\x9b\x90\x21\x77\x58\x10\x3e\xbc\xc1\xea\x72\x8b\x37\x9d\x74\x31\xa4\xa7\xcd\xb6\xe5\x22\x3d\xed\x50\xb0\x0e\xd2\xd3\x2e\xd9\x0b\xee\x08\xb8\x5b\xa4\x0b\xda\x11\x6f\x77\x4a\xd9\xbe\x43\x33\xe4\xb8\x3e\x24\xb2\x75\x08\x20\x12\xd9\xde\x9f\x70\x75\x86\xbd\x9c\xff\x30\x1e\x4b\xc5\x24\x0e\x47\x8d\x19\x71\x28\x83\x86\x6f\x85\xe1\x95\x37\xbc\xf5\x0e\xef\xb3\xfe\x7d\xf8\xb9\x39\x48\x38\xde\x8d\xfe\x17\x5a\x44\x32\xd0\x3a\xca\xcd\x46\x53\x24\x77\x46\x52\xc7\x0e\x99\x92\x92\x39\x36\xa7\x2c\xc1\x0b\x15\x4f\x17\x93\x8e\xc0\xbd\xd5\xe3\xf8\xf2\x76\x28\xba\x09\xd5\x4c\x4e\x59\x3d\x47\x37\xe3\xeb\x64\x68\x63\xd6\x6c\xfe\x43\xb6\xbb\x7e\x12\x75\x8c\xef\x93\xa1\x8e\x19\xbe\x24\xe2\x5d\x27\xeb\xd1\xfd\x65\x1e\xb5\x17\xbf\x08\x9e\x3a\x16\xbe\x3c\x73\x0f\xd7\x2a\x1c\xa5\xa8\x1a\x81\xa1\xdd\x8c\x76\x83\x76\x38\x9a\x9b\x52\xfd\x97\x93\xff\xd4\x90\x91\x59\xbb\x3f\xc5\x0a\x4c\x9d\x8b\x98\x71\x52\x6a\xed\x2f\xf6\xc8\x59\x37\x88\x2f\x8a\x5b\xdd\x68\x42\xad\x53\xfd\x12\x12\x81\x7c\xbb\x6c\xe9\xf6\x37\x2e\xc9\x0a\xba\xb3\x7f\xdc\x19\x7c\xf5\x08\x17\xba\xac\x90\x0d\x5b\x2e\x74\xa2\xdc\xd0\xe4\x0c\x3f\x10\xff\x88\x9e\xa9\xab\xef\x4f\xdb\x61\xaa\xd6\x69\xb4\xa8\x1a\x7b\x55\xcb\xf1\x63\xa9\x9a\x7f\x22\xc8\x41\x37\x98\x9f\x44\x54\xff\x5d\x90\x51\xf6\x0f\xbe\x91\x0e\x8f\x89\xfa\x2d\xf5\x5b\x7d\x63\x8f\x69\x03\x84\x5b\x5e\xf6\x5e\x09\xb7\x3c\x87\xc0\x22\x53\x6c\x4e\xf2\x67\x54\xaa\xd8\xa1\xed\x40\x8e\xd7\xac\x59\x0c\xe5\xcd\x1a\x12\xd9\x22\x74\xee\x1a\x3a\xec\x1e\xcd\x5b\x75\x35\x02\x83\x6b\xa5\xc2\x85\xee\xfe\xe7\x52\x35\x02\x58\xe8\x37\x94\xe5\x55\xf3\x1f\x4a\x98\xac\xe4\x2e\x6b\x87\x16\x66\xf9\xb6\xfb\xe0\x19\x5f\x5c\x0b\xbd\x9a\x36\xc7\x83\xd2\x4b\x64\x1c\x21\x62\x97\x0c\xba\x48\xeb\xea\x80\x89\xe4\x55\x75\x14\x46\xf2\xaa\xae\x21\x21\x05\x1d\x4c\x2a\xd3\x9f\x46\x33\xda\x46\xb8\xbe\x49\x93\x42\x9a\xd1\x25\xdb\x2b\xd2\x8c\x2e\xe9\x6e\x48\x1e\xba\xa4\xfe\x25\x77\x68\x4e\xf5\xe3\xea\x8a\x67\xdf\xa6\x5a\xf4\x46\x3b\x25\xc2\x9c\x3a\x42\x20\x79\x3e\x73\x52\x10\x16\x12\x7d\x2e\x59\x58\x90\xcc\x73\x49\x21\x47\x32\xcf\xfb\xe9\x52\x35\x3a\x2e\xae\xfa\x12\xa6\x5d\x47\x1c\xfe\x64\x32\x2d\x24\x7f\x67\x4e\x7e\x16\xc3\x9f\x4c\x61\x10\x49\xd2\xe9\x48\x87\x3b\xb4\x2e\xd3\xf7\x84\x50\xba\xdc\x3f\x54\x77\xe2\x6d\xd9\xaf\xd0\x04\x08\x95\x95\x1e\x29\x2d\x1d\xc0\x51\x29\x2d\x93\x37\x55\xe8\x59\x1c\xf7\x8f\x1c\x93\x6b\x70\xfc\x92\x63\xd2\xe1\x03\x49\x1c\xe9\x30\x84\x24\x87\x5c\x93\x33\xf5\xe0\x79\xa6\x08\xa9\xb7\x1a\xcc\x89\x5d\x4c\xe6\xc8\x79\xff\xef\x9f\x58\xf5\xc1\xbd\x8c\x6c\x6b\x8b\x2c\x8f\x4b\x9a\x34\xb2\x3c\xe6\xa4\xe0\x1a\xa4\x79\x5c\x32\xd0\x25\x95\xe3\x92\xef\x0f\xa9\x1c\x17\xf9\xf2\x17\xc9\x1b\x97\x5c\x88\x48\xd7\xb8\x14\x22\xf1\xe0\xa5\x26\x8b\xa2\xf3\xe1\xfd\x32\xe9\x17\xb0\x98\xac\xfe\xfd\xf0\xe7\x93\x03\xc6\xf9\x84\x19\x41\x92\x33\x01\xb9\x1c\xd7\xf8\x53\x83\xe4\xa6\x26\x20\x5c\xaf\xa4\xa2\x38\x1f\x0e\x19\x45\xc2\x38\x1f\x6c\x4a\x92\x16\x20\x2c\x6d\xa5\x92\x3b\x1f\xc4\x04\xd9\x3d\x9f\x34\xe9\x81\x6b\x31\x64\x38\x87\xf2\x3e\x4a\x41\x7a\x12\x0b\x00\x39\x1e\x7c\xd8\x94\xf3\xf3\x56\xc3\x42\x99\xcb\x28\x69\x20\xef\x7f\xaa\x1d\x0e\xf6\xe4\x76\x46\xf8\x17\xfa\xd3\xa0\x0e\xc4\xad\x93\x44\xe4\xfe\x3f\x9c\x0b\x3e\xae\xbe\xb1\x75\xd5\xd5\x20\x64\xe9\x0b\x0f\xfe\x6d\xb2\x0c\x25\x49\xe4\xd2\x73\x22\x49\x22\xb3\xc3\x97\x91\x25\x72\x49\xed\x7a\x12\x97\x25\x29\xfa\x4f\x68\x22\xaa\x6e\x87\x27\xb4\x0d\x43\xde\xc7\x27\xc3\x10\x65\x90\x74\x42\xdd\x90\xc5\xf3\x9d\x6d\x12\x9e\x47\x0e\xc9\x21\x7f\x5f\xa5\x90\x4c\x32\x54\x3d\x39\xa2\x84\xca\xe1\xf7\x64\x2c\x29\xe0\x72\x27\xc3\x2c\x65\x7e\x7a\xb2\x66\xb9\xaa\xd9\xb0\x9e\x90\xd3\x04\xf9\x26\xef\x7f\x32\x92\x78\x7e\xcf\x7a\x99\x25\x1b\x64\xb6\xa3\x84\xd2\x41\xca\xff\x8f\x74\x90\xf7\x3f\xf5\xa3\xc8\xaa\xcd\x43\x09\x4a\xcb\x9a\xbd\xac\xd9\xe3\xfc\x22\x3f\x62\xd1\x61\x7e\x4a\x04\xf5\x49\x22\xee\x42\x80\x65\x4d\x5e\xe1\x6e\x81\x58\x47\xae\xc0\x21\xfb\x28\xf2\x01\x4e\x1d\x2d\x87\x67\xec\xae\x7d\x4f\x92\x3f\xbd\xa2\x9f\x42\xca\x49\xcd\x07\x49\xfe\xe4\x29\x7b\x8a\xf2\xf1\x68\xdf\x85\x57\xd2\xea\x62\x26\x11\x4e\x6e\xc9\x5a\xed\x54\x14\xb1\xa2\xd6\x0a\xfb\x96\x23\xe9\x51\xac\x39\xed\x88\x4a\xc0\x55\x35\x1a\xcf\xbf\x53\x07\x0d\xb9\xf2\x72\x92\x45\x20\xc9\xf2\x56\x17\x17\xa8\x90\x6b\xd7\x46\x8b\x6c\x79\xab\x8b\x78\xc3\x4f\x67\xc9\x44\x88\x3c\x77\x73\xb8\xab\xe1\x8b\xa3\x50\xd8\x8b\x44\x77\xb3\x4f\xb5\x1a\x11\x1f\xe4\x2c\x4e\x52\xba\xf5\xe7\x27\x42\x4d\xfa\xf1\xef\x07\xb5\xca\x22\x8f\xf4\x6e\x4b\x7a\xac\xc3\x33\xae\x02\x77\x9c\x78\xc6\x5d\xfe\xbd\x86\x26\x54\x4c\x88\xc7\x58\xbd\xb7\x91\xfd\x6c\x48\x85\x48\x82\xb3\xd5\xb5\x91\x1b\x5a\x61\x04\x9b\x13\x61\xd1\x96\x17\xb8\x21\x70\xeb\xf6\x48\x6a\xb2\x59\xc6\x3f\x9b\x7e\x9c\xc6\x78\xb5\xfc\xf1\xc2\x3a\xf5\xc2\x77\xba\x56\xb1\xa9\x16\xab\x28\x71\xed\xc4\xfb\xe3\x92\xcd\xc8\xe9\x0c\x4a\xd4\x17\x8f\x81\xab\x73\xb0\x91\x38\x2c\xa7\xa1\x55\x8c\x30\x61\x4b\x6e\x52\xa7\xa3\xa6\xe5\x4a\x76\x3a\xa4\xc9\x2b\xd2\xe9\xd1\x37\xbd\x70\x92\x00\x6c\x7e\x34\x37\x1d\x9e\x9b\x5d\x8b\x59\x14\x57\x89\x07\xbf\x25\xdb\x92\x13\xef\x7d\x39\x91\x52\xf6\x56\x63\x31\x44\xd3\x03\x79\x7c\x68\xa5\x06\x01\x5d\x5d\x63\x50\xc5\xb5\xb8\x66\x8b\x1f\xc6\x13\x5f\x4e\xba\x75\x1d\xde\xf8\x4c\xa8\x83\x21\x8a\x73\xe1\x6d\xa0\x77\x84\x33\xd0\xd8\x73\x05\x23\x1d\xd6\x92\xd4\x79\xc2\xf8\x7f\x49\x22\x25\x39\xd6\x52\x64\x8c\x13\x06\xfe\x4b\x42\x27\xe9\xaf\xe6\xf8\xf3\x65\xfc\x9e\x76\x6d\xa4\xa6\x5a\x92\x40\x4f\x84\x97\x5a\x72\xc8\x3c\x53\x3d\x2b\xaa\x9d\xf8\x32\xab\xf6\x25\x0a\x9e\x3f\x8d\xdd\xf6\xa7\x16\xda\x7c\x9d\x71\x61\xc2\x9e\x65\xd9\x70\xc2\x84\xbd\x7b\x27\x4c\xd4\x6b\x43\x3f\x11\xee\x73\xf2\xac\x21\x8b\x55\xf6\x49\x49\x3c\xab\xe4\x93\x2a\xe2\x59\x65\x79\x9e\x9d\x88\x67\x55\x3f\xe2\xe9\x93\x3d\xeb\x13\x6f\x2a\x5d\xff\x52\xed\xe1\x3f\x5d\x7d\xe3\x8d\x43\xed\x20\xd6\xf8\xe4\x0a\x3b\xf9\xbe\xdc\xbb\xf0\x9c\x55\x4c\xda\x83\x9d\xbc\xbc\x79\x48\x71\x75\xff\x50\xb3\x1a\x91\x5e\x87\xb6\x6d\xbc\x1a\x76\xc5\x84\x3d\xf1\x6a\xd8\x15\xbe\xf5\xc4\xab\x61\x57\x14\x58\x32\x5e\x25\x1f\xa3\xf1\x86\xd8\x15\x3d\xf5\x4c\x82\x79\x8a\xd7\xaf\xa9\x9e\x56\x55\x4b\x78\xf7\x4d\xd5\xea\xfd\x43\x5d\x47\xe2\x0d\x31\xe9\x2d\x9c\x8c\x57\x45\x56\xfb\xe7\x8f\xd9\x7a\x53\x35\x7e\x71\xfa\xd3\x58\x38\xed\xe1\xb5\xf4\x8b\xfa\xcb\x15\x73\xc3\xd5\x95\xec\x58\x5d\xc6\x7b\x47\x0f\x8c\xd2\x21\x9d\x78\x60\xec\x0a\x8b\x77\xc2\xe2\x7d\x98\xa6\x17\xfb\x5d\x0a\xa6\xb3\x38\x37\x25\xe7\x9e\x30\x72\xef\x0a\x86\x42\x9a\xad\xfe\xa7\x3f\x5b\x19\x77\x55\x6b\xfc\xa1\xff\xf3\xf2\x46\x29\xea\x48\x9e\x55\xb3\x3f\x8d\x87\x1d\x05\x94\x3b\x7a\x1b\x54\xfc\x5e\x92\x67\x0d\xb3\x6d\x45\xe7\x52\x54\x5e\x92\x67\x2d\x79\xd3\x9e\x78\x0e\x5c\x7a\x65\xfb\x93\x3b\xab\xa8\x76\xf8\x43\xff\xc8\x37\x3c\xcf\xfc\xe9\x2f\x0c\x5a\x34\xc6\xb0\x66\x24\x25\xd8\x22\x75\x56\x96\x9a\xf4\x6c\x5e\x7d\x86\x6b\xf1\x3e\x31\xfe\xd9\x2f\x91\xe4\x54\x43\xe6\x2d\x24\xa7\xca\x12\x73\xcf\xe6\x92\xa7\x21\x46\xc6\xa9\x21\xd3\x17\x12\x4e\x65\xe5\x4b\xbd\xd5\xb8\x27\xe8\xea\x4a\x50\xad\xa2\x89\xe3\x99\x4d\x4e\x2c\x87\xb8\x59\x52\xfe\x90\x55\x6a\x4d\x9d\xd3\x9b\xb8\x8c\x5a\x8c\xcd\x24\xea\xd4\xde\x64\x63\x74\x9b\x31\x6d\x7a\x39\x38\xf1\x3a\x96\x1d\x85\xf9\x60\x71\x6d\xc3\xb3\xe3\xb0\x55\x49\xb5\x15\x2a\xa5\xae\x1a\xf7\x94\xac\x5a\x84\xde\x17\xcb\x09\xe3\xe8\xac\x38\x1d\x27\xde\xce\xba\xac\xe3\x8f\xde\xce\xe4\x51\x75\x0e\x71\x4f\x45\x53\xf1\x3e\x56\xf4\x1c\x7a\xe2\xd1\x2b\x9b\x6e\x8f\xa2\xb4\x17\xd5\x98\x36\x86\x8f\x39\xb4\xef\x0c\x98\x43\x27\x59\x74\x9c\xc3\xdd\x6b\xba\x16\x0f\x19\xa2\x8c\xc3\xd3\xcd\x4a\xae\xc6\x43\x86\xf6\x58\xd8\x4a\x8f\xd9\xfc\x87\xf1\x90\xe1\xa9\x09\x83\xdc\xbe\xd4\x1b\x5e\xc0\x74\xa1\x22\x1f\x96\xc2\x3b\x9d\x83\x5e\x54\x4e\xa1\xe7\x90\x69\x42\xfc\x27\x8c\xa5\xd7\x14\xff\xc7\x58\x3a\xfd\x99\xd4\xf0\x1e\x97\x49\xee\xd1\x4b\xda\xca\xfe\x36\xae\xfc\xcd\x9f\x62\x8e\xee\x5a\x88\x0a\xbc\xb2\x90\xc7\x4a\x49\x39\x16\x79\xac\x72\x92\xed\xc7\xf9\x72\x55\xaf\xae\x7d\xf9\x4f\x7f\x1b\x76\xc6\xd5\xb5\x27\xec\xa2\x96\x6a\x2f\x9f\xb2\xc8\x11\x0b\xab\x0e\xf1\x4a\x12\x62\x99\x55\x47\x3e\xac\xfb\xe9\x54\x35\xa8\xd3\x3f\x09\x23\x93\xb9\xf6\xf9\xa2\xc5\xfc\xf3\x97\x4c\x88\x38\x47\x44\xca\x6a\x52\xd5\x9d\x88\x7f\x55\xe4\x6d\x7c\xbe\x5a\xf4\xea\xff\x8c\x45\x97\xac\xf0\x8d\x00\x40\x7d\xf9\x53\x56\x4b\x5f\xf2\xd0\x2c\x01\xfd\xab\x25\x70\xab\x3c\x66\x4a\x22\xfb\x6a\x09\xba\xff\x32\x5c\x89\x74\x5a\x7d\xd9\x4a\x8a\xbd\x4e\x02\xad\x5b\xa5\xdd\x78\x4d\x1b\x32\x92\x3e\xbf\x49\x30\xcc\x8f\x6a\x91\xda\x4d\xdb\x2c\x9e\xc1\x96\x82\x9c\x9c\x78\x06\x2b\xd2\x41\x9c\x78\x05\xeb\xbe\xb8\x87\x39\xf5\xf0\xe9\xfd\x43\x58\x5a\x7f\x3e\xc5\x0e\xbb\xa8\x16\x34\x20\x5e\xf9\x8b\x4b\xee\xa8\xfe\x89\xa0\x16\xad\x72\x98\x4c\x2b\xbd\xcd\x22\xb9\xd6\x94\x8e\x8b\xe4\x5a\x39\xf9\x0c\x8a\xec\x5a\x8e\xa7\x4e\xfe\xac\x35\x24\xd4\xfc\x78\x93\x6a\xfe\xc3\xc3\x1f\xea\x17\x37\xbf\xaf\xa9\xd1\x25\x57\xbf\xaf\x57\x38\x35\x8a\xd3\xb4\xc6\x14\x6f\x72\x43\x51\xe4\xc8\x3c\x35\x5a\xf9\xdf\x6f\xd5\xad\xfc\x9f\xac\x3a\x82\x5a\x65\x5f\x9c\xb1\xa7\x56\xe0\x1c\x32\x48\x0d\x4b\x9c\x61\x4e\x3d\xb3\x66\x26\x1e\xeb\x66\x11\x1f\xc5\x44\x5a\x81\xf7\xc9\x11\xb5\x14\x10\x83\xcc\x4f\xd9\x97\xe8\x78\xba\x4b\x7a\x90\x22\xf3\x53\x97\xb9\x3c\x99\x9f\x86\xc2\x75\x2b\xb9\x93\x59\x4c\x18\x5a\x57\xc5\xbc\x38\x84\x90\xca\x1f\x31\xdc\xc7\xb1\x8d\xab\xaa\x93\xa4\x5c\xfe\xdf\x30\x98\xff\xf8\x37\xb1\xa2\x48\x92\x9b\x9e\x60\xfa\x19\xc3\x89\x67\xc5\xfc\x67\x45\x62\x7f\xd6\x43\x6e\x96\x15\x95\x78\xe9\x63\xdf\xdc\x4a\x5c\x9d\x6e\x5f\xdf\x5d\xf9\xab\x4f\xf0\xe3\x77\x47\xcc\xe4\x8c\xc8\xff\xee\xc8\x4d\x9c\x3a\x16\x1e\xef\x8e\xe8\xb3\x93\x60\x74\x2f\x3a\xed\xfc\xe1\x3a\xfe\xee\x49\x54\xec\x20\x86\x77\xe3\x00\x9a\xf1\x09\xb9\x55\xc6\x15\xcc\xe2\x25\x77\x2b\x16\xb4\xb7\x12\xae\xb9\x4d\x95\x70\x15\xad\xaa\x2c\x0f\xe1\x55\xa6\xd4\x0f\xb1\x2d\x5e\xae\x98\x78\x91\xbd\x5c\xf1\x08\xbd\xf4\x72\xc3\xc3\x2f\xee\x55\xde\xc0\xd8\xf7\xef\xc1\xab\xe0\x43\x25\xde\x17\x6f\x7b\x55\xd5\x50\xe9\x34\x55\x2a\xff\xe7\x6a\x18\x53\xb6\x7f\xfd\xe7\xfd\xec\x0f\x29\x28\x72\x8e\x64\x7c\x02\x58\xa6\x4b\xfa\x01\x94\xc9\xa4\xde\x8d\x72\x81\x55\xe7\xff\x5a\xc8\x0b\xec\x1e\xf7\x35\x96\xf2\xfd\xec\x48\xb7\xc2\xca\xf3\x2b\x59\x36\x22\x39\x34\x85\xef\x67\xd7\x19\x8e\xc2\xf7\x4f\xd2\xff\xf3\x1a\xf3\x3f\xf6\xff\xff\xff\x3d\xff\xfa\x4f\xfe\xfc\xf7\xdf\xff\x19\x77\xac\xff\xfa\xcf\x37\x12\x4e\xde\x7f\xae\x14\x12\x36\x97\xdf\x78\xa0\xfe\xcf\xf7\x89\x0c\x39\xf7\x06\xfb\x0d\xf3\xff\xfb\xcf\x9d\xf0\x7b\xde\x7c\x23\x07\xd8\xfd\xe7\x8d\x14\x6a\xff\xfa\xcf\x37\x5e\x92\xef\x3f\xf7\xaf\x2e\xbd\x7e\xc3\x2e\xff\xfe\xb3\xc2\xd4\xe7\x5f\xff\xf9\xc5\x6b\xe7\xfd\x27\xf4\x8a\x39\x90\x1e\x08\xea\xe1\x75\x91\x23\xe4\x5e\x20\xee\x6f\xfd\x22\xab\xcd\xfd\xe7\x22\x71\xf6\x65\xd2\x07\x51\x20\xc5\x98\xd0\xaf\xd1\xc8\x4a\x93\x40\x2f\xaf\xa1\x50\xc2\x3c\x31\xd0\x10\xec\x29\x44\xa6\x87\x0f\xe8\x31\xca\x2d\x34\xe8\x35\x13\x8e\x9b\x42\xa4\xfc\xef\x42\xbb\xd1\x15\x2e\x36\xc0\x21\x27\x51\x98\xe1\x21\x16\x68\xdc\xab\x29\x84\xdc\xd0\x84\x76\xa3\x97\x05\xf2\x04\x74\x6b\x8f\xe1\xb0\x68\xa2\xcb\xa1\x47\xa2\xb0\x23\x39\xc2\x45\x89\x9e\x45\x01\x3d\x3a\xe8\xa9\x42\x39\x93\x40\xe3\x3d\x8f\x42\xd0\x53\x16\x3a\x85\x92\x43\x95\x6f\xab\xbf\xe5\x91\x25\xf6\x66\x26\xc2\x08\x85\x78\x88\xa1\x85\xb6\x8c\x86\xbc\xbc\x82\x27\x66\x42\x5c\x50\xb8\xc7\x0d\x76\x91\x99\x80\x11\x14\x2e\x3f\xc5\x04\x3c\x13\x3a\x81\xc2\xbd\xe6\x10\x33\x3f\x13\x36\x80\x42\x7c\x1d\xb7\xe6\xcc\x1d\x9e\x42\xf8\xe6\x60\xae\x96\xc9\x7c\x4b\x21\x86\x48\x7c\xf5\x4c\x5e\x5b\x0a\x1b\xbc\x0a\xff\x09\xc7\x19\x89\x98\x60\xb7\x3a\x8d\xc7\xe6\x44\x92\xc8\xe4\x99\x8d\x82\x82\xcb\xc4\xe1\x77\xab\xfe\x7e\xf3\x7d\x28\x7f\x32\x59\x62\x29\xfc\xc0\xb3\xf0\x57\x78\x48\x4a\x99\x7b\x74\xe6\x56\x4f\xa1\x81\x6b\x5c\xa7\x1b\x87\x15\x78\x1e\x8e\x7f\x17\xf6\xcf\xc3\x7e\xe6\x96\x4f\xe1\x05\x67\xbc\x47\x0b\xc8\xd5\xfe\xe2\x53\xb8\xfa\xc9\xdd\x35\x13\xdd\x23\x93\x5e\x8d\x42\xdc\x7c\x3e\x31\xae\x42\xde\x33\x0a\xf1\x60\x22\x70\x1a\x7c\x4d\xa1\x85\xe4\x62\x14\x48\x97\x2f\xb4\x1a\x25\x20\x96\xd0\x6e\x74\x44\x34\x31\xa1\x3f\xa3\xcf\xa5\x81\xa5\x3e\xec\x24\x38\xc4\x24\x44\xe1\xc2\x3e\xa7\x10\x53\x58\x96\x7e\xf1\xb8\x77\x4c\x15\x61\xa5\x0b\x79\xb2\xa2\x70\xc2\x4f\x98\xb1\x64\x0f\x30\x5e\xa4\xd1\x49\x15\x92\xed\x50\x88\x2c\x5d\x18\x60\x14\xf2\xec\x50\x78\xc0\xf9\xcd\xec\x2e\x46\x30\xaf\x5a\x68\xa5\xb8\x6d\xc2\x4a\x0d\xda\x08\xd3\x62\x0a\x6a\x83\xf1\x54\x48\xba\xcc\x78\x43\xc5\xa2\xe8\x56\xa6\xd1\x7b\x5f\x2d\x4d\xe8\x36\x1a\x87\x4c\x0d\x99\xab\xcc\xbe\xf5\x8b\x1d\xf2\x41\x8f\x57\xe6\x34\x1e\xe9\xcc\xb9\xf4\x95\x19\xea\x4c\x0a\x91\xc0\x09\x87\xc1\x32\x1f\x18\xec\x2d\xd0\x43\xb5\x12\xe1\x24\x29\xe8\xd8\x8c\x76\x96\x89\x84\xa0\x82\x39\xe3\xcc\x58\x56\x32\x1e\xae\x2c\x59\xbe\x92\xb7\x3a\x85\xb3\x29\x78\x20\x2f\xe6\x66\x45\xdc\x2c\x63\xa2\x51\xcc\xcf\x0a\xa1\xd2\x72\xc6\x4a\xbc\x2c\xcf\x2f\x31\xb5\xb2\xac\x27\x8b\x79\x5a\x81\xa7\xe5\x8c\xc6\xb2\x98\xab\x15\x02\xf6\xe4\x4c\xe8\xb2\x42\xc4\x9e\x28\x70\x20\x63\x22\x7a\xab\xaf\x70\xbe\xe7\xb1\xbe\xac\xe1\xef\x87\xf0\xd8\x74\x85\x40\x1d\x14\x7e\xc1\xa3\x83\x9b\x16\x82\x64\x44\x61\xc1\xbb\xe3\x78\x2b\x04\xb6\x88\x42\xb4\x53\x3e\x9d\x7e\x2e\xb7\xc3\x7b\x46\x49\x9a\x9f\x6d\x7c\x0b\xef\xfc\xee\x31\x8e\x2b\x6d\xc1\x38\xac\xe0\x4a\x1b\x05\xe1\xec\x9c\xf5\x33\x4e\xf8\xd8\xa2\xbd\xb0\x1e\xe3\x0f\x38\x49\x43\xca\x7a\x8d\xbf\xc2\xe3\x92\x55\xb6\xd7\x7d\xb3\xee\x05\x9d\x4c\xd9\x5e\x77\x9c\x5a\xb2\x92\x60\x97\xed\x75\xdc\x59\x78\xdc\x70\xcb\xf6\x3a\xca\xb2\xbe\x70\xa1\x2e\xdb\xeb\xb8\xab\x9c\x3c\xfe\x84\xfd\xe3\x8e\xf3\x7f\xbb\xf6\xc4\xd7\x4b\x7f\x46\x73\x98\x0f\x94\xed\xe5\xc7\x46\x3a\x17\xc2\x5d\x16\xcc\xa2\xa3\xc0\xf7\x24\x40\x2a\xdb\x64\xb1\xbb\xf0\x42\xb7\xbc\xfc\x3b\x12\x48\x64\xa5\xd6\x2a\x98\xb4\x52\x88\x34\x4e\x9f\xb8\xaf\x14\x0c\x46\xa3\x10\xed\x54\x0c\xc0\xcb\x36\xb9\xc8\xc0\xb1\x7e\x20\xeb\xed\xe5\x97\xe5\x5d\x25\xed\x5c\xc1\xd6\x8e\x42\x7c\x8f\x63\x4d\xd9\x26\x8b\xbd\x85\x4f\xa6\xdb\x64\xb1\x21\x0b\xb9\xcc\x94\x6d\xb2\xd8\x90\x45\xc5\x35\xaf\x6c\x93\x05\xa6\x1c\xb9\x16\xc8\x1a\xeb\x8d\x28\xe8\xfb\xc9\x7c\x9a\x5c\x36\xe4\x52\x6b\x61\x3e\x4d\x2e\xa8\xcb\x73\xc5\x6f\xa2\x1c\x93\x8b\x34\xb5\x95\xe0\x23\xe5\x98\x5c\xd0\x75\xde\xa3\x73\x81\x6b\x5d\xd0\x56\xe6\x8a\x1d\x75\x39\x26\xa3\x93\x85\x43\xd6\xc7\x64\x84\x82\x2e\x57\xfc\x61\xcb\x29\x62\xce\x07\xf2\xaa\x98\xdc\x97\x63\xf2\x42\xbf\x94\x2b\xaf\xda\xe5\x98\x4e\x4e\x13\x0e\xfb\x38\xa6\x87\x03\x3d\x54\x1e\x24\xca\x31\x3d\x1c\xd6\xb7\xf1\xaa\x56\x8e\xd7\x17\xc9\x24\xb7\x8f\xfa\xef\xf5\xd5\x73\x65\xc3\xd1\xaa\x1c\xaf\xa3\xce\xf2\x46\x2a\xba\xe2\xb3\xbc\xf0\xf8\x93\x1b\xd6\x50\xe5\x78\x1d\xf5\x20\xd1\xd0\x1e\x96\xe3\x75\x54\x76\xe7\xa6\x83\xf1\x78\xbd\x48\xc3\x9b\x1b\x41\xf9\xca\xf1\x7a\x1d\xd6\xab\xa1\x69\xad\x3e\xfb\x2b\xf9\x27\x73\x23\x1c\x6e\x9d\xc9\x38\xda\xf0\xc6\xd3\x68\x25\x67\x63\x14\xf8\x1e\x6b\xfa\xea\x23\xb6\x72\x38\xe6\xc6\xab\x67\xf5\xf1\x58\xc9\xb4\x95\x1b\x66\x06\x75\x56\xe3\xac\x4b\x9b\xf1\xf6\x55\x67\x33\xde\xa4\x8e\x0d\x21\xae\xfa\x8e\x5f\x95\xdd\xa7\xf1\xe4\x58\x67\xf7\xf7\x5d\x78\xdc\xb1\xea\x1c\xc6\x59\xaf\x8e\x5f\x41\x9d\xd3\xf8\x14\xbe\x68\x67\x19\xd7\xf3\x32\x91\xc5\xea\xdc\xc6\x59\xaf\x8e\xd1\x60\x9d\xc7\xf8\x11\x3e\xf9\xdd\xaf\xf1\x2f\x51\x15\x10\xd2\x2b\x41\xd3\x29\xc4\xf7\xf5\xc3\x3c\xfc\xfc\xfd\x4f\x78\x62\xbc\x8f\x71\x62\x61\x77\x6c\x2e\x2a\xd1\xaf\xa3\x10\x8a\x98\x8e\xbd\xdd\xad\x66\xe3\x3c\x8f\x67\xda\x7f\xdd\x0e\x06\x39\xbd\x69\x9e\xc3\xb7\x39\x0a\xfa\x3e\xee\x9a\xd5\xc7\x7c\xd5\x31\xdf\x79\x75\xa9\x3e\xe6\xab\x8e\xed\x8e\x7d\x5e\xf5\xb1\x5d\x75\x6c\x77\x52\x6a\x54\x1f\xdb\x75\x85\xcb\x59\xee\x98\x10\xdd\xea\x10\xce\xf7\xec\xc7\xea\xe3\xbc\xea\x38\xef\x98\x50\x57\x1f\xe7\x55\xc7\x79\x47\xac\xaa\x3e\xce\xab\x8e\xed\xce\x8b\x4c\xf5\xb1\x5d\x75\x6c\x0f\x8e\xe1\xea\x63\xbb\xea\x18\x1e\x38\x33\x55\x1f\xc3\x55\xa1\x8b\x46\x62\x9e\x89\x56\x14\x85\x30\xcf\x1c\x58\x46\x57\x42\x03\x45\x81\x76\xb0\x53\xad\x3e\xb6\xab\x8e\xed\x81\x55\x66\xf5\xb1\x5d\x75\x6c\x8f\x02\x3d\xfb\xd8\xae\xeb\x4b\x1c\x03\x7c\xbe\x6f\xb5\x1a\x8f\x30\x6a\x55\xf3\xff\xe5\x32\x58\x75\xcc\x0f\x2c\xae\xab\x8f\xf9\xba\x7e\x28\x06\x48\x74\x75\xab\x3f\xe3\x7c\xaf\xfe\x9b\xae\x14\x88\x60\x10\x55\xb8\x2e\x5d\x13\xab\xae\x05\x03\xb3\x95\xea\x6b\x41\xd5\xb5\x40\x01\xe3\xab\xaf\x05\x55\xd7\x02\x59\x4a\x54\x5f\x0b\xaa\xae\x05\x03\xbb\x84\xea\x6b\x41\xd5\xb5\x40\xc9\x3a\xab\xaf\x05\x55\xd7\x02\x3d\x87\x56\x5f\x0b\xaa\xce\xf7\x81\xa6\xa4\xfa\x7c\xbf\x85\x50\xae\x2c\xe6\x79\x37\xae\x9b\x55\xef\x5a\x83\x20\x5f\x15\x0f\x24\x0a\x31\x5e\xfc\x34\x2a\xee\x46\x14\x22\x5b\x18\x79\xe4\xaa\xef\x03\xd5\x4e\x46\x58\x65\xde\x6a\x36\x1e\x32\x55\xfa\x64\xe1\xcd\x38\xb1\xbe\x3e\x55\xf8\x10\x1e\x0e\x2a\x13\x45\xdb\xad\x7e\x8d\x47\xac\x1c\x02\x63\xd6\xad\x4b\x7d\xdd\x91\x94\xeb\xe2\xf4\xb3\x8b\x6f\xe8\x7e\x32\x09\x3f\x5b\x7d\x3f\xa9\xba\x6f\xcc\x4f\xe3\x7b\xd3\xb9\xee\x1b\x4a\x5a\x5c\x7d\xdf\xa8\xba\x57\xcc\x04\x9f\xf7\xbd\xa2\xea\x5e\x31\x73\x4b\xff\x7c\xfd\xaa\xbe\x76\x54\x5d\x3b\x26\x09\x86\xab\xaf\x1d\x55\xd7\x8e\x59\x06\xdd\x32\x99\xea\x7a\x31\x49\x41\x56\x7d\xbd\xa8\xba\x5e\x4c\x22\x67\x57\x5f\x2f\xaa\xae\x17\x4a\xbf\x53\x7d\xbd\xa8\xba\x5e\x4c\x8c\x02\xaa\xaf\x17\xf5\x84\xf7\x77\x3c\xe3\x80\x6b\xfa\x74\xbd\x98\xa8\x51\xaa\xaf\x17\xf5\x64\x96\x01\xc3\x83\x5b\x7d\x85\x87\x3e\x22\x23\xcb\x56\xcc\x93\xa2\xa0\x76\x16\xb8\xc9\x57\xd7\x8e\x89\xce\xa4\xfa\xda\x51\x4f\xb8\x6a\xe6\x39\x27\xfd\xac\xbc\x97\xdc\xc2\xa2\xfd\x29\x7c\x0b\xa7\x1d\x6c\x56\xaa\xaf\x29\xf5\x38\xa9\x1d\xe4\xee\x6b\x4a\x3d\xe1\xe2\x95\x97\xc8\x0b\x1b\x8f\x28\x04\x19\x2d\xb1\xbf\x13\x49\xb9\x28\x74\xdc\xcc\xe9\xff\xf4\x78\xe7\x96\xfb\x39\xf3\x36\x79\xb5\xaa\x68\xff\xd3\xe7\xa3\xfe\x9b\x8c\x4e\x38\xe1\xa4\xcf\x07\xb6\x72\x96\xfb\xaf\xf8\x6c\x64\x64\xaa\xc7\xec\x12\xed\xf3\xc5\x8b\xf0\x61\x7c\x82\x0f\xe1\x6e\x87\xdf\xe5\x39\xb0\x1e\x5d\x8b\x2b\x9a\xe1\xf4\x11\xfb\xf6\x75\xea\x16\xa2\xff\x38\x97\x56\x5e\x92\x28\xf0\xbb\x6c\x27\x5e\x86\x28\x8c\xc0\x45\x3f\x5b\xdb\x12\x65\xef\xc5\x59\x97\xed\xf9\xdc\xb8\x4e\x26\xcd\xbf\x9e\x70\x6e\x61\x81\xab\x3f\xc7\xed\x20\xf7\x27\xd8\x1c\x4a\xd4\x28\x84\x5b\xef\x87\x47\xc3\x5b\xdd\xc6\xbf\xe0\xfc\xee\xd9\x6a\x3f\x54\x9a\xe9\xc3\x53\xe7\xad\xfe\x8c\x33\x3f\x9d\xdf\x3d\xa6\xf3\x50\x33\xa6\x4f\xd2\x7e\xf9\x8a\x6d\x9d\x30\xc0\x4f\x4a\xa1\x53\xd1\x1b\x52\xe0\x77\x27\xf4\x16\x69\x6f\x28\x90\x34\x18\xf6\x7d\xbe\x9e\x9f\xaf\xe6\x67\xa9\xfd\xad\xdf\x8d\x07\xcd\x8b\x37\xe1\xfe\x7e\x33\x0f\x4b\xbf\x2b\xb6\xcb\x75\x36\x7d\xb2\xe8\xd6\xfc\xe1\xfc\xa0\x2b\x92\xdb\x54\xf4\x6e\x14\x62\x1d\xf1\x19\xb9\xd5\x61\xfc\x0b\xce\xfc\xfc\x10\x03\x2a\xba\xae\xf4\xe1\x5d\xb4\xa2\xcf\xa2\x70\xc0\xf5\xbb\x9e\xcf\x1f\xfd\x44\xaa\xae\xe7\x77\xdc\xce\xa1\x9d\xf2\x11\xee\xdf\x65\x9e\xf1\xda\xa8\xbe\x76\xdf\x82\xbe\xa7\x9d\xc7\xf3\x19\xf1\x7a\xd2\x07\xd5\xd4\xad\x4e\xe3\xb4\x23\x3a\x79\x74\x2d\x93\x66\xe9\x93\xc5\xaf\x1e\x8f\xeb\xd1\xb8\x1a\xfd\x7f\x8e\x7f\x37\xd2\xe1\x7e\x32\xd7\xd6\xf3\x98\x3e\x1f\xe8\x30\x8b\x4e\xcc\x57\xcf\xcb\x7e\xc9\xa3\x09\xef\xc6\x17\xf8\x10\x7e\x8c\xc7\xba\x93\x8e\xb1\x9e\xd7\xe3\x7a\xa1\x93\x2c\xfa\x79\xcd\x27\x5f\xf6\x7b\x16\x7f\x78\xb7\xdb\xd9\xac\x97\xe8\xe4\xf5\xbe\x8e\xf4\x1f\x49\x59\x5d\x2a\x2f\x94\x14\xe2\x77\x4b\xf0\xc3\x36\x3f\xbc\xef\xdd\x42\x03\x9f\xc2\x87\xf1\xa0\x73\xdc\x07\x1a\x0f\x92\x14\x06\xf8\x12\xfe\x33\x1e\xf3\x43\xb0\xc9\x36\x3f\xf0\xab\x5b\xa8\xe0\x5d\xf8\x2b\x5c\x11\xd0\x82\x1e\x9a\xc5\xa4\x46\x4a\xfe\xf4\x29\xb5\x0a\xaf\xc6\x3b\xf8\x10\xbe\x8d\x1f\x22\xa9\xa9\x9d\xe5\x76\x16\xbf\xdb\x8a\xf0\x6e\x5c\x91\xd7\xa6\x70\xf5\x3f\xa9\x9f\x5d\xdf\x6f\x7f\x0f\x9d\xa3\xfc\x6c\x24\xa5\x8f\x42\x28\x4e\x3e\x04\xa7\x69\x53\xe7\x63\x23\x4d\x7c\xfa\x94\xa9\xfe\xc3\xc7\x1a\x39\xe1\x2f\xce\xf7\xd9\xf3\x1f\x41\x48\x2e\xbe\x84\x77\xe3\xcc\xf3\x2a\xc2\x97\xf1\x2f\x78\x13\xfe\x08\x5f\xac\xe3\x52\x3b\x4b\xf3\xa3\xbc\x12\x55\xeb\x9b\xf7\x1f\x3c\xc6\x45\x9a\x81\x46\x4e\xf2\x28\xc0\x9f\x79\xcd\x6a\x64\x07\xa7\xb0\xc0\xf5\xbb\x1e\x57\x66\x5c\xe8\xe9\x9b\xc5\xd4\x46\xca\xef\xf4\xa9\x5a\xdf\xc2\x39\xd2\x48\xfe\x7d\xf1\x2c\xbc\x1b\x9f\xe0\x55\xf8\x36\xfe\x80\xab\xfd\x25\xba\x2a\xac\x2f\xf7\x9f\x36\x25\x0e\xdd\x02\xfd\xac\xfd\x9f\xaf\x5f\x8d\x04\xdf\x14\x64\x8d\xbd\x84\x8b\x4c\x0b\x64\x41\x0c\xf0\x5b\x5d\xc6\x99\x3e\x91\x51\x31\x59\x93\x21\x41\x01\xf5\x1b\x6f\xd9\x14\x18\x5e\xef\xc2\xbf\xc6\x83\x3d\xf1\xdc\xdd\x66\x04\xb2\xa0\x20\x9c\xf6\xab\xc9\xb7\xb2\xfd\xaa\xc8\x4b\xaf\x77\x8d\x24\xd6\x49\x71\xcc\x1b\x59\xac\x29\x30\x1d\x22\xa3\xba\x35\xde\xca\x32\xf3\xda\xd4\xc8\x2c\x4d\xa1\x83\xeb\x77\xbd\xfc\x95\xe5\x27\xed\xe2\xad\xfe\x8c\x3f\xe0\xf4\xa7\x99\x1c\x09\x6c\xaf\x10\xdc\x8d\xcc\xcd\x14\x68\x27\xeb\x7b\x6f\xbf\xa6\xf4\x27\x99\xdf\x8d\x90\x0e\x14\x62\xfe\xb1\x75\xb8\xd5\x6e\x7c\x80\x43\x8e\x92\x42\x1a\xaf\x1a\x49\x81\x9b\xdb\xec\x26\xbb\x0e\xd9\x35\x91\x4b\x37\xd9\x91\xb8\x58\x31\x90\x1b\xc9\x89\x29\x1c\xf0\x21\x5c\xed\xa3\xec\xfc\x34\xd1\x89\xd4\x76\xb7\x40\xfb\x62\x37\xdd\xe3\xea\x1c\x3f\xe4\xb3\x68\xb3\xbb\xff\x11\x93\x3d\x7d\x30\x1b\xb8\x55\x7f\xcf\xf1\x49\xc6\xa2\x36\xbb\xe7\xbf\xc3\x56\x9a\xe8\xa4\x7b\xbc\x5d\xe3\x1d\xfc\xee\x30\x5b\x09\x03\xe2\x8b\x33\xae\xe1\x6d\x33\x38\x26\x71\x67\xbd\xd5\xc7\x38\xed\x88\x4e\x86\xe9\x27\x52\xeb\x5e\x5c\xed\xec\x66\x9c\x76\x16\xfd\x9c\x66\xd3\x93\xe3\x04\xab\xe2\x5b\x3d\xc6\x83\x6d\x75\xd1\x8f\x1e\xf9\x1b\xf9\x68\x2f\x0e\x3d\x4c\xcf\xe7\x84\x9d\x61\xe6\xdb\x48\x3f\x4b\x21\xfa\xd9\x45\x57\x73\x6b\xbc\x93\x7e\x22\x3d\x37\x72\xd0\x52\x18\xe0\xf4\x7f\x1e\x7f\xcf\x3e\xc5\xde\xba\x91\x50\x96\x02\xbf\x2b\x7a\x5b\x53\xed\x2c\x8e\x9f\x2e\x36\xb4\xe6\x34\xbe\xc0\x97\xf0\xc7\x38\xfd\x14\x1d\x2e\xcf\xff\xe2\xfa\xd2\x45\x87\xcb\xfb\x62\xb1\x2e\xe4\x5b\xba\x55\xcd\x4f\xbc\x9a\xa4\x0f\xaf\x86\x6d\x2e\xaf\x0b\x26\xa9\x9f\x2e\x7a\x5b\xde\xd7\x8b\xe0\x82\x5d\x7c\x69\x1d\xb1\xe3\xc5\x7e\xef\xe2\x4b\xcb\x7c\x29\xcc\x45\x2f\xce\xfc\x6f\xaf\xe3\xd6\x78\x45\x57\xdb\xe3\xda\x1a\x97\x8e\xbd\xbd\xfc\xbd\xfa\x3f\x59\x97\xbd\x8d\x6b\xfe\xe7\x14\xfe\x35\xfe\x8b\x34\xf3\x5d\xb0\x9b\xc7\x64\x85\x47\xea\x5b\x75\x33\x9c\x32\x5d\x64\x78\xdc\xcd\x43\x37\x09\x0b\xd4\x48\xfd\x49\x21\xba\x39\x44\x6e\xc7\x64\x75\xd8\xa6\xf8\xf5\xb7\x79\xb6\xa6\xe7\xc0\x7e\x86\xc8\xe7\x98\x7c\x24\x1d\x0c\x91\xcf\x39\x9a\xfe\xc3\x2d\x91\xe8\x64\x8d\x2c\x9b\x14\x06\xf8\x12\x7e\x8c\x47\xff\x87\xc8\xe1\xeb\x6d\x8a\xb1\xcd\x67\xe8\xb6\xf3\xf5\x29\x2f\x69\x62\x88\xcd\x7c\x97\xbf\x57\xff\x9b\xbe\xf7\xf1\xf5\x45\xea\xc1\x85\xf3\x56\x1f\xe3\xf4\x5f\xcb\xfe\xf5\xb2\x7c\xb9\x55\x0e\x2d\xfb\x77\x0f\xe3\x0b\xbc\x0b\x77\xfb\xdc\x36\xf1\xc2\x6c\xa4\xbc\xa4\x10\xc7\x1a\x1e\x57\xb7\xfa\x35\xce\x78\x07\xdf\xff\xcc\x06\x7e\xdc\x7e\x87\x8e\xaf\xdf\xd2\x36\xfa\x71\x2c\x0c\x91\xc9\xcf\x64\xf2\x83\x9c\x87\xd6\xfd\xe7\xf9\xfc\x71\xec\xe0\x24\xd8\xfc\xc8\x7b\x0b\x09\xbc\x0a\x1f\xc6\x27\xf8\x10\xae\xf9\x79\x98\x4f\xfc\xf9\x1a\xd9\x1b\x29\x0c\x70\x7d\xef\x79\x7e\x98\xe7\xa9\xdb\xef\xe3\xdb\xd4\xc3\xfc\x4c\xd1\xc9\xe3\xeb\xc0\xc3\xb6\x9b\x3a\xd6\x9e\xe3\xfe\xc0\xce\xa7\xd8\xcc\xe3\x79\x93\x94\x31\xc5\x66\x5e\xd3\xf9\xcb\x31\x35\x45\x3f\xaf\xfb\xff\xc2\x3e\xa7\x8e\xaf\xd7\x6c\xe6\x85\xcd\x10\x2f\xad\xf1\x66\x4d\x81\xf6\x75\x9d\x79\x7d\x8c\xbc\x1c\x23\x18\xe0\xb5\x25\x53\xa2\x5b\xa0\x9f\x1c\x47\xeb\x23\xfa\x59\x1f\xe8\x87\x80\x87\x6d\x7d\x44\xff\xeb\x03\xfd\xcf\x31\xfe\xe2\xf6\xb5\x64\x64\x70\x0b\xc1\x8d\xc9\xe1\xda\x96\x2f\xfd\x2b\x71\x9a\x90\x1f\xa9\x91\x4d\x8f\x02\xdd\x85\x5c\xc8\xab\x47\xa1\xfe\xf7\xdf\x8d\x38\xb7\xb7\xf6\x13\xcc\xee\x26\x45\x69\xc3\x28\x28\x0a\x70\x1b\xf2\xff\x34\xf2\xd8\x51\x88\x51\xa3\xd9\x6e\x64\xad\xa3\xf0\x82\xc7\xaa\x61\x30\x44\x41\xdf\xd3\x9d\xbc\x8c\x47\xb4\x82\xcf\x82\x2a\x96\xef\xe4\xd8\x14\x49\xd3\xd4\xc8\x11\x17\x05\x44\xd2\x95\xd5\x8c\xbb\x19\x77\xf6\x86\xb5\x45\x23\x57\x1a\x85\x98\x6b\x14\x38\xb7\xea\xcf\xd5\xfb\xca\x2c\xf8\x26\xbd\xca\x54\xc4\x7f\x7e\xb6\x88\x27\xae\xb8\x49\x37\x09\x08\x24\x31\xa3\xc0\xaf\x76\x60\x1d\x3c\x4b\x17\x62\x9c\x43\x1a\x79\xc5\x28\x7c\xc1\xab\xf0\x57\x38\x3b\x80\x3c\x07\xb7\x5a\x8d\x63\xa4\x26\x8a\xab\x53\xed\x57\x2e\x2e\x98\x0f\xdf\xea\x36\x1e\x94\xbb\x44\x71\xd5\x4b\x5e\xa1\xf4\xc5\x81\xb4\xaa\xe4\x54\xf2\x6c\x5d\x5c\xed\x6b\x07\xac\x0a\x47\x5c\x93\x59\xf0\x45\x99\x0c\x5a\x0d\xcb\xa8\x46\xce\x2c\x0a\x71\xc0\x60\x5d\xd3\x96\x0c\x4c\xda\xd2\xbd\x1a\xf3\x9a\x46\x1e\x2b\x0a\xfa\x5e\xdd\x39\xfe\x3e\x2c\x85\x12\xc1\x73\x1b\xb9\xa5\x28\x4c\xf0\x29\xfc\x18\x7f\x02\x4f\xfa\x5e\x07\xc0\x0a\x9f\xbd\x8b\x57\xe1\x6e\x67\xd1\x3e\x0c\x6b\x35\xdd\x1f\xc8\xef\x94\x14\x46\xed\x56\xb3\xf1\x02\xde\x84\x4f\xe3\x0b\x5c\xed\x78\x19\x23\x8c\x59\x4a\x9f\xa2\xfe\x98\x08\x09\x5a\x26\xb1\x69\x35\xd3\x60\x44\x2f\x4b\x8a\x02\xd6\x96\x1e\xf7\x1b\x59\x9b\xd2\x15\x47\x85\x7f\x8d\x33\xdc\xca\x74\x76\xaf\x6e\xdc\xaf\x2f\xae\x76\xbc\xba\x11\xe4\xeb\xe2\x53\xf8\x36\xce\x34\x88\x3a\xa5\x0c\xb8\x05\x7e\x57\xd4\xd9\x3d\xdc\xae\xe1\x76\x7f\xaf\xe1\xf6\xc3\xb4\x75\xa6\xa7\x4b\xdc\x21\x5d\x51\xab\x22\x4e\xe9\x0e\x1a\x99\x8a\x52\xe2\x31\xb8\x91\x70\x88\x02\xdd\x19\xfe\xfe\x6b\xfc\xde\x7e\x88\x7f\x7e\x6b\xfa\xd5\x41\xa8\xc2\x8f\xf8\xd7\xf0\xe2\x86\x17\xdf\xc5\xd5\xbc\xf7\x5c\x64\xfa\x69\x55\xa4\x3f\x24\x43\x90\xe3\x27\x5d\x7e\x04\x7e\xdc\xcb\xd8\x8a\x09\xdb\xe8\x46\x4a\x1f\x0a\x41\xfa\xda\x11\xc3\x24\x3b\x08\x32\xf7\x59\xcc\xfd\xf4\x0e\xe5\x8a\x9f\x92\xb8\xe6\xf4\x60\x27\x83\xe5\x05\xba\x91\xde\x86\x42\x01\x5f\xc2\x97\xf1\x8d\xd7\x30\x6b\x32\xbd\x56\xe1\x9a\x97\x14\xdd\xeb\x56\x9b\x71\xbc\x8c\xb9\xfa\x93\x75\x86\x02\xbf\x2b\x12\x9f\x3a\x4b\x49\xfe\x72\x71\x26\x7f\xb9\xff\x4b\xfd\xe4\x05\x62\x2d\xcf\xfe\x52\x3f\x45\x83\xcb\xb4\xb6\xe4\xdd\x8c\x28\xb8\x96\x69\x8d\x17\xfa\x94\x44\xfb\xcb\x6c\x3c\xee\xee\x29\x25\xd1\xe0\xf2\xb2\x2c\x96\x25\x89\x13\x2e\xdd\x65\x56\x5c\xc1\x5b\xd3\x70\x97\x49\x2d\xf4\x4b\x29\xf1\x60\xdd\xd6\xf6\x59\x19\x57\xf4\x8b\x77\xe1\xd3\x38\xdd\x41\x42\x24\xa3\x07\x05\xa6\x13\x49\x70\xe9\xe1\xbe\x91\xab\xe3\xe2\x4b\xb8\x86\xb5\x35\xfd\x3a\x8b\x7d\x93\x5f\xe1\x92\x95\x14\x3c\xab\x91\x88\x83\x02\x76\xc5\x3a\x5c\xb7\xa9\x2d\x6c\x38\x93\x02\x2e\xb5\xb5\x4d\x56\x1b\x4e\x88\xbd\xc6\xad\xfe\x8c\xbf\xe0\xcc\xc3\x91\xe4\x4e\x4a\x8b\x94\xb2\x38\xe1\x91\xe4\xae\x04\x16\x8a\x6f\xd4\x48\x4b\x11\x05\x36\x51\x4e\x8c\xf7\x98\x95\x1c\x96\x37\xeb\x18\x3d\x5e\xde\xc3\xf2\x12\x69\xed\x56\xa7\xf1\x05\x4e\x3f\x2d\x12\x90\x1d\xe2\xe2\xea\xa7\x44\x17\xf2\x44\x5c\x2a\x64\x1e\x2c\x2a\x90\x23\xe2\xe2\x5d\xb8\xfb\x1f\x57\xe7\xc4\x03\x77\x5b\x16\x15\xd6\x51\x6c\x47\xae\x7a\xd6\x6f\xdf\x42\x06\x2f\xc2\xf5\xbb\x21\x1b\x5c\x7c\xfe\xcd\x95\xeb\x2b\x81\x6d\x7d\xb1\x30\x25\x20\xd1\xad\x2e\xe3\x2c\x4f\x6b\xc2\x7f\xc6\x1f\x70\xba\xfb\xf5\x6e\xfd\x42\x2e\x44\x9b\x6e\x56\xbb\x37\xf2\x36\x5c\x5c\xdd\xf5\x34\x29\xb8\x8f\x66\xe3\x2b\x79\x9c\xfc\x0c\xf7\x73\x35\xef\xf3\xf4\xab\x59\x12\x55\x5b\xc0\x20\x4d\xc3\xc5\xe9\xe6\xcf\xd4\xf2\xe3\x80\xc9\xa2\xea\x9f\x77\x47\x84\xdf\x49\x0a\x5c\xd4\xc8\xc0\x40\x81\xef\x79\x37\x5b\x16\x48\x48\xbc\x90\x52\x16\xb5\xff\x7c\x6e\xfe\x38\x37\xb3\x78\xe8\xcf\xd4\xfe\x53\xff\x45\xed\x3f\xf7\xff\xa7\xcc\xb6\x62\x96\x3f\xef\x02\xd4\x1e\x49\xcf\xf1\xb6\x32\x68\x58\x19\x24\x85\xfb\x69\xb6\x32\xb8\x85\x58\xe5\xa2\x5d\x60\xc1\x66\x45\x2e\xfa\xa4\x94\x2b\x8d\x34\x08\x51\x58\xfa\x9e\x71\x3d\x5e\x76\xd4\x24\xa9\x88\xda\x1f\x5f\x8b\x50\x93\xa4\x22\x66\x69\x01\x66\x21\xc0\xa4\xa2\xf5\x7a\x7c\xee\x87\x24\x93\x52\xd1\x41\xfe\xf8\xe0\x7f\xd4\x7f\x51\xe9\xeb\xfe\xbf\xea\x3f\xcf\xf4\xcb\x82\x0d\xe9\x07\x2e\x9e\x85\x7f\x8d\xff\xc0\x99\xcf\xd7\xdc\xec\xd5\xb8\x74\x60\xbf\xe6\x66\x2f\x17\x02\x52\x46\xdd\xea\x31\xfe\x05\xa7\xff\xaf\xd7\xf1\x65\x1d\x49\x68\x7e\xab\xcd\x38\xdf\x0f\xb5\xef\xf5\x7d\xd9\xc5\x16\x2d\x5e\xcf\x43\xa4\x16\xb8\xb8\x7e\xd7\xbb\xf8\x65\x17\x17\xd1\x95\x05\x2d\xac\x3f\x2e\x1e\xf3\x4c\x4a\x01\x0a\x95\x6c\xc5\x49\xf8\x34\xbe\xc0\x8b\xf0\x47\x38\x5c\xae\x70\x38\x13\xe0\x9f\x82\xda\x59\xc2\x87\xf1\xd8\x47\x44\x9e\xbe\xd5\x6d\xfc\x0b\x5e\xc1\xb7\xdb\x61\x7e\x24\x15\x10\xde\x9f\x42\xf4\x07\xab\x99\x5b\x3d\xc6\x1f\xf0\x06\x7e\xdc\x8e\x02\x20\x26\xf5\x47\xdc\x0f\x6b\x97\x7b\xd6\x32\x5e\xab\x7f\x76\xe2\x26\xa5\x7b\xf8\x4e\xba\x38\xee\xc4\x3c\x10\xa9\xbe\xed\xb4\x8c\xb3\x7f\xa5\x06\x20\x48\x3f\x85\x1f\xb8\xbf\x7f\x85\x87\x28\x98\x48\xec\xdd\xb6\xd5\x3c\x3b\xc1\xd5\x49\xaa\x77\xab\x3f\xe1\xdc\x7b\xb1\xfe\x6b\xc4\xc4\xa7\xc0\x7c\x22\x18\x13\xd6\x9e\x02\xbf\x0b\xbf\xda\x56\xe7\x10\x33\xfe\xe2\x43\xb8\xe6\x2d\x43\xcf\x58\xa5\x35\x62\xb9\x53\xe0\xfb\xa9\xef\xc5\x6e\x89\xa7\x7e\xef\x1c\x55\xf8\x36\x1e\xbf\xdb\xb4\xbe\x59\xfb\x97\x30\xea\x17\x87\x4e\xf2\x71\xfb\xf0\x9f\xa6\x75\x2c\xba\x1c\x11\x3d\x3d\x25\xbd\xdb\x13\x12\x3d\x0a\xd0\x9b\xde\xed\x77\xd1\xbe\xdb\x85\x7d\xa7\x77\xf8\x6d\x7d\xca\x46\x9f\x92\x1a\xc2\xe9\x2e\xa6\x9f\x88\x5c\x9e\x14\xca\xa6\xed\x22\xfe\x4f\xec\xf1\xa4\x40\x35\x6d\x5b\x4c\xdc\x05\xfe\xd9\xb4\x5e\x45\x0f\x28\x1b\x7d\x4a\x6a\xcd\xed\xf8\x77\xd9\x77\x4d\xeb\x58\xb4\xef\xb0\x8a\xba\x38\xf3\x50\x4d\x6f\x15\xbe\x84\x35\x56\xdb\xd5\xf4\x56\x39\x47\x08\xfa\x73\xab\xd3\x38\xed\x73\xac\x11\x5c\x9c\x42\x01\x5f\xc2\x87\x71\xfa\x39\xfc\xfd\xcf\xf8\x03\xae\xfe\x78\x7d\x2b\xf4\x49\xdc\x99\xb6\xab\xf7\x51\x65\x1f\xe1\xa4\x77\xab\xee\x27\xfc\xa7\x89\x4e\x9a\xfb\xdf\xd4\x7f\xd1\x49\x13\x5f\xdd\x0d\xbe\xaa\x77\x7b\x22\x79\x53\x88\xf6\x71\x2e\xb8\xd5\x63\xfc\x05\xa7\xff\xd6\xcb\x10\x65\xfb\xe2\x4b\x78\x37\x1e\xe3\xc5\xc5\xb1\xd9\x5a\xbc\x11\x23\xfb\xe2\x8c\xb7\x79\xbf\x28\x92\xb5\xde\xed\x6d\x4d\xd6\x14\xb6\x3a\xe9\xdd\x9e\xc0\xd1\x14\xf8\x1e\x39\x74\x5b\x2f\xb3\xd1\xcb\x24\x42\xad\xdc\x6a\x35\xde\xc0\xbb\xf0\x6d\x5c\xed\x2c\xe1\xea\x67\xe7\x3a\xd3\x45\x9f\xd6\xd7\xec\xce\xbe\xd3\xfb\xfc\xee\xba\xfd\xee\xd0\xe3\xf4\xcf\xe7\x6f\x2e\x5f\x04\x95\xa6\xf0\xa3\x35\x56\xb9\xeb\x94\x21\x96\x74\x4a\x5d\xd4\xde\xa5\x95\xc3\x78\xed\xe2\xea\xd5\x71\x3b\x70\x9b\x2e\xee\x64\x79\x74\x0f\x44\x34\xc2\x5d\xde\xea\x30\xbe\xc0\xa7\xf0\xaf\x71\x66\x9b\x53\x8f\xa8\xd1\x14\x3a\x78\x13\xae\xd9\x1e\x9a\xa5\xa1\xdf\xf5\x2c\x0d\xcd\x92\xa8\x74\x78\x96\x06\x22\x5a\x17\x95\x5a\x52\xdd\x43\xe3\xe2\x75\x65\x0f\x8f\x6b\x20\xba\x0d\x51\xdd\x34\x55\x87\xd1\x55\xff\xe8\xd0\xb0\xe4\xb9\x25\x79\x0e\x1d\x56\x53\x97\xa0\x3d\x15\xfa\x5f\x4c\x6e\x9a\x28\x26\x4c\x6b\xe8\xb0\xb2\x44\xba\x27\x77\xdf\xa1\xc3\x6a\xae\x3f\xed\xd0\x1d\x11\xa9\x95\x4e\x5b\x92\xea\x10\x53\x9c\x9e\x06\x9c\x1c\x13\xf9\x76\x6e\xd5\xfd\xe4\x55\x61\x88\x78\xa7\x99\xd9\x44\x24\x92\xd6\x60\xcf\xe3\xdf\x65\x13\x48\x3b\xb0\x2d\xc1\x12\xaa\xf9\xe2\x43\xf8\x30\xce\xef\x22\x79\xee\xe5\x4d\xb3\xb8\x14\x10\x08\xa1\x11\x94\x99\x42\x90\xc3\xe8\xc6\xfd\x3d\x4c\x68\xe8\x70\x5b\xde\xf4\xd8\x9e\x29\x9d\xee\xad\x4e\xe3\xb4\x33\xfc\xfd\x9f\x76\xbe\xe0\x4b\xb8\xc8\x47\x51\x91\x89\x69\x77\xab\x6e\xe7\xd0\x8e\xc8\xc4\x12\x32\x71\x8c\x2f\x4e\x3b\xdb\x64\xbe\xd9\xf4\x43\x97\xa3\xad\x17\x4d\x62\xfd\xa6\x34\xc5\x84\x64\x93\xd6\x08\xd7\x9b\x14\xad\xa7\xed\xed\xfe\x6f\xfa\x4f\x00\xce\x5b\xd5\xef\x62\xab\xa6\x88\x31\x6d\x6f\x1f\xfe\x9b\xcb\xef\xd4\x7a\x6d\x5d\x7e\x89\xb1\x9b\x14\xc3\xa5\x6d\x8b\xb0\xfb\xb0\x2e\x53\xeb\x75\x4c\xb7\x07\xba\x9d\x5a\x17\x8b\xb0\x04\xd2\xbd\x38\xf4\x79\x4c\x9f\x07\xfa\x9c\xda\xd6\x67\xfd\xf9\xfe\x05\xd7\xf7\x92\xc1\xf6\x61\xbd\xa6\x0e\xa5\x23\x2d\xcf\x3e\xd0\xe7\xd4\x76\x3f\x66\x4b\x07\xfa\x9c\x5a\x5f\x8b\xb0\x1b\x6d\x57\x9a\x5a\x47\x8b\xb0\x04\xb5\x4d\x49\xcf\xf6\xfb\x9c\x3f\xed\xd0\x1f\xad\xa3\xb5\x5d\xc4\xb2\x4d\x69\xea\x92\xfb\xf5\x78\x25\x8b\x4e\x5d\x5a\xbf\x66\xd2\x5f\x1e\x2f\x97\x0e\x99\xaf\x2f\xa7\x68\xa9\xd2\xd2\x61\x62\x2d\x15\x81\x63\x53\x5a\xda\x8f\x5f\x1f\x92\x5f\x0e\xc9\xa5\x75\xfc\x7a\xbd\xb0\x9d\x53\x0c\x90\x46\x4c\x58\x0a\x31\xcf\x7a\x41\xc7\xc3\x87\x02\xdf\x6b\x7f\xfd\x7c\x68\xff\xd8\x2f\xa4\xdd\xbd\xd5\x61\x7c\x82\x2f\xe1\x6e\x47\xfd\xd4\xe5\xe2\xe7\xf9\xfc\x41\x57\x04\xdd\xb8\xd5\x63\xfc\x0b\x4e\x3b\x16\xf2\x88\xb0\x9a\xd2\x12\x7b\x7e\x7c\x19\x79\x78\xf2\xd1\x9b\xf8\x7e\xdc\x9f\x47\xf3\x86\x10\x4c\x4c\x54\x0a\xf4\x07\x61\x65\x3f\xbe\x94\x3d\x1c\xda\x7a\xfc\xde\x8f\x0f\xed\x47\xfd\xd1\xbe\xb3\x90\xb7\x25\xe4\x2d\x09\x25\xaf\x2f\x4d\xaf\xe6\x53\xeb\xfb\xba\xff\x6f\xcc\x67\xfe\x88\xcd\xbf\xe6\xcf\x08\x6d\x99\xd0\x48\x6d\xbf\xee\x4f\x18\xb9\xa5\x6c\xfe\xff\x9a\x4f\x86\x74\x75\xf1\xf8\xdd\xf3\x11\x9f\x3c\x21\x5d\x5d\x7c\x81\x2f\xe3\x0b\x9c\xa7\x9a\xf3\xd1\xb1\x76\xc2\x77\xf6\xe2\xfa\x5e\xfc\xe1\x84\x94\x93\xf2\x07\x61\x82\xa8\x9f\x51\x20\x10\xfc\xa7\xea\xfb\xe3\xf6\x0f\xed\xb3\xaf\x09\xef\x49\xa1\x83\xd3\x4e\x12\x7f\x38\xa1\xef\x4a\xca\xaa\x79\xab\xdd\xf8\x00\x5f\xc2\xbf\xc6\x7f\x81\x43\x3f\xc7\xea\x2f\xc2\x6f\x5e\xbc\x08\x77\x3b\x71\x09\xcd\xa4\x81\xb8\xd5\x6d\x5c\xed\xa8\x7d\x1d\xd7\x27\x69\xbc\x43\xfd\xf4\xb8\x10\x7a\xb2\xde\xa7\x09\x9a\x49\x81\xf9\x67\xbf\x9f\xec\x71\x65\xf5\x1f\x25\xc9\xb1\x0d\x1b\x71\x31\x2f\xee\xef\x1f\xe3\x41\x0f\x78\x70\xb6\x93\x3d\xae\xcc\x7a\xe9\xc5\xf9\x64\x3d\xd2\x9c\x48\x59\xd5\x5a\x2b\x7f\x71\xf9\x3a\xf2\x46\x6e\x87\xec\x55\x39\x7d\x18\x9d\x2c\xd2\x6f\x61\x82\x2f\xe1\xee\x15\xab\x8c\xe7\x76\x3b\xd6\xb3\x9d\x30\x81\x4b\x99\xd4\x4a\xed\x58\x84\x22\x36\xe6\xc5\x87\xf0\x66\x7c\x83\x2f\xe1\x5a\xcd\x82\x07\x38\x16\xd4\xb7\x5a\x8c\xd3\x9f\xaa\xf6\xbd\x6a\x45\xfd\xaf\x6a\x7f\xfb\x77\x37\xbf\x8b\xe8\x73\xac\x99\x23\x92\xe6\xc5\xa7\xf0\xc7\x38\xb3\xcd\xcb\xdd\xb1\x28\x46\xac\xcd\x8b\x67\xe1\xc3\x38\xfd\x17\x15\x59\xb4\xc2\x62\x3f\x65\x2c\xa5\x9b\x2d\xf6\x6f\x81\x71\x21\xfa\x1c\x6b\xf8\x4e\x68\xf8\x5a\x43\x91\x77\xaa\x5e\x82\x4e\x88\x5e\xf7\xf3\x26\x7c\x1a\xa7\xfb\x30\xb3\x53\xf5\x5c\x8f\x07\x40\x52\x1e\xf4\x5b\xf5\xf7\x8b\x6e\xf2\xc2\x72\xac\xf8\x23\x4a\x67\x52\x52\x83\x46\x5c\xce\x28\x68\xda\x96\xba\xa9\xcb\xda\xa9\x6c\x82\x2c\x62\xac\xdb\xdf\x33\x3d\x59\xc4\x68\x49\xec\x54\xc8\x41\xef\xd7\x76\x38\xb8\x85\xd8\xf4\x84\xc1\xbb\xd5\x69\x7c\x05\xce\xfb\xf2\x69\x62\x8a\xa7\xb1\x09\xf0\x8f\x6b\xc7\x9a\xbf\xd3\x70\xfe\xc7\xb0\xfa\x56\x97\xf1\x18\x6f\x2e\xfe\x5e\xcb\x82\x24\x96\xf5\xbe\x7c\x9a\x99\x56\x64\x39\x4a\x4a\xdc\xda\x8e\xa2\x7b\xdc\x02\xe3\x42\xc6\x38\xd6\xf0\xe1\x30\x71\x71\xfa\x6f\x55\xde\xe9\x1a\x97\x98\x47\xf7\xb8\x22\x02\x48\xca\x59\xe4\x60\x89\xeb\x20\x71\xe5\x2c\x26\xd1\xdd\x4f\x2c\xe4\x32\xf1\xdd\xdb\xe9\xba\x5c\x1f\x54\x76\x39\x8b\x79\x58\x65\x77\xfa\x11\xce\xb8\xac\x9a\xc3\xcf\x34\xe5\xa2\x6d\x6a\x59\x88\xd8\x99\x17\x9f\xc2\xbb\xf1\x98\x37\x19\x2c\x9f\x61\x26\x34\xd8\x8e\x45\xdb\xd4\xb2\x10\xc1\x33\x53\x2e\x3a\x34\x86\xe9\x67\xb0\x1d\x8b\xb6\xe9\xd0\x65\xf9\x0c\xf2\xe0\xe9\x25\xf4\x0c\x1d\xb6\x27\x84\x9f\x8b\x33\x9f\xc3\xf3\x3c\x18\x17\xd1\x70\xdb\xb1\x1a\xee\xa0\x86\xcb\x7a\x39\x3d\xd3\x4c\x14\xa1\x27\xeb\x85\xf4\x58\xe8\x39\x91\xe3\x26\xe5\xa2\xed\x3b\xcd\x44\x51\xc3\x65\xbd\x90\x1e\x5b\xd4\x11\xed\xf2\xe2\xac\xcb\xf4\x3c\x87\xd4\x92\x32\x7e\xcd\x0d\xff\x95\x28\xc0\x0e\x0b\x2f\x14\xc7\x96\x73\x04\xa2\x4c\x99\x08\xeb\xb7\xea\x7e\xc2\x36\x48\x30\x7a\xab\xc7\x78\xa8\xbd\x74\xd6\x4e\x73\x93\xa9\x65\x44\x84\x3c\xcb\xcb\xb5\x34\x5c\x6d\xeb\xe5\xe1\x2e\x0d\x8b\x87\x0e\x82\x3c\x52\x88\x9f\xd5\x83\xe7\x59\x66\x03\x0b\x36\xa0\x07\xcf\xb3\xcc\xfd\xd7\xd6\xf7\x43\xb8\xdb\x0f\x19\x20\x13\xaa\xbd\x1d\xab\xe1\x70\x8c\x49\x59\x0f\x98\xc7\x6a\x38\x62\xaa\x5c\xbc\x09\xff\x1a\x7f\xc0\x69\x7f\x9b\xcc\x37\xd3\x2f\xbb\x67\x87\x4c\xb9\x05\xfa\xa3\xed\x6b\x0b\x39\x42\xa3\x24\x65\x2e\x68\x44\x38\xa1\xc0\xb8\x44\x3e\xc7\xe4\x8f\xec\x91\xab\xee\x22\x0a\x69\xd2\xe4\x3f\xa3\xd0\x2b\x8d\x88\x83\x14\x1a\xb8\xda\xd1\x43\x16\x0e\x36\x29\xeb\x61\x13\x37\x1b\x0a\x8c\x4b\x64\x62\xd9\x43\xfe\x36\x59\x0f\x9e\xf6\xb7\x69\x04\x05\x4c\xb9\x8a\x1c\x8e\xc9\x9c\x8c\xe8\xb9\x8a\x0d\x58\x1d\x46\x7c\xbf\x8b\xd3\xcf\xaf\xd9\x0f\xb2\x44\xc6\xed\xb2\xe1\x7e\x43\x81\xfe\x70\xd7\x3c\xd6\x6b\x9d\x2f\xfd\xd7\x43\xa8\xfd\x70\x6e\xe1\x01\x67\xbc\x5f\xaf\xcb\x97\x75\x69\xc8\x90\xc7\x32\x06\x0e\x39\x17\x57\x3b\xba\xbb\x13\x30\x2f\x65\x72\xc1\xdf\xea\xcf\xf8\x0b\xce\xf7\x96\x31\xe4\x87\xa3\xe8\x1f\xb7\xba\x8c\x07\x9d\xeb\x41\xf5\xfc\xcc\x3e\x7f\xb0\x4f\x3d\x9c\x12\x98\x2b\x0a\xb0\x1f\x19\x30\x1f\xcb\x1e\x07\xd9\x23\xeb\xe1\x14\xb7\x1c\x0a\xf4\x47\xf4\x60\x45\xd5\xf9\xc1\x7e\xf4\x40\x7a\xac\x90\x72\xe4\x39\x3d\x84\x1e\xcb\x1e\x87\x28\x28\xb9\xf5\xbf\xb1\xb3\xc7\x6b\x87\x02\xd3\xaa\x53\xe3\xf1\xf0\xc2\xc2\x2e\x65\xdf\x0a\x1e\x5f\x6a\x1e\xc8\x48\xef\xa4\xe7\xf1\x32\x3c\x5a\x86\xe9\xef\xc5\x9d\x70\xdf\xc9\x44\x36\x6b\xc7\x22\x0b\x91\xdf\x52\x6e\x22\xa3\xc7\xec\xe6\xd1\xf0\xc4\x3e\x2c\xca\x9c\x37\xb4\xad\x8a\x62\x7e\xab\xc3\x38\xd3\x2a\xf2\x7a\x25\xca\xe3\xdf\x93\x32\x61\xc7\xdb\x79\x3d\xde\x97\xed\xd4\xc5\x6e\x5e\x8f\x57\x22\x4e\x17\xbb\x79\xbd\x9c\x2f\xa7\x21\x81\xbe\xdb\xb1\xbe\x8a\x60\x6b\x17\xcf\xc2\x9b\xf1\x0e\xae\xf6\xcd\x3e\xc8\x9c\x9d\xf5\xde\x7a\x5e\xcf\xcf\x0b\xf7\x26\x7a\xf3\xad\xba\x7d\xe6\xad\x8b\x9d\xbd\x26\x6b\xdc\x89\x32\x81\xb8\x6f\x75\x19\xdf\xe0\xb7\xfd\x8e\x17\x11\x85\xfe\xdf\x7f\x37\x5e\xe2\xba\xbd\x89\x6e\x81\xee\x04\xb5\xdf\xea\x31\xce\x34\xc4\xb3\x6d\x77\x54\xa4\xee\xa8\x48\xc4\xb8\xee\x53\x6a\xac\x4e\x8c\xb3\x8b\x0f\xe1\x8f\x71\xa6\x2d\x24\xf6\x6e\xef\xa3\x2e\xef\xa3\xcc\x73\xee\xad\x7e\x8d\x3f\xe0\x0d\xfc\xf8\x77\x35\x0d\x55\xfd\x67\x1a\x3a\xd1\x91\x52\xc6\xdc\xfa\x56\x7f\xc6\x69\xa7\xf1\xbd\x0c\x17\x3b\xee\x49\x29\x63\x6e\x7d\xab\x8f\x71\xfa\xd9\x99\x87\x04\x99\x74\x79\x2b\x65\x02\xa5\x77\x7b\x2b\xdd\x02\xe3\x1d\x55\xf8\x31\xce\xbc\x8d\x21\xdc\xed\x23\xc1\xf2\x30\x7b\xab\xcd\x38\x64\x32\xe9\x7f\xe2\xae\x7f\x0b\x19\xbc\x0b\x77\xff\x39\xcc\x31\xdb\xee\xf6\x6e\xba\x85\x2b\x71\xf1\xe0\xd9\x1d\xab\xe2\x16\x68\x66\x65\xe1\xcd\x38\xdd\x5f\x4d\xf8\x36\xce\x6e\x59\x4b\xb8\xba\x8f\x36\x4c\xc9\xc5\x6e\x75\x18\x5f\xe0\x0c\x57\x01\xa4\x6e\x21\x7e\x17\x33\xef\x5b\xad\xc6\x1b\xb8\xfa\x89\x60\xdb\xf1\x7e\xba\xb8\xda\x39\xc6\x59\x5e\x42\x2a\x77\x7c\x9a\x28\xbc\xe0\xf4\xbf\x78\xbc\x68\xc9\xf2\xc8\x53\xf8\x30\x4e\x3f\x4b\x11\x2e\x72\x43\x7b\x96\x31\x17\xef\x76\x62\xea\x72\x62\xca\x98\x85\xdf\x6a\x37\x3e\xc0\xe9\x7f\x31\x39\x17\x8d\xab\x32\x6f\x12\xcd\xba\xbc\x8b\xf2\x68\xea\xe7\xf1\xef\xaa\xff\x8d\xf1\x4a\x04\xeb\x53\xb2\xd6\x10\x79\x56\xaf\x8b\x64\x2d\xcc\xbf\xfb\xac\xde\x8e\x55\xfd\x14\xd9\x56\xf7\xb3\x6a\x5d\x44\x9e\xd2\x6e\x75\x79\x23\x65\x62\x94\xf4\x59\xbd\x5e\x55\xeb\x35\x3f\xc2\xa7\x71\xe6\x5f\xe4\x59\xbd\x4d\x25\x6b\x0d\x91\xa7\x64\xad\x2e\x2f\xa5\x4c\x52\x9a\x6e\x2f\xa5\x8e\x5b\xd2\xc5\xf9\xbe\x79\xbd\x1a\x97\x05\x42\xf3\xdd\xea\x2b\x9c\x75\x99\xa2\x9f\xe6\x75\x69\x8c\x77\x8a\x7e\x9a\xc7\x2b\x19\x6c\x8a\x7e\x9a\xb7\x63\x63\x3b\x12\xcc\xbd\x3b\xc6\x4a\x97\x57\x53\x9e\xa2\xab\xe6\xed\xd8\xd8\x8e\x53\x74\xd5\x3c\x5e\xf2\xd1\xe6\x29\xba\x6a\xde\xa6\x68\xcf\x14\x02\xfa\x56\xa7\x71\xc2\xc2\x8a\x4d\x76\x8f\xb7\x23\x7a\x4f\xb1\x3d\x79\x41\xdd\xc2\x02\xf7\xf7\x5f\xe3\xfc\x6e\xa3\x7d\x99\x59\x76\x82\x38\x5e\xbc\x09\x3f\xc6\x19\x6f\xff\x08\xd7\xfe\xed\x9c\x52\x3c\x50\xdf\xaa\xdb\xd1\x78\xfb\x14\xae\xf9\x47\xdf\x95\xa7\xd8\x9e\xf4\x5d\xb7\xd0\xc0\xf5\xbb\x1e\x2f\xfa\xae\x3c\x45\x57\xc3\xe3\x1d\x1a\xef\x6c\xc2\x8b\x71\x7e\x77\x0e\xe1\xa2\xcf\xa1\x75\x5f\x8c\x77\x78\xbc\x03\xe1\x60\x8a\x7e\x86\xd7\x11\x7d\x57\x26\x8f\xfb\xad\x56\xe3\x0d\x5c\xfd\x31\x9f\xc1\xd2\x52\xa1\xd1\x6e\xd5\xfd\xe1\x78\x59\xa2\x93\x39\xb5\xbe\x98\x54\xe6\x25\x7a\x98\x4b\xeb\x82\xe2\x29\x2f\xf1\x93\xe9\xfd\x32\x39\xdd\x57\x59\xff\x7c\xf9\xea\xf8\x34\x51\x88\xe9\x58\x3a\xf5\xa6\xa7\x75\x22\x62\x12\xa2\xa9\xcf\xe5\x53\x0c\xa7\xa7\xbc\x74\xea\xc9\xe9\xa9\xe3\xf4\xd4\xd1\x85\xf6\xb9\xbc\x9b\x16\xb3\xba\xc4\x6d\x96\x67\x75\xb1\x6b\x78\x06\xbf\xd5\x65\x3c\x76\xfd\x12\xb5\x2c\x8f\x7a\x69\xb6\x3b\x54\xba\x3c\xdb\x4b\xb3\x3d\x98\xd5\xe5\xdd\xb1\xd8\x1d\x4b\x5c\x68\xf9\x10\x5b\x47\xdf\xab\x9f\xe6\x96\x0b\x6e\xb9\x44\x45\xeb\x6c\xe3\x71\x2a\x2d\x71\xa7\xed\xd5\x91\xa8\xb7\xc4\x9d\xb6\x4f\xb7\xcd\xe9\xb6\xc4\x9d\xb6\x2f\x35\x5b\xf3\xb0\xd4\x8e\xc7\xb5\xb5\x9a\x8b\xdf\xdd\x5b\x5c\x05\x1f\xa9\xf2\x11\x77\xda\xa6\x22\x44\xc0\x42\x40\xc1\x8e\xcb\x54\x14\xe2\x0e\x57\x70\x9e\xba\xd5\x6c\xbc\x06\x9e\xf4\xbb\xbe\xbc\x90\x34\xb2\x10\x07\xb8\x3b\xe2\xd2\x2d\x24\x70\xfa\x73\xcc\xbd\x11\xe9\xca\x47\xd4\x78\xbc\x0b\x70\x92\x2a\xd8\x86\xdf\xea\x36\x7e\x02\x2f\xfc\xee\x31\x59\x85\x0c\x77\x71\xda\xf9\x7a\x57\x46\x82\xc3\x54\x3e\xba\xac\x7d\x7d\xfa\x84\x3e\xe8\xe2\x55\xb8\xe8\x2a\x62\xaa\x5f\x9c\x7e\x7e\xcd\xa5\x51\x1b\x95\x88\x19\x1c\xd5\x61\x7c\x81\xab\x1d\xcf\xf3\x57\xf3\xac\xcb\xda\xd7\x5c\x97\xd0\x0a\xe5\xa3\xd3\xf0\xeb\xcb\x60\x18\x27\x5e\x5c\xed\x78\x17\x7f\x35\x9f\x3a\x25\xbf\xe7\x18\xff\x06\x2e\x6e\xf6\xf3\x3c\xff\x34\xcf\xe2\x66\x3f\xdf\x16\xc2\x38\xf1\xe2\xf4\xe7\xb7\x44\x6f\x11\xb2\x3c\x95\xcf\x4c\xc2\xbb\x71\xe6\x47\x5c\xee\xe7\x7d\x11\x11\xc7\x53\xf9\xe8\x34\xfc\x99\xbb\xfe\x44\x27\xba\x65\xfd\xdc\x7f\x6c\x12\x4b\xd2\x2d\xeb\xe7\xf5\xfa\x85\x08\x5e\x92\xe8\xed\xe7\x5b\x04\x22\x60\x49\xa2\xb7\xc7\xf4\xff\xb0\x8e\x49\x5c\xee\xf1\x65\xf6\x61\x5d\x08\x2d\x72\xab\xcb\x38\xed\x88\xfb\x3d\xde\xbf\xa8\x99\x4a\x92\x10\xf0\x98\x5d\x45\xec\x85\x8b\xd3\x9f\xd7\xfb\x31\x82\x28\xa7\x92\x44\x3f\xaf\xe7\x13\xd9\xac\xa4\xea\xef\xb7\xf1\x2f\x38\xfd\x79\xdd\xcf\x57\xfd\x14\xfd\xbc\xa6\x9f\x17\xfa\x49\x62\x7b\xaf\x4f\xbd\x97\xf9\xc7\x80\xbb\xcf\xd7\xf3\xff\x2a\xa6\xb1\xe8\x47\x21\x1a\x6e\x81\xdf\xed\xfe\x5e\xeb\xf2\x42\x57\x49\xa7\xe1\xeb\x5b\x28\x36\x83\x25\xc1\xc7\x96\x6c\x03\x6f\xa1\x82\x2f\xe1\xdd\x78\xf0\x87\x04\x9d\xac\x8f\xe8\x67\x85\x9e\xeb\xe2\x43\x78\x33\xce\x7c\x4e\xb5\xc3\x8b\x79\x97\x93\x57\xe1\x65\xbc\x2f\x0b\x4f\x72\xf2\x2a\x89\xd3\x70\x7d\x78\x5a\xb8\x85\x98\x1f\x5e\xc6\x6f\xf5\x11\x1e\xb7\xb5\x42\xb4\xf3\x8e\x2f\x18\x05\xbe\x4f\x6a\x5f\xfb\x65\x7d\x18\x6f\xe6\x96\x85\x13\x18\x05\xda\x81\x2f\xad\x24\xbe\xba\x12\x7c\x00\x4b\xed\x5b\x6d\xc6\x07\xb8\xbe\x17\xbd\xad\x90\x96\x92\xf2\xeb\x77\x07\x85\xbe\x85\x0e\xde\x84\x6f\xe3\xf4\x27\x5e\x6c\x3b\xde\x61\x14\x32\xf8\x10\x5e\x8d\xc7\xfc\xf0\x92\x7e\xab\xd3\xf8\x8a\xc8\x50\x4b\xf0\xd7\xf0\xcb\xe7\x34\x6f\xe1\x69\x65\xd8\x43\xe6\xd8\x5c\xd2\x92\xf5\x95\x35\x5c\xc8\xca\x5e\x65\x5d\x5e\x65\x05\x93\xe8\x6e\xaf\xb2\x5b\xf8\x81\x67\x70\x0f\x17\x21\xa9\x64\x8e\xc1\x95\xc5\x0e\x17\xfa\xae\x92\x45\x56\xd9\xcb\x15\x21\x1f\x1a\xd9\x97\xfb\x92\x05\xe0\x2d\xb0\x8a\xa2\x92\xe2\xd9\x27\xf9\x5b\xc9\x6b\x08\x3f\xc6\xa3\x3b\x45\x54\x52\x4c\x3d\x44\x4e\x28\x58\x38\xdf\xea\xcf\x78\x70\x61\x2c\x99\xfb\x2a\xc7\xed\xc3\x05\x78\xd7\xbf\x55\xf7\x07\xaa\x2a\xdc\xc5\x57\x15\x77\x90\x03\x59\x29\xa2\x92\x2a\xee\xb0\x2a\xdc\xa1\x70\xaa\xd9\xb1\xac\xcb\xb1\xac\x94\xac\x76\x24\xf3\xac\x1a\xb2\x68\x29\x70\xa5\x55\x75\xc7\x5d\x58\xe8\x95\xf2\x57\x77\x2f\xfc\xc7\x28\xd0\x5d\x11\x57\x35\x71\x21\xe2\x14\x9e\xfd\x6f\xf5\x6b\x9c\xe9\xd3\x32\x58\x94\x59\x0d\x66\x40\x14\xda\x5b\xed\xc6\x63\x13\x14\x51\x4b\xf3\xf0\xc2\xa3\xec\xe2\x45\xf8\xcf\x38\xc3\xee\x4c\x87\x45\x9f\x85\xe8\x53\x0a\xcc\xc9\x8e\x64\x7d\x35\x0d\x5b\xcc\xa9\x89\xf9\xad\x06\x93\x20\x0e\xca\xad\x0e\xe3\x1b\x7c\x09\xf7\xef\xc6\xfb\x63\x41\x1d\xd0\xed\x31\xd6\x09\x4b\x78\x71\xbe\xb7\x28\x43\xbc\xf4\x54\x8a\x98\x50\xd7\xdd\x54\x9e\x64\x85\x78\xd5\xb7\x3a\x8d\xc7\xef\x12\xe3\xf9\x56\x7f\xc6\x5f\x70\xfa\xaf\x00\x0d\xb7\x10\xf3\x50\x45\x76\xdd\xcc\x0f\x51\xa6\x54\x91\x5d\xd7\x61\xb5\x50\x3f\x95\x2a\xf2\xea\xba\x3c\xae\xce\x65\xa7\x8a\x09\x29\x40\x43\x27\xac\x62\x2a\xc4\x41\xe9\x6b\x98\x1c\x87\xfa\xc9\xe1\x86\xeb\x17\x85\x04\xbe\x84\x17\xe3\x31\xcf\x95\xa7\x82\x35\xcc\xbc\x09\xdc\x50\x6a\x55\x3b\xdb\xdf\xc7\xcb\x57\xa9\xe2\x36\xc3\x4c\x0e\x53\xbc\x52\x11\xe9\xf0\x15\x8b\xc2\x25\xc8\x8e\x5d\x77\xb7\x6f\xd8\x2d\xf0\xb3\x62\x4e\xc3\xbb\x6f\xb0\xfb\xaa\xc8\x6d\x98\xa7\x0f\x0d\x57\xe4\x36\xbd\x5c\x48\x38\x85\xc8\xed\xb7\x3a\x8c\xd3\x0e\x77\x7a\x3b\x8d\xdd\x42\x06\xef\xc2\xbb\xf1\x09\xae\x76\xcc\xfc\x42\x64\x4a\x85\xbc\xa8\x7d\xc9\x44\xef\x16\x98\x86\xa9\x76\x74\xb7\x5e\x13\x5e\x5f\xc5\xcd\xa6\xc7\x3b\xd9\x8e\x55\xdc\x6c\x9a\x29\x4e\x2d\x2f\x77\xa9\x65\x11\x69\x2d\x96\xb1\x89\x9b\x2d\x93\xdb\x62\x7b\x35\x9d\x6d\xcb\xe3\x5a\x2c\x2f\xea\x83\x5b\x9d\xc6\x17\xf8\x14\x7e\x8c\x47\x3f\xb1\xc7\xee\x8e\x9a\x79\x0b\x05\x5c\xed\x7b\x5c\xc4\x7f\x28\x4d\x64\x68\x19\x69\x61\x72\x57\x88\xa3\x72\xab\xfe\x5d\xd6\x11\x3b\xed\x6e\xa7\xb4\x8e\x1b\xda\xc5\x19\xef\xf6\x76\x24\x3c\x5c\x69\x62\x63\x96\x85\x16\xf1\x22\x4a\xe3\x8e\xb5\xb6\xd9\x0f\x5e\x69\x0a\x76\x7d\xab\x9a\x1f\x64\xa4\xd2\x74\x76\x6e\xb3\x9f\x0d\x99\x37\xb1\xbd\xed\xf9\xd9\x9a\x87\xa6\x76\xcc\x8d\x37\x6c\xa9\x89\xde\xb6\xc9\x1f\x53\xbf\x42\x1c\x95\x6e\x6f\xb5\x5b\x60\xbd\x44\x6f\x8a\x47\xd1\xe5\xc5\x56\xb0\xd3\xbe\x55\xb1\xbd\xad\x79\xe3\xee\xbe\xb6\x4f\x25\xc9\x54\x6d\xaa\xff\x66\x03\x5b\xf3\x36\xe9\xbf\x65\x2d\xdc\xd9\x2e\xbe\x84\xeb\xfb\xa3\xf1\xf2\x42\xba\x8e\x0f\x79\x12\xdd\x97\x2e\xba\x3a\xa6\x87\xd0\xbb\xf5\xca\xd5\x77\x1d\x4f\x03\x16\x80\xa5\x6b\xfb\x1e\x93\x3f\x16\x80\x8a\x29\x7e\xab\x6e\x9e\xb3\xbf\xeb\xf0\xb4\x28\xb7\x24\xca\x75\xdd\x5d\x8e\xb9\x36\xce\x6d\xa5\x8b\xeb\x1d\x4f\xc3\x81\x1b\x76\x1d\xaa\xc7\xd3\x20\xd1\xaf\xeb\x50\xfd\xfa\x70\xc6\x89\xad\x74\x71\xc3\xaf\xb7\x11\xda\xbc\x22\x3d\x80\x9d\xdb\x6e\x81\xdf\x15\x79\x7e\x7d\xc5\x25\xb1\x56\xe9\x22\xcf\xaf\xc9\x04\x2d\x5f\xe9\x22\xcf\xaf\xef\x40\x5f\xcd\x83\xc8\xf0\xeb\xed\xfe\x65\x79\xbb\xd8\x9b\xb4\x79\xb7\xb0\xc0\xd5\xbe\xb7\x85\x44\xbc\x2e\x72\xfb\x9a\xcb\xa3\xe5\x2b\x5d\xa7\xe9\xcf\xe3\x42\xcb\x57\xba\x4e\xd3\x9f\x97\x1d\x2d\x5f\xe9\x22\xc3\xdf\xf2\xf7\x90\x43\x17\xb9\xfd\x4c\x0e\xbf\xa5\xef\xe9\xe7\xcf\x6c\xe0\x07\x7b\xd3\xbb\xfe\xfa\xf9\xb6\xf1\x43\xd4\xd5\xbb\xfe\xfa\x49\x24\x21\xe3\xd1\xc5\xd5\x1f\xb3\x81\x9f\xd6\x6b\xd1\xce\xe3\xab\xf8\x03\xd9\xea\xa1\x7e\x59\xf4\x5b\x12\xfd\xf4\x50\x4f\x0c\x5c\x0a\x2f\x38\xfd\x7f\xbc\x5e\xa8\xfd\xca\xf8\xa8\x1d\xdf\x2a\x1e\xb6\xef\x10\x3b\xb4\x48\xb8\x24\x12\x4a\xd1\x60\xf7\xb2\x2e\xf7\xb2\x32\xf2\x5f\xc4\x97\xe8\xeb\x75\x77\x5f\xb8\xb1\xde\xdf\xd7\xeb\xbb\x2b\x5e\x63\x65\x88\x6b\xbd\xe6\x1e\x64\x33\x2a\x64\x95\xbb\xd5\x6e\x7c\x82\x57\xe1\xdb\xf8\x01\x1f\xc2\x7f\xc6\xf9\x5d\x91\xd1\xeb\x6d\x23\x49\x8f\x60\xa9\x7d\x2b\x18\x5f\x97\x17\x58\x21\xcf\x70\xdf\x4a\x07\x72\x0b\x0d\x7c\x09\x9f\xc6\x69\x67\xfa\xfb\x47\x78\x28\x85\x8b\xde\xcd\xed\xd5\x75\x0b\xf4\x7f\xaa\x1d\x91\xc5\xfe\x20\x91\xea\xdd\xdc\xde\x5b\x1d\xef\xad\x9e\xdd\xcd\xe3\xee\xb0\xeb\x49\xdf\x7e\xab\xdb\xf8\x01\xa7\x19\x6b\xb1\xf0\xbe\x4a\x45\xcf\xe9\xdb\x82\x18\xce\x58\x3d\x77\xc3\x5f\xc1\x6c\x4a\xbd\x8e\x6f\xcb\x55\x5b\x02\x94\x5e\xbb\xb7\xc2\x6f\xdc\x42\xcc\x32\x41\x50\xfa\xce\x3a\x6b\x77\xe6\x0e\x81\x79\x75\xb7\x6f\xd5\x2d\xd0\x7d\xae\xd0\x3b\x4b\x5e\xdc\xa4\x2f\x29\x04\x41\xe9\xf6\xb9\xba\x85\x98\x9d\xa9\x7e\x66\x51\xc9\x46\xcb\x54\xc8\x61\x78\xab\x6e\x87\x4d\x86\xd9\x75\xdf\x59\x44\x2d\x5f\xac\x82\x79\xf5\xad\x76\xe3\x8c\x8b\xcd\xbd\x15\x2a\xaf\xe3\x7c\x95\x0a\x51\x4e\x6e\x55\xab\x8b\xc1\x60\xd1\x2b\xf5\x96\xc1\xe0\x2d\x04\xf5\x90\xfe\xb6\xdb\x17\xeb\x16\x1e\x70\xe6\x41\x11\xfe\x6f\x21\x83\xeb\x77\x75\xa5\xdf\x85\xb3\x13\xb3\xeb\x8e\xcb\x16\x85\x38\xdb\x48\x12\xd9\x71\xd9\xa2\xc0\xef\x26\x7d\xef\x71\xa1\x95\x2a\xa4\x71\xbc\xd5\x9f\xf1\x17\x9c\xfe\x5b\x2b\xb5\x2b\xd4\x4f\xe6\x88\x8e\x0b\x16\x85\x0d\x4e\xff\xab\xc7\x5b\x35\xae\xaa\xef\xc5\x54\x70\xa6\xea\x18\x94\xf5\x6d\xe5\xd3\xc6\xd0\xaf\x2c\x36\xf5\x56\x88\x8f\x4e\x3e\xb7\x8b\x37\xe1\x8f\x71\xba\xd9\xf5\xb3\x5e\x46\x49\x6c\xe4\x15\xee\x76\xc5\xba\x05\x86\x0b\xaf\xdf\xd5\xbb\x02\xc3\xc0\x42\xe4\x92\xee\xc0\xdb\xb7\x90\xc0\xbb\xf0\x62\x7c\x81\x4f\xe1\x5a\x46\x42\x7f\x14\x22\x97\xdc\x6a\x33\xce\x72\xc1\xbb\x77\x33\x73\x20\xd4\x5e\x59\xcb\xdf\xff\x69\x87\xfe\x70\xc5\xdd\xcd\xf3\x13\xb1\x41\x52\xfd\x88\x7c\x2c\xe1\x6d\x24\xbc\xaa\xe7\xe9\xdd\x4c\xe6\x48\x78\x95\xec\xb6\xdd\xae\x5e\x7d\x87\x45\xe1\xc5\xd5\x7f\x93\x09\x21\x44\xaa\x9e\xa7\xed\x02\xd6\x89\x2c\x7e\xf1\x2a\xfc\x67\xfc\x05\x67\x7e\xba\xb7\x7b\x88\x7a\x5d\xef\x04\x5b\x11\xfb\xba\x3c\xc3\xea\x27\x1b\xd7\x32\x12\x42\xa4\xea\x35\x7b\x77\x33\x25\x42\x88\x54\xd2\xf8\xdd\xea\x32\xce\xb0\x44\x6d\x16\x14\x71\x05\xbb\xb8\xda\xf1\x70\xbb\x86\xcb\xeb\xd0\xee\x1e\x6e\x28\xb3\x2e\xbe\x84\x37\xe3\xb4\xd3\xf4\xbb\xe6\x6e\x44\xf8\xab\x1f\x71\x2b\xf9\x78\xdd\xc2\x03\xce\x34\x0c\xef\x16\x7c\xb9\x2a\xb9\xa7\xba\xf3\xa9\xdc\x02\xbf\x2b\xee\x63\xdd\xd6\x1e\x1a\x97\xc8\x70\x48\x2b\x81\x53\xd7\xc5\x59\xae\x61\x72\x18\x1a\xaf\xce\x96\x61\x2e\x10\x86\x8c\x17\x1f\xc2\x35\xcf\xe8\xbc\x2a\xc6\xde\xb7\x5a\x8d\xf3\xbd\xb8\xd5\x34\x99\x87\x68\x98\x6a\x12\xf7\x99\xde\xed\x48\x84\x35\x89\xfb\x4c\x93\x3f\x12\x61\x25\x90\x78\xb7\x33\xd7\x2d\x44\x3f\x31\xc3\xee\xf8\x76\x51\x08\x32\xd1\x72\x59\x50\xc4\xa9\xeb\x7e\x0e\xb5\x4d\x53\x39\x81\x02\x6b\x12\xf3\x99\x3e\x1a\x23\x80\xf7\xc5\xd5\x8e\x97\x77\x42\xcd\x7a\x84\xde\xd3\x4c\x2f\x24\xc6\x8b\xab\x9b\xc7\xed\x30\x0d\x49\x87\xd4\x32\x17\x88\x74\xda\x17\x9f\xc2\x9b\x71\x86\x25\x6e\xb5\xf4\x2a\xb8\x11\x38\x2b\x56\xde\xb7\xfa\x35\xfe\x82\x33\xcd\xcb\xe4\x80\xf2\xad\x26\x91\x89\x95\x6c\x7b\xb1\xec\x7a\x84\xb6\x8f\xd7\x2d\x30\x2e\x91\x89\x92\xf1\xf5\xbd\x20\xf3\x34\xfe\x22\xab\x50\x27\x19\x0f\x85\x19\x7f\x26\xa6\x65\x5d\x1b\xbe\x5d\xa9\x26\x51\xcb\xf2\xa6\x27\xea\x49\x25\x9a\x48\xdf\xd6\xc1\xed\xad\x69\x12\xd3\xb2\xdc\xb9\xd1\xc1\x55\xbd\x45\x6f\xcb\x9d\x3b\x04\xcd\x8b\xab\x1d\xc9\x97\xf8\x88\x5d\x7c\x09\x77\x3b\x50\x91\xde\xa8\xb7\xe5\xce\x1d\xa9\xed\x2e\x5e\x84\xff\x8c\xbf\xe0\xea\x8f\xc9\x28\xec\x37\x53\xd5\x1b\xf5\xb6\xce\x6e\x6f\xc8\x88\xa8\x21\x7d\x2b\x4a\xca\x2d\x64\x70\xf5\xc7\xbb\x06\x17\xb3\x9a\x11\x88\xec\x62\x76\x0b\x1b\xbc\x0b\xff\x1a\xa7\x3f\x85\xe5\xb4\xdc\xb9\xcf\xa4\x7d\x2c\x01\xb6\x02\x27\xf6\x7d\x96\x70\xd6\xe5\xac\x3f\x78\xec\xbe\x2c\x72\xb1\xee\x6f\x1f\xb8\x01\xd9\x74\x6e\x55\xe3\x3a\xea\xbf\x0e\xb1\xe3\xfe\x1f\xf5\x7f\xea\x77\xdd\xff\xa3\xfe\x4f\x7f\xff\x35\x4e\xff\x75\xd7\xf9\xba\xff\x5f\xd6\x3d\x8b\x4e\xbe\x5e\xf7\x2f\x5c\x22\x8b\xab\x7c\xcd\x25\x30\xff\xac\x05\xc1\x64\x7f\x7d\x17\x24\x4a\x4a\x2d\x3a\xac\xbe\xbe\x43\xa0\x43\xac\x7a\x8d\xde\xd6\x21\x6e\xc2\xb3\x2b\xdb\x53\xdf\x5f\x5f\x16\xbe\xcc\x03\xd6\xe4\xb7\x2a\x3a\x41\x57\x58\x4b\xd6\xf7\xc7\xed\xc3\xed\x4b\x31\xee\x7e\xc2\x0e\xcc\x9e\xac\x2b\xdc\x84\x6d\xaf\x45\xeb\x68\x41\x72\x23\x48\x56\xac\xcc\x6f\x75\x1b\x3f\xe0\x55\xf8\xcf\xf8\x0b\xce\xfc\x58\xb7\xb8\x23\xc0\xc9\xc5\x97\x70\xb7\x03\x3b\x28\x48\x30\x78\xae\x51\x88\x79\xd6\xf3\xf1\xb6\x20\xb9\x7f\x1a\xaf\x2e\x41\xd6\x2d\xe2\xcb\x96\x6a\x11\xfb\xf8\x79\x5f\xa3\x43\xac\x7a\x26\xde\x8f\xf7\x75\x48\x9a\x9d\x68\xdc\x7d\x3f\x3e\xb4\x1f\x2d\x17\xcf\x28\xfb\xf1\xf6\x0d\x1d\x63\x2f\x12\x48\x1e\x53\xed\xa3\x55\x14\xf5\x3c\x1e\x15\x29\x87\xdd\xc9\xc7\xbc\xef\xd1\xe2\x2e\x37\xa3\xa3\x3c\xf2\x0e\x5f\x5c\xbf\x6a\xb1\x29\x72\xbd\x5e\xbc\x0b\x6f\xc6\x99\x9c\xa5\x9f\xb5\x00\x13\xb9\x85\x52\xad\xba\x70\x3f\xde\xec\x04\x53\xa9\x55\x44\xf8\xf8\xe8\x0f\xf1\xf6\xe2\x6a\xc7\x9b\x82\x68\x90\x55\x8f\xb2\xfb\xf5\xd1\xf9\x72\x74\x56\xdd\x98\xac\x00\xdd\x04\x53\xa9\x55\x37\xa6\xd7\xc4\x4f\xd0\x94\x5a\x75\x35\x7a\x3d\x0f\x2f\xe3\xad\xba\x88\xbf\x1e\x2f\xc6\xa3\xb5\xea\x6a\xf4\xee\x3f\xdf\xd3\x1f\x5e\x5d\xf6\xeb\x71\xbd\x30\x81\x2a\x26\xf3\xfa\x2c\x7c\x61\xfe\x55\x44\xf8\x9a\xf9\x23\xfe\x56\xa2\xc6\x75\xe7\x22\xb9\x05\xc6\xc5\x15\xe8\x7c\x74\xe6\x9d\x0f\x44\x4e\xb0\xed\x7e\x2c\xfe\x9e\x50\x5c\x76\x62\x61\xdc\xda\xd7\x30\xdd\xec\xc2\xd5\x9d\x43\x70\xca\x5a\xa1\xcd\xf3\x39\x6e\x5e\xdd\x19\xfe\xfe\x31\xfe\x82\xf3\xb3\x72\xd7\xbb\x85\xa0\x36\x62\x76\xdc\xea\x31\xce\xf7\x10\xed\x49\xda\x73\x27\x71\xe6\x54\xa4\x6e\xbc\xf1\x28\xb0\x5c\x5c\xdc\x4f\xd2\xf4\x9f\x04\xb9\x55\xc8\xed\xd8\x88\xf3\x24\xae\x28\x75\xa9\x3f\xdb\xed\x44\x0e\x62\x62\xa1\x76\x9c\xf7\x28\x44\x77\x08\xf1\xdd\x4f\xd2\x53\xb6\xbc\xf8\x2a\x09\xec\x6f\x75\x1b\x8f\x69\xc0\xe2\xbd\x1f\x1b\x6b\xca\x5b\xaf\xea\x69\xfa\x64\xb1\x18\xdc\xf6\x52\xd5\xd3\xf4\xc9\x1e\x2e\x62\x77\xc5\x12\xfe\x56\x9b\x71\x7e\x97\x9b\xd7\xc9\x5e\x2e\xb2\x83\x56\x2c\xe1\xfb\x51\xe8\x92\x2e\xbf\xbb\xda\x38\xea\x8e\x42\x97\xdc\xc2\x00\xa7\x3f\x36\xca\x94\xdf\x5d\xd5\xd3\xf4\x51\x64\xf9\x5b\xe0\x77\xb9\xa0\x9f\xe2\xfe\x17\x96\xab\x71\x11\xc7\x0d\x8f\x02\xfd\xe7\x86\x85\x1b\x1e\x85\x0d\xde\x85\x7f\x8d\xff\xc0\xe9\x7f\xd9\xfe\x5d\x96\x4b\x4f\xd3\xb8\xe1\x51\xe0\xfb\xae\x76\xbc\x2e\x21\x2e\xb7\xa9\x65\xb1\x54\x8c\xbb\x5c\xaa\x6d\xfc\x85\x97\x63\x3f\x0a\x60\x72\x0b\x9d\x3f\x6b\xc2\xa7\x71\x46\x01\x23\xb6\x3b\x5d\x3f\xa8\x3b\x6b\xe3\xba\xef\xfc\x3a\xb7\x40\x3b\x22\xea\xea\x51\x57\x8d\x5a\x44\x6d\xe1\xfb\x54\xee\x8f\x6d\xa9\x1d\x13\x29\xfa\xcf\xda\x44\xbc\x36\xf1\x3c\x95\xd9\xe8\xa2\xde\xea\xd5\xaf\xac\x7e\x47\xea\x3c\xd5\x9b\x18\x29\xbb\x92\x4e\xad\x1f\x4b\xc1\xa7\x41\x5d\x18\xbc\xf7\x63\xa9\xf6\x48\xaa\xed\x98\x60\x1e\x4b\xb5\x47\x52\xad\x5e\xae\x8f\xf5\x96\x72\x9b\xab\x7a\xb9\x3e\xcd\xbb\xa9\xa9\x9f\xa2\x52\xb9\xcd\x75\xb9\xcd\x55\xbd\x5c\xdb\x6d\xee\x16\x3a\xb8\xfa\xe3\x5d\x26\x69\xb7\x8b\x7a\x2d\xed\xca\xcd\xae\xca\x82\xdd\x79\x89\x6e\x21\x81\x17\xe1\xc5\x78\x05\x6f\xc2\xb7\x71\xda\x47\x9e\x38\xdd\xeb\x1b\xe9\xba\x53\xed\xa2\xf6\xee\xf5\x8d\x48\x29\x6d\xc2\xa2\x8f\xa5\xe3\x23\x29\xb8\x6b\x13\x74\x2f\x57\xd7\x34\x70\x02\x9f\xee\x69\xc0\x92\xb3\x76\xf1\x5c\x5b\x72\x9e\x8e\x98\xd4\x45\xec\xdd\xcb\xd8\xd9\xc4\x7a\x18\x3f\xdd\xbc\x58\xd2\x6e\xc7\xb8\xe1\x28\x9e\xfd\x2d\x30\xcd\xdc\x33\xcf\x30\x39\xa3\x46\xad\x32\x78\x3f\xb6\xf0\x3c\x43\xc3\xe5\xfe\x79\x14\xff\xbe\xe3\xce\x77\x71\xb5\xa3\x9b\xc2\x09\x71\x38\xd5\x2e\xb2\x1d\xe6\xc5\xc4\xbf\xaf\xb2\x60\x3f\xc3\x64\x32\x20\xe7\x2e\x72\x1e\x26\xdb\x01\xd9\x0e\x91\xed\xf0\xf2\xa2\x17\xad\xb2\x60\x77\xb6\xcb\x7e\x24\x05\x13\xa2\xa4\x1f\x4b\xc1\x47\x52\x30\x21\x4a\xba\xbd\xf8\xba\xbc\xf8\xea\x40\xbe\x38\xd3\xcc\x69\x72\x6f\xd7\x83\xf9\x51\xb2\xdc\x5b\xf8\x82\x77\xe1\x8f\x71\xfa\x83\x9e\xf0\x4c\x8f\x8b\xd0\x25\x75\x14\xb5\xef\xf5\x9d\xac\x2f\x29\x95\xfb\xb1\x49\xe9\x91\xb8\x3b\x44\xce\x16\x77\x4f\xc4\x30\x49\x75\x70\x25\x70\xba\xab\xae\x74\x57\x55\x2f\xee\xc7\xe2\xee\x59\xbc\xde\xc8\xb2\xfd\xd8\xa6\xf4\x2c\x98\xb1\x5e\xd6\xf1\xf6\xa3\x10\x64\xab\x23\xdb\x26\xa5\xf2\xfa\xab\x43\x3c\xd7\xd2\xae\xbc\xfe\xea\xe0\x26\x78\xd6\x76\x77\xb6\xbe\x57\xf3\x26\x73\xd4\xa8\x55\x06\xec\x67\x79\x1a\x96\x86\xa5\xa3\xdf\x6a\x51\x32\xaf\xa7\x2a\x83\x74\xf2\xac\x53\x60\x3a\x45\x26\x16\x4f\xe5\x0d\x58\x7d\x66\x6f\x9f\x3d\xa8\x3f\xeb\x14\x77\xdb\x1e\x97\xc4\xd0\xa9\xb3\x79\xbb\xff\xa8\x3f\xeb\x14\x99\x58\xfd\x29\xaf\xc2\x2a\x43\x75\x7b\x15\x76\x12\xb1\xa7\x2a\x43\x75\x27\x62\xef\x47\xe2\xe9\xd4\x99\xad\x60\x9d\x5d\x59\xb9\xea\x14\xd7\xdb\xbe\x1a\x49\xdc\x9c\xe2\x7a\xc7\xdb\xf1\xb0\x1d\x89\x5f\xde\xcf\x31\x79\x4a\xac\x94\xe1\xf9\xb1\x3a\xf3\x1c\xd6\xc5\xec\xc7\x7a\xc8\x83\x1e\xb2\xca\x20\xdd\xde\x83\xb7\x40\x3f\x75\x43\x3c\x5e\x97\x03\x79\xca\x50\xfd\x58\x3f\x79\xd0\x4f\xd6\xa9\x9b\xa3\xf5\x93\xe7\xc0\x66\x64\xc0\x7e\x6c\x9a\x8a\x7b\xe1\xc5\xbb\xf0\x61\x7c\x82\x2f\xe1\xdb\x38\xed\xa0\xb0\x39\x16\x37\x49\xff\x75\x71\xb5\x63\xb6\xfa\xd5\x3c\x88\x5d\x7d\x3d\x0f\xc4\xe9\x57\xf2\xdc\x7e\x2c\x6e\x92\x16\xec\xe2\xfa\xde\x77\xa0\x08\x6d\x92\xea\x14\x5b\xfa\x9a\x7d\x12\x16\xb3\x4e\xd1\xdb\xcf\x97\x08\x89\x8f\x64\xc3\xbb\xd5\x6e\x7c\xdc\x6d\xc4\xab\xca\xf9\x79\x19\x7f\x2c\xa3\xec\xda\xcf\x4f\x62\xd9\xf9\xc1\x55\xa5\x01\x38\x3f\x73\xa5\x1f\x5c\x69\x89\x0c\x7f\x3e\x94\x7f\x3c\x3e\x2d\x91\xa1\xa5\xcd\x83\x3a\xb3\xca\x0e\xfe\xfc\x7c\x79\x20\x90\x4a\x5d\x3a\xac\x7f\xe6\x4a\xa8\x2d\xeb\x12\xb7\xfa\x79\x79\x25\x6d\x2e\x1d\xb2\x96\x36\x0f\xe9\x01\xaa\x34\x03\xc7\xd2\xe6\x41\x9d\x59\x97\xb8\xd2\xe3\x65\x7c\x38\x34\x97\xc8\xf0\x31\xf7\x79\xb8\xfc\xac\xbf\x89\xad\xda\x9d\x8b\xac\xcb\x99\xb1\x2e\xdd\x14\x1f\x3d\x1a\x29\x17\x59\x5d\xa2\x3a\xcb\x97\x47\xf2\xa5\x34\x0d\xc7\xf2\xe5\x79\x78\x6c\x90\xa6\xe1\x3c\xde\x1d\x92\x2f\xa5\x69\xb0\xf3\x63\x27\x89\x59\xaa\xd2\x34\xe0\x0b\x49\x81\xd5\xd7\x5d\xf0\xf1\x8d\xf3\xe1\x2e\xb5\x74\x17\x7c\xbc\x3b\xd0\xb2\xd6\x25\x2a\x55\xb0\xce\x2e\xe7\xc7\x2a\x0d\x84\x9d\x1f\xfb\x79\x45\x16\x68\x5c\xec\xfc\x78\x0b\x15\x7c\x08\xef\xc6\x21\x8b\xa5\xf6\xcd\xe5\xc2\x3b\x32\xb5\x8f\x24\x16\xcb\xa9\x07\xc3\xdb\x46\x9c\x98\x6e\xa7\xc8\x2e\xa7\xc8\x26\x0d\x84\x9d\x22\x6f\x41\xed\xe8\x77\xcd\xd5\x43\x2f\x9b\x9a\x0c\xe1\xed\xfc\xd8\xf1\x6a\xbc\xf8\x6d\x67\x38\x95\xf3\x2d\xd4\xc0\xe3\xf0\x1c\xf6\x66\x1c\xca\x8d\xd6\x50\x1d\x0c\x9c\x18\x29\x3c\xe0\x15\x9c\xed\x71\x0b\xb4\x13\x87\xe4\xad\x76\xe3\x23\xf0\xaa\x76\xb8\xb3\x0e\xdc\x17\x2f\xae\xdf\xe5\xce\x7a\x0b\x1d\x5c\xed\xa0\x89\x19\x24\x55\x4b\x0d\x95\xc2\x98\x1f\x2e\x5f\x43\xde\x8c\x8d\xf8\x31\xc3\xde\x8c\xb7\x40\xff\xbb\xbf\xdf\xc6\x99\x9f\x4e\xff\x93\xe7\x81\xf4\x0c\x0d\x95\xc2\xad\x36\xe3\x27\xf0\xa0\xb7\x5b\xfd\x19\x67\x1e\x86\xbe\xf7\x3c\x24\xcd\xc3\xd4\xf7\x9e\x87\xa4\x79\x98\x4d\xf8\x32\xfe\x05\x1f\xc2\x5f\xe1\x9a\x9f\x45\xff\x25\x20\x0f\x79\x39\xb6\xcf\x52\x3b\x9c\x7a\xb7\x00\x3d\x2c\xb5\x73\x34\xcf\x04\xf7\x6c\x18\xc2\x8f\xa9\xfc\x0f\xb7\x70\xc0\x99\x7f\xe5\x6a\x1b\xca\xd5\xd6\x52\x5c\xd6\x86\x73\xb5\x0d\xb9\x39\x36\x22\x99\x8f\xa9\xe0\x9e\xb7\xf0\x03\x1f\xc2\xd5\x7f\xdc\x1c\x1b\x86\xf0\xc3\x6e\x8e\xb7\x40\x3b\x59\xed\xac\x6d\x9c\xfe\x88\x0e\x95\x30\x62\xc8\x9d\xb1\x11\xe1\x7c\x4c\x49\xc8\xb7\x10\xf3\x80\x0e\xe2\x56\xfd\x7d\xec\xeb\x46\xe4\x98\x81\x17\x23\x85\x01\xbe\x84\x1f\xe3\xb1\x8e\xe8\x1a\x06\x5e\x8c\x14\xf8\xbe\x4d\xe1\x5f\xe3\x7c\xdf\xd5\xfe\xf6\xf7\xec\x53\x42\x93\x8f\x59\x8e\xf1\x23\x5c\xdf\x9f\x66\x9c\xfe\xcf\x24\x7c\x1b\xff\x82\xab\x3f\x1e\x57\xd1\xb8\x44\x27\xd5\x74\x5b\xb5\x2e\x73\x09\x3f\xc6\xf9\x7e\xd1\xff\xba\xb4\xbe\x91\x54\x22\x29\x95\xfc\xad\xfa\xfb\x78\x27\x6b\x84\x76\x19\x4e\xae\x76\x0b\x2d\xf0\xa4\xef\xf7\x30\xfe\x80\xeb\xfb\xe3\xef\x0f\xdf\xe7\x26\xdc\xdf\xd3\x7f\x94\x00\xc3\x6e\x8b\xb7\x10\xf4\x96\xc5\x37\x9a\xe9\x8d\xa4\x11\x2d\x6b\x7d\x9b\xe9\xaa\x41\x57\x59\xfc\xa1\xad\x62\x3c\xe8\x27\x8b\x3f\x34\xef\x23\x6c\x7a\x5b\x16\x1f\x68\x7b\x1b\xe7\xfb\xde\x85\xfb\xfb\xa3\xef\xd5\x4f\xd3\x5b\x24\x81\x48\x2d\x8b\x0f\x28\x55\xf4\x2d\x7c\xc1\x87\xf0\xc7\x38\xe3\x15\x7f\xe8\x1e\x6f\x08\xb7\xa9\x65\xad\x7b\x37\x9f\xc1\x6d\xb1\x65\xf1\x87\xee\x75\x24\x6b\x44\x43\xd3\x3f\x66\x37\x7d\x76\xcd\xc3\xaa\xc2\xdd\x4e\x1c\xe7\x2d\x8b\x0f\x74\xef\x2f\x6c\x80\x1b\xc1\xbb\xc7\xec\xe6\xc3\x04\xfd\x6c\x04\xe9\xbe\xd5\x65\x3c\xe6\xa7\x24\xf5\x73\x8b\xef\xa1\x0a\x6e\x45\x7c\xa0\x9b\xdf\x12\xbe\xb3\x15\xed\xf7\x6e\x7a\xc6\x9d\xb1\x11\x82\x66\xcc\xe1\xfd\x38\xd8\x8f\x28\x0d\x6e\x75\x19\xe7\x7b\x9d\x2f\xc3\xeb\x8e\xcd\x70\x2b\x85\xfe\x0f\xf3\xd5\x01\x3f\x29\xa2\x93\xe1\xf1\x0e\xe8\xa1\xe8\x7c\x19\xeb\x67\xfc\x01\x87\x7e\x86\xe7\x01\x5b\xe2\x46\x08\x9a\x5b\x9d\xc6\xbf\xe0\xea\x8f\xe9\x64\xb0\xaf\x8b\xce\x9d\xe1\x7d\x3d\x34\x0f\x3a\x5f\x86\xe7\x61\xc0\x6f\xb1\x39\x1f\x73\x9a\x1e\x30\x1a\x6e\x65\xe4\x7f\xbe\x7e\xdd\xaf\x87\xff\x8c\x6e\x0d\x37\xf7\x18\x0f\xb2\x2b\x62\x1f\xd3\xdb\x9e\x44\x14\x8d\x58\xdd\xc3\xb9\xe6\x86\x72\xc7\xb5\x22\x72\x99\x5e\x66\x52\x39\xb7\xfa\x61\x78\xd3\xc7\x2d\x2a\xe1\x86\x29\xf9\x98\xcb\xc3\x40\x95\xdb\xaa\xae\x17\xcb\xcb\x49\x48\x9b\xc6\xb3\xfc\x70\xee\xb8\x31\xb1\x11\x6e\x55\x6c\x62\x79\x1b\x87\x43\xe5\xc5\xf9\x5d\xa9\x6c\x87\xfc\x22\x1b\x29\x32\x6f\x75\x1b\x0f\x72\xa9\xba\x5e\x2c\xb3\x5d\x42\xda\x34\x62\x63\xdf\xaa\xdb\x51\xff\x75\x3c\x2c\x93\x2f\x3a\x5c\x25\x79\x19\x73\x79\x7b\x93\x3b\xae\x91\x1b\xf3\x56\xdd\xff\xbb\xbd\x3b\x26\xdd\x63\xee\x29\xee\x87\x0a\xb7\x55\x51\xcb\xf6\xee\x26\x62\x4e\xab\x8d\xe9\xdf\xde\xc5\x5b\xd3\xd0\x8b\xf0\x62\x9c\xe1\xf6\x26\x7c\x18\x7f\xc0\x59\xf6\xed\xd3\x07\x19\xb9\x61\x4a\x7e\xab\x6e\x87\xdb\x42\x1d\xfe\x7e\x1a\x67\x59\x74\x4b\xd9\xbe\x2d\x60\x0a\xac\xac\x2d\xb7\xea\xdf\x8d\x77\xdb\x9e\xd4\x8c\x89\x1a\x11\xb9\x55\x5d\x52\x8e\x87\x4b\xde\x8a\x56\x45\x55\xc7\xd4\x70\xa0\xda\xf6\x61\x93\x1d\x0f\x97\xfc\x14\xad\xe9\x32\x72\xbc\x89\x11\x9d\x5b\x13\x13\x3a\x3e\x94\x08\xbc\xd3\xb0\x30\x1f\xf6\xd2\x1c\xf2\xd2\x6c\x4d\xd4\x76\xbc\x29\x11\x91\x5b\xd3\xa5\xe3\xb8\xff\x61\xc2\xdb\x7a\x31\xfc\x18\x7e\xf9\x9c\xe6\xbf\xe6\x59\x28\x64\x5b\x13\xcf\xfa\x9a\x47\xe3\xd4\xd9\x78\xc5\x1f\x76\xea\x1c\x78\x71\x26\xc5\x7f\xba\xd5\x69\x3c\x36\x63\xab\x55\xb8\xbf\xe7\x0c\x6e\x22\xce\xaf\x57\x91\x38\x3d\xad\x89\x38\xe5\xec\x79\x0b\x41\xb4\x4d\x67\xde\xd7\xbc\xe9\x0b\x8f\x6e\x0d\xea\xf9\xfa\x6c\xc6\x12\xb8\x91\xa8\x73\x38\x93\xdd\x50\x26\xbb\xd6\x74\x46\xfe\x4c\xcd\x3f\xa8\xb9\x89\x97\xfd\x7c\x36\xff\xb4\x8c\x3a\x3b\x7f\xde\xd4\x28\x64\x1b\x06\xe6\x63\xfe\xbc\xbc\x3f\x2d\xaf\xa8\xf3\xe7\x79\x08\x99\x38\x35\x0c\xcc\xc7\xfc\x99\x17\xff\xb4\xbc\x13\x72\xfb\x79\xf3\xfe\xd8\xbc\x4d\x77\x9a\xc7\x77\x56\x44\xde\xd6\x75\x86\x3d\x26\x43\x2c\x78\x5b\xd7\x9d\xe6\xb1\x0c\xf3\xb0\x5e\x5d\x64\xf5\x78\xbd\x22\xb8\xe8\xc5\xe9\xff\xe3\x3b\x3d\xaa\xd7\xd6\xc5\xdc\x1e\xef\x46\x12\x4d\x34\x2c\xc9\xc7\x7c\x7c\x47\x7c\xd8\xa5\x5d\x67\xde\xe3\x5d\x8a\x25\x70\xeb\xa2\xab\xc7\xeb\xfb\xb0\x8e\x5d\x77\x5c\xe9\x58\x6f\x81\x7e\x16\xfd\xae\xef\x22\x38\x8d\xb6\xae\x3b\x93\x74\xac\xb7\x10\xf4\xd9\xc5\x0c\x1f\xaf\x2f\xb2\x6e\xeb\x3a\x23\xa5\x63\x1d\xca\xb8\xd7\xba\xce\xc2\xd7\xf4\x8c\x33\x69\x23\x12\xcc\x70\xc6\xbd\x5b\xa0\x9f\xe2\x62\xaf\xb7\xa9\x64\xd7\x2e\x2e\xf6\x7a\x1d\x31\x31\x6e\x5d\xdc\xea\xf5\x36\xc5\x69\xb4\x11\xf1\xe5\x56\x45\x3f\x38\x8d\xb6\xae\xbb\xd4\xeb\x75\x27\xaf\x77\xeb\xdc\x99\x96\x65\xd7\xf5\x41\x66\xc3\xa2\xfb\x56\x87\x71\xfa\x09\xfb\x59\x8a\xc4\x73\x0b\xac\x0b\x77\x20\x3b\x93\xde\x42\xcc\x1b\xa1\xb8\x6f\xf5\x2b\x9c\xf5\x22\xf4\xca\xad\x16\xe3\x15\x7c\x82\x1f\xb7\x13\x3a\xe2\x46\x28\x95\x61\xe7\xd0\x81\x37\xe8\xc5\xd5\x1f\x9e\x70\x6e\x21\xfa\x33\x0a\xed\xcb\x39\xf4\x16\x36\x78\x13\xae\xfe\x48\xb6\x24\x64\xca\xb0\xb3\xe7\x2d\xf0\xbb\xac\xcb\x4a\x92\xa5\x57\x82\xae\x30\xcd\xbe\xd5\x63\x3c\xe6\x9f\xcc\x98\xb7\xfa\x18\x7f\xc1\xd5\x8e\xc7\x85\x13\x68\x1b\xac\xa3\x9d\x40\x6f\x21\xd6\x65\xb0\xdf\xed\xed\x39\xf0\xf6\xec\xd8\x19\xdd\x5a\x35\x1c\x64\x3b\xa6\xf1\xaf\x71\x9a\xe1\x6e\xb2\xb2\x97\x45\x22\x21\x96\xdc\xb7\xfa\x0a\x67\xb8\xf3\xa3\x76\x3c\x5c\x6c\x95\x1b\x0f\xcb\x03\xdf\x4f\x0a\x2b\xba\xa3\xe6\x45\x85\x2b\x33\xda\xf9\xf9\x0b\x3b\xfb\xb1\xb2\x27\x83\x24\xe1\x6d\x26\x0d\x5a\x37\x85\x45\xa8\xd4\xc6\xf3\xf2\xad\x3e\xc6\xf9\x19\xce\x9e\x55\x3c\x49\xf8\x9a\xb6\x09\x33\x58\x16\x48\x97\x04\xd2\x59\x84\x2f\x7f\xcf\x55\x61\xc6\x7b\xdf\xb0\x6f\xea\x20\x99\xe1\xc5\xe9\x8f\x7c\x50\x07\x4e\xa7\xa9\xf1\x8c\x3c\x96\x05\xd2\x25\x81\x94\x67\xe1\x61\x5f\xd3\x5b\xe0\x77\xb9\x72\x2c\x0b\x98\xf2\x35\x6d\xc4\x2f\xb9\xd5\x66\xfc\x80\xd3\xcf\xba\xb4\x0a\x64\xef\x6e\x73\x1a\xff\x19\xa7\x7d\xee\x0a\xab\x9a\x78\xab\x56\x53\x9b\x58\xce\xa4\xb7\x40\x3b\xda\xc4\x72\x1a\x1d\x72\x1a\x6d\x3c\xf3\x8e\xd5\x74\x08\xc8\x69\xb4\x61\xe9\x3d\xec\x34\x3a\xe4\x34\xda\x96\xa8\xb1\xe9\x2e\x82\xf7\xe8\xc5\xf9\xdd\xe6\x79\x26\x4b\x44\x5b\x22\x97\xe6\x79\x46\xf9\xda\x78\xcf\xbd\x55\xad\xaf\x04\xcc\xa5\xf5\x6d\x66\x12\x64\x8f\x68\xbc\xe7\x0e\x3b\x8d\x0e\x65\x1f\x6c\x58\x80\xdf\xaa\xc6\x25\xc1\x13\x0b\xf0\xb1\xa4\x4c\xbd\x85\x98\x37\xde\x73\x87\x9d\x46\x6f\x21\x83\x0f\xe1\xd5\x78\xec\x82\x85\x20\x63\xa7\xd1\x21\xa7\xd1\x86\x69\xf8\x70\x5a\xc2\xa1\xb4\x84\x0d\xd3\xf0\xb1\x14\xff\xe6\x16\x82\x9e\x89\x5c\x32\x56\xf7\xba\x90\xd5\xbb\x2d\x31\x09\x69\x41\x6f\xa1\xfe\xf7\xdf\x43\xef\x8b\xcb\x72\xe1\x42\x09\xda\x96\xc8\xc7\x72\xa1\x7c\x49\x1b\x01\x4d\x86\xd3\x0c\xde\x02\xd3\xc0\x19\x40\x76\x41\x0a\x74\x87\xbb\xc2\x52\x28\xd3\x21\x5f\xd2\xb6\xb8\xc9\xae\x61\xde\x4d\x98\x9b\xb6\xc4\x3c\x86\x99\xc7\xd0\x72\x89\x0c\x87\xa7\x7f\xc0\x0d\x88\xeb\x3d\xec\x1c\x3a\x48\x1c\x98\x3a\x16\xe3\x63\x59\xce\xc3\x4b\xf4\xe2\xfa\x5d\x8f\x0b\x39\xaf\x13\xb8\xe4\x56\x7f\xc6\x1f\x70\xc8\x61\x9a\x3c\x51\x82\xf6\x8f\xc8\xd3\x82\xdc\x42\x90\xeb\x9e\x4f\x0b\x72\x2b\x6c\x82\x2f\x3e\x84\x7f\x8d\xff\x02\xe7\xce\xb1\xa6\x79\x3a\x82\x5c\xff\x88\x0c\xa7\xd9\x18\xc9\xc1\xfb\x47\x64\x38\xbd\x5e\x28\x3b\xfb\x47\x67\x92\x42\x9c\xde\xc2\x06\x67\xbd\x96\xc9\x8d\x3c\x0d\x5d\xef\xbe\x6b\x79\x5c\x91\xb0\x61\x75\x51\xe7\x9a\xdb\x30\xd3\xc3\x15\x65\x59\x1e\x54\x62\xc2\xfe\x11\x17\x93\xb2\x73\x28\x01\x61\xd7\xb3\xef\x5a\xe6\x1a\xa4\x6f\xe8\x1f\x51\xad\x42\x99\x0e\x12\x10\xae\x2e\x22\xb7\xd8\xb7\x96\x46\x25\xa6\xb7\x3c\xaa\xa5\x51\x89\xe9\x6d\x53\x21\x2e\xa0\xfd\xa3\x13\x6f\x9b\x69\x84\x72\x33\x75\xbd\x06\xaf\xed\x4d\x84\x29\x6e\xff\x88\x9a\xb7\x6e\x94\x72\x01\xed\x1f\x31\xc9\x6d\x26\x89\x7c\xd7\xf5\x7a\xbc\x2c\xdf\x29\x61\x61\xff\xe8\x88\xdc\xde\x8c\x21\xd0\x5d\x9c\xe9\xd9\x7a\x0d\x96\x4b\x67\xc7\x20\x7d\xd8\xa5\x73\x90\xa1\x30\x75\xbd\xfa\xda\xa5\xf3\x16\x06\xb8\xfa\xe9\xc3\x6b\x43\x9d\x49\xd4\x79\x3c\x0f\x84\xcf\xe9\x49\x37\x20\x65\x7b\x18\x4a\x58\xd8\xf5\x1a\xbc\x8e\x77\x29\x02\x5e\x4f\xba\x19\x1d\x2f\x23\x91\x55\x7b\xd2\xe1\x78\x4c\xb5\x08\x78\x5d\xaf\xc1\xb8\x6c\x52\x10\xce\xfc\x58\x90\x5b\x47\xfd\xe7\x19\xc0\xbe\x98\x43\xbe\x98\x3d\xe9\x70\xfc\xfa\x26\x85\x69\x6d\xc7\x22\xfd\x56\x9b\xf1\x0e\x3e\x84\x0f\xe3\xf3\xbf\xff\xee\x83\x0b\xb1\x5d\x34\x07\xbe\x97\xa9\x27\x51\xe1\xd7\xcb\x42\x60\xd5\x9e\xc4\x23\x2d\xb0\xc9\x15\xb3\xeb\x91\x78\x7d\x7d\xe5\x20\xb0\x6a\x27\x8c\xf8\x58\x5f\x9f\xc9\xa1\xf3\xbc\xb8\xba\x69\xa6\x81\xcb\x65\x4f\x62\x6e\x3f\x6f\xba\x9f\xba\xaf\x33\xf6\x67\x1e\x1f\x92\xd8\xc5\x99\xb6\x9f\xcf\xb4\x30\x8d\xed\x18\x18\x0c\x27\x06\x1c\x4a\x00\xd8\x93\x78\xde\xcf\xab\x42\x10\x9e\x9e\x45\x25\x3f\xf3\x4e\xe2\xb0\xf6\x2c\xde\xf6\xd3\x5b\xe1\xfa\xc5\x91\xd0\x49\x5f\x79\xab\xea\xfe\x0f\x1e\x99\x45\x3d\x3f\xaf\x16\xb9\x1e\x7a\xce\x7f\x61\x67\x3f\x96\xc5\x3c\x39\x6a\xf6\xac\x6b\xf4\x63\x56\x83\x66\xb3\x67\xb1\x32\x8b\x73\x0b\x71\xae\x67\xdd\xa4\x14\xbb\xe7\x16\x06\xf8\x14\xbe\x8c\x33\x6c\xf1\xa0\xc7\xc3\x0e\xf9\xad\x0f\x2d\x9a\xa5\xb6\xf5\xc4\x01\xdf\x33\x52\xf9\x7a\xcc\x71\xc9\x34\xd1\x33\x6f\x40\xf6\xf7\x1c\xf2\xf7\xec\x59\xb7\xf4\xc7\x1c\x97\x3c\xe9\x3d\xeb\x96\xfe\x7a\xef\xbd\x2c\x72\x16\x6f\x7a\xbd\xc8\x48\x67\x5d\x2f\xd1\xeb\x35\x91\x86\xea\xf1\xe2\x4c\xcf\xbb\xfc\x3d\xab\x9c\x45\x2c\xaf\x2f\x64\x2f\x2c\x14\x73\xf4\xe1\x34\x80\xb7\x40\x3f\x75\xf1\x7a\x25\x75\xe2\xd9\x99\x7a\xd1\x49\xf8\x9a\x87\x62\xe9\xda\x0b\xd2\x93\xd3\xfd\x0d\xf2\xfb\x5d\x7c\x08\xdf\xc6\x63\xb9\x4a\xf2\xf7\x8f\x70\x96\x8b\x20\x28\xc3\x69\xfd\x06\x9e\xa0\xbd\xf3\xd0\xbd\x2d\x9c\xed\xcf\x1d\x47\x97\x2c\x87\x37\x28\x85\xe8\xbd\xde\x9b\xf7\x67\xfb\x57\x37\xbf\xca\x39\xb8\x15\xd0\xe7\x16\x62\xb5\xf4\x0e\xbd\x2d\xcb\x29\xa9\x5f\x27\x34\xca\xad\x36\xe3\x1d\x5c\xbd\xd4\x2c\xe0\x17\xda\x71\x16\x1e\x5b\x59\xdf\x6f\x81\xee\xf0\x04\xb4\x93\x16\x71\x27\x4d\x02\xb4\xb6\x15\x24\xf5\x16\x82\xa8\xf4\x0c\x6d\xf7\xd2\x5b\x18\xb7\x79\x76\xd2\x96\x79\xed\x2d\x30\xf7\xcd\xb8\x46\x85\x79\x6d\xc7\xd4\xfd\x56\x9b\xf1\x20\x7d\x4c\xdd\xc7\x56\xf8\x9f\x41\xce\xbf\x8b\xeb\xfb\xe3\xf6\xe1\xab\x44\x44\x19\x64\xfe\xa3\xc0\xac\xf1\xae\xb8\x2d\xf9\x91\x0b\x30\x75\x02\xa4\xdf\xea\x36\x4e\x3b\x30\xa6\x6d\x2d\x21\x7e\xac\xa9\x93\x12\x72\xd8\x7d\x75\xc8\x7d\xb5\x17\x2d\xba\xf2\x5a\xdc\xc2\x03\xae\xdf\xf5\xea\xe2\x8e\xda\xb1\x3a\xbf\xd5\xc7\xf8\x0b\xae\xef\xbd\x8a\xd8\xd7\x2a\x14\xc8\x70\x6a\xc0\xa1\xd4\x80\xbd\x72\xbb\xda\xb2\xaf\x1d\x72\x53\xed\x35\xfb\xfb\xaf\x71\xda\x17\xb5\xc9\xbe\x76\xe0\xaf\x7a\x71\xb5\xe3\x65\x24\xdf\x45\xaf\xa2\x36\xb9\xaf\x0e\xb9\xa9\xf6\x5a\xd4\x8e\x44\x5a\xb9\xa9\x76\x3d\x6f\xef\x22\x8e\xbb\x09\x30\xd4\x89\x88\x32\xb6\x02\x0c\xdd\xc2\x03\xae\xdf\xf5\xfa\x92\xa1\xbe\xeb\x79\x7b\x5b\x0b\x89\x1f\x6b\xea\x7a\xde\xde\x16\x06\x37\x81\x87\xba\xde\xb1\x9d\x7a\x70\x28\xf5\x60\xd7\x3b\xb6\x53\x0f\x0e\xb9\xbb\x76\xac\xd7\x87\xdd\x5d\x87\xdc\x5d\x3b\x21\x54\x86\xdd\x5d\x6f\xe1\x07\x5e\x85\x8b\x1e\xd0\x4e\x76\xcc\xd7\x6f\xb5\x1a\x67\xde\xb8\x47\xed\xaa\x97\x27\x72\x0d\xa6\x5e\x45\x6f\xb2\xd0\x1d\xf2\x83\xed\xe4\xfb\xbe\xd5\x61\x9c\x71\x89\xde\xaa\xe7\x0d\x4b\x5c\x99\xd9\x0f\xa7\x24\x1c\xf2\x83\xed\x55\xf4\x56\x3d\x6f\x95\xf9\xd1\x43\xf6\x6e\x1e\x6f\xe3\x36\xdc\xc4\xf3\x9a\xe9\x1f\xbf\xd6\xde\xb4\x7f\x9b\xc7\xd5\xb8\x07\xb6\x9c\x84\x4f\xe3\xb4\x2f\xba\x6a\xa6\x93\xf0\x6b\xed\xba\xde\x3a\x53\xe1\x50\xa6\xc2\xae\x07\x6b\xbb\xaf\xde\xc2\x17\x9c\x65\x6f\x26\x07\x0c\x77\x7b\xe3\x32\xbf\xad\xcc\x94\x3b\x6a\x27\x00\xfb\xd8\xdd\xc3\x42\x69\xd9\xf5\x30\xbd\xbb\x97\x11\xa5\x65\xd7\xc3\xb4\x33\x18\x0e\xf9\xa9\x76\x02\xb0\x8f\x6d\xa5\x25\x0e\xa8\x17\x6f\xc2\xfd\x3d\xf7\xa5\xd6\x85\xeb\x1a\x48\x0a\xc2\xd4\xf5\x70\xbc\xfb\xfe\xf3\xfd\x0f\x9c\x65\xe9\x3a\xa2\x94\x43\xb0\x37\xae\xc9\xdb\xca\x46\xe5\x0a\xec\x4d\xcb\xae\x00\x45\xb7\xc0\xf7\xcb\xdf\x8b\x9c\xb1\xac\xed\x64\x90\x1c\x7b\x98\x3b\x0f\xb8\x73\xd7\xb2\x5b\x09\xb9\x07\x37\x0a\x0c\xb9\x6f\x75\x19\x7f\xc0\x99\xe7\xe1\x43\x8a\x58\xab\xbd\x8b\xfd\x0c\x1f\x3a\x03\xb6\x24\x3d\xcb\x1e\x3e\x5c\x06\x57\x04\x0c\xb9\x07\xa9\x03\x29\xbc\xe0\x7c\x3f\x3d\x5e\x94\x8a\xbd\x63\xbc\xb3\xad\x35\x24\x9b\xe0\xc5\xff\xc2\xce\xfe\x7e\xad\xdd\x84\x41\x6e\xd7\x7b\xf3\x9e\x7a\x12\x91\x5b\x6a\xd7\xbb\xf2\x9e\xa6\x5e\x0c\x75\x3b\x76\xdb\x63\x4f\x2f\xb3\x64\x54\x09\x85\xce\x31\x38\x94\x63\xb0\x63\xb7\x3d\xec\xaf\x7a\x0b\x7c\x2f\x32\x52\x7a\x8e\xa1\x1c\x83\x5d\xef\xcd\x7b\x7a\xf9\x89\xfd\xda\x31\xc4\x1e\x7b\xf9\x10\x96\x8c\xda\xc5\x55\x96\xa7\x43\xc2\xa8\xde\x9b\xf7\xf2\x78\x09\xf2\xda\x31\xac\xbe\xd5\x6c\x9c\xf6\x51\xae\xee\xe5\xf1\xae\xad\xef\xd9\x06\x56\x5a\x92\x3c\x30\xf5\x2e\xee\x21\xcb\xdb\x5b\x88\x65\x1b\x3a\xad\x96\x97\x9f\x00\x46\x9d\x08\x22\xc3\x39\x03\x07\x39\x03\xc7\xc7\xc3\xf2\x6e\x25\x65\x60\x1f\xba\x48\x59\x48\xdd\x9b\xdd\x37\x74\x58\x6d\x53\xb5\x84\x51\xec\xa7\x87\x53\x09\xde\x42\x05\x1f\xc2\xdd\x0e\xb2\xf7\x10\xf7\xd8\x5e\x2e\x0c\x6f\xfb\xd0\x61\x65\xa1\x53\x7e\x9e\x7d\xe8\xae\xb3\xbd\x2c\x9b\x8b\xe3\x10\x99\x58\xa9\x88\xc3\xe7\xc5\x9b\xf0\x63\x9c\x71\x21\x85\xd9\xcf\x73\x90\x6b\x30\xf5\x21\xee\x77\x7c\x08\x13\x5f\xa8\x0f\x1d\x3e\xc7\x17\x47\xe2\x0b\x75\x3d\x5b\x6f\x6b\x15\xb7\x84\xce\x81\xa9\xce\x3e\x1e\xd7\x81\x0c\x87\x2e\x3b\xc7\x87\xc6\x81\x0b\x0d\x91\xc9\x31\x17\x3a\x70\x57\x0c\xa5\xc7\x3e\xe6\xae\x47\xe3\x15\x17\x3a\x1e\x2f\xd9\xf0\xbb\xde\xb3\xf7\xf1\x78\xc9\x86\xdf\x87\xb8\xd3\xd7\xe3\x25\x90\x50\x1f\x3a\x94\xbe\xbe\x58\x87\x3e\x72\x64\x75\xff\xeb\x69\xc0\x4e\xb7\x4f\x31\xa7\xaf\xa9\x96\x38\x42\x7d\x8a\x09\x7d\xcd\xb4\x24\xd4\x12\xc9\xe4\x56\xdd\x0e\xd3\x33\xc5\x9c\xbe\x9e\x9e\x2f\x67\xaa\x1e\xbe\xb7\xb5\x8d\x1b\x6d\x63\x27\x16\xe4\xad\x56\xe3\xc1\xcc\xf4\x20\x6e\xf7\xcf\x81\xbf\x67\xea\x53\x77\x20\xb9\x73\xde\x02\xfd\x47\xb6\xdf\x3f\xdf\x65\xd1\x12\xf6\xa9\xbb\xce\xcf\xbb\x8b\x90\xb0\x7d\x8a\x9b\xfc\x7c\x68\xfc\xe0\x1a\x53\xdc\xe4\xe7\x7e\xfe\xd4\x4f\xdd\x89\xad\x55\xdc\x68\x15\x3b\x21\x51\xc6\x56\x48\xd8\x81\x5f\x67\xea\x53\x77\x14\x8b\xa1\xfb\x51\xff\x75\x57\xb6\x18\xba\x49\x53\xdf\xb1\x93\x1e\xf6\xf3\xbc\x05\xfa\x2f\xf2\x79\x7c\x47\x7c\xb4\x2e\xbc\x01\xed\xc7\xdc\x04\xcb\xda\x3e\x45\x3e\x8f\xe7\x01\xcf\xcd\x4e\xa0\xef\xb1\x2d\x87\xe2\xaa\x99\xfa\xc4\x42\x68\x3f\xdb\xfd\xb9\xf4\x3b\x8a\x24\x12\x8b\xa7\x78\x6a\xde\xcf\xd5\xbc\xaf\x3a\x0f\xcc\x87\x88\x2b\xb7\xda\x8c\xb3\x8c\x62\x62\x8f\xcf\x24\x94\x8a\x7d\xa9\xfd\xd7\x77\x05\x22\xd7\xf6\xa5\x2b\xf7\xeb\xe5\xc5\x80\xb6\xeb\xbd\xdd\x89\x10\x6f\x61\x82\xeb\x7b\x1f\x16\x64\x0f\xe9\x2b\xfb\x7b\xf5\x1f\x87\xce\xbe\x74\x16\xca\x50\xf6\x16\xf8\x5d\x9d\x85\xaf\x45\x9e\x08\x6c\x34\x8a\x9b\xf7\xa6\x26\xcc\x51\xd7\x33\xfc\x7e\xbd\xa9\xb1\x9f\xed\x4b\x72\xdf\x6b\xea\x21\xa9\x48\x5f\x92\xfb\x2c\x15\xe3\x08\x7a\x71\xb5\x6f\x9e\xfd\x22\x39\x2d\x6e\xee\x47\xe1\x8f\x6e\x81\xef\xa1\xda\xa3\x24\xf8\xb7\x10\xd4\x43\x1c\xf2\x71\x94\x25\xe4\x16\x1a\xb8\xbe\x17\x73\x3b\x1f\x76\x29\xf6\xd4\xe3\xd8\x7e\xf6\x10\xd0\xb6\xeb\xbd\xdd\xf9\x1d\x6f\x61\x81\x57\xe1\x5f\xe1\x2c\x2f\x11\x5a\x86\x1d\x46\x87\x1c\x46\xfb\xe2\x75\xe0\x28\xeb\xc7\x38\x12\x5c\x89\xc4\x72\xab\x8f\xf0\xa0\xda\x81\x5d\xf3\x20\xed\x22\x85\x27\x70\xa4\xfa\x93\xc4\x4d\xe4\x00\x3a\xf4\x8e\x6d\x07\xd0\x81\xc7\x67\x1a\x1f\x0e\x2f\x1c\x3c\xa3\x10\x12\xcc\x90\x9d\xf2\x49\xc7\xdf\xc7\xd5\x68\x90\xff\x72\x90\xa6\x91\xc2\x1b\x38\xeb\x75\x2c\xa1\x1e\xec\x58\xc7\x07\x2e\x63\x0f\xd0\x71\x90\x44\x87\xec\x91\x49\xc7\x48\xa1\x06\xae\x75\x51\x20\xa5\x5b\x60\xbc\x4d\xdf\x6f\xb7\xbf\xe9\x27\xdc\xe4\x28\x12\xed\x2d\xac\xc0\xfb\xdf\xd8\x79\x9d\x2c\x72\x3c\xe4\xbc\xf7\xd9\x6f\xc7\xd1\x21\xc7\xd1\x21\x73\x65\x3b\x8e\xde\x02\xc3\x83\x09\x9d\x7c\x3c\xbc\x43\x77\xb5\xcc\x59\x4c\xee\x44\x1a\x90\x21\x39\xde\xf9\x1d\x6f\x81\x51\x73\xb4\x39\x8f\xe3\xc0\xb1\x74\x14\x2e\x46\xa7\x78\xf1\x8b\x26\x89\x27\x26\xa7\x71\xbc\x05\x7e\x95\x13\xec\x14\x2f\x3e\x62\xed\x20\x5e\xca\xad\x2e\xe3\x41\x2c\x24\xc1\x1c\xa7\xb8\x97\x11\x56\x29\x0d\xe2\xa2\x8c\xa3\x78\xb7\x03\x8f\xcf\x95\xb5\x66\xd5\xdd\xc1\xf6\x75\x24\x4e\xa4\x63\xdb\xd7\x83\x74\x39\x08\xa3\x32\x8e\x55\x93\x38\x76\x5e\x1c\x5a\xa9\xe2\xac\xa7\xd2\x4d\xd9\x1e\xdb\xcf\x73\x90\x3f\x31\x0d\x82\x79\x0f\xfb\x79\xde\x02\xdd\x17\xcd\x55\x2f\x0a\xfe\x9c\x23\x15\xb5\x73\xfc\xbb\x87\xef\x39\xd9\x4e\xf3\xb0\x48\x60\x3f\x64\xab\xec\xf4\x88\xb7\xf0\x0d\x5c\xbc\xc0\x36\xae\x27\x72\x71\xa4\x91\x44\x0c\x16\x0b\xe5\xff\x39\xf4\xdc\x7c\x2c\x16\xca\xcf\x73\xe8\xb9\xf9\xd8\xf6\x15\x87\xcf\x34\x92\x56\xdd\xb6\xaf\x38\x7c\x5e\x3c\x0b\xdf\xc6\x99\x37\xa4\xec\x63\x15\x24\xf9\x13\xd3\x48\xe2\x11\xdd\x7b\x0c\x55\xe3\xd0\x7b\xf3\xb1\x58\x78\x3a\xeb\x92\xc5\x3b\x94\xd8\xfe\x16\x0e\x78\x15\xae\x7e\x76\xf6\x98\x6c\x92\x4f\x37\xef\x43\x8c\x1c\xd2\xf4\x9f\x2e\x5e\x7f\x50\x59\x0e\x82\x6d\x8f\xd3\xcd\x3b\xd0\x4d\x0e\xd2\x53\x0e\xa7\x53\x1c\x72\xc4\x1c\x7a\x68\x3e\x43\x5a\x03\xf2\x2a\xa6\x41\xb0\xed\x61\x07\xcd\x5b\x58\xe0\x6e\x47\xf4\x80\x18\x39\xb2\xe8\x41\x61\x8a\x6e\x81\x76\x74\x36\xd8\x66\x55\x0e\x9a\x43\x0f\xd0\x67\x78\x5c\x43\xe3\xe2\x42\x7c\x14\xe7\xf6\x16\x98\x9f\xa6\x76\xf4\x9a\x71\x06\x74\x98\xc5\xb3\x86\x2e\xa0\xe4\x5b\xbc\xb8\xda\xf1\xf6\x42\x8c\x1c\xb2\x91\xb6\xe3\xe6\x2d\x30\x3f\x88\xe5\x67\x7a\x5c\xe8\x26\x47\xc6\xee\xc3\x8e\x9b\xb7\xc0\x3c\x73\xd3\x39\xd3\x3c\x11\xf9\x6e\x90\x16\x73\x1c\xcb\x77\x67\xb2\xbf\x64\xdb\xec\xb4\x8c\x43\x69\x19\x47\x16\xfd\x58\xee\x53\x5a\xc6\xa1\x97\xe9\xb3\xcc\xad\x16\xdc\x8a\xc0\x27\xb7\xaa\x76\x30\x32\x1d\x85\xab\xc8\x51\x4e\xf8\x81\x2b\x65\x1a\x45\xfc\x41\x81\x68\x87\x3c\x28\x87\xde\x8e\xcf\x32\xbd\xa1\x6c\x1c\x45\x67\x8f\xe5\xbb\x83\x7c\x37\x8a\xce\x1e\xcb\x71\x87\x64\x1d\xa3\x14\x7d\xef\x7d\x84\x91\xe9\x28\xe2\x03\xcb\xfb\x88\x40\x41\x43\x8f\xc1\xf6\xb8\x1c\x24\x62\xbc\x78\x17\x5e\x8c\x0f\x70\xda\xb1\x35\xe9\xd9\xec\xa3\xa2\x33\xc9\x82\xdc\xd9\xac\x4b\xd1\xfa\x6e\xf3\x3d\xac\x49\x87\x5e\x83\xed\x41\x39\xf0\xa0\xec\xe9\x23\x58\x72\xca\x21\xf5\xfb\xd0\x23\xb1\xd3\x2f\xde\x42\x8e\xcf\xa7\xe0\x63\xf8\x7b\x61\x9e\xbc\xce\x31\x31\x84\xb8\x65\x0d\x21\xce\x8e\x14\xde\x0b\x67\x7d\xed\xa9\x8c\xd8\x3b\xd6\x0f\xda\xb7\x71\x90\x3a\xb1\x9b\x31\x7f\x7d\xb9\x0a\x11\xa9\x27\xed\x4f\x6b\xf5\xf0\x6c\xec\xe4\x58\xb8\xb5\x63\x38\x3a\xa8\x55\xfa\x9a\xcb\x86\xe0\xd4\x13\x52\xac\x93\x25\xde\xc2\xb8\xb0\xd6\xc2\x2a\xbd\xf3\xbd\x9b\xae\x27\x6d\x35\x0b\x45\x27\x4c\x2d\xbb\x39\xf5\xd7\x53\x88\x42\xef\xcf\x79\x6b\x99\x88\x94\x89\x69\x10\x31\xfc\x56\xab\xf1\x76\x45\x3d\x44\x10\xbb\x34\x0e\x25\x50\x1c\xb2\xe6\xb6\x8f\xe2\x90\x8f\xe2\xd0\xb3\x39\x2e\x88\x14\x58\xe8\xa5\x9f\x35\x01\x63\x68\x39\xaa\x56\xfa\xe7\x5b\x07\x22\xd4\xd0\xb3\xb9\x7d\x11\x87\x7c\x11\x47\x15\xe3\xb5\x42\x0f\xa7\xc4\x8b\xd3\x9f\xc7\x1b\x13\x51\x69\xc8\xfa\xdb\x3e\x87\x83\x54\x89\x17\x67\x8e\x1f\x33\xc6\x87\x8d\x59\xb5\x52\x8f\xfb\xff\xc0\x18\xab\xd6\x44\x4e\x85\x43\x4e\x85\x83\xa0\x2c\xc3\xce\x83\xb7\xf0\x80\xff\x45\xe2\xc6\x61\xdf\xc2\x81\x6f\xe1\x1f\xfa\x7e\x24\x20\xe2\x4b\x98\x86\x1e\xc9\xed\x42\x38\x94\x6f\x71\x54\x2d\xb2\x25\x20\x7c\x09\xd3\xd0\xa3\xf7\x79\xbd\x6a\x2f\xc7\x84\x1e\xbd\xcf\xeb\xd9\x20\x74\xcd\x20\xed\xe8\xb0\x0b\xe1\x90\x0b\xe1\xa8\xba\xb2\xbf\xde\xce\x2f\xab\xa9\xc7\x70\xbb\x0a\xde\x02\xbf\xab\x63\xda\xa2\x0e\x09\x13\x2f\xde\x84\x6f\xe3\xac\x9a\xd8\xb2\x45\x9a\x43\x48\x9b\x51\xc5\x7e\x5f\x5f\x57\x5e\x88\x97\xf8\xe0\xd3\xae\x82\xb7\x10\xec\xa5\x05\x15\xcd\x29\x85\xde\x2d\xbc\xe0\x03\x9c\x63\xee\x16\x62\xde\xb0\xea\xbe\xd5\x9f\x71\xbe\x4f\x6a\x07\x2a\x9d\x4a\x70\x38\x5a\x52\x3b\x88\x0a\xb7\x70\x05\x5c\x6e\x73\x13\x07\xc1\x28\x70\x4a\x34\xe3\x48\x34\x53\xf9\x0d\x47\x8b\x5b\xde\xb4\xe7\xdf\x2d\x24\xf0\x25\xbc\x1a\x8f\x53\xb7\x95\x24\x7c\x18\x5f\xe0\x45\xb8\x86\x9b\x58\x46\xac\xc0\xa7\xf3\x18\xde\x42\x4c\x33\xd6\xde\xd3\x1e\x7e\x73\x4a\xd2\xe1\x51\xfd\x56\xfd\x3d\xc4\x8b\x95\xf6\x9c\x8a\x5d\x73\x0b\xb1\x09\x88\xb5\x32\xed\xb1\x37\x95\x98\x70\x60\x8d\x3d\xa7\x62\xd7\xcc\x49\x8c\x9a\xd1\x82\xac\x6e\xb5\x1a\x67\x5c\x43\xdf\x23\xa1\xdc\x02\xfd\x09\xf2\x99\x53\xba\xb2\x29\x4f\xbb\x81\x35\xf6\xad\x4e\xe3\xcc\xc3\xa2\xfd\xe2\xf9\x29\x30\x27\xd2\x8d\xde\xaa\xc6\x5b\xf4\xbb\x22\x9f\xe2\x79\x20\xd7\xfb\xe8\x22\x13\x25\x02\x9c\xf2\xa8\x1b\xfd\xa3\xef\xb7\xdb\xbf\xf4\xdb\xb1\xf1\x9f\x76\x90\x9b\x72\x90\x1b\x5d\x54\x52\xbd\xbc\xa4\x68\x1f\x18\x69\xdf\x6a\x31\x1e\x54\xd5\x45\x26\xd5\xdd\xc7\xa1\x6e\x60\xbc\x3d\xed\x50\x37\x95\x37\x70\x74\x91\x4f\xf5\x34\x87\xd4\xd1\x89\xd4\x33\xa7\x62\xc7\x4c\xf2\x04\xa6\x41\x14\xf0\x5b\xd5\x68\x49\xb9\x3e\x88\xa5\x72\xab\x6e\x86\x55\xe7\xcd\x7c\x92\x15\x90\x42\x03\x57\xfb\xa6\x06\xcc\x20\x07\xaa\xa0\x69\x7f\xba\x5b\xe0\x7b\x51\x4f\x5b\x1a\x16\xe6\x8b\x03\x5b\xec\x5b\x5d\xc6\x63\x36\x5b\x15\x7c\x0c\x33\x9b\x22\x9e\xe6\x45\x41\xd3\x34\x08\xde\x3d\xa7\x02\x9f\xde\x02\x8b\x25\xe2\x69\x26\x1e\xdc\xe6\x06\x4f\xe6\x13\x6f\x39\x0a\xbf\xf8\x59\x16\xa5\x7b\x51\xfa\xd4\xe7\x53\xf8\x31\xce\xec\x88\xa6\xfa\xd2\xcf\x12\xe0\x74\x74\xd1\x94\x92\xf4\xdd\x42\x74\x7f\x7c\xa0\x71\x79\xbb\xdd\x42\x06\x57\xfb\xbb\x1a\x8f\x59\x23\x44\xc9\x9c\xdd\x7b\xb1\x73\x93\x1b\x62\x49\x52\x34\xdd\x42\xd0\xfe\x10\xf1\x0c\xf3\x0c\x14\x4d\x83\x90\x23\x73\x0e\x13\x15\x8a\xa6\x31\x44\x0d\xca\x84\x71\x0b\x03\xbc\x0a\x3f\xc6\x63\xbc\x3c\x99\x4f\x7b\xa9\x4d\x25\xe9\x1b\x43\x3c\x63\xb8\xff\x04\x32\x1d\x84\x16\xb9\x55\xcd\xc3\x50\xff\xb5\xbc\xc3\x54\x15\x91\x4b\xab\x59\xd2\xf0\x6a\x0d\x0d\x4b\xcb\x32\xcd\x62\xe6\x65\x31\xa3\xa8\x97\x92\x03\x6e\xe1\xf7\xdf\x7f\x97\xd2\x8a\xe0\xc7\x30\x93\x2f\x52\x93\xba\x68\xca\x07\x6d\x8c\x01\x8d\x4c\x0f\x6a\xde\x8d\x3e\x30\x91\xb8\xb5\x6a\x98\xb9\x99\xcc\xd9\x74\xdf\x43\xdd\xa3\xcb\xef\x24\xaf\x1f\x85\x1f\x9f\x83\x2f\x6f\x08\x82\x8f\x0e\x5e\xd7\x6f\xb5\x19\x67\xca\x56\x13\xfe\x35\xce\xd4\x8b\xa4\x96\x97\x8a\x20\xa3\x83\xfc\x9a\xb7\x7a\x8c\xc7\xf7\x53\xa4\x23\x0b\xc5\x89\xeb\xda\xc5\xab\xf0\x65\x3c\x66\x81\xf0\x24\xb7\xea\xdf\xe5\x34\x9e\xe2\x6b\xcb\x6b\xb2\x60\xbf\xd8\x8f\x4f\x7b\xa6\x4d\x79\xa6\x8d\x99\x21\x85\xed\xf1\x4a\x68\x98\x3a\xce\xb6\xc7\x2b\xa1\x61\x8a\xf1\x48\xfb\x73\x0b\xb4\x2f\x06\xb6\x7d\x4a\xa3\xfd\x19\xe4\xd7\x9c\x73\x9b\x03\x6c\x8d\xab\xb2\xb5\xb6\xfb\xb9\xd5\xcf\xf6\xf9\xe7\x3b\xd7\x9c\x67\xaa\x39\x94\x3a\x83\x40\xe5\xd3\x2e\x64\xb7\xa0\xe6\xa6\xf0\x63\xfc\xfb\xdf\x7f\xcb\x3d\x7d\xce\x63\x36\x86\x81\xe1\x98\x3a\x1c\x65\x48\x38\x71\x0d\xbb\xf8\x10\xfe\x35\xce\xaa\x89\xbf\x1d\xf3\xb1\x03\x1f\x23\xe8\xce\xb4\x07\xd9\x94\x07\xd9\x98\x3a\x34\x8f\xa9\x0e\x57\xb1\x31\x45\xa4\x0a\x9a\x32\xf1\x0d\xbb\x38\xd4\xf5\x35\xc3\x42\x19\x33\x08\x76\x72\xab\xd5\x78\xbb\xc3\x2a\x43\xf0\x34\x1c\x1b\x72\xae\x2c\x5c\xa7\x05\x21\x3a\xc7\x14\x3f\xfc\x9a\xb8\xbe\x0c\x17\xe3\xf8\x39\x65\x48\x78\x0b\xd1\xcd\xa5\x2b\xd7\xcf\x1b\x9b\x50\x9c\x63\x89\x48\x7f\xe6\x63\xc4\x52\x19\x18\xc1\xdf\xea\x36\xfe\x80\xd3\xfd\x9f\xb7\x36\x96\x84\x63\xe9\x70\xfc\x79\x73\x84\x49\xa1\x9c\xf4\xe7\xfc\xf9\xb0\x8b\x4c\xed\xf2\x95\x9f\xe4\xf0\xa3\x10\xa3\x5a\x22\xd1\x9f\x6f\x6e\x3f\x6e\x6e\x4b\x1c\xe2\xe7\x23\xff\xa7\x51\x55\x46\xf5\x78\x0b\x48\xec\x58\xfa\xd9\xc7\x5c\xf8\x81\x0b\x2f\xb1\x8e\xc7\x34\x85\x3f\xd8\xc0\x64\x7e\xda\x1f\x6c\x4e\x22\x74\x8e\x25\x06\xf7\x78\xb1\xf0\x07\x1b\x4b\x34\xfb\x98\x08\xf1\x07\x1b\x4b\xec\xf3\xf1\x05\x96\x18\x27\x83\x64\x9f\xd3\xfe\x5d\xb7\x40\xff\xc5\x28\x1f\x73\xb8\x70\xf4\x6a\x49\x34\xf8\x78\xb8\x8f\x86\x2b\xfc\xf5\x16\x92\xbc\xb1\x44\x9b\x32\x14\xbc\x05\x16\x45\xb4\xf9\xfa\xc6\xf2\x6a\x11\x27\xc3\x7a\xcd\xe1\x5e\x68\x73\x89\x66\x5f\x0f\xeb\x85\x13\x2c\x71\xd0\xd7\x9c\x40\xf2\xc6\x12\x07\x7d\x7d\x91\x94\xbc\x41\x0e\xd0\xe9\x5c\x81\x13\x3f\xaf\x34\x51\x11\x4c\xbb\x77\xdd\xc2\x00\x57\x3b\xbe\x60\x86\x85\x61\xcb\xda\xea\xaf\x6f\x3e\xd8\x1b\xce\xcf\x1f\xfc\x31\xfe\x82\xc7\xb0\x96\x34\x2b\xb7\xb0\xc0\x27\xb8\xb6\xe2\x22\x32\xc9\xfc\x70\x86\xe3\x04\x46\xe1\x80\x0f\xe1\x8f\xf0\x60\x7c\x13\x8b\xf9\xb9\xa4\x71\x99\xa4\x10\x54\x54\xe2\xb9\x14\xb0\xe4\x16\x68\x06\x71\x60\x7d\x44\xfb\x0b\xf1\x64\x7e\x20\xe6\xa5\x3c\x14\xb7\x50\x03\xaf\xea\x3e\xe6\xa1\x13\x2f\xb2\x8b\xab\x9d\xe3\xf6\x0f\xed\x57\xfd\xee\x71\x37\x35\x0d\x8d\x61\x59\xcc\x59\x88\x33\x13\x45\xc6\xad\x0e\xe3\x13\x7c\x09\xdf\xc2\x17\xfd\xec\x6a\x47\xe7\xc5\x0a\x93\xc4\x8b\x4f\xe1\x1a\x57\x78\xa3\xa5\xf9\x19\x6a\x7f\xbb\xfd\x4d\xfb\x43\xed\xeb\xfc\x52\xaa\xc0\x49\xe0\x93\x69\xe7\xb1\xa9\x54\x81\x13\x93\xf6\x5b\x2d\xc6\xf9\x5d\x58\xde\xca\xee\x7f\x28\x74\x1a\x6f\xb8\xb7\xf6\x0a\x0e\xe9\x67\xa6\x0f\xab\xa5\x08\x9d\xb7\xd0\xc1\xd5\x8c\x8e\x3b\x39\x9b\x4d\x42\xb5\xcf\x95\x3d\xac\xcc\xb0\x08\xd5\x3e\xf1\x3d\xa3\x10\xc4\x9c\x44\x6d\xf9\xb8\xfb\xa1\xa7\x9a\xc4\x31\xb9\x55\xff\x2e\xcb\x88\x45\xfb\x5c\xd2\xb4\xdc\x42\x50\x15\x8f\x53\xb7\xda\x8c\x4f\xf0\x2e\xfc\x31\x1e\xd3\x96\xe0\x79\xab\x88\x27\xe1\x0f\x76\x71\xb5\xa3\x7b\xff\x8a\xc0\x25\x17\x57\x3b\xba\x74\x2d\x2c\x0e\x67\x12\x39\x58\xba\x52\xea\xc2\x49\x8c\xf5\xb9\xca\xf1\xf7\x90\x1b\xa6\xee\xd3\xee\x61\x53\x6e\x60\x53\xcc\x6a\x59\x2c\x22\xc7\x60\x9a\x98\xa8\xdf\x6a\x33\xce\xfc\xc3\x4c\x56\xd5\x49\xb7\x48\xb3\x3e\xd1\x19\xdc\xea\x31\xfe\x03\x6f\xe0\xde\x75\xc4\x25\x99\x59\xeb\x5b\xdd\x7f\x74\x33\x33\x7f\xd4\x4f\xdd\x84\x17\xe9\xd4\x27\xb6\xeb\xb7\xfa\x07\x8f\xf9\xcc\x89\xf6\x9b\x4e\xc0\x85\x1c\x35\x33\x27\xdd\x52\x86\x8a\x49\x72\xc1\x34\x33\xd7\xb4\xd5\x4c\x6f\xc4\x25\x99\xc4\x3d\xb9\xd5\x6d\x9c\xef\xc5\x35\xa4\xb3\x99\x72\x1b\x9b\x59\xeb\xae\xb4\xe9\x13\x3f\xb1\x8b\x4f\xe1\xfe\xdd\x30\x36\x99\x59\xeb\xde\x3c\x2e\xdc\xc6\x66\xae\x7f\x61\xd2\x75\xbf\xf6\xcf\x68\x3a\xc4\x3d\x2c\x97\xad\x90\xcb\xd2\xcc\xe2\x1e\xdd\xcb\x8c\x05\xe0\xc4\xa8\x7d\x3a\xe5\xe0\x94\xf7\xd8\xcc\xe2\x12\x16\xcc\x16\x19\x29\x26\x2f\x97\xb7\xda\x8c\xb3\x3c\x3c\x56\x38\x45\xe1\x54\x8a\xc2\x89\x51\xfb\x5c\x7d\xfb\x77\x61\xba\x59\xe4\x65\xc1\x6c\x61\x01\x38\x33\x67\x9b\x53\x17\x4e\xa5\x2e\x9c\x99\xb3\x0d\x2f\x33\x0a\x2c\x33\x8f\x15\x6b\x78\xfb\x21\x98\x4d\x62\xac\x4f\x32\x16\x52\x88\xe9\xc6\xa8\x7d\x2e\x65\x9e\xb8\x85\x0c\xae\xef\x57\x37\x7e\xc0\x97\x70\x2d\x0f\xb1\x35\x67\x11\x79\x8d\xed\xef\xe1\x8a\x45\x87\xcf\xf0\xb8\x70\x37\x9b\x85\xdb\xfe\x92\xea\x66\xca\xdd\x6c\x4a\x04\x5b\xc3\xeb\x85\x5b\xd9\x2c\x62\x13\xd3\xeb\x35\x59\x2f\x09\x55\x6b\xfa\x30\xc4\x02\x70\x16\x9d\x32\x16\xe5\x48\x4a\x78\x71\xb5\xe3\x75\x9c\xb0\x95\x22\x7a\x98\x66\x2b\x98\xf8\xcd\xd2\x9a\xf0\x63\xfc\x07\x3e\x85\x8b\xdc\x27\xe4\x5e\x44\x27\x53\x57\xa3\x85\x0a\x68\x16\xd1\xc9\xdc\xdb\x38\xf3\xdf\xd5\x7f\x93\x3b\xee\x69\xb3\x88\x4e\xa6\x2e\xb8\x6b\x6a\x1e\x78\x67\x58\x96\xfe\xd6\xd2\x3a\x8a\x0d\x2d\x8f\x0b\x7f\xb3\x59\x90\xf2\xd6\xf2\x3a\xa2\x1a\x9a\xa4\xd6\x9c\xf6\x37\x9b\xf2\x37\x9b\x55\xc7\xc3\x72\xff\x17\xfd\xaf\x5a\xf7\x25\xb9\x63\x21\xe5\xcd\xaa\xe3\x61\xe9\x71\x72\x91\x62\x62\x62\x60\x7e\xab\xee\x0f\xeb\x5b\xc5\x6e\xb6\x4f\x3d\x02\x87\xcc\xaa\xe3\x64\xfb\x18\x40\xd5\x33\x31\x18\xbf\xd5\x6e\xfc\x80\xab\x1d\xd3\xe1\x86\xdd\x13\x0f\x65\xda\x81\x6c\x2a\x87\xe0\xac\x5c\x7d\xd7\xf6\x2d\x85\x60\x99\xb3\xea\x78\xd8\xee\x27\x01\x42\x66\xd5\xba\x6f\xd3\x27\xb6\x7c\x93\xb7\xf0\x69\xc7\xb2\x5b\x88\x7d\x57\x3b\xed\x1f\x09\x1e\xca\x15\x38\x09\x70\x32\xd7\x31\x1d\x1e\xd8\x2b\x6f\xe1\x73\x1d\xaf\xd7\x61\xbd\xaa\xd6\xfd\x98\x9f\x1c\x2e\x71\x55\xfc\x41\x8e\x65\x53\x8e\x65\x93\xc0\x27\x73\x1d\xaf\xe3\x61\x3f\x56\xf1\x8d\xe3\x79\x20\x59\xe0\xac\xa2\x9f\x63\x3a\xc4\xc6\x6f\xd6\xa9\x76\xcc\x67\x42\x60\x94\x46\x7c\xda\x3f\x6d\xca\x3f\x6d\xd6\x65\xfc\x18\xa7\x3b\x3a\xc5\xbe\x3e\x65\x88\xc5\x39\x9b\x4e\xb1\xaf\x4f\x99\x2f\x64\xdb\x74\x8a\x7d\xbd\xec\xa4\x78\x98\x4d\xb7\x97\xaf\xb7\x17\x91\x43\xa6\x9e\xce\xd7\xd7\x6c\x86\x08\x21\x93\x40\x29\xd3\x8e\x68\xb7\xf0\x03\x5f\xc2\xdd\x0e\xe4\xd9\x74\x9b\xfa\x7a\xd9\x89\x1c\x32\xf5\x76\xbe\xbe\x1e\x2f\xa9\x1f\x66\xd3\x5d\xf9\xab\xab\xfb\xfa\x86\xc4\x36\xf5\xa6\xbe\xbe\x66\x57\x44\x1a\x99\x0d\x09\x6f\xfd\xbc\x4d\x71\x68\x9b\x4d\xec\xcd\xf2\xa6\x72\x08\xce\xa6\x53\xef\xe7\xd3\xf6\x07\xf9\xeb\x01\x6b\xfd\x7c\xda\x62\x2b\x38\x9b\xd8\xd5\xcf\xb7\x9d\x1f\xe4\xaf\x37\xf5\xf5\xf3\x6d\xe1\xa7\x79\xd0\xe5\xf7\xe7\xe5\xfd\x69\xbc\x5d\xdf\xfb\xd2\xfd\xd3\xb8\x44\x86\x3f\xb3\x9f\x10\x49\x87\x2f\x11\x16\x44\x71\x5d\xbb\x9f\x1b\xef\xc6\x07\xf8\x10\xbe\x8c\xab\xf9\x25\x5c\xcb\xfe\x68\xb8\x22\x37\x0b\xa2\x8b\xd8\x9d\xb3\xe9\x0e\xfd\xf8\x32\x85\x27\xdb\xd4\xd3\xfc\x7a\x4c\xfd\x04\x20\x99\x4d\xa7\x9d\x05\xd4\xf5\x70\xe9\x20\xb0\xca\xad\xba\x3f\x70\xb1\xae\x53\xf0\xf1\x25\x17\x57\xb6\xd9\x75\x0a\x3e\x96\x55\x08\x40\x32\xb1\x6b\xbf\x55\xf7\x1f\x2e\xd0\x35\x3f\xaf\xb9\x00\xb6\x82\x53\x6f\xf6\x78\xb6\x51\x88\xfe\xeb\x0d\x7e\xbd\x5e\x76\x6c\x08\xa7\xde\xe0\xd7\xeb\x79\x20\xa8\xe6\xec\x22\xc3\xd7\x5c\xe0\x85\x1c\xba\xc8\xea\x35\x39\xbc\x90\x43\xd7\x25\xcb\x92\xeb\x22\x29\xc4\xec\x22\xb7\xd7\xe3\x25\x30\xc9\xc4\x70\xfd\x56\x8b\xf1\x06\xfe\x17\x79\xb2\xef\xd7\xc3\x7f\x16\xbb\x52\x6f\xf7\x38\xd0\x51\x60\xd8\x30\xd7\xad\x38\x27\xb7\x40\x77\x39\x54\xb7\x15\x6f\x5b\x92\x2d\x81\xca\xe7\x56\x9c\x93\x5b\x60\xd8\x5d\xed\x2c\x7f\xaf\x69\x1a\xfa\x5e\xd3\x44\x4e\xc5\x8b\x77\x70\xdd\xb1\xb7\x44\xd5\x0e\xb3\xdc\x8a\xb9\x39\x71\x86\x4b\x93\xb8\x2b\xb7\xea\xf6\x35\xae\xa5\x76\xb4\x3b\xb6\x44\x52\xbd\xd2\xdb\x39\xee\x16\x62\xf9\x09\x24\x7e\xab\xc3\xf8\x02\x6f\xc2\x1f\xe1\x6c\x03\xec\xe3\x6f\xb5\x19\x8f\x6d\x30\x78\xc5\xb2\x17\xdc\xdc\x12\x49\x47\xd2\xf7\x5a\x66\x79\xc1\xcd\x91\xf5\xbb\x1e\x17\x5e\x70\x53\xaf\xf7\xdb\x9a\xb7\x8d\xe6\x6d\x62\xf0\x3e\xb7\x62\x62\x4e\xb2\x33\x5e\x7c\x0a\x5f\xc6\x63\x9e\x47\xfd\x08\x57\x7f\x88\x89\x39\xf5\xaa\xbf\x65\x63\x78\x0b\x0d\x7c\x08\x1f\xc6\x83\xfb\x8d\xa6\x76\x74\x59\x56\xb2\xc6\x39\x44\x27\x59\x87\x18\xee\x70\x69\x0e\x2e\x59\xf6\x82\x9b\x1b\x63\xc1\xa9\x07\x79\x72\x34\x52\x60\xbc\x43\xdf\x8b\x7b\x6f\x8c\x05\xe7\x10\x3d\x64\xaf\x23\xa1\x4c\xa6\x5e\xe4\x9d\xc4\x71\xca\x6b\x6e\x0e\x0e\xcf\x6d\x4d\xa0\xbc\xe6\x26\x81\x5d\x6e\xf5\x18\xff\x81\xd3\x1f\x85\x38\x99\x4a\xfa\x38\xf5\x54\x6f\xaf\xb9\x5b\x60\x9e\x97\xda\x17\xb7\xc7\x7d\xee\xe2\x6a\x7f\xbb\x1d\xcd\x8f\xe8\xad\x78\xdd\xc9\x56\x31\x09\x1c\x33\xed\x4d\x77\x0b\x2f\x38\xeb\x22\xef\xb8\x5b\xe0\xfb\xa4\xef\x4d\x0f\x92\x85\xf5\xb4\xbf\x2d\x0b\x6f\x54\x8d\x93\x88\xe4\xb7\x5a\x8c\x77\xf0\x25\x7c\x1a\x0f\x3a\x9f\xb0\xb9\x6d\x55\x23\xee\x70\x17\x67\x7d\xe5\x05\x37\xe5\x05\x37\x27\x1a\xe9\x6d\x5d\x23\xc9\x20\x2f\xce\x3c\x28\x76\xe7\x2d\xc4\xba\xcc\xaa\xef\x3d\x0f\x78\xc1\x4d\x2c\xea\xe7\x96\xfd\xe2\x54\x36\xc8\x39\x11\x0a\x71\x72\xa3\x10\x74\x35\x45\x6f\x0a\xc5\x72\x0b\x7c\xcf\xa9\x6a\x2f\xb8\x49\x9a\xc7\x34\xa7\xf8\x52\xd3\x9b\xc6\x6e\x9a\x07\x2e\xfb\xbb\x79\x1e\xf0\x82\x9b\x44\x24\xbf\xd5\x61\x3c\xf6\x9d\x1e\xd7\x9d\xc5\x71\xe2\xf7\x76\x71\x7d\xbf\xfd\xbd\xc6\xb5\xfc\xfd\xcf\xf8\x03\xae\xdf\x15\x5b\xdf\x92\x9d\xa7\xe8\xa7\x99\x0f\x34\x8d\x97\xe3\x70\x5b\x38\xde\x84\x62\x99\x8b\x63\x6f\xcb\xde\xf1\x16\xa2\xff\x7a\x5d\x77\x16\xc7\x49\xde\xc6\x8b\x17\xe1\x5f\xe3\xb4\x23\x3a\xe9\xa6\x7f\xec\x20\x27\x21\x66\x6e\xd5\xed\x33\x3f\x4b\x74\xa2\x34\x8e\x73\x77\xd6\x9d\x24\xa3\xb7\x9a\x8d\xf3\x3d\xc7\xde\xee\x9e\x1f\xdc\xe9\xe6\x12\xbf\xea\x9e\x9f\xce\xfc\x10\x62\x66\xee\xee\xf9\x21\xe1\xc5\x5c\xa2\x93\xee\xf9\x91\x90\x4d\x28\xf1\xe9\xf4\x8e\xb7\x40\xfb\xe2\x57\x16\xbe\xc9\xf3\x78\x71\xda\xb7\x90\xbd\x43\xc8\xee\x95\xcb\x97\xbd\xef\x26\x69\x1e\x7b\x15\xf5\x0c\x73\xc9\xa1\x59\x10\xb5\x0d\x53\xc9\x40\x64\x23\xe2\xf8\xad\xbe\xc2\x39\xe4\x97\x4e\xc1\xe1\x59\x18\x70\xc9\x35\xf4\xbd\xa9\x7f\x68\x16\x10\x25\xf6\xf0\x2c\xa0\x43\x9d\x44\xa4\x99\x76\xca\x9b\x72\xbe\x9b\x44\x9e\x99\x76\xbe\x9b\x64\x79\xbc\x38\xc3\x52\xe4\x96\xa9\xe4\x8e\x73\x89\xda\xa6\x57\x11\xb5\xe8\x22\xc2\xcc\xdc\xd3\x5c\x0c\xab\xc9\xf5\xe1\xae\xbf\xa7\x77\x6f\xe4\xf7\xbf\xf8\x14\x7e\x8c\x7f\x03\x4f\xea\x8f\xb9\x3f\x56\x93\xeb\x23\x6e\x35\xcd\xfd\x43\xa1\x7a\xf1\x21\x7c\x18\xa7\x7d\x51\xe1\xf4\x2a\xa2\x60\x5d\x1f\x51\xe1\xf2\x6e\xc7\xbb\x6e\x7d\x74\x6a\x2e\x9f\x82\x6b\xf2\xbd\x4e\x4d\x8b\xd8\xca\xd6\xb8\x3e\xe2\x4a\xcb\xf3\xb0\x34\x0f\xd5\xdf\x7f\x8d\xd3\x0e\xa2\xeb\x5e\x5e\x5f\xbc\xee\xd6\xa7\xfe\x45\xfc\xae\x49\xce\x47\x0a\x74\x17\x55\xf9\x5e\x26\x0b\x8c\x39\x97\xde\xcd\xb7\x22\x83\x4e\x65\x77\x5c\x18\xfa\x4f\x67\x77\xfc\x9f\x8c\x9d\x4b\xce\x27\x2b\x72\xc5\xe7\x5e\x45\xed\xc0\x09\x99\x49\x12\x93\x9a\x78\x6c\xef\x01\xf2\x21\xf5\xa0\xbb\xaf\xae\xfb\xee\xdf\x0a\x7e\xe7\x94\x64\x7b\x52\x83\x52\x91\x47\x7c\xfc\x79\x04\x01\x41\x70\x88\xae\xe8\x8e\xa1\x73\x73\x47\x77\xec\x62\xe5\x85\xce\xcd\x87\xfd\xb2\x8a\xee\x18\x1b\x1e\xca\x31\xac\xec\x61\xeb\x85\xce\xd3\xcd\xd6\xeb\x62\xeb\xc5\x26\x31\x1d\x16\xa3\x65\xf9\x77\xf9\xa4\x86\x0d\xff\x31\xd4\xab\x92\x5e\xbd\x1c\xd3\x89\xe6\x98\x38\xa3\x3c\xbc\xe6\xf1\x02\x68\xf0\xa2\x4c\x77\x10\xc7\x0e\x9b\x2f\x71\x9a\x3b\x3c\xe7\x21\xf1\xc5\x26\xdd\x6a\xc3\x7f\x0c\x75\x8f\xf6\x82\xc3\xdd\x33\xd4\x3d\x58\xbc\x63\xb8\x7b\x86\xba\x27\xa8\xcf\x74\xf7\xf0\xd2\x4c\x6c\x5a\xb3\xed\x07\x1e\xf8\x81\xa3\x68\x8f\x38\xad\x0d\x20\xfd\x85\xce\xe5\x87\xa2\x70\x74\x58\x7e\x25\x4a\x71\x7e\x49\xcb\xba\x76\x9a\x38\xed\xb2\x83\x78\xe0\x20\x0e\xdd\x22\x1b\x73\x38\x3f\xb3\xa6\x68\x0d\x56\xd0\xc7\x2e\x72\x5f\x14\x49\xfb\xed\x35\x8c\xb7\x41\x43\xe7\xf5\x0e\xd6\x98\x89\x07\x5c\xf9\x3d\x8c\x38\x82\xa3\x48\xe7\xde\xde\xb3\x62\xc9\x47\xd1\x1a\x7c\x5b\xa7\xf3\xa4\x4c\x14\x89\xa7\x3d\xbe\xe3\x56\xfd\x25\x9e\xb7\x67\xfd\x32\xdd\x13\x57\x39\xae\xff\xcd\x78\x15\x89\xe1\xed\xf1\xc2\x32\x8f\x22\x31\xb4\x65\x3e\xd6\xdb\x32\x25\x0a\x6e\x1d\x07\x65\xec\xd0\xf6\x4a\xe8\x04\x64\x3c\x5e\xc3\x1e\x8d\x8b\xe4\xe7\xf1\x9e\xf5\x51\xfd\xb5\x06\xdb\x02\x1f\xbc\x1d\x13\x55\x7b\x2f\xbb\x88\xc7\x72\x11\x27\x8e\x9c\xd8\x32\x87\xb6\x97\x78\x08\x3f\x8d\x2f\x39\xa9\x1a\xf7\xc7\x6b\x12\x6f\xcd\x44\x95\xf6\xb3\xef\x58\xc1\x1a\x43\xe7\xfb\x66\xf7\x65\x62\x8d\x63\x95\x3c\xd8\x47\x3c\xf0\x11\x87\xce\xf1\x87\x7d\xc4\x8a\xe2\x18\x55\x5a\xee\xf5\xaa\x04\x8b\x2f\x2a\x1e\x7d\xb3\xf2\x3a\xac\xbc\xa3\x6b\xeb\xfb\x7a\x58\x16\xdd\xee\xe8\xda\xf9\xda\xb5\x0b\x99\xee\xf0\xc6\x45\x0f\x71\x76\xc8\x73\x47\xd7\x5c\xf9\x2c\xfb\xcb\x63\x7b\x84\xba\xf2\xb3\xe8\x2f\xc6\xdc\xe1\x5d\xcb\x67\xc9\x5f\xc6\xee\x41\x04\xf4\x3e\xf5\x18\x66\x26\x6a\xc2\x1c\x40\x4f\x85\xe7\xcf\x44\x5b\x70\x13\xfc\x09\xce\x69\x75\xf0\x68\x5d\x7e\x0d\xc3\x73\xc1\x5d\xf0\x6b\xf8\x4b\x18\xbb\x68\xda\xf5\x39\x97\x61\xa9\x88\x25\xf9\x75\x1a\x5e\x3f\x79\xa8\x26\x1a\x51\x85\x2c\x8c\xca\x6e\x62\xea\xd5\xcc\xae\x90\x85\x21\x57\xc4\xb4\x23\x53\x8c\xb5\x80\xc5\x90\x9f\x8f\x71\xca\xe1\x8c\xc7\xa1\x0c\x33\x71\x2c\x1c\xc5\x3b\xf5\x04\x4b\x26\x90\x0c\x34\xec\xf4\xfd\xce\x89\x95\x19\x95\xa3\x46\x88\x6d\x24\xc8\xdf\x95\x5f\xfb\x8c\x59\x98\x99\x35\x54\x4f\x89\x00\xc1\x0b\x13\x57\x39\xd3\xe5\xd3\xde\x1d\x0d\x68\x26\x5b\x26\x0a\xf8\x25\x7c\x37\x7e\x80\x87\xf0\x66\x7c\xcd\x64\x5e\x74\xef\x8e\x71\xd8\xa1\xba\x25\x4e\xff\xd8\x53\x3a\x2b\x2b\xca\x5e\xf5\xbb\x5a\xa7\x09\x6a\x98\xb8\xf2\xbb\xbd\xeb\x22\x69\x09\x5e\xd2\xe9\x30\xd7\x48\xbc\xe0\xf4\x83\xad\xc0\xb9\xb3\xc0\xed\x1a\x76\x5b\x7b\x93\x07\x2d\x83\xf0\xad\x7d\x2a\x34\x7f\x87\x25\x56\x82\x37\x6d\x3a\x5c\xb1\x95\x40\x23\xf0\x12\x7b\x7e\x9e\xc6\xc9\xaf\x71\xb7\x95\xa6\x60\x83\xb1\x63\xf5\xce\xc3\xfd\xb3\x6e\x80\x26\xae\xfc\x96\x87\x03\x8d\xb6\x63\x85\xcc\x43\x33\x7c\x1e\xac\x34\x7b\x57\x7e\x4b\xf3\xba\xba\xa9\xa7\x59\xfa\xb4\xf1\x33\x97\xf1\xd3\x74\xd0\x3e\x6d\xfb\xcc\xf5\x1e\xa5\x1e\x60\xe9\xa6\x7a\x65\x62\x09\xc9\x1e\xca\xee\x4e\x20\x20\x7d\xec\x2c\xab\xd3\x6e\x40\x38\x5c\x89\xd3\x09\xe7\x74\x39\x08\x9b\xfc\x19\xf3\xf4\x24\x82\xba\x15\xdc\xfc\xef\xb3\x79\x12\xe1\xe7\x0b\xde\x77\xcf\xcf\x66\x3c\xc0\x7f\xe3\xc9\xae\xcc\x2d\x59\x27\x22\x5f\x1c\xdc\xbd\x98\x76\x0f\x12\x9a\xaf\x04\xef\xe6\x74\x87\xe4\xcb\x44\x07\x3f\x85\x0f\xe3\x2f\xb8\xca\xd1\x1e\x79\x72\x9f\x33\xe4\x06\x31\x13\xac\x43\xfd\x4a\xbc\x09\x97\xec\x12\xbd\x20\x0e\x69\x20\xbd\x52\xd9\xc5\x04\x8b\x83\x55\xd7\x4c\xb0\x4c\x50\x3e\xbb\xad\xe9\xfb\x9c\x0a\xc9\x17\x72\x77\x4c\x9b\x2e\x73\x85\x2b\xd0\xcd\xff\xee\x88\x7c\x5d\x11\xf9\x82\x67\xde\xfb\xb4\xd7\x70\x2e\x1b\xe6\xfa\x55\x8a\xf4\xf8\xc4\xa2\x89\x43\x9a\xe9\x72\x6b\x2f\xb5\x56\x9a\xe9\xd2\xb9\x0f\x11\xfb\x12\x57\xf1\x9e\x79\x58\x34\x71\x5c\x2a\x67\xba\x1c\x09\x05\xc7\xcc\xe6\x87\x75\xf8\x61\xd7\x81\x19\x3e\xf5\xca\x48\x17\x3d\x2c\x0e\x09\xba\x7d\x8c\x8a\xeb\x17\xf0\x07\xba\xe3\xfa\x65\x82\x41\xc4\x09\x32\xbb\x15\xcd\xba\x20\x9a\x38\xe5\xdb\x30\x52\xbc\xbf\x38\xa4\xf8\x7c\x5f\x54\x71\xfd\xe2\x94\xec\xda\x30\x9a\xf8\x12\xe3\x94\x82\xf3\x85\x51\xc5\xf5\x0b\xf1\x0a\xa6\x0d\x9d\x29\x43\x47\xce\x8e\xd9\x3d\xe8\x9d\xad\x90\x88\x02\x8e\xeb\x97\x09\x7e\x57\x4b\x60\x77\x3f\x74\xfa\xe1\xd4\x1a\xa8\xe7\x45\x3a\x3c\xb4\x4b\x2e\x22\x87\xfb\xcb\x44\x23\x7b\x08\x57\x37\xf0\xba\x48\x88\x57\x30\xc3\xdd\xb0\x7c\x93\xd7\xa1\x19\xaf\x88\x08\x9d\x28\x80\x99\xfd\x14\xde\x8c\x53\x7b\x36\x18\x44\x05\x5c\x09\x84\xe4\x94\x88\xdb\xee\x99\xb2\x7b\x4e\xa9\x55\xdb\x3d\x22\xb1\x85\x5c\x26\x33\xc6\xaf\x72\x26\x38\x42\x15\x16\x92\x40\xad\xca\x65\x32\x6d\xf7\x4c\xd9\x3d\xa2\x27\xcc\x61\x8d\x32\x90\x12\xd1\x13\xe6\xf0\xe8\x0e\x84\xfc\x94\xd0\x0e\xef\x28\x06\xcb\xe9\x29\x75\xeb\x7b\xa7\x0a\xf7\x17\xf2\x81\xcc\xe1\xfa\x13\xee\x2f\x4e\x49\xa7\x0d\x19\x85\xfb\x0b\xd1\x16\xe6\xb0\xf0\xaf\x58\x07\x25\xe4\x1b\x99\x36\x70\x14\x06\x30\x4e\x49\xad\x3d\x98\x0a\x03\x18\xa2\x2d\x4c\x7b\x30\xe7\x44\x23\xf2\xb6\x4f\x7e\xaa\xfe\x93\x0d\x21\x8f\xc8\xe7\xe7\x69\x7c\x80\x5f\xc2\x6f\xe3\xab\x9e\xf2\x75\x98\x27\x97\x89\x1d\xbc\x09\x77\x39\xac\x00\x22\x16\x4c\xdf\x68\x55\x78\xc0\x68\x52\x79\xd3\xed\xc2\x25\x19\x4d\xcb\xec\xed\xd9\xcb\xeb\x22\xd1\x24\x0f\x36\x58\xe0\xc1\x95\x90\x13\xc2\x61\xfd\x32\xc1\xef\x6a\x7c\x6d\xb0\x10\xd6\x2f\x76\x0d\xe3\xed\xea\x13\xb3\x20\xc4\x37\x80\x3d\x47\x62\x89\x5b\xfb\x95\xdf\x3f\xcb\x70\x89\x58\x30\x6f\x0f\x97\xec\x98\x26\x5d\x65\x3b\x66\xde\x6a\x96\xc4\x41\xd1\x01\x33\x41\x35\xb1\x3f\xa6\x3d\x8f\x8a\x1a\x18\x62\x16\x98\x79\xd7\xc5\xbc\x8b\x26\x71\x78\xac\xe1\x65\xf7\xc8\xc7\x31\x6d\xf7\x4c\x62\x1f\x44\xd3\x02\x6c\x8f\xa4\xa8\x77\xd1\xa4\xc4\x7c\x33\x56\xd4\xbb\xb8\xb4\xd0\xda\x8e\x99\xcb\x8e\x69\xde\x84\xd8\x8c\x81\x61\xa7\xf7\xf6\xf2\x2b\x0c\x8f\x05\x53\xb8\x8d\x95\xa9\xc8\xf2\xea\x83\xd7\x1a\x66\x19\x27\x6d\x97\x5e\xb6\xf7\x0f\xda\x5c\x09\x91\x16\xe6\x6b\xcd\xc0\x03\x22\x71\x49\xdf\xbd\xde\x6b\x10\xfa\xbd\xa8\xe6\xbe\x9d\xaa\x48\x7b\x71\x49\xaf\xbd\x56\x0c\x44\xda\x0b\x5e\xb3\xef\xa6\xc9\x65\xe2\x06\xa7\xf8\x4f\xe7\x43\x13\x27\x5f\x5c\x9c\x03\x99\xf6\xd6\x45\x7b\x8b\x4b\x6b\xf1\xe7\xea\xf3\x5e\x65\x5c\x52\x54\x9f\x7b\x92\xf7\x2a\xe3\xd2\x2a\xfa\xb9\x2b\x79\x99\x23\x44\x66\x98\xbe\x3f\x3a\x3f\xd5\xa7\xb9\x9c\xd7\xf8\x07\x9e\xf5\x0c\xd3\xdb\x42\x91\xf0\x82\x57\xf1\xc3\x91\xea\x02\x1e\x5a\x09\x5e\xbf\x0f\xd8\x68\x24\x28\x7f\x49\x72\x40\x47\x23\x41\xfd\xd7\x5b\x75\xe1\x08\x76\xa1\x08\x76\xc1\x73\x41\xf9\x79\x1a\x6f\x3f\x7f\x9c\xd1\x7e\xe3\x78\x2b\xcc\x72\x0b\xb1\xdc\x02\x9f\x4b\x38\x8e\x5d\x26\xe8\x8d\xa5\xde\xf2\xb3\x1b\x27\x7f\xd0\x6a\x59\x41\x41\x40\x3b\x3d\xdb\x1d\x0e\x57\x97\x09\x65\x0f\x70\xcc\xda\x4c\xac\x41\xe3\xed\xfd\x20\x1a\x1d\x89\x1b\xfc\x12\xfe\x09\xa7\x33\x60\x4d\x44\xaf\xae\x26\xb7\x3c\xb3\x5a\xc2\x6f\xe3\x6b\x1a\xf5\x4a\xe7\x29\x3c\x5c\x74\xae\x67\x06\x8f\x09\xe5\xe7\x61\xfc\x04\xdf\x85\x5f\xc6\x03\x9c\x7a\xea\x1d\x8c\x4c\x2c\x61\x84\xed\x10\x5d\xd7\x33\x33\xb1\x83\x37\xe1\xdd\x38\xe5\x1c\x21\x7c\x1a\xa7\x9c\x93\x7a\xea\x7a\x66\x26\x68\xd7\x79\x0a\x77\x39\xf4\x27\x34\x87\x80\xf3\x46\x82\xfa\xb7\x5d\x78\x18\x27\xbf\x84\x71\xb7\x70\xc9\x08\x82\xcf\x10\x44\x97\x23\xc1\xb8\x5c\x87\x70\x97\xc3\x24\x80\xcf\x10\x66\xcb\x85\xd8\x72\xd1\x25\xa4\x87\x27\x01\xac\xb8\x80\xcf\x90\x9f\x1a\x5f\x42\xaa\x07\x8f\x12\xe5\xa7\xf3\xb3\x3b\xe1\xf5\xfe\xfc\xfc\x95\x9f\xfe\x91\xfc\x88\x16\x17\xfd\x60\x72\x73\x76\x91\x9f\x87\xf1\x06\xae\x7a\x8e\x6e\xfc\x06\x57\x39\xd3\xbf\x8b\x12\xc2\xb5\x92\x9f\xd3\xf8\x07\x4e\xfe\xd3\xed\x3d\x59\x05\x39\xee\x88\xae\xeb\x9f\x21\x1a\x5d\x44\xbd\x84\xbf\xc6\xd7\x06\x5f\xe2\xa9\xe8\x73\x99\xa0\x9a\x7b\x11\xde\x8d\x07\xf8\x29\x7c\x1a\xa7\xfa\xbb\x8a\x77\x37\xf0\x92\x47\xc0\x74\xc8\xcf\x66\x9c\x66\x1d\x2a\x7f\xaa\x3b\x89\x3e\x17\xbc\x26\x14\x5d\x91\xd6\x83\x30\x74\x17\xb7\xc6\xc2\xc1\xe7\x32\xb1\x54\x0d\x0e\x9a\x80\x55\x47\x82\xde\x91\x14\x36\x37\x0b\xc7\x53\xe0\x5a\x09\xd8\x76\x24\x68\x96\xa4\x53\xb7\x38\x03\x9e\x5d\xe2\xfa\xdd\x51\x8d\xef\x59\x9d\xdd\xf0\x61\x98\x62\xae\x22\xfc\x57\x31\xab\x93\xd5\x09\xcd\x32\xde\x90\x71\x1c\x31\xe1\xd0\x73\x21\x32\x5e\x84\x64\xb6\x79\xcc\x9b\xc6\x5c\x32\x2b\x6b\x2c\x13\xc7\xcf\x1f\x81\xdb\x29\x1c\x31\x2e\x14\x31\x2e\xf0\xcf\x44\xbf\xac\x62\x64\x75\x41\x67\xc8\xcf\xd3\x78\xfb\xf9\xa3\x6e\x9b\x44\xf6\xb2\xca\x5b\xdc\xba\xc4\x55\x8e\xab\xb3\xcc\xa8\xba\x6d\x12\xc1\x6e\x15\xb3\xae\x6a\xd6\x6d\x93\x08\x76\xab\xc2\xf5\xfa\x46\xe2\x4d\xf8\x30\x7e\x83\xab\x1c\x37\x6b\x99\x51\x75\xdb\xa4\xf2\x7a\x34\xe3\x0f\xf8\x29\x5c\xb2\xb6\xfc\x4b\x75\xc3\xdf\x92\x9f\xdd\x38\xf9\x0f\xda\xab\x88\x01\x99\x20\xbf\x54\x58\xf7\x3a\xb5\xec\xa9\xc4\x2f\xe1\xd3\x38\xf5\x54\x3f\xcb\x5c\xca\x04\xfd\xd3\x8a\xf0\x66\x9c\xf6\xb6\x53\xf8\x30\x4e\x39\xed\x12\xae\x71\x59\x76\x54\xdd\x36\xa9\xbc\x70\x3f\x2c\x83\x29\xf1\x5d\x78\x37\x1e\xe0\x2a\x27\x6e\xe3\xb4\xf7\x52\x3d\xdd\x3f\xeb\xca\x67\xdd\x36\x89\x55\x58\x35\x2f\x43\x2a\xf1\x43\xf8\x65\x7c\x82\xab\xfc\xe1\xf2\xb3\x3f\xe3\xe8\x2a\x7e\xb8\xfa\x93\xe1\xd2\x82\x1c\xee\xce\x65\x68\x25\xde\x85\xbb\x98\x9c\xd2\x75\xc3\x11\x12\xd0\xfc\x48\x54\xf0\x53\x78\x33\xfe\x80\x77\xe1\x6a\xd6\xa0\xdb\x70\x84\xe4\xe7\x61\xfc\x04\x0f\xe1\x8f\xf1\x25\xb6\x45\xe2\xa9\x57\x20\x03\x42\x60\xe2\x97\x70\x97\x3f\x29\x7f\x57\x3d\x67\x35\xde\xc0\x55\x8e\x55\xd5\x60\x5a\x14\xa9\x36\xc5\x8a\x0b\x18\x7f\x89\x77\xe1\x8f\x71\xfa\x41\x2b\xec\x0c\x69\x87\x65\x77\x25\xbe\x0b\xdf\x8d\xdf\xe0\xf4\x8f\xec\xab\x20\x98\x5c\xdd\x8a\x74\x95\x5e\x75\x0c\x28\x82\x75\x2b\x57\xf9\x9d\x7d\xd7\x74\xf3\x96\x5f\x28\xff\x4c\x3f\xef\x85\x76\x5d\x01\x4d\x5c\xcd\x70\xb3\xa7\x9a\x2d\xe9\xba\xad\x0d\xd6\x8d\xd0\xc4\x4f\xe1\x97\xf1\xfe\xf3\x87\xac\xf4\x20\x12\x1d\x09\x15\xc3\xa8\xdd\x6e\xf5\xcd\x24\x28\x5a\x7f\x6f\x2b\x83\x3b\x2e\x70\xe7\xbf\x8d\xaf\x5e\xe5\x09\xa6\x70\xe8\xb9\x4c\x9c\xe0\xaa\x8e\xf7\x21\xcb\xed\x94\xb8\xca\xb1\xb0\xdf\x28\x0f\x62\x3f\x45\xbf\xad\xbb\xef\x59\xc0\x77\xe1\x87\x71\xca\x2f\x2a\xdf\xdd\xb6\xcc\xb5\xc4\xe9\xb6\xc7\xeb\xf2\x43\xf7\x40\xb3\xc8\xcf\x6e\x9c\xfa\x48\x1a\x1f\x2b\x89\x07\xa5\x58\xb5\x30\xcb\x2c\xcb\xc4\x05\xae\xfc\xde\xdf\xae\x9b\xa4\x75\xab\xc7\x26\x5c\xed\x5a\x4f\xa6\x24\x8e\x54\x3f\x5e\x98\xd7\xab\x93\x75\xab\x5a\x51\x1f\x2f\x61\xeb\xd5\xc9\xc4\x91\xf6\xc7\x4a\xf4\x61\x71\xa8\x52\x96\x8f\xf7\x2d\xcb\xd2\xab\x5b\x95\x52\x7c\xac\x44\x1f\xf5\x83\x8c\x92\xd7\x2b\xf9\x32\x01\x13\xef\xc2\x4f\xe3\x6b\x96\x55\x2d\xa9\xaf\xfb\x67\xb9\xb5\x12\xdf\x85\x4f\xe3\x8c\xbb\x8c\x95\xd7\xb3\xe9\x45\x1b\x54\x29\xc5\xd7\xfd\xf3\xa2\x14\xab\xcc\x8b\xd7\x4b\xf9\x2b\x39\x09\x95\xe3\xf6\xbe\x2c\x1a\xbb\xe4\xea\xf5\x9a\xfd\xa2\xe5\x08\x3b\x1b\xfd\xf5\xb8\xbf\x68\xb9\x5d\x8b\xe7\xe7\xf6\x7e\x68\xb9\xbd\x54\xe1\x87\xf1\x06\x7e\x0a\xd7\xb8\x7f\x68\x39\xc2\xd1\x86\x43\xd8\x65\xe2\x04\xdf\x85\x87\xf1\x09\x7e\x09\xbf\x8d\xa7\xf2\x3e\xb5\x4d\xfe\xbc\xf6\xaf\xb7\x55\xea\xb6\x4b\xc9\x7d\x9e\x16\x1f\xc3\xbb\x6b\xad\xfd\xbc\x4f\xfb\x98\xed\xf8\x34\xc2\x11\xec\x82\x08\x76\x75\x83\x46\x91\x9f\x87\xf1\x01\xde\x85\xdf\xc6\x29\xa7\x29\xbf\xc4\x19\x2e\x63\xdd\x76\xd6\xc2\xd0\x53\x2b\x41\x28\xbb\xc4\x77\xe1\xaf\x71\xca\xa1\x5d\xa1\xa8\xec\x01\x97\x31\x71\xfd\xae\xc4\x3c\x96\x71\xab\xb3\xc6\x30\xc7\x31\x20\x35\xd6\x8d\x67\x8b\xf2\xf3\x13\xce\x6c\xdf\xbb\x8a\x99\x2e\x46\xa3\xce\x9a\x07\x85\x91\x04\xe5\x20\x3d\xe6\x2c\x66\x62\x07\xef\xc2\x4f\xe3\x4b\x9a\x0f\xd6\xc2\x90\x4b\x2f\x77\xf7\x05\x5c\xf9\xdd\x3d\x85\xe6\x1e\xcb\x09\x1c\x51\xdc\xdc\xc2\x1a\x80\xbb\x21\x3f\x9b\xf1\x01\xae\x72\xb4\x66\x13\x20\xaf\x6e\xbc\x4f\x14\xa1\x8b\xa3\x99\x68\xe0\x97\xf0\x61\x7c\x49\x15\xef\x13\x85\x39\x8e\x41\x48\xbc\xc4\x0f\xe1\xa7\xf1\x15\xe5\x41\xcd\xb5\xf1\x4b\x80\xbc\xc6\xf5\xc4\x30\xc5\x31\x62\x3d\x59\xd9\x64\x72\x9b\xc9\x98\x89\x3b\x61\x2c\xeb\x90\x7b\x2e\x08\x93\xa7\xd7\x7b\x23\xaa\x87\x6a\xdd\x0d\xd5\xe3\xbd\xf9\xd5\x0c\x8f\x84\xab\x72\x4f\xd7\x64\x3d\xdb\xd1\xd5\x2f\xb6\x86\x61\x27\x36\x9e\x16\x08\x87\xac\xcb\x44\x5d\x70\x08\xde\x0d\xd3\x7a\x74\xa3\x23\xd9\x05\x9c\xc5\x26\x13\x3c\x76\xcb\xea\xba\xd6\xd9\xb8\x94\x98\x5f\x87\xe1\x33\xe1\x53\xb9\xb5\x0b\x8b\xe5\x2e\x6c\xdd\x65\x8f\x5f\x85\x7c\x0b\x56\x55\x3c\x70\xcb\x59\xd8\x3a\x5a\x37\x76\x37\x73\xa7\x99\x6c\x0d\x42\x1e\xc2\x4c\xac\x0a\xa2\x5b\xe3\xd0\x1a\x1c\xcb\x18\x6e\x5d\x73\xec\xb0\x30\xae\x5b\x9c\xad\xa3\x59\xe3\x90\x06\x82\x00\xd9\xba\x66\x98\xde\xa0\xcc\xc4\xca\xdd\x95\x5b\xc6\x44\xac\xe7\x62\x1a\xcf\x05\x44\x1c\x52\xab\xb1\x9c\x8d\x7a\xc3\x37\xe0\x36\x92\x58\x8d\x0f\xd5\x7b\xbe\x86\xb3\xec\xd8\x90\x08\xdb\xb8\x84\xc8\x6b\xbc\x15\x90\x5f\xaf\x61\x72\xf3\x93\xa7\xeb\xbd\x62\x16\x34\xee\x38\xe6\x57\x33\x1c\x0b\x56\x21\x1e\xb4\x65\xd1\x36\x99\xdb\x71\x7a\xc2\xad\x77\x64\x5a\xd4\xdf\x78\x04\x35\x88\xa0\x47\xe2\x5e\x7f\xa5\xdf\x70\x27\xac\xfb\x9a\x2d\x76\xc3\xce\xcd\x96\xe2\xd0\x30\xc9\xe5\x19\x04\xd2\x4b\x9c\x4e\x6b\xee\x86\xc6\x96\x82\x18\x12\xf9\x79\x19\xef\xe0\xca\x6f\x31\x6d\xe8\x5a\x6d\xe8\x43\xb7\x31\x03\xce\x62\xdd\x0e\x29\xb7\x66\x65\xd2\x58\x2b\x70\x63\xe5\xa7\xba\xa8\xa1\x24\x4f\xf5\x7f\xb3\x4c\x36\xea\x7f\x4a\x89\xb5\xe9\xfa\xcc\x55\x9f\x53\x23\x70\x59\x99\x5c\xac\x21\xa7\x86\xe0\x72\xbb\x2e\xda\xc5\xb3\x59\xf9\xf9\x18\x5f\x4a\x0c\xb7\x57\x98\xda\x98\x89\x1d\x5c\xe5\xc8\xd8\x87\xda\x98\xb8\xca\x91\x7d\x14\x17\xed\xe5\x1d\xac\x80\xe9\x48\xe2\x00\x3f\x85\x37\xe3\xf4\x83\x94\xa4\x1e\x9d\xc9\x44\xfb\xf9\xe3\xbc\x1a\xdd\xd9\xbb\x8a\x59\xde\x45\xc5\x16\x8d\xb0\xf5\x1b\xcb\x9b\x78\xf2\x16\x7b\x44\xf7\xa0\x2c\x62\xe2\xa9\x33\xd4\xe8\x1e\x93\x75\xb7\x52\x91\x45\xc3\xac\xc3\x4c\xac\xf5\x83\xa7\xb7\xf2\x73\x1a\x5f\xeb\xd0\x29\xed\xd1\xad\x24\x3b\x36\x0d\xf4\xa1\x88\xee\x21\x59\x41\xf1\x12\xa7\xee\x36\x4d\x23\xd4\xc5\x98\xac\x11\xee\xe2\x50\x17\xab\xad\xe1\x49\x14\x88\x14\xb4\xa2\x70\xf4\xbb\xfc\x9f\xf2\x39\xbd\x8b\xd0\xf6\x03\xd6\x61\xe2\x2a\x47\xbb\x4e\x68\x86\x75\xc3\x47\x16\x0e\x73\x97\x89\x1b\xbc\x09\x77\x3d\xd9\x96\xe0\x0b\x0b\x87\xbf\xcb\x04\x43\x28\x51\x1e\xae\xff\xa0\xfe\x4d\x9a\xc4\x36\x22\x2c\xc2\xc4\x19\xf2\xe1\xfe\x1c\xd4\xa7\x61\x6b\xc6\xb0\x7e\x5d\xc6\xdf\x75\x72\xa8\x1a\x7a\x0b\x26\x20\x05\xd6\x0d\x97\x57\x7e\x0e\xe3\x13\x9c\xe6\xda\xe4\x0b\x99\x7c\x84\xb9\x88\xb0\xc9\x17\x93\x05\xa6\x49\x32\xa7\x25\x79\x5d\x12\x4c\xfc\x14\xfe\x18\xa7\x9a\x3b\x33\x6e\x5a\xef\x4c\x24\xb6\x69\x45\xb2\x89\x18\xeb\xf1\x98\xc4\x55\xcf\xe9\xfa\x30\xa3\x1b\xc6\x40\x4c\x6b\x24\xd9\x86\x4d\x6b\xd5\x74\x37\x4c\xb6\x3d\xc4\x53\x0e\x47\xad\x0b\xa2\xd6\x25\x1e\xc2\x87\xf1\x35\x8c\xf0\x7d\x22\x6e\xf7\xc3\x7a\x5d\x26\xf1\x53\xf8\x61\x9c\xdf\xc5\x48\x88\xdb\xfd\x70\x33\xa3\x9b\x76\x8b\xb7\x67\xf4\xad\x61\xd4\xae\xf0\xd6\x89\x50\xdc\x4c\x17\x1e\xf1\xca\xcf\x69\x9c\xfa\x74\xe7\x7f\x8d\xd3\x9f\xda\xfe\xdd\xd6\x6c\x37\xdb\xbf\x16\x45\xb8\xdb\x85\x78\x36\xad\x5b\x8f\xc5\xf0\xc1\xc8\xb9\x24\x6e\x8f\xb7\x49\x0f\x27\x45\x97\x36\x44\x8f\x17\xe2\x27\x94\x5f\xe5\xb8\x1f\x1e\xfa\xe1\xc2\x48\x88\xc7\xfd\xf0\x20\x0f\x97\x34\xa4\x8d\x3d\xe2\xdf\x25\x4e\xff\x3f\x56\x1b\x0f\x9a\x0d\xde\x50\x7e\x36\xe3\xd4\x47\x9a\xf3\xf1\xe2\xfd\x60\xfc\x5c\x92\x67\x1b\x7b\xf1\xb0\x2d\xbc\x76\xe3\x8f\xf1\xd5\x6f\x78\xc4\xc2\x34\xc2\x4c\xf0\xbb\xda\x2e\xbe\xde\x8f\xbc\x58\x09\x97\xac\x8a\xd7\xd3\x74\xd1\x05\x2f\x4f\xa3\xd7\x3a\xf2\x45\xcb\x5c\x32\x2a\x6c\xd3\x11\xe8\xae\x6e\x97\x76\x41\xaf\x17\xeb\x97\xdd\xf1\x25\xf1\xb1\xad\x17\xb2\xf5\x2e\x89\xcf\xeb\xad\xd7\xcb\xae\xf9\x92\x16\x7b\x3d\x2d\x5e\xa6\xc5\xa5\x2d\xcf\x6b\xc5\xff\x32\xec\x72\x88\x99\x2d\x18\xb0\x05\x13\xa7\x59\xb6\x01\x43\x36\xe0\x25\xf1\xb1\x0d\x18\x1f\x0b\x9d\x5c\x58\xf1\x79\x01\xff\x58\xc0\x2f\x89\xd5\xe7\x05\xf0\x0b\x95\xa3\xf2\x2d\x26\x1f\xe2\xe0\x0d\xf5\xe7\x0d\xb5\x6c\x43\xef\xa8\x3f\x4f\x97\x8f\x7e\xf0\x96\xfa\xf3\xb0\xaf\xf0\xe6\xad\x4a\x4a\x3e\xcf\x8a\x0f\x69\x90\x0b\xcb\x6c\xc0\x4c\xbc\xe0\x4b\x0a\x1d\x0f\x2f\x60\xf1\x85\x26\xe9\xd0\x45\xcc\x4c\xac\x49\x4a\x1c\xe8\xfc\x0c\xe3\xd4\x92\xe3\xdc\xa1\x57\x35\x83\xc8\x78\x89\xff\xc6\x5b\xa8\x41\xf8\x3c\x12\x4b\x07\xf5\x53\x3f\xa3\x41\x1e\x1b\x73\x9e\xb0\xd2\xe1\x38\x7a\x41\x1c\xbd\xc4\x03\x5c\x9b\x34\xe2\xe5\xd5\x4d\x5b\x6c\xc7\xcb\xcb\xc4\x00\x57\xab\xa7\xcb\x61\xf0\xe5\xc8\x1a\x36\x05\x47\x61\x90\x09\x43\x1d\xe6\x0a\x06\x81\xf4\x12\xef\xc2\x3f\xe1\x0c\x32\x51\x34\xc2\x5c\xc1\x20\x90\x5e\xe2\x97\xf0\xdb\xf8\x9a\xf3\xdc\xc0\xcd\x4f\x97\xc3\x81\x87\xb6\xda\x43\xb7\x3b\x33\x71\x80\x37\xe1\xdd\x38\xed\x42\xb8\x46\xd1\xd2\x3c\x0a\x6b\x46\x60\xb2\x0e\xdb\x76\x63\xd9\x76\x57\xd1\x68\xda\x88\x83\xfa\xa7\x97\xe1\x63\xd8\xdd\x39\x56\x0c\xf4\x8b\xc7\x5c\x02\x1e\x20\x89\xc5\x46\xc7\x44\x32\x1f\x30\x13\x2d\x61\x0d\x61\x95\xd5\x3e\x2a\xbb\x1c\x6d\xe5\x4d\x13\x0c\x82\xe5\x05\x31\xee\x62\x28\xa4\x40\x10\x34\x2f\xb3\xab\x74\xc9\x2d\x2c\xc1\xba\xc5\xaf\xfc\x8f\xf1\x0f\x7c\x4d\xa3\xb1\x7b\x04\x77\x56\x35\x02\x74\xe4\x67\x18\xa7\x3a\xec\xe3\xc7\xee\x11\xdc\x39\xc2\x91\x2f\xcc\xb1\xf5\x82\xd8\x7a\x8a\xf1\x15\x26\x09\x06\x24\xc1\xba\x71\x8b\x38\x3f\x5d\x3c\x0f\x5c\x6a\xbc\x77\x8f\xf7\xce\x78\x87\x7a\xd8\x8e\x57\xc8\x82\x89\x2b\xbf\x26\x35\x11\xf7\x42\xa7\xe3\x0e\xac\x17\x04\xd6\xab\x5b\x68\x3a\xe8\xf2\x69\x40\x11\x4c\x9c\x91\xb2\x7f\x95\xc8\x78\x75\xe3\x29\xb0\x70\x40\xbc\x80\x13\x98\x78\x17\xfe\x1a\xa7\x33\x25\xf6\x87\xb5\xc0\xa1\xd6\x5e\x2a\xc7\xad\x3d\xd8\x31\x86\xa6\xc3\xe1\xe6\x1e\x6a\x6e\xdf\x84\xab\x93\x0f\xb4\x03\x24\xa6\x30\x75\x30\x88\x98\x97\xb8\xca\xb7\xec\x1c\x92\x9d\x50\x39\xc3\xe5\xa0\xdc\x78\x0b\x2c\x3f\x5d\x4f\xa6\x7f\x68\x3a\x1c\x32\xc6\xc6\x72\xcc\xd6\xb2\x69\x3a\xd8\x1f\x0b\x87\x30\xf1\x4b\x78\x33\x7e\x2d\x5c\x32\xab\xeb\xb3\x41\x84\xbd\xe0\x55\xa5\xfc\x92\x0c\xae\x68\xee\x99\x9d\x61\xb1\x3f\x96\x40\x7a\x89\x2b\xbf\xbb\x61\x19\xa8\xb5\xc8\x07\x67\x46\x61\x10\x40\xef\xd4\x86\x6b\xd8\x94\x1c\xe7\x3a\xad\x2d\x3c\x05\x16\x8e\x93\x17\xc4\xc9\x4b\x9c\x62\x44\xec\xcb\x44\xc9\x62\xd8\x57\x0d\xbb\x57\xe1\xf5\x9d\x4d\x63\xd5\x3c\xf7\x97\x7f\x34\x4b\xa1\x92\x36\x24\xe1\xf1\xd5\xb2\x69\x3e\x37\x8f\xc9\x7a\x14\x27\xf1\x2a\x5c\x8d\x5a\x8e\xd3\xc4\x19\x93\x66\xd9\x5c\x7e\xd1\xc4\xf9\xdd\xcb\xb5\xc7\x30\x2c\x72\xa8\x39\xba\x5d\xc0\xb4\xab\x65\xe3\x6c\x62\xd8\xd0\x83\x39\x57\xcb\x26\x95\x79\x59\x8f\x5c\xfc\x2e\xc1\xa7\x63\x28\x94\x7a\x10\xb6\x2e\x71\x7a\xc7\x0e\x50\x98\x73\xb5\x14\x29\x98\xee\x31\xc7\xd1\x59\xa0\xe6\xc4\xe8\xee\xcd\x65\xf4\x25\xae\xfc\xda\xce\x11\x7f\xae\x16\x79\x98\xe0\xd5\xad\xc4\x52\xc9\x05\x6a\x4e\x0c\x3b\x34\xc7\xf2\x60\xd6\x22\xcf\xd0\xe8\x5e\x9a\x16\xd1\xad\x96\x82\xd7\x7b\x84\x2c\xd2\xb1\x1c\x97\xc1\xcb\x4c\xf9\xd5\x0c\x07\xd9\x9b\xf0\x69\x9c\xea\xab\x3b\xc3\xd5\xc7\x3f\x59\xe4\x29\x72\x14\xb9\x80\x08\x97\x78\x08\xbf\x8d\xd3\x6d\x6c\x93\x86\x9e\xa4\xc9\x44\x01\x3f\x84\xbb\x3e\x83\x72\xa4\xf1\xc2\xfa\x7a\x11\xd9\xda\xc6\x79\x94\x79\x69\x99\x28\x09\x4b\x31\x0c\xcf\xa0\xc5\x43\xab\xa5\x68\x42\x0f\x1d\x03\x11\x35\xae\x41\x0f\x8b\x61\xef\xe1\x18\x1a\x13\xfc\x4d\xa6\x9f\x05\xf4\xb3\xb6\x49\x5d\x0c\xcf\xb7\x75\xc9\xb3\x6d\x5a\x54\x87\xb5\xce\x7a\x5b\xb4\x6d\xfe\x4d\x0b\xf8\xba\xca\x59\x8b\x9c\x53\xc3\x2e\x45\x38\x69\x89\xeb\x47\xbd\x02\xe1\x52\x2c\x72\x36\x8d\xe9\x01\x9c\x08\x1a\xf1\x41\x02\x6a\x19\x89\x01\xde\x85\x4f\xe3\x77\xee\xa3\x8f\x53\xf0\x63\x98\xea\x54\x15\x6f\xdd\x3b\x43\xf8\xef\xdc\xd8\x22\xda\x1c\x09\x5a\x21\xb1\x9d\xd6\x3d\x13\xb1\xb5\xbc\xd9\xca\x24\x8c\x5c\x2d\x55\x1b\x3d\x5b\x93\x63\xaa\xd5\x5a\x8a\x6e\x0f\xf0\x8d\x4a\x95\xcb\x69\xe8\xed\x99\x4c\xf0\xbb\x12\x73\xbb\x14\x09\x28\x97\xb8\xca\xb1\xdc\x62\x65\x16\xb9\x9c\x86\xad\xcc\x71\x23\xb7\x72\x39\x8d\xdb\x43\x7f\xab\x3b\x2e\xfd\xae\xe5\xf6\x46\x6e\xab\xe4\xf9\xf6\x0a\x8b\xeb\xb0\xc8\xb5\x34\x6c\x35\x42\x51\xab\xa5\x4a\xcd\xdc\x1e\xe5\x5b\xed\xd5\xd2\xa2\x1b\x9a\x99\x58\xf5\x97\x6b\x69\x3c\x96\x5c\x5c\x81\x85\x68\x20\x31\xec\x0a\x1c\xb8\x02\xcb\xce\xf6\x7e\x3c\xae\xff\x83\xd4\xed\x45\xe5\xb8\xff\xd7\xcd\xcd\x5a\xf6\xdd\xb8\xcb\x59\x4b\x5d\xd9\x35\x5e\x8f\x17\x0b\xac\xba\xb2\x6b\x8b\xf7\xba\xff\xd7\x75\xcd\x5a\x76\xa9\xf3\xd7\xab\xc2\x4b\x7f\xee\xda\x31\xbf\xae\xcf\x0a\x82\x90\x78\x17\xae\xb9\xf4\x32\xdf\xe5\xfb\x19\xaf\xd5\xff\xab\xdf\xd5\xd2\xfe\x59\xdd\xe2\x32\x2b\xbb\xfa\xed\xb3\xb4\x7f\xf4\x0f\x31\x94\xf3\xf3\x32\xbe\xfa\xff\x28\xc6\xa5\xe6\xd7\xc5\xcc\x5a\xbc\x5f\xb4\x6f\x8c\x80\x6b\x89\x1f\xc2\x87\xf1\xdc\x41\x5d\x52\x4b\x9f\x3c\xc6\x44\x58\xcb\xec\xc2\xad\x9d\x3f\xba\xf9\xe0\x70\x67\x7c\xee\xe6\x75\x7d\x33\xf1\x55\xfc\xb4\x2b\x6d\x6e\xec\x10\x0e\xa6\xc5\x54\xb8\xf1\x4c\x90\x1f\xcf\xf9\xb4\x79\x35\x71\xa5\x15\x79\x21\x4c\x74\x0b\xa8\x6d\x89\x5f\xe0\xda\x63\xcf\x65\x19\xd5\x72\x70\x76\x37\xed\x1a\x9b\x1b\xab\x32\x2f\x53\x85\x29\x70\x41\x84\xb5\xc4\x55\xfe\xf0\xef\xb2\x3a\x42\xca\x08\xe2\xac\x91\x58\xe2\xc0\x0b\x54\x31\x6d\xf8\x10\x79\x2d\xf1\x4b\x78\x33\xce\xef\x72\x46\x67\xba\x5b\xc0\x63\x4b\x5c\xe5\x48\x3b\xcd\x82\xf8\xe8\xb8\x19\xd6\x1a\x89\x06\x1e\xc2\xbb\x71\xf2\xa3\x2c\xa7\x7d\x60\xd0\xd4\x6a\xd1\xf1\xf1\x54\x48\xf0\x20\xf2\x5a\x2d\x3a\x0e\x36\x1d\x2d\xa0\xa3\x25\xde\x84\x9f\xc6\xfb\xcf\x1f\x8a\x66\x90\x5f\x61\x78\x90\xbd\x83\x4b\xfb\xcc\xf5\x9e\xa7\x82\x19\xc4\xac\x1e\xad\xc5\x56\xbb\x20\x11\xe4\x57\x33\xbc\xe6\xc4\x79\x18\x1f\xc6\xe7\xca\x7e\x0a\x56\x9b\x96\x93\xec\x3a\x35\x24\xb6\x9f\x88\xd9\x76\xc9\xd2\x30\xa1\x2d\x20\xb4\x5d\x27\xc7\x13\x53\x2f\x7f\x66\xe2\x4a\x18\x35\xe5\xc8\x6b\xa1\x08\x6b\xd0\x07\xf2\xcb\x3f\xc9\xec\x3c\xd9\xb4\x4d\x5b\x49\x84\x60\x4b\xfc\x10\x7e\x18\xcf\xd2\x79\x89\x29\xbf\xba\x61\x1a\x2a\x69\xdd\x2d\x05\xcb\x78\x52\x4c\x85\xfc\x2a\x86\x55\x7a\x08\xdf\x8d\x67\x37\xb6\xa2\x1f\xd5\xd4\x87\x8a\xa7\x90\x0a\xe1\xb0\x6e\x41\x58\xb7\x5a\x4e\x34\xd4\xb4\x4d\x35\x97\x4d\x75\x35\x14\xc2\xdc\x2d\x61\x3b\x0a\xdf\x43\x6d\x53\x6b\xee\xec\x73\x89\xfa\x1c\x73\xf7\x8c\x5a\x2e\xbc\xc4\xf5\xb3\x9e\x51\x3b\xfb\x5c\xcb\xc0\xee\xf1\xd8\x27\x8d\xd2\x0c\xdc\xa7\x6b\xaf\x2e\x66\x43\x65\x02\x60\x26\xd6\xc2\x07\x33\x24\x3f\x55\xfe\xc1\xc6\xec\x64\xfb\x31\x0f\x0b\x13\x36\x55\xe1\xb5\xab\x98\x87\xdb\x75\xa0\x11\x60\x7a\xe4\xe7\x61\xfc\x04\x77\xfe\x30\xfe\x82\xab\x3e\xd2\x74\xf3\x60\x81\xe3\x55\xab\xfc\xbc\x8d\x93\x9f\xe3\xea\x69\x1b\x69\x9e\xeb\x58\xb4\xe8\xb8\x7a\x9e\x9e\x69\x32\x7a\x1a\x0b\xcd\x3c\x3d\x47\x64\xf4\x34\x89\x94\x7d\x74\xc4\x8f\xab\x45\xd6\xcd\x54\x8c\x87\x20\x4e\x5c\xe2\xca\xef\x7e\x3e\x55\x7f\x4d\xb6\xd3\x82\xbf\x1c\x72\x89\xab\x9e\xd3\xf5\xa1\xff\x9b\xa6\x95\x6f\xa1\x42\x2a\xac\x05\xca\x45\x38\x3c\x5c\xc0\x0e\x4c\x9c\x76\x35\xd7\x1f\x87\x5b\xb9\x24\xcc\x8a\x1a\x1e\x53\x76\xd2\x55\x7e\xc7\x9b\x38\x6d\x46\xcd\x86\x78\xe9\x14\x97\xe0\x70\x24\x5e\x70\x9a\xe1\x6b\xa7\xb3\xb1\x10\x11\xbb\x21\x1c\x3d\x2e\x13\x03\xfc\x10\xfe\x18\x5f\xcd\xbe\x34\x0c\x97\x15\xde\x45\xf3\x08\x77\x9c\x9f\x87\xf1\xd5\x1d\x97\xe6\xe4\xe5\xe6\x5d\x6a\x9e\xa6\x8d\xde\x2f\x09\x58\x7d\xb5\xc8\x33\x66\x56\x5f\x26\xd6\x30\xe8\x38\x75\x5e\xd3\xe5\xa3\xb0\xe5\x1b\x9b\xbe\x8f\x0a\xad\x2f\x71\xba\xb5\x7b\x78\xfa\x3a\x51\x2b\x62\x0a\x98\xbe\x17\xb3\x33\x3d\xba\x16\x10\xdf\x2f\x9d\x1d\x5d\xdb\x8b\xf2\x7b\x01\xe9\x78\x6d\x35\x8b\x6d\x5d\xcd\xe5\x33\x6b\xba\xc4\x6b\xd2\x5d\x40\xba\xab\xa5\x6b\x54\x7c\x5b\x14\x72\x5d\xd3\xb9\xc5\xb4\xd1\x35\x97\xd1\xd5\x42\x6d\xb2\xcd\x35\x97\xcd\xd5\x42\x4d\xf2\x95\xd0\x29\x93\x4b\x47\xac\xe6\xca\x65\x62\x65\x0f\x95\xa2\x1d\x15\x14\xba\x5a\x44\x1e\x98\xb6\xac\x66\xd0\x22\xc9\xa7\x6f\x72\x4e\xbc\x6e\xa5\x6b\x3e\xea\xe5\x90\x20\xdc\x5b\x2d\xba\xd0\xe0\xb0\x6e\x41\x58\xb7\xc4\x9b\xf0\xdd\x78\x03\xef\xc2\x2f\xe3\xb9\x52\x7a\x1a\x0d\xaf\x94\x83\x95\x52\x37\x20\xe6\xd0\x89\xe2\x1c\x6c\x00\x74\x05\x62\xda\x44\x9b\x03\x39\xeb\xec\xf7\xe7\x90\xdd\x39\x07\x1b\x03\x51\x0d\xe0\xdf\x91\xa0\xd3\xb4\xe1\x19\x96\xbf\xc1\xfc\x11\xa5\x60\x0e\xcf\x1f\x59\x69\xa2\x14\x98\x70\x17\x30\xec\x6a\x11\xa5\x60\x0e\x77\xcf\x40\x2e\x75\xe5\x01\xfe\x1d\x09\xda\xa5\x41\xb4\x55\x37\xd7\xcb\x21\x97\xb5\xcf\x74\x6f\xe2\x34\x2c\x3a\xb8\x9d\xd3\xd3\x6d\x76\xaa\x29\x6d\x6e\x67\x22\xf1\xe9\x12\xa7\x59\xd3\x32\x32\xd9\xfe\xea\x80\xd6\xbc\xbd\x4c\x5c\xe0\x87\xf0\x30\x3e\xc0\x2f\xe1\xd3\xf8\x5a\x04\xb5\x8d\x9b\x5e\xec\x26\xbd\x19\x58\x19\xd3\xbe\x44\x02\xe0\x25\xae\x66\xb9\xd7\xf0\x25\x16\x11\x19\xe6\xb4\xd6\x99\x58\x19\x3a\x75\x9d\xd3\xf3\x67\x99\x81\xed\x92\xac\xd9\xf8\x23\xf4\x5d\x66\xa7\x3a\xb7\x37\x02\x32\xe6\x42\xbb\xb2\xdb\x33\xe2\x66\x4d\x10\xd1\x60\xfa\x1e\x28\x3c\xbd\xc4\xbb\xf0\xc7\x38\xd5\xd7\xfe\xc3\xf7\x3d\xe7\xad\x6a\x4a\xa9\xd9\x68\x9b\xf7\x1a\x44\x79\xf4\xcc\xc2\xcb\x04\x9d\x7f\x19\x3f\x8d\x07\xf8\x21\xfc\x36\xce\xcf\x6a\x69\xb7\x2d\x37\xf1\xe8\x15\xeb\x85\xc7\xcd\x7a\x58\x02\xad\x18\xf4\x2a\x49\xc0\xce\x4b\x5c\xe5\x78\x09\x7f\x58\xc2\x43\x3a\xf0\xb1\xec\x3f\x2c\x8d\xa1\xcd\xb5\xaf\x7b\x42\xeb\x4b\x9c\xee\x79\xbc\x04\x62\x13\x56\x71\x04\xa6\x6d\xc2\xb9\x9e\x21\x49\x9c\xfa\xbc\xd6\x76\x8b\xd0\x57\xeb\xa6\x8d\x98\xaf\x75\xce\xe5\xe9\xbb\x74\xa5\x62\xbe\xb6\x61\x16\xd1\x2f\xb3\x33\x8a\x76\x00\x12\x5f\x2f\xf1\x2e\xbc\x19\xef\x0b\xd7\xde\xfd\x75\x37\xac\x18\xe3\x89\xeb\x67\x6d\xf3\xe0\xe9\xab\xa2\x20\x4c\xdf\xde\x84\xf3\x57\x2b\xd1\x87\x47\x97\x0d\x36\x3a\xce\x9b\xd8\xd6\xce\x61\x38\xc4\xda\xe8\x05\x9c\x13\xbb\xd1\xab\xf1\x2a\x7c\x75\xf3\xe8\xbb\x71\x76\x6e\x51\xd7\xe9\xf9\x30\x3b\x69\xc0\xe2\xa9\xc1\xad\xce\x61\x16\xcf\xe8\xa7\xf0\xce\xef\x36\xe3\x2c\xc5\xa2\xf5\x8f\x7e\x19\x67\xe9\x8b\xb3\xf0\xbb\xdd\x78\x17\x7e\xf1\xbb\x61\x9c\x7b\x12\xc1\xce\x6a\x38\xd6\xce\xd0\xdd\xf5\xb8\x36\x7e\x77\x1a\x9f\xc2\x1b\xbf\x7b\x1b\xe7\xc8\x22\xb8\x28\x37\xfa\x63\xfc\x11\x1e\xfc\xee\x6b\x1c\x13\x5e\xfc\x9b\xe1\xdb\xb0\x83\xeb\xa4\xbb\x28\x23\xc3\xd7\x49\x07\xb1\x1f\xf6\x6d\x5b\x3b\xdb\xe1\x7b\x94\x83\x58\x0b\xfb\x56\xd6\x52\x31\x7c\x0f\x71\x70\xc3\x70\xdf\x38\x10\x1b\x21\x63\x6b\x44\x25\x7f\x5d\xc7\xea\x23\x3c\x2e\xb1\xe7\x0a\xb5\x6f\xf5\xfa\x3f\x27\x5c\xf5\xfa\x7f\x1b\xae\x37\x44\x47\x7d\x63\x49\x23\x26\xda\xeb\xb7\x6b\x5f\xdc\xd2\xdc\x30\x79\x43\xb1\x0a\x5f\x9e\x56\x2d\x22\x8d\xbc\x43\x17\x5c\x5f\xb9\x05\xeb\xb6\xdc\x32\xaf\xdd\x82\xaf\xdc\x70\x95\x03\xc6\x6f\x68\xb3\x92\x09\xf2\xaf\x9e\xfe\x46\xc7\xd0\xc9\x04\xf9\x97\xde\xcb\xcf\x4f\xf8\xb2\x51\x2a\x67\xee\xf9\xe9\xfc\x2a\xff\x50\x39\xd4\xf3\xe3\x11\xb6\xc4\x73\x04\xbe\xe9\xf2\xd9\x15\x21\x3f\xf9\x71\x19\xed\x6e\xeb\x37\x15\xc8\x2a\x13\xc7\xcf\x1f\xdc\xa5\xc9\x8f\xd3\x68\x96\xd0\x8d\xba\x84\xb9\x4a\x50\xb9\x2c\x95\x1f\x7b\x29\x6e\xfb\x7c\xde\x4a\x7d\x6c\xa5\x08\xbf\x97\x1f\x8f\xd1\x37\xf3\x52\x82\xb6\x57\x1f\xa1\x73\xb1\x84\xbe\xa9\xa7\xdb\x3e\x36\x4e\x65\x23\x04\xca\xc7\xf6\x89\xc4\xb5\xf0\xdd\xb8\xf3\x2f\x96\xde\xc6\x93\x6e\xdf\xd4\x2b\xe8\x9f\xde\x10\x10\x65\xe8\x73\x9c\xd6\x8f\x38\xad\xb5\x55\xa1\x6a\x39\xb3\xa3\x51\x43\xcd\x8d\x0f\x5d\xcd\x63\x33\x9f\xc9\xc0\x9f\xc8\xc0\xad\xff\x6f\x39\xcc\x8f\xbf\x8f\x3f\xfe\xed\x3f\xfe\x73\xfc\xf1\x5f\xe3\xef\xef\x8f\xfb\xaf\x3f\xff\x7c\xff\xf1\xaf\xe7\x6f\xf7\xbf\x7e\xfc\x7b\xa2\x3f\x9e\xf7\xfb\xdb\x3f\xde\x3f\xdf\xff\xfe\xe7\x5f\x7f\xde\xef\x8f\x3f\xfe\xf9\x47\xfe\xd5\xfa\xf7\x3f\x01\x00\x00\xff\xff\x4b\x56\x88\x06\x41\x98\x03\x00"); +func _beag ()([]byte ,error ){return _fd (_cgbg ,"UniCNS-UTF8-H")};func _abcb ()(*asset ,error ){_feegg ,_caacc :=_efbc ();if _caacc !=nil {return nil ,_caacc ;};_gbbbc :=bindataFileInfo {_c :"UniJISX0213-UTF32-V",_ed :4404,_cg :_g .FileMode (436),_ca :_d .Unix (1580493008,0)}; +_fbgea :=&asset {_fdf :_feegg ,_ff :_gbbbc };return _fbgea ,nil ;};func _bcab ()([]byte ,error ){return _fd (_gaac ,"WP-Symbol")};func _daad ()([]byte ,error ){return _fd (_gddg ,"ETen-B5-H")};func _ab ()([]byte ,error ){return _fd (_df ,"83pv-RKSJ-H")}; +func (_fe bindataFileInfo )ModTime ()_d .Time {return _fe ._ca };func _cggb ()([]byte ,error ){return _fd (_degf ,"UniJIS-UTF8-H")};func _dfd ()(*asset ,error ){_acgb ,_ege :=_ccc ();if _ege !=nil {return nil ,_ege ;};_fgg :=bindataFileInfo {_c :"Adobe-GB1-UCS2",_ed :229592,_cg :_g .FileMode (436),_ca :_d .Unix (1580490562,0)}; +_feac :=&asset {_fdf :_acgb ,_ff :_fgg };return _feac ,nil ;};var _dga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9b\x49\xab\x65\x47\x72\xc7\xf7\xf5\x29\xee\xb2\xbd\x68\xeb\xe4\x18\x19\x50\x3c\x68\x24\x0b\xab\x4d\xdb\xa6\xe5\x09\x8c\x17\x67\x88\x23\x0a\x5c\xaf\x8a\xaa\xd2\x42\xdf\xde\xc4\xef\x7f\x25\xd9\xc2\xa0\x85\x08\xd5\xff\xe5\x10\x19\x19\x73\x9e\xfb\xd5\xd7\xdf\x7d\xf3\xdd\xeb\xbb\x2f\x8f\xaf\xfe\xf9\xd3\x87\xf3\xfb\xf8\xf2\xb8\xdf\xbd\x5e\x9f\xe2\xf3\x87\x1f\x3f\x9d\xf1\x38\xe2\x87\x77\xaf\x6f\xde\x94\xfa\xb8\xde\x9d\x5f\x7e\xfe\x27\xe4\x7c\xbf\x7f\x7c\xf3\x26\xe7\x7f\xff\xd3\xe7\x2f\xf1\xfe\xbb\xd7\xfb\xc3\xa3\x69\xdc\xf5\xe3\xc7\xe7\xd8\xc7\xe3\xab\xbf\xc6\x0f\xef\x3e\x7f\xf9\xf4\xd3\xe3\x0f\x7f\xba\x3e\x1c\xf1\x37\x8f\x2b\xee\xc4\xff\xe9\xd3\x15\x9f\xde\xbd\xfe\xf0\xf8\xc3\x9f\xf7\x8f\xfb\x6b\xf9\xe5\x0f\xdf\xff\xf8\xf1\xe3\x7f\xc7\xfb\x78\xfd\xf2\xa8\x60\xf1\x7a\x41\xdf\x7c\xf5\xf5\x5f\xf6\x8f\xff\xb8\xbf\x8f\xc7\x57\xb6\xde\x7f\xfe\xe3\x5f\xff\xe1\xfb\x3f\xff\xf1\xef\xf9\x1b\x7f\xfa\xb7\xf8\xf4\xf9\xdd\x87\xd7\x47\x29\x7f\xbb\x6d\xf3\x57\xfc\x5f\x7e\xfa\x18\x8f\xf2\x5c\xe3\x3f\xfe\xf5\xbb\x6f\x1e\xff\x59\x1e\x65\x7b\xd4\xd1\x7b\xf9\xaf\x27\xfe\xef\x7f\xf9\x70\xc5\x63\xd3\xbf\xba\xf8\x3f\x3f\x5c\xf1\xf9\xe3\x7e\xc6\xa7\xfd\xf5\x87\x78\xf3\x78\xbc\xdd\xb6\x97\xc7\xe3\xf1\x76\x6d\x2f\xf9\xaf\x55\xfa\xf6\xf2\x78\xeb\xdf\x7e\xfb\x35\xff\xfe\x93\xfe\xfa\xcd\xb7\xfc\xeb\xef\x36\xfe\xfa\xed\xd7\xf9\xd7\x78\xbd\x7e\xb3\xda\x9b\xa2\x4d\x5e\x3f\x7c\xb9\xe2\x16\xc6\xfa\x6f\xcb\xfd\xf2\xa8\xad\xe4\x9c\xff\xfd\xc7\x37\x65\xdb\x9e\x7c\xbd\xbb\x9e\xe3\x6b\x8e\xb7\x4b\xe3\xdf\x5a\xe4\xbf\xe2\xe5\x31\xf3\x5f\x4f\xee\x56\x11\xd2\x12\x59\x42\xf6\xf3\xe5\x31\x7d\x26\x72\x2c\x90\xe3\x7e\x79\x58\x67\xd6\x29\xe4\x8c\x44\x3c\x91\x6b\x07\x89\xf5\xf2\xb0\xc1\xac\x5b\xeb\xdc\xf6\xf2\x30\x63\xd6\x7d\x0a\x39\x13\xc9\x59\xb5\xdf\x89\xd4\x91\xb3\xd6\x96\xc8\x64\x56\x35\x7f\x79\x98\x83\xac\x02\xe2\xfb\xcb\x63\x95\x5c\xb9\xba\x66\xdd\xe5\xe5\xb1\x7a\x7d\xf3\x76\x35\x9d\xa2\xe5\x29\xbc\x8e\x44\x74\x8a\xe6\xf3\xe5\xe1\x6b\x25\xa2\x59\xed\x98\x2f\x8f\xb2\x95\x64\xa8\x1d\x82\x2e\xa0\x96\xf3\xba\x56\xea\xc9\x46\xd9\x46\x32\xd9\x4d\x50\x2e\x5e\x36\xcf\xfd\xba\x56\xef\x5e\x5e\x1e\xa5\x6c\x96\x90\x96\x87\x58\xe7\x74\x7d\xd7\xa8\x24\xd6\x57\x01\x2a\x82\x0a\x82\x13\x54\x05\x55\x20\x98\xd8\x9b\xa0\x96\xc2\xdc\x1a\x50\x17\xd4\x19\xa5\xe5\x87\xa0\xc1\x28\x98\xd8\xa7\xa0\x99\x50\xd5\x44\x13\x94\xd7\x30\x8a\x96\x5f\x82\xb8\xab\x26\x26\x5c\x90\x03\x69\xf9\x5d\xd0\x0e\xf7\x1b\xd0\x21\xe8\x00\x42\x12\xfb\x29\xe8\x84\xaf\x0e\x74\x09\xba\x80\x16\x50\x08\x0a\x58\x9d\x40\x92\x57\x12\x1b\x1b\x6b\x1d\x92\x57\x12\x1b\x85\xb5\x0e\xc9\x2b\x89\x8d\x06\x13\x87\xe4\x95\xc4\x46\xd5\x44\xc9\xeb\x40\x5e\x8d\x1d\x0f\xc9\x2b\x89\x8d\xa1\xb5\x24\xaf\x03\x79\xa1\x00\xfd\x90\xbc\x0e\xc9\x0b\xbe\x0e\xc9\xeb\x90\xbc\x90\x84\xf4\x1f\x62\xa3\x69\x2d\xc9\xeb\x40\x5e\x5d\x4c\x48\x5e\x49\x6c\x6c\x62\x42\xf2\x4a\x62\xa3\x72\x43\x87\xe4\x95\xc4\x46\xd1\x8e\x92\x57\x12\x1b\xd2\xc2\x43\xf2\x3a\x90\x57\x4f\xc8\xa4\x98\x36\x18\x35\x80\x06\x22\xb4\x89\xbc\x16\xd0\x2c\x82\xd2\x34\x36\x24\x61\xb3\x0a\x42\x5e\x4b\x50\x13\xd4\x72\x54\xdf\x80\xba\x20\xe4\xe5\x82\x86\xa0\xc1\xa8\x0a\x34\x05\x21\x1c\x17\xb4\x04\x2d\x46\x75\x20\x17\x84\x24\x5c\x7c\x1d\x82\x0e\x46\x35\xa0\x53\x10\x07\x72\xf1\x15\x82\x82\x51\x06\xa4\x33\x5a\x5e\xda\xdc\xf2\xd2\xcc\x34\x2a\xc9\x6a\x28\xb9\xc9\x1e\x6d\x35\x46\xb1\xd6\xd2\x81\x92\xac\x4d\xf2\x5a\x3a\xd0\x4a\x95\x9b\x85\x89\xae\x89\x49\x6c\x72\x1e\x97\x04\x93\xd8\x64\x3f\x97\x00\x93\xd8\x74\x10\xc9\xcf\x9d\x59\x9c\xd9\x77\x41\x79\xe6\x09\x03\xae\x23\x7b\xde\xb4\x9c\xed\x92\x8f\x80\x94\x82\x9f\x5a\xf2\x11\x10\x93\x03\x5e\xf2\x11\x2b\x8d\xb8\x14\xb4\x66\xc9\x88\x21\xab\xce\x09\xb4\x04\xb1\x16\x4a\xb9\x64\x3f\x10\x73\x78\x5f\xb2\x1f\x88\x35\xec\x67\xc9\x7e\x56\x6a\x73\x29\x5d\x13\x5d\x10\xe7\x79\xae\xc5\x79\x56\x1c\x39\x6a\xa4\x64\x56\x9c\x82\x74\x20\xb8\x0f\x54\x77\xa5\xab\x2f\x15\x47\xb5\x6e\xed\x78\x23\xbf\x06\xab\xb7\x76\xbc\x9d\x51\x0b\x48\xcb\xdf\x88\xab\x71\xc6\xfb\x10\x74\xe6\xa8\x92\x90\x4b\xe7\xbd\x2f\x20\x07\x72\x41\x62\x75\x01\xb1\x96\x8f\x96\xa3\x2a\xa3\x46\x17\xd4\x19\x25\x68\x08\xb2\x1c\x85\xce\xfb\x58\x82\xd2\xae\xe7\x13\xd2\xf2\xe3\x60\x54\x07\x3a\x05\x71\xec\x5e\x09\xd3\x3f\x07\xd7\xff\x2f\xde\x2e\x1f\x48\xc5\x89\x21\xb5\xc3\xa3\xec\x12\x62\x13\xfd\x77\xd9\xa5\x13\x56\xea\x00\x92\x1a\xfb\xda\x13\xc2\xbf\xfa\x3a\x04\x1d\x4c\x84\xa1\x25\x86\xd2\xef\x97\x8a\xcb\x75\xf9\x7d\x88\x4d\xfc\x85\x4b\x65\x20\xd6\x50\x5b\x97\xca\x40\x6c\xf6\x09\xa4\xf3\x5e\xd7\xcb\xa3\xc8\x96\xfc\x0a\x41\xc1\x28\xee\xe1\x42\x6f\x3d\x43\x79\x69\x06\x74\x6b\xad\x5b\x6b\x71\xc6\x5b\x6b\xe5\x9d\x96\x8e\x32\xb8\xee\x14\x62\x93\x44\xc1\x95\x04\x40\x4a\x27\x14\xec\xba\x66\x48\xe9\x04\xb2\xbd\x17\x41\xc8\x6b\x6c\x40\xc8\x6b\x9f\x1a\x95\x6b\xed\x92\x2a\x64\x76\x67\xe2\x7c\x8e\x4a\x56\x3b\xc9\xca\x2e\x0f\x05\x19\x1b\x67\xdc\xe5\xa1\x76\x64\xdf\xe1\x7e\x97\xec\xf7\xf4\x17\xa5\x1b\x3b\xca\x5f\x40\x6c\x0e\xd6\x5a\x53\x10\x67\x34\xb8\xd7\x0d\xed\xba\x21\x2c\x65\xd7\x0d\xed\xe9\x31\x8a\xe2\xe4\x2e\x97\x01\xb1\xc9\x6d\xef\xde\x05\xe5\x3d\x76\x5c\xee\xee\x5a\x3e\xc9\x70\xcc\x62\x77\x13\xe4\x8c\xd2\xc4\x5d\x10\xc6\x43\x6c\xdb\xe5\x6c\xf6\x4c\x68\xca\x53\x12\xa7\x0e\x74\xe2\x59\x70\x80\xfb\x29\x79\x25\x19\xcf\x1d\x4f\xc9\xeb\xcc\x03\x0d\xcc\x75\x3f\xb5\xd6\xa9\x03\x09\xd2\x81\xce\x5c\x7e\xa0\x39\xfb\xa5\xe5\x93\xcc\x49\x58\xd9\x2f\x2d\x1f\x79\xec\x21\x79\x85\x8e\x1d\x3a\x36\x7c\x85\x8e\x8d\x02\x0c\x04\x7d\x48\x01\x8e\x34\xea\xa2\x80\x71\xc8\xa8\x21\x36\xc7\x02\x82\xaf\x63\xe4\xa5\x4d\x34\xe7\x50\x04\x84\xd8\x24\x5b\x3b\x94\x40\x1e\x5c\xed\xc4\x7b\x1e\xba\xda\x03\xb7\xfb\x5c\x4b\x6e\xf7\x90\xdb\x9d\x30\x21\xb7\x7b\xa4\xc1\x94\x49\x6a\x76\xc8\x60\x0e\x19\xcc\x14\x84\xe6\x1c\x67\x63\x14\x3b\x9e\x5d\x10\xa9\x99\x75\xa0\x21\x28\xcf\x68\x62\xe2\xbc\x04\x5d\xac\x55\x81\xb0\xb4\x23\x52\xf6\x86\xec\x8f\xd0\x19\x03\xd9\xcf\x06\x84\xec\x8f\x74\xa8\xc5\xf0\xfd\x87\x1c\x2a\xc4\xe6\x64\xc7\xbb\x09\x4a\x57\x69\xc6\x44\xd9\x23\xc4\xe6\x44\xaa\x72\xbb\x90\xa2\x84\xfb\x90\x89\x1e\x32\xd1\xe7\xf2\xcf\x1d\xe1\x1e\xf5\x3d\x75\x43\x67\xda\x60\xb1\xd5\x80\x9a\x20\xae\x76\x1a\x10\x92\x38\xd3\xd5\x16\x5b\x40\x63\x0a\xc2\x33\x11\x18\xcf\x81\x46\x9f\x99\x7d\x94\xc5\x3d\x9e\xca\x3e\x20\x36\x71\x56\xa7\xb2\x8f\x33\xb3\x84\xb2\xea\x06\x74\x09\x42\x84\x26\x08\x11\x9e\x99\xa2\x97\x85\xef\x3f\xad\x08\xc2\x75\x50\x78\x9c\x56\x05\xb1\x23\x41\xf6\x34\xed\x68\xec\x68\x9c\xd1\xb4\x63\x96\x1e\x65\x71\x1d\xa7\xed\x82\x52\x0b\xcb\xd2\x5a\x87\xa0\xd4\x2f\x55\x1f\xa7\xf4\xeb\x5c\x2c\x8f\x75\x9c\xca\x3e\x20\x36\xb9\x8e\x53\xde\xe4\x74\x58\xc5\x3a\x4e\xe5\x1a\xa7\x72\x0d\x34\xe7\x54\xb2\x71\x7a\xde\xe3\x9a\x82\x5c\x10\xf7\x68\x03\x48\x7c\x79\xba\xed\x25\xee\x5d\x92\x70\xdc\x36\x9e\xe9\x54\xba\x71\x66\xf0\x2f\x0b\xb7\x7d\x2a\xf8\x43\x6c\x3e\x21\xdd\xe3\xc1\x81\x5c\xd0\x73\x22\x66\x65\x5c\x9a\xbc\xc9\x89\x4e\x78\x49\xd9\x5f\xd2\x89\x0b\xab\x75\x04\x7d\xc9\x6a\x2f\x59\x2d\x45\xd0\x25\xab\xbd\xd0\x09\x47\x99\x2e\xe9\xc4\x25\x9d\x40\x0b\x2f\xe9\xc4\x85\x73\x77\x62\xda\x25\xe7\x7e\x29\x64\x22\xfb\x4b\xce\xfd\xca\xeb\xa8\xdb\x36\x7e\x3f\x14\x5f\xba\x2d\xc8\x58\xb8\xdd\xcb\x4e\x41\x91\x8b\x90\x97\x5d\xba\xc0\x2b\xdd\x76\xdd\xc8\x7f\xae\x75\x09\x42\xd7\xc4\xf6\x42\xc2\x57\xba\xf0\xba\x11\x34\x2e\xb9\x70\x88\x4d\xcc\xe2\xf2\x21\x68\xe5\x28\xdc\xee\xa5\x0b\xbc\x74\x81\x8b\xe5\x75\x81\x57\x7a\xcf\xba\xe1\x7f\x2e\x79\x4f\x88\x4d\xb2\xf9\xeb\xd2\x79\xd3\x63\xd6\x42\xb1\x70\x85\x96\x0f\x62\xd2\x12\x24\x71\xa6\x83\xa8\x05\xbd\xbd\xe4\x20\x2e\x39\x08\x0c\xf1\x92\x83\xb8\xf2\x02\x6b\x21\x14\x87\x2e\x30\xfa\x48\x68\x08\x9a\x82\x74\x35\x0b\xc8\x04\xe5\x81\x0a\x0e\x22\x94\x84\x85\x92\xb0\xa5\x89\xbb\xa0\x9d\x51\x82\x0e\x41\x78\x16\xa2\x4d\x74\x64\x1f\x79\xdb\xb5\xa0\x32\xa1\x24\x2c\x94\x84\xb9\x20\x2d\xcf\x0d\x15\xe4\x15\xba\xa1\x48\xbf\x5a\x2b\x45\x5f\x9c\x62\xf5\x84\x55\x02\x63\x9c\x62\x35\xc9\x54\xf0\x0f\x75\x2a\xe2\x4a\x11\x2a\x59\x8a\x6b\x08\x42\x84\x4f\x48\x6b\x5d\xc9\x7d\x23\x43\x8d\x4b\xdc\x5f\xa4\x7d\xc4\xa4\xb8\xd0\x89\x40\x84\x8d\x52\xfa\x96\x08\xef\x94\x44\x6d\x24\x4b\xb7\x24\x71\xcb\x06\x5c\x10\x6b\xdd\x99\x8e\xd6\x46\x00\xba\x95\x8e\x42\x6c\xba\x20\x98\xb8\x39\xb6\x32\xb6\x5b\xc7\xbe\x33\xb7\xa8\x1d\xab\xbb\x95\x5b\xdc\x52\x4c\xd7\x28\x14\xf3\x4e\x37\x52\x3b\xe5\xc8\x2d\x37\x72\x93\x6e\x18\x65\xd3\x2d\x5d\xbd\xf7\x9a\xa3\x28\x05\x6e\xf5\x19\x20\x66\x64\x6c\xb7\xfa\x0c\x77\xd6\x10\xb5\xe3\xcb\x6e\xd5\x10\x10\xb3\x8d\xe5\xe5\x46\xee\xac\x62\x6b\x47\x7d\x6f\x55\xb1\x10\xb3\x0d\xe1\xa8\x8a\xbd\x2f\x76\xc4\x4b\xdd\x97\x76\xbc\xb4\x23\xcb\x5f\xda\xf1\x62\x2d\xae\xe3\x96\xa0\x21\x66\x24\x84\xb7\xb2\xd2\x3b\xf2\x8c\x43\x4c\x84\x98\x48\x62\xc6\xa5\xdd\x4a\x37\x6e\x6e\x68\x64\x8e\xe8\x6a\xb0\xf9\x86\xfa\x52\x5d\xfb\x86\xfa\x8a\x98\x3d\x47\xed\x40\x96\x8a\x49\xc1\xed\x9b\x2d\x41\x8b\xfe\xd5\x06\xa4\x89\xdc\x10\xe5\xaf\x6f\x4b\xcb\x27\x31\x2b\x05\xa8\x08\x62\x47\x67\xf9\xa5\x89\x8b\x1d\x8b\x26\x6a\xc7\xf4\xd1\x95\x92\xd5\xb7\x5d\x6b\xed\x5a\xab\x01\x69\xad\x83\x51\x8d\xe5\x4f\x8d\x3a\x35\xaa\x03\x69\x54\x9e\xbe\x92\x35\xf8\x46\x96\x25\x62\x56\x38\x10\xae\xc3\xb7\x48\xee\xa7\xf8\x8a\x1b\xe8\xd6\x5a\x33\xa1\x5b\x6b\xdd\xf3\xe5\x51\x9f\x07\xca\xbc\x3f\x89\x24\x01\xab\xb7\x0e\x84\xa0\x2d\x2b\x33\x7f\xf6\x39\x0b\xde\xc4\x32\xcd\xf6\x82\x37\x11\x31\xcb\x18\xee\x05\x6f\x22\x32\xc9\x66\xbc\x74\x04\x5d\x70\x0a\xc6\x19\xcb\x78\x42\xec\x58\x05\xb1\x63\x99\x69\xa2\x96\xde\xd7\x0b\x4d\x05\x11\xb3\x74\x0a\x5e\x68\x2a\x78\xc9\x14\xa1\x5a\x26\x25\x5e\x48\x11\x44\xec\xc9\x17\x4d\x05\x2f\x34\x45\xcd\xe0\xcb\x34\xca\x34\x2a\xa5\xaa\x46\xa8\x17\xee\xd1\x16\xac\xea\x1e\x8b\xee\x31\x0b\x78\x2f\xba\xc7\x72\xc0\x97\x33\xea\x10\x5f\x87\xf8\x12\x24\xbe\x32\xcd\xae\xa4\x08\x5e\x4e\x8d\x3a\x35\x0a\x56\x4f\x8d\xba\xd2\x9b\xac\xc9\x81\x2e\x2d\x9f\xc4\xac\x72\xec\x4b\x13\x23\x4d\x94\xb0\xee\x25\x8a\x20\x4c\xb4\x72\x1d\x58\x87\x97\xcc\x1e\xeb\x5a\x1c\x88\x6a\x5d\xc4\xac\x71\xec\xd0\xb1\x33\x50\xd4\x25\xee\x09\x14\x5e\x6e\x34\x47\xd7\x71\x0f\x41\xc9\xbd\x6f\x88\xf0\x16\x13\xa4\x8d\xd6\xda\xef\x86\x62\x57\xf7\x57\xa4\x92\x41\x78\x95\xca\x54\x54\xc6\xd1\xb5\x2a\x95\xa9\x52\x99\x0c\xc5\x5e\xa5\x32\x90\xea\xa8\x5f\x95\xca\x54\x59\x30\x46\x5d\x65\xc1\x35\x5d\x6d\xf5\xaa\xb5\x4e\x41\x3a\xaf\x01\x71\xde\x3a\x34\x8a\x89\x43\xa3\xa8\xef\xad\x39\x10\x82\xaa\xd8\xb9\x77\x58\x95\x32\xd4\x95\x86\xe8\x06\x5f\x2e\x88\xde\x91\x69\x14\x09\x9d\xd7\x74\xb5\xd5\x1d\x26\xc8\x07\x44\x8c\xee\xb9\x57\xd7\x19\x1d\x26\x10\x7a\x75\x31\x41\xb3\xc8\x32\xab\xf4\xea\x62\x22\x15\xab\x6d\x08\xbd\x4a\xb1\xaa\x14\xab\x0b\xd2\xc4\x0c\x8c\x6d\x93\xbc\x4e\x2d\x4f\x60\xb4\x2e\x48\x22\x4c\xd2\x36\xdc\x5b\x3d\x25\xc2\x13\x13\x7b\x42\x2e\x88\x1d\x3b\xf2\x92\x92\x56\x29\x29\x7a\x5b\xcf\xe7\x8e\x67\x8e\x1a\x1c\xfb\x14\xab\xd4\x36\xf6\x9c\x28\x41\x67\x36\xd3\xb6\xc1\x81\xc8\x66\x44\x56\xc5\x36\x2b\xe1\xc0\xeb\xb5\x18\x25\x48\x4c\x24\xe9\xa3\x71\x46\xd9\x40\xbd\xd9\x31\x73\x62\x57\xc3\x5f\xa4\x6d\xf8\xb2\x46\xcb\x40\xc4\xe4\x20\x1a\x2d\x03\x6f\xa9\x5f\xad\x64\x14\xf4\x26\xfd\x6a\xd2\xaf\xae\x89\x26\xe8\x64\xd4\x04\xba\x04\x71\x20\xce\xd8\xa4\x39\x2d\x63\x78\x2b\x38\xe7\x46\x0c\x17\x31\x1b\x2c\x3f\xb4\x7c\x2a\x50\x2b\x55\xd0\x73\x22\x9e\x05\x49\x34\xca\x56\x6f\x73\xe6\x28\x0c\xb1\x4d\x31\x41\x67\xd5\x06\xcb\xd3\xb7\xf0\x36\x9d\x51\xb0\x3a\x77\x41\x78\x83\x81\x24\xe4\x04\x5b\xba\xb4\x56\xd0\x9c\x66\x12\x0e\x15\x90\x65\x0a\xea\xcd\x24\x09\x43\x12\x3a\xb6\x89\xd5\x24\x63\x3d\x47\x89\x89\xd4\xfb\x56\xb4\xbc\xf4\xbe\x65\x6d\xd3\x0a\x2e\xa9\x51\xdb\x88\x98\x71\x69\x6d\x49\x12\x8b\x63\x4f\x41\x3a\x76\x92\x51\x37\xce\xb8\x74\xec\xcc\x4d\x5a\xc1\x71\x35\xda\x22\x22\xa3\x4b\x12\xae\xe5\x3d\x75\xb5\x2c\x76\x74\x49\xc2\xd1\xd5\xc1\xd5\x92\x53\x7b\x4b\x53\x68\x65\xb1\x96\x4c\x01\x62\x36\x38\xe3\xa1\x7b\xcc\xf0\xd9\x2a\xbe\xbf\x29\x7c\x36\x85\xcf\xc9\x8e\x0a\x9f\x0d\x5d\xad\x78\xe2\x26\x5d\x6d\xca\x53\x26\xf7\x78\x89\x2f\x74\xb5\x62\x0a\x4d\xba\xda\xe4\x9c\x89\xbb\x4d\xce\xb9\x65\xba\xd2\xaa\xee\xf1\xd2\xb1\x93\x98\x4d\x04\x1d\x62\x22\x03\x76\xab\x3a\x90\x02\x76\x23\xb1\x57\x60\x6c\xa1\x1b\x8a\x94\x44\x95\xde\x87\x24\xc1\x33\x1b\x7d\x66\x6f\x21\x26\x6e\xd6\x92\xec\x6f\xad\x95\x64\x2e\x87\x09\xb9\xf0\x86\x0d\xd5\xac\xcc\x5c\x4f\x5d\xde\x3b\xcb\x23\xc2\x2e\xbf\x0a\x31\x7a\xdd\xde\x95\x2c\xf5\xc1\x28\x9c\x55\x57\x74\xee\x8a\xce\x84\xcf\xae\xe8\xdc\xd1\xaf\x46\x82\xd3\xa5\x5f\x10\xe3\x01\xd0\xbb\xf4\x8b\x97\xb4\xd6\xd0\x55\xbd\xa4\x79\x5f\x69\x0a\x0d\x4b\xeb\x4b\xa3\x16\xa6\x60\x1a\xa5\x1d\x93\xcc\x81\x27\xef\x0a\xc5\x5d\xa1\x38\x2b\x6c\xef\x0a\xc5\x3d\x33\xe4\xd6\xa6\xd6\xba\x04\x61\xc8\xb8\xed\x2e\xc5\xe4\x09\xae\x35\xa4\xaa\x27\x38\x11\xb3\xac\xb0\x5d\x4f\x70\xce\x53\x57\x6b\x4b\xd0\x29\x08\xfd\x32\x24\xb1\x6b\xf9\x24\xad\xb9\x46\x3d\x97\xc7\xdc\x51\x72\x3d\x75\x79\x47\xbf\x9a\x03\x49\xbf\x20\x66\x59\x61\x7b\x97\x2f\xec\xa9\x26\xad\xe3\xf8\xba\xd4\x04\x62\xa6\x4b\x53\xa4\xef\x19\xb0\x5b\xc7\xd5\x76\x05\x6c\x88\xd9\xda\x7e\x3f\x14\x77\xe9\x47\x47\x19\x3a\xba\x36\xa4\x0c\x90\xd6\x11\xc1\x90\x43\x1d\x1d\x1e\xb3\x00\xf7\x41\xcf\xc7\x47\xfa\xc5\xd6\x61\x7b\xc8\x2f\x42\x8c\xce\x90\x0f\x5e\x75\x45\x46\x81\xed\x31\xb4\xfc\x60\x79\x02\xe3\x18\x5a\x7e\xe0\xa5\x48\x50\xc6\xa8\x82\x1a\xa3\x58\x8b\x4e\xbe\x88\x19\xf7\x30\xe4\x76\x47\x3a\xd4\xd6\xd1\xc8\x21\x87\x0a\x31\xa5\x6a\x63\x6a\xc7\x4c\x08\x1b\xaf\xa3\x3e\xe8\x1f\x89\x18\xed\x29\x1f\x4a\x0e\x07\xde\x73\xe0\xaf\x87\xbc\x27\xc4\x6c\x71\x46\x13\xab\xe8\xed\x20\x39\x1c\xd2\xdb\x91\x6e\xa4\xf1\xe4\xe8\x43\x6e\x04\x62\xb6\x38\xf6\xa9\x03\x11\x51\xe7\xc6\x44\x45\xd4\xa1\x88\x9a\x55\xb1\x0f\x45\xd4\x71\xa5\x89\x4d\x32\xfa\x71\x2d\x41\x98\x98\xe4\x25\x67\x33\x32\x31\x6f\x34\x36\x7d\x28\x31\x1f\x7a\x62\xa7\x1e\x19\xb7\x26\x72\xb5\xf4\x3a\x7d\xea\x6a\x21\x4d\xd5\xc1\xd4\xd5\x4e\xc5\x4a\x17\x54\x05\xc1\x04\x5e\x6a\xca\x1b\x4c\x79\x83\xac\xcc\x7c\xca\x1b\x4c\x62\x12\x6d\x33\x9f\x8a\x49\x53\x31\x09\x1b\x98\x8a\x49\x13\x79\x51\xe5\xf9\x94\xbc\x66\x9a\x6b\x53\x4e\x3c\x65\xae\x10\x93\xca\xcd\xa5\x89\x19\x28\x9a\x32\xb6\xa9\x2c\x6b\x2a\xcb\xe2\xb6\xa7\xb2\xac\x49\x84\x50\x1a\x34\x15\x21\x20\xe6\x6b\x03\x12\xab\x49\x7a\x79\x8e\xd2\x8e\x5c\x87\x42\xf1\xd4\x75\xcc\xe7\x75\xb0\xa3\xae\x63\x5e\x29\xe8\xb5\x31\xea\x32\x41\x12\x34\x52\xd5\x0d\xcd\x2c\x5b\xdb\xe2\xd2\x26\x65\xab\x88\x19\x49\xc9\xa4\x6c\xf5\x89\x51\xd3\xc5\xf4\x29\xa3\x86\xd8\xda\x04\xe9\x40\x5c\xed\x22\x4c\x4d\x5d\x2d\x64\xf6\x21\x48\x3b\xde\xfa\x58\xa2\x00\xe9\x8c\x49\xda\xc2\x1b\xcc\x5b\x67\xe4\x65\xed\xc9\xbd\x72\x75\x48\x5b\x04\xff\xa9\x64\x1c\x62\x8b\xe4\x52\x0f\xcc\x6e\x98\x28\xfd\x49\x37\x99\x28\xc4\x16\xea\x6b\x32\x51\x9e\x68\xdb\x22\x42\xe8\x89\x56\xc4\x56\x56\xfe\x6e\xb2\x21\xcb\xac\xa3\x2d\x24\x61\xd6\x04\x35\x46\x4d\xa0\x2e\x28\x23\xaa\xca\x0a\x53\x85\x0d\x31\xde\x57\xdc\xe8\xc1\x3a\xcf\xbd\xcd\xa9\xd6\xf5\xdc\xeb\xb6\x98\x88\xec\x4d\xe1\x00\x62\x0b\x73\x37\xe9\x97\x9d\x8c\xc2\x6a\x4d\x19\x2e\xc4\x16\x45\xb7\x9d\x1a\x95\x82\x6e\x7c\x29\xe2\x26\x41\xdb\xad\x51\xec\x78\x3f\x47\x9d\x2f\x8f\xbe\xb5\xe4\x6b\x49\x5e\x10\x5b\x14\x2f\x4b\x66\xb5\xd2\xf1\x75\xde\xd5\x7d\xc9\xf1\x41\x6c\x11\x18\x97\xa4\xba\xd2\xa5\xf5\x6d\xb0\x96\x5c\x1a\x64\x6e\x70\xbf\x94\x49\xae\x8c\xbb\x7d\x23\x03\x59\x8a\xbb\x4b\x5f\xcb\x90\x82\x2e\xc5\xdd\x95\x82\xee\x4a\x8d\xf5\xc8\xec\x2b\xc3\x49\xdf\x70\x30\x4b\xa9\x0b\xa4\x29\x51\x5d\x97\x76\xe4\x40\xbc\x02\xbb\x5e\x5b\x9d\xb7\xcf\x4e\xdb\xcd\xf5\xf6\x29\x62\x52\x72\x3d\x6e\xba\xcf\xf1\xf2\xe8\x15\x26\x9c\xaf\x02\x44\x6c\xd1\x6b\x70\xa5\xb3\x9e\x7e\xa2\x2b\xf1\x72\xf9\x09\x88\xf1\x21\x8f\xbb\xfc\x04\xa4\x2b\xf1\x72\x15\xf0\x10\x5b\x45\x90\x76\x4c\x05\xe8\xbc\xef\xba\x1e\x4a\x9d\x47\xc4\x5e\xd1\x7b\x3d\x22\xfa\x9e\x71\xa8\x37\x3c\xd3\xae\x38\x04\xb1\x45\xe1\xb8\xeb\x3a\xf6\x14\x61\x6f\x4b\x90\x0b\xe2\xb6\x69\x65\xec\x03\x56\x77\xcb\xe5\x1b\xe6\xbe\xdb\x25\x28\x6d\x7b\x11\x28\x76\xb5\x0c\x20\xbd\x53\x7a\xe9\x11\xd1\x79\x1e\xec\xbd\xfd\x7e\x83\xda\xf5\x7a\x28\x62\x8b\x1e\x86\x5e\x0f\x9d\x57\xba\xae\x10\xaf\x57\x3a\x11\x93\x83\xd8\x4f\xec\x69\x4f\xd7\xd1\xf9\x7e\xc6\x77\x95\xfc\x90\xb6\xe1\xe8\xf5\xfe\xe6\x3c\xb6\x75\x3e\x5d\x71\x3d\xb6\xf9\xc1\x35\x0f\xb2\xa4\x43\xd7\x7c\xe8\x9a\xb1\x94\x43\xd7\xcc\x33\x5a\x1f\x04\x33\x3d\xa3\xf9\xb1\x52\xd7\x26\x4c\x1c\xab\x09\xc2\xa8\x29\xa7\x0f\x55\x07\x3c\xb6\x75\x85\x29\x3d\xb6\x89\xd8\xc2\xf7\xeb\xb1\xcd\x79\x62\xea\xbc\x31\xba\x9e\x98\x9c\x87\x95\xae\xfa\x4d\x0f\x2b\x7e\xe6\xe0\x2e\x13\x3b\x95\xaa\x41\x6c\xd1\x0f\x39\x95\xaa\xf1\x34\xd1\xd5\x5b\xd1\xd3\x84\xd3\xe3\xef\x8e\xb9\xaa\xc7\x2f\x62\xbc\x14\xf9\xa5\x46\xdd\x95\xb2\x1f\x1b\x9e\xf8\x92\xec\x21\xb6\x9a\x20\x24\x71\x65\xb4\x19\x1b\x16\x7c\x29\xda\x40\x8a\x6e\x48\x3d\x7e\xbf\x8e\xc9\x23\x73\x8a\xf0\xe2\x4b\x22\x11\x5b\x34\x52\xae\x43\x13\xd3\xe7\x0c\x1e\x07\xfc\x52\x00\x82\xd8\x6a\x2c\xaf\x00\x44\xab\x7e\x6c\x04\x46\xb5\xea\x3d\x66\xd6\x49\x85\xe5\x83\x37\x33\x11\xe3\x51\xcb\x83\x37\x33\x0f\x5e\xba\x0b\x3e\x23\x78\xe9\x16\xb1\xd5\x34\x11\xed\x0e\x0a\x3f\x1a\xfa\x1e\x4a\xcc\x21\x8d\x87\x61\x0f\xb5\x3f\x69\xc2\x8f\x42\x44\x55\x13\xde\x23\xb5\x7b\xa8\xe6\x0a\xa9\x6f\x48\x7d\x69\xc4\x84\x44\x08\x19\x05\xdf\x1f\x12\x61\xa8\x3c\xc4\xab\x87\xb2\xf0\xa0\xf0\xab\x04\xb3\x50\xe1\x07\x31\xde\xdf\x3c\xd4\x3c\xa1\xe3\x3e\xf8\x72\xc4\xd5\x71\x77\xba\xe4\x43\x95\x86\xba\xe4\x7e\x23\xfb\x86\xbc\x6e\xc9\x1e\xd2\x78\xb8\xf3\x5b\xb2\xbf\xcf\x8b\x52\x13\x48\x4d\x0a\x88\x2d\xd2\x8d\xfb\xc4\x67\xdc\x99\x5f\x8f\x4e\x09\x7c\x2b\xbf\x86\x14\x75\x90\x6f\x25\xd0\xf4\x99\x07\xe9\x2c\x2a\x4e\x94\x4f\xfd\x0e\x75\x9d\x83\x4e\xf1\x18\xa9\x5a\xa1\x4e\x71\x6c\xa9\xad\x63\xa4\x75\xc6\x46\xb3\x5d\xc4\x56\x56\xf8\xb1\xf1\x51\x5f\x6c\x99\x56\x8c\xa9\x89\xa4\x15\x22\xb6\xba\xa0\x00\x4a\x96\x06\xcf\xea\xb1\xdd\x5a\xeb\xd6\x2b\xb4\x20\xad\x05\x97\xbc\xb3\x85\x9a\xb4\x51\x32\x8d\x1b\xbc\xef\x44\xa1\x71\x26\x62\xab\x17\xa0\x43\x50\x72\x4f\xa7\x38\x0a\xbe\x34\x8a\xe2\x58\x96\x6e\x51\x88\x63\x41\xcb\x74\xd0\xf1\x0f\xb5\x4c\xa3\xec\xa9\x80\x04\x9a\x28\x3c\x98\x8b\xd8\xca\x40\x13\x65\xd7\x8e\x59\xea\x0e\xb2\xcf\x28\x94\xba\x22\x75\x6b\xb0\x9a\x65\xef\x93\x8c\x35\x98\x48\xf5\x2b\xd2\xca\xd0\x44\x2d\x1f\x27\xa3\x26\xd0\x25\x48\xf2\x82\x2f\xda\x9c\x41\xef\x71\xac\x34\x8c\x50\xef\x31\x2a\xb6\xb2\x52\x27\xa3\x62\x2b\x22\x86\x23\x89\x8a\xad\x44\xcd\xf8\x3a\xe8\x3d\x46\x25\x91\x11\x31\x72\xae\xa8\x24\x32\x51\x33\x5e\x0c\xaf\x1a\x75\x09\xba\xf8\x20\xa3\x02\x85\xa0\xe0\xe3\x0e\x46\x49\x5e\xf5\xd0\xf7\x1e\x29\xe8\x8a\xe6\x8a\xd8\xea\x8c\x42\x73\xa3\xa6\xc7\x1f\x9e\x19\x76\xd4\x53\x3b\x9e\xe4\x10\xe9\xc4\x83\x16\xe0\xdb\xa8\x19\x10\xe6\xb6\x31\x91\x80\x20\x62\x24\x7e\x51\x43\xdc\xc7\x91\xa3\xc4\x04\x1f\x18\x88\xd8\x1a\xac\x25\x11\xd2\x71\x9b\x3c\x75\x86\x3a\x6e\xd1\x32\x1f\x99\x64\x1a\xd1\xc8\x47\x44\x8c\x8c\x31\x1a\xc1\x54\x64\x6e\x19\x36\xa2\x11\x4c\x45\x6c\x65\xd2\x1d\x6d\xa0\x5f\x2d\x5d\xd7\xdc\x9c\x89\xb8\x2e\x11\xe3\xa1\x36\x68\x8f\xbd\x0d\xba\x51\xb3\x6c\x4c\x94\xbc\x5a\x4a\x62\xf2\x69\x5c\x34\x49\x02\x62\x52\x93\x26\x49\xd0\xeb\x98\xc5\xe7\xef\x46\xe1\x50\x2b\x24\x68\x4c\xcc\x0a\x8f\x6a\x4c\x44\xcf\xd0\x36\x79\xec\x8b\x4e\x68\x13\x31\x3a\x66\xd1\x69\x7c\x85\x1a\x13\x2d\xf3\xfb\x50\x63\x42\xc4\xa4\x91\x6a\x4c\x04\x9f\x0b\xcf\x56\x99\xc8\x03\x9d\x88\x2d\x2c\xb8\xd3\x0b\x0b\xbe\x75\x9d\x2d\x5d\x75\xe8\x5b\x57\x11\x5b\x59\xcd\x85\xbe\x75\x0d\x3e\x46\x9d\x6d\xb2\xfc\xa1\x1d\x0f\xed\xe8\x40\xda\xf1\x66\x2d\x4b\x71\xd2\x32\x78\x12\x5b\xa8\x8c\x3a\x07\x41\x1f\x60\xd2\x7d\x0b\xf5\x01\x44\x66\xef\x82\x8a\xa0\xc2\x13\x6a\x03\xaa\x82\x98\x88\x37\xa0\x27\xf0\x24\x4d\x56\xa7\xd6\x40\x8c\x8c\x24\x13\x5f\x1a\x83\xfc\x5e\xa4\x3c\x97\x27\xbf\x0f\x8a\xeb\xc9\xe7\xc2\xa1\xe2\x3a\x46\xc6\xfd\xc9\xf7\xcf\x31\x76\xed\x98\xa4\xf1\x84\x1a\x83\xb8\x1f\x23\xbd\xe7\xa4\x04\x8f\x21\xef\x09\x31\x1e\x50\x62\xf0\x69\x5c\x8c\x14\xc8\x1c\xb8\xb7\x41\x1b\x5d\xc4\x16\x9e\x78\xd0\x3b\x8c\x91\x36\x30\xe5\x9c\x87\x6c\x60\xc8\x8d\xa0\xf0\x43\x6e\x84\xe2\x7a\xf2\x01\x69\xa8\xb8\x8e\x39\xf8\x0c\x0a\xd3\x9f\xf2\x8b\x53\x55\x53\x56\xd2\x31\xa9\x9a\x62\x5a\x5a\x1d\x5f\xde\xc5\xe4\x33\x04\x91\x32\xb0\xba\x29\x9f\x41\xd9\x3c\x79\x56\x0f\x95\xcd\x31\x53\xcd\x26\xaf\xe3\x31\xf9\x04\x4d\xc4\x16\x0a\x30\xe9\x98\xc5\x74\x8d\x82\x09\xd7\x28\xd7\x28\x03\xd2\xa8\x4c\x3e\x26\x0f\x87\xa1\xea\x57\xa4\xf2\x22\x14\xaa\x7e\x63\xa6\x27\x9e\xa6\x89\xf2\xc4\x10\x5b\x93\xe5\xe5\x89\x27\xfa\x45\xd1\x1f\x53\xfa\x35\x9f\xfa\x05\xf7\xd2\x2f\xaa\xcc\x49\xcd\x17\xaa\x32\x83\x8f\x7f\x27\x55\x40\xf0\x05\xf0\x93\xd8\xb2\x0d\x08\x41\x53\xf3\x4d\xdd\xa3\x6a\xbe\xb0\xcc\x34\xe6\x32\x07\x3a\x05\xe1\xb8\xac\x00\x69\xad\x24\x73\xb9\x26\x6a\xad\x45\x90\x37\x41\x04\x33\x4b\xd5\x98\xcb\x53\x12\xc6\xe7\x92\x22\xb6\x30\x18\xe3\xeb\xaf\x30\x34\xc7\x0b\x3b\x4a\x73\x4c\x9a\x63\x4c\x94\xe6\x58\xd6\x56\x53\x2e\xdc\xa8\xad\x44\x6c\x65\x3e\x12\xc6\x07\x06\x41\xfd\x38\x1d\x9d\x50\xfd\x18\x8b\x17\xc7\x2d\x8b\xeb\x58\x3a\xe3\x22\xcd\xdf\x90\xfd\x22\xcd\x17\xb1\x65\x0b\xa8\x0b\xca\x89\xa5\xb1\x16\x59\x8b\x88\x49\x38\xeb\xd2\x5a\xc9\x97\x15\xc2\x94\x6a\x3e\x11\x5b\xe4\x03\x4b\x7c\xe9\x6b\x5d\x45\x54\x7d\xad\x2b\x52\x94\x0f\x2c\xdd\x23\xc4\xd6\x12\x24\x26\x68\x20\x94\x95\x13\x55\x3f\x06\x75\x9a\x15\x64\xaf\x3a\x2d\x9c\xdf\x10\x54\x3c\xa6\xf3\x1b\x02\x11\x5b\x8b\x51\x34\x56\xc3\xf1\x5f\x95\x74\xc3\xe5\xbf\x20\xb6\xb4\xbc\x64\xef\xa9\xbe\xd6\x50\x5f\x3f\x9f\x10\x1f\x29\x77\x46\x49\x7d\x21\xc6\xb3\x67\x38\xaf\x53\xe1\xb7\xbe\x81\x66\x47\x9d\x11\x52\x5a\x56\x73\xe1\x3a\x23\x25\xa5\x35\xb4\x50\x25\x65\xec\x34\x36\x1a\xf2\xda\x4d\x10\xcd\xc1\xb5\x06\x50\x11\xc4\x6f\x61\xb2\xb0\x08\x95\x81\xb1\xf3\x9a\xd7\xe1\x6b\xe7\x35\x4f\xc4\xd6\x9a\x40\x28\xe6\xae\x1f\x7e\xa0\x72\xbb\x5c\xda\x9e\x2e\x6d\x55\xb8\x57\x29\x13\x97\xbe\x76\xc7\xb9\xab\x94\x89\x2b\x23\xc1\xea\x59\x33\xc6\xc5\xcf\x1d\x44\x8a\xe3\xa3\x2f\x7e\xee\x10\x54\x11\x8b\xcf\x12\x43\x55\x44\x90\xd3\x2f\x3e\xe3\x0c\xe5\xf4\x11\xe9\xf8\xd6\xdc\x72\xf9\xe0\xa3\x80\x88\x9b\x2f\xfa\xb9\xc7\xa0\xcf\x24\xa2\xb4\x2e\x68\x88\x04\x99\xf9\xda\x32\xf9\xbb\x25\xae\x7b\xcf\xdc\x52\xf3\xee\x9d\xdc\xf2\xde\x07\x3f\xcc\xb0\xdf\xd6\xc3\xed\xb7\x81\xf8\xde\x69\xf7\x8a\xb0\xd1\xbd\xd3\x1a\xb9\xf7\xcc\x3b\x7e\xde\x88\xbc\x43\xc4\x66\x26\x65\xb7\x8a\x78\x11\x9b\x65\x03\x7a\xee\xbd\xff\xfc\x03\x80\x7b\x27\xef\x10\xe1\xf1\xe4\xde\xa9\x7c\xef\xfd\x57\xe9\xde\xba\xbc\x9b\x6f\x5d\x57\x4b\xe7\x70\xeb\x5b\x57\x11\x49\xf7\xd6\xb7\xae\xf7\xfe\xab\x74\x6f\x15\xd6\xf7\x21\xe9\xc2\x96\x4a\xe6\x9b\x32\x77\x8d\x34\x9c\x5b\x65\xee\x7d\x66\x8a\xbd\x6c\xfb\xbf\xc9\x49\xfe\xff\xfb\xfd\xe3\x9b\x5f\x7e\xc4\x76\xfe\xf8\xe9\x53\xbc\x7e\xe1\x27\x73\xfc\x4e\xed\x71\xc5\xfd\xee\x35\x7e\xf9\xf9\xdd\xc7\x0f\x1f\x73\x16\xff\xfd\x4f\x00\x00\x00\xff\xff\x1e\x5b\x0f\x99\xaa\x37\x00\x00"); +func _ccbe ()([]byte ,error ){return _fd (_ggcg ,"GB-H")};var _efaf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd6\x4f\x6b\xe3\x56\x14\x05\xf0\xbd\x3e\x85\x96\xd3\xc5\x34\xef\xfe\x79\x7f\x04\x62\x60\xc8\x30\x90\xc2\xb4\xa5\x29\xed\xda\x91\x9e\x83\xa1\x91\x8d\xe3\x2c\xf2\xed\xcb\xb9\xc7\x4e\xa1\x8b\xc1\xe3\x63\xe9\x4a\xfc\x4e\x9e\x9e\xee\xee\x1f\xbe\x3d\x6c\x87\xcb\x78\xf7\xfb\xf9\xb8\x3c\xf6\xcb\xb8\x3f\x6c\xeb\xb9\xbf\x1e\xdf\xce\x4b\x1f\x9f\xfa\xf3\x61\x1b\x06\xd1\x71\x3d\x2c\x97\xdb\xd7\xf8\x58\x5e\x76\xa7\x61\xc0\xf9\x8f\xef\xaf\x97\xfe\xf2\xb0\xed\x8f\xa3\xf1\xb8\xf5\xed\x74\x3d\x76\x1c\xef\xfe\xe8\xcf\x87\xd7\xcb\xf9\x7d\xfc\xf4\x75\x3d\x3e\xf5\x9f\xc6\xb5\xef\x91\xff\x76\x5e\xfb\xf9\xb0\x3d\x8f\x9f\x7e\xd9\x9d\x76\x9b\x7c\xfc\xf0\xf8\x76\x3a\xfd\xd3\x5f\xfa\x76\x19\x6b\x64\x7d\x5b\xe3\x73\xb8\xbb\xff\xb1\x3b\xfd\xba\x7b\xe9\xe3\x5d\xcc\xfa\xcc\x33\x3f\xf3\xb0\xf8\xf5\xaf\x7e\x7e\x3d\x1c\xb7\x51\x7e\x4e\x49\xfe\x8b\xff\x7c\x3f\xf5\x51\xae\x53\xfe\xfe\x71\x5c\xfb\x98\x6e\x33\x1f\xbe\xdd\x1f\xdf\xb6\xcb\xa8\x96\xca\x35\x14\xde\xfe\x72\x5c\xfb\xeb\x69\xb7\xf4\xf3\x6e\x7b\xee\xc3\x38\xce\x29\xa5\xf4\x65\x9c\xf3\xd7\xef\xdf\xbf\xe0\xbe\xfe\x77\xc4\x30\xdd\xce\x3c\xac\x4c\x6e\x67\xa4\xb4\xdf\x7f\x19\xd3\x30\x27\xe1\x77\xc1\x77\xcd\x65\x98\x93\x32\x51\x24\x59\x74\x98\x93\x31\x31\x24\xb5\xb4\x61\x4e\xce\xc4\x91\x48\x52\x1f\xe6\x94\x19\xe5\x88\xb4\x61\x76\x61\x54\x22\xca\x86\xe1\x95\x51\x8d\xa8\x4e\x98\xde\x18\xb5\xb8\x83\xe4\x18\x3f\x31\x9a\x22\xb2\x84\xf1\x3b\x46\xbb\xeb\x7d\x62\xfc\x13\xa3\xa7\x88\x9a\x60\xfc\xc2\x68\x41\x64\xa9\x62\xfc\xca\x68\x8d\xc8\x14\xe3\x3b\xa3\x1e\x51\x6e\x18\xbf\x67\xb4\x8f\xa8\x79\x1a\x66\xa1\x94\x84\x94\xa7\xa9\x0c\xb3\x10\x4b\x02\xcb\x2d\xeb\x30\x0b\xb5\x24\xb4\xbc\xa4\x36\xcc\x42\x2e\x09\x2e\x6f\xc5\x87\x59\xe8\x25\x7e\x35\xc5\x78\x7a\x49\x78\x65\xab\x18\x4f\x2f\x09\xaf\x5c\x0c\xe3\xe9\x25\xe1\x95\x5b\xc3\x78\x7a\x49\x78\x15\x71\x8c\xa7\x97\x84\x57\xf1\x84\xf1\xf4\x92\xf0\x2a\x05\xc5\x0a\xbd\x24\xbc\xca\x84\x66\x85\x5e\x12\x5e\x55\x50\xad\xd0\x4b\xc2\xab\x3a\xaa\x15\x7a\x49\xbf\xf6\x8f\xf1\xf4\x92\xf0\xaa\x13\xaa\x55\x7a\x69\x78\x35\x41\xb5\x4a\x2f\x0d\xaf\xe6\xa8\x56\xe9\xa5\xe1\xd5\x2a\xaa\x55\x7a\x69\x78\xb5\x09\xd5\x2a\xbd\x34\xbc\x26\x45\xb5\x4a\x2f\x0d\xaf\xc9\x51\xad\xd2\x4b\xc3\x6b\xaa\xa8\x56\xe9\xa5\xe1\x35\x4d\xa8\x56\xe9\xa5\xed\xf6\xb7\x8a\xf9\x04\xd3\x89\x99\xa3\x5c\xa5\x98\xee\x98\x55\xb4\xab\x24\xd3\x20\x43\xfb\xb8\x04\xcd\x74\x61\xa6\xe8\x57\x89\xa6\x2b\xb3\x8c\x82\x95\x6a\xda\x99\x55\x34\xac\x64\xd3\x3d\x17\x49\x42\xc5\x46\x37\x4b\xcc\x14\x1d\x1b\xe1\x4c\x98\x65\x94\x6c\x94\x33\xbd\x2d\xb0\x34\xcc\x46\x3a\x0b\x3a\xb1\x84\x9a\x8d\x76\xc6\xb5\x69\x86\x9e\x8d\x78\xc6\xc5\x69\x19\x45\x1b\xf5\x8c\xab\xd3\x1a\x9a\x36\xf2\x19\x97\xa7\x27\x54\x6d\xf4\x33\xfa\xb9\xa1\x6b\xa3\x9f\xd1\xcf\x33\xca\x36\xfa\x19\xfd\xbc\xa1\x6d\xa3\x9f\xd1\x2f\x0b\xea\x36\xfa\xd9\x72\x7b\x2a\xe0\x1a\xf4\x33\xfa\xe5\x82\xc2\x8d\x7e\x46\xbf\xdc\xd0\xb8\xd1\xcf\xe8\x57\x04\x95\x3b\xfd\x9c\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x43\xe7\x4e\x3f\xa7\x5f\x15\x74\xee\xf4\x73\xfa\x55\x47\xe7\x4e\x3f\xa7\x5f\x2d\xe8\xdc\xe9\xe7\xe5\xf6\x28\xc3\x35\xe8\xe7\xf4\x6b\x82\xce\x9d\x7e\x4e\xbf\xe6\xe8\xdc\xe9\xe7\xf4\x6b\x05\x9d\x3b\xfd\x9c\x7e\x6d\x42\xe7\x4e\x3f\xa7\xdf\xa4\xe8\xdc\xe9\xe7\xf4\x9b\x1c\x9d\x3b\xfd\x9c\x7e\x53\x45\xe7\x4e\x3f\xa7\xdf\x34\xa1\x73\xa7\x9f\xef\xf9\xac\x55\x74\x9e\xaf\x7b\x48\xba\x3d\x7f\xd3\x30\x67\xfa\x65\xee\x0a\xa9\xa2\xf3\x4c\xbf\xac\xcc\x26\x74\x9e\xe9\x97\xc3\x4f\x45\xd1\x79\xa6\x5f\x76\x66\x19\x9d\x67\xfa\xe5\xcc\xac\xa2\xf3\x4c\xbf\x1c\x7e\xaa\x09\x9d\x67\xfa\xe5\xca\x4c\xd1\x79\xa6\x5f\xe6\xfe\xa0\x19\x9d\x67\xfa\x65\x6e\x10\x5a\xd1\x79\xa6\x5f\xde\x89\x71\xd3\x48\xb1\x23\xde\x76\x3e\xfc\x1f\xef\x08\x1f\x7b\xf6\xf2\x76\x3e\xf7\xed\x12\x6f\x08\xb1\x29\x63\xaf\x3d\x6c\xfd\xe3\x6d\xe3\x74\x3c\xe1\xac\xf8\xf7\x6f\x00\x00\x00\xff\xff\xfa\x9e\x80\x79\x99\x08\x00\x00"); +func _dgd ()([]byte ,error ){return _fd (_debe ,"GBT-V")};func _af ()([]byte ,error ){return _fd (_gef ,"78-EUC-V")};var _gdef =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xcf\x8e\x9b\x30\x10\xc6\xef\x7e\x8a\x39\x6e\x0f\x5b\x6c\xc0\xf9\x23\x45\x48\x15\x51\x55\x0e\x9b\x56\x65\xb3\xad\x54\xf5\x40\xec\x71\x6a\xa9\x31\x96\x81\x43\xde\xbe\x9a\x81\x50\xed\x01\xcd\xcc\x6f\xf0\x37\x1f\x63\xb2\xba\x39\x36\xc1\x8f\x90\x7d\x4b\xbd\x69\x71\x04\xe7\x83\x4d\x38\xf4\x53\x32\x08\x17\xbc\xfa\x20\x84\xca\xc1\x7a\x33\x3e\x4a\x0e\xe6\xd6\x45\x21\xb2\x73\xf0\xf5\xa9\x7d\x3e\xbf\x7e\x56\x9b\xe7\x2f\x30\x0d\xb8\x34\xea\xe6\xd8\xde\x87\x11\x6f\x4d\x70\x3d\x14\xb3\x80\x9d\xe2\x22\x02\x90\x7d\xc7\xab\x1f\xc6\x74\x87\xa7\x4f\xb6\xbf\xe0\x07\xb0\xe8\x88\x7f\x4d\x16\x93\x0f\x57\x78\xaa\x4f\xad\x5a\x71\x3b\xc5\xf8\x17\x6f\x18\x46\xd8\x32\xc3\x60\x39\x8a\xac\x7e\xe9\xe2\xa9\xbb\x21\xbc\xb7\xf3\xc6\x6d\xee\xbe\x61\x1a\x7c\x1f\x40\x7d\x94\x72\xff\x1f\xbf\xde\x23\x82\x5a\x54\x7e\x9e\x9b\x23\xfc\x52\xa0\x24\xe4\x5a\xef\xf3\xdf\x0b\xff\xf1\xd2\xdb\xf5\xad\xcd\xec\xdf\x78\x6b\xfe\x74\x49\x1c\x72\xa9\x8a\x0a\x54\x2e\x39\x2d\x29\xcd\x29\xcd\x75\x05\x4a\xee\xc5\xc1\x61\xe9\x2a\x50\xc5\xb6\xd4\xe2\xe0\x9c\xbe\x50\x51\x72\x6a\x29\xd5\xf4\x1d\x0f\x39\xb1\x5d\xe5\x53\x17\xae\x28\x0e\x85\x94\xbb\x0a\x28\xec\x2b\x50\x5a\x32\xe9\x66\x42\x52\xe5\x86\x89\x99\x09\x29\xea\x92\x09\xce\x84\x66\xeb\x1d\x11\x25\x99\x28\x45\xa7\x72\x26\xe5\x4c\xc8\x6a\xb1\x23\x4b\x3c\xcb\x39\x9e\x55\xc8\xc5\xd9\xec\x84\x0b\xba\xda\x75\xd9\x66\x4a\x09\xc3\xc8\x17\xcb\xdb\xa4\x0d\xf9\x80\xeb\xdf\x13\xfb\x48\xa7\xf8\xf9\x17\x00\x00\xff\xff\x60\x3a\x39\x2b\x69\x02\x00\x00"); +func _gcff ()(*asset ,error ){_bgdcd ,_aaaa :=_dfca ();if _aaaa !=nil {return nil ,_aaaa ;};_ffdf :=bindataFileInfo {_c :"H",_ed :2711,_cg :_g .FileMode (436),_ca :_d .Unix (1580492271,0)};_bgf :=&asset {_fdf :_bgdcd ,_ff :_ffdf };return _bgf ,nil ;};var _fdg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4f\xaf\x2d\x3b\x72\xe5\x37\x7f\x9f\xe2\x0c\xdb\x83\xb6\x32\x93\xcc\x24\x09\x3c\x1c\xc0\x92\xba\xe0\x6a\xa0\x6d\xc3\x6a\xd9\x06\x0c\x0f\x92\xfb\x8f\x5c\x80\xf5\xaa\xf0\xaa\x34\xd0\xb7\x37\xb8\xd6\x6f\xed\x57\x6d\x18\xb8\x75\x27\x77\xc7\x21\x93\x0c\x92\xc1\x60\xfc\x63\xf0\xef\xfe\xe1\xf7\xff\xf8\xfb\x5f\xfe\xf0\x97\xaf\xbf\xfb\x5f\x7e\xfd\xe3\xe3\x9f\x5e\x7f\xf9\x7a\xff\xe1\x97\xe7\xaf\xaf\x3f\xff\xf1\xdf\x7e\x7d\xbc\xbe\xe6\xeb\x5f\xfe\xf0\xcb\x4f\x3f\xed\xc7\xd7\xf3\x0f\x8f\xbf\x04\xd4\x7f\x8f\x7f\xbd\xff\xf4\xd3\x4f\xeb\xfb\x7f\xfa\xf7\x3f\xff\xe5\xf5\xaf\xbf\xff\xe5\xfd\xc7\xaf\xe2\x7a\xcf\x7f\xfb\x13\x75\xbf\xbe\xfe\xee\x7f\x7d\xfd\xcb\x1f\xfe\xfc\x97\x5f\xff\xfd\xeb\x3f\xfc\x0f\xcf\x3f\xce\xd7\x7f\xf7\xf5\x7c\xbd\xd7\xdf\xff\xe7\x5f\x9f\xaf\x5f\xff\xf0\xcb\xbf\x7c\xfd\x87\xff\x7c\xff\xe9\xfe\x65\xff\x14\xfc\xd3\xbf\xfd\xe9\x4f\xff\xcf\xeb\x5f\x5f\xbf\xfc\xe5\xab\xe9\x6f\xaf\x5f\x9e\xfa\xff\xa7\xbf\xfb\x87\xff\x72\xff\xe9\x7f\xba\xff\xf5\xf5\xf5\x77\xff\xfc\xcb\x1f\xfe\xf3\xef\xff\xe9\xd8\xb6\xfa\x1f\xff\xf9\xbf\xfe\xae\xff\xc7\xff\x51\x35\x54\xe1\x7f\x7b\xfd\xfa\xe7\x3f\xfc\xf1\x97\xaf\xfd\xbf\xdf\x8e\xfd\xb7\x3f\xff\xd7\x7f\xff\xd3\xeb\x6b\xa7\xa1\xff\xe3\x9f\x7f\xff\x8f\x5f\xff\xe7\xfe\xb5\x6f\x5f\xc7\x79\x95\xfd\xff\xe2\xef\xff\xfb\x7f\xf9\xe3\xf3\xf5\xb5\x19\xaa\x1e\xc4\xe3\x8f\xcf\xd7\x9f\xff\x74\x3f\x5e\xbf\xde\xbf\xfc\xcb\xeb\xa7\xaf\xaf\x9f\xb7\xed\xfb\xcb\xff\x7e\x6e\xbf\xfb\x5e\x7f\xf9\x87\xad\xf3\xb7\x9f\xff\xf1\x77\x7f\xef\xbf\xfd\xa7\xad\xf3\xd7\x9f\xff\xd3\xef\xfe\x3e\x7f\xfd\x9d\xfe\xba\xfe\xfe\xf3\xef\xda\xdf\xf3\xf7\xd7\x2f\xcf\xff\x4f\x2f\x3f\xed\xee\xfc\x97\x3f\xfe\xe5\xf9\x7a\xfb\x6f\xea\xf7\xe7\xfd\xfd\xfd\xb5\xaf\x2f\xfe\xba\xe8\xa7\x7d\xdb\xc0\xf6\x0f\xcf\xc7\xff\x7d\xff\xfa\xd3\xcf\xe7\xe3\xfb\x6b\xb4\x9f\x7e\x6e\xeb\xff\xf1\xd3\xcf\xed\xf9\xfd\x35\xea\x4f\x3f\xb7\xd7\xf7\xd7\xbe\x6d\x3f\xfd\xfc\x38\xee\x6d\x35\xb5\x7e\xd4\xf5\xb7\xa6\x9f\xe7\xf7\xd7\xe5\x3f\x5e\xdf\x5f\xa3\xe8\x57\xfb\xfe\x6a\x87\x3f\xe9\xdf\x5f\x57\x75\xcd\xf1\xfd\xb5\x9f\x87\x7e\xde\xdf\x5f\x7b\x75\x85\xb9\x9a\x1a\xfa\xf9\x58\x15\xdc\xc2\x73\xfd\x74\xb3\xab\xff\xb3\xea\xe7\x1a\xca\xa1\xba\x73\xfb\xfe\x6a\xc6\x60\xee\xdf\x5f\xd7\x50\x85\x59\x57\x6f\xa7\x7e\x9e\xeb\x33\xd7\xbd\xbe\xbf\x5a\xeb\xfa\xd9\xbe\xbf\xf6\xdd\x9f\xf5\xef\xaf\xbd\xf8\xb3\x85\xd9\x25\x74\xa6\x30\xf3\x5f\x17\x66\x87\xd0\x99\xea\xf8\xfa\xe9\xe7\x47\xe9\xd7\xfa\x6c\xb5\x5b\x46\x5b\x1d\x9f\xfa\xb9\x1a\xab\x87\x7e\xae\xba\xe7\x6a\xac\xac\x19\xd9\x85\x4e\x99\xaa\xab\x16\xd4\x71\x5d\xe8\xd4\xb5\xac\xa3\x5c\x97\x7e\xef\xfa\xbd\xeb\xf7\xb1\xda\x68\xa7\x0b\x8a\x80\x6b\x08\xa8\x02\x4a\x13\xa0\x31\x36\xf5\x50\x85\xd8\xd9\x4e\x37\xdc\x04\x34\xb7\xd6\x05\xf4\x22\x60\x18\x70\x6b\xf7\xf7\xd7\xb1\x95\xe2\x92\x29\x40\x2b\x54\xfb\xc3\xad\xb9\xda\xd3\xad\xb9\xe4\x65\x74\xdc\xf4\xdb\x25\x6b\xc2\xea\xd8\xd4\xc0\xa1\x6a\x63\x77\x89\x70\x1b\x87\xc6\xa6\xc6\x46\xd1\x6f\x7f\x71\xb9\x7f\x03\xcd\xfd\x0b\x99\x61\x9c\xb5\x28\x75\x18\xe7\xe6\x92\x7b\x7d\x3f\xdc\xee\x5c\x34\x2a\x32\xa8\xc3\x18\x77\xb7\x65\x8c\x87\x3f\x7f\xb9\x17\x7f\xf2\x76\x2f\x02\x6e\x63\xec\xd9\xbc\x77\x97\x68\xd2\xef\xc3\x25\x06\x3c\xe9\xdd\xdf\x78\xd2\x87\xc6\x7f\x7b\x00\xa2\x92\x7a\x6b\xd2\xfb\xee\x6f\xba\x50\x13\x02\x8b\xf2\x47\xdd\x35\x2f\xb7\xd0\xbf\xdc\xe3\xd4\x6f\xff\x1d\x24\x35\x47\x37\x48\xaa\xd6\x04\x49\x2d\xec\x22\xf6\xbd\xaa\x87\x69\x14\x0f\x0d\x78\x16\x03\xae\x04\xbe\xae\x06\xbe\xea\x65\x1a\x5f\x6d\xbd\x3a\x99\x70\x7f\xd3\xdd\x80\xfa\x9f\x9e\x70\xfa\xbf\x3d\xfb\xfe\xc6\x44\x52\xdd\xda\x43\x80\x17\x69\x7a\xca\x3d\x80\x69\x22\xa9\x6e\xc0\xa3\x39\xd6\xf4\x9d\x9d\xd1\x6c\x02\x34\x9a\x5d\x3f\x17\xc9\xab\xfe\x19\x82\x3f\x04\x78\x2c\xed\x12\x70\xba\xf7\x22\x0e\x08\xe7\xfa\xff\xe1\x65\x8f\xb3\x7b\xa0\x97\xdb\xf6\x6e\xb8\x8a\x00\x53\x56\x73\x57\xc3\xd8\xb8\x9a\x77\xc3\xe1\xae\x44\x5a\xc5\xbf\x17\x4b\x2c\xcd\x28\x3f\xb5\x66\x1a\xcb\x22\xf8\xd5\x6e\x15\x00\xc1\x77\x01\x1a\x8d\xfa\x5b\xf4\xbe\xd7\xa1\x9f\x1e\xcb\xe9\x8f\xbd\x2e\x97\xeb\xb3\x2e\x6e\xc9\xeb\xe2\xf1\x67\x23\xf8\x1b\x36\x82\x5b\xf3\xba\x68\x2d\xcf\xb5\x13\x16\xe0\xd6\xd8\x0a\x1a\x62\xb6\x82\x91\x61\x5d\x34\x5e\x73\xaa\x26\x5e\x75\x6a\x2b\x88\x8e\x4f\x6d\x84\x43\x1f\xdf\x66\x44\x97\x01\xaf\x4b\xd7\xc7\xec\x09\x11\xc2\xc9\x9e\x38\x5d\xc2\x9e\xf0\x37\x1e\x4b\x71\x35\xef\x09\x0d\x85\x3d\xe1\x4a\xde\x13\xc2\x9d\x3d\x61\x44\x18\x87\x0b\x18\x87\xa6\x68\xed\x96\x51\x37\xff\x7e\xab\x25\xad\xd4\x64\x45\x0c\x78\x45\xba\xc6\xc7\x6e\x11\xaf\x3c\xd9\x2d\xee\x65\xed\x96\xb5\x0d\x5c\xcd\x14\xe6\x25\x65\xb7\x78\x58\xec\x16\x2f\x84\x76\xcb\xe1\x4a\x5e\x13\x2f\x36\x7b\x45\x3c\xf4\x9c\xac\x89\xab\xc1\x50\x0d\x3c\xd7\xe7\x6e\x69\xed\x7b\xed\xba\x4b\x44\xa3\xd9\xb9\x44\x34\x67\x17\x29\x36\x9f\x06\xfd\xd8\x05\x88\xfe\x34\x0b\xad\x7b\x16\x5c\xe9\xad\xbf\xaf\xa9\x6a\x8b\x2e\x47\xdd\x37\xfd\xde\x55\x47\xdf\x8a\x0d\xd7\xbd\xe8\x77\xd1\xdf\xfd\xbb\xea\xef\xa7\x7e\xb3\xc5\x86\x00\x9f\x29\xc5\xb5\x3c\x01\x62\x3e\x0d\xb2\x14\xe7\x6e\xc3\xbb\xa8\xba\x73\x4f\x41\x71\x6b\xb0\x8b\x26\xc0\x53\xa0\x3d\xd5\x98\x68\xcd\x47\x9b\x92\x35\x34\xc0\xbe\xe6\x79\x54\x7d\x3e\xbc\xc1\xba\xa8\x67\x78\x24\x7b\xd7\x6f\x4f\x89\x9a\x1a\x99\x2c\xd7\xd2\x58\x44\xc8\xc3\x5b\xac\x8b\xda\x87\xc7\xd2\x37\xd7\x32\xab\xa6\x5a\x37\x30\x04\x88\x2e\x0f\x37\x7c\xeb\xb7\xff\x6e\x7e\xe0\xaf\x1f\xee\x7d\x13\xf0\x32\xe0\x4e\xde\xee\x44\x9f\xdc\xc6\x5e\xeb\x3c\xee\xdd\x87\x83\x7a\xf4\xe6\xe9\x1e\xa4\x37\x4f\x17\x7f\x1f\xb7\xb1\xdc\xdd\x80\xb1\x14\x01\x8d\x1b\x2c\x9b\x00\x4d\x72\xef\xe7\x8f\x18\xe1\x60\x0f\x0d\xb7\xfe\x34\x7a\x06\xcc\x0b\x86\xbb\x32\xe2\x5a\xe9\xe1\x5d\xd4\x77\xf5\xcb\x2e\xd2\x81\x3b\xa6\xe7\x5d\xa4\x35\xa6\xe7\x7d\xf3\x37\x1e\x92\xce\x9c\xb1\x16\x77\x54\x1d\xab\x63\x7a\x44\xdd\x80\x07\xa1\x1d\x3d\xbc\x73\xfa\xe6\xc6\x3c\xa2\xea\xc6\xa6\x4b\xfc\x0d\x48\x1b\x1b\x90\x5e\x25\x77\x37\x9e\x92\x65\xee\xce\x04\x9f\x02\x8c\xe7\x66\x40\xa4\x2e\x4e\x75\xfb\x38\xe9\xda\xba\xb7\x8f\x82\xae\xcd\x71\x5b\x30\xea\x3a\x41\xef\x6e\x6c\x8a\xab\x79\x1f\x4b\x7a\xbb\x75\x16\xd4\xe2\x5a\xc6\xac\x18\x19\xd3\xc1\xee\x6e\x3c\x9d\x92\x3f\x6e\xa8\x58\xfb\xf4\xf6\x31\xd1\x8d\x8d\x37\xa4\xe8\xf3\xf6\xe1\xd0\x45\xdf\x37\x94\x2b\xf6\x78\x87\x3e\xdd\x98\xd1\x1c\xfe\xc6\x84\x38\xdc\x98\xb1\xd9\x5d\x02\x02\x6b\x3a\x6f\x68\x4f\x27\xc5\x7d\xb3\x75\x34\x69\xac\xb4\xd8\xc9\xcd\xe2\x6a\xa5\xef\x69\xda\xf3\xa0\xd7\x7a\x88\x82\xee\xc5\xc6\xf4\xb7\xc9\x7c\x6b\x25\xa6\x84\x4f\x4d\xdd\xe4\xb0\x15\x03\x99\xcc\x70\xf5\x17\x23\xe2\xfb\xd4\xfc\x1e\xfe\x74\x7e\x7f\x89\xa9\x4e\xcb\x9c\x5d\xcc\x62\x9a\x87\x89\x1c\x66\xe6\x4c\xed\x87\xf3\x18\x40\x9a\x3d\x04\xac\x46\x8b\xbf\x80\xf5\xaa\xdf\x35\x4b\x1a\xd4\xe4\x2c\x3c\x5d\xc7\x0b\xa6\xb3\xed\xb1\x48\x49\x58\x3c\x44\x2d\xfe\x55\x83\xef\x43\x82\x87\x98\xc2\xa3\x7f\x7a\x79\x88\x30\x8a\xeb\x2e\xdc\x8b\x9b\x7a\xfe\x36\xe6\x07\x84\xa0\xc3\xe5\x61\xd6\xd8\x75\x7c\x3f\x58\x3b\x49\x28\x0f\x18\x82\x8e\xc0\x07\x0c\xe1\x34\xd0\xa2\xa6\x3c\xc4\x01\xc4\xf2\x1e\xd6\xa5\xba\x31\x86\x19\x34\x97\xb8\x59\x09\xee\x0f\x76\xb5\x8e\xc3\x07\x6b\x2d\x29\xfc\xb1\xd6\x5a\x87\xdc\x83\x8d\x2b\x55\xe1\xa1\xcd\xaa\xa9\x7d\xb0\x3b\x25\xdc\x3d\x7c\x7a\xf5\x66\xc0\x03\xd4\xe7\xcf\xd0\xd6\xc2\xe4\x65\xa9\xab\x6a\x61\x5f\x5d\xd2\xa1\x59\xe6\xab\xbf\x0c\x14\x01\x6f\x03\xfa\xc6\x5a\x83\x37\xc1\xeb\xbe\x5d\x62\x60\x1a\x58\xfd\xbc\x26\xd5\xd6\x37\x6f\x6d\xef\xeb\x38\x8e\x1f\xb1\xbf\xb7\x65\xba\x2a\xd2\x7f\x5b\xc3\xa9\xe2\xa7\x6f\x30\xd2\x32\xbd\xb5\x45\x8f\x4d\xfb\xf5\x2d\x72\x3b\xb6\xe1\x92\xd3\x80\xbe\x11\x59\x1d\xdb\x22\x8f\xe7\xa6\x0d\xb0\xad\x25\x78\xee\xfa\x64\x5b\x5b\xe4\xb5\xcd\xb7\x8e\x9a\x63\x5f\x54\xf9\xda\xa7\xf7\x4c\x59\x1b\x45\x90\xce\xba\x75\x42\xbc\xf6\xf9\x9c\x22\xf3\xb5\xb5\x05\xf9\x88\x4b\x99\xb8\xc3\x1a\xbe\x20\x71\xb1\x35\x81\xaf\xa3\x6f\x6b\x06\x8e\x35\x4d\x02\xca\xf7\xd7\x95\x92\x35\x94\x6b\xc9\x8e\x02\x24\x60\xf3\x7b\x4d\xda\x07\x28\x7f\x0d\x54\x56\x5d\xc0\x52\xe8\x2f\x5a\x5e\x23\xb9\x16\xf9\x08\xe8\xe6\x02\xfa\x3d\xcc\x07\xf4\x5b\x9b\x79\x03\x58\x94\xb2\xa5\xd6\xa2\x94\x23\xb8\xbc\x34\x2b\x06\xc4\x85\x34\xd0\x05\xa8\xcb\x00\xea\x92\x06\xa4\xe6\x37\x1a\x58\x5c\x48\x12\x87\x80\x87\x5a\xdb\x69\xcf\x62\x14\x08\x4d\x93\x7d\x75\x8b\x3b\xd4\xd2\x0f\x40\x19\x2f\x2a\xc0\x70\x33\x94\x69\xbe\xae\xa3\xef\x80\xf7\xf7\x57\xeb\x8c\x79\x5f\xa3\x69\x62\x78\x0b\xd2\xca\x95\x16\x48\x5d\x0e\x06\x2e\x53\xc6\x90\x70\xf3\x3a\x7a\xd1\x34\x5c\x52\xce\x04\xae\x89\xd8\xb7\x45\xfe\xaf\xa3\xcb\x08\xb0\xef\xfd\x0c\x58\xbe\xbf\xda\xbe\x01\x9c\x2e\x1b\x80\xe3\xfb\xab\x97\x2d\x35\x6f\x41\x15\xe8\x6d\xda\xf4\x48\xa4\x66\xf7\xed\xa0\xea\x5a\xc7\x76\xa5\xd5\xb5\x67\xfb\x96\x0e\xa5\xea\x82\x5b\xb5\x11\xe7\x53\x24\x5e\x7e\xee\x01\xd7\x02\xb4\x1d\xc0\x0a\x2b\xc4\x61\x35\xf3\xd8\x3a\x98\xae\xb5\xea\x65\xf3\xec\x48\x51\x1a\xd2\xc6\x05\x2d\x2a\xd7\xb1\x2f\xe8\x10\x74\x01\x59\x93\x38\xf8\x70\x4d\x6b\x2f\x9b\x49\xfb\x5a\xc3\x1f\x92\xe7\x17\xb4\x3e\x94\x30\x29\x60\xcd\x5a\x19\x00\x62\xdc\xc7\x66\x4c\xdb\xe2\x4a\xbd\x6c\x03\x68\xba\xb0\x01\x3e\x0c\xba\x9d\x66\x46\x70\x80\x9c\x24\x66\x49\xf3\x02\xea\x02\x8c\x4b\x5b\x13\xd5\xb7\x3d\x50\x13\x44\xc5\xc5\xa8\xfb\xc6\xee\x6a\x8b\x57\xf7\x0d\x42\x95\xdc\xdb\x0b\x35\xfb\x5a\xfb\x06\x99\xf4\xae\xce\x06\xc0\x1a\x10\xeb\xd0\x45\x06\xc7\xde\x53\x11\xe5\xb6\x01\xb6\xb5\xb8\x1b\x40\xff\xfe\x92\x7e\x27\x40\x3c\xbc\xb6\x0b\xd0\x1b\x75\xa4\x74\x2d\x67\x0d\x26\x56\xd2\xd9\x78\x7d\xad\x51\xbb\x20\x9f\xbe\xa6\xe1\x1a\x05\xa0\x78\xcb\xf4\x1f\x30\x5f\xd5\x1d\xd8\xdb\x04\xac\xdd\x74\xa5\xc9\xb5\x99\x32\x82\xb5\x23\xda\x96\xf6\xdf\xea\x9a\x79\xb8\x35\x43\x0c\x60\x4d\xa5\x74\x5c\x01\xab\xb9\x4a\x0b\x4b\xb2\xed\xfb\xa0\xf1\x45\x9b\xed\x3a\x98\xae\x75\xc2\xb5\x2d\xc0\xb9\x8a\x68\x42\x4c\x84\xb5\xee\x53\x18\xb9\xa7\xd1\x3d\x48\xb8\xda\xb0\xa5\xed\x84\x68\x86\xc5\x9a\x93\xdd\x2e\x6d\xa4\xc1\x72\x25\xf5\x5f\xb0\x0c\x49\xfd\x0d\x66\x3a\x2c\x79\x9d\x6c\x5f\xcb\x78\xc7\xde\x3b\x20\x87\xc6\x05\xd8\x0c\x0e\xc0\x6e\xb0\x01\xbe\xcc\x6e\xa8\x2c\x4d\xe3\xd8\x3b\x2d\x2f\x7e\x2a\xe3\xcd\x02\xa6\xa6\xb3\x78\x20\xd3\x32\xcd\xc1\x1c\x3e\x24\xac\x1d\x07\x8c\xf8\x61\x72\xa7\x0c\x41\x0b\xce\xf0\xf2\xd9\x27\xa3\x86\x40\xf3\x5f\x56\xf0\x25\x79\xf3\x37\x10\x84\xea\x05\xa8\x13\x55\x06\x5d\x81\xc7\x7f\x5b\xf9\xfc\x6f\x41\x4f\x04\xbb\x42\x22\xc1\x6f\xa5\x3a\xb6\xf7\xeb\x68\x42\x63\x6c\xb2\x49\x5c\x87\x8f\x88\x51\x56\xe5\x7e\x78\xe1\x47\x11\x53\xde\x4e\x13\xd6\x10\x17\xea\x87\x91\x18\x32\x85\xf4\xc3\x7b\x7b\xc8\xe6\xd1\x0f\xf7\x39\x4e\x37\x73\xf2\xdd\x92\xa2\xfa\x71\x6e\x86\xa6\x5a\xf1\xd9\x32\xc4\x92\xfa\x51\x2b\x90\xbe\xf3\x14\x8d\x6b\xed\xaf\x7e\x78\x83\x8d\x6b\x31\x9a\x7e\x78\x67\x8e\x6b\x09\x89\xfd\xa8\x1b\x90\x70\x29\x69\x53\xfd\xf9\x3c\x1e\x97\x36\xc0\x41\x91\xe8\xe9\x48\xc9\x21\xc6\x72\x02\x69\x9e\x3e\x8d\xdc\x66\x73\xa5\x19\x9c\x3e\xd8\x0a\x95\xa7\x78\x27\xb8\x4c\xf1\x4e\x50\x99\x9e\xfd\x91\x8a\x66\x6c\x29\x7c\xac\x9a\x0c\x4f\xfb\xa5\x78\x74\xad\x7b\xc1\x47\x05\xd4\x09\x63\x96\x3b\xc4\x80\x61\xe9\xa3\x89\x5b\xf9\xa4\x1e\xcd\xd3\x47\xf3\x0d\x03\x9c\x4f\x98\x21\x4e\xdd\x8e\x02\xf0\xf0\x5a\xa6\xbf\xb5\xc3\xcd\x9e\x86\x6c\x1f\x8d\x45\x6f\x4b\x94\xee\x87\x89\x78\xb4\x45\x5b\xfd\x38\xe9\xdb\xa4\x95\x65\x6e\x6b\x61\x65\x4c\x5b\xc0\x64\xc2\xc0\xcc\xf2\x45\x56\x41\x1c\xb8\x59\x92\x19\xdd\xe3\xd9\x01\x5e\x3a\x4c\xfd\x59\x37\x55\x79\x3f\x0d\xb1\xb2\x7e\xf0\xd9\x10\xb3\xf7\x96\x1d\x43\xcc\xde\xac\x60\x88\x67\xf4\xc3\x47\xc4\x18\x3e\x9e\xcd\x35\xc7\x60\x95\x07\x50\x51\xcd\x02\x54\x55\xd6\x81\x34\xd6\xfd\x47\x42\xb1\xaa\x5e\xaa\x5a\x81\xbc\xc8\x60\x26\xbe\xda\x82\xd9\x14\xdd\x98\x47\x0e\x5b\x13\x8e\xfd\x03\x2e\x12\x68\x69\x45\x3b\x73\x1f\xc1\x54\x93\x6b\x44\xc3\xa0\x2c\x9c\x8c\x1b\x5a\x3d\x53\xea\xa9\xf7\x69\x37\x24\x21\x2f\x21\xbb\x01\xbe\x7c\x6a\x19\x9c\x9c\xdf\x50\xe1\xa3\x9b\x97\xf8\x88\x1b\x8f\x01\x3f\xd8\x00\xdd\x11\xbb\xee\x61\x3f\xce\xc1\x6e\x7a\x9a\x68\x91\x7d\xc6\x73\x40\x1d\x94\xc2\x3d\x98\xa4\x97\x39\x04\xcb\xf7\xb2\x4d\x7b\x98\xcc\xee\x4b\x75\xaf\xc3\x9c\xe6\x6e\x3a\x1f\x8e\xc3\x9b\xe3\x36\x16\xfb\x66\xd2\xba\xad\xdf\x1d\xb0\x90\xfb\x01\x51\xfa\x24\xbb\xad\xda\x1d\xb0\x9b\xfb\xe9\x99\x63\x8b\xdc\x56\xb7\x8e\xc3\xf2\xc3\xfd\x34\x27\x85\x72\xee\xd7\x38\x7f\xc3\xf1\x7e\xe5\x08\xd1\xa7\x73\xd8\x5a\x72\x7a\x99\xa7\xac\x22\x7b\x45\x98\x9c\xb7\x4e\xb8\xd2\xcf\x94\x36\x59\xe6\x3f\xa5\x43\x95\x3f\xa5\x53\xa5\x46\x6a\xca\xf4\x51\x0f\xef\xf6\x69\xdb\x47\x45\xe8\x98\xb2\x7e\xd4\xab\x06\x3a\xbe\xbf\x0a\x67\xe5\xbc\xd7\x6a\x55\xc4\xb6\x29\x0b\x48\x65\x3f\x4e\x4c\x20\xc5\xc2\xca\xf4\xf1\x58\xcf\x42\x97\x1a\x5b\xe9\x67\x1a\x92\x4f\xed\xbc\x52\x79\x7c\x7f\x9d\xdb\x99\x96\xe6\x82\x7a\xa0\x45\x4e\xad\x5b\x9a\x99\x32\x94\x94\xcb\x0c\x7c\x8a\x4e\x0b\x54\x3b\x6f\x1d\x2e\xb5\x55\xbe\xb4\x92\x5e\x7c\xb6\xcf\xdb\xde\xbd\xdd\x64\x3a\x6f\x69\xe7\x15\xe9\x74\xde\x5a\xc6\x02\xe3\x9e\xa6\xf8\x32\x06\xf3\x29\x8a\xaf\x63\xa4\x74\x6d\xab\xb1\x67\x70\x32\xd3\xd5\x91\xc9\xd7\xc6\x2a\xe3\x60\xac\x36\xc8\x6d\x1b\x95\x65\xb5\xf9\xad\x29\x19\xe5\xea\x9e\xd1\xca\x8c\x53\xb7\x06\xce\x52\xea\xeb\xf6\xa9\x6c\xab\x45\x65\x08\x52\xec\x4b\xd6\x6a\x8a\x60\x2a\x1b\x7a\xda\xe0\x33\x7c\x68\xcc\x69\x0b\x1b\x2a\xe4\x9c\xa2\xa6\xd2\xbd\xef\xa6\xc4\x8c\xe3\xf2\xee\x98\xb6\x0e\x95\xcb\x0a\xd8\xb4\xf1\xa7\xa0\x56\x4d\xcc\x3e\xd5\x7b\x67\x4e\x9b\x4f\x90\x75\xe7\xb4\x01\xe5\x80\x62\x64\x0a\x2a\x1b\xb3\x3a\x6d\x06\x86\x71\xcc\x69\x13\xef\x6f\x75\x9b\x87\x93\xd2\xbe\x70\xba\x68\x57\x3a\x59\xe9\x0c\xdd\xc6\xa0\x82\xca\x38\xa7\xc4\x99\xd2\x2b\x28\x6a\xe5\xaf\x8c\x75\xad\x74\x29\x2c\xf4\xf4\x42\x1f\x60\x2f\x9b\x05\x1a\xf3\x9c\xb7\xec\xfc\x35\x65\x8b\xd4\xc6\x05\x3a\x5a\xb7\xcb\xa7\xf7\x7c\x98\x15\xb1\xa6\x0f\x1d\x9f\x9c\x83\x53\x2c\xae\x6e\xe3\x47\xb6\x5e\x55\x2d\xaa\xda\x80\xa4\xd7\x9b\x53\x4e\xd9\xb0\xea\xee\x03\x74\x3e\xd6\x9a\x94\xa3\xa5\xfb\xb6\xca\xf6\x74\xbf\x66\xea\x64\x23\x3e\xd6\xde\xaf\x87\x65\xdd\x29\xf3\x57\x39\x2c\xa5\x4e\x59\xc0\x4a\x19\x69\xf3\xb1\x6a\xee\xf9\xee\xb9\xa0\x23\xb8\x88\x47\x7c\x70\x79\x2f\x88\x89\x79\x88\x45\x20\x93\xce\x87\x96\x78\xbf\x52\xb6\x18\xc6\x80\x0b\x88\xbd\xd7\xc3\x52\xc6\x7c\xac\xf5\xae\x28\x99\xf3\x21\xff\x44\xc9\x88\xd6\x6a\x97\x16\xac\x17\x43\xa8\x05\xd6\x27\x7e\x5c\xcb\x91\x36\xa7\xa0\xd4\x7c\xac\xef\x6a\x6a\x2e\x2a\x19\x17\x23\x5a\x44\x52\xeb\x19\x68\x2d\xe7\x0e\x4b\x7c\xd8\x7f\xb6\x81\xd9\xe2\x1c\xa5\xb3\xeb\x64\xdd\x3b\x7a\x07\xcf\xc5\xfe\x8f\x9a\x99\x90\xb7\xec\x33\xbb\xeb\x24\xae\x17\x3b\x5d\x06\xbf\xe3\x62\xc7\xe9\x60\x38\xea\x99\x1e\xee\xbf\x62\xab\x8f\x45\x76\xf5\xca\x0c\x2e\x76\x52\xb3\xfb\x1e\x22\xc2\xbd\xa5\xf7\x35\x86\x96\x99\x90\x81\x70\x64\xa5\x65\x21\x1c\x3b\xdf\x89\xcf\xb4\x12\xc8\xfb\x3d\x35\xff\x9a\x71\xcb\x84\x58\x51\x3a\xe7\x63\x69\x58\x15\xa5\x67\xca\xa2\x58\x5b\x56\x73\xb1\xa3\x8a\xfa\x35\x1f\xf2\x06\x5c\xec\x5e\x1b\x1c\xeb\x99\x65\x99\x6b\x80\x0a\x5a\x10\x34\x05\xa5\xea\x63\x11\x68\xa6\x62\xb1\xad\x3a\x60\x9e\x0f\x89\x0b\xe3\xd3\xca\x3a\xa7\x8b\xc5\xcd\xa9\x03\xff\x38\xd8\x73\xcf\xb5\xcb\xce\x8d\x69\x7a\xae\x5d\x56\x4e\x48\xf9\xb9\x36\x52\x41\xd9\x99\x4f\x6d\xa4\x66\x69\x7d\x3e\xd7\x46\x2a\x98\xc8\xe6\x73\x6d\xa4\x73\xeb\x69\xa5\x69\x7b\x54\xa0\xfe\xfd\x75\xee\x25\x6d\xae\x01\xf6\x2b\xad\xac\x8d\xd4\xf7\xd4\x5c\x07\x42\x3f\xd3\xdf\x1a\xdf\x71\xa4\x87\xe7\xf7\xd7\x59\x60\x4d\xcf\xb5\x91\xce\x72\xe5\xbb\xb7\x20\x7a\x5f\x1b\xa9\xd4\x93\x1e\xb4\x91\x3a\xdb\xe3\x39\x64\xe6\x81\x4f\x3d\xd7\x46\x3a\x4b\xcb\x77\x62\xd7\x5b\xca\x24\x0a\x04\xcf\xb5\xc9\xca\x06\x47\x7b\xae\x4d\x56\x4e\x96\xfa\xb9\x36\xd9\x79\x41\xf4\x4f\x9d\xba\xd7\x96\x9a\x6b\x7c\xd7\x9e\x1e\x96\x2c\x1f\xde\xf7\x94\xf2\x78\xb5\xb4\xb2\x36\x59\xef\xe9\x4f\xeb\xf7\x69\xf3\x2d\x22\x64\x06\x2d\x0c\xc1\xd0\x31\x3d\xa7\xa6\xb5\xeb\xc2\x68\xd7\x06\x3c\xae\x33\xdf\xd5\x35\x13\x1c\x64\xcf\xb5\x01\xcb\x5e\xf2\xdd\x1a\x5f\x6d\x29\xd3\x79\x19\xc6\xff\x5c\x3b\xf0\x0c\x11\x3e\xd7\x0e\x2c\x9f\xc9\x5e\x3b\xb0\xd4\xf3\x47\xb1\x08\xaa\x3a\xb5\x05\x83\xcd\x43\x2b\xcf\x3c\xad\xed\x59\xda\xa7\xff\xd7\x2a\x2b\x29\x5b\xd4\x7b\x21\x49\xc9\x56\x7c\x1c\x59\x17\x47\x82\x8c\x1d\xdc\xb4\x3f\xcb\x15\xa8\x88\x9c\xf2\xe1\x1a\xfe\x08\x71\xc9\xf3\x3a\x32\xf9\x6b\x7f\x96\xcf\xa2\xc9\xc9\x1d\x9e\xfd\xb4\xb7\x0e\xd9\xe8\xb9\xf6\xe7\xb5\x7f\x7a\x58\xa3\x1f\x5b\x5a\xb1\x50\x9e\xef\x16\xff\xd9\xb2\x41\xec\xec\xfe\x40\xaf\xef\xaf\xeb\x40\xb4\x91\x8c\x7d\xe4\xc0\x7e\xc9\x09\x93\x56\x5e\x6b\x7b\x16\x4c\xb1\xf3\x25\x83\xf7\x09\x27\x7e\xad\xed\x79\x1c\xe0\xf2\x92\xb4\x81\xb4\x3d\x5f\x36\x96\x59\xd3\x9d\x76\x49\x5c\x23\x6d\xae\xf1\xa1\x7d\xce\x97\xce\xb9\x10\xfa\xcb\xb1\x20\x9f\xfe\x96\x2e\x1a\x42\x7f\xc9\x49\x55\x8e\xf4\xf0\x50\x50\x5b\x70\x59\xe3\x1b\x30\x00\x39\x3a\xf6\x7e\x06\x92\x9a\x90\xef\x86\x2d\xbd\x7c\xb7\xb6\xe7\x75\x05\x4f\x89\x32\x39\x23\x5e\x0e\x1a\x39\x53\x56\xb5\x25\x68\x53\x1e\xfa\x30\xb8\x97\xb6\xe7\x3e\x52\xd6\xbe\xbf\x2e\x6c\x7a\xf3\xb5\xb6\xe7\xd5\x6a\x5a\x19\x16\xe7\x80\xd6\xf8\x22\x92\xc9\xb8\x73\xf4\x4f\x0f\x8b\xfd\xf4\x23\x35\x9f\x92\x06\x2a\xd0\x6b\xcd\x19\xf4\x22\xb3\xcf\x71\x72\xe6\xca\xea\x73\x0c\x58\x9a\x8d\x3e\xe7\xce\xe6\x91\xd1\xa7\xf4\x34\xa3\x03\x32\x02\xc0\x4b\xfb\xb3\x72\x04\xcb\x1e\x54\x46\x0d\xb4\x84\x3a\x6c\xa4\xf3\xb5\xf6\xe7\x47\xfe\x7b\x49\x12\xeb\x21\x18\x6d\xcf\x13\xee\x27\xbb\x51\xdb\xf7\xf4\x30\x05\x05\x51\x2b\xf7\x69\xe5\xf9\xfd\xd5\xaf\x91\xb2\xb5\x03\x6b\x48\x4b\x32\x1b\xb6\xea\x29\x27\xd4\x5e\x21\xe5\xd7\xda\x81\x6d\x6f\x81\x0e\x41\x7c\xa7\x0d\x58\x38\x20\x5f\xda\x80\x17\x9c\xf8\xb5\x36\x60\x39\x3f\xad\x88\xff\xc0\xcf\x5f\xda\x80\x67\xe6\x45\x61\x26\x25\x24\x32\x1d\x66\x11\x68\x6d\xc0\x08\x77\x2f\xc7\x65\x65\x23\x25\x30\x0b\xe8\x29\xf3\x4b\x20\x59\x4e\x46\xbe\x93\xe9\x04\xce\xf8\x96\x85\xa2\x30\xda\xb7\x04\xfe\x48\xbd\xf8\xdc\x38\x81\xdf\x3a\x1f\x37\x44\x93\xf7\xda\x80\xad\x7e\x6a\xda\x59\xda\x80\x2e\x59\x99\xf3\xdd\x5a\xbf\x68\x45\x6f\xe9\xc9\x25\xc2\xf3\x5b\x07\xe4\x05\xf5\xe2\xba\x3b\xf3\xa1\x8c\xd5\xc8\x3b\xef\xb5\x03\x5b\xad\x69\x66\xb1\xd0\x48\xb6\xb6\x10\x8e\xd2\x7e\xcc\x97\xdf\xda\x9e\x2d\x98\xfa\xf4\x84\x98\xdf\x6b\x0b\x96\xa1\x73\xaf\xe0\x62\x13\x2e\x0b\xa8\x72\x28\x74\x43\xf6\x43\x50\x24\x3f\x84\x04\x85\x62\x5f\xd8\x75\xa5\x44\xe6\xe5\xcf\x47\x76\x86\xb5\xd4\x94\x91\x56\x1a\x74\xe9\x9b\xcc\x41\x16\x4c\x8a\x7d\x60\x4b\xc7\x0f\x28\xc7\x83\xb4\xce\x62\x9f\xd8\x7e\xec\x1b\x68\x4a\xa1\xbb\x6c\x86\x5b\xe0\xd3\xbd\xb8\xdd\x03\x23\xad\x58\x5c\xe9\x0e\xe7\x85\x17\x97\x5e\xa6\x78\x5c\x07\x10\xea\x1b\xc0\xdb\xad\xba\x62\x97\x05\x74\x1f\x0d\xa8\x2c\x48\x14\x5b\x6c\x6b\xef\x0a\xe9\x13\x74\x0a\xea\x40\x97\xa0\x7c\xd7\x64\xab\xa8\x40\x5d\x65\x07\xd0\x90\x41\x7d\x03\xba\x57\xd9\x99\x36\xa7\x6a\x0e\xa0\x87\xa0\xb4\x22\x2f\x40\x49\xd9\x4b\x65\x17\xd0\x5b\x90\xdb\x94\x31\xa4\x2b\x4c\x57\x90\x6d\x3b\x27\xd0\xa1\x9a\x81\x34\x3e\xe6\x65\xe0\x3c\x1c\x80\x43\xa6\xba\x61\xd4\x1c\xe8\xb1\xd5\x16\x70\x15\xee\x57\x20\xb5\xca\x94\xca\xf2\xd1\xf7\xeb\x00\xd2\xac\x9d\x17\xd0\xe9\x3e\x4e\x40\x4d\xdb\x15\xa8\xb9\x30\x5f\x6a\xde\x20\x15\xd9\x3d\xba\x65\xbc\x05\xdd\xaa\xda\x07\xe0\x34\x98\xba\x0f\x37\x54\x01\x9f\xf2\x4b\xa5\xae\xa6\xee\x33\xae\xb7\xc7\x45\xa1\x24\xad\xad\xa6\x54\x56\x92\xad\x0e\x46\x26\x77\x97\xad\xf7\x0b\xf2\xda\x35\x20\xad\xdd\x99\x76\xb4\x76\x17\xd8\xda\x83\x73\x06\x12\x02\x57\x5a\xd1\xda\xb1\xfd\x6e\xd3\xdf\xe9\x19\x98\x96\xf0\xb3\x5b\xa4\x48\xf7\xad\x06\x92\x17\x14\xb2\xb2\x3e\xbc\x2b\x50\x42\xa0\xa8\xb3\x17\xa0\xcb\x85\x0d\x50\x91\xe2\x9d\xbd\x22\x95\x78\x95\x0e\xc0\xe1\xd2\x0a\x78\x1b\x4c\x3f\xd3\x60\xfa\x79\x18\x0c\x4e\x4f\xb9\xf9\x3c\x98\x87\x9d\x8a\xa9\x2a\x03\xde\xc6\xf6\x91\x7e\xdb\x37\xc8\x59\xfa\xed\x92\x1e\x52\x55\x4e\x46\xe8\xf9\x61\x47\x5b\x87\x2e\xa5\xa9\xf6\x8d\x2d\xf3\xb0\x09\x19\x12\x96\x6e\xda\x37\x36\xac\x23\x4f\xf6\xb1\x31\x6c\xd9\x26\xf7\x01\x27\x92\x76\xda\xce\x74\xa9\xb8\xfe\x93\x85\x96\x06\xda\x37\x96\x41\x1a\x68\x3b\xd3\xbf\x2c\x58\xfb\xd8\x19\xe4\xd4\x36\x61\xcf\x5a\x95\x44\x45\x5b\xe0\xc2\xa7\x1c\x3f\xe4\xd7\xab\xaa\xd1\xa1\x4b\x07\xf3\x5b\xf1\x5b\x60\x37\x98\x52\xb9\x5d\xd9\xfd\xd2\x26\x57\x21\xa3\x16\x13\xd9\x60\x45\x8e\x6e\xd9\xc7\x91\xba\x46\xbe\x78\x71\x6d\x25\xde\x07\xd3\x27\xad\x71\x81\x27\xa0\xe6\xb6\x06\x92\x25\x1d\xb6\xf2\x34\xd1\x0c\xa6\x5a\xfa\x5f\x3b\x7b\xaa\xde\x1a\xcb\x00\x12\x51\xf4\xf4\xf1\xd2\x94\x00\xc9\x17\x7b\x0e\x5a\x71\x18\xc7\x48\x1f\x0e\xe4\x18\xec\x37\x69\x72\x0b\xdc\x01\x85\x0f\xec\xd1\x2a\xc3\xde\xe1\x48\x4f\xfb\xe8\xe1\x16\x12\xda\xdb\xf5\x81\x74\x5a\x1d\x07\x90\xfd\xa9\xf9\xee\xad\x41\xba\x51\x89\xbf\xab\x51\x40\x39\xd9\x36\x66\xe7\x05\x05\x37\x20\x61\x73\xa4\xa6\x08\x98\x49\xb7\x7b\x71\xef\x57\x3e\xd4\x8e\x67\x5b\xbc\x7c\x20\x72\x1e\xbc\xec\x54\x85\x62\x5f\x26\x6e\x70\x93\x5c\xd9\xed\x26\x2d\x76\x25\xf6\x9d\x59\x95\xf4\xd6\x37\xc8\xe5\x65\x9a\x3c\x06\x90\x5b\x49\x4d\x07\x4f\xb8\x15\x4b\x3e\x68\x53\x0b\xac\xea\x3e\x90\x18\x30\x5c\x54\x52\x4a\xdf\x4a\x20\x31\x38\xb8\x82\xa4\x94\x76\xed\x46\xf4\x2d\x96\x6f\x11\x6d\x41\x66\x20\x5e\xb6\xa1\xe8\x9e\xbd\xd8\x8b\xbc\x40\x9b\xc2\x3d\xaa\xb1\x89\x53\x35\x3b\x16\xcb\xd8\x1c\x21\x36\x64\xbc\x5b\xe0\xc3\xa5\x17\xe0\x4b\x37\x53\x76\x83\xbb\xad\xd4\x50\xfe\xd8\x65\x96\x6e\x87\xd4\xaa\x32\x8e\x8e\xc2\xe7\x96\x0f\x91\x5a\xb3\xb9\xad\x0c\x5f\xa9\xb9\x9a\x09\x71\x1c\xda\x35\xcd\xc1\x19\x65\x14\xed\x8b\x5e\xcc\x12\x47\x11\xff\x6c\x36\xce\x95\x51\x1c\x90\x67\x31\xb0\x8c\x8a\x7d\xf5\x02\x94\xcd\x06\xfb\x63\x19\x0e\x34\x6f\xc5\x64\x3b\x14\xec\xbd\x40\xcf\xc6\x65\x85\xa0\x80\xf3\xa5\x11\x35\x1b\x4b\xcb\x68\x9a\xab\xe6\xb8\x9c\x32\x1c\x8d\xdc\x8a\x09\x69\x34\x5f\x05\xd9\x2e\x4a\x15\xfb\xd6\x8a\x79\xb1\x9d\x7c\x7b\xab\x9b\x87\xdf\xad\x76\xed\xc5\x2d\x0f\x31\xf9\x56\xcd\x9c\x87\x03\x39\x5b\x6d\x05\xf0\x32\xd8\x00\x87\x41\xb7\x6c\x2b\x76\xe3\xb0\x1d\xb2\x07\xec\xed\x34\x37\x1a\x4f\x2f\xd9\x69\xce\x35\xa4\xa0\x2f\xd0\x38\x7b\x83\x95\xee\x0d\x3f\x2c\x95\xb7\x33\xa0\x0e\xe3\xba\x7b\xdf\x8e\xb7\x67\xe3\x6c\x94\x7a\x80\x27\x48\xbe\xc5\xd9\xda\xe9\x03\xf0\xd6\xad\xb2\x05\x76\x83\x32\x06\x86\x09\xdd\x12\x34\x17\xa8\x79\xbe\x77\x2a\x9b\xfb\xdf\xfb\x30\xce\x1e\xd1\xbd\xdf\xc6\xca\x27\xc5\x7d\xf8\x2e\xcd\xd2\x8d\x7e\xc4\xd4\x6f\xdf\xf5\x1a\xb6\x92\x95\xbb\xcc\xfb\x37\xcf\x4e\xb9\x75\x2b\x68\x27\x12\x65\x81\xb7\x41\xe3\x78\x1a\xe5\xcb\x1c\xf6\xbe\x64\x68\xdd\x1c\x71\x56\xee\xcb\x77\x5a\x98\x9b\x5b\x61\xdb\x0b\x6c\x06\x4d\x56\x6d\xa7\x54\x1a\x5b\xb3\x65\xb4\xdc\xb7\xaf\x9a\x20\x91\xde\x76\x68\x6c\xbb\xf9\xda\x3d\x1d\x49\xb8\x7b\x89\x6e\x3b\x1e\x9a\x1d\xea\x0b\x14\xce\x0e\xa4\x28\xf7\xf4\x26\xb3\x7d\xb4\xdc\xd3\x61\xd3\xd5\x6c\xf0\x96\x61\x7c\x55\x76\x47\xf6\x15\x36\x47\xbc\x2c\xf0\x61\xd0\x38\x3f\x6c\xe4\xb2\xf1\xb8\xdc\xb2\x1d\xed\xad\x5b\x88\xbe\x65\xbd\xd9\x5b\xb3\x64\x7e\xbf\xbc\x05\xbb\x39\xec\xfd\xb2\xb2\x65\x1b\xdc\x02\xfd\x2d\x33\x29\x15\x7c\x6f\xdd\xac\xeb\x96\x56\xba\x5f\x30\x95\x5b\xea\xde\x02\x77\x40\x7f\xeb\x1d\x79\xbf\xa5\xa1\x34\x76\xf3\xfd\xf6\xed\x0a\x04\xf6\xb9\x89\xf6\xaf\x61\xd1\x72\x6e\xde\xbe\xb6\x74\x94\x59\xd4\x72\x1b\x9e\xf6\x59\xcc\x72\x90\x0d\xa6\x6f\x91\x35\xbb\x82\x17\xa8\xb9\x1a\xb2\xc0\x95\xa9\xcb\x50\xab\x23\x83\xa7\x62\x02\x50\xd2\xa6\x2f\xa8\xb4\x61\x02\x9d\x97\xe6\xb5\x6f\xd6\xbf\xa6\xe3\x15\x72\xfa\x4c\x47\x17\x8c\xdd\xf3\x3a\x15\xe9\xb5\x77\xab\xb7\x65\x9a\x2f\x44\x64\x9a\xdd\xea\x50\xb0\x18\xbe\xd1\x84\x2a\x37\x1d\xf5\xdf\xed\x7c\x5c\xe0\x25\xd0\x67\xee\x74\x14\x7f\xb7\xa2\x5e\x70\xc2\xf6\xcd\xbc\x6c\x12\x76\x5e\x4d\xa1\x76\x88\xee\x7d\x33\x13\x99\x8e\x6f\x3e\xab\x37\x8a\x4d\xb1\x7b\x87\xba\x31\x00\x5e\xc3\xfc\xd7\x56\xbe\xbd\xef\x3e\x7a\x6d\xd8\xdb\xa3\x1a\xd9\xc8\xb1\x47\x2e\xb7\x25\x63\xaf\x88\xdb\xe8\xe1\x7d\x67\x80\x6f\x3a\x32\x13\x99\xef\xc1\x5c\xad\xca\xb5\x6f\xd3\x95\xa5\x0d\xd4\xbe\xcb\x13\xdb\x6d\x90\xaa\xfd\xf0\xdd\x0c\xdd\xa3\x7a\xd5\xce\x5d\xc6\x2a\x34\x2a\xe1\x8d\xdd\xb6\xba\xda\x7d\x35\xab\xdb\x13\xbe\xc0\xb7\x40\x71\xba\xda\x7d\x2a\x10\xa3\x53\xfb\x25\xd6\xd6\x7d\x74\x2d\xd0\x95\x65\x63\xad\x0e\xcf\xdb\xfb\x21\xe1\x7e\x81\x2f\x83\x6e\xb9\xd9\x3c\x6a\x33\x7d\x75\x00\xdd\xde\x7d\xce\x2d\xd0\x95\x87\x2b\xfb\xb2\x46\x75\x84\x41\xb5\xe6\xb6\xce\x48\x63\x65\xdf\x66\x2f\x0c\xc1\x9c\xa0\xeb\x92\x8c\x40\x99\xb6\x0b\x43\x70\xb0\x42\xb7\xf1\xbe\x5a\x66\xde\xbb\xcf\xaa\xda\x9f\x26\x86\xd2\x3c\xa2\xb7\x71\xd6\x55\x96\x05\x6a\x93\x75\xdd\x4c\x79\xd5\xb1\x79\xae\x4c\x0c\x0b\xb4\x13\x35\xa5\x5e\x32\xc7\x0e\x2f\xf0\x61\xf0\x34\x28\x2e\xd2\x75\x3f\xe3\x55\xc7\x6e\x63\xa3\xd5\xfb\x05\xea\x70\xda\xa4\xa9\xd6\xb1\x8b\x13\xf4\xfa\x01\x6f\x83\x5a\xee\x71\x68\x83\xf6\x7a\xb9\xa9\xc3\x13\xbb\xce\xb9\x1f\xf0\xfd\x55\xd7\xe3\x1b\x1e\x41\x31\xb1\x57\x49\x17\x75\xf8\xd2\x6a\x3f\x8f\x0a\xf8\x34\x68\x2c\x7c\x09\xb3\x3a\xd2\xa1\x0e\xdf\x18\xec\xa7\xd7\x64\x70\x0b\x2b\xc3\xbd\xb4\x08\xcd\x41\xc9\x75\xe8\x54\xd8\xfb\x49\xbf\x97\xfd\x45\x3b\x95\x15\x30\xb4\x44\xe4\x0e\x28\x76\x6c\x33\x62\x1d\xdd\x24\x79\x31\xaf\x7d\xd8\x61\x66\xea\x1e\xc3\x22\x90\xdd\x70\x75\x70\xb1\x47\x77\x45\x5e\x75\xf8\x16\x46\xb7\x3d\x68\x81\xbe\xd7\x5c\x77\x40\xb7\x6c\x72\x1e\xd6\x19\xfb\x35\x3c\xa2\x87\x6f\xad\xda\xb5\x5a\x87\xfc\x19\x7b\x6f\xbb\x87\xf0\x76\x24\xc2\xc1\x5c\xf9\x94\xef\x0e\x88\xaa\xf7\x66\x92\x74\xe0\xf4\x02\x5f\x36\x49\x0b\x8d\xdb\xd1\xd0\xcd\x16\x9b\x05\x6a\x51\xec\xff\xac\xb7\x45\xbe\x6e\xef\x44\xbd\x2f\x33\x7a\xab\xcc\xf5\x56\xd4\xeb\xde\xad\x74\xd6\xbb\x99\x34\x86\xc4\xa7\x7a\x77\xb5\xdc\xad\x59\xd6\x5b\xb1\x9b\x7b\xf7\x89\x52\x6f\x87\x1e\xf4\x01\x56\x56\xde\x4a\x33\x17\xb9\xa5\x9f\xed\xdd\xe1\x35\xf5\x7e\x66\x8d\xdc\x94\x05\xf2\xee\x60\x8a\x05\xba\xdf\x41\xe9\xa0\xd4\x38\x5b\x22\x3a\xab\xc4\xfe\x3a\xbd\x33\x9a\xed\x4e\x75\xca\xd4\xb6\x0f\xc7\x3e\xd5\xb9\x09\x8d\x61\x6b\x4f\x9d\xa5\xdb\xf0\xee\xad\x3f\x8b\x88\x7d\x6c\x9e\x8d\x59\xb4\xa0\xc3\x3c\xb5\x4e\xdf\xb9\x1e\x8e\xad\xa8\x53\xf7\x05\xf7\x61\x93\x73\x9d\xfd\xaf\x1c\xfc\x0b\x52\x18\xc3\x07\xb2\x9c\xed\xb9\x98\xdd\xce\x8d\x96\x0f\x65\x31\x3d\x53\x26\xd7\xfc\x9e\x0f\x87\xfc\x4a\x29\x93\xcb\x62\x1b\x40\xba\x9c\x52\x53\xd3\x4c\xfb\x03\x3e\xbf\xbf\xca\x69\x6e\x31\xc5\xf0\x8a\x4d\x1d\x0b\x7a\x1b\x1b\xfa\x97\x73\xde\x26\xae\x05\x29\xfe\x48\xe7\xe4\x82\x40\x9c\x76\xb4\x85\x6b\x07\x9d\x71\xea\xc3\x03\x48\x7e\x98\x12\xa8\xc9\x1f\x9f\x46\xe5\x07\xf6\xb6\x99\x8a\x19\x2e\x16\x2c\x17\xf4\xd2\x80\x53\x53\xb1\x45\xc7\xa0\xea\x5a\x81\x32\x32\xfe\xdb\xae\x2c\xba\x50\x10\xb6\xd5\x82\x05\x0d\x63\xda\x00\x6f\xe1\xc6\x30\x1c\x8d\x73\xb0\x72\x5d\xe2\x38\x81\x3d\x0b\xb4\x7f\x87\x99\xb3\xd4\x78\x40\x21\x7d\x9d\x9c\x75\x0b\xb2\x3a\x83\x75\x05\x58\xd0\x12\x21\xf7\x2d\x0b\x29\x4f\xf8\x36\x02\x59\x6b\xcb\xa4\xdb\xd5\x76\x05\x1a\x72\xf1\x30\xad\xb2\xed\x5b\x4f\x5f\x90\x9c\x6b\x23\x65\xef\x4f\xc0\x47\x9d\x83\x48\x91\x0e\x54\xbe\xbf\x8a\x35\xb0\x05\x55\xc7\x7b\x55\x40\x29\x73\x75\x00\x79\x57\x94\x80\xdd\x4a\xc5\x05\xa8\x28\x8f\x6d\xfc\x90\xa9\xcf\x21\xc2\x72\x08\xdd\x82\xbc\x6f\x77\x20\x85\x5a\x31\xe2\x61\xd1\xce\xa1\x79\x0b\x3c\xbf\xbf\xae\xca\x2c\xeb\xb2\x66\xcd\x56\xd2\x6d\xcd\xe3\x34\xb7\x9b\xba\xae\x59\xf7\x2d\x35\xc7\x27\xc6\x65\x41\xf7\x6f\x41\x6d\x0b\x7c\x78\x05\x18\xc7\x40\xfd\x01\x12\x72\x67\xca\xe4\xe8\x39\xe8\x71\x9d\x90\xf5\xca\x30\xe4\x4c\xde\xb7\xc6\x87\x0a\xcb\xd8\x37\x96\x79\x40\x5a\x95\x89\x9d\xa2\x49\xd8\x8d\xb4\x8a\x72\x74\xf0\x91\xac\x34\x6c\x2c\x5f\xa0\x8e\x80\x20\x2b\x09\xa6\xda\xb5\x56\xa7\x2f\x37\x5e\xb0\x0f\x5d\x68\xac\xfb\xb6\x03\xfd\x16\xca\xb3\xa0\x4b\xbb\x20\x65\xf2\x89\xc1\xa3\x14\xb8\x77\x34\xe8\x53\xf2\x65\xdd\xb7\x40\x53\xd1\x49\x81\x1e\x9f\x80\xa0\x05\x3d\x8d\x4c\x03\x7c\xe9\x43\x20\x33\x01\xf6\xab\x0c\xdb\xfb\x80\x74\x2c\xb3\x8e\x92\x32\x9b\x13\xe9\xc2\x31\x7c\x76\x9c\x54\xc7\xf0\x1d\xfb\x06\x41\xc8\x94\x5d\x7f\x83\x86\xa0\x0d\x48\xfa\x96\xcf\x9d\x69\xd3\xf5\x7e\x80\xaa\x57\xd5\x51\x01\x75\xea\x98\x25\xd6\x6c\x41\x9a\x37\x28\xd0\x11\x7c\x9c\x2a\xf3\xc6\xd6\x99\xef\x2e\x05\xfe\x80\xaa\x4e\x8d\xab\xb3\x16\xf2\xd1\x6f\x0d\x64\xe4\x21\x1c\x2d\x3d\xbc\x3d\x0a\xc0\x75\x44\xd6\x7d\x0f\x54\x04\x81\xb7\x38\x80\x43\xe6\x6a\x62\xf1\x0a\xfc\xfa\x9e\xf7\x27\xe8\x6a\x41\xf3\xb7\x70\xcc\x4a\xa0\x5e\x43\x32\x76\x64\xde\x51\xc0\x40\x81\x79\xc7\xc9\x54\x4d\x53\x8a\x25\x05\xe2\xf2\x5a\xd6\x4a\x6a\x6c\xf5\x85\x8c\xea\xb8\xbc\xba\xef\x29\x6b\x8a\xc6\x49\x33\xdd\x1f\xa6\x1d\x39\xe3\xae\x7c\x38\x1d\x91\x08\xf4\x54\x33\x17\x90\x48\x05\xba\x95\xe1\xa3\x9c\xec\x1c\x5d\xea\xdc\x6b\xe1\xf8\x9a\x0a\x3b\xd9\x61\x65\x53\x7e\xed\x2c\x87\x04\xe9\xa3\xd7\x94\x29\x3e\xed\xc8\x77\x5d\xa7\x57\x1a\x1d\xf2\xf0\x83\xa8\xf5\x67\x47\xf9\x2f\x70\x7a\x75\x0a\xe0\xf3\xfb\xeb\x3a\xd3\xa8\x30\x3d\x52\xf3\x2d\x88\x8a\x37\x98\x52\x78\x3b\x20\x8f\x01\xeb\xc6\xd4\xbe\x71\xd0\x4d\xb1\x87\xce\x1e\x57\xac\x60\xdd\x58\xd5\x69\x1a\xbb\xe8\x11\xce\xf1\xa9\x3a\x8d\x2b\xc3\xba\x35\x8f\x47\x3a\x51\x44\x62\x0d\x04\x95\xd1\x90\x05\xb1\x03\x04\x1c\xa9\xe5\xbb\x0c\xd5\x91\x85\xc7\x3a\x59\x7e\xc8\xae\x6d\x8b\x18\x7b\x4d\x43\xa7\x1b\x62\x12\x2c\xfa\x73\x28\xcd\xe9\x35\x48\xd5\x75\x26\x1c\x03\xd4\xe5\x86\x2b\x2d\xdf\x99\x79\xec\xc1\xe7\x65\xdc\x59\x2f\xf8\x1c\x9b\xc2\x0e\x9b\xc2\x19\xfe\xf0\xad\x62\xb8\x90\xf4\xa5\xf5\x65\x07\x94\xa7\xe0\x53\xc8\x64\x0e\xc0\x21\xf4\x52\x28\x83\x2a\xf4\x6a\x87\x4c\x2d\x7b\x3a\x41\x18\x4a\x5d\x19\xa0\x10\x8d\x1e\xc9\x6f\x03\x24\xfa\xbd\xf8\x50\x1e\xe2\xc2\xf9\xfa\xf0\x65\x41\x28\x4d\x81\x8a\xc7\xbe\x31\x23\xf2\xe4\xac\x2e\xe9\xc3\x16\x22\x94\x57\x62\x15\xf7\x48\x55\xf6\xde\x8c\x1d\x6a\xb7\x0d\xa8\x20\x9d\xc8\x04\x54\xed\x38\xac\x8e\x48\x2c\xb6\x49\x56\xc7\xfd\xad\x0f\x19\xe7\xed\xf3\x96\xdd\xae\xe8\xbe\xa2\x3c\x22\x0b\x32\x67\x62\xd7\x38\xba\x6f\xec\xec\x6f\x39\x61\x16\x42\xa9\xab\x80\x0c\x18\xf5\x03\x41\x26\x08\x59\x90\x61\x13\xdb\x0b\xd3\x0e\x36\x95\x04\xf9\xe3\x0c\x42\x72\xc2\x94\x4c\xa6\x58\xdc\x3e\x52\xc6\xa2\x04\x54\xcc\x5b\xd6\xc4\xa1\xc8\xd0\xa5\x63\xfa\xda\xc1\xc9\xed\x30\xbe\x3d\x52\xd7\x13\x2a\x81\x73\x38\x74\x6f\x83\x86\x15\x9e\x77\x0c\x48\xf1\xe9\x38\x57\x66\xcf\xfe\x99\x0b\xed\x86\xf8\xbc\x5a\xe0\x87\x4f\x3b\x36\xae\x40\x2f\x1d\x01\xf9\x52\x4e\x47\xe8\xfd\xe9\x2b\xcc\xb0\x03\xc2\xee\xce\x40\x20\x47\x33\x43\xbc\x82\x25\xb1\xb7\xa6\x16\x98\x35\x81\x77\x35\xad\xea\xda\x22\xac\xf3\x69\x0e\x88\x58\xa1\xc0\xbb\x35\x21\x69\x75\x48\x80\x4f\xa1\x4e\x79\x84\x37\x45\xde\x55\xdd\xcd\x17\x24\x89\xa8\xa6\x7f\x73\x9c\x74\xbf\xf8\xe1\x79\xa5\x7b\x59\xb9\x5a\x1a\x0d\x43\xa4\x55\x44\x22\xb8\xae\x15\xd2\xe6\x40\xec\xea\x40\xb9\x8a\xba\xe6\x40\xb9\xd5\x12\x73\x77\x3b\xf8\x8f\x03\x53\x11\x6f\xc7\x1e\x79\x4e\x21\x6f\x35\x7a\xca\xd3\x34\x8b\x34\x21\xff\xd5\xaa\x4a\x43\x8e\xb1\x61\xd3\x3c\x1d\x55\x13\x22\xf0\x51\x8b\xba\xa1\xd0\xb5\xf5\x61\x40\x4b\x89\x47\x3a\xd1\x0c\x95\xb4\x23\xe6\x80\xe8\xe7\x00\x35\xac\x59\x0e\x49\x5b\xed\x14\x40\xab\x3f\xac\xe6\xcb\xc6\x2d\xe4\xb7\x97\x75\xc7\x1d\xe6\xee\xa8\xb4\x76\x5c\xf9\x54\xf8\x21\xfc\xca\x34\x5b\xf7\x92\x32\xb0\xfd\xb1\x11\xc5\x61\x6a\x31\x19\x39\x4c\xad\x6e\x7b\x5a\x7d\xb8\x9d\x13\xd0\xc1\xe8\x41\x8f\x69\x0f\xa8\x69\x47\x03\xf5\x9d\xfc\x3d\xf2\x9e\x22\xd5\x6a\xf4\x5c\x45\xaa\xf5\x82\xf4\xab\x48\xb5\x55\x35\xa0\x42\x63\x58\x6a\xb9\xff\x6a\xa8\xcd\xf7\x51\x6a\x14\x99\x97\xe5\x78\xd4\x4c\x45\xa7\xad\x76\xd2\x89\xc6\x05\xf1\xd9\x39\x78\xf5\x94\x79\x63\x06\x32\xcf\x3b\xd3\xa5\x16\x6c\x87\x3b\xf9\x22\x22\x66\x14\x42\xd2\x0a\x3c\x46\x31\x61\x35\xbc\xfd\xe5\x38\xcc\x34\x23\x19\xef\xe4\x44\x7d\x39\x4c\x1a\x16\xfc\x9a\x2c\x3b\xcd\x88\x3b\x9e\x30\x52\x87\x73\x0d\x0e\x9e\x17\x46\x80\xb4\x03\x1d\x66\x81\xec\xf6\x2a\x1c\xa9\x8a\xc5\x2a\x17\x10\x46\x0e\xd6\x47\x06\xf8\xa3\x23\xab\xbc\x1d\xd8\xcf\xec\xbc\x43\x5a\xa9\x7a\xb9\x93\x06\xd8\x0d\x76\x40\x71\xe4\x2b\x9d\x2c\x8e\x5c\x46\xaa\x5a\x1e\xb9\x02\x9a\x7e\xe0\x4e\x32\xfa\xf7\xc2\xb6\x7d\x5b\xcc\xab\xe9\xd3\x67\x3a\xa7\xaf\x22\xa9\x6a\x96\xe4\x6d\xf2\x61\x82\xde\xd8\x0c\xe0\xab\x6f\xcc\xa9\x90\x9a\xdc\xa2\x35\xf2\x88\x2c\xcf\x47\x2f\x69\x47\x04\x53\x53\x53\x5c\x8e\xed\xf5\x36\x97\xab\x69\xd4\x98\x1f\x29\x7c\x6a\x62\x83\x80\x39\x0c\xa8\xea\x7a\xe5\xc5\xd2\xbe\xe5\xb7\x3a\xd3\x8c\xe5\xbc\x48\x88\x6f\xc5\x2c\xb6\xcf\x87\x3e\xd1\x33\x93\x62\x63\x25\xe8\x98\x8b\x65\x45\xa6\xb7\x13\x92\xdd\x5b\x47\x6f\x69\x19\x16\xe4\x84\x76\x21\xef\x49\x29\xec\xc4\xb7\xb8\x5a\x1d\x69\x48\xfb\xe9\xca\x87\x5d\x57\x97\x40\xd6\x7e\xb3\xcf\x77\xcc\x40\x01\xb4\x44\x76\xa4\x1d\x2d\x1e\x04\xfc\xf6\x25\x7b\x09\xa5\x27\x99\x25\x36\x1b\x43\x4e\xc7\xba\x2d\x0a\x2e\x80\xd2\x3c\xcf\x14\x1a\x9f\x0e\xd4\xdc\x67\x05\x94\xea\x29\x99\x79\x41\xb7\x0b\xd3\x8b\x05\x97\x14\x5a\x20\x3b\xf3\xe5\x5a\x2f\x33\xf6\x05\xbd\x7c\x5e\x04\x83\xf7\xf7\xd7\x69\x43\xd2\xe9\x6c\x17\x6b\x60\x20\x64\x52\x13\x01\x9f\x8e\xcc\x2b\x1f\x64\x87\x55\x21\x1d\xe1\xa7\x93\x5e\x54\xc7\x5c\x9d\x4e\x74\xb1\x8f\x2b\xad\x32\x92\x14\x5a\x4e\xe8\xa0\x67\x69\xed\x4a\x3b\xa6\xc3\x94\x59\xa8\x29\xdb\x8f\x78\xf7\x49\xaa\x8c\x76\x64\x86\x14\x67\xbb\x5b\x40\x3b\x1d\x21\xd8\xed\xb8\x3e\x1d\x20\x78\x58\x71\x3a\xfb\x76\x7b\x98\x7c\xa8\x08\x88\x12\xec\x44\xa5\x4a\xb9\x29\x68\xa9\x58\xe3\x64\xd6\x6f\xaf\x1e\xeb\xa5\xe0\x9e\xab\xe5\x3b\x73\xe7\xc2\xb0\x6e\x6d\xb6\xcf\x87\x3a\xd0\x2f\x96\xe0\xf6\x90\xd3\xc5\xd4\x0d\x9d\x94\x59\x5a\x4d\xa3\x4b\xc0\xd8\x32\xe5\x8e\x45\x28\x59\xbb\x6c\x0b\xd0\xb1\x94\xb9\x07\x81\xb8\x9f\x81\x7c\x77\x22\x5f\x32\xcb\x9e\x9c\xdd\x2a\x04\x04\xb2\x3b\x6c\xb5\x41\xcf\xca\xfe\xd1\x4b\x1f\x40\x52\xc8\xaf\x40\x74\x79\x00\x4a\xe2\xea\x0d\x48\x12\x57\xdb\x80\x34\x1f\x4c\x96\xd3\x86\xfc\x56\x66\xda\x2e\x41\x00\x6a\x0e\x02\x16\x5e\x5b\x4a\xc5\xe5\x77\x50\x37\xa7\x4c\x59\x48\x94\x5e\x64\x41\xdd\xa1\x8f\xdd\x87\x69\xcb\x87\x2c\x57\xbe\xf4\xc9\x92\x19\x31\x51\x36\x30\xd0\x9d\xa6\xed\xd3\xce\xdb\xe8\x51\xf5\xf6\x2a\x14\x46\x2d\xdf\xd0\xc8\xe2\xee\x37\x18\xd1\x12\xde\x11\xf0\xb3\xdf\xc1\x3c\x67\x81\xde\x35\xa5\x03\x5a\xca\x2a\xf9\x54\x84\xd1\xd2\xae\x89\xbd\xb0\x10\xd3\x2b\xc8\x97\xc8\x79\x95\xe9\x9d\x4e\x50\x92\xaa\xba\x4c\x75\x30\x18\xf1\xc7\x2d\xf3\x67\x9a\xc9\xf4\xe5\xf0\x4d\xab\x5e\xc1\x40\xca\xc9\xc2\x32\x1c\xdd\xcb\x30\x80\xe8\x7f\x07\xd4\x32\xf4\x40\x3e\x5e\x6b\x05\xb4\x24\xce\xb8\x0e\x48\xa1\x9e\x80\x3a\x79\xa0\xcc\x03\x73\xe8\x99\x6e\x7c\x68\x32\xf3\x07\x42\x17\x6c\x0f\xcf\xda\x79\x00\x49\xae\x1a\x1b\x90\x4f\xfc\x1e\x90\x75\xe8\x80\x3a\xf1\x59\xb2\x43\xba\x41\xbd\xd2\x89\x08\xe3\xf3\xe1\x74\x97\x29\x7c\xb8\x1d\xf0\x43\xb2\xba\xa8\x0c\x65\xc0\xf7\x8e\x50\x06\xe8\x12\x49\x94\x59\xba\x6d\x79\x0d\xf4\x94\x7e\x02\x46\x98\x2b\x32\x2b\x53\x06\xab\x0f\xa4\x0d\x0a\xdb\x53\x42\xdf\xea\x08\xaa\x05\x59\x0f\x05\x1f\x85\xca\xd7\x20\x8b\x68\x75\xa6\x19\xd3\x17\x6c\x19\x5f\xe3\xe6\x71\x16\xeb\x8f\xd9\xa0\xc5\x16\xb3\x9e\x42\x9b\x44\xae\x1f\x5e\xa3\x5f\x75\xad\xf6\x80\x6d\x51\x92\x80\x0b\x26\x45\x04\xd4\xf1\x69\xd7\x93\x0b\x51\x17\x1b\xca\x3f\x18\x99\x47\x8c\x14\x2e\x6e\xef\xbb\x61\xe7\x5a\x75\x33\x34\xea\xda\xec\x30\x76\x20\xcb\xdf\xec\x66\x7b\x51\xdb\x31\xc0\x61\x11\x4a\x69\xe9\xc5\x1c\x84\x5d\xa6\x9c\xc5\xbd\x7c\x6a\x3a\x55\xcc\x96\x42\x5d\xef\x61\x5f\x15\x5b\xca\xd8\x81\x05\x11\x1b\x32\xb6\x1b\x8c\x1b\x05\x0b\xb4\xd0\x04\xd5\x94\x5b\xeb\x99\x5e\x74\x1c\xed\xa1\xa1\xe2\xf3\x28\xa3\x86\x9d\xd4\x14\xea\xae\x0e\xc2\x45\xb9\xed\x99\xbb\xd2\x8b\x75\xf5\x9a\x76\xa5\xc8\x66\x4e\x74\xc7\x71\xff\x20\xe4\x6d\x56\x01\x9d\x06\xcd\x09\xb8\x16\x68\x3b\x08\x2c\xad\x38\x8a\xa2\x65\x45\x1d\x14\x74\x64\xca\xa6\x77\x21\xdd\x4c\x63\x0f\x15\x4d\xf3\x85\xac\xfe\xd4\x89\x39\xd2\xac\xd9\x42\xb0\x97\xf1\xec\xca\x5c\xe3\xdd\xbc\xdc\x50\xc5\xf0\xdf\x80\x8a\x11\x1a\x80\x92\xfc\x8f\x14\x5e\x2e\xec\x80\x66\x78\xd7\x05\xd8\x3d\xf0\x0a\x68\x8c\x52\xe8\x23\x14\x46\x55\x91\xa3\x60\x3e\x4a\xd8\x7c\xe4\x7c\xad\x12\x95\x0e\x36\x73\xd5\xa9\x74\xb0\x0b\xab\x69\x0a\x69\x91\x68\xad\x23\x9d\x20\xb1\x17\x20\x6f\xd1\x8c\x53\xac\xe8\xd8\x0e\x20\xf0\x61\x64\xc3\xa2\x42\x65\x64\x22\xb9\xca\xde\x51\xfe\xaa\xea\x64\x0b\x0b\xf2\x0e\x80\x50\x94\x60\xb9\x74\xf6\xb6\x33\x29\xef\x39\x60\x2b\x27\x0b\x27\x84\x52\x28\x37\xe5\xc6\x14\xe4\x9d\xcf\xa9\xae\x2c\xca\xab\x2e\x2d\x25\xfa\x31\xa5\x4d\x38\xa4\xd0\xd4\x89\xa0\x53\x61\x46\xf0\x46\x65\x50\xae\x76\x39\x9f\x4e\x8d\x55\xb3\xf3\x95\x43\x99\x40\x86\x05\xbd\x3f\x77\xad\xcf\xae\x5c\xc9\xe4\x55\x58\x90\xd3\xd2\xa5\xcc\xdb\x8c\x73\x87\x08\x88\x11\xc8\x81\x43\xf9\xf0\x94\xb1\xaa\x02\xe9\x3e\x27\x8b\xe9\xd4\xc8\x17\xdb\x53\x01\x38\x47\x63\x69\x95\x1c\x79\x1f\xd0\xec\x69\x4b\xc3\x08\xe4\x54\x7a\x41\xc6\x17\xbf\xd3\xa6\x34\x69\x68\x40\x51\x59\x7b\x19\x35\xc8\xb0\x20\x7c\xa9\x43\xef\x60\xd5\x95\x0b\xac\x1e\x48\xb9\x27\xac\x8d\x53\xf9\x34\x15\xa2\x32\x38\x51\xd8\xd5\xd8\x8b\xca\x99\xbc\xc0\x94\x5a\xe9\xed\x7f\x83\x18\xae\x3c\xca\x25\xfc\xca\xb9\x93\xeb\xa7\x59\x78\x07\x28\xdc\x36\xbb\x43\x30\xca\x8e\x5c\x9d\x8c\x65\x41\x66\x0e\x4c\xb3\x2e\xb1\xe5\x64\x70\x4e\xe4\x3d\x32\xc4\x49\xc8\xee\x95\x52\x4d\x3b\xbc\x4c\x19\x90\x4b\xf8\xb2\x73\x20\x8f\x2b\xad\x4a\x9e\x66\x07\x29\x30\xb6\x1e\x70\x0a\xa7\x3b\xbe\xd2\xbf\x39\x57\xc9\x5a\x4e\xab\x71\xc8\x80\x27\xc6\x32\xfa\x17\xeb\xea\x88\x0f\x0e\x5c\x68\x88\xc8\xca\x74\x5c\x6c\x03\x58\xd0\x70\xdc\x0d\xe3\x70\x98\xc6\x87\x28\x1c\xd3\x11\xec\x6c\xf6\xcf\xe1\x7d\x99\x98\xf7\x0e\x74\x7c\x52\x05\x2c\x08\x64\x77\x40\x90\x2d\x80\x9a\xca\x33\x5f\x3a\xd5\x68\xaa\x2a\x39\xc1\x91\x3e\xc4\x66\x91\x5d\x2f\x9b\x33\xca\x96\x42\x11\xe9\x91\x0f\x25\x20\x7c\xca\xc0\x35\x3d\x6a\x1b\x1e\x40\xca\xa8\x78\x20\xc7\x5e\x52\x31\x0f\x94\x5c\x25\xa1\x2b\xd7\x48\x99\xd2\x13\x1c\x81\xec\xb6\x4e\x2b\x8e\x53\xde\xf2\xe1\x50\xde\xe7\x0b\x48\xb6\x95\x34\xe3\xc4\xc1\x70\x08\xe5\x7c\xda\xab\x4d\x0b\x0b\xd4\xcc\x95\x40\xcc\x5c\xbe\xac\xdf\x5f\xad\xef\xf9\x52\xa7\x7f\x4f\xd9\x25\xe4\x98\x72\x5d\x9d\x3c\xd1\x7c\x2e\x5d\x49\xce\xb1\x7c\x39\xac\xb4\xc0\x94\x14\xf5\x53\x0f\xc4\x54\x65\x8b\xaa\x07\x32\xff\x65\x26\x89\xce\x76\xe9\x44\x3c\x20\x24\xa5\x92\x2a\x3d\x98\x8a\x61\x6e\x6c\xdf\x2b\x0c\x33\xcd\xdc\x06\x41\x75\x5a\x56\x3a\xd3\xac\x32\x49\x20\xe9\x29\x60\x6b\xc9\x32\x40\xe6\x27\x68\xbf\x0d\xb6\xc8\x98\x1b\xf1\x86\x70\x94\xe6\xb4\x24\x1c\x6b\x0a\x15\xaf\x47\x4d\xd9\xda\x04\x75\x4b\x3b\xe0\x97\xaa\x22\x33\x24\x13\xe5\xa9\x5a\xcc\x26\x75\xa7\x38\xea\x01\xf4\x90\xe4\x14\x04\xe4\xae\xb9\x52\x66\xd5\x0b\xa6\xdd\x1c\x4f\x14\x5e\xd8\x06\xb8\xd3\xa7\xfd\xa1\x91\x4b\x9b\x93\x5d\x20\x13\x3a\xff\xf6\x08\x43\x51\x9e\xed\x7a\xc0\x41\x94\x68\x9b\xe8\xc6\x05\xd9\x3f\x0e\x42\x3c\x86\x00\x5f\x68\x28\x83\x6c\xd2\x76\x6f\x9f\xbc\x1c\x0b\xda\x75\x59\x93\x76\x6e\x8b\x46\x10\xa9\x02\xe5\x16\x7a\x20\x2f\x0e\x57\xf7\x40\x8b\xf4\xc7\x16\xc8\xb3\x97\x0f\x95\x41\x04\x7e\xdb\x74\x09\xac\x70\x70\x35\xf1\xb7\xa3\x5e\x3f\x66\xdb\x0d\x63\x02\x02\x7f\x33\x91\x72\x90\x34\x07\xb4\x1e\xf4\x31\x99\xd8\x01\xc8\x9e\x09\x68\x27\x0c\xaa\x42\x33\x0d\x73\xb2\x35\xe2\xa0\x41\x7d\x5a\xc3\x1d\x69\x77\xed\xa1\x23\xe4\x24\xde\x58\x32\xe6\x69\xcb\x6a\x1a\x95\x45\x2b\xab\x25\xf3\xdb\xc1\xa1\xa2\xc8\xb0\x12\xd1\xd0\xc1\x5f\x27\x35\x15\x43\x57\x0f\xb6\xbe\xe3\x90\x47\xb8\x94\xd2\x90\x95\xb3\xa7\xb0\xe9\x42\xf7\x05\xa4\x78\x22\x68\xd2\x89\x1f\xcf\x2d\x1d\x8a\x58\xce\x74\x21\x64\x98\x46\xc7\x77\x75\x06\x41\x7c\x57\xcc\x4e\xce\xfc\x58\x0b\xfc\xb5\xfb\x40\x46\x43\x55\xb8\x57\x2f\x23\x5f\xfa\x92\x06\x22\x81\xe3\xbd\xb6\x23\x1f\xfa\x74\x1e\x29\x7c\x8a\x74\xc0\x0e\xfd\x81\xf3\xaf\xfb\x6a\x78\x50\x17\x47\xbb\xf6\x94\x5d\x9e\x8f\x0a\x28\x91\xec\x0c\xc4\x0e\x39\x01\x87\xc2\x72\x40\x4f\x16\xac\xe3\x4c\x99\x8d\x91\x99\x3b\x1f\xab\x68\x54\xba\xed\x5a\x3e\xe8\x98\xfb\x65\x06\x26\x0b\x02\x76\xd3\x31\x6e\x29\x14\xb1\x70\x6c\x39\xc0\xab\x5f\x69\x54\x3b\xe2\x53\x66\xbf\x68\x5a\xb1\x68\x15\xc8\xc6\x24\x48\xce\x31\x5d\x1b\x6c\x73\x98\x3c\xae\x94\x79\x47\x72\x1a\x2b\xa6\xeb\xe8\x47\x20\x32\x78\x75\x40\x75\x59\x53\xb8\x56\xa0\x95\x94\xe9\xf4\x43\xbd\x1b\x5e\x65\x04\x10\xa7\xd4\x6f\x85\x43\x4d\x71\x5a\xe5\xea\x29\x44\x08\xbb\x00\x59\xe6\x94\x9a\xc7\xb3\xea\x83\xa7\x01\xe8\xd3\xb6\xd0\xb0\x37\x45\x6a\xb5\x18\x72\x14\xa9\x55\x8f\x2b\x7d\x9a\xe3\xb3\x27\x1d\x6f\x3f\xb2\x40\x23\xa7\x25\xd8\x3b\x68\x1c\xeb\xc7\xb0\xfa\x89\x59\x57\xf1\xb9\xa5\xa4\x59\xb4\xcf\x4c\xa6\x79\xd6\xe7\x43\xd1\xcb\x95\x2e\x41\x36\xa0\xf5\xb7\xcc\xfb\xed\x90\x01\x0a\x65\xe4\x3c\x33\x2e\x85\x0b\xc6\xbe\xe7\x6c\xfa\xf5\x03\x89\xb4\x50\x63\x94\x4f\xbf\x1e\xd0\x8b\x12\xea\x1f\x91\xc9\x86\x25\xb4\xb2\xa7\x50\x4c\x13\xb5\x65\x58\x85\xa0\xea\x8d\xa9\x83\x25\x71\x5e\xfc\x56\x60\xd3\xe4\x80\xe3\xd8\x70\x6e\xfc\x56\x90\x1e\xee\x90\x53\x40\x87\x94\xa7\xa1\xae\x3e\x4f\x20\x6d\xae\xf3\x87\x57\x38\x57\x55\xa8\x20\xed\x40\xde\xe9\xc4\x43\x31\x89\xdc\x16\xb5\x38\x83\x6f\x2b\x07\x08\x85\x37\xbc\xe8\x4a\x55\x4d\x17\xe2\xed\x8d\xac\x05\xff\xd7\x45\xe8\x63\x8f\xd4\xaa\x60\x32\x52\x4a\x9d\xbe\x07\xdd\x0b\x9b\xcf\x57\x9d\x07\x8b\xe7\xb4\x85\xd1\x49\x75\xd1\xb9\x6e\x98\xab\x1d\x4b\xd6\x0a\xa2\xe7\xed\xe3\x30\xea\xac\xa2\xc9\x7a\xe5\x94\xbd\x6d\x19\x8d\xc6\x7a\x3b\x93\x13\x42\x93\xae\x48\x97\x58\xaa\x6e\x27\x3d\x47\xd6\xf1\xc5\xe7\x33\x63\xb6\xc1\x3c\x8a\xe4\xed\xd8\xd3\x3d\x85\x8a\x3b\x82\x6d\xdc\x3e\xc5\x38\xd6\x1d\x6a\x16\x75\xe3\xb6\xca\xc9\x11\xe3\x6c\x8b\x1f\xbd\xd2\xd9\x16\x2b\x52\xb2\x02\xcd\x7a\xdd\x02\x69\x3d\x38\x7e\x14\x5a\x56\x1a\x44\xe8\x0b\x52\x7b\x94\xd5\x29\x99\x7d\x43\xbc\x9c\xb6\x99\x46\xb1\x53\xa4\x19\xb1\x6d\x0b\xb2\x99\xe2\x4a\xdd\x21\x67\xdd\x09\xe4\xfb\x7b\x1f\xd0\xb1\x03\x90\x8b\x23\xcf\x22\xe8\x4c\xab\x96\x51\x43\x09\x36\xdb\xd2\x8d\xe3\x4d\xcb\x11\x50\xe9\x3a\x38\x59\x89\x44\x8b\x72\xa9\x50\xb4\x92\x29\xf1\x9d\x8e\x2b\x66\x02\xc7\xa2\x1d\x9c\x2b\x3c\x47\x90\x91\xc9\xd8\xda\x5a\xca\xa6\x66\x2f\x8d\x3e\xdc\x07\xd3\xe7\x53\xaf\x06\x59\xb1\xb8\x1e\xe4\xe4\x23\x80\x08\xa6\x85\x32\x4e\x80\x49\xd4\x79\xb0\xd1\x71\x79\x95\x40\xe2\x21\x88\x8c\x13\x12\xa5\x51\x28\x14\x56\x34\xad\x0e\xf4\x7c\xd8\x9c\xce\x0f\xa8\xbb\x2a\xe3\xb8\x1d\x9e\x34\x82\x8f\xb7\x53\x56\xfe\x66\x5c\x74\xea\x1c\x29\x61\xab\x8e\x4d\x1b\x31\x17\x39\xeb\x5d\x4e\x88\x69\x96\xc7\x4e\x9c\x93\x45\x00\x25\x93\x30\x7c\x7d\x4e\x48\x08\x1c\x60\x81\x47\xea\x4a\xda\x0a\xfa\x52\x4b\xaf\x16\x7c\x6d\x5f\xbb\x82\x9f\x02\x7d\xe9\xe4\x01\x81\x17\x20\x85\xee\x1c\x29\x3b\x14\x11\x3b\x80\x8a\x07\xb2\x03\x4a\x12\xa9\x29\xd4\x64\x72\x24\x29\x77\xc0\x92\xb1\x53\x55\xbc\x92\x31\x3f\xec\x55\x3f\xe0\x4d\x64\xc9\x1b\xe9\xf2\xad\x8c\x76\x94\x39\x2f\x1e\xc3\x70\xb8\xd9\x08\x87\x79\xd8\x3a\x12\x7d\x56\xf1\x66\xf5\xd3\xa5\x48\x36\x96\x54\x45\x9b\x95\x86\x3a\xf7\xf0\xb1\x1c\x9d\xf9\x61\xab\xdc\xf9\x37\x88\xdc\xe4\xcd\xfb\x20\x30\xdd\x0e\x73\xe7\x9c\x5e\xfd\x83\xbb\x44\x8a\x4c\x9e\xb4\x8e\x3d\x5a\xf3\xc3\x5c\x36\xfc\xd0\xb9\xf3\x72\x0c\x3d\x6e\xdb\x31\x1a\x50\x51\x9f\xa9\x59\xb5\x5c\xcc\x33\x14\x7d\x04\x54\x42\x2e\x76\x8d\x53\x10\x8c\x30\x4b\xc5\xc2\xd5\x68\xdf\x0f\x38\x29\x2c\x58\xc1\x70\x35\x4a\xb4\xf3\x13\x8c\xe3\x03\x1a\x03\x66\xcf\x21\x92\x71\x38\x2b\xdc\x8d\x30\xe9\xd3\x39\x07\x4a\x45\x9f\x73\xce\x81\x86\x40\xe1\x70\xb7\x08\x09\x8e\x76\xdb\x0f\x18\xa4\xc3\xdd\xc6\xf1\xe9\xc4\xba\xcd\x15\x70\x91\x6c\x26\x5a\xd1\x6f\x35\x7a\x86\xd2\x11\x90\xf5\xf0\x74\x36\x82\xbd\x15\x74\x6e\x85\xc2\x1d\x0d\xa2\x50\xde\xba\x1a\x61\x5e\x81\x71\x35\x4a\x90\x02\xe3\x8e\x5a\xd3\x85\x64\xe7\x9a\xef\x9c\x3c\xf1\x00\xd2\x2c\x7f\x5a\xb1\xd9\xf6\x0a\x36\x56\xdc\xd9\x6b\x0a\xa1\xab\x11\x16\x1d\x18\x17\x23\xae\x03\xe3\x3a\xcc\x89\xb8\x38\x44\x45\xc7\xc5\x5d\x23\x65\xca\xa9\xd7\xf2\x5d\xd7\xdd\x08\x7a\x30\xf5\x1e\x25\x5d\x28\x29\xd2\x95\x66\x4c\xa1\x25\xe0\xe3\x93\x12\x72\x41\x2f\xe1\xc6\xc4\x89\x04\x1b\xa4\xfd\x44\x88\x44\x88\x7a\x3a\xc9\x78\xcf\x3c\xca\x09\x3a\x62\xc1\x7d\x72\xc3\x13\x0c\x6e\x33\xa6\x20\x74\xff\x96\x78\x72\x41\x9e\x9e\x0c\x25\x24\x0a\x46\xb7\x31\x4a\xb3\x4a\xd6\x93\x95\x9c\x3c\x50\x02\xc4\x5b\x73\x40\x87\x36\x05\x7d\x4c\x47\x0a\x31\x66\x29\xb7\x57\xd6\x55\x66\xbf\x01\xd5\xeb\x4e\x68\x8d\x90\xe4\x64\x6f\xf1\xd6\x3e\x2d\x31\xfc\xd6\xa1\x8f\xe1\xcc\xa4\x4c\xd8\x65\x4f\xa1\x62\x35\xcb\x95\x4f\x49\xc0\x98\x76\x95\xda\x08\x39\x4d\x21\x73\xa4\xde\x5c\x90\x79\x18\x44\xa0\x90\xb9\xd2\xd1\x9f\x5e\xd6\x58\x72\x42\x11\xb0\x16\x2b\x90\xe2\xce\x7a\x65\x0d\xc8\x90\x96\xa3\xdf\x71\x67\x11\xcd\x14\x68\x56\x06\xb4\xe5\x34\x68\x23\x47\xfd\xcb\x5a\x09\xf4\xeb\xd0\xb2\xab\x6f\x29\xd4\xa5\x3c\x98\xb3\x62\xc9\x08\x5f\x3b\x9d\x85\xe2\xd8\x63\x3e\xe2\xfe\x74\xe6\x4f\x39\xcc\x6a\xc4\x16\xe5\xa1\x20\xce\x6b\x41\x0a\x91\x85\xc1\x29\x6b\xd9\xb1\x45\xe6\x75\xba\xfb\x11\x29\xe1\xe5\xab\x49\xe5\x53\xaa\x84\x4e\x3d\x7d\x8a\x60\x8e\xbf\x81\x75\x13\xc1\x96\xc3\x5f\xa9\x30\x6a\xdc\x48\x2f\x08\x88\x61\xfa\x0e\x27\xa7\xce\x8b\x14\x09\x59\x22\xbb\x60\x63\x09\x53\xb4\x5b\xcd\x29\xfc\xe2\x50\x2e\x01\x7d\xd0\xc0\xd7\x5f\x93\x91\x31\x27\x1c\xd2\x29\xb4\x14\x0a\xa1\xbe\x9d\x6c\x20\x9e\x68\xe7\x3c\x18\x91\x38\xde\x36\xf2\xb5\x40\xe2\xcf\x47\xaa\xf6\x4f\xfe\xd6\x05\x79\x72\x91\x75\x7d\x53\xf0\xc2\x62\xa1\x70\xb7\xd2\xd1\xe5\x1d\xed\xd6\xd8\x9a\x4e\x29\x56\xf7\x7c\xa7\xe0\x2e\x0c\x58\x6f\xe4\x4c\xfc\x6a\x0a\x59\x3b\x12\x3e\xf5\x46\x41\xce\x40\x74\x8d\x21\x2b\xef\x78\xb6\x38\xfc\xdf\xc3\x6a\x00\xd8\x70\x75\xa9\x05\x54\xc2\x4c\x8e\x12\x45\xb0\xf5\x58\x41\xde\x9c\xa6\x35\xed\xbc\x9d\x3d\x03\x64\xad\x10\x47\x52\x7a\x3b\x63\x38\xf6\x1d\x87\xb4\xb5\x96\xaa\xe5\x93\xde\x76\x41\xe4\xbb\x00\x72\x16\x8a\x94\x59\x3b\x6e\x29\xb4\x42\x53\x53\xaa\x53\x10\x1a\x79\x8b\xa2\xc7\x07\x9d\x5b\x10\xf3\xea\x7c\xf2\x23\xdf\x3d\x74\xea\x30\x3b\x32\xfe\x7d\x66\xc7\xc4\xcd\x7e\x52\x40\xdd\x1e\x77\xa0\x03\xea\x3a\xd2\xb2\xe2\xe9\x8e\xa8\x89\x6f\x47\x8b\xc0\xab\x15\x4d\xf7\x91\x3b\x48\x87\xf1\x59\xc8\xe9\x18\xfd\x96\x52\x8d\xf1\xd3\xaa\x84\x38\xb6\xf7\xdb\x0f\x3e\x6e\x81\x24\x08\x99\xce\x87\x1e\x82\x4a\xd4\x84\x73\xb7\x1c\x3b\x36\xbb\xb1\xd9\x7f\xeb\x61\x0c\x47\xd3\x31\x60\xdf\xe1\x3e\x9c\xed\x69\x41\xca\x7e\x57\x52\x76\x2b\xed\x6a\x03\x22\xe9\x3d\x90\xae\x6a\x6d\xe9\x50\xee\x36\xa3\x3d\x1c\x2d\xe7\xcb\x60\x0b\x52\xca\xe9\xa0\xa6\xeb\x0b\x44\xfa\x0c\xbf\x0d\x35\x1a\x78\x0e\xa7\xf7\xdb\xe8\x62\x58\xda\x3d\x52\x6a\x91\xff\xa4\x59\x5f\x11\x1f\x69\x48\xeb\x56\x99\x0d\x67\xd2\xc6\x63\x35\x36\x27\x70\x3d\x19\xbf\xf3\xab\x6f\x94\xc1\x42\xbd\x1f\xc7\x06\x0b\xad\x8c\xc4\x89\x59\x33\x3b\x84\xa7\xb5\x34\x64\x0d\xbf\x82\x82\x8f\xd9\x0f\x64\x4e\x73\xe4\x53\xe5\x9e\xb9\xd2\x8b\xe8\xaa\xa6\x1d\xef\xe5\x93\x61\xa3\xad\x1c\xd4\x75\x84\x39\x22\xdc\xd8\xcc\xed\x82\x1f\xd9\x8b\xf3\xe5\x10\x53\x67\xa6\xe5\xe0\xc7\x8a\x3b\x94\x95\x2f\x7e\xf8\xa1\xa4\x7c\x8a\x03\xf9\x11\xd7\x1e\x9b\x8f\xd2\x9a\x2e\xb4\x07\xd0\x2e\xc7\x6e\x39\x90\xf9\xd9\x7d\xf5\xd3\xbc\x76\xec\x38\xd4\xbc\x3f\xc7\x8e\x72\x6e\x1b\xc3\x50\x9c\x5b\xb9\xa0\xd0\xdd\x61\x9b\x18\x43\x87\x02\xdd\x8a\xaf\x4c\x2e\x48\xa7\xe5\xa7\x59\xa7\x64\xcc\x87\x0f\x4f\x56\x3e\x74\x8c\xe9\xe7\x4b\xcf\x73\x30\x60\x9e\x29\x94\x28\x98\x59\xdf\x7d\x57\xc6\x77\xc6\x16\x68\xf6\x66\xc6\x3c\x14\xaf\x16\x3b\xff\x70\x7c\x5a\x2b\xc1\x01\x8b\x9e\xcd\x9a\x23\x11\x69\x8d\x4f\x61\x53\x27\x48\xe8\xe0\xcd\xfa\xed\xb7\x45\xc7\x2b\x2d\x49\x85\x2c\x69\x88\x73\x37\xa0\x2d\x7e\xd0\xff\xee\xe3\x33\x83\xb1\xf6\x90\xc9\x55\xfc\x6e\x4b\x97\x38\x17\x5a\x40\x89\x05\x9f\x66\x44\x4f\x41\xc0\xe2\x58\x96\xc1\x22\x56\xc6\x85\x15\x38\x5d\x78\xc7\x33\x48\xa7\x23\xe9\x6c\x2a\x87\xb2\x61\xff\x1c\x84\xb2\x61\x3b\x1d\x07\x02\xd7\x95\xba\x55\x08\xec\x40\x3e\xdb\x2d\xc7\x8d\xc3\x0a\xc2\xe7\x4b\x5f\x88\xdc\x52\xc8\xe4\x5d\x80\xf7\x3a\x9f\x2c\x53\x8d\x43\xc1\x01\x44\xc8\x8d\x43\x7e\x57\xa2\x0f\xc7\x01\x95\x58\x84\x19\x87\xa9\xe4\x4c\xa1\x97\x9a\x32\xa9\xbf\xd8\x85\x9c\x69\x62\xf5\xd8\x00\x25\x48\x9e\x81\x7c\xea\xa6\x1d\x02\xe2\xd8\x7f\x8a\x6b\xeb\x1c\xe6\xe3\xb0\xfd\x18\x43\xeb\x70\x16\xcc\x16\xfa\x3a\x10\xfd\x3b\x2d\xc9\xdb\x5a\x32\x25\xba\xdb\xc7\x79\x31\x0e\xcb\x78\x41\x88\xb4\x54\x67\x0a\x9b\x37\x07\x13\xe4\x13\x12\xb6\xac\xa7\xf0\x7b\xdd\xd3\x25\xec\x2a\x0d\x69\xe5\x33\x5f\x3a\x22\x37\xe2\x0b\x87\x93\x25\x55\x62\x5d\xc7\x41\x6a\xac\x33\xf8\xad\xf9\xc3\x5c\x37\x8e\x30\x33\x06\x6a\x2f\x18\xdc\xdf\x99\x3a\x2a\x27\xca\x81\xe4\x06\x45\x1f\xd6\x6a\xb3\xb8\x5c\x54\xed\x8c\x0c\x5d\x20\x53\x2f\x39\x6e\xe0\x57\x76\x56\xb0\x0f\x13\x38\x48\x40\xca\x82\xca\xef\x15\x16\x7e\x70\x0f\xd0\x82\xd3\x28\x4e\xb3\x47\x33\xca\x26\x56\xfc\x56\xc9\x82\xb4\x0a\x16\x3e\x06\x29\x83\xb2\x37\x0a\x44\x9c\x0f\x59\xfa\x7c\xa9\x4d\x05\xbd\x97\xee\x55\xd8\x80\x44\xc3\x5b\xca\x7c\xc4\x7d\xda\x61\xa2\x1b\xa0\x95\x9a\xc2\xa7\xc3\x0d\xfd\xd8\xe0\x3d\x8a\xe3\x6b\x8f\x74\xca\x53\x58\x3b\x90\x06\x16\x64\x17\x91\xb4\xc6\x11\xac\x10\xb7\xd2\x90\x1c\x0a\x44\x52\xf2\xa1\x19\xd2\x95\x56\x75\xa6\xb0\x42\x8e\x7f\x0b\x8d\x38\xfe\xad\x65\x97\x17\xd2\xfa\xb3\xad\x14\xf0\x56\x76\x48\x91\x78\xb7\x6c\x7a\x62\xda\xd0\x4d\x46\xb1\xd8\x93\x05\x33\x4f\xc2\x84\x31\x8a\x8f\xb5\x1e\xc8\x3c\xbc\x05\x7c\x8b\xe0\x8d\x9f\x83\xd8\x08\x13\x18\x4e\x02\x34\x50\xe1\x47\xf5\xe3\x76\x4c\x89\x42\xda\x8e\x13\x8e\xe0\x88\xb6\x81\x42\x3f\x14\xd1\xb6\xb0\x4d\x5d\x5b\x4d\x7a\xda\x15\x33\x81\xd1\x54\xcb\x3e\x10\x82\x23\xda\xc2\x1f\x14\xd1\xb6\x9a\x3d\x01\x95\x09\x94\x9d\x5b\xd9\xc8\x25\x20\xeb\xd0\x00\x7d\x4e\xd8\x03\x38\xaa\x67\x7e\xd0\xae\x93\x47\xc3\x59\x1c\x7b\x56\x91\x51\xfc\x7a\xff\x8e\x07\x65\x54\x1b\x99\x46\x0a\x2d\x98\x0e\x70\x97\x60\x3a\x3e\x13\xe6\xdd\x39\x40\x48\xae\xc4\xd0\xa9\xdf\xe7\xdf\x11\x86\x47\x25\x47\xdf\x95\x52\x6b\x59\x2d\xe0\x5a\xa4\xce\x69\xe4\x68\xb3\xcc\x9e\xa3\xcd\x1a\x86\x9d\xa1\x88\xb2\xa3\xdb\xc0\x39\x4e\x5b\x92\x6c\xcb\x1a\x7e\x6b\xbf\x72\xac\x9e\x24\xfe\x83\xde\x4f\x0e\x8a\x96\x76\xac\xe5\x8c\xf4\x29\x6e\x31\x52\x17\xf4\x06\xa0\x53\x32\x78\xc9\xfc\xd8\xfe\xe5\x0b\x51\x0b\x34\x73\x43\xb4\xf5\x2b\xfb\x1d\x46\x43\xf8\x17\x7a\xf2\x50\x4c\x57\x25\xa2\x6a\x9c\x16\x57\x07\x08\xe9\xe9\xc1\x0b\xe2\x3b\xb9\xe5\x98\xaa\x4e\x63\x87\xad\xcd\x79\x09\x3f\x6b\x4d\x82\xb1\x30\xea\xd3\xce\x68\xec\x01\x43\xa1\x51\x95\x70\x92\xa1\xc8\xa8\x8a\xfe\x36\x4e\xa7\xe1\xcb\x39\xa2\x40\xa9\x8a\x51\x73\x9c\x0e\x68\xc1\xcb\x32\x1c\x36\x85\x23\x69\x5c\xbe\xdb\x40\x20\xf3\xb8\x30\xf7\x41\x44\x0a\xa3\xaa\x98\xe6\x86\xa2\xa8\x8e\xc6\x04\x29\x6c\xaa\xd7\x3d\x35\x9b\x6a\x1e\x40\xf6\xc0\xd8\x42\xe2\x37\xed\xf6\xd1\x52\x78\x0b\x81\x40\x8e\x75\x09\x72\xde\x71\x23\xad\xda\xc8\x80\x48\x7a\xe1\x71\x81\x16\xfd\xbc\xfd\xc0\x1c\x30\x2e\xec\xd7\xf0\xac\x0b\x0b\x0e\xb2\xae\x63\xa7\x76\xbc\x2c\x43\xc1\x53\x15\x13\xd7\xb8\xfc\x9a\x0b\xb2\xb6\x33\xbb\x11\x66\x35\x2e\x1e\x99\xef\x40\xe2\xe2\x99\x1f\xbf\xdf\x92\xc9\x1b\x3e\x2c\x7f\xf8\x7e\xc3\x39\xae\x1b\x5c\xe9\xff\x06\x57\x50\x77\x1a\x24\x76\x8a\x02\xab\x6a\xce\xf6\x4b\x8a\x49\x44\x0f\xbd\xd1\x77\xb4\x96\x32\xe9\xc2\x25\x8d\x6a\xab\x66\xa1\x6f\x0c\x51\x69\xd4\x98\x03\x4d\xdf\x59\xa3\x7b\xcc\xd5\x68\x34\x3c\xe0\x77\xa6\xd0\xcc\x1f\x4e\xd7\x10\x07\xe1\x16\x0d\x9f\x06\x5b\x57\xe1\x51\xb5\xee\x29\x3c\x05\x9d\x40\x90\x77\x0a\x45\x40\xd0\x48\x83\x11\xf7\x80\x66\x42\xb0\x12\x27\xd7\x6b\x39\x8f\x9a\xef\x73\x11\x9d\x3a\x1a\x54\x02\x1d\x34\x42\x4e\x58\xc0\x86\x1e\x5a\x03\x0a\x43\xb4\x52\x25\xf7\xac\x39\x55\x14\x03\xb5\xaa\xa6\x5d\x6d\xb9\x3d\x1f\x7a\xcb\x41\x4f\x0d\x15\x03\x36\xd4\x4c\x0a\x48\x1b\x0d\x15\x23\x93\xa4\xc5\xc7\xed\xe2\xe7\x05\x2b\xc1\x2a\xa3\xdd\x0c\x3c\xa0\x8f\x44\x8e\x2b\x87\x28\x8d\x68\xcd\x0d\x79\x0c\x21\xb5\xc1\xd5\x39\x1e\x14\x5b\x54\xeb\x91\x42\x9f\x74\x2c\xa3\x62\x8b\x6a\x45\x42\x54\x34\x51\xad\xe8\x5d\x8e\x26\xaa\x47\x6a\x9a\x7d\xc0\xc1\x08\x19\x8a\x72\xe7\x97\x63\x07\x12\x61\x87\x55\x7f\xea\xc2\x06\x2e\x40\xc5\x33\x31\x9d\x1d\xf1\x08\x1e\xd1\x9d\x33\x21\xfa\x9c\x13\xa1\xb5\x9c\x08\x9d\x65\xda\x81\x2e\x41\x29\xb3\xa7\x01\x14\xfc\xae\x29\xa7\x69\xc7\x9a\x0f\x3f\xe9\x8a\x6a\xab\x1c\xc4\xdd\x51\x91\x99\xeb\x8e\x05\x80\xb3\xa3\xf3\xde\x1a\xe8\x65\x21\x52\x57\xeb\x9b\x5e\x26\xc8\x52\x57\xe7\x32\x91\x90\x43\x29\x9c\x5a\x0f\xea\x4e\x8b\x70\x64\x4a\xe4\x63\xc7\x71\x3f\x88\xfe\x89\x02\xe9\xfc\x4e\xf5\xd3\x8e\xed\x15\x30\x29\x85\xff\xd4\x5a\xd2\xa5\x6d\xd0\x57\x1a\xf2\xf5\xe6\x3d\x0d\xd9\x37\x34\x82\xae\x49\xf7\x83\x83\x9f\xd7\x83\x51\x0c\x2c\xa5\x54\x1e\x6c\x70\x4e\x37\xbf\x32\x79\xc1\x72\x87\xdd\xf0\x38\x09\xc7\xc8\xf2\xa7\xee\x70\xc3\x29\x9d\x06\xf3\xed\x43\x2f\x71\xa7\xd0\xcb\x7f\xa5\xd0\x24\x98\x86\xc0\xd0\x0b\x3e\xa4\xc6\x55\x04\xfb\xa1\x07\x12\x08\x2a\x1f\x03\xae\xff\x01\xfd\x2c\xde\x05\x64\xe5\x86\x29\x74\xa0\x4f\xfb\x0c\xdc\x1b\x11\xee\x49\xf4\x4e\xfd\xf1\x9d\xf9\x55\xd7\x0f\xdb\xa6\x59\x86\x7d\x02\x8a\xa7\x94\x14\x8a\x02\x4b\xca\xc4\x52\x10\xc3\x86\xa3\x64\x3f\xf3\x75\x33\x6a\x10\x52\x06\x8d\x13\x8e\xe8\xf8\x9d\xbd\xa4\x13\x6d\xfd\x33\xc7\xc2\x70\x1c\x61\x4d\xa1\x1c\x6c\x48\x0e\xb7\xcf\x7f\x8e\xd4\xdb\x86\x1c\x9c\x91\xe3\x66\x77\x5f\xa9\x2b\x0a\x44\x02\xe1\x09\x47\x0e\xd4\xdb\xf7\xd4\xb2\x28\xce\x04\x85\xcb\x75\x38\x13\xd4\x8e\x1b\x73\x38\x28\xa7\xfd\x86\x82\x76\x0f\xe8\x39\xd2\x26\x26\x4c\x27\x78\xfa\x48\x36\xca\xda\xd4\xae\x33\x85\x12\xf6\x22\x90\x90\xa8\x29\x33\xed\x87\x18\xaf\xce\x24\x10\x79\x13\xeb\x83\x42\x6f\xea\x07\x7b\x3d\x1e\x53\x52\x55\x8a\x77\x04\xce\x1b\xc1\xeb\x0a\xd8\x3c\x96\x0e\xc8\xb8\x53\x3a\xdc\x29\x03\xbf\x19\x38\xe8\xfb\x98\xe5\x8c\xf3\x43\x8b\x9f\xa3\xdc\x0f\x2d\xb6\x88\x0f\x7e\x68\xf1\xea\x9f\x52\x4f\x0b\x0d\x99\x17\xc0\xe4\xfc\x08\xe3\x88\xe9\xc2\xf1\x37\x95\x53\xe1\xb6\xa6\x84\x5b\x76\xe4\xd1\x45\xce\x22\x87\xdc\x54\x8e\x0c\xe7\x76\xaa\x67\xaa\x4a\xdc\xe3\xfc\x98\x49\x5e\xdd\x01\xc5\x70\xe0\xfb\x93\xbd\xcd\x51\xa9\xa8\x9a\x86\xaf\xc3\x2f\xaa\x2e\x0c\x76\x40\xf3\xce\x2b\x0d\xb1\x6a\x03\xd0\x6f\xe0\x05\x3d\x16\x8d\x42\x5f\x61\xc4\x55\x3c\x14\x72\x53\x2b\x86\x82\x39\x8c\x2e\xcd\x2a\x8a\xa6\x9e\xf9\x50\x21\x12\x9c\xeb\x13\x17\x5d\xf0\x93\xf1\x39\xe6\x53\x67\x74\x22\x74\x60\x10\x54\x83\x8b\x79\x38\xdf\xea\x47\x68\xe1\x55\xc7\x11\xc8\x49\xb8\x33\xd3\xbc\x49\x0b\xae\x0e\xab\x89\xaa\xeb\x9c\x4e\x03\x12\x73\x20\xcd\x47\x40\x98\xd0\x54\x26\xcc\xe1\xa3\xd1\x75\x27\x5e\x5d\xa4\xbc\x69\x9a\xe2\x90\x50\x74\xcc\xb1\x65\x6e\x91\x08\x38\xb5\x1c\x1c\xb3\x07\x05\x9d\x3d\xdc\xd1\x18\xd3\x12\xc0\x95\x32\x47\xd1\x31\x30\x3f\x98\x7b\xa6\x4c\xdb\x15\x96\xfa\x30\xff\x80\x51\x2b\x88\xa5\x70\x79\x7e\x3c\x2c\xef\xc1\x3d\xfc\xe2\xc5\x88\x46\xea\xa8\x95\xca\xae\x72\x76\xa5\x7a\xa5\x8c\x8d\xdd\x00\xc5\x25\xaf\x40\xa6\x9f\x96\x2f\x25\xac\x30\xe2\x07\x09\x54\xbd\xec\x0f\xdb\xf4\x70\x24\x0f\xa5\x50\xda\x8f\xfe\xe3\x9b\x97\x7e\xe7\xb7\xd6\x4f\x3b\xe6\x42\x08\x7b\x7e\x17\xb2\x32\x8f\x0f\xeb\x0e\x10\x93\xb3\x29\x55\x16\x87\xf7\x1d\xa3\x71\xfe\xf5\x93\x8e\xe7\x70\x58\xca\x8e\x83\x7c\x38\x2e\xa5\x0c\xf6\xe2\xc3\x71\xca\xb8\xb2\xc7\xc3\x6f\xc5\x46\x30\xd4\xc3\x19\x95\xd0\xce\xa1\x87\x33\x72\x29\x78\x3c\x88\xae\x62\xba\x2c\x42\x86\xb6\x1e\x0e\xae\xc2\x63\x38\x1e\x08\x32\x3d\x38\x28\xb5\xeb\x9e\x3e\x2d\x5f\xf6\x80\x3e\x81\x82\xaf\x48\x6d\xb0\xfb\xfc\x80\x22\xa1\x29\x7e\x08\x79\xf5\x62\x8c\x1c\x52\x52\x99\x05\xf2\x29\x41\x24\xcf\xe8\xf3\x40\x7a\xd5\xaf\xe7\xbb\x87\x7b\x2c\x80\x66\x15\x20\xf0\x34\xab\x68\xf9\x52\x64\xc9\x40\x48\x99\x84\xd4\xf2\xc4\x15\x45\x33\x83\xfe\x2f\x40\x1b\x4b\x03\x99\xe3\xa0\x2e\x28\x52\xa3\xd6\x0f\xc4\x97\x34\xeb\x74\xf0\x10\x89\xc2\x36\x7a\x68\x56\x51\x1b\xc7\x38\x52\xe6\x43\x03\x09\xe6\xc9\x06\x47\x18\x77\x10\x47\x65\x9a\xfd\xee\xdf\x76\xa5\xcc\x9b\x3f\x33\xc2\xe6\x47\x53\x24\xb9\x51\xf9\x74\x63\x0e\x94\xf9\x72\xa8\x5c\x44\x77\xd2\x1b\x11\xbc\x33\x9c\xb2\xfb\xe2\x16\xf0\x20\x87\x11\xf9\x19\xc6\x13\x6f\x3a\x4a\x8a\x1f\xe0\x6b\xd1\x10\x9c\xc4\xe8\xea\x30\x88\x27\x67\x4c\x96\xd4\x1c\x02\x94\x49\x6a\x44\xc4\xca\xf0\x43\x7b\x17\x52\xd6\x0b\x0d\x11\x55\xce\x89\x8a\x6a\x4f\x55\xcf\xcb\x05\x34\x9d\x62\x1c\x08\xd2\xa0\x13\xef\x57\xb0\x7d\x39\xdc\x92\x70\x92\xe1\x17\xed\xf6\xf8\x5e\x9c\x27\x68\x70\xe1\x7f\x90\x19\x08\x4f\xf0\x70\xc0\x46\xab\xcc\xd2\x6b\xd0\x0f\x48\xd8\xb8\x8f\x2b\x7a\x38\x64\xa3\x06\xfb\x9b\x91\x82\x85\x2f\xb4\xb3\x47\x5f\xde\xc0\xc1\xc1\xd2\x25\xca\xc5\x0b\xf2\x40\x2a\x7c\x41\x1e\x99\x31\x3b\x92\xb8\xd9\x3d\x5e\x96\x20\x51\x2d\xf5\xd4\x5c\x0f\x67\x7a\xb1\x63\xd3\xae\xfc\x48\x15\xfd\x4b\x81\x17\xb5\x66\xd8\xd2\x00\x3f\x3a\x1f\x01\x12\x71\xf7\xbd\xbd\x63\x11\x2f\x1d\x02\x51\xd1\xbe\xde\x16\x03\x51\x6f\xf4\xe2\x5a\xcf\x9e\xf4\x73\x25\xe1\x52\x8e\x80\x68\x25\x65\x16\xfb\x98\x3b\x07\x3d\x9c\x90\x90\x33\xfc\x5c\x5c\x2d\x1b\xce\xd3\x53\x39\x59\xdf\x18\x50\x19\xf3\xdb\xfc\x77\xfc\x30\x5f\xec\xaa\xda\xdc\x27\xc8\x2a\x44\x2b\xb2\xd0\x7b\x30\x66\x46\x69\x7d\x20\xb2\xb9\xc3\x1e\x08\x24\x1f\x8a\x7a\x28\x27\x1b\xf8\xcd\x4a\x23\xc9\x29\xce\xa1\x9e\xd0\xb4\xe3\x1c\x2e\x42\x40\x93\x3d\xbb\x7e\x3e\x35\xf5\xb1\x28\xef\x2c\x2e\x73\x6b\xff\x4b\xb4\x19\x5e\x3e\x88\xc8\xad\xf8\x82\xe3\x84\x2e\x1c\x41\x10\x63\xab\x22\x08\x56\x55\xda\x55\xa8\xe0\x07\x41\x67\x2c\xef\x69\xc6\x9b\x39\x7d\x5a\x1f\xcc\xb0\xad\x0e\x46\x00\x7f\xb3\xb5\x3f\xa0\xcf\x00\xef\x74\xbf\xf0\x51\x9a\x97\xfb\xde\x1c\xd0\xea\xd9\xbd\x37\xfb\x02\xf1\x84\xdf\x1b\x6f\xdc\x7e\x40\x67\xfe\x4e\x5d\xdd\x10\xb5\x4c\x71\x3b\x6e\x81\xcc\x6b\x0b\xb4\x70\x59\x52\x6a\xfa\xef\x40\x4a\xb2\x65\x25\xe9\xde\x1c\xfc\x4a\xac\xc0\xbd\xa1\x46\x0e\xbe\x14\x1f\x20\xe5\xc5\xad\x34\x3b\x95\x2b\x4c\xf7\xe6\x58\x3e\xcc\x11\xb7\x63\x0e\xce\x2d\x1f\x9a\x32\x82\x10\x4c\xe0\x04\x79\x1b\x75\xa1\xb1\xdb\xc9\x73\x9c\x75\x77\x41\x55\xee\xee\x06\x64\x5d\x62\xa4\xaa\xa9\xb3\xa6\xd4\x96\xc6\x14\x9a\x3a\x4f\x86\xb6\x78\x7b\xe3\xc4\xbf\x79\xb4\xaf\x83\x9f\x72\x02\x5f\xa9\xe9\x6b\x1f\x68\x95\xf7\x66\xa2\xd9\xc1\x7d\x69\x8a\xad\x9d\xf9\xd0\xc2\x41\xe6\xcb\x17\x85\x32\x10\x99\x81\x88\xd9\xbe\x37\x8e\x74\x66\x4f\xd1\x01\x85\x20\xb3\x5b\x39\x71\xea\xc6\x98\xed\xd4\x6f\xe8\x11\xf7\xee\xf7\xd8\xbd\x91\xee\x9d\x05\xcb\x87\xe6\x09\xa0\xbe\x67\xc1\xd2\x90\x0f\xe3\x7c\x8a\xf8\x0f\xf2\x72\xf2\x1f\x0d\xdc\x77\x39\x6c\x09\x94\xbf\xf7\xc5\x3f\x0a\xa9\x00\xee\x9d\x03\xc0\x7a\xe3\xad\xdc\x36\x05\x82\xbf\xf5\xa2\x44\x21\xa9\xc1\xbd\x3b\x9d\x49\x46\xa2\x78\x4f\x2e\x3d\xdc\x04\x0e\x7c\xca\x40\x8e\x91\xe8\xd5\xa8\x96\x81\xc8\xf1\xe6\x5c\x7d\x0b\x82\x23\xd0\x0e\xcb\x9e\xa9\xb4\xbc\x86\x93\xf5\xde\x6d\x69\xda\xc0\x55\xb7\xb5\x9d\x69\x6c\x41\xcc\x0f\x63\x16\x7f\x3f\xb7\x40\xee\x93\x0f\x9d\x36\xae\xd3\xc7\xa4\x0f\x10\x92\xb4\xef\x8c\xd7\x0b\xf2\x19\x57\x52\xa8\x68\xb4\x91\x42\x86\x69\xdc\x8f\x0e\xb1\x37\x40\x3f\xda\x6f\xd6\x77\x1f\x76\x9d\xb2\x1b\x9d\xd8\x06\xcb\xf9\x7d\x38\xfe\xa8\x1f\xa9\xea\xad\x7a\xfe\x98\x8b\xdf\x07\x82\x1f\x33\xa4\x47\x3f\xca\x55\x69\xc8\x29\x49\x50\xfc\x6e\xf9\xe6\x0f\x9e\x97\x5e\xa0\x6e\xa9\xed\xf9\xb2\x1b\x5d\x10\x74\xe2\x22\xb3\xcc\xfb\xc0\x7e\x70\x32\x52\x25\xc8\x42\x96\xba\xe5\xd5\xaf\x67\xda\xb9\xe9\xa4\x02\xfa\x31\x78\x3e\xc4\xe2\x53\x40\xc8\x99\x6b\x6a\x10\x72\x56\x40\xb6\xa3\x1c\xec\xbc\x49\x7e\xde\x64\xae\x41\x0b\xbb\x0f\xc7\x4d\x1e\x74\xa2\xc0\x8f\x93\x2d\x6f\x17\xfa\x99\xc9\x64\x3d\x53\xf3\x16\xc4\x12\x4d\x77\x08\x72\xf6\xaa\x12\x64\x7f\xcb\x65\x7e\x6c\xb0\x61\x7b\xc5\x2f\xc6\x51\x90\xd3\xd9\x19\xb8\xc5\x51\xfc\xee\x82\xa9\x88\x2d\x56\xbc\xd6\x96\x68\x6f\xb9\xc5\x8f\x01\x5f\x2b\xf0\xf3\x2b\xa0\xf9\x41\x20\xbd\xb5\xbe\x07\xf2\x1a\x30\xb1\x76\x8b\xc7\x5c\x76\x3b\x53\x4d\x2c\x50\xb7\x32\xd5\xd4\x93\xf9\x29\x44\x98\x05\x05\x49\x84\x27\xcb\xe7\xbc\x35\xb1\x73\xdd\xca\x5b\x73\x64\xe1\x4b\x48\xa6\x03\x36\x7d\xc9\xc0\x86\x27\x1a\xfc\x7c\x68\x1c\x4c\x09\x06\xa8\x4f\x3b\x0f\x15\x06\x59\xf3\xef\x2b\xa0\x56\x7a\x4f\x1f\x22\xa7\x02\x3a\xce\x22\xd9\x83\x2c\xd2\x45\x56\xc5\xfe\x82\x9a\x99\x96\xe8\x78\x96\x14\x7a\xde\x69\x16\xd2\xab\x69\xc8\xb6\x0c\x26\x48\xa1\x1e\x21\x20\x39\xf1\x0f\xae\x40\xde\x72\xe2\x57\x8c\xd4\xb7\x72\xd8\x1c\x17\xcc\xc2\x1e\x7d\x22\x1e\x6f\x3b\xf4\xc3\x4a\xcb\xd4\x7b\xc9\xa1\x09\x93\x61\x49\x99\xc8\x90\x63\xbb\xca\xb6\x74\xb2\x29\x2a\xd6\xa4\x2b\xa0\x57\xc0\x2a\xf5\x5d\x7d\x47\x0b\x9a\xa8\xdd\xed\x0c\x20\x5d\x7a\x62\x75\x2a\x6a\x80\xc5\x93\xbb\x42\x3e\xcc\x9c\x5c\xf4\x9f\x73\x5a\x2e\xfa\x7a\xd6\x40\x66\x1b\xe9\x52\x57\xb2\x7a\x03\x9f\xc1\x8b\x27\x40\x72\x88\xef\x29\x1b\x8a\xc7\xbd\x80\x6e\xe5\x11\x07\x55\x79\x14\xce\x9a\x36\xf5\x10\x7b\x09\x64\x7a\x60\xc6\xfd\x44\xdd\xe0\xe6\xc9\x5d\xb3\xe6\x8c\x4b\x06\xc9\xd6\xe8\xc4\x71\xb4\x39\x13\x2a\xe6\xa2\x9a\xba\x22\x81\x9a\x86\xc4\xf0\x3a\x08\x71\xb6\x7c\x1a\x1a\x3a\x4d\xc0\xe8\x36\xee\x8c\x4b\x27\x4d\xa8\xb7\x3a\x3d\xf8\x16\xc8\x62\x1f\x02\x50\xf5\xf5\x96\xbf\x25\x3e\xe5\xae\x44\xcf\xd2\x89\xcf\xa8\x4f\x3b\x16\x11\x3f\x85\x32\x63\x34\x66\xdd\x1c\x2e\x33\xeb\x20\xa1\x3d\x34\x81\x94\x9a\xc9\x94\x8f\xea\xcc\x48\x10\x55\xac\x50\xdf\x27\x82\x28\x47\xa1\x93\xd7\xa0\xe0\xdf\x67\xe7\x5d\xbd\x0b\x50\xf7\xd4\x3e\x5f\xca\x70\x7e\xa6\x4c\x54\x79\xa6\x19\x75\xf9\x81\xf4\xd2\x33\xab\x77\x9a\xd2\x90\x05\x1c\x4a\x80\x9e\x7d\x9f\x58\x1f\xd8\x86\xa7\xef\x19\xc0\x50\x94\x83\xa6\xe0\x05\xb9\x95\x83\xa6\x12\x9c\x72\x9f\x96\x5a\x60\xa2\xa7\xd9\xd2\x99\x46\x87\x09\x24\xfd\x6b\xc7\x9c\xe9\xc2\x3b\x26\x1f\x2a\xd4\x1b\x86\x71\x5a\xa4\x29\x99\x0d\x4c\x98\xb6\xd4\xdc\x0a\x57\xa8\x67\xc6\xef\xd0\xb5\x48\xab\xce\x4e\x73\x72\x26\x2b\x76\xa1\xa3\xb7\xdc\xca\x4e\x13\x9b\xf3\xad\x74\x34\xf5\x3c\xf3\x5d\x97\x83\x2e\x35\xc5\x32\xce\x40\x0e\xe6\x4e\x9b\x96\xc9\x7b\x40\xb1\x57\xce\xf9\x13\x4d\xa9\x06\x54\x42\xdd\x9e\x3e\xa0\x00\x30\x27\x34\x2d\xa5\x22\xbb\xe8\x13\x4a\x5d\x53\xf6\x60\x67\xaa\xe3\xb0\x76\x3e\x9a\x81\x3f\xe4\x3e\x27\x08\xd1\xa7\xa3\x5f\x6a\x96\xd2\x97\xac\xa0\x01\x85\x52\xd4\x93\xa3\xfc\xb2\x6a\x04\x02\x0a\xa4\x28\x39\x36\x2e\x5f\x4b\xd9\xf2\x9d\xd2\x57\x8c\x7c\x67\xd7\xdd\x91\x42\x0b\x4d\xd6\xe1\x6f\x25\x99\xa9\x27\xdc\x8e\x24\x33\x78\x2c\xef\x2b\xe7\xe1\x05\x28\x7f\x02\x4c\xec\x42\x22\x4e\x37\xba\x67\x1f\xa6\x71\xd9\x40\x82\xbb\xe6\xbe\xb8\x74\x9a\xaa\x8b\xc5\x5d\x1c\x46\x97\xf5\xa4\x8b\x91\x40\x3e\x50\xd3\x65\xb5\x38\x55\x7d\xb7\x8e\x73\x4b\xb9\x63\x0e\x62\x97\xee\x0b\x03\x08\x32\xa7\x93\xc7\x90\x6b\xe2\x26\x79\x4c\xcd\x87\x66\xa3\x23\x5f\x5a\x35\xeb\xe9\x04\xae\xca\x30\x61\x54\xe8\x5b\x97\xb9\x0f\x02\xcd\x35\xe1\xaa\x4c\xe6\x04\x07\x5a\x9a\x0e\x8f\x63\xd4\x7a\x23\xbc\x7e\x20\xbf\xfa\x90\x76\x20\x83\x80\x6b\x19\xa2\xfc\x10\x11\x11\xed\xc7\x11\x11\x57\x67\x33\x36\x84\xa8\x11\xf0\x12\x7e\x81\xac\xd1\xf7\x80\xca\xe8\xb3\xa5\x21\x44\x8f\x01\xe8\x93\xfe\x04\x32\x77\x84\x4e\x9b\xc4\xa6\x3d\x55\xc9\x0a\xf3\xe3\x5b\x3d\xb7\x83\x25\xea\x67\x2c\x0a\xa9\xe1\xda\xf0\xed\x47\x0c\x49\xa2\x74\x3b\x1c\xe2\xbc\x52\xe6\xcd\x09\x07\x6c\xe8\xcf\x3d\xa5\x5e\x24\xd8\x83\x9f\x44\x23\x6e\xe7\xf6\xcb\x7a\x11\xb4\x1b\xaa\xd2\x48\x55\xef\x4e\xc6\x25\x4b\x69\x83\x12\x9a\xce\x2f\xec\x62\xb7\x43\x25\xca\xc8\xcc\x42\x26\x9f\x52\xf3\x07\xf4\x28\x22\x27\xf0\x50\xdd\xe4\x73\xc1\x31\x7c\x37\xdf\x1b\xc6\x31\x7c\x3b\xae\x02\xf3\xf5\x4d\xca\x16\xbc\xb4\x37\x71\x15\x78\xa8\xee\xc6\xf3\xf9\x60\xa8\x73\x89\x7b\x7d\x77\x77\xea\x04\x1c\xe0\x77\xf7\xbb\xcf\x1c\x68\x4a\xd3\x92\x5c\xbd\x3c\x75\x56\xeb\x99\x42\xf1\xcc\x96\x42\x8b\x40\x30\xe2\xce\xda\x8f\x80\x2f\xf7\x62\x14\xba\x45\x66\x78\x54\xf7\x59\x84\x23\xf6\x76\xfe\x95\x8b\xfb\xc9\x77\xc7\x76\x06\xe9\x2a\x94\xa2\x90\xa4\xf8\xee\x3e\x62\x5a\xaa\x4e\x5f\x64\xd8\x01\x45\x0c\x2d\x1f\x82\x42\x3a\x95\xa8\x99\x81\xca\x09\x92\xa3\xb2\xe3\xe5\xe0\xc4\xe9\x37\x33\x1f\x50\xe7\x21\x14\xd7\x43\x1a\x4c\x83\x25\x9d\x9a\xd9\x5d\xe7\x4a\x23\x7d\xdb\xdd\xed\xf5\xc0\x79\x79\x77\x5c\xeb\x23\xa0\xe8\x11\x19\xb2\x4f\xd6\x65\x00\xea\x0e\x11\x08\x2a\x1c\xa2\xe2\xdb\xbf\x87\xcd\x1e\x6c\x0f\x85\x3f\x14\xcc\xeb\xf7\xc0\x3d\xce\xb9\x32\xac\x03\x11\x12\x77\x0f\x2f\x61\x4f\xab\x7e\x35\x01\x3a\x19\xb6\x73\xe0\x4d\xbd\x07\xde\x27\x0e\x3e\xe5\x39\x39\xc8\x79\x7c\x0f\x26\x97\xfd\xe2\x87\xa5\x4e\x16\x69\x64\x3a\x41\xd7\x57\xae\xea\x08\xa8\xfc\x3e\xc1\xf7\xb6\x3b\xe0\x48\xa1\xd6\xb7\xa7\x59\x2d\x68\x4f\x55\xef\x6e\x0e\xc9\x81\x23\x21\x0d\x39\x7e\x1b\x6b\xe8\x3d\xcc\x2b\xf1\xaf\xdc\x7e\x93\x2a\x8e\xc6\x5b\xd9\x44\x0a\xb9\xb7\x6f\x67\x08\xb9\x22\x31\xdf\x4e\xb0\x16\xe3\xde\x9d\x69\x69\x80\x52\x44\x38\xff\x6f\x87\xfb\x61\x08\xbf\x6f\xab\x74\x18\xa2\xef\xdb\x36\x7e\xac\xd4\xf7\x6d\xe2\x85\x61\x3b\x5f\x07\x56\xf2\xfb\xe6\xe1\xe1\x2d\x20\xf8\x02\x5a\x17\x8b\x75\xef\xf6\xad\xa1\xe8\xc4\xb7\xef\xdf\x46\x7b\xb5\x83\xbf\xc5\x0a\x64\x07\xff\xc0\x97\x7c\xdb\xc1\x1f\x9f\xe7\x7d\xf3\x2a\x33\xf4\x7b\x87\x91\xa4\x29\x26\x95\xe1\x31\xa9\x08\x8a\xf6\xf8\x2f\xe1\xe7\x87\x2c\xfd\xb6\x51\x6f\xe4\x43\x09\xb1\x3d\xad\xfa\x2e\x15\x94\xaf\xd8\x80\x8f\xfd\xd1\xb1\x01\x27\x8c\x78\x66\xa5\x0e\x40\x4f\xf7\x11\xd0\xc4\x8e\x3e\x3b\x7d\x72\xb5\x34\x2b\x1d\xa9\x07\x7a\xf8\xa9\x49\xa0\xb7\x3f\xf4\xa8\xe5\xef\xaf\x17\xbc\x4b\x79\x32\x2a\x0e\x6b\x3f\x82\x5c\xcf\x91\x32\xcf\x0f\x47\xca\x64\x11\x61\xe8\xbc\xb6\x84\xb3\xf9\x96\x2f\xfe\xe0\xee\xe3\xed\x9c\x16\x27\xcb\x3f\xb9\x96\xb8\x07\x74\x9f\xe0\x63\x61\x15\xd6\xea\x77\x97\x07\x57\xbc\x6f\x3f\xa8\xd4\x62\x84\xe1\x09\xa5\x58\xbf\x78\xfa\x28\xe7\x9a\x9f\x3e\x1a\x5c\xdc\xbe\xed\x61\xdf\xa3\xd5\x3e\x30\xb2\x21\x08\x3c\x2c\x43\x44\x49\x78\x58\x2e\x88\x09\x49\xae\xf3\x3d\x86\x3e\xfb\xca\x71\xaf\xdd\xf2\x95\x57\x6e\x8d\xdd\xf6\x5b\x5f\x6c\xa7\x87\xd9\x7b\x2c\x2f\x7e\x23\x28\x8e\xf4\xfb\xe1\x68\xc7\xf2\x29\x7d\x1a\xa4\xf4\xe6\xc0\xa4\x61\xf9\x45\xcf\x4f\xa1\xf9\xd5\x95\xc2\x5b\xbd\x56\x20\x99\xdc\xae\x40\xe6\x24\x48\xb0\x0f\x5b\xb5\x39\xc9\x94\x27\xa1\x5e\x6c\xc4\x07\x4f\x8d\xa7\x93\xe9\xb1\xa4\xaa\x77\xcb\x91\x76\x5e\x2a\xf4\x04\xd9\xfb\x1c\xab\x96\x12\x1a\xec\xf1\xde\xdf\x4a\x61\x50\x2f\x76\x9d\x53\x18\x90\x38\xf7\x7e\x72\xcf\xe8\x48\x21\x44\x45\x43\x4e\x2d\x9a\xba\x3a\x58\x2f\xe8\xef\xe9\x28\xd3\x98\xe7\x9c\x6f\x60\x70\x1e\xea\x19\x9e\x7a\x41\x9b\x7e\x86\x27\x0e\x15\xe5\x22\x38\x08\x47\xbd\x9d\x8b\xa0\xd7\xb4\xa2\x17\x8c\xf6\xb4\x62\x6d\x03\xdc\x38\x06\x8e\x7c\xa8\xd0\xf6\x4c\x80\xf3\x0b\x30\x91\x4f\xae\xe1\xf2\xe1\x6d\x64\x2a\x90\xec\x1e\x57\x6a\x9a\xd0\xe0\x32\x76\x53\x5f\x50\xb0\x1c\xd3\x47\xaf\x29\xa3\x7f\xe6\x86\xa7\xde\xe1\x07\x7e\x66\xe7\x0a\xe6\xba\xcf\x16\xeb\x92\xf2\x09\xd4\xd8\x7a\x94\x41\xa0\x46\x4b\x79\xfa\xc6\x6c\xac\xdf\x4a\x21\x50\xaf\xcc\xbf\xcc\x4b\x57\x90\xc3\x86\xdd\xd2\xa3\xe3\x9b\x31\x45\xbd\x4c\x02\xa0\xf3\xe2\x89\x7b\xd8\x93\x9f\xd9\x29\x99\xe6\x97\x29\xe2\x53\x68\xb2\x3b\xd2\x90\xd4\x16\x78\xd0\x0b\xb6\x57\xf2\x65\xd3\x2d\xda\x13\x48\xb7\x01\x3f\x90\x32\xfa\x73\x86\xbf\x90\xde\x5b\x0a\xa7\xac\x07\x7f\x03\xff\xb6\xdf\x3b\x7b\x9f\x37\x77\x5a\x70\xf5\x22\x70\x7c\xbe\xec\x3d\x81\xcd\xbd\x10\xee\xf0\x0a\xe1\x22\x8f\xd3\x4a\x2e\xf2\x42\x8e\xe3\xfb\xe5\xec\x7a\x31\x73\xbe\x7c\xad\x1c\xbd\xff\x45\x46\xa2\x40\xba\x8c\x0d\xf7\x79\xd9\x5f\xf2\xe9\x52\x29\x49\x6a\x20\xc5\x0c\xb0\x7a\x2f\xbf\x99\x82\xfe\x67\xb7\x3a\x51\x0d\xb7\x1d\xe7\x17\xf2\x98\x1c\xe7\x07\xb7\x96\xfc\x8e\xfc\x41\xbc\xca\xad\x34\x08\xa5\x67\x56\xc5\xac\xaf\x2c\x95\x03\xde\x63\xb9\x7d\x59\x6f\x8c\xe3\xc2\x9e\x72\x22\x09\xef\x97\xf5\x81\x98\xec\x5f\x16\x01\x61\x0a\x2f\xae\xb2\x51\x75\xda\x7c\xc4\x34\xca\xcb\x12\x4f\x8e\x5f\xb5\x2f\x1f\xc8\x6a\x34\x14\xfa\x32\xf5\x86\x1e\xa6\x9f\xd4\x4a\x87\x96\x4f\x6b\xaa\x5a\x1e\xac\x69\x48\x8f\x73\xa0\x07\xbe\x9d\x52\x08\xeb\xc5\x9b\xb3\xa1\x06\x54\x62\x6d\x36\xcc\x1b\x52\xbe\x80\xaa\x0e\x8a\xd4\x54\x0e\x2a\xba\x90\x4f\xbf\x34\x64\x11\xf9\xf4\xeb\x75\xa4\x43\xed\x7b\x58\x8b\xbc\xf8\x25\x96\xeb\xb7\xaf\xd4\xc4\xfe\xfa\x76\x9e\xf9\xc8\x94\x64\x32\x88\xa1\xd2\xcf\xf6\x5c\x29\x14\x8f\x8c\x44\xe3\x77\x7a\x62\x40\xb3\xfb\xff\x82\x9b\xbc\x21\xc7\xf4\x89\x79\x82\xdd\xac\x67\x7b\x7a\xbc\x9d\xca\x6b\xb0\xe7\x94\xb0\x87\x3f\x46\x3a\x39\xf8\x2b\x37\xe0\xef\xb7\xbd\xb8\xc8\xc6\x64\x35\x20\xfb\xc6\xed\xac\x06\xf1\x34\xbe\xfd\x5c\x6b\xa6\x5c\x06\xf8\x2b\xd8\x98\x81\xa6\x7b\x93\x20\xdc\x5c\xbe\xfe\x12\x0f\xa1\xb2\x18\x9c\xc4\x34\xdf\x76\xfc\x9f\x9f\x1e\x74\x6c\xe3\x81\x73\xde\x82\x2d\x4e\x9a\x37\x0f\x82\xa6\x90\x49\x65\x88\xe6\xad\x90\xf5\x1b\x91\x33\x63\x34\x73\x45\x63\x7f\xa3\xc8\xd6\x80\xca\xa1\xb6\xa5\xaa\x31\x4f\xab\x5d\xaa\x3e\x63\x14\x79\x1e\x9f\xef\xfc\xcc\x6d\x86\xec\x5b\x5e\x57\x9a\x11\xad\xba\xc7\xb9\xf9\x9a\xe5\x19\x48\xc9\x21\xdc\xe1\x74\xe6\x82\x76\x1a\xf3\xa9\xf8\x80\x83\xb9\x9a\x7e\x07\x08\x17\xdf\x74\x78\x00\x91\xa8\x73\xe3\x71\x94\x13\xc8\x46\xec\x03\x68\xca\xc7\x91\x2e\xbc\x8f\xce\x34\xf3\x54\xa3\x69\xe6\xa5\x68\x85\x1d\x48\x19\xe0\x4f\x3e\x94\x6b\x19\x95\x7a\x26\x77\x81\x57\x67\x2a\x77\x41\x5d\xec\xe9\x47\xdc\x7a\x6e\x76\x3b\xf9\x65\xa6\x05\x5e\x9a\x80\x34\x6b\xd3\xc1\x09\x06\x7e\x69\x18\x06\x3d\x9d\x12\x01\x4d\x78\xfa\xb5\x9e\x9a\xb9\xc2\x80\x72\x80\xad\xcc\xb4\x57\xe5\x43\x13\x6b\xe5\x43\x54\xc0\x16\x50\xb6\xc6\x83\x09\xb1\x1b\x13\xf6\x35\xfd\x26\x0f\x4f\xfb\xcc\xcd\x81\x83\x78\x6c\x26\x49\x0f\x38\xcf\xa6\x93\x1e\x24\xfa\x6e\x6e\x8e\x23\x24\xa6\x6e\x6e\x56\xb0\x3f\x90\xcf\xa5\xac\x1f\x61\x69\x8d\x86\xe5\x20\x40\x8f\x9b\x9b\x6d\x2f\x9f\x85\x70\x60\xfb\x67\x25\x10\x9b\x0f\x7a\x25\x2d\x1b\xe8\x4b\x29\x3a\x33\xf0\xe9\xf7\x86\x03\x89\x11\xf4\x40\x2f\xbd\x59\x92\x2e\x95\xfe\xca\xac\x78\xee\x9d\x1c\xec\x40\x96\x55\x36\x20\x27\x85\x2f\x40\xda\x31\x2c\xdf\x6e\xa9\xdc\x07\xe1\xdc\x6d\xc5\x2d\x69\x45\xe6\x91\x23\x3d\xe8\xd0\xde\x52\x26\xa6\x74\xe6\xbb\xb7\x20\x0f\xd7\xaf\xf7\x70\x48\x4d\xc5\x3b\xb4\xcb\x4a\xcc\xdc\x4d\x85\xcc\xe9\xee\xf3\x1b\x3a\xdb\x71\x07\xa4\x43\x67\xd7\x08\x2d\xed\x4a\xfd\x82\x5d\x78\xea\xf1\x9e\x55\x17\x74\x24\x48\xa2\xd7\xcd\x9d\xec\x1a\xec\x43\xbd\xe5\xd3\x5a\xf0\x91\x1a\x45\x20\xd3\x54\xc4\x43\xbb\x06\xf8\x84\xec\x68\x55\xa7\x76\x63\xc5\xf5\xca\x4f\x19\x9f\x46\xad\x78\xf4\x80\x0f\x8d\xab\x01\x59\xef\x28\x29\xf4\x64\xa5\x1d\x2d\x1c\x0b\xbe\xa3\x70\xb1\xbd\x79\xe4\x07\xfa\x74\x2a\x04\x3f\xc3\xb6\x20\x9d\x68\x17\x2b\x27\xdd\xfa\xea\x59\x2c\x74\xeb\x33\xa0\x05\xcb\x9e\xca\x3e\xf0\x68\xe9\x70\x72\x0b\xcc\x19\x93\xd7\x7a\x70\x44\xcd\xc3\xd9\x25\xfd\x76\xdf\x02\x35\x34\x1f\x00\xf3\x20\xe2\x8d\x69\x50\x36\x82\x3d\x9c\xeb\xb0\x3a\x61\xbb\xc2\x3c\xb0\xd3\xe5\x4b\x9f\x8e\x57\xaa\x82\x51\xea\xd2\x2c\x18\xf9\x56\x0b\xe7\xcc\x74\xfa\x81\x30\x8e\x03\x6b\xc6\x19\xd0\x22\x22\xbc\xf4\x70\x8e\x51\xf6\xbf\x13\x0e\x34\xfc\x3d\xf3\xe0\x4d\x01\x46\xa6\x35\xc4\x2e\x3b\x1d\xf1\x70\xf5\x9a\x3e\xed\x31\xb8\x80\x94\x25\x2d\xc8\x9b\x51\xe0\x1b\x9a\x0a\x80\x38\x7a\xaa\xc2\x0b\x52\xd7\x72\x58\xc6\xc9\x61\x76\x81\x0f\xfa\x35\xa4\x71\xb0\xde\x81\x24\xcf\x34\x66\x9a\xb7\xf0\x7f\x7c\x31\x73\x1e\x98\xfd\x19\xe5\xf4\x40\x82\xab\x57\x33\x65\xa2\x4c\xab\x1f\xd3\xd1\x10\x97\x75\xcc\xe9\x24\x01\x61\x1b\xc5\xd1\x51\xb8\x98\x66\xe1\x1e\x14\x8c\x83\xc7\x78\xba\x05\xaa\x59\xb0\xc0\x77\xbe\xe5\xc8\x60\x82\x1c\x8d\xc0\x0b\x6b\xb3\xa0\xa3\x17\x7a\x55\xc4\x22\x49\x6a\x26\xaf\xe8\x6c\xf4\x72\xa3\x58\xf1\xa5\x14\x3d\xfc\xa5\xb3\x58\xcf\xe3\x7c\x2d\x56\xdf\xd9\x9d\x4e\x04\x70\xb1\x91\x0b\x8c\x9d\x19\x51\x10\x41\x09\xf3\x52\x10\x41\x09\xf3\x2a\x4e\x54\x82\x6b\x68\xea\x6d\x9b\x4e\x20\xc7\x54\x1e\x80\xc2\xab\x69\xd3\x71\x03\x17\x3b\x57\x6f\xd9\x1c\x58\xea\xa7\xb3\x00\x5c\x70\xf5\x4a\xf4\x11\xdc\xca\xcf\xd5\xb4\x13\x0a\xf1\xdd\x7e\xb4\xce\x59\x6d\x18\x61\x8c\x0e\x14\xb8\x48\x37\x3c\x2b\xae\x33\x77\xe2\xc7\x6a\xda\x09\xdd\x55\xef\x45\x8b\xdf\xb3\xb2\x17\x21\x26\xdf\xf4\xbf\x7a\xbe\xd4\xba\xb3\x96\x89\x22\x38\x81\x44\x05\xac\xa4\x63\x0a\x78\x18\x65\x56\x2f\xe4\x00\x39\x99\x27\xfd\xa8\xe8\x82\x8c\x38\x98\x3a\x48\x09\x1f\xd6\x54\x14\x41\x25\x5e\x7e\x56\x36\x3b\xeb\x51\x2d\x09\xd8\xd2\x36\x79\xc7\x06\xc3\xc7\x4c\x10\xc1\xe7\x53\x47\xa9\xa6\x9b\x5b\x51\xbd\x35\x75\xed\xf9\x4e\x99\xcd\xb2\xec\xbc\x8a\xc8\xc9\x5e\xab\x7e\x09\x84\x70\xef\x69\xbf\x7d\xc3\x31\x34\xed\xb7\x1f\x44\x66\x4f\x3c\xf5\x68\xed\x53\x8f\xce\x74\x94\x89\x79\x92\x3d\x9a\x89\xb7\xa7\x3e\xc1\xd6\x93\x97\x65\x88\xbc\x98\x27\x26\x47\x36\x19\x79\x00\xf0\x38\xcd\xd3\x8b\x6f\xb5\x7d\x3a\x2b\x40\x8e\x2a\x3b\xf2\x49\xc1\x3f\xe5\xba\x2f\x03\x8a\x3a\x7d\x81\x04\x3d\x7d\xfa\xfd\x18\x9e\x40\x99\xb8\xee\x6b\xaa\x5a\x52\x69\x29\xf4\x11\x5c\xf2\xa5\xba\x84\xfa\xed\x49\x6f\x27\x4b\x71\xde\x90\x14\x23\xc3\xeb\xc1\xd9\x29\x0f\xf9\x81\x81\x64\x9e\x8e\x26\x3b\x33\x63\x3e\x2d\x47\x0a\xe5\xdb\x47\x10\xb4\x13\x7c\xcb\xf4\x71\x3c\x06\x3f\x6b\x06\x6c\xab\xd3\xec\x72\xd0\xa3\xd3\x42\x11\xe4\x3e\xc9\x18\x10\x0e\x95\x1c\x01\x9c\x71\x7e\x69\x25\x8c\xc5\x2f\xad\x0c\x42\xe0\xa7\x5c\xdb\x95\x78\xc0\xe9\xac\x00\x5c\x41\x9f\x17\x67\x65\x4b\x55\x0b\x29\xec\x0f\x27\x02\xe0\xad\xa4\xe9\xb7\x55\x2e\x66\x44\x0f\xa6\xd4\xb6\xf5\x1f\x33\xf0\x0b\xfe\xc9\x5e\x22\x29\x40\xb8\xd0\x45\x54\x18\xfb\x0e\xa7\x78\xb6\xc4\x85\x81\xf4\xd3\xab\xe5\x14\xb6\xec\xe5\x80\xe1\x6c\x18\x3b\xc2\xa3\xdb\x5c\x83\x29\x63\x6c\xd8\x9f\xa1\x38\x3f\xb1\x82\x45\x63\x5e\x04\x87\x72\x94\x5e\xf8\x61\x10\x39\xaf\x9b\x6e\x98\x6d\xad\x77\x34\x08\x5f\xdb\x27\xf1\xee\xbc\x58\x61\x58\xb5\xef\xed\x9f\x35\x75\xb1\x9f\xc2\x00\xfd\x5c\x0a\x21\x8b\x53\xee\xed\xba\xed\x60\xaf\x93\xad\xed\x69\xc7\x23\xf3\x50\x5a\x67\x06\x07\xa0\x75\x71\x38\xa7\xdf\x31\x69\xe8\x54\x8d\xe0\x85\x33\xa0\x4c\x57\x70\x55\xf9\xa8\x6b\x43\x76\x6f\x98\xae\x58\x27\x79\xac\x3b\x2a\xee\xe4\x0a\x3f\x96\x8b\x29\xaf\x74\x6d\x20\x2b\xa7\x74\x6d\x7b\xca\x2e\x41\x27\x90\x57\xb0\xa7\xaa\xaf\x3c\x8c\x80\x76\x0a\xb1\xfa\x7e\xe3\x84\x7c\xe3\xb3\x39\xbf\xf0\x16\xc8\x09\x1a\x19\x74\x96\x93\x5e\x24\x07\xd7\xe0\x23\x99\x8a\x57\xf1\x17\x28\xeb\x55\xa6\xeb\x66\x11\x68\xd6\x99\x5e\x5b\x0a\x9d\x99\x86\x41\xfb\x9e\x00\x8b\x29\xc7\xf7\x9e\x93\x9e\xb4\x00\x44\xbb\x4c\x79\xbe\x6b\xdb\x03\x29\xa4\x33\x3d\xf2\xfe\x1c\x8d\x4e\x4f\x5d\x20\xa5\x12\x0b\xa6\x8a\x83\xc1\x5a\x35\xfd\x4c\x09\x91\xfd\x53\x5e\xee\x96\xfd\xd7\xb8\x3a\x02\x3b\x6d\x04\xc9\x94\x94\xda\x02\x93\x56\x9f\x8a\xe8\x01\x37\x3f\xb4\x1f\x6a\x21\xe1\x1c\xeb\xd1\xf1\x7a\xc0\xcc\xba\xac\x05\xdc\x26\x98\x72\x88\x17\x82\x09\xa7\x9f\x26\xc1\x5f\x3a\x3b\x42\x38\x3b\xd3\xef\x8f\xb4\x23\x1f\x8a\xea\xd8\xd3\x1d\x7b\x15\x3b\xd1\xee\xf0\x76\x04\x82\x59\x74\x40\xbf\x64\xc6\x97\x26\x1e\x9c\x91\x53\xa9\x04\x6a\x43\xe1\xb2\x37\x9c\xb8\xad\xe9\xbc\x02\xbc\x6b\x33\xf5\xfc\x48\xd9\x98\xbb\x8e\x46\x05\xd1\xd9\xfd\xbd\x87\x24\xe5\xe1\x3e\xae\xf4\xe1\x27\x46\xb8\xf8\x33\xbb\xa3\x39\xf7\x14\xae\x91\x44\xa6\xed\x7e\xad\x06\xaf\xe5\x94\x47\xfb\xe0\x59\x8a\xe9\x84\x04\x38\xce\x66\xc7\x0d\xc9\xd9\xae\x14\x04\x65\xdb\x52\x78\xba\x90\x76\x64\x06\xc2\xe3\x31\x95\x29\xa0\x44\x10\xea\x5e\x4b\x1c\x67\xd3\x9e\xf1\xe8\xcd\x7a\x47\xa4\x36\x14\x50\xbf\x23\xd2\xd0\xda\xf5\x8e\x48\x59\x42\xca\x0f\xd9\xf7\xf0\x89\xc1\x41\x34\x90\x9c\x59\xbc\x81\x7b\x86\x6d\x28\x27\x7a\xc9\xb2\x3b\x65\x00\x57\x8f\xa6\x1f\x19\x69\x9c\xea\xc3\xaf\x56\x72\x46\x0d\xac\x8b\x69\x66\xb8\xcb\x1d\x88\x55\xa7\x4b\xbc\x62\x35\xa0\xed\x4b\x10\xcc\xe0\xc6\xf9\x99\x6e\xde\x6a\x89\xba\x7a\xec\x88\xd0\xb1\x69\x3f\x7d\x43\x0c\x92\x9f\xbe\x9c\x69\xe6\x36\xb2\xe0\x13\x22\x48\x55\x9b\x61\x38\xe3\x07\xc1\x0a\x9c\xdc\x7e\xf1\x23\xeb\x35\x1c\x31\xfe\x29\xd3\xfe\x86\xb6\x06\xc6\x69\x04\xe0\x61\x07\x1a\x47\xfc\xd0\x8e\x3e\x33\x95\x3a\x1c\x48\xf4\x33\x87\xf3\xb1\x6d\x29\x53\x88\x6b\x4f\x2b\x7a\x87\xf5\x4c\xcd\x97\x76\x5e\xca\x34\x1b\x50\x9d\xd2\x0e\xac\xee\x1b\xe0\x2e\x22\x0c\x24\x21\x02\x76\xef\x9c\x04\xc4\x51\x4c\x65\x1d\x28\x98\xbb\xa7\xd2\x0c\x1c\x44\x46\x4c\xc7\x0b\x8c\x98\x92\x6e\x9f\x29\x04\x22\xcc\xdb\x16\x3e\xa6\x5c\x89\x05\xca\x06\x7b\x55\xb8\x40\xe3\x75\xbf\x79\x3b\xd2\x12\xae\x70\xfb\xdc\xdf\xd2\x8c\x13\x3a\xf7\x34\x63\x6b\x38\x90\x0c\x71\x3c\xb4\x37\x6f\x8b\x75\xe1\x18\xb7\xc5\xba\x6c\xd1\xdb\x8e\xe6\x2b\xcd\x2a\x18\x83\x27\x63\xa7\x93\x0c\x6c\x10\x84\x73\x0c\xe4\x36\xc9\xbc\xfd\xf0\xf1\x99\xd9\xe2\x75\xa1\x01\xf4\x70\xb3\xe9\x54\xcc\x87\x43\xff\xb6\x4d\x24\xd4\x7c\x13\x00\xc7\xb1\xe6\x08\x04\x0c\xe2\x53\x29\x06\x0e\xbc\x1e\x93\x14\x03\x70\x51\x05\x27\x94\xde\x53\x73\xb8\x4b\x06\x86\x88\x8f\x00\xe3\x67\x3c\x22\x07\x4f\xab\x68\xb8\xf4\xa7\xb3\x08\xb4\x9a\xc2\xc5\x53\x37\xb6\x9e\x92\x08\x54\x6e\x9d\x4f\x45\x0d\xec\x27\xc1\x8d\x73\xda\xb2\xcb\x65\x97\x39\xb3\xd4\x69\xc8\xb4\xe6\x09\x72\x14\x01\x29\x9b\xa7\xdf\xe9\x18\x25\xed\x9a\xe7\x13\x29\x30\xe7\x20\x62\x06\x48\xd2\x04\xf4\xe4\xb4\x01\xed\x4a\x9f\x03\x14\xd2\xae\xe4\x99\x8c\x7a\x80\x50\x50\x78\x2f\xfa\x62\x2b\x4c\xbf\x47\xc0\x44\x2b\x1a\xa1\xc6\xa8\x36\xcd\x18\x30\xd7\x38\x36\x21\x56\x16\x5e\xd8\xc0\x65\x32\xa7\x45\x43\xc2\x35\xe6\xb4\x68\xc8\x3e\x51\xf8\x41\x25\xb3\xec\x54\x22\x80\xca\x63\xe7\xd3\xcf\x62\xb4\xf4\xaf\xcc\x12\x84\x6e\x4d\x07\x26\x1c\xc1\xd4\xe1\xfd\xb0\x85\x29\x0f\x56\xfb\x1b\x5e\x2e\x9e\x4a\x27\xb0\x58\x21\xe3\x90\x89\xad\xb7\xb4\x23\x73\x68\x0c\x22\x53\x3c\xa4\x64\x54\xf6\x2e\x5c\x99\x56\xd9\x55\xda\x95\xaa\x36\xd5\x1a\x72\x98\xc4\xd5\x99\x3a\xbf\xae\x81\xd7\x6a\xea\x75\x8d\x55\x78\x02\x6a\xcc\x57\xaa\xea\x31\x1b\x18\xf5\xc3\x6e\x5c\x82\x47\xa6\x13\x15\xe4\x76\xd4\x24\xdc\x82\x10\x81\xe9\x4c\x05\x78\xca\xe6\xc3\xf7\xd5\xb7\x7c\xa9\x83\x1f\x4d\xd8\xc1\x17\xdb\x48\x99\x9e\x10\x66\x58\x0f\x5f\x6c\x21\x3a\x64\x2a\x6d\xc1\x71\xe4\x43\xe9\xa0\x5c\xec\x9c\x0f\xcb\x28\x28\xd0\x0f\xbb\x71\x33\x2a\xc5\x8b\x6f\x5b\xbe\x53\x20\x25\x82\xa8\xa3\x3d\x48\xc2\x31\xfd\x46\x47\xb4\xbf\x87\xef\x41\xb1\xca\x79\xa2\x83\x3d\xe0\x87\x37\xc6\x99\x46\x5f\x1e\x7e\xfa\x7f\x8b\x22\xc0\x7b\xd1\x6e\xc7\xa1\x34\x15\x06\xb2\xe7\x6e\xd3\x7c\x60\x4e\x3c\x03\x9a\xff\x65\x5a\xed\xba\x85\x2f\x3c\x7c\x31\x12\xae\xf5\xe0\x8e\x2c\xa8\xc3\xfe\x90\x21\x95\xd0\xa0\x12\x8e\x3c\x15\x41\x52\x5b\x4b\xa3\xde\x76\x7b\x5a\x15\x1f\x40\xaf\xe6\x51\x8e\x0f\x7a\xf6\x3b\x20\xb3\x29\xbc\xa4\xc7\x53\xf4\xc0\x35\xc6\xb8\x1c\x86\x80\x53\x71\x3e\x9c\xcc\x14\x16\xe6\x17\x3a\xc8\xb9\x36\xfd\x26\xc7\x47\x0a\xf1\xa3\x1c\xb9\x7c\x35\xf5\x2a\x47\x89\x7e\xf9\x20\x46\x81\x1d\xab\xa0\x95\x63\xd4\x74\x62\xef\x24\x83\x7e\x5a\x36\xce\x91\xac\x20\x96\xca\xe5\x9d\xf9\xec\xcc\x6c\x07\xd4\x4b\x79\x2d\x55\xfd\xdc\xea\x1e\xd0\xe8\x9e\x40\xb2\x26\x6c\x69\x47\x1c\x04\xe3\x9a\xb3\x2d\x0c\x6e\xfa\x4c\x67\x5b\x68\x10\xe5\x73\x80\xcf\x0e\x68\x7c\x06\xd0\x62\xf9\x3c\x9b\x37\x79\x6c\x03\x27\xfd\x7c\x22\x51\x21\x39\x3f\x2d\x47\xf7\x40\x66\x69\x7b\x1a\x12\x42\x57\xfa\xd4\x52\x63\xf9\xf2\x8b\x1a\x1f\x21\xc5\x89\x1a\x08\x24\x9c\x4a\xd4\xb0\x73\xeb\x6f\x3a\xfe\xa5\x11\x71\x33\x1d\x00\x93\xab\x61\xd3\xcf\x6d\x94\x31\xd2\xae\x54\x8b\x9e\xba\xb2\x83\x9d\x81\x9c\xd1\x95\x91\xf8\x3d\x18\xd4\x15\xc5\xc3\x94\x2d\xd3\x2c\x2b\xf7\x67\xf5\x4c\xa4\x99\x10\x3b\x70\x3f\x73\x27\xb2\x8c\x43\xc1\x4f\x6f\x70\xe5\x64\x3e\x9d\x13\x88\x07\x09\xa7\x63\x65\x78\x70\x75\xfa\x7d\x8d\x1c\x2a\x4f\xdf\xf0\x24\x50\x65\x3e\x1d\x5f\x80\xa6\xf5\x74\x7c\xc1\x79\x9c\x3f\x66\xdd\x4f\x13\x69\x4d\x3b\x10\x29\x2b\x62\xa1\xff\x82\x6f\x39\xd3\x43\xb4\x5b\x45\xd9\x24\xcf\xcf\x74\xde\x87\xb8\x70\xfd\x30\x07\x2f\x89\x4f\xc7\xd8\x90\x61\x7a\x3a\xc6\xa6\xb3\x2f\x09\xb1\xb9\x52\x53\x83\x44\xe4\x77\x7e\x08\xa2\x7a\x27\x2f\x78\x64\xc8\x0a\xaa\xa9\x3c\xa0\x3d\x15\x53\x53\xc6\x99\xaa\xf2\x72\x71\xae\x3b\x6c\x66\x27\xbe\x65\x3a\x50\xa6\x11\x04\x35\x5f\x0a\xec\x22\xa0\x60\xbe\x4c\xda\x88\x86\x2f\x05\x9d\xee\x35\x50\xd1\xe3\x38\x34\xe3\x98\x53\x02\x4e\xe6\xcb\xcf\xca\x04\x39\x91\x7d\x89\x37\xf5\x65\xb2\x1f\xe9\xe3\xe1\x81\x04\x04\xbd\xd4\xd5\xce\x43\x45\x74\xca\x09\x72\xe3\xcf\x97\x03\xf1\x90\x6d\x1c\x38\xd3\x08\xd1\x9a\xaf\x10\x7a\xea\xfa\x5c\xcb\xa8\x6f\xcf\x25\x9d\xc8\xc4\x1b\xb3\xb2\x72\x4c\x1c\x31\x1d\xbd\x10\x34\xd0\xed\x5e\xf8\x7a\xcf\x94\x8a\xb8\x47\x0a\xed\x5a\x0d\xf4\x76\x97\x74\x22\x85\xe4\xc8\x30\xa5\x90\x6c\x21\x17\x49\x9f\xa5\x64\xdd\xa7\x37\x1e\x13\x3d\x61\x1a\x34\x2b\xe2\xde\xb3\x5e\x32\x57\xf1\x30\xd4\x54\x22\x8b\x16\x17\xe1\xdb\xcf\x9d\xc2\xc3\x1c\x01\x93\xbb\x93\xd3\x21\x30\xb1\xe0\xbd\xc3\x28\x03\x7a\x3f\xa1\x33\xbe\xa1\x35\x84\xd3\xb7\x43\x93\x63\x95\x7d\x63\x64\x08\xf4\x54\xd8\x07\x5f\xea\x1c\xe6\x71\x9f\xe9\x27\x3a\xc8\x0a\x35\x95\x8f\x22\xf9\xac\xa6\xa2\x55\x2a\x51\x7b\xf3\x6d\x97\x3f\x12\x94\xe2\x53\x8e\xe8\x44\x0e\x4f\xa9\x1f\xe4\x58\x77\x38\x8a\x03\x54\x78\x6a\x61\xbe\x6f\x06\x72\x02\x32\x90\x94\x5a\x9f\x84\xe1\xf8\xfd\x0c\x6e\x3e\x4c\xc7\xa1\xec\x67\x49\xe1\xd3\x9f\x32\x9b\x12\x31\x23\x7d\x29\xf2\xa4\x72\x8b\x69\xfa\x95\x8c\x3d\xc1\x1d\x7e\x26\xa3\x11\x9a\x35\x1d\x79\x42\x78\xcb\x7c\x3b\x0b\x74\xb6\x86\x42\x4f\x2a\xe9\xe6\xe7\x1b\xce\x85\xf6\xa9\xd4\x15\xb5\x7f\xbe\xf4\xbe\xc9\xd0\x9c\xa7\x0a\x4e\xaa\x48\x94\xea\x0c\xa7\x57\xdf\x30\x54\xea\xb0\x5d\xa0\x9b\x15\x77\x5a\xa0\xb9\xdc\x15\x70\xed\x38\xdf\xd8\x5b\x90\x1a\x3a\x28\x93\x36\xe1\x04\x6f\x0b\x12\x3f\x38\xe9\xc4\xe6\x65\xdf\xff\x5c\xa0\x4f\xbe\x2b\xe0\xa9\x2f\xc1\x60\x38\xfa\xfe\x04\xf2\xde\xd4\x4c\x2f\xd0\xd9\xf0\xaf\xf4\x32\xf4\xe5\xfe\x23\xee\xbd\xaa\x5a\x39\x2c\xe9\x45\xf3\xb5\xa7\x59\x49\xa4\x7b\xfa\x54\x1c\x82\x58\xf9\x82\x7c\x2a\x55\xba\x14\xbd\x39\x91\xd6\x82\xbc\xb8\x81\x20\x37\x5a\xb5\x51\xd3\x82\xf7\x02\x15\x24\x71\xa6\x50\xd4\xbf\xe7\x4b\xb9\xe4\x32\x3f\x12\xec\x7c\x29\x6e\x41\x1e\x24\xe8\x58\xc9\xdd\x98\xf4\xdb\xc3\x60\x9a\x1d\xca\x67\x4f\xff\x02\xc5\xbe\x37\x46\x65\x3a\xcc\x18\xed\x33\x36\x6d\x2d\xf0\xf4\xbc\xf2\xa5\x2c\x1b\x4e\xc6\x79\xf5\xdd\x17\x72\xce\x5a\x01\xd5\xd0\x51\x80\xd6\xf9\xd5\x4b\xa0\x22\x28\x1f\x6a\x8c\x47\x07\xb2\x01\xff\x4a\x33\xde\x7e\xf5\x04\xb4\xb1\xf4\x4c\x65\x63\xd0\x80\xa6\x14\xe0\x03\xc8\xaa\xfc\x31\x00\xc5\x1d\x02\xd9\x47\xb9\x5d\x40\x56\xec\x6b\x40\x99\xf8\x98\xd8\xdd\xd1\xc7\x7e\xb2\x61\x81\x0a\x59\x2c\xa9\xaa\x59\xff\x40\x46\x07\x04\x7c\x55\xf4\x64\x20\xc3\xdb\x80\x9a\xb7\xb7\xc1\x06\x04\x3f\xa2\x0b\x59\x3e\xb6\xe3\x0a\xe8\xd9\x4a\x5d\x71\xa7\x0c\x52\x3a\xed\x08\x6e\x16\xfc\xcb\x95\xaa\x7a\xc0\xa6\xa5\xea\xf0\x09\x01\x64\x54\x41\xce\x04\xc2\x6e\x72\x0c\x89\x83\x7f\x17\x24\x8d\x72\x63\x36\x6c\x1a\x3d\xa8\xe9\x58\xa4\x46\x9b\xd8\x47\x2a\xd8\x88\x5a\xb2\x61\xfd\x7e\xc6\x6f\x1f\x5a\xd3\x38\xc1\xd4\x79\x71\xc2\x4f\x0e\xd3\x0e\x9b\xf0\x70\x22\x05\x5f\x72\x5a\xa0\xa6\xe3\x53\x55\xd3\xc1\xb6\x53\xca\x8c\xee\x70\xa7\x05\x99\x33\x9e\x29\x34\x29\x9d\x05\x50\xd7\x2a\x7a\x5a\x55\xa8\x02\xdb\x4e\x4f\x64\x54\xfb\xe8\x16\xa4\xa0\xfb\x5e\x81\x44\x48\x25\x65\x0c\x84\x42\x28\x29\x18\xc8\xd7\xd2\xa1\xab\x03\xfe\x96\x4e\xec\x3e\xdb\x40\xc0\x6f\x64\x5c\x2c\xf3\x31\x40\x96\x39\x30\x65\xd5\xd4\x35\x7a\x0c\x84\x57\xd1\xae\xf4\x09\x46\x20\xe8\x60\xb7\x4a\x3b\x8a\x6a\x08\xa3\x3e\x30\xb1\x41\x3e\x0e\x60\x39\xd9\xcf\x07\xe2\x4f\xa6\x16\xeb\xc9\xe7\x53\x19\x3a\x1a\x7d\xea\x8a\x72\xff\x74\x62\x95\xbf\xa4\x21\xe5\x52\xda\xd3\xce\xad\xfb\x7f\x54\x35\x01\x85\x17\x91\xc1\xe3\x2a\x01\x0f\xc9\xd2\x3f\x14\xbb\x57\x55\x51\xc5\x96\x66\x45\x15\x59\x69\x39\x63\x7a\xa6\x52\xd1\x12\x21\xc4\x83\x67\xc0\x39\x64\x9c\x17\xa4\x43\x96\x3c\x9e\x51\x3e\x85\xba\x49\xdb\x02\x89\x0e\xb2\xd2\x48\xf6\x6c\x1a\x92\x7f\x9c\x9c\x40\xca\xf6\xb1\x1a\x0a\xa8\xe4\x32\x1c\x89\xc5\xfc\x0f\xaa\x50\xb4\x4b\x39\x98\xca\x82\xf5\x84\x9d\x49\xb4\x4b\x78\xac\x33\x78\x38\x3b\xd2\x82\x34\x05\x50\x7b\xc9\xe9\x49\xb3\xc3\x3b\xa3\x03\x79\x98\x81\x6c\x99\x2b\xa9\xaa\x1b\x72\x0c\xba\x0c\xba\x04\x03\x99\xed\xae\x96\x42\x48\x2f\x18\x58\xe6\x0a\xa4\x0c\x60\x30\x87\x62\x8e\xc7\x26\x2e\x3e\x11\xe1\x14\x05\x3a\x4c\x33\x38\xfd\x98\x9e\x10\x1e\xc8\x9a\xd4\x4a\xbe\xd4\x36\x69\x29\x63\x11\x68\xc7\xef\x90\xb1\x35\x8b\x4f\xb6\x46\xab\x4e\x0e\x73\x05\x72\x8f\x20\x67\xea\x61\x3f\x95\xc9\xc6\xa4\x0f\x64\x69\xf6\xb4\x72\x76\x1c\x05\x96\xef\xd8\x9b\xcf\x9c\x5b\xda\x82\x8d\x17\x47\xa5\x9f\x1f\xd0\xf6\x01\xce\xd2\x2a\xff\x4f\x4e\xbd\xea\x67\x43\x99\xac\x0a\x31\x81\x7a\x35\x03\x64\xb2\xaa\xa9\xe7\x4a\x55\x93\x73\x0b\xd8\xbf\xbf\x9a\xe5\xbd\x05\x49\xa9\xad\xf9\xd0\xa2\xeb\xa7\x4b\xa3\xd7\x52\xd7\x8b\x47\x5d\x1f\x97\x17\xb3\xae\x90\x9e\x5e\xd3\xa7\x05\x33\xa6\xd2\x51\x3b\xa3\x30\x7b\x75\x80\x10\xc3\x84\xd4\x6a\x2a\xcb\x80\x92\x81\xf9\xc2\x43\x09\x64\xe9\xf4\x0c\xe8\xb5\xad\xe9\xf4\x2d\x5e\x05\xb6\xb7\x1c\xde\xf0\xb1\x6a\xe2\x82\x60\x2a\xc4\xd5\x18\xa7\xe9\x07\xaa\x54\x82\x8f\xda\x61\x63\xbc\x1e\x52\xae\x14\xda\x01\xff\x69\x48\xc7\x22\x64\xa9\x24\x1e\xbd\x66\xf9\x38\xfa\xd2\x90\x29\x08\x7a\xaa\x8e\xc2\x3d\xd3\x27\x51\xb8\x59\x40\xab\x6a\xb0\x86\xea\x3c\x92\x67\x26\x9e\x47\x6a\x6b\x4a\x85\x42\x63\x9c\xe6\x40\x3d\x65\x92\xba\x33\x4c\x8b\xef\x6c\x0c\x9e\x0b\xb9\xe0\x1b\xa7\xa5\xb1\x5e\x80\x8c\x6c\xca\x40\x36\x5f\xda\xe3\xc0\xf6\x57\xd8\x50\xed\x2d\x5f\xea\xd9\x3d\x56\x88\xb7\x44\x4e\xb0\x3b\x2d\x9b\xfd\xf8\x56\xce\xaa\xaa\xcb\x50\x2d\xed\x48\x41\xee\x41\xc0\x6c\x36\x8d\x2a\xeb\x21\x4c\xf7\x34\xc7\x1b\x0d\xc8\x6f\x3e\xef\x40\xfa\x6e\x5c\x40\x8e\xc9\x61\x29\x4f\x0b\x63\x83\x66\x1c\xf7\x75\xb1\xa5\x4f\x27\x8f\x49\x1f\x1c\x8a\x8c\xf8\x86\x91\x83\x8e\x6e\x2f\xf4\x91\x42\xbd\x34\xb1\xa7\x4c\x8c\xe2\x48\xa3\xe2\x05\x83\x21\xa2\x19\xf6\x80\xba\xa1\x10\xe4\x6e\x23\xe7\x65\x75\xe0\x51\x38\xdc\x69\x26\x36\x58\x2b\xd4\x44\xe8\xcc\x41\x49\xbd\x83\xb8\x69\x70\xa4\xcc\x98\xa6\x19\x3d\x8a\xbb\x07\xd2\xa2\x76\x30\xc5\x12\xd6\xd3\xbf\xcf\xc0\x2c\x0e\x3a\xe3\x99\x66\xcd\xc5\x5a\x40\x0d\x64\x0f\xe4\x38\x7b\x58\x8a\x93\x78\x84\x53\x39\x9a\x69\x6c\x81\x6e\x41\x27\x90\x2d\x26\x48\xe0\x97\x1f\x7b\x8a\x1c\xe7\x44\x1d\x51\xca\x1c\xcd\xb4\x21\x31\xe8\x51\x93\x3a\xb6\x94\x55\x41\x29\xbb\x04\x6d\x40\xb6\x57\x9c\x01\x75\x0d\x06\x66\xe8\x27\x4c\xfc\xc8\xea\x82\x8c\x5c\xca\x58\xbb\x0e\xc8\x0c\xa4\x13\x4b\xb2\x88\x1e\x17\x66\xd6\x4e\x4b\xb7\xd3\xce\xd3\x12\x3e\x4c\xe6\xf2\xf2\x75\x17\xe4\xa4\x0b\xb3\xfd\x99\xba\x8b\x71\x46\x8b\xf6\x4b\x25\xfb\x39\x02\x4e\x21\xc8\x74\x89\x4f\x8d\x2d\xed\xd8\x21\x94\xc9\x53\xcc\xd3\x40\xad\x77\x90\x53\xb6\xb3\xdf\x26\x29\xa8\x48\x17\x97\x42\x61\x28\x17\x2e\x29\xe8\xc0\x21\x4f\x23\x8b\x40\x42\xdb\x2b\x9f\xca\x75\x8d\x72\xd1\xba\xfd\x1a\x6c\x28\x85\x40\xd5\xb1\xa7\x50\x8b\xb2\xa7\x4c\x8e\x5b\xf0\x51\x06\x8f\x3a\xf6\x40\x43\xd0\x0e\xe4\xfe\x37\x20\x4d\x00\xaa\x86\x22\xa5\xea\x40\xdd\x76\xa4\xd4\x60\x57\x3a\x99\x47\x85\x24\x1a\x42\x37\x93\xdc\x08\xe6\x87\x8b\xf3\x2a\xc9\x15\xc4\x11\xac\x47\x40\x56\xda\x53\xe0\x30\x26\xc2\x44\x16\xe8\x30\x91\x16\x50\x83\x46\xb4\x26\x70\xa9\xc0\xe4\x15\xb9\x54\x07\x6b\xdb\x9c\xcc\xe5\x1c\x29\x64\x19\x3a\xa0\x99\xec\x08\x28\xb3\xc3\xc5\x36\x52\x80\x52\xd9\x20\x21\x85\x24\xd5\x91\x65\x40\x8e\x09\xbe\xd3\x9d\xa6\xaa\x76\xe3\xe7\xc3\x2e\xb2\xf8\xe1\x15\x9d\x55\x55\xeb\x00\x7b\x6c\x3a\x9f\x06\xfa\xb8\x1f\x42\x19\x47\x3a\x14\xe5\xa1\xe6\x2b\x78\xa9\x0e\xa4\x70\xc5\x2e\xd5\x01\xe5\x75\x5f\xca\xbb\xa0\xe0\xee\x98\xb9\x8b\x35\xeb\xc8\xd2\x2d\x95\xad\xf3\xc2\x4a\xbb\x3d\x8a\x35\x9f\x0a\x9f\x92\x2f\x85\x4f\x49\x99\x82\xd2\x58\x03\x3d\x91\x72\x7c\xbe\x93\x97\xbb\xf4\x40\x22\x60\xf6\x7f\x77\xdc\x2a\xf2\x8d\xdf\x52\x19\x25\x65\xa7\x69\x22\x8d\x2a\xd7\xc9\x99\xaa\xb7\x44\xe7\x34\x2a\x92\x2d\x29\x7b\x78\x8c\x69\xe7\xf9\xfd\x75\x35\x96\x4a\x19\x40\xea\x28\x81\x94\xa3\x1d\x29\x8e\x08\xa8\x0b\xce\xd9\x25\xfa\x8c\x92\x42\x3b\x71\xe1\xce\x1d\x47\x0e\x62\x7f\xbf\x7d\x9d\x2a\x75\x9b\x1b\xa2\x17\xec\x9c\x9f\xba\x5a\xe6\x12\x68\xba\x6e\x3e\x35\x7e\x2c\x88\xec\x49\x17\xd4\xac\xe0\xa9\x3a\x6a\x20\x47\x0f\x70\x60\xe9\xc1\x96\xe3\x83\x9e\xd9\x4f\xcb\xe4\xf1\xc6\x4e\x0a\x6d\xf8\xc9\x92\xe8\x05\xd7\xfe\x29\x34\x0f\x46\xa0\x71\x68\x55\x29\x23\x9d\x2a\xae\x1e\x48\x81\x56\x47\x3d\x02\xed\xdf\x5f\x6d\x70\x48\x0e\x0b\xda\x17\xdc\x71\x38\x82\x3a\xea\xf1\xb0\x9f\xf0\xda\x02\xda\xad\x79\xa5\xa5\xa6\xd9\xcc\xa7\xfd\xfb\xeb\xca\x7c\x29\xf2\xaa\x54\xe4\x0b\x07\x5e\x95\x23\x90\x0f\xd4\x2b\x28\xc8\x38\xf7\xe9\x43\x33\x8b\xd8\x46\x62\x93\x0b\xa6\x37\x86\xad\x46\x48\x8e\xc3\x97\xe6\xaf\x60\xeb\x27\xfb\xa1\xbd\xe1\xfb\xca\x17\xdc\xd3\x21\x5c\x91\x56\x1d\xc2\x55\x4f\x64\xd9\xe1\x6b\xf3\xf0\x1f\xe5\x4b\x59\x34\x94\x5e\x44\xb6\x35\x85\x26\xdb\x3d\x85\x46\x97\x66\x6f\x2f\x3d\x73\xe0\xa0\xed\x2b\xd3\x65\x86\x98\x29\xc1\x06\x9a\x49\x90\x54\x3e\xd0\x0e\x79\xc9\xe5\x0a\x7a\xa4\x2a\x4b\x27\xbe\xaf\xc3\x91\x31\x44\x60\x7b\xd0\xc3\x6e\xce\xa9\xae\x77\x5d\x4a\x8c\xc4\x8a\xd2\x2a\xf5\x53\xd5\xa2\x7f\x4f\x55\x3b\x28\x32\xb7\xe6\x6b\xc8\x0a\xc3\x97\x98\xae\x3d\x7d\x6a\xd4\x67\x20\xc5\x49\x31\x12\x07\x6a\x5d\x47\xa0\x43\x35\x03\x69\x0a\xd8\x61\xc4\x69\xd1\xa1\x9f\x8e\xe1\x46\xf1\x02\x75\xf6\x9d\x29\xbc\x15\x6a\x0a\x34\x1c\x0b\xc6\x84\xdc\x7a\xbb\x77\x71\xf2\x1f\xf2\x6e\xbf\x15\x13\xe3\xa1\x43\xba\xf6\x96\x56\x75\x3c\xc0\x81\x6e\xdf\x19\xee\xa9\xa9\xdb\xad\x6c\xa8\x1b\x95\x2e\xa8\x9a\x40\x58\x0f\x07\x78\xc5\x0e\x7d\xfb\x76\x1c\x67\xd7\xed\x0b\x52\x28\x5b\x37\xe7\x5c\x0f\xa8\xac\x32\x35\x55\x1f\xdf\x5f\xe7\x06\x77\xbe\xc9\xd7\x4c\x99\xb3\x20\x5e\x1c\xfe\xb7\x63\x0f\x32\x1b\x4e\x43\x56\x53\x26\xb1\x29\xbc\x49\x69\x60\xea\xc8\x94\x4f\x3b\x93\x40\xdc\x81\xb7\x90\x83\xb3\xb7\x0c\x18\xd5\xc4\x0f\x76\xa5\x50\x36\x58\xd4\xd6\x69\x81\x86\xd9\x98\x96\x72\x99\x54\xc7\x6b\x0d\x14\x3f\xc7\x6b\x8d\x96\x56\xc4\x61\x5b\x5a\x11\xc1\x21\x4f\xe9\x91\x97\x52\x3e\x6d\xbe\x3c\x8a\x02\xa8\x93\x94\xdd\x31\x91\x6f\xa8\x6a\x71\x18\x62\x74\xb0\xd6\xd5\x52\x26\x06\x81\x8c\x3b\xa1\x05\x50\x43\x2e\x62\x6d\x14\xc8\xb5\x36\x19\xa8\x2a\xc6\x73\xb0\x93\xa7\x83\x61\x46\x20\x5d\xb7\xe8\x69\x87\x5d\x15\x70\x8a\xc6\x83\xaa\xc7\xd8\x81\x34\x46\x36\xa7\x53\xce\x5c\x2d\x90\x93\x8e\x04\x62\x15\xc1\xc6\x59\x83\x38\xc7\xf5\xbc\xcb\x11\xbf\x90\x5f\x77\x19\x9f\x66\x34\x53\x1c\x3e\x0e\xea\x1a\xf9\xce\xaa\xd4\x85\x40\xa2\x18\xaf\x3d\x76\x81\xc9\xa5\x1c\x44\x7e\x25\xa3\xa9\x83\xa3\x68\xda\xff\x96\xd9\xe0\x5d\x7a\x86\x88\xb6\x94\x95\x23\x38\x2b\x43\x76\xa6\xe8\x33\xed\x78\x1d\x3d\x2a\x27\xad\x39\x60\x15\x0f\xe8\x6f\x00\xc1\xd6\x02\x9a\xb7\x73\xa0\x28\xfe\xea\x38\xf6\xb4\x23\x92\x43\x3a\x72\xb2\x9b\xe0\xca\x3b\x31\xe7\x95\x0f\x7d\xaa\x23\xbd\x39\xfe\x6a\x30\x05\x0f\x74\x30\x68\xf7\x81\x41\x08\x72\x55\x90\x55\xd9\xd8\x3b\x0f\xdb\xb9\x2f\x44\xbd\x07\x16\x21\xb8\xc7\x83\x08\x96\x2b\xa5\xd2\x2b\x5a\xda\x95\xb5\x71\x67\xfd\x1e\x0e\xf7\xe6\x50\x55\x5c\x53\x1d\x2d\x50\x97\xb5\x88\x19\xb2\x5c\x1c\x6f\xcf\x03\x4b\x0e\x54\xf9\x90\xc0\xb2\x8d\x14\x9a\x7f\x97\x14\xbe\x65\x53\x60\x16\x88\x19\x81\x81\x3d\x90\x9a\x21\xfd\x07\xb6\x1b\x04\x86\x87\xd3\xaa\xc6\xa6\xa7\xf0\xa5\x63\x3b\x7a\x9a\x7a\xea\x1d\x27\xf0\xf5\x31\xd1\xd3\x90\x32\x9e\x02\x3d\xb1\xcf\xfc\x2d\xc6\x92\xa7\x53\xaa\x5c\x34\xfb\xec\x60\x74\x00\x0e\xf9\x67\x2e\x20\x6f\x15\x26\xe9\x49\x84\x2f\xf6\x8a\xa7\x4d\x7e\x20\xff\xb4\x74\x0c\xe3\x7c\x3a\x15\xc5\xd5\x52\xe8\xad\xe3\x55\x52\xf8\x52\x1d\x88\x5b\x3c\x08\x73\x21\x57\x3f\xfd\x26\x64\xc1\x46\xf1\x44\xf2\x28\xa9\x2c\x23\xcd\x07\x6a\x6b\x86\x6a\xa0\xee\xaa\xf9\xd2\x07\x0b\xfb\x95\xe0\xa6\x98\xc2\x9d\xce\xa7\xb1\x09\x1d\x85\x54\x63\xbd\xf4\xf3\x31\x7b\x2c\xda\x0a\x43\x2a\x91\x8c\x94\x97\xe7\x38\x38\x85\x9c\x96\x67\x8c\x94\xe9\x48\xf8\x94\xd9\x85\x98\x55\x0a\xdd\x30\x0b\x8a\x96\xbb\x38\x86\x9f\x88\xb6\x68\x87\x0a\x3d\x6a\x61\x60\x4f\x5f\xdf\x8c\x15\xf4\xc9\x35\x81\x91\x52\x1d\x19\x59\x41\x71\x90\xe8\x17\xc4\x25\xc5\xfa\xac\x48\xa4\x72\xc0\x24\xf4\xac\x4c\x29\x5b\x5a\xb5\x12\xde\xf2\xa5\x77\x6c\x4b\x5d\x1b\x63\x10\xeb\x9c\xd2\x27\x5c\xdb\x39\x7c\x46\x61\xdc\x8a\x2f\x3a\x1a\xeb\xfb\xe2\xb8\xa3\xdd\x17\xf1\x9d\x0c\x8d\x3c\x3d\x35\x0d\x79\x36\x53\x95\x5d\x38\x00\x95\x0b\x10\xe4\x5f\x96\x6d\x7b\xca\x44\x60\x10\xcd\x8b\xf8\x38\xb8\x82\xc3\x86\x4a\x09\xe4\x0d\xd0\x03\x9e\x9e\x21\x1a\xb2\xe0\x02\xab\x76\xdc\xd0\x67\x24\xa1\x28\xd0\xf3\xc5\xfe\x18\xa3\x9d\x6f\xa7\x5e\x69\xd6\x21\xa6\x2d\x0d\x19\x3f\x06\x2d\x37\xda\x40\xb8\xe6\xe1\x1a\xc4\x72\x45\x11\x1d\x83\x2d\xf7\xb2\x9c\xcb\x8e\x73\xfa\x9d\x3d\x36\xca\x97\xef\xab\x04\x57\x88\x16\x29\xc7\xf1\x46\x51\x4d\x14\x6e\x74\x44\x25\x56\xb8\x11\x2f\xb8\x2e\x48\xef\xd6\x9e\xe9\xdf\x24\x9c\xef\x44\x14\x1f\x6c\x4c\xc1\x6c\xb8\x97\xcd\x3f\x48\xa7\x04\x14\x9d\x81\x74\xc8\x85\x5c\x74\x8d\xb8\x65\xe2\x38\xc7\xd2\xff\xe2\x6c\xe7\x86\x90\xa7\x04\x3b\xe7\x06\xa6\x24\xd8\x89\xe5\x59\x01\x45\x2d\x87\x8a\x02\x8a\xce\x0d\xf6\xfe\xb6\xe5\x39\xa6\x66\xe5\xd4\x39\x37\x88\x9b\x78\xa2\xd8\x68\x15\x4f\x74\x6e\x5b\xaa\x5a\x22\x42\xcc\x53\xde\x9c\x72\xa2\x9d\x2a\x6d\x4e\xd9\x7a\x20\x2b\x4d\xf0\x35\x65\xd1\x39\x37\x94\xde\x37\x07\x17\x52\xe7\xdb\x69\x7d\x91\x0f\xdf\x4a\xce\x14\x0b\x2e\x89\x72\x10\x17\xde\xf8\x2a\xfa\xf6\x63\xfe\xfd\xc6\xda\xcc\x02\x39\x16\x69\x67\x7f\xeb\x29\x9c\x73\xc3\x0c\xf0\x76\x2c\x48\x9c\x15\x8a\x3d\x3a\xb7\x2d\x1f\x6a\x73\xd5\x4c\xb4\xb4\xa4\x92\x8d\xa8\xa4\x37\x1f\x23\xe5\x9b\x43\x8d\xed\xf5\x46\x64\x46\xc1\x7a\x93\x93\x29\x90\x3c\x85\x6c\x03\x45\x17\x9d\x5b\xe6\x52\xb1\xbb\x25\xb6\x69\x45\x17\x15\x4c\xcc\x63\xf3\x82\xed\x81\x7c\x34\xf6\x80\xde\x6b\x26\xd2\xa1\x88\xa1\x03\x0f\xf6\x50\x88\xd0\xb9\xd9\x1c\x3d\x36\x36\xbf\x59\xfb\x70\xfa\x98\x81\x48\x3b\x14\x24\x74\x62\xe2\x1a\x8a\x11\x6a\xbe\x2b\xb6\x20\x23\x3b\x80\x9a\x6a\x5e\x40\xdd\xcd\x04\x94\x74\xd3\x03\xf9\xb4\x1b\xf4\xe1\x6c\x46\x4e\x86\xba\x40\x1b\x30\x3b\xd8\xda\x07\xe0\x6c\xa8\x0b\xb4\x84\x30\x68\xea\xf6\x2c\xa4\x6e\x17\x94\x86\xcc\x7f\x46\x40\x56\x10\x7c\x15\xf4\xea\x8b\x90\x0b\x7a\x4a\x1d\x4b\x3b\x8e\xb1\x1c\xf4\xe9\x58\x6c\x2c\xc7\x43\x6f\xd4\x9c\x0e\x9e\x5d\x90\x4e\x97\xfa\x01\x8d\x10\xcd\xfa\x2a\xc1\xc1\xf4\xd9\x70\x52\xb3\x66\x93\x4c\x33\x40\x8e\x1c\x60\xaa\x77\xbf\x3c\x66\x2a\x19\x3b\xc2\xe2\x99\x42\xb1\x80\x23\x90\xad\x92\x56\x89\x87\x33\xaf\xa0\x84\x0d\xa2\x6b\xea\x9e\x42\xd3\xa2\x4d\xb0\xc3\xd1\x36\xa4\x60\x5d\xa0\x5e\x97\xd9\x02\xd9\x1b\x36\xc0\x01\xd7\xb4\xb9\xd2\xd8\x31\x46\x9c\x01\x9f\xf6\x2d\x6e\x80\x8c\x86\xa6\xec\x31\xb4\x10\x3a\x9c\x8b\x25\x51\x57\x63\xbf\xc1\x09\x8c\x6f\x13\x12\xbd\x2a\x9c\xc1\xc9\x79\x16\xe4\x53\xb6\x07\x7c\x3b\x74\x87\x5e\x6c\x80\xf0\x0d\xee\x05\x9a\x72\x76\x30\xf4\xca\x1c\x29\xd4\xad\xa0\x8d\x29\x8c\xb9\x1d\x14\xa6\x9e\x04\xcd\x9c\x11\x17\xdf\x53\xc8\x48\xfd\xa9\x5f\x91\x21\x78\x65\x1c\x70\xd5\x33\x60\x73\xdd\x02\x28\xfa\x3c\x52\xc8\xba\x79\xa4\xce\xa9\x32\x2a\x3b\xe8\xf0\x3d\xe2\xc6\x62\x90\x55\xa5\xa5\xae\xb6\xa5\xf9\xe1\x50\x30\xcb\xb9\x1d\xa9\x29\x7b\xc5\xe7\x3b\x53\x8e\x95\x90\x71\x38\x4a\xea\x4a\x33\xce\x2a\x05\x76\x16\xff\x89\x4d\x1b\x07\xab\x64\x75\x76\x1c\xac\xd2\xc5\xb0\xe5\x5b\xd9\xf7\xd4\x35\x06\xa0\xce\xd1\x7a\xd1\xae\xa3\x06\xb0\x0b\x8d\xc3\x7c\xd5\x7a\xcf\x38\xfc\x90\xc3\xf9\xc3\xfc\x26\xab\xaa\xc3\xa2\xa1\x0c\x65\x63\x29\xce\x81\xb6\x20\x1f\x4a\x20\xab\x47\xe1\x5b\xa6\x52\x76\xfa\xc6\x0e\x75\x66\x96\x81\x4d\x72\x1c\x56\x2a\xd8\x2e\x8a\x41\x39\xb7\x02\xaa\x53\x86\x90\x83\x0e\x31\x44\x59\x56\x1c\x7e\x7f\x06\xe6\x3c\x14\x82\x72\x6e\x16\x81\x47\x21\xe3\xac\xc5\x99\xa1\x08\x94\x93\x50\xb9\xa1\x98\x93\x13\x1f\xda\x28\xf6\xe3\xa2\xfc\x0f\xde\x9b\xf1\x85\xd7\x05\xea\x66\x77\x4f\xa1\x22\x3e\xac\x06\x8e\x64\x5f\x81\x26\xca\x60\xbd\x1a\xa0\x11\xa2\x1d\x1b\x1c\xd2\x89\x0d\x0e\x68\x7a\xa3\x0c\xa8\x34\x0d\x89\x4a\x0b\xc3\x5c\xe4\x74\x6e\x85\x3e\x95\x38\xc9\x77\xbc\x16\x24\x32\xe4\x5c\x29\x36\x2b\x36\xd8\x5b\x41\x49\x18\xf9\xd2\x44\xc1\x1c\x78\x93\x17\x10\xb0\xd8\x74\xa4\xcc\x6c\xf2\x48\x3b\x3a\xae\x2c\xd2\x0c\x45\x99\xac\x42\xea\x2e\x3d\xe0\xdc\x0a\x63\x9e\x1a\x33\x7b\xb1\x98\x4f\xd7\x94\x79\x67\x66\xf2\xcc\x0d\x2a\x13\xe2\x07\xca\x4f\xce\x56\x05\x96\x9c\x5b\x46\xc9\xfe\xcf\x4a\x2f\x32\x38\x11\xdc\x46\x11\x13\x3f\x83\xab\x93\x12\x37\x98\x78\xb5\x70\xc6\x29\x5c\x11\xce\x6c\xd7\x1a\x15\x41\xdf\xc2\xea\xa8\xa6\x11\x18\xb3\x03\x42\x5a\x83\x7f\x56\xd8\xb6\x25\xb9\xc1\x73\x30\x6d\x0f\x68\x8b\xf2\x48\x65\xad\x1f\x67\x85\x63\x40\xc8\x03\xbc\xc0\xe9\xf9\xa3\xd7\x21\x0a\x3f\x03\x69\x68\x9f\x66\x5f\xee\xa5\x01\x9a\xa5\xc3\x66\x14\xe8\xd1\x88\x2a\x1d\xd5\x94\x00\x47\x57\xba\x96\x73\xe3\x68\xa8\xac\x7c\x4b\xa1\x79\x6d\x67\x56\x6e\xcd\x75\xf0\xb9\xb5\xff\x38\x0a\x2a\x86\xc8\xb4\xf3\x32\x02\x01\x75\x0d\x2d\xc8\x4e\x26\x97\x2f\x2d\x82\x35\x84\x9c\xea\xd5\x86\x3b\x28\x06\xe4\xdc\x60\x89\x7a\xba\xe5\xdc\x20\x4c\x9e\x6e\x41\x6e\xa9\x98\x30\x5b\x9a\xd1\xe4\x8d\x54\x5d\xdc\xf3\xfa\x34\xf3\x96\x4b\xcb\xe3\xe0\x19\x17\xb4\xe9\xe1\x67\x5c\x5a\x83\x75\x9d\x3c\x55\x7e\x00\x41\x7c\x17\xa0\xf1\xa9\x40\xc3\x83\x4e\xa1\x56\x88\x3d\x7e\xc2\x0f\xd2\x89\x04\x71\xd6\xe7\xc4\x7d\x81\x5c\xe7\x77\x5d\x72\xc6\xf2\xae\xcb\x85\x8c\x75\x42\x4f\xb0\xc4\xd3\xe7\x09\xcc\xe2\xb4\x98\x07\xd7\xf3\xc3\x2e\x85\x8d\x7b\x9a\xd4\xae\x1f\x26\x37\x59\x55\x25\x8d\xc1\x63\x4e\x53\x5a\x4b\x87\x92\x67\xae\x94\xf9\x5c\x44\x28\x39\x11\x0f\x39\x30\x14\x2f\xc2\x6d\x98\x05\x69\x9e\xa1\xa5\x53\xd7\xa1\x0e\xf6\xff\xc9\x15\x92\x91\x0f\xa7\x07\xc9\x6c\x89\xe7\x10\x31\x3d\x4e\x3f\x22\x05\xb9\x9c\xe6\x23\x99\x57\xf9\xcd\xd0\xa9\x86\x42\x3b\xca\x0e\x81\x28\x98\xa3\x10\xc0\x3e\x4e\x93\x52\x63\xca\x1d\x4d\xd4\xb2\xcc\x1c\x1f\xc8\x4f\xce\x4c\x53\x71\x2d\x8f\x0b\x0a\x01\x9f\xab\xc3\x3c\x07\xa0\xba\x81\xf0\x94\x8c\xa6\x62\x57\x1f\x97\x0e\x90\x9c\x1f\x57\xa7\xd3\x0a\xe8\xab\x5d\xe9\x44\x87\x64\x3e\x94\xaa\x56\xe1\x72\x8a\xe5\x28\x11\x96\x2e\xc4\x46\x44\x95\xcb\x6f\x9a\xd6\x23\x75\x75\xe7\x1c\x5a\xbf\x30\x24\x71\x48\xf9\x05\x16\x2c\xbd\x43\x99\x67\xce\xad\xa5\x6c\x09\x8d\x65\x0b\x02\x8e\x67\x64\x93\x28\x98\xe3\xdc\xf2\x21\xae\xd6\x1e\xd0\xae\x26\xda\x41\x18\xe9\xa0\xe7\x93\xa7\xd2\xac\xf5\x7c\x64\xf9\x0b\xee\x83\x24\xed\xc7\x5b\xb6\xe3\x03\x1a\xbd\xb4\x23\x99\x36\xd3\x2c\xf5\x7d\x64\x7e\x10\x30\x46\x3a\x31\xf7\x01\xbb\xe9\x87\x21\x02\x99\xf9\xc0\xa8\x2e\xf4\x3f\x0e\x97\x0b\xb1\x94\x13\xf5\xb2\xc9\x33\x12\xee\x65\xde\xc4\x99\xee\xa8\x90\xd6\x8e\x34\xac\xd4\x56\x57\x1a\x92\x0b\x65\x4b\x2f\xbe\x20\xc1\x48\x9c\x15\xa9\x96\x54\xf5\x71\xc2\x72\xea\x9d\x97\x73\x83\x35\x10\x31\x72\xb1\x2a\x8a\x18\x39\xb7\x1e\x48\xac\x1c\x46\xd1\x74\x09\x09\x47\xc9\x68\x56\x41\x59\x3e\xbf\x00\x33\x6a\x49\xab\xc3\x5d\xa6\xae\x4c\x1a\x7b\x20\x31\x76\x76\xb8\xf2\xe9\xac\x2f\xd3\x89\x82\xde\x91\xc1\x1a\x62\xf1\x07\xd4\xd6\x64\x13\x35\x18\x17\x73\xd9\x7c\xa9\xed\x62\x01\x9d\x51\x27\x02\x48\x83\x4c\x39\x6f\x95\x50\xe7\xc4\x50\x31\x9a\xc9\x14\x12\xe6\xcd\x97\x8a\x08\xe4\xe8\x92\x08\x07\x0a\x2e\xd9\x4b\xb4\x0c\x45\x97\x94\x23\x43\xf1\x4b\xda\x99\x03\xa7\x47\x82\xcb\x35\x5b\x42\x33\x05\x32\xa1\xb7\xf4\x2f\xca\xcb\xb1\xd3\x24\x01\xed\xd0\x73\x73\xd4\xf6\x95\x0e\x2d\xf2\x64\x54\x93\xc5\xa3\x47\xa7\x37\x68\x41\xc0\x37\x7c\x91\x22\x9a\x85\xdb\x11\xe8\xe1\xaa\x7f\x83\xe8\xdd\x9d\xc6\x19\xc6\xd6\x6d\xbf\x64\x22\xbb\xe9\xe5\x03\xb1\x22\x15\x50\x69\x82\x90\x5b\x9c\xfb\x06\x1f\xe4\xe8\x8e\xb6\x6e\x25\x85\x7a\xda\xbc\xe5\x43\x89\x05\x23\x3d\xda\x96\xd9\x80\xcc\x49\x61\x8e\x0a\x2d\x29\x0d\x5e\xd0\x45\x3d\x5b\x9a\x91\x79\x3c\x6a\x93\xc2\x47\x8e\xeb\x53\x26\xd3\x0b\x7c\xa2\x9b\x76\xa2\xd6\x75\x0b\x46\xe9\xc2\x97\x1c\xa3\xc7\xf9\x91\x98\x2d\x3a\x96\x62\x44\x0e\x2c\x69\x43\x31\x22\xfb\x01\x2f\xe8\x76\xc4\x37\x14\x83\xc4\x88\xb0\x9f\xba\xf9\x58\x94\xbc\xee\x57\xa7\x5a\x3e\x3d\x95\x4c\x10\x14\x6e\xf0\x4b\x2f\x4d\x69\x61\xc0\x96\xf7\x64\xd2\xc9\x70\xd5\x80\x3e\x12\x4a\x9a\x75\x9c\x6d\x4f\x9f\x0f\x13\x50\x30\x7a\x6a\xa6\x99\xcc\xdb\x02\x46\xfa\xd4\x38\xb3\x5e\xd3\xea\x47\x0f\xb8\x7f\x7f\xf5\x92\xb5\x9d\xbe\x4e\xdf\x03\x8a\x8b\x70\xd6\x75\xdf\x02\x88\xfa\xd1\x27\xe8\x82\x1f\x19\x4e\xe1\x4e\x8a\x3d\x69\x17\xec\xc8\x0f\xdc\x8c\x4f\x9f\xeb\xc4\xd8\x61\x31\x8e\x35\xf9\x88\x18\x0a\x36\x39\x77\xc6\xe5\x60\x93\x03\xa1\xd8\xb1\x26\xd8\xbf\x87\x42\x4d\xce\x9d\xfd\x35\xfc\xda\x63\x43\xc4\x19\xbe\xd6\x12\xed\x51\xa1\x26\x0b\xbb\x06\x38\xf4\x69\x9a\xbd\x5d\x37\x2d\x29\xc7\xef\x99\x86\x98\xe8\x74\x6a\xe9\xba\xa6\x5d\x0d\x05\x1e\x3c\x50\xfe\x0b\x43\x41\xf9\x67\x28\x43\x21\xcc\x2d\x65\x8e\xc9\x47\xe5\x18\x43\xbb\xa8\xa7\x1d\x6b\x93\x50\xd4\x90\xd4\xb5\x43\x42\x8a\x1f\x39\x63\xed\x51\x02\xa0\x73\xcf\xe4\xf9\xf4\x8d\x09\xc4\xe1\x24\xbc\x3c\xb1\xc0\xc5\x84\xf7\x4c\x89\xd3\xe7\xee\x99\xb0\xdb\xb3\x79\x01\x79\x93\xa5\xec\xd2\x7d\xd7\x7c\xa8\x98\x90\x92\x3e\x4c\xa6\x6c\xa3\xe1\x9c\xcd\x44\x07\x0d\xe2\x50\x32\x21\x32\xd0\x71\x9f\x6a\x28\xaf\xd0\xb9\x67\xd6\xa7\x22\xc6\x20\x9f\x81\xf0\x06\x36\x56\x02\xa3\x56\x0d\xa7\x8d\xe1\x38\x1b\xd0\xe1\x9e\xba\x7a\xde\x0f\xf1\x9e\x10\x95\x86\x6c\x39\x7c\xbd\x20\xba\xd1\xc8\x71\x9b\x4f\xdf\x2e\xf5\x50\x1c\x96\xf2\xd1\x9a\x6f\xbb\x1f\x39\xd3\x15\x97\x72\xee\x2c\xdf\x6d\x52\x04\x05\xe5\x0f\xe2\xad\xe5\x05\x75\x95\x15\x20\x51\xde\xfe\xe3\xdb\x3a\xe3\xe6\xc2\x28\x07\x98\x52\x0d\x9d\x3b\x73\xe0\x80\x96\x86\x3f\x63\xdc\x4e\x26\x8e\x90\x7c\x3b\xca\xa9\x9d\x01\x75\xba\x7d\xaa\xea\x05\xcc\x2b\x65\xc6\x8e\x51\x41\x86\xe0\x6a\xba\x43\x36\xb9\x2d\xdf\x47\x10\xbf\x6d\x1b\x84\x1d\x29\x0f\x51\x89\xfd\xf4\xf6\xad\x28\x62\xb0\x86\x62\x58\x6a\xcc\x5e\xb7\xe3\xe2\x38\x78\x6e\xc7\x2d\xb5\x33\xa0\x94\x33\x44\x54\x1e\x37\x6a\x68\xd7\xb7\xaf\xa3\xc0\x45\xc8\x2c\x54\xa1\xad\x5b\x8e\x99\x48\x6b\x37\x14\x83\x10\xaf\x64\x42\xe7\x1e\x0c\xa6\xd6\x00\x79\x5a\x01\x2e\x6b\x9a\x53\xf5\xa1\xc2\x60\xa0\x49\xff\x34\xf3\x16\x02\x5e\xe6\xe9\xfc\x52\x15\x56\x30\xcd\xb8\x90\x13\xfe\x5f\xc6\xce\xe5\xea\x62\x54\x57\xc2\xa9\x9c\x10\xb6\x8d\x79\x4d\x3a\x17\xd8\x8f\xfc\x43\xb8\xcb\x55\x5f\xb9\xef\xec\xef\xa1\x16\x18\x30\x08\x49\x88\x42\xda\xe6\x08\x58\xdd\x21\x89\x0a\xf7\x8a\x73\xfb\xf9\x52\x4d\xe1\xf0\x6c\x1d\x90\x1e\x5d\x28\x73\x2c\x43\x07\xd6\x12\xb3\x73\x0f\xb2\x8a\x51\xd9\xd7\xc8\xe1\x51\x21\x52\xea\x91\xba\x02\x9d\xc4\x03\x23\xd0\x49\x3d\x9e\x9a\xcc\x41\x81\x54\xc4\xad\x87\x92\xc7\x0e\xf5\xbb\xc3\x06\xe6\x0a\x61\x50\xea\xf1\x50\xea\x11\xbb\x6e\x3b\xa0\x20\x40\xfc\xa9\xcc\x46\x15\x2c\xc2\x24\xb2\x50\x0c\x4d\x00\x2a\x80\xe4\xe6\xb6\xd9\x1e\x0b\x71\x5b\x54\xa0\x36\xb7\x0d\xf5\xa7\xac\x48\x71\x33\x02\x9b\xe9\xb8\x4d\x04\x42\xa9\x07\xa2\x4a\xb0\x93\x7a\x60\xe3\x28\xd2\xd0\x99\xf3\xa9\x82\x09\x9d\xb1\x46\xb6\x63\x32\x8f\x94\x6d\xe9\x48\x46\x2a\x98\x5b\x79\xda\x94\xa7\xaf\x66\x64\x4a\x78\xcc\xbe\x13\x58\xe5\x04\x14\x38\xdf\xd6\x73\x28\xb6\xf7\x80\xb5\x27\x64\xf9\xe7\x7f\x17\xaf\xe6\xe6\xdb\xc7\x48\xb0\x73\xd3\x60\x95\xa3\x97\x94\x0a\x78\x8c\x84\x7b\xfb\xbd\x52\x4b\xd5\xad\xa3\x46\xba\xfc\x28\xe0\xc2\x80\x92\x55\x30\x42\x49\x71\x60\x15\xbc\x91\x18\x69\xd4\x21\xaa\x1a\xfb\xf9\x4d\x22\x97\x0e\x25\xf0\xd8\xf3\xa5\x97\xbc\x41\x75\x05\x3d\x62\x34\x76\x1e\xf4\x0c\x47\x49\xd0\x62\xe6\xbf\x7d\x13\x11\x5b\xe8\xed\x10\x86\x47\x5a\xd5\xbe\x2b\xe9\x51\xef\x98\xf2\x21\x4a\x8e\x15\x70\x62\xa8\x23\xa6\xab\x33\x43\x4d\x87\xcc\xbd\x49\x5d\x18\xe4\x47\x9c\xcd\x31\x7f\x29\x27\x76\x74\x83\xb3\x46\x45\x62\x3c\xf0\x17\x28\x0d\xe7\xfa\xfb\x71\xfc\x4c\xc8\x1f\x46\x4e\x3c\xf1\xfc\x96\x84\x54\x0c\x8d\x37\x77\x50\x48\x3b\xc1\x66\xea\xf1\x50\x62\x56\x34\xe0\xdb\x02\xec\x4a\x33\x4b\xf7\x96\xf0\x8e\xc3\xa7\xb0\x01\x1c\xe2\xe7\x88\x79\xfe\xb6\xad\xc5\x6c\x7c\x2c\xa3\xf0\x89\x28\x2f\xd5\x51\xc2\xae\x1f\x5f\x82\xc4\xe6\x15\x66\xa6\x66\xd1\x3f\xbc\x38\x67\x63\x7d\x22\xb3\x52\x57\xce\x0c\x84\xe6\x07\x93\xe9\xc8\xa7\x16\xf1\x2d\x9f\xea\xf9\xcb\x95\x4e\xf5\x84\x2e\x65\xf6\x7e\x21\x4d\x14\xf1\xe7\x1c\x19\xed\xcd\x93\xcf\xed\xe3\x87\x23\x24\x86\xeb\x07\x4f\xc7\x53\xb7\xd9\x5d\xc0\x6f\xeb\xd0\x78\xa0\x00\x05\x8a\x29\xcf\x24\x70\x03\xc6\x21\xe5\x63\xc6\xbb\x32\x02\x3f\xe4\xa6\xcc\xb2\x0e\x7b\x40\xd1\x80\x4e\x1e\xd7\x4d\x45\x03\x2a\x23\xbf\xec\xec\x03\x4f\x99\x30\x9c\x1c\xfd\x14\xd2\xa7\x1e\x35\x35\xd9\x05\x21\xe5\x44\xc7\xa7\xf8\x71\x82\xec\xb8\x23\x15\xd4\xa7\x14\x14\xde\xc7\x32\x11\x25\x22\x64\x4d\x39\x7a\x28\x1d\xb7\x51\x86\x0a\xe9\x53\x5f\x99\x39\x07\xe9\xed\x3d\x85\xba\x3e\xcf\x72\x38\x0c\x55\x3c\x6a\x82\xd9\x94\x72\xe6\x4b\xdb\x76\x47\x06\x20\x4d\x89\xf3\xf8\xe3\x94\xb4\x1c\x9a\x05\xa4\x29\xb9\x14\xfb\x46\x53\x56\x48\x47\x77\x9e\x29\xb5\xd6\xc2\x10\x55\x6c\x9e\x9a\x1b\x87\xaf\x63\x31\xd2\xec\xd7\xba\x11\xf1\xa2\xf0\x3b\xf5\x40\x84\x0a\x38\x53\x09\x93\x31\xc9\x53\x15\x53\xfc\x1b\x45\x49\x97\x7e\xc8\xc0\x01\xe9\xeb\x70\x7d\xb9\x4c\xfa\x22\x0b\xb1\xdb\x93\xd4\x6a\xa6\xd4\x81\x3d\x69\x97\xe3\x27\x36\x80\xe3\xf1\x44\xfb\x7c\x89\xb0\xc1\xf9\xc9\x69\xac\x8e\xce\x54\x3b\x8f\x55\xa4\xd8\x37\x1a\x38\xed\xca\x49\x54\x33\x5c\x39\x89\x30\x58\x1c\x9d\x27\xce\x2f\xe1\x6a\x6a\xcc\x39\xe3\x6a\xb2\x42\x5f\x2e\xe1\xaf\x54\xd5\x8e\x6e\x69\xc6\x73\xc9\x58\x9d\x9f\x94\x1d\xfc\xc5\x77\x91\x1e\x37\x13\x44\xb3\x38\x2f\x30\x51\x14\x71\xa7\x1e\x6c\x20\x01\x64\x6a\x36\xf4\x17\x11\x57\xd3\x90\x93\x57\xa5\xaa\x44\x5c\x4b\x9f\x12\x71\x2d\x7d\x68\x74\x59\x21\x69\xe0\x6b\xa6\x43\x9b\xed\xc8\x2d\x92\x55\x61\xad\x18\x4b\xc3\x43\xf1\xe9\x5c\x55\x47\xff\x3b\x91\xce\x5d\xd7\xf7\xd0\x9c\xba\x84\xbb\x29\x71\xdf\x80\xbb\xc9\x31\xc7\xb8\x9b\xe3\xa9\x6a\x97\x08\x4b\xf2\x1b\x2c\x74\xc6\xa0\x18\x5e\x3d\x94\x04\xcc\x43\x69\x4b\x23\xc5\x8c\xc2\x89\xab\xcb\x28\x9c\x8a\xf0\xf9\x85\x2b\x27\xa4\xd0\x67\xe8\x15\xe5\xb2\x3a\x4b\xfa\x77\xa0\x97\x88\x63\x25\xaf\x2a\xb9\xd6\xf9\xf9\x62\x09\x60\xf0\x04\xb0\xd3\x42\xf9\xb8\xc4\x39\xf4\x87\x8a\xbe\x32\x04\x9d\x07\xb0\x67\x7e\x96\x94\x88\x91\x9f\xaf\x9d\xa3\x4c\x7f\x3e\x6a\xb2\x85\x7e\x3e\x5b\xb2\x89\x7f\xb8\x44\xe0\x26\x25\xb0\xaa\x47\xc6\x6e\xae\x6c\xa1\xb4\xa7\x33\x3d\xd6\xc2\xc8\x38\xe5\xa8\xaa\x47\x46\x1e\x8e\xe5\x2f\xa5\x85\x83\x5c\x21\x52\x50\x0e\x4b\x42\xf6\x94\xe8\x15\x67\xac\x3a\x67\xca\x88\xcf\x0e\xe5\xa1\x86\xd3\x1c\x95\x8f\x27\xf0\xf3\xb7\x99\x4a\x26\x44\xf0\x83\x38\x40\x15\x45\xe8\x7c\x3d\xcd\xea\xaa\x94\x77\x95\x53\xf9\xac\x4a\x24\xc1\xcf\x81\x3d\x2c\x52\xd6\xcb\x37\x0c\xdc\xe3\x2c\x25\xb4\x2a\x5c\x46\x2e\x25\xb4\x2a\xa7\xfb\x58\xca\x67\x75\x9c\x35\x1f\x56\xb9\x5c\xba\x29\x0e\x88\x9d\x66\xe0\x17\x9a\xe1\xa0\x60\xb3\x75\x39\x67\x14\x88\xae\xe5\x38\x41\x8e\x46\x76\x53\xe6\x6d\x9f\xba\xd6\x0b\x21\x66\x11\xbc\x5e\xbe\x0b\xe0\x85\xea\x7a\x99\x27\x46\x7a\xb1\xfb\x7a\x30\x04\xc7\x11\x9b\x8c\xcf\x78\xa1\x49\x9f\x7e\x58\xc5\x49\x6f\x39\x6a\xcf\xbc\x32\x3e\x33\xc5\x08\x25\x44\xf6\xa4\x13\x5d\x05\x1c\x23\xed\xd8\xf4\x38\xd3\xa5\x95\x7b\xe6\xc4\x0f\x01\x79\xb5\xbc\x94\x07\xaa\x1e\xf9\x33\x60\x28\x83\xd9\x14\x5b\x60\xaa\xad\x57\xc2\x91\x43\x4d\x39\x2b\xe9\x04\x1f\x43\x06\x94\x64\x3e\x50\xb2\x23\x9f\x66\xec\x3d\x9a\x21\x19\x8f\x1b\x52\x70\xa0\x7a\xf8\xf4\xbd\x14\x1b\xe8\x20\x16\xc4\x12\xb0\xe8\x20\x20\xc7\x52\x6c\xa0\x82\x74\x5c\xc7\x90\xff\x71\x86\xb2\x23\x8c\xf5\x3b\x2c\xa9\x46\x9a\x11\x1e\xbc\xa5\xcc\xf6\xf9\x4c\x8f\xf6\x83\x59\x3c\x2f\x62\x03\x39\x28\xdc\x4d\x6a\xf7\x8f\x50\x5e\x69\x46\x6e\x66\x2b\xb4\x63\x37\x58\xbe\x9b\x3a\xb5\x67\x38\xd3\x2f\xc5\x07\x94\x00\x17\x85\x0e\xc1\x37\xe4\x47\xc0\x37\xcc\x3f\xb3\xc8\xdf\x75\xed\x4e\xab\x69\xd7\x0c\x33\xa1\x6c\xb7\x9c\x21\x89\x38\x06\xf5\xd1\x56\x0c\xa5\x15\xc9\x6c\xe9\x7a\xfc\x60\x61\x85\x70\x2a\xd7\x43\xb1\xea\xf4\xb8\x58\x59\xfa\x40\x45\x16\x2a\x4b\x29\x9e\x2f\xe6\x60\xfb\x78\x57\xe8\xc5\x4a\xf1\xa1\x24\x0e\x67\x28\x6f\xb7\x2c\x98\x0c\x7f\x72\xff\xdd\xa4\xcf\xd0\x8d\xc1\xfb\x6a\xc0\x51\xea\x6e\xf2\xab\x4e\x19\xa0\x0f\x02\x2c\x83\x82\x07\x15\x5e\x09\x2c\x05\x0f\xba\x3f\x3c\x20\xfd\xdb\x13\xca\xce\x1c\x16\x57\x50\xa9\x52\xae\x14\x36\x6f\xd4\x14\x7a\x19\x2c\x94\x97\xa2\x00\x55\x27\xa3\xbf\xa9\xaf\xe4\x63\x83\xf2\x78\xa8\x69\x06\x02\xd8\xb5\x4e\xfb\xff\xaf\x14\x4a\x7d\x4c\x3e\x74\x2c\x75\x87\x9e\xbb\x49\xdf\x0c\x76\x06\xa4\x1b\xa1\x83\x55\x39\x27\x33\x12\x52\x2c\x8c\x04\x3a\xed\x3a\x85\xf9\x15\xf4\xa7\x9e\x2f\xba\x44\x9d\xd9\x8c\x59\x8e\x01\xc4\x8d\xfd\x22\x87\xd5\xcc\x60\x17\xcb\x99\x4f\x95\xce\xf9\x4a\xa1\x00\xca\x48\x03\x61\xaa\xca\x7c\xca\x58\x5c\x7e\x6c\x79\x74\xe9\xd2\x06\x6c\x63\xb0\xcb\x31\x71\x69\xc7\xda\xee\xc5\x3f\x4b\xd9\x71\x03\xbb\xce\xb0\x1e\xed\xd8\x3a\x1b\x29\x94\xf1\x3f\x90\x47\x0a\xfa\x53\xcf\x4c\xa5\x8d\xff\xfc\xa5\x2c\xb0\x33\x3c\x21\x6c\xcd\xf9\x4a\xa3\xdb\xcd\xf0\x23\xc4\xfc\xf1\x7f\x14\xdb\x51\xc4\x1e\x58\x06\x55\x81\x72\x59\xc5\xd2\x89\x83\xd2\x52\x58\x9f\x7a\x32\x56\x05\xf2\x19\xc4\xfc\x58\x82\x58\x95\x3e\x43\x69\x00\x28\x30\xc7\xf8\x01\x84\xb3\x8a\x25\x15\xa1\x1a\x56\x31\xdb\x3d\x5d\xc8\x69\x07\xf7\x18\x7d\x45\x16\xcc\x9b\x64\x9d\xf9\x52\x18\xfa\x96\xb1\x1a\xbe\xe3\xb0\xc8\x37\xa9\x4d\x9c\x4e\x84\xb6\xc0\x26\x5f\xc5\x58\x9e\x48\x32\x41\xb3\xaa\xe3\x72\xde\x94\x92\x72\x32\x59\x04\x12\x22\x02\xc6\x72\x20\xa1\xf9\xb4\xf3\xd3\x4c\xd2\x8c\x79\x12\x61\xa9\x70\x40\x15\xe4\xcc\x32\x88\xeb\x3c\x43\xa9\xc3\xb4\xe9\xb0\x08\xbc\x87\x58\xc5\x6f\xc1\x1c\xc0\xf8\x26\x8d\x25\x42\xd7\x1a\xc5\xd5\x41\xbb\x2e\xc3\xb8\xc8\xe7\x79\x93\x8e\x25\x12\xea\xa7\x4e\xa1\x64\x56\x01\x28\x5f\x25\xa6\x3e\x23\xc2\x74\xea\x7f\xdf\x53\x2e\xe3\xb8\x3a\xa8\x8e\x55\xcc\x79\x67\xda\x95\xb3\xe3\xe9\x13\xce\x4b\x55\xeb\x7b\x76\x54\xb1\xb6\x75\xd0\xe2\xb6\x1c\x2f\x88\xeb\xe1\x25\x20\x57\x3d\xd9\x34\x17\x5c\x7a\xa6\xaa\x16\x97\x11\x08\xd5\x75\xc4\x8e\xb9\xb8\x4b\x42\xdd\x5e\x83\xd1\x86\xf4\xea\x1e\x50\xde\xd3\x3d\x7d\x2e\x8b\x8a\xb4\x2b\x8f\x13\x86\x8c\xa2\x09\xd5\xf3\x48\x55\x3f\xca\x0b\x75\x5b\x88\x60\xf4\x96\x70\x65\xf5\x7c\x51\x66\x2f\x09\x07\x95\x75\x19\xad\xdf\x52\x57\x57\xed\x27\xcb\x79\xe1\xc9\x43\x94\x5e\x9c\x57\x11\xfc\x97\x9f\xac\x12\xd1\x6d\x5d\x7e\x97\x98\x29\x91\x8b\xf8\x2c\x69\x48\x4a\x74\xa4\x4f\xa7\xd4\x87\x32\x67\x22\x00\x05\x31\xab\xc0\x53\x97\x21\x66\x67\x09\xe5\x5d\x43\x7f\x3a\x90\xf2\x0a\x6f\x5d\xce\x5d\x8b\xca\x34\xc0\xec\x44\x2b\x2a\x90\x50\x05\x22\xb4\xae\xe4\x5d\x64\x29\xb9\x09\xc0\x6e\x51\x5c\xa1\x72\x96\xd4\xb5\x74\xbe\x58\x2d\x39\xd9\x9c\xb1\xee\xa6\xb0\x33\x53\x57\x8c\x97\xb9\xc2\xdd\x71\x31\x58\x01\x08\xcf\x87\x92\x3c\xf6\x59\x7a\x55\x07\x82\x27\xa4\xca\x22\x3c\x10\xc7\xa8\x45\x78\x20\xc2\x2a\x2e\x63\xc3\x1a\xa1\x52\x96\x42\x00\x15\x9c\xe4\xab\xe2\xb7\xc0\x02\x51\xf0\x9e\x52\xd3\x8d\x25\xd0\x95\x32\x05\x31\x66\xec\x95\x43\x1f\xbb\x51\xb8\xad\x7a\x3e\x94\x1f\xbf\x14\x28\x04\x00\xe3\xd1\x9d\x79\xe6\xcb\x10\x2f\xde\x54\x2e\x43\xbc\x08\x5e\xb4\xaa\xd3\xfd\xa1\x20\xaa\x57\x1d\x4b\xa0\x1a\x62\x8a\x20\x75\x40\xa0\x2b\x47\x0a\x47\x04\x6a\x04\x5f\x59\x15\x1f\x6d\x7e\x8b\x03\x21\xdb\x42\x31\x81\x46\x4e\x06\xd5\xcf\x01\x88\xec\xb8\xaa\xd9\x22\x7f\x22\xe3\xff\xbc\x52\x66\x49\x56\x32\x3e\x27\x88\x4d\x3b\xfa\x93\x2b\x1f\x2a\x2d\xd0\x33\x02\x74\x66\xfe\x45\x07\xc4\x92\xbf\xb6\xf1\x06\x03\x55\x03\x7f\xd2\x87\xac\xb5\x13\xb1\x6f\x20\xd9\x59\xd2\x8a\x96\x80\x0d\x0d\xac\x8c\x98\x94\xab\x62\xba\x8d\xb4\xaa\xa8\xa9\x88\x64\x07\x0c\xe2\x0d\xd8\xaa\xb6\xe3\xae\x7c\xa8\xc3\x22\x97\xb1\xab\x39\x68\x3b\x8f\x1c\x56\xb3\x8c\xe3\xdc\xd4\x0c\x11\x42\x90\x36\xc7\x62\x88\x55\x25\xc8\x59\x07\xfe\xb5\x9a\xc1\x19\xfd\x21\xbf\x8a\x5c\x38\xff\x16\xde\x42\xa0\x55\xe2\x70\x2e\x23\xd0\x3a\x41\x4c\x97\x82\x0b\x3d\x76\x42\xb3\xce\xec\xa1\xbc\x2d\x50\xfe\x0e\x2e\x54\x31\x5e\x9d\xfa\x2c\x8c\xdf\xcc\xa2\x30\x5e\xb3\x5a\xec\x94\x61\xaa\x21\x99\x1c\x2f\xa8\x11\xbc\x67\x35\xe7\x1c\x6c\x99\x11\xeb\xc9\x96\xba\xde\xfe\x2d\xed\x7a\x5f\xb4\xd4\xf5\x2a\xc0\x6b\xcd\x0c\x84\x7a\x6b\xf6\x97\xf1\x4c\x7b\x91\x17\x2d\xc6\x6d\x13\xd8\x07\x74\xd1\x12\xb0\xac\x72\xdd\xb7\x9a\xd9\xa9\xe7\x43\x6f\xdb\xa7\x90\x50\x7d\x8c\x3e\x4c\xc3\x78\x85\x04\x3a\x31\x4a\x1b\xe6\x7e\x49\x5d\x8d\x2f\x33\x26\x73\x1f\x38\xcb\xea\x83\xe1\x4d\x48\x73\xc9\x80\x92\x84\xc6\x0a\xed\x91\x5d\xa9\xda\xff\xf9\x5f\x07\x4a\xb2\x3a\xf6\x3d\x67\xa0\x6e\x9b\x8c\x39\x70\x2a\x36\x1e\x89\x2e\x61\xc5\x7a\x87\xd9\xba\x01\xf1\xcf\x77\x1e\xea\x01\xf5\xf3\x8a\xf1\xe1\xd4\xea\xa2\x92\xc8\xcb\x46\x24\xd3\xa5\x4c\x6c\x35\x1e\x0f\x61\xc3\x0a\x77\x12\x4b\xd0\xb0\xc2\xf5\xc5\xea\x96\x63\xec\xa1\x6e\x39\x86\x5d\x20\x64\xd8\xa8\x98\xb6\x46\x86\xf5\x91\xa1\x46\x38\x85\x14\xc7\x20\x9b\xba\x75\x54\xa6\xc3\x98\x68\x22\x02\xad\xbe\x0c\xdb\x40\xce\x77\x0b\x27\x96\x52\xe0\xb0\xca\xab\xe7\x45\xca\x34\x1e\xb0\xae\x6e\x0e\x41\xe8\xf7\xcd\x80\x58\x3c\x6c\x76\x84\x93\x43\x14\x35\x22\x3e\xad\xbe\xd9\xd5\x21\x25\x74\xd0\x3c\x82\x8e\x15\x30\xe5\xcb\x79\xd2\xe2\x7c\x20\x4f\x1a\x61\x3c\x57\x37\xc3\x60\x18\x0c\x40\x39\x1c\x17\x87\x7d\x52\xe0\x90\x97\x90\x64\xf5\xc4\xc6\x21\xf4\x50\xbc\x08\x43\xfe\xfb\x73\x84\x12\x8b\xc0\x4d\x4a\x9b\x16\xf7\xe2\x1a\xb6\x7f\x58\x3e\x21\xc0\x0e\x12\x2f\xb7\x35\x58\x78\x04\xdb\xb0\x55\x03\x03\x0d\xb3\x41\x7a\xb4\x5a\x44\x00\x10\x5e\x88\xf7\x39\x6b\xe8\x7c\x08\x66\x68\x29\xa5\x5a\x89\x6e\x19\x7e\x2a\x45\x34\xd0\xa5\x68\x43\xf5\xec\x69\xe7\xe3\xc2\x74\x22\x0e\x42\x5e\x1b\x3b\x06\xb2\x6e\x11\x5f\x28\x1e\x0f\x81\xc7\x4a\x0e\xa8\xc2\x8e\x55\xf0\x9e\x6b\xd8\x1c\xca\xbc\xfa\xa9\x6b\x3c\x1e\x03\xbb\x9d\x3d\xec\xf0\x42\x23\x4b\x62\xee\x3a\x52\xd5\xc6\x09\x3f\x69\xd9\x84\xf2\x15\xc4\x6b\xd4\xd7\xdf\xd1\x4d\xd6\xf0\x9b\x6b\xb0\xa9\x4b\xa9\xd9\x4e\xb0\x75\x6b\xd8\x56\xe2\x00\x16\xf8\x17\x07\x29\x45\x1e\xaa\x60\xe9\x96\xc1\x60\x3c\x7f\x59\xc6\x82\x71\xd3\xbc\x86\x01\x16\x33\x23\xf7\x83\xff\x92\xc2\xaf\x07\xc0\x84\x18\xf1\x4a\x18\xda\x65\x88\xd7\xc9\xbc\x4e\xae\xc5\x91\x37\x82\x78\x8d\xfa\x4a\xa1\xf6\x29\xd2\x47\x78\xaf\xca\xa3\xef\x45\x52\xb7\x98\x4a\xd3\x2f\xae\x01\x34\xae\xe9\x38\xfb\x9c\x2c\x01\x78\x71\xbd\xbe\x08\x18\x44\x40\xbe\xa5\x10\x41\x47\xe5\xb9\xdf\x9a\x5c\x3b\xa2\x4f\x88\x11\xd4\xd2\xb0\xef\x7f\xf8\x53\x41\xbc\x6a\x79\xa5\x21\xaf\xdf\xf3\xa5\x6f\xb8\x3d\x45\xce\xe3\x96\x53\xf1\x84\x81\x18\x90\x41\xd3\x3c\xb8\x5d\x82\x66\xd5\xf2\x0a\x65\x7b\x1e\x46\x98\x1c\xfc\x66\xc8\xad\x09\x63\x52\x22\x82\x98\x31\x8b\x20\x56\xd7\x68\xac\x0a\xd3\x4e\xdb\x35\x69\x06\xa5\x54\xf3\xe1\x57\x55\xf3\xa1\x76\x31\xba\x59\x10\xaa\x93\x58\x3e\x6b\xf9\x25\x4d\x7c\x64\x4e\xc1\x46\x02\xed\x9b\xbc\xf4\x27\x29\xb4\x6f\xbd\x85\xf4\xb1\x0f\xa1\x2c\x68\x54\x2d\x98\x93\x0b\x20\x32\x55\xa5\x3f\x0a\xe3\x59\x1c\x8e\x32\x20\x3b\x1c\x09\x82\xb7\x84\x85\xaa\x44\x5d\x5e\xcb\x8f\xee\xe2\x84\x52\x58\x9e\x0a\x08\x75\x09\xef\x54\x0b\x66\xc5\x32\x3e\x94\x20\xb6\x6b\x61\x74\x1c\x29\xbd\x85\x1e\x6f\xdc\x96\x93\xa7\xf5\x91\xff\xd4\x9d\x46\x39\xd2\xac\x9d\x74\x0c\x0f\xab\x22\xa3\x95\xef\xa6\xa4\x55\x67\x23\x1f\x2c\x8a\x31\x4d\x25\x7f\x22\xd3\x00\xc8\xf0\x72\x7e\xb4\x4e\xa8\xc1\x65\x68\xd2\x89\xe0\x57\x9c\x9e\x5a\x38\x76\x2a\x77\x5a\x8d\x58\x21\x77\x1a\x01\x0c\x17\xe8\xa3\xf8\xcf\x36\x5e\x3a\xc4\x9e\x02\xe7\xd4\xc2\x59\x4a\xa1\x72\x2e\x1e\x7c\xad\xed\xfb\x79\xc2\x96\x2d\xc3\x8d\xca\x99\x42\x81\x43\x51\x7e\xdb\xef\xc2\xc1\xf7\xae\x8d\xdc\x45\x08\x29\xcb\x59\x2d\xf8\x47\x84\x3e\xaa\x44\x75\x5a\x1b\x3d\xde\xa1\x2e\x51\x8c\xd5\xcf\x48\xb8\xe3\x5d\xc2\x22\x15\x62\xec\xac\xcd\x02\xa5\x8c\x01\x30\x23\x7e\x37\x1c\x1f\x99\x71\x42\xaf\x03\x25\x21\x68\x50\x8d\x8e\xdf\x9e\xf6\x33\x5f\x7a\xba\x8e\x54\xe5\x4f\x5c\xf7\xed\xbb\xc8\xb8\x2e\x1c\xa0\x66\x46\xd8\x2a\x40\x4d\x21\x0a\xdf\x12\x02\xa8\x96\xf3\xef\x50\x27\xeb\x6d\x8f\x43\xdc\x6d\x6f\x2b\xdc\xa7\x4f\xf3\x1e\x96\x85\x60\x3e\xb5\x70\x96\x32\x74\x27\x8e\xe7\xb7\xdd\xed\x60\x7f\x97\x83\xcc\xb4\x38\xa6\x04\xcf\x39\x72\xb4\x71\xc2\x2e\xf2\xa7\xdf\xa4\x56\x25\x63\x17\x92\x3a\x7a\x53\xe9\xbb\xce\xf3\xa1\x64\xda\xa0\x27\xde\xe0\x04\xd1\x70\x4e\xc9\x15\xc6\x7c\x1b\x1c\x1d\x4f\xa1\xa3\xd3\x24\x1c\xeb\x7a\xfb\xed\x21\x91\xef\xd6\xdb\x4f\xbf\x07\x2a\x47\xf1\x69\x4a\x4c\xa4\x37\x2e\x80\xcc\x89\x3d\x53\x71\xc0\x19\x68\x53\x10\xb6\x06\xda\x14\x5c\x19\x0a\x5d\x53\x89\xa9\xb1\x0c\xbb\xe1\x5a\x75\x39\xef\xd6\x04\xf9\xbe\x8c\xc2\xe9\x9c\xd2\xde\x0e\xee\x99\x89\xe6\x91\x38\xbc\xf8\xf1\x96\xc3\xa4\x75\x6c\x1a\xb2\xdf\xdf\xa4\x87\x33\xa1\x34\x00\xe6\x8b\x54\x5a\x63\xa4\xd0\x20\x81\x01\xa5\x13\x1c\xd1\x4f\x97\x63\xd3\x94\x68\xdd\x8f\xa5\x22\xc3\x23\x1a\x0d\x41\x2d\x96\xa3\xd1\xd4\x12\x4a\x82\x98\x8d\xfc\x41\xa7\x8d\x14\x3a\x56\x08\x86\x98\x91\x35\x05\xe3\x53\xd1\x67\x6a\xb9\xd2\x25\x03\x4a\x9f\x62\x12\xfc\x27\x1f\xe7\x37\xe6\x9d\xdb\x12\x98\xa6\x16\x2c\x5e\x81\x69\xce\x38\x69\x94\x5a\xeb\xcc\xd9\x5c\x99\xb5\x4e\xde\xb5\x2d\x12\x6b\x11\x10\x6d\x39\xb1\x16\xe1\x60\xd7\xc7\xef\x38\x66\x06\xe0\x0c\xf3\x25\x85\x4a\xfd\xd8\x43\x99\xbb\x58\x5b\x62\xda\x00\xbd\x5d\x0e\x62\x13\xe0\xf2\x72\x72\xad\xb8\x12\x3e\x88\x0b\x84\x89\xd3\x69\x95\x1c\xec\x3f\x7e\x45\x84\x44\x10\xf6\xe6\xe2\xc1\xf5\x32\xf4\xa6\x83\x3c\x5d\x1f\xc7\x8d\x20\xbe\xcc\xfa\xa0\x66\x67\xba\x51\x66\xde\xfc\x8b\xac\xf5\x78\x28\x84\xaf\xa9\x44\x42\x5f\x86\xd7\xf4\x78\x94\xbe\xbc\x13\xc2\x20\xff\x9a\xf9\x6a\x28\xad\x35\xb2\xcd\x69\xb1\x0e\x02\x23\xad\xaf\x32\x20\xf3\x18\x73\x09\x7b\x73\x12\xd0\x61\x29\x6a\xcd\x59\xce\x50\xc6\xf4\xa6\x47\x69\x67\x56\x41\x80\x99\x0a\x94\x65\x19\x30\xc3\xcb\xbb\xf5\x75\xe0\x73\x00\x56\x4b\x80\x99\x0a\x70\x7a\x19\x12\xd3\x73\xbc\xfb\x5a\x11\x60\x19\x0a\xda\x52\xc3\xfb\x5f\x64\x05\xce\x95\x2f\xe7\x32\x56\xf3\x6b\x8c\x55\x7c\x12\x8a\xef\x72\x97\x32\x3e\xdf\xdc\x81\x46\x5a\x02\xc2\x54\xb2\x19\xac\x2f\xef\x96\x91\x50\x02\xc2\x54\xc2\xd1\x2f\xe1\x60\x2a\xf9\x0a\x96\x61\x30\x44\x8a\x5f\x82\xc1\x1c\xb7\x76\xfe\x53\x80\x0b\x23\x73\xce\xac\x81\xc5\x11\xfc\xfd\xe5\x25\x6b\x1a\xf5\x93\x66\x56\x5d\xf8\x2b\xb0\x23\x8b\x70\x33\x80\x8d\xd6\x17\xbb\x7a\xe4\x4b\xdd\x2b\x30\x3f\x42\xcc\x5c\x15\x53\x4b\xd0\x96\x84\xd2\x5d\x46\xb6\xe4\x0e\x46\x39\xa8\x2a\x11\xc1\x97\x53\x50\x5d\xa0\x23\x96\x73\x50\xc5\xb5\xfc\xf3\x7b\x9e\x12\xea\xe7\x8d\x49\x55\x5d\xac\xc4\x9b\x2b\xf0\x4a\x05\x50\xbb\x04\x5e\x29\xf9\x2b\xc5\x93\x19\xcf\xd8\x26\x5b\xb8\x42\x0e\x41\x69\xd2\x8c\x76\x48\xee\xe1\x04\x5e\x29\x64\xb7\x58\x3f\x8b\x1b\x0c\x19\x92\x59\xf1\x8a\x73\xfd\x78\x7f\x8a\x69\xae\x8c\x54\x95\x10\xdc\xcb\xa0\x93\x92\x4e\xcc\x1e\x44\xdd\x5e\x46\x9d\x00\x86\x5e\x82\x99\xdc\xcd\x36\x48\xfd\x17\x1a\xdd\x68\x91\xc9\x8b\x8f\x65\xb4\xc8\xe4\x8d\xc7\x32\xe8\xa3\x11\xf8\x77\xbf\x7c\x05\x8b\x07\x79\x1b\xd9\x31\x9d\x22\xf0\x26\x6d\x5f\x7a\x9f\xec\x97\x4f\x37\x3d\x75\x69\xf8\x84\x64\x56\x52\xd7\xcf\xf2\xbd\xfd\xf7\x6b\xf0\x3b\x03\x52\xa2\xec\xa4\x90\xcb\xb1\xc1\xa7\x7a\x5b\x0a\x0e\x6e\xbf\xd0\x19\xd6\x4c\xfb\xc5\x2b\x3d\xda\x31\x2c\x04\x37\xcd\x7e\x59\x11\xf4\x54\xf5\xa5\xfa\xc5\xcf\xe8\x08\x5c\xf2\x6b\xde\xc8\x83\x0f\x09\x16\x61\xb6\xdd\x2f\x04\xaf\x35\xca\x26\xd3\x12\xef\x47\xb7\x21\x1a\x3c\x81\xda\x2f\xb4\xfc\xa0\x53\xf9\x45\x3a\x5e\xa5\xfd\xda\xbe\xbc\x0f\xa5\xac\x50\x8d\x4e\x1d\x91\xae\x3c\x55\xad\x0b\x2e\xa6\x57\x58\x9d\xeb\x60\x4e\xf4\x04\xc0\x69\x5c\xdb\x16\x62\xa3\xbc\xe8\xf2\x70\x42\x8a\x1e\x4a\x77\x02\x35\x94\xcf\x9c\x66\xc0\x4d\x64\x18\x5c\x3c\xfb\x30\x44\x96\xb8\xdd\x5b\xe0\x8a\x72\x59\xf0\x6e\x02\xc5\x10\xab\x64\x0b\x6b\x71\xe2\xae\xdb\x09\x14\x33\x42\xc2\x37\xb4\x6b\xd9\xcb\xda\x1b\x50\xe1\x84\x6e\x37\xe5\x13\xd6\xa4\x4f\xbf\x39\x7a\xa5\x9d\xed\x01\xa5\xee\x5b\x7f\x9d\xaa\xca\x3d\xe7\x3d\xb0\x0f\xcb\xe5\x91\x9a\x7a\xc7\xf7\x62\x7e\x9c\x51\xae\xf1\x9d\x0f\xb2\xac\xad\xf3\x30\x75\x42\x82\x6e\xe5\x61\xaa\x44\xe8\xdb\x87\x0d\xf4\xcc\x16\xda\xf9\x62\x2e\x17\xb3\xc5\x6f\x2d\x2f\x09\x94\xf3\x99\xa4\xaa\x22\xcc\xcd\x4c\x96\xf7\xe7\x4c\x4d\x9f\x05\x4f\xe6\x15\xe8\x6b\x46\x60\x4f\xec\xa8\x7f\x47\xab\xda\x47\xb6\x76\x5a\x52\xf8\xa0\xca\x7f\x72\x8d\xf4\xf4\xfa\xd1\xbe\xc9\xf8\x34\x79\xac\x81\x50\x19\x95\x18\x90\xfb\xf4\x39\x8d\x95\x15\x28\xa3\x10\x11\x7e\x1b\x94\xd1\xff\x25\xcd\xfb\x33\xa4\x64\x28\x8b\x77\xfa\xf9\x00\x9e\xb4\x2d\x8c\x46\x21\xe4\xc9\x3e\xed\x1a\xc1\x4c\xdc\xce\xe2\xc4\x9d\xce\x36\x7e\x83\x43\xd3\x3e\x6d\x42\x4e\x6a\xfa\x28\x91\x1e\xa7\x5d\x96\x29\x63\x74\xf9\x90\xd1\xa5\xd4\x11\xf4\x43\x99\x0d\x60\xf6\xd3\x3e\x13\xa2\x9c\xef\x53\x72\xe5\x95\xf9\xf1\x29\x72\xa4\xaa\x84\x8c\x2d\xd1\x7d\x72\x8a\x9c\xfc\x17\x32\xa7\x32\x07\xf2\xa8\xf4\x0c\xc8\xd1\xe7\x60\x52\x27\x5b\xba\x00\x04\xed\x93\x57\x01\x0c\x20\x02\x29\x24\xac\x17\xf2\x5e\x3e\x02\xe5\xef\x13\x4b\x30\x0d\xc9\x58\x20\x22\xfa\x3e\x8d\x41\x0c\x57\x38\x9c\x0d\xf9\xd2\xf6\xc9\xe3\xf2\xfc\x8b\xa2\x1c\x11\x3c\x70\x9f\x4e\xb3\x9a\x01\xe9\xfc\xc9\x93\xe3\x7d\xda\x2a\xac\xcc\xa5\xce\x9f\x9c\x48\xb6\x02\xdf\x54\x1e\xa2\x6e\xe5\x5e\xaa\x04\x08\xdb\xa7\xb4\x0f\xee\xd4\x5d\x6c\x31\xb2\xbd\x0b\xaa\xe8\x4c\xa1\x04\x34\xf3\xea\x98\x38\xe4\xe3\xda\x82\x6f\x1c\x8d\x38\x7e\xdb\x41\x71\x78\xd3\xb8\x8b\x23\x30\xdb\x92\xd8\xc2\x68\x14\x30\xbb\xbb\x70\x58\x61\xe0\x05\x11\x57\xe9\x04\x3d\x34\xf9\xd4\x20\x0d\x9c\x82\xbb\x20\xf2\x60\x8a\x62\x63\x02\x45\xe4\x8c\x4e\x57\x7b\x48\x45\xd2\xb4\xc1\xb6\x83\xd2\x60\x4a\x8c\xd2\x20\xee\xf2\x16\x2e\xa3\x82\xa9\xd9\x82\x65\x8c\xca\xfe\x52\x7e\xa7\x4a\xa8\xb3\x5d\x8c\x2a\xe2\x5c\xb1\x95\xdf\xa9\x12\x62\x6e\x17\x1f\x6c\x7a\x5a\x15\xe3\x11\x44\x69\x2b\x0e\x4f\xc1\x5d\xb0\x8b\x71\x44\x48\x47\x05\xde\x29\xbc\x0f\xda\x65\xb1\x69\xf9\x0f\x19\xb8\x84\x16\xdd\xc5\x77\xa2\xd8\xb7\x5b\xf8\x8e\x4a\x28\xb3\x5d\x60\xd1\x33\x5d\x7e\x3d\x9e\xd4\xfd\x69\xb0\x34\x6b\x61\x89\x86\x77\x54\x9e\x92\x59\x0f\xc3\x32\x21\x7e\x66\x95\xc1\xe2\x8b\x42\x83\x16\x5c\xbc\xc8\xf2\xcb\xd7\x4d\xb1\x6d\x04\xbc\x38\x2a\xc1\xcc\xb6\xa0\x16\xa3\x22\x71\x48\xc6\x84\x83\x75\x1b\x30\x71\xf1\xb4\x7a\x1b\x30\x81\x6d\xbe\x0d\x98\xe0\x95\xe3\xbe\x06\x7f\x96\x86\xcc\x43\x36\xc7\x37\xa8\x88\xfe\xfa\x1b\x3d\xb8\x0d\x99\x20\xb4\xd4\x26\x6a\x0f\x4f\xaa\xb6\x93\x33\xf1\xf6\x74\x5f\xe6\x12\x04\xc9\xe5\xe0\x98\xb8\x25\xb7\x30\x12\xe5\xf9\x6d\xc2\x74\xa5\x4c\x13\xcf\x1e\xbb\xec\xc5\x8d\x41\x27\x58\x44\x79\x5d\x29\xb4\xea\x69\xfc\x98\xe3\x58\xe6\xbf\xe4\xd3\x25\xbe\xe1\x76\xe0\x9d\x2b\x7d\x64\xad\xd3\xea\xcf\x1a\x96\xba\x32\x56\x1b\x51\x0e\xb6\x62\xed\x9c\x1c\x04\xb7\x30\x14\x95\x20\x5d\xfb\xf2\x95\x13\x4f\x46\xb7\x30\x14\x35\xf6\x88\x21\x14\xcf\x6a\xca\x61\xc2\x4b\x8f\xed\x38\x3c\x0d\x37\xd6\x06\x42\xd1\xf3\xa1\xf7\xcd\x33\x00\xed\x9b\xf0\x81\xcc\xac\x92\x09\xc1\x3a\xf6\x69\x62\x57\xc3\x15\xd9\x0c\x0a\xcb\x73\x12\x31\x67\x1b\x6c\xc1\x93\xe7\x0d\x0c\x82\x47\xea\xbb\xa2\x4e\xec\xdd\xd9\x46\x45\x70\x21\xbe\x85\x8a\xa8\x04\x26\xda\x15\x93\xa7\xa4\x21\x87\x60\x99\x50\xcc\x6c\x48\x78\xcd\x7f\x4d\x6e\xa4\x67\xb4\x24\x4c\xc6\x92\x10\x16\xa2\xf2\xf0\x72\x0b\x0a\x51\xaf\x0c\xde\xd8\x41\x2e\x1f\x76\x75\xc2\xc0\x2b\x85\x6c\x0d\x86\x2b\xb8\x20\x31\x43\x77\xb5\xff\xa2\x66\x04\xd2\x7e\xf9\x4d\xbf\xba\xbe\xd2\xa8\xed\x23\x5a\xd9\x8c\x95\xaa\x02\xcb\x44\xfd\x57\xdf\x46\x67\x34\x32\x81\x48\xba\xb0\x0d\x67\x20\xa2\xd1\x76\x8a\xa3\xc9\xab\x8b\x0d\xd2\x20\x2a\xa4\x59\x4b\x94\x50\x5d\x03\x68\x50\x7a\x77\x69\x5f\xd8\x56\x18\x9c\xa3\xe0\x2c\xd8\xc4\xc1\x21\x27\xc4\x76\x1c\x9c\x4c\x73\xc3\x4a\xe6\x04\x22\x8c\x42\x25\xd6\xcd\x6e\x01\x1d\xbf\x20\x2d\xbd\x5a\x4a\xbd\x06\x8c\x96\x5b\x00\x6c\x20\xc3\x12\x88\x92\xb3\x9b\x0f\xa0\x47\x3e\x64\x0d\x52\x38\xdc\x0b\x7f\xa6\x14\x48\x44\x46\xdd\xc2\x2c\x14\xc0\xc3\x5b\x98\x85\x02\xd4\x69\x2b\x19\xd1\xdd\x65\x87\x34\xb3\x5d\x29\xb5\x7d\x4d\x27\x1c\x39\xaf\xd4\xd5\x95\x4a\xfe\x53\xfe\x25\xa0\x10\xbb\xb1\x51\xaf\x14\x7a\xde\x99\x5b\xdf\xd8\xe1\xcc\xdf\xcd\x3b\x35\x53\x8b\xcd\x8a\x01\x27\x30\x41\x21\x78\xfa\x76\x54\x9a\x63\x3c\xbd\xf8\x52\x07\xc5\x2e\x34\x41\x89\xc5\xd6\x31\x17\xb0\x4f\xba\xe1\xc2\xd9\x8f\xdd\x9c\xc0\x01\xce\xa1\x67\x78\xe9\xb0\x85\x2d\xa8\xbc\xbe\xdf\x0e\x44\xd3\xb9\x2c\xda\x1d\x45\x70\xfc\xfd\x72\x67\x77\xe7\x61\x9f\x69\x48\x5a\xe2\xca\x60\x3d\x99\x35\xa4\x36\x03\xa2\xde\x51\x6a\x1e\xf9\x29\xb0\xc1\x19\xfb\xd2\x31\x6b\x78\x52\xb8\xbb\x99\x24\x7f\x39\x81\xca\xf2\x5f\x8e\xc0\xd9\x53\xa8\x9d\xc2\xf2\x75\x82\x39\xcc\x54\x45\x55\xa6\x13\x3b\xa3\x32\x25\x3a\x4c\xf1\x9e\x7b\x3b\xa0\x4d\x27\x6b\xc6\xee\xbe\x66\xe6\xfa\x65\x3b\x99\x52\x84\x4e\xf7\x33\xd8\xe8\xf2\x6e\x31\x03\x5f\x74\xa7\x87\x24\x37\xc1\x56\xb8\x9b\x7a\xc1\x8b\xc6\x34\xf0\x0a\x75\x1b\xd3\x70\x11\x4e\x61\x77\xdb\x16\x28\x02\x41\x1a\x92\x3a\x72\x2b\xfa\x4d\xe5\xfd\xfb\xee\xb6\x85\xb3\x7c\x7e\x6a\x41\x9c\xed\xdd\xf1\xa3\x65\x12\x04\xe0\x23\x29\xcb\x16\xfa\x61\xf0\x92\x72\x0b\xfd\x70\xc6\x0e\xeb\x18\x1a\xd8\xc2\x02\x3f\x94\x9a\x9f\xe4\x8c\x8f\xf0\xe8\x4e\x2b\x80\xb6\x51\x7e\xa6\x41\x88\xbf\x6d\x5c\x04\x51\x8e\x76\xb7\x11\x7d\xa5\x51\xed\xdb\x33\xad\x68\x2f\x22\x2a\x00\x42\x80\x74\xdc\x63\x30\x9c\x01\xa9\x98\x55\xcc\x8e\xb3\x2c\xe1\xef\xd9\xc3\x58\x99\x23\xed\xc8\x7b\xca\x6f\x18\x15\x41\x70\xa4\x3d\x9c\xeb\x06\x17\x88\x63\xdf\xe0\x83\xdd\xc3\x6c\x87\x52\x1a\xd6\x6e\x47\x3a\x34\xa3\x61\x44\x3b\x75\x52\x64\xdc\x30\xc8\x0f\x6d\x31\x6c\xa3\xf6\x7c\xc7\x9e\x48\x1f\x32\x4d\x30\x62\x06\x59\x25\xf8\x43\xd9\xaf\x3c\x3c\xde\x8e\x83\x73\xe5\x1c\x65\x30\x03\x38\xc2\x3d\xcc\x72\x2d\x1f\x0a\x42\x5b\x52\x26\xc5\xc6\x56\x57\x14\x9c\x51\xf3\x8b\xe4\x5c\x4e\x9b\xb2\x68\x50\x3a\x0a\x73\x73\x92\xf6\x7a\x2b\xca\x4d\xe5\x55\xd0\x1e\x30\x5c\x86\x6d\xc7\x03\x7f\xef\x10\x01\xb1\x18\x0c\x73\x28\x5c\x7c\xed\x11\xbe\xe1\xaf\x2c\x18\x11\x76\x82\x32\x8c\x58\x17\xc3\x9c\x82\x06\x1a\xb8\x86\xb2\xc4\xb0\x0a\x23\xf7\x09\x8b\x2e\x15\xb9\xe6\x78\xcc\x1b\x85\xae\xa9\xe0\x7d\xf6\x74\xa0\xd1\x28\x2b\x03\x1b\x26\x18\xf5\x2d\x7c\x42\x01\xf9\xbf\x95\xec\xa8\x02\x34\xdb\xd3\x4a\xef\x29\xb3\x80\x48\x21\x36\x2f\x92\x99\xf8\x33\x84\x6c\xdc\x46\x27\xe4\x5c\x30\x39\x77\xf3\x67\x8e\x47\x43\x0c\xa3\x2d\x74\xc2\x19\x1b\x61\xda\xfb\x73\x86\xb2\x6e\x40\xcd\x29\x1c\xcd\xfd\x2b\x21\xc5\x4b\xf5\x6f\xbf\xf7\x9e\x48\x2c\x3c\x47\x8e\x47\xd3\x67\x7e\x4d\xaf\x6d\x62\x03\x4f\x4c\x62\x3c\x59\x13\x26\xe1\xc7\x60\x84\x94\xc9\xd5\x9d\x9f\x96\x8f\x1e\x80\xf3\x9e\x20\x85\x39\xe2\x4c\x5b\xb2\x88\xa1\xc9\x85\x1e\x47\xc7\x49\xd8\x67\x0e\x8b\x4e\x60\x44\xe0\xb1\xed\x50\x31\xa0\xc2\xb6\x60\x0e\x85\x67\x5c\x5b\x09\x8c\x2a\xd8\xa0\x6d\x20\xc3\x04\xd7\xb8\x97\x2c\x9a\xb8\x4d\x16\xc7\xe0\x11\x52\x93\x17\xca\x21\xd4\xe0\xe8\x35\x99\x9e\x09\xa9\x18\x38\x58\x6a\x8e\xe2\x92\x83\xff\xc2\x19\x8b\x37\xc6\xe9\x85\xc8\x60\xb4\x15\xd4\xe5\x24\x78\xfa\x5e\x5e\x2e\xfe\x6a\xa1\x60\x70\x39\x29\xa8\x4b\xd2\x2a\x6f\x61\x1c\x6a\x1c\x98\x0b\xef\x1d\x12\xc5\x88\x07\xee\xb2\xb7\x11\x0f\x85\xeb\xfe\xbd\x7c\xe6\x64\xd3\x2c\x8e\x21\xe8\xe7\xe5\x05\x82\x9b\xc8\x53\xc4\x0d\xe7\x5e\x98\x37\x3d\xa5\x8a\x35\xcf\xea\x2d\xdd\x94\x44\xa4\x2e\x07\x7f\x46\x32\x2e\x36\xea\x0c\xf9\xf6\x22\xa4\x1d\x4b\xc3\x01\x65\x93\xc0\xd4\x46\xe0\xe3\x5d\xd8\x83\xd1\x16\x48\x8f\xb6\x41\x79\x4d\x58\x6a\xc7\x7c\xc1\xc1\xbf\x95\xf1\xa8\x00\xed\xda\x1b\xdd\x80\x89\xb7\xad\x1c\xb8\xfa\xdb\x8e\xf9\x12\x9b\x78\x63\xfa\x9c\x69\xc8\x3e\x9e\x0b\x4a\x4a\x77\xa6\x1d\x33\xd0\xcc\xf0\x7c\x4c\x39\x33\x78\x2b\x61\xb8\x6d\x5b\x3c\x64\x7c\x36\x89\xd9\xf1\x8a\x0e\x73\x3c\xe7\x38\x81\x30\xce\x67\x78\x4e\x49\x05\x7b\x29\xc8\xcb\xf1\x78\x84\x36\xa6\xec\x53\xea\xf1\x31\x02\x2f\x3d\x2b\xb6\xbd\xd6\x99\x12\x1d\x3d\x8e\x57\xca\xee\xd5\xac\xe8\xab\x6d\x91\x9c\xfe\x1d\x1e\x6f\x66\x7e\x36\x3d\x32\x00\xa3\xa5\x89\xdc\xb1\xb7\xc5\x70\x66\x64\x5b\xb7\x79\xba\xde\x44\x1e\x28\x50\xa7\x52\x20\xbc\xa0\xac\xda\x19\xeb\x5b\x8f\x3e\xce\xa7\x2a\xeb\x35\x20\x75\x14\xab\xa9\xea\x43\x4b\x0f\xe9\x63\x6e\x4f\x5d\x96\x28\x43\xf8\xe9\xdc\x46\x5d\x07\x83\x26\x79\xdd\x56\x8a\xa0\x1a\x67\xa3\xa2\xb0\xd4\x30\xad\x82\xb0\x1c\x80\x78\xb6\x82\xb0\x9c\xe0\x33\xf7\xdb\xcf\x3a\xe2\xd1\x7c\x73\x4a\xe9\x69\x07\x7e\xe2\x5f\x0c\x73\x9a\x69\x57\xa0\x7e\xd2\x79\xee\xb7\x83\x26\xfe\x87\xe8\x82\x5b\x58\x8e\x3e\x30\xd4\x1c\x77\xa5\x93\x44\x69\xbf\xc5\x24\x13\x74\xde\x56\xe6\xa1\x9b\x4c\x2f\x8c\x28\xa5\x72\xb9\x66\x4e\x14\x88\x05\x2c\xfc\x26\x10\x4b\xc4\xa0\x81\x1e\x17\xf1\x90\xf6\xdb\x76\x25\xe8\xb3\xfd\xb6\xcb\x75\x86\x32\xbb\xb1\x0e\xbe\x3c\x22\x74\xd2\x26\x67\x11\x39\xd8\xf6\x1b\x93\x00\x39\x24\x18\xc8\x49\x58\x87\xfd\xde\xcc\x18\xb3\x8d\x1f\x63\x84\xfc\x6a\x99\x52\xd7\x1c\xef\xd1\x3b\xe0\x4a\x2e\x06\x3e\xbe\x69\x45\xa0\x7e\xbc\x3b\x79\x07\xb2\x3f\x4e\x00\x00\x53\x7f\x8c\x3b\x24\x13\xd2\xfe\xd8\x27\xc5\x2d\xe4\x76\xf4\x93\x78\x4f\x3f\xa8\xf2\x11\xf2\xde\x3b\x71\x5d\x3a\x41\x50\x23\xdf\xe0\xfe\x84\x17\x3a\xe4\xd6\xd8\x27\x94\xd2\x05\x1d\x19\x02\x33\x1f\x12\xd9\xc2\xbf\x38\xb3\x2b\xd3\xf7\xc1\x03\x82\x60\x14\x9c\xe3\xee\x34\xa4\xcd\x46\x4e\xd8\x86\x70\xc4\x15\x26\xcc\x46\xcd\x79\x5b\x79\x87\xee\x86\x18\x1f\xa1\x5d\x5f\x21\x3f\xaa\x9b\x2f\xf5\x46\x2a\xc3\x95\xa8\x01\xfe\xb5\x85\xca\x28\x84\x8e\xde\xc2\x5d\xd4\x8a\x10\x57\xba\xa0\x1a\x5e\x14\xce\xa2\x86\x51\x1d\xd4\x24\x97\x49\xa4\x07\x22\xd4\xd4\x56\x8c\x93\xfb\xb7\x3c\x1a\xc3\x2e\x80\x9f\x6d\xc1\x2e\x6a\x38\x51\xa8\x8b\x9a\x2b\x18\xe7\x0a\x3a\x72\xeb\xea\x88\x27\xbc\x47\xde\x82\x59\x54\x60\x99\xdb\x99\x83\xe6\xbf\xad\xfa\x14\x93\xaa\xf6\xa7\xe1\x58\x51\xc8\x93\x7b\x3c\x69\x96\xd1\xa6\x53\xf1\x25\x06\xa8\xb3\x05\x75\x72\xfe\x6c\xc5\x3c\xa9\xf1\xc9\x38\xe4\xc9\xc5\x03\xee\xfd\x0d\xb7\xd1\xab\x7d\xea\x5c\xed\xef\xef\x64\xab\xa4\xd4\xb7\x8a\x29\x1c\x4a\x7e\x32\x42\x9a\xdd\x4a\x06\xf1\xf1\xcf\x65\x10\x36\x5f\x91\x69\xdf\x85\x30\xa4\x61\x61\x82\x72\x80\x53\x8e\xa0\x9a\x83\xbb\xe1\x1f\x39\x32\x7e\x91\x3d\x33\xa4\xa5\xe1\x91\xba\x5a\x60\x24\x86\xe1\x1e\x33\x2c\xff\xc5\x47\x8a\xba\xf8\xfa\x0a\x27\x17\xb1\x5f\x47\xd5\xc9\xb4\xc8\x47\x1a\x2f\x8d\x60\x1b\x03\x88\xd7\xfe\xf2\x76\x96\x63\xfd\xd7\x77\xff\xb9\x27\x76\x34\x93\x9c\x29\xbf\x04\x83\xa8\x29\xf4\x69\x0c\x5b\x45\xe0\x8c\xe7\xae\xd3\xe1\x4c\xb2\xef\x7f\x70\x55\x87\xd2\x33\x25\x78\x95\x08\x25\xb9\xb2\x35\x8e\xe3\x3e\xc6\xfc\x29\xc8\x7f\x8e\xed\x14\xcf\xcb\x8f\x37\x8b\x1c\xb3\x04\xcf\xa8\xe1\xc0\x9f\xce\xa3\x39\xf2\xfc\x2c\x6a\x98\x83\x5f\x16\x3b\x55\x25\x5b\x98\xbc\x1f\xe2\xe3\x4a\x5d\xed\x56\x84\xb1\xd2\xfd\x9c\x60\x47\xf7\xcf\xf0\xe7\x19\x4a\x56\x55\xfa\xf0\x41\x20\x77\xbf\x3f\x6e\x42\x50\xda\x02\x72\x94\xb8\x44\x0c\xe4\x88\x61\xe7\xe8\x21\xb9\xfd\x16\x8e\xe3\x8c\x0e\x74\xf4\x90\x16\x47\x8b\x60\x1d\x15\x3c\xdc\xfe\xb1\xec\x0c\x80\x65\x4f\x59\xfb\xe7\x7f\x9d\x48\x10\xdb\x10\x8f\xe7\x8a\xf4\x67\xc9\x52\x52\x68\xad\x81\x1d\xf0\xb3\x8b\x2d\x37\xb8\x3f\x2b\x11\xcd\x4e\x1f\x2f\xf3\x80\xaf\xd1\x6f\xd2\xe3\x19\x50\x1e\xc1\x09\xd5\xf4\xee\x2e\x35\x75\xb2\xd6\x9c\xdf\x94\xd8\x4e\xd3\x71\x53\xcb\x8d\x1e\x90\x5e\x9e\x0a\xe5\x9d\x79\xa4\x50\xcb\xa3\x95\xbc\x55\xbc\xfb\xef\x50\x55\x8f\x38\x42\x75\xff\x07\xed\x98\x23\xae\x50\x9a\x81\x8b\xa1\x9a\x21\x2e\xba\x90\x4b\xa2\x5e\x0c\xee\x66\x8f\xde\x5b\xca\xd4\xbd\xd4\x47\x1f\x64\x1a\xb2\x30\xbd\xc9\xe2\xff\x08\xa9\x09\x48\xab\xf2\x99\xdb\x1e\xbe\x29\x49\xcf\x4c\x80\x94\x49\xcb\xe4\xd8\x43\xe5\xec\xec\x7d\x28\x5b\x50\xad\x17\x7f\x25\xd3\xa1\x5e\xfc\xbf\x9d\x50\xbe\xcf\xbe\x49\x7e\x99\xf5\x70\x18\x98\x9e\xbf\xdc\x4c\x33\x9d\xfa\x85\xb2\x03\x4c\xdc\xa4\xd7\xd9\x9f\x1e\x83\x5f\xa9\x90\xf4\x33\x21\xbb\x4b\x1b\xa4\x59\xff\x7c\x41\xda\xa4\x3a\x0a\x24\x20\x96\x54\xde\xfe\xb6\x43\xda\x2a\xcf\xa7\xd6\x63\xd5\x43\x3c\xbc\xbc\x95\x42\xa4\x3d\x4b\x78\x38\x73\x9c\x81\xb6\x37\x39\xb4\x4e\x34\x6b\xa1\x5c\x29\x5b\x7c\xc9\xcf\x49\x2a\x0f\x67\x9a\xba\x49\xbd\x66\x71\x02\xa6\x9b\xd4\x19\xb1\x85\x62\x96\x52\xf7\xeb\xba\x69\xd8\x47\x7a\x4f\xf0\xe1\xe0\x07\x29\xe3\x39\x54\x65\xb8\x92\xc3\xe3\x75\xa4\xee\x70\x74\x08\xba\xb9\x17\x83\x2c\x54\x37\xe5\xd8\x2c\xcc\x82\x11\x73\x9d\x69\x38\xfd\xe4\xa9\xf3\x6f\x27\x9b\xae\x42\xd1\x4b\x81\xd4\x35\xc0\x95\x42\xa5\x30\x67\xfd\x4f\xbf\xa4\x9c\x1e\x8f\x51\x13\xb5\xf2\x9d\xc3\xf0\xf8\x22\xf9\x26\x7d\x19\x54\x43\x5a\x8d\x9d\x7f\xda\xe2\x77\x5d\xb3\x0a\xff\x62\x14\xc5\xac\x0f\x29\x39\xf0\xb4\x6b\x6b\xf6\x4c\xe1\xcf\x9f\x7a\x52\x4e\x9e\xea\xd6\x90\x7a\x33\x52\x42\x49\xa2\x3e\x65\x8a\xb4\xff\x94\x89\xb3\xeb\x84\xd2\x0e\x86\xc3\x4e\xcc\x74\x84\x84\x90\x11\x77\x97\x1d\xd2\x5c\x34\xa0\x98\x94\xd4\xf5\xc1\x39\x53\x66\xdb\xad\xe6\xcb\x29\xfd\xcc\x92\x69\xe7\xf9\xfe\xe5\xa6\x1c\xb5\xd3\xcd\x28\xb4\xc4\xe5\x9c\x40\x37\xe5\x3d\xca\x56\x2a\x16\x85\x08\x1f\x81\x11\x0e\x5f\xdc\xf4\x21\xf0\xc1\x5d\x95\x42\x27\x66\xed\x35\xa5\x9a\xd9\x56\xa0\xcc\xc5\x8c\xce\xc0\x00\x7b\xb9\x6f\x4a\x33\x02\xc3\x97\x4c\x33\x55\x9d\xd6\xe2\xc5\xce\xf7\x4d\x7c\x85\xa7\x0b\xf9\x03\x42\x2d\xcf\x0f\x23\xd8\xee\xc4\x85\x17\x02\x05\x8e\xe2\xaa\x1d\xc5\x71\x61\x21\x9c\x1d\xd2\x4c\x7c\x16\x48\x26\x3a\x95\x87\x4b\x2f\x48\xff\x68\x28\x58\x28\x75\x3d\xfa\x33\x83\x90\x43\x05\x75\x71\x71\x6e\xa5\x17\x26\x2c\x65\x4b\x69\xca\x1b\x94\xb8\xab\x85\x42\x48\x79\x4a\x2e\x70\x15\x0f\x69\x6c\x22\xed\xc8\xe2\xb3\x87\xe9\xa6\x7c\xc5\x92\x3f\xe1\x04\x79\xa6\xd4\xed\xb2\x10\xbe\x24\x1f\xaf\x4c\x8a\x52\x50\x35\xb4\x92\xaf\xcc\xaf\x68\x57\xdd\x7c\x9f\x51\x35\x97\x11\x62\xb3\xa4\xd0\xe0\x1b\x77\x5a\xfd\xd6\xc9\x77\xef\x37\x59\xbd\x01\x52\x3a\xf5\x2c\xfa\x05\x65\xbb\xa9\xa5\x2e\x01\x92\x4f\x48\xcd\x4a\x2f\x50\xd2\x93\x69\x67\xda\x4e\x38\x43\xfa\xd8\x95\x86\xec\xff\x9d\x28\xbc\x3a\xe1\x8d\x09\x29\x4b\xae\x85\x92\xb9\xd8\x2f\x28\x6b\xb8\x12\x52\x08\x84\x19\xca\x0c\x88\x2c\xac\xf6\x0e\x97\xb4\x63\xc9\xcd\xa4\x54\x56\x8d\x0d\xa2\x20\x01\xd5\x09\x68\x6f\xea\xd2\x33\x7b\x46\xbb\x3c\x1e\x7e\xc5\xa7\xc2\x9e\x32\x65\x20\x18\x69\xd4\x97\xfa\x2d\xcd\xe8\x4d\x67\x7e\xcb\x22\xaa\x33\x38\x01\x48\x0b\x26\x4f\x45\x53\xc3\xc5\x7a\x66\x8f\xf7\xae\x8f\x86\xcd\xc5\x6c\x29\xb3\x4b\xad\x2c\x67\x03\x80\xdb\x52\x68\x8b\x99\x86\x74\xa5\x5d\x2b\x4a\x86\x3b\xec\x31\xa1\x7c\x82\x2d\x7f\xe2\x50\xee\xba\x12\x11\xdd\x1b\xa0\x71\x28\x63\x6b\xeb\xd2\xba\xd8\x03\x75\x53\x9a\x2d\x38\xde\x4f\xe9\xc7\x0b\x96\xd1\xb5\xf4\xf0\x5b\xd5\x9b\x62\xbd\x3a\xa4\x2d\x03\xd6\x56\xe9\x5b\xce\xc2\xf6\x6c\x8b\x49\xe0\x53\x1d\xdc\xc7\x0b\x11\xaf\xf7\xf2\xb5\xb2\x0c\xcd\x33\x8d\xb8\x6d\x9c\x9c\x90\x35\x7a\x01\x5f\x0a\x06\xac\x2f\xad\x67\x45\xbc\x29\xb5\xca\x01\xd2\xe8\x26\x25\x13\x06\x43\xf0\x2b\x9b\x99\xdf\xb6\xc1\x34\x18\xad\x23\xa6\x4d\xb8\xad\xdb\x59\x3b\x31\x9b\xf5\xae\x7d\x54\x4c\xad\xee\xe3\x11\xb6\x55\xe7\xca\x05\xe9\xa2\xdb\xe6\x72\x8c\x54\xf5\x08\x52\xe6\x53\x36\x42\xaa\xb3\x82\x6c\x7b\x3f\x5e\x77\xd2\xd0\x3e\x74\x83\x5c\x26\x7f\xe2\x2b\xe3\xca\xc4\x77\xc7\x5e\xe9\x2d\x55\xc5\x51\x23\x55\xab\xf6\x54\xaa\xfa\xf8\xc8\x6e\x54\x0a\x94\x5a\x31\x78\x74\x9f\x7c\x8c\x57\xfe\x92\xf5\xbc\x52\x6a\xe1\x9b\xe1\x29\x07\xef\xc5\xfe\xd3\x95\x71\xad\xf0\xa2\xaf\x81\x3b\x6b\xed\xa4\x27\xb1\xaa\xfc\xce\xdd\xd9\x52\x6e\x4a\x6b\x3b\xd3\x8a\x43\xd3\xf0\x1f\xca\x17\x5f\xe0\x1f\xbf\x4e\x9f\x15\x55\xaa\x0b\xda\x5a\x31\x77\x3a\x22\x32\x2b\xe2\x85\x9e\xf9\x52\x5a\x17\x11\xde\xed\x78\xc9\xd8\xfc\xa8\xf4\x4a\x4d\xed\x0b\xe6\x6a\x38\xe4\x45\x67\xbb\x29\x57\x49\x29\x6c\x9a\x81\xcd\xcc\xe4\x28\xe7\x48\xad\x18\x7c\x43\x08\xd6\xca\x62\x0d\xbc\x1c\x57\x0a\xd9\xe2\x29\xf5\x09\x1e\xbd\x3f\x32\xe9\x29\xd5\xd8\xd9\x8c\x7e\x2a\x7e\xf5\x9e\xba\x3f\x7f\xca\x18\xfc\xc8\x7b\x62\x16\x0f\x6f\xa2\x39\xa1\x96\xfc\x54\x8c\xc1\xaf\xba\x7b\xcf\x97\xf7\x9c\x34\xa4\x97\x6f\x3f\x1b\x5b\x6a\x70\x7c\xc1\x62\xd6\x9b\xef\xda\x38\x13\xe9\xfa\xb3\x1a\x19\x7f\x53\x97\xe7\xe4\x82\x54\x82\x12\x6c\x31\xdd\x85\x96\x1c\xca\x86\xe3\x1c\xf6\x9e\x2f\xe1\xbc\xd4\x75\xea\xf6\x99\x86\x14\x4f\x20\x33\xaf\x00\xc0\x67\x0d\xf5\xd3\x08\x4c\x29\xc7\x47\x6d\x1c\x46\x26\xa6\x35\xca\xc6\x37\xa5\xe3\x75\xa5\x6e\xf1\xec\x15\x48\x1b\x2d\x98\xe5\x7a\xf4\x5d\x9d\x5e\xe2\xa6\x94\xb3\xfc\x08\xa5\xd7\x21\x08\x19\x3d\xeb\xae\xed\x15\x4a\xe1\x28\x58\xa1\xe9\x28\x3b\x13\xd5\xa3\x8b\xd2\x12\x73\x74\xb2\x6d\x51\x21\x13\xd3\xfa\xfa\xf3\x4a\xf3\xae\x7b\xaf\x6d\x43\xaf\xeb\xc5\x77\x8f\x20\x73\x52\x8f\x59\xb1\xdb\xfc\x00\xbc\x65\x40\x58\x8e\xa8\x9b\xe9\xa0\x84\xcc\xb3\xae\x58\xef\xd1\x9e\x90\x3f\x99\x3e\x54\xe5\x70\x8c\xfd\xe2\x94\x1f\x05\x45\xa0\x2b\xd6\xeb\x55\x53\xd5\x06\xc0\x15\x52\xb9\x68\x8e\x54\xf5\x91\xe1\x4c\xe1\x14\xd0\x22\x94\x4d\x12\x8c\xf0\xe9\xf8\x4b\x39\x3f\x4e\xc7\x01\xcb\x64\xca\xd7\xda\x8e\x50\x6c\x23\x96\x61\xdb\xaa\xcc\xaf\xc8\xb2\x3d\x33\x76\x79\x5b\x47\x4f\xd5\xaf\xda\x49\x4d\x9b\x69\x8c\xc0\x0f\xcb\x0f\xce\x2c\x7a\x58\x5e\x1b\xa7\x1d\xdf\xbf\xb6\x23\x35\x2d\x9f\x10\x88\xca\xcd\x51\x1b\xcc\xbf\xfc\x76\x36\x56\xf8\xc2\x81\xca\x08\xfc\xae\x7c\xbc\xf8\x4d\x65\xd5\xa8\x2d\x7d\x22\x3d\x98\x5b\xdd\xc7\xd6\x06\x0b\x2d\x40\x3e\x88\xf3\x65\xc7\x26\xa6\xb4\xae\x55\x6b\x98\x56\x17\xa9\xb5\x1d\xa9\x69\x81\x59\x43\x4a\xb6\xa3\x70\x9d\x2b\xe3\xea\x0f\xc9\xf0\x18\x90\x0e\xc9\x17\x72\x78\x6d\x2b\xf2\xfc\xd9\xb6\x66\xe4\xb7\x2d\x1e\x10\x6d\xbe\x64\xbd\xfa\x08\xa9\x17\x7a\x67\xaa\x4e\x55\x4d\xab\x16\xcb\xee\xd1\x09\x30\x4a\xe1\x98\xe2\xab\xd2\x11\x6e\xdb\xc6\x85\xb1\x7e\x7e\x66\xde\xce\x50\xe2\x11\x26\x64\x7b\x4f\xb3\xe1\x73\x53\x3a\x52\xd5\x6e\x0e\x0c\xe9\xcd\x51\x03\x8b\x5c\x17\x9e\xb5\x31\x58\xbf\x4f\x9f\x0f\xe5\xbf\x64\xb0\xbe\x24\xc1\x34\xde\x8e\x17\x1a\x13\xd2\xb9\x31\x3a\x0b\xad\xe7\xe9\xe7\x0b\x5b\x8f\x84\x17\x31\xfd\x9c\xf0\xa2\xb1\x4d\xb6\x30\x58\xaf\xb3\x87\x74\x97\x1d\xca\x46\x3f\x9b\x51\xf9\x2f\xce\xc2\x4e\xd0\x3d\x69\x39\x9f\x32\x41\x1b\xe1\x59\xa7\xb4\x18\xcf\x08\x50\xb1\x25\xa4\x38\x26\x13\x22\x15\x1b\x17\xc2\xf6\x72\xc1\xec\x1b\x57\x14\x66\xea\x0e\x1a\x37\xed\x38\xe6\x14\xe3\xd9\xca\xf2\x51\xd3\x8e\x45\x0e\x5f\xbe\x9d\x3a\x2c\x8e\xb4\x37\x4a\x16\xc9\xe6\x27\xe7\xed\x29\xdc\xae\x9b\x42\x9f\xbe\x52\x77\x5a\xd8\xa3\xf0\xde\xec\xa2\x87\x14\x27\x94\x50\xfe\xd1\x02\xe5\xe7\x7d\x03\x4a\xaa\x31\x9d\xe8\xa4\xdd\xb0\x70\xfd\x3a\x7d\xd6\xa7\x99\x7b\x63\xcc\xbf\xd3\xce\xf7\xe1\xdb\xcf\x99\xa3\xeb\xdb\x11\x05\xae\x50\xb7\x69\xd3\xd0\x94\x6f\x1e\x17\xf7\x90\x56\x9c\x98\x90\xba\xef\xac\x0d\x8b\x4d\xd7\x9d\xe7\x9c\x29\xdb\x72\x6f\x4f\x28\x33\xf4\xd3\x8e\x36\xf5\x08\x25\x2d\x8a\xb5\xfb\xe6\x34\x8a\x05\xf9\x36\x40\x3f\x06\xcb\x1b\xa6\xc1\x76\x78\x5b\x0c\x63\xb3\xbd\x1d\xd6\x7a\xb6\x90\x4e\xda\x9f\x2f\xb5\xe3\x5e\xe8\xe3\x37\x4a\x1f\xfb\xca\x0f\xdb\xc7\x0b\x93\xc0\xb7\x9d\xed\x4a\x2f\x7e\x47\xe2\x3f\x73\x42\x89\xab\x63\x1b\x7f\xe4\xce\x8c\x7c\x72\x7a\x89\x93\x3d\xff\xc1\xdf\xcc\x0c\x7d\xb8\x07\x67\xf0\x1f\xb8\x84\x11\x7d\xf0\x84\x21\x4e\x3f\xe6\x0b\xa4\xd0\x07\x5f\x17\xeb\xe2\xd7\xe2\x65\x84\xf2\x03\x15\x06\xef\x17\xe1\x33\x0e\x69\x5d\x36\xd6\x86\x3e\xfc\x38\x1c\xeb\x4c\xa7\xba\x36\x6a\x2c\xbe\x1e\x88\xdf\x23\xa2\x53\xfc\x95\x18\xd6\xce\xc5\xd0\xae\x50\x16\x84\xc8\x69\xbf\x08\xbf\x50\x8f\x7a\xf4\x5d\xdb\x43\xc9\x5f\xff\x7c\xa8\xf1\xd4\x7c\xc7\x78\x2a\xa4\xc6\x83\x02\xd4\x73\xf0\xda\xd8\xae\x1f\x9c\xcc\xd8\xeb\x5f\x8e\x45\x0c\xf6\x8b\x60\x66\x4e\xbe\xac\xd2\x0c\x29\xe9\x82\xbb\xd2\xf9\x16\x62\x6a\x7c\xfd\x3a\xac\x84\xb2\x38\x19\x21\xe5\xc1\x45\x8f\x91\x70\x61\x62\xce\x3b\xc3\xc2\x31\x11\x8c\xb9\x51\x44\xb3\xfa\x46\x71\xbc\x90\x44\x5f\x1c\x9f\xd8\x3b\x5c\x30\x22\x9b\x79\x23\x3e\x99\x4d\x5f\x30\x8e\xd7\x48\x5d\x6f\x1f\x8e\x5c\x5f\x27\xea\xcb\x1a\x7e\x71\x41\xb3\x2b\xbf\x0e\x06\xd7\x31\xdb\xf5\x6a\xfc\x00\x15\x7e\x93\xba\xbd\x69\x69\xc9\x06\x7f\x26\x0d\xcb\x9c\x5d\xfb\xc5\xa7\x94\xa9\xd8\xb2\xb3\x30\x0d\x7c\x4f\xd8\x50\x8b\x4e\x81\x70\x0d\xec\x76\xdf\x0c\x5e\x03\xa3\xfe\xcb\x66\x63\x4f\x7f\x9d\xf9\x71\xbc\xd2\xae\x57\x39\x85\x6f\x7f\x9a\xc2\xcf\xcd\x3b\x35\xed\xda\x40\x62\xef\xfd\x6c\x71\xd7\x50\x0a\x4a\x80\xf2\xf3\x83\xef\xf1\x82\x79\x7f\x0e\x6f\x3a\x59\x0c\x25\x33\xa8\x0d\x5d\xa8\x5c\x06\x23\x1e\xfe\x9f\x23\x84\x3f\x35\xbd\x27\xe0\xba\x1f\xe7\xe4\x91\x2f\x95\xd0\x07\x51\xea\xb4\x07\x0d\x59\xe0\xd7\xe1\xd7\xe0\x80\xa2\xd7\xe1\x23\xce\xe2\x1f\xbc\xc2\x92\xf2\x20\x1c\x8e\x24\x7d\xc1\x78\xfd\x79\xaf\x79\xd7\x65\x91\xe8\x54\xd8\xea\x96\x49\xd0\x95\x63\x41\x53\xfa\x7d\xf8\x78\xcd\x14\x2a\xfc\x11\x7b\x4d\x37\x90\x07\x8f\x7e\x6e\xd2\x3b\x98\xd9\xe3\xb2\x79\xa4\xd0\xaa\x91\x03\xb0\xef\x27\xaf\x81\x13\xe2\x27\xdc\xcb\x38\x52\xf8\x91\xc5\x96\x3e\x3d\x3c\x06\x24\x0f\x70\x4b\xab\x36\xd1\x06\xc7\x29\xee\x20\x33\x99\x5c\x47\x65\xe5\x2d\x44\x5a\x0a\xcd\x5f\x9c\xab\x7f\x58\x04\x1c\xa5\x7f\x00\x5b\xc2\x09\x86\x3b\x8c\x57\x7a\x95\x1e\xcd\xd8\x71\xbd\x78\xb5\xe7\x0b\x19\xe3\x19\x9b\x2f\x64\x8c\x35\xc1\x54\x9e\x82\xc3\xef\xee\x6e\x8a\xe1\x0f\x48\x4d\xe0\x53\xd8\x14\x13\x3b\x94\x04\xa2\xf7\xce\xd4\x05\x66\xc1\x55\x3b\x7d\x81\x79\x19\x71\xd4\xe7\xcb\xcf\x02\x7d\xeb\x7f\x93\xd6\x7f\x16\x22\xd3\xd9\x06\x78\xb4\x74\x93\x7e\xf2\x49\x5d\xdf\x54\xb1\x10\xf3\xe5\x15\x6d\x74\xba\xcc\x70\x1d\x6a\xb8\x2a\xe3\x5b\xde\x0f\x0c\x61\xe9\x95\x60\x4d\x1f\xb6\xfa\x7b\xda\xf1\x76\x3d\x32\x20\x73\xe3\x4c\x43\x32\xa5\xf3\x6b\xb6\xc8\x1b\x7d\x2a\xfe\xe8\x9c\x34\x6b\x10\x64\x26\x48\x08\x78\xa3\x4b\x6f\x4a\xce\x8f\x33\x35\xcd\x6d\xf9\x67\x6b\x8c\x16\x4a\xb6\x84\xb5\xfa\x3c\xf0\x76\xd2\xc7\xe1\x13\x94\xd5\xe4\xcc\xb5\xa4\x85\xdd\x3c\x58\xbe\x23\x24\x3a\xb5\x41\x5a\xa0\x9d\x69\xd8\x71\x82\xcd\xd5\xd3\x2f\xdb\x2f\x07\x81\xe9\xf3\x00\x82\x78\xd2\x91\xf5\xbc\xf3\x67\xde\x24\xfd\x76\x48\x2f\x0b\xdd\x4e\xfa\xb9\x20\x65\x61\xf5\xb4\xeb\xc3\x75\xda\xd9\x7a\x31\x97\x4e\x64\x2a\xf6\x7c\xf7\x71\x97\x8c\x4f\x67\x6b\x8e\x8e\x53\xaf\xd7\x2b\x87\xf2\x79\x38\xd1\xce\x8b\xb2\xa8\x16\x06\xa7\xab\xcf\xf6\x50\x97\xc2\x64\x86\x6a\x1e\x6a\x85\xf4\x50\x43\x69\x55\x3a\x13\xbf\x98\x2e\x26\x93\xd8\x24\x4f\xa9\x95\xea\x4c\xa9\x86\xd7\x18\x90\x8d\x8e\x2c\xc3\x66\x66\x19\x02\x1e\x57\xb8\x46\x2f\xdf\x4f\xa4\xd2\xd4\x25\x69\x75\x3c\xa4\x9b\x92\xe0\xb1\x7e\x9d\xa7\xbd\x6b\x03\x96\xf2\x35\xe8\x38\xd8\x38\xbc\x42\xb7\x27\x69\x9e\xbe\x23\xf2\x9b\xd5\x9b\xd4\xde\x68\xa9\x2a\xdd\x65\xfd\x39\x4f\xc0\x6e\x2c\xad\xe3\xfd\x5f\xa3\xfc\x19\xa3\xf0\xae\xcb\x3e\x67\x44\xe1\x99\x0a\xd9\x4d\x36\x48\x6f\xd7\xc2\x90\xec\x3a\x35\xc8\xf4\x26\xad\xd4\x61\x6c\xde\x8c\x3b\x65\xcb\x4d\x7a\x22\x18\xff\xd4\x2d\x16\x4c\x74\x2e\x06\x4c\xaf\x8b\x69\x61\x4c\x3e\xf7\xe5\xcf\x1d\xfc\xd8\xc1\x60\x6f\xb2\xba\x2e\x9d\xc6\x24\x0d\x29\x63\x76\xa4\x1b\x86\xcf\x78\x09\x64\x93\xb5\x41\x7d\x1c\x21\xcd\x3b\x25\x83\x90\x03\x0e\xd0\xc8\x3c\x1d\x4b\xae\x66\xad\xe4\x10\xa8\x19\x13\x46\x49\x61\x10\xd6\x12\x4e\x53\x72\x93\xf4\xc3\xa0\x74\x6e\x1c\x07\xd2\xf2\x74\xca\x72\xe4\xa3\x5f\x92\x5f\x8e\xfc\xd1\x67\x71\x62\x38\xc7\xfa\xb8\x49\x7e\x20\xa4\x78\xdf\x16\xc2\xd4\x93\xf0\x93\x37\x1b\x37\x29\xee\xb6\xda\x9f\xc5\x61\x2e\xb2\xfb\x1c\x8b\xff\x04\x29\x31\x1d\x8b\xdf\x71\x57\x6e\xaa\x79\x80\xa9\x6b\xb6\x3c\x52\xd7\x6a\xc3\x46\xff\xd4\x5b\xee\xbb\xa5\x0e\xf9\xd6\x93\xcb\xd4\xfd\xba\x2e\x43\xc2\x93\x9b\x52\x9f\xfd\xad\x68\xa7\x1f\x73\x57\x04\x89\xe3\xf1\x3b\xfa\xc8\x4d\xf9\xc8\x7e\x31\x40\x43\xa6\xf3\x2f\x5e\x72\x14\xa9\x9f\x76\x9f\xaf\x57\x5a\x95\xb0\x98\x69\x75\xb9\x30\xcd\xb2\x12\x69\x56\x0c\xcb\xae\x2e\x86\xc6\x1e\xa8\x94\x62\x95\x82\xba\x29\xf8\x10\x2e\xfe\xda\x5e\x5f\x04\x54\xb1\x47\x61\xa6\x4c\x06\x04\x32\xa7\x84\x17\x18\x9e\x1f\x49\x00\x60\x99\x8a\xbf\x7f\x9e\x00\x35\x66\xe1\xd9\x2e\x5b\xe8\xf2\x7d\x0c\xf2\xea\xb2\x0b\x88\xbd\xe7\x80\xfb\x8d\x4d\xad\xab\xe9\xda\x61\x5d\x07\xdc\x3f\x01\x71\x4c\x3f\xfb\xee\x4c\xb4\xe2\xe4\xd7\x0e\xd3\xe8\x11\x78\xed\x88\x27\x3d\xfa\x3e\x5f\x27\x0c\xa6\x77\xdd\x77\x3b\xd4\x15\x9e\xba\xc3\x42\x97\x80\x2d\xaf\x13\x9d\x7b\xf9\x75\x0c\x47\xb1\x79\x11\x78\x68\xe4\x53\x1d\x15\x4a\xea\xde\xab\xc2\x35\xcf\xbc\x9c\x4f\x10\x09\xae\x6b\xeb\xda\x5f\xa1\x94\x7b\xbb\x32\x3c\xdf\xae\x1d\xa8\xca\xcb\xef\x84\xb1\xe0\xa7\xe2\xe6\x1f\x85\x43\xdc\xbc\x88\x51\xc4\xaf\x88\xa1\xc6\x81\x5a\xbd\x1c\xf7\x0c\x1e\xf6\xf5\xf7\xeb\xcc\x60\x75\x5b\x7a\x02\x06\x99\x97\x53\x60\x66\xde\x75\xca\x3d\x5f\x6c\x8e\x2b\x16\x69\x46\xa8\x14\x9d\x25\x85\x9e\x78\xd6\x48\xef\x88\x2f\x84\xa5\x2e\xca\xcb\xf1\x50\x0a\x79\xdb\xfe\x8c\x17\x7e\x57\x3d\xf5\x00\x85\x2e\xa4\x98\x22\x65\x7d\xc1\x7e\x72\x90\x9a\x97\x2c\x5b\xbc\xce\x53\xf7\xed\xd7\x09\x97\xea\xa5\xf9\x5d\x35\xa4\xee\x51\xe0\x52\xbf\x3b\x2f\x99\xbb\xed\xdf\x60\x02\x1c\x8c\x8f\x23\xcd\xac\x83\x35\xe9\x90\x96\x33\x34\xa4\xa7\xe6\xb5\x23\x70\x15\xc8\xbf\x76\xa6\xae\x0e\xa6\x79\x42\x5a\xea\x9c\xf9\x72\xaa\x6e\x81\x5a\xa2\x4e\x28\x65\xf4\x6f\x29\x73\x54\xad\x94\x89\xbd\x8f\x8c\x0e\x79\x74\x41\x2a\x5b\x26\xdb\x8b\xdb\x7f\x27\x52\xbf\x49\x5d\xb9\xc2\x3e\x15\x35\x59\x42\x2a\xc8\xd6\x99\x2f\x3d\xf4\x33\x85\x36\xb3\xe9\x73\x7a\xac\x0d\x6a\x8b\x62\x00\x42\x88\xcf\x9e\xef\x3e\x02\xd4\xa5\xcc\x6e\xb7\x9a\x3e\x7e\xee\x83\x56\xfd\xcc\x60\x86\x3a\x5c\x48\x5d\x89\x52\x3f\x43\xba\x29\x4f\x3a\x13\xe9\x5c\x9a\x95\xe1\x48\x92\xc6\xca\x11\x2e\xa0\xf6\xac\xc0\xf2\x94\xa7\x4c\x69\xf7\x32\x38\xbd\x18\xeb\xf9\x61\x99\xe6\x84\x3b\xb8\x49\xcd\xf9\x33\x52\x2b\x7e\x56\x59\x7a\x93\x23\xef\xac\x76\xed\x38\x90\xda\x4d\x32\xc9\x7c\x69\x66\x46\x12\x38\x6f\x40\x7f\xa8\x6a\xe9\x9c\xaa\x62\xa5\x33\xcd\x2a\x21\x34\x96\xae\xd3\x08\xf4\xcc\x0d\x46\xfd\x95\xf1\x78\xc3\x96\x7c\x29\x89\x8b\xe0\x6c\xbe\x59\x1b\xa8\x1d\xbd\xca\xaf\x1d\xfe\x68\x76\xc0\x81\xd2\x99\xcd\x0c\x0a\xbb\x36\x33\x28\xf3\xda\xf4\xa0\x1a\x3c\xcd\x6c\xf6\xb9\x1f\x25\xad\x3a\xc9\x71\xa8\x9f\x28\x1a\xc5\xae\x43\xcd\xf8\x51\x7e\x4b\x8f\x52\xda\x1d\x8e\x14\x82\xe1\x1e\x0e\xed\x4c\xfb\xf9\xd9\xec\xcd\x4c\xc8\xc4\xea\x2d\xfd\x5d\x37\xcd\x6a\xbd\x58\x04\x40\x0a\x07\x66\x50\x93\x22\xee\xac\x7b\x43\x11\xd7\x90\xd2\x33\x4c\x9e\x5f\xe1\x9f\x9c\x21\x1c\xc3\x7f\x1c\x58\x32\x8e\xe1\x0f\xaa\x73\x0a\xc1\x50\xae\x1a\xca\x7d\x30\x74\x4e\xe7\x35\x1f\xba\x0f\x86\xb3\x6d\x9f\x62\x10\xf9\x11\x7e\x7f\xfa\x98\x92\x7e\x0c\x6e\x5b\xd9\x67\x49\xa4\x5b\x5f\x07\xe7\x06\xbd\xc9\xaf\x1d\x8b\xad\xf9\xb6\x75\xe4\xcb\x9f\x3b\xf1\xf0\x3a\x32\x0d\x2b\x46\xb0\x88\x7b\x0e\x2a\xa4\xb8\xa2\x84\xf2\xaf\xfc\x7d\xbb\x39\x3b\x57\x69\xac\xbc\x9e\xf6\x97\x8a\x76\xe8\x46\x93\x1d\x48\x2a\xbd\xed\x3f\x2f\xec\x3e\x27\x0a\xe8\x4f\x99\x5f\xe3\x61\x41\x76\x4b\xbc\x67\xb0\x86\x67\x8d\x0c\x8f\x3f\x83\xd4\x9d\x4e\x7f\xa8\xe2\x42\x06\x24\x38\xe5\xc9\x69\xbc\x5b\xbf\xc3\xc3\x9d\xeb\xfc\xa7\xd0\xf0\x8f\xb4\xa3\xad\xf0\x34\xa3\xa0\xf9\xb0\xb0\xe1\x15\x33\x27\xfe\xce\xf1\xf1\x29\x95\xb6\xc7\x1a\xea\x28\x74\x2c\x30\x3d\xc9\x2f\x33\x83\x35\x5f\xe6\x43\x3c\x10\x68\xa1\x6e\xb7\xd1\x51\xf3\xa5\xee\xa3\x66\xbe\xb4\x82\xe0\x78\xd1\x7d\x45\x70\x3c\x9f\x5a\x9f\x21\x58\xf4\xd2\xbe\x02\x97\x9c\x1d\x79\x05\xdf\xfa\x35\xfd\x4c\x43\x48\x96\xa7\x50\x8b\xc4\x4e\x31\x1e\x03\xf8\xeb\x04\x73\x31\x68\x56\xf9\x00\x2a\x40\xd5\x39\xc8\x7e\x83\x35\x3e\xec\x3d\x38\x9e\xba\xe6\x9a\x96\xca\xfc\x69\x85\x34\x96\x0b\xd1\x3f\x2c\x94\x98\xec\x81\xc3\x87\x21\xe9\x9d\x7c\x05\x5d\x39\x07\x5c\xd4\xd2\x8d\xb8\x88\xf5\x1d\xb0\x0d\xac\x3a\x30\x04\x91\x84\x3c\xb1\x3f\xd2\x0d\xe7\x85\x74\x83\x8b\x31\xfd\xf0\x66\xa5\xa5\xd4\x1a\x39\x1d\xc9\x63\x00\x40\x70\xea\x41\xfc\x79\x82\x7e\x9b\x7e\x11\x0f\x80\x6b\x0e\xce\x81\x19\xb0\x34\x19\x59\xf6\x6f\x52\xaa\x8c\x55\x74\x26\x80\x71\xa4\x53\x8c\xb6\x92\x52\x3b\x55\x32\x7e\x2f\x39\x86\xec\xe0\xe4\x9f\x5e\x7d\x2d\xe4\x1c\xaa\x37\xe9\x21\x85\xf2\x31\x30\xc3\x77\x3a\xa4\xfa\x94\x6a\xbe\xf1\x1f\xe9\xb1\xfb\xdd\x90\xdb\x15\xa4\xe3\x1e\xd2\x05\x69\x46\x43\x85\x09\xd3\x51\x72\xec\x33\xa4\xe3\x1a\x2d\xe4\xe5\x4f\xd3\x92\xaf\x49\x19\xbf\x11\x1e\x20\x35\xa6\x43\xf7\x8f\xe3\x21\xed\xe7\x61\x4c\x13\x67\x13\xbc\x25\x90\xc7\x91\xe1\x3b\x92\xff\x95\xf9\x36\xc8\x23\x42\xda\x91\xfb\xc7\x81\xec\xd7\xdb\xf8\x02\x70\x63\x1a\xc6\x01\x08\x66\x0a\xc6\x71\x0f\x97\x66\xe5\x4e\xea\xcf\x87\xec\x3e\xfe\x1b\x58\x2f\x47\xc4\xb9\x98\x5f\x5a\xf2\x1a\xf7\xd4\x55\x43\x9c\xed\x27\x6b\xca\x8a\x4f\x36\x79\x0f\xe9\x53\x76\x26\xdf\x2b\x9e\xe9\xc5\xf5\x93\xff\xd6\xc1\xaf\x8f\xff\xe0\x5a\x99\x68\xae\x4c\xbd\x8d\x12\x6c\x1d\x47\xfd\xef\xa8\x18\x45\xfd\x27\x8a\xc9\x4d\x29\x64\xc6\x95\x1e\xfd\x27\x29\xd3\x4d\x72\x96\xc8\xe1\x33\xf1\xca\x0a\xb7\x51\xb9\x25\x9d\x8b\xc7\xd5\x1c\x9a\x05\xdc\x18\x59\xbe\x65\xc5\x84\x60\x10\x8c\xa3\xc4\xdf\xb2\x30\x65\x4a\x0a\x9d\x03\xa5\x40\x29\x0c\xc8\x2b\xcd\xf8\x2f\xf2\xa1\x58\xfa\xe9\x50\xd2\x1b\x8b\x79\xf9\xca\x8a\xb9\x58\x3e\x2c\x72\xb6\x5e\x61\x97\x0a\xa9\x89\xc2\x98\x15\xda\x63\x84\x05\x96\xf1\xb0\x4f\x33\x76\xe8\x3d\x7d\xd8\xeb\xcb\x68\x30\x91\xb1\x06\x16\xc7\x43\xbc\x88\x0b\x1f\x13\x0e\xbe\x65\xb7\x74\x4f\x5d\xa3\x24\x33\x04\xe7\x8d\xff\xb7\x54\x93\x8e\x04\x76\x56\x81\x71\xc0\x69\xcb\xcc\xc3\x4a\x2e\x0b\x04\x4e\xfb\x02\x7f\xdc\xcd\xf2\xdb\x5b\xd9\x7f\x6a\x28\x3a\xa1\x4f\xb2\xd7\xba\x50\xe8\x8f\xfb\x5f\x0a\xe4\xcd\x84\x5c\x7a\xcd\x6d\x28\xe6\x15\xca\xbb\xa2\x87\x54\x98\x69\x8c\x44\xbd\x8c\x3f\x4e\xb6\xc1\x66\xfb\x8f\x74\xb2\x64\xb0\xa5\x0f\x7b\x72\xae\xd4\xb5\x37\x8f\xe1\xe9\x69\x7c\xe5\x9e\x6d\x6e\xcc\x0a\xa4\xad\xb1\x21\xdc\x3f\xcd\x4d\x3c\x28\x98\x74\x6b\x75\xb9\x66\x9b\x02\x8e\x94\x03\x8f\xec\xc6\x4c\xcd\x5f\xcb\x99\xc4\xa5\xec\x54\x26\x83\x5a\x10\x14\xce\x5c\x30\x5e\x69\x54\xa8\x2d\x38\x4f\x28\x92\x7b\xe8\x54\xd5\x53\x47\x6e\x89\xe6\x5e\x86\xc7\xd2\xa3\x50\xd2\x57\x49\x59\x55\xcd\x7c\xc7\x72\xa5\xb0\xab\xb0\x43\x59\x87\xb0\x81\x9d\xf3\x20\x77\x30\x7e\xb5\x3f\x6b\xa6\x92\xbb\x8a\xfc\x96\xf8\x67\x70\x04\xdc\xbc\xde\x40\x16\x6d\x02\x38\xcc\x94\x4a\xae\x72\xba\xf6\xa3\xfe\x68\x85\xcd\x79\x1e\xa3\xc7\x58\x95\xfe\x7c\xc8\x54\x32\x78\x69\x1b\x30\xf1\x73\x73\xd7\x99\xf1\xc9\xdc\xcd\x19\xf9\x3d\x18\x50\x83\x3c\x64\x6b\xa6\xf0\x52\x3b\x05\x8a\x11\x0c\x48\xcd\xd0\xd3\xce\x10\x75\x40\x09\x47\xde\xf3\x21\x1b\xac\x43\x6e\x43\x96\xa1\x8c\xcb\xaa\x50\x3e\xf8\xb2\x6f\xdf\x18\x1b\x78\x92\xde\x38\xa8\x91\x79\x6f\xde\x63\xe3\xf8\xf2\xdb\xfc\x71\x8c\x7c\xeb\x49\xf8\x0f\x7e\x94\x37\x67\x22\x36\xe7\xdb\xdc\x76\xa4\x97\x9f\x0e\x16\x0c\x50\x67\x6f\xf0\x96\x33\x20\x17\x38\x5a\x20\x97\x3a\x8e\x54\xb5\x09\x80\x8e\x32\x8e\x25\x57\x58\x7a\x8b\x7f\x0f\x36\x5f\xda\xe1\x0c\xf7\xbf\x31\x44\x11\x33\x6f\x74\x4b\x7a\xdd\x96\xa0\x6c\x00\xbf\xb7\xbf\x06\x8b\xff\x86\x17\xd0\x68\x6f\xbc\x39\xa9\x6b\xb5\xce\x14\xd9\xfd\x0c\x2a\x6f\x3a\xd3\xc2\x04\x2b\x3d\x3f\xce\x38\xc3\xf0\x3f\xc3\x4b\x81\xb1\xf9\xc1\xd2\x40\xc1\x7d\x1c\x26\xb7\xe7\x4b\xb1\xc6\x19\xca\x86\x06\x9b\x47\x6f\xf5\x6f\x92\x86\x58\x62\xcc\xcb\x0f\x06\x24\xf2\x43\x6f\xec\x6b\xee\xb8\xfc\xc4\x3e\x17\x3c\x1f\xae\x1c\x7a\x48\x46\x0f\x29\xb7\x48\x43\x0e\xe8\xd9\x7c\x1f\xb0\x95\x80\x2d\xe5\xe4\x70\xf8\xe1\x5c\x3b\x52\x28\xb1\x70\x86\x72\xe0\x7e\x06\x00\xe8\x65\xe4\x4b\x31\x3d\xd7\x68\x1f\x82\xdf\xb6\x74\xe9\xc1\x86\xb2\x89\xcd\x9a\x39\xd3\xc1\x09\x62\x6c\x82\x6b\x19\x99\x6b\x41\xcf\x06\xa6\x2f\xd9\x0b\x78\x6c\x3a\x3f\x18\x8f\x6c\x7d\xde\xd5\x03\x6c\x9c\x7a\x57\x5f\xc7\x99\x86\x7e\xa2\x3c\xdc\xaf\x63\x89\xf2\xda\x73\x82\x56\x01\x99\x3e\x85\x41\xa9\xa3\xa4\x50\xed\x60\x25\xfb\x89\x7b\x6e\x82\x0c\x39\xe9\xb9\x6c\x00\x72\x02\xd0\x6a\x7e\xf1\xfe\xce\x94\x7a\x57\xe2\x33\x75\xea\x81\xdc\xfd\xf8\xd5\xfa\x38\xd1\x6d\x7a\xb5\x5e\x73\x87\x64\x00\xca\x38\xf9\xef\xaf\xdd\xb6\x67\x46\xbf\xf4\x74\x36\x83\x67\x61\x66\x3e\x9d\x5e\x8a\x06\x49\x12\xad\x7c\xaa\xe7\x45\x4f\xa7\x1f\xd9\xd7\x29\xf3\x46\x6c\x69\xc8\xcc\x8a\x56\xd0\x9b\xf6\x9a\xdb\x28\x3d\x69\x3f\x49\xa0\x71\x93\xe2\xaa\x23\x94\xed\xaa\x0c\x41\xf6\x60\x2e\xa3\xf2\xa6\x7d\xa6\xd0\xeb\xcd\x32\x59\x7a\xe3\x80\xf8\xb2\x29\x67\xbe\xd4\x8a\x22\x3c\x7f\xb8\x58\xd9\xcf\x3f\xef\x3b\xec\x86\x1f\x70\x4f\xc4\xe3\xcf\x4a\x1c\x0d\xff\x9b\x3e\x5f\xb3\x2c\x3f\x76\x21\xd6\xd4\x0f\x87\x52\x4b\xa9\xdb\xad\x50\x6a\x37\x8e\xb2\x9f\xb7\x28\xea\xd7\x99\x03\x62\x97\xff\xa4\xc5\xe3\xc2\xfa\x2d\xf8\x8f\x21\xe8\x4c\x9f\xc9\x14\x4e\xa4\x0e\x94\xcb\x2f\x8b\x4d\x97\xcb\x79\x1d\xfe\x7e\xf8\x33\x7f\x5c\x18\x23\x98\x04\x22\x29\xbc\x8d\x9d\xbc\x71\x6f\x29\x5b\xee\x24\x23\x78\x9b\xcc\x68\xfd\x24\x33\x94\xf8\x16\x45\xf4\x73\xa8\x03\x64\xb9\x9f\xbc\x5f\x63\x84\x3c\x3c\x3f\x07\xa4\x72\xae\x20\xa5\x02\x3f\x41\xfa\x09\x61\x72\x9e\x00\x04\xe7\xcf\xd7\x83\x27\x96\x85\xde\xb9\x57\xce\x59\x4b\x79\x0d\x4e\xe0\x27\xcb\x79\x0c\x86\xb3\x78\xdf\x24\xbf\xdd\x20\xa7\x4b\x0f\x48\x37\x14\xea\xe3\xc2\x13\xd2\x2c\xdf\x29\x9d\xe6\xea\x4e\xa9\xcd\xbb\x1a\x4a\xeb\x32\x42\x09\x0a\x69\x2f\xf1\x7a\x4d\xfa\x64\x80\xd3\xca\xa5\x43\x7a\x6f\x5b\xd5\x2c\x41\x4a\x06\x66\xd0\x7a\x39\xa8\xc9\x18\x34\xc4\xd1\xff\x29\x55\x34\xe7\x8c\xc0\x20\x21\x7b\xb4\xd7\xcb\xd0\xd1\x8b\x49\x60\x05\x0f\x3e\x64\x5d\x26\xa5\xb2\xae\x40\xf3\x2c\x41\x41\x48\x30\x79\x53\x96\x61\x93\x39\xf0\xfe\xe4\x0d\xc8\x12\xfa\xa3\xe0\x85\x59\x42\x7f\xc4\x31\xb1\x0c\xf0\xe8\x9c\x91\xd6\xc1\x81\xdc\xca\x78\x1d\xba\x8c\x73\x30\xee\x9b\xea\x1e\x5f\x0a\x59\xfc\x94\xda\x0a\xb1\x92\x5a\x7a\x59\x3e\xea\xd3\x90\x93\x80\x58\x2a\x2c\x83\x3f\x88\xb3\x7c\x93\xde\xbe\xb6\x43\xd6\x61\x47\x1b\x8f\x56\x96\x70\x1a\xa7\xd3\x56\xdc\x14\xcb\xed\x3f\x3f\x98\x6c\x96\xf4\x30\x4e\x37\x43\xe2\x0e\x7d\xa6\xd0\x1b\xe6\x48\xa9\x42\x44\xb4\x14\xca\xc7\xfa\x62\xf4\x0e\xbc\xfa\x2f\x29\x41\x9f\x21\x68\x25\xca\x43\xc9\x6a\xaa\x8c\x7d\x0b\x07\x94\x49\xf0\x0e\x68\xfc\xa6\x65\x21\xef\xc1\xd7\x89\x33\xf6\x80\x92\x84\xb5\x46\x5d\x8a\xd4\x5f\xc0\xd3\xad\x73\x30\xf0\x01\xe9\x56\x4f\x28\x69\xd0\x33\x1f\x6a\xa3\xdb\x63\xb5\x8c\xb5\x38\x41\x57\x2e\xe1\x27\xca\x05\x13\x3b\x52\xbf\x73\x75\xdf\x94\x45\xd6\x41\x3b\xde\x1b\x70\xa6\xa0\x15\x17\x88\xc2\xc5\x9b\x72\x8c\x93\xe5\x58\xfc\xb8\x74\xd6\x69\xb7\xa8\x53\x36\xdd\xa4\x9d\x64\x33\x23\xb0\xc6\x3c\x19\xfb\x42\xd6\x34\x48\x09\xd1\x46\x5d\x84\x28\x4c\x22\x78\x44\xe1\x35\xc9\x3a\xb9\x2b\x1f\x8c\x5e\x6e\x31\x10\x03\xeb\xf4\x01\xa7\x85\x32\x63\x3e\x85\x02\xd8\x13\x7d\x60\xf9\x79\x3a\x1e\x93\x65\x6c\x44\xe7\x0a\x7e\x9d\x91\x85\x4c\xe7\x36\x9f\x8e\xbf\x05\xf9\x72\x58\xff\xd9\x9e\x96\xb4\x93\x1a\xc3\x75\x5a\x4c\x64\x02\xa8\x0a\xe7\x5e\xb9\x49\x2d\x6f\x4f\xa1\xe5\xd0\xc8\x10\xb4\xbe\x08\xbb\x73\xb3\xbe\xee\xa4\xf8\xe4\x0d\x0f\x39\x40\x3f\xe7\xa6\x55\xcc\x5f\x2d\x35\x7d\xed\x37\x52\x95\x8d\x72\x41\xa2\x22\x53\xaa\xe9\xec\x29\x94\x7e\x6f\x29\xb3\x15\x6b\x0b\x63\x15\x6e\x29\x6d\x19\x2c\x41\x37\x8a\xe3\xfa\xde\x94\xcc\x30\x6b\xfb\x55\xd8\xf4\xf0\xb8\x60\x1d\xc7\xc4\xf1\xb6\x0c\xeb\xc0\x31\xb0\x8a\x9d\x2e\x40\xc6\x97\x50\x1e\x27\xc9\x20\x6e\xd2\xe3\x4b\xbb\xf6\x05\xb0\xe9\x0b\x9e\x15\x18\xb0\xe0\x6d\x9f\x54\xe6\x12\xf1\x64\xf8\x3e\x36\x23\x3e\x84\xc7\x28\xdc\x84\xad\x00\x30\x32\x47\xcb\xab\x94\x0f\x75\x1d\x3b\x99\x14\xdb\xc3\x0e\xc2\x76\x93\x96\x51\x99\x23\x0b\x8c\x9e\xba\xfc\x0b\x7d\x1a\x14\xec\x70\x34\x37\xb9\x4d\xf2\x33\xba\xf9\x19\xc8\xc9\x22\x79\x32\x38\x08\xac\x02\x33\xf0\x6b\x84\xde\x07\x90\xb1\x2e\x8e\xc6\x17\x14\xbd\x0e\x48\xfd\xb7\x8d\xf0\xe5\x47\xfc\xb3\x3d\x5f\xfa\x96\x8f\x66\x7d\xd5\x7c\xa2\x3f\x2e\xaf\x29\xe2\xd7\xe1\xf3\x31\xa5\x97\x5f\xf8\x47\x6a\x1a\x2a\x71\x02\x25\x5c\x97\x1f\x1f\x3b\x11\xd4\x4d\xbe\x3d\xda\x34\x24\x29\x0f\x1c\x70\x5d\xf6\xad\xb6\x94\xda\x67\x02\x72\x6f\x19\x02\x31\x78\x41\xb3\x84\x81\xa8\x5c\x50\x2c\x50\x0e\xc0\xd6\xd6\x65\xd1\xe0\x63\xe0\x72\xd0\x7c\xac\x99\x65\x90\xc3\xc8\x14\xc9\x80\x3a\x81\xb4\xad\x0b\x8d\x80\x79\x70\x39\xb3\x2e\x2b\x41\x74\x80\x99\xba\xc6\x69\x02\xbb\x58\x97\x6d\xe9\xe3\x15\x52\x13\x81\x52\xb8\xb2\xc2\x8c\xc1\x4f\x71\xb0\x49\x2e\x9f\x8e\x26\xf2\x51\x91\xf1\xcf\x92\x5f\xd9\x4c\x8a\xbf\x14\x7c\xa1\xc6\x82\x52\xd4\x81\x0e\xe2\x73\x55\xbf\xda\xe1\xc5\xda\x72\xd8\xfc\x13\xe0\xdc\x72\x48\x82\x6b\x22\xe5\xaa\x33\x7f\xbe\x9e\x76\xfb\xdd\x12\x42\xc5\xd8\x06\x8c\xc3\x25\x68\xc3\x99\xdd\x53\x51\x53\x3e\x67\x2d\x47\x2f\x38\xc1\xe3\xad\x6a\x5d\x74\xa4\x17\x89\x86\x6c\xf0\x6a\xab\x0d\xaf\xee\x52\x80\x82\x1a\xbd\x5d\x9d\xca\x88\x27\x75\xcb\xe1\x0a\x62\xeb\x28\x5c\xc1\xc9\x6d\xcf\xaa\x36\xf5\x47\xa8\xe1\x01\x5d\x90\x5a\xfb\x99\x2e\x3f\x7a\x1e\xf2\xb7\x83\x65\x09\xcf\x70\xe2\x8e\x5e\x82\x33\xd4\x81\xe8\xac\x36\x0c\x11\xcf\x86\x2f\xf0\x0a\x66\x09\xb0\x70\x5e\xb0\x57\xf5\xcd\xde\x59\x52\xa8\xd4\x2e\x2c\x66\x0d\x9b\xa6\xd5\xed\x5f\xe6\x47\x8c\x18\x46\x37\x83\x35\x38\x0b\x7d\x0a\x32\x70\x64\xe1\x1d\x21\xf3\x95\xa5\xde\xfe\x67\x96\xc4\x49\x62\x80\x0d\x2e\x42\xf7\xb7\xa7\x5d\x6f\x3a\xf6\x7d\xf5\x59\x0d\x79\xa7\xa0\x08\x95\x18\x49\xcb\xf0\x02\xae\x71\x97\x22\x24\x5c\x1c\xe3\x96\xd1\x05\xdc\xe2\x2e\xc3\x09\xa2\x1f\x9a\xaf\x69\x26\x03\x70\x48\x04\x92\x22\xde\xe4\x47\x8f\x13\x42\x29\xa8\x1f\xeb\x2c\x74\x41\xc1\xb5\xbe\x1a\xfc\xc2\x6e\x6c\xc6\x04\x02\xfb\x5b\x82\x17\x0c\x1c\x41\xab\xa1\x3c\x7c\x3e\x5d\x8e\x90\x70\x4d\xfe\xd2\x71\xfc\xaf\x99\x21\xd8\x83\x3f\xd2\x10\xe3\x63\xf4\x42\x1b\x44\xb9\x35\x7b\xe5\x9d\x09\xf5\x26\xe5\x81\xcd\x97\xd6\x24\xc8\xe2\x66\x6b\xe5\xc8\xec\x39\x00\xd2\x89\x75\xd5\x2c\x93\x66\xda\xf1\xd2\x9f\x29\xbc\x15\x7e\x54\x49\x73\xc2\xc9\x9c\x59\x04\x54\xe8\x3d\x93\xb2\x15\x37\x92\xad\x60\x64\x42\x14\x89\x91\x09\xe3\xbc\x42\xf2\xd7\xcc\x1f\x42\x28\xf3\x47\x06\x53\xfe\x5a\x6a\xa6\xb4\x54\xfd\xc9\xf9\xe4\x2e\x1d\x76\xa1\x60\x51\x76\xdb\x1f\x76\x70\x2d\xa7\x03\x18\x27\x36\x3f\x98\x01\xde\x9a\xae\xce\x61\x02\x36\x21\xe6\x7f\x04\x9f\xc3\x30\xf0\x14\x69\x91\x01\x80\xc8\x62\xab\x3b\x4a\x7a\x0d\xc5\x94\xf8\xb7\x15\xb9\xff\x78\x46\x34\x8d\xcc\x64\xb4\x78\x7e\x8e\x90\x55\x9d\xd0\x8e\xa1\xa3\xe7\xc5\xe8\x9d\x60\x30\x9d\x4c\x46\x90\x42\xeb\x86\xa7\x21\xeb\x06\x96\x4c\x81\x17\x4e\xae\xae\x57\x47\x59\xa5\x50\x0e\xfe\x89\xa0\x73\xac\xfe\xf3\xc8\xa4\x2c\xaf\x59\xbe\xbc\xf4\x52\x9d\x19\x5a\xd6\x22\x98\xce\x8e\xd9\x80\x2b\x74\x39\x66\x43\xf4\x84\x41\x03\xbc\x3e\x58\x0a\xdc\x7f\x4f\x7c\x3e\xdc\x1e\x6c\xba\x7c\xeb\xcb\xb4\x63\xe3\x38\x75\xe5\xe7\xbb\x10\x2d\x8e\xd5\x7f\x1e\xd8\xa9\x0e\xe9\x70\x1e\x18\x65\x0a\xe2\x70\x70\xc7\xb0\xba\xe1\xa0\x07\xaa\xc1\xa8\x81\x9c\xe8\x06\xea\xe8\x0c\x59\x3c\xb9\x1d\x52\x88\xc6\x98\x56\xc3\xa6\x2a\xa8\xca\x25\x98\x40\x8d\x00\x19\x4e\x0e\x3e\x8f\xf1\xb7\x14\x1f\xa8\x27\x0e\x5c\xc2\x10\x94\x98\x89\x60\x08\x78\x88\xbc\x8c\x21\x88\x8c\x18\xb2\x80\x78\x93\xb1\x86\x5f\x2e\x10\x9b\x6d\x0d\xe1\xe9\xb2\x07\x07\xc2\x06\xd3\x5e\xb1\x23\x3a\x2f\x98\x97\x43\x47\xf0\x7e\x78\x0d\x2c\xa0\x1a\x52\xc1\xb9\x47\x28\x19\xd2\x84\x78\x5b\x06\x17\x64\x03\x28\x30\x7f\xcd\x6e\x1d\x8b\x65\x61\x78\x8b\xf9\x1a\x90\x16\xf9\x6c\x58\x00\x03\x04\x71\x5b\xc3\x51\x71\x4a\x28\x6f\x25\x6c\xbb\xe1\xdb\x9e\x96\x35\x14\x0c\xea\x59\x25\x67\x1f\x61\x87\x0e\xe1\x86\x9f\xd1\xfa\x6d\xff\x59\xf3\xa1\x17\x09\xa6\x52\xec\x88\xbb\x59\x16\x54\xfe\x42\x42\xe8\x2d\x63\x0b\x4a\x4b\xb3\x3e\x4c\xa6\x4c\xa2\x30\xf3\x6e\x3f\x06\x1b\xc9\x20\x04\xae\x40\x96\x41\x07\x3c\x79\x5d\x8e\xb8\x9f\x5f\x9e\x91\x43\x1d\xd2\xc6\x0f\xbc\x38\xc9\x74\x7b\x41\x59\x48\xe1\x00\x99\xf6\x78\x80\xb8\x5b\xd3\x42\xea\xf9\xf2\xed\x86\xf2\xa9\x10\x91\x3d\xbd\x28\xf6\x1b\x27\xd2\x99\x94\xa8\xa6\x64\x51\x83\xa9\x5b\xd3\xbe\x4b\xe0\xb4\x6b\x22\x95\xb0\xbe\x15\x82\xa2\x66\x26\x27\x2e\xab\x9a\x86\xec\x3f\x42\xf0\xcc\xc9\x52\xd3\x29\x47\x6f\xec\xce\xe9\x40\x9b\xe5\x08\x69\xc0\x22\xdd\x20\x6b\x0a\x9f\x62\xb9\x70\xc4\x57\x44\x88\x4a\xd8\xb1\x35\xf1\xaa\xa0\xb5\xa7\x9f\x22\xc0\xd4\x33\xec\x46\xbb\x72\x40\x13\x2c\x6c\x19\x73\x10\xef\xd2\xf4\xb5\x10\x6f\x75\xd6\xf4\xfd\x33\x8c\x30\xd1\x57\xcf\x97\x1e\x01\x3f\xea\x1b\x86\x9e\x0f\xb5\x75\xe1\xe1\x89\x4d\x93\xd9\xbd\x99\x86\x50\xcf\x7d\xad\x01\x83\x0f\x48\x45\x1b\xc5\xac\x5a\xa8\x2f\x46\x20\x10\xc2\x09\xc2\x7e\x2d\xc7\x67\xb4\x3f\x75\x09\x84\x70\x4b\xcd\x34\xdb\xdc\x6c\x4a\x25\xb1\xd8\x63\x0b\x29\x04\x2b\x2c\x8c\xe4\x74\xca\xe9\x0a\x53\x73\x61\xe6\xc0\x29\x8a\x3b\x71\xf2\xdc\x6a\x39\xee\x44\x9f\xf9\xd2\x6c\xcd\x7f\x2f\xeb\x36\x38\xd5\x28\x05\xe2\x74\xad\x65\x26\xe2\xb8\xe4\x8c\x01\x04\xf8\x5a\x8b\x83\x17\x46\xcd\x72\x5c\x5e\x84\xba\x61\x09\x57\xe6\x7d\xf9\x75\x4b\xa6\x7a\x99\x2d\x98\x69\xc3\x12\x40\x5b\x2c\xc2\x57\x00\xb1\x5f\x0e\x58\xd1\x32\x07\x8a\x57\x71\x9b\x38\x7f\xca\x70\x23\x16\x66\xe6\x63\x33\x00\xa6\x56\x1c\x34\xdb\x43\xfa\xa7\x19\xac\x1f\xb6\x10\xff\x71\x29\x49\xc0\x91\x23\x23\x78\x86\xf6\x90\x3e\x58\xf7\x34\x24\xe1\x8b\x1d\xb3\xd1\x56\xa1\x2e\x95\x1d\x50\x9a\x75\xec\xba\x6d\xa7\x76\xa6\x56\xe1\x2c\x2a\x2f\xa6\x96\xe3\xfe\xbf\x08\xcd\xb5\xb6\x4f\x52\xc7\xf3\xe9\x52\xdd\x14\xca\x53\xc9\x9e\x22\xf0\x05\xd8\x87\x65\x74\x03\xb1\x8b\x96\xd1\x0d\x1d\x68\xef\x52\xdc\xff\x4a\xac\xa2\xa5\xb0\xff\xa3\xa6\xcb\x9b\x9b\x2e\x9e\x39\x2c\x27\x01\x98\x0f\xe5\x1f\x19\x50\x66\xd2\xfc\xa5\x35\x55\x4b\x33\xea\x1f\xc9\x2b\x70\x43\x07\xa9\xb2\x0c\x6e\x00\xcd\xbd\x84\x66\x38\x2f\x2c\x52\xe1\x17\x4a\x9c\xb1\xc2\x2f\x54\x62\x77\xae\xed\xb4\x30\x23\x65\x56\x27\x38\xa0\x36\x47\xa5\xac\x87\x43\x2a\xa0\x3f\xb6\xa3\x54\x8e\x50\xb6\x42\x30\x32\x15\x5b\xa3\x02\x20\x5f\xdb\x81\x7f\xe1\xa5\x6d\xce\x42\xce\x6e\x4c\x9d\x2c\x16\xd6\x33\x26\xc9\x06\x1b\x43\xab\x7e\x8d\x70\xa4\xaa\x6d\x2f\x7e\xd2\x67\xfd\x87\x62\x1e\xd3\x0c\xc6\x16\xe3\xc1\x3d\x5c\xd2\xec\x4f\x3e\x72\x33\x84\xe2\x6e\x54\x62\xcc\x2c\x23\x1b\xd2\x89\x90\x0d\x15\xd0\xfe\x72\x48\x8e\x2b\x9b\xfd\x0d\x9f\x21\x56\x1d\xa1\x83\x77\xb4\x4b\x58\x86\x1a\x71\xf8\x36\xb3\xa0\x3e\x94\x81\xe0\xbc\x98\x49\x47\xeb\xe8\xe0\xae\x97\x53\x10\x5c\xd9\xec\x8e\xc8\x91\xc3\xab\x01\x08\xe1\x0f\x03\x10\x4e\x10\x62\xeb\x9d\x74\xff\x50\x3e\xb8\xc1\xa0\x0a\xac\x71\x12\x33\x6c\xbd\x9d\xc3\xff\x0a\xc5\x7f\xa5\xaa\xc4\x56\x0b\x05\x4f\xa4\x59\x0b\x59\x1c\x5a\x6f\x8e\x54\x6c\xc4\xb7\x53\x09\xe5\xcf\x62\xf2\x42\xfa\x6a\x3b\xa2\x9d\x48\x1b\xe1\x92\xb7\x0f\x55\xe8\x3a\x01\x1b\xce\x13\xac\xee\x12\xb0\xa1\x12\xc1\x64\xbd\x2d\x7e\xf2\xa3\x0e\xe1\x00\x7f\xbf\x37\x36\x78\x3a\xb1\x99\xd3\x43\x7a\xc6\x30\x54\x0d\x64\x38\x73\x83\xf4\x31\xbe\xf2\x64\x73\x7c\x2c\x72\xe0\x4c\x01\x19\x4a\x16\xed\x13\x56\x98\x90\x43\xf7\x16\xf9\x50\x11\x53\xd9\x9b\x1f\x1d\xcc\x01\x3e\xaf\x8f\x6e\x18\x88\x9d\xb0\x3e\x96\x30\x3d\xfd\xdb\x32\x85\x31\x85\x87\x28\xf7\xa6\xfe\x53\x78\x2b\xb4\x47\x25\x76\xc7\x52\x96\x83\xf3\x69\x55\x07\x35\x30\x21\xeb\xe3\xc0\x5b\x07\x8c\xa9\x24\x07\xe5\xc8\x5f\x61\x62\x3f\xa4\x6e\xd4\x58\x83\x8f\xa5\x11\x5b\xf3\x83\xc2\x42\x70\x7d\xb8\x51\xc0\x03\x64\xa8\x04\xcf\x78\xd7\x07\x57\xf0\x4c\x5d\x49\x6b\x96\xe4\xe3\x1b\xf9\xe8\x80\x8f\x7d\xc1\xb9\x52\xfb\xf8\x0c\x35\x52\x68\x9b\xe7\x4a\xa1\x76\xc3\x08\x25\x85\x9a\xeb\x37\x90\x13\x51\x0a\x1f\x43\x74\x89\x11\xbc\x9c\xac\x80\x27\xc0\x4b\xf1\x42\xee\x9d\xcc\x1a\x71\xc9\xc7\x3e\xff\xa0\xdf\x32\x83\xf2\xfb\xf0\x3c\x67\x7d\xfc\x2a\x20\xca\xe6\x8b\xff\x8f\x43\xb2\xd2\x0e\x94\xf8\x11\x9d\x76\x80\x68\xb9\xeb\x8b\x5e\xaa\x21\x25\x30\x98\xc0\xaf\x19\x03\x16\x72\xdc\x8f\x13\xa4\xf5\xfa\x5a\x9a\xf0\x2b\x5f\x0c\x1b\xfc\x40\x5f\xce\x50\x57\x48\x49\x37\xa6\x5e\x00\x8d\x52\xe0\x13\xe1\x33\x0a\x97\xde\xeb\x6b\xd7\xff\x81\x9c\x26\x24\x48\xfe\xcb\xa6\xcc\x43\xc9\x1e\xc1\x7f\x25\x20\x47\x05\x60\xba\xbe\x9c\xbd\x70\xe5\x28\x76\x48\x05\xab\xbb\xbe\xe6\xa1\x91\x0f\x75\x91\xf9\x7c\xa8\xbf\x62\x0f\x39\x4f\xc1\x24\x4c\xd1\xfa\x26\xd2\x00\x94\x8d\x68\x64\xb6\xc3\x88\x64\x2f\x7e\x0d\xa8\x21\x50\xd1\x12\x8a\xa3\x67\xc3\x19\xb6\x71\x45\xa7\x7f\x39\x87\x21\x83\x9c\x8a\xa0\xc0\x6d\x5f\xdf\x49\x81\x60\x5f\x5f\xb3\xcc\x0c\xe5\xad\x32\xf3\xa5\x27\x0f\xe9\xff\xdd\x8a\xe0\x8d\xe8\x70\x4c\x91\x71\x3e\x9f\xda\xc5\xc1\xbc\x2b\x8a\xc8\x19\x95\xa7\x5c\x04\x15\xdc\xdf\xfa\x19\x5b\x05\x44\x7d\xfd\x86\x1f\x98\x75\x28\x0d\x81\xf8\x9f\x4b\x21\x46\xda\xeb\xa1\xba\x7e\x7b\x42\xf9\x78\x05\xeb\x09\x00\x72\x46\x5c\x38\x17\xc1\x20\x80\xeb\xfa\xc1\x88\xa9\xaa\xf5\x9b\xe9\xd2\x9c\xe7\x9f\xfe\xf9\x62\xb3\x70\x52\xfd\xf9\x40\x45\x30\xd0\xf5\x73\x2c\x81\x58\x48\x04\x15\x89\xe1\xe3\x3c\x06\x83\x50\xea\xeb\x87\x1d\xd4\x42\x6a\xd1\xd2\xab\xfd\x3c\xf0\x90\x10\x20\x25\xb7\x24\x02\x80\xb4\x5c\xb2\x0b\xe3\xd1\x5e\x19\x81\x71\x76\x84\x76\x5a\xc2\x78\x34\x40\x4e\x0b\x8c\x07\xcf\x3b\x97\x40\x1d\x17\x21\xcf\x96\x81\x1b\xa3\x70\x04\xfe\x19\xee\x1f\x34\x81\x80\x1b\x2d\xd7\x3f\x4a\x4f\xd0\xe2\xd3\x57\xa0\x90\x96\xcb\x96\x9f\xc1\xfe\xed\xfa\x0f\x32\xfc\x87\xcb\xf8\xca\xa7\xb6\x59\x2c\xeb\xb6\x42\x81\x34\xce\xe4\xdb\x91\x40\x3a\x6f\x15\xf6\x0b\x36\xe9\x21\x8b\x47\x3f\x21\x2d\x93\xac\x0f\xf6\xcb\x17\x54\x68\x80\xad\x60\x20\xed\xf5\xd4\xf5\xfd\xa4\xa5\xe6\x7e\xe1\x54\xbe\x52\x6a\xa3\xaf\xa7\xf4\xa3\x7f\x0d\x25\xd3\x9e\x63\xef\x7e\x39\xfc\x0c\xe1\x22\xb6\xc0\x23\x0d\x64\xd8\x16\x76\xe4\x22\x30\xcc\x56\x54\x91\xf6\xca\x87\x37\x57\x35\xb0\x40\x5b\xa9\x0f\x1a\x77\x43\xfb\xe5\x67\x02\x40\xc4\xf7\x0b\xae\xb1\x4d\xbc\xc9\x6f\x50\x18\xec\x2d\x4f\x1a\x1e\xc9\xfd\x42\x5f\x55\xa6\x08\x79\xc2\x94\x2c\x0f\x80\x66\x90\x2e\xd6\x5e\xfb\x65\xdc\x10\x66\xf8\x16\xb0\xa4\xe1\x4d\xdd\x2f\x58\xec\x62\x40\x37\x53\x35\x1e\xb6\x6e\xc5\x2a\x69\xb8\x03\xf7\x0b\x8b\xb9\xa7\xd0\x77\x4c\x17\x9d\x62\x0d\x55\x7e\x74\x1b\x3c\x52\xe8\x14\x73\xa8\xf3\x33\x9b\x21\x31\x47\xe6\xb9\x93\xf9\x53\x62\x7b\x67\x53\xbc\x29\xad\xd1\x99\x76\xbe\x56\x74\x0c\x57\x1e\xe7\x0c\xfe\x30\x8b\x59\xba\xec\x03\x4f\xe2\x15\x52\x53\x64\x17\xcc\x3e\x10\x3d\xde\x02\xfb\x80\xa5\x2c\x38\xf7\x81\x40\x39\x42\xbe\xf5\x69\x81\xb2\xf7\x66\x40\x69\x91\x6c\xa7\xef\x63\x7a\x04\x94\xa1\xc9\x2a\xc3\x33\x5f\x9c\xa1\xbc\x48\x83\x56\xa7\x36\x21\xd3\xe5\x30\x26\xa3\x1c\x29\x1c\xfa\x72\x42\x59\x10\xd5\xf4\x69\x83\x63\xf0\x67\x13\x2e\x0e\xa9\xf1\xc1\xa8\x0a\x56\xd2\x80\xae\xec\xc3\xb7\x14\x04\x79\xdd\xe0\x65\xd0\x98\x5b\x78\x99\x96\x1d\x7a\x58\x4c\x15\x06\x84\xc1\x5d\xd3\xd0\x74\x43\x8c\x68\x69\xbe\x0a\x23\xc0\x88\x7e\x48\xdb\x88\x95\x39\x32\x7c\xa6\xc0\x8e\xa4\x6d\xe0\xa0\xb1\x09\x50\x02\x74\x7e\x2b\x40\x49\x01\x12\xb2\x95\xd4\xa1\xf1\x40\x68\x1f\x5c\x6e\x3d\xa4\x36\x3e\x57\xf2\xfb\xc0\xe7\x3c\xd2\x8d\x0f\xf5\x35\xa5\xe6\x2a\xab\xb0\x6d\xf4\x0d\x8f\x43\xf7\x69\x70\x1a\x0f\x40\xf7\x69\x3e\xb2\x5a\xdf\x67\x18\x67\x40\xda\xf0\x62\xc5\x15\xeb\xa4\xd4\xa7\x50\xcf\x00\x5e\xf9\x52\xd1\x5b\x9f\x56\xb1\xfd\x28\x34\x1f\xd9\x02\xd8\x0a\x66\x52\xf0\x0d\xef\x93\x9b\x8a\xa7\xb0\x2a\xb2\xf1\x0b\x4a\x79\xe8\x5b\x28\x59\xf5\xe9\x51\xc2\xa6\xcc\xbf\x45\xf9\x36\x34\x67\x12\x89\x6b\x1b\x9a\x73\x84\x02\xec\x58\xf8\xad\x25\xc1\x88\x24\x52\x90\x93\xc6\x63\x95\x7d\xc2\x43\xa9\xa9\xcc\x66\x56\xd3\xdb\x21\x4e\x46\x39\x43\xfa\x2d\xe8\x84\x12\xc7\xa3\x3b\x4e\xcb\xa1\x2b\x35\x25\x11\x4a\x6a\x7e\x55\xc6\x6c\x70\x44\x4b\x33\xdb\x63\x63\xe0\xdb\x63\x63\x71\xac\x04\x51\x14\x0a\x6e\xd2\x78\x01\xb0\x4f\xfc\xd0\x35\xad\x5a\x4c\x4f\xfe\xca\xcf\x0e\x66\x66\xd9\x12\xea\x4a\x97\xba\x10\xa8\x69\xd6\x4a\xc4\x07\xf0\x5d\x2c\xa1\x50\x29\x65\x68\x3c\xc8\xe5\x32\x6c\x8c\x20\x4a\x04\xd1\x69\xaf\x9a\x0f\x61\xac\x01\xa9\xf1\x3d\x55\x3f\xfe\x32\x85\x02\x65\x5c\x29\xf4\x89\x71\xd2\xd0\x74\x9f\x17\x94\x91\x35\x6c\xb7\xe2\xb7\xb1\xc7\x64\x44\xd3\xbe\xcb\x92\xd2\xfb\x2c\x90\x49\x28\x58\x47\x2d\x2d\x69\xc1\xd8\xa8\x05\x11\x85\x98\x76\x70\x95\x49\xd8\xb2\xad\x68\x2a\x0d\xbc\xfd\x2e\xf8\xa2\x91\xf7\x0a\xae\x52\xb0\xa9\xb7\x21\x3a\xc4\xe2\xdb\xc5\x8e\x69\x54\x7d\x31\xab\xc1\x95\xc0\x75\xb8\xaf\xd8\x82\xeb\x14\x0c\xf5\x5d\xf0\x01\xb0\xc1\x1d\x21\xe5\xc2\x43\xb0\x85\xd0\x69\xaf\xcc\xad\xb9\x24\x53\xb2\xc5\xc1\x19\xb9\x8d\xe6\x82\x18\x2c\xb6\x9c\xb2\xb8\xbe\xf4\x42\xfd\x28\x24\x4a\x7b\x35\xa6\x12\x1c\x57\x1a\xb5\x8f\xd3\x1d\x5e\x5c\x80\x5d\x50\xea\xbe\x85\xb2\x25\x54\x42\x2a\xbc\x3f\x0b\xe2\x54\x1d\x31\x3b\x2e\x9b\xcf\x48\x89\x6b\xb8\xfb\x0e\xa5\xb0\xa8\xf0\x8b\x82\xa3\x94\x68\x88\x2b\x0c\x02\x69\x5c\x16\x33\x75\xe1\x65\xb6\x31\xbd\x2f\xc7\x8b\xe0\xf1\xd2\xbe\x7c\x16\xc7\xd9\xb4\x95\xc4\xe3\xe4\x85\xdd\x56\xe8\x94\x06\x4a\x7c\x5f\x1c\xce\x66\xc8\x2e\xb8\x4a\xaa\xca\x11\x75\xa4\x19\x23\x47\x98\x1d\xf1\x4e\xcb\x8f\xc8\x9b\x04\xb0\x7f\x5f\x66\xa4\x96\xc1\x99\x91\x10\xa9\x17\x8a\x10\x39\x69\x60\x10\x4f\x67\xb7\x33\x83\xb4\x8c\xc6\x49\x86\x6b\xca\xf8\x2b\x06\xb7\x18\x79\xda\xb1\xba\x85\x25\x2f\xdf\xa1\xb1\xb0\x97\xb3\x52\x66\x40\xc0\x84\x66\x0a\x25\xa9\x90\xd4\x0a\x94\x72\x45\x15\x5f\x4e\x8c\x80\x2c\x34\x66\xa8\x47\x8a\x5e\xe6\xc8\xfe\x1f\x04\x77\x22\xa5\x30\x38\x6b\xc8\xfc\x88\xfc\x4c\x57\xe6\xce\x61\xda\x47\x28\xdb\xee\x99\x9e\xad\x1d\xc1\x4c\x12\xfd\x04\x84\xee\xae\x8e\x1f\xc1\x89\x74\x0b\x40\x74\x16\xb6\x61\x75\x60\xf6\x57\xa8\x4b\x93\x9e\x0f\xcd\x11\x03\x4a\xfc\xfa\xb4\x62\x8b\x07\x89\x5f\x9d\xd1\x10\xa1\x25\xb8\x50\x03\xb3\xbf\x1d\x0a\x85\x37\x24\xbb\x3a\x46\x6c\x7b\xfa\xf0\x24\x77\x28\xfd\xc7\xa0\x19\x3b\x1a\x10\xea\xe0\x8a\x78\xa1\xb1\x6b\x78\xb9\x42\xfa\xa6\x19\x8b\xb0\xda\x3c\xc3\x4e\x27\x32\x0a\xef\x37\x76\x45\xda\x3d\xa5\xb6\x1e\xaf\xf4\xa3\xc1\x8f\xb4\x6b\x30\xdb\x95\x4f\xe1\xd9\xd4\x95\x21\x82\xdd\xa9\xf8\x27\x85\x0b\xb2\x2d\xfc\xd0\x81\xab\x6f\x57\x5b\xfc\x19\x9e\x2d\x7e\x5e\x90\x6c\xc7\x3f\x69\x99\xaf\xc5\x68\x99\x5a\xab\xd6\x9e\x42\x06\xcb\xa2\x98\x47\xe1\x8a\xca\x29\x12\xd5\x56\x9d\xe8\x30\x8b\x02\x57\xf2\xa1\xb5\x69\x66\x8f\x38\x26\xac\xad\x7c\x0b\xd9\x6c\x15\x31\xf9\x4a\xa1\x6c\xc7\x11\xca\x60\x8a\xa7\x55\xef\xae\x57\x9a\x95\xa6\xc5\x88\x73\x54\x93\x41\x6a\x98\xdd\x40\x98\xc0\x7a\x0d\xf3\x1f\x79\xd8\x00\xb3\xc3\xc3\x4e\xd5\x32\xb9\x43\xdc\x8d\xeb\x18\x26\xa5\x39\x4a\x4f\xa9\xf9\x56\xb6\xc1\x48\x5d\x18\xae\x42\x9a\xc5\xe8\xd5\x8f\x4f\x80\xe2\xef\xe6\x83\x21\x36\x7e\xb3\x0c\xe4\x19\xc6\x6e\x18\xf9\xe8\x62\xc7\x36\xe1\x5d\xd2\x76\x3e\x16\x5e\x13\xed\x06\x0f\x0d\x28\x39\xa9\x61\xdc\x66\x54\x75\x36\x60\xc3\x74\x6b\xe9\xe4\x1e\x1e\x70\xc8\xad\xcc\x2d\x83\xb7\x44\xbb\x59\x81\x22\xd8\x9a\x39\x6a\xa6\xa6\x91\x7e\xec\xc7\xb6\x18\x6b\xea\x9a\x6b\x50\x99\xcd\xf6\x19\x4a\x42\x29\x5f\xce\x48\x8b\x26\xf3\x3f\x87\x8a\x66\xfe\x42\x06\x35\x2b\x5e\x44\xa9\x10\x4b\x0d\x34\xe6\x16\x62\x29\x51\xb9\xb6\x23\xab\xf0\xee\x73\x37\x00\xd4\x2d\x1f\xea\x39\x69\x06\x63\xa1\x37\xd3\x8c\xcd\x02\xd4\x79\x73\x28\xe5\x99\x56\x87\x7a\x4c\xab\x76\x1d\xb4\x54\x95\x06\x1d\xa1\x94\xec\xfe\x4a\x55\x31\x62\xe6\x51\xea\xfc\x08\xb7\xe8\x4c\x1a\x93\x85\x28\x2b\xa5\xfd\x7d\x83\xb9\x8d\x8a\xea\x31\x49\xbb\x1d\x1b\x8c\xd5\x40\x27\x22\x83\xec\xee\xd8\x3b\xac\x79\x07\x5f\x80\x34\x30\xec\x89\x28\xc4\xbb\x3b\xde\x3d\x31\x3d\xb7\x40\x50\x05\xdf\xeb\x16\x08\xea\xbc\x38\x93\x0a\xf5\xd4\xb8\xcb\xdb\xdd\x31\x75\x67\xca\xcc\x01\x2d\x85\x9e\x3a\x06\x07\xef\xb6\xb4\x7a\x33\x2f\xb1\x89\x76\xb7\x96\x7e\x86\xf3\xd1\x87\xfc\xe3\xcd\xad\x0d\x1c\xe8\x16\x1e\xaa\x3c\x7f\xac\x83\x05\x37\x47\x1b\x38\x14\x2f\x4c\xb6\xe0\x50\x47\x29\xe9\x43\x07\x0d\x50\xab\xbb\x3b\xa6\x3e\x21\x3a\x77\xc7\x34\x6c\x69\xf7\x3e\x15\x01\xa2\xdb\xdd\x01\x9d\xaf\x94\x2d\xf7\x92\x01\xd9\x50\x1c\x29\x7d\x6b\x69\x33\xa2\x8f\xeb\xb2\x24\xc6\x79\x23\x08\x3a\xee\x10\x84\x46\x97\xb0\x04\xc3\xba\x15\x61\xe5\xca\x09\x8e\x08\x2b\xf8\xa6\x77\xdf\x0c\x21\x75\xb7\xbe\x74\xdd\xe1\x0b\x1f\x6e\x14\xb7\x42\xac\x1c\x44\x3b\xdb\x0a\xa2\x52\x4e\x76\x85\xb0\x52\x0d\x3c\xe7\x76\x08\x95\x0b\xef\xf4\x16\x38\xaa\x81\x15\xdc\x82\x3f\x35\xc0\x9d\x5b\xe8\xa7\x06\x68\x6e\x8f\x09\x03\x53\x15\x9f\xc6\x08\xa9\xff\xca\x70\xfc\x5e\x12\x67\xf9\x1e\x61\x99\x90\x5b\x27\xd5\x7c\xf9\xf6\x9f\x4c\x48\x4b\xb1\x16\x52\x17\x06\x33\xed\x4a\x88\xb1\x28\x03\x4f\x18\x3b\x73\x98\x4d\x10\x14\x63\x79\x40\x29\x2b\xa2\x4e\xa8\x26\x58\x6f\x28\x8f\x8e\x7d\xe1\x60\x2a\x3d\xa7\xc3\xe1\x18\x77\xf9\x6b\x63\x14\x0a\x0c\x35\x58\xf9\x33\x9f\x0a\x29\x35\x43\xd9\x2f\x86\x61\x23\x68\x54\x03\x26\xba\x87\xf9\x00\x95\x3e\x8c\xfe\xe7\x41\xcc\x56\xa0\x95\x06\x86\x6e\x2b\xe7\xce\xdd\x4e\xbe\xec\x2a\x64\x0e\x74\x5c\x05\x5f\xb7\x05\x9b\x6a\xc0\xba\xf6\x30\xc7\xb0\x33\x06\xa2\x2a\xdf\xe9\x74\x8a\x9e\x33\x4e\xea\xe4\xc9\xcd\x56\x78\x96\x42\xa4\xf3\x2d\x68\x54\x03\xa5\xb7\x03\x8d\xc2\xc6\x99\xf8\xcf\x7a\xbe\x6c\xaa\xfb\x82\xf2\xd1\x70\x86\x14\xeb\xc5\xd3\xa5\xe8\x2c\x67\x7f\x7a\xd9\x3e\xbb\x42\x09\x78\x8d\x96\x71\x02\x9e\xf3\x4c\x55\x07\xfb\xe4\xa5\xc7\x9e\x8e\x07\xce\x8f\x4d\x9d\x3d\x78\x7a\xbf\x8d\x94\x02\x83\xbc\x05\x94\x6a\xc4\x5f\xdb\x8a\xdb\x72\x06\x99\xbe\xa7\xe5\x11\xd6\xe4\xb4\x3c\xca\x70\x26\xf3\xf3\xf7\xa3\x9e\xad\x9c\x3a\x9d\xf0\x98\x7b\xfa\xdd\x1f\xd7\x56\x1b\xd0\x54\xce\x86\x73\x79\xba\x52\xe8\x95\x65\xe8\x72\xf2\x03\xfa\xd9\x42\x50\x35\x20\x4a\x5b\x00\xaa\x1e\xb1\x26\x00\x55\x21\xbe\xd2\x9e\xf8\xd5\x66\x48\xb8\x90\x76\xfc\x78\x09\xc9\x3a\x01\xc7\x3c\x24\x8b\x19\xd2\x2e\x61\x6c\xb0\x69\x56\xc3\x12\x99\x66\xae\xcc\xf3\x7d\x6c\x68\x60\x90\xb6\xe0\x55\x0d\xf0\xc5\x9e\x46\xca\x14\xf6\x81\xe0\x55\x0d\xd4\xc4\x76\x50\x97\x19\x46\x14\xa0\xea\x8c\xec\x5c\xe6\x3c\x74\xad\x50\x51\x8f\x02\x5f\xf2\xc5\x02\x0a\xd8\xe4\xe2\xe1\x22\x6f\x2b\x54\x4b\x8b\x22\x5e\xba\x7e\x0e\x03\x0b\x3e\xd5\xb8\xbb\xdf\x0b\x31\x36\x53\xa8\x6d\x89\x11\xbc\x26\xab\x15\x52\xab\xc5\x3c\x2f\x40\xe1\xf0\xdd\xc2\xd8\x67\xb2\x1c\xb1\x80\x70\xba\xfb\x6d\xfb\x02\x2d\xfd\xf6\x2e\x85\xb9\x7d\xcf\x3f\xc8\x41\xb1\x1d\xbe\x60\x14\x2c\xef\x37\x0e\xca\x87\xf4\x5c\x22\xba\x40\x01\xf0\x40\x66\x7f\x70\x12\xb0\xc1\x3e\x8e\xc4\xcd\xe5\xd3\xfe\x58\x0f\x60\x1d\x7d\x1c\x3a\xfd\x29\xb3\x7b\x0a\x63\x45\x97\xe9\x8d\x4b\xb6\xfd\xb1\x35\x80\x89\xfc\xb1\xc2\xc7\xb0\x55\xbc\x82\x7b\x7c\x8c\x00\x61\xce\xbe\xf9\x4c\x46\x0f\xe9\xbb\x0a\x9e\xf9\xef\x0f\xda\x39\xc3\xf5\xf9\x9a\xa7\x21\xfb\xe3\xdd\xd0\x53\x57\xb1\x98\xd9\x1b\xe4\xd7\x78\x6a\x5a\x65\x8c\x14\x7e\x75\x27\xc8\x70\xb7\x23\x49\x52\xc6\x63\xbd\x91\x42\x5b\x3d\xfc\x8b\x82\xa5\xc7\x71\xa4\xbb\xf3\x72\xb1\x4a\x1f\xaf\x20\x62\x4e\x17\xe9\x17\x78\xa2\xfd\xe1\x91\x0d\x7a\xfb\x0b\x62\x10\x26\x56\x6e\xff\x96\x4b\xaa\xaf\x59\xba\xa7\xaa\xa2\x55\xa2\xa4\xbe\x16\x9e\xec\x13\xdd\xb1\xb7\xdc\xdd\x28\xb3\x7f\xcb\xfd\x90\x72\x6b\x14\x70\xfb\xe4\xf9\x9f\x84\xff\x77\x9e\xff\x96\xdb\x19\xdd\xbf\xdf\xb3\x9a\x1e\x15\xeb\xe7\xe9\x03\xfe\xa1\x59\x54\x3c\xa2\xc3\x17\xf0\x95\x7b\x46\x27\xf6\x6f\xb9\xb9\xf9\x72\x47\xca\xc6\x71\x5e\xff\x1e\x0f\xab\x6e\xd2\x5b\xae\x51\x48\xbb\x51\x66\x0a\x25\x1e\x60\x99\xaf\x25\x2d\x0c\xfe\xf5\xab\x69\xf8\xd0\xf1\x11\x26\x31\x94\x9d\xd5\xbf\x45\x7f\x10\x2d\xe1\x95\x0f\xe1\x1e\x26\x41\xaf\x29\x3a\x2a\xc2\xc1\x12\xda\xf9\x77\xd8\x42\xe7\xff\xbf\xdb\x49\x97\xe6\xad\x99\x66\x3d\xd8\x50\x12\x65\x30\xd3\xd7\x2a\x3d\x5c\xe0\x8b\x2e\x5e\x7e\x38\xe3\x7f\xcb\xf5\xc0\xd7\xdc\x34\x52\x26\xc1\x1a\x7e\xf1\x0d\x05\x0f\x3f\xb6\xee\xd8\x8f\x28\x0c\xe7\xed\xa8\xb9\x7d\xfc\x61\x05\x62\xa8\xeb\xca\xfd\x28\xb0\xd3\x0f\x69\x30\x43\x5a\xdd\x21\x95\x7f\x36\xf5\x66\x1a\x12\x5c\x0f\xc3\x4a\xe9\x37\xee\x5e\x2e\x48\x9d\xaf\x89\x26\xb1\x1d\x48\x21\x47\xbe\x9f\xb9\x02\x36\xf8\x59\x54\x20\x86\x75\x17\x7e\x33\x45\x87\x64\xf0\xd4\x95\x23\x8e\x77\xb3\x4e\xe3\xdf\xe2\x16\xfc\x39\xf9\x1c\x38\xc0\xfd\xe3\xc2\xe0\x95\x52\x4d\xe6\xcc\x97\xfc\x18\xbf\x62\xbd\x09\x07\xfd\xac\x29\x6b\xaa\xbe\xdd\x0e\xa4\xd3\xf7\x22\x96\x7d\x37\x3e\x2e\xd8\xdd\x77\xe3\xf1\xd9\x29\x33\x46\x8b\x8f\xc8\x89\x31\x6a\x3c\xae\x8a\x69\x50\x62\xc9\xe8\xfa\xbb\x18\x03\x3f\x9c\x9c\xbf\xf8\x71\xe6\x70\x6e\xfe\xcb\x8e\xe2\x9b\x3a\x7d\x37\x35\x21\x15\x76\x5f\x16\xe2\x4d\x5d\xea\xb1\x40\x29\x0d\xa3\x56\x64\x38\x8d\x7f\x3b\x9f\x46\x7d\x27\x30\x43\x0e\xff\x47\xea\x2e\x93\x69\x68\xeb\xd3\x14\x8a\xd9\x9e\xf1\x58\x5c\xcf\x54\x35\x1b\x1c\x29\xb5\xb0\xb8\xf8\x54\x56\x98\x1f\x50\x0f\x27\xfd\xbf\xeb\x32\x06\xe9\x51\xbb\x6b\x6e\xca\xe6\xed\x15\xf2\x72\x5d\xba\x71\xe8\xcd\x23\xcd\x36\x0f\x37\x75\xbb\xce\xfb\x0c\x41\x27\x48\xc7\x8e\xb8\x29\x8b\x36\xc9\x9c\x9b\xb4\xc3\x63\xd2\x90\x18\xea\x7c\x31\xb7\x8b\x3e\x53\xe8\x10\xeb\x99\x6b\xb9\xc2\x1c\x68\x62\x0c\x62\x2c\x5c\x2f\xda\x75\xbc\x94\xf3\xa2\x25\xfb\xc2\xae\x17\xeb\x6b\xd3\xbd\xf1\xdf\xec\xfa\x4a\x4b\xdb\x17\x27\x17\x03\x76\x22\xad\xc2\x7f\x6f\x44\x66\xda\xb5\xd7\x61\x32\xa4\xb0\x18\x83\x90\xb9\x75\x66\x7a\x1d\xe3\xe8\x15\x1e\x13\x0e\xc7\x08\xb6\x9b\xf2\x78\x6b\xc8\x9f\xbe\x34\x75\x20\x31\xea\x09\xc9\x3e\x1b\x90\x0c\xbf\x40\x8a\xcd\x98\x33\x5d\x86\xb7\x93\x55\x3b\xbc\xc2\x4c\xa0\x6e\xad\x4f\x5f\x77\x0e\xa7\xfd\x6f\x27\x43\xd7\xbd\x74\x3b\x19\xeb\xe1\x6b\x9d\x99\x56\x3c\x38\xba\xd7\x81\xae\xbe\x1e\xf2\x90\x7b\x8b\x91\x2f\x77\xf8\xe7\x5b\xcc\xbb\x2a\xbf\xc1\xc0\x17\x2c\x35\x21\x35\xba\xf3\x05\x65\x26\xca\xd0\xed\x8d\x2f\x8c\x40\x9e\x28\x9f\x3b\x6e\x0a\x1e\xa7\x1d\xc9\x7b\x9f\x99\x6e\xaa\x88\x62\xb0\xf6\x44\xa5\x8f\x6d\xf1\xf5\x90\x9a\xd6\x93\xd1\x29\x6c\xb9\x31\xbc\x37\x25\x39\x73\x32\x1a\xdb\x86\xd7\x91\xc2\x8f\x0a\x99\xd7\x7b\x9d\xaf\x57\x4b\xff\x9a\xc9\xd3\xb3\x7c\xe2\x03\xad\x0d\x52\xb2\xe4\x1c\x50\xb7\x90\x36\xee\xe8\xa6\x3c\x9a\x09\xa5\x60\x32\xa3\x42\xf9\x04\x30\xd3\x8c\x12\x70\x8e\x03\x6a\xab\xff\x34\xfa\xd6\x87\x69\x86\xbd\xc8\x70\xe4\xfe\xb4\x55\x78\x53\xca\xbf\x3e\x69\xc6\x8f\xe8\xc6\x05\x35\xfd\xc7\x29\x14\xef\xb0\x63\x74\x71\xdd\x6c\xed\xde\x94\xb7\xe9\x91\x56\x3f\xb2\xb8\x19\xea\xb4\xec\x62\x3d\x08\x22\x91\x09\xb0\x0b\x29\x13\x60\x3b\xe2\x82\xb1\x75\x39\x5d\xae\x9a\xaa\x16\x14\xac\xf2\x69\x5f\xc1\xc5\x96\x70\xc6\x0d\xbf\xa7\xbe\xa9\xa5\xbb\x24\xfe\x59\x36\x6a\x7d\x9d\x69\x56\xa2\xab\xa4\xaa\x56\xb2\xa4\x19\x3d\x53\x62\xbf\x9c\x38\x3c\x69\x46\x5a\xe9\x48\xa3\x92\x2f\x47\x5a\xf1\x1b\xaa\x8b\x4d\x78\x6e\x5e\x5a\xa7\xae\x62\x70\x5e\xee\xbf\x68\xa7\xdb\x72\xb9\x29\x31\x04\x12\xa3\xf8\x10\x7f\x1d\x29\x6c\x12\x27\x27\x94\xd5\x2b\x13\xe2\x1b\xe7\xfe\x42\xc2\x15\x2f\xfb\x53\x97\xcd\x34\x21\x6f\x49\xe4\x47\x7a\x37\x65\x33\x79\xd2\x90\x63\x3b\xf8\xad\xd1\x4d\xda\xaf\x80\x2e\x24\x9a\xc3\x75\xa4\xb2\x98\x34\xff\x32\xb5\x49\x4a\xaa\x8a\x47\x32\x04\x78\x84\x5f\x91\xa9\x79\x5e\xe9\xe3\x2b\x5f\x0e\x6d\x02\x5f\x40\x4e\x16\x58\x84\x46\xc5\x14\x11\x5a\x65\x79\xc7\xe4\x43\xcb\x93\x23\x55\xa5\x35\x9d\x8e\xe2\x26\x2d\x7e\x5b\x9a\xd5\xbe\x44\xf5\x15\xc3\x34\x3b\x32\xad\xc8\x27\x14\x05\x56\x36\x33\xc2\x9f\x80\x9c\xaa\x21\xe5\xd4\xcb\x88\x7c\x54\xbf\xce\x34\x64\xeb\xb7\x31\x41\xc6\xfd\xf6\x57\x3e\x95\x4b\xeb\xc8\x18\xcc\x26\xed\x82\x5c\xae\x9b\x4f\x2d\x72\xce\x7c\x2a\xb6\xad\xe9\xd5\x17\xc6\x69\xe8\xeb\x2f\xdd\xd0\x65\xec\x1e\xbb\xd3\x17\xd6\xb3\xa3\xc7\x2f\x3f\x7f\x3a\xfe\x74\xa0\xdc\x55\xa5\x4b\x58\x25\x85\x9d\xb8\x7c\xe1\x76\x53\x0a\xb7\xd1\x5f\x50\xe2\x83\x2b\xfd\x2f\xc5\x77\x49\x99\x6f\x8c\x5a\xfa\xff\xf8\xb7\x28\x9d\x6c\x6b\x9a\x9d\xcc\x57\xc8\xe1\xd2\x0e\xa9\x9b\x67\x96\xf0\x32\x83\x5d\x29\xb3\xb5\xde\xf2\xe5\xd7\xdd\x50\xd7\x78\x4f\x3f\x69\xba\x49\x89\x41\x14\x3e\x49\x3a\xae\xf4\x82\x68\x41\x46\x29\x26\x45\x3b\xaf\x50\x4a\x51\x31\x91\x51\x17\x16\xca\x99\x96\xc4\x63\x6c\xc9\x2b\x3c\x46\xbb\x12\x27\x13\xe1\xa2\x7b\xe1\x52\x1e\x0a\x2e\x62\x06\x95\x60\x39\x32\xf3\xc2\x02\xc9\x80\x38\x97\x64\x5d\xfc\x1e\xe1\xca\x72\xdf\xbc\xd0\xa2\x71\xb9\x19\x3e\x66\x48\xfb\x51\xda\x84\xd4\x66\xc6\xc8\x20\x31\xc6\xc9\x9a\x3a\x40\x44\x7d\x9d\xa9\xab\xd9\x66\x8f\xfa\xc6\xb7\xbe\x4a\xea\x2a\xe6\x02\x32\xcd\xd1\x22\x2a\x32\x42\xb7\xba\x2d\x0a\xb0\x22\x6c\x3a\xed\x58\x1f\xa1\xf3\x15\x3b\xe2\x8c\xd5\xa1\x0b\xdf\xeb\x85\x22\xab\xe1\x8c\x14\x6a\xa6\xbb\x37\x47\x8d\x04\xa1\x4b\x3f\xb2\xfd\xb7\xd4\xaa\xac\xa4\x54\xa8\xab\x92\x42\x83\xe1\x32\xbe\xe5\xe9\xa3\x53\xfb\xec\x3a\x06\x8b\x6e\x5f\xcf\x17\x02\xb8\x6e\x92\x08\x33\x78\x5f\x81\x75\x4c\x04\xa5\x91\x68\x11\x21\x0a\xfb\x70\x8f\x88\x21\x08\x50\x19\x5d\xa6\x0b\xd7\x52\x33\xef\xdb\xde\xd8\xb4\xfa\xfb\xe7\x7f\xbd\xb3\xf4\x8a\xeb\xd0\xc2\xe3\x8e\xeb\x50\x5f\xac\xbc\xee\x57\x5b\x58\x5c\xd7\xab\x2d\x72\x48\x41\x1f\xee\xaa\x27\xa4\xd9\xad\xa4\x21\x0b\xad\x7e\x41\xca\x2e\x6b\xa1\x24\xd5\xd9\xbe\x8e\x09\x31\xfb\x91\x3e\x2d\x63\x7b\x4a\xad\x3f\x3d\x5d\xce\x2a\x31\x3b\x76\x81\xaf\x5e\x33\x05\x0a\xf4\xd0\xc2\x89\xb9\x88\x45\xba\x38\xce\xc3\xb8\x90\xf3\xba\x7a\x2d\x15\xf1\xd2\x26\x43\x48\x43\xba\x02\x7a\xaa\x2a\x39\xe3\x48\x97\x16\x8c\x58\x09\xba\x6c\x6d\xd9\x38\x8d\xfb\xab\xce\x84\x59\x26\xc0\x98\x4a\x40\xd1\xb2\x17\x9a\x2f\xa8\x66\x3e\x94\x44\xc8\x6c\xa1\x66\x3a\x85\xb6\x54\x33\x21\x1c\x65\xd1\x90\xba\x26\x3d\xfb\x95\x42\x16\x85\x1f\xd1\x65\xc3\x33\x05\xf2\x4c\xfc\xdb\xaa\x16\x21\xbf\xc5\x8b\xa4\xfa\xa7\x1b\xe5\xae\x2b\xc5\xdb\x33\x00\xb1\x77\x7e\x59\x17\xa3\x05\x4d\xd6\xcd\x5c\x88\x6d\x67\x9f\x18\xd7\x15\x52\xcc\x85\xc5\xd9\x39\xad\x5c\x21\x2d\x56\xe8\xc4\x39\x25\x4a\xc9\x97\xfa\x91\x31\xa0\x34\x77\xa3\x40\x61\xc3\xa4\x90\x95\xad\x90\x1a\x3a\x06\x69\x87\xd5\x9e\xf1\xd9\x87\x81\xe5\xd6\x2d\x65\x30\x97\x95\x61\xe2\x1c\xf9\x31\x99\x30\xb3\x23\x6b\x89\x1d\x71\x61\xa7\x74\x1c\x66\x6c\x79\x5f\xa3\x9e\x23\x9f\x7a\xb8\xf9\xd2\xab\x90\x9a\x56\xd0\xc8\x39\xb2\x48\x74\x98\xbf\xfb\x8d\x76\x0b\x65\x15\xc3\xca\xfb\x3a\x34\xc6\xbd\xe2\x41\xb4\x13\xaf\x81\x2f\x43\xe7\xcc\x87\x8e\x3f\x94\x3e\xac\x4b\xb3\x0c\x68\x1f\x54\xa0\xaf\x3f\x4b\x7e\x04\xd9\x85\xa2\xed\x3e\x1e\x23\x00\x92\x51\x82\x01\x38\xe6\xd1\x33\x7b\xbe\xe7\xea\xa8\x1f\x42\x47\x3c\x93\xa0\xe3\x71\x35\xac\xf7\x26\x95\x88\xed\xa1\xac\x8c\xd0\x96\xdd\xec\x36\x53\x68\xf7\x15\x6a\xd7\x61\x26\x66\x47\x0a\x3a\xb0\x44\x7d\x21\x93\x9c\x7f\x62\x5c\x28\x1c\xdf\x9d\x9e\xec\x40\x85\x99\x68\xe7\x4c\x43\xb6\xaa\x3a\xd4\xfc\xe7\x7f\xf5\x55\x52\x76\x2f\x59\xc1\x24\x1c\x30\x18\x47\x01\xc5\x91\x38\x73\x4e\x50\x18\x89\x56\x5e\xe9\xd0\xf7\x9d\x15\xca\x2e\x17\xb8\x58\x57\xb0\xad\x60\xd5\xe9\xca\xf5\x3a\x30\xb0\x86\x2c\xe4\x82\x15\xa7\x1b\xd7\xd2\xd8\x0b\x4e\x59\x51\x5b\x28\xeb\xa5\x9a\xaa\xb6\xff\x30\x85\x74\x39\x7b\xfe\x4b\x39\x8e\x6c\x7a\xb4\x79\x0f\x27\x0e\x1f\xe5\x6b\x06\x70\x8f\xb5\xa4\x13\x5c\xfd\xd8\xe1\xc3\x81\x6e\x2f\xec\x83\x81\xcb\x6e\xa6\xf2\xd4\xd8\x53\x28\x40\xda\x99\xb2\xad\x32\x3a\xd1\xc5\x7b\xec\x15\xdd\xb7\xb6\x02\xeb\x3b\xda\x44\xcd\xd9\x5d\x77\xaa\xad\x60\x05\x8d\x08\xbd\xd4\xbd\x59\x6f\xd4\x14\x2a\x2f\x2a\x32\x78\xd8\x78\x7e\x3e\x1c\x6a\x86\xf9\x90\xed\xdc\xcf\x94\x31\x75\x21\xbd\x2f\xd0\xe9\x0a\x37\xd1\x0a\x96\xc3\x74\x1c\xdb\x93\x53\x2f\xd7\xa8\xd1\xb0\x5c\xa3\xe6\xd4\xa9\x6b\xd4\xa3\xbe\x90\x82\x93\x48\x8f\x17\x14\xeb\xd7\x21\x7d\xce\xbc\xd2\xb0\xe5\x15\xdb\x7a\x22\xaf\x90\x3a\x13\xac\xdb\x2c\x7f\x8b\xf0\x89\x72\x4c\xb7\xbe\xc4\xbf\x5a\x5a\xf2\x65\x2e\xae\x01\x85\x99\x68\x05\x8b\x65\x4a\x62\x95\x23\x55\x3d\x2f\x2d\x0d\x89\xe1\x51\xe5\xba\x5a\x6d\x05\xad\x3a\xb1\xa8\x38\x3c\xe9\xf6\xb4\xe5\xbc\x31\x71\x0a\xb7\x90\x97\x0a\x69\xd5\x07\x75\x64\xd2\x04\xea\x36\x53\x55\x8b\x88\x24\x9e\x1c\xd8\x30\x31\x75\x61\x7a\xbe\x46\xba\x54\xa0\x01\x64\x92\x92\x65\xb4\x02\x2f\x2a\x57\xc6\x59\x33\xd3\x44\x70\xcb\x84\x48\x7c\x45\x54\x4c\x63\x39\x72\x6e\x9f\xe0\xd7\x32\x5b\xc8\xab\x96\xca\xe2\x63\xc4\xc3\x44\x5e\x21\xc3\x17\x4a\x0f\x9b\x60\xc1\x38\x25\x24\x3f\x9a\xca\xd3\xa5\x07\xa4\x7d\xbf\x3d\xa4\x32\x58\xc1\xcb\xcb\x82\x87\xbd\xb4\x70\xf6\xa2\x56\x7c\x2f\x3a\x3b\x82\xdb\x51\x25\x5e\xe1\xaa\x35\x19\x53\xc8\xcb\xfe\x14\xc6\x64\xc6\x89\x48\x5b\xbe\x67\x8f\xd8\x5a\x4a\x1f\x57\x51\x49\xcb\x22\x65\xa6\xaa\x98\x81\xfd\xb4\x7c\x7a\xca\xde\x77\x86\x8b\xfe\x82\x8d\x96\xb3\xa5\x1c\x29\x6c\xff\xfc\xaf\x4f\xf8\x66\x39\x08\xf2\xab\xa5\x21\xef\x53\x2c\x9e\x65\x91\x82\x88\x53\xd8\x89\x56\x60\x06\xa5\xc6\x28\xb1\xd2\x1d\x83\xa2\xbe\xae\x74\xa9\x38\xf9\x59\x09\xce\x59\x98\x02\x4b\xde\xc1\x82\x91\xbc\xb0\xc0\x30\xc8\x96\x1f\xac\x64\x49\x1d\x2a\xe0\xea\xa9\xdb\xdd\x4b\xea\x62\x85\x42\xe9\x57\xd0\x6c\x0e\x49\x31\x2e\x2c\xa9\xb5\xfd\x27\x29\xf4\x3e\xeb\x21\x15\x29\x6d\xa4\x13\x7e\x25\xa4\xdf\x99\xc0\x81\x4e\xb2\x51\xd1\x1e\x3b\xe2\xc7\xbd\x6c\x0c\x6a\x94\xad\x22\x44\x1c\xe1\x38\x45\x88\x68\x85\xa9\x55\x84\x88\x2b\x47\x29\x65\xca\x38\x47\x4f\x33\x76\x86\xb7\x7c\x78\x0b\xb5\xca\xb9\x65\x5b\x7e\x5c\xe9\x62\x79\xe5\x1b\xa4\x4e\xbf\x2d\xed\x68\xc1\xae\xf4\xa8\xbd\xc3\x9e\xdc\x66\x20\x96\x6f\x87\x81\xf8\x50\x37\x02\x31\x10\x37\x2a\x09\xeb\x51\x81\x27\x5a\x61\xe3\xec\x05\x47\xf3\x23\x82\x6d\x44\xd1\x38\x8f\x46\x87\x0f\x15\x87\xe2\x9c\x33\x7d\x78\xf1\x46\x3a\x81\xf3\xf8\x11\x81\x89\xe2\x76\xdb\x76\x3d\x47\x68\x6e\x2c\x27\x54\xa6\x13\x67\xe4\x5c\xb5\xad\xcd\xb2\x04\x3a\xe5\x95\xf2\x67\x5a\xfb\xbb\xaa\xad\x2a\xb4\xe2\x76\x82\xb9\x0b\x69\xa7\x48\x14\xad\xa0\x67\x14\x89\xa2\x95\x0c\xd6\xcc\x85\xc6\x4c\x20\x8a\x9e\xaa\xb0\x93\x9b\x7d\x13\x48\x14\x41\xa3\x1c\x1b\xa3\x21\x0f\x14\x97\xa2\x0c\xd4\xfb\x7b\xf8\x4f\xf2\xe1\xa5\xa5\x0d\x65\xdc\xd8\x84\x92\x49\x83\xea\x52\xc2\x8d\x56\xae\xb4\x62\x5e\x1f\x21\x8d\x8b\x80\xb2\x2d\x94\xb1\x61\x30\xb3\x11\x94\x09\xe3\x38\x98\xc9\xb7\xe1\x66\x17\x86\xf7\xdb\x47\xf8\x28\x15\x27\xbf\xe8\x2f\xe4\xdc\xdb\x3c\x82\xfe\x51\x74\x89\x3e\x5b\xca\x34\x5b\xe8\x7e\x87\x8f\x38\xa3\xb9\x12\x3f\x82\x43\x28\xa9\x30\xa2\x8f\x94\x0a\xa3\x15\xec\xa8\x37\xf7\x4b\xd8\x7c\x6f\x6b\x20\x7c\x3b\x6f\xdd\x39\x14\x4c\xd9\x37\xc6\x35\x26\xe8\xdb\x5c\x71\x85\xaa\xa2\xe8\x43\x0e\xc2\xd9\x53\xd6\xfd\x61\xfa\x18\x4a\x77\x9f\x42\x4d\x34\x6e\xc7\x37\xa9\x19\x38\x76\x02\x4f\xb9\x46\x46\x60\x16\x66\x67\x7c\x6c\xf2\x60\x3c\x93\x4f\x23\xda\xf3\x83\xa5\x7d\xa5\xae\x85\xe0\x4c\xa9\x86\x8b\x81\xa8\x18\x15\xbd\x31\xef\x8e\x51\xd1\x5f\x08\x53\x45\xa5\x38\xc7\x2b\x85\x40\x90\xa1\xee\x4d\x14\x7f\xd1\xc7\x06\x33\x96\xee\x87\x3b\x4a\xe6\xf2\x83\x4e\x4b\x55\xcf\x25\xa2\xe3\xe3\x17\xe1\x17\x76\x80\xe3\x49\xd4\xd7\xd3\x2e\x9b\x8a\x5f\xc1\x34\x9a\x29\x1d\x1a\x5f\x7a\x15\x92\x3d\x97\xb5\x4a\xd3\x31\x1a\xba\x51\x69\x3a\x0e\xde\xd7\x8f\x41\xce\x8c\x58\x02\x1f\x6f\x7a\x36\xd5\xc7\x0b\x9a\x39\xd9\x0e\xc1\xc0\x08\x0c\xd5\xea\x6c\xe4\x8f\x33\xda\xa2\xe1\x94\x4e\xa3\xfd\x5b\x15\x5e\x4c\xe1\x4f\xe3\x71\xab\xdf\xc1\x00\x2e\x48\x56\xb0\x42\x5a\x2a\xd2\xee\x97\x25\x9b\x50\x56\x1a\x35\x2d\x75\x75\xda\xa1\xc4\x53\x3d\xcd\x4a\xce\xb0\xe9\x85\x50\xb9\x3f\x2c\x90\x12\xe8\xe8\x51\x45\x7d\xb8\x0b\xf9\x72\x5a\x78\xd0\xaa\xf7\x79\x4b\x99\xbd\xb6\xec\xa3\xaf\x5f\x0f\xc5\x98\x30\x22\x25\xc7\x13\x62\x3b\x5c\x33\x85\xde\xae\x28\xd2\x2f\x42\x61\x86\x94\xac\xbb\x42\x69\xb7\xb2\xed\x15\xdd\xa1\x15\x36\xf6\xd7\xf6\x6a\x0b\x65\x3b\x08\xd3\xc2\x09\x3c\xfa\x8b\x3d\xf8\xb5\x4d\xda\xeb\xdf\x32\xdc\xf0\x95\x1a\x67\xa1\x20\x2a\xad\x60\xeb\x7c\x97\xd1\xb4\x8c\x0e\xc1\x83\x92\xfb\xa2\x62\xd8\x1d\x0e\x0b\x31\x61\xaf\x2f\x0c\x45\x55\x79\x6c\x0a\x16\xde\xd7\x97\xc8\xd1\x87\xc1\x9d\x70\xe6\x10\xee\xe4\x26\x07\xa4\x64\x14\xb2\x58\xd1\x1c\xce\x06\xcf\x28\x7c\xc3\x68\x6c\x86\x1f\x67\x17\x24\xbc\x03\x36\x34\xf6\x9c\x40\x28\x47\xbf\x52\x26\x3e\xe8\xa1\x6c\xaf\xf0\x9b\x3f\x5e\xf0\xa0\x61\x9c\xea\xa3\xbf\x52\x59\xe6\x69\xf6\x0d\xc1\x1d\xea\x2b\xa4\x6f\x1f\xe9\x53\x7e\x97\x32\x42\xbd\x85\x32\x0b\xf5\xf1\x87\x21\x05\x23\x44\xbc\xfe\xbc\xf0\x23\x94\x07\x80\xda\x37\x5e\x65\xc4\x9e\x02\xa1\x12\x23\x49\x08\x95\xd2\x90\xcc\x0e\xdf\x50\xe3\x08\xfa\x59\x8f\xe4\x3f\x65\x13\x64\x89\x1c\xcc\x61\x96\x50\x42\xe9\xe2\xd3\xfa\x59\x33\xa0\x35\x7e\x56\x05\xec\x71\x05\x76\x18\x0d\x05\xec\xc0\x0e\xf1\x02\xfd\x22\x39\x98\x1d\xbf\xc2\xa9\x4f\x5d\x8d\x66\xa6\xee\xdb\x75\x99\x10\x73\x8c\xff\x79\x26\x92\x83\x2d\x8b\xf9\xb2\x9a\x7f\x28\x5f\x5e\x0d\x28\xbf\x29\xf1\xac\x4f\x07\x6e\xc0\x50\x9d\xc2\xab\x74\xa7\x25\xbb\x29\x0d\xc0\x3f\x39\x05\x57\x29\x7e\xc1\x70\x53\xee\x7f\x42\xe9\xf1\xc5\x48\x17\x66\xd8\x46\x55\x44\x7f\x63\x38\x16\x23\x9d\x3e\x26\xab\x55\x21\xbb\xc9\x94\x5a\x8e\xd8\xb6\x98\x2f\xaf\xfb\xa4\x21\x6f\xf8\x49\x2f\x5a\xd8\x92\x4e\xbc\x4d\x27\xcd\xe8\x98\x01\xd0\x62\xbe\x1c\x45\x13\x53\x6b\xbe\x40\x16\xd0\x8c\xf6\x25\x57\xe0\xf3\x65\x07\xc4\x64\x06\xb2\x3e\xb4\x63\xd1\x3e\x43\x29\xcf\x8f\xa5\xd8\x3c\xec\x1e\x45\x58\x4e\x83\x39\x80\xad\xcc\xc3\xe7\x46\xcc\xb0\xa9\x3c\x1d\xa3\x31\x03\x87\xee\xf9\x1d\xa9\xfc\xa6\xcc\xa0\x96\x78\xd3\x61\x0f\x4e\xec\xc2\xa9\x1c\x1e\xc5\x01\x1c\x6e\xea\xe7\xe1\x51\xc8\x49\xd0\x6a\x69\x2a\x9a\xc1\x39\x19\xed\x31\xe1\x3c\xba\x99\x46\x6a\xd1\x8b\x7d\x06\xf5\xa0\x5d\xc7\x18\x7c\xc1\x07\x07\x86\xfd\x45\x65\xbd\x8f\x73\xa6\xe1\x9b\x3a\x35\x7d\xa9\x5a\xf4\x56\x2d\x94\x35\x58\xfa\x64\x9f\x1e\xf9\xf2\xe6\x4b\x3f\x7b\xb9\x29\x4f\xd1\xc5\x10\xe4\xa4\x02\x14\x34\x0f\x3b\x48\xef\x03\xcb\x5f\xe2\x7b\x2a\x89\x48\xc3\x89\x36\x9d\x44\x04\x6b\x78\x0a\x7e\xd2\x8c\x8c\xbc\xa9\xaf\x6a\xa6\xec\x27\x8a\xb9\x24\xed\xc4\xa0\x50\xbb\xff\xcc\x5c\x72\x57\x3c\x58\xc0\xcd\x6f\xd2\xac\xae\xf9\x8e\x92\x2f\xad\xa8\x1b\x73\x20\x71\x60\xa4\xdd\x4d\x0d\xcf\x08\x6c\x22\x5b\x10\xfc\xc9\x54\xe2\x92\x52\xc3\x08\x9b\x25\xca\x10\xcc\x17\x96\x8f\xd3\xb1\x13\x46\xb5\x65\x38\x15\x3c\xa1\x81\xea\x9a\xc6\xa3\x5c\xf0\xfb\x49\x68\x4c\x04\x80\xc3\x23\x5c\xac\x98\x22\x20\x9c\xd9\x53\xa7\xef\xf1\x30\xed\xa7\xd3\x93\xcc\xce\x12\x9d\xf6\x43\xb4\x50\xe6\xff\x8b\x11\xb0\xad\xcf\xb4\x34\x05\x2c\x3b\xa1\xde\x3a\x8c\xa6\x4f\x07\x48\x1c\xfc\x8a\x34\xfe\x05\x93\x38\xcc\x01\x37\xbc\x93\xe0\x05\xf5\xa4\x9d\x65\x1b\x24\x43\xd0\xea\x02\xbd\x9b\x82\x79\xdc\x85\x7c\x6a\x2c\x32\xd7\x32\xf3\x24\xcc\x17\x75\xef\x15\x1c\x0d\x6e\x13\xd0\xe3\xac\x6c\xec\x93\x45\xa1\x0f\x0c\xf4\x91\x42\x31\x5b\xa6\x7d\x9b\xd9\xd2\x85\x1d\x5f\x57\x5a\xfd\x7a\xec\xe9\xd2\xbf\xe9\xba\x05\x15\x6f\x3b\x6c\x2a\x6d\x48\x03\x15\x30\x15\xb0\xe0\x2e\xec\x90\x72\xeb\xdb\x08\x9a\xc5\x82\xe6\x0c\x65\x59\x72\x41\x2d\xf5\x91\x66\xf4\xaa\xca\xfa\x6c\x16\x63\x11\x39\x02\x4c\x61\x49\x1a\x00\x90\xa9\x2c\x21\x0d\xb8\xc3\x54\x96\x90\xe2\x5c\xc3\x37\x55\xfc\x1f\x8c\x66\xba\x7f\x9a\x99\x9e\xac\x94\xa9\xff\x93\x1e\x95\x7c\x15\x73\x6d\x96\x05\x83\x4c\x48\x9d\x2b\x6a\x46\x77\x6f\xdb\xde\x27\xad\x2e\x61\xaf\x4a\xaa\x5a\xea\x15\x46\xb7\x99\x3a\x86\xe7\xac\xda\xb5\xf0\xd3\x46\x79\x70\xdc\x9b\x8e\x2b\xc0\xad\xff\x2c\x1c\xcc\x10\x65\xc6\x66\x8c\x5a\x18\xe1\xf6\x3d\x02\x5b\xcc\xd8\x0c\xe7\xfa\xbc\x29\x9b\xd1\x8d\x31\x79\x35\x99\x93\xcb\x76\xfd\x08\x25\xbb\x99\x7f\xb9\x50\x05\x36\x40\xe6\xc5\x1d\x3b\x4a\xd6\x99\x3d\xe2\xd7\x9f\x97\xdf\xde\x64\x3f\x5e\x7e\x3e\x01\x94\x73\x2a\x0e\x40\x71\x74\xf9\x9b\xd2\xaf\x21\x76\x1c\x06\x80\xdb\xf0\x69\x4c\x05\xc0\x9c\x49\xa2\x8f\xfa\x54\x35\x27\x20\x68\x2e\xb6\xe3\x4c\x9f\xfa\x33\xa6\xf3\x62\x3b\x36\x28\x4f\x2e\x4b\x2a\xc0\x45\x07\xd6\x31\xf5\x80\xbf\x60\xc3\xce\x0b\xf1\xde\xfe\x76\xa2\x4c\xde\xfa\x73\xf2\x9f\x46\x63\x8c\x5a\xd2\x92\xd7\x81\xe1\xe9\xac\x1f\x53\xe7\x22\x96\xdf\x64\xb4\xdb\x0e\x05\x0c\x86\x8b\x03\x3c\x9b\xec\xe2\x92\xa2\xd3\x92\x2f\x29\xd2\x92\x21\x3e\x9c\xa8\xa6\xf0\x17\xbd\x63\xfc\x08\x7e\xd1\x47\x56\xc5\xcf\x42\x38\x60\x4d\x3d\xdb\x6f\xdc\xba\xcf\xea\x9d\xcc\xcc\xeb\x99\x7e\xb9\xf8\x13\xa7\xf5\x98\x78\x1b\xa7\x1e\xdf\x37\x6e\x91\xa7\x13\x79\x5c\x70\x8d\x70\x1a\xe7\x89\xb8\x32\x4c\x83\xbb\xcd\x59\x1d\x60\xf6\x48\x2b\xec\x0e\xc8\x70\x10\xad\x4e\xef\x0e\x94\x2e\x40\x0d\x2c\xde\x29\xa0\xc6\x68\x18\x2d\xd5\x2c\x84\xf2\xae\x1c\xc2\xaf\x34\x24\x7f\x62\x4b\xa1\x87\x9e\x3e\xa7\x9a\x09\x65\xc3\x2c\xdf\x99\xd9\x7a\x06\x60\x19\x59\x33\x00\xfb\xb9\x3a\x7f\x26\x0f\xd0\x33\x5d\xcb\x37\x00\x99\x84\x5b\xf8\x5f\xd1\xc1\x82\x7f\x94\x23\xd3\x25\x6c\x60\xad\xf9\x70\x6b\x3c\x8c\xc0\x5a\x22\x3d\x46\x98\x50\x68\xf5\x8c\x40\xa8\xc6\x6e\x95\x4e\x1f\xc8\xfe\x74\x62\xec\x16\xbe\xf5\x59\x7d\xcb\x00\x24\x72\x2a\x75\x47\xbb\x32\x04\xdf\x32\x70\x61\x32\x0d\xf1\xb8\x50\xa4\x0d\xe5\x0d\x1f\x08\xc6\x51\xf0\x3c\x4c\x9e\xcc\x3b\xd9\xff\x4d\x5a\x03\xb2\x0c\x6d\x78\xbc\x69\x48\xcb\xc0\x08\xda\x60\xf4\x21\x25\x8c\x9f\x4e\xb6\x0b\x33\x20\xc7\x47\xf0\xd1\x63\x36\xec\x79\x74\x4c\xb3\x3a\x40\xd0\xe8\xb1\x7d\xbb\xf2\x2b\xa8\x03\xe6\xb3\x59\x0a\x65\xb4\xb2\x02\xb8\xa9\x98\x0d\x13\x14\xa3\x53\x2f\xef\x0b\xc8\xbd\xe9\xb7\xf6\xd7\x53\xa6\x4d\x8e\xd4\xe6\xad\x7d\x7d\x5a\xf5\x64\xa6\x2e\xe6\x69\x67\x78\x78\x11\x31\xf2\x8c\xf1\xe0\x4e\x7e\x36\xbf\x08\xe4\x9c\x3b\xf5\xdc\xfe\xe4\x5a\x70\x36\x64\x14\x47\x2c\xe1\x41\xda\x95\x99\xbe\x19\xac\xb7\x91\xaa\x4b\x77\x13\x0c\xc8\x09\x1c\x66\xca\x6e\xeb\x66\x5c\x69\xc5\x8a\x22\xab\xe0\xec\xcd\xcf\x70\x04\xfc\xc1\x1a\x14\xaa\x64\xb4\x23\x94\xad\xca\x11\xd2\x02\x89\x53\x5c\xe3\x16\xa3\xb3\xf2\xbe\xbe\xcf\xc9\xad\xd9\x66\x69\xa9\xab\x95\x47\xa7\x34\x0c\x49\x78\xbc\xfb\x8d\x04\x76\x6e\xc7\x05\x85\xea\x22\x25\x48\x36\x92\x71\x1d\x57\xfd\x1b\x14\x3e\x0d\xfa\x18\x15\x9e\x31\xe8\xa3\xbf\x66\x1a\xd2\xd1\x09\x5d\xda\xb9\x0c\xeb\x21\xa5\x71\xe0\x8b\x6e\xde\x43\xd0\xf8\xa9\x3c\x77\x9b\xb3\x73\x71\xc1\xa2\xf8\xc5\xfb\x85\xc8\xf6\x8b\x77\xae\x2f\x67\x87\x67\xd2\x2a\x3c\x83\x40\x37\xac\x63\xc4\xd6\x16\x90\xa3\x1c\x6c\x06\xe1\x38\xda\x85\xd6\xe0\x55\x7b\x24\x5f\xc7\xd9\x80\x8a\xd1\xb3\xf6\x12\x73\x55\xb8\x8e\xc6\xd5\xff\x4c\x26\x0f\xd8\x24\x58\x0d\xf4\x6c\x77\x1e\x4f\x5e\x5b\x4c\xc3\x33\x46\xcd\x9f\x2a\xd9\x3b\x08\xd3\xd9\x59\xde\x54\x55\x2f\xec\x55\x3d\x5c\x3f\x07\x4a\x98\xa4\x1f\xf8\x99\xa6\xa1\x1a\x5c\x24\xce\xce\xad\x14\xa2\xd9\x50\x8d\x51\x99\xb1\xe1\x33\x04\x9a\x62\xd8\xcc\x84\xdd\x9c\x01\xa4\x33\x07\x86\x5f\x70\x83\x3a\xfd\x8e\x9d\x4b\xd0\xe9\x77\xec\xfd\x60\xe4\x03\xfd\xc3\x64\x0e\xfc\x8d\x48\xa1\x21\x47\x01\x77\xaf\x53\x18\x8b\x8a\x97\x70\x0a\x63\x51\xb9\xb9\x9e\xc6\x58\xf4\x03\x43\x77\xe0\x35\x60\xc5\x86\xed\xce\x9e\x4e\x2c\xea\x66\x48\xdb\xe1\xb0\xc9\xc8\xd2\xd3\x8d\x8f\xb3\xb0\xe2\x58\xe4\x43\xe0\xd7\xb0\x59\x33\x40\x1c\x85\x3d\x9f\x9a\xa9\xe9\xc6\x59\x0c\x51\x3a\x4a\xdc\xd1\xae\xfc\x27\x7b\x79\x86\xe4\x67\xe8\x14\xa7\x03\xab\x34\x1c\x98\x20\x5e\x07\x60\x0f\x95\xe5\x1e\x9c\x03\xb3\x86\xb6\x43\x19\xd1\x64\x45\xf9\x1b\x3d\x34\x3f\xda\xc0\x56\x9f\x0e\xd5\xd2\x61\xcf\x89\x35\x52\x53\xaa\xed\x83\xa0\x74\xb6\x8c\x89\xd1\xe5\xfc\x18\xb8\xd4\xe6\xcc\x22\x52\x15\x85\xd0\x53\x7a\x19\x40\x49\xb3\xc2\x7b\x02\x22\x9e\xe4\xd2\xa8\xcc\x8b\x41\x0f\xfd\x78\xe5\x53\xf9\x2b\x9f\x76\xe5\x65\x8f\x13\x67\x3a\xe4\x3d\x4b\x31\x7d\xb1\x9d\x53\xff\xb4\x0d\xdb\x33\x5c\x4d\x0a\x92\xd3\x6f\xc4\xfb\x81\x95\x63\x98\x43\xc5\x97\x38\xa7\x5d\x16\x39\x3a\xfb\x91\x38\x5e\xbf\x39\x1d\xcf\x2c\x5e\x09\xbd\x0b\x3f\x27\xd2\x67\xf2\xda\x0d\x79\x3d\x39\x7e\xa6\x57\x5d\x2c\x71\x81\x36\xfd\xf4\xbb\x1f\x70\xc7\x34\x3f\xc4\x5b\x34\x37\x6c\x46\xc3\xdb\xef\x40\xd2\x90\xfd\x43\x19\x92\x73\xfc\xa0\x7d\x8d\x74\x20\xf2\xfd\x98\x0b\xf1\xcd\x0c\x2e\xbf\x2d\x88\x74\x32\x7a\x61\xd4\xf1\x67\x8c\x94\xbb\xee\x92\x67\x34\x0d\x59\xa7\xf1\x37\x0b\x77\x1f\xa6\xd8\xf2\x2e\x7e\x28\xa5\x2d\x45\xa1\x00\x56\x88\x63\x6e\x71\x89\x80\x2f\x62\x59\x9e\xc7\x07\xb3\x7c\x3d\x18\x7f\xc8\xb2\x35\x98\xba\xcb\xe9\x76\x53\xe6\x76\xd1\x9d\xc6\x1c\x70\xa3\x30\x97\xdd\xf2\x39\x07\x2f\x3b\x7a\x10\x89\xcb\x3b\x13\xc9\xb1\x38\x3d\x32\xbb\x4e\x67\x41\xf2\xb1\x9b\x94\x10\x44\x62\x2f\x9f\x1e\x73\x84\x5f\xec\xe2\x8c\xd6\xb6\x63\xfc\x18\xcb\x87\x84\x9c\x8c\x37\xb0\x38\x0c\x9c\x8d\x05\x38\x42\xd2\x6d\x83\x94\x09\x83\xdd\xbb\xed\x68\xcc\x51\x7d\x5b\x30\x63\x93\x2a\xa3\x45\x2e\xd2\xe7\xb6\xbe\x9e\x69\xc6\xb1\x74\xd2\x0c\x91\x3f\xa0\x14\xc6\x00\x9b\x65\x23\xa5\x59\xb4\xed\x53\x42\xbc\x1c\xdb\x26\xde\x0c\x65\xa7\x1e\xbb\x60\xe3\xf7\x19\x29\x15\x30\xa7\xa4\x21\xaf\xef\x99\x6e\xee\x55\xc2\xf9\x3d\xb7\x4f\x06\x71\x3a\x18\x69\x10\x27\xad\x91\x06\x78\xf8\x27\x48\x83\xf8\x47\xb6\x91\x4a\x15\x1d\x2c\x34\x41\xc9\x26\x35\x98\xe0\x8c\x83\x64\xa3\xbe\x59\x43\xc3\x09\xce\xb8\x2f\x94\xc8\xa2\x71\x77\x31\x95\xab\xa2\x71\x21\x31\x85\x1f\x28\x71\x91\x6e\xd9\x71\x39\xf1\x08\x4c\xd0\xe2\xd2\xde\x8e\xe2\xcd\xd9\xdb\x97\xfe\xf5\x48\x19\xdb\x97\xf9\x91\xff\xa8\xc2\xb6\x5b\xb2\xbd\x1f\x0f\xe9\x6d\x96\xff\x72\xd6\x37\x16\x45\x18\x80\x16\xd7\xaf\x2f\xfd\xb9\xc1\x9d\x6f\x3f\x6d\x05\xff\x34\xdf\xbe\x48\xcc\xa9\xdd\xd7\xfe\x44\x63\xba\xc9\xa6\x86\xd2\xac\xd7\x0f\x7e\x52\xae\x8a\x16\xff\xb7\x41\x01\xf1\xdb\x29\x71\x45\x8b\x37\xf7\x0d\x30\x8e\x89\x7d\x4b\x7d\x64\xb6\x00\x0c\x54\x76\xd9\xdb\x40\xcb\xb8\x4b\xde\x5c\x2f\x65\xb8\x3a\x5f\x54\x76\xab\xd2\x5c\xb4\xfa\x4a\x99\xa5\xf5\x4c\xa1\xe1\x59\x35\xa5\xba\x59\x6f\xa1\xac\x9e\xf3\x9f\x32\x0a\xe2\x7e\x7b\x1b\x50\xfe\x54\xb5\x05\x9a\xbf\xc6\x58\x44\x3f\xbf\x31\x11\x10\x27\x86\x29\xcc\x5e\x53\x0a\xf7\xb1\x12\xb2\x16\xe3\xf7\x7c\xe3\xa1\xcc\x8f\x9b\xbf\xe0\x5b\x01\x13\xee\x86\xd2\x2e\xb3\x02\x69\x51\x04\xac\x63\xbe\xed\xc8\xe2\x11\xca\x34\xfa\x20\x8e\x63\x21\x0c\x5a\xfd\x0f\xaf\x35\xe7\xdb\x0f\x5f\x7b\x4d\x3b\xcb\xbd\x30\x5e\xf3\xe3\x99\x3e\x99\x16\x66\x49\xc6\x45\x3c\xd0\x1f\x1b\x17\xdc\x65\x4f\xa2\x61\x70\xf5\x38\x3f\x48\xa9\x92\x52\x65\x83\x9e\xf9\xd4\x6f\x19\x53\x55\xdb\x0c\x66\xf8\xf8\xc2\x23\x9e\x2b\xe5\xb6\x68\xf1\xc5\x1a\x53\x90\xbb\xb5\x29\x14\x41\x8b\x1f\x4b\xa8\x81\xce\x33\x8e\x29\x94\x40\x8b\x3f\xf1\xe3\xb7\x06\xb9\x72\xf9\xc8\x4d\x19\x47\x1f\x71\x33\x7a\x4b\x5d\xfd\x26\x5a\x52\x09\x2b\x5a\x45\x40\x7c\x50\x49\xe9\x72\x79\x00\xa9\x2a\x48\x3c\x9b\xf0\xa3\xe3\x63\xbc\x94\x8a\xa8\xd1\x2a\xe2\x56\x41\x33\x5a\x7c\x94\x1f\x16\x3e\xcd\x70\x3d\x05\xf7\x39\x21\xc5\xe3\x4e\xf9\x78\xe1\x61\x83\x8f\xb0\xb4\xbc\x7a\x9c\x0e\x9b\x51\xd9\xe7\x1f\xfc\x97\x1c\x79\x3e\x36\x1c\xe3\x06\xf9\xf8\x59\x00\xbc\xe7\xb0\x19\x3c\x8b\x9d\x4e\x38\xd1\x0f\xb6\xa0\xa2\x61\xdc\x03\x4a\x5d\xd9\x0d\x0d\x31\xe0\x78\x18\xa3\xb1\xd5\xbf\x4e\xdb\xd7\x5b\xbe\xfd\x28\xa9\x6c\x87\x32\xc7\xb3\xf2\x5f\x3b\xa7\xa2\x76\xbe\xb6\x1c\x1b\xa2\xf2\xeb\x1b\x85\x9c\x40\xbe\xd9\xce\x13\x92\xa6\x1a\xa4\x16\x0d\x37\x8e\xb3\x40\x8c\x86\x6c\x32\x50\x20\x2e\x31\xc5\xb5\xb8\xbf\x64\x4c\x36\xea\x5b\x7e\x56\xa6\x43\x1c\x35\x5f\xb6\x68\xcb\xa7\xea\x25\x23\x72\x4a\xa2\x78\xc8\xbe\xc2\x8f\xc4\x33\xe3\x44\x0f\x35\x07\x9f\xaf\x2e\x73\x26\x1b\xeb\xeb\x6d\x56\x53\x26\x59\xf9\x34\xf3\xf5\x78\xd2\x8e\x71\x6a\x1c\x41\x7e\x16\xfb\xd8\xcf\x0e\x41\x31\x1a\xd2\x46\x79\x1e\x5a\xfc\x48\x4e\xec\x10\xa7\x89\x90\x01\x2d\x6e\x1a\xc2\x53\x5c\x4f\x3b\x16\x0a\x3d\xa5\xd6\xd3\x78\x29\x94\xd9\xa1\x55\xdc\x8d\x0e\x57\x31\x1a\x42\x4c\xd8\x80\x16\x27\xd8\xcf\xd2\xba\xa5\x8c\x15\x6c\x90\xcd\x53\x52\x20\x6d\x21\x31\xd5\x3f\x90\xf1\x18\xed\x3f\xcc\x81\xfc\x8c\x45\x72\x83\xd3\x8d\x07\x00\x0c\x3f\x7f\xf6\x43\xc7\x55\x43\x38\x0b\x30\x11\xf3\x87\x49\x9f\x5f\xf7\x4d\x43\x43\xa4\xfc\xfc\x70\x38\x27\xc9\x9f\x2f\x1e\x8e\x7c\xfa\x71\x61\x48\x2d\x3f\x07\xa6\x1f\xcb\x9f\x09\x16\x24\xa0\x72\x7c\xfa\xf9\x74\x1f\x7f\xd6\xcf\xdc\x10\xe3\xe6\x67\x77\xcd\xf5\xb4\x64\xf8\x32\xd3\xe4\x03\xdf\x55\xff\x83\xab\x5c\x88\x81\xe3\xf9\x17\x1d\xef\xe3\x73\xf9\x61\x72\x7a\x92\x96\x11\x03\x95\xc3\xd5\x22\xfc\x05\xa8\xf1\xe5\x88\x17\x2f\x20\xdc\xcb\x98\x81\xea\xc8\x79\x37\x29\x58\x89\xb7\xf8\x7a\xd9\xb1\x88\x97\x74\x39\xe4\x45\x3f\x9e\x52\x26\x74\x42\x8a\xb9\xad\x2c\xd7\xcb\xe2\xdc\x22\x69\x09\x36\xd0\x6a\xda\xc1\x55\x70\x30\x04\x9b\x01\x16\x15\xeb\x85\x0d\x5a\x19\x10\xa2\xe2\xa4\x13\xc7\xb8\xc0\xf6\x5e\x82\x18\x34\x1c\x19\x4b\x31\x2e\x1a\x9e\x94\xf5\xc2\x09\xd9\xf9\x6f\x98\x30\xe3\xc3\x42\xad\x69\xd7\x22\xb4\x67\x10\x6f\x77\xc3\xf0\x1d\x2d\x0f\xc7\xda\x52\xe2\x88\x3e\x0e\xea\x2e\x0f\x9f\x76\x2d\x81\x1a\x7f\xea\x93\xcc\x4c\x99\x76\x66\xa7\x51\x43\x5a\x79\x4c\xb2\x5e\xa0\xe7\x3b\xa3\x5f\xde\x7c\x85\xca\x46\xb0\x5d\x99\xcf\xed\x3e\x99\x23\x14\x47\xe1\x4f\xfd\xfe\x07\xa7\xe0\x52\x74\x8c\x86\x67\x63\xbd\x6c\xa4\x76\x3a\xe5\xa5\x45\x67\x02\x2d\xad\x32\x63\xe8\x11\x2b\xcf\x75\xe0\x63\x18\x50\xde\x13\x2d\x85\xfa\x6d\x06\x7f\xf8\x51\x06\xde\xbb\x75\x58\x5a\xf5\x54\xb5\x9f\xdb\x6e\x83\xe5\xd4\x10\xdc\x49\x2d\x32\x43\x38\xb3\xd2\x4d\xb2\x2c\x1d\xf2\x2d\xde\x4d\xdd\xcf\x3f\xff\xab\x1c\xf6\xd6\x81\xc6\xe9\x8c\x6f\x32\xbe\x90\x1e\x1f\xcd\x0a\x94\x88\x13\x69\x1d\x3c\x28\xf3\x99\x77\x1d\x08\xaf\xb4\xeb\x38\xec\xac\xc3\x81\x79\x51\x18\xbc\xcd\x8b\xfc\x0a\x82\xcd\x1e\x86\x25\xe4\xc5\x71\x3e\x23\xb0\x98\x6b\xe9\xe5\xa3\x5b\x9f\x0c\x41\xbb\x25\xbf\xe9\x80\x3e\x07\x0c\x06\x2a\x03\x6f\xd9\x72\xf8\x0e\x2c\x81\x65\x54\x46\xcd\x5f\x2f\x47\x23\xa0\x8f\xc5\x66\x61\x19\xc8\x7a\x9e\x0f\xad\xdc\x4b\xea\x7a\xe9\x43\x79\x32\x07\x7f\xed\xbb\x93\x76\x41\x6e\x47\x18\xa2\x4f\xa4\x63\x4f\xa1\x06\x34\x98\x12\x61\x6e\x38\x65\x2f\xc7\xe4\x98\x19\x1e\x07\x67\xd8\xed\xf0\x5b\x8e\x2b\x6c\x62\x5d\x39\x18\xbb\x05\x5e\xc6\x63\x7f\xa6\xe5\xfc\x3a\x07\xf3\x73\x41\x6a\x6f\x8c\x14\x7a\x38\x1d\x4a\xcb\xf7\x4a\x4d\x79\x50\x99\xbb\xd3\xf2\xcb\x87\x88\x75\x9a\x61\x18\xaa\x43\x6b\x8c\x42\x2b\xb6\x38\x07\xdf\xd9\xb5\x71\x4b\xb3\xbf\xa4\xf8\x3a\xcd\x2f\x3e\x3a\xad\xd3\xab\x6e\x7f\xcf\x3a\x1d\x0c\x11\x8f\xe4\x3a\xb1\x6c\x2e\x4a\xbd\xce\x33\x94\x76\xd4\xe4\x3f\xec\x9a\xc6\x0d\xba\x4e\x23\xdf\x1c\xce\xf3\x26\x1d\xca\x96\x3f\xb1\x41\x3a\x99\x1d\xf9\x44\x38\xad\x2d\x67\x73\xe0\x30\xb4\x04\x95\x38\x1c\x1d\xfb\xa6\xbc\x90\xa9\xd9\xe5\x8c\x4a\x99\x65\x69\x0f\x69\xb9\x71\x31\x93\x3e\x4c\xf8\x68\xb1\x0a\x87\x09\xdb\x23\x4b\xf8\x07\xd2\x5a\xdf\xd4\xa9\xeb\xff\x17\x94\xee\x69\x7d\x5e\x5d\xc5\x21\xa4\x09\xd4\xb0\x1c\x2f\xa3\x3a\x10\xe9\x4d\x5a\x7a\x32\xbe\xc2\x4d\xe9\x91\x4e\xf5\xf8\xe8\x82\xe2\x6c\xf1\x90\xf2\x6a\x3a\xb8\xe6\x4d\x5a\xe1\x5c\xf4\x23\x1f\x08\x67\xb3\xa5\xf0\x19\x65\xc0\xea\x8a\x89\x71\x7f\x19\x52\x28\xba\x92\x66\x3f\xfa\x90\x3f\x43\x83\x8c\xb4\xa3\x97\xd5\x99\x13\xa7\x32\xeb\x23\xa4\xd0\xa4\x19\x00\x8e\x0b\x58\xbf\xe8\xb0\x91\xbd\x57\x78\xdb\x00\x7b\x3b\xb5\x02\x86\xff\x52\xa0\x8b\xf3\x4a\x27\xdb\x3f\x92\x9a\x55\x7a\x9e\xe9\xc2\xc1\x05\x27\x2a\xae\x45\x99\xf9\x2d\x69\x0c\x4e\x62\xcb\xe0\x08\x00\x34\x4b\xe0\x88\xb3\xd5\x34\xaa\xe0\xa7\xb6\x51\xd6\x85\xc9\x6a\x5b\x6d\x39\xef\x02\xe7\xb2\xa5\x44\x0b\xad\xa1\xc6\x2f\x8c\x10\x9f\xbd\x96\x90\x13\x25\x7a\xd2\x99\x16\xb0\xda\x97\x60\x14\x8d\xab\xb3\x75\x71\x86\x44\xbe\x08\x45\x71\xe4\x37\x94\x4c\xa1\xb4\x9e\xb2\xa2\x0f\x43\x19\xa2\x42\xff\x5e\xab\x93\xb1\x69\x5b\x66\x6e\x88\x35\x81\x37\x72\x5d\x3a\xf5\x73\xde\x58\x82\x3e\x1c\xb3\xb3\x9d\x1c\x6b\xa2\x1e\x99\x01\xf6\x25\xab\xe3\x00\x12\xf5\xc0\x94\xb9\x90\x9b\x88\x11\x20\x0c\x0e\x0b\x7c\x93\x56\x4a\x88\x0a\xa1\x14\x1a\xa6\xf8\xba\xec\x37\x6e\x35\x85\xe2\x09\x36\xd1\xe5\x97\x4d\xd9\x19\x17\x9b\x73\x84\xdc\xaa\x9b\x2f\x75\xee\x3f\xd8\x71\x4e\x44\xd0\xb3\x15\x0c\x69\xe0\x7c\xb2\xaa\x93\x32\x3b\x57\xd0\x4d\x7a\x3e\x2f\x28\xad\xe7\xf3\x61\x75\xd5\x14\xda\x67\x3b\x53\x6a\xcd\x83\xb9\x5a\xbd\xa2\x67\xea\x7e\xfe\xf9\xdf\xff\x1b\x81\x65\x22\xb3\x00\x8a\x01\x8f\xee\x12\x52\xa1\x13\x40\x64\x91\x34\x00\xef\xe9\xaa\x28\xe3\xa7\xae\xb5\x0b\x22\xd3\x69\x02\x66\x7f\x2a\x6b\xc9\xff\x0e\x64\x78\x57\xb5\xee\x61\x44\x3a\x9e\x38\x9f\xfa\x4d\x79\x49\x91\xa7\xce\x28\x30\xb2\x3d\xaa\xf3\x3f\x65\x43\x0a\xe5\xd0\x62\xd8\x2a\xa5\x40\xcb\xde\x11\xac\xa1\xc5\xf8\xab\xce\xa1\xda\x33\x76\xe1\x1a\x62\x37\x56\x3f\x7a\x89\x8d\x29\x98\x43\x8b\x29\x58\x79\x4b\x97\x01\xc9\xb5\x04\x8a\x67\x55\x4e\x2e\x93\x3e\x2d\x20\x4a\x0a\x6d\x44\x4e\x86\x27\xbf\x93\xb3\xb8\xde\x94\x78\x0a\x9f\xed\x32\x3e\xa2\x1e\x19\x2e\x70\xe6\xfc\xa7\x2f\xae\xf0\xb5\x2e\xc3\x25\x62\xe0\x09\x2e\x71\x36\x8c\x4a\xa1\x25\x8e\x32\xb0\x74\x04\x97\x28\x13\x91\xe1\x10\x18\x11\xaf\x82\x47\x94\x98\xaa\xcd\xe1\xb5\xe0\x21\xa3\x23\x1a\xda\xba\x85\xdd\xd2\x87\xa7\x36\x94\x7c\x1a\x23\x55\x19\x6a\x5a\xfd\x29\x71\x0c\x3d\xda\x79\xd9\x50\xa4\x8e\x7f\x11\xf3\xa9\x39\x69\x54\x54\x41\xf3\x79\x38\xb6\x16\xf1\x30\x4a\x28\x0d\xf6\xc8\x97\x1a\xec\xc5\x2f\xfb\x55\x0b\x1b\x07\xfc\x43\x43\x4c\x81\x7f\xa8\x19\x90\x0e\x1e\x31\xca\xda\x42\x60\xf0\x2b\xe6\x27\x74\x70\x73\xb6\x9e\xcc\x88\x9c\x93\xb1\x2c\x82\x70\x08\xa5\xdd\x88\x7a\x76\x02\x81\xec\xb0\xe6\x27\x54\x8d\x43\x48\xb3\xb6\x41\x8d\x3a\x67\x00\x4e\x91\x05\xa6\x01\x67\xf3\x6a\x91\x66\xcc\xba\xaf\xc1\xf0\x36\xaf\x86\x38\xe3\x0c\x60\x14\x43\x14\x70\x0b\x37\xa5\x61\x31\xff\x95\x2f\x3d\x3e\x97\x39\xe4\x45\xc3\x2c\x54\xe8\xfd\x23\x87\xe2\xce\xc1\x91\x8d\x41\x10\x89\xf1\x4a\x5d\x2b\x20\x56\xa8\x5b\x94\xe0\x73\x5f\x1d\xa3\xbf\xa5\x54\xe3\x43\x02\x10\x28\x9f\xbd\xe9\x50\x10\x15\x4c\xf0\x12\x86\xe0\xc4\xa1\xb2\x1c\x19\x22\x52\xb1\xfb\x8e\x91\x97\x9a\xcb\xa1\xf0\x47\x6b\x29\x35\x2b\xa2\xe8\x1c\xee\xbe\xf2\xbc\x6e\x75\x5f\x57\x35\x8e\x99\xdd\x5b\x37\xbf\x2a\x44\x41\xe7\xb9\xc5\xea\xd6\x0e\x35\x55\xe9\x35\x85\x1f\x37\xd4\x21\x61\x38\x4f\x2f\x31\x1d\x5e\xa1\xf4\x12\x17\x1f\xfc\x12\x6c\xa0\xe0\xf0\x5e\xc3\xbb\x13\x51\x27\xd8\xc0\x3d\xdc\x54\x75\xbe\x8f\x14\x2e\x3f\xa0\x7d\x41\x8a\xe3\x1e\xea\x2b\x44\x46\x3e\xf4\x49\x28\x5f\x4e\x2f\xf0\x84\xb2\x81\x81\xb4\x10\xc4\x40\x9e\xc0\x3f\x65\xb8\xe0\x07\x47\x58\x6a\xf8\x21\x4b\xc3\xde\x70\x90\xfd\x7a\x20\x21\x1c\x00\x22\xd2\x63\x18\x6a\xcf\xbe\x36\x38\x21\x36\x95\xe0\x07\x2d\xbb\xc3\x41\x1d\x5e\x39\xfe\x11\x70\x9f\xdb\xa1\xe5\xa8\x0e\x11\xda\x83\x8d\x8d\x55\x01\x52\x21\x96\x8b\x83\x3c\xd4\x03\x51\x33\x72\x0d\x01\xe5\x8d\x76\xa4\x25\x99\x27\x2d\x5f\x7a\x9f\x61\x53\x0c\x07\xd2\xe3\x9c\xe4\x20\xfb\x0d\xd5\x3a\xec\x9a\xe6\x3a\x63\x29\xaa\xfe\x41\xd0\xaf\xa5\x98\x0f\x65\x5c\x29\x73\xd2\x21\x9a\x71\xac\xab\xa7\x55\x1b\x2a\x4f\xa1\xdd\x49\x0c\x6e\x5b\xd2\x30\xb8\x5b\x6b\x74\x9e\xd6\x2d\xa1\x1d\x1e\x5d\x04\xd8\x81\xfb\x93\x35\xf0\x94\x72\x34\x9a\x3e\xf0\x71\xc3\xb3\xa6\xcd\x94\x96\xc2\xe2\xc2\x0b\x92\xe1\x35\x48\x0f\x6f\x40\xd9\xfd\xfd\x34\xa4\x9d\xc2\x09\xdd\xf1\x20\x26\x71\x32\xd7\xf4\x35\x6a\xe3\x90\x63\x9c\x44\x3d\x18\xbe\x63\xe7\x73\xad\xb4\x1c\x0e\x62\xd4\x94\x49\x4e\xb2\xc5\xe6\x64\x7c\x0c\xd7\x39\xbd\x60\x45\x81\x26\x0a\x17\xa5\x8b\x48\x11\xb8\xf9\x97\x41\x13\x93\x07\x9a\x6b\x22\x95\x38\xbe\x4e\xb8\x2f\x75\xdf\xfe\x34\x9d\x7e\xfc\xa3\x69\xd8\xe0\x63\x28\x1d\x3f\xce\xfc\xb6\x9f\x5c\x1d\x19\x9f\xce\x9d\x61\x45\x42\x45\xb0\x35\x88\xba\xcf\x9d\xcd\x9a\xbc\xcb\x63\x04\x8b\xd1\xe6\x4b\x03\x77\xd2\xaa\xee\x85\x46\xca\x24\x01\xd0\x40\xd3\xe6\x0d\xbb\x51\x51\x24\x3a\x61\x6f\x96\xc3\xec\x47\xe9\x0a\x6a\x71\xbd\x32\x36\x03\xfd\x11\xf0\xd3\x89\xba\x5e\xf9\xce\x30\x8c\xcc\xe4\x16\x6e\x95\x6d\xe1\x20\xfb\x11\x23\x0e\xab\x3f\xe3\x23\x70\xd4\x88\xca\xe3\x95\xb5\x60\x3d\x14\xc5\xf2\xa1\x06\xbe\x5c\xb0\x1e\xf3\xba\x6c\x13\xc3\x79\x4b\xaf\x3a\xb3\x4d\x96\x31\x38\xbc\x20\x58\xc6\x6f\x4c\xc6\x2e\xbc\x06\xa9\xb1\x6e\x6a\xbb\xd5\x54\x05\x57\x0b\xf5\xd1\x73\x95\x0c\xc7\x9b\x98\x25\x58\x58\x2c\xec\x62\xa1\x37\x1a\x28\x9b\xe5\xd0\x13\x67\x4d\x43\x62\xcb\x48\x61\x63\x39\x26\x56\xc0\x9a\x0c\x36\xcd\x5a\x3b\xc2\x05\x82\x76\x94\xc1\xea\x2d\xbb\x59\xb9\x9f\x59\xcb\xba\x32\xbf\xe2\xab\x9c\x1a\xca\xa3\x65\x0b\x39\x2c\x45\xfb\x0f\x98\xc3\xb5\x6c\xf9\xc0\xf9\x86\x8b\x34\x98\x49\x70\x91\x63\xd6\x50\x16\x40\x8c\xc6\x87\x67\xb6\xf0\x42\x01\x67\x69\x97\xd5\x52\x66\x6b\x39\x9a\x10\x53\x20\x4c\x40\x2c\xb8\x85\x73\x36\x53\x89\xec\x44\xcd\x0b\x68\x72\x4e\x36\x90\x23\x56\xf0\x92\x75\x2d\xdb\xdc\x5c\x01\xad\xb5\x99\x59\x46\x84\x21\xc4\x59\xdf\x31\x2a\x4a\x8e\x13\xcb\x0e\xb2\x9a\x55\x91\x61\x94\xf3\x83\xe2\x50\x8c\x1c\xc0\x04\x42\x29\x2f\xb6\xfb\x36\x97\x72\x82\xdd\x70\x29\x46\x9d\x31\x27\x6d\xa4\xaa\x45\xce\x95\xba\x52\x77\x35\x85\xc3\x85\x1d\x12\x01\x39\x20\x7d\x28\xb8\x42\x2a\x1b\x2b\xda\x70\xfb\xf5\x03\x12\x51\x90\x94\xd6\x46\x46\xa0\xf0\x1f\xf0\xf0\xe6\x72\x00\xc9\x65\x84\xca\x04\x5e\xb7\xb6\x53\xb5\xe6\x57\x6e\xc6\xbc\x78\x52\xb1\x40\xa4\x84\xd9\x36\xac\x97\x76\x24\x1e\xd1\x2f\x82\xa0\x94\x17\x4b\xb4\x7d\x2d\x3c\x8e\xb4\xa3\x13\xca\xcc\x87\x7a\xc8\x8d\x5e\xdc\x3e\xef\xc1\x15\x8e\x7c\x01\x58\x73\x6d\x8b\x4a\x56\x6b\xfb\x78\x37\xf3\x9d\xae\x6f\x31\x6b\xb6\x0d\x41\xce\xc3\x8a\x5e\xd1\x00\x1c\xaf\xed\xec\xf4\x84\xe6\x5e\x06\xa3\x8c\x1a\xca\x82\x9b\xaa\xbe\x14\xe0\x76\x71\x29\xb2\x45\x23\x5c\xf9\x72\x64\x8b\xc6\xb1\x7f\xfb\x09\xc4\x71\xa5\xd0\xe6\xef\x11\x52\x0f\x59\x51\x83\xdb\x67\xbd\x8c\x55\x37\x58\x3c\x26\x5a\x42\xb5\xf4\xec\xbc\x8d\xa7\x6f\xe4\x43\x65\x88\x78\xe5\x43\xef\x0a\x76\xa2\x60\x2c\x85\x38\xb4\xeb\xed\xc4\x4a\xc8\x46\x81\x5a\x8e\x83\xf9\x10\x8a\xa5\x10\xe2\x67\x01\x62\x09\xf7\xbe\x11\x9c\x47\x5a\xed\x5a\x81\x7c\xe9\xdb\x03\x18\xeb\x8d\xe4\x84\x7d\xdf\x36\x34\x9f\x11\x58\x9f\x8f\x74\x23\x3d\xd3\xd2\xcb\xcf\xbd\xf0\xa5\xec\x4e\x02\xb2\xae\x37\x2c\x89\x29\xf7\xb6\x87\x10\xf6\x75\x8c\x0c\xa2\xbe\xae\xf7\xf4\xf0\x52\xd3\x61\x8d\x07\xd4\x52\xd9\x01\xb5\x65\x2e\xa6\x0b\x26\xf6\xff\x18\x7b\x97\x5c\xd9\x7e\xe4\xdc\xaf\x5f\xa3\xd8\x33\xf0\x5a\x7c\x13\xf8\xe3\x74\xdc\xb6\xe7\x40\x66\xe6\x32\xd4\x90\x54\x28\x4b\xf3\x37\x18\xbf\xef\xcb\x23\x4b\xf7\xe2\x54\x63\x63\x93\xb1\x98\x7c\x33\x18\x8c\xa7\x8b\x86\x2b\xb8\x6f\x35\x90\x92\xd5\x59\xdd\x50\x6a\x72\xd1\x57\x0d\x04\x5e\xe2\x37\x47\xe7\x34\x03\x81\x0d\xe5\xcf\x71\xe1\x68\x43\xfe\x2e\xd7\x0b\xe9\xa8\x27\x72\x69\xae\xf4\x43\xef\x3b\xd5\x1a\x3b\xad\x5f\xff\x04\xf3\xe4\x85\x32\xfb\x2d\x14\x86\x8a\x8a\xcc\x04\xd6\x0b\x15\x66\x4b\x10\x43\x27\xa5\xc9\x35\xe5\x7a\x07\x91\x27\x2f\x91\x4b\x2e\x30\x24\x00\x5d\xef\xa1\xed\xdc\x94\xd5\x03\xc8\x5f\x41\x5b\xa2\x98\x43\x43\xa5\xc9\xbf\xdc\x42\x27\x45\x2e\x25\x97\x74\x52\xe4\xd2\x6d\xa1\x93\xd2\xbf\xd5\x3e\x91\x63\x4e\xac\xa1\xa2\x03\x1e\x5e\x2f\x4e\x17\x54\x2d\x06\x36\x5a\xce\xb7\x1e\x9f\xc5\x1f\x63\x19\x44\x7e\xe0\xd6\xc2\xe4\x57\x28\xac\x9c\xbe\x3b\x1b\x9b\x44\x68\x3d\xa2\xc2\x34\xf9\x24\x5c\x6f\x8c\x2b\x85\xaa\xdf\x68\x3b\xfb\xf8\xa3\xdb\x22\x6f\x7c\xeb\x0d\xeb\xc9\xe2\xd8\xb7\x02\xb6\xa9\x1e\xbc\x3a\x99\x09\xf8\x66\x23\x24\x17\x8d\xf9\x11\x6a\x20\x24\xcc\x1c\xee\xfa\xa2\x11\x8d\x52\xc4\x99\xaa\x21\x2e\xd7\x74\x2e\x5c\x7c\x79\x54\xf1\x5e\x95\x53\xd4\xf5\x46\x03\xde\x27\x08\x0f\x1c\xbe\x73\xe4\x81\x63\x78\xcc\x7a\xbe\x8a\x55\x80\xaa\xcb\x1c\x9e\x9f\x60\x0e\xc8\xc9\xde\x7a\x8b\x92\xf3\x48\x02\x1f\xdd\x32\xa4\x58\xe1\x92\xa3\xc9\xc7\xdc\xfa\x88\x59\x3d\xfd\x31\x87\x2e\xeb\x50\x8e\x37\x96\x5e\x55\x1f\xed\x36\xcd\x6d\x78\xdd\xb0\x4d\xc3\xb2\x92\xcc\x74\x96\xe9\x73\x45\xda\x5e\x6e\x25\xb6\x97\x26\x45\x41\x63\x2c\xcc\xfe\xc8\x40\x57\x45\xd9\x32\x22\x10\x3f\x12\x4f\xeb\xaa\xfd\x88\xba\x17\xff\x4d\x7e\x35\x6e\x71\x45\x42\x61\xe6\x74\x37\x7a\xbf\x2f\x64\x70\x4c\xca\xbe\xd0\x4f\x90\xbc\x7a\xcb\x0c\x5e\xd7\xe4\x0e\xf1\x70\x93\x83\xaa\x7d\xc1\x2b\x10\xb2\xdd\x8a\x87\x20\xc1\xf7\x26\x1e\x82\xbc\x2c\xed\x9b\xe3\x0a\x21\xba\x11\xf9\x0e\x61\xc5\x1d\x22\xdf\x7c\xab\x91\x5b\xbc\x02\x68\x83\x1d\x26\xf3\x4d\x7e\x95\x76\x98\xcc\x9f\xa1\x25\x65\x79\xc1\x56\xe5\x36\x23\x2b\xca\xc6\x5c\xb3\xab\xf7\xcd\xe4\x16\xd7\xfa\xd0\x03\x15\x05\xa1\x43\xf9\x6d\xc9\x8a\x25\x4e\xdf\x37\xd6\xcf\x23\xa9\x15\x1d\xde\xea\xc2\x35\x7e\xaa\x0e\x41\x73\x08\xc3\xef\x7b\x6a\x3a\xd5\x07\x11\xc3\xdd\x85\x4f\xef\x93\x07\x0a\x47\x5a\xa2\xf8\x8d\x40\xd8\x96\x46\x1b\x29\xaf\x98\xa6\x1b\x29\xaf\x4c\xfa\xf7\xad\x67\xbd\xa7\x81\xc8\x7a\x62\x5e\x6d\x09\x76\x75\x03\x6c\x2c\xea\xe5\x04\x6d\x87\x98\xb7\xdc\x5e\x08\x0e\x77\xd1\xa4\x2c\xad\xef\x9f\x11\xf9\xc6\x30\xbe\x12\xb4\xeb\x64\x63\xd1\xdc\x48\x1c\xd2\x4b\x21\x1c\xf6\xcd\x2e\x2a\xea\xcf\xd6\xa2\x39\x1b\x5d\xa8\xea\x82\xf6\x14\xf4\xc5\x46\x78\x2b\xbb\xdc\x4d\x7c\x05\xd9\x25\x12\xfb\xbf\xc9\xa4\x72\xa7\xe0\xea\x4a\x22\xbc\x93\x2e\x7e\xe8\xe8\x4d\x0c\x05\xef\x5b\x2c\xdf\x93\xc4\xae\x04\xff\xbf\x87\x2e\xbe\x8d\xe9\xfb\xd0\x1d\xb9\xc3\xf4\xbd\xc9\x72\x82\x78\xff\x4d\xba\xdc\x5b\x31\x15\x74\x43\x11\xfe\xff\x64\x5d\x96\xdb\x0c\xc2\x7a\x13\x46\x41\x9a\xd5\xc4\xff\xcf\xc2\x19\x0a\xff\x9f\xc5\x74\x25\xfe\x7f\xae\x1e\x75\x6c\x04\x21\x67\xc2\xff\x27\x11\xae\x84\xff\x3f\xab\xa0\x26\x83\xcb\x2b\x16\x0e\x21\xfe\xef\xec\x36\x64\xaf\xd4\x94\x63\xba\x34\x79\x68\x46\x55\xff\x2e\x1e\x3e\x9e\xbb\x78\x8d\x4b\x05\x76\x23\x3d\x96\xca\xdf\x26\xbe\x82\x7c\xdb\xee\x90\x25\x67\xa3\x19\xa4\xc7\x92\x53\xee\x14\x5c\x21\x69\x03\xee\x90\x1e\xe7\xec\x5e\x07\x0a\x1a\xdd\xb5\x70\x64\x86\xba\x8d\x82\xca\x48\x6a\x3f\x22\x02\x49\x0b\x66\x87\xa0\x39\xdf\xdf\x6f\xf4\xd4\xf5\x44\x94\x58\x9d\x9f\x2c\xc1\xc2\x50\x2e\x90\x13\x88\x76\x4b\xe8\xac\xed\x19\xf1\x1c\xb2\x9c\x9d\xee\xb0\xc0\x2f\x5e\xa7\x6c\xc4\xef\x8f\x1c\xc3\xe1\x5f\x62\x54\x38\x95\x8b\xad\x02\xfa\xde\x59\x4f\xa5\xe4\x8f\x04\x1f\xce\xca\x69\xb7\x76\x65\x63\x1c\xc3\x3d\x3f\x27\x42\x6e\x29\x77\xd6\x1d\xe1\x81\x84\xbd\xbe\x7c\x28\xef\x2c\x12\xc4\x65\xc3\x68\x5c\x2c\xb4\xad\xc0\x0f\xa2\x5e\x76\xc6\x1e\x47\x74\xcf\xce\xa8\x5c\xde\xd5\xd9\xd8\x1e\xcd\xad\xec\xb8\x0c\xd5\x77\xe9\xb1\xb8\x11\xb0\xd6\xf7\x63\x78\x8e\xbf\xd4\x66\x6c\x64\x59\xe4\x6f\x02\x41\xd4\xfb\x9b\x8d\x73\xe7\x1f\xc6\x1b\x5e\x9a\x9a\x3b\xa2\x44\x34\x11\xe3\x3b\xe2\x42\x64\xbd\x2b\x77\x46\xa8\x2a\x0d\x86\x9d\x31\x21\x1f\xae\x14\x7a\x20\x6b\xf2\x56\x18\x73\x57\xd7\xc3\xe4\x4d\x7d\xc4\x08\x53\x27\x42\xde\x04\x44\x16\x6e\x79\x13\x90\xbe\xc5\xce\xb8\x8d\x48\xfe\xc8\x3e\xc8\xfe\x08\xa7\xcb\xcb\xb9\xd1\x07\x71\xab\x1b\x9d\x25\xe7\x62\x71\x75\x3f\x64\x89\x5f\xab\xeb\x55\x07\xa9\x08\x01\xfa\x94\xf7\xbd\xad\xc8\x0f\xf2\xc8\xb6\x0b\x2f\x9f\xee\x5c\x1c\xa2\x7f\x42\x2f\x7c\x97\x21\xb4\x35\x95\x8d\xb5\xee\x6e\x24\x50\x81\xee\xa4\xc2\x56\x84\x5f\xb2\x0b\xfa\xa0\x22\x46\x77\x81\x1c\xe6\x09\xb7\x0b\x37\xaa\x10\x77\x81\x17\x9f\x9c\x8b\xc5\xd5\x36\xc5\x7d\x41\x17\xfa\x2d\x10\x36\x43\x43\x16\x8b\x33\xbb\x52\x04\x8b\xd5\xf5\x68\x75\xe9\x4f\x08\x50\x93\x9e\xfb\x0e\xd1\x2e\x9d\x18\x42\xb4\xdb\x7f\x2b\x21\xda\x5b\x1f\xfe\xa6\xdd\xee\x8f\xe1\x2e\x43\xeb\x55\xb1\xee\xba\x79\x02\x6c\x84\xad\x7a\x08\x11\xbe\xfd\xf4\x80\x0e\x11\x41\x40\x0c\x10\xc2\xb7\x37\x69\x71\x28\x60\xbb\x34\x33\x76\x08\x57\xb3\xa4\x63\x04\x6c\xb7\x4e\xe3\x0e\xd9\xea\x2d\xad\x0d\xa2\xae\x9f\x71\xd0\x62\x03\x57\xe9\xc0\x37\xbd\x7b\x78\x9b\x6f\xc5\x01\xb8\x85\x0f\xc3\x82\x3c\x7b\xab\x35\x3d\x7b\x78\x47\xef\x90\x7b\xde\xf2\x15\xaf\x20\xeb\xf5\x16\x26\x6f\xba\x13\x45\x92\x29\xca\xba\x1e\x08\xbb\x49\x22\x22\xf4\x1d\xe6\xdc\x4d\x2e\x12\x88\x87\x7e\x7e\xea\x2c\xd4\xa6\xf0\x83\x44\x96\xd2\x9f\x21\x06\xba\x1d\x76\x29\x06\x7a\xbd\x85\x24\xc3\x0c\x3b\x89\x85\x45\xcc\xf3\x53\x91\xc6\x86\x03\x36\x99\x2f\x10\xd9\xfc\xd0\x3c\xfa\xe9\x06\xf5\x89\x2a\xc3\x31\xbf\xb1\x6d\x43\x94\x2d\xfb\x05\x42\x94\x9f\xac\x3a\xc1\x85\x23\xfd\x16\x45\x25\x97\xd6\x80\xa2\x92\x27\x69\xad\xec\xb6\x15\xd6\xcd\x3f\x8d\xdb\x50\xf8\xa4\x0f\x0d\xb5\x29\x1b\xb4\x8b\xd0\x94\x7c\xea\x4b\x54\xb4\xbb\x14\x5e\x74\x05\xf5\xa1\x2e\x0d\x65\x07\x07\xcd\x15\xe3\x34\x5e\x1b\x24\x2c\xac\x9b\x44\xa9\x84\x26\x6f\x92\xb5\x6f\x19\x58\xdf\xcd\xd9\x38\xa2\xc2\x27\x1d\x6f\x6e\x92\x21\xee\x2e\xaf\x3e\x22\x7c\x2c\x11\x2d\x2e\x1c\xe7\x72\xba\x2c\x82\x12\x9d\x4b\x85\x23\xd7\xeb\x92\x70\xe4\x4d\xea\x09\xbb\xf3\x48\xd5\xb6\x0b\xe3\xec\xdb\xd4\x44\x18\x67\x37\x89\x54\x08\x40\x9e\xc4\x3d\x22\xe2\x78\x93\x74\x83\x80\xe3\x67\x24\xaa\x86\xd3\x2d\xbd\x9f\xdd\x25\x5c\x10\xc5\x14\xb6\xd9\xf7\xcc\xae\x48\x27\x58\x33\x44\xe8\x31\x91\x53\x1d\xde\x85\xd4\x89\x76\x08\x52\xb3\x22\xd2\x10\x37\xfc\x54\xeb\x6c\x44\x39\xd6\x65\x12\x16\xd6\x4d\xf2\x8c\x2d\xc1\xa9\xde\xb0\x3b\x04\xa7\x4d\x1c\x72\x85\x0d\x9f\x43\x57\xd6\xc0\x95\x83\xde\xa5\x44\x03\xcf\x72\x0b\xba\xe5\xc4\x7e\x08\x35\x0c\x1c\xb0\x9e\x07\xf7\x1f\x31\xf9\x20\x00\xaf\x4e\x1e\xc2\x51\x31\x4a\x89\x23\x7e\xc6\xa9\x36\x91\x71\xea\x21\xba\x87\xae\xff\xe4\xc2\xd1\x7b\xed\x04\xe2\x7f\xd7\x5b\x97\x14\xf2\xc6\x2e\x19\x2c\x41\xbe\xef\x29\xe1\x96\xa3\x7c\xeb\x65\xba\x43\xc4\x68\xc3\xe3\x8d\x31\xb4\x78\x75\x44\xea\x3e\xbf\xbc\x95\x25\xc2\x9f\x6e\xdc\x90\x2a\x36\x71\xdc\x14\xaa\x5b\xfc\x49\x85\xea\x1e\x7e\x88\xca\x6e\xda\xaf\xcb\xb1\xf5\xfc\x65\x6c\x61\xed\xdc\xc4\x3f\x25\xae\x76\x96\x89\x0d\x91\xb3\x9b\xf8\x44\x04\xce\x6e\x62\x1e\xec\x90\xf7\x35\x31\x70\x88\xa2\xdd\xc4\xe3\x53\x14\xed\x7a\x77\x17\x8d\xad\x70\xbb\x41\x98\x22\x22\x9e\xe4\x29\xbe\x7d\xab\x05\x21\x8a\xec\x99\xac\x92\x2e\xdf\xa9\x65\xd1\xdc\x86\xf8\xaf\xf9\x69\x84\xef\x77\xb1\x2f\xf6\xe4\xb9\xd8\xbe\x59\xee\xc2\xea\xb2\xa1\x47\xa3\x0b\x2e\x24\x7a\xcd\xa4\x38\x12\xbd\x29\xaf\xfc\x0a\x9d\x3d\xfc\xc2\x9e\x1c\x3b\xed\x63\x9c\xbf\x8b\xb5\x41\xac\xec\xf3\x4b\x17\xe5\x60\xe9\x89\x3a\xf5\x5e\xd4\x2d\x81\x1d\xf4\xf0\x8b\x7b\x4a\xdb\x4d\x6f\xdf\xe9\xc5\x57\xe1\xd0\x1d\x31\x25\x1d\x2e\xdf\xed\x06\x48\xe1\xb2\xa7\xf4\x03\x76\xd8\x4c\x37\xbf\x00\xa6\x88\x2d\x5d\x79\x53\xd8\x5b\x1b\x4e\x36\xd3\x44\x05\x1e\x04\xd3\x3e\x3b\xc3\x8d\xc6\xb2\x69\xd3\x47\x88\xec\x66\x6a\x19\x61\x9d\x69\x38\x84\x75\x26\xf0\x16\xbb\x46\x78\x40\xbe\xe0\x47\xf3\xc7\xd8\x28\xda\x9a\x21\xac\x6b\x26\xd9\x90\xce\xf9\x56\x42\x1c\x37\x87\xae\x51\xc4\x71\x26\x66\x96\xb4\x50\x45\x87\x61\x5a\x6d\x3a\x28\x1c\xc1\x37\x53\x1d\x4b\x98\xba\xb9\x28\xb7\x85\x2e\xca\xc5\xae\xd1\x90\x09\x9f\x3d\x15\x4e\x74\x2f\x6f\x22\x37\xfa\x26\xeb\x8a\x21\xf0\xdc\xdf\x90\x6e\xf8\x02\x5e\x98\xde\x98\x68\x59\xc2\xc0\xba\x69\x96\x76\x8a\xd0\xf5\x02\x0d\x68\x2b\x84\x91\x76\xaa\x1e\x5a\x30\x1d\xbe\x93\x22\x8e\xa2\x90\xb5\x3c\xc3\xdf\x22\x6b\x17\xd7\xbc\x7b\x0f\x3a\xd1\x0d\x15\x16\xdc\x4d\x0e\x56\xf6\x12\x43\x42\xe4\xe8\x42\x2b\xa1\x7f\xcb\x86\xf2\xb0\x04\xce\x7b\x6d\x85\x61\x51\xff\xf0\xef\x63\x3e\x48\x88\xd2\xda\xd0\x83\x30\x0c\xb8\xbb\x34\x2a\xf6\xc6\xec\x41\x9a\x79\x7b\xb3\x4f\x74\x5f\x60\xa1\xed\x4b\x69\xeb\x52\xff\x27\xbc\x89\xef\x0d\x26\xd2\x7d\x81\x24\x4d\x5e\xda\xf7\x66\x4b\xe9\x7e\x40\x90\xe6\x4b\x5b\xb6\xdd\x97\x7b\x13\xa2\x2a\xf7\x0d\x63\xfd\x5b\x14\xdf\x86\xcf\x21\x7a\x64\x8b\xa9\x25\x7a\x1d\xe9\x98\x71\xba\x0c\xb4\xa5\xa3\xb7\x43\x02\x96\x15\x7e\x6b\x87\x94\x2b\x8b\xb7\xbe\x71\xef\x6e\x94\x8e\x97\xf6\x39\x74\x73\x20\xd8\x32\x5e\x94\x5b\x76\x09\xef\xb7\x44\x59\xd2\xe7\xdb\x1b\x4d\x45\xa9\xfe\xed\xbd\x35\xcf\xea\xbc\x68\x36\x9d\x00\x64\x52\xdf\x1e\x11\xc2\xe6\x16\x07\x01\xc3\xeb\x2e\x51\xd7\xc6\xf0\x7a\x88\xd9\xb0\x41\x01\xd5\xdf\x70\x48\xec\x36\x63\xdd\x85\xa8\x71\xbd\x3e\xcc\x60\x7a\x41\x79\x4b\x4f\x6f\x87\xe1\xf5\x2d\x63\xa2\xfd\x62\x1b\x7c\x73\x1c\x0d\xa1\xc9\x97\xa8\x39\x2d\x60\x98\x56\x27\x69\x62\x6c\x4c\xab\x8d\xc5\x91\x50\xf9\xb0\x62\x10\x6d\x8c\xf9\x02\x23\x08\xef\x85\xd0\x29\x7b\x7a\x5e\xdc\x1b\x42\xd3\x2f\xd4\x46\xa4\xfb\xb7\x43\x06\x75\xd7\x5b\xcf\xaf\x17\x66\x51\x92\xd7\xef\x17\xe8\xa2\xf9\x63\x4c\x96\x30\x4b\x48\xa1\x9a\x11\x1d\x2e\xdd\x4d\x81\x61\x48\xdd\xef\x6f\x23\x41\x41\xe8\x94\xbc\x10\x37\x48\x35\x70\xbf\x50\x4d\x1c\xdd\x5f\xe3\x98\x34\x7f\xd4\x6c\xa9\x4d\x9e\xf7\xd2\xfe\xdb\x2f\x5c\xbf\x16\x7f\x5c\x87\x94\xd3\x63\xe2\x85\xc6\x9c\x99\x7e\x2f\xbd\xfd\x85\x3a\xe4\x1b\xfe\xfe\xfe\x94\xed\xe6\xe5\x5c\x44\xd5\x51\x1f\x36\x73\xab\x36\xb7\xdc\x5d\x6a\xe2\x75\x1d\x75\x97\x85\x74\x17\x45\x2b\x97\xef\xcd\x9d\x08\xd5\x79\xef\x2f\x5c\xbe\xfb\x38\xbc\xc4\xcb\xea\x6e\x86\xb9\x56\x87\xd8\x7c\x5e\x95\xe0\x5e\x0d\xa1\x2b\x19\x60\x4b\xe7\x78\xbf\x85\x83\xbe\xd9\xd8\x26\xdd\x39\xb8\x04\x3a\xd8\x78\x83\x2f\xdf\x8a\x62\x9f\xe8\x8c\xbd\x41\x57\x9a\xaf\xb7\x77\xed\x54\x36\xba\xae\x55\x91\x33\x78\x49\xea\x36\x42\x33\xaf\x67\x08\xcd\xb2\x6c\x2d\x36\x32\x33\xcf\xd6\x1b\x86\x55\xf3\x0f\xf5\xb0\xd4\x5e\x7c\x4b\x6b\x56\x38\xfc\xad\x8b\x4d\x53\x8b\x61\xb7\xa7\x4b\x86\xdd\x66\xc5\xbe\xd9\x9b\x1e\x26\xf6\x14\xda\x6f\x6f\x54\x98\xf4\xf4\x7e\xeb\xe9\xa0\xd3\x19\x2e\xca\xbf\xbc\xf3\x0f\xd5\x88\x87\xf0\xd1\x7d\xa8\x83\xf4\xe1\x69\xdb\xfe\x6c\xd8\xb3\xb1\x4a\xf6\x82\x11\x50\x7f\x88\x1a\x53\x40\x7d\xb3\x8d\x3f\x3a\x0d\xc3\x59\xed\x27\x75\xe1\x1c\x87\xa2\x40\x71\x84\xdb\x2f\x7e\xb4\x87\xd7\xf1\xf6\xfb\x87\x11\x33\xbf\xb8\x49\x3a\xc0\x0c\x7c\x50\x41\x11\x31\x8d\xf9\xb2\x14\x3e\x88\xa7\x9f\x15\xa3\x80\x78\xfa\xa7\x73\xfe\x61\xcc\xb9\xa6\xee\x03\x9e\x95\xc2\xe5\xc6\xb4\xd9\x14\x68\x98\x36\x0f\x05\xd2\x50\x78\x7d\x39\x68\xdd\x72\x73\x2e\x75\x22\xc2\xeb\x77\x93\xef\x8a\xae\x2f\xd5\x10\x45\xd7\x1f\x66\x46\x3f\x67\x3b\x77\x63\xfa\x30\x74\xee\x53\xfb\x05\x17\xe8\x66\x36\x3e\x7a\x56\x55\x67\x23\x72\x92\x74\x74\x08\xc4\x7f\x8f\xfe\x6d\x05\xca\x47\xc8\xec\xe1\xe2\xec\xdf\x2c\xf1\x45\xe9\xfd\x33\xd5\x41\xd5\xc4\xbb\xb9\x3a\xc7\x45\xd0\x5c\x16\x79\xc1\xb7\x6c\xe0\x65\xd1\xcf\x8f\x98\xae\xdf\xb2\x81\xec\xc5\xcb\x79\xf4\xcc\xd2\x92\x85\x69\x73\xf3\xfd\xfc\x08\x83\xea\x2a\x78\xf4\x1a\xd6\xba\x84\x1f\xf4\x66\xde\x69\x84\xed\xef\xc6\x98\x8f\xa4\x41\xdf\x6c\xf8\x14\xea\x6e\x33\x7a\x20\x8e\xc5\x23\x17\xf7\xea\xfa\xe2\x18\xfb\x77\xc2\xef\xfe\x61\x6c\x2f\xb1\x45\xc2\x61\xba\xfd\x6c\xed\x47\xac\x53\xf7\x95\x87\x9c\xb8\x01\x8f\x08\xb1\xe6\xb2\xda\xed\xaa\x36\x24\x01\x66\x92\x84\xb1\x74\x9b\x7a\xc1\x3e\xa2\xca\xb4\xc1\xc2\x2b\x7a\xb6\x1c\xeb\xf1\x06\x3b\xd5\xce\x71\xc5\x96\x02\xad\x9c\x1c\x01\xce\xa7\x72\x50\xd6\xc3\xd9\xf3\xe2\x4f\x97\x8b\xf2\xe2\x1f\xae\x27\x26\x36\xb8\x1e\x27\xd7\xc2\xfb\x55\x57\x4e\x13\xeb\x7a\x76\x74\xb6\x28\xc7\xb3\x3d\xb0\xf9\x24\xe2\x7f\x9b\x41\x97\x4d\x02\xfe\x37\x4e\xe3\x24\xde\x7f\x4e\xfe\x16\x7b\x6d\x76\x7d\xe3\x4d\x30\x55\x4b\x70\xf0\xaf\x6f\x2e\xd4\x62\xdc\x3c\x57\xfe\x74\xae\x45\x7b\x59\xb9\xf0\x21\x77\xbb\x05\x0e\x71\xd3\x30\xce\x85\xdf\xb1\x8a\x3e\xb9\x15\xb3\xea\x26\xe0\x45\x0c\x17\x0d\x0d\xe1\xe6\xa2\x31\x8a\xcb\xb9\x27\x44\x18\x9a\xc6\x60\xf3\xf1\x92\x3e\xb9\x3b\x4a\x3a\x97\x02\x4f\x68\x86\x57\x44\x32\x2a\xfe\xd6\xa3\xa4\xe6\x5b\xef\xcb\xe9\x8f\xdc\xe0\xd5\xd9\x88\x7a\x3d\x34\x2a\x2c\xdf\x38\x4c\x73\x84\x41\xb4\x9c\xb8\x9e\x5c\x68\x1b\xf4\x3f\xaa\x82\x9f\xa2\x35\x7a\xe0\x1f\x32\x8f\xea\x2b\xea\x78\x70\xeb\x4f\x76\x44\x98\x2f\x4d\x72\xdc\xed\xe8\xc6\x9f\x1c\xfa\x32\xfe\xc6\x82\xbb\x1a\xee\xc0\xce\x47\x2c\xa7\xaf\xa4\x49\x0e\xcb\x69\x31\xf7\x4e\x0e\x74\xd2\x6f\x65\x39\xf7\xd3\xd9\x50\xcb\x6c\xfe\x65\x30\xe5\x7a\x53\x2e\xfa\x73\x57\xe5\x56\x28\x65\xba\xc9\xb0\x44\x2e\x6e\x03\x42\x69\x38\xfb\x0e\x94\xe5\xa2\xe1\x7b\xa8\xab\x89\xd8\x81\xe9\x56\xc9\xe0\x18\x12\x2c\xf9\xe4\xc2\xfb\xb9\xbb\xc6\x0e\xbc\xfd\xbb\x38\xc9\xf7\x50\xee\x6c\xb9\xe2\x8e\x6a\x93\x69\x95\xc3\x2e\xba\xc3\x1b\x3b\x39\xf0\xb2\xb6\x27\x76\xd1\xd3\xed\x07\xc6\xcc\x3a\x39\x21\x21\xef\xf0\x20\x4f\x0e\xb4\xac\x83\x84\x21\xf4\x70\xe7\x22\xf6\xbc\xd7\x4a\xe2\x73\xb4\x08\x4e\x36\x54\x44\xb3\x7f\x18\x3d\xd7\x4e\xbe\x71\x36\x7b\x3b\xc7\xbb\xc8\x03\x89\x07\xcd\xf8\x7e\xfc\xc4\xa3\x4d\x13\x10\xf8\x12\x2d\x8b\x39\x6e\x3d\x6e\xdc\x9d\x60\x7e\xcc\xa4\x16\xc5\x74\x9c\x1a\x48\x30\x1d\x8b\xd7\x91\x0d\xe9\x41\x06\xb1\x89\xbf\xa9\x93\x1b\x91\xf3\x37\x5e\xe0\xd3\x1f\x57\xac\x8e\x3f\x86\x0f\x3d\x6f\xb9\x10\x42\x4d\x4f\x79\xd0\x9a\x45\xa7\x3c\x8c\xa9\x1b\xb1\x0e\x4e\x2e\x4e\x72\xea\xca\xd1\xef\xaa\x5c\xfe\xf5\x53\xf1\x32\x76\x72\xb1\x53\xab\x6b\x01\xeb\x77\x17\x0d\xaa\x62\xba\x28\x02\xb2\xe9\xb2\xb1\x71\x85\x49\x10\xe4\x13\x2e\xfe\xe4\xb4\x57\x8a\xb2\x60\x59\x2d\x40\x12\xa7\xad\xbb\x7b\x31\xe7\x99\x49\x4e\x28\x3f\x77\x7f\x0c\x51\xe9\xd0\xf6\x48\x92\x68\xb8\x47\x62\x6f\x57\xff\x94\x27\x92\xae\x81\x24\xe1\xa8\x3b\x21\xa1\x94\xbf\x2e\xad\xad\xfa\x84\xed\x06\x82\xb0\x93\xe5\xf2\xf9\x7e\x8d\xf3\x54\xd5\x27\x51\xa6\xdf\xb2\x2d\x94\x5b\x5c\x34\x36\xa2\x56\x37\x04\xf6\x0a\x69\x76\x72\x8c\x54\xbd\xc7\x2c\xab\xeb\xf6\xc3\x8a\x7b\x6a\x3f\x27\x49\x46\xa6\x9a\x24\xa0\xc1\xed\x75\x92\x5a\xe8\xf7\x6b\x20\xc3\xac\x91\x89\xeb\x2a\x8c\x9b\x88\x72\xad\x1b\x47\x3e\xef\x7d\x55\xe1\xf3\xbe\xa3\x89\x30\x47\x48\xd8\xef\x5b\x1f\xb3\x90\xda\x48\xca\x6a\xb6\x9b\xb2\x10\xf6\xc3\x3f\xd5\x3e\xfe\xa3\x28\xf3\x94\x25\xa4\x69\x57\x4e\xc7\x73\x2a\x1b\xbe\xe4\x1b\xf3\x90\x45\xb6\x0d\x67\x99\x7a\xcd\x59\xd6\x1b\xd9\x1d\x8e\x67\xf0\xcc\xaa\x08\x65\x4c\x64\x80\x27\x8b\xe8\x6c\xfa\x6b\x28\x5e\x67\x7f\x84\x09\x2a\x7a\x02\x99\xf7\xd0\x9d\x19\x22\xef\x86\xdf\xd0\x93\x2b\x91\x53\xe7\xb5\x17\x3c\x0b\xf8\x6a\xa8\xea\x8f\x5e\xba\xc2\x1f\x21\xd6\xbe\xcb\xf7\x23\xa2\x30\x6d\x2a\xbc\xe4\x4f\xdf\xbe\x19\xdf\x20\x5d\xc8\x3e\xb3\xe0\xe9\xfb\x15\x7b\x76\x75\xde\x0b\xae\x8a\x37\xeb\xe4\x5f\x06\x79\xa8\xcb\xb8\xe8\x49\x3a\x9d\x8d\x91\x15\xe7\x78\x53\xe8\xc0\x14\xd4\x26\x4c\x0d\x15\x91\xed\x3a\x3f\x48\xae\x53\x1b\xce\xf2\x04\xd3\x04\xca\x2f\x7e\x13\xe6\x0a\xb9\x72\x9b\x45\x35\xe9\xf9\xa8\x89\x08\x4f\xf8\xa3\x65\x17\x45\x09\xb4\x4e\x65\x3b\x03\xf7\x4f\xd9\x74\xd3\xcd\x04\x0e\x2a\x49\x39\xd8\x83\xc3\xf5\xbe\xf8\xa9\xbf\xc2\x25\xd5\x99\x91\x7d\x78\xd3\x04\x97\xa5\xc1\xaa\xb0\x2e\x17\xd5\x84\xc5\x41\xf3\xac\xa1\x9e\x50\xfc\x11\x6c\xa6\x45\x96\x87\xfb\x5b\x78\x39\x8c\xc7\x1b\x16\x19\x27\x77\xd3\xa5\xac\x2c\xd3\xe2\x1c\xd3\xd2\x9c\xe5\xba\x9b\xae\x08\xa2\x46\x5b\xbd\x48\x96\xa2\xdd\x5c\x60\xa0\xa7\xcb\xed\x70\xa4\xa6\xab\x7a\xf3\x95\xb5\xaa\x58\x12\x34\xad\x73\x05\xaf\x27\x51\x4f\x61\xe6\x9d\x93\x3a\x55\xc1\xeb\xc5\xbf\x8c\xa0\x34\xea\x43\x58\x80\x2b\x6c\xdf\xc9\x45\xa8\xd0\x6f\xc9\xd0\x29\xd7\xa4\xc8\x1e\xbc\x69\xef\x60\x0f\x9e\x85\xea\xea\x54\x77\x54\x4f\x50\x2b\x4d\xd7\x73\x85\x3e\x29\xfe\x16\x93\xe0\x83\x89\x57\xfb\x29\x42\xbf\x4a\x4d\x5b\x93\x2b\x43\xf2\xf9\xcd\x6e\x46\xa9\xc2\x4b\x2b\xa1\xa1\x04\x19\x52\xdd\xbf\xe0\x03\xcc\xe2\x6f\x3a\x7b\x53\xd9\x40\xb6\xc5\xb9\x4e\x2b\x1a\x4b\x98\xe8\x4e\x9d\x36\xbc\xdc\xfb\x52\x0c\x0d\x05\x39\xfa\x3f\x39\x0e\x8c\xb6\x63\x65\x2b\x08\xbf\xa3\x84\x30\x75\xaf\x55\xde\xfa\xc3\x6d\x6c\x3c\x41\xa9\x77\x41\x5b\x5c\x42\xe0\x35\x68\x0b\x53\xe2\x75\x6b\x46\x34\xac\xad\x19\x71\x96\xa7\xb5\x56\xb3\x89\x3d\xa5\x1d\xd5\x40\x0d\xf5\x8f\x4c\x94\x53\x94\xcb\x49\x28\x1b\x87\xf8\x63\x68\x3f\x35\xd4\xad\xba\x50\x57\x98\x7c\xcb\xeb\xea\xc9\x31\x5f\xfe\xa5\x3a\xe8\x8f\x81\xce\x35\x34\x8c\xbc\x4d\xfd\x36\x24\xe6\x49\xdb\x04\x23\xef\x59\xab\x72\x37\xf5\x74\x65\x83\x54\xd7\xb9\x42\x2b\x62\x9a\xaa\x94\x55\xb7\x36\x5f\xe3\xd1\xd5\x2f\x97\x8d\x25\x13\x55\xdf\xa6\xda\x54\x16\xaf\x01\x5d\xcb\xd2\xb8\x25\x74\x3b\x86\x57\x7b\x19\x92\x9f\x9c\xe6\x40\xfd\xc3\xe9\x64\xba\x93\xb2\x71\xc6\x84\xf1\x42\x81\xa2\x4d\x5d\x0b\x0d\x85\x7e\x8f\x04\x02\x42\x88\xb3\xf9\xca\xd0\x0f\x77\x10\xd6\x22\x9c\x50\xad\xa8\x49\x04\x29\x66\xde\x63\xb8\xa2\x78\xec\x13\x1f\xf8\xe4\x62\x4b\x37\xcd\x25\xd7\xc9\xf0\x04\x11\x6c\x27\xfb\x63\xf4\x55\xd8\xad\xa1\x14\x3a\xbd\x0a\x1b\x8c\xeb\xc5\x85\xd6\x98\x9e\x2f\xde\x53\x5d\xab\xdb\xf1\x6e\x3d\x35\x09\x5d\xb7\x8d\x5e\x29\xa1\x69\x91\x8b\x36\x39\x8a\x16\xb7\xc6\x12\x7a\x16\x0a\xf3\x79\x72\xb1\x85\x9a\xbf\xc5\xec\x35\xb7\x11\xf4\x73\x71\x2d\x61\x8e\x31\xdc\x42\x38\xfa\x17\x12\xea\xb8\x9a\xd1\xd5\x81\x4f\x7b\x3f\xd8\xa4\x80\xa1\x4d\x8a\x86\xc5\x6c\x2e\x19\x17\x85\x6e\xd0\xb0\x38\xcf\xb7\x2e\xab\x8e\x1a\x71\xd7\xfa\x84\xba\x85\x1c\x37\x9d\x5c\x74\xb4\xbb\x28\xda\x66\xd3\xf5\xbc\xe3\x21\xec\xf6\x83\x54\x29\x2e\x1a\x7b\x40\x68\xa4\xf3\x66\xef\xfa\x5d\xd0\xa9\x97\xfb\x16\x84\x69\xf7\xac\x11\x6f\x71\xb8\x64\x10\x47\xc3\xd3\x8d\x8e\x5d\xf7\x62\x20\x04\x4e\x9e\xe2\x8d\x06\x8a\xe7\x18\x6b\x90\xa4\x67\xa2\x4c\xd3\xbb\xab\xc2\xab\x84\x1f\x9f\xa8\x5f\xcc\xee\x8a\xdf\x94\xd5\x5c\x86\xfa\xc5\x14\xe9\x2c\xb3\x75\x33\x5c\xd0\xc6\x18\xe3\x9b\x0d\xe5\xab\xe2\xb2\xf4\x41\x0f\xbe\x01\xf5\xe9\x67\x74\xa8\x6a\x8c\xa6\x75\x1f\x10\x98\x5d\xa3\x19\xd8\x5e\x56\x17\xc5\xb1\x32\x93\x1b\xca\x18\xc3\xac\xa3\x50\xc6\x68\x53\x53\x16\xba\x18\x6d\x76\x7f\x8b\x33\x23\xa2\x75\x08\x6f\xb8\x3b\xbc\x7f\x45\x9f\xa1\x89\x31\xcd\x57\x18\x3a\xfd\x7a\x64\x86\x93\xfa\x7e\xe9\xca\x88\x88\xfe\x6d\xea\x69\x31\x90\x8e\x26\xbd\x23\x43\xd7\xa2\x5c\x9a\x59\x05\xe6\xd7\x06\xc6\x47\x7d\x4d\xe2\x07\x0c\x4c\x65\xff\x19\xf4\x1d\xe6\xdd\xf2\xf7\x33\x89\xda\x2f\x17\x35\x27\x17\xc4\x4d\xcf\xce\xc6\x7a\xe9\x94\x84\x3d\xf7\x68\xea\x39\xde\xea\xc7\xb8\xfd\x51\x5d\x2f\xca\x06\x17\xec\xfb\x31\x26\x4f\x27\x71\xea\x86\xd0\x9b\x69\x7a\x69\xab\xb2\x71\xc9\x8b\xb0\x44\xdb\x63\x0e\xd7\xba\x68\x73\x2a\x1b\x67\x6a\x38\xc7\x5e\xcb\x6e\x25\x4e\x51\x75\x23\x0f\x8d\xa8\x5a\x0e\xbc\x8e\x5f\xd8\x81\xcb\x0d\xce\x1c\xf2\x81\x6f\x2e\x59\x98\x73\xb7\xa9\x47\xd1\xd4\xc2\x67\x97\x65\xda\xd5\x64\x30\x8e\xa7\xa8\x0a\xf9\xc7\xbf\xfc\xc3\xd8\x22\x7a\xa4\x61\xcb\x5d\x93\x9e\x44\xa8\x7e\x8c\x91\xfc\x35\x58\xff\xa2\xe6\xd0\xf5\x98\x22\xbc\x27\x31\xfb\x86\xb6\x08\xc6\xdc\x55\x77\xd2\x84\x8c\xd5\x9d\x34\xf1\x5c\x38\x92\xeb\xe1\xdc\x8a\xf0\x0e\x4d\x8f\x83\x82\x94\x8b\x77\x4d\xd7\xb9\x20\x9a\xff\x34\x9f\x48\xea\x1b\x5d\x84\xb7\xc2\xf9\x77\xd1\x8c\x61\x8a\x9d\xbb\x07\x8a\x6f\x8a\xa1\xa1\x2d\x7c\x15\xa9\x4b\x98\x5e\x67\x2d\x67\xa8\x6f\x64\x9f\xe9\xf0\x86\x3f\xb2\xae\x1a\x39\xc3\x1f\xba\x11\x16\xca\x75\xbd\xf8\x97\x6f\xbe\x4e\x65\x3f\x74\x57\x85\x43\xa9\xaa\xeb\xad\x27\x0b\xea\x5e\x9c\x0d\x5a\x4b\x93\xbb\x38\xd6\x7a\xb7\x2c\x70\xbd\x48\xf0\x25\xea\x53\x57\x21\x06\xd4\x7e\xdc\x2d\x51\x9f\xd9\xd9\x60\xd0\xba\xb7\x20\x7b\x11\xdc\x2b\x84\x57\xf3\xfb\x43\xe6\x47\xbb\x5f\x51\xfe\xbb\xf0\x9c\x0c\xa1\x45\x0d\x2c\xa4\xac\x5d\x67\x75\xf1\xbe\x1c\xda\xe1\xb8\xd1\xf7\x56\x44\x07\x63\x9a\x09\xa7\x08\xfc\x43\xaf\x58\xf4\x2e\xb2\x8f\xc3\xe2\xb1\xd1\x75\x96\xc3\xa0\xb9\x4d\x51\x86\x4b\x62\x7b\xe1\x84\x05\x07\x55\x84\xab\x74\x32\xfa\xb7\x22\x0e\x9d\x4e\xc0\xd2\xe2\x6b\x8f\xe1\x55\x7f\x0c\xbd\xab\xf0\xaa\x3f\xcd\x26\xdb\x70\xfc\x53\xf2\x57\xd0\xa6\xb6\xeb\x16\x81\x20\x84\x42\x50\xfe\x31\x74\x9d\x4a\x6b\xc3\x97\x74\x28\x66\x9c\xc2\x55\x59\xf5\xca\xd9\x78\x0a\x0e\xdd\xda\x1b\x06\x94\x48\xc0\xcd\x15\x20\x6a\x71\xcb\x19\x99\xfa\x8f\x79\x60\x73\x2e\x1e\xae\xba\x15\x37\x94\x80\x48\xaa\x2d\xbc\x50\x5d\x69\xe0\x05\xed\xe5\x8d\xe9\x67\xd2\x5e\x09\xe3\xe4\x61\x99\xc8\x16\x59\x29\x72\x70\x23\x51\xea\xed\x8f\x41\x20\xa6\xc2\xf4\x17\x4f\xb6\x30\x43\x71\x2b\xf4\x4f\x63\xd6\x4e\x72\x77\x79\xb7\x4c\xb7\x19\x02\xc3\x6f\xf7\xb8\x3e\xdd\x79\x02\xba\x75\xd7\xc3\x05\xe1\xe9\x42\x4d\xb3\xeb\x29\xb0\x43\x66\x59\x45\x55\x84\x69\x73\xf2\x69\x52\xe8\xfd\xa1\x63\x18\xba\x21\x77\x1b\xfe\x38\xe3\xec\x6b\x27\x84\xf5\xf2\x25\xb2\x2a\x34\x43\xe4\x3e\xe6\xe4\x5e\xb8\xc9\x55\x2e\x54\x69\xc4\x3f\x7f\x0d\xf5\xa6\x2a\x1b\xda\xed\xdd\xb9\x08\xb5\x5f\x84\xa6\x5e\x84\x58\xd7\x0d\xf0\x1a\x9a\x9e\xa6\x2c\x0f\xe8\xec\xb2\x4f\xf4\x47\x65\x83\xd7\xd1\x44\xe5\x62\x65\x3c\x86\x50\xa3\x1c\xe0\x9b\x69\xfb\x82\x81\x99\x74\x62\xf1\x87\xdf\x6e\x97\x0d\x4a\x40\xb8\x3b\xec\x8c\xfb\x75\xf9\x87\x5a\x84\xae\xec\x3b\x86\xe2\xa2\x71\xb5\x75\x57\xa3\xdd\xa5\x8f\x81\x50\xaa\x26\x28\x0c\x8b\x47\x13\xf5\x18\x9e\xf2\xfb\xa5\x67\x49\xa8\x7f\xf4\x4b\x4f\x84\x17\x1e\x6a\x2c\x1a\x0b\x65\x10\x79\x18\x3a\xb9\xe0\xd2\x64\x57\xc3\x8d\x9d\x5d\x4f\x30\xc1\x3c\x21\xd8\xb5\x0d\x21\xb4\x17\x86\x1f\xfd\xdb\x83\x1d\xb4\xbc\xab\x7d\x85\x94\xc9\xbf\xfc\x44\x7f\x34\x57\x41\xa2\x9a\x03\x1a\xde\xf6\xcb\xe5\x5a\xb6\x50\x85\xba\x8e\x26\x48\xd7\x16\x09\x4d\x90\x7e\x5d\x2e\xcb\x55\x26\x2c\x23\x45\x10\x4b\x6e\x5e\xda\x6a\xfe\xb8\x4f\x4e\xcf\x9b\x50\xca\xe8\x97\x36\xcc\x5b\x64\x8a\x10\xea\x5b\xb7\xd5\xad\x1c\xf6\x8f\xcd\x1f\x17\x7b\xcd\x15\xed\x08\xac\x56\x95\x83\x43\xa7\x5f\xc2\x39\xb3\x24\xe5\xed\xed\x34\x95\x05\x45\xea\x88\x87\x22\x46\xbe\xaa\x3f\x72\x67\x6b\xf7\x87\xb9\x72\xbf\x44\x12\xbf\x41\x4f\xdd\x3f\x14\x7e\xf4\x2f\xa1\xa3\x84\xfe\xc3\x5e\x39\x99\xe9\x13\x2a\x1b\xfd\xba\xdd\x3f\x0e\xbc\xb6\x5e\x78\xdf\xef\x97\x76\xf0\x7b\x69\x32\xf5\x4b\x51\x18\xa2\xef\xdf\x38\x38\x4d\xda\x35\x6f\xdd\x5e\x1e\x78\xbc\x48\xcc\x5e\xc4\x62\xb9\x26\xa1\xe8\x37\x5b\xe1\x76\xa3\xbc\x56\x3c\x18\x2c\x82\xdc\x0a\x62\xed\xa1\x8d\xf2\xd6\xc3\x57\x17\xd2\xdb\x5b\x63\x28\x0b\x2f\xe5\xfb\x5b\xae\x41\x51\xf5\x6f\xdd\x6d\x7a\x00\x84\xd5\x72\xbf\x6e\xd7\xc4\x9d\x22\x0a\x2e\xac\x96\x53\xd5\x51\x7a\xe3\x14\xde\xd2\x91\x8f\xde\xba\xf9\xfe\x33\x12\xc7\x99\xff\x18\xba\xf2\x3f\xe2\x89\x08\xf5\xc8\x4e\x79\x88\x05\x80\x33\xff\xa2\x49\x93\x9d\x72\x17\x39\xf5\xc1\x78\x76\x68\x7b\x7c\x44\xf7\x88\x70\xfc\xcc\xd8\xcd\xb7\x3f\xb2\x77\x44\x66\x87\xdd\x72\xba\x5c\x6f\x78\x8e\x19\xda\x01\x1f\x5d\x6d\xa2\x91\x3e\x81\xa7\x4c\x4d\x7d\xc4\x66\x2b\x2e\xcb\x4d\xab\x5b\xe7\x23\xba\x56\xb7\xf4\x47\x2a\xea\x3a\xc5\xa1\x70\x33\x2c\x56\xf9\x88\x67\x32\xfc\x11\x7f\xce\x59\x39\xfa\x30\x5d\xef\xa4\x55\x7f\x85\x1e\x15\x85\x15\x1a\x37\xf9\xd2\xb6\x0b\x1d\x9b\x7e\xe9\x31\xf6\xd9\x81\x73\x45\x72\x7e\xc4\x46\x15\xf2\xfe\x88\xbd\xa1\x46\xd1\x78\xa9\x49\x34\xe7\x33\x02\x5d\x0a\xb3\x3f\x3c\x4f\xb5\x73\x1e\xa2\xb4\x0c\x1d\xf1\xd0\x71\xe9\xa6\xad\x1f\xdc\xb3\x9b\x13\x8d\xc6\x4b\x4d\xc5\x65\xd5\xf9\xa1\xec\x8b\x3e\xb8\x51\x96\x58\x37\x75\xa8\xbc\x74\x93\x99\xa1\xf1\x92\x6f\xad\xd3\x03\x5f\x75\x08\xe9\x44\x68\xff\x7e\x89\x22\x92\x6f\xff\x71\xb9\x2c\xec\x00\xe1\xab\x08\xf5\xdf\x2d\xa0\x79\xb8\x5e\x86\xeb\x81\xc1\x2d\xe4\xaa\x50\xff\xc9\x39\xf0\x93\x90\x7d\xe8\xbf\xf4\x2b\xfb\x63\xe0\x61\x11\x70\x0f\x06\x09\x96\x5a\x3d\x4b\x33\xa6\x36\x17\xbd\xd5\xcc\xeb\x4c\x8b\xac\x90\x72\xca\x10\xb2\x7d\x40\xe1\xe6\x0a\x87\x3a\x8a\x9c\xf1\x4c\x45\xf0\x9f\x96\xde\x3c\x5e\x61\x35\xb3\xe5\x47\xd2\x85\x85\x75\x62\x3e\x89\xe1\x7f\x2a\xce\xca\xea\x14\x77\x65\x63\xfd\x59\x18\x42\xfa\x9f\x69\xb9\x95\xed\xf1\xb1\x2a\x37\xa8\xc8\x65\xb9\x12\x9b\x9b\xe1\xc2\x06\xc7\xcf\x8b\x35\xa5\xc3\xc4\xe6\xef\x57\x56\x17\x38\xb4\x20\x03\x22\xf5\x27\xc5\xb3\x3e\xd9\xe0\xd4\x5d\xfe\x61\xf0\xf1\x2f\x17\x8d\x7b\x2d\xab\x77\xb8\x70\x1a\x2e\x1a\x22\x79\x29\x77\xcc\x6b\xc5\xa5\x97\xd5\x39\x4c\xe7\xe6\xf7\xa3\x7e\xa9\x39\xd8\x41\x4e\x0c\x35\xa2\x37\x46\x77\x96\xe3\xfd\xcd\xc2\x47\xaf\xaa\x89\x5b\x39\x6b\xd0\x3b\x2e\x2b\x4f\x6d\xbc\x38\xa6\xa7\x8b\x3b\xb9\xa8\xef\x5e\x32\xcd\x08\x68\x58\xdc\xca\x79\xe1\xf7\x2b\x71\xa9\xcc\x50\xda\xe8\x17\xe7\x79\xca\xbf\xbd\x34\x8c\xe6\xcd\x7d\xce\x71\x9e\xa1\xa4\x21\x9f\x38\x27\xc7\x26\xf2\x37\x74\x93\xbb\x3f\x72\x26\xcb\x9f\xd1\xf9\xbc\x51\xe7\xae\xfa\xe5\x0c\x82\xab\x38\x77\xd6\x56\x67\x70\xde\xa2\x0d\xab\x3a\xab\x13\x0a\xf1\x31\x6f\x16\x90\x17\xcc\x0c\x65\x8c\x8e\x56\xd5\xc9\xbd\x28\xea\x8a\xe2\xb2\xd4\x26\xbe\xb5\xd6\xb7\xaa\xe5\xc2\xe6\x80\x4e\xdc\x15\x24\xb1\x01\xe7\x0d\x3d\xc8\xe1\x98\xb7\xd0\x73\xd7\x24\x80\x73\xc5\x8f\x23\xe4\x7f\xbf\xb4\x69\x6f\x6c\xd1\x93\xc7\x89\x8d\x09\xea\xa4\x93\x40\xfe\xe7\xa7\xea\x2f\x26\x27\xa8\x88\x4e\x42\xf9\xf7\xcb\x4b\x26\x66\x63\x57\x59\xf1\xb1\xab\x5a\x65\xd7\x78\x8e\x22\xea\xe6\xe5\x46\xb9\x9f\xab\xda\x8c\x88\xd0\xd7\xf7\x77\x31\x27\xd5\x2d\x06\x01\xcf\xc5\x48\x6c\xfe\x7e\x71\xa5\xce\xa4\x4d\x02\xab\x83\xd8\xfc\x27\x4b\xad\x21\x6e\xc9\xc2\xe4\xb3\x8a\xe9\xa6\x55\xb1\xbc\x85\x1b\x8c\x08\xc3\x49\x11\xab\x27\x31\x85\xb3\xf8\x20\x33\xe4\x2b\xfd\xe2\x62\x9c\x21\x42\x49\x5d\x67\xbe\xb9\xcd\xa9\x2c\x4f\xdd\xee\x6c\x0c\x1a\xe4\x47\x48\xe1\xb3\x17\x93\xb2\xe7\xd4\x37\x9d\x9c\x10\xa8\xf4\xab\xf9\x5b\x18\xcc\xde\xee\x00\xa2\xff\xee\x36\x9f\xd0\x35\x52\x4e\xbb\xb6\x2a\x17\x0f\xa7\xe1\x5c\x70\xf6\x34\xb1\x0d\x8c\xc4\xfb\x6f\x36\x68\xce\xe6\x6f\xba\x2a\xd4\x22\x5b\xaf\x39\xc7\xe3\x5f\x67\x81\xa8\xc0\x55\x8b\x17\x06\xa7\x77\xd1\x02\x21\x4c\x31\xd6\x0b\x8f\xb9\x7e\xb7\x4d\x19\xa3\xa6\xef\x0f\x99\x1c\xff\x30\x6e\x11\xe1\xd9\x26\x2a\xa1\xba\x03\x9b\x97\xa3\x3b\x40\x6c\xb7\xee\xc2\xb1\x7d\xba\xd6\x27\x36\x65\x16\x63\x6f\x22\x5c\x49\x2e\x6a\xc4\xa6\x46\xe5\xc7\xd5\xcb\x05\x85\xd1\xfd\x4b\xec\xde\x93\x7a\xcf\x03\xa3\x3b\x17\x1b\x58\x57\x48\xd3\x65\xe4\x2d\xc2\x0e\xd6\x61\x6c\x22\x30\x85\xbc\x3a\x77\x91\x26\x1a\x33\xd5\x29\x02\x5e\x41\x82\x25\x57\x9e\xb2\x52\x1d\xc3\xbf\xe4\x7e\xd4\xc2\x77\x76\x4c\xf7\x2f\x31\xc4\xe2\xea\x9f\x21\x4e\xe9\x97\x06\x16\xe2\x94\x7e\x69\x12\xba\xfc\xbf\x71\xed\xce\x8e\xab\xd6\x5b\x37\x43\x67\x97\x7c\x3f\xc6\x21\x76\xad\xec\x99\x6f\xc9\x11\xd7\x96\xba\x23\x24\x98\xd4\xf7\xc9\xed\xdd\x5c\x4f\xf4\x67\xf8\x23\x37\x41\xd2\xc0\x64\xe9\xe0\x71\x0a\x0d\x26\x8d\x0c\xf5\x9f\x59\xfe\xac\xae\x42\xf0\xe1\x7e\xb9\x22\x70\xe4\x50\x07\x71\x5b\x28\x89\x2f\xa1\x88\xfb\x35\xdc\x08\xeb\x20\xcc\x86\xb9\x6b\xf1\xc9\x1d\xf8\x81\xd2\x2f\xc7\xd4\x6a\x27\x65\xc1\x1d\x50\x97\x04\xc1\xed\x17\x24\x37\x31\x70\xcf\x47\x67\xd5\x07\xfd\x94\x4d\x0f\x93\x7e\x86\x65\x67\xba\x45\x3f\x0c\x89\x7d\x5c\x11\xd6\x7d\x12\xb1\xce\x11\xec\x1a\x09\x3f\xe7\x10\x59\x95\xd5\x41\x3c\x3a\x49\x56\x3b\xc3\x0d\xac\x59\x2b\x0e\x7a\x2b\x4d\x39\x82\xde\x9e\xb2\xfe\x7a\x36\x2b\xb6\x47\x93\xa0\xb7\x49\xaf\x12\xc5\xbc\xad\x49\xbb\x73\x82\x16\x55\x0f\x52\x83\x5a\x9d\x8b\xc3\x02\x17\x75\x4e\x36\x23\xdc\x24\xa2\xe1\x26\x93\x49\x13\x06\xcd\x54\x0e\xe1\xb0\x2e\xd2\xc9\x33\x68\xb8\xa8\x18\x34\xc2\x1f\x78\x67\xad\x49\x18\x2c\x78\xf6\xb9\x89\xc0\x9a\xec\xb7\xe9\xa2\xb1\xff\xa7\x46\xc5\xa5\x0b\x4d\x4f\x44\x5b\x05\x6e\x9e\xd3\xec\x7c\xf7\x35\x50\x9d\x04\x64\xc4\xb7\x95\x5f\x8c\xa9\xf0\xb6\x45\xc4\x17\xcc\xfd\x2a\x84\x15\xbc\xfd\x7e\x5f\x2e\xb9\xc2\x4b\x87\x3a\x13\x72\xe2\xfb\x72\x0b\xec\x1e\xdd\x27\xd8\x74\x8a\xaf\x3e\xc3\x86\xb3\x4b\x48\x39\x27\x96\xd4\xc5\xdf\x34\x1b\x6a\x31\xf4\x8c\x24\x50\x21\x0a\x6e\x96\xf2\x0a\x41\x70\x15\x90\xfe\xe4\x22\xf6\x44\x75\x35\xc1\x4f\xf0\xfc\xeb\x19\xa5\x0b\x76\xa2\x9c\x22\x9e\x30\x21\x71\xb3\x84\xd8\x73\xea\xce\xf4\x04\x08\xcd\x69\xb3\x2c\x31\x8c\x85\x12\x97\x44\x4e\xda\x11\x4b\x0c\x63\x9d\xaf\x85\x6a\xa3\xd8\x2c\x33\x84\x0b\xb7\x78\x06\x33\x1c\xb9\xe6\xd9\xfc\xcb\xd0\x11\x9f\xae\x16\x94\xa8\xa3\x88\xa8\x61\x0c\xe7\xf6\xaf\x9f\x66\x22\x6d\x11\xf6\x40\x53\x82\xd8\xa1\xe8\xbe\xc7\xab\x6b\xd3\xf5\x82\x0c\x22\x89\x5f\x3d\xc3\x34\xf4\x2e\x1e\x48\x20\xc4\x5b\xdb\x4c\x7e\x5b\x67\xf3\x2f\x7b\x7c\x6c\xca\x8d\xc8\xa9\xe3\x13\x97\x4d\xdd\x45\xe1\xe3\x4c\x97\x0d\x0f\x30\xc9\xd5\xbe\xe2\x79\xa0\x09\x80\x83\x28\x2c\x21\x9f\xae\xe2\x88\xcf\x85\x6b\xe1\xa4\x89\x44\xf7\xfb\x72\x4e\xd3\xaa\x36\x16\x2e\x7a\x85\xf2\x14\xe7\x57\x4c\xe7\x19\xe2\x8b\x7e\x8b\x38\x5f\x52\xd2\x55\x67\x75\x1d\x8b\x1e\x08\xdb\x53\x45\x7d\x3e\x39\x9e\x1d\x5e\xa0\x15\x7c\x5d\x6d\xc4\x30\x28\x8d\x28\xac\x7f\xc4\xdd\x0a\x10\x2c\x85\xfb\xb9\xce\xfe\x56\xdc\xc4\x49\xb8\xe0\x7e\x7b\x85\xce\x86\x2e\x62\x05\xcc\xa5\x2d\x7c\x39\x8b\x5b\x54\x57\xf3\x0a\x12\x44\x7d\xc5\x1c\x51\x8a\x72\x84\x0e\x96\xad\xee\x54\xe4\xe0\xda\xfd\xad\x84\xe2\x5e\x53\xae\x86\x7b\xa3\xa9\x5c\x44\xd4\x12\xc5\xb1\xe5\x5a\xb8\x2a\x37\xa3\xa7\x43\x39\x88\x08\xd1\x7c\x61\x69\xda\xef\xdb\x0d\xe2\xe8\xc7\x0d\xc6\x06\xbd\xdd\xc4\x27\x72\x6a\x3e\xb6\xa4\x78\x94\x04\x11\x3e\xcb\xa1\x36\xd8\x92\x5a\xab\x4d\x88\xb6\xe2\xa2\x83\x01\x17\x65\xe7\xaf\x9f\x92\xf5\xb6\xdc\x53\x13\xa7\x9e\xc7\x1e\x6c\xc9\x1f\x03\x4d\x7d\x73\x9a\x38\x57\x8b\x7e\x8d\x67\xc0\x7b\x52\xad\x84\x10\x54\x7a\x57\x84\x14\xce\xde\xf7\x18\xb0\xa6\xe4\x6f\x6c\x2c\xcf\x79\xdc\x80\xd2\x3d\x9b\x5b\xbc\x21\x57\x0a\x85\xaa\xdb\x3c\xc4\x17\xb9\xea\xf6\xd9\xd2\xd6\x13\x75\xb6\x21\xfa\x84\xe2\xc2\xf7\x6a\xb9\x3c\x92\x78\x16\x48\xdc\x44\x44\x61\x79\xed\x9e\x44\x14\x3e\xe3\xf0\xc7\x73\xa5\xdc\x5a\x58\x44\x14\x59\x44\xf0\x4b\x12\xb0\xee\xac\x10\x9a\xcb\xc6\xe6\x4d\xce\xf1\xf8\xd7\x9a\x20\xbf\xb8\x93\x73\x3d\x14\x48\x86\x72\x81\x33\xb4\x23\xc3\x92\xf5\x34\x52\x94\x0d\xe3\x4c\x11\xa4\x2f\xc5\x71\x71\x2e\xf6\x8b\xe6\x15\xb1\xc7\xad\x75\x0e\x41\x87\xbc\x4f\x4e\xe2\xfe\x76\x5f\xf1\x48\x3d\x86\x74\xac\x66\x58\xb6\xca\x19\xe0\x24\xec\x6f\x37\x45\xf2\x9a\x9a\x1d\x75\x0e\x2b\x03\x29\xf0\x10\x05\xf8\xfb\x76\x7d\x89\xc2\x2b\xae\x16\x9b\x07\xe5\x64\x3a\xa0\x8b\x24\xc4\x17\x72\x34\x73\x72\x61\xb0\x24\x8a\x93\xa0\xbf\x53\x3a\x34\xf3\x05\xe6\xf1\x8a\x80\x5c\x74\x75\xbe\x44\x21\x69\x4f\x4a\xec\xe0\x0e\xec\x10\x07\x4e\x7f\x6b\xd8\x2e\x68\x7e\xce\x8d\x28\x47\xf3\x93\xa8\xbe\x72\xc6\x31\x89\xe2\x2b\x1f\xa4\x73\xbe\x51\x74\x91\x26\xd4\x0c\xc3\x50\x59\xe8\x4e\xc2\xf6\xca\x3d\xe8\xc9\xc5\xa8\x54\xe9\x9b\x35\x2f\xae\xa6\x53\x8d\x7f\x18\x8b\x5e\xfc\xc3\x68\x5f\x67\xe9\x2d\x04\x52\x5d\x4f\xdc\x05\xd3\x3f\x14\xe1\xdc\x95\x0d\xd4\xab\x3b\xf6\x8d\x6a\x84\x0e\xd3\x5b\x9a\x75\xfe\x56\x79\x50\x39\xdb\xc2\x8b\x82\x6a\x9d\xea\xdd\x1f\xcd\xea\xe7\x94\x6b\x55\x49\x06\x08\x06\x2c\x9b\xba\x93\xe3\x0d\xd0\x9d\xdd\xd4\xeb\x6c\x20\x98\xe2\x5c\x04\x01\xd7\x45\x8a\xac\xe2\xd6\x81\x09\x6b\xd3\x5e\xb4\x7f\xdf\x81\x5d\xc4\x2b\x25\x6c\xf0\x69\xc3\x45\x99\x75\x4d\x08\x64\x98\xf6\xc0\x5b\x0a\xa0\x42\x36\x11\x54\xd8\xc6\x66\x13\x17\xad\xa5\xf9\x1b\x98\xf1\x76\xad\x81\xb6\x3d\xc8\x10\xde\x1b\xf5\xbc\x97\x50\xa1\x9a\xd4\xf3\x53\x18\xe5\x2d\xb5\x20\xed\xfc\x37\x8a\xc3\xc2\x61\x6f\xc9\xb7\x84\xb5\xde\x6c\x3c\x51\xf8\x21\xd1\xb0\xce\x39\x01\x88\xcf\x3c\xbb\xda\x98\x3b\x11\xed\x6f\xd1\xf0\xdd\xbf\x84\x12\x13\xd6\xf8\x20\x5a\x1d\x2a\x1c\x7e\x58\x6d\x1a\x30\xc3\xf1\x6a\xf7\x63\x39\xfc\xae\xf6\xbb\xfa\x87\x31\x7b\xa2\x05\x3f\xb0\xc2\xc7\xf7\x87\x4c\xc9\x54\xee\x1d\xef\x56\xfd\x70\x8a\xd0\xd0\x2f\xa7\x4e\x9b\xca\xe2\xdc\x5e\x52\x93\x19\x32\x8a\xde\x2f\x97\x85\xa0\xd3\x96\xf9\x78\x07\xf9\xa7\x31\x6c\x51\x7b\x92\x58\xc8\x92\x68\xca\x0b\xab\x54\xd4\x14\xb7\xb8\x09\x77\x7d\xc4\xed\x16\x5a\x09\x71\x86\xb5\xe4\xe6\x87\x6d\xe2\xde\xb3\x2f\x9a\x7f\x18\xbe\x96\xdc\x3d\x2c\xe0\xa5\x59\x36\xc3\x5c\x38\x5d\x49\x5b\xe1\x23\x8b\x4e\x51\x09\xb2\xed\x1d\x9e\x40\xb1\xb7\xbb\xb3\x30\x2a\x85\x92\x3e\x22\xb5\x3d\xa1\x5b\x63\x53\x2f\x50\xc8\x94\x70\x46\xb1\x8a\xbb\x2c\xc3\x26\xe2\x8d\x5b\xe4\xc0\xc3\xb2\x09\x63\x3e\x68\x5b\x0c\x0d\x07\xf1\x86\x24\x02\x8a\x55\xdc\x65\x27\xe4\x58\xc5\xe2\xdd\x13\xab\xf8\xcb\x26\x47\xba\x31\xa4\xd4\x31\x31\xef\x9d\xd2\xaa\x23\x92\xf1\xf9\x29\x33\x2a\xfb\x5e\x09\x29\x26\xf6\xbd\xc3\x97\xee\x23\xb6\x94\xfa\xab\x1b\x28\xb9\xac\x3a\xdc\x95\x85\x80\x49\xce\x72\x23\x8a\x91\xf0\x4c\xb8\x1e\xd3\xd9\xd8\x1f\x3a\x4f\x8f\xee\x20\xcf\x8b\x68\x16\x31\x07\x1e\xb1\x15\xb4\x23\x10\x8e\x0c\xc9\x9a\x1d\xe8\x78\x78\x16\x83\xc5\x64\xa6\x72\x58\xee\xe6\x34\xfc\x8d\x7d\x27\x8e\x89\x04\x20\x92\xd7\x12\xca\xf8\xcb\x22\x7d\xd0\xe5\xc9\xfe\x06\x7d\x3e\xfc\x31\x4e\x9f\xf6\xc7\x03\xc5\xab\x9d\xa6\x40\xc6\xe6\xd7\x23\x0c\x91\xb2\x21\xd1\x89\x6f\x9c\x99\x4d\x82\x13\x67\xfc\xa0\x9d\x5c\xc4\x10\xca\x7f\xd6\x49\x71\x18\x63\xd6\x6c\x21\x25\x19\x92\x8b\x3a\xa8\x31\x97\x34\x31\x8d\x93\xf8\x93\x84\x34\x3e\x33\x90\x94\x0d\xe1\xc6\x74\x51\x8e\xf0\x70\xb5\xb1\x44\xc3\xb5\x42\x56\x66\x77\x5d\x4b\xe4\x7a\x83\x8a\x61\x8b\x11\xd3\x38\x8b\x19\x46\x48\xe3\x1b\xbf\xbf\x93\x90\xc6\xb9\xb8\xaf\xd8\x54\x56\x7f\xd3\x40\x9c\x05\x1b\x81\x18\x56\x58\xf2\x26\x7c\x54\x4e\x22\x1a\x67\x29\x17\x3a\xa0\xb1\xe4\x17\x04\x34\xbe\xf5\x5e\x22\x80\xf1\xf9\xe8\xfe\xa8\xeb\x83\x2c\xba\x61\xb2\xfb\x21\x82\x71\xbf\x87\x2a\xd2\x9d\x35\x34\x30\xee\x2c\xcf\x1e\xba\x40\x33\xbb\x22\xee\x88\xef\x4f\x61\xde\xbb\x87\x0b\xbf\xbb\x6e\x25\xd4\x65\x2f\xf5\x48\xef\x32\x4f\x98\xc4\x41\x5d\x23\x0d\xda\x49\x32\xfc\x85\xc0\x27\x79\xe9\xd1\x28\x14\xd3\x7f\x85\x91\xae\xb9\x73\x2b\x04\x3e\x66\x1e\x12\xec\xf8\x2e\x62\xa8\x12\xde\x38\x13\x36\x68\x12\xde\x38\x0b\x63\xac\x10\xff\xf8\xf5\xb9\x2e\x1c\x73\x0a\x75\x12\xc0\x38\x29\x52\xec\x24\x64\xb1\x69\xfd\x75\x8b\x5c\xe2\xd8\x10\xc1\x38\xc9\x9f\xed\x24\x82\xb1\x2f\x1b\x05\x30\x96\xe9\xeb\xba\xd9\x41\xda\x4f\xf2\x42\x2d\x23\xf6\x25\xb7\xd3\x5a\x5d\x64\x3a\x62\x50\x28\x44\x71\xbf\xbf\xd9\x50\xc9\x98\xae\x27\x38\x4f\xdd\xdf\x40\x49\xdf\xa2\x21\x64\xd7\xe6\x0b\xe9\x4f\x16\x59\x4e\x10\xe2\x22\x95\x95\x75\xa3\xa7\x33\x9d\x63\x5f\x16\x75\x0e\x62\x25\x6b\x06\xe4\x83\x55\xb3\x7e\x43\x8f\x68\xff\xdc\x18\x75\x27\xad\x65\x38\x8e\xfe\xdd\x73\x9e\xd1\x20\x48\xe2\xd8\x66\x9c\xd4\x4f\xc2\xd8\x76\x99\x59\x12\xc5\xf6\x74\xc0\x1f\x39\x9a\x50\xa5\x44\xb5\x4d\xe6\xad\xac\xb0\x8f\xec\x32\xba\x5c\xb2\x8f\x94\x80\x80\x28\xb7\x5d\x26\x8f\x8e\x72\x2b\x45\xcd\x95\xc0\x6b\x1a\x35\x61\x6e\x87\xf8\xdf\x2b\x49\x4a\xf3\xad\x17\xdc\xf1\xad\x09\x89\xa1\x7e\x9b\xe1\x29\xc9\x66\x60\x85\x0d\x64\x97\xdd\xdd\xca\x90\xdf\x30\x13\x96\xfc\x0a\x4b\x1d\x9a\x48\xb7\x5d\x96\x6a\x2b\x6b\x7b\x15\x97\x55\x1f\x9c\x65\x5a\xaa\xeb\xe5\xd8\xeb\x3c\x86\x1d\x63\x26\x0c\xf7\x24\x3e\x6d\xfb\xd6\x1b\xaf\xe2\xaa\x49\x21\x04\x6d\x1e\xee\xad\xee\x9b\xaa\xb2\x41\x9f\x48\xbd\x6c\x65\x3d\x90\xaa\xb3\xc1\x5b\xcc\xd7\x3f\x81\xc4\xb3\xb8\x3a\x3a\xad\x79\xc9\xc2\xb0\x2a\x3b\x63\xe0\xae\x17\x2a\xb7\xba\x87\x3b\x3e\x3a\xf7\xfe\xf5\x53\x8c\xa3\xf2\x59\xfe\x9a\xb3\x3b\x1f\x06\xcd\xc2\xda\x18\x40\xca\x7c\x85\x98\xb8\xa7\xd2\xa6\x6c\x10\x98\xba\x37\xf2\x56\xef\x5c\x16\x06\x88\xba\x13\xec\x45\x29\x95\x28\xd4\x6d\xd5\x0f\x8b\x04\xfa\xea\x4e\xd1\x5a\xfb\x63\x0d\x5c\xe6\x6f\x10\x10\x42\x1e\x05\x21\x8a\xf8\xa4\x2b\x7c\xf3\x76\xd9\xd7\x11\xf9\x36\x8b\xdf\x4c\xe4\xdb\x3b\x4b\x4d\x9e\x58\xb7\x5d\xef\xc9\x55\x64\xa9\x34\x9d\x4d\x51\x8f\x1a\x99\x84\x28\xf4\xb7\x12\xdf\xd4\xa2\xac\x98\x84\xe9\xc2\x2e\xb2\xcb\x9a\x6d\x15\x71\x4e\x74\x38\xc2\xd4\xb1\x27\xde\x85\xab\xc4\xad\x21\x6b\xb6\x55\x24\x4a\xd0\x1e\x2e\x71\x6b\xc8\x30\x89\x30\xb9\xc9\x36\x57\x84\xc9\x1d\x5d\x1b\xb1\x60\xc6\x50\xfd\x8d\xa7\x84\x3b\x1b\xec\xe8\x74\x6b\x2a\x43\x7b\xcb\x6b\x59\x44\xcb\x34\xf5\x0e\x8d\xac\xe1\x91\x6c\x0d\x4c\x5d\x40\xd3\x5c\xac\x73\x45\xba\xad\x59\xdb\xa9\xea\xe5\x0c\x35\x49\xa8\xdb\x2e\xbb\x14\xa2\xd9\x76\x71\xbd\x09\x66\x7b\x8a\xba\x22\xd6\x73\xba\x22\x38\x02\xdf\x6c\xac\x27\x6f\x8b\x85\xd5\xa3\xe8\x22\xe2\xde\x76\x59\x27\x10\xf7\xf6\x74\xa8\x28\x0b\x85\x2d\xf4\x5f\x63\xb1\xc5\x47\x5d\x55\xa2\x06\x21\xd1\x3a\xe9\x5f\x53\xee\xdc\x87\x32\x2b\x5a\x61\xd9\x78\x7f\x51\x61\x15\xcd\xf0\xfd\xa5\x26\x5b\x7d\xc0\xd0\x35\x5f\xce\x72\x45\x7f\xbf\x3e\x7c\x55\x55\xc4\x27\xd7\x3b\x4e\x21\x4e\x33\xbc\x8f\xd5\x60\x27\x7f\x73\x6a\xa6\x29\x0b\xe5\x2b\xbc\x19\xd6\x70\x8a\x0d\x31\x09\x79\x7a\x3e\xd2\xff\x26\x5c\x23\x4a\x25\x44\xb6\x5d\xfc\x39\x62\x9c\x9e\x8f\xaa\x17\xb1\x58\x76\xee\x5c\xef\x59\x84\x54\x43\x9f\x58\xec\xdb\x85\x18\xb6\xca\x5b\x03\x91\x4c\x53\x12\x8f\x96\x50\xa6\xc9\x53\x18\x52\xd9\x2c\xee\xf2\x92\x33\x61\xf1\x68\x89\x4e\xda\xa5\xcf\x4b\x70\xd2\xd3\x21\x97\x7d\xc8\x52\x51\xb7\xe3\x0f\x67\x35\xb4\xa9\xec\xd9\xbe\x7a\x43\x2d\xac\xd8\xc4\x5a\x5b\xc8\x61\xa5\x44\xbc\x10\xbc\x4a\x83\x77\x21\x77\xad\x59\x58\xa2\xe3\x4f\x46\xfb\x2f\x2c\xce\xba\xb4\x3c\x15\x11\x55\x8a\xb8\xab\xa3\xd6\x25\x4b\x65\x05\x48\x1d\xe7\xc5\xf1\x47\x34\x8e\xaf\xe0\xac\x93\xd6\xc1\x19\x9a\x77\xf9\x06\xd6\x83\x83\x60\xa9\x49\x11\x33\x4f\x36\x8e\x80\xf0\x26\xd6\x6a\xd6\xcf\x59\x21\x78\xed\xd2\xfe\x5d\x5d\x0f\xe8\xe1\xfe\x3d\xf1\x51\xf5\x48\xe8\xaf\x2d\x85\x2c\x55\xca\x58\xc4\x59\x3d\xd5\xaa\x22\xdd\xff\xba\x74\x22\x1e\x6a\x97\x8a\x1f\xf1\x50\xcf\x47\x97\x8d\xfe\x09\xe7\x77\xa4\x91\xb2\x19\x22\x3a\x6a\x2a\x1a\x4a\x98\x95\x75\x29\xf1\x11\x0d\xf5\x2c\xc3\xad\x2c\x62\x6b\xed\xf1\x01\x01\x29\x96\xda\x1a\x60\x14\x18\x48\x8a\x8e\x5a\x4c\xdf\x12\x1e\x75\x98\x22\x19\xa8\xf1\xc9\x98\x8d\x68\xa9\x67\xe0\xfe\xfa\x89\x9b\xd9\xf5\xc6\x1c\x89\x5c\x19\x88\x2b\x65\x7d\xe1\x70\xa9\xa6\x32\x22\x5c\xaa\x15\x76\x14\x11\xd5\x88\x00\xf7\xc0\x35\x0b\x7d\x8f\x30\x3a\xb8\x3c\x6e\xf1\xe5\x85\xcc\x25\x60\x16\xdf\x8c\x50\xa6\xf7\xf0\x45\x24\x09\xb3\x58\x55\xcb\x16\x6c\x3a\x86\x08\x9c\x6b\x76\x27\x50\xff\xce\x1e\x6a\xe8\x09\x49\x39\x6f\x0d\xee\x7f\x91\x41\xe1\x59\x38\xfb\xa2\x1c\xba\x09\xb4\x21\xe5\x59\x58\x46\x46\x44\x28\x3d\x59\x0d\x7c\x6b\x70\xfe\x7a\xf0\xa5\xb8\xf1\x4b\xd6\x6f\xf9\x5b\x36\x2e\x1c\x98\x53\xc4\x1d\xed\x52\x4d\x22\xec\x68\xba\xa4\xbd\xbf\x10\x38\xfb\x59\x37\x21\x01\xe0\x55\xad\xa9\xd7\xea\xf4\xc7\x58\x7e\x11\x57\x93\x1b\x44\x0c\xa8\x35\xc5\xc9\x98\x6e\x25\xce\x84\xe8\x03\x6c\xcf\x64\x29\xac\x30\xa3\x97\x04\x6a\xc4\x19\xed\x44\x34\x9a\x0a\x2c\x9a\x64\x13\x43\x64\xd1\x2e\xed\x16\x22\x8b\xde\x35\xeb\x4e\x0b\x53\xb4\xee\x67\x92\x02\x8b\xfa\x7a\x09\xe3\xb3\xbb\xeb\xd5\x34\x39\xc0\x70\x47\x88\x2b\x7a\x1a\xf1\xc7\xd8\x7f\xc2\x61\x93\x43\xa9\xf5\x9b\x50\x04\x4d\x25\x41\xe4\x4d\x9d\x83\xf0\x13\x9d\x1a\x02\xe9\xee\xe3\x30\x59\x77\x58\x37\x44\x70\x4c\x52\x44\x22\x64\xe3\x69\xbe\x28\x0b\x3a\x49\x2e\x1b\x53\x27\x3c\xb9\x78\x22\x88\x91\x43\xcc\xc6\x33\x48\x65\xe3\xc1\x29\x99\x15\x31\x1b\x4f\x59\xfd\x74\x6b\x2a\xfd\x15\x8a\x7c\x3a\xcb\xb5\xa3\x3e\xc0\x47\xf3\xae\x50\xcc\x46\xf1\x5b\x88\xd9\xd8\x89\xf5\x35\x89\xd2\x98\x92\x99\x18\x78\x9a\x95\xd4\x6a\x6d\x73\xd1\x86\xb2\x42\x28\x53\x59\x9c\x1b\x54\xe5\x1a\x8d\x26\x65\x07\xf5\xfe\x59\xae\xb9\x30\x61\xfa\x3e\x4c\x36\x18\x44\x74\x10\xb1\x18\xa7\x4f\xfe\xe6\x36\x11\xe5\x83\x9c\x6f\xca\xcc\x64\x6d\x08\x49\xd9\x80\x10\x9a\xf1\xfe\xbe\x62\x36\x7c\x33\xb3\x39\xb0\x6a\x92\x6a\xea\xc2\xa8\xa9\x7f\x7f\xc9\x94\x65\x37\xfa\x8a\x8f\x2a\xba\xd4\x23\x67\x59\x19\x4d\x3e\x96\x4a\x53\x96\x27\x04\x5d\xec\x62\xcf\x12\x74\xf1\x94\x55\x33\x4b\x0b\xa5\xf9\x45\x0b\x62\xfa\x97\xb1\xe9\x74\x87\xc9\x70\xc9\xcf\x5d\x42\x32\x16\xbd\xd3\x37\x34\xa9\x6e\xa9\x90\x03\xf6\xe4\x6f\xf1\xd4\x14\x4f\x8f\x18\x8c\x5d\xcc\x41\x42\x30\x9e\x4a\xd5\x3b\xd0\x90\xae\x21\xb9\xb4\xcd\xc9\x65\xd9\xe7\xc5\xd5\xd2\x3b\x75\x07\xc5\x55\xbf\x8c\x15\x76\xd1\x2f\x63\x99\x2e\xf9\xf1\xfb\x32\xd2\x2a\xca\x26\x56\xc9\x85\x33\xcd\xfa\x6b\xcc\x9f\x2e\x22\xfc\xd8\x7e\x5f\x60\xf8\xb1\xbd\xbc\xde\xc4\x5a\xbc\xbc\x30\x2f\xae\x29\xd9\xca\x10\x40\xf1\x9e\x32\x80\x59\x2f\x6d\x1d\x5d\x96\x2f\xf4\x14\x64\xfc\xb1\x5e\xd0\x13\xba\xa7\x5e\x53\xed\xb8\xa6\x40\x0e\xc3\x39\xf6\x8a\x6e\x52\xc2\x26\x4e\x59\x56\x28\x6c\xe2\xe5\x07\xfa\x0b\xec\xa4\x9b\xe9\x85\xa5\x6c\x16\xb2\x78\x81\x90\x84\x75\x5f\x8a\x1e\x22\x82\x02\x4f\xb3\x53\x66\x23\x04\x47\x3c\xf5\xaa\x87\xf8\xa9\xf3\x65\x14\x92\xbe\x9a\xb5\xd3\x43\xd0\xd7\xb3\x8e\xd7\x0b\x33\x91\xef\x3c\xa0\x19\xe5\xb7\x3d\x1e\x61\xa5\x5b\x4a\x38\xc4\xbb\xb9\x4d\xa4\x28\xb2\xc2\x21\x1c\xe2\x2d\xc5\x01\x85\x43\x94\xe6\xdb\x0a\x49\x5f\x97\x7d\xf0\x42\xd2\x27\xa7\x69\x44\x4a\xcc\xb2\xd6\x53\x64\xc4\xcb\xeb\xf0\x1e\x1a\xa6\x6b\x65\xdb\x57\x57\xf4\x44\x45\xcc\x50\xc8\xef\xba\x1f\x03\xd8\x0f\x75\x21\x48\xc9\xef\xbc\x9e\x21\x85\xeb\xa6\xb5\x11\xbb\x49\x07\x94\x88\x86\xa7\x0d\x67\x85\x8d\x54\x2d\x5a\xc5\x7e\xad\x23\x4d\x9b\x97\x2e\xe7\xb7\x4e\xbb\x2e\x4e\x82\x1a\x7e\x1f\xb6\xef\xa5\xb1\xa9\xbf\xba\x2a\xaa\xbf\x12\x14\x42\x1f\xcf\x22\x0d\x89\x51\x96\xa4\x62\xd9\xa3\xd9\x4c\xa0\x73\x35\x8a\xaa\x1a\x84\x28\xd2\x23\x22\x3a\xe1\xf9\xa5\x7a\xa4\xa3\xa8\xd9\x46\xd4\x75\x79\x17\x7d\x58\x26\x6d\x85\x0f\x6a\xff\x7e\x79\x7f\x10\xca\x4b\x75\x68\x85\xb0\xeb\xfc\xf4\xcf\x66\xf8\xeb\x23\x7a\x42\x37\xad\x24\x63\x52\x80\x21\x5a\xe1\xfd\x7d\xb6\x7f\x44\x5d\xea\x7a\x95\xe1\x8f\xa4\xe6\x04\x28\xbc\x25\x71\x23\x40\xa1\x22\xa3\x4d\xc5\x27\xbc\x64\xff\xb2\x3e\xec\x07\xed\xa4\x30\x11\xca\xb5\xbb\x28\x1b\xd2\x39\x70\xb6\xee\xe5\x8f\x1e\x08\xba\x7a\x71\xc1\x7b\x79\x0f\x7e\xb4\x21\x3c\x4b\xf0\x9b\x65\xfa\xb1\x3e\x22\x18\xb3\xbf\xc6\x46\x73\x8f\x96\x06\xae\x66\x03\xc1\xf7\xe2\xa2\x84\x5b\x1d\xce\x82\x38\x84\x0c\x90\x9c\x7d\xc7\xbd\x08\xc1\xa5\x1e\x6d\x8d\x5b\xfd\x0d\xc3\x85\xee\xfe\xe1\x6d\x4d\x06\x2f\xeb\xc3\xd6\xf1\x58\x74\xda\xbb\xcb\x0e\xca\xba\xa2\x43\x03\x99\x22\xc3\xb9\x6e\xf7\x74\xc2\x89\x32\x7b\x02\xf1\xdb\x94\xf2\xf8\x42\xfc\x76\xf9\x1c\x84\x7b\xdd\x6e\x0a\x56\xb6\x46\x52\xaa\x59\x88\xdf\x72\x72\x4e\xf3\x97\x94\xe5\xc8\xa8\x0f\xc8\xdf\x7c\x62\x42\xfc\xd6\xf3\xb7\x11\xad\x8b\x2b\x0a\xdc\x20\x5a\x53\xf2\x35\xb3\x48\x42\x84\xd6\x7d\x9c\x9e\xd0\xe1\x90\x06\xd6\x7a\xa6\x7a\x90\x95\x65\x4e\xdc\xdb\xc0\x0e\xe6\x16\x3e\x84\x69\xbe\xdc\xdb\xe0\x47\x14\xd3\x2a\x21\x22\xeb\x3e\x7a\x61\x3f\xd4\xb3\x88\xbd\xf0\xa6\xdb\x8d\xea\x31\x26\xca\x5a\xa3\x07\xbd\x33\xb3\xaa\x1e\x6f\x29\xb5\x89\xab\x83\xe2\x5f\x2e\x7a\xa0\xde\x22\xee\x30\xd3\x03\x97\xb9\xf3\xfa\x66\x1f\xb2\xaa\x29\x28\xcc\xef\x40\x83\x32\xf8\x4e\x3c\x97\x84\x47\x8d\x11\xaa\xac\x9d\x16\x46\x4a\x52\xe3\x58\xcf\x56\xff\x34\xb2\xcd\xa5\x7c\xfb\x2b\x7b\xbe\x3b\xbb\x28\xac\xa1\xa2\x08\x6e\x3e\xe9\xa3\x7d\xc3\x66\xd8\xe1\x43\x77\xc8\x73\xcb\xbe\xb8\x52\xa4\xce\xb3\x2f\x6e\x11\x3a\xb1\x2f\x76\x11\xa4\xcb\x0e\x89\x5a\xcf\x9c\xac\x1d\x36\x49\x5d\xfd\xdb\x17\xbb\xa6\xb8\x16\x4d\x98\x7f\xf8\x8a\xa2\x43\xb9\xf0\x6a\xd7\x5d\x14\xdc\x09\x07\x64\x87\x78\xad\xe8\x86\xdb\x17\xa2\x12\x71\x85\x76\xc8\xd7\x7a\x2e\x1a\x07\xd8\x86\x31\x6f\x0c\x9d\xb4\x44\x3b\x0c\x9d\xba\x16\x77\x5f\xa2\x3b\xdc\x9d\x78\xda\xc8\xf1\xd8\x46\x82\x76\xc9\x72\x6c\x5f\xda\x7c\x9e\x01\xbd\x7a\xbb\x86\xc9\xe6\x2b\x1a\xc9\x02\x0b\x14\x35\x83\xf9\x8b\x98\x98\x1b\x81\x5a\x2e\x7f\x8c\xb2\x79\x8a\x46\x77\x8b\x1b\x81\x28\xe9\x1a\x99\x76\xaa\xe7\x1d\xab\x1a\x31\x9b\xf6\x25\xf2\xd6\xa3\xc1\x64\xf6\x3b\x47\x41\xc2\xd6\xdb\x1f\x3f\xd1\x8c\xfb\xf7\x04\x4f\x5c\x8d\xb2\x6d\x8b\xa6\x08\x2d\x26\x19\xf6\xec\x8b\x7d\x5b\x55\xa9\x88\x9b\xa4\x7a\xf4\xce\xf6\xda\xe3\x65\xe6\xf2\x1c\x21\x9a\x1b\xea\x41\xa8\x93\x08\x8f\x6f\x2c\xb3\x92\xfb\x2a\xfa\xb6\xbb\x0b\xd1\x59\x1e\xe1\xc4\x99\x3d\x8d\x38\xcb\xcb\x1f\xb4\xbe\x91\xdb\x5d\x42\xeb\x0a\x43\x3b\x65\x6a\x44\x18\xda\x9e\x21\x6f\x08\x43\xdb\x73\xf5\x2f\xc3\x70\x2c\xb9\x5a\x56\x9b\xf7\xc0\xc6\xf8\x4a\xbe\x03\x15\x2e\xb6\x7a\xfa\x90\xdb\x4d\x19\x58\xed\x1b\x03\x58\x59\x77\x12\x2f\xb6\xe8\xa1\x46\xb8\xd8\x53\xd6\x1f\x63\x16\xaa\x2b\x82\x1a\x03\xff\xee\x5b\xb4\xad\x3b\xa8\xfd\xc8\x43\x7c\xdf\xda\x8f\xc3\x15\x83\x7b\xaa\x46\x1a\x8c\xfb\xec\x2e\x2d\xde\x00\x49\x15\x2f\xf5\xdf\x5f\x85\x0f\xfd\x95\x69\x51\x0f\x45\x54\x25\xb5\x8a\x7b\x27\x6f\xd0\x5b\xb7\x5f\x53\x4d\x70\xe0\x25\xb2\xdf\xe1\xca\xb6\x67\x0f\x47\x78\xac\x38\x1b\x38\xc4\xa3\xc1\xc1\x9c\x2c\x7c\x08\x19\x7b\x06\xc7\x6a\x84\xc0\x29\xeb\x8e\x20\x3a\xe4\x29\x3b\x94\xa5\xbf\x53\xb9\x88\x7a\x7a\xf9\x87\x71\xc0\xa1\x84\x88\x15\xd9\x33\xa4\x1b\xd1\x20\xbb\xcc\xee\x09\xff\x78\x2a\x55\x35\xa1\xdb\x2e\x9b\x5c\x82\x41\x66\x42\xc4\x9d\x5c\x28\xb3\x17\x57\xc3\x1d\x3f\xd4\x86\xf0\xb1\xb6\x79\x11\x93\x50\x67\x00\x39\x51\x6e\xfe\x18\xf3\xa3\xd9\x0a\x39\x51\x96\xac\x80\xf0\x8e\x3d\x43\xd2\x29\x82\x63\xd1\x43\x5c\x31\x1b\xa7\x4c\x8c\x14\xa6\x31\xfb\x97\x08\x86\x2e\x97\x05\x55\x0a\xab\x16\xd0\x61\x57\xb5\xf2\x2b\xe4\x1c\x34\xc7\x50\x7f\xe2\xf1\x24\x0f\x76\xbb\x70\xa1\xba\xc5\x45\xcf\x35\x2a\xd8\xf0\x3c\xba\x76\x09\x66\x8e\x1c\x73\x6f\x49\x77\xbe\xbf\x0b\x89\x56\x72\x9d\x60\xfc\xa1\xa2\xa2\xb3\xb8\xd0\x77\xd1\x8a\x08\xbd\x15\xbd\x88\xa7\x6a\xda\x98\x60\xf9\xa7\x74\x7d\xaa\xe2\x0d\x49\x99\x5d\x36\x10\x48\x77\x59\xc6\xc5\x28\x43\x0e\xd4\xb3\xee\x95\xea\xe5\x9a\xca\x82\xc7\x21\x8f\x76\xe5\x4a\xec\xe9\xcf\x78\xbc\x8a\x9a\xd7\x96\xa9\xac\xb4\x86\x52\x45\x84\x55\x57\x1b\x4b\xdd\xdd\x26\x27\x41\x08\x0d\x39\x90\xdc\x1c\xed\x0a\xcd\xad\x63\x51\xe1\xee\x4b\x48\xb4\x43\xd4\xd3\xb3\x76\x1e\xa2\x1d\x39\x8a\xd9\x55\xe8\x41\xf8\x2c\x44\x39\xbd\xb9\x9e\x83\x1e\x72\xff\x7e\x63\xde\x85\x58\xaa\x90\x45\xf5\xd7\x98\x83\xef\x47\x0d\x53\x6d\xa2\x3e\x6d\x04\x5b\x09\x44\xed\x73\x1b\x51\x37\x15\x80\x76\x12\x75\x33\x37\x0f\x33\xae\x20\x09\x2c\x89\xb2\xa9\xb8\xca\x27\x17\x3b\x58\xdb\xb2\x8a\x56\xf2\x30\xb9\x47\xb4\xf0\x38\xa6\xbc\x44\x30\xee\x8a\x57\x41\x5f\x1d\x15\x1d\x0f\xa3\xdb\xa6\xab\x43\x58\x9d\xd0\x9a\x53\xd6\x4f\x5b\xce\x27\xc5\x76\xdf\x98\x4e\xe6\xef\x47\xa6\xda\xdf\x78\x61\xe9\x00\x2a\xd2\xa6\x91\x6f\xd3\x55\x32\xfd\xd3\x60\x43\xea\x8e\x0c\x97\x92\x29\x8b\xa1\xbb\x9b\x78\x68\xba\x85\x1a\xda\x87\x17\xa4\xf3\x6e\xdc\x16\xda\x53\xb2\x82\xbc\x34\x67\x8d\x85\x99\xfa\x65\xf0\x57\xf3\xd4\x48\xe5\x4b\xfa\x72\x36\xb0\xa2\x6b\xc5\x7a\x51\x62\xc9\xdd\xe4\xd5\xfc\x72\x36\x16\x46\x68\xd1\x52\x34\x5d\x0e\x8d\x95\xd1\xea\x23\x36\xbb\xbe\x45\xb9\x0b\xdc\x5b\xd0\xfd\xf4\x47\x06\xe6\xde\xc6\x22\xca\xc7\x09\x21\x38\x7b\xf6\x7c\x6d\x75\xcf\x4d\x72\x0b\x7a\x64\xe8\x96\xca\xea\x8b\x88\x9c\xa7\x70\x51\x36\x8e\x8b\x96\x30\xdc\x46\x76\x5f\x0d\x5d\x9c\xaf\xea\x8f\x4c\x5f\x53\xae\x45\x51\xd7\xaa\xf3\x3a\x94\x55\xe7\xab\xb2\x9a\x5c\x57\xf4\xc4\x4f\x19\x76\x88\xdc\x7a\xd1\x64\x76\x31\xe1\x75\x57\x85\x07\xc8\x2e\xbf\x84\x84\xd8\xec\x45\x6b\x84\xbd\xe2\xbc\xdc\xa1\xc9\xaa\xf0\xea\x24\xaa\xe6\x5d\x7d\x95\xc9\x24\xf1\xf2\x40\xc5\x35\xd1\x0c\x12\x49\xf3\xd2\x1b\x66\x87\x69\x61\x2f\xee\x2e\x0a\x19\xf2\x9c\xb5\xfb\x82\xf7\x26\x7a\xb9\xeb\xbd\xa3\x4b\xb2\x07\x7f\xbd\x5c\x2e\xab\x3e\xf9\x23\x03\xd7\xd8\x08\x18\x22\x8e\xd0\xee\x68\xbf\x77\x7f\xcc\xb4\xa2\x69\x41\xef\x50\xfe\xda\x36\xe2\xba\x72\x69\xe4\x71\xa1\x0e\x2f\x70\xdc\x02\xd2\x5b\x27\x24\x67\x2f\x9e\x94\xad\xfe\x30\x4e\xe4\x73\x53\xd6\x6a\x1b\xb7\x8f\x96\x24\x13\x92\xf3\x7c\xfd\xb3\xf0\x73\x0f\x74\x4b\x65\x22\xb7\x43\x02\x77\xda\x61\x8e\x06\xc6\xf7\xbe\xaa\x07\x62\x71\x71\x0b\x36\x92\xb4\x0e\x87\x62\x0f\x48\x3a\x59\x7d\x6d\x59\x6e\x9a\x3e\x09\xc1\x5a\x2f\xea\x7f\x58\xd0\xf5\xa2\x56\xc2\x4a\xee\x96\x40\x9d\x20\x88\x5d\x21\x03\x88\x81\x78\xa6\xd3\x1f\x37\x8d\xf8\x97\x87\xea\x91\xfb\x9e\x3d\x35\x65\x2e\xaa\x40\x15\x91\xc3\xc1\xde\x94\xbd\x18\xe1\x12\xbb\x94\x2a\x09\x90\x78\x3e\x3a\xdb\x19\xe6\x54\x36\xd6\x4c\x83\x0e\x8b\xb5\x5e\x84\xc5\xc2\x6b\x5e\x2f\xba\xa5\xc2\x69\x5e\x31\x89\x88\xf9\x5a\x11\xe6\x5c\x9a\xbb\x6f\x16\xb3\x2a\x57\x33\xf8\xe8\xac\x46\xe9\x26\x63\x5c\x3a\xf8\x4b\x4c\x24\x11\x00\x61\xa3\x56\x24\xd4\xd8\x32\x43\x33\x15\x16\x66\x68\xbd\x24\xe7\x0e\x71\x97\x75\x2d\x2d\x34\x55\x4c\xa2\x85\xdd\x59\x2f\xc9\xb9\xc0\x5a\x3a\x39\x0b\xad\x37\xd3\x3d\x88\xa2\x8a\x76\xdb\xd2\x51\x71\xf7\xb0\x1d\xf2\xe5\xbc\x44\xf8\x88\xa2\x0c\xc3\xb3\x53\x58\x3d\x42\x63\x49\x37\x6e\x84\x39\xec\x72\x00\xb3\x17\x47\x25\x39\x17\x87\xb7\x38\x17\x01\x41\x2e\xb7\xb1\x83\x5f\xab\xfe\x9c\x3d\x51\xfa\xb7\x41\xf6\xf7\xed\x6c\xe8\x56\x75\x37\x1f\x61\xf5\x75\x85\x22\x94\xca\x12\x53\xec\x8d\x27\xb4\x6f\x4e\xcb\xd7\x94\xd5\x82\x75\x65\x37\xd9\xa1\xec\x2b\x8c\x28\x6e\xe5\x22\xd4\x9c\x6e\xc5\x10\x3b\x29\x32\xfb\x24\x8e\x61\xf2\xf3\x2a\xe2\x18\xf6\x92\x9d\xe3\xfe\xd4\xb8\x42\xca\x54\x5b\xf1\xc7\xf3\x16\x90\xeb\x08\x22\x1e\x5a\x51\x8e\x88\x87\x5d\xaa\x23\x7b\xb3\x7b\xc4\x97\xd8\x9c\xc3\xec\xe6\x1f\x66\x47\x7d\x0b\xd2\xa9\x88\x83\x80\x38\xea\x92\x87\x91\xbd\xd9\x4b\x9a\xd7\xad\xf7\xba\xc8\xe4\x30\x35\xeb\xe5\x5b\x14\x62\xa4\xb9\xa2\xc0\x9e\x9e\x00\xef\x08\x67\x23\xd6\x8d\xc9\x9a\x30\x27\x3b\x5f\x35\x94\xd8\x20\xe5\x9b\x63\x46\xb2\xb3\x2c\x82\x10\x3a\xf6\x65\x45\x57\xce\xde\x1a\x1a\x65\x5f\xc2\x98\x42\x39\xb2\x21\x93\xcd\xdf\xb6\xf8\xa7\xf8\xeb\x27\x1c\x16\x27\xe5\xe0\x2c\x69\xe6\x91\xfe\x54\x3f\x17\xc2\xe0\xeb\x74\xc2\x5f\xa1\xb2\xf5\xb4\x08\x03\xb0\x5b\xbe\x71\x88\x73\x78\x6a\x52\xab\x20\x08\x6d\xbf\x97\x10\x44\xf6\x47\x26\xf8\x9f\xa1\xc8\x5f\xa8\xc5\xfa\xe9\x83\xf1\x58\xbe\xbe\xad\x42\x38\x16\x67\x1f\xbe\xb2\x72\x38\xc2\x93\xfe\xcd\x7e\x61\xfe\x23\x2a\x32\x1c\xe1\x9d\x5f\xba\x28\xaf\x7f\xbd\x20\x42\x70\xd4\x8b\xf6\x6e\x38\xa2\x3b\x7d\xd0\x4f\x37\x43\x15\xb9\xfc\xd2\x03\x59\x07\xef\x25\xd1\x82\x1e\x2a\x8a\x25\x28\x5b\x4d\x62\x09\xe6\xf2\x2d\x1b\xde\xc6\xbd\x0d\x5f\x3e\xd0\xea\x53\xbc\x7f\x4a\x75\x45\x8c\x4d\x7b\xeb\x2d\x7e\x8a\xee\x87\x10\x17\x9d\xec\x50\xb6\x51\xd3\x54\x16\xac\xaf\x65\x0e\x63\xb0\x5e\xaa\x7f\xba\x7f\xfd\x54\xe9\x71\x29\x2a\xa0\xfc\xa1\x11\x15\xd0\xfe\x60\xf6\x9b\x1b\x41\xf4\xd4\x9b\xf5\xbf\xf5\xca\x7a\x73\xc0\x45\x23\x29\x42\xa0\xec\x3e\xf7\x5b\x1b\x40\xbb\xe3\xed\x0d\xe0\xc2\x83\xc2\x1a\xda\xe4\x5e\xd4\xe6\x79\xc3\x40\x91\x71\xe5\x7e\x8b\xa4\xd2\x92\x87\x19\x57\x31\x86\x0e\xc1\x53\x97\x91\xf5\x7e\xeb\x1a\x18\xce\x4e\x2a\x52\x27\xb8\x07\x9a\xeb\x89\x15\x6f\xfe\xa6\x36\xfd\x51\x6d\x6a\xe4\x8b\x53\xa3\xad\xf4\xc6\x2b\xbb\x4c\x21\xf7\x5b\xc4\xb6\xde\x65\x21\xb2\xea\x45\xf8\xe2\xad\x4b\xa2\x38\xcb\xb2\xe9\x96\x08\x4b\xae\x5e\x74\xfc\xde\x21\x69\x2e\xcd\xd5\xb2\xf3\xab\x3f\xbe\xc9\xd2\x4a\xc8\x83\xb2\xc4\x41\x3b\x04\x40\xe7\x23\xd5\x7e\x74\xac\x85\x43\x3f\x28\xac\xfb\x71\xfa\xe1\xa8\xea\x54\x7f\xb4\x52\xda\xfa\x1f\x02\xee\x48\x6f\x8e\x28\x8c\xdd\xac\xdf\x10\x01\x55\x29\x5f\x28\x08\xe3\xf5\xfd\x25\x08\x57\xe7\x36\xfc\xc0\x9d\x6a\xd5\x41\xec\xa8\xfc\xe8\x0d\x3b\xaa\xf3\x55\x35\x89\xf2\x75\xe1\xa0\x33\x6d\x83\x49\x00\xc3\xbb\xfa\x0a\xfa\xc0\x2b\xf7\x95\x8d\xc8\xa5\x4a\xcb\x63\x5b\xe4\xa2\x49\x7c\x88\xb2\xe9\x97\x19\x81\x09\xcb\xfd\xfd\x1a\x9c\x64\x8c\xda\xd6\xfc\xb0\x38\xd8\x97\xae\xc5\x7e\xaf\x58\x7b\x3e\x0b\xd6\x57\x2d\xb1\x0f\x4f\xf6\x21\x3b\x22\x0b\xe7\x27\xe3\x2f\xf3\x59\x25\xf6\x70\xe6\x0d\xf8\xa0\xae\x7b\xba\x51\xc8\xc2\xac\x83\xa1\x73\xb2\xe8\x64\xc6\xeb\xe3\x59\x11\x16\xe4\xfc\x96\xc2\xb0\x04\x32\x22\xa6\x67\xc5\x9b\xfb\x56\xe0\xd5\x67\x11\x99\xa1\xf0\x1a\x7e\x50\xef\xec\x43\x5d\x8e\x87\xe8\x5d\x78\x6f\x3c\x0b\x07\x3c\x85\x07\xd1\x83\x9a\x63\xc7\xad\xd6\x83\x7a\xe2\xad\x30\x09\x0f\x0a\x80\xb7\x3c\x52\x3f\xab\x13\xa4\x20\xf6\xe2\x23\x1d\xba\x8c\xf4\xf7\x41\xd5\x6d\x1c\xf2\xfe\x0f\xd8\xfd\x41\x0f\x6e\x40\x63\x3e\xe8\xc1\x75\x1c\x21\x3f\x52\x83\x2b\xa8\x01\x3c\xa8\xc1\x8d\x32\x5c\x34\x9f\x9c\x46\x12\x8e\xda\x47\x99\x53\x39\x6c\x8c\x2e\x7f\x6c\xbf\x7e\x46\xd5\xc2\x8c\x30\xc1\xa8\xdd\xd5\xec\x93\x1b\x59\xb9\x57\xe4\xfc\xbb\xf7\xc9\x7d\x9b\xff\x44\xce\x4d\x84\x89\xec\xad\x6f\x71\xcf\xdc\x78\xfc\x39\xd9\xb0\x98\xbd\x9d\x0b\x57\x4a\x29\x29\x17\xc6\xbd\xd9\x3f\x24\xfe\x4e\x73\x96\xb8\x38\xfe\x61\xf8\x17\xcc\x9a\x0d\x39\xf3\x2d\xca\x85\xb3\x32\x8f\x62\x85\xaf\x61\xf7\x7b\xa1\x87\xe3\x06\xdf\x41\x93\xb1\xc6\x43\xbb\x65\xe8\x23\x56\xa6\xd9\xed\x07\xeb\x2e\xc3\x61\x78\xd0\xce\x3b\x59\xff\x36\x88\x46\xa4\x40\x0f\xca\x7a\x77\xe6\xc6\x79\x50\xd6\xeb\x78\x91\x7f\xd0\xd5\x3b\x15\xab\xf3\xf1\x0a\x92\x8e\xef\xc9\x4e\x2a\xd6\x60\xe2\x24\xe5\xec\xfe\xc7\x3b\x28\xf3\x78\x3d\xd9\xd0\xae\xc0\x79\xc8\xc9\x72\x92\x92\x6b\xfe\x90\x75\x2f\x1e\x7e\x4b\x43\x38\x9e\xb9\xe1\xa9\x3e\x28\x02\x9e\x86\x6e\x65\x19\x6e\x2e\xca\x32\xdc\xea\xc2\x0c\xb7\x57\x65\x19\x6e\xea\xca\xb6\x30\x37\xbd\x94\x63\xb8\xd9\x3f\x65\xb8\xc5\x65\xa1\x08\xe6\x50\x36\x2c\x7b\xbe\x65\x19\x6d\x9f\xca\x72\xce\x8a\xcb\x32\xda\xe2\x4e\x30\xda\xec\x2c\xa3\x9d\x1a\x8f\x8e\x6c\x55\x55\x93\xd1\x56\x7f\x65\xb4\x49\xbf\xc5\xd4\x20\x77\x7f\x65\xb4\x45\x13\x37\xb5\xb8\xce\x82\x82\xaa\x7a\x35\x19\xee\x74\x43\xf1\xc6\xf5\x62\x87\x47\xfc\xf3\x5b\x67\x59\xdd\xea\xaa\x42\x78\x78\x7f\x7f\x8b\x03\x15\xcf\xcd\xd4\xfa\x69\xe6\x30\x76\x41\xde\x7a\xb2\x8c\x48\x08\x02\xaf\x3a\x39\x27\x7f\x65\x44\x42\xb9\xa1\xc6\x78\xeb\x49\xf8\xa0\xc7\x78\x6a\xd6\x62\xe3\x44\xac\x08\xe5\x86\xdb\xfc\x53\x95\x0b\xb3\x80\xdd\x85\x19\x51\x76\xaf\x62\x01\x85\x62\x43\xed\xf1\x96\xbe\xc2\xc9\x86\x7f\xd6\xe4\x3d\x16\x84\x44\x6e\xc2\xb1\xa1\xe4\x35\x35\x8f\x9b\xd8\x13\xe8\x32\x3e\xb0\x1c\x3a\xca\xf6\xcf\x8e\x93\xda\xa1\xca\x4e\x2e\x70\x33\xb8\x68\xc7\x2e\xef\x04\xbb\x79\x36\xca\xae\x78\x5e\x78\x76\xe8\x8d\xf1\x20\x7b\x78\x19\x8c\x4b\x05\x5f\xb2\xef\x55\x06\xd7\x12\xca\x60\xb0\xad\x0c\x16\xa3\xca\xf4\xa8\xe1\x8f\x01\x3a\x1f\x22\xa4\xf7\xdb\xdd\x08\xff\xf7\xae\xfe\xf5\xeb\x47\x88\x6c\xbf\x88\xb8\x9a\x95\x39\xd4\x66\x76\x5b\xcf\xaf\x1f\xdc\xb0\x3f\x0a\x69\xce\x2e\x21\xa2\x79\xd3\xcc\xbc\xf0\xbb\x74\x29\x73\x7e\x13\xf4\xf3\x03\xbd\x4f\x18\xb4\x47\x51\xbb\xbb\xba\x13\x31\x49\x58\x7b\xc8\x6c\x64\x44\x8f\xc2\x79\x17\x17\x3b\xb5\x71\xab\x11\xcc\x1b\x2e\xdf\xb3\xdf\xc4\x5b\xd7\x97\xe8\x1b\x7b\x14\xf2\x14\xdf\xa3\x0f\xc4\x29\x7e\x0b\x1e\x02\x05\xe3\x43\xff\x21\x4e\x30\x21\x37\x1e\xa2\x04\x0f\x78\xb5\x0f\x41\x82\xd1\x20\x79\x88\x0a\x1c\x2f\xf3\xe7\x9a\x0f\xe1\xdb\x46\x38\x10\x8b\x3c\xdc\xb1\x2b\xe4\x54\x00\x02\xd3\xde\x41\x00\x1f\x00\xc6\xed\x77\x0a\x75\xf7\xe7\x5a\x17\xf1\x6f\xef\x1c\x7e\x88\x02\x90\x30\xd7\x0e\x0d\x7d\x01\x82\x2e\x08\x9e\x0c\x80\x85\x84\xe2\xec\x69\x01\x50\x7a\x2a\xdf\x9f\xc4\x45\x52\x42\x3b\x29\x00\x59\x32\xe5\x43\xc2\x05\xa0\xa2\x39\x1a\x8e\xe5\x02\x00\xb9\x91\xc7\xb7\x04\xaa\xec\x68\x33\x07\x00\xed\x3d\x54\x34\x03\x00\x29\xdd\xc3\xba\x33\x00\x1f\x74\x6d\x43\xab\x30\x00\x38\x7b\xed\x61\xb4\x78\x00\x76\xdc\x19\xaa\x84\x01\x28\x1a\xed\x9c\x06\xc4\x1d\x51\xc2\xd2\x33\x00\x8d\x38\x18\x21\xba\x09\x00\xfc\x5e\x34\xc9\x02\xf0\x25\x45\x8a\x01\x88\xce\xc2\x7f\x53\x00\xd0\x3c\xbd\xc2\x33\x5d\x00\xe2\xe5\x74\xf7\xd0\xcc\x0f\x80\x74\x76\xe2\x95\x70\x00\x32\x77\x46\x51\x07\x00\xa6\xfc\x81\xcf\x02\x90\x18\x5c\xdc\x39\x01\x90\xc4\xb0\x26\xb5\xb2\x90\x94\xa0\x90\x12\x00\xa4\x21\xe5\xf6\xba\x60\xc3\x73\xa3\xc0\x12\x00\xe1\xc5\x88\x8c\x10\x80\xcd\x32\x04\x76\x0b\xc0\x4b\x3f\xf1\xea\x2f\x5c\x22\xe4\xf0\x8a\x0b\x80\xeb\x3d\x74\x7d\x0f\x00\xb9\xd9\x8d\x34\x17\x80\x56\x7f\xaa\x8e\x8d\x1d\x08\x22\xcc\x00\xd0\x0f\x44\x33\x02\xd0\xac\x97\x01\x26\xe3\x8d\x84\x2d\x00\x6f\xbc\x4b\x66\x6d\x87\x5b\x01\x83\x60\xb6\x02\x80\x3a\x08\x53\xc4\x00\x70\x91\xc1\x72\x05\x80\xeb\x8c\x92\xee\x2f\x60\x53\xa2\x0b\xb0\x79\xf2\xc4\x83\x02\xc0\xd2\x4f\x86\x01\xd1\x0a\xcc\xac\x00\xe0\xc3\xa6\x85\xcb\x50\x00\x78\x84\x2c\xd9\x95\x12\xde\x1f\x56\x55\x00\x1e\x01\x8a\x5a\x91\x03\xd5\x1e\xe1\x5d\x05\xf8\x10\x1f\x41\x3d\x9d\x5d\x1d\xeb\x2e\x01\xd9\xd1\x8b\x66\xec\xc6\xd9\xd5\xa1\x95\xd4\x0a\x3e\x82\xee\x5e\xa6\x7f\xf2\x46\x8f\xb8\x4c\x4d\xd0\x22\x3c\x68\x1b\xd9\x00\x04\x2c\xbd\x26\x0d\x0e\x33\x92\x3e\x9c\xdf\xb2\x69\xae\xc2\x27\xf7\x2e\xf4\xbc\x0a\xe3\xdc\xde\x0d\x11\xc7\x1e\x00\xf8\xa4\x96\x6e\x00\xda\x50\xb5\xfc\xe9\x5e\x89\xd2\x0d\x81\x69\xb8\x0a\x15\xe0\x05\x20\x19\xc0\xee\x0a\xbf\x81\x00\x08\x89\x59\xab\x3b\x89\xac\xa5\xd7\xe6\x12\x50\xb7\xbd\x7a\xbe\xf7\xd0\xe4\x7d\x7b\x8d\xb7\xa1\x5e\xbb\x01\x38\x5a\xe9\x75\xf8\x27\xa8\x6d\xf5\x0a\x36\x5e\x89\x08\x7b\x77\xaf\x42\x36\x89\x30\x51\xf7\x34\xa2\x48\x43\x95\xb6\x2f\xe0\xc3\xec\x35\x21\x9b\x34\x89\x6c\x55\x8b\x70\x6d\x9a\x9b\x9e\x36\x1d\xe1\x84\x35\xf8\x4d\x20\xf9\x00\x60\x73\x8d\xff\x95\x00\x20\xad\xec\xad\xba\x04\xb6\x0f\x3d\x2e\xad\x00\xbc\x65\xa9\xa6\xbd\x93\xa4\xb1\x89\x70\xf9\x00\xa4\x48\x05\x07\x1b\x00\xe7\x20\x22\x7e\x06\x40\x67\x3a\x74\x2a\x03\x30\xd1\x45\xbb\xb9\x8c\x56\x22\x70\x7d\xba\xc2\x67\xd4\x73\xad\xac\x50\x73\xbd\x6b\xaf\xe4\xa1\xed\x16\x81\x85\x04\x60\x19\x84\x17\xf2\xe8\x1b\x37\x7e\x9a\x8f\x3c\x82\xa3\x72\xf7\xae\xa5\xcc\xf2\x98\x5e\xee\xe2\x56\x1e\x5c\x93\x86\x01\x9d\x00\xfa\x49\xf9\x02\x68\xb6\xe5\x2f\x40\xce\x02\x7f\xd7\xb1\x00\xa4\x2f\xe0\x01\xf0\xad\x83\xf9\x88\xc0\x16\x00\xc4\x7b\x48\xfa\x89\x2f\xa3\x3e\x7e\x03\x36\x80\x62\x00\x91\xe6\xba\x66\x3d\x4f\x69\xf5\x74\x0f\x7f\x66\x5a\x19\xb7\x7f\x42\x98\xcb\x3e\x84\xd2\x32\x0e\x79\xef\x3e\x74\x4d\xe4\xa9\x29\x9c\x97\x4b\xf0\xfe\xea\xc3\x53\x38\x79\x81\xf5\x70\x42\x21\x00\x6a\x67\xd3\x25\x84\x5b\x86\xd7\x65\x62\x28\xd0\x87\x67\x0c\x4f\x5d\x77\x0f\x5f\x42\x00\xe2\x62\x25\x7c\x7e\x00\x50\x03\x27\xbc\xba\x00\xf2\x5b\xe4\x9e\x3e\x0a\x51\xd7\xdd\xd3\x87\xbb\xf8\xae\xe9\x0b\x78\x28\xa1\x4a\x97\x76\xe1\xd0\xc6\xcd\x38\x84\x38\x00\xd5\xb1\x16\xa6\xb4\x43\x24\x40\xde\xf0\x66\xfa\xd4\x3e\xcd\x9b\x20\xc8\x25\x79\xb4\x3b\xf3\x8c\x0c\xfb\xc6\x00\x10\x36\xb7\x4f\x61\xbd\x2c\x65\x9d\x91\xa7\x4b\x54\x95\xf0\x04\x6d\x39\xc0\x9d\xc5\x3f\xc1\x62\xb1\x4f\xef\x75\xa4\xa0\x07\xe0\x66\xdf\x04\x63\x9e\x5a\xfd\x42\xfc\xf7\x74\xdd\xda\xb8\x65\x24\x90\x6d\x68\x21\x04\xa0\x60\x8c\x7a\x5d\xfe\x09\x26\xa7\xe3\xd2\x76\x28\xa3\xe3\xf3\x27\x24\x99\x01\x40\x64\x51\x4c\x56\x95\x01\x07\x6d\x5c\xc2\xe0\x45\x41\x05\x7c\x6d\x94\x39\x88\xe0\x72\xe9\x72\x2a\xf2\xf9\x38\x2e\x11\x0d\x45\xee\x69\x08\x43\x78\x00\x8b\x8e\x8e\x70\x48\x1c\x00\x9e\xae\xe3\xd6\x94\x96\xf5\xa6\xc4\x7d\xbb\xc4\x1b\xcb\xae\x5b\x04\x50\x91\x9a\xe7\x30\xfa\x28\x9b\xb8\xc1\x79\x8a\xba\x2b\x7b\x48\x4f\xb0\x8e\x2f\x20\x06\x7b\xff\x06\x60\xf3\x75\x0b\xad\x97\x3d\xf1\x4e\x70\x6b\xcf\x95\xbd\xf0\xc4\x70\xbb\xeb\xfb\x91\x5c\x46\x77\x45\x25\x26\xff\x3d\xc2\x39\x09\x00\x9c\x7a\xdc\x5a\xa7\x3a\xc2\x88\xfe\x00\xfe\xa4\xe6\x1f\xa5\x71\x43\x3d\x6e\x11\x43\x95\xb8\x94\x07\xe0\xfa\x3a\xf3\x7b\xeb\x9e\xae\xc4\x13\x3c\x80\x2a\x80\xac\x0d\x6f\x6d\xea\x2a\x37\xfd\xc3\x14\x78\x9d\x09\x4d\xef\x4b\xa7\xbe\xce\x8c\x81\x6f\xba\xfd\x93\xe2\x12\xfe\x49\x23\x04\x43\x4a\x06\xe0\x7d\xb5\x98\x68\xaf\xf2\x43\xd6\xbd\x99\xea\x24\xf0\xc6\x88\x80\x09\x00\x88\x55\x9b\xb4\x57\xaa\x5c\x85\x34\x4d\x6f\xc5\x5e\xfa\xee\x7a\xa1\x04\x00\x36\xab\x48\xe3\x6a\x8b\xe6\xa4\x5d\x5f\x31\x42\xbb\xf3\x4c\x2e\xb1\xb1\x2e\x4f\xda\x5d\x15\x7b\xb2\x03\x68\x06\x60\x59\x1a\x1e\xd2\x02\x80\x86\xff\xf0\x19\xaf\x1b\xdc\x3b\xc2\xdc\x06\x00\x75\xe4\xcb\x25\x44\x45\x5c\xd9\x80\xc1\x1c\x67\x8f\x7e\x2b\x32\xa0\x69\xf6\xba\xe1\x41\x8c\xec\x9e\x6e\x45\xe7\x0b\x4e\x42\x00\x88\x71\x36\x4c\xc4\xd7\x2d\x5f\x9a\x59\xa8\xa5\x22\x60\x3c\x00\x57\x2a\xc7\x86\x39\xbb\x8e\x37\xc1\x3a\x4c\xc4\xd7\x2d\x67\x57\x39\xfb\x27\xb8\xa1\x1a\x39\xbb\xa7\x8a\x73\x91\x85\x8d\xda\xb8\xd8\x40\x59\xd8\xa8\x8d\x0b\xff\x7c\x59\xa8\xb6\x8d\x5b\x75\x54\xff\x84\xf0\xe5\x23\x24\xee\x01\x18\x3c\xe1\x9a\x08\xf0\x36\x38\x5c\xe5\xd6\x7b\xac\x0d\x1c\x0f\x8f\x3c\xfc\x93\x05\x7a\xca\x22\x1a\xda\xc0\x58\xe9\x0a\x03\x94\x03\x50\x90\x8d\x91\x85\xe2\x1a\x1e\x81\xef\x51\x74\x6d\x34\xbc\xbf\x9e\x47\xcd\x25\x00\x2f\x94\x51\x34\x41\x6d\x65\x01\x3c\x38\xfb\x24\x09\x89\x69\x00\x2a\xdc\xb0\xf6\x1b\x00\xf6\x29\xd5\x75\xa0\xb5\x55\xc2\x81\x64\x00\xba\x2a\xf5\x04\x2d\x1d\xca\xe2\x09\x32\xe7\xab\x08\x73\xb4\xb5\x98\xe4\xa2\x4b\xb2\xd9\x04\x35\xe4\x4a\x01\x40\x76\x8b\xfb\xfc\x03\x90\xfe\x77\x2f\xda\xb8\x6d\xdf\x78\x3e\xa9\x7a\x5c\xb5\x9d\x10\xac\xa4\x2f\x40\xa3\xad\x42\xf9\x0d\x16\xd0\xdd\x2f\x2f\x83\x77\x61\x4d\xae\x14\x99\xcf\x30\x8d\xde\x36\xf6\x08\xa3\x8a\x64\xec\x0a\x38\x8f\x67\xe3\x00\x14\x90\x54\xb0\xca\x01\x60\x81\x5f\x75\x15\x77\x91\x48\xa3\xdd\xf7\x17\xb0\x01\x5c\x06\xb0\x94\x4d\x28\xa8\x13\xea\xe4\x1e\x4d\xc7\xa3\xcf\x9b\xc8\x28\x4d\xd8\xa1\xcf\x41\x4f\x9b\x76\xf2\x01\x54\x00\xae\x43\x46\xe4\xad\xb8\x8e\xa5\x48\x2c\xdf\x56\x16\x46\xf2\x4d\x9b\xbf\xe3\xd6\xf4\x26\x72\x29\x00\x8e\x58\xd3\xda\x76\x1c\x5b\xde\x44\xce\x3c\x80\xa5\xa0\xd6\x4d\xf4\x5f\xc7\xbd\xc4\xa1\x65\x35\x41\x8b\x66\x09\x19\x12\x80\x0f\x2b\xd7\x44\xfd\x77\xd9\xff\xe0\x40\x25\x00\x8a\x12\xd4\x85\x83\xfa\xbe\x08\x66\x97\x3c\x1f\x1b\xd7\x45\x98\xb8\x05\xa0\x4a\xe9\xaa\xb9\x44\xe3\x98\x76\x1d\x8f\x0e\x1b\xf1\x00\xfc\x13\x3d\xcf\x87\x4e\xd4\x10\x83\x67\x74\xe1\xa0\x31\x12\xd8\xa1\xe7\xfc\xe7\xfb\x6b\x8c\xc9\x63\xca\xf4\xf5\x18\x72\xc3\xdd\x35\xbf\x83\x40\x7f\x07\xe0\x06\xf0\xeb\x87\xeb\xcd\x03\x98\x42\x3f\x5d\xd4\xe2\x50\xf0\x93\xd1\xf5\x44\x19\xb3\xe2\x38\xca\x14\xf8\x98\xdc\x02\xc3\xc4\xf2\xc0\xaf\xee\x01\xe8\x27\x76\xf1\x32\x74\x93\x0c\xdc\xb8\x1c\xc0\x6d\x80\x42\x8e\xdd\xfe\x49\x28\x84\xde\x25\x69\xdf\x1f\x80\x62\xa4\xaa\x15\x9f\x72\x13\xcb\x63\x0d\xc7\xb3\x73\x09\x24\x05\x63\xe8\x0e\x1c\x6b\x2a\x5a\x91\x87\xbf\x1c\x1b\x54\x98\x62\xac\xad\x70\xa5\xda\x5e\x63\xc9\x13\xb2\xc9\xe9\xe1\x1b\x6d\x34\x8f\xe5\x51\x34\xe4\xee\x66\x1f\x07\x51\x51\xa5\xe0\x81\xde\x44\xc4\x8f\x5d\xd8\x08\x43\x84\xde\xd8\x55\xfd\x12\xdd\x32\x76\x57\x28\x9d\xe1\x2a\x42\x1c\x76\xa6\xa3\x7d\x01\x34\x32\xbe\x00\x05\x07\x17\xf1\x32\xb6\xe3\xb2\x4e\x57\xba\x35\xc7\xd3\x95\x6e\x64\x41\xdd\x05\x5e\x8a\x12\x24\xda\x65\x18\xf9\x4c\xe1\x1a\xc5\x40\xbd\xc7\xd4\x32\xcd\xb1\xe4\x28\x42\x7b\x7a\xce\xc4\xd8\xa6\x78\x2e\x73\x76\x14\x72\x4d\x5d\xdb\x73\x7c\x1e\x22\x44\xe4\xdb\xf9\x1e\xb3\x1a\xf0\x92\xc7\x13\x4d\xf1\x9c\x6f\x55\x2a\xec\x2c\x8f\x5e\xf7\x30\x41\x3e\xd7\x94\x36\xbb\x4e\xf0\xdc\x15\x6e\x6a\x77\x4f\x77\x97\xf5\x47\x52\x1d\x52\x2c\x9c\xa1\xec\x02\x00\xb5\xf6\x2c\x74\x3d\xf7\x94\x26\xaa\x50\xdc\xdc\x4b\xca\xe3\xd9\x95\x6e\x29\x35\x17\xd7\xb1\x6d\x63\x52\x0c\x90\xd9\x50\x75\xc7\x30\xf4\x9b\x57\xff\x02\x66\xff\xaf\x80\x35\x2e\xe9\xa6\x8a\x88\x5a\xe3\x92\xe1\x9b\x36\xd4\x1a\x69\x48\x87\xbc\x08\x90\xa5\xf0\xab\xf9\x58\x0a\xbb\xdf\x53\x72\x1d\x4b\xc4\xb3\xd0\xe4\x52\x80\xba\x69\x0e\xe4\x9a\xb2\x27\xba\x75\x26\xd7\x24\xb8\xf8\xbc\xc5\xc5\x5c\xd3\x2a\x9f\xa2\x88\xd6\x1c\x68\x80\x64\xa1\xb8\x35\x89\x65\x3b\x6f\x91\x48\x6b\x11\x68\xa3\xdc\xc2\x40\x1b\xcf\xc8\x37\x0e\x9f\x01\x70\xe1\x0f\xad\xed\x01\x80\x48\xf5\xb2\xde\xd3\x7a\x26\xf3\x77\x09\x98\xb8\xda\xa7\x7b\xbe\x51\x44\x48\xe5\x0b\x08\xc7\x63\xd7\xad\x27\xee\x01\xc0\x09\xd5\x91\xdb\xb8\xd4\x4d\x97\xc7\xb2\xe7\x47\x3c\x11\x9d\xd2\x8d\x07\xdc\xbb\x5c\xad\x7c\x01\x3c\xfa\xb4\x71\x0f\x00\x37\xd7\xe9\x5b\x02\xe5\xaa\x5b\x48\x6b\xe3\x40\x36\x5d\x77\x6f\x5f\x40\xe8\x39\xdc\xdf\xe1\xa3\x16\x51\xee\xee\x3a\x88\x41\x77\xdd\xf3\x37\xe0\x81\xac\x70\xc7\x1e\x14\xf6\xd2\xf5\x2d\x11\xe4\x4d\x6e\xf5\x5b\x02\xfd\x36\xcb\x05\x36\x8e\x37\xd3\x65\xf4\xb1\xe5\x07\xf3\x4a\xed\x5b\x02\x9d\x03\xd3\xe5\xef\x59\x91\xab\x0e\x91\x59\x9f\x81\x8a\x6c\xb9\x85\xd5\x3f\x13\x73\x84\x6c\xd4\xf8\xc1\x9f\xfb\x5d\x92\x8e\xd8\x23\xa7\xa2\x35\x8f\xf1\xff\xbb\xbe\x4a\xf9\x9f\xb7\xd7\x23\xf7\x9f\xe6\x9f\x3c\xeb\x92\xd1\xbb\xd8\x47\x0f\xde\x3a\xbb\xaf\x88\x47\x5d\xce\xb3\x7e\x7f\x21\xb2\x77\xfc\x06\x0c\x18\xe2\xdf\x9f\x20\xf5\xf3\xa6\x7f\x16\x91\xd0\x72\xbf\x7f\x03\xc0\x4e\x42\x02\x0f\xbe\x29\x4f\x37\x92\x01\x08\x68\xcd\x93\x79\xd6\x4d\xb3\x7e\xfb\x1f\x00\x6b\x9a\xbe\x25\x68\x65\xe4\x6f\x1d\xa1\x32\xd4\xbf\x3d\x8f\x58\x56\xbd\xe7\x6f\x5e\x3e\x1a\x34\xb5\x07\xc0\x58\x93\xdb\x48\x52\x84\x6b\xdf\x9f\x60\xfb\xd3\x45\x3a\x3d\x2b\xa1\x25\x60\x26\xce\x83\x2b\xc6\xd3\x2d\x8f\x35\x13\xe5\xec\x6e\xdf\xfc\xfe\xaf\xfc\xb9\x07\x07\x87\xbd\x4d\xcf\x05\x5e\x0c\x8b\xe5\x3c\x0f\xae\x0a\x4f\x2f\x7e\x97\x88\x7e\xb6\xfe\x6d\x23\x14\x75\xdb\xef\x02\x5b\x4e\xf7\xdc\x28\x8c\x92\x6c\x1e\xe0\x01\x20\x07\xbb\xee\x2f\x00\x4d\x9a\xef\xec\x15\x4d\xc6\xb7\xe3\xf8\xd1\xb3\xe4\xec\xc1\x93\xde\xa9\xc2\x80\x2a\xad\x80\xda\xbf\x00\x48\xaf\xef\x0a\x54\xed\x8c\xe1\xb1\x37\x44\xeb\x7e\x1f\x5b\xd3\xa6\x5c\xdf\x8e\x76\x29\x52\xb5\xf6\x05\xf0\x2a\x6f\x6e\x56\x9a\xf7\xa9\xfd\xef\x63\x19\xfd\x63\xfd\xdb\xff\xf3\xf9\xdb\x5f\xe9\xfa\xf5\xf3\x57\x3d\x03\xff\xdb\x5f\xf5\xfd\xeb\xe7\xaf\x1e\xc1\x4c\xfe\xf6\xd7\x2b\x9d\xb1\x9c\x7f\x67\x9a\xce\x9c\xbc\x62\x61\xcf\xbf\xd0\x73\xea\x01\x79\x01\xc1\x77\xd5\xdf\xfe\x7a\xe5\xf3\xd2\x38\xff\x6a\xe8\xfd\x06\xa4\x07\x04\x46\xd5\x75\x20\x67\x93\x9d\x7f\x10\xbf\x07\xb2\xf8\x15\x7e\x20\x72\x40\xf8\x95\x5c\x97\x1f\xc8\xe6\x57\xa1\xb0\x75\x56\xe0\x15\x06\x05\xe7\xdf\xc4\xbf\xea\x69\x3f\xde\xdb\xe7\x5f\xf4\x31\x08\x9b\xd7\xa6\xf6\x08\xa3\x7d\xa3\xc8\xf8\x0a\x8d\xde\xf3\x2f\x7e\x1b\x7e\xe5\x5f\x21\x1a\x3f\xff\x08\xe5\x15\x90\x06\x24\x8e\xf3\xe9\x7b\xb8\x34\x39\xff\xf8\xdd\xc1\x9e\xaf\x78\x6d\x9e\x7f\x1f\x60\x29\x60\x4f\xc0\xf0\x4d\x12\x44\xdb\x2b\x54\x3d\xcf\xbf\x4d\xb9\xd3\x42\x78\x8b\x38\xff\xe4\x28\x1f\xd8\x00\x16\xd7\x4f\x88\x95\x5e\xe1\x95\xe1\xaf\x17\xe1\x52\xc3\x34\xe3\x15\x4a\x71\xe7\xdf\xe9\xca\x45\xa9\xf5\x02\x14\x98\x3b\xb4\xa0\x5f\xe1\xd7\xe0\xfc\x3b\x7b\x24\x54\x75\x5f\x0f\x8b\x04\x01\x19\x0a\x83\xaf\xf0\xed\x7d\xfe\x45\x65\xe7\xd5\xf3\x0a\xae\xf9\xf9\x17\x28\x3c\x54\x98\xdf\xf1\x16\x3f\xff\x5e\xc0\x7a\xc0\x3e\xc0\x68\xb4\x8e\x03\x3b\x7b\xf6\xfc\xab\x51\xdd\x0c\x50\x0b\x50\x70\xeb\x63\xef\xbe\xc3\xb0\xf8\xfc\x8b\xae\x9d\x55\x7e\xdf\xd1\xb5\x77\x38\xd4\xbd\x03\x5d\xbe\x03\xef\x9d\x7f\xb4\x79\x6e\x8e\x77\x58\xc9\x9e\x7f\xb4\x19\x4a\x2a\xf7\x0e\x65\x1f\x12\x0f\x5e\x9b\xe7\xdf\xfe\xfa\xa4\x11\x5e\x92\x49\xdc\x07\xdd\x35\xa0\xb1\x9d\x23\x11\xa1\xd2\x86\xa0\xd3\xd0\x15\x5d\x08\x68\xd8\x14\x93\x88\xa0\xe4\x38\xda\x4f\x23\x78\x59\x24\xe6\xaf\x9f\x99\x05\x4e\x43\x0d\x86\x28\x7d\xa2\xc8\x94\x46\x3d\x78\x8f\x44\x89\xd2\x55\xe0\x66\xf0\xfa\xf5\x33\x09\xc7\x7b\x72\xdb\xe0\x4f\x94\xbe\x01\x7b\x30\x71\x0d\x22\x7d\x8a\xdc\x32\x78\xff\xfa\x19\x98\x7d\xa5\x11\xea\x7f\x24\xc2\xf5\x5b\x68\x5c\x9c\x9c\x4b\x87\x7b\x0a\x1c\xe0\x24\xa8\x37\x12\x98\x4f\x0a\xda\x0c\xed\x44\x8d\x2a\x82\x0f\xc3\x27\x70\x2a\x0f\x86\x1e\x89\xfa\xeb\x67\x64\xcd\x61\x68\xaf\x91\x40\xb7\x66\x4c\xc1\xbb\xe1\xa1\x48\x6f\xe8\x36\x94\xbb\x20\xa0\x21\x14\x26\xc1\x81\xf9\xc2\x9b\xe1\x11\x83\xea\x16\x74\x19\xba\xc3\x12\x1e\xa8\xd7\x3d\x02\x5d\xdd\x09\x1d\xe4\x93\x75\x1d\x28\x6c\xd7\x8b\xba\xe3\x31\x4b\x22\x94\x87\xab\xa0\xc5\xd0\xd0\x02\x45\xe7\x35\xc1\xcf\x22\x11\xda\xb9\x59\xd0\x65\xe8\xa6\x34\x53\x18\xa1\x71\x48\x6c\x76\x2c\xb5\x87\xc2\x0d\x09\xe6\x4a\x1b\x2b\x42\xa7\x93\x58\xbf\x7e\x30\x1e\x49\x23\xf4\x6c\x49\x7c\x62\x44\x85\xda\xc1\x10\x91\x28\xb8\xce\x55\x79\xcf\x78\xe0\x8e\x71\xab\xf2\x8f\xa7\x3c\x44\x8e\xe3\x56\x1f\x3f\xde\x42\x1f\x78\xfa\x38\x13\x3c\xd9\x8f\xe1\x21\xd7\xc1\x9d\x5e\x1a\x8f\x37\x3f\x62\xb7\x86\xd3\xbd\x44\x9c\xd1\x48\xc4\x79\xab\x06\xeb\x08\x11\x82\x73\x10\xeb\x30\x4d\x1f\xa1\x99\xd0\x30\x0a\x15\xcc\x93\x1b\x02\x4f\x14\x5f\x12\xe0\x40\x8f\x91\xc0\xa8\x24\x74\x05\x4f\xf6\x25\x78\x78\xfb\xc1\xd8\xe3\xe4\x9a\xc1\x60\xc5\xd0\x09\x4b\x33\xbb\xd1\x3c\x80\x17\xc1\xa7\xe1\x20\x5b\xfc\x1c\x9e\xec\x16\x3c\x2e\xdc\x0b\x3f\x0c\x27\x5b\x0d\x8f\x9b\x11\xc3\xcf\x34\x8b\xeb\xc7\x58\xb9\x74\xaa\xaf\x06\xe3\x57\x16\x57\xce\x69\xd6\xf5\x16\x78\x7d\xce\x21\x2d\x8c\x29\x1e\xed\x24\x72\xa8\x87\x31\x61\x6d\x08\x1c\x0c\x8b\x81\x8d\x54\x42\xf8\x47\xa2\x46\x25\xf4\xb0\x7b\x44\x48\xa5\x1a\x0e\x4a\x13\xb1\x0c\x49\x44\xe5\x5a\xa4\xe1\x1e\x86\x2a\xef\x48\x1a\xe7\x10\x66\x98\xb0\x09\x1a\x4e\x3d\x13\x81\x0c\x49\xbc\x03\x19\x59\xd5\x17\xaa\xe3\x7f\x45\x88\x7c\xd2\x0c\xad\x3a\x12\x81\x4f\x30\x74\x4c\xd3\x07\x96\xc0\x70\x67\x03\xd2\xd7\xb7\x57\x31\xc4\x64\x03\x37\x6a\x09\xf7\xc1\x24\x82\x08\xc1\x73\x5d\x5a\x5d\x38\x0f\xd7\xa0\x07\x1e\xf3\xb9\x7c\xd6\x16\xba\x6c\x06\xbf\x75\x78\xe4\x9d\x2a\xe1\x99\x25\xad\x8f\xd0\x01\x6e\x9f\x0e\xd6\x8b\x5e\xee\x60\xed\x92\x78\x43\x74\x67\xe0\xeb\x16\x1c\x75\x6a\x1c\xe6\x24\xcc\xb1\x48\xa0\x6f\x14\xea\x6b\x09\x43\x19\x12\xf5\xd7\x4f\xc1\xdf\x57\xc2\x3a\x85\x44\xfa\xf5\x53\x6a\xa6\xd5\x47\x1b\x7f\x3f\xb2\xbd\xe8\x02\x17\x83\xeb\x57\x21\x3f\x8f\x8b\x65\x3c\x89\xf4\xeb\x07\x45\xe2\x93\xa9\x86\xf6\x5f\x3f\xa1\x13\x10\x99\x21\xe8\x69\x02\x54\x73\x32\xc5\xd0\xfa\xeb\x87\x08\xfb\x27\xd3\x0c\x8d\x7d\xc0\x58\x4e\xf6\x5b\xc7\x04\xd5\x4e\xe0\x3b\x0b\x1e\x4b\x94\xb0\xf6\xcb\xe3\x66\x0f\xe7\x01\x2e\x28\xb4\x99\xdc\xeb\x74\xf6\x2a\xce\x60\x4f\xa6\x18\xda\x7e\xfd\x74\x62\x09\x9e\xdc\x34\x38\xdc\x93\xa1\x08\x7c\xb2\xdb\xf0\xd7\xaf\x9f\x56\xb2\xa0\x6f\x43\x3f\x67\xe8\x82\x2e\x75\x23\xd0\x03\x5e\x28\xf3\xc8\xee\x46\x10\xa5\x28\xb3\x9f\x4c\x37\x74\xc5\x65\x97\x05\x7e\x1b\x1c\x15\xdf\x01\xd5\xfd\x7a\x12\xa0\xcc\x41\xe9\xbe\x05\x87\x96\x6d\xb8\xe0\x3d\xd9\x65\x38\xe5\x0b\xf3\x3a\x96\xca\xc3\x7a\xbc\x6e\x0d\x72\xac\x65\xf8\x99\x3f\xb4\x66\xf3\x18\x5b\xe3\x09\x05\xee\xde\x6e\xc0\xa1\xf1\x4b\xe2\x10\x01\xd8\x7c\x9d\xdc\xcb\xe0\x40\x82\x38\xc6\xcd\x63\x79\xfc\x30\xf8\x2e\x82\x18\x65\xdf\x6d\x27\x11\xe5\xbd\xd9\x96\x3b\xb9\x20\x5a\xcb\x68\x82\x17\xc3\x47\xf4\x86\x39\x58\xee\x24\xe7\xe1\x22\xe4\x7a\x1e\xdb\x73\xb6\x03\x97\x5e\x45\xe5\x5f\xde\x2b\xd0\xeb\x37\x11\x32\x4e\xf6\x23\x78\x60\xb6\x1b\x5f\xe5\x27\xbb\x0c\x8f\x20\x42\xf8\x88\x3e\xd9\x47\xf0\xe8\xe6\x8d\x0f\xe3\x93\x1d\x86\xcf\x80\xdf\x49\x70\xd7\x1f\xec\xc3\x7b\x6a\x36\x5f\xbb\x18\x1e\x6e\x9e\xf0\x65\x7a\xb2\xdf\xf2\x41\xd3\x4e\xad\x6d\x38\xf7\x23\xd1\x80\x4f\xc1\xb7\xe1\xaf\x80\x6b\xfa\x43\x61\x30\x12\x93\x76\x8b\xea\x99\xd5\x70\xea\xa9\x6c\xd7\x8f\x4f\xf5\x87\x0b\x34\xdf\x02\x0f\x83\xe3\xee\x9f\x49\xe0\x8f\xc1\xe1\x34\x48\x93\xf0\xf1\x5e\x08\xca\xa2\xb7\x4b\x95\x78\x09\xc3\x12\x67\x60\xd8\x9b\x47\x70\x14\x49\x8c\x98\xfa\xa0\xce\xf2\xac\x3a\x65\x13\x47\xe4\x72\xf0\x94\x09\xb8\x45\x02\x05\xae\xd0\xd2\x97\x14\x9f\x44\xe5\xdd\xdf\x80\x83\x92\x4f\x22\xd8\x9f\xd8\x8b\x9f\xec\x23\x38\x82\x40\x9c\x34\x16\xc4\x5e\x24\x6e\xe0\x09\xf8\x56\xfd\x61\x8b\x9d\x6e\xec\xd7\x0b\xe6\xc5\x91\x38\x5b\x17\x7d\xd7\xc8\x6d\x83\x31\x35\xe8\x01\xd6\x42\x9d\xc4\x2b\x6a\x51\x2f\xdf\x60\x84\x93\xc0\xa5\x57\xbb\x04\x7f\x1b\x1e\xfa\x16\xe8\xa5\x97\x1d\x1e\xe2\x48\x84\xb3\x3a\x88\x94\xb2\x1f\xf7\x3e\xde\x69\x07\x5e\x81\x2f\xf5\x3e\xf4\x82\x0b\x44\x5d\x35\x6e\x3f\x09\x06\x1b\x96\x08\xd5\xcf\x9c\x0a\xd2\x4d\x37\x38\xb8\x8e\x9b\x9b\xe3\x24\x52\xc0\xc3\xcc\xa1\x8e\xc4\xbe\x3c\x89\x12\xf0\x42\xfd\x69\xaa\x9e\x24\xb5\xdc\xa0\x1a\x4f\xf6\x11\x7c\xd1\xcd\x22\xf8\x32\x3c\x98\x82\x37\x61\xcd\x4e\x76\x19\x2e\x6d\x5e\xda\xcd\x63\x02\xcf\x11\x7e\xf0\x36\x98\x1d\x78\x12\xcc\x4e\x65\x58\x65\xa8\xfb\xe1\x8a\x47\xb7\xe7\xc9\xbd\x0c\x0e\x76\x77\xa8\x75\x9c\xac\xab\x29\xaa\x26\x8c\x11\xea\x28\x90\xc2\x27\x31\x80\x4f\xc1\x5d\x1e\x0f\x82\x84\xa7\xaa\x3c\xba\x48\x9c\x5e\x42\x08\xd5\xd1\x38\x84\x95\xb7\x12\x9c\xc8\x8f\x14\x3b\x48\xec\x03\xce\x54\xd2\xb6\xfa\x1e\x8e\x36\x0a\x7e\xd2\xeb\xe8\x53\x33\x8f\xbe\xc3\x24\x22\x51\x45\x8b\x95\x44\x50\x10\xb9\xd6\x3f\x93\x53\xd5\x58\xbf\x82\xf5\x0f\x9e\x62\x2a\x26\xfb\x56\x2a\x23\x05\xfa\xb1\xc2\x66\x25\x81\x19\xe4\x64\x01\x96\x87\x16\x66\xfb\xe9\xe6\x52\xa9\x63\x79\x86\x16\x11\x3c\xd4\xd9\x05\x51\x76\x12\x31\xa1\x38\x53\x3d\xd9\x65\xf8\x46\x69\x39\x07\x7c\xbb\xd9\x30\x61\x46\xe5\xea\x53\xc7\x6b\xa8\xf8\x8b\x10\xf5\xd8\x65\xd4\xf1\xf2\x7a\x05\x56\x4e\xb7\x67\xfa\xb5\xb6\xe1\x2f\xe0\x74\xe7\x33\x54\x3e\xf0\x5e\xba\xf1\xa0\x5f\x51\xaf\x25\x11\x3c\x27\xbc\x64\x55\x14\x01\x49\xc4\x69\x81\x5e\xae\xf3\xd2\x68\x67\x38\x5c\x2b\xf8\x42\xab\xf3\x02\x93\x9c\x04\xd5\x30\x2a\x94\x75\x49\x7c\xa2\x1a\x26\x79\x66\xde\xc0\x27\x71\xf6\x09\xfc\x82\xea\x77\xc1\x49\xa0\x05\xcd\x68\xa7\x77\xf3\x0c\x59\x7b\xba\x09\x03\x5a\xa7\x38\x06\x27\xd1\x4f\x35\x2c\x15\x9a\x7f\x24\x08\xf3\x3b\x68\xb5\x83\x97\x2b\xa1\xd4\x0f\x3c\x26\x67\x0e\x90\xfe\x49\x04\x09\x8a\x47\x95\x8a\x3a\x3b\x89\xd8\x39\x38\x2d\xaf\x73\x0a\x35\x10\x85\xfb\x50\x73\xd4\x33\x97\xca\x13\xb9\xfa\x06\xcf\xd6\x39\xb7\xe1\xb1\x03\x0b\xce\x49\xea\xf4\xd6\x99\x0b\x86\x75\xb9\xe9\xe7\xf6\xec\xe0\xe1\xf9\x86\xd0\xaf\x44\x56\x25\x81\x42\xf3\x4d\xfd\x22\x01\x2a\x51\x52\x4f\x79\xea\x7f\x79\x1e\x14\x3b\x94\xa0\x89\x95\x08\xa0\x24\x02\xef\xe3\x5a\xab\x12\xb5\x93\x44\x68\xc7\x63\x6f\x78\xb2\xdd\xf0\xf1\xeb\xa7\x60\x95\x7d\x72\x6f\x83\x03\xc7\xe0\x32\xba\xce\xf7\x50\xf7\xa5\x3b\x8b\xdb\x8c\x4a\x70\x46\x12\x28\x9b\x27\x86\xa5\x67\x7b\x55\x84\x41\x39\x4d\xa8\xd3\x7b\x90\x00\x76\xa5\xc4\xbd\x52\x89\xdb\x46\x22\xf8\xe9\x84\x21\xab\x2b\x69\x8b\xaf\xc4\x16\xc7\xf5\xcd\xc9\x2e\xc3\xd1\x60\x0f\xea\xf6\x64\x1f\xc1\x91\xd5\x61\x40\x5e\x57\x82\x5e\x3b\x09\x66\x93\x3d\x4b\xa4\x1d\x12\xa8\xa4\x83\x3a\x57\xe6\xde\xaa\x04\xd4\x29\x15\x2c\x46\xc4\x1a\x12\x6c\x86\x20\x07\xeb\x32\x46\x5d\x81\x51\x4b\x68\x9a\x9c\x9c\x46\x85\x19\xeb\x29\x1e\x7b\x6a\x55\xc3\xab\x54\xe5\xd9\xcb\x44\xa5\x20\x71\x10\x30\x86\x9a\x75\xf5\xa5\x4e\x12\x7e\xbf\x14\x6e\x45\xac\x10\x49\x9c\x03\x57\x59\x2a\x8c\xf7\x48\x54\x1c\xcf\x30\x97\x4b\x97\xd9\x5a\x52\x07\xbf\x98\xb3\x2d\xec\x85\xc7\xee\x52\x39\x28\xb8\x40\x26\x71\xc0\xc4\x55\xaa\xeb\x0d\xc9\x57\xf1\x1b\x7c\x17\x8c\x9c\x2b\x9e\x76\x49\xc4\x55\x59\x32\xe5\x3f\x90\x9a\x55\x9e\x6e\xef\xa2\xa9\xfc\xe8\xfc\xa0\xab\x76\xe0\xcc\xcd\xe3\x39\x08\x05\x9b\x74\xe3\xf7\xa1\xee\x4b\x3b\x01\x47\x9e\x05\xb3\xa7\xba\x2f\xa1\x58\x5c\x35\x16\x8c\x99\x2a\x0e\x01\x49\x48\xd9\x9e\xe2\x62\xc8\x54\xdc\xfe\xa5\x9b\x37\x65\xdd\x59\xbd\xc1\xa7\x5e\xba\x31\x3c\xaf\xf8\x20\x8b\x04\x66\xae\xa5\xd3\x9b\x0a\x27\xb5\xe2\xcb\x2b\xdd\xf8\x59\xaf\xb8\x8c\x22\x71\x28\x50\x77\x7e\x4c\x35\x8b\x7c\xbc\x60\xad\x5b\xd1\x2f\x20\x71\x70\x1d\x1c\xb2\xba\xa7\xe6\x72\x4f\xcd\x25\xa7\x64\x4f\x5d\x04\x5b\x86\x76\x35\x28\xd9\x8a\xf5\x08\x09\xb4\xf6\x59\x42\x48\x40\x12\x67\x83\xc0\xf3\xac\x7e\x9d\x57\xbf\xce\xeb\xc5\x60\xb7\x50\x0e\x6a\x7b\x05\xfe\x5e\xc5\x7b\x09\x09\x44\x18\x6c\xbf\x2d\xfe\x5e\x45\x3e\x5f\x30\xf6\x92\x46\x1f\x89\x19\x60\xc6\xf4\x12\x91\x82\x3d\xdb\x5d\x2a\xf8\x6f\xfb\x72\xdb\xba\xdc\xea\x4d\xab\x6f\x5d\x03\xf8\x4b\x28\x5d\x13\xfc\xf6\x02\xbe\x59\xc0\x0a\x9a\xdb\x62\xe4\x9d\x44\x4c\x59\x05\x81\xec\xc7\x53\xf9\x4c\xc1\xb3\xe0\xc9\x70\x14\xfb\xc1\x67\xfb\x99\xc3\xf0\x19\xbe\xde\x04\x5e\x9a\x32\xf4\x50\x3a\x26\xcd\x6d\xdc\xf4\xf2\x24\x3a\xce\x98\x7b\xc0\x93\xe1\x29\x7a\x4f\x54\xef\x66\x3a\xb0\x41\x07\xa6\xbb\x06\xdb\xf6\x64\x3f\x86\x3f\xc0\x2b\xf0\xad\x6a\xe2\x25\x5e\x42\xd4\xf2\x69\x68\xa7\x91\xf8\x1c\x70\xe0\x89\x36\x84\x9d\x4e\x22\xf0\x84\x3b\x53\x19\x53\x83\x07\x5f\xc6\xe8\x7f\x26\xb1\xda\x68\xdc\xdb\x27\xc1\xcc\x8d\x2c\x78\x36\xbc\x00\xa7\xaf\xcd\xad\x37\x68\x68\x8e\x62\x1b\xdd\xf5\x74\xd5\x33\x6f\xc1\x3f\x86\x33\xe6\x49\xfd\x1d\x5c\x7a\x12\xf8\xb7\x8e\xb3\xd2\xc6\x18\x1a\x45\xd8\x88\x14\xe2\x51\x34\x08\x40\x12\xe7\x42\x21\xc0\x40\x1b\xcb\x53\xb4\xa8\x1d\x0f\xf5\x6d\x2c\xf7\x12\x9f\x4e\x21\xe7\x3e\x39\x4f\x74\xe8\x2c\x9e\xe2\x43\xf0\x8f\xe1\x54\x93\xa8\xfe\xc5\xfd\x70\x12\x61\x08\xd0\x3a\x93\xf0\x1e\xaa\xfe\x8d\x2f\x82\xda\xe9\xe5\x67\xa9\x9e\x0f\x6a\x27\xf8\x8d\x6b\x43\xbc\xac\x66\x13\x0c\x18\x68\x6d\x3c\x4b\xf5\x3f\x78\xba\xc3\x9a\xb4\x8d\x67\x6b\x12\xb0\xfd\x9b\xd8\xf0\xb6\x99\xb4\xc4\x33\xe1\x7e\x0f\x0f\x58\x6d\x26\xf5\x5f\xcc\xe0\x52\x63\x3f\xb7\x99\xa1\x93\x4f\x22\xea\x27\x72\x45\x9b\x08\x2b\x23\x71\xff\xfa\xa9\xb8\x77\x6a\xb0\x86\x49\x2c\x82\xe8\x53\x4d\xd1\x9a\xcc\xc2\x7e\x0e\x85\xc1\x93\xe5\x94\x9e\x44\x3d\xd5\x54\x15\xdf\x2f\x83\xdf\x14\x8f\xd1\xce\xa6\x59\x9b\xb1\xb7\x2a\xbe\x04\xda\xec\xee\x4c\xa7\x33\xea\x7b\x77\xe5\x1d\x14\x80\x7d\xf1\xc9\x7e\x0c\x67\xad\x26\x73\x20\x8a\xaf\x41\xf1\xa5\x1b\xf3\xd9\x36\x75\x7d\x9e\x44\x3b\xd5\x4f\xa6\x60\x4e\x4d\x4d\xf0\x8a\xee\x12\xd6\x4a\x27\xcb\x95\xd2\x60\xe5\x56\x9c\x8a\x9d\xdc\xcb\xe0\x37\xa6\x3a\xaa\x66\xbb\x78\xbc\x94\x1b\xac\x9a\x36\x97\x67\x1e\x75\xd9\x89\xcb\xa6\x36\x17\xd8\xf4\x24\x02\x0f\x62\x4c\xdc\xe6\xf6\xdc\x84\x1b\xab\xa4\x10\x37\x6d\xbe\x90\x0a\x35\x82\xbd\xd7\x3b\x53\x5c\x9c\xdd\x86\xb9\x49\xe5\x61\xda\x08\x8d\x4c\x22\x66\x3e\x4c\x8e\x3e\x8d\x10\xa6\x24\xe2\x61\xdd\xe2\x61\xdd\xd6\xcd\x03\xb7\xad\x1b\x74\xda\xc3\xae\xbe\x2d\xef\x33\xe9\x4e\xf4\xc1\xe4\x10\x06\x93\xc4\x06\x4e\x79\xbd\x70\xa5\xa4\x9c\xee\xce\x79\x58\x19\x6a\xb5\x29\x2e\x63\x1f\x49\x70\xf7\x27\xab\x3f\x6c\xc0\x55\x0d\xaf\xea\x0f\xc8\x68\x75\xe1\xd9\x85\x7d\x60\x69\x95\xfe\x74\x9d\xb7\xd5\xc1\xd7\xf8\x46\x6f\xcb\xd8\x42\xfe\x1d\xfa\x50\x79\xdd\xb8\x4d\x8e\x03\x0a\xe6\xd2\x6d\x49\xe2\x75\x12\x81\x17\x08\x99\xde\xd6\x82\xbc\x6d\x10\x55\x77\xc1\x1b\x45\x5b\x6b\xa9\xfe\x75\xd6\x41\xf1\xce\x1a\x81\x7b\x48\xdc\x54\x93\x05\xff\x18\xfe\x00\x8f\xcd\x43\x6c\x1c\x12\x1c\x67\x55\xbf\x79\xaf\x36\x02\xd7\x9c\xf2\x4c\xf3\x86\x7c\x39\x09\x86\xd5\xa9\xe7\xe5\xee\xbf\xd4\x7d\xb0\xe0\x7a\x0d\x2d\xef\x0b\x13\x2c\x42\x92\x36\x22\x45\x90\x98\xa7\xfb\xa0\xf0\x25\xee\x4e\x83\xf8\x3b\xdd\xa1\xfa\xcf\x54\x35\x1f\xa8\xa3\x91\x28\xff\xf1\x2c\xe0\xdb\xe6\x1e\xe0\x6a\xa2\x1b\x90\xd8\xa7\x7a\x6d\xaa\x8f\x5b\x8d\xe8\x02\xa7\x38\xbd\x7c\x74\xd3\xac\x87\x9b\x66\xe4\x26\x78\x37\x1c\x4b\x2e\x6e\x88\xf5\xe8\x48\xc8\x3d\x7e\x27\x9c\x5b\xc3\xd7\x3a\x89\x12\x5e\xe2\x3a\x60\x15\x97\x53\x72\xf9\x37\x6d\x5b\x82\xaf\x86\xef\xe5\xbb\x20\x71\x6d\x38\x10\x26\x41\xf5\x8c\x76\xfb\xa2\xdc\x8d\x07\x2e\x4c\xd0\xb6\xa7\x16\x51\x2a\x8f\x7d\x32\xdc\x2d\x1e\xc5\x49\x04\xee\x25\xf2\x46\xdb\xd3\xdd\xc4\x1f\x45\x27\x18\x46\xc3\x2d\x1f\x89\x78\x6f\x13\xe8\xb2\x99\x2e\x6b\xd0\x65\xb5\xb0\x86\x26\xcb\x9a\xd5\x26\xeb\x25\xb8\xab\xd9\xaa\x06\xb4\xb9\x25\x30\x3d\x89\xd0\x45\xeb\xea\xfe\xe3\xee\x6b\x96\x71\x98\xdb\xc7\xcd\xd6\x3f\x89\x60\xf5\x81\xf0\xfa\xc8\x74\xff\x24\x82\xfa\x08\x45\xac\xc8\x56\xc3\x43\xdf\xa5\xde\x94\xaf\xec\xcd\x93\x08\xaf\x34\x71\xd2\xfb\x68\x9c\xdc\x93\x08\x1d\x57\xbc\x9d\x75\x5f\xff\x9d\xeb\x3f\x89\x75\xdc\xc7\xe0\x26\x3e\x89\xd7\xaf\x9f\x0a\x73\xb7\x8f\xc9\x0e\x3f\x7b\x23\x1c\x54\xd5\x24\xb8\x7b\x83\x35\x4b\x41\x61\xa2\x8f\xe9\x66\xa7\x9a\xad\x74\x67\xba\xfa\x70\x49\x99\xc4\x81\xee\x63\xbb\x1e\x9d\x44\x82\xab\xf4\xf1\xe2\xf1\xd5\x91\x72\xdf\xa5\x8f\xf2\x67\x62\xab\x0f\x54\x6f\x22\x81\xf5\x59\x63\xd4\xa8\xd5\x44\x82\xc5\x0c\x34\xdf\xc7\x7b\xa8\xbb\xc1\x39\xaf\x88\x7c\xfa\x78\x7b\x6d\xde\x1c\x48\xa2\x78\x9c\xac\x8b\x6b\x74\x9d\x6a\xc4\x47\x3f\x09\x66\x23\xc8\x8c\x0e\x47\x3c\x12\xf1\x54\x2c\xc4\xb8\xee\xf3\x62\x6f\x9d\x44\x70\xae\x46\xe0\xb7\x3e\x2f\xae\x8b\x3e\x75\x8d\xe0\xbf\xb0\x4f\x3d\xc3\x4e\x22\x8e\x18\xd1\xda\xce\xc9\xa1\x5d\x04\xe0\x77\x19\xc1\xd1\xea\x33\x81\xc7\x4e\x22\x62\x9b\xe1\x63\xb8\x4f\x5d\x0b\x27\x71\x28\x81\xa6\x6a\x0a\x78\xe9\x24\xb0\x18\x4b\x34\x5b\xb5\x68\xb3\xe2\x63\x1b\xff\x9b\x27\xfb\x36\x9c\xf2\x99\x7a\x9a\xb6\xe2\x0c\x05\xf9\xda\x93\xc0\xd0\x8a\x27\x11\xc4\x1c\x71\x87\xfb\xec\x53\xa3\xc5\xae\x7a\xdc\x86\x6f\x95\x0f\x5f\xb1\x95\x97\x4f\x37\x5d\xd2\xa1\x4b\x2a\x4a\x20\x32\xed\x20\xd1\x08\x32\x50\x05\xdf\x86\x63\xf5\xc6\xce\x9a\x92\x8b\x9d\x44\x3a\xd5\xc4\x5b\xa0\x63\xcd\x4a\x22\x9c\x8d\xe3\x70\xb1\x63\xc3\x4a\x62\x44\x71\x5a\x15\x3b\xeb\x24\xa2\x96\x5e\x04\x1e\x06\xaf\x00\xc7\xa9\x98\x92\xfb\x9e\xc4\x9b\xca\x19\xe9\x9a\x6a\x34\xa8\x96\xda\x27\xf3\xab\xdb\xef\x24\xc2\x4d\x35\xbe\xfd\x4e\xb6\x18\x1e\x87\x62\x34\x55\xe3\xed\x81\xcf\x52\x29\x6b\xf4\xb9\xb6\x7a\x13\x8c\xd5\x8a\xe7\xd0\x3e\x25\x3d\x3e\x89\x70\xe1\xad\x33\x0a\xc7\x8b\xc4\x21\xe4\x42\x99\xf5\xe4\xb6\x6a\x0f\x0e\x57\x85\xc4\xe8\xf3\x3d\xb4\x09\xde\x44\xa5\x24\xcc\x63\x9f\x7a\x70\x9e\x44\xa7\xf6\x2e\xb8\x56\xfb\xcd\x59\x20\xa4\x7b\x37\xe7\xeb\x24\x22\x54\xd0\xa5\x75\xfa\x78\xce\x3e\xb8\xe0\xe5\xbd\xd3\x4d\x82\x75\x48\xb0\x3a\xc0\x77\xf3\xd1\x51\x9b\x98\x58\x0f\x22\x97\x75\x02\xd1\x93\x08\x34\x4b\xcc\xe2\xbe\xa4\x69\x72\x12\x11\x5e\x04\xa7\xeb\x7d\x65\xc3\xa5\x4f\x8a\xf7\x9c\xbe\xb2\xf6\xc7\xca\x18\x90\xc0\x54\xee\x4b\xc2\x81\xae\xc8\xc6\x13\x51\x65\x5f\xd2\xcc\xea\x8a\xb3\x5b\xf0\xad\xd3\x57\x73\x3d\xe1\xf8\xba\x12\x90\xb5\x63\xcf\x48\xe2\x8d\x29\x64\x6c\xa8\x35\x84\xd0\x08\xcb\x59\x11\x30\x76\xfc\x68\x91\x88\x25\xbc\x83\x2d\xd8\x97\xb7\x25\x7e\x8d\x2a\xf2\xc5\x4e\x60\x42\x12\x74\x86\xcd\x4d\x2c\x3e\x12\xd1\x19\x36\xc2\xda\xae\x65\x53\x4b\x65\x48\x46\xae\x44\x69\xab\xc4\x9c\xea\x4b\xc2\xce\x93\x60\xe6\x07\x7d\x79\x0b\xd9\xac\xb0\xff\xac\x53\x13\xfc\x11\x2a\x26\xea\x51\x4a\xa1\x13\xfa\xe9\xeb\xf1\x90\x1e\x0d\x09\xd4\x4d\x94\x1b\x12\x0b\x78\xec\xb3\x2d\x25\xbc\x4e\x38\x91\x94\x6e\xea\x27\x5e\x07\x89\xf0\x2d\xc9\xfb\xb9\x13\x61\x83\x44\xec\x27\x5c\xf4\xf4\x2d\x3d\x9f\x93\xc0\x96\x11\x24\xb7\xb3\x2e\xca\x9d\xd1\xb5\x27\x3a\x57\x27\x56\x03\x09\xc1\xa9\xdf\x48\x74\x0b\x89\x12\xaa\xa5\xef\x36\xd4\x6e\xc3\xc3\x80\xe6\x01\x27\xe4\x24\xc2\xdb\x3c\x3a\x22\x27\xfb\x36\x3c\x9c\xc7\x13\xab\xa8\xef\xce\x33\xeb\x24\xe2\xfe\xe7\x8d\xd8\xf7\xd4\x1a\xee\x70\x92\xd5\xc2\xb4\xec\xd3\xb7\x28\xee\x8e\xb7\xe6\x7b\xa0\x48\xd8\xf1\xd6\x4c\x62\x9e\xe2\x45\x60\x51\x1d\x7b\x1d\xe4\xd0\x6e\x4d\xce\xf2\xa4\xc5\x6b\xaa\x11\x24\xab\x6f\x91\xed\x1d\x69\x68\x4a\x48\x52\x3a\x52\x4e\x12\x9f\x28\x2e\x30\xaf\x82\x93\xb8\x0f\x58\x33\xf9\xf6\x4a\xe1\x15\xb1\x08\x83\x6c\x63\x8a\x1d\x98\xa2\x69\x23\x6c\x3d\xc9\x4e\x02\xc3\xd5\x61\xf8\x30\x3c\x46\xa4\xfd\xf1\xf6\x7a\xbc\xb5\x1e\x93\x21\x3d\xba\x33\x71\xdc\xd8\x6e\xd0\x8a\x39\x53\x5d\x9c\xa9\x7a\x69\x39\x1e\x57\x83\x13\x81\x09\x67\x61\x58\x6d\x65\xa0\xb6\xd2\x08\x62\x77\x72\x8f\xc0\x41\x39\x24\xb4\x31\xc6\xc8\x88\x57\x4e\x22\xfc\x89\xe2\x6c\x74\x8c\x0a\xce\x3d\x89\xd3\x1b\xe4\xc0\x27\xd7\x0d\x0e\xbe\x2b\x6e\x42\xc7\xe8\x4c\xfc\x49\xc4\x0b\x02\x17\x5b\x27\xab\x66\xe3\x2a\x6d\xf8\x3b\x1c\xd6\x19\x39\x89\xa0\x03\x90\x42\x0c\xeb\x8c\x9c\x44\xa8\x72\xcf\xfc\x67\xe2\x6a\x58\xc6\x38\x90\x31\x36\x24\xee\x03\x17\x4c\x24\x42\x24\xd9\x35\x34\x69\x56\x0e\x34\x2b\x5b\x56\x57\xf5\xa0\x1f\x08\x13\x1b\x12\xee\x61\xcd\x91\x93\x08\x7c\x4c\x1c\xc7\x31\xf4\x9e\x3f\x89\x40\x17\x38\xb8\x1c\x63\x2d\xb5\x8a\x4b\xef\x4e\x1c\x9a\x93\xed\x86\x63\x57\xdb\x29\xff\x1a\x82\xa3\xa8\x3d\x8a\xa6\x42\x42\xc4\x81\x10\x31\x25\x9e\x9a\x63\xbc\xbc\x60\x81\xf5\x1a\x02\x93\x81\xeb\x15\x12\x0f\xc5\xa9\x46\xb7\xe1\x80\xa2\x4c\xc9\xc3\xfa\x70\xd7\x9e\x44\x98\x2a\x96\xa0\x00\xc7\x94\x64\xfd\x24\x12\x76\xb8\x97\xe0\xd3\xf0\x05\x3c\xea\x9f\x69\x09\x9e\x08\x6d\x48\x00\x91\x31\xb3\x86\x35\x33\x61\x60\x61\x2a\x9f\xec\xc7\xf0\x07\x2b\x5e\xda\x2d\xb0\x41\x4e\x22\x53\xbe\x03\xd7\x70\x67\x89\xe1\xe2\x09\x75\xcc\x02\xc5\x71\x12\x18\x03\x67\xaa\x11\x3f\x7f\x4c\xf8\xf9\x09\x27\x7f\x27\x7b\x1b\xce\xb0\x0a\xdd\x69\x9c\xa2\x93\x60\xda\x42\x72\x3f\x10\x36\x92\xc0\x2e\xb8\xd2\xae\xb4\x3b\x4e\xa2\x62\x51\x7c\x09\xfe\x36\x9c\x69\x9e\xb4\x3b\x5d\xcf\x24\xe6\x7d\x51\xf9\xc9\x6d\x3e\xa0\xd7\x92\xc2\x79\x0f\x73\x8f\x06\x94\x59\x43\xcd\x78\xc0\x33\x22\x81\xdd\x72\x5c\x65\xc3\x04\xd6\x10\x81\x55\xaf\xd1\x05\x9f\x86\xaf\xa8\x46\xe0\xad\xde\x2f\xae\x32\xd4\x91\xc6\x7c\x6d\x55\xff\x22\xca\x15\xd2\xb9\x01\x8f\x89\x04\xf6\xc2\x20\x93\xf9\xe1\x8a\x38\x89\x46\x79\xc1\xbd\x58\x1f\x3c\x03\x85\x4b\x9a\x93\x5d\xaa\x1f\x7f\x40\xd5\xb3\xf6\x08\xc9\xcc\x87\x18\xfa\x2d\x51\xcf\xc3\xd5\x77\x12\xa1\xd4\xc7\xe4\xaf\x9b\x2b\xe2\x24\x98\x4c\x8e\x16\xbc\x2a\x12\xc1\x72\xeb\x1c\x21\xdc\x3f\x91\x08\xeb\x06\xfc\x54\x8f\x95\xd5\xfd\x95\xcf\x6a\xb6\x1a\x94\xd4\xc9\x6d\x83\xe3\x55\x81\xde\xf2\x58\x59\x6b\xb8\xc2\xf6\xa3\xa1\x47\x34\xcc\xca\x1a\x62\x65\x55\x3c\x3c\x0f\xfc\x98\x91\x78\xe8\x0d\xd5\x14\xde\x03\x27\xc1\xa4\xb1\xd5\x56\x71\xf5\x58\xe8\x54\x1e\x39\x63\x15\xa1\xa9\x15\xe1\x8a\x5a\x53\xe7\xdb\x54\x2f\x1b\xa1\x91\x90\x11\x0d\x9c\xd8\x92\x78\x87\x9b\x3e\x7a\xe3\x0d\x4b\xb4\xf7\x94\x10\xbf\x8c\x25\x15\xf5\x81\x47\xd5\x03\x67\x8e\xa5\x48\x7e\x12\x41\x25\xd7\x64\xf8\x32\x3c\xd0\x51\xcd\xcc\xc2\xd2\x12\xae\x08\x52\xd0\xf0\x22\x38\xf0\xbb\x46\x82\x66\x0b\xd5\xbc\x3d\xf5\xf8\x0c\xab\x5c\xf3\x83\x50\x9d\x24\xf2\xaf\x9f\xd6\xd9\x80\xcb\x58\x6a\x09\x4b\x35\x50\xfb\xfa\x08\x1b\x11\xb7\xb3\xf5\xa0\x2d\x06\x41\xc4\x48\x04\xc9\x5e\xbb\xe0\x90\x28\x83\xe8\x5f\x07\x1e\xd5\xec\x04\x2d\x72\x12\x0c\x36\xf8\xd5\x27\xfb\x36\x3c\x1c\x86\x07\x93\x75\x6c\x6c\x88\x22\x11\x9d\xe4\x4e\xdc\x59\x53\xb3\x33\x5e\x19\x3b\xe0\xa2\x99\xdf\x65\x84\xb6\x69\x90\x45\x63\x77\x2d\x2b\x71\x4c\x5a\x9f\x34\xd9\x79\x19\x0f\xa2\x92\xdc\x13\x86\xe6\xb0\x3a\xd9\xd8\x5a\x3f\xe4\x1c\x27\x3b\x0c\x9f\xe1\xbc\x51\x60\xdd\xc3\xc4\xed\x68\x61\xc4\x77\x72\x42\x7f\x1b\x27\x17\x43\xf3\x8b\x58\x92\xc4\xa0\xf6\xd8\xab\x56\x3e\x1b\x52\x3e\x9b\x83\xdd\xb4\xa7\xab\x9f\xd0\x57\x88\xc9\xc6\x96\x99\xc1\x49\x64\xe0\xf4\x7e\x6b\xb9\xb1\xf9\x4d\x29\xdc\x7c\x7d\xc6\x16\x7f\x72\xe0\x94\x3f\x25\xa4\xbd\x03\x27\x97\x24\x6e\xe0\x0c\x4b\x14\xd9\x80\x22\x4b\x09\x65\xd7\xb1\xdf\xee\xcf\x5b\xfd\xa9\xb4\xfb\x5e\x2e\x7f\x36\x42\x1b\x5a\xd7\x8f\xab\xc7\x45\xf7\x84\x2d\x3a\xf6\xc7\xfb\xe3\x43\xb4\xc0\xf0\x85\xf3\x19\x5b\x24\xfe\xc0\x17\x5a\x53\xa4\x93\x71\x41\xd8\x9d\x44\xdc\x79\x48\x4b\xa6\x35\x83\x4f\x82\xd1\xe2\x76\x7c\xdc\x8c\x76\xa2\xad\xd6\x26\x31\x2d\x46\x66\x69\x4f\x82\xbb\x04\x97\xeb\x43\xf8\xe6\x24\x02\xcd\xe1\x7f\x73\xa2\x8d\x4b\x22\xae\x4e\xc5\x7e\xc3\x5f\x0f\x09\xa2\xb3\xe3\x21\xde\x0c\xb8\x09\x03\xee\x1e\xf0\xb6\x27\xf2\x3b\x12\x85\x38\x68\xf7\x9f\xa9\xac\x39\x1a\x0f\xd6\x09\x07\xef\xae\x8a\xf6\x69\xf9\xdf\x44\xfe\xd7\x14\xf1\x77\xe8\x19\x31\xe5\xf3\x6c\xc0\xca\x9e\x56\x14\x9b\x28\x8a\x9d\xd6\x3b\xf0\xa5\xd9\xe8\x38\x8a\x26\xa4\xc3\xe8\xdc\x64\x27\x11\x73\xad\x18\xb7\x08\x0f\x49\x7c\xa2\x38\x73\xa1\xc7\xc8\x49\xb4\xf0\xaa\x4a\x67\x86\xa7\x5a\xa7\x08\x77\xb0\x73\x8c\xa9\xa9\x1b\xec\x2b\x84\x32\x27\xdb\x0c\x67\xea\xbe\xe5\x5f\x86\xc7\x45\xd9\x09\x01\x30\x86\x3b\x3f\x88\x8e\x89\x10\xe7\x64\xb5\x64\xa1\xdc\x79\xe0\xec\xa0\xe1\x6e\x8e\xad\xf2\x4c\xce\x74\xfd\x53\xf5\x13\x9d\xc2\xdc\xcb\x89\x0b\x9a\x03\xa7\x9f\xa2\x59\x27\x34\xeb\x68\xd5\x60\x57\xb3\x71\xc4\x40\xd8\x16\x6b\x2f\x9f\x04\xd3\x40\x9c\x81\xa1\x67\xf8\x49\xc4\x05\x3a\x09\x7b\x30\xf6\x10\x3c\x02\xa3\xdc\x55\x81\x8a\xc6\x76\x37\xb7\xba\x89\x6f\xfb\xf1\x76\xfd\xd0\x0b\x9d\x17\xd2\x1c\x1f\x6f\x91\x0f\x34\x34\x17\xf4\x1c\xa2\x0b\x26\x46\x3b\x5d\xe1\x96\xc7\x67\xab\x9a\x8f\x66\x47\x1b\xfd\xf1\x2a\x3e\x5a\x45\xa2\x5d\x8d\xc7\xab\x15\x3a\xbc\x5d\xa1\x64\xe7\x05\x16\x3f\x89\x78\x93\x4c\x26\x6d\x4a\xe1\xff\x24\x58\x5c\xc2\x17\xcc\xc6\x23\xf1\x24\x98\x35\x42\x2b\x4c\x99\x8a\x9d\xc4\x3c\xd5\x13\xa3\x67\xb6\xf9\x36\x38\x70\x0f\xfc\xa7\x39\x3b\x14\xf4\x49\x04\x92\x51\xf8\xf6\x29\x13\xb2\x93\x68\x94\x1f\x82\x7f\x0c\x7f\xc2\x94\x8f\xde\x0c\x21\x93\x89\xeb\xc6\x01\x7f\x68\x9a\x1f\x38\xcd\x0f\x1c\x84\x0a\x98\xd3\xa3\x9a\xb0\xb7\x10\xb2\xcc\x29\xd5\xf4\x89\x9b\x81\x7e\x73\x0c\xcd\x82\x3b\x89\x19\x0e\x7a\x29\x2d\x4b\x8d\x93\xa0\xf3\xac\xa0\xd5\xc6\x26\x6a\x63\xfd\xd6\x54\x4a\x5d\xf8\x24\xe2\xfe\xe0\x9e\x98\xf3\x23\x8c\x37\x43\x6b\xc8\x18\x69\x7e\xdc\x17\xf9\xaf\x9a\x5a\xa9\x8f\xc7\x4a\xa8\x6a\xf4\x5b\xe7\x14\x5a\x3e\x89\x40\xcb\x30\x70\xe6\xf4\x3e\x98\xda\x07\xa3\x09\xee\xde\x3c\xea\x8d\x62\x5c\x4b\x8b\x78\xca\x70\x7d\x4c\x85\x2d\xbe\xb5\x41\x56\x44\x56\xbd\x8b\xc2\x8f\x8b\x51\x73\x12\x61\x88\x9b\xd8\x7e\x98\xac\x93\x08\x06\x8e\xe2\x69\x5a\x96\x3a\x91\xa5\xf6\x5b\xa1\xfd\x93\x0e\xd5\x4a\x78\xa4\x43\xe7\x7d\x9a\x6e\x9c\xa2\x1b\xc7\x54\x80\xef\xa2\x05\x5c\x85\x6d\xe9\x70\xee\x05\xea\xf6\x24\xa8\x47\x21\xd5\x8b\xf6\xdf\x2a\xa1\xde\xee\xe0\xe4\xc5\x83\x2d\x0a\x20\xaf\x98\xfb\x65\xbb\x1a\x75\x47\xa1\xce\xc5\x1e\x3a\x09\xaa\xa1\x97\x55\xbb\x78\x45\x40\x47\x47\xff\x5b\x0d\x0a\xff\x24\x46\x80\x89\xe9\xec\xbb\x61\xc5\xdd\xe0\x18\x57\xe6\x29\x4e\x78\x8a\xa7\x2f\xb4\x29\x1a\x68\x12\x6a\x21\xa5\xa9\x48\xfb\x46\xea\x88\x77\x7b\x52\x88\x68\xd1\x46\x27\x11\x7d\x51\xf4\x74\xe9\x09\x9c\x04\x11\x1f\x15\xda\xbd\x7b\x44\x04\x5f\x4b\x53\xe1\xc1\x87\x6b\x1f\x0a\x73\x04\x52\xc7\x67\x3d\x09\x22\xbc\x2a\xf2\xf8\xd2\xf6\x5b\x4b\x31\x84\x15\xaf\x7c\xb9\xfe\x90\xee\xa6\x4b\x71\x74\x4d\xf3\x9e\xc4\xd9\xc5\x49\xe1\xaf\x37\x2f\xf3\x93\x78\x02\x4c\xab\xdb\xbb\x29\xdc\xbf\x75\xd4\x3c\xe7\xda\x5e\xbe\x90\xf4\xa6\xa4\x10\x44\x4b\x72\xa7\x89\xc5\x57\x4a\x88\xc7\x4e\xf6\x6d\xb8\x3a\xa3\xf2\xae\xfe\x45\xf5\xc4\xaa\x5b\x52\x41\x3e\x89\x15\x60\xd5\x22\x1c\x04\xab\xb4\x63\x52\x3b\x97\x74\x4b\x4f\x02\x9f\x14\x8a\x64\xfe\xf2\xba\xbe\x14\x00\x95\xb8\x2d\xeb\xed\xce\x04\xb3\xa1\x67\xa2\xbd\xad\xb7\x77\xb6\x38\xef\xf0\x6d\xe7\x7a\x2f\x9d\x90\xb7\x03\xdf\xab\x1a\x2f\x14\xa1\x69\x12\xe6\x51\x73\xc9\x66\xee\x24\xf0\xfe\xa2\x48\xef\x1f\xd7\x1f\xef\x4f\xdc\x52\x47\x4e\xe7\x92\x68\x2d\x28\xe4\xce\xf5\x78\x67\x63\x75\x96\xbf\xa1\xb5\x41\x88\xdb\x9e\x64\x8a\x63\x30\x33\xd6\x7d\xcb\x8f\xcd\x37\x52\xf3\x23\xb8\xbc\xc6\xdc\x8e\x5c\xec\xf2\x0b\xaf\x36\xed\xbf\xd9\x0f\xb6\xf2\x3f\x89\xab\x2d\x9d\xeb\x93\xc0\xd3\x8d\x83\xec\xea\xbc\xed\xa2\x20\xcd\xdf\x28\xb9\x6f\xc3\x15\x02\xdf\x11\x69\xb3\xe0\x90\xa0\x53\xc1\x41\x65\xbd\x7d\x12\xc0\xa7\xc3\xb5\xbe\x0d\x8f\x15\x73\xe8\x53\xcd\xf4\xae\x9a\x69\x05\x3a\x95\xc4\xec\x24\x14\xa7\xd4\x51\x40\xbb\xe1\x84\xf6\xfa\x86\x9a\x64\xd7\xee\xee\x98\xa2\x8e\x40\x08\x0e\xdc\xa8\xec\xe4\x4b\x93\x37\x84\xeb\x76\x08\xc9\x7a\x51\x18\x47\x3d\x2f\x4e\x02\x17\x99\xd9\x01\xff\xb6\xe1\x11\xba\xe7\x1b\xf8\xef\x63\x30\xa1\x82\x14\xc5\x69\x1b\x1e\x66\x59\xbd\x38\x74\x99\xa8\x10\x24\xe8\x29\x3b\x44\xef\xf6\x24\x6c\x62\x15\x15\x87\x2b\xdb\x06\x47\x80\x36\x87\xe7\x1a\x9a\x82\x17\x61\x07\x15\xca\xe8\x25\x54\x87\x1e\x64\xba\x1c\xe2\xe8\x25\x9c\x86\xff\xa8\xd3\xa8\x83\x52\x69\xa1\xe2\x81\x9c\xb2\x03\xaa\x89\xf7\x3c\xf7\x9b\x48\x5f\x8a\x7e\xf9\x5e\xcd\x60\xe2\x29\x39\xec\x91\x6a\xff\x68\x7e\x15\x6e\x4a\x66\x39\x27\x81\x67\xa3\x46\x3c\x09\x09\x9d\xec\x96\xa5\x16\x47\xdc\x61\xbd\x4f\x82\xf8\x39\x8e\x10\x33\x00\xc7\x7a\x8d\xaa\xf8\x1e\xb2\xe0\x7b\x60\x2e\x8c\xf6\x0d\x83\xb1\x01\x4f\xc5\xd9\x21\x50\xc0\x92\x06\xfc\x49\x84\x11\x5c\x12\x34\x1b\x1a\x7e\x06\x08\xf8\xb1\xa5\xe4\xf5\xb0\x63\x3a\x3a\x12\x0f\x2e\xbe\x48\x0c\x2c\x26\x55\x7c\xbb\x78\x5c\x19\x43\xc1\x1a\x44\x77\x3f\x28\xe6\x4a\xb1\xe4\xf1\x33\xf8\xe1\x19\xdc\xa7\x62\x17\x88\xd4\x3a\x89\x15\xe0\x5b\xe0\x6d\xf0\xd9\x75\xf3\x76\xe9\xb7\xc1\x9f\x28\x3d\x15\xc1\x42\x3d\x09\xb5\xed\xae\x08\x4b\x7b\x8e\x6a\xf0\xb9\x5c\x52\xcb\x2e\xde\x0d\xa7\x2b\x8e\x25\xc1\x8c\x13\xf1\xae\x75\x05\x7b\xe0\x18\x3d\x04\x92\xeb\xc3\x61\x23\x96\xa1\xc1\xdf\x56\x2c\x88\xa5\x7e\xbc\x34\x18\xc5\x81\x10\x34\xb4\xc1\xc7\xed\x80\x10\x8f\xa0\x21\x12\x95\x14\xef\xd9\x6f\xd7\x11\xba\xe1\x0a\x17\xb3\x45\xdd\x3f\x3b\x10\xae\xe3\x7f\x3c\xda\x52\xfb\x89\x0d\x7b\x7f\x83\x3e\x44\x9f\x49\x62\x00\x7a\x5d\xc5\xdf\xf6\xef\x6f\xf2\xab\x71\x39\x38\x04\x76\xe6\x4a\xc6\xef\xe4\x50\xed\x00\x7e\xd7\x89\x7f\xa5\xab\xe5\xef\xef\x7e\xd7\x59\x31\x62\xfc\xdd\x97\xf6\xbb\xce\x88\x9e\x7c\xdf\x5d\x7e\x7e\xd2\xc2\x64\x91\x24\x18\xbe\xc9\xd9\x58\xdb\xf0\x27\x95\xec\xf0\x87\xed\xc7\xaf\xc7\x4a\x29\x39\x71\xfa\xf7\x75\xc7\x17\x34\x98\x92\xf8\x95\xcb\xff\x4d\x7d\xe4\x64\xfe\x75\xfd\xfd\x6f\xff\xe7\xff\xb5\xfe\xfe\x7f\xaf\x7f\xfd\xfc\xbc\xfe\xf3\x1f\xff\xf8\xfc\xdb\x7f\xbc\xff\xe5\xf5\x1f\x3f\xff\xc7\x81\xfe\xbc\x3f\xcf\xbf\xfc\xdb\xe7\x1f\x9f\xff\xf7\xdf\xff\xf3\x1f\xaf\xcf\xcf\xdf\xff\xfd\xef\xe7\x57\xf1\xf7\xff\x05\x00\x00\xff\xff\x9d\x99\xe5\xcd\xd0\x44\x03\x00"); +func _eeab ()(*asset ,error ){_gbbb ,_adae :=_gabd ();if _adae !=nil {return nil ,_adae ;};_bbed :=bindataFileInfo {_c :"Hankaku",_ed :579,_cg :_g .FileMode (436),_ca :_d .Unix (1580492279,0)};_faeg :=&asset {_fdf :_gbbb ,_ff :_bbed };return _faeg ,nil ; +};func _dgaad ()([]byte ,error ){return _fd (_gbda ,"UniJIS-UTF16-V")};func _fabb ()([]byte ,error ){return _fd (_aef ,"B5-H")};func _bbb ()([]byte ,error ){return _fd (_bfbe ,"Adobe-KR-5")};var _fcfc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\x41\x8f\x9b\x30\x10\x85\xef\xfc\x8a\x39\x6e\x0f\x5b\x6c\x63\x6f\x12\xa9\x42\xaa\x88\xaa\x72\xd8\xb4\x2a\x9b\xb4\x52\xd5\x03\xb1\xc7\xd4\x52\x31\x96\x81\x43\xfe\x7d\x65\x03\x46\x7b\x40\xe6\xbd\xcf\x8c\xe7\xe1\xc9\xab\xfa\x5c\x5b\x33\x41\xfe\xdd\x0f\xb2\xc1\x09\xb4\xb1\xca\xe3\x38\xcc\x5e\x22\xdc\xb1\x33\x36\xcb\x28\x03\x65\xe4\xb4\xc9\xb8\xc8\xbe\x75\x59\x96\x5f\xad\xa9\x2e\xcd\xf3\xf5\xed\x4b\xc1\x9e\xbf\xc2\x3c\xe2\x0a\xaa\xfa\xdc\x3c\xc6\x09\xfb\xda\xea\x01\x8a\xa5\x80\x9a\xdd\x5a\x04\x20\xff\x81\x9d\x19\x27\xff\x80\xa7\xcf\x6a\xb8\xe3\x07\x50\xa8\x83\xff\xcd\x2b\xf4\xc6\x76\xf0\x54\x5d\x1a\x9a\xec\x66\x76\xee\x1f\xf6\x68\x27\x38\x44\x0f\xad\x8a\x6b\x96\x57\xaf\xad\xbb\xb4\x3d\xc2\xfb\x76\x6e\x11\x47\x7a\x43\x3f\x9a\xc1\x02\xfd\x48\xc8\x69\xb7\xdf\x1e\x0e\x81\xae\x55\x7e\x5d\xeb\x33\xfc\xa6\x40\x09\x30\x21\x4e\xfc\xcf\xea\xff\x7c\x1d\x54\xda\xf5\xb2\xf4\x2f\x8d\x92\x7f\x5b\x9f\x7d\x22\x84\x10\x46\x68\x51\x02\x65\x24\x49\x1e\x24\xdb\x24\x13\x25\x50\x72\x5a\xa4\x46\xae\x4b\xa0\xc5\x81\x8b\xd5\xd0\xe2\x1e\x0c\x9e\xa4\x0a\x52\x84\x7c\xdb\x31\xd9\x21\x1d\xeb\x5b\xdb\xe1\xb2\xb5\x20\xe4\x58\xc2\xf6\x7a\x2a\x81\x0a\x92\x48\xbb\x93\x50\x9e\xbf\x24\x22\x77\x12\x4e\x12\x3c\x11\xdc\x49\xe8\x51\x1c\x37\x42\x49\x22\x94\x86\x6a\x2c\x11\xbe\x93\x10\xb3\x38\x6e\x31\x52\x6f\x5a\xc7\xde\x0a\xb2\x26\x5a\x12\x44\x11\x46\x25\x5d\x9e\x9c\xbd\x47\x3b\xc5\x41\x89\xb7\x13\xfe\xb8\xb1\x98\xa6\xd1\x0d\x2e\x7c\x15\x9f\xff\x01\x00\x00\xff\xff\xad\xc7\x92\x12\xb9\x02\x00\x00"); +func AssetExists (name string )bool {_ ,_bfad :=_cbbee [_de .Replace (name ,"\\","/",-1)];return _bfad ;};func _gdee ()([]byte ,error ){return _fd (_cbdc ,"Adobe-KR-4")};func _ggf ()([]byte ,error ){return _fd (_aa ,"78-V")};func _gafb ()(*asset ,error ){_edga ,_gba :=_bbb (); +if _gba !=nil {return nil ,_gba ;};_daff :=bindataFileInfo {_c :"Adobe-KR-5",_ed :1333,_cg :_g .FileMode (436),_ca :_d .Unix (1580491432,0)};_aaa :=&asset {_fdf :_edga ,_ff :_daff };return _aaa ,nil ;};func _cfaec ()([]byte ,error ){return _fd (_ddbb ,"KSC-V")}; +func _eaced ()([]byte ,error ){return _fd (_cbba ,"UniKS-UTF8-V")};var _cfbf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\xce\x94\x30\x10\x07\xf0\x3b\x4f\x31\xc7\xcf\xc3\x27\xb4\x50\xaa\x89\x31\x51\xf6\xb0\xc4\xec\x6a\x44\x57\x13\xe3\x81\x6d\x67\x49\x93\xa5\x34\x05\x0e\xfb\xf6\x66\xa6\xc8\x1e\x36\xb3\xfc\x4a\xff\x99\x4e\xc9\x9b\xf6\xd0\x7a\xb7\x40\xfe\x2d\x4e\xa6\xc3\x05\x6e\xce\xdb\x88\xf3\xb4\x46\x83\x70\xc5\xc1\xf9\x2c\x13\x12\xac\x33\xcb\xff\x47\x2e\x66\xec\x43\x96\xe5\xc7\x2f\xf6\xde\xbf\x7e\x56\xaf\x47\x58\x67\xdc\xb0\x69\x0f\xdd\x63\x5e\x70\x6c\xfd\x6d\x82\x32\x6d\xb6\x6b\xd8\x02\x00\xf2\xef\x38\xb8\x79\x89\x0f\x78\xf9\x64\xa7\x2b\xbe\x01\x8b\x37\xf2\xaf\xd1\x62\x74\x7e\x80\x97\xe6\xdc\x89\x9d\xbb\x35\x84\x3b\x8e\xe8\x17\x10\x6c\xe8\x2d\xd7\x2c\x6f\x4e\x7d\x38\xf7\x23\xc2\xb3\x95\x0b\x2f\xf1\xca\x05\xe3\xec\x26\x0f\x42\xbe\x2d\x0a\xf5\xf4\x1f\x8f\x80\x5b\x54\x96\xff\xfe\xd9\x1e\xe0\x8f\x00\x51\x80\x54\x4a\xca\xbf\x9b\xff\x3a\x4d\x76\x7f\x4b\xc8\xd4\xbd\x71\x36\xf6\x7e\xc0\xec\x43\x2f\xaa\xeb\x47\xd8\x8a\x28\xeb\xaa\x26\x53\x3d\x1b\x15\x51\xea\xaa\x64\x33\xc9\x4c\x32\xc5\x66\x93\x21\x59\x41\x52\x0b\x96\x5a\x92\x54\x2c\x2a\x49\x4d\xf2\x8e\xe5\x7d\x12\x4a\xaf\x24\x4b\xca\xa9\x29\x27\x75\xa0\x53\x8e\xa6\x1c\xc5\xc9\x3a\xe5\x68\xca\x51\x9c\xac\x53\x8e\xa6\x1c\xc5\xc9\x58\xb2\x50\xa1\xb3\x68\x1a\xf1\x7e\x56\xfa\x4f\x57\xbb\x0f\xdb\xac\x31\xa2\x5f\xf8\x62\x79\xa0\x34\x24\xe7\x71\xff\x72\xc2\x14\x68\x17\xff\xfe\x05\x00\x00\xff\xff\x33\xd3\x9f\xac\x65\x02\x00\x00"); +var _gdf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x9a\x4b\xab\x65\x47\x72\x85\xe7\xf7\x57\xec\x61\x7b\xd0\xae\x9d\x3b\x23\x5f\x70\x39\xd0\x48\x2d\x2c\x9a\x76\x1b\xcb\x6d\x1b\x8c\x07\x3b\x5f\xa2\xc0\xba\x55\x54\x95\x06\xfa\xf7\x26\xbe\x75\x24\xb9\x1b\x83\x06\x22\x54\xab\x22\x63\x47\x46\xc6\x63\x65\x9e\x7a\xf7\xd5\xb7\x5f\x7f\xfb\xf6\xfe\xcb\xf1\xee\x5f\x3e\x7d\x18\xdf\xad\x2f\xc7\x7e\xff\x36\x3f\xad\xcf\x1f\x7e\xfc\x34\xd6\xd1\xd7\xf7\xef\xdf\x5e\x5e\xc2\x75\xcc\xf7\xe3\xcb\xcf\x7f\x44\x8c\x1f\xee\x8f\x2f\x2f\xbe\xfe\xbb\x9f\x3e\x7f\x59\x3f\x7c\xfb\xb6\x3f\x1c\x51\x7a\xf3\xc7\x8f\x4f\xdd\xe3\x78\xf7\xaf\xeb\xfb\xf7\x9f\xbf\x7c\xfa\xe9\xf8\xdd\x1f\xe6\x87\xbe\xfe\xe1\x98\x6b\x3b\xfe\x97\x4f\x73\x7d\x7a\xff\xf6\xfd\xf1\xbb\x3f\x7d\xf8\xb4\xee\xf0\xcb\x5f\x7c\xf7\xe3\xc7\x8f\xff\xb3\x7e\x58\x6f\x5f\x8e\x13\x6c\xbd\x4d\xe4\xcb\xbb\xaf\xfe\x7c\x7f\xfc\xe7\xfb\x87\x75\xbc\xfb\xd3\x77\x5f\x7d\x1c\xbf\xff\xe3\x5f\xbf\xfa\xfd\x3f\xf1\x77\xfc\xd5\xbf\xaf\x4f\x9f\xdf\x7f\x78\x3b\xda\x3f\x9e\x67\xfe\x15\xfe\xb7\x9f\x3e\xae\x23\x3c\x4d\xfc\xf5\xdb\xaf\xff\xb2\xf7\xe7\xf5\xb3\xf1\x77\xff\xf9\xd7\x6f\xbf\x3e\xfe\x2b\x1c\xe1\x3c\xae\x64\xa7\xfd\xf7\x53\xf1\x3f\xfe\xfc\x61\xae\xa7\xd2\x4b\xd4\x7e\xc6\x87\xb9\x3e\x7f\xbc\xc7\xfa\x74\xbf\x7d\xbf\x5e\x8e\xe3\xf5\x3c\x1f\xc7\x71\xbc\x56\x7b\xf8\x9f\xfe\x10\x2c\x3c\x8e\xd7\x6f\xbe\xfe\xe6\x8f\xfc\xf9\x9b\x3f\xf2\xb7\xdf\x7c\xf3\xf0\x4d\xfc\xdd\xea\x97\x20\xa3\x6f\x1f\xbe\xcc\xb5\x85\x61\xef\x35\xec\xc7\x11\x7c\xc5\xff\xfd\xab\x97\x70\x9e\x4f\x2f\xde\xcf\xa7\xf6\xe5\xda\x65\xb9\xf6\x6b\xf5\x2f\xd7\xf8\x38\x5a\x7e\x79\xbd\xe5\xc8\x1d\xca\x7c\x1c\x35\xb4\xe0\x50\x15\xd4\xee\xc7\x51\xaf\x74\x39\xd4\x06\xd0\x7d\x3a\x54\xaa\x43\xb7\xb4\x5c\x84\x93\x75\xf7\x25\x24\xba\x52\x8d\x40\x06\xb4\xfd\xd3\xa7\xbd\xbc\xde\x97\xbe\x77\xd9\x40\x29\x39\x24\x4b\xd7\x4a\x8f\x23\x34\x90\x95\x41\x7c\x59\xbd\x5a\x79\x79\xbd\xa3\xd6\x45\xfc\x8c\x97\x3b\x15\xe5\x67\x6c\xdb\x21\xbe\x17\x65\x2a\xfa\xc2\x2b\xfb\xf7\x4c\xeb\x8c\x75\x16\x80\xb4\xce\x58\x67\xc5\x3f\x68\x5a\x67\x33\x3e\x8e\x98\x7c\x7b\x36\x13\x88\x5b\xb2\xb3\xbd\xbc\xde\x49\x96\x12\x96\xd2\xe9\xc1\x4b\xb2\x94\x6a\x77\x28\xbb\x9f\x49\x96\xd2\x7d\x3f\x0e\x4b\x1e\x96\xd4\x4f\x90\xde\x1e\x87\x65\x90\x21\x9d\x59\x1f\x87\x15\x90\x79\x0b\xf1\x0d\x27\xe2\x9b\x96\x94\xb6\x2b\x11\x95\xb4\x9b\x10\x0f\x5d\x62\xbf\x59\x3e\x65\xf9\x54\xdd\x81\x2c\x9f\x72\xf5\xd3\xcb\x56\x81\x26\x50\xf3\x83\xc9\x6c\x2f\xb7\x2c\xc8\x3d\xcf\x39\x01\x2d\x41\x1e\x96\x8c\x5b\x59\x9b\xc9\xcb\x1e\x47\x0a\x1e\x84\xbc\x08\x4b\xe6\x64\x72\x71\x1f\x8a\x7c\x28\xf8\x90\x9b\x6b\x15\xf9\x50\x30\x55\xf2\xe9\x90\x4c\x95\xb5\x1f\x87\x1c\x2d\x9b\xb8\x14\x4c\x15\x32\xaf\xca\x54\xc5\x54\x25\xc4\x55\xa6\x2a\xa6\x2a\x21\xae\x32\x55\x3d\xb7\x72\x46\xe9\xce\x42\xf2\xe3\xc8\xe5\x04\xa9\x42\xb6\x23\xd8\xee\x5a\xe5\x9f\xcb\xc5\xbd\x6c\xfa\x5a\x2b\xe6\xa6\x9b\x87\xa5\xc9\x74\x73\xa5\x92\xfc\x63\xb7\x94\x6e\x5c\x6a\xc9\x6d\xdf\x72\xe9\x76\x97\xda\x19\xdc\xf8\xad\x75\xf7\xf6\x08\x73\xea\xf7\x36\x21\xcb\x95\xcc\xf3\xb5\xcb\x54\x77\x53\xed\x4c\x1e\xbb\x2e\x53\x1d\x53\x81\xec\xec\x32\xd5\x77\x7e\x1c\x2d\x82\xec\x22\xe4\x76\x25\x4b\x40\x5d\x90\x9b\x8a\xd1\xbd\x1a\xb2\x3e\xb0\x1e\xcc\x37\x38\x64\x7d\xb4\xf2\x38\xda\x15\xd0\x92\xf5\x31\xa8\xda\x0b\x68\x50\xb6\x63\x9e\xae\x15\xdd\xad\x31\xa5\xb5\xd1\xc2\xd3\xb1\xa5\x85\x5b\x17\x69\x35\xf5\xc5\xc9\x17\x2f\xb4\xa6\xcc\x4f\x4f\xf9\x16\x7d\x3f\xfd\x04\xea\xa7\x5a\x40\xcd\x2f\xaf\x5d\xad\xa3\xab\x2b\x84\x7a\xbe\xbc\x76\xf5\x80\x4e\xc5\x87\xab\xf8\x42\xd5\x72\xa7\x96\x43\xcc\xf5\xe5\xb5\xab\x4c\x3b\x45\x19\x2c\x5f\x2f\xaf\x5d\xf5\xd6\x13\x50\x4a\x6e\x5e\x59\xdb\xc9\xd1\x90\xfd\xc8\xba\xb2\xaf\x93\x6b\xa1\x98\x9b\x57\x16\x75\xf2\x21\xd4\xe8\xe6\x75\xfa\x9d\xd3\x0f\x2d\xba\x79\x1d\x6c\xe7\x18\xaf\xf3\x72\xf3\x3a\xa0\xde\x81\x82\x87\xb0\x2b\xaa\x7d\x00\x5d\x6c\x5b\x91\xe8\x13\x28\x9e\x6e\x7e\x09\x5a\x40\x76\xba\xf9\x2d\x68\x0b\xf2\x86\x3c\x14\xaf\x41\xbc\xae\xd4\xce\x97\xd7\xa1\x78\x8d\xa0\xae\x56\xed\xe5\x75\x28\x5e\x83\x78\x5d\xc5\x1b\xc6\x50\xbc\x86\x7a\x5f\x2d\xd7\xcb\xeb\x50\xbc\x06\xf1\xba\x9a\x97\xca\x50\xbc\x06\xf1\x8a\xa7\x97\xe6\x50\xbc\x06\xf1\x8a\x21\xb9\x79\xc5\x6b\x10\xaf\xc8\x69\x0f\xc5\x6b\x10\xaf\x18\x3d\xa1\x87\x82\x33\x08\x4e\xb4\xe8\xe6\x15\x9c\xd1\xc7\xf6\x46\xea\x89\x39\xba\x27\xd6\x53\x58\x08\x68\x4d\x69\x79\x8f\x8d\xa9\x14\xa0\x2c\x28\x3f\x8e\x98\xd9\x50\x9f\x05\xc8\x87\x41\x4c\xd5\xbf\xd8\xd7\x13\x2a\x8f\xa3\x90\x98\xa3\xaf\x0a\x84\x13\xc9\xab\x78\xe8\x38\x06\xc7\x11\xf3\x15\x5e\x5e\x87\x8e\x63\xcc\xe1\x50\x09\xc9\x21\xf7\xf1\x29\xa2\x11\x89\x29\x57\xa7\x9b\x8f\x25\xb3\x50\xe6\x11\xa5\x9d\x27\xf3\xf9\xe7\xb9\xfa\xff\x8d\xda\x31\x57\x63\x05\x5f\x2f\x3e\xe1\x86\x4e\x7e\xac\x7b\x3c\x8e\x58\xcf\x02\x34\x05\x4d\xa0\x0b\x68\x01\xb1\xb0\x7a\xbb\x1d\xca\x8f\xb1\xbd\xf4\xa3\x7f\xdd\xff\xbf\x0b\xea\x40\x17\xd0\x10\xe4\x0b\x9b\xa7\xcc\x54\x16\x49\xc4\xd6\x22\xd0\x25\xe8\x72\xc8\x32\x50\x04\xea\x05\x2d\x73\xa8\x57\x41\xf5\x57\x2d\x9f\x5c\xaf\xf3\xf4\x40\xd9\xe9\xb1\x9b\x27\x81\x92\x88\xc5\xb3\x7b\x9e\x53\x5f\x9c\xc3\xb5\xa2\xa0\x29\x68\xfa\xc9\xc7\x00\xb4\x80\x34\x56\xbd\x36\xa7\xb2\x7b\x06\x9f\xbd\x76\xfa\x58\x9b\x61\x9a\x20\x7b\x1c\x16\xbd\x1b\xcc\xc0\x3c\x96\xb0\xe0\x75\x3e\x03\x29\x33\x83\xa7\x89\x85\x28\xad\x2a\xa8\xb2\x30\x01\x35\x41\x37\x5a\x5a\xd8\x81\xd6\x89\x16\xd0\x92\x13\x2e\x2c\xe0\x7d\x58\x97\xa0\xcb\x27\xd6\x89\xab\x2b\x0a\x72\x27\xa2\x67\xe4\x0c\x4b\x4e\xb8\xb0\x58\x65\xab\x08\x92\x5f\x0d\x48\x7e\xad\x8e\x56\x01\x1a\x82\x3c\x5e\xc1\x64\x7e\x0a\xf2\x78\x45\x9f\x88\x33\xac\x25\x68\xa1\x25\x68\x03\x6d\xbc\xe7\xd0\xc2\x96\xf7\x1b\xef\x0d\xbf\xb6\xbc\x77\x61\xb1\xe1\xd7\x96\xf7\x9b\x10\x1a\x81\xde\xf2\x7e\xe3\x7d\xc3\xd5\x2d\xef\x9d\x6c\x58\x30\x2d\xbc\x05\x79\x08\xed\xd4\x42\x85\xd0\x85\x31\x6d\x66\xd8\xda\x90\xcf\x24\xb3\x53\x0b\xe5\x3d\xa7\x0d\x8b\x9a\x6a\x5c\x12\x16\x48\x80\x4b\x89\x79\x79\x32\x9a\x05\x41\x26\x28\xa3\x15\x80\x8a\x20\x9c\x08\x17\x50\x17\xd4\x81\x64\x7e\x08\x22\xaa\xde\xcb\xe6\x45\xa5\x49\x98\x5d\x32\x8f\x5f\x57\x97\x13\x9e\x26\x57\x97\x13\x2e\xcc\x2e\x16\xf6\x28\x88\xf4\x4d\x98\xef\xcf\x85\x0b\x76\x87\x5f\x9d\xe3\xb8\x06\xb6\x0a\xe6\x87\x6c\x8d\x88\x56\x04\xd2\x86\x5c\x58\x0a\x05\x28\x09\xe2\x38\x8a\xb4\xb2\x20\x91\xc7\x0a\xa4\x3d\xba\xb0\x24\xbf\x86\xf6\x38\xd8\x63\x11\xa4\x3d\x0e\xfc\xba\xd8\xd0\x90\x5f\xd4\x50\xba\xb0\xa5\x1a\xba\x28\x98\x14\xd1\x52\xc1\x20\x2c\x14\x41\x4d\x10\x4e\x90\x72\x97\x0a\xe6\x52\x21\x53\x30\x97\x0a\xf9\x9a\x1b\x2d\x16\x2e\x9a\x02\xc2\x42\x21\x5e\x2a\x2b\x84\x25\x63\xdb\x2a\x2b\x84\x25\x25\x80\xca\x0a\x61\xf0\x81\x79\x2d\xc5\x6b\xe1\x7d\x66\x8f\x4b\xde\x7b\x29\x59\xca\x38\xb1\xe4\xea\xc2\xd5\x82\xab\x4b\xae\x52\x69\x49\xae\xaa\xd2\x2e\xaf\x1b\x0b\x15\xad\x2d\x57\xbd\x22\x2c\x9f\x98\xdf\xfa\x22\xd5\x91\x95\xab\xaa\x0e\x84\x85\xca\x1e\x55\x1d\x17\xac\x3c\x2b\x01\xb6\x9c\x20\xc9\x03\x1d\x40\xa3\x78\x46\x41\xcd\x73\x55\xa3\x78\x1a\xad\xe3\x42\xcb\xd4\x3a\x4c\xad\x83\xd3\x36\xb5\x0e\xa3\xac\x22\x89\x69\x2a\x2b\xc4\xb3\x7f\xd9\x9e\x82\xd6\x2f\xfd\x4b\x63\x7d\xa6\x5b\x1d\xb3\x02\x25\x41\xe9\x97\xfe\x95\xe0\xc9\x53\x97\x13\xf5\xaf\xa4\x1a\x42\x3c\x9b\x55\x52\x0d\x25\x0a\x46\xcd\x2a\xa9\x60\x10\xcf\x0d\xa5\x9b\xfc\x4a\x72\xa2\xfa\x42\x11\x89\x99\x7d\x9c\x98\x65\x20\x8d\x13\x84\x05\xa7\xef\x33\x6b\x9c\x64\xd2\xd7\xb0\x95\x95\xbe\x08\x0b\x45\x10\x5f\x84\x94\x58\xa2\xdc\x45\x4a\x66\x51\x75\xe4\xf0\x9b\xa3\x78\x16\x15\x0f\x22\xa5\x84\x11\x15\x4f\x59\x3a\x79\xaf\xba\xa2\x5c\x43\x64\x95\x7e\x51\xae\xc1\x7f\x2c\x5f\xee\xb6\xf8\xcf\xac\x82\x9c\x7a\x4c\xf1\xc5\x09\x5f\xb4\x42\x76\x8b\x12\x4d\x28\x91\x55\x8a\x47\x94\x68\x76\x4a\xbf\x51\x75\x5d\xa5\x8f\x48\x6a\x6f\x5d\xa5\xdf\xf1\xab\x91\xca\x5d\x7e\x21\xac\xf9\x95\x77\x76\xf9\x05\xd9\x49\xa7\xdf\xba\xa7\xc8\xce\x1c\x7e\xf2\xe9\xc4\xd5\xa1\x93\x47\x14\xb5\x91\xa1\x93\x1f\x5a\xc8\x28\x16\x25\x9a\x93\x85\xf0\xd8\x39\xb5\x10\x91\x4e\x2a\x78\x6a\xe1\x9c\xd2\xf2\xe0\x4c\xb5\x11\x44\x0a\x54\xca\xd4\x28\x9e\x5e\x4f\x29\xe0\xfd\x54\x3d\x21\x4a\x76\xce\x33\xe7\xd6\x42\x9c\xb8\xf0\x5e\xcc\x68\x2e\x4f\xf8\x74\x51\x4f\x4b\x09\x8f\x48\xc9\xd9\xee\x5c\x4a\x78\x44\x8a\xce\x79\xe6\xd2\x68\x41\xa4\x48\x62\x89\x2c\xcd\xed\x2d\x3c\x45\x8e\x76\xab\x85\x23\x8a\xb8\xc5\xee\xf8\xb5\xbd\x4b\xa5\xe8\xe4\x70\x6e\x75\x29\x44\x8a\x7e\xad\x98\x5b\x5d\x6a\x7b\x3d\xa6\x48\xb3\xd9\x9a\xe1\x88\x64\x74\x83\xad\xfe\xb3\xe5\x84\xe7\xed\x12\xf1\x5a\xe7\xc6\xbc\x4f\xe7\x75\xee\x27\x14\x1e\x47\xe6\xd0\xd6\xc9\x74\x5e\xd0\xa0\x64\xde\xc2\x97\x68\xd0\x0a\x5e\x7c\xc9\xbc\xea\x56\x60\x72\x49\x24\x18\xea\x0a\x14\xe2\x82\x35\x24\xf3\x81\xbd\xc4\x1a\x24\x52\x0c\x2c\x5c\xd2\xc2\x7c\xf2\x0d\x2d\xcd\xdd\x75\x09\xf2\xa3\x5d\xea\x52\x2b\xfa\x09\x25\xee\xf2\x2b\x72\x42\x12\xe5\x3c\xd1\xa2\x09\x2e\x7a\x59\xe2\x4e\xbc\xd4\xcb\x24\x4a\xf4\x91\xb7\x8c\x19\xbe\xcc\xaf\xdd\xa9\x78\xbc\x96\xdd\x4d\x50\xc3\x7c\x05\xba\x81\x64\x8b\x2f\xaa\x71\x2d\x9a\x4d\xaa\xa9\x02\x2d\x41\x8b\xa7\x02\x03\xda\x40\x7e\xaf\x4c\xd5\xf3\x6b\xa5\xae\x85\xcf\x81\x9d\x80\xa2\xa0\x8a\x16\xe6\x69\x36\x12\x66\x5e\x1d\x2b\xf5\x5b\xd0\x8d\x56\x03\xea\x82\x68\x49\x97\x20\xa2\x9a\x7c\x86\xa7\xea\x33\x69\x25\x66\xb8\x84\x59\xc4\x09\x0a\x79\xa5\x81\xf7\x1c\x5a\x1a\xf2\x9e\x51\x6c\x11\xbf\x86\xbc\x1f\xbc\x7d\x38\x17\x5b\x09\x02\x2d\x61\x5c\x9d\x56\x9a\xda\x90\x8b\x54\x1b\xb6\xe6\x25\x88\x3d\x46\x41\xda\x23\xc5\xc7\xa3\xc5\x4a\x14\x9f\x84\x59\xc4\x7b\xae\x4e\x8b\x17\xa3\xd4\x48\xb9\xb4\xb5\x6d\x46\x8b\x39\x47\x5c\xbc\x24\x3d\x85\x08\xce\x4a\x5b\xdb\xa6\xd2\x9a\xfc\xda\xda\x90\x48\x9c\xdf\x9d\x97\x1a\xbd\x84\x99\x37\xbe\x95\x95\x00\xd9\x49\x5c\x6a\x51\x90\x09\x22\x5e\xce\x11\x57\xa6\xc1\xac\xec\x4d\x25\xb5\x28\xa8\x08\x62\x68\x38\x1f\x58\x99\xc7\x9b\x95\x29\x85\xe6\x4d\x74\x65\x95\x42\x16\x89\xf3\xee\xbb\xb2\xd2\x04\x91\xb8\xa9\xac\xac\x34\xc9\xf0\x3a\xf3\xf1\xb9\x72\x97\x5f\x34\x85\x26\x57\x95\x26\x08\x33\x52\x2e\x77\xb9\xda\xf1\xcb\x04\xc9\x2f\x26\x97\x11\x1c\x4d\xae\x95\x3d\x5b\x52\x4b\xf8\xd5\x87\x20\x32\x27\xe3\x97\x32\x27\x93\x39\x2d\x11\x2f\x65\x0e\xc2\x02\x85\x9c\x95\x39\x88\xd4\x32\xb6\x18\x01\x2b\x0f\x8d\x4f\xbc\x1f\x8a\xc4\xe0\x1c\x29\xe4\x3c\x6e\x41\xdc\x67\x9e\x0b\x49\xdf\x4c\xe6\xb4\xcc\x17\x95\x39\x59\x99\x93\xd9\x90\x32\x27\x93\x39\x4c\x98\x95\x95\x39\x59\x99\x93\xd9\xa3\x32\x27\x3b\x21\x4c\xad\xc8\x96\xb6\x3d\xa9\x21\xca\x3d\x4f\x39\x31\x89\x44\xc9\xbf\x39\x8a\x57\x9e\x0a\x14\xd7\xc3\xa0\x9d\x4c\x05\x6a\x72\x80\x45\x3e\xea\x00\x61\x95\x26\x1f\x61\x95\x12\xa9\x51\x88\x79\x29\xfd\x60\x95\x46\xdb\xcd\x4b\xfb\x5d\x04\xbd\x6a\xa1\x82\xce\xf8\x54\x8f\xd5\xeb\xa5\x84\x19\x0d\x22\x2f\x85\x00\x12\xc6\x63\xf0\xca\x4b\x21\xa0\xf7\xb7\x2a\x2d\x9d\x03\xdc\xd3\x0a\xb9\xb6\x14\x95\xc5\xd1\x54\x99\x57\x54\xe0\x9e\xa6\x0d\x2d\x6d\xdb\x45\x7e\x56\x8a\xfa\x75\x5e\x6c\xbb\xea\x8b\xda\x36\x0c\xd5\xe4\xfd\xd6\xb6\xb7\xb6\xcd\x42\xcd\x11\x84\x59\x65\xdb\x9a\x23\x88\xe7\x84\xc8\x5b\xc7\x4c\x57\x6f\x15\x27\xd4\xd5\x11\x66\xda\x90\xba\x7a\x16\xb5\x55\xde\x6e\x6d\x7b\x73\x6d\xa5\x85\xe7\xad\x6d\x6f\x92\xa1\xc9\xbc\xb6\xcd\xf5\xd0\xe4\xbd\x3a\x0b\x54\x2d\x35\xbf\xb6\x2e\x51\x35\x09\xd3\x30\x2b\x6a\x10\x05\x6e\xd1\x68\x82\x05\x6e\x21\x61\x86\xab\x45\xdd\xa0\x78\x07\xc8\xa7\x93\xd6\x55\x34\x47\x10\x66\x4e\x34\x57\xd1\x1c\x29\xba\x0b\x3e\xbf\xd8\x05\x75\x16\x5e\x40\x43\xd0\xf8\x99\x7b\xae\xa2\x36\x52\xd4\x46\x5a\x04\x5a\x82\x36\x0b\x81\x78\xb1\x97\x30\x63\x86\x17\x4d\x9b\xe2\x17\xbf\x7c\x9e\x09\x68\x0b\xe2\xd0\x1a\xd0\xd0\x42\x17\xf9\x0c\xb8\x3a\xb4\xd0\x45\x29\xc4\xbe\x0c\x45\xc2\x4b\x3f\xf3\x06\xbb\x8a\x4a\x1f\x61\x46\xef\x2f\x43\x91\x50\x37\x68\xb2\x55\x05\xdd\x2c\xc4\x2f\x95\x7e\xd1\xf5\x90\x46\x2f\x86\x2b\x91\x21\x84\xab\x0c\x6d\x1b\x7e\x9d\x14\x1c\x8d\x29\x44\x3e\x2f\x62\xaf\x31\x55\x98\x49\x49\x91\xd0\x4c\x2a\xde\x46\xf2\xc9\x60\x2c\x6a\x23\x08\xe3\x67\x90\x55\x78\xae\x59\x65\x62\x8b\xc1\x58\xe6\xd3\x16\xd7\xc3\x13\xf3\x2a\x64\x98\x77\xe6\x45\x7c\x89\x79\x4b\x58\x82\x6e\x88\x79\x4b\xe4\x93\xae\x5e\x54\xa2\x08\x4b\x81\x78\xa9\x44\x8b\xa7\x6f\x3e\x29\xab\xb2\x9f\x90\x57\x6d\x51\x08\x95\xbe\xb0\xf8\x7c\x92\xe4\x62\xf1\xab\x2e\x16\xd2\xcb\xaa\x6c\x55\xdd\x2b\xe9\xea\x55\xb5\x5d\xbd\x1e\x33\x6f\x33\xab\xaa\x1e\x11\x96\x18\x40\x55\xf5\x58\xf5\xea\x52\xa5\x75\x09\xca\x2c\x2c\x40\x32\x4f\x59\x25\x66\x52\x95\x5f\x88\x1c\xfc\x5a\xb2\xaa\xca\x0a\xa1\xcb\xda\xaa\x2a\x2b\x44\x0e\xcf\x2f\x76\x41\x9c\x76\xca\x40\x43\xd0\x44\xcb\x80\x96\x20\xae\x4e\x30\x36\xdd\x54\x56\xe3\x07\x12\x5e\xcf\x56\x53\xa5\x21\x2c\xd1\x3a\x9a\xe6\x6e\xa3\x86\xd4\xa3\x9b\x6a\x08\xc1\x9d\xcb\xff\x9f\x64\x6a\x43\x5a\xd8\x52\xca\x21\x2c\x11\xe8\xa6\x94\x6b\x8a\x04\xc7\xd1\x14\x09\x44\x51\x67\x6a\x8a\x04\x37\xa8\x7c\xc1\x07\x74\x83\x5a\x37\x35\x74\x91\x00\xf7\x78\x42\x4e\xa0\xc3\x15\x81\x08\xf4\xcd\x9d\x8d\x1f\x24\xd7\xad\xcc\x41\x18\x8f\xca\xeb\x56\xe6\xf0\xb3\x4c\x8e\x81\x85\x5c\x4b\x24\x2c\x54\x41\x5a\x88\xab\x91\x82\xb9\xe5\xea\xad\x43\x83\x23\xde\x72\xf5\xf6\xd8\xe7\x78\x09\x1a\x82\xd8\x36\x6d\xfb\x16\x7f\x42\xe4\x18\x65\x7e\x09\xe2\x38\x68\xdb\xba\x12\xae\x7e\xe3\x57\x34\x20\x13\x44\x29\x54\x41\x49\x10\x7e\x41\xa9\xba\x0e\xad\xeb\xd0\x6a\x06\xaa\x82\x2a\x5a\xed\xb7\x47\x71\x57\x43\x45\x58\xe2\x1c\xba\x1a\x2a\xc2\xc2\xf3\xeb\xe4\x5a\x77\xce\x93\x23\x35\xd0\xc5\x9c\x7b\x27\xfd\x9a\xa0\x21\xc8\x9b\x0d\x0f\x16\xab\x8b\xff\x20\x2c\x35\xf6\xcb\xb3\xd9\xea\x9c\x69\x24\xfd\xba\xce\x14\x61\x89\x4e\xdc\x75\xa6\x08\x4b\x34\xd4\x3e\xa2\xa0\xc4\xc2\x06\x94\x05\x11\x82\x26\x5b\x0a\x01\x19\xc9\xfd\x6d\x75\x65\x64\x57\x46\x36\x2d\x94\x5f\x74\x3c\xae\x74\xab\xab\xe3\xf1\x73\x84\x65\xaa\xae\x8b\x38\x21\xf4\x64\xb0\xba\x3a\x1e\x3f\x47\x64\x7e\x88\x5a\x7d\xea\x8b\x3c\x9b\xf1\x8a\xb0\xba\x58\x12\x57\xf3\x1c\xe1\x16\xba\x9a\x2f\xee\xe1\xd9\xfc\x72\xbb\x74\x0f\x97\xb0\x1c\x0c\xa8\x08\x2a\x40\x19\xa8\x0a\x6a\x2c\x14\x74\x0b\xba\xd1\xaa\x40\x5d\xd0\x42\x4b\xd0\x16\xb4\xe1\x9e\xbe\xa1\xa1\x61\x36\xe0\xc4\xf9\x12\x74\x09\xba\x38\xed\x02\x14\x05\xe9\x0d\xe4\x02\x4a\x82\x78\x10\xe3\x82\x35\xba\xbc\x77\x6a\xac\x97\x92\x35\xba\x5c\x85\x26\xf3\x52\xb2\x86\x68\x32\x22\xdb\x85\xf7\xca\x1c\x84\x65\x8a\x67\xe8\xce\x35\x7c\x7c\x66\xdd\xcc\x86\xc6\x27\x3f\x4e\x5a\x8e\x38\xa1\x9c\x18\x03\xbf\x9e\x90\xfc\xe2\xdd\x34\x53\x3c\x43\x39\x81\xb0\xcc\xad\x65\x68\x7c\x0e\x4f\x8d\xac\x6b\xd8\x18\xf2\x4b\xcc\x99\xbc\x1f\x1a\x9f\x63\xca\x3c\x4e\x4c\x99\x9f\x32\x8f\x96\x68\xf2\x98\xbf\x92\xb8\x21\xee\x3a\x26\xaf\x41\x54\xc7\xd0\xc8\x1b\x3e\xe6\xb2\xd1\x89\x87\x88\x2a\xc2\x32\x23\x6f\x88\xa8\x0e\xa6\xa0\x51\x0a\x43\x53\x10\x61\xd9\xb4\x50\x4e\x30\xa6\x74\x45\x19\x1a\x53\x83\x31\x95\x8d\x0d\x69\x4c\xf1\x9b\x6c\x16\xfb\x1b\x6a\x5c\x43\xef\x93\x72\x75\x3f\xb5\x38\x0e\x78\xf0\xd0\x68\x41\x58\x56\x9a\x68\xb4\xf0\x40\x94\xc5\x83\xf5\x40\xb4\x26\xef\xf2\xbc\x78\xad\xa9\x2e\x35\x9d\xc2\x66\xa3\x2f\x4e\xbd\x35\x20\x52\x64\x7c\x4e\xd1\x59\xde\x79\xb2\x66\xa5\xde\x79\xd6\xf2\x7b\x43\x4e\xdc\x34\x16\x8f\xca\x12\x59\x2c\x6b\xe9\x92\xc0\xa3\x4e\x56\x32\xe9\x51\x67\x6d\x41\x5e\xdb\x5b\x4f\x2c\xfb\xd4\x2f\xf9\x1e\xc2\xad\xc7\x93\xcd\x83\x47\xae\xbe\xa1\xad\x07\x8f\x7d\xd1\x99\x9a\x47\x75\xf3\x92\xff\x14\xa9\x38\x4f\xd9\x7a\xd0\xdf\xbc\xe1\xe6\xe6\x57\x89\x7d\x11\x1c\x89\x54\x0a\x5a\x04\x67\xf3\x78\x52\x4e\xcf\xc2\xad\xc7\x93\x1d\xbd\xba\xca\xe9\x29\xb7\x63\x7f\x42\xf0\x01\x67\xa5\x3b\x52\x69\x3b\x6a\xa1\x77\x93\xad\xc7\x93\x6d\xde\x01\x4a\xf0\x52\xd8\x46\x07\x90\xc8\xe6\xdd\x77\xf3\x90\xf2\xba\xcd\x03\x5d\x82\xa7\xef\x36\x02\x2d\x91\xb3\xb4\x08\xf4\xe6\x3d\xa5\x5c\xce\x4a\xb7\xde\x53\x76\x12\x74\xb9\x13\xba\xad\x6f\x2e\x06\x25\x06\xd7\xe2\x76\xf0\x14\x76\xf9\x39\x6e\x5d\x12\x24\x4a\x6c\x15\x28\x0b\xc2\xd5\x28\xad\x22\x68\xa1\xe5\x90\xb8\xfe\x2e\xde\x14\x8a\x9d\xc5\x21\x9a\x82\x84\x5d\x26\xa8\x01\x0d\xb4\xa2\x9f\x90\xe8\xac\x84\x5d\xde\x90\x77\x19\xd2\xf2\xee\x5b\xcc\x93\x7c\x8b\x6f\x4a\x18\x73\x68\x8b\x6f\x6e\x78\x5d\xe1\x9a\xbf\xc5\xeb\x76\xf5\xfc\x2a\x86\xf7\x95\xfc\x92\x28\x89\xa3\xad\xe4\xd7\x86\xd7\x15\xf8\xd3\x16\xaf\x93\x48\x67\x65\xe1\x96\xad\xe7\x3f\x02\x71\x2d\xf1\xa7\xfd\xfc\x77\x21\x3e\xf9\xb6\x78\x8a\x44\x29\xce\x5d\xf7\xcd\x15\x47\x22\xa6\x54\xff\x76\x14\xb7\xbf\x1f\xc4\xfb\xe6\xe7\xd7\x0d\x63\x29\x3a\x51\x31\x16\x89\x48\x2f\xd8\x37\x85\xbf\xe1\x0f\xa5\x78\x81\x6d\xf1\x87\xdd\x05\x79\xb1\x6e\xcd\x9a\xcd\xe4\x28\xd5\x0b\x6c\x33\x3e\x9e\x22\xd6\x20\x2d\x72\x9b\x2a\x2f\xd5\x39\xd2\x56\x95\x6f\x8a\xb5\xf0\xc4\x00\x5f\xd9\xfb\x71\xb4\xbf\x25\x13\xfe\xff\x3f\xdc\x1f\x5f\x7e\xf9\xc7\x75\xe3\xc7\x4f\x9f\xd6\xdb\x17\xfe\x29\x1f\xff\x80\xee\x98\x6b\xbf\x7f\x5b\xbf\xfc\xb3\xc0\x8f\x1f\x3e\xfa\x2a\xfe\xfb\xdf\x00\x00\x00\xff\xff\x07\xd3\x93\xda\x42\x28\x00\x00"); +var _dbcf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x58\x41\x6f\x1c\x37\x0f\xbd\xef\xaf\x98\x63\xbe\x43\x3e\x4b\xa2\x34\x23\x01\x85\x81\x22\x41\x51\x07\x48\x5b\xd4\x49\x1a\xa0\xe8\x61\x76\x57\x72\x17\xa8\xd7\x8b\xb5\x7d\xc8\xbf\x2f\xf4\xb8\x7a\x74\x8d\xf6\x10\x64\x1e\x49\x51\x7c\x94\x48\xca\x7b\xf5\xee\xe6\xfd\xcd\xf1\xf0\x34\x5d\xfd\x72\x7e\xd8\xdd\xd6\xa7\xa9\x1d\x8e\xfb\x73\x7d\x7c\x78\x3e\xef\xea\xb4\xad\x77\x87\xe3\x66\xe3\xc3\xb4\x3f\xec\x9e\x06\xc4\x7f\xbb\xfb\xf5\xb4\xd9\x5c\x7d\x3e\x1e\x3e\xdc\xdc\x7e\x75\xc1\x4b\x70\x2e\xbe\xfd\xfc\xe9\x07\x09\x6f\x7f\x9c\x9e\x1f\xeb\xc5\xe2\xdd\xcd\xfb\xdb\x6f\x8f\x4f\xf5\xfe\xe6\xd8\x1e\x26\x51\x4f\xfb\xe7\xd3\xc5\xdb\x34\x5d\xfd\x5a\xef\x0e\x8f\x4f\xe7\x6f\xd3\x9b\xef\xf7\x0f\xdb\xfa\xbf\x69\x5f\x5b\x97\xff\x7c\xde\xd7\xf3\xe1\x78\x37\xbd\xf9\xb0\x9e\xd6\xa3\xa7\xe2\xf6\xf9\x74\xfa\xab\xde\xd7\xe3\xd3\xb4\x40\x56\x8f\x7b\xfc\xbf\xb9\x7a\xf7\x71\x3d\xfd\xb4\xde\xd7\xe9\x3f\x22\xfb\x02\x3b\x98\x7d\xa9\xe7\xc7\xc3\xc3\x71\xf2\xff\x77\x6e\x36\xf1\xa7\x6f\xa7\x3a\xf9\x8b\xbb\xaf\x9f\x6f\xde\x4f\xbf\xfb\xc9\xbb\x29\xa4\x59\xe2\x1f\x17\xf9\x6f\x1f\x1f\xf6\xb4\xf2\xce\x29\x99\xdd\x61\xbf\xfb\x73\x3d\x6f\xbe\x73\xce\xb9\xe0\x7c\xba\x9e\x96\x5c\x02\xf1\x0c\x9c\x06\x0e\xaa\xcf\xc4\xaa\x5f\x2e\xd8\x17\x77\x3d\x2d\x92\x09\x7d\x87\x33\x61\xe8\xb0\x10\x4a\x87\x5c\xbb\x8b\xd7\x53\x16\xef\x89\x13\xb0\x23\x9e\x81\x47\x6c\xbe\x76\xec\x5e\xe0\x05\x38\x12\x67\x60\xfa\xab\x05\x58\x2e\x58\xca\xf6\x7a\xf2\xc1\xc7\x4c\xc1\x0e\x82\xd9\x04\x7b\xb5\x58\x28\xa8\x10\x24\x47\x41\x7b\xb5\x64\x75\xba\xa4\x50\xe0\x75\xc9\x4c\x41\x78\xbd\x44\xd4\x22\x51\x10\x55\x60\x16\xe9\xf5\x92\x59\x2d\x18\xd8\xda\xb9\xbf\x34\xc8\xc0\xa6\x2f\xc0\x16\xc4\xfa\xda\xe3\xb6\x1b\x2c\x81\x78\x07\xec\x89\xf7\xc0\x83\x78\x72\xbb\xeb\x69\x89\xbc\x18\xc9\xed\x81\x17\xe2\x0a\x3c\x13\x37\xe0\xb1\x5f\xf2\xfd\xa2\x24\x27\xc4\x1e\x98\xfe\x7c\x00\x8e\xc4\x02\x4c\x7f\x3e\xc2\x9f\x27\x4e\xc0\xe6\x6f\x06\x0e\xc4\x0b\xb0\xf9\xcb\xc0\x85\xb8\xc0\xbf\xf9\x5b\x81\xc9\xd7\x6f\x81\xcd\x5f\xe7\x9f\x82\xed\xb7\x07\x26\x7f\x5f\x81\x8d\x4f\x03\xe6\xfe\x01\xfc\x03\xf9\x04\xf0\x0f\x8c\x27\x80\x7f\x60\xbe\x50\x78\x49\xe8\x0f\x85\x97\x84\xfb\x87\x05\x98\xf1\x85\x0c\x6c\xfb\x81\x1f\x8b\x2d\x05\xf0\x13\xdb\x1f\xfc\xc4\xf6\x03\x3f\xcf\xfd\x04\xf1\x7a\xda\x4b\x44\x3e\xe8\x4f\xb0\x9f\xe3\xfa\x08\xfb\xc8\x7c\x46\xf0\x8b\xcc\x67\x04\xbf\xc8\x78\x23\xce\x97\x95\x96\x22\xfc\xb3\x8c\x52\x04\xff\xc8\xfd\x23\xf8\x47\xdb\x0f\xfc\x13\xf3\x11\x11\x4f\x1a\xfe\xe7\x7e\x5e\x39\x04\x4f\xdc\xef\x73\xf0\x85\xb8\x42\x6f\xf6\x0d\x78\xc4\xbb\x38\xad\xda\x65\x6c\xb8\xf4\xba\xce\xc1\x5d\x1c\x88\xc3\x85\xc8\xe3\x82\x89\xc3\x85\x28\xa3\xec\xc5\xe1\x02\x94\x51\xb1\xe2\x90\x90\xe2\x33\xb1\x00\xd3\x1f\x08\x97\x11\x80\x38\x10\x2c\x83\x80\xb8\x58\x80\xc3\xc0\x33\xd6\x8f\x0b\x29\x2e\x2b\x66\x3c\x59\xfd\x25\x62\xf5\xc7\xf8\x72\x05\x66\x7c\xbd\x3b\xe6\xb0\xd0\x7f\x41\x02\x17\xee\x8f\x46\x37\x8b\x98\x00\x84\x42\xee\x93\x6d\x4c\x95\x4d\xfe\xb7\x31\x23\x6e\xd5\xe0\x48\x76\x45\x70\x42\xb2\x2b\x82\x7b\xe1\x1b\x64\x85\xc1\xec\xb0\x5e\x48\xb6\x2a\x26\xd9\xaa\xfe\x48\xb6\xaa\x3f\x92\xad\x20\x2b\x24\xdb\xf4\xf0\xc6\x7e\xa1\xb5\xeb\x29\x88\x4b\x23\x40\x71\xae\xcf\x9e\xd1\xf7\x45\x9c\x74\x3c\xca\x45\xc4\xf5\x96\xed\xcb\x6c\x06\x18\x5e\x8c\x50\xdc\xac\x06\x9e\x82\x45\x05\x89\x82\xac\x02\x5b\x52\x54\x60\x9b\xac\x2a\x98\x29\xd8\x42\xb0\xd8\xae\x3b\x15\x04\x0a\xf4\x16\xd2\x00\x6d\xb3\x44\x46\xe1\x11\x66\x34\x3d\x66\xac\x18\xd6\x28\xb3\x09\x32\x0c\x98\x18\xaf\x41\x66\xee\x88\x42\x92\x44\x16\xbd\x91\x65\xe1\x51\x4b\x40\xe6\x22\x49\x05\xcd\x1c\x73\x2f\xbd\xd3\x75\x81\x79\x98\xc1\xc1\x0c\x70\x98\x91\x89\xeb\xad\x2c\x0b\x2b\x4d\xd0\xca\xca\x8b\x08\xf6\xea\x90\x21\x88\xc7\x02\x86\x20\xa8\x6d\xe7\xe8\x51\xf4\x74\x23\x31\x22\x18\xcd\x49\x44\x16\x2c\xf0\x66\x90\x55\xc0\x18\xa4\x80\x25\x63\x90\x55\x0d\xcc\xc5\x16\x06\x16\xd3\x4e\x0d\x98\x68\xd9\xab\x80\x51\x46\xaf\x02\x2e\x89\xc8\xac\x45\xd5\x3b\x44\x96\x64\x58\x83\x0a\x26\x40\x15\xd9\x61\xc7\x15\x89\x22\x8b\x88\xcb\x62\x41\x47\x1c\x25\xab\x44\x12\x2a\xdc\x8e\x2e\x69\xde\x2c\x4f\x49\x54\x60\x16\x51\x05\xcc\x6c\x42\x8c\x91\x2b\x16\xbc\xc1\xdc\x0b\x81\xe6\xc1\x82\x58\x34\x0f\x91\x17\x6c\xa9\x2a\xe0\x7d\x58\x1a\x6e\xd8\xc5\x45\x6b\x0e\x9d\x6a\x94\x4d\x6b\x0e\xad\x7d\xa1\xde\xeb\xdb\x67\xcc\xfa\xd6\xb4\x55\x8f\xb3\x69\x4d\x70\x81\xc6\xdb\xa4\x35\x81\xde\xd1\x81\x34\x74\x0b\x37\x70\x52\xfb\x44\xac\xdd\x64\x26\xd6\xf5\x86\xeb\xcb\x51\xd1\x1a\xba\x57\xce\xe5\x1f\x9d\x53\x16\x76\xce\xf3\x7a\xbc\xab\x97\xb9\x23\x5b\x77\x3d\x8d\x4f\x8f\x16\x9c\xec\x51\x46\x5d\x72\xfd\xac\x62\xe6\xfc\xed\xf3\x6b\x7c\xf6\xed\xe2\xc2\xd1\xda\x7b\xd7\xf8\xc4\x2b\x2a\xdb\xab\x6e\x36\x15\x1e\x50\x99\x03\xb6\xb7\xab\xf1\x59\xa0\x32\x87\xab\xa9\xb6\x50\xd9\xb3\x43\xa8\x0a\x98\xf0\xc2\xe0\x7b\x99\x8e\x4f\x3c\x96\xbc\x3d\x2e\x3c\x55\x82\x77\x02\xe7\x72\x92\x64\x2a\x3c\x01\x1c\xc3\xe8\x35\x38\x3e\xf1\xba\xe1\x9f\x0a\x49\x6c\x2f\x1c\x66\x8a\xf6\x70\xb0\x55\xa8\x8f\xc4\xe6\xe9\xdc\x08\x43\x5c\x4f\xe7\x92\x33\x07\x08\xb3\x21\x0e\x2f\xd9\xe2\xa8\xf2\xd1\x54\x18\x4b\x8e\x63\xcd\xcf\xa6\x5a\x70\x96\x36\x12\xfd\x0b\x8f\x05\x17\x96\x4d\xd7\x95\x44\x5d\x99\x71\xd9\x39\xf9\x9a\xa9\x1a\xba\x16\x8b\xd1\xb7\x71\x3b\xc4\xb7\xa2\xc3\x5b\xa8\x5b\x4d\xd7\xa0\xb3\x92\x34\xda\x82\x57\x90\x2f\xd6\x3a\x7b\x6d\x8d\xc6\x2f\x3a\x7b\x58\xb9\x7e\x35\x9d\xb6\xe0\x4c\x9f\xfd\x35\x34\xda\xb3\x57\x9d\x4d\x84\x6c\x3a\x9d\x2e\xc5\x7a\xbb\xed\x27\x4e\xbb\x36\x1b\x83\x44\xd3\x25\xd5\x59\x8b\xb7\x75\x51\xd7\x05\x6b\x83\x62\xba\x59\x75\xd6\x02\xb7\xa6\xd3\xce\x14\xac\x21\x1b\x87\xa4\x3e\x6d\x6e\xa6\x64\x3a\xf5\x39\x4e\xaf\x35\xde\x95\xd6\x50\x39\xb9\x50\x95\x1a\x55\xf3\xe5\x0f\x49\x7f\xe9\x0a\xda\x04\x00\xee\xd7\xd3\x86\x3f\x1a\xec\x9e\xcf\xe7\x7a\x7c\xc2\x4f\x14\xf8\x31\xa0\xff\x81\x7f\x38\x56\xfe\x20\x72\x7a\x38\xf5\x55\xf8\xf7\x77\x00\x00\x00\xff\xff\x51\x4f\x67\x1f\x3c\x11\x00\x00"); +func _fcfd ()([]byte ,error ){return _fd (_ebde ,"UniJIS-UCS2-V")};var _afe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\xc1\x8a\xdb\x3c\x14\x85\xf7\x7a\x0a\x2d\xe7\x5f\xcc\x1f\xdd\x6b\x59\x96\xc1\x0c\x94\x19\x06\xc2\x30\x6d\x99\x29\xed\xda\xb1\xe4\x60\x68\x6c\xe3\x38\x8b\xbc\x7d\xb9\xf7\x38\x29\x74\x11\x1c\x7d\x91\x4e\xc4\x77\x2c\xed\x9e\xf7\x2f\xfb\x71\x58\xed\xee\xfb\x32\x75\x9f\x79\xb5\xfd\x30\xa6\x25\x9f\xa7\xcb\xd2\x65\x7b\xc8\xc7\x61\x34\x86\xd8\xa6\xa1\x5b\x6f\x43\x7d\x74\xa7\x76\x36\x46\xd6\x7f\x5e\xcf\x6b\x3e\xed\xc7\x7e\xb2\x05\xe6\xa5\xcb\xbc\xcd\xb5\x76\xf7\x91\x8f\xc3\x79\x5d\xae\xf6\xe1\x4b\x9a\x0e\xf9\x3f\x9b\x72\x2f\xfc\xdb\x92\xf2\x32\x8c\x47\xfb\xf0\xf6\x71\x87\x9f\x97\x79\xfe\x9d\x4f\x79\x5c\x25\x2b\xf7\x26\x8f\x49\x9f\x66\xf7\xfc\xde\xce\x5f\xdb\x53\xb6\x3b\xcd\x79\x7c\xfb\x78\xc4\x14\xfd\xe5\x67\x5e\xce\xc3\x34\x5a\xfa\xdf\x39\xfe\x8b\x7f\x5c\xe7\x6c\x69\x4b\xf8\xf5\x3e\xa5\x6c\xdd\x2d\x6f\xff\xf2\x3c\x5d\xc6\xd5\x12\x55\xc5\x36\x85\xb0\xed\x6e\x4a\xf9\x3c\xb7\x5d\x5e\xda\xf1\x98\x8d\xb5\x8d\x73\xce\x3d\xd9\x86\x5f\x5e\x5f\x9f\x64\x4f\xff\xcc\x30\x3e\x6c\x2b\x87\x04\x72\x5b\xe1\x5c\xdf\x3f\x59\x67\x1a\x47\x18\x93\x8c\xb9\x0c\xa6\x71\x0c\xc2\x42\x4a\x62\xd3\xb8\x02\xa4\x10\x52\x85\x68\x1a\xe7\x41\xbc\x10\x72\xec\x4d\xe3\x4a\xa0\x52\x11\x47\xc9\x0e\x40\x41\x51\x59\x48\x78\x05\x54\x29\xaa\x6a\x49\x8f\x40\x51\x77\xe0\xbc\xc4\xd7\x40\xb5\xa2\xc2\x49\x7c\x0b\xd4\x6e\xfb\x94\xf8\x03\xd0\x41\x51\x24\x89\xef\x80\x3a\x41\x85\xab\x24\x3e\x01\x25\x45\x05\x4b\x7c\x06\xca\x8a\xca\x28\xf1\x3d\x50\xaf\x28\x7a\x67\x1a\x82\x29\x52\x53\xde\xd5\xc1\x34\x04\x59\xa4\xb2\x7c\x51\xb2\x69\x08\xb6\x48\x6d\xf9\xe0\xa2\x69\x08\xba\x48\x75\xf9\x18\xbc\x69\x08\xbe\xc8\x6f\x4e\x25\x1e\xbe\x48\x7d\x95\x45\x25\xf1\xf0\x45\xea\xab\x0c\x85\xc4\xc3\x17\xa9\xaf\x32\x46\x89\x87\x2f\x52\x5f\x81\xbc\xc4\xc3\x17\xa9\xaf\xe0\x9d\xc4\xc3\x17\xa9\xaf\x10\xa4\x58\x82\x2f\x52\x5f\xa1\x96\x66\x09\xbe\x48\x7d\x55\x24\xd5\x12\x7c\x91\xfa\xaa\xbc\x54\x4b\xf0\x45\x79\xeb\x5f\xe2\xe1\x8b\xd4\x57\x55\x4b\xb5\xbc\xbd\x8b\xea\x2b\x92\x54\xcb\xf0\xc5\xea\x2b\x7a\xa9\x96\xe1\x8b\xd5\x57\xac\xa4\x5a\x86\x2f\x56\x5f\xb1\x96\x6a\x19\xbe\x58\x7d\xd5\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbd\x54\xcb\xf0\xc5\xea\xab\xae\xa4\x5a\x86\x2f\x56\x5f\x75\x2d\xd5\x32\x7c\x71\xbc\xbd\xab\x92\x0f\x61\x5c\x83\x79\x29\x97\x61\x8c\x5b\xb0\x4a\xda\x65\x28\x63\x55\x26\xed\xcb\x5f\xc0\x19\x77\x60\x2c\xfd\x32\xa4\x71\x4a\x2c\xac\x64\xa7\xa7\xf1\x76\xea\xe4\xbb\xdc\x4b\xf7\xbb\xa2\xbb\x2c\x4b\x1e\x57\xbd\x95\xf4\x42\x90\x73\x3e\x8c\xf9\x7e\xc3\xcd\xd3\x2c\xab\xf4\xf3\x27\x00\x00\xff\xff\x1b\x63\xd0\x73\x0d\x05\x00\x00"); +func _bad ()(*asset ,error ){_adge ,_badb :=_ccf ();if _badb !=nil {return nil ,_badb ;};_ebge :=bindataFileInfo {_c :"CNS-EUC-V",_ed :11034,_cg :_g .FileMode (436),_ca :_d .Unix (1580491606,0)};_eeda :=&asset {_fdf :_adge ,_ff :_ebge };return _eeda ,nil ; +};func _fec ()(*asset ,error ){_afc ,_gbga :=_dgc ();if _gbga !=nil {return nil ,_gbga ;};_cgd :=bindataFileInfo {_c :"Adobe-Korea1-0",_ed :1190,_cg :_g .FileMode (436),_ca :_d .Unix (1580491374,0)};_bbfc :=&asset {_fdf :_afc ,_ff :_cgd };return _bbfc ,nil ; +};var _cebd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xfd\x4b\xcf\x6e\xbf\x91\xde\x07\xcf\xf5\x29\xf6\xd0\xef\xc0\x6f\x2f\x2e\x92\x55\x45\x20\x10\x60\x38\x68\xc4\x30\x9c\x04\x3e\x24\xe3\x75\xec\x08\x48\x4b\x82\xba\x3d\xe8\x6f\x1f\xdc\xfc\xf1\xbe\xea\x69\x03\x41\xb6\x26\xfa\x3f\xdc\x5c\x64\x15\x0f\x75\x62\xd5\x75\xff\xdd\xbf\xff\x0f\xff\xf3\x7f\xf8\xf3\x9f\xfe\xf9\xd7\xdf\xfd\xef\x7f\xfb\xcb\xf5\x5f\x9e\x7f\xfe\xf5\xfe\xe9\xcf\xf7\xdf\x9e\x7f\xfa\xcb\x7f\xff\xdb\xf5\xfc\x3a\x9f\x7f\xf8\xd3\x9f\xff\xf0\x87\xb2\xff\xba\xff\x74\xfd\xf3\xf7\xcf\xf9\x7f\xd7\x3f\x1e\x7f\xfd\xc3\x1f\x3e\xdf\xff\x97\x7f\xf9\xa7\x7f\x7e\xfe\xf1\x3f\xfc\xf9\xfd\xcb\xaf\x4a\xbf\xfb\xbf\xff\x75\xf5\xfd\xf5\xeb\xef\xfe\xf3\xf3\x0f\x7f\xfa\xa7\x7f\xfe\xdb\xbf\xfc\xfa\x37\xff\xee\xfe\xcb\xf9\xfc\xff\x7e\xdd\xcf\xfb\x69\xff\xdf\xfe\x76\x3f\x7f\xfb\xd3\x9f\xff\xe1\xd7\xbf\xf9\x8f\xff\x59\x8d\xff\xe5\xbf\xff\xf5\xaf\xff\xf7\xf3\x8f\xcf\x9f\xff\xf9\xd7\x98\x6d\xcf\x9f\xef\xf9\xff\x7f\xf8\xbb\x7f\xff\x9f\x8e\xbf\xfe\xaf\xc7\x3f\x3e\xbf\xfe\xee\xbf\xfd\xf9\x4f\xff\xee\x3f\xfe\xe7\x7f\xfb\xdf\xfe\xeb\xdf\xd7\xfd\xdf\xfe\x2f\xf3\x9f\xe7\xbf\xfe\x1f\xcf\xdf\xfe\xe9\x4f\x7f\xf9\xf3\xaf\xf2\xff\xdf\xb6\x3d\x9b\xff\xeb\xbf\xfc\xf5\xf9\x55\xd6\x28\xff\xe7\x7f\xfa\xcb\xfd\xfc\xda\xf8\xab\x40\xe5\xf5\x97\xfb\xf9\xa7\xbf\x1e\xd7\xf3\xb7\xe3\xcf\xff\xf0\xfc\xe1\xd7\xaf\xff\x69\x5b\xff\xfb\xe3\xe7\x3f\xcb\xf6\xf7\x7f\xff\xf7\x7f\xff\xc7\x0f\x29\xff\x43\xcf\x3f\x94\x6d\x5b\x43\xfc\xe9\xbe\xfe\xaf\xe3\x6f\x7f\x58\x5f\x1e\xdb\x1f\x7f\x15\xfd\x51\xfe\xf8\x6b\xdf\x5b\x6c\x6a\x18\x7f\xfc\x55\xb6\xfc\xf3\xe0\xdf\x9b\x1a\xee\x3f\xfe\x2a\xf9\xd7\xf3\xe9\x9d\xa3\xbd\xf4\xee\xdf\x86\x33\x68\x08\x35\x7c\x86\x2f\x11\xbb\x1a\xd6\x04\xe3\xdb\x70\xfb\x67\x48\xfb\xfe\xf9\xce\x3f\x7d\xfd\x59\xca\xa4\xb7\xf7\xfa\x6d\xa8\x41\xc3\xf7\xfb\xfd\x72\x66\xf8\x7e\xb2\xdf\x1b\x0d\x5f\x1a\xda\x36\xc7\xb0\xfd\xcb\x45\xeb\x34\x7c\x69\xd8\xb7\xb2\x25\x93\xfb\xf6\x99\xf3\xc7\x5f\x36\x87\x1b\xfd\xdb\x50\x19\x7f\x98\x1a\xce\x3f\xfe\x2a\x75\xd7\x9f\x17\xff\xee\x6a\x78\x68\x88\x6f\x43\x6b\x34\x68\x7e\x9f\x43\x8e\xad\x7e\x1b\xe6\xae\xd4\xfc\xf3\x33\x64\xfd\x92\x54\xb6\xfa\xf9\xb3\xeb\xcf\xd9\xf9\x4b\x4e\x29\x75\x0e\xb6\x17\x35\x18\x0d\x5f\x0a\xcb\x5e\x68\xa8\x6a\xd8\x3f\x23\xb8\xfe\x5c\x1f\x68\xc2\xfd\xa4\x41\x53\xde\xfb\x6c\xe8\x1a\xf2\x6e\x34\x7c\x87\xdc\x37\x58\xea\x4d\x0d\x8c\xf1\xdd\xb8\x7d\xdf\xde\xd9\x60\xdb\xb7\xa1\x40\x96\x15\x35\x7c\x66\x69\xa1\x3f\x0f\xfe\xfd\x3b\xe9\xbe\x33\x87\x75\x35\x74\x1a\x4c\x0d\x73\xe9\x87\x8b\xac\x0e\xe1\x2e\x2a\x6c\x6e\x7d\xfe\x09\x0d\x21\xa2\xc6\xa0\x41\x3d\x0e\xe6\x18\xea\xf1\xc0\xc7\xf8\x92\x5d\x0b\x73\x8c\x2f\x9d\xed\x9d\x3d\xec\x7b\xcb\xf6\x3e\x3e\x3d\xf6\x4d\x9c\xf6\x79\x47\xf7\x4d\xac\xf5\xcf\x3d\x2d\x5a\xde\x7e\x7d\x16\x4f\x8b\xdb\x9f\xcf\x06\x69\x69\xad\x5c\xf3\x6b\x91\x64\xe5\xa1\xe1\x3b\xbe\x35\xc6\x17\x49\xd6\xa0\x60\x7c\x87\xf4\xf6\x19\xa3\x7f\x57\xf2\x9d\xdb\xd7\xf6\x1a\x6a\x68\xb3\xc1\xb2\xc1\x66\xc3\xf7\x66\xef\xef\x16\x9f\x86\xaa\x43\xfc\xce\x73\x39\x4a\x31\x35\x7c\x36\xb0\x75\xad\xc3\x3b\xcf\x44\xeb\x5b\x4e\x7b\xcd\x4f\xf6\x6c\x78\x67\x43\xd3\x18\x5c\xce\xfe\xa3\x61\x1e\x92\x2e\x4e\xde\x32\x29\x35\x5d\xc8\x77\x9e\xff\x51\x46\x53\x83\xcf\x1e\x2d\x1b\x26\xe9\xd6\xc5\xdc\x5c\xd1\x66\xc9\x5c\x99\x62\xd0\x7e\xcc\xf2\xce\xb3\xa9\x93\xf3\xee\x1c\xa4\x2e\xe6\xf6\x4a\x43\xf6\x98\x84\xe5\x71\x7d\xe7\x71\x6d\x23\x09\x9b\x17\xaf\x6f\x9e\x63\x7c\x08\xeb\xe5\xc7\xa0\x63\x36\xe8\xe4\xbc\xf3\x6a\xf6\x92\xfb\xb2\xdf\xb3\x61\x64\x8f\x77\x1e\xa5\xa4\x74\x0a\xb0\xbe\xe7\x66\x57\x0e\x5b\x0e\x5a\xf7\xd9\x10\xf9\xc9\x67\xc5\x86\xe7\x9a\xd6\x49\x58\x6d\xf9\xc9\x3c\x3f\x6d\x2b\x53\x35\x2d\x0d\xf4\xff\xa2\x93\xf6\xb7\x4e\x22\xfb\x8f\x19\x9f\xd9\xe0\x62\xa3\x4e\xaa\x7b\x68\x9f\xe7\x11\xee\xae\x3b\xf1\xce\x23\xdc\x3d\xb4\x25\xad\xd2\xe0\x6a\x68\xb3\x21\x37\xad\x7d\x16\xbc\xc7\xa6\x69\xdb\x5c\xf0\x28\xd9\xe0\x34\xe4\x27\x93\xd1\x51\xb4\x03\x6d\xee\x40\x0a\xcf\xb7\x1d\xb3\xa1\x26\xa5\x9f\x2d\xb1\x92\xfb\x3c\xef\x96\x15\x09\x9d\xb7\x3d\x7f\xfc\xb5\x6f\x7b\x6e\x7c\xfb\x70\x6b\xfb\xa6\x1e\x7d\x9b\x0d\x52\x43\xef\x47\x67\x7d\x1a\xb4\x40\x53\x92\xd9\x2e\xa9\xfe\xf6\x46\x83\xe8\xe8\x1f\x6e\xad\xd7\x1c\xe3\xc3\xad\x59\x15\xb7\xdd\x69\xd0\x8a\xf5\xa0\x21\xe9\x38\x66\x43\x5e\x95\x7e\xcf\x06\xcb\x86\xcf\xce\x99\xe7\x1d\xee\x2f\x0d\xa2\x74\x8a\x58\x0b\x29\xa4\x77\x0a\x59\x8b\xbc\xe5\x36\x79\x89\x3c\x5e\x56\x69\xc8\x1e\x8d\x06\x11\x66\x93\xb9\x68\xf9\xc9\x64\x2e\x24\xea\x5f\xfb\x6c\x94\x8d\x3d\x3f\x99\xbc\x8c\xe4\xd6\x4e\x1a\xb2\xc7\xdc\xa8\x91\x37\xc3\x26\xb7\x63\x64\xc3\x43\x43\x8e\xf1\xe1\xd6\xb7\x4d\xeb\x31\x75\xb9\x6f\x79\x65\x7d\x9f\x0d\x91\x3d\x3e\xcc\x79\x5a\x0c\xaf\xb7\xd9\x90\xd3\x7a\x9f\x0d\xa6\x59\xfc\xc3\x9c\xef\xb9\x1e\xee\x7f\xfc\xb5\x97\xad\xe7\xa0\x9f\x9d\xf3\x9a\x12\xcb\x8f\xd9\x20\x23\xe3\xf5\x0f\xb7\xde\xf2\xac\xfb\x35\x1b\x72\x81\xfc\x9e\x0d\x79\x60\xfc\x73\x4e\x4b\x89\xfc\x64\x72\xdb\x9a\x98\x8b\xc9\x6d\x4b\xc9\x19\x65\x36\x98\xb6\x21\x26\xfb\xbd\x89\xf4\xa8\x34\x68\xda\x98\xec\xf7\xae\x59\xa2\xd3\x90\x9f\x4c\xf6\x7f\x88\x8b\x70\x1a\x44\x69\x04\x0d\x5a\xb1\x18\xb3\x21\xd7\x23\x0e\x1a\x72\xd0\x93\x86\xfc\xe4\xfe\x70\xdb\xf6\xe4\xe5\xb3\xd9\x1e\x3d\x79\x79\x69\xd0\x18\x63\xb2\x1f\x79\xd5\xa7\x66\xf7\xb4\xb5\xde\x31\xb9\x1d\xb2\xe5\xde\xd1\x68\xd0\xb4\xe3\xc3\x6d\x6c\xb9\x62\xc3\x68\xd0\x45\x1e\x3e\x1b\x52\x2d\x8c\x8f\x11\x5c\x2c\xa5\xef\xb4\x52\x62\x8b\xec\xf1\xe1\x36\xd2\x66\x7c\xc7\x49\x43\x4e\x7b\xcd\x86\x54\xa4\xe3\x9e\x0d\x29\x4f\xc7\x43\x43\xf6\xf8\xb0\x1f\xfb\xae\x31\xa6\xd9\x12\x7b\xce\x72\x7c\xd8\x8f\x9a\xec\x1f\x75\x36\xe4\x6d\x38\xda\x87\xf4\xa8\xd9\x30\xd9\xaf\x79\xc6\x0e\xa3\x41\xd3\x4e\x63\x38\x7a\xc9\x41\x3f\x3e\x44\xf9\xa1\x37\x8f\x93\x86\xfc\x64\x32\xd7\x53\xe2\x4e\x37\x26\x6c\xcb\x1e\x0f\x0d\xea\x71\x96\xd9\xb0\xf7\xdf\x52\x60\xe7\xfe\x71\x21\x7e\xdc\xbf\xb3\xf2\xb9\x0e\xcf\xd9\x66\x43\x6e\xfc\x39\x19\xfd\x21\x39\x4f\xa3\x21\x49\x98\xfb\x6c\xae\xa5\x38\xe7\x2e\xfe\x90\xad\xe7\xdc\x45\xcf\xcb\x74\x5e\x34\xe4\x18\x9f\x43\xbc\x97\x10\x1d\xd7\xe4\xcb\xbb\x38\xbf\xe6\x1e\x79\xd2\x71\x4d\xd2\x3d\x6f\xc6\x35\x49\xff\xa1\x04\xaf\x4e\x43\x8e\x31\x49\x8f\xdc\xe7\xe9\x85\xc5\x0f\x91\x7e\x4d\xd2\x7f\xec\xf3\x75\x7d\x08\xab\x79\xaa\xa7\x0f\x11\xd1\x74\x9a\xee\x49\x47\xe4\x9a\xde\xd0\xd1\xb3\x47\x9f\x63\x7c\x65\x5a\x9d\x5e\x71\xf9\xc8\x41\x35\x54\x1a\xec\xdb\x50\x56\xc3\x1a\xa3\xd6\x39\xcb\xc7\x55\x50\x83\xd1\x60\x6a\x08\x1a\xbe\x9f\x34\x2e\x53\x7c\x85\x5c\x6d\x37\xdc\x7e\x4d\xbb\xda\x0b\x0b\xf4\xf5\x65\x6a\x9f\x2e\x56\xc4\x57\x62\xd5\x3e\x7d\x80\x88\xaf\x85\x5f\xcd\x56\x43\xfd\x36\x3c\xac\xe9\x57\x84\x55\xdf\x59\x8f\xaf\x69\x57\x7d\x5f\x9f\x7c\xa7\xf5\x0a\x61\x5f\xc1\x50\x9d\xe3\x10\xdf\x13\x54\x63\x5b\x0d\xdf\x69\x63\x9a\xba\x21\x35\x59\x23\x98\xc5\xdb\xb7\xe1\x5c\x83\x7e\x17\x28\x1e\xb8\xf5\xef\x02\xc5\x7b\xd3\xf0\xa5\x74\x4c\x0d\x1f\xf1\xb5\xde\xea\x30\xd6\xe3\x7b\xff\xea\x58\xb3\x7c\x05\x54\x1d\x83\x4f\xbe\xd7\xbe\x0e\xe4\x80\x22\x05\x75\x70\x3d\xe2\x2b\x8f\xea\x51\x07\x0d\x5f\x4a\x8f\x83\xf3\xf1\x3d\xb8\xf5\xb8\xe1\xf6\x2b\x3a\xea\xf1\xae\x31\xbe\x94\x9e\xdb\xa2\xe3\x4b\xe9\xb9\x16\xf9\x6b\xea\xd6\xd3\x99\xe5\xeb\x4c\xd5\xf3\xa5\xc7\xd7\xa0\xae\x57\x61\xda\xaf\x33\x55\xaf\x7d\x35\x54\x35\xb0\x40\x5f\x01\x55\xaf\x17\xc2\xbe\x66\x43\xbd\x0b\x6b\xfa\x8d\x09\xd4\xbb\xb3\xb7\x3a\xda\x37\x5b\x39\xbe\xce\x52\xbd\xb9\xb7\xe3\x6b\xbc\xd6\x87\x6b\x3a\xb6\x2f\x1d\xcf\x8c\x7c\x84\xc2\x08\xf5\x79\x6e\x1a\xbe\x74\x3c\xef\x6a\xf8\xae\x18\x6e\x5d\x8c\xef\x7d\x69\x1b\x67\x6c\x7c\xef\x4b\xdb\xea\xea\x11\xdf\x06\x5b\x74\x8c\x6f\x03\xf2\x59\x26\x72\xdb\xae\xd5\xb0\x28\x6d\x65\xba\x0f\x31\xbe\x12\xbc\x15\xe4\xf3\xf8\x4a\x98\xb6\xf7\xf5\xc9\xa2\xb4\x55\x24\xdd\x28\xfd\xdb\x70\xad\x31\xbe\x94\xd6\x67\x35\xb8\x1a\x0e\x1a\xbe\x94\xb6\xce\x7a\x94\x2f\xa5\xbd\x40\xfa\xfe\xa5\xb4\xbf\xab\xe1\x4b\xa9\x71\x3d\xa4\xbf\x9b\x21\x93\x65\xee\x37\x3b\x1f\x1a\xbe\x94\x1a\x52\x4a\xc1\x91\x66\xf7\x1a\xc3\xd4\xc0\xaa\x7f\x05\x4a\xf3\x7d\x35\x7c\x29\x75\x63\x3d\xbe\xa6\x58\x73\xa7\xc7\x57\x7c\x36\x47\xf7\x8e\xaf\xed\xde\x62\x9a\xc8\x31\xbe\x56\x64\x5b\x17\xf9\x63\x69\xfc\x7f\x2b\xb0\x16\x18\x19\xe3\xab\xba\x5b\x1c\xab\xe1\xcb\xc6\x98\xde\x69\xc8\xaf\x69\x03\x7b\x40\x96\x4b\x5b\x57\x76\x7c\x83\x04\x6d\x5c\x6c\xda\xd7\xa0\x6e\xc7\x5a\xf0\xaf\xbd\xd8\x8e\xc5\xf9\xd7\x72\x69\xc7\xc9\x62\x7d\xed\xf8\x76\xdc\x30\xda\xbe\x0b\x7e\x3c\xab\xc7\x97\xd2\xe3\x65\x96\xaf\x12\x6c\x67\x87\xf3\xaf\x29\xd3\x4e\x2f\x34\x7c\x29\xbd\x0b\x9f\x7c\xcd\x90\xf6\x4c\x39\xd0\xf6\x96\x0d\xb0\xff\x35\x42\xdb\xb3\xdd\xf4\xf8\x0e\xfa\x10\x79\xd8\x35\xe8\x33\xa3\x2c\x6d\xff\x9a\x87\xed\x29\x90\xfe\x75\x51\xdb\xb3\xaf\x41\xd5\x63\x5f\x74\x34\x35\x30\x4b\x36\x4c\xd7\xbb\xc9\x39\x6f\xcf\xba\x3b\x5d\xd3\xce\x70\x63\xdb\xbf\xda\xa8\x3d\x0d\x6e\x7f\x34\x74\x62\x35\xe2\xa5\x71\x33\xbe\xfa\xaa\x3d\x8d\x31\x4c\x94\x76\xa2\x39\x26\x6e\x3b\x94\x9a\x16\xc8\xa0\xc3\xc4\x8b\x31\x86\x6b\x8c\x75\x88\x4d\xbc\x18\xcc\xb9\x3e\x71\x8e\x83\x89\x17\x67\x1b\x5c\x9f\x38\x6b\xea\xea\x11\xac\x87\x8b\xb9\x80\x52\x17\x2f\x01\x61\x49\xc7\xf4\x05\xda\x1e\x22\x3d\x18\x34\x44\x47\xb0\x51\x49\xd8\x58\x9f\x68\x50\x0c\xea\x91\x84\x0d\xb8\x1d\x1a\x14\xfb\x79\xb8\x36\x6a\x30\xcb\xd0\xaa\xaf\x2b\xeb\x5a\xd3\x83\x59\x86\x98\x3b\xd8\x97\xe4\xf6\x44\x62\x25\xb7\x53\x09\xb6\xba\x89\xb9\x13\xc2\x42\xb3\x4c\x75\x9d\x61\xb7\xf6\x9c\x5c\xb1\xd0\x27\x53\x4f\xb4\x2a\x19\xff\x60\xbd\x8d\x5c\x8f\x29\x5b\x5b\x95\xd0\x7f\xae\xb9\x73\x55\x22\xfd\xc1\x58\x1b\xa1\xf5\xb8\x57\x0f\x7d\x72\x23\x1d\x42\xeb\x31\x2f\x72\xab\x12\xc7\xcf\xc3\x39\x0d\xd1\xf1\xac\x4f\x34\xc6\x3b\x63\x68\x72\x1f\xda\x33\xe5\x73\xab\x92\xbe\x0f\xca\x78\x84\x06\x7d\x91\x41\xb9\x73\x53\x3a\xb4\x2a\xe9\xfb\xd5\x79\xb9\x73\x98\x62\x0a\xd8\x36\x82\x9d\xa1\x80\x6d\x7b\xb7\xc2\x18\x5f\xc2\xde\xc2\x46\x7d\x35\x7c\x23\xa8\xd6\xaa\x84\x23\x41\xb5\x90\x4f\xd2\xde\xca\xaa\x4b\x5a\xbe\x95\xad\x94\xb4\x24\x86\xd6\xaa\xa4\xe5\x5b\xd9\x4a\x09\x25\xa2\x62\xa1\xf0\x43\x23\xe6\x15\x72\x74\x1a\x31\xaf\x56\x25\x2d\x09\x4f\x85\x02\x14\x8d\x68\x54\x8c\xa1\x69\x67\x58\xa8\x55\x49\x29\x02\x25\xad\x4a\xc2\x10\x28\x19\x9b\x0e\x0c\x11\x8b\x56\x25\x0c\x88\x58\x8c\x4d\x07\x86\x00\x45\xab\x12\x39\x84\x1f\x5a\x95\x84\x21\x52\x30\x36\xa9\x7c\x22\x05\xad\x9a\x98\x8b\x35\x46\xfc\x8e\x02\xc3\xe3\x6f\xd5\xb4\x7a\xd3\xe3\x1f\x9b\x4c\x88\xe9\xcf\x97\x56\x3d\x49\x78\xe8\x91\x33\xb2\x8b\x92\x03\xf8\xf3\x63\x93\x91\xf1\x0e\x88\x94\x1c\xc0\xc1\x1f\x9b\xce\x3d\xfe\xfc\xd8\x74\xcc\x71\xdf\x5b\x95\x60\xc0\x7d\x1f\x9b\xcc\x90\x17\x69\x53\x3d\x67\x61\xc1\x65\x97\xe0\xad\xb7\xea\x39\xcb\x45\x0f\xad\xef\x58\xcc\x69\xda\x03\x3a\x74\x77\xa6\x8b\xfa\x69\x10\x73\x27\x0b\x24\xcb\x05\x6f\x72\x6c\xb2\x5c\xde\x93\xf5\x90\x60\xc0\x79\x1c\x9b\x2e\x13\x9e\xe0\xd8\xf2\x66\x5c\x0f\x9f\x88\xb9\x9b\x15\xd3\x75\xc3\xcf\x1b\x9b\x0c\x95\xf7\x46\xda\xe4\x65\xba\x39\x2b\x79\x77\x6e\x08\x93\x2d\xf2\x2e\x69\x93\x17\xe1\x66\x2b\xf3\xfe\x3d\x95\x06\x11\xf6\xb2\x95\x79\xdd\xde\x49\x58\xdb\xb4\x84\x53\x96\xb4\x26\xd9\xfa\xbe\x2c\x61\x5e\xc8\x29\x5c\x5a\x93\x6c\x7d\xa7\x3f\x31\xb6\xbc\xa1\x6f\xd0\x43\xa4\xbf\x07\x0d\xa2\xf4\x85\xd2\xaf\xc5\xd3\xf1\x59\xc7\xf6\xb5\x78\xfa\xb6\xed\x7c\x62\x6a\x60\x91\xbf\x97\xba\x6f\xbc\xb5\xb4\xef\x75\xeb\xdb\xc6\x91\xfa\xda\x44\x7d\x9b\x6f\x2d\xad\x7d\xad\xf4\xbe\xf1\xb4\xd2\xbe\x56\x7a\xdf\xb0\x67\xda\x57\xa4\xf7\x8d\xa7\x95\xed\x6b\x46\x75\x5e\x3a\x5b\x2b\x9a\x76\x1a\xc3\x63\x6b\x1a\x94\x67\x91\x56\x44\xe9\xce\x9a\x16\xcd\xb2\xb3\xd9\x2d\x1b\xe0\xa5\x6b\xda\x9d\x53\xd8\xb5\x1e\x3b\x0b\xd4\xb5\x1e\x95\x05\xea\xa2\x03\x8b\x47\x81\xca\xbe\x21\xf5\x5a\xd5\xa0\x8d\x9d\xeb\x5a\x8f\xc6\x8d\xea\x62\xae\xad\x59\x44\xfa\x0c\xb9\x37\x05\x3b\xfb\xd6\x39\x41\x5d\x8b\x8c\xa0\x6c\x55\x63\x74\x76\xbf\x6b\x3d\x3a\x9b\x5d\x35\x68\x67\x81\xaa\xc6\x30\x78\x31\x71\x6b\x2c\x90\x89\x5b\x5b\xb3\x68\x50\x63\x16\x13\xfb\x4b\x1c\x9b\x28\xf5\x35\xa8\x08\xf3\x35\xa8\xe8\x70\x8e\x65\x9e\xb1\x29\x7d\x5b\xcb\x23\x15\x70\x6b\xa2\x34\xa0\x23\x8f\x54\x70\x09\x4d\x84\x21\x4f\x5b\x1e\x18\x84\x63\x6b\x9a\x76\x09\x47\xd3\x46\x2d\xe1\xe8\xda\xa8\x01\x73\xae\xf5\x38\xf8\xc4\x35\xc6\xc1\x46\xb9\x08\x3b\xd7\x18\xa2\xe3\x84\xd2\x3c\x1f\xd3\x47\x6b\x2d\x77\x7f\x9a\x40\x63\x73\xd1\x31\x9d\xb6\xd6\xf2\x38\x9c\x1c\xfe\x10\x61\x17\x74\x84\x08\xbb\x98\x36\xb4\x84\xd7\x9a\x56\x94\x5e\x9c\xa0\xae\x59\x10\x7d\xcd\xb6\xdf\x50\x60\x7d\xbb\xd7\x04\x62\x03\x31\xd8\x72\xe3\x97\x18\x0c\xf1\x75\xc3\x46\x9e\x84\x67\x51\x2d\xbe\x1e\x88\xcc\xa3\xf1\xb0\xe0\x21\xaa\x1f\x16\x2b\xcf\xca\xc3\x85\x0c\x2d\xf8\x83\xae\x09\x2d\xf8\xc3\xc6\xe7\x59\x79\xd8\xa3\x10\xe7\x2f\xb7\x7c\x68\x39\x5f\xe4\x51\x1e\x1e\xcc\xb2\x96\x47\x63\xc9\xc5\xa1\x05\x7f\x59\x4e\x9d\x95\xc2\x93\x73\xfb\x6a\xe7\x5e\x96\x18\xfc\x2a\xe3\x5e\x96\x18\x1c\xd9\xc0\xb4\x5f\xdd\xdb\xcb\xc6\x12\x0e\x35\x14\xee\xce\xd7\x82\xea\x85\xf7\xe3\xe6\xd9\xb0\xe8\xf8\x72\x5b\x96\x90\xd3\x01\x24\x5d\x62\x28\xea\xd8\xcb\xee\x34\x64\x0f\xb6\x52\x07\x90\x0c\x8a\x51\x24\x8e\xcb\x7c\x73\x1d\x45\xe2\xb8\xe0\xf8\x29\x33\xa7\x97\x5a\xe9\x51\xd4\xd0\x69\xd8\xd5\xc0\x56\x46\xf6\x60\xda\xc8\x1e\x4c\x5b\x44\x69\x45\x40\xe9\xd0\x95\xfa\xfe\xab\x47\xfa\x5e\x66\xd0\x64\x94\x22\xf6\x3b\x84\x8d\x6c\x38\x78\xa4\xd7\x2c\x4b\xea\x0d\xb1\x6f\xeb\x13\x71\x8b\x90\xd3\xcb\x7f\x2f\xc6\xb4\xbb\xe8\x70\xde\xf5\x73\x81\x7c\xcd\xa2\xbd\x9d\xcf\x55\xad\x17\x35\x20\xd3\x7a\x32\x17\xfb\xbf\xca\x1e\xe8\x05\x8b\xb2\x27\x73\xd8\x88\x65\xcf\x06\x52\x12\x92\xdb\x58\x19\x08\xd9\x70\xd3\x43\xcc\xc5\x22\x5d\x0d\x83\xad\x94\x7a\x2a\x83\x94\x84\x92\x0d\x6c\xa5\xf4\x55\x19\xac\xc7\x9e\x0d\x4e\x83\xb6\x72\xda\x88\xa3\xd4\x6c\x78\x68\xd0\xaa\x1f\xb0\x9f\xdb\x70\xac\x41\xb5\xa6\x07\xcc\xe5\x12\x1e\x2c\x61\x2e\xd0\x09\x73\xc9\xcb\xb9\x66\x11\xe9\x38\x8f\x3d\x99\xc3\x02\x2c\x4d\xa4\x5f\x2c\x72\x32\x37\xc3\x7f\xad\x27\xe9\x17\x5b\x29\x13\x88\xf4\xa1\x51\xa4\x9e\x48\x1f\x1a\x45\xea\xa9\xdc\xe4\x6c\x48\x1b\x15\x64\x61\x91\xf2\x29\xcf\xf6\xaf\x32\x43\x7a\x79\x38\x41\x52\xa4\x05\xc1\x56\x9a\xb6\x72\xca\xb1\xa1\x8c\xa2\x5e\x5e\x48\x4f\xc2\x5e\xd6\x43\xb3\x90\xc6\x94\xe9\x26\x7d\xdf\xd8\x6c\x99\x2f\x3b\x91\xa4\xae\x59\xf6\x95\xe5\xf2\xa3\xc7\x43\xc3\x97\xdb\x7d\xe5\xb0\x48\x81\xed\x85\xf3\xf1\xa3\x07\xec\xff\xe8\xc1\xf9\x90\x8a\xdb\x49\x48\xd1\x1b\x69\x27\xd5\xa9\xf5\xaf\x8f\xd6\xf7\x0a\xe9\x32\x3d\x76\xac\xa6\x2e\x99\xbc\x63\x35\x15\x29\xb0\xbd\x31\xed\xef\x29\xb0\xbd\x41\x93\xe5\xe7\x2c\x78\xce\xd8\x39\x3c\x12\xd8\x7b\xe7\xf0\xc8\xfa\xd9\x89\x3b\x75\x09\xec\xbd\x23\x4a\xa5\x04\xf7\x25\x6d\x2c\xc7\x20\x69\x48\x02\x7b\xef\x2c\x85\x04\x36\x49\x5c\x4d\xc9\x24\x7d\x9f\xd2\xa6\x75\x09\xca\xdd\xb9\xa1\x12\x94\x3b\x0e\xad\x5e\xdc\xfb\xee\x5c\x26\x09\xca\xdd\x17\x61\x1a\x74\x09\xa8\x64\xdf\xa1\x43\xea\x7a\xf7\x35\xad\x98\x5b\x02\x4a\x2a\x6e\x0f\xb6\x44\xda\x79\x5f\xd2\x46\x8a\x74\x5f\xa2\x43\x06\xd3\x8e\x6b\xa8\x7c\xa7\xbe\x1f\x10\x96\x8b\x8c\x9f\x57\x92\x7d\xac\x1f\xdb\x34\xc6\x74\xeb\x9a\x6d\x62\x7f\x3e\x01\x36\xdb\x34\x28\xc6\x8e\x6d\x1a\x94\x10\x91\x49\xe7\xed\xdc\x72\xbd\xa8\xf6\xfd\x42\x72\x4a\xe7\xed\x04\x91\x4c\x5e\xcb\x3e\xaf\x7d\x33\xa9\xc9\x7d\x5e\xea\x66\xf2\x38\x76\xac\x95\x92\xfb\xb2\xae\x6c\x6e\xc3\xcb\x12\xe6\x22\xe3\xc5\x99\x44\xe9\x8e\xd3\x66\x12\xa5\x3b\x3e\x9a\x49\x50\xd6\x6d\xf5\x70\x35\xac\x1e\xa1\x06\xf6\x56\x06\x4e\x5d\x89\x69\xda\x97\x8a\x3b\x65\x92\x8b\xb5\xb0\x1e\xf2\x16\x2a\xf9\x5f\x26\x79\x54\x97\x95\x20\x8b\xa7\x62\x25\x28\xdb\xa6\x57\xa2\x4a\x26\xd9\x5a\x97\x95\x30\x44\x7a\x5d\xb9\x6c\x55\x0d\xf1\xaf\x92\xdb\x7a\xad\xd0\x21\x99\x56\x1b\x77\x4e\xfa\xbb\x36\x48\x97\x80\xaa\x9d\xbd\x95\x65\x5b\xf1\x6b\x4c\xae\x50\x45\xc3\x2b\x41\xae\xd7\xce\x91\x92\xe8\xa8\xe4\x51\x9a\xc4\x4f\xb5\x45\xba\x3e\x99\x7e\x4d\x33\x49\x87\x6a\xac\xba\x84\x41\xc5\xd1\x29\x23\x07\x9d\xab\xbe\x6f\x39\xe8\x43\x83\xc6\x70\x48\xd7\xad\xac\x5c\x42\x3d\xaa\xf7\xea\xeb\x93\xec\xc1\x22\xeb\x12\xd6\x19\x88\x1a\x4a\xbe\xea\x35\xc8\x20\xd4\x9d\xab\x04\x8e\x76\x19\x6b\x15\x95\xbf\xcb\x36\xab\x83\xcd\x76\xf1\x82\xa3\xb3\x97\x6c\x80\x5b\x59\xb3\x75\xb0\xc8\xba\xb7\x75\x86\x74\xc6\xae\xdb\x50\xa7\xfe\x1e\x4a\x02\xeb\x95\x64\x6c\xd3\x15\xab\xc7\x22\x4c\x87\x8e\xbb\xaf\x34\xb1\xce\x3b\x5a\x33\x99\x95\xf5\x64\x4d\x65\x9c\xd4\x75\xf7\x25\x1c\x2b\x1a\x7e\xd7\x8d\xaa\xdc\xec\x7d\xcf\x1e\xd0\x21\xb1\x55\x6f\x56\x4c\x3e\x44\xbd\xa1\x23\xef\xdc\xba\xea\x79\x81\x66\x78\x78\xec\xb2\x56\x2a\x77\x7f\x97\xb5\x52\xe7\xc3\xcf\xd0\x4b\x7d\xaf\xb8\x1d\x7a\xa9\xef\x95\x9b\xed\x92\x41\x0d\xed\xbc\xd7\xdf\xc9\x42\xec\x0d\xe7\x60\x97\x49\xd5\xe6\x33\x51\x73\xad\x5e\x43\xcb\xba\x16\xab\xcd\x17\x9d\xe6\xe2\xab\xcd\x70\x46\x73\xb1\xd1\x76\xc6\x10\x1b\x6d\x67\xf5\x6a\xf6\x80\x0d\x45\x1e\x5a\x5d\x54\x77\x35\x54\xc6\xc8\x06\xd6\x46\x81\x86\x56\x39\x2b\x0a\x34\xb4\x19\x2a\x6e\x2e\x2b\xac\xcd\x7c\xc9\xa1\x0c\xde\xde\x66\xec\xb8\xb9\xcc\xb2\xd6\xd6\xa0\x62\xae\xb1\x9c\xb9\x1e\x33\x8a\xd2\x3c\x49\x27\x8a\xa2\x67\xb3\x3e\x53\xe9\x3f\x3d\xc4\x4b\x87\x30\x89\x9f\xd6\xd9\x67\xd9\x7a\x8d\x08\xc8\x2e\x5b\xaf\xcd\xdc\xbe\xb1\xcb\xd6\x6b\x44\x40\x76\x59\x61\xcd\x16\x61\xd9\xb0\x08\xd3\x7a\x18\x5b\x29\x3b\xad\x11\x23\xd1\x6b\x5d\x6f\xbe\x28\xcd\x06\x16\x39\x17\x08\x95\xef\xb9\x1e\xbe\xe8\xc8\x1e\x8b\x17\xf5\xc0\x05\xf1\xe4\x25\xe0\x45\xe1\xae\x86\x0b\xe2\xc9\xdc\x7c\xae\x1a\xbb\xa4\x6f\x23\xce\xb2\xcb\xf8\x6b\xd3\x05\x69\x9e\xec\x07\x6b\xda\x73\x16\x36\x3b\xb9\xc5\x27\xd1\x33\x62\x6f\x63\x11\x26\x6e\x97\x3c\x92\xbd\xd8\x0e\x16\x48\x42\xbf\x11\x89\xd9\x25\xf4\xdb\x8c\x28\x37\x4f\xf6\x0f\x04\x43\xcf\x06\xf6\x25\xd7\xe3\x58\x74\xa8\x81\x20\xf4\x2e\xb5\xd0\x4e\x56\x3d\xb9\x3d\x19\x23\x99\xc3\x27\xf1\xe4\x85\x58\xcd\x2e\x93\xb0\xe1\x93\x78\x52\x8a\x73\xa0\xe4\xf4\xde\xf0\x05\x3c\xa7\x25\x2e\xe2\x52\x3e\x6d\x49\x1b\xe9\x89\xf6\x40\x87\xb4\x51\xc3\x7d\xd8\xa5\x27\xda\xcb\x35\x95\x5a\x68\xbc\x4e\xb9\x82\x2d\x8d\xe0\xaf\x2b\xb6\xd2\x5e\x76\x4e\x6a\x81\x52\x80\xa1\x27\xd1\xde\x09\x72\xb8\x0c\xcf\xbe\xad\x69\x9b\x1a\xd8\x6c\xd1\xd1\xb7\x35\xc6\x77\xda\x4e\xf9\x8a\x8b\xb0\x5e\x38\x85\x32\x91\x3b\x81\x5b\x17\x1d\xbd\xac\x31\x34\x2d\x01\x0a\xbd\xb3\xf6\xbe\xa4\x94\x74\x4d\xc7\x38\xf1\x24\xbd\xb2\xc8\x49\x29\x11\x0b\x3d\xbc\xf6\x5e\x59\xf5\xa4\xb4\xc2\x9c\x74\x4d\xaf\x08\x47\x19\x7c\x7d\xc9\xb1\x24\x7d\xc9\x31\x59\x80\xbd\x71\xa4\x64\x01\xf6\xc6\x12\x26\x2f\x8d\x3b\x97\xbc\x10\x0d\xde\x65\x88\xf7\xb6\x78\x11\x73\x9d\x63\x99\xa4\xe3\x98\x78\x52\x8a\x63\xb2\x4b\xe7\xf5\xbe\x48\xd7\xb4\xd8\x44\x9e\xbc\xd8\x1a\x54\xa4\x3b\x8b\xac\xc8\x5a\x27\xa6\xe1\xc9\xcb\x12\x28\xf1\x3b\x59\x88\xbd\x63\xa8\x78\xd2\xb4\x64\x89\xc2\x5d\x7d\x19\x2a\x0a\x77\xf5\xe9\x2d\x34\xff\xd1\x30\xb5\xac\xde\x8f\x7b\x9f\x36\x45\x53\x92\x7c\xef\xf3\x51\x7a\x54\xf9\x02\xfd\x5c\x9f\x68\x96\x69\x42\x0c\xbd\x30\xf7\x8e\xfb\x10\x72\x30\x3a\xee\x43\xe4\x2c\xd3\x7d\x18\x7a\x72\xee\x7d\x06\x4f\x47\x95\x9d\xd6\xb1\x29\x22\xa7\x25\x3e\x1a\x39\x2d\xd7\xbe\xca\x70\xeb\x33\xff\xab\x45\xd2\xc1\x1b\x74\xe4\x2c\x44\x0d\xf4\xb0\xdd\x3b\x11\xd4\x2a\x4b\xae\xe3\x71\x54\x19\x6e\x7d\x56\xa4\x8d\x2a\xb3\x8c\x54\xbe\x51\x65\x96\xd9\xbc\xc3\xa3\xca\x0a\x33\x02\x95\xa1\x31\x6c\x63\xc5\x14\x88\x32\x02\x95\x4a\xb1\xec\x56\xa0\x43\x86\x85\x51\xc6\x12\x39\x0b\x31\x01\xbd\x85\x77\x23\x26\x10\x39\x2d\x4f\x2b\x55\xa6\x87\x61\x7a\xd4\x3d\x7b\xb0\x1e\x49\x07\x51\xc7\x50\xfc\xcb\xea\x9a\x36\xd4\xb0\x78\x19\x6a\x60\xd5\xf7\x6c\x60\x3d\x64\x7a\x18\x71\x80\x2a\xb3\xc1\x1a\x9f\xc8\x4a\x30\xae\x5b\xc8\xc4\x34\x02\x03\x7a\x1c\xef\x86\xca\x57\xd1\x40\x37\xd2\x4d\x22\x17\x88\x10\x62\x95\x9a\x34\x5e\x41\xaa\xb4\xa2\x39\xbc\xe4\x8a\xa1\xd0\xab\xb4\xa2\x39\xfb\x22\x15\x67\x38\xf5\x55\x1a\xcd\x78\xb6\x56\x02\x73\x37\x34\x7c\x95\xfe\x36\x34\x7c\xe4\xaa\xa3\xe1\xf5\xc0\xde\x0d\xed\x5c\xa5\xe2\x8c\x48\x5d\xe4\xbe\x1c\xeb\x13\x91\x4e\xa4\x2e\xf6\x6c\xe0\x56\xca\x67\xb5\x93\x3b\xd7\xb3\x61\x71\x2b\x5e\x4e\xb8\xed\xd9\xb0\x06\x15\x73\x17\x37\x2a\x77\x0e\xc3\x3e\x64\x23\x1a\x4f\x1a\xaa\xcc\xe8\x76\xb3\x51\xd2\x79\xc6\x9b\x84\x4a\x35\xba\x61\xd8\x2b\xd1\xb7\xdb\xbc\x73\x2d\x6a\x36\x70\x1c\xa4\x7b\x0d\xc3\xbe\x4a\xc5\xd9\xbb\x3e\x11\x73\xeb\x12\x4a\xc5\x19\x9a\x55\x8f\xfb\xdd\xd6\xad\x94\x7a\xf2\x6d\x7d\x62\x6a\xe0\x48\xc9\x12\x75\xde\x48\xa3\xe5\x27\xb0\x2f\x63\xcd\x79\x12\x55\x8e\x72\xf7\xb2\xc6\x08\x35\x70\xc5\xa4\x49\xfc\x7f\x28\x0c\xeb\xce\x0b\x68\x95\x6a\xf1\x9d\x31\x7a\x36\x30\x86\xf4\x04\xf9\x81\x2d\x74\xc6\x1c\x65\x5c\xa5\x27\x9c\xe0\x5e\xe8\x8c\x39\x6f\xa4\xaa\x55\xe8\x5e\xd7\x27\xdf\x7d\xf1\xb6\x3e\xd1\x18\x0d\x89\x2b\xed\xe1\x78\x08\x2a\x6f\xe8\x4e\x84\x2f\x7a\xf6\xe0\xc0\xe8\xd0\x51\x36\x38\x6a\x64\x03\xdb\x10\xbf\x93\xc4\xd1\x9d\x48\x9d\xb2\xa2\xbb\x1b\x87\x58\xb6\x9e\x13\x35\x08\x85\xff\x1c\xd3\x5f\x25\x17\xdd\x8d\x03\xa8\xf3\xe6\x4b\x30\x28\x68\xe2\x0e\xe7\xb2\xb1\xdc\xe1\x5c\x51\x14\x77\x2e\x93\xa2\x28\x8e\x2f\xa0\xdc\xeb\xee\xa8\xee\x3a\x72\x0c\x2e\x93\x0e\xb1\x93\xa9\xa6\x64\xec\xee\x64\xa8\x28\x19\xbb\x7b\xb0\x47\x3a\xb3\xce\x63\x43\x55\x8c\xc4\x09\x23\x44\x1e\xe2\xc1\xe1\x51\x48\xc4\x79\x06\x68\x0a\x89\x38\xcf\x00\xca\xdf\xee\x4e\x22\x88\xf2\x1c\xba\xa3\xae\x95\xe7\xd0\x9d\xe7\x51\xa5\x35\x74\xbf\xd6\xb4\x62\x6e\xc6\xf4\x87\xd2\x1a\xba\xa3\xae\x95\xd6\xd0\xfd\x82\x97\x3c\xd5\x24\x82\x28\xa1\xbb\xfb\x7c\x1e\x1d\x99\xd6\xe0\x53\x3b\x8f\x4c\x49\xf0\x07\x4a\xa5\x8c\x1d\x93\x5b\x25\x4a\xdd\x97\x1c\xc8\x73\x3f\xa3\x7d\xa3\x95\x6c\xe0\xc0\xe4\x31\x27\x45\xa3\x95\x6c\xe0\x10\xe7\x31\x9f\x4f\x91\x23\xb3\x18\xfc\x65\x2b\x15\xed\x73\x84\x4b\x93\x56\x0c\x9e\x01\x94\x14\xde\x83\x9c\x0d\x25\x85\xf7\x20\x96\xd0\xa4\xd1\x62\x6a\xe7\xd1\xa4\xc0\xa2\xc0\x9c\x14\x58\x14\x66\x91\x7a\x0a\x12\x4a\x95\x25\xde\x63\xd6\x94\x8e\x26\xd5\x12\x3c\x45\x2a\x6d\xbc\xc7\xce\x7a\x48\x93\x04\x45\xa6\xca\x23\xef\xb1\xb3\x1e\xd2\x24\x31\xc3\x90\x4d\x89\xe5\x3d\x08\x43\x2a\xb1\xbc\xc7\xbe\x08\x13\x1d\x75\xf5\x50\x43\x5b\x84\x89\x8e\xb6\x98\xd3\xb4\x58\xd8\x4a\x0a\xef\xc1\xbb\x62\x93\x26\x09\x42\x07\xca\x12\xef\x31\x1f\x1a\x47\x93\xd9\x10\x3c\x1f\x28\x6d\xbc\x47\x67\x16\xd9\x11\x41\xa0\x52\x59\xe2\x3d\xb0\xc1\x95\x25\xde\xc3\xd6\x18\x22\xcc\xd6\x18\xfa\x84\xab\x3e\x72\xe7\x66\x05\x40\x1b\xb9\x73\x5c\xf5\x91\x3b\xe7\x2c\x90\x34\x5a\x90\xb6\x3a\x72\x2b\x09\xec\x8f\xdc\xb9\x58\xb3\x68\xda\x58\xb3\x68\x8c\xf9\x14\x39\x9a\xc2\x0f\x41\x32\x5a\x26\x71\xc4\x58\x83\x6a\x1b\xc6\x22\x4c\xdb\x40\x08\x31\xd3\x3c\x62\xd6\x91\x8f\xcc\xea\x88\x83\x03\x23\xab\x29\x0e\x0e\xae\xac\xa6\xc0\xd2\x18\xb9\x0d\xb8\xec\x23\x57\xfd\x5c\x3d\x44\x07\xef\x09\x4a\x04\xef\x71\xad\x59\xc4\x0b\x0e\xc1\x48\xe6\x70\x08\x94\x19\xde\x03\xf9\xa1\xcc\xf0\x1e\x98\x1e\x23\xd9\xbf\xa1\x23\x99\xe3\xd5\xb0\x49\x91\xc6\xcd\x2c\xc9\xed\xcd\x9a\x4a\x91\xc6\xc3\x7a\x48\x09\xc6\xc3\xf9\x48\x4a\x1f\x0e\x6e\xdf\x7f\x47\x81\x51\x0a\xd3\x86\x34\xe4\xd8\xb8\x6e\xd2\x90\x03\xd3\x5f\x15\x92\x7d\x6c\x6b\x02\xf5\x20\x25\x21\xf3\x48\x46\x61\x4b\x14\xbd\x18\xb8\xef\xca\xbd\xee\xa3\xa0\x05\x14\xce\x18\x33\x25\xa1\x29\xf7\xba\x8f\x75\xcb\xa5\x26\x07\x46\x46\xfb\xd1\x03\xf9\x9c\x3d\xf0\xe7\x87\xf4\xd5\xa8\x5c\x48\x69\xd6\x41\xc2\x81\x52\xad\xfb\xe0\xf5\x21\x33\x43\x46\x5d\xa4\x8b\x5b\x02\x95\x99\xf7\x31\x70\xf0\x95\x7b\xdd\x07\xee\xbb\x52\xad\xfb\xc0\xa6\xc8\x44\x90\x41\x66\x56\x4b\xc2\x78\xb0\x50\x36\x72\x1f\x1d\x3a\x92\xb0\x25\x18\xa4\x16\x46\x5f\x83\x6a\xda\x05\xfc\x20\xb5\x30\x48\x5a\x50\x36\x72\x1f\xb6\x66\x11\x2f\x4b\x74\x24\xa5\x78\x1c\x99\x6e\x32\x70\x30\x32\x99\x64\x90\x88\xa5\x84\xdd\x3e\x78\x9f\x50\x7e\x6e\x1f\xf3\xda\xf7\x4d\xd2\x77\xcc\x5b\xde\x37\xa9\xeb\x31\x73\xd1\xfb\x26\xdd\x3b\xd6\x2d\x97\xaa\xa5\x10\xa3\x2b\x61\xb7\x0f\xfc\x89\x96\x0b\x34\xbd\xfc\xae\x84\xdd\x3e\xa6\x83\xd1\x37\xb9\xdb\x83\xd0\x5d\xcb\x15\x23\x74\xd7\x72\x81\x96\x1d\x21\x35\x39\xce\x45\x58\x36\x4c\x30\x82\x4d\x42\x7f\x4c\x49\xd1\x37\xc9\xf8\x41\x2c\xaf\x49\x91\x0e\x32\x4c\x9b\x14\xe9\xb8\x60\x5f\x42\x7f\x5c\x80\x22\xc8\x55\x1e\x17\x74\x8c\xec\x01\x1d\x32\x0a\x06\x09\x07\x6d\xe4\x27\x8b\x30\x31\x77\xb1\x84\x32\xf8\x06\x29\x09\x4d\x91\x93\x41\x86\x69\xcb\x9d\x03\x74\x43\xe9\xb3\x7d\x3c\xac\xa9\x44\xfa\x78\xd8\xca\x3d\x3f\x99\xb7\xa1\xe7\xde\x3e\xac\xba\x24\xf8\x78\x58\x20\x49\xf0\x41\xda\x6a\xcf\xdd\xe7\xc1\xb3\xcb\x58\x1b\xb8\x42\x5d\xb6\xd9\x78\x17\x1d\xda\x86\x17\x6e\xe5\xd6\x8d\x69\xe0\x8c\x9e\xbb\x3f\x9d\xa5\xbe\xc9\xcf\x3b\xe6\xc3\x49\x57\x92\x6e\x3f\x36\xb6\x41\x5a\xe0\x98\xbe\xd1\xe8\xda\xdb\xa3\xac\x4f\x9a\x1a\x2a\x3d\x34\x68\x81\x30\xa9\xda\x63\x5f\x3d\xf4\xc9\xce\xc1\x95\x16\x38\x78\x23\xcd\x9c\x9e\x03\xc0\x8b\x4c\x9f\x3d\x08\x54\x66\x4e\x0f\x25\x45\x23\x53\x78\x0e\xf2\xa4\x32\x63\xe7\xa8\xec\x9c\x34\xc9\x01\x58\x45\x26\xd8\x1e\x0d\x5e\xa4\x38\x8e\xb6\x3e\x11\x1d\x0d\xc2\x64\x14\x1c\x6d\x11\x26\x3a\x3a\xbb\x2f\x5f\xf1\x20\xf7\xb3\xeb\x38\x1c\x53\xc2\xf4\xcc\xa7\x3d\x8c\xf5\xd8\xf3\x93\x35\xed\x50\xc3\x9a\x36\x3f\x81\xdb\xdc\x39\x64\x50\xcf\x9d\x23\x51\xa1\xff\x56\x1d\x58\x3f\x78\xd2\xe8\xb9\x8b\xc4\x37\x7a\x6e\x5a\xac\x19\xc5\x06\x76\x49\x97\xfa\x3f\x06\x7c\x49\x0f\x1f\x24\x2d\x64\x2a\xce\x81\x1b\xd3\xa5\xfe\x0f\x1e\x1b\x7a\x6e\xc9\xf4\x5a\x7a\x26\xfd\x1e\x88\xb0\x9e\x7b\xc4\x6b\x68\xcf\x3d\x22\x02\x92\xc9\x3a\xc7\xc9\x2c\xb9\x25\xd7\x1a\x34\x1b\xa6\xe8\xc8\xcc\x9b\x63\x89\x0e\x29\xe3\xe3\xe2\x78\xc9\x40\x38\x2e\xce\x8a\xf4\xf7\x71\xb3\x1e\xd2\xbd\x07\x31\xc5\x2e\x27\xf6\x78\x38\x4d\x52\xe8\xc7\x12\x1d\x52\xe8\xc7\xc3\xb4\x3f\xc6\x60\x5a\x29\x52\x2a\x57\x47\x97\xce\x3b\xf0\x49\x32\x97\xe6\x24\x8f\x3c\x53\x67\xce\x8d\xcb\x24\x3a\x4e\x4c\x8f\xcc\x94\x39\xb7\x35\xed\x97\xfd\xb3\x2c\xc2\xd4\x03\x27\x25\x73\x69\x4e\x6c\x91\xcc\xa5\x39\x09\x67\xa8\xb4\xbe\x9f\x3b\xb3\xc8\x13\x3c\x77\x2e\x82\x78\x39\xd7\x0d\x95\xbe\x3a\xc9\xf0\xce\xf4\x9b\x13\x4b\x23\xb3\x6d\xce\xca\x29\x94\x02\x3b\x81\x7f\xc9\x6c\xe4\x13\xb4\x97\xcc\x35\x3e\xc9\x73\x10\x9e\x43\x3f\xb1\x23\xba\xf4\xf7\x49\xfe\x76\x97\x02\x3b\xd7\x95\xcd\x05\xea\x70\x2b\xf5\x74\x76\x04\x65\x72\x4b\x5a\x43\x97\xbe\x3a\x8d\x35\x4d\x5e\x0c\xe9\x9b\xbc\x38\xfb\x22\x45\x7a\x62\x25\x74\x29\x9f\xd3\x11\x94\x49\xba\x43\x58\x92\xee\x9c\xc2\x24\x7d\xdd\x5b\xe9\xab\x33\x98\x25\x49\xc7\x9f\xe8\xf2\x15\xcf\x80\x17\x69\xb4\x73\x59\x1a\xb2\x45\x4e\x0c\x8b\x2e\xe7\xf1\x9c\x25\x6c\x43\xc8\x55\xfd\xc4\x6c\xc8\xa4\xd4\x73\x7a\x0b\x3d\x93\x52\xcf\xf9\x5a\xd0\x8b\xd4\xf5\xc9\x05\xca\x7c\xc9\xf3\xa6\x87\xf4\xd5\x49\xb2\x5f\xe6\x27\x9d\xb3\x42\xa4\x0b\x00\xad\x9f\xb3\xa4\x76\x64\xc2\xd2\x49\xe8\x3f\x13\x96\x4e\xc2\xf6\x99\xb0\x74\xa2\x48\x33\x61\xe9\x7c\xff\x35\x96\x52\x3f\xe7\x6b\x5d\xcf\x54\xbe\xf3\x5d\xdc\x7e\x17\xe8\x42\x2b\x66\x5e\xde\x35\x23\xfd\x3d\xf3\xf2\x2e\xf2\x82\x04\x23\xd1\x2f\xb4\x62\x66\xb8\x51\x2d\x3e\x4c\x7a\xf3\xe2\xce\x65\x86\xdb\x55\x16\xa6\xd3\x97\x74\xea\xc9\xbb\x00\x84\xfa\xb5\x60\xa0\x74\x4d\x2f\x94\x60\x26\x4e\x5d\x75\x4d\xeb\x6a\x60\x3d\xa4\x6a\x2f\xa2\x7d\x26\xcd\x7a\xa1\xd1\x4c\x8a\xf4\x02\xea\x28\xf3\xc6\xae\x06\xb6\x94\x0e\xff\x85\x0f\x6f\x52\xb5\x57\x67\x5a\x1d\xfe\x6b\xc6\xf1\x7b\xe6\x6b\x5d\x9d\x31\x74\x91\x2f\x63\xf7\x65\x67\x5e\x68\x45\xc1\x8c\xf4\xcb\xd8\xec\xf2\x5b\x21\xc4\xcb\x38\x5e\xba\x19\xd7\x0c\xff\xf5\x4c\xd5\xba\xbc\xfc\x2b\x44\xac\x7e\x11\xed\x33\xc5\x04\x2e\x67\x07\x64\x51\x5e\x3c\x03\x64\x52\xd9\x15\xd0\x24\xf5\x7f\xc5\xea\xa1\x4f\x88\xe5\x99\x42\x00\x17\x51\x7f\xc1\x0e\xf6\x8b\xea\x08\x93\xbd\x78\x51\x1d\x61\x32\x10\x2e\xee\x5f\x26\xa6\x5d\xc7\x22\x5d\x9f\xe0\xbe\x67\xa6\xda\x75\x2c\xd2\x35\x06\x6a\x52\xb8\x23\xfd\x3a\x18\x54\x1a\xfe\x3a\xd7\xa0\x62\x7f\x2a\xd2\x9e\x69\x56\xd7\x54\xa4\x3d\xd3\xac\xae\x59\x64\xda\xf7\x2d\xc7\x78\x68\x10\x61\x17\xa0\x62\x79\x77\x50\xa4\x99\x0f\x77\x61\x61\x9b\xec\x88\x6b\xe6\x08\xf5\x5d\x56\xe9\xf5\xac\x31\xc4\x1c\x16\x76\x66\x66\x5d\x04\x08\x05\x58\xd5\xaf\x75\xed\x65\x69\x5c\x3c\xd2\x67\x4e\xdd\x35\x03\x84\x3d\x13\xb1\xae\xa9\x59\x7b\xa6\x59\x5d\x98\xcb\x99\x66\x75\x4d\x55\xdb\x33\xab\xea\xc6\xa9\xcf\xbc\xbc\x7b\xbe\x2d\xf4\x5d\x77\xe7\xc6\x87\xcf\xac\xbb\x1b\x39\x90\x69\x56\x77\x81\x0e\x1d\xa9\x7b\x62\x86\x0c\x93\x09\x74\x53\x6e\x65\xb2\x78\x6e\x04\x43\xa6\x48\x51\xc6\x3e\x84\xc6\xd5\x6f\x9e\xf1\x4d\x26\xd0\x4d\x69\x82\xc9\x04\xba\x77\xce\x98\xac\xd2\x7b\x5f\xbc\x84\x1a\xe0\x45\xe7\xf4\xde\xd7\xb4\x1a\xb4\xae\x31\xc4\xcb\x12\x2e\x12\xa5\x37\x99\xc4\x26\xb9\x78\x93\x28\x64\x32\xa3\xee\xce\xde\xea\xe0\xde\xb6\x66\xd1\xa0\x5c\xe4\x5d\x5e\xcb\xcd\x45\xde\x65\xea\xde\x84\xed\x33\x2d\xf1\xc6\x56\xcd\xa4\xc3\x3b\x60\x4e\x76\xd5\x1d\x30\x27\xeb\xf8\x0e\x36\x5b\xd7\xe3\x5e\xb7\x52\x02\xfb\x1e\x9c\x31\x49\xdf\x7b\x70\x1c\x74\x81\xee\x03\x5e\x74\xb4\xef\x03\xbc\x3c\x1d\xed\x1b\xe3\xd5\x2c\x1b\xb8\x40\x3a\xb8\x37\x61\x37\xb3\x6c\x60\xc5\x64\xe0\xdc\x3c\xbb\x67\x26\xe3\x7d\x32\xa8\xe2\x22\xf7\xc9\xf5\xa8\xf9\xc9\x9a\x25\x3f\x61\x50\x59\x91\x37\x71\xfc\xcc\x53\xbc\xd7\x35\x55\x5c\xe4\xbe\xe0\x36\x8f\x25\x0f\xf3\x99\xa7\x78\xdf\x70\x9b\xe7\xf4\x46\x28\xc9\x12\xbd\x6f\xae\x58\x9e\x53\xe2\x70\x26\x43\xeb\xc6\x66\x36\xd9\x99\xf7\xb3\x7a\x88\x97\x87\x8d\xca\x23\x85\xab\x9c\x39\x4e\x37\x45\x47\x99\xb8\x78\xbf\x6c\xb6\xec\xee\x1b\xbf\xd7\xa4\x7c\x40\x79\xe8\xbb\x65\x03\xeb\x21\x6d\xf4\x6c\x9c\x42\xed\xfe\xb3\x2e\xb2\xb6\xf2\x59\xf7\x36\xb2\x61\x0d\xea\x6a\xe0\x68\xff\x56\x21\x73\x7f\x0a\x9c\x47\x7e\x0e\xe7\xda\xf8\xa7\xb0\x25\xda\xf8\x87\x77\x01\x93\x79\xf8\xe0\x47\x67\x6a\xd2\x83\x51\x2e\x88\xdb\x0e\xf2\x44\xcf\x4c\x24\x90\x27\x7a\x66\x22\x3d\x15\x2d\xa0\x7d\x7e\x70\x9b\x33\xcf\x08\x28\x8a\x91\x39\x9c\x0f\x28\x90\x99\x67\xf4\xd4\x35\xa8\x78\x69\x1c\x0d\xe9\xde\x07\x80\xc5\x4c\xf8\x79\x00\x1e\xcd\xfc\x9e\x67\x89\x0e\x29\xe3\xa7\x73\xcb\x15\xcd\x79\x30\x32\x32\x03\xe8\x21\xfc\x67\x23\x1b\xd6\x18\x22\x1d\x3b\x3e\x33\x80\x9e\x65\x64\x48\x6f\x3e\x18\xe5\x2e\x13\xf3\xc1\x06\x70\x99\x98\x0f\x25\x93\x99\x6d\xfa\x04\x22\x5d\x8a\x14\x28\x8a\x5e\xa5\x48\x1f\x82\x7b\x55\x8a\xf4\x21\x41\xc7\xa5\xf3\x80\xa2\xe8\x35\xa7\x9d\xae\x72\xcf\x7c\x9c\x67\x2c\xc2\xb4\xd9\x63\xcd\x22\x6e\xc7\x9a\x45\xcc\xcd\x77\x81\x9e\xf9\x38\x0f\x12\x2b\xb3\x6d\x1e\x52\xf9\x5c\x9a\x15\x6c\x8a\xe1\x32\x53\x9f\x03\xc8\xd9\x1f\x0d\x37\x0d\xe2\x05\xff\xdb\x7f\x34\xdc\x34\x88\x17\xac\x84\x4c\x7b\x79\x88\xf6\xb9\x74\xef\x33\xcb\x2e\xbb\x60\x24\xfa\x83\x3c\x72\x29\xe3\x87\x67\x44\x97\x32\x06\xe5\xa8\x57\x99\x62\xcf\xbd\x06\xd5\x2c\x53\x1e\xf5\xcc\xa5\x79\x48\x5a\xf0\x9c\x05\x01\x95\xb9\x34\x0f\xf9\xca\x99\xf9\x0b\x58\xc5\xf0\x9c\x85\xd0\x5d\x66\xb9\x3c\xef\xea\xa1\x41\x5f\xa6\x95\xbe\x02\x68\x62\xb8\x74\x1e\xb8\x12\x5d\xa8\x11\xfd\xdd\x58\x42\x29\x41\xf0\x98\xba\x50\x23\x3a\x98\xb9\x3d\x13\x63\xc0\xcc\x4d\x28\xd6\x0e\x44\x6e\x17\x8c\x44\x07\x22\xb7\x0b\x46\xa2\x03\x91\x3b\x32\x8d\xf7\x45\xc2\x64\xa6\x0c\x68\xb6\x3d\x13\x63\xde\x7d\x7d\xd2\xd4\xc0\x12\x4a\xe7\x2d\x24\xda\x4c\x8c\x01\x78\x76\x64\x4e\xee\x82\x95\xcd\x4c\x19\x20\x31\x46\xa6\xe0\xbe\x95\xb3\x2e\xff\x4a\x38\xb3\xe2\xb6\xc2\xbe\xb4\xc0\xc2\x99\xad\xd2\x02\xe0\xc2\x8e\xcc\xda\x05\xd3\x75\x78\xb2\x8f\x5f\x53\x95\xd6\xb0\x10\x5b\x33\xdb\x06\x80\xd6\x9e\xb9\x34\x13\xa0\xf5\xd3\x20\x3a\x90\x41\x2e\xfb\x0e\xa4\xd4\xe1\x52\x93\x6f\x67\x3d\x2c\x7b\xb0\xc8\x96\x3d\x58\x20\xe9\x4d\x60\x4f\x7b\x95\x27\x38\x51\x3d\x4b\xcf\x1c\x96\x17\xc7\x44\xf0\x13\x1d\xcc\xce\x2e\x70\x89\x0e\xbc\xe6\xc8\x54\x60\xc0\x33\x7b\x26\xa4\xbc\x4b\x28\x29\x3e\xb3\xb0\x24\x32\x6b\x17\xa0\xc7\x2e\xc8\x86\x0e\x6a\xe3\xf0\xfe\x5b\x75\x60\x2f\xc6\x8e\xe7\x3e\x1f\x6b\x3c\xd1\xc4\xdb\x42\xa6\xf4\xbe\x4b\x74\xe4\x96\xe0\x71\x64\x7a\x05\x58\x88\x3d\x53\x23\x40\xaf\xe8\x99\x09\x01\xf4\xe1\xf0\xdc\xc5\x29\x7e\x7a\xa6\x46\x00\x6c\xd8\x33\x13\x02\xf4\x8a\x9e\x99\x10\xa0\x57\x0c\x97\xc5\xf0\xde\x9c\x26\x59\x94\xef\x12\x1d\xb9\x47\x38\x29\x99\xc5\xf0\x2e\x49\x21\xf5\xff\x92\xd6\xe0\xb2\xe4\x5e\x0a\x19\xdc\xf2\x93\x79\x34\x32\xf1\xe1\x5d\xb2\x24\x37\xfe\x85\x52\xc9\x56\x80\x26\x46\x26\xdb\xbe\x38\x29\x4d\xc2\xf6\x25\xa6\x2f\xf8\x06\xdb\x28\x62\x52\x5e\xac\x01\x01\x31\x94\x17\x6b\x40\x40\x74\x65\x53\xd8\x36\x25\x45\x57\xf2\x84\x81\x09\xd1\x95\x2b\x61\x1b\x69\x0d\xca\x8b\xb5\x8d\x88\xa1\xb2\x5e\x6d\xc3\x49\x51\xd6\xab\x01\x01\xd1\x95\x09\x61\x1b\x2e\x88\xb2\x5e\x6d\x61\x42\x08\x81\xd2\x36\x42\x88\x4a\x7c\x30\x60\xe9\xba\xf2\x1c\x6c\x81\x44\x28\xf5\xd5\x36\x92\x8f\x85\xfe\x6c\xc0\xee\x0f\x0f\x71\x4b\x16\xb0\x0f\x51\xda\x58\xc2\xaf\xf4\xb5\x0d\x27\x45\xb8\x12\xb6\x75\xd6\xa3\x8a\x74\x4c\x0f\x65\x31\xd8\xc6\xb5\x57\xd2\x82\x81\x09\x31\x04\x3a\x6d\x5b\x67\x96\x2a\x5e\xa8\x55\x50\x0a\xae\x6d\xce\x19\x1b\x22\x9d\x8a\x24\x1f\x22\x9d\x4b\xad\x47\x7a\xdb\x70\x74\x94\xa4\x6b\x5b\x40\x47\xcb\x31\x5e\x7a\x68\x5a\x1c\x1d\xa5\xcf\x1a\xe0\x0c\x5d\xcf\xe7\xb6\x11\xa5\x57\xfa\xac\x81\xd6\xd0\xf5\x7c\x6e\x1b\x50\x36\xca\xa7\xb5\x05\xdf\x10\x9b\x28\x9d\xc2\xa0\xeb\xb9\xdb\x36\xe2\x81\x7a\xdd\xb6\x6d\x86\x1f\x46\x6c\xd9\xc0\xb4\x45\x74\x9c\x4c\x6b\x5a\x42\x1c\x1d\xbd\x5d\xdb\x06\x72\x8d\x70\xbb\x0d\x80\x87\xa1\x8c\x5b\x5b\xf0\x0d\x91\xb7\x61\xdd\x7d\x13\xe9\xe4\x38\x45\x1e\xfe\x0b\xd2\x4d\xa4\xe3\x2c\x45\xde\x86\x6b\x4d\xab\x05\xc2\x38\x51\xfa\xac\x01\x01\xd1\xf5\xdc\x6d\x1b\xbe\x91\xf2\x69\x6d\xbb\x17\xb7\xd9\x83\xb3\xee\x62\x9f\xd8\xa6\xd2\x56\x6d\xbb\xc1\x56\x77\x71\x4b\xd2\xb2\xb2\x43\x6d\x7b\x57\x83\xe8\xc0\x16\x69\x79\xf7\xc1\xb6\x51\x76\xa8\x6d\x84\x41\x5a\x0a\x03\x9c\x25\xe5\x7e\x5a\xe1\x81\x41\xb9\x9f\x56\x30\x5f\x04\x2f\x60\xfc\x10\xc5\x08\x1d\x7e\x10\x1a\xba\xe0\x05\xac\x10\xfd\x0c\x1d\xfe\x52\xd8\x86\xaf\x63\x62\xfc\x3a\xc5\x50\xfe\xa8\x95\xb2\xe8\x30\x35\xb0\xb7\x5f\xb3\xc1\x40\x68\xe8\x7a\x00\xb6\x05\xc8\x10\x5f\xb3\xc1\x00\x64\xe8\x6d\xfc\xce\x1b\x98\x15\x9c\x25\x81\x8b\x5b\x01\x21\x5f\xaf\xc3\x56\x2a\x57\x65\x88\xc8\xba\x26\x10\x91\x0b\xff\x5e\x77\xb8\x00\x4f\x2f\xc8\x03\x2b\xa0\xd1\xeb\x31\xd8\x0a\x86\x8a\xd2\x4f\xad\x4c\x79\x34\x94\x7e\x6a\x85\x64\xca\x68\x9a\x96\x14\xa9\x90\x1c\x28\x33\x35\xa2\xeb\x65\xd7\x0a\x86\x8a\x32\x56\xad\x20\xb1\xba\x6e\xe8\x82\x6f\x50\x0a\xab\x01\xdf\x30\x94\xb1\x6a\x05\x89\xa5\x87\x5c\x2b\x78\x4f\x42\x60\xb6\x42\xa5\xa6\xd2\x4f\xad\xf0\xe8\xa1\x37\x57\x2b\x06\xa0\xbf\x8e\x79\x99\x49\x98\x5d\x90\x07\x06\xe2\xc3\x50\xc6\xaa\x2d\xc4\x07\x25\x97\x1a\x88\x0f\x43\xb8\xbb\x56\xf0\xc0\x84\xbb\x6b\xc0\x37\x74\x3d\xa0\x1a\x68\x0d\x43\x40\xbc\x56\x02\x3a\x74\xee\x0b\x52\xaf\xe7\x31\xc7\xbf\x52\xca\xa9\x95\x63\xf5\xd0\xaa\x23\xd3\x7a\x9e\x48\x9c\x25\x25\xa5\x5a\x21\x0a\xdb\xf3\x88\x62\x02\xf5\x26\x3a\x30\x81\x94\xb6\x6a\xe5\xe4\x7c\x34\xd1\x81\xd4\xd3\x93\xa8\x95\x73\xcd\xa2\x69\x09\xef\xf4\x3c\x30\xe7\x9a\x45\x74\x60\xf1\xf4\x3c\x30\x4b\xc8\x49\xb8\x14\x6a\x39\x95\x94\x6a\x65\x89\x30\xd7\xb4\x4b\x40\xb9\x66\xb9\x11\xfa\xae\x59\xc0\xda\x52\xba\xa8\x15\xde\x37\x05\x79\x60\xe5\x85\xb9\x3c\x1f\xbc\xb5\xf4\x2e\x5e\x5e\x7e\x6f\x24\x37\x1b\xf3\xa5\x6b\xb3\x81\x5e\xe8\xfa\xa5\x1f\x03\x58\xa1\xeb\x9d\xd5\x40\x49\xe8\x02\x20\x30\x7e\x21\xa6\x77\x71\xbb\x2f\xd1\x11\xf9\x09\xb3\x88\xfd\x7d\x66\x54\xf6\x2e\xf6\xf7\x25\x4b\x24\xc2\x76\x52\x12\x94\x83\x6a\x3b\xd6\x8a\x52\x4e\x6d\xdf\xd7\xb4\xf9\x09\xa7\x50\xc6\x09\xe0\x0c\x5d\x8f\xb7\xb6\x23\x50\xf4\xce\x6a\x3b\x49\x0b\xca\x41\xb5\x9d\xe8\x8b\x1e\x5e\x6d\xa7\x76\x4a\x39\xa8\x06\x9e\xc3\x50\x0e\xaa\xed\x18\x38\x02\x26\xb6\x9d\x07\x9c\x9e\x74\x60\xf1\xe8\x8d\xd4\x76\x82\x2d\x82\x2e\xb6\x7d\x09\x14\x59\x4d\x0b\x90\x41\x3f\x77\x64\xfb\xf4\x7c\x7a\x4f\x4a\xfb\x1a\x43\x0d\xa4\x35\x28\xc3\xd4\x76\x82\x2d\xca\x30\xb5\x7d\x49\x87\xe4\x85\x37\x9a\x9e\xbc\xf8\x1a\x43\xbc\x38\xeb\x91\xcc\xe1\x1b\xf5\x24\x1d\xf9\x21\xf8\x63\xdb\x71\x96\xf4\xce\x6a\x3b\xb5\xe0\xc2\x43\x36\xf0\x17\x86\xf0\x90\x6d\x27\xa4\xd3\x25\xc6\x77\x0c\x2d\x01\x24\xdb\x8e\x5d\xa5\x5c\x58\xdb\x79\xc5\x11\x40\xb2\xed\x44\x70\x2c\x49\x1f\x6b\x0c\x2d\xd0\xc4\x70\xe8\x96\xd3\x1e\xf4\x90\x09\xb4\x23\x61\x46\xf9\x9d\x42\x66\xdb\x8f\x35\x9e\x88\x9c\xcf\xb4\x43\x99\xb3\xb6\x13\x5d\x16\xe0\xb2\xed\x3c\x02\x59\xb2\x41\xba\x97\x10\x98\x6d\x3f\x17\x1b\xe2\x0b\x0f\xcc\x92\x0d\x82\x37\x96\xb3\x10\x89\x51\x2a\xad\xed\xc8\x12\xa5\xd2\xda\xfe\x32\xad\x2c\x06\xe0\x1b\xba\x5e\xa7\x6c\x27\x88\xab\x77\x23\xdb\x49\x7c\x50\x2a\xad\xd5\x6d\x8d\x11\x6a\x80\x74\x39\x07\x75\x5b\x63\x0c\x35\x40\xba\xc4\xf1\xc2\x73\x50\xf6\xad\x55\x1e\x70\x94\x5b\x6b\x95\x28\x8a\x5e\x74\x8c\x9f\x75\x1a\x4a\xb6\xb5\x8a\xd9\x20\xd0\x66\x03\xcf\x61\x08\xb4\xd9\x2a\x41\x57\x3d\xf1\x18\x00\x0f\x5d\x4f\x3c\x06\x5a\xc3\x10\xac\xb3\x55\x8c\x02\xc1\x30\x5b\x6d\x8b\x74\x4d\x4b\xb0\x42\xaf\x31\x56\x49\x8f\x1c\xb9\x1e\xa8\x7c\x93\xf4\x05\xe0\x61\x8c\x5c\x0f\x6c\x80\x91\xeb\x41\x6a\xe3\x48\x6e\x71\x52\x46\x92\xce\x95\xb5\x2e\xc2\xd0\xdf\x23\x79\x71\x8e\x83\x64\x7c\x25\xa4\xaa\x74\x5c\x03\xad\xa1\xeb\x01\xc7\xc0\x62\xe8\x7a\xc0\xb1\x4a\xb9\x95\xb0\x9d\xad\x06\xe7\xc3\x44\x18\x6f\x3e\x02\x7b\xb6\x4a\xb9\x95\xc0\x9e\xad\xc6\x62\x4e\xeb\x11\xac\x98\xd4\x75\x25\x61\x49\x4f\x3c\x06\x5a\x43\xd7\x7b\x8d\x81\xd6\xd0\xf5\x3c\x63\x75\x5d\x59\x39\x07\x95\x28\x8a\x00\xa3\xad\x92\x2b\x31\x72\xd5\xc9\xca\xd4\x5b\x8b\xd5\x75\x2b\x65\xf1\x54\xbc\x16\xc1\x41\x5b\xe5\x15\x55\xcf\x22\x06\x38\xc3\x18\xb9\xea\xa4\x34\xe9\x9d\xc4\x2a\xe9\x91\xc2\x84\xb0\x8a\xd7\x32\x72\x1b\x78\x78\x1d\xb9\xea\x44\x3f\xf5\xeb\x56\x56\x49\x58\xd2\x2b\x88\x55\x34\xfc\xc8\x7d\xe1\xe1\x75\xe4\x36\x90\xb0\xa4\x1f\x63\xb3\x8a\x0b\xa2\x1c\x65\xab\x3c\xbc\xea\x91\xc2\x2a\xef\x35\xca\x51\xb6\xc6\xb3\xaa\x72\x94\xad\x6d\x6b\x16\x53\xc3\xd4\x57\x7a\x3e\xb0\x46\xc4\x42\x8f\x03\xd6\xd6\xad\xd4\x46\x35\xde\x59\xf5\x5a\x60\x8d\x67\xd5\xa1\x9d\x6b\x85\xe3\x20\x8d\xd6\x78\x4e\x19\xb2\x23\xda\xce\xf9\x90\x16\x68\xeb\xaa\x6b\x2b\x1b\xa1\x4c\x21\x37\xdb\x42\x68\x10\x72\xb3\x35\x22\x97\x2e\x25\x08\x42\x43\x77\x29\xc1\x86\x22\xd5\x8b\x83\x35\xb2\x8f\xf4\xe3\x74\xd6\xd0\xac\xfa\x35\x3a\x6b\x24\x4f\xe8\x4d\xc2\x1a\xf9\x81\x82\x83\xb6\xc6\xb3\xaa\x4b\xc5\x35\x12\x06\x05\x07\x6d\x8d\x67\x55\xfd\xa8\x88\xb5\xa5\x6a\x65\xf1\x34\x6a\x9d\x94\x5e\x6d\xcd\xd7\x18\xfa\x24\xd8\x4a\x19\x16\x2d\x16\x2f\x22\x9d\x24\xc1\x11\xfe\x3b\x0a\xac\x8d\x35\x9e\x56\x8f\x47\x58\xc1\x3a\x1b\xbf\xc1\xd1\xf5\x72\x60\x6d\x40\xa4\x4c\x88\x46\xf2\xc4\xc8\xb3\x42\x58\x53\x4f\x09\xd6\xd6\x0d\xcd\xc3\x73\x30\x4b\x9e\x15\x14\xa9\x1e\x0a\xac\x11\xbd\x70\x69\x34\x00\x0d\xba\xde\x05\xac\x91\xf3\x2c\x44\x10\x6b\xc4\x25\x85\x04\x6d\x6d\x3e\x7a\x74\x41\x84\x58\x23\xd0\xe0\x52\x3e\x6d\x5d\xd9\x3c\x6f\x17\xdc\x4a\x1b\x35\xe2\x92\x42\x71\xb6\xc6\x23\xac\xf0\x3e\xac\xdd\xfc\xd8\x99\x34\x49\x5b\xba\x57\x66\xd9\xfc\xd5\x92\xfd\xf3\x9f\x6a\x60\xd3\xe4\xe0\x37\x42\x11\x7a\x28\xb0\xf6\x6c\x7c\xa2\x41\x3f\x82\xe1\xd3\xa0\x4f\x78\x16\x51\xf8\xdd\xda\x73\xd3\x23\xc7\x78\x69\xd0\x7a\x7c\x6c\x80\x4f\x83\x4e\x13\xde\x82\x22\xf6\xd6\x10\x1d\x8a\xb6\x1b\xc0\x0a\x5d\xd1\x76\x6b\x2f\x7b\x2b\xe5\xd3\xf1\x16\x84\xb3\x61\xfd\x63\x14\x7c\x66\x31\x35\xac\x41\xbb\x1a\xd6\x7a\xb8\x1a\x0e\x1a\x42\x0d\x8b\xf4\x2f\x73\x13\x58\x61\xdf\x94\xe0\x6e\x9d\x14\x67\x85\xdf\xad\x97\x41\x8f\xa2\x86\x9b\x1e\x9a\x65\x87\x30\x59\x4d\x7d\xe7\x77\xeb\xa4\xaf\xfa\xbe\x66\x11\x73\x98\x0d\x02\xcd\xb0\x5e\xd7\x18\xe2\xb6\x72\x0a\x25\xe3\x7b\x65\x1b\x14\xbb\xea\x8d\x9d\x53\xec\xaa\xf3\x63\x78\x0a\x75\x5b\xe7\x9d\x44\x18\x19\xd6\xdb\xe2\x45\x83\x92\xee\x25\xc0\x0b\xeb\x7d\xd1\x21\xd2\x3b\xd3\xea\xac\x03\x8a\xd0\x15\x0c\xb7\x4e\x8a\xb3\xc0\x2a\xac\x63\x36\x28\xb2\x6d\xdd\xf9\x44\x62\xb0\x07\x07\x46\x16\x60\x27\x1c\x9a\x31\xe7\xce\x1b\x47\xc6\x9c\x3b\x2a\x3f\x43\xcc\x7d\xac\x1e\xe2\x85\xaa\x8a\x0c\x0f\xf7\xb1\x48\x17\x73\x83\x55\x97\x40\x59\x3f\xca\x99\x01\x64\xc0\x14\xba\x2b\x2c\xd4\x79\xb5\x08\x5d\xb1\x8e\xcd\x9c\x71\xda\x8e\x30\xc8\xb0\x2c\x50\x09\x3d\xc3\xb2\xfd\xa3\xd0\xf7\x4d\x99\xf7\xd6\x2f\x8e\x65\xcd\x4f\x5e\x3e\x11\xe9\x08\x83\x0c\xa9\xf6\xf9\x43\x49\x9b\x32\xef\xad\xdf\xeb\x77\x0d\x45\x18\xcf\x18\x19\x41\xed\x53\xe5\xf7\x8c\xa0\x76\x4c\xf5\x0c\x54\xce\x1f\x4b\xf9\x0c\xaa\x13\xc4\x35\x55\x15\xbf\x81\x8c\xd0\x55\xd7\x6e\xb6\x21\x3f\x14\x17\x31\xd2\x2b\x54\x71\x6e\xb6\xb1\xea\xba\xfb\xb6\xb3\xd9\xba\xd9\xc6\xf3\x41\x48\x18\xd8\xc7\xaa\xfe\xf4\x30\x35\xdc\xf4\xf8\x2e\x10\x20\x06\x3d\x43\x5c\x56\x59\x0f\x5d\x42\x50\x0d\x7a\xc6\xbc\xac\x22\x0c\xf2\x93\xcf\x6d\xf8\x34\x8c\xdf\x51\x60\x40\x1e\x74\x55\x4a\x1b\x90\x07\x3d\x83\x59\xf6\x31\xdb\xf7\x4d\x49\xf2\x66\xfc\x08\xa4\x80\xb0\xcd\x1a\xab\xa7\x08\x88\x75\x68\x92\x79\x68\x7d\xcd\x22\xaa\x3b\x47\x43\xe6\xa1\xf1\xe8\x98\xf1\x2f\x60\x13\x7a\x06\x80\xcc\xd9\x12\xdd\x72\x73\x6e\xb9\x2c\x39\x30\x10\xba\x7e\xcd\xc9\xcc\x59\x70\x99\x76\xe6\x6c\x9a\x2c\x39\x73\x04\xa5\x04\x03\x28\x09\x5d\x3f\x00\x65\x46\x1c\x2e\xc3\x2a\x36\x20\x5d\x82\xc1\x48\xb3\xca\x08\x88\x0d\x16\x48\x66\x99\x91\xc5\x90\x11\x10\x23\xef\x2a\x23\x20\x76\x20\xe4\x92\x5b\x14\x7a\x86\x44\x26\xb0\xc2\xa7\x47\x7e\x02\x61\xb2\x01\xec\xe4\x00\xca\xd6\xb3\x93\xc3\xe3\xd9\x83\xa3\x21\x89\x65\xeb\x96\x4b\x7f\xdb\x09\x73\xae\xf5\x38\x17\x1d\xe2\xf6\x5c\xd3\x8a\x39\x0c\xfb\x0c\x9a\xd8\xb5\xa6\xcd\x1e\x4c\x1b\xd9\x83\x9f\x22\x95\xaa\x35\x0c\xfb\x8c\x6f\xcc\x9f\x22\xfa\x7c\x92\x3d\xd6\x27\x22\xec\x66\x91\x65\xc9\x81\xd6\xd0\x33\x9c\x61\x4b\xe5\x4b\x72\xf2\x43\x65\x3d\xc3\x19\xf6\xb0\xa6\xb9\x0d\x2f\x63\x48\xda\x18\xd1\x3e\xfd\x34\x93\x39\xea\x3a\x03\x03\x4e\xbd\x91\x6a\x6c\xcd\x97\x32\x96\x95\x0e\x5a\x43\x4f\x2f\xdf\xb7\x35\xad\xab\xe1\xa6\x87\x3e\x99\x8f\x95\x3d\x3d\x74\x27\xf1\x21\x3d\x74\xdf\xb9\x0d\xda\x17\xdf\xe7\x6d\xd0\x6f\x9c\xdb\x44\x5a\xf8\x34\x88\x30\xd2\x1a\xd2\x33\xf6\x5a\xe9\x51\xd5\xc0\x56\xb6\x6c\x60\xc5\x24\xa0\xf8\xe1\xb6\x9e\x6e\xae\x93\x38\x95\x5e\xed\x84\x6f\xf8\x0c\xaa\x4f\x5a\xa7\x41\x9f\xb4\x35\xa8\xd8\x5f\xbf\x4c\x2b\x11\xe6\xc4\xf2\xd2\xdf\xf4\xce\x27\x12\x28\xde\xd9\x17\xc9\x0f\x47\x7f\x0b\xc9\xda\xdc\x16\xfb\x5a\x42\x83\x0e\xed\xed\x04\x64\xf8\x34\x68\xc5\xec\xa2\x41\x0b\x64\x30\xd7\x73\x50\x98\x93\x81\xe3\xbe\xd3\x20\xc2\x1c\xd2\x25\x94\x00\x64\xe8\xe9\x5e\x3a\xb1\x84\xf4\x26\x41\x68\xe8\xe9\x4d\x4e\x84\x86\xcf\xa0\x6a\x08\x36\x4a\x26\x90\xc7\x1a\x43\x84\xf1\x8a\x9a\x9e\x20\x90\x0d\x7d\x48\xa0\x4c\xc8\x86\xcf\x18\x5a\xf5\xb1\x48\xd7\x18\x54\x55\xa8\xc0\xd5\xc0\x70\xe8\x2a\x70\x35\xc7\x16\xd1\x4f\x07\x99\xe3\xdc\xe8\x97\x82\xcc\x4f\x06\xcd\xeb\x41\x8a\x76\xfa\x79\x8e\xfc\x48\x97\xcc\xaf\xc2\x27\x5a\xb1\x25\x50\xc2\x7e\x47\x81\x39\xd2\x46\x80\xdc\xe6\x58\x1d\xc2\xdf\x36\xc7\x39\x48\x67\xc9\x6f\xb6\x55\x8e\x8e\x3f\x50\x2d\x17\x04\x3c\x87\xae\xdf\xaf\x31\xc7\x5b\x18\x79\xa9\x5f\xae\x9b\x5c\x10\xc0\x19\x2c\xbd\x05\x9f\x96\xbe\xa5\xb7\xe0\xef\xcb\x27\x5f\x3a\x02\x13\x42\xbf\x80\x6f\x51\x38\xb3\xb2\x3a\x40\x38\xb0\x34\xb9\x63\xe7\x00\xca\xea\x88\x69\x61\x5b\x9a\xdc\x51\x1b\x3d\xb2\xe1\xa4\xe1\x4b\x58\xb4\xd5\xa3\xab\xc1\x68\x10\x1d\xd3\xa0\x36\xfd\x24\x8b\x05\x06\xb5\x10\xa9\x2d\x1a\xcc\x69\xd5\x83\x1f\x1c\x56\x3d\xa8\x85\xc1\xad\x2e\x75\xf8\x9a\x76\xa8\xc1\xf8\x24\x1b\xa6\xd9\xa0\x42\x17\x9b\xe8\x04\x9f\x86\xa2\x06\xb8\x95\x18\x8c\x99\x70\x60\xaa\x07\xb5\x58\x57\x45\x1e\x07\xf8\x05\xa6\x02\x51\x8b\x80\x5b\x09\x97\x88\x35\xa8\x1a\xe6\x31\xb7\xb4\x17\x63\xb0\x84\x12\x3f\xc0\x15\x58\x9a\x87\x31\xd6\x18\xe2\xf6\x60\x2b\x25\xa0\xe2\x58\x84\x69\xd0\x83\x31\x72\xa3\xe6\x55\xb1\xb4\xf5\x62\xaa\x49\xdb\x92\x97\x75\xb4\x7b\xf6\xe0\xd0\x25\x2f\x17\xb7\x5c\x12\x2b\x2e\x66\x49\xd2\xef\x45\x98\x56\x7d\xda\xe0\x96\xa6\x18\x60\x04\xb6\x25\xa5\x37\x2b\x26\xdb\x0c\x74\x02\xdb\x72\x0c\x54\xad\x00\xb4\x2d\xd0\xac\xaa\x26\xb2\x78\x38\x30\x92\x7a\xf1\x32\xad\xa4\xde\x98\x9a\xd5\xd2\xae\x1a\x1b\x82\x41\x41\xb5\xb1\x71\x82\x14\x32\x1b\x1b\x94\x4a\xea\x4d\x10\x83\x4f\x8f\x1c\x83\x9d\xfb\xd1\x83\x63\x29\xb9\x38\x0a\xb3\xc8\xae\x1a\x05\xc2\x64\x46\x0d\x3c\xe3\x92\x0d\x3b\xe7\x43\x82\x72\x54\x48\x97\xa0\x1c\xeb\x12\xfe\xe8\x01\x61\x3f\x7a\xb0\x2f\x12\xa5\xa3\x72\x82\x24\x4a\x47\x43\x28\x29\x52\x37\x1a\xab\xfe\xa3\x61\xf1\x22\x6e\xf9\x59\x74\xfd\x16\x88\x8d\xa5\x15\x65\x8a\x0d\x7e\xf4\x5c\xbf\xcc\x61\x63\x69\x45\xd9\x66\xc3\xb8\xfb\xb2\x66\xc7\x52\x93\x39\x28\xbf\x3e\xae\x82\x3d\x1b\x4b\x6f\xca\xab\x1d\xce\x71\x90\xf5\x36\x9c\x8d\x92\xc4\x1d\x58\xe6\x25\xe9\x08\xae\xba\x8c\xb5\x31\xd8\x17\xb9\xb9\x63\xb0\xa6\x49\xd8\x58\x83\x66\x8f\x69\x34\x96\x24\x6c\xb0\x40\xb2\xef\xc6\xc1\x18\xb2\xaa\x01\x20\xb0\xb4\x9a\xc6\xc1\x46\x49\x59\x80\x48\x60\x69\x46\x8d\x83\x35\x4d\x5e\xa6\x21\x6e\x69\x46\x8d\x09\x68\x66\x1f\x13\xe8\x37\x14\xd8\x38\x91\x7a\xc9\x06\x36\xb8\xca\x9c\x0c\x74\x02\x4b\x0b\x6a\x9c\x73\xc1\x55\xf7\x64\x80\x11\x98\x7e\x3d\xd8\x00\x23\x30\xfd\x7a\xb0\x8d\xcb\xf9\x44\x54\x23\x4b\xf6\x1c\x74\x46\xea\x2c\xcd\xa1\x71\x57\x7a\x88\x30\xe4\x80\xaa\x9a\x6c\xa0\x37\x05\x2f\x6d\x20\x0b\x58\x5a\x50\xe3\x19\xf4\xd0\xb4\xb3\x5c\xc2\xd2\x82\x1a\x84\xdd\x54\xb3\x64\xe3\x5d\x83\x8a\x97\x77\x8d\x21\x5e\x50\xb5\x69\x74\x8d\xf9\xd2\x66\xe5\xc7\x18\x2f\x0d\xdf\x31\x0e\xfc\x79\xc1\x4b\xdb\x31\x9f\xde\x2c\xcd\xa1\x63\xeb\xf4\x18\x6a\x58\x94\xe6\x27\xf3\xcc\xaa\x10\xca\x00\x12\xb0\x92\x9f\x14\x48\x97\xf5\x03\xb2\x80\x95\x1f\x9f\x34\x7a\xec\x6a\xe0\x78\xfd\xf8\x64\xd0\x90\x3d\xd6\xb4\xdf\x15\x3b\x76\xa6\x95\x3f\x01\x3a\x81\xe9\xc7\x41\xec\xc0\x17\x50\x65\x94\x1d\xfb\x1a\x43\x9f\x54\xce\xbd\xe2\xb4\x47\x5d\x3d\x34\x06\x02\x2a\x6d\xa2\x83\x38\xdc\x9e\x9f\x34\x8e\xb9\x34\xeb\x81\xa5\xaf\x52\x29\x9b\xd8\x03\x9f\x06\x2d\x10\x86\x45\x9a\x40\x47\x63\x2b\x15\x22\x3a\x3a\x1b\xf5\xa3\x81\x73\xaa\x88\xd0\xd1\xd9\x5b\x05\x6e\x0f\x63\x3d\x64\x13\x4d\xb8\x82\xcf\x27\xe2\xc5\x58\x75\xa9\xeb\x09\x57\xf0\x69\x10\xa5\xc8\x34\xfd\xd2\x87\x1d\xbe\xc6\xd0\x2c\x48\x2c\x95\x17\xd9\x41\x2c\x41\xd5\x44\x76\x10\x4b\x50\xf1\x90\x1d\xc1\x8d\xca\x4f\x30\x4e\x84\x0f\x6d\x60\x16\x58\x1a\x6b\x47\xb0\xfb\x39\xc6\x60\x3d\x64\x9b\x1d\x88\x41\xe1\x43\xdb\x81\xb5\x52\x7e\x34\x5c\x34\x88\xb9\xb1\x28\x55\xc3\x31\x85\xad\xa0\x9c\x0d\x44\x02\x2b\x3f\x1a\x58\x20\x99\x1e\xc7\x92\x41\x3f\x1a\x90\x41\x32\x3d\x8e\x13\xf6\x65\x69\x1c\xf7\x1a\x54\xdc\x3e\x41\x0f\xad\xe9\xc3\xde\xca\xb0\x38\x30\x1b\xf4\x03\xb0\x76\x10\x72\xd7\xef\xbd\x1a\xf0\x02\x96\x06\xce\xf1\x72\xc6\xe4\x5f\x1d\x4b\x3a\xe4\x2c\xef\x1a\xf4\x4b\xd8\xb9\xb1\xea\x9a\xf6\x5c\x57\x5d\xd3\x9e\x1b\x4b\xa8\x69\xcf\xb2\xe8\x70\x35\x20\x3f\x34\xed\x59\x38\xfc\x32\x3d\x80\x28\xb0\x92\xd3\x16\x56\x5d\xb6\xc8\xb9\xee\x6d\x0e\xba\x43\xa9\x8c\x13\xe0\x05\x2c\xed\x99\xb3\x2e\x4a\x35\xc6\xba\xb7\x32\x2c\xce\xca\x36\xc8\xb0\x38\xd7\xbd\x95\x61\x01\xbc\x80\xa5\x2d\x72\x62\xcc\x97\xfc\xa4\x73\x70\xfd\xb7\x3c\xb0\xb3\x73\x22\x65\x64\x9c\xeb\x86\xca\x50\x39\xf1\xc5\x55\x2a\x65\xa7\xb1\x69\x52\xff\x13\x8c\xe0\xd3\x20\x12\x0c\x46\xb3\x87\xb3\x14\xd9\xc3\xd9\x67\x19\x08\x20\x0b\x58\x1a\x08\x67\xac\x69\xc5\x79\x70\xa9\x65\x64\x9c\xc1\x1e\xc9\x1e\x38\x83\xab\x92\x83\x62\x86\xec\x39\xe8\x58\x9f\x88\x8e\x81\x4c\x93\x6b\x78\x0e\x96\x53\xe1\x9d\xf3\x60\x5a\xd9\x25\x27\x66\x88\x7e\x71\xd7\xce\x83\x5d\x4c\x3a\x30\x32\x76\x99\x21\xe7\x7c\xbe\xb3\x54\xf9\xe7\xc9\xb6\xca\x0c\x39\x67\xda\x8b\xa9\xf6\xd9\xce\x19\xd3\xb7\x5d\x96\xcb\x39\xd3\xf0\x6c\xdf\x72\xd0\x8b\x86\x1c\x63\x4d\x2b\xe6\x26\xec\x91\xa5\x95\x70\x5e\xac\x69\x72\x8b\xe9\xa1\xfa\x69\x3b\xaf\xc5\x9c\xd8\xc7\x49\x49\xb3\xe1\xc4\x27\x49\xb3\xe1\xbc\x98\x45\xa6\xc7\x79\x23\x18\x64\x13\x01\x9b\x60\xa9\xbf\x4f\x1e\xe7\x54\xc2\x66\xf3\xd7\xee\xf7\xad\xe6\x02\xbd\x41\x83\x06\xc5\xff\x56\xc5\x9a\x5d\xa8\x7c\x55\xac\xd9\x35\x71\x47\x2c\xf5\xf7\xb5\x41\x98\x94\xf1\x85\x87\xae\x12\x36\x03\x36\xc1\x52\x3b\x5f\xa8\xfc\xd4\xbd\x17\xfa\x5b\x45\x6e\x76\xed\xab\x47\x36\x34\x7a\x7c\x97\xf0\xaa\x8b\x17\x57\x43\xe3\x93\xec\x61\xf4\x08\x35\x3c\xf4\x18\x6a\x58\xdc\xaa\x01\x39\xa0\xba\x38\x9b\x28\x09\x9f\x06\x71\x8b\x1c\x50\x89\xb1\x5d\x38\x18\x82\x94\x36\x70\x14\x2c\xb5\x33\xb0\x09\x96\xda\xf9\xc2\x05\x49\xdd\x7b\xf5\xc1\x18\xd9\xc0\x29\x94\x32\xbe\x50\xc6\x55\x66\x14\x38\x0a\x96\xaa\xf6\x42\x3a\x54\x99\x51\x17\xd2\x21\x75\xef\x45\xf8\x21\x75\xef\xe5\x50\x2a\x55\x7b\x21\x3f\x52\x91\x5e\xc4\x23\x6a\x6e\x36\xf1\x88\xd4\xac\x80\x29\x58\xea\xcd\x2b\xd6\x27\x22\x2c\x16\x61\xa2\x23\xb8\x51\x3d\x3f\xb9\xe9\x21\xc2\x06\x84\x49\x3d\x5d\x78\x2d\x35\x8f\xc3\xc1\x59\x97\xd0\xbf\x08\xfd\xd7\xdc\x7d\x3c\x8e\xd4\x24\x00\x21\x58\x2a\x8e\x0b\xfd\x5d\xf3\x38\x5c\x9c\x20\xf9\x79\xd7\x05\xa5\x92\xc9\x17\xea\x3a\x65\xf2\x75\xc3\x6d\x6e\x36\x81\x81\x14\xd2\xd7\xcd\x66\x4b\xc0\x5e\xeb\x9a\x4a\xc0\x5e\xbc\xc3\xab\xc6\xcf\xae\x87\x31\x24\xfa\x80\x4a\xb0\x14\x7d\xd7\xc3\x18\x12\x7d\x17\x36\x80\xca\x02\xed\x7a\xa1\x54\x12\xe6\x5a\x37\x5b\xd6\xdb\x4d\xa4\xa0\xb6\xdf\xc1\x42\xb4\x9b\xf7\x74\xfd\x16\xb5\xdd\x84\xf0\xab\x4e\x13\xa0\x08\x96\xc2\xe5\xc6\xd2\x17\x86\xb7\xdd\x65\xcd\x68\x6a\x70\x3e\x11\x4d\x18\xf6\x29\x7e\x00\x45\xb0\x14\x3f\xf7\x4c\xfa\xb5\x14\x2e\x13\x25\xe1\x33\xe8\x97\xd1\x7b\xe7\x0e\xeb\x44\xde\xf3\x8d\xd1\x52\xb8\x00\x8a\x60\x29\x4b\xee\x9d\xe3\xa5\xb0\xdb\x4d\x08\x51\xb5\x8b\x76\x63\x64\xa4\xa4\xb8\x2b\xec\xcb\xb4\xbb\x2b\x94\xca\xe1\xba\x2b\x27\x52\xb6\xde\xdd\x58\x20\xb9\x53\x77\x5b\x3d\x44\xd8\x8c\xd8\x5b\xde\xe1\xdb\xd8\x56\x85\x99\xee\x99\x7d\x6b\x79\x21\xef\xf9\xe2\x6e\x79\xdd\x6e\xcc\x86\xaa\xbb\x03\xf4\x82\xe5\xdd\xb9\x8d\x25\xdc\x73\x50\x96\x50\xb6\xde\x8d\x61\xaf\x72\x47\xbb\x27\xd8\xba\xe9\x37\xd3\xed\xc6\x8e\x50\x39\xac\xdd\xb1\x3e\x11\x1d\xc4\x14\x6b\xcd\x86\x35\x8b\x56\x6c\xb0\x1e\x3a\xf7\xf7\x80\x39\x1d\xe2\x1b\x3b\xbe\xca\x3c\xbc\x09\x67\xfc\x38\xc4\x07\x74\x48\x0c\xde\xd8\x00\x3f\xce\xe9\xc9\x18\xba\xf6\xf7\xb9\xc6\xd0\xa0\x58\xe9\x2a\xcc\xb4\x1b\x2b\x5d\x85\x99\x76\xcf\xcc\x3d\xfb\x71\x92\x79\xad\x53\xa5\xa6\x81\xb4\x60\x2a\x87\xb5\xfb\x5a\x83\x6a\x91\xd1\xdf\x3f\x8e\x14\x41\x46\xfd\x0c\xb8\x81\xc5\x60\x3f\x8e\xd4\xcd\x9a\x2a\x76\x75\x13\x5c\x50\xf9\xa7\xdd\x37\x92\x53\x12\xeb\xbe\xd9\x5b\x45\x3f\xef\x25\x5c\x14\x99\xba\x9f\x35\x8b\x06\x45\xb8\xfc\x38\x30\x38\x18\x82\xfd\x36\xc0\x19\xec\xc7\xde\xbe\x8c\x91\x5b\x89\xb4\xf9\xb1\x51\x2f\x8b\xac\xc8\xe5\xfd\x42\xba\x8c\xc6\xfb\x5d\xb3\x7c\xa7\x7d\x96\xa5\x21\x0b\xf0\xd9\x58\x64\x89\xc1\x67\x89\x1c\x89\xc1\x67\xc9\x0f\xc5\x25\x27\x98\xc2\xa7\xc7\x97\xb0\x87\x7c\x1c\x61\x7f\xdb\xb3\xae\xba\xac\xb7\x87\xc7\x01\x41\xa9\xdb\xb3\xae\xba\x04\xf6\x83\x61\x91\xeb\x01\x76\x82\x25\x2f\x0f\xf9\x05\xaa\x89\x35\xb0\x13\xec\x07\x73\xf8\x24\x3f\x98\x6b\xec\x8b\xe4\xf3\xd3\x16\xfb\x1a\xb4\xad\x4f\x34\xe8\xcc\xef\xb7\x9f\x9f\x20\xa5\x64\xdf\x3d\x7d\x8a\x0b\x15\xc9\xda\xd3\xa1\x34\x07\xed\x10\x96\x9f\x58\xe5\x13\x2d\xd0\x4c\x3a\xb4\x9f\x0d\x27\x0d\x5a\x20\xef\x7c\x92\x0d\x93\x52\x55\xbc\xda\xc3\x55\x17\x3a\xb8\x3d\x28\x74\x55\xbc\xda\x04\x42\xf8\xf4\x10\x2f\xb8\x0c\xaa\x78\xb5\x07\x95\xaf\x1f\x3d\xb7\x87\xe7\x83\x2c\x5f\x7d\x66\x82\x80\xb5\xf2\x5b\x1e\x18\xa0\x08\x26\xd8\x6f\x7b\x10\x1d\x02\xf5\xb6\x67\x66\xcd\x5b\x96\xb2\x3e\x3c\xd4\xfd\xa0\x9a\x64\x81\x1f\x44\x9e\x50\xbd\x67\x83\xd3\x43\x07\x10\x7f\x42\x38\xe0\xf6\xe0\x3e\x64\x59\x2e\x28\x09\x96\xe5\xb0\xcf\xc5\x96\x24\xa3\x48\x9b\xac\xd3\x7d\x78\xf4\x10\x86\xb7\x3d\xb3\xd4\xd9\xb2\xb6\x15\xd8\x04\xcb\xda\xd6\xe7\x5e\xa4\xeb\x93\x7b\xd0\xa0\xf5\x7d\x58\x0f\x99\x32\x0f\x41\xc6\x1f\xeb\x31\x53\x82\x4c\xe8\xda\xf6\xbc\x0c\x9a\xec\x13\x68\xf8\xc1\xed\xac\x6c\x36\x81\x69\xdb\xc3\xb5\x4f\x6e\x5f\xcc\x90\x2c\xfe\x7d\x37\xd6\x54\x32\xfe\xdd\xa0\x54\xfa\xea\xdd\xd6\x18\xae\x06\x48\x97\x16\x00\x25\xc1\x04\x95\x6d\x6f\x61\x4d\x15\x76\x7b\x77\x4e\xa4\x6c\x91\x17\x07\x23\x57\xec\xdd\x0f\x1a\x44\xd8\xce\xce\x89\x97\x97\xec\x01\xfd\x20\xbc\xbd\xf8\x24\xfa\xb9\x77\x7b\x91\x03\xfa\x35\x73\x7b\x31\x0a\x84\x03\x6e\x2f\xa9\x00\x4d\x3a\xef\xe5\x8d\x43\x20\xd6\xf6\x62\x36\xe8\xe7\xcd\xed\xc5\xe3\xf8\xb1\x40\x7d\xf5\x10\x61\x64\xee\xfd\x58\x8f\xce\xce\x49\x2d\xbc\x78\x1c\x3f\x16\x08\x4b\xe3\xc7\x7a\x18\xc7\x52\x22\xfd\x5d\x92\x42\x86\xd6\x6b\x0c\x2a\x19\xff\xe2\xa4\x34\x59\x5e\xaf\x2d\x4a\xc5\x2d\x1e\x47\x56\xe1\xbe\xce\xb4\x7a\xce\x7c\xf1\x38\xb2\x2a\xf9\x75\x0e\xbf\xf4\xe6\xbb\xa4\x8d\x0c\xfb\x97\xf7\x4d\xa1\x3f\xdb\x8b\x2d\xf2\x63\xd5\x09\x21\x0a\xdb\xd9\xde\x60\x5f\xa4\xbf\x5f\x9c\x94\x1f\x4b\xb8\x24\x96\x74\xef\x3b\xd6\xa0\x9a\x76\xac\x41\xb3\x01\xc9\x29\x65\xfc\x2e\x11\x26\xbd\xf9\xf2\xd6\x92\xb5\xcf\xef\x01\xfb\xb9\xc8\x07\x37\x2a\xd7\xf4\x58\x83\xe6\x27\x6b\x50\x51\x7a\x70\x4e\x15\x21\x7b\x97\x1c\x93\x02\x03\x90\xc1\x5a\x64\x0f\x36\x2a\xb7\xe1\x44\xa0\x44\x36\x20\x50\xa4\xc0\xde\x8b\x05\x92\xaa\x7d\x2f\xb6\x41\x9a\xf5\xc5\x15\x12\x4c\xb7\x81\xae\x60\x59\x57\xfb\x92\xb0\xf4\x63\xa3\xee\x35\x86\x28\xbd\x4f\x7a\xe4\xa0\x5c\x8f\xdc\xa8\x89\xbf\x60\x59\x79\xfb\xce\x34\x04\xcb\xca\xdb\xf7\x59\x9f\x88\x17\x04\x9b\x30\x95\x0d\x40\x06\xeb\x52\x60\x2f\xc6\x89\x30\xb7\xed\x7d\x59\x53\xbd\xd6\xbd\x24\x2a\xf4\xaf\x46\xf3\x6d\x5b\x63\xb8\x1a\x10\x7d\xdf\x8d\xf2\x6d\x83\xb0\xaf\x56\xf4\x6d\xe6\x38\x99\x2a\x6f\x1d\x84\x06\xeb\xe5\x77\x3c\x30\xdf\x90\x69\xbd\x68\x82\x59\x6d\x6d\x02\x5c\xf6\x6d\xe6\x2b\x9b\xf0\x95\x7d\x23\x8a\xa2\x5f\x11\xf7\x09\xce\xf0\x21\x52\x6c\x60\xfd\xe8\x47\xc3\x7d\x5b\x32\x2d\xc4\x17\xd9\xc8\x3a\x1a\xbe\xcd\xea\x68\x13\xf2\xb1\x6f\x95\x6d\xfd\x9e\x15\xdf\x96\x90\x1b\xe2\x9c\xc0\x8b\x2a\x79\x7d\x23\xbd\x42\xc0\xe0\xbe\x91\x5e\xa1\xaa\x6f\xdf\x08\xc0\xaa\xb4\xd7\x37\x8c\x1d\xc1\x7e\xfb\xd6\x91\x47\x43\xec\x63\xdb\xa8\xf8\xd7\x01\x67\x30\xa1\x27\xfb\xd6\xd7\x18\xe2\x16\x77\xaa\x57\x0d\xba\x44\xd8\x10\x73\x84\x55\x54\xfa\xed\x00\x3c\x98\x30\x95\x7d\x5b\x42\x6e\x88\x52\x84\x9c\x4a\x8c\x7d\xf3\x45\x98\x06\xf5\x45\x87\x56\x8c\x24\x68\x9d\x6a\x07\x13\xc2\x84\xa9\xec\x1b\x19\x19\x3a\xe6\xbe\xcd\x42\x28\x53\x11\xb2\x6f\xc1\x22\x37\xf5\x98\x85\x50\xa6\x9a\x63\xdf\x30\xba\x04\x3f\xee\x1b\x39\x1b\x82\x1f\xf7\xed\xe0\x8c\x35\x51\x7a\x70\xdd\x9a\xd8\x3f\x16\x1d\x62\x9f\x77\x12\x5d\x26\xdf\xb0\xab\x54\x2f\xec\x13\x24\xe2\xd3\x43\x83\x22\x8f\x54\x40\xec\x1b\xaf\xb9\x3f\x2e\xd3\xc5\x8a\x75\x7d\x72\xad\x1e\x5a\x64\x1c\x2e\x95\x18\x3b\x68\x0d\xa6\x12\x63\x9f\xc0\x0a\xfb\xf6\xe3\xba\xdd\x1c\x07\xcb\x06\x3e\x31\xd1\x41\xc0\x54\xa5\xf0\xbe\x2d\x49\x61\x5a\xa0\x97\x4b\x6d\x62\x1f\x49\xf1\xe3\x56\xbe\x6b\x96\xef\x7a\x4c\x1c\x85\x4f\x8f\xa6\x06\xd6\xf4\x2b\xc1\xbd\x90\x91\x91\xf7\xb6\x2c\xd1\xf1\x15\xe9\x5e\x78\x6b\xd1\xaf\xbb\xfb\xc4\x51\xf8\x7c\xa2\x31\x88\x8b\xa8\xf6\xd9\x0b\xc9\x8f\x42\x4e\xf7\xc2\x93\xa8\x8a\xa1\xbd\x4c\xa4\x16\x53\x65\xb3\x83\x8c\x60\x2a\x64\xf6\x52\x39\x96\xbb\x06\xad\xeb\x13\x51\x4a\xc0\x34\x25\x4c\xe1\x22\xf7\x5d\x83\x36\xc4\x85\x8b\xd2\x75\xb3\xbf\x7a\xd3\x0b\x21\x55\x61\x4c\x7b\x21\x82\x2a\x48\x69\x9f\x30\x07\x9f\x41\x35\x06\x7e\x8d\x30\xa6\xbd\x90\x4d\x9d\x12\xa6\x74\x96\x50\xe2\x18\x20\x04\x13\xe8\xb4\x17\xf2\x3e\x52\xc2\x94\xbe\xe8\x10\x73\xbc\x91\xf6\x5d\x94\xda\x94\x74\xbd\x8a\x52\x63\x96\x91\x0d\xcc\x22\xc1\x06\x54\x82\xa9\xb2\xd9\x8b\x73\x3e\x24\xc7\x0a\x2f\x30\x29\xb6\x0a\xd6\x8a\x2a\x9b\xbd\x04\xec\x4b\x8e\x15\xb2\xb1\x54\xc8\xec\x65\x5d\x75\xc9\x20\x80\x10\x4c\x60\xcf\x5e\x66\x45\x84\x09\xec\xd9\xcb\xba\xfb\x92\x52\x05\xff\x4a\x40\xcd\x5e\xf0\xaf\x54\xea\xec\x85\x27\x19\x21\xbf\x7b\x99\x35\x8f\x66\xdb\xef\x20\x71\xf8\x44\x49\xd8\xb7\x14\x50\x05\x43\x45\xb0\xce\x5e\x70\xb8\x52\x62\x81\x81\x60\x2a\x64\xf6\x72\xad\x4f\x44\x02\x49\x1c\xaa\x5b\xf6\x72\xc1\x57\xd3\xfa\xe2\x1b\xa9\x90\xd9\x27\x28\xc2\xa7\x87\xa6\x25\xab\x43\x80\xcb\x5e\x48\xf7\xb2\xbc\xb2\x04\x5e\x04\xbd\xe0\x05\xef\x29\x05\x65\xb9\xd7\xb4\xa2\x14\xe1\x62\x79\xff\x88\xc4\xf4\x26\xd2\x89\xb3\xf4\x26\xd2\x49\xe2\xe8\x5d\x7b\xf4\x72\x44\x25\x4a\x81\x4d\x30\x61\x08\xfb\x4e\xfe\x57\x8a\xd2\x1d\xef\x49\x18\xc2\xbe\x63\x97\x08\x15\xdf\xf7\xb2\xc6\x18\x6a\x60\x5b\x25\x4a\xf7\xb2\x3e\xd1\x18\x05\x21\xd7\xf3\x93\x29\x7d\x4d\x17\x61\x27\x0a\xdb\x4d\x0d\x3b\x67\x56\xc2\x76\x27\xf0\x92\xc2\x16\x60\x05\x33\x9d\xfb\x1d\xf1\xa3\x6a\x71\xdf\x89\xc4\xa8\x5a\xdc\x77\xfc\xab\x14\xc7\x7b\xe3\x13\x1d\x98\x9d\x84\xb0\x94\xad\x3b\x0f\x38\x29\x4a\x77\xc4\x8f\x40\x74\x7d\xef\xcc\xa2\x9d\xdb\x3b\x9b\xed\xe2\x85\xf4\x8a\x94\xad\x7b\x87\xfd\x9e\x3d\x6e\x1a\xb2\x07\xbb\x9f\xfb\x82\xf7\x94\xd2\x77\x27\xce\xa2\x92\x6b\xdf\x91\x25\xaa\xb0\xf6\x1d\xc3\x22\xe5\xf3\xce\xf3\x8c\xe5\x46\xe1\x2c\xa5\xc0\xde\x71\x96\x52\x3e\x83\xa3\x60\x96\x5b\xe9\x8b\x52\x6d\x25\xce\x52\xca\xe7\x3d\xd8\x7d\xd7\x2c\x3c\xcf\x08\xac\xc2\xf7\xb1\x3e\xd1\x18\x83\x15\x93\x04\xdf\x07\x47\x5b\x12\x7c\x5f\xb2\x24\x77\x1f\xbf\xc6\x72\x2b\x97\x2c\x91\x66\xdd\xb1\x23\x54\xc7\xed\x3b\x51\x58\xcb\xbd\xbd\xd6\xa0\xa2\x94\x07\x1c\xd5\x71\xfb\x8e\xd7\x92\x22\x7d\x5f\xc2\xc0\x44\xfa\xba\xfb\xb9\xd9\x04\x5d\x05\xab\xe1\x3b\x0f\x38\x96\xbb\x7f\xb3\xa6\xb9\x95\x84\x54\x2d\x37\xea\x59\x63\x88\xb0\x87\xdb\x20\x23\x7a\x27\xcd\x43\x38\x1b\xbe\x3f\x6b\x50\xb1\xff\xb2\xb7\x52\x2d\x3b\xb1\x95\x54\x2d\x95\xb8\x48\xea\x89\x4a\x8a\x86\xaa\xc5\xbd\x12\xf5\xd0\xef\x08\x78\x25\xdf\xc2\xb4\x51\x75\x59\x09\xd2\x13\x95\x80\x69\xea\x89\xca\xeb\x89\x60\x76\xbd\x62\x14\x08\x9d\xdf\x2b\x89\x9c\x29\xc6\x2b\x46\x81\x10\x30\xbc\x62\xbb\x0b\xc2\xc2\x2b\x1a\xde\x92\xf4\x75\x09\x93\x52\xde\x48\x55\xc7\xed\xb5\x07\x63\xb8\x1a\x2e\x1a\xbe\x6b\x5a\xc9\xa0\x48\x55\x50\x49\x69\x12\x3a\xbf\x57\x1e\x4d\x55\xfa\xed\x15\xeb\xde\x7e\x0b\x89\xc3\x2b\x2f\xaa\x36\x72\xc6\x97\xcf\xc5\x86\x2f\xbe\x44\x02\x57\xd6\x73\x39\xc9\xf2\x54\xa1\xb8\x57\x12\xba\x05\xdd\xef\x15\x6f\x41\x95\xe3\x5e\x29\x75\x10\x96\xbf\x57\xbc\x85\x54\x2d\xc0\x26\x98\xe7\x82\x07\x8b\x55\x44\x29\x39\x53\x9e\x8b\x35\x6b\x1f\xcc\x73\xb1\x70\x1f\x3c\x17\x8b\x5b\x2e\x20\x7d\xaf\xd8\x14\x82\x84\xf5\x8a\x3f\x21\x20\x7d\xaf\x14\x75\x09\x48\xdf\x81\x4d\x30\x4f\xe6\x48\xf9\x16\xb2\xbe\x57\xfc\x09\x21\xeb\x7b\x45\x30\x78\x72\x7b\x40\x7a\x72\x4b\x52\xb8\x27\x73\x3c\xf1\x08\x6a\xdf\x2b\x51\xd8\x54\x93\x95\xf8\x86\x27\x61\x3c\xf1\xa4\xf2\x01\x9c\xc1\x3c\x09\x43\xb8\x78\x12\x46\xe9\xa6\xd5\xec\xc1\x22\xd7\xec\x01\xb7\xd2\xbd\x15\x59\x92\x1a\x0d\x70\x06\x13\x24\xac\x57\x64\x89\x2a\xbd\xbd\x3e\xd0\x91\x83\x3e\x6b\x0c\xf1\xf2\x9c\x34\x68\x96\x87\xf5\x68\x39\x06\xdb\x20\xe7\xb1\x12\xa7\xb5\xec\xf1\xb2\xc8\x32\xc5\x2a\x89\x20\xf6\xa3\x01\xc2\xa4\x59\x1b\x01\x0f\x55\x58\x7b\x9b\x45\x5d\xa6\xea\x68\x6f\x44\x72\xed\xc7\x27\x8c\x21\x35\xd9\xc8\xfb\x10\x98\xa8\x37\xec\x08\xd5\x3e\x7b\xe3\x01\xc7\x72\x16\x0c\x8b\x54\xd7\x6d\x5f\xb3\xb8\x1a\xb8\x2f\x52\x71\x8d\xa0\xab\x10\x39\x1d\xb4\x06\xd3\x8f\xec\x7b\xc3\x4a\x48\xfd\xdd\x48\xb1\xd4\x0f\xd3\x7b\xe3\x69\x36\xb5\x73\x5b\x22\x4c\xda\xb9\x91\xd5\x21\x00\x4e\x6f\x48\x2c\x01\x70\x7a\xc3\xc1\x48\x75\xdd\x08\xa9\x0a\xd6\xd2\x1b\x46\x41\x6a\x67\xe0\x1b\x4c\x45\xc8\xde\x48\xa0\x4c\x25\xd8\x9c\x6b\x2a\xf7\xa1\xe1\x3e\xa4\x56\x6c\x01\x1d\x23\x1b\xd8\x06\x49\xbd\x16\xd3\x9e\x49\x9d\xd7\x96\x30\x90\x60\x6b\x14\x42\xa5\xce\x6b\xa4\x58\xa6\xce\x6b\x64\x74\xb9\x24\x5d\x23\xa3\x52\xd5\xd1\xde\xc8\xa8\x4c\xad\xd8\x08\x2e\xe8\x67\xe2\xbd\x4d\x24\x5a\x53\xb9\xb4\x37\xde\x68\x54\x2e\xed\x6d\x22\xeb\x9b\x8a\xa1\xbd\x91\x04\x96\x6a\x12\x0c\x07\x53\x75\xb4\x37\x2a\x3c\x85\x57\xef\x80\x3a\x98\xaa\xa3\xbd\xf1\x00\xac\xea\x68\x6f\x84\x43\x2d\x77\x9f\x1a\x50\xcb\xbd\x45\x7e\xa8\x7e\xda\xdb\xb9\x16\x48\x84\x4d\x7c\x5a\x13\x24\xa5\x37\xb2\xc2\x84\x40\xe9\xed\x5a\x4b\x28\x4a\x27\xb8\x8b\x09\x81\xd2\x01\x86\x30\x21\x50\x7a\xbb\x58\x42\xa9\xeb\x76\xad\x41\x45\x18\x8f\xc8\x16\xbf\xa5\xc0\x1a\xd9\xea\xc2\x86\x71\x70\x25\x4c\x00\x96\x0e\x6a\x84\xa9\x2e\xdc\x41\x8d\x30\x95\x81\x7b\xc3\xd1\x31\x39\xd6\xed\x66\xe3\x25\x5b\x1b\x22\x4c\x3f\xe6\xee\xed\x81\x51\x05\x19\x1b\x19\xef\x69\x53\x34\x5e\x98\x85\x79\xe9\x0d\x01\x25\xcc\x4b\xef\x88\x1f\x41\x5c\x7a\xdf\x16\x2f\xd9\x03\x5e\x24\x5b\x3b\x01\x53\x95\xa3\x7b\xc7\x1c\x12\xe0\x8c\x77\x22\xa8\x42\xc5\x74\x10\x1f\x4c\xa8\x98\xde\x89\xb3\x08\x92\xc6\x3b\x09\xaa\x42\xa0\xf1\x5e\xd8\x12\x39\x29\x0b\x02\x22\x6d\x1b\x20\x20\x4c\x98\x97\xbe\x20\x20\xd2\xd8\xe9\xfb\x9a\x56\xa4\x23\xb1\x54\xe3\xee\x9d\x14\xd6\x34\x87\x3a\xa9\x6b\x69\xca\x2c\x08\x88\x34\x4e\x3a\x81\x17\x55\xc1\x7b\xc7\xf3\xd1\x4f\x93\x7b\x47\xa6\xa5\x2d\xd2\x1b\xbc\x48\x3e\x83\x09\x61\x82\x82\xf4\x4e\x58\x45\xbf\x22\xee\x1d\xdf\x28\xad\x95\x8e\x15\x26\x14\x1b\xef\x48\x3d\xd5\xb5\x7b\xc7\x2c\x13\x8a\x8d\x77\x52\x56\xd2\x7c\xe9\x18\x5a\xfa\xe5\x70\xef\x76\xd2\x43\xec\x63\x24\xe9\x57\xbf\xbd\xfb\xfa\x44\xec\x93\xa1\xa2\x9f\xf0\xf6\x8e\x4d\x24\x74\x7e\xef\xe4\x9f\x84\xae\x7d\x1f\x8b\x30\x8d\x41\x09\x9b\xb0\x10\xbd\x53\xa0\x96\x26\x50\x5f\x12\x4b\x72\xa0\x1f\x83\x1e\x22\x9d\x4c\x35\x15\xcb\x7b\xc7\x5a\x11\xd8\x8d\xf7\x25\x8f\x74\xa3\x3a\x92\x42\xd8\x36\xde\xb1\x45\x54\x3d\xef\xfd\x5a\x74\x68\xc5\x2e\xc6\x90\xb7\xd0\x2f\x76\x3f\xcf\x3a\x11\xd4\xb4\xab\x3a\x19\xa6\x91\x47\xfb\xe2\x38\x48\xb8\x80\x3c\x61\x91\x67\xfd\x5e\xd3\x8a\x5b\x72\xd9\x22\x0f\xdd\xbd\xc6\x10\xa5\xcf\x1a\x23\x1b\xd8\x6c\x49\x87\x3e\xeb\xc9\x4d\xb5\xf1\xde\xa9\x7a\x1b\x79\x2c\x49\x5b\x4d\x53\x0c\x6c\x0a\x1b\x79\xe8\x88\x9c\xf8\xae\x15\x9b\x98\x32\x36\xf2\x14\xce\x22\x75\x1b\x79\xe8\xc8\x87\x73\x09\x25\xdb\x16\x1d\xd9\x50\xe8\x61\x6a\xe0\x14\x4a\xa0\x4c\x7c\x8b\xcf\x27\xea\x41\xea\xab\x70\x7a\xdc\xc8\x78\x17\x0a\x8f\x1b\x19\x6e\x42\x18\x74\xdb\xe1\x45\x07\xc6\x08\xcb\x0a\xcd\xcf\x6d\x67\xc5\x64\x12\x1a\xa9\x66\x42\xf3\x73\x6b\xac\x98\x8e\x83\x21\x0c\x04\xdc\xe3\xc6\xdd\xd7\x4f\x67\xbb\x11\x74\x1d\xda\x6c\xeb\x6b\x8c\x50\x03\xa4\x2b\x4c\x66\x7d\x11\xa6\x41\x71\xc9\xd2\x24\x34\x5c\xb2\x34\x09\x8d\xb2\x13\x61\x06\xba\x11\x52\x15\x60\x8e\x1b\x8f\xc8\x63\xff\x2d\x05\x66\xb6\x68\x12\x91\x04\x4d\x84\x2c\xe0\x46\x00\x56\x3f\xd6\xed\x86\x4b\x26\x84\x41\x37\x9e\x9c\x85\x57\xef\x86\x8f\x36\xf2\x24\x20\x5c\x46\x6e\x3c\x35\x29\x02\xe0\x71\x10\x30\x6c\xe4\x3e\x07\x47\x43\x96\x1c\x90\x18\xa6\xdf\xd5\x76\xe3\x41\x59\xd8\x7f\x6e\xf8\x57\x82\xa7\x77\x23\xfd\x6d\x48\x4f\x2c\x8c\x0c\x21\xf2\xb8\x11\x80\x75\xd9\x7a\x0b\xf0\x42\xf0\xf4\x0e\xe0\x85\xe9\xd7\xbb\xdd\x96\xb4\x91\x5c\x34\x8c\x9d\xb4\x8e\x17\xe0\x45\x5a\xc7\x46\xca\x8a\x20\x07\xdd\x30\x65\x46\x9e\x26\x2c\x17\xa1\x24\xb8\xf1\x5e\x23\x50\x04\x37\x4c\x99\x91\x87\x07\x59\x32\xf2\xac\xdc\x6b\x0c\xf1\x42\x48\x35\x6d\x70\x23\xac\x22\x10\x3e\x37\xa2\x28\x69\x72\xdb\xe3\xf4\xd0\x2c\x14\xcb\xa4\x0d\xbe\xd0\x2b\x04\x37\xe4\x86\xa5\x21\x50\x04\x37\x32\x67\x5d\x36\x96\x2d\xf1\x23\x4b\xdf\x96\xb4\xc9\xdd\x27\xa9\x65\xe4\x66\x2f\xf1\xa3\x70\x97\xbd\x1c\x07\x19\x5a\xb6\xc4\x4f\x6e\x36\x0f\xca\x02\xe1\x73\x5b\xf2\x48\x5a\xc0\x29\xc7\x13\xca\x91\x3b\x26\x90\x60\xfa\xdc\x41\xc1\x12\xb2\xbe\x3b\x26\x90\x80\x15\xdc\x09\xfe\xa6\xc7\xb1\x80\x37\x84\x94\xe4\x00\x6f\x98\x80\x15\x7c\x01\x6f\x08\x3a\xc9\x7d\xc9\x34\x29\x1f\x2f\x8b\x74\x0d\x8a\x8f\x96\x5e\x8b\x93\x5c\x23\xdc\x3e\x77\x82\xbf\xc2\x52\xf2\x89\xc4\xf1\xe9\xa1\x59\x08\x22\xa5\xd7\xe2\x95\x35\x95\x81\x03\xac\x86\xe9\x17\xcc\xdd\xb1\x89\xd2\x6b\xf1\xca\x22\xcb\x49\x59\x38\x1b\xe9\xa4\x38\xf1\x62\xc1\x37\xb8\x23\x28\xd3\x6b\x71\x92\xec\x84\xe7\xe0\x4e\x2e\x4d\x7a\x2d\x8e\xc5\x93\x5e\x8b\x13\x0d\x16\xe2\x83\xfb\x92\x7a\x3a\xc9\x6e\x6b\x0c\xf1\xc2\xbb\xb3\x10\x06\x7d\x01\x6f\xa4\xa3\xe3\xe4\xf5\x0a\x72\xd0\x9d\xb7\xa7\x74\x74\xdc\xd6\xb4\xd9\x30\x77\x2e\x1d\x1d\x27\xb4\x94\x8e\x8e\x13\x0d\x16\xe4\xa0\x3b\xee\x65\xfa\x35\x40\x62\xd8\xc8\x53\x88\x91\x34\xf2\x14\x12\xeb\x4d\xaf\xc5\xc7\xa0\x41\xdc\x52\xdb\x33\xf2\x58\x12\xf4\x49\xaf\xc5\x29\xf6\x49\xb7\xc3\x31\xa3\x46\x9e\x53\x92\x5a\xd2\x0f\x71\x9e\x99\xd3\x0f\x71\x1c\xbf\x91\xc7\x92\x57\x65\x61\x06\xba\x9f\x10\x26\xc7\xc4\x49\xbd\x4b\xc7\xc4\x97\x60\x93\x81\xe3\x54\x00\x0b\x9d\xdf\xfd\x5a\x63\x88\xfd\x6b\x8d\x21\xe6\x08\x0f\x8f\xf1\x3b\x85\xcc\xee\xf7\x62\x43\x9c\x3f\x85\x06\xb1\x41\xf2\xff\xc8\x33\x8b\xc1\x94\x6e\x0c\xc0\x1b\xbe\xe5\x99\x7d\x59\x5f\x69\x23\x9f\xe9\xb8\xbe\xe5\x11\x25\xbc\x93\x7e\x4d\xcc\xd2\x5e\x17\xf0\x86\xc7\xb6\x66\x71\x35\x70\x9a\xa4\x05\x02\x54\x80\x74\x52\x82\x7a\xbf\x50\x54\x29\xca\x1a\xf4\xbb\x8b\x81\x2b\x24\x74\x2f\x8f\xfd\x9a\x3d\x74\x44\x83\x9c\xba\x90\x26\x09\xf2\x4f\x84\x9b\xef\x51\x19\x54\x87\x78\x82\x77\x7c\x1a\xf4\xc9\xba\xc3\xd2\x35\x31\xc1\xef\x5c\x78\x1f\x1e\xd3\xaf\x71\x21\xea\x79\xcc\xf7\x1a\x17\x80\x9e\x87\xad\x69\xc5\x3e\x15\xfd\xe9\x2c\x05\xb0\x36\xe9\x1b\x4d\xf0\x8e\xcf\x18\x5a\x20\x2a\xfa\xd3\x59\x0a\x5f\xdc\x6a\xc5\x66\xa6\x9a\x6f\x3a\xc4\x41\xb1\x8c\x60\xf2\x3d\x66\xf0\xc6\x37\x9d\xd9\x20\x95\x36\xa4\xe2\x62\xac\x31\x44\xfa\x58\xd3\x66\xc3\x1a\x43\xdb\x30\xd6\x18\x6a\x38\x38\x1f\xf2\xae\xe3\x58\x74\x64\xc3\x1a\x43\xcc\x91\x76\x26\xfc\x32\x8f\x83\x53\xa8\x83\x1b\x27\x0b\x24\xf5\x14\x17\x94\xca\x6e\x8d\x8b\x7d\x91\x4d\x14\x44\x50\xd3\xcf\x8b\xf9\x3c\xe3\x5b\x9e\x42\xde\x6a\x85\xdf\xef\x13\x9a\xe3\xd3\x43\x74\xdc\x9c\x42\xbd\x1b\x05\x48\x98\xe9\x1a\x06\x85\x72\xe9\x1a\x06\x2f\xb1\xe9\x1a\xc6\xba\x62\x32\x81\x62\xe6\xc4\xfb\x96\x67\x1d\xc3\x42\xc8\xfa\x3e\xc1\x3b\x8a\x6f\x79\xf8\x1f\x8e\x43\x9e\x75\x1e\x70\x84\xbd\xef\xf1\xc2\x7e\x9e\xf5\x77\x4d\x2b\xe6\xde\x35\x8b\x78\x99\x75\xba\x2e\xfc\x13\x9f\x78\x1f\x9f\x86\xa6\x06\xae\xa9\x34\xc9\xd8\x58\x42\x19\x5a\x0b\xcd\x23\x5d\xd4\x31\x1f\x81\x5c\x10\x7b\xbe\xc0\x3b\x42\xe6\xcb\xc0\xe3\x10\xb2\xbe\x8f\x75\x4d\xa5\x16\x06\x8f\x40\xc2\xcd\xf7\x31\xb5\xb3\x0b\x01\xcf\x07\x49\x60\x02\xd2\xf7\x51\x21\x4c\x17\x68\x62\x75\x7c\x7a\x7c\x17\x79\x74\xf6\x56\xa7\x70\xe0\x60\xa4\x03\x3a\x3a\xbc\x28\xb6\x32\x8c\x4f\x64\xbe\x8c\xa5\x6a\x47\x36\xb0\xea\xb2\x56\x06\xd1\x06\x61\xde\x3b\x68\x1e\xae\x9f\x34\xf7\x61\x48\x07\x1d\x98\x01\x8a\x9e\x20\xe0\x7c\x38\xdc\xea\x04\x0d\xde\x68\xd2\x11\x1e\xce\x71\xd0\x91\x1a\xc4\x69\xd3\x11\x1e\x4b\x18\xe8\x48\x8d\x75\xb3\x65\x47\x2c\x34\x8f\x74\x73\x07\x39\x1b\xe9\xd5\x0e\x62\xac\xe9\xd5\x0e\xae\x69\x3a\xb1\xe3\x80\xd2\xdc\xfd\x63\x8d\x21\xf6\x0f\xf6\xc5\x7f\x07\x0b\xd1\x07\xc9\x5c\xe9\xbf\x8e\x13\xaa\x65\x53\x8c\x13\xe1\x92\xa7\xe9\x5c\x6c\x88\x84\x13\xd1\x91\xc7\x8b\x72\xd8\xf4\x81\x07\x6f\x2d\xe9\x03\x8f\x9b\x5d\xcc\x93\x70\xb3\x69\x79\x12\xd0\xac\xe9\x14\x8f\x9b\x1d\xc8\x93\xf0\xa0\x38\x72\xe3\x97\x22\xcd\x2d\xe1\x9d\x24\xdd\xd5\x81\xde\x14\x92\x9d\x03\xab\xe1\x45\xba\x77\x82\x66\x7c\x1a\x8a\x1a\x3a\x0d\xbb\x1a\x82\x86\xaa\x86\x83\x41\x9b\x1a\xd6\xa0\xd9\x70\xd1\xa3\xab\xe1\xa6\x87\x1a\x26\x10\xb6\x0b\xcc\xc4\xc1\xc8\x70\x81\x99\xf8\x51\x16\xe9\xd9\x63\x4a\x2c\x61\xbb\xf9\x41\x28\x53\xa8\xf8\x7e\xa0\xae\x05\x82\xef\x07\x81\x4a\x41\xec\xf9\x81\x60\x10\xc4\x9e\x1f\xf3\xb7\x2f\x5c\x50\x25\x7e\xa0\xbf\xd3\x33\x3e\x26\xa2\x9e\x0b\x88\xc4\x0f\x92\x38\x86\x6c\x91\x03\x4b\x7f\x48\x4f\x1c\x3c\xcf\xa4\xef\xbc\x40\x33\xd2\x77\x3e\x26\x3c\x9e\x0b\x00\xc4\x8f\x09\x8f\xe7\x42\x38\xf3\x83\x07\x9c\x74\xa6\x8f\xbe\x06\x15\xb7\x9d\x15\xcb\x05\xb2\x45\xba\xd8\x27\x19\x34\xfd\xde\xc3\xd6\x2c\xd9\xc0\xce\xe5\x7a\x38\xc7\x21\xd9\x77\x36\x2a\xb9\xa5\x7a\x46\xe8\xfc\x7e\x38\xbc\x24\xfb\xce\x66\x27\xe9\xa4\x8b\x0a\xbf\xdf\x0f\x84\x4b\x49\x5e\x10\x2e\xe9\x90\x1f\x08\x97\x92\xbc\xc4\xa2\x43\xa4\x07\xc7\x32\xe9\xe0\x55\x48\x90\x83\x7e\x0c\x4e\xb2\x94\xcf\x31\xd6\x27\xda\x17\x4c\xff\x21\xa1\x7f\x2c\x01\x25\x19\x7f\x0c\x28\x95\x36\x3a\xf0\x05\x04\xa4\xef\x07\x21\x55\xe1\x18\xfa\x41\x4c\x23\x9d\xfa\xe3\x5c\x3d\x34\x06\x21\x8c\xf4\xd0\x8f\x73\xd1\x21\xd2\x67\x08\xc3\x4b\x12\x76\x2e\xc2\xb4\x1e\x17\xbb\x9f\xd3\x62\x8b\xa4\x77\x7d\xdc\xab\x87\x66\xb9\xd9\xfd\x9c\x85\x0c\xd3\x74\xb7\x8f\x9b\x9d\xcb\x59\x78\xbc\x15\xb0\xa1\x1f\x13\x88\xd7\x4b\xce\xf2\xb0\xc8\x39\xc6\x03\x73\xb2\x67\x26\x00\xc8\xa7\x47\x8e\xc1\x2c\x3f\x7a\xb0\xc8\x52\x82\x07\xa6\xc7\xf8\xd1\xc0\x19\x93\x12\x3c\x96\x60\xfb\xd1\x80\x26\x91\x12\x3c\xde\x35\xe8\xf7\xc0\x9c\xdb\x22\x2c\xd4\xb0\xc6\xc8\x1e\x9c\x20\xe9\xbc\x73\xc9\x31\xa9\xb8\x73\xe3\x24\xcb\x26\x3a\x37\x66\xc9\x4f\x0a\x07\x37\x3f\xa1\x8a\x38\x5d\xf6\x73\x09\x36\x19\x49\x67\x61\x5f\xfc\xb7\xd2\xe8\xcf\xc2\x95\xfd\x31\x1e\x22\x2c\xc7\xdb\xb9\xc3\xd2\xc3\x27\xb9\x6c\xe3\x47\x03\xcb\x29\x07\xff\xdc\x5f\x7a\x68\x6d\x96\x90\x93\x73\x7e\x02\x52\x9c\xae\xf7\x59\x17\xd5\xea\xb1\x84\x9c\xf4\xe6\xb9\x84\x5c\x7e\x02\x6a\xb1\xd0\xfe\xfd\x5c\x52\x2f\x3f\x21\x27\x3e\xdd\xf7\x89\x3b\xf2\xe9\xa1\x59\x3a\x83\xca\x4b\x3e\x31\xa9\xd2\xc1\x3f\x31\xa9\x04\x08\xe6\x0b\x77\x44\xf8\xfd\x7e\x1a\x9a\x44\xf1\x9e\xd3\x58\x42\x69\xe7\x93\x18\x6b\x3a\xe7\x27\xbe\x51\x3a\xe7\xa7\x73\xee\xa5\xbf\xcf\x25\xf5\xa4\xae\x4f\x5c\x21\x61\x86\xf8\x19\xec\x9c\xac\xb0\x33\x38\x3c\x32\xba\x4e\x42\xaa\xe9\xcf\x9f\xb8\x42\xc2\xfb\xf0\x73\x49\xac\x9c\x76\xa2\x73\xba\x00\x40\xfc\x24\x75\x6d\x24\x1d\xf3\x11\xc8\x85\x08\xe2\xe7\x12\x61\x49\xd8\x7c\xd8\x76\x41\x84\xf8\x44\x26\xf9\x34\x68\x8c\x73\xf5\xd0\x27\x13\xfe\xcc\x77\xa9\xeb\x73\xfe\x1e\x98\x0b\x48\xcc\x4f\xdc\xa9\x91\xdc\x5e\x7c\x22\x47\xf8\x9c\x55\x80\x2e\xdc\x30\x3f\x67\x8c\xd5\x05\x13\xe6\xe7\x2c\xc9\x29\x5b\xb2\x3f\x63\xac\x65\x4b\x6e\xe7\x6b\x6e\xd9\x92\xb9\x59\x51\x5c\x32\x74\x70\xce\xd7\x5c\x17\xd4\x98\x9f\x33\x62\x51\x32\x74\x70\x3e\x8b\x30\x51\x3a\x45\x58\xc9\x38\xc0\xf9\x2c\x4a\xc5\xdc\x74\xa7\xca\x96\xec\xcf\x27\x9e\xb2\x25\xfb\xd3\x37\x2a\x42\xe7\xf7\xf3\x7d\x66\x83\xcc\x97\x6b\xc6\x47\x4b\x06\x06\xae\x8d\xcd\x96\xbb\x7d\x6d\x70\x2b\xb3\xf2\xda\xe0\x56\xd6\xca\xc4\x2e\xf9\x34\x7c\xb9\xbd\x08\x61\x08\xbf\xcc\x2f\xa4\x83\xe0\x4e\xfc\xda\xd9\x4a\x99\x1e\xd7\xce\xb4\x32\x3d\x26\x88\xc8\xa7\x41\x74\xf4\x45\x69\x36\xec\xb3\x21\x67\xe9\x6c\x54\xce\xd2\x21\x4c\x36\xe2\xc5\xad\xdc\x65\x47\x5c\xc6\xaa\xcb\x6c\xb8\x66\x08\xb1\x64\x60\xe0\x32\x96\x50\x06\x0e\x10\x21\x25\xdd\xfe\x8b\x8b\x2c\xa8\x12\x9f\x00\x20\x9f\x1e\xa1\x06\x78\x91\xe5\x75\x39\xdb\x90\xcc\x05\xc7\x41\x26\xd0\x15\xeb\x13\x4d\x1b\xec\xbe\xac\x15\xf0\x3e\x8a\x00\x49\xfd\x1a\xac\xba\xac\x95\x0b\xd3\x43\xc8\x62\x7e\x61\x47\x08\xee\xc4\xaf\x03\x4a\x73\x3d\x0e\x96\x30\xd7\xe3\x60\x8c\x96\x0d\x1c\xcb\xe4\x96\x20\x87\x00\x51\xfc\x9a\xde\x53\xd9\x92\x5b\x7c\x23\x21\xa4\xf8\x85\xeb\xb2\xeb\x51\xfd\x3a\xe9\x21\x4b\xe3\xba\x10\x28\x32\x81\x26\x22\xc8\x5e\x32\x52\x70\xcd\x97\x0f\x17\x6e\x98\x4f\x88\x90\x4f\x8f\xdf\x7a\x03\xbb\x1e\x38\x97\xfb\x3e\xe1\x42\x3e\x0d\x5a\xdf\x07\xbe\x7a\xf6\xe0\x34\xe9\xd9\xec\x7a\x61\x54\x36\xd6\xf5\x72\x21\x65\x63\x5d\x38\x3a\xbb\x8c\x9d\xeb\x5d\x8c\x7e\xc7\xb8\xf1\x7c\x04\xd2\xe2\x37\x31\x45\x21\x95\xf9\xbd\x71\xa9\x45\xc7\x8d\x1b\x23\xd4\x16\xbf\x0b\x63\xc8\x84\xb8\xcb\xfa\xc4\xd5\xc0\x31\x97\x81\x70\x17\xb8\x4d\x3a\x66\x8a\x46\xd9\x92\x8e\xca\x01\x94\x46\xbb\x2b\x27\x41\xa1\x88\xbb\xc2\xbe\x8c\xae\x09\xcd\xf1\x69\xa8\x6a\xe0\xaa\xc8\xc6\xba\x1b\x67\x56\x26\xd5\x4d\xb0\x42\x10\x2c\x7e\xf7\x35\x86\xb8\xed\x6b\x0c\x11\xd6\x59\x42\x29\x9f\x89\xe6\xb1\x17\xc1\xa8\x3a\x68\x1e\x2e\xd4\x16\xbf\x89\x4d\x08\xe4\xc9\xef\x75\x87\x65\xbe\xdc\xc6\x79\x93\x13\x0b\xbc\x87\x0b\x87\xc5\x6f\x47\xfc\xc8\xc0\xb9\x9d\x25\x94\x3d\x73\xe3\x82\x08\x54\xc5\xef\xf9\x50\xe0\x82\x4c\xf1\xdb\x39\x1f\xb2\x78\x00\x00\x71\x61\xa8\xf8\x1d\x8b\x17\x91\x1e\x5c\x37\xd9\x44\xc0\x7b\xb8\x30\x54\xfc\x1e\x6c\x83\x67\xc3\x94\x47\x82\x5f\xf2\x7b\xfe\x28\x80\x0b\x7e\xc9\xef\x99\x47\xee\x42\x5b\xf2\xfb\x60\xda\xc8\x4f\x58\xa0\xdc\xfd\x03\xa1\x9f\xbb\x7f\x20\xc2\xf4\xd8\x70\x9f\x2c\x90\x1e\xc5\x6e\x94\xb1\xd0\x96\xfc\xbe\x10\x2e\x32\x81\x6e\xdc\x07\x81\xaa\xf8\x84\xf7\xd8\x8b\x60\xf2\xfd\xe6\x96\x57\x89\xd2\x7b\xdd\x72\x59\x4d\x37\x21\x0c\xe1\x0f\xf9\x3d\x73\xad\xbc\x4a\x94\xde\x37\x47\x3b\xcf\x18\xee\x43\x95\x80\xba\x97\xaa\xcd\x23\x45\x5c\xb2\x4a\x94\xde\x38\x07\x42\x59\xf1\x7b\x3e\x67\xba\x50\x56\x1c\x68\x8e\x92\x81\x92\xfb\x65\x09\x65\xe0\xdc\x08\x03\xc1\xae\xf8\xb3\x6e\xb6\xce\xe9\x83\x66\xcd\xb8\xc8\x33\x53\xab\x5c\x28\x2b\xfe\x94\x35\xc6\x77\x96\x67\xa6\x9e\x97\x8c\x69\x3c\x68\x56\xa1\xf0\x38\xe0\x1d\x25\x83\x1c\xcf\x0e\xfb\x12\xb6\xcf\xce\xa0\x12\xb6\x0f\xd1\x06\x81\xee\xf8\x33\xed\xee\x22\x88\x7b\x9f\x58\x1d\x9f\x1e\x9a\x76\x86\x1f\x4a\xc6\x45\x9e\x0a\x2f\x3a\x74\x4f\x5b\x83\x86\x1a\x16\x1d\x1a\x74\x5a\xe6\x25\x83\x1c\x0f\x2a\x5f\x68\xab\xfe\x74\x0e\xae\x44\xce\x83\x30\x10\x42\x8a\x3f\xc6\x2c\x92\x1f\x8f\xc1\xbe\xac\x84\x87\xb8\xa4\xa0\x6c\xfc\x99\xf9\xe7\x45\xc0\xa8\xfe\x10\x7e\x10\x20\x8a\x3f\x6e\xf4\xd0\xb4\xeb\x66\x7b\x36\x70\x60\x24\x50\x1e\x14\xba\xa0\x53\xfd\x09\x48\x97\xfc\x78\x66\xa4\xa0\x14\x1d\xed\x27\xd6\x18\xfd\x77\x14\xd8\x83\xfa\xcf\x28\xca\x83\x1d\x2f\xac\x1c\x7f\x96\xa4\x90\x2c\x79\x66\x24\xb4\x64\x9c\x05\xb8\x10\x17\x34\x8e\x3f\xc4\x26\x04\x8d\xe3\x6f\xa5\x87\x9c\xa5\x77\x82\xb4\x94\x0c\xcd\x00\xce\xe0\x55\xce\xd2\x4b\x0c\xbb\x4a\x74\xbc\x6d\x7d\xe2\x6a\xe0\x68\xe8\x76\xbd\x0d\xce\x25\x5c\x5e\xd4\x82\xd0\x63\xfc\xed\xec\x80\xee\xce\xdb\x39\x2b\x32\x65\xde\xce\x7a\xc8\x50\x01\x69\xa1\x08\xad\xd4\x01\x56\x28\x42\x2b\xf5\xd7\xd6\x18\xe2\x76\x09\x7d\x89\x9f\x77\x9d\x04\x49\x9b\xd7\xd9\x45\xc9\x92\x17\x0f\x4c\xd0\x38\xfe\x3a\x37\x43\x72\x00\xe8\x85\x92\x51\x94\x77\x1d\x1e\x09\x06\x90\x16\x8a\x40\xdf\xfd\x8d\x35\xa8\x48\x27\xcc\x24\x04\x1a\x7f\x83\x45\x96\xbe\x7a\x39\x3c\x02\xad\xf1\x77\xa6\xce\x78\x93\xd7\x02\xd2\x82\x37\x79\x2d\x2f\x4e\x5b\x93\xd7\xf2\x0e\x96\x50\xa6\xc7\x3b\xd6\x18\x22\xec\xe0\x54\x2b\xf0\xf2\x1e\x6b\x50\x71\x8b\x9e\xc8\x48\xcc\x7b\x70\xbb\x64\x14\xbc\x33\x93\xd8\x05\x49\xe3\xe0\x28\x94\x8c\xc4\xbc\x33\x0b\xd8\x85\x18\xe3\xef\xb9\xc6\xd0\x2c\x3c\x8a\x09\x42\xc6\x5f\x1e\xc5\x84\x18\xe3\x00\x2b\xb8\x00\x62\xfc\xbd\x58\xa0\x92\x63\xc0\x9c\x5c\xb2\x17\xc7\x4f\xe0\x2e\xfe\xde\x8b\xb0\xec\xb1\x98\x53\x0f\x14\x47\x06\x5e\xc0\x51\x70\x41\xb7\xf8\x3b\x31\xe6\x5c\x48\x2d\xfe\xce\x5c\x9a\x92\xa1\x19\x90\x16\x8a\x40\xdf\xfd\x9d\xa9\x7c\x2e\x2c\x17\x7f\x71\xeb\x32\xd8\xf2\xbe\x6b\x16\x11\xf6\xc2\x9c\x7c\x92\xf7\x5d\x83\xae\x1e\xb1\xcd\x3a\x03\x17\xb6\x4d\x6c\x1b\xc2\xe0\x2b\x1d\x02\xa4\x05\x6f\x5f\xd3\x3f\xb6\x8d\x41\xbf\x96\x7e\x6c\xd8\x99\xc2\x72\x89\xad\x30\xc6\x57\x3a\x04\x60\x0a\x2e\x70\x97\xd8\x0a\x0b\x14\x1a\xb4\xa0\x27\x22\x07\x85\xd2\xd0\xa0\x3b\x67\x2c\x34\xc6\xbe\xc6\x10\xa5\x3b\x37\xea\x6b\x47\xc4\xb6\xb3\xa6\xdf\x40\x49\x6c\x3b\x27\xa8\xaa\xa1\xa2\x49\x86\xd8\xc7\xbc\x15\x62\x4c\x6c\x48\x3a\xe1\xc1\xc4\x56\x19\xa3\x89\xb9\x89\x29\xe3\x42\x7b\x89\xad\xad\x31\xc4\x4b\x5b\x63\x88\x97\xa5\xd1\x86\x06\x6d\x1c\xcb\x26\xe6\x70\x62\x15\x05\x8a\xad\xa3\x6a\x87\x66\xe9\x6b\x50\xb1\x3f\x11\x1a\x5c\x00\x31\xb1\xf5\x35\xa8\xb8\x45\x2b\x0a\x0f\x26\x36\x63\x4d\x87\x28\xf5\xd5\x20\x4a\x11\x5b\xc2\xc7\x89\x0d\x7f\x53\x28\x2b\xb1\x0d\x4e\xe1\xd0\xb4\x68\x0f\x61\xa8\xc4\x36\x16\xb7\xbf\xf3\x06\x16\xdb\xfc\x75\xab\x22\x9c\xd9\x98\x38\x0a\x9f\xf1\xc4\x28\x31\x23\x01\xac\xc4\x86\x33\x2a\xf8\x94\x00\x47\xa1\x28\x32\x15\x1b\xe2\x47\x81\xa8\xd8\x26\xbc\x6d\x51\xdc\x29\x00\x56\x70\x81\xa3\xc4\x46\x10\xa9\xe5\x45\x98\xf8\x54\x45\x81\xa8\xd8\x88\x83\x0b\x0b\x25\xb6\x6b\x4d\xab\xc5\xba\x16\x2f\x5a\x8a\x25\x6d\x42\x84\x2d\x69\x93\x57\x85\x20\x92\xb0\x6a\x03\xa4\x85\x22\xac\xda\xd8\xee\xf5\x89\x66\x99\x2f\xee\x45\xb1\xab\xd8\x1e\xc4\x60\x5e\x15\x5c\xd4\xbd\x68\x96\x77\xf5\xd0\x2c\xd8\xad\x2d\x2f\x02\x21\xa2\xbd\x68\x81\x5e\x8e\x57\x9e\xd9\x97\x6d\xc8\x23\x8a\x70\x51\xc8\x2c\x0a\x3e\xab\x50\x45\xa2\x10\x33\x52\x0c\x2d\xca\xc6\x12\xea\xf0\x94\xb2\x66\xf9\x12\x56\xb0\x4a\x05\xab\x11\x65\x3e\x9b\x15\x85\xbb\xa2\xec\x8b\xd2\xfc\x64\xf0\x89\xa6\xc5\x90\x15\xac\x46\x94\x09\xcc\xe2\x82\xd5\x88\x82\x1c\x50\x64\x2a\x4a\x5d\x63\x98\x1a\xd8\xca\xaf\x35\x18\x85\x17\x77\xc1\x6a\x44\xc1\xcd\x55\xec\x2a\x40\x6b\x28\x8a\x5d\x45\x69\x6b\x0c\xd1\xd1\x16\x61\xe2\xa5\xad\x41\xc5\x8b\x2d\xc2\x34\x8b\xc1\xfe\xae\x4f\x78\x25\x13\x58\x45\x14\xe3\x68\xef\x1a\xc3\xf9\x44\x32\xbe\xe0\x3c\x2a\x88\x14\x05\x3b\xa2\x27\x61\xd8\x11\x42\xae\x89\x12\x5c\xa0\x2a\x3a\x30\x2b\x85\x1a\x11\x65\xac\x4f\xd4\x63\x70\x1c\xaa\x28\xc5\xdf\xec\x49\x07\x99\x32\x02\x67\x88\x72\x40\x47\xd5\x12\xe2\x6f\x2a\x54\x15\x05\x6f\x72\x97\x7c\x2e\xe7\x1a\x43\x8b\x7c\xc2\xad\x04\x76\x99\x15\x00\x2e\x4c\x99\x28\xdc\x5b\x81\x33\x44\x99\x15\x00\xde\x73\xd0\x99\x82\xeb\x3d\xc7\x58\x17\x59\x22\xbd\xcc\xfc\x7e\x17\x98\x42\x80\x7b\x50\x14\xcc\x8a\x72\x73\x1c\x24\xd2\x0b\x1e\xa9\xb0\x13\xa2\x10\x0d\x56\xb8\x2b\x40\x35\xf0\x9e\xb3\xac\x9b\x2d\x81\x5d\x70\x51\x7b\xce\xc2\x0b\x57\xcf\x59\x78\xd0\xea\x39\x28\x86\x85\x42\x66\x51\x78\xe1\xea\x39\x28\x2e\xaa\x42\x66\x51\x88\x46\x09\x20\x26\x76\x9e\xdd\x05\x62\x10\x3b\xf7\x56\x88\x04\x31\x71\x0f\x3e\x63\xe8\x13\x62\xbd\x42\x13\x88\xbd\xac\x59\x34\xc6\x7c\x6a\x2a\x8a\x79\xc5\x8e\x8b\x2a\x1c\x96\x00\x91\xa0\x28\x08\x16\x3b\xa1\xa5\x3d\xa7\x5d\xd7\xf4\x1b\x6c\x89\xbd\xb2\xa6\x5f\x4b\x34\x00\x31\x70\x55\xe0\xc7\x4e\xfe\x9a\x2a\xf0\x63\x9f\xa5\x3c\xae\x0a\xfc\xd8\xdb\x1a\xe3\xbb\x1e\x3b\xc1\xa7\xdd\x7e\x07\x89\x23\xf6\xbe\x88\x6c\x6a\x58\x44\x8a\x8d\xce\x69\x32\x51\x4d\x40\x7a\x97\xca\xdc\x89\x3f\xab\xe6\x3f\x76\x62\x57\xaa\xf9\x8f\xdd\xd6\x2c\x62\x63\xdd\x72\xd7\x27\xbe\x3e\xd1\xa0\x8e\xa0\x94\x9a\x9c\x80\x06\x9f\x1e\x39\x06\x1b\x2f\x0b\x6a\x27\xee\xb4\xbb\x96\x02\xef\x74\x77\x6d\x2b\xef\x46\xaa\xb5\x8f\x7d\x70\x12\xa4\x48\x77\xe2\xcf\x02\x69\x89\x7d\x2c\x4a\xc5\x3e\x06\xc2\x9e\x7b\x84\x86\x57\x69\x7d\xec\x44\xa8\xfb\x50\x0f\x12\xe4\x54\x5a\x1f\xfb\x12\x0c\x32\x20\x77\x5e\x85\x54\x38\x1f\x3b\x92\x42\x85\xf3\xb1\x9f\x08\xa8\xc8\x86\x39\x8b\xc0\x4c\x62\xbf\x50\xf9\xb9\x84\x37\xeb\x91\x2b\xc6\x3b\xb6\xaa\xc5\x63\x9f\x45\x3b\xae\xe2\xf0\xd8\x97\xfe\xce\x35\x5d\x97\x3a\x57\x0c\x75\xad\xc2\xee\xd8\x1f\x66\x91\x32\x9e\xf8\x05\x9f\x86\xec\x81\x38\xce\x35\x7d\xd7\x18\xe2\xe5\xe5\x48\x49\xb3\x56\x5e\x74\x14\xca\x8c\x3a\x5f\x98\x8b\x42\x99\x51\xb1\xf4\x55\x72\x1d\x95\xb4\x17\x55\x58\x47\x9d\xa5\x74\x2e\xcc\x90\xa8\x13\xc6\xb1\x08\x27\x3e\x2a\xaa\xd6\xa4\x5a\x2a\xaa\x56\x15\xd6\x51\x09\x22\xa9\xc2\x3a\xea\xcc\x65\x2b\x8a\x4b\x46\xe5\xca\x9a\xc4\x20\x90\x07\x45\x81\xca\xa8\x5c\x59\x15\x32\x47\x25\x07\xd5\x64\xfb\x56\x42\x44\x0a\x65\x46\xb5\x35\x86\x98\xe3\xf1\x45\xa8\x22\x51\x31\x75\x85\x2a\x12\x95\xb0\xac\x40\xa7\xa3\x3a\xcc\x75\x8d\x81\x87\x5e\x65\xcf\xd4\x09\x26\x54\x84\x35\x1f\x14\xfe\xbb\x2a\x9b\xa3\x62\x1d\xab\x6e\x39\x2a\xb1\x15\x95\x29\x47\xc5\xdd\x16\x0a\x75\xd4\xb1\xc6\xd0\xce\x11\xa7\x35\x89\xc1\xca\xd3\x8a\x30\xde\xa3\xce\x8c\x8c\xa2\x08\x6a\x54\x7c\x67\x01\x80\x44\xc5\x55\x56\xed\x73\xcc\x92\xfc\xcf\x27\x9a\x05\xdf\x59\xb5\xcf\x51\x31\x5e\x05\xef\x11\x15\x15\xa7\x90\x6a\xd4\x9b\x35\xf5\x6c\x68\xf4\x10\x2f\x04\x6e\x55\xfb\x1c\xf5\x86\x74\xa9\xfc\x7a\x33\x8b\x44\x4e\xc5\x77\x56\xa9\x73\x54\x7c\x67\x95\x29\x47\xc5\x78\x55\xf1\x6f\x54\x34\x5a\xcd\x53\x88\x67\xac\x5a\xdf\xa8\x2f\x0b\x94\xc7\x12\x6b\xd6\x24\x60\x1b\x2a\x4e\x65\xb4\xd1\x88\xc2\x2a\xb4\x1b\x6d\x5f\x83\x86\x1a\x20\x5d\x37\xbb\xad\xb3\xae\x8b\xdc\x08\x98\x2a\xd6\x1b\x94\xd3\xbb\xaa\x66\xa3\x11\x30\x15\xe6\x76\xb4\x75\x3d\x64\x36\x34\x1c\x50\x55\xcd\x46\xc3\xce\x54\x34\x38\x1a\x99\x0b\x2a\xa3\x8d\x86\xe1\x59\xdb\xef\x84\x10\xa3\xa1\xee\x84\x24\x1f\x14\xdf\xbb\x8a\x6e\xa3\xf5\x35\x9e\xab\x81\x2d\x91\xc0\x6e\xb6\x38\xd7\x18\xc6\xd1\x18\xfa\x04\x8d\xa6\x92\xda\x68\xd8\xad\x8a\x3f\x07\xf5\xfa\xae\x0a\xda\x68\xce\x1d\xd6\xfd\x6b\x44\xd9\x54\x1f\x1b\x0d\x15\xa7\x08\x75\x34\x72\x49\x55\x30\x1b\x6d\x5d\x59\x39\xb4\xd4\xeb\x17\xa1\xc0\xc7\xac\xc6\xff\x7c\xa2\x31\x06\xeb\xa1\x2b\xdb\x08\x99\xa9\xa4\x36\xda\xc4\xff\x72\x55\xd0\x06\xf5\xfa\xae\x72\xd8\x68\x33\x4b\xbc\x28\xca\x1d\xd4\xeb\xbb\xca\x61\xa3\xad\x3b\xac\x5b\xde\x70\x51\x05\x1c\x1f\x8d\x90\x99\x80\xe3\x83\xe2\x7b\x17\xcc\x48\x34\x6c\x5f\xc5\xc1\xa3\xf1\xd6\x22\xdc\x91\x98\x95\xf4\x9f\x1e\x22\xfd\x82\x39\xdd\xf2\x86\x31\xac\xea\xd7\x68\xa4\x46\xa8\xb6\x35\x28\xad\x77\x95\xb2\x46\x23\x57\x42\x95\xab\xd1\x30\x97\xab\x65\x8f\x93\x1e\xa2\x14\xfb\xd9\xe5\x70\xb5\x9b\xf5\x90\xd4\xa3\x9c\xbe\x28\x1e\x1f\x8d\xb0\x9b\xc2\xef\x41\xf5\xbc\xab\xd8\x35\x1a\xcf\x33\x2a\x65\x8d\xf6\xc0\xad\x67\x8f\x87\x1e\xda\x5b\x3c\x63\x05\xe8\xa3\xbd\xac\x87\x84\x4b\x43\xb8\xa8\x94\x35\x1a\xaf\xb9\x82\xa7\x8f\xf6\xae\x69\xb5\x40\xef\x9a\xf6\xdb\xd0\xd1\xbd\x0a\xb9\x47\xdf\x16\x2f\xa1\x86\x87\x86\xef\x02\x51\x5f\xef\x2e\x77\xaa\xf3\x34\x2b\x34\xfa\xe8\x05\xf6\x25\x39\x3b\xd9\x14\x2a\x65\x8d\x59\x3d\xff\xf9\xe4\xbb\x62\x1d\x0b\xdb\xa5\xd0\xa9\x9e\x77\x97\x42\xef\x3b\x37\x4a\x92\xb3\x13\x65\x53\xa4\x3f\xfa\x52\xf9\x0a\xdd\x75\x34\xbc\xca\x61\xa3\xe3\x4c\x2b\xd2\x1f\x1d\x89\x25\x0c\x95\xe8\x84\xcc\x84\x90\x12\x9d\x47\x20\x01\xa2\x44\x27\x86\xe6\x92\x7a\x7d\x09\x39\x19\x6b\x1d\x21\xa7\x0a\xda\xe8\xf8\xce\x2a\x98\x8d\xde\xd7\x18\xe2\xa5\xaf\x4f\xb4\xa6\x9d\x55\x97\x28\xed\x04\xc4\x14\xc7\x8f\x6e\x6b\x0c\x6d\x14\xfe\xb7\x02\xfb\x41\xf5\x7c\x51\x60\x3f\x3a\x0f\x49\x82\x5d\x89\x4e\xa4\x5f\x81\xfd\xe8\xcb\xb0\x90\x2c\xec\xbe\xe8\xd0\x2c\xc1\x12\xca\x58\xeb\x64\x98\xba\x44\x5f\xc7\x87\x57\x60\x3f\x3a\x19\x5d\xaa\xbc\x8d\x3e\x61\x46\x8a\xe2\xf8\xd1\x71\xd9\x5d\xa2\x8f\x1a\x7d\x77\x89\xbe\xbe\x04\x9b\x24\x5d\x1f\xce\x18\x1a\x74\xa6\x78\x15\x05\xf6\xa3\x13\x9d\x53\x6d\x6e\x74\xcc\x17\xc1\xd3\x47\x3f\x10\x17\x12\x6c\x9d\x60\x5c\x93\xd8\xea\x38\xe4\x2a\xc5\x8d\x8e\x71\xa2\x52\xdc\x98\x05\xf7\x7b\x69\x65\xfb\x1d\x05\xd6\x97\x3c\x92\xf8\xe9\x13\xc8\xa3\xe8\xe5\x20\x3a\x19\xef\x2e\x59\xd2\x5f\x56\x2f\x2f\x24\xcf\xb4\x7a\x4a\x88\xce\xa5\xd6\x53\x42\x74\x72\x38\x55\x97\x1a\xb6\xad\x59\x9a\x1a\x10\xa5\xba\x3b\x46\x70\x5d\x8f\x0d\x61\x18\x19\x2a\x32\x0d\xaa\xe0\x8b\x5e\x1f\xc2\xf0\x92\xf5\xfa\x10\xb6\xae\xbd\xac\x0e\xe3\x96\x0b\x6b\x3e\x8c\x97\xdd\x26\x61\x4b\x8d\x7b\x11\x18\x7f\x18\x71\x70\x55\x9d\x86\xed\x8c\x21\xc9\x69\x58\x1d\x7a\x9f\x08\x5b\x57\x56\xa6\x8c\x11\xee\xd2\x73\x44\x58\x83\x39\x89\x41\x5b\x17\x52\xb6\x8d\xf1\x7c\xa7\x52\xd6\xb0\x99\x51\x59\xf4\x3e\x11\x66\x6c\x83\xce\xbd\xf1\x08\x9b\xef\x13\x14\x98\x17\x21\xc9\x87\x71\xbb\x9a\xc4\xa0\xf1\x8e\xa6\xaa\xd3\x30\x82\x59\x21\x3b\x82\x7a\xf2\x92\x0f\x16\xc6\x2b\x59\xc8\x8e\x30\x5e\x51\xf3\xc1\x82\xf2\x71\x57\xa1\x6a\xd8\x84\xe7\x2a\x82\xa7\x0f\x3b\x16\x1d\xda\x86\x63\xd1\xa1\x31\x66\xd9\x65\xc9\xd7\x07\xca\xc7\x4b\xbe\x1c\xd8\xc5\x09\x92\x4c\x33\x32\x21\x54\xdb\x1a\x76\x71\x2c\x5b\x36\x9c\xf4\xd0\xb4\x13\x75\xc6\x55\xca\x1a\x46\x66\xb5\x2a\x57\xc3\x70\x51\x55\xb9\x1a\x36\xab\x3b\x4a\xbe\x1c\x18\x81\x28\x55\xae\x86\xe1\x91\xe6\x53\x82\x91\x96\x28\x44\x9e\x30\x5c\xd4\x7c\x5b\xa0\x38\xbc\x08\x6b\x3e\x8c\xb8\x53\xe4\xf5\xc0\x06\x17\x18\x7f\x50\xb6\xed\xaa\x7e\x0d\x27\x0b\x4a\xd5\xaf\xe1\xe8\xcd\x7c\x8e\x70\xea\x3f\x54\xca\x1a\x5e\x38\x1f\x3d\x1b\xe8\xa1\xc3\xef\x5c\x20\x55\xae\x86\x53\xbb\xa1\xca\xd5\xf0\xc2\xee\xcb\xf2\x72\xde\x9e\x9a\x2c\x2f\xdf\xd9\x7d\x19\x5a\xce\xfb\x77\x3e\x52\x78\x83\x7d\x99\x1e\xce\x6d\x50\xf5\x6b\xf8\xc4\xb8\x72\x55\xbf\x86\x63\x66\xab\xfa\x35\x9c\x1c\x27\x41\xba\x87\x77\xf6\x45\x57\xcc\x09\x0f\xe7\xab\x05\x95\xcd\x2e\x68\x9f\x70\x5b\xec\x87\x1a\xd8\x6c\xd9\x22\x4e\x11\x85\x8a\x64\xc3\x09\x1c\xa9\x26\x36\x9c\x38\x91\x4a\x60\xc3\x49\x5a\x50\xc5\x6b\x38\x71\xa2\x7c\x0a\xf1\xa5\x7c\x64\xcf\x78\xb0\xfb\x32\x4e\x9c\xa0\x8f\x00\xfd\xc3\x89\x17\xe7\xdb\x88\x13\xf4\x09\x59\x2b\x7e\xac\x69\xb5\x40\xe4\x27\xe5\xeb\x89\xf3\xf0\x23\x9c\xf8\x70\x8c\xe8\x26\x5b\x84\x42\x66\x17\x5e\x50\xf8\xba\x84\x12\xc1\x8e\x36\x52\xb1\x6e\x38\xce\x74\x3e\xa7\x50\xea\x5c\x04\xe3\x1e\xbe\xee\xad\x64\xb2\x63\x33\xab\xbe\x37\x7c\x29\xb0\xf8\xad\x37\x30\xbf\x91\xe0\x12\x94\x4e\x9e\xb0\xca\x83\xc3\xd7\x85\x94\xd5\xe1\xd8\xbe\xaa\x17\x0e\x27\x35\x49\xe5\xc1\xe1\x2f\xab\x27\x1b\xcb\x79\xe2\x11\x1c\x7b\x38\x5e\xb2\xca\x83\xc3\x49\x4d\x52\xf1\x6f\xf8\xba\xa1\xb2\xb1\x82\xc8\x70\xc8\xc6\x8a\x8d\xb5\x91\x6d\x13\xeb\x42\xca\xb6\x09\x0c\xd9\x7c\xe2\x89\xb2\x28\xd5\x27\x5c\x37\x01\xb6\x47\xe0\x47\xab\x5e\x38\x66\xdd\xf2\xa7\x47\x51\x03\x67\xb6\x67\xc3\xa0\xc7\xae\x06\x78\x91\x59\x16\x84\x99\x54\x1e\x1c\x81\x02\xcb\x77\xa3\x68\x6b\xd0\xa6\x86\x83\x1e\xd9\xf0\xd0\xa0\xf5\x58\x77\x58\xe2\x27\xb0\x39\x43\xb2\x24\x70\x95\x55\xc9\x1b\xab\x5c\x5a\x75\xba\x11\x7d\x0d\xaa\x35\x5d\x77\xd8\xb2\x61\x8d\xa1\x15\xb3\xf5\x89\x1a\xc8\x50\x51\x59\x6e\x04\x19\x2a\x2a\xcb\x8d\x20\xdc\xa5\xb2\xdc\x88\x09\x57\x50\xf2\x31\x2a\x78\x15\x0a\x39\x3a\x41\xac\x57\x98\x4e\x11\xeb\x52\x4b\x96\x04\xb1\x5e\x95\xc3\x46\xcc\x9a\xa5\x92\x0f\x5a\x81\x79\xa8\x1f\x6e\x88\x20\xba\xa5\xfa\xd8\x08\x92\x8f\x05\x2d\x1f\x81\xde\x14\x70\x7c\xc4\x01\x1d\xba\xf6\xc1\x5b\xad\x2a\x68\x23\xb8\x90\x02\x8e\x8f\x20\x92\x2b\x9c\xf8\x88\x6b\x0d\x2a\xe6\xae\x45\x98\x98\xbb\x38\x96\xba\xf6\x71\x2f\xc2\xc4\x2d\xb1\xab\x2e\xcb\x2b\x96\xaa\x95\x5d\x15\x4b\x91\xea\x22\x07\xb1\x5e\x15\xdd\xc6\x2a\x86\x56\xd1\x6d\x04\x1e\x69\x97\x46\x0b\x3c\xd2\x2e\x05\x16\xef\xfa\x44\xd3\x62\xab\x0a\x49\x3e\x82\x60\x56\xe4\x15\xe3\x69\x56\x48\xf2\x31\xb0\x44\x85\x24\x1f\x83\xfc\x7e\x01\x45\xc5\xd8\x58\x20\xa9\x27\x8a\xa1\x4b\xbe\x09\x0e\xf2\x3e\x04\x25\x15\xa3\x2c\x4a\x4d\x0d\xac\xba\xb4\xd1\x28\x6b\xd0\x2f\xe9\x03\x7f\x53\x05\xb3\x41\x75\x74\x11\x2c\x7c\x8c\x89\x64\xed\xaa\x89\x8d\xb1\x73\xa4\xa4\x9e\x06\x77\x5f\x25\xb0\x31\x08\xaa\x0d\x1d\xba\xc1\xe3\x6d\x3e\x12\x0e\x84\xc1\xd0\x29\x1c\x38\xa0\x43\x87\x6e\xcc\xdf\x16\x77\x55\xcd\xc6\xe0\x55\x28\x9f\x11\x07\x29\x1a\xf9\x8c\x38\x48\x46\xd3\x2f\x51\x04\x15\xd6\xa5\x4b\x93\x8c\xce\x12\x4a\x2d\x8c\x75\xd5\x25\xd7\x07\x1a\x5e\xb5\xb9\x31\xd0\xf0\xf9\x36\x39\x6c\x11\x26\x3a\x78\x09\xca\xc7\xca\x41\xd2\xb2\x00\xab\x62\x10\x59\xcb\xc7\xca\x81\x55\x9d\x4f\x91\x03\xe9\x20\x04\xab\x18\xbc\x26\xe5\x53\xe4\x2a\xb9\x1e\xc5\x7f\x47\x81\xad\xf2\x6b\xe1\x5d\xc5\xa0\x6e\x41\xf0\x56\x31\x90\x25\x23\x4f\x24\xde\xe9\xc8\x13\x89\xc9\x3d\xf2\x00\x12\x3a\x1f\x79\x00\x8f\xb5\x36\x1a\x94\xa0\xda\xc8\x03\x88\x51\x9e\x6f\x9d\xe3\x60\x07\xa4\x27\x06\x41\x35\x61\xbc\xc7\x20\xa8\x36\xf2\x00\x62\x0f\x8c\x3c\x6f\xc4\xd2\x55\x85\x1b\xe3\x5c\x63\x88\xb0\x8b\x9b\x21\xfb\x68\x90\x43\x36\xf2\x00\x12\x18\xcf\x27\xd6\x71\x73\x44\xa5\x38\x06\x4f\xbd\x23\xcf\x1b\x95\x08\xc2\x78\x8f\x41\xfe\x97\x7e\x0c\x23\x06\xa1\xaa\x91\x27\x12\x49\xa1\x3a\xdd\x58\x05\xd5\xaa\xd3\x8d\x63\xe3\xba\x59\xf6\xe0\x13\x9d\xb7\x83\x9c\x0d\x61\xbc\xc7\x81\xcf\xaa\x82\xd9\x38\x48\x08\x53\x7d\x6c\x1c\xa0\x24\x08\xb0\x2a\x8e\x02\x2f\x3a\x4d\x07\xf9\xca\x43\x1e\xc7\x51\x58\x53\x6d\xe5\x81\x51\xa0\xea\xd7\xa0\x7e\xba\x08\xe3\x3d\x0e\x62\x57\x2a\x87\x8d\x63\xc9\x92\x9e\x3d\xa0\x54\x1a\xfe\xc0\xef\x55\xf5\x6b\xac\xfa\x69\x55\xbf\xc6\x01\xfe\x89\xaa\x5f\xe3\x58\xc2\x45\x21\x91\x03\xcf\x58\xc0\xf1\x71\x54\xee\xb0\x6c\xf0\x03\xcf\x38\x1f\xa5\x0f\x62\x57\xf9\x06\x7d\x90\xe9\x9a\x6f\xd0\x07\x9e\xb1\x00\xab\xe2\xe8\x6b\x0c\x2d\x10\x66\x83\x8a\x5d\xe3\x20\x99\x4b\xa5\xac\x71\xd8\x1a\x43\xd3\x12\xcc\xd2\xef\x78\xc4\x81\x73\xa0\x22\xd3\x58\x25\xd7\x2a\x32\x8d\x83\x80\xfa\x48\x4a\x71\xa6\x47\x52\xea\xb0\x2f\x73\x79\x96\x4b\x7f\x1a\xf4\x09\x11\xf6\x7c\x55\x9e\xd5\xd1\x9f\x06\x4d\x1b\x6b\x96\x6c\x60\x81\xa4\x37\x0f\x82\x59\xaa\xf0\x8c\x83\x18\xbc\x00\xdb\xe3\x58\xd2\x21\x99\xa3\xaa\x49\xd5\x99\xb1\x0a\xaa\x55\x7b\x19\x07\x99\x65\xc2\x78\x8f\x03\xd3\x63\x24\x2f\xcb\xf4\x90\xba\x3e\x0e\xae\x87\xd4\xf5\x41\x86\xca\xf8\xd1\x83\x33\x96\x3d\x4e\xb6\x41\x0a\xfd\x58\x02\x45\xa6\xfa\x41\x99\x93\x4a\x1c\xe3\x38\xb9\x40\xb2\x99\x8f\x19\x83\x0f\x81\x10\xc5\x31\xfd\x89\x50\xad\x61\x50\x61\x1d\xaa\x35\x8c\x83\xc0\x40\xcf\x69\x67\x60\x20\x54\x7c\x18\xc7\x0c\xb9\x87\x8a\x0f\xe3\x98\x06\x4e\xa8\xd6\x30\x8e\x7b\x4d\x2b\xc2\xe6\x6b\x5d\xa8\x92\x30\x8e\x69\xbe\x84\xea\x04\xe3\x78\xd8\x5b\x59\x1a\xc7\x84\x4b\x2a\x96\xa4\xbf\xeb\x13\x8d\x31\xd1\x23\x43\xe5\x78\x71\xcc\x5f\x2d\x2c\xf9\x52\x7f\x4c\x2f\x23\x36\xe9\x86\x73\x83\x7d\xc9\xf5\x13\xb1\x95\x6f\xf9\x14\x43\x17\x81\xe0\xc7\x2c\x86\xfe\x7c\xf2\x9d\xf6\x9c\xd6\x4a\x6c\x7b\xfc\x8e\x02\x3b\x31\x65\x04\x88\x1f\x67\x59\x24\x0c\x35\xac\x19\x43\x0d\xac\xaf\xa4\x2f\xa5\xce\xb1\x49\xfa\x9e\xf3\xc7\x93\x8b\x30\xf4\xe3\x24\xb8\x2e\x0c\xfd\x38\xe7\x03\x7b\x08\xa2\x27\x66\xa9\x73\x09\xd5\xb7\xc5\x49\xa0\xc1\x64\xa8\x50\xea\x1c\x82\xc6\x89\x13\x01\x95\x59\x0c\x27\x02\x4a\xbf\xc0\x12\x67\x63\x4b\x24\xb0\x4f\x1e\xd8\x05\xb5\x1f\x67\x5b\x84\x89\x97\xb6\x66\xc9\x31\xd6\x2c\x62\xae\xaf\x4f\xc4\x5c\x87\x97\x96\x3d\xe6\x11\x15\xa2\x7d\x9c\x9d\x93\x20\xc7\xef\x9c\x3f\x23\x14\x2a\xa5\x8b\xd3\x38\x80\x52\x0b\x27\xd1\x76\x21\xda\x07\xe5\xd2\x21\x68\x9c\xa0\x3a\xba\x98\xcc\x86\xd3\xd9\x39\x69\x81\xd3\xb9\x3b\x3d\x7b\xb0\x73\xd2\x02\x27\x32\x2d\xb3\x29\xce\x60\x2b\xa5\x16\x4e\x02\x1e\x96\x27\x32\x16\x73\xe2\x25\x60\xae\x67\x03\x2b\x26\xdb\xf7\x0c\xf6\x25\x8f\xd4\x58\xb3\xa8\xc7\x80\x7d\xf9\x8a\x14\x54\x87\x6a\xeb\x82\x82\xea\xa2\xdf\x8a\x89\x93\x28\x8a\xb0\xf7\xe3\xaa\x70\x2b\xc5\x31\x7f\x97\xff\xd3\xf0\x65\xff\x5a\xc7\x41\x8a\xe3\x6a\x6b\x5a\x53\x03\x87\x4e\xf6\xcc\xd5\xd8\x5b\x19\x05\x17\x25\x7d\x99\x3b\x72\xb5\x45\x69\xa8\x81\x8d\x92\xae\xb9\xda\xa2\x54\x74\x90\xb3\x91\xd9\x25\xfc\xb6\x7f\x08\xe6\x27\xae\x75\xc6\x74\xa3\xae\x75\x82\x14\xc7\xbf\x0c\x5e\x64\x25\x5c\xd4\xf9\x64\xfe\xc9\x85\xb9\x9c\xf9\x27\xb3\x4e\xf7\xd3\x20\xc2\x78\x66\x16\xa0\x7f\x5c\x84\x98\x85\xdf\x1f\x57\x20\x28\xa5\x15\xaf\x75\x1c\x74\xa3\xae\xb5\xfb\x52\x71\xfc\x2e\x7f\xa8\x1c\x2f\x56\x9d\xae\xe9\x46\xf1\x33\xfc\x45\x60\xfc\x71\xf1\x66\x2c\x30\xfe\xb8\x4e\x78\xd1\xf5\xb8\x48\x38\xce\x1c\x16\xea\x63\x43\x05\x59\x71\xcd\x67\xd5\x50\xfd\x55\xf0\x23\xfb\xa1\xfa\xab\xb8\x48\x38\xce\xb4\x97\xeb\x66\x8c\x92\x0d\xdc\x39\x5d\xa0\x6b\xa6\x68\x84\x70\x69\xe2\x9a\x29\xc9\xa1\x0a\xad\x98\xbf\xba\xff\x69\xd0\x56\x52\xd7\x6e\x3d\x7b\x74\x1a\xb2\x87\xf1\x89\x48\x7f\xa0\x43\xe2\xe2\x22\xa2\x9c\xb9\x34\xd7\x8c\x28\x87\x2a\xb4\xe2\xc2\x22\xce\x4c\x99\x6b\x5a\xc4\xa1\x0a\xad\x98\x3f\xac\x5f\x42\xb5\x4e\x71\xf3\xe0\x92\xb9\x34\x94\xd1\x86\x2a\x99\x62\x56\xcd\x7e\x1a\x34\x06\xe5\x0d\xfa\x75\x9d\xb8\x0b\xa4\xd7\x6c\x58\x83\x7e\xb9\xbd\x0d\x3a\x6a\x36\xac\x4f\xba\x1a\xb8\x62\x96\x0d\x27\x3d\xbe\xdc\xce\x4a\xd3\x4f\xc3\x6f\x79\x60\x37\xb5\x69\xfa\xb5\x9e\xb8\x91\x7a\x82\xa4\x89\x9b\x52\xb4\x4c\xe7\xe1\x47\xe5\x43\xc5\x54\x71\x73\x88\x55\x4c\x15\xf7\x92\x58\xba\x90\x37\xc9\x7e\x99\xce\x73\xcf\x4c\x88\x50\xb9\x55\xdc\xc7\xea\xa1\x31\x0e\x96\x53\xbe\xc0\x3d\x4d\xaa\x10\x8a\x4d\xac\x9a\xd2\x4c\xf8\xb9\xd7\xb9\x97\x85\x7d\x9f\x6b\x0c\xad\xcd\xb9\x28\x75\x35\x70\x22\x75\x55\xee\x6b\x8d\xa1\x59\x2e\x76\x40\xaa\xe5\xbe\x16\x73\x1a\x14\xfb\xa8\xe8\x66\xdc\x37\x5b\xa2\x8b\x30\x7f\x21\xfe\xd3\x20\xc2\x6e\xae\xac\x82\xda\xfc\x20\x7c\x14\x1d\x73\x8a\x4c\x43\xc0\x37\xc1\x2f\xc4\x87\x80\x6f\x82\x9a\xd2\x10\xce\x4d\xdc\x04\x80\x4c\x66\x2a\x3f\x08\x1f\x45\xc7\xfc\x5e\x16\x94\x6c\xf0\x87\x77\x12\xe1\xf7\xc7\xb3\xce\xbd\x8e\xf9\xb3\x0e\xf1\xc8\x06\xe4\x91\xac\xe3\xa7\xb0\x84\x3a\xe6\x0f\x0f\x8d\x99\x78\xf4\xec\x6b\xd0\x2f\xfb\x4f\xe5\x88\xea\x10\xcf\x5f\x77\xff\x7c\xa2\x31\x2a\x67\x4c\xaa\x65\xfe\xdc\xfb\xa7\x47\x8e\x71\xd0\x90\x63\x2c\xc2\xf4\x49\xe3\x48\xc9\x5c\x7e\x26\x42\x77\xa8\xfe\x2a\x9e\xc6\x75\xd3\xe1\x7f\x96\xb5\x32\xb2\x61\xf1\xf2\x5d\xc2\x87\xfa\x1a\xfd\x96\x50\x3c\x9d\x93\xac\x53\xf8\x10\xbc\xc9\x74\xa4\x07\x3c\x87\x4c\x14\x7a\xb0\x34\xb2\xba\x6a\x16\x88\x7e\x1a\x44\x98\x9f\x7c\x22\xe6\x82\xf3\x21\x3d\xf1\xc4\xa2\x43\x63\x04\xf7\x56\x8a\xe3\xc1\xd2\xc8\xdc\xa2\x67\x5d\x53\x1d\xba\x27\xd6\x2c\x39\x28\xe7\x54\x31\xd6\x87\x67\x7c\xc1\xe4\xc7\x83\xd9\x20\x54\xfc\x78\x28\xe9\xcb\x34\xa0\xe7\x58\x9f\x88\xb0\x73\xf5\x10\x1d\x13\x4a\xaa\x64\x1a\xd0\x73\xae\x41\x45\xfa\xc5\xf9\xd0\x49\x7e\x50\x60\x99\x06\xf4\xe0\x82\x64\x41\xd6\xc3\xdb\x64\xe6\x05\x3d\x37\xd7\x23\xcf\xe9\xfc\xb5\xaf\x92\x69\x40\xcf\xc3\x35\xcd\x73\xfa\x72\xc5\xf2\x14\xbe\xab\x87\xb8\xe5\x02\x65\x92\xcf\x83\x0b\x92\x85\x50\xef\xc6\x9d\xd3\x29\x7c\x37\x4e\xb2\x4e\xe1\xfc\x25\xf5\x4f\xc3\x97\xfd\x77\x5f\x84\x65\xc3\x4d\xc3\x50\xc3\xe4\x25\xeb\x72\xf8\xd1\xf3\x22\x10\xfc\x78\xb1\xff\xb3\x0c\xe7\x9d\x91\xcb\x10\x62\x4c\xbc\x6d\x7d\x52\xd4\xc0\xb1\x94\xbe\x7a\x31\xe6\x33\x2f\xe8\xc5\x98\xcf\x5a\x16\x7e\xd2\xbc\x64\x5e\xd0\x0b\x64\x4a\xe6\x05\xcd\x32\xda\xcf\x27\xd9\x83\x7d\x91\x19\xf5\x76\x78\xd1\x12\xf2\xa3\xe7\x25\xf3\x82\xf8\xd1\xf3\xd8\x77\xfb\x1d\x05\xc6\xcf\x79\x97\x4c\x09\x7a\x71\xce\x33\x25\xe8\x45\x93\x64\xa1\xcb\x3b\x33\x4d\x22\x0b\x5d\x5e\x54\xcb\x9e\x6b\x73\xc0\x46\xae\x0d\x70\x05\x99\x45\xf4\xf2\xd8\x97\x59\x44\x2f\xbe\x78\x56\xbe\x50\x53\x1a\x59\xd7\xf2\xf2\x72\xa0\x5f\x62\x0a\x4a\x48\x23\xab\x56\x5e\xac\xb0\xac\x5a\x79\x49\x6e\xd3\x6f\x35\xc5\xfc\x7d\xef\x4f\x8f\x6c\x40\x0e\x48\xf9\xbc\x20\x93\x64\x06\xd0\x8b\xc1\xb4\xe7\x02\xad\x8b\x20\xd5\xb2\x6a\x4a\x33\x9d\xe7\xc5\x60\xca\x22\x15\x6a\x4a\x23\x8b\x54\xde\x17\x6e\xa5\x48\xdf\x97\x93\x20\x6d\xf4\xce\x4c\x99\xd8\x5b\x36\xac\x69\xc5\xed\xcb\xf1\x6a\xd9\x30\x45\xba\x4b\xf9\xbc\xeb\xba\xc9\xaf\x79\x5f\x08\xcb\x25\x24\x7d\xdd\xbf\x8e\xce\xe0\x17\xc0\x8b\x7f\xb5\xd1\xd8\x36\xf6\xf6\xcb\xdc\xe0\x17\xc0\x43\xf5\x24\x63\xdb\xd6\x2c\x4d\x0d\x6b\x96\xa1\x06\x76\xff\xab\xaf\xc6\xaa\x4b\x55\xe2\xd1\xd8\x0a\xdc\x66\x8f\x9d\xbd\x75\x35\xa0\xe2\x94\x6c\x34\x36\x54\xdc\xee\xa2\xa3\xae\x41\xb3\x01\xd2\x5d\x74\x4c\x6c\xf5\xd8\xbf\x12\x7c\xf0\x9b\xde\xb1\x7f\x05\xf6\xd8\x1a\x74\x84\x78\xc1\xe1\xd2\x2f\x0d\x8c\x0d\x8d\xa6\x5f\x1a\x18\xab\x84\x54\x39\x4e\x63\xe3\x39\xc2\x5d\x6b\x8a\x8a\x13\x64\xca\xd8\x3a\x87\xdf\xb5\xc8\x33\xfd\x2d\x54\x23\x30\x36\xd2\xdf\xdc\xf5\x89\xad\x41\xb5\x1e\x33\xa6\x18\x75\xd3\xb4\xf8\x57\xfa\xe9\x81\xb1\xcd\xc7\x86\x10\xfe\xc9\xd8\x66\xd4\x31\x04\x77\x32\x36\x8c\x57\xfd\x16\xc1\xd8\x66\x1a\x6f\x08\xdd\x64\xf0\x23\xdf\xc5\x73\x91\x97\xde\xcc\x35\x45\x2b\xd6\x5d\xa4\xcf\x07\x86\x50\x5e\xfd\xd8\x30\x5e\x95\x9e\x35\xb6\x99\x0f\x17\x75\xcf\x06\x08\xdb\xb5\x1e\x98\xb7\x4a\xb4\x1f\xdb\xb1\xc6\x10\x2f\xc8\xa0\xba\x8b\x74\x64\x90\xa0\x4a\xc6\x76\x2c\xc2\x44\xe9\xd2\x9b\x21\xf6\x4f\xa6\xad\x9a\xf6\x64\x8c\xaa\x69\x2f\x28\xad\x9a\x16\xc7\x4f\x19\xef\x63\xc3\x9a\x55\xae\xd5\xa0\x6c\x34\x94\xf1\x3e\xa8\x12\x0d\x81\x99\x8c\x6d\x49\x98\xa1\x41\x9f\x35\xad\x28\x45\x7e\x28\x05\x7e\xac\xc2\x52\xfd\x4a\xc0\xd8\x5e\x48\x6f\x5a\xe4\x77\x7d\xf2\xa5\x83\xa2\xd0\x50\x3e\xfb\x28\x65\x35\x34\x35\xac\x31\xba\x1a\x58\xf5\xaf\x94\x1a\x85\xe2\x70\x65\x63\x8d\x59\x03\xfa\xe9\xe1\x6a\x58\xd3\x7e\x09\x2b\x75\xcd\x32\xd4\xd0\x18\x23\x7b\xdc\x34\xa8\x07\x55\xda\x4a\x9c\x1a\xa5\x33\x46\xff\x1d\x05\x36\x8a\xad\xde\xa2\x89\x50\x95\x12\xba\x47\xc1\x80\x54\x7a\xd3\x58\x95\x9a\xc2\xf2\x1f\x65\xdd\x8c\xaf\xa0\x1c\x85\x9b\x21\x70\xff\x51\x26\x7a\x72\x51\x02\xd4\x28\x84\x22\x94\xef\x34\x0a\x06\x64\x95\x18\x2c\xc1\x72\x4a\xa6\xcd\xe2\xce\x4f\x83\xe8\xc0\x5e\x54\xfe\xf6\x28\x5c\x15\xe5\x4c\x0d\x7e\x13\x3b\xaa\x64\x5a\x19\x8b\x39\xd1\x81\x45\xa9\xac\xaa\x51\xd0\xdf\x4a\x80\x1a\x85\x77\x7d\x25\x40\x0d\x7e\xb2\x3a\x94\x7b\x3d\xf8\xc9\xea\xa2\x8c\xa8\x51\xe6\x2f\xc3\x15\x25\x40\x8d\x82\x45\xa9\xcc\xea\x51\xc8\x67\x57\x02\xd4\x98\xbf\x61\xfd\x69\x10\xa5\x84\xce\x95\x7b\x3d\xca\xc5\x7a\x48\x74\x50\x65\x19\xc2\xfb\x18\xe5\xe1\x13\x5d\xa6\x42\xb6\x9b\x52\x93\x06\x65\x97\xa1\xc4\xe1\x51\x48\x3d\x57\xae\xd2\x28\xeb\x66\x48\xd8\x16\x54\x9c\x32\x91\x06\x3f\x26\x5d\x94\x78\x34\x76\xf4\x95\x52\x8b\xc7\x5e\x16\x1d\x43\x0d\xac\x87\x2e\xe4\x8e\xd3\xa6\xb4\xe0\xc1\x6f\x47\x17\xa5\x01\x8d\x9d\x98\xb3\xd2\x80\xc6\x5e\x59\x31\x5d\xc8\x7d\xbe\x81\x85\x20\x42\xc6\x4e\xd5\x8a\xd2\x80\xc6\x3e\xb1\x5c\x42\x98\x21\x63\x6f\x6b\x0c\x91\x4e\x2e\x8d\x7e\x63\x6d\x50\x76\x19\x4a\x1c\x1e\x3b\x46\xa8\xf2\x84\x07\x3f\x26\x5d\xf4\x93\x6a\x63\x9f\xb9\x34\xd1\x36\x0d\x3a\xdf\xc0\x42\x10\x21\x63\xef\x8b\x5b\x7d\xc2\x9d\x6b\xba\xb2\x3b\xcf\x55\x42\xd6\x1f\x3b\x8a\x43\x09\x3a\x63\x27\xb4\xab\xac\xdd\x31\x6b\x1e\x3f\x0d\xa2\x94\xb8\x88\x72\x72\xc7\x8e\x7f\xa5\x9c\x9e\xb1\xa3\x38\x94\xa4\x3b\xf6\xb1\xc6\xd0\xb4\xa4\x8b\x2a\xeb\x67\xec\x84\x76\x95\xa4\x3b\x66\x11\xe4\x67\x5b\x72\xd0\x8b\x86\xff\x87\xb1\x37\xc7\x9a\x9e\x87\x95\xc6\xb6\xf2\x2d\x41\x9c\x89\xe4\xdd\x0b\x07\xc9\x99\x03\xef\x3f\xf0\x61\x41\xaa\xea\xff\xfa\xdc\xe3\x27\x6b\x35\x25\x8e\x20\x08\x62\x28\xf0\x13\xd7\x7a\x64\xee\xa8\xe8\xae\x6b\x9d\x1b\x39\x4e\x9f\x53\xee\x97\xe8\xf7\x2b\x7a\x0e\x59\x5c\x6f\xa5\xfa\xe3\xf1\x3f\xd8\x75\x0f\xea\xa2\x6f\x91\x45\xbf\x92\x65\x6e\xa0\xb8\xdf\xb1\xe8\x0f\x27\x5c\xee\xfd\xe8\x6a\x10\xfa\x16\x59\xbc\x9d\xa4\x78\xe6\x79\xce\xe6\x40\xc8\x7f\x8b\xbe\x81\xe8\xe8\x6b\xf1\xf1\xbd\x4f\x69\x25\xfa\x2d\x8e\x9e\xbf\x16\x1f\x1f\xcb\x27\xcc\xdb\x1b\xe2\x48\x77\x24\x4b\x6e\x37\x22\x76\x89\x25\xd7\x8b\xd0\x3f\xc9\xd2\xf5\xf6\xf4\xeb\x58\x72\x33\x11\xd1\x4d\x2c\xb9\x0f\x4b\xa7\x6c\x96\xc2\xdb\x8f\xc2\x3f\x9c\x19\x50\x58\x4b\xe1\x1d\xcb\x37\xc9\xc9\x0d\x3f\x74\x58\xb2\x14\xbd\x63\x59\x7f\x38\x39\x70\x13\x26\xf7\x83\xa1\x4b\x93\x79\xec\x65\xa7\x6f\xb0\xbd\xb1\x97\xcc\x12\x60\x1e\x7b\xd9\x09\x33\x62\xc9\xf1\x4f\x98\x25\xc0\x52\x7e\xeb\xf8\x8b\x0d\xcc\x52\x7e\xc7\xc5\x61\x20\x7d\x4f\xa7\x4b\xaf\x25\xb7\x52\xf7\xce\x09\x2f\x3e\xae\xc2\x71\x95\x77\x18\x9c\xf0\x77\x0f\x17\x8e\xab\xfa\x1e\x2e\x1c\x86\x23\xea\x31\xc9\x80\x79\x56\xe7\x4e\xa7\x5f\x43\xce\xe6\xf3\x07\x3b\xd6\xde\x3a\xd8\x0f\x0f\xea\x62\x1a\x02\x4b\xfd\xfd\x84\xfd\xb0\xb7\xa7\x5c\xf8\x77\x43\x72\x53\x27\x8f\x7d\x60\x5e\x02\x4b\x6e\x7c\xa1\x17\xb0\x25\x77\x6e\xa3\x23\x96\x25\xbf\x91\xd2\x2d\xd8\x92\xe3\x66\x32\xc9\x80\x79\x02\xe6\x4e\xf8\x14\x4b\xd3\xe9\x8d\x3b\xf4\x0d\xdd\x64\x1a\x02\x4b\xeb\xad\x94\xfd\xf0\xdb\x24\xf1\x4f\x2c\xb9\x68\x97\xb9\xff\x92\xef\x3f\xfa\x08\x59\x72\x59\x2f\x73\x43\x7a\xe2\xe3\x40\x1f\x21\x4b\xef\x0e\xe5\x86\x4c\x8e\x61\x44\x97\x20\x4b\x7e\xbd\x64\x52\x3b\x43\x94\xe5\xf9\x84\x83\x73\x87\x6e\x22\xfc\x5b\x76\x24\x3b\x22\xfc\x5b\x7e\x37\x24\x2f\x18\xf9\xdd\x4c\x3c\xf2\xb3\x6f\x26\xba\xf0\x58\x8e\xbe\xfa\xbc\x60\x64\xa7\x7b\x22\xeb\x5b\x7e\xe9\x9e\x17\x8c\x9c\xde\x4f\xf8\x86\xdf\xc0\x88\xbd\x6f\x1e\x76\xd9\xe9\xaf\x6c\x39\xbd\x95\x7e\x53\xe8\x59\x8c\x03\xbd\x7e\x2c\xe7\xb7\xeb\x7a\xc3\x3f\x21\x3f\xf2\xb4\xc6\x81\x5e\x3f\x96\x5d\xa7\x48\xaf\x1f\xcb\x2f\xf1\x77\xbd\x71\xfb\x1b\x1c\xbe\xbb\x7b\xd1\x85\xc7\xb2\xc3\x49\xd2\x97\xc6\xde\x10\x47\xfa\xd2\x58\xf6\x23\x8e\xc9\xdf\x2c\xbb\x39\x93\x4e\xd0\x96\xfd\xcc\x63\x36\x38\xcb\xcd\x99\x3e\x59\x47\x71\xe3\x00\x9d\xa0\xad\xbc\xa7\x22\xf7\x7e\x79\x4f\x45\x6e\x75\xcf\xf8\x19\x88\x68\x6f\xc5\xc5\x4a\x3a\x41\x5b\xf1\x4d\x48\x27\x1f\x2b\xfd\x1d\xbe\xf1\x8f\xb7\x63\xfa\xc3\x3b\xf6\xa9\xff\xac\xbc\xa7\x22\x99\x41\x71\x83\x27\xfd\x82\xac\x8c\xf7\x0d\xd6\xe1\x3a\x1e\x7a\x0f\x5b\x71\xb1\x92\xce\xc2\x56\x1c\x59\x8c\x3e\x3d\x56\xa6\x13\x1d\xb9\x83\xa7\x00\x0d\xc4\xab\x37\xcf\xf8\xd9\xe9\xf9\x6b\x65\xf9\xf0\xb9\xd5\x8b\xdf\xc0\xe8\x0a\x6c\xc5\x11\x41\x88\x02\x6f\x9e\xe0\x33\x10\x05\xde\x8a\xfb\x7c\xd1\x1f\xc7\x8a\x1b\xd6\xe8\x2d\x6b\x9e\xf1\x33\xd0\x41\xc7\x8a\x83\x07\x10\x05\xde\x8a\x1f\xa4\x44\x81\xb7\x1a\xbc\x8e\x4f\xa7\x68\x35\xfa\xf0\x3f\x15\xa2\x55\x47\xd0\x21\x4e\xbc\x55\xd7\xe3\xd3\x39\xd6\xaa\x2b\x2a\xe9\x06\x64\xd5\xb5\x1e\xf4\x96\xb5\x37\x60\x88\x7e\x41\x56\xfd\x7e\x45\xf7\x59\xf3\x3c\x9a\x9d\xde\xb2\xe6\x79\x34\x3b\xfd\x58\xad\xfa\x8e\xa2\xdb\xaa\x79\x7c\x50\xa7\x87\xa9\x55\xb7\xf7\xd2\x51\xc8\x3c\x29\x66\xb0\x3f\xa5\x53\xb1\xea\x1a\x48\xc2\xc2\x5b\xad\x3e\x50\x6e\xb7\xea\xba\x09\xc2\xc2\x9b\x27\xb4\xec\x74\xea\xb4\xea\x77\x34\xfa\x19\x59\x05\x6e\x40\xa7\x97\xa7\x55\xbf\xb4\xd1\xf1\xc8\xaa\x5f\xc9\xe8\x78\x64\xf5\xdd\xa1\x5d\x95\x3a\x89\x52\x28\xaf\xfd\xad\x83\x95\xda\xdb\x75\xce\x9e\x9f\x46\xc4\x89\xb7\xea\x67\x4d\xe1\xb9\x59\xdf\xb3\x86\xbb\xab\xba\xc6\x9e\xb0\xf0\x56\x5d\xf3\x40\x18\x17\xab\x0e\x9a\x61\xbc\xe8\xd4\x77\xab\x70\x23\xd4\x77\xab\xf0\xd6\x52\xa7\x6f\x04\x9e\x9b\x75\xfa\x3a\xf3\xdc\xac\x7e\x47\xa3\x37\x93\x55\xbf\x5f\xd1\x83\xd0\x3c\x22\xa9\xd3\x63\xce\xea\xbb\x11\x78\x90\x7a\x9a\xc8\x5e\x34\x85\xae\x53\x2c\x9a\x0f\xe8\x14\x23\x3d\xa2\xac\xba\x4e\x9f\x5e\x66\xe6\xc1\x43\x9d\x4e\x65\x86\xd0\xa0\x23\xf9\x47\xfe\xe1\x53\xc8\x4b\x5b\x83\x51\x2c\xd2\xbd\xc9\x9a\x5b\x76\xe9\x55\x65\xcd\x55\x11\x44\x26\xb1\xf6\x6e\x37\x4a\x1a\x9e\xc0\xb1\x17\x0e\xbf\x41\xf8\x8b\x84\x52\xb7\x86\x1b\x58\x24\x72\xba\x35\xd7\x5e\x14\x0e\xbf\x45\x1f\x1c\xb7\x6c\x73\xc3\x1a\xdd\xac\xac\xf9\x76\xa3\x9b\x95\x35\x40\xe3\x44\x82\xad\x5b\x73\xbf\xa0\xca\x09\x6a\x88\xc2\xed\x95\xb2\x48\xcb\x6f\x1d\x6c\xc5\x37\x24\x1d\xb1\xac\xe5\xb7\xa7\x1c\xad\x0b\x90\xf4\xbb\xb2\x06\x19\x31\x5e\xdc\xf6\x1e\xf7\x14\xe9\xee\x65\x0d\x59\xae\x3b\x3d\xb3\xcc\x73\x3e\x46\xa6\x76\x33\x04\x42\x9d\x3f\x38\x38\x40\xdb\x75\x3a\x5f\x59\x73\xbf\x20\xfa\x5a\x59\x03\xaa\x67\x24\x82\xbb\x35\xbf\x09\xd2\xb5\xca\x3c\x32\x2a\x12\xb0\xdd\x10\x19\x75\xfe\x60\x3f\xaa\xcf\x18\xe5\x88\xe6\x9a\xcb\xaa\x75\xa9\x3e\x63\x5a\x86\xe6\x4b\x49\x39\xc2\x63\xa7\x7a\xd5\xac\x37\x1f\x0b\xe5\x88\xe6\x27\x6b\xd5\x14\xba\x2a\xb3\x6a\xc6\x9a\xcf\x18\x25\x0d\x4f\x13\xd9\xab\xa6\xb0\xbf\xfd\x60\xb3\x7e\x4c\x56\xcd\x98\xf9\x58\xc8\xb6\x90\x15\x32\x74\xfa\x5a\x99\x87\x4a\x45\x3a\xa3\x99\x87\x4a\x45\xba\x9a\x59\xf3\x83\x94\x30\x34\xd6\x86\xf7\x83\xf7\xcd\x36\xde\x9e\xb2\x1f\x7e\xd4\xd2\x1b\xcb\x3c\x98\x2a\xd2\x19\xcd\x1a\xd4\x31\x91\x29\xd5\xac\x2d\xef\x07\xa5\x95\xe6\x76\xf8\xaa\xa5\x5c\x6f\xb3\x7c\x63\xfb\x52\x52\x8e\x68\xee\xc3\x52\xb5\x94\xdb\xa9\x90\x72\x44\xf3\x83\xb4\x6a\x6d\x9f\xf7\x13\xd6\xf1\xf8\x42\x15\xfd\xf1\xf6\x83\x75\xbc\x1c\xa6\xe8\x0f\xef\x98\x16\x0a\x51\x15\xf1\xaa\xfa\xc3\xd7\x85\x22\x61\x77\x23\x05\x9d\x8d\xac\xbb\x1d\xbe\xa6\x3f\x1d\x60\x48\x13\x19\x3a\x3d\x91\xac\x07\x5f\x34\xea\xf2\x7a\x78\xbb\xf0\x4d\x96\xc7\x4e\x45\xfa\x6e\x59\x7f\xb9\x0d\x45\x88\x8e\xf8\x89\x48\xaf\x2a\xeb\xae\x2b\xa5\x9f\x91\xf5\xe8\x95\x52\xa6\xe8\xce\x7e\xe8\x78\x64\x1e\x7f\x15\xe9\x66\x65\x1d\x6e\x89\x91\xc8\xe9\xe6\xe1\x56\x9d\xae\x49\xd6\x93\x13\x0f\x99\x7e\x47\x92\xfd\x48\xa0\x74\xeb\xf9\xad\x94\x5d\x77\x3f\x34\xba\x26\x59\xcf\x6f\xd7\x39\x16\xbf\x6f\xd2\x25\xc8\xfa\xcb\x4b\x78\x5c\x77\xf7\x42\x24\xde\x8e\x21\x20\xeb\xbc\xc1\x9e\xba\x0f\x19\x01\x78\xac\x17\xef\x29\x0f\x9f\xfe\x32\x17\x52\x42\x47\xda\xbb\x4e\xa7\x21\xeb\x2f\x73\xe1\x09\xdf\xab\x6f\x7b\x0a\x90\x1e\xb2\xd5\x2b\xe5\x45\xcf\x70\xd9\xe9\x45\x64\xfd\xdd\x7f\x5a\xdb\xe1\x4c\x8e\xe7\x77\x1f\xef\x27\x6c\xc5\x8f\xeb\xaa\xc5\x9e\x3e\x85\x3c\xd0\xfb\xf4\x8e\xf1\xcc\xeb\xd3\xa9\x9a\x67\x5e\x9f\x3e\x5a\x1e\x71\x7d\xfa\xba\xf0\x88\xeb\xeb\xad\x94\xad\xb8\x37\x72\xe5\x81\xde\xd7\xdb\x8a\xfe\x78\x87\xcf\x39\x5d\x3e\xeb\xa6\x3f\x7c\x29\x79\xa2\x79\xa8\x54\xaf\x22\x3a\xb8\xbd\x44\x26\x6e\xb3\xee\xce\x5c\x95\x32\x27\x12\x38\x9e\x37\xbe\x9e\x9a\x1b\xe9\x09\xe2\x63\xf6\x6e\x20\x2e\xa5\xc7\x2c\x75\xfa\xd2\x98\x21\x03\x52\x24\x0c\xba\x59\x78\xeb\xd0\x1f\xbe\x2e\x14\x3d\x3c\x88\x29\xd2\xc9\xce\xcc\x8f\x7c\x02\x01\x99\xc5\xb7\x15\xbe\xe1\xca\x1b\x7a\xdb\x98\xf9\x09\x4f\x27\x3b\x33\xe8\x6a\x22\x7d\xea\xcc\x7c\x13\xd2\xa7\xce\x0c\x68\x78\x31\xf0\x58\x30\x84\x38\xc6\xc0\x63\xc1\x7c\x03\xd1\x1f\xce\xcc\x95\xae\xf4\xe9\x31\x83\x49\x23\xd2\x1f\xce\xcc\xb5\xb0\xf4\xe9\x31\xa4\x89\x3c\x6f\xb0\x1f\xef\x16\xe3\xca\x99\x6f\xb1\x40\x86\x6d\xae\xa7\xa5\x2f\x8d\x79\x98\x53\x24\xc8\xb9\x79\x98\x53\x64\x36\x38\xf3\x50\x9e\x4e\x6f\x1b\x33\x37\xac\xd1\xb9\xc6\xcc\xde\x3a\x58\x29\x30\xe1\x3a\xb1\x7e\xcc\xe0\x20\x10\xe9\xca\x67\x88\xfe\x39\x7f\xb0\x0e\x3f\xf3\xe8\xb9\x67\x06\xa0\xd8\x4e\x34\x20\x33\xf8\xf7\x47\x7a\xee\x99\xf9\x26\xa4\x4f\x8f\x21\xc5\xe3\x79\x83\x7f\x4c\x9f\x20\x1e\xb5\x9e\xa3\xb1\xd3\xdb\xc6\xcc\xf7\x1c\x3d\xf7\xcc\x53\x32\xf6\x46\x09\xd0\xdc\x7c\xd7\xb4\xfa\x48\x81\x10\x89\x85\x6e\xb6\x7c\x70\xe4\xfc\x9e\xa3\xb1\xd3\xfd\xc6\x90\xa3\xf1\xbc\xc1\x4a\xf7\xdb\x0a\xeb\x70\xef\xb4\x26\xfa\xd8\xbe\x0c\x3c\x8c\x3d\x8b\x63\xa7\x83\x8e\xd9\xed\x14\xc4\xd3\xd9\xee\xb7\x15\x36\x7b\xfb\x7c\xe4\xbf\x78\x21\x9a\xb9\xc1\x90\xfe\x3d\x66\xf7\xdb\x05\xf6\xc9\xc3\x03\x9a\x68\xf6\x79\x5b\x64\x9f\x00\xbc\x11\xe9\x86\x67\xe6\xa7\x2c\x1d\x7e\x6c\x5c\x6f\x1d\x89\x7f\xf8\x2a\x92\x44\x91\x04\xf2\xd4\xd1\xf8\xc7\x5b\xe9\xd7\x8f\x11\x9c\x78\xc8\xe3\x87\x1f\xb5\xf4\x98\x33\xcf\xf9\x18\x09\x72\x6e\xc3\xef\x02\x84\xe8\x31\x44\x35\x9d\x37\xd8\x31\xd7\x4c\xd1\x03\xc8\x10\x80\x74\xde\x60\x4f\xfd\x64\xa5\x4b\x90\x8d\xe4\xbb\x8b\xa7\xc0\x48\x6f\xb3\x85\x7f\xf8\x14\x92\xe9\x8f\xec\x75\x90\xcc\x07\xc0\x73\x3a\x1d\x7e\x6c\x64\x27\x2f\xca\x00\xc3\x19\x03\x1d\x7e\x6c\x64\x5f\x56\x0a\x05\x9e\xe2\x31\x12\x8f\xdc\x86\x2b\x7f\xe9\x12\x64\x9e\xf3\x31\x32\xb5\x9b\x8d\xf2\x56\xca\x8e\x39\x63\x68\xa4\xea\x51\x7c\x2c\x4d\x75\xf8\x52\x92\xcc\x87\x1b\x70\x88\x0c\x64\xa3\x7a\xd7\x29\x14\x0c\x3f\x7b\xe9\x17\x64\xe3\xdd\xb2\xa4\xd9\xf1\x6e\x59\x9e\x13\xe3\xdd\xb2\x54\x23\x8c\xf9\x7e\xc2\x4a\xa7\xb3\x52\x0a\x16\xc3\x4f\x45\xfa\xd4\xd9\xf0\x23\x8e\x88\xe5\x36\xde\x1d\xca\xa3\x65\x6c\xa7\x20\x1e\x2d\x63\xbf\xad\xb0\xd2\xfd\x7e\xc2\x7e\xdc\xef\x27\x7c\xe3\x76\x8e\xc5\x73\xc2\x33\x18\x76\xfa\x16\x99\x67\x30\x8c\x74\x7f\xb3\x71\x3b\xd1\x91\x83\x23\x83\xe1\xf9\x83\x3d\x05\xe8\x55\xa7\xb3\x91\x79\x8c\x4e\xa4\xfb\x9b\x8d\xc7\x97\x92\x47\xbe\xe7\x38\x8c\xf4\x76\x33\xcf\x60\x18\x89\xca\x6d\xf3\x8a\xfe\x47\xe0\x1f\xef\x1b\xdf\x27\x08\xb8\x39\x7f\x34\xfe\xf1\x7e\xd2\xf9\x47\xf5\x3f\x8c\x7f\x0c\xef\x69\xe4\x1f\x98\x31\x3a\xc8\xd9\xf4\xab\x32\xbd\xa0\x6c\xc6\xf7\x93\x6f\x2c\x33\x39\x33\xa0\xb5\x60\xba\xac\x4a\x7c\x68\x9b\xd0\xf5\x46\x82\x3d\xdb\x74\xf7\x1b\x3a\x4e\x99\xe7\x02\x8c\x74\x90\xb3\xe9\x82\x27\xb1\x9d\x6d\x66\x27\x5c\x6e\xf5\x09\x53\x48\xa4\xfb\x9b\x79\x72\xc0\x2e\x87\xa5\x59\xde\x4a\xd9\x8a\x0b\x9e\xf2\x4f\x9a\x2e\x45\x12\xec\xd9\x66\x7d\x5b\x61\xa5\xd0\x35\x45\xa2\x3f\x1b\x02\x53\xce\x1f\x1c\x1c\xcc\xff\x91\x3e\x70\x86\x28\x93\x53\x07\x9b\x35\xff\x84\xc7\xe4\x74\xeb\xa5\x3c\x98\x90\xd8\xef\xbc\xc1\x8e\xd9\xdb\x0f\x36\xeb\x5b\x8c\x4e\x71\x36\xfd\xae\x28\x77\xa4\xe9\xc2\x2b\xbd\xe4\x6c\x0e\xef\x07\x39\xcc\xf4\x3d\x47\x2f\x39\x9b\x7e\x57\xa4\x97\x9c\x4d\xdf\x73\x74\x8a\x33\x4f\xca\xd7\xe5\xd2\x34\x97\xf7\x83\xcc\xc0\x93\xf2\x45\xe6\x25\xb3\xe9\x21\x6c\x72\x7a\xf2\xa4\x7c\x31\xe6\xfc\x97\x03\x6c\xfa\x81\x48\x8f\x39\xf3\x7c\x7c\x5d\x2e\x52\xd3\x9d\x64\xe4\x11\xe5\xc9\xf5\x22\x7d\xea\x6c\x5d\xbe\xf0\xbc\x5f\xad\xeb\xed\x75\xe7\x1f\xcb\xff\x30\xfe\xe1\xcc\x96\x8c\x72\xb9\xdc\x2a\x27\x2a\xcf\xa5\xd7\xe5\x22\xb5\x82\x2f\x3c\x39\xc5\x72\x37\x1a\xb9\x48\xad\xe8\x73\x43\x3e\xb0\xe2\xfb\x06\x9b\x4d\xbe\x02\xdc\x3b\xcb\xd5\x4c\x8d\x6c\x70\xf9\xf1\x44\x9c\x67\x5b\x7e\xcf\x23\x0a\x96\x2d\x3f\x9e\xe4\x64\xb7\xdc\x75\x4d\x6e\x56\xcb\x65\xce\x46\x56\xba\xb2\xef\x72\x1e\xb5\xeb\x3d\x38\xc8\x5b\x97\x6b\x73\x22\x37\xd3\xaa\x3e\xda\xaa\x37\x7c\xd6\xb9\x55\x3c\x68\x27\x12\x53\xd9\x56\xf3\x85\x27\x99\xaf\x97\xb7\x92\x61\x2f\xe7\xad\xcc\xa0\x66\x9e\xeb\xad\xcb\x33\x6b\xdd\x6f\xd7\x59\x87\x6b\x0d\x08\x8b\x65\x9e\x96\x2d\x32\xe9\x9a\x6d\x77\x0b\x26\x0a\x96\xed\x77\xb1\x49\x41\xfb\xe5\x8b\xa4\x20\xcf\xc2\x16\xe5\x63\x88\x78\x92\x53\x47\xe4\x1f\x3e\x63\x5c\xdb\xed\x4a\x46\xb9\x14\xee\xe8\x75\x70\xe5\x76\x7c\x7b\xca\x66\xfd\x4e\xd2\x78\x0a\xec\xe4\xc3\xe7\xba\xec\x77\x6d\x79\x2c\x6c\x97\x23\x88\x87\x6c\xdb\x95\x7b\xcd\xf4\x87\x13\x2e\x6f\x82\xdb\x45\x7f\xa2\x1d\xdb\x7e\x99\x9c\x66\xac\x3a\x1f\xd0\x04\xb9\x9f\x14\x01\xbc\x6c\xbb\xc3\x20\x01\xbc\x0c\xb1\x2c\xe7\x13\x76\xfd\x5d\x5b\xf5\xb4\x79\xb3\xea\x58\xf7\xae\xab\x63\x86\x7e\xc8\xb5\x71\x23\x3c\x38\xca\x71\x71\xfb\x7d\x22\xf1\xc6\xb1\xa1\x61\x8f\x89\xd7\x07\xa4\x43\x3b\x1d\xd3\x1b\xcb\xdf\x60\xc7\xfc\xca\x2e\x4f\xb5\x0d\xa8\x92\xde\xf5\x06\xd2\x4a\x44\x79\x43\x6e\x18\x80\x63\xe2\x31\xb9\xfd\x42\x2e\xe7\xc7\xbd\xde\x3a\xf8\x09\xd0\x85\x22\xd1\x8e\x6d\xc3\xd4\x14\x89\x76\x6c\x48\x98\x76\xfe\x60\xb3\x00\xae\xee\x44\x27\xb3\xed\x3a\x34\x62\x19\x9b\x67\x3f\x8b\xc4\x32\xb6\xfd\xbc\xcb\xc0\x29\x7c\xbc\x15\x9e\x8a\xdb\xa5\x04\xf9\x4b\xee\xc7\xbb\x4e\x41\xfc\xbe\xbc\xa7\x3c\x26\xef\xeb\x7d\xe3\x6b\xe5\x76\xe2\x97\x03\xe5\xed\x42\x01\xe1\xca\xec\x0d\x4c\x21\x3a\x99\xdd\xee\x20\x40\x30\x32\xbb\x9d\x3e\x08\x4c\x6c\x9e\x98\xab\x13\x7b\xcc\x6e\xb7\xc0\x10\x6a\xcc\x6e\x37\x89\xca\x17\xef\xf6\x93\x55\x4e\x98\xc8\xd4\x75\xfe\x60\x1d\x4e\x52\x72\xc2\x44\xaa\xad\xf3\xc7\xb7\x72\xb7\x39\x05\xf1\x88\xbb\xcd\x67\x3d\xe8\x0f\x70\x29\x79\x54\xde\x7e\xcd\x95\xfb\x9e\x47\x66\x44\x79\x54\xde\x7e\x18\xf7\xf8\x97\x84\x96\x76\xbf\x34\xcb\x13\xf2\xf6\x3b\xb0\xfc\xf2\xee\xe1\xbd\xe6\x11\x77\xbb\x45\x47\x5e\x77\xf7\xf4\x65\xe5\x89\x76\x7b\x74\x95\xdc\xf0\xee\x97\x44\x79\xc4\xdd\xee\xb4\x20\x37\xbc\x7b\xf9\xb2\xf2\xcc\xbb\x97\x6f\x15\x9e\x79\xb7\xbb\x35\x74\x2d\x9a\xfb\xc4\x13\x76\xcc\xee\x97\x88\x29\x1e\xde\x2e\x61\x13\x87\xcc\xee\xed\x7b\x98\xe2\xe1\xbd\xbd\xeb\x14\x0f\x6f\xf7\x95\x90\x5f\xde\x7d\xfb\x3a\x17\xfd\xe1\x3d\xe5\x11\x77\xdf\x6f\x2b\xfc\xc3\xc5\x65\x42\xf5\xda\xfd\xbc\x3d\xe5\x68\x5f\xba\xe7\x59\xf3\x5c\xde\x0a\x8f\x96\xc7\xe5\x67\xf9\x4b\x3e\x97\x2f\x14\xe5\xa3\xc7\x23\xd8\xe5\xdb\xf7\xb8\x40\x4d\xac\x5a\x7b\x5c\x55\x25\xdf\xbe\x27\xbc\x75\x64\xfe\xe1\x1b\x81\x27\xc9\x13\x7c\x97\x53\x8e\x78\x5c\x55\x25\x77\xc0\x27\x7a\xc7\x28\x58\x20\x48\xe5\x08\x72\xec\x47\xf2\x56\x78\xe4\xbf\x31\x29\xf2\x20\x7c\x5c\x06\x20\x02\xac\x3d\xf9\x1d\x0b\x9b\x75\x57\x5a\x39\x0c\x3e\xc5\x7b\xda\xf5\x87\x93\x39\x09\xe6\x71\x19\x20\x75\xfd\xe1\x04\x43\x0a\xf2\x4c\x6e\x31\x75\xfd\xe1\xdb\x8d\x32\xd1\xe3\x67\x4d\x32\xfd\xe1\xcc\x85\x32\xd1\x53\x9d\xfb\x9a\xfe\xf0\xd3\x88\x44\x87\x5c\x6f\xe7\x0d\xfd\xe1\xcd\xf2\x64\xf5\x5c\x6f\x9d\xc8\x62\xf6\xb8\x01\x87\x40\x62\x86\x2c\x6c\xe7\x13\xfe\xe1\xa1\xdf\x9d\x54\x88\xb4\x6c\xe7\x0d\xce\x87\xfb\xa2\x77\x92\xe5\x63\x6f\xc7\xf4\x86\xd3\x3a\x35\x75\xcf\xf0\x19\xa3\x62\xce\x43\x68\xa2\xbc\x43\x9f\x51\xfc\x8f\x77\xb4\x63\xbd\x54\xc8\xc7\xf5\xef\xbf\xc4\xf8\xf3\xb1\x42\xff\xf7\x5f\x66\x98\xf3\x58\x48\x33\xf9\xf3\x18\x50\x5c\xf8\x1c\xf1\xb9\xca\xef\x53\x5e\x58\x7d\xf2\x72\x3d\x37\x94\x57\x3e\x1f\x1e\x51\xf8\x79\x7a\xf0\x3a\x8b\x11\xfa\xa4\xda\x72\x40\x71\xe3\xf3\x38\xb5\xfd\xbc\x7e\x96\xf6\x5b\x83\x81\x80\xf4\x44\x23\xc7\x58\x00\x78\x2a\xec\x3b\x42\xa0\xd4\x15\xdc\xde\x0a\xeb\x86\x8a\xf3\xd3\x1e\x0d\xe4\x8b\x4e\x34\x87\x0c\x4f\x17\xfd\xf1\x87\x81\xcc\xcf\x99\x11\x8c\x03\x11\xe6\x89\xc6\x92\xb1\x70\xad\xd3\x34\x9d\xf3\x2c\xd1\x52\x32\xd6\x21\xb0\xcc\x78\xc7\xb1\xce\x69\x96\x68\x38\x19\x0b\x78\xc2\x95\x8f\xbd\xa1\x98\xad\xf5\xb3\x68\x54\x7a\x8e\x85\x0b\x60\x63\xdf\xcd\x3b\xc3\xda\x41\x79\x8d\x7d\x3f\xe7\x4f\x66\x1c\xe0\x40\xe6\xe7\x74\xe9\xf3\x51\x51\xfe\x17\x83\xd6\x40\x52\xe8\x74\xa9\xf2\x73\x6d\xcc\x54\x0f\x8e\x05\xf9\xa9\xb3\xee\x89\x15\xed\x2c\x9e\x98\xe6\xce\x25\x9b\x03\x9f\xb3\xeb\xe7\x5c\x4a\x34\xfe\x8c\x85\x63\x49\xf3\xb6\x2e\xbc\xce\xea\x71\xe1\x34\x3d\x82\x1a\x3b\xe7\xe9\x9c\x61\x99\xaa\xb9\xb1\xa0\xa4\x35\x3d\x62\x22\x3a\x57\x69\xf5\xf3\xcc\xbe\xae\x89\x62\xce\xdb\x02\xb9\xb1\xeb\xdb\x87\xc2\x45\xda\xa8\x8d\x3d\xdf\x98\xd5\xac\xd7\xb1\xe4\x9d\x43\xb9\x9d\xe0\xf8\xe8\xc5\x1c\xca\x3d\xfe\xfd\xc7\x8c\x1a\x63\xdd\xde\x17\x76\xfd\x3e\x7d\x09\xac\xfc\xde\xa7\x31\xed\xb3\x1b\xd3\x68\xfc\xfc\x9c\x77\xb9\x69\xa3\x1d\xb9\x2f\x89\x22\xce\xe9\x97\x9b\x36\xd6\x83\x45\x36\x56\xff\x80\xfe\xb4\xb3\x9e\xd3\xd9\x4f\x2b\x3d\x90\xea\x9a\x51\x39\x03\x17\xa8\x44\x73\xd4\xd8\x87\x23\x51\xc4\x1c\xfb\x2a\xa7\xb2\xef\xaa\x38\xf6\x55\x4f\x71\xe2\x23\xa8\x95\x7b\x7e\x1f\x86\x45\x39\x70\xec\x80\x79\xfa\xae\x09\x03\xe9\xad\x99\x9d\x62\xe0\x5a\x95\x68\xe8\x1a\xfb\xb0\x37\xa6\xa6\x18\x1b\xec\x8d\x77\xf0\xb1\xc1\xde\x12\xdb\x8e\x20\x00\x92\xdb\x8e\xa7\xb1\xc4\x81\x44\x10\x6b\x57\x6d\x58\x14\x92\x1f\xf2\x66\x53\x54\x1c\xb8\x7c\x25\xda\xc7\xc6\x3e\xbc\x90\x72\xe2\xd8\x09\x6b\x66\x6c\xfc\x1c\xb9\x89\x29\x82\xc7\xce\x20\x20\x7d\x7e\x6e\xe1\x0c\xba\x19\x3b\x77\xbc\xce\x91\x9f\x3b\x39\x43\x70\x06\xf2\x6f\x53\x22\x1c\xb8\xe6\xa5\x40\xea\xdc\x87\x37\x52\x1c\x1c\xfb\x9c\xdd\x29\x90\xc1\xec\xc3\x2b\x29\x0b\x8e\x5d\x0f\xf9\x30\xa8\x65\x20\x31\x37\xd3\x3c\x0c\x60\x23\xe4\x2e\x7a\x38\xbc\x93\x49\x87\x07\x60\x0f\x28\xbf\x0d\x5c\xfd\x32\xc1\x6a\xc7\x6e\x3e\x10\x95\x1f\x02\xe8\x5a\xb3\x23\xd7\x33\x21\xc2\xd8\x47\xaa\xcf\x5d\x6b\xd6\x2b\x3e\xe7\x48\x3b\xaa\x4f\x1c\x5a\x3f\xb3\x5e\xd9\xb7\x23\xe1\x27\x1a\x0b\x07\xf0\x0f\x28\xc3\x0d\x5c\x21\x33\x45\x96\xb1\x6d\xe2\x75\x96\x1f\x61\x9c\xd9\x08\xc6\x06\x2b\x25\x36\xc7\x00\x12\x42\x22\x34\xc7\xd8\xf3\xac\x61\x17\x31\x4f\x6c\x9c\xc0\xe7\x85\xea\x38\xaf\x0b\xcb\xa0\x79\x06\x43\x22\xa3\xde\xcb\x4e\x6d\x3f\xaf\x83\x47\x68\xde\x37\x96\x89\xec\x0f\x77\x48\x0a\x79\x63\x83\x61\x11\x9e\x63\x6c\x30\x2c\x51\xf3\x3e\x13\xf5\xf3\xf1\x3e\x6f\x93\xb1\xef\x23\x65\x53\x1e\x1c\x1b\xec\xab\xff\x25\x1d\xc9\x00\x40\x42\x0a\x62\x10\x87\x3b\x65\x13\xe9\xde\x58\x13\x71\x88\xe7\x42\xb9\x9e\x41\xbc\x62\x11\xcf\xe9\x29\x99\x1b\xee\xac\xd9\x34\xe9\x0f\x36\x52\x64\x57\x8f\x28\x4f\x71\x70\x00\x48\x21\xd3\xb3\x7a\x20\x37\x37\x45\xae\x71\x1f\x81\x29\xd3\xad\x7a\xdc\xd7\x99\x07\xee\xc2\xfb\xf2\xca\x1b\x9f\x9f\x7f\xff\x51\x1c\x1b\x77\x40\xd7\xb9\xc0\x77\x38\x0c\x87\x23\xbd\x43\xc4\xd7\x6c\x2c\x80\x7e\xb8\x17\x6e\x48\x67\xdc\x0a\x37\x98\x1b\xed\xa3\x03\x39\xc1\x13\xcd\xa3\xe3\x8e\x87\xbc\x4c\xd5\x45\xd0\x0f\x19\xd6\x7d\xf8\x59\x36\x55\x7f\xf8\x19\x03\x78\x06\xb0\x1d\x18\x8b\x33\x90\xe9\x3b\xd1\x2c\x3a\x80\xe3\x40\xc4\xfd\x81\xbc\xdf\x99\xb0\x82\xe3\x4e\xde\x39\x0e\x35\x47\x94\xb3\xf1\xec\x9d\xe1\x4c\x65\x74\x86\x2c\xe9\xce\xde\x1c\x9b\x87\xb0\x17\xf4\x88\x9d\x47\x6e\x0a\xbc\x87\x4c\x0f\xe8\x81\x14\xe2\x8c\xa4\x19\x77\xc1\x89\xa6\xde\x1d\x06\x47\x34\xfc\x01\x70\x88\x4c\x37\xe5\x71\x97\x33\x73\x24\x11\x64\x1b\xcf\x04\x11\x1c\x37\x38\x1a\x31\x04\xc7\x7d\x38\x5a\xd6\x3a\x54\x6c\x3c\xf2\xe2\xbb\x62\x6a\x28\x2d\xde\xe7\xc6\xc1\x98\x95\x71\x37\xef\x1b\x5b\x6b\x60\x59\x9a\x09\x70\x44\xba\x19\x8f\xbb\x81\x42\x29\x06\x03\x62\x22\x05\x0d\x1d\x2c\xce\x28\x7c\xde\x1d\xfb\x2b\xeb\x7d\x4c\x1d\x99\x18\x74\x16\x29\x68\xf0\x86\x95\xa0\x60\x03\x2c\x89\xc4\x3c\xd6\xe3\x3e\xb7\x8e\xac\xe6\x0e\xcf\xcb\xaa\x7d\x82\x66\xc9\xde\xa1\x39\x28\x74\x17\x1c\x80\x88\xc8\x2a\x3e\x22\x5a\xb9\xb4\xae\x87\xe5\x31\xbc\x64\xdc\xeb\x3e\xc5\x91\x8d\x6d\xec\x10\x9e\x16\xf7\xe1\x61\x0c\xfa\x18\xd0\x28\x94\x4b\xdb\xef\xf0\xb0\xac\x89\xdf\x58\x18\xad\xe3\x9e\xe7\x75\x2d\xdc\xe1\x71\x0c\xee\x18\xd0\x0b\x30\x92\x63\xdc\xb7\xcf\x03\x1b\x3b\x32\x58\xb9\x44\x53\x47\x08\xcb\x95\x5d\x73\x19\x4c\x8d\x43\x08\xa3\x10\x7f\x3b\xd7\xa2\x9c\x03\x15\x43\xd6\x22\x3f\x98\x46\x5e\xcc\x00\x71\x91\xb5\xe6\x0f\xd6\x50\x5d\x7d\xd0\xf3\xaf\x6b\xcf\x11\x9a\x0a\xa1\xc9\xc6\x73\x41\x98\xf8\xde\x86\xa2\x81\x31\x1a\x03\x4a\x84\x44\x03\xf4\x78\xa2\xb7\xfd\xf5\x05\xa0\x15\x8c\xbe\x18\x4f\xf2\x9e\xb3\xf2\x54\x4e\x63\x64\xb8\xc8\x1d\x9f\x82\x3a\x73\x2e\x7d\x45\xe2\x22\x32\xc7\x27\xda\xaa\x07\xb4\x0b\x89\x96\xe9\x01\xe5\x42\x39\x02\xe2\x1f\x0e\x8f\xe7\x5c\x19\x19\x6f\x31\x00\x96\x51\x24\xff\x3d\x19\x04\x41\x81\xef\xc9\x05\x27\x2e\x1f\x31\x4f\x94\xe8\x1e\x67\x4a\xbc\x32\x22\x41\x3d\xc3\x19\xc6\x93\x71\x12\x69\x1e\x8b\x9f\x44\x7c\x3c\x04\x21\x69\xe0\x29\x3e\x30\x76\xa6\x62\x63\xf1\x11\xa2\x0a\x4f\x96\xc7\xb7\x31\xef\x42\x4f\x07\x93\x61\x65\xb8\xf4\x11\xe1\x65\x20\x35\x3c\x63\x20\xc6\x63\xf1\xb4\xcd\x5d\x09\x6d\x02\x91\xce\x07\x74\x09\x0c\x6e\x18\x50\x1c\x24\x9a\xb6\x07\x72\xb3\xa7\xa0\x81\x4e\xbc\xce\x69\x99\x18\xb7\x06\xba\x30\xcb\xec\xf9\x42\xcf\xb5\xc0\x0b\xf3\x40\x59\xe1\x39\x37\x25\xc6\x2b\x0c\x64\x64\x2f\x3f\x8d\x63\xd3\xf2\x4c\x04\x30\x46\xa2\xb9\x7b\x3c\xfb\x0c\x94\xfc\x03\xb9\xd8\x13\x8d\xdf\xe3\xd9\x5e\xdb\xf7\x78\x9f\x15\x8d\x9a\x97\x1b\xd3\x26\x02\x38\xdb\x8c\xa8\xd8\x03\x60\x17\x29\x88\x00\xce\x36\x23\x24\xf6\xbc\xae\x33\xab\x4c\x45\x3c\x91\x4d\x3d\x11\x01\x66\x22\x99\x3a\xd1\xaf\xe7\x75\x79\xd7\x8d\xcf\xa7\x6f\x51\x6f\x1f\x59\x81\x7d\x9b\xc8\xab\x4e\x20\xec\x79\x85\x84\xe2\xc0\xe7\x53\x79\xd2\xdb\x37\x7a\x5e\xf9\xfc\xe0\xf5\xf8\x3d\x47\xd4\x96\xd8\x99\x73\x99\x49\x4c\x80\x3d\x91\x3d\x9d\x08\xd9\x13\xb9\xd3\x13\x93\x5d\x4f\x64\x4a\x67\xe0\xc4\x04\x62\x05\xa3\x24\x26\x12\x9a\x13\xd6\x7a\x02\x9c\xa2\xd0\x8e\x36\x91\xde\x9c\x20\xd7\xf3\xc2\xe1\x4c\xc7\x80\x79\x9d\x6d\x44\x84\xeb\x79\x65\x9f\x07\x7d\x7d\x46\x96\x39\xee\x82\x25\x6c\xec\xe9\xb9\x7d\x30\x23\xee\x04\xca\x45\xa1\x31\x6d\x02\xe4\x82\xf9\x71\x27\x92\xa2\x17\x9a\xd6\x26\x20\x2f\x12\x5d\x10\xe6\x55\xb0\x26\x4d\xef\xef\xf3\x39\xbb\x5a\x30\xcb\x4d\xcf\x98\xe5\xc0\xbe\xd7\x33\x4d\x99\x5d\xaf\x98\xe4\xc0\xbe\x1f\xc9\x80\x78\xd5\xf3\xaa\x68\x3c\xb0\xaf\x38\xea\x99\x1e\x7b\x5e\x0d\xf4\x63\xfc\x1c\x8a\x21\x62\xff\xcc\xeb\xb0\x08\x42\x57\xcf\xab\xfb\xe7\xec\xdc\x61\x11\xa5\x70\xa2\xba\xb7\xc6\xce\xf5\x1b\x04\xc4\x67\xf3\xda\xd9\x3b\xdc\x5e\xe8\x26\x31\x2f\x30\x89\xca\xd6\x46\x3a\x9f\xab\x33\xc3\x2f\xea\xec\xec\x18\x78\xe6\xfb\x13\xf7\xfc\xc8\xee\xcc\x73\xb4\x6b\x9d\xc0\x63\xa2\xf6\xd6\x3c\xeb\xd8\xd8\xb9\x55\x41\x9e\xac\xfd\x9c\xfc\x89\xee\x16\xf3\x5a\x0f\xca\xd9\x1b\x70\x8d\xce\xcf\xef\x08\xf2\xfd\x4b\xe0\xeb\xbc\xee\x33\x32\x63\x47\x6f\x6c\x34\xad\xda\x7d\x78\xa7\xb1\xa3\x37\x34\x10\x91\x2d\x43\x0e\x88\xda\xf5\xe7\xa0\x67\xc0\xc8\x0c\x17\x36\x12\xc9\x37\x5c\x20\x11\x72\x01\xa4\x44\x4f\x74\xe8\x98\x01\xa7\x2f\xfd\x39\x66\x08\xd8\x4b\x9d\xf5\x05\x4c\x04\x27\x26\x04\x4c\xc4\x77\x86\xcd\x70\xf6\x35\x03\x14\x66\x48\x98\x47\xb2\x28\xa4\x31\xa7\x8b\xff\x0c\x50\xb1\x8a\x8b\x84\x23\x96\x17\x5e\x41\x66\xc8\x20\x31\x72\x91\x70\x0e\x50\xba\xea\xcf\xe0\x3b\x9b\x8c\x00\x88\x19\x85\xe1\xf8\x33\x14\xff\x9c\x83\x3b\x9b\x95\xb0\xa2\x33\x9c\xcd\x47\x0c\xd1\x19\x0a\x18\x41\xe6\xf3\xd9\x5c\xc4\x0b\x9d\xa1\x82\x2f\x44\x3d\xa3\xef\xdc\x7c\xa1\x61\x2f\xaa\x73\x2d\x9c\xcf\xf5\x88\xc6\xf4\x36\x36\xba\xfa\xd2\x07\x9e\x59\x7e\x76\x0f\x73\xd2\xce\xd0\xc1\xb3\x34\x92\xbe\x4f\x31\x2b\xef\x58\x15\xee\x3d\xa4\x4b\x2f\x99\x3c\x0e\x80\x1a\x89\xca\xe8\x19\x7c\xef\x15\x7e\x7f\x84\xec\x5a\xf4\x3a\xe6\xb5\x70\x59\xce\x56\xa4\x6f\xfd\x0c\xbe\xf5\x0a\x57\x65\x94\x53\xcc\xa1\x8c\x0a\x0e\xa9\x67\x90\x54\xe1\xd0\x06\x1a\x63\x5f\x07\x08\xb8\x70\x68\x67\xe3\x56\x75\x15\x4a\x58\x3a\x6b\xcc\x70\x36\x6a\x62\xc6\xed\x19\x8e\x88\x5e\x35\x92\x8d\xaf\xd9\x16\xb4\x0a\xd4\x75\xcf\xb0\xf1\x36\xdb\xda\x58\x53\x6e\x2e\xa4\x44\xaf\x7a\x1b\x6a\x04\xba\x81\xcc\x70\x9f\x25\xfd\x79\xc4\x56\xac\xfc\xfa\xc6\xd1\xc0\x03\x17\xb9\xd0\x69\x10\x98\x01\x9a\x03\x2a\xce\x67\x78\x4e\x57\x2b\x67\xf1\x39\x14\xc0\x3c\x24\x33\x1c\xa1\x9a\xd8\x97\x33\x1c\x99\xba\x50\x6e\x99\xe1\x39\x14\xf0\xc9\x86\x33\x5e\x67\x52\xc9\xde\x90\x20\x3d\xd1\x1b\x65\x46\x3f\xcd\xd9\x18\xd2\xa3\x17\xc9\x0a\x80\xfa\x20\x8e\xe4\x44\xb2\xf4\x22\x59\x21\x06\x3b\xc5\x6c\x0c\x4c\x41\xb2\x42\x0c\xa0\x97\xaa\xd7\xd1\xd7\xa4\xea\x4e\x5f\x3f\xb1\x78\x46\xe7\x21\x55\x9f\x3f\x78\x9d\xd5\x1f\xd9\xa1\x7e\x02\xdb\x8c\x2e\x3a\x70\x26\x62\x04\x45\x68\xe8\xe9\xec\x7a\x66\x97\x98\xc8\xe3\x9e\x74\xa6\x02\x60\x84\x3e\xf9\x13\xf0\x22\x49\x67\x6a\x3c\xb2\x05\x3d\xf4\x27\x52\xba\x27\xda\x2b\x26\x32\xba\x27\x1a\x28\x66\x84\x78\x50\x48\x7f\xc8\xbf\x4e\xf7\xfd\x89\xec\xeb\x89\x19\xbb\x67\x04\x8f\xf9\x79\x04\x0d\xf0\xa0\x88\xe0\x31\x3f\x8f\x98\xd8\x3f\xc5\x9b\xce\xe8\xc7\x79\x67\xcf\x2a\x66\x5d\x8b\x58\x31\x12\xd3\x33\x7a\xae\x55\x74\x06\xc6\xe3\x1e\xf9\xd9\x13\x93\x7c\xcf\xd8\x41\x23\xc6\xbe\x43\xe6\x8f\x3c\xa8\x22\x64\x7e\x86\x11\xce\xd8\x0f\x91\xe8\x75\xcb\xff\xfe\xa3\xcb\xfd\x8c\x87\xa7\x14\x06\xd9\x4d\xe0\x8d\x24\x7a\xcc\xcc\x38\xce\x2a\x12\x68\x7c\xc6\x73\xde\x37\xbd\x7e\x78\x4e\x61\xb0\xdc\x8c\xc3\x07\xc7\xf2\xc3\x35\x88\x27\x39\x01\x5e\x92\xa2\xfa\x76\xb8\x08\xad\x4a\x33\x9e\x1b\x05\x9d\xdb\x67\x9c\x5e\x19\x67\x72\xde\x10\x3d\x54\xfe\x9c\xd7\xd9\xd6\x82\x9e\x5e\x43\x3b\x37\x0e\xfa\xbd\x4f\x80\x9e\xd0\xc3\x7c\x02\xe1\x24\xd1\x14\x33\x01\x70\x42\x5f\xf1\x19\xf7\x59\x72\xc6\x5c\x4d\x64\x74\x6f\xda\x98\xb8\x50\x10\x0b\x7a\x02\xeb\xa4\xd0\x24\x3a\x91\xde\xbd\x69\xa7\x1d\x0e\x55\xaa\xf6\xc2\x11\x44\x9a\x76\xd6\x11\x35\x12\xfd\x85\x66\x04\xc7\xd2\x31\x13\xef\x7e\x5e\xe7\x34\x3d\x3e\x50\x3d\x7b\xed\xec\xdc\x03\x8b\xc4\xc5\x79\x7a\x2a\x9e\x55\x0e\x7b\x07\x45\xbe\x78\x78\x16\x1d\x94\x67\x84\xee\x93\x8e\x46\x13\x49\xe4\xe9\x7b\x3c\x01\xa7\x42\x33\xd0\x4c\x57\x83\xf1\x44\xc5\xa7\xaf\x3c\x27\x52\x00\xfd\x90\xb5\x03\x26\x25\xd1\xea\x34\xd3\xe1\x49\x84\x00\x9c\xe9\xb0\xa4\x44\x17\xa6\x99\x0e\xcf\xa1\x7f\xed\x04\x62\x4a\xa2\x43\xd3\x04\x3e\x4a\xa2\x3f\xd3\x4c\x11\x14\x42\xb9\x1e\x79\xe7\x53\x22\x89\x24\xdc\x5f\x08\xee\x3b\x91\x86\x9e\xce\xb9\x33\xb9\xf1\x85\x24\x83\xa4\xf4\x29\x51\x16\x06\xf4\x49\x22\x98\xdc\x04\xae\x49\x61\xcc\xc7\x4c\x87\xe9\xd0\x83\x76\x26\x30\x1d\x1a\xb5\x66\xc2\xad\x83\x89\x9a\x67\xc2\xad\xa2\x69\xea\x2a\xd6\x89\x62\x58\xaa\xed\xdf\x7f\x74\x29\x9d\xa9\xa2\x77\x14\x9d\x53\xb5\x53\xcc\xb1\x42\xa1\x48\x27\xab\x99\x0e\x1f\x6a\x1a\x2a\xd8\x90\xf6\x5a\xaa\x3e\x16\x3e\x9f\x5b\x06\x1d\x38\x27\xf2\xe0\x27\x3a\x64\xcd\x74\xb8\x10\xcd\x56\x13\x39\xef\x8b\xf6\x43\xea\xde\x75\x3d\x7b\x67\x38\x33\x47\x6e\x2a\xa2\x78\x20\xb1\x30\x7b\xe9\x4c\xdd\x3b\xc3\x99\xc1\xa5\x84\xb1\x0c\x33\xc1\xe2\x42\x0b\xde\x4c\x47\x70\x62\xe2\xd2\x99\x60\xbc\xd6\xb5\x00\xb0\x2e\xf4\xc6\x9c\x48\xae\x9f\x92\x6a\x33\xd4\x9e\xf5\xba\xd7\xce\xa9\x38\x92\x10\x8d\x6a\x33\x41\x12\xd2\xa5\x22\x8d\xd3\x77\x0a\x27\xc0\x6e\x49\x44\xd4\x9b\x69\x62\x95\x29\x19\x01\xca\x25\xa5\xfc\x97\xa4\xb5\x33\x41\xa7\xf2\xb3\x1f\xc0\x02\x93\xba\xba\xd0\x35\xb6\xb5\x40\x41\x3c\x83\xd3\xb9\x0f\xd1\x65\x72\xa6\x85\x81\x91\x8f\xa4\x23\x85\xd1\x81\x72\x22\x51\x7f\xa2\x81\x6f\x22\x2d\x7f\xa1\x53\xf3\x4c\xbb\x9d\xd7\xf5\x35\xee\x62\xa2\xc7\x6d\xa7\x58\x5f\x63\xc9\x79\xc7\x4e\x87\x63\xd2\xb3\x70\x22\xa3\x7f\xa2\x3d\x70\xa6\xbd\x4f\x31\x1f\x6f\x74\x8d\x04\x71\x83\x3b\x8b\xe9\x9c\xdb\x57\xd7\xce\x39\x0c\xb1\x6b\xe3\x3c\xa0\x46\x1e\xe7\xe9\x30\x38\xba\x0a\xce\x0c\xdb\x32\x5d\xb9\x66\xbe\xce\xfa\xab\x6b\x80\x9f\xa1\x57\xe0\xcc\xce\xa2\xb8\x06\x39\xa0\xb6\xc2\x47\x4c\x2a\x79\x52\x3e\x2c\x8a\x1e\x83\x33\x3b\x8b\x22\x4f\x01\x50\x4d\x21\xbc\xdd\xcc\x47\xec\xa1\xdf\xdd\x04\x4a\x4d\x22\x2c\xdf\xcc\xce\x82\x28\x8d\x22\xad\x7f\xa1\x63\xd6\xcc\x50\x3e\xd2\x3f\x6c\x66\xe8\x5c\xe8\x74\x35\x91\xf5\x3f\x31\x3d\xfa\xcc\xd0\x46\xd2\xda\x38\x73\x41\xf3\xac\xde\x59\x14\x97\x1c\x39\xfd\x89\x92\x37\x01\x55\x93\xe8\x49\x36\x73\x3d\x13\x4d\x67\xa3\x89\x7c\xfe\x74\xcd\x9b\x19\x8a\x0d\xc2\xac\xcd\x5c\xcb\x29\x66\xdb\xce\xa1\xc8\xb1\xf2\xe1\x50\xa5\x6b\xaa\x0e\x8b\xa2\x55\x76\x66\xe7\x50\xe4\x60\x19\x36\x60\x5a\x3a\x27\x00\x6d\x4a\x57\x75\x30\xf2\xd2\x18\x39\x73\x3f\x0b\xc3\x8b\x62\x86\xea\x94\xc6\xc9\x99\x8f\x9c\x44\x0f\xc0\x99\x3b\x66\xa2\xeb\x75\xd0\x2b\x05\xd0\xec\x4c\x84\x2c\x0b\xd9\xfe\x69\x22\x9e\xd9\xb0\xcc\x64\x1a\xd9\x0e\x79\x93\x29\xe4\x23\x27\x31\x11\xe8\xcc\xb0\xf9\xd2\x9e\x38\x91\xf6\x9f\x79\x3d\x67\x1e\x98\x76\x8a\x7c\xf9\x70\x1c\xba\x00\x4e\x24\xf8\x4f\x49\x6d\xcd\x33\xcd\xe4\x11\x79\x1e\x92\x31\x91\xff\x91\x8b\x98\xac\x73\x22\xd7\x7f\xa2\xd3\xd9\x44\x66\x7f\xfa\xe4\xcd\x7c\x38\x0c\x3d\xf2\x66\x06\xcb\xe0\x6d\x3a\xbb\xd4\x44\x3d\x46\x3e\x52\x53\x21\x3e\xd2\xcc\xce\x52\x28\x3e\x66\x28\x60\x4c\x14\xb2\xd1\x55\x0e\x14\xbb\x9e\x57\xd2\x7c\xbb\xf3\x03\x1b\xbf\x6f\xe8\x58\xd8\xda\xb9\xaa\x11\x70\x6f\xe6\x23\x07\x15\x53\xd7\x8f\x1c\xd4\xb5\x6f\x9f\x33\x12\xed\x53\x38\x9c\x48\xe7\x81\x84\xfd\x3f\xc4\x07\x0b\x2f\x8d\xb4\x13\xd9\xfa\x3b\xf7\x65\xb9\xce\xfa\xda\xcf\xf3\x84\x23\x46\xe4\x33\xf4\x3b\xdc\xb7\x05\x6a\x5c\xa6\x5d\x9f\x05\x3c\x86\xa2\x01\x12\xea\x17\xa2\xc5\xcc\x12\xf1\x39\xa9\xaf\x44\xff\xfc\x2f\xe6\x8d\x59\x8e\xd4\x43\x93\xfe\x44\x2a\xfe\x44\x13\xed\x2c\x09\x8a\xac\xae\xe7\xb3\xe0\x3c\xe9\x91\x86\x3f\x11\x3d\x71\x16\x28\x7b\x88\x06\x33\x91\x51\x3f\x49\x7b\x53\x0e\x47\x29\x04\x76\x99\xa5\x9c\x89\x22\xad\x22\xdf\x7e\xa2\xc9\x77\x16\x30\x1c\xd2\x2a\x92\xed\x57\xe6\x92\x9a\xa5\xc2\xa1\x85\xdc\xb5\x60\x93\x13\x65\x71\x96\x86\x89\xa0\x04\x87\x14\xf8\x5d\xab\x74\x36\x31\xd3\x55\x4e\xa4\xae\xa7\x53\xc0\x44\x9e\x7a\xd3\x1a\x0d\x94\xb2\x29\x28\x40\x68\x2d\x9e\xc0\x90\x62\x0e\xca\x59\xce\xb1\x5f\x2f\xad\xf8\xc0\x3c\x51\x18\x2c\x33\xa2\x9c\x9f\x9f\x6d\x66\xea\xe8\xc2\x3c\x50\x56\x2c\x67\x9b\x99\x1a\x5b\x98\x07\x2d\xca\x39\x5c\x99\xe5\x70\x16\x78\x7a\x11\xf5\x71\x02\x13\x2a\xd1\x54\x3d\xcb\x46\x67\x28\x0b\x96\x7b\xfc\xfb\xaf\xd2\x01\x66\x16\xf8\x7a\x11\xe0\x71\x96\x7b\x9d\xea\xd9\xda\x8d\x59\xa5\xb8\x56\x1e\xb8\xf2\x90\xef\x97\x07\xbe\x3b\x94\xc7\x2a\x6c\x16\x34\x5e\xcf\x7a\xa1\x7b\xdc\xd6\x15\x3e\x09\x52\x9b\xd5\x90\x4e\x77\xc8\x5c\x6b\x38\x83\x67\xf5\x35\xb8\x1b\x52\xe2\x33\x06\xcf\xd6\x70\xc2\x12\x38\x71\x22\x95\x7d\x65\x02\x92\x59\x63\xfa\xf7\x9f\xa9\xb1\x73\xe2\x56\x5a\xd2\x67\x8d\xe5\x14\xf3\xf1\xc8\xfc\xa6\xca\x0e\xf5\x33\xf5\xe1\x44\x02\xfb\x94\x7f\x9e\x7d\x64\xec\x2a\xfc\x43\xa5\xe1\xab\x05\x13\xcd\x8d\x5b\x71\x42\x12\x8f\x71\xd6\x72\x26\x9a\xac\xba\x9e\x13\x91\x49\x12\x67\x85\x57\x13\xb1\x19\x67\x3d\x22\xbd\x69\x60\xad\xfe\xfb\xaf\xca\x5a\x53\xc7\xe9\xba\xde\x1e\x20\xa9\xa2\x67\x54\xce\x91\x41\xdf\x27\xb5\x6a\x1d\x15\xaf\xab\xbc\x9d\xd7\x39\x52\x5c\xd5\x89\x96\x38\xeb\x80\x0e\x58\xd3\x78\xe8\x9d\x08\x6b\x13\x28\x51\x35\x6a\xa0\x33\x9c\x62\x8e\x0c\x16\x7d\x1a\xd9\x67\x9d\x67\x64\xe4\xec\x80\x83\x4a\x34\xb2\xcf\x0a\x63\x21\x61\x16\x27\xf2\xd5\x33\x45\xe3\xac\x1b\xf4\x47\xe6\x5c\x0f\xa7\x67\xc2\xc6\x59\x1f\xbc\xcd\x79\x80\x7d\x8e\xb0\x86\xb3\x3e\x68\xfb\x1b\x77\xbb\x0e\xf9\xe8\xba\xdc\x60\x9f\x23\xc6\xe1\x6c\x87\x75\x13\xe4\x6d\x36\xe7\xdc\x94\x98\x00\x07\x95\x68\x08\x9f\xc0\x7a\x4a\xc4\x2a\x9c\x48\x0b\x9f\x88\x4c\x38\x5b\x44\x75\x2c\x4e\xd0\x37\x73\x55\x80\xd9\x94\x68\x28\x9f\xed\x70\x67\xfa\x69\x4c\xa4\x90\x4f\x04\x2d\x9c\x2d\x0d\x68\xbb\xd9\x7a\x9a\xff\xfe\x23\xf0\xdb\x6c\xd0\x92\x49\xc2\x6f\x19\xcb\xd0\xfe\x64\xe1\x00\x8e\x93\xa9\xe3\x87\xd4\x4d\x1d\x83\x68\x48\xa4\xc3\xd9\x40\xca\x3c\x36\x5a\x45\x47\xa9\xd6\x02\x90\x12\x01\xd2\x66\x6b\x98\x74\xbd\xde\xce\x30\xc9\xee\x00\x99\x54\xd3\xcf\xeb\x67\xcf\x52\x5d\xd7\x1a\x76\x95\xbe\x3e\xa2\x1c\x31\xcd\x66\x83\xb3\x4a\xd6\xd7\xe7\xba\x58\x75\xb4\x37\x38\xc5\x33\x2d\xe2\x6c\xe3\x4c\xa2\x8e\xb0\x06\xb8\xcd\xeb\xe7\x19\x4b\xa8\xe6\x91\xac\x91\x58\x5d\x13\xe9\xe2\x6b\xa6\xda\xa1\x21\x72\x9c\x28\x5b\x13\x89\xde\x53\x56\xff\x90\x1c\x82\x80\x59\x13\xe8\x46\x55\x36\x08\xe4\x81\x0f\x84\xcb\x9a\xed\xc8\x5c\x55\xdc\xba\x21\xc2\x95\xee\x30\x13\xd8\x47\x81\xfe\x2f\xb3\x21\x26\x86\x50\x59\x13\x79\xe0\x13\x7d\x0c\x66\x43\x42\x07\x66\x4e\x9c\xed\x08\x46\x55\xbb\x0d\x90\x45\x29\xf3\x88\x77\xc4\x22\x02\x5a\xcd\x7e\x81\x46\x79\xa6\xf7\x0b\xe3\xaf\x2a\xc7\x78\x79\xa8\x23\xff\x7b\x25\xf2\xe8\xec\x70\xc7\x95\xfe\xde\x11\x8c\xae\xa4\x67\xec\x7e\x4a\x91\x1d\x71\xad\xc4\xad\x9a\x3d\x60\xbd\xb8\xfc\x1d\x41\x8a\x4c\x3b\x38\x81\x44\x94\xa4\xd1\x47\xde\xf7\xfa\x53\x1f\xf4\x36\xf4\x7b\x98\x3d\xc1\x2c\x43\xfa\xe8\x70\x93\x25\x14\xe4\x04\x08\x51\xfd\xa9\x0f\x58\x0a\x17\x99\x5b\xc7\x21\xc1\x2c\xf2\x13\x39\xe2\xc3\x45\xee\xd6\xe1\x28\x4b\xd0\xc7\xd9\x11\x10\xc9\x5c\x83\xb3\x97\x08\x43\x0d\xeb\x3b\x32\x52\x60\xea\xc1\x09\x00\xa3\x2a\x23\x02\xf0\x8b\x12\x53\xbf\xcf\x5e\xbd\x3f\x8d\xcf\x1d\xe5\x7a\x9e\x78\xe6\xf8\xea\x0d\xcb\x8f\x9e\xb1\xbe\x14\x85\x91\x17\xbe\xca\x50\xd0\x1b\xfa\x4b\x76\xdb\xcf\xee\x4c\x04\xa0\x9c\xbd\xc1\x92\x94\xf4\x3d\xd6\x93\x66\x8c\xde\x31\x7e\xf5\xbf\x0f\xd8\x8a\x38\x1f\x88\x7c\x61\x4c\xc6\xec\x80\xdd\x95\xe8\xd4\x71\xb7\xa2\xfb\xc6\xec\x90\xcc\x88\x11\x39\x1d\x14\xe9\x12\x7d\xf9\xfe\x25\x17\x04\x02\x52\x22\x84\xe4\xf4\x4c\xf0\x0c\xea\x98\x1d\x87\x13\xf3\x9e\x4f\xe0\x21\x55\x66\xe2\x9d\x7d\x7a\x7b\x1c\xbf\xef\x6f\x1e\x01\xc0\x3e\xaa\xc4\x21\x9c\x1d\x71\x6d\x0c\xbd\x98\x80\x42\x4a\xf2\x08\xe9\xbe\xff\x55\x3f\xf0\xb6\x19\x5c\x31\x91\x65\x3e\x11\xe1\x72\x76\xdf\xdf\x34\x6e\x74\xdc\xa2\x98\x41\x7d\x76\xdf\xef\x64\xc5\x1d\xd2\xa0\xcc\x44\x1d\x18\x2f\x8c\x90\x98\x7d\x9f\xf5\xaf\xa2\x57\x20\xbc\x5c\xda\x4f\x37\x4c\x5c\xbc\x9c\x78\x3e\x7a\x46\x4c\xcc\x7e\xa3\xbf\xe4\xd6\xc8\x46\x9f\xca\x9f\x92\xa6\xce\xee\xcc\x87\xcc\xb4\x3f\x3e\x18\x76\xfe\x19\x30\xe6\xb1\xb3\x00\x54\x63\x58\xc2\xec\x0f\xcc\x73\x5a\x4c\xe4\x8e\xa0\xe7\xd8\x34\x68\x73\x64\xc5\xb2\x0b\xd6\x3f\x4e\xbe\x81\x79\xc9\x6c\x05\x38\xa8\x2a\xeb\x34\x92\xde\x07\x7a\x9a\x4d\x83\x6c\x2b\xe2\x36\xc0\xc6\x10\x2b\x6b\x5a\xa8\xb0\x2e\x36\x3e\x83\x58\x7e\x9e\xfd\xfd\xc4\x67\x43\xf9\xb7\x98\x0e\x03\xc5\x50\x86\x69\x90\x17\xe4\x07\x63\xd1\xfb\xc3\xfe\x21\x80\x40\x8e\x30\x76\x04\x86\xca\x70\xa8\x69\xce\x9c\xc8\xcc\x0c\xc6\x78\xf9\xb6\x78\xce\x7a\x86\x0c\x4c\x43\xca\x4d\xc6\x04\x4c\xa4\xb0\x4f\x72\x66\xb1\x0c\x62\xa1\x3c\x63\x00\xb5\x60\x50\xc0\x34\x67\x6e\x54\x01\x18\x98\x1b\xc3\x00\x26\x70\x9e\x02\x9d\xe7\x27\x92\xd7\x27\xb9\xb7\x20\x77\x7d\xa0\xb7\xfc\x44\x62\xfa\x5a\x35\xbf\xc0\x44\xa3\x43\xdc\xb4\x8a\xf5\xd7\x7c\x02\x7f\x91\xfe\xf1\xd3\x5a\xc7\x33\xcb\x21\x2b\x30\xb9\xfb\x34\x30\x27\x22\x66\x4d\xc3\x0d\x92\xb9\xde\xa7\x39\xb3\x22\xf3\xb6\x5e\x61\xd0\x65\xfb\xc8\x94\x41\x07\xfa\x69\x1d\x26\x5c\xb5\xdf\xbd\x3d\xb6\xdf\x17\xca\x59\xbf\x61\x7d\xc9\xdc\x0d\xcc\x2e\x88\x3e\x9d\xd9\x51\x7a\x35\xc3\x61\xa4\xf5\xb5\x73\x18\x11\xd7\x68\xda\x88\x78\x66\x7b\xb8\x05\x10\x7a\x75\xda\xb9\x05\x54\x59\xae\x00\x6f\x95\x88\xc4\x3a\x01\x55\x15\xe8\x6d\x3e\x0d\x36\x38\x59\x4a\x6d\x7a\xff\xb8\xbe\x08\x9f\x92\x87\x8f\x39\x73\xe3\xe1\x60\x87\xb9\x55\xe6\xca\x9a\x06\xe8\x46\x3a\x8c\x4f\x3b\xc2\x4d\x25\x10\xcf\x34\x44\x18\x94\xaa\x72\x18\xd0\x45\xaf\x60\x8e\x41\xfb\x69\xc1\x82\x2e\xfa\x3c\xcc\xb0\x36\xd1\x1f\x98\xa1\xae\x7b\xc8\x99\x5f\x9b\xd6\x13\xde\x01\xcc\x87\x3f\xed\xc6\xfa\x6a\xbd\xe0\xec\xc7\x5c\xf7\x13\xe0\x56\x21\x68\xfe\x71\x37\x26\x4e\xed\xb4\x07\xdf\x6b\x3e\xc0\x9f\x64\x34\x02\x32\x55\x08\xaa\xef\xf1\xf9\x63\x7f\x1f\xac\x27\xc7\x3f\xc0\x7f\xe8\xd9\x3a\x1d\xa6\x8a\x9e\xad\x73\x40\x18\xa2\x7b\xe9\x04\x26\x55\x2a\x7a\x3f\x80\x1e\x78\x98\x20\xad\x7e\x2a\x3f\xdf\x83\x1e\x78\x98\x0c\x20\x80\xd0\x1f\x75\x02\xc1\x2a\x95\x9f\xfa\x71\x98\xa8\x1c\x37\x0e\x69\xcf\x07\x3c\x6f\x99\xe9\x7e\x22\xf5\x7d\xa0\xc3\xea\x1c\xd0\x1f\xc9\x85\xcb\x81\xa8\x08\xd5\x34\x87\x0b\x4f\x7a\x1f\x80\xb3\x41\xfd\xcf\xde\xde\x9f\x8c\xeb\x23\x7b\x63\xac\x1c\xc0\x8e\x81\x9a\x7f\xa4\xbf\x4f\x45\x95\xd7\x0a\x9f\x05\x76\x1e\x2a\x68\x39\x94\x0d\x67\x3e\x64\xbe\x03\xcc\x47\x4a\xe3\x01\x1d\x74\xe1\xc9\x3b\x00\xf5\x2a\xdf\x4e\x64\xc6\xaf\xd2\xbd\x8e\x86\xfa\x79\x12\x23\x0d\x7e\x95\x3a\x15\x39\xee\xab\xf4\xa9\x9e\xe2\x5e\x0e\x96\x03\xcc\x46\x0a\xd2\x01\xad\x74\xa1\xba\x61\x20\x83\x41\x24\xb3\x1d\x30\x9c\x49\x32\x19\x88\x20\x26\xfc\xd2\x44\x72\xfb\x2a\x2d\xe7\x80\xa9\x8b\x68\xc8\x73\x0c\x38\x3a\x88\x38\x07\x16\x8b\x87\x2d\x72\xe1\x57\xe6\x16\x99\xc3\x99\x0f\x0f\xcf\x01\xe6\xc3\xe0\xa4\x89\x54\xf9\x55\x7a\x4e\xa0\x70\x55\x26\x09\x99\x03\x37\xa9\x2e\xe2\x83\x2a\x5b\x6e\x74\x63\xe2\x7d\x11\x0b\x50\x08\xe4\xcc\x08\x44\xae\xda\xb5\xfe\x73\xa3\x5c\xf5\x63\xbc\x5a\x7f\xe8\x19\xe4\x77\x37\x96\xf7\x9f\xdf\x03\x44\x43\xde\x8e\x03\xe1\x9c\x72\xae\x18\xe7\x66\x16\xe4\xfd\x88\x5c\xf8\x55\xda\xce\xb1\x0f\x33\x91\xa4\x35\x90\xf2\x58\xee\x8d\xc8\x8c\x9f\x24\x69\x0d\x68\xb8\xab\xd6\x1b\x0e\xfe\x55\xeb\x09\x0c\x01\xf9\x3f\x22\x2b\x7e\x90\x83\x23\x10\xb8\x12\x61\x94\xe7\xbc\xbc\x3d\x3d\x27\x94\x37\x3e\x7b\x7d\x7a\x3e\xf3\x23\xe5\xd8\x3c\x37\xb1\x20\xbf\x42\xc0\x75\x55\x66\x22\x98\xc8\x80\x1f\xe4\x57\x38\x21\xec\x30\x73\xe2\x9c\x10\x76\x08\xc9\x3c\x91\x0f\x3f\x44\xd5\x0f\x55\x1e\x01\x99\xa7\x67\xc3\x8f\xaa\x1f\xc2\x0e\x53\xdf\xcf\x19\x0d\xe5\x85\xcf\x87\x1e\xa4\x47\x9a\xc0\xd2\x93\x67\xe2\x8c\x0b\xe5\x6c\x0f\x7a\x73\xb9\xab\x20\x51\x7e\x35\x1e\x86\x13\x29\x1f\x08\x2e\x35\x91\x37\xbf\x4a\xf9\x03\x54\xb0\x24\x7f\x96\x89\x9b\x21\xf1\xfd\xe7\x84\xdb\x11\xb1\xa0\x27\x52\xe4\x57\x86\xdd\xcc\x09\x98\x23\x82\x3c\x4d\x60\x88\x55\xa9\x77\x3c\x83\xbe\xbc\x13\x27\x98\x1f\xb1\xff\x27\x20\xc6\x92\x1c\x35\x91\x60\xbf\x12\xf9\x7f\x4e\xe0\xef\x11\x22\x6a\x4e\x08\x6f\xd2\x07\x01\x80\x2c\x11\x67\x7a\x3a\xfe\x58\xd4\xfc\x21\x48\x93\xb0\xd3\xd3\xd3\xf3\xcb\x43\x71\x56\x1f\x1f\xfb\x0b\x74\x05\x79\x28\xce\x7a\xf8\x81\xd4\x3c\x9e\x78\x5f\x4e\x84\xb3\xfa\xfc\xf3\xb9\x79\x7d\xec\x2f\x6e\x96\x12\xfe\x67\xbb\xe1\x8d\xc4\xf9\xef\xde\x1f\xbe\x0f\xfe\x27\x97\x1f\xcf\xa7\x2f\xb7\xc3\x79\x84\xb1\x76\x89\xfe\x9c\x3f\x6a\x3d\x9d\x1f\xd6\xf8\x97\xc3\x65\x42\x32\xab\xda\x2c\x80\x23\x95\x9f\x21\xf2\xee\x37\xa9\x5d\xa6\x81\x18\xc9\x3c\xe7\xc0\x64\x93\x59\x4e\x48\x62\x55\x9b\x0b\xd7\x58\x79\xff\x01\x2e\x2d\x55\x6d\xae\xe1\x9d\x67\xfb\xd3\xeb\xe3\xe0\xa6\xd7\xc7\xc9\x3f\xd7\xd8\x46\xec\xee\x39\x81\xca\x2f\x07\xbe\x79\xae\xb1\x8d\x40\xdd\x13\x58\x6b\x41\x1e\x7b\xf3\x5c\x6b\x1b\x41\xb8\xe7\x04\x73\x94\xe7\xed\x74\xe6\xd8\xf4\x0c\xe2\xd1\xe6\x75\xe6\xd8\xf4\x8c\xc5\xd2\xe6\x45\xb0\x7b\xd5\x66\x85\x3b\x82\x6e\x52\x13\x2e\x57\x52\xa3\x4c\x20\x7a\xcb\x05\x10\x30\x6e\x4d\x6a\x94\x09\xf4\x53\xf9\x00\xce\xed\xed\xe9\x19\xf3\xc7\xc3\x7a\x22\xfc\x94\x29\xfd\xe7\x74\xe6\xcc\xc3\x79\x3a\x73\x16\x33\x40\x30\x96\x9c\xba\x26\x70\x4b\x99\x7e\x73\xce\x1b\xc4\xda\xf4\x8c\xf1\x50\x7d\x3f\xcf\xcd\xb7\x49\x6d\x30\x81\x6a\x1a\xb5\x59\xe0\x97\x25\x2f\xb0\xe9\xcc\x9d\xd7\xec\x09\x35\x1c\x71\xb5\xe6\x72\xe6\x4e\xe1\x66\xc1\x49\x5c\x6e\x61\x0b\x49\x14\xe5\xb5\xb8\x2e\xf8\xe6\xb1\x3d\xc0\x78\x24\xb9\x23\x03\x71\xae\x5d\x3f\xf5\xdf\x28\xd7\x33\xda\xe7\x61\x0c\xb8\xb9\x24\xbf\xb2\xe5\x87\x01\x0f\x53\xe0\x7e\x24\xe2\x81\xcf\x15\x41\x8f\xbc\xb9\xad\x88\xf6\x54\x1f\x98\xb7\x9c\xbb\x56\xf4\xf9\x36\x3e\x6f\x94\xeb\x7b\xcc\xf7\x4f\x7b\x98\x6f\xde\xf4\x56\xc2\x78\x79\x98\x2f\xa4\xac\x93\xb7\xd7\x3a\x92\x66\xd3\xcd\x73\x1d\x66\x9d\xe4\x30\xed\x10\x74\x72\x81\x5a\xc8\x3c\x22\xa7\x25\x80\x7f\x24\x79\x50\xaf\x72\xfa\xc3\x18\xe2\xb9\x00\x4e\x23\xb7\x23\xe0\xd3\x35\xdd\xf4\x16\x98\xa7\xfc\x8e\x96\x33\x43\xde\xfc\x16\x7c\xac\x74\xb3\x5f\xb8\xa9\x12\xa4\x7c\xae\xee\xfd\x65\x7f\x8e\xb0\xd8\x18\xd7\x38\x01\xe9\x11\xe4\xb7\xb4\xba\x7f\xcf\xf9\x04\xe8\x23\x81\xa8\xe6\xea\xf0\x97\x54\xfd\x1e\xb7\x4e\x66\xba\xac\xc2\xfd\x92\xe3\x39\xfc\xad\x31\x7e\x70\x2e\xf8\x86\xd6\x9f\x72\xac\x97\xe8\xcb\x30\x3f\xe4\x97\x6b\x80\xde\xf5\x3d\x7c\x47\x09\x6a\x3b\x17\xf8\xa5\x42\x2a\xd6\xc4\x7a\x91\x9f\x00\xa9\x23\x24\x8d\xc7\xf9\x13\xf9\x2b\xa0\x38\x42\x52\xff\x11\xea\x2e\xcf\xee\xb5\xd0\x1f\x0a\xbb\x6b\x7b\x7f\x38\x7e\xf0\x9b\xa4\xf7\x11\xdc\x4e\xb8\xf2\x09\x34\x8e\x90\x7e\xde\xc7\x7c\xff\x94\x83\xff\xd4\x3f\xdd\x5c\x16\x98\x13\x51\x02\xe6\xc2\x35\x55\x8e\xe4\x00\xeb\x68\xba\x09\x38\x5a\x47\x25\xf3\x05\x5a\x47\x93\xe4\x0f\xb8\x8e\x24\xb5\x8d\xe3\x6d\xc8\xf5\x11\x78\x1b\x41\x9e\x3d\x80\xc8\x68\x92\x94\xf7\x75\x0e\x0b\x19\x68\x36\xfc\x36\x25\x09\x3b\x62\xa1\x2c\x34\x00\x2c\x6c\x92\x84\xf7\xe5\xed\xab\xbe\x1b\xe5\xaa\x0f\x9b\x95\xcc\x78\xe3\x5a\x2b\xf7\x9b\x8d\x6b\xad\x7c\xdb\x77\xc0\x62\xf2\x26\x03\x58\x8d\x26\x49\x72\x47\xcc\x1f\x99\xdd\x86\x0d\x40\x0e\xe2\x3b\x7b\xfd\x6c\x2f\x43\x92\xd3\xfb\x19\x0e\xbc\x24\xce\x0d\xb5\x98\x7c\x6c\x36\x6e\x96\x55\xdf\x3b\x33\x20\x33\xdb\x05\xeb\xa3\xf9\x84\xe1\x97\x58\xee\x73\x17\xaf\xaf\xf2\x19\xf3\xc3\x9b\x12\x00\x2e\x82\x7c\x5b\x1c\xe0\x42\x6a\xb0\x5d\xb1\x5e\xbc\x59\x02\xff\x30\x49\x0d\xb6\x9b\x7f\xcf\xfe\x35\xff\x9e\xf3\xd5\xb0\xbe\xaa\xcf\x99\x0b\x99\x27\x20\x32\x5a\xfc\xa9\x0f\xc4\xab\xfe\x76\x6c\x0e\xf5\xaf\x27\x78\x30\x73\x7c\xfd\xb4\x2f\x87\x97\xdd\x7d\xfc\xec\x2f\x62\x5d\xaa\xfa\x07\x66\x23\xab\xeb\x36\xb8\x3c\x93\x19\x3b\x2a\x06\xf1\x88\xe6\x46\xae\x12\x39\x7e\x6c\xdc\x34\x09\xc1\x3e\x81\x9a\x11\xe4\x08\x02\x90\xc5\xd4\x54\x3f\xb2\x90\xc8\x9b\x63\x8f\x1b\x2e\xd6\x7a\x7e\xf0\x3e\xeb\x9f\xde\x1e\xfb\x0b\x1b\x82\x3c\xdb\x1d\xa2\x51\xfe\x1b\x1b\x36\x01\x79\x64\x38\x0c\x87\x7c\x7f\xf7\xf4\xfe\xb0\x3e\xa0\xbb\xcb\x63\x03\x40\x1b\x8d\x40\x30\x73\x6f\xaf\x8f\xfd\x47\xc8\xaa\xbc\xd9\x01\xa5\x11\x64\x13\x74\xb0\x0c\xb9\xb3\x6f\xe0\x96\xca\x85\x03\x40\x8d\x8d\xa8\x78\x73\x43\xcd\xd5\x34\xbe\xd7\x87\x9c\xf3\x0d\x10\x53\xb9\x7c\x00\x30\x23\xc8\xe5\xc3\x01\x33\x9a\xc6\x8f\x9b\xa9\x5c\x40\x36\xf8\x8d\xfc\xe9\x37\xf8\x8d\x5c\x42\xee\x0b\xeb\xdd\xf4\x9c\x50\x9e\xf9\x9c\x51\x1e\xf9\x8c\xf1\xf0\x30\x03\x0a\x46\x90\x23\xc6\x0d\x35\x97\xd4\xa2\x77\xc0\x78\xc9\x4f\x6e\x04\xbb\xb4\xa8\xef\xb1\xfe\x14\x76\xee\x73\x13\x0d\x4c\xad\x39\x81\x83\xd1\x88\x34\x37\x6f\x24\x48\x93\x23\xc7\x0d\xfe\x23\x7e\x73\x47\x6f\x9f\xf5\x45\xf4\x9f\xfc\xe2\x46\x3c\xbc\x3c\xa2\x81\xab\xd1\x88\x30\x32\x1d\x57\x83\xb0\x53\xf3\x86\xf0\x43\x5c\xa9\x79\x03\x03\x9e\x10\x09\x13\xc8\x19\x2d\x5f\xe9\x2f\x87\x0b\x70\x35\x92\xfc\xa5\x81\xab\xd1\x08\x02\x32\x6f\x64\x7d\xca\x94\xd4\x80\xa3\x11\x08\xb0\x30\xef\x8c\x08\x00\x5e\x1b\x6f\x20\xf5\x31\x1b\xe7\x04\xd4\x45\x13\xf1\x03\xeb\xa2\x89\xb8\x6f\xe8\xfc\x15\xa1\x70\x9f\x6b\x62\x22\x06\xfc\xbc\x6b\xc2\xfb\x9c\x7c\x30\x43\xc2\x20\xcc\xbb\x9d\xc9\xfe\x21\x1e\xa0\x5b\x10\x32\x7e\x02\xb9\x33\x35\x11\x43\xc3\xe4\x88\x98\xda\x83\x67\xb6\x8f\xc4\x85\x4c\xec\x38\x6f\xc4\xc4\x36\xde\x04\x6e\x67\x66\x4d\xcf\x18\x0f\x25\x99\x1b\x0e\x04\x59\xc4\x81\x9b\x5b\x16\x31\x40\x6d\x45\xc0\xfa\x79\x23\xfa\x4d\x1e\xe5\x0e\x5a\x29\x03\x3b\xe0\x25\x83\x0c\xd4\x37\xdc\x9b\x89\x5e\x3f\x6f\xc4\x83\xc8\x80\x7a\x23\x84\xad\x89\x58\x61\x90\x93\x81\x1a\x30\x11\x49\x3a\xf8\x1b\x9b\x57\x06\xef\xfb\x39\xe3\x91\xcd\x0d\x48\x94\x49\x21\x1e\x00\xa2\x6c\xb2\xa1\x3d\xc8\x9d\x20\x83\xf8\x03\x83\x3d\xa1\x00\xe6\x13\x06\x82\x3a\x3a\x9f\x51\xbf\xea\x83\x9a\x47\x3a\x78\xe0\x49\x36\xd9\x64\x1e\xd8\xbc\xa4\x83\x7f\xe0\x24\xad\x28\x11\x20\x30\x04\x8d\xdf\x21\x16\x1a\x25\xdf\x07\xf4\xca\xe4\x85\x13\xc0\x91\x4d\x81\xbd\x0f\x0c\xea\x84\x07\x98\x4f\x41\x8c\x0a\x37\xe7\x83\xa4\x04\x32\x30\x3f\xf0\x6d\x69\x45\xe5\x18\x1f\x0f\x47\xa0\x4c\x26\xe9\xfc\x1f\x80\x55\x49\xe7\xff\x20\x26\x4b\x3a\xfd\x07\xae\xc7\x44\x68\x9f\xc0\x6d\x0c\x04\x1c\x98\x8f\x1f\x56\x94\x1c\x1f\x18\x88\x65\xb0\x7e\x60\x00\x96\x01\xf9\x81\x01\x98\x08\xe7\xf3\xd9\x67\xbe\x99\xf5\x64\x3e\x30\xe8\x6a\x7d\x1f\x84\x1b\xe9\x30\x7d\x60\xd0\xfd\x59\xdf\x1b\xcc\x89\xcc\xf6\x81\x1a\x52\x9e\xfe\x0f\x6e\xb2\x74\xed\x5f\x80\x2c\x48\x8c\x2d\x59\x80\x0d\x08\xb4\xa9\x2e\x87\x0d\x60\x70\xc9\x02\x10\x40\xa0\x0d\x75\x5d\xc5\xdb\x4f\x7c\xc6\xfa\x25\xd6\xef\xf3\xff\xed\xbf\x85\x78\xfb\x40\x24\x81\xe5\x01\xf5\x04\x1c\x5f\x08\xa8\x0f\xcc\xb6\xb8\xae\x3a\x10\x8d\xc2\xfa\xe1\x00\xc1\xe8\x95\x75\x55\x84\x97\x44\xb6\x07\x1b\x22\x6d\xae\x0b\x21\xf5\x89\xe1\x2c\xeb\xf2\xf5\xca\x7a\x06\xfd\x75\xd6\x8f\x04\xa4\x8c\x65\x5c\xd7\xb9\xd9\x34\xa6\xba\x5e\x88\x82\x0f\xb4\xc1\x2e\x8f\x82\x27\x72\xf9\xba\x00\xb7\x4b\x9b\xeb\xba\x86\xf7\x57\xcf\x37\x9e\xfb\xf7\x7c\x84\x8b\xd6\x35\xff\xf3\xc6\x33\xeb\x87\x26\x86\x80\xdb\xeb\x82\x70\x41\xb5\xf7\xba\x00\x3b\xc8\x38\x91\x75\xc1\xc6\x46\x9b\xd8\xba\x36\xde\xef\x7f\x49\xdf\xb2\x10\x08\x9f\x9a\xb1\x73\x30\x98\x15\x75\xee\xf6\xc6\x38\x19\x60\x56\x45\x9d\x7d\x2a\xa2\x71\x38\x19\x47\x72\x08\x45\x8b\x0f\x67\x53\x46\xad\xac\x0b\x59\x1e\x8b\x16\xff\x19\xf8\x9e\xed\x01\xd6\x86\x61\x2c\xeb\x3a\xcc\x2e\x14\x2d\x3e\x98\x1d\xe1\xb8\x57\x80\x0e\x9c\x36\x92\x15\x60\x70\x2b\xdf\xcd\x61\x05\x48\x1a\xe5\x93\x14\x56\x80\xc1\x8c\x49\x26\x57\xc0\xc9\x4e\xf0\xee\x85\x58\xfa\xc4\xb8\x98\x15\xa2\x21\x5c\x88\xed\xc5\x81\x72\xd6\x1f\x27\xca\xf5\xfd\x8d\x67\x7e\x9f\x00\x83\x76\xb1\xfd\x54\x50\xce\xf6\x53\xfd\xf7\x5f\xa8\x1a\x4f\x6a\x28\xef\x7c\x5e\x28\x67\x7b\x19\xf3\xf5\x31\xdf\x15\xe0\xc0\xcd\x50\x9b\x15\xb0\x39\xa9\xc3\x5e\x08\xcf\x4f\x8c\xbd\x59\x08\xcf\x6f\xd4\xa9\xaf\x80\xc3\x9f\xde\x97\x2b\x40\x87\xcc\x60\x9c\x85\xf0\xfd\x40\x9d\xf2\x0a\xb8\x19\x31\x3a\x67\x21\x9e\x3f\x50\xa7\xbc\x42\x45\x7d\x95\xe3\xc1\xe1\x4f\x1d\xf7\x0a\xcd\x21\xe7\xd8\x3e\x6e\x3e\x74\xe0\x58\x01\x0e\x00\xd4\x09\xaf\xd0\xf1\x3d\xe9\x25\x20\x53\x3f\x53\xf8\x2d\x44\xdd\x37\xd3\x7a\x42\x27\x5c\xb5\x1e\x88\xba\xef\xea\x3f\xd2\x52\x51\x6d\xb9\x02\xd4\x1a\x66\x7a\xff\x41\x39\xeb\x3f\x37\x97\xc6\xe4\xa8\x2b\x0c\xcc\x6f\x66\x7f\xc0\x2c\xcc\xd8\xff\xe1\xe3\xd3\xf7\x88\x56\xe3\x66\x46\xdc\x7e\xa0\x1a\x72\x21\x70\x3f\x11\x0b\x7c\x21\x70\xbf\xd1\x01\x7f\x05\xa8\x8d\xa9\x16\x5c\x88\xd4\x0f\x54\xfb\xad\x30\x07\xa2\xbe\xf8\x3d\x6c\x66\x54\xfb\x2d\x84\xea\x07\xaa\xf9\x56\x58\x8e\xe9\xc7\xef\xa1\xe6\xa5\x9a\x6f\x05\x30\x97\xae\xf9\x5f\xde\x3e\xc7\x03\xe1\xa7\x8a\xfe\x5e\x8c\x40\xd6\xbf\xeb\xe9\x4f\x64\x7d\x50\xa3\x74\x3d\x43\x58\xaa\xa2\x3f\x08\x4b\x5d\xeb\x79\x7b\xfd\x1c\x2f\x6e\x3a\x44\x0c\x5f\x01\xfc\x89\x6a\xb6\x15\x9e\x88\x30\xb6\xaf\xbf\x11\x6a\x55\xe2\x05\xac\x08\x9b\x19\xa3\x98\x56\x04\xbf\x60\x06\xbe\x15\x2f\x04\xd5\xfd\x3c\x63\xfd\x3f\xb5\xd0\x42\x50\x7f\x67\xf2\xc5\x15\xa1\x26\xa5\x1a\x69\x21\xa8\x3f\x54\xd2\x37\x82\xfa\x3b\xbd\xd7\x16\xc2\xf2\x43\xfd\x0e\xe7\xe5\x81\xf5\x0c\x9b\x5a\x1e\x58\x4f\x1b\xf6\x8a\xd1\xc7\xcb\xfe\x44\xac\x2f\xf9\x69\x84\x9a\x95\x09\xf2\x56\x3c\x37\x8d\x4e\xef\xb0\x15\xa1\x66\xa5\xe6\x66\xc5\x08\xfe\xc0\xc3\x37\x46\x8c\x4f\xf5\x25\x0f\xcd\xe3\xfc\x24\x9f\x2f\xce\x27\xd4\xae\xc4\x11\x58\x1e\xc9\xdf\xd3\x9f\x0e\x97\x88\x78\x37\x46\x46\xad\x98\x41\x1c\xdc\x6c\x11\x92\x20\xe3\xdb\x56\x84\x24\x48\x14\x82\x15\xe1\xaf\xdf\x49\xfc\xb1\x78\x67\xd8\x39\x67\x56\xdc\x0c\xd1\x99\x15\x99\x01\x22\xfd\x03\xd5\x44\x2b\x02\xab\xa7\x8b\x58\xce\x4d\xa6\x13\x8d\x73\x45\x24\x9e\xa2\x9a\x68\x45\xa4\x8a\xa6\x1a\x67\x45\x67\x5e\x59\xe5\xe8\x8f\xc6\xd3\x0e\x31\x11\xad\x71\x45\x64\x1c\xa0\x1a\x66\x45\x04\xad\x11\xae\x71\xc5\x0e\x62\xe2\x66\x47\xf4\x7f\x22\x96\xf9\x42\xf4\x7f\x0f\x5a\x3c\x18\xc0\x18\xdf\xbf\x22\x22\x67\x89\x6c\xbe\x22\x98\x1f\x33\xec\xad\x08\xc9\x86\x92\xe5\x8a\xc0\xf1\x63\x48\xd6\x8a\x36\x10\x1b\xc9\xf6\x61\xf3\xa2\xa4\xb9\x80\x17\xd0\x89\x13\xb8\x22\x74\xc2\x54\xdb\xac\x38\xbc\x7e\x7e\x3f\x03\x82\x29\x39\x7e\xb8\x5a\x37\xcd\x2f\xbc\x93\x88\x6f\xbe\xe2\xac\x88\xae\xe4\x78\x60\xe3\x22\xa2\xc0\x8a\x13\xb1\x9b\x55\xdf\x1b\xca\x39\x1f\xf0\x66\xea\x3f\xed\x3d\x78\x9f\xdf\xc3\xbb\xa9\xab\x7e\xe8\x90\xbb\xea\xdb\x58\x7f\x6d\x26\xc7\x43\xd5\xf7\x87\xd9\xf5\xa0\xcd\xe4\xcc\x4e\xcc\x60\xa3\xfd\xca\xf1\x6c\xb4\x4f\xe1\x03\x40\x01\x81\x6a\x96\x05\xa4\x80\x1e\x44\xbf\x37\x0e\x67\x31\x1b\xdc\x0c\xbb\x98\xcb\x8d\xf5\x17\x3d\xdf\xde\x7f\x8e\xf7\x06\xbd\x19\xeb\x07\x33\x24\x0c\xdb\x8a\x48\x89\xdb\x44\x6f\x88\x04\xea\x62\x4e\x4f\xc1\xfb\xa4\x07\xa4\xba\x69\x62\x96\x0f\xda\x17\x7d\x3f\xa0\x17\x1e\x86\x00\x0f\x08\xd4\x04\xac\x04\xe6\xcb\x9b\xfd\x4a\x17\x02\x4e\x49\x7f\x09\x71\x75\xfd\xbb\x99\xac\x04\x1b\x55\xe7\xcd\x24\x41\x6d\x2c\xc9\x18\xf8\x02\x9d\x6a\xf1\x95\xe0\xa0\x40\xef\xb3\x95\x82\xd7\xc7\xf6\xc1\x6c\xe9\x7d\xb6\x52\x3c\xf4\x45\x07\x93\xe5\x88\x02\x92\xa4\x1d\x41\xa0\x73\x7d\x93\x0b\x6b\x64\x8e\x29\xa3\x7d\x32\xe3\x04\x6f\xcc\xde\xf5\x8c\x78\x5b\xee\xcf\x84\x9c\x7b\xbc\x09\xaf\x84\xf8\xa2\x4e\x7a\x48\xf0\xb6\xec\x5c\xff\x04\x1b\x54\xe7\xfa\xa6\xe2\xef\xb3\x3f\xce\xaf\xc8\x8f\x1c\x05\xa0\x73\xbd\x81\x02\xd0\x69\x93\x5e\x80\x01\x08\x4c\x72\xb6\x12\xd0\x46\x3a\xe9\x21\x81\x9f\xb5\xc2\xf6\x5a\xc0\xf7\x6c\x0f\x59\x78\x78\x33\x5f\xa9\x61\xfd\xb4\x3e\xf0\xc6\xa4\x83\xcc\x02\x50\x40\xe0\xcd\x79\xa5\x9e\xf0\x3e\xfb\x0b\x1b\x16\xa1\xba\x17\x80\x02\x12\xe3\x05\x57\x72\x7e\x46\xfa\x47\x68\x7f\x38\x37\xe9\x3f\x1c\x2e\xc9\x25\x3b\x12\x63\x32\x2c\xb6\x06\x7b\x98\x55\xea\xbc\xd9\x24\xe8\xa0\x99\xbe\x6c\x25\x78\x43\x31\xda\x70\x25\xe8\xa0\x19\x6e\xbf\xd2\x61\x5e\x9d\x40\x1a\x2b\x4d\x2c\x6e\x63\xfd\x13\x9d\xe7\xc9\xee\xd1\xfc\x0c\x31\x5c\x09\x06\xae\x26\x62\x47\xf8\x3e\x0d\x90\xcb\x43\xe8\x93\x88\x67\x7b\x7d\x9c\x0c\x30\x0b\x1a\xf8\x56\xba\x31\xd9\x3c\xe9\xd3\x3d\x10\x01\xcd\xf1\xe3\xa6\x66\x81\xfd\xb9\x11\x70\xad\xcd\x02\x83\xb7\xae\xbd\x09\x3a\x60\x0b\x7a\xc6\x62\x89\x38\x1f\xaf\x8f\xf5\xc3\xa0\xad\x6b\x6d\xbe\x2a\x62\xa4\x23\x9f\x1b\xde\x57\xb9\xd7\xd7\xf9\x6c\x28\xd7\x33\xfa\x4f\xe2\xc9\x17\x0e\x1f\x12\x7b\xc6\xcd\x8d\x40\x0f\x2b\x07\xef\xaf\xca\xcf\xe6\x31\x32\xd7\x0c\x1d\xae\x51\x6d\x80\x58\xfd\xc0\xa4\x5c\x2b\xc3\xc6\xc4\x04\x5b\x2b\xc3\x9b\x88\x51\x99\x2b\x27\x6f\x8f\xdf\x27\xaf\xaf\xf0\xd9\xeb\xd3\xfb\x37\xe2\xb6\xd9\x3e\x5c\x25\x8d\x92\x73\xce\x5e\x1f\xe7\x03\xae\x92\x16\xf5\x8c\xf9\x21\x7d\x7a\x70\x3f\xe3\x28\x57\x06\xf3\x60\xe0\xe4\xf2\xe8\xfd\xac\xf9\xc3\x4d\x4c\x37\xcd\x5c\x10\x47\xae\xf9\x41\x9e\x2e\xdd\xdc\x33\x6c\x50\xba\x39\x23\x40\x3f\x19\xe9\x2f\x7b\x16\x14\x1e\xfe\xb9\x9d\xf5\x65\xf0\xe4\xca\xb0\x39\x31\xd6\x72\xe5\x86\x58\x72\xd2\x67\xf6\x04\x4c\x97\xca\x6f\xbc\xaf\xef\xcf\xe1\x48\x1d\xfd\x42\x04\x7f\xd0\xcd\xd5\x43\xf8\x75\xf3\xcd\x1d\xeb\xcb\x9b\x58\xf6\xfc\x29\xdc\x8f\x19\xae\xd8\x8c\xaf\x5c\xd9\x22\x22\xe1\x39\x1e\xe0\x86\x98\xda\x03\x73\xd1\xcd\x36\x83\x7f\x10\x8e\x7a\x65\x4f\xb6\xc2\x9b\x14\x82\xfc\x13\x03\x34\x57\xf6\x7c\xfb\x14\x66\x10\xb7\x1f\x98\xa2\x6a\xe5\xe1\xef\xb3\x7f\x03\xf4\xc1\xfd\x9f\x3d\x23\x69\xd0\x33\xd6\x9b\xc2\x58\x9e\x5e\x1f\xfb\xb3\xb0\xde\xa2\x5f\xdc\xcc\x8c\xcc\x3b\x2f\xac\xb7\xe8\x19\x71\x27\x46\xe6\xed\xd1\xfa\xc4\x9c\x5e\xd9\x73\x2d\x51\x78\x42\xb4\x7e\xa2\xf7\xdc\xca\x08\xcb\xa4\xb7\xdc\xca\x47\x18\xe9\x45\xf3\x85\x9b\x18\xbd\xe1\x16\xe2\xf9\x7b\xd1\x7c\x79\xe2\x3c\xde\xb4\xb3\x67\x4c\x12\x3d\x3e\xfe\x3d\xfb\x0f\x7e\xa3\x9b\x2f\x42\xf8\x3b\xd5\xa6\x2b\x3f\xc8\xdb\xf3\xf3\x8c\x6c\x41\x9f\x59\x62\x95\x2b\xe2\xfd\xca\x67\xa4\x4a\xe2\x7e\x2d\xe7\xa6\xd7\x19\x47\xb3\xca\xe5\xe3\xfd\xd3\xe1\x52\x3c\xab\xf8\x4f\xe5\x98\x5c\x1e\x1e\xc5\x93\x35\xaa\x72\x18\xb8\x75\xcd\x2d\xc1\xbf\xd7\xfb\xf8\x9e\x87\x4b\x09\x87\x38\xa4\x53\x2c\xd0\xb1\x1b\x0f\x97\x02\xdc\x11\xe9\x14\x0b\xae\x8d\xc6\xc3\xa6\xe0\x5a\xc8\x38\x84\xe5\xb0\x00\x44\xfc\x5e\xc5\x93\x0e\x93\x39\x94\xe4\xdf\xeb\x19\xdf\x57\xbd\x8f\xfe\x54\x95\x63\xb2\xa9\xe6\x28\x70\x8d\x64\x38\xe9\x2a\x90\x84\x18\x4f\xba\x0a\xd4\x4c\xc6\xc3\xab\x94\x8a\x67\xce\x07\x74\xbe\x0c\x30\x5d\xa5\x7a\xca\x71\x8e\x07\x01\xa7\x74\x3d\x5c\xc5\x99\x95\xfa\xd7\xb0\xd8\x2a\x3f\x92\x48\x97\x5a\xaf\x38\xb3\xa1\xa4\x55\xc0\x6c\xa4\xe6\x2b\xce\x6c\x34\xbf\xb0\x19\x99\xbe\xef\x9e\xf3\x93\xf5\xf7\x37\xaf\x31\x9f\x31\x3f\xbc\xc9\x15\xc3\x78\x55\xff\x61\x36\x9d\xae\xc5\x0b\x58\x05\xc9\x78\xf8\x15\x4f\xed\x44\xc9\xa8\x40\x58\x21\x8e\xdb\x02\x98\x41\x62\x10\xec\x2a\x6f\xe6\x27\xf6\x07\xae\xdd\xc6\xc3\xb0\x38\x33\xe2\x61\x0e\x78\x83\x44\x5c\x87\x55\xde\xb4\x85\x5c\xcf\x31\x80\x9e\xa1\xef\xc1\x4c\xc8\x3c\xca\xc4\x7a\xf1\xf0\x2b\xe7\x26\xd6\xa5\xd6\x2b\xd3\xdb\x67\x7d\x87\x19\xf5\xaa\xcd\x08\x35\x91\xf1\xf0\x28\x87\x19\xf5\xca\xc3\xb8\x80\xf9\x18\x99\x77\x81\x6b\xb5\xd4\x66\x40\x48\x08\x46\x66\x53\x8e\xb0\xd3\xe9\x6d\xb8\x00\x79\xd0\xa5\x96\x2b\x0e\x16\x22\xfa\x84\x8d\x4c\xc2\x45\x71\xe1\x46\xf3\x8b\x9b\x91\xd4\x6e\x05\x71\x6b\xc6\xc3\x11\x18\x09\x41\xc2\x45\xc1\xcd\x88\xde\x7f\x0b\x98\x09\xf9\xe2\x61\x5f\x2f\x64\x46\xe0\x4d\x1b\x98\x09\x99\x41\xc9\xab\x82\x7f\x48\x6d\x5c\x03\xe6\x9f\xcc\xb8\x9e\xfd\x9d\x2f\xce\x57\x8d\x98\x6f\x4a\xf2\x15\x41\xb1\x3a\xbc\x6a\x34\x94\x57\x3e\x0f\x7c\xff\xad\x47\x4d\x40\x47\x21\x73\xad\x29\xa2\x9c\xf5\xa5\x8a\xf2\xce\xe7\x43\xdf\x52\x03\xd7\x04\x04\x13\xf2\xb7\x9a\x0c\xe5\xaa\xdf\xdb\x63\xfb\xc8\x07\xc7\x28\xfd\x55\x13\xf0\x56\xc8\xdf\x6a\xc2\xfa\x70\xbf\x55\xd8\x00\x75\x38\xd5\xdc\x50\x1f\xdb\x83\x30\xa4\xc3\xaa\xc2\x46\xad\xc3\xa9\x66\xd4\x47\xfe\x51\x0b\xd6\x93\xfb\xa3\x42\xf3\xa3\xc3\xa9\x16\xac\x07\xe9\xbd\x42\x13\x24\xfe\x5d\xeb\xd9\xcf\x74\x70\x59\x15\x71\x65\xe2\x5f\xb5\x21\x6b\x07\x0f\xeb\x0a\xfe\x21\x7e\x56\x8f\xb0\xd2\x9b\xfa\xdf\x31\xdf\xe1\x2f\x90\x2e\xab\xf6\x43\x0c\x52\x63\x54\xf3\x8f\xf5\x7c\x98\x89\xd4\x06\x15\x6a\x1c\x31\xab\x6a\x13\xef\xeb\x19\x9d\x27\x33\xaa\x47\x72\xc9\x8c\x30\x5f\xc0\x8a\xe8\xba\xd6\x03\x2b\x22\x88\x99\x54\x00\x14\x35\x11\x2b\x98\x87\x98\x49\x3d\x92\x4e\x66\x84\xfa\xaa\xf0\x9e\x11\x33\xa8\xf3\x6c\x4e\x1a\xbc\x17\xf0\x20\x32\x5d\xa9\x57\x05\x08\x91\xae\xe5\x15\x89\x22\x7f\x88\x7f\xd5\xf3\xbe\xc6\x8b\x5c\xa7\x3f\xc4\x0d\xd4\x22\x06\x8d\xad\x8a\x34\x37\x17\x25\x83\xba\x2f\xbc\xcf\xf2\x8d\xc5\xa1\x64\x05\xfc\x89\x48\x3f\xf2\x05\x00\x8a\x7c\x51\xf2\xaf\x1b\x10\x3b\x22\xbe\x73\x73\x8a\x3f\xf3\x7b\x83\x18\x78\xd8\x03\xb0\x22\xfe\xcc\x2f\xd4\x22\x32\xa8\xd6\x73\x73\x8a\x3f\xe3\x41\x6a\x06\xe9\xc4\x2b\x72\xa8\xaa\xff\x0d\x68\x44\x0c\xea\x5a\xed\x42\x4e\x18\x0a\x0f\x0d\xd9\xa5\xd5\xdf\x76\x61\xfd\xa9\xd6\x01\xc6\x45\xbc\x28\xf9\x00\xe4\x42\x49\x8f\x57\x43\xc6\xac\x8b\xeb\xdf\x42\xc2\x73\xe4\x33\xe8\x83\xf4\xd0\x90\x45\xfa\xa2\x4e\xba\x45\x6c\x56\x32\xe3\x16\xd1\x1f\x0a\x17\x40\xbd\x50\x9e\xd9\x05\xd4\x8b\x48\xd7\xf5\xd5\x1c\x93\xe8\xd2\x33\xd6\x9f\x92\x7e\x4b\x58\xff\xa4\xef\xb1\xfe\x64\xf6\x0d\xcc\x44\x92\x79\x43\x52\x40\x22\x06\xac\x96\xf1\x3e\xe9\xab\xe5\x81\x67\xb6\x97\x27\xbe\x67\xff\x01\x6a\x24\x49\xb5\x39\xb3\xe0\xe1\xd0\x90\xf9\xef\x22\xf3\x69\x05\xeb\x4f\xfa\x6e\x48\x53\xc9\x94\x89\xab\x55\xf4\x5f\xfd\x39\xc2\x8c\x52\xa7\xae\x56\x07\x9e\xd9\x1f\xe4\xad\x66\xc4\xfb\x6a\x10\x56\xa4\x26\x07\x20\x46\xbe\x78\x33\x69\x60\x36\x5d\xf3\xe1\xcc\x86\x37\x93\xd6\xbd\x7d\xb6\xd7\x41\x1f\x1a\x7f\xf7\xfe\xb3\x7e\xdc\x94\x24\xdc\x35\x03\x3d\x50\xad\xdd\x90\x1e\x90\xae\xe4\xab\x1d\xe1\x45\x39\x48\x57\x33\xcf\x12\xa4\xef\x31\xdf\xa2\x9f\xe1\xf5\xb3\xfd\x01\xfa\xa1\x9a\xba\x81\xdf\x74\xf5\x67\x62\x3e\x79\x18\x03\xb1\x43\x09\x3b\x57\x3b\xfc\x26\x32\xc8\x79\xb5\x79\xa3\x9c\xef\x2f\xcc\x07\x6f\x46\x0d\x79\x67\x03\xf7\x7b\x83\x30\x22\x35\x6b\x5b\x37\xca\xf5\x3d\xe6\x87\x87\x13\x10\x39\x62\x10\xbd\x1d\x7e\x11\x65\x26\x68\xdb\xc7\xcf\xef\x37\xd6\x97\xfb\xbf\x6d\xcc\xbf\xe8\x67\x2f\x94\x73\x3e\x91\xb1\x36\xf0\xe6\xd8\x6e\x8c\x8f\x87\x4d\xbb\xbd\x3d\xae\xff\xed\xf5\xfd\x25\x1b\xf0\x6a\x60\x5e\x41\xc4\x8e\xac\x32\x84\x87\x58\xed\x48\x36\x31\x88\xf8\x9f\xb3\xf9\xbb\xe9\x7d\x2c\x16\x25\xef\x06\xa0\xb5\x6e\x7a\x1f\x83\xe7\x4d\x01\xf0\x21\x5d\x92\x1f\xe0\x43\x22\xd3\x82\x2d\xc0\x87\x74\x39\x08\x00\x3e\x24\xcb\xa0\xd6\xa1\xe3\x95\xe4\xd7\x83\xd7\x5f\xf9\x7c\x26\x57\x6a\xad\x1e\x7c\x32\xbe\xc5\xec\xc8\x4f\xca\x08\xe5\xd5\x23\x88\x99\x92\x4e\x07\x33\x93\x0d\xa5\x03\x4f\x4d\x6a\x9f\x8e\xdc\xb7\xcc\x32\xb5\x00\x3f\x92\xb5\x39\x3b\x12\xe6\x33\xcd\xd4\xea\x2e\x59\x51\xd2\xe9\xce\xbc\x28\xe9\xf4\xc3\xbc\xba\xd4\x38\x80\x2b\x89\xc4\xb7\x5a\x80\x23\xc9\x8c\x23\x59\x80\x23\x89\x8c\x78\x5e\x80\x23\xc9\x4c\x1c\xba\x7a\x8e\x28\x67\x7f\x33\xc6\xd7\xf4\x8c\xf5\x22\xf1\xf5\x8c\xf9\x22\x33\xed\x19\xcc\x9f\xc4\x07\xf8\x92\x4c\xb8\x8a\x05\xf8\x92\x2e\x35\x0b\xe0\x4b\x32\xe1\x2a\x16\xe0\x4b\x22\x73\x3f\x2d\xc0\x97\x64\x19\x24\x7b\xc1\x61\xda\x55\x8e\xc3\x8e\x92\x5a\x3f\xcc\xb1\x4b\xcd\xd1\x2b\xfa\xcb\x9b\x09\xe0\x4e\xba\x24\xd1\x5e\xb1\xfe\x3c\xbc\x00\x57\x12\x83\xca\x9b\x7f\xcf\xf1\x80\x99\x32\x6e\x62\xf5\x76\x24\x65\x13\x7d\x22\x73\x2a\x33\x3e\xad\xde\x31\x5e\xad\xdf\xb9\x09\x46\xe6\x74\x5a\xdd\x31\xe8\xb4\x9e\x48\xa5\x1a\x44\xaf\x16\x50\xce\xf9\x03\xb3\x0c\xa2\x57\xc3\xfc\xf0\x26\xd7\x0d\xf3\x41\xe6\xd8\x91\xc2\x37\x88\x7e\x0d\xf4\xa8\xf9\x30\xd0\xa3\xe8\x17\xb9\xb6\x88\x68\xb1\x3a\x52\xd6\x07\xd1\xe7\x11\xee\x62\xd0\x78\x06\xe8\x4f\xed\x0f\xcc\x8f\xc6\x33\x30\xbf\xbc\xf9\x75\xe4\x63\x0d\xa2\xc7\x89\xf5\x24\x3f\xe8\x13\xfb\x8d\xfb\xbf\x2f\xaf\x8f\xfd\x5f\x5e\xae\x67\xaf\x8f\xfd\xdf\x15\x30\x7d\xec\xdf\xb9\xf9\xc5\x20\xfa\x70\x61\xcc\xf4\xbe\xa1\x9c\xfd\x71\xe6\x28\x7a\x38\x37\x39\x93\xf0\x00\x04\x92\x1c\xc4\x7f\x00\x1f\x26\xe1\xa1\x3b\xbf\x13\xbd\x1c\xe1\x2c\x13\x4c\x6f\x01\x71\x24\x32\x8e\x64\x01\x51\x24\x13\xf1\x62\xd9\xd5\x4e\x7d\x59\xe5\x1d\xe5\x95\xcf\x37\x70\x07\x13\x9f\xb1\x7e\x9c\x3f\x0b\x17\xca\xd9\x5e\xc0\xfa\x71\x3e\x81\x38\x92\x03\x85\x23\x20\x8e\x44\xe6\x23\x5a\x40\x1c\xc9\x3a\xcc\x2c\x2c\x3c\xb3\x3f\xe7\x26\x68\xe2\x3f\x16\x31\x3e\x1e\x1e\x16\xb1\x1e\x9c\x5f\x8b\x1b\xe5\xec\x1f\x52\x7d\x07\xfb\x4b\x9c\xcb\xb2\x23\xb9\x65\x1d\x1e\x96\x30\x19\x94\x84\x2d\x63\xb1\x35\x99\x60\x1e\x32\x00\x5a\xc1\x60\x29\xa9\x1a\x52\x2e\x33\x43\xd1\xb2\x7a\x16\xf7\x67\x32\x6a\x42\x39\xdb\x03\x4c\xd9\xcf\x64\x20\xed\x5e\xa0\xa4\x65\x0d\xe9\xb0\x35\x39\x60\x1e\xcc\xdd\xb3\x00\x1f\x12\x99\xac\x67\x01\x3e\x24\x13\x3e\x63\x59\x3b\x8b\xf9\xfb\xfc\xa0\x9c\xed\x01\xaa\xec\xf7\x19\xd9\xff\x79\x38\x01\x2e\x24\x46\x4d\x6e\xf7\xef\xd9\x1f\x30\x93\xa8\xf9\x3b\xcc\x24\xcb\x21\xc0\x0c\xd9\xbb\x35\x9f\x47\x32\x33\x1d\x3e\x80\x1b\xc9\xcc\xef\xb8\xec\x48\x5e\xa6\xc3\xc3\x0c\xa9\xcd\xa3\xea\x5b\x28\x27\x31\x78\xfe\xf0\xa8\xef\x6f\xd4\xc7\xfe\x0f\xcc\x57\xd4\x33\xe6\x97\x37\x01\x1b\x58\x6f\x1e\xb6\x86\x9b\xa1\x0e\x57\x9b\x67\xfd\x19\x54\xb6\x6c\x62\xbd\xb9\x59\x0d\xc0\x81\x0c\x22\x5b\x36\x41\xdc\x1a\xdf\xf2\xf6\x59\xdf\xb9\xe9\x19\x83\xc6\x16\xe0\x46\x62\xd4\xfc\x43\x72\x63\x52\xc7\x65\x48\x70\x1a\x28\xa9\x1a\x80\x37\x03\x0f\x2b\x83\x64\xa6\xc3\xd8\x36\xc6\xaf\xf9\xdb\x0f\x70\x3c\x59\xdf\x7d\x79\xf2\x74\x3e\x07\x94\xb3\xfe\x1b\x29\xed\x35\xbf\xc8\x17\xf8\x33\xdf\x37\xe8\x89\x37\x73\x83\x70\xc5\xc4\x8e\x0b\x70\x23\x31\x8a\x79\x3c\x3e\x9e\x8f\x3e\x06\x98\x13\x23\xb4\xd7\xb8\xce\x7a\x6b\xbf\x00\x0e\x24\x32\x62\x7a\x01\x0e\x24\xcb\xa1\x03\x70\x20\x91\x11\xd3\x6b\x1c\x66\x62\xa2\xd7\x11\x90\x52\x93\x92\xf8\x38\xc2\x95\xc5\xa0\xfa\xb1\xbe\x64\x7e\x23\x7a\x7b\xfc\x3e\xa2\x3d\x0a\x07\x23\x9e\xf5\x17\x7d\x0d\xdc\x1c\x99\x0a\x72\x8d\x08\x2c\xd0\xa8\xef\x91\xac\x9f\xf4\x30\x9c\x39\x51\x58\x18\x09\xe3\xe7\x61\x3e\x90\x90\x54\xc2\xc0\x28\x5e\xce\xf1\x42\x78\x91\x30\x30\x9c\xff\xf0\x30\x1d\x05\xeb\x5f\xf4\xfe\x59\x9f\x9f\xf1\x54\xef\x2f\xdf\xaf\x98\x3f\xd2\xdf\x80\x70\x22\x07\x17\x20\x8a\x64\x39\xb0\x8c\x8a\xf5\xd3\x7c\x3b\x3f\xa2\x70\x06\x04\x11\x93\x81\x7c\x34\xec\x47\x0a\x67\xa3\x83\x1f\x54\x3d\xa3\xff\x3c\x6c\x47\xc7\x7c\x6b\xbc\xc8\xfb\x2e\x61\x61\x18\xe6\x9f\x87\xcb\x30\x8c\x87\xc2\xe4\x30\x1f\x8f\xde\xc7\x78\x34\x3e\x64\xf2\xd4\xe1\x3e\x7c\xbf\xeb\xfd\x79\xf8\x33\xf3\x82\x2f\x20\x7e\x64\xed\x07\x20\x7e\x18\x13\x86\xad\x31\xd1\xdf\xfe\x97\x08\xfd\x05\x78\x8f\x4c\xf4\xd5\x05\x78\x0f\x63\x4a\x84\x35\x16\x26\x53\x8d\x2d\x40\xc1\x92\xf9\x0f\xa8\x91\x98\x55\x70\x8d\x73\xcd\x33\x46\xe8\xae\x71\x98\x45\x64\x04\xf6\x1a\x1b\xd8\xb1\x64\x6e\x80\xfb\xc8\x92\x34\xc6\xc6\xe6\xa4\xa4\x34\x36\x16\x57\xdf\x3b\x73\xa0\xce\x7c\xdc\x67\x71\x93\x36\x13\xae\x6d\x92\x2c\xc6\xed\xf5\xb1\x7f\x48\x07\x2a\xef\x1d\xc0\x83\x44\x46\x60\xaf\xf1\x60\xf2\x28\xf9\x0d\xe8\xa0\xe5\xad\x33\xa1\x16\xd2\x62\x03\xde\x23\x32\x3d\xcb\x02\xbc\x47\x96\x24\x32\x9d\x59\x50\x12\x98\x2e\x79\xfc\x7c\xef\xf5\x7d\xfd\x9d\x11\x8b\x4d\x1b\xc6\xc4\xe6\x66\x50\xd4\x9a\x67\x73\x47\x26\xb4\x5f\x13\x37\x27\x26\x37\x5c\xf3\xdc\x9c\x2c\xa9\xfe\x73\x73\x8a\x0c\x1a\x5c\x13\xe0\xa8\x49\xfd\xc5\xe6\x66\xf6\xc3\x35\xd3\x0d\xb4\x5d\xbd\xff\xa0\xfc\x9b\x3f\xc0\x75\x58\xa6\x70\x30\xcf\xcd\x29\xa6\x9f\xe7\x81\xf7\xf9\x7d\x9e\x80\xeb\x4d\x7c\x5e\x78\x9f\xe3\xc9\x5e\x3f\xbf\x07\x73\x61\xf2\x93\x05\xf8\x0d\x63\x10\xe3\x9a\xe7\xe6\x94\x99\xe3\x70\xcd\x32\x80\xf7\xcb\xf9\x38\xcc\x26\x26\xb5\xe7\xe8\xc1\x51\xcf\x1b\xe5\x1c\xcf\x11\x6e\xa2\x36\xd7\x84\x70\xc3\x24\x89\x6b\x22\x79\xa8\x84\x9b\xd9\xce\x7a\x64\x1e\x76\x13\x37\xa3\xa8\xfa\xba\xf7\x9f\xdf\x83\xb9\x48\x38\x99\x48\x2f\x2a\x61\x64\x1e\xe1\xc3\x08\xe3\xbb\xe6\x11\x3e\x22\x13\xa4\xac\x69\x98\x2f\x0a\x17\x13\x6a\xe6\xa8\xf1\x0c\x4f\xb8\xcc\xf6\x07\xd6\x8f\xcc\x64\x0e\xcc\x2f\x85\xa1\x39\xb1\x7e\x64\x2e\x73\xa2\x7f\x14\x86\x80\x70\x11\x99\x61\x65\x01\xe1\x22\x13\xae\x66\x4d\xa8\x99\x09\x57\xb3\x26\xf2\x0a\x33\xa8\x78\xcd\x85\xf5\x10\x7d\xe1\xa6\x42\x78\x99\x05\x04\x0b\xcb\xda\x0f\x0b\xeb\xa1\xf5\xc3\xcd\x84\x89\xf0\x16\x10\x25\x22\x11\x05\xd6\xbc\xb1\x3e\x14\x0e\xe6\x5d\x01\x9a\xcc\xfa\x21\x1c\x88\x3f\xcd\x1b\xc8\xc5\x41\xf5\x19\xca\xf5\x0c\x7a\xd5\x7a\x42\x73\x23\xe1\x62\x62\xff\x47\x0a\x0f\x40\x88\x30\xc5\xd5\x00\x21\x22\x13\x7e\x66\x01\x21\xc2\x14\x57\x03\xc4\x87\xc8\x3c\x2b\x6b\x85\x1b\x40\xcb\x89\xcf\x0f\xca\x59\x5f\x04\x2e\x33\x0f\x53\x20\x3a\xc4\x44\xe1\x09\x88\x0e\x46\x2c\xba\x05\x44\x87\x48\x34\xe3\x05\x44\x87\x1c\x79\xf8\x2f\x1c\xe6\x72\x58\x5a\x09\xeb\xcd\xc3\x7e\xa5\x81\xfa\xbe\xf9\x00\xc2\x43\x96\x70\xb4\xf2\xe1\x17\xc4\x42\x5b\x2b\x83\x3e\xca\x9f\x6c\x2e\x2b\x63\xf1\x35\x18\xdf\xfc\x54\x0b\xac\x82\xc5\xe3\xb5\x73\x61\x33\x13\x9b\x6b\xad\xe2\xdf\xeb\xfd\x1b\xcf\x9c\xdc\x02\x40\x6d\x1e\x0e\x80\x8b\x88\xcc\x33\xb2\x00\x17\x91\x99\xbf\x6f\x2d\xdf\xec\x94\x3c\xd6\xd9\xec\xc6\xa0\xb6\xb5\x6a\x45\x39\xdb\x3f\x92\x89\x11\xbb\x6b\x2d\x48\x26\x4c\x2d\xb2\x00\x3f\x11\x99\x5a\x64\xad\xe6\xed\x91\x18\x1a\x88\xc5\xf4\x0c\x62\xe1\x66\x5f\x0d\xc4\x62\x7a\x2e\xa8\x8f\xe3\x41\xca\x71\x49\x9a\xab\x1d\x66\x4a\xac\xab\xb5\x1a\x36\xa3\xc6\x8b\x9b\x8d\x24\xab\xe5\xcc\x83\x6a\x8b\x65\x20\x0e\x8d\x6f\xa0\xff\x5a\x5c\xe8\x8c\x25\xf9\xad\x31\x00\xbc\xcd\xfa\x07\xe6\x5f\xe3\x9d\x20\x16\xf5\x77\x02\x79\x5b\x9b\xc5\x99\x09\x99\xcd\x82\x5a\x43\x92\xe3\x9a\xe8\x1f\x25\x33\xc0\x51\x64\x49\x8e\xeb\x08\x17\x56\xb5\xde\xb0\x51\x25\xd1\xcb\xc2\xe6\xd4\xf8\xa0\x43\x66\x86\x91\xb5\x36\xe6\x43\xe3\x83\x4d\x2a\x89\x5e\x6e\x30\x2f\x4a\x6a\xeb\xc6\x61\xc6\x9b\xc3\xba\x23\x90\xc4\x55\x8e\xfe\x51\x72\x03\x82\x44\x4c\xa2\x0f\x08\x17\x92\x3c\x17\x6c\x56\x4c\x4a\xb2\x96\x33\x17\x4a\x9e\xeb\x39\xcc\x40\xae\xee\x0b\x37\x11\x49\xaa\xfb\xdc\x44\x4c\xae\xee\xfb\x42\xff\xf8\x3e\x10\x24\x22\x73\x87\x2c\x20\x44\x64\xc2\xf1\xac\xed\xcc\x87\xc2\xc0\x3e\x37\x0f\x93\x6b\xf8\x0e\x38\x2c\x49\x7f\x3b\x00\xaf\x9c\x37\x95\x1d\x0e\x73\x96\xb7\xdd\x86\x0d\x8a\x41\xd0\x6b\x43\xed\x21\xe1\x10\x88\x12\x51\xc2\xc3\x76\xe1\x82\xeb\xb5\x61\x83\x92\xf0\xb0\xd3\x59\x5f\x46\x6c\xaf\x9d\x40\x7f\xdc\xff\x3b\x01\x4e\x9d\xcc\x73\x27\xc3\xf7\xdf\xfa\x00\xa1\x22\x66\x1e\xd6\x3b\x7b\x7b\xec\x5f\xf1\xfe\xb0\xfe\x82\xf5\xe1\xfa\x6e\xf0\x0b\xa2\x98\xaf\x5d\xb1\xbe\x14\xbe\x80\x30\x11\xb3\xe6\xab\x9e\xf5\x92\xf7\xe9\x3e\x37\x8f\x98\x79\xf8\xef\x06\x7a\x22\x3f\xd9\x87\x1f\x44\x06\x81\x2f\x20\x46\x44\x09\x33\x40\x8c\xc8\x4c\x5c\xb8\xb6\xef\x67\xd2\xcb\x86\x4d\x4a\xc2\xf0\xee\xfe\x3d\xfb\xdf\xfd\x7b\xce\x57\xc7\xfa\xfe\x7c\x8f\xf5\xa1\xf0\xbb\x3b\xd6\xf7\xa7\x3e\xcc\x87\xe8\x07\x37\x15\x22\x34\x2c\x20\x4a\x64\x09\xbb\x1b\xfc\x84\x41\xeb\x6b\x8f\x0a\x00\x7b\xbe\x7f\xf8\x47\x64\xe6\xd8\xb5\x91\xff\x43\xde\x7b\x7b\x60\xfd\x78\x98\x03\x31\x22\x12\x91\x61\x6d\x17\x46\xec\x4f\x71\x2e\x80\x93\xc8\x92\xac\xf7\x8a\x80\xcb\xe7\xe4\x83\x99\x24\x5e\xdb\x37\xd4\x1c\x84\x77\x58\xfb\xdc\x64\x72\x12\x31\x83\x79\x64\x11\x1b\x98\x05\x23\xe8\xd7\xde\x67\xf1\x65\x40\x03\xfc\x43\x64\x86\x8e\x05\xf8\x87\x2c\xc9\x75\x83\x39\x30\x25\xc7\xda\x30\x68\x27\x4d\xc6\xe3\xed\xb1\xfd\x67\x00\xb0\x9f\x93\x01\x83\xb6\x5c\x41\xf7\xb3\x50\xae\x67\x6c\x4e\xaa\x79\x6e\xdc\x4c\x24\x99\xde\x60\x0e\x99\x92\xc3\x8d\x9b\x88\x5c\x41\x6f\xa8\x2d\x88\x1d\xb5\x00\xff\x60\xf2\x93\xbf\x71\x53\x91\x24\x7d\x23\xa5\x88\xfc\xe6\xef\x80\xc5\xa4\x64\x01\xf8\x86\x48\xb8\x85\x05\x78\x86\x2c\x49\x1b\xf0\x0c\x59\x92\xf6\x7d\x6e\x26\x26\x1b\xd6\x0d\x03\x36\xb3\xe9\xae\x1b\x69\x45\x64\xc3\xba\x9d\x79\x14\xbd\x8f\xf1\x15\x95\x6f\xd4\xcf\xfe\x1f\xe6\x90\x89\x5d\xb5\x6e\x30\x07\x49\xe6\x40\x64\x30\xb9\x2e\xdf\xb8\x89\x48\xf2\xbd\xcf\x4d\xc4\x64\xb3\xba\x61\xc3\x91\xa4\x7a\x3b\x73\xa1\x70\x71\xd7\xb3\x7e\x4c\x54\xb2\xee\xc3\x1c\xcc\xb4\x1e\x10\x16\x08\xf9\xbf\xee\xc3\x1c\x4c\xae\xb4\x40\x6c\xc8\xba\x79\xdf\xc8\xef\x20\x6f\xa4\xdb\x99\x07\x75\xce\x77\x3f\xeb\x25\x6f\xa0\xbb\x63\xf3\xf1\x70\xb9\xa1\xa6\x48\xea\x7f\xc7\x7a\xf1\x66\x70\x77\xf4\x8f\xc2\xc8\x0d\x9b\x0a\xd3\x4f\xac\x1b\x6a\x0c\x49\xca\xb7\x33\x07\x32\xfb\x7b\x60\xfd\xd4\x9f\xe1\xe5\x7c\x7f\x4c\x94\xb3\x7d\xdf\xec\x64\x76\x40\x7c\xc8\x92\x8c\xef\x89\xf5\xd0\xf7\x13\xeb\xc1\xfd\x73\x23\x1b\x90\xbc\xfb\xee\x05\xe6\x4a\x66\x77\xfb\xfe\x26\x73\xbb\x21\x1c\x10\x1e\x66\xdd\x0b\xf4\x47\x49\xfb\xf6\xfd\x4b\xe6\x77\x23\x0e\xe7\x92\xc7\xc6\x0d\x5f\xd8\x4b\x2e\x1b\x37\xac\x18\x4c\x5b\xb8\xee\xc7\x93\x62\xa8\x8b\xd8\x92\x45\x24\x7d\xce\xf7\xcc\x44\x86\xeb\xf6\xac\x10\x72\xe2\x78\x60\xb7\x65\x5a\x82\xf5\x5c\x98\x73\xee\xe9\x07\x7b\x9a\x69\x09\xd6\x13\x90\x46\x43\x5e\x07\x80\x91\xc8\xcc\x85\xb2\x9e\x30\xfd\x05\xfd\x71\xa8\xb4\x70\xd7\x3d\x01\xbb\x84\x54\x0a\x5c\x89\xa8\xfb\xd3\x03\x4b\x2e\xd3\x23\x2e\xe0\x4a\x44\xdd\x9f\x9e\x73\xdf\x08\x97\xfc\x30\x9e\x84\x2e\x92\x6c\x9f\x04\x36\x48\xb2\x7e\x12\xa6\x9d\x64\xfc\xf8\xb6\x24\xdb\x78\xb2\xcf\x32\xe9\xee\x29\x5e\x21\x7b\x54\x7d\x5d\xc8\xe8\x9f\x23\x95\x47\x41\x27\x3c\x70\x5b\xbd\xe4\xca\xf0\x54\xc3\x0b\xec\x42\xc5\x24\x51\x61\xfa\x54\x2c\x4b\xf9\x93\x69\xff\xf1\x4c\x0f\xb2\x75\x3d\x30\x6f\xe8\x06\x08\xe4\x8a\xa8\x1b\xdf\x03\x0d\x00\xd1\xec\xd7\x03\x0d\x00\x61\x84\xd6\xd3\xdf\x54\x28\xfa\x20\xe1\x03\x8e\xaf\x7b\x2e\x12\xcd\x79\x2f\x78\x81\xe3\x83\xc1\xa3\x68\x0d\x71\x8c\x13\x88\x68\x3d\x86\x29\x26\x67\x7c\x0c\x6b\x26\x8b\xc1\x83\x7b\x00\x61\xe0\xd6\x33\x3c\x1b\x8a\xc6\x00\x7b\x67\x11\x15\x60\x6f\x0b\xcd\xe1\x81\x3d\x93\x38\x71\x0b\x68\x1c\x59\x17\xaf\x07\x7b\x5d\xe8\x0e\xcf\x1c\x9e\xbe\x85\x3d\xc0\x4d\x40\x37\xa9\x07\x7e\xf8\x17\x31\xc3\xd7\x33\x31\x26\x5e\x35\x1e\xec\xee\x22\xb2\xf1\xd3\x9b\xa7\xe5\xb3\xbc\x87\x7a\xdf\x7b\xc4\x39\xdc\xd5\x13\xc0\xf0\x05\x28\x1e\x75\xf7\x79\xb6\x67\xa0\x21\xff\x7c\xe0\x70\x42\xb8\xa5\xf5\xdc\xde\x03\x2e\xd3\xed\x15\x70\x4e\x6e\xef\x01\x27\xf5\xf1\x75\xa6\xf4\xf5\x3c\x58\x67\x11\xc2\xf3\xe6\x9c\x61\x97\x60\x35\x95\x6e\xe0\x79\x40\xb7\x4d\xcf\xd8\xdc\x54\xf6\xed\x0b\x96\x0a\x02\xdd\xef\x0b\xca\x08\x26\x97\xdc\x97\xb3\x97\xef\x88\xda\x17\x44\x82\xf2\xdd\x4f\xf7\x75\x61\x92\xbf\x39\xd9\x57\x00\xe1\x34\xd6\x07\xb3\x29\x81\xf1\xf7\x05\x65\x25\x95\x0f\xfb\x0a\x3e\x45\xac\xdf\x99\xcd\x47\x06\xfb\x72\xe6\xf2\xdd\x47\xf7\x15\x41\x06\xd4\x1e\xed\x2b\x82\x61\x7e\x17\xd2\x7d\x39\x33\xa9\xec\x40\x02\x99\x74\xbe\x9f\xbc\x01\x36\x98\xb1\xaa\xb1\xb0\x47\xf0\x4a\xa3\xba\x62\x5f\x70\x71\xbd\xa8\x0f\xd9\x57\x06\x6f\x68\x7c\x86\xbe\x91\x58\xed\xfb\xf2\x53\xbe\xb3\x47\x30\x66\x10\xab\x7d\x5f\xce\x9d\x34\xc5\xd5\xbf\xe7\x14\x56\xff\x5e\xe5\xa0\x82\xa8\x1e\xe1\x8e\xc1\x3b\xea\xbe\xe0\x94\x7f\x45\xf5\x08\x1a\x48\x5e\x52\xf7\x05\x0d\x24\x2f\xa5\xfb\x6a\xde\x22\x17\xd1\x53\xcd\xf0\xd6\xb8\xaf\x23\x48\xc4\xf2\xf3\x9c\x3c\x17\x11\xbb\xe0\x1c\xec\xe7\xb9\xf8\x0b\xec\x42\xab\x68\x52\x4d\xdc\xfe\x82\xfa\x00\x06\xd2\xd9\x44\xf7\xf4\x48\xfa\x02\x36\xda\xa2\x69\xec\xde\x24\xa7\x05\x37\x99\xa2\x59\xc0\x4d\x86\x37\xe9\x7d\x75\x6c\x5f\x63\x8f\x9c\xa5\x19\x97\xc9\x40\x49\xd4\x3b\xef\x0b\x57\x15\x5e\x85\xf7\xe5\x09\xab\x98\xa2\x7b\x5f\x50\x9c\xf2\x2e\xbc\x2f\x67\x69\xea\xf1\xf0\x0a\xf8\x3e\x5c\x34\x8a\x86\x38\x41\x6a\xd4\x44\x6e\x20\xc8\x64\xc2\x0b\xee\x6b\xe2\xa0\xa0\x40\xb3\x2f\x67\x59\xaa\x71\x61\x3b\xff\xc9\xe8\xbf\x2f\x18\x59\xb3\xb6\xfa\x8e\x5e\x3b\xfb\xb3\x07\x5e\xe0\x0c\xed\xe9\x19\xa1\x38\xc5\xb0\x94\x10\x48\x7c\x5f\x9e\x92\x86\xf9\x82\xf7\x05\x86\x46\x24\xf1\x7d\x41\xb5\xca\xdb\xfd\xbe\xee\xdb\x73\x48\xf1\x8f\x23\x21\x65\x5e\xef\xb7\xc3\xce\x5c\x49\xfc\xe1\x39\x73\x4a\xac\xec\x0d\xdc\x99\x9c\xb5\x48\xf0\xc9\xe5\xfd\x7d\x87\xc3\xbf\x32\xef\xef\x3b\x5c\xbe\xaa\xdc\x8d\x01\x4e\xb7\xbc\x80\xef\xf0\xa6\xbd\xe2\x76\x0c\x87\x83\x45\x22\xa5\xec\x80\x4b\x0e\x43\x28\x76\x38\x1c\x2b\xe7\xc0\x0a\x03\xf2\x80\x69\x7f\x07\x08\x50\xb4\x4f\x6c\x40\xc7\x44\xc2\x69\x6f\x40\xc3\x64\x5e\xf1\x77\x00\x87\x62\x2e\x9d\x1d\x20\xee\xf0\x8a\xbf\x03\x72\x31\x5c\x3f\x15\x82\xc1\x10\x92\x7a\x03\x0b\x26\x67\xf5\x18\x0c\x86\x10\xd4\x3b\x94\xdb\x33\x73\xe9\x83\x07\x2f\xb0\x85\x8a\x49\xd3\x10\x0f\xc7\x89\x04\x57\xd9\x00\x83\x89\xc4\x84\xde\xa1\x36\xaf\x50\x2f\x60\x08\x89\xb3\x5e\x7d\x08\x7a\x5e\x28\x37\x3e\x83\x14\x03\x9f\xc1\x80\x18\x06\xb2\x43\xc3\xaa\x11\x0b\x6f\x07\x38\x78\xd0\x26\xb3\x03\x36\x3f\x51\x9a\x37\xe0\x64\x32\x6d\x32\x3b\x80\x19\x10\x6e\x65\x07\x6c\x7e\xaa\x11\x76\x80\x03\x06\xd5\x06\x3b\xe0\x66\x42\xb5\xc1\x0e\xe6\xc9\xcc\x2a\x7b\x08\x0b\x2b\xaf\xfa\x1b\x78\x30\x91\x78\x2c\x3b\x78\x36\x3a\xde\x55\x76\x98\xe7\x68\x26\x2e\xf1\x0e\x9e\xee\x8a\xf0\x74\x3b\xcc\x82\x17\xd8\x65\xe7\x06\x4c\x50\xb7\x01\x09\x13\x09\xa1\xb2\x03\xd2\x2c\x5c\xbc\xee\xec\x00\x5d\x27\x31\x54\x36\x30\x63\xf2\xcf\x32\xc3\xd0\x4a\x5d\xe7\x06\x86\x4c\xce\xa2\x8b\x05\xba\xe0\xe5\x62\x07\xe7\x10\xa2\x0b\x4f\x79\x45\x88\xb9\x1d\xa0\xfd\xfc\x59\x77\x78\xd4\x12\x0c\x79\x07\x98\x3e\x09\x86\xbc\x03\x4c\x9f\x59\xeb\xee\xbb\xb9\xe8\x79\x9e\x67\x9e\xfe\xc1\x77\x33\xe9\x20\x5e\xd5\x73\xb0\x35\xfe\xd1\xf0\x41\xe0\x33\x36\x23\xe9\x20\x5e\x86\xf2\x6f\x88\x80\x7d\x89\x84\x91\xd9\x80\x7d\xc9\xd4\x30\xec\x18\x30\x25\x9f\x8c\xb7\xa3\x6f\xee\xef\x32\xb4\x63\xc4\xb2\x4a\x7c\x88\xb8\xcc\xe4\x4f\x24\xdb\xd1\x13\x43\x49\x7e\x88\x11\xcb\x5a\xd9\x42\xf2\x1e\xb0\x3c\xa1\x02\x8a\x17\xd1\xb9\xc3\x77\x87\xdf\x00\x66\x09\x97\x0e\xe3\x98\xb0\xf9\x48\x89\x31\xf9\xaa\x75\xb5\x80\xdd\x4c\x0e\x17\xdf\xc4\x78\x3c\x09\x23\x0c\xaa\xd4\x39\x6f\xc0\xb3\x44\xa2\x12\x6f\xc0\xb3\x64\x02\x4d\xee\x98\xb1\x0a\x24\x5d\xc0\xb5\x64\x46\xe4\xee\x58\xb0\x3b\xeb\xf5\x17\x77\x80\x1d\x61\x71\x61\xd2\xd1\x1d\xa1\xe4\x20\x06\xf2\x8e\xd0\xa0\xd2\x5c\xb9\x23\x34\xa4\x95\x12\x23\xc0\x5c\x32\xf3\x22\xee\x08\xe1\x25\x8b\x04\x5a\xf5\xbc\x79\x7c\xa1\x81\x46\x28\x42\x46\xe7\x15\x94\x4d\x80\xc6\x92\xb3\x66\xdc\x79\x05\x45\x95\x68\xd1\x13\xed\xf1\x05\xf8\xd5\x8b\x17\xc4\x37\x33\x5e\xd2\x1f\x58\x73\xad\x08\x94\x9a\x55\x0b\x00\x41\x81\xb9\x4f\x77\x84\x91\x84\xf8\x37\x3b\x3a\x33\x21\xef\x88\xc3\xbf\x67\x07\x86\x7f\xcf\x1e\x0e\x90\x80\xf6\x59\x84\x49\x36\x8b\x04\x3c\xf7\x9e\x36\x1a\x10\x5d\x22\x11\x71\x76\xf4\xdb\x53\x15\x5d\xe3\xf6\x94\x45\x23\xce\x5b\x28\x1d\xc5\x85\x8d\x23\x9a\x59\x11\xe5\x1c\xa2\x67\xdb\xfb\x21\x53\x67\x36\x5a\xe6\xe5\x2d\xaa\x85\x85\xbd\x4f\x61\x27\x7a\xfe\xbd\x1f\xb2\x84\x1d\x97\x60\xc5\x3b\x1e\xe6\x13\x89\x9a\xb3\x81\xea\x12\x89\x92\xb3\x81\xea\x92\xb3\x08\x07\xcc\x89\xa8\x39\x3b\xc2\x0f\x84\xa8\x38\x1b\xa8\x2e\x39\x8b\x4e\x6e\x27\x24\x4a\x88\x80\x6d\xc9\x59\x3b\xf1\x7e\x33\x1c\xb2\x46\xe8\x67\x89\x50\xba\x81\xcb\x12\x09\x37\xbc\x81\xbb\x92\xb3\x28\xef\xf1\x1e\x7d\xef\x27\xe4\x06\xb8\x98\xb6\x6c\xa7\x73\xdb\x8a\xb4\x96\xec\x74\xbd\x39\x12\x03\xff\x28\x78\x21\xf1\x19\x9b\xa1\xab\xdc\xfc\x83\xcc\x3f\x20\x8c\x74\xd5\x38\xfd\x85\xc2\x3f\x1e\xff\xe3\x9b\xb6\x14\xde\x4e\x35\xfe\xe1\x89\x12\x79\x9a\xa7\x70\x38\x12\x51\x85\x77\x0a\xb7\x67\x62\x64\xa3\xce\x35\x89\xf3\xbb\x93\x73\x4d\x8a\x48\x00\x74\xc9\xb9\xeb\x83\xe6\x1f\xb0\x13\x30\xfb\x30\xd4\x6d\xa7\x04\xea\x21\xb8\xec\x4e\x70\xaf\xcf\xdc\x62\x29\xfb\x44\xb0\x02\xe7\x61\xdc\x52\xa9\x54\xcf\x06\xc9\x17\xe0\xc2\xaa\xc3\x34\x15\x4f\x27\x59\xf4\x05\x16\x97\xd4\x90\xe0\xe6\x41\xf8\xd8\x9d\x5c\x68\x22\x31\x24\x28\x69\x08\xf7\xba\x01\xa2\x92\x99\x7f\x75\x27\xb0\x21\x82\xde\xec\xd4\x6f\x94\xf3\x7d\x38\x9c\x53\x79\xb8\x81\x83\x12\x1b\xb9\x72\xb2\xe6\xf9\x23\xf5\x01\xe6\xa8\xe8\x19\x4c\x80\xd7\x11\x00\xa5\xc4\x46\xb6\x9d\xc6\xf0\x04\x93\x7a\x61\xe2\x05\xce\x29\x54\x2e\x74\xb4\xd8\x69\x60\xc4\x64\x22\x40\x52\xc9\x74\xb4\xd8\x69\x26\xcf\x48\xc9\x2e\xc2\x38\x4b\x44\xd6\x9d\xa6\x4f\xa1\x2a\xf0\x1e\x88\x50\xc0\x75\x08\x89\xbb\x81\xc5\x12\x09\x44\xb3\x13\xd2\xd6\x5d\x84\x59\xdb\x69\x35\x7c\xf0\x17\x3d\xdb\x4e\x30\xbf\x10\xd0\x75\x27\x48\x2f\xcc\x10\xbb\x93\x33\x10\xb2\xac\xb4\xbd\x72\xb6\xee\x0c\x84\x6c\x3b\x81\x61\x48\x1a\x02\xb2\x4b\x24\x92\xcc\x76\x64\x97\x8b\xb8\x5f\x3b\xdd\xd8\xce\x64\xcb\x09\xa0\x78\x57\xd7\x9a\xe2\x7e\xc4\x9c\xb4\x3b\x9d\xfb\x51\xa6\xf2\x76\xa7\xdb\x73\x82\x6a\x89\x60\xe1\x61\x88\xe2\x4e\xf0\x9a\xa7\x36\x77\x27\xe7\x40\xe4\x81\x09\xb0\x9b\x57\xd7\x1c\x3c\x0f\x5e\xf8\xc6\x9c\xaf\x37\x11\xa8\xfe\xc0\xa0\xc8\xb3\x32\x22\xa4\x99\xb6\x76\x67\xe7\x40\xe4\x38\x80\x8f\xc9\x84\x97\xd8\x80\x8f\x09\x17\x43\xf0\x77\x3e\x17\xac\x4c\x7c\x89\x0d\x3c\x98\xcc\x3c\xbb\x3b\x07\x27\x0a\x6e\xe5\x8c\xc8\xa0\x42\x16\x96\x83\x27\x3a\xe5\xde\xce\xb0\x21\x13\xb8\x75\x03\x21\x26\x53\x21\xbd\x81\xd8\x12\x9b\x2a\x04\xaf\xa0\x42\x7a\xe7\x8c\x49\x52\x7d\xe0\x1d\x54\x48\xef\x5c\xa2\x27\x0b\xe5\x10\x70\xc1\x62\xaa\xdb\x9d\x8b\x67\xef\xfc\xb4\xf4\x3b\x23\x98\x86\x98\x17\x1b\x18\x2e\x91\x18\x3b\x1b\x18\x2e\x99\xb9\x6d\x77\xae\xde\x43\x4e\x6a\xf5\x06\x58\x5f\xf5\x1e\x72\x52\xe1\x9f\x4a\xe8\xe1\x9d\x2b\x66\x80\xcc\x2b\xd7\xdb\xd3\x93\xb2\x03\x30\x23\xd3\x6c\xbb\x73\xf3\x7c\xa4\x94\xe9\x32\xfc\x4a\x98\xdd\x76\x67\x78\xd4\x13\x15\x67\x03\xc5\x25\x5c\xc6\xad\x98\x7b\xc4\x0b\x1c\x12\x92\x3c\x5d\x26\xc2\xe9\x87\x9b\x10\x21\x76\x67\x80\x42\x5d\x8c\xd0\xd9\xb9\x6f\xbc\xc0\x3e\xc1\x3a\x44\x20\x9b\x0d\x20\x97\x4c\x2d\xfd\xce\x86\x65\xe1\x95\x2b\x8f\xea\x39\x55\x39\x6b\xb0\xfd\x12\xe9\x66\x67\x98\x7f\xa8\x36\xdf\x40\x6a\xc9\x54\x9b\xef\xbc\xa2\x27\x59\xd5\x1f\x98\x76\x5e\x37\x32\x40\x36\xc3\x25\x62\x87\x4a\x98\x4a\xeb\x0d\xac\x96\x28\x16\x0c\xac\x96\x4c\x25\xf6\xce\xe0\x38\x44\x95\xdd\xc0\x6a\x89\x8c\xa8\xdd\x79\xfb\xf7\xec\xc0\xf6\xef\x39\x82\x7d\x7b\xda\x56\xbd\xf0\xe0\x03\x76\xe8\xf6\x3c\xad\x51\x7f\x60\x1d\x79\xea\x00\xcd\x25\x76\x6d\x47\x88\x28\x54\x62\xef\x0c\x13\x72\xd7\x6e\x84\x09\x99\x00\x26\x3b\x83\xc1\x74\xed\x4e\x88\x2c\x44\xc7\xd9\x40\x77\xc9\xba\x90\x39\xba\x4b\xb8\x7e\x2a\x00\x19\x50\x42\xc9\x8f\x67\x9e\xfd\xf9\x02\x64\xc0\xed\x0d\x7c\x97\xc8\xa8\xde\x0d\x7c\x97\x4c\xa5\xf8\x2e\x97\xf7\xa0\xf2\x19\xec\x81\x37\x30\x40\xbc\xc4\xce\xdd\x5b\x9c\xbf\x90\x09\x17\x20\x7b\x06\x46\x3a\xee\x12\xce\xfd\x80\x80\x35\xbb\x00\x8d\x2e\x30\x94\x71\x17\x98\xa1\x75\xac\x01\xc4\x25\xf6\xf8\xa7\xeb\x0e\x10\x5e\x32\x33\xd9\xee\xe2\xcc\x89\x1b\xaf\x44\x10\x25\xaf\xfd\x25\x39\x51\x92\x9b\x15\x5c\x10\xa5\x81\x2f\xc9\x89\x92\xec\xac\xc0\x6a\x4d\x5c\xed\x0d\x4c\x97\xc8\x30\xe5\x0d\x4c\x97\x2c\x15\x7d\x01\xbb\x63\xd8\xf2\x2e\xc0\x64\x08\x34\x3f\xed\x52\x3c\x99\x2e\xc9\xb2\x80\x7d\x11\x6c\x74\x03\xf5\x25\x4b\x49\x5f\xc0\xbe\x08\x2e\xba\x0b\x34\xd4\x52\xd2\x17\x68\xa8\x03\x23\x63\x77\x71\xfe\x56\xf5\x5c\xfd\x05\x76\x01\x0e\xfb\xd2\xda\x97\x3a\xfc\x05\xce\x4a\x05\x59\x65\x35\x01\x8e\xa8\x45\x05\x47\xec\x59\x2d\xe0\x24\xd5\x9a\xc2\xe6\x16\x82\xc8\x0c\x2a\x27\x62\x96\xee\xe2\x0c\x91\x17\x22\x20\xd5\x9c\x0f\xf4\x07\xe8\x90\x74\x5c\xba\x8f\x81\x5b\xb1\x74\xef\x73\x24\x65\x3a\x47\xa4\x00\x56\xba\x27\x3d\xa6\x3a\xb7\xc0\xca\x26\xdd\x01\xd0\x69\xce\x0b\x1c\xa5\x79\xa7\xd8\x84\xb3\xcc\xa2\x67\x10\x13\x79\x70\x19\xde\x69\xb2\x83\x32\x12\x3e\xd0\x0b\xd9\x5f\x60\x9f\x06\x88\x49\x4b\x0b\x9d\xb5\x8c\x17\x05\x57\xd1\xae\xa5\x85\x4e\xa9\x6b\x25\x9d\x23\x6a\x9e\xa1\x42\x92\x71\xa3\x38\x47\xd4\xb4\xba\x0c\xc6\x4b\x5e\xd9\x11\xe5\x9c\x02\x5c\xe2\x64\xfc\x28\xdb\x67\xb9\xab\x42\x9f\x65\xed\x97\x8d\x59\xa6\x14\x56\x36\x28\xa3\xa9\x45\x50\x86\x46\x74\xa4\xb4\xcc\xec\xb3\xbb\x38\xc7\xe4\x2d\x0f\x10\x35\xb9\xfc\x3c\x63\x84\x94\x98\xca\xe3\x3d\xa2\x18\x5c\x60\x92\x2f\x3f\x2f\x80\x67\x73\xbf\x56\x67\x70\x3c\xb6\x2a\x2c\xf2\xb2\x95\x54\x67\x70\x3c\xec\x2b\x2e\x60\x81\x0e\xe0\xbb\xc2\x06\xc6\xd0\xee\x5d\x61\x70\x27\x96\xfa\xae\xce\x9f\x28\xf8\x57\x18\xd8\x3b\x8f\xea\x0a\x37\x19\xfa\xc4\xee\x0a\x13\x19\x11\x15\x77\x85\x01\x5e\x09\x41\x37\x50\x62\x82\x32\x70\x6e\xc0\xc4\x64\x7a\xc5\x6e\xc0\xc4\x44\xe3\x51\x5e\x93\xf7\x88\x2d\x26\xaf\x31\xeb\x05\x90\x85\xe6\x00\x3c\xcb\x78\xf6\x57\x17\xd1\x34\x07\xf0\xac\xa1\x9b\xec\xae\xb9\xe0\x7d\xf6\x10\x56\xba\x40\xa7\xea\xed\x40\x34\xcc\x79\xbb\x6b\x7e\x87\xc0\x49\xcb\x13\x35\x70\x08\x9e\x71\x3d\x66\xfd\xb1\xf1\x02\xc7\x50\x02\x9e\xd9\x65\x98\xe9\x8c\x27\x63\x85\x5e\xab\xf0\xfe\x57\xc1\x34\x19\xe0\xbe\x01\x55\x93\x99\xae\x62\xd7\xea\x43\x62\x8f\x2b\x86\x14\x54\x0e\x41\x5a\xab\x0c\x93\x9a\xfd\x29\xe5\xf2\x06\x6e\x4d\x50\x5a\xc5\x5d\xe1\x01\x40\x54\xc5\x5d\x11\x24\x50\x2f\x3d\xa3\x75\x9e\x71\x15\x11\x8d\x74\x4d\xda\xc0\xae\xc9\x55\x2b\x0c\xce\x43\x14\xc5\x0d\xac\x9a\x5c\xb5\x80\x88\x48\x24\x6a\xe2\xae\xe6\x14\x20\x22\x44\x3c\x34\x61\x13\x77\x1d\x9e\xf1\x5c\x54\x08\x07\x01\x06\xdc\x6f\xa0\xd9\x44\xe2\x26\x6e\xa0\xd9\xe4\x2a\x12\x00\x67\x32\x32\xd3\x0a\x1d\x18\x3d\x99\x77\x85\xc3\x80\x91\x97\x56\x48\x83\x44\xe0\xdf\xf5\x5c\x4e\xa3\x84\xfc\x8a\xcb\x69\xa0\xb7\xd7\x06\x1c\x4e\x94\x90\x0f\x38\x9c\xa0\xd4\x85\xbb\x4e\x8c\x39\xb1\x45\x38\x0c\x10\x29\x71\x57\x04\x2a\x54\x91\xdc\xba\xf1\xac\x72\x9c\x49\x49\x43\x46\xd8\xa3\xec\x6b\xd5\x99\x5f\xd2\x1c\x20\xe8\xda\x44\xd4\xf0\x30\x08\x32\x10\x56\x44\x5d\x9b\x88\x1a\x16\x3b\xe3\xa1\x55\x21\x2e\x56\x11\x31\x0c\x76\x04\x3b\xdc\x15\xcc\xd0\x28\x5c\x39\x44\x0e\xd3\x14\xec\xfa\xf8\xf7\x9c\x34\x78\x24\x04\x59\x00\x2b\x1c\x0e\x74\x11\x01\x26\x4e\x24\x00\xd5\x6e\xf0\x27\x90\x3d\xaf\x81\x39\xd2\xe5\x6c\x03\xe3\x26\x04\x7a\x69\xec\x06\x87\x01\xa3\x38\xd4\xc0\x0c\xe9\x63\xb6\x5b\xc0\xb2\x93\xd0\x1b\x98\x21\x11\xa7\x76\x8b\xbe\xac\x3c\x40\x5a\xc4\xb2\x56\x3d\xfb\xb2\xf2\x40\x69\x60\x8f\x44\x1e\xd8\x0d\xf6\x39\x02\x1e\xee\x06\x4c\x2d\x65\x9d\xdb\xcd\xb9\x21\x4f\xe9\x06\x01\x8c\xa0\x69\xbb\x41\x00\xd3\x4d\xa9\x1d\x66\x96\x2b\xf7\x5a\x73\x66\x26\xcb\xac\x03\xe1\xe8\xe6\xd4\xe0\x72\x10\x64\x99\x6d\x70\x39\xa0\xa3\xdc\x6e\x87\x77\x65\x66\x5f\xd8\x0d\x16\x40\x3a\xca\xed\x56\xbc\x45\x4e\x22\x74\x59\x46\x6e\xd1\x60\x21\x0c\x32\x6a\x3a\x54\x0e\xb3\xec\xee\xe6\x12\x9d\x6c\x90\x0d\x11\xdd\x04\xfa\xdb\xad\x7a\xc2\x7f\x1e\x5a\xcd\xd9\x9b\xa6\x1d\x6a\xfb\x4a\x5a\x6f\xf0\xa8\x32\xcd\x3a\x4c\x84\x44\xfe\xdb\xad\x62\x48\xdc\xbe\x0d\xf2\x1a\xc1\xb3\x76\x43\xe0\x83\x8c\x9c\xcd\xd9\x25\x8f\xa0\xd6\x7c\x48\x6a\x10\x0e\x06\xcc\x28\xb1\x81\xce\x13\x94\x4c\x6d\x03\x9e\x27\x12\x4e\x6b\x37\xf8\x44\x99\x96\xb9\x7b\x05\xec\xb1\xb3\x4c\xd3\x73\x43\x39\x47\x00\x87\x82\x20\x63\x52\x43\x60\x95\xcc\xaa\x0d\x39\x26\x08\x46\xf7\x00\xc2\x20\x74\x62\xa2\x3c\xe6\x19\x9f\x78\x46\x3c\x06\x85\xb1\x90\xc7\x1f\x73\xb0\x4c\x46\xd2\x3f\xe6\x79\x11\x68\x04\x7c\xcc\x53\xb6\x31\xe2\xe5\x31\xd8\xd4\x32\x55\xf7\x0f\x90\x11\x42\xef\x45\xcd\xf6\xef\x8f\xff\xff\xa3\xe7\x31\xa8\x9c\x33\x31\x21\x1f\x83\xc9\xbd\xa7\x9f\x4e\x4e\x4f\xf4\xa5\x4e\x7a\xa6\xac\xa6\x37\x90\xfa\x87\xb7\xa2\x07\x68\x0c\xa1\xda\xa7\x31\x79\x00\xc7\x10\x1a\x9d\x29\x1e\x73\x58\x61\xea\x40\x1e\x00\x32\x84\xd6\x93\xde\x70\xa0\x65\x63\xb3\x01\x93\x45\x7f\xdc\xc7\x80\xf6\x59\xe9\x16\xf7\x18\x54\xdd\x95\x1e\xde\x8f\x79\x5a\x08\x5e\x7d\x1e\xc0\x3c\x84\x4a\x90\xb5\xc7\x1c\xcb\x9c\x46\x81\x07\x40\x0f\xa1\xd3\x85\xe1\x31\x28\xb8\x7a\xfb\x69\x76\x7a\x56\x40\x75\x0c\xf3\x51\xb5\xf0\x61\x7b\xb6\x16\x35\x7b\x7b\x3a\x0c\xfd\x81\xf9\xa0\x8a\xe8\xb1\xe8\x48\x92\x81\xfd\x40\xae\xbc\xc2\x20\xfb\xc7\xa0\x95\xaf\xd4\x7f\x3e\x16\x01\x2b\x4f\x05\xe9\x63\x1f\xd4\x72\xe6\x1f\xc8\xb2\x43\x76\xfd\x58\x04\xb2\x3c\x35\x16\x8f\x41\x73\xdf\x78\x2d\x7a\x2c\x7a\x16\xa9\xc8\x9e\x22\x5b\x7c\xe1\x41\xfe\x00\xe9\x22\x54\xba\x11\x3f\xe6\xb9\x30\x68\xb1\x7b\x5e\xac\x8b\xa6\x39\x45\x36\x8c\x9c\x7e\x7a\xea\xb9\xef\xa2\x3e\x41\xe6\xc0\x9f\x9e\x02\x39\xb5\x34\xb5\x92\x3c\xa3\x8e\x36\x02\x6e\xde\xb5\xaa\x63\xe7\xe6\x1d\x2a\x0f\xab\xc7\x1c\x2a\x3a\xff\xbc\xe1\xd8\xe1\x9d\xc3\x47\xda\x9f\xc6\x24\x4f\x8f\x01\x90\xb1\x33\xf4\xfc\x01\xb4\x46\xe8\x55\xbb\x1c\xc7\x47\x67\x1e\xb2\xc7\x20\x6d\x0b\x17\xed\xb1\xe4\xe9\x1b\x44\xfc\xc9\xf3\x45\x34\xbd\xb1\x1d\xe0\x9f\x24\x05\x81\xbb\xfd\x50\xd0\x0b\xfc\x9a\xd8\xd3\xfc\xd2\x07\x7b\x7a\x44\xee\xd0\xa9\x0d\x7b\x0c\x7e\x26\x99\xc2\xc0\x63\x39\x79\x82\x30\xbd\x81\xf9\x88\x22\x7e\x07\xca\xcf\x62\x1d\xd9\xd3\xa8\x68\x0a\x91\x6b\xbf\x11\x74\xee\xb1\xec\xf0\xc9\x97\xde\xc0\x7c\x14\xb1\x0b\x88\xee\x99\x52\xce\x63\x47\x74\x0f\xe5\x87\xeb\x65\x4f\x56\x24\x1a\x43\xc6\xfd\x9a\x8a\xde\xb8\x3d\xdd\x8e\x7a\x8a\xfd\xc2\xc0\xa1\xc7\x8a\xe7\x38\x10\x39\x20\xe3\x52\x2f\x9a\x75\xa8\x81\x25\x8e\x3d\x86\x04\x76\x8d\x19\x11\x1f\xc0\xa2\x84\x5c\x34\x38\xa4\xb0\xcb\x45\xb3\x0e\xb3\x53\x0b\x5a\x5b\xe8\x5a\x1a\x7d\xf2\x1f\x40\xa7\x84\xf6\x43\xfc\xc5\xe7\x43\xb3\x0e\x73\x7b\xbf\x34\xb8\x32\x7d\x57\xaa\x63\xeb\x7f\xf0\x31\x60\x86\xf7\x1f\x0a\xc2\x01\xaf\xb8\xc5\xc7\x90\x16\xbb\x10\x62\xe3\x31\xcf\xde\x96\xb5\x81\x90\x18\xbb\x36\xd1\x07\x64\x80\xda\x35\xfc\x8a\x6c\xa1\x3c\x11\x1f\xc0\xba\x84\x76\x89\x3b\x54\xcf\x17\xaa\xfd\x02\xc5\x4f\x49\xa6\x4f\x1a\x3a\x96\x39\xb8\xea\x89\xa3\x7e\x3e\x01\xff\x68\xe2\x96\xd0\x0d\xb5\x1f\xf6\x59\xc1\x4f\xab\x4e\xa0\xea\xe7\x4b\xa8\x7f\x3a\xc0\x90\x77\xae\x12\x31\xfb\xb1\xea\x9b\xc9\xd4\x85\xc7\x21\xd8\xf9\x87\x27\x94\x89\x3a\x27\xe0\x31\xa9\x14\x13\x8f\x41\x7d\x54\x7f\x26\x1c\x2e\x93\x85\xa7\xff\x03\x4c\x9b\xd0\xaa\xd6\xa8\x39\xb3\xad\xe4\x36\xf0\x6c\xa8\x5d\xa7\x40\x6b\x9e\xde\x95\x3d\x6d\x9e\x22\xf4\xa7\x1f\xe6\x04\xa8\x37\xc0\x6c\xaf\x9f\x3f\xc0\x5c\xa2\xa8\xa9\x79\xb2\x09\x4d\x78\x73\xe2\xb9\xf4\xc6\xed\x07\xba\x06\xe7\xcc\x56\x27\xda\x9b\xca\x53\xad\xc0\x7c\x90\x4d\xeb\x8c\x0b\x6a\x49\x3a\xc0\x7a\xf2\x04\x72\xa4\xb7\xfe\x66\xa4\x62\xb3\x48\x11\xd6\x2e\x1d\x2d\xd0\xb8\xf5\x22\x56\xfa\xa2\x3b\x67\xb5\xe2\x92\x4b\xe0\x14\x76\xc7\x4f\x16\x07\x87\x92\x4e\xd7\xf2\xc7\x3a\x36\x93\x69\x4e\xbb\x6f\x26\x71\x9b\xbe\x1d\xb0\x5c\x7f\xdc\x9e\xd8\x51\x9f\x60\x33\x15\xb5\x02\x8c\xfb\x52\x24\x03\x18\x0e\xe3\x26\x49\x0e\x4e\x26\x35\x8b\xd9\x1a\x0e\x9f\x22\x3e\x00\x2f\x93\xda\x24\xf1\x98\xcf\x87\x8e\x7c\xf3\x34\x2f\x99\xf3\x01\x13\x71\xa3\x27\xcf\x63\xf6\x62\xb3\xab\x15\xf3\x64\x17\x9c\x31\x73\x74\xf6\xa6\x3f\x26\x0e\x8e\xac\x56\xb0\x99\x8a\x58\x3a\xb2\x07\xe5\xa2\x33\x0f\x77\xfd\xdc\x7e\xde\x78\x3c\xb9\x17\xdf\xf0\x9c\x1d\xd4\x89\x3d\x86\xf4\x6b\xbf\x3b\x6a\x38\x7d\x68\xe5\xde\x6c\x8d\x3a\xe2\xa0\xba\x2c\x55\x73\xea\x29\xd8\x82\xe4\x3b\x18\x88\x5a\x94\x50\x30\x5c\x58\xd3\xda\x7a\x8a\xd8\x1f\xe1\x04\x10\xb9\x99\x98\x9d\x8f\xc1\x48\xfe\xcb\x17\x07\xe8\x23\x26\x35\xbb\xbc\x63\x6a\xc5\x53\x75\xfd\x74\xfd\xf6\x95\x53\x2b\xe0\x1f\x59\xdb\x14\xfe\x39\xca\x65\xfb\xd8\x0c\x8e\xd3\xce\x66\xe1\x4f\xd8\x8b\x66\x0c\xc6\xf6\x5e\xb5\x5f\xa6\x43\xaf\x8b\x73\x4e\x67\xb6\x4d\x75\x54\x17\x1b\xd8\x31\xe4\x65\xea\xf4\xce\x7f\x80\xe3\x14\x83\xe9\x2e\x80\xcc\x4c\x25\x8b\x1c\xa0\x15\x51\x00\xf1\x63\xf0\x42\xcc\xb9\x6a\x2c\xcb\x67\x4c\xfd\xd8\x9e\xc7\x55\x75\x60\xbf\xfc\xc8\xff\xf0\x6b\xfe\x3d\xaf\x96\x67\x7b\x93\xf0\xba\x3c\xa3\x96\x4e\x23\xd8\xee\x5a\xd3\x26\x5c\x2e\xcc\xeb\x64\x85\xf1\xae\x77\x51\xa1\xe7\x6f\xed\x3a\x16\x96\xf3\x8f\x9f\x4a\xc1\x4f\x8b\x76\x14\xb2\xe8\x15\x93\x6c\xb6\x0c\xec\x53\x2c\x67\xb9\xf0\xfa\xd3\xf5\xe9\x89\x00\x39\x1f\x9e\x69\xaf\x15\x7d\x02\xfa\xe8\x92\x34\xe0\x77\xd9\x2e\x89\x62\xcb\x85\x13\x71\x7e\x38\x5e\x02\x67\xfc\x2f\x07\xd8\x0e\x7e\x0a\xb0\x4f\xf0\xec\x2e\x45\x2b\xb0\x31\x59\x45\x9c\xc2\x73\x1f\x67\x4d\xe7\xf6\x64\xb7\x92\x4b\xf6\x9b\x60\x51\x9f\x34\xcf\xe3\xc0\xe9\xdc\x2e\xe9\x4b\xa4\xda\x20\x9e\x22\x22\xde\x7e\xf8\x5c\x1a\xd7\xfc\x1f\x32\x05\x92\xe5\xf4\x9f\xfb\xc4\x76\xe6\x22\xf9\x79\x3b\x73\xd1\xa2\x79\x5a\xdd\x20\x6a\xba\x3d\x35\xa8\xa4\x30\x4f\xac\x6b\x62\x61\x70\xcc\xa8\x97\xa4\xc1\x3b\x79\xf6\x49\xf6\xd4\xd3\x15\x36\xb1\xe3\xfb\x4d\x21\xa7\x3a\x9c\xd9\x8a\xeb\xdd\x7e\xf3\xd1\x39\x71\x7b\xa2\x1c\xf1\x34\xcf\xa4\x91\x44\x80\x37\x98\xed\x0f\x8f\xbf\x5d\x72\xf9\xe9\x98\xa7\x69\xd4\x32\x20\xdb\x4f\xfe\x61\x2e\xb7\xdf\x04\x45\x6f\xf7\x9b\x09\x90\x6f\x3c\x7e\x33\xd6\x96\x7d\x5c\xb2\xd5\xce\x80\xd6\xae\x37\x1d\xe8\x48\x30\xd6\xbb\x0e\x74\x04\x12\x15\x13\xa7\x78\xfc\x66\xac\xa3\xe5\x79\x6f\x82\x9c\xb1\xc7\x93\xbe\x89\xcc\x3d\x11\x51\xf8\xa9\xc3\xfc\xfa\xa0\x4f\x40\x1f\xf4\x42\x7c\x0c\xe1\x48\xb5\xe8\x40\x7f\x3c\x99\x8d\x98\xcb\xe3\x37\x41\x5d\x1f\x1e\x17\xd6\xc4\xb0\x11\x11\x29\x4b\xde\x03\xf0\xb5\x20\x8b\xf1\x33\xae\x37\xf1\x72\xe7\x1f\xd8\x2f\x92\x67\x06\xd4\x2a\x8d\x98\x26\xcf\xf0\xf4\xb4\x84\xff\x7c\xc6\xf5\x6a\x0a\x32\xff\x80\x64\x4b\x2b\xcc\x33\xae\x77\xbf\xe8\x0f\xa7\x0f\x4e\xd0\xb8\x5c\xd2\x8f\xaa\x63\x78\x6a\x23\x35\x3b\xfd\x32\xcd\x3f\xa2\x8b\x62\xbc\x1c\x0c\xdc\x7b\xbb\x24\x8d\xc7\x55\x79\x4c\xa3\xfe\x78\x24\x5e\xa4\x5f\xd8\xf3\x80\xf8\x03\x6d\x76\x0f\x12\x4f\x87\x28\xe1\xf5\x01\xad\x87\xcf\x6a\x17\x1e\x44\x55\x04\x66\x0c\x8c\xd7\xb5\x1d\x30\xef\xd5\x25\xc4\x2b\xe0\xca\x1e\xbf\x23\x2e\x5e\xc5\x21\xfe\x32\x3f\x31\xc7\x40\xfb\x62\x3d\x62\x08\xe7\xb2\x14\x89\xdd\x10\x43\x84\x83\x08\xc1\x18\x62\x70\x73\x27\xd1\x18\x62\x00\x82\x79\x24\xfc\x42\x0c\x4f\xf1\x66\xdf\x53\x20\xc6\x3c\x1d\xe9\xef\xe5\x52\x31\xe6\xdb\x2b\x7d\x8f\x96\x18\x71\x13\x3c\x7f\xbc\x3d\x8d\xab\xbe\x7f\xbc\x3d\x8d\xf7\x8b\x16\xf8\xb2\x9c\x98\xae\xe7\xad\xe3\xed\x69\x42\x02\xb9\x48\xd8\x84\x98\x60\x20\x3b\x7f\xbc\x3d\x4d\x03\x8a\xf8\xf8\x85\x38\xc4\x1c\x1f\x40\x4c\x7e\x48\x08\x31\x27\xc7\x70\xfc\xa0\x0f\x62\xee\x8f\x37\xfb\x2e\x76\xcc\xa0\xd3\xf3\x47\xfa\xfe\x08\xd1\xff\x78\x7b\x5a\xae\x77\x0a\x5f\xc5\x6f\x2c\x29\xdd\xfe\x47\xfd\xfe\x98\xef\x1b\xed\xfb\xe3\x79\xdf\x78\x7b\x5a\x00\x84\x7c\xfe\x30\xfe\xe1\x2b\xf7\x8a\xea\xb1\x38\x74\x2f\x71\x0b\x62\xc1\xb5\x23\x12\xa8\x20\x96\x69\xbe\x2e\xef\xbd\x37\x16\x44\xc6\x47\x40\x11\xfc\x1e\x60\xb1\xfe\x7f\xcf\xaf\x58\xaf\xf2\x7e\xfd\x8e\xa2\x96\xf1\x7e\xfd\x8e\xa2\x3a\x72\x37\x91\x0b\x62\x0b\x5f\xfd\xef\x28\x9a\x1b\x5d\xe3\x17\x6a\x10\x5b\x8d\x3e\xf0\xf7\xc8\x8b\x6d\x14\x9f\xcd\x97\x51\xc4\x36\x2f\x1f\xf8\xcb\x7c\x63\x5b\xb7\xd7\xf1\x1e\x46\xb1\xdd\x0e\xeb\xf7\x85\x0b\xc4\x86\x58\xe8\xf3\xc7\xdb\xd3\x9e\x0e\x17\x3c\x7f\xbc\x3d\xed\xee\xe1\x43\xcc\x82\xd8\x01\xa0\x71\xfe\xe8\xdf\x1f\xe3\xed\xc7\xdb\x53\x43\xea\xdd\x18\xbf\x90\x80\x68\xe1\x76\xea\x7a\x79\x6d\x34\xb8\x05\x45\x02\x19\x44\x2b\x97\x53\xd7\xab\x2f\x8d\xd6\x5f\xfa\x7b\x59\x7c\x1c\x70\x19\x3f\x7f\xbc\x3d\x1d\xee\x9a\x14\xf3\x2b\x93\xc7\x01\x7b\x64\x24\xda\x40\xf4\x94\xda\xe7\x8f\xb7\xa7\xab\xed\xb7\x1f\x6f\x4f\xef\x52\xbd\xd9\x7a\xfd\xaf\x62\xc9\xff\x33\xfe\xef\xff\xeb\x76\x36\x72\x21\x56\xf3\xfd\x89\x2b\xe4\xf7\xff\x91\xf5\xbf\x9f\xe5\xdf\x7f\x1f\x67\xba\xae\x23\xc0\x7f\x3f\x7d\xc5\xbb\x3e\x9a\x2a\x83\xc5\x86\x26\xfb\xeb\x9a\x6a\x68\x7a\xe8\x22\x4b\xd4\xd4\x74\xb6\xf7\xd9\xdd\xaf\xeb\x08\xd0\xdf\x4f\x1f\x7a\x67\x4f\xa6\x7a\x32\x3d\xd8\x89\x25\xea\x07\xe4\x5a\x65\xef\xb9\x10\xaf\xf7\xfe\xdc\x4e\x18\xc6\xd6\x0e\x09\xbf\x3f\x9d\x68\xe8\xe1\x78\x21\xc8\xed\xfb\xf9\x38\x52\xe8\xcb\x9c\xaf\x10\xd9\x93\xe0\xdc\x8f\xe7\xf8\x15\x52\x60\x19\xa0\x2e\x14\xb8\x7b\x85\xc4\xbe\x20\x80\x2c\x2a\xc8\xf6\x0a\xd9\x54\x36\xbd\x8c\x75\xe6\x5b\x65\xde\x97\x4f\xa9\x78\x21\x09\xf9\xf7\xd3\xdb\xfb\x44\xd6\x0b\x31\x62\xdf\x4f\xef\xe7\x77\x11\xb9\x10\xfe\xf5\xfd\xdc\x5e\xf6\xcd\x59\xd4\xbc\x44\xc8\x7e\x81\x9e\x10\x57\x32\x8e\x2f\xf9\xae\xa1\x63\xc8\x95\xce\xfd\xf0\xfb\x09\xb2\xa4\x29\xfe\x4a\x53\xdf\xad\xb7\xec\xab\x13\xee\xa7\xef\x4f\x1f\x1f\xcd\x66\x01\xc7\xdc\xfb\x13\x52\x84\x80\x8a\xe2\x75\x7d\x63\x8f\xd7\xeb\xe2\xca\x12\x53\x89\x9b\x7c\xbe\x92\xa0\x6f\x60\x59\xf8\x64\x81\x88\xb0\xe7\xef\xe7\x91\x02\x22\xdb\x09\x4b\x25\x1b\xe7\xf2\x57\xc2\xed\x14\x2f\x68\xee\x23\xdb\x39\xbc\xee\xfb\x79\x8e\xee\xc8\xbe\x25\xf5\x00\xda\xed\xc4\x76\x72\x63\x09\x34\xb0\xc1\x34\xd6\x96\x59\xd6\xde\x32\xb6\xd5\x1e\x96\x75\x2f\xfb\xae\x60\x11\x44\xf1\xfd\x84\x3d\x90\x0e\x01\x11\x09\xe7\xbf\x9f\xb7\x97\x7d\xbd\x44\xfc\xe1\xf7\xd3\xeb\xfc\x54\xcc\x11\xa1\x81\xdf\x4f\x2f\xcb\x2c\x33\x95\x41\xb1\xf1\x49\x96\x31\x6a\xb5\x90\x39\x3c\x28\xc7\x51\x44\x0c\xd9\xf7\xb3\x7b\x59\xfb\xca\xce\x94\x7f\x3f\xbd\x97\xdf\x45\x37\x22\xa5\xf7\xf7\x73\x79\x19\xbf\x4b\x9c\x31\xc4\x6b\x85\x40\xe3\x6b\x8c\x69\xa9\x6c\x7b\x19\xbf\xab\xfa\x0e\xba\xd2\xef\xd6\x18\x23\xf7\x53\x8c\xd0\x91\x06\x5a\xd8\x62\xac\x43\x65\xd3\xcb\xd8\xcb\xae\x91\x77\x1f\x79\xe7\xc8\xbb\xea\xec\x6f\x9d\x5f\x4f\x52\x24\x15\x27\x18\x68\xbe\x1b\x58\xcc\x5a\x1d\xcf\x05\x18\xa8\x60\x8a\x85\x3b\x26\x96\x77\x9e\xbf\xeb\x4f\x84\x63\xe6\xfb\x33\x7b\x2f\x3f\x5d\x56\x2c\xdc\xbd\xd1\x53\x9c\x45\x66\xaa\x88\x85\x3c\x3b\x16\xf0\xec\x48\xc3\x47\x2c\xe4\xcb\x11\xa9\xcd\x4e\x59\x64\x99\xda\x83\x0a\x22\x32\xbb\x42\x84\xdb\xda\xf7\x33\x78\x59\x65\x99\xea\x5c\xde\x97\xef\x64\x89\x65\xdd\x2c\xdb\xfe\xdd\x77\xdd\x3d\x72\xcb\x57\x56\x21\xfc\x2b\xd5\x4a\xac\xd7\xad\xb2\xc7\xcb\xbe\x3a\xab\xe6\xb3\x56\xaf\xf3\x53\x93\xc6\x5a\x93\xca\x8a\x97\xb1\xce\xda\x54\x36\xbc\xcc\x58\xb6\x54\x86\xb1\xd3\xbd\x33\xb6\xc6\xf1\xc1\x06\x1e\x02\xdd\x7a\xe2\x9d\x48\x49\x77\x72\xab\xc2\x5b\xf2\x24\xf6\xe4\x81\x19\xcc\x18\x39\x15\x1f\xed\xe5\xc7\x4d\x0f\xf5\xbb\x5c\xc5\x67\xb0\x97\x80\xf8\x08\x9d\x41\x3a\xf1\x19\xe4\x1d\x80\xf3\x08\x9d\x9e\x28\xf1\x99\x5d\x65\x6e\x21\x23\x3f\x7a\xa6\xbe\x73\xf0\xe0\xf8\xd9\x3e\x22\x50\x3a\xbe\x9f\xaf\xb2\xb7\xb1\x8c\xbb\xf9\xc1\xea\x29\x59\x4e\xba\xae\xef\x8c\x48\x60\xed\x41\xf9\xb2\xd3\x75\x75\x96\xc1\xaa\xfc\xed\x85\x74\x85\xac\x12\xd7\x10\xb0\xa4\xaa\x64\x79\x7d\xe9\x2b\x8b\x37\xcb\x70\x5f\x8b\xcc\x35\x9d\xae\xac\x7e\x20\xe2\x27\x56\x63\x1f\x6d\xab\xec\x76\x04\xe9\xfa\x95\x0d\x7d\xf7\xbc\x65\x5f\x5f\x24\x17\xa4\x00\x1b\xcd\xb7\x7f\x52\x20\xbf\x49\x01\x5a\x6c\xa5\xd7\x49\x91\x7b\x39\xbd\xbc\x8f\xab\x93\x62\x61\x8d\xf1\xa5\xa1\x8f\x0b\xa7\x38\x55\x36\xbd\xec\x3b\xc1\x13\x82\xa2\xbe\x9f\x19\xed\x7d\xbc\x23\x21\xab\xf4\xfb\x13\x5a\xb5\x48\xea\x4b\x69\x3d\x2c\x83\x2e\x2c\x52\x33\x95\x90\x70\xf9\xfb\xe9\x27\xe4\x77\x92\xa4\xba\x3e\xaa\x4d\xc8\x4e\x16\x3a\xcd\x55\x69\x4d\xce\xe6\x82\xe4\xa6\x6c\x39\x79\xed\xaf\xbd\x0c\x04\xc7\xd0\x2d\x7f\x09\x46\x5d\xa4\xfd\xdf\xa4\xdc\x7c\x73\xda\xf2\x0d\xc5\x42\xa6\x82\x23\xdf\x3c\x6a\xf2\xed\x4e\x10\x74\x89\xcc\x37\x49\x29\x03\x27\x2d\x08\xf2\x35\xdf\x14\x0f\x32\x30\xd1\x82\xe0\x57\xf3\x9d\xd4\x1e\x4c\xda\x9d\x47\x5b\xbe\x93\xbe\x4b\xef\x77\xf5\x2b\xcb\x91\x65\x30\xec\x0a\x35\x34\xdf\x79\xab\x0c\xea\x13\x22\x7a\xe6\xbb\xa8\xce\xe2\x75\x7e\xc7\x5e\xbe\x8b\xbe\x2b\xef\x77\xac\xb3\x6a\x7c\x60\x65\x9d\x16\xb6\x7c\xd7\x5b\x65\x8f\x97\x71\x0c\x64\x57\xf9\x76\x7b\x17\xd1\x2f\xf3\xdd\x86\xca\xb6\x7f\xc7\x39\xeb\x93\x65\x30\xe1\x08\x45\x32\xdf\xa6\x39\x83\xe1\x45\x88\x8e\x19\x20\x65\xdf\x4f\xf7\x95\xe9\x1c\x1f\x37\x59\x06\x36\x59\x10\x72\x62\xbe\x87\xbe\x1b\xbe\x7e\xc6\x3a\x87\xfa\x32\xdc\xf2\x6a\xec\xe7\x4c\x2c\x73\x15\x3e\xfd\xb0\xf2\xbd\xd4\x4f\x1c\x53\x52\x74\xe5\x7b\x69\xec\xd0\x39\x67\x2a\xb0\xf2\xbd\xd5\x17\x28\x61\x05\x0a\x98\xef\x5b\xed\xdd\x6e\x21\x08\x6c\xef\xd1\x5c\x3f\x6e\x5b\xfc\x84\xca\xfc\x50\xac\xcd\x8f\xd3\x2e\x1d\x15\xf3\x73\x71\xdd\x9f\xe0\xfd\xfc\x98\x67\x7e\x28\xee\xe4\x27\xb9\xb2\x8e\x34\xff\x64\xb6\xf7\x64\x37\xc5\x64\xb6\x27\x1a\x7c\x8a\xd7\xf9\x59\xfe\xf2\x43\xc1\x32\x3f\xc5\xe7\xec\x3b\xfa\xf2\x53\x54\x27\x8c\xeb\xc6\x74\x9e\xf9\x29\x1a\x03\x0e\x2a\x41\x5a\xe5\xa7\xfc\xb4\xf7\xf8\x77\x2c\xab\x64\x07\x0f\x4c\xbd\x39\x15\x8e\xbd\x75\x95\x99\x7f\xa7\xb2\xa9\xb2\x8d\xb2\x4f\x38\xce\x4f\xbb\x55\xf6\xb8\x3b\x0b\xdb\xeb\x1a\x1f\xd8\xa4\x60\xa8\xf2\xd3\x87\xca\x7c\x1d\x1a\xeb\x1c\xaa\x73\x78\x9d\xa4\xa5\x67\x16\x96\xc1\x10\x94\xa9\x88\xce\xcf\x22\x2f\x00\x0a\x56\x10\xbc\x50\xc6\x29\xfa\xfd\x1c\x5e\xc6\x75\x58\x5a\xdb\xe5\xe3\x13\x4d\x2c\xcd\x19\x58\xb6\x31\xb3\x61\x7e\xb6\xc6\xe7\x96\x07\xe2\xf0\xe4\x67\x6b\x3e\xb7\xcf\x67\xe2\xbc\x88\x2d\x3f\xb7\xd3\x84\x71\x5e\x6e\x8d\xfd\xf6\xb1\x7f\x34\x51\x70\x6a\x7f\x3f\xb1\x6f\x69\x47\x2c\x57\x48\x2a\xf3\x6c\xb6\x9f\x76\xb9\xe0\x2e\xf6\xfd\x1c\xfe\x5d\x66\xd9\xad\xb2\xc7\xcb\xda\x57\x16\x55\x67\x7c\x2d\x2b\x17\xcb\xaa\xca\xba\x97\x45\x96\x0d\x95\x6d\x2f\x2b\x5f\x19\x2f\x68\xc5\x2f\x68\x42\xf6\x28\x17\x79\x72\xb9\x8a\xcf\x59\xe1\xd8\x79\x79\x2b\x00\x5d\x0a\xc2\xdf\x28\x97\xe9\x3b\xf3\x3a\x33\xc7\x60\xea\x0b\x6c\xc0\x46\xd1\xba\x48\x10\x29\x10\x44\x4e\x19\xe7\x65\x2c\x96\x0d\x1f\x43\x66\x7b\x14\xe5\x8b\xab\x5f\x84\x32\x51\xae\xa5\xb9\x76\x3a\xa3\x1b\x51\xb9\x76\x61\xd9\xf6\x31\x7c\x67\x47\xd1\x25\xbd\x04\x3f\x6f\x09\x8c\x50\x02\xaf\x7d\x25\xe0\x3a\x62\x4c\x90\x55\x82\xd6\x1d\x9a\xae\x53\xd6\x58\xd6\x54\x86\x24\xad\xcc\x52\x58\x00\xe7\xf3\xfd\x5c\x5e\xc6\x3a\x23\xe7\x3a\xc0\x55\xce\x98\x50\xaa\x04\x9e\xc5\x25\x78\x16\x5e\x86\x3b\x95\x90\x35\x86\xec\x63\xf8\xf6\x5f\x09\x59\xfd\x7c\xd7\xbd\xb3\xce\x3c\x55\x86\x73\x85\xf1\xe5\x05\x37\xee\xef\x67\xf3\xf6\xfa\x57\x56\x35\xbe\xea\x9e\x73\x17\xe7\xac\x71\xae\xc3\xeb\x4e\x12\x38\xf6\xa1\xf9\x1c\x9e\x59\x39\xb1\xbd\xa9\x31\xc0\x58\x6d\x04\xfb\x2b\x81\xd7\xb4\x12\xa6\xdb\x58\x23\xcb\x96\xc6\xb0\xdc\xd8\x97\x38\x9f\x9b\xb4\x14\xdc\xee\x47\xdf\xaa\x12\x1e\xb5\xf7\xb8\xc1\x93\x74\x1d\x1e\xcd\xd9\x9b\x01\x3a\xab\x4c\xeb\xf0\xb8\xf3\xc7\x27\xba\x16\xe0\xcb\x7c\x3f\x7d\xec\x9f\x0c\x56\xa2\xd6\x16\x98\x2e\x41\x31\x79\x25\x6a\x4f\x43\x2b\x10\x8c\xb9\x6a\x4a\xe4\x45\xba\xc4\x38\xfe\x0f\x63\x66\x89\x14\xcc\x0b\x70\x60\xce\x77\xac\x33\xa9\x4e\x5c\xc5\x14\x2f\x57\x62\x26\x0d\xc6\xec\x73\xf6\x9d\x01\x25\x16\xf2\xa5\xe8\xe7\x18\x93\xdc\x95\x58\xd5\x97\xea\x7d\xf9\xce\x87\x02\x0d\xc0\xf7\xd3\xbd\x86\x3e\x3e\x5f\xa2\xa9\x9f\x2e\x2f\x15\x0b\x7f\x12\x87\x4b\x34\x55\xeb\xf9\x8e\x99\x93\xae\x44\x7b\x58\x36\xdc\x28\x67\x9c\x36\x6a\x04\x0a\xe0\x50\x7e\x1c\x4c\x4a\x1c\x1a\xc6\xf0\xa9\x31\x4e\xa9\xd8\x8f\xc3\xa2\x18\x0d\x8e\x25\x8a\x8d\x44\x67\x23\x84\x26\x2b\xd2\x3b\x96\xe8\x22\x13\x6f\x3b\x05\x8a\xc8\xef\xe7\xeb\x57\xca\x7e\xde\x24\xc3\x88\x23\x49\x69\xa6\x4a\xbc\xa3\xca\xb2\x7f\xc7\x29\x7d\xb4\x84\x8f\x5b\x7d\xbf\x1b\x4d\x89\x8f\x96\xf0\x79\x5d\xab\xbe\x31\x24\xb1\xbb\xe4\x2c\x8d\x99\x6d\x0a\xb0\x3b\xde\x9f\x70\x87\xce\x74\x10\x2e\x40\xed\xf8\x7e\x36\x2f\xfb\xd6\x21\x45\xd5\x09\x2f\x61\x39\xa5\x97\x94\x38\x76\x18\x93\x82\x11\x4d\xb2\xa4\xa4\xf6\x9c\x6d\xf1\x16\x58\x92\xd8\x56\xca\x3e\xf6\xcc\xef\x74\x94\x25\x77\xee\x24\x70\x56\x49\xbc\x59\x96\xe4\xee\x94\xc4\xcc\x2a\xa9\xaa\xbd\xe6\xed\x7d\x22\x53\x49\x2d\xaa\x0c\xf3\xc2\xf4\x74\x25\xe9\x08\x4c\x70\xaa\xcb\x34\x31\x97\x44\xf1\xad\x24\xb8\xc2\x19\x33\xd1\x94\x24\xfa\x4c\x4e\x9f\x84\x29\x2a\x69\x68\x3e\x5d\xdc\xa7\xcb\x66\x49\x3a\xe6\x1c\x13\xc3\x68\xf5\x2d\x69\xa9\xbd\xf5\xfa\x29\xb2\x9f\x9b\x5b\x1e\xd8\x13\xa7\xec\xa3\x6b\x80\x4b\x7c\x3f\x7d\x0c\x9f\xc8\x54\xd2\x6d\x2a\xdb\x5e\xc6\xf6\x6e\x8d\x01\x56\xfd\x4c\xf7\xa7\x02\x74\x88\xef\x27\xd8\x16\x7d\xa5\x4a\xbe\xb8\x7e\x80\x7c\x38\xdf\xa9\xac\xab\x6c\x78\x99\xb1\x8c\xfb\x2f\xfb\x55\x80\xf0\x35\x25\x07\xf6\x25\x47\xf7\x10\xa4\x58\x94\x75\x3c\x66\xbf\xaa\xd2\xb7\xa7\xe4\x34\x55\xb6\xbc\xec\x9b\x97\xdc\x54\xd6\xdc\x37\x22\xb3\xce\xa1\xb2\xe1\xdf\x15\x96\x4d\x95\xc1\x63\xc9\x98\xe4\xa2\x64\x5e\xbb\x4a\xf6\x6b\x17\x51\x53\x4a\xa6\xa8\x5c\x00\x17\x70\xbe\xcb\x2c\xab\x2a\xf3\xf9\x24\x9d\x65\xad\x7b\x5e\x3e\x3e\x1e\x03\xb0\x49\x7f\x3f\xdd\xbd\x85\x74\x5d\x74\x24\x15\xd8\x19\x32\xfd\xf3\x4b\x69\xfc\xae\xe0\x0a\x61\x4c\x0c\x50\x4a\x27\xbd\x94\xee\xfd\xa4\xe8\x53\xba\xea\xec\x5e\x27\x59\x7d\xe9\xa6\x32\x5f\x5b\xd5\x69\xa4\x09\x98\xe2\x4f\x9d\xfc\x4e\xa2\x64\x31\xff\x8e\xf4\x59\x6c\xa9\xcc\xd7\x88\x7c\xbe\xd8\xad\x32\x1f\x03\xc5\x76\x69\x85\x8b\x07\x2a\x1b\x5d\x5d\x4b\xd1\x19\x50\xde\xb5\x55\x5f\x6e\x7d\xe7\x7c\x97\x88\x09\xa5\x3c\x9a\x33\xb8\x8a\x64\x3a\xda\x97\x2a\xda\xad\xe0\x9f\x46\xbf\xae\x52\x13\x79\x56\x75\xf1\x8d\x19\x80\x4a\xa5\xce\xae\x54\x38\xcd\x1b\xaf\xbf\xa5\xf2\x1a\x5b\x2a\x54\x29\x46\x7c\xf0\x52\xa9\x12\x29\xae\xdd\x35\x82\x6f\x96\xaa\xa3\xda\xb5\xbb\xc6\x6b\x73\x91\x76\xb7\xb8\x76\xd7\x08\x7e\x5d\xaa\xe9\x3b\xf3\xef\x28\x8a\x54\xd1\x75\x75\xda\x65\x54\x4a\xa9\xa2\x4f\xe4\xe1\x0f\xc6\xeb\x68\xa9\x9b\x67\x55\x85\xc7\x56\xee\x14\xfb\xea\x4d\x5a\xaa\xf0\x80\x32\x22\x22\x97\xfa\xa8\x2f\x2e\x6a\xd1\xb1\xb2\x34\xea\x5b\x4b\xbb\x7c\xce\x78\x85\x68\xe2\x3d\xcd\x79\x0f\xf5\xb4\xa5\x51\x0d\x51\xda\xe5\xe3\x23\xdf\x6d\xb4\xaf\x15\xe4\xc2\x3f\xdf\x7d\x73\xdd\x24\x86\x79\x08\xa0\xf1\xfa\x5b\x9a\xd6\xa8\xb9\x18\xcd\x90\xfa\x82\xa4\xf2\xdf\x4f\xf0\x02\xfa\x5f\x97\x26\x31\x1a\xe1\x6b\x41\x59\xd4\x4a\x6b\x2a\x83\x18\x6d\x44\x8e\x2d\x4d\x62\x34\x62\xbe\x42\x66\x92\xf1\xd2\x96\xbe\x83\xf7\x61\xa6\x5d\xbb\xb4\xad\x39\x83\x4b\x9f\x11\xe8\xb4\x34\x5e\x8d\x4b\x83\xc6\x32\x77\x9e\x2b\x4d\xfc\xa5\x81\xbf\x18\x23\xfb\x4a\xd3\x1a\xb5\x77\x8d\xc8\x0b\xba\xd6\x01\xe9\xbf\xcf\x77\x9d\x65\x45\x65\x38\xff\x3a\xf9\x4b\xd7\xf9\xd0\xfd\x7c\xe8\xdc\xef\xc8\xcb\xfd\xfe\x4c\xee\x14\xce\x73\xba\xd3\x6a\x56\x3a\x22\x6b\xb2\x7d\xee\xad\xa5\x4b\xe4\xed\xb0\x1e\x65\x86\x62\x97\x9e\x97\xca\xb0\x1f\x98\x63\xa3\xf4\xc2\xf9\x44\x4a\xeb\x90\x19\x3e\x57\x7a\xe5\x7c\xf6\xea\xc1\x2e\xdc\xef\x9d\x9a\xea\xd2\xe1\xbc\x6e\xcc\x93\x51\x7a\x57\x7b\xdd\xdb\xcb\xd7\xdf\xc4\xe1\x2e\x76\x87\x8c\xd0\x21\x33\x10\xaa\x20\xa5\xf3\xf7\xd3\x83\xe8\xc8\x46\xba\x6e\x57\x7d\x7a\x77\x28\x32\xf5\xa9\xa9\x71\x6f\x5c\x23\x8b\xe9\x12\x6b\xbb\x8b\xb5\x8c\xa3\x29\x5d\xb7\xab\xbe\x7d\x18\x14\xb5\xfa\x56\x3f\x5d\xe4\x35\xb5\x77\xf3\xe8\xec\xb7\x47\x56\xf0\x58\xed\x22\xb5\xfe\x92\x1a\x8f\xce\x2e\x52\xeb\x2e\xf2\x32\x3d\x78\x31\x6a\xbf\x8b\xc7\xd8\x65\xe3\x16\x34\x69\x61\x3c\x76\x2e\x53\x73\x5c\x4c\xb7\x32\x0f\x4e\xb3\xcc\x5b\x92\x69\xcb\x7b\x48\x59\x36\x1e\xc7\x88\x20\xfb\x7e\xde\x5e\xf6\xad\x83\x49\x3c\xf5\x60\xa4\x4c\xbf\xc7\x62\x74\x87\x28\x1e\x20\x94\x8d\xdb\xd3\x74\xe3\x7e\x03\x7f\x18\x0f\x5b\x8c\x26\xda\xe2\xe1\x24\x99\xa9\xbc\x0b\x42\x41\xbe\x9f\x60\x77\x8c\x93\x28\x46\xf3\x6d\xf1\x80\x88\x6c\xbc\xea\x98\xc8\xd0\x5e\x32\x24\x2b\x34\xdd\xd8\x3c\xb4\xc0\x08\x4b\x58\x10\x27\xf0\xfd\x6c\x30\x32\x5f\x5c\x07\x1d\xb9\xee\x60\x6f\x59\x63\xa0\x06\xb1\xb8\x2b\xb9\x11\x4f\xaf\xc0\x43\xf9\xfb\x09\x13\x19\xdd\x99\x8b\x6d\xd5\xb9\xdd\x6f\x92\x6c\x04\x3e\xc2\xdf\x4f\x98\x99\x99\x52\xbc\x98\xe8\xd3\xdd\x80\x0b\x03\x98\x8a\xe9\x6a\xe5\xae\xb9\x4a\x08\x58\x4c\x74\xe6\x1e\xa5\x46\x44\xb5\x32\x74\x7c\xb8\x77\xa5\x11\xca\xac\x0c\xd1\x19\x12\xe8\x06\x2b\x64\x93\xc8\xa0\xfb\xfd\x84\x83\xfb\xc5\x2b\xd2\x90\x58\x3b\x20\xd6\x16\xa6\x31\x2f\x43\x57\xa4\x81\x88\x3b\x2b\x9f\xb6\xbd\x0c\x69\x6f\x06\x22\xd8\x8c\xc1\x66\x65\xe8\xd8\x81\xa3\xda\x29\xfb\x68\x62\x48\x34\x18\x2e\x1a\x30\xd2\xa4\x0c\x69\xed\x06\xb4\x76\xe5\xa2\x86\x6d\x88\xf7\x0c\x17\xb5\xe8\x00\x5e\x86\x78\x08\xf2\xb3\x9e\xb2\x6f\x3e\xc7\x22\x2d\x0d\xb8\xdd\x17\xa6\x3d\x2f\x43\x57\x6a\xe4\x59\x0d\x56\xb8\xdf\x87\xd6\x76\x40\x6c\x30\x69\x3e\x86\xd6\x6f\xf8\xfa\x11\xec\xa7\x0c\xf1\x90\x71\x7b\x5f\x28\xf2\x0e\x5d\x9b\xc7\xe3\x75\x52\x9d\x30\x2f\xce\xe7\xbc\x7c\x8d\x28\x9a\x23\xe9\xe8\xf7\xd3\xeb\xe4\xb5\x79\x6a\xae\x91\x0b\x34\x14\x3a\x18\x94\xa9\x3d\x3d\x8b\x3b\x64\xa8\x3d\x1d\x2d\x13\x47\x4b\x91\x16\x14\x49\x41\xbf\x9f\x4e\xbb\xdc\x9b\x93\x46\xfd\x82\xdc\xa0\xa1\x30\x35\x49\x41\x72\xd0\xef\x27\xf6\x18\xdd\x98\xca\x6c\xea\x67\xf3\x7e\x52\x4b\x38\x25\xee\x4f\x84\x56\x99\xd4\x25\x53\x9a\x9d\x09\xcd\x4e\xb9\x28\x9a\xcf\xae\x39\xeb\x3e\x67\xe4\x3d\xd3\xd4\x17\x7b\xcb\xbe\x75\x98\x12\x61\x26\xae\xbf\x45\x9a\xce\x39\x35\xbe\xe9\x65\x54\x97\x4c\x9a\xf5\xcb\xf4\xd8\x12\x69\x25\x27\xcd\xfa\x05\x39\x3f\x43\xa1\x1b\x54\x99\xba\x76\x4d\x5c\xad\x0a\x1d\xa1\xca\xdc\x2a\x73\xfe\x42\xb7\xa6\x32\x75\x8e\xcd\x37\x50\x20\xb1\x2f\xba\x52\x4f\x44\x04\x14\x69\x2c\x91\x14\xf4\xfb\xe9\xfd\xe4\x9e\x9e\x3a\xff\xe6\xfd\x06\xbb\xa8\x4e\xb5\x77\x3f\xff\x47\x20\x4c\x99\x8f\xe6\xf3\xf1\x79\xa1\x76\xf1\xff\x65\xec\x3b\x8e\xac\xe9\x79\x5e\x53\xf9\x43\x68\x39\x92\xda\x7c\xb9\xc8\x74\xe7\x1f\xc2\x2d\x41\x73\x80\xe7\xee\xde\xdd\xd4\xa8\x4e\xcb\xd3\x42\xe0\x92\x39\xb5\x60\x4e\x75\xf2\x82\xb4\xc5\xac\x71\x5b\x17\x00\xae\xe8\xe2\x62\xe6\xad\xad\xe7\xf6\x47\x93\x7e\x49\x2e\xa1\xe6\x67\xea\x0a\x69\x2d\xb9\xdb\xab\xdc\x39\xf0\x8e\x2d\xdd\x95\x55\xef\x3e\xfc\xe0\x79\x6d\x55\x8d\xb3\xde\x39\xfc\x20\x08\x6d\xc9\x8c\x5e\x30\xa3\x9b\x42\x61\x4b\xae\xce\xba\xc0\x26\x56\x4f\x6f\x8b\xd9\xd8\xb6\xee\xbb\xb8\xc4\x28\xf6\x52\x98\x65\x01\x3e\xd2\xf9\x3e\xbb\x2d\xb9\xf7\xeb\x3e\xc2\x4a\xd4\x01\x6b\x6a\xcd\x26\xee\xa6\xc2\x41\x4b\x21\x11\x94\x4f\x4c\x2d\xd3\x05\xdc\x5a\xcf\xfd\xdc\x67\x7d\x34\x09\x37\x21\x1d\x6d\x23\x84\xd6\x58\x11\xbd\x6d\xb9\x80\xfb\xba\x80\xd6\xd4\x36\xd5\xb6\xee\xef\x7e\x6b\xb6\x99\xc9\x6c\x1b\xe1\xae\x4e\xfe\xf6\xb6\x75\xa7\x77\xfc\x7d\xf3\xb7\x47\x9b\x59\xea\xb6\x91\xa5\xee\x0a\x85\x6d\x02\x9f\xda\xbe\x6f\xaf\xc8\xdc\xd4\xb6\x42\x99\xa8\x36\x77\xda\xd8\x9f\xee\xc3\xbe\xf7\x21\x53\x07\xec\xb7\xa9\xed\xae\x27\x23\xea\x28\x43\xf7\xfb\x13\x76\x88\x79\xff\x6f\xe6\xf0\xfe\xd4\xe5\x7d\x62\x92\x35\x7d\x05\xea\x37\x5e\x8a\x74\x45\xca\xb6\xbc\xf8\xfd\xdd\x69\xd0\x2b\x7b\x95\xf4\x79\x11\x21\x6d\x2c\x57\xda\x5e\xa9\xe3\xf7\x1e\x6d\x3e\x1b\xbe\x18\xf5\xdf\x9f\xf7\xf5\x13\x8f\xef\x2b\x4f\xe1\xb5\xfb\x4d\x26\x61\x5e\x99\x76\x2f\x1e\x1a\x77\xe3\x31\x7c\x25\xb2\x51\x8c\x2d\x75\xa2\x98\xda\xab\x88\xe5\xeb\x77\xee\x34\x09\x5f\x79\x8f\x2f\x92\xca\x4d\xd1\x9b\x57\x11\xaf\xd7\xff\x5e\x9e\x36\xb6\x69\x7e\x78\x83\xdb\x9d\xd1\xcc\x97\x68\xea\xf6\xe2\x21\xa4\x5e\xbc\xb4\x57\xa6\xdd\x7b\xaf\x0b\xab\xf6\xb5\x57\x91\x01\x60\x0e\x4e\x1b\x7f\xa7\xc8\xc0\xbb\xff\xde\xa6\xb0\x3f\x1d\xb5\x17\x47\xad\xf3\xd5\x52\x7b\xe5\xad\xbe\xf7\xb9\x96\xa2\x29\xaf\x4c\x03\x60\x15\x4e\x1b\xfb\x93\x58\xbe\xe0\x85\xee\x54\x03\xef\xab\x35\x83\xc8\xee\xae\xb1\x7c\x9a\xfb\x77\xe7\xce\xe8\xf7\x2b\x93\x02\xe5\xd7\x4e\xdb\xef\x77\x9f\x44\x2f\x0a\xa5\x25\x95\x0a\x6d\x9f\x12\x88\x1f\x12\x88\x4d\x11\x9a\x4f\x09\xc4\x2f\xdd\xf5\xa4\x8a\xf8\x94\x2c\xfa\xf2\x1d\x0b\xd5\x80\xc0\x0b\xed\x82\x17\x9a\x22\x34\x9f\x44\xe8\x77\xa3\x45\xae\x6f\x9a\x7e\x67\xf7\x77\xa6\xb6\xae\xb6\x7d\xdb\x7e\x6b\xfd\xe9\x7c\x7e\xd7\xa4\xe0\x73\xd1\xf6\xe9\x2c\xa1\xc0\xd8\x69\xe3\xef\x88\xd5\x6a\x5f\xdc\xb5\xa6\xa8\x10\x40\xa1\x7d\xd7\xa4\x50\xa4\xe5\x93\xa8\xff\xfa\x7d\xe1\x4b\x13\xe6\x53\xa6\xe8\x43\x32\xba\x11\x68\xd0\xf0\x68\xe9\xf7\xe7\x1d\x0b\x4d\x98\x4f\x6e\xf3\x77\x5f\xeb\x92\x8a\xa9\x7d\xca\x06\x7d\x48\x46\x77\xa7\x8b\x2b\xa4\x60\xbb\x48\xc1\x4e\xb2\xef\x26\x60\x43\xbb\xc0\x86\xc6\xc7\xba\xed\x93\xb9\x01\x1c\x43\xea\x4e\x77\xf4\x53\x04\xff\x82\x17\x1a\x6b\xd9\xb4\x4f\xf7\x01\x38\x86\xf3\x3b\xce\x5d\x26\xef\x05\x2f\x74\xd2\x4c\x37\xd4\xe4\xfa\xfd\xb9\x6e\xdb\xdf\x37\x4d\xf8\x43\xbb\xf8\xc3\xce\x67\x7e\x26\xe4\xb8\x5d\xe4\xb8\xde\x28\x9b\xb0\xe3\xf6\x5c\x5e\x18\x16\x5f\xb1\x87\xb8\x66\xbb\x00\x85\x46\x80\x82\x09\x9d\x68\xcf\x65\x03\xe1\x93\x51\x7b\x08\xe6\xb1\x5b\x13\xab\x33\x72\x6c\x4f\xfb\xd8\x66\x57\x2e\xfd\xcc\x4c\x43\xfd\xaa\xdf\x9f\xb8\x47\xac\x38\x62\xa8\x4c\xf5\xfb\x73\xdc\x36\x7e\xd3\x34\xbf\x7b\xae\x49\xef\x61\x8f\xa9\x3f\xbf\x44\x16\x95\xfd\x11\x5c\x63\xa8\x19\x75\xc6\xc2\x6f\xf2\xec\xda\x03\x70\x4d\x27\x1f\xb1\x3d\xa1\xfe\xe2\xaf\xbf\xf8\xb5\x75\xfd\xee\xba\x5d\x0c\xa5\xd8\xd3\x35\x96\x71\xc7\xd2\x38\x96\xa1\xb1\xdc\xf7\xec\xbf\x07\x39\x8f\x09\x2c\x61\x78\x9a\x92\x1a\x8b\x5e\xd8\x33\x35\x96\xab\xe2\xab\x71\xcd\xb6\xf6\xef\x02\x68\xc8\x6d\x6b\x0f\xcf\xa0\x3d\x57\x26\x93\x7c\xdd\x9e\xad\x71\xde\x17\xb3\x2c\x20\x61\xcf\xa7\xf3\xf2\xfd\xb5\xb1\xbf\x4f\xfd\xe1\x89\xa7\x2a\xe4\xda\x43\x57\xdc\x9e\x2b\x5b\x19\x86\xb0\xc4\x28\xa1\xa5\xe7\xde\x95\x9f\x2c\xb0\x44\x33\xcc\xd2\x35\x6b\x09\x7a\x30\x01\x30\x2c\xa5\xfb\xcd\x1f\x42\xd6\x52\x9e\x6c\x03\x80\xa6\x33\x72\x6c\x89\x66\xad\xe1\x31\xcc\xf9\xdd\x6f\xff\x12\x43\x3e\x96\x70\x76\x1b\x69\x91\x2c\x55\xf5\x77\xcd\x37\x52\xbe\x5b\x6a\x9a\x43\xfb\x7b\xed\xcc\xf9\x11\xd7\x6d\x28\xa0\x94\x3a\x99\xe0\x2d\xe9\xcc\xa7\xeb\x02\xb6\x5f\x54\xd2\x04\xce\x30\xd4\x51\x3a\x6d\x9c\x3b\x43\x45\x06\x9c\xc6\xf9\x26\xc7\x42\xa0\xa4\x25\x00\x25\x1b\x09\xc8\x2d\xb9\xd6\xf3\xda\x0c\x24\x17\xb7\x44\x33\xd3\xd2\x65\xe5\x20\x0d\xb8\xe9\x45\x85\xa5\x6b\x9a\x33\xd4\x60\xa9\x6b\x0e\x20\xab\xe8\xa4\x85\xb5\xd4\xb5\x2e\xc8\x42\x34\x82\x3a\x2c\x0d\xed\xd1\x35\xdb\x59\x98\xd2\xd2\x54\xdb\xbc\xfb\xf7\xcb\x26\x58\x5a\x5a\x17\x64\x4e\x1b\x69\xaa\x2d\x6d\xed\xed\x95\xad\x8c\xa8\x5b\xfa\xb4\x2e\xdf\x5d\xcf\xc6\xb9\x7f\x5a\x97\xef\xde\x87\x9f\x3d\x68\x7a\x17\x62\x17\x0c\xd2\xf8\x62\xca\x32\x33\x45\x96\xaf\x9b\xc0\xf0\x85\x65\xbe\x28\xb2\x9c\xee\x7a\x9a\xfd\x27\x73\xd8\xb2\xc4\x79\xbe\xe2\x9c\xcf\xd3\x2c\x17\x7d\xb6\xdc\xad\xe0\x14\x33\x9f\xf5\xd8\x1f\x8e\x84\x41\x7c\xcb\x3a\xf6\x28\xfc\x73\x7e\xf7\xdb\xc2\xac\x63\x8f\xa2\x3f\xa9\x91\xf6\xc5\x04\xf1\xb6\x0c\xe6\xa3\xce\x20\xbe\x65\x02\xfe\x0d\xe5\x7b\x4e\x1b\xfb\xa3\xd9\x60\x39\x2e\xed\x49\xe7\x38\x99\x5c\xb4\x1c\xf7\x58\xf0\x0a\x0a\x63\x62\x17\x63\xd2\xc8\x91\x65\x02\x91\xd8\x05\x91\x34\xf2\x7e\x5a\x96\x28\xcc\x57\x14\x5a\xe2\xef\x96\xd6\x13\x64\x0f\x9d\x0c\x12\x96\x75\x9c\x32\xd4\x7f\xe3\x1b\x7a\xcb\xc4\xd6\x1a\xca\xd2\x9c\xdf\x71\x9c\x4b\xfd\xad\xbf\xfe\x8c\x6d\x9a\x3b\x30\x8f\x22\x65\xb2\xbc\xb5\x47\x37\x4a\x41\x92\x4a\xcb\x34\x1b\xec\x82\x4f\x1a\xc1\x20\x96\xb7\xd6\x1a\xec\x08\x8d\x34\x8c\x96\x5f\x8d\xe5\x46\x1b\xe8\x1d\x5b\x66\xb4\xc1\xf2\x77\xe7\x4e\x35\x2e\x80\x89\x5d\x80\x89\x78\x88\xac\xf0\x09\x88\x95\xbf\x27\x20\x54\x9d\x02\x83\xd8\x05\x83\x34\xd2\x8d\x58\x21\x9e\xdc\x2e\xe0\xa3\xf3\xd1\x96\x95\xaa\xdf\x21\x32\xd0\xbb\xfa\xab\x5c\xb3\xd2\xee\x9a\x51\x4c\x16\x89\xc2\x72\x45\x21\xeb\xa3\x59\x71\x8d\xd3\xef\x38\x7f\xde\xb1\xe9\x29\x81\x95\x1b\xf1\x62\x09\x30\x43\x9d\x95\xdf\x9f\x10\x15\x24\x86\xb0\x42\x33\xd3\xca\x25\xa0\x21\xfb\x92\x95\xa1\xb1\x5c\x33\x93\xb5\x8b\x4c\xcf\x13\xac\xfc\xed\x3b\xef\x6d\xd9\x1a\xe7\x75\x91\x8c\x77\xac\x48\xe5\xa2\x98\x48\xea\x5d\x73\x78\xb5\x66\xef\x5d\x6b\xaa\xc0\x22\x91\x76\x81\x1b\x8d\x4f\x2c\xac\x32\x4a\x61\xf5\x46\x29\x8c\xf7\xb6\x32\x5b\x62\xf5\x66\x4b\x48\x2a\x6a\x95\xd8\x53\xab\xf9\x9e\x79\xce\xaf\xe6\xa5\xb6\x7b\xe6\x79\x6f\x2b\x13\x7a\x56\xcb\x9d\x03\xe5\x52\x25\xb8\xc6\x2a\x88\xa7\x9a\xff\xa2\x84\x56\x75\xdf\x2b\xd4\x47\x63\xdd\x23\xab\x43\xe3\x04\xab\x4f\x23\xdf\x87\xd5\xb1\xd5\x76\x89\x64\x78\xc7\xea\xe4\xde\xd6\x1b\xc5\x26\x95\x8d\x55\xc9\x82\x7a\x99\x60\xe8\x1e\x5a\x5d\xfa\xe6\xba\xdf\xcc\xfc\xe6\xab\x71\xde\xa8\x88\x17\xfe\x8e\x51\x11\xab\x48\x7e\x37\xe7\xb9\x6e\x5a\xcf\x86\xe7\x81\xcd\x79\xce\x1a\xb1\x7d\xd6\xca\xa5\x33\xe3\xb9\x6e\x92\xd7\xed\x9a\x29\x04\x8a\x58\xd3\x3d\x6a\xf5\xb6\xf1\x5c\x37\x46\xaa\xad\x81\x06\xe0\x79\x68\xd2\xb7\xa6\xfe\xae\x5b\xe9\xc6\x71\xca\x84\x69\xc7\x84\xc9\xcf\x43\xb3\xa1\xc9\x4c\x69\x37\xec\xc1\xea\x38\xd6\x64\x7e\xb7\x6b\x7e\xb3\xb0\x8d\x35\xd7\x58\x2e\x8b\x99\x5c\x96\xc6\xd0\x86\x81\x42\xff\xb4\xfd\xe4\x59\x0b\xf5\x77\xf9\xc0\x58\x78\xc6\x9a\x4c\x91\xf6\xc7\x9e\x15\xfc\x66\x9f\x6a\xbb\x6b\xcd\xfb\xd0\x74\x96\xda\xdf\x59\xea\x5c\x6b\x99\x22\x17\x44\xd2\xc8\xdc\x68\x8d\x8f\xd3\xac\xcd\xcb\x1d\xc9\x33\xdf\xf8\xc4\xc9\xf0\x3a\xf1\xac\x19\x7f\x27\x7d\x74\x9f\x1d\x36\xb9\x10\x6d\xea\x9b\x78\xb8\xf6\x10\x2f\x6f\x6d\x69\xee\x28\xeb\xfa\x10\x2f\x6f\x6d\x69\x9c\xa0\x13\x6a\xac\x21\x62\x4d\x67\xb0\xbd\x97\x73\x84\x7a\x0c\x5c\xf6\xbf\x3f\xfb\x6d\xe3\x9a\x49\x77\xb4\xf7\x8e\x93\xee\x61\xfb\x74\x76\xbf\xdb\xc6\x33\x61\x0c\xaf\x99\xa1\x3c\xd9\xc3\x6c\x97\x19\xc1\x4a\x06\x56\xfb\xf3\x3b\x63\x5b\x57\xdb\x7d\x50\x9a\xf5\x3b\x9e\x79\xfb\x7b\x60\x57\xd8\x1f\xc3\x2c\x66\x37\xcc\x42\x66\x1f\x33\x66\xe5\xec\x92\xe2\x3f\x4f\xd5\xef\xf4\xcd\xfc\xc7\x08\xc4\xfe\xb2\xbe\x99\xef\x5a\x53\xc7\x99\xdc\x5f\xbb\xee\x2f\xab\x48\x98\x49\xd6\xd9\xb5\xc1\x08\x30\x31\x93\xde\xb4\xab\x37\x65\xee\x0b\x20\x64\x60\xb2\x3f\x6d\xfc\x26\xb3\x4f\x76\x29\xe6\x9f\xe7\x9f\xb6\xad\x36\xdc\x77\x99\xd8\x7a\x36\x6a\x66\xf7\x0c\xd2\x75\x14\xb0\xc8\xec\xd2\x25\xf2\xd9\x9b\x09\x3c\x64\x00\x0f\x9d\xdf\x75\xb6\x69\xcd\xec\xf6\xe7\xec\x4f\xae\x87\xdd\x70\x65\x50\x3f\x98\x5c\x0f\xbb\x77\x5a\xe6\xb7\x85\xd6\xf3\xea\xe2\x63\xd3\xfe\x27\x73\xd8\x42\xdb\x1b\x77\x7b\x29\xb6\x4c\xe2\xc0\xae\x38\x08\x7a\x8f\xd6\x35\x9c\x6b\x2e\x92\x95\xc9\x4c\x5e\xb5\x5d\xaf\x5a\x66\xad\xe9\x7a\xda\xba\x5b\xe1\xfc\xdd\xd2\x37\x6f\x02\x8a\x14\x81\x66\x5b\x4b\xb3\xef\x71\x0a\xb5\xe9\x58\xa0\x32\xc5\xf3\x68\x9c\x5b\x5b\x71\x13\xdc\xac\x47\x60\xa6\xab\x6b\xef\xb8\xbf\xe3\xf1\x7d\xb5\x4d\xe0\x28\x79\xf8\xac\xc1\xc0\xc0\xfe\xfb\xf3\x92\x36\x25\x8e\x45\x9e\xfa\xc5\x63\x35\x52\xfb\x9a\xc9\x24\xb4\x6b\x12\x76\xaa\x0f\x80\xb0\x7e\x7f\x5e\xd5\xc2\x35\x73\x79\xf1\xfe\xfc\x31\xfb\xfe\x8e\x85\xcb\x9d\xf1\x7b\x75\xc9\xf7\x6f\xce\x97\xf5\x06\xca\xf6\xd4\x08\x76\x31\xcf\x9c\x83\xe7\x2b\x62\x18\xa1\x71\x46\x4f\xcd\xef\xf5\x24\xe1\xbe\xb9\x54\xae\x03\xd4\xd1\x48\xbe\x6f\xce\x24\x8c\x79\xc5\x59\x62\xc2\xd2\x9c\xa0\x0e\xbb\x18\x2f\x71\x85\x99\xb7\x7f\xda\xee\x38\x79\xcd\x5c\x51\x26\xbf\xd1\x53\xf2\xd0\x9b\xbb\x7e\xe7\xf7\x77\x3c\xbb\x60\x0e\xff\xfb\xf3\x32\x43\x92\xba\xdd\x5c\x9e\xb3\x77\xa8\xe3\xa4\x7d\x20\x8e\xd2\xbc\xdf\xf3\x42\xd5\xe9\x52\x57\x3e\xff\xbe\xc9\xdf\x4d\xad\xd9\x8d\xee\x13\x98\x62\x2e\xd3\xd5\xaf\x5b\x42\x0e\x00\x73\xb9\x25\xbe\xef\x58\x18\x19\x70\x79\xdc\x80\x9e\x9d\x36\xf6\xf7\xea\x9b\x37\x5a\xc4\x97\xfe\xe6\x7c\x9a\x61\x0e\xb7\x44\x64\x7a\x26\xbc\x99\x01\x6f\x96\x1f\x26\x6b\x2d\x88\xed\xb3\x00\xb6\xcf\x48\x48\x6a\x21\x93\x37\x2e\x1f\x37\x9f\xe0\x59\xe8\x9c\xc5\xd1\x08\xe7\x9b\x6c\xcb\x14\xcb\x71\xc9\xb0\xf9\x3c\xcf\xa2\xa8\x0d\x8c\x48\x0f\x39\x20\x2d\x98\x3c\xb5\x28\x97\x10\x90\xf7\x28\xf8\xdc\xd1\x02\xcf\x1d\x8d\x40\x18\x0b\x3e\xf3\xb1\xa8\x77\x0e\x34\x5d\x43\x6a\x20\x70\x06\xed\xa1\x79\x1a\x4d\xeb\x82\x24\xa1\xc9\xdc\x88\xae\xb6\xcb\x10\xfa\x68\xcd\x86\xe6\x30\xee\xfc\x18\x3d\x0d\xb9\x33\xc0\x9d\x25\x93\xea\x0c\x9d\xa5\x0b\x36\x33\xa9\xc7\x60\xa6\xc8\x62\xde\xfd\x63\x14\x34\x64\x62\x07\x4c\x6c\x7b\xa8\x02\x43\x51\x49\x60\xd2\x4e\x9b\xb3\x4d\xfd\xc1\x0d\xb2\x87\x91\x96\x78\xf5\xbb\xf7\xfe\x8e\x26\xaf\x00\x65\x16\x97\x3a\x4e\xfa\x21\x18\x35\xb7\x00\x5d\xd7\x93\x18\xa1\xe9\x8a\x2e\xfe\x11\xcb\x13\xf0\x61\xa0\xe3\xfe\xfd\x09\xb9\xcb\xf7\x23\xd6\xb5\x0f\x17\xe0\x65\x64\x86\xb0\xde\xf4\xbb\x76\xc7\xc2\x3b\xd6\xa5\xaa\x2f\x47\xb2\xb1\x7a\x97\x81\x6d\xf8\xf7\x27\x98\xfb\x08\xce\xb0\x2e\x53\xf9\x12\xf9\xda\x43\x77\xa6\x4b\x37\xf6\xab\x1b\x93\xbe\x29\x73\xf8\xb2\xb5\x9a\xe4\x67\x9f\x1a\xcb\x35\x5d\x93\xbe\x29\xf7\xa9\x5f\xf3\x34\x53\xc7\x75\x99\xa0\x7f\x04\x96\x64\x0a\xb0\xbe\xfe\xf9\xdd\x77\x7f\xf7\xdb\x87\x2e\xf3\x14\x0c\x89\xf9\x21\x63\xa4\x0d\x99\x68\xc0\x50\x25\x4b\xd4\x1d\x43\x77\x6c\x80\x10\xdd\xc8\x62\x63\x83\x7c\x45\x36\x2a\xf6\x28\xd3\x54\x1e\xc4\x82\xda\x40\x05\x9f\x87\xf4\xe4\x36\xc8\x57\x64\x03\xdc\xdd\x96\x68\x4a\x0e\xb9\x41\x03\x91\x5c\x4b\xd4\x1d\x43\xee\xcc\x70\xe8\x3f\x26\xd4\x6d\x04\xf7\x6f\x80\x41\xc1\x58\x4c\xcb\x86\x22\xff\x63\xdc\xf5\xa4\x5e\x19\x43\x63\x19\x77\x2c\x6a\x93\x2b\x30\xd6\x6d\xa3\x7b\x38\x64\x4f\x5c\x50\x95\xf1\xc9\x98\x0d\xd9\x13\xe3\xca\x64\x66\xd3\x6d\xca\x6c\x9f\xd7\x6c\xcf\xcc\x18\x4c\x65\x83\x66\xbe\xac\xf8\x6a\x23\xee\xdd\x66\x81\x0e\xc8\xd4\x55\x53\xe1\x20\xe0\xab\x92\x91\x59\xc2\xa6\xb2\x41\x13\x9c\xef\xc6\x77\x5f\x36\xb5\x7f\xf3\x6f\xff\xa8\xc7\xa6\xee\xd1\x6c\xb0\x97\x98\x85\xb7\xc9\x2c\xbc\x5d\x70\x94\x25\xde\xbf\xa9\xbb\x32\x61\x82\x8a\xb1\xd9\xa6\x32\x3e\xf3\xb2\x4a\x27\x66\x0c\xa6\x42\x92\x33\xee\x39\xa3\x7b\x38\xf9\x9c\xda\xe6\xf8\xfe\x3f\x72\x61\x9b\x8b\xe7\x7a\x22\xb4\x68\xf9\xe1\x1c\x14\xea\xbb\x80\x24\xcb\x89\x73\x97\x4e\x9d\x57\x0e\xe6\xd4\xfe\x9b\x39\x2c\xdc\x91\x5d\xdc\x91\x65\x9a\x06\x4b\xdb\x04\x68\x4f\x32\x3e\xe5\xb1\x25\xb5\xb3\xea\xa5\x21\xe7\x75\x59\xba\x12\x0b\x45\x62\x9e\x42\xef\x71\x29\xca\xbb\xc0\xab\xf8\xf0\x39\x84\x2d\x79\x26\xcb\x2e\xf9\x39\xd5\xea\x52\xb2\x61\x21\xd9\x60\x3a\xf6\x4b\xc9\x86\x15\x97\x74\xf5\x87\x93\xb1\x15\x4d\x6d\x77\x0e\x4c\x6e\x2c\x25\x1b\x56\xbf\xcb\x4d\x15\xb1\xf8\xe4\xc1\x16\x92\x6f\xa6\xa3\xbd\x24\xee\x16\x6a\x9e\x3f\x45\xeb\x42\x2c\x9a\x2d\x60\xd1\x4c\x47\x7b\x29\x11\xb1\x2e\x3b\x71\xa6\xb7\xb3\x96\xe6\xb0\xee\x7a\xf2\x18\x2e\x1d\x8b\x75\x8e\x45\x7e\x8a\xd6\x7a\x69\x9c\x97\x36\x98\x8c\x14\xb6\xb6\xc6\xb9\xef\x38\x29\xb6\xd6\xd6\xef\xf6\xb8\x6d\x9c\x9f\xae\xfc\x42\x61\xbb\x87\x5c\xa0\xb6\x14\xb9\x5a\x7f\x04\xb7\x74\x21\x96\x5c\x88\x8b\x81\x32\xb2\x55\xd8\x26\x8e\xd2\xf6\x73\xcf\x19\x8f\xfd\x26\xa6\xda\xf6\x5f\xdd\x0e\x1e\xfb\xad\xe4\xdb\xce\xf7\xbc\x50\xfd\xef\xc2\x75\xd9\xe5\x32\x09\x27\xb5\x85\xda\xfa\x6d\xcb\x6c\xdb\x6a\x7b\x6f\xdb\x6f\xee\x5b\xa2\x62\xb7\x3f\x1a\x66\x8e\x53\x1e\xf0\x46\xe5\xa1\xa7\xd0\xdc\xd8\xa6\xdf\xd9\x5f\xed\x91\xdf\xde\x6e\x89\x91\x7d\x55\x2e\xc1\x27\xb6\xe5\xc9\xee\xb8\x6d\x85\xbf\x53\x72\x78\x5f\x35\x50\x18\x09\xdc\x72\x47\x37\x88\x31\x1f\x96\xb3\xb2\x3d\x28\xce\xf7\xb8\x6b\xc6\x84\xd7\x9e\xea\x0f\xc4\xdc\x0f\xc1\x19\xb6\x49\x6c\x63\x1b\xee\xa8\x15\x46\xe2\xf7\xd6\x7a\x5e\xc6\x65\x3e\x01\xb2\x4d\x70\x8d\xed\xf7\x9e\x4f\x9a\x29\xfb\xd5\x58\x40\x44\x2c\xb6\x67\xdb\x72\x1d\xf7\xf7\xd7\xf6\xeb\xef\x25\x6e\xda\xde\x74\xdb\x28\xea\x5f\x62\x10\xed\xbd\xaa\x85\x6c\xe3\xf6\x2a\x0a\xf3\xe6\x7b\x26\x78\x8f\x5e\x9d\xa5\x37\xdf\x62\x1e\x1c\xe7\x2b\x13\xfb\xfd\x3b\x13\x34\x99\xde\xaa\x6f\x22\xd2\x62\xac\x2d\x61\xaf\xcc\xb7\xf7\x46\x48\xc9\xaf\x6e\xaf\x64\xdd\x7b\x29\xac\x48\xf5\x67\xaf\x5c\xc0\xcb\x6a\x63\x95\x11\x3d\x31\xd7\xd8\x65\xae\xb1\x4a\xd3\x47\x00\x2f\x7b\xf1\x24\xd5\x2a\x4d\xa6\x57\xae\xdc\x0b\x57\x4e\x8c\xe1\xf6\xca\x34\x7f\x41\x7b\xf9\x54\x26\x95\x5f\x9d\x17\x90\xca\x9c\xdf\xf1\x9b\x32\xbf\xdf\x6b\x7e\x93\x3d\xc2\x5e\x99\x6f\xef\xfa\xe3\x94\xe6\xef\x14\xbe\x78\xf7\x5f\xb9\x28\xce\x4f\x51\xc2\x17\xcc\xb9\x8f\x80\x22\xaf\x42\x06\xef\x77\xe7\x4e\xd9\xf3\xf1\x79\x97\x7d\xcf\x2d\x6d\x40\xd7\xe3\x53\x58\xe0\x02\xa7\x4c\xe0\x8c\x4f\x67\xe9\x4b\x90\x75\xac\xb6\x63\x9f\xc2\x02\x5f\xbe\xeb\x59\xd9\x9f\xc2\x02\x5f\xbe\x6b\xc6\x39\x7c\x3a\x4b\x5f\xbe\x73\xa7\x3e\xfa\xe4\xe6\x7d\xb7\xfe\x0f\x19\x29\xec\x23\xbe\xdb\x3e\xe0\xbb\xad\x32\x12\xff\xb5\xa1\xb6\xbb\x0f\xbc\x2b\x1f\xb1\xdf\x06\x52\x99\xfc\xfc\x33\x3f\x9d\xa5\xef\xef\x2c\xd1\x9d\xf9\xe4\x0a\x7c\x76\xeb\xd5\xf0\x8e\x7d\xae\x6f\x5e\x9d\x5a\x69\x6a\x7d\xa1\xb9\x07\xe4\x8b\x00\x26\x9f\xdc\x84\xef\xba\x09\x64\xd5\xb0\x4f\xa6\xeb\x17\x7f\xdf\x64\x7f\xc4\x7e\xdb\x07\x1a\xb2\xe7\x9f\xf9\x09\xb4\xf2\x8d\x7b\x5e\xa8\xc7\xc4\x40\x63\x97\x81\xc6\x04\xea\xf8\xf8\xfc\xd0\xbe\x6b\xd6\x0a\xb8\xf1\x29\xbc\xf6\xad\x3b\x07\x66\x1a\xc4\xfa\x62\x97\xf5\xc5\xf8\xd6\xc3\x3e\xb9\x17\xdf\x95\x67\xff\xcc\x41\xf6\xd2\x77\xed\x25\x81\x3a\x3e\x85\x21\x3e\xd4\xc8\x7f\x08\x4c\xf1\x87\x58\x6c\x7f\x9e\x5b\xef\xeb\x77\x6f\x5d\x14\x9e\x0e\xe2\x98\xfc\x70\x7e\xfe\x10\x98\xe2\x97\x11\xc6\x08\xdc\x70\x81\xaa\xfc\x82\xaa\x8c\x00\x0c\x7f\xe8\xfa\xfb\x73\x5d\x7f\x82\x2c\xfc\xe1\xbe\xfb\x83\xe7\xcd\xc6\x42\x40\x2e\xf6\x16\x07\xfe\x28\x19\x79\xf3\x5d\xf4\xb8\x7e\x59\x58\x8c\x4c\x16\xfe\x4c\x8d\xe5\xda\x3d\x04\x44\xf8\x43\x59\xe0\xcf\x0d\x65\x12\xd0\xe2\xa2\xac\xf5\x0b\x2c\x32\xd2\x8c\x7b\xe2\xbd\x75\xe0\x73\x92\x91\x0a\xd6\x13\xdf\x5a\x79\xca\x70\x4b\xda\x4f\x66\xb9\xa8\x67\x1d\x38\x9b\x5b\xf1\xe4\xbf\x98\xc3\x2e\xf6\x59\xbf\xec\xb3\x0f\x9f\xc8\xb8\x78\xed\x1c\x70\x9a\x64\xac\x27\xe5\x89\x6a\xdc\x53\x40\x54\xb0\x3e\x93\xa7\xd0\x70\xae\x37\x40\xf0\x82\x27\x26\x87\x3d\x81\x7d\xf6\x61\x69\x79\x4f\xc4\x20\x7a\x02\xfb\xec\x43\x32\x12\x4f\x53\xdf\x9c\x97\xe0\xfe\xe1\x37\x97\x7e\x77\x4b\x4b\x10\xbc\xe0\x69\x6b\x0e\xa8\xc6\x60\xac\x66\xe6\x89\xc7\xde\x13\x12\x8f\x66\x5a\xd2\x57\xcb\xfd\x57\x1c\xe0\x97\xbc\xf1\xc4\xa8\x88\xa7\xef\x32\x35\xf2\x18\x26\x8a\x73\xbf\x6c\xb7\x46\xd6\x09\xcf\x34\x09\x3d\x3f\x10\x69\x64\x1d\xf6\xcc\xe4\xb0\xe7\xab\xaa\xc9\x2c\xe1\x99\x66\x9f\x5f\x1e\x54\x23\xd0\xc0\x33\xcd\x3e\xcf\xd7\xb3\x24\xeb\xb0\x67\x26\x53\xfc\x92\x9f\x98\xfd\xdc\x0b\xcf\x34\x09\x3d\x5f\xf5\x6f\x3f\x6f\xdc\x33\xbd\x4e\xcf\xc0\x71\x99\xf1\x4a\x64\xaa\x7f\xcf\xd7\xd5\xe1\xb3\x22\xcf\x4d\x63\xb9\xde\xbf\xf1\xba\x64\x7a\x9d\x9e\x6f\xc9\x2b\x82\x10\x3c\xf3\x95\xa8\x67\x60\x64\xcd\x8c\x63\x99\xea\x0f\x7c\xd2\x0f\x4b\x2e\x7b\xfe\xd4\xdf\x77\xfb\x73\xae\xf5\xa7\xb9\xa3\x78\xfe\xc3\x27\x40\x9e\x3f\xad\xf5\x77\xd7\xfa\xe7\x39\x7b\x21\xe6\xd8\x4b\xba\xeb\xf9\x4b\x66\x7a\x61\xa2\xcc\xcb\xad\x25\xc8\xea\x58\x5e\x24\x9a\xca\x55\x9d\xe4\x03\x75\xb1\xc0\x7a\xf9\xab\xca\xf7\x8b\x32\x79\x61\x12\xdb\x4b\xb9\x67\xf0\xe7\x5e\x78\x61\x12\xdb\x41\x12\x92\x8c\x2c\x96\x5e\x88\xb3\xf7\x52\xef\xb9\xe6\xfc\x8a\x69\x9c\x28\x00\xfa\xb0\x06\x8c\x0b\xf0\xe1\x17\xf0\x61\x64\x20\xf5\x12\x1a\x4b\xfc\x15\xf9\xe1\xdc\xbb\xda\x90\x0d\x32\xd7\x37\x87\xbe\x39\xb0\xd6\x2c\xc3\xea\x62\xf1\xf0\xcb\xe2\xa1\x92\x3e\x5e\xa6\xc6\x89\xaa\xbf\x0f\x2b\x99\x7a\x59\x5a\xb3\xeb\xe6\xb9\xbe\x49\xf0\x90\x97\x1b\x45\x23\xcb\x85\x97\xad\x7d\xd8\x77\x1f\x0a\xd7\x9a\xb8\x4d\x2f\xfb\x56\x13\x2a\xdc\x23\xb2\x1d\x78\x41\x02\xd8\x08\x50\x70\x31\x83\x78\x79\xef\x58\x78\x8f\xca\xa7\x6f\x7e\xf7\x9b\xbc\x2b\x55\x2a\xb0\x3e\x77\x3d\x7f\xa6\x96\x57\x9d\xb3\x9a\xee\x38\xf5\x3b\x46\x92\xbc\xde\x88\x3a\x81\x0d\x5e\xb3\xbe\x79\xcd\x7d\xff\x45\xae\x5c\xe0\x13\xaf\xf9\xaf\x5e\x4e\x67\x1b\xcf\xd2\x05\x98\x18\x41\x0f\x5e\x69\xbe\x79\xbd\x51\x7a\xdd\xdb\x4a\xc6\x5a\xaf\x57\xf6\xb0\xc6\xa2\x57\xbe\x03\xf1\x5a\x6f\x5d\xbb\x9f\x6b\xe5\xb5\xea\x77\xd7\x85\xf0\xdf\xb3\x3e\xaf\x55\x73\xa8\x30\x37\xf8\xcc\xc7\x6b\x0d\xb5\xf5\xdb\xc6\xb9\xd3\x55\xf5\x7a\xdd\x0b\xe2\xb4\xbd\x36\xcd\xef\x86\x52\x58\x4f\xd2\xab\xf4\x58\x05\x36\xda\xc8\xd4\xe1\xd5\xd4\xdf\x75\x63\x09\x7a\xf0\x4a\x53\xd2\xab\xbd\x77\x2c\x6c\x73\xed\x91\x43\x6f\x9a\x71\x0e\x04\x60\x78\xbd\xe1\x19\xe2\xb4\xbd\x86\xc6\x12\x77\xee\xc6\xb1\x74\xcd\xe1\x16\xfb\x0a\xca\x90\x3a\x74\x5e\x6e\xa6\x81\xe0\x05\xaf\xaf\xfa\xbb\x21\x8a\xa0\x3e\xaa\x9f\xda\xbe\x3b\x4e\xca\x1e\x71\x49\x7b\x7b\xee\xfc\x28\x7b\x9a\xcc\xb0\x76\xdd\x51\xb2\x55\x78\xd3\x19\x6c\xf7\x0c\xb2\x3e\xac\x37\xba\x09\x7e\x01\x3b\x46\xec\xb0\x37\x82\x2f\xbd\xdd\xaa\xa0\x04\x05\x78\x63\xe8\xcd\xdb\x0d\xbd\xc5\xcf\x15\xf7\x56\x35\x96\x7a\xe5\xcb\x2f\x12\xef\x4d\xfa\xa8\xdd\xac\x4e\xf0\xbc\xb4\xa6\xb1\xb4\xbf\x72\x51\xfc\xa6\x69\x0e\xf6\xff\x57\x04\xf4\xc6\x8c\xa4\xb7\x5b\x93\x30\x8c\xdf\x74\xfd\xee\x57\x49\x90\xeb\x29\xf9\x79\x19\x61\x2c\x9c\xdf\x0c\xcd\x21\xee\x7a\x3a\xe7\x4e\x30\x9d\xb7\xb8\xfb\xce\xbb\xd2\x18\x96\x73\x30\xc2\xe4\x87\x2c\x41\x2e\x00\x8d\x5f\x4e\x6f\x23\xd0\xd5\x1b\xc3\x72\xde\xae\x79\xca\xcc\xbe\x0b\x5c\xe3\x0d\x9c\xbd\xc6\xcc\xbe\x37\xd9\x4b\x6d\xff\x55\x6b\xe2\xef\x64\xba\xb6\x6b\xba\xb2\x30\x8f\x8b\x2d\xc6\xc1\x16\x93\x1f\xb2\x12\xb9\x11\x03\xec\xc0\xaf\x9c\xb6\xdf\x79\x31\x86\x36\xdc\xae\xac\x23\x23\x85\x0b\x28\xe2\x00\x8a\xe4\x47\x32\xd9\x24\x97\xac\xdc\xfe\x78\x06\x4d\xf6\x8b\x5d\x19\xe2\xff\x91\x59\xc2\x45\x07\xee\x66\x71\x7f\xda\xd9\xb6\xd5\x06\x0b\xdc\x29\xb6\x8c\xcf\xc9\xdc\xfc\xaf\xca\x32\x87\x23\xf3\xc6\xe2\x4e\xe3\x97\x50\x70\xd3\x91\xb1\x7b\x64\x88\xf7\x74\x01\x30\xdc\x6e\xc4\xcb\x79\x44\x8d\x4f\x25\xdc\xfa\xba\x6d\xfc\x1d\x13\x1f\x7e\x09\x6a\xac\xf3\x0a\x9a\x54\x27\x0a\xe7\xe7\x47\x22\x5b\x00\x0c\xff\x03\x60\x48\x64\xdb\xd6\xfc\x80\x9f\x35\x32\x59\xb8\x31\x89\xed\x06\xd8\xb8\x75\xad\x99\x8e\x85\xdd\x6a\x60\xfd\x87\xcb\x71\x81\x1e\xfc\x82\x1e\x8c\x65\x01\xdc\x25\x7e\x1c\xe5\x61\x1e\x16\xfe\x73\x97\xf8\x01\x8e\xe1\xb4\xf1\x77\x12\x23\x7e\xc5\x08\x19\x29\xdc\x75\x2c\x6e\x2d\xf8\x47\xe2\xd5\xf9\xb4\xc6\xdd\x9e\xdb\xf6\xdb\x23\x81\x10\xfc\x82\x10\x8c\x45\x03\xdc\xe9\xfd\xbb\x07\xd6\x93\xb8\x31\x77\x3e\x9b\x72\xbf\xde\x23\x41\x01\xee\x32\x7d\x7c\xde\xf5\xec\xfc\x26\x23\xd5\xee\x37\x52\x4d\xfc\x97\xbb\xf6\xc1\xff\xf6\x81\xae\x95\x4b\x0d\xf8\x55\x03\x04\x0c\xb8\xc8\x6b\x1c\xb8\x82\xe4\x8f\xe6\x2e\x53\xd9\x6f\x92\x57\xa2\x3e\xb4\xd6\x71\x8b\x52\xb3\xb4\xb1\x87\xc4\x6b\xdc\xcc\x06\x71\x5c\x1e\xba\x47\x71\xef\x51\xd0\xa4\x08\x99\xa7\x61\xeb\xff\x2b\xda\xe7\x22\x85\xf1\x88\xf7\xff\x2b\xd8\xec\xa1\xf5\x8c\x71\xc7\x49\x75\x2c\xf6\x16\x8f\x79\xbf\xf9\xcb\x18\x78\x2c\xb5\xad\xf9\xff\x15\x4e\xf6\x90\xb8\x0b\x54\x0c\x7a\x24\xce\x43\x6e\xc2\x5f\xf2\x9b\x78\x2c\xef\xe4\xc2\x75\x54\x44\x3f\x6d\xbf\xb1\x74\x99\x61\xa8\xb9\xfd\x4f\xb5\x55\xef\xcc\x22\xf9\x2d\x15\xed\xc4\xa9\x79\x97\x49\xdf\xaf\x59\x24\xb1\x2c\x36\x15\xbf\x6c\x2a\x4e\xf6\x08\x57\x42\xdd\xfb\x8d\xc8\x06\xef\x4a\x27\x66\xd5\xff\x8a\x24\x3f\xbf\xe8\x9b\xf7\xa6\x71\xb6\xbb\xd6\x94\x2f\x5d\xea\x0a\x39\xf2\xfc\xb0\x90\x89\x77\x9d\xf9\x5b\xa3\xd5\xc9\xe6\xe0\x7d\xa8\xbf\x71\xfb\x73\xce\x41\x7b\x84\xf2\x96\xe7\x9b\x5c\xb3\xa9\x6f\xae\xbb\x2e\x34\xdf\xba\x5c\x81\xfe\xb7\x7f\x34\x53\xfa\xd6\x3e\x80\xcc\xc9\x99\xf8\x77\xb1\x9b\x38\x4a\x13\xe6\x87\xef\x16\xbc\xbf\x1a\xe7\x2d\x39\x48\xde\x5a\xef\xaf\xc6\xf9\xde\x71\xfe\x32\x76\x3e\x18\x91\x75\xd4\xb7\xcb\x0f\xdf\x03\xb8\x98\x4f\xfc\x32\x9f\x38\x93\xfb\x2e\x76\x13\xbf\xec\x26\x9e\x7e\x09\x7c\x1f\x72\x01\x47\xb9\xe5\xfe\x38\xce\x41\xd2\x3e\x1f\xb7\x3c\x79\xd2\x58\x64\x7e\x5f\x56\x14\x27\xd3\x83\x0f\x62\x9c\x7d\xe0\xad\x80\xb3\xb0\x8d\x0f\xb9\xe2\x03\xae\xb8\x27\xea\xaa\xe1\x9a\x83\xdf\x39\x50\xe5\x0e\x99\xb5\x23\xee\x7a\xd2\x65\x19\xcc\x3a\xfa\xb8\x66\x2d\x19\x92\x7c\x74\xfd\x0e\x18\x75\x27\x08\xc8\x87\x74\xdc\xb8\x3a\x8e\x95\xd2\x7d\x0c\x8d\x65\xdc\xb1\xd0\x24\x1c\x8c\x90\xfa\xb8\x75\x60\x93\x7e\x37\xd5\x36\xa1\xa7\x09\x28\xf3\xc1\xe8\xbe\x0f\x44\xf7\x9d\xa5\x13\x7c\x48\x4e\x8c\x7b\xce\xc8\x10\xe1\x63\x6b\xad\xdf\xbb\xd6\xfa\xe6\xa7\x71\x7e\x77\x9c\x34\xe9\xa7\xc2\x02\xf3\x86\x05\x3a\xef\xc3\x54\xc8\x67\xe6\xbb\xb7\x0c\x43\x4c\x02\xed\x7c\xd6\xdb\xc6\xb0\xc7\xe4\x5b\x0f\x9f\xed\xee\x1f\x4d\x7a\x31\x9f\xf8\xb4\xbb\x9e\x6a\xd3\xbd\x9d\x57\x57\x49\xe7\x4c\x32\x21\xf8\xbc\x15\x91\x13\x4d\xec\xc9\x88\xb3\xcf\x7b\x37\xf3\xa3\x36\x53\x1b\xce\x2e\x93\xf4\x3e\xb5\x9e\x73\xdd\x7b\xf4\xcb\x80\xba\x58\x35\x1c\xac\x1a\x39\x3d\x3c\xf3\x4b\xf2\x73\xe5\x5b\x57\x9b\x67\x57\x19\x7a\x47\x86\xfe\xfc\xce\xd9\xb6\xd5\x76\x6b\xbf\x52\x6f\x2e\x02\x5a\x7c\xdd\xf5\x64\xf6\xde\x95\xa1\xf7\x9b\xa1\x4f\xd2\x39\xab\xab\x3f\x84\x3d\x9c\xa0\x15\x5f\x32\xbf\xd7\xbc\xa5\x2d\x79\x3e\x97\x4c\x6c\x54\xc8\xc8\x89\x4c\x47\xae\xec\xb6\xdf\xec\x76\x22\xf6\xdb\x95\xa5\xf6\x9b\xa5\x4e\xac\xaf\xea\xca\x52\xfb\xcd\x52\x27\x02\xca\x7c\xc9\x06\xbb\xa5\x36\x3c\xd3\x0d\x5a\x9f\xc6\x79\xbc\xc1\xf3\xbb\xff\xc6\x2c\xe1\x8b\xdc\xa6\xbe\xbe\x3b\x54\x5e\x97\x4d\x3c\xab\xef\x5b\x84\x93\xdc\x9f\xbe\x9f\xa1\xb6\xbb\x85\xbf\x24\x8c\x6f\x45\x3e\x76\xba\x6d\x34\x41\xb7\x22\x1f\x1b\xde\x80\x67\x5e\x17\x25\xc6\x7d\x5f\xb5\xca\xfa\xc9\xbe\x15\xdd\xd8\xe5\x4e\x9f\x26\xda\x56\x74\x63\x97\x3b\x7d\xaa\xb9\x4d\x9c\x9a\xef\x72\x0b\xe0\x53\xe5\x6e\x3e\xc5\xf2\x5d\x6f\x0d\x6c\xaa\x9d\xdd\xb8\x85\xbb\xdd\x75\xe1\x95\xdf\x3a\x4e\xfb\xef\x38\xd1\x0b\xdc\x12\xbd\xfb\x8a\x5e\xb2\x4e\xf8\x76\xb5\x21\xd1\xe9\xe4\xe9\xf4\x2d\x0f\x71\x5f\x95\x4b\xc0\x80\xef\xa1\xb1\x1c\x95\x9b\xd3\xa3\xb9\xcb\x64\xda\x30\x41\x9d\xc0\x14\xdf\x3a\xbe\x1b\x54\xe3\x4e\x50\x80\xef\xa9\xbd\x45\x01\x6c\x27\x68\xc5\xb7\xd4\xf8\x06\x51\x9e\xb3\xf2\xb7\x6f\xa9\xf1\x3d\xef\x38\x79\x95\xb6\xc4\xc1\x5e\x7f\xbf\xe3\x5a\xcb\x2d\xd9\xeb\x1e\x6d\x46\x61\x44\xb6\xe2\x97\x6c\xc5\xc9\x0b\xea\xfb\xd5\x79\x41\x52\xcb\x09\x26\xf0\x4d\xec\xb7\x6f\x3c\xdb\x70\x82\x09\x5c\x25\x64\xfc\x7d\xae\x18\xa1\x68\x7a\xf9\xc4\xc2\xdf\x5b\x3a\xb6\xf0\x0a\xbe\x7c\x95\xea\xef\xb1\x00\x73\x4a\xdc\xa3\x57\xe7\x1a\x95\x66\x4e\x5b\x61\xdb\x56\xdb\x5d\x17\x8a\x8a\x57\x67\xf7\xcd\xb7\x8d\x26\xe1\xcb\x27\xa9\xfe\xa2\x16\x61\x4a\xdc\xf7\x57\xe2\xee\x26\xf0\xbd\x30\xba\x21\x16\x16\x07\x0b\x4b\x4e\x89\x62\xf9\x95\x1b\xf4\x02\x53\xe6\x04\x28\xf8\xdb\xf4\xbb\x76\xf7\x9d\x2e\xd9\x2b\x53\xf2\x45\x6d\xd1\xc4\xca\x7b\xfe\x2a\x32\xf7\xb6\x71\xdb\xb8\x9e\xa6\x36\xbb\xfb\xce\xbb\xf2\xba\xe6\x70\xbc\xac\x9c\x88\x5d\xf4\x57\x19\xa6\x37\xee\x7a\xf2\xbc\xbc\xc4\x66\x3a\x30\x00\xc9\x0b\x23\x1f\x9f\xa2\xe6\xdf\x51\x03\x39\x25\xba\xd4\x9f\xa2\x92\xdf\xdf\xba\xd0\xbc\x51\xa9\x14\xff\xea\x1d\x0b\xb3\x4f\x9f\xd6\xe5\xfb\x5b\x17\xba\x72\x9f\x5c\xc7\xcf\xee\x99\xa0\x58\xfe\xc8\x6a\xe3\xdf\xdf\xdc\x79\xae\x95\x8c\xf6\xef\x6f\xee\x94\xad\x4a\x46\xfb\x4d\x46\x27\x56\x80\xf6\x4f\x26\xd3\xd7\xef\xba\x34\x8e\x45\x19\xb4\x0f\xe4\x97\x4e\x20\x85\xab\x16\x98\xdf\x5a\x60\x4e\x40\x84\x7f\x72\x83\x3e\x44\x7d\x9c\x80\x08\x57\xe2\xd8\x6f\xe2\xd8\x59\x86\xc3\x3f\xb9\xf7\x1f\xa2\x3e\x89\x04\x58\xfe\xc9\xad\x04\xf9\x46\x4e\x2c\x5e\x1f\x0f\xf9\xd7\x03\x25\xc3\xce\x37\x83\x6d\x4d\x6d\x90\xbb\x2c\xd1\x11\x0f\xef\x6d\x3c\xf7\xde\x12\xbb\x18\x2a\x4f\x12\xc8\x2f\xe7\x44\xe2\xac\x78\x92\x7e\x07\x26\x19\x27\xc8\x22\xc4\x72\x11\x97\xe5\xc2\x09\x5e\x88\x87\xe0\x93\x78\xae\x4c\xfe\x55\x87\x3d\xff\xd0\x38\x1d\x3a\x20\xfd\xa2\x61\xf1\xf0\x5c\x07\x4a\x3b\x9e\xdf\xb1\x8d\x11\xe0\x78\x10\xf2\xf1\x5f\x2d\xd8\xf3\x8f\xa9\x36\x9c\xeb\x6a\x5c\xb3\xa1\xf9\x01\x87\xee\x4c\xee\xc7\x43\x53\x39\x9e\x6b\x2a\x93\x75\x22\x9e\xa9\xdf\x5d\x39\x4f\xd6\x89\x78\x08\x80\x8a\x07\x25\x6b\x9c\x09\xfc\x50\xb9\x90\xb8\x75\x57\x13\xb1\x99\xf1\x10\x3f\x1b\x0f\xf0\xb3\x5e\x83\xeb\xf2\x6a\x7e\xef\x3d\x4b\xbf\xbb\x12\x49\x7b\x9b\xae\xcd\x50\x7f\xd1\xc5\x48\x7c\x7f\x10\xa8\x1c\x92\x13\xf9\xde\x43\x6c\x15\x71\xd9\x2a\xbc\xfd\xdc\xd1\x48\x4c\xfc\x47\x42\xe2\xdf\x59\x6a\x23\x94\xdd\x8e\x9b\xdd\x4e\xf9\x97\x8d\x0d\x95\xf6\x88\x74\xef\x34\x89\x2a\x23\x99\xc6\x69\xb7\x24\x7b\xe2\x38\x5d\xfd\xf9\x5f\x7f\x9c\x9f\x6b\x0e\x7e\xe7\xc0\xb3\x9b\xf8\x8c\x37\xd2\x75\xad\x48\x62\x19\x89\xcf\xfd\x23\xe1\xb9\xbf\x93\xc4\x32\x52\x68\x0e\xa8\xf6\x9d\xf2\x4f\xc7\x45\x22\x00\x2a\x12\x00\x50\xde\x78\x8f\xd2\x54\x7f\xe7\xbe\xe7\x94\x2b\xbf\x49\x3d\x1d\x69\xdd\xfe\x0a\xd7\x9a\x26\x68\xa4\x6b\x82\x92\xc0\x2c\x12\xdf\x11\x44\xba\x85\xf9\x9b\xda\x08\x06\x89\x5b\x2e\xc4\x1b\xef\x51\xfa\xb4\x7f\xc8\x98\x3b\xc1\x12\x91\xe9\x52\x07\xaa\x8a\xe6\x94\xff\x69\x73\xb5\xdd\xfe\x7e\xe1\x8b\x10\x7b\x44\x20\x9b\x9e\xbc\xfd\xec\xcf\xc8\xcc\xd4\x46\x4e\xb7\x3f\xde\xa3\x4c\xbc\x7c\xe4\xab\x8b\xff\x2b\xb3\x44\x64\x7a\x26\x71\x8b\x95\x3a\xf1\x19\xa1\x24\x7d\xe4\xeb\xc5\x93\x53\x33\x54\x5a\x34\x50\x5a\x34\xa7\x6c\x9c\x86\x69\x38\x76\x87\x13\xfc\x9d\x6b\x69\x3c\xdf\x36\x4e\x83\xde\x5c\xe4\x1b\x29\x6b\xbf\xa8\x4f\x64\x26\x0d\x22\xf7\x7b\xd4\x3a\x97\x54\x62\x04\xd5\x41\x72\x22\x6c\x3c\xf2\xd0\x1c\xc6\x3d\xf6\x5d\x6d\xda\x0a\xe0\xe9\x12\x21\xe5\x91\x87\xe6\x37\xee\xfc\x34\x87\xa1\x6d\xba\x9e\x3a\x19\x29\x22\x4f\x7d\xf3\xaa\x24\xfb\xa9\xab\xc8\x53\x5b\x88\x17\xc0\xce\x32\x23\x91\xb7\xe6\x70\xa3\x3e\x64\x9d\x88\x4c\x55\x16\xf9\xaa\x32\x02\x3e\x22\x6f\xad\xf5\xbe\x63\xe1\x15\xcc\xaf\xe6\x7e\x23\x42\xc6\x2b\x98\x75\xb4\xf3\x77\xaf\xa0\xd6\xf3\xd3\x5a\x5f\x35\x47\x93\x3e\xf2\xa7\x3d\x42\x72\xd8\xed\x67\xc2\x44\xd1\xb1\x2f\xcf\x1d\x27\xaf\xae\x80\x06\x01\xa0\x41\x4e\x74\x05\xa2\x10\xef\x19\x05\xd5\xd8\x13\xab\xd9\x45\xa1\xb9\x18\xe5\x9a\x8b\x24\xa7\x8b\x42\x5a\xf0\x00\xe6\x20\xb9\xfd\xcc\x9b\x28\x04\x91\x44\x29\x77\x1f\x28\x2a\x0a\xb1\x45\x71\xcb\x8c\x38\xd9\x2a\x42\x65\x46\xa2\xdc\x48\x04\x4b\x96\x46\x09\xfd\x2e\xee\xef\x1a\xc7\xd9\x35\xce\x7e\xc7\x49\x11\x5a\x98\xd9\x88\xd2\xe7\x6d\xe3\x37\xf9\x14\x24\x40\x32\x91\x13\xdd\x8b\x28\x52\x81\x00\x21\x24\x67\x42\x36\x0a\x23\x42\x51\xd6\xdf\xef\x38\x87\xa5\xdf\xad\x3b\x4e\xe3\x58\xb6\xfa\x7b\x61\xda\xd1\xbd\x08\x95\x04\x89\xf2\xdd\xb9\x53\xad\xaa\xec\x47\xdc\xb2\x1f\x4e\xd2\xc5\xa8\x7c\xdd\x1d\x00\x05\x9c\x6f\x06\xdb\x96\xda\xee\x79\x09\x7e\x93\x66\x74\x20\x51\x9d\x13\x09\xef\xa2\x32\xa2\x1e\xf5\x46\xd4\x99\x20\x0d\x25\xaa\xa3\xfa\x9d\x03\xc5\x72\x9d\xfa\xe6\xbc\xdf\xfc\x99\xfb\xa1\xd2\x1e\x71\x4b\x7b\xb8\x27\xfd\x8e\x73\xaf\x57\x7d\x38\xef\x5f\x5d\x6a\xdb\x77\xad\x29\xeb\x1a\x5f\xa1\x47\x43\x95\x38\x27\x43\x44\x34\x99\x68\xed\x9a\x68\x24\x09\x8c\xc6\x48\x59\xb4\x1b\x29\x63\xb2\x2f\x94\x1c\x8e\x9b\x1c\x4e\xe5\xe7\xc2\x47\xa3\x9b\x1e\x20\x68\x38\x6d\xec\x8f\x89\xff\x68\x48\xfc\x3b\x33\x7d\xa1\xf2\x1d\x81\xbc\x6d\x4e\xc4\x38\x87\x98\x10\x02\x4c\x08\xa7\x8d\x63\x19\xfa\xe6\x35\xc3\x98\xb1\x0b\x31\x21\xc4\x65\x42\x70\x96\x27\x89\x46\xe6\x8c\x68\xeb\xbb\x6d\x1c\xe7\xd6\xdc\xf7\x9d\x3b\xf5\x4a\x93\xa9\xd5\xae\xa9\xc5\x8c\x5d\xb4\x57\x73\x78\xef\x58\x9c\xeb\x22\x75\xdc\x80\x43\x77\x02\x29\x42\xec\x03\x71\xd9\x07\x9c\x40\x8a\x30\x99\x68\x96\xfe\xda\x7e\xdf\x34\x82\x9c\xc2\xf2\x5d\xb3\x1f\x60\x2e\x4c\xa6\x96\x5d\x53\x8b\x19\xbb\x30\x86\x4b\xc2\xda\x3d\x67\x94\x9f\x46\x50\x47\xdc\x97\xfb\xce\xf2\x24\x61\x3a\xf3\x78\x8c\x7f\xfa\xfb\xad\x99\x11\xe4\x14\x48\xcc\xe6\x54\x79\x6f\x8d\xb8\xdb\x30\xe0\x6e\x3d\x28\x3f\x4d\x7b\x64\x78\xe7\x92\xea\x2f\xda\x17\xc6\xa8\x5d\xd8\x8d\xda\xd5\xca\x71\x12\x88\x16\xa8\xd6\x91\x13\x89\xeb\xc2\xf9\x64\x2c\x50\x91\x23\x39\x19\x22\x42\x65\x38\xc2\x9f\x3b\x4e\xba\x09\x78\x97\xfd\xfb\xf3\x7e\x93\xe7\xc5\x25\xcb\xbd\xdc\x33\xf8\xcb\x5a\x85\x13\xf4\x17\x5e\xee\x37\x79\x96\x9c\x19\x83\xf0\x8a\xbb\x49\xfc\x73\xb8\xe9\x9b\x76\xbf\x49\x79\xe6\x4b\xdf\x5c\xf7\x9b\xb4\x35\x5c\xae\x00\x92\x93\xa7\xed\x37\xce\x20\xd6\x3c\x22\xdf\xb9\x53\x66\xa9\xdc\x44\xdc\x72\x13\x1e\x3f\x17\x37\x42\x66\x3b\x5e\xed\x9e\xb6\xdf\x9a\xa9\xdc\x44\xc4\x2d\xc3\x4c\x70\x46\x04\x33\xb5\x11\xd7\xed\x22\xf3\x42\x44\xe8\x77\x20\x68\x73\x32\x2f\x44\xd0\xa5\x8e\x00\x97\xbf\x33\x9b\x17\xb1\xf4\xbb\x75\x7f\x47\x1b\x4c\xd9\xc3\x88\x6b\x6b\x90\x31\x2c\x54\x17\x22\x6e\x5d\x08\x67\x56\x2e\x42\xf6\x44\x7c\xf7\x77\x3c\xf3\x9d\xd8\xe8\xe8\x78\xa2\xed\x2c\xed\x11\x9d\x15\x8c\x03\xe5\x1c\x4e\xdb\x6f\x2c\x9d\x60\x89\xe8\x05\x7b\xdb\xe8\x7a\x74\x86\x13\xa2\x5f\x97\xb3\xff\x5c\xf8\xe8\xa1\x6f\x06\xce\x59\xab\xff\xed\x29\x5d\x74\x06\xc7\xa3\xdf\x48\x84\xbc\x81\x2e\x75\xdc\xaf\x28\x24\x20\x22\xfa\xd4\x70\x26\x54\xa0\xbc\x81\xbe\xd5\xb6\xff\xda\xf8\x3b\x2d\x69\xbf\x01\x70\x72\xc9\x45\x27\xb7\x62\xf4\x2f\xdd\xb6\xdf\x37\x87\xae\xe0\xb8\x57\xb0\x53\xe5\x0e\x46\xf4\x62\xa4\xbf\xdf\xa9\xad\xaa\x0d\x57\x82\x05\x02\x63\x48\x14\x8e\xab\xae\x98\xf0\x8a\xa1\x2b\x88\xfc\x5d\x72\x12\x52\xc5\x90\x28\x1c\x57\x14\xb2\x0c\x47\x8c\xa6\x6f\x5e\x75\x45\x92\xb9\x18\xa6\x39\xdc\x63\x4f\x26\x84\x18\x12\x85\xe3\x8a\x42\x12\xd0\xc5\x20\x68\x25\x06\x9e\x43\x78\xd7\x1c\x64\x1a\x8c\x1b\xdd\xe8\x54\x2d\x83\x89\xf8\xc0\xe3\xdc\xe4\x9d\xe6\xfe\x18\xfa\x1d\x78\x64\xbd\x53\x0d\x0c\x89\xd7\x71\x5d\x88\x4e\x95\xab\xc4\x5c\xdc\xf2\x08\xce\x84\x50\x8c\xad\x39\x00\xd8\x10\x64\x1f\x88\xb1\x35\x87\xf7\x1e\x6d\x5e\x97\xf1\x6a\xcd\x60\xb6\xc7\x43\x33\x65\xbc\xda\x07\x3c\xc5\x8a\x87\x66\x8a\xca\x23\xc4\x00\xbe\x3b\x98\x80\x8a\xf1\x69\xad\xaf\xb9\x4f\x2c\x6f\x8c\x4f\xfd\x81\x07\x31\xc8\x3e\x10\x53\x51\x2d\x3c\x14\x4e\xf1\xfc\xa2\x99\x31\x75\x5e\x66\xba\xe3\xa4\x79\x33\x99\x38\x8e\x99\xee\x38\x7f\x11\xcb\x98\xcc\x7a\x04\xf2\x85\xa7\x8d\xfd\x91\x71\x23\x90\x13\x4c\xc1\x84\x50\x4c\x82\x02\x02\xd5\x17\x72\x62\xd5\xc4\x98\x52\xab\xb3\x21\x42\x4a\x6c\x7b\x4c\x45\xc3\x50\x29\x21\x05\x33\x3e\x31\x65\xb6\x4f\x24\x72\x83\xa4\x37\xb1\xe4\xe2\x2e\xbb\x73\xa0\x78\x5d\x4c\x2a\xc7\x42\xe4\x23\x1e\xaa\x96\x45\xe6\x85\x58\xfd\x8e\x93\x73\x58\x2c\x90\x1b\xab\xdf\x3d\xe2\x19\x5c\x3a\x83\x6b\xdc\xb5\xa6\x89\xbd\xe4\xaa\x5e\x4a\xfb\x20\x53\x40\x2c\xa9\x78\xbc\x6a\x4d\x41\xc0\x40\xac\xa9\xb1\xdc\x22\xe2\x0f\x55\xd9\x92\xcc\xba\x54\xf8\x41\x16\x81\x58\x32\xa3\xd7\x35\xa3\xe5\x06\xe9\x09\x6c\x20\x11\x78\x7e\x17\x6c\xd3\x58\x10\x7d\x0b\x66\x13\x62\x2d\xcd\x01\x15\xac\x82\x91\xff\x58\x04\x36\xc4\x7a\xef\xef\x18\x29\x5b\x92\x83\xeb\xca\x41\xa3\xfc\x5c\x9f\xc6\x02\xdc\x7b\x30\xda\x1e\xca\xe6\xc5\x86\x3b\x1a\x8c\xb6\xc7\x56\x14\xe6\x66\xfa\x82\x2c\x02\xb1\x59\x2d\x33\x76\xc2\xdd\x94\xdb\xb5\x25\x7b\x36\xf0\xb3\x89\x15\x23\x63\x93\x08\x29\xb6\xdf\x39\xf0\x5c\x6f\x3e\xb3\x0b\x24\x86\x52\xa4\xdf\x13\xd8\xd8\x8a\x4a\xee\xab\x1f\x88\xdd\x0f\x3d\xbd\x0c\x50\xe8\xe7\x44\x7c\x7e\xbc\x04\x9b\x05\x12\x3c\xa7\x2d\xd8\xc6\x39\x20\xc1\x93\x22\x71\x0e\x2f\x81\x37\xf1\xc2\xfd\x8d\xc4\x90\xcf\xdb\xf4\x3b\xbb\xbf\xa3\xf9\xfd\xb2\x3c\x49\xa0\x66\x7f\x4e\x4e\x35\xae\xc2\xf9\xf1\xf6\x74\xdb\xf8\x4d\xdd\x87\xf7\xde\x07\xb9\x5d\x7a\xb6\x18\xef\x3d\xd7\x04\x05\x84\x0a\xd9\xc7\xbb\xee\xde\x52\x26\xbf\x0a\x51\x80\xa6\x3d\x27\xe7\xbe\x8b\x9b\x3d\xbe\x1b\x51\x27\x96\x3e\x3e\x99\x22\xf7\x89\x61\x10\x14\x10\x9f\x42\x14\x1f\xa2\x68\x91\x1f\x7e\x93\xcf\x08\xe3\x72\xb3\x47\xa6\x2c\xff\xe4\x26\x7c\x78\xfa\x1c\x2c\x1b\x11\x9f\xc2\x10\x1f\xc2\x10\x91\x19\x75\x55\x56\x27\x90\xd5\x39\x6d\xbf\x7d\xff\x98\xed\x0a\x64\x75\x4e\x1b\xc7\xc9\xac\x4e\x20\xab\x93\x22\x33\x64\xa0\xa7\x89\xf1\x5d\x7d\x4b\xe2\xc1\xf8\xb4\x7f\xdf\xdf\xfe\xd1\x15\xf8\xba\xe6\x8e\xec\x53\x90\x26\x20\x3e\xc9\x97\x0f\xd1\xf6\x50\xb4\xf6\xd3\x7d\xff\x6e\x18\xc2\x19\x4a\xf9\x14\x89\x47\xf1\xf8\xd3\xc6\x35\x93\x9b\x87\x97\x7a\x39\x39\x43\x29\x9f\xce\xfc\x77\x75\x5c\xfe\x81\x72\xba\xb2\x2c\xfd\x81\xdd\x13\xa4\x09\xe8\xca\xb2\xf4\x9b\x65\x09\xb2\x5c\xf4\x87\xf7\xa1\x23\xa9\x92\x82\x34\x01\x5d\x5c\xe9\xfd\x72\xa5\x47\x36\xf6\x47\x3d\xd6\x6f\xa1\xf7\x60\xd6\xbf\x3f\xcc\x80\x76\xd4\x75\x3f\x6d\xf1\x6b\x63\x86\xbe\x3f\xe5\xae\x99\xf3\x77\x55\x6d\xf5\xb6\xfd\xce\x7c\x7f\xe8\xfa\xf7\xa7\xde\xb9\x07\xe7\x50\xd5\xdf\xdf\xbe\xff\x4c\xf3\xae\xa7\x82\xfd\x3e\x15\x0c\xd6\x8c\xe8\x0f\xf5\x66\x7f\xda\x9d\xdf\x7f\x2c\xd2\xdc\x1f\xbe\x58\xed\x4f\xbb\x5d\x76\x0e\xc7\xd4\xa5\xdd\x2e\x3b\xa7\x6f\x1a\x2a\x22\xc0\x51\x1e\x4e\x91\x2f\xe9\xfb\x03\x42\x8e\x60\xe2\xbf\xeb\x55\x63\xbf\xaf\x1a\x83\x6c\x00\xfd\x71\x6d\x21\xc8\x3a\x82\x6c\x00\xfd\x09\x7d\x33\xee\x37\x13\xc7\x12\xfa\x66\x40\x84\x92\x3b\xb2\x3f\x5d\xbf\xbb\xe6\x3e\x23\x03\xfd\x21\x11\x4b\x07\x1b\x7b\x8a\x92\x39\xf7\xa1\xb1\x80\x08\x29\xc8\xe6\xd0\x9f\xa9\xb9\xcf\xf7\x7e\x93\xf3\x5b\xda\x8a\x75\x8f\xbd\xb6\x69\x6b\x9c\xd7\x15\x60\x44\xa1\x3f\xaf\x8e\xc5\x3b\x6f\x1b\x8f\xd3\xa7\x6f\x5e\xd3\x8e\xb4\xf5\x5d\x09\xa8\xfe\x97\x80\x22\x3e\xb8\x27\x7a\xb2\x3d\x81\x4c\x2d\x31\x6a\xd0\x13\x9f\x35\xf4\x04\x98\x7a\xe2\xd3\x8c\xae\x97\x99\xfd\xd6\x96\x0f\xb2\x39\xf4\xd4\xd4\xdf\x4d\xa8\x47\x62\x7f\x14\x3f\x3d\x5d\x6f\x9c\xb8\xe2\x9e\x4c\xdf\x44\xe4\x2a\xca\xcf\xbd\xe8\x49\xe7\x25\xfd\x9d\x97\x1f\x2e\xbc\x8b\x32\xbc\x5f\xca\xf0\x28\xce\xb1\x10\x4f\xd7\xd3\xb8\x67\xd0\xf9\x3b\x82\x41\x7a\x02\x18\x24\xc8\x3e\xd0\x13\xa3\x22\x3d\xdd\xa8\x08\x69\xeb\xbb\x6a\xd2\xf7\xb4\xef\xbe\xf3\x2c\xa5\xad\x71\xee\x3b\x4e\xee\xbb\xea\xd5\xf7\xb4\xef\xb9\xe6\xbe\xa7\x57\x63\x79\x6f\x7f\x3f\x2f\xb7\x8b\x32\xbc\x5f\xca\xf0\x28\xdc\x77\x71\x82\xf7\x7c\x5d\x39\xf2\x58\xf6\x4c\x4c\x59\xcf\x17\x53\x46\x1c\x73\xcf\x8c\x98\xf4\x0c\x8c\x65\xb0\x84\x45\xcf\x12\x31\xe0\xf6\xce\x89\x5c\x95\x3d\x9b\xfa\x43\x02\x31\x2a\xf7\x36\x6b\x8f\xb2\xdf\xfe\x1a\xc7\xc9\xcc\x4d\xcf\x37\xfa\x1d\xdc\xbf\x4c\x13\xb4\x23\x71\x92\xa2\x66\x8e\xe5\xd3\xef\xae\x8a\x67\x74\xa3\x2b\x0b\xd1\x91\x85\x38\x6d\xbf\xf9\x15\x26\xc3\x7a\x01\xe0\x2a\x98\x18\xef\x25\xff\xd3\x86\x33\x51\x7f\xea\xaa\x17\x89\xde\x72\x45\x2f\xd9\x00\x7a\x91\x1c\x2c\x78\xb9\x9f\x82\xfb\x57\xb4\x2e\xe5\xef\x5c\xff\xcc\xef\xae\x67\x8b\xfd\x3e\x5b\x4c\xc1\x3b\xad\xc8\x7f\x2f\xe3\xde\x31\xde\xdb\x32\xd4\x1f\x40\x4e\xc1\xa4\x79\x2f\x34\xa3\x3b\x6a\x86\xe7\xc4\x88\x49\x2f\x4b\x73\x00\x3e\x31\x91\x38\xb2\xab\x88\x78\xbf\xcf\x08\x13\xb1\xca\xbd\xe8\x7c\x96\x2b\x7b\x3a\x65\x6b\x61\x24\xb0\x97\x1b\x09\x24\xe7\x79\xaf\x52\xab\xf5\x9a\xca\xc4\x0e\xf7\xca\xc8\x78\xaf\xa9\xde\xb6\xdf\x38\x2b\xb3\x2c\xbd\xb6\xbb\x47\xbc\x47\x95\x61\x81\x5e\x0d\x72\x89\x9c\xe0\xbd\xd2\x25\xeb\xf5\x66\x1d\x19\xf6\xe8\xca\x0a\xf4\xea\x38\xbb\x7c\x23\xd2\x1b\x39\xa5\xfb\x2d\x50\x1d\x95\x7b\xd4\xb4\x0f\xed\x66\x60\x3a\x4d\x0a\x15\x9a\xee\x97\x23\x38\x2a\xef\x9f\x0a\x4d\x77\x70\x04\x9f\xdf\xfd\xf6\xb6\xd1\x45\xea\x78\x99\x74\xae\x51\x66\xdb\x56\xdb\x7b\x7f\xf7\xdb\x07\xf1\xf9\xf6\x76\x41\x63\x7c\x3f\xd2\xf5\x8c\xa9\xb7\x6d\xf7\x9b\x1c\xcb\xab\xf9\x81\x8b\x3a\x08\x18\xe8\xe2\xad\xed\x76\xa3\xae\xe4\xef\xee\x26\x59\x60\x57\x16\xf0\x05\x7e\x37\xe2\x75\x3b\x6a\x55\xa7\x60\x02\xbf\x2b\xc2\xdd\x6f\x14\x3b\xda\xcf\xc4\xee\xa6\xfd\x03\xdd\x6c\x0a\x46\xed\xba\x11\x60\xd2\x2f\x1f\x6c\x90\xb5\xa0\x5b\xa8\x2d\xee\xfc\x2a\xfb\x23\x76\xbf\x83\xfb\xf5\xb4\x55\xb6\x6d\xb5\xbd\xb7\x8d\x63\x21\x06\xb8\x1b\x30\xc0\x41\xb6\x83\x6e\x64\x49\xe8\xa8\x8d\x9d\xa2\x51\xd6\x59\xd7\xfc\xae\x39\xdc\x1a\xc7\x32\xb4\x9e\xe3\xce\x81\x66\xa6\xd1\xdd\xee\x20\x91\xcd\xa9\x77\xfe\x6e\xaa\xbf\x0b\x5e\xe0\x3b\x97\xae\x02\xdc\x1d\x04\xb3\x47\x7c\x72\xcd\x96\xe6\x00\x3c\x72\x30\x0c\xd8\x4d\xe7\x05\x6f\x9f\x4e\x1b\xe7\xb7\xb5\x9e\x7f\xe7\x85\xfa\x4f\x6f\x9f\xfa\x7d\xfb\x14\xac\x19\xd1\x6d\x6b\x3d\xf7\x3d\x9f\x94\x4b\xf6\x6a\x6f\xf1\x1e\x27\x9a\x73\xff\x5e\xcd\x0f\xd9\x99\x60\xa8\xaf\xdb\xab\x73\xf6\xdd\x73\x46\x93\xd7\x18\x7e\xea\xe0\xa1\x3d\x6d\xbf\xb1\x88\x60\xb6\x5f\x82\xd9\xfc\xf0\x1e\x39\xb3\x3a\xdd\x9f\xfb\xbb\x5f\x34\xba\xeb\x1d\x56\x47\x42\xe2\xfc\xae\xb2\x6d\xa9\xed\xbb\x6d\xff\x0d\x2c\xd1\xbd\xe9\xb3\xe0\xa0\xcb\x2c\x4a\xdb\x9d\x41\xfc\xee\xc0\xc1\x06\x19\x1b\xba\xf3\xb9\x5c\x77\x3c\x97\xcb\x0f\xaf\x84\x87\xa6\x18\x77\x8a\x3f\xef\xaa\xfb\xd4\xef\xe6\xdf\xef\x3a\xdb\x34\x96\x79\xa7\xc8\xeb\xe2\x4b\x53\x84\x18\xc9\x0f\xaf\x84\x6b\x7b\x41\xd5\x9a\x33\xb9\x38\xbb\xbf\xea\xef\xbd\xfd\xf1\xd8\xeb\xb9\x55\x47\xad\xf0\xd3\xc6\x25\xfd\x34\x77\xc0\xb1\x33\x29\xa7\x7b\xc8\x63\x8b\xeb\xb1\x91\x05\xa2\xab\x56\x78\xbf\xb5\xc2\x83\x2c\x10\x3d\xc8\xc5\xd9\xe3\x6f\x9b\x78\x25\x42\x66\xd1\xe5\x7c\x0d\xab\x6a\x73\xb5\xc5\x6d\xfb\x1d\xa7\x20\xd0\xa0\x07\xe8\xbd\x33\x31\xce\x5d\xdc\xad\xfd\x72\xb7\x06\x23\x5e\x3d\xaa\xbe\x59\x03\xbf\xe3\xb1\x57\xd2\xa7\xc7\x35\x87\xf9\xba\xbb\x2b\xe9\xd3\x91\xf4\xc9\x99\xd1\xbe\x1e\x52\x57\xe1\x77\xad\x83\x73\x77\x8d\xd3\xef\x38\x7f\x91\x9d\x1e\xba\xba\x71\xaf\x2e\x4b\x51\xf4\x90\x1a\x88\xab\x06\x8c\x57\x3e\x18\x55\xee\xa0\x4e\xcd\x39\x3d\x1c\x8b\xdc\x0b\xd4\xf0\x3e\x6d\xfa\x9d\xf6\x01\xcf\xec\xc2\x7e\x11\xa1\xae\xe7\x64\x3d\xbe\x3b\xf7\x1f\x76\xb1\x77\x26\x02\x7b\x07\xe6\x38\x08\x18\xe8\x2a\xea\xdd\x3b\x4c\xd7\xcc\x48\x60\xef\x8c\xb4\xf4\x9e\xef\x38\x79\x8f\xba\xdc\x92\x0e\xb7\x24\xf3\x59\x51\xef\x24\xff\xea\xbd\xec\xdb\xf6\x5b\x97\x2e\x55\xd6\xaf\x2a\x33\x9a\x61\x5d\xa6\x48\xbf\xa6\x88\x51\xc5\x2b\x1b\xd4\x6f\x36\x28\xf3\x59\x51\xef\x32\xd1\x3a\xca\x4d\x84\x3f\x1c\x8b\xd4\x40\xbf\x51\x57\x46\xc3\x7a\x27\xb3\x4b\xc7\x2b\xb0\x9c\x19\x25\xec\x2a\x96\xdd\xef\xd3\xaf\x20\x08\xa1\x77\xed\x3b\x92\x46\x39\x27\xde\xf7\xce\xe4\x77\xef\xdf\xdd\x3f\xde\x69\x65\x8a\xfa\xb8\x22\x94\x9c\xa1\x7d\x90\x5e\xbf\x0f\x54\xd3\x0a\xa7\x8b\xab\x27\x5c\xfd\x3e\xe1\x0a\x82\x17\xfa\x50\x04\x63\x54\xdc\x77\x3e\x0f\xea\xa3\xea\x9b\x15\xf7\x96\xfc\x9e\x7d\xf0\x79\x5e\x1f\x20\xc7\x0a\xb2\x4e\x74\x15\xaf\xee\xb7\x78\x75\x90\x75\xa2\x0f\x46\x99\xfa\x40\x94\xe9\xf8\x8e\xbf\x36\x3e\xf1\xed\x63\xdf\xb5\xae\x1c\x8b\x4c\x5e\x14\xa1\x3e\xbf\xfb\xed\xad\x9e\x38\xf5\xf1\xb7\x66\xbf\x44\x7c\x9f\x92\x4b\xf3\xc8\xa5\x9c\x59\x24\xb6\x4f\xbe\x03\xe9\xa8\x2b\x7d\xda\x7e\xf7\x61\x32\x99\xd9\x91\x00\xc9\x99\x91\xc0\x3e\xe5\x6e\x4f\xb8\xdb\x67\xe3\xd9\xa6\xdf\xe5\xbf\xdf\x35\xb6\xbd\x6a\xfb\x6e\x1b\xc7\xa9\x7d\x98\x37\x4a\xc8\x4a\x85\x7d\xca\x95\x43\x52\x25\xe7\x4c\xd7\x4a\x59\x8f\x8e\xac\xc7\x69\xe2\xfc\x64\xde\x4c\x80\xe2\x72\xfe\x3d\x2d\xed\x8b\x84\x4d\x7d\xfd\x8d\x85\xfa\x61\xf1\xdd\x49\x5f\xe0\x47\xce\x99\x63\x11\x99\x68\x5f\x57\x0e\xf2\x5d\x4d\x5f\x0a\x5f\xe0\x69\x4e\x0a\xa7\xac\xdb\x52\xf1\x88\xd2\xe7\x9c\xe9\xde\x6f\xad\xf5\xfe\x5b\x6b\x46\xd8\x36\x13\xc7\x1d\x6f\x67\x72\xe6\xdb\x99\xae\x82\xbc\x7d\xdf\xb3\x9b\x7f\xc9\xef\xae\xa2\xbb\x1d\x45\x77\x4f\xdb\x6f\x0e\x5b\xe1\xae\x7d\xc3\x5d\x2c\xfb\xd1\xb7\xa9\x3f\xbf\xfd\xd1\xec\xdb\x04\xde\xf4\x1d\x77\x5d\xf4\x3b\xe9\xf0\x7d\x75\x78\xa1\x49\xbf\x97\xc6\xb9\x30\x4e\x85\xc2\xf6\xab\x6f\x5e\x79\x4d\xb0\x59\xdf\x9f\xc6\x89\x6c\x49\xe6\x5b\x96\xae\xca\xb9\x7d\xe3\x59\x5f\xc4\x2f\x8a\xdd\x5f\x46\xbf\xfb\x8b\x92\x19\x99\x04\x97\xfd\x25\xf8\xa4\xa3\xc8\x6c\xce\x7c\xaf\xd2\xdf\xd0\xef\xe2\xfe\x8e\x3a\xfc\xd5\x39\x7b\x6f\x76\x8d\x40\x91\xfe\xca\x7d\x42\x12\x20\xe7\xc2\xfb\xfe\x2a\x3c\xf3\xde\xf0\x0c\xd9\x3f\xfa\x4b\x60\x51\x7f\xaf\xc9\x1b\x1a\x27\x81\x5a\xfd\x05\x50\x2b\x2b\x34\xf5\x4a\x7e\xbe\x57\x6f\xf2\x49\x78\x7f\x49\x7a\xda\x5f\xd4\x4d\xc8\x24\x05\xed\x2f\xcb\x65\x75\x54\x88\xcd\x99\x6f\x4b\xba\x2a\xc4\xf6\x17\xcf\xa9\x33\xc1\x66\x5d\x59\x88\x7e\x2b\xc4\x86\xc2\x33\x9f\x74\xe3\xf7\xdc\xb9\xff\x40\x1d\x5d\xa4\x84\x1d\xa4\x84\xa7\x8d\xbf\x93\x8d\x82\x6c\x42\xce\x24\xbf\xec\x9f\xc2\x17\xdf\x0d\x5f\x04\x5d\x24\xbd\xf5\xe8\x78\xeb\x71\x7e\xf7\xbb\xd3\x9f\x5c\x63\x54\x5e\xcd\xb9\xf4\xff\x06\x96\x18\xa2\x2f\x1f\xdd\xcf\x92\x66\xfb\x99\x7d\x63\xd1\xec\x1b\xeb\xb9\xaa\x9a\x2d\x59\x2d\xe5\x7f\xff\x57\x98\x71\x1d\x2a\x76\x3e\x50\xec\xbc\xda\xcf\x3b\x1c\xaa\x75\x3e\xd6\x15\xbb\x95\x2d\x5b\x2d\x1f\x7e\xc4\xef\x25\x0d\x02\xe1\xcf\xac\x96\xae\x96\xb3\x73\xea\x88\xe1\xa3\x81\x17\x9d\x95\x24\x46\x63\xd1\x7c\x1c\x0b\xe6\xe3\x3f\x2d\x1a\xf8\xd9\xbf\x4a\x40\xe9\x58\x04\xfa\x0d\x88\x4f\x96\xd5\x1e\x8b\x52\x6a\x2c\x58\x33\x95\x63\x28\xea\xa8\xd4\xf3\xb9\xc6\xd9\x16\xf5\x74\x34\x74\x79\x4c\x4d\xa1\xa6\x73\x3a\x7e\x67\x7f\x2c\xa2\x37\xc6\x2a\x18\x5e\x53\x57\x5a\xbd\xf2\xa2\x89\x6b\x54\xb5\x51\x15\xbb\x61\xdc\xc3\xaa\xdd\xa8\x1d\xa3\x08\x36\x69\xfd\x8e\x38\xad\xc4\x9e\x8e\xd5\x34\xf6\xe6\xa7\xc9\xb9\x80\x4d\xfb\xd1\x30\x42\xe7\x02\x36\x8d\xd0\xf0\x41\xe7\x08\x59\xdd\x78\x2c\xc3\x5e\x05\x7f\xe5\xda\x7a\x98\xd7\xc6\xc5\x70\x8d\x1d\xb1\x4a\xe3\x20\xc8\x78\x32\x96\xe3\x73\x9d\xb3\x0a\x7d\x0e\x8f\xc1\x8d\x1d\x85\x46\x8e\xf4\x82\xe6\x14\x5a\x89\x38\x9f\x63\xc9\xed\xb1\x78\xe9\x06\x08\xac\x2b\x59\xc9\xc6\xea\x5a\xa4\x3e\xd1\xc4\x41\x74\x1d\xa5\x7e\xba\x0a\xce\xa9\xeb\x28\x21\x96\xf8\x13\x0b\x63\x0d\x6d\xe2\x38\x47\xc9\x13\x7b\x1a\x3a\x2f\x90\xc0\xc1\x93\x39\xb4\xe4\xc7\xb6\xad\xae\xdb\x3b\xd4\xd3\xf1\x4e\x99\x66\x1a\x6b\xaa\xa7\x63\xff\x56\x66\x64\xc7\x9a\x9a\xd3\x34\x34\xb1\xab\xa9\xdd\x80\x0a\xec\xec\x69\x6a\x37\xf0\xde\xb8\x73\xf5\x96\xb6\x7d\x9d\x73\x44\xcb\x74\x88\x4a\x7b\x80\x4a\xbb\x7a\xe1\x4a\x2c\x4d\x6a\x63\x7c\x85\x1f\xdc\x1a\xc4\x8e\x73\x9c\x39\xf2\xad\x9b\xb3\xb1\x87\x95\xdf\x7b\x75\x24\x8e\xdf\x55\x1e\xce\xe9\xd5\x4a\xbc\xe8\xa9\x72\x0b\x5f\xad\xc4\x8b\x95\xd0\x25\x7d\x35\x88\x17\x83\xd0\x8f\xb4\xe6\x47\xa5\x33\xef\x35\xd6\xa7\xcf\x7d\x47\x1a\x68\x73\x3f\x0d\xfc\x98\xb7\x85\x95\x80\xc6\xfa\x74\x8c\x8e\xd6\x22\x18\x7d\xac\x4f\x27\xf6\xc3\x6c\x29\xcf\x37\xb1\xfd\x63\x3f\x38\xb1\xbf\x04\xcd\x10\x96\x62\xe0\x65\x74\x65\xd9\xeb\xb1\x19\x6b\x19\xfb\x88\x69\x16\x81\x1f\x02\x59\x8c\x9d\xf2\x69\x61\x4f\x8c\x1b\x0f\xbc\xab\xae\x4e\x01\xb2\xf9\x66\x6a\xe0\x9d\x75\x25\x6e\x78\x6c\x26\x63\xc7\x4e\x38\xb2\xce\xae\x24\xb6\x77\xc6\x07\x9d\x1f\x94\x70\xde\x47\x38\x93\x3f\x7d\xe8\xf9\xf5\xd8\x05\x7b\xf8\x4b\x0c\x8e\x4d\xa8\xea\x00\x7b\x39\x89\xd5\xc7\xa6\xcf\x34\x76\x41\x4f\xbc\x1d\x7a\x96\x3d\xf0\x2c\xbb\x3a\x0f\xfa\x2e\x5a\x8a\x8a\xae\x78\xd2\x77\x55\x57\xc7\xc0\x67\x21\xf9\xb1\xab\x96\xe2\xb8\x59\x35\x7e\xde\xfc\xd8\xb4\xb6\x07\x0c\xda\xca\xdc\xdd\xd0\x23\xef\x81\x47\xde\x95\xf6\xdf\x10\x69\xfa\xd8\x0d\x1f\x4c\xfc\xa0\xf4\x3c\x4c\x5f\xa2\xf4\xc7\x96\x00\xde\x36\xf1\x23\x4e\xd8\xb4\xb4\x76\x96\xb6\x71\xab\x4c\x4b\x0b\xa9\x1d\x94\x06\x7a\x30\x3e\xb6\x67\x34\x71\x6d\x5d\xbb\xe8\xe7\xa8\x37\xfd\x48\x23\x3f\x86\x6a\x0d\x8a\x83\x2d\x89\xbe\x1d\x83\xe0\xf0\x42\x3d\xc5\xb1\x42\xa8\x05\x76\x68\xcd\xa3\xe1\x73\xdc\x0e\x02\x4b\x07\xcc\x7a\x52\x9d\x8f\x1d\xda\x8e\xc0\x42\xe8\x50\x84\x4e\xe6\xd1\x08\x35\x68\x9f\x6c\xa9\x01\x10\xc0\xd7\xd0\xfe\x76\x75\xd5\x4f\x57\x8c\x90\x8c\x2d\x35\xb0\x8f\x1a\x60\xca\x73\xec\xae\x95\x1d\xd8\xf9\xca\xae\x86\x76\x6a\xa0\x2b\xad\xdf\xd0\xfa\x0d\xac\x1f\xad\x83\x3d\xb4\x7e\x63\x9d\x51\x50\xf4\x6c\xe9\x88\x0d\x71\x1f\x5a\xdb\xa9\x15\x3c\x92\xbf\xa4\xc4\x15\x94\xb8\x87\xf3\x53\xa8\x2d\xf5\x06\x7f\xe0\x9d\x7d\x0d\xfb\x6f\x7c\xbf\x63\x2f\x1d\xcf\xe3\x34\x31\x95\x3b\xf6\xd2\x4d\x58\x18\xa3\xba\x5b\xba\x09\x0b\x37\xe1\x9f\x5f\x69\xd2\x0b\x23\x71\x9e\xf7\xad\xae\x36\xba\xe2\x9c\xb7\xd6\x77\xe3\x00\x04\xe7\xbc\xb5\x2b\xd0\x21\x44\x4d\x8f\xfd\xea\x00\x40\x53\x04\xa5\xf4\x96\xa6\xd8\x2f\x36\xac\x73\x80\xaf\x36\xec\x45\x5f\xb4\x53\xf6\xab\xb3\xf1\x9e\xb3\x41\x83\x68\x7f\x5a\x8b\xe3\xc7\xd4\x4e\x25\x27\xb7\x70\xec\xef\x9c\xb5\xe0\xe7\xa4\x45\xc0\xee\x5f\x99\x32\x1c\xaf\x0c\xfc\xf7\x28\x84\xc2\x91\xbf\x7c\x2a\x34\xde\xa7\x42\x5d\x35\x36\x35\x35\x9d\x55\x67\x9a\x71\x88\xbf\x60\x00\xcd\x56\x38\xdd\x57\x0a\xe1\x4d\xc7\x84\x79\xf8\x1b\xc2\x1b\x06\xa8\x0a\x2a\x59\x8d\x86\x6a\x0f\x0c\x78\xb6\x95\x55\xeb\x86\x98\x0b\x06\x98\x0b\x2a\x73\x96\xe3\x65\xe1\xaf\x81\x22\x04\xb5\x6b\xe8\x2c\x91\x3b\xde\x8c\x43\x5d\xf4\xab\xa1\x26\x7c\x90\x02\xe8\x2d\x5a\xa5\x63\xe3\xf3\xed\xfa\x10\x0f\xc2\x00\x0f\x42\x65\x96\x73\xbc\xb2\xf1\xdf\x82\x55\xfa\x79\x8e\xe3\x2d\x5a\xa5\x63\xee\x57\xed\x87\x0c\xf9\xb7\x60\x10\x94\x25\x6f\xd5\x20\xea\x19\x84\x16\xbd\x6a\x69\x61\xe2\xf3\xa2\xbe\x0c\x6b\x8f\xf7\x58\xf4\x55\xcb\xd7\xb4\x46\x47\xd3\x54\xd2\xe6\x8d\xb7\x69\x74\xb0\xe2\x3b\xad\x9b\xb7\xe9\x7b\xc7\xa0\xaf\x5a\x58\x42\x0e\xc7\x7b\xb4\x4b\xa5\xc8\x7f\x4d\x4b\x74\x2c\xff\x92\x34\x25\x29\x9e\xd7\xb0\xf3\x4d\xbf\x0a\x35\xf5\xff\xfd\x1f\x9f\xda\x8f\xd7\xb4\x44\x47\x07\xd5\x4e\xa7\xe0\x35\x0d\xe2\x78\x0e\x95\x32\xff\x95\x4a\x42\xdd\x86\xda\x8d\xab\xe7\x3a\x12\xde\xd0\xa4\x5f\x69\x10\x8e\x41\x70\x73\xa5\x92\x40\x15\x51\xb5\xb7\x7c\xea\x31\xde\xe3\x6e\xd4\x4e\xa7\xea\x0d\xad\x44\xe0\xb0\x38\x27\x25\x75\xf5\x1e\xcf\xa4\x6a\x8d\xe4\x99\xbc\x47\x3d\xd5\x4e\x93\xe8\x0d\xed\xc6\x51\x4f\xac\x43\x30\x5e\x39\x2d\x6f\xc7\xd9\xa3\x23\xf6\x76\x1d\xf3\x8e\x13\x46\xe1\xf2\x0e\x2d\x12\x14\x4f\x97\x34\x18\x3a\xcc\x47\x2f\xd4\xae\x8b\x3d\xb5\x89\xc7\xd8\x6f\xc4\xb9\x8f\x77\x6a\x80\xf3\x6c\x15\x4d\x8e\x57\x32\xfd\x5d\x38\x14\x34\x2c\x5e\xc9\x74\x94\xb5\x68\x8f\x0e\xed\xd2\xf7\x8e\x1f\x40\xce\x83\xa1\x98\xd1\x78\x8f\x48\xaf\xd4\x8b\xaf\x44\xfa\x7b\x1c\x84\xc6\x9a\xbc\xe3\xdd\xda\xde\x7d\xb6\x57\x07\x69\xeb\x8c\x1d\xb9\xdf\x1e\x1d\xbf\xad\x9e\x8e\xef\x50\x58\xa0\x6b\xbc\xd2\x03\xef\x8b\xae\x0a\xc7\xf7\x6a\x43\xbe\xe7\x34\x69\x83\x25\xd2\xdf\xaf\xa0\x89\xdb\xf8\x69\xec\x1f\x3e\xc8\x80\x84\xa0\xb3\x03\xf1\xab\xf6\x68\x6d\x3f\x0d\xfe\xd8\xff\x8d\xa9\xc1\xf1\x49\xdc\x7f\x0f\xfa\xe2\x0a\x7e\x4c\xd2\x8e\xef\x81\x64\x34\x35\xb9\x9a\xb0\x4e\x9d\x2d\x43\x2d\x0b\xdf\x0b\x36\xbd\x6a\xc2\x28\xe8\x4f\x7c\x24\xc4\x18\xdf\x91\xfd\xed\x51\x57\x8c\x07\x8f\xef\x88\xea\xf6\xa8\x2f\xa6\x94\x06\xa2\x6b\x8d\xb8\xfa\xf1\xc9\x01\xf8\x8e\x03\x50\x79\x45\x3e\x39\x00\x5f\xc6\x28\xa8\x15\x3f\x89\xee\x0f\xe1\x19\xfa\x13\x9f\xac\xfc\xaf\x60\x6d\x79\x0f\xbe\xa2\x9e\x8e\xa8\x26\xe0\x65\x7c\x55\x93\x82\xfd\x4f\x4f\xe3\xab\x9a\x53\xed\xb0\x44\xd8\xa2\xe5\xab\x98\x12\x4d\x00\xc1\x83\x07\xe0\xc1\x8d\x79\xbe\xf1\x49\x74\x03\x28\xdc\x98\xe6\x1b\x5f\x53\x57\x0d\xf6\x26\x4d\x25\x95\x2d\x19\x28\x5b\x42\xe8\xcc\x50\xd1\x92\x01\x70\x71\x63\xaa\x6e\x7c\xa6\x43\x61\x90\x8d\xfc\x9c\x44\xf7\x67\x18\x04\x9d\xd6\xcf\xb4\x7c\x36\xd0\xc4\x59\x11\x49\x35\x3e\x83\x25\xea\xfa\x95\x26\xec\x18\x45\xe6\x28\x24\xa1\x3f\xc7\xd1\xa4\x29\xf7\xb9\x86\xe1\x18\x06\xf5\xce\x27\xe1\xfd\x41\x78\xf7\xff\x86\x0f\x18\x9f\x6b\x57\xfc\xc3\x37\x79\x06\x25\xc1\xbf\xc0\x20\xe9\x6a\x7e\x04\xbe\x0c\x90\xe4\x34\x16\x18\x1c\x9f\x44\xf8\x17\xf8\x20\x7d\x87\xaf\xeb\x42\x1e\x37\xa2\x3d\xdc\x15\xe2\xed\xc7\xd7\x61\x7f\xe9\xb8\x77\x4d\xba\x9f\x63\x93\xa8\xbb\xbf\xae\x55\xec\xe8\x4a\x17\x5c\xd2\xfd\x1b\x19\x4d\x5c\xfb\xa1\xbe\xc6\xed\x8b\xd3\x92\xe0\xff\x06\xfa\xd2\x0d\x1f\x3a\x51\x03\x11\x08\x1d\xec\xa1\x23\x35\xcf\xb4\x58\x71\x70\x7c\x53\x7d\x4d\xec\x98\x6e\xf8\xd4\x8e\xcd\x0e\x69\xc2\x16\x6d\x09\x74\x4c\xd2\x0d\x9f\x9a\xf1\xc4\x45\xd1\x91\x92\x92\x41\x01\x9a\xf6\xcf\xb9\x59\x12\x69\x0b\x5d\x71\x10\x0a\x30\x7d\xeb\x6e\xd6\xaf\x45\x6e\xc3\xb7\xb1\xf9\x5a\x25\x29\x99\x0f\x4a\x26\x31\x64\xf0\x6d\x6d\xfe\xc6\x6d\xd0\xc5\x93\x96\x01\x5f\x51\x4b\xba\x5e\xaf\x8e\xfc\x8b\x23\xcf\x68\xc2\xf7\x6a\x95\x8e\x0b\x41\xb2\x96\x21\xc8\xfd\xf8\xde\x33\xf4\xac\xd3\xf4\x69\xec\xdf\xd9\x90\xac\x16\x2d\x12\xd4\x0f\xc9\x74\xc6\xa7\xb8\xd4\x77\x34\x51\xcb\x5a\x25\xa9\x9f\x0f\x3a\x86\x65\x3f\xa7\xc0\xfd\x13\x14\x4a\xed\x67\x23\xce\x87\x89\xc0\xf9\x3c\x13\x3f\xea\x6c\x7a\xd5\x84\xef\xe9\x57\xd4\x16\x13\xf4\x49\x8d\x6f\x1a\x26\x80\xfe\xbf\x3f\xf1\xc1\xcc\x0f\xa6\xa5\xa6\xfd\xbf\xff\x23\x7a\x6d\x3e\x4c\xe1\x4e\x94\xed\x69\x2c\x6d\x38\x1f\xbe\x01\x99\x0f\x54\x4c\xfe\xa9\xe2\xf9\x30\x69\x3a\x1f\x28\x12\xc6\xf9\xa7\x5e\x09\xcc\xa7\xe0\x83\x3f\x7d\x3b\x1f\x06\xf3\xe7\x73\x94\x4a\xc9\x0f\xa7\xc5\x68\xfe\x7c\x0a\xfa\x6a\xfa\xa0\xfa\xaa\xd8\x92\xc6\x69\x31\x94\x34\x9f\xda\xce\xb4\x8c\x2d\x5a\xdc\x8a\x51\x98\x9a\x3e\x36\x35\xac\xa0\xf1\x7b\xcc\x95\x4e\xbc\x2a\x20\x58\x6f\x3e\xa6\x65\x82\x56\x60\x15\xc4\xf9\x98\x96\xdd\x70\x2e\x82\x13\x26\xbd\xf2\x7c\x8e\x05\x5f\xc8\xba\x39\x1f\xd3\xe2\x42\x2d\x30\xbc\x3d\x1f\xd3\x66\x39\x06\x18\x5c\x77\xd7\xb4\x1c\xcb\xd4\xf9\x2b\xff\xe7\x57\x67\x8b\xb5\xec\xae\xd3\x04\x09\xce\x64\xed\x7c\x42\x9b\x75\x84\x79\x2b\x0f\x7f\x15\x9a\xd6\xb1\xb4\x1b\x5f\x3b\x4c\xbd\x3e\x98\x78\x7d\xc0\xf2\x38\xf3\x09\xad\x2d\x04\x78\xe3\xaa\x77\x2d\xe0\x11\xe0\xad\x3c\x5c\xf5\xae\x49\x75\xc7\xe1\x64\x4f\x5d\x27\xe6\x58\xea\x4d\x5b\xdf\x75\x2a\xfa\x8b\x1f\x71\x10\x5d\x83\x80\x68\xff\xd9\x53\xf3\x19\x9a\xd3\xb8\x3d\xf1\x94\x0d\xf5\x34\x8e\x1c\x31\xb5\x4c\xb5\x9c\xe5\xd3\x71\x99\x3a\x2e\xf3\x1c\x17\xe7\x71\x9e\x9a\x12\xc4\x3a\xf3\xd5\xf3\x99\xda\xf8\x89\x75\xcd\x9c\xed\x54\x4f\xc7\x57\x20\xd6\x70\xea\xfd\xc5\xc4\x73\x8b\xc6\xa0\xf3\x7c\x96\xee\xc0\xf1\x15\x5a\xf0\x6a\x2f\x9d\x3e\x48\xf5\xe0\x3a\x2c\xdd\xb6\x05\x71\x50\x38\x86\x2d\x79\x75\x5c\x07\x96\x92\x9a\xcf\xd6\x0e\x42\xe0\x33\x46\x3c\xc5\x41\x36\xc1\x41\xd6\x4a\xe1\xc8\xb7\x06\x71\x1c\x8c\x16\x6a\xd1\x42\x1c\x2f\xa2\x31\x10\x3c\x9f\x57\x83\x38\x5e\x44\xeb\x6a\xd1\xe7\x8e\xe4\x6f\x45\xc7\xfc\xd5\xa4\xde\x89\x26\x4e\xea\xd5\xf2\x41\x3e\xb3\x46\xe4\x4c\xcc\xdc\xce\xf4\x60\xa7\x5c\x4d\xa1\xa6\xb3\x7e\x3f\x0c\xd5\x4c\xac\x10\x35\x13\x0c\x7d\x5e\xa8\xc4\xc4\xed\x4c\x0f\x8e\x25\x85\x41\x62\x76\x60\xa6\x54\xfe\xf7\x7f\xe4\x57\x9a\x89\xd0\xb1\x89\xc7\x2d\x8d\x19\xf0\x99\x92\xc6\x90\xfa\xf9\x51\x63\x8b\xc6\x70\x44\xba\xfd\x14\xd5\x4c\x64\x67\x9d\x29\xa7\x23\x75\xb8\xbb\x7a\x1f\x33\x53\x6e\xff\xfb\x3f\xc2\x39\x67\xa2\x3f\x31\x13\xf4\x00\x1f\x7a\xcc\x24\x3d\x90\x32\x4e\x2c\xf7\x30\x65\x0d\xe2\x78\x1d\xe4\x70\x9a\xaa\x83\x36\x53\xc1\x69\xe1\x1e\xa6\xa2\xe9\x16\x0c\xe2\xbf\x05\x45\x67\x62\xa0\x68\xa6\xa3\x3f\xc8\x0a\x35\x93\xd4\x47\x82\xfa\x28\x5d\x4d\x4b\x4d\x48\xd7\x14\x6e\x70\xd5\x42\x1d\x7f\x85\xe5\xc1\x66\x62\xe9\x9b\x99\x8e\x26\x69\x8c\xcf\xcd\x54\x35\x88\xe3\xca\x90\x2a\x6a\xea\x11\xd1\x44\x79\xb7\x56\x1f\xf5\xa4\x41\x1c\xf5\xd3\x18\x33\x9b\xe2\xc5\x9b\xe0\xc5\x23\xbd\xd4\x14\xf3\xdd\x04\xf3\x9d\x15\x6e\x56\xd3\x66\xc1\xe7\xe1\xab\x95\x99\x9a\x06\xd1\x26\xb2\x53\xfa\xd5\xab\x26\x0c\x22\x71\xbe\x04\xfa\xce\x74\x34\x5d\xab\xda\x48\x3e\x71\x9a\x28\x34\x57\x64\x05\x88\x7e\x6f\xa6\xe3\xca\xb4\x4a\x71\x9a\xa4\xc3\x92\xdd\x24\x19\x27\xec\x3a\x83\x70\x52\xaa\x56\xd0\x75\xda\x8f\x93\x42\xe4\xec\x4c\xae\x0d\xf6\x3b\x2d\x6e\xb0\xd4\x1b\xf8\xf9\x0a\x5f\x4f\xce\x14\x5a\xdb\xa3\xde\x88\xa2\x98\x29\x34\xab\xc0\x20\x0a\xd7\x22\x34\x88\xe3\xaa\x90\x63\x6b\xa6\xae\x55\x3a\x3a\xcc\x34\x27\xa9\xb0\x04\x15\xc6\x88\xd5\x4c\x5d\x1b\x02\x15\x56\x2b\x7b\x92\x0e\x4b\xc7\xe7\x68\xa4\xaa\x99\x69\x68\xbe\x50\x3a\x0c\xee\xcc\x34\x35\x8a\x89\x5f\x51\x29\xa6\xa9\x0d\x81\xda\x61\xbd\xcd\xa9\xc2\x7c\x33\x41\x83\x90\x8a\x66\xea\x71\xd8\xc4\x5b\xb0\xc6\xaa\x92\x33\x2d\x6d\xe3\x51\x14\xc4\xc2\xcc\xb4\xb4\xea\x70\x0c\xe8\xe1\xcf\xb4\x35\xc0\x8d\xc3\x14\xec\x4a\x8a\x22\x6d\x74\x25\x29\xb3\xd5\xd5\xf1\x04\x58\x5b\x6e\xa6\x57\x07\xe6\x85\x55\xd6\xf9\xbd\x57\x7b\x75\xac\x7f\x33\x9e\x4d\x69\x83\x04\x6d\xd0\x24\x6e\xa5\x0d\x50\x33\xb0\x35\x5d\xee\x4f\x43\x47\x88\xa9\xe9\x0a\x7f\xea\xea\x43\x57\xbc\xa7\x9f\x96\x02\xda\x85\x4e\xd2\xcc\xb2\xfe\x41\x9a\xd8\x1a\xef\x55\x66\x84\x69\xe6\xe7\xdc\xee\x5f\xda\x77\x66\x39\x06\x20\x56\x6c\xf4\x69\x66\x26\xc8\x6a\xe6\x07\xf6\xd0\xcf\x73\x99\xaa\x5a\x38\xc1\xb3\x48\x9a\xb3\x99\xe5\x4d\x64\x78\x13\xac\xc6\x39\xb3\xbc\x09\xbc\xc5\x6b\x72\x4f\xf4\x14\x6f\xe2\x29\x1e\x51\xd0\x33\x4b\x89\xe4\x8c\x49\x51\xbf\x64\x62\x86\x66\x3e\x0a\xa5\x35\x0a\xdb\xcc\x27\x3b\x33\x67\xd8\xc2\x9a\xb0\x14\x4c\x86\x37\x21\x3b\x3e\x17\x2d\x60\x81\x2e\xa3\x7a\xce\x45\xcb\x04\x99\xcf\xe7\x33\x33\x17\xcd\xb8\xe0\x83\xb4\x12\x72\xd5\x8c\x2b\x66\x4c\x2b\x21\x33\x71\x30\x73\x85\xa4\x0b\xfd\x4a\xf3\x42\x68\x4a\x26\x6f\x96\x68\xc7\x4b\xc3\x22\x43\x3e\xcb\xd3\xc8\x0d\x83\xa7\x21\x9f\x9b\xd6\x10\x12\xbc\xf1\xa6\x66\x02\x8a\x67\x6e\xe8\x8b\x27\x2d\x13\x36\x34\x73\xc3\xc9\x75\x8e\x50\x12\x3c\x23\x02\xd5\xb4\xbc\x4c\x1e\xcc\x7c\xbc\x0e\xa3\xfa\xce\xae\xd5\x45\x94\xa9\x69\xec\xae\xed\xf7\xb3\xfd\x54\xdf\x59\x3e\x08\x9e\x48\x36\x99\x88\xd9\xb5\x91\x8e\xe3\x19\x1c\xba\xeb\x78\x1e\x4f\x85\x60\xf5\x99\x5d\x93\x42\x14\x89\x4f\x5e\x66\x0e\x0d\x22\x30\x08\x9e\xce\xd0\x22\x05\xf4\x41\xe7\xd2\xca\x3b\xc9\x88\x2f\x35\xda\x02\xb9\x6b\xbe\x47\x96\x13\x0b\x35\xb3\xdc\x93\xdc\xcf\x20\xec\xe1\xf8\xba\xf6\xfe\x88\xf9\x26\x1b\x2c\x77\x9d\xe9\x23\xdb\xfd\xe1\x22\x49\xb4\x67\x44\x9e\xec\x61\x57\x43\x83\x18\xe9\xfc\x88\x9f\x93\x7b\x02\x1a\x4f\xff\xe7\x37\xda\xc2\xeb\x9d\x48\xc4\x48\x53\x80\xc3\x93\x3c\x14\x33\x0f\xdd\x82\xeb\xb8\x48\xf8\x48\x87\xe4\x09\x17\x89\x9a\x3b\x4b\x87\x80\xdb\xb3\xc9\xca\xca\x4b\x8b\x74\x7c\x8b\x66\x8c\x3d\xe4\xa5\x01\x1e\x5f\xc3\xff\xf9\x91\xc6\x07\xed\x62\xd4\xb4\x79\x69\x91\x8e\x3a\x69\xac\x01\x39\xf3\xd2\xd5\x39\x1e\x89\xd3\x49\xca\x5b\xb7\x74\x9f\x5b\x2a\xbf\x34\x4b\xbb\x64\xc4\x9d\x08\xb5\x9c\x79\x6b\x7c\xc7\xef\x70\xc9\xb9\xad\x41\xec\xf7\xb4\xc4\x7f\xb3\x46\xf3\xab\xc3\xf9\xda\xff\xfe\xcf\x25\x05\x5f\x5d\x83\xa3\x86\x1a\x5f\xeb\xcc\xfc\xea\x1a\xbc\xdf\xf9\x11\xef\xce\xa7\x79\x7d\xed\x7f\xff\xe7\xb4\x20\xf2\xa7\x53\xf6\xcd\xd3\xf2\x3b\xea\x45\xea\x05\x3c\xa5\x2c\x74\x36\x8b\xdc\x9a\x02\xc5\xc3\x52\x91\xb3\x30\x5f\x3d\xcb\x83\xf3\x4c\xe1\x58\xa4\x5e\x0a\x34\x85\x51\x38\x96\xa4\xae\x12\xba\x6a\x6c\x29\x6a\x39\xeb\xc0\xc8\x8d\x8a\xb4\xce\x72\xfc\x98\x26\x9d\x5e\x88\x7a\x9a\x60\x51\x6d\x66\xea\xe9\x55\x13\x06\x41\xa5\x5e\x98\xca\x9e\xe0\x57\x6d\x24\xaa\x99\x45\x9a\xa7\x40\xf3\xf0\x05\xd1\x2c\x7c\x89\x30\x51\xd7\xb5\x99\x73\x99\x98\x2a\x99\xe5\x62\xa5\x78\x45\x44\xd2\x3a\x51\xf1\xb5\x91\xc0\x66\x96\xa2\x65\x82\xe6\x31\xda\x3e\x45\xc1\xaa\x72\x14\x43\x23\x7a\x73\x96\xaa\x79\xb5\x33\x78\x32\xcd\xcc\x22\x4b\xbf\x1c\xd3\xde\x35\x63\x3e\x4a\x9d\x78\xaf\x4d\xc2\xc9\x59\xda\x3f\x9f\x3b\x27\x89\xaa\xa0\x98\xb6\x0a\xb1\x2a\x89\x04\xbd\xeb\x9e\x78\xd7\x4d\xac\xd9\x2c\xa6\xcf\xf9\xd9\x5f\xcd\x56\xf6\x7a\xf1\xfb\x39\x4e\xc9\xb5\xe8\x47\x2b\x34\x4f\x1c\x9e\x54\x41\x41\xd0\x89\x75\x06\x67\x91\x55\x5e\xe2\x74\xa5\xd5\x93\x55\x5e\x8e\xbc\x77\x1a\x8e\x25\x74\x94\x8e\x51\xde\xc8\x48\x3a\x8b\xac\x72\x10\xd6\x36\xa7\x80\x29\x12\xdd\x05\x66\xb9\x53\xc0\x14\x99\xe5\xe0\xaf\x6d\x7c\xb5\x33\x4b\xd7\xa1\x00\x16\xa9\xe8\x83\x92\xdd\x78\xdf\x4e\xc0\xdb\x2c\x43\xab\x84\xd0\x12\x41\x95\x53\x75\x77\x27\x28\x6f\x9b\xeb\x2e\x0e\x1d\x17\x88\x68\xd7\x5d\x94\x88\x2e\xb0\xe5\x59\x5c\x76\x96\xa9\x03\x7d\xcc\xfa\x52\x34\xf6\xa9\x6d\x84\x99\xef\xba\x57\x0a\x14\x95\x63\xf1\x93\xbf\x73\x16\x62\x4f\x27\x1e\xe2\x97\xa2\xb1\x2f\x2d\xd3\x11\xe4\xed\x9f\x03\xb8\x74\x34\x8f\x9b\xc0\xa7\x23\xb3\xc8\x01\x28\x70\x00\x5c\x17\x6e\x6b\x10\x47\x5a\x87\xee\xc0\xd6\xc8\xf7\x87\x41\xf0\x7b\x72\x00\x50\xff\xb7\x39\x6d\xdb\xf2\x6a\x87\x91\x64\xfe\xe7\xdc\x4a\x0a\x83\x04\xb8\x91\x22\x65\x96\x4f\xdb\x08\xf0\x69\x91\xe0\x94\x18\x2e\x1f\x80\x90\x5a\xf6\x4f\xcb\xf4\x61\x1f\x69\xdd\xa8\xbc\xf0\x2c\x70\x01\x08\x77\x9c\x95\x20\xd3\x59\x1f\x2c\xc6\xef\x49\xd6\x14\xff\xf0\x04\xff\x70\xe1\x0b\x8d\xa9\x9a\xc4\xb3\x22\x39\x40\xfe\x93\x29\xf6\xe1\x59\x9f\x8b\xef\x54\x13\xb5\x26\xa8\x0b\x82\x81\xd4\x2a\x43\x1f\x25\x8d\x5b\x30\x5c\x54\x25\x8a\x2b\x44\x71\x30\x92\x5a\x89\x2a\x9a\xf5\x48\xe5\x16\xbc\xfa\x55\xa2\xb8\x42\x14\x07\xaf\xbe\x6a\x1f\xcf\x8a\x50\x52\xd0\x49\xa9\x12\xc5\xf5\x18\xfd\x7c\x3a\x33\xab\x22\x49\xf5\x48\x62\x82\x2e\xa7\x4a\x22\x4f\x54\x39\x6e\x84\x56\xce\x2a\x17\xa0\x42\x46\x93\x65\x64\x56\xc9\xe8\x8a\xac\x35\x5f\xc6\xcc\x5a\xd4\x55\x59\x67\x01\xa9\x45\xaa\xc4\x37\x2a\x23\xb7\xa0\xc0\xa8\xca\x35\xa0\x30\x72\x21\x5f\xf2\xac\x55\x2b\x88\xec\x34\x5f\xa9\xcc\xaa\xe8\x0e\xf8\x21\xf8\xe6\x67\x56\x79\x00\x15\xea\x80\xb8\xc6\x59\x9b\x16\xf0\xa8\x83\x16\x3c\x9e\x95\x68\xa4\x59\x5b\x9c\xef\x71\xe8\x4d\xc7\x02\xd1\x1d\x16\xd8\x9d\x55\x0a\xa1\x1a\x06\xc1\x9e\x4c\x0b\x68\x08\x11\xeb\x2c\x49\x21\x54\xc3\xf7\xa8\x94\xaa\x6b\xef\x91\xa0\x08\x2d\xa0\xeb\x48\x3b\x8e\x34\xdd\xc6\x2a\x65\x51\x91\xbb\x08\x2d\xa0\x72\x17\x15\x90\x56\x45\x4d\x55\xa4\x79\x56\x04\x6a\x82\xc1\x89\x2a\x1f\xa0\x06\x3e\x48\xef\xa5\x86\xf6\x31\xb0\x23\xf4\xbc\xaa\x52\x14\xf5\xb8\x03\x85\x70\xc2\x59\xa5\x49\x2a\xd4\x45\xfc\xd3\xa4\x33\xd3\x71\x66\xe8\x44\xa9\x1c\xf4\xac\x88\xe2\x84\xee\xfe\xd0\xf2\x42\x29\xb0\x3a\xe3\xac\x43\xe7\xf3\xe8\x87\x46\xfa\xd8\x59\xa5\x14\x2a\x02\x3c\xfd\xa9\xff\xcd\x24\xad\x53\xa7\xe3\x28\x06\xd6\x6d\x9e\x75\x6a\xad\xe6\x87\x88\x3a\x9b\x64\xd5\x57\xa8\x8c\xae\x9b\xac\xc8\x50\x85\xc1\x4f\x3e\xda\x59\xa5\x18\x40\x25\xde\xba\x4e\xf6\xd6\xac\x11\xe4\x61\xad\xdc\x59\x15\xe4\xa9\xc7\xee\x26\x13\xcf\xac\x12\xff\x15\xd9\x00\xe2\x03\x67\x7d\xb5\x2d\x47\x13\x34\x72\xa0\xcc\xfa\xea\xb8\x1d\xf1\xff\xcf\x99\x97\xf4\xaf\x88\xff\x74\xad\xc5\xab\x41\xbc\x18\x04\x7b\xfa\xb4\x14\x08\xff\x10\x06\x38\xeb\xa7\x05\x84\xf0\xef\xea\x4a\xc2\xbf\x7e\x2f\x9a\x7e\x42\xa3\x49\xf8\x37\x84\x72\x08\xe9\x9b\x4d\xd9\x85\x06\x6c\x68\xe5\xd9\x68\x0a\xd8\x80\x8a\xbd\x91\x43\x76\x36\x45\x65\x5a\x3a\xfa\x93\x51\xbc\x46\xdc\xe8\x04\x47\x7b\x23\x49\xec\x6c\xc4\x8d\x4e\xd4\x0b\x6f\x04\xcd\xcd\xa6\x2c\x42\x4b\xeb\x7c\x2f\xd8\xc2\x59\x35\x08\x78\x82\xe6\x66\xcb\x1a\xc4\x91\xf5\x2c\x9f\x3d\x9b\x82\x3c\xa8\x30\x1e\x1a\x83\x02\x39\xed\x58\xd6\xc4\x1f\xcf\x46\x64\xe8\x6c\x47\x9e\x37\x42\xf0\xa6\xaa\x8d\x4f\x54\x1b\xd7\x05\x6f\x12\xef\xed\x88\xf3\xa2\x80\x7a\x53\xc0\xbf\x15\x6c\x07\xd5\x74\x53\xc0\xbf\xd5\x23\x08\x29\x15\x9a\x62\x3f\xed\x48\x77\xdd\xfc\xa6\x4c\x32\x38\xec\x1b\x61\x80\xb3\x55\x2d\x5e\x3d\x07\x89\x32\xa1\x35\xed\x3b\x72\xcc\x64\xd0\x9d\x22\xbb\x9f\x28\x7c\x6e\x8f\xf6\x5d\x22\x1c\x85\xd0\x25\x48\x1a\xf1\xa4\xb3\x41\x82\x33\x15\xd5\x94\x98\x46\x81\x74\x23\x1f\xef\x6c\xca\x3e\x37\xc3\x09\xe3\x9d\x6f\xe4\x1c\x9a\xcd\x30\x08\xc6\x13\x9a\x69\xdf\x8f\xdc\x37\x12\xee\xce\x26\xb9\xdf\x10\xc3\x21\xa7\xee\x6c\x0a\xc2\xb7\x40\x72\x8b\xc9\x8a\xa6\x44\x32\xca\xad\x1b\x4b\x2c\x4e\x11\xf8\xcf\xd6\xef\xaf\xb8\x82\x32\xdd\x5b\x0f\x24\xbe\xf8\xc1\xae\xc1\x77\x8c\x90\xc1\xb8\x26\xfb\xbc\x1d\xfb\x9c\x78\xf0\xd9\x64\x9f\x83\x00\xc9\x58\x5d\x70\x36\x85\x5d\xda\xc0\x12\xd2\x66\x6e\x32\xdd\xdb\x31\xdd\x3b\xad\xa6\x36\xb4\x57\xe3\xc5\x8f\xb8\x4c\x53\x83\x98\x18\x04\x27\xa5\x84\x71\x9b\xed\x7f\xff\xd7\xe9\x98\x35\x25\x8c\xdb\x11\xd5\x46\xa4\xdf\x14\xef\xd2\x04\xcd\x52\xa7\x79\xd6\x64\xec\xb7\x89\x85\xd0\xbd\x5e\xda\xaa\x23\xdf\xed\xd1\xed\x95\x50\x07\x35\x93\x3d\xba\x8a\x0a\xf7\x83\xaa\x89\xf8\xf2\xd9\x14\x8f\x69\xc7\xba\xef\x34\xe9\x9a\xd2\xc2\x6d\x63\x7b\x75\x75\xb6\x56\x6f\xa3\x27\x5d\x1d\x45\x5d\xda\xc6\xf2\xe9\xac\x2b\xf9\xdb\x5e\x7c\x50\x87\x5d\xe1\x7e\xd4\x4d\x28\x35\xeb\x57\x5a\x8b\x63\xc2\x5b\x62\x58\xad\x7d\x9a\xf0\x91\xea\x96\xb4\xec\x9f\x0e\xe0\xb1\xdb\x8d\xaf\x3a\xa6\x29\xb6\x62\xc7\x38\xb7\xc4\x29\xab\xf6\xc2\xb4\x23\xc5\x8d\x1c\xbc\xd3\x08\x01\x9d\xf6\xe0\x83\xb4\xb5\x4c\x11\x14\x4b\x58\x42\xfe\x48\xc0\x1d\x94\x6e\xb0\x54\xd4\xd4\xd5\x34\xce\x8c\x19\x50\x37\x89\x6e\x3b\xc6\xb9\x91\x73\x63\x9a\x32\xc0\x76\xec\x74\x62\xf7\xa7\x29\xcd\x6b\x47\x40\x1b\x8b\xe0\x4d\x53\x2c\xc4\x8e\x05\xde\xd5\x93\x2c\x70\xd4\xfa\x37\x32\x71\x4c\x13\xda\x07\xa5\xfe\x8d\xc8\xe5\x69\x92\xeb\xe0\xe1\x32\xd6\xc6\x9b\xc6\x57\xb8\xd3\x2a\x26\x4c\xb4\x85\x29\xbd\x6a\x35\xce\x28\x38\x29\x59\xd9\xa0\xf1\x32\x72\x70\x4c\x23\x3c\x74\x5a\xc5\x52\xf0\x22\x98\x62\xf0\x76\x6c\xf1\xc2\x52\x11\xd3\x24\xa4\xad\xe1\x5c\xf0\x8e\x18\x91\xa3\xd3\x80\x1c\xad\xb4\x1e\x4c\x31\x78\x33\xcc\x98\x4a\xc4\x64\x4d\x9b\xe1\x83\x0c\x0f\x98\xe0\x3e\x76\x64\xaf\x11\xdc\x36\x55\x21\x63\xa2\x42\x46\x21\x7d\xdf\x34\xc9\x62\x73\xf4\x45\x9f\xdd\x14\x9f\x07\x01\x59\x21\x9a\x7c\x9a\x6b\x09\x1d\x83\xd7\x76\x29\x8d\x6a\x7e\x76\x92\x6c\xc0\xd3\x14\x95\xb1\xc0\x83\xb8\xa6\x26\x6d\xd7\xb1\x83\x2d\x3f\xff\xad\x30\xed\x34\x85\x52\xac\x9f\x33\xc5\xdc\xa7\xc9\x6a\x36\x08\x71\x32\x72\x4c\x1b\xda\x97\x23\xb5\x8d\x0f\xd9\xa7\x29\x0e\x6e\x47\x34\x9b\xb2\xdb\x26\x98\x8e\x1d\xd9\xdc\xb5\x1e\x53\xc3\x9f\x15\x3f\x62\x57\x12\xbb\x76\x6c\x67\xcb\xff\xfc\x4a\x3b\x36\x31\x69\xad\xa2\xd0\x38\x76\x44\xb0\x65\x2d\xd5\xd2\x2a\x2e\x0c\x50\x87\x5e\xf1\x12\x5b\xd8\x67\xe3\xe9\x50\x20\xdc\x76\x01\xa6\x80\x47\x40\x31\x6d\x83\x78\xe5\x5b\xec\x69\x02\xd0\xd8\x46\x5f\x3a\xbf\x5b\x7d\xed\xdb\x17\x0f\xa9\x24\x2f\xe8\xce\x4c\x48\x36\x53\x44\xdb\x00\xb3\xac\x1a\xc6\xab\x85\x82\x50\xe6\xc3\xea\x29\x8e\xb4\x69\x57\x28\x9b\x3e\xa8\xe3\xf6\x62\x93\x99\xee\x35\x65\x5a\x0d\xf2\x3a\xeb\x42\x48\x5e\x83\x47\xcd\x32\x15\x80\x49\x5e\x1b\xe4\xb5\xa0\x6c\x2e\x79\xed\xc7\xea\x96\xa5\x2d\xc2\xb5\x09\xc2\x35\x52\x13\x4e\xd1\xad\x4d\x14\x76\x31\x52\x95\x4c\x97\x0d\xee\x40\xeb\x08\x94\xe6\x12\xd7\x9e\xf0\x2b\x9a\x41\x2e\xa3\xd9\x8f\x0c\x36\xd2\xeb\x4e\x57\xd6\xd4\x8f\x95\x6c\x85\x9a\x41\x35\x64\x26\x6a\xc8\xf0\x35\xce\x74\xbe\xc2\x9a\x0e\x71\xcd\xc7\xbc\xd3\xf3\x3f\x5d\xbd\x68\xe2\x84\x49\xc2\x30\xfd\x98\xdd\x9d\xa6\x89\x2a\xd2\x4c\x3f\xb6\xb6\x15\xde\x1f\x17\x38\xd3\x0b\x06\xc1\x49\x29\x28\xe2\xc7\xa0\xe6\x3b\x9d\xa9\x42\x35\xd3\x2b\xf0\x15\xbc\x59\x2e\x83\xda\x6b\x3d\x3f\x2a\x6c\xd1\xa2\x57\x2c\x04\x03\x1f\x2e\x04\x8d\x43\xc4\x2b\x2e\xe7\x12\xf1\xde\xb0\x1f\x34\xfa\x5c\xd1\x73\x3f\xc6\x75\x67\x08\xd0\x85\x93\x01\xcd\x9d\x15\x5e\x39\x57\x96\xd5\x8f\x71\x6d\x85\x37\xc4\x15\x2e\x01\x01\x5e\x27\x0c\xcf\x65\x6c\x3b\x64\x3f\x9f\xa9\x4e\x17\x16\xc6\x61\x87\x93\x98\x77\xba\x64\xbf\xc3\xa2\x16\xc4\xcc\x95\x80\xf5\x63\x5c\x77\x86\xc2\x5d\x59\x56\x3f\x42\xdb\xca\x3f\x4d\x4b\x4d\x47\xa8\xf2\x52\xb9\xac\x70\x87\x78\xe7\xab\xc7\xe9\x42\x7a\xfa\x1f\x14\x86\x43\x57\xd4\x1d\xc4\x7d\xfd\x9f\x16\x4d\x0a\xa6\x3b\x1f\x44\x4e\x97\xe9\xee\x81\xad\xa2\x6a\x72\x25\x60\x3d\xce\xf8\xfe\xf9\x91\xce\x4b\xcf\xa7\x85\x0b\xd1\x35\x86\x0e\xd1\xa3\xe9\x0a\x5b\xe3\xfd\x1c\x4c\x5d\x79\x39\x02\xde\xef\x18\xb8\x53\xca\xbf\xfa\xd1\x34\xc6\xca\x60\xd3\x05\x0f\xf5\xe3\x2e\xa4\x87\x3a\xd0\xa5\x79\x7c\x38\x7e\xa5\x26\x5d\x0f\x94\xec\x7d\x68\x5f\xba\x34\x8f\x83\xd8\xf6\xa1\x97\xe0\x4a\xc1\xfa\x38\x1b\x22\xa0\x96\x4f\x9d\x5a\xf0\x01\x3d\x12\x30\xd2\x4a\x0e\xad\xc4\x27\x8c\xd3\xa5\x95\x1c\x7e\x42\x65\x44\xd6\xe5\x27\xf8\x84\xcc\xd7\xb9\x90\xc2\xf2\x55\xf0\x2b\xae\xa1\xd2\xb3\xbe\x30\x42\xe6\x74\x5d\x61\x7c\x87\x56\x12\x46\xca\xa5\x95\xfc\xcd\x68\xe2\x30\xa4\x44\xfc\x3d\x9b\x22\xeb\xc3\x15\x78\x01\xf3\x62\x22\xd3\xe4\x74\x99\xef\x0e\x4d\x51\x19\x94\x71\x05\x65\x1c\x64\x5a\xac\xd6\x32\x5d\x9a\xc2\x3f\xf4\xa5\xfb\xfd\xa9\xaf\xef\xf6\xf5\x1b\xa1\xd8\x1b\x67\xa0\xaa\xf1\x43\x49\x1c\x7c\xdb\x35\xe3\xc1\x2e\x33\xa0\x1c\xb2\xec\x03\xba\x82\x35\xb9\xa6\x68\x1d\x67\x3c\x38\x6c\xbc\xfb\xa1\xb8\x3b\x48\x1c\x8d\x8f\xb1\x66\x08\xda\x19\xe9\xf6\xc5\x11\xca\xb4\x8f\x84\xc1\xd3\x0a\x0e\x65\x47\x03\x1a\xa6\x32\x26\x12\x0a\xc9\x83\x14\xb2\x90\xd7\x77\x86\x22\x36\x91\x71\xd8\x98\x5d\x0e\x79\x04\x01\xbd\x24\xb4\x56\x08\x97\x13\x19\x87\x8d\x27\x2a\x14\xae\x0f\xd4\xbb\xe1\x33\xbd\x19\x52\x4c\x01\x6f\xa1\x32\x2c\x12\xf2\x16\x02\xde\x42\xa5\x68\x08\x69\xa6\x28\x77\x84\x1c\xbc\xa2\x40\x97\xc5\x92\x8f\xfb\x66\x08\xf7\x19\x05\x9b\xf2\x1f\x9f\x35\xcd\x90\x0b\x12\x47\x55\x99\xf0\x61\x21\xb0\x4f\xc0\x3b\x11\x3e\x4c\xa4\x99\x13\xa4\x99\xa5\x51\x40\x84\x74\x57\x1c\x9f\xc3\x04\x1d\x0b\xa9\xa1\x40\xc8\x47\x00\xb1\x50\xc8\x27\x1a\x76\x9a\xf6\x62\x28\xc1\x1b\xd0\x50\x82\x81\xa9\xb8\xda\x8c\xa3\x92\x4c\x30\xb0\x10\x5c\x33\xc0\x54\xcc\x37\x88\x33\xa4\xa2\x02\xee\x89\x70\x60\x21\x15\x15\x70\x4f\x9a\x6e\x8b\x90\x9c\x61\x18\x21\x03\x27\xa1\xcc\x30\xd8\x3d\xad\x15\x35\x69\xca\xc7\x1d\x29\xe4\x6e\x9e\x21\x90\x67\x38\xb6\x93\x9a\x37\xe4\x9e\x84\x63\xa1\x28\x71\x42\x28\x21\xd4\x8c\xb3\x46\x4b\x48\x25\xe3\x66\x40\x4b\x35\xdd\x16\x61\x39\x03\xe4\x16\xff\xac\x7c\xe8\x04\x1f\x85\x55\x04\xcd\x8b\xd0\xca\x23\x2c\xd5\x74\x16\x15\x96\x42\x09\x3a\x13\x7c\x2c\x94\x51\x8e\x8e\x35\xd4\x56\x2a\x7b\x10\xfd\xf6\xc5\x11\x4a\x51\x05\x82\x4f\xac\xa3\x36\x43\x29\x82\x80\xf2\xd0\x9b\x84\x90\x4b\x13\x13\x23\x94\x58\x91\x86\x08\x04\x85\xc8\x66\x3c\x43\xce\x09\xca\xe5\x25\xd6\x7e\x9a\xa1\x14\x70\x20\x28\xd4\x24\x05\x84\xf4\x0c\x68\x08\xa1\xf1\x43\x1a\x22\x36\xce\x21\x8d\xf8\x90\x86\x00\xbb\xab\xb1\x16\xd8\x0c\xa5\x73\xc1\xda\x6a\xa6\x9b\x22\x5f\x22\x5e\x9c\x0d\x9a\x01\xe2\x73\x9d\xe0\x73\x35\x61\xd7\x45\xe7\x3a\xe3\xe8\x11\x33\xaa\xd2\x90\x9b\x11\x47\x8f\x98\x51\x95\xc6\x27\x89\x83\xb0\x90\x51\x95\x86\xb0\x9e\xf1\xdd\x61\x70\x0d\x05\xf6\x0c\x78\x20\x2c\x3f\x3c\xbb\xbc\x89\xfe\xe0\x83\xbc\x44\x22\x8e\x9d\x20\x8e\x35\xa1\xbc\xbb\x70\x9b\xfd\xc1\xd9\xe0\x99\xef\xd2\x2b\xa8\x31\x68\x42\x80\x8b\x6d\x76\x82\x6d\xb6\xe8\x3a\x74\xe5\x73\x7b\xc2\x08\x79\x1d\xba\x7c\x90\x9e\xf1\x41\x4a\xed\xae\xa4\x2d\x28\x6a\x4d\xe0\xe6\x2e\x35\x80\xea\x85\x46\x12\xe1\x29\xf2\xda\x09\xf2\xda\xd2\xa8\x57\x3a\xf9\xde\x66\x07\xa3\x50\xa3\xef\xdf\x95\xb6\xed\x90\xda\xa4\x6e\x9b\x62\xbc\x9d\x60\xbc\x4d\x0a\xfe\x75\x81\x3a\x7b\xc1\x30\xf8\xae\xa7\x0b\xd4\xd9\xe1\x87\x18\x3d\x9e\x2e\x61\x0e\xc6\x5c\x23\x75\xdb\xec\xca\xc0\x76\xc4\x7f\x04\x99\xed\x8a\xff\xf4\x76\x0e\x40\xa2\x9c\xef\x72\x1c\x3a\x84\x39\x8b\x57\xcd\xae\xd0\x50\x6f\x38\x87\x3c\xbd\x5d\x12\xbb\x43\xf6\xb2\x62\xf0\xec\x82\x67\x76\xbb\x7d\x71\x84\xca\xc1\x76\x08\x58\xa3\xc1\xdc\x15\xff\xe9\x7e\xf4\xa5\x82\x9a\x5d\xb2\xb7\x1f\xd9\x6b\x4e\xd5\xd6\x85\xca\xe9\xf0\x2a\x84\x41\xea\xfe\x4f\x5f\x1f\x9a\xd8\x97\x04\x6c\x47\x70\x9f\xcc\x6e\xb3\x0b\xa1\xd9\xe3\x0e\x83\xf3\x92\x87\xd0\x51\x59\x9a\x0f\x9f\x67\x57\x7a\xb6\xf7\x63\x82\xf3\x75\xf3\xec\x02\x62\x76\xc8\x5e\xe7\x5d\xee\x92\xbd\x20\x31\x36\xe7\x5d\xee\x92\xbd\xbd\x03\xfc\x4c\x60\x41\x57\x4a\xa0\x0f\x1c\x51\x1d\x36\xa5\x67\xfb\xb1\xe1\x4d\xa8\x40\x31\x21\xcf\x0e\x9b\x3e\xfd\xd3\xa4\x85\x82\x58\x76\xda\x88\x5d\x98\x9d\x7e\x24\xb4\x09\x8a\xd4\x05\xab\xec\x08\x27\x09\x8a\xd4\xa7\xfa\x9a\xb7\x2f\xde\x2f\x92\x04\xcf\x0e\x89\x9d\xd4\x97\xd2\xb6\x1d\x36\xbd\x00\x47\xa2\x63\x9e\xa0\x63\x4e\x49\x7d\x49\x98\x5f\x36\x66\x05\x8d\xbb\x24\x36\x4a\x7a\x9a\xeb\x9a\x0b\x3d\xd9\x37\x3e\x28\xb9\xa1\x48\x53\x47\xad\xf6\x24\xb9\xa1\xbc\x6d\x47\xd9\xe3\x44\x6f\xbe\x2b\x3b\xdb\x5f\x9c\x43\x7a\xf3\x5d\x08\xc9\x7e\xfc\x85\x94\xb4\x5f\x72\x12\x3a\x62\x46\xa4\x72\x9b\x5d\xc2\xbc\x7f\xb7\x2f\x0e\x5e\xf0\x49\x10\x49\x27\x56\x8d\x9b\x43\x9e\xc0\x80\x27\xa0\x38\xb4\x28\xa6\x27\x8a\x91\x9a\x53\xa4\x0c\x61\x73\x06\xe4\xbc\xff\xf3\xab\xae\x26\x9c\x0d\x3a\x09\xaa\x44\x3a\x07\x3c\x01\xf7\xff\x18\x44\x1d\xca\x01\x0c\xc4\x9b\x9c\x12\x67\x28\xde\x04\x42\x6b\x73\x06\xa3\x87\xe2\x39\x03\x56\x33\xc9\x0f\xe6\x28\xff\xfc\xea\xc8\x29\xe1\x84\x86\xc2\x36\x03\xc1\x19\x81\x81\x46\xd5\x07\xeb\xfd\x60\xb0\x69\xaa\xe9\x3d\x4d\xc4\x6f\x0c\x01\x60\xc6\x91\xb7\x16\x59\x4d\xea\x0b\x35\xbc\x14\x49\x57\x89\xd5\x39\x20\x9a\x85\x9b\x19\x7a\xe0\x04\xea\x6d\x13\x1c\x68\x08\x2c\x39\x50\xa3\x3a\x31\xfc\x31\x24\x9a\x07\x8c\x69\x92\xb0\xcd\x21\xd1\x8c\x92\xad\x46\xaa\xb5\x39\x04\x97\x1c\x86\x11\x76\x35\xb9\x9a\xb0\x1a\x74\x65\x86\xa4\xf6\x40\xbc\x47\x20\x22\x95\x72\x9d\xc3\x71\xe0\xa8\xde\x86\x8c\x69\x54\x79\x35\xb2\xad\xcd\x21\xe4\xcc\x38\xb2\xdd\xc8\xb6\x36\x87\x62\xfd\x03\xc5\x47\x58\xfa\x6f\x0e\x21\xee\x07\x04\xba\xd0\x20\x43\xb1\xfe\x81\x58\xbf\x1e\x8d\x0e\x05\x83\x06\x04\x3a\x5f\xcd\xcf\x21\xbc\xcd\x40\xc8\x47\xe8\x8d\x21\x8b\x79\x04\xfa\xa2\x59\x3c\x04\xaa\x19\x1d\x07\x80\x57\x7d\x28\xe8\x33\x40\xea\x20\xa3\x73\x48\xd6\x8f\x7e\xfb\xe2\x42\x29\xa7\x30\x00\xcf\x6c\x34\xce\x86\x32\xb9\xa8\x6a\x5b\x9a\x36\x45\xf1\x9b\x81\xf8\x0d\x1f\xf6\xcf\xa1\xf8\xcd\x40\xc1\x2d\x3e\xec\x9f\x43\x50\x9c\x81\x2c\x6f\x98\x9a\x28\x9a\x07\x2a\x08\xea\xcd\xff\x90\xac\x1f\x88\xdf\x08\x06\x31\x04\xdd\x1c\x13\xc3\xa0\xbe\x1c\xb2\xce\x07\x52\xb6\x82\x48\x0c\x59\xe7\x63\xe1\x83\xda\x2f\xe1\x70\x06\x12\x0e\x41\x9b\x63\x28\xe1\x30\x90\x70\xd0\x33\xd5\xa1\x84\x03\xb8\xe6\x2d\xb4\xf2\x42\x68\x8e\xa3\x11\x8a\xde\xa9\x0e\xa9\x81\x01\x35\x40\x02\xe4\x39\x94\xea\x1d\x1b\x07\x80\x9e\xc0\x90\x1a\x18\x48\x38\x84\x8e\xa8\xd0\x9b\xa8\x0a\x6c\x02\x41\x0d\x69\x88\xf1\x3d\x68\xe2\x08\x15\x10\x1a\x50\x03\x9d\x4e\xdd\x50\x40\x08\x04\xf8\xd6\xb5\xbc\x32\xdc\x07\x0c\x77\x32\xa4\xcd\x29\x94\x0e\x0a\x02\x1b\x8b\x3a\x4d\xb1\xe6\x4f\x30\xe3\x9b\xb2\xb6\x53\x38\xcc\x79\x0c\xf5\x94\x69\xd3\x4f\x56\xe4\x9c\xa8\x22\x6c\x9d\x12\x60\xca\x3a\x47\x11\x61\x23\xa5\xd9\x9c\x12\xe6\x13\x09\x5d\x65\xcb\xa6\x42\x3b\x13\xd6\x39\xab\x58\x4f\x71\xe9\xcf\x89\x98\x4a\xe7\xfd\x9a\x8a\xa9\xcc\x63\x72\x27\x25\xd2\xa6\x30\x90\xf3\xa8\x80\x94\x35\x0c\x19\xd3\x13\x91\x11\x96\x6b\x9a\x53\x18\xc8\xcb\xcd\xaf\x4c\xda\x54\x9e\x75\x1e\x91\x9f\x94\x2e\x9b\xb2\xb3\x51\xee\xd8\x94\x40\x98\x02\xc3\xcc\x23\xf2\x4d\x69\x82\x29\x39\x8f\xea\xc7\xd6\x69\x9d\x4f\xc5\x38\x26\xc4\xb2\x92\x6c\x53\x29\xd8\x09\x60\x8b\x22\xea\x53\x62\x19\xd5\x93\xad\x33\x2e\x35\x05\x6c\x99\x90\xbd\x9d\x2e\xee\x94\xec\x9d\x08\x49\x28\x66\x3d\x15\x87\x9f\x40\x2d\xb2\x3c\xf3\x9c\xae\xd5\x80\x80\xd5\xd3\xe2\xa9\x64\xea\x0c\x3c\xf2\xe1\x99\x9f\x32\x8b\xe7\x91\xa2\xfe\x50\x10\x4d\x49\xd1\xd9\xf1\x2b\xaa\xec\x29\x79\x38\xfb\x1d\x06\xcf\xa1\x92\xac\x73\x94\xf3\x2b\x2a\xdf\x29\xdb\x77\xde\xb7\x46\x3a\xd8\x8a\x3b\xcc\x81\x57\x4d\xfa\xa0\xe4\xe1\x9c\xf8\x20\x75\xe5\x14\xc2\x70\x4e\x0c\x9e\x4a\x6a\x4a\xb2\x4d\x58\xb1\x59\x07\x40\x60\x94\x79\x84\x9c\x2b\xec\x37\x15\x99\x9e\x47\x92\xb9\xc2\x7e\x53\xe2\x6b\x1e\x83\xd6\x05\x0e\x9a\xe2\x2f\x98\xfb\xf6\xc5\xb3\x21\x5c\xe2\x3c\x92\xcc\x85\x1b\x9a\x12\x5f\x73\xa3\x2f\x1a\x9d\x53\xc0\xc4\xb9\x31\x2f\x5a\x96\x53\x92\x6d\xbe\x58\x0d\x5a\x96\x53\x92\x6d\xbe\xf8\x20\x83\x5c\x53\x08\xf3\xf9\x61\xe5\x75\xe6\x15\x77\x98\x88\x3b\x64\x9d\x5e\xe1\x0f\x27\x1e\x01\x09\xb5\x33\x85\x3f\x9c\x1f\x56\x83\xd6\x97\xc8\xe7\x27\xc8\xe6\x5d\xf1\x94\x25\xfc\xe1\x7a\x6e\x5f\x9d\x4d\x53\x4d\x90\x6c\xff\xb1\xb6\xea\x5c\x12\x7c\x2b\x61\x45\xa8\x9b\x97\x22\x16\x0b\x35\x8c\x94\xd5\x15\x71\xfd\x5c\x09\x07\x4e\x43\x51\x24\x1c\xcc\xf5\xa9\xd0\x1c\x59\x92\x89\x2b\xe7\xf3\xab\xae\xa6\xa2\xa6\x86\x5f\xb1\x2f\x21\x14\x57\xee\x68\x62\x5f\x0a\x66\x2c\xd4\xb7\x15\xa5\x88\x18\xea\x27\x18\xea\xfd\x21\x88\x7f\x29\x3a\x0d\xb2\xfa\xa4\x6c\xb0\xca\x87\xcc\x55\x70\x74\xa8\xf9\x96\x90\x88\xeb\xc8\xdb\x24\x82\x90\x25\x13\x7c\x41\xc8\x8a\x20\x44\x14\xf5\x73\x1d\x6b\xdc\x15\x2a\x58\x42\xc7\xac\x63\x8d\x7b\xd2\xbc\xf4\x42\x75\xa1\x52\x10\x79\xa9\xa7\x88\xed\xe7\x3a\x02\xdc\x15\x45\x58\x42\xc7\x80\xf3\xde\x13\xb5\xac\x38\xef\x27\x88\xed\x9d\x6c\x67\x73\x29\x9e\x0d\x8e\xfb\xa4\x2c\xf7\x52\xf2\x14\x1c\xf7\x2e\x97\x7a\xc9\x98\x5e\xe0\xc9\x61\xb9\xa9\xb9\x14\x99\x06\x1d\xbe\x27\x4a\x9c\x25\xa9\xbd\x1c\x1f\xa4\x7a\x5b\x8a\x31\x2f\xc7\xa3\x48\xaa\xd2\xa5\x38\xc7\x0a\xcc\x8b\x62\x65\x29\x98\xb1\x60\xfb\xea\xe1\x8f\x18\xf1\xe7\x3a\x66\xb0\x0b\xcc\xb4\x14\x48\x5e\xb1\xf0\x2b\xae\x86\xa4\x36\x0a\xe8\x3b\xe9\xc2\xe6\xea\xea\xab\xdf\xbe\xb8\x50\x7a\x55\xba\xfa\x38\x4d\xd4\xcd\xe2\xc4\x9f\xe0\xc4\x4f\x85\xe2\x72\xc9\xf6\x5d\x03\xab\x41\x87\x55\x85\xf6\x27\xf8\xf1\x93\x48\x53\x96\x64\x3d\x58\xf0\x5d\x1e\xf0\x12\x8c\x71\xa1\x1e\xb0\xf8\x54\x54\x81\x7f\x82\x06\x3f\x29\x19\xaf\x02\xfc\x13\x34\xf8\x9e\x28\x7f\x97\x6c\x5f\xd0\xe2\x17\x05\xf0\x96\x94\x07\x28\xf2\x3d\xb9\x86\xa1\x13\x85\xe8\x88\x1e\xc9\x2c\xe1\x1f\x51\xa3\xdf\x13\x33\xf5\x4b\xf8\xc7\x75\x8c\x69\x67\x71\xa5\xb9\xa4\x72\xc0\xb4\xef\x49\x32\x51\xc6\xf4\x82\xca\x61\x69\xa5\xb9\x04\x8d\x04\xe9\x7e\x12\x94\x60\x09\x1b\xb9\xa0\x72\x8a\xe6\x25\x95\x03\x3e\x7e\x97\x03\x29\x16\xfe\xb9\xa0\x72\xe4\x40\x2e\x41\x74\x40\xd0\xef\xa4\x3b\x9b\x4b\x2a\x07\xdc\xfa\x9e\x24\x88\x14\x3b\x5f\xc0\xe1\xe8\x99\xe3\x52\xe0\x04\xa5\x89\x3c\x4b\x1e\x2a\x70\x02\xb6\xfd\x24\x48\xc3\x12\xd8\x06\xcc\xfb\x2e\xf6\x2a\xd0\xef\xff\xfe\x84\x58\x66\xfe\x61\x2b\xa6\xb2\x1f\xf4\x95\xd4\x54\xd5\x84\x63\xc3\xfd\xda\xca\xae\x82\x6f\xbf\xb0\x56\xc6\xdc\xd2\x29\xa0\xd1\x77\x56\x86\x9f\x5b\x48\x9c\x8d\xa7\xa7\xac\xa0\x32\xb7\xde\x9e\xa2\xaa\x52\x51\x98\x76\x4b\xdd\xec\xa3\x53\x3c\x53\x1e\x6e\x01\x27\x37\xa8\x73\x14\xc1\x15\xe3\xfe\xdc\x57\xa7\xd0\x65\xda\x4a\xa1\xee\x7c\xb6\x52\x14\x33\x5b\xc9\x50\x14\x70\x72\x01\xd6\xb6\x92\xa1\xfb\xa8\x1b\x67\xe9\x95\xb9\x15\x3b\x07\x31\x7f\xd1\x2b\xd2\x2d\x4d\x04\x8e\x7d\x97\x09\xae\x2a\x50\x73\x1f\x45\xe1\x99\x3e\xf3\x56\xec\x66\x23\x76\x23\xf4\xc7\x16\xb0\x66\x57\xbc\x7f\xa6\xa5\xb2\xa5\x02\x76\xc3\x07\x89\x07\xdb\x0a\x90\x83\x64\x3f\x95\xae\x5f\xf1\xb0\x6d\xc3\x7e\xe9\x6c\xc8\x3a\xdf\x86\x0f\xd2\x52\xd9\x92\xf3\x60\xdd\x77\xd1\x28\x6c\xa1\x20\x41\x98\xef\xc2\x9e\x6d\x25\x0c\xb7\x63\x35\x34\x0c\xc5\x38\xc0\x8b\x9f\xf4\xbe\x62\x0b\xd6\xb2\x03\x2f\xb7\x69\x54\x6c\xbd\x33\x05\xfd\x7d\x12\x02\x64\x0b\xd6\x02\xfa\x7b\x2f\x6a\x12\xaf\x00\xe8\xef\x53\xa5\x5e\xde\x8a\x71\x6c\xc8\x79\xb2\x5b\xcf\x2d\x60\x0b\x98\xf1\x8b\xe2\xf4\x5b\xf1\xec\x0d\x15\x20\xe8\xbe\x98\xf2\x27\x98\xf2\x93\xc0\x21\xa2\xca\x9f\xbb\xe3\x71\xb9\x86\x21\x64\xcb\x1e\x19\x4d\x1c\x86\x14\x07\xa8\xf1\xbd\xd0\x06\xd8\x4a\x33\x82\x0f\xdf\x59\x56\x63\x6e\xc5\x38\xc0\x7f\xef\x25\xeb\x57\xda\x14\x08\x73\x91\x95\x6d\x01\x51\xf6\x11\xde\x2e\x53\x64\x2b\xd4\x0d\xf2\xfb\xe2\xcc\xef\x89\xf2\x7e\xee\x75\xfb\x0a\x36\xe9\x1c\x1e\xe1\x5d\x3c\xe5\xff\x66\xaa\x8a\x11\x7f\xee\x85\x8a\x03\x5a\x47\x05\xc9\xf7\xc6\xb4\xe9\xbe\x6f\x45\x47\xf6\xc6\x76\xd2\xb1\x13\x5b\xfe\xdc\x90\xf5\x52\xdb\x5b\x48\xcd\x7d\xc4\xbe\x17\x5d\x75\xc9\x7a\xb0\xe5\xbb\x20\x74\x5b\x19\xcf\x7d\xb9\x02\xa8\x65\x45\x7c\x3f\x37\x04\x3a\xeb\x77\xcd\xad\x10\xc8\xfe\x70\xb8\x89\x26\xdc\x12\xe8\xfb\xbb\xe4\x03\xbf\x0f\x8a\xf9\x7e\xbe\x88\x84\x57\xbe\xd9\x7a\x95\xd6\x7c\x1f\x6c\x27\xfd\x95\x57\x21\x90\x17\x8e\x82\x60\x40\xaf\xf0\x93\xef\x83\xbe\x28\xeb\x5f\x61\x62\xde\x84\xb3\x48\xd1\xfc\xca\x49\x78\x13\x96\xb7\xe8\x57\xae\x26\xdc\x16\xae\xbc\x78\xf1\xe7\x0b\xff\xa1\x30\x90\xfc\x8a\xf8\x12\x14\xf9\x49\xc4\x4c\xaf\x50\x97\x2f\x3c\x01\xb1\x2f\x89\xfc\x7e\xbe\x10\xe8\x22\x2f\x7b\x25\xd0\xc1\x8b\xef\x85\x81\xae\x57\x02\x1d\x94\xf6\xce\xba\xf6\xf3\x55\x30\xfe\x05\xf3\x25\xab\xfb\xcc\x57\x69\x4d\x30\xd7\x7b\x65\xa0\xeb\x55\xb8\xe5\x85\x27\xc0\xe2\xed\xf3\x15\x88\xf2\x85\xac\x17\xb0\xec\x15\x10\xe5\x3d\x4e\x81\x8b\xe6\xeb\x55\x9c\x1e\x5c\xf8\xa9\xd2\xa4\x7b\x15\xbf\x79\x61\xee\x0b\x58\xf6\x0a\x5f\xf9\x22\x4e\x4f\x3a\xf1\x29\x72\xfc\x09\x72\xfc\x54\x69\x9c\x89\x1c\x7f\x82\x1c\xbf\x28\x17\xf6\x0a\x60\x09\x76\xfc\x24\x9a\xaa\x57\x18\x15\xd0\xe1\xbb\x5e\x78\xbc\x72\x12\x5e\x14\xd3\x14\x83\xd5\x2b\x08\x3d\x48\xef\x5d\x94\x62\xaf\x22\xee\x60\xbd\x4f\xa4\xeb\x9e\xaf\xde\xaa\x82\xea\x3e\x55\x1a\x4c\xaf\xc2\xea\x60\xbd\xf7\x7f\xae\x83\xc2\xea\x20\xb7\x4f\x42\x74\xbd\xca\x93\x82\xdc\xde\xff\xb9\x0e\x52\x39\x28\x2e\xe8\xa4\xc8\x9f\xe2\xad\x9f\xe0\xad\x4f\x64\xd1\x9e\xaf\xf0\x92\xef\xd5\x2b\x54\x8a\x2a\x43\x38\x5f\x04\x84\xf4\x6a\xe0\x15\x69\xe6\x8b\x22\xe0\x42\x74\x89\xee\x7e\xbe\x1d\xc3\xd0\x01\x10\x10\xe5\x45\x40\xa8\x52\xda\xa8\xac\xe1\x7c\xa1\x06\xfe\x59\x79\xa9\x81\x17\x6a\x40\xdc\x61\xaf\x80\x28\xe0\xa3\xf7\x2a\x09\xa0\x20\x0d\xf8\xe9\x93\x20\x62\xaf\x9e\x13\xbd\x90\xbd\x02\x5f\xbd\x4a\x50\x82\xc6\xde\x85\xb0\x7a\xc5\x32\x09\xee\xfa\x24\x60\xd9\x2b\x3b\x1b\x64\xf5\xce\x0a\xf3\xf3\xd5\xeb\xd1\x17\x09\x4a\x01\xe6\x5e\xf1\x4c\xbe\x88\xdf\x08\x38\x24\xf2\xfa\x89\xc2\x8a\x2e\x30\xcf\x2b\xb4\x09\x78\xec\xbd\xd1\xab\x7f\x15\xf5\x79\x8f\xc9\x5d\x5c\xd2\x46\x12\xfb\x45\x68\x87\x35\xe9\xe7\x2b\x14\x23\x78\xec\x0b\xeb\xc0\xce\x4f\x09\x4a\x30\xd2\xbb\x38\x7d\x3f\x85\x76\xc0\x50\x9f\xb4\x86\xa2\xa8\x9f\x1f\x84\x39\x6b\xd5\xcf\x4f\x68\x13\xb0\xd5\x7b\xa3\xec\xfd\xc4\x2b\xf0\x25\xe8\x66\x3a\x90\x62\xaf\x9f\x5f\xc2\x30\x28\x60\xc5\x5e\x3f\xbf\x74\x87\xd1\xd8\x34\xd5\xb4\xd1\xc4\x61\x08\xa3\xf2\x65\x1c\x00\x66\x8d\x3f\x61\x54\x3e\x44\x61\x1a\xc3\x04\x9f\xa2\x30\xdf\x15\xb0\x94\x51\x9f\x30\x82\x1f\x2c\xe6\xc6\x6b\xfe\x29\x0a\x03\xc2\xfa\x24\x94\xda\x27\x7c\x20\x08\xec\x5d\x30\xaa\x4f\x90\x92\xaf\x5e\xc2\x1b\x2e\x94\x64\xef\x87\x78\x8a\x12\x6b\x9f\x12\xa1\xa0\xac\x4f\x8d\xf6\xc6\xa7\x6c\x27\x28\xeb\x5d\x0c\x58\x9f\x52\x9a\xa0\xac\x2f\x6e\x6a\xd2\x7e\x81\x00\xa6\xd1\xf6\xfd\x94\xd2\xfc\x0c\xe7\x90\x5e\xa2\x38\xec\x27\x28\xe2\x5d\xec\x58\x9f\xc0\x21\xdf\x91\x6c\x2e\xe6\xa7\x4f\xc6\x34\x98\xd8\xdd\x18\xbb\xf9\x94\xa9\x03\x71\xba\x8b\xec\x08\xec\xe9\xbf\x3f\x1b\x06\x6f\x6c\xd2\x94\x61\x74\x8a\x1a\xe8\x53\x8c\xf9\x43\x48\x42\x24\x3f\x9f\x42\x12\x20\x52\x4f\x82\x44\x7e\x32\x55\xbf\x79\x7f\xc5\x26\x85\x9f\xbf\x5b\x4b\xe9\x9f\x26\xfd\x6a\x55\xd0\xeb\xf0\x44\x29\xe7\xf6\x21\x16\x20\x1f\xec\x53\x2c\x00\xfc\xe8\x49\x17\xf6\x93\xe9\x08\xbe\x74\x37\x0a\xa2\x4f\x60\xb9\xef\x08\x39\xb7\xfe\x1f\x9f\xf5\x7f\x32\x3a\x3f\x18\x9d\x62\xe9\x13\xd5\xfa\xfc\x10\x45\x60\xa1\xef\xf9\xe9\xad\x3d\xa8\xd5\x53\x63\xca\xfb\x13\x02\x0f\xd4\xea\x2e\xac\xcf\xa7\x87\x3e\x1f\x02\x0c\xae\x9b\xa9\x94\xdc\x77\x64\xa0\xb3\x00\xf8\x14\xa1\xfa\x04\x01\xba\xfb\x2f\xef\xb6\x44\x80\xbe\x1e\xc4\x03\x08\x97\x59\x0f\xa3\xd3\xeb\x81\x23\x4e\x4c\xcc\x12\x2d\xf9\x02\x1f\xb8\x93\xc7\x66\x89\x0f\x7c\x3d\xe7\x92\x3a\x69\x58\xd6\xc3\xd0\xe9\x02\x35\x78\x21\x1b\xcc\x7a\xaa\xfa\x3a\x37\xd1\xc9\xd0\xb2\x9e\xa6\xbe\xe0\xe6\xb2\xb6\xdc\x7a\x08\xf6\x5a\x0f\x22\x9d\x44\x4a\xac\xa7\x69\x18\xc7\xe3\x75\x22\x25\xd6\xc3\xeb\xb7\xc0\x00\xee\xa4\x4d\x59\x0f\xc1\x5e\x0b\x0c\xe0\x89\xf2\x77\x3d\xcc\x4f\xad\x07\x6e\x2e\x81\x0d\xeb\x71\x0d\x1e\x89\xa1\xd0\x1a\x76\x2d\x2f\x4c\x84\xf6\x0b\x30\x2c\x51\x6e\xaf\x07\x97\x96\x44\x07\xeb\xe9\xfa\xe0\xf1\x42\x3d\x4c\xbf\xea\x6a\x42\x5f\x5a\xf9\xa1\xbe\xc6\xed\x8b\x53\xe6\x7d\x5e\x60\xd6\x2e\xa4\x6e\x5a\x62\xd6\x5e\x0f\xd2\x49\xa4\x0b\x58\x0f\x51\x56\xeb\x01\xca\xaa\x55\x8e\x90\xe9\xf5\xf5\x9c\x5b\x9f\x48\xe1\xb8\x9e\xa9\xe5\x3d\xb7\xde\x59\x01\x6d\x89\x91\x7b\x81\x82\x3b\x11\x9e\xbb\x1e\x72\x63\xac\xe7\x56\x69\xfb\xd9\x1c\xeb\x99\xda\xe5\xe3\xb0\x16\xd2\x3a\xad\x67\x6a\x84\x88\x3e\x92\xd1\x7c\x3d\x53\x23\x44\x56\xab\x69\x79\x97\x56\x7e\xe1\x1c\x76\x8e\x70\x69\xe5\x17\x46\x68\xec\x6b\x69\xa1\x00\xdb\x22\x71\xf9\x7a\x96\x0e\x1b\x12\x5e\xc4\x06\xac\x67\x69\x18\x1b\x0b\x65\x1c\xe1\xd6\x42\xc1\x23\x8d\xe0\x1a\x6e\xf5\xb5\x6f\x5f\xfc\x20\x11\x5d\xeb\xb9\x72\x43\xfb\xb5\x75\x44\x5f\xac\xbc\xae\x1e\x9f\x7d\xac\x07\xb6\x54\xd3\xa6\xbc\x3a\x1b\x10\x29\xa1\xd5\x78\x75\xd8\x5e\x9c\x8d\xce\x63\xf3\x6a\xca\x70\x71\xa3\xf3\xa6\x7c\xea\xeb\xbb\x7d\xa9\x49\xfb\x75\x0c\x26\xef\xbc\xcb\x49\x82\x28\xc1\xc5\x25\xd9\xe5\x12\x09\xf8\x4a\x90\x51\xfd\x47\xa2\xb0\x92\x64\x14\xf8\xc1\xbd\xff\x4c\x84\x95\x08\xf6\x5a\xe0\xf6\x76\xe2\x10\x56\xa2\x55\xb4\x40\xee\xed\x24\x4e\x59\x89\x38\xb0\x05\x0a\x6f\x27\xd8\x60\x25\x3a\xab\x0b\x1c\xde\x89\xf4\x99\x2b\x65\x7d\x10\xc9\x2e\x3e\xe9\x5e\x89\x81\xc9\x95\x72\x3d\xbf\xe2\xf2\x8a\xd4\x7b\x81\xd4\x3b\x11\x84\xbd\x52\xfe\xa7\x2f\xec\x32\x97\x37\xf1\xf9\xe0\x4a\x05\x0b\xf5\x33\x11\x56\x2a\x5a\xa8\x82\x85\xa2\xc4\x4e\x74\x71\x17\xc8\xb9\x13\x19\x34\x97\xd8\xb9\x17\xd8\xb9\xbd\x17\x7d\x70\xab\xe9\x1c\x6c\xc2\x21\x56\x2a\x1a\xc6\xb1\xd3\x92\x69\x2b\xab\x56\x03\xde\x2f\x91\x12\x2b\x55\x0d\xa3\xde\x61\x70\x0d\xe9\xfd\xae\x84\x3c\x98\x69\x2b\xab\xfa\x82\x76\xe8\x8d\xc3\xa0\xf7\xbb\xc0\xc2\x9d\x88\x20\x5f\xe2\xda\x5e\xe9\x28\x0a\x27\xf1\xcb\x4a\xd2\x0e\xa0\xdd\x76\x3e\x47\x5d\xa9\xa9\xaf\xe3\x08\x97\x48\xec\x4b\x8a\x03\xb4\xdb\xce\xa7\xaa\x2b\x99\x86\x61\x77\x18\x9c\x17\x1d\xe3\x95\xa0\x53\x4c\x87\xcd\xb4\xf2\x70\x8c\x89\xe5\x58\xc9\x75\x1d\xe0\x18\x13\xa2\xb0\x92\xd4\x0d\x18\xba\xbd\x53\x02\x24\xd7\x94\x11\x70\x25\x60\x63\x89\x6c\x7b\xa5\xb8\x1f\xe4\x94\x43\x47\x34\x2a\xa6\xcc\x35\x0c\x1d\x51\x38\xc6\x3d\xb8\x1a\xa1\x23\x1a\xc7\xd3\x36\x9d\xf9\xae\x85\xea\xb8\x0e\xba\x29\x5d\x7d\xf5\x8a\x5f\xb1\xaf\xae\x85\x42\xc0\x95\xf4\x63\x4b\x2c\xdd\x2b\xc1\x31\xe6\x23\xc8\x95\xba\x86\x81\x80\x2b\x59\x45\x57\x92\x6a\x4b\x00\x95\x91\x2b\x7c\x89\xc0\x7b\xa5\x71\x3f\xc8\x11\x0e\x9d\x8d\xa3\xe5\x82\x0c\x30\x4b\xdc\xde\x0b\x04\xde\xf1\xe8\x12\x4d\xf5\x85\xec\x19\x59\xd5\x56\x9a\x3a\xd8\x78\xf9\x17\xda\x4a\xa6\xc8\x16\x68\xbf\xe3\xd1\x61\x5b\x5a\xf9\x85\xbe\xb4\x1a\x4b\xab\xb1\x06\x9a\xfe\x1b\x56\x75\x25\x29\xaa\xb4\xd1\x9f\x46\xb9\xb5\xfa\x47\xfb\x24\xd3\x1d\xdb\x5a\xac\x8d\x15\xc9\x3c\xf7\xaf\x24\xce\x8b\x0f\x4a\xe2\xbc\x3a\xa6\x47\xc5\xc4\xa3\x8d\x91\x5e\x49\x2f\x3e\x28\x89\xf3\xe9\x98\x7e\x38\xa6\xd4\xe8\xe9\xd3\xd1\x81\x5e\x31\x6a\xf4\xf4\x69\xb1\x8e\x8f\x1e\x4f\x65\x5f\x52\x39\x09\x2f\x0d\x59\x52\x7e\x89\x19\x7c\x81\x19\x3c\x58\x60\x6e\x65\x62\xce\x56\x3e\xda\x27\xf8\xf0\x6b\x65\xa9\x1c\x90\x7a\x07\xc1\x28\x2b\x33\xe0\xba\x40\xf2\x9d\xf8\xd0\x61\x65\xa6\xc9\x16\xf8\xba\xe3\xa1\x1d\x90\xe9\x88\xaf\x0c\x47\xdc\x78\x9f\x33\xe1\x68\x2b\x27\xf4\xf5\x73\x8e\x57\x26\x1c\x6d\xe5\xf4\xa2\x89\x83\x4f\x14\x61\x19\x8a\xca\xd4\x24\xc3\x1d\xe4\xe0\xf1\x38\x47\x98\x35\xaf\x8c\xfd\xa2\xda\xce\x59\x23\xcc\x77\x84\xfc\x55\xd1\x42\x01\x95\x61\x34\x62\xc4\x00\xbe\x72\xc1\x09\xa6\x46\xcf\x84\x5e\xac\x5c\x70\x82\x7f\x21\xe1\x95\x09\x7d\x5b\x19\xf4\x7f\x44\xd3\xae\x2c\x6d\x04\x32\xf0\x20\x97\xcd\xca\x8c\xc5\x2e\x90\x81\x17\x96\x35\x5e\xb9\x6a\x0d\x2b\x76\x99\xae\x45\xa6\xd3\xbf\xc0\x00\x9e\x4c\xc3\x90\xd7\x91\xdb\xe9\x8b\x25\xed\x56\x6e\x5a\xa8\x66\x68\xe2\xbc\xa4\x72\xf2\xd1\x23\x91\x1e\x7e\x90\xa8\xb8\x95\x51\xa8\x21\x78\x44\xb3\x69\xa1\xec\xec\x32\x4b\x1e\xaf\x6c\x3a\x51\x78\xde\x67\x14\x7c\x59\x0e\x49\x36\xf4\x45\x95\x93\x5d\x9b\xe2\x19\x44\x93\xfc\x95\x94\x07\x38\xbf\x23\x65\xf6\xe5\xea\xcb\x6f\x5f\x1c\x7c\x68\x35\xe2\x9c\x5e\x3e\x74\x58\x39\x74\x36\x02\x67\x83\x92\x54\x2c\xe0\x0b\x2c\xe0\x41\xe2\x9c\x95\x43\x5b\x79\x94\x47\xf0\xa1\xc3\xca\x52\x1e\x20\xf0\x8e\x44\x97\x29\x77\x4d\x79\x60\x53\x2a\xcf\xc6\xd0\x01\x18\x47\x38\x90\xb7\x7b\x65\x39\x3f\xe0\xed\x8e\xa4\xbb\x3c\xb4\x5f\x47\x23\x44\xd2\x5d\x1e\x3a\x87\x70\x7e\x48\xf7\xbd\xc4\xdc\xbd\xf2\x84\x89\x20\xb9\x31\x35\x0c\x40\x2f\x5c\x5b\x29\x37\x06\xcc\xdd\x25\xd4\x97\xdc\x98\x3c\xc1\xae\x49\xa7\x2e\x2f\x1d\x51\xb8\x31\xa4\xf7\x5d\xe2\xfb\x5e\x19\xca\x23\x49\xda\xc8\x8d\x01\x15\x78\x10\x37\xb2\xb2\x94\x07\x58\xbc\x23\x49\xda\x6c\xf5\x85\x52\xd3\xf2\x2d\xf3\xd6\x1a\x6e\x6c\xa5\x73\xe5\xb7\x06\x0f\x87\xc4\x75\x0e\x5f\x9d\x79\x78\x1d\x4e\x75\x23\x12\xee\x05\x12\xee\xe0\x63\x80\x25\x12\xee\x95\xf1\x0e\xdd\x69\x82\x83\x94\xfb\xef\x4f\x68\x07\xa7\x11\x93\x3f\x9d\x43\x80\xf3\x48\xf8\xbd\xf2\xa7\x0f\x1e\x6d\x90\x9c\x36\x47\xfe\x74\x0e\x3f\x9c\x43\x9a\xe0\x45\x2a\x00\x74\xdd\x25\x28\x7b\x0b\x99\x61\x57\x79\xb0\xbc\xb4\xce\x0b\x83\xbb\x0b\x74\xdd\x89\xc4\xc5\xab\x48\x3b\x14\x68\x07\xe7\xc1\x2e\x8c\xe0\x2e\x30\x79\x07\x89\x7f\x96\xf8\xbb\x57\x41\xce\x8d\x0f\x89\x56\x91\xaf\x02\x2e\xef\x20\x6e\x64\x15\xe6\xdc\x16\xb8\xbc\x23\xf3\xf4\x16\x29\x0e\xb0\x74\x47\xa6\x9d\x5d\xf8\x0e\x7d\x81\xb0\x3b\x31\x9e\xbd\xc4\xd2\xbd\x0a\x54\x00\x9f\x1f\xad\xc2\x74\xdc\x2a\xf9\xc5\x07\xd9\x17\x31\x7b\xab\xc0\x57\x21\x05\xfa\x12\x81\xf7\x2a\x05\xc3\xa0\x55\x54\x08\xa2\x58\xe5\xe8\x90\x60\x7d\xbd\x55\x18\x48\x5e\xa5\xc0\x46\xa4\xba\x11\xed\xf7\x2a\xc7\x37\x09\x96\xde\x5b\xa5\x6a\x18\x15\x07\x9b\x9a\xa8\x54\xad\xe1\x71\x40\x22\x53\x46\x95\xaa\x85\x82\xe2\xc8\x5a\xf9\xa6\xb3\x01\xed\x40\x98\xc7\x2a\xd2\x0e\x60\x07\x0f\x72\x16\xad\x22\xaf\x03\x24\xe0\x41\x60\xf4\x2a\xa6\xd5\x30\x6c\x25\x5d\x8b\xa2\x98\x54\x81\xff\xc0\xc7\x58\xab\xd8\x3f\x1f\xc4\xca\xd3\xa8\x28\xae\x63\xe3\xf8\xa0\xf1\x83\xae\x0f\xfa\xfd\xa0\x9a\x74\x44\xa1\x02\x9c\xc6\x52\x21\x30\x6f\x81\x16\x3c\x88\xdc\x5d\x25\x74\x6c\x00\xcc\x23\x41\xfa\x2a\xf2\x1f\xc0\x11\x1e\x39\x9e\xff\x66\xaa\x96\xd0\x76\x06\x4e\xb0\xf6\x4c\xca\xa3\x74\xac\x3e\xd5\x76\x91\x0f\x01\x0a\xf1\xa2\x88\x45\xe9\x3a\xa6\xc7\x67\x08\x16\xe7\x5b\x45\x7a\xa5\x74\xec\xb4\x7e\x35\xb4\x31\x50\x39\x59\x57\x7d\x68\xa7\x07\x8e\x29\x1d\xf1\x32\x34\x8c\xe3\x84\x14\x32\xcb\xae\x22\x95\x03\x4e\xf1\x20\xba\x65\x95\xa9\x63\x7a\x3c\x8d\xc2\xf7\x16\xab\x28\x72\x56\x8e\x8a\x29\x9d\x86\x45\x99\x5a\xe2\xa3\x57\x82\xd8\x91\x25\xba\xf1\x55\x26\xfa\x62\xdc\xb7\x2c\x9d\xe0\x85\x5f\xd1\xbd\x28\x4b\x87\x00\xd0\x0b\xd2\x2a\xae\xa2\x68\x16\x58\xc4\x4b\x57\x5f\x5b\x0b\x75\x5c\x89\x20\xb4\x74\x15\x45\xb3\xca\x71\x25\x92\x3b\x07\xbf\xb5\x95\xfb\x9c\xe0\xa2\xeb\xb7\xd5\xd7\xfb\xe0\x57\xbc\x48\xd2\x2b\xa0\x15\x0f\xa2\x33\x57\x79\xd5\x17\x9e\xa8\xf3\x35\xde\x2a\xaf\x56\xe3\x78\x19\x41\x74\xe6\x2a\x9f\x06\x7f\xbc\x8c\x28\x92\x6e\x8a\x66\x81\x71\x3c\xb9\x0e\x9b\xbc\x8e\xf2\x61\x18\x92\x6e\x9f\x76\xf9\x1b\x68\xa2\x74\x93\xca\x01\x19\x79\x14\x4a\x81\xaa\x18\x18\xc8\xc7\xa3\xd0\xc3\xa9\x04\xe7\x2d\x90\x8f\x17\x3e\x9d\x59\x62\x1c\x5f\x60\x18\x0f\xe2\x46\x56\x95\xd7\x51\x13\x3e\xc8\x38\x62\x25\x38\x6f\xd5\xa3\x47\x82\xc8\xc2\x55\x89\xe5\x58\x15\x58\x0e\xd2\x49\xae\x2a\xbd\x52\x8f\x2b\x11\xe4\x51\x5a\xe2\x15\x5f\x60\x0b\x0f\x96\xc9\x5b\xe2\x08\x5f\x35\x63\x84\x0c\xee\x56\xf9\x0f\x15\xc4\xb3\xc4\x72\xac\x2a\x35\x00\x4e\xf0\x20\x96\x63\xd5\xa2\x29\xe3\x1d\x3a\xd9\xf2\x57\xad\x9a\x72\x3d\x9b\x42\x6a\xa1\x25\x22\xf0\x55\x21\xeb\x89\x03\x5b\x55\xb2\x1e\x1c\xe1\x41\x1c\xd8\xaa\x0a\x3e\x81\x2e\xbc\x28\xb6\x57\xa5\x06\xc0\xfc\x1d\x84\x79\xac\x4a\x04\xde\xaa\xa0\x28\x24\xcb\xf2\xaa\x4d\xab\x71\x9c\x82\xa8\xb4\xce\xab\xc2\x48\x15\x61\xa4\x78\xd4\x64\x6a\x42\x5f\x3f\x10\xc5\xaa\xa6\x4d\xb1\x81\x26\xee\xb2\x34\x04\xb8\xbf\xa3\x6a\xf0\xae\xbe\xfc\xf6\xc5\x63\xe3\x5a\xa8\xa3\x06\x82\x38\x9f\x25\xc2\xef\x55\x03\x1f\x64\x92\xa1\x86\xf6\xeb\x88\xfd\x20\xe6\x61\xd5\xd0\x89\x0a\x9c\x28\x9a\x3e\x55\x72\x1e\xdc\xdf\x41\xa6\xc4\x55\xbb\xa6\xdc\xb1\x5f\x8c\x05\x88\xd5\x7b\x55\x48\x6c\x62\x54\x56\x1d\xda\x94\x23\xbc\xa3\xea\x3a\xb0\x74\xf4\xaa\x28\x1d\xdd\x35\x42\x09\xf3\x3a\xd0\x97\xa9\x49\x07\xe0\x8a\x65\x0a\x87\x3a\xb5\x1a\x08\x08\x11\x6d\xb2\x44\xe9\xbd\x2a\xc4\x32\x71\x23\xab\x4e\x6d\xca\xc4\x61\xd3\x4d\x51\xd6\xa2\x02\x66\x47\x1e\xeb\x55\x25\xb1\xc1\xf6\x1d\x95\x82\xa8\x2a\x35\x01\xe2\xef\xa2\x48\x67\x5d\x5a\xa8\x8d\xd5\xd0\x25\x92\x4d\x5f\x21\xb1\x2b\x3d\xb7\xba\xb5\x29\x47\x62\x47\xd3\x39\x54\xfe\x01\x74\xe1\xa5\x6b\xe5\x25\xcc\xc1\xfc\x1d\x04\x36\xac\xaa\xfc\x43\x05\x77\x61\xd7\xa6\xbc\x5a\x28\x04\x83\x9a\x2e\x91\x82\x41\x15\xe6\xbe\x22\x82\xe2\x02\x5f\x15\x12\xbb\xfd\xd3\xa4\xad\x3c\x12\x3a\x98\x86\x5e\x55\x9e\x00\xb8\xc0\x83\xa9\xe1\xd5\x24\x7b\x41\x0b\x9e\x14\xa5\x6b\x84\xd8\xad\x86\x88\x4f\xe3\xfd\x12\x17\xf8\x6a\x90\xbd\xac\xa8\xb6\x9a\x92\x0c\xa0\x09\x0f\x96\x4d\x5b\x4d\xb2\x17\x0c\xdf\x41\x2c\xc7\x6a\x0a\xd0\x80\xad\x3b\x94\x73\x6b\x32\xc1\x1b\x4c\x70\xbe\x84\x5e\x8d\x7c\x4f\xab\x81\xef\x29\x28\x6d\x1a\x11\x71\xab\xc1\x3a\x27\xef\xcd\x6a\x32\xc1\x41\xe5\x1d\xe4\x5e\x58\x4d\xe9\x02\x70\x79\x27\x3e\x92\x5e\x4d\x01\x9a\x06\xd9\xcb\x97\xd0\xab\x29\xf0\xdf\x8e\x18\x8e\x46\x8f\xb4\x29\x40\x03\x06\xef\xa4\x00\x8d\x28\xbc\x57\x83\xc4\x26\x91\xce\x6a\x4a\x17\xb4\x23\x86\x53\x30\x93\xd0\x14\xbb\x01\x9d\x77\xb0\xf0\xef\x6a\x7c\xb9\xbe\x40\xe7\x9d\x58\xa0\x61\x35\x22\xe2\x56\x03\x30\x9a\xcf\x9d\x57\x53\x32\x19\xcc\xdf\xa5\xff\x47\x06\x80\x25\x62\xf0\xd5\x8e\x6c\x4f\xf2\xec\x9b\x69\x94\xc0\xd2\x29\x93\x2b\x6a\xf0\xd5\xa0\x06\x08\x7c\x59\xcd\x74\x3e\x0c\x27\x98\x01\xbc\x26\x59\x0f\xfe\xef\x60\x55\xe3\xd5\x94\x32\x00\x15\x78\x62\x49\x88\xd5\xe4\x0d\xb4\x2b\xeb\x29\xdd\x9a\x6b\xf5\x8f\x63\x10\xac\x43\xbc\x9a\xb2\x09\xed\x68\x84\xd2\xff\x69\xd2\x94\xe1\x28\x84\x56\x3f\x74\x08\x02\x87\x80\x9e\xbd\xb8\xc6\x57\x83\x86\x20\x92\x66\x35\x85\x91\x1a\x62\x45\x7c\x1b\xbe\x9a\x12\x0d\x0d\x08\xbc\xa0\x90\x6d\x44\xe0\xad\x86\xf4\x3a\xcb\x4f\xac\x26\x4f\x00\x0c\xe5\x49\x9e\xa2\x18\xca\x57\xeb\xb7\x2f\x0e\xbe\xeb\xb6\x1c\x15\x13\x46\xeb\xa1\x49\xaf\x34\x84\x91\x94\x41\x13\xdb\xf8\x6a\x88\x15\xf1\xbd\xf6\x6a\x8a\x15\x81\x5e\x3c\x8c\xd2\xad\x29\x56\x04\xba\xf1\x14\xc1\x63\xa3\x6c\x02\x58\xc4\x13\xb9\xeb\x57\x53\x40\xa8\xad\xfb\x41\x2e\xef\xd2\x07\xd7\xb1\xb3\xc9\x43\xbf\x9a\xd4\x00\x08\xc2\x93\xfc\x07\x31\x84\xaf\x86\x9c\x80\x65\x35\x69\xbf\x8e\xb2\x08\x52\x26\xad\x26\x0d\xd1\x90\x13\x30\xc9\xc4\x57\x23\x7c\xd1\x17\x03\x0c\x4d\x86\x7b\x43\x40\x88\x75\x2e\x56\x53\x1a\x1a\x3c\xe2\x61\x12\x97\x8a\x15\xb5\x17\xe7\x50\xf3\x7a\xb5\xf2\xc7\xbc\x4f\x32\x8b\x9b\xac\x73\xf0\x8a\x27\x25\x79\xc5\x2b\xbe\x1a\xd2\x05\x26\xb1\xa2\x74\x01\x28\xc7\x13\xdf\xa1\x2f\x51\x8e\x2f\x83\x86\xe0\x63\xf3\x65\xca\x50\x1b\x0c\x77\xd2\x33\x2d\x53\xba\x00\x6c\xe4\xa9\x73\xa1\xc4\x46\xbe\xec\xb9\xc3\x50\xd3\x56\x13\xce\x21\xf1\x15\xa6\x58\x11\x38\xcb\x53\xff\x21\x77\x97\x49\xe5\x18\x02\x42\x2c\x10\xb7\x4c\x49\x06\x90\x96\x27\xa5\x86\xc5\x54\xbe\x0c\x68\xbf\x4e\x81\x6e\xa4\x33\x5c\x96\xb0\xcb\x14\x5f\xa6\x94\xb7\x21\x8c\xc4\x12\x71\xcb\x14\x46\x02\xa1\x79\x92\xb5\x67\x52\x54\x56\x30\x78\x9a\x8f\xc6\x57\x35\x0b\xdc\xe4\xa9\x6b\xca\x0a\xfc\x5b\x79\xff\xf7\x7f\x95\x14\x9e\xcb\x14\xda\x31\x60\x04\x3b\x6d\x44\xd1\x98\x2f\x43\xba\x80\x35\x5c\x97\x09\x6e\x04\x86\xf3\x30\x8a\x14\x23\x46\x70\x81\xb7\x3c\xf8\xd4\x69\x99\x54\x0e\xc8\xc9\x53\x67\x74\xc4\xa4\x72\x0c\x2a\x47\x99\x5c\x23\x7c\x70\x81\xc7\x3c\x08\x62\x5b\x26\x95\x63\x88\x15\x91\x76\x6a\x99\x74\x0a\x28\xcd\x53\xa7\x52\x34\xf9\x0f\x86\x24\x83\x51\x6e\x98\x32\xd4\x76\xd4\x4b\xb0\x98\xe8\x32\xe5\x1f\xec\x78\x19\x55\xa9\x46\x93\xba\x01\xdb\x79\xb0\x9a\xe8\x32\xe5\x1f\xc0\x76\x9e\x94\x6b\x36\xd3\x39\x84\xba\xe9\x5a\x5e\xd7\xca\x23\xf8\x64\x14\xb0\xa6\xe0\x13\xd8\xcf\x13\x79\x03\x96\xd8\xcf\x97\x21\x35\xa1\x10\xbe\xb9\x0e\x80\xbf\x68\xe2\x94\x95\xbc\x36\x44\x98\xf8\x30\x65\x99\x74\x8a\xc5\xed\x8b\xc3\x08\x9d\x43\xe8\x14\xe5\xb5\x2d\xb4\xbc\x47\xa7\x84\x22\xee\xd6\x75\xb0\xf1\x5a\xa8\xd3\x04\x37\xf9\x2a\x86\xac\x85\x42\xdd\xa6\xe4\xb5\x1d\xcd\x13\x7c\x1a\xb1\x44\xb3\xbe\x0c\xd1\x25\x52\x5c\x2d\x53\x42\xc3\xc6\xed\x8b\xc2\x41\xc9\x6b\xd0\xaa\x87\x4b\x02\x28\x79\x6d\x88\x2e\x09\xb3\x67\x8a\x2e\x19\xd0\x99\x24\xfe\x5d\xa2\x60\x5f\x06\x25\xa5\xa0\xb5\x4d\x9d\x8d\x79\x6e\x8a\x82\xd6\x26\xc8\x96\x1d\x67\x27\xf5\xae\xbe\x34\x0c\x04\x9e\x9c\x02\x56\x14\xec\xcb\x8e\xfe\x4a\x5d\x67\x63\x69\x5e\x88\x49\xb9\xe4\xa1\x62\x52\x60\x63\xcf\x8f\xce\x86\x54\x9b\x21\xa1\xe1\x92\x1b\x52\x6d\x20\x6e\xaf\x8f\x84\xb9\x54\x1b\x88\xdb\x83\xf5\xfb\x96\x88\xdb\x17\x88\xda\xc3\x25\x52\x94\xeb\x00\x51\x7b\x26\x05\xc4\x32\x85\xab\xec\x68\xbd\xfc\xcf\xfd\x52\x92\x1c\x9c\xee\xe1\x92\xa2\xf2\x8b\xc0\xe9\x5e\x1f\x1d\x00\x29\x44\x70\xba\x87\x30\x96\xe2\x74\x5f\xe0\x74\xcf\x4f\xfa\x6f\x58\xd5\x25\xca\xf7\x65\x2f\xe6\x46\x1b\xd1\x84\xe8\xb2\x17\x77\x8c\x36\xa2\xd8\xe0\x97\x7d\x77\x28\xdc\x18\xa5\x5d\xc0\xfe\x9e\x59\x74\x66\x99\xd2\xeb\x60\x83\x0f\xa7\x24\x75\xe9\x4b\x87\xbe\x74\xde\x4c\xd1\xc1\x2f\xd0\xc1\x67\xed\x99\xf8\xe0\x97\x23\xed\xa2\xd8\x9e\x0b\xec\xe5\x0f\xee\x18\x85\xac\x4b\x5f\x7a\xba\xa5\x8d\x38\x8c\xa4\xbe\xd2\xed\x4b\x4d\xae\x26\xcc\x8b\x6a\xdb\x95\x94\x07\xc1\x7c\x08\x8f\xe8\x82\x88\x81\x6b\xbe\x3e\xbc\x99\x2e\x55\xea\x50\xa5\x02\x1d\x3a\x9f\xb5\x2e\xcf\x38\x3a\xcc\xae\x8a\x96\x7e\x39\xb4\xac\x02\x5d\xae\x78\x9b\x23\x5f\xcf\xca\x85\xcb\xb3\x56\x23\xdf\xbe\xb8\xbc\xca\xc8\x78\xb9\x7d\xf1\x83\xf2\xf9\x40\x31\x5f\x05\xd8\x70\x41\xc4\x1c\xa1\xb8\x60\x3a\xc9\x15\x8a\x03\xfd\x7c\x7e\x28\x20\x5c\xee\x20\xf8\xe7\x43\x50\x2a\xf1\xcf\x2f\xf0\xcf\x67\x12\x14\x2f\x97\x6e\x06\x17\x7d\x15\x38\xc4\xe5\x0e\x82\x8b\x3e\x82\x90\x3e\xaf\x1a\xc6\xf1\x14\x33\xe9\x48\x96\x2b\x4a\x07\x9a\xf9\xfc\xd0\x2a\x12\xcd\xfc\x72\x28\x60\x05\x18\x5c\xc9\x1a\x3f\x0a\x37\x58\xf2\x70\xb9\xb4\x2c\x78\xe5\x43\x58\x1f\x57\xb2\x06\xbc\xf2\x99\xc5\x8a\x96\xf3\x15\xd4\x72\x83\xec\xe0\xd5\x73\xa5\xf2\x1d\x51\xba\xd0\x61\x53\x94\xce\x1d\x47\x94\x76\x80\x38\xe8\x97\x43\xcb\x06\x63\x0f\x2e\xcf\x0d\xf4\xf4\x11\x34\xa6\xdd\x35\x0c\xc7\x7e\x51\xa3\x8b\x69\x7e\x81\x5a\x3e\xb3\x60\xd1\x72\x05\xf0\x3c\x06\x9a\x38\x0c\xb9\x67\x1e\xf8\xa0\x6e\xa5\xd0\xcf\xde\x71\xd8\xa8\x2f\x45\x1b\xbf\xbc\x63\x53\x68\xc4\x78\xd7\x08\x11\xdb\x23\x33\xda\x72\x41\x9c\x41\x06\x9f\x1f\x5d\x3d\xc5\xf6\x7c\x18\x9a\x78\x36\x94\x72\x01\x19\x7c\xfd\xe7\x00\xc8\x73\x03\x39\x7c\x7e\x74\x89\xe4\xb9\x81\x1c\x3e\x58\x01\x72\xb9\xf4\xa5\x4f\xe8\x15\xc6\x54\x5c\xfa\x12\x8c\xef\x11\xea\x4b\x59\x7e\x30\xbe\xe7\x44\xdf\xd2\x15\xf6\xf3\x95\xd0\xc4\xc1\x2f\xcd\x0b\x61\x3f\x45\x10\x5c\x61\x3f\x5f\x1d\xbf\xe2\x2e\x4b\x95\x3a\x54\x29\x2b\xd1\x2d\xf1\xc6\x2f\xdf\xf7\x83\x3c\x6c\x02\x10\x3b\x14\x55\x68\x97\x85\xe6\x72\x68\xa3\x90\x80\x95\x7b\xe6\x48\xe5\x87\x04\xac\x74\x8a\x23\x4a\x27\x44\xb2\x7f\x1a\x21\xb4\x83\x00\xc4\x62\x80\x5f\x71\x14\x45\x4e\x49\x4d\xae\xa6\xf9\xff\x18\x3b\x7b\x64\xdf\x79\xe6\xb8\xe7\x5e\xc5\xb3\x03\x13\x20\x48\x02\x89\x13\xc7\xf6\x1e\x48\x0c\x58\xa5\x40\xd2\x5b\xaf\xa5\xfd\xbb\xd8\xf3\x9c\xfe\x1d\x55\x29\xb8\xc1\x0d\xee\x41\xfd\x89\xef\x99\x41\x4f\xa3\xf1\x15\x79\xeb\x75\xd2\x20\x5d\x50\x9c\x25\xc9\x66\x2f\x7c\xb0\x68\x78\x6d\xe7\x3b\xe9\xf5\x5e\x4e\x15\x75\x17\x51\xd7\x77\x7a\xea\x9c\x63\x3b\x76\x5e\x0a\xf0\xb5\x18\x6f\x43\x01\x7e\x76\xd9\x79\x68\xc7\x28\xc0\xcf\xae\xe4\x09\x87\xd5\x8e\x31\x97\x76\x7b\x1f\x74\x19\x2a\xb0\xb4\xdb\x2b\x2c\x9a\xce\x91\x49\xaa\xec\x7d\x38\x7a\xe8\x18\x73\xa9\xb2\x57\x58\x34\xa8\xb2\x4f\xa9\xb2\xf7\xe1\x4c\x5d\xe7\xa0\xd5\x3f\x63\xde\x87\x3d\x51\x07\xc0\x93\xec\x7a\xe7\xd8\xd9\x31\xcb\x92\x59\xaf\xc5\xd9\xf0\x0e\xa9\xb7\x37\x35\xde\x8c\x82\x4e\x5e\xa5\x7f\x07\xab\xce\xb1\x13\x45\xf6\xd9\x75\x64\xe2\x00\xd9\x61\x58\x49\xac\xbd\xfb\xe1\xc8\xd9\xb1\xd8\x92\x59\xef\x83\x66\x90\x57\x91\xcc\x7a\x83\x8a\xd6\xe1\xe0\x76\x01\x6a\x16\x68\x9b\x1d\x40\xad\x5f\x5a\x36\xc6\x11\xd1\x56\x9f\xd2\x56\xef\xc3\xbb\xb2\xc3\xb0\x92\xcc\x7a\x07\x20\xef\xd8\x5e\xa9\xa4\x77\x3f\xfd\x32\x3b\xf4\x5c\x09\xa6\xd7\xe2\xa0\xb3\x83\x9a\x49\x40\xbd\x5a\x3c\x75\x22\xa0\x3e\xbb\x92\xe4\x9c\xc1\x10\x50\x9f\xbd\x6b\xe4\x69\x06\x27\x9c\xae\x94\x0b\x67\xb0\xce\xa5\x14\x69\xab\x37\xcc\x72\xc7\x62\x4b\x30\xbd\x0f\xe7\x63\x3b\x49\xf2\x7e\x6b\x1d\xfa\x1c\xdb\x39\xab\x74\x9d\x55\xc6\xf8\x43\x02\x40\xe7\x28\xd3\x6f\xad\x45\x9f\x57\x3a\x19\x99\xfe\x9d\x6a\x1a\xb6\xbe\x43\xd1\xed\xca\xc8\x58\x10\x6e\x22\xbd\x3e\xfb\x77\x5e\x19\x9b\xed\x6f\xc7\x34\xf7\x34\xcd\x17\x1f\x64\xb0\x3e\x53\x3c\xe0\xfc\x76\xf0\xb6\x3e\x0f\xfd\xca\xdd\x86\xbd\xdb\x3f\xab\x3d\x38\x28\x74\x08\x58\x7d\xaa\x19\x8e\x8a\x3a\xf4\xdc\x1e\xaa\x0b\xdb\x11\xd4\x15\x59\x97\x3f\x08\x3d\xb7\x7f\x87\x90\x01\xa9\xb7\x03\xc5\x75\x1d\x4a\x2c\xa6\x33\x91\x79\x9f\x7d\xa9\x2e\xd3\x65\x3a\xb6\xbe\x7f\x87\x90\x01\xdf\xb7\x2f\x6c\xe2\x77\x08\x69\xd6\xcc\x9a\x1d\x37\xd0\x97\x9a\x81\xed\x20\x8f\x23\xc5\xf7\x86\xe7\xeb\xa0\x74\xfd\xd5\x68\xb0\xd5\x81\xe2\xfa\xab\x49\x61\x2d\x72\xb4\x90\xcc\xfb\xd8\xbc\xd5\x07\xb4\xad\xf1\x39\x8f\x01\x15\x78\x70\xb4\x90\x18\x7c\xb5\xdc\xcf\x44\x01\x7e\x4a\xf1\x7d\x58\xb2\x6e\x0e\xfc\x8a\x14\xdf\xab\xdf\x86\x9b\x83\xf4\xfa\x28\x1a\x28\xc7\x01\xc8\xbc\xcf\x51\xf4\x41\x1b\x88\x01\x01\x6b\x7c\xce\x62\x10\x23\x0e\x98\xbb\xe3\x3b\x14\xb4\x62\x97\x33\x70\x1e\x52\x80\x1f\x84\x8f\x83\xc4\x90\xc4\xe0\x1b\xfc\xd1\x41\xe6\x5d\x8a\xef\x63\xb3\x81\x40\xe6\x7d\x8e\x5d\x1f\xf4\x7e\x1e\x50\xa9\xc6\xae\x49\x31\x76\x3e\xc8\xfe\x48\x0c\xbe\xc1\x3a\x1d\x38\x8f\xd1\x54\x97\x8d\xec\xc0\x79\x48\xf1\xbd\x41\x48\x1d\x16\x4d\x9b\xa3\xa9\xf1\x95\x5f\x31\x86\x4d\xb3\xcc\x7c\x01\xc5\x8d\x2f\xbc\xaf\x75\xa3\x88\x49\x39\xd4\x0c\xa3\xc5\x03\x6e\xd6\x38\x34\x5f\xce\x78\x0e\xfc\xca\x38\xbe\xba\xe0\xfb\x0e\x72\x38\xd2\x89\xaf\xd5\xd8\xf9\x20\x29\x3f\xbe\xf0\x7e\x58\xd6\x6d\x0e\x90\xb3\xa1\x70\xdf\x8a\xb6\x13\xdd\xf8\x39\x4e\xd5\xe5\x38\x60\xc0\xdc\x95\xa4\xfc\x20\xf4\x19\xf8\x95\x71\xa9\x2e\xc6\x90\xa4\xfc\xf8\x3c\xc4\xb0\x44\xf9\x1c\x78\x08\x29\xbe\xd7\x6a\x93\x32\xa0\xe7\x8e\xae\x0f\xfa\x28\x88\x02\xfc\x1c\x9f\xb3\x18\xd6\x6e\x9b\xc8\xbc\x4f\xc9\xbc\x0f\x02\x8b\x31\xa8\x6b\x64\x5d\x1e\xde\xc1\xc2\xbe\xd5\x2f\x36\x2c\xf4\xdc\x71\xeb\x83\x6c\x3d\x02\x77\x29\xc0\x0f\x3f\x5f\x39\x07\xde\x61\x3c\xfa\x20\x5b\x8f\xbc\x8a\x64\xdd\x1b\x01\xd3\x20\x29\x2f\xed\xf6\x51\xd8\x44\xe0\x52\xd2\x72\xaf\xf0\x11\xd1\x72\x9f\xd2\x72\x1f\x50\x66\x07\x44\xdb\xf1\x99\xfc\x51\xd8\x5f\x93\x85\xfd\x05\xea\xd5\x3a\x56\x73\x4c\x36\xd1\xd4\xf0\xda\x71\x0c\x38\xb8\x23\xb2\x19\x9e\xca\xd8\x29\xfa\xe2\x80\x6a\x03\x3b\x80\xac\xc6\xe7\x0d\x2a\x2c\xc6\x01\x64\x35\x04\x59\x55\x63\x7b\x03\x17\x30\xd6\x77\x08\xb7\xca\xec\x1c\xb8\x80\x21\x17\x50\xd8\xcb\xd8\x79\x89\xc1\x0f\xeb\x82\xcf\x41\x36\x66\x2c\xd5\xc5\x2c\xc3\xdc\x1d\x6f\x55\x91\x57\x14\xf7\x3a\xc6\x9b\x75\xb9\x85\xa0\x4b\x43\xe8\x52\x75\x04\x36\x38\x3f\x48\x37\x7e\x58\xa0\x6d\x0e\x18\x56\xe3\xd5\xf0\x3a\x06\xb8\xf1\x0e\x12\x87\x1f\x56\xf8\x9e\x37\xcc\x5d\xe9\xc4\x57\xd8\x99\xb7\x15\x37\xe7\x2d\x17\x50\x9d\xe0\xbd\x21\x00\xdc\xdf\x51\x62\x60\x1c\x90\x94\x9f\x92\x94\x1f\x10\x6d\x11\x86\x9f\x77\xd5\xaf\x7c\xe3\xea\x86\x4d\x7b\x7f\x91\xff\x60\x1d\xde\x18\xf3\xbb\xbe\x2a\x72\xe3\xa1\x51\xdd\xb2\xf3\x56\x3b\x9e\x37\x34\x2a\x09\xc1\x0f\x96\xcd\x0d\x68\x72\x2b\x3a\xaf\x8e\x47\xef\x46\x5d\xb2\xbd\xd5\x61\xf1\x0d\x9e\x22\xcd\xf8\x61\x21\xb3\x79\x63\x60\xa5\x11\x3f\xaa\x09\x6c\x37\x99\xf7\xfb\xf8\x22\x07\x36\x2c\x9a\xf1\x53\x9a\xf1\xa3\xda\x57\xde\xa4\x41\xa4\x11\x5f\xa1\xb1\xde\x5c\xd4\xbb\xd3\x2c\x3b\x7f\x7e\x93\x5a\xbf\x4f\x35\xc3\xd9\x98\x9b\x70\xff\x96\xc5\xae\x3e\xfd\xde\x70\xa5\xa4\x11\x3f\xea\xf5\x87\xa1\xea\x8d\xd5\x96\xe2\xfb\xa8\xb6\x02\x37\xf9\x8e\xfb\x92\x7b\x3b\x29\x62\x55\x5d\x72\xa5\x36\x46\x37\x64\x5b\x89\xc1\x0f\x2b\xb1\xcd\x1b\x5b\x2f\x31\xf8\x61\x11\xda\x79\x43\xb6\xbd\xe5\x06\xac\xc4\x36\x6f\x58\x56\xd2\x89\x1f\x7e\xea\x73\xde\x1c\x14\xee\x9e\xcd\xf0\x10\xe3\x06\x24\x06\x3f\x2c\x42\x3b\x6f\x52\x21\x12\x83\x6f\x85\xd1\x27\xbd\x7e\x0f\x2d\x1d\x9f\xec\x6f\xf0\x9b\xfb\x56\x20\x68\xc3\x77\x73\x86\xb8\xe5\x21\xac\xdf\x36\xd1\x8d\x9f\xb7\x3c\xc4\xbe\xf1\x2b\xfa\xf5\x1d\x0a\xc6\x6e\x60\xf2\x26\xdf\x71\x3f\x59\x97\x1b\x0f\x65\xf6\x7e\xbe\x45\x00\xf9\xf5\xe6\x24\x70\xeb\x24\x50\xf9\x15\x04\x2c\x29\xc0\x0f\x0b\xa7\xcd\x1b\x90\xe6\x9e\xb2\xa4\x36\x97\x37\x6e\x40\x8a\xef\x63\x77\x9c\x7d\x93\xd4\x90\xe2\x7b\x85\xc7\x7c\x03\xd2\x48\x01\xbe\xfe\x9a\x2f\x4e\x02\x77\x7c\x8b\x7b\xdf\xf9\x15\x8b\x2d\x64\xc2\x1c\x30\xa1\x00\x3f\xef\x50\x33\x76\x3e\xc8\x2c\xc7\x52\x91\xbb\xbc\x68\xc6\xd2\xc8\xdb\x43\xdc\xe4\x20\x24\x06\xdf\x88\xce\x6f\x88\xb6\x52\x80\x1f\xb0\x69\x6f\xc2\xfd\xfb\xd5\x07\xb1\x02\x24\xe5\x6f\x9d\x04\x76\x8c\x2c\xb4\xad\xfb\xd5\x12\x75\x08\x7e\x63\xeb\xa5\x1b\x3f\x76\x1f\x8e\x1f\x60\xa4\x47\xb6\xde\x52\x6b\xf3\x21\xdc\x7f\x36\xfd\xca\x1e\x1d\x71\xf8\xf9\xc8\xa0\xef\xc6\xc0\x1e\x68\x5b\x8f\xc2\x7d\x8b\xa6\xcd\x07\x5e\xec\x53\xf4\x41\x83\xa0\x0f\xe8\xbe\x74\xe2\xeb\xee\xc8\xf2\xe1\x6e\xf8\x53\xb5\x89\xbc\x53\x1e\x62\xfa\xa7\x6a\xbe\x06\xbf\x9a\x14\x85\x3e\xb8\xbb\x68\x51\xa4\x66\xd8\xf3\x3d\xb8\x01\xa9\xcb\x8f\xdd\xb1\xef\x03\x84\xff\x7c\x31\x7c\xab\xe6\xed\x3d\xe4\xd0\x9f\x2f\x50\x1f\x50\x66\x1f\x50\x9f\x47\xa8\xcf\xfe\xab\x28\x28\xfa\x56\x94\x45\x10\xe7\x43\xa2\xfc\x39\xf4\x41\x6f\xbd\x07\xca\xac\xd4\xe5\xab\x95\x0e\xe7\x43\xca\x5b\xea\xf2\xc3\xba\x63\x13\x49\xf9\xf9\x9c\xfa\xa0\x59\x71\x0f\x5c\xa9\xe7\x33\xfb\xc3\x32\x61\xf3\x01\x8c\x7f\xbe\x40\xbd\xe1\x9b\x1f\xdc\x80\xd4\xe6\x87\xdf\x74\x9f\x0f\x60\xbc\x84\xe7\x9b\x25\x57\xe7\x83\x9d\x7f\xae\x6c\xfc\xe9\xa2\x9b\xa2\x6f\x52\xfc\x5a\xf9\x44\x6d\x7e\x3e\x32\xe6\x90\x5f\x1f\x50\x9f\xe7\xb3\xeb\xc3\x0f\x75\xce\x07\x30\xfe\xf9\xc2\xfb\x56\x19\x43\xec\xbc\x34\xea\x87\x15\xc4\xe6\x03\x18\x2f\xb9\xfa\x56\x9d\xd0\x78\x30\xe6\x8f\x8c\xb9\x5f\x8e\x98\x0f\xa8\xcf\x33\xbe\x65\xd3\xec\x9b\x91\xaf\x9f\x8f\xec\x3c\x94\xd9\x07\xae\xd4\xf3\xd9\xf5\xe1\x47\xa7\xe7\x03\x4e\xff\xdc\x4d\x75\x1d\x2e\xa2\xcb\x0a\xf7\x1b\xbb\x12\x9c\x5e\x22\xf7\x8d\xcb\x3d\x0f\x60\xfc\xf3\x68\x01\xb0\x2b\x09\xf7\x1f\xd9\x79\x4b\xad\xcd\x87\x0c\xb5\xf4\xf0\x87\x1f\xcf\x9c\x0f\x76\xfe\x11\x76\xd3\xd8\x7a\x20\xee\xcf\xfc\x8c\x5e\x65\x6d\x90\x86\x7e\x84\xdd\x34\x23\x23\x0f\x16\xfb\x11\x76\xb3\x3b\xa4\x43\xf4\x7e\x3e\x5f\x4c\x3f\x2c\xc2\x35\x1f\x62\x7a\xe9\xdf\x8f\x83\xfd\x05\x07\xf7\x09\xad\x5e\xc7\xf4\x0f\xc6\x5c\xa2\xf7\xe3\xf0\x89\xf4\xe1\x5e\xdd\x23\x80\xc6\xca\x68\xf3\x01\xa0\x79\x04\xd0\x70\xd5\xe9\x81\x68\x2b\x69\xfc\x71\xd0\x78\x88\xb6\x92\xca\x1f\x07\x53\x89\x31\x7f\x64\x96\xa1\xcc\x4e\xcc\xf2\xdc\xb2\xae\xd3\x45\x07\x45\xa7\x8a\x86\x8b\x2e\x8a\xbe\xa9\x44\x99\x67\x02\xd0\x48\x0f\xbf\xee\xbf\xea\x5a\x14\xa9\x19\xee\xd7\x84\x2b\x25\x59\xfc\x81\x5a\xce\x24\x27\x20\x59\xfc\xba\x3b\x62\x9e\xb8\x00\x69\xdf\x8f\x83\xc6\x93\x13\x98\xca\x09\x58\x9e\x7c\xa2\x85\x3f\xa5\x85\x5f\xb9\xe5\x82\x16\xfe\x94\x16\xfe\x80\x9e\x3b\x91\x07\x91\x16\x7e\xdd\x3d\xcb\x93\x43\xc2\x94\x77\x38\x8e\xfe\x67\xa1\xea\x84\xf3\x2b\x69\xfc\x81\xc0\xcd\x24\x65\x20\x69\xfc\x6a\xad\xd3\x39\x41\x7d\x24\x95\x5f\x77\x9f\xde\x90\xca\x9f\x92\xca\x1f\x48\xd5\x4c\x50\x1f\x49\xe5\x57\x4b\x94\xcf\x09\xe7\x57\xaa\xf9\x03\xf2\xeb\x84\x80\x25\xd5\xfc\x01\xf9\x75\xe2\x57\x24\x7a\x3f\x20\xbf\x4e\x74\x40\xa4\x7f\x5f\x77\x1f\x4a\x26\x27\x8f\x99\x7e\xc5\x87\x12\xf4\xf0\xa7\xf4\xf0\xc7\xe1\x08\x0c\x3d\xfc\x39\xe5\x72\xfc\x8e\xd1\x44\xf4\x7e\x4a\xf4\x7e\xf8\xc9\xcd\x39\xc9\xc9\xce\x4b\xcf\xb4\xdb\xd9\x4f\x38\x4c\x73\xe8\xd9\x77\x6f\xf5\x09\xea\x2e\x75\xf9\x61\xfd\xb6\x39\xc1\x54\xa6\x30\x95\xdd\xf9\xdf\x49\x9c\x3d\x65\x9a\x4f\x96\xe9\xf8\x55\xd7\x52\x91\xc7\x10\xd3\x2c\x21\xfa\x71\x1a\xf5\x99\xe8\x65\x48\x78\xbe\xee\x4c\x0a\xb7\xa1\xa7\xf2\xa4\x3b\x93\x02\x18\x2f\x21\xfa\x81\xca\xc6\x04\x89\x91\x10\x7d\xdd\xcd\x00\x41\x88\x7e\x4a\x88\x7e\xc0\x98\x9c\xe0\xf4\x12\x9e\x1f\xd0\x22\x27\x56\x5b\xba\xf1\x03\x5a\xe4\x04\x8c\x97\x84\x7c\xdd\x3b\x45\x7c\x70\xde\x2a\x72\xe3\x41\x62\xa4\x13\x3f\xfc\xd6\xe5\x9c\x90\x87\xa6\x0c\x3a\x04\xc7\x09\x79\x48\x12\xf2\xe3\xf4\xc9\x6d\x22\xa3\x31\x43\xbe\x99\x31\xc4\xa0\x4b\x37\x7e\x58\x39\x6f\x4e\x68\x40\x73\x65\xe3\xdd\x65\x68\x40\x53\x70\x0b\x54\x45\x74\xe3\xe7\x94\x41\x47\x7b\x61\xc2\xd8\x91\xa4\xfc\x38\x7d\x20\x99\x58\x6d\xe9\xc4\x0f\x48\x87\x13\xc4\x7d\xbe\xf2\xb2\x8e\x7d\x03\xc6\x4e\x28\x98\x46\x1c\x20\x00\x4e\x42\xc0\x09\xf7\xb4\xd0\x8d\x9f\xd2\x8d\x1f\xd6\xd0\x9e\x01\xc3\x35\x3e\x2b\x3d\xfc\xd6\xe5\x0c\x4c\xb3\x74\xe2\x87\xf5\xef\x66\x40\x63\x95\x4e\x7c\xdd\x1d\x31\x07\x89\xd7\xf8\x8c\xec\xb8\x8c\x74\x22\x0e\x3f\x25\x0e\x5f\xb9\x13\x86\x38\xfc\x0c\xc1\xea\xdc\x5e\x0f\x58\x34\xf1\xd9\xdb\x71\x19\x70\x45\x37\x7e\x4a\x0c\x7e\x5c\x06\xad\x83\xec\xaa\x14\xe0\x07\x82\x7a\x28\xc0\xcf\x10\x40\x7e\xd9\x87\x05\xa4\x97\x10\xa6\x02\xcd\x2e\x88\x98\xe3\x50\xc0\xe4\xf9\x8a\xe3\xd7\xaf\x34\xbc\x06\x69\x90\x79\x9f\x21\x3c\x9b\x9b\xbc\x01\x7d\x25\x4e\xd5\x65\x74\x24\x60\x82\x4a\xe6\x7d\xf8\x59\xc5\x19\xe0\xd9\x52\x7c\xaf\xd6\x3c\x9f\x41\x32\x34\x04\x7f\x5c\x36\x0e\x28\xc0\xcf\x10\x68\x0d\xd1\x2b\xb0\x87\x12\x87\x1f\xb0\xb9\x82\x2b\x04\x52\x7c\x1f\xdc\xb9\x0c\x72\x97\xd2\x6e\x1f\xd0\xa8\x82\x28\x56\x5a\xee\xb5\x31\x95\x44\xb1\x21\x03\x0b\x21\x0a\x2d\xf7\x29\x2d\xf7\xd1\x59\x1b\x58\xd1\x10\x24\xd1\x7d\xd0\x0a\xd8\x99\x12\x68\xaf\x8d\x05\x40\xc6\x33\x04\x49\x20\x4a\x88\x60\xfb\x94\x60\xfb\xe8\xb4\x10\xde\x48\x7c\xa6\x71\x74\x16\x1b\x3c\xcb\x78\x64\x52\x68\x3c\xa6\x52\x02\xed\xa3\xd3\x0c\xf0\xec\xf8\x02\xda\xc6\x3d\xe3\x20\x39\x29\x99\xf5\xc1\x45\xa2\x00\x92\x90\xec\x7a\xe5\x2a\x21\xb2\xeb\x33\x64\x2a\xe1\x14\x05\x68\x85\x14\xd9\x47\x77\xa4\x12\x98\xca\x10\xee\xc0\xbd\x9f\x00\x99\x96\xcc\x7a\x03\xd6\x09\xc8\x94\xb1\xb2\xf1\xde\x29\x80\xd6\x21\x48\x02\x5a\x0e\x8a\xec\x33\x64\x2a\xbb\x63\xa9\x80\x88\x12\x9f\xd5\x1c\x5c\xd1\x09\x4c\x65\x28\x8a\xed\x46\x10\x02\xf8\x59\xe2\xec\xb5\xd9\x57\x06\x19\x48\x89\xb5\x0f\x58\x34\x88\xb5\xcf\xb5\x69\x34\x7c\x8c\x59\x64\x20\x97\xc8\x8d\x5c\xac\x44\xc7\x7d\x2e\x19\x58\x6e\xb9\x2c\xd0\x0a\x49\xbc\x0f\x6e\xb9\x2c\xac\xe8\x2a\x59\x97\x3f\x48\x06\x72\x09\x92\x80\x7b\xb3\x80\x24\x96\x20\x09\x6b\xab\xcf\x05\xe1\x70\x09\x99\xee\xb6\xf3\x0b\x8e\xca\xaa\x5a\xa2\xc6\xce\x11\x6b\x9f\x12\x6b\xaf\x9c\x63\x11\x6b\x9f\x12\x6b\x1f\x7d\xfc\x61\xa8\x8a\x96\xfb\x94\x96\xfb\xe0\x12\xfd\x82\xc5\x28\x59\xf7\xca\xe1\x78\x91\xd6\x5c\xc2\x39\xa0\x01\xa1\xe5\x3e\x97\x4c\xf3\x30\xc0\xb0\x30\xcd\x92\x79\x1f\xb0\x76\x16\xa6\x59\x02\xed\x63\xf8\x64\xbf\xc0\xcf\x57\xd3\x0a\xf6\x91\x7a\x91\x85\x94\x0a\xfb\x80\x9a\xb3\xc0\x39\x96\xe2\x51\x0b\xb6\xcf\x05\x1f\x51\x82\xed\x03\xfe\xcd\x82\xdd\xb2\x3e\xdb\x3e\xe0\xdf\x2c\x90\xf0\xf5\x19\xf4\xda\x1c\xe0\x2e\x58\xff\x12\x68\x1f\x5c\xfb\x58\x50\x15\x97\xa8\x8a\x5c\xa1\x45\xb0\x7d\xae\x73\xa9\xc8\x8b\x00\x08\x44\xaa\xec\xd5\x82\xed\x73\x11\xfb\x4a\xa0\x7d\x70\xb7\x63\xc1\x47\x5c\x9f\x47\x18\x5c\xbc\x45\xb0\x7d\xae\x6b\x7e\x1f\x34\x76\xbe\xf0\x10\x4b\xe8\xc8\x60\x55\x21\x39\x21\xed\xf6\xca\xc5\xdb\x45\x5a\x53\xda\xed\x83\x1b\x21\xab\xff\xfa\xe0\xfa\xe6\x8b\x49\x01\x1d\x91\x96\x7b\x6d\xce\x86\xa3\xe5\x3e\x97\x5c\x0e\x5c\x9f\x45\x32\x74\x7d\x2e\x66\xc0\xf5\x59\xf8\x95\x25\x74\x84\x1b\xaf\x0b\x14\x7c\x89\xc5\xc8\xfd\xdf\x05\x3a\xb2\xd2\xaf\x74\x7e\xc5\xf0\x0a\x05\x87\xeb\x83\x02\xfc\x5c\x9f\xf7\x69\x9c\x80\x17\xc0\xc9\x52\xe0\xde\xb0\x02\x10\x1c\x97\x1c\x15\x34\xa0\x05\x8b\x46\x92\xf2\x63\x38\x10\x44\x52\x7e\x2e\x61\x2a\xc3\x41\xe7\x02\x3b\x5f\x8f\xb6\x03\xab\x97\x14\xea\x52\x0a\xd5\xaf\x3b\xce\x45\x0a\x75\x09\x6e\xf1\xeb\x8e\x73\x11\xb8\x2f\x39\x2a\xc8\x3c\x0b\xaa\x8c\x74\xe2\xc7\x70\x20\xb8\x08\xa6\xa5\x1b\x5f\xb9\xf2\xbc\x08\xa6\x25\x21\x5f\x36\x3f\xb9\x38\x17\x79\xcd\xf5\x39\x92\xaf\xcc\x03\x0c\x74\xb2\x96\x16\x29\xa6\x0f\xcf\x22\x11\xf9\xef\x67\x6e\x24\xda\x11\x52\x91\xaf\xdc\xb0\x5e\x7e\xf6\x7a\x2e\xb9\x16\x6e\x58\xbf\xf8\x8f\x77\x2b\x2a\x6a\x2e\xaa\x14\x65\x65\xde\xcf\x2f\xe0\xc9\xfb\xf9\x92\xaf\xec\x72\xd9\xa0\xec\xcd\xb2\x9f\xf1\x7f\x21\x47\x4a\x2d\xbe\x1e\x4e\xa1\xbc\x00\x21\xaf\xf8\xf1\x16\x60\x9f\x2f\xc9\x4d\x09\xcb\x97\x0d\x9e\x0d\xca\xf2\x53\xca\xf2\xd5\xea\xfc\xf3\x25\x48\x7f\x4b\x36\xc4\x96\xfb\x05\x25\x91\xca\xfc\x57\x56\x5d\x46\xe7\x3e\x2f\xf2\x95\x79\x50\xc0\xc3\x5f\xe1\xe1\xe0\x5a\x2f\x5a\xa9\xaf\xfc\x84\x15\xff\xe7\x0b\x10\x22\x75\xfa\xb2\x41\xc3\x41\x93\x7e\xbe\x7b\xd6\x66\xef\xfe\xc2\x72\x91\x5e\x7d\xd9\x20\x50\xbf\x78\x91\xb7\xe5\x37\x1d\x09\xbf\xc0\xe5\x92\xa1\x6f\xa0\x2b\x2f\x24\xc9\x37\xdd\x08\x43\x49\x1a\xf6\x3d\x72\xc2\x1d\x25\xbf\x40\x1e\xaf\x20\x8f\xc3\x0b\x0f\xc9\xfa\xf9\x1e\xd9\x10\xa3\x17\x2f\xd9\xd6\xf7\xc8\x75\xee\xbd\x88\x9e\xfd\x94\x9e\x7d\xb5\x28\xf9\x44\xcf\x7e\xbe\x67\xb6\xc4\xfb\x14\xd5\xfa\xf9\x9e\xd9\x12\x7f\x11\x57\xf2\xea\x02\xd9\x06\xb1\xe6\x85\x5f\xf9\x8a\x5f\x79\xd8\xa5\xbd\x1c\x29\xde\x6b\xcf\x9f\xb9\x73\x10\x61\xa4\x91\xff\x95\x9d\x2e\xa3\x73\xd7\x9b\x65\x6e\x0a\xe9\xd1\xb7\x6b\x56\xe1\x2e\xbd\x1c\x2b\xde\x9e\xbf\x63\x30\x11\xa4\x7b\x47\xcd\x32\xd7\x87\x9c\xe9\xfb\x1d\x3f\x1a\xf9\x2c\x94\xf7\xe7\x3b\xb2\x3a\x5b\xe5\x17\xd1\xd2\x77\x68\xc6\x1d\x8e\xbe\xe4\x41\xdf\x3b\x7b\xc7\x36\xe6\x68\x21\x59\xfe\xb2\xf9\xe1\xc4\x89\x2e\xff\x94\x2e\xff\x57\xe6\xa6\x60\xce\xdf\x27\xbf\x69\x4f\xfa\x72\xd5\xf8\x7d\xb4\x2e\xd9\x06\x50\x1f\xdf\x99\x93\x40\x33\x39\x43\xbc\x33\x3f\xe9\x53\xe4\x8b\xd9\x96\x36\xff\x57\xe6\xa6\x60\xb7\xdf\xc8\x6f\xb2\xb5\xc0\xc9\x25\xa4\xdf\xf6\x5f\x45\xf4\x3c\xb2\x77\xf6\x48\x2f\x24\xc7\x57\x24\x47\x30\x59\x94\xf4\xe7\xbb\xb2\x36\x43\x3f\x2f\x14\x17\xa9\xea\x7f\x65\x6e\x25\xbe\xe0\x5d\x59\x1d\xfb\x07\xac\xfc\x7d\x55\xdd\xf1\x87\x34\x81\x97\xe4\xe7\x2b\x89\xba\x0d\xf6\xc9\x0b\xf4\xf2\x8a\xec\x78\x60\xdf\x38\x6a\x48\xbd\xbf\x6c\x7e\xf4\x3d\x36\xf3\x59\x62\xdb\x6a\x96\xed\x2e\x3b\x28\x7b\xb2\xec\x70\xd9\xa2\x2c\xbf\xf9\x73\x4a\x8d\xcd\x19\xd0\xd8\xd2\xb4\x9b\x9d\x12\x9b\x0f\x15\xb1\x95\xfc\xe6\x8f\x45\x8d\xcd\xa4\x96\xd8\xd2\xb6\xfb\x29\xc0\xd8\x2a\xed\xac\xf9\xcd\xea\xb6\xf8\xf0\x10\x9b\xe8\x8b\xfb\x4f\xe8\x15\x9b\xaf\x0b\xc7\xf6\x59\xf9\x66\x50\x2f\xb6\x4a\x0f\x76\x4d\x6d\xdd\xdd\x73\xbf\xac\x1d\xdb\x2e\x7b\x74\xba\x03\x3e\x1e\xc4\x96\x66\xbf\xfe\x78\xc2\xd8\x4c\x7b\x8c\x6d\x97\x65\x34\x21\x2a\x78\xd6\x20\xf4\x8c\xc1\x57\xe6\xea\x1a\xd5\xb5\xac\xce\x1d\x68\x8c\x57\xcb\x31\x39\x3c\x26\x07\xe3\x9c\xb6\xdd\x6c\x99\xd8\x0e\xe6\x2e\x0d\xb8\x39\x31\xb1\x1d\x34\xf3\xc8\x6f\x9e\x6e\xca\x49\xf7\xce\xfc\xdd\xe5\xfa\x4e\x7e\x77\xe6\xdc\x5d\x1e\x16\xa3\x3b\xb1\x09\xdd\x39\x7e\x8e\x98\xc1\xc3\x07\xb1\x9d\x59\xdd\xcf\xd6\x8b\xcd\x0f\x31\xc5\x76\xe5\x27\xbb\xab\xbb\xf8\xe4\xa5\x4f\x76\x0f\x66\xa7\xe7\x3d\x7b\xde\x3d\x09\x9d\x9e\xf7\xec\xc1\xe0\x77\x8c\x66\x5a\x70\x3f\x28\x18\x5b\x67\x82\xd2\x82\xfb\x05\xe3\xd8\x06\xab\x6f\xfc\xfd\x4d\xd7\x37\x58\x7d\x43\xab\x6f\x78\x30\x07\x3d\xbf\xd5\x4c\xb3\x4b\x62\xbb\x99\x73\x05\xea\x47\x77\x6d\x37\x73\x90\x16\x7c\x67\xff\xdc\xcc\xc1\x7d\x67\x19\xbf\xa3\x07\x4f\x56\x57\x5c\xdd\x43\x75\x42\xd2\xad\x9c\x11\xbc\x9c\x10\xdb\xa3\x68\x6b\x78\x0a\x1e\xc6\x4b\xcf\x23\x6c\x7e\xd0\x2f\x36\xe3\x43\xa1\xf7\x11\xaa\xc5\xe7\x83\xf7\x11\x62\x4b\xbb\xef\x40\x3e\x78\x20\x21\xf2\x81\x84\x6d\x67\xdb\x4d\x5a\x32\xb3\x25\x6e\xff\x64\x23\xcf\x95\x3f\x73\x75\x41\x4b\x44\x79\x3c\x31\x6f\xa6\x3c\xc6\xa6\xcc\xe9\x89\x75\x0b\x46\x59\x4f\x24\x6c\x7b\xf3\x90\x04\x4b\x4f\x9c\x47\x6b\xd3\x07\x6f\x24\xc4\x96\x8e\xc4\x71\x58\x6c\x8b\x7e\x7f\xde\xa2\xb5\xcd\x23\xb9\xa8\x6d\x3d\xf9\x33\xf7\x6d\x51\x9b\x58\x8f\x16\xae\x8f\xcd\xac\xc7\xd8\xe4\x2b\x4e\xac\xec\x4b\x65\xd2\x95\xdb\x1c\x3a\xc4\xf6\x32\x6f\x6f\xd6\xc6\xee\x7f\x59\x25\xe9\x0d\xec\xb0\xa3\xe0\x0d\xf4\x1a\xc2\x57\x76\xb8\xac\x53\x36\xd4\xb9\xe1\x22\x8f\x49\x29\x39\xdf\x36\x0c\xc5\x09\xcf\x28\xe9\x0c\x30\xc1\xc5\xc2\x11\xa1\x47\x09\xbe\x32\xff\xce\x08\x4d\xe8\x95\x82\x6a\x99\x92\xe0\x95\x82\x28\x69\xb9\xfd\xa6\x5e\x94\x9d\xea\xf6\x33\xcb\x2e\x97\xdd\x94\x3d\xdf\x27\xed\x5e\x8a\x19\x2c\x51\x32\x28\xff\xd5\xbb\x46\x4b\x9a\x5a\x52\xdd\x48\xdf\x42\x8d\x22\xc3\x6d\x7d\x93\x28\x4e\x50\x86\x1e\x26\x28\x9b\x39\x2c\x51\x1a\xb5\x89\x36\x79\x56\x2a\x63\x28\xd3\xde\x5b\xdc\x2d\xca\xc1\xec\x1c\x35\xcb\xdc\x01\xec\x7d\x39\xb2\x3a\x5a\x79\x50\x9d\x38\x90\x4e\xe6\x45\x39\x19\x4a\xe9\xc5\x6d\xa6\xb8\x04\x8f\x0b\x44\x49\x73\xdf\x76\x0f\xa5\x39\x2e\x51\xce\x95\x65\xee\xc2\x45\x33\x33\xbc\xf6\xa3\x8c\x51\x2e\x16\x91\xd8\x8c\xbf\x7a\x77\xb1\x18\x84\xe3\x9c\xbf\x7e\xc5\xa0\xa4\xb9\xf7\x4b\x89\xc1\x03\x03\x51\xd2\xdc\x1b\x0d\x8b\x62\x32\x4b\x94\x34\xf7\x7e\xbf\x30\x0a\xe6\x5e\x4f\x0a\x94\xcd\xc4\x94\x28\x83\xc1\x1c\xb9\x88\x4e\xff\x6e\x30\x2a\x23\x27\xe8\xf2\xef\x6e\x56\x8a\x70\x19\xbf\x95\x15\xe5\x66\xa0\xd3\x15\xf8\x25\xbd\x28\x37\xd5\xdd\x59\x9d\x03\x98\x62\x21\xd0\xd0\x6b\x04\xd5\xb9\xcc\x28\xb8\x82\x92\x01\x7b\x63\x67\x3d\xb4\xe4\x51\x4b\x0e\x8a\xf8\xe2\x93\x53\xe0\x2f\x3e\x8c\xf3\x93\x5f\xb4\xeb\x2c\x93\x59\x4d\x9b\x6e\x54\x24\x0a\x36\xbd\x64\xbc\x6e\x78\x23\xca\x64\xf1\x7d\xa1\x7b\x6b\xfb\xfe\x47\xd1\x6e\x94\x60\xc8\x42\x33\x7b\xb0\xcd\x83\xbe\xa7\x39\xb5\xe8\x5b\x14\xcc\x69\x59\x59\xa3\x27\x6f\xd1\xc1\xc4\x5a\x8e\xdd\xe3\xf2\xb2\x90\xde\xac\x6e\x77\x27\x5e\xaa\x7b\xef\x2c\xf3\xa0\x61\x4f\x4b\xda\x53\x3f\xd1\x14\xd5\x48\x4c\xd4\x84\x5b\x0e\x07\x7d\xd5\x50\x7e\xe8\x45\x80\xc6\x2e\xa9\xce\x7a\x46\xdd\xfe\xfe\xe4\x4f\x75\xbc\x03\x10\x35\x6d\xad\x03\xfd\xa8\xd8\xda\x9a\xb6\xd6\xcf\x19\x45\x35\xc1\x30\x6a\x06\xd7\xc7\x4f\x9a\x22\x6a\xa5\x99\x5f\x9c\xdd\xda\x0f\x7e\x10\xd5\xe9\xcd\xa8\x89\x9b\x10\x9b\x56\xe3\x26\x51\x85\x9b\xf8\xb5\x82\xa8\x04\xd7\x35\x2d\xfb\x61\x8f\x80\xe2\x7f\xa4\xe2\xff\x46\xac\x58\x2d\xcf\x1c\x35\x81\x13\x3f\xbe\x17\x15\x1b\x2d\x21\xff\xea\x67\x0e\xa2\x36\x06\x25\x71\x13\xa2\x29\xe4\xfb\xa3\xa6\x21\x26\xbe\xa9\xe6\x83\x44\x6d\x2b\xcb\xdc\x4c\x5f\x2f\x0d\xc9\xfc\xb7\x76\x78\xea\x30\xc4\x35\x03\xef\xc3\xeb\x1d\x71\xff\xa8\x19\x78\x5b\x1c\x2c\xaa\x81\xfb\x90\xd0\x7f\x6b\x4c\xcf\xc1\x80\x25\x3a\x42\xa4\x82\xbc\x7f\xd4\x8c\xc9\x4f\x3b\xa7\x4a\x4c\x5e\xf5\x6a\xea\x66\x7d\xb0\xa8\x86\x4e\x42\xcf\x00\x34\x03\xf4\x51\xb1\xdf\x35\xe1\x91\xb3\xb8\xba\x8b\x85\x29\x92\xa2\xc1\xfb\xa8\x98\xef\x9a\xe6\xfb\x74\x07\x2e\x86\x39\x81\x93\xb3\xba\x21\x9d\xf5\xa5\xbb\xa9\xa7\xed\x1b\x0f\x03\x44\x4d\xd3\xee\x67\x65\xa2\x12\xc9\xd7\x7e\x66\x99\xfb\x8d\x69\xaf\x19\xad\x9b\xbc\x12\x75\x50\x9d\xa0\x78\x73\x17\xa2\x0e\x86\x32\x31\x95\x93\xcd\x4a\xb4\x5e\xd3\xb2\x9b\x52\x12\xf5\x66\xc6\xd3\x7c\x63\x87\x2b\xe6\xbb\x26\xa8\xe2\x97\x4f\xa2\x3e\x74\x2f\x81\x13\x0b\x60\x45\x7d\x18\x4c\xc5\xdd\x7e\x9a\x21\xea\xc3\xf4\x48\xbe\x6d\x3b\xed\x80\xea\xc3\xba\xfc\x42\xf0\x7a\xda\x0e\xa3\xda\x1f\x35\x31\x95\x5f\x5b\x64\x52\xdb\xcc\xda\xdc\xb9\x49\xc7\xf5\xc4\xd8\xe6\xe7\x39\xa2\x62\x84\x6b\xc2\x2d\xbf\xe6\x8e\x08\xba\xa6\x81\x36\x7f\x24\x2a\x06\x5a\x7a\xff\x5f\x99\x27\x21\xe8\x5d\x86\xd0\x66\x90\x44\x5d\x0c\x74\x02\x2e\x67\x77\x7d\x8b\x85\x29\x5c\xde\xb4\x8e\xa8\x8b\xd5\x97\x78\xcb\xaf\x51\x79\x59\x0e\x8a\xa1\x2f\x07\xf3\x95\x18\xba\xa6\x3f\x38\xd9\xac\x2f\x83\xf9\x6a\xf5\x5d\x3e\x56\x54\xfc\x41\x4d\x9b\x7f\x79\xb7\xee\xd8\x7c\xbd\x00\x50\xad\x27\x15\xbb\x53\xb4\xb1\x67\x78\xed\xd7\x1d\x02\x71\xff\xd8\xbf\x70\xba\xfa\xbd\xf2\xd8\x0b\x5f\x2c\xf9\xc5\xcb\x45\x3b\x45\x4d\x45\xc3\x45\x17\x45\x4f\x56\x46\x19\x95\x89\x6a\x68\xfa\x49\xec\xbe\x41\x1a\xbb\x52\xbb\x7e\x3c\x21\x50\xf7\x0f\xa9\xfb\x57\x3f\x9e\x10\xa8\xfb\x87\xd4\xfd\xeb\xe5\x9d\x8a\xba\x7f\xec\xe9\x41\x7e\xff\x2c\x28\x5b\x59\xc6\xef\x68\xc8\x77\x16\xa8\x7e\x8f\x21\x76\x3c\xc8\x9e\x18\x8c\x39\x32\xb1\xef\xb4\x44\x24\x44\xbf\xd5\x10\xbb\x49\x88\xb1\xcb\x81\x5c\x76\xf0\xbb\x33\xbb\x21\xad\xff\xef\x8b\x6e\x08\xce\x65\x4f\xe4\xc6\x2f\x28\xc4\x0e\x72\xb3\xeb\x00\xf0\xfb\x67\x4c\x76\xfa\xa4\xab\xb9\x25\xa6\x28\xc6\x9e\x3e\xe9\xb2\xa9\xe1\xd5\x80\xd8\x8f\xbf\xab\xf3\x37\x0f\xaa\x3b\x64\x9a\xbd\x39\xf6\x83\x61\xfe\xe2\xfd\xb2\x5d\x07\x65\xf4\x2e\x01\x1f\x93\x79\x62\x3f\x19\xcb\x44\x60\xcc\xe6\x09\xd4\xfc\x43\x6a\xfe\xf5\x57\xc7\x09\xc9\xf7\x34\xf7\x97\xad\xd7\xde\xf9\x64\xaf\x59\xe6\xdf\x61\xd3\xf7\x0c\xc9\xfd\x50\x67\xec\x9d\xea\x7a\x56\xe7\x41\xe9\x2c\x06\x99\x74\x2b\x7b\xc5\x3e\x98\x1e\x3d\x08\xb6\x99\x80\x13\x3b\xd8\x8c\xd4\xfc\xeb\x65\xf0\x0c\x35\xff\xd8\xd3\x13\x74\x47\x97\xfb\x60\x0a\xc6\xca\x32\x2f\x59\x3c\xc1\x9e\xe0\x4c\xb7\x33\xde\x6f\xaa\xbb\xb3\xba\xf3\xcf\x62\xdd\xfd\x66\x38\xa5\xad\xb6\x75\xf6\x38\xd0\xcd\x2e\xe8\xc6\xea\x5f\x81\x74\x7f\xec\xe9\x5e\x3a\x1b\x19\x1f\xb2\x67\xc0\xee\x07\x47\x63\x9f\x7c\x72\xe6\x27\x3d\x09\xf8\x89\x5d\x7e\xc2\x2a\x5e\xb1\x4f\x86\x6c\x6a\xce\xbb\x0f\x92\xa8\xf7\xc7\x9e\x7e\xa2\xb3\x13\x82\x39\x0f\x59\x52\x73\x78\x62\xc7\x4f\xec\xe9\x0b\xac\xd0\x1b\x3b\x98\xc9\x9e\x41\x7e\x67\xfa\x08\xf2\x77\x61\x26\xa6\x8c\xc5\xfe\x32\x43\x6f\xcd\x9f\xb9\x29\x18\xf5\x3d\x81\x91\xce\x4e\x78\xf9\xe4\x9b\x9f\xfc\x99\x82\xe6\xb4\x69\xb4\x8c\xe3\x4d\xc9\x89\x06\x2e\xd2\xc4\x5e\xbc\xec\xe8\x1a\x71\x7c\x4b\x00\xdd\x4f\x99\x46\x33\xf1\x26\x5a\xc6\xf8\xdd\x4e\xb7\x99\xbf\x18\x2d\xe3\x78\xbf\x07\x1a\xad\x50\xdd\x17\xd2\xb7\xc3\x2e\xa4\x39\x37\x1a\xad\x66\x2b\xbb\x7b\xe0\xfc\x67\xb4\x04\x38\xfc\x4a\x67\xa0\x78\x1f\x2d\x0d\x9c\x95\x4e\xa3\x35\x7e\x97\x56\xcc\x7a\xa6\xd1\xb0\x62\x2d\xb1\x0a\x73\x54\xa2\xf9\x7e\x7d\x48\xe4\xbe\x39\xa7\x1a\xcd\xb9\xc5\x68\x09\x55\x0c\x9b\x68\xa4\xed\xa3\xa5\xa5\xb2\x72\x4b\x34\x2c\x55\x3b\x6b\x96\xb9\x29\x27\xcd\x4c\xac\xc2\xdc\x91\x68\x17\xdd\x4b\x3c\xc2\x9a\xe8\xd1\x08\x68\x9b\x6e\xdd\x60\xa9\xd0\xb0\x8f\x96\x86\xd1\xaf\x35\x46\xbb\x98\xbc\x4b\x06\xc2\x4a\x9e\xd1\x2e\x9b\xaa\xd6\xe5\xb7\x8c\x8b\x36\xeb\x63\x45\x4b\xac\xc2\x9c\x8e\x68\x9d\x96\xf4\x6c\x89\x07\xac\x33\x28\x09\x55\x8c\xcb\xb5\x11\xd0\xb6\x44\xa6\x07\xab\x76\x30\x3f\xe3\xce\x32\xf7\xc0\x1a\x59\xd1\xc6\x77\x36\xf0\xfd\x8a\x68\x58\xbf\x96\xb1\xae\xb5\x2d\xa3\x81\x5a\x4b\xf0\xbe\x71\x7e\x6e\x20\x15\xed\xb3\x83\xed\xb0\xbf\x6e\x37\x43\x99\x48\x85\xd9\x1b\xd1\x40\x2a\x24\x8e\xdf\x0e\x16\x03\xc1\x73\x4b\x3c\x7b\x30\x94\x0f\x13\x9e\x96\xcf\xfc\x8d\x68\x0f\xfd\x16\x8c\x51\xfc\x02\x63\x34\x50\x6b\xe9\xe1\x37\x0e\xf2\x6d\x32\x94\x42\x31\x8a\x35\x57\x02\x15\xfc\x68\x33\x3f\x59\xdc\x94\x60\x5d\xca\xf4\x15\xbf\xb4\x18\x0d\xd3\x27\xdd\xfb\x52\x36\xb6\x16\x68\x71\x13\x97\xa4\x58\x26\x25\xd0\xb4\x8f\xb6\xf2\x77\x86\xbb\xdb\x62\x7e\x24\x59\x5c\xcc\xd3\x88\x86\xed\x6b\x6f\x7e\xd3\x66\xb8\xbd\xf4\xe1\xcd\x3e\xd8\x89\x22\x5e\x1f\xc7\x96\x7d\x30\x60\x84\x7a\x7d\x1c\x5b\x7e\xd3\x88\xc3\x61\x5e\x48\x1c\x9f\xb1\xfb\xca\x4e\x97\x05\x65\x59\x9f\x23\x12\xb4\xed\x43\xda\xf6\xe5\x3b\x80\xba\xac\x51\xf6\x39\x27\x93\x5c\xe3\x20\x7b\x78\x94\xfc\xa4\xbd\x13\xc2\xf7\x71\xd4\xfc\xa4\x33\x57\x07\xd6\x4f\xa2\xf8\x5f\x99\xbb\x50\xe9\x42\xcd\x6f\x7a\x07\x1d\x80\xd0\xc7\xae\xd5\x42\xcf\xc9\x03\x4a\xd0\xbe\x14\x3f\x26\x18\x07\x48\x85\x14\xee\x6b\xaf\xfc\x6c\x51\x94\xb5\xd9\xe2\xa0\x7e\x1f\x52\xbf\xff\xca\xfc\x3b\xec\xf0\xd1\xb2\x3a\x9f\xdf\x0e\xe0\xe4\xa3\x65\x75\x1e\x30\x40\x0c\x89\xdc\x57\x33\x75\xe3\x20\x7b\x78\x7c\x61\x65\x29\x66\x48\xc4\x01\x88\x71\x7c\xd6\xba\x1d\xcc\x1c\x18\x86\x04\xf0\x2b\x31\x00\x02\xf8\x21\x01\xfc\xef\x8b\xfc\x8c\xc5\x20\x89\xfb\x62\x65\x9a\x38\x4e\x26\x5c\xec\x0f\x3f\x08\x10\xc7\x49\x6d\x67\xd6\xf6\xb3\x9c\x91\xa4\x0f\x49\xd2\xd7\x6e\x8b\x8f\x24\x7d\x1c\xb2\xf8\xc5\x2a\x28\x81\x26\x7d\x48\x93\xfe\x2b\xe3\x93\x0f\x65\x53\x9f\x74\xfb\xb1\xf8\x87\x70\x8a\x62\xe1\xb8\x38\x3a\xed\x17\x97\xb0\xb3\x77\x7c\xd3\x32\x0e\x59\x75\x22\x18\xa4\xe7\xe3\x18\x9b\x8a\x3c\xa1\x84\xb4\xc7\xc8\xca\x6c\x4b\x0f\xb0\x69\x29\xd4\x7f\x65\xee\x37\x06\xff\x10\x82\x51\x0a\x23\x09\x36\x2d\x21\xfa\xe6\x67\xbf\xe3\x20\xdf\x78\xdc\x39\x24\x0e\xbc\x0f\x72\x8a\x47\xda\x52\x6b\x98\xc5\x01\x24\x7c\xcc\x6c\xca\x1f\x0a\x1e\xc4\x41\x94\x79\x28\xca\xec\x3e\x74\x1c\x44\x99\x47\x9a\xe1\xc2\x7e\x9c\xb4\x66\xe6\x2a\xb2\x47\x3b\x48\xf5\x1d\x91\xeb\xd9\x6e\xeb\x08\xa6\x21\xb2\x3a\x4f\x2c\xf9\x3c\xe9\xd0\x7f\x3f\xfb\xb1\xb4\x08\xd1\x87\x84\xe8\x2b\xe1\x1b\x42\xf4\x21\x21\xfa\x4a\xf4\x86\x10\x7d\x1c\x69\xd7\xcd\xfd\x08\x94\xe8\x43\x4a\xf4\x5f\x99\x3b\x80\x5d\x3f\xde\x9c\x75\xa3\xef\xc7\xcb\x12\x13\x11\xd0\x8f\x11\xc4\xf1\xd2\x37\x11\x01\xfd\x36\x5d\x1c\xa4\x01\x0f\x3d\x5d\x5b\x8a\xe1\x0d\xc4\xe8\x43\x62\xf4\xd5\xa2\x8b\x81\x18\x7d\x9c\xe9\x0c\xe0\x84\xa0\x46\x1f\xa7\x48\x82\x05\x4e\xc8\x89\x33\x38\xd3\xe0\x5b\xb2\x28\x4e\x30\x0c\x89\xcc\xd7\xee\xe3\xe2\x09\x86\x71\xa6\xbd\xb7\x45\x3c\x4d\x12\x0c\x89\xcc\x7f\x9b\xce\xb5\x11\xed\x9e\xe9\x0b\x7c\xe9\x38\xd0\x96\x8f\x33\x7d\x81\x45\x50\xe2\xc4\x17\x48\x4c\xfe\x2b\x73\xcf\xc1\x1c\xce\xb4\xf7\xdd\x3f\x23\xe9\x78\x0a\x73\x28\xbe\xba\x1b\x27\x98\xc3\x29\xcc\xa1\x33\xcc\xc4\xd6\xd2\x90\x2f\xc5\x37\x63\xe3\x6c\xfc\x4c\x17\xe0\xfd\xa6\x42\x9c\xa4\x01\x25\x1a\xff\xfd\xcc\x43\x89\xe1\x96\x6a\x7c\x29\xd5\xf6\xe6\x04\x20\x90\x8c\x7c\xf5\xfb\x6a\x81\x8c\x7c\x48\x46\xfe\xfb\x99\x5b\x02\x23\x44\x92\xf2\x5f\x99\x9b\x82\xe5\x96\x5a\xfc\x57\xe6\xf1\x22\x24\x97\x3c\xfc\x57\xe6\xfa\xfc\x6c\x79\x9c\x32\xdd\xc3\x80\xd6\x49\x66\x51\x22\xf0\xa5\x54\x23\xd3\xe7\xc5\x42\x11\xa7\xcf\x42\x96\x81\x2a\x7c\x9c\x57\xd6\xe6\x6d\x7c\x5e\xcc\xea\x95\xeb\xd2\xf6\xed\x84\x64\x22\xf5\xf8\x06\x5a\x7f\xe2\x0d\xce\x2b\x5b\xe2\xa0\xe1\x04\xb5\x3e\xbb\x16\x83\x23\xf2\x93\xa4\xa3\x84\xe0\x4b\xb1\xbe\x4a\x9c\xa0\x18\x52\x86\xaf\x1c\x98\x50\x86\x8f\xb3\x67\x6d\x6c\x3a\x28\x26\xa7\x48\x82\xa5\x1a\xdb\x39\xb1\xf9\xe7\xc8\xea\xd8\x3d\x24\x16\xcf\x3b\xa7\x95\xc5\x47\xdc\x2d\x9d\xf7\x52\x76\x36\x2b\x86\xfd\xbc\x57\x96\x79\xa0\x1f\xda\xa2\xe0\xba\xec\x2c\x23\x72\x84\x29\xbf\x5e\x20\x99\x9c\xc0\x0a\xa7\x60\x05\x5f\x16\x88\x93\xe0\xfa\x4c\x5f\x61\xf1\x93\x38\x27\x93\xa0\x67\x47\x0a\x2c\x13\x74\xdb\x23\x75\xdb\x87\xe3\xf5\x13\xda\xc7\x29\xda\x07\x47\xc5\x13\x5f\x20\x9d\xf6\xca\x49\xf1\x0c\xc6\x24\x23\x72\xb8\x29\xa8\xb3\x87\xd4\xd9\x1b\x79\x96\x13\x37\x71\xa6\x9b\x80\xb6\x82\x3c\x7b\x48\x9e\xfd\x2b\x73\xbf\x17\x53\x97\xce\xc0\xba\x29\x71\xe2\x0c\xce\x95\xdf\xa4\x07\x2f\x3d\xf8\x6c\x7f\x23\x3f\x73\x92\xa8\x3c\xdf\xec\x81\xc3\x94\x13\x0c\xe3\x14\x86\x31\xd8\xe3\x84\xff\x67\x86\xff\xbb\xf7\xf8\x05\xef\x43\xca\xea\x5f\xd9\xe9\xb2\x83\xb2\xac\xce\xc1\xe0\x05\x68\x7d\x6d\x1a\xb0\xc2\xcf\x6c\x4a\xaf\xcf\xf6\x37\xf8\x1b\x17\x29\x4c\xa9\xa4\x97\xb2\x3b\x8a\xbf\x80\x37\x52\x36\x7d\x38\x63\x8f\x6c\x7a\x5c\xe9\x0c\xfc\x76\x60\x5c\x50\x07\xa5\x93\xfe\x95\xb9\x73\x38\x83\x2b\x83\x7f\xdf\x22\x8e\x0b\xdc\x5a\x9a\xe7\x95\x73\xfc\x45\x0a\xf3\xda\x73\x56\x1d\x18\x5c\xf0\x03\x2f\xf1\x03\xad\xc3\x1a\x17\xe7\x82\x2b\xfd\x84\x1f\x24\x0c\x54\xd0\x43\x2a\xe8\x8d\x14\xd9\x05\x3d\xf0\xca\xd8\xdf\xca\x2b\x71\x91\xc1\x94\x4a\x79\x29\xf0\x8a\x2e\x1c\x85\x64\xcb\xbf\x32\x37\x05\x0c\x46\x12\xe6\x75\x30\x5e\xf8\x90\x2b\x7d\x08\x34\x99\x0b\x47\x71\x29\xc2\xf7\xb5\x8e\x40\xee\x3c\xae\xe3\xef\x96\xfc\xec\x90\xeb\xa4\x36\xc9\x69\xf9\x5e\x47\x5c\x24\x30\x2f\x25\x30\x4b\xb3\x1b\xbf\xf0\x05\x12\x38\x6f\xe4\xf8\x50\x35\x8f\x2b\xdd\x84\xb5\x5e\xe2\x82\x64\x72\x5d\x35\xcb\xfc\x3b\x7c\x81\xc4\xca\x4b\x69\x8c\x33\x90\xf6\x25\x48\xdb\xaf\x62\xc4\x45\x2a\x52\x6a\xe5\xa5\x58\x09\x26\x2e\xd0\x99\x4b\x71\xfc\x18\xe5\xbf\x46\xba\xb5\xfe\xb7\x81\xee\x05\xe3\xf0\x4a\x4f\xd1\x9c\x74\xb8\xa0\xa0\x48\xf8\xfc\x2b\x73\x63\x70\x07\x52\x3a\x2f\xa5\xd9\x36\x5c\xa0\xda\xd7\xc8\xc6\x78\x34\x81\x75\xae\xa1\xee\x19\x15\xb9\x48\x6f\x5e\x79\x38\x20\xcb\x7f\x01\x6a\x5f\x77\x8e\xa6\x73\x0e\x17\x00\xcd\x25\xc2\x5e\x25\x5b\x77\xc1\xca\xbb\x64\x8a\xaa\x1f\x39\x7f\x51\x4f\x7a\x9f\xad\xfd\xaf\xbf\x76\xab\xe5\xbe\xcb\xc1\xe0\xbb\xf4\x96\x10\x2f\x59\xbf\xdc\xcc\x7b\x57\x6e\x3b\x3f\xc7\xf1\x2e\x93\xbb\xde\xd5\x5a\x96\xb5\x9f\x32\xcb\x80\xbe\xeb\x8b\xab\xbe\x53\xc3\xcf\xef\x5e\x9b\xb7\x57\xb7\x10\xbe\xb2\xfa\x53\x76\x53\xa6\x54\x2b\xbf\x32\x8b\xf1\x15\x43\xdd\x0a\xa1\xef\xeb\x23\xca\xfb\x4e\xbd\x15\x70\xfe\x94\x04\xbf\x91\xc4\x62\x71\x3d\xc1\x6f\x3e\x37\x63\x69\xcb\x17\xfa\xf9\x2b\xba\x79\xb1\x2e\x63\x79\xcb\xcf\x48\x95\xb7\xd4\x1c\xa9\xed\xf8\xaf\x0b\xef\xfb\xcf\xbf\xde\xff\xf8\x1f\xff\xfb\xff\xdc\xff\xf8\xbf\xf7\xbf\xae\xbf\xe6\x7f\xfe\xf3\x9f\xeb\xdf\xfe\x23\xfe\x65\xfe\xc7\x5f\xff\xf3\xfb\xeb\x5f\xb1\xde\x7f\xf9\xb7\xf5\xcf\xf5\xff\xfe\xfd\x3f\xff\x39\xd7\x5f\xff\xf8\xf7\x7f\x7c\xbf\xd2\xbf\xff\x1f\x00\x00\xff\xff\xaa\xf1\x6a\x04\xb3\xc9\x03\x00"); +var _bcbag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x93\xc1\x8e\x9b\x30\x10\x86\xef\x3c\xc5\x1c\xb7\x87\x6d\x3c\x80\x21\x48\x15\x52\x37\x51\xb7\x1c\xb6\xad\x9a\xcd\xb6\x52\xd5\x03\xc1\xe3\xd4\x52\x63\x90\x81\x43\xde\xbe\xb2\xc1\x83\x7a\x40\xe6\x9b\x7f\xc6\xfe\xc7\x0c\xbb\x43\x73\x6c\xac\x99\x60\xf7\xcd\xf5\xdd\x89\x26\xd0\xc6\x2a\x47\x63\x3f\xbb\x8e\xe0\x42\x57\x63\x93\x04\x53\x50\xa6\x9b\x22\x86\xa5\xbb\xb5\x43\x92\xec\xce\xd6\x3c\x3f\x3d\x9e\x5f\x3f\x65\xe9\xe3\x67\x98\x47\x5a\xe3\x87\xe6\x78\xba\x8f\x13\xdd\x1a\xab\x7b\xc8\x96\x7a\x35\x0f\xeb\x1e\x00\xbb\xef\x74\x35\xe3\xe4\xee\xf0\xf0\x51\xf5\x17\x7a\x07\x8a\xb4\x8f\x7f\x75\x8a\x9c\xb1\x57\x78\x78\x7e\x42\x8e\x9e\xe6\x61\xf8\x4b\x37\xb2\x13\xc8\x10\x23\xab\xc2\x9a\xec\x0e\x2f\xed\xf0\xa5\xbd\x11\xfc\x67\xe6\x2d\xa8\x41\x7c\x23\x37\x9a\xde\x02\xbe\x17\xa2\xdc\xc2\xaf\xf7\x81\x00\xd7\x4d\x7e\x9e\x9b\x23\xfc\x42\x40\x01\xa9\x2c\x44\xfe\x7b\x8d\xff\x78\xe9\x15\x67\x61\xb9\xd8\xef\x8c\xea\xfe\xb4\x2e\xf9\x20\x84\x10\xa9\xc0\xbc\x06\x59\xed\x23\xa6\x85\xc7\x6a\xc1\x4c\x08\xac\x41\x96\x92\x31\xf5\x98\x47\xc4\xac\x86\xb2\x14\xc5\xc2\x5a\x2f\xd9\x7b\xc6\xce\x63\xc6\x48\x21\xbb\x8c\x8c\x2a\x30\xa7\xa3\xf6\xe9\x55\xc4\xec\x12\xe4\x8d\x43\x3a\x0a\x66\x5d\x43\x21\x18\xe5\xc5\x1b\x67\x2b\x52\x79\xe4\xb3\xe4\x72\x76\x1e\x99\x82\x73\x44\xff\x25\xe2\x85\x24\x05\x5f\x90\x6b\xed\x95\xb8\xe9\x7d\x0d\xf1\xd5\x5b\xdc\x6f\xfd\x0b\x56\xd0\xb7\x5e\x6d\x4a\xbe\x29\xd2\xd7\xa4\xac\x14\x9b\x52\xfa\x9a\x94\xef\x27\x9e\xa3\xb5\xa8\x7c\x0d\xf7\x86\x2d\x2b\xe8\xdb\x2c\x8b\xd5\xf7\xe2\x33\x80\x9f\x5c\x1e\xa6\x6e\x76\x8e\xec\x14\xe6\x36\x8c\x8b\x1f\x01\x63\x89\xff\x8d\xa1\x1f\x7c\x55\x78\xfe\x05\x00\x00\xff\xff\x0f\x79\x9f\xed\x47\x03\x00\x00"); +func _ffae ()(*asset ,error ){_egbb ,_bbgd :=_bddeg ();if _bbgd !=nil {return nil ,_bbgd ;};_dbga :=bindataFileInfo {_c :"UniJIS-UCS2-HW-V",_ed :4243,_cg :_g .FileMode (436),_ca :_d .Unix (1580492906,0)};_fgbfa :=&asset {_fdf :_egbb ,_ff :_dbga };return _fgbfa ,nil ; +};func _dfff ()([]byte ,error ){return _fd (_cbee ,"UniGB-UTF32-H")};var _cbdc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x30\x14\x85\xdf\xf5\x2b\xf4\xd8\x3d\x74\xd1\xbd\x96\x25\x19\x4c\x61\xb4\x2b\x84\xd2\x6d\xb4\x63\x7b\x76\x6c\x39\x18\x16\xdb\x38\xce\x43\xff\xfd\xb8\xf7\x38\x19\xec\x21\x38\xfa\x22\x9d\x88\xef\x58\xda\x3d\xee\x9f\xf6\xe3\xb0\xda\xdd\x8f\x65\x6a\xdf\xf3\x6a\xfb\x61\xec\x96\x7c\x9e\x2e\x4b\x9b\xed\x21\x1f\x87\xd1\x18\x62\xdb\x0d\xed\x7a\x1d\xea\xa3\x3d\x35\xb3\x31\xb2\xfe\xfd\xe3\xbc\xe6\xd3\x7e\xec\x27\x5b\x60\x5e\x77\x99\xb7\xb9\xd6\xee\xde\xf2\x71\x38\xaf\xcb\x87\xbd\xfb\xd2\x4d\x87\xfc\xc9\x76\xb9\x17\xfe\x7d\xe9\xf2\x32\x8c\x47\x7b\xf7\xf2\x76\x83\xef\x97\x79\xfe\x93\x4f\x79\x5c\xad\x57\x96\xc7\x4e\x9f\x66\xf7\xf8\xda\xcc\xdf\x9a\x53\xb6\x3b\xcd\xb9\x7f\x79\xbb\xc7\x14\xfd\xe5\x57\x5e\xce\xc3\x34\x5a\xfa\xec\x1c\xff\xc3\x3f\x3f\xe6\x6c\x69\x4b\xf8\xfd\x3a\x75\xd9\xba\x6b\xde\xfe\xe9\x71\xba\x8c\xab\x25\x4a\x31\x01\x12\xb6\xdd\x4e\x5d\x3e\xcf\x4d\x9b\x97\x66\x3c\x66\x63\x6d\xed\x9c\x73\x0f\xb6\xe6\xaf\xcf\xcf\x0f\xb2\xa7\xff\x66\x18\x1f\xb7\x95\x43\x07\x72\x5d\xe1\x5c\xdf\x3f\x58\x67\x6a\x47\x18\x93\x8c\xb9\x0c\xa6\x76\x0c\xc2\x42\x4a\x62\x53\xbb\x02\xa4\x10\x12\x43\x32\xb5\xf3\x20\x5e\x08\x39\xf6\xa6\x76\x25\x50\xa9\x88\x93\x64\x07\xa0\xa0\xa8\x2c\x24\x3c\x02\x45\x45\xb1\x92\xf4\x04\x94\x74\x07\xce\x4b\x7c\x05\x54\x29\x2a\x9c\xc4\x37\x40\xcd\xb6\x4f\x89\x3f\x00\x1d\x14\x25\x92\xf8\x16\xa8\x15\x54\xb8\x28\xf1\x1d\x50\xa7\xa8\x60\x89\xcf\x40\x59\x51\x99\x24\xbe\x07\xea\x15\x25\xef\x4c\x4d\x30\x45\x6a\xca\xbb\x2a\x98\x9a\x20\x8b\x54\x96\x2f\x4a\x36\x35\xc1\x16\xa9\x2d\x1f\x5c\x32\x35\x41\x17\xa9\x2e\x9f\x82\x37\x35\xc1\x17\xf9\xcd\xa9\xc4\xc3\x17\xa9\xaf\xb2\x88\x12\x0f\x5f\xa4\xbe\xca\x50\x48\x3c\x7c\x91\xfa\x2a\x53\x92\x78\xf8\x22\xf5\x15\xc8\x4b\x3c\x7c\x91\xfa\x0a\xde\x49\x3c\x7c\x91\xfa\x0a\x41\x8a\x25\xf8\x22\xf5\x15\x2a\x69\x96\xe0\x8b\xd4\x57\x24\xa9\x96\xe0\x8b\xd4\x57\xf4\x52\x2d\xc1\x17\xe5\xad\x7f\x89\x87\x2f\x52\x5f\xb1\x92\x6a\x79\x7b\x17\xd5\x57\x22\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa5\x5a\x86\x2f\x56\x5f\xa9\x92\x6a\x19\xbe\x58\x7d\x55\x2c\xd5\x32\x7c\xb1\xfa\xaa\xbc\x54\xcb\xf0\xc5\xea\xab\x8a\x52\x2d\xc3\x17\xab\xaf\xaa\x92\x6a\x19\xbe\x38\x5d\xdf\x55\xc9\x87\x30\xae\xc0\xbc\x94\xcb\x30\xc6\x0d\x58\x94\x76\x19\xca\x58\x95\x49\xfb\xf2\x17\x70\xc6\x2d\x18\x4b\xbf\x0c\x69\xdc\x81\x95\x52\x30\xc3\x1a\xe7\x50\x0a\x8b\x31\xe8\x09\xbd\x9e\x44\xf9\x2e\x77\xd5\xed\xfe\x68\x2f\xcb\x92\xc7\x55\x6f\x2a\xbd\x24\xe4\xec\x0f\x63\xbe\xdd\x7a\xf3\x34\xcb\x2a\xfd\xfc\x0d\x00\x00\xff\xff\xf5\xca\x92\xc4\x21\x05\x00\x00"); +func _bcfca ()(*asset ,error ){_eeag ,_dgca :=_ecbfd ();if _dgca !=nil {return nil ,_dgca ;};_cdc :=bindataFileInfo {_c :"GBKp-EUC-H",_ed :80839,_cg :_g .FileMode (436),_ca :_d .Unix (1580492102,0)};_acag :=&asset {_fdf :_eeag ,_ff :_cdc };return _acag ,nil ; +};func _egdb ()(*asset ,error ){_cgag ,_geda :=_cfd ();if _geda !=nil {return nil ,_geda ;};_fdbd :=bindataFileInfo {_c :"UniGB-UTF8-H",_ed :235585,_cg :_g .FileMode (436),_ca :_d .Unix (1580492783,0)};_bcbe :=&asset {_fdf :_cgag ,_ff :_fdbd };return _bcbe ,nil ; +};func _dede ()(*asset ,error ){_dbccf ,_ggaac :=_dgfa ();if _ggaac !=nil {return nil ,_ggaac ;};_gegf :=bindataFileInfo {_c :"KSC-EUC-V",_ed :711,_cg :_g .FileMode (436),_ca :_d .Unix (1580492499,0)};_cggfb :=&asset {_fdf :_dbccf ,_ff :_gegf };return _cggfb ,nil ; +};func AssetNames ()[]string {_fgac :=make ([]string ,0,len (_cbbee ));for _abbcd :=range _cbbee {_fgac =append (_fgac ,_abbcd );};return _fgac ;};var _efag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9b\x4b\xcb\x27\xc9\xd1\xdd\xf7\xcf\xa7\xf8\x2f\xe5\x85\x3c\x15\x95\xb7\x4a\x68\x1e\x90\x75\x41\x83\x91\x6c\x3c\xbe\x81\xf1\xa2\x32\x32\x73\x68\xf0\x74\x37\x3d\x3d\x0b\x7d\x7b\x13\xe7\x57\x23\x5b\xf6\x0b\x7a\x17\x22\x34\xa7\x23\x2f\x75\x2a\x2e\x27\xb3\xfe\xcf\x77\xbf\xff\xfe\x0f\xdf\x7f\xfa\xf8\xed\xf5\xdd\x7f\xfc\xfa\xd9\x7f\x58\xdf\x5e\xfb\xe3\xa7\xf9\x75\xfd\xfc\xf9\x97\xaf\xbe\x5e\x63\xfd\xf8\xf1\xd3\xdb\x9b\x9d\xaf\xf9\xd1\xbf\xfd\xfa\x9f\x32\xfe\xd3\xfd\xe5\xed\x2d\xc6\xff\xf0\xb7\x9f\xbf\xad\x9f\xbe\xff\xb4\x3f\xbf\x12\x7e\xf3\x97\x2f\x8f\xef\xeb\xf5\xdd\x7f\x5a\x3f\x7e\xfc\xf9\xdb\xd7\xbf\xbd\x7e\xf3\xbb\xf9\x79\xac\x7f\xf3\x9a\x6b\x07\xfe\x1f\xbe\xce\xf5\xf5\xe3\xa7\x1f\x5f\xbf\xf9\xfd\x5f\x7f\xb0\xbf\xc3\x3f\xfc\xf2\xe5\xcb\xff\x5a\x3f\xad\x4f\xdf\x5e\x26\x6c\x7d\x9a\xb2\x6f\xdf\xfd\xfe\x2f\xf7\x97\xbf\xde\x3f\xad\xd7\x77\x7f\xfe\xf7\x3f\xe5\x66\xbf\xfd\x77\xe5\xb7\x7f\xd6\xbf\xe9\x9f\xfe\xeb\xfa\xfa\xf3\xc7\xcf\x9f\x5e\xf6\x6f\x8f\xa3\xfe\x1f\xf8\x3f\xff\xed\xcb\x7a\xa6\x7a\xfb\xee\xbf\xff\x97\xef\xff\xf0\xfa\x1f\xf6\xb2\xe3\x75\x96\x72\x96\xff\xf9\xe0\xff\xed\x2f\x9f\xe7\x7a\x1d\xfc\xd7\xc9\xe6\xfd\xf3\x5c\x3f\x7f\xb9\x7d\x7d\xbd\x3f\xfd\xb8\xde\x5e\xaf\x0f\xc7\xf1\xfe\x7a\xbd\x3e\x5c\xc7\x7b\xfc\xd7\xef\x2c\x1f\xef\xaf\x0f\x7f\xfa\xe3\x9f\xfe\xf8\x1e\xbb\xfc\x7f\xfc\xdf\x8c\x69\x3e\x7d\xfe\x36\xd7\x06\xd3\x0c\x1f\x6c\xbf\xbf\x2c\x46\xfc\xdf\xff\xf4\x66\xc7\xf1\xac\xfb\x71\x3e\xde\x67\x78\xb7\x15\xde\x1f\x6e\x56\xbb\xad\x5c\xef\xaf\xde\x03\x28\x1d\xc0\xdf\x5f\x96\x5a\x4e\xc2\xa6\x30\x0d\x3a\xaf\x40\x6e\x13\xb2\xcb\xfb\xcb\xea\x19\xc8\xae\x20\xf5\xfd\x75\x66\xf9\xec\x06\xd2\x02\x69\x42\x2e\x90\x15\x48\xac\x76\xb2\xfc\x19\x33\x9f\xa5\x06\xc2\xcc\x67\xf8\x24\x0b\x9f\x84\x4f\x0a\x9f\x6c\xb1\x9f\x84\x4f\x1a\xe3\xfd\x95\x5b\x8c\x4a\x63\x82\xec\xf7\x57\x39\xc2\x27\x33\x2a\xc7\xa8\xd2\x4b\x20\x8c\xca\x31\x73\x2d\xb1\xc3\x82\x4f\x09\x9f\x56\xe2\x29\x0a\x3e\x25\x7c\x2e\x8b\x51\x15\x9f\x1a\x3e\xfd\x88\xfd\x54\x7c\x6a\xf8\xf4\x16\xa3\x1a\x3e\x4d\xfc\x1c\x35\x36\xd4\x70\x6a\xe1\x64\x76\xc6\xb8\x0b\xaf\x0b\x16\xcf\xd8\xe4\x85\xd7\xb5\x21\x36\x06\x76\xbc\xba\xbc\xd2\x75\x04\x84\x57\x97\x57\xd6\x1b\xb9\xf1\xba\xe5\x55\x52\x90\x7b\xe3\x75\xcb\xab\x1e\x31\x70\xe0\x35\xe4\x55\x7b\x0e\x08\xaf\x21\xaf\x56\x62\xa0\xe3\xe5\xf2\xba\x4a\x44\x85\xe3\xe5\x7b\xbe\xbf\xac\x5b\x0c\xf4\x18\xf1\x98\x33\xa7\xf0\x9a\x0c\x9c\x7a\x79\xc7\x11\x73\x4d\x06\x4e\x79\x1d\x2d\x36\xb1\xf0\x5a\xf2\xb2\x1a\x73\x2d\xbc\x96\xbc\xce\x33\x06\x6e\xbc\xb6\xbc\xd2\x19\xd3\x6f\xbc\xb6\xef\x80\xae\x18\xb8\x27\x5e\xcf\x26\xce\xb7\x0f\xe3\xd0\xc0\x71\x68\x60\x6e\x3d\x20\x0d\x1c\x87\xbc\x4a\x0e\x2f\xc2\x7c\x28\x82\xcf\x9a\x6a\x40\x78\x11\x8c\x35\x62\x7f\x10\x8d\x83\x68\x6c\x3d\x05\x84\x97\xc2\xf1\xbc\x22\x42\x07\xf1\x38\x14\x8f\x67\x2f\x47\x40\x78\x25\x05\xed\x11\x31\x3a\x88\xbf\xa1\xf8\x4b\x16\xe4\x0c\x02\x70\x64\x42\x3b\xc8\x19\x44\xe0\x50\x04\xa6\x33\xc8\x19\x84\xe0\x50\x08\xa6\x14\xe4\x0c\x62\x70\x28\x06\x53\x0e\x72\x06\x41\x38\x14\x84\x29\x07\x39\x83\x28\x1c\x8a\xc2\x54\xda\x15\x10\x5e\x8a\xc2\x54\x73\x0c\x24\x0a\x87\xa2\x30\xb5\x54\x02\xc2\x4b\x51\x98\x5a\x8f\x81\x44\xe1\x50\x14\xa6\xab\x07\x85\x44\xe1\x50\x14\xa6\x5e\x62\x20\x51\x38\x14\x85\xf9\x88\x84\x1e\x44\xe1\x50\x14\x66\xb3\x18\x48\x14\x0e\x45\x61\x3e\x8f\xa0\x90\x28\x1c\xc3\x5b\x40\x35\x06\x0e\xbf\x04\x69\x60\x8a\x44\x1b\x04\xe6\x50\x60\xe6\x24\x72\x08\xcc\xa1\x28\xcc\x59\xe4\x10\x85\x43\x51\x98\x8b\xc8\x21\x0a\x87\xa2\x30\x17\x91\x43\x14\x8e\x55\xec\xfd\x95\xab\xc8\x59\xe5\x04\x3a\xb5\x22\x50\x12\xa4\xb9\x6a\x8f\xad\x12\xab\x43\xb1\x9a\x5b\x8e\x97\x46\xac\x0e\xc5\x6a\xbe\x52\x4c\x4f\xac\x0e\x05\x66\xbe\x7a\x7b\xfb\xe0\x04\xa6\x2b\x30\x73\xef\x16\x90\xbc\x5c\x81\x59\x8e\x92\xdf\x3e\x38\x81\xe9\x0a\xcc\x62\x51\x37\x9d\xc0\x74\xbb\xef\xf7\x57\x39\xcd\x04\x0d\x41\x1a\x78\x9e\xe7\xdb\x07\x27\x56\x5d\xb1\x5a\x52\xb0\xea\xc4\xaa\x9f\x1e\x03\x53\xb0\xea\xa7\x0f\xa0\xa1\x81\x26\xc8\x05\x69\xae\xac\xe9\x89\x68\x4f\xf5\x08\x28\xca\xb9\xa7\xaa\xb9\x14\xe4\x25\x07\x13\x4e\x90\x7b\x1a\xd7\xfb\xab\x94\x53\xd0\xe8\x40\x3d\xa0\xa2\xb9\xc6\x0d\x74\x0b\x3a\x04\x69\x13\xca\x8e\x52\xa2\xce\x3a\xd9\xe1\xb9\x94\xf7\x57\xa9\x67\x78\xe5\x52\x81\xaa\x56\x2c\x82\x9a\x20\x6d\xa2\x66\x0d\x64\x13\xca\xa1\x52\xaf\x80\xc8\x21\x57\x0e\x95\x16\xed\xc0\xc9\x21\x57\x0e\x95\x2b\x05\x13\xe4\x90\x57\xfa\x41\x4a\x6f\x1f\x9c\x20\xf7\x9e\x63\xf7\x5d\xcf\xd8\xf3\x0d\x74\xbf\xbf\x6a\x74\x3a\xef\x59\x9b\xef\x75\xbc\xbf\xea\x21\x9e\x7b\x15\x83\x4a\x8e\x7a\xe4\x43\x6d\xfa\xd7\xf6\xfa\x2f\x75\x5c\x27\x77\xbc\x47\x97\xaa\x47\x89\xfd\xf4\xb1\x80\x34\x49\x02\xda\x82\x96\x07\x74\x69\xf5\x35\x05\xa9\x67\x59\x64\xab\x93\x74\xae\xa4\xab\x56\xe2\x41\x48\x3a\xbf\xa3\xf7\xd6\xd3\x62\x8f\xb7\x9a\x2f\xa6\x5a\xc4\xa8\xdf\xea\xbe\xae\xd4\xac\xe9\x08\xea\x48\x4d\x57\x6a\x56\x25\x9d\x93\x9a\x3e\xf0\x8a\xf6\xe6\xe4\xa1\x2b\x0f\x6b\x8e\xf6\xe6\xe4\xa1\x3b\xbd\x34\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x3c\xac\x35\xda\x9b\x93\x87\xae\x0c\xab\x2d\xda\x9b\x93\x61\xae\x0c\xab\x57\xb4\x37\x27\xc3\x5c\x19\x56\x7b\xb4\x37\x27\xc3\x5c\x19\xd6\x8e\x68\x6f\x93\x0c\x9b\xca\xb0\x76\x44\x7b\x9b\x64\xd8\x54\x86\x35\x8b\xf6\x36\xc9\xb0\xa9\x0c\x6b\x67\xc4\xe8\x24\xc3\xa6\xd2\xa9\xa5\x68\x6f\x93\x74\x9a\x4a\xa7\x96\xa3\x18\x4c\xd2\x69\x2a\x51\x5a\x6e\x31\x90\x44\x99\x09\xc1\x50\x4b\x40\x78\x29\xb8\x9b\x42\x66\x12\xdc\x53\x61\xdb\x5a\x64\xeb\x24\x6c\xa7\xc2\xb6\xb5\x2b\x06\x12\xb6\x13\xf1\x71\x45\xe3\x9a\x84\xed\x54\xd8\xb6\x1e\xf1\x3e\x09\xdb\xa9\xb0\xbd\x8e\x68\x5c\x93\xd2\x3f\x6b\xe4\xf4\x75\x44\xe3\x9a\x55\x39\x8d\xb9\x5a\x44\xce\xac\x3e\x05\xa1\x64\x82\xd5\x49\x83\x98\xad\xf5\x80\xba\xa0\x76\x03\xdd\xef\xaf\xeb\xba\xba\xa0\x01\x14\x03\xe1\x8b\x36\x32\xd5\x46\xae\x33\x4a\xff\xa4\x8d\x4c\xb5\x91\x2b\x45\xe9\x9f\xb4\x91\xa9\x36\x72\xe5\x28\xfd\x93\x0c\x9b\xca\x94\xab\x44\xf2\x4c\x52\x61\x2a\xa2\xaf\x12\x45\x6a\x12\xd1\x53\x11\x7d\xd5\x1a\xfb\x22\xa2\xe7\x3d\x03\x6a\x51\x6b\xe6\x3d\x37\xd0\xd6\x03\xc5\xf4\xf7\x62\xa0\xe6\x6a\xda\x3d\x11\x3d\x15\xd1\xd7\x15\x85\x65\x12\xd1\x73\xdc\x55\xcf\x98\x04\x35\x41\x1a\x78\xf5\xf0\x22\xc8\xa7\x82\xfc\xea\xd1\x20\x26\x41\x3e\x15\xe4\xfd\x88\xee\x39\x09\xf2\xa9\x20\xef\xca\xc7\x49\x90\xcf\xb9\x47\x40\xd1\x3d\xe7\xdc\x0e\xe4\x31\x50\xfb\x9a\x7b\x02\xc5\xc0\x53\x10\xa9\x30\x95\x0a\xfd\x8c\x06\x31\x49\x85\xa9\x54\xe8\x29\x1a\xc4\x24\x15\xa6\x52\xa1\xe7\x68\x10\x93\x54\x98\x4a\x85\x5e\xa2\x82\x2f\x52\x61\x29\x15\x7a\x3d\x4a\x40\xf2\x5a\x4a\x85\x5e\xeb\xf5\xf6\x61\x91\x0a\x4b\xa9\xd0\x5b\xd4\xf9\x45\x2a\x2c\xa5\x42\xbf\xce\x18\x48\x2a\x2c\xa5\x42\xef\x21\xc1\x17\xa9\xb0\x94\x0a\xbd\x47\xd5\x5d\xa4\xc2\x4a\x68\xde\x23\xca\xee\x22\x17\x96\x72\xc1\x0e\x8b\xa2\xb6\x48\x86\x95\xf1\x3b\xa3\xf0\x2e\xb2\x61\x65\xfc\xce\xa8\xbc\x8b\x74\x58\x05\xbf\x14\xef\x64\x91\x0f\xab\xe0\x97\xa3\xd6\x2d\x12\x62\x55\xfc\x4a\x9c\x2b\x16\x19\xb1\x2a\x7e\xd5\x62\x2c\xc1\xbe\x1e\x4d\xde\x8e\x1c\x18\x7e\x88\xf2\xa3\xd5\x18\x4b\x20\x2f\x54\xf9\x71\xd5\x60\x93\x48\x5e\xd7\x7d\x06\xd6\xcf\x2c\x2c\x09\x63\x6c\x0f\xe9\xb1\x08\xef\xd5\x5b\x9c\x82\xec\x10\x55\xbd\x55\x30\x09\xff\xa3\xc5\x58\x62\x7e\x21\xe0\xed\x88\x10\x5c\x04\xfd\x42\xc1\x9b\xb5\x98\x8f\xa8\x5f\xf7\x73\x68\x08\xb1\xb1\x08\xe8\x35\xca\x1d\x58\x8a\x4a\xbe\x46\x19\xc2\x18\x9b\xf4\x22\x89\xf2\x35\xf6\x21\x2c\xe2\x70\x8d\xfd\x60\xc6\x9e\xab\xb0\x13\x4c\x63\x73\x04\xfa\x22\xf6\x17\x27\x00\xcb\x11\x8a\x8b\xe0\x5f\x3e\xe3\x08\x60\x25\x62\x71\x79\xa4\xe3\x63\xe2\xd9\x92\xb0\x2d\x8c\xf9\x6a\x9c\x99\x16\x59\xb2\x26\xf3\x55\xbd\x23\xd2\x64\xcd\xbb\x07\xd6\xf4\x8e\x66\x48\x9c\x0f\x6b\x32\xb6\x45\xb6\x2e\xb2\x62\x2d\xc6\x5e\x0a\x65\xd2\x62\xad\x25\x0e\x2e\xc5\xf2\x5a\x03\x6c\xc4\xd1\x49\xf2\x6d\xad\xe8\x9c\x1f\xd6\x62\x3e\x15\xd0\x45\xfe\xac\xcd\x7c\xbd\xda\x3f\xed\xd6\x8b\xfc\x5a\x9b\x53\xd9\x11\xaf\x7f\x93\x60\xfb\x08\xc1\x62\xa7\xd9\x15\x98\x14\x0b\x26\x1e\xa9\x0b\x6b\xc2\x38\xe4\x59\xbc\xc2\x4d\x26\xee\x23\x74\x99\x9d\x76\x09\x93\x30\xc3\xc4\x2b\x34\x61\x2e\x8c\x75\x25\xf3\x36\x29\xbb\xad\x9e\xc2\x82\xf2\x6d\x35\x81\xdd\x3c\x7a\x17\x36\xc0\x44\x47\xd5\xba\x26\x9d\xb2\x9f\x63\x7b\xb2\x16\x18\x7b\x31\xd6\x48\xd1\x50\x36\x09\xbf\xcf\xda\x02\xcb\x29\xc6\x9e\xf5\x02\xbb\x02\x6b\x11\xb2\xfb\xac\x5d\x18\xf3\xe5\x26\x3f\xe6\x3b\x5d\xfb\xcb\x71\x52\xd8\xa7\x6b\x7f\x27\x6b\x94\x48\x95\x4d\xb9\xd8\xa9\x65\x61\x97\xb0\xc8\x9b\x30\x8b\x3d\x07\x07\x94\x90\x4d\x09\x39\x6b\xb4\x9f\x4d\x09\xd9\xb9\x8a\xfb\x96\x4b\x60\x55\xdc\x53\x56\xce\x16\x1a\x7f\x53\x56\x76\x1e\x5a\xe3\x12\x2f\x79\x14\xb0\xc2\x5e\xaa\x30\xc6\x46\x79\xb6\xf3\x3a\xe5\xa7\xfa\xbc\x29\x49\x67\x3f\x62\x5d\x4a\xd2\xa6\x24\x9d\xfd\x08\x0e\x28\x49\xbb\x3c\x7e\x21\x86\x36\x25\x69\x57\xbd\xa3\x74\xd4\xe0\xa5\xf2\x8e\x64\x62\x2c\x58\x16\xc6\xd1\xfe\x08\x89\xbb\x29\x5d\x9b\xd2\x95\x4c\xef\x9c\xd2\xb5\x29\x5d\x49\x7a\x6e\x53\xba\x36\xa5\x2b\x9d\x21\x17\x36\xa5\x6b\x53\xba\x52\x52\x6c\x50\xba\x36\x65\x2a\x65\xbd\x5f\xca\xd4\x56\x65\xb2\x54\xf4\x7e\x7b\x6b\x60\xf2\x2b\x97\xfc\x18\xdb\xe3\xf5\x59\x2a\x21\xa8\x76\xf7\x0c\x96\xf1\x2b\xc2\x0a\x58\x70\x9a\xaa\xf8\xeb\x5e\xc1\xb4\x06\xef\xb2\x3b\x6b\x4c\x13\xc6\xba\xf3\x04\x63\x6c\xa4\xe8\xa6\x14\x62\xac\xb4\x68\x42\xfb\xce\x06\x16\x63\xb3\x24\xcd\xbe\xf3\x09\x16\x3c\xb7\x74\xe0\x97\xc0\x92\x2e\xa2\xe2\x9c\xbd\xef\x9c\xc1\x62\xcf\xe5\x6a\x60\x05\xac\x30\xb6\x0a\xab\x60\xb1\xe7\x72\x66\xb0\x06\x16\xb9\x90\x8f\xc2\xba\x17\xd8\xa5\xbd\x74\xf6\xdc\xc1\xa2\x9c\xe5\x1a\xad\x69\xdf\x3a\x3c\x60\x62\x0d\xd6\x1d\x60\x91\x97\x35\x1b\xf3\x39\xd8\x64\x3e\xd6\x5d\x60\x8b\xb1\xf8\x6d\xb0\x0d\x07\xc1\xf3\x5d\xe0\x2a\x4c\xf8\x81\xc1\x55\x18\xab\xbc\xf3\xbb\xc0\x55\x1c\x68\xad\xa5\x28\xb7\xfb\x2e\xf0\x12\xc6\xea\x91\xc4\x5f\x81\x17\xd5\xb5\x7a\x24\xad\x4b\x5d\x93\x89\xb1\x7a\x5e\xea\x9a\x8c\xd5\x5c\x19\x0b\x2f\xa5\x0b\x2b\xac\x0b\x07\x6a\x57\x35\x17\xf6\x07\x07\x05\x0e\xaa\xb8\x2a\x70\xa0\x6b\xc6\x9a\x2b\xeb\x4e\xb0\xe0\xa5\xb6\xca\x9e\xe1\xa5\xe8\x0a\xcb\x9e\xfd\xc1\x4b\x85\x03\xd3\x7c\x15\x0e\x2a\x1c\x44\xdb\xdd\x77\x85\x03\xe5\x65\x3d\xe0\x85\xbc\x94\xb1\x72\x11\x43\xe4\xa5\x4c\xcc\x07\x06\x2f\xaa\x39\xe5\xe2\x5d\x52\x73\x64\x62\x0d\xe6\x83\x17\xd5\xc9\xaa\xfb\xa7\x7d\x53\x27\x65\xac\xe6\x8b\xfd\xc1\x4b\x25\x36\x8c\xb1\xf0\x52\xc5\x41\x21\x26\x2b\x1c\xd4\x09\xc6\x7c\x70\x50\xc5\x41\x31\x9e\xed\xe1\x60\x2b\xee\x93\xf6\xd7\x88\x8d\xf6\xf0\x02\x06\x2f\x4d\xbc\x94\x53\x7b\x69\xf0\xd2\xc8\x23\x62\xb2\xc1\x4b\x53\x1e\x99\xf2\xfc\x6e\xf0\xa2\x9a\x5d\x4b\x32\x61\xf0\x22\xc9\x53\x4b\xd2\x5e\x1a\xbc\xb4\x27\x5e\xb4\x67\xea\x8b\x4c\xf8\xe9\xd9\x1a\xf1\x12\xc6\x4a\xef\xf8\xc1\x55\x18\x2b\x0f\x7f\x0d\xae\xda\xcd\x7b\x03\x83\xab\xa6\x18\xba\x9e\xb1\xc4\x50\x13\x7f\xc7\xc5\xfe\xe0\xaf\x89\xbf\xc3\xfe\xf9\xe1\x7c\x4b\x82\x3d\xc6\x2a\xed\x1e\x25\x86\x89\x69\x94\x02\x37\xb4\x49\x15\xd6\xa2\x36\x74\xdf\xd0\x76\x2b\x9c\x5a\x16\xe5\x37\xb4\x85\xb1\x7c\x65\xd1\x7b\x43\x5b\x18\xcb\xad\x30\x16\xda\xee\xca\x1a\x7a\x35\x37\xb4\x85\xb1\x96\x4e\xa5\xc0\x0d\x6d\xb7\x42\x8c\x76\x70\xdf\xd0\x26\x35\x55\xae\x83\x3d\x43\xdb\x7d\xb3\x3f\xfc\xa0\x2d\x8c\x95\x52\xf1\x83\xb6\x1b\x8a\x32\x6b\xc0\xc1\xad\xfb\x64\x2b\x60\x84\x58\x18\x2b\xba\x30\xd8\xf7\x20\xc4\xc2\xc4\x9e\x45\xf9\x80\xab\x01\x57\x84\xc9\x80\xab\xa1\x10\x33\x4a\xdc\x80\xab\x41\x49\x3a\xf1\x83\x2b\xb5\xec\x6a\x84\x09\x2d\x5b\x26\xe6\x13\xa7\xb4\x6c\x19\xab\x07\x69\x31\xe0\x2a\x8c\x95\xeb\xd9\x0b\x5c\x8d\x0b\x3f\xf6\x0c\x57\xa3\x83\xe1\x07\x57\x83\x10\x83\xe7\x01\x57\x61\x62\x7f\x8c\x85\xab\x41\x88\x49\x02\xdc\x83\x10\x1b\xf0\x47\xa9\x1e\xf0\x37\x28\xdf\xa4\xd9\x80\xbf\xb1\xe1\x4a\xcf\xe1\xf0\xe7\xa4\x28\xb1\xe6\xf0\x17\xc6\xb8\x87\xda\xb7\xc3\x9f\x53\xba\x24\x1f\x6e\x64\x95\x4c\xcc\xa7\x18\xa2\x3d\xcb\x58\x33\x5a\x04\xed\x59\xc6\x4a\x6f\xf8\xc1\x9f\xda\x73\xe9\xb4\x30\xda\xb3\x4c\xf8\xb1\x2e\xfc\x85\x89\xfd\x31\x16\xfe\x5c\xad\xee\xec\xec\x05\xfe\x24\x69\xeb\x49\x19\x45\xd2\xca\xc4\x58\xe6\x83\xbf\x30\xb1\xae\xb8\x72\xf8\x73\x4a\x5c\x63\x2f\xf0\xe7\x8b\xbd\xe8\x1d\x39\xfc\xf9\xc6\x4f\x9c\x4e\xf8\x9b\x0f\x7f\xe2\x74\xc2\x9f\x64\x46\x3d\x89\x21\x64\x86\x8c\x55\x23\xd6\x26\xfc\x4d\xf1\x57\x2a\x63\xe1\x6f\xd2\x12\xc9\xcb\x09\x7f\x92\x28\xd5\x88\xb5\x09\x7f\xb3\xb2\x86\xde\xdb\x84\xbf\xd9\xc8\x69\x3d\xdb\x84\xbf\xf9\xf0\x07\x06\x7f\x93\xf8\x7b\xf6\x02\x7f\x61\x2c\x57\xf2\x72\xc2\xdf\x7c\x72\x55\x3c\x4f\xf8\x9b\x4f\x5c\xb1\x17\x78\x99\xf0\x82\x34\x5a\xf0\xb2\xc8\x4b\x5a\xc9\x82\x97\x45\xe9\x97\x44\xbe\x17\xbc\x84\xb1\x92\x2f\x71\xbf\xe0\x65\x25\x30\x71\xb0\xe0\x65\xd1\x12\x13\x7e\xf0\xb2\x28\xfd\x5d\xef\x63\xc1\xcb\x52\x5c\x35\x49\xbc\x7b\xc1\xcb\xa2\xf4\x13\xcf\x0b\x5e\x96\x4a\x7f\x22\x0e\x16\xbc\xac\x8e\xd4\xd2\xb3\x2d\x78\xd1\x49\xaf\x56\xf2\x77\xc1\x8b\x4e\x7a\xb5\x92\xbf\x0b\x5e\x16\xad\x93\x18\x5f\xc4\x55\x98\xa8\xc5\x60\xc4\xd5\x52\x6d\xaf\xc4\xf3\x82\xbf\x25\xfe\x38\x2a\xdd\x1b\xfe\x74\x7a\x2e\x99\x67\xdb\xf0\xa7\xd3\x73\x4b\x09\x0c\xfe\xc2\x58\x7e\xa4\xe5\x86\xbf\x30\x96\x9f\x9c\xd9\xf0\xb7\xd5\x03\x8e\xaa\xe7\xd8\xf0\xb7\xc9\x4b\xe2\x6f\xc3\xdf\x56\x5c\xd5\xc7\x0f\xfe\xb6\x7a\xc0\x81\x7c\xd8\xf0\xb7\x55\xd7\x2a\xf9\xb1\xe1\x2f\x4c\xec\x4f\xef\x77\xc3\xdf\x86\x3f\xe2\x6a\xc3\x9f\x8e\x3b\x2d\x21\xfb\x38\xee\xc8\xc4\x7c\x60\x70\xc5\x07\xc4\x2a\x09\xc5\xed\x03\x26\xb0\x2e\xcc\xc0\x1e\x5e\x9a\xb0\x13\x4c\xf9\x56\xd5\x8a\x07\xd2\x5c\x26\xfc\x2e\x61\x19\x0c\x69\x7e\x32\x5f\x01\x23\xdf\x8c\xb1\x15\x8c\xb8\x2a\xec\xa5\x81\xd1\x1b\x13\x63\x2f\x30\x49\xf3\xab\xff\xf3\xd3\xfd\x1e\x28\x77\x19\x6b\x49\xaf\x7f\xa0\xdc\x65\xac\xea\xc3\xcf\x1e\x28\x77\x99\xf0\x63\x5b\x0e\x46\x3b\x30\xb6\x35\xc1\x26\x5b\x60\xec\x02\xe3\x8b\x6d\x86\xa2\x0d\xa6\xb0\x6b\x52\x94\x03\x35\x2f\x63\x55\x97\x22\x7b\xa0\xe6\x07\x6a\xbe\xa9\xbd\x0c\xd4\xbc\x4c\xf8\x25\x61\xd0\x2b\x85\x5f\xf4\x11\x6d\x0f\x14\xfe\x40\xe1\xb7\x93\x35\xa0\xb7\x70\xf2\xd1\x89\x6b\xa0\xf0\x65\xac\x36\x5e\x21\x0a\x5f\x26\x42\x96\xbd\x40\x6f\x51\xd8\x35\x49\x8a\x51\xe0\x4f\xaa\xbf\xb4\xcc\xfe\xe0\x0f\xd5\x9f\x2e\xfc\xe0\x0f\xd5\xdf\x08\x27\x54\xff\x40\xf5\x27\xf8\x43\xf5\xcb\xc4\xfe\x78\x36\xf8\x43\xf5\x93\x52\x03\xd5\x2f\x13\x2d\x47\xeb\x56\xf8\xab\x94\x3d\xb5\xec\xc1\x49\x40\x26\xe6\xd3\x1a\x9c\x04\x06\x27\x81\xd6\x18\x0b\x7f\x3a\x09\x54\xe4\xc8\xe0\x24\x20\x13\x61\x27\x4e\x39\x09\xc8\xc4\x7c\xda\x0b\x27\x81\xc1\x49\xe0\x48\xac\x0b\x7f\xba\x45\xa9\x48\xa8\xc1\x2d\xca\xe0\x74\x70\x10\xee\x9c\x0e\x06\xa7\x83\x76\x31\x16\xfe\x74\x3a\xa8\x0d\xfe\x38\x1d\xc8\x58\xee\xcf\x7c\xf0\xc7\x89\xe1\x38\x79\x0e\xf8\xd3\x89\xa1\x9d\x9d\xfd\xc1\x1f\x27\x86\xc3\x98\x0f\xfe\x38\x31\xb4\xae\x77\xce\x89\x61\xb4\x87\x2b\xf9\x71\x3a\x18\x9c\x0e\x4e\xd2\x96\xd3\x81\x8c\xe5\x93\x77\xce\xe9\x60\x70\x3a\xd0\x67\xe3\x3d\x38\x1d\x0c\x4e\x07\xfa\x82\xbe\x07\xa7\x03\x99\xe0\x5e\xfb\xe3\x74\x30\x38\x1d\x1c\x2a\x5d\x83\xd3\x81\x4c\x8c\x15\x57\x9c\x0e\x64\xa2\xad\xb1\x67\xb8\x7a\x4e\x07\x07\x63\xe1\x8a\xd3\xc1\xf1\x3c\x07\x5c\xe9\x24\x50\x4e\x49\xbc\x81\xd4\xe7\xe2\x34\x9f\xe4\x02\x52\x5f\xc6\xca\xa9\xd3\xd0\x40\xea\xcb\x84\x6c\xd1\x73\x20\xf5\x07\x52\xbf\x53\xe2\x90\xfa\xe3\x7e\x62\x83\xb1\x3c\xef\x23\xeb\x79\x6f\xc8\xfa\xf1\xc8\xfa\x07\xe3\x79\x91\xf5\x07\x71\x8a\xac\x97\xb1\x7a\x3d\xfb\xe3\x79\x91\xf5\xd7\x85\x1f\xcf\x7b\x53\x9b\x0a\x7b\xe1\x79\x6f\x67\x2c\x7b\x21\x36\x24\xf5\xcb\xf1\x3c\x1b\x1c\x48\xea\xd7\xab\xb2\x06\xb1\x21\xa9\x5f\x2f\xe2\x1e\xa9\x3f\x90\xfa\x97\x64\xda\x40\xea\xcb\xc4\xba\x60\x70\x25\xa9\x5f\x13\x79\x8e\xd4\x97\x89\xf9\xf4\xde\x90\xfa\x32\xc6\xa7\xdb\x3d\x90\xfa\x03\xa9\x7f\x49\x7a\x0c\xa4\xfe\x40\xea\x5f\x92\x37\x03\xa9\x2f\x13\xa7\x3f\x3d\x2f\x52\x7f\x20\xf5\xb9\xb1\x1b\x48\x7d\x99\xc8\x5f\xc6\xc2\x1f\x52\xbf\x53\x63\x91\xfa\x32\x56\x9a\xb1\x2e\xfc\x21\xf5\x7b\xc2\x0f\xfe\x90\xfa\x9d\xfc\x45\xea\xcb\x84\x1f\xeb\xc2\x1f\x52\x3f\x4b\x86\x0f\xa4\xbe\x8c\xd5\x8c\x1f\x52\x5f\xc6\x6a\x87\x7b\xa4\xbe\x8c\xe5\xc2\x73\x20\xf5\x07\x52\x9f\x5b\xc6\x81\xd4\x97\xb1\xa2\x6f\x3c\x7b\x20\xf5\x07\x52\xbf\x51\xc3\x90\xfa\x03\xa9\x5f\xa9\xb1\x48\x7d\x19\xab\x5d\xb7\xaf\xfc\xe0\x02\x63\xe5\x20\x5e\x90\xfa\x32\x71\xac\x04\x83\x3f\x49\xfd\x7c\x9d\xec\x05\xfe\x24\xf5\x6b\x22\x26\x91\xfa\x32\x56\x39\xc6\x0c\xa4\xfe\x40\xea\xf7\x8e\x1f\xfc\x39\xb5\x5d\xf2\x66\x20\xf5\x07\x52\xff\x60\x0d\xa4\xfe\x40\xea\x73\xd4\x1c\x48\x7d\x19\xcb\xb5\xb7\x7f\x45\xbb\xe7\x24\x20\x13\xd3\xe8\x91\x38\x09\xc8\x58\x3b\x68\x93\x9c\x04\xc6\x24\x95\x75\xa1\x37\x50\xfd\xe3\x51\xfd\x84\x2c\xaa\x5f\x26\xd2\x1b\x3f\xa8\x9c\x48\x0a\x9d\x22\x06\x0a\x5f\xc6\x2a\x17\x8e\x03\x85\x3f\xa6\x94\xd8\x53\xf6\x26\x14\xe9\x3b\x4b\xb1\x67\x2f\x50\x84\xea\xe7\xe2\x6a\xa0\xfa\x65\xac\x71\x6a\x1f\xa8\x7e\x19\x2b\x87\x54\xe1\x40\xf5\xcb\xc4\x5e\x34\x1f\xaa\x5f\xc6\xda\x41\x39\x43\xf5\xcb\x04\xa6\x35\x50\xfd\x32\x51\x92\xf4\x1c\xa8\x7e\x99\x98\x4f\xfc\xa1\xfa\x65\xac\x9e\xcf\xba\xf0\xb2\x9e\x12\xa7\x14\x40\xf5\x0f\x54\x7f\xa7\xad\xa1\xfa\x65\x02\x13\x07\xa8\x7e\x19\x6b\x09\xe9\x81\xea\x1f\xeb\x29\xe9\xe2\x1e\xd5\x2f\x13\x7e\xac\x0b\x7f\x52\xfd\xf5\xa4\xad\xa1\xfa\xf9\x16\xd6\x12\x69\x86\x9a\xe7\x5b\x58\xd3\x2f\x93\x36\xdf\xc2\x30\x51\xba\x34\x1f\x6a\x5e\xc6\x9a\xd1\x36\x50\xf3\x32\x56\x8c\x96\x83\x9a\x97\xb1\x66\xb4\x35\xd4\xbc\x8c\xe5\x44\x8b\x40\xcd\xcb\xc4\xf3\x6a\x7f\xa8\xf9\x81\x9a\x7f\xa4\x25\x6a\x7e\xec\x87\x03\xe6\x83\x83\x3d\x88\x0d\xd6\x85\x03\xa9\xf9\x7c\xe8\xd2\x75\xa0\xe6\x65\xac\xf1\xd1\x69\xec\x87\x03\x6e\x74\x14\xf7\x7c\xe7\xc3\x58\x33\xc9\x16\x47\xcd\x3b\x6a\x9e\x1b\x18\x47\xcd\xcb\x44\xfb\x6b\xc2\x12\x18\x6a\xbe\x82\x65\x30\x6e\x1f\xd4\xd6\x1c\x35\xef\x5c\xb4\xeb\x27\x18\xdb\x51\xf3\x32\xf1\xbc\xac\xd1\xc0\xb8\xbd\x79\xfc\x2e\x30\xa9\x79\x53\xc9\x74\xe4\xba\x4c\xc8\x4d\xb0\x1b\xec\xe1\x8a\x67\x1b\x60\x83\xb1\x60\x0e\x26\xae\x4c\x2d\xd6\x91\xeb\x8e\x5c\xb7\x67\x2f\x0b\x4c\xb2\xe0\xd7\xe7\xd8\x60\xba\x7c\xd7\x6f\x5c\xb7\x23\xd7\x1d\xb9\x6e\x8a\x71\x47\xae\xcb\xc4\x5e\xc0\xe0\x4f\x72\x3d\x1f\x8a\x53\x47\xae\x3b\x72\xdd\x24\x41\x1d\xb9\x2e\x63\xd9\xd4\x3a\x1d\xb9\x2e\x13\x7e\x49\x18\xfc\x3d\x17\xf2\xfa\xf0\xe6\xc8\x75\xe7\x42\x5e\xbf\x7e\xd9\x8e\x5c\x97\xb1\xcc\x25\xae\x23\xd7\x65\x02\x63\x5d\xf8\x93\x5c\xcf\xa6\x98\x74\xe4\xba\x8c\x65\xeb\xac\x01\x7f\x92\xeb\x99\x8f\x2b\x8e\x5c\x97\x09\x8c\xfd\xc1\x5f\x41\x56\x19\x63\xe1\x4f\x72\xbd\x74\x9d\x94\x1d\xb9\x2e\x63\xc5\x54\xfa\x1d\xb9\x2e\x13\x63\xf5\x1c\xc8\x75\x99\x78\x5e\xf1\x87\x5c\x97\x09\x3f\xbd\x37\xe4\xba\x3f\x17\xf7\x92\x28\x8e\x5c\x97\xb1\x7a\x3c\xeb\xc2\x9f\xe4\x7a\x3e\x89\x2b\xe4\xba\x23\xd7\xf5\xcb\xde\xed\xc8\x75\x99\x98\x8f\xfd\xc1\x5f\xe5\xf6\x8b\x58\x43\xae\xfb\x73\x99\xcf\x7b\x43\xae\x3b\x72\x5d\xbf\x69\xd8\x8e\x5c\x97\x09\x69\xc9\x5e\xe0\x4f\x72\xbd\xd0\x12\x1d\xb9\x2e\x13\xf3\xe9\xbd\x21\xd7\x65\x2c\x17\xe5\xb9\x23\xd7\x65\x2c\x27\xd5\x21\xe7\x82\x5f\xc6\x32\x97\xf9\x8e\x84\x97\xb1\xcc\x2d\xa3\x23\xe1\x1d\x09\x4f\x8f\x72\x24\xbc\x37\x6a\x7b\x63\x0d\xb8\x42\xae\x23\x0b\x1c\xb9\x2e\x13\x7e\x60\x70\x85\x5c\xa7\x5e\x39\x72\x5d\xc6\xb2\x7e\x15\xb4\x1d\xb9\xee\x8f\x5c\xd7\x51\xd8\x91\xeb\x8e\x5c\x3f\xe1\x0f\xb9\x2e\x13\xfb\x63\x0d\xb8\x92\x84\xcf\xa9\xa6\x7f\x6c\xf7\x57\xff\xff\xba\xbd\x23\xf0\xf9\x25\x43\xe5\xae\x92\x5f\x32\x60\x8c\xdf\x91\x6e\x47\xe0\xfb\x0d\x1b\x12\x58\x8e\x98\x97\x89\x9d\x6a\xf7\xdc\xdb\xcb\xe4\x4e\x51\x41\xdf\xcb\x04\x19\xb8\x41\x90\xf4\x7d\xa5\x31\x39\xfa\x5e\xc6\x9a\x7e\xc9\xbd\x1d\x7d\xef\xe8\xfb\x44\x70\xa2\xef\x65\xac\x34\x7d\x1d\x73\xf4\xbd\x3f\xfa\xfe\x62\x3e\x08\xba\xb9\x4a\x7d\xd6\x80\xa0\x9b\xb3\xb3\x04\x8a\xa3\xef\x65\x2c\xa7\x8e\x1f\xc1\x84\xbe\x3f\x99\x0f\x7d\xef\xcf\x55\xbe\xce\xd8\x8e\xbe\x97\x89\x35\x44\x0b\xfa\x5e\xc6\xca\xa9\x86\xed\xe8\x7b\x47\xdf\x1f\x3a\xb3\x3b\xfa\xde\x07\xc1\x44\x72\xa3\xe5\x65\x2c\xf3\xcb\x02\x47\xcb\xcb\x84\x1f\xeb\xc2\x95\xb4\x7c\xb9\x0e\xd6\x85\xab\x5f\xaf\xed\xf1\x83\x2b\xe9\xf6\x9c\x13\x18\xbc\x48\xb7\x97\x46\xb0\xa3\xdb\x65\x2c\x67\x5e\x25\xba\xdd\xd1\xed\x08\x1e\x47\xb7\xcb\xc4\x5e\x84\xa1\xdb\x65\x2c\x67\x89\x11\x47\xb7\xcb\x84\x9f\xde\x1b\xba\xdd\x9f\x2b\x7a\x12\x14\xdd\x2e\x13\x63\xc1\xe0\xc5\x09\xab\x93\xb1\x84\x95\x3f\x5c\x29\xae\xd0\xed\x32\x96\x33\xc5\x0c\xdd\xee\x5c\xd1\x3f\x85\x06\xdd\x2e\x13\x22\x03\x3f\xb8\xe2\x8a\x3e\x13\xf6\xe8\x76\x47\xb7\x67\x8a\x0a\xba\x5d\xc6\xca\x93\x0a\xe8\x76\x99\x10\x14\xec\x0f\xfe\xa4\xdb\xdb\xc1\x3b\x42\xb7\x3b\x57\xf4\x7c\x79\x76\x74\xbb\x4c\xac\x2b\x3f\x74\xbb\x8c\x95\x8b\x9c\x41\xb7\x3b\xba\xfd\xe4\xbd\x21\xcc\x65\xac\xf0\xd5\xd5\x11\xe6\x32\x96\xf5\xd3\xb6\xed\x08\x73\x7f\xae\xe8\xf5\x69\xc5\xb9\xa2\x97\x89\xe2\xa8\xe7\x45\xac\x3b\x62\xdd\x88\x71\xc4\xba\x73\x45\xcf\x95\xba\x23\xd6\x65\xe2\x5c\xa6\xe7\xe5\x8a\x5e\xc6\x72\xa1\x10\x22\xe0\x7d\x3e\x39\xa8\xe7\xe5\x3a\x5e\xc6\x0a\xe2\xda\x11\xf0\xfc\x28\xaa\x3c\x39\x8d\x58\x77\xc4\xfa\x93\x83\x88\x75\x99\x68\x60\x7a\x0e\xc4\xba\x8c\x65\x7e\x71\xe1\x88\x75\xe7\x8a\xfe\x42\x90\x21\xd6\x1d\xb1\x9e\xf4\xf9\xc6\x11\xeb\x8e\x58\x3f\x75\xff\xe2\x88\x75\x19\xcb\x95\xe6\x8c\x58\x77\xc4\xba\x7e\x30\xbc\x1d\xb1\x2e\x13\x7e\xac\x01\x2f\x12\xeb\xb9\xd2\xac\x10\xeb\x32\xb1\x2e\x63\xe1\x45\x62\xbd\x64\x09\x64\x47\xac\xcb\xc4\x58\xf6\x02\x57\x12\xeb\x25\x3f\x18\x5c\x49\xac\xe7\xaa\x2f\xc5\x8e\x58\x97\x09\xa1\x00\x07\xf0\xc7\x15\xfd\x23\xbe\xb8\xa2\x77\xae\xe8\x5b\x06\x83\xbf\x4d\xbd\x22\x4e\x11\xf5\x32\xb1\xae\x9e\x03\x51\x2f\x63\xf5\xd0\x55\xbe\x23\xea\x1d\x01\x9f\xe0\x1e\x01\xef\x5c\xc7\x1b\x71\x80\x80\x97\xb1\x5c\x9f\xb1\x70\xf5\x08\x78\xc4\x08\x02\x5e\xc6\x72\x45\x58\x72\x1d\xef\x8f\xa8\xa7\xe6\x20\xea\x65\xc2\x8f\xfd\xc1\x95\x44\x7d\x3d\xc9\x7d\x44\x3d\x7f\x83\xd3\x12\x22\x1c\x51\xcf\x1f\xe1\xb4\x5c\xff\xa1\x1f\xc6\xff\xff\xe9\xfe\xf2\xf6\xf7\x3f\x68\xf3\x5f\xbe\x7e\x5d\x9f\xbe\xe9\x8f\xe7\xf4\x47\x6b\xaf\xb9\xf6\xc7\x4f\xeb\xef\x7f\x88\xf7\xe5\xf3\x97\x18\xa5\xff\xfd\xef\x00\x00\x00\xff\xff\xd6\xea\xb5\x3c\xb4\x37\x00\x00"); +func _bgea ()(*asset ,error ){_aebc ,_eccd :=_afa ();if _eccd !=nil {return nil ,_eccd ;};_ccbd :=bindataFileInfo {_c :"EUC-V",_ed :913,_cg :_g .FileMode (436),_ca :_d .Unix (1580491862,0)};_efab :=&asset {_fdf :_aebc ,_ff :_ccbd };return _efab ,nil ;}; +var _ecfd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x96\x4f\x8b\x1b\xc7\x16\xc5\xf7\xfd\x29\x6a\xe9\xb7\x79\x53\x55\xf7\x5f\x35\x34\x82\x87\x6d\x78\x13\x70\x1c\xe2\x38\x09\x84\x2c\x34\x52\x6b\x10\x64\x24\xa1\xd1\x2c\xfc\xed\xc3\x3d\x67\x6c\x12\x2f\xcc\xf5\xfc\x54\x75\xba\xf4\x53\xdd\xaa\xbe\x7b\x7b\xff\xee\xfe\x74\xbc\x95\xbb\x9f\xae\xe7\xdd\xa7\xf5\x56\x0e\xc7\xd3\xfe\xba\x3e\x9f\x5f\xae\xbb\xb5\x3c\xac\x8f\xc7\xd3\x34\xb5\x5e\xf6\xc7\xdd\xed\xeb\x9f\x28\xbb\xa7\xed\x65\x9a\x72\xfe\xa7\x2f\xcf\xb7\xf5\xe9\xfe\x74\x38\x17\xe1\xb8\xfd\xcb\xe5\x75\x6c\x29\x77\x3f\xaf\x8f\xc7\xe7\xdb\xf5\x4b\x79\xf3\xbf\xfd\xf9\x61\xfd\x4f\xd9\xaf\x87\xe4\x1f\xaf\xfb\xf5\x7a\x3c\x3d\x96\x37\x3f\x6c\x2f\xdb\x53\xfb\xf6\xc1\xa7\x97\xcb\xe5\xaf\xf5\x69\x3d\xdd\x4a\x03\x5b\x4f\x7b\xd4\xe9\xee\xed\x87\xed\xe5\xc7\xed\xd3\x5a\xee\xfe\xff\x0f\xf2\xeb\x7a\x7d\x3e\x9e\x4f\xa5\xd5\xff\xd6\xea\xf8\x00\xfc\x97\x2f\x97\xf5\x35\x62\xba\xfb\x7c\xff\xee\xe3\xe1\xf0\xbc\xde\x4a\x1f\x95\x63\x7e\xff\x7c\xff\xae\xfc\xd1\x4a\xab\xa5\x9b\x88\xfd\xf9\x3a\xf4\xb7\x0f\xe7\xfd\x5a\x38\x68\x6a\xfc\x26\xbb\xf3\x7e\x7d\xbe\x6c\x77\xeb\x75\x7b\x7a\x5c\xa7\x52\x96\xde\x7a\xdb\x94\x25\xde\xc7\xfb\x4d\x2e\xf1\xbb\x11\x53\xab\xf5\x75\xea\x71\x4f\xf4\x75\x4a\x6f\xb1\x6e\x4a\x71\x91\x69\xe9\x9d\xa8\xf7\x44\xd1\x23\x91\x6c\x81\xb4\x25\xd2\x96\x48\x89\xac\x02\xcd\x89\x6c\x07\xe4\xdb\x44\xe6\x89\xa2\x03\xc5\x9c\x28\x30\x31\x1f\xf5\x5a\x4a\x44\x4e\x14\xa9\x89\x44\x30\x6a\xd4\x44\x8a\x45\x88\x21\x6b\x06\x72\xa2\x48\x34\x5a\xc6\x2b\x97\xaa\x21\x89\xb4\x4f\x4b\x37\x22\x0b\xdf\x94\x32\x77\x9b\x96\xee\x44\x2e\x63\x53\x5a\x6d\xb9\x08\x67\xbc\x1b\x90\xe4\xa8\xe0\xa8\xc8\x4f\x5a\xb5\x5c\x57\x18\x51\x00\xcd\x19\x3f\x38\x0a\x25\x14\xab\x1f\xbd\x13\xf5\x44\xa3\x01\x09\x91\x24\x9a\x89\x94\x48\x81\x0c\xc8\x88\x6c\x53\xc2\xaa\x00\x39\x91\x63\x14\xe3\x83\x28\x30\x2a\x80\x06\xd1\x48\xd4\x39\x71\x26\x9a\x13\x35\xc6\x6f\x89\xb6\x89\x84\x8b\x78\x20\x7a\x00\x62\xfc\x8e\x68\x87\xd5\x57\xa0\x3d\xd1\x1e\x88\x5f\x7b\x25\x5a\xb1\x2e\x05\x3a\x10\x1d\x80\x46\x22\xfe\x8e\x28\x61\xd5\x81\xe8\x2b\x4b\x58\x45\x96\xd0\x57\x96\xb0\x86\x2c\xa1\xaf\x2c\x61\x82\x45\x08\x7d\x65\x09\xeb\x9c\x48\x5f\x02\x5f\xc2\x27\xd2\x57\x96\x30\x63\x16\x7d\x09\x7c\xe1\xd7\x1e\x42\x5f\x42\x5f\x5c\x17\x7d\x09\x7d\xc1\x04\x37\x39\x4a\x98\x30\x8b\xbe\x04\xbe\x94\x8b\xa0\xaf\x2c\x61\x95\x8b\xa0\xaf\x2c\x61\x68\x98\x21\xf4\x95\x25\xac\xf1\x89\xf4\x95\x25\x0c\x5b\x6e\x28\x7d\x29\x7c\xa9\x4d\x8b\x54\xec\x2f\xa9\xd9\x1d\xad\xe5\xf6\x15\xb6\xa8\xa0\x45\x5b\xcf\xa5\x0a\x5b\x54\xd0\x43\x4d\x9a\x4c\x8b\x08\x91\x00\x69\x6e\x13\x61\x77\x88\x02\x59\x6d\xd3\x22\xec\x0e\x31\xa2\xdc\x85\xc2\xee\x10\x07\xf2\x91\xf1\x6c\x05\x09\xa0\x18\x19\xcf\x7d\x2f\x03\x68\x44\xc6\xcf\x44\x33\xd0\x9c\xbd\x2d\x5b\xa2\x6d\xa2\x5e\x3d\xe3\x1f\x88\x1e\x80\x5a\xb6\x95\xec\x88\x76\x40\xdd\x32\x7e\x4f\xb4\x07\x12\xcd\xf8\x95\x68\x05\xd2\x3c\x73\xe4\x40\x74\x00\x82\x42\xa5\x2f\x85\xaf\xee\x7d\x9e\x16\xa5\x2f\x85\xaf\x1e\xd9\x1d\x4a\x5f\x0a\x5f\x7d\xb4\x98\x16\xa5\x2f\x85\xaf\x3e\xe7\x36\x51\xfa\x52\xf8\x92\x5a\x33\x9e\xbe\xd4\x88\xb2\x1f\x95\xbe\x14\xbe\xa4\xcd\x19\x4f\x5f\x0a\x5f\xd2\x47\xc6\xd3\x97\xc2\x97\x48\x1e\x0a\x4a\x5f\x0a\x5f\xa2\x91\xf1\xf4\xa5\xf0\x25\xe6\x19\x4f\x5f\x0a\x5f\xe2\x9e\xf1\xf4\xa5\xf0\x25\x61\x19\x4f\x5f\x0a\x5f\x32\x2c\xe3\xe9\x4b\xe1\x4b\xe6\xdc\x4c\x4a\x5f\x7a\x30\xd9\x14\xad\xd9\xee\x46\x5f\x06\x5f\x5a\xf3\x5c\x35\xfa\x32\xf8\xd2\x36\x74\x5a\x8c\xbe\x0c\xbe\xb4\xc7\x98\x16\xa3\x2f\x83\x2f\x95\xe8\xd3\x62\xf4\x65\xf0\xa5\xea\x3e\x2d\x46\x5f\x06\x5f\x6a\x9e\xf1\xf4\x65\xf0\xa5\x9e\x2d\x6a\xf4\x65\xf0\xa5\xa1\x19\x4f\x5f\x06\x5f\x8a\x93\xdc\xe8\xcb\xe0\x4b\x67\xc9\x78\xfa\x32\xf8\xb2\x9a\xe7\x84\xd1\x97\xc1\x97\xb5\x9e\xf1\xf4\x65\xf0\x65\xbd\x65\x3c\x7d\x19\x7c\x99\xb4\x8c\xa7\x2f\x83\x2f\xd3\x3c\xac\x8c\xbe\x0c\xfb\xcb\xac\xd6\x69\x71\xfa\xf2\x4a\x94\x07\x9f\xd3\x97\xc3\x97\xf9\x18\xd3\xe2\xf4\xe5\xf0\x65\x91\x27\xa6\xd3\x97\xc3\x97\x8d\x70\x5c\xc8\x5f\xef\xdd\xa9\x8d\xef\x6f\x62\xa7\x4d\x87\x4d\x9b\x23\x1f\x4e\x9b\x0e\x9b\x5e\x3d\x1f\x4e\x9b\x0e\x9b\xde\x2c\x1f\x4e\x9b\x0e\x9b\xde\x2d\x1f\x4e\x9b\x0e\x9b\x2e\xea\xd3\xe2\xb4\xe9\xb0\xe9\xaa\x19\x4f\x9b\x0e\x9b\x8e\x03\xcf\x69\xd3\x61\xd3\xbd\x67\x3c\x6d\x3a\x6c\x7a\xe4\x41\xec\xb4\xe9\xb0\xe9\xb8\x89\x9d\x36\x1d\x36\x7d\x6e\x19\x4f\x9b\x0e\x9b\x51\xab\x4e\x4b\xd0\x66\x54\xa2\xbc\x33\xe2\xf5\x9d\x05\x36\xa3\xe5\x1d\x1b\xb4\x19\xb0\x19\x7d\xf8\xb4\x04\x6d\x06\x6c\x86\xe4\x2d\x15\xf4\x15\xca\x0b\x35\x14\xc8\x88\x7c\x53\x46\x1f\xfa\x2f\xe7\xf9\xff\x7c\x43\xfc\xf6\xc6\xb6\x7b\xb9\x5e\xd7\xd3\x0d\xef\x87\x78\x3b\xcb\xd7\xab\xe3\x69\xfd\xf6\xae\x79\x39\x5f\x72\x16\xfe\xfd\x1d\x00\x00\xff\xff\xfd\xdd\xf7\xfd\x97\x0a\x00\x00"); +func _cdfb ()(*asset ,error ){_egfd ,_ddce :=_ecgd ();if _ddce !=nil {return nil ,_ddce ;};_bfda :=bindataFileInfo {_c :"UniJIS-UTF32-H",_ed :243137,_cg :_g .FileMode (436),_ca :_d .Unix (1580492947,0)};_edffb :=&asset {_fdf :_egfd ,_ff :_bfda };return _edffb ,nil ; +};func _ffeac ()(*asset ,error ){_cegg ,_efbe :=_cagf ();if _efbe !=nil {return nil ,_efbe ;};_bgeda :=bindataFileInfo {_c :"UniCNS-UTF32-V",_ed :697,_cg :_g .FileMode (436),_ca :_d .Unix (1580492713,0)};_fbfe :=&asset {_fdf :_cegg ,_ff :_bgeda };return _fbfe ,nil ; +};func _bbdb ()(*asset ,error ){_edca ,_gdged :=_gfbf ();if _gdged !=nil {return nil ,_gdged ;};_defea :=bindataFileInfo {_c :"KSCpc-EUC-V",_ed :715,_cg :_g .FileMode (436),_ca :_d .Unix (1580493255,0)};_ffea :=&asset {_fdf :_edca ,_ff :_defea };return _ffea ,nil ; +};func _add ()(*asset ,error ){_fbd ,_aeeg :=_egfc ();if _aeeg !=nil {return nil ,_aeeg ;};_dbfe :=bindataFileInfo {_c :"Adobe-Japan1-4",_ed :1625,_cg :_g .FileMode (436),_ca :_d .Unix (1580491326,0)};_gcd :=&asset {_fdf :_fbd ,_ff :_dbfe };return _gcd ,nil ; +};func _efeee ()(*asset ,error ){_ebdf ,_gdcgd :=_fbad ();if _gdcgd !=nil {return nil ,_gdcgd ;};_aadg :=bindataFileInfo {_c :"UniGB-UTF32-V",_ed :839,_cg :_g .FileMode (436),_ca :_d .Unix (1580492778,0)};_gcfe :=&asset {_fdf :_ebdf ,_ff :_aadg };return _gcfe ,nil ; +};var _cde =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd5\x4f\x6b\xe4\x46\x14\x04\xf0\xbb\x3e\x45\x1f\x37\x87\x8d\xfb\xfd\x51\xab\x05\x62\x61\xf1\xb2\xe0\xc3\x6e\x42\x1c\x92\xb3\x2c\xf5\x98\x81\x58\x33\xc8\xe3\x83\xbf\x7d\xa8\x57\x33\x0e\xe4\x60\xc6\x53\x96\x9e\xc4\xaf\xdc\xdd\x77\xf7\x0f\xdf\x1e\xb6\xe3\x25\xdd\xfd\xbe\x9f\x96\xc7\x76\x49\x87\xe3\xb6\xee\xed\xf5\xf4\xb6\x2f\x2d\x3d\xb5\xe7\xe3\xd6\x75\xa2\x69\x3d\x2e\x97\xdb\xd7\xf8\x58\x5e\xe6\x73\xd7\xe1\xfe\xc7\xf7\xd7\x4b\x7b\x79\xd8\x0e\xa7\x64\xbc\x6e\x7d\x3b\x5f\xaf\x4d\xe9\xee\x8f\xf6\x7c\x7c\xbd\xec\xef\xe9\xd3\xd7\xf5\xf4\xd4\x7e\x49\x6b\x3b\x20\xff\x6d\x5f\xdb\x7e\xdc\x9e\xd3\xa7\xfb\x9f\x8f\xf2\x11\x3f\xbe\x9d\xcf\xff\xb4\x97\xb6\x5d\xd2\x10\x59\xdb\xd6\xf8\xec\xee\xee\x7f\xcc\xe7\x9f\xf3\x4b\x4b\x77\x31\xe9\x33\xee\xfb\xcc\x8b\xe2\x6f\x7f\xb5\xfd\xf5\x78\xda\x92\xfc\x9a\xb3\xfc\x17\xff\xf9\x7e\x6e\x49\xae\x33\xfe\xfe\x71\x5a\x5b\xca\xb7\x89\x0f\xdf\xee\x4f\x6f\xdb\x25\xc9\x28\xc3\xc8\x50\xf8\xea\xcb\x69\x6d\xaf\xe7\x79\x69\xfb\xbc\x3d\xb7\x2e\xa5\x29\xe7\x9c\xbf\xa4\xc9\xbf\x7e\xff\xfe\x05\x6f\xf5\xbf\x2b\xba\xa1\xbf\xde\x79\x5c\x99\xdc\xee\xc8\xf9\x70\xf8\x92\x72\x37\x65\xe1\x77\xc1\x77\xed\x4b\x37\x65\x65\xa2\x48\x7a\xd1\x6e\xca\xc6\xc4\x90\x0c\xa5\x76\x53\x76\x26\x8e\x44\xb2\x7a\x37\xe5\x9e\x51\x1f\x91\x56\xcc\x2e\x8c\x4a\x44\xbd\x61\xf8\xc0\x68\x88\x68\x18\x31\xbd\x32\xaa\xf1\x06\xd9\x31\x7e\x64\x34\x46\x64\x19\xe3\x67\x46\xf3\xf5\x3d\x31\xfe\x89\xd1\x53\x44\x55\x30\x7e\x61\xb4\x20\xb2\x3c\x60\xfc\xca\x68\x8d\xc8\x14\xe3\x1b\xa3\x16\x51\x5f\x31\xfe\xc0\xe8\x10\x51\xf5\xdc\x4d\x42\x29\x09\x29\xcf\x63\xe9\x26\x21\x96\x04\x96\x5b\xaf\xdd\x24\xd4\x92\xd0\xf2\x92\x6b\x37\x09\xb9\x24\xb8\xbc\x16\xef\x26\xa1\x97\xf8\xd5\x14\xe3\xe9\x25\xe1\xd5\xdb\x80\xf1\xf4\x92\xf0\xea\x8b\x61\x3c\xbd\x24\xbc\xfa\x5a\x31\x9e\x5e\x12\x5e\x45\x1c\xe3\xe9\x25\xe1\x55\x3c\x63\x3c\xbd\x24\xbc\x4a\x41\xb1\x42\x2f\x09\xaf\x32\xa2\x59\xa1\x97\x84\xd7\x20\xa8\x56\xe8\x25\xe1\x35\x38\xaa\x15\x7a\x49\xbb\xf6\x8f\xf1\xf4\x92\xf0\x1a\x46\x54\xab\xf4\xd2\xf0\xaa\x82\x6a\x95\x5e\x1a\x5e\xd5\x51\xad\xd2\x4b\xc3\xab\x0e\xa8\x56\xe9\xa5\xe1\x55\x47\x54\xab\xf4\xd2\xf0\x1a\x15\xd5\x2a\xbd\x34\xbc\x46\x47\xb5\x4a\x2f\x0d\xaf\x71\x40\xb5\x4a\x2f\x0d\xaf\x71\x44\xb5\x4a\x2f\xad\xb7\xff\x55\xcc\x27\x98\x8e\xcc\x1c\xe5\x2a\xc5\x74\x66\x36\xa0\x5d\x25\x99\x06\x19\xda\xc7\x23\x68\xa6\x0b\x33\x45\xbf\x4a\x34\x5d\x99\xf5\x28\x58\xa9\xa6\x8d\xd9\x80\x86\x95\x6c\x7a\xe0\x22\xc9\xa8\xd8\xe8\x66\x99\x99\xa2\x63\x23\x9c\x09\xb3\x1e\x25\x1b\xe5\x4c\x6f\x0b\x2c\x77\x93\x91\xce\x82\x4e\x2c\xa3\x66\xa3\x9d\x71\x6d\x9a\xa1\x67\x23\x9e\x71\x71\x5a\x8f\xa2\x8d\x7a\xc6\xd5\x69\x15\x4d\x1b\xf9\x8c\xcb\xd3\x33\xaa\x36\xfa\x19\xfd\xdc\xd0\xb5\xd1\xcf\xe8\xe7\x3d\xca\x36\xfa\x19\xfd\xbc\xa2\x6d\xa3\x9f\xd1\xaf\x17\xd4\x6d\xf4\xb3\xe5\xb6\x2b\xe0\x19\xf4\x33\xfa\xf5\x05\x85\x1b\xfd\x8c\x7e\x7d\x45\xe3\x46\x3f\xa3\x5f\x11\x54\xee\xd7\x3d\x90\x7e\xc5\xd0\xb9\xd3\xcf\xe9\x57\x0a\x3a\x77\xfa\x39\xfd\x4a\x45\xe7\x4e\x3f\xa7\xdf\x20\xe8\xdc\xe9\xe7\xf4\x1b\x1c\x9d\x3b\xfd\x9c\x7e\x43\x41\xe7\x4e\x3f\x2f\xb7\xad\x0c\xcf\xa0\x9f\xd3\xaf\x0a\x3a\x77\xfa\x39\xfd\xaa\xa3\x73\xa7\x9f\xd3\xaf\x16\x74\xee\xf4\xf3\xb9\xcd\xc8\x46\xf7\xd8\xd1\x6f\x3b\x37\x7e\xc7\xf9\xf6\x71\xe2\x2c\x6f\xfb\xde\xb6\x4b\x9c\x6e\x71\xa8\xe0\xac\x38\x6e\xed\xe3\xa4\x3c\x9f\xce\xb8\x2b\x7e\xfe\x0d\x00\x00\xff\xff\xea\x94\xed\x0a\x55\x07\x00\x00"); +func _efcg ()([]byte ,error ){return _fd (_gaaf ,"UniJISX02132004-UTF32-H")};func _fgdd ()(*asset ,error ){_dcbc ,_daede :=_afdb ();if _daede !=nil {return nil ,_daede ;};_fcbg :=bindataFileInfo {_c :"UniGB-UTF16-V",_ed :723,_cg :_g .FileMode (436),_ca :_d .Unix (1580492760,0)}; +_eaee :=&asset {_fdf :_dcbc ,_ff :_fcbg };return _eaee ,nil ;};var _bfca =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4b\xab\x2e\x4b\x92\xa6\x37\x3f\xbf\x62\x0f\xa5\x41\x2b\xc3\x3d\xfc\x0a\x4d\x81\xa8\xa6\xa0\x04\x2d\x09\x95\x5a\x12\x08\xd1\xc4\xc5\x3d\x95\xa0\x3c\x79\x38\x99\x35\xa8\x7f\x2f\x96\x3d\xcf\x97\xec\x12\x62\xef\xd1\xc2\x57\x7c\x11\xee\xe6\x17\x33\x7b\xed\xe6\x7f\xf8\xc7\x7f\xfe\x4f\xff\xfc\xeb\x9f\xfe\xf6\xed\x0f\xff\xf3\xef\x7f\x79\xfe\x65\xfd\xed\xdb\xfe\xd3\xaf\xef\xef\xeb\xaf\x7f\xf9\xd7\xdf\x9f\xf5\xed\x5e\x7f\xfc\xd3\xaf\xbf\xfc\x92\xf2\xb7\xf7\x4f\xcf\xdf\x3e\xcd\xf8\xf3\xfc\xf9\xfa\xed\x97\x5f\xbe\xde\xff\x97\x7f\xfb\xeb\xdf\xd6\x9f\xff\xf9\xd7\xfd\x97\x6f\x27\xbf\x7b\xff\xf5\x37\x7f\xfb\xed\xdb\x1f\xfe\x97\xf5\xc7\x3f\xfd\xf5\x6f\xbf\xff\xdb\xb7\xff\xe6\xbf\x7f\xff\x72\xaf\xff\xf6\xdb\xbb\xf6\xd7\xff\xff\xa7\xdf\xdf\xf5\xfb\x9f\x7e\xfd\xa3\xff\xff\xaf\xff\xc3\xf5\xdb\xf5\x6b\xfa\xaf\xff\xe5\x1f\xff\x25\xff\xfd\x37\xff\xf2\xaf\xbf\xfd\xf6\xff\xac\x3f\xaf\x5f\xff\xf6\xad\xc7\xff\xd6\xaf\x6f\xfc\xfd\xe5\x0f\xff\xf8\x9f\xaf\xdf\xfe\xc7\xeb\xcf\xeb\xdb\x1f\xe2\xf5\xff\xc0\xeb\xff\xe1\xeb\xf5\xf8\x45\xfc\xe0\x7f\x5b\xbf\xff\xf5\x4f\x7f\xf9\xf5\xdb\xfc\xef\x8e\xe3\xbb\x7f\xff\xaf\xff\xf6\xdb\xfa\x96\xfd\xd0\xff\xf1\x5f\xfe\xf9\x3f\x7d\xfb\x3f\xd3\xb7\x74\x7c\xcb\xf5\x3c\xeb\xb7\x94\x53\xfe\xbf\x7c\xf8\xbf\xff\xe7\xbf\xbc\xeb\xdb\x41\x2b\x41\xd4\xf3\x97\x77\xfd\xf5\xb7\xeb\x59\xbf\x5f\xbf\xfe\x71\xfd\xf2\xed\xdb\x7f\x3c\x8e\xe3\xf8\x87\x6f\xff\xf1\x9f\xfe\xe9\x9f\xfe\xe9\x1f\xbe\x86\xf8\xff\xf9\xc5\x2f\xe9\x38\x78\xf5\xde\xcf\xff\x7d\xfd\xfe\xcb\xe7\x85\xbd\xf7\xfb\x0f\x5f\xad\xf3\xfd\x87\xaf\xaf\x5c\x35\x5a\xd5\x56\xa3\xb5\xa2\xd5\xf9\x65\xdd\x5f\xad\xf3\x38\xa3\xd5\xbe\xbe\x92\x8f\x34\x69\xa5\xf8\x65\x7d\x68\x65\x9e\x0d\x5a\x27\x5f\xf1\x59\xa1\xb5\x68\x8d\xf8\x65\x29\xb4\xe6\xd7\xb3\x34\x33\xad\x8b\xb1\x74\x5a\x37\x2d\x7f\xf9\xd0\x83\xdf\x74\xd4\x77\xb4\xba\xbd\xf3\x95\x5e\xe3\xd9\xcd\x57\x7a\xa3\x05\x7d\xbd\xc7\x2f\xb3\xbf\x64\x2c\xe9\xa2\x35\x69\x31\xce\x7e\xd1\x62\x26\x3a\x63\xb9\xed\x8f\xb1\x64\xbf\xf9\x46\xeb\x3c\x68\x31\x83\xf7\x8e\xd6\x60\x96\x2e\x5b\x95\xf9\xa4\xbf\xe1\xc8\x98\xb3\xd1\x79\x46\x0f\x63\x44\x2b\xfb\x6c\xf2\x0c\xda\x47\xcc\xd2\x79\xd2\xfb\x60\x64\x8f\xad\x87\xfe\xec\x21\x66\x29\x95\x44\x8b\x91\xbd\x7e\x33\xd6\x36\x55\x66\x62\x1e\x8c\x85\xf7\x26\xa3\x5e\x7c\x73\xe6\xf8\xe5\xc9\x57\xe6\xc9\x37\x7d\x8f\xb5\xdd\x7c\x73\x56\xbe\xc9\x7e\x99\xd0\xf7\x42\xfb\x0c\xfa\x8e\xcc\x7c\xce\xc1\x38\xd9\x4b\x73\xd2\x82\xbe\xe9\x2e\x60\x1d\xe6\x66\x64\xec\xd6\xcb\x71\xf2\xde\x0b\x0d\x8d\x99\x5f\xf1\x2c\x75\xc6\xb2\x12\x2d\xfa\x5b\x99\x19\xe4\x2b\x0b\x1a\x1a\x14\xad\x2f\x1a\x72\x72\x4f\x2c\x68\x70\xb7\x2e\x68\x60\x6d\x53\x3e\xbf\x3b\x39\xa9\x54\xd6\x3d\x7e\x99\x62\x35\xf7\x2e\xfc\x32\x56\xec\x3c\x96\xcf\xae\x68\xb1\x5b\x53\xac\xd8\x79\xdc\x89\xd6\x13\xad\x5d\x68\xbd\xfc\xf2\xa1\xb5\x68\xf9\x95\xcd\x7b\xf4\x10\x2b\x76\x1e\x77\xa6\x95\x68\xf1\x95\x58\xb1\xd3\x3d\x9f\x62\xc5\x4e\xf7\x59\x8a\x15\x3b\x5d\xe9\x14\x2b\x76\x1e\x37\xfd\xc5\x8a\x9d\xc7\x4d\x7f\xb1\x62\xe7\xf1\xd8\xdf\xa0\x65\x7f\xd0\xf7\x30\x13\x13\xfa\x9e\x4e\x0b\xfa\x9e\x58\xa3\x74\x31\x2f\xac\x51\xda\xce\x19\x5f\xd9\xcc\xee\xc5\xc8\x36\x67\x93\x7d\x9d\x36\x3b\xa4\x32\x67\x9b\x1d\x52\x63\x35\xf3\xf1\xfd\x79\xcf\xc7\xf9\x5d\x0f\xf9\x80\xbe\xe9\x33\xe8\xe3\x04\xe4\x03\xfa\xca\x49\x0b\xfa\x4a\xa5\x05\x7d\xa5\xd3\x82\xbe\x32\x69\x41\xdf\xf0\x3d\xe8\x1b\xbe\xc7\xfa\x0d\xdf\x63\xfd\xda\x19\xac\x59\x0e\xfc\xff\xc3\x92\xf3\xc1\xd2\x16\x87\xc9\xd2\xc2\x14\x73\x62\x69\x4b\xa3\xc5\xd2\x96\x41\x0b\xf2\x0a\x13\x91\x24\x6f\xd3\x82\xbc\x0a\xb1\x09\xf2\x38\x8c\x39\x41\x5e\x65\xd0\x09\xf2\x2a\x83\x4e\x90\x57\x21\x36\x41\x1e\x13\x9f\x13\xe4\x39\xf1\x09\xf2\xaa\xfd\x41\x43\xb3\x3f\x68\x68\xd0\x90\xa1\xa1\x41\x43\x86\x86\x06\x0d\x99\xb1\x74\x68\xcf\x8c\xa5\x33\xb2\xcc\x58\xba\xbf\x64\x2c\x9d\xb1\x9c\x7c\x65\xd0\xc3\xc9\x26\x1f\xf4\x70\xf2\x95\xc1\xc8\x4e\xbe\x32\xa1\xfd\x64\xd4\x63\xd1\x72\xe6\x1f\x5a\xce\x3c\xcf\x0a\xa3\xae\x6c\xa5\x42\x7f\xb0\xc8\x5c\xe8\xaf\xd2\x7b\xe1\x50\x55\x7a\x2f\xac\x4a\x65\xd4\x85\x55\xa9\x17\x2d\x57\x85\xfe\x8a\xab\x62\x7f\xcc\x84\x5b\xb7\x40\x43\xb3\x3f\x68\x68\xcc\x4b\x61\x26\x1a\x2b\x56\x58\x95\xc6\x8a\x55\x58\xeb\xc3\xc8\x2a\x07\x67\xfb\x8c\x83\xb3\x6c\xc1\x5a\x17\xab\x59\xef\xef\x18\x74\xae\x88\x8e\x45\x0f\xaa\x05\x8f\x2d\x45\x07\x2b\x8d\x5a\x70\x6c\x5a\x21\xfa\x8f\x63\x33\xd7\x8a\xfe\x0d\xed\x8a\xfe\xcb\x5f\xd6\xef\x44\x63\x6e\x8a\x3f\xc6\xd2\xa0\xe1\x65\x3e\x1b\x34\xbc\xcc\x59\x93\x06\xe8\x53\x49\x58\xec\x09\x95\x84\xe5\x37\xa1\x61\xfb\x95\xf7\xdf\x7d\x05\x1a\x16\xb3\xdb\xa0\x61\x31\xce\x8e\x58\x81\x5d\xe7\x8e\xf8\x83\x25\xe7\x2e\x7d\x7c\xa5\x43\xdf\x62\xc5\x7a\xf9\x7e\x76\x43\xf1\xc8\x15\x96\x9c\x55\x3c\x16\xb4\xf7\xfe\x9d\x12\x94\xfb\xf8\x4e\xac\xe4\x50\x27\xf6\x3e\xec\xe1\xa5\xe5\x2f\xd9\xad\x1b\x6a\x43\x9d\xd8\x3b\x41\xed\xc8\xfc\x92\x1e\x86\xb3\xcb\xa8\xff\x9d\x38\xca\x28\x17\x32\xda\x1c\xca\xc5\xde\x08\xae\x3c\xe6\x77\x62\x2c\x87\xa8\xda\xfb\xb4\x07\x4e\x07\x0a\x60\x0e\x91\x53\xd6\xcb\x8a\x29\x48\x9c\x97\x09\x63\x4f\xec\xd6\x10\x24\xf9\x48\xf4\x1e\x82\x64\xef\x83\x6f\x4e\x7b\xf7\xbd\x19\x2d\xcf\xc3\x54\xe9\x62\xfd\x42\x90\xec\xed\xc9\x99\xdf\x2b\x5d\x79\xa2\x74\x65\xfa\x53\xc8\x9c\xcc\xd2\x45\x7f\x27\xe3\xbc\xe8\xef\x8b\x9f\xfd\x98\x25\x5f\x0e\x85\xd7\xee\xc2\xa0\xf9\xe4\x5d\x69\xf9\xcc\xad\xcb\xc4\xdf\x6e\x5d\x8e\xca\xed\xf1\xb3\xc5\x37\x93\xef\x05\x79\xd9\xe3\x7e\x43\x1e\x1a\x6d\xbe\xd9\x04\x68\x9f\xf9\xde\xf1\x4b\x5b\x4f\x68\xde\xf9\x64\x69\x9f\xaf\x4d\x90\x9b\xa2\xe3\xc9\xb4\xf8\xe6\xc3\xf6\xbc\x6d\xc5\x32\x24\x97\xef\x61\x5a\x16\x53\xf6\x30\x2d\x87\xdf\x64\x2c\x87\xcf\xdc\x90\xbe\xe7\x86\x64\xe2\x9f\x45\x8b\x83\xf3\xec\x68\x65\xfa\x7b\x8f\xef\xf4\xf7\xfc\x32\x4e\xdf\x7b\x19\xa7\x3d\xbc\x67\x1c\x95\x87\xd9\x7d\x0b\x2d\x36\xc8\xcb\x31\x7a\xa0\xfd\x6d\xb4\xfc\x66\xa7\xe5\x37\x43\x7f\xaf\xb2\x97\x77\xd2\x72\x2c\x17\x87\x11\x1a\xde\xfb\xfb\xa3\xf9\x3e\xb4\x58\x95\xf7\xa5\xc5\x3a\xbc\x8b\xe3\xe0\xc8\x38\x00\x6a\x1a\xa1\x61\x66\xd1\x4a\x0e\x2d\x32\x27\x85\xcc\xe2\x38\x24\x5b\x41\xc3\x97\x52\x11\xad\x46\x8b\x6f\xae\x18\xcb\x97\xa4\x8b\xd6\x43\x0b\x16\xb2\xf6\x77\x9a\x70\xde\xf4\xf7\xd2\xdf\x4e\xb4\x58\xb1\x9d\xf9\x26\xd4\xee\x93\x16\xbd\xef\xc2\x37\x7d\xc6\x58\xd0\x5a\x73\xe8\x5c\xf9\x94\x22\x74\xae\x2f\x85\x2a\x5a\x83\x16\x73\x1d\x3a\x57\xce\x8a\xf7\xcd\xde\x55\x18\xee\x97\xfd\x09\x0d\x7b\xb1\x3f\x99\xcf\xed\xde\x8d\xd6\x79\xb8\x77\x2b\x2d\xe6\x2c\xdf\xb4\xca\x77\xc8\xe9\x0c\x5d\x2d\xb7\xb6\x69\x35\x5a\x7e\xa5\xd3\xba\x68\x5d\xdf\x61\xba\xf3\x60\x6d\x11\x01\x25\xd4\x89\xa3\xc0\x14\x4b\x08\xd1\xa3\xa0\x12\x95\x10\x40\x65\xcd\x87\xd6\x57\x0f\xb5\xc2\x6c\x4a\x08\xa0\x7a\x31\x83\x25\x04\xd0\x6c\xb0\xc1\x12\x02\xa8\x16\x34\xe1\x12\x02\xa8\xa5\x74\xd3\xfa\xea\xbd\x89\xd4\x4a\x08\xa0\x3a\xb7\xdf\xfc\x9a\xa5\x29\xda\x2c\x21\x80\x46\x41\xd1\x29\x21\x80\xc6\xc9\xe9\x2f\x21\x80\xfa\x85\xe2\x51\x42\x00\x35\x51\x5c\x09\x01\xd4\x4e\x04\x49\x09\x01\xd4\x16\x8c\xaf\x84\x00\x6a\x15\x81\x5e\x42\x00\x8d\x82\xd2\x55\x42\x00\x8d\x7c\xd9\xfa\xa2\x6f\xde\xdb\xf7\xbe\xe8\x6b\x83\xbd\x5b\x02\xf9\xd6\x9e\x3b\xad\xa0\xcf\x53\x55\x02\xf9\xb6\x2f\x99\x18\xad\xa0\xef\x9e\xd0\x1e\xa2\xaa\xce\xd7\x51\x07\x7d\xad\xfb\xec\x8b\xbe\x39\x10\xa2\x65\x04\x7d\x2f\xaa\x4d\x09\x31\xd6\xdf\x2f\x9c\xf1\x43\x96\x5c\x42\xc2\xcd\x1b\xcd\xad\x8c\x20\x3d\xbb\x60\xe3\x8b\xf4\xfe\x4c\x96\x28\xa4\xdf\x18\x80\xfe\x12\xd2\xaf\xde\x63\xd2\x8a\xa5\x5d\x40\xc8\x12\xd2\xaf\x9d\x87\xcf\xbe\x48\x6f\x6d\xfa\x5e\x90\x3e\xd0\xb5\x4b\x00\xb5\x29\xeb\x29\x01\xd4\x66\x1f\x4c\x75\x00\xb5\xd6\x8b\xbd\xaf\xd8\x58\xcb\x1e\xbe\x48\x2f\xb2\xc8\x82\xd4\xdc\x68\xec\x25\x80\x5a\xd9\xd3\xd6\x17\x7d\x55\x98\x51\x02\xa8\xd5\xb6\x99\xa4\x90\xaf\x75\x9e\xf4\x1e\xf2\xb5\x4e\x0e\x7f\x09\xf9\x5a\x2f\x37\x79\xc8\xd7\xfa\x48\x51\xc8\xd7\xa6\x56\x57\x42\xbe\xb6\x74\xd8\x62\xeb\x76\x16\x2c\xe4\x6b\x6b\xb0\xac\x12\xf2\xb5\x4d\x18\x74\x09\xf9\xda\x85\x89\x65\x7e\xd1\xd7\xab\xd4\x06\x24\xef\xd5\xaf\x04\x24\xef\x13\x0d\xa5\x5c\x2c\xed\x05\x7d\x57\x8e\x96\x47\xf3\xfa\xa2\x6f\x1c\x0f\xfd\x5d\x25\x36\x2b\x7a\x4e\xb9\x58\xbf\xe6\xb3\xd8\xba\x37\x6c\xa9\x84\x3c\x9f\x62\x97\x12\xf2\x7c\x1e\x9d\x91\x85\xd0\xae\xe7\x69\xef\x17\x07\xdc\x5f\xde\xd1\xba\x6c\xc5\xd6\xed\xce\xcb\xf5\xc6\x58\x6e\x7b\x58\xf1\xcd\x87\xf9\xbc\x82\xbe\xe1\xa8\x6f\xb4\x1e\x18\x6d\xb9\xbf\xe8\xab\x03\xdd\xb7\xdc\x71\x34\xd7\xc5\x57\xee\x33\xbe\x72\xb2\x7b\x42\x81\xe8\xd7\xe9\xb3\xa0\xef\xc3\x26\x6e\x8e\xe6\x60\xd4\xa1\x40\xcc\x27\xdb\xdf\x17\x7d\x55\xa3\x4d\xb9\xa1\xcf\xb9\x0e\x05\xa2\x16\x04\x57\x09\x05\xa2\x16\x19\x43\x28\x10\xb5\x2d\x7f\xc9\xd1\x74\x55\xee\x2f\xfa\xea\x46\x3b\x2b\xb7\x47\x93\x91\x85\x72\xd1\x5e\xf4\xe9\x12\xca\xc5\x50\xd7\x2e\xa1\x5c\x8c\x8a\xd1\xa6\x84\x72\x31\x9b\x87\xf8\x29\xd1\x72\x64\x4f\x8d\xd6\x65\xab\xc5\x59\xb1\xf7\x50\x3c\x6a\x39\x6c\x05\x7d\x27\x78\xa1\x3c\x93\x93\xca\x2e\x7f\xae\xd8\x75\x28\x02\x25\x94\x92\xbe\xa5\x36\x94\x92\xb1\x1f\x7b\x0f\xd6\xda\x16\xf3\x19\x4a\x49\x3d\x9b\xef\x05\x7d\x2f\x7a\x63\x79\x61\xad\xee\xe4\x50\x4a\xca\x4a\xcc\x59\x28\x25\xfd\xc3\x06\x43\x29\x19\x69\xfb\x5e\x81\xd1\xc2\x6d\x42\x29\xa9\x0d\x03\x67\x79\x11\x1d\x28\x4f\x25\x94\x92\x76\x23\xf0\x4a\x28\x25\xa3\x26\xfb\x9b\xb1\xb6\xee\xcf\x50\x4a\xea\x94\x4f\x84\x52\x52\x4f\x8c\x60\x25\x94\x92\xf6\xca\xbc\x43\x29\xe9\xe5\x75\x2c\xb1\x3f\x2b\xe8\xb6\x84\x52\x52\x55\x00\xcb\x62\x7f\x4e\x28\x0a\xb3\xd7\x3c\x0a\xfd\x85\xd9\x6b\x7e\x38\x4a\x28\x2c\xe3\xf4\x14\x87\xc2\x32\x27\xa8\xa3\x84\xc2\x52\x43\xc8\xfc\x98\x25\x2f\x48\x47\xf6\x96\x15\x4b\x7b\x23\xc1\xcb\x8a\xa5\xdd\xca\x8a\x05\x6b\xcd\x3e\x0b\xd6\xd3\x5c\xf6\xd0\x81\xda\x70\x02\x43\x07\x6a\x8f\x07\x67\x05\x6b\x7d\x3e\xbf\x5c\x31\x2d\xe8\x47\x25\xf4\xa3\x5e\x30\x4e\x94\xd0\x8f\x7a\x7b\x78\x2f\xf4\xa3\x7e\x01\xe5\x4b\xe8\x47\x73\xa0\x33\x97\xd0\x8f\x46\xf6\xd8\x86\x7e\x34\xc6\xe7\x2b\x71\x34\x2f\xb4\xf2\x12\xfa\xd1\xcc\x4a\xd4\xd0\x8f\xda\x2b\x9b\x08\xfd\xa8\xd7\xcb\xf7\x26\xbd\xb3\xd0\xa1\x1f\xcd\x89\x45\xac\xec\x1b\x09\xce\x2c\xed\x07\x76\x66\xef\xc1\x7a\xde\xe1\x7b\x2c\xed\xa7\x87\x1d\x4c\x18\x81\x57\x43\x77\xaa\x27\xcc\xb4\x1e\xc1\x7a\x12\x06\x8f\x1a\x36\xb0\xda\xd1\xe3\x6a\xe8\x55\x75\xb0\x0e\xf5\x40\x74\x60\x4e\xaa\xa1\x57\xd5\xfb\xb6\x15\xeb\xb7\xb6\x5f\x09\xfa\x0e\xd8\x52\x3d\x10\x8d\x6c\xc8\x1a\x36\xb0\x76\x6e\xdf\x8b\xf5\x7b\x00\xef\x35\x74\xae\xb6\x93\xcf\x9e\x38\xb6\x9f\x51\xc7\xd6\x4d\x9f\x67\x21\x3a\x52\xf5\x9b\xb1\x7e\xe9\x8d\x59\xaa\x61\xe8\xea\x27\x5a\x56\x0d\x43\x57\x5f\xcc\x52\x4d\xc1\x7a\xbe\x50\x74\xb4\x58\xbf\xd7\x67\xb1\x7e\x15\xa1\x5d\xc3\x08\x36\x35\xa2\xd4\xc4\xfa\xb1\xb6\x35\x8c\x60\xf3\x4d\xb6\x62\x7f\x0e\xcc\x26\x35\x8c\x60\x4d\xbd\xbf\x26\xe8\xc3\x68\x53\xc3\x08\xd6\x6b\x76\x9c\xc1\x5a\xd3\xf6\x3d\x58\x6b\x86\xda\x30\x82\xd5\xd9\xfc\x65\x1c\xcd\x3d\x18\x4b\x18\xc1\xea\xe6\x10\xd7\x30\x82\xb5\x6c\x7f\x39\x44\x47\xc5\x50\x52\xc3\xb2\xdc\xae\x6c\x2b\x58\xcf\x8d\x3e\xf6\x35\x88\xaf\x96\xeb\x97\x5b\xcc\x19\xa2\xa3\xe6\x1e\x2c\x12\xc1\x55\xc3\xb0\x36\x26\x46\xa9\x1a\x9a\xf0\x7c\xb3\xfd\xc5\xfe\x7c\x11\xb7\x35\x0c\x6b\x73\x3d\x7e\x33\xe8\x7b\x2e\xbf\xc2\xf9\x9b\x7e\x25\xb4\xba\xb3\xdb\x5f\xd0\x97\x38\xb7\xf5\x0c\xfa\x1e\x98\x4d\x0d\xf3\x5c\x4b\x70\x86\x1a\xe6\xb9\x91\x1e\x5b\x41\xdf\x70\x35\xcf\x10\x8d\x22\x8b\x7a\xa2\x95\xbb\x43\xce\x16\x0a\x92\xf3\x72\x76\xc4\x1f\xfb\xf3\x44\xb5\x71\xfd\xc2\xe4\xd7\x56\xb6\x75\x71\xfa\xd9\x4b\xe7\x8d\x00\x3a\x69\x3d\x88\x70\xc7\x19\xeb\x77\x26\xc7\xa2\xea\xc6\xbc\x9c\xa8\x6e\xa8\x1a\xb5\xa0\xba\x81\x6b\x6a\x41\x75\x73\x96\xc2\x1c\x58\x76\xa7\x87\x30\x07\xd6\x8c\xf8\xab\x61\x0e\xac\x27\x0a\x44\x2d\x88\x0e\xd4\xb3\x1a\xe6\xc0\x3a\x0f\x9f\x81\x3a\x5c\xbf\x30\x07\xd6\xdb\x19\x2c\x88\xc6\x9f\xb2\xe4\x1a\x20\xa7\x4f\x0f\x47\x41\xab\x43\xa2\xd6\xb0\x14\xb6\x0e\xe4\xa9\x05\xad\xf5\xd3\x41\xb0\xd6\xbb\xf8\x6c\x73\xc0\x21\xa8\xc6\xd1\x3c\x1a\x53\x56\xe3\x68\x9e\xc8\xde\x5a\x43\x6a\x4e\x34\xe1\x5a\xcf\x68\xe1\x34\xa8\x55\xad\x87\x6f\xd6\x2f\xd2\xbb\xd2\xbd\x56\xb4\x1e\xcc\x26\x35\xac\x96\xe3\x0b\x99\x47\x2b\xb6\xee\xe9\xc6\x0a\xab\xe5\x38\xbb\xef\x5d\xd1\x72\x3a\xc3\x6a\x39\xce\xd7\x71\x06\x6b\xed\x48\xcd\x1a\x56\xcb\x71\xdd\x8e\x33\x8e\x66\x73\x83\x84\xd5\x72\x3c\xd8\xc0\x6a\x38\x33\xc7\xc6\xc5\x55\x9b\x52\x13\x1a\xc2\xa2\x39\x7b\xb2\x15\xac\xa7\xc1\xae\x6b\x58\x34\xcb\xf6\xe0\x04\xa0\xac\xcf\xf2\x9b\x0d\x7c\x02\x7d\x01\x28\x7b\x76\x5b\x37\x44\x07\x7a\x40\x0d\x40\x39\x12\x7a\x40\x0d\x40\x39\x32\x7a\x4e\x0d\x40\x39\xda\xb6\xf7\xa0\xef\x01\x7a\x56\x00\x65\x7b\x7c\x2f\x44\xc7\x44\x7f\xaf\x01\x28\xe7\x94\xb5\x76\xb4\x02\x0c\x2c\xb5\xb3\x75\xd1\x49\x6a\x00\xca\x31\x17\xef\x75\x50\xc7\x4b\x7f\x01\x28\xeb\x28\xfe\x32\xe8\x1b\x8f\x2d\x45\x87\xdf\x8c\xad\xbb\x97\x2d\x8e\xa6\x0c\x2c\x00\x65\x3b\x26\xb3\x04\xa0\xd4\xae\x5d\x01\x94\x09\xd0\x58\x03\x50\xb6\xac\x18\x0b\x40\xd9\xf2\xe7\x59\xec\xcf\xaf\x73\x1e\xad\xa0\xef\x46\x2f\xae\x01\x28\x5b\x73\xdd\x03\x50\xb6\x81\xd9\xab\x06\x6a\x6c\xaf\xbb\x27\x50\x63\x3f\xba\xcf\x0a\x48\x86\xfd\x19\xa8\xb1\x37\x45\x6a\xa0\xc6\xfe\x02\xd0\xeb\x60\x7f\x5e\xb6\x62\x7f\x76\x45\x40\xa0\xc6\x59\x65\xc2\x81\x1a\x67\x53\xfc\x05\x6a\x1c\x0f\x08\xaf\x0e\x45\x87\xa3\x0e\xd6\x93\x3d\x2b\x03\xd1\x21\x23\x0a\xd4\x58\x8b\xe7\x2f\x50\x63\xbd\x3f\xad\x10\xfd\xaf\xbf\x0c\xd4\xd8\x12\xde\x94\x1a\xa8\xb1\xcd\xc1\x0c\x06\x6a\x6c\x2f\x0e\xe7\x1a\xa8\xb1\x0f\x4f\x6a\xa0\xc6\x51\xdc\x13\x81\x1a\xc7\xc0\x07\x54\x03\x35\x8e\xab\xfb\x95\xa0\xef\xbc\x7c\x16\xf4\x5d\xb7\xfd\xdd\xe8\xa9\xcc\x60\xa0\xc6\x39\x3d\x55\x81\x1a\x47\x7b\x99\xa5\x40\x8d\xb5\x5f\xd2\x10\xfc\xa5\x6f\x46\x16\xa8\x71\x34\x8c\x7c\x35\x50\xe3\xcc\x0a\xa7\x40\x8d\x35\xe3\x6e\xab\x17\xfb\x53\x1e\x12\xa8\xb1\x16\xf9\x44\xa0\xc6\xba\xe4\x05\x17\xe7\x0f\x3c\x54\x03\x35\xb6\x82\xab\xb8\x5e\x18\x3c\xe4\x4b\x81\x1a\xdb\x40\xe1\xac\x81\x1a\xdb\x8d\x73\xbf\x06\x6a\xec\xa7\x33\x11\xa8\xb1\x0f\xd0\x43\x0d\xd4\xd8\xaf\xf6\x33\x5b\x72\x0d\x40\x39\xe6\xf4\xb5\x60\x3d\x13\x3b\x5e\x0d\x40\x39\x5e\x59\x6b\x00\xca\xa1\xad\xb5\x06\xa0\x9c\x3a\x68\x2a\x80\xb2\x3a\x81\x37\x80\xcb\x43\x15\x80\x72\x76\x65\xe1\x8d\xc1\xc3\xe3\x70\x63\x10\x70\xf3\x04\xa0\x6c\xb3\xfb\x4d\xec\x55\xd3\xde\x83\xbc\x1b\x1d\xbd\x06\x68\x6c\x57\xf6\x59\x1c\xbf\xab\xb3\x60\x01\x1a\xdb\x50\x74\x04\x68\x9c\x0f\xf6\xf0\x1a\xa0\xb1\x6d\xdc\x82\xf5\x61\xf9\x9c\xc0\x00\x8d\xb5\x7a\x1c\x02\x34\xb6\xcf\x61\x0c\xd0\xd8\xf2\x62\x51\x02\x34\xb6\x57\x16\x19\xa0\xb1\x2d\x6c\x91\x35\x40\x63\x5b\x8a\xb8\x00\x8d\x43\x14\x50\x03\x34\x8e\x99\xfc\x66\x1c\xbf\xad\xee\xfb\x20\xf9\xd5\x45\x01\x8d\x8f\x0c\x45\xd0\xa8\x26\xfc\xa0\x79\xab\x29\x06\x68\x6c\xd7\xc9\xfa\x05\x68\x9c\x1d\xc7\x63\x0d\xd0\xd8\x86\xac\x2e\x40\x63\x4d\x80\xcd\xfa\x22\xfe\x30\x71\xd4\x17\x7b\x9c\xe2\x28\x40\xe3\x4c\x6a\x83\x01\x1a\xe7\x39\x6c\x85\xe4\x6f\x52\xf4\xaa\xb9\xb1\x3d\x5f\x8c\x52\xd9\xaf\x20\xfe\x30\xd3\xd4\x00\x8d\xa3\x10\x9b\x51\x01\x8d\x8f\x2c\x2b\x40\x63\xd5\x06\x5d\x03\x34\x8e\xac\xe8\x08\xd0\xd8\x8b\xe2\x6f\x01\x8a\x71\x4e\xd5\x85\x66\xe3\xf1\x5b\xd0\xa7\x66\x13\xa0\xb1\xde\xee\x64\x40\x63\xc6\xd0\x55\x41\x86\x99\xf8\x92\x0a\x32\xcc\xb8\x13\x2b\xc8\xf0\x55\x74\x04\x32\xac\xd5\xd3\x11\xc8\xb0\x7e\xe6\x33\x90\x61\x9d\x9f\x91\x61\x6f\x74\x96\x02\x19\xd6\x7b\xda\xc3\x62\x2c\x7e\x33\xd8\xe7\x72\xd7\x05\x32\xac\xab\xb3\xd2\x5b\x7b\x2a\x14\x6d\xd8\x27\x4e\xb4\x1a\xc8\xb0\xa5\xe6\xb3\x82\x0e\xcb\x4c\x04\x32\x6c\xa7\x3d\x04\x32\x6c\x55\x31\x06\x32\xec\xee\xc8\x0d\x7b\xa9\x7e\x05\xf6\xa2\x0e\xbb\x61\x2f\xa7\xdf\x8c\xf3\x77\x7f\x7e\x09\xf2\x95\x09\x07\x32\x6c\xdb\x95\x0e\x64\xd8\xb6\x28\x07\x64\xb8\x89\x56\x68\x07\xeb\x87\xc0\x6b\x81\x0c\x7b\xc5\x38\xd1\x02\x19\xf6\x86\x78\x6f\x81\x0c\x7b\x47\xf7\x6d\x07\xfb\x13\x26\xdc\x0e\xd4\x33\x34\xda\x16\xc8\xb0\x3f\xd9\x56\xc7\x74\x37\x69\x85\xfa\xb2\x89\xcd\x68\x81\x0c\xfb\xde\xf6\x1e\xe7\xef\xe0\x84\xb7\x40\x86\x23\x37\x7f\x19\xfb\xf3\x9c\x8b\x56\x88\x87\x79\x3b\xb2\xe0\x91\xd7\xf3\xd0\x52\x3d\x63\x9c\x81\x0c\xa7\xae\xfe\x16\xc8\x70\x6a\xc5\x6f\x81\x0c\x67\xc5\x68\xd3\x12\x3c\x72\xfe\x4c\x4b\x6e\x01\x1a\x67\xc5\x56\xd7\x00\x8d\x0d\xd8\xd6\x00\x8d\xfd\xf5\x93\x71\x34\x27\xc7\xaf\x05\x68\x1c\xd9\xc9\x0d\xd0\x58\xd6\x69\x0b\x7b\x5c\x76\xd0\x37\x6c\xd7\x67\xb1\x75\x5f\xc9\x0b\xd0\xd8\x85\xd6\x2d\x40\x63\x6f\xc5\x67\x01\x8a\x3b\xb2\xa9\x01\x1a\x1f\x7f\x19\xa0\xb1\xab\x65\xb5\x00\x8d\xe3\x75\x31\x33\xf6\x38\xc0\x43\x0b\xd0\x38\x47\xb2\x15\xf4\x0d\xa2\x15\x5a\x80\xc6\x39\x88\x4f\x68\x01\x1a\x8b\x7e\xe3\x16\xa0\xb1\xe8\x6f\x6e\x59\x7b\xa3\xcf\x2e\x0e\xaa\x23\x0b\xfa\x5a\xf3\x2b\xd8\x53\xd9\xe4\x2d\x03\x8a\x09\x9f\x69\x99\xa3\x79\x48\x43\x1c\xcd\x1b\x9d\xb9\x09\x1a\x27\x9b\x27\x40\x63\x5d\x58\xa1\x5a\x80\xc6\x2a\x23\x6a\x01\x1a\xeb\x76\x06\x03\x34\xb6\x73\xf9\x2c\x8e\x66\x87\x41\xb7\x93\xa3\x89\x0b\xb6\x05\x68\x6c\x15\x4f\x7f\x03\x34\x76\x8e\x7b\x03\x34\x0e\x74\xa0\x76\xc2\x5a\x3f\x23\x8b\xa3\x79\x55\x7f\x19\xf4\xad\xd3\x71\xc6\xd1\xbc\x61\x9f\x2d\x40\x63\x7b\x92\xfd\x81\x9c\x10\xb0\x2d\x40\x63\xaf\x88\xcd\x16\xa0\xb1\x4f\x3c\x0a\x2d\x40\x63\xbd\x61\x36\x2d\x40\x63\xbf\xb0\x2c\xb7\x00\x8d\xfd\xfd\xb4\x82\xb5\x6a\xfb\x6c\x01\x1a\xc7\x1c\x7e\x33\x34\xb7\xcb\x1d\x19\xa0\x71\x3c\x98\x07\x5a\x80\xc6\xa1\xee\xdb\x02\x19\x8e\xe5\x0c\x16\x44\x63\xf2\x9b\xa1\xb9\x0d\x67\x29\x90\xe1\xbc\xdc\x05\x81\x0c\xe7\xed\x8e\x0c\x64\x58\x16\x46\x8d\x16\xc8\xb0\x1a\x22\xda\x2a\x46\x29\x47\x1d\xc8\xb0\x4e\x8f\x66\x20\xc3\x7a\xbb\x7b\x02\x19\xb6\x8c\x95\xbb\x55\x44\xff\xe7\x9b\xb1\x7e\x65\xf9\x4b\xec\xa9\xae\x6d\x20\xc3\x2e\xb4\x6e\x81\x0c\x7b\xc5\xda\xd9\x2a\xc8\xd7\x5d\x57\xb1\x17\x7b\x72\x44\x86\x88\x9c\xf6\x41\x86\xf6\x10\xac\xe7\xee\x7e\x73\x63\xf6\xe2\x19\xc8\xf0\x04\xf3\x34\x90\x61\xb7\xf7\x40\x86\xb5\xb8\xaf\x03\x19\xd6\x82\xea\xd6\x02\x19\x56\x8d\x83\x2d\x90\x61\xfb\x9c\x3f\x90\xe1\xe5\xf9\x6b\xac\x9f\xbd\x83\x0c\x07\xc6\x9e\x16\xc8\xb0\x75\x30\x48\x0b\x64\x38\xd7\xc3\x5c\x37\xec\xc5\xdd\x6f\x22\x1a\xe5\x67\x81\x0c\x47\x4a\x8e\x1a\x57\x5c\xb5\x87\x40\x4e\x07\x8e\xf8\x26\x32\x74\xf7\x80\x0c\x97\x62\x25\x90\x61\x59\x78\xbc\x5a\x20\xc3\xb2\xe5\x28\x20\xc3\xcf\xbc\x80\x0c\x8b\x7c\x10\x64\x78\x13\xa8\xd8\x44\x86\xe9\x67\x41\x70\xed\x03\x1a\xed\x1c\x7b\x9c\x5c\x1e\xd0\xd8\xb1\xbd\x34\x40\xe3\x83\xc9\xbb\x01\x1a\x9f\x6e\x0b\x7b\x95\xf2\x2e\x40\x63\x37\x80\xac\x75\xec\xc5\x2e\x11\x5e\xc8\x0b\x2b\x54\xc3\x0b\x79\x39\xe8\x00\x8d\xfd\x46\x5b\x6a\x80\xc6\xd7\xe9\xd4\xd5\xb8\xfd\x65\xc5\x97\xe9\x57\x60\x3d\xe8\x39\x6d\x08\xfa\xd9\x04\x03\x57\xc7\x6d\x6b\x62\x2d\x83\xda\x00\x8d\xf5\x5d\xf6\x87\x97\x15\xbd\xaa\x0d\x40\x31\xae\x9c\x86\xab\xf1\x24\xee\xba\x05\x68\x6c\x2b\xfb\x6c\xb3\xd0\x8c\x33\x40\xe3\xb8\xd0\x06\x5b\x80\xc6\xf1\x12\xae\xd3\x02\x34\xce\x4c\xa4\x6e\x03\x34\x7e\x44\x40\x80\xc6\x3e\xb1\x56\xb7\x00\x8d\xf3\xfe\x7c\xb3\xe1\x44\xf3\xbd\x89\xfb\x12\x8a\x02\x18\x96\xed\xe1\x08\x60\x58\x0d\x12\x6b\x13\xe0\xeb\xd1\xc4\x9d\x78\x6d\x7b\x08\xf1\x90\x14\x32\x13\x9b\xa2\xcf\x2e\x6c\xde\x1e\x9c\x00\x86\xf5\x54\x27\x01\x18\x9e\xb2\x56\x80\xe1\xa9\x68\xbc\x3c\x7e\x1c\x62\x80\xe1\x40\x87\x6d\x01\x0c\xeb\xb3\xfc\x0a\xdb\x13\xc7\x6a\xbb\xf0\x59\x60\xf0\x68\x00\xc3\x43\x26\x05\x30\x34\x1c\xb0\x5d\xd8\xf4\x89\x48\x68\x01\x0c\xdb\xa9\x58\x09\x60\xd8\x2a\xc6\x9e\x76\x81\x9c\x8a\x23\x43\x3c\x28\xa6\x03\xfd\xf5\x8c\x29\xad\x05\xfa\xeb\x7a\x1b\x5a\xa0\xbf\xde\x31\x74\xb5\x1b\x77\xa9\x2b\x16\xe8\x6f\x24\xf4\xfe\x86\x3b\x51\xdd\xbe\xe1\x4e\xac\x98\xaf\x1a\xee\x44\x23\x90\x5a\xa0\xbf\x69\xf4\x40\x0b\x77\xe2\x14\x84\xb7\x1b\x9f\x45\xf5\x97\x61\x33\xbd\x5c\xf7\x1b\xe4\xa4\x8e\x87\x3b\x31\xb9\x97\x70\x27\x3e\xd9\xd6\xc6\xe0\x48\x0f\xb8\x13\xa7\xb3\x14\xc8\xb0\x3e\x44\x27\xb5\x40\x86\x4d\x77\x54\x7b\x30\x5c\xc8\xea\x02\x19\xf6\x13\x97\x7d\x7b\x64\x9f\xbe\x87\x66\xfa\xe9\x21\xd6\xcf\xd8\xe3\x86\x3b\x31\xe3\xb0\x6c\xb8\x13\xbb\xbb\xee\xe1\x8c\x79\x6e\x03\x19\xce\x13\x87\x5e\x0b\x64\xd8\xea\xe5\x7b\x88\xf7\xcc\x7e\x79\x30\x8c\xca\x7b\x1e\x78\x08\x9e\xa4\x86\x3b\x71\x3a\x96\x17\xf1\xae\x98\xc6\x9d\x78\xbb\xee\x2f\x3c\x44\x86\x19\xc8\x70\x64\xcc\x11\x0d\x64\x78\x2a\x98\x03\x19\x8e\xe1\xbe\x0e\x64\x38\xa6\x6a\x08\xee\xc4\xfb\xf4\xbd\x10\xef\xdb\x33\x16\xc8\x70\xa6\x4f\x0b\x77\xb0\x3b\x32\x90\xe1\xfc\x08\xd8\x40\x86\x65\xd5\xf7\x67\x2c\x19\xd0\x68\x10\x76\xc3\xd3\x78\x62\xa7\x6c\x8b\xa3\xa9\x5c\x5e\x6c\x5d\x75\xae\x00\x8d\xfd\xc4\x69\xd0\x16\xa0\x43\xf0\xb0\x20\x7d\xf9\x2c\x48\x5f\x58\xa8\x5a\x80\xc6\x39\x1f\x9f\xa1\x79\xe3\xd0\x6b\x01\x1a\xa7\x66\x93\x06\x68\x4c\x6a\x36\xcb\x20\x1c\xc7\x82\xcd\x94\x28\xc2\x06\x68\xac\x82\xa3\x05\xeb\xe9\xfe\x12\xfa\x14\x01\x80\xc6\x5b\xbd\x7f\x03\x3a\xdc\x3c\x01\x1a\x67\x23\xcc\xbb\x6d\x24\x23\xde\xfc\x06\x68\xbc\x00\x86\x2d\x40\xe3\x4c\x8a\x80\x8d\x4d\x58\x31\xb6\x61\x3d\xea\x7f\x80\xc6\x73\xda\x0a\xc9\x7f\x11\xc1\xd2\x00\x8d\x8f\xba\x13\xee\xc4\xae\xac\xdf\x68\x6e\xcd\x6f\x3e\x08\x2e\x28\xda\xb8\xdb\x86\xad\xc5\xa8\xed\x61\x73\x70\x62\xd4\x3d\x40\x63\x1b\x68\xad\x1d\xd0\xb8\xd0\x42\xfa\x81\x51\x83\x51\xf7\x00\x8d\xf3\xc4\xc6\xd7\x71\x27\xe6\xed\x57\x90\xfc\x18\x4a\xfa\x01\xeb\xb9\x6c\xa9\x99\x9e\xb4\x00\x8d\x1c\xb1\x1e\xa0\x71\xa8\xcb\xf4\x00\x8d\xd3\xe8\xd8\x7e\xa0\xd9\x20\x52\x3b\xa0\x71\x40\x43\xc7\x9d\x38\x8b\xbf\x5c\xd8\xdf\x1d\x4b\xac\x9f\x09\x0b\x3d\x40\x63\xd5\xfe\xde\x13\x9a\x29\x86\xa0\x1e\xa0\xb1\x56\x60\x77\x0f\xd0\x58\x3b\x0c\xac\x27\x58\x0f\xb1\xc0\x3d\x90\x61\xed\xd8\x76\x7b\xc2\x5d\xe3\xbc\x24\x44\x07\x26\x80\x8e\x3b\x71\x0f\x7b\x40\x74\xc0\xce\x7a\x32\xd2\x06\x8a\x12\x36\x6f\xa2\xb7\x7b\x20\xc3\x96\xd0\x53\x7b\x42\xbc\xdf\x7e\x33\x58\x4f\x39\x1d\xcb\xc6\xe4\xc0\x3a\x64\x6d\xde\x9b\x16\x36\x6f\x54\xa2\x8e\x3b\x71\x39\xf3\x81\x0c\x7b\x75\x3e\xb3\x3e\x19\xa8\x0d\x64\xd8\x1f\xf4\xe2\x8e\x3b\xf1\x2d\xf6\x00\xe8\x9f\x8c\x2c\x90\x61\x5f\xc5\x5f\x02\xfa\x9b\x2d\x7c\x32\xe0\x85\x9e\x31\x4a\x21\x44\x7b\x20\xc3\xd1\x5c\xe9\x8c\xe6\x8d\xa8\xea\xb8\x13\xaf\xe6\x38\x43\x7d\xd1\x6c\xd9\x03\x19\x8e\x45\x9a\x5a\x0f\x64\x38\x07\x27\xbc\x07\x32\x9c\x2f\x08\xa8\x9f\xb8\x83\x41\xda\x3d\x90\xe1\xd8\xd8\x92\xfb\x89\xfa\xb2\x7c\x86\x51\x0a\xeb\x71\x07\x19\xe6\xe4\x57\x42\xfd\x2c\x28\x09\x1d\x64\xb8\xf1\xb4\xf4\x13\x9b\xbe\x33\x01\x32\x1c\xee\x41\x90\xe1\x31\x6d\x29\x3a\x7c\x0f\x64\xd8\x1d\x35\x46\x1b\x94\x99\x5e\x54\x3f\x6d\x11\x29\xf5\x25\xe2\x7e\xc8\x92\x7b\x80\xc6\x31\x90\xa1\x3d\x40\xe3\xb8\x90\x54\x3d\x40\x63\xeb\x4e\x6e\xc1\x93\x8a\x26\xd5\xf1\x34\x1e\x48\x8e\x8e\xa7\xd1\xf0\xe9\x8e\xa7\xd1\xe4\x82\x5e\x64\xad\x6c\x82\x00\x8d\x35\x9f\x7e\x33\x8e\x66\x76\xc1\x0a\xac\x15\xc7\x40\x0f\xd0\x58\x3b\xbe\xcc\x1e\xa0\xb1\x8e\xc3\x6f\xc6\xd1\xd4\xba\xd3\x01\x8d\x0b\x63\x41\xaf\x7a\x8a\xd9\xba\x15\x7b\x1c\x7a\x4e\xaf\x04\xf9\xe1\xb9\xed\x80\x46\x8d\xf1\x1d\xd0\x38\x93\xdf\x04\x54\xe1\xde\xeb\x15\xcd\x1b\x58\xda\x3f\xa0\xd1\x5f\xc6\xd6\x3d\xf1\xd8\x77\x40\xe3\xc0\x26\xdc\x01\x8d\xc3\x43\x15\xa0\xb1\xbf\xdd\x6f\xbe\xd8\xce\xfc\x4a\x6c\x5d\x73\xd6\x3a\xee\xc4\x29\x9b\x00\x34\xde\xe8\xe8\x3d\x40\xe3\x78\x80\xd6\x3d\x40\xe3\x58\xaf\x2d\x82\xc4\x9c\xcf\x00\x8d\xf3\x94\x69\x34\x8c\x52\x6e\x9e\xa6\xd1\xc6\x67\x21\x1a\x3f\xac\x95\xf8\xd4\x05\xca\xe9\xc4\xa7\xa6\xe2\xb3\x58\xbf\x13\xb1\xd2\x05\x8d\xb7\xcf\x30\x6a\x74\x47\x1d\xeb\xb7\xdd\x13\x0d\x64\x21\x63\x0f\xd0\xd8\x16\x66\x9a\x4e\x7c\xea\x29\xab\xeb\xb8\x83\xd1\xab\x7a\x27\xc8\xcf\xde\x3b\x47\x13\xed\xba\x07\x68\x1c\x9a\x38\x3a\xf1\xa9\x97\xbb\x20\x40\xe3\x14\xa4\xf6\x00\x8d\x65\x15\xbf\xc9\xfe\xc4\xd0\xd5\x89\x4f\x3d\x97\xbd\x63\x74\x73\xb7\x76\x8c\x52\x9f\x6f\x12\x7f\x8b\x46\xd4\x89\x4f\xbd\x9b\xef\x2d\xb4\x41\x9f\x61\x2f\x56\x70\x0d\x22\x35\x00\xe1\x1d\x77\xe2\xe7\x04\xe0\x4e\xac\xe0\xb6\x4e\x10\x6a\x47\x7d\xe9\x83\x20\x31\x22\x2e\x3a\xc8\x50\xf7\x65\xc7\x9d\xf8\xa0\xff\x75\xdc\x89\x03\x33\x4d\xc7\x9d\x68\x62\x4c\x0f\x64\x38\x3e\xc2\x70\xc0\x5a\xb7\x5f\x41\xb5\x71\x5e\x02\x19\x8e\x4b\x76\x36\x88\x24\x92\xd5\x05\x32\x9c\x9f\x99\x0f\x64\x38\x1b\x50\xbe\x07\x32\x9c\x43\x01\x14\xc8\x70\x6e\xf7\xd2\x44\xb5\xc1\xaf\xd4\x03\x19\x96\x45\x8c\x7b\x9f\xb8\xbb\xf1\xf3\x74\x82\x50\x4f\x94\x99\x4e\x10\x6a\x21\x78\xb5\x13\x84\x5a\xb0\x72\xf7\x70\x27\xd6\x0b\x1c\xd5\x03\x35\xd6\x8d\x15\xbf\x07\x6a\xac\xc6\x51\x74\xdc\x89\x87\xbb\x95\x20\xd4\x21\x7f\x99\xf8\xa3\x86\xdf\x5c\xc4\x7e\x31\x9f\x04\xa1\x0e\xf4\xf0\x8e\x3b\xf1\xc2\xce\xdc\x03\x35\x8e\x4b\xc5\x23\x50\xe3\xb8\x51\x1c\x7b\xa0\xc6\x99\xdc\xd7\x81\x1a\xcb\xaa\xbe\x87\xe8\x78\xe6\xcf\x58\xf2\x25\x28\xb6\x03\xec\xa9\x6e\xc8\x0b\x7b\xaa\x1b\x84\xf8\x54\x93\xa6\x7b\x00\xca\x6a\x7e\x4b\x0f\x40\x59\x93\x13\x48\x7c\x6a\x52\xd6\x5f\x78\x8a\x9d\x96\x0b\x57\xce\xed\x2f\x37\xfa\x18\x83\xbe\xd1\xca\x71\xa6\x74\xe2\x53\x4f\x8c\x21\xfd\xc6\x5e\xa5\x46\x74\x6b\xaf\xf2\x3d\x00\x33\x80\xab\xdf\x68\x3d\xea\x39\xb8\x13\x3b\xb6\xa5\x8e\x3b\x51\x07\x62\x27\x3e\xf5\x56\xa6\x11\x9f\x7a\x57\x9f\x05\x7d\xb7\x52\x9a\xf8\xd4\x17\xf4\xd0\x89\x4f\x7d\xd1\x92\x3b\x80\xf2\xdd\xb6\x16\x6c\x89\x8d\x75\x73\x34\x95\xcb\x0f\xa2\x43\xfa\x00\x94\x8b\x38\xef\x8e\xab\x71\x63\xcb\xea\x00\x4a\xf3\xf5\x3a\xae\xc6\xa4\x66\xa3\xab\x71\xfa\x1e\x9e\xe2\xd7\xf7\xd0\xca\xdd\x74\xb8\x1a\x8d\xd4\xe8\x0f\x41\x8c\x87\xdf\x24\x88\x51\x56\xf7\x10\x69\x43\x80\x5c\x07\x50\x76\x80\x6f\x07\x50\x0e\x0c\x17\x1d\x40\x39\x3e\xbd\xe3\x6a\xc4\x06\xdd\x71\x35\x3e\xc0\xbd\x1e\x80\xb2\xbd\x38\xc3\x3a\xae\xc6\x17\x27\x6f\x7f\x0d\xfd\xf7\x97\xb0\x1e\xdc\x2e\x3d\x00\x65\xaf\xe0\x93\x1e\x80\xb2\xeb\x33\xef\x01\x28\xfb\x70\x67\xbd\xa0\x8e\xd3\xaf\x84\x68\x7c\x30\x35\xf5\x00\x94\xfd\x55\x84\x07\xa0\xec\xaf\xb3\xfb\x22\x1a\x3d\x2a\xb8\x1a\x5f\x62\x79\xfa\x8b\x68\x4c\xbe\x17\xa2\xd1\xac\xb1\x1e\xa8\x71\x98\x02\xdf\x17\xf1\xc5\xbe\xb7\x08\x12\x73\x2f\x11\x9f\x9a\xdc\x3d\xa2\x46\x67\x02\xd4\x78\xba\xb6\x0b\xc0\xec\xda\x2e\x58\x6b\xf3\x9b\x00\x66\xc5\x58\xa0\xc6\xf1\xb8\x93\x03\x35\x8e\x67\xfb\xde\x4d\xd4\xb7\x3d\x04\x60\x4e\x8a\xe2\x40\x8d\xd3\xb4\x87\x1e\xa8\xb1\x0f\xe7\x2c\x50\xe3\xcc\x7e\x05\xd4\xa8\x21\xa1\x8b\x1a\x89\xf6\xef\x06\xa1\x3a\x9f\x81\x1a\xe7\x54\xa7\x04\x35\x5e\xee\xc1\x40\x8d\x53\xe7\x77\x07\x35\x6a\x46\xec\x1b\x57\xaa\xa2\x6a\x1b\x3f\xcd\xda\x6e\x52\x53\x54\x00\x37\xae\xd4\xd7\xfe\x30\x2a\x7e\x7e\x19\xfb\x73\xbb\xd2\x04\xa1\x3e\x24\xd4\xf4\x40\x8d\x43\x07\x7e\x0f\xd4\x38\x17\xdc\x66\x10\x84\x9a\x40\x01\x83\x20\xd4\x7c\xda\x82\xbf\xa0\xf7\x8f\xc3\xfc\x85\x97\x16\xa8\x03\xb5\x75\x04\x6a\x9c\xa2\xf7\x11\xa8\x71\xbe\xcd\x67\xa1\xda\xa8\x20\x0d\x50\xe3\x09\x6e\x1b\x04\xa1\xee\xe3\x67\x2c\x79\xe0\x85\x34\xb5\x61\x1c\xc4\x6f\xc2\xf8\x46\x00\xca\xba\x3f\x03\x8b\xa3\x79\xbc\x0e\x3a\xa4\xe6\x85\x7d\x73\x10\x9f\x6a\x50\xda\x48\x04\x89\xe1\x34\x18\x01\x28\x9b\xda\xc4\x48\x2e\xed\x49\x0b\xa9\xc9\x56\x1a\x01\x28\x6b\x43\x82\x0f\x01\xe5\xe7\xbd\x58\xda\x01\x64\x1d\x00\x4a\x6d\x6e\x23\x19\xdf\xc8\x58\x00\x94\x09\x09\x3e\x00\x94\x0d\x5d\x7b\x00\x28\xcd\xad\x1b\x00\xca\x81\xa6\x3f\x00\x94\x83\x23\x36\x00\x94\x32\xda\x81\xab\xb1\xb2\x41\x46\x26\x2b\x07\xb0\x39\x02\x50\x8e\xdc\x18\x59\x26\xf5\x06\x78\x39\xb2\x5a\x01\xf3\x92\xd1\x0a\xd0\xdc\x46\x46\x2b\x20\xdf\x7f\x64\x43\xe3\x19\x59\x00\xca\xfa\xa2\x5d\x8f\x4c\x14\xc0\xf2\xd9\xa4\x65\x7f\xd8\xfb\xb7\x3d\x60\xef\x9f\x7e\x33\x58\x4f\x21\xd6\x72\x04\xa0\xec\xe3\x70\x64\x00\xca\xcf\x58\x62\xeb\x6a\x86\x1a\x00\xca\x41\xca\xc7\xc0\xd5\xd8\xfd\xa5\xae\x46\x98\xfe\x20\x3e\xf5\xc4\x91\x3b\x02\x50\x56\x6b\x4e\x8c\x00\x94\xd5\x9c\xbc\x01\xa0\x4c\x84\x54\x0d\x00\x65\x3f\xfc\x66\xd0\x57\x9c\x89\x00\x94\x75\xc0\x30\xc7\x49\xe8\xff\x6d\x0f\x21\x1a\xef\xdb\xf7\xd8\x9f\xcd\xf7\x08\x82\x2b\xf6\xb0\x10\x4e\xac\x26\x80\x72\x00\xe5\x47\x00\xca\x76\x3b\x2f\x01\x28\xdb\x82\x15\x8c\x40\x8d\x5d\x37\xdd\x28\x68\x3d\xee\x25\x5c\x8d\xda\x06\x47\x21\x48\x0c\xe6\x3d\x02\x35\xf6\x01\x26\x18\x81\x1a\xbb\xd6\xdc\x51\x10\x8d\xe8\x63\x23\x50\x63\x7f\x4f\xbf\x82\xd6\x4a\x74\xcb\xc0\xd5\x38\xb0\x79\x8f\x42\xea\x06\x6e\xb3\x81\xab\xb1\xb9\x97\x40\x8d\xd9\xd3\x01\x6a\xec\xb8\xde\x47\xa0\xc6\xf6\x59\x31\x82\x50\x37\x2c\x6b\x04\x6a\x1c\xc6\x2c\x0f\x5c\x8d\x09\xed\x7a\x04\x6a\xac\xdd\xbd\x5b\x41\x55\xd9\xf7\x38\x7f\xee\x79\x5c\x8d\x73\xd8\x42\x2b\xff\x7c\x05\xd6\x7a\xfb\x15\x6c\xc9\x28\x4f\x23\x50\x63\xed\x88\x80\x01\x6a\x1c\xa4\x1d\x8d\x40\x8d\xf3\xdd\x7e\x13\x83\x55\xf5\x97\xa8\x6e\x32\xcc\x40\x8d\xb5\x80\x21\x47\xa0\xc6\xa6\x06\x3d\x1a\xb6\x72\x67\xa2\x81\x3a\xc0\xac\xa3\x81\xfa\xc9\xe5\x1b\x81\x1a\xfb\x35\x7c\x16\xeb\x77\x83\x48\x06\x41\xa8\x2f\x11\x25\x03\xd4\x78\xa2\x40\x0c\x5c\x8d\xc3\x91\xe1\x6a\xbc\xc9\x35\x18\x81\x1a\xbb\x56\xe7\x01\x6a\xd4\x03\x35\x40\x8d\x61\x70\xfc\x31\x4b\x6e\x2c\x2d\x80\x64\x34\x6d\xad\x74\x1e\x80\xb2\x65\x4c\x15\x83\x84\xc7\x82\x2b\x6e\x90\xf0\x68\x70\xd2\x20\xe1\x51\x5b\xdd\x20\xe1\xf1\x26\x1e\x6f\x00\x28\x2b\x90\x7c\x08\x28\x01\x7f\x23\x00\x65\x6f\x28\xfa\x23\x00\xe5\xbc\x5f\xbf\x49\x6a\x03\xfa\xc3\x08\x40\x39\x4f\x59\x56\x00\xca\x79\x23\x6d\x47\x00\xca\xde\x6e\x47\x1d\x47\xb3\xa1\x85\x8c\x4e\xe8\xb8\xdb\x1a\x40\x79\x60\xdb\x1d\x00\x4a\x23\xa6\xc7\xc0\x0d\x82\x36\x31\x00\x94\xc7\xf2\x97\x41\x5f\x99\xfe\x92\x84\x4e\xcc\x03\x63\xe8\x06\xa1\x77\x00\x65\x72\x5e\x70\x35\xea\x8f\x1d\x83\xf8\xe2\xec\x7b\x71\x34\x6f\xf4\xcd\x11\x80\xb2\xaf\x61\x0f\x00\x4a\x37\x2b\x80\xf2\x1e\xbe\x87\x56\xa0\xf8\x03\x50\x5a\x50\x67\x00\x28\x0d\xb3\x1b\x01\x28\x9b\xee\xb6\x11\x80\xb2\x35\xe7\x8c\xf8\xd4\xdb\x6d\x2d\xa0\x54\xe4\x00\x28\x17\x79\x8c\x23\x00\x65\xd9\x1e\x46\x5c\x8d\x1b\x37\xc8\x00\x50\xe6\xcf\x33\xb5\x1e\xc6\x02\xa0\x3c\xb1\x48\x0f\x00\x65\x05\xf3\x0c\xdc\x90\x4d\x1a\x70\x43\x8e\x65\x8b\x28\x95\xc7\x16\xf1\xb7\xb2\x6b\xdc\x90\x13\xd7\xd8\xc0\x0d\x79\xcb\x7a\x2e\xdd\x58\xec\x41\xdc\x90\x4b\x01\x84\x1b\x72\x29\x3a\x70\x43\x6e\xbc\x22\x23\x00\x65\xb3\x88\xd4\x20\x3e\xf5\x3c\x7c\x46\x94\x8a\x87\xf1\x12\x55\x31\x9f\xb8\x21\xeb\xe5\x33\x12\x72\x6f\xbf\x72\xe3\x70\x66\x26\x2e\xe3\xfb\x7d\x86\x2d\xb2\x39\x32\xdc\x58\xdd\x91\xe1\x86\x54\x81\xc0\x0d\x79\x62\xd4\x18\xb7\x51\x2a\xcc\x04\x6e\xc8\x29\xf3\x0e\xd4\xd8\x1f\x67\x9e\xac\xc6\x57\x56\x70\xe3\x0a\x97\x76\xdc\x90\x07\xba\xf6\x08\xd4\x38\x92\xb3\x14\xa8\x71\x24\xcc\x7a\x23\x50\xe3\x98\x8a\xe9\x40\x8d\xe3\x52\x50\x06\x6a\x1c\x97\xc2\xf0\xc6\xe0\xd1\xfc\x25\xb6\x64\x0c\x09\xe3\x46\xf4\xab\x40\xdc\x04\x90\x29\xe2\x02\x35\x8e\x47\x71\xf4\xa0\x95\x3f\xb6\x50\xdd\x64\xde\xa0\xc6\x5b\x15\xe5\x61\x7f\xba\x77\x1f\xf7\xa7\xbf\x64\x7f\x2a\xfa\x71\x43\x26\x77\xc8\xe3\xfa\xd9\x3b\xa8\x58\x11\x00\x6a\x4c\x98\x4d\x06\xa8\xf1\xc4\xf5\x3e\x40\x8d\xe6\xf2\x8d\x8f\x1b\xd2\x67\x18\xe4\xdc\xad\x8f\xf9\x19\xb4\x70\x43\x66\x85\x05\x6e\xc8\xc8\x0b\xfd\x31\x4b\xc6\x43\x59\x3d\x7e\x78\x28\x3f\x52\x9a\xd8\xd5\xe9\x81\xc3\x43\x79\x60\xfb\x1c\x78\x28\x8f\x93\xe5\xc3\x43\x99\x96\xbf\x8c\xa5\x2d\xd3\x6f\xe2\xa1\x9c\x0e\xcc\xac\x2a\x26\xe9\x25\xeb\xc8\x03\xfe\xa2\xf5\xb8\x21\x03\x50\x8e\x9b\x10\x99\x41\xc2\xe3\x67\x63\x05\xa0\xec\xda\x0d\xc7\xd2\x4d\xc0\x2f\x03\x50\xd6\xdb\x45\x31\xe1\xd1\xe3\xbe\x60\x3d\xea\xe8\xc4\xae\x9e\xd8\xff\x06\xb1\xab\x5d\xbd\x98\xd8\xd5\x79\xfa\xcc\xac\x1c\xb6\x20\xb1\xab\x37\x00\x6f\x90\xd5\x78\x0c\x9f\x05\x7d\x1f\x8a\xc8\x6a\xb4\x52\xc6\x08\x40\xd9\xab\x9a\xfe\x82\xb5\x3a\x67\xc6\xae\x4e\xdf\x8b\xad\x5b\xd5\x22\xc9\x6a\xbc\x97\xad\xa0\xcf\x62\x49\x83\xd8\xd5\x8e\xc9\x61\x98\xd5\xe8\xe1\x0f\x40\x59\x1f\x60\xf0\x20\xab\xb1\xaa\x69\x04\xa0\xec\x8b\x94\x96\xb1\x49\x6d\x50\x97\x01\x50\x26\x75\x6d\x00\xe5\x73\xd8\x43\xd0\x77\x8a\x48\x70\x43\x1a\xf9\x32\x00\x94\x06\x07\x0e\xdd\x90\xa2\x87\x00\x94\x7d\xba\x3d\x71\x43\xbe\x38\x1e\xe7\x81\x41\x00\x50\x3c\x03\x50\x0e\x93\x67\xe7\x81\xad\x1c\xa1\x36\x0f\x6d\xe5\x8b\x56\xc1\xad\xe4\x57\xc8\xfa\xbb\xfc\x25\xbe\x0e\x1c\x3b\xf3\x40\x74\x6c\x9f\x05\x7d\xcf\x69\x8b\x00\x2b\x1c\x81\xf3\x20\xe1\x18\xd3\xdd\x04\x35\x5a\xab\x62\x1e\x18\x04\x8a\xcf\x5e\x34\xe8\x41\x6b\xa1\x49\xdd\xb4\x88\xad\xc6\xd0\x35\x71\x43\xde\x88\xfe\x89\x1b\x72\xb3\xb3\x66\x42\xf4\x93\x46\x32\x45\x8d\x80\xe9\x09\x6a\x3c\x51\x51\x26\xa8\xf1\xc6\x09\x3a\x13\x06\xab\xe2\x2f\x41\x1d\x9f\x6f\x0e\xc4\x2d\xf4\x05\x6a\xec\x79\xd9\xc3\x85\x6b\xf3\xa0\x15\xf4\x5d\xf8\x41\x66\xa0\xc6\x91\x9a\xdf\xc4\x96\x4c\x8c\xf4\x4c\x88\xfe\x2a\x0d\x88\x7e\xd8\xf5\x24\x40\x35\x91\xb2\x33\x33\x06\x47\x04\xde\xcc\x18\x04\xd0\xd1\x67\x26\x00\x10\x91\x3a\xc9\x6a\x3c\xa5\x88\xac\xc6\x0b\x0d\x73\xea\x86\x44\x9d\x98\x81\x1a\xa7\xa8\x6a\x82\x1a\xdb\xeb\x37\x11\xfd\x38\xfb\x26\x01\xaa\xa5\xf9\x4d\x50\xd5\x74\x2c\x64\x35\x3a\x4b\x04\xa8\xbe\xaf\xef\xa1\x95\x2f\x5b\xc1\x5a\x13\x2c\x79\x9e\xaa\xa6\x3c\x23\xab\xf1\xc5\xb0\x36\x4f\x45\x23\x23\x3b\x49\x7d\x83\x41\x4f\xb2\x1a\xdf\xe2\x2f\x2b\xce\xd3\x9f\xb1\xe4\x19\x80\xb2\xef\xd7\xd7\x64\xad\x1c\x87\xd3\xd8\x63\x26\xf0\x24\xed\x61\xda\xf9\x85\x0d\x8c\x45\x09\x40\x39\x66\xf7\x2b\x68\x75\x9f\x5f\xc6\xd2\x2e\xfc\x8e\xf3\xc4\xd6\x93\xfd\x26\xb1\x81\x4e\x52\x00\xca\xa9\xad\x67\x06\xa0\x9c\x5a\xa4\x67\x81\xb5\x12\xa9\x31\x05\x94\xd3\x67\x48\x4d\xa7\x05\x37\xe4\x26\x15\x73\xe2\x86\x4c\x68\x1a\x13\x37\xe4\x59\xec\x0f\x0f\x3a\x31\x0f\x33\x00\x65\x93\x2d\xcd\x82\x41\x00\x51\x35\x8b\x01\x80\xbe\xf7\x00\x75\x1d\x27\xb1\xd5\xcd\xaf\x04\xeb\x31\x6f\x7f\x06\xa0\x9c\x09\x5f\xf4\x0c\x40\x39\xcd\x2c\x9a\xd5\xad\x4b\x0f\xc6\xae\xa2\xd9\x4c\x63\x57\xd1\xfb\x27\x6e\xc8\x17\x64\x31\xc9\x6a\x9c\xd5\x6f\xc2\x5a\x3d\x54\xb8\x21\x1f\xc0\xed\xac\x24\x1c\x77\x9f\xc5\xd1\x4c\xd3\x6f\xc6\xd6\x4d\x32\x29\xb2\x1a\x4d\x20\x98\xc4\xae\x1a\x60\x3f\x03\x50\x96\x2d\x53\x24\xab\x51\xff\xfd\x24\x76\xb5\x11\x42\x39\x03\x50\xf6\xee\x31\x6a\x04\x38\xa2\x17\x4f\xdc\x90\x39\xf9\x0c\x5b\xa4\x47\x93\xd8\x55\x93\x75\x27\x59\x8d\x5b\xd6\xda\x0c\x70\xf4\x3d\x00\x73\xf3\x3d\x59\x0f\x73\x06\xa0\x7c\xb7\xfd\x21\x1a\x65\x1a\x94\xc9\xd9\xc0\xfc\xd9\x40\x55\x1e\xb1\x86\x2d\x39\xf9\x0c\x37\x1d\xce\xb0\x69\xec\x2a\x56\xd9\xd9\xd9\x9f\xd8\xb5\x67\x27\x42\x00\x71\x3b\x03\x35\x56\xd1\xd1\x24\xab\xd1\x22\x44\x13\xd4\x98\xb1\x45\xce\x40\x8d\xad\xe1\xbf\x9f\x81\x1a\x9b\x39\x6b\xb3\x93\x76\x44\xd4\xc1\xc4\x0d\xb9\x6e\xbf\x89\xc1\xc3\x93\x1a\xa8\xb1\x6f\x4f\x5c\xd7\x17\x00\x23\x0a\xd4\x38\xd4\xdf\x67\xa0\xc6\x51\xb7\xa3\x46\x6b\xfd\xfc\x12\x83\x00\x08\x76\x8a\x1a\x1d\x0b\xa8\x71\x62\xde\x99\x03\xd4\x81\x75\x7c\x0e\x62\xe3\x3d\xe1\xa0\x46\x2b\xa4\xcc\x40\x8d\xd3\x90\xb8\x39\x40\xc5\xce\x3c\xb5\x70\x2c\x8e\x3b\x09\x50\x35\x15\x66\x12\xa0\x9a\x09\xf2\x9b\x04\xa8\x9e\xd9\x1e\x70\x23\x17\xdf\xc3\x20\xe0\x9e\x20\xab\xb1\x80\x48\x26\x59\x8d\x55\xbe\x44\x56\x63\x95\xbf\x90\xd5\xd8\x54\x04\xc8\x6a\x9c\x32\x6f\x6a\xe1\x98\x47\x3c\xa9\x85\x63\x1e\xf1\xa4\x16\xce\x8d\x41\x6e\xe2\x86\x7c\x5c\x77\xdc\x90\xe2\x9a\x69\x2d\x9c\x64\x7f\x88\x7e\x57\x13\xd4\xb8\x46\xf9\x19\x4b\x06\x50\x2e\x25\x2a\x80\x72\x29\x43\x01\x94\xbb\xdb\xc2\x56\xd7\xed\x3c\x14\xf6\x8c\x25\x66\x92\xf0\xa8\x2d\x79\x06\xa0\x6c\xe6\x7b\xcd\x00\x94\xcd\x04\xe7\x79\x61\xeb\x39\x6c\x9d\xb4\xfc\x65\xe1\x80\xb3\x28\x00\xca\x46\x58\xd1\x04\x50\x76\xd9\x0b\x80\x72\x00\xbf\x26\x09\x8f\x97\x4b\x0b\xa0\xbc\xd4\x6c\x2e\x6b\x39\xd8\x03\x09\x9d\xca\xe5\x4b\xd6\xca\x16\x04\x50\xae\xea\x33\x6a\x39\xb8\x28\x94\xc9\x49\x32\x5a\x00\xa5\x21\x4e\x13\x40\x69\xe9\xa4\x69\x5c\xab\xf2\x15\x40\x39\x64\x9f\x00\xca\xf9\x79\x06\x6b\x25\x2e\x65\x06\xa0\xec\x53\x36\x18\x80\xb2\x5f\xae\x43\x00\xca\x7e\xbb\xd0\x37\x6e\xac\xcb\xfe\x70\x63\xa9\x5b\x00\x28\x0f\x19\x11\x80\xf2\xa3\x65\x01\x28\xb5\xc0\x4d\x00\x65\x2d\xbe\xb7\x61\xc9\x8c\x13\x40\x39\x64\x6e\x94\xc9\xf9\xcc\x2e\x65\x72\x3e\x9b\xf5\x21\x42\x07\xa7\xd6\x7c\x88\x80\xf0\x10\x07\xa0\x1c\xea\xe8\x33\x00\xe5\x78\xd4\x49\x02\x50\xce\x74\xf9\x5e\x18\xac\xcc\xa3\x9a\x0f\x09\xb9\xae\x74\x00\xca\x59\x70\xcc\x4d\xe2\x5a\x9b\xa2\xf8\xa1\x4c\xd5\xf4\x19\x71\x9f\x64\xe8\xcd\x47\x83\x95\xcf\x48\xeb\x00\x13\xcc\x97\xb4\x00\x00\xec\x7c\x09\x9e\x53\x93\x7a\xcd\xe8\x64\xe6\xc9\x78\xec\x6a\x60\x2f\x09\xe3\x44\xc7\xce\xd7\x84\x71\xc6\x42\x99\x9c\x1b\xeb\xe3\x7c\x29\xc3\x45\x54\xc5\x7c\xf1\x75\x10\xc5\x3b\x03\x35\xb6\xa2\x40\x00\x35\x76\x67\x29\x50\x63\xeb\x58\x34\xa7\x65\x72\x8a\xfd\x85\xe8\xc8\x32\xe8\x97\x32\x55\xce\xb5\xa8\x51\xb5\x00\xd4\x58\x08\x19\x9b\xb8\x21\x6f\x99\x37\xa8\x31\x7d\x9e\x11\xfc\x28\xe3\x03\x35\x36\x19\xd8\x07\x35\xd2\x3b\xc1\xab\xc3\x51\x2f\x82\xcb\x54\xdd\x16\x59\xb7\x87\xad\xa0\xef\x76\x0f\x06\x6a\xec\x1f\x25\x2f\x50\x63\x5f\xee\x97\x40\x8d\xe3\x90\x33\x80\x1a\xf3\x67\x9c\x64\x15\x2b\xe2\x70\x43\xea\xdd\x98\x81\x1a\x47\x57\x04\x6c\xb2\x8a\xf1\x01\xcd\x40\x8d\xd5\x22\x44\x73\x93\xd6\xe1\x3a\x6c\x7c\x39\x8a\xdb\x8d\xea\x26\xa3\xdd\xfa\x72\x18\x0b\x6e\xc8\xcb\x79\x01\x35\xde\x0a\x8b\x6d\xad\x0a\x4e\x0e\x6e\xc8\x4d\x16\xec\xc4\x0d\x99\x88\x60\x99\xa0\x46\x6d\xd0\x93\x8c\xc7\x08\xd5\xfd\x31\x4b\x26\x19\xb2\xa9\x99\x92\x0c\x39\x50\xdf\x2f\xe2\x5a\x27\x3a\xd7\x75\xa0\xb0\x63\xb5\xbc\x88\x6b\x35\xe8\xe7\x22\x19\xb2\x62\xc6\xb8\xf0\x50\x56\xfc\x9c\x17\xc9\x90\xe6\x89\x5d\x24\x43\xce\x6a\x0f\xb8\x41\x98\xf8\x0b\x0f\xe5\xfb\xf9\x8a\xb5\x1c\x6c\x51\xcb\xe1\xf2\x2b\x37\x7a\xc0\x45\x2b\x96\x76\x7e\x5a\xd8\xb2\x4e\x5b\xb1\xb4\x86\x23\x5d\x00\x4a\xd3\x2c\x2e\x93\x21\x81\x20\x17\xc9\x90\x86\xe2\x5f\xb8\x21\x3b\x4b\x74\x09\x28\xb1\x8e\x5f\x49\xad\x1c\xda\x93\xc9\xba\x8c\x53\x37\x24\x7a\xd5\x85\x1b\x72\x20\xcf\x2f\xe2\x5a\x9f\xc3\xde\xc9\xb8\x4a\x7e\xf3\x62\x2b\xd9\x7b\xd0\xe7\xd2\x5e\x00\xca\xeb\xf0\x97\x2f\x51\x99\xf6\x40\x5c\x72\xb3\xf7\xd8\xba\xc6\x4a\x5c\xb8\x21\x6f\x74\xd8\x0b\x37\xe4\x45\x0d\xb0\x2b\xeb\x66\x65\x35\xc9\x78\x4c\xd8\x37\xaf\xac\x9b\x95\x6f\xea\x86\xbc\xfc\x65\x1c\xcd\x03\x4d\xe3\xca\x06\x27\xb1\xd2\x00\xca\x3e\xfc\x0a\x5a\xc1\xa7\x77\x0c\x1e\x9f\xaf\x80\x3a\x60\x6e\x57\xb6\xcc\x11\xf4\xe1\x86\x94\x49\x5d\x01\x28\xfb\x83\x20\xb9\x02\x50\x76\x7d\xed\x97\x6e\xc8\x6e\xcb\x5a\x23\xf4\x4e\x5c\xab\x11\x10\xd7\x09\xeb\x49\xfe\x92\xe0\x40\xd8\xfc\x45\x5c\x6b\x43\xff\xbb\x40\x8d\xc5\xfd\x79\x12\x1c\xf8\xf8\x15\xdc\xac\xee\x09\xdc\x90\xc6\x90\x5c\x64\x3c\xd6\xcf\x58\x60\xad\x97\x63\x79\x30\x01\xd8\x1f\x6e\x3a\xd4\x97\x4b\x37\x64\xb3\x3f\x6a\x39\x20\x28\x2f\xdc\x90\x22\xa7\x2b\x50\xe3\x38\x5d\x77\x50\xa3\x31\xe7\x57\x31\x63\x95\xde\x0b\x65\xb8\x60\x9f\x57\xa0\xc6\x66\x34\xf5\x55\xc8\x08\x24\x14\xf2\x02\x35\xde\xe8\xcc\x57\xa0\xc6\xb2\x88\xa2\xba\x70\x43\x1e\x94\x39\xba\xa8\x85\x53\x11\xda\x97\xb5\x70\x60\x36\x17\xc1\xab\xc9\x59\x22\x78\x35\x9f\x7e\x05\x5f\x15\x21\x9b\x17\x6e\xc8\x49\x5e\xc0\x45\xf0\xea\x26\xd4\xec\x22\x78\xf5\x20\x54\xf0\x22\x78\x35\xbb\x62\x04\xaf\x56\xe2\x44\x2e\x50\x63\x05\x77\x5f\x04\xaf\x36\xf9\x0b\xc1\xab\xed\xf3\x0c\xd5\x0d\x7f\xc6\x55\x49\x26\x97\xbe\x8a\xe8\xf0\xe4\x54\x50\x15\xc6\xb3\x8b\xe0\x55\xc5\xc3\x85\x1b\xb2\x7e\x7a\x88\xfd\xf9\x59\xbf\xca\xfe\x44\xbb\xbe\x08\x5e\xb5\x7a\xf9\x85\x1b\x72\xa0\x66\x5d\x04\xaf\x8e\xfd\x33\xc3\xc5\x05\xa0\x9c\xe8\xbe\x17\x65\x72\xae\xcb\x8f\xa0\xf5\x00\xec\xaf\x46\xdc\x27\x76\x92\xab\x79\x34\x59\x22\xe2\x5a\xad\xa9\x7b\xe1\xa1\xec\xd5\x16\xd9\x4a\x64\x55\x5d\x00\x4a\x03\xd6\x2e\x3c\x94\x26\xac\x5e\x94\xc9\x49\x87\x04\xb1\x75\x6f\xfb\x23\xb8\x2c\xdb\x5f\x6c\x5d\x8b\x82\x5f\xba\x21\x65\x6e\xb8\x21\x2b\xf5\x13\x2e\xdc\x90\x0d\x58\x7a\xe9\x86\x04\x70\x5d\x01\x28\xbb\xf5\xa5\xae\x8e\x07\x16\xf7\xd0\xd5\x89\xfb\xfc\xb4\x42\x74\x2c\x2c\xa1\x57\xc7\x0d\x22\x8b\xec\x06\x27\x39\x96\x0b\xeb\xaa\xfd\x61\x6b\x45\x2e\x5f\x00\xca\x85\x23\xf0\xea\x44\x40\x00\x1a\xaf\x6e\x9d\x07\x36\x64\x17\x75\xf0\x8c\x32\x39\xa7\x14\x11\xd7\x5a\x64\x3d\xb8\x21\x33\x9a\xe2\x35\x8c\x2b\x67\xd4\x64\x3c\x5e\x18\x4a\x2e\xe2\x5a\x6f\x8f\x6d\x00\xca\x71\x39\xea\x00\x94\xb3\x61\xd7\xbe\x70\x43\xbe\xe0\x93\x8b\xb8\xd6\x7c\xf8\xcb\xa0\xef\xc3\x34\x06\xc5\x39\x3f\xe3\x34\x5b\xd0\xb1\x50\xa1\xab\xd8\xbb\xc5\x1d\xed\x1d\x37\x32\x76\xca\x0b\x40\xf9\xe0\x64\xba\x00\x94\x8f\x07\x07\x40\x69\xfe\xe3\x45\xc6\x63\xce\x3e\xd3\x20\xc0\x9c\x05\xa0\x6c\x56\x53\xb8\x02\x50\xb6\x91\xec\x81\xa3\xa9\x08\xa0\xb8\xea\x83\x67\xe0\xa2\xb8\xea\x8b\x69\xeb\xa2\xb8\xaa\x56\xee\x8b\xb8\x56\x4b\x0a\x5c\xc4\xb5\x1a\x05\x70\x91\x0d\xf9\x11\x9b\xc4\xb5\x7a\x53\xc9\x05\x6a\xb4\x32\xf6\x75\x99\x32\xc0\xba\x53\x5c\x55\x1f\xfd\x65\x71\x55\xec\xa2\x57\xa0\xc6\xbe\x8a\xad\x58\xbf\x2d\x2b\xa7\xb8\x6a\x92\x99\x52\x5c\x35\x27\x7b\xc0\x17\xa0\x68\xbc\x28\x5e\x49\x26\xe8\x15\xa8\x71\x5c\x32\xfd\x8b\xe0\xb9\xc7\x16\xfb\x93\x18\x84\x2b\x50\xe3\x34\xeb\xf6\xba\xa8\x7b\x8c\x0e\x7b\x51\x5c\x35\x7f\x46\x4d\xf0\x1c\xc6\x97\xeb\x26\x78\xce\x7d\x16\xa8\x71\x9a\x46\x7c\x11\xbc\x6a\x1c\xcc\x45\xf0\x6a\x55\x3c\x04\x6a\x6c\xea\xb0\x17\xa8\x31\xc9\xca\x09\x5e\xb5\x3c\xd2\x05\x6a\x9c\xa4\x71\x5d\xa0\xc6\x55\x6d\xa1\xba\xdd\xf6\x1e\xa2\xe3\x43\x1f\xc1\xab\x96\x68\xb8\x08\x5e\x35\x3d\xea\x22\x78\xd5\x52\x62\xd7\x6d\x84\x0e\xb3\x6b\x36\xa4\x42\x8d\x6c\x48\x43\xe2\x2e\xea\xe4\x4c\xa2\xbd\xae\x40\x8d\xfd\x73\x52\x1f\x54\x53\xc5\x3b\xd9\x90\x46\xda\x5c\x0f\xa8\xf8\xf8\x59\xbd\xe4\xeb\x51\x6b\x65\x22\x1e\x48\x7f\xfd\xe4\xc0\x32\xc9\xa2\x3c\xd8\xb2\x50\xe6\x2f\xea\xae\x0a\xaa\x2e\x4a\xe8\x68\x8e\xb8\xa8\xbb\x7a\x79\x00\xac\xbb\x0a\x94\xb8\x1e\xea\xe6\xaa\x03\x51\x77\xd5\x62\xf0\xd7\x4b\x9d\x00\xe2\x7d\x2f\x00\x65\x56\xdf\x04\x50\x9a\xfe\x78\xbd\x26\xf2\x72\x88\x01\x94\x07\x06\x88\x0b\x40\xf9\xd1\xa0\x01\x94\x1f\xbd\x1f\x40\x39\xb1\x33\x5f\xc4\xb5\x5a\x84\xfc\x7a\xad\x2b\xcb\x38\xa9\xbb\xfa\xc8\x5a\xad\xbb\xaa\x00\x02\x50\x1e\xea\xef\x2f\xc1\x81\x32\xf6\x97\xa5\xf5\xd8\xbe\xd4\x09\x70\xb3\x2e\x58\xab\xb2\x7e\x61\xd0\x51\xe4\x2c\x22\x58\xb0\x3a\x5f\x0b\xad\x00\x70\x74\x2d\x0c\x3a\xdb\x56\xc5\xda\xe9\x37\x83\xf5\xcc\xcf\x7b\xd8\x5a\xdd\x3c\x00\x4a\x6b\xf8\x5e\x0b\x5b\xf2\xb2\x45\xdd\x63\x45\x23\x80\xf2\xef\xfd\x69\x6b\x65\xb3\x9a\x0d\xa9\x60\x26\xae\xf5\x71\x87\x50\x5c\xf5\x55\xf3\xc6\x0d\xf9\x62\x56\xb8\x00\x94\x9f\x95\x0e\x40\x39\x4e\x59\x39\x6e\xc8\x13\x23\xd1\x45\x71\xd5\xd2\x7c\xcf\x12\x48\xb6\xc8\x16\xc4\x76\x7d\xe1\x86\x1c\x6a\x8a\x01\x28\xc7\xab\x66\x1a\x80\x72\x1e\x87\xfd\x91\x2d\x28\x5e\xd8\x24\xf2\xba\x93\x37\x06\x8f\x64\x0f\xd4\xb1\xc0\x39\x75\x6d\xb2\x3d\x3f\x14\x85\xe8\x30\x0a\xfb\x06\x35\x26\x8e\xd8\x8d\x1b\x32\xc1\xae\x6f\xdc\x90\x15\x73\xd9\x1d\xa8\x71\xbc\x60\x90\x3b\x50\xe3\x3c\xd8\xe5\xf7\x01\x60\x7e\x7c\x0f\x37\x24\x5a\xdd\xad\x1b\xb2\xd8\x1f\x11\x2c\xdd\x5f\xe2\x46\xc6\x8e\x7e\x53\x5c\xd5\xf9\xbc\x0f\x0d\x1e\x3e\xc3\x20\x87\x7e\x7b\x83\x1a\xdf\xdb\xaf\x70\xfe\x92\xbf\xa4\x78\x25\xae\xb8\x1b\x37\xe4\x03\x42\xb8\x13\x29\x49\xf8\x10\x6e\xdc\x90\x5e\xb8\x70\x27\x12\x95\xa7\xcf\x70\x43\xa2\x82\xdd\x89\xba\xdc\x18\x2e\x6e\x50\xa3\x59\x8d\x37\x6e\xc8\x53\xda\x93\x11\x10\xcc\x52\xe2\xfc\xe1\x5c\xbc\x45\x8d\x87\x3d\x04\x7d\x05\xd3\xc8\x4d\xf0\xaa\x99\x07\x77\x42\x74\x70\xe2\xee\x84\xc1\xea\xb5\x3f\xb4\x72\x94\xb5\x1b\x37\xe4\xcc\xb6\xe2\xfc\x3d\xec\x9e\x9b\x3a\x39\x97\xdf\xc4\x0d\x59\x51\xc1\x6e\x50\xa3\xe1\x8e\x37\xa8\x71\x5e\xb6\x1a\xa7\xdf\xaf\x60\xd0\xc1\x27\x73\x67\xea\xc8\x3c\x7e\x13\xd5\xe6\x6b\x87\xfc\x90\x25\xdf\x00\xca\x59\xed\x00\x5b\x5d\xb1\x03\x8a\xe7\x01\x48\xee\xcc\xd6\x25\xe2\xef\xd6\x43\xf9\xe9\x9c\xad\x8b\x7e\x7b\x53\x42\xe7\x46\xc6\xdc\x27\x47\x13\x08\x72\x13\xd7\xfa\x60\xf9\xb9\x4f\x83\x93\x58\x68\xe2\x5a\x37\xb2\xf0\xa6\x84\xce\x67\x23\x53\x42\x47\xd7\xdf\x6d\xa2\x24\x4c\xff\x26\x51\xb2\x6d\xbf\x42\xa2\xb2\x93\x04\xa0\x5c\xaf\x63\xc1\xd6\xfa\xd8\x42\x2b\xef\xbe\x87\x2d\xeb\xf5\x9b\x61\xf0\x18\xc3\xfe\x08\xde\xc1\x02\x77\xe3\x86\x3c\xf0\xff\xde\xb8\x21\x0f\x1c\x6c\xb7\x6e\x48\x40\xf8\x0d\xa0\x5c\x80\x9c\x3b\x00\xe5\xbc\x3f\x2d\xb2\x21\x61\xad\x37\x6e\x48\xb3\xaa\x6e\x00\xe5\x04\xc4\xdd\x05\x5b\xb2\x47\x2c\x00\xe5\x34\xc2\xf7\x0e\x40\x39\x4d\x35\xb8\x03\x50\xce\x17\xe6\x7d\xeb\x86\x7c\xfd\x25\x25\xf3\x3f\xdf\x44\x6b\x75\xfd\x00\x94\x15\x01\x7b\x03\x28\x6f\xd7\x01\x40\x99\x3d\x38\x02\x4a\xe2\x67\x6e\xb3\x21\x65\x4b\x00\x4a\x93\x19\x6e\x00\xe5\xa6\x5a\xc4\x8d\x1b\xb2\x64\x9f\x99\x88\xcd\x58\x02\x50\x4e\x8b\xb5\xdc\xd5\x44\x57\x76\x08\xc5\x55\x2f\xf7\x92\xc5\x55\x3f\xbf\x44\x2b\x5f\x7e\x85\xe2\x8e\xdb\x67\xd0\x87\xde\x7f\x57\x0b\x05\x30\x2f\xcd\x2b\x0f\xd8\xad\x16\x57\xc5\xc4\x71\x83\x1a\x37\xba\xf6\x4d\x09\x9d\x49\xbc\xc0\x0d\x6a\xf4\xa6\xc1\x1b\x37\xe4\x8b\xf8\xbb\x89\x6b\xbd\xec\x8f\x12\x3a\x1b\xf7\xec\x8d\x1b\x72\xbc\x3e\x03\x55\x11\x76\x7a\x07\x6a\xec\xd6\x3d\xb9\x03\x35\x4e\xd3\xf1\xef\x40\x8d\xcd\xc4\xe8\xbb\x59\x22\xc8\x91\xc1\x7a\x4e\x29\x82\x3e\xd7\xa8\xe3\xc6\xf2\x34\x76\xe2\xca\x9b\x2d\xd6\x0f\xa1\x76\x83\x1a\x4f\x57\xec\x73\x5b\x87\xbf\xa4\xae\x33\x28\xe0\xc6\x0d\x29\xde\xbb\x75\x43\x92\x00\x72\x07\x6a\xec\x07\x1a\xf4\x8d\x1b\xb2\x2f\x5b\xd4\x3d\x76\x17\x74\xe2\x76\x51\x97\x6e\x82\x57\xdf\xdb\xaf\x70\xe5\x81\xd4\xe2\x86\xf4\xde\xc8\xbb\x53\x47\x06\xd4\x71\x0f\xb3\xe9\xa0\x21\x50\xe3\x3c\x1d\x0b\x6e\x48\xab\xcb\xdd\xb8\x21\x07\x7e\x9e\x7b\xc0\x5f\x64\xb4\x04\xaf\x56\x47\x4d\x9d\x9c\xa6\x20\x09\xd4\xd8\x2e\x22\xd0\x6f\xae\xe4\xd0\xbd\x77\x13\xbc\x5a\x5d\x3f\x50\xe3\xf5\xe9\x81\x1a\x33\x99\xbd\x14\xa8\xb1\xf7\xe5\x7b\x64\x23\x9f\x3f\xb3\x25\xdf\xc3\xdb\x10\x24\x08\x83\x00\x2e\xa7\x9b\xb8\x56\x53\x70\x6f\xe2\x5a\x1f\xa0\xe7\x3d\x09\x9e\xc3\xf8\x7f\x4f\xaa\x77\x29\x8d\x28\xa1\xb3\x81\x4a\xf7\x04\x70\x7d\x7e\x19\x5a\x4f\xc7\x8e\x77\x4f\xca\xb3\x14\xfb\xa3\xc6\x85\xf2\x7c\x12\xb7\x0b\xbc\xbc\xa7\xb6\x2c\x58\xcf\xc4\xe0\x21\xeb\x99\x14\xee\x54\xc2\x51\x77\xb5\x28\x48\xa6\x5a\x81\xa3\xde\xd8\xae\x79\x4f\x40\x89\xb9\xe5\x26\x51\xd2\xab\x44\x6f\xe2\x5a\x2f\xb7\x20\x80\xb2\x2b\xaa\x4c\x94\xc4\x3c\x70\x5f\x26\x9a\xfb\x15\xdc\x3c\xd3\x1e\xac\x0b\xec\x7b\xb1\xb4\xd6\x36\xbe\x71\x43\x36\x1c\x65\xf7\x65\xca\x87\xfd\x61\x6b\xc5\x8b\x7c\x5f\xd4\x10\x50\x7f\xe0\xb6\x8e\x01\xa0\xbc\x29\xae\x7a\x9d\x3e\x23\xc2\xc3\x63\x04\xa0\x34\x7d\xfc\x06\x50\x7a\x41\xcd\xcd\x6d\x1d\x1f\xa6\x88\x1b\xd2\x84\xf8\x1b\x37\xe4\xa9\x36\x61\x79\x1d\x19\x1f\x71\xad\xa5\xda\xea\x18\x6d\x38\x70\x37\xb6\x48\xf4\xd4\xfb\x36\x11\xdb\x6f\x12\xe1\xe1\xa1\x02\x50\x5a\x33\xf8\x06\x50\x7a\x1d\xcf\x0d\xa0\xd4\xa2\x79\x9b\x0d\x79\x4a\x83\xd9\x90\xf4\x40\x36\xa4\x85\xf7\xef\xc7\xe0\x32\xbe\x62\x36\xa4\x73\x46\xe1\xd5\x7d\xfb\x4b\xb2\x21\x5d\x31\xb2\x21\xcf\xe4\x37\x39\x9a\x32\x29\xb2\x21\x3b\xe8\xe8\x26\x1b\xf2\xb3\xaf\x41\x8d\x5e\x02\x75\x83\x1a\x2b\x1e\x8c\x9b\xdb\x3a\xfa\xa7\xa5\x1b\xcb\xde\xa9\x4e\x26\x33\x0d\xd4\x38\x8c\x2b\xbf\x03\x35\x8e\xae\x4e\xf9\xc2\x7a\x64\xec\x2f\xbe\x00\x8c\x75\xf7\x4b\xf5\x43\xc5\x26\xb7\x75\x18\x6d\x72\x07\x6a\x9c\x59\x1d\x36\x50\xe3\xac\xee\x17\x0a\xaf\x9a\x30\x74\x53\x78\xf5\x91\x69\x50\x78\xf5\xc3\xae\x71\x43\x9e\xae\x34\xd9\x90\xe6\x77\xde\xba\x21\xd5\x1b\x41\x8d\x0f\x4e\xf3\x1b\x37\xe4\x09\x6e\xbb\xc9\x86\x7c\xd4\x8b\x5f\x52\x92\x30\x6a\xdc\x81\x1a\x67\x13\x05\x2c\xb3\x3d\xf9\x66\xa0\xc6\x3a\x40\x5c\x37\xa8\x71\x1e\xbe\x57\x40\x86\x3e\xab\xc4\x07\xd1\x1f\x6e\x48\x33\x80\xef\x40\x8d\xbd\xaa\x04\x51\x43\xc7\x2b\x8e\xef\x65\x4a\x92\x2d\xaa\x1f\x3a\x2f\x04\xaf\x9e\xee\x17\xae\xe4\xf0\xfe\x98\x7b\x11\x81\x54\x1c\x35\x85\x49\x55\x97\x16\xbe\x00\xf2\x18\xef\x6d\xca\x1c\xef\x81\x1a\xeb\xd7\x19\xfb\x31\x4b\xde\xd8\xb2\xec\x9c\x44\x49\x6b\x80\xdd\xd4\x64\x9d\x00\xed\x9b\x9a\xac\xc6\x5f\xdc\x78\x28\xbb\xfa\x03\x1e\xca\x41\xa0\xcd\xad\x87\xd2\x61\x6e\x0d\x1e\xb6\xd0\x0a\x3c\xee\x9b\xca\x49\xc2\x13\x00\xa5\x0e\xbd\x1b\x40\xf9\xf7\x91\xa1\x15\x28\xd3\x36\x80\x0b\xd6\xf3\x90\x28\x29\x74\x79\x0e\xe3\x76\x2b\x2d\x6d\x59\x27\xad\xd8\xba\xcf\xf4\x3d\x4a\x5a\xa3\x93\x3c\x94\xd7\x19\x48\xb8\xe7\x90\xb5\x5e\xb4\xf0\xa0\x73\x34\x1f\x00\xa5\x97\x1d\x3d\x07\x6e\xac\xcb\x67\x44\xb0\x30\x13\x0f\xe5\x75\xbc\x36\xf2\x01\x50\x1e\xc3\x71\x12\xc1\x72\xfb\x15\x0c\x1e\xa7\xfd\x61\xf0\x80\x7d\x3e\x89\xf2\x41\x30\xbe\x87\x6c\x48\x2b\x7b\x3d\x89\x8b\x74\x08\xcc\x7a\x00\x94\xde\x62\xf2\x50\x5e\xe7\xc2\x9d\xf8\x24\x52\x06\x96\xef\x61\x8b\x2c\xbe\x87\xd6\xca\x86\x7c\x28\xbc\x7a\xa1\x2d\x3d\x89\xf2\x41\x68\xd0\x4f\xc2\x20\x80\x8d\xf6\x49\x24\xf2\x82\x1e\x9e\xc4\xfa\x21\xaa\x1e\x00\x65\x7a\x7d\x16\xa2\xd1\x62\xa7\x0f\xe5\x75\x64\x05\x0f\xe5\x75\x0a\x3a\xde\x03\xa0\x2c\x18\xa5\x1e\x6f\xeb\x70\x35\xb9\xad\x63\xc1\x18\x1e\xca\xeb\xb4\x61\x0b\x5b\x39\xca\xc5\xa3\x1b\x12\xe7\xdb\x43\x5c\xeb\x49\x18\xe1\x03\xa0\xd4\x59\xfb\xe0\x86\x2c\xdb\xfe\xf0\xa0\xdf\xbe\x07\x60\xbe\xec\x81\xe0\x40\xec\xa2\x0f\xe5\x75\xf6\xb2\x85\xad\xd5\x59\xf2\xb6\x0e\x18\xed\x03\x6a\x1c\x88\x87\x87\x6c\xc8\x49\xf5\x94\x47\xd4\x08\x4a\x7d\x44\x8d\x18\x4a\x1e\x0a\xaf\x5a\xbb\xf9\x31\xae\x15\x3b\xe5\x83\x1b\xb2\x62\x7c\x79\x08\x5e\x35\xae\xe8\x21\x78\x75\x39\x83\x81\x1a\xa7\x77\xee\x3c\xdc\xd6\xe1\x3d\xde\x4f\xa0\xc6\x62\x61\xd2\x27\x50\x63\x33\xf4\xf2\x21\x1b\xd2\x48\x86\xe7\x24\xc2\x83\x9c\xc3\x87\xe0\xd5\xe6\xc8\x8a\x89\xca\xac\x6d\xa0\xc6\x5a\x50\x82\x1e\x0a\xaf\x0e\x04\xe5\xc3\x6d\x1d\x96\xbe\x7f\xb8\xad\x63\xe2\xcf\x78\x28\xbc\xaa\xca\xf7\x80\x1a\x37\xea\xd2\x53\x48\xd9\x71\x5e\xc8\x86\xec\x9e\xf7\xe2\x6d\x24\x8c\x13\x37\xa4\x77\xe1\x3d\xc5\x2b\x2b\xa0\x88\x6c\xc8\xc7\x15\x23\x1b\xf2\x40\xa0\x3f\x14\x5e\x3d\xb6\xcf\x10\x1d\xae\x34\x57\x72\x0c\x84\xc5\x43\x36\xa4\x79\x8c\x0f\xc1\xab\xf9\xb2\xc5\xfa\x61\xc5\x7f\xcc\x86\xf4\xf4\x57\x0c\x1e\xfd\x67\x41\x70\x0f\x1e\x4a\xaf\xbe\x7c\x2a\x71\x83\x9f\x16\x71\x83\xd5\xee\xd0\x7a\x9c\x40\xe3\x5a\x1f\x07\x4d\xf9\x20\xa0\xfc\x03\xa0\xac\x2e\x4a\x00\xca\x6a\x8d\xd4\x07\x40\x69\x8d\xe2\x07\x40\x69\x69\xc2\x07\x0f\xe5\x2d\xab\x6b\xb8\x79\xc8\x1d\x7c\xa8\xc9\xfa\xa2\x57\x3d\x24\x4a\x7a\xa1\xf9\x43\xa2\x64\xfe\xbc\x87\x9b\x47\xc6\xd0\x0c\x9e\x63\xc1\x88\x6b\x1d\x32\x68\x01\xe5\xe7\x2b\x24\x4a\xba\x7c\x00\xca\xf6\x3a\x32\x82\xe7\x64\x2f\x00\xca\xd5\xfc\x65\x6c\xdd\x77\x3a\x32\x0a\x93\x7e\x9e\x11\x3c\x47\x3a\xc1\x03\xa0\xd4\xd8\xf3\x50\x5e\xa7\xfa\x4d\xca\xeb\x4c\x74\x99\x27\x00\x65\xbf\xb1\x14\x3e\xb8\x21\xad\xc5\xf1\xe0\x86\xbc\xd1\xce\x1e\xdd\x90\xd8\xce\x1e\xdc\x90\xaf\xd4\x12\xd7\x9a\x3d\x46\xb8\x21\x4b\xb3\xf7\x00\x5c\x55\x96\x85\x1b\xb2\x2e\x7b\x30\xc2\x83\x23\x06\xa0\xbc\x0f\x9f\xa1\xf5\x14\xfb\x0b\xad\x6e\x11\x95\xf9\x0c\x0d\x3a\xf4\x00\xa0\x3c\x3e\xcf\x32\xc1\x6c\xf4\x37\x88\x10\x40\x1b\x7c\x06\x35\xad\x5d\x31\xe2\x5a\x2f\x47\x4d\x5c\xeb\x67\x96\x8c\x6b\x75\xd7\x11\xd7\x9a\xc9\x39\x7c\x86\x35\x12\x58\x4d\xe2\x5a\xd5\x7a\x1e\x00\xe5\x23\x45\xc3\xca\x6c\xcc\x35\x85\x57\x8b\x62\x9a\xc2\xab\x6f\xb2\x45\xcd\x6e\x70\xdb\x33\x41\x55\x0a\x12\x0a\xaf\x7a\x7f\xf4\x13\xa8\x71\x78\x63\xc5\x33\x49\x69\x71\xa5\x27\x5a\xeb\xf0\x3d\x6f\x93\x81\xbe\x49\x8d\x04\xbc\x30\x0f\x71\xad\x7a\x1b\x9e\x69\xdc\xbc\xcf\x28\xaf\xf3\x19\x0b\x6e\x48\xb4\xc8\x67\x1a\x21\xc0\xec\x82\x1a\xbb\x2b\x8d\x1b\x72\xca\x68\x71\x43\xde\xae\x34\x6e\x48\x0b\xfd\x3f\xa0\x46\x2f\x6a\x78\x3e\xe5\x75\x98\x6b\x82\x57\x2d\x84\xf0\x10\xbc\x7a\xe1\x27\x78\xc8\x86\xb4\xb4\xd7\x73\x99\xa8\xec\x33\x7c\x1d\x98\x18\x1f\x50\xe3\x83\xfb\xf2\xe1\x8e\xc7\xcf\x09\xc7\x0d\x99\x49\xea\x7a\xa8\xa1\x63\x25\xee\x27\x50\xe3\xb4\x86\xce\xc3\x6d\x1d\x87\x6b\x44\x0d\x9d\xa6\xf8\xa3\x86\xce\xe3\xf9\x23\x1b\xd2\xfb\xcd\x9f\x9b\x6c\x56\x4c\x38\xcf\x8d\x6a\xa3\x82\x74\x93\x68\x2e\xaf\xf3\x8e\x47\xf2\x10\x9e\xdb\x9a\xeb\xd0\x4e\x0d\x1d\xcb\xd4\x3f\x37\xa8\xea\xd3\x43\x88\xfe\x8c\xcd\xfb\xa1\x86\x8e\x55\xc1\x1f\x8a\xb2\xc6\xf5\x04\x3f\x66\xc9\x02\x4a\xb7\xcb\x8d\x07\x5d\xe9\x70\x6b\xab\x73\x98\x84\x9c\x03\xc9\x1f\xe2\x5a\x6f\x37\x79\x00\xca\xee\x65\xf5\x0f\x1e\xca\x13\x83\xc7\x43\xa2\xe4\x89\x15\xf8\xa1\x5e\xeb\x24\xdc\xea\xe1\xfa\xc7\x89\x26\xfc\xe0\xa1\x5c\x6e\x6b\x3c\x94\x02\xae\xe7\xc1\xd6\x2a\xf3\x7e\x4c\x19\x60\x5b\x3f\x68\x05\x32\x53\xe2\x5a\xb5\x26\x3d\x8f\xd9\x82\x50\xf4\x40\x9f\xcb\xf0\x98\xcd\x63\x8b\xca\x65\x0a\x12\x00\xe5\xc6\xc4\xf1\x3c\xd8\xea\x3c\xe0\xaf\x89\xa0\x2c\x0a\x80\xd2\xec\xbd\x07\x40\xd9\x3c\x1c\xb8\x21\x17\x56\xee\xe7\xd5\x56\xc7\x5c\xbf\x18\x3c\x80\x6d\xcf\xab\x87\xd9\x67\xd8\x92\x87\xfd\x99\x6d\xe6\x57\x88\x60\xc1\x61\xf9\xbc\xb8\xe9\xd4\x57\x70\x43\x5a\x7b\xe0\x31\x1b\x52\x06\xf6\x9a\xe8\x6a\x0b\xc0\xb5\xa4\x01\x83\x0e\x76\xca\x87\x9b\x3c\x3e\x6b\x64\x36\x24\x86\x8b\x87\xf2\x3a\x45\xa6\x4f\x51\x56\x73\xd6\x9e\x00\x94\x3d\xa9\x57\xe1\x86\x34\x45\xe8\x21\x1b\x72\x63\x9c\x78\x70\x43\x7a\x03\xdc\x83\x1b\xb2\x88\x48\x74\x43\x02\x75\x1f\xe2\x5a\x1f\x22\x4a\x9e\xe5\xfe\xf4\x19\x95\xe7\x48\xba\x7d\x00\x94\x96\x96\x7c\xc8\x86\xec\xaf\xcf\x62\xfd\x34\x47\x3c\x01\x28\x9b\x55\xf7\x1e\x6e\xf2\xd0\xdd\xf6\x88\x1a\x3d\x54\xdb\x7a\xc9\xb6\xb4\x25\xfb\x4b\x0c\x72\xb2\x3a\xdc\x90\xfb\xb6\x07\xea\xed\xca\x4c\x71\x43\x36\x75\x6d\xe2\x5a\x5f\x59\x39\xd9\x90\xd9\x15\xdb\x6a\xe5\xf6\x47\x70\xa7\x08\x88\xb8\xd6\xee\x79\x20\x78\xd5\x7a\x80\x0f\xc1\xab\x2f\x56\xd2\xd7\x9b\x3c\x30\xc1\xbd\x87\x5a\x5d\xa1\x85\x41\xae\xf8\x2c\xd6\x6f\x83\x41\x5e\xb2\x21\x8d\xaa\x78\xc9\x86\x54\x87\x7d\x0f\xef\xd0\x3b\x69\x81\x1a\x1f\x5b\x18\xe4\x5e\xdf\xc3\xe0\x81\x7e\xfb\xe2\x86\xac\x9c\xdb\x57\x37\x24\x0c\xf3\xe5\x8e\xc7\xf6\xf9\x0a\x71\xd7\xc5\xfe\xb4\x25\xdb\x22\xb8\x0c\x5c\xf3\x5a\x43\x07\x9c\xf1\x1a\xbc\x0a\xcf\x7a\x29\xca\x7a\x1c\xb6\x88\x2b\xdf\xfe\x32\x44\x87\x86\xca\x37\x51\x08\x01\xce\xf7\x92\x0d\x69\x62\xcc\x1b\xa8\xb1\x27\x9c\xfb\x6f\x22\x0c\x60\xfb\x4d\x7c\x01\xa4\xbb\xbc\xb8\x21\x0d\xb3\x7b\x09\x5e\x55\xdc\xbe\xa0\x46\x6f\x18\x7f\x75\x43\xa6\x9f\x95\x1d\x7a\x03\x50\x8e\x8e\x8b\xeb\x4d\xda\x5a\x19\x0a\x71\xad\x9d\xc3\xf8\x12\xd7\x5a\x9c\x88\xcc\x25\x3b\x38\xe6\x5e\x3c\x94\x19\x86\xf2\x66\x3d\xb0\x0c\x85\x44\xc9\x0c\x63\x78\xf1\x50\xf6\xc7\xf7\xe2\x68\xea\xd5\x7d\xa9\xd7\xda\xba\xbf\xb4\x06\x84\x63\xf1\x68\xda\x03\x97\xb4\xb8\xe9\x00\x94\x86\xd6\xbc\x1f\x40\x79\xd3\x22\xee\xda\xed\x42\xa2\xa4\x11\x1e\xef\x89\x56\x80\x1b\xe4\x3d\xa9\x27\x0c\xf0\x7d\xb9\xfe\xf1\xbc\x6c\x21\x3a\x70\x39\xbd\xc4\xb5\x0a\x4f\x5e\xca\xeb\x24\x17\x0c\x40\x79\xdf\xfe\x92\xca\x65\xc4\x37\xbe\x27\x6e\x3a\x60\xfe\x4b\x36\xe4\xc1\x81\x7b\x01\x94\x77\xf1\x19\x37\x79\x2c\x5b\xb0\x9e\xe6\x37\x71\x83\x20\x56\x5e\x01\x65\xf5\x19\xe5\x91\x10\x55\xaf\x80\x12\xc0\xfc\xe2\x86\xcc\x30\xda\xb7\x50\x6f\xd7\xaf\x70\x93\x87\x5e\x83\x17\x37\xa4\xc9\x13\x6f\x41\x6b\x5d\x3e\xe3\x68\x26\x7b\xe8\x1c\x69\x5b\x1c\xcd\xe9\x37\x59\x3f\xa2\x5b\x5e\xdc\x90\x86\x26\xbe\xb8\x21\x1f\x04\xde\x4b\x5c\xeb\xdf\x7b\x17\x55\xf9\x8c\x9b\x20\xdc\x91\x00\xca\x06\xae\x79\x2b\x6e\x3a\x99\x0d\xd9\x90\x39\xdb\x22\x42\x07\x7d\xec\x05\x50\x6a\xdf\x7c\xab\x89\xca\xcc\x0b\x80\x72\xb9\x0b\xbc\xc9\x23\xdb\x83\x80\x99\xd9\x25\xae\xf5\x73\x56\x70\x43\x3e\xb2\x41\xe2\x5a\x9f\x62\x0b\xad\xd5\xd5\x24\xae\xd5\x98\xfa\x97\xb8\xd6\x73\x39\x16\xd7\xcf\x51\x6f\x82\xe0\xe8\x8f\xa2\xac\xd9\xb1\x10\xd7\x6a\x54\xcc\xdb\x2c\x1f\x64\x0b\x54\x85\xff\xe4\xa5\x28\xab\xd9\x90\x2f\xe5\x75\x52\xf3\x97\xd8\x92\xc1\xc1\x2f\xc1\xab\xde\x14\xfe\x82\x1a\x4f\x1c\x6c\x2f\xa8\xb1\x7d\xde\xc3\x56\x2e\x7b\x21\x78\xf5\xb3\x2a\x64\x43\x0e\xcc\x6c\x2f\x6e\xc8\x8a\xd8\x7c\xbd\xc9\x03\x05\xe2\xd5\x0d\x89\xd9\xf2\xed\x5e\x95\x00\xb5\xb8\x21\x0b\xfe\x8c\x97\x6c\xc8\x49\xac\xd2\x4b\x36\xe4\xf2\xac\x70\x93\x87\xf5\x2a\x5f\xdc\x90\xde\x84\xfe\x76\x13\xcd\x19\x35\x6e\x48\xd1\xc3\xcb\x75\x1d\xd6\xa1\x7b\xbd\xae\x83\x80\xd8\x97\xeb\x3a\x6e\x9c\xfb\xaf\xd7\x75\x28\x10\xba\x85\x10\xec\x81\xb8\x64\xec\xe1\x2f\xd7\x75\x0c\x77\x08\xd7\x75\x4c\x30\xdd\xcb\x75\x1d\x2f\xfe\x93\x97\xeb\x3a\xf6\x97\x48\xfd\x31\x4b\x0e\x40\x39\x0e\x8f\x0a\x71\xad\xc3\x41\x0f\xe2\x92\xb1\x3b\xbd\x83\x6c\xac\xdb\x67\xd8\xea\xdc\x9e\xc4\xb5\x76\xc2\x67\xde\x00\x94\x73\xb8\xe5\x07\xd9\x74\x87\x2d\x58\xeb\xe9\xa0\xf1\x50\x4e\x7b\x50\x6b\xf5\x2b\x68\xad\x92\x0e\xa0\xec\x2e\xca\x10\x70\xf1\x95\xa9\x56\x00\x0d\x01\x28\x7b\x27\x24\xee\xc5\x0d\xb9\xb1\xae\xbe\x00\xca\x8d\x33\xec\x25\xae\xb5\x2b\x10\xb8\xfe\x51\x87\xd7\x4b\xa2\xe4\x79\xfa\x15\xdc\x04\xc3\xf7\x06\x4c\x8a\xad\x2b\xa0\x04\x0e\xbd\x93\xca\x7a\xd3\x67\xd8\xb2\x70\xda\xbd\x13\x37\xcf\x74\xd4\xd0\x87\x8e\xfe\x52\x5e\xc7\x04\x90\x77\xca\x5a\xd9\x04\x00\xca\x5b\xcd\x86\xeb\x1f\x0f\xdf\x13\x50\x92\x49\xf8\x52\x5e\x67\x2a\x8e\x2e\xb5\x02\x5b\xd8\x92\x65\xa6\x17\x45\x2f\xc9\x91\x7b\x89\x6b\xd5\xfa\xff\x5a\x94\x15\x8d\xf6\xbd\xa4\x8f\x59\xc2\x0d\x79\x61\x80\x78\x75\x43\x9e\xf6\x4e\xdc\xee\xe1\xa8\x63\xeb\x6a\x13\x7e\xc9\x86\x34\x7d\xf5\xe5\x8e\xc7\x61\x8b\x3b\x1e\x2f\xec\xa9\x2f\x77\x3c\x3e\x1e\x23\xe2\x5a\x45\x40\xef\x4d\x84\x80\x02\x1d\x37\x64\x75\xce\xcc\x86\x04\x84\xbf\xb8\x21\xbd\x70\xe1\x05\x50\x9e\xd9\xfe\xc8\x16\x54\xb3\xb9\x2d\x14\x00\xed\x94\xd7\x69\xae\x2d\xb7\x7c\x78\x77\xc7\x0b\x6a\x2c\x0a\x66\xdc\x90\xbb\xf9\x5e\xec\xcf\xaa\x88\x23\xae\xd5\x4b\xf5\xdf\x40\x8d\xdd\x82\x9f\x2f\xd9\x90\x66\x5f\xbe\x64\x43\x3e\xc4\xac\xbc\xa0\xc6\xe1\xfe\xc4\x0d\x59\x15\x6a\xa0\xc6\x02\xcc\x7f\x29\xaf\xb3\xd4\x06\x1f\xea\x41\x7b\x1e\x28\xaf\xd3\xd5\xd5\x28\xaf\x33\xb3\xdf\x0c\xad\xce\x12\x41\xef\x43\x0d\x08\x59\x0f\xa8\x31\x5d\x7e\x05\x37\xeb\xe1\xc8\x70\xb3\x3a\x4b\x94\xd7\xb1\x34\xef\x4b\x51\x56\x6f\x1f\x7f\x29\xca\x2a\xba\x7d\x29\xca\x6a\x0d\xf4\x97\xa2\xac\x0d\x07\xe9\x0b\x6a\x7c\x3f\x2d\xea\x41\xab\x66\x51\x94\xf5\x96\x41\x5b\x43\x87\xca\x38\x2f\x35\x74\x12\xa8\xea\xa5\x86\x4e\x96\x87\x04\x6a\x1c\x96\x86\x7a\xb9\xff\xf1\xb9\x7c\x4f\x5b\xb2\xdf\x24\x38\x10\x14\xf7\x52\x43\xa7\x25\xdf\x43\xf4\xe3\x19\x78\x17\xa2\x5f\x4e\xb4\x2c\xbf\xc6\x7c\x12\xbc\x6a\x51\xfe\x97\xa2\xac\x39\xf9\x4b\x83\x3b\xd9\x2f\xb8\x21\x43\xa8\xfd\x98\x25\xe3\xa1\xb4\xe2\xd9\x4b\x79\x9d\xe7\xf0\x23\x24\x4a\x62\x11\x7b\x17\x6e\x02\x17\x8c\x7a\xad\x66\x01\xbd\xdc\xf2\xf1\x81\x27\x01\x28\x8b\xe5\x83\x5e\xae\x86\xcc\x82\x15\x00\xa5\x37\x81\xbd\x5e\x0d\x49\xc4\xc5\x0b\xa0\xec\x6e\xb3\x4d\xe5\x2b\xdc\x19\x2f\x71\xad\xc9\x83\x0a\xa0\x9c\x58\xe0\x5e\x00\xe5\xe4\xae\xe0\x17\x37\xa4\xe1\xef\x2f\x6e\xc8\x2d\xa3\xdd\xc6\x0d\xfa\x8c\x94\x01\xb5\xd6\xcd\xfd\x81\x1e\x77\xdd\x90\xea\x08\xc4\xb5\xde\x42\x9e\x00\x94\xf5\xa3\x5d\x6f\x72\xec\x3d\x46\xc4\xb5\x9a\x3d\xf4\x1a\xd7\x8a\xfd\x6f\x19\xd7\x0a\x80\x5d\x64\x43\x5a\xd4\x73\x71\x35\xa4\xb7\xa6\xac\xc3\xe0\x2b\x9f\x71\xc9\x15\xa6\x91\x45\x36\xa4\xa9\xc9\x8b\x6c\x48\xaf\xd1\x5f\xd4\x6b\xb5\xbc\xe9\x3a\x2c\x0a\xd9\x69\xa1\x95\x57\xdf\xc3\xe0\x91\xfc\x26\x6e\x1e\x00\xec\xa2\x28\x6b\xfa\xb4\xd0\x5a\x8b\xdf\xe4\x68\x36\x29\x62\xfd\x80\x7b\x8b\xb8\xd6\x8d\xb3\x76\xe1\x86\xec\x68\x6e\x2b\x51\xca\x9c\x23\xb6\x02\x50\x8e\x8a\x3e\xb6\xbc\xff\x51\xfa\xbc\xff\x11\x77\xd4\x4a\xd8\xca\x3f\x3d\xa0\xd5\xb1\x3f\x17\x71\xad\xc7\xf6\x97\x78\xd0\x1f\x9f\xe1\x0b\xa8\xf6\xc7\x55\x02\x30\x86\xc5\xfd\x8f\x19\x77\xcd\xe2\xfe\xc7\x7e\xd9\x22\xd1\x3c\xf9\x95\x10\x8d\x37\x3b\x6b\x11\xd7\x7a\xc0\x22\x17\xe5\x75\x26\xa2\x7f\x65\x52\x06\x70\x97\xae\xac\xd6\x6a\x8b\xf2\x33\x9c\xb1\x95\x89\x10\x00\x84\xaf\x8c\xc1\x03\xed\x6c\x65\x23\x90\x98\x17\xef\x7f\xbc\xed\x8f\x1a\x10\x8f\xfd\xc1\x5a\xb3\x2d\xdc\xc8\xce\x0b\xc1\xab\xfd\xf2\x2b\x44\x08\xbc\xb6\x16\x4c\xc3\x91\x91\xf2\x01\x02\x5a\xb8\x21\x3b\x4c\x78\x51\x5e\xe7\xe4\xac\xac\x53\xd6\x43\x7f\x94\xd7\xa9\xb0\xf9\xc5\x2d\x1f\x03\x23\xd1\x3a\xa1\x0f\xb7\xd9\x02\x35\x5e\x24\x36\xad\x93\xb8\x6b\x04\xec\x22\x1b\x72\x4c\xfb\xa3\xa8\xee\xa7\x3f\x0c\x3a\xee\x25\x50\xa3\x9a\xe9\xd2\x0d\x09\xe6\x59\x81\x1a\xbb\x66\xbd\x45\xf0\xaa\xe1\x8e\xeb\xa4\xf2\x23\xb5\x17\x57\x81\xb5\x62\xf3\x5e\xb8\x21\xbd\xae\x77\x15\xeb\x25\xb3\xd2\xba\x21\x09\x77\x5c\xba\x21\xd1\xbc\x17\x6e\xc8\x1b\xa5\x6b\xe1\x86\x34\xe4\x76\x11\xbc\xfa\x80\x3a\x16\x35\x74\x5e\xd7\x88\xab\x3c\xa2\xea\xca\x0f\x59\xf2\xa2\xbc\x8e\x97\xf1\x2f\x12\x25\x4f\x74\xae\x45\x5c\xab\x01\xd3\xab\x98\xa3\x6d\x07\x68\xad\xe8\xbe\xab\xe0\x41\xc7\xd1\xb2\xa8\xd7\xea\x3d\x6b\x0b\x0f\xa5\xb5\xae\x56\x25\x42\x80\x24\xe6\x55\xc9\x56\x72\x69\x03\x50\x8e\x43\x66\x53\x09\xbe\x92\x9d\x55\x82\xaf\x70\xde\x2c\xe2\x5a\xbd\x28\x72\x51\xaf\xb5\x1f\x7e\x93\xa2\x82\xc9\x16\x71\x83\x40\xa5\x45\x5c\xab\xee\x85\x55\xc9\x56\xc2\x00\xb1\xa8\xd7\xea\xdd\x7b\x2b\x00\xe5\x1c\x98\x23\x56\x00\xca\xf9\x60\x49\x5b\x01\x28\xa7\x57\x9f\xaf\xe6\xd5\x89\x2c\x43\x83\xf5\x50\x8f\x76\x11\xd7\x7a\x60\xbf\x5d\x94\xd7\xc9\xb2\x09\xe2\x5a\xbb\x63\x69\x54\x9e\x43\xe0\xad\x66\x8d\x04\xdf\x63\x8d\xdc\x74\xb8\x1a\x1b\xf6\xf7\x85\xab\xb1\xcb\x92\x71\x35\x76\x20\xe4\xe2\x26\x8f\x21\x45\x80\x46\x33\x2c\x17\x37\x79\xbc\xf8\xa9\x57\xc7\x1e\x8e\xdf\x78\x75\xc4\x9f\x63\xe1\x26\x8f\x1b\xd7\xed\xe2\x26\x0f\x9d\x22\xab\x8b\x9c\x18\x19\x85\x57\x33\x9a\xf7\xea\x88\x07\x57\x1a\x57\x63\xc9\x7e\x05\xf1\x9e\xfd\x0a\x25\x66\x64\x13\xdd\xfb\x03\xd9\x4b\xdc\xe4\x61\xea\xcd\xe2\x26\x8f\xf1\x19\x19\x97\x24\xdd\xf6\x40\x00\x12\x66\x8c\x05\x68\xcc\xee\x64\x40\xa3\xb1\xb9\x8b\x3b\x1e\xb5\xa7\x2e\x5c\x8d\x16\x0c\x5a\xc4\xae\x66\xec\x9b\x8b\xd8\x55\xab\x0b\x2f\x62\x57\x3f\x0c\x1a\x57\xe3\x70\x5e\x70\x35\x2e\x2c\xa1\x0b\x57\xe3\xac\x8e\x85\x00\x47\xa9\x0d\x64\xd8\xb7\x82\xc4\x8c\x47\xcf\xca\x00\x14\x3f\xf6\x00\x7d\xb2\x41\x5c\x8d\x43\xc6\xce\x4d\x1e\xba\x7c\x17\x37\x79\x2c\x10\xec\x22\xe3\xb1\x3f\xb6\x10\xef\x9e\xdb\x69\x1d\x19\xe6\x85\x8c\xc7\x8e\xbe\xb9\xc8\x78\xbc\x89\xda\x5f\xde\xe4\x21\x73\x23\xe3\x71\xbe\xb6\x60\x2f\xb2\xcf\x0f\x32\x84\x3e\x33\x1e\xa7\xcf\x1e\x72\xf9\xec\x81\xfd\xb9\xed\x21\xce\xd8\x83\xa3\x7a\xe1\x6a\xb4\xce\xca\xba\xa8\x43\xe2\xd9\x0c\x64\x58\x36\xfe\xa1\xe5\xfd\x8f\x38\xcd\x17\xae\x46\x2f\xc5\x58\xd4\xc9\xe9\x72\x94\xcb\xf5\xb3\x85\xf8\x53\x49\xf0\xba\x0e\x05\xd7\x45\x46\x60\xb3\x35\x99\x4f\xf6\xf5\x85\xfa\x82\x02\xb8\x2e\x2f\xf1\x62\xd4\xd6\xc9\x21\x82\x79\x51\x27\x67\x7f\x7a\x57\xbc\x3b\xea\x38\x7f\x51\xbd\xfc\xc7\x2c\x19\x2f\x64\x97\x65\x99\x0c\x89\xd6\xba\x00\x8d\x46\x3b\x2e\x62\x57\x8d\x87\x58\xdc\xe4\x61\x1a\xf1\xc2\x0b\x79\xbb\x95\x6e\x63\x8f\x7d\x46\x58\xb9\xac\x87\x9a\xac\x05\xd7\xd8\xa2\x84\xce\xa5\x44\x05\x34\x26\x72\x9e\x16\xb1\xab\xde\x5c\xb0\x02\x34\xf6\x47\xe6\x16\xa0\xb1\x59\x71\x69\x05\x68\xec\xdd\xe3\x4e\xec\xaa\x29\x8e\xeb\x31\x63\x87\x09\x0c\xd0\xd8\x93\x8c\xc8\x64\x48\x72\x9e\x16\xc9\x90\x1d\x73\xcb\x0a\xd0\x38\xbb\x5b\xf7\xe1\xa6\x84\xe6\x7b\xb8\x02\x14\x47\xd4\x64\x35\x5d\x76\x01\x1a\xbd\x27\x79\x3d\x46\xa9\x30\x67\x80\x46\x73\x90\x16\xa0\xb1\x74\x5b\xd4\x64\xc5\x5d\xba\x1e\xf3\xe8\xfd\x26\xae\xc6\xed\x58\x4c\x66\xa5\x87\x00\x8d\xf3\xc1\x59\xb4\xc8\x78\x9c\x6a\x3d\xaf\xf4\xd1\x83\x37\x79\x00\xf3\x17\x19\x8f\x3a\x45\xd6\x8b\xab\x43\x0d\x0c\xd0\xf8\xba\x21\xb9\xc9\xe3\x55\xfc\xbd\x24\xcb\xbb\x21\x5f\xb7\xae\xfd\x05\xeb\x29\xdd\x91\x61\x0f\x77\xae\x01\x8d\x3a\x48\xd7\x4b\x4d\xe4\xe1\xa8\x29\x4c\xea\x3a\xbc\x1a\xa5\x98\x5d\x5c\x8d\xa7\x22\x87\xfb\x1f\xbd\xcc\x73\x2d\x03\x38\x6d\xe1\x8a\x93\xb1\x0b\x1a\xdd\x3d\xb8\x1a\x93\xe2\x81\x8c\x47\x0b\xbe\xaf\xe5\x4d\x10\xfe\x12\x7f\x06\xb6\xcf\x45\x09\x9d\x0f\xb5\x8b\x4b\xca\x70\xd6\x2e\x6e\xf2\x98\x6a\x59\xb8\x1a\x1f\x2c\xd9\x6b\x11\xe0\x78\x3a\x6a\x32\x1e\x15\x55\xcb\xb4\x23\x76\x6b\x20\xc3\xaa\x71\x62\xe1\x6a\x3c\x28\x2d\xb4\x3e\xae\x46\xbe\x42\x80\x6a\xf5\xf0\x53\x78\xd5\x8a\xbe\x8b\x12\x3a\xa6\xea\x2f\x90\x61\xfa\x7c\x05\x57\xb1\xa7\x71\x9b\xb1\xca\x8a\x6d\x90\xd3\xe9\x2f\x2f\x6c\xd0\x8c\x93\x00\xd5\x2d\x96\xd8\xa6\x3d\x30\x13\x20\x43\xaf\xe6\x5a\x20\xc3\x0d\x82\x5d\x16\x5e\xc5\x49\xbf\x29\xbc\x6a\xcd\xee\x4d\xc6\xe3\x85\x83\x74\x5b\x78\x95\x33\xbd\x29\xbc\x6a\xc9\xa5\x7d\x58\x6e\xde\x5f\x5a\x73\x7d\xd1\x0a\xd1\x5f\xaa\xcf\x82\xbf\x24\xd0\xca\x06\x19\xca\x43\x36\xae\xc6\xe7\xf6\x99\xc8\x29\xd3\xa2\xe6\xf3\xb2\x77\x02\x1c\x4f\xdf\x0b\xfa\xac\x93\xbd\xbd\xff\x11\x9b\xf7\x06\x19\x26\x38\xe6\xf6\xfe\x47\xf0\xd0\xa6\xf0\xea\x89\x30\xdc\xb8\x1a\x6f\x4e\xff\xc6\xd5\xf8\xa5\x55\xfc\x98\x25\xef\x44\x61\x3d\xac\x2d\x1b\x2f\x64\xc2\xd3\xbf\xf1\x42\x5a\x49\x6c\x5b\x93\x55\xd2\xa9\xc9\xda\x5f\x07\x46\x6c\x60\x73\x60\x04\xe8\xa0\x49\x6d\x80\xa1\x05\xf2\x76\xc2\xa6\x58\xed\x0f\x9b\x22\x1a\xd1\xce\x66\xe5\x30\x2d\xd9\x32\x32\xf4\x40\x99\x1c\xaf\x24\xdc\x94\xc9\x39\xb6\xef\x05\xfb\x6c\x48\xbf\x0d\x30\xec\x2e\x34\xb7\x75\xcc\xe4\x2f\xb1\xb9\x0d\x7b\x00\x18\xe2\x48\xda\x19\xc3\x05\x4c\x71\x73\xfd\xe3\x35\x7c\x76\xb3\x60\x2c\x11\xc0\x70\x60\x95\xdd\xd4\x5d\x35\x77\x69\x67\x2f\x7a\x82\x76\xe2\x53\xad\x2b\xbb\xcd\x6a\x74\x83\x9c\x5e\xf4\xc4\x58\x00\x86\xa7\xf3\xe9\x6d\x1d\xdb\x56\xac\x91\x36\xcc\x4d\x56\x63\x03\x26\x6e\xb2\x1a\xa7\xb3\x44\x56\xa3\xee\x85\x4d\x56\xa3\x47\x7a\x03\x0c\x2d\xf5\xb8\x71\x27\x26\x9c\xa7\xfb\x24\xa1\x3a\xfb\x5e\x1c\xbf\x0b\x77\xd4\x06\x18\xee\x61\x0f\x78\xc2\xd1\x0d\x37\x59\x8d\xde\x90\xb6\x0b\x15\xc8\x1e\x5b\x09\x73\x12\xa3\xe6\x8e\x47\x0b\x7f\x6f\xee\x78\xb4\x6a\xdb\xc6\x9d\x68\x82\xd2\x2e\xde\x11\xc8\x7c\x06\x30\x9c\xf3\xf3\x4b\x8e\x1f\xcc\x6d\x7f\xdc\x89\x7e\x93\x32\x32\xb0\xdd\x0d\xfa\x7b\x70\x0f\x6d\xd0\x9f\x76\xc3\x1d\xe8\xaf\x6f\x2c\xa8\x9b\xac\xc6\xbd\x6d\x11\x04\x47\x25\x90\x5d\x28\x73\x84\x57\x7e\x57\x2a\x90\x21\x80\x76\xb5\x8c\x0c\x73\x46\x56\x63\x97\x86\x4a\xc2\x38\xd8\x73\x57\x82\xa8\xb0\xfe\x6f\x6f\xeb\x40\xc0\x6e\xdc\x89\x1a\x9e\x36\xc5\x55\x15\xfd\x1b\xf4\x57\xc0\x4a\xbb\x92\xb5\xd9\xec\x1d\xcd\xad\xfb\x4b\x12\xfe\xbb\xbd\x73\x11\x99\x67\xac\x52\x72\x5d\x16\x59\x8d\xb4\xb1\x3f\xea\x72\x63\x02\xd8\xb8\x13\xad\xc4\xb8\x71\x27\x4e\x8c\x3d\x9b\x20\xd4\x0c\x08\xdf\xcd\x8b\xd6\xd8\x21\xcd\xba\xdc\xf4\x4e\x10\x6a\xc7\xd1\xb9\x09\x42\x15\xd7\x6c\x6e\xeb\x28\x98\xfc\x76\xb8\x13\xbb\xd7\x93\xee\x46\x56\x1c\x4c\x7f\x37\x8a\xff\x3e\xf6\x40\xf1\x58\xb0\xc4\x6e\xc4\xbf\xbb\x7e\xd6\xc2\xf9\xbc\x87\x4d\xb8\xdb\x5f\x9c\xbf\x8d\x0f\x68\x7f\xee\x78\x84\x22\x82\x50\xad\xd9\xb3\x41\x86\xc5\x51\x7f\xb2\x1a\x99\x41\x82\x50\xab\xf4\x75\xca\x8c\xc9\x19\xcc\x6a\xc4\x21\xbb\xcd\x6a\x04\x2f\x6c\xb2\x1a\x8b\x1c\x93\xac\xc6\xb8\x41\xfd\xc7\x2c\x99\x84\x47\xc3\xd8\x37\x09\x8f\x0f\xe0\x76\x77\x82\x38\x00\x6a\x1b\x4f\xa3\xd9\x43\xbb\x13\xfa\x2f\xe3\xeb\xa4\x6e\x78\xdc\x29\x93\x63\xf1\xf2\x4d\x99\x1c\x9d\x30\x1b\x77\x62\x03\x88\xee\x41\x85\x35\x7b\x18\x64\xc5\x29\x0b\x07\x17\x05\xc9\xa4\x06\xee\x0c\x8f\x34\xa0\xf1\xb3\x28\x80\xc6\x7b\xf9\x9e\x9e\x54\x26\x02\xd0\xe8\xc5\x86\x7b\x70\x34\x6f\xdf\x7b\xd0\xc0\x58\x76\x41\x23\x56\xaf\x3d\xd0\xbc\x65\xb4\x80\xc6\x0b\x4d\x63\xe3\x4e\x7c\x88\x44\xd9\xd3\x8b\x9e\xf8\x0a\xf1\xa9\x17\xc6\x82\x6d\x7c\xaa\x0c\x7a\xea\x09\xf7\x97\xb2\x1e\xe6\x65\xea\x09\x67\x2b\x79\x5b\x07\x8e\xb9\x3d\x29\x03\x04\xb2\xd8\x80\xc6\x23\xfb\x0c\xd0\xaf\x18\xfb\x80\x46\x47\x46\x71\x47\x37\x9d\x65\x72\x30\x6a\x6c\xaf\x7f\x54\x5f\x09\xd0\x38\x12\xa0\x78\x5f\x06\x19\x31\xf3\xb8\x13\x1b\x25\x82\x76\x80\xc6\xf9\xe0\x35\xd8\x5c\xff\xb8\xa8\xc1\xbc\x29\x93\x53\x88\xf7\xd8\x17\xa9\x37\x6e\x56\xe2\x53\xbd\x0b\x79\x5f\x5e\xa4\xe3\x7b\xb8\x83\xb1\x72\xef\x0b\xd1\x88\x37\x7f\x03\x1a\x37\x7a\xdc\xbe\xb0\x79\x7b\xc4\xbc\xe3\xf1\x76\x2c\xf8\x2c\x64\x83\xc4\xa7\xbe\xb2\x4f\xe3\x53\x5d\x3f\x6f\xeb\x40\xbb\xde\xde\xd6\x21\xc3\x24\x3e\xd5\x14\xf1\x4d\x7c\xaa\x89\xfb\x9b\xf8\xd4\x66\x7f\xb7\xac\x95\x91\x05\x32\x9c\x5d\xd1\x81\x3b\xd1\x94\x8f\x8d\x3b\xd1\x7b\xae\xf7\x4d\x24\xc3\xe5\x7b\x78\xfa\x15\x16\x20\x43\x2d\xbd\x1b\x77\x62\x76\xe6\x6f\x12\xe2\x81\xeb\x9b\x20\xd4\xf1\xf8\x4d\x6c\xfa\x0a\x43\x82\x50\x0f\xc2\x01\x37\x65\x72\xbc\xa2\x73\x13\x84\xba\xb1\xae\x6e\x90\xa1\xf1\xbe\x9b\x20\x54\xdd\xeb\x1b\x77\xa2\xc1\x7a\x9b\xe2\xaa\xc6\xdb\xef\x47\xc3\xa1\xbf\x24\x2b\xee\xf3\x4d\x8a\xab\x62\xa6\xd9\x22\x43\x4f\x15\xc5\x55\xef\xcf\x57\x48\x18\x77\xae\x41\x86\x06\x93\xee\xc7\xac\x3f\xdf\x8b\xfd\xf9\x62\xa3\xdd\x20\xc3\xae\xf0\xb5\x16\x0e\x86\xbc\xfd\x1a\xe4\xc7\x2e\x30\x08\x15\x07\xfe\x06\x19\x6e\x85\x13\xc8\xb0\x3b\xd7\xaf\x41\x70\x8c\xfa\x45\xb5\x51\x61\xa1\xb8\xea\xab\x30\x7c\xbd\x43\xcf\xb1\xe8\x73\x72\x2c\x44\xda\x28\xde\xb9\xe3\xf1\x56\x0f\xc7\x9d\x18\x35\x58\x7e\xcc\x92\xbd\xfe\x51\xbd\x83\xeb\x1f\xbb\x8b\x49\xc2\xa3\x15\x21\x36\xf1\xa9\x09\x6b\xcb\xa6\xee\xea\xc2\x34\xbf\x97\x59\x63\x90\x00\x68\x3c\x3c\x38\x01\x1a\xe7\xe9\x04\x72\xfd\xe3\xa5\xe6\x8d\x3b\xf1\x50\x2e\x73\x5b\x47\x51\xbb\xe6\xfa\xc7\x4b\x3d\x80\x84\xc7\xdb\x69\xc1\x9d\xf8\xa8\x17\x2f\x2b\xc8\x31\xb9\xcb\x3b\x02\x7d\x0f\x9b\xb7\xf2\x8e\xba\xab\x2f\xc0\x77\x6f\xec\x55\xb2\x89\x8d\x4d\x58\xe6\xc6\xf5\x8f\x8f\x9a\x30\xee\xc4\x4b\xc1\x85\x3b\xb1\xaa\xb5\x7a\x5b\x47\xf3\x3d\x8d\x1a\xbe\x87\xd4\x74\x76\x01\x8d\x16\xb1\xd9\x80\x46\xdd\x19\xdb\xba\xab\xd8\xca\xf7\x26\xfe\xf6\xd3\xfb\x43\xcb\x5f\x12\x7f\x2b\xc3\x34\xab\x51\x0c\x42\x56\xe3\x0a\x06\x96\x8e\x03\xfa\x82\xd9\xa4\xe3\x80\xbe\xd0\xf4\xd3\x71\x60\xf3\x8e\xa3\x92\x8e\x03\xd1\x58\x7d\x0f\xd1\x18\x51\xe6\xe9\xa0\x4c\x0e\x57\x50\xa5\x83\xf8\xd4\x15\x7a\x63\x3a\x0e\xb2\xc6\x62\x5e\xd2\x71\x90\x50\x1d\xfa\x74\x3a\x70\x27\xe6\xe4\x7b\xd2\xf7\xd2\x32\x3e\x7c\xd1\x62\xd4\x17\xbf\x4c\x8c\x3a\x80\x7d\x3a\x12\xa3\x0e\x8f\x42\x3a\x74\x12\xde\x8c\xf3\x73\x73\x23\x5f\xf9\x94\x4c\xa5\x87\xc4\xa8\x63\x87\xa4\x23\x31\xea\xc7\xf7\xc0\x4a\x8f\xfd\x31\xea\x88\xcd\x48\x47\x42\x20\xbc\x7e\x13\x5d\x74\xf9\x4d\xeb\xde\x31\x83\x89\x55\xd9\xbe\x87\x13\x2d\x34\xa2\x74\x24\xa1\x2e\x33\x91\x50\x58\x4e\x28\xca\x38\x99\x2a\x73\x96\xb1\x92\x56\x7a\x30\xb4\xb4\xf2\x4d\x6e\x6e\xdc\xc5\x16\xd5\x7e\x3b\x34\x64\x8a\x17\x0d\xd6\x28\x7b\xbd\x11\x23\x03\x0b\xee\xe9\x33\xb0\x60\xb7\xbf\xa0\x8f\xfb\x0a\xd3\x91\x11\x78\xdd\x91\x21\xf0\x02\x75\xa4\x23\xe3\xa4\x6f\x7e\x13\xfa\x86\xbd\x43\xdf\xb4\x05\x94\x4f\xf4\x77\x42\xdf\xcb\xcc\x9f\xd0\xe7\x9c\x9d\xd0\xe7\x8a\x9d\xd0\xf7\xfa\x1e\xf4\xbd\x8c\xf3\x84\xbe\x97\xb1\x9c\xd0\xf7\x32\x9f\x27\xf4\xbd\x8c\x9a\xdb\x19\x49\x93\x4e\xc7\x69\x95\x09\xbf\xf9\xf0\xcc\xb1\x80\x67\xb3\xbf\xa4\xc0\x54\x66\x27\xeb\x08\x3c\x68\xe9\x08\x4c\x9c\x9c\x02\x0d\x1b\x6a\x71\x04\x1e\x99\x91\xe1\x08\x3c\x32\xf3\x89\x23\x90\x82\xa6\xe9\xf0\x32\x8d\x0d\xb5\x86\x8f\x7e\x89\x95\x1f\xb1\xe4\x74\x78\xdd\x7f\xb2\x03\x7c\xd8\x87\x9d\xa3\x8f\x15\x8e\x03\xd7\xfd\x1f\x6e\x10\xa0\x20\xde\xd9\x74\x10\x59\xca\xbd\x02\xe9\x20\xb2\xf4\xa8\x4c\x19\x05\x6e\x8e\xc2\x24\x51\xe0\xe6\x70\xb3\x56\x53\xa1\xe9\x8f\xc8\xd2\xa3\x41\x10\x91\xa5\x94\x0a\x4c\x47\xd5\x51\xc6\x37\x89\x2c\x3d\xa6\x5f\x41\x9f\x96\x4d\x70\x71\x23\x97\x33\xa6\xc3\x7c\xc4\x9b\xe3\x47\xce\xe1\xe1\x01\x07\xee\x1d\x1e\x4d\xe0\xde\xf1\x3a\x16\x68\xf0\x68\x92\x73\x78\x2c\x7b\x80\x06\x0f\x6a\xb3\x7e\x1d\xdf\x24\xe7\xf0\x58\xbc\x07\xdc\xc3\xb5\x99\x0e\x9d\x7d\x9b\xaf\x78\x97\x86\x87\x18\x87\x5e\x4a\xf4\xde\xbc\x6f\xc1\x5f\x62\x91\x76\x63\x71\x6d\x7f\x72\x0b\x72\x6d\x7f\x72\x83\x70\x01\x63\x3a\x7d\xc6\x05\x8c\x27\x2b\x46\x79\xd3\x24\x83\xd6\xd9\x77\x72\x00\xbc\x13\xa3\x32\x13\x44\x81\x72\xa1\x51\x3a\x88\x02\xa5\xf2\x70\x3a\x80\x6d\x38\x37\xd2\x41\xee\x20\x77\x54\xa4\x83\xeb\xf7\x41\x47\xe9\xe8\x26\x21\xb1\x62\x38\xed\x92\x8c\x1d\xa7\x5d\xf3\x30\x76\x2f\x8a\xb4\x3f\xc6\x39\x98\x17\xee\xbd\x48\x32\x1b\xee\xbd\x48\x32\x8d\x61\xf1\x79\x66\x1e\xc7\x1c\xf1\x2c\xe9\x00\x63\xa5\x8b\xf9\x1c\x58\x57\x65\xfa\x64\xf6\x25\x77\x01\xc1\x96\x49\x11\x40\xcd\x97\x74\x33\xf3\x14\x11\x4d\x37\x2b\x4d\x11\xd1\xf4\xf0\x8c\x22\xa2\xe9\x61\x9c\xb8\xd4\x92\x0c\x05\x97\x5a\x5a\x7c\x73\x72\x21\x95\xa7\x83\xec\xbd\xb4\x7c\x8f\x91\xb9\x97\x40\x47\x69\xfb\x1e\xbb\xc0\xfd\x02\x3a\x4a\x1e\x70\xd0\x51\x3e\xa0\x76\x9a\x3d\x6b\xef\x68\xd7\xee\x17\x82\x2d\xb9\x2d\x27\x1d\x04\x5b\xe6\xcc\x9e\xe0\x2e\xc3\x2c\x93\xe2\x2e\xc3\x9c\xf9\x25\x77\x19\xe6\x93\x59\xc2\xa5\x46\xf9\xcf\x74\x10\x6c\x99\x0b\xab\x42\xb0\x25\xc9\xe4\xe9\x20\x43\x2f\x57\xbf\x42\x86\xa5\xbb\x87\x80\xca\xdc\xec\x0f\x1a\xba\xcf\xa0\x41\x61\x01\x02\xca\xdd\xde\xa1\xa1\xdb\x1f\x34\x74\xe6\xcc\x5b\xee\x07\x2d\x6e\xb9\xcf\x93\x6f\x72\xcb\x7d\x9e\xac\xbb\x85\x42\x3b\xbb\x87\x42\xa1\x59\xa1\x86\x6f\x2c\xbb\xb3\xa8\xeb\x42\x59\xd4\x74\xe0\x1b\xdb\x17\x73\x46\xed\x96\x7c\xb3\x5b\x49\xb5\xcb\xee\x17\x51\xce\xe3\x57\xa0\x41\x25\x81\xa0\xc9\x08\xcb\xfc\x31\x4b\xa6\xac\x4b\x96\xf5\xe8\x1a\x93\xbd\xe0\x1a\xcb\x8b\x6d\x4d\x16\xde\x70\xf3\x50\xd6\x25\xbb\xe9\x28\xeb\x42\x81\x9b\x74\x3c\x90\xe7\x56\xc2\xfd\x75\xca\xe6\x71\x7f\x9d\x07\xc4\x3e\x56\x55\xb2\x05\x08\x57\x93\x7a\x2c\x88\x69\x0f\x78\xde\x0f\x16\x85\x98\xc9\x53\x96\x45\xcc\xe4\x29\x93\x32\xd3\x2e\x33\x16\x0a\x7e\x52\xd9\x3f\x1d\x80\x9c\xf3\x64\xca\x2c\xf8\xe9\xa6\xb3\xe0\xa7\x63\x01\xe4\x9c\x85\xde\x29\xf8\x79\x16\x68\x20\xd3\x8e\x6b\x2a\xd3\xf1\xa2\x73\x25\x16\x8c\x4c\x3b\x8a\x26\xa6\x83\x82\x9f\xe4\xca\xa7\x83\x82\x9f\x49\xa6\x6f\xc1\x4f\xb7\x2e\x99\x76\xa7\x1b\x12\xf7\xd7\x29\x73\xc3\xfd\x35\xd5\x42\x5e\xe8\x53\xeb\x59\xd0\xd7\xe9\x1d\x24\x73\xca\xf8\x28\xdd\x72\xaa\xcb\x2c\xe8\xbb\xa0\xc8\x7b\x07\x65\x59\xcb\x32\xf5\x50\x44\xa6\x1d\xc5\x61\xd2\x01\x92\x39\x65\x59\x20\x99\x53\x3d\x75\x79\xef\x19\x33\x68\xa6\x9d\x7a\x31\xee\x2f\xae\x30\x4a\x07\xee\xaf\x53\x6d\x09\x24\xd3\x36\xdb\x1a\xf7\x57\x52\x8c\x2d\xab\xb6\xd1\xc2\xfd\x75\x2e\x68\xe7\xde\xc1\xd3\x3d\xc8\x0d\x12\x58\xdc\xd3\xb1\xb5\x6f\xb2\xb6\xb8\xbf\xb0\xc3\xa6\x63\x93\x04\xeb\x6a\x52\x83\xa5\x28\x9c\xbc\xac\x5e\x46\x04\x5a\x29\xe2\x0c\x6b\xb0\xa8\x03\x11\xfc\x58\x92\xdf\x24\xf8\xb1\xf8\x5e\xac\x51\x51\x74\x6c\xbd\xeb\x31\x9f\x89\x1a\x2c\x05\x4c\x90\xa8\xc1\x52\xc2\x15\x97\x92\x97\xd5\xc3\x26\x12\xc1\x8f\x85\xd5\x4c\xd6\x60\x41\x87\x4d\xd4\x60\xe1\x4a\xde\x94\xa8\xc1\x52\xd8\x05\x89\x6c\xba\x32\xfc\x25\xf4\xa1\x4f\x27\x6a\xb0\x94\x40\xb0\x29\x81\x56\xb8\xae\x2d\x25\x6a\xb0\x94\xe1\x2f\x8d\xbb\xb6\x77\xe8\xbb\xec\x0f\xfa\xc2\xf3\x91\x12\x2e\xae\xc2\x7e\x49\xb8\xb8\x4a\xb8\xf0\x52\xc2\xc5\x45\xd9\xaf\x94\x70\x71\x95\x87\xf7\x70\x71\x95\xcb\x16\xf4\x5d\xd0\xc0\x55\x10\x05\x05\x29\x51\xd4\x93\xea\x22\x29\x71\x15\x44\xb9\x99\x41\x82\x1f\x29\xdf\x9a\x12\xc1\x8f\xe5\xf5\x9b\x14\x73\x80\x4f\xa4\x84\x9b\x2e\xf9\x15\x68\x88\x28\xaa\x94\x28\xdc\x89\xf1\x25\x25\x02\x1c\x0b\x3b\x2b\x11\xe0\x58\xd8\x59\xc9\xfb\x03\x17\x23\xfb\x14\xee\x9c\xb4\x82\x86\xca\xce\x4a\x14\xee\xe4\xa2\xe4\x94\xbc\x75\x1e\xd5\x26\x71\xdd\x43\xcd\x3f\xa9\x97\x9c\x12\x37\x41\x50\x61\x2d\x25\x62\x1f\x2b\xcc\x26\x71\x7d\xa0\x0c\x33\xe1\xc6\xe2\xe6\x90\x94\x70\x63\x71\xcb\x40\x4a\x40\x17\xec\xb7\x29\xe1\xc6\xaa\x6e\x10\xdc\x58\xe5\x62\x92\x28\xb3\x52\x01\xb7\x89\x32\x2b\x75\xfa\x0c\xf2\xdc\x66\x64\xc5\xd5\xce\x94\x71\xe9\x7c\x05\x8c\x25\xe2\x1b\xeb\xf4\x19\x34\x5c\xb6\xa0\xa1\x43\x11\xb0\x86\xf2\xda\x29\x01\x6b\xb8\x2d\x3b\x25\x60\x0d\x71\xbb\x29\x01\x6b\xaa\xdb\x05\x58\x53\x5f\xc7\x09\x7d\xe8\x47\x89\xac\xb8\x0a\x7b\x49\xc4\x37\x56\xb7\x20\xb0\xa6\xbe\xf4\x0e\xac\xa1\x76\x44\x4a\xc0\x1a\xae\x9e\x4d\x89\xf8\xc6\xe6\x76\x21\xbe\x91\x1b\xd2\x52\x02\xbb\x34\x74\xe6\x04\x76\xa9\xe8\x47\x09\xec\x52\xdd\x58\x60\x97\x96\x98\xb3\x02\x7d\x68\xe5\xc9\xac\xb8\xe2\x7b\xd4\x02\x00\xbb\x24\xee\x08\x4c\x1f\x1a\x48\x38\x3e\x19\x0b\xd8\xa5\xc1\x96\x12\xd8\x85\x60\xb6\x94\xc0\x2e\xcd\x3d\x01\x76\xa1\x46\x5d\x4a\x60\x17\xee\x59\x4b\x09\xec\xc2\xcd\x13\x29\x81\x5d\x1a\x08\x28\x81\x5d\x48\x35\x4d\x89\x5a\x2a\x4d\xc6\x40\x2d\x95\xe6\xee\x01\xd7\x34\xf7\x0b\xb8\xa6\x5d\x3e\x83\xbe\x69\x7f\xd0\x37\xec\x8f\xf8\x70\x99\x46\x35\xa1\x9a\x99\x00\xd7\x34\xc4\x4a\x02\xd7\x10\x54\x98\x12\xb8\xa6\xc9\x18\xc0\x35\xcd\xc3\x0f\xae\x69\xe8\x40\x89\x20\x46\xd2\x81\x53\x22\x88\x91\x7b\x3d\x52\x02\xf3\x34\x19\x11\x98\xa7\x3d\xf6\x0e\x7d\xaf\x5f\x81\xbe\xd7\xaf\x40\x1f\x46\x94\x04\xe6\x69\x32\x0d\x30\x4f\x73\x6d\xc1\x3c\x5c\x10\x9a\x12\x98\x87\xf2\xb4\x29\x75\xe3\x8b\xa1\xc8\xe2\x9c\xa0\xb1\x04\x1e\xea\xa8\x44\x09\x3c\x44\x28\x6b\x4a\xe0\x21\xf2\x02\x52\x02\x0f\xf5\xc4\xc8\x3a\x65\xc6\x92\xef\x75\x5a\xcc\x20\x01\x8e\x55\x56\x0e\x56\x22\xde\x2a\x25\xb0\x52\xcf\xfe\x92\x02\x95\xee\x48\xf0\x50\x3f\xed\x7d\xf3\x0c\x8a\xc0\x43\x1d\x3d\x3c\x0d\x0b\x8c\x42\xc3\x30\xc8\xcf\x5f\x42\x03\xda\x6e\x02\x2b\x71\x27\x4d\x4a\x60\x25\xf2\x2d\x53\x02\x2b\xf5\xe1\x57\xa0\x01\x8c\x95\xf0\x47\x75\x77\x16\x41\x8c\xd4\x36\x49\x09\x54\xd5\x15\x0f\xa4\xb7\xf5\x8b\x1d\x49\x10\x63\xbf\x7d\x0f\xfa\xdc\x13\x20\xae\x8e\xb9\x2c\x81\xb8\xe2\x36\xcf\x1f\xb3\x64\x00\xd7\x38\xe8\x00\xc0\xd5\xd1\xe3\x12\xd7\x00\x76\x74\xe6\x04\xe0\x1a\x2e\x1f\x80\x6b\x24\xc8\x03\x70\x0d\xf4\x87\x34\xbd\x86\x93\x6d\x0d\xe0\x1a\x40\xeb\x04\xe0\x1a\xcd\x67\x41\xde\x28\x7e\x93\xaa\xff\x6a\x05\xc4\x30\xde\x4e\xfc\xb4\x5c\x91\xef\x91\x82\x81\x0e\x94\x00\x5c\xa3\x33\x16\x00\x17\xb9\xeb\x29\x01\xb8\xc6\xed\x33\x42\xc0\x15\x01\x00\xae\xa1\x94\xd6\x1d\x75\x33\x13\x14\xd9\x1c\xa0\x87\x04\x18\x1b\xb7\xbf\x84\x3e\x35\x06\xc0\xd8\xf0\xb8\x03\xc6\x86\xcc\x1b\x30\x36\x3c\x70\x80\xb1\xe1\x61\x04\x8c\x0d\x8f\x1f\x60\x6c\xbc\x8e\x13\xfa\x94\xfc\x80\xb1\x81\xd9\x24\x01\xc6\x86\x4c\x1f\x30\x36\x64\xfa\x80\xb1\x21\xa3\x05\x8c\x91\x2e\x9b\x12\x81\x8a\x43\xc9\xcf\xad\x0d\xc3\x03\x0e\xfc\x9a\x07\xb3\x6b\xf8\xa1\x7b\x02\xf8\x35\x41\x2b\x09\xf8\x35\x15\x01\xe4\xac\x0d\x74\xed\x04\xc6\x9a\x58\xe7\x12\x38\x6a\xca\xca\xc1\x51\x53\x56\x0e\x8e\xe2\xbe\xea\x94\x70\x24\xe1\x12\x4d\x89\x6a\x26\x54\xf0\x4e\x09\x8c\x35\x15\x24\x8f\x85\x5c\x7c\xcf\xe8\x5f\xc6\x09\xc6\x9a\xd5\x1e\xa0\xc1\x7d\x06\xc6\xa2\x26\x4a\x4a\x60\xac\xd9\x98\x79\x30\xd6\x54\x58\x80\xb1\xa6\x87\x1f\x8c\x35\x31\x9e\x25\x43\x0c\x07\xeb\x07\xc6\x9a\x93\x3d\xf8\x62\x17\x05\xf3\xa4\x17\xbb\xa8\x3b\xeb\xb5\xe8\x39\xbb\x00\x8c\x35\x31\xa5\x25\xab\x99\x78\x6c\xc1\x58\x73\xd9\x1f\xf4\xb9\xd2\x60\xac\x39\xec\x2f\x68\xb8\x9c\x6b\x70\x14\xf7\x23\xa6\x04\x8e\xba\x30\x46\x26\x70\xd4\x25\x8b\x04\x47\x5d\x32\x68\x70\x14\x45\x75\x53\x02\x47\x5d\x32\x45\x70\xd4\xe5\xbc\x80\xa3\xae\xe2\x7b\x84\x7a\x3a\xbb\x60\xa5\x4b\x01\x4b\xa8\xe0\x35\x6d\xc5\x3a\x5c\x0a\x35\xb0\xd2\xa5\xb6\x4b\x12\x19\x31\x0f\x29\x91\x44\x76\x29\x0c\xc1\x4a\x17\x26\xa3\x04\x56\xba\xe4\x44\x60\xa5\xcb\x93\xb3\x2d\xa3\xcb\x0c\x82\x95\x2e\xcc\x42\x09\xac\x74\xc9\xcf\x08\x07\xbc\x0f\xc6\x62\xbd\x4a\xf9\x99\x37\xea\x29\x64\xc0\x4a\xb7\x7b\x17\xac\x74\x61\xbb\x4e\x60\xa5\x1b\x63\x4f\x02\x2b\xdd\xaa\x2f\x60\xa5\xdb\x7d\x0d\x56\xba\x31\xfc\x66\xb0\x52\x04\x18\xff\x90\x25\x67\x60\xd4\xcd\x32\x64\x60\x14\x95\x87\x53\x06\x46\xdd\x1c\x8e\x6c\xb9\xca\x66\x0b\xf2\xd8\xba\x19\xa8\x74\x77\xbf\x02\x79\xdd\xa1\x40\x5e\xf7\x3d\x52\x38\xd9\xe4\x99\x72\x95\x75\xd8\x82\xbc\xc8\x08\x4c\x19\xa8\x74\x0f\xbf\x09\x79\x68\xbb\xd9\x6b\xd8\x61\x05\x19\xa8\x44\xed\x88\x94\x8d\x06\x7c\xfc\x25\x34\x20\xc1\x33\x50\x89\x1a\xcc\x29\x7b\x0d\x3b\x5a\x6b\x06\x2a\xdd\x4c\x7c\x06\x2a\x51\x31\x2b\x65\xef\x3f\x58\xf6\xe7\x85\x88\x99\x16\xf4\xc1\xbc\x73\x82\x3e\xd8\x67\x06\x46\xdd\x11\x72\x94\x32\x30\xea\xde\xf6\x00\x7d\xdb\x6f\x42\x1f\xa6\x9f\x9c\xbd\xfa\x88\xaf\x00\x95\x1e\xb4\x97\x0c\x54\x7a\x92\xbf\xa4\xae\x58\xe6\x9b\x40\xa5\x27\x33\x32\xa0\xd2\x83\xab\x23\x93\xef\xc5\x2d\xdb\x29\x93\xef\x45\x45\xb7\x94\xbd\x4e\x1d\x56\x97\xc1\x43\x4f\xb5\x07\x6a\x6b\x55\x7b\xd8\xfc\x32\x0e\x7f\x36\xac\x0f\xd8\x9d\xc1\x43\x0f\x87\x38\x5b\x76\x12\xe3\x4b\xc6\x95\xb3\x38\xc4\x19\x3c\xf4\x00\xad\x33\x78\x88\x14\xea\x94\xc1\x43\x24\xa3\xa4\x0c\x1e\x7a\xa6\x3d\x50\x80\x09\xbd\x38\x83\x87\xb8\x1b\x32\x65\xf0\x10\x69\x01\x29\x83\x87\x48\xff\x4f\x19\x3c\xf4\xdc\xf6\x07\x7d\xb7\x3d\x40\xdf\xcd\x0e\x01\x0f\x3d\x88\xd4\x0c\x1e\xe2\x66\xb5\x94\xc1\x43\x8f\x7b\x09\x3c\xf4\x20\x44\x33\x78\x88\xaa\x1d\x29\x83\x87\x1e\x90\x4c\xb6\xec\x24\xc2\x30\x9b\xef\xb5\x7c\x16\xf4\xbd\x52\x0b\x1e\x7a\x96\xbf\xa4\x40\x11\x4c\x23\x83\x87\xde\xe4\xc8\x6e\x5a\x8e\xc5\xb0\x37\xbf\xf2\xf2\x8c\x35\xc2\x97\x43\x98\x5d\xca\xe0\xa1\x17\x76\x9d\xc1\x43\xdc\xce\x9d\x32\x78\xe8\x75\xf7\x80\x87\x5e\xd8\x75\x06\x0f\xbd\xa8\x60\x19\x3c\xf4\xa2\x33\x67\xf0\xd0\x0b\x40\xcf\xe0\xa1\xb7\xfa\x15\xe8\x73\x67\x81\x87\x5e\x54\xb0\x5c\xbd\xbd\xd0\xf7\xa0\x4f\xae\x01\x1e\x7a\xdd\x21\x86\xf5\x81\x67\x33\x78\xe8\x1d\x8e\x1a\xfa\x86\xfd\x41\x1f\xe6\x96\x0c\x1e\x7a\x11\x9b\x19\x3c\xf4\x62\x60\xc9\xd6\x96\x44\x95\xca\xe0\xa1\xf7\xf6\x97\xd0\x87\x79\x27\x7b\x59\x81\x3b\x04\x3c\xf4\xba\x7b\xc0\x43\xaf\x1c\x05\x3c\xf4\x3e\x7e\x05\xfa\x50\xc8\x32\x78\x28\x6e\x18\xff\x31\x4b\x06\x2a\xbd\xc8\x91\x0c\x54\x7a\x71\x52\x64\xa0\xd2\x2b\x43\xf1\x3a\xf5\x2d\xb1\x90\x8e\xbd\x38\x03\x95\x96\x9b\x07\xa8\xb4\x5c\x4c\xa0\xd2\x72\x31\x2d\x20\xe2\x96\x00\x2a\x2d\xb7\x0b\x70\x88\xca\xbc\x29\x7b\x65\xba\x32\x06\x38\xb4\x14\x1d\xc0\xa1\xe5\x42\xe3\x3a\xe2\xc6\xe1\x94\x71\x1d\x71\x0b\x6e\xca\x40\x25\x82\xe8\x53\xee\xa6\x03\x43\x03\x50\x69\x01\xb4\x33\x50\x69\xe1\xbe\xcc\xc3\xc0\x6e\x68\xa0\x7c\xe4\x72\x19\x86\x35\xce\xf8\x26\x70\x68\x01\x79\x32\x90\x67\x01\x59\x33\x90\x67\xc9\xe6\x81\x3c\xa4\x6c\xa7\x0c\xe4\x59\xce\x3c\x90\x87\x3b\x46\x52\x06\xf2\x70\x1f\x48\xca\x38\x92\x96\x22\x00\x5c\xb3\x16\x33\x08\x76\x59\x8b\x91\x81\x5d\xd6\xf6\x19\xf3\x29\x9b\x07\xbb\x2c\x05\x82\xf9\x57\x1b\xda\xbd\xa7\x1c\x37\x5d\xf6\x9e\x72\x0c\x25\xd9\x7b\xca\x0f\xbf\x42\x65\x07\xb4\xac\x6c\x65\x8e\xea\x38\x89\x02\x95\x31\x5c\xa6\x57\xb3\xb6\x60\x97\xed\xba\x83\x5d\x36\x3a\x49\x06\xbb\x50\xd9\x2b\x65\xb0\xcb\xce\x7c\x13\xec\x42\x08\x7f\xca\x60\x97\xad\x58\xf1\x82\x80\xe2\x33\x4a\x59\xca\x18\xac\xcc\xe1\x0e\x01\xbb\x50\x24\x2b\x65\xb0\xcb\x56\xf1\xb8\xa4\xc1\xde\xa1\x01\xe0\x9b\xc1\x27\xbb\x31\x16\xf0\xc9\x96\x69\x80\x4f\x36\x76\xdf\x0c\x3e\xd9\xaa\x0c\xb7\xf7\xe3\xb0\x62\xe0\x93\xed\x7e\x01\x9f\x10\xe7\x9d\xf2\x0d\x0d\x2a\x25\xb7\xe5\x38\xed\x1d\x1a\x64\x44\x20\x99\x8d\xb1\x2e\x83\x64\x36\xa6\xc2\x0c\x92\x31\xc6\x22\x5b\x7d\xc3\x1d\x79\x5b\xc2\xc0\x67\xd0\x77\x41\x91\x97\x00\xb8\xaf\xbd\x04\xc0\x1d\xe9\x25\x00\x9b\xf5\xf3\x12\x00\x55\x14\x50\xce\x76\xbf\x3c\xd0\xe7\xae\x03\xe5\x6c\xf7\x2e\x35\x1b\x75\xa8\x67\x50\xce\xc6\xc0\x92\x1f\xae\xae\xca\xbe\x17\x31\x55\x07\x48\x26\x07\xca\x69\x87\x5c\x83\x70\x39\x2e\xa2\x48\xf9\x21\xa6\xca\xfd\x12\x28\xa7\x1d\xb8\x2f\xb3\xd5\x37\xf0\x16\x65\xaa\x6f\x1c\xf2\x17\xaa\x6f\x1c\x0a\x35\xaa\x6f\x10\x4c\x9a\x32\x89\x54\x5c\xe2\x90\x32\xd5\x37\x28\x2c\x9b\x32\xe1\x72\x07\x4e\xf3\x4c\xb8\x9c\x01\x0a\x99\x70\xb9\xc3\x1d\xe9\x5d\xe4\xcd\x67\xd0\xe7\x0e\x21\x91\xea\xa8\x3f\x8b\xb8\xc8\xe4\x58\x91\x90\x91\xb2\xb7\xca\xa9\x3b\x79\xab\x1c\xce\xa9\x4c\x39\xc7\x03\xd3\x75\x26\xc7\xca\x68\x8c\xcc\xad\x72\x87\xcc\x8d\xc2\x1c\xdc\x15\x9c\x32\x85\x39\x8c\xa3\xc8\xdc\x0f\x70\x60\x7d\xcc\xdc\x0f\x70\x78\x1c\x16\xa4\x03\x0c\x33\x39\x56\x24\x23\xa7\x4c\x39\x47\xee\xe5\x4b\x99\xea\x1b\x87\x07\x80\x1c\x2b\xe3\x2f\x32\xe1\x72\x87\x32\x94\xfb\x01\x0e\x35\x29\x42\xe2\x8e\xe9\xc8\xa0\x01\x4f\x6a\xb6\x64\xe3\xe0\x97\xe6\x51\xc9\xf8\x36\x34\xa8\x87\x6f\x68\xc0\xb5\x99\x29\xf4\x7f\x28\x0b\xb7\x75\xa9\xe8\xdd\x0a\x1b\xb2\xc1\xed\xf6\x84\x22\x2a\x6c\x70\x95\x4d\xca\x1b\x1a\xf0\xdc\x66\x4a\x36\x1e\xaf\xfd\x91\xc2\xe9\x3a\x70\x15\xb9\xd1\x18\x99\x92\x8d\x5c\x21\x9b\x4e\xab\x68\x60\x61\x3c\xa9\xa2\x41\x45\xdf\x74\x72\xa7\xf8\x81\xae\x76\x06\x02\x6a\x09\x46\x7b\x92\x2b\x65\xdc\xc6\x79\x40\x03\x87\xf1\x3c\xbc\x5d\xcc\x67\x54\x22\x40\x70\x9d\x94\x5e\x4c\x00\xb5\x93\xd2\x8b\x09\xad\xfc\x04\x01\xa5\xec\x2f\x19\x67\xb1\xf7\xc5\x7b\x9b\xd6\xa6\x15\x3b\xe4\xa4\x60\x7f\xca\xb6\x88\xaa\xc5\xca\x7d\x72\x03\x5c\xc2\x60\x75\x26\x68\x60\x9f\x9d\x24\x3d\xa5\xe2\x2f\x49\x7a\x82\x7d\x9e\x24\x3d\x25\x0e\xc7\x49\x2a\x13\x15\xf2\xd2\xc9\xbd\x6e\xa9\xfb\x1e\xa3\x26\xf4\xeb\x4c\x8c\x1a\x64\x78\x26\x46\x0d\x26\x38\x29\xc3\x9f\x10\xf6\x27\x65\xf8\x13\xc2\xe9\xa4\x0c\x7f\x02\x67\x9c\x94\xe1\xa7\x66\x48\x3a\x29\xc3\x9f\x60\xa6\x67\x66\xd4\xb8\x60\xcf\x6c\xaa\x16\xe3\xa4\x6a\x22\x15\xca\xd3\x49\xd5\x44\x92\x7b\xd2\x49\x19\x7e\x4a\xef\xa4\x33\xb3\x2a\xc3\x16\xf4\xc1\xd8\x4f\xca\xf0\x27\xd0\xc3\x99\xad\x15\xcd\x8a\x65\xe8\x7b\xec\x01\xfa\x1e\xbf\x02\x7d\xe8\x7f\xe7\x09\x7d\xf8\x3a\x4e\xea\x5f\x50\x07\x3c\x9d\xa4\x39\x51\x4e\x35\x9d\xa4\x39\x51\x87\x2e\x9d\xa4\x39\x25\xcc\x81\x27\x69\x4e\xdc\x2d\x93\x4e\xea\x5f\x90\xf5\x97\x4e\xd2\x9c\xa8\xc0\x9e\x4e\xd2\x9c\x48\x73\x4f\xa7\xf5\x2f\x96\x3d\x40\xdf\xf6\x19\xf4\xb9\xaf\xa9\x7f\x91\xdc\xf3\x94\xe1\x4f\x88\x80\x93\xdb\xc0\xa9\xd9\x98\x4e\x6e\x03\x4f\xb8\x98\xcf\x22\x7d\xcc\x4b\xa1\xfe\x8c\xe7\xa8\x50\x8f\x1d\x94\x7a\x72\xe3\x37\xd7\x03\xa7\x93\x1b\xbf\x8d\x6e\x39\x49\x65\xe2\x92\xda\x74\x9a\xca\x94\xfc\x66\xd0\x90\xf3\x4f\xe2\x92\xd3\x69\x8d\x0b\x2c\x23\x27\xa1\x6d\x86\xc1\x9c\xd4\xb8\xa0\x04\x7a\x3a\xa9\x63\x91\x91\x07\x27\x75\x2c\x32\x5a\xc8\xf9\xb9\x9f\xcd\x16\xf7\x7b\xc1\xbc\x4f\xef\x67\x23\x0e\xf3\xe4\x7e\xb6\x8c\x2c\x3c\xb9\x9f\x2d\x37\x96\x96\x4c\xa6\x8c\x63\xee\xa4\x30\x62\x46\xd3\x38\x29\x8c\x48\xce\x4c\x3a\x29\x8c\x48\x35\x85\x74\x56\xc6\xe9\xb6\x26\x5b\x89\x3b\xf4\xd2\x49\xb6\x52\x1e\x8e\x05\x1a\xdc\xd6\x0d\x1a\xb0\x49\x9d\x0d\x1a\xb0\xf4\x9e\x0d\x1a\x00\xbe\x27\x25\xf3\x33\xfa\xed\x69\xc9\x7c\x17\xba\x59\x7c\x94\xde\xc9\x56\x2a\xf6\x4e\xc9\xfc\xec\xd6\x6d\xd6\x95\x85\x3e\x8a\x1f\x66\x8f\x83\x75\x2c\x3c\x0e\xd4\xb1\xc8\xd8\xd5\x4e\xea\x58\x90\xb4\x99\x4e\xea\x58\x90\x46\x92\x4e\xea\x58\x64\x0f\x0e\x37\x77\x9f\x6e\x17\x6f\xee\xc6\x3d\x74\x72\x73\x77\x96\xb5\x72\x07\xdb\x29\xc3\x34\x5b\x09\x5b\xf2\xc9\x1d\x6c\x46\xc5\x9c\x14\x3f\xcc\x58\xa4\x4f\x8b\x1f\x82\x8e\x4e\xb2\x95\x4e\x8c\x1a\x67\xb7\xb8\xa3\xfd\x51\x37\x17\x41\x72\x52\xfc\xb0\x24\x47\x46\x2d\x95\xe2\x37\x83\x3e\x23\x43\xce\xc0\x35\xed\x1c\x7e\x85\xdb\x56\x86\x3d\x40\x9f\xec\xc5\x9b\xbb\x01\xb7\x27\x29\x49\x27\x16\xdb\x93\x9b\xbb\x4f\x9c\x7d\xe7\x80\x3e\x77\xcf\x80\xbe\xe9\x33\x2e\x7a\x42\x18\x9e\xd4\xb1\x38\x65\xd7\xdc\xc1\x66\x1c\xcc\xc9\x1d\x6c\x27\x66\x8c\x93\x94\x24\x0a\xdc\xa4\x93\x94\xa4\x13\xcf\xc7\x49\x4a\xd2\xe9\x9e\xa0\x64\xfe\x29\x43\xa1\x64\xfe\xe9\x8a\x51\xc7\xe2\xc4\x8e\x7e\x52\xe1\xf0\x94\xd9\x70\xd1\xda\x89\xe3\xf8\xe4\xa2\xb5\x92\x7c\x16\xf4\x15\x45\x15\x37\x77\x17\x05\x33\x75\x2c\x0a\xa6\xad\xd3\x9b\xbb\xb3\xcf\xd8\x9f\xa7\x2d\x8a\x8f\xe2\x03\x3a\xa9\x63\x51\x30\x86\x9c\xdc\xdc\x5d\x14\xb0\x94\xcc\x27\x5f\x2f\x9d\xa4\x24\x95\xe6\x2f\x1f\x5a\x3e\xe3\x4a\x00\x57\x65\x52\xa7\x43\x3e\xe1\xcd\xdd\x72\x9b\x8b\xdb\x64\x26\x33\x7f\x41\x1f\xee\xb6\x93\x0a\x87\xc6\x74\x9c\xd4\xb1\x28\xb8\xe5\x4f\xea\x58\x14\x90\xc5\x49\x1d\x0b\xe3\x2f\xce\xcb\xf3\x67\x0f\x9d\x16\xb3\xcb\x45\x6b\xe5\xf1\x9b\xd0\xe7\xa9\xa2\xc2\x61\xf1\xbc\x53\xc7\xc2\x28\x8e\x93\x3a\x16\xc6\x82\x9c\xd4\xb1\x28\x9e\xa3\x0b\xfa\x96\x5f\x89\xbc\x8e\x0c\x86\x3c\xb9\x4c\x2d\x2b\x52\xa9\x62\x58\xd6\x4f\x6a\x5c\xa4\x93\x8b\xbb\x8b\x07\xee\xe6\x8a\x40\x35\x14\x2a\xe6\x17\x37\x08\xb5\x2a\x8a\xf2\xe7\x86\x3c\xcc\x18\x27\x19\x49\x06\x8d\x9c\x64\x24\x55\x65\xcc\x0d\x79\xca\xa6\x1b\xeb\x31\x56\xa8\x93\x5a\x15\xd5\x83\x6a\x81\x43\x2c\xa8\xe7\xed\xf2\xd1\x1f\x19\x49\x95\xd0\xb6\x93\x8c\x24\x2a\x51\xa5\xd3\x22\x86\xc4\xdf\x9e\xdc\xa5\x56\xdd\x74\xd4\xa3\x30\x6a\xe4\xe4\x06\xee\x5a\x7c\x8f\x4a\x69\xc5\x67\x64\xfd\x55\xdf\xb3\xf4\x36\x63\x01\x46\x55\xd9\x0b\x30\xaa\x56\xdf\x83\x06\xc5\x11\x30\xca\x48\x94\x13\x18\x55\x71\x74\x9e\xc0\xa8\x8a\x1d\xfd\xe4\xbe\xb4\x5b\xcd\xc6\xf2\xf6\x32\x5a\xa0\x92\x91\x28\x27\x50\xa9\xca\x88\x80\x4a\x15\xcb\xd6\x09\x54\xaa\x6a\x28\x40\xa5\x2a\x2b\x00\x2a\x91\xd2\x92\x4e\xf0\x90\x91\x21\x27\x78\xa8\x2a\x10\xc0\x43\xd5\xad\x0b\x1e\xe2\xc6\xb2\x74\x82\x87\x2a\x36\xd3\x13\xcc\x53\xdd\x90\x60\x9e\x2e\x7d\xde\xa4\x8d\x5b\xf0\x04\xf3\x34\xf5\x70\x30\x4f\x55\xf3\x06\xf3\x74\x75\x58\x70\x8d\xf1\x1e\x27\xb8\xa6\xb9\x27\xb8\xf7\xac\xc9\xbc\x0d\x9e\x53\x13\x06\xf3\xb4\xe2\xc8\x36\x2d\x46\x06\xe6\x69\xae\x0a\x98\xa7\xb9\x2a\x60\x1e\x23\x43\x4e\x70\x4d\x53\xdb\x25\xd5\xa7\x61\xda\x3a\xc1\x35\x0d\x1f\xc9\x09\xae\x69\x8a\x77\x70\x4d\x93\x31\x80\x6b\x9a\x82\x04\x5c\xd3\x14\x01\xe0\x1a\x2e\xa4\x4a\x27\xb8\xa6\x4d\xdf\x83\x86\xe9\xc8\xa0\x81\x15\x2b\x60\x9e\x86\x6b\xba\x80\x79\xda\x63\x0b\x1a\x10\x0f\x05\xcc\x63\x64\x48\x01\xf3\x50\x60\x20\x15\x30\x4f\x03\xe1\x15\x30\x4f\xc3\x38\x51\xa8\x0f\xd1\x60\x60\x85\xfa\x10\x0d\xf4\x57\x0e\xef\x86\xdc\xb4\xa0\x6f\xf9\x1e\xf4\x2d\xc7\x02\x7d\xdb\xf7\x0c\x70\xac\xb4\xa0\x0f\xed\xba\x80\x87\x3a\x8c\xbd\x80\x87\x8c\xdb\x28\x56\x0e\x44\xa7\x2c\x54\x07\xec\x9c\xdb\x02\xe6\xe9\xd9\x67\xd4\x28\x71\x64\x16\x7a\x38\xfd\x0a\x85\x1e\xd8\x05\x85\x42\x0f\x7f\xff\x0a\xe5\x9f\xe0\x13\x05\x74\xd4\x8b\xef\x51\xbe\xab\xda\x03\xe5\x91\x50\x1c\x0b\xe8\xa8\x83\xe5\x0b\x08\xc8\xb8\x8d\x02\x02\xea\xec\x90\x02\x02\xea\x97\xcf\xa8\xd3\x81\x8a\x59\x40\x40\xfd\x67\xc5\x39\x53\xb1\xa4\xfc\xf0\x35\xc8\x03\xbc\x17\x2f\xbd\xc6\x89\x56\x00\x47\xfd\x82\x58\xc0\x51\x27\xae\xa1\x00\x8e\x3a\x6c\xa2\x00\x8e\x3a\x6c\xbe\x00\x8e\x3a\x50\xbe\x00\x8e\xfa\xb2\x3f\x96\x08\x4b\x53\x01\x1c\x75\x17\x1a\x70\xd4\xdd\x4a\x80\xa3\x8e\x2d\xab\x00\x8e\x3a\x2e\xb5\x02\x38\xea\x58\xaf\x0a\xe0\x88\x02\x29\xa9\x50\x03\x82\x3b\x38\x52\x01\x1c\x75\x37\x39\xe0\xa8\x3f\x3e\x83\x3e\xd8\x59\x01\x1c\x51\xbe\x3f\x15\x4b\xca\x4f\x46\x0d\x38\x1a\x6e\x1e\xc0\xd1\x70\x69\x01\x47\x23\xdb\x03\xd5\xad\xb0\x80\x17\xc0\xd1\x80\xb1\x17\xc0\x11\x35\xf1\x52\xa1\xa4\xfc\x40\x9b\x28\xe1\x2c\x6a\xc3\x79\x01\x38\x0d\x04\x50\x01\x38\x0d\x37\x08\xc0\x69\x34\x7f\xc9\x45\x56\x00\xf4\x02\x70\x1a\xd8\x30\x0b\xc0\xc9\x68\x93\x52\x4c\x34\xb7\x15\xf4\x8d\xcb\x91\x41\x1f\x58\xa2\x50\x01\x70\x4c\x9f\x41\xdf\x74\x2c\xd0\x07\x93\x2a\x20\xa7\x0b\x50\x5c\x40\x4e\xc6\xba\x14\x90\xd3\xc0\x3c\x50\xaa\xf4\xb1\x7b\x40\x4e\x03\xdb\x67\x01\x39\x19\xf9\x52\xaa\xd9\x90\x8c\x13\xe4\x34\x30\x66\x95\x2a\x7d\xf6\x37\xf9\x25\xfb\x93\x92\xf2\xe3\xf1\x2b\x37\xcf\xd8\x4b\xa0\x2a\xe3\x59\x0a\xa8\x8a\xc2\x54\xa9\x80\xaa\x26\x3a\x65\x01\x55\x51\x5b\x21\x15\x50\xd5\x04\x83\x14\x50\xd5\x00\x68\x17\x50\xd5\x00\x1d\x15\x50\xd5\x70\xf7\x80\xaa\xa8\xe4\x92\x0a\xa8\x6a\xca\x42\x40\x55\xd4\x2d\x4c\x05\x54\x35\x0f\xbf\x02\x7d\xaf\x5f\x61\xfd\xd0\xb5\x0b\xa8\xca\xe8\x96\x02\xaa\x32\x7e\xa6\x80\xaa\x86\xac\x15\x54\x65\xdc\x4d\x69\xd2\x07\xed\xa0\x2a\xae\xd1\x4f\x05\x54\xc5\x15\xfb\xa9\x80\xaa\x26\x4a\x50\x01\x55\x4d\x4c\x5b\x05\x54\x35\x3c\x2b\xa0\xaa\x89\x01\xa2\x80\xaa\xa6\x7b\x10\x54\x35\xf1\x2f\x14\x50\x95\x11\x2c\x05\x54\x35\x41\x24\x05\x54\x45\xf5\xbc\x54\x40\x55\xd3\xb5\x05\x55\x51\xac\x36\x15\x50\xd5\x3c\xed\x8f\xf5\x73\x67\x81\xaa\x26\xa6\xad\x02\xaa\x9a\x9e\x15\x50\xd5\x04\xf5\x17\x50\xd5\xc4\x6b\x50\x40\x55\x53\x96\x0c\xaa\x9a\x88\xf0\x02\xaa\x32\xd2\xa6\x80\xaa\xb8\xb5\x3c\x15\x50\x95\xf1\x33\x05\x54\x35\x3d\x01\xc3\xea\x79\xf6\x07\x7d\xf7\xcf\x6c\xc9\x05\xc0\x35\x95\xcb\x00\xae\x89\x5d\xb4\x00\xb8\xa6\x92\x18\xc0\x35\x65\x60\x38\xa0\x6e\xc2\x75\x0a\x80\x6b\x7a\x00\x00\x5c\x53\x16\x09\xe0\x9a\x40\x82\x02\xe0\x9a\x68\x75\x05\xc0\x45\x69\x93\x54\x00\x5c\x97\xb2\x10\xc0\x35\xb1\x88\x15\x00\xd7\xf4\xd8\x4e\x73\xd0\x59\x68\x0b\x07\x02\x80\xca\x94\x74\x96\x08\xc0\x35\x65\xde\x00\x2e\x83\x8c\x0a\x80\x8b\x4b\x40\x53\x01\x70\x5d\xc9\x71\xb2\xb4\x18\x27\x8a\x77\x94\xa1\xff\x15\x00\xd7\xf4\x00\x00\xb8\x26\x78\xa1\x00\xb8\xa6\x87\xd1\x3b\xca\xd0\xfb\x0b\x80\x6b\xde\x50\x04\xe0\xba\x64\xec\xde\x51\x86\x1f\xbe\x00\xb8\xa8\x90\x97\x0a\x80\x8b\xc2\xf4\xa9\x5c\x5e\x09\xe0\x58\x2c\x29\x6f\xef\x88\x0e\x57\x13\xc0\x75\x79\xa8\x2e\xe9\xb3\x15\xf4\x5d\xc5\x1e\x36\xdf\x64\x3e\xa9\x0e\x78\xa1\xfb\x16\xee\x28\xbb\x64\x21\xde\x6c\xed\xa1\x02\x8c\x5d\x58\x96\x0b\x88\xcb\xd0\xa8\x02\xe2\xba\x3c\x0e\x20\x2e\x4a\xa7\xa7\x02\xe2\xba\x8a\x5f\x19\xf4\x60\x0b\xfa\x64\x91\x20\xae\x0b\xdf\x77\x01\x71\x5d\xb2\x64\x10\xd7\xe5\x9e\x00\x71\x5d\xe8\xa2\x05\x54\x75\x4d\x46\x46\xd9\xf8\x96\x6c\x41\x83\x3b\xf2\x81\x06\x77\x24\x88\xcb\x50\xac\x02\xe2\xba\x54\x0b\x40\x5c\x97\x82\x12\xc7\xd5\x05\x2c\x2d\x20\xae\xcb\x7d\x06\xe2\xba\x30\x82\x15\x10\xd7\x45\x68\x62\x01\x71\x5d\xc4\xb5\x96\x4f\x9d\x07\x5b\xd0\xb0\x6c\xb1\x46\xdb\x71\xba\x07\xd9\x4b\x5c\x36\x66\xe4\x7a\xc1\x71\x75\x81\x52\x0b\x8e\xab\xdb\x3d\x81\xe3\xea\xfe\xfc\x32\xb4\xcf\x1b\xf7\x57\x01\x8d\xdd\xc4\x66\x14\xd0\xd8\xed\x3a\x80\xc6\x6e\x75\xca\x97\x0a\x79\x18\xdd\xca\x6b\x89\x27\xd6\x36\xd0\xd8\x1c\xaa\x3d\xa0\xb1\xdb\x3d\x01\x1a\x33\x10\xac\x80\xc6\xb8\x53\x32\x15\xd0\xd8\x8d\xd9\xab\x58\x01\xd0\xfd\x82\x77\xea\x96\x41\xe3\x9d\xba\x31\x7e\x16\xcb\xc6\x83\x6b\x0a\x48\xed\x96\xb5\xe2\x65\xba\xdd\x05\x78\x99\x8c\xd3\x2a\x16\x65\x70\xf7\x80\xc6\x6e\xd0\x4a\x01\x8d\xdd\xf2\x10\xd0\xd8\x8d\x2b\xb5\x80\xc6\x6e\xe2\x92\x0b\x88\xeb\x26\xcf\xa2\x80\xb8\x6e\x59\x32\x5e\xa6\xdb\x13\x8e\x97\xe9\x76\xbf\x80\xc6\xee\xfb\x67\xd9\x7b\x05\xa0\x76\x0b\x79\x00\x6a\xb7\xd2\x0f\xa0\x76\x63\x8c\x2f\x00\xb5\x5b\x76\xbd\xbd\x18\xc5\x81\x41\x9e\xba\x2f\x40\xcd\xd0\xaf\x02\x50\x33\xbc\xab\x00\xd4\x6e\x65\x76\x00\xb5\xb9\x60\xfa\x15\xa0\xf6\xa0\xcb\x54\xc0\xd8\x03\x8b\xac\x80\x31\x8a\x1f\xa6\x0a\x18\x7b\x60\x36\x15\x30\xf6\x54\xbf\xc2\xe5\x51\x98\x1c\x2a\x60\xec\x81\x4d\x54\x8b\xf5\x21\xe1\xea\x61\xb5\x30\x9f\x71\x43\x06\x0b\x56\x01\x63\xcf\xf4\x97\x14\x03\x45\x4e\x56\xc0\xd8\x33\x1d\x19\xb5\xa2\x91\xe7\x15\x30\xf6\x60\x1d\xaf\xde\x26\x0d\x40\xaf\x38\xa7\x28\xea\x94\x2a\xce\xa9\x07\x66\x53\x71\x4e\x51\xb5\x23\x55\x80\xda\x83\x79\xa0\x02\xd4\xb8\x79\x22\x55\x80\xda\x83\x93\xb0\x02\xd4\x1e\x34\xa9\x0a\x50\x33\x84\xab\x02\xd4\x9e\xd7\x5f\x42\xdf\xe5\x38\xa1\xef\xb6\x07\xe8\x73\x1d\x00\x6a\x0f\x7a\x6a\xf5\x36\x69\xcc\x18\x35\x5b\x0b\x7b\xd3\x82\x3e\x8c\x1a\x15\x10\x67\x08\x57\x05\xc4\x19\x8a\x55\x33\x65\xce\x41\x08\x15\x10\xf7\xc2\xe6\x2b\x48\xed\xcd\xf6\xd0\x79\xe6\x2f\x29\xf9\x02\x9b\xa8\x20\x35\x43\xb1\x2a\x48\xed\x3d\xa1\x16\xa4\xf6\x92\xca\x54\x41\x6a\x2f\x6c\xa9\x82\xd4\x5e\x44\x4e\x05\xa9\xbd\xcd\x5f\x72\x03\x08\x36\xcc\x0a\x52\x7b\x31\x6a\x54\x90\xda\x8b\x77\xbd\x82\xd4\x5e\xb4\xc1\x0a\x52\x7b\xab\x2d\x6e\xc8\xc0\x70\x51\x41\x6a\x2f\x07\xbc\x82\xd4\x8c\x56\xa8\x20\x35\xae\xfb\x4f\xd5\x6a\x7d\xdb\xaf\x50\xad\x2f\xf9\x2c\xe8\xa3\x5e\x5e\xaa\xa7\x25\xb3\x7c\x66\x49\x29\xd6\x1d\xa4\xf6\x62\x56\xa8\x20\xb5\x17\x41\x52\x41\x6a\x2f\x67\xba\x82\xd4\x28\xb5\x9a\x2a\x48\xed\x45\x90\x54\x90\xda\xfb\xf8\x0c\xfa\x50\x5f\x2a\x48\xed\xc5\xb4\x55\x41\x6a\xaf\xfb\x0c\xa4\xf6\x22\x10\x2a\x48\xed\x75\x4f\x80\xd4\x5e\x69\x07\xa9\xbd\xaf\xef\xb1\x7e\xee\x17\xab\xf5\x2d\xc7\x42\x1d\x62\xe2\x6e\x2a\x48\x6d\x35\x9f\x2d\x9e\xd9\xda\xcc\x19\xfd\x81\xd4\x16\xea\x44\x05\xa9\x19\x6f\x55\x41\x6a\x0b\x5f\x47\x05\xa9\x2d\x79\x08\x48\x6d\xa1\xb1\x57\x90\xda\x72\x47\x82\xd4\x16\xd6\xf1\x5a\x2d\x36\xcc\xc8\x40\x6a\xcb\x5d\x0e\x52\x33\x4a\xac\x82\xd4\x16\x91\x1a\x15\xa4\x16\x51\x62\x3f\x64\xc9\xb5\x4a\x3a\x53\x06\x88\xe3\xfa\xce\x54\x01\x71\x5c\x95\x9f\x2a\x20\x6e\x79\x38\x00\x71\x16\xa3\xa9\x80\xb8\x85\xe4\xaf\x80\x38\x0a\xf8\xa4\xda\xac\xd3\xcb\x94\x01\xe2\x16\x26\x8e\x0a\x88\x5b\x32\x1b\x40\xdc\x92\xd9\x00\xe2\x16\xd2\xa8\x02\xe2\x2c\x23\x53\x9b\x85\x26\xed\xdd\x32\xd2\xfe\x12\x1a\x70\x0c\x54\x80\x9a\x25\x66\x2a\x40\x8d\xca\x65\xa9\x02\xd4\x0c\xa9\xaa\x00\x35\xc3\xb4\x2a\x37\x46\x1f\x84\x54\x55\x80\x9a\xa1\x66\x15\xa0\x66\xc8\x58\x05\xa8\x19\x32\x56\x01\x6a\x94\xf1\x4c\xd5\x62\x7d\x68\xd0\x15\xa0\xb6\x4f\x7b\x80\x06\x99\x1b\x40\x6d\x9f\xfe\x92\xe5\xf3\x70\x00\xd4\xb6\x5b\x09\xa0\xb6\xd1\x76\x2b\x40\xcd\xe2\x37\x15\xa0\x66\x71\x98\x0a\x50\xdb\x04\xf2\x55\x80\xda\x46\xbf\xad\x00\xb5\xad\x90\x01\xa8\x6d\x9c\x68\x15\xa0\x66\xc1\x99\x0a\x50\xb3\x4c\x4e\x05\xa8\x71\x2d\x66\xaa\x00\x35\x83\xc4\x2a\x40\xcd\xd0\xaf\x0a\x50\xe3\x86\xb4\x54\x41\x63\xbb\xda\xfb\xcd\x2f\xa1\x08\x34\x66\xe8\x57\x05\x8d\x6d\x57\x0c\xf7\x17\xd7\x68\xa5\x0a\x1a\xe3\x96\xe6\x54\x41\x63\xfb\xb2\x05\x7d\x18\xd6\x2a\x68\x6c\xa3\xd9\x54\xd0\xd8\xc6\x88\x52\x41\x63\x5b\x26\x05\x1a\xdb\xee\x5d\xd0\x98\x65\x72\x2a\x68\x6c\xcb\x42\x40\x63\xdb\x5d\x00\x1a\xb3\xbc\x4e\x05\x8d\x59\x42\xa7\x82\xc6\x0c\x0b\xab\xa0\xb1\x2d\xb3\x01\x8d\x59\x5e\xa7\x52\x91\xef\x38\x1c\xd9\xa6\xc5\x33\xd0\xd8\x96\xd5\x5d\x5c\x05\xe1\xfe\xbc\xd8\x9f\x87\xad\x93\x16\xa3\x06\x8d\x59\xee\xa6\x72\xc1\x97\x81\x60\x95\x0b\xbe\x2c\xd2\x53\x41\x63\x1b\xd0\x5f\x29\xe3\x7e\x78\xde\x03\x8d\xf5\x03\xaf\x4f\x0d\x34\xd6\x0f\x59\x4f\xa0\xb1\x7e\x60\x02\xa8\xde\x18\xed\xfe\xe4\x82\xaf\xc3\x9d\xcc\x05\x5f\x47\x75\x9c\xd0\xa7\x30\xa4\x22\x1f\xd7\xbc\xa5\x4a\x45\x3e\xa3\xa1\xea\x0d\x7d\x9e\x7e\x6a\xb5\x1b\xf5\x53\xb9\xe0\xeb\x00\x9f\x54\x2e\xf8\x32\x1a\xaa\xde\xd0\xe7\x0e\x09\x34\xd6\x0f\xd5\x90\x1b\xfa\x5c\x5b\x6a\xb5\x1f\x28\x9c\xf5\x86\x3e\xd5\x97\x1b\xfa\x14\x2b\xd4\x6a\xb7\x1a\x4d\xb5\x22\xdf\xf6\x97\x64\xc1\x26\xc7\xb2\x69\xf1\x4b\x2e\xf8\x32\x5e\xa7\x5a\xab\xbd\xfe\x2c\x55\xa4\x52\xc6\x3d\xe1\xa4\xa8\x16\xeb\xf3\x00\x50\xac\xcf\x12\x33\x95\x1c\x2b\x8b\xd1\xd4\x00\x71\x3d\x55\x7f\xd9\xf9\xa5\xcf\x06\xdf\x84\x74\xea\x58\x24\xe0\x57\x7d\xa8\xd3\x0b\xb0\xa8\x01\xe2\x7a\x52\x9b\x78\x20\xfd\x72\x2c\x14\x93\x74\xe2\x1f\x13\x80\x61\x3d\x0f\xa4\x7b\xc4\x5e\x48\x57\xc7\x7b\x21\x5d\x79\x4e\x19\x77\x43\x79\xea\x0b\x7d\x1e\xa3\x17\xfa\x1e\xdf\x83\x3e\x2c\x70\x95\x32\xee\xc9\xe3\x47\x19\xf7\x84\x39\xa2\x02\xe2\x2c\x07\x53\x5f\xe9\xf3\x97\xd0\xa7\xd6\x43\xb1\x3e\x83\x70\x2a\xc5\xfa\x0c\xa6\xa9\x01\xe2\x7a\x4e\xf6\xb7\x68\x31\x4b\xdc\x18\x9d\xb1\xf8\x55\xca\xb8\x67\x35\x06\xca\xb8\x73\x49\x66\xaa\x94\x71\x37\x2a\xa6\x52\x91\x2f\x7b\x1c\x28\xc7\x9e\xff\x5f\xc2\xce\x2c\x69\x76\x96\x57\xd6\x53\xf9\x87\x60\x83\xe9\x22\x4e\xec\xb9\xd0\xce\x7f\x08\x27\x96\x9e\xf4\x5b\x14\xdf\x6a\x2e\xea\x02\xbb\x6c\x23\x1b\x50\xa6\x24\x24\xac\xdc\x81\xca\xcf\x0e\xd7\x66\x20\x1f\x85\xd3\x12\x39\x49\x2a\xa8\xa9\x39\xe9\xa7\x70\xff\xa4\x9f\x5a\x68\xc9\x47\xe1\xb4\x94\x4f\xfa\x49\xd0\x56\x58\xf4\x53\x93\x8a\x42\x5d\x8a\x83\x09\xa4\x63\x77\x55\xe7\xe8\x67\xd5\x75\xf6\x1d\x9c\xbe\xe6\xa2\x06\x9b\xd4\xad\xb1\xb8\x44\x95\x8f\x3b\x18\x8b\x4b\x8a\x6e\x09\x4a\xc7\x2e\x35\xbd\x90\x4f\x5f\x53\x85\xba\x34\x0a\x16\xf2\x4d\xb5\x90\x41\xdf\x88\x94\xeb\x0e\xa5\x16\xd9\x63\xa5\xc5\x2d\x52\xdd\x99\x7a\x27\x77\xa4\x18\x97\x07\xb5\x46\xaa\x3b\x7b\x26\x63\xa4\x18\x97\xc7\x3c\x10\x29\xc6\xe5\x59\xdc\x22\xc5\xb8\x3c\xee\xcb\x68\x2c\x2e\x29\xeb\x4a\x34\x16\x97\x3c\xbe\x87\x68\x2c\x2e\x79\x2c\xc4\x91\x94\xeb\x8a\x60\x89\xc6\xd4\x0a\xf5\xf5\xee\x68\x4c\x2d\x51\xb1\xfd\x8e\xc6\xd4\x92\x87\xfd\xc5\x9b\xe4\xa3\x30\xb5\x78\x23\x03\x0e\xa8\x78\x23\x43\xd2\x39\x64\x20\x3c\x2f\xde\xc8\x40\x42\x83\x78\x23\x43\xd2\x3d\x91\xa1\xeb\x3a\x64\x60\xe1\x8b\x54\x70\xf6\xbc\xf9\x78\x23\x43\xd3\x5d\x90\xa1\xeb\xe9\xf6\x1d\xfc\xd4\xf3\x48\x8e\x3b\x75\x9d\x8d\x33\x3f\xd4\x22\x79\x2c\xe3\x25\x52\x70\xeb\xc1\x68\x13\x29\xd3\xac\x08\x8f\x68\x4c\x2d\x3d\x7a\x67\x14\xdc\xf2\xc0\xa5\x48\xc1\xad\x87\xf9\x10\x29\xb8\xf5\x80\x5a\xa3\xa3\x96\x61\xd0\x75\x91\x73\xba\x27\x79\x9d\x83\x5a\xe4\x3d\x86\x0f\x45\xca\x34\x3f\x00\xb9\x48\x99\xe6\x07\x5b\x79\x34\xa6\x96\xa8\x03\x73\x47\x63\x6a\x49\x39\x4a\xa2\x31\xb5\xf4\xc4\x7f\x45\x5c\x44\x87\xe8\xfa\x98\x0e\xd1\x81\xe8\x91\x0a\xce\x0f\x53\x33\x52\xc1\xf9\xc1\xf5\x17\x8d\xc4\xa5\xa7\xe8\x1c\xa2\x33\xc5\xa2\x47\x74\x2c\xcb\xd1\x23\x3a\x01\x64\x91\x58\x44\x05\x89\x45\x2a\x38\x53\x2e\xf4\x8e\x54\x70\x7e\x58\x14\xa3\x47\x74\xdc\x19\x91\x94\xeb\x0a\x36\x89\xa4\x5c\xa7\x08\xcd\x1d\x49\xb9\xae\x04\x22\x91\x94\xeb\x8a\x05\x89\x0f\x32\xe8\x13\x3d\xc8\xa0\xe9\x67\x44\x2d\x05\x9c\x29\x91\x2a\xcd\x81\x08\x81\xf8\x90\xb6\x5a\x83\xc0\x88\x5a\x0a\x10\xdf\x68\x44\x2d\x05\x82\xd3\x23\x55\x9a\x03\x0b\x6d\x34\xa2\x96\xc2\xad\xeb\x48\xab\x74\xeb\x9e\x95\x96\xae\x53\xda\x78\xde\x35\x69\xd5\x15\xeb\x12\x1f\xa5\xfd\x57\xcb\xbe\x51\x78\xd4\xcf\x45\x8b\xe7\x19\x51\x4b\x81\x78\xdf\x48\x51\xad\x80\xad\x2e\x52\x54\x2b\x80\x6f\x23\x45\xb5\x02\x0b\x74\x0c\xc8\x17\x74\x1d\xf2\x69\x28\x05\xe4\x83\xbc\x47\xd2\xaa\x07\x02\x9e\x62\x40\xbe\xa8\x7b\x22\x5f\x54\x5f\x90\x4f\xd3\x9d\x2a\xcd\x41\x63\x49\x95\x98\x93\xee\x89\x0c\x44\x9b\xc4\x88\x0c\xf8\xb0\x63\x44\x06\x54\x40\x8c\xc8\x80\xab\x31\x52\x89\x39\x14\x5d\x87\x0c\x38\x1e\x23\x95\x98\xa9\x81\x7d\xc7\x88\x0c\x20\xe8\x48\xea\xf4\xd0\x75\x4f\x64\xd0\x82\xa2\xd4\xe9\x5d\x2d\x64\x68\xba\x0b\x32\x34\x3d\x81\x6f\x04\x1e\x8b\x91\x6f\x84\xc9\x2f\x46\xe4\xc3\x10\x14\x23\xf2\xe1\xfa\x8b\xa4\x4e\x0f\x9a\x0f\xa4\x4e\x57\x74\x4b\x84\x8d\x29\x9e\x25\x26\xe4\xd3\x98\x57\xea\x74\x2d\x52\x09\x19\x50\xfd\x91\xf4\xe8\x11\x94\x1c\x95\x1e\x9d\x98\x87\x48\x0e\xf4\xb0\xf4\x3c\xf2\x80\x83\xbc\x23\x15\x95\xa3\x46\x2b\x15\x95\x23\xf8\x2f\x52\x1c\x2b\x82\x84\x23\xc5\xb1\x28\x09\x75\x47\xe3\x4a\x29\xc2\xa6\xa3\x71\xa5\xa4\x18\x99\x68\x5c\x29\x45\x60\x41\xcc\xf4\x8c\xcc\x15\x91\xb2\x56\x51\xa3\x8e\x0c\xe5\x51\x0b\x98\x32\x94\x03\x0b\xa2\x31\x99\x14\x35\xce\x8c\xc9\x24\xe5\x44\x89\x94\x2a\x56\xe4\x4b\x2c\x3c\x1d\xe3\x44\xa4\x54\x71\xd4\x38\x23\xb7\x78\xd4\x18\x34\x26\x93\x62\xd2\x5d\xa8\x2a\x92\x75\x17\x7a\x86\x9d\x39\x16\x7a\x96\x75\x1d\x3d\xd3\x5a\x07\x93\x51\x34\x4d\x84\xc9\x44\xa0\x46\xa4\x54\x71\xc4\xec\x15\x61\x2b\x91\x8c\x17\x91\xfc\xe1\xca\x9e\x12\xe1\x20\x96\x3d\xe5\xef\x4b\x32\xf4\x24\x6a\xf0\x40\x4f\x14\x22\x13\xa1\x27\x51\x83\x07\x7a\x12\x35\x40\xa0\x27\x11\x5f\x74\x84\x9e\x44\x69\x3f\xe8\x49\xd4\xf2\x09\x3d\x89\x58\x8c\x22\xf5\x87\x95\x8c\x26\x42\x4f\x22\x08\x3a\x42\x4f\x94\x12\x25\x42\x4f\xd2\xa5\xbb\x04\x5a\x88\x07\x3d\x49\xc2\x16\xd0\x93\xa4\xe1\x02\x3d\x51\x30\x4d\x84\x82\x50\x9b\xee\x8e\x2a\x09\xf5\xe8\x9e\xd6\xcf\xa4\x65\x09\x9a\x91\x84\x2d\xba\xaa\xb5\x71\x1d\x5c\x22\x69\x71\x53\x49\x28\x08\x49\x84\x4b\x28\xb5\x49\x84\x4b\x24\xa9\x31\xb8\x44\xc2\xfa\x18\xe1\x12\x49\x9f\x16\x2e\xa1\xe8\x96\x08\x97\x48\x90\xf7\x08\x97\x50\x12\x94\x08\x97\x48\x52\x7f\x70\x09\x25\x3a\x89\x70\x89\xc4\x56\xe1\x08\x97\x50\x44\x49\x84\x4b\xa4\x46\xcf\xe0\x0b\x49\xe8\x05\xbe\x90\xb0\x45\x46\xf8\x42\xd2\x28\x80\x2f\xa4\xa1\x73\xc8\x80\x03\x2a\xc2\x17\x12\x6e\x9e\x08\x5f\x50\x16\x94\x08\x5f\x50\x74\x4b\x84\x2f\x24\x2d\x21\xf0\x85\x2c\xa5\x06\x5f\xa0\x74\xfd\x1d\xe1\x0b\x8a\x72\x88\xf0\x85\xcc\x16\xf1\x08\x5f\x50\x4c\x40\x84\x2f\x64\xd2\x62\x45\xf8\x42\xd6\xfb\x84\x2f\x28\xa6\x23\xc2\x17\x32\x26\x9c\x68\xe1\x79\x29\x6b\x6a\x5a\x78\x5e\xca\x5a\xd8\x2d\x3c\x2f\xe5\xac\x73\x26\x5f\xd6\x52\x0e\xcf\x50\x64\x48\x84\x67\xe4\xaa\xeb\x28\xfe\x00\xb5\x8e\xf0\x0c\xe5\x2f\x89\xf0\x0c\x45\x24\x44\x78\x46\x86\x22\x47\x78\x86\x62\x33\x22\x3c\x23\xc3\xf0\x22\x3c\x23\x6b\x99\x87\x67\x28\x5f\x4a\x84\x67\x28\x86\x24\xc2\x33\xf2\xd4\x3f\x91\x4f\x33\x0e\x9e\x91\xf5\xc5\xe0\x19\x54\x91\xbc\x23\x3c\x23\x13\xca\x1a\xe1\x19\x45\x73\x0c\x9e\xa1\xe8\x8f\x08\xcf\x28\x18\x4a\x22\x3c\xa3\x40\xc9\x23\x65\x9f\x8a\x00\xc4\xd2\xf7\x43\x3e\x38\x48\x21\xca\x28\xc2\x41\x94\x5d\x24\x19\x07\x49\x05\x6c\x9f\xe0\x20\x05\x2c\x9a\xe0\x20\xca\x58\x92\xe0\x20\xca\x74\x92\xe0\x20\x14\x66\xbe\x13\x1c\xa4\x24\xfd\x33\xd2\xd2\x5d\x4c\xbe\x92\x75\x0e\xf9\x50\xda\x09\x0e\xa2\x60\x82\x64\x1c\xa4\x2c\x58\x63\xba\x90\xaf\xea\x3a\xe4\xc3\xe0\x91\x2e\xe4\x43\x85\x27\x38\x48\x81\x77\x27\x38\x48\xc1\xb4\x95\xe0\x20\x72\xee\x27\x38\x48\xe1\x1b\x25\x38\x48\x99\xff\xda\x2a\x92\xa0\x27\x65\xea\x71\xe4\xbf\x65\x51\x4c\xd0\x93\x8a\x46\x4d\x50\x90\xca\x54\x49\x50\x10\x25\x3a\x49\x50\x90\x92\x75\x8e\xfa\x23\xd8\x4c\x13\x14\xa4\xa2\x35\x13\x14\xa4\x42\xc6\x12\x14\xa4\xe2\xd5\x4d\x50\x90\x8a\x71\x3c\x41\x41\xaa\x3e\x1f\x14\x44\x69\x4f\x12\x34\xa3\x46\xb5\xac\x86\xc3\xd2\x8b\x87\x66\x54\x34\x6a\x82\x66\xd4\xa4\x7f\x22\x43\xd2\x3f\x91\x01\xcd\x98\xa0\x19\xf2\xd1\x27\x68\x46\xc5\xa4\x92\xe0\x12\x94\xa0\xba\x13\x5c\xa2\xa2\x27\x13\x5c\xa2\x12\x8b\x98\xbc\xca\xc7\xf0\x4f\xb8\x44\x65\xf9\x4c\x70\x89\xda\x74\xdd\xc3\x3f\x79\x02\x5c\xa2\x42\xc2\x93\xea\xfa\xb2\x98\x26\xe3\x12\x45\x7b\x15\x13\x5c\xa2\xb2\x98\x26\xb8\x44\x65\xa2\x26\xb8\x44\x65\x69\x4d\x70\x89\xda\x75\x17\xe4\xd3\xe0\xf1\xaa\x11\xc3\x3d\xe1\x12\x15\x4b\x5a\x82\x2f\x28\x91\x4b\x82\x2f\x50\xa3\xec\x4e\xf0\x85\x0a\x1e\x4b\xf0\x85\x46\xcc\x4a\x82\x2f\x34\x48\x7f\x82\x2f\x28\x4a\x25\xc1\x17\xda\xa5\x7b\x5a\x3f\x9b\xd7\xd3\xad\x2f\x0d\x25\x9a\xe0\x04\x0d\xa7\x5d\x82\x13\x34\x4c\x38\x09\x4e\xa0\x24\x2f\x09\x4e\x20\x8f\x7d\x82\x13\x28\x43\x4a\x82\x13\x50\xde\xe8\x4e\x70\x82\x06\xb3\x48\x70\x02\x25\x9c\x49\x70\x82\x86\x41\x2e\xc1\x09\xa8\x3e\x79\x27\x38\x81\xf2\xb3\x24\x38\x81\xb2\xbc\x24\x38\x01\xf5\x40\xee\x04\x27\x68\x60\xbc\x04\x27\x68\x51\xf7\x44\x06\x9c\x53\x09\x4e\xd0\x34\x5a\xe1\x04\xf2\xfb\x27\x38\x41\xc3\xd7\x91\xe0\x04\x8a\x10\x48\x70\x82\x46\x94\x51\x82\x13\x34\xd4\x4a\x82\x13\x34\xd4\x7b\x82\x13\x50\x4f\xfd\x4e\x70\x82\x96\x75\x4f\x64\x08\xba\x27\x32\x60\xcd\x4d\x70\x02\xb9\xf3\x13\x9c\xa0\x11\xbd\x93\xe0\x04\xad\xeb\xe9\xc8\xa7\x91\x05\x27\x68\xa0\xc1\x04\x27\x50\x88\x40\x82\x13\x34\x8d\x2c\x38\x41\x83\xdd\x26\x38\x01\x15\x34\xef\x04\x27\xe8\xb7\xee\x82\x7c\x1a\x83\xe4\xe5\x56\xe6\x98\x04\x5f\xe8\x5a\xe6\xe1\x0b\xfd\x52\xab\xd0\xe2\x3b\x24\xa5\x8b\x65\x9c\x51\x33\x49\x81\x06\x29\x21\xdf\xd2\x3f\x07\xff\x54\x6b\x72\x17\xf5\x1a\xf9\xd8\x9f\x91\xe0\x12\x0a\x2d\x48\x70\x89\x0e\x97\x48\x14\xda\xed\x00\x88\x94\x25\x1f\x6f\x29\xab\x66\xcb\xbf\x22\x2e\x12\x84\xa4\xa3\xe1\x12\x84\xa4\xe3\xed\x4e\x10\x92\xae\xc1\x0a\x21\xe9\x5a\x30\x33\xa2\x13\xa4\x92\x32\xa2\x3f\x7a\x38\xe5\xa2\xd0\x93\x09\xb2\xa2\xb4\x35\x09\xb2\xd2\x21\x2b\x89\x72\x4a\x5d\x7a\x92\x72\x4a\x1d\xc2\x9c\x54\x4e\x09\x6b\x75\x2a\x88\xae\xe9\x50\x10\x5d\x43\x1e\xca\xd3\x35\x71\xa0\x3c\x5d\x0b\x18\x94\x47\x71\x0d\x09\xca\xd3\xab\x9e\x80\x7c\x44\xe3\x26\x28\x4f\xc7\x7a\x95\xa0\x3c\x4a\x62\x93\xa0\x3c\x54\x2a\xbe\x13\x94\xa7\x63\xf3\x4e\x50\x9e\x2e\x1d\x0a\xe5\xe9\x4d\x77\x41\xbe\xa6\xeb\x90\x4f\xba\x17\xca\x43\xa9\xc6\x3b\xe1\xbc\x51\x1c\x45\xc2\x79\xd3\xb1\xc0\x25\xe8\x90\xe2\x28\x12\x74\x88\x12\x38\x77\xc2\x79\xd3\xb1\x30\x26\x9c\x37\x7d\xe8\x1c\xf2\x81\x68\x13\xc4\xa9\x4f\x9d\x2b\x04\x43\x21\x1f\xec\x48\x71\x14\x09\x76\xd4\x97\xfe\x89\x7c\xe0\xaa\x04\x3b\xea\x1a\x9e\xb0\x23\x25\xd4\x49\xb0\xa3\xa1\x65\x17\x76\x34\xb4\x5c\xe3\xbc\x19\x58\x5e\x13\xec\x48\x29\x74\x12\xec\x68\x68\xf1\x86\x1d\x0d\x2d\x8a\xb0\x23\x25\xaa\x49\xb0\xa3\x81\xaf\x3d\xc1\x8e\x86\xd7\x13\x28\x87\x85\x35\x30\xe1\xbc\x51\x34\x46\xc2\x79\x33\x1e\xf5\xcc\xe4\x53\x82\x9b\x84\xf3\x66\x68\x9c\xe1\xbc\x51\x9a\x9c\x04\xab\x1a\x49\x4f\x40\x3e\x78\x54\x82\x55\x0d\x2d\xb4\xb0\xaa\xa1\x19\x00\xab\x52\x4c\x47\x82\x55\x29\xa6\x23\xc1\xaa\x06\x66\x9a\xa4\x72\x4a\xf0\xaf\x04\xab\x1a\x5a\x3e\x61\x55\x43\x00\x02\x56\x35\x8a\xfe\x89\x7c\x44\xc5\x24\x58\x95\x52\xe8\x24\x58\xd5\xa8\x7a\x1e\xf2\x81\xf4\x13\xac\x4a\x91\x1a\x09\x56\xa5\x64\x3b\x09\x56\x35\x34\xe6\xf1\xd0\x4c\xad\x05\x78\x68\x94\xce\x27\xc1\xb8\x06\x0c\x21\xc1\xb8\x86\xc6\x19\x8c\x4b\xf1\x1e\x09\xc6\x35\xa4\x64\xde\x42\xbb\x8c\x6b\x15\xda\xd5\xd8\x1d\x2a\x67\xa6\xe7\x21\x1f\x91\x1a\x09\xc6\xa5\xc8\x90\x04\xe3\x1a\x4b\xfd\x44\x3e\x8d\x56\x18\xd7\x80\xbd\x27\x18\xd7\xc4\xfc\x98\x60\x5c\x8a\x60\x49\x30\x2e\x45\x5c\x24\x18\x17\x85\xe4\xee\x04\xe3\x9a\xf0\x85\x04\xe3\x9a\x82\x98\x30\x2e\xc5\x58\x24\x18\xd7\xc4\xf4\x93\x60\x5c\xca\xf5\x93\x60\x5c\xd3\xe9\x2e\x26\xdf\xfc\x35\x06\xff\xbe\x24\x43\xc6\x26\x0e\xbd\x04\x19\x9b\x9a\xa8\x90\xb1\xa9\x61\x0d\x19\x9b\x5e\x0f\x1f\x3c\x40\x02\x21\xba\xd0\x2e\x64\x6c\x6a\xaa\x2c\x7d\x5a\x5e\x04\x64\x6c\x0a\x4d\x40\xc6\xa6\x74\x36\x64\x4c\xe5\x86\x12\x64\x6c\x12\xda\x96\x20\x5c\x53\x68\x17\xc2\x35\xa3\xee\x29\x19\x74\x0e\x19\x20\xa9\x09\xc2\x35\x71\x59\x24\x08\xd7\xd4\x72\x0d\xe1\x52\x48\x4e\x82\x70\x4d\x4d\x00\x23\x5c\x79\x31\xc8\x33\x84\x4b\x89\x86\x32\xa4\x6a\x42\x75\x33\xa4\x6a\x82\x49\x32\xa4\x6a\xa2\x02\x32\xc4\x69\x82\xa7\x33\xc4\x49\xe5\x8d\x32\xe4\x48\x09\x75\x32\xe4\x68\xf1\x96\x32\xce\x9b\xc5\xb2\x94\xa1\x3c\x2b\xa8\x15\x68\x3d\xb4\xc8\x13\x80\x8a\xcb\x70\x97\xc5\xdb\xcd\x70\x17\xc5\x58\x64\xb8\x8b\xe2\x21\x32\xdc\x45\xb1\x19\x19\xee\xa2\xa4\x39\x19\xee\xa2\x54\x38\x19\xee\xa2\xe4\x37\x19\xee\xb2\x24\x3b\xdc\x65\x61\xe9\xcd\xb8\x4f\x94\x18\x27\xe3\x3e\x11\x77\xc9\xf0\x9a\x05\xaa\xcb\xb8\x4f\x14\x2b\x91\xe1\x35\x8b\x09\x9e\xe1\x35\x0b\xa5\x96\xe1\x35\x8a\x95\xc8\xf0\x9a\xf7\xab\xc0\x6b\xa8\xf8\x78\x67\x78\xcd\x6a\xea\xb5\x15\x30\x53\x8e\xba\x0c\x77\x59\x70\x89\x0c\x77\x51\x1c\x45\x86\xbb\x28\x72\x22\xc3\x5d\xd6\xd4\x75\xc8\x00\x56\xcb\xca\xc9\x00\xc6\xcb\xf8\x41\x14\x7b\x92\xe1\x2e\x6b\xe9\x9c\x29\x3c\x25\x50\xcd\xc6\x5d\xb2\x6a\xf5\x64\xe3\x2e\xf9\xba\xf4\xbc\x4e\xab\xd1\xa2\x3e\x1b\x4b\x41\xa6\xbc\x2c\x15\x03\xef\x4c\x79\x59\x25\xe9\xc9\x94\x97\x55\x41\xa3\x4c\x79\xd9\x0b\x75\x94\x1f\x0a\xad\x31\x8b\xb3\xf1\x9a\xac\x2c\x36\xf9\xa1\x86\x1e\xca\x29\x1b\xaf\xc9\x57\xd0\xf3\x32\x2d\xdd\xb3\xd0\xd2\x75\xc8\x10\xf4\x04\x64\x88\xba\x0e\x19\xa2\xae\x43\x06\x14\x5e\x7e\x54\x48\x4e\xff\x5c\xb4\x98\x1d\x94\x97\xbd\xb0\x02\x67\xca\xcb\x5e\xcc\xf0\x1c\x90\x8f\xd9\x98\x29\x2f\x7b\x69\xfe\x05\x15\x92\xe3\x0d\x06\xe4\xd3\x48\x0e\xc8\x47\x88\x61\x0e\xc8\x87\x1a\xcb\x94\x97\xbd\x50\x8d\x39\x20\x9f\x46\x64\x40\xbe\xaa\xe7\x51\x03\x47\xb3\x38\x20\x1f\x81\x06\x39\x20\xdf\xd0\x3d\x91\x6f\xea\x79\xc8\x87\x67\x20\x53\x5e\x56\x51\x1c\x99\xf2\xb2\x57\xff\x57\xbe\xe4\x1c\x11\x1d\xbb\x53\x8e\x88\x8e\x2d\x39\x1b\x55\xca\x0a\xfe\xc8\x11\xd1\x41\x52\x39\x22\x3a\x8e\xb9\x6c\x54\x29\xdf\x58\x6c\xb3\x51\xa5\x7c\x3b\x5d\x47\x8d\x39\xb4\x51\xa6\xf2\xec\xed\x74\x17\xfb\xb4\xf7\xa3\xeb\x3a\xe5\x57\xd5\x1a\x9c\x53\x5f\x4c\x74\x25\xb8\xc9\x46\x95\xb2\xd2\xba\x64\xa3\x4a\xf9\x26\xd0\x26\x27\x44\xc7\x86\x99\xa9\x3c\xab\x54\x31\xd9\xa8\x52\x56\x29\xa2\x6c\x74\x28\x2b\xe1\x4c\x4e\xc8\xa0\x65\x29\x21\x83\x96\xa5\x84\x0c\x58\xa8\x72\x42\x06\xcc\x34\x39\x21\x83\x96\xba\x44\x1d\xc0\xaa\x73\xc8\x80\xf9\x23\x27\x64\xa8\x7a\x1e\x32\x68\x59\xca\x92\x81\xf7\x62\x74\x28\xab\x84\x51\xa6\x84\xec\x8d\x69\x24\x67\x64\x00\x69\xe4\xcc\x37\x02\x03\x65\xe3\x3c\x59\xb1\x27\x39\x23\x9f\x16\xa9\x8c\x7c\x20\xa2\x9c\x91\xaf\xeb\x2e\xc8\x07\xf2\xce\x19\xf9\x40\x60\x39\x23\x5f\xd7\xd3\x91\xaf\xeb\x2e\xc8\x87\x05\x35\x67\xe4\xd3\x80\xcc\xc8\x07\x06\xca\x05\xf9\xba\x5a\xc8\xa7\x51\x47\x21\x24\xc5\xb3\xe4\x42\x3f\x09\xe1\xca\xc6\x4f\xb2\x03\xe7\x64\xe3\x27\xd9\x5d\xfa\x67\xa7\xa5\xbb\x0c\x5a\xf4\xcc\xf8\x49\x56\x3c\x4b\xa6\xdc\xab\x23\x1e\x22\x53\xee\xd5\x69\x7c\x1a\x3f\xc9\x0e\x9e\x98\x2b\xe5\x50\xa5\x28\x8d\x9f\x64\x15\x3b\xca\xc6\x4f\xb2\x83\xfd\x65\xe3\x27\xd9\x05\xdd\x25\xd2\xd2\x75\x89\x16\x7d\x31\x7e\x92\x9d\x16\xb7\x4a\x4d\x42\x7d\xe9\x8a\x7c\x30\xc3\x5c\x91\x4f\x4b\x5d\x45\x3e\x2d\x75\xca\x9f\x00\x43\xc8\x0d\x19\x34\xae\x1b\xfd\x4c\x3a\x47\x3f\x31\x78\x64\x8a\x16\x29\x0e\x26\x53\xb4\xc8\x81\x84\x73\xa3\x9f\x60\xd8\xdc\xe8\x67\xd3\x39\xfa\xa9\x85\xa8\xd1\x4f\xa9\xaa\x46\x3f\x31\x77\xe6\x46\x3f\x87\xee\xc2\x77\x18\x7a\x1e\xdf\x01\x8e\x95\x1b\x32\x48\x8d\x75\x64\x80\x63\x65\xb6\xf3\x78\x8d\x79\xe3\x19\xd9\x5f\x6a\x21\x1f\xb8\x38\x77\xe4\x93\xfa\xeb\xc8\x07\x82\xce\x94\x6d\x55\x0d\xa3\x4c\xd9\x56\x65\x95\xc9\xc6\x33\xb2\xd7\x7a\xd6\x91\x4f\xa3\xd5\x78\x46\xf6\xc0\xcf\x6c\x3c\x23\x2b\x46\x26\x1b\xcf\xc8\x8a\xa6\xc9\xc6\x33\x32\xb5\x44\xef\x4c\xd9\x56\xd5\x29\xca\x94\x6d\x55\x2d\xa2\xcc\x76\x1e\x0f\x88\xcd\x03\xf9\xc2\xf5\xaf\x25\x79\x20\xba\xf0\x18\x79\x17\x14\xa0\x93\x8d\x82\x64\xaf\xc1\x6a\x34\x23\x7b\xe9\x9f\x81\x78\xd2\x31\x46\x33\xb2\xaf\x6a\x21\x9e\x3e\xf4\x40\x3c\x28\x4f\x1e\x88\x27\xdc\x48\xd5\x56\x15\x65\xca\x94\x66\x55\xc2\x99\x4c\x69\x56\x2f\x74\x36\x11\x4f\x8b\xe2\x44\x3c\x90\x70\x9e\xc8\xa0\x65\x69\x22\x83\xb4\x34\xa5\x59\x15\xe6\x93\x8d\x66\x64\x15\x3b\xca\x94\x66\x55\x32\x9a\x3c\x91\x0f\x73\x44\x9e\xc8\xa7\xa1\x44\x69\x56\x25\x72\xc9\x13\xf9\xd8\x0a\x93\x29\xcd\xaa\x10\xa0\x4c\x69\x56\x8f\x33\x25\x1b\x97\xc8\x8f\x06\xd6\x44\x3e\x2d\x52\xc6\x25\xf2\x23\x7c\xb4\x90\x0f\xcb\x5d\x5e\xc8\x87\x9d\x2b\x1b\x97\xc8\x8f\x16\x22\x4a\xb3\x7a\xe2\x52\x32\xa5\x59\x3d\xb4\x2d\x53\x9a\xf5\xd1\xb2\x64\x8e\x9d\xfc\x38\x9d\x4b\xb4\x74\x1d\xf2\x69\x81\xa6\x34\xeb\xa3\x85\xc8\x78\x46\x0e\x1a\xd6\x0b\xf9\x34\x1d\x8c\x67\xe4\x27\xea\x3a\xe4\xc3\x76\x96\x8d\x67\x64\x15\x50\xca\xf0\x0c\xc5\x74\x14\xe3\x19\x59\xe5\x86\x8a\x39\x76\xb2\x0a\x1a\x95\x0b\xf9\x70\xa5\x16\xe3\x20\xf9\x01\xaf\x14\xe3\x20\xf9\x41\x89\x96\x0b\xf9\x50\x7f\xe5\x42\x3e\xd8\x51\xa1\x34\xeb\x83\x0a\x2f\xc6\x4f\xf2\x83\x03\xaa\x50\x9a\x55\x61\x53\xc5\x1c\x3b\xf9\x49\xba\xae\xd1\xeb\x40\x0b\xf9\xba\x7a\x8d\x7c\x51\xcf\x43\xbe\xa6\xeb\xf8\x7e\xd8\xfb\xcb\x8d\x7c\x45\x2d\xe4\x63\xba\x97\x1b\xf9\x50\x63\xe5\x46\x3e\x16\xbe\x72\x23\x1f\xca\xa9\xdc\xc8\xc7\x16\xdc\x72\x23\x1f\x63\xa2\xdc\xc8\x87\x8d\xb6\xdc\xc8\x37\xd4\x42\xbe\xaa\x7f\xf2\xfd\x9c\x5a\xc8\xb7\xd4\x33\xe4\x63\x5c\x97\x9b\x6f\xa4\xb7\x64\xec\x28\x07\x28\x79\x31\x76\x94\x15\x3b\x54\x8c\x1d\x65\x95\x4c\x2a\x0e\x19\x96\xae\x33\x19\x54\xec\xa8\x18\x3b\xca\x2a\x76\x54\x8c\x1d\x65\xe5\x83\x29\xc6\x8e\xb2\xb2\xca\x14\x63\x47\x39\x10\x4e\x56\x8c\x1d\xe5\x88\xa1\xab\x38\x64\x00\xac\x15\x63\x47\x59\x19\x67\x8a\xb1\xa3\xac\xaa\x45\xc5\xd8\x51\x0e\x55\x3d\x9b\x9c\xd3\x13\x90\x0f\xa7\x79\xf1\xc8\xc7\x1a\x52\x3c\xf2\x31\xdf\x8b\x47\x3e\xc6\x75\x31\xe6\x94\x15\xe7\x53\x3c\xf2\x81\xb5\x8b\x47\xbe\xa9\xbb\x20\x1f\xab\x54\xf1\xc8\x87\xbd\xbf\x78\xe4\xd3\x28\x37\xe6\x94\xad\x4a\xd2\x5f\x97\xe4\x02\xa9\x0a\x40\xf4\x02\xa9\x0a\x20\xa2\x02\xa9\x0a\x4d\x0f\x47\x74\x4c\xfa\xc5\x23\xba\x86\xa7\x47\x74\x0d\x25\x08\x57\x80\x18\x16\x08\x57\x00\xbe\x17\x08\x57\x98\x3a\x87\xe8\x68\xb1\x02\xe1\x52\x99\xa2\x02\xe1\x52\x12\x9b\x02\xe1\x8a\x2c\x8a\x05\xc2\xa5\xc0\x9e\x02\xe1\x52\x21\xa4\x02\xe1\x52\x08\x50\x81\x70\x45\x96\x97\x02\xe1\x8a\x2c\x52\x05\xc2\x15\x6f\xfd\xd3\xe4\x53\x28\x4f\x81\x70\x29\xe9\x4a\x81\x70\x45\xdc\x43\xc5\x08\xd7\x33\x35\x40\x20\x5c\x11\x43\x42\x81\x70\x29\x89\x4d\x81\x70\x29\xb0\xa7\x40\xb8\x22\xc8\xa6\x40\xb8\x14\x3e\x53\x20\x5c\x94\xe6\xbf\x4b\xa0\x9f\x50\xf2\x02\x71\x8a\x55\xf7\xa4\x9f\x5d\xcf\xa3\x9f\x9a\xa8\x10\x27\x05\xe1\x14\x88\x93\x12\xd5\x14\x88\x53\x46\xfd\x15\xd8\x51\x04\x2d\x15\xd8\x51\x84\xbc\x17\xd8\x91\x62\x6b\x0a\xec\x48\x29\x66\x0a\xec\x28\xe2\x45\x2e\xb0\xa3\x08\x3e\x2a\xb0\xa3\x38\x74\x4f\xa6\xd8\xd4\x39\xfb\x0e\x09\x4a\x5e\x60\x47\x49\x5f\xc5\xd8\x51\x56\xa4\x4d\x81\x1d\xa9\x84\x51\x81\x1d\xa9\xec\x6e\x81\x1d\x29\x42\xa7\xc0\x8e\x12\xee\xa1\x02\x3b\x52\x41\xa3\x02\x3b\x52\xd1\xa2\x02\x3b\x52\x91\xa4\x62\x8e\xa4\x9c\x34\xb2\xcc\x91\x94\x13\x88\xa8\xc0\x9c\x94\xd2\xa6\xc0\x9c\x94\xa8\xa6\xc0\x9c\x54\x98\xa8\xc0\x9c\x12\xf1\xb0\x05\xe6\xa4\x18\xa0\x02\x73\x4a\x1a\x59\x30\x27\x25\xb1\x29\x30\xa7\xa4\x11\x02\x73\x4a\x18\x97\x0a\xcc\x29\xe1\xbd\x29\x30\x27\x95\x45\x2a\x30\xa7\x04\xa7\x2b\x30\xa7\x84\xf3\xbb\xc0\x9c\x14\x2d\x54\x60\x4e\x49\x6a\x0c\xe6\xa4\xa4\x39\x05\xe6\x94\xe0\x97\x05\xe6\x94\xb4\x7c\xc2\x9c\x12\xe6\xc0\x02\x73\xca\xf0\x93\x02\x73\x4a\x00\xab\x02\x73\x4a\x52\x40\x30\xa7\x24\x45\x09\x73\x4a\x1a\xad\x30\xa7\x84\xcb\xb0\xc0\x9c\x12\x40\xa0\xc0\x9c\x54\xb0\xa9\xc0\x9c\x92\xd6\x10\xf3\x16\x15\xc5\x7e\x95\x82\x7c\x1a\xad\xb0\xaa\xa4\x19\x50\x90\x0f\x5f\x4e\x29\xc8\x87\xad\xbc\xc0\xb8\x94\xb7\xa6\x14\xe4\x93\x32\x2c\x7c\x3f\x8d\x4f\xd8\x58\x02\xda\x14\xd8\x58\x9a\xea\x4b\xe7\x4d\xe8\x9f\x83\x96\x64\x40\x3e\xad\x3d\x30\xae\x7c\xa9\xc5\x37\x82\x2f\x14\x18\x57\xbe\xff\x15\x71\x51\x20\x63\x19\x50\x5e\x20\x63\x59\x9a\x11\x32\x96\xb5\x80\x41\xc6\x54\xb0\xa9\x40\xc6\xb2\x57\x8b\xcf\xe7\x75\x97\x4a\x8b\x41\x00\x19\xcb\xf8\x24\x0b\x64\x2c\x6b\x58\x57\xc4\x23\xe2\xb6\x98\xb3\x28\xe7\x47\xcf\xb3\xcf\xa7\xd2\x4e\x05\xa2\xa6\x64\x3b\x85\x50\xba\x8c\x9d\xb9\x98\xb3\x28\xab\x78\x54\x81\xc4\x65\x61\x2e\x48\x5c\x66\x6b\x43\x81\xc4\x29\x51\x4d\x81\xc4\xe5\xa2\x16\xf2\x81\xa7\x0b\x24\x2e\x63\xcb\x2a\x90\x38\x05\x43\x15\x48\x9c\x0a\x59\x15\x48\x5c\xd6\x80\x84\xc4\x65\xe2\x36\x0a\x24\x2e\x17\x9d\x43\xbe\xaa\xe7\x21\x1f\xde\xee\x02\x89\xcb\x1a\xf2\x90\x38\xa5\xd7\x29\x90\xb8\x2c\x1c\x00\x89\xcb\x5a\x76\x21\x71\x59\x58\x0d\x12\x97\x71\x27\x16\x88\x9a\xc2\xad\x0a\x64\x2c\x4b\x35\x42\xc6\x94\xa8\xa6\x40\xc6\x54\xe8\xa9\x40\xc6\xb2\x30\x10\x64\x4c\x61\x53\x05\x32\x96\xd9\x66\x5b\x20\x63\x59\x03\x19\xc6\xa5\xa4\x39\x05\xc6\xa5\x24\x3d\x05\xc6\xa5\xe2\x51\xc5\x9c\x3e\xb9\x48\xc1\x9a\xd3\x27\x97\x47\xad\xc4\x39\xde\x12\x6c\x4c\xe9\x75\x0a\x8c\xab\x08\x57\xc1\xb8\x8a\x46\x0f\x8c\xab\x68\x64\xc1\xb8\x94\xdc\xa7\xc0\xb8\x54\x66\xaa\xc0\xb8\x8a\x16\x3e\x18\x57\x61\x5b\x47\x81\x71\x29\x68\xab\xc0\xb8\x94\x8c\xa6\xc0\xb8\x0a\x7e\x97\x02\xe3\x2a\x98\x1c\x0a\x8c\xab\x08\x65\xc1\xb8\x94\x9a\xa6\xc0\xb8\x8a\x30\x3a\x8c\x4b\x69\x72\x0a\x8c\x4b\x49\x7a\x0a\x8c\x4b\xc9\x76\x0a\x8c\xab\x60\x4a\x2b\x30\xae\x22\xfc\x07\xe3\x52\xb0\x57\x81\x71\x15\xa9\x77\x18\x57\x21\x8a\xa3\xc0\xb8\x8a\x10\x34\x8c\xab\x60\x04\x2b\x30\xae\x42\x62\xb1\x02\xe3\x2a\x98\x2a\x0a\x8c\xab\x68\x69\x85\x71\x29\xbd\x4e\x81\x71\x15\x81\x35\x18\x57\xd1\x42\x0b\xab\x2a\xc2\xfd\x30\x27\x85\x85\x15\x98\x53\x61\x2c\x55\x98\x53\x61\xcf\x40\x85\x39\x55\x94\x6f\x85\x39\x55\xd6\xa5\x0a\x73\xaa\x98\xa1\x2a\xcc\x49\x19\x59\x2a\xcc\x49\xb9\x69\x2a\xcc\xa9\xf2\x35\x2b\xcc\x49\xe5\xb0\x2a\xcc\x49\xd9\x5a\x2a\xcc\xa9\x32\x96\x2a\xcc\xa9\x06\xdd\xa5\xd1\x72\xb4\x3a\xff\xd4\x75\x83\x96\x7a\x6d\xf2\xd5\xa4\xbe\x98\x7c\x95\x51\x50\x61\x4e\x2a\x95\x55\x61\x4e\x96\x01\xe6\xaf\x4b\x72\x85\x54\x55\xcc\x11\x15\x52\x55\x59\x5e\x2a\xa4\x4a\x89\x5c\x2a\xa4\xaa\x02\xf4\x2b\xa4\xaa\xf2\xa1\x2b\xa4\xaa\x16\xb5\x10\x0f\xa3\x46\x85\x38\x55\xf0\x5f\x85\x38\x29\xd8\xab\xde\x88\xd7\x25\x02\xe2\x75\x3d\x1d\xf1\xf8\xb4\x15\x52\x55\x31\x16\x54\x48\x55\xc5\x26\x55\x21\x55\x95\xcf\x5e\x21\x55\x15\x5f\x6d\x85\x54\x55\x6c\xde\x15\x52\xd5\x6e\x9d\x43\x06\x74\x61\x85\x54\x55\x22\x12\x2a\xa4\xaa\x2e\xdd\x93\xcf\x07\x6e\xac\x90\xaa\x3a\xd4\x17\x93\x4f\x15\xbd\x2a\xa4\xaa\x5d\xba\x6e\xf0\x3c\xc9\x80\x7c\x53\x7d\x59\x9c\xe3\x43\x43\xaa\x9a\x06\x1d\xa4\xaa\x11\x92\x53\x21\x55\xcd\xe9\x1c\x49\x3d\xb1\x6f\x56\x4f\x12\x43\xf0\x43\x85\x54\x35\xa7\x7b\x46\x5a\x3a\x97\xb8\x0e\x19\x20\x55\x0a\x2e\xab\x90\xaa\xa6\xe1\x09\x73\x52\x58\x58\x85\x39\x35\x62\x09\x2a\xcc\xa9\x3d\xba\x0b\xf2\x11\x9a\x58\x61\x4e\x2d\xe8\xe9\xc8\xa7\x41\x0e\x73\x6a\x98\x31\x2a\xcc\xa9\x45\x9d\x43\x3e\x70\x63\x85\x39\x29\x80\xac\xc2\x9c\x5a\xd4\x39\xe4\x63\x39\xab\x30\xa7\x86\xda\xac\x30\x27\x15\x06\xab\x30\xa7\x96\x75\x17\xe4\xc3\x24\x56\x61\x47\x0d\xe3\x59\x85\x01\x75\x1c\xab\x15\x97\x93\xca\x61\x55\x18\x50\x07\x33\x57\x18\x50\xd7\x64\x84\x01\x29\x1e\xa9\xc2\x80\x54\x2a\xab\xc2\x80\x14\x65\x54\x61\x40\xca\xba\x52\x71\x39\x29\xeb\x4a\xc5\xe5\xa4\xd8\xa1\x8a\xcb\xa9\x27\x3d\xa1\xd2\x52\xcf\xec\x3b\x28\x23\x4b\x85\x39\x75\x8c\x6e\x15\xe6\xd4\x35\x8b\x61\x4e\x9d\xe5\xba\xc2\x8e\x54\x1c\xab\xc2\x8e\xba\x96\x10\xd8\x51\x67\xf1\xae\xca\x03\xae\xe5\x0c\x76\xa4\x78\xa4\x0a\x3b\xea\x55\xf7\x44\x86\xa6\x73\xf4\x13\xa8\x51\x61\x40\x2a\xaa\x55\x61\x40\xbd\xeb\x09\xf4\x13\x53\x4c\x85\x01\x75\xcd\x54\x18\x50\xc7\x3e\x5d\x61\x40\x5d\xb3\x1f\x06\xa4\xc2\x59\x15\x26\xa3\x08\x9d\x0a\x93\x19\x9a\x71\x30\x99\x01\xa2\xad\x30\x99\x71\xe9\x3a\xeb\xe7\xd0\x1c\x33\x26\x53\x54\x77\xa6\xc2\x64\xc6\xad\xa7\xab\x9f\xba\x6e\x72\x8e\x7e\xc2\x64\x86\xe6\x2d\x4c\x66\xc0\x83\x2b\x4c\x66\x68\x49\x86\xc9\x0c\x58\x71\x85\xc9\x58\x9c\xcf\xdf\x97\x64\x48\xce\xc8\xba\xcc\x3e\xc3\x00\xb9\x55\x48\xce\xd0\x12\x09\xc9\x19\xb8\x8e\x2a\x24\x47\x41\x38\x15\x92\x33\x30\x6a\x54\x48\xce\xd0\xeb\x84\xe4\xa8\x94\x54\x85\xe4\x28\xb5\x49\x85\xe4\xa8\xb0\x54\x85\xe4\x0c\x48\x4e\x85\xc8\x0c\x48\x71\x2d\x88\xa7\x0f\x06\x91\x19\xe0\xb8\x0a\x59\x19\x4b\xff\xb4\xbe\x4c\xbd\x78\x08\x89\x42\x56\x2a\x84\x64\x82\xc3\x2b\x84\x44\x11\x25\x15\x42\x32\xbd\xae\x9b\xb4\xf8\x0c\xb8\x87\x26\x5e\xeb\x8a\x7b\x48\x25\xa1\x2a\x64\x65\x6a\x59\x82\xac\x4c\x4d\x54\xc8\xca\xd4\xd4\x84\x91\x4c\x4d\x69\x18\xc9\x0c\xba\xce\x64\x50\xd1\xa9\x0a\x23\x99\x51\xd7\xd9\xbb\x9e\x4e\x4f\x47\x3e\xc8\x66\x85\x91\xc8\x88\x52\x61\x24\x4a\x90\x52\x61\x24\x4a\xc1\x52\x61\x24\x8a\x44\xa9\x30\x92\xa9\xef\x0e\x23\x99\x58\xc4\x2a\x8c\x64\x6a\x82\xc3\x48\xa6\x14\x33\x8c\x64\xe2\x82\xad\x30\x92\xa9\xc9\x0f\x23\x99\x60\xb5\x0a\x23\x99\x52\xd3\x30\x92\xa9\x85\x01\x46\x32\x35\xce\x60\x24\xca\x90\x52\x61\x24\x53\xca\x1e\x46\x32\x41\x6e\x15\x46\x32\x61\x08\x15\x46\x32\xa1\xa5\x15\x46\x32\x9b\xae\x43\x3e\x8d\x56\x18\xc9\x24\x8c\xb0\xc2\x48\x54\x8c\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x6a\x44\xc2\x48\x54\x7e\xab\xc2\x48\xa6\x46\x1d\x8c\x64\x2e\xfd\x13\xf9\x04\x19\x70\x2b\x29\xef\x49\x85\xad\x2c\x2d\x21\xb8\x95\xd6\xa5\xbe\x98\x7c\xeb\x56\xab\xd1\xe2\x8b\xc1\x64\x16\xdb\x33\x2a\x4c\x46\xb9\x4d\x2a\x4c\x66\xdd\xea\x0b\xf1\x41\x1a\xe5\x30\x99\x25\xdc\x08\x93\x59\x82\x0c\x30\x99\x25\xa5\x0d\x93\x59\x52\xef\x30\x99\xe5\x75\x5d\xa0\xc5\xd3\x61\x32\x8a\x01\xaa\x30\x99\xa5\x79\x04\x93\x51\x0e\x96\x8a\x5f\x49\x05\xb7\x2a\x7e\xa5\xa5\xd9\x01\xcb\x59\xc2\x9b\xb0\x9c\x77\x51\x84\xe5\x2c\x4c\x31\x15\x96\xa3\xa2\x61\x15\xee\xb2\x8a\x5a\xf4\x1a\xb3\x49\x85\xbb\x28\x7a\xa7\xc2\x5d\x54\xc8\xaa\xc2\x5d\x14\xcb\x53\xe1\x2e\x8b\xfc\x3a\x15\xee\xb2\xb4\x4a\xc1\x5d\x16\x06\xd5\x0a\x77\x59\x82\x67\x70\x97\x35\xf5\x4f\x7a\x3d\x75\xcf\xc1\x9e\x01\xdd\x93\x5e\x8b\x05\x18\x77\x29\x97\xbe\xb4\xf1\x93\x72\xfd\xd3\x70\x51\x8d\xba\x14\xd5\xa3\xaa\x46\x5d\x8a\x02\x6d\xaa\x51\x97\x72\x49\xc7\x18\x75\x29\x17\x84\xb2\x2e\xb6\x2f\x48\x57\x18\x75\x29\x0a\xe5\xa9\xe6\x2c\x2a\x17\xa6\x8a\x6a\xce\xa2\x72\x89\x2e\x18\xad\x29\x97\x96\x41\x73\x16\x95\x4b\x9f\x1d\x67\x91\x2a\x7a\xb5\x0b\x11\xb0\xcb\xb4\x8b\x7e\xf2\x69\xdb\x45\x3f\xbd\xce\xd1\x4f\xd0\x59\xbb\xe8\x67\xd0\x5d\xe8\x67\xd0\x3f\xe9\x67\xd4\x39\xfa\x09\x02\x6b\xec\xe6\x51\x48\x4e\x33\xea\x52\x62\xd5\x3f\xe9\x27\x8b\x5b\xbb\xf4\x19\xd4\x9a\x9c\x1b\xb4\xf8\x0c\x2c\x75\xcd\xa8\x4b\xb9\x40\x6e\xcd\xa8\x4b\xb9\x58\xc0\xda\x8d\x7c\xe0\x9c\x76\x23\x1f\x11\xa9\x8d\x04\xde\x97\x9e\x7e\x23\x5f\xd5\x39\xe4\x6b\x7a\x02\xf2\x61\x52\x69\x37\xf2\x31\x94\xda\x8d\x7c\xa0\x90\x46\x5e\x38\xf7\xe8\x9e\x7c\x07\x96\x9e\x66\xdc\xa5\xdc\x97\xae\x33\xf9\xee\x5b\xad\x49\x4b\xfd\x34\xf9\x6e\xfc\xcd\xcd\xb8\x4b\xb9\x51\x63\xcd\xb8\x4b\x51\x31\xa7\x66\xdc\xa5\x28\x0b\x4a\x33\xee\x52\x6e\x7d\x15\xe3\x2e\xe5\x46\xad\x34\xe3\x2e\x45\xe9\x59\x9a\x71\x97\x72\xe3\xb4\x6b\x6c\x03\x52\xc1\xa6\x66\xdc\xa5\xdc\xfa\x0e\xc6\x5d\xca\x8d\x7a\x68\xc6\x5d\xca\xad\xf7\x69\xdc\xa5\x28\x0e\xa6\x39\xe4\xab\x6a\x21\x5f\xd5\x75\xc8\xa7\xb7\xeb\x90\x0f\xf5\xd0\x3c\xf2\xe9\xed\x7a\xe4\x63\x4b\x44\xf3\xc8\xd7\xf4\x4f\x64\xc0\x6e\xdf\x3c\x32\xb0\xcc\x37\xb6\xfa\xdc\x58\x49\x9b\x47\x06\x20\x4a\x23\x5c\xee\x06\x78\x34\x8f\x0c\xf0\xa8\xe6\x91\x41\xdf\xc8\x23\x03\x0a\xa1\x19\x07\x29\x2a\x22\xd4\x1e\xfa\x09\x28\x69\xc6\x41\x8a\x8a\x0f\x35\xe3\x20\x45\x39\x51\x9a\x71\x90\xe2\x98\xef\xcd\x38\x48\x71\x58\xe3\x9b\x71\x90\xa2\xda\x40\xcd\x38\x48\x71\x2c\x91\xcd\x38\x48\x71\x8f\xae\xcb\xb4\x90\xd6\x38\x48\x51\xd4\x48\x33\xef\x4d\x79\xc7\x99\x79\x6f\x8a\x2b\xba\xce\x64\x70\x5e\xfd\x1c\xfc\x13\xf9\xcc\x7b\x53\x1c\xf0\xa5\x3d\xc8\xc7\x22\xdc\x8c\xbb\x14\xe5\x4b\x69\x01\xf9\x50\xfd\x2d\x20\x1f\xce\xb7\x16\x90\x0f\x36\xd6\x02\xf2\x01\x15\x5b\x40\x3e\xfc\x5f\x2d\x20\x1f\x0b\x74\x0b\xc8\x37\x75\xce\xe4\xf3\x97\xae\x43\xbe\xa5\x7b\x9a\x7c\x1e\x73\x59\x33\xee\x52\x3c\x71\x30\xcd\xb8\x4b\xf1\x9a\x2b\xc6\x5d\x8a\xc7\xf0\xdb\x8c\xbb\x14\x7f\xff\x2b\x85\x7d\x33\x87\x50\x51\xcc\x43\x33\x87\x50\xf1\x90\xb8\x66\x94\xa7\x28\x30\xa4\x19\xe5\x29\x1e\x1d\xda\x8c\xf2\x14\x8f\x16\x6b\x46\x79\x8a\x07\xd5\x35\xa3\x3c\x45\xf1\x10\xcd\x28\x4f\xf1\x38\x1b\x9a\x51\x9e\xe2\x35\x51\x23\xa2\x37\x5d\x87\x78\x20\xa9\x46\x48\x9c\xd7\x0b\x8c\xf4\x13\x1b\x66\x4b\xf4\x13\x9d\xd6\x12\xfd\x1c\x3a\x47\x3f\xc9\x59\xd0\x12\xfd\xc4\x82\xda\x12\xfd\xd4\xe4\x48\xf4\xb3\xeb\x3a\xfa\xa9\x05\xcc\xe8\x50\x79\x30\x39\x34\xa3\x43\xe5\xd1\x20\x37\x3a\x54\x14\x7f\xd1\x8c\x0e\x15\x45\x55\x34\xe8\x90\xa2\x23\x9a\xd1\xa1\xf2\xdc\x7a\x9e\x7d\x22\x15\xd9\x69\x46\x87\xca\x83\x59\xa1\x19\x1d\x2a\xf2\xfb\x37\xa3\x43\xe5\x41\x35\x36\xa3\x43\x45\xe9\x52\x9a\xd1\xa1\xa2\xb4\x27\xcd\xe8\x50\x79\xb0\x7a\x35\xca\xb6\x3e\x1a\x2e\xc6\x79\xca\x83\xe9\xa0\x19\xe7\x29\x8f\xbe\x51\x46\xbe\xa8\xeb\x90\x4f\x93\x31\x23\x5f\xd4\xf3\x98\x62\x38\xae\x5a\x46\xbe\xa4\xbb\x20\x5f\x52\xaf\x91\x0f\xbb\x68\xcb\xc8\x27\x55\x95\x91\x4f\x53\xa5\x20\x9f\x46\x48\x41\x3e\x2c\xa8\x0d\xc7\xce\x23\xa5\x56\x90\x8f\x88\xd4\x66\x8e\x9d\xa2\xfc\x17\xcd\x1c\x3b\x45\xde\xee\x66\x5c\xa9\xc8\x9f\xde\xcc\xb1\x53\xe4\x33\x6f\xe6\xd8\x29\x41\x53\xda\xb8\x52\x09\xc4\xdd\x34\xe3\x4a\x45\x9e\xf7\x66\x5c\xa9\x84\xaa\x7b\x4e\x5a\xc8\x60\x5c\xa9\x28\xab\x45\x33\xae\x54\x02\xce\xa2\x66\x5c\xa9\xc8\xdd\xdd\x8c\x2b\x95\x00\x46\x6f\xc6\x95\x8a\x72\x5c\xb4\x37\x4f\x1b\x7d\xa9\xc8\xa0\xd1\x5a\x91\x01\xc2\xdc\x2a\x32\x74\x3d\x0f\x19\x70\x9a\x37\xb6\xfa\x04\xfc\x04\xcd\xb8\x52\x09\x5a\xe6\x2b\xf2\x0d\x5d\x87\x7c\x5a\xe6\x2b\xf2\x69\xe6\x54\xe4\x93\x0a\x37\xae\x54\xa2\x46\x9d\x71\xa5\x12\x31\x6d\x35\xe3\x43\x25\x82\x8b\x9b\xf1\xa1\x12\x41\xc2\xcd\xf8\x50\x51\xe5\x97\x66\x7c\xa8\x44\x2d\xb4\xc6\x87\x4a\xd4\x98\x30\x3e\x54\x94\xe3\xa2\x19\x1f\x2a\xaa\xfc\xd2\x8c\x0f\x15\x55\x7e\x69\x0d\x48\x14\x74\x4f\xc2\x63\xb1\xe2\x37\xe3\x43\x45\x39\x2e\x9a\xf1\xa1\xa2\x6c\x18\xad\x21\x03\x5e\x98\xd6\x91\x01\xc3\x4c\x33\x3e\x54\xa2\xd4\x43\xc7\x81\x88\xd7\xa7\x75\xe4\x93\x2a\xee\xc8\xa7\x51\xd0\x91\x41\xab\x54\x47\x06\x29\xe6\x8e\x0c\x98\x69\x5a\xa7\x9f\x44\x5f\xb5\x4e\x3f\xa5\x98\x3b\xfd\xfc\xa5\xb4\xff\xbe\x24\x77\x44\xd0\x20\x18\x72\x7c\xa8\x85\x08\xfa\xb4\x46\x79\x8a\x7c\xd8\x6d\x20\x82\x06\x08\x89\xb1\xe5\xd1\x6e\x46\x79\x8a\xf2\x51\x34\xa3\x3c\x45\xde\xf5\x66\x94\xa7\xc8\xbb\xde\x8c\xf2\x94\xa4\xc5\xcd\x28\x4f\x49\xc2\xc5\x24\xc6\x96\x3f\xbd\x19\xe5\x29\x2a\x11\xd3\x8c\xf2\x14\x95\x88\x69\x46\x79\x4a\x92\x6e\x32\xca\x53\x94\xf1\xa2\x99\x63\xa7\x24\x48\x7f\x33\xc7\x4e\x49\x42\x75\xe6\xd8\x29\x09\x8c\xde\x26\x56\x59\x2d\x67\x13\x19\xa0\x58\x6d\x22\x83\x34\xff\x44\x06\x0d\xcf\x89\x0c\x42\x0c\x13\x19\x34\xe8\x26\x32\x68\x19\x9c\xc8\x20\x34\x31\x91\x41\xc3\x0c\x02\x24\x9f\x79\x33\x02\x14\x14\xdb\xd9\x20\x40\xca\xb7\xd1\x16\x32\x60\xa1\x6a\x0b\x19\x08\xe8\x6a\x90\x23\xd5\x7a\x69\x30\x20\x15\x9a\x69\x30\xa0\xa4\xa5\x0e\x06\x94\xb0\x53\x36\x18\x50\x22\xdc\xbe\xc1\x80\x94\x7d\xa3\xc1\x72\x92\xf0\x0a\x2c\x27\x69\x01\x83\xe5\xa8\xee\x4c\x5b\xc8\x00\x85\xec\x17\xfd\xec\x6a\xd1\x4f\x8c\x0c\x1d\x06\x94\x50\x86\x1d\x06\x24\xaf\x7c\x87\x01\x29\x8b\x46\x87\x01\x25\xb6\x73\x77\x18\xd0\x62\xf2\x77\x18\x90\xbc\xe4\x9d\x6d\x39\x4a\x14\xdf\x61\x40\x69\xe9\x79\xc8\x40\xee\xbe\x0e\x03\x92\x07\xbd\xc3\x80\x94\x7d\xa3\xc3\x80\xb2\x57\xcf\x6c\x2c\x65\xc6\x52\x87\x01\xc9\xc1\xdd\x61\x40\x99\x68\x8c\x0e\x03\xca\xec\x75\xeb\x30\x20\x55\x9a\xe9\x30\xa0\xac\x5e\xc3\x80\x32\x4b\x56\x87\x01\xc9\x19\xdd\xe1\x35\xca\xd3\xd1\x6f\x52\xc3\xc3\x10\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x19\x36\x3a\xbc\x46\x6e\xdd\x0e\xaf\xc9\x4d\x4f\xa7\xd7\x78\x6f\x3a\xbc\x26\xeb\xab\xc0\x6b\x94\x8b\xa3\xc3\x6b\x32\x48\xb1\xc3\x6b\x32\xa6\x98\x0e\xaf\x29\x97\xae\x0b\xb4\xf4\x4f\xfb\x2a\xca\x8d\xd1\xe1\x35\xe5\xd6\xf3\x32\x2d\xde\x27\xbc\x46\xb5\x49\x3a\xdc\xa5\xe8\xed\xc2\x5d\x0a\x1e\x93\x0e\x77\x51\x16\x8d\x0e\x77\x29\x60\xd1\x0e\x3f\x29\xcc\xbf\x6e\xbe\x95\x52\x98\x7f\x1d\xdf\x4a\x01\xcd\x77\xb8\x4b\x01\x79\x77\xb8\x4b\xd1\x9b\x87\x9f\xc8\xc9\xdb\xe1\x27\xca\xa9\xd1\x3d\x7d\x21\x85\x55\x87\x83\x14\x54\x71\x87\x83\x14\x8d\x33\x38\x48\x81\xc9\x74\x38\x88\x8a\x77\x74\x38\x48\x01\x2a\x76\x38\x48\x19\xff\x32\x5c\x74\x68\x46\x59\xba\x65\xa3\xa5\x9b\xd8\x2b\xab\x64\x9b\xea\xd0\x8c\xaa\x81\x0c\xcd\x50\xbd\x8c\x0e\xcd\x28\x68\xdb\x0e\xcd\xa8\x2c\x91\x1d\x9a\x51\x41\x83\x1d\x9a\xa1\xac\x16\x1d\x9a\x51\xf5\x02\xa1\x19\x55\xaf\x1a\x9a\x51\x89\x76\xec\xd0\x0c\xe5\xbf\xe8\xd0\x0c\x65\xca\xe8\xd0\x8c\xaa\xd7\x09\xcd\xa8\xa8\x95\x0e\xcd\x90\x27\xb5\x43\x33\x94\x37\xa3\x43\x33\x2a\x9a\xb8\x43\x33\x54\x13\xa3\x43\x33\x6a\xd4\x3d\x17\x2d\x06\x0f\x5c\x42\x19\x36\x3a\x5c\xa2\x6a\x52\xc1\x25\x2a\x08\xb3\xc3\x25\x2a\x28\xab\xc3\x25\x94\xf1\xa2\xc3\x25\xaa\x3e\x34\x5c\xa2\x76\x9d\x43\x3e\x08\x57\x87\x4b\xa8\x46\x45\x87\x2f\x28\x03\x45\x87\x2f\x54\x2c\x5b\x1d\xbe\x20\x27\x68\x87\x2f\x54\xd2\x00\x75\xf8\x42\xc5\xce\xd5\xe1\x0b\x72\x7b\x76\xf8\x82\x9c\x99\x1d\xbe\xa0\x6a\x16\x1d\xbe\xa0\xec\x14\x1d\xbe\xd0\x34\xc5\xe0\x0b\x72\x5f\x76\xf8\x82\x6a\x54\x74\x38\x41\xc3\xdb\xdd\xb3\xaa\x59\xf0\x76\xc1\xef\x0d\xf5\xd7\xc1\xef\xaa\x3c\xd1\xc1\xef\x72\x27\x76\x30\x7a\x63\x1b\x50\x07\xa3\x37\xcc\x1f\x1d\x8c\x2e\x67\x5f\x07\xa3\xb7\xa2\xbb\xd8\xf7\x53\x3d\x89\x0e\x46\x6f\xd8\xb5\x3b\x58\xbb\xa1\x56\x3a\x58\x5b\x19\x1a\x3a\x58\xbb\xe9\x3b\x80\xb5\x1b\xf8\xb6\x83\xb5\x1b\x48\xb8\x17\x64\xd7\x72\x56\xe8\xa7\xbe\x18\x58\xbb\x61\x83\xee\x60\xed\xa6\xd9\x01\xd6\x6e\xb0\xb1\x0e\xd6\x6e\x43\xad\x9b\x73\xf4\x13\xac\x2d\xc7\x63\x07\x6b\x37\x29\xa0\x8a\x0c\xfa\x7e\x60\xed\x46\xe6\x91\x0e\xd6\xee\x18\x27\x3a\x58\x5b\xb9\x23\x3a\x58\xbb\x6b\x31\x05\x6b\x2b\x07\x44\x07\x6b\x77\x29\x27\xb0\x76\xd7\x77\x07\x6b\xab\xbc\x44\x07\x6b\x77\x2d\xc2\x60\xed\x7e\xa9\x9f\x8b\x16\xcf\x03\x6b\x77\x2d\xa6\xe6\x97\x28\x2a\x4b\xd1\x1b\xf2\x69\x84\x80\xc3\x55\xa4\xa2\x83\xc3\xbb\x16\x6f\x70\x78\x07\x4a\x75\x70\x78\xc7\x97\xd3\xc1\xe1\x5d\x23\x0b\x1c\xde\xa5\x0c\xc1\xe1\x5d\xeb\x04\x38\xbc\xc3\xd4\x3a\x38\x5c\x99\x32\x3a\x38\xbc\x47\xdd\x13\xf9\x92\xee\x82\x7c\x38\x5d\x3b\x38\xbc\x13\x4c\xd0\xc1\xe1\x9d\xa0\xd0\x0e\x0e\xef\xfa\x0e\xe0\xf0\xa1\x77\x0d\x0e\x1f\xbf\xde\xe0\xdf\x97\x64\x20\x7a\xd7\x24\x36\x97\x45\x19\xd2\x85\xe6\xb2\x28\xca\x59\xd0\x81\xef\x03\xbc\xd9\x81\xef\xc3\xe9\x9c\x89\xae\x3d\xef\xdd\x5c\x16\x65\x38\xdd\xc5\x44\x57\x75\x89\x0e\xb4\x1f\x9a\x8c\x40\x7b\xe5\x3a\xe8\x40\x7b\x55\x82\xe8\xe0\xf7\x01\x41\xef\x86\xdf\x8b\x32\x18\x74\xf0\xfb\xd0\xab\x06\xbf\x2b\x83\x41\x07\xbf\x0f\x10\x6d\x07\xa3\xab\x4a\x44\x07\xa3\x0f\x4d\x70\x30\xfa\x90\x0e\x05\xa3\xab\x4a\x44\x07\xa3\x2b\xbb\x41\x07\xa3\x2b\x2f\x41\x07\xa3\x0f\x08\x73\x07\xa3\x2b\x33\x40\x07\xa3\x8f\xa8\x7e\x22\x03\x58\xb4\x83\xd1\x47\x51\x0b\x19\x08\x6d\xeb\x13\x19\x08\x4e\xea\x13\x19\x08\x39\xea\xe0\xf7\x21\x9c\x03\x7e\x1f\x78\xad\x3b\xf8\x7d\x40\x9f\x3b\xf8\x5d\xf9\x05\x3a\xf8\x5d\x2e\xd8\x0e\x7e\x57\x75\x89\x0e\x7e\x97\x43\xb6\x83\xdf\xe5\xc8\xed\xe0\x77\xd5\x85\xe8\xe0\xf7\x41\x82\xa2\x3e\x91\x4f\x4a\x1b\xfc\xae\x6a\x16\x1d\xfc\x3e\x84\x68\xc1\xef\x43\xca\x02\xfc\x3e\x96\xce\x99\x0c\x13\x4b\x68\x07\xa3\x4f\xcc\x1f\x1d\x8c\xae\xad\xf3\x1d\x2f\x85\xb6\xb9\x77\xbc\x14\x72\x4a\x76\xf0\xfb\x24\x2c\xac\x83\xd1\xb5\xb1\xbd\x5b\xf0\x55\x99\x45\xf7\xa4\x7a\x0d\x4b\xf2\x00\xbf\x4f\xb6\x7a\x0f\xf0\xbb\x4a\x1e\x0c\xf0\xfb\xe4\x3b\x0c\xf0\xfb\xe4\x7d\x0e\xf0\xbb\xdc\x90\x03\xfc\x3e\xab\xee\x02\xcf\x88\x7a\x02\x32\x60\x72\x18\xa0\xf2\xc9\xb2\x3b\x40\xe5\x73\xe8\x9c\xb2\x20\x4f\x5a\xf4\x7a\xe8\x9e\xf4\x9a\x88\xa0\x01\x2a\x9f\x98\x1c\x06\xa8\x7c\x62\xc8\x1b\xa0\x72\x95\x43\x18\xa0\xf2\x89\xf2\x1d\xf8\x1e\x26\x0c\x76\xb0\xc9\x3e\x62\x41\x1d\xa0\x6b\x39\x17\x07\xe8\x7a\xb1\x0c\x0e\xd0\xf5\x02\xa7\x0e\xd0\xb5\x5c\x78\x03\x74\xbd\xf0\x1a\x0c\xd0\xf5\xc2\x78\x36\x40\xd7\xda\xf0\x3f\x40\xd7\x0b\xaf\xc1\xc0\xde\xbf\xa2\xee\x49\xcc\x43\xd4\x5d\xec\xbd\x2c\x4c\x1c\x03\xcc\xbc\x92\xee\x49\xcf\x58\x22\x07\x98\x79\xf1\x6d\x07\xf6\x7e\xb9\xfe\x06\xf6\xfe\x85\x51\x6a\x18\x9e\x0e\x99\xad\x6f\x83\x3a\x30\x85\x98\xe5\x01\x9e\xbe\x98\xef\x43\x29\x84\x59\x27\x86\xe1\x69\x27\x33\xcd\x30\x45\xe9\x3d\x38\x7c\x98\xa2\xf4\x1e\x15\x37\x4c\x51\x7a\xd9\x8b\x87\x29\x4a\xaf\xaa\xec\xc3\x14\xa5\xf7\xc0\x97\x61\x8a\xd2\x5b\x4d\xf8\xbf\x2e\xc9\xc3\x74\xa8\xd7\xc6\xc5\x61\x3a\xd4\x7b\xac\x9d\xc3\x74\xa8\xf7\x2c\x60\xc3\x74\xa8\x57\xd2\xec\x61\x3a\xd4\xfb\x4b\x0f\xef\x3c\x4e\xd7\x0d\x5a\xba\xe7\xa4\xd5\x68\x2d\x3a\xcd\x67\x30\x1d\xea\x65\x9f\x1e\x8d\x4e\xb3\xf4\x8c\x46\xcf\xf0\xbc\x0f\xd3\x7e\x5e\x15\x0f\x86\x69\x3f\xaf\x1a\x07\xc3\xb4\x9f\xbb\x31\x63\x8c\x46\xcf\xba\xfe\xd9\xed\x9c\x86\x99\x29\x20\xef\x30\x55\x8c\xce\x2b\xc3\x86\x39\x3a\x4f\x67\xf2\x8f\xce\xd3\x21\xfd\xc3\x14\x90\xd3\x66\xd6\x61\x0a\xc8\xc9\x29\x32\x4c\x01\x39\x07\x52\x1c\xa6\x80\x9c\xd3\x04\x37\x05\xe4\x1c\x64\x6c\x98\x02\x72\x4e\xbd\x36\x05\xe4\x1c\x11\xc5\xc3\x94\x4c\x50\x9d\xeb\x81\x92\x51\x2c\xf0\xa0\x7a\xda\xc4\x39\x35\x86\xf0\x83\xae\xa3\xe4\x0e\x2a\x75\xc8\x2f\xde\xf5\x4f\xca\x76\xe9\x9d\x99\x02\x0a\x5e\x8b\x8d\x29\xa0\x91\xa3\x1f\x2a\x04\x35\x4c\x09\x85\x77\x18\xa2\x84\x14\x55\x3c\x48\xed\x22\x37\xde\x50\x04\x30\xfe\x80\x21\x25\x44\x2a\xcf\x41\x04\xb0\xb2\x42\x0c\x2a\xa8\x29\x17\xc2\xa0\x82\x9a\xc3\x92\x3f\xa8\xa0\x26\xfb\xe0\x30\x25\xb4\x14\x33\x3a\xf0\xa2\xcb\x0a\x3e\x64\x44\x22\xe6\x63\x98\x12\x0a\x91\x68\x8d\x61\x4a\xc8\x2b\x4d\xd0\x98\xca\x34\xa1\x27\x90\x2d\x43\xef\xc6\x94\x50\x58\x04\x6e\x0d\xf2\xb7\x14\x90\xd6\x30\x25\xf4\x2c\x2d\x7e\xa6\x84\x82\xc7\x7e\x3d\x30\x22\x5d\x44\x6b\x8c\xa9\xd8\x0d\xfe\x69\x4a\x28\x84\xa6\xd6\x6d\xef\x34\xcd\xd1\x51\x4b\xc3\x14\x51\xe8\x9a\x41\xaf\x21\x09\x39\xc8\xe1\xa2\x18\xeb\x41\x65\xb6\x1b\x94\x36\x4c\x49\x8d\x1c\xe2\xe8\xef\xbf\xc9\xf1\x02\x17\x1b\xda\x7b\x09\x08\x19\xeb\xe7\x5b\xce\xa5\x23\x26\xeb\xa5\xf9\x68\xc6\xa6\x50\xa5\x20\x28\xc3\xe6\xb5\xd8\x49\x91\x69\x9c\x13\x45\xac\x1a\x7e\xc3\x14\x59\x18\x70\xa7\xa9\x7a\xd9\xcc\xd5\x49\xbd\x6c\xa9\xb5\x29\x45\x06\xd3\x98\x28\xb2\x01\xfe\x9c\xe4\x80\x09\xcc\x96\x79\xc9\x0d\xaa\x7b\x5a\x0d\x17\x45\x57\x4f\x4a\xb4\x69\x73\xca\x24\x8a\x38\x30\x5e\x27\x86\xa8\x86\xb5\x7c\x62\x88\xd2\xb6\xe9\x49\x62\x4d\xdf\x75\x97\x6e\x5f\x6f\xe9\x79\xf6\x2d\x15\x72\x38\xe5\x8a\xc7\xaf\x35\x4d\xe5\xf1\xbd\x50\x90\x93\xc4\x9b\x57\x52\x4b\xf9\x78\xb8\x13\x6a\x4f\xc9\x1f\x26\x65\xda\x22\xb0\x65\x9a\x31\x6a\x29\x72\x79\x12\x2e\x1c\x00\xa8\x93\x70\xe1\xa0\xb7\x68\xee\xf8\xf0\xa0\x4a\xa7\xb9\xe3\x83\x29\xdd\xbf\x2e\xd3\x93\x0a\x6e\xda\xb6\x30\xdf\xed\x99\x9e\x16\x5e\xe0\xaa\x4e\x63\x4b\x2c\x7a\x80\xf6\x25\xf1\x4a\xd1\xb9\x89\x18\xbd\x89\xce\xbd\x88\xb4\x9d\x4a\x6c\xc3\x14\x98\x54\x70\x7b\xc0\x92\xd3\x29\x58\x84\xeb\x88\x32\x56\x45\xeb\x49\x19\xee\xa7\xe9\x3a\x1b\xc6\x19\xda\x35\x49\x6c\x73\x33\x39\x27\x89\x6d\xee\xa4\xbb\x10\x65\xac\x4f\x61\x16\xad\x20\xe7\xc4\x44\x73\x5f\x7a\xf1\xa6\xb9\x83\x03\xb1\x4d\x2a\xb8\xc9\xad\x37\x49\x6c\x13\xb0\xb5\x4d\x34\xf7\x15\x74\x17\xcc\x09\x20\x85\x49\x94\xf1\xcd\xa4\x9e\x68\x6e\x05\x56\x4d\x34\xb7\x12\xd2\x4f\x34\xb7\x42\x6a\xa6\xd7\xa7\xe5\x4d\x10\x65\x1c\x41\xa4\xd3\xc7\x9f\x01\x94\x75\xad\x82\x7a\x74\xad\x95\x21\x52\x96\xdc\x89\xa5\x4c\x31\xb4\x93\x2a\x6e\x15\x4b\xe7\x24\x69\x67\x07\xa3\x4e\x22\x8d\x95\x3c\x75\x92\xb4\x53\x93\x79\x5a\xa4\x71\x50\xe4\xc0\xa4\x8a\x9b\x94\xf2\xa4\x8a\x5b\x61\xa2\x4f\x2c\x6c\xda\x60\x3f\xcd\xc2\xb6\x14\xda\x3f\xa9\xe2\xf6\xb0\x30\x4d\x2c\x6c\x37\x35\x52\x26\x55\xdc\x1e\x48\xfd\x34\x2f\xff\x52\x86\xd9\x69\x5e\xfe\x90\xf5\x65\xf0\xf2\xe7\xa0\x27\xd8\x37\xcc\xb8\x43\xa7\x99\xdf\x78\x37\x49\xbd\x63\x1b\x38\x16\xbf\x49\x24\xb2\x16\xca\x69\x26\xb8\x90\x31\x7f\x4c\x92\x81\xaa\x48\xed\xc4\x04\xa7\x28\xd7\x49\x32\x50\x25\x0c\x9a\x41\xa5\x96\x78\x6f\x66\x82\x0b\x4a\x96\x3e\x83\x22\x82\xb8\x0b\x26\xb8\x77\x64\x06\x45\xcc\xa8\x45\x34\xf5\xa5\xbb\x50\x8a\x48\x7d\xa1\x92\x5b\xd1\x02\x42\x32\xd0\xa2\xd1\x1e\x50\x99\x5a\x78\x48\x06\xea\x34\x86\x31\xc1\x5d\x98\x0a\x67\x20\xbf\x2f\xa6\x91\x19\xf0\x4b\xe0\x36\x9b\x4a\x14\x0a\xee\x9f\x94\x6b\x5b\xfa\x32\x51\x11\x25\x6a\x99\xca\xf4\x1a\x33\x94\x6b\x53\x8c\xc5\x24\x82\xb9\x12\x61\x35\x29\xd7\x96\xd4\x33\x12\x85\x56\xcd\x74\x4c\x70\x17\x9b\xec\xa7\x99\xe0\x42\x2d\xba\x8e\x68\x71\xa7\x73\x26\xdf\xd4\x17\x23\x51\xa8\x22\xc1\xa6\xb9\xfa\x97\xcc\x81\x93\xe8\xe6\xf0\xf6\x8c\x1c\xe1\x55\xff\x34\x35\x52\x71\x46\x4f\x33\xeb\x05\xa5\xfd\x9a\x94\x72\xeb\x98\x85\x26\xfb\x3b\x1f\x8d\x35\xcc\x7a\x19\xd0\x31\x31\xeb\x75\xcd\x66\xcc\x7a\x93\xb8\x9b\x69\x66\xbd\xa0\x98\xa3\x89\x59\xaf\x48\x8d\x28\x51\x28\x20\x6f\x2a\x0c\x80\x9d\x92\x93\x52\x6e\x37\xa6\x9f\x49\xa2\xd0\xf8\x3e\x81\xfa\x2a\xff\x4c\xdc\x39\xc9\x21\x7a\xe3\xb5\x9e\x04\x4c\x5f\x97\x3a\xad\x0c\x0d\xbc\x24\x8b\x10\x58\xaa\x3b\x3d\x2d\x0a\x60\x15\x70\xcc\x54\xc9\x6d\xdd\x25\x6b\x7f\x20\x2f\x3e\x7f\x96\x99\x4b\x47\x6c\x1a\x2a\x94\x69\x5a\x24\x80\xf4\x98\xee\x5d\x7e\x8e\x40\x08\xa6\x59\x1b\x43\xf0\xba\xa2\xd1\xd2\xbf\x4d\x63\x06\x0d\x4e\xb3\x36\x86\xa8\x97\x49\x8d\xed\xa8\x4f\x69\xd6\xc6\x90\x35\xc8\x2c\x22\x20\x54\x3c\xe6\xb3\x80\x7e\x9e\x38\x26\x58\x78\x16\xa1\x1f\xfd\xdb\xdb\x87\x87\xf4\x4c\x2a\xbb\x5d\x78\x72\x27\x95\xdd\x3c\x76\xe7\x49\x65\xb7\x47\x53\x9c\xca\x6e\x01\xd2\x33\xa9\xec\x16\xb0\x7e\x4e\x2a\xbb\xc9\x71\x36\xa9\xec\x96\x96\x9e\x6e\x95\xdd\x54\xb8\x7f\x52\xd9\x4d\x89\xdc\x27\x95\xdd\x54\x38\x72\x9a\x15\x73\xe4\x70\x8d\x05\x36\x9d\xe5\x07\x19\x0c\xb0\xfb\x24\x49\xa8\x72\x74\x4c\x92\x84\xaa\xd2\xca\xac\xaa\xbb\xc2\xe0\x27\x49\xa8\xb2\x1e\x4c\xd5\x4c\xc0\x76\x3b\x49\x12\xaa\x24\xf1\x93\x24\xa1\xca\x98\x3d\xeb\x9e\xcf\x7a\x92\x24\x54\x39\x7a\x27\x25\x14\x94\x3c\x75\x2a\x49\x68\x55\x5f\x48\xc2\x28\x39\x49\x12\x3a\xde\x73\x63\x4b\xfa\x38\x49\x12\xaa\x6c\x6e\xf3\x2b\x41\xcf\x54\x82\x1e\x7c\xf0\x93\x28\x6b\x39\x4e\x27\x51\xd6\xe2\x73\xb3\x29\x3b\x0a\xf2\x11\x65\x1d\xb4\xb4\x10\x65\x1d\xbc\xee\xc9\xb6\xdd\xac\xbb\xb0\x6d\xf7\xbd\x27\x7b\xd9\x34\x33\x88\xb2\xd6\x1e\xb8\xd9\xb4\xc9\x48\x77\xd1\x26\x1c\xde\x12\x51\xd6\x8a\xe6\x9f\x8a\xb2\xc6\x0e\x39\xdb\xdc\x62\x92\x67\x5b\x5b\x9c\xec\xec\x0a\xb4\xa4\x9f\x58\x33\xdf\x25\x9e\x5a\xdc\x0a\x48\x9b\x58\x33\x6f\x4c\x5e\x13\x93\xa5\x22\x46\xa6\x4a\x2f\x48\x19\x60\xb2\x94\x8b\x7c\x62\xb2\x94\x93\x7a\x62\xb2\x94\x7b\x79\x62\xb2\xcc\xef\x3f\xb1\xa8\xeb\xcd\x63\xb2\x6c\x9a\x09\x98\x2c\x65\x0b\x9f\x98\x2c\x65\x04\x9a\x98\x2c\x65\x7c\x98\xc6\x18\x9d\x42\x5c\xa7\x31\xc6\xa5\x6a\x96\xd3\x18\xa3\x57\x52\xb1\x69\x8c\xd1\xbd\x0b\xb7\x31\x46\x77\x09\x08\x18\x63\xf4\xca\xa3\x37\x8d\x31\x3a\x05\xed\x4e\x63\x8c\x4b\x51\xcf\xd3\x18\xa3\x7b\x61\x88\xb1\x45\x77\x61\xe1\x9e\xc6\xec\x96\x2a\x4f\xce\x49\x5f\xa4\xde\x8c\x4d\xad\x25\xf0\x68\x6c\xca\xbf\x4a\xd9\xd8\x94\xbf\xf0\x8f\x4c\x63\x53\xfe\xc2\x67\x36\x8d\x4d\xf9\x0b\x86\x36\x8d\x49\x79\x85\xf7\xce\x85\x7c\x51\xd7\x19\xab\xb7\x4c\xe9\x7f\x5f\xaa\x8d\x64\x79\x25\xc0\x9b\x0b\xd1\x35\x24\x8c\x60\xf9\x4b\x0b\xc4\xc2\xdc\x80\xf1\x61\x2e\xcc\x0d\x42\x0b\x46\xae\xfc\xa5\x25\xd1\xc8\x95\xbf\xaa\xee\xd2\x69\xa9\x9b\x66\x08\xb9\xb4\xe0\x2f\x44\x9f\x6a\x21\x3a\x16\xb6\x75\x21\x3a\xa6\xf7\x75\x21\x3a\xee\xad\x75\x3d\x9b\x45\x68\x5d\x61\xb3\x08\xad\x2b\x6e\x16\xa1\x75\xa5\xcd\x22\xb4\xae\xbc\x59\x84\xd6\x55\x7e\x2c\x42\xbf\x5a\x75\x33\xfb\xac\xab\x6d\x66\x9f\x75\xf5\xcd\xec\xb3\xae\xb1\x99\x7d\xd6\x35\x37\xb3\xcf\xba\xd6\x66\xf6\x59\xf7\xb5\x99\x7d\xd6\x7d\x6f\x66\x9f\x75\xbb\xcd\xec\xb3\x6e\xbf\x99\x7d\xd6\xad\xcc\x5d\xba\x0b\xa9\x91\x08\x61\x5a\xc6\x6d\x42\x0c\xba\x67\xdf\x4c\x18\x8b\xa4\x9d\xca\x68\xb6\x54\x9d\x1a\x5a\xbb\x48\xda\xd9\xd0\xec\x0b\x7b\xa2\x6a\x42\x2c\xb8\x8d\xb2\x7a\x2d\xb8\x4d\x61\x3a\x2c\xec\x89\x62\x48\x8b\xa4\x9d\x62\x2c\x8b\xa4\x9d\x15\x06\xb1\xe0\x36\xad\xea\x9c\x29\x29\x05\x30\x2e\xb8\x8d\x90\xee\x22\x69\xa7\x10\xe4\x32\x6e\x13\x3c\xcc\x63\x39\x25\x5f\x57\xcf\x08\xe6\xc7\x00\xb6\xe0\x36\x72\xf1\x2c\x27\x33\x04\x6f\xd0\xb8\x4d\xf0\x4c\xe9\xe5\x31\x43\xe8\xbd\x18\xb7\x09\x11\x15\xb0\x64\x95\xbc\x75\xce\x94\x70\xc1\x4d\xb5\x8c\xdb\x84\xae\x77\x6d\xdc\x26\x4c\x54\xe0\x32\x6e\x13\x26\x36\xfb\x45\x75\x6a\xc7\xb4\x5d\xf0\x9a\xd8\xd5\x32\x25\x2c\x07\xda\x52\x75\x6a\x8d\x02\xaa\x53\xab\x1c\xef\xf2\x7b\xb1\x85\x05\xaf\x51\x92\xf8\xe5\xe7\x96\x40\x74\xb1\x83\x52\x89\xa7\x16\x3b\x28\x95\xed\x62\x3d\x7b\x3e\x86\xf5\xec\xf9\x18\x16\x91\x03\x72\xd0\xaf\xe7\xd9\xac\xe6\xcb\x78\xcd\x52\xbd\xed\x05\xaf\x59\xb0\x8a\x65\xbc\x66\xad\x4b\x77\xf9\x25\xdf\xad\x5a\x9a\xcb\x78\x8d\x0b\x92\xd6\x78\x8d\x0b\x4d\xd7\x99\xb9\xef\x56\xaf\x1f\x8c\x8d\x9a\xc5\xc6\x69\xdc\x8d\x29\x6c\x19\xa7\x71\xf7\xd4\x3d\x97\xdd\x05\x3e\xbf\x8c\xd3\x38\x65\x94\x59\xc6\x69\x5c\x84\x63\x2d\xe3\x34\x2e\x02\x9b\x96\x71\x1a\x17\x35\x96\x02\x2b\x03\xf6\xe7\x15\x58\x19\xde\x7b\x32\xfb\xf5\xae\x8d\xb7\xb8\x1b\xd5\xb8\x02\xb3\x1f\x1b\xc1\x0a\xcc\xfe\xa6\x73\xcc\xfe\xa6\xbb\x30\xfb\x9b\xfa\xc2\xec\x87\xfd\xac\xc8\x9c\x86\x89\xae\xc8\x9c\x2e\x3a\x47\xcf\xc6\xbf\x12\x7a\xae\x48\xa7\xa1\x03\x2b\x7e\x2d\x67\x91\xe5\xec\xd6\xb9\xaf\xe5\x2c\xb2\x9c\x69\x02\xc4\xaf\xe5\x2c\xb6\x7d\x21\x8a\x7d\x5f\xc0\x22\x02\x3d\x7a\x02\x02\x81\x8a\x57\x5c\xfb\xb2\x94\x58\xce\x40\xf2\x2b\xb1\x9c\x81\xd5\x56\xd2\x72\xc6\x3d\x13\xa2\x43\x42\x57\x42\x74\x5c\x97\x2b\x85\xcd\x1a\xbd\x92\x6c\xcc\x4c\x2a\x23\x2a\xaf\x6d\x7a\x19\x51\x71\x51\xc3\x3a\xa1\x72\xb4\x24\x27\x54\x8e\x53\x5f\x7e\xc9\x77\x49\xc9\x2c\x23\x2a\x97\x2a\xe7\x2e\x63\x23\xd7\xe5\xaf\xeb\x02\x5f\x2c\xc3\xc1\xde\x69\x39\x37\xec\xe1\x1d\x1a\x77\x75\xce\x41\xdb\x96\x61\x0f\xaf\xe0\xfb\x65\xd8\xc3\x3b\xf6\x1c\x2e\xc3\x1e\x5e\x89\x26\x97\xb9\x4b\xbd\x12\x4d\x2e\x73\x97\x7a\x07\xa1\x5c\x86\x4b\xbc\xd3\x1b\x36\x5c\xe2\x9d\x16\x31\x70\x89\x93\x54\x43\xd6\x78\xbe\xa1\xe1\x12\xef\xf4\xf6\xc1\x25\x4a\x5e\xb9\x0c\x97\x78\x47\xbc\xc0\x32\x5c\xe2\x9d\x86\xa1\xe1\x12\xef\x34\xc9\x07\xf2\xe9\xdd\x0c\xe4\x03\x57\xae\x81\x7c\x70\xac\x35\x90\xaf\xea\x9e\xc8\xa7\x29\x31\x90\x0f\x37\xeb\x9a\xc8\x87\xb3\x6f\x4d\xe4\xc3\xbd\xb7\x26\xf2\x81\xef\xd7\x44\x3e\x4c\x71\x6b\x22\x9f\xbe\xcc\x44\x3e\x8d\x74\xb3\x62\xbb\x57\x95\x99\x15\xdb\x29\x73\xe0\x32\x2b\xb6\xf3\x40\x8a\x65\x56\xec\xa5\x6a\xee\xcb\xac\xd8\xce\x4b\x5a\xb3\x62\x3b\xff\x3e\xaf\xd3\x52\xaf\xc7\x7e\x9d\xa1\xa9\x4f\x2b\x7c\xb5\xe4\x77\xe1\x2e\x4b\x1e\x21\xbe\x8a\x01\xa1\xeb\xc2\x6a\xbe\x0c\x08\x5d\x57\xd3\x3f\xb5\x8c\xf0\x76\x01\x42\x1e\x90\xb4\x00\x42\x5e\x4a\x7d\x31\x2a\x93\xbf\xae\x18\x2e\xe1\xb6\x65\x80\xe8\xba\xe2\xb8\xae\x58\x2e\x59\x65\x17\xc0\xc8\x59\xb6\x18\x77\x5d\x5a\x64\x32\x2d\x8f\x3f\x65\xd0\x7a\xb0\xd3\x5f\xb4\x34\x7e\xd4\xd2\x58\x4e\xb4\xf8\xd6\xa6\xbe\xdc\x65\x20\xc6\xa5\x4a\xcb\xa0\x89\x23\x3d\x9a\xbb\x6e\x2d\xb0\xdc\xc5\xec\xba\x2e\x5a\xac\x94\x01\x68\x6b\x79\x5a\xb8\xed\xcc\x7f\xe1\x2e\x03\x2a\x2e\xde\xf4\xda\xc0\x88\xa3\xf2\xa0\xbb\x6e\x49\xc4\x13\x0c\x8c\xb8\xc7\x78\x89\xbb\x0c\x70\xac\x75\xf3\x3c\x03\x1c\x9f\x16\x70\xf5\x52\xcb\xee\x19\x32\xf7\x74\x28\x90\xcc\xf3\x0c\x00\xb8\x90\x79\x2f\x06\x00\x5c\xb0\x04\x00\xee\xf2\xc8\x67\x61\xa8\xee\x32\x00\xe0\x88\xb8\x77\x97\x01\x00\x67\x95\x2a\xff\xb6\x4c\xbb\xcb\xa3\x03\xf5\xaa\x3d\x3a\x30\xd2\x15\xd3\xf1\x2e\x04\x9d\xeb\xb4\xd4\xb1\xc1\x3f\xf5\x38\x44\x88\xbc\xf8\x87\x6e\x4e\x5e\xee\x43\x37\x4d\x3b\xbb\xeb\xa1\x9b\x9d\x27\x98\x1e\xbf\x40\x26\xee\x22\xb0\xef\x32\x25\xe1\x2e\xac\x8a\xab\x21\x9e\x69\xe0\xc5\xf6\x52\x77\x3d\x0c\xbb\xa6\xeb\xc0\xdf\x37\x9f\xef\x01\x7f\x17\xfe\x19\xc0\xdf\x85\xbb\x04\x51\x2b\x9e\x10\xa0\x33\x17\x12\x05\x51\x24\x5d\x97\x69\xe9\x1c\x14\xe9\x66\xb0\x06\x28\xd2\x8d\xec\xa6\x65\xed\xfd\x5b\xcb\x90\xec\x3d\x74\x17\x99\x90\x18\x20\xa6\xf6\xae\x2b\xe4\xeb\x7a\xca\xfb\xe3\x4c\xfe\x3a\x13\x18\x7a\xb1\xfc\x1c\x7d\x8f\xa0\x12\x52\xd6\xc4\xb2\x1f\x67\xc6\xd7\x99\xa4\xff\xcf\x9f\xa3\xef\x11\x1b\x5e\x58\xcb\xdd\x65\xaa\xd0\xdd\x17\x92\x98\x2a\x74\xe4\xd9\x76\x97\xa9\xc2\xeb\x0a\xcf\x75\x3d\xbc\x2f\x53\x87\xee\xf6\xbc\x4b\xd4\x21\x29\xdd\xdd\x65\xea\xd0\xdd\x9d\xa7\xa0\xf2\xee\xe2\xdd\x5d\x18\x13\xa6\xbe\x42\x71\x4c\x5b\x33\xa6\x05\x8c\x5e\xee\x4a\x9a\x46\x0c\x72\x33\xa6\x45\x16\x49\x77\xd9\x76\x9b\x98\xae\x52\x62\xb8\x9e\x75\xd7\x54\x3c\xdf\x84\x4c\x04\xbd\xde\x21\x4e\x1f\xfb\x08\xcf\x6c\xc8\x91\x51\xdb\x89\x7e\xe6\xe7\xa3\x9a\xdd\x95\xc3\x1f\xef\x17\xff\x78\x3f\x16\x4e\x7d\xe1\x0c\x5c\x79\x74\x55\xf9\x00\x1b\x77\xe5\xfa\x01\x36\xee\xca\xed\xb3\xe0\xba\x2b\xf7\xaf\xd6\xf8\x6a\xcd\xaf\x27\xac\xfd\x09\xe5\xfa\x6a\xdd\x5f\x2d\xf7\x81\x47\xee\x2a\xfe\x03\xa4\xdc\x55\x9e\x0f\x90\x72\x57\x09\x1f\x40\xe4\xae\x12\xbf\x5a\xe9\xab\x95\x3f\xb0\xca\x5d\xa5\x7c\x60\x95\xbb\x4a\xfd\x6a\xb5\xaf\x56\xff\x80\x33\x77\x95\xf1\x81\x5c\xee\x2a\xf3\x03\xb9\xdc\x55\xd6\x07\x56\xb9\xab\x5e\x5f\xad\xfb\xab\xe5\x3e\x90\xcb\x5d\x6f\x94\x84\x5a\xcf\x57\x2b\x7c\x80\x9b\xbb\x14\x25\xe1\x19\x7b\x54\xe9\x99\x5a\x1a\x49\x73\x50\x34\xcf\x09\x27\xf4\x0f\xef\x8c\x70\x42\x97\xd5\x22\x3d\xaa\xe6\x72\xc5\x95\x2c\x75\x82\x01\xee\xd2\xea\x64\x06\xb8\x18\xdf\xe7\x99\xef\x26\x4b\xb5\x11\x4e\x48\x96\x68\x77\x99\x01\x2e\x92\x13\xd1\x5d\x66\x80\x0b\x6c\x77\x77\x97\x19\xe0\x9e\xe9\x74\xdd\x63\xad\xc9\x3d\xcd\x00\xf7\x90\x14\xc0\x5d\x66\x80\x7b\x96\xde\xa7\x19\xe0\x9e\xa5\x51\x60\x06\xb8\xc7\x36\xd4\xff\x7d\xe9\x37\xdb\xdc\xb3\xb4\xb4\x98\x6d\xee\x59\x85\x8f\x69\xb6\xb9\x67\xe9\x95\x35\x44\x2f\x6a\x0d\x5a\x4c\x7c\xb3\xcd\x3d\xab\x33\x79\xcd\x36\x17\xae\x87\x8e\x99\x6d\x2e\xbc\x0b\xba\xd9\xe6\x9e\xb5\x98\x88\x66\x9b\x0b\xef\x02\x6b\xb6\xb9\x40\x85\x06\x77\x99\x6d\x2e\x5c\x52\x4a\x66\x9b\x0b\xef\x22\x64\xb6\xb9\x70\xe9\xe9\x66\x9b\x0b\xd7\x52\xcb\x5c\x1e\xd7\xe0\x05\x9a\x6d\x2e\xb0\x29\xd9\x5d\x86\x8f\xc3\x1d\xf5\x4f\xd5\x3a\xa0\xd7\x9d\x45\xbb\xa9\x2f\xb6\x54\xdd\x93\x57\xdd\x71\xe9\x68\x1a\x19\x3e\x0e\x4e\xca\xc5\xf0\x71\xc0\xc0\xe1\x2e\x22\x3d\x5c\xa7\xd7\x86\x8f\x83\x1b\x7c\x68\xc3\xc7\xe1\x9d\x00\x03\x7c\x73\x31\x58\x0d\x1f\x07\xef\xe8\x99\xe1\xe3\x80\x17\xdf\x5d\x86\x8f\x03\xc9\xc8\xdd\xa5\x48\x8f\xa6\x73\x05\x83\x03\x32\x18\x3e\x5e\x55\xca\xcc\xf0\x71\x78\xde\x7e\x9a\x7c\x8f\xbe\xa6\xe1\xe3\xf0\x54\x06\xa4\xe1\xe3\xf0\xe8\xab\x18\x3e\x0e\x21\x23\x91\xe1\xe3\x00\x3d\x77\x97\xe1\xe3\x90\x84\x99\x0c\x1f\x87\x54\x79\x82\xe1\xe3\x90\x34\xe4\x0d\x1f\x07\xd2\x3a\xba\xcb\xf0\xf1\xaa\x5a\xec\x89\xf2\xc0\xb5\xe8\xae\x89\xdb\x51\x98\xd0\xf0\x71\xc8\x92\xcf\xf0\x71\x28\x17\x6f\x90\x28\x0f\xca\x78\xba\xcb\xf0\x71\x28\x41\xe7\x3a\x2d\xde\x04\x51\x1e\x45\x68\x8e\x28\x8f\x52\x79\xbb\x66\x97\x0c\x45\x0b\x3b\x51\x1e\x4d\x33\xc0\x90\x74\x68\xfa\x7e\x54\xe9\x09\x8e\x5e\x9b\x5d\x32\x34\x8d\x2c\xb3\x4b\x86\xa6\x6f\x6b\x98\x3b\x74\x8d\x64\xc3\xdc\xa1\x6b\x4c\x18\xe6\x0e\xfd\x7d\x9e\xc9\xd7\x17\x6f\xd0\x30\x77\x18\x52\x89\x44\x76\x0c\xc9\x67\x98\x7b\xd5\x9b\xc9\x6f\x98\x3b\x0c\xcd\x00\xc3\xdc\x81\x84\x3c\xee\x36\x03\x63\x18\x40\xa8\xdb\x0c\x8c\x81\xe0\x3b\x77\x5f\x2c\x2f\xc6\xf4\xdc\x6d\x18\x3b\x50\x27\xc7\xdd\x60\x6c\xb2\x54\xb8\xdb\x30\x76\x58\x66\x99\x77\x37\xd1\x1b\x57\xd0\x13\xcc\x44\x84\x71\xd5\xdd\x66\x7c\x8c\xa4\x32\x30\xac\xf0\xab\xf5\x5e\x57\x69\xe9\x9f\x66\x22\xba\x9d\x7a\x66\x7e\x9a\xcb\xec\xdf\xee\x36\xdc\x1e\xef\x5b\xfd\xb4\xe5\xf3\xf6\xea\xcb\xa2\xc5\x75\x66\x7c\x8c\xb7\xf1\x37\x77\xdf\x98\xf8\x80\x7a\xf7\x8d\x7d\x9f\x77\x7d\x13\xb9\xe1\x79\xbb\xf7\x4d\xf8\x42\xd4\x5d\x70\x7d\x33\xdf\xef\x1b\x3f\x54\xa7\xd7\x37\x7e\xa8\x47\x2d\x4c\x60\x97\xae\x33\xf9\xe2\xad\x7b\x56\xce\x15\x5a\x26\x5f\x74\xba\xae\xf3\x4f\xb5\x06\xe7\x78\xf3\x98\x30\x8d\x6d\xfc\x75\x49\xbe\x8d\x50\xc4\x88\xee\xbd\x1d\x81\x39\x4c\xbf\xdb\xac\x9b\xab\xde\xbc\x40\x47\x90\x55\xe2\x45\x38\x82\x56\x8a\xfe\x69\xa2\xc7\x8a\x08\x44\x6e\xc4\xa6\xeb\x22\xad\x45\x2b\xa1\x8d\xf8\x98\x66\xdd\x8c\xec\x2f\x74\xb7\xc3\x05\x77\xab\x2f\xb8\xe0\x20\x45\xb7\x59\x37\x23\xb9\x59\xdd\x4d\xe4\x06\x89\x46\xdd\x6d\xd6\xcd\x48\x9e\x58\x77\x1b\xb9\x89\xf9\xe2\x43\x3b\x34\xe3\xc3\x6b\x31\x72\x13\x33\x5c\xe0\xf6\x92\x0f\x89\x8c\xdc\xc4\x12\xf9\xec\x9e\x20\xb2\x5b\xd7\xc9\xa5\xaa\x73\x26\x1f\x1b\x79\xdc\x6d\xd6\xcd\x58\x35\x78\xb0\x6e\xb2\xd1\xc5\xdd\x58\x37\x09\xe6\x71\x37\xd6\xcd\xaa\x37\xa8\xa8\x8d\x84\xec\x58\x37\xeb\x7b\xcf\x4e\x4b\x4f\x37\xf9\x08\x58\x72\xb7\xc7\x3a\xed\x25\x83\xc9\xd7\xcd\xb1\xe2\x6e\xa2\x36\x3a\x8b\xe9\xfd\xe0\x11\x87\x5b\xdd\xc6\x8a\x22\xb9\xc0\xdc\x4d\xd4\xc6\x00\x4b\xdf\xc6\x8a\x22\x91\xe1\xee\x26\x6a\x63\xbc\xd7\x99\x7c\xa3\xe8\x9e\x26\xdf\xa8\x7a\x9e\xc9\x37\xf4\x3e\xcd\xba\x19\x89\xb1\x76\xb7\x71\xab\x38\x34\xfd\x8c\x5b\x45\x12\x5b\xb9\xdb\xb8\x55\xa4\xc8\x99\xbb\x1f\x5c\xa8\xaf\x0c\x13\xab\xaf\xfa\xb2\xf8\x27\xe7\x8c\x5b\xc5\xa9\xb1\x64\xdc\x2a\x52\x40\xcb\xdd\xc6\xad\xe2\x6a\x4c\x9c\x40\xe4\x8d\xa6\x26\xe5\x5b\x49\x58\xe3\x6e\xca\xb7\x5e\x28\xc3\x9b\xf2\xad\x94\x78\x72\xb7\x22\x36\xb4\xf4\x50\xbe\xf5\xaa\x7c\x4d\x22\x36\xee\x4b\x4f\xaf\xb4\x78\x83\x44\x6c\xdc\x92\x21\xe0\x06\x7e\xee\x31\xb5\xe0\x10\x99\x81\x2b\xd0\xdd\x94\x70\xa5\xd2\x8b\xbb\x29\xe1\xea\x9a\xce\x39\x5a\x3a\x67\x2e\x60\xa9\xea\x3b\x12\x41\x04\xda\xbf\x29\xe1\xea\x13\x72\x10\x99\x41\x11\x05\x77\x53\xc2\xd5\x83\x1d\x6f\x4a\xb8\x7a\x8d\x20\x4a\xb8\xfa\xc9\x38\xa4\x84\xab\x1f\x7c\x27\x22\x33\x1e\xbd\x1b\x4a\xb8\xbe\x0b\x1c\x25\x5c\x1f\xa7\xbb\x4c\x5a\x8c\x27\x4a\xb8\x3e\x8e\xe7\x51\xc2\xf5\xd1\x42\x45\x09\x57\x92\x0d\xb8\x9b\x12\xae\x4f\xd6\x3f\x4d\x3e\x4a\x15\xb8\x9b\x12\xae\x41\x73\x97\x12\xae\xb2\x0d\xdc\x94\x70\x8d\x59\x77\x49\x38\xc3\x79\xdf\x44\x66\xc4\xa2\xe7\x15\x5a\x7c\x35\x4a\xb8\x46\x2d\xd9\x49\x6a\x0e\xf9\x88\xcc\x48\x9a\x9f\x30\x46\x4c\x7c\xee\xa6\x84\x6b\x96\x62\xa3\x84\x6b\xd6\x92\x4d\x09\xd7\x0c\xb4\xbb\x29\xe1\x9a\x13\x6f\x82\x12\xae\x45\xeb\x01\xd5\x57\x09\xc6\x70\xb7\xf1\xba\x65\x89\x4f\xff\xbe\x2c\x53\x98\xb5\x48\x04\x0a\xb3\xb2\xb7\xcd\xdd\x14\x66\x25\x51\xa7\xbb\xb3\x04\xe2\x45\x50\x98\x95\xbd\x6d\xee\xa6\x30\x6b\xd3\x6b\x31\xca\xb7\xc8\xb3\xea\x6e\x0a\xb3\xb2\xdd\xc4\xdd\x14\x66\x1d\x1a\xbe\x14\x66\x1d\xd2\xd4\x14\x66\x1d\x5a\xdc\x29\xcc\x3a\x34\x94\x28\xcc\x3a\xb5\x10\x53\x98\x75\x3d\xba\x8e\x3a\x6e\xd8\xc6\xee\x22\xd1\xe9\x4b\x51\x41\x1a\x9d\xa3\x62\x8b\x06\x08\x99\xed\x44\x9f\xef\xa2\x8a\x26\xba\xa7\x2a\x9a\xe8\xe9\x54\xc4\x78\x65\x50\x45\x0c\x5e\x75\x51\xc5\x0f\x06\x39\x99\xed\x82\x14\x1b\x99\xed\x82\x16\xe9\xaa\x70\x36\x9e\x47\x66\x3b\xe2\x70\xdd\xad\x7c\xda\x9a\x0e\xca\xa7\xad\xe9\x00\xad\x7b\xd5\x23\xd9\xeb\xaa\x10\x05\xd9\xeb\xa8\x1a\xee\xee\xaa\xe4\xad\x3a\x47\x48\x9e\x26\x38\xd9\xeb\xd8\x24\xed\xee\xca\x37\x72\xba\x27\xc9\x5b\x25\x6d\x53\xf2\x4f\x24\x22\xae\xa2\xe9\x2d\x11\x57\xc1\x9e\x2a\x77\x13\x57\x41\x79\x57\x77\x13\x57\x31\xd4\x4f\xe2\x2a\x46\xd2\x3d\x23\xcf\xd3\x3d\xc9\xee\xa6\xe5\xbc\x29\x74\x92\x5e\x37\x25\x71\xa2\xd7\x8d\x90\x2d\x2d\x05\x4d\x49\x9c\x78\x2f\xec\x04\xbb\xb5\x80\xb3\x13\xec\x96\xda\x21\x76\xe2\x1e\x9c\x23\x76\xe2\xd6\x3d\x89\x81\x70\x17\xf7\x24\x06\x82\x32\x56\xee\x26\x06\x82\x82\x57\xee\x26\x06\x02\x1b\xbe\xbb\xbb\x92\x00\xe9\x9f\x24\x01\x92\xc2\x20\x06\xc2\x69\xda\x12\x03\xe1\x34\x0a\xba\x92\x00\x31\x06\xd9\xb6\xe5\xa4\x92\xd8\xb6\xe5\x24\x3b\xdb\xb6\x9c\xbe\x1f\x51\xf3\x4e\xf3\x8f\xd4\x0a\x4e\x12\xb1\x6d\x8b\xd2\x4a\xee\x66\xdb\x96\x13\x52\x26\x06\xa2\xea\xbd\xb0\x6d\xcb\x09\xb9\xb2\x6d\xcb\x4d\xfd\x13\x19\x06\x5f\x85\x6d\x5b\xde\xe9\x9f\x4a\xf4\x43\xaf\x89\x98\xa7\x3c\x94\xbb\x8d\x4b\xad\x2a\x55\xc6\xb6\x2d\x19\x36\x6e\xb6\x6d\x39\x58\xd7\xcd\xb6\x2d\xaf\xb5\x80\x6d\x5b\xfe\x62\x84\xb0\x6d\x4b\xb6\xf0\x9b\x88\x79\x19\x67\x6e\xb6\x6d\x79\xb8\xcd\xcd\xb6\x2d\x8f\x09\xee\x66\xdb\x96\xd7\xd7\x64\xdb\x96\x17\x18\x60\xdb\xd6\x83\xb9\xe2\x66\xdb\xd6\x83\x11\xe2\x66\xdb\xd6\x3b\x8b\xd9\xb6\x15\x8a\xfa\x42\xd6\x0c\x01\x9a\x29\xf9\x78\xbb\x4b\xd9\x3d\x90\x81\x6d\x5b\x51\x8b\xb7\xd2\x2e\x60\xde\xba\x15\x2d\x8f\x69\xe8\x56\xda\x85\x47\xe7\x94\x56\x62\xfc\x6b\x49\x56\x46\x86\x47\x0f\x20\x44\x47\x83\x87\xdd\x5e\xc4\x46\xbb\x9b\xdd\x5e\x59\xaf\x8c\xdd\x5e\x39\xea\x9c\xf6\xd4\xeb\x9c\xa6\x3b\x83\x95\xdd\x5e\x85\xe5\xda\xb1\xdb\xab\x3e\x6a\xb1\x69\x99\x81\xe5\x08\x92\xaf\xd8\x89\x1c\x41\xf2\x14\x99\x77\x8e\xdd\x5e\x0d\x3a\xef\x08\x92\xa7\x78\xbb\x73\xec\xf6\x6a\x20\x0d\xc7\x6e\xaf\x06\xa6\x76\x97\x36\xbd\x5e\xb4\xd8\x75\x97\xd4\x62\xd7\x5d\xd4\x3f\x51\x39\xb8\x4e\x9c\xf6\x85\xdd\xea\x99\xf6\x85\xe9\x09\x58\x83\xab\xfa\xb9\xb0\xef\xd2\x7a\xe4\x6c\xa4\xd7\xb2\x33\xa3\xa5\xdd\x6b\x5b\xe6\x09\xd8\x94\x65\x73\x74\xd8\x93\x2f\x3d\xcf\x90\xc6\xcf\x3d\xb1\x27\xcb\x6a\xee\x64\x4f\x4e\x3a\xe7\x69\xf1\x3e\x71\x98\x5e\xf0\x02\x67\xf8\xe1\xba\x19\x74\x2e\x61\x05\x67\xba\x3b\xc3\x0f\xd7\x55\xf5\xcf\xb6\xd9\xec\xdd\xeb\x30\xe5\xbd\x64\x3d\x9d\xbb\x98\x15\xf8\xba\x50\xa2\xce\xac\xc0\xd7\xd5\x90\xcf\x50\x81\x93\x99\xca\xe5\xb4\x59\xf7\x5d\xde\xfd\x00\x2e\xcb\x0f\xc0\x9b\xc8\xf4\x45\x5f\x2c\xb7\x4f\x18\x95\x73\xa6\xfa\xcd\x7f\x63\x2d\xf9\x2b\xf8\xee\x85\xb7\x54\xd5\x7a\x78\x9f\x3c\xaf\xa8\x67\xbc\x33\x53\xda\x97\xc7\x04\xe2\x4c\x69\x5f\x44\xd0\x38\x67\x4a\xfb\xf2\x78\x44\x9c\x29\xed\x8b\x48\x1f\xe7\x0a\x3d\xeb\x6a\xc9\xad\xac\x27\xd8\x5b\xba\x71\x99\xb9\x42\xcf\x86\xee\x69\xdf\xf6\x06\x40\xb8\xc2\x08\xc1\x78\xe1\x2a\xbd\x9e\xdc\xd3\x94\xf6\x75\xb3\x84\x38\x53\xda\xd7\x8d\x81\xc2\x55\xbe\x2d\x8b\x8d\x33\x3b\xed\x45\x8d\x4c\xdb\x3f\x65\xcf\x43\x76\x53\xe8\xd7\xa5\xb1\x5b\xd3\xc7\xfd\xed\x5c\xcd\xfb\x68\xad\xe5\xe3\x0c\x77\xae\x32\x92\x61\x17\xae\xaa\x9f\x5c\x37\x91\x01\xe2\xef\x6c\x91\xba\xee\x44\x5f\x6c\x91\xba\x6e\x8d\x64\x5b\xa4\x2e\xd9\xe0\xdd\x42\x06\x7c\x58\x6e\xe1\xeb\xd0\x98\x58\xc8\xa0\xd1\xba\x82\x5c\xf1\xb4\x18\x3d\x2c\xd7\xde\xbb\x6d\x1e\xf9\xf0\x7c\x42\xf9\x9c\x0f\xc4\xa9\xa0\x1a\x7d\x88\x9b\x2f\xca\x07\xc9\x9e\x69\x31\xea\xf8\x9a\x3e\x20\xbb\x45\x0f\x39\x1f\xf8\xb6\xd8\x93\x7d\xe0\xdb\x4e\xb5\x98\x01\x16\x7b\xef\x7c\x18\xdb\xbb\xf6\x81\x77\x86\xa2\xf4\x81\x77\x06\x90\xf3\x91\x6f\xcb\x3a\xe1\x8d\x01\x5d\xd4\x54\x75\x3e\x32\x73\xd6\x3f\x82\xf0\x9c\x8f\xbc\x16\x8c\x09\x3e\xf2\x69\xab\x6e\x92\xb6\x09\xe0\xe3\xe6\x7b\x76\x5e\x6e\x2e\x30\xac\x8f\x88\xc7\x62\xea\xa3\xc4\x43\x74\x2d\x4b\xe0\x69\xaf\x65\x69\xea\x9e\x88\xb7\x74\x97\xb5\xdf\x45\xcb\x12\x74\xde\x27\xc4\xc3\x4f\xeb\xb5\x2c\x4d\x3e\x91\x96\x25\xb0\x9a\x4f\x12\x5d\x77\x41\x3e\x50\x81\x4f\x71\x7f\xf1\x09\xf9\x30\xd6\x7b\x16\x30\x2d\x6e\x5e\x0b\x98\xd7\x75\x75\x1b\xd6\x5e\x11\x1f\x2c\x98\xbe\xcd\x4f\x78\xa0\xf3\x0d\x47\x26\xcb\x99\xef\x38\x32\x51\x16\xbe\x13\x48\xa8\x7e\x76\x62\x28\x75\xcf\x4e\x0c\x25\x53\xc5\xb3\x33\x52\xae\x52\xcf\xce\xc8\x0b\x63\x90\x67\x67\xe4\xd5\x74\x17\x02\x25\x59\x14\x7d\x27\x50\x92\x85\xc8\x77\xa2\x56\x58\x0a\x3c\xb1\x26\x44\x0b\x38\x4f\xac\xc9\xd5\xf4\x3c\x02\x25\xbb\x9e\xa7\x40\x49\x3d\x0f\xf9\x3a\x93\x83\x58\x93\x77\x08\x12\x6b\x72\x41\x91\xbd\x61\xae\xb5\x98\xc4\x9e\xf8\x8e\x0b\x85\xe0\x89\xef\x20\xd2\xd4\xf9\xa1\xb8\x53\x4f\x4b\x71\xa7\x3c\x61\x2a\xee\x94\x27\x4c\xc5\x9d\xf2\x04\xe2\x3b\x2c\xb6\xf4\x57\x8b\x77\x96\x75\x9d\xe2\x4e\x75\x1d\xef\x2c\xea\x9f\xbc\x33\x96\x3a\xcf\x2e\x45\x29\x2e\x3f\x79\x67\x10\x58\x3f\x79\x67\x20\x29\x3f\x91\xe1\x61\xcc\x4f\xc9\xc0\xd8\x55\xec\x2c\xf0\xc5\x2b\x76\x96\x05\xd3\x2b\x76\x16\x30\xe3\x15\x3b\x0b\x98\xf1\x8a\x9d\x05\x41\x7b\xc5\xce\x62\x13\xf7\x8a\x9d\xc5\x86\xeb\x15\x20\x1b\x78\x9e\x02\x64\x59\xea\xbc\x02\x64\xa1\xcf\x5e\x01\xb2\x18\xfa\xbc\x02\x64\x31\xc3\x3d\x0a\x66\x05\xcc\x3c\x0a\x66\x05\xe8\x3c\xc4\x73\x5c\x49\xff\xa4\x2f\xb8\x60\x1f\x42\x54\xa9\x5d\xed\x1e\x42\x54\xa9\x5d\xed\x1e\xc2\x49\x49\x7f\xeb\x1e\xc2\x49\xa9\x56\xed\x9e\x5b\x61\xbd\x93\x96\xde\x7c\xa7\xa5\x37\xaf\x73\xf4\x9a\x50\x85\xe7\xe6\x79\xa8\xb1\xe7\xe6\x79\x81\xa7\xdf\x8c\xd6\xa0\xa7\xf3\x55\x02\xbd\xbe\xf9\x2a\xf8\x26\x9e\x5b\x5f\x45\xcf\xd3\x57\xe1\x79\x8e\x37\xc1\xf8\x7c\x1c\x32\xc0\x98\x1f\x87\x0c\x40\xcc\xc7\x29\xa2\x39\xd1\xe2\xab\xe0\xb4\x7f\x3c\x2b\x11\x5f\xec\x91\xea\xe0\x8b\x3d\xbe\x6d\xf0\xe5\xf1\x7d\x9b\x0f\x0f\x30\x24\xb4\x7f\x54\x42\x71\x4f\x26\x52\x81\x85\xe1\x01\xa1\xdc\x20\x94\x07\x03\x44\x03\x61\x3e\x05\x7d\x8e\x09\xe0\x29\xe8\x42\x47\xc7\xcc\xc8\x70\xdd\x51\x2d\x74\x21\x76\xda\x07\xbc\x72\x33\xac\x1f\xf0\xca\xfd\xde\x33\x71\x17\x5e\x27\x78\xe5\x8e\x6a\x15\xee\x82\x78\xe0\x95\x5b\x9f\xb6\x82\xdc\x40\xbb\x4f\xa3\x2f\x38\x18\x9f\x46\x5f\x40\x67\x4f\x63\x81\x7e\xc2\x8b\x9f\x1e\x23\xd4\xb6\x9b\xc0\x5a\xf4\x07\x0a\xfd\x34\x16\xe9\xa7\x7c\xfe\x4d\x9f\x40\x54\x4f\xa3\x4f\x68\xc1\xa7\xb1\x50\x3f\xeb\xf3\xef\xc6\x79\x24\x6f\xe0\xa8\xc8\x80\x30\xd2\x7d\xdd\x9a\x28\x0d\x0c\xd2\x75\x0e\x0c\x72\xf3\xfe\x3a\xca\x28\x7e\xfa\x6c\x8b\xb9\xed\x79\xb0\x16\xf2\x42\x53\x9f\xee\x85\xb3\x3e\xff\xe6\xfd\x43\xbb\x9e\xce\xfb\xc7\x5e\xf8\x74\x94\x52\xfc\xf4\xb9\xf3\x0d\x06\x83\xbf\xeb\x1b\xf0\x3e\x3a\xf2\x6a\x30\xda\xa2\x7e\x89\x80\x3f\xb6\xa8\x5b\x74\xa4\xb5\x3a\x2d\xf5\x09\x59\x97\xfa\x3b\x37\x5c\xf8\xd8\xa2\x7e\x39\x4d\x36\x5b\xd4\x3f\xad\xfb\xab\xe5\x68\xf1\x74\x73\x90\x7e\x5a\x91\x16\x32\x18\x39\xb7\x68\x4c\x6b\x55\x5a\x48\x6c\x8a\xe2\x52\x38\xd8\x33\x84\x6d\x79\xd3\xa6\x28\x2e\xa7\x05\xca\x14\xc5\xe5\x08\x9e\x7a\xc6\xda\x5b\xf3\xfa\x6a\xd1\x4f\xd4\xcd\x33\xe9\x27\x8a\xe2\x99\xf4\x93\xaf\x13\xdc\xb5\xa1\xbd\xf0\xa8\x15\x69\x31\xb9\xc1\x9a\xc1\xec\xfd\x2f\x6b\x0a\x44\x41\x89\x35\x05\xa2\xa0\xb4\xd0\x84\x27\x6c\xac\x29\x3c\x7c\xd1\xa4\x73\x69\x03\x16\x81\x18\x65\x29\x9f\x00\x83\x13\x6b\x0a\x8a\x90\x82\x35\x85\x47\xcc\x4f\xff\x5c\x1b\x6b\x0a\x41\xbd\x6e\xb4\xc2\xb6\xec\x84\x20\xa0\xc6\x5d\x84\x43\x01\x08\x41\x51\x50\x4e\xff\x6c\x1b\x6b\x0a\xa1\x6f\xac\x29\x18\x0e\x7d\x59\x53\x10\x0e\x6d\x7a\xde\xda\x58\x53\x30\x1c\xfa\xb2\xa6\x20\x1c\x0a\x68\x0c\xc2\xa1\x55\x2d\xb1\x1f\x9e\x27\x08\x09\x58\x09\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x40\x48\xb1\xa6\x00\x84\x14\x6b\x0a\x82\x90\x5d\x2d\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x24\xac\x29\x00\x21\xc5\x9a\x82\x20\x64\xd3\x75\xcf\xcf\xec\xf8\xeb\x52\x1d\x40\x97\x22\x54\x01\x74\x29\x42\x15\x84\x2e\x97\x1e\xc7\x24\x06\x1f\x04\xa1\x4b\x40\x7e\x10\xba\x84\x50\x85\x3d\x9e\xd8\x85\x97\x1e\x23\xba\xe2\x89\x41\x89\x21\xa3\x7b\x20\x54\x21\x4b\x04\xae\xd3\x82\x84\xee\x09\x5a\x90\xd0\xf3\x41\x8b\x91\x06\x39\x8b\x91\x08\x55\x60\x31\x12\xa1\x0a\x3d\x6d\x84\x2a\x68\x21\xd2\x40\xee\x3b\x42\x0e\x7d\x57\x5a\xa1\xef\x4a\x2b\xf4\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xc6\xae\xb4\xc2\xd8\x95\x56\x18\xbb\xd2\x0a\x63\x57\x5a\x61\xec\x4a\x2b\x8c\x5d\x69\x85\xb1\x2b\xad\x30\x76\xa5\x15\xe6\xae\xb4\xc2\xda\x95\x56\x58\xbb\xd2\x0a\xeb\x54\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\x75\x2a\xad\xb0\x76\xa5\x15\xd6\xae\xb4\xc2\x3a\x95\x56\x58\xbb\xd2\x0a\x6b\x57\x5a\x61\xed\x4a\x2b\xac\x5d\x69\x85\xb5\x2b\xad\x78\x9d\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xae\xb4\xe2\x75\x2a\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xd7\xa9\xb4\xe2\xb5\x2b\xad\x78\xed\x4a\x2b\x5e\xbb\xd2\x8a\xf7\xb3\x4d\xe0\x78\x87\x6d\xf4\xc7\x9b\xfb\x7a\xb5\x78\x8f\x18\xf7\xa2\xcb\xfb\x75\xae\xec\xd7\xb9\xba\x5f\xe7\xda\x7e\x9d\x30\x1a\x0b\x62\x24\xe6\x56\x23\x35\xfa\xe7\xff\x7e\x22\xf4\xd7\xa5\x80\xd0\xe8\xc5\x7c\x27\x2d\x96\x18\x7f\xeb\x3f\xba\x0f\x4b\x8d\x77\x5f\x47\xa5\x4e\xbc\xff\x3e\xca\xd2\xe3\x9f\xef\xa3\xf4\xcb\x87\xef\xa3\xcc\x63\x1f\xbf\x8f\xe6\xef\x3e\xf0\x26\x9f\xf2\xdd\x07\x1d\xad\xdf\x4f\xd3\xd1\xf6\xfd\x34\x1d\x65\x7d\xf1\xe9\xfb\xa8\xf6\x2d\xe4\xef\xa3\xc7\x7b\xb8\xdf\xd9\x1f\x9f\xf5\x2d\xf5\xe7\x8c\x14\xd5\xcf\xfd\xb7\x33\x7a\x27\xe5\xbf\x67\xdc\x7f\x9f\x73\x73\xc6\x7f\xcb\xbb\x9d\x79\xfe\xdb\x03\x9d\x09\xdf\x6f\x63\x3b\x13\xbf\xdf\xc8\x76\x26\x7d\x7f\x83\xed\x4c\xfe\xaf\x3c\x3a\x53\xbe\xdf\xd9\x76\xa6\xfe\x57\x52\x9d\x69\x3f\x92\xfe\x8c\xc0\xed\x6c\xff\xef\x7b\x60\xf6\xc9\x48\xf4\xd5\x73\x9d\x99\xff\xed\x9f\xce\xac\xcf\xb3\xfe\x7b\x47\x19\x93\xbe\xbf\x2d\x5f\xe4\xaf\x2a\x30\x4a\xdf\x1f\x13\x28\x1e\x9f\x50\x0f\xf1\xdf\x47\xf5\xdf\xe7\xfb\xa3\xea\x68\xf8\xfe\x2f\xcb\x8a\x0c\x54\x3f\x9f\x59\x47\xd3\xf7\x7f\x03\x47\xf3\xf7\x7d\x75\xb4\x7c\xdf\x41\x47\x8f\x29\xa3\xa3\xed\xfb\xbe\x2c\x3c\x32\x68\xfd\xbc\x7c\x1d\x1d\xbf\x5b\x24\x84\x4e\x8e\x45\x22\xae\xdf\x2d\x12\x32\x78\x1d\x8b\x84\x50\xcb\xb1\x48\xc8\x00\x76\x2c\x12\xe9\x78\xbf\x99\xa3\xc7\xd4\xd0\xd1\xf0\x7d\x5f\x1d\x8d\xdf\xc3\x47\x47\xd3\xef\x16\x9f\x94\x7f\xb7\xf8\xbc\x86\xb3\xef\xc5\x47\x10\xe7\x58\x7c\x04\x75\x8e\xc5\x47\x90\xe7\x58\x7c\xd2\xf8\xd3\xe2\x93\xe6\x9f\x16\x9f\xb4\xfe\xb4\xf8\xe4\xeb\x4f\x8b\x4f\xbe\xff\xb4\xf8\x08\x6e\xfd\x66\xf1\x11\xf4\xfa\xcd\xe2\x23\x0f\xc6\x6f\x16\x9f\x1c\xfe\xb4\xf8\xe4\xf8\xa7\xc5\x27\xa7\x3f\x2d\x3e\x39\xff\x69\xf1\xc9\xe5\x4f\x8b\x8f\x3c\x21\x7f\x58\x7c\x72\xfb\xd3\xe2\x93\xfb\x9f\x16\x1f\x79\x4c\x7e\xb3\xf8\xe4\xf9\xb7\xc5\x27\xaf\x3f\x2e\x3e\xff\xcf\x45\xf9\x45\xde\x16\xd0\x12\xc3\x5e\x2c\xfd\x67\xf5\x79\xcf\x7f\xb6\xdc\x49\x92\x32\x3f\x47\x78\x9e\x7c\x24\x76\x84\xfb\xc8\x4f\x62\x47\x58\x53\xea\x67\x5d\xd3\x6a\x50\xdd\xe7\x08\x73\x5e\x3e\x13\x3b\xc2\x0c\xac\x1f\x38\xa1\xb9\x53\xc3\xe7\x08\x23\x59\xfe\x93\x5f\xe3\x48\x3d\x94\x0f\xc5\x8e\xd0\xc3\xfa\x99\x5b\x6f\x0f\x3f\xaa\xfe\xed\x61\xfd\x1c\x51\x0f\xdb\xe7\x88\x7a\xd8\x3f\x47\xd4\xc3\xf1\x39\xa2\x1e\x7e\xd6\xa8\xb7\x87\x9f\xf5\x49\x6f\xb5\x7d\x60\x8d\xfa\xdc\xee\xcf\x11\xfa\xdc\xdc\xe7\x08\x7d\x6e\x9f\x79\xa1\x3e\xb7\xcf\x5a\xa4\x3e\xb7\xf0\x39\x42\x9f\xdb\x67\x8d\x57\x9f\x65\x03\xb2\x23\xf4\xb9\xe5\xcf\x11\xfa\xdc\x3e\xeb\xce\xdb\xe7\xcf\x9a\xfe\xf6\xb9\x7d\x8e\xa8\xcf\xfd\x73\x44\x7d\x1e\x9f\x23\xea\xf3\xfc\x1c\x51\x9f\xd7\xe7\x08\x7d\xee\x9f\xb5\x5b\x7d\xee\x1f\xc8\xa7\x3e\x77\xf7\x39\x42\x9f\xbb\xff\x99\x49\xea\x73\x7f\x3e\x47\xe8\x73\xff\xac\x13\xea\x73\xff\xc0\x16\xf5\xb9\xa7\xcf\x11\xfa\xdc\xf3\xe7\x08\x7d\x7e\xe9\x5a\xf8\xf4\xf9\xb3\x26\xbf\x7d\xfe\x40\xc4\xb7\xcf\x9f\xb9\xfe\xf6\x79\xfc\xac\x4e\x6f\x9f\xe7\xe7\xc8\x3f\xf2\xc0\xbb\xd8\xd7\xe7\xcf\x88\x33\xae\xcf\x11\xc4\x19\xf7\xe7\x08\xe2\x8c\x8f\xba\x93\x38\xe3\x83\x92\x25\xce\x78\x3e\x47\x10\x67\x84\xcf\x11\xc4\x19\x9f\xa5\x55\xe2\x8c\xcf\x92\x2a\x71\xc6\x07\xe1\xe9\x13\x8c\xf2\x39\xa2\x3e\xd7\xcf\x11\xf5\xf9\xa3\xca\xde\x3e\x7f\x90\xf5\xdb\xe7\xcf\xf2\xf8\xf6\xf9\x83\xd6\xde\x3e\x7f\x54\x96\xfa\x3c\x3f\x08\x5a\x7d\x9e\xf7\xcf\x62\xaf\x3e\x4f\xf7\x39\x42\x9f\xa7\xff\x1c\xa1\xcf\xf3\xf9\x1c\xa1\xcf\x33\x7c\x8e\xd0\xe7\x19\x3f\x47\xe8\xf3\x4c\x9f\x23\xf4\x79\x7e\x54\x8d\xfa\x3c\x3f\xc8\xf7\xed\x73\xfd\x1c\x51\x9f\xdb\x8f\x1a\x7a\xfb\xdc\x3f\x47\xd4\xe7\xf1\x39\xa2\x3e\xcf\xcf\x11\xf5\x79\x7d\x8e\xd0\xe7\xf5\x51\xe5\xea\xf3\xfa\x30\x0b\xf5\x79\xb9\xcf\x11\xfa\xbc\xfc\xe7\x08\x7d\x16\xc3\xb7\x23\xf4\x79\x85\x2f\x05\x49\xbf\xd3\xa5\x90\x88\xff\x6c\xe7\x4b\x97\xff\x3a\x43\x7c\x58\x82\x45\x6f\xdb\xf9\xd2\x2d\x0f\xc2\x7f\xb6\x14\xa6\xdb\x7d\x9d\x09\xfa\xbf\xff\x39\xaa\x23\x6e\x6e\xfe\xac\xe4\xd6\xe6\xcf\x4a\xfe\xda\xfc\x59\xc9\xdf\x9b\x3f\x2b\xf9\x67\xf3\x67\x25\x1f\x36\x7f\x56\xf2\x71\xf3\x67\x25\x9f\x36\x7f\x56\xf2\x79\xf3\x67\x25\x5f\x36\x7f\x56\xf2\x75\xf3\x67\x25\xdf\x36\x7f\x56\xf2\x7d\xf3\x67\x25\x3f\x36\x7f\x56\xf2\x73\xf3\x67\x25\xbf\x36\x7f\x56\x7a\xae\xcd\x9f\x95\x9e\x7b\xf3\x67\xa5\x27\x6f\xfe\xac\xf4\x94\xcd\x9f\x95\x9e\xba\xf9\xb3\xd2\xd3\x36\x7f\x56\x0a\xf7\xe6\xcf\x4a\xc1\x6d\xfe\xac\x44\x2a\x85\xab\x72\xcf\x20\x1f\x2e\xff\x8c\xf4\x05\x03\x71\x8a\xdc\x05\x97\x7f\x22\xb1\xc2\x55\x91\x8f\xec\x09\x32\x76\xa6\x18\x37\xdf\x6f\x8a\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xf4\x3a\xca\x4f\xcb\xfb\x8c\xf2\xd3\xf2\x3e\xa3\xfc\xb4\xc8\x40\xf6\x04\xf9\xe0\x13\xd9\x13\x64\x6a\x4d\x51\x7e\x5a\x3d\x4f\x7e\x5a\x64\x48\xf2\xd3\x22\x03\xd9\x13\x2e\xf6\xfd\xa4\x44\x5f\xb0\xeb\x24\x65\x3a\x20\xa6\x2e\x29\xd3\xc1\xd0\x3f\xe9\x0b\x3b\x68\x52\x56\x5a\x1c\x9e\x90\x79\x9f\x38\x14\x52\x61\xcf\xd3\x73\x3f\x13\x0b\x5d\x2a\xe5\xe7\x08\x06\xfb\x54\xea\xe7\x3f\xc8\x6a\xd0\xee\xd7\x91\x10\xf5\x8c\xd2\x7f\xfe\x43\xf8\x6f\x2a\xe3\xfd\xcf\xcd\x5e\x9a\x64\xf0\x4e\xf7\xf9\x57\xb8\x43\x2a\xeb\x73\x39\x8f\x30\xe4\xc7\xe5\x1a\xa6\x86\xfc\x7e\x75\xf3\xd7\x51\x8e\x90\x91\x12\x1b\x7a\x32\xd4\x17\x9e\x8b\x97\x42\x31\x32\xb2\xe8\xbb\x64\x68\x2f\x04\x4d\x29\x52\x8a\x35\x7c\x27\xa9\xb2\xe3\x8f\xad\xdf\xa9\xf5\xcd\x41\x9d\x0c\x75\x44\xa7\x89\xa9\x90\x02\x42\x66\x93\xa1\x8d\x9f\x17\x69\x48\xe3\xe7\x25\xb2\x3d\xef\x7d\x81\x6c\xcf\x7b\x5f\x5e\x67\x67\xa2\x5e\x1c\xdb\xf3\xde\x97\xd6\xd9\x99\x88\x67\x23\xb1\x3d\xef\x7d\x23\x86\x26\x7e\xde\x46\x7f\x3f\x25\xad\xb2\xf7\xcc\x10\xc4\xa7\x67\xed\xab\x67\xfd\xab\x67\xe3\xab\x67\xf3\xab\x67\x6b\xef\xd9\xb8\xf6\x9e\xb1\x3d\xef\xed\x99\xc1\x80\x9f\x9e\x69\x7b\x9e\x7a\x36\x9e\xbd\x67\x23\xec\x3d\x33\xb5\xff\xd3\xb3\x91\xf6\x9e\xb1\x3d\xef\xed\x99\xa9\xfa\x9f\x9e\x8d\xfa\xd5\xb3\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xb9\x2f\x66\xa6\xd2\x7f\xbe\xed\xbc\xf6\x9e\xcd\x7b\xef\xd9\x74\x7b\xcf\xd8\x9e\xf7\xf6\x6c\x3e\x7b\xcf\x4c\x75\xff\xf4\x6c\xc6\xbd\x67\x6c\xcf\x7b\x7b\x66\xea\xfa\xa7\x67\xb3\xec\xef\x6c\xd6\xfd\x9d\xcd\xf6\xd5\xb3\xfe\xd5\xb3\xf1\xd5\xb3\xf9\xd5\xb3\xb5\xf7\x8c\xed\x79\x6f\xcf\xd6\xbd\xf7\x8c\x04\xcc\x6f\xcf\x96\xdf\x7b\xc6\xf6\xbc\xb7\x67\x0a\x7d\xd0\x72\xf9\x86\x3e\xa8\xc5\x52\xda\xd5\x52\x6e\x30\x7a\xa6\x94\x18\xee\x17\x0f\xd6\x91\x7a\x30\xc4\x7c\x3d\x07\x73\xc9\x57\x38\x98\x4b\xbe\xe2\xc1\x5c\xf2\x95\x0e\xe6\x92\xaf\x7c\x30\x97\x7c\x95\x83\xb9\xe4\xab\x1e\xcc\x25\x5f\xed\x60\x2e\xf9\xea\x07\x73\xc9\xd7\x38\x98\x4b\xbe\xe6\xc1\x5c\xf2\xb5\x0e\xe6\x92\xef\xeb\x60\x2e\xf9\xbe\x0f\xe6\x92\x6f\x77\x30\x97\x2c\x70\xf1\x61\x2e\xf9\x7e\x0e\xe6\x92\xef\x70\x30\x97\x7c\xc7\x83\xb9\xe4\x3b\x1d\xcc\x25\xdf\xf9\x60\x2e\xf9\x2e\x07\x73\xc9\x77\x3d\x98\x4b\xbe\xdb\xc1\x5c\xf2\xdd\x0f\xe6\x92\xef\x71\x30\x97\x7c\xcf\x83\xb9\xe4\x7b\x7d\x31\x97\xbf\xaa\x85\xec\xae\x83\xd4\x64\x77\x7f\x91\x9a\x5f\x47\xdc\xc1\x5c\xb2\xf3\x07\x73\xc9\xee\x39\x98\x4b\x76\xe1\x60\x2e\xd9\xc5\x83\xb9\x64\x97\x0e\xe6\x92\x5d\x3e\x98\x4b\x96\xb7\xe3\xc3\x5c\xb2\xab\x07\x73\xc9\xae\x1d\xcc\x25\xbb\x7e\x30\x97\xec\xc6\xc1\x5c\xb2\x9b\x07\x73\xc9\x6e\x1d\xcc\x25\xfb\xeb\x60\x2e\x59\x51\x30\x1f\xe6\x92\xe5\x65\xf9\x30\x97\xec\xfd\xc1\x5c\xb2\x7f\x0e\xe6\x92\x7d\x38\x98\x4b\xf6\xf1\x60\x2e\xd9\xa7\x83\xb9\x64\x9f\x0f\xe6\x92\x7d\x39\x98\x4b\xf6\xf5\x60\x2e\xd9\xb7\x83\xb9\x64\xdf\x0f\xe6\x92\xfd\x38\x98\x4b\xf6\xf3\x60\x2e\xd9\xaf\x83\xb9\xe4\xe7\x3a\x98\x4b\x7e\xee\x83\xb9\xe4\xc7\x1d\xcc\x25\x3f\xfe\x60\x2e\xf9\x79\x0e\xe6\x92\x9f\x70\x30\x97\xac\xe0\x82\x0f\x73\xc9\x0a\x30\xf8\x30\x97\xbc\x79\x8b\xb6\x85\x2f\x8d\x8d\x35\xe4\x34\x37\xd6\x90\xd3\xda\x58\x43\xce\xd7\xc6\x1a\x32\xa9\x39\xc4\x1a\x72\x7e\x36\xd6\x90\x73\xd8\x58\x43\xce\x71\x63\x0d\x39\xa7\x8d\x35\xe4\x9c\x37\xd6\x90\x73\xd9\x58\x43\xce\x75\x63\x0d\x39\xb7\x8d\x35\xe4\xdc\x37\xd6\x90\x49\xc1\x21\xd6\x90\xf3\xae\x68\x73\x5e\x1b\x6b\xc8\xe5\xda\x58\x43\x26\x5d\x86\x58\x43\x2e\x79\x63\x0d\xb9\x94\x8d\x35\xe4\x52\x37\xd6\x90\x49\x74\x21\xd6\x90\xeb\xbd\xb1\x86\xac\x08\xc7\x85\xb4\x44\x15\xba\xc2\xbb\xa6\xda\x7f\x05\x9b\xe7\xa9\x64\x29\xb4\x50\x91\x2e\xaa\x45\xee\x7e\x7c\xb6\xd9\x54\x64\x24\x65\x9e\xcb\xa6\x22\x63\x63\x37\x76\x46\x45\x92\x51\xd7\x65\x53\x91\xa9\x64\xde\x04\x6a\x90\xb2\xda\x2e\x13\x01\xe8\x8a\xfe\xa9\x2c\x5c\xf4\x73\x29\x0b\x17\x6f\x62\x29\x0b\x17\x5f\x85\x5d\xea\xf7\xfb\x04\x65\xe1\xea\xb4\x24\x83\xbd\xb3\x42\xfd\x81\x09\x08\x2e\xec\x60\xcf\xdc\xa5\x5c\x6e\x03\xc1\xc5\x58\xf1\x0b\x82\x8b\x29\xdf\x17\x04\x17\xb6\x56\x28\xb1\x46\x31\xa5\xeb\xa8\xd6\xeb\x8a\x29\x5c\xa7\x1c\x07\xe5\x55\xb6\x3f\xa3\xb9\xbc\xca\xf6\xc7\xd0\x5b\xae\x4d\xd5\x3b\x8e\xb4\xcf\x11\xcf\x91\xcd\x60\xac\x1e\x6d\x06\x63\xc9\xb6\x19\x8c\x23\x47\x36\x83\x31\x32\xde\x9b\xc1\xf8\x1f\x95\xb6\x5c\xb9\x37\x5b\x72\xe1\x72\xb7\x4d\x50\x8e\x7c\x7c\x37\x12\xe7\xd5\xc3\x3f\x76\xf2\x72\x6f\x06\x09\xc4\x79\xf5\xf0\xfd\x23\xce\xfd\xf1\xd5\x48\x9c\x7b\x5b\x0c\x10\xe7\xd5\xc3\xf7\x47\x9c\xcd\x17\xc0\x27\xbd\x37\xd7\xa4\xfa\xbc\xd9\x92\xd5\xe7\xcd\x96\xac\x3e\x6f\xb6\x64\xf5\xf9\xe3\x26\x57\x9f\x5f\x65\xfb\x63\xc9\x2e\xaf\xb2\xfd\xb1\x64\x17\xf7\xf1\xb5\xa8\xcf\xee\xe3\xfa\x55\x9f\xdd\xc7\x6f\xa8\x3e\xbf\xca\xf6\xc7\x92\x5d\xdc\x86\xe3\xe8\xb3\xdb\x70\x1c\x7d\x76\xf9\xc0\x83\xc5\x95\x03\x0f\x16\x57\x0f\x3c\x58\x5c\x3b\xf0\x60\x79\x95\xad\xff\xf4\x79\x1c\x78\xb0\xb8\x79\xe0\xc1\xe2\xd6\x81\x07\x8b\xbf\x0e\x3c\x58\xfc\x7d\xe0\xc1\xe2\xdd\x81\x07\x8b\xf7\x07\x1e\x2c\xfe\x39\xf0\x60\xf1\xe1\xc0\x83\xe5\x55\xb6\x3f\x78\xb0\xbc\xca\xf6\x07\x0f\x96\x57\xd9\xfe\xe0\xc1\xe2\xcb\x81\x07\x8b\xaf\x07\x1e\x2c\xbe\x1d\x78\xb0\xf8\x7e\xe0\xc1\xe2\xc7\x81\x07\x8b\x9f\x07\x1e\x2c\x7e\x1d\x78\xb0\xbc\xca\xf6\x07\x0f\x96\xe7\x3e\xf0\x60\xd9\x42\x2b\xd4\xe7\xc7\x7f\xe1\xc1\x5f\x47\x9e\x03\xf4\x95\x27\x1c\xa0\xaf\x3c\xf1\x00\x7d\xe5\x49\x07\xe8\x2b\x4f\x3e\x40\x5f\x79\xca\x01\xfa\xca\x1b\x92\x11\x3f\x7d\x6e\x07\xe8\x2b\x6f\x28\x46\xfc\xf4\x79\x1c\xa0\xaf\x3c\xf3\x00\x7d\xe5\x59\x07\xe8\x2b\x5b\xc8\x85\xfa\x1c\xee\x03\xf4\x95\xe0\x0e\xd0\x57\x82\x3f\x40\x5f\x79\x43\x2a\x7e\x40\x5f\x79\x43\x29\x7e\x40\x5f\x09\xf1\x00\x7d\x25\xa4\x03\xf4\x95\x90\x0f\xd0\x57\xb6\x50\x89\xb7\xcf\xf5\x00\x7d\x25\xb4\x03\xf4\x95\xd0\x0f\xd0\x57\xc2\x38\x40\x5f\x79\xc3\x1f\xf2\xa7\xcf\xeb\x00\x7d\xe5\x0d\x75\xf8\x01\x7d\x25\xde\x07\xe8\x2b\xd1\x1d\xa0\xaf\x44\x7f\x80\xbe\x12\x9f\x03\xf4\x95\x18\x0e\xd0\x57\x62\x3c\x40\x5f\x89\xe9\x00\x7d\xe5\x8d\x53\xf8\x01\x7d\x25\x96\x03\xf4\x95\x58\x0f\xd0\x57\x62\x3b\x40\x5f\x89\xfd\x37\xa0\xaf\x08\xb2\x00\xfa\x4a\x75\x1b\xe8\x2b\xd5\x6f\xa0\xaf\xd4\x67\x03\x7d\xa5\xa6\x0d\xf4\x95\x9a\x37\xd0\x57\x6a\xd9\x40\x5f\xa9\xf5\x07\xf4\xfd\x5d\x0d\xd6\xb6\xe1\xc1\x52\xfb\x86\x07\x4b\x1d\x1b\x1e\x2c\x75\x6e\x78\xb0\xd4\xb5\xe1\xc1\xd2\xae\x0d\x0f\x96\x76\x6f\x78\xb0\x34\xb7\xe1\xc1\xd2\xfc\x86\x07\x4b\x7b\x36\x3c\x58\x5a\xdb\xf0\x60\x91\x31\x0e\x3c\x58\xda\xd8\xf0\x60\x91\x31\x0e\x3c\x58\xb4\x33\x07\x3c\x58\xb4\x33\x07\x3c\x58\xc6\xbd\x59\x91\xcb\x70\x9b\x15\xb9\x28\x07\x7c\xd5\x3f\x9f\xcd\x8a\x5c\xc8\xa7\x2a\x2b\x72\x19\x79\xb3\x22\x97\x51\x36\x2b\x72\x19\x75\x33\x8b\x94\xd1\x36\x2b\x72\x11\x1a\xc5\x8a\x5c\xb4\xdf\x06\x2b\x72\x91\x41\x0a\x2b\x72\xd1\x7e\x1b\xac\xc8\x45\xfb\x6d\x40\xaa\x45\xfb\x6d\xb0\x22\x17\xed\xb7\xc1\x8a\x5c\xb4\xdf\x06\x2b\x72\xd1\x7e\x1b\xac\xc8\x65\xb6\xcd\x8a\x5c\xb4\x6f\x06\x2b\x72\xd1\xbe\x99\xa1\x7f\xce\xcd\x8a\x5c\xb4\xe3\x05\x2b\x72\x91\xd9\x07\x2b\x72\xd5\xce\x15\xf0\x75\xa5\xc6\x95\x12\x54\x56\xc3\x98\x91\x92\xfb\xae\x82\x31\x2f\x0c\x4b\xf5\xc2\x24\xcb\x84\xab\x17\xc9\x03\x9d\xfe\x19\xd9\x2f\x7f\xd3\x32\x53\x59\x22\x6f\x41\x35\x8c\xf9\xe2\xd6\x6a\xf8\xf2\xc5\xad\xf5\xaa\x1b\x6e\xad\x57\xdb\x12\x62\xd6\x1f\x4c\x49\x6b\x1c\x48\xb5\xbe\x78\x52\xcf\x5c\x07\x6e\xad\x2f\x96\x74\xb4\xee\x03\xc5\xd6\x17\x2c\xf2\x1e\x6e\x7f\x60\xda\xfa\x63\xb0\xa1\x15\x0e\x84\x5b\x7f\x8c\x35\xb4\xd2\x81\x77\xeb\x0b\x10\x79\xeb\x77\x39\xd0\x6f\x7d\xc1\x61\xa2\xd5\x0e\x2c\x5c\x5f\x60\xc8\x1b\xbe\xc7\x17\x32\xfe\x75\xe4\x65\xd0\xb4\xd6\x01\x86\xab\xbb\x0e\x30\x5c\xdd\x7d\x80\xe1\xea\xdc\x01\x86\xab\xf3\x07\x18\xae\xee\x39\xc0\x70\x75\xe1\x00\xc3\xd5\xc5\x03\x0c\x57\x97\x0e\x30\x5c\x5d\x3e\xc0\x70\x75\xe5\x00\xc3\xd5\xd5\x03\x0c\x57\xd7\x0e\x30\x5c\x5d\x3f\xc0\x70\x75\xe3\x00\xc3\xd5\xcd\x03\x0c\x57\xb7\x0e\x30\x5c\xfd\x75\x80\xe1\xea\xef\x03\x0c\x57\xef\x0e\x30\x5c\xbd\x3f\xc0\x70\xf5\xcf\x01\x86\xab\x0f\x07\x18\xae\x3e\x1e\x60\xb8\xfa\x74\x80\xe1\xea\xf3\x01\x86\xab\x2f\x07\x18\xae\xbe\x1e\x60\xb8\xfa\xf6\x05\x86\xff\xaa\x2a\xaa\xef\x07\x4e\xae\x7e\x1c\x38\xb9\xfa\x79\xe0\xe4\xea\xd7\x81\x93\xeb\x73\x1d\x38\xb9\x6e\xa1\xb8\x12\xe7\x71\x07\x4e\xae\x8f\x3f\x70\x72\x7d\x9e\x03\x27\xd7\x27\x1c\x38\xb9\x3e\xf1\xc0\xc9\xf5\x49\x07\x4e\xae\x4f\x3e\x70\x72\x7d\xca\x81\x93\xeb\x53\x0f\x9c\x5c\xb7\xd0\xdd\xb7\xcf\xfd\xc0\xc9\xf5\x19\x07\x4e\xae\xcf\x3c\x70\x72\x7d\xd6\x81\x93\x6b\xb8\x0e\x9c\x5c\xc3\x7d\xe0\xe4\x1a\xdc\x81\x93\x6b\xf0\x07\x4e\xae\xe1\x39\x70\x72\x0d\xe1\xc0\xc9\x35\xc4\x03\x27\xd7\x2d\xcc\x56\x7d\x0e\xf9\xc0\xc9\x35\x94\x03\x27\xd7\x50\x0f\x9c\x5c\x43\x3b\x70\x72\x0d\xfd\xc0\xc9\x35\x8c\x03\x27\xd7\x2d\x54\xf6\xed\xf3\x3a\x70\x72\x8d\xd7\x81\x93\x6b\xbc\x0f\x9c\x5c\xa3\x3b\x70\x72\x8d\xfe\xc0\xc9\x35\x3e\x07\x4e\xae\x31\x1c\x38\xb9\xc6\x78\xe0\xe4\x1a\xd3\x81\x93\x6b\xcc\x07\x4e\xae\xb1\x1c\x38\xb9\xc6\x7a\xe0\xe4\x1a\xdb\x81\x93\x6b\xec\x07\x4e\xae\x71\x1c\x38\xb9\xc6\x79\xe0\xe4\x1a\xd7\x81\x93\x6b\xba\x0e\x9c\x5c\xd3\x7d\xe0\xe4\x9a\xdc\x81\x93\x6b\xf2\x07\x4e\xae\xe9\x39\x70\x72\x4d\xe1\xc0\xc9\x35\xc5\x03\x27\xd7\x94\x0e\x9c\x5c\x53\x3e\x70\x72\x4d\xe5\xc0\xc9\x35\xd5\xdf\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\x2a\x90\x09\x4e\xae\x02\x99\xe0\xe4\xda\xc2\x86\x93\x6b\x8b\x1b\x4e\xae\x2d\x6d\x38\xb9\xaa\x68\x2e\xc6\xd1\xaa\xa2\xb9\x80\xe1\xda\xea\x06\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xd0\xf3\xe6\x06\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\x36\x9f\x03\x86\xab\xbc\xba\x80\xe1\xaa\x8d\xe2\x80\xe1\xaa\x8d\xe2\x49\xff\xec\x1b\x18\xae\x82\xb8\x80\xe1\x2a\x88\x0b\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\x02\x99\x80\xe1\x2a\x90\x09\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xda\xb8\x0d\x18\xae\xf2\x6c\x02\x86\xab\xc0\x29\x60\xb8\x0a\x9c\x02\x86\xab\xc0\x69\xfb\x57\xf2\x9a\x2a\xdc\xda\xd4\x95\xb5\xe1\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xfd\xde\xe0\xe4\xaa\xbd\xd9\xe0\xe4\xaa\xe2\x45\xe0\xe4\xaa\xe2\x45\x43\xff\xec\x1b\x4e\x6e\xda\xa9\x0d\x4e\x6e\xda\xa9\x0d\x4e\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\x54\x4d\x15\x32\x6e\xe4\xde\x14\x32\x6e\xe4\xde\x14\x32\x6e\xf7\xb3\x21\xe3\x66\x28\xf2\x45\xc6\xed\x56\x9a\xed\x8b\x56\x22\x4b\xee\xa0\xb5\xa3\xe6\x76\xef\xa8\xb9\xdd\x3b\x6a\x6e\x64\xe5\x57\xfe\xab\x76\x93\x9a\xbe\xea\x79\x63\xc3\xd0\xed\x9e\x07\x86\x6e\x2f\x6a\xe4\xdf\xee\x3a\x30\x74\xfb\x31\x21\xd2\x72\x07\x86\x6e\x2f\x5a\xf4\xb4\x9e\x03\x43\xb7\x17\x29\xd2\xef\x17\x25\x5e\x9f\x23\x69\xc3\xd0\xcd\xe5\x03\x43\xb7\x1f\xff\x1c\xad\x7a\x60\xe8\xf6\xe3\x9b\xa3\xd5\x0f\x0c\xdd\x5e\x64\xc8\xb7\x70\xf3\xc0\xd0\xed\x45\x85\x36\x84\x9b\xbf\x0e\x0c\xdd\xfc\x7d\x60\xe8\xe6\xdd\x81\xa1\x9b\xf7\x07\x86\x6e\xfe\x39\x30\x74\xf3\xe1\xc0\xd0\xcd\xc7\x03\x43\x37\x9f\x0e\x0c\xdd\x7c\x3e\x30\x74\xf3\xe5\xc0\xd0\xcd\xd7\x03\x43\x37\xdf\x0e\x0c\xdd\x7c\x3f\x30\x74\xf3\xe3\xc0\xd0\xcd\xcf\x03\x43\xb7\x6d\x27\x96\xfa\xfc\x5c\x07\x86\x6e\xcf\x7d\x60\xe8\xf6\xb8\x03\x43\xb7\xc7\x1f\x18\xba\x3d\xcf\x81\xa1\xdb\x13\x0e\x0c\xdd\x9e\x78\x60\xe8\xf6\xa4\x03\x43\xb7\x27\x1f\x18\xba\x3d\xe5\xc0\xd0\xed\xa9\x07\x86\x6e\x4f\x3b\x30\x74\x7b\xfa\x17\x86\xfe\x75\x64\x1c\x40\xb9\x3d\xf3\x00\xca\xed\x59\x07\x50\x6e\xe1\x3a\x80\x72\x0b\xf7\x01\x94\x5b\x70\x07\x50\x6e\xc1\x1f\x40\xb9\x85\xe7\x00\xca\x6d\xdb\x6d\xa5\x3e\x87\x78\x00\xe5\x16\xd2\x01\x94\x5b\xc8\x07\x50\x6e\xa1\x1c\x40\xb9\x85\x7a\x00\xe5\x16\xda\x01\x94\x5b\xe8\x07\x50\x6e\xdb\x4e\xa9\xb7\xcf\xf3\x00\xca\x2d\xac\x03\x28\xb7\x78\x1d\x40\xb9\xc5\xfb\x00\xca\x2d\xba\x03\x28\xb7\xe8\x0f\xa0\xdc\xe2\x73\x00\xe5\x16\xc3\x01\x94\x5b\x8c\x07\x50\x6e\x31\x7d\x01\xe5\xbf\xaa\xa5\x16\xf3\x81\xa1\x5b\x2c\x07\x86\x6e\xb1\x1e\x18\xba\xc5\x76\x60\xe8\x16\xfb\x81\xa1\x5b\x1c\x07\x86\x6e\x71\x1e\x18\xba\xc5\x75\x60\xe8\x96\xae\x03\x43\xb7\x74\x1f\x18\xba\x25\x77\x60\xe8\x96\xfc\x81\xa1\x5b\x7a\x0e\x0c\xdd\x52\x38\x30\x74\xdb\x76\x2b\xa9\xcf\x29\x1d\x18\xba\xa5\x7c\x60\xe8\x96\xca\x81\xa1\x5b\xaa\x07\x86\x6e\xa9\x1d\x18\xba\x6d\xbb\x92\xde\x3e\x8f\x03\x43\xb7\x34\x0f\x0c\xdd\xd2\x3a\x30\x74\xcb\xd7\x81\xa1\x5b\xbe\x0f\x0c\xdd\xb2\x3b\x30\x74\xcb\xfe\xc0\xd0\x2d\x3f\x07\x86\x6e\x39\x1c\x18\xba\xe5\x78\x60\xe8\x96\xd3\x81\xa1\x5b\xce\x07\x86\x6e\xdb\x8e\xa1\xb7\xcf\xf5\xc0\xd0\x2d\xb7\xdf\x60\xe8\x26\xc4\x09\x86\x6e\x42\x9c\x60\xe8\x26\xc4\x09\x86\x6e\x4a\x77\x04\x86\x6e\x4a\x69\x04\x86\x6e\x4a\x69\x24\x40\xa1\x94\x46\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\x26\xa4\x0a\x86\x6e\x42\xaa\x60\xe8\xa6\x94\x46\x60\xe8\xa6\x94\x46\x41\xcf\x5b\x1b\x86\x6e\x4a\x69\x04\x86\x6e\x32\xe9\x82\xa1\x9b\xf0\x2e\x18\xba\x09\xef\x82\xa1\x9b\x4c\xb3\x60\xe8\x26\xd3\x2c\x18\xba\xc9\x34\x9b\xf4\xcf\xb1\x61\xe8\xf6\x26\x31\xe2\x09\x6f\x12\x23\x9e\x20\x58\x09\x86\x6e\x82\x95\x60\xe8\x26\x58\x59\xf5\x4f\xbf\x61\xe8\xa6\x78\x39\x30\x74\x53\xbc\x1c\x18\xba\x29\x5e\x0e\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x04\x47\xc1\xd0\x4d\x70\x14\x0c\xdd\x54\x4b\x13\x0c\xdd\x54\x4b\xb3\xe9\x79\x6b\x03\xca\x5d\x46\x5c\x80\x72\x57\xfa\x21\x80\x72\x17\xa8\x05\x28\x77\x81\x5a\x80\x72\x57\xc2\x21\x80\x72\xbf\xda\x06\x94\xfb\xd5\x37\xa0\xdc\xaf\xb1\x01\xe5\x7e\xfb\x0d\x28\xf7\xfb\xd9\x80\x72\x27\x37\xbb\x80\x72\x77\xf7\x06\x94\xbb\x41\xc6\x17\x28\x77\x72\xb3\x0b\x28\x77\x72\xb3\x0b\x28\x77\x83\x8a\x2f\x50\xee\x06\x15\x5f\xa0\xdc\x0d\x26\xbe\x60\xb8\xbb\xbc\x81\xe1\xee\xca\x06\x86\xbb\xa3\x6a\x13\x90\xba\xbf\xf0\x50\xad\x73\x57\x5b\x7f\xe1\xa1\x9e\x39\x0f\xf8\xdb\x7f\x8c\x86\xff\x50\x17\x7d\x47\x8e\xbc\xda\x17\x39\x7a\x5a\xee\x40\xc6\xfd\xc7\xb1\x4c\xeb\x39\x90\x71\x7f\x11\x23\x2f\xd5\xc7\x03\x19\xf7\x17\x2d\xf2\x09\x7c\x3e\x90\x71\x7f\x91\x62\xa2\x55\x0f\x64\xdc\x7f\xa2\xb6\x68\xf5\x03\x19\xf7\x17\x21\x16\x5a\xf3\x40\xc6\xdd\xaf\x03\x19\xf7\xe7\x3a\x90\x71\x7f\xee\x03\x19\xf7\xc7\x1d\xc8\xb8\x3f\xfe\x40\xc6\xfd\x79\x0e\x64\xdc\x9f\x70\x20\xe3\xfe\xc4\x03\x19\xf7\x27\x1d\xc8\xb8\xef\xd1\x5a\xf4\x79\xdb\xd7\xff\xf6\xb9\x1e\xc8\xb8\x3f\xed\x40\xc6\xfd\xe9\x07\x32\xee\xcf\x38\x90\x71\x7f\xe6\x81\x8c\xfb\xb3\x0e\x64\xdc\xc3\x75\x20\xe3\x1e\xee\x03\x19\xf7\xe0\x0e\x64\xdc\x83\x3f\x90\x71\xdf\xf6\xe4\xab\xcf\x21\x1c\xc8\xb8\x87\x78\x20\xe3\x1e\xd2\x81\x8c\x7b\xc8\x07\x32\xee\xa1\x1c\xc8\xb8\x87\x7a\x20\xe3\x1e\xda\x81\x8c\x7b\xe8\x07\x32\xee\x61\x1c\xc8\xb8\x87\x79\x20\xe3\x1e\xd6\x81\x8c\x7b\xbc\x0e\x64\xdc\xe3\x7d\x20\xe3\x1e\xdd\x81\x8c\x7b\xf4\x07\x32\xee\xf1\x39\x90\x71\x8f\xe1\x40\xc6\x3d\xc6\x03\x19\xf7\x98\x0e\x64\xdc\x63\x3e\x90\x71\x8f\xe5\x40\xc6\x3d\xd6\x03\x19\xf7\xd8\x0e\x64\xdc\xb7\x8d\xed\x6f\x9f\xc7\x81\x8c\x7b\x9c\x07\x32\xee\x71\x1d\xc8\xb8\xa7\xeb\x40\xc6\x3d\xdd\x07\x32\xee\xdb\x06\x76\xf5\x39\xf9\x03\x19\xf7\xf4\x1c\xc8\xb8\xa7\xf0\x85\x8c\x7f\x1d\x89\x07\xfc\xed\x29\x1d\xf0\xb7\xa7\x7c\xc0\xdf\x9e\xca\x01\x7f\x7b\xaa\x07\xfc\xed\xdb\xe6\xf4\xb7\xcf\xfd\x80\xbf\x3d\x8d\x03\xfe\xf6\x34\x0f\xf8\xdb\xb7\x4d\xe8\xea\x73\xbe\x0e\xf8\xdb\xf3\x7d\xc0\xdf\x9e\xdd\x01\x7f\x7b\xf6\x07\xfc\xed\xf9\x39\xe0\x6f\xcf\xe1\x80\xbf\x3d\xc7\x03\xfe\xf6\x9c\x0e\xf8\xdb\xb7\xcd\xe3\xea\x73\x2e\x07\xfc\xed\xb9\x1e\xf0\xb7\xe7\x76\xc0\xdf\x9e\xfb\x01\x7f\x7b\x1e\x07\xfc\xed\x79\x1e\xf0\xb7\xe7\x75\xc0\xdf\x5e\xae\x03\xfe\xf6\x72\x1f\xf0\xb7\x17\x77\xc0\xdf\x5e\xfc\x17\xfc\xfd\xbb\x1a\x2c\xcf\x81\x8c\x7b\x09\x07\x32\xee\x25\x1e\xc8\xb8\x97\x74\x20\xe3\x5e\xf2\x81\x8c\x7b\x29\xbf\x41\xc6\xbd\xef\x1b\xf6\x7a\xdf\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xec\x1b\xf6\xfa\xd8\x37\xec\xf5\xb1\x6f\xd8\xeb\x63\xdf\xb0\xd7\xc7\xbe\x61\xaf\x8f\x7d\xc3\x5e\x1f\xfb\x86\xbd\x3e\xf6\x0d\x7b\x7d\xee\x1b\xf6\xfa\xdc\x37\xec\xf5\xb9\x6f\xd8\xeb\x73\xdf\xb0\xd7\xe7\xbe\x61\xaf\xcf\x7d\xc3\x5e\x5f\xfb\x86\xbd\xbe\xf6\x0d\x7b\x7d\xed\x1b\xf6\xfa\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf6\x0d\x7b\xe3\xda\x37\xec\x8d\x6b\xdf\xb0\x37\xae\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x8d\x7b\xdf\xb0\x37\xee\x7d\xc3\xde\xb8\xf7\x0d\x7b\xe3\xde\x37\xec\x0d\xb7\x6f\xd8\x1b\x6e\xdf\xb0\x37\xa8\xf8\x23\x64\x3c\xa8\xf8\x23\x64\x3c\x0c\x32\xbe\xc8\x78\xf8\x7b\x43\xc6\x83\x8a\x3f\x42\xc6\xc3\xa0\xe2\x8b\x8c\x07\xf5\xcc\x85\x8c\x87\xdf\x77\xc6\x0d\xbf\xef\x8c\x1b\x7e\xdf\x19\x37\x7e\x20\x22\xad\x72\x60\xe1\xf1\x63\x48\xa4\xd5\x0e\x2c\x3c\x7e\x8c\x88\xb4\xc6\x01\x78\xc7\x0b\x11\xf9\xb2\xfe\xcc\x05\x31\x7e\x7c\xc6\xb4\xee\x03\xf0\x8e\x9f\xd8\x42\x5a\xfe\x00\xbc\xe3\x27\xae\x90\x56\x38\x00\xef\x78\x21\x21\xa3\xe7\x49\x07\xe0\x1d\x2f\x1c\xe4\x9d\x3e\xe5\x00\xbc\xe3\x85\x82\x8c\xb7\xa7\x1d\x80\x77\x3c\xfd\x00\xbc\xe3\x19\x07\xe0\x1d\x5b\x2a\x27\xbd\x95\x67\x1d\x80\x77\x84\xeb\x00\xbc\x23\xdc\x07\xe0\x1d\x5b\xaa\x26\x49\x17\xfc\x01\x78\x47\x78\x0e\xc0\x3b\x42\x38\x00\xef\x08\xf1\x00\xbc\x23\xa4\x03\xf0\x8e\x90\x0f\xc0\x3b\x42\x39\x00\xef\x08\xf5\x00\xbc\x23\xb4\x2f\xc0\xfb\x57\xb5\x30\x42\x3f\xb0\xf0\x08\xe3\xc0\xc2\x23\xcc\x03\x0b\x8f\xb0\x0e\x2c\x3c\xe2\x75\x60\xe1\x11\xef\x03\x0b\x8f\xe8\x0e\x2c\x3c\xa2\x3f\xb0\xf0\x88\xcf\x81\x85\x47\x0c\x07\x16\x1e\x5b\x4a\x24\xf5\x39\xa6\x03\x0b\x8f\x98\x0f\x2c\x3c\xb6\x34\x48\x6f\x9f\xeb\x81\x85\x47\x6c\x07\x16\x1e\xb1\x1f\x58\x78\xc4\x71\x60\xe1\x11\xe7\x81\x85\x47\x5c\x07\x16\x1e\x5b\xaa\x23\xf5\x39\xdd\x07\x16\x1e\xc9\x1d\x58\x78\x24\x7f\x60\xe1\x91\x9e\x03\x0b\x8f\x2d\xad\x91\xfa\x9c\xe2\x81\x85\x47\x4a\x07\x16\x1e\x29\x1f\x58\x78\xa4\x72\x60\xe1\xb1\xa5\x30\x7a\xfb\xdc\x0e\x2c\x3c\x52\x3f\xb0\xf0\x48\xe3\xc0\xc2\x23\xcd\x03\x0b\x8f\xb4\x0e\x2c\x3c\xf2\x75\x60\xe1\x91\xef\x03\x0b\x8f\xec\x0e\x2c\x3c\xb2\x3f\xb0\xf0\xc8\xcf\x81\x85\x47\x0e\x07\x16\x1e\x5b\xba\x21\xf5\x39\xa7\x03\x0b\x8f\x9c\x0f\x2c\x3c\x72\x39\xb0\xf0\xc8\xf5\xc0\xc2\x23\xb7\x03\x0b\x8f\xdc\x0f\x2c\x3c\xb6\x94\x41\x6f\x9f\xe7\x81\x85\x47\x5e\x07\x16\x1e\xe5\x3a\xb0\xf0\x28\xf7\x81\x85\x47\x71\x07\x16\x1e\xc5\x1f\x58\x78\x94\xe7\xc0\xc2\xa3\x84\x03\x0b\x8f\x12\x0f\x2c\x3c\x4a\x3a\xb0\xf0\x28\xf9\xc0\xc2\xa3\x94\x03\x0b\x8f\x52\x0f\x2c\x3c\x4a\x3b\xb0\xf0\x28\xfd\xc0\xc2\xa3\x8c\x03\x0b\x8f\x32\x0f\x2c\x3c\xca\x3a\xb0\xf0\xa8\xd7\x17\x16\xfe\x75\xe4\x3e\x00\xef\xa8\xee\x00\xbc\xa3\xfa\x03\xf0\x8e\xfa\x1c\x80\x77\xd4\x70\x00\xde\x51\xe3\x6f\x00\xef\x10\xac\x04\xf0\x0e\xc1\x4a\x00\xef\x78\x73\xc1\xf3\xd4\x37\x17\x3c\xf7\x7f\xf3\xbd\x03\x98\x14\x1a\x20\xd0\x20\x53\x29\x80\x77\xc8\x54\x0a\xe0\x1d\x0a\x1b\x00\xf0\x0e\x85\x0d\x00\x78\x87\xc2\x06\x00\xbc\x43\x70\x14\xc0\x3b\x04\x47\x83\x9e\x57\x37\xc0\x3b\x04\x47\xa3\x9e\xd7\x37\xc0\x3b\x14\x36\x00\xe0\x1d\x8a\x0d\x00\xf0\x0e\x45\xb1\x02\x78\x87\x8c\xb1\x00\xde\x21\x63\x6c\xd2\x3f\xf3\x06\x78\x87\x40\x2d\x80\x77\x08\xd4\x02\x78\xa7\x60\x65\xfd\x97\x81\x6f\x0a\x71\x82\x85\xa7\x10\x67\xd5\x4d\xe6\x86\x85\xa7\x50\x25\x58\x78\x2a\x89\x3b\x58\x78\xca\x8a\x0a\x16\x9e\xb2\xa2\x82\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x12\xbc\x83\x85\xa7\x90\x2a\x58\x78\x0a\xa9\x36\x3d\xaf\x6e\x58\x78\x0a\xa9\x76\x3d\xaf\x6f\x58\x78\x2a\xc1\x3b\x58\x78\x2a\xc1\x3b\x58\x78\xaa\x28\x3f\x58\x78\xba\xb8\x61\xe1\xe9\xd2\x86\x85\xa7\xcb\x1b\x16\x9e\x4a\xa0\x02\x16\x9e\x4a\xa0\x02\x16\x9e\xd4\x91\x14\x16\x9e\xd4\x91\x14\x16\x9e\x7e\x6c\x58\x78\xbe\x75\x24\xb9\x0b\x75\x24\x85\x85\xe7\x73\x6d\x58\x78\x1a\x8a\x7c\xb1\xf0\x7c\xf6\x0d\x72\xf3\xd9\x37\xc8\xcd\x67\xdf\x20\x37\xc9\x2b\x2d\x2b\xf1\x7c\xa8\x90\x4d\x61\x86\xf9\x50\x01\x9c\x74\xb5\xf3\xa1\x7a\x3b\x75\x0d\xa7\x50\x63\xb8\x2e\x4d\xac\x49\x6a\x14\xaf\xb7\x41\x6a\x14\x4f\x49\xb1\x29\x34\x18\xe2\xa5\xe9\x34\xc9\x36\xad\xf4\xba\x93\x7a\xfc\xef\x73\x85\x02\xa3\xb2\xdd\xb1\x2b\x7f\x92\x50\xc5\xeb\x9b\x05\x2a\xb1\x90\x54\x78\x06\xaa\x7e\xb3\x3d\x70\x06\xaa\x7e\x93\xa5\x7c\x06\x64\xa2\x2e\xe8\xa4\x9e\xbf\x52\xfe\xce\x40\x55\xf3\x8c\x84\x81\xaa\xe6\x6c\x71\x9c\x01\x79\xa8\xa9\x39\x85\xf2\xe2\x50\x9f\x74\x05\xcb\x69\x9c\xdf\x47\xe5\xef\x09\x6f\x09\x81\x19\xaf\xff\x1c\x79\x43\xf9\x7f\x46\x1a\xa9\x5e\x3c\xb5\x2a\x27\xa9\x5e\x3c\x85\xd6\xa6\x52\xbd\xd4\xe8\xaf\xd9\x7e\xe6\x02\x29\x5f\xbc\x46\x8e\x52\xbe\xd4\xfc\x6b\x8e\xfd\xcc\x1e\x52\xbf\xa8\xa8\xf4\x24\xf5\x8b\x12\xea\x4e\xa5\x7e\xa9\xd5\x5f\xcb\xfb\xab\x5d\xbf\xe6\xd5\xaf\xfe\xf8\x6b\x0e\x7f\xad\xee\x55\xd6\x64\x46\x55\xa9\x67\xd6\x29\x2d\xcc\x7b\x1d\xff\xe7\x8c\x2a\xba\xf3\x06\xe3\x5b\xaa\xc4\x5f\xdd\xfb\x8b\xf2\x6b\x93\x54\x31\xca\xb5\x3d\xd3\xbb\x35\x81\x67\xce\xca\x7f\xed\x9e\xdc\x85\xf4\x31\xfe\xd6\xd5\x9a\xe3\xea\xeb\xd6\x47\x52\xc9\x78\x36\xb6\x4e\xa5\x92\xf9\xf5\x26\xec\x8d\x45\xfe\x4b\x21\x91\x99\x55\x33\x9e\x77\xad\x0d\xc7\x3d\xbd\x65\x55\x26\x9b\x8e\x55\xce\x6d\x6a\xd3\x71\xff\xf5\xf6\x75\xbd\x32\x44\x94\x5f\x47\x78\x0a\x41\x47\x53\x1b\x8d\xc7\xa5\xe7\xe9\x09\xcc\x06\x52\x09\x4f\x6d\x38\x1e\x37\x32\xfc\x7a\x3f\x92\x55\x9b\x8f\x7f\x5d\x3d\xfb\xcf\x51\x55\xf7\x47\x19\x4f\xaa\xfb\x5f\x23\xf8\xab\xde\x3c\x5f\x52\x51\xe9\x9f\x33\xe9\xd7\x7b\xf9\x19\x5b\x6f\x65\x7f\xde\x79\x79\xd7\x2d\x7a\xfe\xfe\x27\x1f\x47\x7f\xdb\x43\x6d\x65\x1e\xf5\xd7\xaa\xfb\xb3\xba\xb2\xa5\xd9\xa3\xd4\x67\x69\x9f\xff\xe8\x3c\xe3\xc7\xeb\x49\x83\x16\xa3\xb0\x30\x66\x48\xac\x3c\x0d\x6a\x78\x65\xe9\x98\xec\x11\x52\x1d\xfe\xa9\x0d\x3d\x53\xdf\x72\xfe\x2b\xa2\x6e\x6a\xcf\xcf\xf6\x8a\xd8\xf7\xe3\x49\xca\x3e\x09\xc9\xf4\x5a\x18\x15\x92\xf9\x6b\xb8\xd8\x04\xe2\x0a\x85\x66\xfe\x3a\x3a\x9e\xd7\x20\x34\x09\xd1\xf4\x5a\xcc\x14\xa2\xb9\x4d\x66\x42\x31\xdf\xc9\xdc\xca\x3e\x99\x15\x8a\x79\x4c\x66\x42\x32\xdf\xc9\xac\x90\xcc\x63\x32\x13\x9a\xf9\x4e\xe6\x36\xf7\xc9\xfc\xd6\x05\xfa\xf7\x64\xee\xd7\x3e\x99\xe5\x44\xff\xcd\x64\xc6\xa1\xfe\x4e\xe6\xb7\x7e\xd0\xf7\x64\xee\xcf\x3e\x99\xe5\x20\xff\x9a\xcc\xcf\xd7\x64\xc6\x69\xfe\x4e\x66\x39\xcd\x7f\x33\x99\x31\x67\xbe\x93\x59\xe6\xcc\x7d\x32\xf7\xf5\xf3\x4d\x31\x4c\xbe\x93\x59\x86\xc9\x6d\x32\x63\x9c\x7c\x27\xb3\x8c\x93\xdb\x64\x16\x92\xfc\xcd\x64\x16\x72\x3c\x26\x33\x86\xc9\x77\x32\xcb\x30\xf9\x9b\xa9\x22\xa4\x79\x4c\x66\x70\xe4\x3b\x99\x67\xfc\xd3\x64\x16\xa6\xfc\xcd\x64\x9e\x75\x9f\xcc\xef\xbe\xa8\xef\xc9\xfc\xee\x8f\xfa\xfb\x64\x7e\xf7\x4d\x7d\x4f\xe6\x39\xf7\xc9\xac\x38\xd4\x6d\x32\x13\x34\xf0\x4e\xe6\x75\xef\x93\x19\x23\xea\x3b\x99\x09\x1a\x78\x27\x33\xee\x7e\x4d\xe6\x25\x23\xea\x3e\x99\x7f\x1d\xbd\x8f\x19\xbb\x2e\xb7\xcd\xd8\x85\x0b\x5f\x33\x76\xc9\xd8\xfa\x3d\x63\x97\x8c\xae\xdf\x33\x76\x61\x7c\xd5\x8c\x5d\x18\x58\x3d\x95\x06\x16\x06\x56\x9f\xd4\x07\xfa\x49\x71\x8d\x05\xdc\xf5\x20\xe8\x75\x91\x1d\xcc\xb7\x14\x1f\x17\xfb\x08\xcf\xa4\xa4\xc3\x32\xe8\x1b\x5a\x8c\x31\xbb\xfb\xfb\x0c\xe9\xa7\xd2\x1d\x9e\xab\xa7\xf1\x3c\x6f\x6a\xaf\x75\x93\x1a\x2c\x3c\xff\x3d\x73\x2b\x05\x58\xee\x3d\x3d\xeb\xae\xa9\x50\x2e\x6e\x19\x8c\xfe\x75\x26\x3c\xd7\xf8\x3e\xe3\x29\x6a\x3c\x43\x9c\xfe\xab\x07\x06\xaf\x43\x2b\x29\x86\x50\xbe\xcf\x58\xa8\xc1\xb5\xc2\xb3\xda\x4a\x21\xd6\xe0\x57\xe2\x4c\xfc\x93\xa4\x44\xe7\xfe\x4e\x52\x22\x75\x7f\x2b\x69\xf9\xa3\xa4\xf5\x8f\x92\xb6\x3f\x4a\xda\xff\x28\xe9\xf8\xa3\xa4\xf3\x8f\x92\xc2\x6e\x99\xcf\xeb\x8d\xfc\x55\xeb\x06\x66\x32\x6a\xcc\xa4\x6d\x29\xf8\xad\xe5\x69\x31\xbe\x54\xc3\xe9\xd6\x3f\x19\x83\xd4\x84\x58\x8a\x59\xa0\xa0\xe8\x52\xbc\x82\xd3\x39\x98\xfd\x53\xaf\xeb\xb9\x5f\x78\xbc\xcc\x28\x6d\x55\xec\xad\x45\xe9\x12\xea\x28\x2c\x6a\x40\xa9\xce\xee\x32\xfa\xe0\x54\xf0\x7c\xc9\x18\xdd\x74\x1d\x45\x39\x87\x5a\x8b\x16\x23\x19\x23\xb4\x87\x3e\xac\x87\x2a\xbf\x7d\xa6\x47\xb2\x1a\x4d\xb0\x5c\xe4\xd6\xa2\x48\x21\xb5\x2a\x96\x0c\xcc\xa4\xc4\x5a\xcf\xa7\x40\xe3\x5f\xd5\xf1\x92\xdd\x99\xe2\x22\xeb\x29\x5f\x2d\x96\x65\xaf\xce\xb5\xaf\x16\xd5\x60\x58\xf0\x56\xa0\x1a\x0c\x09\x2d\x97\xb8\x02\xa5\x76\x97\x71\x84\xcf\x3f\xfd\xd7\x3f\x4d\xa0\xe7\x41\x04\x59\x88\x43\x7f\x2b\xec\x2c\x2a\x2f\x3a\x7d\x40\x78\x82\xa3\xbc\xc9\xa2\xf2\xa2\xa3\x9c\xdc\xa2\xba\xa9\x78\xc2\x32\x33\xa2\xf3\x30\xa8\x65\x26\x44\xe7\x29\x78\xbb\xcc\x7c\xf8\xf9\x67\xf8\xfa\x67\xe4\x1c\xf2\x53\xeb\xd4\x13\xac\xbe\x0c\xcb\x3a\x0f\xab\x5e\xd4\x33\xf5\xa4\x57\x59\x66\x02\xfc\xfc\x73\x7c\xfd\x73\xd2\x62\x79\x4c\x6b\xff\x67\x76\xfb\x3f\xb3\xdf\xef\x99\x9f\xaf\x7f\x86\xaf\x7f\xc6\xfd\x9e\x54\x47\x5f\x7a\x67\x6f\x1d\x54\x06\x98\x99\xd1\x2c\x7f\xe9\xaf\x96\x99\xd0\x3e\xad\xfb\xab\xe5\xbe\x5a\x40\x0b\x4d\xb9\xf2\xec\x53\xa7\x30\x91\x48\x6c\xb3\x0a\x8b\xd2\xa3\x7f\xf2\x8d\x80\x43\xab\xf0\x8d\x60\x84\xcb\x70\xaa\x95\x27\xb5\x96\xbd\x4f\x07\x97\x5b\x64\xf8\x76\x30\xc2\x65\xd8\xd4\x29\xed\xcc\x32\x6c\xea\x94\xae\x66\x19\x36\xb5\x02\xa8\xd6\x5a\xfb\x3f\xcd\x04\x66\x89\xbd\xad\x75\x53\x7c\x8d\xf7\x69\xa6\x2f\x17\xba\xce\x79\xce\xf1\x74\x33\x79\x59\x95\x66\x6b\x05\x5a\xf4\xc5\x4c\x5d\x56\xb3\xd9\x5a\x70\x55\x60\xca\xaa\xf0\x6f\x2d\x02\x95\x05\x82\x9c\x78\xcb\x60\xad\x55\xd2\xb6\x16\xdc\xba\x33\xea\x0c\xaa\x5a\xf5\x78\x6b\xc1\x9b\xa9\x07\xb5\x1a\x7d\x29\x7c\x77\x03\xad\x2e\x00\x5a\x57\xa3\x9c\x1c\xa0\x75\x09\xb4\x7a\xdd\x85\x11\xa9\x37\x2f\xb0\xfa\x9e\x1b\x5f\xe7\xe6\xd7\xb9\xb5\x9f\x53\x34\xa7\xce\x19\x10\xfd\x9c\x73\x5f\xe7\xfc\xd7\x39\xeb\x75\xd2\x32\x6c\x5b\xe4\x2d\xbf\xab\xb5\xe2\xb6\xe9\x63\xf5\xf2\xd5\xaa\x5f\xad\xf6\xd5\xea\x5f\xad\x41\x8b\x37\x68\x60\xf4\xb5\x91\x2c\x03\xa3\x2e\x50\x01\x6a\x0d\x46\xb9\x16\xc6\x71\x7f\xb5\x34\x0a\xe8\xf5\x08\x5f\xad\xf8\xd5\x4a\x5f\xad\xfc\xd5\x42\x06\xac\x53\x6b\xd4\xaf\x96\xb6\x89\x33\x3e\x07\x32\x08\x38\x0d\x64\xf8\x35\x0a\xfe\xbe\x2c\x0f\xc4\xd3\x80\x1c\x6b\xdb\x79\xbe\xe6\xb5\x95\xf3\x5a\x54\x33\x4a\xe4\x08\x5e\xd3\x7d\xb5\xfc\x57\xeb\xf9\x6a\xc9\xcd\xcf\xe4\x78\xeb\x5a\xaa\xa5\x60\x4e\x5a\x0a\x48\x7d\x5b\x5c\x67\x13\xce\x5f\x42\x7b\x36\x89\xad\xe0\xe3\xaf\x96\x55\x61\x35\x43\xac\xb5\xf8\xa7\xb2\xed\x2e\xfe\xa9\xbc\x0c\xba\x8b\xb6\xbe\x71\x97\x5b\x28\xd4\xa6\x91\xbf\x15\x20\xca\x3d\x6f\x19\x33\xb9\xe7\x2d\xa3\x24\xf7\xbc\x65\xbe\xb1\xbc\x52\xfe\x36\x4f\xdb\x5a\xa6\x91\xfd\x1d\x51\x3b\x5e\xe7\x9e\x9f\xcf\xf0\xab\x15\x3e\x1f\xcc\xdf\x31\x7e\x3e\x98\xbf\x63\xfa\x2c\x21\xfe\x8e\x0c\x02\xab\xc9\xea\x6f\x99\x15\x90\xe1\xc6\x20\xf0\xca\xf0\x06\x6d\xdc\xb4\x14\xea\xcc\x5d\x14\xb4\xf1\x70\x9d\xb8\x91\x55\x3e\xf5\xb7\x82\x36\x1e\x9e\x2e\x5e\xf4\xd0\xcf\x37\x68\x43\xf7\xdc\x52\xc9\xfa\x5b\xd6\xf5\xac\x96\x6c\xca\x7a\x82\x6c\xca\x3c\x41\xdc\x28\x23\xad\x38\x89\xde\xa7\x02\x8a\x79\x9f\x4e\xd9\xa0\x6d\xfa\x79\xa7\x6c\xd0\xa6\x9c\xbc\x53\x36\x68\x2b\xa7\xe7\x9d\xb2\x41\x5b\x09\x3b\xef\x94\x0d\xda\x90\x88\x77\xca\xf8\xdc\x75\x9d\x8c\xae\xb4\x94\xf1\x79\x72\x17\x65\x7c\x9e\xdc\xe5\x51\xa8\xc2\xa4\xb5\x8f\x02\xf7\x3c\x5f\xad\x40\x32\xde\x4c\x2b\x7e\x2a\x3d\x79\xf7\xa4\x4f\x4d\x32\xef\x0c\xd0\xa8\x26\x99\x77\x38\xc8\xa9\x49\xe6\x1d\xe6\x50\x6a\x92\x79\x87\x63\x9c\xa4\xa5\xde\xe1\x14\xc7\x40\xe9\x1d\xf0\x86\x9a\x64\xde\xe1\x0c\xbf\x75\x4f\x1c\xe1\xd4\x24\xf3\x0e\x27\x38\x35\xc9\xbc\x03\xde\x50\x93\xcc\xbb\xa0\xba\x71\xf4\x53\x85\xf7\x12\x77\x89\xaa\xef\xc5\x13\xa2\xea\x7b\x71\x17\x79\x51\x7f\x6a\x92\x79\x8a\xb7\xab\x26\x99\x57\xf1\x76\x6a\x92\xf9\xb7\x78\xfb\x4f\x4d\x32\xef\x92\xea\x7b\xf1\xb6\x54\xcb\x6e\xf0\x0e\xe4\x35\xfd\xa9\x49\xe6\x29\xf7\xae\x9a\x64\xfe\x2d\xf7\x1e\xf9\x26\x49\xf5\xbd\x74\x27\x6a\xac\x75\x9d\xa3\x96\xd9\xcd\xfb\x93\x87\x34\x6e\x7d\x1e\x9f\x9a\x64\xde\xe1\x1d\x45\x8d\x7a\x87\x67\xf4\x53\x93\xcc\x3b\x3c\xa3\xd4\x24\xf3\x94\x8b\x57\x4d\x32\xef\xe4\x11\x8d\x9f\x3e\xe3\x11\xa5\x26\x99\x57\x39\x79\x6a\x92\x79\x95\x93\xa7\x26\x99\xa7\x9c\xbc\x0a\x69\x7a\xca\xc9\x7f\x5a\xf9\xa7\xf5\xb7\xa5\xda\x53\x69\x5e\x35\x36\xfd\x5b\x69\x7e\x32\xe0\x70\x86\x52\x47\xd3\x53\x69\xfe\xd3\x1a\x5f\x2d\x6a\x5e\x06\x75\x6c\xed\xad\xa2\xfa\x9b\x88\x87\xb3\xd2\x05\x5e\x6d\x89\x5f\x2d\x60\xbf\x06\x9c\xea\xb8\x3e\x3a\x67\xfd\xa4\xc6\xa6\x57\xdd\x79\xea\x68\x7a\xd5\x9d\xff\x69\xf5\xaf\x16\xfd\x2c\xbc\xee\xa2\xda\x9c\x0c\x08\x9c\x90\x4e\x1f\x4e\xc5\x0f\xb4\x28\x2c\xb5\x78\x13\x14\xb0\xa3\xc6\xa6\x77\x14\xb0\xa3\xc6\xa6\x77\x4b\x55\x2e\x4d\x5a\xaf\x02\x76\x86\x66\xbd\xbf\x28\xd6\x67\x35\x36\xbd\x7f\xd3\xf0\xeb\x9c\x52\xef\x4f\x5a\xe9\xff\x7e\x6a\x6c\x9a\xcd\xee\xa7\xc6\xa6\xd9\xd5\xfe\xf7\xd6\xd8\x34\xeb\xdc\xff\xde\x1a\x9b\x66\x4b\xfb\xa9\xb1\x69\x56\xb3\xff\xbd\x35\x36\xbd\xbf\xf5\x74\xee\xa2\x94\x2b\x8d\xbb\x28\xe5\x8a\x21\x48\xef\xef\xf8\x51\xca\x66\x4b\xfb\xa9\xb1\xe9\xfd\x2d\x44\x4e\x3f\x8d\x76\xab\xc6\xa6\xf7\x4a\xb3\xd2\xf4\x3c\xfa\xe2\x74\x4f\x6a\x73\x1a\xde\xf2\x5e\x9b\x65\xcd\xe0\xe3\xfd\x5b\xcf\x54\x2d\x8a\xeb\x31\x01\xbc\xb6\xb5\x36\xde\x19\xdb\x5a\x31\x19\x7a\xcf\x96\x56\x6a\x6c\x7a\xaf\xe2\x7a\x17\xb2\xb3\x9d\x95\x52\x7b\xde\x6b\x3b\x6b\x57\x4b\x05\x2a\xf5\x04\x55\x6f\xbd\x69\xa9\x7a\xbd\xee\xc9\x64\x0e\xbc\x09\xed\x51\x68\x5c\xa7\x8d\x08\xcc\x0e\xcf\x26\x04\x0a\x69\x7a\xd5\xe3\xa7\x90\xa6\xf7\xda\x80\xb0\xb8\x27\x1b\x10\x28\xa4\xe9\xbd\x36\x1f\x0c\x64\x7f\x89\x3c\xef\xd3\x7f\x88\x2f\xf6\xb0\xff\xbd\x85\x34\xbd\xf7\x1b\xbb\xf5\x5e\x11\x61\x46\xcb\xbd\x57\x44\x58\xe3\x3a\x2d\x48\x91\x37\xaf\x05\x29\xd1\x17\x2d\x46\x8c\x64\xcf\x62\x44\x21\x4d\xef\xb3\x0a\x70\x22\x11\x7c\xee\xd6\x98\xd0\x42\xa4\xd1\xfa\x86\x64\xf0\x84\xbc\x2b\x2d\x9f\x77\xa5\xe5\xf3\xae\xb4\x7c\xde\x95\x96\xcf\xbb\xd2\xf2\x79\x57\x5a\xbe\xec\x4a\xcb\x97\x5d\x69\xf9\xb2\x2b\x2d\x5f\x76\xa5\xe5\xcb\xae\xb4\x7c\xd9\x95\x96\x2f\xbb\xd2\xf2\x65\x57\x5a\xbe\xee\x4a\xeb\xff\x13\x76\x66\x47\x92\xf3\x38\x10\x76\x89\x22\xc1\xcb\x1c\x9e\xfe\x9b\xb0\x31\xf8\x52\x55\xdd\xf3\x47\xec\xbc\x35\x5b\x2a\x89\x10\x2f\x24\x8e\x44\x1a\x3f\x0f\xad\x34\xff\x3e\xb4\xd2\xfc\x79\x68\xa5\xf9\xf3\xd0\x4a\xf3\xef\x43\x2b\xcd\x9f\x87\x56\x9a\xdf\x43\xeb\xff\x6e\xcd\x69\xfe\x7d\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xe7\x79\x96\xe6\xcf\xf3\x2c\xcd\x9f\xe7\x59\x9a\x3f\xcf\xb3\x34\xff\x3e\xcf\xd2\xfc\x79\x9e\xa5\xf9\xf3\x3c\x4b\xf3\xef\xf3\x2c\xad\x9f\xe7\x59\x5a\x3f\xcf\xb3\xb4\xfe\x3e\xcf\xd2\xfa\x79\x9e\xa5\xf5\xf3\x3c\x4b\xeb\xe7\x79\x46\x65\xfe\xcf\x02\x56\x45\x1d\x2d\x8c\xb7\x9a\x8e\x5a\x7c\xe2\xc8\xe7\x3f\xf6\xf3\x77\x27\xff\xfc\xdd\x29\x3f\x7f\x77\xea\xaf\xdf\x9d\x9f\x1b\xe2\xb9\x3f\x7f\x77\xc3\xcf\xdf\xdd\x1f\x36\xbb\x44\x35\x7c\xd9\xec\x12\xd5\xf0\x65\xb3\x4b\x6f\x35\x7c\x4d\xdb\xfb\xc3\x66\x97\x2c\xfc\xb0\xd9\x25\x0b\x3f\x6c\x76\xc9\x7c\xc3\xbf\xa3\xe8\x5a\xa7\xa5\x6b\x7f\xc6\xb2\x6e\xb4\x4e\xf3\x0d\xbf\x9f\xa5\x96\xbb\xfa\x0f\x1b\xbe\xb9\x2d\xf9\x8e\xac\xdf\x79\x0d\xdb\x81\x0c\xe6\x36\xe3\x3b\xd0\xdb\xcd\xed\xc4\x77\xb8\xf5\x33\x51\x1b\xbf\xf4\x33\x68\x79\x80\xec\xf1\x10\x81\x64\x6e\x03\xbe\x83\xcd\xc4\xfc\x10\xb9\x03\x7d\x9f\xba\xf9\x77\xb8\xdd\x3e\x51\x37\xff\x0e\xbe\x04\x75\xf3\xef\x30\xbd\xe1\x8f\x7c\xad\x70\xd0\x53\x37\xff\x0e\xc6\x9d\xba\xf9\x77\xbc\xef\x9b\x5c\x43\x3e\x3f\x44\x4a\x3a\xc8\xe0\x87\x48\xb1\xa5\x7e\xfe\x91\xaf\x36\x0f\x49\x48\xd4\xcd\xbf\x03\x85\x84\xba\xf9\xb7\xb3\xb8\xa9\x9b\x7f\x07\xdb\x07\x75\xf3\xef\x60\x9b\xa3\x6e\xfe\x1d\x86\x0c\x51\xf2\x2d\x5a\xc8\x90\x75\x27\x63\x04\x0e\xb2\x88\x0c\xa8\x35\xe6\xc7\x4d\xd9\x0d\x89\xfc\xb8\xa9\x71\xe9\xed\x2e\xc3\xa3\x2f\xe1\xc7\xcd\x6e\xf5\xec\xad\xb1\x88\x8c\x93\x23\xdb\x64\x51\x72\xf0\xdb\xa4\x71\xa2\x07\x09\x39\xc0\x81\xd4\xf1\xcf\xfb\xf0\xbd\x13\x72\x24\xbe\x46\x42\x8e\xc2\x1b\x08\x64\xc6\x1b\x91\x2c\x31\x4e\x89\x31\x4c\x92\x51\xbf\x73\x7b\xfb\x9d\xfa\x1d\x32\x9a\xfa\xf2\x47\xc6\x9e\x38\x80\x2c\x31\x4e\x1c\x6a\xe6\x36\xe3\x3e\xa3\xde\xa0\x79\xa8\xa7\x20\x1f\x3b\x93\x25\xcd\x43\xc6\xc9\x90\x0f\x55\xd1\x1c\x43\x95\xa2\x6f\x6a\x8c\x53\xe2\x29\xa6\x71\x42\x76\x93\x7c\x7a\x0a\xf3\x90\x03\xdd\x4c\xf2\xd1\x6b\x23\x50\xbb\xea\x29\x8c\x61\xd2\xfb\x90\x2f\x21\x83\xe3\xab\x32\xf5\xcd\x0c\xf9\xd2\xf8\xc7\x36\x6d\x6e\x36\x28\x93\xdd\xdf\x0c\xd1\x13\x83\xe2\xb0\xac\x44\x2d\x33\x93\xe8\xdc\x99\x99\xa2\x68\x52\xe6\xb0\xec\xf6\xcd\xc4\x73\x58\x76\x3b\x5b\x9a\x39\x2c\x2b\x7b\xf3\x59\x1c\x96\xdd\xce\xf6\x6c\x0e\xcb\x4a\x59\xba\xb3\x78\x5f\x2a\x43\x9b\x35\xb4\x6a\x35\x1f\x3e\xd3\x53\xdc\x7d\x72\xb4\x94\x32\x43\x1b\xf8\x9c\x1e\x99\x52\x7a\x43\x86\x4c\xd5\x90\xa9\x6b\xbe\x04\x93\x16\x88\x9b\x45\x1a\x55\x35\x92\x79\x94\x4a\x0f\x5a\x04\x1e\xa1\xd2\xdf\x0d\xce\xcd\x1b\x59\xa6\x01\x73\xf3\x46\xdd\x87\x2f\xe1\xe6\x8d\x1e\x34\x5d\x0a\x55\x35\x86\xee\x74\x77\x52\x47\xc7\x33\x37\x6f\xb4\xa6\x6d\xc4\xcd\x1b\xf9\x00\xf8\xcd\xcd\x1b\x65\x4d\x3d\xf3\x8f\x7c\x3d\xbe\x77\xfa\x16\x7a\x17\x13\xc4\xa3\x54\x5a\xe4\xb8\x33\x8f\x44\xe9\x65\xe9\xed\xb8\x7b\x30\x99\x98\x43\xd9\xa2\x43\xd5\x1c\xca\x7e\xbe\x8b\x43\xd9\x32\xd1\x7d\xad\x42\xf5\xa8\x2d\xdb\x61\x6c\x5b\xda\x96\x1d\xc6\xe6\xbd\x90\xc1\x21\x6c\x6f\x0f\x7d\x71\x08\x9b\x8f\x26\xab\x43\xd8\x76\xde\x3b\xff\xc8\x57\x87\x16\x9c\xc3\xd7\x5c\xb5\xf5\x3a\x7c\xcd\xa1\xeb\x29\x2e\xdf\xa8\x8c\x91\xc3\xd7\x1c\x34\x91\x1d\xbe\xe6\x73\x19\x69\x87\xae\x3d\x6a\xf1\xbb\xa6\x58\x46\xd3\x1b\xa8\x8a\x02\xb2\xb0\xa6\xaa\x28\xf4\xa5\xb1\x34\xaf\xae\xf9\x11\xd1\x22\x6f\x77\x4d\xb1\xb6\xf7\x4e\xf3\xb1\xcd\x3c\xd3\x35\xc5\x16\x38\x3a\xad\x41\xca\x73\x75\x67\xf5\x2f\xaf\x6d\xd9\x21\x6b\x89\x97\x9e\x39\x2e\xad\x17\x3d\xce\x1a\xa4\x3c\x95\xb1\x6d\x14\x5d\xba\x7c\x6b\xc7\xa5\xb9\x63\xf2\x32\xd7\x30\xdb\xd4\xaa\x6a\xb8\xe8\x86\x9e\x42\x25\x25\x94\x22\x73\x0d\xb3\xdd\xc8\x33\x3b\x99\xd5\xa8\x29\xe6\x1a\x66\xad\x68\xb4\xe6\x1a\x66\x8b\x8f\x5a\x9e\x59\xdd\x8b\x7e\x07\x55\x67\xd5\x33\x5d\xbe\xf1\xe8\x9a\xaa\xf6\x30\x7b\x28\x30\x55\xf5\x05\x1d\xcf\x96\x1e\xe8\xa7\xe3\xd9\x16\xb4\x6e\x1d\xcf\xb6\xae\x5e\x3b\x9e\xed\x41\xc7\x6a\x67\xfd\x15\xbd\xcf\xc7\xcf\xde\x6b\xd7\xfb\xa9\xcd\xcd\xbd\x09\x75\x6b\x5f\x72\x6f\x42\x0b\x3a\xf4\xa8\x0e\x15\xde\x6b\x2e\xdf\xc0\x14\x68\x54\x87\x7a\x67\x0f\xd5\xa1\x1e\x63\x8d\x51\x1d\xaa\x26\x7a\xe6\xde\x84\x16\x34\xeb\xdc\x9b\xd0\xf6\x65\xa4\x07\xfb\xcb\x40\x3e\xe7\xdb\xcd\x47\x63\x3b\x58\x7f\x9a\xc9\x1e\x83\x53\x9a\x8e\x55\x0f\xb0\xe9\xef\x7c\x71\xad\xbc\x6c\xed\x9f\xae\x95\x97\x3f\xea\xff\x3f\xb6\xe4\xa9\xa1\xe5\x43\xb8\xb2\x5e\x5f\x1d\xc2\x95\xf5\xde\xa4\x93\xb9\xb2\x5e\xc2\x54\xcb\x28\x7b\xa4\xdf\xf9\xd0\xe6\xce\xd2\x74\x6d\xbc\x6e\xac\xae\xe6\x9a\x78\x1b\x53\x77\x36\x96\x3b\x02\xb9\x26\x5e\xa3\x36\x6f\xd7\xc4\xdb\x9f\x15\xea\x2d\x9f\xba\x31\xe8\x9a\x4f\xdd\xa2\x0f\x48\x41\xad\x47\xcb\xcf\xb5\xf0\xba\xb4\x99\xba\x16\x5e\x37\x1a\xbc\xb9\x06\xde\xcb\xa5\x67\xae\x81\xb7\x2c\x3d\xcf\x35\x70\xbb\xda\x06\x5d\xfb\x2e\x49\x7a\xa5\x6b\xdf\xf5\x3d\x2c\x5c\xfb\x2e\x2d\xeb\x77\x3e\x75\x1f\x4d\xd6\xc5\xd0\x4a\x06\x27\xb4\xa8\x57\xcb\xd6\x5d\x20\xd9\x82\xde\xe0\x47\x47\xc1\xb2\x6a\x0b\xed\xb4\xeb\xda\xa2\xa5\xb7\x6f\xa6\xa0\xae\x1d\x26\x0f\x43\xeb\x2e\x90\x72\xd4\x72\x24\x90\x65\x01\x36\x15\xd4\xea\xbc\x61\x53\x90\x49\x47\x8e\x23\x81\xdd\x2c\xee\x1d\xf4\x5b\x15\x65\xe2\xdb\x6c\xaa\x35\x6c\xbe\xa2\x5b\xb2\x73\xd6\xd1\xe2\x96\xec\x5c\x74\x28\x50\x54\xab\x6a\x41\xba\x25\x3b\x37\x6d\xe0\x14\xd5\xea\x3a\x80\xdd\x92\x9d\x87\xbe\x0d\x45\xb5\xc6\xd4\xdb\xfd\xf8\xd8\xd2\xf5\xdc\x92\x9d\x37\xb6\x6b\x73\x4b\x76\xde\xda\xa8\xdc\x92\x9d\x37\x58\xce\xdc\x0f\x92\xaf\xf4\x27\xf7\x83\xe4\xdb\x19\x8b\xc3\x1c\xdd\x6a\xf9\x1c\x7d\x34\xda\x8e\x76\xca\x73\x79\x9f\xa3\x9d\x12\x75\x5c\x39\xda\x29\x51\x8b\xdc\x63\xc8\x4b\xd6\xc6\xe8\x31\xe4\xe5\x1d\x43\x8f\xff\x29\xa6\x0d\xf5\x10\x4c\xac\x79\xe1\x36\xf6\x52\xa4\x1f\xba\xdf\xa5\x54\x7d\x41\x47\x50\xa5\x62\xf3\xb6\xc3\xf1\x08\x80\x37\x47\x50\xa5\xeb\x60\xa3\x62\x48\xd7\x0a\x51\xc5\x10\xe9\x80\x54\x0c\x19\x5a\x67\x17\x26\x64\xcd\xc3\x8b\x75\x1c\x3c\x65\x1e\x97\x5e\x4e\x54\xcb\xe5\xbb\x3a\x48\x3d\x2e\xbd\x1c\x7d\x09\x27\x09\x29\x57\x1b\x87\x93\x84\xd4\xe7\x22\x83\x47\x0d\xd5\x84\xdd\xde\xdc\xd0\x57\x4d\x0a\x9b\x1b\xfa\xaa\x49\x5a\x37\xf4\x55\x3b\xea\x99\xaf\xc1\x8c\x2a\x92\xdd\xd0\x57\x8b\x47\xcc\xa7\xec\x86\xbe\xda\x31\x42\x64\x37\xf4\xd5\xc6\x61\x92\x61\x7a\xee\x53\xd7\x7c\x0d\x52\x2d\x25\x65\x8f\x2c\xaa\xda\x7a\xb3\x23\xc4\xba\xae\x9e\xe9\xc7\xff\xae\x89\x96\xaf\xc1\xed\x0c\x76\x29\xc3\xf4\x7c\x92\x7e\x87\x7a\x83\xa2\x90\x1d\x21\xd6\x7b\x1e\x5a\xcb\xd7\x59\xd6\xdb\x59\x83\xc8\x97\x83\xd6\xa0\xde\x70\x69\xb9\xb4\xd9\x11\x62\xa3\xfe\x67\xca\x8e\x10\x9b\x4c\x58\xd9\x11\x62\x7b\x1a\xcf\x74\x84\xd8\x9e\xf9\x8f\x54\xb5\x94\x1d\x3c\x36\xd9\x58\xb2\x83\xc7\xa6\x53\x3c\x43\xd7\x97\xd1\x01\xb3\x83\xc7\x96\xb7\x5a\xbe\xbd\xe2\x03\x4d\xd9\xc1\x63\x6b\x49\x1d\xf3\xed\xb5\x75\x44\x77\xf0\xd8\x1a\x4b\x25\x3b\x78\x6c\x8d\x13\x37\x3b\x78\x6c\x1d\x6b\x53\x76\xf0\xd8\x7a\x52\xcb\x45\xef\x68\x1b\xd9\xc1\x63\xd3\x09\x9f\x1d\x3c\xb6\xc1\xc2\xc9\x0e\x1e\xdb\xc6\x62\x96\x1d\x3c\xb6\x1d\x74\xa7\x6b\x76\x97\xc5\x9f\xdd\x8e\xd9\x0e\x1a\x5a\x8e\x68\x76\x43\xad\x8a\xc6\x8b\xec\x0e\x2c\x7b\x08\xfa\x9d\x6b\xae\x0f\x0b\x27\x3b\xb0\xec\x0f\xe0\x30\x3b\xb0\xec\x4f\x46\x3e\x07\x96\xfd\x29\xea\x8b\x9f\x9c\x8f\x06\xd3\x41\x65\x7f\x34\x3d\x1d\x54\xf6\x67\xd0\x4a\xc4\xf9\x63\x7d\xcd\x89\x40\x1d\xb4\x8d\xec\xa0\xb2\x4b\xdb\xcf\xca\x8e\xd5\xd4\x75\x50\xd9\x0d\x2d\x25\x27\xb6\x56\x36\xa9\xec\xa0\xb2\x57\xb6\xa5\xec\xa0\xb2\x57\x8c\x06\xd9\x41\x65\xaf\x15\xd9\x1d\x54\xf6\xa6\x65\x04\xa8\x6c\xea\xb5\x83\xca\xde\x96\x5a\x2e\x9f\x4c\x16\xd9\x41\x65\x9f\xa6\x37\xb8\x7c\x53\x5f\xc2\x41\x65\x9f\x1c\x6c\x99\x3c\x86\xa9\x05\x40\x20\xd2\xbc\x6a\xb9\x7c\x1b\xb8\x9f\x1d\x54\x76\xe9\x48\xd9\x18\xbf\xa0\x6b\xbe\xf5\x44\xf5\xda\x41\x65\x29\x1c\x65\xd9\x41\x65\x79\x34\xee\x0e\x2a\x5b\xc3\x64\x91\x1d\x54\xbe\x68\x26\x3b\xa8\xec\x81\xe3\x3f\x3b\xa8\xac\xed\xe8\x77\x3e\x3f\x57\x57\xcb\xed\x91\x67\xeb\x0d\xee\x42\x97\x49\x2e\x3b\x72\xcc\x07\xcc\x97\x1d\x39\x56\x03\x2b\x66\x47\x8e\x5d\x6e\xd6\xec\xc8\xf1\xc5\x4b\xd9\x91\x63\x6b\xe8\xe2\xd9\x91\x63\x8f\x60\x9b\xec\xc8\xb1\xe7\x89\x7c\x8e\x1c\x5f\x2c\x95\x1d\x39\x96\xa4\x95\xe3\xc8\xd1\x4d\x16\xd2\xdc\xb3\xa3\xc7\xfa\x00\xdb\x33\xe8\x31\x68\xb4\x1d\x3d\xbe\xc8\x2b\x3b\x7a\x2c\x79\xea\x77\x7e\x3c\xde\xa6\x3b\xcf\x0f\x54\x96\x33\xda\x39\x76\xea\x0c\x7a\xac\x68\x93\x19\xf4\x98\x1e\x7a\xe7\xe8\xb1\x45\xf5\xdc\xd1\x63\x4b\x5b\x77\x1a\xaa\x98\x9e\x42\x30\xa2\x56\xa4\xa3\x47\x4c\x2f\xda\x70\x4b\xfd\x81\xfd\xb2\x23\xc8\xde\x1f\x3d\x09\x0d\x16\x87\x7c\x06\x41\xbe\x9b\xa3\x23\xc8\x17\x25\xe6\xb2\x7e\xa0\xc4\x5c\xf6\xaf\xd6\xf9\xd5\xba\x9f\x2f\x89\xb1\x2d\x83\x22\x85\x29\x33\x28\xb2\xa2\xdd\x67\xe2\xc0\x8e\x66\xb5\xa3\xc8\x5e\x08\x2c\xc8\x8e\x22\x79\x52\xd4\x6f\x7d\xbf\xb9\xa6\xeb\xbe\x1e\x13\x5e\xb0\xec\x48\xb2\xc5\xf5\xcf\x2d\x1a\x90\x39\xb7\x1e\xe9\xc3\xfc\x47\x9d\xf6\x96\xec\x90\x0c\x7a\xe5\x94\xd1\x36\x5c\x01\x29\x4d\x2f\xf7\xa5\x9a\xbb\x9e\xe2\x4b\xb5\x6a\x80\x2a\x20\x05\x97\x58\x06\x64\x26\x2d\x32\xea\xf3\x5a\xe0\x77\xd4\xe7\xfd\xb4\xd2\xaf\x96\x6b\x79\xd2\x17\x73\x43\x53\xc7\x42\x9a\x1d\x64\x16\x12\x97\x52\x76\x90\x59\x64\xdf\xca\x0d\x90\xa2\x2d\xac\xb1\x15\x1d\x3d\x73\xbc\xba\xe4\x9d\xba\x3e\xd1\x17\x99\x02\x0e\x34\x5b\xc1\x32\x97\x9b\x80\x0a\xf2\x37\x2a\xfa\x62\x4e\xc9\x00\x4d\xc3\x2e\x9a\x1d\x68\x96\x10\x99\x64\x0e\x34\xeb\xd6\x61\xd6\x65\xc3\xd3\x9d\xae\x09\x45\x7d\x7d\x07\x9a\xed\x3d\xf1\x1d\x68\xee\x56\xea\xde\x5a\xea\xbd\xfc\xe7\x3f\xf5\x33\x29\xb0\x69\x65\x40\xe7\x4d\x7a\x9b\x6b\x45\x41\x12\x38\xe8\x2c\x5d\xcb\xcf\x41\xe7\x6e\xb6\xf7\x79\xef\x5e\xff\xf9\x0f\x32\x03\xe3\x72\x67\x5c\xd1\xaa\xb2\x83\xcf\xde\x31\x36\x65\x07\x9f\xa5\x34\x9e\x4d\x28\xdb\x41\x6b\xcc\x0e\x3e\xdb\xdd\xba\xe6\x25\x55\xaf\xb6\x67\x07\x9f\xb5\x6a\x8e\x09\x7c\x6a\xb4\x1c\x7c\xb6\xa2\xcd\x6c\x60\x1c\xd1\xc6\x3a\x38\x42\x4d\x77\xba\x9c\x03\x8c\x90\x01\x9f\x59\xba\x8b\x83\xcf\xdb\x83\xde\xe0\x4b\x97\x4c\xc7\x94\x87\x96\xae\x9e\xe2\x2a\xc2\x5d\x7a\xdf\xfd\x61\x70\xc9\x8e\x30\xcb\xc5\xda\x9c\x41\x98\x32\xbf\xe4\xf9\xa3\xce\x47\xca\x84\xc7\xc9\x55\x94\x27\x25\x8d\xab\x5a\x2e\x5f\xd4\x3c\x99\x9f\xed\x69\x0d\x5d\xf7\xb9\x5b\x81\xc6\x19\x94\x29\xe7\x60\x76\x94\xd9\xa6\xf4\xc8\xa9\x2d\x58\x77\xce\x77\x26\x9f\xa2\x3e\xf9\xdc\x1d\x41\xbd\xa7\x74\xb3\xd6\xae\x23\xcd\x5e\x16\x52\x3b\xd2\xec\x4d\xdf\xc0\x91\x66\x36\xcd\x26\x47\x9a\x79\x80\x42\xb3\x23\xcd\x36\xc0\xab\x79\x61\xe4\x42\xab\xce\x0b\x94\x82\x99\x30\x83\x34\x63\xd3\x35\x5f\x9f\x69\xe8\x0d\x95\x59\xa8\x67\x7e\x8e\x9a\x1d\xf4\xce\x8e\xce\xcf\x2c\x5b\x18\x4a\x1e\x3d\x69\xa2\x95\xaa\x07\x2e\x63\x92\x52\xb5\x64\x08\xd2\x73\xcf\x0f\xc3\x53\x5e\x5a\x9f\x3c\x73\xa3\x0e\x69\x96\x6d\x34\x5d\x6d\xf4\x8e\x36\x6b\x06\x63\x64\x47\x9b\xed\x6a\x2c\x37\xe5\x8d\xb5\xe6\x41\x9a\x24\xf7\xa5\x0c\xd2\x3c\x92\x11\xa4\x79\xf1\x77\x64\x47\x9a\x25\x49\x15\x74\xa4\x59\xa6\x14\x35\x47\x9a\x2d\xe9\x68\x07\x69\xba\x32\xf6\xff\xb7\x6d\x40\xa8\x4d\x3d\xc4\x4f\xd9\x68\xea\x98\x9f\xb2\x59\xa7\x84\x83\x50\x9b\x9a\x72\x80\xd0\xae\x25\x0c\x08\xfd\xb4\xd8\x9a\xde\x16\x36\x22\x02\x9a\xb2\x83\xd0\x6f\xcb\x4f\x9e\xa5\x09\x74\xca\xaf\x56\xa5\x1c\x24\xc2\x02\x42\x3f\xad\xfe\x1d\x6c\x86\xc9\x81\x68\x4d\xd2\x37\xcf\x67\x1a\x5f\xe9\x48\x80\xd1\xa4\xd3\x14\x30\x9a\x3b\x1f\xeb\xfc\xb4\xf5\xe5\xf3\x3d\x69\xf1\xbb\x66\x07\xa4\x35\x0a\x32\x39\x20\xe5\xdd\xea\xcd\x45\xf3\xd5\x94\x75\x50\x9a\x6f\xd2\x35\x86\x5a\x68\xe1\xe2\x4e\x91\xa6\x06\x28\x4d\x4d\x6f\xf9\xb1\x05\xd3\xe7\x0b\x70\xc3\x46\x97\x2f\x76\x4d\x6d\xf1\x17\xf4\x82\x75\x2d\x3b\x30\xed\xe1\x7d\xa7\x57\xb3\xbe\xa6\xa7\x6c\x34\x39\x16\xc5\x65\x6b\xc2\x00\x94\x2f\x86\x05\xf4\xdd\x12\xb0\xbb\xb3\xa5\x95\xf0\xfc\x6a\x45\x0c\x5c\x81\x56\xc2\xa6\xdb\x68\xf9\xd6\xd4\xd1\xc4\x4b\xc8\x5f\xc2\xf4\x54\x02\x86\x13\xfa\x59\x28\x41\x34\xa7\x9e\xf9\xd5\x0e\xdf\xdf\xfa\xb4\x5d\x6c\x4d\x05\x17\xe5\x6e\x7a\x8b\x03\x6c\x19\x9d\x8a\x00\x68\xd7\x73\x19\x33\x0b\x7b\x31\x1f\x0a\xe9\x2c\x13\xed\xa8\x3c\x9f\x31\x5b\x59\xff\x71\x79\x02\xfa\x5b\x71\x20\xfa\x5a\x58\x0b\xe4\xf0\x0d\x83\x40\x71\xb4\xf9\xda\x5b\xcb\x83\x9f\x44\xef\x25\xde\xe5\x48\x56\x47\x9b\xbd\x01\xfa\x0b\xf1\x2e\x67\xeb\x29\x1e\x2a\x58\x9b\xee\x9c\x98\xda\xf4\x76\x8f\x77\x91\xb1\xab\xe0\xaa\xdc\x68\xb3\xc5\xd1\xa6\x9c\x7e\xba\x8e\xaf\x04\xb3\x43\x71\xc4\x69\x07\x5f\x42\x89\xcf\xfb\x1d\xf6\xd0\xf5\x88\xd9\x90\xef\xeb\xa8\x33\xbf\xdf\x28\xb2\x16\x71\xb7\x17\x50\xe7\xa7\x55\x38\xc2\xe8\xa1\xa3\xce\xd6\xd8\xda\x8a\x50\xa7\xe9\x0d\x1e\x12\x99\x51\x9a\x8a\xa3\xce\x1c\x8f\xae\xcd\xcf\x77\x9f\xfa\x8f\x1b\x4d\xe4\xf7\x29\x51\x46\x05\xbe\x66\x04\x59\x37\xbd\xe5\x72\x48\xd0\x72\xe4\xd9\x06\x9b\x7d\x01\x79\x56\x62\xa5\x0a\xc8\xf3\xd3\x72\xa3\xc9\x00\x67\x97\x84\xe5\x00\x65\xab\x08\x79\xea\x6b\xc1\xcb\xb4\xc0\x85\xc5\x91\x67\x9d\x4b\xef\x6b\xbc\x9d\xaf\x01\xf2\x2c\x47\x2d\xd4\xd9\xac\x37\x4c\x56\x06\xa3\x43\x06\xbd\x0c\x70\x85\x0c\xfa\xcb\x86\x5d\x1c\x79\xbe\x56\xf6\x02\xf2\x0c\x1a\x67\xd3\xda\xe3\x29\x64\xd0\x7b\x15\xfd\xff\xbb\x7d\x17\x92\xeb\x05\x12\x8a\x61\xb3\x25\x48\xad\x38\x28\x2d\x64\x16\xa5\xe2\xa0\xb4\x16\x82\x6b\x8a\x83\xd2\xb6\x35\xa0\x86\x51\x81\x33\xbe\x18\xc3\x5b\xf8\x2c\x02\xa5\x51\x77\x0e\x80\x05\x1f\xc2\xd8\x76\x34\xf4\x02\xa5\xef\xb5\xcd\x54\x53\xeb\xfc\x6a\xf9\xb6\xd3\x09\x98\x2b\x0e\x4a\x77\xb3\xbb\x97\x96\x9c\x80\x29\x61\x3a\x05\x60\x1a\xa2\xae\x01\x66\xb0\x20\x15\x80\xe9\xd4\x74\x72\x60\x9a\x3b\x71\x12\x85\x64\x7b\x7b\x5b\x3e\xbc\xe1\x6d\x21\xa3\x86\xc2\x41\x69\x53\x38\x51\x71\x50\x6a\xe7\xbd\xe6\xc3\x3b\x4d\x6f\x5f\x9f\xe5\xf8\xa8\x07\xfb\x87\x0b\xa4\x38\x30\x2d\x45\xdb\x03\xc0\x34\x44\xb6\x15\x07\xa6\xf5\x02\xd1\x8a\x03\xd3\x3a\xb1\xe9\x96\x02\x60\x1b\xba\x26\x92\x04\xc6\xc3\x81\x69\x0f\x0f\x5f\xa3\xe0\x36\xba\xba\x56\x7e\xc4\x00\x17\x40\xa9\x1c\xbc\xa5\x7c\xb7\xd7\x4e\x5f\x01\xa6\xef\xb6\xe3\xc0\xb4\x3c\x98\xd1\x8a\x03\xd3\x52\x31\x56\x95\xf2\x95\x13\x53\x45\x29\xfb\x5b\xe3\x39\x15\x07\xa7\x55\x4e\xbd\x82\x7b\xb3\xa2\x5b\x15\x80\xe9\xa7\xf5\x50\x2d\x99\xc5\x89\x7b\xf3\x12\x34\x5a\x00\xa6\x0a\x17\x2c\x15\x0a\xb5\xa2\x16\xc4\xc3\x20\xb3\xe2\xa0\x34\x1b\xc6\x97\x52\x71\xdf\xaa\xaf\x8e\x3c\xeb\xd0\xa6\x06\xf2\x2c\xe0\xc9\x52\xa5\xdd\xf2\x95\x1d\x79\xb6\x7b\xf4\x3b\x8e\x97\xab\xdf\x51\x0d\x5a\xe3\x0c\xf2\x0c\x8f\x9e\xe2\xf6\xdb\x06\x96\x29\x20\xcf\xca\xe1\x5f\x9a\xb6\x5c\xdb\x07\x13\x56\x71\xf4\xc9\x77\x97\x64\x8e\x40\x73\xd6\x08\x36\x22\x10\xb4\x25\xe3\xe6\xcc\x87\x37\xe1\xe6\x9c\x41\xad\xfa\xc3\xa5\x55\x9a\x8c\x7d\x8c\x00\x08\x54\xb1\x0a\xc5\x11\x68\x5e\x18\x02\x4b\x63\x5d\x66\xfd\x0e\x15\xef\xd1\x35\x8f\x98\x9f\x3a\x54\x41\x9f\xc2\x2d\xa5\x61\xc7\xc5\x73\x54\x3a\x47\x8b\x8e\xe6\x8e\x9f\x01\x13\x6c\xe9\x68\xf0\x3a\xce\x1c\x7d\xde\x0e\x52\x2e\x1d\x37\xae\x0e\x4c\x47\x9f\xad\xe3\xc9\x28\x8e\x3c\x5f\xb7\x5c\xe9\xf8\x8a\x50\xda\x0a\x88\x33\x65\xb5\x7c\x4d\x66\x8d\x23\x6e\xce\x7b\x18\x2b\x47\x9c\x95\x2a\xe2\xa9\x74\xec\xd4\xef\x1b\x36\xab\x57\xad\x03\xda\x62\xac\x40\x9a\x0f\xe6\x9f\xe2\x48\xd3\x2e\xd1\x43\x65\xb0\xe5\x6a\xad\xe2\xe6\x54\xc8\x43\x71\xa4\x99\x8f\x0e\x11\x90\x66\xce\xba\x93\x30\x8a\xf2\x8f\x8c\xc3\x54\x00\xa1\x19\x48\x56\x06\x43\x8b\x5f\xba\x0c\xc0\xb6\x96\xbf\x83\xd0\x7e\xd1\x19\x0b\x20\x34\x69\x3b\x72\x10\x1a\x8f\xce\x25\x07\xa1\xf9\x62\xc7\x2d\x0e\x42\x73\x3f\x2c\xb5\xf1\xd1\x1c\x16\xb1\x05\x65\x70\xa2\xea\xdc\x72\x20\x9a\x4f\xe7\xb9\x00\xd1\xac\xf3\xde\x81\x68\x1e\x05\x81\x71\x75\x66\x9d\x4d\xb8\x3a\xb7\xb6\xb1\x99\xbf\xc5\x72\x52\x99\xe5\x57\x0b\x10\xaa\x89\x00\x08\xed\x4d\xcf\x74\x7e\xf0\x23\x4d\x6f\xe2\xe5\x05\x84\x16\x5c\x9d\xef\xc4\xc3\xd5\xa9\x84\x96\xe2\x00\xb4\x09\x56\x15\x07\xa0\x19\xca\xa4\x54\xe4\xea\xd4\x66\xb8\x70\xe5\xe2\x4a\x29\x4b\xb6\x4e\xfa\xe2\x00\xb4\x4a\xcf\x2e\x00\x50\xc5\xb2\x16\x07\xa0\x79\xe3\x02\x2e\x02\xa0\x9a\x32\x00\xd0\xaa\xad\xc6\x01\x68\x6d\xd2\xc4\x70\x75\x1e\x1d\x22\x0e\x3e\x5b\x90\xf6\x07\xf8\x34\x6c\xab\x05\x57\xa7\x22\xc4\x0b\xae\xce\x4f\x6b\xa3\x7b\xaa\x9f\xbe\x0d\xed\xa2\xdf\x29\xca\x82\xbe\xe0\xea\x7c\x37\x9d\x8d\x01\x48\x12\x6d\x38\xdc\xb5\x40\x76\xfe\xd5\x2a\x38\x45\xe9\xb5\x03\xcc\x62\xda\x20\xb7\xdc\xb5\xba\xd3\x8f\x8b\x47\xe8\xc0\x01\x66\x6d\xfa\xba\x0e\x30\xfb\xd4\x22\xd8\xb8\x6b\xa5\x57\x39\x8a\x2c\x7d\xeb\x99\xe7\x87\xb3\xb8\x90\x94\x63\x52\x58\x1c\x45\xf6\x8b\xcf\xa0\x38\x8a\xac\x47\x8a\x87\xa3\xc8\x7e\x74\xe0\x80\x22\xe5\x64\x2e\xb8\x32\x8b\xb6\xbb\x83\x6a\xb3\x75\x27\x9a\xab\xd4\x1e\x47\x91\xb9\x6b\x1b\x71\x14\x99\x15\xb7\x5f\x0e\x47\x85\x0e\xc0\x23\x03\x81\x7e\x87\x56\xa7\x35\xe8\xe8\xb1\x0a\x6b\x96\x83\x91\x52\x7a\xaa\xa3\xc7\xba\xb5\x65\x3b\x7a\x6c\x47\x1b\x23\xae\xcc\x86\xa9\xa9\xe0\xca\xfc\xb4\x88\x84\x91\xd2\x85\x2b\xf3\xc1\xb8\x54\xee\xc7\x46\xbb\xd5\xd7\x9b\xbf\xff\x41\x4e\x47\x8f\x39\x82\x96\xcb\xd5\x5a\xd3\xef\x7d\x1c\x15\xd8\x5a\x2e\x5a\x78\xce\xfb\x68\xbf\xb9\x8a\x0c\x51\x4f\x7c\xbc\x0a\xa6\x83\x72\xe5\x3f\xd0\x73\xf1\x6f\x61\x8e\xab\x20\xc4\xce\x5a\xac\xb8\x2e\x2f\x31\x47\x15\xd7\xa5\x5c\xfd\xd5\x11\x62\x3b\x64\x09\xd4\x40\xe4\x19\x8a\x62\xc5\x75\x99\xd8\xb0\x2b\x45\x6a\x2f\x5f\xac\x3a\x42\xfc\xb6\x3c\xe8\xae\xa3\xd0\x56\x77\x5d\x96\xf6\xf6\x05\xd7\x2c\xdf\xa7\x12\xdc\xaa\x60\x82\xea\xc8\xb1\xaf\xac\x37\xec\x4f\x68\xc1\xff\xdd\xa2\x6b\x20\x72\xc2\xf9\x15\x52\x25\xee\xb5\x03\xa4\x2a\x95\xc6\x48\x5d\x4d\xf5\x21\xe8\x0e\xbd\xaa\x02\x26\x2b\x53\xa7\xe2\xd5\x0c\x41\xbf\x63\x28\x73\xdf\x67\xea\xb7\x99\x10\x1a\xfd\x96\xe5\xf8\xa8\xe5\xd3\x55\x76\xa9\x2a\x0e\x03\x74\xcb\x2a\x40\xa9\xcf\x06\x57\x41\xd4\x87\x82\x9f\x20\x6e\x5d\x5b\x1f\x38\xdc\xf4\xdc\xfd\x35\x6a\x30\x40\x50\x8b\x65\x4e\xe2\xfa\xe0\x42\x61\x6a\x55\x4a\x47\x14\x0d\xa5\x83\xca\x9c\xb1\xe4\x55\x00\xa5\xf4\x95\x0a\xa0\x34\x8e\x94\xea\x80\x32\x17\x20\x54\x8d\x68\xe3\x1c\x5c\x95\xd2\x11\xe3\xd1\x33\x5d\xce\xb1\xf8\x46\x11\xdf\x01\x1e\xe3\x1a\xfb\xf7\xe0\x42\x3a\x40\xe5\x7a\xf4\x4e\xcf\xb3\xab\x47\xbf\xf5\xe3\x61\x1d\xfd\xd6\x8f\xc0\xa3\xef\xe7\x80\xd2\x0e\x5a\x63\x8d\xb8\xc2\xd0\x28\x6b\xc2\xb6\x0e\xe8\xae\xe9\x6b\x20\xd0\x94\x85\xec\x37\x6a\x72\x3b\xa8\x2c\xa6\xde\x27\x90\xd5\xd2\x9d\xbe\xbd\x1a\xc6\xa2\x9a\xb0\xc5\xe6\xb1\x37\x47\x6b\x4d\xb8\xc4\xd8\x7e\xab\x03\xcb\x37\x2a\xa2\x3a\xb0\xfc\xb6\x06\xba\x84\x7a\x38\x19\x05\xbe\x6d\xfa\x68\xe4\x6b\xeb\x49\xbe\x6c\x5b\xe7\x1b\x41\xcf\xd6\x34\x1f\xa0\x67\xeb\x38\xe5\xaa\xc9\x55\xa4\x96\x8f\xe7\x64\x23\xaf\x20\xc8\x4f\xcb\xe5\xec\x6c\xe4\x15\x04\x39\xf5\x0d\x70\x6b\x2a\x6a\xa2\xe2\xd6\x3c\x9a\xf3\xb8\x35\x05\x7b\xab\x11\x50\x89\x92\x52\x1d\x41\x7e\x5b\xb8\xc3\xf4\x35\x70\x6b\x3e\x28\x28\xd5\x11\x64\xd5\xa6\x5b\x0d\x4d\x4e\xf3\xd5\x11\x64\x4d\x1a\x01\x47\x90\x55\xf1\xdc\x55\x6e\x4d\x9c\xa3\x35\xa3\xca\x60\xb8\xaa\x19\x3b\x2c\x4a\x51\x75\xf4\x58\x0b\x5a\x7e\x85\xaa\xed\x72\xb8\x57\x47\x8f\x55\xf8\xa3\x66\x02\xd6\xb0\x99\x57\xd0\x63\xc7\xfc\x55\x1d\x3d\xd6\x8e\x7e\x5d\x71\x69\x7e\x5a\x03\x57\x3e\x32\x38\x7a\xac\x7d\xe8\x7d\xf2\x75\xe9\xce\x0d\xca\x53\x8b\xbd\x47\x73\xdc\x91\xe3\xa7\xe5\xc8\xd1\x62\x51\xcb\xe5\x5b\xf8\x62\x2a\x01\xb1\x0b\x77\x76\x05\x39\x6e\xcc\x6d\xb5\x7c\x8f\x11\x54\x88\xea\xe8\xb1\x1e\x4c\xba\xd5\xd1\xe3\xb7\xe5\x32\xbe\xab\xa5\xb4\x1f\x71\x22\xb5\x10\x35\x82\xf2\x5a\x71\x69\x9e\xa6\x67\x62\xe4\x40\xc7\xae\x05\xb5\x33\xb7\x7d\xb0\x2e\xd4\xca\x31\x81\x67\xa6\x82\x00\x95\x42\x55\x1d\x01\x9a\xe9\x1b\x38\x02\x6c\x51\xb2\xe0\x96\x8c\xf5\x5f\x9a\x75\x75\x00\xd8\xa2\x16\x36\xf1\xad\x4f\xd5\xeb\x30\x8b\x03\x2a\x2a\x00\xd0\xa2\x3a\x86\xd9\x1f\x4f\x79\x75\x00\xd8\x0c\x48\x5b\x1d\x00\x5a\xc6\xf5\x56\x71\x3d\x66\x6d\xbd\x0e\x00\x5b\xd6\x9d\xed\x63\x73\x5b\xda\xe0\x1d\x00\xb6\x9a\x74\x77\xa2\xc5\x84\x70\xf0\xd7\x1a\xba\x66\x05\xfc\x55\xf5\x00\xf0\x57\xaa\x5a\xf5\x47\xb4\x4a\x75\xf0\xe7\x11\xff\xde\x22\x92\x45\x1b\x90\x83\xbf\xd6\xdf\xa7\xb8\x8c\x72\x61\x55\x5c\x8f\x53\xdb\xbc\x62\x5c\xf5\x35\x1c\xfc\x35\x85\x09\x55\xc0\xdf\xbb\x69\x01\xfe\xaa\xb6\x55\x07\x7f\x4d\x89\x1d\x15\xf0\x77\xd0\x1e\x2a\x31\xae\x57\x8b\xaf\x63\xac\xd0\x97\x02\xfc\xdd\xab\x3b\x0b\xa0\x9a\xbe\x74\x10\x90\x26\x58\x07\xdc\x6a\x52\x03\xfe\xee\x62\x22\x74\x40\xbc\xce\xfd\x8e\xf6\xac\x83\x4d\x31\xae\x6f\x6b\xff\x6a\x9d\x5f\xad\xfb\xb3\x35\xc2\xaf\x16\xe8\x00\xe0\x5b\x47\xfc\xd5\x4a\xbf\x5a\xf6\xab\x95\x7f\xb5\xca\xaf\x56\xfd\xd5\x6a\xbf\x5a\xfd\x57\x6b\xfc\x6a\xcd\x5f\xad\xf5\xab\xc5\x31\x5e\xe2\x56\x68\x60\x75\x94\xd7\x13\x16\xe8\xea\x08\xaf\x2b\x66\xa2\x4e\x0c\x6b\x25\xed\x77\x9b\x76\x94\xd7\x0b\xb6\xd8\x3a\x7f\xda\x4d\xab\xa3\xbc\xde\x74\x5c\x4f\x6c\xe0\x00\xee\x3a\x15\x4b\xcf\x4c\x71\x94\xd7\xe5\x08\xad\x13\xa3\x13\xb1\x36\x75\xb6\x5f\xad\x4e\x4b\x4f\x71\x39\x07\x3a\x7c\x75\x94\xd7\xe5\x5e\xaf\x93\x88\x9d\xa2\xdf\xf9\x38\x0e\xcd\x29\xdc\x8c\xf3\xd1\xef\x88\xd8\x91\xaa\x42\x40\xeb\x56\x5f\x40\x79\x5b\x6f\x58\x20\x08\xcc\x8c\xd5\x51\x5e\x57\x84\x7c\x5d\x3f\x23\x76\xaa\xa3\xbc\x7e\x35\xa3\x17\x1a\xa9\x8e\xe1\x85\x46\x8a\x89\xa4\xca\xcd\x58\xfa\x3e\x52\xd9\x16\xea\x4a\x0e\xfb\xe0\xd5\xaa\x6b\xfc\xe7\x3f\xc4\x65\xeb\xf0\x5a\xc4\x2d\x6b\x76\x2f\xb4\x6f\x30\x57\x75\xc4\x97\xaf\xbe\x1f\xee\xc6\x84\x21\xb4\x82\xf8\x92\xe6\x02\xc1\xad\xef\xb1\xb3\x49\x79\xd1\xe1\xac\xe0\x56\x8f\x16\xd1\x7f\xfc\x28\x1f\x5a\xeb\x3b\x7f\x4c\xae\x84\x9f\xd6\x8d\xda\x62\xcf\x3e\xef\x33\x08\x54\x26\xdc\xb9\x6e\x8c\xa2\xd2\xe0\x1d\xfd\x99\xb0\x6e\x3d\x18\x8a\x88\x1f\xa9\x8e\xe2\xec\xe4\x7f\xa5\xbf\x54\x07\x78\x26\x48\x52\x1d\xe0\x99\x80\x53\x3d\xb8\xcd\xb0\xa3\x56\x07\x78\x76\x88\x99\xae\x0e\xf0\x4c\x21\x4d\xf5\x10\x2a\x7f\xd4\x6a\xde\xba\x7a\x0a\x46\x86\xab\x37\x90\x0a\x10\xd4\x69\x5c\x30\x58\x29\xeb\xc1\x65\x56\xf4\x94\x8d\x65\x48\x77\x1e\xdc\x69\x7a\xbb\x83\x70\xf9\xef\xeb\xc5\x86\x04\xa4\xab\x97\x88\x04\xe9\x94\xb8\xfe\xae\x3e\xb0\x03\x38\xbb\x04\x8c\x55\x07\x6f\x26\x3b\x68\xbd\xa4\x64\x60\x1f\xac\xee\xda\xcb\xaf\x86\x74\x49\xc9\x88\x7a\xe6\xa2\xa5\x67\xba\xb6\x1b\x04\x73\x2e\xc6\x10\x8c\x36\x15\xd7\x9e\x52\xe2\x5b\x20\x2e\x1a\x89\x5a\x20\xa5\xa6\x5d\x5a\x84\xf4\xf3\xad\x9b\x03\xb7\x1c\xb0\xd7\x36\x5c\x7b\x61\xa9\x05\x72\x39\xba\xb3\xd0\xea\xb4\x2a\x2d\x3d\x13\xe4\xc2\xf2\x6a\x81\x23\x39\xe8\xed\x03\xc4\x13\x68\xe1\xa9\x7e\x74\x8d\x94\x21\x8e\x88\x06\xc3\xdd\x93\xf5\x4c\x6c\x95\x98\x3f\x9a\x98\xec\xd8\xea\x1a\xee\xbe\x07\x73\x4b\x83\xb1\xee\x39\x6a\xe1\x23\xe1\xb8\x6e\xa0\x2f\xa8\xb5\x52\x03\x7d\x29\x6e\xbf\xa9\xd6\x33\xa9\x0e\x0d\xf4\x15\xf9\x9e\x0d\xd6\xb8\xd8\xf5\x3b\xd0\x17\x4b\xb8\x09\x7d\xe1\x54\x6d\x0f\x11\x3d\x49\x6f\x67\x09\xe3\x1c\x6e\x91\x25\xcc\x86\xd8\x40\x56\x49\xef\x03\x59\xa5\xa2\x3b\x31\x4a\x0d\xdd\x49\x6c\x3a\x71\xe4\x0d\x64\x95\x34\x0e\x20\xab\x04\x4e\x68\x20\x2b\x79\x3d\x1a\xc8\xca\x30\x7b\xb5\x48\xfc\xbd\x24\x02\x55\x59\xd1\x1b\x60\xb8\x23\x12\xa5\x81\xaa\xac\xe9\x77\x3e\x0e\xa6\x19\xe2\xa8\x2a\x9b\xc6\x01\x54\x65\xa4\x6b\xb4\x44\xd4\x07\x2b\xb5\x25\x98\x03\x31\xe1\x34\xb2\x0e\x0d\xa5\xa5\x25\x90\xe3\xd2\xef\x5c\xbe\x8c\x41\xa7\xa9\x7c\x0a\xdb\x4b\x4b\xb8\x90\x51\x14\x5a\x52\xd1\x41\xbe\x44\x22\x42\x07\x6b\x76\x4b\x44\x5d\x35\x3d\x85\x1c\x09\xcd\x41\x47\x44\xb9\xa0\x94\x35\x47\x44\xb9\x60\x2e\x6b\x20\xa2\xa2\x59\x00\x22\x2a\x1a\x23\x47\x44\xb9\x98\xee\x04\xe1\xea\x0b\x3a\x22\xca\xa5\xe8\x77\x85\x96\xee\xf4\x6f\x5d\xc0\xee\xcd\x51\x4f\x2e\xd8\x0b\x1a\xbe\xb1\x02\xee\x68\xf8\xc6\xca\xd2\x53\xe8\x27\x07\x7a\xcb\xf4\x13\xb4\xdd\x32\xc4\xda\x98\x5f\x9a\x23\x9b\x2c\x3f\x4b\xcb\xb8\xb0\x89\x70\x6f\x19\x5f\x0a\xb1\x2f\xcd\xd1\x4b\xfe\x03\xaf\xfe\xff\x96\xdc\x32\xa9\x0c\x28\xee\x8d\x4c\xbf\x8a\x9a\xdf\x1c\xd8\xe4\xaa\x8d\xc1\x81\x4d\xae\x70\x2d\x34\x32\xfd\xa4\x2d\x36\x62\x35\x2b\x6e\x96\x56\x70\x97\xb0\x09\x37\xe2\x31\x1b\xe7\x75\x73\xf0\x92\x1b\xfa\x78\x73\xf0\x92\x65\x4f\x6d\x64\xf3\x35\x02\x9e\x9a\x03\x97\xdc\x9a\xee\xf4\x4f\xdd\x86\x9e\xe2\xe2\x35\xc2\xad\x9a\x03\x97\xdc\xb6\xee\x24\x1d\x03\x2b\x70\x73\xe0\x92\x9b\x96\x11\xb1\x98\x4d\x1b\x58\x21\x1b\x2c\xe8\x7d\xd8\xd2\xa3\x7e\x77\x68\x49\x06\xdc\x97\x5a\xb6\x95\x48\x18\x4c\x15\x0d\x77\x57\x07\x98\x36\x07\x3b\xb9\x13\xb3\xd1\xc8\xe6\xeb\x1a\x5a\x5c\x5a\x03\xbb\x61\xc3\xa5\x35\xf4\x76\x82\x29\x87\x06\x13\x44\xa3\xd4\xe9\xe6\x88\x26\xcb\x8a\xdf\xc8\xd8\x53\xd2\x73\x23\x63\x6f\xbc\x7d\x71\x19\x06\xa1\x8e\xcd\x11\x4d\x1e\x5d\x2d\x97\x61\x10\x66\xd4\x70\x69\x0d\x82\xc7\x5a\x23\x58\x8b\x18\xd5\xd6\xf0\x05\x70\xc0\x36\x5c\x59\x62\x65\x68\x04\x53\x2a\x94\xac\x39\x9a\xc9\x13\xcc\xd4\x1c\xcd\x64\x25\xf6\xb6\x46\xe4\x07\xb0\xaf\x35\x19\x7c\xf4\x3e\x62\x62\xd1\xc5\x1b\xee\xaa\x25\xd9\x1b\x6e\x64\x6d\x05\xb8\xab\x56\xd2\xdb\x5d\x86\x25\xd9\x1d\xb1\xe4\xa5\xc5\x88\xbb\x6a\xe9\x0d\x04\x4b\x2e\xa2\x07\x5a\x27\x0a\x42\xa3\xe2\x88\x25\x2f\x1d\x0f\x8e\x58\xf2\xd6\xb8\xc3\xf1\xb7\x71\x9a\x37\x47\x2c\x79\x9b\xde\xd7\x68\xe9\x5a\xa7\x85\x0c\x8e\x58\xf2\xee\x7a\xc3\xa4\xa5\x67\x2e\x5a\xea\x27\x69\x3f\x78\x4c\x5a\x27\xed\x87\x2c\x84\xd6\x15\x9d\xc3\xb5\x41\xda\x0f\x31\x37\x0d\x77\xd5\xd1\x38\xe0\xae\x3a\xe8\x6a\x8d\xe0\xc7\xf3\xe8\x4e\x02\xca\x50\x19\xda\xc0\x75\x9a\x75\x0d\xbf\xcb\x50\x0b\xbf\x0b\x86\x9a\xe6\xc8\x22\x1f\x7d\xb3\xa1\x38\x72\xde\x80\xef\xe8\x06\x66\xcf\xc4\x35\xa8\xcd\x9b\x40\xc5\x1b\x75\x67\xa6\xc5\x1b\x1c\x39\x64\x85\xfe\xb6\x49\x70\x9b\x94\x92\x89\x0f\x0c\x13\x4b\x9b\xb8\xaa\xb3\x5a\x83\x96\x9e\xe2\xfd\xbc\x98\x43\x9a\xfc\x43\x68\xc5\x6d\x12\x27\xae\x5d\x0a\xff\xd0\xd5\x2c\x77\xe4\x90\x2f\x61\x87\x8d\x00\xc5\x4b\x2e\x43\x23\x40\xf1\x6a\x3f\x5b\xa4\x51\x2d\xdd\x49\x44\x97\x36\x68\xfc\x43\x4a\x92\x69\x0b\xf9\xb4\x87\x2c\xe4\xd3\xce\xb7\x90\x0f\x33\x6a\x73\xe4\x50\xe4\x5f\x68\x04\x27\xba\xeb\xfb\xff\x6f\xc9\x0e\x26\x0a\xb5\x4e\x52\x73\x20\x51\x94\x8c\xd9\x96\x62\x50\x25\xc2\xc6\xa2\xc9\x30\x38\x90\x28\xe1\x15\xd6\xed\x81\x01\x03\x45\xdb\xd8\x3e\x35\xb4\x0e\x24\x0a\xc5\x22\x52\xdb\x04\x46\x69\x9a\x39\x2c\x28\x0f\xc0\xa5\xe1\x2c\x52\x0c\x6a\x23\x1a\xf1\x91\x8e\x40\x34\xe2\x43\xb8\x5d\xdb\xc4\x16\x68\x62\x39\x5c\x28\x0f\xd6\xde\xb6\x09\x7a\xdf\xba\x93\x88\x52\x9d\x62\x38\x8b\x22\xce\xb7\xe6\xce\xa2\x12\xb5\xe0\x1c\x66\x94\xa8\x05\xe7\x30\xa3\x44\xe9\x55\x07\x6b\x2d\x36\xa8\x46\xde\x5b\xcc\xba\x93\xdc\x4c\x0d\x26\x79\x6f\x51\x83\x42\xde\x9b\x18\x47\x1a\x21\x87\x09\x87\x65\x23\xe4\x30\x69\x19\x91\xf7\x26\x37\x6c\x7b\xc3\x09\xe9\x35\xe1\x84\x49\xba\x13\xb9\x6d\xe2\x4c\x68\xe4\xb6\x25\x1c\x50\x0d\x87\x90\x5c\x1f\x0d\x87\x50\xc2\xa7\xd0\x70\x08\x25\x8d\x1f\x0e\x21\x38\x71\x53\x23\xb7\x4d\xd1\x9d\x8d\xdc\x36\xd3\x21\x4a\x18\xa1\x49\x9f\xc6\x11\x64\x5a\x7e\xe4\xb6\x59\xd6\xdb\xc9\xdd\x23\xc1\xa2\x5d\x72\xf7\x74\x58\x38\xce\x28\x56\x75\x8d\xf4\x60\x62\x72\x9b\x63\x89\x62\xb8\xd4\xba\x63\x89\x62\x00\xd6\x1e\x48\x5f\xe7\x18\xeb\x84\x09\x66\xd2\x2d\x3a\x61\x82\x99\xe3\xa1\x3b\x96\x28\xd9\xf4\x14\x22\xef\x8b\x5a\x2e\x43\xc6\xc4\xd3\x1d\x4b\x94\x4c\xd4\x6f\x0f\xe4\x1f\x32\x7b\x3a\x4e\xa0\x8c\xae\xdd\x1d\x4b\x94\x7c\x75\x0d\x8b\x39\x16\xe3\x4e\xf8\x60\x31\xb5\x2e\xb6\x75\xde\x80\x37\xa7\xa0\xfb\x76\x58\x4c\x0a\x0e\xee\x8e\x37\xa7\xb0\x72\xfa\x43\xa8\x23\x9a\x7e\x7f\x70\x3c\x62\x4d\xee\x84\x06\x56\x8c\x79\xfd\x51\xf6\x40\xa2\x85\x43\x2e\xa9\xe5\x32\x54\xd3\x53\x3a\x2d\x3d\xc5\x65\xa8\x78\x3f\xfa\x43\x1c\x4e\x55\xcf\x28\xc8\xc2\xba\xed\x84\x06\x56\xcc\x37\xfd\x21\x87\xf2\xf2\x75\x1f\x62\x70\xf0\x00\x75\x3c\x38\x15\x17\x6c\x57\xf1\x6f\x7d\xb3\xa8\x14\x7c\xde\x1e\x95\xcb\xcb\xfb\x1c\x4b\x94\x46\x4c\x71\x77\x2c\x51\x1a\x96\xf4\xee\x58\xe2\x75\x5f\xf6\x28\x67\x1c\x5f\x09\x16\x93\x36\x74\xa7\xcb\xd0\xd4\x4f\x58\x4c\xa4\x90\xf5\x88\xd7\x62\x23\x2d\xa5\x18\xe5\x54\xee\x94\x62\x6c\x6c\x9f\x1d\x0f\x4c\x63\xa5\x76\x3c\x30\x1d\xe3\x44\xc7\x03\xa3\x84\x9b\x8e\x07\xa6\x83\x10\xba\xe3\x85\xa2\x04\xbd\x8e\xf7\x45\xd9\x05\x1d\xef\x4b\x2f\xfa\x1d\xa9\xf4\x92\x96\xd0\xbd\x3e\xca\x3f\xb6\xe4\x8e\xe3\xa5\x0f\x75\xf3\xe0\x32\xe1\x05\x10\x91\x28\x5c\xbe\x1b\xe9\xaa\x84\xec\x74\x9c\x2b\x83\xad\xae\xe3\x5c\x19\x9c\x8c\x1d\xe7\x8a\xa8\x6c\x3a\xce\x15\x91\xec\x74\x9c\x2b\xca\x66\xeb\x90\x8d\x88\xf4\xa5\xbb\x03\xa5\x0c\x0d\x1f\x8c\x22\x03\x07\x43\x77\x98\x51\x06\x27\x63\x87\x51\x64\x90\x86\xd0\x33\x3d\x63\x43\xe9\xf0\x84\x0c\xd2\x71\x7b\xa6\x67\x9a\xe4\xf0\x84\x4c\x20\x79\x17\x4f\x08\xfa\x51\x27\xdb\x6b\xea\xc3\x67\x62\xb4\xd9\xa0\x7b\x26\x3c\x5d\xfd\xcc\xa2\x48\x61\x12\x28\xa8\x8e\xe8\xdc\x4e\xa6\xd7\x9c\x7a\x83\xf7\x5a\x39\x78\x9d\x80\x3a\xe5\xe0\x75\x77\x8b\x94\xc5\x56\xd7\x1d\x59\x14\x25\xac\xf4\xa2\x5a\x9d\xf4\xc5\x91\x45\x59\x84\x6c\x75\x47\x16\x65\x91\x75\xd6\x0b\x89\xc2\x5a\x70\x04\xd4\xc9\xe9\xdb\x15\x50\xa7\xad\xc7\x91\x45\x59\x5d\x2d\xdc\x5a\xe8\x16\xbd\xe0\xd6\xd2\xb4\x26\x98\x6e\x81\x33\x3a\xc1\x74\x4b\x93\x9c\x2c\xaf\x75\x74\x27\x32\x60\x9c\xe8\x04\xcb\x6d\x0e\xa0\x4e\x16\x97\x12\xd2\xbb\xa3\x87\xb2\x35\xe5\x2b\x5c\x2e\x51\xd7\x88\xc2\xd1\xb4\x76\x57\x49\x11\x73\x46\xaf\x04\x59\x71\x38\x75\x47\x16\x65\xeb\x5b\x3b\xb2\x28\x1b\x48\xde\x1d\x59\x94\xcd\xd1\xd8\x2b\x54\x44\x4b\x7d\x71\x19\xb6\x64\x50\xb0\x1c\x7a\x4e\x77\x64\x51\xe4\x38\xea\x70\x81\x9c\xac\x7e\x92\x90\x4f\x5c\x42\x77\x64\x51\x14\x30\xda\xe1\x02\x39\x20\xb5\x0e\x17\x88\x8c\x75\xdd\x91\x45\x81\xd6\x3d\x75\x47\x16\xe5\x46\xb5\x70\x3d\x82\xbf\x3a\x69\x5a\x57\xe3\x4e\x9a\xd6\xcd\xba\xb3\xd1\xd2\x1b\x48\xe6\xc6\xbd\xd8\xdd\x4f\x52\x6e\xd5\xfb\x5c\x3e\x6a\x4f\xa5\xde\x88\xdb\x6d\xba\xe6\xf2\xdd\xae\xdf\x11\x44\x86\xfe\xde\x1d\x75\x94\x0b\x94\xef\x8e\x2c\xca\xc5\x69\xdc\x49\xc3\xba\x5b\xd7\x90\x01\xa3\x54\x87\xef\xe3\x6a\xbb\x76\x64\x51\x15\x80\xda\x3b\xc1\xa9\x89\x99\xe5\xc8\xa2\x2a\x3a\xa3\x3b\xb2\xa8\x81\x23\xbc\x3b\x7a\xa8\x14\x66\x4b\xbd\xab\x42\x97\x7e\x77\xc8\x34\xd4\xfb\xdc\x85\x28\xaf\x49\x87\xd3\x43\xa4\xbd\xdd\xd1\x43\x15\x81\x59\x27\xa0\x4d\x34\x01\xdd\xd1\x43\x0d\xda\x19\xe0\xed\x78\x82\xee\xf4\x7e\x3e\xe0\xf5\xee\x3e\x8d\x2a\x1e\xc3\x3e\xc8\xec\x54\xaf\x07\xd1\x19\x44\xdb\xf7\x21\x37\xaf\x7e\xe7\x32\xc8\x43\xd7\xdd\xa7\x51\x15\x8f\xd4\x1d\x75\xd4\x07\xec\xd9\x1d\x75\xd4\xe7\x5f\xbc\xd1\xa9\x3b\x20\xa9\xe2\xb7\xeb\x04\xb3\x3d\x9a\xba\xee\xe6\xa8\x11\xa8\xd4\xdd\xcd\x51\x23\xb1\xa3\xdd\xc1\x4a\x8d\xc0\xcb\xee\x60\xa5\x2a\xab\xaa\xc3\xdb\x11\x81\xac\xdd\xc1\x4a\x8d\x59\x6f\x18\xb4\xf8\x48\x13\xd6\x2e\x4d\x9e\x89\x17\x5b\xc7\x83\x03\x92\x1a\x09\x71\xea\x70\x73\x28\x68\xa7\x13\xb0\x16\xa5\x49\x11\x94\x26\x8a\xca\xee\xa0\xa3\x26\x7d\x5c\xf8\x37\x12\x9a\x70\x5f\x04\xd0\x68\xd8\x1d\x74\x54\x6a\x84\xa4\x4e\x50\x9a\x62\xc0\xfb\x22\x2d\x46\xc3\xbe\xf0\xa1\x13\x6a\xd6\x1d\x13\x54\x59\x18\xbb\x63\x82\x9a\x88\x0d\xee\x1b\xe6\x13\x4d\x10\x72\x99\x12\xb6\xd6\xbe\xe9\x19\x96\xec\xbe\xe9\x99\x34\x8d\x4d\xcf\xb4\x4d\x6c\x7a\x06\xb4\xee\x9b\x9e\x69\xb9\x13\x6a\x66\xd2\x1b\x37\xf9\xa2\xda\x06\x37\xcc\x0a\x3a\x64\x36\xcc\x0a\xfa\x2e\x24\x25\x99\xb4\x17\xd7\xfb\xab\x69\x19\xb9\xde\x5f\x0d\x47\x44\x77\xbd\xbf\x9a\xf4\x4d\x82\xc4\x0c\xab\x5e\x77\xbd\xbf\xca\x2e\xda\x5d\xef\xaf\xa6\x0d\xec\xd0\x33\x6d\xad\x04\x89\xc9\x66\xda\x49\x33\x92\xcd\xb4\xbb\x0f\xa1\x5a\xd5\xef\xe8\x35\x26\xaa\x4e\xd2\x90\x75\xb5\x1e\x5a\xc8\x70\xe9\xb5\x0e\x92\x4b\xaf\x87\xee\xa4\xd7\x04\x32\xf5\x4b\xaf\x87\x7e\x47\xaf\x35\x62\x97\x5e\x6b\xc4\x08\xf9\x92\xad\xb5\x93\x2c\x64\xd2\x5a\x61\xb1\x30\x6d\x4b\xb0\x58\x98\xb6\x25\x58\x2c\xb2\xa9\xb5\x89\x9d\xe0\x7b\xc2\x62\xf1\x6a\xe5\x62\xb1\x40\xa2\x41\xb8\x57\x66\x5e\x0f\x98\x2a\x14\x15\x34\x60\xaa\xc8\x6c\x75\x83\x70\xaf\x12\xf4\xbb\x42\x6b\xd0\x22\x04\xef\xd1\x9d\x83\xd6\xa1\xe5\xfd\x2c\x18\x90\x46\x20\x71\x84\xe3\x7d\x90\x0c\x54\x58\x0f\x83\xb8\x2d\x59\x6c\x87\x6b\xfa\xb5\x70\xfc\x8d\x07\xb6\x0d\x50\xce\x70\x4d\xbf\xca\x46\x3b\x5c\xd3\xaf\x85\xf1\x1b\xd4\xac\x11\xa7\xce\x78\xe8\xe7\xd2\x53\x2a\xad\x45\xcb\xbf\xb5\x50\xc0\x78\x14\x46\xa8\x96\xcb\x50\x93\x9e\x32\x69\x15\x5a\x2e\x83\x1c\xae\xc3\x35\xf6\x5a\xd1\x3e\x87\x6b\xec\xb5\x72\x38\x0d\xd7\xd8\x6b\x65\xdd\x8e\x28\x52\x29\xbe\x99\x7b\x06\xaa\x8c\xad\x23\x92\xf7\x8a\x6e\x3f\x22\x31\x2c\xac\xb8\xe1\xda\x7c\x6d\x41\x77\x12\xae\x1a\xf5\x3e\xc2\x39\x93\x7e\x07\xbd\x80\xbe\x2e\x49\x3a\x8d\x20\xcd\x11\x49\xbc\x02\x97\x8e\x08\x77\xe2\x9f\x99\xf5\x7f\xb7\xe4\x11\x09\x9a\xd7\x27\xa3\xae\xba\x6c\xb4\xc3\x1d\x03\xb5\x69\xba\xb8\x32\x5f\x1b\x20\x6e\xb8\x32\x5f\x1b\x60\x73\x90\xa3\xd3\xd8\x22\x07\x39\x3a\x9d\x4d\x71\x24\xc2\x70\xf4\xa9\x13\x61\x38\x49\x77\x0e\x5a\x7c\xce\x44\x18\x0e\x1a\xf4\x70\x8d\xbd\xf6\xa6\x3b\xbd\x9f\x1d\xe7\xc6\x70\xc7\x40\xed\x2c\xd4\x61\x90\xb3\x4c\xb5\x22\x2d\x7e\x47\x25\x4b\x59\x7a\x87\x6b\xf3\x55\x44\x3f\x83\x64\x1b\x85\xf8\x0f\xd7\xe6\xeb\x00\xae\x0f\x23\xfd\x18\xad\x6e\x18\xc9\x0b\x9a\xf2\xee\x34\xa8\x43\x53\x9e\x50\x29\x51\x0e\x0e\x42\xa5\x84\x02\x06\xa1\x52\xa2\x9b\x1c\xae\xe9\xd7\x91\xf5\x3b\x97\x4f\xc4\x9b\x83\x50\x29\xd9\x84\x07\xa1\x52\x83\xac\xa3\x41\xa8\x94\x72\xac\x06\xa1\x52\x83\xad\x67\x10\x2a\x25\x2b\xf0\x20\x1c\x6a\xe0\xbc\x19\x84\x43\x4d\xb4\x82\x41\x38\xd4\x24\x58\x69\x10\x0e\x35\xa3\xae\xb9\x0c\x53\x23\x46\x38\xd4\x34\x5d\x5b\xb4\x90\x5d\xe1\x50\xea\x35\xe1\x50\x13\x6b\xee\x20\x1c\x6a\x4a\x06\x12\x69\x94\xf8\x3a\x94\x48\x03\xae\x19\x84\x43\x4d\xac\x7a\x43\x89\x34\x80\xe2\xe1\x7a\x7f\x9d\x1c\x55\x83\x50\x28\xe5\xc2\x0d\x42\xa1\x56\xd0\xef\x5c\xbe\x85\x9e\x33\x08\x85\x5a\x58\x81\x07\xa1\x50\x4b\x12\x11\x0a\xb5\xb4\xc0\x5d\xef\xaf\x2b\xeb\xda\xa2\xa5\xf7\xb9\x7c\xab\xa8\x2f\x84\x7b\x11\x45\x3f\x0a\xe1\x5e\xf8\x5d\x86\x63\x82\xba\x38\x6e\x07\xe1\x53\x62\x27\x1c\xae\xf7\xd7\x25\x89\x2a\x32\x48\xa2\x8a\x0c\xf8\x17\x06\x1c\x80\x8b\x08\x8e\x01\xe9\xc2\x06\x30\x8f\x4a\x3c\xf3\xa3\x3b\xbd\x67\x3b\xea\x1a\xf1\xcc\xa8\x3d\x83\xd4\x97\x8d\xda\x33\x1a\xcc\x70\x92\xa8\x41\x48\xa0\x59\xd7\x60\x66\xc4\x3c\x30\x60\xf6\xdb\x84\x1c\x8e\x26\x0a\x34\x24\x6a\xd0\x13\xa9\x67\x8d\x2c\x57\x10\xde\x80\xbd\x6f\xeb\xe8\x68\x04\x9a\xe1\xc2\x1b\x4d\x69\x1f\xba\x73\xd1\x62\x3d\xb8\xc6\x5e\x8f\x46\xcc\x35\xf6\x7a\x34\xcf\x5c\x63\xaf\x07\x14\x30\xdc\x4f\x50\x8f\xbe\x3c\xa4\x0a\xca\x35\x18\xb0\xf7\x29\x08\x61\xb8\x36\x5f\xc5\xc3\x33\x48\x6b\x39\xda\x19\x5c\x9b\xaf\xe2\xcc\x18\x68\xf3\xca\xb8\x1d\x5d\x0c\x84\xfa\x1d\x14\x4b\xef\x53\x20\xbf\xd0\x68\xa2\xcd\x8b\x28\x60\xa0\xcd\xdf\xad\x6b\x70\x9c\x60\x82\x1b\x68\xf3\x57\x47\xce\x50\xac\x35\xdf\x7a\x28\xe0\xf8\xfc\x6b\x4b\x76\x45\xbf\x05\x7d\xc0\x01\xc1\xa2\x96\x2d\xe9\x29\xca\x55\x1b\x22\xe8\xd3\x94\x87\xa0\x2f\x24\xbd\x8e\xd4\x86\xa4\xae\x10\x36\xaf\x65\x0b\x41\x5f\xd0\x89\x3a\xc8\xcc\xc1\x7e\x34\x06\xc9\x9e\x3a\x47\xe0\x48\x50\xda\xc3\x20\x35\x45\xf4\xf3\x63\x12\x23\x88\x15\x71\x4c\x42\xff\xb1\xc3\x8e\x49\x42\xa7\xfa\x42\xfa\x89\x40\xc7\x20\xfd\x44\x89\xd8\x03\xa6\xbd\x07\xed\x65\x90\x7e\xf2\x60\xaf\x1a\x70\x20\x88\xac\x68\xc0\xb4\x27\x1a\xee\x31\xe1\x06\xd0\x14\x84\xff\x40\x09\xb4\x83\xf4\x93\x18\xf5\x4c\x25\x74\x32\xb1\xa6\x48\x14\x79\x26\xe9\x27\xb2\x56\x0f\x98\xf6\xa2\x34\x14\xf8\x0f\xa2\xa6\xcb\x82\x24\x12\xaf\xf5\x58\xc4\x40\x0e\xb5\x88\x81\x44\x0f\x1f\x30\xed\xc5\xa9\x6b\xa2\x66\xd1\x1b\x08\x82\xbc\xba\xe6\xf2\x09\x2f\x8c\xa5\x20\x48\x7a\x4d\x30\x52\xc2\x81\x38\xc4\x7d\xa0\x85\x0a\xf7\x41\xd2\x02\x80\xfb\x20\x01\xcd\x86\xe3\x85\x96\xb4\x00\x1c\x2f\x34\x91\xad\x0e\xf8\x0d\x12\x09\xb2\xc3\x31\x41\x13\x47\xdc\x70\x4c\xd0\x4c\xb3\xce\x31\x41\x33\x8d\x18\x41\x46\x86\x29\x66\x38\x26\x68\xd2\x76\x87\x63\x82\x66\xda\xca\xe1\x37\x30\x62\xcb\xc7\x26\x90\x13\x9b\xf0\x70\xbc\xd0\x4c\x3a\xd0\x56\x20\x27\x32\x38\x5e\x68\xe2\x5e\x1b\x9b\x40\x4e\x8d\xd1\x21\x90\x13\x63\xc1\x38\xb0\x21\x12\x15\x33\x1c\x59\xb4\xac\x2f\x4f\xfa\x89\x6a\xe5\x0c\x48\x0c\x32\x08\x6f\x40\x62\x50\x70\xbe\x0d\xd2\x4f\x0a\x1e\x8c\xe1\xc8\xa2\x95\xac\x6b\x70\x59\x63\x7d\x1c\x8e\x2c\x1a\x55\xed\xd2\x20\xfd\xe4\xd5\x4c\x1d\x59\xb4\xa2\xcd\xf4\xc0\x1f\xa3\x51\x71\x6f\x43\x2b\xda\x50\x0e\x44\xba\x1a\x15\xc7\x19\xad\x68\x63\x70\x9c\xd1\x8a\xbe\xc4\x25\x10\x55\x07\x9e\xe3\x8c\x26\x6b\xf5\xb8\x04\xa2\x4a\x0f\x77\x9c\xd1\xaa\x94\x12\xc7\x19\x8d\x52\xdf\x69\x5c\x28\xd5\x92\xae\xb9\x0c\x22\xe8\x1a\x90\x12\xd4\xa6\x3b\x5d\x86\xda\xf5\xcc\x43\xa8\x2b\xb3\x8e\xb4\x92\x0a\x42\x9f\xee\x51\x68\x95\x03\x61\xba\x47\xa1\x29\x7c\x60\x3a\xce\x68\x4a\x93\x99\xa4\x95\x34\x56\xe3\x0c\x0a\xa6\xd5\x53\x32\x2d\x3d\x05\xc2\x5f\x76\xb7\x19\x08\xa6\xc5\x8f\x35\x03\xb4\x5b\x59\xbf\x23\x98\x96\x28\xa3\x19\x20\x56\x28\xfa\x1d\xb4\x70\x7c\xdd\x09\x23\x5e\x43\x0f\x9f\xb0\xde\x35\x14\xc0\x09\xeb\x5d\xc3\x41\x3a\x61\xbd\x6b\xfb\x5f\x86\x8b\x09\xb3\x5d\x97\x08\xf0\xd5\x29\x81\x79\xc2\x57\x27\x22\xc4\x09\x5f\x1d\x65\x27\xd3\x84\xaf\xae\x63\xb5\x9c\xf0\xd5\x75\xac\x8f\x53\x7c\x75\xfa\xb8\xe2\xab\xe3\x1c\x99\xe2\xab\xe3\xb4\x9d\xf0\xd5\x0d\xf4\xb8\x29\xbe\x3a\x96\xed\x84\xaf\x4e\xd6\xea\x09\x5f\xdd\x00\x3c\x4c\x31\x07\xa0\xb9\x4d\x31\x07\x54\xfd\x0e\x26\x5b\x20\xc8\x84\x39\x60\x3e\xba\xe6\xf2\xcd\xa4\xf7\xb9\x0c\xca\x21\x9b\x91\x48\x65\x40\xf1\x84\x19\x60\x76\xbd\x01\x12\x16\xd3\xef\x5c\x86\xa5\xdf\xc1\x0c\x20\x06\x89\xe9\xc8\xa2\xad\xa1\x6b\xb0\x29\xa3\x1f\x4d\x77\x21\x34\x45\x44\x4e\x98\x01\x16\x8e\xce\x99\xc8\x63\x64\xfb\x9c\x89\xf4\x78\x82\xd2\xa6\xa3\x8e\xb6\x8b\x9e\x02\x11\x14\xcb\x76\x3a\xea\x68\xbb\xe9\x7d\x83\x16\x53\xd7\x51\x47\x13\x63\xd8\x74\xf7\x42\xdb\x1c\x78\xd3\x7d\x08\x6d\x2f\xb5\x88\xc4\x5e\x7a\x3b\x91\xd8\xa0\xa3\xe9\x88\xa4\x6d\x4e\xfe\x69\x44\x62\xa3\xe7\x4c\x53\x24\x36\xfd\x34\x72\xae\xd4\x33\x47\x24\x4d\x41\xf8\xd3\xe0\x14\x64\x43\x99\xa4\xff\x1f\x36\xf6\xe9\x88\xa4\x29\xf9\x7c\xc2\x49\x77\xd0\xfb\xa7\x23\x92\x76\x70\x43\x4e\x47\x24\xed\x68\x9e\x39\x22\x69\x87\x83\x72\x92\xfe\x7f\xf1\x6f\x4f\x47\x24\x4d\x9e\xfe\x69\xb0\x8e\x48\x76\x47\x1d\xed\x4a\xf6\x4c\x4a\x38\xd6\xf1\x99\x15\x4d\xce\x1b\xdc\x13\xd1\xee\xd5\x9d\x44\x5b\x93\x58\x35\x33\xd1\xd6\x18\x82\x66\x26\xda\xda\xf4\x3b\x45\x5b\x33\xb6\x99\x68\x6b\x8d\x83\x38\xe7\xd8\x96\x26\x9c\x73\xa1\xf3\x05\x95\xa0\x31\xf4\x06\xa2\xc9\xa7\x9e\x49\x34\x39\x9a\xf7\x14\x63\x39\xba\xf6\x14\x63\xb9\xe6\x7c\x81\x17\x51\x5f\xa2\xc0\x0e\xa3\xad\x07\xc6\x72\xd9\x4c\x27\xa9\xfd\x52\x66\x26\x9c\x73\x22\x68\x9d\x8e\x48\xfa\x83\xcb\x70\x92\xda\xff\xe0\xe7\x99\xf0\xcd\xa9\xde\xca\x84\xb1\xfc\xd1\x96\x55\xe0\x7d\x44\x9d\x98\x05\xde\x47\xad\x23\x18\xcb\xe5\x96\x9f\x45\xe9\xd0\x48\x5b\x21\x33\x02\x75\xcc\x8a\x0c\x1c\xa9\xb3\x22\x03\x98\x7c\x92\xb6\xff\x80\xc9\x27\xac\xe4\x51\x7b\x08\x69\xfb\x91\xc3\x62\xc2\x25\x17\xb1\xd4\x4f\x47\x24\x5d\xe6\xd5\xe9\x9e\x88\x2e\xe7\xfe\xac\xb0\xae\x6b\x85\x93\xb6\x2f\x05\x69\x56\x78\x01\x8b\xfa\xe2\x32\xc4\xa5\x5e\xbb\x0c\x11\x9d\x79\x3a\x3e\xe9\x72\xe0\x4f\xc7\x27\x3d\x69\x07\x73\x7c\xd2\xd3\xf3\xaf\x2c\xc0\xe9\xd0\xa5\x27\x6d\xc2\xee\x88\xe8\x49\x1d\x6b\x70\x35\x71\x9e\xcf\x06\x55\x5e\xd1\x0b\x2a\x2d\x06\x93\x6c\xfd\x54\xd4\x15\x17\x2f\x69\x9a\x35\x48\xf3\xa7\xee\x74\xf1\xa4\x49\x4d\x87\x35\x3d\xc1\xad\x36\xe1\x8a\x13\x3b\xdc\x84\x94\x3c\x1d\xbd\xdd\x45\x4f\x9c\xf5\xb3\x23\x3a\x67\xfd\x74\x58\xd3\xa5\x81\x4d\x87\x35\xdd\xd0\x7a\xa6\xc3\x9a\x2e\x0e\xab\x49\xc2\x86\x32\xf8\xa6\xc3\x9a\x2e\xfb\xe6\x24\x61\xc3\x00\xda\x93\x84\x8d\x8c\xe9\x60\x92\xb0\x91\xb5\xa4\x1d\xf2\x74\xf1\x23\x4f\x12\x36\xc4\x7e\x37\x49\xd8\x90\xa5\x70\x92\xb0\x91\xa7\xfa\x49\x2a\xed\x96\x0c\xf0\x89\x3d\xba\xe6\xf2\x15\x80\xe8\x24\x61\xa3\x10\x02\x34\x49\xd8\x10\xcb\xc3\x24\x61\x43\x1e\xfb\x49\xc2\x46\x51\x5f\x48\xd8\x28\x3a\x97\xc7\x37\x8d\x56\x8b\x95\xa4\x8d\x82\x35\x74\x92\xb4\x51\x8e\x7e\xeb\x32\x16\x1d\x96\x24\x6d\x54\x6d\x3f\x24\x6d\x28\xe1\x76\x92\xb4\x51\x71\x42\x4d\x92\x36\x2a\x7a\xde\x84\x98\x5c\xd4\x8c\x93\x84\x8d\xaa\xe3\x8a\x84\x8d\x8a\x33\x69\x4e\xa8\x2b\xb5\xfd\x90\x90\x21\x1f\xfe\x24\x21\xa3\xaa\x9f\x24\x64\xc8\xce\x37\x49\xc8\x68\x41\x4f\xa9\xb4\x74\x27\xa4\x44\x8f\x5a\xf0\x16\x02\xf5\x27\x09\x19\x0d\xef\xc7\x24\x21\xa3\x49\xc1\x20\xe9\xa2\x65\xbd\x5d\xdc\x6e\x6c\x0e\x24\x5d\x34\xcc\x62\x93\xa4\x8b\xa6\xd9\x4c\xd2\x45\x03\xe0\x4e\x92\x2e\x94\xea\x30\x97\x92\x4a\x98\x6b\x4b\x89\x23\x2c\xeb\xa5\xc4\x11\xc6\x7e\x91\x38\x92\xf5\xbe\x41\x4b\xcf\xf4\x7e\x76\xa2\x67\x27\x29\xf2\x22\xf1\x9f\x8e\x51\xfa\xd0\x18\xc1\xcf\x36\xc0\x91\xd3\x7d\x1a\x7d\x80\x70\xa7\xfb\x34\xfa\xd0\x2a\x87\x83\x4d\xcc\xdc\xd3\x31\x4a\x57\x75\x9a\xe9\x18\xa5\x0f\x10\xcb\x74\x8c\xd2\xe5\x7e\x9f\xa4\xc1\x0f\x1d\x81\xa4\xc1\x4f\x69\xa7\x1b\xda\x59\x1d\xd5\xa4\xba\x4f\x8d\xfb\x81\x5a\x16\x3b\xfb\x24\xd5\x7d\x12\xa6\x36\x1d\x6b\xf4\xa9\x1d\xe0\xc0\x70\xb3\x74\xcd\xfb\x29\x83\xd6\x74\xac\xd1\xe7\x51\xab\xd2\x62\x34\x1d\x6b\xf4\xa9\x2d\xdb\xb1\x46\x9f\xda\x2b\x1c\x6b\xf4\xa9\xbd\xc2\xb1\x46\x97\x21\x6c\x1e\x52\xa7\xf5\x5d\x48\x75\x5f\x51\xbf\xf3\x6f\x2d\x63\xd7\xf4\xc8\xa6\xbe\xb4\x3e\xdd\xdf\xd1\x17\x86\xa2\xe9\x38\xa4\x2b\x34\x73\x42\x90\x26\xf3\xd6\x74\x1c\xd2\x17\xd1\x36\xd3\x71\x48\xdf\xe1\x5f\xd4\xfc\xd3\x21\x4a\x17\x1b\xda\x74\x88\xd2\xc5\x89\x35\x1d\xa2\xf4\xfd\xbe\xae\xd1\xe2\xe3\x3a\x44\xe9\x1b\xf7\xd8\x74\x88\xd2\x37\x3e\xd2\x09\x6f\xda\xab\xaf\x91\x15\xbf\x35\xb1\xdc\x15\xd2\xf7\xd2\x33\x61\x62\xd0\x30\x38\x7c\xe9\xf2\x8d\x2f\xb2\xe2\x95\x97\xbf\xe0\x4d\x93\x75\x6b\x05\x58\x83\x59\xa8\x2b\x90\x83\xc4\x89\xb4\x1c\xbe\x74\xd1\xd8\x2c\x87\x2f\x5d\x35\x34\x16\x59\xf1\x8a\xcc\x5c\x64\xc5\x1f\xe2\x73\x97\xc3\x97\x7e\x18\xf6\xe5\xf0\xa5\x2b\xd3\x68\x05\xd2\x4f\x89\x90\x58\x64\xc5\x5f\xa0\xe9\x22\x2b\x5e\x1a\xda\x22\x2b\xfe\x02\xf9\x96\xbb\x50\xba\x3c\xec\xcb\xa1\x4d\xbf\xe8\xe9\xeb\x81\xa5\x01\x3b\xf4\x72\x68\xd3\x2f\xc3\xbe\xdc\x85\xd2\x95\xaf\xb4\xdc\x85\xd2\x6f\xd6\xef\xc8\xb1\xc2\x8d\xb0\x28\xef\x7f\xab\x7e\x47\x8e\x55\xd5\xef\xc8\xb1\xc2\xb5\xb4\xe0\x51\x93\xbf\x7d\x3d\xb0\xa1\xb0\x29\xae\x47\xe4\x4c\xba\x73\x42\xed\xaa\xa7\x7c\x53\xa4\x83\x7e\x4b\xa0\x7d\xd4\xdd\x3f\x23\x5a\x97\x23\xa1\x78\xd0\x0a\x17\x01\x53\x0a\x97\x5c\x2f\x8f\xda\x87\xc0\x74\x11\x34\xa5\xb8\x97\x15\xd3\x0f\x5f\xfe\x72\x34\x54\x0e\x0e\x99\x85\x0b\x46\x1e\xec\xe5\x68\x28\xbe\xa3\x8a\x0b\x46\x56\xf4\x15\xdb\x0f\x3b\xe1\x8a\x98\xd5\xf4\x7d\x22\x66\x35\xf4\xb6\x15\x61\x7d\xc1\x7e\xba\xc4\xde\x7d\xd5\x22\x82\x18\x2d\x6e\xc5\xf3\xe3\x98\x58\x91\x64\x25\xdc\xe2\x8b\xe4\x8c\xc0\x81\xb2\x48\xce\x08\x68\x78\x8b\xe4\x8c\x67\xe9\x4e\x92\x1e\x30\xcb\x2c\x82\xad\x54\x20\x6b\x11\x6c\xb5\x01\xe4\x8b\x60\x2b\xb1\x54\x2c\x82\xad\x0e\x6b\x74\x11\x6c\x75\xde\xf7\xb9\x55\x34\x1d\x3d\x05\x97\x64\xd4\x53\xdc\x2a\x9a\x39\x5e\x56\xc2\xfd\x94\x75\xcd\x91\x44\x25\xbd\x65\x25\xd2\x8b\x6d\xed\x0b\x56\x5b\x49\x6e\x6c\x66\x19\xa5\x75\x07\xec\xcf\x8b\xd2\xba\x46\x68\xeb\x72\xb4\x64\x62\x61\x59\x94\xd6\x3d\x44\x9d\x2f\xb3\x77\xc4\x15\x0d\xb3\x28\x0d\xa5\x14\xad\xe5\x88\xc9\x94\x26\xbf\x1c\x31\x7d\xaf\x79\x6e\xee\xd9\x7a\x92\xf3\xe1\x4d\x90\xf2\xa2\xf4\xee\xe7\x4e\x4f\x3a\xcb\x55\x77\x7a\xd2\x59\xe8\xea\xeb\x7e\x49\x79\xc5\xe9\xb2\x1c\x35\x99\x1c\x99\xcb\xfd\x38\xa6\x52\x72\x2b\x93\x12\xae\xdf\x3a\xa2\xb2\x02\x82\x5b\x19\xfa\x63\xd0\xcf\xca\x2a\x74\xd1\xf7\x41\x59\x59\x54\x77\x52\x20\xdf\x72\xac\x74\x1b\xe8\x7d\x65\x0a\x2a\xbf\x6f\x39\xb4\x98\x07\x8e\x79\x28\x3f\xfc\x7f\xb7\xea\xe5\x70\x28\x4a\x61\x5f\xd4\xa0\x8e\x68\x20\x8b\x1a\xd4\xb2\x92\x2e\x6a\x50\xbf\x42\x39\xe4\x49\x81\x54\x91\xe5\x90\x47\xe5\xf6\xd3\xa2\x06\x75\xc4\x15\xb0\x1c\xf2\xc4\xc8\x99\xb5\xdc\x99\x12\x23\xa7\xd4\x72\x58\x13\x15\x43\xbc\x2a\xef\x93\xe8\x0e\x4f\x54\x98\x3f\x2d\x87\x19\x51\x15\x08\x97\xc3\x8c\xa8\x7a\x83\xcb\x61\x46\x54\xd4\xc8\x72\x17\x49\x94\x15\x78\x51\xe0\x32\x6a\x5b\x69\xbc\x81\xd8\xc7\xd5\xf4\x06\x9e\x49\x81\x4b\x81\xa3\x45\x81\x4b\xe5\x97\xad\x86\x44\x59\x77\x4e\xbe\x12\x32\x34\xde\xae\x89\xd0\x78\xbb\x0e\x8a\x86\xb4\xf8\x6a\x97\x6b\xfa\x31\xe2\xdc\x58\xae\xe9\x47\x81\xaa\xd5\xe9\xa7\x36\xe7\x4e\x3f\x01\x94\xcb\xb5\x79\x15\xed\x4f\xab\xd3\x97\x47\xbf\xf3\xaf\xfb\xbc\x6f\xe0\x2b\x81\x25\x56\xe7\x2b\xa1\x1f\x2c\xd7\xe6\x53\xc0\x81\xb8\x54\x47\xdb\x66\x0a\x68\xb4\x4b\x55\x0d\x6d\x7f\xff\x43\x65\x43\xbb\xdf\xff\x14\xd5\xf7\xfe\xfe\xa7\xaa\x2a\xfb\xfb\x9f\x6d\x4c\xc4\x31\xbf\xff\x61\x32\x8e\xcf\x93\xb7\x2f\x89\x14\xc6\xfd\xfe\xe7\xa1\x82\xfb\xf3\xfd\x4f\x54\x4d\xf7\xef\x7f\xe8\xf3\xfc\x3e\x19\x56\x88\xb0\xec\xfb\x1f\xfa\xbc\xda\xe7\x3f\x3e\xc3\xd3\x73\xeb\xf7\x3f\xf3\x5b\x49\x3e\xed\xb2\xbe\xb5\xe3\xd3\x66\x46\x3e\x60\xac\xed\x40\x3b\x2a\xae\x7c\xbf\x95\xa8\x0b\xad\x42\x4b\xd7\x2a\x2d\xde\xa0\x2a\xd4\x04\x66\x6d\x55\xa1\xe6\xa0\xdb\x54\xa1\x8e\xef\xef\x26\x95\x37\x37\x2d\x8a\xd6\x66\x3d\x85\x42\xaa\xd8\xbc\xf7\x5b\xf0\x55\x4f\xb9\x94\x6a\xf5\xb5\xb2\xdf\x82\xaf\x93\x16\xd5\x3a\x59\x39\x9b\x82\xaf\x71\xeb\x5a\xe2\x7d\x3c\x53\x05\x5f\xb3\xae\xb9\x7c\x8a\x78\xda\x54\x9e\x56\x46\xe7\xa6\xf2\xb4\xca\x50\x6c\x2a\x4f\x3f\x6c\x4b\x9b\xf2\xd2\xa2\x91\xdd\x94\x97\x56\xe6\xc1\xa6\xbc\xb4\x58\x72\x36\xe5\xa5\x1f\x56\xdc\x56\xa1\xd8\x24\x19\x90\x8f\x0d\x6c\xab\x50\x2c\x07\xc0\x7e\x0b\xc5\xf2\xcd\x54\x28\x16\xd4\xb4\x55\x28\x96\x75\xb4\x55\x28\x16\x65\x73\xab\x50\x2c\xa9\x29\x5b\x85\x62\xb3\x9e\x82\x7c\x55\xd7\x24\x1f\x3d\x53\x59\x6a\xcd\x82\xae\xf1\xd3\x1b\x90\x0f\x65\x63\x53\x96\x5a\x41\x77\xbb\x4b\x3e\xbe\x04\x65\xa9\x1f\xd4\xb6\xdd\x25\x1f\xdf\x93\xb2\xd4\x0f\x9e\x96\x3d\x90\x0f\x93\xd8\x1e\xc8\xc7\xea\xdf\x03\xf9\xfe\x59\xe5\x7b\x0f\x44\x07\x06\xee\x81\xe8\x55\x2f\x40\x74\xb4\xee\xed\x40\x3a\xc4\xad\x3b\x11\x3d\xe8\x75\x88\x8e\x0d\x6c\x0f\x44\x8f\xea\x98\x44\x57\x4b\x43\xab\x3b\x11\xbd\xa8\xa5\x1a\xc0\x7a\x03\xa2\xb3\x29\x6e\xd5\xdd\x25\xf7\x6c\x53\x77\x57\x1b\xd8\x9e\x88\x8e\x9f\x7a\xab\xe6\x6e\x51\xcb\xe5\x53\xad\x8e\x4d\xbd\xdd\x48\x64\xc8\xa6\xde\x6e\x04\x2b\x6c\x8a\xea\x46\xf5\x85\x82\xba\xb1\xe8\x5a\xe3\x4e\x7a\x46\x41\xdd\xc8\xf9\xbb\x29\xa8\xab\x64\x94\x4d\x41\xdd\x08\x0c\xdc\x14\xd4\x8d\x55\x7d\xd9\xfc\x8e\xe9\x42\x31\xdd\x88\x4e\xbc\x29\xa6\x1b\xb5\x18\x29\xa4\x1b\x25\x03\x85\x74\xa3\x16\x15\x85\x74\x23\x46\x9b\x4d\x11\xdd\xd8\x75\xa7\xe4\xa3\xd7\x14\xd1\xd5\x71\xb4\x17\xf2\x69\xea\x2e\xe4\x6b\xba\xc6\xf8\xb1\xe9\xef\x85\x7c\x68\xce\x7b\x21\x1f\x07\xc9\x5e\xc8\x47\xb8\xdc\x5e\xc8\x87\xfb\x64\x2f\xc6\x6f\xa9\x67\xc8\xa7\x0d\x73\x21\x1f\xc8\x61\x53\xd0\x37\x62\xde\xd9\x14\xf4\x95\x3a\xb1\x29\xe8\xab\xa2\x5e\x9b\x82\xbe\x2a\x5c\xb5\xb7\xe4\x63\x1c\x36\xf2\x69\x69\x6e\xe4\xd3\xcc\xda\xc8\xa7\x6d\x70\x33\x7e\x5a\xd2\x1b\xf9\x70\xc5\xed\x8d\x7c\xe8\x89\x7b\x4b\x3e\xf5\x0c\xf9\x38\xc2\xf7\xd6\xf8\xf1\xad\x37\xf2\x69\x73\xdb\xc8\x07\x8a\xd9\x07\xf9\x48\xa1\xde\x47\xe3\xc7\x9d\x87\xf1\xeb\xba\xa6\xf9\xc9\xdb\x29\x58\x1c\x89\x21\xd9\x14\x2c\x56\xfa\xf8\xa6\x60\xb1\x52\xd2\x37\x05\x8b\x45\x5f\xb5\x0f\xf2\x6d\xdd\xd9\xa9\xaf\x8e\x7c\x6e\x0c\x08\x49\x5b\x08\xe5\x8b\xe3\xe9\x21\x62\xa6\xd9\x97\xde\x9d\xfc\xe7\xbf\xfc\xc7\x7b\x98\xb4\xd6\xfc\xd0\x0f\x09\x3b\xfc\xf6\x03\x3f\x28\x4d\x6a\x5f\x7a\xa8\x75\xef\xb8\x3c\x24\x1d\x4b\x8e\xcb\x43\x8a\xba\x93\x5e\x44\xf5\x82\xaf\x0c\x8a\xd9\x54\xd4\x4f\xda\x2f\xa8\xa8\x9f\x40\x80\x5b\x15\xf5\x93\xde\x70\x69\xf9\x9d\x27\xd0\x17\xd4\xc2\x43\xd9\xe4\xf4\xa8\x85\xc2\x43\x34\xfd\x09\xa8\x93\x78\xa9\x8e\x63\xe8\x18\xa7\x5a\x8c\x6a\xd1\xef\x18\xd5\xaa\x37\x68\x55\xfa\x6c\x3f\x0f\xdf\x0e\x03\xe9\x79\xf8\x6e\x84\x83\x9e\x87\x51\xc5\xb9\x7c\x1e\xad\xca\x4e\x8b\x51\xc5\xf3\x75\xa8\xaf\x1f\xff\xc9\x56\x77\x1e\x06\x7c\xea\x05\x0c\x38\x30\xf0\x3c\x0c\x38\xde\xeb\xf3\x30\xa1\xb1\x28\x9d\x47\x9a\x2d\x02\x3d\xd2\x2d\x75\x4d\x9a\xb4\x0f\xd1\x89\xe8\x96\x2c\xdf\x13\xd1\x2d\x81\xa4\x27\xa2\x5b\xa2\xf9\x1d\x0a\xf1\x87\xa2\x6b\x0c\xbb\xfa\xa2\x42\xfc\x53\x4f\x61\x18\xd0\x07\x8e\x43\xe0\x57\x9b\x3c\x50\x89\x87\xf7\x99\xe3\x87\xd6\x74\x28\xa8\x2f\x3d\xe9\x50\x50\x5f\x7a\xd2\x51\x41\x7d\xf4\xa4\xa3\x82\xfa\xe8\x49\x87\x82\xfa\xd2\x93\x8e\x0a\xea\x33\x05\x4f\xd2\xd9\xad\xdf\x49\x37\x41\x86\xa4\xb3\x5b\xbf\x93\x6e\xc2\x80\x51\x50\x5f\x9a\xd1\x49\x1c\x60\x68\x46\x27\x49\xf7\xd2\x53\xa4\x7b\xe9\x4e\xe9\x5e\x4c\x82\x24\xdd\x4b\xbf\x93\xee\x45\x5f\x4c\xba\x17\x32\x98\x0e\x30\xfa\x62\xc8\x87\xbe\x73\x4c\xba\x17\x3d\x33\xe4\x43\xdf\x39\x86\x7c\x41\x4f\x41\x3e\xf4\x9d\x63\x3a\xa0\xe9\xa7\x21\x1f\xfa\xce\x31\xe4\x43\xdf\x39\x86\x7c\x6c\x8e\xc7\x74\x40\xeb\x29\xc8\x57\x75\x0d\xf9\x8a\x7a\x86\x7c\x1a\x3f\x93\xee\xc5\x1b\xb2\x0e\x68\xa4\xcd\xd2\xbd\x78\x5f\x96\x7c\x8c\x51\x46\x3e\xf4\x9d\x93\x25\x1f\x5f\x30\x23\x9f\xe6\x6e\x46\x3e\xf4\x9d\x93\x91\x0f\x7d\xe7\x64\xe9\x5e\xba\x13\xf9\xb2\x9e\x29\xdd\x52\xd7\x90\xaf\xa8\x9f\xd2\xbd\xf4\x14\xe9\x5e\x7c\xcf\x8c\x7c\x51\xef\x43\x3e\x6d\x3d\x05\xf9\x38\x6c\x4e\x41\xbe\xa2\x96\xe4\xe3\xed\x45\xf2\x21\x6d\x41\x3e\xb6\xd6\x53\x90\x2f\xa9\xa5\xf9\xa9\x3b\x35\x3f\xd5\x5a\x3f\x60\xfb\x29\xfb\x07\x6c\x3f\xe5\x7c\x60\xfb\x9f\xd6\xfd\x81\xb1\x4f\x0d\x3f\x30\xf6\x59\xf5\x2f\xfc\x76\xfc\xe0\xff\x89\xdf\xce\xea\x7f\xe1\xb7\xe3\x0a\xc0\x4f\xfc\x76\xd6\xfc\x0b\xbf\xdd\x18\xff\xc2\x6f\x37\xa6\xbf\xf0\xdb\x8d\xf6\x17\x7e\xbb\x31\xff\x85\xdf\x6e\x2c\x7f\xe1\xb7\x1b\xeb\x5f\xf8\xed\xc6\xf6\x17\x7e\xbb\xda\x57\xbe\xf8\xed\xfa\x3e\xf0\x13\xbf\xdd\x74\x7f\xe0\xb7\x8b\x19\x49\xf8\xed\x62\x46\x0a\x18\x71\xae\x21\x0b\x47\xce\xc5\x8c\xa4\xef\x79\x0d\x8c\xcd\xf8\x5d\x5f\x63\xb1\x94\x7f\x05\xe6\x5d\x5f\x7e\x51\xe9\xa8\xd7\x97\x58\xec\x53\x8f\x5c\x3f\xb6\xc8\x6b\xfb\xc7\x16\x79\xa9\xf5\x16\x80\xed\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\x3b\x7c\x57\x70\xf7\xc7\xf0\x41\xa5\xff\x73\xf8\x72\xfd\x7b\xf8\x72\xfb\x7b\xf8\x72\xff\x7b\xf8\xf2\xf8\x7b\xf8\xf2\xfc\x7b\xf8\xf2\xfa\x7b\xf8\x64\x93\xfa\x31\x7c\x2c\xbd\x84\x26\x79\x1d\x7a\x47\xd5\xa3\xbb\x0e\xa1\x7f\x0d\x2d\xc6\x94\xc0\x96\x7c\x1d\x20\xde\x8b\xf6\x73\x31\xa6\x28\x0c\xea\x3a\x40\x7c\xa1\xf9\x75\x80\x18\x0d\x67\xd9\xc5\xd0\xa2\x1a\xd0\x17\x30\x27\x7b\xf1\xc5\x60\x12\xd8\x5e\x2e\x06\x13\xd5\xc7\xb8\x30\x76\xcb\x00\x75\x07\x87\x2f\x81\x95\x77\xec\x1f\x06\x9a\x3b\xce\x0f\x03\xcd\x1d\xf7\x87\x61\xe7\xfa\x42\x8c\x8a\x37\xb8\x5a\x60\x9a\x05\x6b\xfd\x9c\x05\xae\xd9\xfe\x92\xff\x84\xbf\xe7\xc5\x79\xfe\x9e\x17\x27\xfe\x3d\x2f\x4e\xfa\x7b\x5e\x1c\xfb\x7b\x5e\x9c\xfc\xf7\xbc\x38\xe5\xef\x79\x71\xea\xdf\xf3\xe2\xb4\xbf\xe7\xc5\xe9\x7f\xcf\x8b\x33\xfe\x9e\x17\x67\xfe\x3d\x2f\xce\xfa\x7b\x5e\xdc\xff\xc8\x7e\xcf\xdf\xb2\xdf\xfb\x5b\x76\x0b\x21\xfc\x96\xdd\x42\x78\x7e\xcb\x6e\x21\xc4\xdf\xb2\x5b\x08\xe9\xb7\xec\x16\x82\xfd\x96\xdd\x42\xc8\xbf\x65\xb7\x10\xca\x6f\xd9\x2d\x84\xfa\x5b\x76\x0b\xa1\xfd\x96\xdd\x42\xe8\xbf\x65\xb7\x10\xc6\x6f\xd9\x2d\xb8\xde\xf8\x43\x76\x0b\x28\x7a\xec\x23\x16\x50\xf4\xb2\x7b\x29\x2c\x3c\x7f\x7d\x17\x0b\xcf\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfe\xe7\xbb\xc4\xff\x7c\x97\xf8\x9f\xef\x12\xff\xf3\x5d\xe2\x7f\xbe\x4b\xfc\xcf\x77\x89\xff\xf9\x2e\xf1\x3f\xdf\x25\xfd\xe7\xbb\x68\x73\xf7\xad\xde\x82\x36\xf7\xa9\xd6\xfa\xfb\x6e\xed\x98\xba\x5b\xbb\xa5\xee\xce\xf9\x6b\xe8\xb6\x90\xdb\xd7\xd0\x6d\x21\xf7\xaf\xa1\xdb\x42\x1e\x5f\x43\xb7\x85\x3c\xbf\xc6\x6c\x0b\x79\x7d\x8d\xd9\x16\xca\xf3\x35\x66\x5b\xa0\x30\x08\xc6\x6c\x0b\xa5\x7e\xf7\x12\x0b\xaf\x49\x3c\xd3\xda\x5f\x63\xb6\x05\x4c\xe2\x6e\xcc\xfe\x7f\x47\x8f\x05\x59\xcb\x03\x22\x60\x9b\x8c\xea\x66\x2d\x5f\x3b\xb7\x85\x5a\xbf\x76\x6e\x0b\xb5\x7d\xed\xdc\x16\x6a\xff\xda\xb9\x2d\x60\x57\xc7\xb0\x60\x01\xbb\x3a\x20\xd9\x42\x3d\x5f\x3b\xb7\x85\x7a\xbf\x76\x6e\x0b\x2d\x7c\xed\xdc\x16\xda\xf3\xb5\x73\x5b\x90\x95\xbd\xf0\x14\x59\xd9\x8d\x7e\xca\xca\x6e\xba\xb3\x7e\xb7\x51\x0b\x6d\x7c\xed\xdc\x16\x5e\x2b\xbb\x7e\xb7\xbe\x76\x6e\x0b\x58\xd9\xd1\x2d\x2d\x70\x30\x70\xec\x5a\x68\xf7\xbb\xe1\x5a\xc0\xca\x8e\x66\xeb\xfe\x9b\xcf\xa1\x61\x41\x56\xbe\xcd\x32\x93\x95\x6f\xeb\xda\xf8\xe2\x14\x0b\xb2\xf2\x39\x4e\xb1\xf0\x5a\xf9\xe8\x27\x56\xbe\xf8\xfe\xee\x7c\x51\x8b\x05\x59\xf9\x32\x4f\x91\x95\x2f\x33\xe9\x64\xe5\x2b\x3c\x45\x56\xbe\xca\x74\x91\x29\xaf\x32\xcd\x64\xca\xd3\xe4\xc1\x94\x87\x3d\xd7\x02\xa6\x3c\x30\x8c\x05\x99\xf2\xb2\xae\x81\x2c\x17\xdf\x45\xa6\xbc\xcc\x37\x93\x29\xaf\xe8\x99\xf3\x8b\x68\x2c\x60\xca\xc3\x9e\x6b\x41\xa6\xbc\x8a\xec\x32\xe5\x65\xf5\xfa\x7e\xf1\x8d\x85\xd7\x94\x87\x0c\x32\xe5\x05\xbe\xae\x4c\x79\x81\xa7\xcc\xf4\xc5\x37\x16\xa6\x7d\xf1\x8d\x05\x4c\x79\x8f\xe6\xcb\x2c\x5f\x7c\x63\x61\xd6\x2f\xbe\xb1\x30\xdb\x17\xdf\x58\x98\xfd\x8b\x6f\x2c\xcc\xf1\xc5\x37\x16\xe6\xfc\xe2\x1b\x0b\x73\x7d\xf1\x8d\x85\xb9\xbf\xf8\xc6\xc2\x3c\x5f\x7c\x63\x61\xde\x2f\xbe\xb1\xb0\xc2\x17\xdf\x58\x58\xcf\x17\xdf\x58\xc0\x94\x07\xbe\xb1\xb0\xd2\x17\xdf\x58\xc0\x94\xf7\x68\x96\xaf\xfc\xc5\x37\x16\x56\xf9\xe2\x1b\x0b\x98\xf2\xc0\x37\x16\x64\xca\x2b\xf4\x53\xa6\xbc\xad\x3b\xc7\x17\xed\x58\xc0\x94\x07\xda\xb1\x80\x29\x0f\xb4\x63\x41\xa6\x3c\x6d\x6e\xeb\x7c\xd1\x8e\x05\x4c\x79\xa0\x1d\x0b\x98\xf2\x1e\x6d\x59\x98\xf2\x1e\xad\x70\x99\xf2\x22\x5f\x70\xa7\x2f\xda\xb1\xb0\xed\x8b\x76\x2c\xec\xfc\x45\x3b\x16\x64\xca\x93\x44\x32\xe5\x35\xe6\xa7\x4c\x79\x95\x71\x7f\x4d\x79\xea\x0b\xa6\xbc\xa2\x6b\x32\xc5\xaa\x67\xcc\xcf\x86\xec\x32\xe5\x65\xe6\x99\x4c\x79\x95\x6f\x26\x53\x5e\xa5\x2f\x32\xe5\x35\xe6\x84\x4c\x79\x9d\xf9\x22\x53\x9e\x56\x9c\x4c\x79\xe5\x1f\x45\xbd\x2c\xc8\xca\xa7\x45\x75\x64\x85\xd6\x0b\x10\xbd\xeb\xe5\x12\x1d\x81\x64\xe5\xd3\xb6\x7b\x10\x5d\x53\xf7\xc8\x8a\xa9\x6b\x0c\xad\x36\xb7\x23\x2b\x2d\x1f\xfe\x20\xba\x36\xcc\x23\x2b\x26\x1f\xe2\x20\x7a\xe7\x23\x61\x2b\xc4\x9e\x6b\x41\x76\x42\x9d\x93\xd8\x08\xb1\xe7\x5a\xc0\x46\x88\x3d\xd7\xc2\x95\x15\x93\x9e\x61\x23\xc4\x9e\x6b\xe1\xca\xca\xae\x37\x48\x3e\x86\xe8\xca\x4a\xab\x6b\xc8\xa7\x49\x77\x65\x65\xe7\x4b\xc8\x7e\xa8\x25\x8d\xfd\x10\x7b\xae\x85\x2b\x2b\x2d\x4b\xf3\x4a\x3e\xf5\x4c\x56\x68\x97\xe8\x09\x1a\xda\x4d\x4b\x56\xe8\x4c\x0b\xf9\x86\xee\x44\x3e\xb7\xe7\xda\x13\x34\x7e\xba\x53\xf6\x3c\x5d\xd3\xd4\x1d\xb4\xe4\x45\xa8\xb4\xb0\x8f\x16\xdd\x29\xa3\x5d\xa3\x85\x7c\x6e\xcf\xb5\x27\xc8\x3e\xaa\x3b\xd7\xd7\x9e\x6b\x0f\xf6\x4a\xec\xb9\xf6\xc8\xd2\xf8\xb1\xe7\xda\x23\x6b\xe3\xc7\x9e\x6b\x0f\x16\x47\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x0f\x66\x45\xec\xb9\xf6\x60\x56\xc4\x9e\x6b\x8f\x47\xdf\xc8\x9e\x6b\xcf\x23\x2b\xad\xee\xa4\x17\x51\xbd\xe0\x2b\xbb\x3d\xd7\x9e\x07\x2b\x2d\x5b\xc9\xe3\x5a\xa6\xec\xb9\xf6\xb8\x86\x29\x7b\xae\x3d\x11\x4b\x73\xd2\x9d\xf4\x05\xcd\xe8\x89\x58\x8c\x1f\xb5\xe6\xd7\x9e\x6b\x4f\x5c\x5f\x7b\xae\x3d\x71\x7f\xed\xb9\xf6\x24\xf9\x4e\xf8\x1d\xa6\x43\xec\xb9\xf6\x24\x2d\xd8\x42\x4b\xb6\x77\x46\x20\xc9\xb7\x40\x3f\x31\x1d\x62\xcf\xb5\x27\x69\x55\x22\x3b\xa6\x43\xec\xb9\xf6\x60\x3a\x74\x7b\xee\x9f\x16\xa3\x3a\xf5\x14\x46\x75\x32\x8b\x30\x1d\x62\xb4\xb5\x07\xd3\x61\x5c\xba\xf3\x7e\x8d\xb6\xf6\x58\xf8\x1a\x6d\xed\xb1\xe7\x6b\xb4\xb5\x47\x26\x08\xd6\xe8\x63\xf9\x6b\xb4\xb5\xc7\xca\xd7\x68\x6b\x0f\x26\x40\x8c\xb6\xf6\x60\x02\x4c\xea\x0b\x26\x40\x8c\xb6\xf6\x60\x02\xc4\x68\x6b\x8f\xfd\x08\x01\xb0\xc7\x7e\x84\x00\xd8\x43\x2d\x7a\x1d\x8a\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x35\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x28\x43\x8f\x4c\x79\x9a\x67\xaf\x29\x4f\xbf\x93\x02\x82\x0c\x32\xe5\x15\xfd\x4e\x0a\x08\xa3\x22\x53\x1e\x9b\xf1\x23\x53\x5e\x50\x3f\xa5\x60\xfd\xc3\x50\x63\x8f\xac\x7c\xe8\x42\xcf\x6b\xe5\x63\x68\x5f\x2b\x1f\x8f\x94\x95\x4f\x0b\x5d\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\xf4\x9d\x47\x56\x3e\x2d\x38\x59\xf9\xd0\x77\x9e\x82\xe8\x41\x4f\x41\x74\xf4\x9d\xa7\xe8\xec\xe6\x43\x14\x44\x47\xdf\x79\x0a\xa2\xa3\xef\x3c\x45\x56\x68\x06\xac\xe8\xec\xd6\x53\x64\x85\xe6\x5a\x45\x3e\xf4\x9d\xa7\xca\x0a\x8d\x7c\x55\xba\x17\x6f\xa8\x3a\xbb\x91\xb6\x4a\xf7\xe2\x7d\x8a\x70\x40\xdf\x79\x14\xe1\x80\xbe\xf3\x28\xc2\x41\x9b\x95\x22\x1c\x34\xad\x15\xe1\x80\xbe\xf3\x10\xe1\x20\x7d\xe7\x51\x84\x43\xd6\x9d\xb2\xb2\xeb\x99\xd2\x2d\x75\x4d\x56\x76\xf5\x53\xba\x17\x4f\x51\x84\x83\xb6\x33\x45\x38\x68\x5b\x22\xc2\x41\x1a\xce\xa3\x08\x87\xac\x3b\x91\xaf\xa8\x25\xf9\x78\xbb\x22\x1c\xd0\x70\x1e\x45\x38\x68\x6b\x55\x84\x43\x52\x4b\x53\x57\x77\x6a\xea\xaa\x05\x3b\xb9\xa4\x6d\xb0\x93\x6b\x9e\x35\xd8\xc9\xb5\x81\x35\xd8\xc9\xdf\xbe\xc0\xfa\xad\x59\x00\x25\x6a\xd0\x0c\x81\x12\x35\x18\xdf\x05\x4a\xd4\x70\x19\x5b\x28\x51\xc3\x66\xdc\xa1\x44\x7d\x67\x1d\x94\xa8\xef\x48\x43\x89\xfa\xca\xd0\x55\xaf\x48\x2d\x58\xbf\x39\xf4\x1f\xc7\x3e\x09\x7e\x12\x7b\xa0\x44\x7d\x16\xbd\x86\x12\xf5\x39\x7a\xbb\x53\x78\xc6\xf7\x77\x14\xa1\xd6\x51\x07\x25\x6a\xd4\x16\x02\x25\x2a\x8c\x39\xf6\x40\x89\xfa\x1e\x47\x43\x6c\xda\xf4\x53\x15\xfc\x50\x94\x1e\x2a\xf8\xd9\xc3\xfb\x1c\xfb\x64\xab\x7c\x4f\xe8\x52\x09\x97\xb3\x07\xba\xd4\xac\xd5\x01\x5d\x2a\x0c\x28\xf6\x50\xa6\x8f\xbc\x4f\x7b\x1c\xfb\x64\x72\x42\xed\x81\x4a\xb5\x24\xf5\xcc\xe5\x2b\xda\x76\x29\xd3\x47\x46\x82\x3d\x43\xec\xcf\xea\xa7\xcb\x57\x2b\xb2\x43\xb3\x5a\xb5\x4f\xa8\x80\x83\xd9\xbe\x0f\xcf\x85\x6a\xb5\x2e\x7a\x4e\x99\xbe\x7a\x98\xa3\x13\xfa\x64\x6d\x7e\xd0\xb0\x36\x54\xa7\x67\x8a\xf0\x3f\xef\xa5\xed\x1e\x2a\x56\xf2\x15\xed\x81\x8a\x95\xd2\xc5\xf6\x90\x2b\x5d\x34\x53\xa0\x62\x85\x2e\xc3\x1e\xa8\x58\x7b\xd7\xef\x26\x74\xc7\xc8\x02\x15\xeb\x78\xd4\x82\x7e\x58\xca\x0d\x54\xac\x43\x72\x42\xc5\x3a\x50\x08\x1f\xa8\x58\xc7\x52\x4b\xc1\xb7\x65\xaf\xc9\x97\x86\x8e\x75\xd6\x7f\x69\xce\x0f\x4c\xad\x13\x5d\xf2\x81\xa9\x75\x69\xd0\x1d\x22\xdd\x21\xcd\x62\x95\xf7\x83\x9c\xa9\xd7\x56\x18\x83\x99\xa0\x0e\x93\xf2\xd2\xf9\xee\x30\x29\x2f\x9d\xe1\x8b\x72\x54\x43\x6f\x99\xb4\xf4\x3b\xd8\x8b\xb5\x90\x16\x31\x9d\x56\xf7\xd1\x46\x42\x7d\x87\xad\xcd\x90\xfa\x0e\x5b\x1b\x33\xf5\x1d\xb6\x26\x1b\xf5\x1d\xf6\xe0\x77\x0e\x95\xf2\x1e\xba\xd3\xe5\xdc\x8b\x21\x71\xa8\x94\x8f\xce\xc0\x0d\xfb\xef\x65\xe0\xa9\xf6\x77\x31\xef\x3c\x2a\x27\xaf\xa3\x66\xc3\xb8\x1b\x91\x83\x6a\x7f\x57\xa7\xec\x16\xe3\xae\xde\x0e\xe3\x6e\xd5\x35\x68\x67\x25\x03\x04\xae\xd0\x08\xd8\x03\x81\xeb\xbb\xe5\x40\xe0\x1a\xb4\x59\x40\xe0\x1a\x24\x2d\x04\xae\x41\x0b\x14\x02\xd7\xb0\x79\x0a\x04\xae\x58\xbb\xed\x81\xc0\x95\xf2\xbc\xf6\x40\xe0\x4a\x9e\x9a\x3d\x10\xb8\x3e\x13\x69\x21\x70\x8d\x11\xf9\x20\x70\x8d\xd2\x14\x20\x70\x15\x0a\x78\x1c\x0f\x95\x77\x5b\xa1\xda\x5f\xd2\xb2\x13\xb9\xab\xf4\x65\xc8\x5d\x4d\x5a\x04\xe4\xae\xa6\xa9\x0a\xb9\xab\x69\xb4\x21\x77\xcd\xd2\x80\x21\x77\xcd\x92\x0f\x72\xd7\xa2\x03\x12\x72\xd7\xa2\x7e\x42\xee\x5a\x24\x1f\xe4\xae\x45\xfa\x30\xe4\xae\x25\x31\x46\x90\xbb\x16\x1d\x0b\xb7\xbd\xb1\xd0\x5b\xfd\x81\xc4\xb5\x08\xb1\x5c\x08\x50\xa7\x9e\xab\x2a\x7f\x6a\xb9\x1c\xe5\xe8\x49\x90\x87\x32\x32\x11\x82\xd7\xca\x3c\x8c\x10\xbc\x56\xd6\x54\x84\xe0\xb5\xa2\x5d\x46\x08\x5e\xab\xa7\xb5\x59\x84\xe0\xb5\xba\xa3\xd1\x22\x04\xaf\x8d\x83\x30\x42\xf0\xda\x86\x9e\x02\x29\x27\xda\x6c\x84\xe0\xb5\x3b\xfd\xbe\xc5\xd0\x7f\x47\x62\x5b\x84\xe4\xb5\xbb\x3f\xc5\x22\x24\xaf\xbd\xe8\x9a\x48\x3b\x33\x2d\x98\x39\xd9\x1e\xa3\xc7\x6a\x78\x76\x94\xb7\xdc\x84\x37\xd9\xaa\x22\x04\xb0\x1d\x04\x14\x21\x80\xed\x97\xa7\x78\xac\x86\xf7\x00\x2f\x91\x45\x48\x60\x07\x9b\x7b\x7c\x3e\xb1\xe2\xd4\x88\xb1\x08\x11\xec\x00\x33\x47\x88\x60\x87\xfa\xe4\x08\x2a\xc1\x2c\x63\x11\x22\xd8\xf9\xe8\x49\x70\x64\x82\xb5\xe2\x23\x8e\x4c\x46\x01\x22\xd8\x39\xd4\x43\x38\x32\x39\x7a\x22\x44\xb0\xa4\x01\x59\x7c\xc4\x91\xa9\x37\xc0\x2f\x89\x66\x1b\xc9\x6b\x58\xe0\x9b\x08\x11\xec\xd2\xe8\x91\xd3\xb0\x38\x4c\x23\x39\x0d\x6b\xf1\xb5\xc8\x69\xd8\x89\x39\x00\x49\xec\x46\x29\x8d\x90\xc4\x6e\x7d\x1b\x48\x62\x77\xd6\x33\xe1\x97\xec\xff\xb2\x3b\x47\xf8\x63\x37\xdb\x66\x84\x3f\x76\x6f\x75\x45\xd4\x93\x08\x0b\x7f\x2c\xe5\x65\x2c\xc2\x1f\xab\xcd\x2e\xc2\x1f\x7b\xa6\xba\x29\xea\x49\x5a\x54\xf8\x23\x15\xc6\xa2\x03\xbd\x72\xd1\x11\x23\xdc\xb2\xa4\x5e\x58\x84\x5b\xf6\x62\x33\x8a\xa4\x3b\xdc\xc6\xa0\x90\xee\x70\x87\x9e\x02\xf5\xe4\xd4\x35\xa8\x27\x81\x45\x91\x74\x87\x8b\x86\x13\xe1\x96\xbd\x57\xbf\xa3\xea\x9d\xe9\x0d\x9e\xee\x00\x2f\x8a\x45\xd2\x1d\x70\x25\x5a\xa4\x64\x7c\x38\x6a\x41\x87\xc8\xd6\x10\x49\x75\xa0\x3a\x8a\x45\xa8\xaa\x9e\xa8\x16\x9c\x87\x68\xc4\x11\xaa\x2a\xea\xc2\x5b\x84\xaa\xea\x69\xbc\x0f\xaa\xaa\xa7\xd1\x6b\x53\xba\x0a\xbd\x86\xaa\xea\xd1\xc2\x83\xaa\x0a\x6e\x6e\x8b\x4a\x73\xd0\xb0\x43\x55\x15\xb5\xf4\x4d\x25\x8f\x9e\x7d\xaf\x7a\xe0\x32\x92\x45\x6b\x11\xba\xaa\x84\x56\x15\xa1\xab\x4a\x18\x95\xa2\x2a\xfb\x61\x4a\x89\xaa\xec\x27\x89\x55\xd9\xcf\xb8\x13\xba\x2a\x03\x8f\x44\xe8\xaa\xe0\xaf\xb6\x98\xc5\xa2\xa7\x3b\xc5\xa2\xc7\x68\x53\xd9\xcf\x96\x5a\xb0\xe8\x69\xb9\x40\x65\x95\x1f\xfa\x89\x13\xfb\x56\xbd\xc1\x65\x94\x86\x17\xa1\xb2\x2a\x41\xd7\x60\xa7\x03\x49\x44\xa8\xac\x8a\x36\x25\xa8\xac\x8a\x36\x50\xa8\xac\x4a\x57\x3f\x61\xa7\xd3\xbc\x87\xca\xaa\x68\x8b\x82\xca\xaa\xe8\x7d\x50\x59\x15\x8e\xc4\x08\x95\x55\x39\xba\xd3\xe5\x2b\xfa\xd6\x50\x59\x55\x6d\xa7\x50\x59\xc1\xe5\x61\x11\xba\xaa\x5a\x75\x0d\x76\x3a\x8c\x18\x11\xba\xaa\xaa\x6d\x0b\xba\xaa\x7a\x74\x6d\xbf\x45\x63\x57\x53\x7f\x60\x7e\x03\x53\x46\x28\xab\x1a\xda\x64\x84\xb2\xaa\x61\xd6\x88\xf5\x79\x7f\x0b\x95\xad\x45\x47\x8b\xb5\x69\xfb\xaa\x50\xa7\x05\xdd\x0d\x75\x1a\x5a\x7c\x84\xd2\xaa\x6b\x56\x43\x69\x05\xc5\x9b\x45\x28\xad\xba\x66\x03\x75\xdf\x3b\x07\x73\xa4\xee\x7b\xc7\x5c\x16\xeb\x78\x7b\x40\xc2\x99\x45\x08\xb0\xba\xbe\x26\x04\x58\x7d\xeb\x2d\x3e\x5e\xfd\x30\xe7\x20\xc0\xea\x47\x7d\x85\x3e\x4d\x6b\xa7\xa1\x91\xe7\xf2\x39\x9c\x20\xc1\x1a\x1a\x33\x48\xb0\xc6\xe5\xb7\x90\x60\x4d\x14\xd0\xd8\xa0\x1f\x8b\xba\xe6\x72\x4e\x1d\x29\x10\x64\x4d\x94\x93\x08\x41\xd6\x0a\xf4\x1c\x82\x2c\x68\x8e\x2d\x36\x95\x1b\xab\x7b\x0f\x5d\x87\x82\x4c\xeb\x00\x92\xac\xa5\xaf\x02\x49\x96\xd4\xd8\x08\x49\xd6\xd2\x78\x43\x92\xe5\xc5\xba\xff\xff\x56\x0d\x7f\xd6\xda\x7c\x02\xf8\xb3\xde\x93\xa1\x8b\x03\x8c\xc1\x83\x3f\x6b\x37\xba\x0a\x7f\xd6\xd6\x92\x54\x59\x78\xac\xc5\x11\xfe\xac\x13\x19\x2e\xf1\x67\x75\x16\x21\x6c\xb8\x57\x87\x41\x17\xf9\x94\xde\x2e\xf2\x29\xdd\x49\x96\x9c\xb6\xdc\x0e\xf9\x94\x26\xb0\xca\xc2\x5f\xf5\xc5\xb3\xc8\x60\xa0\xb5\xe8\xc0\xb1\x09\x6c\x47\x07\x8e\xed\x41\x4f\x8a\x03\xf2\x29\x3d\x13\x6e\xad\x47\x27\xad\x03\x47\x83\x40\xdf\x22\x04\x5a\xf1\x7d\x26\xe4\x4c\x3a\x69\x1d\x38\x7a\x19\xd8\xa3\x8d\x06\x12\x2d\xd9\x88\x23\x44\x59\x51\x1b\x14\x44\x59\xb2\x50\x46\x88\xb2\xa2\xbe\x37\x44\x59\x51\x53\x0a\xa2\xac\xa4\xa5\x33\x21\x61\x42\x8f\x8c\x0e\x0e\x5b\xd2\x04\x83\x44\x2b\xa1\x71\x46\x48\xb4\x92\x34\x3c\x48\xb4\x28\x51\x60\x11\x12\xad\x34\x74\xcd\xe5\x48\xd2\xa1\x20\xd1\xa2\x0c\x81\x45\x80\x61\x3a\x6a\x41\xd0\xa4\x69\x0a\x89\x96\x61\x34\x88\x90\x68\x59\xd6\x53\x20\x68\xaa\xea\x35\x04\x4d\xb8\x53\x22\x24\x5a\xa6\x05\x06\x89\x96\x01\x9c\x23\x24\x5a\xa6\xc3\x49\xc0\x30\xcf\x7d\x8c\x27\x41\xa4\x95\x13\xf2\x43\xa4\x95\x75\x3c\x42\xa4\x95\xb1\x40\x47\x88\xb4\xb2\x36\x68\x88\xb4\xb2\x36\x45\x88\xb4\xb2\x0e\x7c\x88\xb4\xb2\x8e\x23\x88\xb4\x32\x48\x2b\x42\xa4\x95\xb5\x35\x40\xa4\x95\x35\xbe\x90\x65\x15\xa9\x1b\x8e\xec\x76\xcb\x6b\x53\x59\xc6\x22\x84\x59\x05\x64\x14\x37\x44\x4d\x49\x2d\x88\x9a\x30\x80\x44\xc8\xb4\x8a\x8e\x39\x47\x77\x26\x1c\x11\x21\xd3\x2a\x52\x1d\x20\xd3\x2a\x53\x4f\x81\x6c\x4a\xfa\x37\x64\x5a\x55\xc7\xbc\xa3\x3b\xcb\x07\x89\x21\xd3\x6a\x3a\x30\x20\xd3\x6a\xea\x39\x64\x5a\x4d\x1b\xda\xd6\x31\xb0\xf7\x69\x92\x03\x3e\x21\x7d\x73\x08\xb5\xba\x34\x43\x08\xb5\xba\x46\x07\x42\xad\xae\xed\x06\x42\x2d\x4a\x12\x5b\x84\x50\x6b\x68\x3e\x42\xa8\x05\x7f\xa5\x45\x08\xb5\x86\x94\x33\x08\xb5\x86\x24\x86\x50\x6b\x6c\xbd\x01\x3e\x21\x1d\x08\x10\x6a\x4d\xa9\x78\x10\x6a\xc1\x20\x69\x11\x42\xad\xa9\xaf\x08\xa1\xd6\x12\xe2\x80\x50\x6b\x49\x59\x82\x50\x6b\x0f\x46\x95\x7a\xee\x5b\xf3\xff\xc2\xc5\xa3\xdd\xe0\x8a\x8b\x87\x79\x0c\xd9\x16\xb9\x9b\x16\x21\xdb\x3a\x58\x9b\xa3\xea\xb9\x97\xb0\x4f\xd5\x6f\xbd\x1c\x60\x93\x52\x0b\xe1\xd6\xb9\x8c\x07\x84\x5b\x57\xf3\x18\xc2\xad\x1b\xff\x65\xfc\x88\x70\x71\x09\xb2\xc7\x3b\xde\x57\xde\xa5\x2e\x4d\xa8\x75\x10\xf3\x42\xd7\x73\xf4\x12\xa8\x6e\xa4\xcd\x90\xec\x1e\xb4\x91\x90\xec\x4e\xa5\x6c\x4b\x24\xbb\x2b\x00\x26\x91\xec\x1e\x9c\x91\xce\x12\x09\xed\x61\xe9\x4e\xe8\x7a\xbc\x22\xa0\x25\x12\xda\x1f\xcc\x04\x89\x84\x76\x18\xfe\x2c\x91\xb4\xfe\x44\xdd\x09\x65\x4d\xd2\x9d\x24\x3b\x37\xbd\x6f\x93\xfa\xfc\xd0\x82\x0f\x85\x61\x4c\x24\xa6\x27\x20\x66\x22\x31\x9d\x8a\xe6\x96\x48\x4c\x87\x6d\xda\x12\x89\xe9\x96\x74\x27\x9c\x27\xce\xef\x60\x89\xc4\x74\x2b\xba\xe6\xfd\x84\xe1\xd9\x12\x89\xe9\xd4\x97\xb3\x44\x62\x7a\xee\x7a\x83\x38\x4f\x16\x2d\x71\x9e\x20\xdf\x03\xe7\x09\x9b\x48\x7a\xc4\x79\x12\x68\x1d\x5a\x7a\x9f\x27\xf9\x76\xf4\xa8\xe4\xe0\xad\x67\xb4\x94\x14\xe1\x3c\x01\x56\xa6\x08\xe7\x89\xbe\x6e\x84\x2b\xc4\x74\x27\x5c\x21\x5d\x77\xc2\x15\x32\x74\xcd\xe5\xab\x6c\xa9\xc9\xc1\x5b\xaf\x20\xa6\xe4\xe0\xad\x57\xf4\xe4\x14\xe1\x3b\xe1\x18\x4e\x11\xae\x10\x3c\xe2\x29\xc2\x15\x72\x18\x69\x12\xd2\x3b\x10\x30\x45\x8a\xb7\x62\x2f\x4e\x24\xa4\x8f\xf7\x0d\xf0\x73\x00\xc2\x53\x82\x9f\x83\xad\x26\x25\xf8\x39\x30\xc9\xa4\x04\x27\x06\xda\x76\x4a\x70\x62\x30\x3f\x93\x23\x34\x5b\xe8\xec\x29\xc1\x89\xc1\x6c\x4d\x09\x4e\x8c\xac\x67\xc2\x89\x51\xf4\x4c\x38\x31\xd8\xc8\x52\x82\x13\x03\x47\x70\x4a\x70\x62\x74\xfd\x6e\xc2\xba\xa1\x16\xbc\x1e\x18\x84\x52\x82\xd7\xe3\xaa\x2f\x70\x62\xb0\x09\x24\x13\xef\x05\x77\x1a\xdc\x16\xa6\x6b\x10\x58\xe0\x5c\x4e\x06\x81\x85\xde\x6e\x10\x58\x74\xfa\x69\x10\x58\xe0\xfa\x4b\x06\x81\x85\x66\x96\x41\x60\x31\xd5\x9a\xac\xf2\xb6\x77\xd7\xdd\x90\x58\x68\x64\x1c\x69\xf5\x13\xd4\xf2\xbe\x1e\xc9\xe8\x48\xab\x1f\x36\xba\x94\x21\x79\xd0\x2a\xcf\xcf\xa7\xa8\x35\x16\xe4\x94\xa9\xd6\xaa\xf1\xc8\x54\x6b\x0d\xfa\xad\x51\x1c\x56\xd7\x32\xc5\x61\xf5\xbb\x42\x8b\x77\x3a\xda\x32\x88\x59\x2d\xe5\xf6\x79\xcb\xd0\x6f\xa9\xd8\x0a\x8a\x4d\x84\x0b\x4b\xa5\x48\x79\x7e\xef\x66\x04\x1d\x75\xd9\x29\x7a\xd3\xa6\x66\x2c\xf3\x80\xd4\x75\x78\xe2\x2d\x39\xea\xb2\xa3\xaf\x46\x3d\xf5\xa3\x59\x58\x28\x58\x0b\x72\x48\x05\x39\xc1\x02\xa9\x20\x27\x4e\xca\x54\x90\x53\xbb\x4f\x41\x4e\x8c\x46\xc9\x51\x97\xdd\xe7\x1f\xd5\x63\x2c\xb9\x4b\xcf\xa8\x5e\x66\xc9\x5d\x7a\x06\xd3\x86\x25\x07\x6b\x76\x09\xbc\x4a\x0e\xd6\xec\x6a\x59\x95\x8f\xf8\xe7\x51\xc7\x71\xfd\x10\x7a\x92\x0a\x5c\x0f\xe8\x51\xa9\x52\x98\x16\xb8\x98\x1c\x90\xd9\xc5\xb7\x9b\x1c\x8c\xd9\x5d\xba\x33\xd1\x42\x60\x07\x63\x76\xb7\xee\xf4\xd8\x49\xc3\xd5\x94\x2a\x22\x5e\x5d\xab\x38\x97\xe8\x0b\x15\x0b\x03\x20\x2e\x51\xb1\x50\xe6\x8e\x44\xc5\x42\x45\x50\x26\x2a\x16\x06\x6d\xb0\x54\x2c\x0c\xda\xb4\xa9\x58\x08\x6f\x9b\x25\xaa\x12\x06\x6d\x63\x54\x25\x0c\x00\xe7\xd4\xe2\xfb\x35\x2e\xa6\x82\x44\x65\xc2\x80\x29\x28\x51\x7d\x30\x00\xd2\x12\xd5\x07\xdf\x83\x89\xea\x83\x42\x06\x49\x80\xea\xcf\x93\x9a\x7e\x4b\x7f\xb5\xf8\xdb\xe7\xbb\x0b\x4a\x26\x2a\x14\xca\x56\x9d\xa8\x50\x18\x8e\xae\x31\xed\x70\x8f\xa4\x76\x3f\xbf\xc5\x1e\x9f\x70\xc9\x3d\xda\xba\xfa\xf3\x56\x5d\x5e\x3a\x7e\x70\xcb\x09\xa7\xa4\x9e\xde\xeb\x54\xb8\xb6\x24\xd7\x1c\xba\x73\x92\x6b\x4e\x87\xa3\x5c\x73\x38\x6a\x92\xa3\xa8\x64\x9a\xf2\x72\xcd\x61\xf9\x4b\x54\x2b\x7c\xf4\xd5\xe5\x9a\x03\x9c\xa7\x0e\xa7\x8a\xbe\x55\x5f\x9f\x1e\x68\x63\xc6\x3d\xf7\xe8\xeb\xc9\x3d\xa7\xa5\x2f\xf7\x9c\x8e\xf5\x11\xde\xdf\xc2\x8c\x6c\x09\x17\x9d\x22\x63\x12\x2e\x3a\x45\xf0\x24\x5c\x74\x0a\xd5\x4a\xb8\xe8\x22\xda\x52\xc2\x45\xa7\xf8\xa1\x84\x8b\x4e\x21\x57\x49\x48\xeb\x8f\xe2\xaa\x6d\x0e\x37\x9d\x22\x20\xd2\xe8\x9f\xeb\x60\xa1\x84\xab\x2e\x6a\x13\x19\x72\x37\xea\x9a\xdc\x8d\x8c\xe6\xb8\x9f\xdf\xe2\x61\x48\x54\x3e\x8c\x97\x37\xe1\x8e\x4b\x60\xd3\x84\x3b\x2e\x61\xa7\x4e\x33\xbd\xbf\x85\x7b\xc8\xd2\xb4\xcf\x7f\xb4\x49\x51\x1d\x31\x15\x3d\xcd\xe5\x4a\xa0\x92\x84\x4b\x2e\xa9\x97\x54\x47\x4c\x53\xad\x8f\x4c\x47\x8a\x03\x6e\x39\x0a\x76\x58\xc2\x2d\x97\x74\x80\xcc\xf5\xde\x7d\x1f\xbd\xd7\xc7\x29\x81\x30\x93\xa3\xac\x94\xb5\x22\xa9\x84\x48\xd1\x0e\x4b\xb8\xde\x28\xc5\x61\x09\xff\x1a\xa5\x38\x2c\x39\xc2\x4a\x19\x13\x50\xa2\x12\xa2\xe9\xb0\xa3\x12\xa2\x4c\x75\x09\xdf\x9a\x69\x6c\xf1\xad\x99\xd6\x35\xbe\x35\xca\x5f\x58\xc2\xb7\x26\x33\x5e\xc2\xb7\x66\x52\x5d\xf0\xad\x99\x64\x5c\x14\x25\x96\x22\x83\x5f\xcd\xb4\xa5\x0b\x7d\x59\xda\x9b\xa0\xe0\x84\x6f\xcd\x0e\x3d\xc0\xb7\x66\x52\x9e\xf0\xad\x99\xb6\x75\x7c\x6b\xa6\xf9\x8d\xff\x2c\xff\x59\x7d\xff\x7f\x5b\xc7\xb5\x96\x93\x5e\x80\xa7\xd8\xf4\x48\xf7\x84\x67\x09\x85\x6b\x2d\xeb\x0c\x74\xf0\x95\xf2\xe0\x93\x3a\xf8\xca\x82\xa9\x49\xe0\xeb\xcf\x1f\xda\x5e\x1c\x7c\xe5\x0c\x70\x4f\x0e\xbe\x72\xd6\x42\x70\xf0\x95\x33\x81\x66\x89\x14\x8f\xac\x4d\xde\xc1\x57\xce\xda\xd6\x4f\x7a\x9f\x7b\x34\x08\xc7\x3e\xff\xc1\x28\x92\x1c\x84\xe5\x8c\x49\x22\x1d\x3e\x83\x34\xc3\x83\xac\x78\xe8\xd3\x41\x56\x2d\x99\x83\x57\x7c\xeb\x29\x7e\x82\x67\x9d\x9f\x0e\xc2\x72\x3e\xea\xc5\xfa\xbe\x13\x79\x1d\x88\xe5\x7c\xf4\x16\x97\xb5\x68\xb2\x9d\xcf\x90\x2a\x0e\x22\x39\x18\xcb\x45\x8b\xde\xc1\x58\x16\xfc\x4e\x0e\xc6\xb2\x9c\x68\x09\x5e\x92\xac\x29\xed\x60\x2c\x17\x80\x5a\x72\x20\x96\x8b\xe9\xce\x42\x4b\xcf\x74\x39\x8b\x74\x49\x07\x62\xb9\x68\x6b\xa6\x66\x7b\xd1\xd7\x72\xb4\x95\x0a\x4e\x97\x44\xcd\xf6\xa2\x63\x8c\x9a\xed\x05\xf3\x42\xa2\x66\xbb\xac\xc1\x89\x9a\xed\x45\xa3\x4f\xcd\xf6\xc2\x31\x6d\xd4\x6c\xa7\x02\x89\x19\x35\xdb\x0b\x58\xce\xa8\xd9\x5e\x40\x37\x46\xcd\x76\x39\xf3\x2c\x94\x37\x6a\xe0\x60\x9a\xb1\x50\x3f\xff\xc9\x7a\x9a\xcb\x52\xd1\xd1\xec\x75\xb9\xd9\x16\x60\x35\xea\xb0\x57\xd3\xdb\xf6\xf7\xba\xf1\x1f\xa2\x16\x8a\xde\x48\xd4\x02\xd6\x4b\x73\xac\x95\xab\x9e\xf4\x3a\xcb\x6c\x1f\x7c\x1a\xf6\xe4\xcf\x7f\x00\xd2\x46\x15\x76\x58\x10\xcd\xa8\xb4\x5e\xf9\x26\x46\xa5\xf5\xfa\xde\x39\x3f\xbf\xc5\x20\x66\x0f\x3d\x65\x2e\xda\xf3\xe9\x29\xd4\xb3\x66\xcf\xf9\xfc\xc7\xf4\x7e\x7a\x0b\xaa\x32\x2a\xb2\x53\x3f\xc5\x8c\x04\x97\xc2\x61\x6c\x54\x64\xaf\x68\xfa\x46\x45\xf6\x8a\xbb\xcc\xa8\xc8\x5e\xd5\x0b\x2a\xb2\x37\xf0\xa5\x51\x91\x1d\xce\x45\x33\x2a\xb2\x37\x3c\x21\x46\x45\xf6\x86\xc1\xc4\xe2\xe7\xcb\x53\x6c\xd6\x8c\xaa\xec\xcd\x74\x7d\xd2\x42\x3a\xaa\xb2\xb7\xa2\x27\xb9\x1c\x0d\x67\xaf\x41\xe0\xd5\x30\xb6\x18\x04\x5e\xad\xeb\x1a\xb1\x20\xa8\x4e\x46\x75\xf5\x86\xa2\x64\xa9\x7c\x23\x43\x74\x37\xfd\x65\x2b\xb5\x44\x7f\x35\xef\x1c\x33\xe5\xc6\x0a\x36\xc7\x3e\xb9\x07\x5d\xf3\xfe\x74\x10\xbe\x59\x78\x9f\x2b\x73\x89\x91\x68\x03\x6f\xb9\x19\x55\xd6\x29\xd0\x62\x46\x16\x65\x21\x80\xd2\xa8\xb2\x2e\x3b\xbf\x39\x6e\x4a\xa5\xab\x55\x5e\x23\xe0\xd2\xec\x75\xec\x94\x61\x87\x34\xb3\xf6\x09\xec\x30\xbd\x97\x18\x15\x0e\x61\x73\x7c\x94\x7b\xd7\xdd\x94\xf9\x1e\xff\x0a\xfc\x33\x8a\xb4\xf7\xa9\x87\x20\x2a\x90\xc1\x28\xd2\xde\xf5\x89\x28\xd2\x2e\xd7\x82\x51\xa4\xbd\x03\xc7\x8c\x22\xed\xfd\xe8\x9a\xbd\x5d\xbd\x40\x1c\xcb\x9f\x30\x9d\x8b\x16\x61\x64\x5e\x16\xac\xb1\x46\x21\xf7\xa1\x0f\x4e\xb5\xf6\xf1\xe8\xd9\x3e\x34\x43\xd3\x8c\x6a\xed\x54\x92\x71\x83\xb5\x87\xe2\xb0\xf8\xa9\xd6\x3e\xd0\x33\x8c\x6a\xed\x03\xad\xd1\x32\x61\x3a\xc4\xae\x1a\xd5\xda\x07\xe0\xcc\xa8\xd6\x3e\x34\x71\xa8\xd6\x3e\x08\xef\x32\xaa\xb5\x0f\x4e\x63\xa3\x5a\xfb\xe0\xf0\x30\xaa\xb5\x8f\xad\x6b\xc8\xb0\xf5\x06\x64\x38\x7a\x0a\x32\x68\x31\x52\xad\x7d\xe8\x6b\x51\xad\x7d\x5c\xdd\xe9\x32\xc8\x20\x60\x54\x6b\x9f\xfa\x12\x54\x6b\x9f\x18\x90\x8c\x6a\xed\x53\x4b\x88\x6a\xed\x13\x10\x6e\x54\x6b\x9f\xda\xc6\xa8\xd6\x2e\x27\x8c\x51\xad\x7d\x82\x09\xcc\x71\x51\x96\xe9\xc0\x6a\x7e\x43\x94\xb6\x96\x09\xd5\xdc\xa7\x26\x29\xd8\x68\x0e\xbd\xd3\xe5\x90\x31\xc1\xc0\x3f\x73\xeb\x4e\x8f\x9e\xad\x45\x77\x6e\x5a\x8c\x05\x15\xdb\xa9\x7d\x69\x46\xc5\xf6\xa9\x0d\xc7\xb1\x51\xaa\x58\x45\x0d\x6c\xb4\x30\xb9\x18\x15\xdb\xdf\xe5\xd1\xd2\x1b\x83\xb4\x30\xde\x18\x55\xdb\x97\x16\x4c\x53\xdc\x13\xdf\xbc\xb5\xf7\xee\xad\xb9\xf3\xe2\xa3\xfa\xea\x52\xd6\xc6\xe7\x3f\xc4\x46\xdb\x8b\x91\xea\xde\x68\x7c\xa6\x2a\xee\x4d\xd7\xa9\xe2\x8e\xb1\xc3\xc0\x48\x32\x3a\xd9\x8b\x91\x3e\x0e\x2d\xeb\xe1\xf3\x1f\xcd\x43\x55\x73\x47\x47\x34\x55\x73\xd7\xac\x54\x35\x77\xbc\x17\xd6\xed\xfb\x5b\x5d\xcf\x5c\x47\x1a\x30\xd2\xd2\xac\xed\xf5\x73\xf7\xd4\xef\x89\xfb\x42\xd1\xb1\xfe\x95\xfd\xe8\xdd\xe3\x1b\xd1\xc5\xd7\x56\x75\x77\xad\x60\x55\x77\x7f\x74\x37\xdc\x8c\x20\x54\x53\x75\xf7\x47\x3d\x21\xf6\x8b\xe4\x3a\x53\x75\x77\xbc\x6a\x06\x4e\x52\xbc\x85\x39\x4e\x4a\x55\xc7\x3b\x38\x69\x17\xdd\x69\xb4\xf8\xb2\x8e\x93\x12\xb4\xc0\x66\xe0\xa4\xad\x91\x1d\x1f\x59\x65\x59\x36\xc7\x49\xe9\x3d\xc2\x08\x67\xdc\x1a\x31\xc7\x48\xa9\x05\xfd\x16\x19\x31\x0e\x19\xe1\x8c\x7b\xea\x9a\xf8\x27\xf5\xce\xf3\x79\x0b\x51\xf4\x46\x48\xa3\x2c\xe8\x06\x7e\x7a\x8f\x84\xf9\x7c\xee\xc6\xf6\x6d\x60\xa8\x2d\x55\x81\x90\x46\xaa\x8e\x9a\x39\x7e\x4a\x0d\x33\xb1\x39\x76\x4a\x4d\xc7\xbc\x63\xa7\xd4\x50\xe3\x0c\xec\x74\xfe\xc5\xf5\x6d\x06\xac\x3a\x18\x5c\x8c\x48\xc7\xa3\xb3\x77\xf2\x09\x80\xa7\x06\xa4\x3a\x5a\x42\x0e\xa9\x52\xd3\x20\x4c\x4d\xe1\xb6\xb7\xb4\x1e\x22\x1a\x0f\xb6\x5a\x03\x52\x1d\x6d\x07\x40\xaa\x03\xa0\x34\x20\xd5\x21\xec\xc6\x08\x59\x84\x32\xd3\x6c\xe5\xf7\xb9\xef\x90\x01\xab\x5e\xdd\x47\x05\xe6\xb5\x09\xae\xf6\xb9\x5b\x93\x1d\x68\xf5\xf9\x2d\x21\x7d\x3a\x15\x81\x56\x0a\x60\x32\xa0\x95\xe2\x1e\x0c\x68\xa5\x78\x18\x03\x5a\x5d\x7c\xc8\x46\xc8\xe2\xd5\xe2\x03\x56\x29\x02\xc6\x80\x55\x32\x25\x19\x81\x88\x57\xba\x82\x82\x0d\x81\x55\x06\x22\xea\xda\xb0\xa9\x16\x1f\xa2\xee\x9c\xb4\x98\x02\x8e\x88\xbc\x48\xb6\xb7\x08\x36\xd4\x66\xae\x60\x43\x30\x8c\x29\xd8\x50\x7a\xe3\x09\x1f\xda\x4b\xbd\x53\x01\x87\x3a\xbe\x14\x70\x88\xe7\xc2\x14\x70\xa8\x03\x9d\x80\xc3\xa0\x51\x20\xe0\x30\xe8\x18\x22\xe0\x30\xe8\x18\x22\xe0\xf0\xd1\x72\x27\xe0\x50\xb1\xed\x46\xc0\xa1\xa2\x75\x8c\x80\x43\x45\xc8\x1b\xc9\xec\x5d\x47\x0d\x01\x87\x8f\xa9\x67\x9b\x16\x33\x82\x80\x43\x19\x84\xec\x45\x41\x63\x2f\x9c\xd0\x46\x60\xe1\xa3\xa5\x49\x60\xe1\xa3\x79\x47\x60\xa1\x0c\x3b\x76\xf3\xe7\xb7\x43\xbf\x25\x78\x72\xeb\x6e\x64\xd9\xba\x1b\x59\x24\xe7\xed\xef\x6f\xb7\xe6\x01\xd5\xe3\x23\x76\x6f\x23\xf0\x50\x89\x53\x46\xe0\xa1\x12\xd1\x8c\xc0\x43\xa5\x58\x19\x81\x87\xca\x89\x33\x02\x0f\x21\x32\xb3\x4c\xe0\xa1\xf2\xec\x32\x81\x87\x4a\xaa\xc9\x04\x1e\xca\x29\x9e\x43\x7a\xfb\x73\x70\x7e\x66\x82\x0f\xe5\x26\xcf\x04\x1f\xa6\xa0\x27\xb9\x9c\x89\x51\xca\x54\x90\x4f\x38\x30\x33\xc1\x85\x32\xe1\x64\x02\x08\x13\x23\x91\x1d\xe5\x94\x04\x6e\xc8\x54\x90\x4f\x18\x35\xf3\x13\xde\x1e\x5c\x46\x2a\x13\x44\x98\x70\x3f\xe6\x37\x88\x70\xee\xc5\x86\x9f\x9f\x4f\x9f\x29\x84\x61\x99\x6a\xf2\xd4\x71\xb5\x4c\x10\x61\x92\xbc\x4f\xf9\xfc\x9e\x95\x90\xa9\x28\x9f\xba\x5a\x3e\x3e\x69\xea\xd9\x04\xb0\x72\x48\x65\x02\x02\x13\x86\xda\x4c\x40\xa0\x31\x0f\x33\x01\x81\x46\x46\x42\x26\x20\xd0\x50\x15\x32\x01\x81\xc6\x06\x9b\x09\x08\x34\xc2\x67\x33\x01\x81\x86\x8b\x36\x13\x10\x28\x17\x7e\x26\x20\xd0\xaa\xae\x79\x3f\x0d\xc7\x73\x26\x20\xd0\xd0\xfa\x33\x51\x7f\xd6\xf5\x86\x45\xf8\xac\xfa\x42\xa0\xed\xd6\xef\xce\x2b\xbf\xdb\x3e\xfe\xef\x36\x9e\x09\xfc\x33\x4e\x8d\x4c\xe0\x9f\x02\xbc\xb2\xbb\x95\xbc\xe0\x9e\xb7\x5c\xc4\x1c\x74\xcd\x45\xcc\x8f\x7e\xe7\xe7\xcb\x90\x50\x04\xfe\x29\x9a\x20\x13\xf8\xa7\x48\x83\x4c\xe0\x5f\xd6\xc4\x20\xf0\x2f\x67\xb5\x5c\xc4\x8c\x0e\x97\xdd\xad\x54\x14\x69\x90\xdd\xad\x54\x72\xd3\x9d\x8b\x96\xae\xb9\xf8\x79\xea\x0d\x87\x16\x9f\xc6\xa1\x55\xc9\x9a\xea\x46\x9c\x31\xda\x75\xa6\xe2\xbc\x4c\x33\x99\x8a\xf3\x19\xdb\x74\x06\x56\xc9\xa5\x96\xa9\x38\x4f\x59\x56\xcb\x54\x9c\xcf\x44\x0b\x64\x2a\xce\x97\xa0\xdf\x11\x67\x1c\xf4\x3e\x97\xaf\x44\x86\xd0\xdd\x51\xa5\x90\x85\x97\xa9\x46\x5f\xd0\x0c\x33\xd5\xe8\x4b\xd6\x9d\xc4\x1f\x6b\xc1\xc0\x5c\x33\x8e\x7e\x77\xbe\xb1\xcb\x7c\x6f\xbb\x9f\xff\xb0\xe9\xe4\x1c\x3e\xff\xc1\x91\x9a\x1d\x5b\x95\x82\xb6\x93\xa9\x53\x5f\xd8\x4a\x32\x75\xea\x0b\xa1\x6d\x99\x3a\xf5\xa5\xab\x85\x3c\x68\x84\x99\x20\xbf\x49\x68\x5a\xa6\x4e\x7d\x61\x93\xcc\xd4\xa9\x2f\x1c\x12\x99\x3a\xf5\x45\xa3\x00\x33\xcd\x7c\xf4\xf6\x4d\x8b\xef\x87\xbb\x69\x68\xf2\x52\xa7\xbe\x62\x7e\xc9\xd4\xa9\xaf\xd8\xc8\x73\x79\x3e\x0c\xd6\x55\xff\x21\xa6\x9a\x63\x23\x97\xf4\xb9\x8e\x6d\x37\x17\xfb\xfe\x47\xbf\x70\x59\x65\x9e\xc9\xd4\xac\xaf\x9a\x7f\xd4\xac\xaf\x5a\xa8\xa5\x7d\x7f\xcb\xb7\x28\xfd\xf3\x1f\xad\x97\x32\xbe\xf7\x20\x29\xf5\xeb\x6b\xd5\xf5\xf5\xbd\x8e\xec\x8e\xb7\x4a\xd5\xf7\x2c\x5f\x4e\x6e\x0c\x52\xb9\x10\xa5\x84\x72\x91\xa9\x71\xaf\xf8\x92\x4c\x8d\xfb\xaa\x51\xa7\xc6\x7d\xe5\xe0\xcd\xd4\xb8\xaf\x92\x92\x1a\xf7\x72\x40\x67\x6a\xdc\x57\x2c\xef\xb9\x96\x37\x06\x5b\x9e\x93\x5c\xeb\xe7\x3f\x9a\x7f\xb5\x7d\xef\xd1\x33\x3a\x3d\xd1\xdb\x06\x2d\xfa\x4c\xbd\xfb\x06\xea\xc9\x75\x7d\x7e\x0b\x6a\xce\xd4\xbc\x6f\x49\xfd\x3e\xb4\xf4\xdc\x4b\x8b\x19\x45\xcd\xfb\xa6\x35\x41\xcd\x7b\x19\x74\x32\x35\xef\x65\xd0\xc9\xd4\xbc\x6f\x59\x77\x1a\x2d\x24\xf4\x00\x41\x2f\x9a\xe3\x2d\xe2\xe7\xb5\xab\x50\xf3\x5e\xc1\x97\x99\x9a\xf7\xad\xea\x99\xc8\x88\x51\x38\x53\xf3\xbe\x69\x1d\x50\xf3\xbe\x81\x52\x73\x63\x3e\xeb\xf0\xed\xf4\x1a\xc4\x95\xa9\x64\xdf\xd0\xea\x33\x95\xec\x1b\x11\x72\x99\x4a\xf6\xd4\xe4\xb5\xdc\xbf\x23\xa1\xf9\xd4\x3f\x23\xb1\x75\x78\x74\x7a\xa8\x31\xef\xf4\x70\xe5\x7f\x6d\xeb\x9d\xce\x2f\x75\x89\xce\xa3\x95\xe5\xce\x00\x1c\x5d\x63\x00\x34\x39\x06\xc1\xfd\x3a\xfd\x07\xc1\xfd\x41\xd7\x1c\x4c\x4d\x9d\x4e\x23\x7d\xba\xaa\x73\xd5\x01\x95\x17\xde\xf1\x96\x8b\x2a\x4b\x54\x76\x40\x55\x3a\xfe\xe6\x3c\x48\x62\xd0\xe9\x3d\x48\x62\xd0\x46\xef\x60\xaa\x28\x4b\x2a\x03\xa6\xe6\xd0\x1b\x48\x60\xd0\x20\x0c\x12\x18\x00\x53\x79\x90\xc0\x30\xf5\x94\x43\x4b\x6f\x70\x19\x3b\x4e\x9d\x3c\x91\x11\x58\x95\xe7\x8f\x82\x05\xf4\x6e\x7e\x92\x18\x64\x07\xcb\x33\x7d\xef\x61\x01\x38\xa0\x2a\xfd\xf0\x9d\x26\xf2\x5c\xb5\xd8\x24\x31\x6a\xe5\x89\x3c\x00\xcb\x3c\x49\xc8\xb8\x4c\x3f\x47\x46\x85\x82\xc6\x96\x1d\x19\x95\xa1\x4d\xd2\x43\xfd\xca\x90\x06\x34\xcf\x27\x71\x42\xdb\xa6\x23\xa3\x32\x88\x29\xcf\x8e\x8c\xca\xd0\x52\x59\x24\x5d\xe8\x8b\x2e\x8a\x10\xe8\x30\x59\x24\x5c\xa0\x6f\xe6\x45\xc2\x05\x1a\x66\x5e\x9f\xe9\x77\x83\xde\xe2\x63\x23\x13\x57\x86\xc1\x6e\x62\x64\xca\x8e\x8a\xca\xc0\xf4\x90\xd7\xfc\xa6\x76\xe8\x69\xc8\x33\xf4\x5b\xe4\x91\xd6\xe5\xc8\xa8\x50\xce\xc1\xb2\x23\xa3\x32\x74\xf4\x3a\x32\x2a\x0a\x54\xcb\x1b\x39\xd1\xad\xf3\xfe\x26\x98\x48\x49\xd9\x9f\xb1\xb9\x98\x0a\xb3\xfb\x93\x8a\x22\x89\xf3\xd6\x56\x76\x3e\xda\xe0\x26\x75\x04\xd2\xa0\xfc\x7a\x8a\xce\x5e\x49\xbf\x20\x29\xe4\xd1\xd3\x3c\xf9\x85\x12\xc6\x96\x49\xc4\x9a\xd2\xf3\xc0\x45\x53\xdb\x28\xb8\x68\x12\x74\x90\xc1\x45\x53\x73\x1c\x5c\x34\x31\x3a\x65\x70\xd1\xd4\xf8\x80\x8b\x64\x2e\xcb\xe0\xa2\x49\x76\x40\x06\x17\x4d\xdc\x78\xf9\xf4\xb7\xaf\x14\xd3\xf5\xa8\xc4\x3f\xd7\xf5\x55\x41\x3c\x53\x47\x0d\x69\x54\x13\xf4\x95\x41\x3b\x8b\x28\x94\x0c\xda\x59\x41\x77\x1a\x2d\xdd\xe9\xbd\xa3\x56\x8d\xe5\xab\x4d\xea\xee\x45\xd6\x67\x06\xed\x2c\x1d\xa1\xa0\x1d\x61\xaa\xec\x68\xa7\xc8\x1e\x9e\x41\x3a\x4b\x4a\x1b\x48\x47\x51\x31\xd9\x91\x4e\x5a\xda\xd8\x40\x3a\x8a\xaf\xce\x20\x9d\x05\x32\xcb\x20\x1d\x99\xa1\x0a\x48\x67\x11\x0c\x5d\xa0\x1b\x5b\x5b\x2d\x64\xc4\x40\x5a\x48\xb1\x5a\x98\x40\x0a\x28\x67\x1d\x3d\x25\xbf\x52\x6d\x0c\x35\x05\xa4\xf3\x69\x91\x9a\xc3\x8c\x29\x20\x1d\x0a\x50\x5b\x21\x8d\x6a\x33\x07\x0a\x69\x54\x3b\xe9\x9d\x2e\xc7\xe6\x6b\x14\x50\xd0\x2e\x7a\xa6\xcb\x21\xa3\x52\x71\x94\x53\x3c\x8a\xe9\xff\x6e\xe5\x85\x0c\x2a\x2a\xed\x58\x01\xf8\x6c\x40\x41\x01\xf8\x6c\x26\x43\x79\x3e\x43\xb5\x4d\x2f\xa9\x9f\xff\x60\x25\x2a\x4f\xfb\xfe\x87\x0f\xf3\xf4\xcf\x7f\xd0\x9a\x0a\xd9\x54\x9b\x85\x5b\x00\x48\x9b\x29\x58\xc8\xa6\x92\xcd\xaa\x90\x4d\xa5\xc8\xf4\x02\x78\xda\x49\xd7\x10\x17\xfd\xa4\x00\x9e\xa8\xd3\x68\x05\xf0\x44\xdd\x1f\x2b\x80\xa7\x4d\x7c\x6b\x01\x3c\x9d\xa4\x16\x15\x62\x1e\xfd\xce\x4f\xf6\xcd\x86\x59\x00\x4f\x07\x64\x51\x48\x7d\x3a\xa6\x67\x92\xde\x84\x46\x50\x94\xde\x84\x56\x55\x1c\xe5\xa4\xad\x67\x92\xde\x74\xba\xae\x79\x5f\x0e\x36\xd1\x02\xca\x51\x9e\x6b\x21\xbd\x49\xc1\x4f\x45\xe9\x4d\xc0\xdf\x02\xca\x51\xf0\x53\x51\x35\x17\x7d\x61\x55\x73\xb9\xba\x46\x7a\x13\x4b\xaf\x80\x72\xb4\xdd\x16\x50\xce\x45\xcb\x2a\xa0\x9c\x1b\xf5\x86\xcd\xfb\xf8\x2e\xa0\x9c\xab\x69\x97\xee\x3b\x86\x32\x3d\x15\x90\xce\x65\x9b\x2f\xa6\x14\x2e\xa4\x32\xa5\x70\x31\x47\x8c\x14\x2e\x2c\xf9\x05\xa4\x43\x3d\x21\x2b\x20\x9d\xcb\x81\x5b\x4c\x29\x5c\x7a\x03\x29\x5c\x00\xd2\x02\xd2\xb9\x98\x4f\x0a\x48\xe7\x0e\x5d\xf3\x43\x7c\x73\x2c\x14\x43\x0e\x2d\x4b\xa1\x99\x1c\xf6\x7a\xdf\xe2\x63\x75\x41\x57\x85\x34\xa6\xa0\x65\x49\x1a\x53\xd0\xb7\x23\x8d\x29\x60\x48\x29\xaa\xd6\x92\xc3\xde\x41\xff\xf1\xbc\x09\x8a\x6f\x5b\x21\x95\x29\x98\xae\x15\x5a\x7c\x11\x52\x99\x02\xba\x6e\x01\xe5\xec\xae\xdf\x79\x7a\x4c\x40\x97\x2d\xa4\x32\x05\x14\x99\x42\x2a\x93\x78\x40\x0a\xa9\x4c\x01\xeb\x6d\x21\x95\x29\x34\xb5\x3c\x65\x44\xa1\xc0\x25\xdf\x4f\x5f\x39\x02\x0b\xe9\x4c\x41\x5f\x93\x74\x26\x19\xdc\x4a\x89\x9f\xbb\x51\x1c\x0a\x29\x4d\x01\x15\xae\x90\xd2\xa4\x5c\x8e\x42\x4a\x53\xd8\xfa\x2d\x69\x69\xfa\x22\x54\xe7\x17\x3d\x41\xa1\x3a\xbf\x28\x1d\x0a\xe9\x4e\xa2\xc8\x28\x85\x31\x43\x65\x2a\xa4\x3b\x29\xcc\xb8\x90\xee\x24\x1a\x8c\x42\x75\xfe\x27\xeb\x0d\xa4\xdd\x65\xf5\xd3\x0f\xcf\xcd\xc1\x5e\x48\x75\x7a\x34\xce\x54\xe7\x7f\x40\x9d\x85\x34\xa7\x87\x63\xaf\x90\xe6\xf4\x0c\x5d\x23\xed\x0e\xc3\x69\x11\x5a\xc9\x61\x2b\x99\xb0\x90\xce\xf4\xa0\xde\x16\xd2\x99\xc4\x87\x52\x1c\xa9\x54\xd1\xeb\x15\x47\x2a\xe9\x10\x6c\x50\x48\x65\x12\xcf\x60\x21\x95\x29\x26\x3d\xc5\xe5\x88\xa6\x77\x7a\x1e\x8f\x68\x16\x0a\xb5\xfc\xe3\x9f\xdd\xe4\xff\x6f\xdd\xed\x79\x73\xfb\x14\xd3\x59\xc8\x64\x12\x31\x4e\x21\x93\x29\x72\xae\x16\x32\x99\x44\x49\x55\x5a\xfd\xfc\x56\x8b\x8a\x6c\xa6\xa8\x8d\x98\x72\xff\xa2\xc3\x29\x64\x32\xc1\x53\x6e\xa5\x21\xa6\x16\x38\x99\x4c\x62\x85\x28\xee\x50\x72\x4a\x64\x6f\x1d\x5a\xea\x0f\x62\xa2\xc7\x16\xd2\x95\xa2\x0e\x0e\xd2\x95\x92\x3e\x24\xe9\x4a\x09\x60\x5e\x1c\xd6\xa4\xd3\xf4\x3b\x97\x43\xc4\x47\x85\x94\x24\x91\x22\x15\x87\x33\x35\x25\xdd\x49\x61\x2b\xf4\xae\x42\xb9\xff\xa4\x2d\x8b\x60\xba\x83\x46\x50\x28\xf7\x9f\x00\x71\xa5\x2b\xb5\x22\x7e\x36\x0d\xc7\x2d\x35\x11\x66\x58\x06\x7d\x6d\x6a\xd1\x57\x8c\x45\xc5\x71\x4b\x95\x2d\xb0\x38\x66\xa9\x49\x07\xa8\x63\x96\x9a\x00\x72\x65\x20\x87\xbe\xfe\x40\x0e\x7c\x0f\x65\x20\x07\x86\xa4\x32\x90\x63\xe9\x4e\xe4\xc0\x96\x5f\x06\xd9\x9c\x47\x7d\x41\x0e\x34\xd5\x32\xc8\xe6\xd4\x31\xe1\x98\xa5\x1a\x61\xa1\x65\x50\x9c\x4b\x5f\x7f\x92\xcd\x89\x59\xa4\x4c\xb2\x39\xb5\xe4\x26\xd9\x9c\x3a\xf2\x27\xd9\x9c\xda\xe6\x26\xd9\x9c\xfa\xa6\x93\x6c\x4e\x0c\x1c\x65\x92\xcd\xa9\xaf\xe4\x18\xa6\x8a\xcb\xa3\xcc\xf6\x7e\xe1\x63\xba\xdb\x65\x54\x78\x66\x99\x14\x21\xd3\x76\xe6\x38\xa6\x1a\xf6\xd7\xe2\x38\xa6\xda\xd0\x73\x37\x2d\xbe\xcd\x44\xc6\x21\xa9\xc8\x58\xd5\x37\x5d\xc8\x08\x54\x2e\x0b\x19\xc1\x73\x65\x21\x23\xe6\xb8\xb2\x90\x11\x3a\xa4\xb2\x90\x51\x47\xaf\x3c\x3f\x39\xee\x9b\x75\xb7\xb2\x56\xf5\xa4\xfa\xb9\x8e\x0f\xa1\x38\xc6\xa9\x19\x77\x62\x59\x64\xae\x4a\xf3\x73\x8c\x53\x73\xd4\x6f\x7d\x4e\xbe\xc7\xe8\xc2\xd0\x91\xd3\x5e\x8f\xde\xe4\xf2\x64\x8d\x84\xe3\x98\x9a\xa1\x1c\x28\x8e\x63\xaa\xd8\x51\x8a\xe3\x98\x9a\x35\x2e\x8e\x61\x6a\xae\x6a\x19\x2d\xbe\x9f\xfb\x82\xaa\xcc\xa0\x65\xd3\x57\x22\xa2\x0a\xbe\x20\x4a\x01\x5a\xd9\xf4\x55\xdb\x24\xd1\x71\x17\x23\x48\x71\x5f\x50\xcd\xda\x2d\x1c\xf3\x54\x2a\xf4\x5b\x39\xf4\x53\x07\xd1\xa1\x9f\x84\x4d\x94\x43\x3f\xa5\x18\x1e\xfa\x09\x16\x2b\x8e\x5b\x6a\xd6\x5c\x3e\x64\x03\x83\x36\xca\xa1\x9f\x38\xe0\x8b\xe3\x96\x5a\x74\x08\x1d\xb2\x81\xa5\xe4\x1c\x65\x03\xeb\x29\x64\x03\x07\xbd\xdd\xf7\xaa\xab\x1d\xef\x9c\xf7\x7b\x9f\xa0\xff\x90\x11\xac\x15\x73\xe3\xe7\x3a\x41\xe1\xe5\x92\xf9\x2b\x05\xea\x92\xf9\x1b\xdb\xbf\xb6\x6d\x07\x40\xb5\x48\xb7\x72\x00\x54\xc5\x23\x51\x6e\xfd\xbc\x04\x5b\x6a\xb9\x24\x3e\x63\x45\x2e\x17\x51\x71\x83\x14\xa5\x12\xfd\xb9\x1b\x08\x5d\x2e\xe2\x9a\xee\x46\xdc\xac\x0e\x22\xee\x56\xe7\x49\x7e\x96\x6e\x71\x11\x15\x87\x5d\x0d\x24\x3f\xb3\xc4\x6a\x20\xf9\x99\xd3\xb2\x06\xc4\x44\xf7\xaa\x02\x3a\xd9\x5e\x6b\x5f\x0d\xc8\x43\x7f\xab\x02\xdc\xfe\x5c\xcf\x7a\xb6\x0f\x9d\x42\xe2\xaa\x02\xdc\xb2\xed\x8d\x93\xb1\x06\x12\xa1\x81\xc7\x35\x90\x08\xfd\xe8\xd9\x24\x42\x63\x09\xac\x0e\x86\x6a\x4d\x7a\xee\xf9\x3c\x69\xe8\xdd\x1e\x77\x1f\x38\x28\xaa\xdc\x42\x7f\xae\x13\xd3\x52\x9f\xe7\xf3\x1f\x8c\x29\xd5\x41\x53\xad\x40\xec\x2a\xb7\x50\xb6\x2d\x7c\x50\x1d\x1d\x55\x91\x00\xd5\xe7\x23\xfb\x31\xfd\xc7\xe3\xf0\xc3\xfb\x7b\x9f\xb2\x0a\x9e\xab\x8e\x8c\x6a\x45\x03\xab\x0f\xc9\xdf\x2c\xa6\xfa\x20\x33\x66\xa8\xfa\x20\xd7\x51\xeb\xd0\xd2\x53\x2e\x2d\xde\xe7\xa8\xa7\x2a\xf0\xad\xc6\x4f\x72\xf7\x22\xa9\xa3\x46\x92\xbb\xd1\x47\xaa\x23\x9f\xda\x88\x57\xaf\x8e\x7c\x6a\x23\x62\xa9\x52\x1b\xb3\x3d\xba\xe6\x63\xd8\xa2\xde\xe2\x72\x34\x74\xd9\x4a\x6d\xcc\xc6\xec\xac\x0a\x93\xfb\xf3\xce\xad\xdf\xba\x2c\xad\xe9\xba\x8f\x9f\x82\xdf\x6a\xa4\x7e\xa4\xe4\x74\xb7\x52\x55\x28\x5c\x8d\x24\xb1\xeb\xfb\x44\x92\xd8\xd9\xac\x6b\x22\x89\x1d\x1b\x78\x75\x44\x55\x1b\x19\x14\x35\x21\x07\x9a\x6b\x4d\xf9\xed\x8f\x18\x79\x6a\x22\x51\x1d\x1b\x77\x4d\x24\xaa\x3f\x7a\x2e\x89\xea\x51\xcf\x25\x51\x5d\xf3\x18\x62\x08\xa5\x4e\x55\x47\x4e\x26\x56\xba\x0a\x31\x44\x2f\x7a\x03\x49\xea\x6c\xaf\x15\x62\x88\xae\x95\x04\x31\x44\xd7\x4a\x82\x18\xa2\x6b\x7e\x42\x0c\xd1\x41\x7f\x15\x62\x88\x0e\xd6\xad\x10\x43\x74\xdc\xf7\x15\xf2\x87\xce\xf1\x54\x1d\x19\x99\x08\xd7\xaa\xc2\xea\x72\xde\xf7\x7d\xee\x67\x4c\xee\xfb\xec\xc1\x2f\xf8\xb6\x10\x40\x0c\x50\x4e\x85\x00\x62\x40\x25\x51\x21\x80\x18\xfa\x3e\xd4\xb9\x14\x45\x5b\x85\x00\x82\xe2\xcb\x56\x41\x4e\xca\x13\xad\x20\x27\x8a\x2f\x5b\x05\x39\x0d\x1c\xae\x15\x02\x88\x41\xb8\x46\x05\x35\x0d\x62\x9c\x2a\xa8\x49\x54\x54\x15\xd4\x34\x34\xb7\x40\x4d\xca\x2f\xad\x8e\x9a\xea\xc0\x7a\x5e\x41\x4d\x43\xb3\x0c\xd4\x34\x40\x95\x15\xd4\x34\x86\xde\xa7\x63\xb4\x6c\xe1\x84\x4a\x3a\xd2\xa3\x6f\x03\x72\x1a\x53\x7d\x45\x46\x30\x68\x25\x1d\xe9\x99\xff\x8a\x56\xa9\x45\x5c\x03\xbc\x12\x7e\x88\xa1\x2d\x0e\x30\x35\xb0\xd0\x56\xb9\x8c\x72\x79\xa3\x6e\x6b\xc9\xdf\xff\xf0\xa1\x4b\xf9\xfc\x87\x13\xae\x02\xac\x26\x9a\x6c\x05\x58\x4d\xb4\x86\x5a\x98\x9a\x5a\x0e\x0e\x9e\x4c\x49\x20\x15\xf0\x34\x41\x00\x15\xf0\x34\x4d\xcf\xa4\x6c\x29\x27\x6a\x05\x3c\x4d\x6d\xd2\x80\x27\xaa\x60\x5b\x05\x3c\x4d\x00\x76\x05\x3c\x29\x73\xaf\x02\x9e\xa8\x9e\x6d\xb5\x7e\x64\x51\x4a\x53\x25\x35\x49\x00\xa9\xc2\x13\x31\x35\x50\x00\x2b\xd9\x22\xab\x03\x2b\xe7\x06\xf2\x96\x0f\xe9\x9c\xea\xcf\xa4\xc5\xf7\x05\x58\xcd\xa5\x6b\xc8\x08\x3c\xad\x55\xc7\x40\x7d\x5d\x4b\xb5\xde\xcf\x7f\x24\x01\x00\x6b\x6a\x3a\xc0\x13\xa1\xb0\xbf\x0a\x4f\x84\x6c\x9c\x55\x3c\x11\xda\x7c\xc5\x13\x81\x7d\xba\x82\xae\x14\xda\x57\x41\x57\xb2\x71\x56\xf1\x44\xe0\x68\xaa\xe2\x89\xd0\xc6\x02\xb2\x5a\x68\x79\x55\x1c\x11\x59\xbf\x83\x23\x82\xf8\x8c\x2a\x8e\x08\x8c\x01\x55\x1c\x11\x68\x95\xb5\x7d\xe4\x54\x06\x5f\x6d\x1f\x39\x15\x0b\x55\x15\xae\xf7\xe7\x3f\x98\x17\x2a\x28\x6b\x0d\x5d\x8f\xdf\xeb\x8c\x56\xcf\x9f\xff\xa0\xfd\x56\xd0\xd6\x22\x06\xba\xca\x81\xf4\xe7\xba\x36\x2a\x10\xd7\xd2\x01\xda\x3f\x1c\x18\x47\xb3\x5f\x61\x79\xb9\x6e\xd1\x99\xd5\x8e\x8c\x9a\xaf\x4a\x63\xfa\x73\x5d\x1b\x44\x47\xce\xab\x1e\xfb\x9c\x95\xc9\xa5\xba\x37\xc9\x59\x02\xfe\xb4\x40\x65\x1b\x94\x58\x41\x65\x32\xbb\xd5\xf1\x91\xed\x12\x7b\x51\xe5\x51\xfa\xf3\x1f\x8d\x3c\x08\x4c\xc6\xcc\x0a\x02\x13\xe5\x5b\x1d\xda\x56\xdb\x5e\x98\x2c\xea\xf8\xc8\x76\x75\xe0\x3a\x12\x33\x51\x95\x55\x90\x98\x1c\x6b\x15\x24\xa6\xf0\xbf\x0a\x12\x93\x6d\xb6\x3a\x12\x33\x31\xae\x57\x90\xd8\xd6\x1a\x15\xb3\xe0\x9f\xf7\x4a\x05\x02\x8d\x29\xfc\xaf\x82\xc6\x14\xf0\x57\xe5\x39\xfa\x73\x37\x68\xbc\x82\xc8\x94\xc6\x54\x41\x64\xef\x51\x08\x22\x13\xb3\x53\x05\x91\xc9\x81\x5f\x1d\x91\x55\x19\x64\x2a\x68\x4c\xc1\x80\x15\x34\xb6\x75\xc0\x83\xc6\xb6\xc6\xcf\xd1\x98\x25\xec\xfe\x75\xee\x4f\x7f\x8e\x7a\x70\x9c\xdc\x4f\xc7\x28\x88\xec\xe8\x30\x06\x91\x1d\xc9\x09\x22\xa3\xe8\xba\x55\x10\xd9\x89\xba\x96\x68\x31\x12\x20\xb2\xa3\xd5\xb5\x20\x2c\xd1\x31\x01\x1a\x3b\x98\x29\xab\xa3\x2d\x4f\x8a\xf6\x96\xcb\x71\xa4\x90\x39\xda\xb2\x04\x92\xad\x8e\xb6\xaa\x1b\x3c\xff\xff\x56\xef\x8e\xa6\x7a\x93\x1e\x79\x68\xe9\x75\x2e\xde\xd5\x23\x1d\xa0\x25\xc3\x68\x52\xf7\xf3\x7e\x9a\xa3\x69\x20\x67\xd3\x9f\xff\x60\xc5\xab\x80\xb1\x8b\x7b\xa3\x02\xc6\x64\x2b\xad\xb0\x00\x8a\x25\xb7\xee\xf1\x75\x30\xf0\x6e\x07\x64\x55\xb6\xd4\x0a\x20\xbb\x98\x1a\x2a\x80\x4c\xc1\x87\x75\x6b\xeb\xe8\x5b\xee\x9a\xba\xe9\x37\x96\xe7\x0a\x60\xbb\x40\xb4\x0a\x60\xbb\x3a\x9a\x00\x6c\xca\x34\xad\x70\x45\xc8\x5e\x5a\xe1\x8a\x10\x55\x41\x85\x2b\x22\x00\x5d\x2b\x5c\x11\x41\x03\x08\x57\x44\x20\x09\xa8\xc2\x15\x21\xcb\x69\x85\x2b\x22\xe8\x78\x81\x2b\x22\x48\x6a\xb8\x22\x02\x86\x80\x0a\x57\x44\x90\x8c\x70\x45\x88\xac\xab\xc2\x15\x11\x34\xf1\xe1\x8a\x08\x44\xe9\xd4\x1b\x5e\xf9\xdf\x69\x02\x5f\x44\xd0\x81\x02\x5f\x44\x90\xb6\x09\x5f\x44\xd0\x74\x77\x90\xd7\x44\x99\x5b\x2f\x32\x6a\xab\x82\x2b\x22\x68\x73\x70\x24\xe7\xb9\x52\xde\x72\x19\x45\xce\x5a\x21\x84\x50\x00\x62\x75\x14\xe7\x59\x53\xde\x72\x19\x45\x76\x5b\x21\x83\x10\xa3\x73\xbd\x70\xe5\xe8\x2b\xde\xcf\x38\x2a\x7b\xb0\x3a\x8a\x6b\xe2\x63\x6e\x8e\xe2\x3c\xa3\xc8\x5b\x70\xe9\x70\x98\x34\x77\x65\x99\xb1\xf4\x9a\xbb\xb2\x3c\x63\xc7\x5b\xc8\x48\xbe\x72\x73\x84\xe7\x19\x37\xde\x72\x19\x95\xad\xda\x1c\xdd\xb5\x67\xea\x1a\x32\x32\xdf\x5b\x40\x46\xe6\x54\x73\x54\xd7\xc4\x37\xdd\x02\x32\x12\x3f\xd2\x82\x8e\x80\xb1\xd7\x56\xcf\x91\x13\x05\xa9\xbd\xc8\x6e\xec\xc5\x41\xdc\x02\x72\x82\x82\xda\x03\x67\x10\x0e\xd9\xf6\x20\x27\xee\xdb\xa6\x60\xbf\x3c\xf6\x2e\xfa\x8f\x8f\x67\x24\x9e\xaa\x29\x09\xea\xcf\x75\xbd\xfb\x81\x3b\x08\x24\xd4\x1e\xb8\x83\x24\xfd\xf3\xe5\x0e\x62\xec\xda\x03\x77\x50\x52\x4f\x5c\xe6\x68\xfa\xed\xa0\xc5\x77\x54\x82\xd4\x9f\xdf\xb2\x19\x36\xf7\x75\x79\x82\x82\xb7\x36\x2d\x24\x7c\xe0\x16\x42\x49\x68\xcf\xfd\xfc\x16\xd3\x4c\x73\xe4\xd7\x94\xa1\xdb\x1c\xf9\xb5\x88\x9e\xde\xe2\x47\xe6\x83\x09\xa6\x45\xc6\x17\xaf\x5e\x73\xe4\xd7\x54\x26\xa1\x45\xe4\xe5\xf8\x69\x11\x79\x9b\x9e\x54\x69\xd1\xa7\x88\xac\x5d\xd7\xe0\x49\xd2\xd8\x47\xf1\x24\xf1\x55\x23\x3c\x49\x53\xbf\x43\x96\xa9\xbe\xfa\xd8\x45\x82\x8f\x5b\x42\x0e\x94\x85\x96\x90\x83\x60\x91\x96\xe0\x42\xe2\xf8\x6d\x09\x2e\x24\x62\xa9\x5a\x82\x0b\x09\x9c\xd2\x12\x5c\x48\xac\x82\x96\xe0\x42\x4a\xff\xa2\xcf\x6a\x0e\xf8\x9a\x28\xed\x9b\x03\xbe\xa6\x98\xd2\xe6\x80\xaf\x25\x0d\x40\x62\xa8\x80\x05\x2d\x31\x54\x5b\x77\x1e\xae\xf1\x59\x0c\xaa\x27\x74\xda\x66\x50\x3d\x71\x1a\x37\x83\xea\x09\xd3\x48\x33\xc4\x23\x0e\xa1\x19\xe2\xe9\x99\x86\x78\x9a\x92\x86\x78\x98\x2d\x9a\x21\xde\xd5\x53\xa0\x7a\x7a\x74\x4d\xda\xd6\xdc\xab\xaa\x3f\xd0\x3d\x69\xa1\x1b\x74\x4f\x49\xbf\x85\xee\x09\x58\xd8\x1c\xb4\x35\xd3\x94\x7a\xdd\x5d\xf3\xb3\x28\x1d\xb8\x35\x43\x93\x6c\x0e\xdc\x9a\xe1\x69\x68\x0e\xdc\x9a\x55\xfd\xd6\xfb\x2b\xcb\x6f\x73\xe0\xe6\x01\xbc\xde\xa2\xbf\xe8\x2f\x2d\x43\x4d\x85\x3e\xda\x32\x7d\xd5\x57\x86\x43\x22\x6b\xfb\xca\xd0\x4f\x61\x29\x6c\x25\xbc\xbd\x93\x66\xdb\x1c\x81\x35\xc3\x5a\xd8\x0a\xb2\x68\xbb\x70\x04\xd6\x94\x54\xdc\x0a\x72\x80\xac\x5a\x41\x8e\xab\x3b\xa1\x9f\xd2\xb4\x2a\x50\x4c\x45\xb5\xa0\x98\xd2\xd7\x2a\x50\x4c\x69\x53\x01\x75\x65\x53\xef\xfc\xbb\x66\x82\xdd\x5a\xfd\xf4\xf5\x62\x06\x69\x8e\xae\x5a\xe6\x50\x6b\x15\xaa\x2c\x2d\xc7\x0a\x55\x96\x96\x63\x85\x2a\x4b\x5f\xb2\x42\x95\x85\xb2\xd0\x2a\x7d\xd5\x72\xac\x50\x65\x69\xa6\x55\xa8\xb2\xba\x9e\xd2\x3f\x3d\x20\x63\xb2\x39\x82\x6a\x59\x4b\xb2\xd2\x5f\x8c\x0d\xcd\x11\x54\xcb\xe0\xa9\xd6\xe8\x2b\xae\xf4\xd6\xe8\x2b\xde\x86\xd6\xe8\x2b\x47\x63\x6b\xf4\xf5\xaa\x05\x1d\x16\x8e\xd5\xd6\xa0\xc3\x7a\xf4\x3b\xe8\xb0\xb4\x85\x36\x38\xad\xa3\xae\x75\x5a\x7c\x29\x47\x47\xad\x70\xfc\x35\x25\x33\xe5\xb5\x45\xd3\xdc\x1c\x21\xb5\xa2\xf9\xec\x08\xa9\xc9\xb0\xda\x5e\x84\xb4\xf6\x7e\xaf\xfb\x1c\x52\x46\x71\xeb\xd0\x7e\xe1\xe5\x68\x1d\xda\x2f\x90\x53\xeb\xd0\x7e\x61\xdd\x6e\x1d\xda\xaf\xa6\x96\xd1\xe2\x99\x1d\x59\x70\xa5\x36\x28\xf1\xc4\x20\xde\xa0\xc4\x2b\x3a\x10\xa1\xc4\x2b\x3a\x10\xa1\xc4\x2b\x5b\xd7\x90\x03\x95\xa3\x41\x89\x57\xb6\xde\x07\x7d\xd9\xd1\xef\x90\x41\xdf\xdc\x11\x90\x29\xfc\xb8\x41\x97\x57\x31\x52\x35\xe8\xf2\x2a\xc8\xbb\x41\x97\x57\x51\x16\x9b\xfb\xa5\x5a\x45\x0f\x6f\xd0\xe5\x55\xc2\x2d\x1b\x74\x79\x55\xe3\xe1\xa8\xa8\x55\xb0\x5b\x83\x2a\xaf\x26\x5d\xeb\xb4\x98\x29\x8e\x86\x5a\xd5\xd7\x85\x46\xaf\x6a\x45\x40\xa3\x57\xb5\x22\xa0\xd1\x93\x99\xb5\x41\x95\x57\x6b\xfc\xd7\x76\x0d\x8b\x9e\xac\xaf\x4d\x61\x74\x79\x6d\xf1\x11\xb6\x17\x0c\x7d\xa2\x61\x1b\x6c\x7a\x15\x2d\xb0\xc1\xa6\x57\x35\x70\xb0\xe9\xd5\xa6\xdf\x22\xa6\x16\x13\x6c\x7a\x15\x8b\x77\x13\xa7\xc3\x9f\xe7\x62\x65\x6c\x0e\x88\x3c\xce\xca\x5b\x88\xaa\x6d\x4b\x9c\x0e\x79\xef\xa5\xcf\x0b\xab\x9e\xb2\xea\x1a\xac\x7a\x75\xe9\x6e\x1f\xce\xaa\xe5\xb5\xc2\xe7\xb7\xd2\x21\x16\x32\x6b\xf0\x61\xce\x93\x2d\xb8\xc1\x9c\xd7\x1e\x5d\x73\x79\x1a\x49\xf9\x0d\xe6\xbc\x86\x69\xa0\xc1\x9c\xd7\x88\x64\x69\x30\xe7\x35\x2d\x13\x07\x45\x26\x97\x48\x83\x39\xaf\x99\xde\x00\xe3\x9c\x06\x6a\x7d\x19\xe7\x74\xdc\xac\xf3\xfd\x0f\x0b\xd6\x11\x50\x6b\xd2\x32\xf7\x47\x9e\xa3\x29\x03\xbb\x5e\xd3\xb6\x09\xbb\x5e\xd3\x77\x86\x5d\xaf\x69\x53\x72\x37\x55\x6b\x4b\xd7\xf2\xe7\x49\x1a\x23\x18\xf6\x9a\x16\x10\x0c\x7b\x4d\xc7\x83\x23\x27\x93\x97\xa4\x39\x72\x6a\x3d\xa8\x35\xde\x27\x5d\x2d\x06\x58\xf6\x3a\x4e\x9d\xb6\x3f\xe3\x27\x83\x45\x73\xf4\xd4\xc4\x72\xdd\xc4\xb2\x27\xad\x4e\x2c\x7b\x1a\xad\xf3\x91\x57\x91\x31\x4d\x4c\x7b\x45\x2d\x98\xf6\x34\x03\x41\x4f\x1d\x7c\xd7\x40\x4f\x4a\x7f\x6e\xa0\x27\x05\x9f\x36\xd0\x53\x97\x36\x07\x7a\xea\x18\x68\x1a\xe8\x49\x14\xa9\xcd\xd1\x93\xc9\x73\xd3\x40\x4f\x0a\x1c\x6d\xa0\xa7\x2e\x3d\x19\xf4\xd4\xa5\x27\x3b\x7a\x32\x79\x75\x1a\xe8\x49\x81\xa3\x0d\xf4\x34\x34\xc2\x2f\x7a\x3a\x7b\x0b\x21\x80\x9e\x86\x36\x0c\xd0\xd3\x48\xba\x06\x9b\x20\xf8\xb8\x81\x9e\x86\xbe\x1d\xe8\x69\xe0\x00\x6e\xa0\x27\x19\x0a\x1a\x4c\x7b\x63\xe8\x77\x2e\xa3\xec\xbb\x0d\xf4\x34\xf4\x35\x1c\x3d\x35\xc5\xf7\x37\xd0\xd3\x20\xba\xa7\xdd\xf5\xf6\x55\x1c\x89\x0d\x04\x35\x41\xac\xcd\x11\x54\x9b\xda\x30\x41\x4f\x93\xa3\xa5\x3b\x7a\x6a\xca\x22\xe8\xa0\x27\x51\x99\x75\xd0\x53\x0d\xba\xe6\x32\x4e\x36\xb7\x0e\x7a\x12\xcd\x59\x77\xf4\xd4\x26\x3a\x7e\x07\x3d\x29\x14\xb3\x83\x9e\x26\x3b\x50\x07\x21\x2d\x8e\xaa\x1e\xe6\xdb\xf3\xcb\x61\xd2\x03\xcc\x88\x49\x3d\xd8\xdf\xeb\x7a\xd3\xf9\xfc\x87\x83\xbc\x83\x92\x64\x84\xec\xa0\xa4\x85\xfa\xd2\x41\x49\x32\x42\x76\x47\x49\x4d\x86\xc6\x0e\x42\x52\x90\x65\x7f\x11\xd2\xdd\x8b\x63\xa6\x83\x90\x16\xeb\xb0\x83\x90\x16\x8e\xfb\xee\x08\xa9\xad\xae\x27\xf9\x3a\xac\xe5\x5f\x9c\xe3\x1d\xe0\xb4\xd0\x9a\x3b\xc0\x69\x01\x16\xbb\x03\xa7\x26\x92\xdb\xfe\xac\xb7\x3b\x9b\x6d\xa3\x3f\x90\x44\xa2\xcf\x75\xb1\x4a\xe4\xbb\x65\x65\xea\x0f\x44\x91\xb8\xbd\x3a\xc0\x49\x46\x93\x0e\x70\x52\x10\x61\x77\xe0\xd4\x64\xe7\xea\x11\xa2\x48\x0d\xb2\x83\x26\x53\x4a\x6e\x07\x34\xed\xb7\x05\x49\x24\x61\x4f\x3d\x02\x12\x4b\xd8\x4a\xab\xee\x00\x27\x6d\x91\xdd\x5d\x66\xed\x3c\xba\xdb\x87\x55\x76\xae\x1e\xf7\xe7\xb7\xb8\xbe\xba\x83\x27\xc7\xa1\xde\x72\x59\x14\xbc\xd8\x01\x4f\x8a\x2b\xef\x80\xa7\x03\x40\xea\x09\xd2\x4b\x36\x9e\x9e\x90\x45\x43\x0a\xb0\x3a\x6c\xc2\x1d\x60\xa5\x88\xdf\x0e\xb0\x12\x13\x5d\x07\x58\x1d\xac\xf0\x1d\x60\x75\xd4\xb3\xd4\xdf\xbe\x9e\xa6\xb7\x0c\xa8\x33\xf5\xdb\xf9\xb9\xce\x06\xd4\x13\xcc\x96\xe8\x84\xdd\x51\x54\x53\x8e\x6c\x77\x14\xd5\x44\x19\xd6\xdd\x6d\xd6\x2e\xba\x44\x77\xb7\x59\xbb\x1c\x4a\x1d\x84\x25\xf2\xb5\x6e\xa8\x01\xe5\x79\xed\xb4\x1d\x94\x75\x31\x04\x75\x50\x96\x1c\x61\xdd\xf2\xe7\x6e\x3c\x1d\x1d\xa4\x75\x39\x9c\x3b\x48\xeb\x62\x5f\xee\x8e\xb4\xee\x88\xfa\x2d\x2c\x9e\x4b\xbd\x18\xb4\xf8\xa2\xa0\x2c\xa5\x05\x75\x50\x96\x52\x76\x3a\x28\x4b\xec\xeb\xdd\x90\xf3\xea\x1a\x72\x62\x32\xea\x30\xfd\x05\xc9\x91\x61\xf0\xe4\x58\xea\xf9\x23\xe7\x2e\xba\xdb\x99\x17\x65\x36\xeb\x19\x86\x4f\x62\x6f\xba\x23\xb0\x1e\xd8\xa0\xbb\x23\xb0\x1e\x9a\x9e\xdb\x61\x0d\xe5\xdb\x3a\x02\xeb\x81\x03\xa3\x3b\x02\x73\x4d\xc9\x5b\x0b\x0e\x51\xdd\x09\x13\x29\xf6\xe2\x9e\x61\x22\x5d\x7a\x3b\x4c\xa4\x5a\x47\x42\x67\xe5\x7f\x8c\xbd\x3b\x96\xfc\x3c\xac\xc4\x97\x7b\x35\x7c\x88\x0f\x9c\xe3\xcd\xf0\xe9\xcc\x81\xf7\x1f\xf8\x0c\x7e\xd5\xd3\xdd\xe3\x7b\xbf\xbf\x83\x09\xc4\x51\x4b\x84\x44\x91\x05\x10\xa8\x8a\x2f\x1e\x19\xab\xd8\x42\xd2\x9c\xb9\x77\x66\x01\xd0\x63\x2a\xab\xfa\x39\x1b\x2f\xcc\x2a\xb6\xe0\x49\x58\x85\xad\x94\x90\xa3\x55\xd8\x4a\x35\x86\x2a\x76\xb2\xf8\x59\x85\xad\x94\xd0\x8e\x55\xd8\x4a\xf5\x55\x56\xd8\x4a\xa3\x7a\x08\x5b\x29\x1e\x88\xf9\xbe\x98\x45\x3d\x69\xdf\x17\x33\xe9\x7c\x99\x7b\x67\x26\xe5\x24\x73\xef\xcc\xa4\x67\x65\xee\x9d\x59\xa4\x18\xcb\xdc\x3b\x33\x89\x9a\x59\xa3\x9f\x7a\x03\x0d\x56\x55\x4d\xe5\xee\x9d\x59\xd4\x93\x6c\xfa\x4e\xd2\xde\x8f\x7e\xbb\xde\x2d\x3a\x87\xfe\x12\xf0\x32\xf7\xd0\x2c\x01\x68\x4c\x59\x80\x3f\x67\x6b\x64\xb8\x97\x66\x4a\x2e\x34\xf7\xd2\x2c\xe9\xeb\x71\x2f\xcd\xa4\x9f\x69\xee\xa5\x99\xea\x81\xcd\xbd\x34\x93\x90\xa2\xb9\x97\x66\x12\x7c\x34\xd1\x4f\xfc\xdc\xa5\xff\x2b\xc3\xc5\xdc\x51\x33\xc5\x94\xcc\x9d\x34\x93\x56\xa4\xb9\x93\x66\xd2\x6e\xb4\x8e\x29\x84\x03\xcc\x1d\x34\x53\x61\xb1\xb9\x83\x66\xd2\xe7\x33\x77\xd0\x2c\x91\x35\x6e\x86\x19\x44\x9f\xcc\xe8\xaa\x3e\x5b\x77\xc2\x2c\x81\xb0\xcd\x9d\x30\x93\xc6\xa2\xb9\x13\x66\x19\x64\x63\xf6\xfb\xe8\x15\xcf\x33\xfb\x7d\xf4\x4a\xa9\x34\xa3\xbf\xc4\xa4\xcc\x20\xb6\x7d\xfd\xef\xfe\x9e\x4d\x3a\x95\x89\x59\xef\xa7\x45\x1f\xe6\x80\xfc\x56\xe8\x60\x40\x7e\xcb\x26\x91\xb9\x53\x66\x4a\x3b\x34\x77\xca\x2c\xbf\xae\x54\x38\xd2\x55\x2a\x14\xba\xfa\x5f\xfb\xbd\x8b\x9e\xd5\xf8\x7d\x3d\x47\x53\x92\x3b\x67\x96\xd9\x36\xb2\x81\xdd\xc2\x1a\xee\x9c\x59\xa6\x60\xdc\xdc\x39\xb3\xac\x29\xdf\x9d\x33\xcb\x9a\xa0\xc4\x1a\xf1\x73\x5d\xa2\xb1\x36\xde\x36\x13\x18\x32\x77\xe0\x2c\x6b\x82\x9b\xd8\x2b\x0c\x32\x45\xf6\xcb\xc0\x9d\xd8\x7b\xf4\x3f\xc8\x7e\xb5\x30\xbb\x07\x66\x59\x53\xa1\x7b\x60\xf6\xe0\xb1\x98\x7b\x60\xf6\x64\xfd\x6f\xbc\x7a\xf0\x9a\xb6\xe7\xef\x7b\xbc\x04\x79\xcc\xbd\x30\x93\x04\x85\xb9\x07\x66\x8f\x16\xbc\x09\xb1\xaf\x3e\x54\xf7\xc0\x4c\x41\x15\x5b\x9a\x66\xf3\x16\x53\x88\xad\xfc\xdb\xa2\x37\xe3\x5e\x98\x15\x4d\x76\x4a\x08\xfc\xf9\xbf\xfa\x2e\x05\xab\x9a\xf7\xc1\xa5\x36\xf7\xc6\xac\x12\xb7\xb7\x35\x7e\xff\xaf\x85\xdc\xbd\x2e\x53\xe0\xc2\xdc\xeb\xb2\xaa\x8f\x52\x5e\xd7\xcf\xd9\xfa\x82\xdc\xeb\xb2\xaa\x45\x57\x8c\x7a\x3f\xff\xd7\x34\xe8\x5e\x97\x55\xb6\xb9\x4c\xfb\x4e\x35\xef\xab\xa7\xe9\x5e\xd7\x23\xe6\x23\x73\xaf\xcb\x14\xb2\x30\xf7\xba\xac\x4e\xfd\xb6\x70\xc4\x53\x74\x8f\xeb\x31\x4d\xd2\xbb\xfd\x5e\x97\xa0\x92\xb9\xd7\x65\x75\xeb\xc8\x38\xd2\xd9\x83\x23\x5d\xc9\x97\x99\xa1\x89\xda\x3d\x2e\x6b\x82\x47\xee\x6d\x99\x02\x0e\xe6\xde\xd6\x33\xf4\xbd\xb9\xb7\x65\x4d\x4f\xcd\xbd\x2d\x6b\x78\x79\xe6\x9e\x96\x49\x29\xc9\xdc\xd3\xb2\xa6\x69\xfb\x40\xc2\x4c\xd9\x8c\x1d\x48\x98\xd9\x9a\xb5\xa3\xf7\xf7\xec\x23\x40\x79\xea\x6f\xcb\xd4\xb5\x21\x63\x36\xdd\x17\x32\x66\x7d\x2f\xee\x55\x99\xbc\x7f\x3b\xd8\x42\x22\x88\x1d\x6c\xd9\xba\xca\xe1\x08\x3b\x0f\xb6\xe8\x69\x5d\x6c\x21\xb0\x66\x17\x5b\xf4\x45\xb9\x47\x65\xa2\x30\x33\xf7\xa8\x4c\x79\x5b\xe6\x1e\x95\x75\x3d\x3b\xf7\xa8\xec\x05\x16\xdd\xa3\x7a\x06\xfe\xb4\x29\xb3\xb0\x96\xbd\xb4\xf4\x5f\x88\xa3\xc9\x7e\xb2\x0b\x71\xb4\x9e\x9f\x7b\x4e\xd6\xeb\xbf\x48\x73\x0d\x7e\xf2\xae\x69\x19\x7e\x72\xa9\x89\x18\xfc\xe4\xd2\x1e\x19\x21\xbc\x3a\xb0\xd9\x5a\x1c\x70\x94\x77\x1c\xb9\x01\x47\x79\x27\xaf\x60\xc0\x51\xde\x97\xfe\x57\x39\x9a\x1c\xf9\xeb\xe8\x3c\xac\xe1\xdb\x4e\xd6\x09\x91\x0c\xdf\x76\xb2\x4e\x88\x64\xc0\x51\xde\xaf\xfe\xe7\x7d\x35\x10\xe7\x70\x87\xe9\x91\xce\xc7\x08\xf7\xd5\xbb\xc3\x46\xdc\xd0\xd6\x51\x2d\xfb\xb2\x19\x34\x54\x00\xf5\xd3\x52\x74\x8e\xf7\xc4\x08\x6e\x0c\xb8\xc5\xed\xd1\x11\xdc\xdb\xac\xe0\x03\x6e\x71\x03\x1b\x0f\xb8\xc5\xad\xea\x2a\xfe\x9c\x0c\xd2\xd7\x01\xb7\xb8\x11\x13\x1f\x70\x8b\x1b\x9f\xe0\x80\x5b\xdc\xc8\x0b\x1f\x70\x8b\x4b\xe3\x6f\xc0\x2d\x2e\x1d\x95\x01\xb7\xb8\xe1\xcb\x0c\xb8\xc5\x45\x7d\x36\x5e\x1e\x4a\xdd\x12\x95\x1a\xf0\x8b\x9b\x2c\x87\x5f\xdc\xae\x7e\x3b\x38\x5a\x1c\xb9\x8d\x4a\x1e\x1b\xf0\x8b\x2b\x50\x30\xc4\x2f\x1e\xf5\x3f\xf8\xc5\x93\xae\x09\xbf\xb8\x9e\x94\xf8\xc5\xd9\x6b\x19\xe2\x17\x27\x89\x72\xc0\x2f\xae\x40\xc0\x70\xcf\xe5\x99\x1a\x15\xee\xb9\xd8\x20\x4c\x31\xdc\x73\x79\x94\xf9\x33\xe0\x17\x57\x58\x60\xb8\xe7\xf2\xcc\xad\xdf\x75\xfe\x87\x45\x2f\xcf\xa5\xee\xd3\xf4\x7f\xb7\x51\xf5\xa2\x03\x8e\x71\x55\x88\x0e\x38\xc6\xc7\xeb\x4a\xd8\x08\xb6\x1f\x70\x8c\x8f\xa3\x33\xb1\x11\xa8\x31\x1e\x6c\xa4\x10\x69\xc0\x3f\x3e\xc1\xf6\xe3\x81\x43\x9d\x25\x66\x3c\x70\xa8\x93\xc7\x32\xe0\x26\x9f\x7c\xc4\x03\x6e\x72\x85\x21\x06\xdc\xe4\x13\x2f\x69\xc0\x4d\xae\xac\xb0\xe1\xde\xca\xb3\xf4\xbc\xe1\x26\x9f\x8f\xce\x84\x43\x9d\x0d\xc2\xf1\xc0\xa1\x0e\xce\x1b\x78\x1d\x53\xe3\x0d\xaf\x43\x04\x69\xe3\xe5\x75\xb4\x2d\x05\xb0\x81\xd7\x31\x01\x5e\x03\xaf\x63\x12\x18\x18\x85\xbe\x32\x15\x8e\x42\x5f\xf5\xed\xe1\x91\xcc\xad\x33\xe1\x7b\x67\x39\x18\x78\x24\xca\xb2\x1a\x78\x24\x93\x85\x7c\x14\xfa\x7a\x74\xcd\xf5\xea\x8f\x42\x90\xa3\xec\xdf\x96\xae\xdf\x9f\xdf\x16\xf0\xf4\xc0\x3b\x51\x16\xfd\x70\x7f\xc3\xc4\xfd\x32\xf0\x35\x16\x1b\xbc\x03\x5f\x43\x04\x6d\x43\x79\x78\x3f\x57\x22\xff\x69\xe0\x6f\x2c\x8d\x62\xcf\xc3\xb3\x85\xdf\x30\x7c\xb7\xc8\x14\x6e\x19\xf8\x22\x8b\xdd\xb4\x21\x8a\xf0\x9f\x2b\x69\x3c\xd4\x77\x2f\xf5\x64\xf1\x3b\x16\xfe\xfb\xf0\x5d\x23\x5b\xfa\x0a\x1a\xec\xf5\x2c\x60\x03\x9f\x64\xe1\xeb\x0d\x7c\x12\x91\xc6\x8d\x46\x2f\x34\xae\x1b\xbd\x68\xff\x2a\xe8\x1f\xee\x84\x98\x34\x36\x87\x3b\x20\xa6\x14\xad\x81\xf3\xb1\xae\x2e\xe9\x43\x7e\x07\x75\xe5\xbe\xcc\x50\x5e\xf9\xf0\xe4\x3a\x53\x0d\xe5\x10\xc7\x5d\xed\x7b\x51\xdd\x35\x3a\x12\x01\x7a\xa0\xbd\xfc\xfe\x5f\xd3\x06\x4e\xc8\x06\xab\x0c\x77\x42\x9e\xb5\x75\x35\xe8\xf7\x1f\x9d\x09\xfd\xbe\x0c\xef\xd0\xef\x57\xfd\xee\x97\x7e\x7f\x69\x1a\xeb\xeb\xb7\xa5\xeb\x1c\xb7\x6b\x83\xb0\x07\xde\xc6\x26\x4e\x38\xf0\x36\x36\xe8\x7a\xf8\x76\x90\x89\x05\x6f\xf8\x76\x90\x6d\x4d\xc2\x78\x22\x1b\x97\x79\x18\x52\x02\x9a\x68\x0c\x5b\x34\x79\xe3\xa5\xec\xa5\xff\x61\x0b\xf8\x68\xe0\xa5\x88\xcb\x6e\xe0\xa5\x6c\x2d\x69\xee\xa5\x3c\x9b\x8d\x9c\xe1\x1e\x8a\x1d\x4d\xc0\x26\x19\x01\x2c\xc2\x3b\x39\x41\xf7\x43\x46\x40\x53\x87\x7b\x26\x26\x1a\xd9\x31\x44\x4b\xd0\xf7\xc1\x25\x1e\x78\x26\x87\x7a\xb9\x81\x67\x72\x70\x5f\x07\x9e\xc9\x31\xfd\xf6\xf7\x9d\x49\x8a\x6f\xe0\x9d\x1c\xd9\xf9\xf2\x4e\x6c\xbf\x3e\x0d\xf7\x4e\xec\xe0\xf0\x0f\x3c\x13\xa9\x2f\x0d\x3c\x13\x29\x9f\x8e\x81\xad\x4d\xbf\x5b\xfc\x8f\xe7\x80\x67\x72\xd9\x6e\x1a\xee\x99\x98\x54\x51\x87\x7b\x25\x26\xc2\xa7\x81\x47\x72\xd9\xda\x1b\x78\x24\x97\x80\xcf\xc0\x23\x51\xf8\x68\x68\xcf\xa8\xda\xde\xa0\xad\x81\x57\x72\xf5\x71\x49\x9e\xb7\xfe\xbc\x1a\x7a\xe8\xfb\x46\x76\x89\x95\x0e\xbc\x16\x65\x6c\x0d\xbc\x96\x4b\x7e\xd7\xd0\xbe\xd1\xcf\x6f\x35\x5d\xba\xe7\x92\x44\x37\x37\xdc\x6b\xc9\x15\xec\x36\x44\x5c\x37\x74\xa5\x4d\x7d\xa4\xce\x3c\x54\x6e\xe8\xe8\xb2\xe9\xc7\x94\xe8\x7b\x46\x8f\xe8\x95\x87\xef\x17\x3d\xb3\xe9\x7f\x8e\xf4\x17\x19\xdb\xc3\x3d\x99\x67\x09\x36\x2d\x24\x13\xb4\x20\x2d\xe4\x1f\xf0\x89\x86\xef\x17\x3d\x0a\xdb\x0d\x92\xe8\xee\xeb\x4c\xb4\x0f\x04\x89\x48\xa2\x53\xd8\x6e\xb8\xe7\xf2\xdc\xa4\xbb\x6f\x34\x13\x74\x3f\x69\x22\x60\xed\x42\x13\x01\x0c\x3d\x36\x9a\x08\x5a\xba\x21\xab\x0b\xe0\xdd\x01\x07\xb8\x82\x62\x03\x0e\x70\xd1\xcc\x0d\xf4\x75\x83\x66\x00\x68\xed\x82\x66\x00\xf8\xc1\x83\x46\x12\x24\xe0\xa1\xeb\x7e\xe8\x0c\xbc\xee\x8e\x26\xc2\xd0\xef\xa4\x31\x80\xed\xe8\xeb\x06\xf2\x53\x06\x24\xe0\x41\x23\x65\xa3\x2f\x70\x75\x15\x27\xe3\x93\xb4\xfa\x80\xd6\x3b\x52\xd5\x33\xdc\xff\x28\x51\xef\xe1\x48\x29\x00\xfb\x8e\x94\x02\x74\x84\x52\x80\x16\x54\xe8\xbc\x5d\x02\xf2\xbf\xa7\x6f\x98\xbe\xe3\xd2\xcf\x48\x15\x14\xca\x3e\x88\x08\x68\x0a\x85\xc9\x5b\x52\xff\x03\x26\xef\xa8\x0f\xf3\x20\x12\xc0\x76\xc8\x80\xc5\x3b\xc1\x4c\x31\x60\xf1\x4e\x6c\x2f\x0e\x58\xbc\x93\x5e\x3b\x4c\xdd\x29\xeb\x77\x88\x00\xe0\xcc\x0e\x98\xba\x25\xf5\x3b\x60\xea\x96\x30\xdb\x80\xa9\x3b\x51\x82\x34\x60\xe3\x56\xb2\xd1\x80\x8d\x3b\x69\x82\x81\x8d\x3b\x69\xe8\xc2\xc6\x9d\x58\x49\x67\x10\xf1\x7f\xe4\x08\x92\x7c\xa6\x8c\x09\x1b\xb7\xc2\x3d\x13\x36\xee\x8c\x53\x3e\xdd\xdf\x28\x12\x65\x9b\x01\xc2\x7f\x96\x9d\x19\x20\xfc\xcf\xfa\x1f\x84\xff\xe0\xa5\x09\x43\x77\xae\xfa\x9f\xdb\x90\x9b\xfa\x02\xd9\x3f\x9f\xdf\x0c\x90\xfd\x93\xf5\x31\x61\xee\x16\x8b\xdc\x74\x5f\xa4\x64\x72\x71\x27\xac\xdd\x79\xa8\x67\x88\x00\xe0\x84\x4f\xdf\xb8\x29\x99\x50\xc7\x84\xc3\x5b\x7c\x72\xd3\x37\x67\x8a\x6a\x3a\x67\x84\xe8\x3f\xe9\x77\x10\xfd\x67\xfd\x0e\x32\x7f\x3e\x9c\x19\x45\xe6\xdf\x38\x12\x99\xbf\x7e\x27\x32\x7f\xfd\x4e\x64\xfe\x93\x23\x91\xf9\x63\x1f\x7c\xdd\xca\xb2\x99\xf0\x75\x3f\xf8\x09\xd3\xfd\x96\x52\x18\x4b\x13\xbe\x6e\xe5\xf2\x4c\xf8\xba\x4b\xd4\xff\xdc\x86\xc2\x0e\xc8\x84\xaf\x5b\x15\x91\x13\xbe\xee\x82\xc3\x3f\xe1\xeb\x56\x5e\xcd\x84\xaf\xbb\x54\xfd\x0f\x76\x7b\x42\x5a\x13\xae\xee\xc2\xa6\xd4\x84\xab\xbb\xe8\x3d\xc0\xd5\x5d\x86\x8e\x60\xb6\x9f\x3a\x13\x16\x7f\x3e\xfe\x09\x8f\xb7\x2a\x17\x67\x86\xc5\x9f\x18\xff\xcc\xd8\x07\x76\x9b\x70\x7c\x17\xe2\xb3\x13\x8e\x6f\xd5\x2a\x4e\x38\xbe\x55\xab\x38\xe1\xf8\x56\x96\xcc\xcc\xd8\x47\x00\x65\xc2\xef\x2d\xae\xfa\x09\xbf\x77\x65\x31\x9f\x19\xe6\xfa\xa4\x3b\xc0\x5c\x9f\x75\x26\xcc\xf5\x44\xac\x27\xdc\xdf\xf5\xd1\xef\x60\xae\x07\x55\xce\x07\xe6\x7a\x96\xf5\xf9\xc0\x5c\x4f\x80\x75\xc2\xfb\x5d\xf1\x03\xe6\x03\x73\x3d\x53\xf2\x84\xf7\xbb\xb2\x1c\xcd\x07\x66\xfe\xa5\xdf\xc1\xcc\x8f\xa7\x39\xe1\xfc\xae\x7c\xa9\xf3\xc1\x06\x02\x53\xf3\x81\x99\x9f\xcc\xf0\xe9\x3e\x49\x91\x52\xea\x84\x0b\x5c\xd9\x2a\x13\x2e\x70\x6d\xb0\x4e\x48\xbd\x1b\x88\x7d\x42\xea\xdd\xf4\x24\x20\xf5\x6e\x2c\x39\xb3\xc0\xfd\xce\x82\x30\xdd\x1f\x29\x22\x6d\x9e\x05\x2e\x7b\x7d\xb7\x10\x76\x4b\x7d\x75\x42\xd8\xdd\x48\x7b\x9c\x10\x76\x37\x82\xd2\x13\xc2\x6e\xa9\x74\x4d\x08\xbb\xdb\xfe\x17\xa2\x9e\x70\x79\xb7\xa3\x8b\xf8\x2b\x52\xd4\x66\xc2\xe5\xdd\x99\x5a\x67\x81\x2e\x5e\x2f\xcc\x37\x4f\x4a\x67\x9f\x76\xc2\xf3\xdd\x65\x10\x3c\xdf\x5d\x26\xc0\xf3\xdd\x9b\xfe\x07\x95\x3c\x7b\xcb\x13\x9e\xef\xce\xa6\xde\x84\xe7\x5b\x99\x15\x13\x9e\x6f\xd3\x34\x08\xcf\xb7\x11\x6f\x9b\xf0\x7c\x1b\x1b\x1c\x13\x9e\x6f\x09\xb9\x4e\x78\xbe\x4d\x8f\x05\x9e\x6f\xd3\x94\x05\xcf\xb7\x4d\x5d\x05\x4e\xf6\xad\xff\xc1\xc9\xae\x17\x0d\xcf\xb7\x69\xc8\xc3\xf3\x3d\xf4\xf9\x35\xf1\x98\xeb\x7f\xf0\x98\x6b\x7a\x81\xe7\x7b\xe8\xc3\xf1\xcd\x96\x22\xb5\xee\x29\x8e\x6f\x0d\x10\x71\x7c\x27\xdd\xcf\xed\x9b\x59\xd7\x74\xfb\xa6\x86\xb5\xf8\xbf\xb7\x8e\xe0\xff\xd6\xd4\x8a\xfe\xd1\xd2\x53\x42\xff\x68\x69\x5a\x82\xff\x7b\x69\x08\xc2\xff\x2d\x42\xa3\x89\x36\xd2\xd2\x13\x14\xff\x37\x6e\xe0\x14\xff\xb7\xde\x1f\xba\x48\x4a\xaf\x9c\x70\x7f\x6f\x36\x75\xa6\xfb\x45\x45\x5c\x37\x13\xcd\xa4\xad\xe5\x08\x5e\xf0\xfd\xba\x83\xdb\xb7\xb5\xe4\x74\x71\x45\xf3\x1e\xd0\x4b\xda\x04\xd1\x66\x87\x2b\xfa\xea\x77\x6e\x9f\x74\x5e\x27\x3c\xe0\xe2\xba\x99\xbe\x2b\x53\x8e\xa6\x17\xdf\x95\x29\x07\xe7\x73\xa2\x93\x24\x4a\x87\x09\xff\xb7\x6a\x95\x27\xfc\xdf\x52\x52\x9c\xf0\x7f\xcb\xa3\x98\xe8\x23\xa9\x4e\x79\xc2\xfd\x7d\x34\x5e\xe0\xfe\x96\xff\x30\x0d\x8e\x68\x00\xcb\x34\x91\x23\xeb\x7f\x90\x23\x83\xa0\x27\x9c\xde\x57\x23\xc4\xa0\x20\xd6\x14\x02\x0d\x5d\x20\x04\x30\xa1\xa1\x0b\x9a\x06\xa1\xa1\x0b\x54\x1d\xce\x21\xfa\x61\x7a\x36\xa0\x1f\x5e\x3a\x13\xfa\x61\x36\xfa\xe7\x80\xb6\x17\xdf\x6b\x42\x41\x27\xa9\xc4\x09\x05\x5d\xd4\x08\x81\x82\x2e\x6a\x4c\x40\x41\x27\xd6\x92\x09\x05\x5d\xac\xba\x03\xf4\xc3\x4d\x77\x9f\x1c\xe9\x7e\xd0\x0f\xeb\x0b\x87\x82\x2e\x9a\xfe\x07\xfd\xb0\xbe\x15\x28\xe8\xc4\x4a\x32\xa1\xa0\x8b\xe4\x58\x4f\xf7\x7f\x6a\x24\x2c\x35\x27\xb4\xc4\x20\xda\xe9\xfe\x4f\x55\x36\xfc\x84\x76\x4e\xc5\x7a\xd3\x7d\x9f\x9a\x04\x20\xdc\xef\xa9\xe2\x2f\x99\x50\xd2\x25\x8d\x48\xf7\x7b\x6a\xd2\x64\x0a\x25\x5d\x22\xca\x3c\xa1\xa4\x4b\x43\xf7\x83\x8e\x78\xeb\x4c\xe8\x88\xaf\xee\x0e\xc5\xaf\x9e\xe7\x84\x2a\x57\xcf\x73\x42\xf1\xab\xe7\xe9\x3e\x4f\xcd\x8f\x8e\xa0\xf7\x7d\xe6\xbf\xa6\x64\x58\xec\x32\x6e\xe1\x84\xc5\x4e\xdb\x6d\x13\x16\xbb\x4c\x15\xd1\x84\xc5\x2e\xeb\xc1\xc3\x62\x97\x09\x1b\xcc\x05\xdb\x2f\x38\x75\xc2\x52\x97\x35\x04\x61\xa1\x7b\xa2\xce\x3c\x1c\x61\x3a\x2c\x74\x0f\xf1\xb9\xb9\xc5\xf6\x8b\xe9\x5b\x6c\xbf\x5c\x65\xc3\xf6\xab\xcf\x6f\xc3\xf6\xab\x47\xbd\x61\xfb\x85\x97\x6f\x6e\xd8\x7e\x49\x36\x9b\x1b\xb6\x5f\x2d\x16\xf0\xd4\x3d\x4d\x77\x10\xdb\xaf\xee\xee\xaf\xe1\xd1\x67\xb4\x61\xfb\xd5\xc7\x08\x93\xf7\xa3\x55\x1a\xb6\xba\xe7\xea\x77\xd0\xdd\x6a\xda\x85\xad\xae\x68\x8a\x84\xad\xae\x68\x25\x86\xad\xae\xe8\xf3\x83\xad\xae\x80\xfb\x27\x6c\x75\x2f\x74\x06\x5b\x5d\xa1\x60\x7a\xc2\x56\x57\xc8\xd7\x98\xb0\xd5\xc9\xd5\x9d\xb0\xd5\x69\xe3\x6d\xc2\xe2\x2d\x0d\xf8\x09\x53\x9d\xb4\x3b\xe7\x81\xce\x57\x0b\x10\x2c\xde\x55\x53\xa4\x7b\x39\x55\x1b\x5e\xd3\xbd\x9c\x5a\x49\x33\x9c\x70\xda\xbd\x90\x0d\x9c\x76\x8d\x0d\x92\x09\xa7\x9d\xe8\x06\x26\x9c\x76\xad\xe8\x08\x0a\x54\x4d\x75\xb0\x77\x37\x61\x51\xf8\xec\x1a\xc5\x17\x13\x3e\x3b\x95\xfa\x4f\xf8\xec\x9a\xb0\x36\x7c\x76\x6d\xea\x9a\x50\xbd\xca\x76\x98\xbb\x95\xde\x39\xe1\xb3\xeb\x6c\x5a\xce\x2b\xc6\x4d\xde\xca\x15\xe3\xa6\x5f\x65\xc1\x67\x27\x3e\xf7\x05\x73\xb7\xe1\x96\x2e\xf8\xec\x8c\xa5\x71\xc1\x67\x67\x4c\xf3\x0b\x3e\x3b\xab\xba\x0a\x6c\x9b\x43\x67\xc2\xb6\x39\x74\x26\xec\x94\x00\x81\x15\x60\xdb\x3c\xfa\x9d\xd8\x29\x23\x47\x30\x3a\x12\xbe\x5b\xf0\xdc\x8d\xa2\x33\x61\x73\xac\xea\x27\x6c\x8e\x4d\xbf\x83\xcd\x51\x77\x80\xcd\x7b\xe2\xe1\x2d\x78\xee\xb4\x8b\xb3\x20\xb3\x9b\x59\x67\xc2\x7c\xc8\xfe\xd3\x82\xa5\x7b\xb2\x91\xbf\x60\xe9\x9e\x2c\x86\x2b\xc2\x2b\xc8\x34\xb8\x20\xa8\x5b\x41\xff\x83\x57\x10\xe8\xb6\x20\xa8\xd3\xd2\xbf\x20\xa8\x53\x65\xef\x82\xa0\x6e\xf1\x35\x2e\x08\xea\x14\xcf\x5d\x10\xd4\x49\xfd\x7d\x41\x50\xb7\xf8\xfe\x16\x04\x75\x6b\xea\x4c\x78\x05\xd9\x6f\x58\x10\xd4\x49\x54\x62\xc1\xee\x2d\xd9\xba\x05\x41\x9d\x82\x8d\x0b\x76\xef\xcd\x97\xba\x60\xf7\x56\x8d\xe4\x82\xdd\xfb\x10\xea\x5c\xee\x1d\x55\x85\x02\x97\x88\xed\x58\x72\x16\xcc\xdf\xda\x6a\x5e\x30\x7f\x4b\x9d\x73\x41\xdf\x7d\x81\xad\x0b\x62\xbb\x4b\xac\x7c\x41\x6c\x77\x29\xe9\x5b\x10\xdb\xdd\xde\xfe\x31\x25\xaf\x2c\x3e\x38\x6e\x2e\xce\x3b\xa0\xf6\xca\xe2\x83\xe3\x85\xc1\xdc\x10\xf4\x1a\x60\x6e\x08\x49\xb7\x83\x43\xed\x51\x57\xe0\x50\x03\xfb\xae\x0c\x87\x9a\x06\x01\xec\x0c\x51\x8f\x05\x76\x06\xd5\xaf\x2d\xd8\x19\x22\xab\xd1\x82\x9d\x21\xe9\xc3\x81\x9d\x21\x31\xd5\x2d\xd8\x19\x12\x19\x1e\x0b\x76\x06\x85\x38\x96\x3b\x40\x4d\x21\x8e\xf5\x40\xaa\x05\x5a\x5a\x0f\xa4\x5a\x4d\xd7\x84\x54\xab\xeb\x7e\xde\xcf\x44\x74\x78\xc1\xca\xa0\xac\x95\x05\x2b\x43\x7a\xf5\xcc\x6d\x50\xc9\xed\x82\x95\x21\x13\x8f\x5f\xb0\x32\x64\xb2\x59\x16\xac\x0c\x52\xa1\x5f\x30\x2f\x64\x90\xd4\x82\x79\x21\x13\x07\x5d\x30\x2f\x48\xef\x70\xc1\xbc\xf0\x34\xfd\xce\x6d\x78\xf4\xf9\xc1\xbc\xf0\x6c\x1d\x41\xd4\x44\x6e\xc8\x82\x79\xe1\x51\x3f\xe1\xab\x7b\xae\x7a\x06\x29\x10\xab\xfb\x82\x75\xa1\x80\xd1\x17\xac\x0b\x45\x9f\x2d\x5c\x75\x05\xb4\xb4\xa0\x56\x28\x84\x4d\x16\xd4\x0a\x72\xde\x17\xd4\x0a\x85\xd0\xc8\x82\xa7\xae\x2c\xfd\x0f\x62\x23\x5c\xd6\x05\x4f\x5d\x01\xe9\x2f\xe8\x14\xca\xd6\xff\x20\x13\x3a\xba\x0a\x04\x4d\x47\x7d\x81\x4c\x48\x13\x43\x15\x99\x90\x7e\x07\xbb\x0e\x5e\xc7\x82\x6a\xa1\x82\xa0\x17\x54\x0b\x52\x91\x5f\x15\x76\x1d\x8d\x3a\xa8\x16\x24\x65\xb6\xa0\x5a\xa8\x2c\xda\x0b\xaa\x05\x71\x9e\x2f\xa8\x16\x94\x7f\xb1\xa0\x5a\x90\xa3\xbd\x1a\x2c\x42\x4c\xfa\xab\xc1\xba\xa3\x8f\x1f\x9a\x85\xaa\xc9\x0d\x9a\x85\x16\xf4\x3f\x98\x67\x48\x80\x5d\xd0\x2c\x34\x8d\x10\x68\x16\x1a\x8b\xcc\x6a\x62\xdb\x51\xcf\xc4\xb6\xa3\x6b\xc2\x4a\x93\x75\x15\x58\x69\x64\x1f\xf4\x0a\x4d\xf6\x41\xaf\xd0\xf0\x67\x57\x17\xc3\x0e\xbf\x83\x5e\xa1\x81\x84\x17\xf4\x0a\x4d\x63\x10\x7a\x05\xe9\x2f\x2d\xe8\x15\x9a\xbe\x15\x28\x14\x94\x8f\xb1\xba\xd8\x73\xf4\x3b\x6c\xd0\x68\x85\x42\xa1\x69\x0e\x81\x42\x41\x4b\xea\xea\xd8\xa0\x2f\x0e\x72\x3a\xe5\x6a\x2c\xc8\xe9\x9a\x9e\x35\xb4\x09\xca\xc7\x58\x90\xd3\x75\xf6\x36\x96\xc1\xaa\x83\x87\xb7\x0c\x36\x1a\xa0\xc6\x32\x58\x75\x34\x13\x41\xa5\xd0\x87\xae\x02\xab\xce\xd4\x11\xac\x3a\x80\x92\x05\x71\x5d\x57\xcf\x20\xae\x53\x6d\xc3\x82\x3e\xc1\x34\x06\x21\xae\x93\x2f\xbf\x0c\xb6\x19\x7d\x47\xd0\x23\xa8\x6e\x61\x41\x8f\x60\xe5\x5f\xb9\xd8\x0b\x3e\x3b\x23\x6a\xb2\xe0\xb3\x93\x46\xdb\x82\xcf\xee\xb5\xf2\xc3\x67\x67\xfa\xe0\x60\x53\x30\x90\xf0\x82\x4d\x61\x68\x92\x82\xcf\x6e\xa8\xd3\xf0\xd9\x0d\xad\x15\xf0\xd9\x8d\xac\xdf\x41\xde\xf2\xe8\x9a\x90\xd3\x74\x9d\x09\x39\x0d\xa8\x67\xc1\x67\x37\x4c\x67\x8a\xb8\x85\x21\x08\x9f\x9d\xd8\xa0\x17\x0c\x0a\x83\x40\xfd\x82\x41\x41\x7b\xe8\x0b\x3e\x3b\x91\xb9\x2f\xd8\x13\x26\x89\x40\x0b\xf6\x04\xed\x85\x2f\xd8\x13\x5e\x68\x02\xf6\x84\x89\x1b\xb5\x60\x4f\x98\x6c\x91\x2e\xd8\x13\xa4\x43\xbe\x60\x4f\x98\x57\x57\x81\xc9\xe4\xd5\x17\x18\x3e\x84\x34\xe0\xb2\x5b\xfa\xfc\xe0\xb2\xd3\xb6\xe9\x82\x39\x61\xe9\x65\xc2\x79\xa0\x5d\xde\x05\xe7\xc1\xd2\x0a\xbe\xe0\x1e\xa1\x5a\x6d\xc1\x3e\xb7\xd8\xea\x58\xb0\xcf\x2d\x22\xcb\x0b\x3e\x84\xb5\x74\x26\xbc\x1c\x1a\x66\xf0\x21\xac\xad\x33\xe1\xaf\x20\xa6\xbf\x20\x3d\xd8\x5a\x48\x20\x3d\xd8\x78\x47\x0b\x56\x3a\x95\x86\xac\x2d\xee\x0a\xce\xdc\xe2\xae\x60\xc8\xc3\x4a\xb7\xd5\x33\x58\xe9\xb6\x3e\x00\x88\x10\x5e\xc8\x66\xc3\x5b\x01\xb6\x5f\x1b\xde\x0a\x2d\x8d\xb0\xd2\x1d\x3d\x25\x48\x10\x94\x56\xb7\x20\x41\x38\x1a\x4b\x90\x20\x28\xeb\x7d\xb9\x5f\xd3\x0e\xf5\xab\x0b\x02\x84\x43\xf0\x6c\x89\x00\x01\x8f\x6b\x89\x00\x41\xb8\x58\x04\x08\x45\xff\x73\x1b\xae\x50\xb2\xfb\x35\x4d\x62\xd4\x0b\xc6\xba\xdb\xf5\x3b\xc8\x1c\xd8\x64\x5a\xa2\x2e\xc0\xd1\x5e\xa2\x2e\x10\xb4\x11\x75\x81\x96\x70\x51\x17\x68\xda\x75\x6f\xa5\x4b\x86\x7b\x89\xb6\x80\x4d\xad\x25\xda\x02\x7c\x97\x25\xda\x02\xb2\x81\x16\x85\x37\x01\x9f\x6e\xbd\x68\x0b\x78\x9e\x2f\xda\x02\xfa\x42\xe1\x4d\x20\xc9\x6f\x51\x78\xa3\x2d\xae\x25\xda\x02\x21\x6f\x0a\x6f\x24\x98\xbd\x44\x5b\xa0\x6f\x5a\xb4\x05\x45\xff\xa3\x9c\x5f\x4f\x9e\xa2\x1b\x09\x65\x2f\x51\x16\xf0\x94\x36\x45\x37\x11\x2f\x75\x8b\xb2\xc0\xf4\xbf\xc4\xd1\xe1\xc8\xed\x8b\x4b\xff\x83\xb2\x80\xac\x9c\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\x16\xf4\x2d\x5a\x02\xc2\x88\x9b\xa2\x9b\x14\x74\x3f\x4a\xda\x83\xae\x49\xd9\x3a\x69\x09\x9b\x62\x9a\xc4\x2c\xb5\x29\xa6\x49\x8c\xac\x1d\x55\x7e\xbf\x39\xf2\x7e\x0a\xd6\x6d\xd1\x0d\x80\xa7\x77\xa4\xf4\x9e\x2f\x60\x8b\x6a\x60\xfc\x6b\x7b\x6f\x8b\x85\x80\xa9\x67\x53\x63\x93\xb6\x8e\xa8\xca\x3f\xea\x18\x0c\x04\x32\x56\x0c\x04\x32\x36\xaa\xa4\x5d\x47\xfe\x8a\x32\x1f\xc0\xa6\x88\x26\x5f\x1d\x1d\x8e\x16\x47\x94\x5e\x83\x14\x37\x05\x34\x0f\xd5\x3f\x9b\x02\x1a\x6d\x16\x6d\x0a\x68\x1e\xa6\xdd\x4d\x01\x8d\xf0\xdf\x86\x75\xa0\x10\xb3\xd9\x14\xd0\x14\xf5\x85\x02\x9a\x52\xf4\x3b\x4a\x99\x99\x42\x76\x52\x29\xb3\xee\x4e\x49\x2d\xd3\xe0\x4e\x94\xd4\xbe\xae\x49\x49\x2d\xae\xfc\xa6\xb0\x46\x59\xa5\x1b\x46\x02\xe1\x9c\x0d\x23\x81\x36\x0d\x36\x45\x35\x42\x36\x9b\xa2\x1a\xa9\xb4\xec\xac\x9a\x53\x6c\xa0\xa8\xa6\xb1\x29\xb9\x29\xaa\x69\x7c\x7e\x9b\xc2\x19\x65\x85\x6e\x0a\x67\x1a\x29\x7d\x3b\xab\x9e\x54\xff\xa3\x6c\x96\xfc\x91\x0d\xed\x80\x50\xc8\x86\x76\xa0\x31\xed\x6e\x0a\x66\xa4\x8a\xb2\x29\x98\xe9\x51\x7d\x71\x1b\xa4\x8a\xb2\x29\x98\xe9\x1a\x9e\x14\xcc\x48\xe7\x64\x53\x30\xd3\x49\x05\xdb\x50\x12\xa8\x48\x67\x53\x2c\x23\x9d\x93\x4d\xb1\x4c\x2f\xba\x0a\xf5\xa5\x55\x67\x52\x35\x4a\x76\xf9\xa6\xfc\xa5\x13\x2b\xdf\x94\xbf\x74\x8d\x3a\x4a\x5c\x0c\x37\x71\x53\xe2\x62\x84\x4d\xb6\xfb\x27\xdd\x74\x87\x42\x75\x24\xd8\x69\x43\x40\x20\xe0\xb1\x0b\xd5\x91\xe4\x52\x6c\xc8\x07\x04\x43\x36\xe4\x03\x36\x74\x4d\x55\x47\xea\x88\xea\xc8\xa9\x33\xa9\x8e\xd4\xc4\x00\xf9\x80\x64\x2c\x36\xe4\x03\x83\x49\x6a\x43\x3e\xa0\x00\xc4\x76\xdf\xa5\x0f\x70\xdc\x76\xdf\xa5\x0b\x78\xec\x42\x75\xa4\xe9\x88\xea\x48\x8a\x39\xb6\xfb\x2e\x7d\xe8\x6d\x42\x4a\x30\xc0\x94\x1b\x52\x02\x49\x4d\x6c\x48\x09\x06\x5b\x86\x1b\x52\x02\x69\xa8\x6e\x48\x09\x66\xd0\x35\xa9\x1a\xa4\x42\x77\x57\xaa\x06\xa3\xae\xe9\xf6\x4d\xbd\x69\x08\x0b\xa4\xa1\xba\x21\x2c\x90\x8a\xcc\x86\xb0\x60\xea\x7b\x77\xdf\xa5\x4f\x3d\x4f\x08\x0b\x94\x35\xb2\x2b\x55\x91\xfa\xfe\x50\x0c\x9a\x6c\x12\xee\xa6\x2a\x42\xde\x51\x53\x15\x21\xa3\x1c\x22\x83\xa5\x6f\x05\x22\x03\x41\x8d\x0d\x91\xc1\x82\x61\x67\x43\x64\x20\x2d\xcf\x0d\x91\x81\x02\x1e\x1b\x22\x83\xa5\xe7\x02\x91\x81\xc8\xc0\x76\xa3\x4c\x90\xa5\x6a\xbb\xef\xd2\xb5\x63\xb2\xdd\x77\xe9\x22\x0a\xdb\x10\x1c\xec\xa8\x33\x37\x47\xba\xa6\xdb\xb7\x35\xae\x1b\xe5\x81\x9a\x92\x3b\xe5\x81\xf6\x2f\xc6\xbf\x0d\x2f\x82\x44\x0c\x36\xbc\x08\x9b\x40\xc2\x86\x17\x61\x6b\xd0\xc1\x8b\xb0\xd9\x08\xdc\x70\x1f\x6c\x5c\xe4\x0d\xf7\x81\xd4\xc0\x37\xdc\x07\x47\xeb\x0f\xdc\x07\x47\x9f\x91\xbb\x35\x5d\x65\xd4\xdb\x5d\x97\x2e\xee\xe4\x0d\xaf\x81\xa4\x09\x36\xbc\x06\x47\x1f\x15\xbc\x06\x87\xf8\xd1\x36\x55\x05\xf2\xe0\xe1\x35\x50\xe9\xca\x86\xd7\x40\x3c\x5a\xdb\xa8\x0a\x04\x17\x6f\xa3\x2a\x50\xab\x18\x9c\x07\x47\xab\x34\x9c\x07\xd2\xab\xdf\x70\x1e\x88\x63\x6b\xc3\x79\x20\xb9\x83\x0d\xe7\xc1\x19\xba\x0a\x95\x8f\xb8\xba\x1b\xce\x03\xb1\xc6\x6d\x38\x0f\x94\x89\xbd\xe1\x3c\xb8\xa0\xa5\x3d\xa8\x06\xd4\xa4\x08\xe7\x81\x44\x0c\x36\x9c\x07\x37\xe9\x4c\x2a\x01\x89\xd5\x6d\x38\x0f\x24\xa8\xb0\xe1\x3c\x50\x32\xd9\x86\xf3\x40\xc4\x5d\x1b\xce\x03\xe9\x71\x6e\x38\x0f\x2e\x59\x07\x1b\xce\x03\x25\x93\x6d\x98\x0c\x24\x4b\xb0\x49\x49\x53\xe2\xd2\x26\x25\x2d\x68\xba\x26\x25\x2d\x80\x53\x37\x29\x69\x4a\x63\xda\xa4\xa4\x85\xa2\x33\xa9\xeb\xd3\xc4\x47\x3a\x5a\x20\x8a\xbf\x27\xb5\x70\x44\x11\x37\xa9\x68\x41\xd8\x89\x54\x34\x85\xbd\x36\xa9\x68\x61\xe8\x2a\xd4\xfc\x69\x7c\x4e\x6a\xfe\xb4\x4c\xbb\x47\x62\x41\x1f\x23\x85\x33\xc2\x86\x9b\xc2\x19\xd1\x9e\x6e\x0a\x67\xa2\x9e\x35\x85\x33\x51\x53\xb9\x6f\xc9\x58\xd4\xf4\xe9\x5b\x32\x16\x9b\xfe\x47\x0d\x5d\xd7\x11\x35\x74\xfa\xe0\x28\xa6\x89\x1a\x3d\x8b\x1a\x3a\x01\x9d\x45\x0d\x1d\x1b\x73\x7b\xa9\x86\x8e\x5e\x2f\x6a\xe8\xc8\x0b\xdf\xee\xd7\x58\xd4\xf4\xe2\x7e\x8d\xbd\x50\x1d\xc5\x35\x09\x1f\x6b\x53\x5c\x23\x75\xcc\xbd\x28\xee\xa2\x3c\x7b\x53\x58\x23\x86\xfc\xbd\x28\x46\x23\x90\xb0\x37\x35\x75\x84\x9a\x36\x45\x33\x89\x3c\x91\x4d\xd1\x4c\xd2\xdd\x29\x9a\x49\xec\x52\xec\x4d\xe1\x96\x60\xc8\xa6\xc8\x29\xeb\x77\x9d\x23\xee\x4e\xc1\x8c\x02\x72\x9b\x82\x19\xed\x40\xed\xad\x82\x2d\xac\xa5\x60\x46\x3b\x50\x9b\x82\x99\xac\xa7\xb4\x29\x50\x23\xec\xb5\x29\x98\xc9\x24\xf2\xee\xa3\x42\x2d\x9e\x04\x05\x33\x0f\x1e\xfa\xa6\x28\xe6\x11\x24\xf2\x3d\x19\x53\xb6\xd0\xf6\x3d\x19\x2b\x78\x1d\x9b\x62\x98\x42\x18\x63\x53\x0c\x23\xc9\xc3\xed\x7b\x32\xa6\x8c\x99\xed\x7b\x32\x26\x01\xc4\x4d\x31\x4c\x11\x64\xa0\x18\xa6\x10\x38\xdc\x14\xc3\x88\x49\x66\x53\x0c\x23\x0e\x98\x4d\x31\x4c\xcd\xff\xd2\x9a\xdc\xd4\xc9\x28\xe6\xb6\xa9\x93\xa9\x38\x71\x9b\x3a\x19\xa5\xc1\x6c\xea\x64\xaa\x3e\x2a\x77\x80\x4c\x6a\x85\xfb\x52\xab\xa5\x07\x7f\xa9\x69\xc2\x31\xdc\x97\x9a\x26\x76\xd7\x37\xf5\x33\x22\x82\xd9\xd4\xcf\x48\x0c\x7f\x53\x3f\x53\x85\xf8\x28\x92\x69\x5a\x9b\x28\x92\x69\x9a\x18\x28\x92\x11\xdd\xca\x09\xd4\x01\x81\x53\x0f\x05\x32\x8a\xc7\x9d\x40\x4d\x53\xd6\x99\xd4\x34\xf1\xc1\x1d\x8a\x67\x1a\x03\xf9\x50\x3c\xd3\x08\x08\x1c\x8a\x67\x1a\x16\x9d\xa0\x5a\x26\xe3\x48\xb5\x4c\xfa\x9f\xdb\xd7\x08\x78\x1c\x77\x8e\xac\x4d\x9d\x49\x9d\xd3\xd2\x35\xa9\x73\xe2\x65\x1e\x0a\x6b\xda\xd1\x55\x28\x02\x0a\xea\x19\x45\x40\x2c\x63\xc7\x1d\x27\x13\x2f\xc9\x89\xd4\x32\xb1\xf1\x71\xa2\x0a\x80\x0a\x47\x14\xb0\x30\x3c\x4f\xa4\x80\x05\xd4\x73\x54\x76\x13\x75\x26\xc5\x2b\x59\x47\x14\xaf\xc0\x8e\x7c\x22\xc5\x2b\x45\x77\xa0\x40\xa7\xe8\xee\x14\xe8\x1c\x5d\x93\xc2\x0e\x42\x54\x87\x02\x9d\x41\x56\xed\xa1\x40\x67\x30\x69\x9c\xa4\xe2\x15\x7e\x47\x81\xce\x28\x3a\xa2\x20\x22\xe8\x88\x82\x08\xa6\x9e\x43\x11\x8e\x84\xc1\x0e\x45\x36\x33\xea\x7f\x14\x3d\xc8\x06\x8a\x6c\xa6\x6c\xa0\xc8\x46\xd4\xbc\x87\x22\x1b\x29\xe3\x1f\x8a\x6c\x26\x01\xb2\x43\x91\xcd\x04\xa7\x1e\x8a\x6c\x44\xb6\x7b\x28\xb2\x99\xec\xb4\x1c\x8a\x6c\x14\xcc\x3a\x59\x45\x1d\xbc\x3f\x8a\x6c\x26\x13\xd8\xc9\xd8\x70\xf5\x3f\xb7\x41\xbc\x91\x27\x53\x0e\x01\xae\x3a\x59\xe5\x10\xf4\x33\xab\x1c\x82\x27\x9f\x55\x0e\xa1\x9e\x51\x6d\x00\x28\x39\x14\xd8\x2c\x59\x44\x81\xcd\xce\xea\x19\xd5\x06\x59\xbd\x76\xfb\x44\xaa\x7a\x28\xb0\x91\xb0\xf7\xa1\xc0\x46\x61\xa1\x43\x81\x8d\xf4\xc9\x0f\x05\x36\x9b\x7c\xe6\x43\x81\xcd\x69\xba\x0a\xb9\xe9\x7a\x12\x94\xcd\xa8\xd6\xf5\x50\x36\x23\x18\x72\x28\x9b\x39\x04\xf9\xce\xa3\xdc\x74\xdd\x81\xdc\x74\x30\xfa\x79\xc8\x4d\x8f\xba\x0a\xb9\xe9\x7c\xef\x87\x72\x9b\xab\x2f\x9c\x72\x1b\x6d\xa9\x1d\xca\x69\x2e\x59\x3f\x87\x72\x9a\xcb\x02\x7b\x8a\xf2\xce\xb9\x03\xe5\x34\xca\x9f\x3e\x94\xd3\x08\x86\x9c\x22\xc5\xad\xb0\x85\x9b\x4f\x79\xeb\x04\x04\x5d\x7b\xbe\x5a\xc4\xe5\x79\xca\x9b\x58\x83\xd0\xcc\x51\x69\x4d\x3b\x7b\xe9\x4b\x53\x69\xcd\x4f\xcb\xa3\x1e\xdf\xdf\x16\xcd\x28\x2a\xfe\xff\x69\x19\xff\xaa\x1e\x3c\x92\x5c\xfd\x39\x59\x2f\x4e\x62\x44\xed\xec\x4d\xb5\xda\x71\x47\x29\x97\xd7\xd1\xcf\x23\xba\x97\x84\x9c\xe3\x8e\xd2\xfb\xa8\x7e\x1d\xb5\xaf\xa3\xfe\x2a\x5a\x50\x32\xfe\x71\x67\xe9\x91\xd6\xc3\x71\x67\xe9\x11\xda\x3e\xaa\xd7\x79\xc2\xde\xac\xc7\x07\x86\xb7\xab\x47\x43\xba\x5b\xd0\x70\x26\xdd\x4d\xd1\xb5\x43\xba\x5b\xc4\x8d\x3d\x62\x7f\x7b\xe2\xde\x04\x49\x0e\x29\x6f\x51\xf6\x90\xf2\x26\xf2\xca\xd3\xf2\xeb\xec\x83\x03\x74\x48\x7b\x93\x46\xf7\x21\xb5\x2d\x13\xe0\x3f\xa4\xb6\x89\x12\xf1\x34\x65\xf8\x32\x58\x9b\x08\x62\xf3\xaf\x05\x4d\x59\xb0\xba\xae\xb2\x60\xd5\x4b\x32\x48\x35\x98\x49\x6f\xd3\xe2\x75\x48\x6f\x7b\x1d\x91\xde\xa6\x20\xcb\x21\xbd\x4d\x9c\x66\x87\xf4\xb6\xba\x74\x26\x19\xa4\x47\x47\x64\x66\xc2\xe9\x72\x48\x6f\xeb\xfa\xac\x49\x6f\xeb\x24\xb4\x1d\xd2\xdb\x0c\x6f\xe6\x90\xde\x66\x9a\x5e\x49\x6f\x53\xdd\xe4\x21\xbd\x4d\xe4\x4a\x87\xf4\xb6\x41\xe8\xe4\x90\xde\x36\xf5\xf1\x90\xde\x26\x96\xf2\x43\x7a\x9b\x9c\xdf\x43\x7a\xdb\x24\xf2\x7c\x5e\x9c\xd9\x75\xab\xf8\xe2\x28\xc5\xed\xd1\xff\x49\x71\xc3\xa3\x39\x4a\x71\x3b\xfa\x9f\xdb\x78\x01\x20\x87\x14\xb7\x0b\x4e\x3a\xa4\xb8\x5d\x9c\xff\x63\xa4\x87\xa9\xe7\x88\xb0\x6a\x1b\xfa\x20\xc2\x1a\xaf\xae\xe2\x42\x59\xc6\x86\xe7\x41\xb5\xc8\xa6\xfe\xc7\x27\xfb\xcc\x7d\x1e\xfd\x96\xdc\x1d\x4d\x04\xa6\xdc\x1d\x9e\xb9\x7b\x51\x59\x34\xfc\x47\xfc\xd8\xcf\xdc\x97\x2d\xc4\x43\xaa\x5b\x61\xdf\xe0\x90\xea\x56\x00\x37\x47\x25\x3f\xe5\x6c\x49\xf3\x1d\xd2\xdd\x0a\x58\xf9\xb8\xc7\x94\xc7\xd2\xff\x3a\x47\xba\x2e\x79\x3a\x5a\x66\x49\x77\xab\x82\x2d\xa4\xbb\x49\x84\xe4\x90\xee\x26\xbe\xbc\x43\xba\x5b\xdd\xea\xaf\x97\xc0\x0c\x82\x12\x87\x74\x37\x6d\x69\x1e\xd2\xdd\x9a\x96\x13\xd2\xdd\x9a\xfa\x42\xba\x5b\xd7\x82\x45\xba\x9b\x69\xdc\x49\x65\x55\x70\x80\x74\xb7\x81\xaf\x73\x48\x77\x1b\xfa\x5a\xdc\xb7\xca\xaa\x65\x3c\xa4\xbb\x0d\xbd\x21\xd2\xdd\xa6\xbe\x6e\xd2\xdd\x54\x72\x73\x48\x77\x5b\x64\xd6\x9f\x29\x71\x43\x5d\x13\x71\x43\x2d\x35\x94\xf8\x6c\x81\x3b\xd2\xdd\x0e\xf9\xf2\x87\x74\x37\xd5\xaa\x1e\xd2\xdd\x8e\x9e\x2e\x39\x6d\x87\x58\xc3\x21\xa7\x4d\x15\x85\x87\x9c\x36\xed\x5c\x1c\x72\xda\x7e\x8f\x48\xae\xd0\xbc\x42\x4e\xdb\x6d\x3a\x12\xf7\x79\x80\x43\xff\xbf\xa7\x70\xb6\x94\x12\x3b\xc1\xc7\x5d\xaf\x7c\x34\x09\x21\x68\xa4\x1d\xcf\xc3\x96\x52\xa6\x5c\xf7\xb0\xa5\xa4\x58\xf1\x61\x4b\x49\x11\xe0\x23\xa1\x23\x3d\x28\x09\x1d\xb1\x17\x7b\xd8\x52\x92\x02\xfa\x61\x4b\xa9\xca\x0c\xb6\x94\x6a\xd5\x99\xec\x97\x0b\xc7\xb0\xa5\xd4\xd8\xb5\x3d\x6c\x29\x35\x22\x5e\x87\x2d\x25\xd3\x47\x0d\xef\xb6\xe9\x85\x6e\x36\x2b\xa7\xce\x64\x33\x4f\xb8\x97\xed\xa6\x55\x74\x04\xe5\xbb\x26\x51\xb6\x9b\x14\x12\x3a\x6c\x37\xfd\x1e\xc1\xb7\xad\x67\xa6\xed\x26\x7d\x20\x30\xc6\x05\x52\x08\x0f\x8c\x71\xaa\x62\x3a\xe2\xdb\xd6\x24\x7a\xc4\x45\xcd\xfd\x60\x8c\x8b\x49\x47\xec\x18\x08\xcd\xc2\x18\x97\x84\x40\x60\x8c\x4b\x7a\x47\xf0\x6d\x67\xf2\x39\x0e\x8c\x71\xa2\xa1\x3d\x30\xc6\x3d\x42\x35\x6c\x5a\x3d\x8f\xee\x00\x79\x2c\xfb\x0e\xe7\x25\x9e\x34\xb7\xb6\x1a\x0f\x1b\x57\x2a\xd6\x38\x6c\x5c\x15\x0a\x90\x0f\x1b\x57\x12\x81\x3a\x6c\x5c\x49\x8d\xfe\xb0\x71\x55\x35\x35\x5e\x91\x6d\x72\x17\x36\xae\xba\x26\x3b\x36\xae\xba\x9e\x0d\x1b\x57\x2a\xbe\x3f\x6c\x5c\x4d\x2d\xd0\xd7\xbe\x8e\x88\x8b\x6a\x22\x74\xbf\xed\x11\xf9\xe5\xb9\xbf\x28\x68\x65\xfd\x1f\x7a\x31\x61\x4e\x36\xaf\x94\xc6\x75\xd8\xbc\x5a\x8c\xe8\xcb\xe6\xd5\x66\x6a\xbb\xee\xbb\x39\x91\xb3\x1f\x11\x98\xc2\x03\xbc\x6c\x5e\x5d\xb0\xf1\x65\xf3\xea\xe2\xf7\x5c\x18\xe3\x24\x51\x70\x61\x8c\xbb\x4c\xe1\x17\xdf\x4d\xa3\xe1\xe2\xbb\xfd\x1e\x11\xc6\x21\x45\xef\xe2\x9f\x45\x02\x84\x17\xff\x4c\x05\x53\x17\xff\x2c\x67\xdd\x8f\x10\x01\x41\xa4\x8b\x7f\xf6\x10\x16\xbb\xbe\xb1\x65\x05\x9f\xef\x46\xfc\xeb\xa4\xff\xe1\x5f\x13\x6e\xba\xf8\x6e\x95\x2f\xe8\xe2\xbb\x35\x7c\x86\x8b\xef\xf6\x7b\x84\xef\x16\x74\x15\x7c\x37\xbc\xdf\x2b\xdf\xad\xe8\x2a\xf8\x44\xb2\x08\xdf\x4d\x52\xc5\x17\xdf\x6d\xe2\x9b\x5e\x7c\xb7\x15\x74\xa6\xdb\x27\x39\xe6\x8b\xef\xb6\x48\x10\xbc\xf8\x6e\x8b\x20\xe7\xc5\x77\x53\x9d\xf3\x85\x5c\x41\x12\x08\x17\x72\x05\x69\xcf\xde\x24\x9f\x81\x3b\xe0\xd7\x69\xbf\xe3\x26\xca\xc4\xdf\x12\xcf\x17\xc5\xa4\xa9\xfe\x90\x8a\x27\xf6\x99\x9b\xd8\x82\xe7\xdb\xbf\xa8\x25\xcd\x57\x7f\x7c\x3e\x51\x61\xd4\x65\x07\x4b\x12\xdd\x97\x54\x3c\x55\x37\x5e\xd4\x92\x42\xfb\x17\x15\xd3\xa5\x86\xe9\xb0\x59\x78\x11\x52\x52\x01\xf4\xc5\x25\xac\x00\xf7\xcb\xe6\x96\x42\x24\x97\xcd\xad\x48\x6c\xf8\x66\x51\x13\xd1\x31\x6a\x98\x94\x3d\x7c\x11\x58\x52\x6d\xde\x45\x9a\xb6\x53\x24\x72\x71\x09\x27\x28\xf3\x66\x6a\xe5\x96\xee\x47\xb6\x2b\x1f\xe5\x25\x4d\xaf\x24\x1d\xa1\x27\x17\x75\x4d\xf2\x3e\x98\xc8\x2f\xd2\xb4\x59\x43\x14\x97\x30\xf0\xd9\x5f\x5c\x42\x5b\x3a\x22\x23\x59\x83\x12\x97\x50\xbb\xc2\x17\x97\xb0\x11\x7d\xbe\x8f\xf6\x65\x79\x2e\x8f\xb2\x2b\x78\x45\x4a\xef\xd3\xfd\x60\x88\x93\xa4\xd6\x85\x8b\x5b\x81\x9d\x2b\xce\x05\xbd\x30\x71\x2e\x10\x7d\xbe\xd4\x37\x85\xa0\x3b\xac\x0f\x1f\xe0\x3e\xd4\x02\x06\xf5\x13\x74\x7a\xf4\xbb\x1f\xfb\xae\x11\x02\xba\x85\x6c\x65\x4d\x2a\xee\x3c\x5e\x63\xca\xbf\x92\xab\x25\xed\xea\xfa\xf6\xd9\x95\xac\xd3\xa5\x2e\xaa\x80\x90\xae\x3b\x96\x75\xc9\xa2\x97\xe8\x12\x23\xa4\xb4\x97\x28\xc5\x25\xfa\x77\xd9\x42\xeb\xb2\x11\xae\x06\xf9\x0d\x17\xae\x06\x65\x41\xdf\xf2\x66\x39\xd0\x87\xf0\xe2\x6b\xb0\x7d\xa2\xee\xf6\x63\x4f\x08\x6c\x0b\x5d\x77\x16\x43\x18\x3a\xfa\xb1\x27\xa9\xa0\xe2\xba\x27\x18\x22\x21\x98\xeb\x5e\x60\x88\x1a\x1f\xee\x05\x86\x48\xb2\xdd\x75\x2f\x30\x44\xbc\xa2\xeb\x5e\x60\x88\x7a\x0e\xee\x05\x86\x58\xf5\xbb\xce\x99\xd8\xe2\x1e\x60\x50\x59\xee\x75\x0f\x30\xc4\x47\xf7\x9b\x1c\xf1\x6c\xdd\xfb\x0b\x8a\x6e\x5f\xf7\xfe\x82\xca\x40\xae\x7b\x7f\xe1\xb7\xd7\x97\x23\xde\x90\x7b\x7f\x21\xe2\xec\x5f\xf7\xfc\x42\x24\x69\xf5\x36\xec\xcb\x3a\x92\x7d\xfa\x9d\xec\xe3\x9a\x4d\xf6\xf1\x4c\x1b\xf6\x69\x42\x6b\xd8\xc7\x06\xe0\x6d\xd8\xa7\x6f\xaa\x61\x5f\xd3\xdd\xb1\x8f\x14\xc8\xdb\xb0\x6f\xeb\x2a\xd8\x07\xc4\xba\x0d\xfb\xb6\xae\x89\x7d\x60\xc3\xdb\xb0\x8f\x40\xe3\xed\xd8\x47\x48\xeb\x76\xec\x63\xd3\xed\x76\xec\x23\x04\x71\x3b\xf6\xb1\xcc\xde\x8e\x7d\x9a\xf6\x3b\xf6\x25\xfd\x4f\xf6\xe9\x2a\xd8\xa7\xe9\xb2\xeb\xfd\x31\x32\x3b\xf6\x3d\xea\x0b\xf6\x69\xf1\xe8\xd8\x87\xc7\x77\x3b\xf6\x69\xfe\xea\xd8\xa7\x85\xd3\xbd\xc1\xf4\x7a\xf2\xee\x0d\xa6\xc4\xd6\xeb\x75\x6f\x30\x25\x00\xd0\x75\x6f\x2f\x89\x19\xfd\xba\x47\xf7\x3b\x92\xdd\xa3\xfb\x1d\xc9\xee\xd1\x31\x92\xff\x7b\x7a\x36\xfb\x1c\xe4\x36\x3e\x07\xb9\xcd\xcf\x41\x6e\xeb\x73\x90\xdb\xfe\x1c\xe4\x76\x3e\x07\xb9\xdd\xcf\x41\x3e\xc2\xe7\x20\x1f\xf1\x73\x90\x8f\xf4\x39\xc8\x47\xfe\x1c\xe4\xe3\xf9\x1c\xe4\xa3\x7c\x0e\xf2\x51\x3f\x07\xf9\x68\x9f\x83\x7c\xf4\xcf\x41\x3e\xec\x73\x90\x8f\xf1\x39\xc8\xc7\xfc\x1c\xe4\x63\x7d\x0e\xf2\xb1\x3f\x07\xf9\x38\x9f\x83\x7c\xdc\xcf\x41\x3e\xc3\xe7\x20\x9f\xf1\x73\x90\xcf\xf4\x39\xc8\x67\xfe\x1c\xe4\xf3\xf9\x1c\xe4\xb3\x7c\x0e\xf2\x59\x3f\x07\xf9\x6c\x9f\x83\x7c\xf6\xcf\x41\x3e\xed\x73\x90\xcf\xf1\x39\xc8\xe7\xfc\x1c\xe4\x73\x7d\x0e\xf2\xb9\x3f\x07\xf9\x3c\x9f\x83\x7c\xde\xcf\x41\xbe\xc2\xe7\x20\x5f\xf1\x73\x90\xaf\xf4\x39\xc8\x57\xfe\x1c\xe4\xeb\xf9\x1c\xe4\xee\xfc\xfd\x0e\x72\x77\xfe\x7e\x07\xb9\x3b\x7f\xbf\x83\xdc\x3d\xb8\xdf\x41\xee\x1e\x5c\xc8\x5d\x67\x7a\xcf\x54\xb4\x7e\xdd\x2f\x0b\x99\x6c\x98\xeb\x7e\x59\xc8\x04\x04\xae\xfb\x65\x21\x6b\x99\x70\xbf\x2c\x88\x6f\xf0\xba\x7f\x15\xe4\x07\x5e\xf7\xaf\x42\x26\x4a\x7d\xdd\x87\x0a\x12\x37\xbe\xee\x43\x85\x3c\xf5\xbf\xc3\xff\xb8\x83\xe3\xf6\x1c\xc8\x1a\xb8\x8e\xdb\xb3\x34\x7b\x2e\x4a\xa7\x01\x92\x83\xeb\x98\x3d\x07\x8d\x02\xc7\xec\x39\xf8\xd2\xeb\x24\x13\x3f\x47\xee\x84\x97\xe0\xd8\x3b\xa3\xf5\x53\x42\x94\x20\x58\xe2\xc8\x7b\x1d\x3c\x26\x5f\x82\x23\xd5\x10\x9e\x1c\xd8\xc4\x2d\xc1\xd1\x6a\x08\xcf\xfc\x6e\x9d\xb4\xa6\x10\x9e\xf2\x6e\x5d\xb4\xc6\x10\x3c\x77\xa2\x04\x47\xb0\xb4\x38\x66\x2f\x81\x62\x12\x04\xf0\x4a\x88\xf4\x7a\xd2\x4f\x47\xb1\x19\x02\xd5\x12\x12\x77\xf6\x6f\xac\x84\x34\x75\x14\x82\x7f\x05\x25\x24\xee\x96\xe3\xbb\x85\xbb\xe5\xf4\x6e\x39\xb4\xe4\x77\x0b\x0b\x75\x7e\x7e\x5b\x32\x8b\x75\x2e\xef\x96\x48\x4b\x7d\xb7\x24\x5a\xda\xbb\x25\xd3\xd2\xdf\x2d\x0f\x2d\xf6\xdb\x42\x61\xf8\x69\x58\xf7\xe8\x49\xf2\x86\x00\x4e\x80\x1c\x27\xfe\x70\xb6\x0c\x9e\x11\x5a\xff\xc8\x0e\x97\xe0\xc0\xa9\xd6\xa4\x23\xaa\xaa\x2f\x47\x14\x8d\x27\x3d\x5b\x8a\xc6\x61\xaf\x29\x01\xe0\xf4\x7a\xcf\x52\xab\xf4\x11\x58\x42\x81\x25\x65\xd0\xb3\xc2\xf8\x68\x33\x87\x7f\x05\x46\x3c\x38\xec\x0c\x16\x98\x48\xbd\x39\x09\x76\x25\x28\x2d\xe9\xf0\xf2\x1d\x53\xd5\xee\x8e\x55\x09\x85\x08\x52\xd4\xef\xdc\x3d\x3d\xaf\xae\x52\x74\x1d\x75\xe6\x7e\x47\xec\x4a\xf0\xe0\x7c\x4d\x8f\x3a\xce\xeb\x2b\x21\x10\xa5\x2e\x41\x58\xeb\xd9\xef\x16\xb8\x32\x16\xd7\x06\x6f\x85\x92\x7f\x07\x25\x98\xcb\x5b\x3c\x2e\x55\x02\xb8\x8b\x16\x1e\x17\xd8\x8b\x16\xfd\xaa\xfa\x43\x5a\xf4\x0a\xfc\x15\x9e\xfe\xbe\xab\xaf\x8d\x21\xf2\x48\x1d\x83\xbd\x8f\xc6\xd7\xd1\xfe\x1d\xca\x1a\xdc\xf5\xbc\x5b\xd4\xa3\xfb\x6e\xa1\x47\x2d\xbc\x5b\xe8\x51\x8b\xef\x16\xae\xdc\xd2\xbb\x85\x0f\xac\xe5\x77\x0b\xfd\x6c\xcf\xbb\x05\x5b\xc0\x61\xb4\xf0\x1e\xc1\x62\xb4\x30\x40\xc1\x63\xfe\xb1\xa9\xcf\x60\x32\x5a\xe8\x33\xb8\x8c\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xdf\x9f\xf1\xab\xcf\xfb\xdd\xa2\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xb9\x87\x77\x0b\x7d\xee\xf1\x77\x3a\x50\x9f\x7b\x7a\xb7\xd0\xe7\x9e\xdf\x2d\xf4\xb9\x3f\xef\x16\xfa\xdc\xcb\xbb\x85\x3e\xf7\xfa\x6e\xa1\xcf\xbd\xbd\x5b\xe8\x73\xef\xef\x16\xfa\xdc\xed\xdd\xa2\x3e\x8f\x77\x8b\xfa\x3c\x7f\x27\xac\x57\x9f\xd7\xbb\x45\x7d\xde\xef\x16\xf5\xf9\x3d\xcd\xbd\xfa\x7c\xdf\x2d\xf4\xd9\xc2\xbb\x85\x3e\x5b\x7c\xb7\xd0\x67\x4b\xef\x16\xfa\x6c\xf9\xdd\x42\x9f\xed\x79\xb7\xd0\x67\x2b\xbf\x53\xaa\xfa\x2c\x0c\xe9\x2d\xf4\x59\x38\xd2\x5b\xe8\xb3\xf5\x77\x0b\x7d\x36\x7b\xb7\xa8\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\xdf\x49\x5f\x7d\x1e\xef\x65\x40\x7d\x1e\xf1\xdd\x42\x9f\x47\x7a\xb7\xd0\xe7\x91\xdf\x2d\xf4\x79\x3c\xef\x16\xfa\x3c\xca\xbb\x85\x3e\x8f\xfa\x6e\xa1\xcf\xa3\xbd\x5b\xe8\xf3\xe8\xef\x16\xfa\x0c\xe8\x0c\xa9\x7d\xcd\x1d\x80\xcf\x77\xab\xfa\x3e\xbf\x5b\xd5\xff\xf5\xdd\x2a\x1b\xf6\x77\xab\xec\x38\xdf\xad\xb2\xe5\x7e\xb7\x62\x0f\x60\xf5\xdd\x8a\x4d\x80\xd6\x77\x2b\x76\x01\x5e\xdf\xad\xd8\x06\x88\xa5\xf5\x3d\xc7\x00\x66\xdf\xad\xd8\x06\xa8\x7d\xb7\x62\x1b\xe0\xf6\xdd\x8a\x6d\x80\xdc\x77\x2b\xb6\x01\x76\xdf\xad\xd8\x36\xed\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\xff\x11\xb0\x2a\x61\xae\xef\x1f\xc8\xec\x8f\x47\xff\x9e\xa6\xe6\xf9\x6e\x95\xd9\xf7\xbb\x15\xb3\x57\xf8\x6e\xc5\xec\x15\xbf\x5b\x31\x7b\xa5\xef\x56\xcc\x5e\xf9\xbb\x15\xb3\xd7\xf3\xdd\x8a\xd9\xab\x7c\xb7\xf2\x4a\x57\xfd\x6e\xc5\xb6\xf5\xf1\xe8\xdf\xd3\xd9\xea\xdf\xad\xd8\xb6\xec\xbb\x55\xb6\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x87\xef\x56\x6c\xdb\x1f\xcf\xf7\x3d\xed\xed\xf4\xdd\x8a\x6d\x3b\x7f\xb7\x62\xdb\x7e\xbe\x5b\xb1\x6d\x97\xef\x56\x6c\xdb\xf5\xbb\x15\xdb\x76\xfb\x6e\xc5\xb6\xdd\xbf\x5b\xb1\x6d\xdb\x77\xab\x6c\x1b\xdf\xad\xb2\xed\xe3\xf9\xbe\xa7\xc7\xbd\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\x6c\x3b\xe1\xbb\x15\xdb\x4e\xfc\x6e\xc5\xb6\x93\xbe\x5b\xb1\xed\xe4\xef\x56\x6c\x3b\xcf\x77\x2b\xb6\x9d\x8f\xe7\x5b\x7f\x6d\x3b\xf5\xbb\x15\xdb\x4e\xfb\x6e\xc5\xb6\xd3\xbf\x5b\xb1\xed\xd8\x77\xab\x6c\x1b\xdf\xad\xb2\x6d\x7e\xb7\xca\xb6\xf5\xdd\x2a\xdb\xf6\x77\xab\x6c\x3b\xdf\xad\xb2\xed\xe3\xf9\xb6\x5f\xdb\x6e\xf8\x6e\xc5\xb6\x1b\xbf\x5b\xb1\xed\xa6\xef\x56\x6c\xbb\xf9\xbb\x15\xdb\xee\xf3\xdd\x8a\x6d\xb7\x7c\xb7\x62\xdb\xad\xdf\xad\xd8\x76\xdb\x77\x2b\xb6\xdd\xfe\xdd\x8a\x6d\xf7\xe3\xf9\xf6\xb7\x6d\xe3\xbb\x55\xb6\xcd\xef\x56\xd9\xb6\xbe\x5b\x65\xdb\xfe\x6e\x95\x6d\xe7\xbb\x55\xb6\xdd\xef\x56\xb7\x2d\x86\xf0\xdd\xda\x68\x8d\xdf\xad\x9d\xd6\xf4\xdd\x6a\xb4\x7e\x3c\x5f\x7b\xd9\x16\xc3\xf3\xdd\x1a\x69\x2d\xdf\xad\x89\xd6\xfa\xdd\x9a\x69\x6d\xdf\xad\x0f\xad\xfd\xbb\xb5\xd0\x6a\xdf\xad\xb2\x6d\x7c\xb7\xca\xb6\xf9\xdd\x2a\xdb\xd6\x77\xab\x6c\xfb\xeb\xea\xc4\xf0\xd7\xd5\x89\xe1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xaf\xab\x13\xe3\x5f\x57\x27\xc6\xbf\xae\x4e\x8c\x7f\x5d\x9d\x18\xff\xba\x3a\x31\xfe\x75\x75\x62\xfc\xeb\xea\xc4\xf8\xd7\xd5\x89\xf1\xdb\xd5\xf9\x4f\x98\x11\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xd3\x5f\x2f\x28\xa6\xbf\x5e\x50\x4c\x7f\xbd\xa0\x98\xfe\x7a\x41\x31\xfd\xf5\x82\x62\xfa\xeb\x05\xc5\xf4\xd7\x0b\x8a\xe9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\xf3\x5f\x2f\x28\xe6\xbf\x5e\x50\xcc\x7f\xbd\xa0\x98\xff\x7a\x41\x31\xff\xf5\x82\x62\xfe\xeb\x05\xc5\xfc\xd7\x0b\x8a\xf9\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xfe\x7a\x41\xf1\xf9\xeb\x05\xc5\xe7\xaf\x17\x14\x9f\xbf\x5e\x50\x7c\xf4\x7c\xea\xbb\xcf\xe3\xdd\xa2\x3e\xcf\x77\x8b\xfa\xbc\xde\x2d\xea\xf3\x7e\xb7\xa8\xcf\xe7\xdd\xa2\x3e\xdf\x77\x0b\x7d\x2e\xe1\xdd\x42\x9f\xcb\x3b\x58\xa8\x3e\x97\xf4\x6e\xa1\xcf\x45\xcf\xe7\x77\x59\x8e\xe5\x79\xb7\xd0\xe7\x52\xde\x2d\xf4\xb9\xd4\x77\x0b\x7d\x2e\xed\xdd\x42\x9f\x4b\x7f\xb7\xd0\xe7\x62\xef\x16\xf5\x79\xbc\x5b\xd4\xe7\xf9\x6e\x51\x9f\xd7\xbb\x45\x7d\xd6\xf3\xe9\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\x59\xd1\xb8\xf7\x12\x1b\x6b\x7c\xb7\xd0\x67\x45\xe4\xde\x4b\x6b\xac\xef\x60\xaa\xfa\xac\x88\xdc\xc7\x92\xaa\x88\xdc\xc7\x72\x5a\xeb\xbb\x85\x3e\x2b\x2a\xf7\xb1\x8c\xd6\xfe\x6e\xa1\xcf\xd5\xde\x2d\xea\xf3\x78\xb7\xa8\xcf\xf3\xdd\xa2\x3e\xaf\x77\x8b\xfa\xbc\xdf\x2d\xea\xf3\x79\xb7\xa8\xcf\xf7\xdd\x42\x9f\x5f\x51\xbc\xf7\x12\xf9\x8a\xe2\xc5\xaf\x65\xf2\x15\xc9\x8b\x5f\x4b\xe5\x2b\x9a\x17\xbf\x96\xcb\x57\x44\x2f\x7e\x2d\x99\xaf\xa8\x5e\xfc\x5a\x36\x5f\x91\xbd\xf8\xb5\x74\x7e\x45\xf7\x7e\xed\xf9\x8c\xf0\xbd\x97\xd0\xcf\x28\xdf\x7b\x19\xfd\x8c\xf4\xbd\x97\xd2\xcf\x68\xdf\x7b\x39\xfd\x8c\xf8\xbd\x97\xd4\xcf\xa8\xdf\x7b\x59\xfd\x8c\xfc\xbd\x97\xd6\xcf\xe8\xdf\x7b\x79\xfd\x8c\x00\xbe\x97\xd8\x1e\xbf\x5b\xb1\xad\xa7\xef\x56\x6c\xeb\xf9\xbb\xf5\x9f\xcb\x6d\x7f\xbe\x7f\x80\xd9\xfd\xe3\xd1\xbf\x97\xdd\x5e\xbf\x5b\x31\xbb\xb7\xef\x56\xcc\xee\xfd\xbb\x15\xb3\xbb\x7d\xb7\xca\xec\xf1\xdd\x2a\xb3\xe7\x77\xab\xcc\x5e\xdf\xad\x32\x7b\x7f\xb7\xf2\x4a\xfb\xf9\x6e\x95\x6d\x1f\x8f\xfe\xbd\x3c\x5b\xf8\x6e\xc5\x36\x8b\xdf\xad\xd8\x66\xe9\xbb\x15\xdb\x2c\x7f\xb7\x62\x9b\x3d\xdf\xad\xd8\x66\xe5\xbb\x15\xdb\xac\x7e\xb7\x62\x9b\xb5\xef\x56\x6c\xb3\xfe\xdd\x8a\x6d\xf6\xf1\x7c\xdf\xcb\xb8\x8d\xef\x56\xd9\x36\xbf\x5b\x65\xdb\xfa\x6e\x95\x6d\xfb\xbb\x55\xb6\x9d\xef\x56\xd9\x76\xbf\x5b\xb1\x6d\x84\xef\x56\x6c\x1b\xf1\xbb\x15\xdb\x46\xfa\x6e\xc5\x36\x05\x2a\xd3\xf9\xb5\x4b\x81\x4a\x6f\xc1\x26\x05\x2a\xbd\x05\x7b\x14\xa8\xf4\x16\x6c\x51\xa0\xd2\x5b\xb0\x43\x81\x4a\x6f\xc1\x86\x57\xa0\xf2\xbc\xfb\x3f\xde\x2d\xea\xfb\x7c\xb7\xa8\xdf\xeb\xdd\xa2\x3e\xcb\x3b\x5b\xef\x3e\x9f\x77\x8b\xfa\x7c\xdf\x2d\xf4\xf9\x15\x8c\x5c\xbf\x7d\x7e\x05\x22\xd7\x6f\x9f\x5f\x41\xc8\xf5\xdb\xe7\x57\x00\x72\xfd\xf6\xf9\x15\x7c\x5c\xbf\x7d\x7e\x05\x1e\xd7\x6f\x9f\x5f\x41\xc7\xf5\xdb\x67\x05\x1c\x5b\xe0\xaf\xaa\x4f\xfd\xbb\x75\xd3\xfa\xf6\xba\x8a\x7a\xaa\x3d\xc2\xf7\x82\xaa\x40\xe3\x73\xdf\x2d\xeb\xb7\xa5\xa9\x17\xda\x65\x3d\xef\x16\x9e\x53\x79\x4f\xa4\x8a\x1e\x3e\x23\x84\x96\x7e\x9e\xb2\xb7\x2a\x7a\xf8\x3c\xdf\xad\xd1\xb7\xba\xc6\xca\x48\x50\x96\xe8\x91\xc3\x1c\x66\xc8\xe1\xac\x1c\xd8\x37\x8c\x1e\x39\xcc\x61\xdc\x1c\xce\xce\xe1\xae\x1c\x7c\xf7\xbb\xc4\xc5\xfe\xf3\x6c\xb4\x6e\xfb\xb9\x52\x46\x48\xb3\xc4\x55\x7e\xff\x3b\x5a\x0e\x33\xbe\xef\xc3\x26\xdb\xec\x39\x9c\xc2\x6f\x5f\xff\x69\xda\x7e\xe3\x77\x5c\x91\xff\x74\xfe\x63\x39\xac\xfc\xbe\x87\xb1\x97\x1c\x7e\x7a\xfb\x6e\x1d\xb4\xe6\xef\x73\xb5\xe7\x6e\xb2\xe5\xe3\xae\xda\x7f\x5f\x3f\x7d\xa1\x85\x3d\xf8\x63\x39\xdc\x9f\x2b\xf0\xd6\x17\x7b\xf1\x67\xd0\x3a\xce\xf7\xf5\xef\xdf\xe7\xb9\xc3\xff\xf4\x3c\x77\xfc\xdf\x9e\xe7\x4e\xff\xf5\x3c\x77\xfe\xdf\x9e\xe7\x7e\xfe\xb7\xe7\xb9\xcb\xff\xf6\x3c\x77\xfd\x9f\x9e\xe7\x6e\xff\xd3\xf3\xdc\xfd\x7f\x7a\x9e\xdb\xfe\xb7\xe7\xb9\xc7\xdf\xe7\xb9\xe7\xff\xf4\x3c\xf7\xfa\xaf\xe7\xe9\x51\x47\x95\x40\x79\xb6\xe1\xe7\x11\xcf\x3a\xa4\x0c\xf1\x50\x89\x27\xbc\x5b\x2e\x2d\x7c\xeb\x93\x67\xab\x48\xe1\xd0\x51\x79\x27\xeb\x95\x78\x94\x11\xc4\xec\x73\x94\x11\xa4\xff\x29\x69\x8b\xef\xeb\x28\x23\xe8\x1f\x0c\x0b\x25\x1e\xe5\xe3\xe9\x76\x24\xd3\x54\x5d\x52\xc9\x42\x4c\x06\x47\xc9\x34\x18\x7d\x94\x2c\xa4\xae\x90\x4c\xf3\xf0\xb8\x08\xf2\x91\xe2\x54\x22\xc1\x3d\x52\x9c\x4a\xbc\xca\x37\xe4\x0e\x57\xf9\x6a\x7c\xe8\x57\xf9\x6a\x98\x70\x95\xaf\xc6\x1d\xae\xf2\xd5\x74\x24\xd3\xf5\x3b\x99\xae\x6b\xca\x74\x1e\x37\x41\x39\x52\x9c\x4a\xbc\xca\x37\x64\x92\x25\x08\x47\x8a\x93\x17\x87\xfd\xa6\x38\x95\x48\xd0\x8d\x14\xa7\x12\x09\xb6\x91\xe2\x54\x12\x41\x36\x52\x9c\x4a\x0a\x4a\x86\x2a\x1c\x29\x59\xe8\xe1\x48\xc9\x42\x95\x23\x25\x7b\xe9\x2a\x4a\xf6\x6a\x1c\x61\xdf\xd5\x55\xb0\xcf\x53\x9c\x4a\x0a\x4a\xf6\x8a\x1c\x61\x5f\xd2\xff\x64\x9f\xae\xa2\x64\xaf\xc3\x91\xde\xdf\xe2\x48\xc9\x6c\xea\x0b\xf6\x15\xfd\x4e\xf9\x86\xfe\xa6\x53\x54\xb2\x17\x7d\x21\xd8\x45\x8a\x53\x49\x1e\xe8\x52\x8a\x53\x49\x1e\xe4\x52\x8a\x53\x49\x1e\xe0\x52\x8a\x53\x49\x1e\xb8\x52\x8a\x53\x49\x0a\x48\x4d\x1d\xcd\x8f\x41\x9e\x3c\x10\xf5\x1a\xe4\x89\x20\x94\x06\x79\x22\x00\xa5\x41\x9e\xe2\xfd\x18\xe4\x29\x85\xdf\x41\xfe\x73\x14\x3f\x46\x72\x22\xaa\xa4\x91\x9c\x88\x28\x69\x24\xa7\xf4\x7c\x8c\xe4\x44\x24\x49\x23\x39\xa5\xfa\x31\x92\x53\x6a\x1f\x23\x39\x11\x3d\xd2\x48\x4e\xc9\x3e\x46\x72\x4a\xe3\x63\x24\xa7\x34\x3f\x46\x72\x4a\xeb\x63\x24\xa7\xb4\x3f\x46\x72\x4a\xe7\x63\x24\xa7\x74\x3f\x46\x72\xca\xe1\x63\x24\x27\x22\x43\x1a\xc9\x29\xa7\x8f\x91\x9c\x88\x08\x69\x24\xa7\xfc\x7c\x8c\xe4\x44\x24\x48\x23\x39\x11\x05\x7a\x8d\x64\x22\x40\xaf\x91\x4c\xf4\xe7\x35\x92\xb3\x7d\x8e\x64\xa2\x3e\xaf\x91\x4c\xc4\xe7\x35\x92\x89\xf6\xbc\x46\x32\x91\x9e\xd7\x48\xce\xe7\x73\x24\x13\xe1\x79\x8d\xe4\x27\x7c\x8e\xe4\x27\x7e\x8e\xe4\x27\x7d\x8e\xe4\x27\x7f\x8e\x64\xa2\x39\xaf\x91\x4c\x24\xe7\x35\x92\x9f\xfa\x39\x92\x89\xe0\xbc\x46\x32\xd1\x9b\xd7\x48\xf6\xc8\xcd\xef\x48\xf6\xa8\xcd\xef\x48\xf6\x88\xcd\xef\x48\xf6\x48\xcc\xef\x48\x7e\xa8\x1a\x1b\x3c\x5d\x8f\xc0\xdc\xa1\xd1\x43\xae\xf8\xd0\x9b\x86\x6a\x69\x36\xae\xe2\x51\x17\xaf\xf4\xfe\xef\x29\x39\x29\x1b\xaa\x60\xac\x07\x62\xbc\x3e\xd7\x8f\x2a\x47\x0c\xdd\x42\x71\xad\x61\x50\xa1\xb8\x76\xe8\x76\xa4\x34\xe9\x45\x7b\x40\xc5\x0b\x9d\xfc\x68\x73\xa4\xab\x1c\x8e\xf4\xbb\x8b\x2a\x15\x8f\xa5\xa2\x19\x15\xf8\x9d\x07\x4f\x1e\xc4\xe4\x4b\xf2\xc0\x89\x17\xac\xf8\x51\xe6\x88\xbe\x78\xc0\xc4\xeb\x1b\xfc\xa8\x70\xc4\x6b\xf0\x40\xc9\x73\xf5\xc8\x3c\x48\xe2\x75\x03\x7e\x84\xee\x55\xd1\x11\xba\x57\xb2\x5d\xc5\xc1\x55\x3d\x43\xf7\xaa\x31\x94\x2a\xba\x57\x8d\x81\x5c\xd1\xbd\xea\xfc\xaf\x61\x43\xe7\x7f\x0d\x1b\x48\xf5\x4a\x0d\x1b\x3a\xd7\x6c\xd8\x60\xf4\xac\x61\x83\x71\xf7\x86\x0d\xa6\xab\x60\x83\xf1\xcc\x1a\x36\x4c\xfd\x8f\x9e\x2d\x86\x52\xa3\x67\x60\x85\xd4\xe8\x19\xc9\x60\xa9\xd3\xb3\xad\x23\x7a\xa6\x77\xd4\xe9\x19\x99\x75\xa9\xd3\xb3\xab\x33\x51\xe4\x0a\x3c\x6b\xca\x7c\x83\xa6\x25\xca\x7c\x83\xde\x03\x65\xbe\x21\x32\x85\x50\xe6\x2b\xef\x25\x51\xca\x2b\x8f\x23\x51\xca\x1b\x34\xa1\x50\xca\x1b\x34\x99\xa2\x46\x11\x0a\xf6\x51\xaa\x1b\x2a\x57\xa1\x54\x37\x68\x8a\xa4\x54\x57\x1e\x45\xa2\x54\x37\xe8\x1d\x51\xaa\x1b\xf4\x56\x8c\xbe\x74\x9e\x92\xa1\x0e\xd6\x75\x3f\xd4\xc1\xf4\x1e\x50\xa3\x08\xc6\x48\x1e\xdc\x5d\xcf\x7a\x70\xf7\xc9\xfd\x06\x77\x5f\xfc\x6e\x70\xf7\xcd\xfb\x1b\x3c\x09\xb2\x39\xd3\xe0\xee\x7a\xd6\x83\xbb\x93\x9f\x9a\x06\x77\xbf\xf4\x6c\x70\xf7\x4b\xcf\x86\xb4\xc9\xf4\x3b\x64\xbe\x22\x7d\x71\x4f\xcf\x77\x2f\xfc\x08\xc5\x31\x4d\x6e\x13\xc5\x31\xbc\xc4\x34\x51\x1c\xc3\xfb\x4b\x13\x59\xb1\xac\xab\x20\x2b\xa6\xef\x61\x22\x2b\xf6\xe8\x2a\xde\x97\x58\x74\x07\xb2\x34\x0b\x23\x6b\xd2\x17\x2d\x78\x13\xc9\xb1\xc6\xb8\x9e\x14\xcb\x6b\x94\x2f\xfa\x39\xb9\xe6\xa2\x50\x7e\x71\xbf\x45\xa1\xfc\xd6\x11\x8a\x6a\x5a\x10\x16\x8a\x6a\x47\x47\xd8\xa7\x27\xb1\xb0\xef\x32\x0a\x16\x72\x64\x91\x9e\x2d\xe4\xc8\xb4\x18\x2e\xe4\xc8\x34\xce\xdc\x03\x2a\x49\x36\xb8\xe7\xe3\x53\x90\x1f\x49\xaa\x8c\xb7\xb9\x24\x55\xc6\xef\x50\xaf\x4b\xc6\x5b\x41\xbd\x2e\x0d\xfd\x2f\x73\x44\x5f\x50\xaf\x83\xd5\xb1\x24\x34\xe9\x92\xc6\x0b\x9a\x74\x3f\x86\xfd\x63\x4a\x46\xae\x2e\xe9\x93\x46\xae\x2e\x2d\xba\x89\x5c\x5d\xda\xbc\x4c\xe4\xea\x92\x3e\xe9\x2d\x45\x35\x75\x4c\x8a\x6a\x18\x7b\x48\x96\x3d\x98\x70\x30\xe8\xf0\x3b\x84\xed\xa0\x22\x2f\x09\x61\xbb\xa4\x01\x89\xb0\x5d\x0e\x3a\x13\x45\xb5\xc8\x90\x40\xd8\x2e\xeb\xc1\x23\x6c\x97\x23\x1f\x0e\xea\x75\x59\x08\x05\xf5\xba\x9c\xe8\x19\x9a\x74\x59\x13\x03\x9a\x74\x59\xab\x2d\x9a\x74\x59\x1f\x3f\x9a\x74\xb9\x70\xcd\x8b\x4e\x5a\xe5\x2a\x97\x9e\x75\xfa\x82\x26\x5d\xd6\xa0\x43\x93\x0e\x69\xfd\x92\xd0\xa4\xcb\x53\xbf\x43\xcf\x6d\xd2\xeb\x8b\x9e\x9b\x5e\x11\x7a\x75\x59\xcf\x1a\x4d\xba\x4c\x5a\x79\x46\x93\x0e\x95\xb6\x92\xa5\x49\xe7\x0c\x70\x25\xa3\x49\x07\xef\x92\x0b\xd5\xb9\x82\xdb\xe0\x08\x3d\x37\x50\x48\x0e\xd2\x73\xbb\x1c\xa1\xe7\xe6\x45\xa3\x5e\x2c\xe6\x47\xba\x66\xe7\x48\x67\xc2\x04\x51\xd4\x17\xb4\xde\xaa\x7e\x87\xd6\x5b\xd5\xef\xd0\x7a\xf3\x82\xe9\x1f\xb7\xd7\x8f\x98\x06\x33\xba\x73\x0f\xcf\x2c\x3b\xd6\x2e\x0f\x83\x3c\x47\x6c\x60\xe1\xca\x68\xd2\x3d\xa6\xdf\x61\x03\x0b\x50\x96\x26\x1d\x08\x25\x4b\x93\x4e\xcf\x25\x62\x03\xa3\x27\x47\x6c\x60\x79\xcf\x68\xd2\x15\xf0\x74\x46\x93\xae\x80\x30\x33\x9a\x74\x05\xf4\x99\xd1\xa4\x43\x69\xc4\xc5\xfd\xfc\x88\xff\xa1\x49\x57\xf8\x88\xb3\x74\xe7\x40\x3d\x59\xba\x73\x2c\xa2\x59\xba\x73\x00\x96\x2c\xdd\xb9\xa1\xff\xa1\x3b\xb7\xb0\x4f\xba\x73\x24\x88\x67\x69\xcb\xe9\xbd\x4b\x5b\xee\xea\x0e\x62\xd5\xe0\x99\xa1\x2d\x57\x59\x0c\x33\x75\x99\x95\x09\x3a\xa3\x2d\x57\x01\x25\x19\x6d\xb9\xca\x28\xcf\x68\xcb\xd5\x87\xbb\x53\x7b\x09\xe5\x69\xc9\x54\x54\x56\x50\x64\xce\x28\xaa\x75\xde\xb4\x14\xe3\x3a\xfd\x94\x62\x1c\x53\x4f\x96\x62\xdc\xd0\xff\xe8\xd9\xc4\x06\x29\xc6\xc9\x3e\x29\xc6\x6d\xde\x98\x14\xe3\x98\x43\x32\x5a\x6f\x2d\xd2\x33\xb4\xde\x5a\xd2\x99\x68\xa8\x31\xb5\x66\xe9\xb9\x91\xe1\x9e\xa9\x77\x6c\x78\x47\x99\x7a\xc7\x56\x74\x26\x5a\x6f\x84\x03\xb3\xb4\xde\x34\x5a\xa5\xf5\x06\xcc\xca\x8e\x61\x4b\x63\x09\xcf\x8e\x61\x4b\x03\x66\x65\xe9\xc0\x35\x9d\x89\x0e\x9c\xc6\xb5\x74\xe0\x8c\xa7\x24\x1d\x38\xd3\xef\xb0\x41\x63\x57\x3a\x70\x43\xbf\x43\x07\xce\xfe\x85\x92\xb3\x24\xe2\xf4\xa8\xa5\x03\x37\x74\x03\x4c\x67\x0a\xc9\xe8\xc0\xb5\xad\x23\x4c\x3f\x9c\x89\x0e\x5c\xd3\xe7\x20\x1d\xb8\xc0\x00\x91\x0e\x1c\x68\x37\xa3\x03\xd7\x0e\xdd\x94\x0e\x1c\x93\x70\x96\x0e\x1c\x13\x6d\x96\x0e\x1c\x2e\x4f\x46\x07\x0e\x06\xd9\x92\xd1\x81\xeb\x7a\x29\xe8\xc0\xf5\xc2\xcb\x44\x07\x0e\x96\xd8\x92\xd1\x81\xeb\x55\x77\x77\xfb\x7a\xd3\x11\x55\x17\x60\xd8\x8c\xd6\x5b\x37\x06\x2b\x54\x36\x7d\xe8\x88\x9e\x2d\x5e\x03\x0a\x6e\x88\xff\x97\x0c\xcd\x4d\x07\x99\x66\x68\x6e\xfa\xd6\xef\xe8\x99\x9e\x19\x0a\x6e\x5d\xb6\x43\x71\x63\x41\x67\xa2\x42\x17\x75\x26\x2a\x74\x9a\x5a\xa1\xb1\xa1\xac\xb6\x64\x68\x6c\x8c\x45\x26\x43\x63\x63\xfa\x18\xc1\xb0\xa6\xe7\x02\x86\xb5\x47\xff\x83\xaa\x46\x43\xf7\x45\x55\xc3\x1b\x7b\x51\xd5\xf0\xe4\x5f\x54\x35\xba\x0a\xfd\x6c\xfa\x1d\x45\x1d\x4d\x67\xa2\xa4\xa7\x27\x08\x55\x8d\x75\x5d\x13\x1b\x8c\xf7\x00\xf6\x35\x8d\x33\xb0\xaf\x0d\xac\x05\xfb\x1a\xd8\x22\x83\x7d\x6d\xea\x4c\x7f\x0f\xa6\xe9\x0c\xec\x6b\x7a\x0f\xd0\xd4\x18\x1e\x57\x46\x89\xcd\x40\x52\x19\x5c\x6c\x57\x67\x62\xdf\xd5\x35\xdd\xbe\x11\x74\x3f\xa8\x78\x02\xbd\x46\xa5\x6d\x44\x5d\x65\x73\xa4\xff\xb9\x7d\x23\xe9\x9a\x97\x23\xde\x8a\xef\xe5\x94\xa1\x49\x03\x74\x3d\xf4\x8e\x40\xd0\xe3\xd1\x99\x85\x23\x9e\x99\xef\xc5\x94\xa1\xb1\x0b\xba\x1e\x7a\x2b\xa0\xeb\xa1\x67\x0d\xba\x1e\xa6\x33\xb1\x41\x0b\x02\xe8\x7a\x68\xec\x82\xae\x87\xa6\x09\xd0\xf5\x98\xba\x0a\x36\x2c\x9d\x89\x0d\x1a\xbb\x20\xef\x01\x48\xc8\x13\x1b\x88\xc0\x66\xdf\x5b\x29\x70\xc5\x95\xec\xfb\x2a\x05\xc1\xfe\x92\x7d\x4f\xa5\x4c\xf5\x1a\xc4\x3e\x35\xf1\x81\xd8\x61\x79\x2b\x19\xc4\x3e\x35\x42\x40\xe5\x53\x93\x1b\xc8\x7b\x6a\x4c\x80\xbc\x27\x5e\x78\x06\x5d\x4f\xc2\x5e\x19\x74\x3d\x27\x4f\x10\x74\x3d\x35\x42\x40\xd7\x73\x71\x15\xd0\xf5\x94\x45\x20\xe8\xa9\xf1\x02\x82\x9e\x1a\x21\x20\xe8\xa5\x99\x08\x04\xad\xb2\xa6\x0c\x82\x5e\x04\xcf\xf2\x92\xba\x22\x36\x2c\xd4\x15\xb5\xf4\x2f\xa9\x2b\x32\xe6\xb7\xd4\x15\xe9\x35\x78\xda\x19\x87\xff\x7b\x4a\x06\x6a\xa3\x90\x50\x32\x42\xd1\x28\x24\x94\x8c\x50\xf4\x32\x6e\x87\x50\xf4\x32\x9d\xe9\xe6\xad\xa9\xff\x19\x47\x98\x07\xf2\x5e\x5b\x57\xc1\xbc\x83\x09\xa0\xeb\xad\x21\x0f\xba\xde\xb8\x5f\x19\x74\xbd\x35\xa1\x80\xae\xb7\x06\x32\xe8\x7a\x6b\xa2\x05\x5d\xef\xc2\x6b\x00\x41\x6f\xad\x8c\x20\xe8\x2d\x54\x87\xc6\xf3\x16\xb2\x39\x08\x3d\xe2\xb2\x66\x8f\x95\x97\xad\x61\x8d\xfe\xf3\xd6\x14\x82\xfe\xf3\xc6\x81\xcd\x60\xed\xad\xd5\x0f\xac\xbd\x85\x11\xc0\xda\x7b\x71\x15\xb0\xf6\x5e\x58\x0b\xd6\xde\xc4\xea\x32\x58\xfb\x10\x02\xc8\x68\x43\x23\x49\x5f\x32\xda\xd0\x47\x18\x01\x1c\x7e\x34\xe4\xc1\xda\x0a\x2e\x65\xb0\xf6\x69\x3a\x13\xb1\x4a\x0d\x72\xb4\xa1\x15\xe7\xca\x68\x43\xab\x44\x2f\x83\xc3\x8f\x93\xf7\x94\x07\x1c\x7e\x08\x6a\x3c\xe0\xf0\x43\xaf\x1f\x70\xf8\xd9\xfa\x1f\x4c\x5e\x5b\xff\xc3\x06\xbc\xa3\x07\x1c\x7e\xd8\x9a\x79\xc0\xe1\x97\x45\xe6\x01\x87\x23\x87\x5e\x1e\x70\xf8\x65\x3a\x7b\xc0\xda\xc8\xa1\x97\x07\xac\x8d\x42\x56\x79\xd0\x7f\xbe\x8c\x82\x07\xfd\x67\x08\x61\xca\x03\x0e\x87\xa9\xa9\x3c\xe0\xf0\x4b\x50\xe3\x01\x87\x43\x03\x58\x1e\xb0\xf6\x65\xf1\x7d\xc0\xda\xd7\x89\x0d\xcb\x03\xd6\xbe\x94\x4a\x3e\x60\xed\xcb\x74\xf6\x80\xb5\x91\xdd\x2a\x0f\xda\xd0\x77\xe8\x7e\xf4\x73\xe9\x9a\xf4\x05\xcf\xf0\x01\x4f\x5f\x7c\xc1\x07\x8d\x67\x08\x04\xcb\x83\xc6\x33\x54\x35\xe5\x01\x6b\x5f\x82\x13\x0f\x2a\x66\x0a\x04\x3d\xa8\x98\x05\x3c\xc3\x07\x15\xb3\x00\x28\x79\x50\x31\x0b\x80\x92\x07\xea\x94\x40\x40\xee\x41\xc5\x4c\x25\xb8\x0f\x2a\x66\x81\xaf\xe3\x11\x3d\x4a\xd3\x11\xe2\x9f\xe0\xbf\x27\x21\xfe\xd9\xe9\x27\x2a\x66\x0a\xef\x3c\xa8\x98\xa1\xa8\x51\x1e\x54\xcc\x50\xd4\x28\x0f\x2a\x66\x01\xbf\xe6\x41\xaa\x2c\xf0\x1d\x3d\x48\x95\xc1\xb6\x5c\x1e\xa4\xca\xd0\x1b\x2c\x0f\x1c\x28\x08\xca\x97\x27\x63\x03\x21\x80\x27\x63\x03\x4b\xf1\x03\x07\x4a\x58\x3a\x93\x7e\x12\xfa\x79\x1e\xfa\xa9\x31\x08\x97\x89\x36\x03\x9f\x07\x11\xcf\xa0\x33\x33\x47\x5c\xf3\x91\x48\xa9\xce\x94\x48\xa9\xfe\x27\x91\x52\xfd\x4e\x22\xa5\xd8\xf7\xc0\x42\x97\x75\x3f\x58\xe8\x08\xfd\x3c\x0f\x22\xa5\x8f\xfe\x87\x48\xe9\xa3\xff\x21\x52\x5a\x75\x3f\x44\x4a\x7f\xa0\xcd\x7f\x4e\xc9\x0f\xd5\xba\x51\x43\xb7\x60\x02\xce\xca\x53\x30\xc1\xb8\x24\x74\x25\x71\x30\x08\x0a\x26\xb0\x41\xf3\x14\xba\xa2\xcf\xb6\xd0\x15\xd0\xe0\x43\x79\x6c\xc4\xed\x7e\x28\x8f\x8d\xa0\xeb\xa7\x4a\x13\x95\x17\xe6\x78\xba\x26\x56\xe2\xa7\x4a\x13\x95\x17\x5d\xd1\x44\x8d\xf4\xa5\xa2\x89\xca\x04\xf6\x54\x34\x51\x13\x77\xa8\x68\xa2\x26\x6c\xa8\x68\xa2\x12\x2d\x7b\x2a\x9a\xa8\xfa\xc0\x2b\x9a\xa8\x45\x57\x41\x13\xb5\xe8\x7f\x68\xa2\x16\xdd\xcf\x6d\x48\x2c\x5c\x8f\x47\x88\x6b\x9a\xf4\xac\xd1\x33\x56\xf0\xa7\x71\x77\x4d\x6e\x8d\xbb\x1f\xfd\x8f\xbb\xeb\x43\x6d\x48\x96\x06\xee\xe7\x98\xb9\xa2\x1f\x57\x1e\x4f\x39\xab\x0a\xda\x3c\x0d\x45\x56\x6a\xaf\x9f\x26\x45\x56\xf5\x05\x45\x56\xe2\xb0\x4f\x47\x91\x15\x24\xfc\x74\x14\x59\x65\x51\x97\xec\x2a\x6f\xba\x23\xbb\xaa\xc9\xad\x23\xbb\x4a\x6c\xf0\xe9\xc8\xae\x12\xa3\x7d\x3a\xb2\xab\x1a\x21\x1d\xd9\x55\x16\xae\xc7\xb1\x76\xcd\xa6\xbb\xbb\x7d\x79\xe8\x7e\xd8\x37\x74\x4d\xec\x1b\xba\x26\xf6\x81\x6c\x9e\x8e\x7d\x4b\xd7\xc4\x3e\x4d\x7c\x1d\xfb\xf4\x3c\x0d\xfb\x88\xd8\x3e\x86\x7d\x57\x47\xc8\xb5\x6a\x72\x33\xc9\xb5\xf2\x6e\x0d\xb9\x56\x96\xb8\xc7\x90\x6b\x25\x4c\xf3\x98\xe4\x5a\x75\x15\xe4\x5a\xf5\xde\x4d\x9c\x51\xf4\x13\x4a\xc8\xa7\xea\x4c\xb7\x4f\xa1\x98\xc7\x90\x72\xed\xba\x26\x52\xae\xa6\xfb\x89\x0e\x52\x57\x81\x0e\x72\xe8\x2a\xc8\xd1\xea\x29\xa1\x88\xfc\x0c\x6c\x47\x11\x19\x6e\xbe\xf2\xa0\x88\xfc\x90\x71\xf0\x40\x13\xf9\x6c\xae\x09\x0d\xe4\xc3\x96\xda\x83\xea\x71\xd1\x77\x04\xb9\x63\xd1\x58\x82\xdc\x11\x82\xa7\xf2\x40\xee\x58\x34\xf5\xa0\x65\x5c\x32\x4f\x10\x02\xc7\x82\x8f\xf5\x40\xe0\x58\xf4\xad\x40\xe0\x58\x34\xce\x20\x70\x2c\x44\x65\x1f\x08\x1c\x8b\xbe\x15\x08\x1c\x8b\x26\x68\xf4\x8a\x8b\xe6\x10\x08\x1c\x15\xde\x79\x20\x70\x2c\x7a\x12\x10\x38\x96\xc1\x7b\x87\xc0\xb1\xe8\x8b\x83\xc0\xb1\x6c\x9d\x89\x0d\x5b\x77\x38\x9f\x4b\x00\x44\x8c\x88\xf7\x97\x07\xb2\xc5\xca\x86\xec\x03\xd9\x22\xba\x81\xe5\x71\x04\x5d\x2b\xe0\xf0\x71\x04\x5d\xab\x9e\x12\xe2\xc2\x55\xdf\xdf\x82\x2c\x53\x53\xf2\x82\x2c\x93\x4d\xc9\x07\xe1\xe1\xaa\x85\x12\xe1\x61\x05\x89\x1e\x84\x87\x5d\x6f\xf0\xbf\xa7\x64\x34\x89\xab\x3e\x54\x34\x89\xab\x70\x07\x9a\xc4\x8a\x34\x3d\x68\x12\x43\x92\x5e\x1e\x34\x89\x2b\xb1\x97\x07\x4d\xe2\xda\x18\xc8\x1b\x83\x4c\x67\xba\x41\x46\x50\xe3\x41\x69\xb8\x0a\x9d\xa1\x34\x5c\xf5\xc1\xa1\x34\x5c\x89\x5d\x3f\x28\x0d\x57\x3d\x5c\x94\x86\xab\xf0\x18\x4a\xc3\xf0\xcc\x96\x07\xa5\xe1\xa6\xb5\x10\xa5\xe1\xa6\xc9\x1b\xa5\x61\x45\xa8\x1e\x94\x86\x15\xa1\x7a\x50\x1a\x46\xd0\xb0\x3c\x28\x0d\x37\xad\x77\x28\x0d\x37\xad\x70\x28\x0d\x23\x45\x58\x1e\x94\x86\x9b\x10\x03\x4a\xc3\x4d\x28\xcb\xb1\x76\x55\x6c\xe9\x41\x69\xb8\x69\xad\xbf\x62\x29\xe5\x0e\x52\x1a\xd6\x27\x26\xa5\x61\x21\x53\x29\x0d\x6b\x51\x93\xd2\x30\x14\x25\x8f\x94\x86\x35\xb1\x4b\x69\x58\x08\x0c\xa5\xe1\x0e\x97\xc2\x83\xd2\x70\x17\x4e\x45\x69\xb8\x6b\xe1\x42\x69\xb8\x13\x67\x7e\xa4\x34\x2c\x64\x2a\xa5\x61\x4d\xf3\x52\x1a\xd6\x08\x91\xd2\x30\x58\xb4\xa0\x26\xdc\x19\x05\x05\x35\xe1\x8e\xa3\x5d\x50\x13\xee\xa0\xac\x82\x9a\x30\xb4\xa0\xa5\xa0\x26\xdc\x87\x7e\x07\x7f\x1c\x9f\x5f\x41\x4d\xb8\x6f\x9d\x89\x0d\x4c\xc2\x05\xc5\xe0\xce\x12\x57\x50\x0c\xee\xd8\x5e\x50\x0c\xee\x38\xda\xc5\xf1\x74\x55\x58\xa8\x44\x14\x91\x03\xf7\x43\x4d\xd8\xc8\xe9\x28\xa8\x09\x5b\xd4\x99\x62\x8b\xe5\xee\x11\xb6\x58\xc6\x44\x89\x28\x22\x43\x52\x52\x50\x1a\xb6\xaa\xdf\xa1\x7a\x2c\xdb\x51\x13\x36\x70\x78\x41\x4d\xd8\x64\x3b\x6a\xc2\xf0\xf9\x96\x82\x9a\xb0\x2d\xdd\xe1\x70\xa4\xff\xdd\x8f\x2f\xa7\xa0\x26\xac\x70\x4b\x41\x4d\x78\x00\x58\x0a\x6a\xc2\xda\xe9\x2f\xa8\x09\x2b\xc0\x52\xc0\xe1\x83\x49\xa3\x80\xc3\x51\x60\x2e\x05\x1c\x3e\x2a\xcf\x13\x1c\x3e\x88\x99\x16\xb0\xf6\x60\x59\x29\x60\xed\x81\x1f\x5c\xc0\xd3\x83\xaf\xb8\x80\x99\x07\x9b\xc3\x05\xcc\x3c\xae\xfe\xe7\xf7\x9b\xa0\xd6\x02\x2e\x9e\x7a\x0f\xe0\xe2\x49\xe8\xa7\x80\x8b\xd1\x68\xf4\xb0\xbf\xab\x3a\xf3\x74\x3d\x92\x5d\x27\x11\xfe\xe2\x91\xec\x8a\xe4\x51\x29\x70\x03\xce\xa2\xff\xf9\x33\x9b\x84\xe0\x0a\x78\x5a\x41\x94\x02\x9e\x9e\xf8\x97\x05\x3c\x8d\xe4\x51\x29\xe0\xe9\xc9\x5e\x40\x01\x17\x43\x43\xe9\xdb\x0c\x7e\x84\x45\x80\xd8\x09\x8f\x4b\x21\xff\x62\xe1\xf5\x17\xb8\xfa\x16\x5f\x5c\x29\x28\x3e\xe3\xe5\x14\x31\xf0\xfd\x78\x86\xff\x39\x25\x17\xd0\x2e\xec\x95\xa5\x78\xb0\xba\xa2\xbe\xe4\xbb\x1a\x7e\xa4\x4b\x22\x61\x2d\x63\x45\x22\x03\x76\x2a\xa0\x64\x05\x3c\x0a\x28\x79\x99\x7e\x87\x84\x35\x91\xc2\x02\x4a\x56\xc0\xa3\x14\x0c\x22\xf2\x53\x2a\x06\x11\xf9\x29\x20\xe8\xa5\x4f\x13\x04\xbd\xc0\xda\x05\x04\xbd\x98\x96\x0a\x08\x7a\x11\x15\x2a\x20\xe8\x1d\x74\x26\x12\xd6\x41\xd7\x44\xc2\x1a\xc4\x50\x40\xd0\x9b\xad\xb1\x02\x82\xde\x1a\x20\x20\xe8\x5d\xf4\x3b\xb7\x0f\xe6\xd5\x52\x40\xd0\xdb\x74\x77\x68\x96\xf5\x32\x3d\x1b\xa3\xee\xa9\xa3\xcb\x11\xf6\x79\xb4\xba\x6e\x36\xa7\x0a\x58\x7b\xe3\x8c\x15\xcf\xc6\xa8\xa8\x0b\x94\xe2\xd9\x18\x75\xe3\x3d\x14\x70\xf8\x96\x7d\x1e\xd7\xae\x47\x9f\xa6\xc7\xb5\x2b\xac\xfb\xa5\x80\xd1\x8f\xde\x26\x18\xfd\x68\xe8\x82\xd1\x8f\x86\x2e\x18\xfd\x54\xfd\x6f\x72\x84\xed\x4d\x12\xdd\x3a\x13\x89\x6e\x16\x99\x02\x46\x3f\xe0\x9c\x02\x0e\x3f\xa0\x97\x02\x0e\x3f\x44\x2d\x0b\x38\xfc\x2c\x9d\xf9\x70\xc4\x1d\xc0\xe1\x47\xef\x1d\x1c\x7e\xf4\xde\xc1\xda\x57\x16\x81\xb5\x95\x77\x53\xc0\xda\x37\xe8\x77\xde\xcf\xab\xc9\x14\xac\x8d\x0a\x42\x29\x60\xed\xab\x27\x01\xd6\xbe\x78\x16\x05\xac\x7d\x35\xae\xc1\xda\x17\x94\x5c\xc0\xda\x57\x4f\x09\xac\x7d\x59\x98\x0b\x58\xfb\x76\x9d\x09\xdd\xb5\xe9\x08\xba\x6b\x30\x5e\x01\x6b\x5f\x8d\x79\xb0\xf6\xd5\xb4\x0b\xd6\x56\xc0\xa3\x80\xb5\x95\x33\x5b\xd0\xde\x55\x06\x4b\x41\x7b\x17\x49\xa7\x52\x1c\x6b\x37\xe5\xcd\x17\x83\x9f\x55\x13\x2d\xba\xbc\x01\xef\xaf\xa0\xcb\xab\x30\x46\x41\x97\x37\x68\x12\x46\x7c\x37\x98\xce\xcc\x1c\xd1\x6b\xc4\x77\x95\x6d\x52\x10\xdf\x15\x23\x58\x41\x7c\x57\xb9\x20\x05\xf1\x5d\x64\x9b\x4a\x41\x7c\x57\x29\x71\x05\xf1\xdd\xa8\x67\x8d\xf8\xae\x12\x0e\x0b\xe2\xbb\x91\xad\xc6\x82\xf8\x6e\xd4\x6c\x83\xf8\xee\xb3\x75\xa6\xdb\xa7\xd4\xb6\x82\xf8\x2e\x52\x50\xa5\x20\xbe\x1b\xd9\xc1\x28\x88\xef\x46\xd3\xff\xdc\xbe\xa8\x27\x8f\xc0\x6e\xd4\xd2\x81\xc0\x6e\xdc\x3a\x13\x1b\x20\xcc\x2a\x88\xe8\x26\xcd\x0c\x88\xe8\x26\xcd\x0c\x88\xe8\x26\x2d\x71\x88\xe8\x26\xbd\x15\x44\x74\x95\xd3\x51\x10\xd1\x4d\x5a\xb4\x3d\xdb\xa4\xa5\xa2\x23\xef\x67\xaa\xff\x8a\x25\x97\x85\x14\x3c\x91\xa6\x82\x12\x2f\xfa\x9e\xa5\xa0\xc4\x9b\x34\xe8\x50\xe2\x4d\x5a\x39\x50\xdb\x4d\x7a\x80\xa8\xed\x26\x10\x6d\x81\x1a\x3d\x69\x75\x87\x1a\x3d\xeb\x33\x82\x1a\x5d\x2e\x79\x81\x1a\x3d\x13\x1c\x2f\x50\xa3\x43\xe5\x5c\x0a\xd4\xe8\x08\x7c\x96\xb2\x25\xe9\x4e\xcf\xa0\x38\xcf\x42\x67\x50\x9c\x67\x12\x58\x0a\x14\xe7\xca\x87\x28\x50\x9c\x43\xc8\x57\x0a\x14\xe7\x59\x16\x41\x71\x9e\x35\x99\x42\x71\x0e\x1d\xa0\x6f\x81\xfb\x11\xbd\x86\xe2\x3c\xb3\x29\x52\xa0\x38\x17\xd3\x58\x41\x51\x57\xce\x74\x41\x51\x37\xb3\xa1\x57\x50\xd4\x45\xb1\xaa\x14\x14\x75\x33\x9b\x4c\xe5\x20\x59\x7f\x19\x90\x28\xea\x3e\xec\x3e\x17\xc7\xe8\xed\xd1\xb0\x76\x1c\xde\x1e\xad\xf5\x87\xa1\x8b\x8b\x5c\x3c\xe6\xdd\x94\xad\x50\x3c\xe6\xdd\x1e\x0d\x4f\xc7\xe8\xed\x11\xfa\x74\x1c\xde\x1e\xf5\xda\x71\x78\x7b\xd8\x09\x2f\x8e\xc3\xdb\x23\x1b\x1c\x87\xff\x7e\x1c\x8e\xc3\xdb\x43\x82\x63\xb9\xf4\x53\x13\xca\xa5\x9f\x42\xad\x8e\xc3\xdb\xa3\x85\xc4\x71\x78\x7b\x84\x96\x2e\x1c\xc8\x42\xad\x8e\xc3\x5b\x11\xb6\xb8\xd0\xe5\x83\xdf\xcb\x85\x2e\x1f\x37\xb1\x06\xe8\xf2\x41\x4b\xd5\x63\xde\xad\x64\xfd\x0f\xf9\x7c\x5c\xeb\xea\x18\xbd\x15\x72\x48\xaa\x63\xf4\x56\x8a\x8e\x0a\x47\x97\x23\xe4\xf3\x09\x47\x54\xc7\xe1\x0d\x81\x56\x4f\x68\x70\x81\x7e\x1d\xc1\xe3\x4c\xe8\xae\x06\x6c\x20\x44\x55\x1d\xa3\xb7\x8a\x0d\xd5\x31\x7a\x93\xe3\x5b\x1d\xa3\x37\xb9\xba\x35\x42\xeb\x8f\x3b\x5b\x23\xb4\xfe\x4c\x9f\x35\x42\xeb\x5f\x74\xa6\xf7\xb3\xaa\x2f\x1e\xd7\x6e\xf2\x36\xab\x63\xed\x86\x9e\x44\xa9\x8e\xb5\x9b\xf2\x1a\x6a\xa4\x2f\x5b\xd7\xa4\x2f\x47\xf7\xa3\x2f\xf8\x12\xd5\xb1\x76\x6b\x41\x47\xfe\x3c\x9b\x6c\x70\x3c\xdd\xe4\x5f\xd6\x84\xc4\x00\xf1\xfe\x9a\x90\x18\x20\x4b\xa5\x42\x09\xde\x1e\xfd\x0e\x49\xfe\xa2\x23\xef\x67\x03\x8b\x56\xa8\xbd\x5b\xd7\xef\xbc\x2f\x8d\x58\x72\x85\xbf\x1b\x21\xd9\x52\x33\x7d\x61\xaf\xa3\x66\xa4\xf5\xc9\x5c\xaa\x8e\xc3\x5b\x63\xbf\xa6\x66\xfa\xb9\x75\x15\xfa\xb9\x75\x26\xfd\x64\xa2\xad\x1e\xbb\x6e\x3d\xe8\x0e\xc8\xd2\x47\xdd\x01\x59\x7a\x02\x17\xd5\x31\x7a\xeb\x7a\x7f\xf0\x77\x77\xbd\x23\xf8\xbb\xfb\xa3\x6b\x6e\x8e\x78\x4a\x8e\xd1\x5b\x97\xed\x8e\xd1\x5b\x67\x12\xae\x0f\xd2\xfa\x04\xba\xaa\xe3\xf0\xd6\xfb\xbf\x4a\x45\xaa\x87\xbc\x5b\x67\xa2\xad\xd0\x77\x77\x20\x7a\x85\xbe\xbb\x83\x68\xeb\x83\x79\x20\xbe\xfa\x48\x75\x9f\xe1\xf2\x60\x1e\xc4\x85\xf5\xc1\x3c\x3d\xb2\x07\xf3\x88\xfc\xd4\x07\xf3\xf8\xc0\xeb\x83\x79\x5b\x57\xc1\x3c\x3e\xf0\xfa\x60\x1e\x91\xc2\xea\x2e\x41\x93\x93\x5a\xdd\x25\x68\x9d\x64\xa1\x0a\x0b\xa5\x9c\xd4\x0a\x0b\xa5\x88\x1e\xab\xc7\xc3\x9b\xb1\x67\x5e\xdd\x79\x68\x86\x83\x57\xa1\xef\x16\x3f\x66\x2d\x28\x59\x30\x0d\xd6\x82\x92\x05\xcb\x43\x75\x0f\xa1\x99\x5e\x91\x7b\x08\xcd\x58\xdd\xab\x7b\x08\x0d\xd1\x9d\x52\xdd\x43\x68\x88\xee\x94\xea\x1e\x42\xb3\xaa\x3b\xb8\x7d\x72\x6e\xab\x7b\x08\xcd\xd8\x68\xa9\xee\x21\x34\xe5\x2e\x54\xf7\x10\x9a\x31\xd1\xd6\x8a\x7d\x2c\x24\xb5\x62\x9f\xa6\x89\x8a\x7d\x7a\x7f\x15\xfb\xd8\xa7\xae\x15\xfb\x96\x8e\xb0\x8f\xc5\xa2\x56\xec\xd3\x67\x5b\xb1\x0f\xc4\x5e\x2b\xf6\x81\xd8\x6b\xc5\xbe\xab\xbe\x60\x9f\x86\x7c\xc5\xbe\xab\xbe\xb8\x7d\x03\xff\xa4\xba\x87\xd0\x06\x59\x23\xd5\x3d\x84\x36\x98\x76\xab\x7b\x08\x6d\xe0\xa4\x56\xf7\x10\xda\x00\x77\x54\xf7\x02\x9a\xf2\x13\x6a\x83\x62\x1d\x8c\x57\xdd\x0b\x68\xa3\xea\xc8\x6d\x18\x7a\x82\x0d\xb5\x91\xae\x6b\xba\x0d\x43\x4f\xd0\xbd\x80\x36\x4c\x67\xba\x0d\x28\x0d\x97\xda\xa0\xc8\xd7\x88\x6c\xd8\x70\xf4\x3f\x6c\x60\xd3\xae\x76\x6c\xd0\x93\xe8\xd8\xc0\x92\x5a\xdd\x43\x68\x13\x27\xb5\xba\x87\xd0\xa6\x3e\x70\xf7\x10\xda\xd4\x38\x73\x0f\xa1\x4d\xa2\xdc\xd5\x3d\x84\x36\xc1\xbe\xd5\x3d\x84\x36\x09\x24\xd4\x8e\xc2\x41\xd7\xff\x26\x47\xba\xca\xe2\x08\x8b\xdc\x43\x68\x13\xb4\x5b\xdd\x43\x68\x93\x6d\xb3\xea\x1e\x42\x9b\xfa\x8a\xdd\x43\x68\x73\x72\xa6\xd1\x4f\x7d\xd3\x46\x3f\x97\xce\xa4\x9f\xf8\x35\xd5\xe8\xa7\x9e\x12\x68\x1e\x2d\xbb\x52\x41\xf3\x0b\xbf\xa6\x82\xe6\x97\xbe\x46\xd0\xbc\x32\x19\x2a\x68\x5e\x8e\x7d\x05\xcd\x2f\xfc\x9a\x0a\x9a\x5f\x24\xaf\x56\xd0\xfc\x4a\xfc\x0e\x34\xbf\xf4\x94\x40\xec\xe8\xa8\x79\x5e\x9e\x2b\xc9\xe8\x77\x9d\x23\x9e\x20\x88\x7d\x69\x52\x04\xb1\x2f\x7d\x8d\x20\xf6\xd5\x74\x07\x6c\xe8\xba\x26\x36\x80\xb5\x2b\x88\x7d\x4d\xf5\x13\x1b\xf4\x55\x81\xd8\x97\x16\x43\x10\xfb\xd2\xe8\x01\xb1\xcb\x43\xaf\x1e\x7f\x6f\x3b\xfe\x43\x8c\xb3\x54\x0f\xcd\xb7\x8d\xf3\x57\x01\xfa\x3b\xe9\xa8\x72\x84\x79\x00\xfd\xad\x29\xcb\x43\xf3\x4d\x39\x0f\xd5\x43\xf3\x6d\x0b\x93\xe0\x04\x6c\x7d\x38\x38\x01\x72\xfa\x2b\x4e\xc0\x26\xe0\x51\x71\x02\xb6\x26\x29\x9c\x80\xdd\x75\x4d\x37\x7d\x6b\x98\x81\xd8\xe5\xae\x57\x10\xbb\x9c\xfe\xba\xe8\x8b\xa6\x72\x84\x8e\xf6\xa1\x9f\xa0\xf9\x7d\xf5\x3f\xef\xcb\x11\x0e\x00\xcd\x1f\x59\x04\x9a\x3f\xa4\x93\x55\xd0\xfc\x21\xba\x5a\x41\xf3\x07\x87\xa4\x82\xe6\x0f\x5b\x1d\x15\x34\x7f\x88\xb5\x56\x84\x8e\x8e\xf0\x18\x42\x47\x47\x4f\x02\xa1\xa3\x23\x04\x06\xd2\x57\x66\x41\x05\xe9\x5f\xb6\x95\x2a\x48\xff\x12\xa7\xac\x20\xfd\xdb\x75\xbf\xc9\x11\xbd\x06\xe9\xdf\xae\xab\xb8\x0d\x72\x9f\x2b\x48\xff\x82\xfb\xab\xc4\x8c\x70\x44\xab\xc4\x8c\x48\x24\xaa\x20\xfd\x4b\x90\xa1\x82\xf4\x95\x59\x50\x41\xfa\x72\xb4\x2b\x62\x46\x2a\x3c\xad\x88\x19\x29\x43\xa0\x22\x66\xa4\x52\x91\x8a\x60\x91\x4a\xb0\x2b\x82\x45\x72\xbb\x2b\x82\x45\x21\xeb\x7f\x2e\xa0\xa2\xec\x81\x8a\x60\x91\x9c\xf0\xea\x5e\x40\x0f\x55\x47\x97\x23\xee\x80\x58\x91\xca\x41\x2a\x62\x45\x2a\xeb\xa8\x88\x15\xa9\xc0\xb6\x22\x56\x14\x96\x7e\x87\x0d\x82\x0c\x88\x15\x05\xf6\x25\x2a\x62\x45\x2a\xcf\xa8\x88\x15\xa9\x90\xa3\x22\x56\x14\xae\xee\x60\xc8\x3a\x31\x76\x11\x2b\x8a\x1a\x59\xee\x21\x74\xd5\xeb\x55\xf7\x10\xba\x6a\xcf\x2a\x42\x45\xda\xa3\xaf\x08\x15\x45\x61\x7b\x84\x8a\x22\x98\xab\x21\x54\x14\x41\xf3\xcd\x3d\x84\xae\xda\xb3\x86\x50\x51\x64\x0a\x69\x08\x15\xa9\x3c\xa3\x21\x54\x14\x4d\xff\x43\x70\x6a\xe8\x9a\x95\x23\x9d\xe9\xf6\xa1\xc7\x5c\x9a\x47\xf1\x7b\x5c\xfa\x1f\xf6\xb1\x7b\xd3\x02\xbd\xbe\x3a\x93\x5e\xb3\x30\x37\xf7\x09\x3a\x3a\xce\xa5\x79\xdc\xbe\xab\xf2\xad\x79\xdc\xbe\x27\xc6\x44\x73\x7f\xa1\x27\x82\x83\xcd\xfd\x85\x9e\xf0\x72\x5a\x44\xdb\x85\x6f\xac\xb9\xbf\xd0\x13\xf3\x4b\x8b\xc8\x64\xe1\x31\xb7\x88\x4c\x16\x33\x4a\x8b\xc8\x64\x31\x87\x34\xf7\x25\xba\xd8\xbc\x9b\xfb\x12\x3d\x11\xa6\x69\xee\x4b\xf4\xa4\xe7\xe2\xbe\x44\x4f\x6c\x3c\xb6\x44\x3f\x09\xc8\xb5\x44\x3f\x09\x71\xb4\x44\x3f\x8f\xfe\x47\x3f\x29\xf5\x69\x89\x7e\x32\xdb\xb4\x84\x2c\x17\x30\xa4\xb9\xbf\xd0\x33\xcb\x4a\x43\x26\x28\xff\x33\x96\xdc\x3c\x6c\xdf\x11\x9f\x2e\xcd\xdd\x8c\x9e\x89\x50\x35\x77\x33\x7a\xc6\x59\x69\xee\x66\xf4\x8c\xb3\xd2\x90\x02\xca\xb8\x27\xcd\x5d\x89\xae\xd0\x41\x73\x57\xa2\x23\x4c\x5d\x9a\xbb\x12\x3d\xb3\xd6\x37\x77\x25\x7a\x26\x32\xd9\xdc\x95\xe8\x19\xc4\xd7\x32\xaa\x63\x4c\x28\x2d\x63\xde\xd0\xff\x30\x8f\x74\xf4\x96\x31\x8f\xf8\x5f\xcb\xd8\xc0\xa4\xd1\xdc\x95\xe8\x4f\xd4\x1d\xb0\x81\x00\x44\xf3\x70\x7f\x57\xf1\x44\xf3\x70\x7f\x7f\xf8\x38\x9a\xbb\x19\x5d\xc5\x13\xcd\xdd\x8c\xfe\x3c\xfa\x9d\xdb\xf7\x68\x48\xb8\x2f\xd1\xb5\x2b\xdf\xdc\x97\xe8\x0f\x5b\xa2\x0d\x29\x20\x15\x56\x34\xa4\x80\x54\x58\xd1\xdc\x97\xe8\x0f\x18\xa8\xb9\x2f\xd1\x9f\xa6\x33\x51\x55\x6b\xba\x1f\xaa\x6a\x44\xab\xdb\x83\xaa\x1a\x53\x79\xa3\x4c\x53\x01\x88\x56\xe8\x27\x53\x48\x2b\xf4\x93\xd0\x48\x73\xdc\xdf\x4b\xd0\x51\xe7\x88\x27\xe8\xb8\xbf\x17\xb6\xb8\x9a\xe3\xfe\x5e\xa2\xae\xe9\x7d\x29\x49\xd7\x5c\x1c\xe9\x2a\x9b\x23\x6c\x70\xdc\xdf\x8b\x46\x4f\x41\xdd\x8d\x20\x43\xab\xa8\xbb\xb1\xe4\xb4\x8a\xba\x1b\xcb\x58\x73\xdc\xdf\xb5\x63\xdf\x2a\xfd\x24\x0c\xd5\x2a\xfd\xec\x3a\xa2\x9f\x60\xdf\x56\xe9\xa7\x3e\x9c\x4a\x3f\x41\x83\xad\xd2\x4f\x32\x9f\x5b\xa5\x9f\x2c\x40\xad\xd2\xcf\xa9\x9e\xd1\x4f\x36\xd8\x9a\xc7\xed\x7b\x01\x1b\x36\x8f\xdb\xf7\xa2\x8f\xd1\x11\x7b\x2f\xfa\x18\x1d\xb1\xf7\xa2\x71\xd6\xe8\x35\x5e\x5c\x6b\xf4\x1a\x7f\xa1\x39\x2a\xef\x2a\xe4\x68\x8e\xca\x7b\x05\x0d\x36\x47\xe5\xbd\xea\x29\x39\x2a\xef\x35\xeb\x7e\x97\x23\x46\x41\x97\xf8\x96\x8e\xbc\x2f\x55\x23\xcb\xd1\x75\x47\xd5\xb0\x34\xcf\x83\xe9\x95\x72\xe7\xe6\x79\x30\xbd\x6a\xea\x71\xe4\xdd\x2b\xc1\xac\xe6\xc8\xbb\x57\xb6\x1a\x5b\xa7\x9f\xfa\xe2\x3a\xfd\xd4\xb7\xd2\xe9\x0b\xbb\x22\xcd\xd1\x75\xaf\x2c\x78\xcd\xe3\xef\xbd\xe2\x23\x37\xa3\x9f\x9a\xd8\x0d\xad\x3e\x16\xbc\x66\x68\xf5\xe9\x79\x1a\x36\xb0\x89\xdd\x0c\x1b\xf4\x74\x0d\x1b\x8e\xae\x82\x0d\x47\x77\xc7\x06\xb6\x8a\x9b\xc7\xdf\x7b\x03\x95\x37\x47\xec\xbd\x69\x09\x70\xc4\xde\x9b\xbe\x70\x47\xec\xbd\x11\x18\x6d\x8e\xca\xbb\x36\xf0\x9b\xa3\xf2\xde\xf4\x85\x3b\x2a\xef\x4d\xcb\x9f\xa3\xf2\xde\xd8\xc4\x6e\x03\x41\x2f\x82\x9f\xcd\x91\x77\x6f\xfa\x1a\x07\x7d\x21\x6b\xa4\x0d\xfa\x32\x75\x15\xfa\x02\x2c\x68\x83\xbe\xac\x7f\x65\x5c\x34\x07\xe5\x5d\x91\x98\xe6\xa0\xbc\x37\xf2\x68\xdb\xc4\x04\x3d\xc0\x89\x09\x20\xd3\x36\x31\x41\x6b\xc5\xc4\x04\x5c\xba\xe6\xc8\xbb\x37\x0d\x56\x47\xde\x5d\xd1\x9d\xe6\xc8\xbb\x37\x50\x6b\x73\xe4\xdd\x11\xe6\x2b\x6d\x4a\xe7\x4b\x77\x77\xd3\x95\x2f\xd0\x1c\x79\xf7\x1e\x75\xf7\xc9\x91\xae\xb2\x38\x62\xb2\x71\xe4\xdd\x3b\x8e\x61\x73\xe4\xdd\x3b\x01\x88\xe6\xc8\xbb\x77\xb6\x17\x9a\x87\xdf\x7b\xd7\x2a\xed\x09\x33\xbd\x13\x8e\x68\x9e\x72\xde\xbb\x56\xe9\x85\xec\xa3\x26\xe1\x85\xec\xa3\x26\xe1\x85\x1e\x5b\xd3\x99\xd8\xa0\xe9\x65\x61\x83\x56\xf0\x85\x0d\x5a\xb8\x16\x36\x10\x29\x6c\x0b\x1b\x08\x40\xb4\x85\x0d\x44\x2d\xdb\xa6\x9f\xa4\x18\x36\x47\xe5\xbd\x6b\xb0\x3a\x2a\xef\x5d\x93\xb0\xa3\xf2\x6e\xc4\xed\x9b\xc7\xdf\xbb\xc2\x34\x6d\x23\x4f\x29\x84\xb2\xd1\xff\x20\xb3\xa0\x39\x2a\xef\xa6\x89\xc1\x51\x79\x37\x1c\xc3\xe6\xa8\xbc\x2b\x30\xd3\x1c\x95\x77\x15\x9c\x34\x47\xe5\x1d\xb9\xc4\xd2\x1c\x95\x77\x23\xb1\xae\x39\x2a\xef\xa6\x41\xee\xa8\xbc\x1b\x2e\x64\x43\x62\xd4\x88\x8e\x37\x24\x46\xad\xe9\x7f\xd8\x40\x9e\x4f\x03\x95\x1b\x19\xc5\x0d\x54\x6e\x5a\xb8\x40\xe5\xca\x6b\x68\x48\x8c\xaa\x34\xa5\x81\xca\x4d\x93\x37\xa8\xdc\x34\x41\x83\xca\x4d\x13\x34\xa8\xdc\xc8\xa2\x6f\xa0\x72\xc3\xf5\x6c\xa0\x72\x13\x06\x02\x95\x1b\x28\xb9\x81\xbc\x55\x46\xd2\x40\xde\xca\x79\x68\x20\x6f\xe5\x3c\x34\x90\xf7\xc0\xf7\x6c\xa0\x6b\x85\x69\x1a\xe8\x7a\x68\x12\x06\x5d\x8b\x31\xa1\x81\xae\x87\xc6\x27\xe8\x7a\x08\x86\x80\xae\x87\x40\x02\xe8\x1a\x65\xe5\xd2\x41\xd7\x0a\xef\x74\x50\xf2\x60\xd4\x75\x50\xf2\x60\x8b\xb2\x83\x92\x15\xec\xe9\xa0\xe4\x81\xc7\xd5\x41\xc9\x03\x58\xd0\x03\xfd\x64\xdf\xa5\x07\xfa\x09\xb0\xea\x81\x7e\x9a\x7e\x47\x3f\x87\xfe\x47\x3f\x87\xfe\x47\x3f\xd9\x0e\xee\xe0\x69\x15\xb1\x74\xf0\xf4\x58\xfa\x5f\xe2\xa8\x72\xc4\xb3\x66\x72\xeb\xe0\xe9\x41\x45\x67\x07\x25\x2b\xdf\xa3\x47\x7a\xcd\x8c\xd2\x23\x42\xab\x41\x77\xf0\x5e\x4f\xde\x58\x07\x41\x2b\x80\xd4\x41\xd0\x13\x4f\xa6\x83\xa0\x27\xf0\xb3\x7b\x34\xbe\x4f\x42\x69\xdd\xa3\xf1\x5d\xd9\x1f\x1d\x74\x3d\x19\xd7\x3d\x89\xd5\x02\xdb\x41\xd7\x0a\x3c\x75\xd0\xf5\xfc\x19\xad\xff\x39\x25\x77\x80\xf7\xd4\x6b\xf0\x20\x7e\x47\xce\xb9\x74\x0f\xe2\x77\xb4\x3b\x4b\xf7\x20\x7e\x5f\x4c\x52\xdd\x93\xd3\xfb\x2a\x3a\x73\x70\x84\xe9\x00\xf6\x55\xd4\xe9\xc5\x91\xba\x89\x86\x2c\x2e\x79\x47\x84\x13\xe9\xc9\xd2\x41\xd7\x4b\x03\x04\x74\xbd\x58\x9b\x3a\x08\x7a\xb1\x4a\x77\x10\xf4\xd2\x0b\x03\x41\xaf\xa5\xdf\x71\x3f\x62\x3d\x1d\x04\xbd\x88\xa0\x76\x10\xf4\x02\xe7\x74\x10\xf4\x62\x3b\xaa\x83\xa0\x95\xc5\xd1\x41\xd0\x4b\xaf\x16\x04\xad\x50\x4c\x07\x41\xab\xfc\xa4\x83\xa0\x77\xd7\xef\x0a\x47\xdc\x01\x04\xbd\x65\x03\x08\x7a\x13\xd1\xec\x20\xe8\x3d\xf4\x3f\xe3\x88\x21\x01\x82\xde\x53\xf7\x9b\x1c\xf1\x39\x80\xa0\xb7\x9e\x04\x08\x7a\x6b\x58\x7b\x34\xbe\xa3\xe9\x5a\xba\x47\xe3\xfb\x06\xbd\xf4\x82\x5e\x2f\xf1\xfe\xee\xd1\xf8\xbe\x35\xac\x41\xde\x9b\x88\x58\x07\x79\x2b\xfb\xa3\x83\xbc\xb7\x86\x7c\xc1\x3e\x02\x1e\x1d\xe4\x7d\xd8\x30\xe9\x20\x6f\x85\x7e\x3a\xe8\x5a\xc1\x9e\x0e\xba\x3e\x1a\x21\x20\xe8\xa3\xa1\xeb\xd1\xf1\x7e\x4c\xff\x7b\x38\xe2\x8d\x79\x74\xbc\xab\xf8\xa5\x7b\x74\xbc\x1f\x96\xaa\x0e\xba\x3e\x6c\x78\x75\x10\xf4\x91\x7d\x20\x68\x95\xbb\x74\x10\xf4\x21\x38\xd1\x41\xd0\xe7\xea\x77\x87\x23\xfd\xee\x72\x26\x77\xf7\x08\x78\x17\xeb\x4a\x07\x4f\x2b\xc3\xa3\x83\x99\x2f\xf1\xe2\x0e\x66\xbe\x2c\x78\x1d\xcc\xac\x52\x98\xee\x51\xee\x7e\x09\xda\x74\x8f\x72\xf7\x8b\x27\xda\xc1\xd3\x17\x90\xd0\xc1\xd3\xca\x05\xe9\x1e\xad\xee\x57\xa3\x0e\xcc\xac\x22\x96\xde\xe9\x0b\x48\xbf\x77\x34\x95\xf1\x21\x3b\x78\x5a\x61\xa8\x0e\x9e\xbe\xfa\x3a\xc0\xd3\x77\xeb\x7f\xf4\x13\x44\xdb\xc1\xd3\x97\xf4\xae\x0e\x9e\xbe\x57\xd7\x9c\x2e\x3c\x0b\xa1\x41\x77\x94\x6c\x01\x0f\xa8\x3b\x4a\x36\x71\x1a\x76\x47\xc9\x16\xf4\x85\x3b\x4a\xb6\x40\xce\x4a\x77\x94\x6c\x2a\x38\xe9\x8e\x92\x4d\xa5\x22\xdd\x50\x7b\x5e\x3a\x13\xb5\xe7\xad\xff\x71\x77\x8d\x48\x47\xc2\xa6\xc0\x53\x77\x24\x6c\x31\xa8\x67\x87\x23\x9e\x92\xc7\xae\x4d\x14\x56\xdd\x51\xb2\x45\x80\x5c\x77\x94\x6c\x0a\x2e\xf5\x81\x5c\x2e\xf1\xfe\xee\x28\xd9\x44\x49\xd4\x3d\x13\xc5\x44\x06\xd5\x3d\x13\xc5\x14\x86\xea\x1e\xd7\xb6\xc8\xb2\xd9\x3d\xae\x6d\x62\x09\xe9\x8e\xae\x4d\x2c\x21\xdd\xd1\xb5\xc5\xfa\xcf\x29\xd9\x81\xb7\x45\x70\x5c\x77\xe0\x6d\x91\xe8\x5c\x77\xe0\x6d\x8a\x57\xf5\x81\x79\xc4\x5e\xfa\xc4\x3c\x1c\xa0\x3e\x31\x0f\x07\xa8\x4f\xcc\xc3\xad\xe9\x13\x13\x40\xde\x7d\xd2\x4d\x4d\x83\x93\x6e\x5e\xfd\x8f\xbe\x90\x10\xd4\x1d\xed\x1a\x32\xeb\xa5\x3b\xa2\x35\x91\x8b\x74\x47\x98\x96\xb4\x58\x38\xc2\xb4\x04\xaa\xeb\x8b\xdf\x69\x15\xf3\x98\xb0\x89\x6a\xa4\x3b\xc2\xb4\x84\xbb\xd7\x3d\x9b\xda\x12\x78\xac\x3b\xa6\xb4\xa4\x69\xc2\x31\xa5\x29\x42\xd5\x1d\x53\x5a\xa2\xea\xaf\x3b\xa6\xb4\x24\xfc\xe0\x98\xd2\x14\x85\xea\x9b\xbb\x0f\xdd\x8f\xbb\x83\xc7\xba\xe3\x46\x4b\xfa\x8c\x0e\x16\x69\x7a\x39\xf4\x8c\x8d\x96\xee\xb8\xd1\x92\xa6\x17\xc7\x8d\x96\x96\xfe\xe7\x03\x44\xb9\x2e\xfd\xd0\x4f\x32\x98\xfb\xa1\x9f\xfa\xa8\x0e\xfd\xd4\x02\x74\xe8\x27\x5b\x55\xfd\xf0\x04\x35\x49\x1d\x9e\xa0\xa6\x5d\xc7\x8d\x96\x83\x8e\x0e\x47\xba\x8a\xdb\x90\x09\x71\x74\xc7\x8d\x96\x41\x83\xdd\xa3\xb9\x96\x09\x6a\x74\x8f\xe6\x5a\xd6\x44\xe4\x98\xd2\x14\x12\xeb\x17\xcd\x6b\xc2\x18\xdd\x31\xa5\x65\x36\x68\xba\x63\x4a\xcb\xec\x5a\x77\x8f\xe6\x5a\xae\xfa\x5d\xe7\x88\x77\xe4\x78\xd3\x32\xee\x65\x77\xbc\x69\xb9\xe9\x7e\x93\x23\x9e\xbc\xe3\x4d\xcb\x4d\x3d\xc3\x3e\xb0\xb6\x05\x6c\xe8\x3a\xc2\x06\xde\xad\x05\x6c\x00\x79\x5b\xc0\x06\xbe\x00\x0b\xd8\xc0\x17\x60\x01\x1b\xf8\x02\x2c\x60\xc3\xd0\x99\xd8\x40\x0d\xa0\x21\x18\x8f\x52\x77\x31\x09\xc6\x2f\xfd\x8f\xa7\xcb\x9b\x36\x04\xe3\x95\xcb\x63\x08\xc6\x67\xbe\x23\x43\x30\x5e\xd9\x3b\x86\x60\xfc\x43\x71\x88\x21\x18\xff\xf0\xc6\x0c\xc1\xf8\x27\x62\x03\x82\xf1\x0f\xdb\x90\x86\x60\xbc\x02\x79\x86\x60\xfc\x93\x75\x77\x7f\xba\xcf\xa3\xbb\xfb\xd3\x7d\x8a\xee\x3e\x39\x5a\x1c\x2d\x8e\x74\x15\xb7\x4f\xe5\x35\x86\x60\xfc\x53\xd5\x97\xcb\x91\xbf\x5b\x43\x30\xfe\x01\x45\x1a\x82\xf1\xe2\x44\x31\x04\xe3\x4b\xd3\x99\x6e\x5f\x79\x9d\xe9\x36\x28\xf3\xc5\x1c\x38\x5a\xd1\x73\x71\xe0\x68\x05\x08\x66\x09\x45\x6d\xd2\x07\xcc\x81\xa3\xa1\xf0\x5d\xcc\x81\xa3\x55\xc2\x73\xe6\x21\x5b\x53\xc9\x87\x49\xbd\x1d\x5f\xd0\x50\x68\xaf\xea\xb5\x03\x47\x53\x0d\x86\x39\x70\xb4\xaa\x7e\x7a\x58\xd6\x2a\x9b\xca\x86\x42\xbb\x32\x66\xcc\x41\xa5\x79\x90\xe8\x3f\xa7\x64\xcb\x74\x13\xb4\x64\x99\x6e\x6e\x1d\x2d\x8e\x74\x49\x7f\xd4\xf5\xea\x7f\x6e\x42\x23\x33\xd1\x10\x6f\x6f\xac\x3f\x86\x78\x7b\x23\xa4\x6f\x8e\x37\xad\x11\xf2\x36\xc4\xdb\xdb\xa3\x33\xfd\x51\x37\x26\x4c\x73\x4c\x69\x8d\x69\xd0\x1c\x53\x5a\xc3\xe1\x32\xc7\x94\xd6\x88\x30\x1a\x02\xed\x0d\x37\xca\x10\x68\x6f\x53\x57\x99\x1c\xf1\xc8\x1c\x53\x5a\x63\x79\xb0\x87\x7e\x32\xd5\x59\xa1\x9f\xb2\xbd\xd0\x4f\x36\x37\xac\xd0\x4f\xd0\x84\x15\xfa\xb9\xf5\xbb\x87\x23\xec\x73\xdc\x68\x0a\xe1\x58\xa1\x9f\x7a\x4a\x88\xac\x2b\xf8\x62\x88\xac\x77\xa6\x33\xf3\x88\xad\xf5\xa4\x3b\x2c\x8e\xe8\xa7\x63\x4a\x53\xb8\xc5\x3c\x62\x6b\x4a\xc9\x31\x8f\xd8\x9a\x0a\x39\xcc\xf1\xa6\x29\xc0\x62\x1e\xb1\xb5\x5e\xf5\x3f\xb7\x41\x25\x18\xe6\x58\xd4\x3a\x28\xc4\x1c\x8b\x5a\x27\x3d\xcf\x1c\x8b\x9a\xf2\x59\xcc\xb1\xa8\x19\x31\x68\x73\x2c\x6a\xa6\x8f\xd8\x23\xbd\x66\x1a\xc8\x1e\xe9\x35\x4b\xfa\xdd\xe0\x88\xf7\xe7\x38\xd5\x8c\x29\xd9\x1c\xa7\x9a\x91\xbe\x66\x8e\x53\xcd\x1e\xdd\xc1\xed\x33\x7d\xee\x8e\x53\x4d\xe1\x0f\x73\x9c\x6a\x66\x3a\x8a\x1c\xf1\xe4\x3d\x53\xc3\x4c\x43\xde\x31\xac\x89\x29\xc3\x3c\x26\x6c\x46\x9e\x81\x79\x4c\xd8\x0c\xaf\xc3\x1a\xf6\x69\xaa\x6b\xd8\xa7\x31\xdf\xb0\x0f\x74\x6d\x0d\xfb\x08\x12\x99\xa3\x56\x1b\xc4\x30\xcd\x51\xab\x0d\x9c\x62\x73\xd4\x6a\x0a\x63\x98\xa3\x56\x1b\x7a\x4a\x8e\x5a\x6d\xe0\x3d\x98\xa3\x56\x1b\x7a\xb7\x8e\x5a\x6d\xe8\x49\x38\x32\xb5\x51\x74\x87\xc9\x11\xd6\x7a\xa4\xd7\x06\x9b\xb5\xe6\x39\x16\x36\xf0\xaa\xcc\x73\x2c\x6c\xe8\x4d\x7b\x14\xd8\x86\x6c\xf7\x28\xb0\xa9\xc8\xc3\xc0\xb7\x0a\x16\x18\xf8\x76\xe8\xeb\x00\xdf\x2a\x3c\x60\xe0\xdb\xa1\x31\x0f\xbe\x55\x5e\x8a\x81\x6f\x87\xc6\x3c\xf8\x76\xe8\x29\x81\x6f\x95\xa5\x62\xe0\xdb\xc1\xb6\xa0\x81\x6f\x87\xbe\x0e\xf0\xad\x58\x34\x0c\x9c\x3a\x89\xb8\x1b\x38\x75\x6a\x64\x81\x53\xa7\x9e\x19\x38\x75\x6a\xfa\x04\x8b\x4e\x92\xd2\x0c\x50\x39\x35\x7a\x00\x95\x53\xcb\x83\x47\x73\x4d\xf9\x2c\x06\xa8\x9c\x24\x1a\x18\xa0\x52\x44\x9a\x06\xa8\x54\x19\x89\x4d\xfa\xc2\x96\xa1\x4d\xfa\xa2\x99\x08\xc0\x39\xf1\xec\xcd\xc3\xb2\x36\xb5\xbc\x7b\x58\xd6\xc4\xe1\x61\x80\xd1\x69\xdf\xb1\xe4\xf6\xff\x99\x91\x81\xa9\x73\xe8\xfa\x3e\x22\xe6\xd4\xbd\xb1\x4e\x73\xdb\xc4\x3a\xcd\x51\x40\xd8\x79\xf5\x3b\x1f\x11\x2b\xc8\x1e\x1f\x11\x0b\x6f\xd6\x80\xb7\x4b\x63\xd5\xf3\xa5\x4d\x0c\x1e\xe6\x49\xd1\xb6\xf0\xf6\xcc\x83\xb9\xb6\xb4\x48\x7b\x30\xd7\x96\x16\x69\x0f\xe6\xda\x7a\x74\x15\xb7\x7c\x15\x1d\xb9\xe5\x4b\x33\xb9\x07\x73\x6d\x09\x3e\x78\x30\xd7\x96\xfa\xe9\xc1\x5c\xdb\x9a\x13\x81\xda\x5b\xb3\x20\x70\x7a\x13\x4e\x35\x4f\xb1\xb0\x8d\x77\x62\x1e\xcc\xb5\xcd\xbe\x80\x79\xc0\xd6\x14\xc5\x30\x4f\xa3\xb0\xad\xc5\x1d\xe0\xbd\x71\x2c\x0c\xe0\xbd\xf1\xd3\x0c\x70\x2d\x12\x0d\xf3\xa0\xac\x6d\x7d\x61\x80\xeb\xad\x6f\x0a\x70\xbd\xf5\xa5\x00\xae\x15\x63\x30\x00\xf4\x26\xb0\x6c\x00\xe8\x7d\x74\x44\x5f\x00\xbb\x76\xe8\xcb\xd5\xff\xbc\x2f\x27\xe8\xc8\x9f\xc4\xc1\x07\x37\x20\xf3\xd1\x98\x03\x16\x1f\xd3\xff\x2e\x47\xbc\x23\x60\xf1\x51\x3f\x81\xc5\xaa\x14\x31\x60\xf1\x21\x9a\x64\xc0\x62\xd5\x86\x18\xb0\xf8\x08\x0c\x02\x8b\x0f\x5e\xa9\x01\x7d\x15\x47\x30\xa0\xef\xd1\x37\x0c\xf4\x3d\x57\x57\xf1\x7e\x5e\x8d\x2c\xa0\xaf\xe2\x08\x06\xf4\xbd\x42\x05\x1e\x6a\xb5\xab\x75\xc4\x43\xad\x76\x09\x9c\x0f\x60\xf1\x65\xcf\x67\x00\x8b\x2f\x6f\x7a\x00\x8b\x95\x06\x33\x80\xbe\x97\xf9\x72\x00\x7d\x2f\xe1\xdb\x01\xf4\xbd\x8c\xc1\xe1\x61\x58\x13\x97\xeb\xf0\x30\xac\x5d\x82\xe3\xc3\xc3\xb0\x26\x82\x8d\x11\xb0\x01\x88\x3e\x02\x36\x74\xdd\x8f\x7e\xf2\xe4\x07\x20\xf9\x02\xc3\x07\x20\xf9\xb2\x8f\x34\x1c\x24\xe7\x44\x5c\x6d\x38\x48\xe6\xe8\x7f\x06\x60\xff\xcf\xf8\xbf\xff\xaf\xf3\x7f\xfc\x9f\x21\x48\x39\x4f\x7a\x56\x0e\x07\x42\x90\x72\x95\x44\x8a\x7c\x05\x08\x2f\x89\x6e\x69\xfe\x78\x27\xc2\x4b\x49\xdb\x57\xcd\x84\x26\x43\x78\x49\x67\xfb\x72\x79\x21\x26\x0a\x2f\x65\x6c\x5f\x19\xd3\xeb\x46\x12\x96\x41\x49\x26\xeb\x4c\x69\xc5\xa0\xf5\x92\x3d\x77\x2e\xbc\x84\x88\x25\xe2\x31\xf9\xb9\x04\x39\xa4\xb5\xe1\xf3\x52\x78\x09\x02\x4b\x14\x63\xe9\xcc\x5f\x76\x6e\x6f\x6c\xde\x28\xad\x07\x89\x32\x6c\x3a\x2f\x29\x57\x69\xac\x1e\x7e\x2e\x6d\x55\x49\x80\x1e\x7e\x2e\xe9\x4f\xa9\x6f\x5e\x7e\x2e\x15\xcb\x97\x78\xa1\xff\x5c\xa2\x85\xbf\x42\x70\x7e\xa6\x24\xdf\x5e\xca\x5d\x3c\x64\x69\x74\xa1\x68\x73\x21\x6b\x09\xd2\xac\x41\xa4\x26\x87\x4b\x23\xd2\x27\x68\x9d\xe4\xb0\xd5\x08\x19\xb5\x5d\xc9\x04\x78\x23\x62\x26\xa8\x97\xe4\xe0\xb9\xc7\x41\xaa\x25\xc8\x94\x64\xd9\x2e\x89\x12\x74\x49\x72\x70\x14\x12\xa4\x40\x82\xec\x48\x26\x7b\x2a\x48\x72\x04\x42\xfb\x54\x02\x77\x17\x15\xfd\xa5\x4b\xee\x93\x85\x17\xcf\xfc\x95\x4e\xc0\xcf\xf7\x10\x44\x30\x0f\xb3\x7c\x0e\x1e\x46\x0a\x30\xaf\x07\x28\xd7\x33\xcc\xbc\x41\x34\xe7\xf0\x94\xe7\x50\xd5\xe8\xb6\x43\x1f\x9e\xa1\x67\x09\xa2\x08\x87\xe3\x3b\xc3\xc4\x12\xc4\xe3\x0d\x81\x77\x86\x6f\x37\x24\xa4\xc8\x60\xbd\xce\xa1\xa9\xd1\xdf\x18\x74\xd7\x39\xf8\x97\x1a\xa0\xbb\x0e\xf0\x5c\xe7\xe0\x1e\x76\x80\xe7\x3a\xc0\x62\x9d\x83\x07\x51\x02\x2c\xd6\x01\xfa\xea\x1c\xdc\x63\x0a\x90\x4b\x87\x24\x49\x2e\x8f\xb5\x86\x84\xa0\x53\x6a\x08\x31\xf0\xe8\xa0\x4d\x0e\xf0\x25\x5f\xe6\xac\x00\x27\x72\x80\x0c\x39\x53\xb0\x15\x20\x35\x0e\xb0\x19\xe7\xe0\xe8\x25\xc0\x66\x1c\x52\xc7\x22\xa3\x11\x39\x20\x18\x8b\x73\x70\x5f\x29\x24\x46\x48\x32\x3e\xd8\xc8\x53\x62\x84\xc0\x3c\x9c\x42\xa4\xf3\x8c\x10\x28\x87\x2f\xa5\x79\x01\xca\xe1\x90\x34\x42\xbc\x28\x3c\xc0\x27\x1c\xd2\xcc\x1f\xef\x1d\xba\xde\x00\x4f\x6f\x4a\x95\x47\x87\xca\x31\xd4\xba\x09\xa9\x94\x00\x61\x6e\x48\x52\x1f\xd6\x53\x42\x91\x16\x9e\xd8\x14\xf5\xe2\xf8\xb8\x20\x7a\x4d\xa9\x73\x4d\x94\x20\xd2\x81\xdf\xbc\xeb\xe7\xdc\xfd\x70\x77\xcf\x44\x09\x10\xaf\x06\x18\x57\x53\x62\x2c\xc1\xaa\x1a\xa0\x53\x4d\xb0\xae\x04\x88\x50\x03\x0c\xa8\xaf\xc9\x0a\x96\xd3\x00\x15\xe9\xbd\x0c\x5a\xa8\x48\x03\x3c\x9c\xf7\xba\x9b\x19\xe0\xe1\x0c\x90\x57\x5e\x62\xd0\x21\x23\x9b\x07\x8d\x5d\x0e\x6a\x44\xaa\x08\x22\xac\xac\x49\x15\x22\xac\x00\x07\x55\xc8\xee\x61\x07\x38\xa8\x02\x04\x53\x21\xfb\x5e\x47\x80\x60\x2a\x3c\x68\x24\x64\x5f\x0a\x02\x7c\x51\xe1\x41\x82\x20\x4f\x7e\x8e\x16\x26\xec\x4a\x21\x2f\xce\x44\x35\x00\x7a\xa4\xf0\x60\x11\x84\x48\x01\xe6\x9e\xf0\xf8\x62\x1a\xe0\xea\x09\xb0\xd8\x84\xc7\x23\xb6\xa1\xa0\xa7\x43\x51\x9d\x75\x8f\x42\x86\x8a\x00\x54\x75\x1c\xfe\x1c\x0f\x04\x85\x83\x2c\xdc\x81\x0e\xf2\x7a\x3c\x2f\x5c\x3a\x78\x29\xa8\xc9\x7e\xcd\x18\xfc\x21\xc7\x10\xa0\x6c\x77\x33\x63\xf0\x6f\x3a\x06\x0f\x2b\x3c\xd7\x71\x7f\x0c\x85\x46\xd8\x35\x11\x32\x89\x2c\x52\x31\xc0\x50\x19\x7d\x41\x89\xac\x47\x91\xf5\xa8\xa0\xa6\x10\x83\x3b\x5e\x31\xc0\x0a\x19\x2b\x3f\xf7\xa5\x27\x86\x0e\x2d\xb4\x03\xb3\x18\x3a\x67\xc2\xc4\x18\x87\xce\x9c\x34\x42\x51\x3d\xb9\xd1\xe0\xee\x30\x07\x26\x4f\x42\x88\x48\xa2\x47\x34\xd0\x9d\x5f\xfb\xa7\x71\x71\x26\xac\xd2\xc9\xd1\x4c\x44\xb7\x37\x22\xd4\x5b\x1e\xcf\xcb\x8b\x08\x9d\x46\xd4\x4d\x9d\x7b\xe2\xa7\x31\xd1\x28\xd6\x58\x07\x20\x11\xf5\xb7\x88\xdc\x9b\xa7\xcd\xfd\x34\xba\xff\x15\x91\x06\x2b\x54\xee\x44\x44\x93\x22\x7a\x48\x1e\x3f\xfc\x69\x5c\x9c\x09\xa1\x9f\xe9\xee\x9b\x6b\x42\x01\xfd\x03\x58\xc1\x13\xc0\x87\xff\x01\x50\x44\x24\x5c\x22\xda\x2d\x05\x3f\x33\x22\x75\x12\xd1\x38\x29\x38\x60\x11\xb5\x90\x88\x4c\x48\x99\x85\x46\x0f\x8d\x45\xa6\xfd\xb2\x3c\x08\x10\xd1\xa5\x88\x08\x52\x14\x76\x51\x23\x7c\xf5\x11\xa2\xfa\x72\x18\x3e\x50\xcc\x47\xb8\xe5\xcb\xf1\x70\x77\x84\x23\x3e\x8a\x1c\x9e\x6d\xad\x98\xdc\x4d\x8d\x62\x7e\x3f\x9b\xbb\xfb\x5c\x19\x45\xeb\x8e\x7c\x40\x84\x12\x3d\x8a\x0b\x1d\xb4\x17\xd3\xa1\x11\x6e\x0e\x4a\x6b\x63\xf2\xb5\x2e\x42\xe2\x5c\x49\xcb\x8d\x50\x2c\x47\xa6\x94\xca\x06\x4a\x84\xb3\x38\x66\x28\x1e\x60\x38\x8f\xd9\xa3\x53\x31\x3f\x22\x8e\x52\xe3\xa6\xd1\x2b\x9d\x93\x4f\x99\x11\x12\xd9\x08\x45\x6c\x25\x3a\x1f\x21\x89\x8c\xb0\x43\x56\xc8\x91\x23\x8c\x8c\x11\x2a\xc6\x5a\x3c\x1c\x12\xb3\xef\x0d\xc4\x0c\x19\x4b\xe9\xfc\xfc\xf0\x73\x58\x51\x8a\x7e\xee\x53\x6d\xcc\x50\x97\x54\xde\x26\xf3\x53\x84\xa1\xaf\x56\x8f\x57\xc7\xc7\x57\xef\xf8\x40\x76\xd1\xdc\x9f\x8b\xd0\xbe\x45\xf8\xde\x6a\xf3\xfd\xf5\x08\xc5\x4d\x7c\xdc\x2b\xac\xc3\xe7\xfb\x08\xc5\x4a\x14\xb7\x0a\x6e\x71\x84\x5b\x25\x8a\x54\x05\xef\x38\x3e\x87\x6b\xc2\x83\x32\xdd\x5d\x8a\xc5\x67\xf1\x28\xf2\x90\xe5\x09\xdf\x91\xea\xfe\xa8\xb2\xfe\xe3\x9b\xb0\x91\x5a\xd0\xa8\x22\xd0\xe4\x95\xe3\xb1\x70\xa3\x72\xa8\xb4\x65\x86\xa0\x72\x32\xaa\x64\x92\xf4\xda\x48\x61\x62\x54\x45\x62\x76\xf7\x33\x52\x8b\x16\x55\x84\xf6\x5c\xce\x74\xf4\x1c\x55\xf6\x54\x7c\xb1\x8a\x14\xf4\x44\x55\xf2\x94\xcb\xcf\xf9\x70\x55\x8a\x53\x7c\xa3\x3c\x52\x44\x13\x55\x2f\x53\x13\xd7\xf4\x39\x28\xaa\x18\xa6\xba\x1b\x12\x29\x71\x89\xaa\x6d\xa9\x1e\x6d\x88\xd4\xb6\xc4\x6a\x54\x40\x7a\x4c\x3a\x52\x56\x12\x55\x4f\x52\x3d\xf1\x23\x56\x26\x2d\x95\x8e\xd4\xc9\x99\x93\x1b\x51\x2a\xd1\xbc\x0e\x25\x52\x1c\x11\x55\x15\xa1\x09\x86\x6a\x83\xa8\x32\x03\xe2\x9e\x91\x04\xec\x48\xe6\x75\x33\xdf\x52\x8f\x64\x42\xc7\x16\xa9\x4d\x72\xe8\x11\x49\x57\x8e\xe4\x29\xb7\x41\xe7\x49\xc8\x8d\x64\xe2\xb6\xb1\xf9\xb9\x47\x72\x23\x49\xb7\x6d\x1c\xce\xf4\x75\x29\x92\xfd\xda\xa6\xae\xc9\x93\x27\xf1\xb4\xc1\xcd\x11\xc9\xe6\x89\xa4\xf1\xb4\xe3\xd1\xbe\xd8\x19\x36\x9d\x7a\xd6\xe3\x98\x31\x92\x5d\x13\x49\xab\x69\xc7\x2b\xcd\x22\xa9\x33\x91\x9c\x99\xc6\x96\x7a\x24\x13\x26\x92\xf4\xd2\xae\xc7\x80\x22\x49\x2f\x91\x6c\x97\x76\x7d\xdf\x27\x76\xbe\x77\xd2\x5c\xda\xf5\xed\x83\x48\x9a\x4b\x24\xbf\xa5\x5d\xde\x11\x89\x1c\xb1\x53\xa2\x09\x9b\x40\x24\xbf\x22\x2a\xb1\x02\xd4\x16\xbb\xbb\x52\xb1\x93\x71\x1a\x2b\x67\x1a\x77\x27\xa5\x32\x6e\x6e\xe4\xe1\xb3\xc8\xbe\x70\x8f\x4c\xbf\xec\x04\xc7\x4e\xa2\x24\xa4\x75\xb1\xfb\x24\x17\x3b\x09\x85\x40\xa4\xc8\x96\x67\x64\xaf\xb3\x27\xcf\xf0\x8f\xec\x28\x46\xb6\x12\x7b\x76\x2e\x83\xc8\x86\x48\x64\x27\xa4\x17\x35\x7a\x52\x71\x24\x36\xdd\x2b\xeb\x27\xb1\xe9\x48\x50\xba\xc3\x2e\x1e\xcd\x51\x69\x34\x65\x5d\x32\x7f\x12\xdb\x89\xa6\x0c\x3d\x47\x2e\x91\x30\x4e\x34\x25\xe3\x39\xa0\x88\xc4\x53\xa2\x29\xf3\xcd\xf7\xe6\x22\xe1\x83\x48\xdc\xa0\x9b\x47\x50\x22\x91\x82\x48\x88\xa0\x13\x6e\x8d\x83\xf1\x39\x94\x7c\xe4\xbb\xe7\x71\x38\x6a\x8b\x83\x54\x91\xc9\x4c\x3b\x98\x93\x07\x59\x21\x93\xef\x68\x78\x64\x3c\x0e\x52\x30\x96\x07\xe1\xe2\xa8\x5c\xb3\x2a\xcb\x86\x9f\x7b\xe4\x38\x0e\xd2\x1e\x16\xaf\x63\xf0\x36\x07\x6f\x73\x7b\x94\x37\x0e\x16\xa9\x41\x2a\x2d\x15\x44\x71\x18\x67\x92\x19\x7b\x58\x26\x86\xc3\xae\x38\x4c\x89\x23\xdc\x7d\xf3\xf3\xa3\x7c\x07\xee\xee\x13\x67\x1c\xd4\xa3\xdc\x4b\xe7\x59\xb9\x06\x71\x91\xe0\xfb\xec\x71\x3a\xe4\x8c\x93\x80\x08\x0c\x99\x71\xba\x9b\x15\x27\x1b\x45\xd1\xdd\xeb\x38\x7d\x77\x26\x4e\xb6\x65\xa8\xc2\x88\xd3\x8d\x8e\x93\xb8\x3c\x59\xf9\x71\x56\xce\x24\xe8\x9e\x77\xfd\x27\xa0\x98\xc6\x65\x3c\x85\xd7\x20\x62\x8b\x93\x21\x39\x89\x94\x56\xcf\x27\x88\x13\x50\x35\x09\x06\x56\x30\xd9\xf4\x21\x12\x27\xb1\x3d\x4d\x6f\xd3\xdd\x8a\x38\x09\x96\x51\x5b\x1d\xa7\x87\x9d\xe2\x24\xde\xd4\x3a\xcf\x80\x07\x33\x79\x30\xcd\x03\x5b\x71\x39\xe8\x8f\x8b\x4d\x44\x88\xab\xe2\x02\x93\x2d\xf6\xda\xa0\x0b\x8f\xcb\x3f\xe3\xb8\xd8\x64\xb3\xac\xc6\x46\x23\xc1\x7e\x9e\xeb\x72\x4f\x35\x2e\x76\xbd\xcc\xf7\x96\xe2\xe2\xbb\x5f\x6c\x70\x41\xca\x1d\xd7\xc3\xdd\xd9\xa1\x22\xad\x31\x2e\xdf\xa1\x8a\x8b\xad\x29\x0a\x54\xe3\xe2\x0d\x2c\xde\xc0\xd8\x74\xbe\x72\x23\xb6\x44\x86\x87\x0d\xe3\xe2\xb5\x2c\x5e\xcb\xf0\xf4\xe0\xb8\x58\x97\x56\x23\xd0\x9b\xd4\x48\x97\xd8\x8d\x98\x89\x7e\xb2\x58\xad\xae\xb0\x39\xd7\xec\x74\xa9\x13\x51\x7e\xe8\x27\xeb\xd2\x62\x23\x80\x22\xcd\xb8\x98\xb4\x16\x3b\x00\xd3\x78\x9e\xc6\xdd\x4d\x61\x66\x2c\xf2\xe0\x6a\x5c\x8a\xaa\x16\xae\x09\x1e\x59\x0a\x29\xba\xf3\x1c\xd7\xe5\xe7\xc4\x04\x0f\x13\xcc\x76\x10\x16\x37\x01\x38\x18\x7c\xe3\xf6\x3d\xe4\xb8\xd9\x3c\x3e\xcc\x3a\x9b\x09\x7b\x47\x05\x1f\xf9\x39\x58\x7c\xb3\x25\x7c\x01\xa7\xdb\x97\xae\xb8\x93\xc2\x7f\x97\x46\x6e\xc4\xa6\x2c\x85\x72\x71\xf3\xde\xb7\x3f\x2c\x05\x4d\xe2\xf6\x67\x16\xb7\xcf\xcd\x89\x9a\x90\xb8\xf9\x9a\xb7\x4f\x84\x29\xaa\x91\x31\xbf\x71\xb3\xa9\x80\x89\x7b\xd2\x79\xdf\x08\xc8\x70\x6f\xc4\xed\x2b\x74\xdc\xe8\x8a\x26\xe7\xb3\x8c\x1b\x24\xb8\x11\x11\x4d\x1e\xfa\x8c\xdb\xc3\xda\x71\xfb\x22\x9e\x92\x67\xe9\xc4\x03\x88\x3e\xde\xcf\x6b\xcc\x79\x87\x33\x8f\x94\x34\x59\x2e\x0e\xee\xc1\x71\xf7\x40\x31\x82\x78\x3c\x74\x1d\xcf\x3e\xef\x18\x41\x3c\x4c\x45\xc7\x41\xe6\x3d\x20\x97\xe3\xdf\x5f\x3c\x67\xbd\x03\x07\xf1\xfa\x62\x1c\x6f\x20\x9a\xc0\x5c\x72\x79\x47\x37\x96\x77\x10\x2a\x5e\x3e\xc3\x1b\x89\xf8\xf8\x46\x47\xbc\x85\x46\x5f\x74\x32\x5c\x9e\xf1\x32\x37\x5f\x0f\xc4\xe4\xdc\xb9\x26\x23\xf9\x76\x9e\x3c\x8b\xff\xc5\x57\xb8\x3e\xdb\x24\x4a\x6d\xe2\xf5\x31\x18\xaf\x23\xa5\x14\x01\x14\x77\x70\x23\xcf\x15\xca\xc9\xf7\xcf\xe3\x05\x83\x5f\x5f\x9e\xd2\xc3\x3b\xba\x87\x1b\xf9\xc4\x9b\xc8\x8d\x88\xf7\x62\x26\x11\xb4\xec\x35\x28\x29\xf8\x8c\x9b\x08\xca\xe6\xec\x5d\x4a\xc1\xf1\x48\x0a\x0e\x3d\x72\xf2\x65\x2d\x85\xa0\x00\x8e\x87\x6c\xa6\x07\x77\x52\x40\x91\x30\xf8\x30\x4d\xd5\x07\x98\x87\x73\xbc\x71\x7b\xa3\x07\x77\x52\x48\x84\x7a\x12\xe1\x95\xca\x35\x13\x37\xf2\x02\xaf\x54\x3c\x33\x2a\x85\xac\x58\x8d\xff\xaf\xf8\x43\x4e\x21\x73\x23\x9f\xc1\x52\xf1\x7a\xc7\x14\x32\x5d\xf2\xfd\xf7\x54\x7c\x0e\x49\xe1\xe1\xe7\x3e\x59\xa5\xd2\xb8\xa6\x4f\x56\x29\xf8\x64\x95\x83\xd1\x79\x0f\xab\xa5\x50\x9e\x77\x64\x2a\x85\xc2\xcf\x4b\x7d\x47\xa6\x52\xf0\x1d\xe9\x84\x93\x9f\x9a\x47\xe5\x52\xf0\x49\x2e\x05\x9f\xdd\x52\x6c\x58\xd4\xf8\x9d\xfb\xfa\x29\x2e\x3a\xdf\x88\xea\x34\x45\xd0\x78\xf2\x97\x6b\xc2\xfb\xbd\x7d\x99\x48\xa8\xf4\x27\xa4\xf9\x1b\x72\x7c\x09\xd1\xf2\xa4\x10\x2d\x30\x36\x11\x39\x4d\x44\x4e\x25\x8f\x97\x50\x21\x4e\xb8\xd9\x97\x3c\xf2\x84\xb4\x6f\x42\xcb\xd7\xa2\xcf\xde\x09\xfd\xde\x84\x50\xaf\xc5\xc3\x99\x9b\x33\xd9\x5d\x02\x76\x25\x04\x3e\x13\xca\x9e\x17\x51\x83\x84\x9e\x65\x42\xd4\x4f\x41\xe7\x44\x94\x33\x25\x69\xeb\xfb\x54\x99\x90\x7c\x4b\x49\xb2\xf4\x1e\x6f\x4a\xe8\xb9\x25\x84\xdc\x14\xc4\x4f\x44\x24\x93\x22\x92\x04\xf1\x13\x7e\x75\x22\x30\x99\x5e\x37\xea\x04\xd9\x50\x2a\xcf\x3a\xd3\x27\xf8\x84\x43\xad\x20\x7e\x22\x50\x98\x92\x74\xa6\x27\x3f\x9f\x74\x5e\x12\xd1\xee\x40\x24\x62\x89\x29\x49\xc7\x79\xe9\x4c\x7f\x71\x8a\x17\x12\xc4\x4f\x84\x0d\x53\x5a\xf7\x37\x88\xff\xdf\x80\x22\x25\x4d\x76\xbb\xbc\x23\xfc\x29\x39\x8e\x4d\xe8\x4b\x29\xc2\x9f\x88\x37\x26\x05\x13\x89\xf0\x27\x64\x9f\x52\x7a\x45\xf8\xdd\x5c\x94\x9a\x12\x92\x3b\x21\xf0\x5a\xb2\x43\xa5\x84\xa6\xcc\xeb\x0d\x20\xba\x92\x50\x5b\x51\xb4\x33\x65\x1f\x8b\x29\xfb\x86\x84\xc2\xfe\x29\x4f\x35\xee\x77\xd8\x3f\xe1\xba\xa7\x2c\x81\xe2\xad\x46\x6e\x24\xf5\x61\x5f\xe7\x13\xf2\x04\x29\x4b\x5e\xd8\xc3\xfe\x09\x5d\x82\x94\x5f\x3a\xc2\x46\xa3\xd1\x38\xde\x61\xff\x84\x16\x40\x42\x04\x40\xd1\xf8\x04\xb9\x7e\xca\x0a\xe6\x33\x6d\x10\x84\x4c\x90\xd6\x2b\x1a\x9f\x08\x42\x26\x58\xe7\x15\x8d\x4f\x04\x07\x12\x74\xf3\x8a\xc6\x27\x68\xdc\x13\xfc\xed\x8a\xc6\x27\xf8\xdb\x13\x91\x49\x45\xe3\x13\xc4\xed\x89\x00\xa5\xa2\xf1\xe9\x49\xdc\x28\xad\x77\x34\x3e\x41\xe3\x9e\xe0\x6f\x57\x34\x3e\xc1\xdf\x9e\x1e\xed\x1a\xf8\x1a\x92\x20\x67\x4f\x30\xaf\x6b\x09\x4a\x30\xaf\x27\x68\xd5\xb5\x67\x91\x9e\xbc\x5f\xeb\xc4\xef\xea\x9d\x20\x82\x4e\x30\x40\x2b\xa0\x9d\xe0\x7c\x4e\x90\x3d\xdf\x19\xe8\xbc\xd1\x4f\x8f\xbf\xa7\xe8\x19\x02\x09\xf6\xe4\xf4\x68\x9d\x2f\x9c\xe9\xee\x79\x82\x05\x39\x05\x5f\x82\xd2\xe3\xdb\x2f\x09\x52\xe3\x14\x3a\x77\xdf\x3c\xf9\xad\xbd\x07\x6c\xe7\x15\x3f\xec\x4e\xa5\xc2\x3b\x3a\x9c\xf9\xb9\x2d\xe5\x36\xfc\x98\x82\xe6\x6c\xf0\x0d\xcf\x04\x0b\x68\x82\xf4\xf2\x35\x68\x21\xaf\x4c\xe5\x19\x1f\xd3\x06\x5c\x94\xa9\xf8\xe6\xc8\x6b\xda\x28\xcc\xe2\xc5\x67\xf1\xd7\xb4\x01\xfd\x64\x82\x77\xf2\x35\x6d\xc0\xf5\x98\x20\x79\x7c\x4d\x1b\xd0\x3a\x26\x18\x1c\x5f\xd3\x06\x6c\x84\x09\x1a\xc2\xd7\xb4\x01\xd5\x60\x82\x55\xf0\x35\x6d\x94\xce\x32\xd3\xd7\xc7\xb4\x01\x65\x60\x82\x59\xef\x35\x6d\xc0\xac\x97\x8a\xb6\x0e\xf9\x10\xa0\xc6\x4b\x45\x5b\x87\xcc\x0c\x70\xdb\xa5\xa2\xad\x43\x66\x06\xa8\xe3\x52\xd1\x66\x21\x33\x03\xf4\x6b\x09\xde\xb5\xd7\x60\x80\x69\x2d\x41\xb1\xf6\x1a\x0c\xd0\xa1\x25\xb8\xce\x5e\x83\x01\xae\xb3\x04\xc9\xd9\x6b\x30\x40\x6b\x96\x88\x4c\xbd\x06\x03\x9c\x65\xa9\xdc\xcf\xc1\x00\x81\x56\x82\xe5\x4a\x02\xfe\x09\x26\xab\x54\x23\x16\x79\x5e\x45\xaa\xc2\x07\xd2\x28\x76\xb4\x9e\xe0\xb5\x4a\x10\x5a\x85\xe0\x59\x0f\x09\x42\xab\x04\xeb\xd4\xef\x35\x13\x67\x22\xf3\xfb\xba\x66\xd2\x99\xf7\xf3\x9a\xfe\xa9\xa5\xaa\x59\x51\xd7\x04\x50\xc0\x17\xf5\x32\x13\x86\xa8\x04\xc5\x53\x8a\x9e\x1e\x9b\xe0\x63\x4a\x90\x2d\xbd\x9e\x12\x81\xad\x54\xcd\x3e\xbb\xe4\x51\x9d\x04\x3f\x81\x00\x5a\x82\x9f\x20\x41\x4c\xf0\x42\x04\xd0\x0d\x24\x58\x00\x84\xac\x13\xb5\xfd\xa9\xc9\x22\xdf\x9a\x49\xcd\x6b\x68\x12\x65\xeb\xaf\x09\x90\xe8\x53\xa2\x66\xfb\x35\x01\x12\x7d\x4a\xad\x7c\x6c\x47\x26\xca\xac\x13\x35\xd4\xaf\x09\x90\x1a\xea\x44\x64\x2a\x07\x77\x31\x13\xa5\xcd\xa9\x55\x6e\x34\xb8\x66\xa3\xb1\x71\xa3\xa5\x46\x6e\xd4\xb9\xd1\xe6\x46\x2c\xc6\x4d\xbb\xc3\x87\x1b\x75\x6e\xd4\xb9\xd1\xe1\x46\x2c\xd4\x94\xcd\x66\xc4\x07\x12\xa5\xaa\x89\xc2\xd0\xd7\xf3\xa4\x30\x34\x35\x6d\x90\xab\x11\xe8\x41\x99\x9a\x3c\x95\x44\x99\x5a\xea\x81\x69\xd4\x83\x50\x89\xa2\x9b\xd4\x31\x0c\xaa\xbb\x44\x35\x4a\xa2\x14\x23\x3d\x9e\x27\x9e\x28\xc5\x48\xd4\x60\xbc\x1e\x32\x55\x10\x89\x70\xd5\xeb\x21\x53\xaa\x90\xba\xb6\xb6\x79\xc8\x54\x17\x24\xca\x03\x5e\x0f\x99\xf2\x80\x44\x4a\xff\xeb\x21\x13\xd8\x4a\x1d\xf9\xfb\xa4\x2e\x6d\x1a\x7d\xd1\xcf\xe8\x70\x26\x12\xcb\x13\x99\xe1\xd9\xf3\xe0\xff\x01\x28\x48\xe3\x4e\xe4\x6f\x67\xb2\xe3\x13\x49\x86\xc9\x34\x3f\x79\x60\x33\x91\x6f\x97\x08\x70\xbd\x06\x1a\x09\x65\xc9\x46\xfd\x78\x06\x64\x76\x25\x12\xb0\x5e\xcf\x80\x44\xaa\x44\x5e\xd4\xeb\x19\x10\x1f\x4b\x24\x2f\xbd\x9e\x81\x31\x15\x99\xbc\x35\x9e\x01\xb9\x48\xc9\x84\x08\x18\x68\x24\x05\x25\xf2\x7f\x5e\x03\x8d\x1c\x9f\x44\xca\xce\x6b\xa0\x19\x66\x92\x73\xf3\x1a\x68\x44\xd2\x92\x09\x11\x30\xd0\x86\x07\x0e\x12\x81\xaa\x97\xed\xc4\xab\xd2\x18\xe7\xc3\xf6\x01\xce\x1b\xf3\xf9\xb0\x7d\x2c\x1a\x57\xff\xb0\x7d\x30\xab\x8e\x1d\x3f\x6c\x1f\x2c\x80\x63\xdb\x87\xed\xc3\x71\x4c\x1a\xf2\x3f\xb1\x7d\x1c\xae\x79\x9e\x0f\xdb\xc7\xa5\xf1\xf6\x0f\xdb\xc7\xe5\x46\xb2\x08\xdb\x09\x85\xa5\xa9\x84\x05\x0f\x3e\xa7\x09\xf0\x99\xc1\x3e\x1e\xc8\x64\x1a\x9e\xe1\x7c\x3c\x90\x09\x4c\x98\xa3\x7c\x3c\x90\xe9\x2f\x3c\xcd\x79\x3f\x1e\xc8\xc4\x13\x20\x94\xf5\x7a\x20\x13\x33\xa7\xcc\xac\x6a\xf4\xaf\x99\x50\xd6\xeb\x81\x4c\xde\xe6\xd4\xdb\xe4\x81\x4c\xc7\x70\x69\x9e\xfb\xf1\x40\x26\x8e\xe7\xbc\xe5\xe3\x81\x2c\x2c\x5a\xb2\x68\xa9\xd1\x6f\xb4\x62\xfa\x78\x20\xcb\x3d\xf1\xb4\xe2\xf8\xb0\x7d\xf9\x8a\x92\x56\xfc\x1c\x0c\x0b\x57\x7a\xcd\xfc\x61\xfb\x9a\xdc\x68\x7d\xce\xb8\x0b\x87\x67\xed\xcf\x19\x77\xb1\x00\xae\xf3\x39\xe3\x2e\x8f\x18\xa4\x75\x3f\x67\x5c\xc2\x40\x69\xdd\xcf\x19\x77\x79\x34\x2f\xad\xfb\x39\xe3\x6e\x36\xfb\x77\xf8\x9c\x71\x37\xc2\xff\x04\x7e\x5e\xb6\x6f\x56\xc5\x9d\x3e\x67\xdc\xed\xdb\xe6\x69\xa7\xcf\x19\x97\x50\x4f\xda\xe9\x73\xc6\xdd\x60\xb8\xad\x0c\x23\x6c\x27\x2c\x93\xf6\x1e\x1f\xb6\x6f\x16\xff\x7d\xc2\x87\xed\x9b\xcf\x70\xdf\xe7\xc3\xf6\x8d\x45\x5b\x16\x61\xfb\x61\x7c\x9e\x50\x3e\x6c\x3f\x04\x0e\x4e\x18\x1f\xb6\x1f\x02\x07\x47\xc0\x1c\xdb\x4f\xa4\x31\x3d\x1f\xb6\x1f\x2c\x3a\xb2\x08\xdb\x0f\x4b\xfa\xc9\xe5\xc3\xf6\xc3\x5a\x7e\x84\x97\xb1\xfd\xb0\x2a\x1e\xdc\x50\x14\xf1\xd3\xf1\x95\x2f\x1d\xf7\xe0\x73\xf6\xec\xde\x74\x58\x27\x0e\x0b\xa0\x90\xe0\xf1\xdd\xfa\x74\xdc\x53\xcd\x19\x0c\x7e\x58\x3c\x8e\xfb\xa6\x39\x47\xfa\xd9\xe9\x12\x6b\x48\x8e\xdc\x1d\x98\x7e\x7c\x1d\xcc\x19\x90\x72\x58\x00\x8f\x43\x88\x9c\x01\x29\xc7\x67\xa9\x74\x8c\x08\x9a\xef\x90\xa6\x03\x22\x3f\x83\x6b\x66\xce\x74\xb0\x98\x0e\x13\x75\xf6\x44\xd4\x74\x58\x6d\xce\xe0\x46\xbe\xe7\x9f\x0e\x98\xf1\x78\x3a\x70\xce\x0f\x5d\x62\xae\x3b\xcc\x75\x94\x00\xa5\x33\x79\x74\xb3\x7d\xda\x4e\x7e\xcc\x71\xd7\xf6\xd7\x76\xdc\xd6\xc3\xd7\xf1\xb2\x9d\x99\xe1\x30\xa5\xbf\x6c\xdf\x3c\x25\x5f\xdd\x7e\x6d\xe7\x3b\x3a\x4c\x80\x2f\xdb\x59\xeb\xce\xb1\x4f\xdb\x99\x19\xce\xad\x9f\xb6\xe3\xf5\x9e\x3b\x3e\x6d\x67\xf2\x3f\x0c\xc5\x97\xed\x44\x52\x0e\xf3\xa7\x6c\xbf\xbe\x99\x96\x2e\x3e\xa2\x6c\xbf\xc4\x9b\x6e\x62\xb6\xf1\xea\xb7\x74\xdd\xbb\x4b\x37\xb1\xca\x60\xe6\x05\x72\x5e\x0d\x45\x62\x2e\x17\xc8\x79\x95\x7a\x83\xeb\x76\x19\x9f\x37\xc7\x0f\x27\xef\x02\xe5\x2e\xbe\xde\xeb\xe7\xbe\x83\x91\xae\xe2\x5b\x84\x96\x2e\xf8\xee\xfa\x16\x7c\x62\xdb\x34\x5d\x46\xf2\x55\xbe\x98\x27\xd2\xa7\x0b\x94\xbb\x85\xf0\x83\x6b\x70\xa6\xeb\x1b\xf2\xe9\x32\xbc\x5f\x16\x79\xf0\x31\xdd\x1a\x7e\x2d\xfa\x07\xa0\x20\x4e\x99\x6e\x4d\x9f\xe6\x82\x9f\xae\xa7\xe0\x5c\xe2\xcc\xe9\xe2\x2f\xdd\xda\x3f\x6f\x58\xe9\x5a\x1d\x9f\x8f\x90\xc0\xd8\xad\xeb\xeb\x9a\x9b\xc6\xf3\x79\xcd\xc6\x23\xe4\x03\xcc\xc6\x23\xf4\x3c\x99\x74\x89\x9d\x91\x69\x94\x2e\x5f\xde\x05\xc4\xfd\x36\x72\xf7\x3e\x3e\xdf\x40\xe7\xee\x7d\x7d\xbe\x01\x1c\xb3\xcb\x57\xf9\x6a\xe4\xd3\xb9\x83\x38\x97\xa9\x91\x37\x00\x88\x83\x39\x2c\x11\x6b\x4d\x17\x97\x58\xc1\xbd\x0b\x6e\xba\x13\x9f\xc1\xe8\xd2\x62\xf4\x2d\xdc\x26\x00\xda\x25\x68\x72\xf9\x82\xca\xe2\x9a\xac\x9f\xf7\x7c\x86\x03\x2e\xce\xd7\xd5\xa2\xfa\x6a\xc4\xa2\x57\xec\x9a\x87\x8c\x47\x76\x95\xce\xa5\x47\xc7\xba\x74\xef\x47\xe2\x57\xba\x7c\x25\x57\x28\xc3\x3f\x9d\x4c\xf8\x37\x07\xad\x4b\xbe\x63\xe2\x89\x7b\xde\xc8\xba\xe4\xbb\x45\xde\x09\x3f\x85\x4f\xc7\x9d\x28\x5f\x35\x74\xb1\xdf\xd4\x40\xbf\x8a\x9f\x22\xd0\xc7\xcf\xe5\x95\xc8\x0f\x19\xdc\xbd\x28\xaa\xc3\xa7\x33\x39\x53\x63\x50\x79\xa2\x93\x1b\x0d\xa1\x28\xba\xe4\x11\xd4\x1c\x94\x20\x3a\xec\x6d\x7b\x26\xef\xd6\x7f\xf7\x6b\x7b\x0e\x6c\x56\x84\x39\x3e\x6d\x9f\x3c\x9e\x79\x3e\xcd\x9c\x74\x49\x4f\x09\x33\x23\x20\x2c\x86\xf4\x61\x66\x74\xe4\x92\x63\xd8\x1f\x66\x46\x5f\xeb\x72\x54\xbc\x09\x33\xa3\xef\x1a\xe4\xa8\x5d\x03\xcc\x8c\xee\x20\xe7\x58\xc6\x87\x99\xd1\xbf\xe6\x1c\xf5\x35\x63\x66\xe4\x29\xc5\xaa\x8d\x8c\xe2\x8d\x95\x9f\xeb\x8b\x53\x97\x2a\x3f\xd7\x17\x67\x6a\xdc\x34\x9e\xf7\xa4\x95\x63\xe5\x9a\x4d\x33\xc4\xe3\x8d\x0d\x33\xdd\x11\xfc\x3d\xd3\xf7\x8c\x73\x6c\xcf\xd7\x99\x85\xc6\xf3\xf6\xd6\x72\x64\x8d\x8c\x2c\x80\x7a\xf2\xb1\xd3\x25\x13\xca\x58\xde\xe8\xbb\x6f\x39\x2a\x7a\xe8\x1b\x19\x39\x1e\xee\xae\xf0\x9f\x9e\x27\x3e\x51\x7c\x65\x2b\xf2\x73\xd0\xc9\x2b\xc1\xd7\xb7\xb8\x33\x09\xbe\x39\x29\xac\xe6\xf5\xf3\x59\x59\xb8\x29\x2b\xa0\xe9\x8f\x2e\x79\x68\x29\x27\x5c\x46\x82\x26\x99\x48\x76\x4e\x3e\xf1\x2a\x68\x92\x13\x5b\x3a\x89\x19\x97\x70\x40\x4e\xbc\xa3\xf4\x8a\xd4\xeb\x4c\x7f\x63\x89\x19\x93\xa0\x49\x4e\x3e\x71\xe6\xc4\x94\x47\xd0\x24\x93\xfe\x95\x5f\xa9\xb2\x1e\x41\xcb\xca\x98\x25\x0b\x4c\x11\xb4\x4c\x8e\x6c\x4e\xfb\x23\xc6\x9e\x13\x4b\xac\x12\x4b\x09\x96\x65\xd4\xf7\x33\x42\xfb\x0a\x96\xe5\xcc\xc0\xcc\xe1\x23\xc6\x9e\x51\xca\xcf\x48\xe4\x2b\x58\x96\x11\xc5\xcf\xa8\xe1\x2b\x58\x96\x51\xa7\xcf\xc8\xd2\x2b\x58\x96\x73\x62\x9b\x28\x7d\xc4\xd8\x33\xea\xed\x19\x69\x76\x05\xcb\x32\xf2\xeb\x99\x04\x33\x05\xcb\x32\x79\x66\x19\xc1\x75\x05\xcb\x32\x39\xab\x19\xcd\x72\x05\xcb\x32\xe9\x66\x19\x65\x71\x05\xcb\x32\xca\xe2\x39\xd7\x8f\x30\x7a\x46\x1a\x3c\xe7\xf6\x11\x46\xcf\xe8\x70\xe7\xdc\x3e\xc2\xe8\x19\x99\xeb\x8c\xbe\xf5\xeb\xbd\xa3\x68\x9d\x91\xb2\x7e\xbd\x77\xe4\xa3\x33\xda\xd0\xaf\xf7\x8e\x36\x74\x26\x9b\xf6\xf5\xde\x91\x81\xce\x79\x7c\xbe\x77\x34\x9e\x33\x62\xcb\xaf\xf7\x9e\x17\xfd\xd4\xae\x01\x9f\x8c\xe2\xe7\x59\x1b\x03\x8e\x9b\xb2\xe2\xe7\x59\xa9\xff\x8e\x9b\xb2\xe2\xe7\x04\xce\x15\xd8\xca\x8a\x9f\x23\xb7\xfb\x7b\xcd\xc3\x99\xc7\x3e\xaf\x79\x74\xe6\xfc\xbc\x26\x2b\x49\x3e\xfb\xf3\x9a\x02\x61\xf7\x03\x22\xe5\x2c\x10\x76\xe7\xff\x4f\x40\x91\x11\xbe\xcd\xf9\x7e\xe0\xa7\x8c\xe2\x6d\x26\x98\xff\x9a\x60\x48\x33\xce\x4f\xf8\xc0\x4f\x19\x8d\xdb\x4c\xee\xb1\x16\xea\x4c\xd8\x3f\xa3\x6a\x2b\xfc\x94\x09\xe6\x67\x82\xf9\x77\xf0\xae\x20\xfa\xcf\x0a\x50\x1e\xa7\xf5\xce\x24\x8c\x65\x08\x69\x95\x12\x9c\x21\x2d\xcd\xb0\x95\x2a\x25\x38\x43\xda\x97\x61\xeb\x53\x42\x55\x86\x91\x2f\xb7\xf6\x91\x26\x95\xa1\xdb\xcb\x04\xcd\xd2\xf1\x5c\x9f\x0c\x49\x56\x86\x1d\xeb\x41\x42\x27\xc3\x80\x95\xa1\xbe\x7a\x4e\xd2\x99\x87\xc6\xeb\x8d\x0f\x37\xf2\x25\xfd\xff\x25\xec\xdc\x95\x34\x57\x72\x23\xec\xeb\x29\xe6\x0d\x44\x16\x12\x75\x89\x58\x4f\xb6\xf4\x0e\x64\x5d\x22\xd6\xd8\xb3\x13\xa3\xdd\xf7\x57\x34\x3e\xb4\xba\xcf\x71\xc6\x18\x63\x2a\xf8\x37\x6f\x45\x14\x90\x85\xcc\xb4\x16\x31\x4f\xb0\x74\xac\x01\xf5\xb4\x28\x35\x9d\x1e\x7e\xa3\xe3\xcb\x10\x36\x72\x1a\xaa\x0c\x81\x22\x43\x99\xc8\x2d\xd2\x04\xeb\x70\x14\xd0\xde\x09\x43\xa4\x18\x5c\x0c\x7e\x5c\x44\xd8\x1a\x7c\x0c\x02\x34\xa2\x69\x13\x52\xe1\x31\xf8\x32\x18\x4d\xb9\x95\x30\x8c\x80\x8c\xf5\x58\xe7\x43\x6c\x33\x06\x37\x83\xb1\xab\xd9\x88\xb8\xf4\x8d\x19\x7d\x63\x41\x18\xfb\x18\x64\x9d\x40\x9c\xc4\xdf\xc6\xd9\x59\xf5\xd1\xe9\xf0\xcd\x6a\x03\xbc\x66\xc8\x6e\xf8\x0e\xa3\x28\x4b\xb0\x0d\x94\xcd\x37\xf1\x9e\x86\x31\xeb\x58\x92\x1f\x66\x48\xa7\x7e\xa1\x7d\xac\xde\x21\x05\x67\x08\x36\x18\x4a\x0d\x15\xc1\x50\x43\xc9\xc0\x90\x30\xa8\xe2\x6f\x22\x29\x60\x68\x09\xd4\xca\x04\x83\x33\x6f\x03\x5b\x32\x44\xe3\x6c\xb0\xcf\x03\xbf\xbd\xf6\x93\x83\x0f\x83\x71\xa2\x11\x1d\xa5\x06\x7f\xdc\x20\x8e\xd7\x11\x3b\x65\x06\xe5\xdb\xe0\x7a\x57\x5c\xe0\x0d\x06\xb7\x41\xd6\xae\x0f\x4b\x3a\x48\x9f\xc1\x23\xae\x73\x73\x49\x2c\x2c\x23\x6d\x87\x62\x7b\xdf\xc6\xe0\xec\xe9\xff\xc3\x72\x01\xf3\xd4\x46\x9a\xf4\xc4\xe6\x9d\x41\xd7\x34\xd8\x98\xad\x44\xbd\x64\x30\x27\x0d\xca\x64\xc3\x78\xd5\xa0\x37\x1a\x0d\x71\x8d\xd6\x06\x4b\x30\x70\xa4\x03\xcc\xe0\xd1\x11\x9f\x06\x02\xcd\x8a\xb2\xc0\xe0\x12\xda\x40\x61\x19\x75\x04\x1b\xac\xf3\x23\x4d\x4d\xf8\x9b\xb0\xe4\xec\x49\x27\x90\xe8\x0a\x31\x48\x6f\x06\xdb\xad\xd5\x9b\x23\xc9\xb7\x9e\xf4\xd4\x88\x16\x0c\x7b\xe2\x0b\xb0\x07\x8b\x8c\x16\xa5\x86\x3d\x40\x28\x4f\x54\x80\xad\x87\xd2\xb5\x3d\x51\xad\xd9\x83\xf5\x44\x67\x61\x79\xc8\x1d\x1e\x3c\x20\xa0\x67\xdb\x03\x05\xe7\xc1\xc9\x00\x56\xb1\xd1\x5d\x67\x74\xd7\xb5\x19\x74\x43\x7b\x1a\x27\x42\x09\x1f\xd7\x30\x7b\x20\xd6\x3c\x88\xd0\xaf\xce\xcf\x59\x6d\x68\xa4\x6b\x87\x6c\xe8\x61\xf1\x7f\x90\x65\x3f\x41\xae\xb4\xe7\x65\x10\x49\xc5\x6b\xf1\x37\x09\x6b\x0f\x8a\x7e\x46\x08\x7a\x40\xde\xe8\xbc\xeb\x95\xc9\xf0\x30\xbd\x81\x1b\x7b\xe3\x2b\x7e\x99\xde\xa0\x87\x1d\x7f\x09\x7b\xc9\x08\x5e\xf4\xd3\x72\x26\xbf\xb4\xc2\xbc\x88\x0d\x0f\x62\xf2\x4b\x29\xfd\x22\x1b\xf6\x46\x95\x6e\x2f\x93\xf6\x45\xa7\xea\x04\x0b\xdd\xe8\xc3\xb3\xec\xc3\xbb\x1f\x4e\xd4\x18\x6c\x48\xb9\x04\x37\xd3\x68\xb5\xb3\x6c\xb5\x6b\xf9\x73\xb2\xf5\x17\xd6\x2f\x26\x1c\x96\xa0\x65\xf6\xdf\x0d\xcb\x41\x8e\x44\xaa\x86\x56\x60\x7b\x09\x02\xe0\x9a\xe3\xe1\xbd\x27\xbc\xf9\x22\x32\xf3\xe4\x89\x88\xc9\x2f\x94\xd7\x97\xb0\x36\x79\xef\x33\x62\xdd\x41\xc2\xd1\x66\xa4\x2c\x36\xfd\x7b\x0e\x3e\x49\x0f\xa7\x7f\xcf\xc1\x27\x15\xce\x04\x76\x82\x9a\x64\x34\xc9\x19\xdd\x71\xc9\x2d\x32\x9a\xe4\x8c\xee\xb8\xe4\x16\xd9\x24\x4d\x9f\xd4\xc7\x25\x84\x3a\x6c\x32\xeb\x66\xa3\x6f\x21\xd4\x73\x6c\xb2\x1e\x4d\xd6\x23\x8b\x26\x1d\x9b\x4c\xc5\x49\x25\x0d\x35\xc9\xe8\xaa\xb3\x49\x41\x5d\x06\x47\x76\xae\x33\x9b\x2e\x4a\x0e\x72\x9b\x1d\xdc\xa1\x72\xa2\xd8\x71\x36\x9a\xeb\x92\xc4\x64\x13\x44\x6b\xd2\x59\x56\x1a\x77\x04\x5f\x70\x66\x0a\x4f\x59\x90\x90\xe9\xcc\x14\xfe\xb9\x7f\x9b\x50\x2c\x82\xc1\xca\xe2\x32\x7a\x7a\x6d\x51\x63\xae\xac\x90\x98\xa7\x8b\x87\xbd\x48\x0c\xe9\x3d\xb6\x15\xfb\xbb\xb6\x3e\xeb\xa5\xc6\xe0\x62\x90\x76\x92\xc5\x91\x54\x41\x8b\x96\xd9\x1d\x60\x94\x2d\xaa\xa0\xd5\xa0\x2b\x06\x7b\xc6\x16\xa5\x0a\x98\xe9\x55\x82\x28\x63\x8b\xfc\x69\x1d\xf6\x93\x03\x1f\x33\xc0\x52\xdb\xc9\xfc\x22\xc7\xd9\xe4\x38\x3b\xf9\x55\x7c\x4f\x89\xa7\x02\xa4\x5e\x46\x4e\xb6\x69\xc4\xda\xd0\xc1\x4a\x74\xd5\xda\x06\x08\xdf\xec\xa9\x42\x16\x30\x60\x55\xdb\xe5\xfa\xc2\x88\x6c\x83\x6c\xed\x80\xb4\x3e\xef\x28\x41\xd6\x5d\xf6\xb7\x3b\x82\x35\x65\xb0\xa6\x3e\x67\xf4\xe6\x99\x6d\x92\xa2\x9c\xd1\x80\xa5\xb6\x67\xfd\xf6\x56\x37\x5f\xde\xfe\xf6\x56\xff\x66\x87\x7b\x3f\x25\xc9\xa0\xf1\x94\xc0\xdc\x0c\x7c\xec\xf3\xc5\x01\x8c\xd9\x61\xc5\xcc\x17\x77\x62\xe1\xb4\x63\xdf\x4b\xe2\x23\x8e\x14\x67\x0f\xc6\x98\x1d\x0a\x89\x13\x98\x44\x41\x87\xc3\x0e\xa1\xe8\x44\x28\x2a\x23\xff\x26\xf3\x05\x0c\xab\xe0\x01\x6d\x60\x58\x06\x86\x55\x6a\xfe\x4d\x3e\xc7\x93\xf5\x6e\x5e\x27\xd5\xc5\xa1\x9d\xeb\xf3\x3a\x89\x64\x09\x3b\xa1\x01\x6e\x87\x42\xf7\xb0\x11\xe5\x8b\x9f\xb3\xcb\x78\x06\x1b\xec\xe2\x8e\xa8\x2e\xc0\xa2\x0c\xf6\xa1\x81\x37\x59\xe2\x4d\xf9\x3d\x1d\x72\x9c\x93\xfd\x4a\x04\x83\x03\xc4\x9b\x58\x54\x06\x83\xf3\x72\x22\x90\xa9\x9c\xde\x87\x75\xfe\xd0\xd9\x64\x6f\x9e\x88\xd7\x01\x0a\x5c\x99\x36\x87\x77\x0b\x94\x65\x57\xf4\x9c\x1b\x7d\x86\x76\xe6\xf3\xfd\xc9\x4f\xee\x7d\xd5\xef\x4f\x89\x2c\xf8\xac\xf5\xfd\x29\x11\x5c\x0f\x7b\x0f\x9f\x67\x67\xf1\x3f\xe7\x4f\x3f\x27\x42\x9c\xf3\xed\xe7\xa2\x23\x51\xd7\xad\xaf\x23\x75\x05\xbc\xa2\xeb\x7e\xbf\x1f\x59\x38\xd2\xfe\x74\xa4\x71\xa4\xfd\xe9\xc8\x58\xe7\x45\x2f\x61\x4e\x30\x5d\x51\xb7\x2a\x81\xad\xcf\x9f\x47\xec\xd1\x05\x37\xf7\xf3\xe7\xce\xdf\xa4\xd3\x84\xd0\x2e\x60\x2e\x65\xdb\x20\xa1\x5d\xa0\x5d\xba\xea\xf5\x15\xda\x75\x05\x62\xa0\xab\xea\xeb\x6d\x0a\x4e\xa1\xb2\xdd\x90\xb7\xa9\x2b\xe6\xa7\xb2\xeb\x90\xd0\x2e\x9a\x0f\x75\xd5\xf9\x15\xda\x05\xed\x50\x57\xae\x0c\x83\x23\x23\x74\xe9\x6a\xfe\x15\xda\x45\x47\xa2\xae\x6c\xc7\xab\x9c\xa8\x73\xef\xec\xf2\x13\xda\x75\x45\xf1\x2c\x28\x89\x39\x15\x75\x45\xf4\xd7\x95\x9d\x77\x8b\x9f\x0f\x4e\x04\x03\x84\x68\xa3\x6b\xf0\x94\xa0\x6a\x12\x6d\x74\x43\xb9\xbc\x93\x85\x1d\xf1\x53\xe0\x62\x82\x84\x98\xf1\x53\x77\xa4\xdb\x4a\x02\x3b\xf1\x53\x77\x54\x7e\xba\x4b\xfd\x8a\x9f\xba\x23\xbf\xd3\x1d\x69\x49\xc6\x4f\xdd\x85\x13\xd1\x2a\x42\xfc\xd4\x1d\x89\x9d\x6e\x94\x07\x88\x9f\xba\x79\xef\x37\x68\x3c\xf1\x53\xb7\xf8\xb9\xce\xb7\x3b\xba\x23\xa2\xe8\x86\xaf\xfd\x79\x47\x87\x8b\xc7\xa5\xba\x46\x03\xa5\x4a\x2c\x3d\x2a\x78\x3e\xa1\xe5\x2d\x58\xd1\x82\x15\xdd\xef\xca\x91\x51\xe1\x88\xa6\xc5\x5e\x02\xdd\x56\x89\xa0\xaa\x82\xb6\x73\x8d\x1c\x5c\x90\x87\x65\x88\xa6\x5d\x33\x07\x3b\x83\xe8\xfe\x45\xf7\xbc\x40\x7c\x64\x29\x77\x56\x39\xd2\x18\x44\xb8\x0a\x23\x5e\x81\xd5\x08\x90\x66\x2c\x1e\xb2\xc5\xcc\x92\xc5\x4a\xa9\xc3\x1d\x59\xe4\x0e\xb2\x00\xfc\xfc\x1a\x9c\x28\x72\x5b\x59\xe4\xb6\x7e\x85\x7e\x98\x2c\x40\x75\x59\x14\x6b\x5e\x72\x30\x72\x38\x19\xc0\xab\x3b\x27\x5a\xfc\x3c\xaa\x34\xa7\xd9\x4d\x54\xfc\xa2\xe2\x77\x7c\xed\x04\xf7\x58\xf4\xfb\x39\x4a\xe9\xa2\xed\x4f\x70\x02\x43\x2f\xff\x37\x09\x85\x14\x79\xac\x14\xa8\x6c\xa8\xb0\x7f\x0c\xc6\xaa\x28\xda\xf8\x42\x38\xf3\x63\xd0\xf8\xdb\x51\xd7\x79\xb8\xba\x7d\xfc\x8f\xab\x88\x58\xe2\xf8\xa4\x49\xc4\x12\x1a\xf7\x42\xb6\xee\x63\x30\xd6\x25\x29\xd6\x25\x47\xa0\x5a\x22\x18\x28\x82\x81\xa3\x81\x2c\x45\xa2\x26\x45\xa2\x66\xe8\xbc\x4b\xf1\x40\xa5\x68\xeb\xf0\xc9\x4c\xc1\xc2\x5f\x10\x1b\x7d\x57\x2e\x3e\x4a\x00\xd1\xa3\xe7\x48\x81\x4a\x11\x94\x45\x8f\x9e\x53\x48\x08\x2a\xa3\xd2\xcb\xfd\xe6\x05\xe2\x60\x2e\xac\xcb\x57\xd7\xb3\x50\x2f\x95\x13\x75\xd3\xb7\xdc\x82\xc0\x28\xbc\xc2\x95\x26\xe1\x16\x54\x47\x61\x0b\xae\xf4\x03\xb7\xcd\x91\xb1\xd6\xcb\x23\x22\x57\x4d\x06\x23\x88\x8a\xe6\xbd\x5a\x43\x54\x54\xf4\xcd\x29\x5d\x75\x7b\xec\xc4\x08\x1f\x5d\xa5\x81\x6e\x8f\xed\x63\x61\x61\x2b\x3a\xec\x6a\xdf\x9c\x3d\x56\x3f\x61\xc7\x5a\x07\xb7\x8a\x75\xaa\xf0\x4c\xad\x8f\x71\xab\x4c\x36\x9c\x46\x2b\x96\x62\xc2\x3f\x54\x58\x85\xd6\xf7\xe2\xde\x37\xf7\x0e\xeb\xf6\x0d\x74\x52\x78\x6f\xca\x93\x10\x1a\x9a\x62\xaa\x7c\x7d\x40\x4f\x15\xc7\x28\x55\xa6\x65\xc5\xac\x7d\x05\x14\x28\x9a\xdb\x84\x97\x62\xdd\xa1\x0f\xad\x1a\x11\x4b\x15\xc3\xf2\x1d\x5b\x14\xa2\xf1\x4d\x34\xbe\xd5\x1d\x98\xa3\xb0\xf4\x13\x5e\x7e\x15\x53\x22\x41\xf3\x54\xd2\x3c\x71\xb3\x11\x8c\x4e\xa5\x1f\x5a\xa9\x0c\x06\xd6\xac\xb4\x1b\xcb\xb0\x89\x51\x98\xd2\x21\xcc\xf2\xc8\x08\x39\x4a\xe7\x27\x0f\x2a\x91\x2a\xf3\x29\xcd\x9a\xbc\xe5\x20\x3f\xc7\x51\xc9\xa3\x06\x15\xce\x48\xc2\x12\xa9\x21\x13\x28\x2c\x8a\x84\x37\x51\xc3\x6e\x42\x78\xf7\x08\xd3\x9e\x46\xb5\x2a\x8c\x6b\x84\x63\x4d\x6b\xd1\x0c\x20\x5a\xe4\xd4\xb2\x52\x0f\x60\x57\x38\x9f\x08\xcb\x93\x36\x42\xf0\x4d\x98\x72\x08\x37\x8e\x06\x41\x48\xf8\x3e\x08\xc3\x87\x36\xa3\x23\x4c\xed\xe1\xe7\xf8\x12\x2f\x6e\x13\x79\x7e\xa1\xcb\xdf\x36\x2b\x38\x3a\xf9\x6a\xd8\x56\x9d\x20\x17\x0b\xb9\x7c\xb5\x74\xaf\xe2\x81\x20\xaa\xad\x54\xd3\x2e\xdc\x11\x1a\xd9\xea\x69\x4b\x73\xe5\x60\xcc\xa5\xd4\xac\xb6\x60\x3b\x08\xf5\x67\xa5\xec\xb3\x62\x6b\x4a\xc8\x3e\x2b\xf5\x9e\x11\x8b\x14\x6a\xcc\x02\x76\xeb\x0a\x7e\x91\x90\x53\x56\x4f\x97\x92\xc2\xdf\xac\xfc\xcd\x34\x16\x21\xb8\x20\x61\x2c\xb4\x8b\x57\xf7\x77\x1d\x82\x6c\x6f\x5c\x56\x94\x87\xdd\x03\x2c\x15\xac\x4e\x25\xab\xb3\x06\xd7\x44\x30\x37\xd5\xd3\x03\x82\x05\xa6\x4f\x6e\x15\x73\x84\xc6\xd2\x3e\xf8\x42\x06\x0a\xf1\xc8\x84\x09\xdd\x48\x21\x18\xd9\x77\x34\x6d\x08\x8d\x41\x8d\xc8\xad\x56\xaf\xf7\x5a\x4c\x73\xe4\xf8\x94\x3a\x7c\x57\xb0\x99\x85\x66\x9e\x52\x2c\x0f\xd2\x84\x90\xb2\xd3\x88\x1b\x1c\x77\x90\x38\x35\xb8\xab\x11\x77\x35\xca\xcd\x91\x9d\x23\xd1\xa2\x2b\xd1\xba\x2d\x94\xe2\x84\x44\xdc\xea\xb5\xac\xc5\xe2\x85\x30\x9c\x52\x11\xae\x30\xd5\xe9\x9d\x53\xca\xa1\x29\xff\xee\xe4\xb2\xd0\x1b\xf3\xce\xdf\x9d\xdc\x00\xa2\x60\xd5\xb8\xac\xcd\x15\xec\xd4\x75\xe4\x19\x1c\x8e\x84\x1c\xd8\x09\x5c\x88\x43\xe9\x61\xdd\xef\x81\x3f\x09\x75\x27\xa5\xac\x13\x68\x8d\x90\x6e\x52\x6a\x36\x0d\x2e\x09\x95\x26\x81\x93\x0d\x4c\x3a\x05\x0b\x55\x0f\x22\xa4\x98\x39\xe8\x89\xe8\x22\x78\xa7\xe3\xad\x9c\x88\x69\xf9\xa0\x2a\xf9\x92\x04\x42\x3f\xd5\x83\xf8\xe2\x24\x9e\x3c\xa4\x0d\x0f\xba\x87\x53\x31\x57\x21\x9c\xea\x41\x8e\x10\x23\x40\x3d\x51\x4c\x09\xb8\x6c\x4c\x56\xb2\x27\x70\x08\x3d\x48\x0e\xae\x60\xf5\xea\xe9\x9c\x1d\xb5\xbf\x95\x67\x8f\x92\x45\x4f\xd4\x2a\xda\x21\xe1\x2d\x58\xa8\x82\x85\xea\x77\xec\x61\xe8\x21\x92\x3f\x1b\xfd\x8c\xc5\x91\x87\x07\x72\x40\xd0\x83\xa2\xa6\xe7\xf0\x3c\x63\xb7\xc3\x4b\x28\x03\xe8\x8d\x07\x29\x90\x31\xb7\x8f\x8c\xeb\x37\x09\x06\x40\x99\x5e\x12\x0c\x45\x3d\xaa\x17\x45\x91\x37\xb2\x07\xaf\x21\x23\xa6\x97\xc2\xe2\x8d\xc7\xeb\xa8\x8a\xea\x65\x85\x7c\x63\x85\x74\x18\xa3\x7a\x11\x39\x81\xa1\xea\x08\x0c\xe8\x65\x4e\xbd\x31\xa7\xaa\x11\xfb\xa1\x9f\x0a\x30\xac\x1a\xf9\x29\x80\x97\x00\xbc\xaa\x58\x60\xdf\xcd\xd9\x37\x00\x77\x80\x92\x9a\xa4\x8d\xf3\x66\xd9\xe4\xeb\x9b\x51\x77\x89\x4e\xbc\xfa\x12\xea\x26\xc9\xf5\x8c\xe4\xba\x22\x6b\x21\x48\xa5\x9a\x80\xa7\x14\xfd\x9a\xc4\xe9\x49\x9c\x2e\x24\x17\x93\xdb\x9c\xf8\xc6\x66\xc2\x3e\xa3\x6b\x55\xf0\x39\x5b\xe3\xd3\x01\x48\xd2\xc4\xd3\x72\x50\xeb\x4c\x3e\xb2\x09\x42\x3d\x03\x16\xd4\x24\xfa\xcc\x49\x98\x77\xee\x28\xea\x51\x4d\x9c\x04\xd7\xe1\x92\x62\x71\xd2\x8c\xee\x8b\x76\x1a\x97\xc4\xe7\x38\x63\xc2\x34\x2c\xf4\xb5\x22\x07\xd5\x4a\xbb\xb8\x95\x83\x93\xc1\xc8\xcd\x31\x79\xd7\x8a\x9a\x53\x0b\x0f\x04\x34\x5b\xb5\x02\xaa\xd0\xc2\x2a\xa0\x87\xd1\x91\x16\x1f\x19\x98\x56\x1f\xb1\x01\xa3\x45\xbe\xb7\x10\x7b\x5f\xe4\x26\xab\x73\x64\x24\x48\x9d\x8d\x22\xad\xa8\x13\xb4\xb0\xf0\x39\x0f\x83\xd1\xb4\xa5\x95\x62\xdc\x44\x88\x15\xad\x58\x5a\xb0\x8f\x75\x71\xf1\x7c\x10\x0b\x79\x6a\x0f\xba\xab\x36\xd3\x7c\xa3\x80\xdc\x29\x95\x76\x90\xf6\xe2\xeb\x0a\x9c\x74\x31\xd8\x18\x44\xe6\x91\xbf\xb9\xe3\xdd\x6a\xc3\x14\xde\xd4\xb8\x9b\x57\xbc\x11\x95\x3d\x41\x55\xd2\x26\x61\xa1\xdb\xce\x31\xa5\x17\x4d\x70\xda\x0f\x8a\x20\x54\x06\xe7\x42\x84\x07\x0a\xed\x15\x3a\x94\x3a\xac\x7b\xf4\x3d\x5d\x18\xb7\xe9\x90\x2a\x82\xba\x94\x52\x73\x50\x0c\xfa\xf7\x23\xf9\x64\x92\x35\xf9\x79\x24\x95\xd6\x99\xf9\x37\x63\xce\xd3\xad\xa3\xc3\x6e\x2c\x9c\x72\x1d\x52\xc5\xc3\xd6\x3c\xee\xf0\x02\xd4\xd0\x61\xe3\x55\xe1\x34\x20\x5a\x78\x44\xef\xce\x25\x5e\x31\x2d\x3c\x02\xf0\xb8\xc4\xa4\x3d\x81\x18\x0a\xdc\xe3\x92\x73\x24\x05\xe5\x39\xd9\x2b\x1d\xda\x7e\x34\xed\xf8\x67\xd3\x0e\x72\xc5\x70\x36\x3d\x39\x9b\xb4\x49\x3a\xda\x46\x7e\x65\xeb\x25\xba\xf0\x30\x38\x1d\xd8\x24\xbb\x41\x1d\x7a\xa6\x5f\x25\xf7\x97\x19\x34\x6a\x39\xfb\xd6\xe6\xe1\x00\x25\x7e\xe5\x26\x7e\x0e\x06\x0e\xe1\x89\x43\xa4\x45\xfd\x9d\xf1\x77\x97\xaf\x27\xef\x25\x82\x87\x97\xbb\x7e\x3d\x79\x2f\xc4\xc8\x02\x69\xe4\xf3\x48\x76\x1b\xff\x9f\x55\xc8\x60\xe0\x2c\x5e\x1c\xb1\x27\xf4\xc8\x29\xad\xbd\x90\xf2\x1d\xac\x98\x0a\x3a\x4b\x85\x0c\xe7\xbc\x39\x98\x31\x3d\xdf\x74\x5c\x7c\x41\x67\xa9\xb0\x13\x49\x63\x80\xc3\x31\x74\x38\x86\x4e\x77\x90\x97\xc1\x6c\x0d\x18\xc3\x2f\x04\x37\xcb\xe0\x3a\x23\x2e\xf9\x85\x3a\x2f\x85\xbd\xd3\xc3\xe1\x17\x3e\x36\x88\x98\x79\x41\xad\x09\xda\x9b\x97\x87\x13\x45\xfe\xe4\xe9\x97\x59\x02\xf2\x73\x28\x8a\x7e\xe3\x6b\x07\x45\xd1\x4b\x60\x7d\x7e\xe3\xa2\x58\x26\x3f\x8f\xcf\xde\x01\x7b\x1c\xa6\xa1\x17\x8a\xbe\x54\xc8\x47\xaf\xcc\xd1\x11\x72\xcb\xbf\x19\xc1\xdf\x91\x2d\x73\x43\xca\xb8\x1c\x7e\x8e\x78\x92\xa1\xc9\x59\x0e\x47\x1e\x8e\xc4\xb2\x81\x26\x13\xa7\xc9\xc4\x85\x0d\x29\x1a\x43\x6e\x91\x50\xb8\xe3\x31\x40\xeb\x88\x1b\x32\x4b\x8e\x43\xb0\xa1\xaf\x64\x85\x23\x91\xde\x85\xc4\xe8\x16\x61\x34\xbc\xd4\x63\x90\x6b\x31\xb6\xa5\x11\xb8\x05\xb1\x70\x13\x47\xe2\x29\x61\x11\x82\xdc\xc4\xb6\xf4\x95\x47\x3e\x0c\x82\x19\x20\xa9\x0f\xa8\xe1\x56\xb3\xd8\xe7\xec\x68\x76\x59\x80\x67\x61\x34\x11\x83\x3c\xb3\x46\x5d\x8f\x9b\x98\xa1\xd9\x05\xee\xe1\xe9\x55\x6e\x0f\x97\x14\x7b\xab\xfe\x20\x61\x6d\x28\x71\x19\xea\x57\x2f\x1e\x32\x50\x2f\x1d\xce\xa5\xbf\x4f\xff\x5d\x42\xe1\x16\xa5\xac\x5b\x2c\x79\xfe\x62\xe0\x46\x5f\x89\x5b\xd4\x2b\xfe\x22\xd4\x0e\x67\xd3\xe1\x6c\xfa\xe4\x2b\x31\x24\xb5\x2c\x00\x59\x9f\x68\x9d\x5a\x14\x69\x6e\xb1\x0e\xfa\x42\x65\x9e\x16\x12\xa7\x85\xc4\x17\xa6\x0d\x46\xeb\x01\x8d\x21\x9e\x5e\xbf\x8a\xd8\xec\x40\x32\x7e\x98\x3e\x09\xc2\xc0\xbd\xf4\xc3\xd9\xc5\x6c\x40\x23\xce\x0f\xaa\xd5\xa2\x49\x41\xb1\x45\xeb\x69\x65\x02\xbf\xd2\xe1\x57\xd6\x0b\xad\xd3\xc4\x59\x00\x58\x2a\xda\x6b\x9e\x38\x8b\x22\x3e\xd5\x8c\x8e\x8a\xec\xd4\x15\xd5\x52\xbd\x91\x53\x57\x14\x4d\xae\x58\x89\xea\xcd\x87\x2b\x62\x89\x1c\x9d\xac\x99\x47\x72\x47\xb1\xa9\x57\xd3\xfa\x15\xb4\xc6\x41\x6b\xea\x8d\xd4\xb3\x98\x37\x8a\xea\xa3\x16\x34\x90\xd5\xb8\xf7\x86\xa2\x16\x5f\x9e\x68\x7c\x50\xac\x75\xb5\xe0\xed\x22\x7a\x1c\x14\x31\xa1\x0a\xe7\x30\x48\x97\xae\x58\xd9\xab\x63\x32\x20\x42\x83\x62\x37\xa0\x3a\x32\xb1\x88\x59\xb9\xc0\x35\xfc\xf0\x90\x91\x52\xd3\x44\x66\x0b\xd9\x5d\x4d\x4e\x14\x99\x72\x25\xe5\x74\x60\x21\x87\xb3\x59\xd3\x78\x51\x8b\x87\x0c\x02\x52\x71\x9b\x14\xa1\x01\x11\xac\x9a\x32\xf3\x10\x39\x1d\x11\xac\xda\x71\x58\xf5\x2b\x3f\xf8\x00\x7a\x3a\xe1\xcd\x23\x0b\x76\x8f\x08\x5f\x47\x1e\x19\x49\x83\x7b\xa1\xd5\x01\xa9\x62\x4f\x6d\x39\xde\xfb\xf3\xe6\x91\x9b\x41\xa4\xbb\x78\x74\x0e\x12\xe7\x51\x4f\xd7\x07\x0d\x5f\x27\x42\xb8\x21\xdd\x85\x01\xba\x13\x1a\x5c\x64\xac\xc4\x66\x27\x34\xb8\x38\x12\x43\x22\x98\xa6\xee\x11\x21\xea\x8b\xb6\xbe\xb3\x04\xb9\x12\xfd\x89\x69\x03\x74\xe5\x10\x4e\x6b\xea\x48\x3b\x58\xa8\x47\x65\x59\x37\xf6\x94\x90\x43\xdd\x3b\x40\x0f\x4e\x44\x4e\x14\x77\x7c\xc6\xd3\xc7\xc5\x89\x10\x9e\xdd\x17\xbc\x77\x9f\x1c\x49\x1a\x9b\x6e\x29\x3e\x39\x92\xee\x8b\x92\xf7\xce\x87\xee\x11\xf6\x9b\x21\xa0\x8e\xc4\x98\xa7\xc4\x98\xa1\xd3\xeb\x2c\x02\xc0\x5a\x2d\x4d\x5f\xa1\x75\xba\xc7\x16\x6d\x13\x81\xa5\x06\x1c\xe8\xc0\x5a\xcd\xd3\x91\x3c\x32\x09\x07\xcf\x6a\x15\x75\xfb\x1a\x6b\xb9\xd7\x1b\x3d\xaf\x8e\xab\x33\x8b\x00\xcc\xcf\x56\x79\xc8\x95\xe8\x5f\x23\x91\x6c\xed\xc6\xc3\x9a\x45\x00\xe4\xab\x35\xbe\x77\x90\x2f\x07\xf9\x6a\x0d\x19\xe3\x2a\xce\x1e\xba\x5c\x2d\x8d\x14\x2b\x91\xba\x46\x71\xd9\x9e\x4f\x2b\x7f\x2e\x9e\x02\xe2\x4d\x4b\x71\x24\x09\x53\xa1\xec\xc5\xe1\x02\xf5\x48\x47\x3d\xb2\xbd\x27\x5d\xf4\xb9\xa4\x01\x78\x94\xfe\xd6\x7c\xb0\xa8\x97\xb5\x99\xf7\x4e\x30\xae\xf1\xaa\xda\x9a\xe9\x95\xce\x91\x13\x44\x29\x4d\xb6\x59\x93\xc1\xcf\x5a\x9a\x62\x55\x44\x0b\x6b\x04\xdc\x7e\xa1\x15\xdd\xf8\x8e\x1a\xfe\x78\x6c\x3e\x39\x22\x66\x51\x1c\x86\x9d\x73\x0e\xd2\x66\x85\xb7\x5c\x49\xfb\xd4\xc2\xca\x87\xe7\x1b\x0d\x60\xde\xf8\xe2\x1a\x66\x6f\x96\xee\x83\x7c\x47\x80\x6a\xdd\x3e\x7d\x84\xa9\x42\x13\x7b\x42\x96\x1d\xa6\xa9\xb7\xc4\x9e\x66\xfa\xec\x3a\x83\x51\xa9\xf8\x95\x46\xb9\xd4\xab\x78\x7f\x79\x5a\x5f\x56\x8e\xc4\xf4\xcb\x59\x65\xe8\xa4\x73\x78\xa7\xdd\x31\xe7\x69\x8d\xdb\xc4\x5a\xab\xa6\x23\x65\xe7\x48\x5c\xb4\x2a\xee\x19\xb0\x50\xbd\x61\x98\x55\xd3\x55\x33\x0a\x24\x87\x77\xda\x6b\x1a\x37\x92\x99\x35\xf6\x5a\x1a\xf1\x13\xd4\xcf\x5b\x74\x94\xf7\xd6\xd3\xcc\x93\x07\x12\xf1\xb3\x77\xa5\xab\x26\x3f\x8f\xce\xcd\xde\x67\xda\x54\xf2\xf3\x78\xa9\x7d\xdc\xe9\x1e\xc9\x43\xc6\xe8\x3d\x3d\x1c\x68\xe7\x73\xda\xf9\x7a\x9a\x29\xd0\xce\xe7\xb4\xf3\xf5\xa7\xa4\x91\x22\x1b\x0c\x38\x99\x3f\xe9\xae\x73\x91\x88\x60\x61\xfe\xa4\xc9\x0e\x49\x34\x1a\x6f\x1d\x99\x25\xef\xf1\xad\x78\xc7\x1f\x7b\xd6\xbf\x6c\x81\x78\xff\x6b\x3e\x81\xe2\x9b\xf7\x98\x05\x7d\xa6\x53\x13\xd9\x57\xc7\x2d\x7b\xa6\x3d\x55\x04\x55\xa7\x8b\xb0\xcf\xb4\x77\xa3\xf1\xaf\xe3\xe0\x4c\x9b\xa3\xf7\x58\x37\xbd\x63\xcf\xbc\xd3\x91\xc8\xc9\xb0\xf0\x5e\xde\xe9\x26\x58\xb9\x5b\x6c\x96\x77\x9a\xee\x91\xc9\x77\xd4\xcb\x76\x9a\x3a\x92\x92\x75\x26\xca\x41\xe2\x9f\x9e\x42\x4f\x2d\xba\x93\xde\x5f\x24\x68\x1d\xc3\x62\x5a\xa9\x1c\x28\xd3\x13\xca\x3c\x79\x76\x64\x54\x3b\x46\x12\x57\x9a\xbd\x91\xec\x77\x1c\x24\xae\x74\xbf\x23\x16\x74\xd4\xc0\xae\x74\x86\xa2\xed\x10\xec\x73\x40\xfa\xf0\x6c\x3b\xec\x18\x26\xdc\xf9\x56\x5e\x9e\x12\xde\x08\xf7\x4e\x33\x2e\x76\x8d\x30\x34\x28\xf9\xe8\xd8\xcc\xe9\x78\x17\x14\x92\xcc\xce\x8c\x04\x4f\x1d\x25\x9d\xa1\x58\x18\x3a\xe2\x2d\x25\x0d\xa2\x48\x04\x3b\xe6\x03\x25\x0d\xcf\x26\x17\x8f\xeb\x40\x21\x47\xed\x93\xdb\xc4\x52\xa0\xa4\xfb\x27\x4b\x48\xa7\x41\x8a\xbd\x02\x87\xbc\xec\x1d\xa3\x00\x64\x9d\xbc\x93\x2b\xc2\x61\x1e\x25\x7d\xf9\x28\x0b\x3a\xaa\x65\x69\xb2\x0e\xe0\xeb\x83\xca\xdd\xd2\x91\x83\x7d\xbb\x81\xec\x7c\x00\x69\x7f\x73\x1a\x29\x7d\xc4\x96\xee\xf0\xf4\x3b\x61\x0d\x18\x31\xaf\x47\x2d\xc8\xf1\x47\x26\xe0\xf4\x5a\x8e\x5c\x81\x46\x44\x30\x1f\x31\x77\x47\x65\x09\x19\xac\xfd\x23\xd6\xfe\xd1\x5a\x7a\xe7\x90\xc2\x47\x90\x1b\x2d\xcf\xce\x4c\x46\x36\x70\xb4\xf4\x6d\x68\xb9\x5f\x87\x3c\xda\x4e\xbb\x14\x7e\x4e\xbf\xda\x60\xb5\x00\x55\xf6\x44\x95\x47\xda\x7b\xa0\xfd\x0a\xb8\x3c\x9e\x74\xaf\x61\x2e\xd1\x95\x39\x9e\x93\x86\x25\x9b\xc1\xc3\x20\x7e\x01\x14\x8e\x03\x6b\xbb\x37\x2d\x58\x28\x1c\x07\xde\x74\x6f\xde\x3b\x6d\xb1\x03\xaf\xb9\x37\xef\x9d\xa2\x72\x60\x2b\xf7\xd6\xf4\xb3\xe0\x79\xd2\x18\xb7\xd2\x9e\x85\x52\x61\x2c\xa0\x56\xcf\xc1\xc6\x60\xcc\xa5\x95\x7e\x5d\x8b\x07\x12\x73\x62\xac\xf4\x22\xda\x5c\x27\x0e\x6b\x69\x3b\x39\x58\xd5\x80\xb5\xc7\xbe\xd3\x0b\x82\xb3\xe3\x7f\xb6\xd3\x90\x82\x12\x73\x60\x44\xb6\x77\x3a\x20\x50\x3c\xe1\x01\x76\x94\x16\x06\x8b\xc1\x78\xf2\x67\xfc\xa5\x63\x6c\xff\xb1\xe6\x3f\x9e\x9f\xff\xf1\x5f\xff\xfd\xfc\xfc\x9f\xe7\x1f\xfb\xc7\xfc\xf7\xaf\x5f\xfb\x8f\x7f\xad\xbf\xcf\x7f\xfd\xf8\xcf\x8f\xd1\x1f\x6b\x9f\xbf\xff\xb1\x7f\xed\xff\xfd\xe7\xbf\x7f\xcd\xfd\xe3\xe7\x3f\x7f\x7e\xfc\x2a\xfe\xfd\x5f\x00\x00\x00\xff\xff\xed\x09\xe5\x3d\xde\x4c\x04\x00"); +var _ceg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xef\x25\x39\x72\xee\xb7\xef\x4f\xf1\x5f\x5e\x2f\xec\x39\x49\xc6\x0b\x09\x34\x0a\xf0\x95\x2e\xae\x67\x21\xc9\xb0\x24\xdb\x80\xe1\xc5\x79\xc9\x33\x68\xc0\xd3\xdd\xe8\xe9\x59\xe8\xdb\x1b\xf9\xfb\x9d\xb1\x21\xfb\x02\xa5\x45\xe1\xa9\x8a\xca\xcc\xc3\x64\x46\x04\x83\x8c\x87\xc1\x3f\xfc\xdd\x1f\xff\xfe\x8f\x3f\xff\xf4\xfb\xd7\x1f\xfe\xe7\xdf\x7e\x79\xfe\xf3\xf9\xfb\xd7\xfb\xa7\x9f\x5f\xbf\x9d\x7f\xf9\xe5\xaf\xbf\x3d\xcf\xaf\xc7\xf9\xa7\x9f\x7e\xfe\xe1\x87\x63\x7c\xbd\x7e\x7a\xfe\xfe\xb7\x7f\x02\xcf\x3f\xdf\x7f\xfd\xe1\x87\xeb\xfe\x7f\xfe\xb7\xbf\xfc\x7e\xfe\xf9\x8f\x3f\xbf\x7f\xf9\x9a\x5e\xf7\xfa\xeb\xaf\x9f\x6b\xbf\xbe\xfe\xf0\xbf\x9c\x7f\xfa\xe9\x2f\xbf\xff\xf6\x6f\x5f\xff\xe9\x7f\x7c\xfd\xf2\x38\xff\xbb\xaf\xd7\xf9\xbe\xe4\xff\xf4\xdb\xeb\xfc\xed\xa7\x9f\xff\xf4\xf5\x9f\xfe\xeb\x7f\x3e\xfe\x1f\xe9\x3f\xff\xf5\xd7\x5f\xff\xaf\xf3\xcf\xe7\xcf\xbf\x7f\x1d\xc8\xce\x9f\x5f\xe0\x0f\x7f\xf8\xbb\x7f\xb8\xff\xfa\x8f\xf7\x3f\x9f\x5f\x7f\xf8\xaf\xff\xf9\x5f\xfe\xfb\xff\x09\x29\xc2\xff\xf5\xfc\xed\x2f\x3f\xfd\xf2\xf3\xd7\x71\xfb\x1f\x6e\xb7\xfa\x7f\xe5\xff\xf2\x6f\xbf\x9e\x9f\xa7\xfc\xf0\x87\x7f\xfd\xe3\xdf\xff\xd3\xfb\xfd\x97\xf3\xf7\xaf\x5c\x37\xaf\xf9\xdf\xff\xf5\x8f\x7f\xff\xf5\x7f\x1c\x5f\xc7\xed\x6b\xe4\xec\xf1\x7f\x7e\x2e\xfd\xdf\xfe\xe1\x97\xd7\xf9\xe5\x45\x3f\x1c\xbe\xc9\xf3\x97\xd7\xf9\x97\x5f\xef\xcf\xf3\xb7\xfb\xcf\x7f\x3a\x7f\xf8\xfa\xfa\x71\x1c\xe3\xf8\xf6\xf5\x63\xff\x97\xfe\x2f\xdf\xae\x56\xfe\x7f\xae\xf8\xe1\xb8\xdd\x3e\xb7\xfe\xf4\x52\xf4\xb7\x5b\xc6\xd1\xe7\xb7\xaf\x5d\x3f\xfc\x38\xc6\x44\x30\x6a\x7c\xfb\x3a\xf6\xed\x92\x54\x2a\x39\xbf\x7d\x8d\x40\xd2\x5e\xd3\xcf\x6f\x5f\x23\x2f\xc9\xf4\x31\xf3\x7a\xcc\xa8\xf1\xc3\x8f\x23\x94\x44\xcf\x6f\x5f\x33\xaf\x27\xa7\x92\xec\xfa\xf6\x15\x73\xff\xf0\xe3\x28\x25\x35\xd7\xb7\xaf\x1c\x79\x49\x42\x49\xe7\xb7\xaf\x8c\xeb\x9a\xf6\x9a\xbe\xfe\xa3\x6e\xd7\x93\x3b\x95\x5c\x8d\xa8\x79\xdd\xb5\xbc\x66\xc5\xed\xdb\x57\xd5\xba\x24\x41\x9b\x57\xdd\xbf\x7d\xf5\xed\x6a\xe1\x1e\x71\x49\x76\xbd\xbf\x7d\xf5\xbc\xae\xb9\x7b\xd7\xfd\x6a\xf3\x3a\xe2\x87\x1f\xc7\x43\xc9\xe3\x7a\xce\xbe\xad\x1f\x7e\x9c\x37\x24\xf3\x36\xfa\xdb\xd7\xbe\xde\x7d\xde\xc6\x52\xb2\xbe\x7d\x75\x1f\x8d\x68\x2b\xda\xd7\x45\xde\x76\x57\x72\xe7\x22\x45\x0f\x45\xcf\x6f\x5f\x3b\x7d\xd2\x4b\xc9\xc9\x45\x1b\xd1\x1b\xd1\xd5\x21\x3b\xe3\x92\x4c\x9f\x7d\x41\xf7\x38\x10\xf9\xf0\xf9\xbe\x3e\x59\x5e\x92\xab\xc1\x1f\xe8\x1e\x03\x91\x0d\xcf\xf1\xed\x6b\x37\x92\x9c\x4a\x26\x17\x4d\x44\xa1\x28\xbe\x7d\xed\xcd\xb3\x33\x95\x24\x17\xd1\x82\x2c\x45\xd7\xdb\x6d\x6f\xb3\x01\xc9\xdb\x0d\x5a\x90\xbe\xdd\x05\x7b\xf3\xbe\xf9\x54\xf2\xe4\xa2\x42\xe4\x0b\xd7\xfc\xf6\x75\xdc\x6e\xf4\x41\xd9\x82\x0b\xba\x07\xbd\x59\x36\xa1\x1e\x5c\xc5\xb3\xca\x67\xd5\x8b\xab\x14\x9d\x8a\xce\xeb\x2a\x3f\x43\xd9\x79\x7c\xe1\x9e\x3c\xbe\xed\x98\x1e\x5c\x45\x17\xb7\xdd\xd0\x74\xc3\xe4\xa5\xdb\x46\x5c\x8a\x79\xdc\xec\x99\x6e\x45\xcd\x55\xf4\x5f\xfb\xe1\x2f\x38\x6e\x36\xb5\xfd\x38\xcd\xc7\x99\xde\x68\xdf\x34\xed\x1a\xd7\x2f\x6a\x62\xf3\xb8\x14\xf0\xb8\xcd\x40\x94\x8a\x8a\x1b\x15\xb5\xa2\xbe\xae\x42\xd5\x0e\x55\xed\x50\xd5\x66\x21\xda\x8a\xee\x5c\x35\x10\x3d\x14\x3d\xb8\xaa\x11\xd1\x5f\xc7\x65\xca\xc7\x2d\xae\x0f\x74\xcc\xa1\x68\x70\xd5\x42\x34\x15\xf1\x39\x92\x67\xcd\x50\xc4\xe7\x9f\xb4\x7e\x96\x22\x3a\x27\x7d\x96\x4d\x55\x27\xe3\x40\xc4\x6b\x1f\x97\x06\x1e\xb7\xe4\x46\x35\x10\xe8\x0e\xde\x31\x6c\x44\xec\xeb\xaa\xa2\xa9\xf1\xb9\x11\x5d\xb2\xa9\xe1\x0b\x05\x5d\xd8\xbc\x76\xf0\x69\x8f\x44\xc1\x03\x51\xfa\xf8\xe4\x1d\x17\xad\x4f\x1f\x9f\xbc\x23\x86\x78\xa8\xf4\x47\xd2\xf7\x8b\x46\xa8\xe2\x87\x2a\x1e\x34\x55\x15\x3f\x92\x5f\x5c\xb4\x2b\xfd\xc5\xa2\xf5\xd8\xeb\x51\x3e\x5e\xf5\xdd\xdc\xa8\xfa\x1e\xaa\x6f\x4e\x44\x3e\xbe\xae\xfe\x3a\x6e\xb4\xab\xec\xaf\xe2\x3b\x62\xd6\x47\xf9\x1d\x2f\x38\x8e\x1b\x2f\x54\xf6\x04\x2e\xab\x53\x91\x3d\x71\xe9\xfd\x71\x60\x0a\x87\x7a\x0f\x74\x27\x4d\x55\xef\x8f\x4b\xd7\x8f\xe3\xe0\x17\xdb\xce\x69\x5b\xcf\x8d\x6d\xeb\x2f\xbd\x3f\x8e\x83\x8e\x56\xef\x0f\x95\xdc\x8f\xa6\x92\x1f\x97\x67\x3f\x0e\xdc\xcd\xd1\x2f\x45\x18\x5f\xf1\x8e\x6d\x23\x50\xf2\x03\x53\x18\x2a\xf9\xb8\x14\xfb\x38\x30\xd1\x31\x4a\x11\x8f\xaf\x40\xb4\x14\x5d\xb6\x7d\x5c\xbe\x7b\x0e\x75\x15\xe8\xae\x42\xc4\x2f\x8e\x4b\x19\x8f\x03\x53\x18\x33\x15\xf1\xd1\xd0\x9c\xa1\x62\x8e\xcb\x57\x1e\x07\xdf\x71\xe8\x2c\x87\x8a\x59\x34\x42\xc5\x1c\x41\xbb\xf8\x42\x23\xbc\x31\x30\xbe\xe2\xc6\x68\x45\x74\xb4\x8d\x08\xde\x71\x24\xad\x6f\x1a\x91\xb6\x3e\xb9\x6a\xf1\xac\xfc\x5c\xc5\xe7\x58\x37\x86\xdd\xbf\x8d\xae\xff\xad\x01\x77\x0e\x15\x0b\x38\x18\x60\xe7\x28\xbc\x14\xd0\xbd\x0e\x44\x76\xe7\x05\xc7\xb1\x07\xa2\xa1\x08\xc7\xb5\x14\x85\x22\xbe\xc3\xa6\x3b\x55\x86\xa1\x13\x44\xe1\x87\x4e\x70\xe0\x04\xc7\x8d\xbe\xd3\x09\x32\x80\x77\x2f\x6e\xf4\x33\x0f\xbe\xe9\x18\x57\xbb\x1c\xd4\xe7\x1c\xd8\x13\x8f\x9f\x63\x2a\x9a\x5c\x15\x88\x42\x11\x1d\xb5\x1b\xd1\x52\xb4\xb8\x6a\x23\xda\x8a\xae\x4f\xb3\x6e\x07\xa2\xbb\xa2\xab\x3b\xc7\x54\x74\x2a\x3a\xb9\x6a\x20\xe2\x85\x26\xca\x30\x70\x82\x53\x65\x00\x7a\xdd\x26\xa2\x52\xc4\x2f\x86\x22\x7f\x71\xfa\x8b\x34\x55\x65\x98\x93\x5f\x0c\x9a\x3a\xfd\xc5\xe9\x2f\xf2\x8e\xd3\x5f\xbc\x1c\xd7\x31\xf0\x8b\x53\xc7\x05\xf4\xc2\x5c\x67\xd8\x13\x41\x4f\xa4\x22\x7b\xe2\x82\x5e\x74\xf4\x0c\x9b\x8a\xfa\x0d\x0c\x71\xaa\x7e\x40\xaf\x9b\xa2\x56\x74\x59\xdd\x28\xfa\x3e\x5e\x8a\x5e\x5c\x45\x17\xaa\x91\xc0\x31\xca\xc7\x7f\x9a\x7a\x7d\xed\x75\x70\x63\xf2\xb5\x27\x7e\x71\xa0\xdd\x53\xbf\x08\xf4\x3a\xe8\x68\xfd\xe2\x4c\xfa\x8b\xf8\x60\xa6\xfd\x95\xf4\xd7\xa1\xc8\xfe\xba\xe0\x18\xed\xb3\x1e\x8a\x1e\x5c\x45\x47\x3b\xd2\x03\xc7\x58\x3e\xde\xd6\x27\xad\x3f\xe8\x7b\x2d\x65\x12\x57\x0e\x8c\x67\x96\x8d\x40\xa3\x17\x2e\x69\xaa\xd1\xc0\x31\x16\xbf\xa8\x43\x9d\x45\x7f\x1d\x74\xb4\x0e\x15\x38\x06\xd6\x31\x4b\x95\xc3\xc7\x2e\x22\xae\xa9\x8f\x9d\x45\xeb\x37\x8d\xd0\xa1\xce\x2b\x9e\xe8\x75\xf8\x78\x9b\x8a\x0d\x8d\xed\x8d\xf6\x2a\x36\xb4\x70\x82\x53\x1b\x02\x8e\xa9\xfa\xea\x63\x81\x5e\x04\x5d\x53\x1f\x0b\x1c\x53\xc5\xd4\xd2\x80\x5e\x43\x91\xef\x78\x45\x0d\xc7\x54\xe5\x8c\x1a\x66\xd3\xab\x9a\x55\xdb\xab\xd8\xe3\xa4\xa3\x0d\xa9\x67\x60\x8f\x8b\x90\x2a\xb4\xc7\x20\xb6\x98\xbc\x76\x18\x5b\x04\xb1\xc5\x1a\x8a\x5a\xd1\xd5\x13\x93\xa6\x86\x51\x03\xd0\x8b\x60\x29\xf4\xc4\x31\xf8\x45\xbc\x7a\x68\x7c\x40\x2f\x4c\x34\x26\x3d\x11\x93\x77\xfc\x88\x6c\xc4\x44\xef\x09\x96\x42\x13\x8d\x2b\x52\x38\x26\x56\x1b\x73\x29\xe2\x0b\x11\xf3\x84\x26\x1a\x93\x5f\xc4\xd1\x87\xc6\x07\xf4\x62\x84\x08\xa3\xdb\xc0\x1e\x27\x56\x1b\xda\x63\x68\x8f\x3e\x5e\x7b\x8c\xcb\xac\x8e\xc9\x80\x1d\x9a\x15\xd0\x6b\x7a\xa3\x8d\x20\x02\x99\xe9\xe3\xef\x8a\xee\x5c\x45\x7f\x19\x81\x04\xf6\x38\x53\xd1\x4b\x11\x1a\x4d\x64\x14\xda\x23\x70\xcc\xa2\x27\xb4\xc7\xd0\x1e\x7d\x21\xed\x31\x92\xfe\x62\xf8\x0c\x8d\x2f\x92\xfe\x22\x7e\x0a\x83\x92\x48\xda\xc5\xc8\x15\x1a\x1f\xd0\x2b\xbc\xd1\x76\x5d\x70\xcc\xa6\x0b\x35\x3e\xa0\x57\x28\xb2\xa9\x45\xeb\x89\x9f\xa2\x3e\x22\x5a\x4f\x94\x15\x06\x12\xc0\x31\x89\xeb\x43\xbd\x0f\xf5\x9e\x28\x2b\xd4\xfb\x68\xbe\x23\x43\x40\x18\x22\x00\xbd\xfc\x1c\xc6\xc1\x71\x69\xf1\x11\xb8\xda\x68\x9b\xaa\x46\x13\x8b\x85\x1a\x1d\x68\x74\xe0\x1e\x9d\x12\xce\xbc\x34\xfa\x08\xfc\x57\xaa\xd1\x40\x2f\x86\xf5\x74\x84\x01\x8e\xc0\x14\x52\x25\x4f\x42\xe3\x95\xde\xb8\x15\x3d\xb8\x6a\x7d\x7f\x28\x4e\x15\x1e\xe8\x45\x5c\x96\x86\x1e\xc0\x11\x58\x4a\x3a\x26\xa5\x36\x80\xca\xa4\x36\x00\x1c\x31\x14\xf9\x26\x8e\x49\xc4\x65\xe9\x98\x04\x1c\x81\xa5\xa4\x91\x33\xd0\xab\x78\xbc\x66\x91\x97\x29\x1c\xc1\x1c\x22\x1d\xa6\x72\xd2\xae\x52\x64\xbb\x18\x47\x02\x25\x4d\xc7\x91\x74\x1c\x21\x66\x49\x15\x3e\x83\xef\x10\x5e\xf5\x50\xc4\x77\x60\xd0\xc8\xf0\xb5\x2f\x25\x3d\x82\x90\x28\x55\x52\xa0\x17\xea\x97\xc6\xd7\x89\xde\x46\x2a\xf2\xd3\x30\x83\x5c\x0c\x2d\xe9\x0c\x32\xf1\xfd\x81\x0d\xa4\xea\x97\x49\x7f\x11\x38\xa5\x01\x4e\xe2\xfb\xa3\xf9\x45\x7d\x7f\xea\xfb\x3f\x22\x9f\x55\xbc\x63\xd3\xd4\xf2\x1d\x8b\xfe\x42\xe1\x53\x47\x9f\x68\x77\x30\xda\xa4\xda\x9d\x6a\x37\x0a\x9f\x6a\x77\x36\xcf\x22\xa2\x67\xdd\xe1\x02\x9f\xa5\xc8\x67\x11\xed\xc6\x56\xe4\xb3\xda\x67\xf1\x8e\xfd\x79\xd6\xa5\xb7\x89\x57\x77\xe1\x62\x16\x61\x50\xa2\xf0\xa5\x92\xd6\x40\x01\xd6\x0d\x51\x29\x2a\xae\xda\x88\x5a\x11\x8d\x20\x88\x2b\x83\x25\xe0\x48\x46\xe7\x52\x95\xcb\x60\x69\xf9\x8b\x77\x45\x77\xae\x52\xf4\x50\xc4\xa7\x5d\x36\xe2\xa9\x88\xa6\x32\xa2\x96\x2e\xbc\x26\x9f\x96\x50\xaf\xd4\xd5\xc2\x85\x27\xa1\x5e\xe9\xc2\x81\x5e\xf4\x57\x39\x17\x2c\xd4\x37\x19\xb9\x4a\xf5\x2d\xd5\x77\x2d\x44\xb6\x1e\x17\x9e\xc3\x1b\xfd\x45\x26\x7e\x8b\x31\xbc\xf4\xd7\x45\xb0\x94\x78\xe2\x32\x58\x2a\x83\x25\xc6\xf0\x32\x58\x02\x8e\xc4\x7b\x96\x4a\x5e\x2a\x39\x5e\xaa\x54\xf2\xc2\x39\x67\x78\xe3\x4b\x11\x1f\x8d\x91\xbe\x74\xce\xc0\xc1\x4a\xd2\x2c\x9d\x73\xa9\xe4\xf8\xb2\x52\xc9\x0b\x25\x4f\x42\xbd\x52\xc9\x4b\xe7\x8c\x4e\x94\xce\x19\x38\x92\x50\xaf\x9c\x31\x02\xbd\x98\x0b\x56\xda\x2e\x42\xaa\xc4\x60\xca\x90\x0a\xe8\xcd\x82\x47\xe9\xd5\x81\x23\x31\x98\xd2\xab\x03\xbd\x6f\x8a\xfc\x8e\x97\xdd\x1c\x89\x07\x28\x67\x04\x40\x6f\x42\xe3\x72\x46\x50\xc5\x2f\x62\x8f\x65\xcc\x03\xf4\x56\x57\x9d\x57\x16\xeb\x29\x89\xde\x57\x7d\x1e\xff\xe4\x2a\xfa\x4b\x1b\x02\x8e\x54\x7d\xb5\xa1\x62\x38\xd8\xc4\x29\xe5\x70\x00\x1c\xa9\x62\x1a\x06\x01\xbd\xf1\xea\x65\x18\xc4\x22\xde\x91\xaa\x9c\xc6\x07\xb4\x4b\x6b\xe5\x12\x4b\xb1\x9e\x92\x4c\x84\xca\x71\x04\xe8\xad\xc1\x18\x19\x01\x47\xaa\x00\x0e\x2d\xc5\xe4\x65\x1f\xde\x68\xeb\x35\xd1\x7d\x7d\x21\xd7\x0d\x67\x33\x8e\x6c\xc2\xd9\xd6\x44\x1b\x7b\x2c\x3a\xba\xb5\x47\xa0\x37\x06\xd3\xda\x63\x63\x43\x75\x53\x84\xe6\x34\x36\xb4\x09\x41\x5b\x1b\x6a\x6c\xa8\x88\x70\x5b\x1b\x02\x7a\x13\x8b\xb5\x36\xd4\xd7\xa8\x70\x14\xab\x54\xed\xa8\xd0\xd3\x5f\xdc\x88\xfc\x45\x26\x2f\x45\xbc\xd9\x46\x46\x40\xef\x8f\x88\x9e\xe8\xe0\x17\xb1\xc7\x36\xe6\x69\x6c\x68\x33\x5a\xb5\x36\xd4\xc1\xb3\x88\xb2\x3a\x7c\x56\xf8\x2c\x45\x9f\x67\x3d\xb8\x8a\x46\x38\x2a\x00\xbd\x19\xd3\x5a\xb3\x6a\x6c\xa8\xc2\xc7\xdb\x13\x04\x38\x9b\x10\xb4\x1d\x3b\x80\xa3\x88\x2d\x5c\xa1\x15\x7a\x8f\xfe\xfe\x50\xdc\x4e\x51\x3a\xf9\x34\x04\x15\xad\x3d\xf5\x65\x4f\xbd\x89\x63\x5b\x7b\x6a\xe2\x9f\x62\xc0\x6e\x2d\x05\xe8\x4d\x1c\xdb\x0e\x40\xcd\x6a\x4e\xa5\x37\xda\x6c\x8d\x87\xa1\xb8\x35\x1e\xe0\x28\x4c\xac\x1d\x93\x80\xde\xf6\x9d\x63\x52\x33\x26\x15\x8b\xad\xed\x98\xd4\xcc\x34\xf6\x54\x64\xbb\x98\x69\x14\x43\x5e\x3b\xd3\x68\xc6\xa4\xcd\x80\xdd\xda\x13\x70\x54\x7b\xe3\xa7\x5d\x74\x27\x91\x60\x6b\x62\xcd\x3a\x4d\x61\xae\xed\x84\x01\xe8\xed\x77\x68\x3f\x33\x71\x59\x2d\x45\x6a\x11\x71\xd9\x26\x5e\x6c\xed\xa9\x31\x8b\x5a\xd7\xd7\x72\xa9\x7c\x2e\x6d\x00\xb7\xbb\xb4\x81\x35\xbc\x31\x10\x71\xe3\x42\xbb\x59\x3f\x9f\x4b\xed\x5e\xd3\x46\xf0\x2c\x83\xfc\x45\xe8\xd2\x98\xd8\x52\x49\x81\x76\x2d\x7c\xcd\x87\xa2\x07\x57\x29\x7a\x2a\xe2\xa3\xe1\x9c\x97\x01\x0e\x70\xf4\xf0\x17\x4f\x45\x74\x0e\x31\xde\x72\x2a\xb0\xb0\x01\xd7\xb0\x97\x36\x00\xf4\xc6\x85\x2f\x87\x16\x72\x00\x87\x8b\xca\xcb\x71\x64\x31\x15\xd8\xe9\x8d\x4b\xd1\x65\x29\x2e\x04\x2f\x2d\x65\x69\x29\x84\x7a\x4b\x4b\x59\xd8\x80\x4b\xbc\x4b\x1b\x58\xda\x00\xc3\xc1\xd2\x06\x16\xe3\x88\xeb\xa6\xcb\x71\x64\x31\x42\x6c\x02\xc2\xa5\x46\x2f\x46\x08\x57\x31\x97\x1a\xbd\x08\xf2\x37\xc3\xc1\x72\x38\x58\x2c\x33\xba\xf2\xb8\xd4\x42\xa0\x37\xba\xba\x9c\x15\x2f\x7c\x7f\x97\x57\xf9\x2c\x7d\x3f\xeb\x6d\x4b\xdf\x0f\x1c\x8d\xfa\xae\xfa\x3c\x9e\xd1\xe6\x23\xf2\x73\x30\x6d\x75\x71\x6d\x39\x6d\x05\x7a\x13\x5c\x2e\xb5\x10\x38\x1a\xf5\x5d\x6a\xe1\xd2\xab\x7f\x6e\xf4\x1d\x51\xcc\x6e\xbe\xb6\x8a\xb9\x54\x4c\x86\xa9\xa5\x62\x2e\x14\xb3\x19\x6d\xb6\x8a\xb9\x59\xff\x6e\x74\x75\xeb\x89\xb7\x8a\xd9\x5e\xb5\x15\xa1\x26\x8c\xf4\xdb\xf8\x1c\xe8\xdd\x07\x22\xbe\xd0\x26\x3e\x5f\xa8\xef\xd6\x5f\x03\x6d\x42\x64\xbb\x24\x0e\x1c\x2e\x23\x6d\x95\x7c\xeb\xc2\x5b\x51\x28\x0a\xae\x4a\x44\xa9\x28\xb9\x8a\x46\xe8\xd5\x37\x2e\xdc\xa5\x9f\xad\x0b\xdf\x9a\x42\x7b\x23\x7d\xbf\x51\x4c\x97\x58\xb6\x8a\x09\xf4\xc6\xdc\xb7\x01\xce\x26\x8a\x77\x31\x60\xc7\xe7\x46\x3e\x1a\xbd\xba\xf5\xd7\x9b\x28\x7e\xb1\xc6\xb6\xd5\x42\xa0\x77\x2b\xf2\xb5\x2f\xcd\x3b\x9c\x74\x6f\x57\x31\xb7\x7e\xd5\xbe\x57\x0b\x37\x41\xc9\xc2\xc1\x6c\xb5\x70\x1b\x94\x10\x66\x6f\x5d\x2d\x70\x38\x89\xdc\xba\x5a\xa0\xf7\xf2\x46\x3f\x07\xde\xd7\xe9\xe1\xd6\xfb\x02\xbd\x89\x1a\xb6\x33\x02\xe0\x70\x96\xb7\x0d\x70\xb6\x3e\x9a\x70\x76\xeb\xa3\x81\x63\x25\x8d\xd0\x47\x6f\x7d\x34\xb1\xc5\xd6\x3a\x36\x3e\x7a\xa5\x8f\xb7\x57\x59\x33\xda\x2a\x93\x6b\x46\x1b\x83\x59\xa9\xc8\xd7\x36\x0c\x22\xe8\xdd\x86\x41\xc0\xe1\x04\x6d\xeb\xb6\x81\x36\x4b\xb6\x75\xdb\x9b\x30\x68\x61\x69\xdb\x30\x68\x1b\x06\xe1\x57\xb7\x61\x10\x70\x38\xf5\xda\x9a\xd5\x6e\x34\x87\x68\x66\x1b\x19\x6d\x0c\x66\xa9\xbe\x1a\xcc\xd6\x60\x88\x66\xb6\x06\x03\x1c\x4e\x84\xb6\x91\x11\xd0\x7b\xfb\x78\x3f\x1a\xf3\x19\x27\x42\xdb\xc8\x08\xe8\xbd\xff\x03\xb3\xe2\xed\x74\x07\x38\x9c\x01\x99\x29\x9d\x77\x06\x0d\xe7\x36\x77\x07\x8d\xbb\x81\xd3\xf6\xaa\xa5\x08\x2d\xa2\x3b\xef\x4e\x51\x80\x65\xc6\xef\xee\x14\xe5\xce\xa0\xb1\xe8\xce\xbb\x83\x06\xb0\x6e\x37\x45\xde\x78\x79\xf2\x63\xb3\xe0\x7a\x37\xb2\x01\xd6\x8d\x00\xf8\xae\xf1\xdc\x59\xeb\xdc\x84\x57\x77\x03\x09\x60\xdd\x30\xea\xbb\x9e\xf8\x4e\x6c\x61\x88\x70\xd7\x13\xdf\x2f\x1b\x58\x37\x02\xe0\xbb\x36\x70\xc7\xed\x6e\x96\x94\xee\x2a\x16\xb0\x6e\x36\x42\xb7\x7b\x67\xe5\xd1\xf1\xed\xee\x84\x14\x58\x37\x4c\xff\x5e\x9f\x67\x5d\x43\x9e\x63\xd2\x5d\x1f\x0b\x2c\xb3\x9a\x77\x75\xed\x8e\x7e\x38\x8e\xdc\xd5\x0f\x20\x8d\x3d\xef\xba\xdd\x3b\xfa\xa1\xef\xbf\xab\x1f\xc0\xba\x11\x26\xdf\xd5\x0f\x72\xd9\xc7\x66\x02\x6f\x32\x7b\x3e\x98\xa3\xea\xa5\x1e\x06\xc0\xc0\xba\x11\x39\x3f\x5c\x48\x01\x0e\x3d\xcb\xc3\x69\x2b\xb0\x6e\x4c\x48\x1f\x7e\xed\x07\x73\x54\x7d\xc6\x43\x4f\xfc\x18\x7c\x34\x7c\xd9\xc3\xaf\xfd\xb8\xbe\xf0\xa1\x05\x3f\x5c\x4f\x79\x5c\xce\x79\xdd\x0e\x45\x6f\x45\x6f\xae\xe2\x17\x5d\x4f\x01\xd6\x8d\xf8\xfa\xa1\xbf\x7e\xe0\x9c\x37\xb3\x83\x87\xce\x19\x58\xa6\x7c\x1f\x3a\x67\xe0\xd0\x9e\x1e\x3a\xe7\xc7\x15\x5f\xaf\xdb\xe1\xe3\x97\x22\x5a\xbf\xbd\xd1\xd6\xab\x72\xc4\xd7\x0f\x55\xee\x71\x79\xcf\xa1\xae\x3e\xf4\x9e\xc0\x32\x31\xfc\x50\xbf\x80\xf1\x37\x91\xed\x4a\x7a\x15\x7f\xfd\x70\xc6\xf8\xb8\x9c\xe0\xb8\x11\x26\x3f\x74\x82\x8f\xa2\x5d\x8a\xd4\x9c\xc7\x35\x3a\x0f\xd3\xb4\x0f\x47\x67\x60\xdd\xa6\x22\x34\xe7\xd1\xb4\x0b\x57\xf9\xd0\xd9\x00\xeb\x86\xae\x3e\x74\x36\x8f\x4b\x5b\x86\x69\xda\x87\xa3\xf3\xa3\xf9\x45\x26\xdd\x0f\x35\xe7\x71\x69\xcb\xb8\x11\x6e\x3c\x74\x23\xc0\x32\xef\xfc\xd0\x8d\x3c\xa0\x77\xdc\x70\x6f\x0f\xdd\x08\xb0\x6e\xe1\x8d\xa7\x22\xde\x11\xf7\xf6\x54\xe5\x80\x71\x43\x0b\x9f\x63\x28\xc2\x1e\x19\x5a\x9e\xae\xf0\x3d\x07\x4d\x65\x58\x7f\xaa\x85\x4f\x55\x8e\xd8\xf5\xa9\xca\x01\xe3\x86\xfa\x3e\x75\x30\xcf\x4b\xf3\x96\xfd\xf5\x74\x59\x04\x18\xb7\xb6\x11\x0f\x45\x74\x61\x28\x7a\x2a\xe2\x85\x70\x69\x4f\x15\x13\x58\xb7\xb0\xa9\xbc\xd0\xf3\x52\xa0\x71\x63\xc8\x7b\x3a\xac\x3f\x27\x96\x46\xdf\x3f\xd5\x9c\xe7\xe4\x17\x71\xf4\x4f\x35\x07\x58\x26\xd2\x9f\x46\xb8\xcf\xe0\xa3\xb1\xd6\xf0\x34\x1f\x0e\xac\x1b\xc3\xd4\xd3\x65\x11\x60\x1c\x38\xbe\xa7\xe1\x2c\xb0\x6e\x4c\x71\x9e\x86\xb3\xcf\xcb\xf1\x8d\xe3\xe6\x8d\xb6\x2b\xf8\xb4\xe9\xe3\xed\x9c\x2b\x76\x1d\x07\x6e\xe8\x69\xec\x0a\xac\x5b\x2a\xb2\xa9\x17\x8c\x03\x0f\xf0\x8c\x4f\x53\xe9\x09\xa6\x4b\x4f\x17\x4f\x9e\x57\x6c\x31\x0e\x16\x9b\x9e\xc6\x16\xc0\xba\x11\x6f\x3e\xb5\x8e\xe7\xa5\xfe\xe3\xc0\x6a\x9f\x2e\x07\x3e\x93\xef\x88\x7e\x3d\x75\xb5\xc0\x38\x98\xa3\x3e\x8d\x40\x9e\x7a\x5f\xf4\xeb\xa9\xf7\x7d\x5e\x11\xc8\x38\x86\x22\x9b\x9a\xf4\x2a\x81\xea\xd3\x08\x04\x18\xe6\x9d\x9f\x46\x20\xc0\xba\x95\x8d\xb0\xf5\x18\xdf\x41\x64\xf4\xd4\xf8\x9e\x45\xdf\xab\xab\xc6\x16\xc0\x38\x08\xec\x9f\xc6\x16\x4f\xfd\xbd\x8a\xa9\xbf\x7f\x16\xad\xc7\xd2\x9e\x5a\xed\x53\x7f\x4f\x24\xf9\xd4\xdf\x03\xc3\x84\xf5\xd3\xc8\xfb\xa9\xbf\x6f\x1f\x6f\x53\xe1\x51\x1d\x11\xdf\x1f\x8a\x9f\xc6\x19\xcf\x46\x19\x18\xcf\x9f\x0e\x07\xcf\x46\x19\x08\x89\x9e\x46\x10\xcf\xe6\xa7\xd4\x5b\xcd\xf5\x89\x6d\x1e\x7c\xad\x97\xb6\x09\x8c\x83\xc8\xe6\xa5\x6d\xbe\x06\x5a\x84\x27\x7e\x69\x62\x2f\xec\xe9\x20\x56\x7f\x69\x4f\xaf\xc1\xe3\x09\xb9\x5f\x1a\xcf\x6b\xf0\xf8\x56\x44\x53\x5f\x13\x3b\x27\x66\x79\xe9\xaf\x81\x71\x30\x68\xbc\xf4\xd7\xc0\x3a\x6e\x8a\x52\x11\x7d\x47\x08\xf9\x32\x1e\x00\x96\x66\xf1\xd2\xc4\x5e\x93\x2f\x6f\x53\x9d\x31\xbe\xae\xe9\xe1\x92\x68\xf1\x72\x7a\x08\x8c\x83\xe1\xe0\xa5\xd5\xbd\xc2\x5f\x4c\x44\xfe\x62\xf0\x4d\xc9\xf8\xbd\x34\x9e\x57\xf8\x8b\xbc\xb6\x96\xf2\xba\xcc\x62\x0c\x42\x84\x97\x66\xf1\x0a\x7e\x91\x21\xef\xa5\x59\xbc\x2e\x85\x1f\xc3\x1b\x55\x78\x60\x1d\x0c\x79\x2f\x15\xfe\x75\x29\xf9\x18\x8c\x5c\x2f\xd7\x01\x81\x25\x1d\xe3\xa5\xc2\xbf\x2e\x5d\x1d\x66\xe0\x5f\x86\xc9\x2f\xf4\x56\x13\x7b\xa9\xb7\x2f\x06\x8d\x81\x0d\xbc\x1c\x34\x80\x75\x30\xe4\xbd\x1c\x34\x5e\x97\xe6\x8c\x81\xef\x7f\xa9\x39\x2f\xa2\x86\x83\x85\xa7\x97\x51\xc3\x0b\x47\x0f\x91\x6f\xbe\xd4\x1c\x60\x69\x88\x2f\x1d\x3d\x30\x06\xce\xe6\x54\x99\x4e\xbc\xfa\x31\x14\x4d\x45\xc1\x55\x0b\x51\x2a\x4a\xae\x6a\x44\xa5\xe8\xea\xfb\x81\x83\x38\x55\x39\x60\xc9\x1c\x39\x8d\x2d\x80\x31\x70\x10\xa7\x8e\x1e\x58\x1a\xf5\xa9\x62\x9e\x78\xf5\x81\xe9\x9f\x2a\x26\xb0\x0e\x42\xbd\x53\xaf\x7e\x5e\xb1\xc5\x30\x1f\x7e\x1a\x5b\x00\xeb\x60\xe6\x7f\x3a\x17\x3c\x27\xad\xc7\x5c\x4f\x15\xf3\x24\x90\x38\xc8\x6a\x9e\x06\x12\x27\xba\x6a\x3e\xfc\x54\x57\x4f\x75\x95\x01\xfb\x54\x57\xcf\xc9\x77\x44\xa3\x4f\x15\x13\x58\xba\x91\x53\xc5\x3c\x2f\xcd\x1b\x03\x8d\x3e\x5d\x7e\x00\xd6\xc1\x47\x3b\x75\xe1\x27\x3e\x76\x10\xba\x9c\xfa\x58\x60\x1d\xac\x2c\x9d\x86\x1b\xe7\xa5\x66\x63\xde\x14\xf9\xac\xf4\x59\x34\x35\x3f\xcf\xba\xfa\xcb\x8c\xf2\xa9\xf7\x04\x96\x8e\xeb\xd4\x7b\x9e\x97\xca\x8d\x89\xae\x9e\xaa\x1c\xb0\x0e\x06\xff\x53\x57\x79\x5e\xae\x72\x98\x51\x3e\x75\x95\xc0\x3a\x42\x91\x5f\xfb\x82\x31\x55\x13\xa7\x61\xc0\x3a\x18\xe9\x4f\x1d\x2a\x30\xcc\x3b\x9f\x3a\x54\x60\x1d\x2c\x49\x9d\x3a\xd4\xf3\x72\xa2\x63\xaa\x00\xf5\x69\xaa\x04\x4e\x1f\x8f\x1b\x3a\x09\x83\x26\xf3\xdd\xd3\x30\x08\x58\x07\xab\x2e\xa7\x1e\x13\x18\xd3\x17\x72\xdd\xe2\xd4\x3a\x88\x1a\x4e\xad\xe3\xbc\x22\xa3\x31\x6d\x84\x91\xd1\x89\xab\x95\x73\x74\x6a\x30\x27\xd6\x31\x09\x24\xde\x5a\xc7\x1b\x53\x30\x15\xfd\xd6\x14\xde\x9a\x02\x6e\xfb\xad\x29\xbc\x51\x72\x53\xd1\x6f\x95\xfc\xad\x92\x13\x48\xbc\x55\xf2\x37\x4a\x3e\xcb\x67\xbd\x14\xf1\xd1\x08\x24\xde\x2a\xf9\x3b\xf8\x45\x26\x09\x6f\xbd\x1c\xb0\x0e\x02\x89\xb7\x51\x03\x30\x26\x13\xb4\xb7\x6b\x0d\xc0\x3a\x6c\x84\xbe\xf0\x8d\xe3\x9b\xa4\x6f\xde\xf1\x79\x3c\x1d\xcd\x4c\xe5\xed\x22\xd8\x9b\x68\x79\xe2\xef\xdf\xc6\x03\x6f\xa6\x5e\x07\xe1\xc6\xdb\xd0\xf8\x8d\x62\x06\xfe\xfe\xad\x62\xbe\x55\x4c\x48\x67\x6f\x15\xf3\x8d\xca\x99\x18\x7e\xab\x72\x6f\x86\x62\x07\xb0\xb7\xfa\xf5\x46\x4d\x02\x2f\xf7\x56\x4d\xde\xaa\x89\xaf\x5d\x9f\x67\x5d\x1f\x2d\x86\x22\xbb\x50\xf7\x88\x37\x79\xeb\x1e\x81\x11\x23\xbf\x3f\x14\xbf\x1d\xbc\x81\x75\x10\x8d\xbc\x55\xbf\xf7\x15\x79\x8f\x40\x6f\xdf\xce\xdf\x80\x25\x8f\xec\xad\xdb\x05\x86\xf9\xdd\xb7\x1a\xf9\x56\x23\xcb\x1b\xfd\x34\x68\x64\xe0\x46\xde\x6a\x24\xb0\x0e\x82\xe9\xb7\xe1\x3b\x30\x62\x7a\xa3\x5d\x40\xf8\xee\x80\xfd\x56\x49\xdf\x68\x64\x5c\x46\x1d\xd2\x98\x85\x75\xf4\x81\x68\x28\xa2\xf5\x97\xf1\xc4\x0d\x17\x2e\xac\xe3\x8a\x6c\xe2\xc6\x8c\x31\x60\x3b\x8f\xb8\xcc\x22\x64\x3b\x0b\xeb\xb8\x5c\x65\x48\x77\x16\x06\x19\xe5\x90\xee\x2c\x2c\x42\x84\x80\xfa\x7c\x01\xed\x4a\x7f\xf1\x8d\x88\x89\xdf\xd1\x88\xa6\x4d\x9d\xb4\xab\x68\xfd\xb4\x5d\x57\x30\xbe\x8e\xa6\x11\x64\x22\x85\x11\x57\x47\x07\xa4\xe9\x1f\xe3\xe6\x48\xbf\x78\x47\x6c\x20\x6e\x44\xbb\xb1\x78\x56\xd8\x08\xa2\xdd\x63\xd3\x2e\xb4\x3b\x20\x46\x8f\xb8\x14\x3e\x24\x46\x0b\xeb\xd8\x3c\x3e\x7d\xd6\x05\x23\x3e\xa2\x52\x44\xbb\x36\xed\x4a\xdb\x45\xb4\x1b\x57\x6c\x11\xb7\xb4\x5d\x44\xbb\xc7\x47\x64\x17\xa6\xfc\x79\xda\x85\x27\x16\xd6\xb1\x6d\xc4\xa7\x5d\x6f\xae\xa2\x73\x88\x07\x84\x35\xbc\xb1\xec\x2f\xcc\x22\x6f\x3c\xbe\x7c\x3c\x66\x31\x6e\xf4\x44\xf9\x85\x30\x8b\x3c\x68\x6a\xf9\x85\x88\x50\xc7\x8d\xaf\x5d\x36\x82\x08\x95\xc4\x70\x48\xaa\x8e\x1b\x53\x4d\xc2\xa0\x80\x4d\x7d\x41\x72\x15\xed\x6a\x7b\x02\x2d\x84\x62\x18\xb7\xf6\xf1\x68\x61\x5e\x9e\x38\x24\x42\xc7\x71\xe9\xd7\xc8\x6b\xe4\x8a\x43\xfd\x82\x0f\xbd\xc6\x15\x52\x05\xa4\xe8\x0b\x78\xa1\x6b\x84\x08\x59\xcf\x71\xe0\xf1\xc6\xe1\xb3\x4e\x45\x3c\xfe\x72\xa8\x71\xa8\x4c\x07\x93\xb5\x71\x05\x38\x01\x45\xf9\x02\x3a\xba\x78\x3c\x61\x63\x1c\xf3\xf2\x65\x70\x13\xe3\x98\xde\x78\x8d\xc8\x23\x8b\x76\x31\x33\x13\x16\xdc\xc4\x38\x98\x99\xc5\xc1\x34\x2c\xb1\x8e\x23\x6c\xea\x05\x6b\x4c\x45\xad\x88\xd6\x5f\x21\x7b\x40\x77\xfe\xc0\x1a\x93\x17\x62\x58\x8f\x23\x68\x57\xd3\x88\xb0\x5d\x28\xe6\xb0\xbf\x54\x4c\x38\xcc\x83\x6c\x6b\x1c\x2a\x26\xb0\xc6\xe5\x27\x42\x3e\x73\x1c\xf8\x58\xf2\xa8\x71\xa8\x5f\x07\x53\x27\x38\x93\x71\x30\x75\x8a\xe3\xd2\xaf\x91\xe8\xea\x91\x9f\xc7\xd3\x13\x93\x46\xa4\x3d\x71\x8d\xee\xa3\xd0\x2f\x29\xce\x01\xad\x79\xb1\xfd\x23\xe0\x36\x5f\xb0\xb8\x8a\x67\xa9\x72\x87\x2a\x17\xf4\x84\x2a\x07\x8c\x3a\xe8\x42\x55\xee\x50\xe5\xfc\xb4\xaa\x1c\xec\xe4\x51\x7e\xda\xb6\xa3\x71\xa2\x03\xcf\x24\x53\x59\x18\x64\x48\xe3\x68\x5f\xbb\x6d\x17\xef\xa8\x16\x1e\xac\x6e\x90\x21\x8d\xa3\x6d\x04\xe1\x2c\x8c\xcf\x90\xbc\x2c\x8c\xe2\xd3\x4a\x5e\x16\x46\xf1\x1d\x87\xee\x11\xc2\xf2\x1a\xe9\x55\x5b\x11\x2f\x44\x4f\x0c\xbd\xdc\x60\x49\x8a\xa0\x37\x60\x2d\x5f\x70\x79\x80\xf2\x46\x3d\xd3\x50\x31\x2f\x7f\x1f\x32\x95\x63\x5c\xa1\xe2\xa8\x6b\x44\x8d\xc1\x92\x41\x8c\x49\x53\xcb\x67\x9d\x8a\x68\x6a\xf9\xac\xb7\xa2\x6b\x0e\x32\x9a\x46\x10\x5c\x0a\x83\x4c\x66\x8c\xf0\x85\x58\x6b\x18\xf8\xfb\xa1\x46\x0f\x42\x04\x32\x99\x31\x74\x8f\x90\x9f\x17\x24\xd0\x18\x61\x53\x83\x77\xfc\xdc\xe8\x3b\x32\xf3\x1f\xf8\xe8\x91\x3e\x3e\xe9\x2f\xfc\xea\x48\x1f\xcf\xe0\x0f\x09\x34\x06\x83\x7f\x8c\xe4\x17\x17\x8f\x57\x57\x47\xa2\x00\x1f\xd1\x4b\xd1\xa5\x98\xb5\xc7\x77\x87\xe2\x90\x73\x1d\xf0\xa1\xd7\x40\xe1\x21\x45\x5f\x90\x3c\x84\xbe\x53\x49\x07\xd3\xf4\xb1\x69\xb6\x4a\x0a\x8c\xc6\x97\x0d\x95\x14\x06\xf5\x1a\x9f\x1b\xed\xe1\x0b\x46\x1f\x3c\xbe\xed\xe1\x0b\x16\xbc\xce\x70\x0b\x94\x30\xc8\x7d\xc6\xd0\x2f\x0e\x34\x72\xfa\x78\x35\x12\x18\x6c\x16\x8a\xc1\xb0\x1e\x03\x57\x49\xac\x1e\x43\x57\x09\xf5\x7a\xb0\x7d\x27\xa4\x5e\x0b\x6b\x1e\x8a\x86\x22\x5a\x7f\x85\x1b\x21\x83\x5a\x58\x44\xf4\x31\xd5\xc8\x49\xbc\xc8\x9e\x91\x80\x60\xfd\x81\x35\x31\x31\x79\xd6\x31\x19\x64\xc9\x57\xc6\x74\x90\x05\xd6\xbc\x26\xa4\x31\x55\x65\xa0\x8b\x91\x5e\xea\x75\xc0\xa0\x1e\xa4\x30\x43\x06\xb5\xb0\xe6\xa1\x88\x2e\x84\x08\x3d\xd8\xca\x10\x12\xa1\x03\xa6\xf3\x62\x5a\x11\x53\x5d\x9b\x8c\xce\x24\x27\x63\x3a\x3a\x03\x6b\x32\x00\x49\x84\x16\x06\x3c\xfc\x90\x08\x2d\xac\x89\x37\x90\x08\x1d\x13\x5d\x6b\x54\x79\xaa\x6b\x93\xd1\x79\xda\xab\x8e\xce\xb0\x9e\x07\x69\xc7\x90\xf5\x2c\xac\x39\xe8\x9c\xb4\x57\x19\x77\x1b\xb7\x3b\x1d\x77\x81\xc5\x44\x26\xa6\xe3\x2e\x4c\xe5\xd1\x68\xa1\x4c\x65\x61\xcd\xc1\x6b\xab\x85\x10\x8e\x07\x14\xfa\x90\x70\x2c\xac\xe9\x77\x2c\x5f\x08\x95\x23\x13\x19\x12\x8e\x85\x35\xaf\x59\x71\x48\x38\x0e\xe8\xc3\x03\x12\x7a\x4c\x9d\xe0\x6c\xdf\x91\xef\xa8\x7e\x4d\x62\xc4\xa5\xe6\xb4\xef\xa8\xca\xe1\xf1\xa6\x2a\x07\xc9\x78\x2c\x3f\x5a\xdb\x2e\x5c\xe5\x9c\x36\xc2\x76\xa1\x98\xd0\xa5\x43\x0e\x72\xc0\x02\x1e\x8b\x2f\x14\xf3\x23\x42\x57\x19\xb9\x60\x07\x5f\x70\xd9\x23\xcc\xdb\x08\x96\x52\x85\x35\x19\xb9\xc2\x20\x2e\x18\x51\x49\x3b\x46\x38\xa2\x02\x0b\xde\x70\xc8\xe2\x0d\x98\xbb\x63\xe1\x63\xc3\x11\x15\x58\xd3\xc7\x3b\xa2\xc2\xb6\x1d\x0b\x57\x19\x7a\x29\x60\x4d\xc2\x8d\xd0\x4b\x01\x03\x06\x63\x48\xc6\x8d\x50\x4d\xa6\x22\x7f\x11\x35\x21\xd9\x16\xa1\x9a\x84\x6a\xc2\xc8\x25\x3f\x37\x82\x59\x0b\x7c\xc2\x88\xf2\xf1\x78\x26\x66\x8c\x11\x7a\xa6\x40\x4d\xd6\xe2\x85\x54\x93\x50\x4d\x18\xdf\x42\x35\x89\x6b\x7c\x1c\x50\xe6\x02\xfa\xee\x07\xd6\x0c\x6f\x7c\x29\x42\x4d\x08\x41\xe5\xe7\x46\x10\x9e\xc1\x8d\x8e\xd0\x0d\xb1\xf1\x72\x40\x27\x8b\x70\xf8\x04\xd6\x0c\x1e\xaf\xe6\x00\x03\x0a\x58\x84\xce\x0a\x62\xef\x62\xda\x1a\x12\x7b\x03\x62\xef\x80\xb6\x15\x12\x7b\x03\x32\xef\x9a\xc4\xfa\xa1\xe6\x00\x03\xaa\x55\x84\x9a\x03\x2c\x26\xb7\x21\xd7\x37\xe0\xfa\x2e\x76\x84\x86\x5c\xdf\x80\xd8\x3b\xe0\x55\x85\xc4\xde\x80\xcc\xbb\xa0\x5e\x47\xea\xe5\x60\xdb\x8e\xcd\xb0\x2e\xdb\x56\x58\xcc\x77\x23\x55\xb9\x64\x05\x07\x8a\x4f\xa4\xce\x0a\x58\xf3\x9a\xf8\x85\x9c\x5c\x61\x40\xde\x09\x39\xb9\x01\x01\x77\xcd\x52\xf4\xf9\x45\x5e\x1b\x9d\x48\x16\x75\x84\x05\x41\x3b\xd2\x01\x1b\x18\x90\x77\x42\x9a\xae\xb0\x66\x79\x23\x3d\x01\x01\x77\x40\xcb\x09\x09\xb8\xc2\x9a\xb8\xb4\xd4\xcb\xc1\xb6\x1d\xdb\xd7\x56\x31\x81\x35\x19\x8a\x65\xdb\x46\xa2\x72\xdb\xa6\xaa\x72\xa9\xca\xe1\xf8\xa4\xd6\x06\xdc\xd9\x41\xb2\x2e\x20\xd0\x7e\x60\x4d\x3c\xb9\x3c\xda\x48\xd5\x64\xf1\x2c\xd5\x24\x55\x93\xfe\xfe\x02\x75\xa4\x5a\x04\x35\x76\xb0\xef\x33\xa4\xc6\x06\x4c\xd4\x49\xa2\x33\xca\x01\x08\x56\xea\x9a\x44\x10\xb2\x52\x03\x8e\xe9\xbc\xe1\x9c\xcb\xaf\x55\x3a\x08\xec\x49\xbe\x69\xd4\xf5\x1d\xe6\x6d\xde\x10\x3d\x14\xf1\x1d\x88\x9c\xcb\xef\x50\x57\xa7\x4f\x72\x66\x51\x76\x7a\x39\x26\x2d\x6f\xfc\xfc\xe2\x9b\xab\x68\x97\x81\x13\xb0\x26\x31\x8b\xfb\x8f\x03\xbe\xea\x24\x1b\x16\x65\xdc\x0f\x51\x75\x4d\x62\x16\x89\xaa\x51\x41\xbb\xb0\xf3\x32\x4a\x82\x82\xba\xe6\x52\x64\x23\x92\x67\x61\x29\x92\x4b\x85\xc5\x0a\x4c\x94\xdf\x14\x26\xe9\x64\xe7\x64\xc8\x24\x15\xd6\x5c\x34\xd5\x49\x24\xbc\xce\x79\x43\xe1\xe5\x75\x06\xbc\xce\xc5\x3a\x4d\xc8\xeb\x0c\x88\x9b\xf3\xb6\xbc\xca\xd7\xbe\x60\xcd\xcd\x3b\xea\x33\x80\x79\xb3\x11\x0e\x2d\xa5\x1b\xd9\xbc\xa3\x6e\xa4\xd8\xbf\x7d\xf3\xf1\xea\x47\xa9\x1f\x9b\xc7\xab\x00\x70\x39\xe7\xed\x73\xa3\x4d\xd5\x8d\x30\xc3\x96\xd7\x19\x30\x36\x27\xc9\x81\x90\xb1\x29\x2c\x36\x16\x44\xe9\x33\x80\xc9\xb2\x7f\x48\xe2\x8c\xbe\x7c\xc6\x64\x8d\x3f\x5a\x9f\x01\x2c\x16\x9e\x42\x5e\xa7\x30\x59\xe3\x8f\xd6\x8d\x40\xf5\x5c\x93\xe9\x8e\x54\x4f\x61\xb2\x99\x32\xa4\x7a\x46\xeb\x6c\x98\x74\xb7\xce\x06\x98\xc7\x61\x23\x1e\x8a\xae\x8e\x8e\x4f\xbb\x9e\x8a\x5e\x5c\x35\x11\x9d\x8a\xde\x5c\x45\x53\x49\x6b\x07\x1c\xd1\x79\x10\xf3\xc8\x11\x0d\x08\xa1\x8b\x9d\x12\x21\x21\x34\x60\x7f\xce\x03\xf7\x26\xfb\x33\x60\x7c\x2e\x16\xc4\xa2\xd5\xfb\xbe\x74\x7d\xb2\x4a\x1e\xad\xb3\x69\x94\x3c\x6e\xb4\x5e\x25\x07\x26\x6b\xd6\xd1\x2a\x39\xb0\xc2\x17\x52\xc9\x81\x79\x30\x60\xb7\xb3\x03\x60\xc5\xe1\x8d\x36\x35\xe8\x55\x86\x62\xc9\xa5\xc2\x0a\x5f\xdb\x01\x1b\x98\xac\x33\x47\x3b\x60\x43\x41\x5d\x71\xf8\x78\x5f\xe8\x32\x92\xc9\xda\x70\xc8\x37\x15\x56\x1c\x3e\xde\x17\x0a\x14\x20\x14\xf9\x42\xa4\x5c\xc2\x2e\x4c\x5f\xe8\xb2\xa1\xc9\x1a\x6c\xb4\x36\xd4\x69\xbb\xe8\x1c\xd7\x66\x80\xc9\xc2\x66\x48\x28\x15\x56\x10\xba\xb4\x66\x05\x63\x74\xb2\x64\x19\xed\xec\x02\x58\x41\x70\x29\x7b\x34\xfa\x8a\xfe\x26\x0b\x88\xd1\x46\x7f\x50\x45\x17\xfb\x44\x42\xaa\x68\xc0\x05\x9d\xac\xc4\x45\x6b\xa2\x30\x3e\x17\xfb\x44\x42\xc6\x67\x74\xd3\x2e\x3c\x53\x1b\xb1\x41\xdc\x5c\x31\x15\xd9\x5f\x8d\x16\x6e\x45\x2a\x40\xa3\x85\x7e\xda\xb6\x0b\x31\x2b\xd2\x5d\xd1\x9a\x15\xb0\x58\x6d\x8c\xd6\xac\x5a\xb3\xc2\xd2\x24\x81\xc6\xd2\xac\xb0\xa1\xa5\x59\x01\x2b\xd0\x89\xa5\x59\x41\x15\x9d\x2e\x49\x49\x15\x0d\xa8\xa2\x8b\x65\xca\x90\x2a\x1a\xeb\xd2\xfb\xe9\x02\xd1\x52\xef\x81\xc5\x32\x65\x2c\x07\x6c\xd8\xa3\xd3\x75\x1e\xd9\xa3\xc2\x62\x4b\x4b\x2c\x4d\x01\x98\xe4\xc9\x62\x39\x04\x00\x8b\xaa\x11\xb1\x9c\x4e\x43\x02\x9d\xae\xf3\x48\x02\x0d\x58\x9e\xcb\x25\xcf\xa5\x16\x02\xd3\xf5\x14\x19\x9f\xc2\x8a\x50\x64\xeb\x2f\x2d\x9c\xae\x94\x2c\xb5\x10\x58\x2e\x8c\x2e\x3d\x39\x30\x07\x23\xbd\x24\x50\x61\x05\xba\x2a\x09\x34\xd6\x15\x6f\x4e\x57\x37\x96\xf1\x26\xb0\x5c\x3e\x95\x17\x1a\x90\x40\xe7\xf8\xdc\x68\x23\x08\x2e\xd9\xb6\x13\xcb\xe0\x72\xa1\x98\x23\xe7\xf7\x87\xe2\xa5\xde\x2e\xf5\x16\xb3\x58\xea\x2d\xf4\xce\xe9\xea\xc4\x32\x84\x04\x56\x10\xe3\x2d\x27\x1f\x8b\xe1\x80\xd4\x57\x2c\x87\x03\xd8\x9f\x2b\x58\xc3\x90\xfd\x19\x50\x3d\x27\xa9\xaf\x90\xea\x19\x4b\xbd\x4d\xba\x53\xbd\x05\xe6\x58\x8a\x7c\x13\x26\x1f\x41\xd8\xb7\x54\x65\x60\x8e\xa5\xe8\xa9\x08\x6f\x80\x21\x2e\x55\x19\x8e\xe8\x24\x41\x16\x72\x44\x85\xc5\x9e\xa4\xd8\xce\x8a\xa9\xee\x31\x07\xe3\xdb\xd6\xf7\x03\x2b\x18\x51\xb7\x6b\x8a\xc0\x74\x31\x60\xab\xca\x5b\x55\x66\x9d\x59\x72\x69\xec\x41\xbb\xb6\x8f\x7f\x2a\xa2\x5d\x2c\x20\x6e\xa3\x19\xc8\xa5\x73\xe2\xe8\x25\x97\x0a\x2b\x18\x9d\x25\x97\x06\x4c\xd2\x39\x71\xe1\x32\x49\x85\x15\xb8\x11\x99\xa4\xb1\x2f\xed\x9e\x93\xb5\x86\xad\x76\xc3\x1e\x5d\x41\x8c\xb7\x0d\x47\x77\xf0\x8b\x4c\xcd\xb7\x2e\x7c\xeb\xaf\x59\x52\xda\xda\x00\x30\x9d\xc9\xee\xf0\x17\xc3\x5f\xa4\x27\x74\xe1\xfb\xb2\x81\xe9\x1c\x75\x6b\x03\xc0\x0a\xc2\xd1\x1d\x9f\x5f\xbc\xfc\x8f\x33\x46\x29\xa8\xc2\x8a\x56\x64\xe7\x60\x3c\xce\x18\xb7\xc6\xb3\x35\x1e\xc2\xd1\xad\xf1\xec\xcb\x47\x4f\x27\x7e\xdb\xa9\xf9\xd6\x5f\xa3\x72\x5b\x7f\x0d\xdf\x74\x3a\xc1\x92\x6f\x2a\xac\x60\x1a\x26\xdf\x54\x98\x4e\x51\xe4\x9b\x0a\x2b\xda\xc7\xa3\xf7\x90\x4b\xe7\x4c\x1a\xa1\xbf\x06\x56\xb0\x2c\x2b\xb9\x54\x98\x4e\x51\x24\x97\x0a\x8b\x1d\x68\x21\xb9\x54\x98\x33\x15\xd9\xfa\xb2\xf5\xa8\x89\xf3\x37\x38\xa6\x73\xaa\x72\xc6\xd7\xc0\x8a\x56\x64\x47\x5f\x43\xc0\x9c\x2a\x93\xb1\x18\xb0\xcc\x50\xc8\x24\x0d\x68\xa3\xd3\xd9\x81\xb4\xd1\xd8\x04\x5e\xec\x79\x8b\x6d\xe0\x05\xcc\x69\xe7\x38\x7f\x03\x56\x10\xfd\x6d\x4d\x14\x98\xd3\xd7\x36\x3c\x83\x49\xba\x62\x79\xa3\x5f\xbb\xe9\x55\x9b\xea\xa0\x01\xac\xc0\x44\x25\x81\xc6\x7d\xa0\x5f\xdc\x78\x77\x84\x80\x17\xba\xd8\x65\x17\xf2\x42\x85\x39\x19\xb9\xe4\x85\x0a\x2b\x3e\xa2\xad\x68\x73\xd5\x40\x74\x57\x84\x7e\x61\xc8\x52\x45\xe3\xae\xa5\x61\xb5\x77\x2d\xed\xae\xa5\x31\xe4\xdd\xb5\xb4\x3b\x96\x66\x78\x76\xd7\xd2\xee\x4c\x25\x82\x10\xf4\xee\x38\x02\xc7\x74\x06\x8b\x27\x72\x4c\x85\xc5\xee\xbf\xb8\x3b\x95\x80\x63\x3a\x0d\x96\xe4\x98\x0a\xcb\x8c\xce\xdd\xa1\xe5\x7e\x19\xcc\x74\xf0\xbf\x6b\x30\xc0\x0a\xc6\xca\xbb\x06\x73\xc7\x3a\x02\x4b\xbb\x6b\x1d\x77\x16\xae\xcc\xfb\xdc\x1d\x47\xe0\xab\x4e\x07\x7f\xf9\xaa\x71\x67\x8d\x3f\x71\x30\x77\x0d\x06\xbe\xea\x0c\x86\x29\xf9\xaa\xc2\x62\x0b\x62\xdc\x1d\x34\xee\x58\x47\x30\x4c\xdd\xb5\x0e\x60\x99\x43\xba\xe7\xe7\x17\xdf\x5c\xc5\xb3\x5c\xde\x02\x56\xda\x39\x1a\x0c\x74\xd8\xe9\x98\x24\x1d\x56\x58\x89\x4b\x93\x0e\x1b\x70\x5f\x67\x60\x69\x72\x5f\xe3\x7e\x85\x3e\xcb\x7c\xd4\xdd\x65\x7f\x58\xad\x53\xb7\x2d\xab\x35\xee\xac\x95\x26\x8e\xef\xae\xfa\x02\x53\x67\x75\x57\x7d\x81\x95\x44\x0d\x72\x5f\x03\xbe\xeb\xd4\x0d\xdd\x55\x5f\x60\xb1\x35\x32\xee\xfd\xf9\x45\xfa\x1e\xeb\xb8\x3b\x9c\x00\x2b\x0f\x45\x76\x0e\x23\x8c\xe6\x2e\x69\x36\xe0\xbe\x4e\x6d\x5b\xee\xab\xb0\xf2\xf8\x7e\xae\x38\x1e\x2a\x3c\xd4\xd8\x19\x4c\xad\xa5\xc6\x0a\x2b\x89\x76\x1f\x6a\x37\x30\x4d\x3b\xca\x96\x15\x96\x59\xba\x87\xd3\x0a\x78\xb0\x53\xb3\x90\x07\x2b\xac\x24\xda\x95\x07\x2b\x4c\x55\x59\x1e\x6c\x3c\xb0\x81\x24\x4a\x7a\x68\x03\xc0\x54\xfd\xa4\xc6\x0a\x2b\x87\x8f\xdf\x8a\x4e\xae\x1a\x88\xde\x8a\xde\x5c\x85\xc8\x69\xc5\x83\xb8\x9f\xbd\xad\xf1\xd0\x2c\x80\xc5\x86\xd1\x78\x18\x71\x01\xf3\xf3\x42\x8e\x36\x0f\xe2\xfe\x64\x98\x7a\x68\x16\x0f\xc2\xab\xbf\x3d\xde\x5f\x24\xe9\x90\x4c\x77\x24\xe3\x06\xcc\xdb\x99\xd8\x93\xcc\x5b\x61\x25\xc6\xf3\x70\x2a\x00\xcc\x64\x45\x54\x32\xae\xb0\x92\xc1\xec\xe1\x68\x03\x3f\x77\xfe\x4d\xe4\x2f\x6a\x03\xc4\xd7\x0f\x6d\xe0\x81\x0d\xb0\xd3\x34\x1e\xda\xc0\x43\x1b\x20\xaa\x7c\x68\x03\xc0\x4c\xec\xe9\xe1\x70\x20\xd7\x37\x19\xf2\xe4\xfa\xc6\x83\xd9\x01\xfb\x51\xe3\xe1\xec\xe0\xa1\xa5\x10\x26\x4b\xff\x8d\x07\x13\x78\xf6\xa3\xc6\xc3\x09\x03\xf4\xdf\x65\xd2\x54\xfa\x6f\xc0\xf5\x9d\xec\x34\x0d\xb9\xbe\xf1\xc0\xf7\xb3\x75\x36\x1e\x1a\x0f\x30\x93\x70\x43\xfa\xaf\xb0\x3e\x2f\x64\xc4\x06\x8b\x77\x26\x89\x74\x59\xbc\x21\x65\xd7\x04\xac\x94\xdd\x80\x8c\x3b\x13\x7b\x92\x8c\x2b\xac\x24\x4c\x7e\xea\xd5\x61\xde\x4e\xf6\x90\x86\xcc\x5b\x61\xd9\x39\x32\x6f\x03\xb6\xed\xcc\xe5\xb3\x78\xc7\xa7\x1a\x4d\x98\xfc\x54\xa3\x21\xe0\xce\x44\xef\x9f\xaa\xaf\x64\x5c\x3b\x47\x32\x6e\x3c\x59\xfa\x61\xdf\x67\x3c\x5d\xfa\x01\x56\x12\x95\x3e\xe7\xe7\xf1\x97\xc7\xa3\x86\x5c\x3c\x55\x5f\x60\x25\x83\xbf\xfc\xdc\x80\x1a\x3b\x0b\x87\x2a\x35\x56\x58\x6c\xfc\x8d\xa7\xba\x0a\xcc\x3a\x14\xf9\x8b\x7a\x75\x42\x84\xa7\xea\x0b\xcc\xc2\x44\x25\xd0\x0a\xcb\x8f\x26\x81\x36\x9e\x97\x62\xce\x62\x42\xfa\x54\x31\x25\xd0\x26\x81\x84\x04\xda\x80\x21\x3b\x0b\xbd\x7f\xea\xe8\x81\x95\xe5\x8d\x0f\x45\xb4\x7e\x2a\xb2\xf5\xc4\x4f\x6c\x35\x0e\xd9\xb2\x01\x1d\x76\x9a\xe8\x7c\xea\xfb\x9f\xea\x7d\x29\xb2\x5d\x17\xcc\x62\xb4\x91\x2d\x2b\x2c\x36\x24\x87\x6c\xd9\x80\x2d\x3b\x0b\xc5\x94\x2d\x2b\x2c\x55\xee\xa9\x29\x40\x5b\x9d\xc5\x98\xf4\x54\x57\x9f\xfa\x7e\x22\x5c\x29\xac\xf1\xbc\x14\x73\x96\x5d\xa8\x62\x3e\xf5\xea\x2a\xa6\x5e\x1d\x98\x65\x53\x9d\x37\x40\x74\x5d\xa6\xee\x25\xba\x06\x7c\xd5\x59\xdc\x28\x5f\x55\x58\xc9\xa0\xf1\xd2\xaf\xc2\x57\x9d\x45\xcc\x23\x5f\x55\x58\x26\xf8\xe5\xab\xc6\x0b\x2d\x2c\x3c\xf9\x4b\x2d\x04\x56\x12\xbb\xbe\x74\xa2\x70\x54\x67\x2d\x9f\xf5\x54\x44\xdf\x63\x30\xf2\x55\xe3\x85\x5f\xad\xad\xe8\xad\x08\xbf\x4a\xec\x2a\x85\x35\xe0\xab\xce\xc2\x93\xcb\x57\x15\x96\x94\x82\x97\x41\x09\x30\x9b\x84\xd1\x4b\xef\xfb\xd2\xfb\xb6\x37\xda\x2e\x26\xa4\xcd\xe0\xff\x72\x42\x0a\xac\x64\x7c\x7b\xe9\x44\x81\xd9\x68\xf4\x4b\x27\xfa\x52\x0b\xed\x1c\xb5\xf0\x75\x29\xd3\x64\x7f\x66\xbc\x54\x26\x60\x25\x0b\xa3\x2f\xc3\x0d\x28\xac\xd3\x1c\xa5\x14\x56\x61\x49\x62\x78\xa9\x5f\x2f\xfc\x2a\x85\xfa\xe2\xa5\x5f\x7d\xa9\x39\x38\x85\x97\x9a\x03\xcc\xc6\x89\xbe\x5c\xc6\x7e\xe9\x57\x57\x7d\x7f\x28\x7e\xe9\x76\x5f\x4d\x17\xe0\x63\x5f\x2e\x6c\x02\x2b\x97\x22\xbb\x00\x57\x49\xe1\xb8\x78\xf5\xe7\x46\x9c\xcd\x52\xb4\x15\x5d\x1f\x90\x32\x6e\x21\x0f\x36\xe0\xbe\x4e\x76\x61\xc6\x69\x4c\x2c\xe9\x35\x51\x06\x49\xaf\xc2\x34\xd1\x79\x1a\x54\x9c\x06\x15\xb8\x37\x79\xb0\x01\xe9\x75\xb2\x0b\x33\x24\xbd\x86\x74\xd6\x24\x4c\x96\xce\x1a\x27\xcb\x2d\x8d\xfa\x9d\x2e\xb7\x48\x67\xd5\x09\x4a\x67\x15\x66\xa3\x0c\xa7\xda\x7d\xaa\xdd\xc4\xb1\xa7\xda\x7d\xb2\xa6\xd8\x7c\xe6\x53\x25\x05\x56\x6e\x45\xfe\x22\xde\xb3\x7d\x21\x95\x54\x3a\xab\x34\x11\xe9\xac\x71\xa2\xb7\x6d\x53\xd5\xdb\x93\xc8\x99\xed\xf6\x71\xaa\xa4\xc0\x6c\x1b\xa1\x92\x02\xab\x50\x65\x79\xb0\xc2\x5c\x9f\xc7\xdb\x13\xc4\xd7\x3a\xe7\xd3\xf8\xfa\xc4\x13\x53\x2b\x2c\x4e\x3d\xf1\x49\xc6\x8f\xed\x53\x71\xaa\xf0\xe7\xa5\xbe\x93\x3a\x5a\x71\xba\xe8\x07\x1d\x76\xd5\x47\xe4\xb3\xf0\x9e\x54\x8f\x8a\x53\xef\x09\xac\x22\xf6\x94\x2d\x2b\x4c\x73\x9f\xb2\x65\xe3\xbc\x14\x7e\x15\xb1\xe7\xa9\xc2\xc3\x57\x9d\x54\x7c\x8a\xd3\x61\x1d\x58\xc5\x04\xfe\x74\xa9\x1e\x98\xd4\x39\x8a\xd3\xb5\x19\x60\x39\xb4\xc8\x70\x8d\x93\xb5\x19\xf3\xa8\xa7\x83\x3f\xb0\x28\x29\x10\xa7\x1a\x0d\x4c\xea\x09\xc5\xa9\x46\x03\xcb\x01\xe8\x34\xe4\x86\xbb\x3a\xa9\x27\x14\x72\x57\x03\xee\xea\x2a\x62\x44\xb9\xab\x01\xb9\x74\x52\x13\x27\x24\x97\x0a\x4b\xf2\xcd\xdb\x01\x1b\x98\xd4\x8b\x89\xb7\x5a\x08\xac\x22\x88\x7b\x3b\x59\x7b\xa3\x85\x54\x82\x89\xb7\x5a\x08\x2c\x29\x3a\x6f\xb5\xf0\x8d\x8f\xa5\x12\x4c\xbc\xf5\xb1\x6f\x46\xfa\x22\x46\x7c\x3b\xd2\x03\x73\xb5\xbf\x78\x57\xc4\x77\x64\x60\x7c\x3b\xa5\x7b\xa3\xd1\x6c\x54\x8c\xb7\x1a\x0d\xac\xc2\x25\xbd\xd5\x68\x60\x52\x5e\x25\xde\x7a\xe2\x37\x84\x99\x22\xde\x7c\xbb\x24\x0e\xa7\x76\xb2\x9d\x31\xe4\xd4\x0a\x4b\xea\x90\x9c\x5a\x61\xb2\x9d\x31\xe4\xd4\x0a\xcb\x41\x56\x4e\x6d\xbc\xd5\x68\xa6\xad\x6f\x35\xfa\xcd\x7a\x4a\x4d\x45\x4f\x45\xb4\x7e\xfb\x8b\xb6\x9e\xd8\x82\x62\xb7\x21\xf3\x56\x98\x14\x15\x89\xb7\xb1\x05\xb0\x0a\x35\x91\x8c\x1b\x10\x70\x27\xe5\x42\xe2\xad\x57\x87\x8c\xbb\x1c\xb0\x25\xe3\x0a\x93\x52\x1a\x21\x19\x57\x58\x85\x9a\xbc\xb5\x0e\x60\x9a\xdf\x7d\x6b\x1d\x6f\xad\x83\xa5\xd4\xb7\xd6\xf1\x26\xa6\xde\x87\x22\x9b\xaa\x75\x10\x23\xbe\xb5\x0e\xb8\xbe\x93\x2d\x9b\x21\xd7\x57\x58\x45\x8c\xf8\x36\xb6\x78\xe3\xfb\x37\x96\xf6\xd6\xf7\x03\x8b\x0a\x11\xf1\xd6\xb9\x43\xff\x9d\x94\xac\x08\xe9\xbf\xc2\x2a\x3c\xb9\xf4\x5f\x61\x6e\x3f\xad\xc6\x07\xac\x22\x18\x97\xdf\x2b\x4c\x36\x89\x86\xfc\x5e\x61\x55\x2a\xf2\x85\x98\xc9\x6e\x3f\xad\x66\x05\x2c\xf9\x5e\xf2\x7b\x03\x9a\xee\xdc\x76\xb4\x63\x87\x34\xdd\x4a\x6f\xb4\x5d\xac\xba\x6c\xbb\xd0\x09\xe9\x5b\x7b\xbc\x8c\x2f\x65\xee\x26\x3c\xdc\xc9\x86\xd3\xbc\xb1\xbe\x29\xac\xba\x62\xd7\xbc\x31\xc2\x24\x0c\xdb\x49\x79\x83\xb4\xba\x70\xde\xb4\xda\x2b\x76\x4d\xd9\xb6\x09\xc3\x76\xee\x2b\x7e\x4a\x68\xb6\x17\xd8\x7a\x1e\x3f\x7d\x3c\x96\xc6\x56\xd2\xb4\xe2\x70\xde\x58\x29\x81\x87\x96\x37\x02\x9c\xbc\x61\x43\xbb\xbf\x3f\x2b\x4e\xea\x15\x7f\x60\x41\x53\x4b\xeb\x16\x27\x34\xdd\xc9\x86\xf5\xbc\x85\x6f\xe2\xa0\x51\x74\x01\xf6\x94\x37\x16\x23\xd9\xcc\x9d\x30\x7a\x3f\xb0\x20\xb3\xa5\xc4\xde\xbc\xa9\x58\x9b\x36\x96\x2f\xa7\x62\x15\x37\xa2\x58\x49\xbd\xe1\x60\x3f\x6a\x5a\x6f\x58\x58\x75\x8d\xbb\x79\x2b\x1b\x71\x69\x51\xb0\xd3\x34\x65\xcb\x0a\xab\xec\x95\xfa\xfc\xe2\xf3\xba\x6a\xf0\x42\x65\xa7\xeb\xc2\x8b\x17\x42\x8b\x12\x86\x6c\xdc\x06\x4d\x6d\x5f\x88\x25\x38\xca\x85\xa4\x65\x83\x13\xd2\x6c\xb0\x57\x33\x6f\xed\xe3\x59\x12\x87\x7d\x95\xb7\xf6\xf1\x97\x7e\x04\xd9\xe9\x94\x53\x9b\x07\x93\xb5\xba\x02\xcd\x84\x5f\xfb\x81\x20\x3b\x9d\xd2\x6c\x85\x55\x57\x08\x99\x96\x20\x4e\xd8\xb6\x71\x0b\x45\xad\x08\x13\xbb\xa2\x86\xb4\x04\x71\x52\x6f\x38\xd8\x00\x99\xd6\x1b\x16\x56\x5d\x9e\x38\xad\x37\x9c\x90\x71\x83\x4c\x77\x4a\xc6\x4d\x4a\x10\x2f\xe2\xeb\xb4\x04\x71\x52\x63\x38\xc8\x74\xe7\xa1\xae\x51\x50\x78\x41\x11\x4c\xe8\xbb\x1f\x08\xb6\xfd\xa5\x2c\x5e\x61\x11\x85\xa7\xf5\x86\x85\x60\x43\x5f\x1e\xd3\x76\x11\x72\x53\xec\x24\xe5\xfa\x26\x94\xdd\x60\x43\x5f\x4a\xd9\xcd\xc3\x70\x63\xd1\xfa\xf0\xf1\xc1\xb3\x6c\x84\xfa\x75\xa8\x5f\x28\xd3\xa1\x7e\xc1\xcf\x8d\x9b\x8d\x20\xdc\x48\x8a\x13\x2f\x6a\xa9\x24\x15\x8a\x2f\xe0\x1d\x17\xef\x98\xbe\x23\xc1\x34\x71\x7f\x1e\x69\x47\x27\xcf\xda\x34\x35\x7d\x16\x0b\x75\xf5\x11\xd9\x85\x97\xc7\x8c\xe3\xc6\x8d\xe5\xd7\x56\xa3\x37\xaf\xad\x46\x53\x63\x38\x48\x6b\x27\xc4\xdc\x0b\xe8\xaf\x4d\x23\xca\xfe\xba\xd4\x37\xd8\x6e\x96\x87\xea\x2b\x19\xb7\x6f\xbc\xa3\xea\x0b\x04\x1b\xc9\xd2\x7a\xc3\x49\x8d\xe1\xd5\x37\xde\xb1\x7d\xc7\xa6\x5d\x83\x1b\xdb\x76\x11\x94\xb4\x4d\x6d\xbf\xf6\xe5\x2a\x83\xb4\x76\xca\xe2\x15\x16\xf3\x91\x94\xc5\x9b\x30\x77\xe3\x18\xbc\xb6\xd6\x01\x8b\x77\xf5\x4d\x91\xad\x47\xef\xd9\xb0\x95\x52\x76\x85\x20\x3b\x9d\x52\x76\x85\xd5\x57\x5c\x97\x43\x53\x18\x97\xde\x07\x7b\xa5\x72\xa8\xf7\xc0\x82\xde\x99\x16\x2a\x4e\xb8\xbe\xc1\xfe\xa6\x94\xeb\x2b\xac\x3e\x14\xdd\x15\xd1\x88\x6b\x30\xcb\xa1\x92\x03\x0b\x12\x68\x0e\xc2\xa0\x1c\x97\xae\x07\x1b\x7d\x12\x76\xf0\x07\x56\x5f\x31\x62\x4a\x12\x16\x82\xec\x74\x5a\xe1\x38\xa9\x6a\xbc\x1a\xcf\x04\x87\xf8\x82\x27\x57\xd1\x7a\x35\x5a\x92\x30\x93\xb5\x94\x24\x2c\x04\x3b\x53\x52\x92\xb0\xb0\xa0\x9d\xa6\x24\xe1\x84\x05\x1c\xec\x39\xc9\x11\xb6\x2b\x6c\x17\x8f\x0f\xdb\x15\xb4\xab\x69\x7d\xd8\xae\xb0\xbf\xe8\x55\x6d\x08\x08\x76\x80\xa4\x05\x94\x85\xc5\xf4\x30\xa5\x12\x27\x75\x94\x83\xbd\x1d\x39\xc2\x76\x61\x30\x14\xb3\xcf\xa1\xc1\x40\x12\x0e\x6a\x2a\xa7\x24\x61\x61\x41\x87\xcd\x91\xfe\xe2\x15\xa7\xc4\x81\x59\x8d\xf4\x73\x10\xa7\x50\x0a\x28\x07\x71\x4a\x42\x06\x0e\xf6\x76\xa4\x15\x92\x13\x62\xf0\xa2\x9e\x7d\x4a\x0c\xce\x81\xc1\x0c\xb4\x70\x68\x30\x03\xe7\x4e\xad\xfa\x1c\x5a\x07\xc4\xe0\x18\x2a\x40\xd9\x7a\x4d\x61\xf2\x8e\x9a\x02\x10\x03\xb3\x92\x18\x2c\xac\x56\x57\x35\x85\x71\xe9\x7d\x0c\x3f\x87\x7a\x2f\x57\x98\xfa\xf2\x29\x57\x38\xe1\x07\xc7\xb0\x73\xda\x76\x31\x09\xa5\xf8\x50\x8e\x56\x31\x2f\x8b\x88\xe1\x0b\xb5\xaf\x0d\x33\xa0\xe7\xf7\x69\x5b\x39\x1c\x5a\x28\xf9\x1c\xec\x21\x4d\xc8\xc7\x1f\x58\xcc\xb6\x53\x0e\x72\xc2\x3b\x8e\xc1\xfb\x5a\xfe\x39\x61\x17\x2f\xd8\xc5\x29\xbb\x58\x08\x98\xff\x29\xbb\x58\x58\x90\x84\xd3\x2a\xce\x39\x27\x1d\xc5\x98\x34\xa7\x8f\x67\x84\xe8\x2b\xa0\xcb\xe9\x08\x01\x07\x39\xc6\x47\x14\x8a\x30\x0b\xe2\x9f\xa9\x59\x00\x41\x7d\xe6\x9c\x0e\x1a\xc0\x6a\xac\xce\xf2\xcf\x49\xc9\xe7\x18\xe9\x2f\x3e\x14\xd1\x51\x9f\x1b\xe9\x09\x98\xca\x31\x92\x5f\x54\xe1\xa7\x0a\xcf\x60\x66\xc9\x66\x21\x20\xf0\xa7\x25\x9b\x85\xd5\x3e\x5e\x85\x9f\xd7\x70\x12\xec\x34\xcd\x49\x90\x9f\xf2\x99\x1b\x3b\x97\xcf\x9c\x30\x95\x63\x30\x60\xcb\x54\x16\x16\xd5\xda\x73\xaa\xf0\x14\x4d\x0e\xaa\x25\xe7\x74\x38\x90\x83\x4c\xb5\xf6\x94\x83\x9c\xd4\x54\x0e\x2a\x1c\xa7\x35\x95\x85\xd5\x84\x6a\xd6\x54\x4e\x68\xc9\xc1\x1e\xd2\x94\x96\x2c\xac\x26\x12\xb4\xa6\x72\x52\x2d\x39\xe6\x8d\xaf\x6d\xcc\x33\x1d\x21\x88\xd8\x24\x2f\x27\x84\xe5\x98\x38\x67\xab\x25\x0b\x8b\xd5\x8d\x94\xbc\x9c\x14\x3d\x8e\x89\x27\xb6\xe8\xb1\xb0\x28\xf3\x9e\x92\x97\x13\x2a\x72\xc0\x4b\x4f\x8b\x1e\x0b\xab\xed\x68\x63\x1e\x20\xa0\x71\xa7\xb4\x64\x61\x51\xe6\x3d\xa5\x25\x27\xe5\x90\x83\xe4\x77\x86\x31\x0f\xb0\x28\xf3\x9e\x96\x46\x16\x02\x52\x75\x86\xbe\x3f\x58\xc6\x86\x5e\x9e\xa1\xef\xa7\x0e\x72\x4c\x6c\xd3\x3a\xc8\x09\xad\x79\xb1\xea\x92\x16\x3d\x4e\x8a\x1e\xc7\x44\xef\x2d\x7a\x9c\x52\x9c\x59\x75\x49\x29\xce\x42\xc0\xe2\x4d\xeb\x20\x0b\x8b\x55\x97\xb4\x0e\x72\xc6\xa4\x27\x50\xf2\x50\x31\x81\x05\x55\x3d\x43\xdf\x0f\x04\x69\xed\x0c\x7d\x7f\xe8\xe8\xd7\xf5\xb5\xad\x96\x9c\x94\x43\x0e\xd2\xda\x19\x7a\x75\x60\x41\x68\xcf\x50\xc9\x81\x60\x5b\x69\x4a\xbd\xce\x50\xa3\x17\x5d\xa8\x46\x03\x01\xcd\x36\xa5\x5e\x0b\x8b\x32\x5d\x29\xf5\x5a\x08\x08\xb4\x69\x01\xe5\xa4\x34\xf2\xea\x45\x4f\xe8\xfb\xa1\x5e\xc7\xb4\xa3\xd3\x2e\x24\x7d\xd3\x44\x59\xd4\x44\xbe\x80\xfe\x62\xd0\x80\x86\xfd\x81\xc5\xca\x52\xca\xc6\x4e\xea\x20\xc7\xb4\x73\xd2\xfe\xd2\x3a\x36\x4d\xd5\x3a\x60\x60\x07\x34\xca\x0c\x4d\x01\x58\xac\x3f\xa5\x6c\x6c\x21\xa6\x8f\xd7\x3a\x42\xeb\x20\x7e\x0a\xad\x03\x06\x76\x40\x6a\x4c\x0b\x28\x0b\x8b\x55\xaa\xb4\x80\xb2\x10\x70\x00\x53\x82\x76\x4a\xbd\xa6\xee\x7d\x4a\xbd\x4e\x78\xd6\x11\x44\x6c\xf2\xac\x85\x05\xb5\x3f\xc3\x98\x07\x52\x75\xc0\xb5\x4b\x49\xd5\xc2\xa2\xc8\x58\x4a\xaa\x4e\x49\xd5\x14\x93\x4f\x49\xd5\x49\x69\xe4\x80\xe6\x96\x96\x46\x16\x16\x65\xe2\x53\x52\xb5\x10\x6c\x5e\xcd\x34\xb0\x07\x16\x65\xe2\xd3\x0a\xc9\x49\x39\xe4\x88\xb1\x11\x9d\x8a\x68\x04\x31\x4f\x6a\x1d\x10\xb4\x03\x6a\x5a\x4a\xd0\x16\x16\x65\xe2\x53\x82\x76\x42\xd0\x0e\xb8\x63\x29\x41\x3b\x29\x81\xbc\x28\x13\x9f\xa9\x29\x40\xbd\x8e\x08\x9f\x65\xbb\xa6\xed\xe2\x1d\xb5\x0e\x20\xe0\x68\xa5\xd4\x6b\x61\xb1\x57\x21\xa5\x5e\x67\x4e\x3e\x07\xc3\x49\x6a\x1d\xc0\x5a\x76\x4e\xd8\x54\x86\x00\x28\x51\x99\x5a\x07\xb0\x28\x00\x9f\x56\x5b\x16\x82\xcd\xab\x69\xb5\x65\x61\x51\x00\x3e\x53\x83\x49\x86\x80\xc8\xef\x17\xbe\xcc\xd4\x78\xa0\x87\x2f\x56\x0b\x53\x7a\xb8\x10\xd4\x54\x4e\xe9\xe1\xc2\x5a\xc3\x5f\xf7\xe5\x2e\xe3\x09\x38\x47\x29\x3d\x5c\x58\xd4\x87\xcf\x74\x68\xa1\x3e\x73\xc0\xed\x49\xeb\x33\x67\x32\xd3\x58\x7e\x79\x87\x16\x20\x60\xa1\xa4\x25\x9b\x85\xb5\xfc\xf2\xda\x13\x10\xc1\x3c\x49\xf6\xb9\xb0\xa8\x22\x9f\xb2\xcf\x33\x8b\x2e\xc0\x8d\xa4\x93\x0f\x4a\x36\x2f\xaa\xc8\xa7\x25\x9b\x93\x32\xcd\x01\x43\x23\x53\xe3\x01\x16\xa5\xea\x32\x35\x9e\x6c\x7e\x91\x91\x2b\x8d\xa5\xa0\xad\xaf\xa5\x16\x39\xb4\x78\xae\x54\x62\x62\xe9\x1c\x02\xc8\x52\x95\x8d\xa5\xa0\xaa\x07\x4c\x88\x94\xaa\x9e\x54\x6e\x5e\xac\xae\x66\x39\x42\x40\x55\x0f\xf2\xf4\x29\x55\x3d\x29\xa0\xbc\x58\x5d\x4d\x0b\x28\x27\xd5\x92\x83\xec\x74\x5a\x2d\x59\x58\xac\xae\xa6\x84\xf6\x84\xbd\x1e\x64\x94\x53\xf6\xba\xb0\xa8\xd6\x9e\xb2\xd7\x85\xc8\xb9\x11\xbd\x14\xf1\xb5\xd1\x6e\x09\xed\x42\xe4\xa7\x11\xb6\x4b\x55\x66\x68\x91\xbd\x9e\x30\xd6\x23\x7d\xbc\xbe\x5f\xf6\x3a\x75\xd8\x53\xf6\x7a\x16\x4a\x9a\x1f\xd1\x5d\xd1\x9d\xab\x68\x84\x2e\x9c\x32\xcb\x41\x1e\x35\x2d\xb3\x2c\x2c\x8a\xae\xa7\x1c\xf7\x84\xe3\x1e\xe4\x3e\x53\x8e\xbb\xb0\x28\xda\x97\x72\xdc\x85\x20\x7b\x98\xd6\x54\x4e\x39\xee\x8b\xc1\x4c\x8e\x7b\x52\x2d\x39\xb2\x7c\x96\xed\x22\xc8\xa7\xf6\x7a\x5a\x2d\x39\x8b\xc8\x28\xd1\xe8\x52\x7d\x81\x45\x69\xbf\x2c\xd5\x17\x08\x32\x6b\x69\x01\x65\x61\x2d\x9b\xaa\xfa\x16\xab\x41\xe4\xcc\xb2\x1c\x0e\x80\xc5\x6e\xa3\x2c\x87\x03\x20\x92\x41\xb6\x1c\x0e\xa8\xbc\xbc\x16\xb1\x98\x95\x97\x93\x02\xca\x41\x06\x2b\x2d\xa0\x9c\x72\xef\xd9\x93\x94\x72\xef\x13\xa2\x7d\x90\xf7\x49\x89\xf6\xc2\x5a\x76\x4e\xdb\x85\x4c\x18\x12\xeb\x90\x68\x9f\x14\x50\x5e\x94\x1c\x4c\x0b\x28\x27\xe5\x90\x83\x8c\x4e\x96\xf1\x53\x39\x42\x10\x65\x49\xa1\x4f\xf8\xf2\x51\x37\x45\xa1\x08\x9d\x20\x32\x92\x2f\x9f\x90\xe3\xa3\x18\x21\x24\xc7\x27\x4c\xf8\xc5\xea\x7d\xca\x84\x17\x82\x0c\x45\xca\x84\x17\x16\xab\xf7\xd9\xce\x08\x80\x20\xf7\x90\x92\xe3\xb3\x1d\x0e\x08\x7a\xdb\xe1\x00\x08\x32\x01\x29\x39\x3e\x5b\x1b\x62\x65\xa9\xb5\x21\x20\x58\xe3\x4f\xf9\xf2\xc2\x62\x8d\x3f\xdb\x28\x0b\x08\x56\xef\xd3\x9a\xca\x09\x5f\x7e\x2d\x3e\x9a\x7c\xf9\x84\xaa\x1e\x94\x46\x4e\xa9\xea\xc2\x62\x77\x56\xb6\x2e\x1c\xc6\x7a\xb0\x66\x9d\x56\x4b\x16\x16\x99\x80\x6c\xad\x03\xe2\x79\xb0\xce\x9c\xad\x46\x4b\x42\xa7\x38\x7a\x4a\x42\xcf\xbe\xd4\x37\x0a\x35\xe9\xfc\xdc\xc8\x17\x5a\x8a\x50\x5f\xea\x0a\x87\x4b\x8b\xad\x7e\x01\x8b\x7c\x41\xb6\x73\x54\x20\x5c\x9c\xb3\xec\x70\xc2\x32\x5f\x94\x3d\x4f\xcb\x0e\x27\xfc\xf1\x60\x67\x6e\x4a\xf6\x4e\x28\xd2\x51\xfb\x7a\x21\x0b\xe4\x0a\x8b\x8d\x64\xe9\x81\x79\x09\x83\x3a\x9c\xb6\xca\xa0\x16\x16\xe9\x88\x94\x41\x2d\x04\xe7\x96\xa5\x0c\x6a\x61\x2d\xb4\xd0\x9a\xb9\xb9\xae\x3e\x0a\x67\x89\xcb\x31\x4d\x52\x35\xf5\xd2\x53\x52\x75\xc2\xa0\x8e\x66\x31\x53\x06\x75\xc2\xa0\x5e\x6c\x5d\x4b\x19\xd4\x42\x70\x8a\x58\xca\xa0\x16\x16\x35\xce\x73\xe9\x60\x20\x55\x87\x33\x4e\x49\xd5\xc2\xda\xb7\xff\xc0\xac\x58\xce\xb5\x10\x4e\x0f\xad\xc5\x9b\x8b\x34\x07\x25\xd0\x73\x39\x7c\x42\x97\x0e\xa7\x74\xd2\xa5\x85\x45\x09\xf4\x5c\x1a\x35\x05\x72\xa3\x59\x70\x5d\xce\xef\x61\x4d\x2f\xf6\xd2\xa5\x95\x71\x13\x8a\x73\x70\xa4\x53\x4a\x71\x4e\x08\xc7\x41\xb6\x35\x25\x1c\x0b\x8b\x24\x4d\x5a\xf3\x56\x08\x72\x9f\x69\xcd\x5b\x61\x6d\x86\xbc\xed\x5a\x14\x10\x9c\x80\x94\x32\x95\x13\x5a\xf2\x22\x95\x93\xd2\x92\x93\x0a\xb4\x61\x08\x69\x05\x5a\x61\x51\x15\x3d\xb7\x5f\x1e\xae\x6f\x70\xaa\x4c\xca\xf5\x4d\xca\xcd\x2e\x76\xef\xa5\xe5\x66\x13\xca\x6e\x38\xa2\x4a\xd9\x15\x16\xa9\x9c\x94\xb2\x9b\xf0\x73\xc3\x71\x44\x7e\xae\xb0\xa8\x77\x9e\xf2\x73\x13\x32\x6e\x90\x89\x4c\xc9\xb8\xc2\xa2\xde\x79\x4a\xc6\x15\x42\xaf\x2e\x19\x57\x58\xec\x17\x4c\x8b\xbf\xe6\x66\xf9\x53\x7f\xbd\x5d\xe0\x01\x16\x55\xd1\xd3\xe2\xaf\x09\xdb\x36\x16\x13\x99\x6d\x6c\x01\xcd\x76\x91\x62\x4a\x69\xb6\x09\x35\x36\xf4\x65\x52\x63\x13\x3a\x6c\x90\x50\xcc\xbb\x0e\x15\x96\xe5\xda\x44\x59\xb2\x2c\x13\x82\x64\x50\x41\x3b\xef\x46\x46\x92\x25\x4d\x6d\x48\x96\x4c\x68\x90\x41\xdd\xe8\x94\x06\x29\x2c\xea\xd4\xa6\x34\x48\x21\x28\x8d\x9c\x96\x00\x15\x16\x75\x35\x53\x66\x64\xc2\x79\x0c\x8a\x1e\xa7\x9c\x47\x61\x6d\xf4\x4b\xce\x63\x3e\x58\xe7\xa1\x04\x71\x3e\x9c\x43\x00\x8b\xea\x9b\x69\xed\xd0\xa4\x50\x68\xb0\xab\x30\x2d\x14\x2a\x2c\x53\x2e\x92\x25\x13\x06\x64\x50\xea\x37\x2d\x14\x9a\x16\x0a\xa5\x32\x6e\xca\x86\x4c\xaa\x6f\x86\x2f\x64\xf5\x4d\x61\x6d\x7c\xd9\xc3\xc8\x08\x48\x8a\xb4\xe6\x43\x17\x0e\xac\x8d\x2f\x7b\x18\x19\x41\x1e\x4c\x8a\xb4\xa6\xe4\x41\x61\x51\x3f\x37\x1f\x7a\x16\x20\xa9\xd1\x99\xf2\x09\x85\x45\x55\xd0\xb4\xb8\x67\x3e\x2e\x0f\x90\xd4\xe8\xcc\x87\x1e\x00\x58\xec\x70\xcc\x87\x53\xcd\xc7\xa5\xd1\x49\xf5\xcd\x7c\xa8\xd1\xc0\xa2\x1a\x6e\xca\x27\x4c\x38\x84\x79\x23\xae\x7b\xa8\xd1\xc0\xa6\xc2\x68\x3e\x8c\x96\x81\xa4\xf0\x65\x4a\x31\x14\x36\xd5\x70\x53\x8a\x61\xc2\x14\x4c\x0a\x5f\xa6\x4c\x41\x61\x53\x0d\x37\x2d\x14\x9a\x8f\xa2\x5d\xa9\xc8\x76\x5d\xb0\xa9\x86\x9b\xf2\x09\x13\x3e\x61\x52\x3a\x32\xe5\x13\x0a\xfb\xd3\xd1\xfa\x2f\x28\x86\x49\x51\xc8\x94\x62\x98\xf0\x09\xf7\xed\xe6\x8d\x4b\x11\x7d\x4f\x50\x22\x79\x30\xa9\x85\x99\x37\x56\x90\xad\x85\x29\x6c\x76\x84\xe6\xd3\xef\x08\x49\x2f\x39\x4a\x31\x25\xe9\x09\x9b\xa2\xb6\x29\x49\x2f\x21\xe6\x25\xbb\xff\xd2\x8a\x99\xc2\xa6\x82\x6d\x5a\x31\x33\xa9\x85\x99\xec\xfe\x4b\x6b\x61\x26\x85\x2f\x37\x15\x6c\xd3\xc2\x97\x09\xfd\x2e\xd9\xb1\x97\xd2\xef\x84\x6d\x2e\xf0\xa9\x02\x40\xbf\xcb\x03\x67\x25\xfd\x4e\xd8\x37\x7c\xa1\xf5\x2b\x13\x16\x5d\x9a\xb4\x90\x45\x27\x6c\x2a\xd8\xa6\x2c\xba\x84\x32\x97\x54\x86\x4b\x29\x73\xf9\xf4\xd3\xb2\x10\x2c\x65\x2e\xa9\x26\x99\xec\x9f\x4b\xab\x49\x26\x15\x24\x37\x87\x96\xe6\xd3\xaf\xfd\xe4\xa3\x99\x7b\x78\xfa\xd1\x9e\x7e\x34\x3c\xe6\xd3\x8f\x06\xb1\x2e\x29\x1f\x96\x12\xeb\x84\xcd\x3e\xdb\x7c\xea\x4d\xe0\xda\x25\x7b\xde\x52\xae\x9d\xb0\xcd\x64\x3e\x75\x1d\xf0\xeb\x92\x02\x5c\x69\x51\xc9\x84\x6b\xb7\xb5\x21\xb9\x76\xc2\xd6\x60\x2c\x2a\x29\x24\x25\xb0\xf2\xa5\x37\xa1\xce\xe4\xbe\xfd\x07\x8e\x83\x48\xcb\x50\xe6\xeb\x72\x1d\x49\x25\xaa\x7c\xb9\x60\x41\x35\xca\x7d\x9b\x8a\x50\xac\xd7\x44\x3f\x18\x64\x5f\x46\x95\xc0\xe6\xac\xd5\x94\xd6\x97\x50\xf9\xd2\x0c\x83\x35\x27\x85\xcd\x8e\xe1\x7c\x19\x55\x52\x86\x32\x8f\xe5\xb3\xfc\xc5\xe9\x2f\x2a\xf2\x17\x93\x97\xc3\x97\x49\x9f\x13\x36\xfb\x8a\x53\xfa\x5c\x52\xdb\x31\x07\xca\x60\x6d\x47\x61\xeb\x0d\x5e\xf9\x79\xd6\x65\xae\xae\xe4\x4b\x9f\x13\xb6\xf9\xdd\x97\x6e\x04\xae\x5c\xba\x54\x2f\x57\x4e\xd8\xd4\xe2\xcd\x97\x5a\x44\x51\xc8\xa4\xc4\x50\x5a\x14\x52\xd8\x14\xde\x4d\x8b\x42\xe6\x0b\x2d\x1a\x3e\x5e\x2d\x7a\xa9\x45\xf8\x1f\xf9\x71\xf9\x42\x8b\xd8\xa0\x96\x2f\xb5\xe8\xa5\xe9\x13\x84\xc9\x8f\xcb\xd7\x35\xf9\x48\x17\xe1\x5f\xfd\x79\x3c\x76\xfe\xb9\xf1\xa5\x88\x77\x44\xd7\xac\x26\x29\x6c\xca\xf3\xa6\x2c\xba\xa4\x90\x63\x0e\x46\x67\x0b\x39\x0a\x9b\xf2\xbc\x29\xf3\x2d\x21\xb0\x25\xd5\x6a\x52\x02\x9b\xb0\xcd\x4e\x5b\xb5\x31\x29\xd1\x98\xec\x53\x4b\x4b\x34\x0a\xfb\x46\xb8\x61\x89\xc6\x84\xa1\x96\x83\x64\xee\xe9\x02\x0f\xb0\x6f\x4c\x5b\x65\xab\x25\xac\xb2\x74\xe1\xfc\x74\x68\x01\xb6\x3e\xf6\x74\x68\x01\xd2\x25\xf1\x53\xcf\x02\xf7\x6c\x9b\x0f\x3f\x55\x13\x78\x68\xe9\x92\xb8\x3c\x34\x61\xeb\x89\xad\xda\x98\x14\x5f\x4c\x76\x7a\xa5\xc5\x17\x85\x7d\x63\x72\x6b\xf1\xc5\xa4\x86\x62\x52\x8d\x24\xad\xa1\x28\x6c\x4a\xfd\xa6\x35\x14\x13\xd2\x59\xb2\x87\x2b\x25\x9d\x09\x5b\xaf\x2e\xe9\x2c\xe1\x8e\x25\xbb\xb3\x52\xee\x98\xb0\xcd\xd3\xcb\x1d\x4b\xca\x1f\xa6\x8b\xdd\xa7\x5f\xfb\xf4\x6b\xe3\x20\xa4\x93\x25\x74\xb2\x9c\x74\xa1\x74\x32\x21\xa9\x16\x91\x6f\x1d\xc4\x7b\xf0\xf8\xf2\xaa\x50\x14\x5c\x55\x88\x52\x11\x26\x5a\xde\xc8\x17\x82\x3b\x96\x94\x86\x48\xb9\x63\xc2\x76\x00\x7a\xab\x00\x30\xc1\x92\x52\x07\xf9\xd6\x6a\xa1\x80\x6d\x29\x05\x52\xc0\x84\x64\x53\x7f\x4a\x01\x13\xb6\x94\x82\xb7\x03\x10\xac\xb0\x64\xcb\x53\xca\x0a\xcb\x77\xd8\x7a\x1a\xe1\x6c\x0a\x26\x57\xba\xce\x2c\x93\x4b\xd8\x12\x0f\x64\x72\x25\xb4\xad\x64\x47\x7a\x4a\xdb\x12\xb6\x63\xa5\xb4\xad\x84\xaa\x95\x6c\x66\xca\xb7\xf3\x4a\x60\x53\x6f\x38\xdf\xce\x2b\xdf\x28\x13\x9b\x99\xf2\xad\x32\xc1\xe4\xda\x37\x5f\xdb\xf9\x0c\xb4\xad\xe4\x70\xbd\x94\xb6\x25\xec\x1b\xcb\x22\xd2\xb6\x12\x8e\x56\xba\xce\x2c\x47\x4b\xd8\x94\x1d\xce\xb7\x83\x19\x90\xec\xc3\x4e\x69\x5b\xc2\xa6\xf4\x76\x4a\xdb\x4a\x2a\x35\x66\x30\x72\xbd\x0d\xc6\x81\x7d\x63\x4e\x2f\x93\x2b\x61\x6f\x25\x25\x1a\xd3\x42\x8e\xc2\xa6\x40\x77\xca\xe4\x12\x92\xed\x53\x29\x93\x4b\xd8\x37\x42\x50\x99\x5c\x09\x47\x2b\x63\xf8\x78\xbf\x63\xf1\x1d\x99\xf9\xbf\x5d\x75\x81\xa3\x95\x2e\x50\xcb\xd1\x12\xb6\xa4\x0f\x6b\x30\x26\xb4\xad\x64\x43\x72\x4a\xdb\x12\x36\x05\x15\xf2\xed\xc0\x08\x47\x2b\x59\xa0\x2e\x39\x5a\x05\x71\x2a\x59\x67\x2e\x6a\x15\x5e\x80\xc7\xbc\x34\xa7\xac\x4f\x58\x30\xa6\x92\xa5\xd8\x92\x12\x25\xec\xdb\x35\xe8\x94\x94\xa8\x82\xf3\x94\x6c\x40\xaa\x5b\x78\x63\x60\xdb\x8b\xc7\x33\xe9\x2e\xaa\x18\x66\x7c\x44\xa7\x22\xfc\xea\xf2\x46\x1f\xcf\x68\xc5\x66\xb9\xf2\x10\x78\x61\xdf\xd6\xfe\xee\x50\x5c\x96\x42\xac\x9b\xfa\xb1\x79\x6e\xd9\x46\xf5\x63\xf3\x26\x65\x17\x5c\x9d\x9e\x1c\x62\x57\x9e\xbd\x2e\xec\xdb\x56\xe4\x55\x2c\xcb\x72\x58\x5c\x79\xaa\xba\xb0\x29\x20\x51\x9e\xaa\x5e\x70\xa1\x92\xdd\x33\x25\x17\xaa\x6e\x0e\x1a\xbc\x89\xc4\xa7\x82\x99\x94\xac\x88\x96\xcc\x24\x61\x43\xab\x29\x99\x49\x42\xb2\x67\xa4\xa8\x22\xf8\x81\x7d\xbb\x0c\xb1\x2c\x26\x58\x70\x96\x92\xb5\xce\x3a\x98\x3b\x0b\xfb\xc6\x6b\xc3\x65\xba\x60\x72\x15\x37\xe2\x7f\x84\x4d\x1c\x5b\x52\x9a\x0a\x66\x52\xb2\xeb\xa2\x64\x26\x09\x9b\xaa\xd7\x05\x4b\xe9\x03\xc9\xbe\x85\x92\xac\x24\x6c\xca\x5f\x14\x45\x0a\x2f\xa0\x5d\xa8\xcc\xa1\x7e\x50\xab\x70\x13\x13\x97\xb5\x0a\x0b\x4a\x53\xb2\xd7\xa0\xa4\x34\x09\x1b\xea\x50\x59\x72\xb0\x20\x2b\x25\x6c\xfd\x92\xac\x24\x6c\x22\xe7\xf2\x54\xf5\x3a\x08\x5d\x60\xaf\x17\x55\x04\x3f\xb0\x39\xaa\xbc\x2c\x26\x58\x30\x93\xb2\x7c\x21\x15\x00\x38\xe0\x16\x96\xe7\xa5\x0b\x9b\x8a\xf4\x25\x59\xa9\x28\x20\x98\xf5\x11\xb5\xa2\x66\x5d\x9e\xa6\x32\x98\x15\x34\xa4\x84\x7a\x5d\xd2\x90\x0a\x1a\xd2\x86\xe5\x54\xd2\x90\x0a\x06\x51\xb2\x7b\xa6\x2c\x00\x28\x6c\xaa\xdb\x97\x6c\x22\x21\xa1\xff\x96\x67\x9c\x0b\x9b\x12\x1f\x75\xa8\x72\x1c\x7b\x9e\x35\x78\xed\xf6\x73\x34\x9f\xc3\x46\xb4\x8d\xc0\xf4\x59\x40\x2c\x69\x48\x05\xcf\x28\xe1\xe7\x16\x64\xa3\x0f\x6c\x66\x1a\x25\xe7\xa8\x38\x09\x3d\x39\x6e\xad\x3c\x09\x5d\xd8\x54\x09\x2f\x39\x47\xc5\x89\xe5\x09\xf3\xb6\x86\x9a\x03\x1f\x67\x43\xdb\x2a\xf9\x38\x42\x0c\x4c\x41\x3e\x4e\xc1\xb4\xd9\x54\xe3\x2e\x99\x36\x42\xd6\xe5\x04\x4b\xa6\x8d\xb0\x0f\x5b\xef\xd7\xe6\x5c\xf3\xac\xc5\xb3\xd2\x46\x30\x8e\x1c\xbe\x10\xe3\x48\x51\x6f\x2f\xa1\xb9\x95\xf5\xf6\x0a\x76\xcd\x86\x7d\x55\x50\x6c\x3e\x90\x6c\x49\x29\x99\x36\xc2\x86\x7d\x55\xc3\xaf\x0d\xe1\x26\xa1\x80\x95\x55\xf9\x0a\xf2\xcd\x3e\xec\x1c\xbc\x7a\x41\x85\x49\x38\x5a\x25\x15\x46\xd8\x54\x10\x29\xa9\x30\x42\xc2\x00\x2a\x68\x31\x17\xf0\xd1\xec\x42\x3f\x1a\x90\x7d\x8d\x10\x25\xb1\x45\xc8\xe6\x6b\x5b\x5c\x4f\xd8\x94\x7f\x2e\xb9\x2e\xc5\xf1\xe6\xc9\x8a\x68\x4d\xbf\x23\xb0\x8f\xf0\x59\xa5\xe8\xce\x55\x81\xe8\xa1\x88\x17\x0a\x1f\xcf\x0b\x41\x6c\x49\xd6\x3a\x4b\x62\x8b\xb0\x8f\x54\xe4\xe3\x83\x5f\xf4\x46\xbf\xf6\xd4\xf8\x92\x46\x68\x7c\x90\x3e\xb2\x71\xf4\x92\x3e\x84\x4d\xb1\xdd\x92\xf4\x51\x70\x37\xb2\xf1\x85\x72\x37\x84\x0d\x21\xab\x2c\x3c\x57\xf0\x35\x92\xbc\x73\x59\x65\xae\x38\xc3\x7a\x33\xa9\x2a\xcf\xb0\x2e\x2a\xcb\x25\x89\xe1\x9a\x7e\x8e\xe9\xe7\x60\x98\xb2\xca\x5c\x41\xd4\xc8\x75\xd0\x85\xfd\x79\x3c\x8a\x79\x0d\xeb\x25\x51\xa3\x20\x6a\x24\xf9\xce\x92\xa8\x51\x61\xaf\x5e\xc3\x7a\xc9\xca\x28\x0e\xac\x4e\x56\x1b\xcb\x03\xab\x85\xcd\x39\x01\xe5\x81\xd5\x05\x51\x23\xc9\x18\x96\x44\x8d\xa2\x16\xdd\x66\xb2\x57\xd6\xa2\x2b\x88\x1a\xc9\x99\xcc\x25\x51\xa3\x20\x6a\x6c\x26\x7b\x25\x51\xa3\x38\x64\x3a\xc9\xb9\x95\x87\x4c\x0b\x9b\x33\x07\xca\x43\xa6\x0b\x26\x45\xb2\xda\x58\x32\x29\x84\x0d\x35\xad\x64\x52\x14\xb4\x89\x5c\xc5\x2f\xea\x90\x43\x87\xbc\x15\xa1\xab\xf0\x1a\x72\xd5\xf7\x17\xa8\x4b\xda\x83\xb0\x0f\x46\x54\x8b\xd0\x15\x4c\x88\x5c\xf6\x9d\xfa\x01\x6c\xe6\xa8\xe5\x89\xd0\x42\x2e\x7b\x85\xa9\xa6\xb0\xa9\x1d\x53\x91\xf6\x1d\x53\x4d\x4e\x8a\x2d\xf9\x12\xc2\x86\x51\x57\xf2\x25\x2a\x88\xcb\x96\x8d\x28\x3f\x4d\xf9\x8b\xde\xe8\x2f\x36\xdd\xc9\xc0\x68\x5d\x3a\x61\x53\x2d\xb9\x42\xc5\x82\xe3\x90\x2c\xaf\x97\x1c\x07\x61\x53\x2d\xb9\xe4\x38\x14\x2c\x83\x64\xcb\x40\x79\x00\xb3\xb0\x29\x4d\x53\x32\x0e\x0a\x2e\x41\xee\x6b\x0a\x5c\x72\x09\x84\x4d\xb5\xe4\xb2\xb2\x5b\x91\xc6\x4f\x8e\x52\x2c\xd3\xf8\xc2\xa6\x5a\x72\x99\xc6\x17\x92\x93\x99\x2a\xfd\x80\xc0\xa6\x5a\x72\x99\xba\x2f\x92\xf2\x49\xcd\xb6\x32\x29\x2f\xec\x81\x13\x4c\x3d\x31\x69\xed\xe4\xfc\xa6\x32\xad\x2d\x6c\x4a\xe6\x54\x6a\x75\x40\xb2\x18\x59\x66\xba\x85\x0d\x4f\xb1\xd2\xfe\x4a\x22\xa3\xed\x6b\x1b\x19\x71\x5e\xf1\x1e\x58\xb0\xe7\x15\x0b\xc5\x1a\x59\x99\xe9\xae\xba\xdc\x5b\xb1\x20\x56\xa5\x7b\x03\xf6\x60\x44\xf5\x08\xe3\xe2\x8c\xe1\x62\x41\xac\x3c\x63\xb8\xa8\xe6\xb6\x39\xdf\xa2\xac\xe6\x26\x14\x8b\x45\x55\xc6\x4f\xc0\x1e\x9f\xc7\xf3\xda\xa4\xc8\x0b\xda\x7b\x99\x22\x2f\xd2\xe2\x9b\x1a\x40\x55\x86\xc9\xa4\xb5\x8b\x45\x9d\x32\xad\x2d\xec\x61\x23\x8c\x79\x38\xf8\xb7\x58\xca\xa8\xf2\x0b\x95\x9f\x83\x81\xd1\x1c\x76\x91\xb0\x2e\xa6\xe6\x65\xc2\x5a\xd8\x10\x2f\xcb\x84\x75\x91\x2b\x2e\xa6\xd3\x65\xae\xb8\x48\x9a\xee\x71\x5c\x3d\x61\xd2\xb4\x48\xdc\xed\x81\x27\x36\x71\x57\x14\x81\x2a\x6a\xcd\x97\x45\xa0\x8a\x23\x44\x37\x35\x5e\xca\x23\x44\x8b\x5c\x5e\x41\xa0\x2d\x73\x79\xc2\x66\xe6\x5f\xe6\xf2\x8a\xba\x50\xa5\x8f\xb5\x2e\x94\xb0\xa9\x04\x53\x9e\x04\x5a\x9c\x04\x5a\x07\x73\x08\x4f\x02\x2d\xaa\x47\xed\x49\x47\x5b\x3d\xaa\x28\xef\x54\x3a\x05\x33\x7e\x45\xb1\xa6\xd2\x3a\x96\xe1\x06\xb0\xe1\xda\x95\x85\x9b\x6a\x5d\x5f\xb8\xa8\xd9\x5d\x4b\x87\x0a\x6c\x96\x1f\x6a\xf9\xb5\xa9\xd2\x54\x7e\x5a\xab\x34\x09\x9b\x82\xaf\x65\x95\x26\xa1\xe0\xae\x96\x55\x9a\x8a\x93\x40\x37\x05\x5f\xcb\x93\x40\x8b\x73\x3d\xaf\x98\x08\x11\xaf\xcd\xb9\x9e\x9b\x82\xaf\xb5\xc2\xd6\x5f\x3e\xb6\x28\xbd\x5d\x26\x27\x85\x0d\x07\xb0\x3c\xd0\x53\x28\x0a\x37\x95\xf9\xca\x22\x13\xb9\x27\x8a\x69\x26\xb2\x48\x3b\x16\x2b\x5e\x65\xda\x51\xd8\x14\xc0\x29\x6b\x39\x09\x45\xc1\xe9\x32\x13\x29\x6c\x8a\xb4\xd6\x32\x58\x22\x13\x59\x90\x53\xcb\x4c\xa4\xb0\xe1\x13\x96\x99\xc8\x22\x63\x58\x1c\xa9\x52\x66\x0c\x85\x4d\x91\xd6\xb2\x58\x93\x50\xa3\xbc\xca\x46\x24\x0a\x30\x11\xa9\x98\xeb\x52\xb3\x2b\xfc\x42\x34\x14\xf1\x8b\x76\x8e\x3e\x1a\x28\x8e\x41\x29\x0f\x07\x15\x36\x85\x79\x6a\x19\x8b\x01\x45\x75\xe9\x5a\x2a\xe6\x52\x31\x19\x3e\x97\x8a\xc9\x79\xa1\x45\x75\xe9\xf2\xbc\x50\x61\xb3\x40\x54\x9e\x17\x2a\x14\x14\xd6\xb2\xae\x94\xb0\xa7\x9f\xc3\xd8\x02\xa8\xd1\x8a\x7c\x47\x95\x7c\xd2\x85\x2a\x39\x99\xd0\x2b\xba\x43\xa4\x62\x32\xe9\xa6\x6e\x6b\x59\x44\xaa\xa8\x18\x55\xd4\x82\x2a\x2b\x46\x15\x55\xa2\x36\x75\x5b\x6b\xe9\xf8\x80\x1a\x8c\x7c\xa6\x53\x85\xcd\x49\x1f\x65\xc5\xa8\x22\xc3\x5a\x90\x66\xcb\x0c\xab\xb0\x67\x7c\xbf\x06\x75\x99\x80\x2d\xf2\xa8\xc5\xa2\x5f\x99\x47\x2d\x4a\x3a\x6d\x2a\x18\x95\xa7\x82\x0a\xa5\xd5\x6d\x2d\x05\xd8\x14\x7f\x2d\x2b\x3e\x15\x85\x9b\x4a\x7b\xb2\x70\x93\xb0\xa1\x8d\x96\x85\x9b\x84\x52\x8b\x3c\x3b\x54\xd8\x14\x7f\x2d\x33\xb7\x45\xb6\xb6\xd4\x0f\xcb\x3b\x09\x1b\x72\x69\x59\xde\xa9\xa8\xbf\x54\x7e\x79\xeb\x2f\x09\x9b\x12\xb1\xc5\xa1\xa1\x17\xec\xeb\x2a\x1f\x9f\x9f\x1b\x31\x6a\xb4\xdb\x83\x42\x8b\x34\x6d\xb1\xe8\x57\xa6\x69\x85\xfd\x37\x91\xad\x2f\x7e\xb1\x14\xf9\x8b\xaa\x1f\xfe\xda\x9a\x49\x42\x51\xb0\xb5\xac\x99\x24\xec\x99\x8a\x6c\x04\x4a\x3a\x51\xf8\x5d\x9f\x46\xa0\xa4\x49\xaf\xaa\xa4\x40\x51\xb0\xb5\xcc\xef\x16\x99\xdb\xcd\x32\x63\x99\xb9\x2d\xb2\xb5\x9b\x32\x4a\x75\x37\xf6\x04\x0a\x42\x68\x59\xd4\xa8\xee\x7a\x4f\xe2\x58\x2b\x18\x15\xb5\x89\x8a\xda\x44\x65\x6d\x22\x61\x53\x4e\xb4\xac\x4d\x54\x94\x18\x2a\xca\x3d\x96\x25\x86\x84\xcd\xca\x63\xdd\x9d\xf9\x53\x4f\xa8\x02\xb7\x6b\x3d\x21\x61\x4f\x22\x36\xeb\x09\x15\xf5\x84\x0a\x2e\x66\x59\x4f\x48\xd8\xac\x4f\xd6\x5d\xf7\x46\x3d\xa1\x62\xa9\xab\xac\x27\x24\xec\x49\x5c\x77\xd7\x4b\x51\x3c\xa8\x58\xea\x2a\x8b\x07\xd5\x5d\xdb\x24\x26\xbe\x6b\x9b\xe4\x8a\x8b\x43\x36\xca\x5c\x71\x91\xf2\x2d\x2a\x51\x95\x29\x5f\x61\x43\x67\x2d\x0b\xe0\x14\x99\xdf\x8a\xa5\xe8\xae\xe8\xce\x55\x1b\x11\x2f\xc4\x49\x8f\x45\x69\x9b\x7a\xd8\x5f\xc0\x66\xc9\xb2\xac\x76\x53\x54\xa8\x29\x2a\x2b\x95\x15\x6a\x84\x4d\x95\xa6\x7a\x18\xd7\x51\x5c\xa6\xa8\x60\x54\x8f\xf8\x88\x1e\x5c\x35\x10\x3d\x15\x5d\x5d\x48\xed\x99\xb2\xf6\x8c\xb0\x29\x56\x59\x0f\xbb\x90\x7a\x31\x45\xa1\x99\xb2\x5e\x8c\xb0\xfd\x42\x0f\xad\xe3\x41\x17\xba\x4a\xf5\xb0\x0b\x81\x4d\x49\xcb\x32\x7d\x5c\x54\x95\x29\xd8\x7d\x65\x55\x19\x61\xb3\x94\x5a\x26\x86\x8b\xea\x2d\x45\x95\x94\xb2\x7a\x8b\xb0\x29\x69\x59\x66\x5b\x8b\x6c\x6b\xb9\x66\x64\xb6\xb5\x28\xd5\x52\xd0\xdc\xca\x52\x2d\xc2\x66\x0d\xb6\x9e\xc6\x75\x94\x6a\x29\x8a\x3e\x94\xa5\x5a\x8a\x22\x2c\x1b\x92\x70\x59\x84\xa5\x9e\x68\xb4\x4b\x3f\x4f\x35\x1a\xd8\xac\xc1\xd6\xd3\x2f\x44\xa9\x96\xa2\x24\x41\x59\xaa\xa5\x38\x37\x71\x43\x25\x2e\xcf\x4d\x2c\xd2\xbc\x45\x49\x82\xb2\x2e\x4b\x99\xdf\x55\x7d\xcd\xef\x0a\x05\x35\xad\x2c\xc2\x22\xec\xc0\x7f\x99\xf2\x2d\x8e\x3c\xac\x42\xbf\x9e\x7a\x39\x60\xab\xe4\xa6\x7c\x8b\x94\x6f\x71\x8e\x44\x99\xf2\x15\x36\xb5\x30\xcb\x82\x2e\x45\x6a\xb6\xa0\xa6\x95\x95\x4d\x84\x4d\xe1\xcb\x32\x4d\x5b\xa4\x56\x8b\x9a\x25\x65\x6a\x55\xd8\x90\x97\xeb\xd9\x9f\xab\xae\x71\x97\x9a\x25\x65\x65\x13\x61\x53\xa6\xab\x4c\xc0\x16\x49\xd7\x2b\xd2\x44\x64\x53\x99\x3b\x53\x1e\xb3\x4c\xc0\x16\xa9\xd5\x62\x6f\x6c\x99\x5a\x15\xb6\x26\x6a\x6a\xb5\xc8\xa3\x16\xfb\x46\xcb\x44\xa9\xb0\x29\x8f\x59\x2f\x3f\x2d\x05\x4e\x0a\xa2\x58\x79\x38\x5f\xbd\x98\x2e\x51\x1e\xb3\x5e\x7e\x5a\x92\xa3\xc5\x9e\xca\xb2\xd8\x89\xb0\x5d\xd9\x36\x51\x2a\x14\x95\x4d\xca\x44\xa9\xb0\x83\x61\xce\x92\x28\x42\xb1\x5b\xb2\x2c\x89\x22\x6c\x4a\x6d\xd6\x4b\xab\x05\xaa\xb6\x37\xde\x15\x61\x30\x61\x23\x1e\x8a\x68\xfd\xfe\xfe\xbe\xe2\xb2\x88\x8a\xb0\xa9\x67\x56\x16\x51\x29\xce\xfe\x2b\x8e\xaf\xaf\x97\x5a\xf4\x22\x6f\xe3\x1a\xfd\xcb\x41\x96\x83\xfe\x8a\x4d\x8b\xf5\x52\x3f\x5e\x7a\x03\x46\x41\x0f\xfd\x2b\x52\xbe\xc5\xbe\xbc\x32\xe5\x2b\x6c\xca\x63\x96\x29\xdf\xa2\x62\x4a\xb1\xff\xad\xac\x98\x22\x6c\x6a\xa3\x95\xe7\x00\x16\xf5\x4b\x8a\xdd\x68\x65\x81\x12\x61\x73\x74\x52\xbd\x1c\xf2\x5e\xd7\x68\x55\x8d\xfa\xbd\x8c\xa5\x80\x4d\xa9\xcd\x7a\x19\x4b\x91\x87\xad\xf6\x85\xd4\xa2\x57\xd3\x9d\x8c\x82\xe4\x67\x2f\xb8\xba\x93\x4d\x43\x65\xb6\xb5\x48\x81\x16\xbb\x7a\xea\x74\x4c\x02\x36\xd5\x37\xcb\x42\x20\x45\xf1\x8f\x62\x6f\x46\x9d\x76\xf4\x69\x47\x33\xdf\xb5\x10\x48\x9d\x84\x2e\x1c\xc7\x5e\xa7\xbd\x4a\x12\x70\x53\x7d\xb3\x4c\x02\xd6\x9b\x24\x33\x05\xcb\xea\xad\x3d\x91\x45\x29\xb6\xc8\xb7\x59\x94\xe6\x40\xaa\xda\x57\xaf\xb6\x07\x52\x09\x9b\x6a\x24\xed\x81\x54\xcd\xb6\xf6\xda\x57\x4f\xb4\xdb\xda\x9b\x43\x95\x36\xab\xd1\x7d\xc3\x13\xf7\x8d\xd3\xcb\xa1\x9c\x34\x87\x2d\x5d\x70\x7d\x5a\x56\x57\xdb\x03\x96\x84\xe6\x08\xe3\x26\xcd\xf1\x81\x0d\xfb\xb3\xcd\x76\x34\x07\x2c\x35\xb3\xe2\xf6\x80\x25\x61\x53\xb1\xa0\x3d\x60\xa9\xd9\x1f\xde\x90\x23\xda\xfd\xe1\xc2\xa6\x62\x41\xbb\x3f\xbc\xd9\x13\xde\xb7\xa1\xc8\x5f\x2c\x7f\x91\xa6\xb6\xbf\xc8\xb1\xfa\x94\x3d\x6f\xb7\x8c\x0b\x9b\x8a\x05\x6d\xe6\x44\xe8\x9b\x5d\xd8\xb6\x8b\xc8\x99\x8a\x05\xed\xc6\xf2\x26\x99\xd2\x50\x0a\xda\x64\x8a\xb0\xcb\x8e\x6e\xdb\xd5\xb4\x8b\xce\x31\xbf\xd2\x6c\x06\x6f\x38\x47\xed\x66\x70\x61\x53\xc4\xa0\x3d\x99\xa9\xc9\xc2\x34\x99\xee\x36\x0b\x23\xec\xfa\x88\x9e\x8a\x5e\x5c\x55\x88\x4e\x45\x27\x57\x05\x22\x7a\x82\x34\x4b\x93\x77\x6e\xb7\x8c\x0b\x9b\x52\x07\x4d\xfa\xe5\x02\x5e\xa8\x78\xfc\xf4\xf1\xd3\x17\xe2\xf1\xa8\x6f\x93\x39\x69\xd2\xa1\x6d\xe6\x44\xd8\xf8\xeb\x26\x8b\x72\x01\x5d\xd8\x8a\x7c\xa1\xb0\x0b\x17\xa2\xbb\xa2\xe7\x75\xd5\xe2\xf1\xe1\xe3\xf1\x13\x65\x53\xc3\x17\x0a\xba\x70\xdf\x10\xf9\x42\x4c\x22\xf1\xfd\x6d\x7e\xa5\x39\xa0\xa9\x49\x64\xf5\xa1\xae\x02\x9b\xaa\x56\x6d\xca\x45\x68\x4e\xfc\x6d\x53\x2e\xc2\x2e\x5f\x3b\x6d\x04\x47\xe1\x93\xbe\x69\x0f\x6b\x12\x36\xd5\x13\x9a\x83\x9b\x2e\xe0\x59\x07\x37\xaa\x98\x87\x8a\x59\xde\xf8\x79\xd6\xd5\x7a\xf6\x74\xf7\xa1\x62\x9a\x72\xa1\x7a\x42\x9b\x72\x69\xf2\x2b\xcd\xe1\xa0\x6d\x7e\x45\xd8\x54\x4f\x68\xf3\x2b\x42\x53\x84\xbc\xcd\xaf\x08\x1b\x8a\x73\xbb\xa7\xbb\x0f\x14\x93\x74\x44\x1f\x2a\x26\xf9\x95\x4d\xf5\x84\x36\xbf\xd2\x83\x99\x59\xf5\x40\x44\x47\xb3\xd1\xba\x61\x39\xf5\x98\x5e\xa5\x9a\x5c\x83\x59\xbb\xe9\xba\x39\x73\xa9\x61\x39\xb5\x67\x2e\x09\xbb\x96\x22\x1a\xc1\xae\xe8\xa6\xb2\x77\xbb\x2b\x5a\xd8\x14\x08\x68\x77\x45\x37\x1b\x9a\x9b\xe5\xf5\x1e\xaa\xc9\x50\x4d\x16\x4d\x8d\xcf\xb3\x78\xa1\x75\x43\xf4\x54\x44\xeb\xb7\x22\x5b\x8f\x9a\xb0\xa8\xd3\xe6\x6a\x84\x4d\x7e\xa5\xcd\xd5\x34\xa7\x29\x35\x0b\xd4\xed\x69\x4a\xc2\x66\xf8\x6c\x36\x4d\xff\xd8\x64\x61\xfa\xf0\xf1\x7e\x6d\x60\x53\x6c\xa0\xcd\xc2\xf4\xb8\xbe\x70\xb3\xd0\xd7\xec\x6a\xfe\xc0\x86\x12\xde\x6e\x6e\x6e\x36\x21\x37\x4b\x65\xed\x49\x45\xc2\xae\xfd\xfd\x6a\x5b\x6d\x92\xa6\xd9\x5e\xdc\x63\xd0\x6c\x3d\x8b\x19\x19\x2a\x16\xb4\x19\x19\xa1\x39\x35\xad\xcd\xc8\x34\x67\x08\x35\xfc\xa5\xf6\x0c\x21\x61\x73\xa4\x53\x4f\x2d\x98\x9c\x48\x73\x2c\x6c\xbb\x33\x57\xd8\x94\x3a\x68\x77\xe6\x0a\xcd\xd9\x57\xed\xce\x5c\x61\x13\x0f\xf4\xf4\x03\xb2\xe7\xb6\xa9\x7a\xdd\xee\xb9\x15\x36\x05\x11\xda\x03\x83\x9a\x03\x83\x7a\xa0\x32\x1e\x18\x24\x6c\x0a\x22\xb4\x07\x06\x35\x29\x97\xe6\x40\xaa\xf6\x28\xa0\x66\x83\xed\x26\x1b\xd6\x6e\xb0\xed\x79\x0d\x1a\x3d\x3f\xa2\xcf\x8d\x77\xae\x4a\x44\x0f\x45\x0f\xae\xe2\x17\x35\x57\x60\x53\x10\xa1\x4d\xe5\x34\xe9\x9b\x66\x4d\xb1\xdd\x86\x2b\xec\xf6\x46\xcd\x15\x68\x0e\x91\x6a\xb3\x3b\xc2\x6e\x94\x81\x4c\xcf\x05\x4f\xae\xa2\x57\xfd\x68\xc0\x6e\x1f\xef\x47\x03\x9a\x65\xb3\x36\x95\xd3\xa4\x6f\x9a\x35\xb2\x76\x83\xad\xb0\x49\xdc\xb5\xa9\x9c\x26\x49\xd3\xec\xa6\x6d\x93\x34\xc2\xa6\xb8\x42\x73\x9e\xd0\x05\x3c\x2b\xb8\x6a\xfa\xac\xe9\xb3\x14\xf9\xac\xe0\x85\x18\x2b\x43\x17\x0e\x6c\x8a\x2b\xb4\x79\x9b\x26\x0b\xd3\xec\x6d\x6d\xcf\x10\x12\x36\x41\x5c\xbb\xb7\xb5\xd9\xa2\xda\xac\x22\xb4\x5b\x54\x9b\x33\x84\x76\x5f\xb3\xbc\xf6\x0c\xa1\x0e\xd4\x84\xfd\xa8\x1d\xaa\x49\xa8\x26\x58\x8a\x07\x06\x75\xf8\x69\x17\x2f\xe4\xa7\x0d\x3f\xed\x41\x53\xfd\xb4\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x53\x5c\xa1\xdd\x30\xda\x6c\x18\x6d\xb8\x3d\xed\x86\x51\x61\x13\x5c\xb6\x67\xf5\x34\x69\x92\x66\x72\xdb\xa6\x49\x9a\x03\x74\x9a\x83\x0b\x3a\xed\xfb\x64\x6a\xde\x1f\x11\xaf\x4d\x4e\xa4\x21\xcc\xb4\x39\x91\x66\x7f\xe5\x26\x8f\xda\xee\xaf\xec\xbc\x9c\x60\x53\xfd\xb7\x53\x27\x08\xec\x1e\x89\x28\x15\x5d\x96\x46\xd8\xd8\x66\x4e\x84\x4d\x25\x85\x36\x73\xd2\xa4\x49\x9a\xed\x8c\x6d\x9a\xa4\x49\x8d\x6c\xca\x04\x76\xea\xf1\x80\x0e\x46\x88\xb4\xef\x39\x13\x67\x93\xa6\x6d\xcf\xc4\xe9\xc4\x1e\xa9\xfe\xdb\xa9\x3d\xa6\xf6\x38\x15\xf9\x42\x0c\x9f\x70\x68\x3a\x1d\x3e\x81\x4d\xbd\x85\x76\x1f\x64\x67\xd1\x5f\x7c\xb4\xd4\x55\x72\x4c\xce\xa6\xde\x42\x7b\x4c\x4e\xa7\x1f\x0d\xe7\xec\x46\x45\x61\x53\x2a\xa1\xcd\xe8\x34\xe9\x9b\xa6\xb2\x6e\x9b\xbe\x11\x36\x9b\x60\xda\xf4\x4d\x93\xbe\xe9\xc4\x03\x98\xbe\x11\x36\xf5\x09\x3b\x35\x3e\xd2\x37\x4d\x39\xe3\x36\x7d\xd3\xa4\x6f\x3a\x51\x4c\xd3\x37\xc2\x6e\xa2\x3f\xd3\x37\xcd\x16\xc6\x26\xcc\xee\x52\x01\x80\xcd\x39\x6f\x5d\x2c\xd7\x08\x4d\xc5\xdf\x2e\x75\x02\xd8\x64\xa7\xbb\x8c\xeb\x48\x05\x35\xb5\x7c\xdb\x54\x90\xb0\x99\x96\x74\x19\xd7\x91\xeb\x69\x56\x4a\xba\x34\x64\x60\x37\x86\xec\x6e\xc9\xae\x49\xeb\xf9\x42\xe5\xe8\x4c\xde\x67\x37\xf1\xa6\x79\x9f\x66\xa3\x62\x53\x4f\xb6\xdd\xa8\x28\x6c\xb6\xda\x74\xe9\xef\x81\x86\xcf\xd3\xa5\x6d\x97\xb6\x4d\xf4\x67\x76\x48\x68\xf8\x3c\x5d\x6a\xa1\x09\xa3\x46\x57\x4d\x18\x35\x19\xa1\xce\xcf\x8d\x36\x82\x08\x84\x4a\x0c\x6d\x2a\xa8\x39\xd7\x65\x93\x22\x6f\xcf\x75\x69\x76\xb3\x35\xe5\xe9\xda\xdd\x6c\xcd\x0e\xb6\xcd\x8e\xe1\x66\x1b\xdb\x07\x9a\x4d\x69\xed\x6e\x36\x61\x93\xfc\x6e\x77\xb3\x35\xfb\xd4\x9a\xba\xad\xed\x3e\x35\x61\xaf\xcf\xe3\x31\x18\x8e\x67\xe9\x9a\xeb\xdf\x0f\xc5\xeb\xf8\xff\x8d\xc4\x1e\xde\x22\x6c\x36\x0c\x77\x6b\xc0\x40\x53\xb2\xad\x3d\xcf\xa5\xd9\x11\xb7\xd9\x30\xdc\xee\x88\x6b\xb6\xbf\xb5\x93\x16\xb7\xbf\x35\x5b\xde\xf6\xf2\x45\x0c\x6c\x38\xa9\xa5\x9d\x09\x78\x52\x4b\x73\x3a\xcb\x5e\xbe\x88\x06\xcc\xe9\x2a\x6d\xc4\xed\xe9\x2a\xc2\x5e\xd8\xa1\xdb\xdf\x9a\xc4\x5a\x73\xe4\x64\x9b\x58\x13\x46\xa3\x0b\x24\xd9\x7e\xec\xc6\xc2\xa8\x73\xd5\xdd\x1f\xd1\xe0\x59\xf4\xa6\x16\x46\x9a\xac\x59\x89\xe8\xd6\x79\x02\x1b\x92\x40\xb7\xce\x93\x94\x59\x1b\x24\x99\x32\x6b\xce\x3a\xd9\x6c\x2b\x6e\xcf\x3a\x11\x8e\xc1\x6b\x9b\x45\x13\x0e\x07\x7a\xb3\x68\xc2\xc1\xa1\x8f\xbd\x58\xea\x6c\x12\x6b\x9b\x0d\xc3\x6d\x62\x4d\x38\xe2\xf3\xac\x97\xa2\xd7\x25\x22\xc4\x5b\x46\xb6\xc0\x66\x0f\x71\x2f\x87\x4a\xe0\xd0\xc2\x3c\x5d\xa5\x39\x51\x65\xb3\x87\xb8\x97\xda\x07\x1c\xd4\x71\xec\xa5\x85\x01\x87\xb3\x8a\xa5\x42\x02\x9b\x0d\xc3\xed\x19\x2c\xc2\xa1\x5b\x34\xbb\xd7\xa4\xf2\xf6\x42\x01\x4c\xe5\x09\x07\x7b\x75\x7b\x19\x4b\x9b\xdd\x63\xc3\x70\x9b\xdd\x13\x0e\x36\xf5\xf4\x72\x18\x21\xc9\xb7\xd9\x0a\xdc\xcb\x18\x0e\x18\xb0\x02\xdb\x84\x9f\xb0\xd9\xe4\xdb\xcb\x21\x1c\x18\x87\xaf\xad\x46\x03\x83\x53\xcf\xdb\x6d\x8c\x6d\x5a\x90\x7d\xbf\x6d\x5a\x50\x18\xe4\x52\xda\xb4\x60\xb3\x67\x71\xb3\xa3\xb7\xdd\xb3\x28\x0c\x96\x60\xdb\x4c\xa1\xb0\xe1\x6c\x34\xfb\x17\x2f\xe0\x90\xf0\xcf\x8d\x7e\x34\x02\x7a\x76\xf4\xb6\xf9\x44\x61\x50\xbc\xbc\xcd\x27\x0a\x7b\xd9\xf7\x0e\x6f\xc0\xd0\x23\x99\x4f\x6c\xb6\x18\x6e\xf6\xfd\xf6\x72\x94\x02\x26\xbb\x17\xda\xe4\xa1\x30\x29\x0c\xd7\x26\x0f\x85\x09\x9f\xbd\x4d\x1e\x0a\xf3\xe6\x17\x72\xd9\x02\x98\x37\x5b\xaf\x59\x99\x16\x64\xe7\x5a\x9b\x16\x14\x26\xb9\xef\x36\x2d\x28\xcc\x69\x53\x1d\x04\x97\x65\xfe\xcb\xab\xec\x42\xeb\x99\x7f\x6e\xb4\x0b\x09\x79\x56\xa3\x13\x86\x3c\xc0\xcc\x8f\xc8\x77\x64\xee\x01\x63\xa5\x4d\x0b\x0a\x93\xda\x67\x6d\x5a\x50\xd8\x30\x56\xda\x5d\x96\xc2\x6c\x15\x53\x0f\xc0\x96\xca\xbd\x98\x4c\xb9\xa5\x52\x08\xe7\x7d\xe6\x13\x85\xe0\x94\xd4\x36\x9f\xd8\xe4\x13\xf7\xd2\x90\x1d\x89\x81\x98\x9f\xc7\xdb\xf7\x96\x9e\xf1\x6b\x1b\x06\x03\x7b\x11\x0e\x98\x62\x14\xc2\xf1\xda\x14\xa3\xb0\xd9\xbe\xdb\xdb\xf1\x1a\x08\xca\xb8\xf7\x76\xbc\xe6\x9c\x9a\xcd\xf6\xdd\xf6\x9c\x1a\x21\x28\x8d\xdd\x9e\x53\x23\x6c\xf6\xea\xf6\xd6\x0d\x01\x41\x99\xdb\xf6\xe8\x1a\x21\x6a\xfe\xfb\xf3\x82\xae\xbf\xff\xf9\xfe\xeb\x0f\x7f\xf7\x0f\xf7\x5f\xff\xf1\xfe\xe7\xf3\xeb\xf9\xd7\xdf\x7e\x3b\x7f\xfe\xfd\xf5\xd3\xf3\xf7\xaf\x3f\x5c\xd2\xaf\xd7\xf9\xfe\xe9\xe7\xf3\xb7\xf3\x2f\xbf\xfc\xf5\xb7\xe7\xf9\xf5\xeb\x2f\xbf\x5e\x77\xf1\xe7\xff\x0e\x00\x00\xff\xff\x4a\x6a\xca\x5f\x91\xad\x00\x00"); +var _bcd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\x4d\xab\x3f\xbd\x7a\xa5\x37\x3f\x9f\xe2\x19\x26\x83\x8e\x4b\xa5\x77\x30\x86\xe0\xc6\xe0\x41\x77\x42\x9c\x4e\x02\x21\x34\x52\x49\x72\x0c\xf1\xb1\x39\x76\x0f\xfa\xdb\x87\xbf\xae\x6b\x43\x3b\x84\xf3\x8c\x36\xda\x55\xbf\x52\x49\xa5\x92\xee\xb5\xee\xa5\x55\x7f\xf1\xd7\x7f\xfb\xef\xff\xf6\x8f\xff\xf0\xaf\xbf\xfd\xc5\xff\xfc\xa7\x7f\xfa\xfe\x6e\xff\xeb\x6f\xe7\x1f\xfe\xb8\xfe\xb4\xff\xe5\x9f\xfe\xcb\x9f\xbe\xfd\xdb\xdc\x7f\xff\x0f\x7f\xfc\xc3\x1f\xc2\xfb\xdb\xfa\x87\xef\x5f\x7f\x8a\xf7\xcf\xf7\x8f\xe3\x9f\xff\xf0\x87\x5f\xbf\xff\xbb\xff\xfa\x2f\xff\xba\xff\xf1\x6f\xff\x78\xfe\xe9\xb7\xc8\x79\xeb\xbf\xfc\xb3\xe7\xfe\xc5\xff\xb2\xff\xfe\x1f\xfe\xe5\x5f\xff\xf4\x5f\x7f\xfb\xef\xfe\xc7\xf5\x4f\x73\xff\xf7\xbf\xad\x7d\xfe\xf0\x17\xff\xd3\x9f\xd6\xfe\xd3\x3f\xfc\xf1\xef\xfd\xef\x7f\xfe\xeb\xff\xf8\x77\xe1\x3f\xff\xa7\xbf\xfe\xbb\xd7\xe3\x7f\xf7\x5f\xfe\xf9\x9f\xff\x9f\xfd\x8f\xfb\x8f\xff\xfa\x5b\xbd\xff\xd9\x7f\x5c\xf7\xef\x1f\xfe\xe2\xaf\xff\xc3\xf8\xe7\xff\x38\xfe\x71\xff\xf6\x17\xf7\xa7\xff\xee\xd7\x4f\xff\xdd\xaf\x9f\xfe\x37\xc7\xff\xb7\xfd\xa7\x7f\xf9\x87\x7f\xfa\xe3\x6f\x21\xfd\x0f\xcf\x13\xb8\xe4\xaf\xff\xff\xaf\xff\xf5\x9f\xf7\x6f\x3f\x27\xfe\x1f\xff\xe9\x6f\xff\xfd\x6f\xff\x67\xf8\x2d\x3c\xbf\xbd\x39\xc6\xfc\x5b\x78\xc3\xfb\x7f\x79\xf0\x7f\xff\x0f\xff\xb4\xf6\x6f\x0f\xa5\x40\x63\xbe\x7f\x5a\xfb\x5f\xfe\x79\x7c\xfb\x4f\xe3\x8f\x7f\xbf\xff\xf0\xdb\x6f\x7f\xf9\x3c\xcf\xf3\x57\xbf\xfd\xe5\xdf\xfc\xcd\xdf\xfc\xcd\x5f\xfd\xba\xc5\xff\xcf\x19\x7f\x08\xcf\xc3\x4f\xe7\xf9\xfe\xef\xf1\xa7\x3f\xfc\xfc\xe0\x9c\xb3\xfe\xea\x57\xa9\xfc\x2a\x3d\xcf\xe8\x94\xc2\x5f\xfd\xf6\x97\x6f\x78\x5f\x4a\xef\xaf\xd2\xf3\x16\x4a\xf1\xaf\x7e\xfb\xcb\xf8\xeb\xe7\xb7\x94\xee\x55\x9e\x8f\x52\xa5\xb4\x29\x35\x7e\x57\x29\xf5\x7b\x2c\x4c\x4a\x83\xd2\xa0\x34\x29\x1d\x4a\x1f\x57\x09\x94\xd6\xaf\xd2\x8e\xd6\xb7\x7f\x5d\xf3\xdd\x9e\x79\xa8\x21\xdf\x52\x8d\xb7\x0d\x93\xfa\x6a\xbb\x57\xc9\xdc\x59\xed\xf7\xcc\x10\x29\x0d\xae\x49\x0d\x75\x72\x2c\x51\xfa\xfe\xdb\x7e\xa9\xeb\xdf\x94\xf6\xbf\x29\x9d\xff\xb6\xd4\xe8\x89\x4c\xfb\x5a\xa6\xc4\xb1\xf1\xdd\x1a\x22\xf7\x39\x16\x25\x7a\x77\x70\xcd\x87\x3b\x1b\x5c\xf3\xa1\xaf\x27\xcf\xe8\xa1\x97\x66\xe0\x77\xd4\x30\x5f\x9e\x18\xad\x9d\x3e\x15\xae\x32\x7f\xdd\xcb\x9b\x3f\xcf\xcc\x94\xe8\xb3\x59\x6e\x69\x7a\x66\xa5\xc4\xbd\xcc\xc6\x99\x3c\xbf\x79\xfb\xac\xfc\xdc\xcb\xa0\x44\x1b\xe6\xe4\x4c\x6b\xff\x28\x79\xe6\x6d\x5f\x1e\xf4\xee\xdc\x94\x78\x7e\xf3\x50\x1f\xfd\xf2\x3d\x94\x78\x46\xdf\xaf\xf6\xc5\x77\x70\x67\xdf\x1d\x75\xc1\xfa\xbe\x48\xdb\xb9\xb3\x8f\xbe\xde\x9e\x49\x5f\x47\xda\xf7\xfd\x6a\xdf\xf3\x7e\xd4\xb0\xec\x41\x7a\x62\x05\x4a\x1e\xa3\x07\x17\x6d\x58\x8c\x9e\x63\x29\x31\x96\x68\xc3\xba\x3d\xf8\x3a\x5a\x57\x61\xb4\x72\xd7\x8b\x31\x1f\xb8\xb3\xc5\xa8\x0b\xd6\x70\x7b\xe9\x2d\xb4\x7d\x7d\x5c\xc5\x33\x6f\x2f\xbd\x99\x9e\x5f\x8c\xeb\x42\x7d\xfb\x3e\xbf\x37\x52\xc3\xbe\xcf\xe8\x1d\xf4\xc4\xbe\xcf\xe8\x7d\xb9\xe6\xee\x5c\x93\xb6\xef\xfb\x8c\xde\x69\xe9\x57\xed\x31\x2e\x6a\xd8\x1f\x25\x6b\xa0\xf6\x97\x7e\xd9\xd4\xfe\x72\x67\xfb\x50\x3b\xf5\x9d\x87\x12\x6f\xc7\xb9\x63\xb0\x24\x6a\x3f\x2f\x25\x6a\x38\xf7\x19\xbd\xdd\xdf\x25\xc6\x0b\x33\xca\xb9\x3d\x18\x3a\xb5\x9f\x42\x89\xe7\x77\x2a\x25\xaf\xd2\x28\x59\xc3\xa4\xe4\x55\x3e\x4a\x8d\x92\x6d\xb0\x3e\xdb\xe0\x35\x7d\x8f\x6e\x4f\x04\xe7\x3a\xfa\x33\x3c\xe1\xdf\x1c\x7b\xff\xcd\xb1\xc8\xb1\x44\x89\x51\x40\xcf\xff\x1a\x8a\xbf\xde\xb1\xf0\x52\xe2\x49\x3f\x1e\x63\x76\xe3\xa9\x84\x67\x30\x76\x23\x25\xda\xf0\xab\x27\xf6\x1f\x97\x33\xf0\xff\xcf\x94\x1c\x9e\xc3\x23\xe2\x92\xe1\xbe\xd2\x91\x97\x31\x84\x74\x4b\xbc\x54\x21\x54\x8e\x71\x9b\xa1\x31\x58\xa9\x3c\xfc\xba\x95\x1c\x72\xa7\x34\x28\x4d\x4a\x93\x92\xd7\xfc\x28\x2d\x4a\xeb\x96\x8a\x35\x6c\x4a\x34\x21\xfc\xba\xb3\x9c\xf7\x7d\x39\xc2\xfb\xab\x3b\x6b\xda\xd4\xf0\xfe\xea\xce\xfa\x79\x9f\xef\x6d\x7a\x6e\x74\xee\xcb\x34\xd1\x3c\xc6\x34\xd1\xa8\xef\x65\x9a\x68\x74\xfc\xcb\x34\xd1\xb8\xcf\x97\x69\xa2\xdd\x17\x2e\x44\xa6\x89\x46\x7d\xf1\x0e\xc1\xec\x03\x8b\x2f\x25\x7a\x22\xde\x21\x98\x5f\x8f\x31\x0d\xbe\x1e\x63\x1a\x0c\x1e\x63\x1a\xec\x1e\x63\x1a\x64\x51\x0b\x91\x69\xf0\xe1\x41\xc7\xce\x99\x3c\x95\x48\xfb\x1e\xaf\x42\xfb\x82\xbf\xa3\x7d\xc1\x6b\xd2\xbe\x70\x07\x6b\x48\xb4\xa1\x72\x66\xa2\x0d\x85\x5e\x4a\xb4\x21\x7b\x8c\x36\xf8\x8c\x12\x6d\x28\xf4\x44\xa2\x0d\x3e\xa3\xc4\x7d\x6e\xee\x2c\x71\x9f\x9b\xda\xef\x02\x1b\x9f\x48\xed\x77\x81\xcd\x31\x79\xec\xe3\x18\xd7\x3c\x4c\x98\x8b\xde\xbd\x2f\xe3\xf3\x7e\x1e\x6b\x94\x78\xee\xa7\x53\xba\xcf\xe8\xbd\xa3\x2e\xed\xb7\x51\xea\xb7\x14\x0b\xa5\x41\xe9\x50\x9a\xb7\xd4\x32\xa5\xef\x96\x58\x10\x5e\x47\x5d\x7b\x29\x31\xea\xba\x57\xb9\xa3\x2e\x0c\xea\xbb\xa3\x2e\xbf\xa7\x53\x0a\xb7\x45\xb4\xef\x7d\xdf\x5b\x2a\x1e\x8b\xb7\x34\xb9\xca\xfb\xab\x07\x73\x67\x11\xfd\x35\x5b\xfc\xf6\x97\x79\x36\x6a\x7f\x7f\xb5\x3d\xaf\x65\x0d\xbf\xda\x9e\x77\xf5\xcc\x46\x89\x36\xbc\xf7\xad\xda\x27\x51\xba\x6f\xd5\xc9\x5e\xe5\xf6\xee\xe1\xa9\xbc\x77\x94\x17\x47\xe4\x7b\x47\x79\xc9\xdb\x33\x7f\xb5\xaf\x66\xa6\xba\xf7\x8e\xf2\x5a\x2a\xf7\x79\x47\x79\x3b\x93\x5e\xba\xa3\xbc\x17\xdb\x90\xef\x08\x49\x2f\x35\xe4\x78\x7b\x90\xd1\xfa\xe6\x74\x4b\xbc\xef\x6f\xce\x1c\xf3\xcc\x42\x29\x52\xaa\xb7\x94\x2c\xf1\xfc\x78\xfb\xdf\xcc\xf3\x6b\xd6\xc7\xf3\xe3\xdd\x7c\x33\xcf\x6f\xd2\x2f\x99\x59\xc3\x67\x9b\x9d\x35\xb8\xeb\xec\xac\x41\x7f\x66\x9e\x9f\x6d\xbf\x61\x64\x7e\x3b\xc7\x0a\xcf\x28\xf0\xbb\x1b\x46\xe6\x98\xb8\xeb\x72\x9f\x51\x24\x74\x7b\xcb\x7d\x46\xf1\xe3\x49\x17\xda\xc0\xb2\xf2\x16\xda\xf0\x78\x4d\xda\xf0\x78\x26\x6d\xf0\xb9\x17\xda\xf0\x7a\x26\x63\xf0\xd7\xe8\xf9\xb3\x53\xf2\x5b\x68\xde\xf6\xc6\x36\x1d\xe8\x4d\x1f\x4a\x54\x57\x1f\xba\x93\x6e\xa9\x81\xd2\xa6\xf4\xd2\x9d\x96\x78\x7c\x4c\xe5\x6f\xbd\x4d\x0f\xac\xa8\x6f\xbd\x4d\x7f\x7d\x60\xb5\x30\xe4\x69\x42\xad\x74\x92\xc7\x1a\xdd\x42\x47\xdc\xf8\x36\xc7\xed\xb1\x3b\x3c\x6b\xf0\x5e\xee\xf0\x6c\x9b\xa6\xdf\xf8\x36\x77\x3b\xfe\xc6\xb7\xb9\x13\xa3\xbf\x37\xbe\xcd\xbd\x72\x95\x76\x5f\xb1\x99\x2d\xdd\xc7\x37\x0f\xad\x6d\xf7\xf1\x7d\xac\xa1\xef\x8d\x7d\xf3\x07\x5e\x78\x6f\xec\x9b\x3f\x5f\xcd\x76\xdb\xf0\x55\x5a\xdb\x2a\x2f\x1c\x83\xae\xdd\x36\x2c\x26\xb0\xb7\xdd\x3b\x5b\x87\x5e\x6a\x8b\xd7\xcf\x6b\x6e\x5e\x3f\x8f\xdd\x81\x65\x54\xf7\xf6\x3b\x31\x1c\x62\xfb\xb7\xff\xba\xeb\xf2\x26\x6a\xe8\xf4\x7c\xa0\xf6\x4e\xcf\x33\x5d\xbf\x9d\x17\xe7\xf1\x4c\x5e\x9c\xd7\x12\x2f\x4e\xf4\x4c\x06\x5d\xa4\xaf\x3b\x83\x2e\x59\x7b\xa7\xb5\x1e\xf3\xc5\xa1\xed\x9d\x41\xd7\xad\x9d\x41\xc7\x42\xf2\xf6\x45\x89\xf6\x75\x46\x16\xcb\xd1\xdb\x19\x59\x83\x63\x83\x91\xf5\x71\x95\xc1\xc8\xfa\xb8\xb3\x41\xfb\x3e\xda\x3e\x68\x03\xb1\xef\x3b\xb8\x4f\x82\x84\x77\x10\x16\x38\x7a\x06\x61\x81\x2f\xdc\x20\x2c\x28\x8c\x82\xe1\x4b\xcc\xeb\x37\x78\x89\x3b\xc7\x2e\x22\xc9\xbf\xd6\x8c\x5b\x4a\x8c\x4f\x7a\x62\x32\x3e\x83\xc7\x18\x9f\xf6\xcb\x64\x7c\xfa\xae\x5c\x2c\x91\x63\xf2\x9a\x2e\x4e\xf4\xcb\xc5\x12\x39\xfa\xe6\x5c\x2c\x91\x63\xa3\x0d\x17\x4b\xe4\xe8\x02\x74\xb1\x44\x8e\x2c\x55\xef\xc5\x12\x39\xda\xf6\x8b\x25\x72\xdb\xb4\xe1\x62\x89\xdc\x5f\xee\xe5\x62\x89\xdc\x9d\x0a\x3e\x96\x87\xd7\xab\x64\x4a\x5e\xa5\xf0\x06\x50\xfb\x77\xdb\xf7\x39\x96\xbe\xc6\x98\xf7\x98\xa3\xc0\xab\xdc\xf6\x7d\x2c\xef\xbf\xd6\xcb\x3b\xae\x3d\xf3\x63\x5c\x5b\x3b\xa3\xfc\x70\xe6\x62\x24\xfb\x34\x17\x23\xd9\xe9\xec\xa2\x95\xf2\xba\xc0\x5e\xb4\x52\x5e\xc7\xe0\x45\x2b\xe5\x4d\xf4\xd9\x45\x2b\x25\xbf\x5e\xb3\xdc\x52\xa3\xaf\x2f\x5a\x29\xd9\xa7\x79\xd1\x4a\xc9\x83\x3b\x5b\xfd\x96\x26\xbd\xb4\x06\x0b\x17\x4f\xe5\x22\x99\x52\x0e\xa3\xee\x22\x99\x52\x7f\xee\xec\x2e\x71\xd5\x40\xe0\x22\x99\x32\x5f\xcf\x3c\xb7\x54\x18\xc9\xfb\xb9\xa5\x4a\x0d\xfb\xb6\x6f\xfa\x34\xf7\x6d\xdf\x5c\xe9\xf7\xa6\xe4\x1d\x39\xd1\x9f\xdd\xa6\xff\x4c\x44\xfb\x36\xfd\x73\xed\xdd\xbf\x9a\x5e\x1f\x57\xa3\x0b\xa3\xea\xeb\x83\xbe\x30\xaa\xfe\x74\xe7\x85\x51\xf5\x8d\x9e\x39\x6e\xc9\xe1\x79\x61\x54\x7d\x5d\x5f\x2f\x8c\xaa\x6f\xf6\xcc\x75\x4b\x83\x61\x76\x61\x54\x8d\xcd\x63\xbc\xc4\x81\xdf\x1d\x5e\x62\x5f\x8e\xc3\x4b\xec\x24\x7c\x9c\xa4\xb8\xeb\xe3\x24\x45\x77\x1e\x26\x29\xef\xec\xf0\x82\x3b\xb9\x1d\x26\xa9\x44\xdb\x8f\xab\x3b\x83\xe0\xf0\xf2\xfb\xf8\x0e\x2b\xe3\xba\xd7\x8c\x0f\xf7\x42\xc4\x17\x1f\xee\x65\x6d\x4a\x2f\x13\x43\xa6\x14\x29\x25\x4a\x85\x78\xec\xa3\xc4\x84\x72\xbc\xe6\x60\xe1\x1a\x94\xee\x90\x7f\x89\xf1\xe2\xf3\xb1\xf2\x1f\x4a\xbc\xb6\xe1\xf6\x6e\x0c\xbc\xb6\x00\xe6\x18\xbc\x17\xce\x0c\x44\x75\x89\x6b\x06\x22\x86\xc4\x5d\x07\x22\x06\x62\xae\x5f\x61\xc4\x2d\x51\x5f\x20\x62\x28\x5e\x85\x69\xa9\xd0\xbe\xc0\xb4\x34\x27\x25\x97\x4d\xcf\x64\x5a\x22\x82\x8e\x60\xa5\x78\x22\x25\xa6\x25\x26\x94\x48\xd4\x1a\xb7\xd7\x64\x5a\xda\xde\x19\xed\xdb\xf4\x0b\x51\x6b\x3c\xfc\xce\xa8\xd5\x3e\x33\x6a\x3d\xf4\xb5\x51\x2b\xcb\x74\x24\x6a\x8d\xbb\x50\xa2\x7d\x9b\x9e\x20\x6a\x8d\xe7\xa5\x44\xfb\x0e\x3d\x41\xd4\x1a\x79\x51\xe3\x6b\xfb\xac\xc1\xf6\xd1\xd7\xaf\xed\xb3\xbe\xdb\xbe\xb2\x2c\x2d\x4a\xd6\x47\x58\x10\xbc\x97\xc3\x14\x49\xdb\x6f\xd4\x9a\x3b\x54\x5a\xbc\x51\x6b\xee\x95\x1e\x8c\x4c\xbb\xc4\xb7\xf1\x62\xb3\x3c\x33\xf7\x72\xb1\x59\x9e\x8d\xde\x8d\x86\x0c\xf4\x52\x24\x2a\xb7\x07\x23\x21\x03\xd8\x33\x46\x43\x06\xaf\x39\x99\x4c\xbd\x8a\x53\xab\x57\x59\x04\x09\xde\xd9\x26\x48\xf0\x9a\x04\x10\x8e\xc1\xe4\xb4\xcb\x9d\x25\xa7\x5d\xda\x9e\x98\x5a\xa1\x69\xe2\xc5\x5f\xe5\xcd\x5c\x33\x31\xb5\x0e\x7f\xc7\xd4\xea\x9d\x5d\x6c\x56\xaa\xbd\x74\xb1\x59\xa9\xe0\xd2\x98\x98\x3e\x59\x64\x62\x5a\x4c\x91\xb4\x21\x31\x7d\x7e\x1e\xbb\xd3\xa7\x4b\x4e\xcc\x0f\x25\x9e\x6d\x0e\xcc\x75\xb4\xe8\x22\x84\xf2\x25\xcf\x8c\x94\x3c\x93\x39\x12\xf2\x2c\x5e\x84\x50\x7f\xad\xeb\xb7\x54\x98\xb3\x78\x62\x17\x21\xd4\x08\xd2\x8e\x17\x21\xd4\xb4\xbe\xdf\x99\x92\xe3\x05\x0f\x35\xd9\xf4\x0b\x1e\xaa\xc0\x37\x5e\xf0\x50\x33\xb1\x68\xbc\x20\xa0\x0a\xf3\xe3\x05\x01\xb5\x54\x1a\x7b\x41\x40\x2d\x83\xdb\xbc\x20\xa0\x96\xe9\xef\xee\x6d\x16\x5f\xb8\x0b\x02\x6a\x75\xb0\x5e\x10\x50\xeb\xe6\x11\x5d\x10\x50\xab\xaf\xed\x05\x01\xb5\xb3\x2e\xc7\x0b\x02\x6a\x9f\x5e\xe5\x4e\xe5\xc3\xc1\x7a\x23\xfd\x3a\x58\x8d\xa2\x11\x3b\x80\x32\x1a\xb1\x77\x4b\x4c\xc9\xac\x9a\xb1\x32\x25\x0f\xda\x5e\x99\x92\x1d\x12\x95\x29\x99\xd5\x3d\xde\x88\x3d\x9d\xc7\xab\xdc\x29\xf9\x04\x4b\x83\x63\xdc\xe7\x8d\xd8\xd3\x09\x5e\xe5\xe3\x18\xbd\x74\x59\xe7\x24\x7b\x15\x1b\x53\xb9\x53\x41\x63\xfa\x24\x3a\x8b\x8d\x36\xf8\x82\x37\xda\xe0\xc4\xd0\x68\x83\xbd\xd4\x68\x03\x4c\x76\xbc\x11\x7b\xfa\x79\x71\x6e\xc4\x9e\x8c\xb5\x23\x11\x7b\x70\x12\x6e\xc6\x94\xbc\x46\xcd\x98\xd2\xda\x89\x29\x89\xf8\x22\xb1\x7d\x28\x96\x40\x55\xd5\x1a\x88\x37\x9b\xb5\x13\x6f\x42\x66\x45\x62\xfb\xd7\x17\xf5\xc6\xef\xf9\x25\xbf\x10\x3b\xd1\xa7\xd3\x52\x07\x39\xc1\x1e\xc7\xce\x14\x49\x84\x12\x3b\x53\x24\xf0\x39\x76\xa6\xc8\xd7\x1a\xee\x7d\x26\x9f\xca\x8d\xd1\x73\xb2\x77\x6f\x8c\x9e\x13\x64\x4f\xbc\x31\x7a\x4e\x3e\xa3\x1b\xa3\xe7\xe4\xcb\x78\x63\xf4\x9c\xec\xb3\x1b\xa3\xe7\x64\x9f\xdd\x18\x3d\x27\x38\xc5\x38\x22\xbf\xf3\xcc\xc4\x31\xda\x7e\xe3\xf7\x9c\xbc\xeb\x51\x28\xd1\xa2\x51\x29\xd1\xf6\x1b\xdb\xe7\x04\x37\x1f\x89\xed\x13\xcc\x64\x24\xb6\x2f\xdb\x3b\x9b\x4c\xe5\xfe\xce\x69\xde\xfa\x6e\xfb\x6a\xb4\x86\x4d\xc9\xdf\xdd\xf6\x19\xd5\x45\xe2\xfe\x9f\x29\xeb\x66\x22\xf2\xcf\x74\x76\x33\x11\xb9\x12\x6f\xc6\x9b\x89\xc8\x95\x58\x3b\x82\x02\xba\xd3\x0b\x28\xa0\x57\xaf\x39\x38\x46\xed\xa0\x80\xee\x5c\x00\x0a\xe8\xd5\xab\x80\x52\x21\x89\x22\x28\xa0\x37\x7a\x90\x68\x7e\x42\x2e\xc5\xcf\x65\x85\xdf\x11\xcd\x4f\xf0\x73\x24\x9a\xff\x1c\x2f\x46\xf3\xd6\x40\x34\xbf\xec\x25\xa2\xf9\x6d\xef\x12\xcd\x6f\x97\xb1\xcf\x25\x87\x16\x11\xcd\xff\xbc\x8d\x44\xf3\xe6\xb8\xe2\xc7\x92\x63\x98\xf5\xb1\xe4\x2c\xae\x72\x23\xfd\xf2\x33\x92\x8d\xe6\x1d\x4b\x46\xf3\x2e\x08\xcb\x25\x87\x6b\x12\xcd\xbf\xf9\xf7\x88\x8b\x68\xa0\x1f\xad\x8e\x40\xdf\x08\xc5\x40\xdf\xf5\x95\x80\xbd\xfa\x02\x10\xb0\xd7\xc8\x63\x20\x60\xaf\xc4\xd3\x91\x80\xbd\xba\xd6\x13\xb0\x57\xd2\x04\xd1\xa8\xdc\x57\x8c\xa8\x7c\x16\x7f\x97\x09\xfb\x69\xc2\x8d\xca\xcb\xcf\x63\xb8\x51\x79\xf9\xb2\xf5\x35\x4a\xbc\xee\x37\x2a\x2f\x1f\x91\x77\xbc\x91\x77\xf9\xe0\xdc\xe2\x8d\xbc\xcb\x67\x34\x71\x23\xef\xf2\x19\x0d\x6e\x56\x4d\xbb\xec\x46\xd7\xf5\x81\x79\x8d\x37\xba\xae\x2f\x34\x4d\xbc\xd1\x75\x7d\xad\xfd\xb0\xe4\x54\x1e\xca\x8d\xae\xeb\x80\x6f\x8c\x37\xba\xae\x9f\x91\xc6\x8d\xae\xeb\x67\x1c\x77\xa3\xeb\x7a\xec\xeb\x73\x97\x9c\x03\x77\x1d\x6f\x02\xa3\x9e\x69\x0d\xbf\xda\xd0\x1e\xa7\x89\x9b\xc0\x68\x26\xed\xe2\x4d\x60\xb4\xc7\xc9\xe6\x26\x30\x9a\xc9\x86\x74\x23\xf6\xf6\xf0\xa2\xa6\x1b\xb1\xb7\x07\x66\x32\xdd\x88\xbd\x3d\x0c\xf9\x74\x93\x14\x2d\x6c\xcf\x2c\x94\x06\xa5\x7a\x4b\xc7\x63\x8d\xd2\x47\xe9\x57\x1b\xda\xfb\x58\x1a\xb7\xc4\x40\x4e\x37\x9a\x6f\x26\x99\xd2\x8d\xe6\xdb\x4b\x3c\xfd\x6b\xe6\xfa\x55\xaa\xde\xe7\xa6\xe4\xb1\xdb\x86\x02\xfe\x4a\x37\xd2\x6f\x8d\x98\x24\xdd\x48\xbf\xb5\x44\x7d\x37\xd2\x6f\x8d\x21\x9f\x6e\xa4\xdf\xba\xed\xbb\x91\x7e\x2f\x8c\xac\x14\x58\xaa\x48\x9e\xa6\xe0\x72\xdb\x28\xb1\x54\x81\x8e\x12\xfc\xf4\x49\x5e\x85\xe5\x96\xa5\x2a\xc1\x4f\x9f\x6c\x89\xe5\x16\xca\x21\xc1\x4f\x1f\xc6\x7c\xba\x91\x7e\x32\xad\x9b\x6e\xa4\x9f\x0e\xa3\x2e\x05\x96\x62\x26\xcc\x74\xa3\xf9\x74\x78\x73\xd2\x8d\xe6\xd3\x21\xf0\x48\x37\x9a\x4f\x87\x58\x2d\xdd\x68\x3e\x1d\xa8\x98\xf4\xb2\xdc\x42\x32\xa4\x97\x36\x10\x09\xa7\xd7\x36\x14\x4a\xb4\xc1\x5e\x7a\x6d\x83\x67\xd2\x86\xe2\xbd\xd0\x06\xa6\xe4\xf4\xd2\x06\x90\x61\x7a\x69\x43\xf4\x9a\xb4\x81\x77\x2c\xdd\x68\x3e\x99\xb6\x4e\x37\x9a\x4f\x87\x25\x3c\x45\xda\x97\x69\x51\x14\x19\x52\x7b\x94\xc4\xa4\x97\x88\xe6\x83\xcf\x81\x68\x3e\x54\xfa\xec\x66\x53\xb2\x49\xbb\x14\x41\x8d\x90\x28\x89\x88\xfd\x7d\xad\x6f\xb3\xa0\x73\xcd\x1b\x95\x67\x91\x76\x4a\x20\x27\x92\x7d\x29\x81\x9c\xaa\x25\x90\x93\xf5\x25\x96\x54\xf0\x65\x4a\x2c\xa9\xaf\x25\x96\x54\x12\xb2\x29\xb1\xa4\x46\x4b\x2c\xa9\x88\x1e\x52\xba\xf7\x99\xec\xc1\x44\xc8\x00\x69\x9a\x12\x21\xc3\xaf\x67\xf4\x67\xa7\xe4\x94\x88\x26\x7c\xec\x89\x68\xc2\x57\x3a\x11\x4d\xd8\xd5\x99\x68\x82\xbc\x6a\xca\x44\x13\xbe\x8c\x99\x68\x82\xf5\x35\x65\xa2\x09\x20\x72\xca\x44\x13\xd1\x63\x34\x3d\xfa\x3b\x9a\xee\x10\xcc\x34\x1d\x78\x92\x32\xcd\x23\x22\x4a\x99\xe6\x39\x04\xb3\xcd\xf3\x18\x6d\x60\x09\x48\xd0\xfd\xe9\xb5\x06\x23\x22\x06\x5d\xa1\x0d\xc4\x08\xe9\x2a\x4a\x72\x71\x22\x22\x15\x20\x9b\x94\x48\x05\x14\x60\x77\x22\x15\x50\x80\xc1\x89\x54\x40\xb5\x7d\xa4\x02\x2a\xf0\x2b\x5d\x14\x90\xab\x77\x76\x51\x40\xae\x0e\xba\x8b\x02\x72\xf5\x75\x2f\xf0\xe1\x3e\x3e\x92\x61\xd5\x07\x7d\x51\x40\xae\xd9\xab\x10\x11\x39\x69\x14\x23\x22\xef\xe5\xb6\xaf\x41\x16\xa4\x2a\xf0\xe5\x2a\x15\xe0\xdb\xa9\xbd\x02\x7c\xe1\x76\x53\x85\x6f\x74\x92\x82\xef\xef\xdd\xdf\xc1\x37\x12\xb5\x26\xf8\xfe\x0e\xce\x48\xf0\xfd\x9d\x64\x58\xaa\x46\x52\xd6\x40\x24\x05\x06\x49\xf0\xfd\xbd\x7b\x15\x22\x29\x16\xa0\x24\xdf\x0f\x22\x49\xf0\xfd\xd3\x17\x1c\xbe\x7f\x3a\x85\xc8\xf7\x37\x4b\xf0\xfd\x20\xb5\xd4\x8c\xb2\x68\xfb\x0f\xdf\xef\x99\x44\x52\xd1\x63\xf0\xa2\xf6\x0b\x28\xe0\x83\xd7\x4e\xa0\x80\xef\xa7\x86\x7b\x2f\xcb\x27\x2d\xc3\xef\x02\x04\x0a\xd8\xd6\x07\x0a\xd8\x70\x98\xe9\x32\xfc\x79\xdb\xbe\xcb\xf0\xe7\x7d\x3c\x16\x89\xc7\xa8\x0f\x84\xa0\xae\x28\x81\x10\x4e\xf1\x58\xa1\xc4\x33\x02\x21\x9c\xea\x55\x1a\x25\x9e\x03\x0c\xff\x81\x3c\x4b\x9d\xd4\xdf\xc7\x7d\x82\x1e\xce\xf2\x77\x44\x83\x80\xf7\x04\x7a\x38\x10\x33\x09\xf4\x70\x6c\x2d\xe8\xe1\x10\x40\x24\xd0\xc3\xf1\xed\x18\x10\x10\x2e\xfd\x03\xde\x17\xbc\x90\x06\x91\x22\xf1\x74\x1a\x44\x8a\xb0\xb9\x69\x10\x29\x3a\x5e\x06\x91\x22\x89\xce\x74\xd1\x43\x79\xab\xc7\x1a\xc7\x68\xdf\x45\x0f\xe5\x2d\xdc\xf5\x45\x0f\xe5\xb5\x77\x2f\x7a\x28\x2f\x94\x4a\xba\xe8\xa1\xfc\x2c\xef\x17\x3d\x94\xd7\x5e\xba\xe8\xa1\xbc\x4e\xc2\x17\x3d\x94\xd7\x37\x60\x12\xed\x42\xc8\xa5\x49\xfb\x50\x71\xa4\x49\xfb\x0c\x27\x26\xed\x23\x47\x92\xa6\xed\xe3\x9a\xd3\xf6\xd1\x13\xd3\xf6\xd1\xa2\x69\xb8\xcb\xbd\x4c\xc2\xdd\x5f\xef\xed\x9f\x9f\x92\x27\x91\xb0\x93\xe2\x84\xf2\xf6\x81\x4d\x29\x6f\xba\x7a\xc2\xd9\x10\x37\xa6\x8f\x48\xd8\x17\xe7\x23\x12\xce\xdc\xca\x05\x24\xa5\x1a\x4d\x5c\x40\x52\x2a\x80\x39\x5d\x40\x52\xaa\xeb\xf9\x05\x24\xa5\xba\x66\x5f\x40\x52\x2a\xe9\xb6\xf4\xc1\x1f\x19\xa1\x5c\x40\x52\x26\x59\xd6\x74\x01\x49\x99\x9f\xf7\x32\xe1\x7a\xe8\xea\xcf\x28\xd9\xda\x89\x92\x9d\x50\x3e\xa2\x64\x80\x53\x22\xbd\xf0\x01\x9c\x12\xe9\x85\x8f\xec\x6c\x02\x90\x7c\xa8\x0e\x12\x80\xe4\xab\x96\xe0\xd8\x11\xe8\x24\x00\xc9\x57\x2d\x11\xcd\xfb\x82\x83\x3a\x3e\x40\x7f\x02\x75\x7c\x0e\x4f\xd2\x0b\x9f\x03\x84\xf4\xc2\x07\xf8\x4b\xa4\x17\x3e\x80\x61\x22\xbd\xf0\x19\x61\x82\x56\x3e\x87\x20\x68\xe5\x03\x8c\x25\xd0\xca\xe7\x90\x00\xad\x7c\x0e\x79\xd0\xca\xe7\xf4\x09\x5a\xf9\x99\x96\xcc\x21\x38\x20\xcd\x21\x00\x36\x93\x39\x84\x9f\xab\x74\x4a\x9e\x49\x9e\xc0\x29\xc4\x3c\x01\x18\x24\x99\x27\xf0\xd9\x9a\x27\xf8\xac\x6f\x53\xf2\x77\x57\x05\x10\xed\x97\x9b\x27\xa8\x2a\x58\xd2\xcd\x13\xd4\xec\x02\x0b\x5a\x29\xde\x99\x68\xc5\xe5\x08\xb4\x52\x8d\xfb\x41\x2b\x9d\x94\x61\x02\xad\x74\x52\x86\x09\xb4\xd2\xa7\xbf\x1b\x90\x60\xd6\x3e\xc1\x35\xd6\x77\xdb\xf0\x13\xed\x8a\x56\x7e\xee\x13\xb4\xe2\xab\x29\x5a\x61\xf9\xcb\xa2\x15\xfa\x33\x8b\x56\x18\x59\x59\xb4\xd2\x07\xa5\x1b\xe9\x3f\xc8\x0f\xf3\x95\x5b\x35\xa7\x89\x0c\x92\x71\x0a\xc9\x20\x99\xb7\x79\x95\x4a\xc9\xfa\x2e\x92\xe9\x3f\xc7\x2e\x92\xe9\xcb\xdf\x5d\x24\x33\xd0\x4a\x64\x90\xcc\x17\x2b\xa5\x8b\x64\x3e\xde\xc6\x0c\x92\x11\x51\x66\x90\xcc\xf7\xd3\xa2\xdb\xbe\xc5\xd2\x91\x41\x32\x8b\x31\x9f\x41\x32\x0b\x41\x65\x06\xc9\x6c\xa2\xd6\x0c\x92\xd9\xa4\x28\xf3\x45\x32\xed\xd8\x13\x17\xc9\xb4\x33\xbd\xca\x6d\xdf\x61\x4c\xe4\x8b\x64\xda\x41\x50\x99\x2f\x92\x69\xf2\xd3\xf9\x22\x99\x76\x3e\xef\x65\xb0\x88\x06\x4a\xbf\xda\xd7\x9f\x6e\xe9\xbb\xa5\xe1\x35\x17\x25\xef\x65\x53\xb2\x86\x43\x89\x36\xdc\x9c\x45\x97\xe4\xcb\x37\x67\xd1\x83\xf7\x72\x51\x4e\x0f\x2c\x7f\xf9\xa2\x9c\x5e\x40\x63\xf9\x15\xa9\x6d\x4a\x99\x63\xdc\xcb\x45\x39\xbd\xbc\xe3\x77\xa6\xe4\x7c\x01\x50\x2f\xaf\x15\x28\x32\xb2\x72\xd2\x58\xd9\x12\xb9\xf6\xea\x4d\x2b\x32\xa2\x73\x5f\x73\xed\x96\xcc\xb5\x73\x63\x82\x1c\x87\x99\x20\xc7\x07\x2d\xc8\x71\x60\x45\x40\x9c\x35\x44\x40\x5c\xf5\x77\x80\x38\xb2\xe4\x39\x02\xe2\xac\x2f\x02\xe2\xbc\x97\x08\x88\x63\x5a\xca\x11\x10\xd7\xbc\x26\x20\xce\xa1\x14\x01\x71\x40\x97\x1c\x01\x71\x68\x09\x72\x04\xc4\xc1\x48\xe7\x08\x88\xab\xd6\x00\x88\xe3\xd5\xcc\x89\xf6\x31\x45\xe6\x44\xfb\x88\xa4\x72\xa2\x7d\x0e\x90\x64\xfb\x18\x12\x00\xa7\x00\x10\xcd\x00\xa7\x40\xe2\x23\x03\x9c\x82\x2f\x07\xc0\x29\x78\x2f\x00\xa7\x40\xec\x94\x01\x4e\xa1\x7a\x2f\x70\xc2\x4c\x98\x19\xe0\x14\x20\x43\x32\xc0\x29\x1c\x4b\x80\x3f\x62\xed\x0c\x3a\x7a\xa3\xbf\x3b\x94\xa8\x01\x74\xf4\x02\xad\x33\xe8\xe8\x05\x84\x67\xd0\x91\x4a\xd6\x0c\x3a\x32\xc9\x9b\x41\x47\x2f\x29\x92\x0c\x3a\x7a\xa7\x67\xa2\xb4\x21\x2d\x98\x41\x47\xd1\xb6\x67\xf8\x62\xfb\x25\x93\x52\x63\x99\xce\x20\xa7\x98\xbd\x26\x29\xb5\x62\x7d\x24\x02\x61\xfc\x32\x78\x28\x2e\xae\x02\x1e\x8a\xc4\x8d\x19\x3c\x94\x1c\x67\xe0\xa1\xe4\x28\x00\x0f\x25\x9f\x2d\x78\x28\xd9\x9f\xe0\xa1\xd4\x3d\x13\x4c\x47\xc4\x97\xc1\x43\xc9\x11\x02\x1e\x4a\x3e\x23\xf0\x50\x6a\xde\x0b\x78\xcf\x89\x16\x3c\x94\x1c\xad\xe0\xa1\x44\xfc\x97\xc1\x43\xa9\x5b\x03\x78\x0f\x16\x3f\x83\x87\x92\xcf\x1d\x3c\x94\x08\x04\x32\x78\x28\x39\xe9\x83\x87\x12\xcb\x66\x06\x0f\x25\x82\x84\x0c\x1e\x4a\xbe\x39\xe0\xa1\x44\x58\x90\xab\xed\xe3\x89\x81\x87\xca\xf1\x9a\xe0\x3d\xdf\x2a\xf5\x4f\xb6\x16\x3c\x54\x8b\x67\x82\xf7\x1c\xbb\xe0\xa1\x5a\x6c\x03\x78\xcf\xe7\x57\x61\xc0\x9d\xf4\x1b\x0c\xb8\x3d\x01\x56\xea\xc1\x12\x78\xcf\x09\x13\xfd\x53\x4f\xfe\x0e\x4c\xe7\xe8\x01\x2b\x99\x81\xca\x60\xa5\xee\xa8\x23\x9b\xd2\x1d\x21\x64\x53\xfa\xf4\x9a\x60\xba\xe1\xef\xc0\x74\x68\xb9\x33\x38\xaa\x3b\x41\x83\xa3\xfa\xe2\x19\x81\xa3\x3a\x88\x24\x83\xa3\x3a\x39\xae\x0c\x8e\xea\x2b\xfe\xde\x94\x0c\xc4\xea\xae\x62\x5d\x38\xcb\x84\x02\xc4\xea\xae\x7e\x40\xac\x9f\xb5\x17\x88\xd5\x5d\xb7\x80\x58\x33\xfb\xbb\xdb\x74\x19\xe2\x0c\xc4\x32\x07\x9a\x81\x58\x13\x58\x93\x81\x58\xd3\xc1\x03\xc4\x9a\xc6\x16\x40\xac\xd9\x79\x0c\x40\xac\x49\xb4\x9b\x81\x58\xd3\x29\x19\x88\xf5\x21\xe1\xcf\x24\x68\x3e\xe8\x96\x4c\x12\xe6\x63\xe3\x48\x26\x09\xf3\x21\xcf\xcb\x24\x61\xbe\xe9\x99\x40\x5d\xb6\xc9\x64\x92\x30\x9f\x6b\x3d\x49\x98\x6f\xfa\x3b\x24\x40\xf6\x0b\x49\x18\x35\x1d\x99\x24\xcc\xfe\xb9\x17\x24\x40\xf0\xe1\x99\x24\x8c\xca\x90\x4c\x12\x66\x43\xfd\x64\x92\x30\x8a\xd9\x32\x49\x98\xed\x54\x40\x12\x66\xdb\x4b\x24\x61\xb6\x3d\x88\x4c\x6b\xdb\x4b\xc8\xb4\x4c\x12\x66\x92\x30\x07\x3a\x29\x93\x68\xf9\x59\xe2\x48\xb4\x1c\x87\xfc\x34\x81\xc1\x50\xfa\x84\xac\x0c\x33\xe4\x56\x6e\x85\xc9\xc8\xad\x0e\xba\x86\x4c\x82\xe6\x90\x04\xcd\xe0\xa1\xe7\xb1\x74\x63\x6d\xb7\xde\x64\xf0\xd0\xf3\x7a\xec\x62\x09\x37\xcd\x64\xf0\xd0\x63\x2f\x81\x87\x1e\xb4\x3c\x19\x3c\xf4\xd8\x67\xe0\xa1\x07\xbe\x38\x83\x87\xdc\x84\x94\xc1\x43\x8f\xad\x05\x0f\x3d\x44\xd7\xf9\x26\x68\xca\x63\x5f\x9b\xa0\xb1\x3e\xa5\x58\xd6\xf0\x23\xc5\xe2\x3e\x4d\xde\x40\x78\xe4\x1f\x29\x16\xfd\x62\xf2\xc6\xfe\x34\x79\x83\x64\x33\x83\x95\x5e\x23\x29\xb0\x92\x08\x21\x83\x95\xdc\xc8\x91\xc1\x4a\xe2\x85\x0c\x56\x7a\x9d\x18\xc0\x4a\xaf\x6f\x1c\x58\xe9\x5d\xb6\x01\x48\xee\xf8\x04\x0f\xa9\xde\xce\xe0\xa1\x17\x55\x6d\x06\x0f\xbd\xc3\x12\x6d\x70\x99\x06\x0f\xbd\x6c\xd2\xc9\x64\x6f\x5e\xa7\x17\xb2\x37\x6a\xc7\xf3\xb6\x0d\xf4\x35\xd9\x1b\x37\xe2\xe4\x4d\x1b\x50\x37\xe7\x4d\x1b\xd0\x97\x64\x32\x3b\xaf\x6f\xce\xb6\x0d\xdc\xcb\xe1\x39\x38\xb9\x1d\xda\x00\x0b\x9c\x8f\x6d\xa0\xe7\x6f\x66\xa7\x64\x9f\xc3\xc5\x4a\x25\xb3\x3d\x2a\x1f\x24\x71\xb6\xe1\xa0\xdb\x70\xe9\xb8\x58\xa9\x14\xc7\xe0\xc5\x4a\xa5\x20\x26\xcd\x17\x2b\x95\xf2\xf8\xbb\x41\xc9\x7b\x81\x1f\x60\x97\x40\xbe\x58\xa9\x94\xc7\xda\x17\x25\x7a\xe9\x62\xa5\x52\x1c\xf3\x17\x2b\x95\xc2\x58\x2a\x17\x2b\x95\x42\x52\xb9\x5c\xac\x54\xca\x53\x7f\x67\x4a\x2e\x0f\x94\x03\x79\xe3\xf2\x40\x39\x90\x6f\x2e\x0f\x94\x43\xf1\x18\x94\x43\xf3\x18\x94\x43\xb7\x72\x28\x07\x56\xf0\xf2\x40\x39\x30\x4d\x94\x07\xc9\x0a\x31\x49\xb9\x30\xaa\xb8\xa2\x96\x0b\xa3\x4a\x6d\x96\xa0\x46\xba\xf5\xa1\x06\x64\xea\x29\x81\x04\x22\x2f\x40\x09\xd0\x26\xf0\x4e\x25\xd0\x06\xe2\xd4\x12\x68\x03\xb1\x45\x09\xb4\x81\x18\xa8\x04\xda\xc0\xe4\x56\x82\x6d\xe0\xce\x82\x6d\xe0\xae\x03\x6d\x28\x9e\x69\x1b\x5e\x4a\xd0\x26\xaf\xbf\x43\x76\xf3\x73\x67\xd0\x0a\xc1\x63\xca\x6e\xe8\xb3\x17\x5a\x01\x68\x5d\x5e\x68\x05\x92\xa7\xe5\x85\x56\x38\x1e\x83\x56\x60\x20\x97\x17\x5a\x81\x17\xbc\xbc\xd0\x0a\x48\xb1\xca\x0b\x6d\x32\xfd\x1d\xd4\xc8\xf4\x4c\xa8\x11\xf4\x2c\xe5\x85\x1a\x19\xde\x0b\xd4\xc8\xf2\x2a\x50\x23\xcb\xab\xd0\x86\xe9\x9d\xd1\x06\x26\x94\x12\x69\x03\x93\x46\x89\xb4\x01\x7a\xa0\x44\xda\x40\x6c\x51\x22\x6d\x20\x32\x2d\xd1\x36\x50\x5f\xa4\x0d\xc7\xdf\xd9\x06\x7a\x30\x42\xfd\x10\xcb\x94\x08\xf5\xb3\x3d\x93\xf6\x2d\x8f\xd1\x3e\xc2\x89\x12\x6d\x1f\x6d\x8f\xb4\x6f\x7b\x4d\xdb\xe7\x31\xda\x47\x3c\x5d\x22\xed\x63\x01\x2a\x17\xf3\xd4\xc7\x71\x7d\x31\x4f\x7d\x88\x14\x4b\x22\x01\x4c\x7c\x5b\x2e\xe6\xa9\x0f\xfc\x66\xb9\x98\xa7\x3e\x84\x0c\x25\x21\x11\x05\x75\x94\x84\x44\x34\x59\x42\x22\x8a\x46\xba\x24\xa9\x1f\x7f\x07\xf5\xf3\x79\x2f\x50\x3f\x9f\xb5\x43\xfd\x2c\xcf\x84\xfa\xb1\x77\x2f\xae\xa9\x4e\xa6\xe5\xe2\x9a\x1a\x09\x2e\xca\xc5\x35\x35\x32\x25\x97\x8b\x6b\x6a\x44\x42\x59\x2e\xae\xa9\xd1\x31\x71\x71\x4d\x8d\x30\xfc\x05\x79\x57\x26\x0d\x59\x90\x77\x65\xdf\x4d\x74\x5a\x85\xb8\xbf\xa0\xd3\x2a\x2c\x2b\x05\x9d\x56\x39\x96\x3e\x4a\x9e\xb9\x20\x97\xac\x61\xa3\xb0\xf2\x9a\x07\x85\x15\xad\x45\xdf\xd5\x59\xe2\x0a\xfa\xae\xce\x22\x53\xd0\x77\x0d\xd0\x66\x41\xdf\x35\xaa\x67\x9a\x6c\xf7\x18\xc9\xf6\xe3\x35\x1b\x34\x14\xf7\x82\xbe\xeb\x80\x2c\x4a\x31\xd9\x4e\x4f\x5c\x24\xd3\x1e\xf6\xe4\x95\x42\xb2\x7d\x7a\x4d\xe8\x2b\x7b\xa9\x40\x5f\x41\x8d\x94\x02\x7d\xe5\x7b\x5b\xa1\xaf\x86\x25\xe8\xab\xf1\x7b\x5c\x72\xa9\x30\x5b\x3e\xbe\x2a\xb3\xc5\x4d\x5f\x90\xd3\xe4\x5e\xca\x05\x39\xed\x21\x82\x2e\xd5\x1c\x3d\x37\x56\xcd\xd1\xd3\xf4\x0b\x72\xda\xeb\x34\x5f\xc9\xd1\x3b\x69\x54\x72\xf4\x3e\xda\x4a\x8e\xde\x81\x5c\xc9\xd1\x0f\x8f\x91\xa3\x9f\x96\xc8\xd1\x3b\x94\x2e\xc8\x69\x46\x13\xe5\x82\x9c\xe6\x4a\x5c\x2e\xc8\x69\xae\xb6\xe5\x82\x9c\xe6\x36\xd4\x72\x13\x42\x4d\x15\x61\x69\x30\x77\x4e\x3d\x0d\xe6\x0e\x36\xa9\x34\x98\x3b\x78\xae\xd2\x60\xee\x00\x40\xa5\xd1\x3e\x22\xef\x72\x01\x50\x2b\xc9\x63\xb7\x7d\xc5\xc5\x09\x00\xf4\x92\xc7\x2d\x17\x00\xb5\x56\xac\x6f\xc1\xb2\x31\x08\x2e\x00\x6a\xc7\xd7\xef\x02\xa0\x76\x00\x55\xa5\xb3\xc7\x0a\xe0\x54\x2e\x00\xea\x0f\x31\x49\xb9\x28\xa7\x3f\xb6\xe1\xa2\x9c\xfe\x33\x24\x2e\xca\xe9\x0f\xbb\xb1\xca\x45\x39\x3d\x10\xe7\x94\x8b\x72\x7a\xf8\xb9\xe6\xa5\xaf\xb2\x0b\xe5\x45\x39\x3d\x03\xc9\xcb\x45\x39\xbd\x00\x1a\xcb\x45\x39\xdd\xad\xb4\xe5\xa2\x9c\x5e\x88\x29\xcb\x45\x39\xbd\x40\x86\x94\x8b\x72\x7a\x49\xb6\x61\x53\x62\xe8\x5e\x94\xd3\x8b\xcf\xef\xa2\x9c\x5e\x5c\x9c\x2e\xca\xe9\x15\x1a\xa3\xdc\x44\x52\x37\x2f\x51\x86\x92\x46\xea\x1b\xd0\x57\x4e\xd7\x03\xfa\xca\x7e\x61\x1b\xc9\xf1\x49\x0f\xe8\x2b\x27\xfd\x01\x7d\xe5\x24\x3c\xa0\xaf\xec\x89\x01\x7d\xf5\x79\x26\xf4\x15\xe8\xa1\x0c\xe8\x2b\x36\x3a\x94\x01\x7d\x65\xef\x4e\xe8\x2b\xe2\xbf\x32\xa1\xaf\x50\x84\x97\x09\x7d\xe5\xd2\x31\xa1\xaf\x9c\x4c\x27\xf4\x9c\xcb\xd8\x84\x9e\x73\x6a\x9d\xb4\xcf\xc5\x70\xd2\x3e\x27\xbe\x49\xfb\x96\xd7\xa4\x7d\x8e\x9e\x49\xfb\x96\x25\xda\xe7\x68\x9d\xee\x9e\xb5\x84\xa4\xd1\x45\x66\xba\x8f\x91\x9e\x98\xee\x63\xe4\x5e\x40\x4e\x6e\xd6\x28\x20\xa7\x17\x51\x40\x01\x39\xbd\xa4\xbb\x0b\xc8\xc9\xad\x4c\xe5\x93\xbe\x62\xf4\x20\x6d\x73\x03\x48\x41\xda\xe6\x8e\x85\x82\xb4\xcd\x38\xbc\x20\x6d\x13\x75\x14\xa4\x6d\xaf\x3d\x8f\xb4\xed\x35\x10\x40\xda\x16\x9d\x6d\x3e\x37\xe2\x78\x15\x14\xef\xd5\xfa\x50\xbc\x1b\x90\x7d\x12\x5d\x1c\x63\x13\x4b\x72\xd6\x58\x10\x41\x2e\x8d\x0b\x22\xc8\x45\x6d\x41\x04\xd9\xd7\x0b\x22\xc8\xfb\x5c\x10\x41\xbe\x8d\x0b\x22\x08\xb6\xba\x2c\x88\xa0\xf9\x7b\xc4\x45\x59\x70\x60\x76\xc4\x82\x03\xf3\xb1\x2f\x38\x30\x27\xc5\x05\x07\xe6\x04\xbd\xe0\xc0\xec\x96\x05\x07\xe6\xe0\x59\x70\x60\xae\x69\x0b\x0e\xcc\x97\x63\xdb\x74\x3a\x62\xd3\x74\xa7\x90\x4d\xd3\x8d\x8f\x36\x4d\x77\xb1\xd8\x34\x1d\xb0\x52\xb6\x4d\xf7\x9a\x05\x9e\xcb\x12\x9a\x07\x52\x40\x65\xa3\x79\x70\xf5\xdb\x70\x60\x0e\xb3\x0d\x07\xe6\x24\xbc\xe1\xc0\x5c\xef\x36\x1c\x98\x1d\xbf\xe1\xc0\x7c\x71\x36\x1c\x98\xd1\xf5\x86\x3f\x82\xf7\x2d\x07\xfe\x08\xb6\xb3\x1c\xf8\x23\xb4\x12\xe5\xc8\x81\x71\x95\x03\x49\x84\xaa\xa2\x1c\x48\x22\xe3\xb8\x23\x49\x44\x0f\x1e\x48\x22\xdb\x77\xe0\xc7\x8c\xb5\x0f\xfc\x98\xd3\xd9\x05\x63\x79\x3c\x1e\x83\x1f\x73\xd9\x3c\xf0\x63\x64\xd0\xcb\x91\x1f\xb3\x04\x3f\x86\x3a\xbd\x5c\x30\x96\xc7\x63\x1b\x68\x1f\x09\xaf\x7a\xc1\x58\x9e\x44\x75\xf5\x41\x0f\x41\x0f\x56\x36\xc6\x4c\x86\x60\x65\x63\xcc\x44\x7f\x51\x1f\x54\xa7\xf4\x6e\x7d\x50\x9d\xb2\x50\x56\x36\xcd\x7c\xd4\x57\xd9\x34\xf3\xf1\x4a\x57\x36\xcd\x7c\xc9\xda\xd1\x4a\x2c\x6b\x47\x2b\xb1\xbc\x26\x5a\x09\x54\x0e\xf5\x91\x24\xf2\x2a\x90\x44\x48\xaa\x6a\x90\x24\x3a\x94\x24\x89\x38\x93\x0d\x35\x6e\xbd\xae\x6c\xa8\x51\xb9\x5e\xd9\x50\xb3\x89\xc0\x2a\x1b\x6a\x0e\x4a\xe4\xca\x86\x9a\xf3\x7a\x15\xb4\x12\xc5\xfa\xd0\x4a\x34\xcf\x44\x2b\xd1\x3c\x86\x1e\x02\x9c\x58\xd9\x34\x63\xe4\x56\xd9\x34\x73\xc0\x82\x35\x48\xbe\xd0\x5a\x10\xd7\x63\xfb\x40\x5c\x0f\xea\xa4\x0a\xe2\xd2\xf3\xa5\x82\xb8\x1e\x60\x77\x05\x71\x3d\x08\xc8\x2a\x88\xeb\xb1\xaf\x41\x5c\xca\x40\xeb\x0b\xb9\x54\x3c\x13\x72\xa9\x58\x3b\xe4\x12\x69\xc1\x0a\x1a\x7b\x98\xa0\x2b\x68\xec\x21\xeb\x53\x41\x63\x6e\x30\xab\xa0\xb1\x07\xec\x59\x41\x63\x0f\x04\x67\x05\x8d\x99\x7b\xa8\xa0\xb1\x97\xf7\xa1\x82\xc6\xdc\x37\x59\x41\x63\x11\x39\x6e\x05\x8d\xbd\xc7\x33\x21\x66\xd8\xc0\x53\x41\x63\xd1\x91\x05\x1a\x7b\xd9\x21\x51\x41\x63\xef\xf1\xcc\xc6\x99\x3c\x07\xd0\xd8\x7b\xfc\x1d\xc4\x8c\x23\x0b\x34\xa6\xbf\x4e\x05\x8d\xbd\xdb\xda\x21\x66\x8e\x35\x40\x2e\x81\x10\x2a\x68\x2c\x86\xf0\x3b\x53\x72\xbd\x40\xad\x44\x58\x93\xca\x5e\x9b\x4c\xd4\x53\x2f\x50\x2b\x99\xbd\x67\x35\xc1\xe7\x30\x99\x56\xf6\xe1\x68\x1c\x53\xd9\x87\x93\xb7\x57\xb9\x4d\x2f\x0e\x09\xf6\xe1\x14\x07\x2b\xfb\x70\x8a\x83\x87\x7d\x38\x05\x36\xb0\x26\xf8\x9c\xd7\xda\xe1\x73\x7c\x71\xd8\xa3\x53\x1c\x4a\xec\xd1\x31\x97\x59\xd9\xa3\x53\x50\x2d\x56\xf6\xe8\x14\x3b\x90\x3d\x3a\x95\xe9\xac\xb2\x47\xa7\x02\xd0\x2b\x7b\x74\xaa\x1d\xcf\x1e\x9d\x4a\x64\x5a\xd9\xa3\x53\x89\x57\x6a\x86\xf0\xb0\xe3\x33\x84\x07\xf1\x51\xcd\x10\x1e\xc3\x1a\x20\x3c\xe0\x5a\x6b\x86\xf0\x40\xe7\x5d\x33\xa4\x8d\x0f\x33\x43\xda\x7c\xd6\x07\x69\xb3\xbc\x17\x48\x9b\xe9\x31\x14\xe1\x4c\x9f\x35\xa3\x08\x67\xa2\xad\x85\xf6\xb1\x2e\xd7\x42\xfb\x88\xf1\x6a\xa1\x7d\x44\x4b\xb5\xd0\x3e\xa8\x91\x5a\x68\x1f\x28\xa0\x16\xda\xe7\x54\x57\x68\x9f\x4f\xb3\xd0\x3e\x22\xc5\x5a\x68\x9f\xd3\x60\x51\x07\xc3\x9d\x15\x08\x9d\x66\x0d\x93\x12\xbd\x74\xc1\x5f\x99\xd3\xbb\x86\xec\xf9\xb9\x0a\x7b\xac\x88\x1b\x6b\x91\xec\xa1\x0d\x15\xa2\x84\x28\xa4\x5e\xf0\x57\x16\xc4\x5a\xbd\x08\xaf\x2c\xb2\xdd\xf5\x22\xbc\xb2\xe0\xa0\xeb\x45\x78\x65\xf9\x82\x5f\x84\x57\x96\x23\xf2\x22\xbc\xb2\x60\x11\xeb\x45\x78\x65\x39\x96\x2e\xc2\x2b\x0b\x0d\x6a\xbd\x08\xaf\x2c\xb6\xbb\xd4\x8b\xf0\xca\x8a\xd6\xbe\x28\xd1\xbe\x8b\xe2\xca\x0a\x1e\xa3\x0d\x8e\x82\x8b\xe2\xca\x42\x0c\x55\x1b\x6d\x70\xcc\x37\xdb\xc0\xf3\x6b\xb6\xc1\x33\x69\x03\xc9\xd3\xda\x68\x43\xf4\x9a\xb6\xc1\x63\xb4\x01\xe6\xbc\x5e\x14\x57\x1f\xdf\xd4\x86\x46\x06\xd8\x5d\x2f\x8a\xab\x0f\x98\xb5\x5e\x14\x57\x1f\x62\xc3\x7a\x51\x5c\x15\x07\xd7\x8b\xe2\xea\x03\x66\xad\x17\xc5\x55\xd1\x58\xbd\x28\xae\x3e\x84\x28\xb5\x43\xf6\xb8\xf8\x5e\x14\x57\x4d\x00\xd7\x8b\xe2\xaa\x7a\xf4\xda\x51\xfb\x93\xea\xaf\x1d\xb5\x7f\xf5\x77\xec\x83\xf3\x5d\xb9\x48\xad\x46\x62\xfb\x7a\x91\x5a\x75\x6b\x79\xbd\x48\xad\xba\x67\xb4\x5e\xa4\x56\xe3\xb4\x86\x8f\x33\xb9\xeb\x8b\xd4\x6a\xfc\xbc\x17\xf6\x03\xdb\xf6\x8b\xd4\x6a\x26\xeb\x53\x87\x3a\x1f\x7e\x37\xd0\xf9\x10\x4a\xd5\xc1\x26\x39\x22\xfd\x7a\x91\x5a\xcd\x04\x56\xf5\xe6\xaa\x6a\x36\x64\x18\x90\x3d\xf6\xfc\x80\xd0\x21\x23\x54\x2f\xc6\xaa\xbf\xc2\xff\xdf\x99\x92\x07\x36\x24\x50\xec\xf5\xc2\xaf\x5a\x00\x08\xf5\xc2\xaf\x5a\xe0\xff\xea\x85\x5f\xb5\xba\xe2\x4c\x76\xef\xb1\x41\xa2\x4e\xc4\x49\x28\x1a\xeb\x85\x5f\xd5\x4d\x25\x75\x22\x4e\xf2\x35\xba\xf0\xab\x16\xd7\x91\x0b\xbf\x6a\x71\x85\x9b\xec\xde\x73\xa5\xba\xf0\xab\x56\xd7\xc9\x0b\xbf\x6a\x73\xe9\xb8\xf0\xab\x36\x68\xfb\x3a\x61\xa1\x5c\xb3\x2f\xc4\xaa\xe6\x63\xeb\x85\x58\xb5\xc3\xe3\xd5\x0f\x86\x0a\xa8\x54\x3f\x85\x52\xdc\xd9\x85\x4a\x75\xc0\x09\xd7\x0b\x95\xea\x40\x2e\x57\x3f\x84\x52\x4e\xec\x17\x2a\xd5\xe1\xfa\x7a\xa1\x52\x55\xbe\x56\x2f\x54\xaa\xcb\xfb\xbc\x50\xa9\x2e\x38\xa9\x7a\xa1\x52\x5d\x24\x06\xea\x85\x4a\x75\xd9\x4b\x17\x2a\xd5\x65\xdb\x2f\x54\xaa\x0b\x25\x6b\xbd\x50\xa9\x2e\x52\x0f\xf5\x42\xa5\xea\x76\x82\x7a\xa1\x52\x3d\xb0\x9d\xf5\x42\xa5\x2a\x40\xaf\x17\x2a\xb5\x27\x58\x5f\x83\x1f\xe3\x3e\x2f\x1e\x6a\x0f\xe9\xc4\x7a\xf1\x50\x7b\x9c\x5e\x16\x4c\xda\xb2\x04\x93\xe6\x12\xb0\x60\xd2\x5c\x1e\x36\x6c\x19\x2c\x77\xdd\xb0\x65\x10\x09\x75\x43\x89\x01\x0c\xeb\x86\x12\x03\x75\xd4\x0d\x25\xe6\x62\xb1\xa1\xc4\xd0\x80\xd7\x8b\x79\xda\xe3\x12\xb0\xa5\xc4\x3c\x06\x65\x84\xd7\x48\xdd\x50\x62\x6c\x0e\xae\x17\xf3\xb4\x08\x42\xa8\x17\xf3\xb4\x68\xcf\x6f\x28\xb1\xed\x31\x28\xb1\x9f\x3b\x83\x12\x03\x21\xd4\x8b\x79\x5a\xb4\xe7\x0f\x94\x98\x6d\xbf\x98\xa7\xfd\x84\x2f\x17\xf3\xb4\x9f\x58\xed\x40\x89\xb9\xc8\x1c\x28\x31\x17\x99\x03\x25\xe6\xd2\x7f\x31\x4f\xfb\x89\xdc\x0e\x94\x98\xa3\xfc\xd0\x3e\xc3\x82\x43\xfb\x5c\xa6\x0f\x94\x9f\x7d\x76\xa0\xfc\x0c\x2e\xd8\x5a\xf4\x42\x94\x54\xc4\x7a\x3f\x71\x1c\x62\xbd\xe8\xe8\x41\xac\x57\xc0\x66\x0d\xb1\x5e\x81\x87\x6d\x88\xf5\x0a\x30\xbf\x21\xd6\x2b\x30\xb6\x0d\xb1\x5e\x23\x9e\x6e\x88\xf5\x5a\xf1\xcc\x8c\x04\x2f\x50\x2a\x48\xf0\x12\xa5\x8a\x04\xaf\x51\x1a\x08\xeb\x36\x25\x04\x79\xc3\x7b\xf9\x10\xd6\xf9\xbb\x45\x29\x52\xda\xc8\xec\x3c\x76\xa0\xfc\xb8\x17\x04\x79\x9b\x31\xd8\x10\xe4\x1d\x76\x17\x34\x04\x79\x87\x67\xdb\x10\xe4\x1d\x42\x8d\xa6\x20\x0f\xd4\xd8\x14\xe4\xf1\xa4\x9b\x82\xbc\x6d\x0d\x08\xf2\x50\x6f\x37\x05\x79\x8c\xd6\xa6\x20\x0f\x94\xda\x6e\x96\xa9\x3f\x9f\xd7\x44\x90\xc7\x98\x6f\x0a\xf2\xbe\xdf\x8b\x92\x9b\x5a\x3d\x26\xe1\x86\x56\xcf\xdd\x35\x0d\xad\x5e\x80\x23\x6a\x6a\xf5\xec\x08\xb4\x7a\x19\x7a\xa0\xa1\xd5\xfb\x79\xd0\x28\xf0\x6a\xf1\x58\xa5\xc4\x63\xbf\x00\xa8\x57\xa6\xc1\x76\x01\x50\xaf\x36\xfd\x02\xa0\x6e\x1c\xd7\x2e\x00\xea\x8d\xa1\xdb\x2e\x00\xea\x0d\x3e\xa7\x5d\x00\xd4\xdb\xf2\x2a\x9b\xd2\xa1\x74\xef\xda\xcd\x0c\xed\x02\xa0\xee\x46\x87\x16\x35\x4b\xe2\x2a\x48\xf0\x36\xab\x66\x63\x2f\xd1\xf3\x5a\x92\xa7\xe4\x9a\x38\x03\x68\x4c\xda\x70\x06\x10\x18\x36\x65\x76\xc7\x6b\x0e\x8e\x59\xdf\x05\xda\x6a\x09\x1a\xae\x01\xcf\x63\xe9\x82\xd4\x87\xcd\x2f\x8d\x3d\x48\x4f\xb0\xbe\x43\x89\x9e\xc7\x35\x40\xc8\xda\xd8\x9f\xe4\x64\xda\x94\xd9\x1d\xcf\x8c\xd4\xc0\x73\x40\x66\xa7\xe6\xa1\x25\xdb\xc7\x7d\x26\xda\x77\xbc\x8a\xed\xb3\x44\xfb\x58\x44\x1b\x32\xbb\x87\xed\xe3\x0d\x99\xdd\x13\xbc\x0a\x3c\xa5\x4f\x2c\xc1\xc3\x02\x0c\x1b\x32\xbb\x87\xb8\xa3\x21\xb3\x53\x47\xd1\x12\x3c\x2c\x0b\x73\x43\x66\xa7\x3a\xa2\x21\xb3\x7b\x98\xea\x1a\x32\xbb\x40\xd2\xb5\x21\xa5\x0b\xd0\x1f\x0d\x29\xdd\xcf\x88\x44\x4a\xa7\x5e\xb4\x21\xa5\x53\x4b\xda\x90\xd2\x05\x47\x1d\x52\xba\x37\x7b\x0c\xbe\x3f\xfb\x3b\x1c\x44\x48\x01\x35\x36\x21\xb9\x25\xb6\xb1\x09\xc9\x3d\x9c\x4d\xd1\x9d\x2d\x52\x74\xc7\x82\xde\x14\xdd\x75\x4b\xec\x21\x23\x7f\xd2\xf4\x23\x73\xb4\x2a\xba\xf3\x95\x46\x74\xa7\xcb\x5f\x43\x74\x97\x7d\x03\x10\xdd\x65\xa4\x89\x4d\xd1\x1d\xc1\x4c\x53\x74\xe7\x84\xa2\xe8\x8e\x04\x5b\x43\x74\x97\x1d\x75\x8a\xee\x1c\x2f\x88\xee\xf4\x11\x6c\x8a\xee\x88\x53\x9b\xa2\x3b\xdf\x4d\x45\x77\x2c\xb7\x0d\xd1\x5d\xf6\x19\x29\xba\xf3\xb9\x2b\xba\x73\xaa\x53\x74\xe7\xa4\x88\xe8\x2e\x83\x10\x5a\xb5\x7d\x96\xe0\x5a\x8f\xf5\x35\x8e\xd1\x4b\x0a\xeb\x20\x54\x9b\xc2\x3a\x27\x7d\x85\x75\x3e\x5b\x85\x75\xce\x67\x08\xeb\x9a\xf7\x89\xb0\xae\x7b\xcd\x26\x71\xc8\x7d\xb2\xd1\x68\xf8\x56\x21\xac\x1b\x8e\x72\x84\x75\x83\x6c\x4a\x43\x58\x37\x7c\x53\x11\xd6\x0d\xd0\x51\x43\x58\x37\x48\xee\x37\x85\x75\xdb\xdf\xdd\x36\x8c\xf7\xf9\xbd\x29\x19\xcd\xdd\x70\x22\x42\x73\x37\x9c\x50\xd0\xdc\x0d\xa7\x1e\x34\x77\x03\xb8\xd7\xd0\xdc\x0d\x1b\x8b\xe6\x6e\xba\x6a\x22\xac\xfb\x9c\xf8\x10\xd6\x4d\x20\x72\x43\x58\x37\x9d\x06\x11\xd6\x4d\x28\x80\x86\xb0\x6e\xba\x16\x2a\xac\x03\x1c\x35\x85\x75\x00\xdf\xa6\xb0\x6e\x5a\x3b\xc2\xba\x69\x7d\xf0\x8d\x8f\x57\x81\x6f\x84\xdb\x6d\x08\xeb\x14\xc3\x37\x84\x75\x6e\xbd\x6e\x08\xeb\x3e\x87\xa0\xc2\x3a\x07\x88\xc2\x3a\xf8\xd4\x86\xf3\xc1\xe7\xa0\xc3\xf9\x40\xe5\x44\x53\x74\xe7\x2a\xad\xe8\x0e\x51\x5a\x43\x74\xb7\x7c\xc5\x14\xdd\x11\xff\xb5\xa1\x01\x0c\xad\x45\x74\xa7\x6b\x5b\x43\x74\xa7\xc9\x5f\x53\x74\x37\x2c\x21\xba\x1b\x9e\x89\xe8\x0e\xc6\xbd\x21\xba\x3b\xd1\xfa\x10\xba\x91\xca\x69\x88\xee\x54\x4c\x37\x44\x77\x07\x95\x4a\x63\xef\xd2\xc3\xe6\xd9\xc6\xde\xa5\x07\x11\x63\x63\xef\xd2\x03\x4b\xda\xd8\xbb\xf4\xd8\x83\xec\x5d\x7a\xec\xdd\x29\x17\xc9\x9d\x4d\xb9\x48\xaf\x09\x17\x09\x80\x6d\x6c\x50\x7a\xc8\xdf\x37\x36\x28\x3d\x4e\x67\x6c\x50\x72\x63\x45\x9b\x70\x91\xcd\x6b\xc2\x45\x76\x7f\x07\xd7\x0a\x0f\xdb\x3e\xb8\x56\x18\xdb\xc6\xc6\x26\x37\x79\x34\x36\x36\x99\x56\x6a\x9f\x5c\x24\xed\x43\xc8\xa7\xc3\x46\x43\xc8\xf7\x82\x8e\x1a\x42\xbe\x08\x64\x6d\x08\xf9\x62\xb4\x04\x17\xf9\x7a\xe6\x6d\x5f\xb4\x27\x10\xf2\x45\x52\x9b\x0d\x21\x5f\x4c\xde\xcb\x47\xc9\xdf\x2d\x4a\xf4\x12\x42\xbe\x88\x22\xbc\x21\xe4\x8b\xf6\x35\x42\xbe\x88\x1e\xa2\x21\xd6\x8b\x2e\xb7\x88\xf5\xa2\x11\x2d\x62\xbd\x08\xec\x6e\x5a\x26\x18\xa2\x68\x99\x40\x46\xa8\xe9\x8d\x06\x2a\x6e\x7a\xa3\x79\xd7\x08\xf2\x8a\x77\x86\x20\xaf\x78\xd7\x08\xf2\x0a\x5c\x72\x63\xf3\x52\x21\x3d\xdb\xd8\xbc\x54\xac\x1d\xb1\x5e\x81\x0a\x6d\x88\xf5\x0a\xe4\x52\x43\xac\x27\xd2\x6e\x08\xf2\x2a\x94\x51\x43\x90\xd7\x0c\x19\x10\xe4\xb5\xe8\x99\xb7\x0d\x2d\x59\x1a\x94\xe8\x5d\x04\x79\x0d\x55\x7b\x43\x90\xd7\x20\x90\x1a\x82\xbc\x66\xfb\xb0\x5a\x68\x2e\xc5\x58\x2d\x34\xe7\x41\xc4\x7a\xcd\x39\x0b\xb1\x5e\xf3\xce\x10\xeb\xb9\xe1\xbf\x21\xd6\x6b\xce\x36\x88\xf5\x9a\xcf\x08\xb1\xde\x2f\x00\xf5\x3b\x53\x32\x3a\xbe\xe6\x83\x46\xc7\xa7\xbf\x40\x3b\x36\xdd\xea\x6c\xba\x37\x46\xd3\x8d\x11\xd0\xf1\x35\xbb\x1a\x1d\x5f\x73\xad\x40\xc7\xd7\x5c\x71\xd0\xf1\x35\x1f\x03\x3a\xbe\x89\x90\xa8\xa3\xe3\xd3\x78\xa4\xa3\xe3\x9b\xb0\x49\x1d\xb1\xde\xc7\xd2\xd1\x11\xe4\x7d\x44\xad\x1d\x41\x9e\x36\x82\x1d\x41\x9e\x93\x62\x47\x90\xb7\x8a\x35\xc0\x0d\x22\x71\xea\x08\xf2\x16\x69\x97\x8e\x20\x6f\x35\xeb\xfb\xf8\x9d\x35\xc0\x1b\x56\xcf\x84\x37\xac\x9e\x79\xdb\xb0\x98\xc0\x3a\x62\xbd\x45\xea\xaf\x23\xd6\x5b\xa4\x3a\x3a\x62\xbd\x65\xfb\x10\xeb\x2d\x36\x6d\x76\xc4\x7a\x8b\x35\xbb\x23\xd6\x13\xc4\x75\xc4\x7a\xab\xf8\x3b\x78\xc3\xe6\x35\x69\x9f\x3d\x88\x58\x6f\x55\xcf\xb4\x7d\xb4\x36\xd0\xbe\x62\x89\xf6\x75\x6b\x80\x37\xfc\xbc\x0a\xbc\x21\xc9\xc5\x1e\xe0\x0d\x01\x6a\x1d\xdf\xea\x07\xd6\xb9\xe3\x5b\xfd\x90\xc8\xed\x2f\x22\x31\x98\xec\xfe\xc2\x1b\x46\xcf\x94\x37\xb4\x04\x6f\x48\x8c\xd7\x2f\xaa\xaa\xba\x12\xf7\x17\x01\x19\x8b\x61\x7f\x11\x90\x1d\x6b\x40\x40\x46\x9e\xa0\xbf\x70\x8a\xb0\xd5\xfd\x85\x53\xdc\xfe\xee\xd2\x49\x5a\x12\xf5\x17\x4e\x91\x05\xaf\xe3\x20\x1c\x51\x5c\x74\x1c\x84\xf5\x85\xeb\x11\x01\x19\xf4\x40\x8f\x70\x8a\xbc\xa8\x3d\xc2\x29\x12\x25\xf7\x08\xa7\x48\x74\xdd\x23\x9c\xa2\xcf\x2f\xc2\x29\x3a\x26\x22\x02\xb2\xe9\x35\x6f\xfb\x9c\xf8\xfa\x45\x5c\xd5\x8f\x00\xf4\x88\xd1\xd7\xb4\x86\x8f\x92\x35\x2c\x4a\x5e\x13\x17\x64\xe2\xc6\x1e\xe1\x45\x09\x4a\x3a\x42\xbe\x42\x4a\xbb\x23\xe4\x2b\x84\x44\x1d\x21\x5f\xf1\x49\x27\x28\x46\xa6\x9e\x8e\x58\x4f\xbb\xa2\x8e\x58\xcf\x3c\x48\x47\xac\xd7\xa2\x57\x81\x46\x24\xda\xed\x88\xf5\x9c\x22\x3b\x62\xbd\x46\xe2\xb1\x23\xd6\x6b\x38\x81\x74\xc4\x7a\x8d\x48\xbf\x23\xd6\x6b\x84\x7c\x1d\xb1\x5e\x23\x0c\xe9\x88\xf5\x1a\x39\xa7\x8e\x58\xaf\x11\x99\x76\xc4\x7a\x8d\x1c\x42\x47\xac\x67\x7a\xbd\x23\xd6\x33\x69\xde\xf1\x62\xeb\xc5\x12\x7b\x38\xb3\x57\x61\x0f\x27\x58\xa9\x23\xe4\xeb\x28\x7b\x3a\x42\xbe\xee\x93\x46\xc8\xd7\xb3\x77\xbd\x28\xd1\x83\x08\xf9\xba\x6f\x87\x42\x3e\x08\xb2\x5e\xa0\x50\x21\xd6\x7a\x81\x42\xfd\x85\x8e\xfe\xec\x94\xdc\xd5\xff\x01\x2c\xba\xfa\x3f\x1f\x03\xfa\x3f\xf3\xfe\x5d\xfd\x1f\xb1\x4c\x57\xff\xe7\x74\x86\xfe\x6f\xf8\xa2\xa2\xff\x9b\x8f\xd7\xbc\x4d\x9f\x40\x82\x8e\xfe\xef\x73\x5a\xc2\xdf\x6d\xbd\x1e\xbb\x4d\x37\x99\xd2\x8b\xac\x2c\x03\xab\xc8\xca\xd2\x11\x05\x56\xd6\x07\x56\x61\x65\x61\x18\x7b\x85\x95\x05\x8c\xf5\x0a\x2b\x1b\x3c\x13\x56\x16\x29\x77\xbf\xa0\xaa\x2e\xe8\x81\x7e\x41\x55\x5d\xc0\x93\x7e\x41\x55\x5d\x30\xaf\xfd\x82\xaa\xba\x00\xef\xfd\x82\xaa\x6a\x2a\xa7\x57\xcd\x84\xbc\x0a\xfa\x46\x1f\x7b\xc5\x4c\xc8\x89\xaf\xb2\x3d\xd7\x97\xf1\x02\xae\x7a\x88\x50\x7a\xd5\x4c\x88\x3e\x43\xe4\xf7\x10\xe9\x77\x44\x7e\x92\x05\x1d\x91\x9f\x9b\x27\x3a\x22\x3f\x69\x85\x8e\xc8\xef\xb1\x07\x11\xf9\x3d\xac\xd2\x1d\x91\xdf\x43\xea\xb6\x23\xf2\x7b\x20\x2e\x3a\x22\xbf\x00\x4b\xda\x11\xf9\x3d\x2e\x6a\x88\xfc\xfc\xae\x47\x47\xe4\xf7\x38\xf1\x35\x58\xe7\xe3\x7d\x7e\x9c\x49\x1b\x10\xf9\x3d\x4e\xa6\x88\xfc\x1e\x62\xd1\x8e\xc8\x2f\x10\x8b\x76\x44\x7e\x8f\x93\xf0\x45\x5c\x2d\xf8\xa4\x3b\xed\x73\xf2\xee\xb4\x0f\x3a\xa9\x5f\xc4\xd5\x82\xf7\xd2\x35\x52\xf2\x4c\x44\x8c\x50\x38\xbd\xc3\xd8\x3a\x0a\x3a\xac\xac\x53\x4f\x87\x95\x7d\xfd\x1d\xac\x2c\xa9\xa3\x7e\x51\x55\x8b\xaf\x25\x58\x59\xe2\xbf\xde\x61\x9d\x9d\xae\x2f\xaa\x6a\x5a\x9f\xf6\x01\xeb\xec\x24\x35\x60\x9d\x9d\x26\x2e\xaa\x6a\x46\xc2\xfd\xa2\xaa\x16\x49\xda\xf5\x8b\xaa\x5a\x74\x02\x1b\xb0\xce\xc4\xa2\xfd\xa2\xaa\x16\x9d\x88\x2e\xaa\x6a\xba\x35\xf7\x8b\xaa\x5a\x24\x17\xd0\x07\xac\xba\xa3\x60\xc0\xaa\x27\x6b\xff\x38\x93\xe7\x3e\x6c\x9f\xf7\x49\xfb\x08\xba\xfa\x90\x75\xe6\x5e\x26\xac\xb3\x4b\xff\x84\x75\x1e\x96\x60\x9d\x0d\x43\x2e\xaa\x6a\x65\xf8\xbb\x44\x89\xfb\xbc\xa8\xaa\x15\xc3\x89\x8b\xaa\x5a\x19\xfe\xae\x72\x15\x8f\xdd\xf6\x35\xd4\x1f\xfd\xa2\xaa\xd6\x0c\x82\x26\x62\x52\xb2\x37\xfd\x22\xa7\xd6\x5c\xec\x2f\x72\x6a\x52\x0e\xfd\x22\xa7\x36\x7c\xee\x17\x39\xb5\x41\x4a\xb4\x5f\xe4\xd4\x44\xfd\xfd\x22\xa7\x36\x7c\xab\x2e\x72\x6a\xc3\x31\x78\x91\x53\x1b\xf6\xe7\x45\x4e\x4d\x72\xa2\x5f\xe4\xd4\x06\xd4\x64\xff\x64\xce\x79\x62\x17\x39\x35\xc9\x90\x7e\x91\x53\xbb\x5b\xd8\xfe\xfc\x94\xfc\x41\xb8\x57\x2b\x87\x70\xb7\x79\x1f\xa4\xba\x1d\xf1\x41\xaa\x93\x9d\xed\x0b\x52\x9d\x74\x46\xbf\xc9\xa9\xb6\x61\x77\xfa\x62\x97\xbb\xd1\xd2\x82\x54\x47\xe8\xd6\x17\x5a\xd9\xc7\x52\xa6\x44\x83\x16\xa4\xba\x31\xd0\x4d\x4e\x75\x79\xd1\x4e\x72\x4a\xce\xb4\x93\x9c\x3a\x4e\x05\x0b\x52\x9d\xc4\x4e\x27\x39\xe5\x6e\xb3\xbe\x20\xd5\x9d\x50\x48\x4e\xc9\xfb\xf6\xc5\x2e\x77\x63\xe6\xc5\x2e\x77\xd8\xb2\x7e\x01\x57\x37\xc9\xd4\x37\x5a\x60\x12\x03\x7d\xb3\xcb\xdd\x57\xf3\x02\xae\xae\x9f\x55\xbf\x89\xab\xae\xf3\x55\xdf\x68\x81\x5d\xd4\xb6\x5a\x60\xcf\xac\x94\x68\xed\x05\x63\x3d\x2c\x7f\xd7\x29\xf1\x1c\x2e\x18\xeb\x19\x25\x43\xdf\xe8\x7d\x8b\xf7\x89\xde\x17\xb6\xb3\x6f\xf4\xbe\xae\xee\x07\xbd\x2f\x22\xa3\x7e\xf8\x66\x04\x74\x52\x3f\xb2\xff\x0c\xcf\xc3\x4e\x7d\x27\xa2\x0b\xb8\x7a\xb3\xb5\x17\x70\xf5\xee\x73\xbf\xa8\xaa\x8f\xe1\x55\x6e\x1b\x86\xed\xbb\xa8\xaa\x4f\xa3\x9e\x8b\xaa\xfa\x74\x0a\xb9\xa8\xaa\xcf\xe8\x55\xd8\x8e\x5f\xad\x1d\x8e\xdd\x31\x88\x20\xef\xf1\x85\x43\x90\xf7\x18\x8b\x22\xc8\x7b\xa0\x1c\x06\x82\x3c\xc5\x57\x03\x41\xde\x43\xcf\x0f\x04\x79\x0f\xb1\xcc\x40\x90\xf7\x30\x0d\x0e\x04\x79\x92\x2f\x03\x41\x9e\x1e\x1e\x03\x41\xde\x03\x39\x31\x1e\x38\xf6\xec\x99\x70\xec\xd5\x12\x1c\x3b\x48\x66\x20\xd6\x7b\xaa\x77\x46\x0e\x81\xc9\x74\x3c\xe6\x10\x2c\xd1\xbe\x62\x89\xf6\x41\xef\x0c\xc4\x7a\x81\xd6\x0e\xc4\x7a\x81\xf1\x39\x10\xeb\x05\x16\xca\x81\x58\xef\x05\xfd\x0d\xc4\x7a\x2a\x19\x06\x62\x3d\x53\x8d\x03\xb1\x9e\x5b\x4c\x06\x62\x3d\xf7\xcf\x0d\xc4\x7a\xef\xb2\x06\xb6\xb2\x07\x6b\x60\x2b\xbb\x77\xad\xfb\x75\xf0\x2a\xe8\x7d\x21\x6d\x86\x0e\xd7\xf0\xb7\x23\xa8\x78\xa2\x0d\x38\x5c\x67\x88\x84\x81\xc3\xb5\xdf\xab\x19\x38\x5c\xe7\xe2\xb1\xc8\x99\xf4\x27\x0e\xd7\x7e\xe7\x66\xe0\x70\xed\x97\x6d\x06\x0e\xd7\xd9\xe7\x8e\xc3\x75\x4e\x5e\x13\x0e\x3a\x7a\x66\xe7\x2a\xd6\x30\x38\x93\x16\xe1\x70\x9d\x7d\xb6\x38\x5c\x6b\x8b\x3f\x70\xb8\xce\xc5\x7b\xd9\x5c\x93\x3e\xc3\xe1\x3a\xa3\x83\x19\x38\x5c\x8b\x95\x06\x0e\xd7\xfa\xb3\x8c\x68\xfb\xb8\x4f\x3c\xf1\x72\xfc\x3d\x5d\xf2\xc0\x2e\x2f\x43\x24\x0c\x52\x5c\x99\x10\x7d\x60\x97\xa7\xb7\xfe\x20\xc5\xa5\x72\x62\x90\xe2\x52\x55\x31\xb0\xd2\xab\xa4\x2c\x06\x29\xae\xc6\x34\x38\x48\x71\x35\x56\x9c\x41\x8a\xab\x31\x09\x0f\x52\x5c\x15\x08\x39\x48\x71\x55\x40\xc0\x20\xc5\x55\x99\x84\x07\x29\x2e\x15\x17\x83\x14\x57\x23\xb6\x18\x58\xf0\x55\xa6\xf2\x41\x8a\xab\x02\x83\x47\xf2\x9b\x0a\xd4\x40\x8a\xab\x17\xaf\x02\x6d\x4f\x6c\x31\x48\x71\x0d\x7b\x82\x14\xd7\xf0\x25\x26\xc5\x35\x1c\x3c\xa4\xb8\x86\x03\x0b\x27\x89\x91\xac\x01\x6e\x9e\xa9\x67\x90\xe2\x1a\x3f\xf5\xc1\xcd\x3b\x4d\xe0\x24\x31\x1c\xac\xa4\xb8\x86\x03\x8b\x14\xd7\x24\x46\x18\xa4\xb8\x26\xe0\x76\xe0\x24\x31\x89\xb5\x07\x4e\x12\x13\x29\xdd\x20\xfd\x35\x81\xb3\x23\xcb\xcd\xf3\x54\x48\x7f\xcd\xcf\xfa\xd8\x30\xee\xf3\x23\xfd\xf5\xf9\xa4\x49\x7f\x7d\x8f\xf5\xc1\xcd\x17\xef\x65\xc3\x87\x7b\xec\x50\xe2\x9a\xa4\xb8\x14\x66\x0d\x52\x5c\x62\x89\x41\x8a\x6b\x05\xcf\xbc\x6d\x10\xd7\x0c\x52\x5c\x8b\x68\x62\x90\xe2\x52\x08\x36\x48\x71\x89\x79\x06\x29\x2e\xd1\xca\x20\xc5\xb5\x5e\x8f\x75\x4a\xdc\x19\x29\x2e\x11\xd7\x20\xc5\xb5\xb6\xf5\xc1\xbf\xfb\x8a\x91\xe2\xf2\x73\x51\x83\x14\xd7\xc6\x0b\x71\x90\xe2\xda\x00\xed\x41\x1a\x6b\x93\xf9\x18\xa4\xb1\x36\xd9\x8d\x41\x1a\x6b\x43\x4e\x0c\xd2\x58\xc7\xf1\x49\x1a\xeb\xfc\x5c\x05\xcd\xb2\xef\x18\x69\x2c\xbd\x5b\x06\xde\x11\x3a\xab\x0c\xbc\x23\x0e\x19\x9a\x41\x8a\xeb\x74\x7f\x87\x9e\xb9\x7b\x26\x7a\xe6\x6e\xed\xe4\x10\x30\x26\x18\xa4\xb8\x0e\x7b\xc8\x06\x29\xae\x83\xca\x61\x34\x73\x08\xd4\x8e\x20\x4f\x33\xd7\x81\x20\x4f\x23\x9e\x81\x20\x4f\x6b\xd7\x81\x20\xef\xf9\xb9\x0a\x39\x04\x96\xe9\x81\x20\xef\x21\xdd\x36\x1a\x39\x04\xf2\x43\xa3\x91\x43\x00\x93\x8f\x46\x0e\x01\x9a\x66\x34\x72\x08\x8e\xeb\x46\x0e\x61\x7a\x15\x72\x08\xf6\x75\x23\x87\xb0\xbc\x6b\x72\x08\xd0\x3b\xa3\x93\x43\x70\xc9\xe1\x0b\x3c\x8f\x4b\x4e\xa7\x7d\xbe\x01\x9d\xf6\x39\x67\x75\xda\x37\xfd\x1d\xed\x43\x57\x34\x3a\xed\xf3\xfd\xeb\x68\x96\x93\x67\x92\x27\xb0\x27\x3a\x79\x82\xe1\x99\xe4\x09\x10\x00\x8e\x4e\x9e\xa0\xff\x9e\x39\xe7\xe8\xa4\x10\x86\x3f\x23\x85\x80\x84\x7f\x0c\x52\x08\xae\xfc\xd8\xf3\xc5\x62\x09\xb9\xb6\x8f\x1d\x7b\xbe\x08\x90\x19\xd8\xf3\x45\x76\xb0\x0d\xec\xf9\xdc\xde\x39\xb0\xe7\xd3\x69\x7f\x60\xcf\x17\x89\xff\x06\xf6\x7c\x11\xe7\x8a\x81\x3d\x5f\x74\x40\x0e\x9b\x6e\x7d\x34\x1d\x12\x65\x60\xcf\x17\x9b\xc7\x6c\xba\x35\xd8\x3e\xef\xc5\xf6\xf1\xf8\xb0\xe7\x8b\x24\xbc\x06\xf6\x7c\x11\xc3\xa0\x41\x8a\x2b\xb2\x83\x6d\x90\xe2\x72\x17\xd0\x20\xc5\xe5\x57\xd7\x06\x29\xae\x88\xa4\x7e\x90\xe2\x8a\x44\x7c\x43\x7b\x3e\xa2\xd6\xa1\x3d\x9f\x6b\xb6\x1e\x7c\xa4\x02\x86\x1e\x7c\xd9\x6b\x4e\x4a\xf4\x35\x3b\xae\x72\xf6\xce\xf8\xb2\x9a\x6b\x3d\x29\xae\x9c\xad\xfd\x50\xe2\xf9\x91\xe2\x92\x09\x1d\xa4\xb8\xb2\xaf\x1f\x29\xae\x6c\x5f\x7f\x6a\xce\x3d\x86\xe6\x1c\x94\x33\x48\x63\xf9\x71\xd4\x41\x1a\xcb\x38\x7c\x90\xc6\x2a\x2e\x32\xa4\xb1\x8c\xca\x07\x69\xac\x62\xbf\x90\xc6\x2a\x2e\x6a\xa4\xb1\x8c\xd1\x07\x69\x2c\x05\x95\x83\x5d\x55\x0a\xc8\x06\x69\xac\xea\xc4\x8e\x1f\x45\x43\x6e\x35\xf0\xa3\x68\xe8\x68\x07\x29\xae\xe6\x48\x26\xc5\xd5\x00\xd3\x83\x14\x57\xf3\x95\xc6\x8f\xa2\x39\xf5\xe0\x47\xd1\x8c\x92\x49\x7f\xb5\x69\x0d\xe4\x4f\x7c\xc5\x48\x7f\x35\x27\x45\xd2\x5f\x0d\x8e\x76\x90\xfe\x6a\x8e\x64\xd2\x5f\xcd\x85\x92\xf4\x57\x23\x05\x3b\x48\x7f\x35\x18\xf0\x41\xfa\xab\xc1\xf7\x0f\xd2\x5f\x0d\xa2\x6b\x90\xfe\x6a\x28\x35\xc6\xb6\x7d\xf4\xe7\xb6\x7d\xb4\x01\xaf\x8a\xe6\x28\x27\x35\xd6\x50\x43\x0d\x52\x63\xa2\x95\x41\x6a\x6c\xa2\x52\x1e\xa4\xbf\x3e\x88\x99\x41\xfa\x6b\x21\xa8\x1c\xa4\xbf\x96\x53\x1d\xe9\xaf\x05\xf1\x34\x48\x7f\x2d\x23\x6f\xd2\x5f\x0b\x65\xf0\x20\xfd\xa5\x33\xdb\x20\xfd\xb5\xd0\xc1\x0c\xd2\x5f\xcb\xa0\x8b\xf4\xd7\x22\x69\x3e\x48\x7f\x2d\x43\x30\x72\x5c\xdb\xb0\x8e\x1c\xd7\x72\x52\x24\xc7\xb5\x9c\xf4\xc9\x71\x2d\x47\x01\x39\xae\xb5\xac\x9d\xfc\x09\x12\x81\x41\x8e\x4b\xb3\xfb\x41\x8e\x6b\x39\xea\xc8\x71\x2d\xa7\x64\x72\x5c\x6e\x3b\x9a\xe4\xb8\x16\x2a\xf3\x49\x8e\x6b\x7d\x96\x68\x1f\x88\x64\x62\x48\xa1\xc3\xcd\xc4\x90\x62\x4d\xcf\xa4\x7d\xeb\xf7\x9c\xe0\x26\xa9\x31\xfd\x61\x27\xa9\xb1\xc5\x1a\x33\x4d\x8d\x6d\x2b\xa0\xe9\xb0\x8f\xd3\xd4\x18\x09\x93\x69\x6a\x6c\xfb\x3b\x9a\xce\x6a\x34\x4d\x8d\x31\x3c\xa7\xa9\xb1\xe1\x35\x69\x3a\xfc\xdf\x34\x35\x46\x54\x37\x4d\x8d\xb1\xa2\xce\x40\xea\x88\x0e\x9c\x17\x8c\x55\xd9\xc7\x19\xb0\x8f\xdc\xfe\x4e\x7f\x01\x8f\x91\x1e\xaa\x96\x48\x0f\xf1\x4a\xcf\x40\x7a\x28\x58\x3b\xe9\x21\x5e\xfe\x19\x90\x9c\x07\x6b\x27\x3d\x04\x7f\x34\x49\x7f\x09\xe2\x26\xe9\xaf\x48\x5a\x70\xfa\xd9\x56\x86\xd2\x24\xfd\xe5\xd7\x2c\x26\xe9\x2f\xbf\x35\x31\x49\x7f\xf9\x75\x89\x49\xfa\x2b\x22\x0b\x9b\xa4\xbf\xfc\x62\xc5\x24\xfd\x95\xc0\x12\x93\x14\x97\x9f\x58\x9d\xa4\xb8\x32\xf1\xe6\x24\x8d\x95\x8b\x25\x52\x40\xd5\xdf\x91\x02\x62\xc9\x99\xa6\xaa\x1c\x2e\xa6\xaa\x48\xfa\x4c\x53\x55\x88\xcb\x26\xa9\xaa\xc2\x8b\x3a\x49\x55\x15\x28\xaa\x49\xaa\xaa\x38\x20\x49\x55\xf9\x79\xa3\x19\x49\x0f\x11\x1b\xce\x88\xca\x3c\x7a\x95\x49\x89\x36\x90\xc6\xaa\xc4\xa9\x93\x34\x56\x25\x86\x9d\xa4\xb1\x6a\xf4\xce\x48\x0f\xb1\x4c\x4f\xd2\x58\x26\x9c\x27\x69\xac\x06\xe5\x30\x49\x63\x75\xc8\x89\x89\x1f\x45\x67\x79\x98\xf8\x51\x74\xc8\x82\x49\x8a\xcb\xdd\x89\x33\x91\x23\x61\x99\x9e\x78\x55\x8c\xee\x55\xc8\x91\x80\xb8\x26\xe9\xaf\xf9\x7a\xcd\x41\xc6\xc4\xab\x4c\x8e\xd1\x3e\xd2\x5f\x93\x64\xf4\x24\xfd\x35\x1d\x3d\xa4\xbf\x66\xf0\xae\x0f\x67\x52\x22\xfd\xa5\x7d\xeb\x24\xfd\xf5\xb1\x20\x4c\xd2\x5f\x9f\x77\x46\xfa\x6b\x81\xb8\x26\xe9\xaf\x65\xbf\x90\xfe\x5a\x04\x48\x93\xf4\xd7\xfa\xa9\x81\x1c\x09\x8c\xf4\x24\xfd\xb5\x7c\x2a\xa4\xbf\x16\xe8\x6f\x92\xfe\x5a\xd1\x12\x39\xa0\x68\x0d\xe4\x80\xa0\x1c\x26\xe9\xaf\x05\x05\x30\x49\x7f\xad\x64\x1b\xc8\x01\xb1\x3c\x4c\xd2\x5f\x6e\xd2\x99\xa4\xbf\xb4\xf6\x9f\xe4\xb8\x8c\xfb\x27\x39\xae\x83\xee\x66\x92\xe3\xd2\x1d\x7a\x92\xe3\x72\x33\xf9\x24\xc7\x75\x1c\x91\x45\x65\xbe\x67\x92\x23\x49\x5e\x05\x65\xbe\x7d\x76\x51\x55\x0b\xde\x35\x1e\x17\xc1\xb7\x1f\x8f\x8b\x80\xb4\x60\xe2\x71\x11\x58\xc6\x26\x1e\x17\x01\x4c\x37\xf1\xb8\x08\xf6\x12\x1e\x17\x01\x14\x37\xf1\xb8\x78\x7f\xe1\xfc\x3f\x3f\x25\xe3\x71\xe1\xa7\xc1\x27\x1e\x17\xda\x32\x4e\x3c\x2e\x34\x5b\x9c\x78\x5c\x98\x41\x9f\x78\x5c\x44\x5f\x54\x3c\x2e\xa2\x1d\x88\xc7\x85\x11\xf4\xc4\xe3\x22\x56\x4b\xa4\x1e\x88\x65\x26\x1e\x17\x3a\xe5\x4e\x3c\x2e\x22\x40\x66\xe2\x71\xa1\x25\xca\x24\xfd\x65\x44\x3b\x49\x7f\x45\x92\x0d\x93\xf4\x57\x24\x22\x9a\xa4\xbf\x8c\xc3\x27\xe9\x2f\x81\xc5\x24\xfd\x65\xdc\x3f\x9b\x6d\xa0\x76\x52\x5c\x82\x8e\x49\x8a\xab\x10\x6f\xce\x26\xa0\xb4\x3e\x7c\x2c\x3e\xcf\x9c\x94\xac\xe1\xb6\xc1\xaf\xfc\x4e\x52\x5c\xc5\xe5\x88\x14\x57\x71\x1a\x24\xc5\xe5\x26\x9d\x49\x8a\xab\xb0\xf2\x4f\x52\x5c\x85\x58\x6d\x92\xe2\x2a\xc4\x01\x93\x14\x57\x61\x3f\xdb\x24\xc5\xa5\xcc\x67\x92\xe2\x6a\x3e\x07\x52\x5c\x0d\xf4\x30\x49\x71\x35\xfb\xb3\x93\x3e\xb1\x3f\x3b\xe9\x13\x9f\x03\xe9\xaf\x86\xd4\x6c\x92\xfe\x6a\xcd\xdf\xdd\xf6\x69\x4c\x3f\x49\x7f\x75\xa7\x79\xd2\x5f\x03\x15\xce\xec\xa6\x56\xb8\x0a\xe9\x2f\xc5\x96\x93\xf4\x97\xf2\xca\x49\xfa\x6b\xf8\x6a\x92\xfe\x1a\xaf\xbf\x33\xb5\x42\x0d\xc3\xd4\x0a\xf7\x42\xfa\x6b\xb8\x1c\x91\xfe\xfa\xa0\x9a\x26\xe9\xaf\x8f\xf8\x7d\x92\xfe\xd2\xe5\x6f\x92\xfe\xd2\xa0\x68\x0e\x37\x2c\x78\x4d\x1c\x84\x89\x45\x27\xe9\xaf\xcf\x00\x82\xf4\xd7\xe7\x08\x19\x3a\x08\x53\x22\xfd\xa5\x42\x67\x4e\x1d\x84\x79\x0e\xa4\xbf\x16\x91\xe9\x24\xfd\xb5\x5d\xb8\x48\x7f\xf9\x7d\xc4\x39\xc9\xad\x38\x5d\x5f\xc4\xd5\xdd\xdc\x33\x27\xb9\x15\x23\xb0\x8b\xb8\xba\x89\xdc\x79\x11\x57\x57\x53\x3f\x27\xb9\x15\xfb\x6c\xb2\x61\xc1\xe7\x30\xc9\xad\xc0\x17\xcf\xc9\xae\x04\x92\x5a\x73\x92\x5b\x71\x79\x98\xe4\x56\x5c\x80\x3e\x72\x2b\x30\xcb\xf3\x23\xb7\x62\xcf\x7f\xf8\xac\x38\x81\x7d\xf8\xac\xf8\x8c\x3e\x72\x47\x10\x4f\xf3\xa3\x7d\x86\x6e\x1f\xed\x23\x3d\x3b\x3f\xda\x67\x98\xf5\x91\x5b\x01\x27\xce\x8f\xdc\x8a\xd3\xee\x45\x63\x3d\x18\xb5\x5e\x34\xd6\x83\xa1\xdb\x45\x63\xdd\xaf\xe5\xcc\x8b\xc6\x7a\xd8\x5e\x85\x5d\x17\x3f\xf5\xb1\xeb\x02\x29\xc3\xbc\x68\xac\xfb\x45\xfa\xb9\xc8\xbb\xf8\xbe\x2f\xf2\x2e\xe4\x10\xe6\x22\xef\xc2\x26\x96\x49\x6e\xcc\x1d\x7a\x93\xdc\x58\x31\x08\x5a\x38\x24\x93\x6d\x98\x0b\xaf\x98\xf2\x7b\xdf\xde\x9b\xa4\xc6\x7e\x26\x94\x85\x8d\x8c\x71\x31\xa9\xb1\xf2\x73\xd3\x7c\xe1\xce\x58\xed\x82\xb1\x3a\x1c\x4a\xa4\xbf\xa6\x2f\x00\xe9\x2f\xbd\xca\x26\xe9\xaf\x6d\x83\x48\x7f\xf9\x59\xf4\x49\xfa\xcb\xef\xdd\x4d\xd2\x5f\x1b\xfe\x68\xe2\x55\xa1\xc7\xd2\xc4\xab\x42\x45\xea\xc4\xab\x42\xd5\xe9\xc4\xab\x42\x17\xae\x89\x57\x85\x26\xd6\x13\xaf\x8a\x07\x02\x62\xe2\x55\xa1\x3e\x75\xe2\x55\xa1\xd1\xf8\xc4\xab\x42\x05\xec\x04\x8c\x55\x92\x8b\xf3\x98\x5a\xe1\x9a\x78\x55\xb8\x49\x74\xe2\x47\xa1\x97\xd7\x3c\xa6\x4f\x18\x3c\xc7\xf4\x09\x77\x8d\x1f\x85\xbb\xc6\xe6\xd1\x09\xd8\xfa\x48\x9f\xd8\x13\xf8\x51\xe4\xea\x99\x10\x17\xb6\x81\xf4\x97\xd6\x84\x93\xf4\x57\x66\x2b\xc5\x24\xfd\x95\x59\xaa\x3e\xd2\x5f\xba\x77\x7d\xa4\xbf\x32\xad\xfd\x48\x7f\xb9\xd5\xe7\x23\xfd\x25\xa9\xf1\x91\xfe\xca\xc3\xab\x90\x5f\x00\x4c\x7f\xa4\xbf\xfc\x1e\xf0\x47\xfa\xcb\xef\x31\x7e\xa4\xbf\x4c\x43\x7e\xa4\xbf\xf2\xb4\x44\x6a\x05\x08\xf9\x91\xfe\xca\xc0\xee\x8f\xf4\x97\xd6\x8b\x1f\xe9\xaf\x3c\xbd\x33\xda\xd7\xbd\x17\xda\xc7\x08\xf9\x48\x7f\x49\xb7\x7c\xa4\xbf\x32\xcb\xd8\x47\xfa\x2b\x93\x40\xfc\x48\x7f\xf9\xc2\x7d\xc1\xf6\x79\x15\xdb\xe7\x31\xf3\x27\xf4\x19\xe9\xaf\x46\xec\xf4\x91\xfe\x52\xf8\xf9\x91\xfe\x52\xde\xf5\x91\xfe\x6a\xaf\xa5\x45\xc9\x7b\xb9\x6d\x50\x16\xf6\xf1\x81\x57\xe5\x5d\x1f\x29\x2e\x65\x5a\x1f\x29\xae\x41\xc8\xf0\x91\xe2\x1a\xb6\x9d\x14\x97\xbb\x4b\x3f\x52\x5c\x46\xf3\x1f\x29\xae\x01\x0d\xf5\x91\xe2\x1a\xc3\xab\xa0\xe1\x67\x0a\xf9\x48\x71\x4d\x62\xe6\x8f\x14\x97\x1b\xdb\x3f\x52\x5c\x93\xe8\xf3\x23\xc5\x35\x97\xbf\xc3\x1c\x17\x83\x81\x8f\x34\xd6\xc7\x22\xfa\x91\xc6\x5a\x24\x56\x3f\xd2\x58\x2b\x7b\x26\x79\x02\x7b\x89\x5c\xd5\x22\x3d\xfb\xf9\xa1\x56\x26\xe1\x8f\x5c\x95\x5f\xc7\xff\xc8\x55\xed\xe8\x31\x74\xfa\xc9\x6b\xa2\xd3\x07\x05\x7c\x3f\x1f\x71\xe5\x49\xfb\x11\x57\xf0\xde\x47\x3e\xca\x6f\x98\x7f\x7e\xa8\x15\x14\xf0\x91\x8f\x3a\x60\xa5\x8f\x9c\xd3\x61\x29\xfe\x92\x5c\x32\xed\xc3\x20\xc2\xc4\xff\x87\x41\x84\x1f\x1d\xf8\x92\x5c\x79\xa1\x24\x57\xce\x7d\x62\x10\x11\x82\xf5\x5d\x26\xe1\xc6\xda\x7f\x76\x4a\xfe\xf0\x8e\x78\x60\x70\x3e\xbc\x23\x02\xab\xe6\x87\x77\x84\x62\xa8\x0f\xef\x88\x07\x80\xf7\xe1\x1d\xa1\xfc\xe9\xc3\x3b\xc2\x4f\x66\x7e\x78\x47\x28\xb0\xfa\xf0\x8e\x08\x24\x7d\x3e\xbc\x23\x1e\x36\x4f\x7c\x78\x47\x04\x92\x4c\x1f\xde\x11\x81\x69\xf0\xc3\x3b\x22\xb0\x67\xed\xc3\x3b\xc2\xef\xba\x7d\x59\x8a\xdd\xdf\xc9\x33\xf3\x88\xb2\x3c\x33\x1d\x81\x77\x44\xfc\xfc\x1d\x3c\xf3\x67\x0d\xf0\xcc\xdb\xab\xc0\x33\x13\x7d\x7e\x78\x47\x44\x62\xd8\x0f\xef\x08\x77\xce\x7f\x78\x47\x44\x07\x32\xde\x11\x91\x75\xf9\xc3\x3b\x22\x3a\x74\xf1\x8e\x88\x3e\x4c\xbc\x23\x34\x59\xff\xf0\x87\x88\xd5\x12\x6d\xb0\x3f\xf1\x87\x50\x2b\xfb\xe1\x0f\xa1\x67\xd5\x87\x3f\x44\xca\xd6\x4e\x1b\x96\x67\xd2\x06\xe8\x9d\xaf\xca\x25\xd3\xf3\xf8\x43\x98\xdf\xfe\xf0\x80\xc8\x2c\x5c\x1f\x1e\x10\x99\xad\x22\x1f\x1e\x10\x99\xa8\xfc\xc3\x03\xa2\x14\xaf\x02\x97\x5c\x3d\x13\x2e\x99\x38\xe0\xc3\x03\xa2\xd8\xa2\x2a\x97\xec\x55\xe0\x92\x7f\xea\x83\x4b\x86\x71\xff\xf0\x87\xf0\x5b\x86\x1f\xfe\x10\xc5\x69\x89\x94\x53\xf5\xb9\x93\x72\xaa\x4e\x6e\xa4\x9c\x9a\x63\x97\x94\x53\x23\x95\xf3\x91\x72\x6a\xbe\x1c\xa4\x9c\x1a\x84\xdc\x47\xca\xa9\x2d\x6b\xb8\x6d\xe8\x8f\xbf\x83\x2f\x5e\xd6\x07\x5f\x7c\x3c\x06\x5f\x0c\x59\xf7\x91\x72\x6a\xdb\xab\xc0\x17\xdb\xf3\xa4\x9c\x9a\x23\x84\x94\x53\x3b\x96\xe0\x8b\x1d\x2f\xa4\x9c\x1a\xe8\xe8\x23\xe5\xd4\x1c\x67\xa4\x9c\xba\xcb\x03\x29\xa7\xee\xfb\x40\xca\xa9\xfb\x56\x75\xda\xe7\xd8\xed\xb6\x8f\x7e\x21\x1d\xd5\x7d\x7e\xa4\xa3\x9a\x6f\x31\xe9\xa8\xe9\x62\x48\x3a\x6a\x46\x7f\x87\x0f\x89\x93\x22\x39\x27\xbd\xcc\x3f\x72\x4e\x93\xd0\xe6\x23\xe7\x34\x61\x9d\x3f\x72\x4e\x13\x1a\xf1\x23\xaf\xe4\xe7\xb7\x3e\xf2\x4a\xdb\x25\x8e\xbc\x92\x69\xd6\x8f\xbc\xd2\x26\xf3\xf1\x91\x57\xda\x2e\x6a\xe4\x95\xfc\x92\xe2\x47\x5e\x69\x83\x4f\x3e\xf2\x4a\x1b\x3a\xe2\x23\xaf\xb4\x5d\xf0\xc8\x2b\x69\x37\xf5\x91\x57\xda\x60\x89\x8f\xbc\x92\x7e\xe5\x1f\x79\xa5\x9d\x2d\x05\x4a\xdc\x19\x79\xa5\xed\x72\x4b\x5e\xc9\x0f\x7b\x7c\xe4\x95\xb6\xbd\x3b\x6d\x1f\x7d\x46\x5e\xc9\x0f\x82\x7c\xe4\x95\x76\xf9\x3d\x5d\xf2\x47\xca\x69\xbb\x8a\x91\x72\xf2\x33\xfa\x1f\x29\xa7\xed\x23\x22\xe5\xb4\xed\x5c\x76\x55\xfd\xac\x54\xa4\x9c\xf4\xdd\xfa\x48\x39\x6d\x1f\x34\x29\x27\x4d\x28\x3f\x52\x4e\xdb\x78\x85\x94\xd3\x0e\x96\x68\x3a\x6c\xe0\x47\xca\x69\x23\x21\xf9\x48\x39\x6d\xf8\xaa\x8f\x5d\x55\x9b\x38\xf5\x63\x57\x95\xdf\xa4\xfe\x3e\x1f\x2d\x8f\x1d\x77\x8a\x60\xb7\xe0\x4e\x21\xd7\xf3\xe1\x4e\x11\x7c\xec\xb8\x53\x84\xe8\x99\x17\x05\x04\xbb\x1a\x77\x8a\x9f\xf5\x0e\x77\x0a\x0d\x07\x3f\xdc\x29\xfc\xf2\xd8\x87\x3b\x85\x5f\x17\xfb\x70\xa7\x50\x2f\xfa\xe1\x4e\x11\x1d\x20\xb8\x53\xa8\x41\xfd\x70\xa7\x88\x70\x52\xdf\x4d\x39\xd5\x64\xcf\xdf\x94\x53\x4d\x46\x67\x17\x00\x55\xbf\x8f\xf8\x5d\x94\x53\x13\x10\xf2\xbb\x28\xa7\xa6\x9f\x1a\x36\x67\x5a\xc3\xe1\x18\xfd\xb2\xe1\xbc\x1d\x90\x1b\xce\xdb\x5e\xda\x70\xde\xb0\xa4\xdf\x66\xdb\x43\xf1\x4c\xb6\x3d\x00\xe9\xbe\xcd\xb6\x07\x94\x0c\xdf\x66\xdb\x83\x4b\x07\x9f\x84\xca\x4e\x3d\x7c\x12\x2a\x93\x10\xfa\xf8\x24\x54\x76\x8a\xe4\x93\x50\x19\x64\xf1\xf1\x49\xa8\xec\x64\xca\x67\x9f\x8a\x2f\x3f\x9f\x7d\x52\x01\xfb\xf1\x01\xdb\x42\x36\xff\xe3\x03\xb6\x85\x3c\xfc\xc7\x27\xa1\xfc\x5e\xe1\xc7\x27\xa1\xdc\xb8\xff\xf1\x49\xa8\x96\x2d\x55\xf8\x69\x7f\xd7\x28\xf9\x3b\x9c\x4e\x9c\x14\xfd\x24\x14\xba\x94\x8f\x4f\x42\x0d\x14\x48\x1f\x9f\x84\x1a\x4e\xec\x07\x44\x69\x70\x71\x40\x94\x4e\x67\x17\xc9\xd4\x01\x27\xbc\x2e\x92\xa9\x83\xf6\xad\x8b\x64\xea\x00\x5f\xae\x8b\x64\xea\xa0\x07\xd7\x45\x32\x75\x12\x86\xac\x8b\x64\xea\xcc\xfe\x2e\x73\xcc\x52\xe1\xd8\x43\xa9\x52\x7a\x29\xc1\x87\x33\xf1\xad\x07\x3e\x9c\xf7\x7d\x3d\xf0\xe1\xd8\x29\xac\x07\x3e\x9c\x1e\x5c\x0f\x7c\x38\xc9\xe8\x75\x91\x4c\xfd\xba\xc7\x6e\xfb\xbe\xe1\x5d\xc3\x17\x13\x08\xac\x00\x5f\xec\xbd\x04\xf6\x0c\x10\xba\x2d\xf2\x43\x0b\x72\x70\x05\xf8\x70\x38\xda\x15\xe0\xc3\x8b\x57\x91\x0f\xa7\x0d\xe4\x8e\x16\x92\xb8\x45\xee\x48\xca\x68\x91\x3b\x5a\xc5\x33\xe1\xc3\xab\xb5\xc3\x87\x83\x17\x56\x00\xa9\xf1\xde\xae\xe0\xbe\x00\x6b\x67\x5f\x80\x7d\xf6\xa2\x9b\x07\x93\xaf\x17\xdd\xbc\x77\x7d\x51\x4e\xf3\xdb\x40\xeb\xa2\x9c\xa6\x21\xc5\x7a\xd1\xcd\xdb\x67\x2f\xba\xf9\x5f\xb3\xdb\x9f\x9d\x92\xd7\x8b\xef\x31\x0c\xf1\x7a\xd9\x32\xe0\xa3\xbd\x00\xa8\x05\xa6\xd6\xf5\xb2\x65\x80\x89\x68\xbd\xd0\xe1\x70\x98\xeb\x85\x0e\xaf\xde\x18\x72\xfb\x60\x83\x30\x41\x09\xfe\x0e\x4e\x78\x5b\xdf\x6d\xba\x09\xaf\x15\xe1\x84\x51\x0d\xaf\x0b\x8e\x9a\x29\xae\x15\xe1\x84\x79\x51\x57\x84\x13\x26\xeb\xb9\x2e\x38\x6a\x7e\xe8\x7d\x45\xe4\xf6\x6c\xc1\x58\x11\xbe\x98\x35\x7b\x45\xf8\xe2\xe3\x31\x38\x6f\x22\xd3\x75\xc1\x51\x4b\xb0\x57\xeb\x82\xa3\x66\x62\x6e\x45\x38\xef\x63\xed\x1f\xc7\x68\x51\x84\xf3\xfe\x2c\xd1\xbe\xe3\x5d\xc3\x79\x13\x1f\xad\x44\xfb\x00\x55\x2b\xd1\x3e\x62\x84\x75\xd3\x51\xcd\x0f\xcb\xaf\x9b\x8e\x6a\x7e\xac\x7e\x25\xb6\x13\x30\xd9\xac\x0b\xaa\x5a\x42\x86\xb6\x12\xed\x5b\x9e\x49\xfb\x88\xf1\x56\x92\x0f\xa7\x5f\x12\xbe\xce\x3f\xc7\xe0\xc3\x99\x22\x57\x82\x0f\x67\xca\x5a\x09\x3e\xfc\xe7\x9a\xf0\xe1\xcb\xab\xc0\x87\x6f\x8f\xc1\x87\x83\x09\x56\x86\x0f\x67\x6a\x5d\x17\x39\xb5\x66\x7f\x66\x38\x6f\x68\x85\x95\x35\xaa\xe1\xb9\x67\x8c\x6a\x9c\x96\x32\x72\x7b\xfc\xd6\x56\x46\x6e\x5f\xac\xe1\xb6\x61\xf8\x3a\x64\xbe\x2a\xe7\xcb\x7f\xd1\x51\x53\x7e\xb8\x2e\x3a\x6a\x4a\x1a\xd7\x45\x47\x6d\xf8\xe2\x64\x38\x6f\xfb\x25\xc3\x79\x3b\x69\x14\x38\x6f\xdf\x80\x02\xe7\xcd\xa2\xb6\x8a\x9c\x37\xcf\xaf\xc0\x79\x47\xcf\x84\xf3\x76\x8a\xbc\xe8\xa8\xf9\x25\xf4\x75\xd1\x51\xf3\x5b\x86\x8b\x94\xd3\x07\x06\x59\xa4\x9c\xfc\xe8\xc0\x22\xe5\xe4\x07\x09\x16\x29\xa7\x8f\xdc\xca\x22\xe5\xe4\xe7\x02\x16\x29\x27\x8d\xfe\x17\x29\xa7\xef\xb3\x0d\x70\xde\xd3\xbb\x3e\x94\x78\x0e\xa4\x9c\x3e\x80\xf6\x22\xe5\xe4\xc7\x03\x16\x79\x25\x3f\x5d\xb0\xc8\x2b\xb9\x2f\x74\x91\x57\x72\x27\xe8\x22\xaf\xb4\x48\x93\x2f\xf2\x4a\x0b\xa6\x77\x91\x57\x5a\x90\x75\x8b\xbc\x92\xea\x88\x45\x5e\x69\x2d\xaf\x39\x28\x79\x95\xc9\x99\xf4\x04\x79\xa5\xe5\xa8\x23\xaf\xa4\x60\x60\x91\x57\xda\xc7\x63\xec\x97\x70\xd6\x20\xaf\xb4\x51\x45\x2f\xf2\x4a\x8a\xfc\x56\x83\xf3\x26\xb5\xb9\x1a\x9c\x37\x59\xb4\xd5\xe0\xbc\xa1\x62\x56\x83\xf3\xf6\xdd\x6c\x70\xde\xc4\xe8\xab\xc1\x79\xfb\xdc\x1b\x9c\xf7\xe3\x31\x38\xfd\xe3\x35\xe1\xbc\xe1\x00\x56\x83\xd3\x3f\xbf\x3b\x25\x37\xe8\x70\x62\xd1\xd5\xa0\xc3\x8b\x97\x84\x0e\x07\xf4\x2f\xac\xd3\x5f\xc2\xfe\x85\x75\xfa\x6b\x75\x58\xa7\xbf\x24\x06\x16\xd6\xe9\x5a\xd8\x2f\xac\xd3\xdd\x39\xb5\xb0\x4e\x7f\x9d\x50\xb0\x4e\xf7\x4b\xb7\x4b\xeb\x74\x58\xcb\x85\x75\xba\x0a\x81\xd5\xdd\x2e\xc1\x63\xc0\x3a\x5d\xd8\xbd\xb0\x4e\xcf\xdd\x3b\x5b\x94\xe8\x24\xac\xd3\x73\xf3\xce\xd8\x4a\xe1\x30\xd3\x3a\xdd\x63\x58\xa7\xbb\x0d\x75\x0d\x29\x7d\xda\x30\xa0\xed\x9b\x25\x69\x7b\x6a\x18\x7c\xbd\xd0\xd5\xf6\x02\xae\x5e\x7c\x71\x06\x94\xbe\x4b\xc7\x90\xb7\xf7\x4c\xb6\x7c\xb8\x58\x0c\xb6\x7c\x38\x79\x5f\x50\xd5\xab\xc3\xf3\x02\xa7\xde\x88\xce\xd6\x05\x4e\x5d\xc0\xbc\xa6\xdb\x3a\x68\x11\xe9\x21\xbf\x57\xbd\x48\x0f\x35\x97\x3f\xd2\x43\xc2\xe7\x45\x7a\xa8\x39\x09\x93\x1e\xf2\x5b\x63\x8b\xf4\x50\x1f\x1e\xbb\x7d\xbd\xd9\x08\xb0\x48\x0f\xe9\xc2\xb5\x48\x0f\x6d\x5f\xaa\x8b\x8e\xd2\x76\xea\xc1\x02\x5d\x73\xc7\x85\x05\xba\xca\xd2\x85\xcd\xb9\x1a\xd4\x85\xcd\xf9\x43\x32\x6c\x61\x73\xae\x61\xe4\xc2\xe6\xfc\x71\x42\xc1\xe6\x5c\xb5\xea\xc2\xe6\x5c\x33\xc9\x85\xcd\xb9\xea\xd1\xa5\xcd\x79\xf5\x18\xd6\x42\xd5\x63\x58\x0b\xf9\x6c\xb1\x39\xd7\x45\x6d\x61\x73\xae\x2f\xdc\x52\x90\xe7\x02\x84\x95\xb9\x3e\x16\x0b\x2b\xf3\xec\xef\xb0\x32\xcf\x24\xae\x16\x56\xe6\x19\x1e\x76\x61\x65\x9e\xbd\x26\x56\xe6\x8a\x0a\x17\x7e\xe5\xd9\xe5\x16\xbf\x72\xb7\x57\x2f\xfc\xca\xb3\xbd\x8b\x27\x79\xf6\xd9\xe2\x49\x9e\x9d\xdc\xf0\x24\xcf\x10\x64\x0b\xdf\xf1\x6c\xac\x8d\xef\x78\x86\xd4\x58\x78\x8b\x37\x97\x31\xf2\x35\x7a\x32\x2c\xf2\x35\x0d\xb8\xbe\xc8\xd7\xfc\x2c\xa9\xe4\x6b\x1a\x99\x8f\x45\xbe\x46\x47\x88\x45\xbe\x46\x1d\xcc\x22\x5f\xa3\xeb\xc3\x22\x5f\xd3\x60\x6c\x17\xf9\x9a\x06\xc9\xb0\xf0\x16\x6f\x46\xb4\xe4\x6b\x9a\x91\x29\xf9\x9a\x66\xbc\xa9\xb7\x38\x54\xc5\xc2\x5b\x7c\xf8\x8e\x91\xcb\x19\xb6\x8f\x5c\xce\xf0\xcd\x21\x97\x33\x1c\x59\xe4\x72\x86\x4b\x9c\xde\xe2\x2e\x86\xe4\x72\x86\x8b\x21\xb9\x9c\xf1\x79\x2f\xec\x35\x98\x96\xf0\xe5\x2e\xd6\x87\x4e\x1f\x54\xb5\xc8\xe5\x6c\xda\xbe\xc9\xe5\x6c\x36\xde\x6d\x72\x39\xfb\xd7\x7d\xfe\xd9\x29\x79\x93\xe6\xd9\xb8\x14\x6c\xd2\x3c\x87\xf8\x76\x93\xe6\x39\xd9\x4b\x22\x7f\x1f\x56\x87\xfc\x9d\x97\x78\x3f\xf2\xbe\x83\x52\x83\x13\x3e\x94\x2e\x19\x12\x92\x35\x48\x79\x7b\x0c\x79\x38\x6a\xc7\x8d\x78\x2e\x00\xa6\x37\xe2\x39\x65\x6f\x1b\xf1\x5c\x60\xd7\xdf\x46\x3c\xe7\x86\xdc\x8d\x78\x2e\x40\x78\x6c\xc4\x73\x46\xf3\x1b\x5f\x89\x00\xe1\xb1\xf1\x95\x70\xa7\xdd\xc6\x57\x42\x14\xb0\xf1\x95\x08\xd1\x33\xe1\xb5\xd9\x78\xb0\xf1\x95\x08\x8f\xbf\xb3\x7d\x85\x12\xed\x8b\x9e\x79\xdb\x90\x90\xcb\x6d\x3e\x02\x95\x7e\x6a\xd8\x1c\xb3\x74\xdb\x20\x1d\xb1\xb1\x24\x4f\xb0\x50\x1b\x4b\xf2\x14\x2d\xbd\x1c\xa3\x45\x58\x92\x27\x7b\x17\x4b\xf2\x14\x3c\x96\x29\xd1\x06\x2c\xc9\xc5\x19\x1b\x4b\xf2\xc4\xea\xbe\xb1\x1d\x57\x82\xb7\xb1\x1d\xcf\xc5\xab\x7c\x30\xcb\xd6\x80\x0e\x1a\xfd\xed\xc6\x76\xbc\x00\xbb\x37\xb6\xe3\x05\x1a\x6a\x63\x2d\x2e\xc9\xb0\xb1\x16\x77\xa9\xda\x58\x8b\x17\xc0\xfb\xc6\x5a\xdc\x25\x6e\x63\x2d\x5e\xc1\x4a\x1b\x6b\xf1\xde\xfd\x5d\x83\x09\xf5\x4c\x78\x51\x26\x86\x8d\xb5\x78\x67\xa2\xdd\x58\x8b\x9b\x28\xdb\x58\x8b\xfb\x59\xcc\x8d\xb5\x78\x27\xc5\xbc\xb1\x16\xef\xd1\x33\x6f\x1b\x3a\x0b\xc9\xc6\x3f\xbc\x33\x69\x6c\xfc\xc3\x15\xcf\x6d\xfc\xc3\x3b\x53\xcf\xc6\x3f\x5c\x57\x84\x8d\x7f\x78\x07\x35\x6e\xd2\x43\xdd\x97\x91\xf4\x50\x47\xd9\xb3\x49\x0f\xe9\x9f\xb0\x93\xed\xf3\x77\xb6\xcf\x1a\xf0\x9f\x26\x19\xb6\x49\x0f\xcd\xea\x7d\xc2\xfb\x12\x17\x6f\x72\x40\x6e\x0a\xda\x49\xff\x69\xaf\x09\xef\x0b\x6e\xdb\xe4\x80\x36\x49\xf3\x4d\x0e\x68\xb3\xa8\x6d\x72\x40\xdb\xdf\x91\x03\x72\x63\xcc\x26\x07\xb4\x3f\x7f\x07\x71\x48\xee\x61\x93\x03\xda\xdd\x1a\x20\x0e\x59\x56\x36\x39\xa0\xcd\xe2\xbb\xc9\x01\x99\xce\xdf\xe4\x80\xb6\x63\x82\x1c\xd0\x66\x8a\xdc\xe4\x80\x36\x2a\x95\x4d\x0e\x48\xab\xad\x4d\x0e\xc8\x40\x60\x93\x03\xda\x8e\x3a\x72\x40\x7e\x8b\x72\x93\x03\x32\xbd\xb7\x8b\xed\xb3\x44\xfb\x48\x62\x6f\x72\x40\x1a\x76\x6d\x72\x40\x7b\x7a\xe6\x25\x4a\x7e\xe6\x17\xcc\x23\x82\xb3\x22\xe6\x11\x7e\xaa\x78\x63\x1e\x11\x8a\xbf\x83\x34\x4d\x1e\x83\x34\x2d\xbf\xf7\xed\xbd\x8d\xaf\x84\x5b\x38\x37\xbe\x12\xc1\x57\xb3\xc8\xa7\xda\x58\xf8\x54\xa7\x3a\x7c\x25\x8c\xa7\x37\xbe\x12\xc1\xe1\x89\xaf\x84\xf4\xc7\xc6\x57\xc2\xd4\xdf\xc6\x57\x22\x64\x8f\x61\x3f\x03\x14\xdc\xf8\x4a\xbc\xac\x93\x1b\x5f\x89\xe8\x54\x87\xaf\x44\x4c\xd6\x87\xa5\x35\x7e\x0d\x1b\x5f\x09\xb7\x77\x6e\x7c\x25\x52\xf1\x18\xf6\x33\xbe\xc4\xf8\x4a\xa4\xec\x55\xe0\x5a\xb3\x67\xc2\xb5\xda\x86\x06\xd7\x0a\xf0\xdd\x0d\xae\xd5\xfa\x1a\x5c\xab\x0f\xa5\xc1\xb5\x92\xd4\xda\x0d\xae\x15\x51\xcc\x6e\xe8\x76\xe1\x14\x37\xd6\xe2\xf9\x58\xe2\xfb\x65\x2e\x32\x58\x8b\x67\x62\xd8\x8d\xb5\x78\x3e\x1e\x83\x6b\x25\x8d\xb5\xb1\x16\xcf\xc7\x7b\x41\x7b\x0c\xf9\xb2\xb1\x16\xcf\x2e\x71\xd8\x87\x57\x5f\x70\xec\xc3\xab\x13\x0a\xf6\xe1\x7e\x1d\x78\x63\x1f\xee\xe7\x94\x76\xc7\xe1\xda\x69\xe2\x22\x99\x5a\x9d\x5e\xb0\x16\xf7\x9b\x84\x1b\x6b\xf1\xea\x78\xc1\x5a\xbc\x3a\x96\xb0\x16\xaf\x8e\x10\xac\xc5\xab\xa3\x00\x6b\x71\xed\x5b\x37\xd6\xe2\x75\x5b\x3b\xda\x63\xb0\xcb\xc6\x5a\xdc\x0d\x19\x1b\xfb\xf0\x46\xea\x76\x63\x1f\xde\x5c\x10\xb0\x0f\x6f\xd5\x63\xf0\xc5\xe0\xa8\x3d\xe0\x8b\xc1\x51\x7b\xc0\x17\x13\x41\xef\x81\xfd\x0c\xa9\xc6\x8d\xed\x78\xff\x39\x86\xfd\x4c\xf3\x2a\x10\x56\x2e\x8d\x03\xfb\x19\x62\xae\x8d\x41\xb9\x06\x8e\x1b\x17\xf2\x61\x88\x82\x0b\xf9\x20\xe5\xb4\x71\x21\x1f\x2e\x9b\xb8\x90\x2b\xf2\xdb\xb8\x90\x0f\x17\x6d\x9c\xc6\xa7\x4b\x0e\x4e\xe3\x3f\x93\x30\x4e\xe3\xd3\x05\x08\xa7\xf1\x59\xfc\x1d\x9c\x70\xf1\x77\xb7\x0d\x7e\xc7\x71\xe3\x34\x2e\x35\xb2\x27\x9c\x30\xd8\x65\x4f\x34\xc4\xf6\x12\x2e\xe4\x5a\x58\x6d\x5c\xc8\x97\xfd\x89\x0b\xb9\xc4\xc5\xc6\x85\x7c\x81\x67\xf7\x07\x27\xec\xa8\xfb\xd0\x10\x7b\x67\x38\x94\x1f\x97\x15\x1c\xca\xcf\xb0\x06\xbc\x62\xd0\x3c\x6c\x72\x40\x07\xa7\x8c\x8d\xd1\xc3\xe3\xac\xf1\xe1\xe0\x9d\x3d\x13\x2f\x15\x17\x3c\x4c\x20\x74\x15\xdc\x98\x40\x04\xf4\x25\x1b\x13\x88\x00\xb3\xbc\x31\x81\xf0\x6b\xee\x1b\x13\x88\x9f\xf9\x0c\x13\x08\x33\x49\x7b\xc1\x09\xc3\x41\xef\x05\x27\xec\x7b\x84\xd1\xc3\xcf\x1c\x89\xd1\xc3\xfb\x78\x15\xbc\x54\x5c\x52\x31\x7a\x48\xed\xf7\x74\xc9\x1b\x83\x72\x3f\x6f\xbe\xf1\x80\xf8\x89\xce\x2e\x38\x6a\x29\xda\x20\x78\x5f\x23\x0d\xcc\xcb\x93\xb7\x82\x79\x79\xf2\x36\x31\x2f\x4f\xae\x0e\x98\x97\x27\x5f\x5b\xcc\xcb\x93\x0f\x0c\xf3\xf2\x14\x3d\x56\x28\x59\x43\xe5\x77\xd4\x8e\x79\x79\x72\x9a\xc0\xbc\x3c\xb9\x36\x61\x5e\x9e\x8c\xa4\x30\x2f\x4f\x2e\x08\x98\x97\xbb\x4f\x6c\x63\x5e\x5e\x9c\x34\x30\x2f\x2f\x4e\xc9\x98\x97\xbb\x87\x6c\x63\x5e\x5e\x8d\x76\x31\x2f\x77\x6b\xf9\xc6\xbc\x5c\xab\xfd\x8d\x79\xb9\x72\xb9\x8d\x79\xb9\x16\xfd\x1b\xf3\xf2\x02\xeb\xb5\x31\x28\xaf\x46\xa6\x18\x94\x57\xd8\xea\x8d\x41\x79\x73\x9a\xc7\xa0\xdc\xbc\xff\xc6\xa0\xbc\xb9\xba\x63\x50\xde\x96\x67\x6e\x4a\xb4\x08\x83\x72\x95\x05\x07\x83\xf2\x06\xab\x77\x30\x28\x6f\x80\xdb\x83\x41\x79\x83\xd7\x3e\x1a\x94\xa3\x56\x38\x1a\x94\xa3\x17\x38\x1a\x94\x13\x77\x1c\x0d\xca\x49\x39\x1d\x0d\xca\x79\xee\x07\x83\x72\xb7\x9d\x1f\x0c\xca\x07\xcf\xe8\x60\x50\x3e\x78\x1d\x0e\x06\xe5\x03\x29\xdd\xc1\xa0\x7c\x54\x6b\x80\xdb\xe5\x49\x1f\x0c\xca\x07\xba\xf2\x83\x41\xf9\xe0\x15\x3b\x18\x94\x0f\xf8\xcd\x83\x41\xf9\x60\x14\x1c\x0c\xca\xdd\xca\x7e\x30\x28\x1f\xbc\x62\x07\x83\xf2\xc1\x88\x3c\x18\x94\xfb\x39\xcd\x83\x41\xf9\x40\x7e\x78\x30\x28\x1f\xd1\xdf\xd9\x3e\x7a\x37\xc0\xed\xfe\xd4\x00\xb7\x0b\x25\x76\x02\xdc\x6e\xf3\x9a\x70\xbb\xf6\x35\xe9\x21\x3f\x2f\x7b\x5e\xf9\x5b\xae\x42\x7a\xe8\x83\x24\x3a\xa4\x87\xbe\xcf\x63\xf0\xd3\xc4\x9b\x87\x1c\x90\x7b\xe4\xce\x2b\x7f\x7b\x28\xc1\xdf\x42\xa2\x1c\x72\x40\x6b\x7b\x0c\xfe\xf6\x58\x03\xfc\xed\xf1\xce\xe0\x6f\xb7\x25\xf8\xdb\xed\x7d\xe2\x77\x03\xf9\x72\xc8\x01\x6d\xef\x9a\x1c\xd0\x01\xe5\x1c\x72\x40\x07\x4a\xf3\x90\x03\xda\xbc\x0f\x87\x1c\xd0\x61\xcc\x1f\x72\x40\x07\x34\x76\xc8\x01\x9d\x9f\x6b\xc2\xdf\x42\x5c\x9c\x08\x7f\x9b\xfc\x1d\x9a\xec\x6c\x7d\xf0\xb7\xc9\xdf\xa1\xc9\x06\x1d\x9d\x08\x7f\xcb\xfc\x72\x22\x9a\x6c\x02\xb2\x13\xd1\x64\x93\x43\x38\x11\x4d\x36\xd3\xe7\x89\x68\xb2\x49\x6d\x9e\x84\x26\x9b\x28\xf9\x24\x34\xd9\x20\xed\x93\xe0\xa7\xa1\x7e\x4e\x92\x9f\xf6\x4c\xf8\xe9\xe4\x31\xfc\x6e\xc2\xef\x4d\xc9\x27\x61\x85\x83\xe4\xfc\x24\xac\x70\x1c\xac\x09\xea\x9a\x88\xe8\x24\xe4\xda\xbe\x62\x09\xea\xfa\xb3\x74\x9b\xee\x16\x93\x73\x41\x55\x7f\xb3\xa5\xc5\x31\x06\xc8\x05\x55\xdd\xbd\x75\xe7\x82\xaa\xee\x67\xd8\xcf\x05\x55\xdd\x4f\xb4\x9f\x0c\x77\xcd\xe4\x7d\x32\xdc\xb5\x8f\x28\xc3\x5d\x03\x10\x4e\x86\xbb\xb6\x5b\x32\xdc\x75\xf4\x18\xdc\x35\xcb\xc3\xc9\x70\xd7\x76\xe7\x05\x55\xfd\x25\xf2\x3e\x17\x54\x75\xb7\xc2\x9c\x0b\xaa\xba\x1f\x8f\x3f\x99\xf6\x11\x6b\x9f\x2c\x77\x4d\x8b\x32\x9c\xb0\xa5\x02\x3f\x0d\xd7\x7a\x0a\xfc\x34\xc9\x8d\x53\x90\x95\xb3\x4d\xf3\x14\xf8\xe9\xe3\x31\xf8\x69\x16\x84\x53\xe0\xa7\x91\x0a\x9e\x82\xed\x7f\xb6\x84\xed\x3f\xa9\xd4\x53\xb0\xfd\xaf\x1e\xc3\xda\x9f\x85\xe4\x14\xac\xfd\x7d\x01\x2e\xca\xe9\x0d\x52\xea\x5c\x94\xd3\x1b\x29\xca\x73\x51\x4e\x6f\xc7\x12\xdc\x35\x91\xf7\xa9\xd8\x0e\x11\x57\x9d\x8b\x64\x7a\x27\xe6\x3a\x17\xc9\xf4\x3e\x3d\xf3\xde\xe7\x70\x9a\xb8\x48\xa6\x7f\x30\xd9\xe7\x22\x99\x2e\xcf\x7c\x2e\x92\xe9\x87\x64\xe6\xb9\x48\xa6\x1f\xef\xfa\x22\x99\x7e\x88\x29\x0f\x7e\x0d\x0f\xcc\xf9\xc1\xaf\xe1\x21\x9e\x3e\xf8\x35\xf8\xbd\x93\x83\x5f\x83\xdf\x42\x39\x0d\xdb\x21\xb8\xf2\x83\x5d\xb9\x9e\x05\x07\xbb\x72\x9d\x0f\x0e\x76\xe5\x5a\x8a\x1e\xec\xca\x55\xa4\x1e\xec\xca\x95\x73\x1e\xec\xca\xfd\x4a\xc4\x61\xfb\xd0\x63\xfb\xb0\x2b\x0f\x4e\xd0\xd8\x95\x07\x27\x3e\x3c\xc9\xdf\x66\x09\xee\xda\x9e\xc0\x93\x5c\x67\xb6\x83\x27\x79\x84\x7f\x3f\x78\x92\x67\xa7\x33\x3c\xc9\x45\x5c\x07\x4f\xf2\x02\xc9\x77\xf0\x24\x2f\xbe\xc5\x78\x92\xe7\xe3\x55\x32\xc7\x78\x46\x78\x92\xfb\x71\xfc\x83\x27\x79\x71\xfa\xc4\x77\x3c\x3b\x3e\xf1\x1d\x2f\xc1\x33\x3f\x4a\xf4\x12\xbe\xe3\x85\x10\xe5\xe0\x3b\x5e\x82\x77\x06\xaf\xed\xd8\xc5\x77\xbc\xe2\xcc\x76\xf0\x1d\xaf\x5e\x13\xdf\xf1\x46\x90\x77\xf0\x1d\x6f\x48\x21\x0f\xbe\xe3\x6e\x50\x3f\xf8\x8e\x8b\x72\x0e\xbe\xe3\xcd\xe5\x0f\xdf\x71\x9d\xe0\x0e\xbe\xe3\x6e\x50\x3f\xf8\x8e\xeb\x19\x77\xf0\x1d\x6f\xf6\x0b\xbe\xe3\xfd\xf5\x4c\xbe\x45\x89\x72\xe9\xe0\x3b\xde\x91\xbd\x1d\x7c\xc7\xbb\xf3\x20\xbe\xe3\xdd\x79\x10\xdf\xf1\x9f\x31\x8f\xef\xf8\x70\xe1\xba\x08\x28\x0f\x47\xc8\x44\x73\xbe\x7e\x8f\xb8\x38\x13\xaa\xdc\x81\x3c\xa1\xca\x8d\xb2\x26\x54\xb9\x11\xd1\xc4\xb6\xc6\x0e\x9c\x58\xca\x93\x5d\x3f\x13\x39\xba\x2f\xce\x44\x8e\xfe\x73\x9b\x48\xce\x5d\xb3\xf9\x0a\xee\x44\x36\x75\x48\x01\x4d\x57\x62\x52\x40\xd3\xb5\x9e\xaf\xe0\x7e\x30\xa1\x87\xaf\xe0\xfe\xc4\x24\xa4\x87\x56\xf3\x77\xc8\xd1\x8d\xb9\x48\x0f\xa9\x30\x3c\xa4\x87\x94\xd2\x1d\xd2\x43\xdb\x75\x92\xf4\xd0\x76\xe9\x20\x3d\xa4\x2e\xf2\x90\x1e\x92\x57\x3b\xa4\x87\xb6\xbd\x44\x7a\xe8\x67\xad\x27\x3d\x74\x92\xc7\xb0\x7c\x31\x1a\x24\x3d\x74\xf0\xb8\x3d\x4b\xce\x9b\xfa\xf0\x6b\x08\x4e\xfa\x4b\xce\x9b\xbb\xc6\xaf\x21\x54\xcf\x84\xd7\xce\x9e\x09\xaf\xed\xf2\x80\x27\x43\x00\xc4\x1d\x3c\x19\x82\xcf\x08\x4f\x86\xf7\xf5\xcc\xcb\xd5\x25\x7b\x09\x4f\x86\xf4\xf3\x3b\xb5\xce\xb4\x1d\x4f\x86\x34\x2c\xc1\x79\x03\xf0\x0e\x9e\x0c\x92\x3d\x07\x4f\x86\x04\xe8\x3f\x78\x32\x24\x97\x46\x3c\x19\x12\xf0\xf9\xe0\xc9\xa0\x20\xef\xe0\xc9\x20\xae\x39\x78\x32\x24\x23\x53\x3c\x19\x32\xe0\xf6\xe0\xc9\x90\x87\xd7\xc4\x17\x64\x79\x4d\x7c\x41\x7c\x2a\xf8\x35\x94\xe1\xef\xd0\x41\x0f\xef\x1a\x1d\x74\xb7\x3e\xb8\x64\xe3\x7e\xfc\x1a\xba\x67\xb2\x45\xa8\xb3\x51\xf9\xe0\xd7\xd0\x49\x24\x1d\xfc\x1a\x4c\x82\x1e\xfc\x1a\xba\x23\x04\xbf\x06\x3f\x1a\x76\xf0\x6b\xe8\xdd\x12\x5c\x32\x29\xca\x83\x5f\x43\x9f\x1e\x83\x4b\x1e\x96\xe0\x92\x5d\xe2\xf0\x6b\xe8\xe8\x59\x0e\x7e\x0d\xdd\xc5\x1e\xbf\x06\x53\xb0\x07\xbf\x86\x4e\x52\xeb\xe0\xd7\xd0\xf9\x88\xeb\xc1\xaf\xa1\xdf\xc8\x3b\x3c\xf8\x35\xf4\x61\x09\x0d\xf1\x0d\x58\xc2\x83\x5f\xc3\xbc\xd4\x64\x78\xf0\x6b\xf8\xa2\x67\xde\xf6\x9d\x9f\xd2\x6d\xdf\xb9\xd3\x7c\x78\x30\x65\x20\x12\x0e\x0f\x79\x25\x16\xd8\xf0\x90\x57\xda\xc7\x33\x6f\xfb\xce\x6b\x7d\x83\x6b\xfa\xbb\xc9\xb1\x87\xd2\x47\xc9\x7b\xb9\xed\x3b\x37\x7f\x12\x1e\xf2\x4a\xe7\xaa\x1c\xc2\x43\x5e\xe9\xbc\x94\xc8\x2b\xed\xc3\x99\xe4\x95\xf6\xb6\xf4\xf2\xbb\x42\x29\x52\x7b\xa0\x64\xfb\x1a\x25\xda\x17\xbd\x66\xa1\x06\x5a\x14\x6c\x5f\xa6\xd4\x38\x36\x29\xd9\x3e\xeb\xa3\x7d\xcd\x6b\xda\xbe\xdf\xf1\xb8\x08\x0f\xe9\xa8\xbd\x69\x7a\xb0\xe9\xde\x26\x34\xfa\xf1\xc6\xd4\x17\x73\xe6\x6b\xd3\x2b\x25\xb8\xe4\x4e\xc7\xe3\xe5\x10\x3a\x1d\x8f\x97\x43\xb8\x2b\x55\x78\xf0\x72\x08\x77\x85\x0b\x0f\x5e\x0e\xa1\xf9\x3b\x68\xf4\x4e\x7d\x5a\x99\xfb\xc0\xb4\x32\xff\x39\x86\x57\x45\xa7\x73\xb5\x32\x4f\x5e\x05\xaf\x8a\xcc\xa3\xd5\xca\xbc\x78\x0c\x2e\xb9\xd0\xb9\x78\x40\xa4\xe2\xbd\xc0\x25\x57\x7e\x87\x95\x39\x93\x46\x78\xb4\x32\x7f\xb8\x8a\xfe\x10\x9d\x5e\xc2\x1f\x82\x4f\xba\x86\x07\x7f\x88\xf2\xf8\x3b\xfc\x21\x1e\x1e\x98\xfe\x10\x0f\xfd\xa2\x3f\x84\x43\x57\x7f\x88\xed\x35\xe1\x99\xb7\xc7\xe0\x68\xed\x25\xfd\x21\xec\x4f\xfd\x21\x2a\x83\x40\x7f\x88\xe2\x55\xb0\x0f\xff\x2c\xc1\xd1\x76\xce\xd4\x1f\x62\x70\xd7\xfa\x43\x4c\xea\xc3\x1f\xa2\x0d\xee\x13\x7f\x88\xe6\x4b\x8c\x07\x44\x6f\xd4\xae\x07\xc4\xcb\x33\xc2\x03\x62\x38\xc8\xf1\x80\x18\x83\xde\xc5\x03\x62\xfc\x5c\x13\x4d\xef\xf6\x2a\x68\x7a\x7d\x71\xf4\x80\x18\x5e\x05\x0f\x88\xce\x0b\xa0\x07\x44\xa3\x3f\xf1\x80\x20\x48\x08\x0f\x1e\x10\xb3\xd3\x22\x3c\x20\x66\xa7\x06\x3c\x20\xa6\xe3\x13\x0f\x88\xd9\xa8\x0f\x0f\x08\xbe\x49\x13\x1e\x3c\x20\x66\xf3\x2a\xf0\xb7\xf6\x3c\x1e\x10\xdf\xa4\x0d\xfa\x3c\x4c\xef\x05\x9f\x87\xc9\xe8\xd1\xe7\xa1\xf3\xae\xe8\xe5\x30\x38\x86\x97\xc3\xfa\xe8\x17\xbc\x1c\xf8\xaa\x5c\x78\xf0\x72\xc0\xc0\x27\x3c\x78\x39\xac\x49\x4f\xe0\xe5\xc0\xb6\xec\xf0\x90\x72\x5a\xc3\x33\xd1\xe6\x4e\x5a\x44\xca\x09\xbb\x9b\xf0\x90\x72\x5a\xb6\x8f\x94\xd3\x1a\xf4\x8b\x7e\xe5\xcb\xab\xd0\x86\x8f\xb6\xeb\x57\x3e\x6c\xc3\x86\x05\xa6\x0d\xe4\x8e\xce\xa2\x3e\xc4\x73\x4f\x66\x14\x20\x9e\xc3\x16\x35\x3c\x88\xe7\x1e\xfb\x13\xf1\x5c\xf0\xdd\x44\x3c\x17\x9a\x25\x04\xb8\x3e\x15\xc4\x73\xc1\xe9\x0c\xf1\xdc\xcf\xac\x81\x78\x2e\x38\xe6\x11\xcf\x85\x46\x1b\x10\xcf\xb1\x85\x3a\x3c\x88\xe7\xc2\xf1\x77\x1b\xa6\xd7\x63\x97\x7c\x79\x5d\x56\x10\xcf\xa1\x19\x0b\x0f\xe2\x39\x30\x79\x78\x30\x65\x48\x1f\xcf\x1d\x53\x86\x64\x5f\xe3\x49\x9e\x3e\x66\x22\x3c\xc9\xf9\x52\x7f\x78\x30\x6c\x48\xce\x83\x18\x36\xa4\xfe\x3b\x22\xb8\xf0\xe0\xe5\x90\x1c\x04\xd8\x95\x27\x87\x12\x5e\x0e\xe9\xf3\xc6\xe0\x68\x7d\xb4\x78\x39\xa4\x8f\xee\xc4\xcb\x21\x2d\x5e\x5b\xbc\x1c\x52\xf7\x18\x1c\xf4\xe4\x9a\x78\x39\xa4\xc5\x30\xc3\xcb\x21\x39\x3c\xf1\x72\xa8\x91\xc6\xe2\xe5\x50\x83\xbf\x4b\x1c\xe3\x5e\xf0\x72\xa8\xae\x8c\x78\x39\xd4\x97\x21\x88\x97\x43\x8d\x74\x0b\x5e\x0e\x00\xa7\xf0\xe0\xe5\x50\xb3\x67\x0e\xce\xe4\x11\xe1\xe5\x50\x5d\xc1\xf1\x72\x68\x87\x16\xe9\xe5\xe0\xba\x8c\x97\x43\x73\xe5\xc7\xcb\x81\x7d\x5b\xe1\xc1\xcb\xa1\x1d\xea\xc3\xcb\x01\xa8\x14\x1e\xbc\x1c\xda\xf6\xd8\x6d\x5f\x0f\xb4\x1d\x2f\x87\xe6\xb4\xa4\x97\xc3\xe0\x41\xeb\xe5\xd0\xe8\x09\xbc\x1c\x46\x67\xf0\xe0\xe5\x30\x9c\x30\xf1\x72\x18\x4e\x98\x78\x39\x0c\x27\x37\xbc\x1c\x46\xf7\x4c\xb8\xdd\x41\x1b\xf0\x72\xf8\x99\x3e\xf1\x72\x18\x83\x5e\xc2\xcb\x01\x87\xe4\xf0\xe0\xe5\xc0\xb6\x87\xf0\xe0\xe5\x30\x5c\x9c\xf0\x72\x60\x03\x70\x78\xf0\x72\x18\x4e\xfa\x78\x39\x7c\x2e\x7f\x58\x99\x7f\xde\xe7\x54\xb7\x4b\xfb\xb0\x32\xff\x1c\x4b\x13\xee\xb3\xf0\xdc\x27\xdc\xa7\x83\x1c\x2b\xf3\xe5\x74\x8d\x95\xf9\x3a\x5e\xe5\xb6\xe1\x27\x8e\xc3\xca\x1c\x25\x51\x78\xb0\x32\xff\x89\x73\xb0\x32\xff\x89\xea\xb0\x32\x3f\xf6\xa7\x7e\x0d\x85\x91\xac\x5f\x43\xa6\xed\xfa\x35\x64\xea\xd3\xaf\xc1\xc5\x5e\xbf\x86\xcc\x7d\x7e\x72\x9f\x3c\x31\xfc\x1a\xf8\xfc\x7e\x78\x3e\xb9\x4f\x7a\x02\xbf\x86\x27\xd3\x5a\xfd\x1a\x82\x57\x41\xa0\xea\x48\xd6\xaf\xc1\x29\x44\xbf\x06\x17\x27\xfc\x1a\x48\x5c\x85\x07\xbf\x06\x10\x57\x78\xf0\x6b\x60\x07\x41\x78\xf0\x6b\x78\x7f\xce\x84\x00\x74\x12\xc6\xaf\xe1\x75\xc2\xc4\xaf\xe1\x6d\xd6\x00\x01\xe8\x28\x58\x10\x80\x06\x48\x78\x39\xbc\x95\x36\x60\xd8\xf0\x3a\xea\x30\x6c\x78\x9d\x5f\x30\x6c\x78\x1d\x59\x0b\x82\xb3\x7a\x0c\x82\xd3\x91\x85\x97\x79\x76\x24\x63\xd8\x90\x7d\x46\x18\x36\x64\x47\x2b\x86\x0d\xd9\x71\x8d\x61\x43\x71\xbc\x60\xd8\x50\xac\x1d\xbf\xf2\xd2\xb9\xcf\xad\x78\xd5\x63\x88\x57\x5d\xaa\xf0\x2b\x27\x5b\x14\x9e\x8b\xc6\x7a\xf5\x3e\x2f\x1a\xeb\xd5\x7e\xc1\xcb\xbc\x1e\x7a\x02\xbf\x72\x9c\x0a\xc3\x83\x5f\xf9\x55\xe6\xff\xf9\x29\x19\x2b\xf3\xfe\xd0\x3c\xac\xcc\xd9\x5c\x1a\x1e\xac\xcc\xfb\x43\xe5\x5a\x99\x1b\xe3\x61\x65\xde\x8d\xc0\xb0\x2b\x87\x43\x09\xcf\x05\x55\xfd\x73\xca\xba\xa0\xaa\x7f\x3f\xb7\xb9\x29\x59\xdf\xed\x6a\x84\x2f\x21\x5c\x50\xd5\x0f\xd3\x6e\xb8\xa0\xaa\x9f\x4b\xe9\x87\x80\x58\x2f\x10\xa7\x06\xc4\x7a\x6c\xbd\x0e\x41\x4b\xf2\xe3\xef\xe0\x06\xaf\x5c\x3b\x04\x2d\xc9\x99\x30\x03\x9e\x0c\x08\xbb\x43\xc0\x77\x81\xef\x65\x84\x80\xef\x02\x26\xf2\x21\xe0\xa6\xf0\x32\x69\x04\xdc\x14\x5e\x56\xe9\x80\x9b\xc2\x7b\xa8\x1d\x37\x05\x3e\x5a\x1e\x02\x6e\x0a\x85\xb8\x31\xe0\xa6\x50\x6c\x11\x6e\x0a\x25\x72\x2f\xb8\x29\x94\xe8\xef\x60\xf5\x58\x8e\x02\x6e\x0a\x85\x65\x25\xe0\xa6\x50\x5e\x7f\x77\xef\xba\xdc\xe4\x46\x08\xec\x41\x2a\xc9\xfa\x60\xfc\x2e\x15\x13\x02\x4e\x0b\x6c\x77\x0e\x01\xa7\x85\x72\x45\x70\x21\x60\x26\xde\x78\xe1\x02\x4e\x0b\x46\xd0\x01\xa7\x05\xcc\x8b\x42\xc0\x69\xc1\x08\x3a\xbc\xb2\x7a\xf4\x12\x4e\x0b\x6d\x78\x26\xac\x1e\x91\x70\xc0\x69\xa1\x0d\xeb\xeb\x30\x70\xf4\xa7\x4e\x0b\x8f\x67\xa2\x02\xf5\xf9\xe9\xb4\xf0\x58\xc2\x71\xda\xa7\xa9\xd3\xc2\x63\xed\xd0\x5e\x97\xd1\x0c\x01\x33\xf1\xb9\xb9\x17\x5c\x18\x26\xe8\x2f\xe0\xc2\x30\x37\xf5\xe1\xc2\x30\x37\x35\xe8\xb4\x40\x3c\x1d\x70\x5a\xe0\x03\x58\x21\xe8\xb4\xc0\xf4\x19\x74\x5a\xc8\xf4\x92\x4e\x0b\x20\x92\xa0\xd3\xc2\xf6\x4c\x9c\x16\x16\xe3\x05\x57\x70\xac\x85\x42\xc0\x15\x7c\x2f\xeb\x43\xc9\x0a\x1e\x0a\xb8\x30\xec\xcd\x53\xd1\x85\x21\xd1\x3e\x5c\xc1\x4f\xa5\x3e\x5c\xc1\xcf\xe4\x49\xeb\xd0\x40\x5c\x1c\x90\xe0\x85\x4a\xcf\x23\xc1\xbb\xe2\xab\x5f\x25\x68\xaf\x42\x2f\x25\x69\x2f\xee\x05\x09\x1e\xfb\xd2\x42\xd0\xa1\x81\xe8\x33\xe8\xd0\xc0\x44\x14\x90\xe0\xa1\x5d\x08\x41\x1b\x06\x96\xcd\x80\x04\x2f\x54\x6b\x40\xae\xca\xc2\x1c\x90\xe0\x05\x82\xb5\xa0\x0d\xc3\xe0\x77\x48\xf0\x42\xe3\x77\xda\x30\xb0\x3c\x04\x24\x78\x81\xc5\x3e\x68\xc3\xc0\xb4\x1b\xb4\x61\xf0\x89\x69\xc3\xe0\x88\xd4\x86\xc1\xb7\x11\x09\x1e\xa2\x80\x10\x90\xe0\xa1\xcc\x0a\x01\x09\x5e\xaa\x1e\x83\xd6\xf3\x0d\x40\x82\x67\xd8\x1a\x90\xe0\x25\xe2\xf7\x80\x04\xcf\xf0\x33\x20\xc1\x4b\xd3\x12\xb4\x1e\x8b\x45\x40\x82\x97\xfa\xef\x78\x5c\x84\x80\x3a\x2f\x75\x7f\x06\xe3\xe7\x4b\x85\x3a\x2f\x41\x16\x04\x1c\x1a\x92\x8d\x2d\xa8\x5c\x01\x40\xe1\x42\xa5\x92\xec\x5c\xdc\x1b\x92\x1d\x88\x7b\x43\xb2\x73\x71\x6f\x30\x98\x0f\xb8\x37\xa4\x61\x0d\x36\x9d\xe1\x89\x7b\x43\x66\xe5\x0f\x38\x34\x14\x6b\xaf\x28\x60\xad\xaf\xa2\x80\x05\xfc\x05\xdc\x1b\x70\x51\x0b\x01\xf7\x06\x1c\xc8\x42\xc0\xbd\x01\xc9\x51\x08\xb8\x37\x74\xa2\xd6\x80\x7b\xc3\x78\xfc\x5d\xe7\x4c\xeb\x1b\x94\xb8\x6b\xdc\x1b\x3a\xb1\x6f\xc0\xbd\x61\xbc\xfe\x6e\x71\xa6\xf5\x6d\xae\x49\x4f\xe0\xde\xd0\x59\x8e\xc2\x85\x4a\x65\xb8\x3c\x5c\xa8\x54\x86\xcb\x03\xce\x0e\x1d\x60\x1f\x70\x76\xe0\x83\x31\x21\xe0\xec\xc0\x76\xd9\x10\x70\x76\x98\x4e\xc9\x38\x3b\x4c\x07\x2b\xee\x0d\xc7\x69\x1e\xf7\x86\xe3\x4b\x85\x7b\xc3\x69\x9e\x09\x73\x97\xad\x01\xfa\xaa\xf0\x4a\xe3\xde\x70\xb2\x67\xc2\xdc\x35\x8e\xe1\xde\x70\x9c\x68\x71\x6f\x38\xc4\x78\x01\xf7\x86\x43\x04\x16\x70\x6f\x38\x4e\x05\xb8\x37\x1c\x5f\x3f\xdc\x1b\x4e\xa5\x97\x70\x6f\x10\x22\x07\xdc\x1b\x0e\xc4\x53\xc0\xbd\x01\x1b\xf7\x10\x70\x6f\x38\xd9\x1a\x50\xb9\x2e\x7a\x10\xf7\x86\xe3\x0b\x87\x7b\xc3\x29\x5e\x93\xf6\x39\xb5\x22\xc1\x0b\x2e\x47\x48\xf0\x7e\xa6\x02\x24\x78\xc1\xb1\x34\xa0\xe7\x88\xea\xc2\x60\xeb\x7c\xa6\x27\x90\xe7\xbd\xc4\x5c\x01\x79\x5e\xf4\xa9\x20\xcf\x8b\x2e\x94\xc8\xf3\x7e\x26\x06\xe4\x79\xa9\xf9\x3b\xb6\xce\x37\x46\x08\xf2\xbc\xe4\xe4\x86\x3c\x2f\xb9\x88\x22\xcf\xcb\x80\xf7\x70\x31\x4f\x2d\xaf\xc7\x16\x25\x6b\xd8\x10\x64\x9e\x79\x38\x46\x7f\x22\xcf\x2b\x2f\x6d\x40\x82\x57\x7c\x6f\x27\x14\xdc\xb4\x04\x05\xb7\xfd\x1d\x32\x49\x9f\x1f\xf2\xbc\x0a\x39\x11\x90\xe7\x55\x30\x4f\x40\x9e\x57\x89\x76\xc3\x94\x82\xa3\xb5\xc8\xf3\xf0\xf7\x08\x01\x79\x5e\xfb\x78\x7e\xc8\xf3\xda\x4f\xed\x52\x70\x96\xa0\xe0\x26\xb5\x23\xcf\x6b\x3e\xf7\x4f\x0a\x8e\xda\x91\xe7\xb5\x45\xbf\x20\xcf\x1b\xbe\x0f\xc8\xf3\xd8\xed\x19\xc2\xc7\x67\xec\x92\x67\x62\xd1\x1a\x19\xd7\x48\xf7\x06\x68\x3a\x7c\xd2\x73\xdc\xf5\x27\x3d\xe7\x35\xa5\xe7\xbc\x33\xb6\xa4\x3b\x47\x62\xdf\x30\x7f\x37\x4a\x0e\x38\x3b\xf0\x55\x8a\x10\x70\x76\x98\x4e\x6e\xb8\x37\x4c\x22\xe1\x80\x7b\xc3\x84\x11\x0b\xb8\x37\xe0\x1a\x15\x02\xee\x0d\x9f\x5d\x86\x7b\xc3\x72\xad\xc7\xbd\x61\x1d\xaf\x09\xeb\x05\x40\x0f\xb8\x37\x2c\xe3\x23\xdc\x1b\x70\x6b\x0e\x01\xf7\x86\x65\x9c\xb3\x64\xbd\x68\xde\x82\xf5\x72\x32\xc5\xa3\x6e\x19\x69\xe0\xec\xb0\x8c\x50\x70\x76\xc0\xb6\x3a\x04\x9c\x1d\x96\xd1\x12\xce\x0e\xcb\xb5\x10\x67\x07\x6c\xb9\x43\xd8\xb0\x7a\xf0\xe8\x61\xc3\xea\x19\x6b\xe3\xfa\x70\x5c\x2c\x70\x7d\x38\x00\xc3\x80\xeb\xc3\xf1\x11\xe1\xfa\x70\x7e\xea\xc3\xa1\xd5\x17\x00\x41\x5e\xb0\x3f\x11\xe4\xfd\xc4\x01\x08\xf2\x02\xc0\x30\x20\xc8\xcb\x81\x1a\x10\xe4\x65\x87\x0b\x82\xbc\x0c\xfd\x11\x10\xe4\x25\x23\xc5\x8b\x64\x5a\x76\x79\xb8\x69\xa5\x96\x9d\xd8\x11\xe4\x65\x97\x2a\x04\x79\xd9\x65\x05\x41\x1e\x9f\x92\x0f\x01\x41\x5e\xf2\x39\x20\xc8\xcb\x90\x44\x01\x41\x5e\x22\x99\x12\x10\xe4\xf1\x79\xfa\x10\x10\xe4\x55\xa2\xac\x17\x41\x1e\x3a\x91\xf0\x22\xc8\x43\x27\x12\x5e\x04\x79\x95\x09\xf3\x45\x90\x87\x62\x3a\xbc\x08\xf2\x2a\x13\xfb\x8b\x20\x0f\x75\x73\x78\x11\xe4\x55\xe8\x81\x17\x41\x5e\x65\xe2\x7b\x1f\x08\x2b\x52\x55\xef\x23\x61\x15\x29\x29\x38\x9c\x94\x10\x1c\x12\x29\xbe\x88\xf5\x7a\xf0\x5e\x24\xac\xb8\x26\x82\xbc\x0e\xe1\xf1\x22\xc8\xeb\x2c\xb7\xaf\x82\x3c\xa6\x82\x57\x41\x1e\xc0\xf7\x55\x90\xf7\x79\x15\x48\x29\xde\xb8\x57\x41\x5e\xf7\x9a\x90\x52\x4c\x52\xaf\x82\x3c\x48\xb0\x57\x41\xde\xf4\x9a\x90\x52\xf0\x9b\x2f\x82\x3c\x76\x9b\x85\x17\x41\xde\x80\xed\x7c\x11\xe4\x0d\x22\xb7\x17\x41\x1e\xe9\xfc\xf0\xe2\xe5\x30\x3e\xda\x8e\x97\xc3\x98\x1c\x43\xac\x37\x60\xce\x5f\xc4\x7a\x63\x71\x67\x8a\xf5\xec\x5d\xc5\x7a\x2c\x40\xaf\x62\xbd\xe2\x31\x48\x29\xe6\x82\xf7\x95\x94\xf2\x4c\x36\x93\x6f\xeb\x63\x33\x39\x93\xfe\x8b\xe8\xee\x5b\x5e\x85\x4d\xe1\x9b\xbe\x46\x74\xf7\x91\x77\x79\x11\xdd\x2d\xc2\x82\x17\xd1\xdd\x62\x81\x7d\x11\xdd\x2d\x28\x8e\x17\xd1\x1d\x5f\x7a\x0f\x2f\xa2\xbb\xed\x93\xc6\x78\x01\x97\x9e\xf0\x62\xbc\xb0\x21\x46\x5f\x8c\x17\xf6\xe3\x35\x3b\xc7\xe8\x17\x8c\x17\x76\xf0\xd8\xe4\x98\x77\xf6\x71\x8c\xd6\x62\xbc\x70\x37\xbf\xfc\xd9\x29\xf9\x8d\x72\x6e\xde\x8a\x9c\x1b\x37\x9d\xe4\xdc\xa8\x0e\x4f\x06\xb3\xa5\x2f\x9e\x0c\x87\xe9\xe5\xc5\x93\xe1\x66\x13\x7f\x95\xd0\x1b\xc2\x02\xbf\x78\x32\x1c\x6f\x0c\x4f\x86\xc3\x2b\xfd\x22\xba\xe3\x53\xf2\xe1\x45\x74\xf7\x14\xcf\x94\x73\x63\x40\x22\xba\x7b\xec\x78\x44\x77\x7c\xe9\x2c\xbc\x88\xee\x30\x13\x0a\x2f\xa2\xbb\xf0\x7a\x26\x9c\xdb\xeb\x99\x70\x6e\x24\xa0\x5e\x44\x77\x81\xd5\xfd\x45\x74\x17\x1a\xf7\x82\xe8\x2e\xb0\x9e\xbf\x88\xee\x02\xd1\xcb\xab\xe8\x8e\xf5\xfc\x55\x74\x37\x3d\x13\xce\x6d\x7a\x4d\x38\x37\x87\x92\xa2\x3b\x07\x9d\xa2\xbb\xcf\x7b\x81\x73\x9b\xd6\x00\xe7\xe6\x0b\x8e\xe8\xee\xf5\x05\x47\x74\xf7\xfa\x82\x67\x38\x37\x48\x94\x37\x23\x2a\xf4\xb5\x45\x90\x97\x59\xa5\x5f\x04\x79\x98\x57\x86\xf7\xc2\xa8\x5e\x21\x82\x5e\x04\x79\x7c\xb6\x2b\xbc\x08\xf2\x7e\xa6\x48\x04\x79\xb5\x79\x15\x04\x79\xf6\x8b\x82\x3c\x52\x32\x2f\x82\xbc\xe6\x80\xbc\x78\xa8\x37\x5f\x80\x8b\x87\x7a\x73\x4c\x28\xd6\xb3\xb5\x88\xf5\x7e\x26\x37\xc4\x7a\x9d\x85\xe4\x45\xac\x87\xff\x59\x78\x11\xeb\x75\xf8\xd4\x17\xb1\x5e\x67\x99\x7e\x2b\xa4\x1b\x11\xd1\x5b\x21\xdd\x20\x0b\x5e\x85\x7c\x4e\x28\x0a\xf9\xc8\x67\xbc\x0a\xf9\x88\xb2\x5e\x84\x7c\xdd\xbe\x46\xc8\xd7\x59\xa6\x5f\x84\x7c\xc3\x67\x8b\x58\x6f\x3a\xb2\x2e\x1e\xea\x33\x79\x95\x43\x89\xde\xbd\x78\xa8\x4f\x47\x6b\xc3\xc8\x96\xf8\xfd\xc5\x77\x81\x4f\x65\x85\x17\xdf\x85\xe5\x73\xc0\x77\x61\x41\x2a\xbe\x4d\x23\x5b\x8f\x69\x64\xcb\xbb\x82\xef\xc2\xfe\x2c\x49\x19\xd1\x4b\xf8\x2e\x9c\x4c\x8b\x14\xeb\xd9\x9f\x8a\xf5\xec\x4f\xc4\x7a\x21\x78\xd7\x8b\x12\xfd\x89\x58\x2f\xb8\x1c\x21\xd6\x33\x31\xf7\x22\xd6\x0b\x64\x22\x5e\xc4\x7a\xc1\xa7\x82\x58\x4f\x4e\xf8\x45\xac\x27\xb3\xfc\x22\xd6\x7b\x8f\x25\x68\x3d\x17\x58\xc5\x7a\x90\x21\xaf\x62\xbd\xea\x31\x68\x3d\x67\x8d\x0e\xad\x07\x8e\x7a\x11\xf2\x15\x97\x70\x85\x7c\xc5\x3b\x83\xd6\x73\x46\x51\xc8\x57\x68\x91\x42\xbe\xea\x7d\x1e\x8e\xf1\x8c\x10\xf2\x15\x17\x19\x84\x7c\x05\x32\xeb\x45\xc8\x57\x0c\x2e\x14\xf2\xf9\x4e\x2b\xe4\xf3\x19\x29\xe4\xfb\x7e\x47\x04\x17\x5e\x35\x7e\x4e\x2f\x68\xfc\xba\x93\x22\x1a\xbf\xe9\x74\x8d\xc6\x6f\xc2\x6f\xbe\x43\xdf\x55\x9a\x87\xc6\x6f\x3a\x31\xa0\xf1\xfb\x1e\xaf\xa2\x48\x8c\x6e\xc1\x20\x2f\x38\x69\x60\x90\x17\x7c\x60\x18\xe4\x05\x07\x1d\x06\x79\x66\x59\x5f\x0c\xf2\x82\xeb\x39\x06\x79\xc1\xf5\x1c\x83\xbc\x60\xd3\x31\xc8\x0b\x9f\xbf\x83\x69\xfa\xb8\x4f\x0c\xf2\x5e\x27\x6f\x5c\xf0\x92\x6d\xc7\x05\x2f\xd9\x9d\xb8\xe0\x99\xda\x7c\x71\xba\x4b\xcb\x6b\xc2\x26\x19\xe7\xe0\x74\x97\x9c\x22\x71\xba\x4b\xc6\x2b\x38\xdd\x25\xef\x1a\xa7\x3b\x73\xb5\x2f\x4e\x77\xc9\x97\x1f\xa7\xbb\xb4\xb8\x26\x4e\x77\xc9\x16\xe1\x74\x97\x8d\x30\x71\xba\xc3\xfa\x3e\xbc\x7e\x78\xc9\x68\xc9\x0f\x2f\x19\xd9\xf8\xe1\x25\xef\xd3\x0f\x2f\xfd\xdc\x27\x22\x31\x92\xb5\x2f\x1f\x5e\x12\xa8\xbd\x7c\x78\x69\x44\x8f\x1d\x4a\xb4\x1d\x21\xdf\xf0\xc5\x41\xc8\x37\x7c\x71\x10\xf2\x0d\x88\x84\x17\x21\xdf\x88\x9e\x79\xdb\x37\x9c\xa4\xf8\xf0\xd2\x70\x58\x23\xf2\x1b\xb0\xb2\x2f\x22\xbf\x91\xbc\x26\x74\x52\xe2\xae\x11\xf9\x8d\xc8\x13\x43\xe4\x37\x20\x20\x5e\x44\x7e\x23\x59\x3b\x1b\x8e\x7f\xee\x93\x0d\xc7\x4e\x8a\x88\xfc\xbe\xc7\xab\x40\xc5\xf8\xc4\x10\xf9\x1d\x17\x2e\x44\x7e\x7c\xb7\x2e\xbc\x88\xfc\x0e\x72\xb2\x17\x91\x1f\xfb\xcb\xc2\x8b\xc8\xef\x38\x7a\x10\xf9\x1d\x18\xd4\x17\x91\xdf\x71\x01\x42\xe4\x77\x48\x8c\xbf\x88\xfc\x8e\x4f\x0c\x91\xdf\x71\x5c\x23\xf2\x3b\xc3\x12\x54\xcc\xf0\x77\x50\x31\xd3\xda\xd9\x75\xeb\x78\xd9\x50\x31\x8e\x89\x0d\x15\xe3\x52\x85\xb3\x5e\x70\xd4\xe1\xac\xf7\xf3\x76\xe0\xac\x17\x5c\x9c\x70\xd6\x0b\xde\x19\xce\x7a\xc1\x49\x1f\x67\xbd\xe0\x52\x85\xb3\x9e\x59\x98\x17\xf7\xbc\xe8\xc4\x87\x7b\x9e\x82\x81\x17\xf7\xbc\x64\xd4\x8a\x7b\x5e\xea\x9e\x89\x1a\xca\xf8\x16\xf7\x3c\xd9\xdc\x17\xf7\xbc\x04\x53\x1f\x71\xc8\x33\xd3\x12\x71\xc8\x2b\x8c\xd6\x88\x43\x5e\x61\xb4\xc6\x47\xba\xa5\x52\x42\xf1\x74\x75\xec\x21\xe2\x90\x57\xe9\xcf\x88\x0b\x5e\x1d\x1e\x83\x52\xd9\x5e\x13\x4a\x65\x79\x4d\x28\x15\x50\x63\xc4\x05\xaf\xfd\xd4\x70\xef\x13\xf9\x61\x88\x38\xdd\x61\x61\x15\x22\x4e\x77\x23\xfd\x8e\x85\x7d\x88\x98\xe0\xf9\x02\x44\x4c\xf0\x06\x0c\x4e\xc4\x04\x6f\xd2\xf1\x11\x13\xbc\x0f\xe0\x1b\x31\xc1\x9b\x9f\xc7\xd8\xd0\x49\xfc\x17\x31\xc1\x9b\xcb\x6b\xc2\xa8\x6c\x7f\x07\xa3\xb2\xfd\x1d\xb4\x09\xd0\x25\xf2\x91\xa4\x4d\xb4\x14\x11\xd6\x6d\xeb\x43\x58\xb7\x49\xe5\x44\x84\x75\x78\x9d\x86\x88\xb0\x0e\x1f\xd4\x10\x11\xd6\x09\x17\x22\xc2\x3a\x01\x49\x44\x58\xb7\x89\x42\x22\xc2\x3a\xa1\x4b\x44\x58\x77\xaa\xc7\xd8\xd0\xc9\xd2\x11\x11\xcf\x9d\xed\x35\xd9\xb4\xf9\x7a\x2f\x90\x0c\xbc\x70\x11\x50\xe5\xb2\x12\x01\x55\xb2\x8f\x11\x50\x15\xa0\x69\x22\xa0\xea\xb5\x45\x00\x27\xbe\xb3\x1b\x22\xc0\x89\x2f\xf1\x85\x08\x70\xca\xc9\x33\x27\x25\xeb\x83\x48\x48\x9e\x79\xc1\x51\x06\x4b\x44\x10\x10\x46\x9a\x21\x82\x80\x70\x4f\x0e\x11\x04\x54\x89\xfb\x23\x08\xa8\xf2\x3a\x44\x10\x50\xed\x9e\x09\x91\x00\xdf\x1f\x41\x40\xc6\xcc\x11\x04\xd4\x98\x4c\x23\x08\xa8\x83\x95\x22\xae\x74\x3d\xfa\xbb\xc6\x31\x86\x3c\xae\x74\x9d\x08\x3a\xe2\x4a\xd7\x5f\xaf\x72\xdb\xd7\x87\x57\x81\x48\x70\x90\xe3\x4a\x67\x1a\x39\xe2\x4a\x37\x8e\x67\x02\xc2\x49\xda\x45\x5c\xe9\xc6\xe1\x9a\xb8\xd2\x4d\xd2\xc1\x31\x0b\xc2\x79\xa9\x32\x24\x83\x2f\x15\x8e\x75\xc3\x27\x8d\x63\xdd\x38\x96\x24\x12\x3c\x13\x22\x01\xbe\x3f\xea\x4a\x47\xc4\x17\x75\xa5\x23\xa5\x1d\x75\xa5\x3b\xd6\xc7\xce\xbe\xe2\x7d\x02\xd0\x7d\x62\xb8\xd2\x7d\x44\x91\x11\x57\x3a\xd3\xe4\x11\x57\x3a\xec\x69\x43\xc4\x95\x6e\x83\xf7\x22\xae\x74\xdb\x49\x0a\x57\xba\x9d\xe8\x79\x5c\xe9\x36\x4b\x63\xc4\x95\x6e\xb3\xa8\x45\x5c\xe9\x4c\xa8\x47\x5c\xe9\x54\xd5\x46\x5c\xe9\x54\xea\x46\x5c\xe9\xd4\x25\x47\x5c\xe9\x8e\xe3\x1a\x57\x3a\x97\x8e\x08\x02\xe2\x3b\xde\x21\x82\x80\xf8\x8e\x77\x88\x20\xa0\x87\x40\x2e\x82\x80\x9e\xca\x7d\x82\x80\x1e\x72\x1d\x11\x04\xc4\x57\xcb\x43\x04\x01\x05\xdb\x07\x02\x52\x2c\x1b\x41\x40\x11\x1e\x3d\x82\x80\xb0\xc3\x0d\x11\x04\xf4\x1e\xeb\x6b\x1c\xa3\x0d\x20\xa0\x68\x6b\x41\x40\xf1\xf5\x9a\xa0\x54\x9f\x18\x5b\x99\xa2\xa3\x15\x74\x14\x1f\xef\xe5\xb6\x2f\x06\xef\xf3\x50\xe2\x5e\x40\x47\x11\x26\x21\x82\x8e\x7e\x4d\x6b\xbf\x33\x25\x03\x9c\x22\x80\x24\x02\x9c\x22\x19\xca\x08\x70\xe2\x1b\x73\x21\x02\x9c\xf8\xa2\x43\x88\x98\xd2\x15\x5f\x9c\xa6\x68\xc4\xab\x28\x1a\xf1\x2a\x88\x46\x9c\x5a\x71\x9e\x63\xff\x4e\x88\x38\xcf\xf1\x0d\x87\x10\x71\x9e\x63\x13\x73\x88\x0d\x37\x34\x18\x9c\x88\xf3\x9c\x0c\x63\xc4\x79\xae\xb2\xbe\x46\x9c\xe7\x1a\xb1\x6f\xc4\x79\xae\x39\x94\x70\x9e\x6b\x0e\x3a\x9c\xe7\x1a\x44\x7d\xc4\x79\xae\x41\x71\x44\x9c\xe7\x9a\x43\xb7\x0b\xc2\xe9\x78\x9c\xe7\x64\x18\x23\xce\x73\xdd\x29\x19\xe7\xb9\xee\x12\x80\xf3\x5c\x77\xb1\xc0\x79\xee\x67\xb2\x19\x82\x70\xfa\x0c\xe7\x39\x53\x78\x11\xe7\xb9\x6e\x1c\x30\x00\xe1\x4e\x28\x17\x00\xf5\x41\x44\x1b\x71\xa5\x93\xb5\x8c\xb8\xd2\xa9\x56\x88\xb8\xd2\xfd\x4c\x13\xb8\xd2\x4d\xef\x13\x57\xba\xd9\xbd\xe6\x6d\xdf\xf2\xb9\x5f\x94\xd3\x97\x8b\xda\x45\x39\x7d\x39\x94\x70\xac\x5b\x3f\x57\xd9\xfc\xce\xfb\x3c\x94\xa8\xfd\xa2\x9c\xbe\xc9\x05\xc4\x8b\x72\x3a\x26\x2f\x21\xe2\x66\x77\x9c\xca\x71\xb3\xc3\x34\x31\x44\xb6\x2b\x05\xa7\x72\xb6\x2b\x61\x4c\x15\x22\xdb\x95\x82\x3d\xc8\x76\xa5\xe0\x34\xcf\x76\xa5\x17\x35\x46\x64\xbb\x12\xbe\x7e\x21\xb2\x5d\xa9\x00\xad\xe3\x04\xc0\x76\x4b\x00\xd8\xe6\xef\x00\xb0\xd0\x57\x91\xad\x4c\xa5\x59\x3b\xce\x65\x8e\x6b\xb6\x32\x35\xe4\x79\x91\xad\x4c\x0d\xfa\x23\xb2\x95\xa9\x11\x45\x46\xb6\x32\x4d\x47\x24\x5b\x99\xa6\xed\x63\x2b\xd3\x74\x64\xb1\x95\x69\x3a\xf5\xb0\x95\xe9\x73\x7c\xb2\x95\xe9\x23\xde\x8c\x6c\x65\x5a\x3e\x77\xb6\x32\xa9\x52\x8e\x6c\x65\x5a\x93\xde\x65\x2b\x93\x4a\xe4\xc8\x56\xa6\xed\x12\xe0\x56\xa6\xe4\x55\xdc\xca\xc4\xef\xdc\xca\x64\x98\xe5\x56\x26\xd0\x43\x74\x2b\x13\x18\x2b\xba\x95\xc9\xa5\x11\x04\x14\x40\x94\x11\x04\xf4\xfa\x8c\x40\x40\xaf\x93\x29\x08\x28\xd9\x4b\x4b\x94\x4a\x1b\x40\x40\xc9\xd1\x03\x02\xe2\x7b\x93\x21\xba\xcd\xe9\x58\x42\x14\xf0\x53\x3b\x08\xd6\xa8\xd5\x6d\x4e\xbe\x39\x6e\x73\xf2\xad\x72\x9b\x93\x6f\x07\x28\xa7\x18\x70\x82\x72\x0a\x1c\x7b\x04\xe5\x0c\x47\x0f\x28\x67\xa0\xe9\x88\xa0\x9c\xd1\x2c\x81\xe2\x0c\x58\x40\x39\xc3\x71\x0d\xca\x91\x7f\x8f\xa0\x9c\x2b\x57\xfd\xf3\x53\x32\x00\x68\x90\xd5\x8d\xec\x72\xc2\x5e\x3b\x44\x76\x39\x0d\x07\x32\xbb\x9c\x86\x81\x3e\xbb\x9c\x26\xaa\xcc\xc8\x2e\xa7\x49\xa6\x31\xb2\xcb\x69\x1a\xe8\xb3\xcb\xe9\x33\x1a\x64\x97\xd3\xb1\xe3\xd9\xe5\x74\xec\x40\x76\x32\x1d\x9b\xc0\x4e\xa6\x63\xe4\xcd\x4e\xa6\x63\x0c\xc4\x4e\xa6\x43\x92\x30\xb2\x93\xe9\xd8\x81\xec\x64\x3a\x3e\x22\x76\x32\x1d\x63\x74\x76\x32\x99\x6e\x4b\xec\x64\x3a\xbc\x70\x89\x9d\x4c\x46\xc2\x89\x9d\x4c\x87\x41\x90\x00\x47\x0a\xd0\x13\xe0\x28\xc0\x53\x26\xc0\x51\xf8\xf9\x1d\x20\x8e\xe1\x92\x00\x47\x61\x5b\x03\xae\x51\x0c\x89\x84\x7d\x78\xe0\x3e\x13\xc0\x29\x10\x11\x25\x80\x53\xd8\xd6\x7e\x91\x05\xdf\x47\x0c\x09\xe0\xf4\x26\x6b\xb8\xc0\x29\x56\xcf\x3c\x94\xee\x00\x49\xd8\x87\xab\x9f\x49\xd8\x87\x2b\xd0\x49\x80\xaa\x44\x64\x93\x00\x55\x89\xa8\x27\x81\x9c\x8a\x35\x80\x9c\x4a\xf2\x9a\x80\x3f\x5e\xe9\x04\x72\xe2\xc3\x60\x21\x81\x9c\x2a\x78\x21\x81\x9c\xea\xf0\x18\xc0\xf0\xa7\x76\xb6\xbb\x0c\xaf\xc2\x76\x17\x60\x7e\x02\x39\x55\x18\xf0\x14\xb4\x24\xa2\xaf\xf9\xf4\x6c\x23\x4e\x4d\xa0\x2a\xbe\x2a\x12\x12\xa8\x4a\xb5\x78\x02\x55\xa9\xf3\x4e\xa0\xaa\x8e\x9a\x26\x81\xaa\xba\xf5\x81\xaa\x8c\xca\x13\xa8\x6a\x64\x8f\x91\x6b\x9f\x5e\x85\xad\x22\x8f\xc7\x3a\x25\xee\x13\x54\x35\x89\xa7\x13\xdb\x95\xe6\xcf\x7d\x62\xf5\x83\x74\x2f\xbd\x22\x43\x7a\x82\xed\x4a\xdf\x4f\xe9\xb6\xcf\xa4\x56\x62\xbb\x92\xc9\xb0\xc4\x76\xa5\x8f\xe9\x25\xb1\x5d\xe9\x73\x0c\xb2\x5d\xe9\x63\x7a\x49\x6c\x57\xfa\x60\x73\x13\xdb\x95\xf6\xeb\x55\x40\x8d\xd1\x12\xa8\xd1\x27\xcd\x76\xa5\xcd\x82\x90\xd8\xae\xc4\x97\x3c\x42\x62\xbb\x12\x9f\xac\x08\x89\xed\x4a\x26\xca\x12\xdb\x95\xf8\x28\x53\x48\x6c\x57\x32\x7e\x4f\x6c\x57\xe2\xf3\x4d\x21\xb1\x5d\x69\x27\x8e\xb1\x5d\xc9\xd8\x3e\xb1\x5d\xc9\x68\x3e\xb1\x5d\x69\x83\x0c\x13\xdb\x95\x8c\xed\x13\x9f\xb3\xdd\x28\x27\x52\xb2\x7d\x96\x48\xb6\x27\xaf\x49\xb2\x1d\xec\x92\xd8\xca\x74\x88\x7d\x13\x68\xec\xf1\xcd\x01\x8d\x3d\xc5\xab\x60\x65\x54\xfd\x1d\xa9\x77\xa8\xc2\x04\x1a\x0b\xd0\x57\x09\x34\x16\x58\x1a\x13\x68\xcc\x65\x2c\x81\xc6\x02\x14\x55\x02\x8d\x85\xf9\x3b\x5f\x15\x09\x09\xa0\x16\x58\x27\x13\x40\xcd\x75\x32\x61\x2d\x2e\x43\x95\xb0\x16\x0f\xf0\x2b\x09\x10\x87\x5f\x72\x48\x80\xb8\x17\x72\x3c\x01\xe2\xb2\x83\x1c\x10\x87\x7b\x7f\x48\x80\x38\xbe\x89\x16\x12\x20\x8e\x6f\xbe\x85\x04\x88\x73\x57\x5c\x02\xc4\xe1\x9e\x1c\x12\x20\x8e\x8f\x0f\x85\x04\x88\xe3\x93\xf7\x21\x01\xe2\xf8\x1e\x5c\x48\x80\xb8\xec\xf4\x02\x88\xe3\x6b\x74\x21\x01\xe2\xb2\x13\x11\x20\xae\x14\x7f\x47\xc6\xde\x0e\x04\xc4\x55\x62\xa0\x04\x88\xfb\x99\x6c\x00\x71\x15\x3e\x2e\x01\xe2\xaa\x0f\x0c\x10\x57\x87\x77\xb6\xf8\x9d\xa5\x4d\xc9\x7b\x41\x91\x00\x8f\x97\xb0\x16\xaf\x44\x1a\x09\x6b\xf1\x1e\x2d\xbd\x94\xa8\x81\xdd\x51\xdd\x41\xc7\xee\xa8\x1e\xbd\x0a\x16\x41\xbe\x1c\xec\x8e\xea\x4e\x7c\xec\x8e\x9a\x60\x97\xc4\xee\xa8\x89\x8a\x23\xb1\x3b\x8a\xaf\x26\x87\xc4\xee\x28\xbe\xb6\x1c\x12\xbb\xa3\x26\x74\x52\x62\x77\x14\x5f\x69\x0e\x89\xdd\x51\x66\x1b\x12\xbb\xa3\xe6\xe3\x9d\x1d\x8e\x71\x26\xbb\xa3\x3e\x5f\x46\x76\x47\x7d\xbe\x54\xec\x8e\xfa\x7c\x01\xd8\x1d\xf5\x39\xd1\xb2\x3b\xea\x43\x70\x98\xd8\x1d\xf5\xf9\x52\xb1\x3b\xea\x03\x96\x26\x76\x47\x7d\xe0\x85\xc4\x16\xa8\xe5\x28\x60\x0b\xd4\x86\xde\x49\x6c\x81\xda\xc9\x33\xc9\x92\xfb\xf2\xb3\x05\x8a\xcf\x06\x85\xc4\x16\xa8\x9f\x17\x9c\x2d\x50\x6e\x00\x4e\x6c\x81\x3a\x2e\x55\x6c\x81\x3a\x4e\x3d\x6c\x81\x52\x7e\x98\xba\x20\xdc\x12\xdb\x4f\xd8\x7d\x99\x40\x78\x8f\x6f\x07\x28\x8e\x2f\x45\x86\x04\x8a\x0b\x4e\x52\xa0\xb8\x00\x0f\x9b\x40\x71\x01\x72\x29\x81\xe2\x82\xef\x11\x28\x2e\x26\x6b\x00\x68\x37\xef\x13\xa0\x0d\xe6\x49\xa0\xb8\x08\xc9\x90\x40\x71\xd1\xb6\x83\xe2\x62\xf1\x18\x68\xda\x3e\x03\xc5\x45\xd2\x82\x09\x14\x17\x7d\xa7\x41\x71\x91\x64\x58\x02\xc5\xc5\xec\xef\x2a\x67\xd2\x3e\x50\x1c\x5f\x9f\x0c\x09\x14\x17\x11\x5b\x26\xb0\x59\xf6\xed\x00\x9b\x65\xdf\x31\xb0\x99\x32\xd7\x04\x36\x33\x2b\x92\xc0\x66\x46\xbb\x09\x6c\xe6\x76\xb3\x04\x36\xab\xe0\xd9\x84\xd3\xb8\x5c\x72\xc2\x69\xbc\x82\x80\x92\x4e\xe3\x2e\x55\x3a\x8d\x4f\x4b\x24\x80\x5d\x1e\x70\x1a\x57\x3a\x9b\x74\x1a\x47\x81\x94\x70\x1a\x37\x50\x4d\x38\x8d\xcf\x5f\x33\xc3\x9f\x9f\x92\x31\x21\x9f\x4e\x9f\x7c\xa3\x56\x25\x5d\xe2\x1b\xb5\xcb\x89\x81\x6f\xd4\x2e\x87\x19\xdf\xa8\xdd\xcd\x63\x2f\x19\x5f\x8f\x45\x20\x2b\xb7\xc2\xbe\x26\xbe\xc8\x1b\x12\xfb\x9a\x7e\x86\x35\xfb\x9a\x8e\x0f\x1a\x68\x16\x8d\x03\x80\x66\x05\x79\x50\x02\x9a\xa9\x4b\x4e\x40\xb3\x66\x54\x00\x34\xc3\xff\x2c\x24\xa0\xd9\x74\x92\x12\x9a\x21\x71\x4a\x42\x33\xe4\x72\x09\x68\xf6\x46\x4b\x24\xdf\x8c\xb2\x80\x66\x09\x11\x5c\x02\x9a\x25\x63\x20\xa0\x99\x62\xaf\x24\xfc\x32\x22\x02\x7e\xe5\x69\x89\x04\x9b\x51\x0f\xf0\xab\xbe\xfe\x0e\x7c\xe2\x34\x0f\xfc\x1a\x4e\x9f\xc0\xaf\xe1\x4a\x0c\xfc\x1a\x4e\xec\xc0\x2f\x69\x8c\x44\x02\x4a\xf9\x53\xda\x6a\x96\x79\x0e\xc0\x2f\x53\xb0\x69\xab\x59\xf6\xd8\x8d\x1f\x1e\x97\x54\xc4\x7a\x7c\xe6\x26\x24\x93\x4c\xb6\x96\x4f\x34\x3d\xb6\xd6\x24\x93\x13\x26\x9f\x68\x7a\x20\xa5\x12\x49\x26\xbe\x62\x1c\x92\x89\x24\xaf\x62\x22\xc9\xe9\x93\x44\x12\x5f\x0a\x0f\x89\x44\xd2\xcf\xc4\x40\x22\x29\x19\xc3\x92\x48\x32\x25\x9a\x48\x24\xe5\xe0\x99\xc4\xe8\x28\x83\x13\x9f\x68\x2a\xd9\x1a\xd8\x92\x8e\xce\x20\x1d\x63\x74\x46\x01\x49\xa6\xfa\x73\xcd\x4d\x04\xed\x7d\x9a\xa0\xb9\xa5\xec\xa7\x96\xd0\x9e\x64\xf0\xd0\x47\x6c\x98\xc1\x43\x1f\x8a\x8b\x0c\x1e\xfa\x20\x27\x32\x78\xe8\x0b\x5e\x85\x78\x1a\x5a\x28\x83\x87\x3e\xa8\x98\x0c\x1e\xfa\xb6\x57\x21\xa6\xcc\xfe\x8e\x98\x92\x29\x2b\x83\x79\xdc\x9a\x92\xc1\x3c\x9b\xf6\x65\x30\xcf\x26\xf7\x90\xc1\x3c\x6e\x31\xc9\x60\x9e\x73\x3c\x86\x80\x93\x85\x2b\x23\xc1\x53\xb9\x94\x91\xe0\x3d\xa8\x07\x32\x12\x3c\x13\xea\x19\x09\x1e\x9f\xb3\x08\x19\x09\xde\xfb\x78\x67\x04\x5d\x3f\xc7\x08\xba\x86\xf5\x11\x74\xfd\x5c\x85\xa0\x8b\x54\x63\x46\x82\x87\xb9\x7e\xc8\x48\xf0\xf0\xe5\x0e\x19\x09\x5e\x26\x7c\xc9\x48\xf0\xf2\xf4\x4c\xb2\x1b\x20\xa0\x8c\x04\xaf\x82\x36\x33\x12\xbc\xca\x7b\x9b\x91\xe0\xd5\xed\x35\xc9\x6e\xa0\xa9\xcf\x48\xf0\xfa\xf4\x4c\xb2\x1b\xbc\xfd\x19\xbf\x3c\x29\xbf\x8c\x5f\xde\x8c\xd6\x6e\x50\x62\x7d\x04\x25\x8e\x09\xa5\x7b\xd9\xfa\x6e\xfb\x16\x69\xe4\x4c\x96\xe9\x3e\xa3\x3f\x3b\x25\x67\x12\x50\xd8\xf2\x84\xac\x95\x1e\x8c\x6d\x26\x01\xb5\x91\x97\x64\x55\x7d\xbc\xee\x59\x55\x5f\xb6\x3a\x92\x06\x44\x98\x99\xe4\xd4\x21\x26\xc9\x24\xa7\x0e\x6b\x76\xd6\x4a\x8f\x88\x36\x6b\xa5\xd7\xac\x1d\x69\x1b\xfb\x62\x32\x76\x79\x66\x8a\x33\x76\x79\x91\x98\x39\x63\x97\x17\x89\x7d\x33\x76\x79\x91\x0d\x9d\x19\xbb\xbc\x08\xbb\x93\xb1\xcb\x8b\x4c\x7c\x19\xbb\xbc\xe8\x0b\x87\x5d\x5e\x64\x1a\xcc\x78\xe2\x45\x87\x04\xf2\xbc\x08\x5b\x9d\x91\xe7\xc5\x6e\x7d\xac\xe7\xd0\x3b\x19\x79\x5e\x5e\xde\x19\xdf\x3b\x59\xde\x0b\x9e\x71\xb6\x01\x79\x5e\x86\x28\xc9\xc8\xf3\xca\xf6\x3e\x59\xf9\x99\xbc\x33\xf2\x3c\x79\xae\x9c\x5d\xf9\x79\xec\xc8\xf3\xf8\x9c\x52\xc8\xc8\xf3\x2a\xcc\x64\xce\xae\xfc\xb4\x16\x79\x5e\x05\x13\x64\xe4\x79\x12\x02\x19\x79\x5e\xf5\x45\x45\x9e\xd7\x7c\x46\xc8\xf3\x5a\xe2\x49\x23\xcf\xe3\x2b\x11\x21\x23\xcf\x6b\xc9\xda\x91\xb6\x65\xeb\x53\xda\x46\x2f\x21\xc1\x33\x62\xcf\x48\xf0\x3a\xf0\x39\x23\xc1\xeb\xe4\xb7\xf3\xc5\x35\x7d\x3c\x1e\x83\x39\x47\xbb\x90\x91\xe7\x4d\x84\x60\x19\x79\xde\x64\x79\xc8\xc8\xf3\xfe\x5f\xc2\xce\xec\x6a\x5a\x5d\x07\xa2\x29\x81\x67\x87\xe3\x31\xff\x10\xee\x3a\xec\xdd\xf7\xf1\xff\x1e\x59\x74\x03\x02\x0f\x92\xaa\x54\x9a\x3e\x27\xf4\x3c\x8b\x66\x32\xf4\xbc\xa9\x45\xd0\xf3\xe6\xf2\xc9\xf0\x5e\x5c\x0a\xa0\xe7\x21\xf1\xfe\x66\xc0\xa9\x89\x77\x96\x01\xa7\xa6\xe3\x1a\x70\x6a\x53\x50\x93\x01\xa7\x36\x9b\x7d\x06\x9c\xda\x2e\xde\x80\x53\x56\xe1\x65\xc0\x29\x0b\xb8\x33\xe0\x94\x82\x3a\xb9\x92\x39\xc7\x2d\xc8\x15\xea\x97\xef\xa5\x42\xfd\xc2\xd3\xcf\x15\x1d\x33\xc7\x4b\x95\xe3\xe4\x2f\xd1\xd2\xeb\xde\x8f\xec\xb1\x8b\x14\xe5\x4a\xaf\x8b\x14\xe5\x4a\x2f\x0e\x44\xa6\x5c\xe9\x05\x86\xcc\x94\x2b\xbd\x5e\x93\x72\xa5\x0c\x24\x9a\x29\x57\xca\x6c\xb7\x99\x72\xa5\xa2\x7d\x94\x2b\x15\x12\x25\x99\x72\x25\xfa\x07\xbe\x99\x46\xb4\xe3\x77\x8e\xcc\x2b\x29\xcd\x4c\x29\xd3\xc0\x33\xcd\x28\x86\x3f\xc4\x66\x19\xc5\xf0\xe7\xf5\x7e\x6c\xfd\x2e\x91\x28\x86\x3f\xaf\x57\x39\x1c\x79\x87\xcb\x11\x77\xff\x62\x97\xfa\xe0\xcd\xe7\x4e\x97\x4c\x47\x0f\x6a\xe2\xf4\x3e\x7a\x33\x6a\xe2\x21\xfb\xcb\x6f\x1b\x0b\xae\x21\xa8\x89\xc7\xea\xb9\xc2\x11\x77\x47\x4d\x3c\x4d\xaf\x42\xa9\x8f\xe3\x0c\x35\xf1\x84\x03\x98\x51\x13\xff\x62\xf9\x7f\x2f\xc9\x08\x8d\x67\x77\x0e\x84\xc6\x8b\xcb\x2e\x42\xe3\xc5\x7d\x59\xa1\x71\x12\xfc\x99\x2a\xa7\x4e\xa8\x9b\xa9\x72\x42\xb2\xf1\xcd\x54\x39\x49\x8d\xca\x43\x4f\xc3\x5f\xe2\x69\xe0\xc3\x66\x2a\x99\x96\xd3\x96\x4a\x26\xc1\x8d\x4c\x25\xd3\xa2\x9e\x26\x53\xc9\x74\x7e\xd7\x24\xb3\x55\xfc\x1f\x99\xad\xea\x1d\xf0\x34\x08\x83\x33\xd5\x4a\x17\x28\x27\x53\xad\x24\xc9\x28\x23\x26\x2e\x01\x29\x23\x26\x7e\xf1\x3e\x33\x0a\x0d\xef\xf6\x88\xf4\xc7\xf1\x97\xa4\x3f\x1c\x66\x28\x34\x64\xf2\xa9\x19\x85\x86\xdf\xb2\x8b\x42\x43\x76\x02\xa0\xd0\x50\xf5\x50\x50\x68\x68\xee\xa1\x28\x34\x34\x07\x08\x0a\x0d\xbf\x05\x13\x85\x86\x8a\xbf\x99\x51\x68\xe8\x4e\x7e\x14\x1a\xba\x5f\x0c\x85\x86\x8e\xdf\x98\x17\x29\x0e\x7d\xae\x0f\x64\x6a\x93\xd4\x41\xfe\x40\xa6\x26\x16\x90\xbf\x48\xa6\x4d\x07\xe4\x22\xc5\xe1\x96\xba\x48\x71\xe8\xab\x21\x26\x4e\xe3\xcd\x37\x23\x26\x2e\xd5\x2c\x23\x26\xbe\x1f\xaf\x82\xc2\xae\x9e\x14\x62\xe2\x07\x3c\x3d\x23\x26\x4e\x3b\xdb\x37\x23\x26\x7e\xdc\xa6\x11\x13\x3f\xfa\x6a\x5b\xb7\xc0\xff\xe1\x16\x38\x1d\x10\x13\x3f\xa0\xf9\x79\xc3\x78\xcf\x1e\xe9\x16\x60\x3b\x42\xe3\xd7\xed\x08\xa5\x05\x6b\xf2\x32\x4a\x0b\x96\xe0\x66\x94\x16\xe8\x29\xfe\x66\x94\x16\xe2\xf6\x08\xb7\x80\xfc\x6d\x3e\xb8\x05\x44\x32\xf9\xe0\x16\xb8\x94\xa3\xb4\x10\xdd\x98\x51\x5a\x30\xfa\xcb\x28\x2d\x44\xfd\x46\x94\x16\xa2\xe3\x0c\xa5\x85\x08\x7e\x92\x51\x5a\x88\x9b\xf7\x82\xd2\x42\x3c\xfe\xd2\xad\x9f\xf7\x82\xd2\x82\xf5\xab\xf9\xd8\x42\xcc\x27\x03\x34\xd7\x7f\x3f\x80\xe6\xfa\xf6\xa8\x30\x28\x53\x95\x51\x61\xa8\x5e\x13\xa9\x85\xdf\x68\x45\x6a\xa1\x39\x96\x90\x5a\x68\x8e\x17\xa4\x16\x2c\xbd\xc9\x48\x2d\x58\x3f\x97\x2f\xac\x6f\x12\x3a\xf9\x12\xf4\x3b\xb2\x94\x61\x00\xea\xcf\x17\xd6\xb7\x2b\xca\x65\xdb\x74\x3e\x20\xd1\x30\xb5\x1d\x89\x86\x69\x64\x81\x44\xc3\xf4\x5d\x23\xd1\x20\xdb\xab\x20\xd1\xb0\xa9\x35\x28\x8f\xdb\xe6\xcb\x11\x8c\x70\xc6\x60\x79\x60\x84\xc3\x4e\x2a\x0f\x8c\x70\x46\x5d\x79\x60\x84\x77\x7f\x49\xd4\x8f\x43\x56\x1e\x18\xe1\x70\x64\xca\x17\x1d\x75\xba\x91\xbc\xe5\x8b\x8e\xb2\x7c\x8f\x82\x7c\x43\x99\x7f\x2d\xc9\x05\x65\x87\xc2\x22\x55\x1e\xb0\xe8\xdf\x25\xc1\xa2\xa7\x0f\x46\x17\xad\xe3\x39\xf4\x05\x58\x30\x0b\x1a\x10\x93\xe4\x7f\x41\x03\x62\x92\x2d\x2b\x68\x40\x4c\x76\xe2\x82\x06\xc4\xc6\x43\x29\xb6\x5a\xf2\xa1\x6d\xb5\x44\x50\x5c\x90\xc4\xcb\xaf\xe7\x90\x6c\x84\xc6\x5e\x90\xc4\xcb\xaf\x57\x81\x8d\x7b\xbc\xc3\x20\x3d\xc0\x2b\x43\x12\x6f\xe0\x31\x14\x80\x24\x24\xa6\xdf\x02\x90\xf4\x44\x6d\x60\xb7\x05\xce\x28\x00\x49\x74\x0c\x7c\x0b\x40\x52\x44\x4a\xa5\x00\x24\x25\x02\xb5\x02\x90\x24\x75\xbc\x00\x24\x49\x40\x2f\x02\x49\xa4\x2a\x8a\x40\x12\x93\xa3\x00\x24\x75\xbc\xa5\x02\x90\x24\x2d\xac\x00\x24\x59\xef\x55\x00\x92\xa4\x54\x15\x80\x24\x2b\xa7\x0a\x40\xd2\xf2\xcd\x0b\x24\xe1\x1b\x16\x02\x27\x9a\x71\xbd\x05\xb0\xe8\xf8\x55\x00\x8b\x5c\x22\x0b\x60\x11\x6a\xc6\x6f\x89\x06\xbe\x9e\x43\xcb\x0b\x6f\xa9\x10\x1d\xbd\xf8\x39\x85\xe8\x28\x10\x55\x15\xa9\x7b\x4c\xe2\x22\x75\x8f\x6d\xa5\x50\xf3\x54\x48\x71\x94\xe8\x56\xe5\x55\xbe\x65\x1e\x0d\xdf\xb7\x40\xeb\x53\x3d\xaf\x40\xeb\x2b\x40\x6a\x05\x5a\x5f\x61\x99\x2f\x50\xf7\x3a\x51\x5c\x81\xba\xd7\xa7\xe7\xd8\x8e\x1c\x59\x50\xf7\x26\x39\xcc\x02\x75\x6f\x3a\xe1\xa0\xee\x4d\x6d\x80\xba\x67\x21\x47\x49\x6e\x47\x1e\x91\x71\xc7\x2d\x28\x50\xf7\xf6\xe3\x39\x04\x91\x58\x42\x0a\x60\xd1\x71\x29\x00\x2c\x3a\x0d\xdb\x01\x8b\x0e\x4e\x42\x01\x2c\xfa\xbd\x79\x8b\x97\x9c\x7f\x16\x2f\x81\x2f\x14\xa2\xa3\xe4\x7c\x20\x3a\xa2\x91\xf0\x5b\x88\x8e\x68\xc2\xfb\x16\xa2\x23\x3a\xf1\xbd\xc5\xe8\xc8\x51\x4e\x74\xd4\x96\x77\x60\x89\xcc\xde\x9d\xc2\x98\xec\xff\xec\xc0\xe8\xfd\xbe\x25\x72\x38\x3e\x89\x8e\xc6\xef\x9a\x9b\x23\xbe\x11\xc5\x4b\x72\xc7\x0b\xc5\x4b\x0b\x16\x55\x21\x72\x12\x12\x2d\x44\x4e\xba\x52\x85\xc8\xe9\xa0\xd3\x51\x88\x9c\x0e\x8b\x70\x29\x46\x16\xbc\x6b\x22\x27\x0b\xe2\x0b\x91\xd3\x2d\xde\x81\xc4\xa8\xcb\x6e\x61\x19\x5c\x1e\xb1\xd6\x11\xf3\x94\xc2\x5a\x47\xca\xaf\x14\x14\x92\x5d\x5f\xbe\xe8\x28\x5b\x81\x58\xbe\xe8\x28\x6f\x36\xd1\x52\x8d\x2c\x38\x57\x8d\x2c\x98\x63\x08\x3d\xe4\xd7\x5f\x12\x59\xbc\xfe\xf2\x5b\xeb\xfe\x73\xb9\xff\x58\x92\xd1\x80\x28\xf8\x7f\x45\x0d\x08\x27\x15\x1a\x10\xc2\x35\x45\x0d\x08\xa7\x11\x1a\x10\x93\x4c\x4c\xa1\xd5\xd2\xe3\x24\xa6\xd5\x52\x78\xbd\x0a\x7c\x01\x72\x83\xc5\x56\x4b\xec\x69\xc5\x56\x4b\xdb\x3b\x50\x7f\x8f\x3f\x5d\x68\xb5\x64\xc2\xbd\xd0\x6a\xc9\x2c\x4d\x69\x2e\x21\x7c\x94\x06\x1e\x4b\x55\x7d\x69\xe4\xce\xdc\x48\x00\x84\x10\xf7\x7e\x0b\x80\x50\x81\xf6\x56\x00\x84\x0a\x01\x50\x01\x10\x6a\xc1\xfb\x75\x8e\xb0\x0f\x40\xc8\xba\xb4\x02\x20\xd4\x5e\xef\x0e\x73\xd6\xfd\x15\x40\xa8\xfb\x31\x01\x84\x68\x06\xf4\x16\x00\xa1\x89\x57\x57\x00\x84\x2c\x5f\x28\x00\x42\xbf\x6d\x0c\x4d\xbc\xed\x40\x46\x13\xef\x90\xa6\x29\x68\xe2\x9d\xe6\x2f\xf1\x14\xc9\xe9\x97\xae\xa7\xc8\x93\xa1\x89\x67\x71\x77\x11\x2c\x72\xc9\x02\x2c\x4a\x24\x12\x0a\x60\x51\x8a\xde\x6f\x72\xc4\xe4\x00\x2c\x4a\xd1\xff\x6d\x8e\x98\x2a\x80\x45\xc9\x6d\x0c\xb0\x28\x39\x6d\x01\x8b\x32\xbe\x61\x01\x10\xaa\xfe\x12\x40\xa8\x02\x83\x14\x00\xa1\x06\xcc\x5a\x00\x84\x9a\x9b\x1a\x80\x50\xcf\x9e\x43\x24\x3f\x79\x0e\x2f\xcb\xed\x08\x5a\x9f\x2a\x05\x05\x5a\xdf\x70\xf3\x85\xd6\x37\xdc\x44\x81\x8e\x68\x9c\xff\x16\xa0\xa3\xe9\x42\x04\x74\xb4\x1c\x21\x40\x47\x0b\x36\x75\x01\x3a\xda\xbe\x4f\xa0\x23\x65\x35\x0b\xd0\xd1\x76\x82\x03\x1d\x49\x43\x2b\x53\x2f\xcb\x6b\xe2\x65\x1d\xaf\xc2\x12\xa2\x73\x01\x74\x74\x89\x5d\x0a\xd4\xbd\x37\x7a\x44\x6d\x1d\xc8\x4e\x91\xba\xb7\xbc\x03\xd4\x3d\x02\xe6\x02\x75\xcf\xf2\xa1\xa2\x0a\x39\xe0\x62\x81\xba\xb7\x9d\x71\x50\xf7\x14\xe7\x2c\x50\xf7\x8c\x2c\xca\xd2\x5d\xf2\x7f\xe0\x27\xc1\xff\x81\x4b\xb8\x35\x52\xbc\x34\x5d\x06\xd1\x80\x78\x7c\x9f\x68\x40\xa8\x9e\x57\xd0\x80\x88\xc0\x97\x05\x0d\x88\xa4\x93\x87\x06\x84\x40\x7c\x59\x46\xe8\x3e\x0b\x3a\x1d\xce\xaa\x45\x84\x4e\x32\xb2\x6c\x78\x29\x44\x8d\x65\xbb\x4e\xf0\xd4\x44\x5c\x0f\xc0\x63\x21\xe2\x12\x58\x2d\xb6\x6f\xda\xfe\x12\x60\x5c\x9f\x99\x88\xab\xbb\x31\x13\x71\x75\x17\x61\x22\xae\xa9\x0d\xb4\x6f\x3a\x50\x12\x0a\x3d\x9a\x7e\x3e\x33\x3d\x9a\x7e\xdb\x03\x11\xd7\xd7\x83\xf4\xdf\x4b\x32\xc1\x58\x02\x53\x2e\x04\x5c\x95\x60\xac\x10\x70\x55\xf7\x98\xe3\x54\x61\x48\x1c\xa7\x0a\x83\x95\x80\x6b\xfc\x8e\x9c\x2a\x98\x4e\xc0\x65\xbd\x7f\x21\xe0\x9a\x2e\x83\x04\x5c\x8b\x40\xa6\x10\x70\xad\xe8\xfd\xd0\x8c\x73\x52\x11\x70\x2d\x07\x24\x01\xd7\x76\xb9\x26\xe0\xda\x04\x78\x85\x80\xeb\x42\xad\x29\x04\x5c\xd7\x8f\x49\xc0\x75\x5d\x3e\x09\xb8\x6e\xf7\x97\xe4\xf1\x96\xbf\x44\x11\xcc\xad\x03\x7a\x5e\xd0\x53\x84\x9e\xa7\x3e\x44\x81\x9e\x97\x5d\x88\xa0\xe7\x65\x3d\x61\xe8\x79\x45\x1f\x1d\x7a\x9e\x1c\x84\x62\x7d\x92\xfe\x26\xb0\xd2\x60\x52\xd5\xc7\x61\x96\x38\x62\x98\xe1\x07\x54\x20\xa7\xc5\x92\x55\xa1\xe7\x39\x08\x2a\xf4\x3c\x5a\x43\xbe\x15\x38\xea\x74\xaf\x02\x7f\x86\x25\xb2\xa2\x08\x61\xcd\x53\x45\x11\x42\x1d\xba\x8a\x22\x44\xe3\x3b\x54\x14\x21\x66\xf3\xc9\xc8\xf7\x93\xb5\xac\x0f\xad\x73\x9a\xff\x63\xb9\xfe\x3d\x27\xcb\x75\xf1\x97\x8c\x33\x2d\x7a\x0d\x98\xb9\xfb\x8b\x6c\x21\x13\xa0\xbe\xe4\x99\x59\x96\xea\x0b\x0b\x9b\x25\xb9\xbe\x8c\x33\x12\x09\xf5\xa5\x6f\x49\xf6\x9a\x83\x23\x7f\x39\x39\xe2\x4d\xbc\x30\xad\xc9\x6f\xd6\x2f\x3a\xea\xa7\x7b\xbf\xef\x39\x15\x59\xaf\x2f\xcb\x99\x77\x08\x30\x91\x71\x58\x2a\x4d\x6a\x33\x71\x4d\x25\x3a\x52\x72\xb3\x12\x01\x55\xc6\x60\x25\x02\xba\x38\x10\x95\x08\x48\x29\xf3\x0a\xac\xd4\xe0\xcf\xd4\xe0\xbb\xf6\x0e\x6c\xfd\x44\x5c\x55\x58\xc9\x6f\x2b\xac\xd4\x3d\x07\xac\xe4\x97\x06\x56\xa2\x03\xf7\x5b\x85\x95\x70\x89\x6a\xc4\xf3\xc6\x37\xac\x5f\x74\xd4\xd5\x08\xaf\x91\xe4\x04\xac\x91\x1a\xd9\x36\x81\x05\x6b\x64\x2d\x60\x65\xa8\xd1\xb5\x80\xfb\xd1\x86\xa9\x55\xaf\x09\x1b\x9e\x65\xb0\x46\xd9\xf0\x5e\x93\x9c\x7e\xf6\x9a\x7e\x23\x7f\xf9\x8d\x89\x4b\x04\x54\xc1\x87\xd4\x8a\xa9\xe0\x43\x74\xe9\x7b\x2b\x2a\x78\x07\x32\x5b\xa5\x11\xed\x24\xe1\x51\xa1\xc4\x29\x8b\x5a\xa1\xc4\xe9\xdf\x56\x28\x71\x8b\x85\xbd\x12\x01\x59\xa3\x50\x2d\x5e\xf2\xbd\x10\x01\x1d\xea\x34\xeb\xaf\x67\x92\x47\xb8\x28\xbf\x67\xc1\x45\xd1\x76\xf0\xa1\x56\xfd\x25\x55\x09\x8e\x09\xf0\x21\xf5\x44\x2a\x11\xd0\x0c\x7f\xf1\x92\x2b\xc1\x91\xc2\xf4\x15\xe1\xef\xc7\x89\x83\xf0\x77\x65\xd1\xa8\xd0\xe5\x66\xf7\x28\xf3\x60\xbc\x40\x83\x23\xf6\xe5\x4a\x70\x64\xb9\x6c\x25\x38\x1a\x2e\x21\x99\x9c\x70\xf7\x7e\x4c\xf7\xdf\x11\x3b\xce\xf0\x0e\xe4\xf8\x96\xff\x63\x4a\x13\x68\x57\x83\x1c\x72\xb4\x15\xda\xdb\x6f\x6a\x12\xe4\x24\xbc\x82\x4a\x90\x73\xd8\x02\x2a\xc2\xdf\x01\x98\xa0\x16\x9f\xd3\x73\x0c\x25\x17\x22\xe0\x21\xeb\x03\x2b\xf0\x90\x15\x81\x15\xe1\xef\xe5\x27\xfa\x02\xa0\x64\xad\x54\xfd\x02\xa0\x74\x5c\x50\x08\x80\x04\x4c\x2a\x01\x90\x95\x3e\xf5\x0b\x80\xb2\xe4\xa4\xfa\x05\x40\xe9\x38\x3c\xbf\x00\x28\x1d\x98\xac\xf5\x0b\x80\xd2\x49\x9e\x4b\xb4\xe6\xdf\x1c\xa1\x0c\xe0\x52\x00\x3c\xf4\x1b\x82\xc0\x43\x97\xac\x7a\xfd\xa2\x9c\xa4\x78\x4a\xfd\xa2\x9c\xac\xbe\x47\xfd\xa2\x9c\x74\x1e\xff\x37\xbf\xa3\xe0\x11\xf6\xb9\x30\x54\xec\x5b\x3e\xf5\xe1\x88\xef\xfe\x45\x39\x89\x6e\xe7\x6f\xa5\x0d\x93\xd2\x49\xb5\x29\x68\x8a\x45\xb4\x61\x92\x28\x55\x69\xc3\x14\xc9\xe9\x57\xda\x30\x55\x68\x76\x95\x36\x4c\x8a\xc7\x56\xda\x30\x99\xec\xa9\xb4\x61\x5a\xaf\xbf\xfc\x0a\x2b\x36\x5e\x5d\x05\x3a\x32\x78\xaf\xa8\xe0\xcd\xe9\x55\xbe\x6d\x53\xc9\xac\x8a\x0a\xde\x22\x64\xad\x40\x47\xc1\xcd\xa9\x61\x9f\x63\xa2\x61\x1f\x5e\x6b\xfd\xa2\x9c\x64\x68\x5d\x3b\xdf\x6f\x7b\x8e\xef\xe7\x52\xde\xf9\x7e\x3e\x4b\xe7\xfb\x81\x44\xd4\x2f\xca\x49\xca\x78\x56\x94\x1d\x82\xdf\x1d\x65\x07\x89\xa6\x15\x65\x87\xf8\x7a\x0e\x76\x52\xf2\x88\x36\x45\xc4\x82\xb5\xdb\xa6\x08\x1b\x50\x6f\x98\xcd\xbb\x93\x70\x84\x74\x57\x51\x6f\x58\x14\xfe\x54\xd4\x1b\x74\x7b\x2a\xea\x0d\xab\xfa\xcb\xc8\x11\x6f\x10\xf5\x86\xf3\x78\x8e\x3e\x3e\xf8\x8d\x15\x89\x06\x53\x31\x15\x89\x86\xeb\x08\x19\xba\x36\x1e\x7d\xdf\x28\xb8\x71\x7d\x51\x4e\x59\x00\x73\xf5\x8b\x72\xca\x72\xe3\x1a\x7c\xa3\xe4\xdd\x37\xe7\xb0\x0f\x89\x86\xff\x3f\x35\x09\x47\x92\x75\x15\xec\x28\x00\xd9\x57\xb0\x23\x49\x01\x15\xec\xa8\x13\xc9\x54\xb0\xa3\xe7\x77\x8e\x96\x6c\xce\xf7\x2f\xca\x49\xd7\xd9\xf1\x45\x39\xe9\xbe\xfe\xaf\x7e\x47\x8e\xc8\xc9\x1c\x73\xbe\x7f\x04\xb9\xa4\x66\x77\x9d\xcc\xb1\xfb\x57\xf5\x5e\xfd\x82\xa3\x74\x1f\x1f\x9a\xe9\xe7\x52\xf7\x05\x47\xe9\x3e\xde\xfc\x70\x03\x86\xd2\x17\x1c\x25\x9b\xad\xd4\x2f\x38\x4a\x17\xa8\xaa\x7e\xc1\x51\xb2\xf5\x4a\xfd\x82\xa3\xa4\x44\x78\xfd\x82\xa3\x74\xfd\x98\x8b\xe1\xa9\x87\xb2\x30\xdd\x01\x42\x5d\x93\x20\x4c\xa5\xae\x29\xfc\xae\x42\xdd\x96\x93\x11\xf2\x5c\x80\x59\x50\x21\xcf\xc5\xdf\xdd\x27\x03\x99\xcf\x07\x79\x4e\xc6\x66\x85\x3c\xf7\xfb\x44\x90\xe7\x92\x8b\x22\xe4\x39\xbb\x7c\xd4\x8d\xf0\x08\x41\x4e\xdd\x74\x10\x73\xc9\xfa\x82\xa3\x2c\x7c\x52\xbf\xe0\x28\x2b\xa0\x5f\xbf\xe0\x28\x77\x27\xf1\x66\x79\x71\xe8\x6e\x96\x17\x37\x99\x8d\xba\x08\x19\xc6\xfa\x05\x47\xb9\x93\xbb\xae\x1b\xad\xe1\xea\xfd\x06\x47\x3c\xe7\xa6\x83\x98\x1b\xd0\x46\x6b\x58\xdf\xf0\x0b\x9c\xf2\x6f\x90\x6f\xf2\x63\xc1\xa3\xcb\x14\xe3\xee\xc7\xe9\xc7\x1d\x0e\xf9\x7e\xad\x3d\x4c\x3f\x28\x6a\xf5\x38\xfd\xb0\xef\x8b\x9c\xf2\x6f\x14\x1c\xa6\x9f\x5b\xce\x17\x39\xe5\xeb\x94\xfe\x22\xa7\x6c\x59\x4e\xfd\x22\xa7\x7c\xb7\xe7\x26\xd3\xd6\xfb\x2d\x26\xaa\x4f\xb6\x39\xf2\xc9\xbe\xe9\x17\x74\x19\x28\x5e\x0a\x04\x86\x95\xe2\x25\xf3\xda\x95\xe2\xa5\xa0\x5b\x40\xf1\x52\x00\x86\xac\x14\x2f\x05\xfd\x77\x8a\x97\xe8\xab\xf8\x56\x8a\x97\x82\x0e\x04\x2d\x9a\x32\x59\xd2\x4a\x8b\xa6\x4c\xca\xa1\x12\x39\x65\x4a\x84\x2a\x91\x53\x8d\x1e\x81\x67\xe8\xfb\x12\x39\x55\x23\x12\x22\x27\x9b\x31\x54\x22\xa7\x1a\xbd\xfb\xe1\xc8\x3b\x5c\x8e\xbe\x37\xd1\x28\x6c\xaa\x24\x97\x1a\x85\x4d\x8b\x85\xa1\x51\xd8\xb4\x00\x5d\x9b\x2d\x9a\xc8\x10\x37\x5a\x34\xad\xec\x55\x32\xbf\xbc\x1c\x15\x8e\x06\x47\x95\x5f\x26\x8e\x48\x46\xe2\xff\x35\xc8\x7a\x7e\x87\x66\x81\x52\xf3\xe8\x5b\x06\x8d\x0c\x1b\x64\xbd\xc2\x88\x6c\x90\xf5\x06\xa3\xa7\x41\xd6\x53\x04\xb6\xa1\x97\xa7\x80\x7e\x43\x2f\x4f\x09\xfb\x86\x5e\x9e\x02\xfa\x0d\xb2\x5e\x20\xe5\xd0\x20\xeb\x85\xdf\x1d\x88\xf0\x92\xe7\x20\xb3\x31\x92\x1b\x91\xd3\x83\x14\x70\x23\x3a\x7a\xa8\x66\x68\x44\x47\x0f\x31\x64\x7b\x61\x3c\xb1\x6a\xb4\x00\xe3\x89\x34\x4d\x0b\x30\x9e\x70\x12\x5a\x80\xf1\x44\x8c\xdc\x02\xeb\x19\x33\xae\x7d\xd8\x51\xb2\x40\xbd\x05\xd6\xb3\xe2\x35\x59\xca\xd3\x5f\x24\xb8\x16\x58\xe5\xb3\x37\x68\x5c\xc4\x47\x61\x95\x67\x98\xb5\x2f\xa8\x4a\x97\x8c\x5f\x0b\x2c\xe5\x7e\xf6\x2f\xa8\x4a\xe6\x30\x5b\x60\x29\x07\xdb\x6f\x81\xa5\x9c\xd0\xa5\x05\x96\x72\x72\x75\x2d\xb2\x94\x3b\xcc\x22\x4b\x39\x03\xb2\x45\x96\x72\x26\x5c\x43\x76\xdc\x36\x30\x2d\x52\x82\x8b\x5f\xd5\xbe\xa0\x2a\x07\xfc\x87\x86\x24\xb9\x2d\x5b\x1a\x92\xe4\x21\x78\x15\x96\xeb\xc7\xff\xb1\x5c\x17\xef\xce\x72\x8d\xef\xdb\x90\x16\x4f\x00\x18\x0d\x69\xf1\xc4\xd4\x6c\x48\x8b\x27\x87\x20\x41\x55\x72\x20\x23\x2d\x9e\xc8\x76\x36\xa4\xc5\x13\x99\xc2\xf6\x05\x55\x39\xf9\x9c\x5f\x50\x95\x53\xf0\x97\x95\x73\xbc\xa5\x2f\xa8\xca\x74\x0a\x7f\xdb\x17\x54\xe5\xe4\x34\xfa\x82\xaa\x9c\x7c\xbb\x5f\x50\x95\x53\xf0\x7f\x8b\x23\x9f\x65\xf3\x4b\x9f\x9a\x7c\x23\x4b\x48\x4b\x6e\x39\x9c\xcb\x6c\x39\x04\xf6\x2d\xb3\xe5\x78\x87\xcc\x96\xa3\x45\x99\x2d\x07\xef\xac\x65\x3c\x5a\x12\x4f\xed\x8b\x9c\x72\x85\x65\xde\xbe\xc8\x29\x57\x47\x48\x66\xcb\x01\xc2\x6b\x99\x2d\x87\xbc\x6f\xcb\x6c\x39\xc3\x73\x6c\x39\x78\xd7\x2d\xb3\xe5\x0c\x7f\x89\x37\xd8\x7d\x6a\xbc\x41\x17\x86\x4c\xd3\xca\xe1\xfd\x68\x5a\x49\x82\xa5\x7d\xb0\x52\xee\x8e\x9e\x0f\x56\xca\x56\xef\xb5\x2f\xe2\xca\x9d\x90\xb5\x15\x4a\xa1\xbd\x66\xa1\x14\x9a\x64\x41\xfb\x22\xae\xbc\x7c\xd7\x85\x88\xc4\x51\x50\xf0\xd8\x89\x5d\x5a\xa1\x14\xfa\x77\xbf\xce\x91\xff\x1b\x1c\xf1\x96\x80\x9c\xe8\x65\xfd\x36\x20\xa7\xf5\xbb\x1f\x5b\x6a\xf3\x0e\x6c\xa9\x70\xa3\x1a\x11\x97\x6a\x18\x8d\x88\x6b\xc1\xe1\x6f\x95\x7c\x31\x14\xb5\x56\x09\xfa\xc9\xfb\xb6\x2f\xe2\xca\xc6\x43\xad\xb2\xdd\xfa\x2c\xd5\xed\x96\x67\xa9\x7a\xbb\x7c\x69\x22\xae\xa3\x0d\x15\x69\x7f\xad\x25\xe2\xd2\x21\x6b\x90\xf5\x74\xdd\x1a\x64\x3d\x55\xb3\x5b\xa5\x6b\x25\x6c\x9a\x06\x59\xef\x92\xd2\x6c\x34\xbe\xbd\xa4\x8c\x1a\x8d\x6f\x2f\xf4\xd1\x46\xc4\x75\xa9\x7b\x6d\x44\x5c\x97\xf8\xa4\x11\x71\x59\x75\xdb\x88\xb8\xac\xd7\x6b\x44\x5c\xd6\xee\x36\x22\x2e\xeb\x81\x1b\x11\xd7\x3d\xfe\x12\x77\x02\xa4\xac\x11\x71\x59\x1d\xdc\x68\x7c\x7b\x71\x54\x1b\x5a\x7a\x32\xbb\x1b\x11\x97\xe0\x77\x43\x4b\xef\x5e\xef\x80\x3b\x11\xbd\x26\xee\x44\xfb\x2b\x71\xd1\x90\x24\x0f\xbe\x78\x64\xc7\x83\x3b\x07\xb2\xe3\x81\xe0\xb6\x21\x3b\x6e\x85\x5e\x43\x76\xdc\x76\x2e\x0d\xd9\xf1\x00\x39\xa9\x21\x3b\x1e\xc8\xb6\x34\x64\xc7\x43\xf3\x7f\x04\x2b\x7e\x5a\x64\xc7\xcd\x81\x35\x64\xc7\x7f\x7b\x21\xb2\xe3\xc1\x25\x12\xd9\xf1\x50\x7d\x32\xe4\xed\xaf\x77\xb8\x1c\x71\xee\x0b\xc6\x4a\xf6\xa3\x0c\xf2\x7f\xb0\x32\xdb\x00\x11\x25\xb0\x68\x5f\x30\x56\x7e\x8b\xcd\x17\x8c\x95\xea\x02\xf6\x05\x63\x45\x2d\xde\xf6\x05\x63\xc5\x06\x51\xed\x0b\xc6\xca\x6f\x59\x22\x18\x33\x03\xd7\x08\xc6\x2a\x6c\xd5\x46\x30\x56\xdd\xc1\x09\xc6\x2a\xfe\x58\x23\x18\xfb\x2d\x60\x04\x63\xd3\x21\x88\x26\xde\x72\x20\xa3\x89\xb7\xdc\x0c\xd1\xc4\x53\xb6\xa6\xa1\x89\xb7\xf0\x5a\x1b\x9a\x78\xbf\xe9\x8e\x26\xde\x6f\x61\x40\x13\x6f\xf9\xfd\xd0\xc4\x5b\xc5\x73\x8d\x23\xac\x45\x13\x6f\x91\xa2\x6a\x68\xe2\x29\x8c\xd3\x26\x01\xa5\x63\x62\x12\x50\xba\x14\xa0\x97\xb7\x48\x43\x35\xf4\xf2\x16\x5e\x6b\x43\x2f\xcf\xc0\xb7\xa1\x97\x67\x3e\xbc\xa1\x97\xb7\x1c\x4b\xe8\xe5\x2d\x17\x45\x64\xc7\x95\xad\x69\xc8\x8e\x2b\x46\xd3\x90\x1d\x0f\x6e\xa9\xc8\x8e\x07\x0a\x40\x1a\xb2\xe3\x01\x60\xb5\x01\x39\x85\xe5\x2f\xe9\xdc\x48\x5e\xb4\x01\x39\x29\x92\xda\x80\x9c\xc2\xf4\x0e\x40\xd3\xcb\xe7\xfc\x92\x1a\x51\x6b\x81\x9c\x64\xa7\x37\x60\xa5\xe8\x62\x8a\xb6\x78\x76\x32\xa2\x2d\x9e\xf1\x99\x1b\xfa\xe1\xc5\xf9\x80\x7e\xb8\xec\xed\x06\x74\xf4\x10\x63\xb5\x8d\xbe\xb6\xf7\xfb\xa2\xa3\xf6\xf3\xf8\x80\x95\xcc\xe9\x37\x60\xa5\xe7\x77\x77\xca\x81\xfd\x0e\x9b\x3c\xf3\xef\x97\x74\x9c\x73\x4c\x1c\x3a\xce\x11\x9b\xb5\x43\xc7\x39\xdf\xfc\x17\x39\x35\x65\x35\xdb\xc1\xa3\x75\x0b\x38\x78\xb4\x6e\x16\x87\xba\x49\x47\xeb\x81\x70\x48\xaa\xa2\xa1\x11\x7e\xfd\x2a\x47\xaf\xd5\x23\x70\x09\x37\x43\x70\xa5\x67\xf8\x2c\x7a\xb4\x3e\x0b\x1e\xad\x9b\x28\xb8\xd2\xe3\x36\x0d\xae\x54\x74\x9e\xae\x1e\x2d\xcf\x72\xf5\x68\xb9\x1f\xb8\x92\xe0\x7e\xbb\x44\xe8\xba\x83\x17\x8f\x56\x47\xe0\xe2\xd1\xea\xb1\x5f\xdc\x56\xdf\xd2\xc5\x6d\x75\x95\xba\xb8\xad\x7a\xf3\x17\xb7\xd5\xd9\x71\x71\x5b\xdd\x80\x2e\x6e\xeb\x7f\x23\xf9\xdf\x4b\xf2\xc5\xa3\x75\x67\xbc\x78\xb4\x4e\xf0\x8b\x47\xcb\x82\xd9\x1f\x3c\x5a\x16\xa2\xfe\xe0\xd1\x76\xcf\xe9\xd1\x0e\x8e\x70\xe6\xbb\x47\x38\xf3\x50\x5d\xfa\x83\xe9\x0c\xc8\xfe\x68\x7a\xe3\x08\xd3\x19\x3c\xfd\xc1\xf4\xee\xfd\x30\x9d\xcd\xa2\x3f\x98\xce\x07\xeb\x0f\xa6\x33\x20\xfb\x83\xe9\xcd\x23\xec\x63\x58\xf7\x07\xfb\x58\xce\xfa\x83\x7d\x64\x5e\xfb\x6b\xee\xd3\x23\x54\x5f\xe1\x6d\x74\x88\x7c\x96\x96\x77\x88\x7c\x6a\x4e\x74\x1a\x36\xa9\x39\xd1\x69\xd8\x14\xc8\x3e\x76\x1a\x36\x85\xdf\x55\xf0\xca\xa3\x47\x78\xe5\x3e\x35\x4d\x99\x2c\x85\xe9\x34\x65\xa2\x9b\xf4\xdb\x81\x9c\xcc\x8e\x77\x20\xa7\xe4\x1b\xa4\x61\x53\xea\x1e\xe1\xb1\x6b\x3b\x0d\x9b\x6c\x49\xd3\x69\xd8\x94\xb4\x9d\x86\x4d\xf4\x96\x7e\x3b\x0d\x9b\xec\x5f\xd1\x69\xd8\x94\x58\x30\x3b\x0d\x9b\x12\x79\xdf\x4e\xc3\xa6\xc4\x12\xd9\x69\xd8\x94\x58\x76\x3b\x0d\x9b\x12\xbe\x53\xa7\x61\x93\x8d\x74\x3a\x0d\x9b\x52\xf1\x39\xb1\x8f\xd4\x41\xa7\x61\x93\x22\x8d\x9d\x86\x4d\x82\x84\x9d\x86\x4d\xf4\xb9\x7e\x3b\x0d\x9b\x04\x09\x3b\x91\x53\xb9\x9e\xa3\xa9\x16\xa4\xbb\x4e\xe4\x54\xbd\x3b\x91\x53\x65\x7b\xef\x44\x4e\x95\x4d\xa6\xd3\xcc\xa9\xfa\x5e\x68\xe6\x54\xd9\xb8\x3a\x51\x55\xc5\xb9\xe8\x44\x55\x0a\xef\x77\xa2\xaa\xda\x3c\xb7\x39\xc7\x3b\xa3\x99\x53\x65\x93\xe9\x44\x55\x95\x00\xb6\x13\x55\x09\x6d\x76\xa2\x2a\x9b\xdb\x76\xa2\x2a\x5b\xab\x75\xa2\x2a\x39\xbd\x9d\xa8\xaa\x4f\x8f\x88\x3a\xd8\x3a\x3a\x51\x55\x27\xf5\xd3\x89\xaa\x3a\xe2\x3e\x9d\xa8\xca\x2a\xb5\x4e\x54\x45\x2f\xeb\xb7\x13\x55\xd9\xae\xad\x13\x55\x75\x08\xb1\x9d\xa8\xaa\x3b\x76\x89\xaa\xec\x73\xdd\x89\xaa\x3a\xc0\x55\x27\xaa\xb2\x2a\xa1\x13\x55\xc9\x32\xea\x44\x55\x82\x68\x9d\xa8\xaa\x83\x36\x74\xa2\x2a\xfa\x71\xbf\x9d\xa8\xaa\x43\xfc\xec\x44\x55\xd3\x77\x46\x54\x35\x1d\x91\x44\x55\xc2\x9e\x9d\xa8\xca\x86\xb9\x9d\xa8\x6a\x25\xaf\x49\xd4\x91\xbc\x26\x51\x07\x79\xe6\x4e\x54\xb5\x86\xbf\x24\xea\x60\x99\xef\x44\x55\xcb\x77\x4d\x54\xb5\x60\xda\x74\xa2\xaa\x05\x39\xb0\x13\x55\x2d\xca\xcd\x3a\x51\xd5\xea\xfe\x92\xa8\x8a\xc2\xad\x6e\x54\x35\xf6\x1f\x4b\x72\x37\xe0\x22\xdc\xeb\x06\x5c\x00\x6c\xdd\x80\x8b\xbd\xa9\x1b\x70\x41\xe5\xe9\x06\x5c\xc3\x87\xc6\x74\x3f\xa6\x01\xd7\xd4\x3c\x4d\xf7\x1c\xbd\xc6\x00\x22\x3a\x01\xd7\x21\x01\xde\x09\xb8\x0e\x61\x7e\x27\xe0\xba\xec\x77\x9d\x30\xca\x42\x80\x2e\x70\xe5\xd2\x53\xcd\x5a\xf2\xaa\x0d\xa3\x1c\xe4\x86\x51\xdb\x73\x84\x51\x04\xe8\x9d\x16\x4d\x4f\xf0\x97\x9b\x23\x9e\x93\x9a\xa7\xe7\xf7\x2c\x9f\x8f\x27\x67\xb9\x53\xf3\x64\xf9\x71\xa7\xe6\x49\xcf\xa6\x53\xf3\xf4\x10\x26\x76\x6a\x9e\x1e\xad\xa5\xe6\xe9\x61\x5f\xee\xd4\x3c\x59\x83\xd4\xa9\x79\x7a\x48\xb7\x74\x6a\x9e\x1e\x40\x83\x4e\xcd\xd3\x13\xbc\x7b\xe7\x0e\x3c\x35\xc0\xd5\x43\x56\xbd\x1b\x46\x05\xaf\x82\x7d\xaf\xf7\xc3\x3e\x98\xc1\x9d\x30\xea\x71\xf2\x13\x2b\x59\x5e\xdd\x69\xdf\xf4\x90\x60\xe9\xb4\x6f\xb2\x93\x6f\x37\x8e\xc2\xab\xeb\xc6\x51\xc3\x23\xe2\x28\xa7\x98\x71\x14\x81\x68\x37\x8e\x72\x53\x33\x8e\x72\x9c\x19\x47\x39\x7a\x8c\xa3\x96\xe7\x88\xa3\x9c\x46\xc6\x51\xc0\x74\xdd\x38\xca\xa9\x62\x1c\x45\xd9\x79\x27\x8e\x0a\x43\x8b\x88\x05\x1d\x91\xc4\x51\x01\x60\xa7\x1b\x47\x69\x91\x71\x94\x13\x8e\x38\x4a\xf5\xc3\x4e\x1c\x65\x87\xf1\x4e\x1c\x95\x01\x2c\x3b\x71\x54\x01\x23\xe9\xc4\x51\x05\x54\xa4\x13\x47\x95\xc7\x6b\x02\x3c\x5e\xaf\x49\xc9\x3d\xf0\x65\x27\x8e\x92\x93\xdd\x89\xa3\xec\x76\xde\x89\xa3\x0a\xe9\x81\x3e\x8c\x13\x3d\x77\xb9\x1f\xef\x9a\x18\xab\x38\x26\x88\xb1\x0a\xac\xf6\x4e\x8c\x55\x1d\x9f\xc4\x58\x36\xf3\xec\xc4\x58\xd5\xcd\x97\x18\xcb\x66\x4e\x9d\x18\xab\xea\x40\x10\x63\xfd\x36\x27\x62\xac\xdf\x06\x44\x8c\xa5\x4a\x63\x27\xc6\xaa\xcd\x5f\x12\x27\xe2\xf2\x75\x62\x2c\x3b\xcd\x74\x62\x2c\x65\x5f\x3b\x31\x96\xed\xa2\x3a\x31\x56\xd5\x81\x20\xc6\x52\x4a\xb6\x13\x63\xd9\x4a\xaa\x13\x63\x55\x62\x89\xbe\xb4\x8f\xb7\x0b\xad\xef\xb7\xfd\x2d\xed\xf3\x7f\xd8\xa0\x4b\x84\xee\xf8\x24\xa9\xd8\xd1\x1d\x97\xf6\xd6\xd1\x1d\x9f\xae\x36\xe8\x8e\x4f\xd7\x17\x74\xc7\xd7\xeb\x1d\x88\x13\xdd\x3a\xd0\x1d\x5f\xe7\x2f\xbd\xe4\x8e\xea\xc3\x42\x61\xad\xa3\xfa\xb0\xc8\xcb\x74\x54\x1f\xd4\x97\xea\xa8\x3e\xfc\x96\x5d\x54\x1f\x16\x00\x4d\x47\xf5\x61\x39\x35\x11\xe4\xb3\x6e\xbf\x23\xc8\xb7\xa6\x47\x84\xc8\x04\xe8\x1d\x45\x88\x05\x7e\xdf\x51\x84\x58\xee\xfc\x28\x42\x2c\xf7\x65\x14\x21\xd6\xf2\xee\x98\x7e\xbc\x1f\xa6\x5f\xaf\x82\xe9\x64\xa8\x3a\x8a\x10\xaa\x62\x75\x14\x21\x96\x8b\xc6\x31\x44\xe6\x7e\x88\xf5\xfd\xb6\x9c\x63\x0a\x80\xe7\x44\x2d\x42\x4d\xae\x8e\x5a\xc4\x72\xe7\x47\xac\x6f\x47\x8f\xb0\x6f\x79\x15\xed\xc3\xf6\xa3\x7d\xfe\x12\xfb\xf4\xea\x8e\xf6\x31\xcc\x8e\xf6\x79\x0e\xfb\x5c\xdc\x90\x24\x17\x96\xe8\x28\x49\x3c\x4e\x00\x94\x24\x1e\xa7\x18\x4a\x12\x8f\x43\x02\x25\x89\xc7\xc9\x81\x92\x84\x72\x37\x1d\x25\x89\xc7\x61\x8d\x92\xc4\xd3\xfd\x25\x6a\x18\x6e\x7f\x28\x49\x3c\x46\x40\x28\x49\x58\x10\xdf\x51\x92\x08\xc6\x4a\x28\x49\x04\x3d\xa9\x6b\x0a\x80\x71\x86\x5c\x79\xd8\x3e\xf5\xe1\x1c\xd6\x42\x07\x0c\x70\x17\x06\x74\x40\x3b\xaa\x0c\xe8\x80\x81\x51\x37\xa0\x03\x06\xd8\x0a\x03\x3a\x60\x58\xfe\x8f\x92\x58\xde\xd9\x80\x0e\x18\x87\xff\xa3\x24\x76\x78\xae\x72\xb4\x39\x6a\x1c\x15\x8e\x90\x63\x1f\xde\x1d\x56\x2d\x9e\xd4\x00\xf0\xb2\x1c\x7f\xa0\xd6\x17\xbb\x57\x91\x7d\xef\x11\x74\x47\x72\x9f\x03\xc0\x2b\x83\xd0\x0c\x00\xaf\xcc\xd2\x33\x50\xa7\xc8\xdd\x5f\xa2\xc8\xc7\x96\x33\x54\xe4\x23\x21\x37\x54\xe4\x43\x43\x71\xa8\xc8\x47\x22\x6f\xa0\xc8\x57\x48\xcf\x0d\x15\xf9\xae\xd7\x44\xed\xe3\x7a\x3f\xd4\x3e\x18\x83\x43\x45\x3e\x36\x8b\xa1\x22\x1f\xd9\xd5\xa1\x22\x1f\x11\xc9\xa0\x90\xaa\xc3\x32\x1a\x14\x52\x75\x30\xa0\x41\x21\x55\x27\xd9\x33\xa0\x0a\x0e\xe2\xe0\x41\x21\xd5\x60\xf1\x1e\x14\x52\x59\x05\x31\xa0\x11\xae\xea\xff\xa0\xaf\xb1\xe5\x0c\xd4\x29\x9e\xe8\x39\xd2\x3b\xcd\xfb\x91\xde\x61\xd3\x1e\xd0\x08\x1f\x3c\xd3\x01\x8d\xf0\x99\xde\x9d\xf4\xce\xf4\x2a\xa4\x77\xfc\xee\xd2\x08\x81\xf0\x06\x34\xc2\xe0\x97\x46\x9d\x22\x2c\x8f\x48\xef\x20\x2c\x36\xa2\xe9\x1d\xde\x92\x1a\xe8\x7e\x3f\x8a\xac\xec\xc7\x38\x28\xb2\x0a\xf3\xaf\x52\x91\x61\xfd\x15\x9e\xf0\xa0\xfe\x4a\x9f\x64\x50\x7f\x65\xd8\x3d\xa8\xbf\x0a\xdd\x73\x08\x8f\x4c\x1f\x65\x72\xc4\x90\xa7\xfe\xca\x66\xe0\x83\xfa\xab\xe0\x04\xa0\xfe\x4a\xef\x65\x20\xab\x1e\x58\x92\x07\xb2\xea\xc1\x89\x43\x6d\x96\xf9\xbf\x41\x6d\x96\x9e\xd4\xa0\x36\xcb\x1a\xf4\x41\x6d\x56\x21\xbc\x1c\xd4\x66\xd9\xa4\x65\xc0\x3e\x94\x9f\x3a\x60\x1f\x0a\x28\x0c\xea\xaf\x2e\xcb\xc4\xa0\xfe\xea\x6e\xef\x87\x2c\x37\x4b\xeb\xa0\xfe\xea\x6e\xaf\x82\x22\x18\xec\x81\x41\xfd\xd5\x85\x86\x36\x60\x1f\x3e\x84\x89\x03\x8a\xe1\xe3\x7b\xa1\xfe\xea\x71\x8a\x51\x7f\xf5\xe0\xf1\x0d\xea\xaf\x1e\x96\xeb\x01\xc5\xd0\x5e\xd6\x03\x8a\x61\xc1\x8f\x1b\x50\x0c\x0b\xe9\x8f\x01\xc5\xd0\x2e\x0a\x83\xfa\xab\x92\xbc\x26\xe9\x1d\x6d\xc8\xa4\x77\x9c\x2a\x99\xf4\x8e\xd6\x66\xd2\x3b\xbf\xa7\x26\xbd\xb3\xbc\x3b\xe9\x1d\xdf\x52\x21\x7d\x45\xa8\x3b\x0a\xe9\x2b\x97\xc8\x42\xfa\xca\xc5\xb4\x90\xbe\x62\x43\x1f\x85\xf4\xd5\xf4\x2a\xa4\xaf\xb4\xbd\x90\xbe\xda\x9e\x23\x7d\xc5\x36\x36\x0a\xe9\x2b\xdf\x7c\x21\x7d\xe5\xa8\x2b\xda\xc7\x3b\x2b\xd8\x37\xbd\x1f\xf6\x1d\x9f\x65\x93\x5c\xf2\x39\x0f\x47\xfe\xf2\x8b\xdb\x7e\x13\x8e\xb8\xed\x37\x22\x89\xdb\xa2\x6f\x9e\xb8\x2d\x92\x61\x1c\x00\x65\xe6\x92\x07\x40\x99\x3a\x2b\x03\xa0\x2c\xe2\xab\x0d\x22\x3c\xf5\x52\x06\x11\x5e\xd2\x06\x22\xbc\xe4\xec\x20\xc2\xb3\xc9\xf0\x20\xc2\xb3\xc3\xf1\x20\xc2\xb3\x66\x74\x00\x94\x25\x67\x07\x8a\x7c\xf1\xf1\x7f\xa4\x85\xa6\x4f\x46\x5a\xc8\x39\x0d\x50\x66\xa9\xd6\x00\x28\x4b\xce\x2a\xc0\xb0\xe4\x42\xd4\x4c\x6d\x79\x44\x6a\xcb\xb5\x00\x30\xcc\x36\xc6\x03\x30\xcc\x1e\x38\xa3\x99\xda\xf2\x1c\x36\x6c\xcf\x61\x83\xa3\x1c\x30\xac\xba\x44\xd2\x3c\xaa\x3a\xfb\x69\x1e\xa5\x97\x3c\x68\x1e\x55\x7d\xd7\x34\x8f\xaa\x6e\x7f\x34\x8f\xaa\x2e\x7c\x34\x8f\xd2\xdb\x1d\x34\x8f\xd2\x63\x1f\x50\x0c\x6d\x4b\x36\xa0\x18\xea\x4f\x0f\x28\x86\x76\x15\x19\x50\x0c\xab\x0b\x2d\xcd\xa3\x6a\xf7\xdc\x67\x83\x22\xb0\x43\xfa\xa1\x6f\x5e\xfa\x21\x64\x89\x01\xfd\xb0\x03\x2e\x0e\xe8\x87\xff\xf9\x8f\x7f\x2c\xc9\x30\x13\x3b\x7e\xf1\x80\x99\x38\xc0\x0f\x07\xcc\x44\x85\xd4\x07\xcc\x44\x3b\x9d\x0d\x98\x89\xdd\x3d\x14\x66\xa2\x3d\x9b\x07\xcc\x44\xab\x5d\x86\xcd\xa3\x08\x9c\x06\xcd\xa3\x3a\xa8\xe7\xa0\x79\x54\xc7\xbf\x1d\x34\x8f\xea\xee\xc4\x34\x8f\xb2\x5f\xda\xa0\x79\x54\xc7\x6f\x1c\x34\x8f\xb2\xd7\xf3\x18\x98\xae\x57\x30\x30\x1d\xbc\x79\x4c\xec\xa3\xe0\x71\x4c\xb2\x5e\xbe\xce\x89\x7d\xf8\xda\x63\x82\xb5\xbb\x91\x20\xab\x6e\xd9\xf2\x40\x56\x5d\xdf\x7e\x20\xab\xbe\xb6\xbf\x24\xf5\xa3\x77\x86\xac\xfa\x72\x81\x46\x56\x7d\xb9\x9c\x21\xab\xbe\xb4\x88\xda\x2c\x3d\xef\x41\x6d\xd6\xd2\xe3\xa3\x36\x6b\xb9\x28\x52\x9b\xa5\xaf\x3d\xa8\xcd\xb2\xf5\xec\xa0\x36\x6b\x39\xc5\xa8\xbf\xd2\xd7\x1e\x48\xa7\x2f\x32\x77\x03\xe9\x74\xe3\x8c\x01\xc5\x70\x91\x6f\x1c\x4a\xa7\x6f\xff\x87\x0d\xfa\x55\x4a\xa7\xeb\x49\x29\x88\xae\x37\x01\x71\xf0\xc0\xf0\x18\x10\x07\x8f\x13\x0e\xe2\xe0\x71\x8a\x41\x1c\x3c\x4e\x62\x88\x83\xc7\x69\x04\x71\xf0\xe8\xd9\x40\x1c\x3c\x4e\x0e\x88\x83\x96\x13\x0c\x88\x83\x97\xc4\xcc\x80\x38\x28\x01\x69\x40\x1c\xb4\x77\xf6\x20\xfe\x7a\xa2\xff\x23\xbd\xe3\x16\x47\xfc\xf5\x64\x9f\x8c\xf4\x8e\x4b\x08\xf1\x97\x05\x20\x83\xf8\xeb\x49\x3e\x0b\xe9\x1d\x27\x1c\xf1\xd7\x43\x9e\x72\x10\x7f\x3d\x2e\xf3\xc4\x5f\x0f\xaa\x0f\x83\xf8\xcb\xda\xd6\x41\xfc\xf5\xc0\x36\x19\xc4\x5f\x8f\xfe\x26\xf1\xd7\x03\x73\x69\x1c\xd3\x57\x3c\x27\xf1\xd7\xe3\xb6\x42\xfc\x65\x55\xdc\x20\xfe\x7a\xc8\xe9\x0f\xe2\x2f\x7b\x58\x0e\x89\x83\x8e\x09\x88\x83\xbf\xc5\x1b\xe2\x60\x24\x51\x32\x24\x0e\x3a\x8f\x20\x0e\x46\xb8\x19\x03\xe2\x60\x24\xc1\x32\x24\x0e\x1e\xff\x47\x8a\xca\x11\x02\x71\x30\xc2\x7f\x1f\x10\x07\x23\x09\xb2\x61\xc9\x95\x23\x0b\xe2\x60\x70\x65\x80\x38\x18\x5d\x7b\x20\x07\x06\xd7\x17\xc8\x81\x36\xda\x18\x90\x03\x03\xde\xf5\x84\x1c\x68\xf7\xc9\x09\x39\x30\xc3\x16\x9a\x90\x03\xed\xc0\x33\x21\x07\x2a\x1a\x3c\x21\x07\x66\x80\xc7\x09\x39\xb0\xc0\x83\x9e\x90\x03\x4b\xf0\x2a\xa4\xa1\x48\x5b\xce\x87\x34\x14\x1e\xfb\x7c\x10\x73\x20\xc9\x37\x1f\xd2\x50\xc1\xab\x90\x86\x0a\xfe\x8f\x34\x54\xfc\x8b\x71\x31\x1f\x32\x54\x41\xf3\x0e\x7f\xf3\xa1\xcd\x50\x7d\x9f\x6f\xbe\x64\xa8\xc8\x99\xce\x97\x0c\x15\x83\x7c\x7e\xe1\x57\x29\x4c\x95\x89\x56\x85\x55\x7f\x13\xad\x0a\xe5\xf2\x26\x5a\x15\xaa\x04\x4f\xb4\x2a\x54\x10\x9e\x68\x55\x28\x7b\x32\xd5\xaa\xc0\xaf\x9a\x68\x55\x18\x7e\xcd\x97\x2c\xd4\xf6\x88\x2c\x14\x7e\xce\x7c\xc9\x42\xe1\x23\xcc\x97\x2c\x14\xbe\xe1\x0c\x64\xa1\x18\x4a\x93\x6a\xac\xca\xf6\x30\x03\x59\x28\x96\xa5\x19\xc8\x42\x4d\xff\x47\x16\x0a\x7f\x73\x06\xec\xc3\xc7\x9b\x41\xfb\xb8\x5f\xc0\x3e\x86\xd9\x0c\xd8\xc7\x86\x37\x03\xf6\x1d\xff\x87\x7d\xf8\x63\x33\x60\x1f\x3e\xde\x0c\xd8\xb7\xfc\x1f\xf6\x1d\xef\x80\x7d\x0e\xc1\x80\x7d\xf8\xb7\x33\x62\x1f\x9b\xe1\x8c\xd8\xc7\x22\x3c\x23\xf6\xb1\x01\xcd\x88\x7d\xcb\x5f\x62\x1f\x9e\xd4\x8c\xd8\x77\xfc\x1f\xf6\xb1\x91\xcc\xa8\x7d\x7c\xb1\xa8\x0d\x58\x14\xb1\xe1\x78\x4e\x1b\xfc\x1f\x8c\x12\x90\x81\xf9\xc5\x4a\x65\x36\x9f\xfa\x72\xc4\x77\x48\x34\x47\xc0\x73\x9b\x89\xe6\x08\xdb\x23\x9b\x23\x70\x15\xab\xb8\xd8\x7c\xe7\x07\x7f\x15\xbb\x9f\xcc\x64\x3a\xc9\x6b\x36\xce\x61\xfb\x17\x2b\x95\x0d\x57\x7d\x7e\xb1\x52\xd9\x44\x1d\xf3\x8b\x95\x8a\x12\xb4\xf3\x8b\x95\x8a\x3d\x54\xe6\x17\x2b\x15\x85\x94\x66\x32\x9d\xe4\xd1\xe5\x7f\xbc\x89\x2f\x56\x2a\x9b\xcc\xf2\xfc\x62\xa5\xb2\xc1\x25\xe6\x17\x2b\x95\xed\x1c\xfb\x62\xa5\xb2\x5f\x8f\x12\x47\xcc\x9c\x2f\x56\x2a\x9b\x45\x6a\x66\xec\x73\x36\x66\xec\x63\x29\x9f\x19\xfb\x1e\xff\xa7\x7d\xbc\x89\xac\x7d\x8c\x9e\x8c\x7d\x8f\xcf\x89\x7d\x2c\x9f\x33\x63\x5f\xf2\x7e\x87\x73\xfe\x0f\xfb\xd8\x8a\x67\xc1\x3e\xb0\x8e\x59\xb0\x8f\x5c\xf9\x2c\xd8\xe7\x42\x54\xb0\x8f\xfc\xfb\x2c\xda\xe7\x55\x48\x97\x39\x53\x8b\xe9\x32\x9e\xa5\x90\x2e\xc3\xf3\x9e\x85\x74\x19\x00\xe2\x2c\xa4\xcb\xa6\x57\x81\x3f\x3d\x3c\x87\x6e\xcd\xf0\x7e\xa4\xc4\x5c\xa0\x2b\x69\x2f\x72\xe5\xb3\x92\xf6\x22\x0a\x98\x95\xb4\x17\x8c\xa0\x59\x49\x7b\xb1\xa9\xcd\x0a\xb3\x07\x27\x68\x56\x98\x3d\xae\x1a\x15\x66\x0f\x49\xa9\x59\x61\xf6\xb8\xbe\x54\x98\x3d\xae\x28\x88\x4e\x7c\xad\x91\xff\xbd\x24\xab\x47\xe1\xf4\x53\x8f\xc2\x45\x03\x3d\x8a\x48\x66\x72\xa2\x47\x11\x9d\xc4\xe8\x51\x44\x17\x14\xf4\x28\xd4\xc1\x9a\xe8\x51\x44\x97\x41\xf4\x28\xac\xcd\x9a\xe8\x51\x44\x27\x1c\x7a\x14\xd1\x85\xaf\x91\xf1\x23\xcc\x9f\x8d\x8c\x9f\xe6\x35\x32\x7e\xee\x69\x8d\x8c\x1f\x7e\xe3\x6c\x64\xfc\xfc\x7c\x88\xfc\xa9\xd0\x35\x11\xf9\x8b\x2e\x4b\x88\xfc\xc5\xe9\x73\x62\x9f\x8b\x46\x33\xe3\x87\x7d\xcd\x06\x8c\x5c\x13\x91\xbf\xec\x96\x83\x90\x5f\x26\xd9\x33\x11\xf2\xfb\xed\xbd\x08\xf9\xd9\x4b\x77\x22\xe4\x67\x43\xd2\x89\x90\x5f\x75\xe8\xa2\xc1\x27\xd0\x32\xd5\xe0\x73\x61\x57\x83\x4f\x3f\x00\x0d\xbe\xe2\x32\x88\xce\x5e\x83\xe1\x3b\xbf\x68\xa5\xaa\x27\x37\xd1\xd9\x6b\x0e\x79\x74\xf6\x9a\x13\x0e\x9d\xbd\x86\xd7\x33\xd1\xd9\x6b\x4e\x15\x74\xf6\x9a\x13\x15\x9d\xbd\xf6\x7a\x34\xc9\x1b\x7a\xf7\xc5\x11\x6f\xe9\x8b\x56\x6a\x87\xc8\x37\xd1\xe0\x93\x21\x30\x87\xf9\x46\x6c\xa7\x8e\xca\x3e\xd0\x73\x9a\x6f\x64\x79\xb1\x8e\x0a\x3f\x6e\x4e\x3a\x80\xb8\x08\x4f\x84\x9b\xdc\x9c\xbe\x68\xa5\xda\x80\x67\x4e\x3a\x80\x54\xcf\xd1\x01\x84\xec\xf1\x9c\x88\x33\x01\x08\xcd\x2f\x96\xa8\xbf\x85\xe8\x03\x84\xea\x6f\x09\xf9\x00\xa1\xfa\x5b\xce\x20\xdd\xc9\xa2\x9f\x90\xee\x6e\xf7\x1c\x5a\xc3\x00\x50\x13\xd2\xdd\x75\xd4\xa1\x9e\xf7\xb8\x80\x2d\x32\x9a\x40\xa2\x13\xf5\x3c\x3d\xf6\x89\x7a\xde\xe3\xb6\x82\x7a\xde\xe3\x48\x46\x3d\xef\x71\x93\x41\x3d\xef\xd1\x22\xd4\xf3\x1e\xe7\x18\xea\x79\x8f\xf3\x4f\x2d\x07\xa2\xb8\xa9\x96\x83\xf3\x0f\x2d\x87\xc7\x39\x8d\x96\xc3\x43\x3a\x69\xa2\xe5\xf0\xe8\x04\xa1\xe5\xf0\xb8\xf4\x48\xc8\xf3\x8b\x49\xc8\x5b\xfe\x0f\xfb\xfc\x62\x12\xf2\x88\x0c\xa7\x84\x3c\x57\x14\x09\x79\x7e\x69\x08\x79\xea\x66\x4c\x09\x79\xfa\xa2\x12\xf2\x48\x39\x4c\x09\x79\x3e\xa7\x84\x3c\x62\xdd\x29\x21\xef\x7a\x2e\x91\xb4\xe1\xee\x87\x8c\xad\x4b\xe4\x17\x75\x34\x3d\xef\x09\x59\x2f\x68\x11\x64\xbd\xe8\xd6\x08\x59\xef\xb7\x98\x1e\xd2\xb2\x8e\xc1\x43\x5a\xf6\xfa\x64\xa4\x65\x5d\x27\x0e\x69\xd9\xa3\x0d\xa4\x65\x75\x3f\x0f\xf6\x11\x75\xcc\x2f\x22\x69\x5f\xbc\xf0\xef\x25\xf9\x62\xba\x93\xff\x6a\x3a\x8f\x72\x35\x1d\x83\x2e\xc9\x6a\x7d\xa0\xab\xe9\x3c\xe6\x25\x23\xed\x50\xba\x98\xee\x12\x72\xc9\x48\x93\x64\x98\x57\xd3\xf9\x44\x5f\xb0\xd2\x0a\x34\xbb\x79\x51\x04\xab\x5e\x13\x45\x30\x32\x77\xf3\xa2\x08\xe6\x2e\xf6\x05\x32\xad\xb9\xfb\x7d\x81\x4c\x53\xc3\x77\x7d\x81\x4c\x53\xc4\x66\x7d\x81\x4c\x6b\x40\x4e\xeb\x0b\x64\x5a\x83\x7f\xbb\x1e\xd4\xc2\xc8\xa7\xae\x2f\x90\x69\x03\xcf\x66\x7d\x81\x4c\x1b\x8f\x57\xf9\xec\x53\xc8\x6f\xa1\x0f\x21\xc9\x7c\xa1\x0f\x21\x1d\x7d\xa1\x0f\x21\x71\x7d\xa1\x0f\x71\x79\x2f\x4b\x7d\x88\xeb\x2f\xe1\x61\x42\x16\x5a\xe8\x43\x3c\x6c\x39\x0b\x7d\x08\xa7\xc3\x42\x1f\xc2\x29\xb6\x5e\xb3\xd5\xdc\x01\x7d\x08\xa7\xf4\x42\x1f\xe2\x61\x93\x59\x2f\xd9\x6a\x26\xf1\x7a\x69\x22\x49\xde\x77\xa1\x1d\xf1\x6a\xfb\x4b\xb6\x3a\x7b\x8e\x6c\x35\xa5\x29\x0b\x5d\x89\x42\xc5\xd5\x42\x57\xa2\x64\xff\x37\xf8\x25\x6f\x17\x5d\x89\xe2\x77\x80\xe4\x27\x87\x64\x41\xf2\x7b\x1e\x6d\x38\x1c\xf9\xd4\x97\x5f\x72\x4d\x48\x7e\xf2\x4b\x16\x24\x3f\xd5\xfa\x16\x24\x3f\x35\x75\x97\x95\x53\x0c\xf9\x65\xe5\x14\x13\x67\x41\xf2\x93\xdd\xb2\x20\xf9\xb9\x28\x2e\x48\x7e\xf2\x59\x16\x44\x3e\x59\x31\x0b\x22\x9f\x6c\x93\x05\x91\xef\x09\xde\x1d\x1b\x82\xbf\xc4\x86\xe8\xdd\xb1\x01\x06\xec\x82\xc8\xf7\x40\x85\x5c\x10\xf9\x1e\x36\xc3\x05\x91\xef\x85\x9d\xbe\x2c\x81\x62\x21\x5a\x96\x40\x01\xc8\x2e\x88\x7c\xf6\x5a\x5f\x90\xf5\xec\x26\xbd\x20\xeb\xd9\x31\x7a\x41\xd6\xb3\x8e\x71\x41\xd6\x0b\xbf\x3b\x2c\x8e\x78\x9f\x94\x40\x05\x18\xf6\x8b\x12\x28\x6b\x1c\x17\x64\xbd\xc0\xf2\xb9\x20\xeb\x99\xb8\x58\xc9\xcc\xb9\x47\xdf\x73\x66\x02\xf4\x65\x09\xd4\xf1\x2a\xdf\xbb\xce\xbe\x4f\xc8\x7a\xf9\xf5\x1c\x59\xe7\xe3\x39\xb2\xce\xac\x0c\xcb\x12\x28\x56\x94\x05\x59\x2f\x13\x3d\x2c\x4b\xa0\x58\xca\x17\x64\xbd\xec\x4c\x85\xac\x97\xd9\x60\x17\x64\xbd\xc4\xd2\xba\x20\xeb\x65\xa2\x8e\x05\x59\x2f\x3b\x06\x21\xeb\xd9\xa5\x6f\x41\xd6\xcb\x38\x48\x0b\xb2\x5e\xba\x5e\x85\xcc\xb9\xb3\x18\x42\x5e\xf6\xbd\x40\xc8\xcb\x6c\xf6\x0b\x42\x5e\x7e\xfc\x1f\xc4\x48\x9c\xd8\x05\xe9\xae\xc5\xf0\xc7\x92\xbc\xe0\xe3\x55\x27\x3f\x7c\x3c\x5b\x18\x2d\xf8\x78\xa6\x15\x16\x7c\x3c\xc3\xe0\x05\x1f\xcf\x3e\x0d\x0b\x3e\x5e\x25\xf9\xbf\xe0\xe3\x55\x7c\xd1\x05\x1f\xaf\x4e\xff\x47\x52\xdd\xa5\x07\xd2\x9d\x1a\xcc\x0b\xd2\x5d\x65\xaf\x5f\x90\xee\x0c\xe5\x17\xa4\x3b\x93\x21\xab\x98\x54\xe7\xb5\x28\xac\xe7\xc2\x00\x78\xa3\xee\xea\x02\xbc\x51\x93\x75\x01\xd0\x0c\x72\x52\x0b\x80\x66\xe0\x45\x2e\x00\x9a\xe1\x50\x02\xa0\x19\x7e\x22\x00\x9a\xe1\xf2\x02\x40\x33\x9c\xee\x55\xce\x24\xb6\x03\xd0\xcc\xe1\x55\xe0\x4c\x02\xd7\x2c\x65\xc7\x87\xbf\x24\x7b\xec\xc7\xa4\x92\x49\x18\x72\x01\xd0\x58\xda\xba\x00\x68\x16\xfb\xf2\x02\xa0\x59\x0e\x4f\x00\x1a\x39\x32\x8b\x4a\xa6\xe5\x30\xa3\x92\x69\xe1\x79\x2f\xc0\x1b\xc3\xe0\x05\x78\x23\xdf\x63\x01\xde\x9c\xe0\x11\x95\x5a\xa4\x00\x16\xe0\xcd\x19\x1e\x75\x8e\xbc\xdf\xe0\x88\xb7\x04\x78\x73\xb4\xcf\x4a\x26\xdf\x52\xa3\x52\xcb\xa5\xb5\x51\xa9\xe5\xb6\x29\x05\x8f\xf2\x9a\x25\x05\xcf\x05\x05\x0a\xde\xe3\x2f\xa1\xe0\x3d\x6c\xc5\x0b\x0a\xde\x43\x7e\x7a\x41\xc1\xb3\x01\xc2\x82\x82\x67\xcb\xa4\x05\x05\xcf\x52\x8a\x05\x05\xef\x69\x5e\x85\x1c\x6d\xf7\xee\xe4\x68\xe1\x90\x2c\x28\x78\x16\x6b\x2c\x28\x78\x16\xe4\x2e\x28\x78\x4f\xf7\xc9\xc8\x41\x37\x8f\xc8\x41\xc3\xa9\x5f\x50\xf0\x1e\xe8\x64\x4b\x0a\x9e\xe3\x13\x0a\x9e\xac\xf6\x05\x05\x4f\x2f\x6b\x41\xc1\xb3\xdf\xf1\x82\x82\x17\x1d\x21\x50\xf0\xa2\xdb\x0a\x34\x3b\xfb\x32\x2f\x68\x76\x91\x0c\xea\x82\x66\xa7\x06\xf3\x82\x66\x17\xa3\x77\x5f\xfc\x12\x8b\xa0\xd9\xd9\xe8\x69\x41\xb3\x93\x45\xbf\xa0\xd9\x45\x47\x08\x34\xbb\xe8\x77\x80\x66\x17\x49\x12\x2d\x68\x76\x91\x38\x63\x41\xb3\xb3\x7d\xd3\x9a\xda\xe0\x55\xb4\x81\x37\x0f\xcd\x2e\x92\x9b\x5f\xd0\xec\xec\x26\xbd\xa0\xd9\xd9\x12\x6a\x41\xb3\x8b\x3a\x09\xd0\xec\x62\xf4\x7e\xd8\x97\xbd\x8a\xf6\xf1\x06\xa7\xf6\xf9\x4b\x68\x84\x5a\x0b\xcd\x2e\xfb\x1d\xa0\xd9\xd9\x58\x6a\x41\xa5\xcb\x44\x24\x0b\x2a\xdd\xcf\x0d\x81\x4a\xa7\xc2\xfc\x42\x21\xaf\x68\x03\x0a\x79\x3f\x67\x06\x2a\xdd\xa7\x1f\xf9\xef\x25\x19\x96\x5d\x73\x37\x82\x65\xd7\x00\x29\x16\x4c\x3a\x95\x93\x16\x74\xb9\xe6\xe7\x83\x2e\x67\xe7\x89\x05\x5d\xae\xb9\xf0\x41\x97\x53\x49\x6c\x41\x97\x6b\xfa\x1d\xd0\xe5\x9a\xbe\x05\x74\xb9\x16\xbc\x66\xe5\x88\x4f\x04\x5d\xae\xe9\x77\x00\xd7\xfc\x3c\x61\xe0\x9a\x46\x50\xbc\x80\x6b\x9a\x43\x02\xb8\xa6\xbd\x5e\x65\x73\xc4\xeb\x04\xae\x69\xaf\xbf\xc4\x3e\xf7\x7a\xe0\x9a\xe6\x42\x04\x5c\xd3\x48\x55\x2c\xe0\x1a\xbb\x6e\xac\xa3\x7d\xbc\x33\xe0\x9a\x06\x87\x71\x01\xd7\x34\xfd\x2a\x9b\x2b\x39\x71\x80\x6b\xa6\x16\x01\xd7\x4c\xad\x05\xae\x51\xf4\x68\x01\xd7\x4c\x2d\x02\xae\x99\xc5\x5f\x12\x18\x92\x87\x5d\xd0\xe5\xa6\x0b\x11\x50\xce\x3c\x5a\x44\x8e\xd6\xc9\x68\x03\x5b\x42\xba\x65\x03\x5b\x3d\x7d\x1b\xd8\xea\xe7\x5c\x73\xb4\x0c\x2c\xa0\x1c\xb5\x31\x16\x50\xce\x26\x21\xb0\x80\x6b\x36\xfc\xd4\x05\x5c\xa3\x66\xf0\x02\xae\x51\x30\x7c\xa1\xf3\xb0\x5d\x14\xd1\x79\xd8\x4e\x5b\xa0\x9c\xad\xaf\x06\x94\xb3\xb5\x16\x28\x67\xc3\x9f\xd9\x40\x39\x9b\x44\xc2\x06\xca\xd9\x24\x12\x36\x50\xce\x3e\xfe\x92\x1c\x66\xf5\x88\x1c\x26\xd0\xdf\x06\xca\xd9\x40\x78\x1b\x28\x67\xb3\xe8\x6f\xa0\x1c\xbb\x83\x6c\xa0\x9c\xdd\x3d\x87\x7d\xd5\x73\xd8\x47\x14\xb7\x81\x72\x76\xf6\x7e\xd8\xc7\x37\xda\xe0\x35\x1b\xdc\x7f\x83\xd7\xec\xe0\x2f\xb5\x8f\x73\xe0\x35\x9b\xea\xcb\x0d\x5e\xb3\x49\xcc\x6c\xf0\x9a\xcd\x26\xb3\x5f\xec\x23\xff\xbe\x5f\x73\xb4\xd8\x07\x96\xb3\xd9\x56\x36\x58\xce\xae\x5e\x13\xfb\xe0\xe6\xee\xd7\xef\x97\x39\xc2\xbe\xee\x1d\xc8\xd1\x92\xd4\xd8\xd0\xe5\x9e\xed\x35\xd1\x1d\x27\xa5\xb2\xd5\x1d\xdf\x5e\x13\xdd\xf1\xe5\xfd\x68\x21\xc1\x16\xb0\xa1\xcb\x3d\x8c\xb3\x0d\x5d\xce\x84\xc7\x56\x59\x6f\x7b\x0e\xca\x26\xe0\xf7\x86\x2e\x67\x42\x67\x43\x97\x7b\x88\xf7\x36\x74\x39\x53\x23\x3b\xf8\xd4\x83\x23\x9e\x7a\x79\x15\x9e\x9a\x78\x76\xd3\x96\x36\x24\xef\x47\xd6\x19\xb2\xde\xa6\x2d\xad\x55\xc5\x1b\xa5\xf1\xc0\x28\xdf\x28\x8d\x9b\x0c\xd9\x28\x8d\x9b\x11\xd8\x28\x8d\x9b\xe2\xd8\xb4\xa5\x35\xdd\xb2\x69\x4b\xfb\x65\x20\xfe\xb9\x24\x6f\x3a\xd6\x9a\x56\xd8\x74\xac\x35\x8d\xb1\xe9\x58\x1b\xc9\xb2\x6d\x3a\xd6\x46\x3f\x0a\x1d\x6b\x23\xb9\x9e\x4d\xc7\xda\x48\x09\xc6\xa6\x63\xad\x3d\x15\x36\x1d\x6b\x23\x1e\xf4\xa6\x63\x6d\x3c\x1a\x4b\x46\x9a\x85\x61\xd3\xb1\x36\xc2\xaa\xd8\x74\xac\x8d\x0e\x09\x3a\xd6\x46\x3f\x18\x1d\x6b\x23\x90\xd3\x46\x9e\x2f\xfa\x89\x90\xe7\x8b\x0e\x10\xe4\xf9\xa2\x9f\x28\x61\x03\xcb\xd2\xfe\x42\x9e\x9a\xc9\x65\xed\x84\x78\x0a\x28\xf9\xce\x64\x8f\x9d\x62\x19\x2e\x29\x80\xc2\x46\x2f\x2f\xe3\xb1\x6f\xf4\xf2\x2c\x27\xd8\x99\xcc\x32\xd9\xe3\xfd\x01\x34\x35\x2f\xff\x47\xe7\xb8\xe9\x35\x2b\x47\xbc\xa5\x2f\x1c\xaa\xf6\x1a\xdb\xe8\xe5\x95\xe6\xd1\x20\x23\xcd\x7b\xc9\xe4\xa0\xd9\x72\x76\x86\x4b\xfa\x7a\x77\xb8\xa4\xaf\xf7\x83\x4b\x4a\x42\x60\x7f\xf1\x50\xad\x6c\x4e\xbb\xa0\x46\x8d\x78\xca\xfe\xe2\xa1\x5a\x09\xf0\xf6\x17\x0f\xd5\x4a\x2c\xb1\x01\x61\x6a\xf0\x7f\x85\x23\xbe\x1f\x20\x4c\xfb\x5d\x85\xfc\x34\x1b\xd0\x06\x84\x69\xbf\xff\x91\x9f\x8e\x5e\x73\x72\x8e\x37\xf1\xc5\x3c\xd5\xcd\x70\x03\xd0\xb8\x19\x6e\x00\x1a\x37\xed\xfd\xc5\x3c\x55\xdd\xea\xfd\x11\xd6\x6a\xc3\x73\xdb\x80\x37\x0d\xbf\x6a\x03\xde\x34\x14\x28\x36\xe0\x8d\x4e\xc2\x06\xbc\xe9\x78\x6e\x1b\xf0\xa6\xfb\xdd\x01\x6f\x3a\xae\xc6\x06\xbc\x51\x28\x74\x03\xde\x48\x71\xda\x80\x37\xca\xbf\x6f\xc0\x1b\xe5\xdf\x37\x28\x8c\xac\x9f\x0d\x0a\x23\xab\x69\x83\xc2\xc8\xf3\xd9\xa0\x30\x9d\x74\xe0\x06\x85\xe9\x8e\x79\x50\x98\xee\xb2\xd4\xcc\xb1\xfb\x3f\x38\xbd\x6e\x32\xcd\x1c\x3b\x6f\x02\x14\x66\x80\x01\x6d\x90\x96\xe1\x58\x02\x69\x19\x78\xf3\x1b\xa4\x65\x90\xd7\xde\x20\x2d\x8a\xc7\x6e\x90\x16\xd5\xd2\x37\x48\xcb\x74\x2c\x81\xb4\x4c\x52\x00\x1b\xa4\x65\x12\x6d\x6e\xda\x29\x4d\x12\x09\x9b\x76\x4a\x2a\x2b\x6f\x50\x18\x5b\xf2\x6e\x50\x98\x09\x9e\xb1\x41\x61\xa6\xe3\x13\x14\x46\xa1\x80\x0d\x0a\xb3\xdc\x8a\x69\xa7\x64\x3d\xc1\xa6\x9d\xd2\x82\x2e\xb7\x69\xa7\xa4\x9e\xc8\x06\xaf\x51\x79\x64\x83\xd7\x2c\xdf\x0b\x78\xcd\x7e\x7d\x96\xc3\x91\xbf\xbc\x1c\x71\xbf\x21\x12\xc1\x2f\xc1\x72\x04\x4f\x37\x3d\x93\x7e\x9b\xe1\x17\xd7\x54\x75\xce\x37\x38\x8f\x30\xf2\x06\xe7\xf9\xa0\xe2\x7f\x2f\xc9\x40\x40\x62\xae\x1b\x08\x68\x43\x59\xd9\x40\x40\x0a\x6a\x6f\x20\x20\x65\x80\x36\x10\xd0\xd5\xd3\x00\x02\xba\xfa\x16\x40\x40\xb6\x20\xdd\x40\x40\xd7\x21\x0f\x04\x74\xbb\x26\xb0\x87\xe2\x3b\x6d\xdb\x30\x01\xcc\x6d\xdb\x30\x2d\xcf\xa1\x21\xe5\xe2\xa6\x94\x9e\x2f\x82\x36\x4c\xf6\x0a\xd9\xb4\x61\x92\xf0\xb4\x69\xc3\xf4\xb8\x8b\xd1\x86\xe9\xb9\x5e\x13\x00\xe3\xfa\x4b\x00\x0c\x32\x93\x9b\x16\x4d\xaf\xdb\x11\x2d\x9a\x1e\xb7\x2a\x5a\x34\xbd\xee\x93\xb4\x68\x0a\xbf\x5f\x4a\x39\xe7\x7d\x4e\x01\x0c\xae\x49\x8b\x26\x83\xb1\x4d\x8b\x26\xc3\xb6\x4d\x8b\xa6\x88\xdf\xbf\x69\xd1\x14\x09\x6e\x37\x2d\x9a\x0c\xd4\x36\x2d\x9a\xe2\xef\x9a\x00\x18\x84\xb3\x1b\x90\x29\xc2\x17\xd8\xb4\x68\x32\xbc\xdc\x1f\x99\xad\xc5\xe0\x2f\x07\x77\xe0\xdb\x02\x40\xa9\x9e\xb7\x01\xa0\xa2\xfe\x03\x00\x54\x24\x3e\xd9\x00\x50\xd1\x2d\x00\x00\x2a\xba\xf0\x6d\x01\x0c\x06\x2b\x00\x94\x81\xef\xde\xda\x87\xb5\x5b\xfb\x78\x16\x00\xa8\x08\xd9\x6b\x6f\xed\xe3\xed\x02\x40\x45\xb2\xc0\x1b\x00\x2a\xfa\x76\x01\xa0\x0c\xa6\x37\x00\x94\x81\xef\x06\x80\x8a\x40\x8d\x1b\x00\x4a\x29\xcb\x0d\x00\x15\x5d\x5a\x01\xa0\xa2\x53\x13\x00\xca\x84\xc0\x06\x80\x32\xb0\xdf\x00\x50\xd1\xed\x08\x00\xca\x30\x78\x03\x40\x99\x63\xdf\x00\x50\x36\x63\xdd\x00\x50\x65\x78\x04\x6f\x7e\xf8\x3f\x9a\x2a\x38\x1f\x00\xa0\x8a\x4b\x08\x00\x54\x71\x21\x02\x80\x2a\x64\x73\x37\x00\x54\x71\x69\x05\x80\x2a\x7a\xf3\xc4\x51\xc5\xe5\x1a\x00\xaa\xe8\x79\x03\x40\x15\x18\xb7\x1b\x00\xaa\xb8\x48\x01\x40\xd9\xf9\x6f\x83\x32\x15\x78\xbb\x1b\x94\xa9\xc0\x6b\xd8\xa0\x4c\x85\xf4\xdc\x06\x65\xb2\x71\xf1\x06\x65\x2a\xc6\x04\xa0\x4c\x85\xa4\xcd\x06\x65\x2a\x24\x89\xf6\xd5\x3e\xbe\xf4\xd5\x3e\x46\x01\x48\x52\x2b\xfe\x12\xb4\x08\x2c\xe7\x88\x16\x11\x2f\x1c\xd1\x22\x4a\xe0\x8f\x68\x11\xd1\xd1\x01\x2d\x52\x89\xfb\x80\x16\x35\xa2\x87\x03\x5a\xd4\x88\x41\x0e\x68\x51\x03\xc7\x3a\xa0\x45\x8d\x08\xe8\x80\x16\x8d\xd7\xbb\x7f\xcf\x69\x91\xf6\x01\x2d\x52\xa5\xfb\x7c\xb1\x52\x53\xad\xe5\x7c\xb1\x52\xb3\x64\xfb\x7c\xb1\x52\xfb\xca\xab\xff\xb9\x24\x9f\x87\x0e\x69\x38\xe5\xe7\x41\xfc\x1a\xf7\xfd\x7c\x61\x54\xdb\xf0\x21\xce\x17\x46\xb5\x0d\x65\xe5\xbc\xf4\xbd\xc0\xc7\x3b\xc8\xec\x1d\x02\x99\x83\xcc\xde\xc1\x9f\x3e\xc8\xec\xd9\xef\xf8\x20\xb3\x27\x24\x73\x00\x92\x1e\xc4\x1d\x0f\x32\x7b\x97\x2c\xe9\x41\x66\x4f\xc5\xa5\xa3\xcc\x1e\x7b\xf6\xa1\x27\xee\x85\xec\x75\xe8\x89\x7b\xaf\xcf\x02\x50\xb6\x3d\x02\x28\xc3\x5f\x39\xc8\xec\x89\x3e\x1f\x64\xf6\x1e\x48\x2a\x27\x00\x86\xe1\xe9\x9f\x40\xe9\x06\xfe\xc3\xf9\x42\xa5\xfe\xe0\x95\x9f\x2f\x54\xea\x06\x5c\x27\x60\x03\x9e\xcd\xf9\x68\x6f\xfd\x21\x59\x70\x3e\xda\x5b\x7f\xb3\x77\x47\x01\x7a\x7b\x87\xef\x39\x95\x94\x3f\x81\x9e\x03\x78\xf3\x27\x20\x15\xc8\x66\x78\x10\x21\x37\x5f\x75\x10\x21\xb7\xfd\xd6\x41\x84\xbc\x69\x11\x22\xe4\x43\x8b\x10\x21\x37\x51\x72\x22\xca\xbc\x0e\x56\x54\x1f\x1e\x82\xf0\x83\xea\xc3\x03\x08\x7a\x00\x92\x1e\x36\xdf\x03\x90\x24\x53\xf7\x00\x24\x3d\xc5\xff\x01\x86\x65\xef\x0e\x18\xc6\x02\x76\x50\x7d\x30\x43\x7c\x50\x7d\x90\xfd\x7b\x00\x99\x1e\x96\xb3\x03\xc8\xf4\xb0\x5c\x1f\x40\x26\xf3\xc5\x07\x90\x49\x86\xef\x01\x64\x7a\xc8\xe3\x1d\x40\xa6\x87\x84\xc7\x01\x64\xb2\x11\xe6\x01\x64\x92\x51\x7c\x00\x99\xe4\xfb\x9e\xa4\x7d\x9d\x23\xec\x2b\xde\x41\x1b\x18\x3d\x00\x49\x72\x88\x0f\x40\x92\x7c\xdf\x03\x90\xf4\x00\x38\x1f\x80\xa4\xc7\xa9\x09\x90\x64\x67\x8d\x03\x90\x64\x63\xdf\x03\x90\x14\xbc\x1f\x40\x52\x60\xe9\x39\xa8\x3e\x48\xd3\x3a\xa8\x3e\x48\xc5\x3a\x80\x4c\xb2\x00\x0e\x20\x53\x70\x8e\x01\x32\xb9\xbd\x1f\x40\xa6\xd8\xbd\x0a\x60\x58\xf4\x08\x30\xcc\x77\x0d\x92\x94\x1d\x9f\x20\x49\x99\x74\xd9\x01\x49\x52\x72\xf3\x80\x24\x65\x2d\x02\x49\xca\xbe\x79\x90\xa4\x4c\x26\xfb\x80\x24\x65\xe2\xa1\x03\x92\x94\xa3\x77\x00\xec\xcb\xfe\x0f\xa0\xcc\x6f\x54\x04\xca\x78\x4e\x90\xa4\x1c\xfd\x25\x60\x5f\xf1\x97\x8b\xff\xf1\x5e\x8a\xf6\xf1\x35\x8b\xf6\x31\xb2\x40\x92\xb2\xef\xa5\x6a\x1f\x6f\x9e\x32\xa0\xec\xb7\x05\x65\xca\x8e\x5d\x50\x26\xd9\x50\x07\x94\xa9\x02\x46\x1f\x50\x26\x6b\x1c\x0f\x28\x93\xa9\xd0\x03\xca\x54\x9d\xd3\xa0\x4c\x12\x62\x4f\x15\x29\xfb\x8b\x71\x71\x00\xa0\xea\xf5\x92\x54\xa6\x3c\x3e\x26\xd5\x35\x47\x83\xc0\x0f\xaf\x47\xe0\x87\x78\x44\x07\x00\x4a\xd6\xf0\x01\x80\x6a\xe0\x8e\x07\x00\xaa\x92\x1a\x39\x4d\x90\x90\xc9\x01\x00\xd5\x34\x56\xf1\x72\x02\xbc\x03\x00\x25\x8b\xf7\x00\x40\xc9\x6e\x3e\x4d\xd3\xf9\x44\x00\x50\xb6\x0d\x3f\x00\x50\x95\x8c\xd1\x01\x80\x92\xfa\x75\x00\xa0\xe4\xed\x1e\x00\x28\x29\x63\x07\x00\x4a\xf6\xef\x69\xda\xe7\x55\x2e\x47\xfc\xcf\xca\x22\x40\xb4\x63\x65\x11\xe9\x96\x63\x65\x11\x2c\x95\xd3\xb5\x8f\x77\x46\x65\x51\x73\x5b\xa1\xb2\xc8\xa0\xf8\x50\x59\x64\x7b\xfa\x43\x65\xd1\x20\xd7\x7a\xa8\x2c\xb2\x67\xcb\xa1\xb2\x68\x90\xfb\x3c\x54\x16\x0d\x17\x4c\x2a\x8b\x46\xf4\x7f\x8b\x23\xff\xb7\xf9\x9f\xcf\x02\x08\xea\x64\xa4\xb2\xc8\xbe\x10\x87\xf2\x21\x9b\x0e\x1c\xcb\x87\x5c\x26\x28\x1f\x1a\x2e\xc2\x94\x0f\x0d\x64\x80\x0e\xe5\x43\x76\x00\x39\x94\x0f\xd9\x86\xe9\x50\x3e\x34\x5c\xa0\x87\xf6\xf1\x35\x29\x1f\x1a\xc9\xab\x60\x9f\x8b\x30\xe5\x43\xc3\x29\x46\xf9\xd0\xc0\xe7\x3a\x43\xfb\x3c\xc2\x3e\x17\x1b\xca\x87\x86\x13\x95\xf2\xa1\x81\x97\x7c\x28\x1f\x1a\x6e\x47\x53\xfb\xf8\x25\xe5\x43\x43\x1f\x88\xf2\xa1\xe1\x42\x34\xb5\x8f\x29\x36\xb5\x0f\x1b\xa6\xf6\x79\x07\x44\x73\xdc\x80\xa6\x00\x30\xcf\x49\xf9\xd0\x5c\x5e\x13\x00\x78\xf9\x2c\x94\x0f\x65\x9f\xe5\xb3\xcf\xd0\xfa\x50\x3e\xb4\x9d\x55\x94\x0f\x19\x68\x1f\xca\x87\x64\x37\x1f\xca\x87\xe4\x10\x1f\x5b\x3b\x39\x76\x6d\xed\x44\x92\xe8\x50\x5a\x64\xf6\xff\x50\x5a\xb4\x89\xa3\x0e\xa5\x45\x9b\x68\xec\x50\x5a\x64\x34\x7d\x28\x2d\x52\x44\xe0\x50\x5a\x24\x7b\xfb\x58\x5a\x44\x32\xeb\xa0\x5e\x6e\xf0\x7e\x50\x2f\xdf\x24\xa5\x0e\xea\xe5\xc7\xef\x67\x11\x92\x1b\x82\x45\x48\x30\x91\xcf\xaf\x08\x89\x73\x16\x21\x01\xfc\x1f\x0a\x8d\xae\x1b\x02\x85\x46\xd7\x19\x60\xa1\x11\x80\xec\xb1\xd0\xa8\xfb\x4b\x0a\x8d\xe0\x41\x1f\x90\x2b\x25\xec\x8f\x85\x46\xf8\xef\xc7\x42\xa3\xe6\xff\x00\x79\x61\x3c\x1d\x0b\x8d\xa6\xbf\x04\xe4\x25\xfd\x78\x2c\x26\x72\xad\xb3\x98\xe8\xfc\xa5\x04\x77\xac\x33\x22\x27\x7c\xac\x33\x22\x5f\x75\xac\x33\x82\x76\x73\xac\x33\xf2\x25\x59\x67\xa4\xdf\x68\x9d\x91\x1e\xb4\x75\x46\xcb\x07\xc3\xbc\xe9\x83\x61\x1e\xc9\x89\x63\x9d\xd1\xf2\x7e\x98\xe7\xf0\x04\xb8\x8a\xee\x93\x00\x57\xd1\x65\xc2\x1a\x24\x5f\xa0\x35\x48\x80\x29\x07\xe0\x2a\x02\x60\x1c\x6b\x90\xa6\x47\xe0\xbf\x04\x7f\x07\xe0\x4a\x75\x83\x03\x70\xa5\x4a\xc1\xb1\x06\x89\x50\xf0\x58\x83\x44\x5d\xfb\x01\xd4\x52\xc0\xfb\x00\x6a\x45\x83\x23\x6b\x90\x9a\xff\x03\xff\xf5\xd3\x02\x6a\x45\xa7\x26\xa0\x56\x1c\xfe\x0f\xfb\x00\x5a\x0e\xa0\x96\x7e\xce\x05\xd4\x8a\x2c\xa6\x17\x50\x2b\xc2\x79\xb8\x80\x5a\x16\xf9\x5e\x40\x2d\xb5\x1c\x2e\xa0\x56\xc4\x2b\xb8\x8f\xf6\x5d\x8e\xb0\x8f\x78\xe8\x02\x6a\xc9\x40\xbf\x8f\xf6\xbd\x1c\x61\x5f\xf7\x48\xfb\x7c\x16\xec\x63\x71\xbb\x80\x5a\x99\xe5\xfa\x02\x6a\xe5\xe5\x2f\x29\x42\x2a\xde\x81\x22\x24\xfc\xf0\x6b\x11\x12\x8b\xf0\xb5\x08\x89\x65\xe9\x5a\x84\xc4\x52\x77\x01\xb5\x6c\x3d\x7b\x01\xb5\x2a\x59\xbd\x0b\xa8\xd5\xaa\xff\x03\x38\xe6\x3b\x5c\x40\xad\xc6\x77\xb8\x80\x5a\xcd\xb7\x4b\x11\x52\xf3\x7d\x52\x84\xd4\x86\xcf\xf2\xd9\x60\xc7\xef\x4b\x11\x92\x61\xf0\xa5\x08\xa9\x51\x73\x78\x29\x42\x6a\xb0\x4d\x2e\x45\x48\x8d\x82\x85\x4b\x11\x52\xe3\xdb\x5e\x8a\x90\x0c\x91\x2f\x45\x48\x8d\x52\x9f\x4b\x11\x52\xa3\xe4\xf7\x52\x84\xd4\x00\x99\x6e\xd0\x06\x7f\x89\x0d\x7e\x77\x8a\x90\x6c\xc2\x76\x29\x42\x32\xcc\xbf\x41\xfb\x06\x47\xd8\x47\xd0\x7f\x29\x42\x32\xe8\xbf\x14\x21\x19\xca\x5f\x8a\x90\x1a\xcb\xd9\xa5\x08\xa9\xb1\x9c\x5d\x8a\x90\x5a\xf3\x1c\xf6\x51\x88\x7d\x29\x42\x6a\xe4\xb5\x2f\x45\x48\xcd\x11\x19\xfd\x46\x7c\xb1\xa8\x7d\x5e\x45\xfb\x78\x96\x88\x7d\x64\x88\x6f\xc4\x3e\xe6\xfb\x8d\xda\xc7\xc8\xa2\x40\x69\x46\x9f\x0c\x19\x20\x92\x83\xd7\x22\x24\xaf\x69\x11\x92\x6f\xd7\x42\x23\xef\x90\x04\xb1\xb9\x43\x02\x20\x65\x25\xba\x16\x21\x39\x26\x2c\x42\x62\x7b\xb8\x16\x21\x51\x36\x76\x29\x42\xb2\x67\xfa\xb5\x08\xc9\x31\x61\x11\xd2\xf9\x4b\xc2\xfe\x5a\x9f\x84\xab\x7d\xad\x4f\x62\x69\xbd\xd4\x27\x6d\x1c\xef\x6b\x7d\x12\x20\xda\xa5\x3e\xe9\xe0\x4f\x5f\xeb\x93\x58\xbc\xaf\xf5\x49\xc7\x73\x60\xc3\x04\xd3\xd7\xfa\x24\xc2\xaf\x6b\x7d\x12\x3b\xce\xb5\x3e\x09\xdf\xf7\x5a\x83\xc4\xa2\x7f\xad\x41\xba\xde\x1d\xf3\x58\xf4\xaf\x35\x48\x2c\xbb\xd7\x1a\xa4\xe3\x91\x36\xf8\x2c\xd8\xc0\x2e\x76\xad\x41\x22\x91\x70\xad\x41\x22\x77\x7d\xad\x41\x62\x87\xbb\xd6\x20\x01\xb0\x5d\x6b\x90\x08\x44\x6f\xc1\x86\xeb\xff\xb0\x81\x80\xf2\x16\x3e\x1f\x91\xc5\x2d\x7c\x3e\x12\x1e\xb7\x60\x9f\x4b\x56\xc1\xbe\xe3\xff\xb0\x0f\xc8\xf0\x02\x7f\x99\x0f\xbf\xc0\x5f\xef\xe3\xff\xc0\xb7\xaf\xd7\xfc\x72\xf3\x2f\x44\xbe\x0b\xfc\xf5\xf8\xce\x80\xbf\x5e\xbc\xa5\x0b\xfc\xf5\xf8\x5e\x80\xbf\xde\xc7\x5f\x82\x6f\x13\xd7\x5c\xe0\xaf\xf7\xf5\x97\xe0\xdb\xd7\xab\x50\x63\x45\xaa\xe9\x02\x7f\xbd\x14\xb1\x5c\xe0\xaf\xf7\xf5\x2a\x83\x73\x5e\x05\x24\x9c\xa8\xea\x56\xed\xf3\x7f\xda\x87\xed\x40\x63\x2f\xa9\xad\x0b\x34\xf6\x12\xf3\xdc\x26\x12\xee\x91\xf5\x57\x3c\x8b\x45\x48\x78\x91\xd7\x22\x24\xdf\x8b\x45\x48\x8f\x47\x14\x21\x01\xe5\x5c\x8b\x90\x5c\xe6\x2d\x42\x22\x80\xbd\x16\x21\x3d\x9e\xa3\xc8\x4a\xdb\x2d\x42\x7a\x3c\x02\xd2\x7e\x7d\x32\x7b\x70\xf8\x3f\x20\x6d\xad\x05\x1a\x8b\xbe\x09\xa0\xb1\x48\x5a\xef\x02\x8d\x25\xbf\x0a\xd0\x58\x22\x6e\xbb\x40\x63\xf6\xa4\xbe\x40\x63\x76\xc4\xb9\x40\x63\xc9\x77\x0d\x34\x16\x1d\x3d\x40\x63\xd1\xef\x07\x34\x16\xb5\x01\x68\x2c\x39\x42\x80\xc6\x92\xdf\x01\x68\x2c\x3a\x96\x80\xc6\x92\x6f\x02\x68\x2c\x17\xcf\x01\x93\x23\xae\x7a\x81\xc6\x32\x9c\x87\x0b\x34\x96\x01\xe9\xef\x10\x26\xe7\xee\xc0\x5f\x99\xe4\xe7\x05\xe3\xca\xce\x31\x30\xae\xe2\x62\x0a\xc6\x55\x5c\xf4\xc1\xb8\x8a\x33\x0e\x8c\xcb\x7e\x2e\x17\x8c\xab\x06\xff\x07\x14\x4e\x1a\xe3\x82\x63\xd9\xff\xe7\x82\x63\xd9\xb3\xe5\x82\x63\x55\xb4\x4d\x2e\x38\x56\x25\x5e\xb8\x94\x32\xd9\x15\xe6\x52\xca\x54\xa3\xe7\x28\xd5\x22\xa6\xbb\x94\x32\x35\x62\xc1\x4b\x29\x53\xfb\xb3\xab\xc8\x9d\xa0\xe4\xc9\x9b\x83\x92\x93\xab\xbb\x54\x40\x35\xc2\xbd\x3b\x45\xc9\x19\x4a\x13\x94\x3c\xf9\x28\xa0\xe4\x84\xc1\x77\x82\x30\xfb\x89\x26\x08\x33\x81\xf6\xa5\x56\xaa\xfb\xc1\xa8\x95\xea\xee\xee\xd4\x4a\x75\x7d\x27\x6a\xa5\xba\xcb\x12\xb5\x52\x6a\x6a\x5c\x04\xca\x6d\x09\x7f\x97\x28\x32\x2f\x1e\x11\xf2\x01\x4c\x70\x11\x21\x1f\xfa\x47\x88\x90\x4f\x5f\x20\x22\xe4\xd3\x97\x4b\xdf\x5b\x89\x67\x97\xbe\xb7\xca\xf3\x5d\x04\xca\x27\x81\xda\x45\xa0\xdc\x86\x8f\x17\x81\xf2\x19\xfc\x1f\x28\xb2\x9f\x76\x8b\x22\xf3\x9c\x88\x97\x4f\x77\x62\xc4\xcb\xa7\x8b\xc6\x17\x38\x55\x49\x70\xf7\x0b\x9c\xea\x84\x67\x70\xbf\xc0\xa9\x4a\x97\xbb\x5f\xe0\x54\xcd\x10\xdf\x0d\x4a\x1e\x7d\x16\xed\xf3\x7e\xa2\xe4\xde\x0f\xfb\x08\x28\xef\x17\x54\xd5\xe5\x5b\xfa\x82\xaa\xba\x80\x64\xee\x17\x39\xd5\xa5\x47\xf4\x45\x4e\x55\xd5\xd7\x7b\x40\x91\x7d\x83\x07\x14\xd9\xa1\x7b\x80\x8a\xbd\xfb\x01\x2a\xd6\x7b\xf9\x22\xa7\x6a\x19\xf1\xfd\x22\xa7\xba\x1d\x3d\x5f\xe4\x54\x2d\xcf\xbd\x5f\xe4\x54\x37\xa0\xdd\xfd\x22\xa7\xba\xc9\x2c\xdf\x03\x4a\x4e\x5a\xe1\xa2\x82\xb7\x1d\xad\xa8\xe0\x6d\xbf\x26\x2a\x78\x06\xe8\x17\x15\x3c\x1b\xcb\xdf\x6b\x4d\x1e\x77\x47\xe9\xce\xe0\xf6\xa2\x66\xa7\x54\xd3\x45\xb1\x4e\x09\xa4\x8b\x62\x9d\x0d\xa9\x2e\x8a\x75\x88\x33\x85\x07\xc8\xe9\xf9\x02\xf4\xf0\x00\x39\x51\x26\x13\x1e\x20\x27\x0a\x5c\xc2\x03\xe4\x84\x36\x46\x78\x80\x9c\x9e\x2f\xbd\x13\x1e\x20\x27\x72\xec\xe1\xb1\x81\xed\xeb\xd1\x07\x39\xbd\xdf\x88\x0c\x0f\x90\xd3\xfb\x7a\xf7\xce\x91\x77\x00\x9a\xfe\xc6\x4b\x78\x80\x9c\xde\xdf\x93\x01\x4d\x7f\xef\x3a\x3c\x40\x4e\xef\xef\x39\xa9\xad\xfb\xf8\x2c\xe1\x01\x57\x7a\x5f\xee\x07\xae\xf4\x06\x9e\x1a\x5c\xe9\x7d\xb9\x03\xb8\xd2\xfb\xcd\x87\xf0\xd8\xbe\xe9\xe5\x2a\xb6\x6f\x8a\xd8\x60\xfb\xa6\x88\xb5\xb6\x6f\xfa\xc6\x44\x78\x6c\xdf\xf4\xcd\xbf\xf0\x80\x2b\x85\xe8\x35\x29\x30\xab\x9e\x03\xba\xfd\xe6\x74\x78\xc0\x95\xe2\xf0\x9a\x40\xb7\xc3\xfb\x01\xdd\x36\x9f\x13\xe8\xb6\x7a\x3f\xa0\xdb\xca\xff\x02\xd0\xed\xe0\x0e\x01\xe8\xd6\xfb\x05\xa0\xe9\xc6\x1b\x0c\x40\xd3\x0d\xfb\x02\xd0\x74\xe7\x2d\x05\xa0\xe9\xce\x57\x09\x40\xd3\xd5\x73\x40\xd3\xfd\x8f\xc4\x45\x78\x10\xba\x8b\xc3\x8b\x80\x5a\x57\x4c\x40\xe8\x2e\x36\x1f\x1a\xd3\x1b\x1f\x13\xa1\x3b\xc2\xfc\xf0\x20\x74\x17\x3b\x43\x02\xa1\xbb\x38\x30\x1d\xa1\xbb\xd8\x38\x87\xd0\x5d\xac\x0c\x02\x84\xee\xe2\xe0\xa1\x11\xba\x23\x94\x0f\x4f\xd4\x74\x5e\x6e\xd4\x74\x86\x04\x42\x77\x71\xf2\x51\xa2\xa6\xfb\x3f\x4c\xff\xe4\x15\xc3\x83\x9a\x1d\x89\x84\xf0\xa0\x66\x47\xd0\x1f\x1e\xd4\xec\x62\xf5\x97\xa0\xd6\x99\x37\x81\x9a\x5d\xc9\x9e\x03\xb5\x9e\xde\x01\xd4\x7a\x7a\x4d\x50\xeb\xc5\xe0\x41\xcd\xae\x2c\x3e\x18\x6a\x76\x65\x61\x1f\x6a\x76\x65\xf2\x5e\x50\xb3\x2b\xda\xa0\x9a\xdd\xc2\x5a\xd5\xec\x26\xcf\x92\x40\xad\x27\xdf\x81\x3e\xbb\x65\xfa\x4b\x50\xeb\xc5\x57\x41\xe9\xae\x4c\x86\x12\x6a\x76\x65\xf9\x3f\x50\xeb\xcc\x73\x66\x51\x6b\xee\x90\x41\xad\x1d\x58\x19\xd4\xda\x61\x9d\x41\xad\x87\xff\x03\xb5\xf6\xdb\x66\x50\xeb\xee\x11\xa8\x75\xc7\xf6\x0c\x6a\x3d\x3c\x6a\x9c\xe3\x0d\x7e\x11\x50\x6b\xdd\x3b\x0c\x7e\xc9\xfb\xa4\x29\x6e\x73\x58\x67\x90\x77\x47\xd6\x17\x01\xb5\xe6\x28\xc8\xd4\x70\x3a\x8d\x32\xf6\x0d\xde\x44\xd1\x3e\x8f\xb4\x8f\x37\x51\xb0\xaf\x31\x0a\x68\xa6\xdb\x1b\xf6\x7d\x11\x50\xa3\x9c\x3b\x3c\x5f\x04\xd4\xfa\xe6\x59\xbe\x08\xa8\x51\x14\x1e\x9e\x2f\x02\x6a\x23\xf2\xfd\x0a\xa8\xbc\x4b\xd6\x17\x01\xb5\xe1\xc2\xf7\x45\x40\x6d\xb8\xf0\x15\x50\xf9\xe8\x35\x41\xe5\x23\xf6\x7d\x51\x4e\x5b\xce\xbf\x2f\xca\x69\xcb\xd9\x51\x81\xd7\x7f\xe7\x80\xd7\x2b\xff\xfb\xa2\x9c\xb6\x2b\xd7\xfc\xa2\x9c\xb6\x27\x77\xff\xa2\x9c\xb6\x1d\x9f\x95\x3a\x54\x47\xd6\x17\xe5\xb4\xed\xb8\xfe\xa2\x9c\xb6\x1d\xbb\x5f\x94\xd3\xce\xe6\x1b\x7d\x51\x4e\x3b\x1b\x1b\xbe\x28\xa7\xd1\xd2\x35\x3c\x5f\x94\xd3\x68\x05\x1b\x1e\x54\xe9\xce\xe6\x4d\x34\x6a\x4d\x03\xdf\xa8\x01\xaf\x3f\x3c\x75\x03\x5e\x77\xf1\x6e\xc0\xeb\x2f\x57\x69\xc0\xeb\x8f\x47\xc0\xeb\x6e\x16\x0d\x78\xfd\xf0\xd4\x0d\x78\xfd\x30\x06\x1b\xf0\xfa\xe5\xab\x7c\x51\x4e\x27\x4e\x0c\x4f\xa3\x5e\x76\x7b\x44\x4d\xec\xe1\x4d\x7c\xd1\x4a\x7f\x9d\xef\x5f\xb4\xd2\xdf\x8c\xed\x5f\xb4\xd2\xa9\xb7\x0c\xcf\x17\xad\xf4\x37\x33\x96\x3a\x35\xb1\x99\x6f\xd4\xa9\x89\x3d\x3c\xf5\x17\xad\xf4\xd7\xbb\x7f\xd1\x4a\x7f\xff\x6a\x87\x1a\x9e\x2f\x90\xe9\xef\xf5\x06\x30\x04\xae\x8f\x32\xb8\x81\x97\x9c\x9c\xd3\x04\x18\x02\x97\x17\xff\x05\x2b\xfd\x3d\xfc\x6f\x60\xde\xe1\xf3\x7d\xc1\x4a\xcf\xee\x4d\x5f\xb0\xd2\x73\xc3\xf4\x0f\x1e\xea\xd9\x65\xf7\x83\x87\x3a\x25\xd4\xe1\x19\x08\x54\x16\x3e\xfb\xa0\xe4\xb7\xf0\x31\x07\x25\xbf\x95\x4f\x34\x28\xf9\x2d\x7c\xa2\x41\xc9\xaf\xc3\xec\x0b\x64\x7a\x2d\xde\xfd\xb3\x01\x80\x2d\x3c\x5f\x20\xd3\xdb\xe1\x75\x7e\xf0\x50\xef\x4e\x77\xe0\xa1\xc7\xa5\x00\x78\xe8\x71\xc9\x02\x1e\x42\xb1\x38\x3c\xc0\x43\xb4\xa4\x09\x0f\xf0\xd0\xe3\x06\x04\x3c\xf4\xb8\x83\x03\x0f\x3d\x6e\x71\xc0\x43\x8f\x8b\x06\xf0\xd0\xe3\x32\x01\x3c\xf4\xb8\xe1\x4d\x19\x02\xbc\x25\xe0\x21\x2a\xc3\xc2\x03\x3c\x44\x5d\x5a\x78\x80\x87\x1e\x97\x17\xe0\xa1\xc7\xed\x08\x78\xe8\xcd\xbc\x17\xe0\xa1\xd7\xe1\x09\x3c\x14\x5f\xfe\x07\x3c\x14\x9d\x2a\xc0\x43\x3f\xff\x01\x78\x28\xba\x7c\x02\x0f\x65\x17\x61\xe0\xa1\xec\x52\x0e\x3c\x94\x5d\x50\x80\x87\xf2\xc0\x22\xe0\xa1\x5c\xbd\xca\x67\x5f\x49\xfe\x12\xe4\xdd\x2d\x00\x78\x28\xbb\x98\x02\x0f\xfd\xc6\x0b\xf0\x50\xd6\x7b\x01\x1e\xca\xd3\xab\x80\xbc\xeb\xcb\x00\x0f\x65\xbf\x03\xf0\x50\xf6\x9d\xa1\x51\x97\xb5\x0f\x8d\xba\xec\xc2\x07\x74\x94\xfd\x46\x5b\xfb\x18\xbb\x40\x47\x59\x47\x00\xe8\x28\x3b\x42\x80\x8e\xb2\xdb\x11\x1a\x75\xd9\x6f\x4b\x73\xdb\xea\x62\x43\x73\x5b\xb8\xd5\xe1\xa1\xb9\x6d\x8b\xbc\x97\x2d\xfc\xec\xb9\xcd\x91\x57\x01\x7e\x76\x0b\xa0\xb9\x2d\xfc\xf0\xf0\x1c\xe0\xf5\xc0\x5b\x3a\xc2\xeb\x3c\x19\x8d\x6f\x9b\x7e\x38\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\x8b\x22\x8d\x6f\x9b\x9e\x37\x8d\x6f\x9b\xfe\x2d\x8d\x6f\x5b\xc4\x76\x1a\xdf\xb6\xc8\x7b\xa1\xf1\x2d\xbc\xf2\xf0\xd0\xf8\xb6\xb9\x01\x1d\xed\xf3\xee\xd8\xa7\x37\x7f\xb0\xcf\x6d\xec\x58\x7e\xec\xdd\x51\x77\x2c\xbc\xcf\x0b\x3c\xab\xeb\x76\x81\x67\x9d\x8d\x17\x78\xd6\xad\xff\x02\xcf\xba\xf6\x5c\xe0\x59\x47\xd6\x05\x9e\x75\xde\x5e\xe0\xd9\xca\x93\x5d\xe0\x67\xbf\xf4\x05\x7e\x76\x5d\xba\xc0\xcf\x8e\xeb\x0b\xfc\xac\x23\x70\x81\x9f\x1d\x05\x17\xf8\x59\x07\xf0\x02\x3f\xff\xf7\x6d\xff\xbd\x24\x5f\x90\xe9\xa6\x41\x20\xd3\x5f\x1a\x3d\xbc\x0f\xa6\xb3\x48\xbd\x0f\xa6\xb3\xa0\xbc\x0f\xa6\xb3\xf4\xbc\x0f\xa6\xe3\x6b\xbf\x0f\xa6\x57\xcf\x61\x3a\x83\xfc\x7d\x30\x9d\x41\xfe\x3e\x98\xde\x3d\xc2\x74\xa6\xd8\xfb\x60\x7a\xf7\x7e\x98\xde\xbd\x0a\xa5\xc9\xc7\xe7\x5c\xa0\xd6\x9e\xdb\x1c\x79\xf7\xcf\xbe\xc9\xd2\xf3\x7e\xc1\x58\x9e\x5f\xbe\x2a\xbc\xb4\x76\x9a\x8b\xab\xd0\xda\x69\x7e\x59\xaf\xf0\xd2\xda\x69\x31\x71\x5e\x5a\x3b\x2d\x3c\xa2\xf7\x05\x99\x66\xe2\xbc\x2f\xc8\x34\xa1\xe7\x4b\xdb\xa7\xcd\xd6\xf1\xd2\xf6\x89\xb0\x3b\xbc\xb4\x7d\xda\xc9\x73\x20\xd3\x0c\xeb\xf7\x05\x99\xfe\x12\x02\xe1\xa5\x25\xd4\xce\xfe\x0f\xe4\x3d\xf9\x64\x20\xef\xd9\x5f\x82\xbc\x47\xef\x0e\xf2\x4e\x28\xf8\xa2\x16\xb1\xf1\x8b\x5f\xd4\x22\x48\x32\x84\x17\xb5\x88\x1d\xb9\x03\x2d\xa1\x36\x11\xc2\x4b\x4b\x28\x54\xc6\xc2\x8b\x5a\xc4\x8e\x9e\xc3\xbe\xe4\x91\xc8\x7b\xe3\x08\xfb\x22\xef\x2c\x68\x9f\x57\xd1\xbe\xc2\x11\xf6\x25\xde\x67\xd0\x3e\x2c\x42\x49\xe2\x24\xbe\x18\x4a\x12\xc7\x37\x88\x92\x04\xa2\x40\xe1\x45\x49\xe2\x32\x71\x5e\x94\x24\x2e\x53\xe5\x45\x49\xe2\x0e\xde\x35\x90\x13\xa2\x39\xe1\x05\x72\x7a\xa6\x47\xc0\xd6\xc4\x19\x2f\x90\x13\xf5\x65\xe1\x05\x72\x7a\x1c\x13\x51\xd8\x9a\x27\x03\x72\x7a\x5f\x8f\x80\xad\xaf\xff\xfb\xb0\x80\xf7\xe1\x3b\x00\x39\xbd\xaf\xcf\xb9\x39\xe7\x73\x52\x7a\x7d\x3d\xba\xfc\x92\xaf\x09\x1c\x45\xc6\x3d\xbc\x68\xe2\x91\xc5\x0f\x2f\x9a\x78\xcf\xe5\xc9\x92\xf6\xf1\x96\x80\xaa\xde\xc7\xab\x64\xae\xe9\x55\x0a\x47\x8c\x02\xa0\x2a\x70\x82\xf0\x02\x55\x81\x0c\x84\x17\xa8\x0a\x7c\x21\xbc\x40\x55\x64\xf8\xc3\x0b\x54\x15\x12\xf6\x81\x47\xd1\xa4\x2c\xbc\xe0\x51\x71\xfa\x2c\xc0\xd6\xd3\x3b\x00\x5b\xfb\x3e\xc1\xa3\x28\x30\x0b\x2f\x78\x14\x65\x5c\xe1\x05\x8f\x8a\x78\xc2\x2f\x78\x14\x52\x62\xe1\x05\x8f\x4a\xae\x05\xe0\x51\xf1\x7a\x0e\xd8\xda\x39\x8d\x5e\x5e\x3c\xdc\x1d\xbd\x3c\xb2\xf8\xe1\x05\xab\x8a\xdb\xbb\x03\x5b\xfb\xfd\xc0\xaa\xa2\x5f\x05\xac\x8a\x26\x65\xe1\x05\xab\x8a\xdb\x27\xd3\x3e\x2d\xc2\x3e\xa2\x87\x17\xac\x8a\x62\xb7\xf0\x82\x55\xc5\xf5\x57\xe2\xe2\x05\xc6\x8a\x84\x27\x2f\x30\x16\x15\x7a\xe1\x05\xc6\x42\xed\x2d\xbc\xc0\x58\xa8\xaf\x85\xb7\x68\xba\xb7\xc3\x74\x97\x41\x60\x2c\x74\xe1\xc2\x0b\x8c\x15\x09\x25\x5e\x60\xac\xb8\xbd\x0a\xa6\x13\x18\xbe\x05\xc4\xde\x49\x5c\x40\xec\x8b\xbf\xa4\x22\x1d\x6f\xf7\x2d\x54\xa4\x17\x06\x41\xa5\x22\x3d\xf3\x2c\x15\xc5\x54\x7c\xca\xb7\xa2\x98\x5a\x78\xb9\x95\x6a\x75\x37\x84\x2f\x88\x2b\x99\x5d\xec\xfd\x82\xb8\x02\xa0\x10\xde\x2f\x88\x2b\x00\x11\xe1\xad\xa8\xa2\x56\xff\x87\x2a\x6a\xf1\x08\x55\x54\x37\x20\x9a\x47\x95\xe6\x55\x90\x3e\xc5\x9b\x7f\x69\x1e\x85\x4a\x5c\x78\xab\xac\x03\x2c\xa2\x79\x54\xa9\xdc\x8f\xe6\x51\xf5\xe1\x7f\x34\x8f\xea\x6e\x0f\x34\x8f\x6a\x7e\x23\x9a\x47\x75\x27\x0e\xcd\xa3\x9a\x83\x80\xe6\x51\x3d\x78\x07\x10\xed\xe3\x39\x10\x6d\x37\x35\x9a\x47\xb5\xeb\xfd\x06\xd7\x64\xd0\xd1\x3c\xaa\x11\xca\xbf\x34\x8f\x6a\x44\x47\x2f\xcd\xa3\xda\xc1\x76\x9a\x47\xb5\xe3\xb3\x80\xd8\x3b\x01\x50\xae\xe8\x2e\x36\x28\x57\x74\x97\x02\x94\x2b\x9a\x93\x0a\xe5\x8a\x76\x78\x96\xae\x7d\xdc\x0f\xe5\x8a\xe6\xa8\x43\xb9\xa2\x3f\x7c\x69\x94\x2b\x7a\xf5\x9a\xd8\x47\x0a\xe7\x45\xb9\xa2\xbf\x5e\x13\xc4\xde\xe9\x8e\x72\x45\x5b\x3e\xe7\xe2\x97\xfe\x0f\xfb\x5c\x14\x51\xae\x68\x8e\x90\xae\x7d\x4c\x3f\x94\x2b\x9a\x0b\x26\xca\x15\xcd\xe5\x65\xf8\xfd\x78\x4b\x28\x57\x74\x97\x6b\x94\x2b\xfa\x8b\x7d\x43\xfb\x18\x91\x34\x8f\x6a\xce\x23\x94\x2b\xda\xe1\x39\x51\xae\x40\x48\x3d\xbc\xc3\x6f\x84\x7d\x28\x57\xd0\x0d\x3c\xbc\x28\x57\x34\x9d\x92\xe1\x37\x62\x0c\xa2\x5c\xd1\xc9\x17\xbf\x28\x57\xf4\xe0\x11\x36\x38\xdf\x51\xae\x98\x6e\xcc\x28\x57\x80\xc2\x84\x17\xe5\x8a\xa9\x73\x81\x72\xc5\x74\x63\x46\xb9\x62\xba\x5c\xa3\x5c\x31\x75\xf2\x50\xae\x98\xdd\x6b\x22\x29\xd0\xbd\x3b\x92\x02\x93\xb7\x8b\x72\xc5\x74\x0d\xb1\xd1\xae\x0e\x12\xea\x14\xdb\x37\x4f\xa3\xa7\x43\xe6\xfc\x45\x9d\xe2\xe8\x40\xa0\x4e\x41\x97\xed\xf0\xa2\x40\x71\x74\x04\x68\xf4\x74\x0a\xf3\x8f\x46\x4f\x27\x60\x1f\xea\x14\x47\xfb\x90\xa0\xf8\x39\x09\x48\x50\x9c\xcc\x73\xd2\xe8\xe9\x90\x9f\x7e\x69\xf4\x74\x5e\x9f\xec\x72\x95\x3f\x4a\x45\xc2\x8b\x72\xc5\xd1\x73\x43\xb9\xe2\xe8\xbd\xa0\x5c\x71\xf4\xd5\x50\xae\x38\x7e\x06\x94\x2b\x8e\x3b\x31\xca\x15\x87\x60\xe5\x45\xb9\xe2\x64\x8f\x30\xdd\x25\x12\xfe\xdf\x71\xf9\x84\xff\x77\xdc\x7f\xb6\xa6\x7b\x84\xe9\xc1\xff\x61\x7a\xf1\xc9\x34\xdd\x5f\x62\xba\x9e\xe9\xd6\x74\x3e\x03\xdc\xc0\x03\xf4\xf0\xc2\x0d\x3c\x7e\xcc\xa3\x7d\xd8\x00\x01\xf0\xb8\x78\x43\x00\x3c\x04\x86\x2f\x04\xc0\x43\x58\xf3\x42\x00\x3c\x6e\x08\x10\x00\x4f\xf5\x97\xda\xe7\x55\x24\xc5\xf8\x2c\xd8\xa7\xd7\x0a\x01\xf0\x14\x26\x0e\x24\xbf\x43\xbe\xea\xa5\x99\xd3\x1b\x78\x4e\x60\x2c\x41\x98\x17\x18\xeb\x0d\x0c\x10\x9b\x39\x5d\x6c\x07\xc6\x7a\xfd\x0e\xc0\x58\xaf\xef\x93\x66\x4e\x2f\xc1\xed\x4b\x33\x27\xc1\xa2\x17\x88\x4b\x80\xe6\xa5\x99\xd3\xeb\xd6\x78\x65\x4e\x78\x3f\x98\x13\x7e\x15\x9a\x39\xbd\x7a\xe5\x34\x73\x12\x64\x7a\x6d\xe6\xe4\xc8\xb2\x99\x93\xf6\xd9\xcc\x89\xc9\x11\x6c\xe6\x44\x5e\x3b\xd8\xcc\x89\xd4\x56\xb0\x99\xd3\x47\xcf\x0b\xc1\x66\x4e\xc4\x66\xe1\x91\x55\x11\x38\x82\x55\xf1\x78\x0e\x56\x05\x5f\x3a\xd8\xcc\x29\xf8\x4b\x58\x07\xbc\x97\x60\x33\x27\xe2\x8c\x60\x33\x27\xbe\x7b\xb0\x99\x53\xf4\x7f\xb0\x0e\x08\xb4\x03\xcd\x9c\xa8\x86\x0c\x81\x66\x4e\x31\x78\x15\x58\x15\xc4\x3c\xe1\x85\x55\xc1\x96\x1a\x68\xf4\x94\xf8\x46\x81\x46\x4f\x29\x78\x0e\x56\x85\x4f\x4d\xa3\xa7\xc4\xc2\x10\x68\xf4\x94\xf0\xb5\x03\x8d\x9e\xd2\x07\xdd\x86\x40\xa3\xa7\x44\xae\x35\xd0\xe8\x29\xf9\x9c\x34\x7a\x4a\x5a\x8b\x72\x45\x22\xb7\x1b\x50\xae\x48\x3e\x35\xca\x15\xe9\xf5\x7f\xb0\x2a\x48\xa9\x04\x94\x2b\x52\xf0\xc9\x90\xae\xf5\xbd\xa0\x5c\x81\x6e\x5a\x08\x28\x57\x64\xc6\x67\x40\xb9\x22\x17\x8f\x10\x1f\xc0\x99\x09\x28\x57\xe4\xc3\xbb\x0e\x32\x2e\xb0\x08\xe5\x8a\xcc\xc6\x1c\x02\xe2\x03\x6c\x47\x21\x20\x3e\x80\x2f\x1a\xbe\x68\xac\xe6\xed\x1d\x06\xbf\xc4\x3e\x34\x2e\xf2\xf6\x0e\x08\xe0\xb2\xe8\x07\x34\x2e\x4a\xd7\x06\x04\x70\xbd\x3b\x3a\x16\x95\x48\x2d\xa0\x63\x41\x9f\xf9\x10\xd0\xb1\xa0\xaf\x7d\x08\xe8\x58\xd4\xe4\xff\x10\x1f\x20\x9e\x0d\x08\x52\xd4\xed\x11\x0d\xb7\xfe\xea\xbd\x17\x02\x5a\x15\x8d\xa5\x2e\x44\x99\x13\xbc\x32\xf4\x28\x28\x6a\x0c\x01\x3d\x0a\x38\x8c\x21\xa0\x47\x81\xe8\x65\x08\xe8\x51\xb4\xc2\xcd\xd1\xa3\x68\xf8\x2b\x01\x3d\x0a\x04\x31\x43\x40\x8f\xa2\xb1\x40\x07\xf4\x28\x5a\xf6\x7f\x90\x46\xd8\xa9\x42\x82\x55\x01\xea\x19\x12\xfa\x02\xec\x3f\x01\xad\x8a\x5e\xfd\x25\xfa\x02\xbf\xfb\xc1\xb8\x78\x3c\x07\xe3\xe2\xf1\x39\x37\x47\x5e\xe5\x70\x84\xb5\x68\x5c\x20\xce\x19\x02\x1a\x17\x83\x1d\x3c\xa0\x71\x31\x1c\x12\x68\x5c\x0c\x3f\x3b\x1a\x17\xd3\x8f\x82\xc6\xc5\x04\x4f\x0f\x68\x5c\x4c\x3f\x2d\x1a\x17\x93\x3c\x5e\x40\xe3\x62\x26\xee\x8e\xc6\xc5\xf4\x63\xa2\x71\x31\xd9\x1a\x03\x1a\x17\x33\xfb\x3f\x18\x17\x0e\x09\x34\x2e\x68\x67\x1b\x02\x1a\x17\xab\x7b\x95\xc3\x39\xff\x77\x39\xe2\xfb\xa1\x71\xb1\xbd\x26\x1a\x17\xdb\x89\x83\xc6\xc5\x2e\xbc\xa5\x42\xdd\x7e\xf6\x08\xc6\x05\x30\x48\x40\xff\x02\xc9\x9e\x10\xd0\xbf\xd8\x8e\x09\xf4\x2f\x76\xf2\x9a\x30\x2e\x1c\x4b\xe8\x5f\x6c\xc7\x19\xfa\x17\x26\x7b\x02\xfa\x17\xa6\x5b\x02\x04\xc0\x9d\x79\x83\x10\x00\xb7\x63\x09\x02\xa0\xe9\x9d\x00\x01\x10\xe1\x9f\x10\xaa\x6c\x0c\xde\x04\x44\xbe\xeb\x5b\x82\xac\x77\x9d\xa8\xc0\x58\x8f\x57\x01\xaa\x32\x21\x10\x80\xaa\x04\x84\x42\x85\x91\x40\x8a\x2a\x54\x18\x09\x7e\xf7\x06\x23\xc1\xa7\x6e\x30\x12\xb4\xbd\xc1\x48\x70\x4c\x7c\x51\x4e\x7b\x49\x20\x85\x2f\xca\x69\xaf\xd3\xfd\x8b\x72\x9a\x5b\x5c\x68\x30\x2e\x1c\x75\x0d\xc6\x05\x08\x4d\x68\x68\xf8\x3a\x5a\x1b\x65\xfc\xd1\xfb\x51\xc6\x0f\xd2\x1f\xba\x65\xfc\xbc\xdd\x0e\xa0\xbe\xf8\x65\x07\x50\x07\x1f\x0a\x5f\x7c\xd2\x7e\x0b\x74\x07\x50\x5f\x8c\xc1\x0e\xa0\x8e\xdf\x1f\xbe\xf8\xa4\x25\x37\xc3\x0e\xa0\xee\xd2\xda\x01\xd4\x9d\x1d\x1d\x40\x1d\x1f\x36\x74\x00\x75\x22\xa7\xf0\xc5\x27\x2d\xbd\xde\x01\xc2\xc0\xf2\x1c\x84\x81\xe5\xfd\x20\x0c\x1c\x6d\x80\x30\x70\x78\xce\x81\x7d\x60\x47\xe1\x8b\x4f\x1a\x54\xc1\x10\x06\xf6\xb9\x78\x0f\x08\x03\x24\x4a\xc2\xc0\x3e\xf2\x03\x61\x60\xdf\xf5\x2a\x10\x06\xdc\x10\x06\xf6\x91\x03\x08\x03\xfb\x88\x64\xc2\xc0\x3e\x62\xc8\x30\xb4\xcf\x3b\x40\x88\x20\x5d\x16\xbe\xd8\xa5\xa5\xe7\x0f\x12\x5c\x08\x5f\x58\xd3\xd2\xe3\xa3\x60\xba\xeb\xfa\x17\xd6\xb4\x44\xb8\x17\xbe\xb0\xa6\x25\xc2\xa1\x30\xfd\xb4\x7c\x94\xe9\xa7\xe5\x25\xa1\x40\x61\x96\x26\xa0\x40\x01\x2f\x32\x04\x14\x28\x4c\x7f\x04\x14\x28\xe2\xf6\x0e\x7e\x5a\x7f\xd9\xb8\xbb\xd7\xc4\xf4\xee\x39\x4c\x5f\x9e\xc3\x74\x42\xf2\x80\x02\x45\x74\xe8\x4e\x3f\x2d\x03\x04\x05\x8a\xe8\x7e\x8e\x02\x85\x49\x94\xa0\x02\x05\x59\xc4\x80\x02\x45\xc2\xe3\x0b\x2a\x50\x6c\x8f\xb0\xcf\x69\x8b\x02\x45\xf1\xd3\xa2\x40\x51\x7e\x57\x81\x2b\xe1\xa4\x42\x81\x02\x06\x65\x08\x28\x50\x14\x07\x16\x0a\x14\xbf\x5d\x1a\x05\x8a\xe2\x9b\x40\x81\xa2\x38\xb0\x50\xa0\x28\x0e\x4f\x14\x28\x0a\xa9\x8a\x80\x02\x45\xf1\x4d\xa0\x40\x51\x08\x52\x03\x0a\x14\x45\x6b\x51\xa0\x28\x4e\x31\x14\x28\x8a\xdf\x01\x05\x0a\x21\xa0\x80\x02\x45\x73\x11\x46\x81\xa2\x11\x05\x04\x14\x28\x1a\x1c\x92\x80\x02\x45\xfb\xdd\x01\x8e\xc5\xf4\xee\x70\x2c\xa6\xd7\x84\x63\xe1\x74\x47\x81\xa2\x91\x8f\x0b\x28\x50\xb4\xe9\xfd\xe0\x58\xc0\x1e\x08\x28\x50\xb4\xe9\x1d\xe0\x58\x10\xdc\x06\x14\x28\x28\xba\x08\x01\x05\x8a\xee\xd4\x44\x81\xa2\x39\x39\x50\xa0\xe8\x7a\x4b\x28\x50\x74\xd8\x1f\x01\x05\x0a\x41\xde\x70\xe4\x58\x78\x07\x78\x14\x2e\xf3\xa8\x4c\x0c\x17\x53\x54\x26\xa8\x16\x0c\x01\x95\x89\x91\x3d\xda\xfc\x12\x6b\x51\x8b\x18\x2e\xde\xa8\x45\x0c\xdf\x35\x6a\x11\xc3\xed\x01\xb5\x88\xe1\xa2\x8f\x5a\xc4\x70\x0b\x47\x2d\x62\xb8\xe8\x5f\x3b\x4c\x7a\x84\x0a\x43\xf3\x2a\xa8\x30\x34\xef\x0e\xdf\xc3\x2f\x86\x92\xc4\xf2\xcd\xa3\x49\x4e\xbb\xde\x10\xd0\x24\x5f\x7e\x3f\x54\x26\x68\xa3\x1f\x22\x94\x3f\x74\xe8\x42\x84\xf2\x87\x46\x5d\x88\x50\xfe\x36\x31\x4f\x84\xf2\xb7\x99\x1d\x11\xca\x1f\xac\xfd\x10\x1f\xb9\x20\x9b\x23\xb8\x20\xac\x0c\x11\xca\x1f\xf5\x0b\x21\x42\xf9\xdb\x8c\xf2\x08\xe5\x8f\x9a\x81\x10\xa1\xfc\x51\x5d\x10\x22\x94\xbf\xbd\xbd\xfb\xe2\x97\xde\x7d\x73\xce\x3b\x20\x25\xb1\xfc\xdf\x67\xdf\x21\x99\x15\xa1\xfc\x1d\xd2\x73\x11\xca\xdf\x61\x05\x8b\x50\xfe\x0e\xdb\x58\x54\x4a\x82\x19\x1e\x95\x92\x60\xed\x89\x50\xfe\x0e\x5b\x40\x84\xf2\x77\xee\x1f\xed\x50\x43\x84\xf1\x77\xae\x97\x84\xea\xc2\x74\x8f\x30\xfe\x0e\x19\xc6\x08\xe3\xef\x30\xdd\x23\x8c\xbf\x43\x2e\x2b\xc2\xf8\x3b\xc7\xc7\x84\x5e\x42\xe0\x14\x03\x34\x18\xf8\x86\x51\x95\x09\xc2\x9a\x88\xca\x04\xc5\x05\x21\xa2\x32\x21\x67\x32\xa2\x32\x21\xbc\x10\x55\x99\xb8\xfe\x0f\x1a\xcc\xf5\x97\xd0\x4b\xc8\x29\x46\x55\x26\x7c\x65\x41\x1a\x0c\x16\x05\x38\x24\x4c\xd4\x18\xe0\x90\x3c\x0c\x25\x15\x28\xc8\x5a\x46\x15\x28\x00\x61\xa2\x0a\x14\x78\xd7\x11\x05\x8a\x97\x74\x4b\x44\x81\xe2\x25\x8d\x11\xa3\xf4\x19\x9e\x13\x05\x8a\x17\xbf\x3f\xa2\x40\xf1\x12\x91\x44\x14\x28\x82\xcf\xf2\x85\x3c\x3d\xe0\xcd\xc7\x0f\x64\xea\xc8\x15\x85\xf8\x81\x4c\x3d\x78\xf7\x2f\x1c\xea\xe1\xf5\x97\x9d\x5f\xf2\x06\xbf\x98\xa7\x87\xc7\xbb\x4f\x8e\x78\x4b\x1f\xc8\xd4\x83\xd6\x7e\xf1\x50\x0f\xaf\x4f\x26\x7f\xc6\xff\x61\x1f\x59\xd2\xf8\xc5\x43\x3d\xf8\x8d\xbe\x78\xa8\xeb\x9d\xc5\x2f\x1e\xea\x81\x30\x3f\x7e\xf1\x50\x0f\xc4\x27\x31\x61\x1f\x99\xb4\x98\xb0\x2f\xf8\x3f\xec\x83\x4b\x10\x13\xf6\xbd\x5e\x05\xfb\x7c\xf3\x09\xfb\x5e\xef\x3e\x60\xef\xf0\x35\xbf\x78\xa8\xe7\xe6\x73\x2e\x8e\xbc\xdf\x67\x5f\x86\xbb\x1a\xbf\x78\xa8\x23\xd2\x13\x62\x42\x41\x04\x22\x66\xa4\x49\x6d\x01\xb6\x8e\x34\xa9\x15\x0b\x88\x34\xa9\x95\xe0\x18\x6d\x52\xeb\x04\xb7\x49\xed\xf2\x7f\x70\x80\x9c\x2b\x36\xa9\xbd\x5e\xa5\xc3\xfa\xe1\xc9\x32\x1c\xa0\xea\xb9\xc9\x39\x9f\x05\x0e\x90\x63\xf0\x8b\x79\x3a\x35\x80\x21\x7e\x31\x4f\x37\x6f\x1f\xbf\x98\xa7\x2f\x97\x82\x2f\xe6\xe9\xbf\x65\x82\x46\xb4\x67\x7a\x0e\x9e\x0f\x1b\x57\x44\x81\x82\x5a\xda\x10\x51\xa0\x78\x96\xbf\x84\xe7\x03\xb6\x12\x51\xa0\x10\xcc\x8c\x28\x50\x50\x91\x1b\x22\x0a\x14\xb4\xf9\x0d\x11\x05\x8a\xc7\xf7\x82\x02\xc5\xe3\x3b\x43\x81\x82\x82\xe3\x10\x51\xa0\x10\x86\x8c\x28\x50\x50\x7e\x1c\x22\x0a\x14\x54\x07\x87\x88\x02\x05\x12\x9f\x21\xa2\x40\x21\x3c\x1b\x51\xa0\x78\xb4\xaf\x6a\x1f\x77\x47\x81\xe2\x75\xd9\x45\x81\x22\x54\xef\x80\x4a\x48\xf5\x97\x70\x79\xfc\x7e\x48\x49\xe4\xed\xfd\xe0\xf2\x80\x59\x44\xa4\x24\x44\x99\x22\x52\x12\xf9\xf7\x64\x70\x79\x7c\x2f\x48\x49\x98\x52\x89\x48\x49\xa0\x03\x19\x22\x52\x12\x79\xff\x05\xef\x45\x54\x26\xb2\x2f\x1e\x95\x89\xec\xd2\x8a\xca\x44\xf6\xf3\xa1\x32\x21\xe0\x15\x51\x99\xf8\x4d\x07\x54\x26\xb2\xfb\x16\x2a\x13\xd9\x7d\x0b\x95\x89\x7c\xfc\x9f\xa6\xf3\x3a\x9b\xa6\xf3\x92\x50\x99\xc8\xd7\x5f\x6a\xba\x77\xc0\x74\x77\x3f\x54\x26\xb2\x9f\x5d\x95\x09\x20\x99\x88\xca\x44\x23\xd0\x8e\xaa\x4c\x90\x28\x89\xaa\x4c\xb8\x7c\xa2\x32\x81\xe6\x73\x88\xa8\x4c\x50\x34\x13\x22\x2a\x13\x28\x47\x87\x88\xca\x04\xa5\xb4\x21\xa2\x32\xa1\xa7\x18\x51\x99\x40\xc9\x39\x44\xfb\xd7\x66\xaf\x02\xcd\x27\x7b\x15\x68\x3e\xc5\xff\x41\xf3\xc9\x7c\x5a\x54\x26\x1a\xe1\x6c\x44\x65\xa2\x91\x3a\x88\xa8\x4c\x98\x32\x8a\xa8\x4c\x08\x24\x45\x55\x26\xf4\x2d\x54\x99\xf0\x6b\xaa\x32\xe1\xe0\x51\x65\xc2\x09\xa0\xca\x84\x03\x59\x95\x09\xa7\x83\x2a\x13\x7a\x44\xaa\x4c\x38\xa9\x54\x99\x70\x4c\xa8\x32\xe1\xf7\x53\x65\x62\x7a\x3f\xb8\x3c\x4e\x77\x55\x26\xf0\x6f\xa3\x2a\x13\x0e\x56\x55\x26\x1c\xd6\xaa\x4c\x38\xdd\x55\x99\x70\xfa\xa9\x32\xe1\x98\x50\x65\x02\x3f\x2e\xaa\x32\xe1\x22\xac\xca\x84\xe3\xcc\x46\xb4\xe4\xc3\xa3\x4a\x12\x64\x8f\xa3\x4a\x12\xbe\x5d\x95\x24\x7c\xf3\x2a\x49\x24\x9f\x0c\x3e\x8b\xdf\x4f\x25\x09\x92\x67\x51\x25\x09\x97\x5d\x95\x24\x48\xc8\x45\x95\x24\x1c\x83\x2a\x49\x90\xec\x89\x2a\x49\xb8\x69\xab\x24\xe1\x52\x0e\x55\xf0\x38\x3e\xa1\x0a\x1e\xc7\x19\x54\xc1\xe3\x93\x41\x15\x3c\x8e\x5d\xa8\x82\xe2\x43\x51\x25\x09\xbd\x41\x95\x24\x5c\x6c\x54\x92\xf0\x1b\xa9\x24\xe1\x78\x51\x49\xc2\x91\x05\x55\xf0\xe2\xe9\xc7\x2d\x9f\x85\x27\x53\x65\x02\x82\x63\x04\x65\x7a\xf4\x30\x41\x92\xde\xe0\x35\x3f\xa4\xe5\x25\xe9\x16\x41\x92\x5e\x58\x38\x11\x24\x49\x04\x23\x82\x24\x89\x8a\x44\x90\xa4\x37\xf9\x4b\x38\x2b\xba\x75\x20\x49\x26\x89\x22\x48\xd2\x4b\x06\x3c\x82\x24\xbd\x3e\x35\x48\x52\x08\x1e\xe9\x2e\xf1\x55\x40\x92\x02\x49\x9b\x08\x92\xf4\x73\x89\x40\x92\x7e\xee\xc4\x91\xd8\xe0\x39\x88\x0d\x6e\xc5\x20\x49\x26\x58\x22\x48\x92\x89\x99\x08\x92\x94\xfe\x12\xe7\x0c\x11\x90\xe9\xcb\x70\xfc\x77\x04\xdd\xe3\xf7\xd0\x9b\x23\x1f\xe5\x33\x3d\x39\x90\x51\x99\x48\xe4\xd5\x22\x2a\x13\xc9\x21\x8f\xca\x44\x02\xc7\x8d\xa8\x4c\x24\x48\x38\x11\x95\x89\x44\x80\x17\x51\x99\x48\xd0\xc9\x22\x4a\x12\x49\xaf\x0e\x25\x89\xa4\xff\x87\x92\x84\xc0\x47\x44\x49\x22\x05\xaf\x89\x0d\x60\xa0\x11\x25\x89\x14\xbd\xbb\x36\xf8\x64\xd8\xa0\x2f\x8a\x92\x84\x10\x49\x42\x49\x22\xf1\xf9\x12\x4a\x12\x89\x8f\x92\x50\x92\x48\x78\x83\x09\x25\x09\x4a\x4d\x43\x52\x49\xe2\x78\x2e\x73\x4d\xcf\x15\xfe\x77\x38\xc2\x3e\x40\x98\x84\x92\x44\x7a\x3c\xf7\xd9\x27\x0c\x92\x50\x92\x90\x39\x9b\x50\x92\xc8\x84\x7b\xc9\x4e\xb7\xc0\x5f\xc9\x76\xb6\xf8\x86\x49\x25\x89\xee\x53\xc3\xe9\x60\x91\x4a\x2a\x49\x00\x8d\x25\x95\x24\xa0\x3b\x26\x95\x24\xc8\x9c\x27\x95\x24\x40\xc9\x13\x4a\x12\x05\xdf\x22\xd9\xea\x36\x78\x4d\x38\x0f\x40\x94\x09\x25\x89\x4e\x84\x90\x50\x92\xe8\xd1\xff\xc1\x79\x60\x41\x49\xb4\xba\xed\x2c\x44\x09\x95\x89\xce\xa2\x98\x50\x99\xe8\xd1\xab\xa0\x32\xc1\x24\x4e\xa8\x4c\xf4\xe2\x53\xc3\x17\x60\x2c\x25\x54\x26\x3a\xd4\xbd\x84\xca\x44\xcf\x7c\x15\x54\x26\x7a\xf6\x97\x70\x1e\xf0\x9d\x12\x4a\x12\x9d\xf1\x92\x50\x92\xe8\x2c\xad\x29\x68\x03\x6f\x1e\x25\x89\xce\xb6\x99\x82\x36\xf8\x3f\x38\x0f\x2c\xa6\x09\x25\x89\xee\x3b\x43\x49\xa2\x13\x27\xa6\xa0\x0d\x3e\x0b\x36\x38\xea\x50\x92\xe8\x8e\x02\x94\x24\xe8\x5e\x18\x12\x4a\x12\x9d\xc2\xa6\x04\xad\xaf\x83\x05\x24\x68\x7d\x9d\x19\x90\xa0\xf5\x89\xc2\x24\x68\x7d\x74\x4b\x0c\x09\x5a\x5f\x27\xb3\x9c\xa0\xf5\xd1\x3b\x31\xa4\xa8\x7d\xbc\x33\x68\x7d\xc8\x62\x85\x04\xad\x0f\x1d\xe9\x90\xa0\xf5\xa1\x0e\x1d\x52\xd4\x3e\xde\x3c\xb4\x3e\x74\xa4\x43\x82\xd6\xd7\x99\x7f\x09\x5a\x5f\x27\xca\x49\xd0\xfa\x3a\xdc\x8c\x64\xab\x5b\x96\xdd\xa4\x02\x85\xdf\x1d\x5a\xdf\x64\xb5\x49\xd0\xfa\xa6\x5f\x1a\x5a\x9f\x08\x4d\x82\xd6\x37\x7d\x13\x49\x4e\x87\xf7\x93\xb7\xc1\x9b\x87\x9e\x77\x7e\xe7\x20\x05\xb0\x85\x27\xe5\x22\x70\x35\x12\xf4\xbc\x03\x39\x37\x41\xcf\x3b\xb8\x13\x09\x7a\xde\xe9\x9e\x03\xf8\x1f\x9e\x03\xf8\xc7\xd1\x49\x50\xf0\x3e\xb1\xa4\x7f\x2e\xc9\x09\x76\x9e\xfb\x64\x82\x9d\x77\xf0\x84\x13\xec\xbc\x43\xc8\x93\x60\xe7\x9d\xe5\x0d\xe0\x3c\x00\x24\x25\xd8\x79\x87\xc0\x22\xc1\xce\x3b\x78\x44\x09\x76\x1e\xad\xe4\x43\x82\x9d\x77\xf0\x73\x12\x14\xbc\x03\xb3\x34\x41\xc1\x3b\xf8\xda\x09\x0a\xde\x21\x37\x98\xa0\xe0\x1d\xb2\x5e\x09\x0a\xde\x21\xe8\x48\x50\xf0\xac\x1e\x4a\x50\xf0\xac\x3a\x4a\x50\xf0\x8e\x8b\x0d\x14\xbc\xe3\x52\x07\x05\xef\x34\xaf\x89\x7d\xcd\x27\xc3\x3e\x0a\x08\x12\x14\xbc\x03\x34\x96\x8a\xf6\xf1\x9c\x55\xfb\x78\x16\x28\x78\x87\x20\x27\x55\x3f\x1f\x93\xbf\xfa\xf9\x78\x2f\x15\xfb\x08\x13\x53\xc5\xbe\xe1\x55\xe0\x43\x24\x7f\x09\x1f\x02\x88\x2b\xa9\x24\xe1\x90\x57\x49\xa2\xf8\x3f\xf8\x10\xc5\xbb\xc3\x87\x70\x78\xa2\x24\xf1\xe2\xbf\x27\x95\x24\x5c\x14\x55\x92\xa8\x1e\xc1\xf7\x70\x41\x41\x49\xe2\x75\x19\x44\x64\xdd\xa4\x4d\x42\x64\xfd\x75\x72\xa0\x32\x61\xcd\x53\x42\x65\x42\x30\x2c\xa1\x32\xf1\x3a\xf9\x51\x99\x78\x09\xde\x53\xd3\x3e\xde\x67\xd3\x3e\xcf\x61\x5f\xf6\x2a\xd8\xe7\x22\xd5\xb4\x0f\x8b\x9a\xf6\xf9\x9c\xf2\x3d\xbc\x26\x7c\x0f\xbf\x6d\x93\xef\xc1\x78\x41\x65\x22\x50\xee\x92\x50\x99\x08\x6e\x63\x5d\xbe\x07\xdf\x08\x95\x89\xe8\x12\xa2\xca\x84\xb6\xa3\x32\x21\x88\x96\xba\x7c\x0f\x9e\x45\x95\x09\x97\x5d\x55\x26\x92\xe7\xe0\x7b\x10\x8d\x25\x55\x26\xb4\x4f\x25\x09\xbf\x34\x4a\x12\xc9\x65\x10\x25\x89\xe4\x96\x83\x92\xc4\xcf\x9d\x40\x48\x3d\xb9\xfd\x21\xa4\x9e\x7c\x4e\x94\x24\x92\x0b\x1f\x4a\x12\xc9\x37\x88\x92\x44\x72\x9c\xa1\x24\x91\x80\xb8\x12\x4a\x12\x74\xbf\x0b\x09\x25\x89\x74\xbd\x03\xbc\x8d\xeb\x55\xbe\xef\x90\x5f\x8f\x3e\x1b\x32\x9c\xa3\x84\x5a\xba\x25\x42\x49\x0a\x1e\x29\xa3\x84\xca\x44\x26\x9b\x9b\x50\x99\x28\x8f\x47\x81\x23\x7f\x09\x6f\x03\x3f\x3c\xa1\x32\x91\x7d\x16\x54\x26\x32\x31\x64\x42\x65\x22\xbb\x08\xa3\x32\x91\xa1\x34\x26\xa4\x24\x0a\x3e\x6c\x42\x4a\x22\x93\xe0\x4c\x48\x49\x64\xd2\xb9\x09\x29\x89\x7c\xb0\x08\x29\x89\x0c\x84\x97\x90\x92\xc8\xda\x8e\x94\xc4\xcf\xb5\x41\x4a\xa2\x10\x6d\x26\x5a\xf2\x7e\x88\xd0\xbf\x97\x64\xba\xf5\xd6\xec\xdf\xa0\x74\x38\x08\x50\x99\xa8\x00\x3b\x09\x95\x89\xea\x90\x47\x65\xa2\xba\xd7\x2f\xe8\x1e\x04\x63\x69\x41\xf7\xf0\xd3\xa2\x40\x51\xf5\x50\x50\xa0\xa8\x20\xef\x09\x05\x8a\x0a\x95\x3b\xa1\x40\x81\x7a\x57\x48\x28\x50\x58\xac\x9b\x50\xa0\x68\x7a\x6e\x28\x50\x34\xf7\x2d\x14\x28\x5a\xf3\x1c\x7c\x0f\x3d\x45\x54\x26\x2c\xeb\x4d\xa8\x4c\x34\x07\x01\x2a\x13\xcd\xe1\x82\xca\x84\x85\xbc\x09\x95\x09\x14\xb3\x42\x42\x65\x02\x1d\xac\x90\x50\x99\x68\xee\xf5\xa8\x4c\x74\x38\xcb\x09\x95\x09\xcb\x73\x13\x2a\x13\x9d\x32\x99\x84\xca\x44\xf7\x7e\xa8\x4c\x0c\xc0\xd3\x84\x92\x04\x32\xd9\x21\xa1\x24\x41\x1f\xc0\x90\x50\x92\xa0\x63\x60\x48\x28\x49\x8c\xe0\x2f\x2b\xe7\xb0\x08\x25\x89\xa1\x8f\x8e\x92\xc4\x70\xd0\xa1\x24\x31\x5c\xf4\x51\x92\xb0\x92\x29\x1d\x95\x40\x18\xd6\x28\x49\x8c\xe3\x55\x50\xca\xd0\x13\x86\x9e\x37\x49\xfd\x24\xe8\x79\xd3\xaf\x09\x3d\x6f\xea\x9d\x41\xcf\x9b\x8e\x10\xe8\x79\xd3\x45\x1f\x7a\xde\xd4\xc3\x84\x9e\x37\x61\xd3\x24\xe8\x79\x53\x9f\x19\x7a\xde\x74\xf1\x86\x9e\x37\xdd\x10\xa0\xe7\x4d\xb7\x0e\xe8\x79\x53\x2f\x12\x7a\xde\x74\xab\x82\x9e\xb7\xdc\xde\xa1\xe7\xad\xe9\x73\xca\x4b\x61\x2c\x41\xcf\xdb\xd0\xf3\x32\xf4\x3c\x1a\x44\x85\x0c\x3d\x4f\x18\x2b\x43\xcf\xa3\xcd\x54\xc8\xd0\xf3\x68\x2c\x15\x32\xf4\xbc\x0d\x75\x2f\x43\xcf\xa3\x39\x56\xc8\xd0\xf3\x36\xcb\x7c\x86\x9e\x67\x61\x74\x86\x9e\x47\x8b\xa6\x90\xa1\xe7\xd1\x4a\x2a\x64\xe8\x79\xbb\x79\x04\x2f\x85\xf9\x90\xa1\xe7\x09\xb7\x65\xe8\x79\x96\x5e\x67\xe8\x79\xb4\xd8\x0a\x19\x7a\xde\xe5\x8b\x65\xe8\x79\x17\xae\x4b\x7e\x55\x02\xe1\x0e\x50\xf0\x2c\xc4\xc9\xaf\x9c\x15\x2c\x82\x82\x77\xa9\xe1\xcc\xe0\x51\x96\x3b\x67\xf0\x28\xb1\x95\x0c\x1e\xa5\x93\x90\xc1\xa3\xde\xea\xff\x50\xd8\xc8\xde\x0f\x3e\x0b\xe3\x25\xa3\x40\xf1\x92\xd6\xcb\x28\x50\xe8\x40\x64\x14\x28\x74\x20\x32\x11\x50\xf5\xee\x28\x50\xbc\xa4\x8c\x32\x0a\x14\x2f\x63\x22\xa3\x40\xf1\xb2\x4a\x65\x14\x28\x5e\x22\x92\x8c\x02\x85\x9b\x7d\x46\x66\x42\xc7\x23\x23\x33\x11\xd8\x64\x32\x32\x13\x81\x4d\x34\x23\x33\x11\x7e\xff\x5b\x1c\x61\x2d\x32\x13\xb4\x92\x0a\x19\x99\x89\x90\xfe\x82\xf7\x32\x0a\x14\xf4\x69\x0d\x19\x05\x8a\x44\xd0\x98\x51\xa0\x48\x2c\xc9\x19\x05\x8a\xa4\x79\x28\x50\x24\x96\x97\x8c\x02\x45\x6a\xfe\x2f\x73\x84\x09\x28\x50\x24\xa6\x5f\x46\x81\xc2\xbd\x3e\xa3\x40\xe1\xee\x9e\x51\xa0\x48\x4e\x00\x14\x28\x92\x2f\x10\x05\x0a\x13\x17\x19\x05\x0a\x77\xf7\x8c\x02\x45\x72\x08\xa2\x40\x91\xd8\x3a\x32\x0a\x14\x89\x0d\x21\xa3\x40\x91\x58\x34\x32\x0a\x14\x89\xa5\x20\xa3\x40\x91\xf0\x22\x33\x0a\x14\x19\xa0\x25\xa3\x40\x91\xfc\xd0\x28\x50\x98\x6e\xc9\x28\x50\x24\x3c\xa2\x8c\x02\x45\x8a\xde\x01\xfb\x9c\x8c\x28\x50\x98\xec\xc9\x09\xfb\x58\x50\x72\xd2\x3e\x3e\x5f\xd2\x3e\xde\x59\xc2\xbe\xa0\x0d\xb2\x62\x3c\xc2\x3e\xbc\xcf\x8c\x72\x85\x69\x9a\x8c\x72\x85\xfe\x51\x46\xb9\x42\xb6\x6a\x46\xb9\x22\x65\x7f\x89\x7d\x2c\x7c\x39\x6b\x1f\x77\x40\xb9\x42\x9f\x2b\xa3\x5c\x91\x08\x83\x33\xca\x15\xfa\x71\x19\xe5\x8a\xe4\x20\x47\xb9\x22\x91\x73\xcb\x28\x57\x24\x17\x22\x94\x2b\x52\xf4\xa9\xb1\x8f\x98\x20\xa3\x5c\x91\xc8\x30\x66\x94\x2b\x4c\x97\x65\x94\x2b\x12\xf9\xbf\x5c\xfc\x7e\x5c\x13\xe5\x0a\x3d\xcc\x5c\x24\x74\x71\x07\x94\x2b\x92\x0b\x03\xca\x15\x7a\x83\xb9\x38\x3e\xbd\x8a\xe3\xd3\x5f\x7e\xf6\xd5\xc7\xab\x74\x8e\xfc\x1f\xac\x18\x7c\xb5\x8c\x72\x85\x65\xd2\x19\xe5\x8a\x02\x46\x9f\x8b\xac\x18\x2c\x2a\xb0\x62\xf0\xb2\x32\xaa\x16\x72\x5e\x33\xaa\x16\x05\x3f\x2e\xa3\x6a\x51\x49\x6d\x65\x54\x2d\x2a\x29\xc6\x8c\xaa\x85\xc5\x44\x19\x55\x8b\x82\x57\x97\x51\xb5\xa8\x8f\xd7\x2c\x1c\x71\xbf\x2a\x2b\xc6\x5f\xc2\x8a\x21\x7b\x9c\x51\xae\x68\xdb\xfb\xc1\x7c\xd9\x9e\x83\xf9\x02\x23\x28\x43\x07\xb4\x64\x27\x43\x07\xb4\x84\x26\x43\x07\xec\x6e\x47\xd0\x01\x3b\xe9\x81\x0c\x1d\xb0\xc3\x21\xce\xd0\x01\xfb\xf1\x97\x30\x5f\x20\xcf\x65\xe8\x80\x1d\x1f\x3d\x43\x07\xa4\x71\x56\xc8\xd0\x01\x3b\xe8\x54\xfe\xa2\xaa\x46\x73\xac\x90\xbf\xa8\xaa\x75\x60\xcf\xdc\x60\xc5\xb8\x66\x41\x1c\x1c\xae\x2f\x0d\x56\x8c\x9b\x68\x83\x15\xe3\x22\x0c\xa9\x70\xb8\x0e\x42\x2a\x1c\x6e\x24\x90\x0a\x07\x4e\x57\x86\x54\x68\xf5\x73\x86\x54\x38\xa0\x1f\x66\x48\x85\xd6\x3b\x67\x48\x85\xa3\xfd\xa5\x71\x91\xe1\x1b\x0e\x17\x29\xf8\x86\xd6\x84\x67\xf8\x86\x8b\x40\x2d\xc3\x37\x5c\x4e\xfe\x6e\xbb\x13\x7f\x09\xd1\xc6\x65\x17\xbe\xe1\x72\x9f\x84\x6f\xb8\xf0\xb2\x32\x7c\xc3\xe5\x6b\x81\x53\xb8\xfc\xb4\xf0\x06\x69\x76\x19\x32\xbc\xc1\x9f\x57\x00\x37\xf0\xe7\x93\xc0\xff\xa3\x71\x63\xc8\xf0\xff\x7e\x7e\x00\xfc\x3f\x21\x92\x0c\xc9\x6f\xfb\x31\x21\xf9\xed\xe3\x35\xe9\xa1\xe2\x76\x04\xc9\x6f\x43\x60\xc9\x90\xfc\xb6\xc3\x0c\x92\xdf\x06\xf6\xcc\x90\xfc\x10\xd2\x0c\x19\x92\xdf\x76\x80\x40\xf2\xdb\x64\x96\x33\x24\x3f\x84\x3b\x43\x86\xe4\xb7\xf1\x3e\x33\x24\x3f\xe4\x46\x43\x86\xe4\x77\xe1\x35\x64\x48\x7e\x87\x30\x31\x43\xf2\xbb\x4e\x3f\x48\x7e\xf7\xf1\xc9\x36\x47\xbc\x79\x88\x7c\x17\xce\x43\x86\xc8\x77\x5d\x50\x16\x22\x2f\x2e\x9f\x0b\x91\x17\x07\xdd\x42\xe4\xc5\xe5\x6c\xc1\x6e\xd1\x0f\x58\xb0\x5b\xc8\xa0\xe6\x05\xbb\x05\xcf\x3b\x2f\x14\x52\x9c\xfc\x0b\x85\x94\xc7\x6b\xc2\x6e\x21\x0a\xc8\x0b\x76\x0b\xcc\x89\xbc\x60\xb7\xbc\xde\x4f\x76\x8b\xcf\x29\xbb\x85\xef\xb0\x61\x78\x90\x29\xcc\x1b\x86\x87\x36\x6c\x18\x1e\x6e\xd3\x1b\x86\x87\x5b\xe3\x86\xe1\xe1\xa8\xdb\x30\x3c\x5c\xd8\x37\x0c\x0f\x47\xeb\x86\xe1\xe1\x76\xbb\x61\x78\x38\x8d\x36\x0c\x96\xe0\x39\x18\x2c\x8e\xf9\x0d\x83\x25\x79\x07\x18\x2c\x7a\x9f\x5f\x74\xd4\x83\xfe\xe6\x17\x1d\x75\x93\x28\xf9\xc0\x60\x71\x7b\x38\xd8\xa7\xe3\x01\xe4\x14\xdc\xd4\x8e\xf6\x71\x87\x83\x7d\x2e\x1a\x07\xfb\xdc\x44\x8f\xf6\x79\x0e\xfb\xdc\x72\x0e\xf6\x11\x2f\xe4\x83\x7d\x6e\x39\x07\xfb\xf4\x37\x8f\xf6\x61\xed\xc1\xbe\xec\xff\xb0\xcf\xad\xf8\x60\x9f\xce\xda\xc1\x3e\xdd\x89\x2f\x72\xea\x99\xec\x6a\xbe\x28\xdc\x20\x99\x90\x2f\x0a\x37\x44\x63\xf9\xa2\x70\xe3\x72\x7d\x61\xb0\x38\xfb\x2f\x0c\x16\x92\x7c\xf9\xc2\x60\x59\xfe\x0f\x15\x1b\x37\xbc\x2f\x3a\xea\x85\xd4\x41\xfe\xa2\xa3\xfe\xdb\xd4\xbe\xe8\xa8\xff\xb6\xbf\x2f\x3a\xea\x15\x17\xac\x7c\x11\x50\xaf\xd8\x5e\xbe\x08\xa8\x37\xc6\x6e\xf9\xa2\x9c\xae\x84\x55\xf9\xa2\x9c\x6e\x1d\x6a\xf9\xa2\x9c\xde\x48\x86\x94\x2f\xca\xe9\x7d\xf8\xbf\xef\x39\xfb\xf4\x9a\x9d\xa3\x87\xa3\xc1\xd1\x5f\x5e\x72\xf9\x02\xa0\x3e\x40\x4b\xcb\x17\x00\xf5\x81\x32\x40\xf9\x02\xa0\x3e\xb3\x47\x07\xda\xcd\xe0\x48\x12\x0e\xff\xfb\x02\xa0\xbe\x58\x88\xca\x07\x1d\xf5\x43\x80\x57\x3e\xe8\xa8\x9f\xeb\x2f\x21\xb0\xb0\x8b\x15\xd4\x22\xa4\xe2\x17\xd4\x22\x68\xa0\x14\x0a\x6a\x11\x0f\xcc\xd9\x82\x5a\x04\x1a\xbe\xa1\xa0\x16\x81\x80\x7e\x28\xa8\x45\xa8\x05\x55\x50\x8b\x40\x86\x3f\x14\xd4\x22\x68\xbc\x14\x0a\x6a\x11\xf4\xd9\x0d\x05\xb5\x88\x87\x05\xba\xa0\x16\xa1\x86\x54\x41\x2d\x42\xb5\xa9\x82\x5a\x04\x0d\xa2\x42\x41\x2d\x82\xe6\x51\xa1\x04\xdb\xf8\xf0\x9c\x28\x42\x04\x16\xef\x82\x22\x44\x60\x11\x2e\x28\x42\x58\x51\x56\x50\x84\x88\x7e\x76\x14\x21\x0a\x00\x62\x41\x11\xa2\x90\xaa\x28\x28\x42\x94\xc7\x5f\x2e\xce\xf1\xd9\x83\x2c\x15\xcf\x1d\x7e\xe9\x53\x5f\x7e\xc9\x39\x14\x21\x0a\x0b\x7b\x41\x11\xa2\x90\xf0\x28\x28\x42\x14\x96\xf2\x12\x61\xe1\x30\xe4\xcb\x17\x01\xe5\x42\xd8\x56\xbe\x08\x28\x17\x3c\xc5\x42\xbb\xa8\xcc\xd6\x51\x68\x17\x65\xe6\xae\xd0\x2e\x4a\xad\xb9\x42\xbb\x28\x24\xd7\x43\xa1\x5d\x14\x92\xf2\xa1\xd0\x2e\x4a\x5d\xb8\x42\xbb\xa8\xc6\xa6\x5d\x68\x17\xd5\x9a\x4f\x0d\x4b\xa5\x7a\x3f\x58\x2a\xb8\x13\x85\x76\x51\xc8\xaa\x87\x92\x64\xa9\x60\x03\xed\xa2\x4c\x89\x15\xda\x45\xa9\x58\x57\x68\x17\xa5\x2e\x5c\xa1\x5d\x54\xc3\xaf\x2a\xb4\x8b\x6a\x78\x44\x85\x76\x51\x8d\xa4\x46\xa1\x5d\x94\xe9\xab\x42\xbb\x28\x13\x6b\x25\x61\x1f\x51\x63\x49\xd8\x77\xbd\xc3\x67\x1f\x82\xb4\xa1\xd0\x4a\x6a\xe0\xe3\x15\x5a\x49\x8d\xe3\x2f\x61\xa9\xe0\x45\x16\x5a\x49\x8d\xed\x11\x2c\x15\xc7\x3c\xad\xa4\xc6\xf6\x08\x96\x8a\x73\x93\x56\x52\xa6\xa1\x0a\xad\xa4\x86\xf3\x88\x56\x52\x03\x77\xa2\xd0\x4a\x6a\x38\xae\x69\x25\x35\x9c\x63\xb4\x92\x1a\xce\x15\x5a\x49\x0d\xfc\xe9\x92\x61\xe1\x38\xe3\x32\x2c\x1c\xa2\xb8\x42\x9b\xa9\xe1\x2c\xa6\xcd\x14\x8d\xc8\x42\xa1\xcd\xd4\xc4\xfb\x2c\xb4\x99\x9a\xde\x9d\x36\x53\xd3\x19\x47\x9b\xa9\x55\x3c\x82\xc1\xe2\x57\x81\xe4\x67\x3a\xa9\x40\xf2\x33\x69\x53\x20\xf9\x99\x78\x2a\x90\xfc\x4c\x20\x15\x48\x7e\xdb\x91\x05\xc9\x6f\xff\x9e\x05\x45\x96\xe6\x2f\x51\x64\x71\x24\x43\xf2\x33\xb5\x55\x20\xf9\xd1\x45\x3c\x14\x48\x7e\xa6\x9a\x0a\x24\x3f\xdd\xc8\x52\x65\xe8\xfc\x05\xef\x15\xf8\x7f\xe6\xc0\x0a\x1c\x3f\x4b\x8c\x0b\x1c\x3f\x81\xb2\x02\xc7\x8f\xfe\x7a\xa1\xc0\xf1\x53\x82\xaf\xd0\x65\xea\xb0\x8b\x15\xba\x4c\x09\xb7\x15\xf8\x7f\xc7\xa1\x04\xff\xef\xf8\xc1\xe0\xff\x09\x27\x16\xf8\x7f\xc7\x05\x1a\xfe\xdf\x4d\x1e\x21\x38\x43\xd0\x5f\xe0\xff\x5d\xbc\x89\x02\xff\xef\x42\x94\x2a\x28\x42\xc8\x6e\x2e\x28\x42\x58\x00\x5c\x50\x84\x10\xf0\x2a\x28\x42\x98\x77\x2a\x28\x42\xbc\xd5\x73\x90\x77\xdc\x51\x51\x7d\x30\x7b\x55\x50\x7d\x78\x8b\x77\x80\xa0\xe3\x90\x40\xf5\xe1\x75\x99\x40\xf5\x41\x60\xae\xa0\xfa\xf0\x3a\x24\x50\x7d\x30\x5b\x56\x50\x7d\x78\xf1\xdc\x0a\xaa\x0f\x6f\xf4\x1c\x36\x14\xff\x87\x0d\x78\x4b\xa5\x6b\x03\xb6\xa3\xfa\x10\x48\x71\x14\x54\x1f\x64\x0d\x17\x54\x1f\x42\xf0\x9a\x30\x58\x7e\x47\x30\x58\x08\x9f\x0b\xaa\x0f\xe9\xf7\x64\x30\x58\xb2\xe7\x60\xb0\x68\x1f\xaa\x0f\x26\xb3\x0a\xca\x0e\x26\x90\x0a\xca\x0e\x89\x20\xae\xa0\xec\x90\x8a\xbf\x84\x69\x33\x3c\x82\xa5\x82\x77\x56\x50\x76\x48\x4e\xb8\x01\x4b\xc5\x6f\x34\x60\xa9\x90\x7d\x2c\xa8\x3e\x98\xb4\x29\xa8\x3e\x24\xc7\x2e\xaa\x0f\xa6\x2a\xca\xd0\x06\x8f\xb4\x81\xd1\x33\x64\x12\x79\x04\x0b\xc7\x6f\x8b\xea\x43\x72\xf9\x44\xf5\xc1\x24\x58\x41\xf5\xc1\x84\x5c\x41\xf5\x21\x39\xa5\x51\x7d\xc8\x8e\x1e\x54\x1f\x32\x38\x7c\x41\xf5\x81\xc6\xa2\xa1\xa0\xfa\x50\x7e\xe7\x3e\xfb\x0a\x1e\x66\x41\xf5\xc1\x94\x43\x41\xf5\xc1\xb4\x49\x41\xf5\x81\xbe\xe1\xa1\x4c\x18\x10\xd3\x6b\xc2\x80\x70\x3e\xa0\x08\xd1\x97\x4f\x0d\xa4\xe6\xfd\x16\x0c\x08\xe7\xed\x82\x01\x01\x62\x52\x50\x8b\xf8\xf9\x78\xa8\x45\x74\x1d\x08\xd4\x22\xfa\xf4\x08\x86\x87\x5b\xdc\x82\xe1\x01\x26\x53\x50\x92\xe8\x6e\x78\x28\x49\x74\x72\xd0\x05\x25\x89\xee\x92\x85\x92\x44\x1f\xfe\x0f\x86\xc7\xf4\x7f\xd8\xa7\x2f\xba\xb4\xcf\x23\xed\xe3\xbd\xa0\x24\xd1\xa1\x24\x14\xe4\x22\x3a\x20\x7d\x41\x2e\xa2\xbb\xbe\x6c\xed\xe3\x7e\xc8\x45\x74\x80\xf8\x02\x91\xaf\x77\x8f\xb0\x0f\xda\x41\x41\x2e\xa2\x03\xe7\x17\x48\x7e\xbd\x7b\xa4\x7d\xfe\x0f\xfb\xfc\xd2\x90\xfc\xfa\x7f\x11\xc2\xbf\x97\x64\xf8\x7f\x2a\xc2\x16\xf8\x7f\xd6\x2e\x15\xf8\x7f\x5d\x5f\x66\x6b\x3a\x83\x60\x6b\x3a\xc3\xe5\x68\xba\x47\x98\x0e\x8b\xa3\x1c\xc9\x2d\x3c\xe6\x91\xdc\xc2\x2b\x3b\x92\x5b\x18\xf2\x30\xf7\xa6\xde\x84\x1a\x10\x0e\x17\xe8\x79\xe7\x7a\x07\xf8\x10\xa4\x1c\x0a\xf4\xbc\x0b\x1e\x5b\xa0\xe7\x5d\xe8\x6b\x05\x7a\xde\x21\x90\x29\xd0\xf3\x2e\x59\xe0\x02\x3d\xef\x80\xb2\x16\xe8\x79\x97\x20\xb5\x40\xcf\xbb\x64\xee\x0a\x4d\xa0\xae\x8b\x06\xf4\xbc\xeb\x52\x07\x3d\xef\xbe\xde\x61\x70\x07\xaf\x39\x39\xc7\x3b\x83\x9e\x77\xf4\x5e\xa0\xe7\x5d\x08\x79\x05\x7a\x1e\x1d\xc4\x42\x81\x9e\x77\x99\xd2\xf5\xd1\x86\xce\x11\x9c\x0e\x3c\xa9\x0a\x3d\xef\x92\x21\xae\xd0\xf3\x64\x8f\x56\xe8\x79\x37\x7a\x84\x0d\xa4\xa1\x2a\xf4\xbc\x0b\xf5\xab\x42\xcf\xb3\x44\xa8\x42\xcf\xbb\xe4\xd1\x2b\xf4\xbc\xfb\x78\x3f\xec\x4b\x3e\x19\xf6\x3d\x5e\xc5\x6f\xe4\xb3\xf8\x8d\x0a\x47\xda\xa7\x0d\xd8\x87\xff\x5e\x5f\xed\xf3\xc8\x6f\x34\x38\xc2\x3e\xe8\x95\x15\x7a\xde\x25\x51\x52\xa1\xe7\x5d\xb4\x3f\x2a\xf4\xbc\x4b\xc1\x50\x85\x9e\x77\x01\x7d\x2a\x1a\x10\x2f\x5e\x72\x45\x03\xe2\x65\x5c\x57\x34\x20\x5e\x7c\xa0\x8a\x06\x84\x1b\x6c\x45\x03\xe2\x25\x2f\x5a\xd1\x80\x78\xd9\x2c\x2a\x1a\x10\x6f\xf3\xc9\xe4\xac\xf0\x06\xd1\x80\x78\xf1\xce\x2a\x1a\x10\x2f\xfe\x58\x45\x03\xe2\x65\x8e\x55\x34\x20\x84\x87\x2a\x1a\x10\x26\x0b\x2a\x1a\x10\xe1\xf7\xcb\xcc\x11\xcf\x82\x06\x44\xe8\xfe\x52\x4e\x87\x47\x72\x3a\x78\x4b\x68\x40\xd0\xdf\x3c\x54\x34\x20\xe8\xd5\x1d\x2a\x1a\x10\x09\xd8\xac\xa2\x01\x21\xb6\x52\xd1\x80\x48\xd5\xff\xc1\xf7\xa8\xde\x1d\xbe\x07\x2e\x4a\x8d\xf0\x3d\x48\xbe\x54\xf4\x21\xcc\xcd\x57\xf4\x21\x32\x69\xb6\x8a\x06\x84\xd2\xa7\x35\xc2\x87\xf0\x3b\x44\x3a\x87\x90\xda\xaa\xe8\x43\x14\xbf\x26\xfa\x10\xc6\x89\x15\x11\x08\x63\xc8\xfa\xc5\x58\xb5\x90\x20\xab\x11\x1d\x0b\x66\x55\x45\x20\xa2\x90\x20\xab\x08\x44\xa8\x34\x5e\x11\x88\xa8\x7e\x15\x04\x22\x2a\xfe\x6d\x45\x20\xa2\xfa\xdd\x11\x88\xa8\x7e\x77\x04\x22\x2c\xee\xa9\x08\x44\x54\xc7\x0b\x02\x11\x15\x57\xb1\x22\x10\x51\xab\xbf\x84\x10\xd1\xfe\x92\x1d\xaa\x68\x47\x58\x86\x5a\xd1\x8e\x50\xa0\xbc\xa2\x1d\xa1\x9a\x56\x45\x3b\xa2\x91\xe2\xa8\x68\x47\x28\x73\x5e\xd1\x8e\x68\xbf\x9b\xc3\x95\x20\xfd\x51\x93\x5c\x09\xce\xa1\x1d\xd1\x58\xbc\x2b\xda\x11\x74\xed\x0a\x15\xed\x08\x33\x38\x15\xed\x08\xa5\xd3\x2b\xda\x11\xca\x95\x57\xb4\x23\x2c\x82\xad\xe8\x43\xb8\xbb\x57\xf4\x21\x2c\x97\xad\xe8\x43\xf4\xee\xff\x26\x47\x0c\x3a\xf4\x21\xdc\x80\x6a\x96\x2b\xe1\x35\xe1\x4a\x74\xef\x0e\x57\xc2\xc1\x83\x3e\xc4\xc0\xc3\xac\xe8\x43\x58\xf6\x5a\xd1\x87\x50\xd8\xbc\xa2\x0f\x31\x80\xdb\x2a\xfa\x10\x03\x8f\xbd\xa2\x0f\x31\xe0\x5d\x57\xf4\x21\x86\xef\x13\x0d\x08\x03\xd8\x8a\x06\xc4\xf4\xc9\xd0\x80\x98\x64\xe7\x2a\x1a\x10\xb3\x79\x77\xba\x8a\xe0\xaf\x54\x34\x20\xe6\xef\xa9\xe1\x4a\xf8\x96\xd0\x80\x98\x78\x28\x95\x26\x50\xf4\x21\x0b\x95\x26\x50\xb2\x39\x2b\x4d\xa0\x26\x7e\x4e\xa5\x09\xd4\x74\xb0\xa2\x1d\x31\xfd\x0e\xd6\x4a\x01\x75\x54\xa8\x7b\xea\x7c\x55\xa8\x7b\xd3\xef\x07\x75\x6f\x3a\xc8\xa1\xee\xad\xe9\xfd\x26\x47\xbc\xb3\x2a\x57\xc2\x27\x93\x2b\x81\xb5\x50\xf7\x36\x3e\x57\x85\xba\x47\x93\xb2\x50\xa1\xee\x29\xdc\x5e\xa1\xee\x6d\xd8\x26\x15\xea\xde\x76\x94\x43\xdd\x53\xb8\xbd\x42\xdd\xa3\xeb\x5a\xa8\x50\xf7\x2c\xba\xad\x50\xf7\x36\xa2\x90\x15\xea\xde\xc6\x65\xa8\x50\xf7\x36\xbe\x5a\x85\xba\xb7\x71\x4a\x2a\xf4\xbc\x8d\x8f\x57\xa1\xe7\x29\x22\x5f\x9b\x7c\x08\x7f\xa9\x0d\x58\x0b\x3d\x6f\xe3\x33\xd7\xae\x0d\xfc\xb2\x6b\x03\x77\x87\x9e\xb7\xf1\x30\x2b\xf4\xbc\x8d\x77\x56\xbb\x36\x78\x0e\xae\x84\xcb\x2e\x14\xbc\x4b\x6a\xa4\x42\xc1\xbb\xdb\x6b\x7e\x08\x86\xe2\xf3\x15\x44\x88\x7e\xe3\xa1\x82\x08\x3d\xd9\xe7\x84\x2b\xe1\xa6\x86\x02\xc5\x6f\x3b\x02\x2d\x7a\xc9\xcd\x57\x14\x28\x7e\x5b\x23\x0a\x14\xaf\x63\x10\x24\xe9\x75\x0c\x82\x24\xbd\xa4\xa1\x2a\x0a\x14\xc1\x45\x18\x05\x8a\xe4\xbc\x05\x65\x4a\x8e\x2c\x14\x28\x92\xb6\xa3\x40\x91\x7c\x83\x20\x50\xc9\xd1\x03\x02\x95\xfc\x7e\x2a\x50\x38\x5e\x94\x99\x70\x25\x02\x81\x4a\xbe\x6b\x65\x26\x5c\xdd\x94\x99\xf0\x6b\x82\x40\x25\x57\x4c\x10\xa8\xe4\xc8\x02\x81\x4a\xeb\x2f\x12\x5c\x05\x9c\x4a\x0e\x4f\xc0\xa9\xd4\x3d\xc2\xf4\xe9\x25\x31\x1d\xc0\xab\xaa\x40\xe1\xf0\x04\x9c\x4a\x4e\x8e\xa9\xe9\x3e\x34\xa6\xbb\xb4\x02\x4e\x25\x97\x48\xc0\xa9\xb4\xfc\x1f\xa6\x03\xf6\x55\x14\x28\x92\x0b\x03\xc0\x55\x72\xd0\xa9\x40\xe1\x20\x47\x81\x22\xb9\x9c\xa1\x40\x91\xc0\x94\x2b\x0a\x14\xc9\x45\x03\x05\x8a\x34\x3d\x87\x7d\xcb\xab\xf8\x69\xb1\x0f\x05\x8a\x44\x62\xa6\xa2\x40\x91\x08\x79\x2a\x0a\x14\x89\x74\x4b\x45\x81\x22\x6d\x9f\x13\xfb\xa6\x57\xc1\x3e\x97\x48\x15\x28\x8a\x47\x60\xed\x40\x4e\x15\x05\x8a\x1a\x3c\x02\x6b\x77\xf1\x46\x81\xa2\x12\x3e\x57\x14\x28\xaa\x9e\x30\x0a\x14\x15\xdf\xbe\xa2\x40\x51\xf5\x1b\x51\xa0\x90\x1e\x54\x51\xa0\xa8\x14\x31\x57\x14\x28\xea\xeb\x35\xe1\x12\xe8\x65\xa1\x40\x51\x49\xfd\x54\x14\x28\x6a\xf2\x2a\x8b\xa7\xf6\x0e\x9b\x73\xbc\x4f\x14\x28\x2c\x23\xa9\x5b\xfb\x78\x4b\x47\xfb\x18\x59\x47\xfb\x18\x3d\x28\x50\x54\xfd\x77\x14\x28\xea\xeb\xff\xb0\x4f\x9f\x19\x05\x8a\x0a\x8c\x55\x51\xa0\xa8\x7a\xfa\x07\xfb\x92\xff\xc3\x06\x0a\x55\x2a\x0a\x14\xd5\xe5\x05\x05\x8a\xfa\x7a\x4d\x6c\x70\x13\x3d\xd8\xa0\xcf\x75\xe0\x12\xc0\xaa\xa8\x17\x15\x8d\xe3\x11\x4a\x20\x64\xdc\x2b\xea\x14\xe6\x8b\x2b\xea\x14\xcd\x2d\x15\x75\x0a\xeb\x2d\x2b\xea\x14\x82\x45\x15\x75\x8a\x46\xa4\x56\x51\xa7\xb0\xe0\xa4\xa2\x4e\xa1\x9c\x6a\x45\x9d\xc2\x82\xea\x8a\x3a\x45\x77\xfe\xa1\x4e\x61\x88\x5c\x51\xa7\xe8\x2e\x44\xa8\x53\x74\x5c\xa2\x86\x3a\x45\x07\xeb\x68\xa8\x53\x74\xae\xd9\x50\xa7\xe8\xe4\x7d\x1b\xea\x14\xe2\x4a\x0d\x75\x0a\x65\xb8\x1a\xea\x14\xaa\xa5\x37\xd4\x29\x06\xee\x4b\x43\x9d\x42\xd5\xf3\x86\x3a\xc5\x60\xcb\x69\xa8\x53\x2c\xa0\xe2\x86\x02\xc5\x22\xa5\xd9\x50\xa0\x58\xcb\xff\xa1\xb0\xc1\xfc\x6b\x28\x50\xb8\x71\x35\x15\x28\x88\x60\x9b\x0a\x14\xe0\x20\x0d\x05\x8a\x0d\xba\xd1\x54\xa0\x20\xaa\x6a\x28\x50\xd0\x09\x33\x34\x15\x28\xf0\xa7\x9b\x0a\x14\x44\xda\x8d\xa6\x53\x87\x38\xb1\xd1\x74\xea\x3c\xde\x1d\x09\x0a\x22\xc3\x06\xe5\x6f\xf3\xdd\x9b\x12\x14\xc4\x04\x4d\x09\x0a\x52\x4d\x0d\x5a\xdf\x17\x6d\xfe\x73\x49\x6e\x41\x8c\x9e\xc7\x44\x81\x42\x01\xc7\xa6\x02\x05\xe1\x65\xfb\x29\x50\x70\x3b\x15\x28\xc8\x65\x35\x14\x28\x14\x70\x6c\x28\x50\x28\x93\xdd\x54\xa0\x60\x02\x34\x14\x28\x5e\x26\x47\x43\x81\xc2\x6e\x5f\x4d\x05\x0a\x96\x89\xa6\x02\x45\xf5\x7f\x60\xf4\xd5\xfb\x81\xd1\x43\xc1\x6b\x2a\x50\x54\x9f\x1a\xfc\x17\x3f\xbc\xa1\x40\x11\xd8\x43\x1b\x0a\x14\x81\xdc\x67\x43\x81\x22\xb0\xe8\x37\x14\x28\xac\x87\x6f\x2a\x50\xb0\x40\x37\x15\x28\xba\x57\x01\xdf\x1e\xfe\x12\x7c\x9b\xbd\xbe\xa9\x40\x31\xbc\x03\xf8\x76\xf7\x97\xe0\xdb\x0e\x72\x15\x28\xb4\x41\x05\x0a\x76\xfe\xa6\x02\x05\xd9\xce\x86\x02\x45\xc0\xc7\x6b\x28\x50\x04\xa6\x7b\x53\x81\xa2\x79\x84\x7d\x78\x9f\x4d\x05\x0a\xe2\x85\xa6\x02\xc5\xf0\x1c\xf6\x11\x42\x36\x15\x28\xf0\xc3\x9b\x0a\x14\x4c\xf0\xa6\x02\x05\x7e\x78\x53\x81\x02\x1f\xa8\xa9\x40\x81\x67\xd3\x50\xa0\x08\x4e\x5b\x14\x28\x02\xdb\x74\x43\x81\x82\xd6\xa5\xa1\xa1\x40\x11\x9a\xe7\xb4\xcf\xff\x61\x1f\x8b\x4d\xcb\xda\xc7\x3b\xcb\xd8\x17\x3c\x87\x3a\x85\x8b\x8d\xea\x14\x3e\xb5\xea\x14\x4e\x4d\xd4\x29\x2a\x45\x2c\x0d\x75\x8a\xaa\xed\xa8\x53\x54\xbf\x3b\xea\x14\x06\x9b\x4d\x75\x0a\x7c\xbc\xa6\x3a\x05\x41\x6a\x53\x9d\xc2\x77\x8d\x3a\x45\xad\x3e\x27\xd8\x3e\xf1\x42\x43\x9d\xc2\x10\xb9\xa1\x4e\x51\xfd\xb6\xa8\x53\x54\x7c\xb5\xf6\x45\x5c\xbd\x52\x48\xd5\xbe\x88\xab\x37\x42\xf9\xf6\x45\x55\xbd\xbb\xf4\x7c\x51\x55\xef\x4e\xfe\x02\xee\xef\x12\x52\xc0\xfd\x7d\x83\x05\xdc\x9f\xa8\xaa\x15\x70\x7f\x8a\xac\xda\x17\x71\x75\xf3\xa9\xed\x8b\xb8\x3a\xdd\x2e\x43\x2b\x74\xd9\xc1\xa7\x6c\x5f\xc4\xd5\x4d\x5b\xb6\x2f\xe2\xea\x66\x6c\xdb\x17\x71\xf5\x8e\x63\xd5\xbe\x88\xab\x5b\x9c\xdf\xbe\x88\xab\x0f\x60\xba\xf6\x45\x5c\x7d\x1c\x7f\xd9\xa0\x0f\xf0\x26\xbe\xe8\xa8\x2f\x52\x93\xed\x8b\x8e\xfa\x71\xf4\x80\x32\xa9\x70\xd3\x40\x99\x54\x9c\x69\xa0\x4c\x2f\x5b\x6a\x03\x65\x52\xf6\xbf\x21\x17\x41\xa3\xdd\xd0\x90\x8b\x50\xe5\xaf\x35\x09\x03\xd8\x80\x24\x84\x4d\x07\x1a\xb2\x0f\x81\xc4\x68\x43\xf6\x21\x00\xf5\x37\x64\x1f\x4a\xf2\x0e\x00\xea\x38\x02\x0d\xd9\x87\x42\x5a\xa8\x21\xfb\x50\x70\x19\x1a\xb2\x0f\x25\xfd\x45\x82\x6b\x28\x42\x14\xc2\xee\x86\x22\x44\x81\xfe\xd4\x50\x84\x28\xf8\x40\x0d\x45\x88\xe2\xb0\x46\x11\xa2\x64\xff\x57\xf9\x25\xaf\x05\x45\x88\x82\xff\xd7\x50\x84\x28\xee\x8c\x28\x42\x94\xe0\x43\xc3\x25\xc0\xe7\x6a\x28\x42\x94\xe8\x1d\x30\x3d\x78\x07\x4c\x8f\x1e\x7d\xa6\xeb\xe7\x34\x15\x21\x5c\xea\x54\x84\x70\x40\xaa\x08\xe1\x00\x41\x11\xc2\x44\x49\x43\x11\xa2\xb9\xd4\xa1\x08\xd1\xf0\xbc\x1b\x8a\x10\x26\x51\x1a\x8a\x10\xa6\x5b\x1a\x8a\x10\x96\x9f\x34\x14\x21\x9a\xc3\x45\x45\x88\xdf\x11\x58\x34\x44\xb7\xa6\x22\x84\x83\x40\x45\x08\x3c\xb0\xa6\x22\x84\x83\x07\x45\x88\xe9\xa0\x53\x11\xc2\x61\x86\x22\xc4\x74\x6a\xaa\x08\x41\x9e\xb9\xa1\x08\x31\x61\x55\x34\x14\x21\xa6\x13\x15\x45\x88\xe9\xee\x8e\x22\xc4\x84\x9b\xd1\x50\x84\x58\xc5\x5f\x82\x45\xbb\xb4\xd2\x58\x6a\xbb\x59\xa0\x16\x61\x30\xdd\x50\x8b\x90\x7e\xd8\x54\x8b\x70\xd1\x57\x2d\xa2\x6b\x03\x58\xb4\xdb\x83\x6a\x11\x7e\x07\xd5\x22\x5c\x34\x54\x8b\xf0\xed\xaa\x16\xe1\xa6\xa6\x5a\x84\x8b\x30\x6a\x11\x87\xe2\x82\x86\x5a\x84\x62\xe2\x0d\xb5\x08\xf5\xb5\x9b\x6a\x11\xd9\x3b\x90\x64\x80\x75\xd0\x54\x8b\x20\xca\x69\xaa\x45\x6c\xef\x00\x18\x7d\x7c\x96\x05\xc4\xec\xfd\x36\xa0\x32\xd6\x02\x32\x19\x68\x37\x40\x26\xc3\xf5\x06\xc8\xf4\x73\x20\x00\x99\x5e\x47\x24\x20\xd3\x4b\x54\xd5\x00\x99\x5e\xdf\x20\x20\x93\x09\x81\x06\xc8\xf4\xea\x40\x00\x32\xbd\xbe\x5d\x95\x24\x1c\xbb\x2a\x49\x90\x62\x6c\x2a\x49\xf8\xc5\x54\x92\xf0\x8b\xa9\x24\xa1\x73\xa1\x92\x84\x6f\x5e\x25\x09\x5d\x0d\x95\x24\x80\x67\x9b\x4a\x12\x40\x5c\x0d\x24\xe9\xb7\x51\x82\x24\x99\x4b\x6e\x47\x90\x17\xfb\x40\x92\x92\xde\xee\x11\xe4\xf5\x1c\x20\x2f\x29\xb1\x86\x92\x84\xc9\x89\x86\x92\x44\x72\x84\xa0\x24\x61\x15\x44\x53\x49\xc2\x37\xaf\x92\x84\x0e\x84\x72\x11\xba\x0c\xca\x45\x38\xdf\x95\x8b\xf0\xbd\x28\x17\x01\xe3\xbd\x29\x17\xe1\x37\x52\x2e\x82\x48\xbb\x81\x47\x65\xdd\x3a\xf0\x28\xdb\xd8\x35\xf0\x28\x6b\x15\xdb\x15\xe4\xe5\xc9\x90\x8b\x28\x7f\x92\xe0\x1a\x50\x95\x4d\x39\x1b\x50\x55\xd1\x5f\x01\xaa\x2a\x0e\x3a\xa0\x2a\x9b\x80\x36\xa0\xaa\xe2\xc7\x04\xaa\x2a\x0e\x09\xa0\xaa\xe1\x0e\x0e\x54\x35\x70\xfb\x3b\x50\x95\x75\x69\x1d\xa8\x4a\xb2\x78\x07\xaa\xa2\xef\x74\xe8\x40\x55\xd6\xac\x75\xa0\xaa\xce\xbe\xd5\x81\xaa\xa4\x95\x77\xa0\xaa\x81\xff\xde\x81\xaa\x3a\x8b\x62\x07\xaa\xea\x04\x7f\x1d\xa8\x4a\x92\x79\x07\xaa\xb2\xd6\xad\x03\x55\x0d\x7c\xfb\x0e\x54\xd5\xd9\x51\x3b\x50\x95\xcd\x2e\x3b\x50\x55\xbf\x5e\x05\xa0\x13\xaf\xb5\xbf\xda\xc7\x93\x01\x55\x75\x96\xdd\x0e\x54\xd5\x8f\x47\xd8\xc7\x36\xd6\x81\xaa\x06\x70\x46\x7f\xb5\x8f\x77\xa6\x92\x04\xc1\x6d\x47\x49\x62\x10\xd7\x74\x95\x24\x08\x8a\xbb\x4a\x12\xc7\x5f\x62\x1f\x01\x5e\x47\x49\x42\x3d\xe8\x8e\x92\xc4\x78\xbd\x9f\xf6\xf1\xae\x5f\xbf\x1f\x6f\x50\x25\x09\x36\x8b\x8e\x92\x84\x19\xf0\x8e\x92\xc4\x60\xd1\xef\x2a\x49\xb0\x01\xf5\xe0\xf7\xf3\x97\x00\xb9\x80\x4c\x3d\xa0\x52\xc0\x16\xd7\x51\x99\x98\x4c\x95\x8e\xca\xc4\x64\x59\xea\xa8\x4c\xcc\xe1\x55\x3e\xfb\xd6\xe3\x55\x06\x47\xbc\xc1\xa0\x82\x01\x4f\x8d\xca\xc4\x7a\xbc\x0a\x50\x6a\xf2\x7f\x40\x8d\x3f\x1b\x84\x52\xf9\x7e\xa8\x4c\x5c\xfc\xf7\x8e\xca\xc4\x25\x27\xdc\x51\x99\xb8\x2c\x67\x1d\x95\x89\xcb\x92\xd5\x51\x99\xb8\x2c\x9f\x1d\x95\x89\xcb\x52\xd0\x51\x99\xb8\xc5\xff\x55\x9e\x85\xe7\x44\x65\xe2\xb2\x10\x75\x54\x26\x2e\x8e\x4e\x47\x65\xe2\x76\xef\x0e\x94\x5a\x3d\x5a\x5c\xd3\x3b\x60\x5f\xf3\x0e\xd8\x97\xbd\xa6\xf6\x71\x0e\x95\x89\x9b\x3d\xc2\x3e\x98\x28\x1d\x95\x89\x4b\x91\x76\x47\x65\xe2\x12\x19\x76\x54\x26\x2e\x5b\x40\x47\x65\xe2\xb2\xfd\x75\x54\x26\x64\xca\x77\x54\x26\x2e\xe9\xb9\x8e\xca\x84\xf5\x81\x9d\xe6\x51\xb7\xfa\x3f\xec\x2b\xde\x0f\xfb\xba\x57\xc1\xbe\xec\xfd\xb4\xcf\xab\x60\x1f\x5b\x71\x4f\xda\xc7\xfb\x44\x9d\x82\xee\xe3\xa1\xa3\x4e\x41\x67\xf2\xd0\x51\xa7\xb8\xb0\x62\x3a\xea\x14\x17\x1e\x53\xa7\x79\xd4\x65\xf9\xec\x60\x55\x2f\x2b\x5f\x47\xe7\xdc\x0d\xaf\xa3\x73\xee\xd6\xd8\xc1\xb1\xdc\x52\x3b\x38\xd6\x3b\x3c\x02\x2a\xee\xde\x01\xa8\x78\xfc\x45\x82\xeb\x40\x5c\xef\xd4\x04\x50\x64\x3c\xcc\x0e\xc4\xf5\x3a\x71\x80\xb8\x5e\x3c\x94\x0e\xc4\xf5\x92\x10\xe8\x40\x5c\xee\xaf\x1d\x88\xcb\xbd\xb7\x03\x71\xbd\xec\x70\x1d\x88\xeb\x25\x20\xe9\x45\xd3\x79\x65\x45\x14\x99\x65\x02\x09\x74\x83\xfe\x8e\x04\x7a\xcc\x9e\x13\x45\xe6\x95\x01\x6a\x45\x07\x08\xa0\x56\x84\xc2\xd5\x01\xb5\xa2\x03\x04\x50\x2b\x3a\xe4\x01\xb5\x22\xa4\xa6\x0e\xa8\x15\x9d\x38\x80\x5a\xc9\xa9\x89\xe6\x84\x75\x85\x1d\xe0\x2a\x35\xaf\x89\x16\x80\xc3\x0c\xe0\xca\xbd\xbe\x03\x5c\x25\x12\x02\x1d\xe0\x2a\x81\xea\xf6\x2a\xbe\xed\xdd\xa9\x95\x77\x49\x06\xb8\xb2\x76\xb0\x03\x5c\x65\x17\x0d\x80\xab\xe2\xf2\x09\x70\x55\x5e\xcf\xa1\x05\x40\xbe\xb8\x03\x5c\xc9\x28\xee\x00\x57\xb2\x94\x3b\xc0\x55\x21\x45\xd5\x01\xae\x0a\x51\x47\x07\xb8\x2a\x64\xb2\x7b\x53\x0b\x80\xf7\xd9\xec\xcc\xe0\xd1\x06\x45\xf6\x0e\x87\x23\x86\x6e\x13\xd1\xe6\x59\x80\xaa\xaa\x6f\x02\xa8\xaa\x11\xa0\x77\xa0\xaa\x46\xc0\xdc\x81\xaa\x1a\x39\xc5\x0e\x54\x65\x9d\x58\x07\xaa\xb2\xa1\x51\x07\xaa\xb2\x2d\x52\x47\x49\xc2\x86\x46\x1d\x25\x09\x9b\x24\xf5\x0e\x34\xbd\x7c\x16\x61\x5d\xac\x45\x49\xc2\x3c\x6c\x47\x49\x42\x92\x58\xef\xc2\xba\xdc\x1d\x25\x89\xee\x66\xf1\x45\x63\xd5\xba\xb4\x0e\xe5\xcf\x72\xee\x8e\xca\x84\xea\xc9\x1d\x95\x89\xe1\x04\x47\x65\x42\xa5\xbb\x8e\xca\xc4\x70\x06\xa0\x32\x31\x71\x7b\x3a\x2a\x13\x76\x91\xec\xa8\x4c\x4c\x68\x61\x1d\x95\x89\x39\x7c\x32\x20\x5f\xdf\x04\x2a\x13\xd3\x25\x04\x95\x89\x39\x7d\x16\x20\x5f\xc8\x5e\x7d\x00\xf9\x3a\xfb\x51\x99\x58\xcb\xa3\x97\x23\xde\x20\x2a\x13\x16\x75\x75\x54\x26\x96\x4f\x86\xca\xc4\xd6\xf1\x40\x65\x62\x6f\xcf\x01\x89\xc2\x9f\xee\xa8\x4c\x58\x48\xd5\x51\x99\x50\xbf\xb8\xa3\x32\xb1\x89\x48\x3a\x2a\x13\xe6\x76\x3b\x2a\x13\xfb\x7a\x15\xe0\x52\x1d\x16\x54\x26\xb6\x2e\x03\x2a\x13\x96\x7f\x75\x54\x26\x2c\x1b\xeb\xa8\x4c\x58\x0c\xd6\x91\x92\xd8\x70\xa4\xfb\x17\x8d\xd5\xdf\x86\xb7\x28\x2d\xf7\xed\x22\x33\x71\x5d\x76\x97\xa5\xe5\x8c\x5d\x64\x26\xee\xf1\xa8\x72\x84\xed\x44\x63\x57\xdb\x97\x50\xea\x5f\x5d\x45\x3a\x0a\x14\x57\xf3\x50\xa0\xb8\x24\xf8\x3b\x50\xd5\x43\x15\x5e\x07\xaa\x7a\xdc\xd3\x80\xaa\x5e\x3d\x1b\xa0\x2a\x83\xa3\x0e\x54\xf5\x5b\xbc\x81\xaa\x5e\xf7\x2d\xa0\x2a\x43\xb3\x0e\x54\xf5\x12\x22\x77\xa0\x2a\xe9\x41\x7d\x8b\xb2\xf2\x64\x40\x55\x56\x40\x75\xa0\x2a\xc9\x42\x1d\xa8\xca\x9a\xae\x0e\x54\x65\x7d\x52\xdf\x56\xa4\xfb\x2c\x54\xa4\xeb\xab\x01\x55\x65\xf2\xda\x1d\xa8\x2a\x43\x5f\xeb\x40\x55\x59\x4f\x11\xa8\x4a\x2a\x4f\x07\xaa\xca\xb0\x7f\x3b\x50\x55\x86\x24\xd6\x81\xaa\xb2\x9e\xe9\xb1\x2c\x9b\x0f\x06\x54\x95\xc9\xb8\x77\xa0\xaa\x4c\xf6\xaa\x03\x55\x65\xfd\x70\xa0\xaa\xec\xf2\x79\x80\x1a\xf5\x92\x11\x52\xcf\xc1\x23\xa0\x46\x07\x2b\x30\xd6\x6f\x61\x07\xc6\xca\x8f\x57\x01\x6a\xd4\x87\x05\xc6\xca\xc1\xff\x59\x56\xcf\x1b\x04\xc6\xca\xc6\x27\x17\x28\xd5\x09\x87\x00\x7b\x72\xd0\x01\x71\x25\x52\x00\x1d\x88\x2b\xe9\xb1\x03\x71\xe5\xd7\x6b\x02\xa5\x3a\x3c\x81\xb8\x12\x20\x53\x07\xe2\xca\x7e\x69\x20\x2e\x25\x6d\x3a\x10\x57\x76\x7b\x00\xe2\x52\xd2\xa6\x5f\xbf\x9f\xbf\xe4\xfb\xe9\x17\x03\x71\x29\x85\xd3\x81\xb8\x32\x1b\xd7\x00\xe2\x4a\x4c\xe2\x01\xc4\x95\x81\x0c\x07\x10\x57\x0e\x9e\x03\x0e\x66\x4a\x8f\x47\x1b\x2e\x47\xd8\x40\xca\x68\x3c\xda\xd0\x38\xf2\x1b\xf9\x3f\x6c\x88\x1e\xf9\x8d\x26\x47\xd8\xf0\x7a\x15\x6c\x08\xde\x41\x38\x38\x70\x04\x5c\x0a\x03\x7d\x00\x63\x55\x3c\xbe\x01\x8c\x55\x59\xce\x06\x30\x96\x55\x6a\x03\x18\xcb\x3c\xfa\x00\xc6\x52\x7f\x66\x00\x63\x55\xdc\x97\x01\x8c\xa5\xc2\xcd\x00\xc6\xaa\xc5\x6b\x02\x97\xe2\xcc\x0c\x60\xac\x9a\x3d\x07\x5c\x0a\x77\x7c\xa0\x5c\xa1\x8a\xcd\xf8\x1f\x63\xe7\x96\x67\x2f\xab\x03\xd1\x29\xa9\xa0\xc8\x70\xb8\xce\x7f\x08\xe7\xd7\xac\xa5\x76\xbf\x7c\xff\xf3\xe8\xde\x5e\x00\x11\x52\xa9\xa4\x82\x72\x85\x15\xe2\xcb\x6e\x1f\x18\x09\x78\x2c\xcb\x22\x15\x94\x2b\x12\x9e\xe5\x72\xd0\x3f\xcc\xac\x82\x72\x85\xc1\x65\x05\xe5\x0a\xf5\xa7\x0b\xca\x15\x72\x01\x05\xe5\x0a\x43\xd4\xca\x61\xff\x3c\x93\xfe\x11\x49\x5e\x0e\x29\x6d\xef\x49\xff\xb0\x92\x0b\xca\x15\x29\x79\x26\xfd\xf3\x3d\x1c\xf6\x8f\x91\x3f\xec\x1f\xef\x0f\x79\x8a\xdb\x51\x42\x9e\x22\xe3\x2a\x2c\xc1\xa2\x0a\xff\x5a\x92\x0b\xca\x15\x96\x7f\x2c\x28\x57\x58\xb8\xb1\xa0\x47\x61\x59\xc5\x82\x1e\x45\xde\x3d\x22\x97\x1c\x66\xba\xa0\x47\x91\x59\x96\x0a\x7a\x14\x99\x65\xa9\xa0\x47\xa1\x6d\x51\x82\xdc\xb0\xcf\x83\x1b\x66\x61\x2f\xe8\x51\x64\x76\x9c\x82\x1e\x45\xf6\x73\x88\x72\xc3\x0c\x2e\x7a\x14\x05\x4b\xaa\xa0\x47\xa1\x32\x6f\x41\x8f\x42\x25\xe0\x82\x1e\x45\x21\x5f\xaf\xa0\x47\x51\xb0\xb2\x0a\x9a\x13\xea\xfb\x16\x34\x27\x0a\x7b\x76\x41\x73\xa2\x60\x93\x14\x34\x27\xd4\xf7\x2d\x68\x4e\x14\xac\x89\x82\xe6\x44\xe9\x3e\x8f\x7c\x78\xe8\x93\x82\xe6\x84\x1a\xc5\x05\xcd\x89\x02\x29\x52\xd0\x9c\x30\xcb\xa9\xa0\x39\xd1\xf0\xaa\x17\x34\x27\x5a\xf4\xcc\xd5\x87\x86\xf5\x59\xd0\x9c\x68\x38\x7b\x0a\x9a\x13\xad\xfb\x1f\x49\xef\xcf\x3d\xe1\xb7\xd9\x60\x0b\x9a\x13\xad\xdb\x16\x92\xde\xbb\x4f\x80\xfb\xc6\x7a\x29\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\xe8\xe9\x2d\x68\x4e\x74\x2c\xc5\x82\xe6\xc4\x70\x21\x42\x73\x62\x60\x87\x17\x34\x27\x06\xb6\x7d\x41\x73\x62\xb0\x19\x16\x34\x27\xac\xdc\x58\xd0\x9c\x18\xbb\x67\xc2\x7d\xef\x3e\x01\xee\xdb\x39\x88\xe6\xc4\x70\x0e\xa2\x39\x31\x5c\xdc\xd0\x95\x18\xce\x6b\x74\x25\x06\xdb\x43\x41\x57\x62\xb8\x7c\xa2\x2b\x31\xc8\x63\x2c\xe8\x4a\x58\xc2\xb2\xa0\x2b\x31\x70\xb3\x15\x74\x25\x06\x58\xa2\xa0\x2b\x31\x0f\xcf\x3c\x39\xe2\x79\xe8\x4a\xcc\xe7\x09\x89\x23\xaf\xbb\x39\x93\x51\xa2\xcc\xd4\x74\x94\x20\xb5\x36\x17\xd3\x85\x9c\xf2\x96\x3c\x73\x11\x6c\x9b\xcb\x52\xa2\x4c\x84\x0b\xc3\x4d\x99\x08\xdc\x03\xe5\x96\xa4\xe7\xcc\x1b\x92\xfe\xf0\x3f\x88\x78\xe2\x60\xca\x0d\x11\xef\x06\x74\x43\xc4\xfb\x1e\x6e\xc8\x76\xbc\xb2\xe5\x86\x50\x87\xb0\x2c\x37\x84\x3a\x44\x67\xb9\x21\x64\x89\xc5\x2a\x19\x52\xd9\x6f\x25\x43\x2a\x3b\x23\x33\xa4\x32\x11\x4f\x25\x43\x2a\xfb\x15\x67\x48\x65\xec\xdb\x92\x21\x95\x9d\xd7\x19\x52\xd9\x6f\x2c\x43\x2a\x0f\xef\x09\xa9\xec\x77\x9b\x21\x95\x9d\xd7\x19\x52\x19\xdb\xbe\x64\x48\x65\xb7\xd4\x0c\xa9\x0c\x61\x59\xb2\xa4\x39\x4f\x28\x90\xca\x60\x89\x52\x20\x95\x9b\xff\xd9\x3f\x46\xa9\xd0\x3f\x4c\xda\x52\xe8\x1f\xe8\xaf\x14\xfa\x47\x44\x49\x29\xf4\xaf\xfd\xcb\x71\x51\x0a\x5d\x27\x8d\xb1\x14\xbb\xee\xe3\xec\x3a\x9d\x2d\x76\x9d\x21\x2b\x76\x9d\xc9\x53\xe8\x7a\xf5\xe1\x76\xdd\x33\x57\xd7\x83\x1f\x63\xa1\xeb\x2e\x9f\x95\xae\x03\xe2\x4a\x25\x1f\x1e\x60\x5f\x2a\xf9\xf0\xc5\x23\xf2\xe1\xa1\xf0\xca\x82\x4a\xd9\xda\xd2\x65\x41\xa5\x7c\x02\x2c\x4a\x25\x57\xde\x45\xbf\x92\x2b\xef\x86\x50\xc9\x95\xb7\xd5\x15\x3e\xdd\x5d\xac\xc2\xa7\x63\x61\x96\x0a\x9f\xbe\x79\x1d\x7c\xba\xbb\x5f\x95\x4f\xf7\x48\x3e\xdd\xb6\xc0\xa7\x03\xd0\x4b\x83\x4f\x77\xb2\x36\xf9\x74\xa6\x44\x93\x4f\xe7\x3a\x34\x27\x6e\xec\xbf\x82\xe6\xc4\xed\xa7\x82\xe6\xc4\x8d\x55\x5e\xd0\x9c\xb8\x0f\x9f\x90\x38\xf2\x09\x37\x77\x61\x94\xd0\x9c\xb8\xb1\xbc\x0b\x9a\x13\x46\xa0\x17\x34\x27\xac\xee\x5c\xd0\x9c\x30\xa0\xab\xa0\x39\xf1\x6c\xb7\x68\x4e\x3c\x9b\x36\x9a\x13\xd6\x34\x2e\x68\x4e\x28\xf9\x52\xd0\x9c\xc8\x4e\x48\x34\x27\xcc\x79\x2a\xe8\x4a\x98\x27\x56\xd0\x95\x30\xa3\xac\xa0\x2b\x91\x09\x5b\x2c\xe8\x4a\x64\x3f\x3f\x74\x25\x32\x10\xb9\xa0\x2b\x91\xfd\xfc\xd0\x95\xc8\x7e\x70\xe8\x4a\xe8\x02\x28\xe8\x4a\x98\x00\x5c\xd0\x95\x30\xa9\xb8\xa0\x2b\x61\x52\x71\x41\x57\xa2\x80\x10\x0a\xba\x12\xc5\x85\x01\x5d\x09\x35\x7c\x0b\xba\x12\xaa\xf6\x16\x74\x25\xaa\x8b\x22\xba\x12\xaa\xe0\x15\x74\x25\x54\xb3\x2b\xe8\x4a\xa8\xa5\x57\xd0\x95\xd0\xc5\x51\xd0\x95\xa8\xda\x63\xe8\x4a\xa8\x7b\x57\xd0\x95\xa8\x50\x4e\x05\x5d\x09\x35\xf8\x0a\xba\x12\x55\x4b\x11\x5d\x89\x36\x3d\xda\x39\xe2\x6d\xa2\x2b\xd1\xc0\x0b\x05\x5d\x89\x86\xc7\xbd\x2c\x5c\x93\x1b\x08\xa8\x2c\x5c\x93\xfb\xe6\xd1\xc5\x11\x6d\x41\x73\xa2\x89\x09\xd0\x9c\x68\xe0\xb6\x82\xe6\x44\x77\x2e\xa1\x39\xd1\xfd\xaa\xd0\x9c\xe8\x30\x18\x05\xcd\x89\x01\xed\x59\xd0\x9c\x18\x7c\x8d\x75\x61\x97\xd3\xf8\xae\xba\xb0\xcb\xb9\xef\xfe\x87\x68\x01\x5b\x63\x5d\x2c\xd3\x69\x0c\x57\x5d\x2c\xd3\xa9\x96\x4a\xdd\xac\x2a\x32\x38\x5a\x24\x6f\x40\x04\xac\x6e\x08\x1a\x0c\xcf\x24\x08\x81\xb1\xae\x1b\x41\x08\x97\x47\x04\x21\x5c\xde\x85\x20\x84\x64\x5b\x08\x42\xe0\x6d\xd6\x8d\x20\x84\xcb\xff\x08\x42\x00\x21\xd4\x8d\xf8\x0b\xbc\xf8\x75\x27\xfe\xe2\xfc\x57\x10\x5c\xdd\x09\xcd\x00\x00\xd5\x05\x87\xce\xe4\xb0\xa0\x47\x61\xec\x6a\x45\x8f\x42\xef\x5c\x45\x8f\xc2\xba\x67\x15\x3d\x0a\x7d\x75\x15\x3d\x8a\x9b\x60\xff\x8a\x1e\x85\xf5\xd9\x2a\x7a\x14\x77\xb3\x99\x68\x01\x54\x9f\x87\x16\x00\xcb\x75\x45\x8f\xa2\xfa\x1a\xd0\xa3\xa8\xbb\x4f\x18\x1c\xd9\x32\xe2\x13\x08\xa5\xab\xe8\x51\x54\x96\x90\x8a\x1e\x45\xf5\xd5\xa2\x47\x51\x11\xcd\xa9\x07\xf1\x09\xd8\x5c\xf5\x20\x3e\x81\xa5\xae\xa2\x55\x51\x7d\xed\x68\x55\xd4\xc3\xeb\xa8\x58\xc1\x62\x5a\xd1\xaa\xa8\xec\xbd\x15\xad\x8a\xce\x46\x52\xd1\xaa\xe8\xd5\x96\x11\x9f\x00\x79\x5a\x0f\xe3\x13\xe8\x1f\x5a\x15\x9d\x4d\xad\xa2\x55\xd1\xab\xcf\x33\x3e\x81\xe7\xa1\x55\x61\xa2\x43\x0d\xc6\x27\xd0\x6a\xb4\x2a\x3a\xcb\x6e\x45\xab\xa2\xe3\xf5\xaa\x68\x55\x98\xb0\x50\xd1\xaa\xe8\x6c\x86\x15\x3d\x0a\xab\x65\x57\xf4\x28\xc6\xe5\x99\xc4\x20\x60\x93\xd4\x60\x0c\x02\xad\x46\x8f\xc2\xca\x63\x15\x3d\x8a\x31\x6c\x0b\x15\x2b\xb0\xe6\x6b\x30\x21\x9e\x37\x86\x1e\xc5\xf4\xbd\x47\x13\xe2\xfd\x8f\x18\x04\xf8\x8c\x1a\x8d\x41\xe0\x9e\x90\x4c\x3b\x84\x57\x85\x64\xda\x41\x2b\x15\x92\x69\xb7\x47\x90\x4c\xbb\x73\x09\x92\x69\x27\x68\xbf\x42\x32\xed\xcd\xa7\x13\x83\xe0\xfc\x84\x64\xda\x9d\xbb\x90\x4c\x7b\xf5\xe9\xc6\x20\x78\x1d\x1c\x3d\xdb\x43\x85\x64\x32\x1a\xbe\x42\x32\x19\xc3\x5f\x21\x99\x8c\x7f\xaf\x90\x4c\xd1\x6f\x05\x92\x29\xfa\x1d\x41\x32\xc5\xdb\xff\x88\x41\x00\x71\x55\xe4\xd1\x8d\x7f\xaf\xc8\xa3\xeb\x32\xaa\xc8\xa3\xc7\xee\x75\x94\x43\x08\xfe\x47\x39\x84\xe4\xd3\x29\x87\x80\xd9\x53\xd1\x40\x3f\x31\x58\x2a\x1a\xe8\x16\xb2\xaa\x68\xa0\x5f\xe0\xc4\x8a\x06\xfa\x85\xed\x5b\xd1\x39\xbf\xec\x11\x3a\xe7\x97\x7d\x40\xe7\xfc\xf2\x6d\xa2\x73\x7e\x39\xba\xe8\x9c\x5f\x8e\x3c\x3a\xe7\xc6\xe2\x57\x74\xce\x8b\xcb\x27\x3a\xe7\xc5\x19\x89\xce\x79\x21\xd6\xa5\xa2\x73\x5e\xd8\x0c\x2b\x3a\xe7\x05\xbb\xbf\xa2\x73\x5e\xd8\xc6\x2a\x3a\xe7\x05\xec\x59\xd1\x39\x2f\x38\x43\x2a\x3a\xe7\xc5\xe5\x13\x9d\x73\x35\xe3\x2a\x3a\xe7\x05\x87\x4e\x45\xe7\xdc\x8a\x88\x15\x9d\x73\x13\xbe\x2a\x3a\xe7\x05\x63\xad\x26\x02\x0d\x82\xd7\x41\xc4\x93\xaa\x5f\x13\xfd\xfb\x67\x10\x5c\x4d\x76\xdd\x5b\xd2\x75\x76\xe2\x9a\xe8\x3a\x9e\x9f\x9a\xe8\x7a\xf4\x01\x74\xfd\xf4\x4c\xba\xee\x47\x9c\xe8\x3a\xfe\x95\x7a\xdb\x75\xee\x72\xd3\x75\xd2\x02\xea\x6d\xd7\x19\xb2\xdb\xae\x33\x2c\xe8\x51\x14\x78\xe3\x8a\xe6\x44\x89\xfe\x07\x0f\xff\xfc\x97\x39\xa2\x2d\xe8\x51\xd4\xe7\x2e\xf0\xf0\x2e\x7c\x68\x4e\x54\x27\x1d\x9a\x13\x95\x78\xca\x8a\xe6\x44\x63\x3f\xaf\x68\x4e\x34\xe8\x85\x8a\xe6\x44\xc3\x85\x53\xd1\x9c\xd0\xc1\x5f\xd1\x9c\x98\xd8\x71\x15\xcd\x89\x59\xbc\x0e\x2e\xfa\x79\x02\x5c\xb4\x0b\x11\x9a\x13\x13\xbb\xb1\xa2\x39\x31\x6d\x19\x9a\x13\xd3\x71\x41\x73\x62\x36\x5b\x06\x17\xed\x07\x80\xe6\xc4\xcc\x9e\x09\x17\x0d\xe0\xaa\x19\x2e\xda\xe5\x0c\x72\x6a\xb3\x7f\xe8\x51\xa8\x7f\x5b\x21\xa7\xa6\x8b\x3e\x7a\x14\xd3\xcf\x08\x3d\x0a\xa9\x8e\x5a\xec\x9f\xff\xd9\x3f\xde\x7b\xb1\x7f\x1e\xd1\x3f\x97\x33\xf4\x28\xac\x11\x5d\xd1\xa3\x98\x2e\x4b\xe8\x51\x4c\x10\x50\x45\x8f\x62\x62\x6b\x57\xf4\x28\x2c\x29\x54\xd1\xa3\x30\xf0\xac\xa2\x47\x21\xed\x52\x21\xa7\x9e\x05\x1a\x72\x6a\x77\xeb\x87\x9c\x7a\x16\x5a\xc8\xa9\x67\xa1\x85\x9c\xda\x5d\x4c\x21\xa0\x76\xdf\x26\x04\xd4\x0e\x65\x58\x21\xa0\x76\x47\x17\x02\x6a\xf7\xdd\x42\x40\xed\x8e\x44\x95\x34\xa7\x0f\x10\x50\x0a\x53\x55\x08\xa8\xdd\x59\x00\x01\xf5\x6c\x1d\x10\x49\xc1\x2f\x07\xb2\x28\x60\x09\x57\xc8\xa2\x80\x27\xb4\x42\x16\x05\x5c\x15\x15\x46\x28\xf8\x15\x37\x69\x64\xda\x82\x26\xb9\xe9\x5f\x15\x4d\x72\x03\xcf\x2a\x9a\xe4\x26\x6e\x55\x34\xc9\x23\x11\x25\x15\x4d\xf2\x08\x07\x54\xd1\x24\x37\x2b\xae\x76\xd3\xa4\x79\x7a\x47\x52\x1e\x37\x46\xed\xd0\xc8\xb8\x4d\x6a\x97\x46\x66\x24\xd0\x2b\xbf\x82\x77\x81\x46\x0e\xfe\x07\x8d\xec\x46\x82\x5e\xf9\xe5\x3a\x81\x5e\xb9\x11\xbe\x15\xbd\xf2\xcb\x45\x18\xbd\xf2\x2b\xf8\x74\x52\xa8\xdd\x10\xd0\x2b\xb7\x1c\x71\x45\xaf\x3c\x39\x12\xe8\x95\x27\xb7\xfe\x41\x0a\xb5\xfd\x1b\xa4\x50\xe3\xac\xab\x68\x99\x27\xdc\x73\x15\xbd\xf2\xe4\xb8\xa0\x57\x9e\x60\xc3\x2a\x7a\xe5\x09\x36\xac\xa2\x57\x7e\x77\x9f\x40\x2e\xf4\xf8\x97\xe3\xa2\x22\x65\x7e\x6b\xcb\x20\x65\x7e\x0f\x1b\x4d\x9a\xb4\x20\x00\x29\xf3\x9b\xa0\xef\x8a\x94\xb9\x6a\xaa\x15\xb9\xf2\x1b\x2f\x70\x45\x92\x5c\x7f\x71\x45\x92\xbc\x44\x8f\x90\x5c\x27\xd0\xba\x22\x49\x5e\x50\xca\xad\x48\x92\x5b\x67\xad\x22\x49\xae\x4f\xb8\x22\x49\x6e\x3d\xb8\x8a\x24\xb9\xe1\xe8\x15\x49\x72\xeb\xba\x55\x24\xc9\xab\xad\x46\x92\x5c\x45\xa9\x86\x24\x79\xc5\xc6\x6b\x48\x92\x57\x86\xac\x21\x49\x5e\xf1\xfc\x34\x24\xc9\xeb\xf0\x88\x34\x62\xfc\xb0\x0d\x49\xf2\x8a\x35\xd8\x90\x24\xb7\x7c\x4c\x43\x92\xbc\xf2\x11\x37\x24\xc9\xeb\xf0\x3a\x38\x73\x42\xf0\x1a\x92\xe4\x15\xd0\xdf\x90\x24\xaf\x40\xeb\x86\x24\x79\xed\x3e\x01\xce\x1c\xbf\x5a\x43\x92\xbc\x75\xef\x32\x39\xe2\x79\x48\x92\x9b\xf3\xd4\x90\x24\xd7\x83\xda\x90\x24\x1f\x60\x89\x86\x24\xb9\x5e\xd2\x86\x24\xf9\x80\x08\x6c\xa8\x3e\xe8\x5d\x6d\xbb\xdc\xf7\xe0\xa8\xf2\x9f\x67\x36\x8e\x18\x25\x54\x1f\xf4\xb5\x36\x54\x1f\xc6\xe1\xd3\x27\x77\xa1\x7f\xa8\x3e\x0c\xc8\xd3\x86\xea\x83\x1e\xe2\x86\xea\x83\x19\x57\xed\xb0\x0f\xf4\xef\xb0\x0f\x3c\x0f\xd5\x07\x3d\xd2\x0d\xd5\x07\xd5\x37\x1a\xca\x0e\x13\xd2\xa7\xa1\xec\x30\x99\x2f\xed\x90\xc4\xf6\xe9\x90\xd8\x87\x67\x42\x62\xe3\x24\x6a\x90\x37\x1b\x8b\x62\x83\xbc\x31\xa2\xb8\x41\xde\xec\x84\xe7\x35\xc8\x9b\x9d\x4d\xad\xc1\xd0\xec\x44\x39\x34\x18\x1a\xa3\x9a\x1a\xda\xe2\x3b\x1b\x50\x43\x5b\xdc\x20\xaa\x86\xb6\xf8\xce\xf6\xd7\xe0\x72\xb4\xfb\x1b\x5c\x8e\x81\x59\x0d\x2e\x67\x67\xce\x37\xb8\x1c\xe3\x98\x1a\x5c\xce\x3e\x3d\x13\x6a\x13\x13\xa5\xc1\xd0\x9c\x28\x71\x37\x18\x9a\x93\x85\xbd\xc1\xd0\x9c\x30\x18\x4d\xc5\x70\x28\xf4\x06\x43\x73\x42\xf6\x35\x18\x9a\x13\xca\xb0\xc1\xd0\x9c\x84\x73\x36\x14\xc3\xcf\xe8\xf3\xa0\x3d\x31\xf2\x1a\xec\xcd\x19\xbd\x0b\xb4\x27\xb4\x59\x83\xbd\x39\xa3\x67\x42\x7b\x9e\x9e\x09\xed\xc9\x3a\xd1\x60\x6f\xce\xcb\x96\xd1\x3f\x2c\xe1\x06\x7b\x73\x62\xdf\x36\xd8\x9b\x13\x07\x52\x3b\xed\x9f\x67\xd2\xbf\xcb\x23\xfa\x87\x03\xa9\x9d\xf6\xcf\x23\xfa\x87\x55\xde\x60\x6f\x4e\x4c\xcc\x06\x7b\x63\x11\xde\x06\x7b\x73\x62\xdb\x37\xd8\x9b\x13\xab\xbc\xc1\xde\x9c\xe7\xbf\xca\xa1\x36\x88\x9d\xf3\xf2\xe1\x74\xdd\x29\x78\xca\xf8\xd2\x75\x88\x9d\xcb\x33\x21\x76\x2e\x87\x1a\x62\x27\x15\x8f\x60\x4b\xd9\x55\x1a\xc4\x8e\xa1\x51\x0d\x62\xc7\x7d\xa4\x41\xec\x24\xa2\x1d\x1b\xc4\x4e\x62\x97\x6e\x10\x3b\x7a\x65\x9b\x62\xe2\x04\x9e\x35\xc5\xc4\x01\xb0\x0d\x62\x27\x65\xcf\x94\x2d\xe5\x73\x40\x4c\x3c\xdd\x3e\x0f\xb6\xb4\xf8\x3c\xd8\x52\x02\xd6\x9a\x82\xe1\xec\x9a\x4d\xc1\x70\xe8\x8c\xa6\x60\x78\xf6\xc8\x3e\x30\x4a\x0a\x86\xb3\xf7\x36\x05\xc3\x81\x9e\x0d\x62\x27\xe3\xe2\x68\x10\x3b\x19\x0f\x71\x83\xd8\xc9\xec\xee\x0d\xc1\xf0\x8c\xdf\xb7\x21\x18\x9e\xb1\x26\x1a\x82\xe1\xd9\xc5\x0d\xc1\xf0\xec\xa2\xa1\x60\x38\xe0\xaf\x29\x18\x8e\x85\xd2\x14\x0c\x87\x80\x6a\x0a\x86\xef\xfe\x87\x60\x38\x3e\xd3\x86\x60\xb8\xb2\x8c\x0d\xc1\x70\x25\x1b\x1b\x82\xe1\xfa\x5a\x9b\xa2\xe0\x6e\x63\x88\x82\xeb\x24\x6a\x8a\x82\x0f\x8f\x20\x41\xdd\x48\x14\x05\x9f\x3e\x41\x12\x94\x37\xa6\x28\x38\x9b\x68\x53\x14\x1c\x8f\x5f\x53\x14\xdc\xed\x4f\x51\x70\x3c\xa1\x4d\x51\x70\x97\x56\x95\xbf\xf1\x6f\x36\xd5\xbd\x89\x72\x6d\xaa\x7b\x93\x19\xd6\x54\xf7\x1e\x3e\x0f\xa2\xd3\x91\x50\xdd\xdb\x76\xaa\xee\x8d\x7b\xa0\xa1\xe5\x60\xc9\xd3\x86\x96\x43\xf7\x93\x46\xcb\xa1\x83\x3a\x1a\x5a\x0e\x3a\xa5\x1a\x5a\x0e\x03\xfb\xaf\xa1\xe5\x30\x5c\x42\xd0\x72\x18\xa4\x47\x35\xb4\x1c\x86\x8b\x1b\x5a\x0e\xc3\xe5\x13\x2d\x87\x81\x30\x55\x43\xaf\x61\xb8\xb8\xa1\xd7\x30\x9c\x4b\xe8\x35\x0c\x00\x73\x43\xaf\xc1\x72\x6d\x0d\xbd\x86\xf9\xdc\x85\x24\x5f\x08\xbd\x86\x5e\x83\x52\x54\x0d\xbd\x86\x89\x2d\xda\xd0\x6b\x50\x36\xaa\xa1\xd7\xa0\x7c\x57\x43\x94\x61\xe2\x72\x68\x30\x3b\x1b\x2e\x80\x06\xb3\xb3\xf9\x35\xc2\xec\x6c\xc4\x35\x34\x98\x9d\xed\xf6\xcc\xe5\x91\xde\xf0\x80\x37\x98\x9d\xdd\x31\x83\xbd\x31\x31\xa6\xc1\xd0\x98\xc4\xd2\x60\x68\x94\x7f\x6a\x30\x34\xc1\xef\x08\x86\x26\xf8\xfd\xc1\xd0\x04\x7c\xde\x0d\x86\x26\xf8\x3d\xc0\xd0\x04\x70\x70\x83\xa1\x09\x9a\x0c\x30\x34\xc1\xed\x1d\x86\x26\xf8\xc6\x60\x68\x2c\xfe\xd5\x60\x68\x02\x0e\xd5\x06\x43\x13\xfc\x36\x61\x68\xc2\x3f\xcb\xa1\x36\xc8\x9b\x40\xf0\x7d\x5b\xd0\x25\x07\x77\xb8\x05\x5d\x72\x00\x74\x34\x88\x9d\xa0\xb5\x04\xb1\x13\xb4\x65\x14\x13\x07\xee\x35\x88\x9d\xb0\xfb\x1f\xbc\xa3\x43\x8d\x98\x78\xd0\x02\x53\x4c\x5c\x0b\x53\x31\x71\xc8\x86\xd6\xed\x3a\x2f\x1a\xd2\x27\x40\xb7\x35\x48\x9f\xa0\x7d\xa4\x98\xb8\x1f\x2a\xa4\x4f\x70\xc9\x82\xf4\x09\x4e\x25\x48\x9f\xe0\xa4\x1b\xf6\x8f\x96\x41\xfa\x04\x97\x97\x61\xff\x18\x6a\x48\x9f\xa0\x8d\xa7\x98\x38\x61\x5a\x0d\xd2\x27\x10\x5f\xd2\x86\xaf\x96\x8f\x43\x31\x71\x97\x09\x48\x9f\xa0\x35\x08\xe9\x73\x56\x9f\xb0\xfa\x67\x3d\xee\x06\xe9\x73\x56\x9f\x30\x38\xf2\xba\xc9\x11\xbd\x55\x30\x5c\x0b\x4c\xc1\x70\x3f\x3f\x88\x1d\x13\x7f\x1a\xc4\xce\xa5\x3d\x0d\xb1\x63\xbd\x8c\x06\xb1\xa3\xae\x44\x83\xd8\x49\x78\xdc\x1b\xc4\x8e\xd0\xac\x41\xec\x3c\x5b\x2a\xc4\xce\xb3\x55\x41\xec\x24\x97\x33\x88\x9d\x44\xe2\x4f\x83\xd8\xb9\x1d\x79\x88\x9d\xdb\xad\x63\xe1\x9a\x7c\xfb\xf1\x4f\x92\x75\x79\xb7\x1d\xa1\x71\x37\x92\x8e\xd0\xb8\x1b\x57\xdf\x20\x17\x79\xd3\x7d\x83\x5c\xc4\x85\xd3\x11\x21\x37\x81\xa7\x23\x42\x6e\xbc\x4e\x47\x84\xdc\x04\xa5\xae\x08\xf9\xf0\x79\x10\x8f\xf4\xa1\x2b\x42\x0e\xc6\xea\x8a\x90\x83\x79\x3a\x4a\xe3\xaa\x45\x74\x94\xc6\x4d\x03\xea\x28\x8d\x5b\x3b\xbb\x6f\x12\x8f\xf6\x01\xe2\x11\xdb\xb7\xa3\x34\x6e\xd4\x4f\xdf\x25\x1e\x2f\x8e\x24\x1e\x79\xde\x2e\xf1\xc8\x3d\x17\xe6\xc9\xe6\x7e\xf6\x1d\xe2\x91\x05\xac\xef\x10\x8f\x38\x12\xfa\x0e\xf1\x88\xe1\xd1\x77\x88\xc7\xdb\xeb\x20\x1e\xf1\x2c\xf7\x5d\xe2\x91\x31\xdb\x25\x1e\x6d\x19\xc4\x23\xc9\x28\x7d\x87\x78\xcc\x3e\x0f\xe2\x31\xfb\x1f\xc4\x23\x9b\x61\x5f\x78\x28\x57\x96\xb3\x8e\x60\x43\x05\xf4\x77\x04\x1b\x2a\x11\xfd\x1d\xc1\x06\xc5\xb5\x3a\x82\x0d\xfd\xf0\x4c\x88\x47\x30\x5d\x47\xb0\xa1\x1f\x3e\x21\xf1\x1f\xad\x46\xb0\xa1\xf3\x15\x77\x04\x1b\xba\x33\x04\xc1\x86\xbe\xfb\x3c\x88\xc7\xdd\xe7\x35\xce\xa4\x0f\x08\x36\xf4\xdd\x27\x0c\x8e\xbc\xcb\xe4\x88\xb7\x89\x60\xc3\xb0\xd5\x88\x32\x58\x4f\xb3\x23\xca\x30\x70\x70\x76\x84\x17\xc6\xcf\xdb\xfc\xcf\x25\xb9\xa3\xc9\xa0\x7c\x64\x47\x93\x61\x06\x6f\xb2\x88\x1d\x43\x64\x3a\xc4\xce\xee\x20\x41\xec\xa8\x71\xd1\x21\x76\x54\xae\xe8\x10\x3b\xaa\x61\x74\x88\x1d\xcb\x78\x77\x88\x9d\x83\xe8\xd8\x0e\xb1\x73\xf9\x6a\x11\x13\xb7\xf6\x72\x47\x4c\xfc\xba\x3d\x93\x04\xee\xdb\x33\x49\xe0\x76\xf2\x20\x26\x7e\x39\x5d\x10\x13\xbf\xf0\xa4\x75\xc4\xc4\x2f\xac\xeb\xae\x98\x78\xf7\x09\x88\xa5\x77\x9f\x80\x58\x7a\xf3\x3a\xc4\xd2\xbb\xf7\x94\x40\x64\x5c\x10\x13\xaf\x8e\x04\x62\xe2\x95\x05\xa5\x23\x26\x5e\xd9\x19\x3b\x62\xe2\x15\x3b\xb5\x9f\x12\x88\x4c\x2c\xc4\xc4\xab\xa3\x7b\x4a\x20\xf2\x74\xc4\xc4\x2b\xd6\x4b\x47\x4c\xfc\xf9\x38\x10\x0c\x57\xf1\xac\x23\x18\x3e\x2e\x9f\x00\xc1\x86\x4f\xb1\x23\x18\x3e\xab\x77\x21\x09\x16\xb2\xa8\x53\xa4\x56\x30\xdd\x2f\x93\x7c\xb9\x0b\xe4\xcd\xee\xf2\x02\x79\xb3\x63\x41\x77\xc8\x9b\xdd\xe5\x0c\xf2\x66\x77\x39\x83\xbc\xd9\xb1\x68\x3b\xe4\x8d\xdc\x77\x87\xbc\x31\xa6\xb7\x43\xde\x18\x97\xdc\x21\x6f\xa2\x0b\x1f\xe4\x8d\x91\xcf\x1d\xf2\x26\x3e\x4f\x20\x09\xf6\x79\xc2\xf2\x2c\x9f\xbe\x5b\xc8\x1b\x3d\x9a\x1d\xf2\xc6\x6d\xac\x43\xde\x9c\x38\x9e\x3a\xe4\xcd\xe5\xbb\x95\xbc\xc1\xe6\xea\x92\x37\xd9\xeb\x20\x6f\x7c\x82\xe4\x0d\x96\x70\x97\xbc\x01\x0f\x75\xc9\x1b\x22\xf3\xbb\x0c\x0d\x38\xb1\xcb\xd0\x14\xef\x02\x43\xe3\xd6\x21\x43\xe3\x12\x29\x43\xe3\xf7\x20\x43\x73\x7b\x26\x0c\x8d\xcb\x99\x0c\x8d\xdf\x83\x0c\x0d\xac\x41\x97\xa1\x01\xb3\x76\x19\x1a\xa4\xaf\xba\x0c\x8d\x5f\x07\x8a\xe1\x05\xe7\x4b\x47\x31\xbc\x80\xf7\xba\xec\x8d\x4b\x39\xec\x4d\x01\xa0\xf7\xdb\xfe\x31\x82\x0f\x7b\x43\x6f\x1f\xf6\x86\xf1\xbc\xcd\xa2\x64\x94\x50\x13\x9f\xcd\xbb\xc0\x0c\x14\xff\x83\x19\x70\x65\x80\xd9\x99\x7e\x9b\x30\x3b\xd3\x19\x02\xb3\x33\x71\xf9\x75\x99\x1d\x9c\xa6\x5d\x66\xc7\xb9\x2b\xb3\x83\x2f\xb9\xcb\xec\x38\x23\x65\x76\x40\x7f\x5d\x66\xa7\x7b\x17\x98\x8f\xe1\x7f\x30\x1f\xce\x3a\xd2\x8e\x76\x50\x5c\x27\xed\x68\x9f\x1e\xc1\x1a\x3c\x67\xc2\x1a\x3c\x4f\x80\x35\x18\xff\x72\x5c\x74\x48\x9f\x5d\xab\x80\x8c\xa4\xdd\xa6\x14\xf2\xd9\x08\xfe\xe8\xd6\xb6\xc5\x3e\xea\xd6\xb6\xad\x9e\x49\x3e\x1b\xfe\xb1\x6e\x6d\x5b\xf7\x49\x6b\xdb\x42\x08\x75\x6b\xdb\xfa\xc2\xac\x6d\x8b\x77\xae\x93\x75\x14\x9d\xf2\x45\x22\x82\xc9\x03\x5d\x63\xea\x46\x87\xae\x39\x5d\xae\xa1\x6b\x2e\xbc\x88\x9d\x7c\xa1\x0b\xbf\x53\x87\xae\x31\x24\xae\x5b\x95\xd6\xa5\x00\xba\x26\xb9\x2c\x41\xd7\x24\xfb\x00\x5d\x93\xec\x1f\x74\x4d\x72\x19\x84\xae\x49\x7e\xee\xd0\x35\x49\xab\x07\xba\x26\xd9\x23\xf2\x85\x92\x9f\x8a\xa5\x67\x1d\x6b\xf2\x85\x6e\x40\x71\x27\x5f\xe8\x26\x54\xa9\x43\xf3\x28\x31\xd3\xa1\x79\x54\xd1\xe8\xd0\x3c\xb7\x2f\x1a\x9a\xc7\x70\xf4\x0e\xcd\x63\x11\x9a\x0e\xcd\xa3\x3a\x59\x87\xe6\xc9\xd0\x7b\xbd\x99\xb3\x46\x6f\x9b\x39\x6b\xb6\x73\xf5\xa1\x10\x60\xdf\xa1\x79\x64\x9f\x3b\x34\x8f\x14\x6c\x87\xe6\x29\xf8\x14\x3b\x34\x8f\x94\x6f\x87\xe6\x91\x8b\xee\xdd\x9c\x35\xda\x02\x95\xd3\x6c\x35\x54\x4e\xf3\xdd\x42\xe5\x54\xfb\x07\x95\x63\xd2\x74\x87\xca\x31\x69\xba\x43\xe5\xd4\x69\xcb\xf0\xb1\x6f\x3e\x01\x0e\xc1\x0f\x1c\x2a\xa7\x81\x09\x3a\x54\x4e\x75\xe4\xa1\x72\x4c\xbd\xee\x50\x39\xcf\x12\x42\x59\x5a\x49\xde\x4e\x59\x5a\xd3\xb9\xfb\x90\x43\xa0\xef\xd0\x3c\xd5\xf7\x37\xec\x1f\xa3\x04\x5f\xd3\xb4\xb9\xe0\x6b\x1a\x29\x42\x1d\xbe\xc6\xd8\xf1\x3e\xf4\xbf\x7b\x17\xfc\xef\x80\xe2\x4e\xe9\xd9\x81\xc0\x4d\xa7\xf4\xac\xce\x90\x0e\x1e\xba\x61\x68\x3a\xa5\x67\x75\x86\xf4\xa9\xff\x9d\xe7\xc1\xf3\x0c\x62\x17\x3a\x3c\x8f\x8e\x92\x0e\xcf\x33\xfc\x72\xe0\x79\x86\xa6\x14\x3c\xcf\x88\xb6\x05\x7e\x21\x78\x1d\xfc\x02\x71\x06\x1d\x9e\x47\x07\x4b\x87\xe7\x19\x78\x88\x3b\x3c\xcf\x08\xb6\x65\xe2\xfd\x5f\xb3\x60\xc0\xf3\x98\x18\x3d\xe0\x79\x4c\x73\x1f\x9b\xb9\x75\x9d\x23\x72\xeb\x78\xb7\x03\x9e\xc7\xa5\x75\x90\xdc\xb3\x61\x04\x0d\x92\x7b\x76\x30\xc8\x20\xb9\x67\x6f\x5e\x87\x6f\xbe\x79\x26\xbe\x79\xa8\xdb\x41\x72\x8f\x54\xf1\x20\xb9\x47\x22\x77\x90\xdc\xa3\xf9\x32\x48\xee\xd9\x59\x51\x06\xc9\x3d\xc7\xe9\xf3\x26\x47\xdc\x13\xfd\xba\xe3\xfc\x57\xaa\xc8\x40\xda\xee\x64\xb7\x1d\xe4\x04\x69\x69\x0c\x72\x82\x4e\xbc\x34\x83\x9c\xa0\x13\xff\xd8\x20\x27\xe8\x64\xcf\x1e\xe4\x04\x59\x37\x61\x90\x13\x74\x92\x91\x3e\xc8\x09\x3a\x8b\x4f\xc0\x01\x9e\xfc\x0f\x07\x38\x0b\xe6\x20\x27\xe8\xcc\x76\x01\x2f\x37\xd6\xc4\x20\x27\xc8\x72\xe3\x83\x9c\x20\x43\x79\x06\x39\x41\x27\xf6\xca\x20\x27\xe8\xc4\x26\x19\x87\x0e\x7e\xee\x49\x4e\xd0\x49\x09\xd2\x71\x48\x60\x70\x4f\x72\x82\x4e\x6c\x92\x71\xd8\xbf\x8b\x23\xfa\x77\x7b\x64\xff\x98\x20\xe4\x04\x9d\xd9\xa7\xd3\xbf\xec\x7f\xf4\xef\xb6\x2d\xf4\x8f\xa8\x83\x01\xad\x74\xde\x1e\xd1\xbf\xdb\x96\xd1\x3f\x2c\x94\x01\xad\xa4\x98\xc9\x80\x56\x52\xf6\x64\x40\x2b\x9d\xf8\xd1\x07\xb4\x92\xa2\xe0\x03\x5a\xc9\x2a\x68\x03\x5a\xe9\xba\x3c\x13\x0f\x38\x4b\xe4\x80\x56\x4a\x6c\x9b\x03\x5a\x29\xb1\x6d\x0e\x68\xa5\xe4\xf4\x84\x56\x4a\xd5\x27\xe0\xc5\x87\x8e\x1a\xd0\x4a\xa9\xda\x4e\xbc\xf8\xd5\xeb\xf0\xe2\x3b\x91\x49\x11\x4a\xc5\xa7\x93\xd3\x45\xfc\xc5\x80\x80\x4a\x58\xf3\x03\x02\x2a\x11\x39\x31\x20\xa0\x92\x9f\x11\x04\x94\x1b\xe5\x80\x80\x4a\x6c\xe1\x03\x02\x2a\xf9\xf9\x41\x40\x25\x3f\x38\x08\x28\x37\xd1\x01\x01\xe5\x06\x3b\xa2\xfd\xf3\x2e\xf4\x0f\x8a\x79\x44\xfb\xc7\xb8\x40\x40\x25\x6c\xae\x11\xed\x9f\xed\xc4\xfb\x8f\x9b\x66\x40\x40\x65\x96\xcf\x01\x01\x95\x59\x68\x07\x04\x54\xc6\xb3\x3c\x20\xa0\x32\x1e\xe2\x01\x01\x95\xc9\xa6\x1b\x10\x50\x19\xff\xed\x80\x80\xca\xd1\xff\x28\x17\xea\x1b\x83\x80\xb2\x06\xc7\x80\x80\xca\x8e\xf5\xa9\xf7\xdf\xa3\xc6\x11\xfd\x83\x49\x32\x28\x74\xc0\x24\xd5\xdd\xb6\xac\x3e\x28\x5a\x35\x60\x92\x2a\x5b\xdc\x80\x49\xaa\x20\xe6\x01\x93\xa4\xa0\xd5\x80\x49\xaa\xbb\xff\x45\x8e\xbc\xcb\xc9\x99\xf4\x08\x26\xa9\xe2\x0a\x1d\x30\x49\x15\xbf\xef\x80\x49\xaa\x6c\x71\x03\x26\xa9\x42\x31\x0f\x98\x24\xc3\x5c\xc7\x65\xff\x78\xd3\x30\x49\x2d\xda\x16\x98\x01\x22\x91\x07\x4c\x52\x4b\xb6\x6c\x72\x44\x6f\x49\x1f\x6a\x44\x90\x0d\x58\xa6\xe6\x5a\x07\xcb\xd4\x70\xd6\x0d\x58\x26\xe3\xb5\x07\x2c\x53\x7f\xae\x93\x19\x60\xac\x93\xcc\xc0\xbf\xf4\x92\x07\x04\x94\xa5\x9d\x06\x04\xd4\x20\xec\x6d\x40\x40\xb9\x33\x8e\x24\xa1\xc0\x00\x52\xcd\x56\x7e\x7b\x40\x4e\x59\xcd\x62\x98\x75\xe4\x82\x62\xd6\x91\xfb\x1d\x59\x47\x3b\x3b\xf8\x20\xeb\x48\x61\x8e\x61\xd6\x91\x4b\x96\x59\x47\x80\xbf\x71\x23\x0d\xea\xc2\x77\x23\x0d\xea\x62\x63\x46\x92\x8b\xb0\x19\x49\x2e\x8a\x66\x24\xb9\x59\xdc\x78\x73\x9f\x33\xf1\x56\xbb\x1d\x91\xad\x14\x9c\xc8\x37\xde\x6a\xe8\xcb\x71\xe3\xa8\xc7\x36\x1c\x64\x32\x05\x47\x82\x4c\xa6\xe0\xf6\x40\x26\x93\x5a\x1c\x23\xe3\xad\xc6\xde\x1c\x19\x6f\xb5\x8b\x29\x59\x4e\x01\x7b\x65\x90\xc9\x14\xe0\x71\x07\x99\x4c\x81\x98\xc9\x41\x26\x53\x70\x6b\x24\x93\xc9\xba\x10\x83\x4c\x26\xc3\x9f\x06\x99\x4c\xc1\xc5\x9b\x4c\xa6\xe0\x96\x93\xed\x03\x6f\x85\x4c\x26\x55\x42\x06\x99\x4c\xc1\xa9\x4b\x26\x53\x70\x7a\x92\xc9\x14\xdc\x0c\x8b\x7d\xe0\xad\x90\xc9\xa4\x82\xc8\x20\x93\x29\x10\xba\x37\xc8\x64\x0a\x90\xc3\xa3\xd8\x3f\xef\x42\xff\x9c\xac\xa4\x2b\xa9\x35\x32\x48\x57\x3a\xb5\x49\x48\x57\x3a\x89\x87\x1d\x45\x8f\xbb\x67\xe2\x71\x77\xf1\x26\x5d\xe9\x74\xeb\x20\x5d\xe9\x74\xb9\x26\x5d\xe9\x72\x59\x22\x5d\x49\xa9\xad\x41\xba\xd2\xe5\xb6\x42\xba\x92\x9a\xcf\x83\x74\xa5\x84\xdf\x70\x90\xae\x94\x5c\xc0\x48\x57\x4a\x78\x26\x47\xd5\x1b\x4f\xcb\x20\xb5\xa4\x7c\x07\xa4\x96\x01\x56\xa3\xea\x8d\xf7\x79\x7a\xe3\x69\x99\xe9\x4a\xce\x5d\xd3\x95\x88\x01\x1a\xa6\x2b\x01\xe5\x87\xe9\x4a\xd3\x7b\xe2\x8d\x77\x29\x27\x5d\xe9\xc6\x32\x1d\x90\x61\x37\x5a\x8f\x03\x32\xec\x76\xd6\x99\xae\xa4\x9d\x6a\xba\x92\xdf\x34\x64\x58\x3e\xfc\x0f\x8f\xfb\xe1\x5d\xf0\xb8\xbb\xc9\x40\x78\x65\x5c\x77\x03\xc2\x4b\x8a\x79\x98\x92\x84\xdd\x3f\x20\xbc\xa4\xad\x87\x29\x49\xd8\xda\xc3\x94\x24\x8d\x0b\x58\x2d\xf3\x7a\x07\xac\x96\x3a\x24\x03\x56\xab\x80\x6b\x86\xe9\x4a\x78\xdc\x87\xe9\x4a\x5a\xd0\xa6\x2b\xe1\x71\x1f\xb0\x5a\xd9\xe5\x13\x56\x4b\x91\xb3\x61\x2a\x13\x5e\xfc\x61\x2a\x13\xf8\x6b\x98\xae\x44\x22\xce\x80\xb9\x2a\x9b\x2d\x93\x35\xe0\xfd\x99\xae\x34\x3d\x82\x35\x00\x39\x0d\x98\xab\xa5\xd2\xf8\xdf\x4b\xf2\x93\xc9\xc4\xe3\x20\xb5\x2a\x00\x68\x40\x6a\x55\x27\x96\x99\x4c\xc5\xff\x20\x14\x9c\x4a\x66\x32\xb9\x7c\x9a\xc9\x84\x87\x6a\x98\xc9\xe4\x70\x9a\xc9\x84\x73\x62\x98\xc9\xa4\x95\x6c\x26\x93\xb6\xa8\x99\x4c\x2e\xd0\x66\x32\xb9\xb4\x9a\xc9\xe4\xf2\x09\xe1\xd5\x9d\x20\x10\x5e\xdd\xe9\x09\xe1\xd5\x5d\x0a\x00\x78\x1d\x50\x35\xcc\x56\x72\x82\x98\xad\xe4\x66\x01\xa9\xd5\x9d\x2e\x90\x5a\xdd\xa9\x6b\x46\x92\x96\x0d\xc4\x55\xd7\x7a\x81\xb8\xea\x6e\x4e\x10\x57\x1d\xdf\xfc\x10\xa8\xc1\xfb\x4f\x88\xab\xce\x64\x9d\x10\x57\x83\x8c\xc0\x09\x71\x35\xb0\xfb\x27\xc4\xd5\xb8\x3d\x13\xd2\x80\x05\x65\x42\x5c\x0d\x62\x17\x26\xc4\xd5\xe8\xde\x45\x42\xa1\x72\x74\x73\x34\x39\x82\x35\xc0\xfb\x3f\x21\xae\x4c\xeb\x9d\x10\x57\x13\xab\x67\x42\x5c\xcd\xd3\x33\x57\xff\x66\xf1\xe9\xb0\x06\x8c\xe0\x34\xed\x88\x8f\x6a\x92\x76\x74\xb1\xf4\x4c\xd2\x8e\xac\x38\x3c\x49\x3b\xba\x98\x59\x93\xb4\xa3\x8b\x85\x68\x92\x76\x74\xb1\xf9\x4e\xd2\x8e\x32\x96\xcd\x24\xed\xa8\x06\xef\x89\x57\xbd\xf9\x1f\xf2\x91\xdd\xa7\xe3\x39\x27\xde\x63\xa2\x51\xa7\xc7\x6f\x1e\x7a\xc7\x79\x3a\x1a\x75\xba\xee\xe6\xa1\x77\x9c\x31\x43\xa3\xce\x98\xe5\x89\x46\x9d\x20\x75\xa2\x51\x17\x1d\x4f\x34\xea\x4e\xdc\x42\x13\x8d\x3a\x15\x36\x26\x1a\x75\x91\x8f\x7f\xa2\x51\x77\x6e\xb6\xa5\x73\xc4\xc8\xa3\x51\xa7\x4a\xc8\x44\xa3\xee\xc4\x1e\x9b\x68\xd4\x9d\x84\x9d\x4e\x74\xe8\x2e\x7b\x8b\x0e\x9d\x29\xfe\x13\x1d\x3a\xc9\xc5\x89\x0e\x9d\x69\xfc\x13\x1d\x3a\xe3\x59\x26\x3a\x74\x4a\x11\x4c\x74\xe8\x4c\xff\x9f\x68\xcd\x15\xb6\xc6\x89\xd6\x9c\xa4\xe4\x44\x6b\xce\x22\xca\x13\xad\xb9\xca\x56\x3c\xd1\x9a\xab\x6c\x9b\x33\x1a\xdf\x4f\xab\x29\x99\xb4\x61\x17\x4f\xca\x22\x6d\x8e\x04\x65\x91\x36\xec\xf0\x49\x59\xa4\x0d\x9a\x6e\x52\xfb\x68\xdb\x7c\x02\x71\xec\xce\x6b\xea\x1b\x6d\x70\x32\x53\xcd\x38\x47\x50\xcd\xb8\xe9\xf3\x26\x77\xa1\x7f\xd4\x37\x3a\x7c\x3a\xf5\x8d\x76\xdf\x26\xf5\x8d\x76\x16\xef\x49\x7d\xa3\xc3\x77\x44\x7d\xa3\xdd\x77\x8b\x66\x9c\x66\xd6\x3c\x75\xe7\xf2\x56\xd0\x8c\x8b\xce\x4f\x34\xe3\xe2\x3f\xc5\x39\x27\x72\x72\x16\x23\x99\xc8\xc9\x45\xd6\xfc\x79\xea\xe9\xf5\x71\x78\x7a\xf1\xcb\x4c\x34\xe3\x2c\x8c\x32\xd1\x8c\x3b\x1d\x40\x34\xe3\x4e\xa0\xc4\x44\x33\xee\xc2\x52\x9c\x68\xc6\x19\x3c\x37\xd1\x8c\xbb\xb0\x8f\x26\x9a\x71\x17\x36\xfa\x44\x33\xee\x3a\xbd\x0b\x21\xe7\x58\x7c\x13\xcd\x38\xd5\x9a\xe7\xa5\xbf\x98\x76\xa2\x19\x67\x2e\xd1\x44\x33\xee\x1a\x3e\x1d\x7f\xb1\xad\xbe\xf4\x17\x7b\x17\x7d\xad\x9e\x89\x06\x18\x3e\xc5\x89\x82\x5c\xc6\x1b\x38\x51\x90\xcb\x80\xb1\x89\x82\x9c\xe9\xc7\x13\x05\x39\x21\xe4\xa4\x2c\x92\x45\x24\x27\x65\x91\x0a\xc2\x2a\x13\x75\xb9\xb6\xfb\xdf\xea\x43\x3b\x7c\x1e\xbe\xc8\xdd\x23\x7c\xad\x87\x4f\xa7\x2c\xd2\xee\x5d\xf0\x53\xba\xb0\x5b\x16\x69\xf7\x08\x3f\xa5\x93\x15\x75\xb9\x46\xd6\xd1\x44\x5d\xae\xb9\xec\xa2\x2e\xd7\xb0\x88\x26\xea\x72\x8d\xed\x68\xa2\x2e\xa7\xd6\xf0\x44\x5d\x4e\x1c\x35\x51\x97\x1b\xa0\x87\x89\xba\xdc\xc0\x2e\x9e\xa8\xcb\x0d\xf0\xc2\x44\x5d\x6e\x5c\x3e\x0f\x3f\xa5\x23\x41\x59\xa4\x41\x0c\xea\xbc\xf1\x53\x5e\x3e\x01\x3f\xa5\xef\x1d\x1d\x3a\x31\xdd\x44\x87\x6e\x56\x5b\x3d\x38\xe2\x3f\x42\xe9\x36\xe2\x4c\x27\xe1\x72\x3b\xd9\x74\x93\x70\xb9\xc3\xa7\x67\x04\xad\x5c\x50\x32\x4e\x29\x97\x1e\x42\xe9\x4e\x97\x2c\x42\xe9\xb4\xd8\x27\xa1\x74\xda\xe8\x93\x50\xba\xd3\x99\x45\x28\xdd\xf9\xb4\x05\xa7\x94\xed\x24\x94\xce\xa8\x98\x49\x28\x9d\x98\x60\x12\x4a\x77\xe2\x6e\x99\x84\xd2\x19\x5b\x33\x09\xa5\x3b\x89\x6a\x9a\x84\xd2\x9d\x24\x1a\x4d\x42\xe9\x4e\x37\x66\x42\xe9\xc4\x0b\x93\x50\xba\x13\x76\x63\x16\xfb\x47\x8f\x28\x8b\x74\x42\x74\x4e\xca\x22\x5d\x6e\xd3\x84\xd9\x9d\x2e\x2f\x84\xd9\x89\x3a\x66\xb1\x7f\x3e\xbd\xe3\x12\x63\xb6\x12\x66\x97\x86\x67\xe2\x94\x82\x60\x9b\x84\xd9\x25\xb8\xaa\x49\x98\x5d\x72\x93\x21\xcc\x2e\xb9\x19\x56\x85\x94\xf8\x36\x09\xb3\x4b\x90\xca\x93\xda\x47\xc9\xed\x96\xda\x47\x09\x66\x60\x52\xfb\x28\x41\x07\x4f\x6a\x1f\x89\x2c\x26\xb5\x8f\x12\xb4\xe0\xa4\xf6\x51\xea\x5e\x87\x53\x0a\x92\x70\x56\x9d\x52\xf4\x9d\xda\x47\x69\x78\x26\xfd\x23\xf6\x7f\x52\xfb\x28\x91\x37\x39\xa9\x7d\x74\xbb\xcc\x53\xfb\x28\x61\xb1\xcf\x66\xff\xee\x7f\x2d\xc9\x94\x45\x4a\x30\x8d\x93\xb2\x48\xd9\x29\xdf\xf4\x57\x31\x48\x94\x45\xca\x80\xdb\x49\x59\xa4\x0c\x7c\x9e\x94\x45\xca\x04\xcf\x4d\x4a\x1f\xe5\x68\x33\xf1\x57\x01\x79\x26\x7a\x72\x46\x1d\x4c\xf4\xe4\x8c\x4f\x98\xe8\xc9\x19\xca\x33\xd1\x93\xab\x2e\x0c\xe8\xc9\x55\xbc\x73\x13\x3d\xb9\x8a\xeb\x60\xa2\x27\x67\xb4\xc2\x44\x4f\xee\xb1\xa4\xd0\x93\xab\x58\xb4\x13\x3d\xb9\xaa\x55\x87\x9e\x9c\x91\x13\x13\x3d\xb9\x1a\xbc\x27\xfe\x2a\x97\x33\xf4\xe4\x6a\xf0\x08\x7f\xd5\xe1\x3d\xed\x1f\x03\x8f\x9e\x5c\x85\xea\x98\xe8\xc9\x55\xac\xe4\xd9\xed\x1f\x23\x81\x9e\x5c\xc3\x1b\x38\xd1\x93\x6b\x2e\x21\x43\x7f\x15\x23\x88\x9e\x5c\xd3\xfa\x44\x4f\xae\x69\x6f\xa2\x27\xd7\x80\x4a\x13\x3d\x39\x15\x05\x26\x7a\x72\x7d\xf3\x09\x37\x47\x8c\x27\x7a\x72\xcf\x42\x8b\x9e\xdc\xb3\x60\xa2\x27\xf7\x2c\x8a\xe8\xc9\x3d\x8b\x22\x7a\x72\xcf\x22\x8c\x9e\xdc\x70\x39\x43\x4f\x6e\x10\xb9\x3e\xd1\x93\x1b\xe0\x93\x89\x9e\xdc\x80\xf8\x98\xe8\xc9\x0d\xb7\x54\xf4\xe4\x06\xee\x8f\x89\x9e\x9c\x52\xf4\x13\x3d\x39\x65\xea\x27\x7a\x72\x43\x8b\x1d\x95\x38\x93\xb4\x27\xd8\xc5\x5a\xe4\x13\x7c\xb2\xfb\xde\x09\xac\x23\x2d\x3b\x6c\xe0\x13\x44\x67\xc3\xb6\xe9\x2e\x4b\x1c\xe1\x2e\x5b\xf8\x2b\x6c\xe0\x13\x64\x66\xc3\x06\x3e\x09\xd5\xeb\x70\xc5\xac\x18\x84\xb0\x81\x4f\xc2\x8a\x41\x08\x1b\xf8\x24\x54\xef\x89\xab\x69\x61\xc8\xb0\x81\x4f\xc2\xc2\x04\x61\x03\x9f\x84\x85\x87\xc2\x06\x3e\x09\x4f\x5b\x70\x35\x2d\x76\x23\x6c\xe0\x93\xf0\xb4\x05\x57\x53\xf6\x3f\x5c\x4d\xcb\x28\x09\x1b\x81\x75\x21\xd3\x4e\x02\xeb\xc2\x4d\xdf\x09\xac\x0b\x99\xe7\x11\x58\x17\x32\xbd\x25\xb0\x2e\x2c\x26\x29\x6c\xbb\xfd\xa3\x9d\x04\xd6\x85\xb5\xb0\x87\x8d\xc0\xba\x90\x3d\xa2\x7f\x95\xbe\x13\x58\x17\x16\xf2\x0d\xdb\xae\x3b\xd0\xa7\xd3\xbf\xea\x7f\xf4\x6f\x39\x27\xc2\x46\xf0\xdc\xd9\xb9\x27\xc1\x73\x57\xe5\x3f\x82\xe7\xae\xce\xb8\x10\x3c\x77\x75\x46\x02\x59\x04\xaa\x2c\x86\x8d\xe0\xb9\xab\xd3\x23\x82\xe7\xc0\x12\x61\x23\x78\xee\xea\xf4\x88\xe0\x39\xd2\xb9\xc3\x46\xf0\x1c\x15\xbf\xc3\x46\xf0\x5c\x3a\x18\x41\x82\xe7\x60\x4c\xc2\x46\xf0\x1c\x3c\x48\xd8\x08\x9e\x4b\xf6\x8f\xe0\x39\x42\x04\xc2\x46\xf0\x5c\x72\x24\x08\x9e\x5b\x7c\xcd\x7f\x2d\xc9\x61\x23\xae\x2e\x15\x9a\x42\x21\xa4\xe4\x64\xa5\x10\x52\x72\x20\x88\xb9\x63\x3f\x08\x1b\x31\x77\xa9\x33\x09\x28\x84\x94\xec\x3a\x85\x90\xd2\x64\xc8\x82\x72\x37\xfe\x87\x5f\x26\x32\xf0\x41\xdf\x12\x9d\x0d\xfa\x96\xbc\x0e\xbf\xcc\xc6\xe0\x52\xde\xa8\x6c\x74\x96\xf2\x46\x88\xb3\x87\x2d\xea\x5b\x62\xa8\x29\x6f\x84\x54\x7b\xd8\x28\x6f\x54\x76\x9e\x47\x79\xa3\xb2\xf1\x04\xca\x1b\x95\x8d\xde\x52\xde\x08\x39\xf6\xb0\x51\xde\x08\xe1\xfd\xb0\x51\xde\x08\x25\xb8\xb0\x51\xde\xa8\x74\x5a\x4d\x79\x23\x88\x88\xb0\x51\xc2\xa8\x1e\xb6\x0c\x07\x4b\xf0\x09\x44\x6c\x46\x9e\x4e\x09\xa3\x1a\xb9\x0b\x25\x8c\xa8\xd5\x1d\x36\x4a\x18\x91\xea\x1d\x36\x4a\x18\xd5\x46\x5b\x28\x61\x54\x1b\x53\x89\x12\x46\xb5\x32\x4a\x94\x30\xaa\x8d\xde\x52\xc2\xa8\xba\x84\x50\xc2\xa8\xfa\x1e\x28\x61\x54\xbb\x77\xa1\x0f\xd5\x27\xe0\x40\x6a\x8c\x20\x25\x8c\xd0\xdb\x0d\x1b\x25\x8c\x6a\x65\xac\x29\x61\xd4\x4f\xfb\x80\x03\xe9\xe4\x9e\x97\x0e\x24\x5a\x46\x09\xa3\x6e\xdf\x29\x61\xd4\x4f\x7a\xbb\xd0\x51\xee\xf6\xfd\x22\x22\xf5\xe4\x79\x94\x37\xea\x27\x2d\xa3\xbc\x51\x77\xcc\x28\x6f\xd4\x4f\x46\x89\xf2\x46\xfd\x64\x26\x53\xde\xa8\x9f\xf4\x81\xf2\x46\xfd\xb4\x2d\x38\x9e\x4e\x46\x82\xf2\x46\xfd\xb4\x65\x48\xe1\xb8\x0c\x52\xde\x68\xb8\xec\x52\xde\x68\xf8\xb9\x53\xde\x68\x6e\x8c\x35\xe5\x8d\x90\x71\x0f\x1b\xe5\x8d\xe6\x4e\xab\x29\x6f\x34\xfd\xc0\x17\x72\xca\xf3\xa0\xb7\x0b\x39\xe5\x79\xf0\xf4\x85\x9c\xf2\x74\xf6\x2c\xe4\x94\xe7\x41\x3b\x29\x8b\x34\xed\x7b\xc2\xf1\x74\x7a\x4f\x4a\x11\x65\x9f\xd7\x09\x34\x65\x5c\x28\x8b\xf4\x2c\x83\x94\x45\xba\x5c\x34\x28\x8b\x74\x15\xde\x26\x65\x91\x2e\x17\x7d\xca\x22\x5d\x2e\x44\x37\x9a\x36\x2e\x83\x37\x9a\x36\x2e\x6e\x94\x4c\x22\x93\x37\x6c\x94\x4c\x02\x43\x86\x8d\x22\x49\xdd\xd9\x4a\x91\xa4\x91\x18\xa5\xdb\x20\x4d\xc6\x93\x20\xb8\x7d\x72\x17\x82\xe0\x4e\xbf\x46\x82\xe0\xce\x9d\xeb\x08\x82\x3b\xfd\xde\x09\x82\x3b\x5d\x0b\x08\x82\x43\x90\x36\x6c\x04\xc1\x21\x9c\x1b\x36\x82\xe0\x88\xd3\x0a\x1b\x41\x70\x67\xf7\xbf\x9b\x23\xef\x49\x29\x8f\xe7\x3f\x82\x18\x87\x6d\x21\x88\x71\xd8\x16\xdd\x3b\x3e\x0f\xf7\x8e\xdb\x0a\xf2\x06\xc5\x15\x13\x79\x83\xf2\x83\x72\xfe\x7b\x49\x2e\xc4\x37\x3a\xcd\x50\x3e\x78\x16\x1b\x94\x0f\x4a\xe7\xe1\x28\x1f\xa0\xa6\x15\xb6\xa2\xf7\xca\xeb\xf0\x5e\x35\x3a\x84\xf2\x41\xb1\x43\x28\x1f\xd4\xcb\xbb\xa0\x4e\x51\x3d\xb2\x4a\x84\xcf\x2b\xf8\x8f\xe8\x02\x01\x72\xdb\xc1\x40\x14\x3d\x46\x5e\xd7\x39\x93\x29\x88\x2c\xf7\xe6\x24\x27\x40\x6e\x73\x5a\x13\x20\xb7\xed\xdc\x05\x3d\x03\xaa\xee\x86\x0d\xb1\xed\x6d\xe7\xe9\x04\xcf\x1d\xb6\x85\xe0\xb9\xc3\xc5\x9b\xe0\xb9\xc3\x09\x42\xf0\xdc\xb1\x31\xe9\x08\x9e\x3b\x5c\xd8\x09\x90\x3b\xdc\x19\x09\x90\x3b\xb4\x03\x08\x90\xa3\xa6\x5d\xd8\x08\x90\x8b\x8d\x56\x13\x20\x17\x1b\x77\x21\x40\x2e\x6a\x65\x11\x20\x17\x9d\xd6\x04\xc8\x9d\xf6\x1d\x41\xed\xcb\xd1\x25\x40\x2e\xb9\x98\x12\x20\x07\x05\x14\x36\x02\xe4\xf2\xce\x3b\x22\x40\x2e\xef\x3e\x1d\xa7\xcd\xe1\x99\x04\xc8\x39\x2e\x06\xc8\x39\x82\x04\xc8\x91\x8f\x18\x36\x02\xe4\xb2\x6f\x93\x20\xb8\x16\x68\x27\x41\x70\xcd\xed\x96\x20\xb8\x16\x78\x2b\x68\x1d\xb4\xc3\xff\x70\xda\x04\xda\x62\x80\xdc\xf0\x3f\x9c\x36\x83\xf7\x40\x80\xdc\x48\xf4\x9d\x00\xb9\x91\x18\x33\x02\xe4\x46\x62\x01\x23\x40\xee\xf9\xf8\x09\x90\x1b\x89\x3e\x10\x20\x87\xac\x52\xd8\x08\x90\x1b\x89\x27\x10\x20\x37\x12\xef\x96\x00\xb9\x91\x18\x4f\x02\xe4\xc6\xc5\x13\x08\x90\x9b\x6e\x24\x04\xc8\x4d\xb7\x1c\x02\xe4\xe6\xcd\x48\x10\x20\x37\x6f\x5a\x4d\x80\xdc\xf4\xdd\x82\x48\x36\x5b\x0d\x22\xd9\x35\x82\x40\x24\x7b\xa7\x7f\x20\x92\x43\xa3\x04\x44\x72\x5c\xb4\x0c\x44\x72\x5c\xbc\x3f\x10\xc9\x71\xf1\x74\x10\xc9\xe9\x77\x0b\x22\x39\x9d\x13\x20\x92\x73\x30\x27\x54\xb8\x76\x09\x01\x91\x9c\xc3\x33\x71\x78\x0c\xda\xa9\xc2\xb5\x0b\x34\x0a\xd7\xa7\xad\x56\xe1\xda\xf7\xa7\xc2\xf5\x64\x3c\x55\xb8\x9e\xde\x05\x87\x8e\x86\x1c\x0a\xd7\xa7\x2b\x91\x0a\xd7\xcb\x59\x10\x76\x14\xae\x4f\xd6\xa5\x5d\x85\x6b\x16\xbe\x5d\x85\xeb\xc5\x05\x84\x9d\x22\xae\xe7\x72\x94\x84\x7d\xb3\x7f\x93\x23\xfb\x37\x38\xb2\x7f\x07\x47\x09\x97\x83\x77\xc1\xe1\x81\x51\xb9\x13\x20\x77\x6f\xb6\xa5\x71\x94\x39\xea\x1c\xd9\xb2\xc1\x51\xe5\x08\xf5\x64\xcc\xba\x9d\x20\xb8\x34\xff\x11\x04\x17\x76\x82\xe0\x6e\x6c\xbc\x5d\x61\xec\x49\x17\x08\x82\xbb\x59\x96\x76\x82\xe0\x6e\x16\xa2\x9d\x20\xb8\x7c\x79\x84\xe3\x02\x7b\x65\x27\xd0\x2d\x33\x41\x76\x02\xdd\x32\x96\xd4\x4e\xa0\x5b\x3e\x7d\x1e\x69\xc4\x0b\xa4\x86\x9d\x40\xb7\x8c\x7d\xb4\x13\xe8\x46\x11\xff\xb0\x13\xe8\x96\x99\xc8\x3b\x81\x6e\x19\xab\x6e\x27\xd0\x0d\xb6\x34\xec\x04\xba\xd5\x93\xc1\x25\xd0\x0d\xc2\x32\xec\x04\xba\x69\xa7\xee\x04\xba\xd5\xe8\x99\x38\x35\xb0\xf1\x76\x02\xdd\x10\x2f\x0a\x3b\x81\x6e\x08\x1b\x85\x9d\x40\x37\x2d\xda\x9d\x40\x37\x24\x90\xc2\x4e\xa0\x1b\x05\x8d\xc2\x4e\xa0\x5b\x8d\x8c\x12\x81\x6e\xf5\xf4\x08\xa7\x86\x63\x46\xa0\x5b\x8b\x3c\x9d\x40\xb7\xc6\x12\xb2\x07\x9d\x1a\xb4\x25\xe8\xd4\xa0\x0f\x04\xb3\x75\x27\x08\xc1\x6c\xe8\xd0\x85\x9d\x60\x36\x34\xe3\xc2\x4e\x30\x1b\xba\x70\x61\x27\x98\xad\x63\x2d\xed\x41\xc7\x85\xff\xe1\xb8\x60\x99\xd8\x09\x66\x1b\xc9\x96\xe1\xb8\xb8\xbc\x27\x8e\x0b\x16\xb7\x9d\x60\xb6\x91\xb8\x27\xc1\x6c\x03\x40\xb9\x13\xcc\x36\xed\x3b\xc1\x6c\xd3\x51\x22\x60\x6d\x3a\xf2\x04\xac\x4d\xac\xba\x1d\xb4\xb2\xfb\x8e\x40\x2b\x7b\xe0\x79\xa0\x15\xf4\x21\xc2\x0e\x5a\xd9\xed\x1f\xc5\x58\x83\x9f\x1f\xc5\x58\x03\xa8\x63\x07\xc9\x84\xe6\x5d\x70\x01\x3c\xed\xc4\x05\xc0\x62\xb3\x83\x64\x02\x46\xc9\x0e\x92\x09\x93\xb1\x06\xc9\x04\x96\x9e\x1d\x24\x13\x9a\x47\xb8\x00\xba\x67\xe2\x02\x28\x1e\xe1\x02\x70\xd1\x00\xc9\x84\xe6\xf3\x70\x01\x74\xfa\x0e\x92\x09\x83\x3e\x80\x64\x82\x8b\xd4\x69\xff\x98\x75\xa7\xfd\xf3\x3a\xfb\xe7\x75\xf6\xcf\x3e\xd8\x3f\x7a\x0b\x92\x09\xa0\xe2\x1d\x24\x13\xb0\x06\x77\x90\xcc\x99\x18\x4f\xd0\xca\xc5\x02\xbd\x83\x56\x12\x66\xcf\x7e\x09\xf3\x99\x2f\x20\x92\x74\xd0\x3f\x10\x49\xc2\x01\xb1\x83\x48\x92\x5f\x31\x88\x24\xf9\x15\x83\x33\x6e\xd7\x09\x70\xc6\xed\x5a\x00\xce\xb8\x5d\x27\xc0\x19\xb7\x5f\x0e\x38\x03\xdd\xc9\xb0\x83\x33\x50\xa8\x0c\x3b\x38\x83\x7a\x35\x61\x07\x67\xdc\x95\x71\x01\x67\x64\x57\x86\x44\x9c\x48\xf4\x9e\x62\x79\x5a\x4d\xcc\x58\xd9\x79\x47\xc4\x8c\x51\x80\x2e\xec\xc4\x8c\x51\x22\x2d\xec\xc4\x8c\x51\x2c\x2e\xec\xc4\x8c\x15\x0c\xc0\xfd\x16\xaf\xff\xcb\x4a\xde\x09\x27\x2b\xf8\x50\x76\xc2\xc9\xa8\x62\x17\x76\xc2\xc9\xa8\x38\x17\x76\xc2\xc9\x0a\xbe\x97\x9d\x70\xb2\x82\xb5\xb4\x13\x4e\x56\xb0\xab\x76\xc2\xc9\xa8\x3f\x17\x76\xc2\xc9\x8a\x53\x9e\x70\xb2\xea\x3e\x42\x38\x59\x75\xd1\x27\x9c\xac\x6e\xde\x13\x98\xef\xfe\x43\x38\x19\x9e\xde\xb0\x23\x8c\x5d\x01\x0f\x3b\xc2\xd8\xd5\xcf\x8f\x70\xb2\x3a\x78\x3a\xe1\x64\xd5\x0f\x80\x70\xb2\xea\xce\x48\x38\x59\x75\x7f\xcd\x42\x79\xaf\x03\xca\x77\x9f\x07\x94\xf7\xf3\x23\x9c\xac\xba\x67\x13\x4e\x56\xfd\xfc\x08\x27\x43\xae\x28\xec\x84\x93\x55\x3f\x1c\xc2\xc9\xaa\xd3\x9a\x70\xb2\xea\xc7\x4f\x38\x59\x77\x11\x26\x9c\xac\xdf\x9e\x09\x94\xbf\x3d\x13\x28\x0f\xfc\xda\x09\x27\xeb\x6e\x5c\x84\x93\xf5\xe4\x75\x40\x79\x7c\x83\x3b\xe1\x64\xdd\x85\x96\x70\xb2\x8e\xe5\xb6\x13\x32\xd6\xfd\xfc\x08\x19\xeb\x17\xef\x88\xb0\xb0\x8e\xbd\xb9\x13\x16\xd6\x2f\x7a\x5b\x6d\x27\xfd\x23\x2c\xac\xbb\x78\x13\x16\xd6\x5d\xa0\xab\xed\x64\xe4\x09\x0b\xeb\x2e\xe5\x84\x85\xf5\xe4\x3d\x6d\xa7\xff\xd9\x4e\xc6\x85\xb0\xb0\x8e\x9d\xba\x13\x16\x36\x32\x23\x41\x58\xd8\xc0\xbf\xb9\x13\x16\x36\x5c\x88\x08\x0b\x1b\x93\x37\x46\x58\xd8\x3c\xe8\x2d\xa1\x5f\x33\x7a\x84\xa6\xae\xf3\xac\x91\x17\x8a\x97\x74\xa7\x70\xea\x85\x23\x68\xa7\x70\xaa\xde\xce\x9d\xc2\xa9\xb7\x0b\x26\x85\x53\x6b\xe4\x4c\x8b\x9c\xba\x94\x53\xe4\xf4\x04\x75\xec\x14\x39\x15\xf3\xec\x14\x39\x3d\xfd\xdc\x29\x72\x0a\x4d\x1e\xf6\x2e\xb4\x66\x5c\x28\x72\x7a\x61\xb5\xee\x14\x32\x45\x01\x3a\xec\x14\x32\x2d\xce\x6b\x0a\x99\x16\x70\xc6\x4e\x21\xd3\xe2\x75\x14\x32\x2d\xb6\x8c\x42\xa6\x68\x45\x87\x1d\x14\xb0\x81\x72\x76\x50\xc0\x86\x0b\x6e\x07\x05\x6c\x07\x6d\x01\x05\x6c\x8e\x19\x28\x60\x0b\xbc\x15\xd4\xd0\xb6\xe0\x3d\xc1\xc1\x9a\x28\xa4\xd0\x6c\xc1\xb6\x80\x83\xdd\x6e\x49\xa1\xd9\x70\x62\xee\xa4\xd0\x6c\xc1\x76\x12\x39\x81\xb3\x67\x27\x85\x66\x73\xd3\x26\x85\x66\x03\x71\xed\xc8\xa1\x6d\xe0\xb6\x9d\x14\x9a\x0d\xa7\xe9\x4e\x9a\xcc\x81\x17\x78\x27\x4d\x26\xf8\x05\x90\x26\x43\x60\x6b\xd8\x49\x93\x89\xd5\xe7\xa1\x4a\xa7\x31\x43\x9a\x8c\xce\x9e\x9d\x34\x99\xcb\x45\x9f\x34\x99\x6b\x78\x4f\x52\xca\xda\x3f\xad\x64\x02\xb3\x28\x5a\x1e\x0e\x32\x68\x10\x59\x0f\x07\x19\x34\x94\x30\x0f\x07\x19\x34\x09\x08\x72\x90\x41\x43\xd4\x62\x38\xc8\xa0\x41\xfc\x26\x1c\xa8\xa1\xa1\x52\x10\x0e\xd4\xd0\x50\x22\x08\x07\x6a\x68\xb9\x7a\x17\xd4\xde\x2e\x9f\x8e\xa2\x1b\x3e\xb0\x43\xc5\xb3\xe8\x75\x44\x08\xb0\xa7\x1d\x2a\x9e\x61\xed\x1e\x3b\x11\x02\xec\x70\xc7\x4e\x36\x16\x9f\xc3\x81\x1a\x1a\x12\x33\xe1\x50\x0d\x8d\x65\xe2\x50\x0d\x2d\xf9\x1f\x11\x02\x2c\x83\xc7\x4e\x84\x00\xcb\xd9\xb1\x0b\x36\x7d\x1e\x2a\x63\x60\x89\x03\x14\x80\xb0\x4a\x38\x40\x01\x7b\xf7\x09\x02\x51\xff\x43\xb8\x89\xed\xef\x30\xa5\xc5\xbb\x60\xe9\x5f\x78\x26\x0f\x53\x5a\x26\x2d\xc3\xd2\xa7\xfa\x5d\x38\xb0\xf4\x2f\x20\xd6\x61\x4a\x0b\x08\xe1\xc0\xd2\xbf\xf0\xa3\x1f\x58\xfa\x17\x16\xf4\x81\xa5\x7f\xe1\x60\x39\xb0\xf4\x2f\x36\xbc\xc3\x94\x96\xc9\x9b\xc6\xd2\xbf\x77\xaf\x03\x8c\xb1\x84\x1c\x96\xb2\x61\x99\x38\xb0\xe6\x29\x6b\x1f\x0e\x4b\xd9\x5c\xfe\x47\xda\xc3\xe5\x7f\xa4\x3d\xe0\x91\x3e\x82\xa2\x47\xdc\x13\x4b\x5f\xd7\xd6\x81\xa5\x5f\xb1\xc3\x8f\x20\x5a\xa1\x65\x58\xfa\x88\xba\x87\x03\x4b\xbf\x3e\xcf\x03\xad\x5c\xf4\x0f\x4b\x1f\x81\xf9\x70\x60\xe9\xd7\xcb\xbb\x58\x35\x85\xd1\xd5\xd2\xbf\x6d\x27\x96\x3e\x5b\xdc\xa1\xa5\xcf\xf6\x77\x3c\x96\x3e\x7d\x20\x35\x45\x6f\xee\xf1\x58\xfa\x5e\x87\xa5\x8f\x7f\xfa\xc0\xd2\xdf\x20\xca\x0e\x2d\x7d\x2c\xb0\x43\x4b\x9f\x65\xe2\xd0\xd2\xc7\x8a\x3c\xb0\xf4\x49\x7a\x0f\x07\xd6\x7c\xc4\x98\x39\xb0\xe6\xa3\xef\x41\x6b\x1e\x3f\xec\x81\x35\x1f\x31\xac\x0e\xac\xf9\x08\x27\x73\x60\xcd\x47\xcc\xa5\x43\x6b\xde\x79\x86\x35\x1f\xd9\x10\x0e\xac\xf9\xb8\x7b\x97\xc4\x3d\xe9\x1f\xd6\x7c\x74\x86\x60\xcd\x47\x7c\xbb\x87\xd6\xfc\xf4\x2e\x95\xff\xbc\x0b\xd6\xbc\xef\x1d\x6b\x3e\x6e\x1e\xd9\x3f\xdb\x62\xff\x78\x2b\x58\xf3\x11\xff\xf4\xa1\x35\x8f\x5b\xe1\xb8\xec\x1f\x6d\x81\x97\x08\xb8\x46\x0e\x78\x89\xc8\xb6\x72\x60\xe9\xc7\xcd\xeb\x40\x2b\x7e\x7f\xf0\x12\x61\x7a\x26\xfd\xf3\xeb\x00\x05\x04\xbf\x31\x50\x40\x84\x9d\x3a\x2e\xfb\xe7\x7f\xc4\xc6\x63\x1c\x1e\xa0\x80\x13\xc3\xf1\x80\x97\x58\x5b\xea\x7f\x2e\xc9\x07\x70\x21\xf9\xa9\x00\x17\x12\x86\xfe\x21\x24\xf0\x53\xd1\xec\x87\x22\x39\x34\xed\x4f\xff\x83\xa6\x8b\x34\x85\x54\x11\x1d\x10\x07\x66\x3f\xb1\x19\xe1\xc0\xec\x27\x8a\x23\x1c\x98\xfd\x44\x78\x84\x43\xb3\x3f\x30\xf0\x9a\xfd\xec\xb6\x87\x66\x3f\xbb\xed\xf1\xd8\xf6\xdc\xf3\xb1\xed\x19\x6a\x6d\xfb\xc0\x20\x3d\xb6\x3d\x6d\xd1\xb6\x3f\x68\xa7\xb6\x3d\xbb\xf4\xa1\x6d\x8f\xed\x74\x3c\xb6\x3d\xd3\x05\xdb\xbe\x34\x9f\x40\x78\x78\xf3\x09\xd8\xc5\x4e\x5d\x6d\x7b\x27\x8f\xb6\xbd\xaf\x8f\x54\x91\xe6\x47\x45\xaa\x48\xc3\x65\x74\x68\xf7\x3b\x59\xb1\xfb\x9b\xcb\x27\x76\x7f\x7b\xee\x89\xdd\xef\xa4\xc3\xee\x6f\xd8\x08\x07\x76\x7f\x73\x92\x63\xf7\x37\x27\x39\x76\x7f\x73\xf2\x60\xf7\x37\x17\x5a\xec\xfe\xe6\x87\x8a\xdd\xdf\x9c\xe4\xd8\xfd\x1d\x56\xfe\xc0\xee\xef\x30\xf6\x07\x76\x7f\xc7\x73\x7e\x60\xf7\x77\x62\x09\x0e\xed\x7e\x62\x10\x0e\xed\xfe\x4c\xab\xb5\xfb\x33\xad\xd6\xee\x27\x22\xe1\xd0\xee\x2f\xfe\x87\x3d\x9d\x7d\x02\xf6\x74\xe6\xbd\x6b\xf7\x63\xa1\x1c\xda\xfd\x99\x1e\x91\x46\x42\x41\xaa\x70\x90\x46\xd2\xb3\x67\x82\x09\x8a\x2d\xa3\x7f\xc5\x96\xd9\x3f\xc6\xac\xda\x3f\xe6\xa7\x78\x01\x88\x7c\x88\x17\x70\x47\x1c\xe2\x05\x08\xb6\x03\x4c\x30\x1c\x25\x30\xc1\xb0\x7f\x60\x82\x61\x5b\xc0\x04\x08\xfd\x87\x03\x4c\x30\x40\x78\x07\x98\x80\x72\x01\xe1\x10\x13\x0c\x9f\x40\x7c\x78\x60\x94\xc0\x04\xd3\x79\x0d\x26\x98\x90\xa7\x87\x98\xc0\xaf\x98\x54\x11\x94\xb8\xc3\x41\xaa\xc8\x74\xc3\x13\x2f\xf8\xdd\x92\x2a\x32\x41\x1d\x47\xa3\x5a\x07\x56\xeb\xb1\xa2\xaf\xce\x3d\x78\x66\x82\x5c\x64\x04\x41\x16\x87\xef\x41\x64\x01\x0f\x72\x3c\xe8\xc1\x33\x29\x4b\xa1\x29\xd5\x28\xdb\xd0\x6c\x35\x65\x1b\x34\x0e\x17\x67\x71\x0e\xec\xf7\xa3\xa3\xc8\xa2\x01\xd1\x21\xfb\x34\x58\x40\x24\x15\xf7\xea\x01\x22\x29\x2e\xb4\x20\x92\x8a\x4f\xf8\x00\x91\x14\xbf\x23\x10\x49\x75\xeb\xe8\x5a\xf3\xf4\x16\xee\xe1\xc0\x1d\x71\xc0\x3d\x1c\xb8\x31\x0e\xb8\x87\xc3\xcd\x69\x28\x41\xc1\xe8\xc2\x3d\x88\x87\x0e\x50\xc7\x75\xfd\x2b\xe2\xe2\x00\x90\x50\x8a\x28\x1c\x00\x92\xec\xb2\x04\x20\xc9\x2e\x83\x43\x6b\x97\x41\x02\x90\x34\xbc\xab\x07\x80\xa4\xb9\xb4\x9a\xd3\xaf\x3d\x0d\x20\x21\x09\x22\x1c\xe6\xed\xdf\x0c\xa0\x79\xfb\x5a\x28\xe6\xed\x6b\x4d\x00\x3a\x04\x94\x07\xa0\x63\xba\x59\x40\x4b\x6c\x4e\x48\x68\x89\xbd\x7b\x26\x96\xe2\xce\x50\x43\x4b\x5c\x2e\xd7\xd0\x12\xd7\xe1\xf3\xb0\x14\x77\x7a\x04\x2d\x71\x69\xe9\x43\x4b\x50\xcf\x39\x1c\xd0\x12\x97\x03\x0f\x2d\x71\xe1\xd0\x39\xa0\x25\x2e\x3f\x87\xa9\x25\xbc\xc6\x2c\x40\x4b\x5c\xd8\x2b\x01\x5a\xe2\x62\x7b\x08\xd0\x12\xd4\x96\x0e\x01\x5a\x82\xba\xd3\x21\x40\x4b\xdc\xcf\x99\x27\xb6\x68\xe7\xe8\xe2\xa8\x72\x04\x2d\xf1\x3c\xe1\xe6\x28\x72\x04\x2d\x41\x1f\x02\x79\xfb\xf7\xe1\x75\x58\xc2\x4c\xba\x00\x65\x91\x2f\x9f\x80\x4f\xff\xf2\xe9\xf8\xf4\x2f\xdb\x89\x4f\x1f\xa7\x46\xd8\xad\x8f\xc8\x5d\xe0\x25\x2a\x78\x21\xc0\x4b\x54\x1c\x25\x61\xd7\xa7\x4f\xff\x48\xc0\x47\x69\x2b\x04\x12\xf0\x51\xef\x0a\x61\xd7\xe7\x3d\x39\x22\x58\x8f\x08\x88\x00\x22\x31\x02\x22\x80\x48\x5c\x5e\x02\x88\xc4\x85\x28\xc0\x4b\xb8\xd8\x04\xb4\xca\xf6\x15\xa4\x19\x02\x21\x55\xa8\x19\x87\x40\x48\x55\x04\x30\x07\xf4\xc8\x22\xc0\x37\x1c\x5a\x59\x5e\x87\x95\xe5\x5b\x21\xa4\x2a\x06\x9e\x40\x48\x55\x64\x46\x06\x42\xaa\x62\xf0\x4c\xac\x48\xe6\x60\x20\xa4\x2a\x02\xf3\x03\x21\x55\x11\xe3\x22\x10\x52\x15\xa3\x77\xc1\x8a\xe4\xfb\x0b\x84\x54\x9d\x2c\xde\x81\x90\xaa\x93\xc5\x3b\x10\x37\x25\x19\x16\x8c\x9b\xc2\xc9\x10\x8c\x9b\x62\x31\x0d\xc6\x4d\xb1\xad\x04\xe3\xa6\x70\xa5\x85\xa0\x09\xe6\x3d\xf1\xca\x36\xfa\x80\x8e\x19\x15\x7f\x42\x40\xac\xec\xc6\x2d\x14\x10\x2b\x93\x1f\x0a\x44\x58\xe5\xd3\x33\x31\x6d\x1c\x09\x22\xac\x8a\x63\x46\x84\x55\xf1\xad\x18\x61\x15\x7d\x3a\x1e\x5b\x5c\x1c\xc1\x08\x2b\xb0\x44\x30\xc2\xca\x1e\x19\x61\xe5\xfb\x33\xc2\x0a\x64\x1f\x88\xb0\x22\x81\x3b\x04\xd0\x0a\x09\xe3\x21\x80\x56\xea\x73\x17\xdc\x96\xa7\xcf\xc3\x7c\xf1\x5b\x89\x9a\x2f\xde\x53\xf3\x85\x37\x06\x2f\x21\x51\x1d\x40\x32\x8d\x35\x24\x80\x56\x9a\x5f\x23\x68\xa5\x1d\xff\xc8\xde\x0b\x01\x20\x83\xae\x58\x08\x00\x99\x8e\xc3\x3d\x00\x64\x7a\xe5\x71\x00\x99\x4e\x80\x55\x00\xc8\xf4\xe6\x75\x58\x2f\x58\x91\x01\x20\xe3\x0e\x17\x00\x32\x1d\xff\x4a\x00\xc8\x74\x22\x0b\x02\x40\xc6\x10\x99\x00\x90\xe9\x2c\xbb\xc1\x00\xab\xea\x99\x58\x2f\x38\x58\x82\x41\x54\xd0\x58\xc1\x20\xaa\xc6\x94\x30\x88\x8a\x08\xca\x60\x10\x15\xa4\x4f\x30\x88\xaa\x79\x1d\x7d\xc0\x1b\x18\x0c\xa2\xf2\x65\x1a\x44\x85\x83\x25\x00\x56\x64\xe5\x03\x60\x65\x64\xef\xa2\xf5\x42\xab\x0d\xa2\x1a\xb6\x13\x8f\xe6\xf0\x9e\x58\x2f\x2e\xa6\x06\x51\xb1\x75\x04\x83\xa8\xd8\x7b\x83\x41\x54\x7e\x8c\x06\x51\x81\x41\x82\x41\x54\x00\xf4\x60\x10\x95\x9f\x91\x41\x54\x58\xa6\x61\x91\x1b\x71\xb8\xf4\x24\xfc\xa2\x7e\x54\x49\xeb\xc5\xbb\xe0\x17\x6d\xb6\xac\x92\x31\xe7\xd3\xb1\x5e\xba\x67\x62\xbd\xc0\x76\x87\x5b\xeb\x85\xe7\xa1\x47\x76\xba\x1d\xa1\x47\x76\xba\x59\xa0\x47\x46\xe5\xe7\x10\xd0\x23\x3b\x0f\xaf\xd3\x7a\xe1\xe9\x68\x8e\x35\x60\x70\x20\x39\x64\xf3\x53\xb9\x8d\x59\xa1\x47\x0b\x83\xa4\x80\xd7\x39\x64\x62\x56\xe0\xef\x43\x26\x66\xc5\x56\x67\x62\x56\xba\xd7\x45\x8e\x98\xbb\xd9\x98\x15\x9e\x97\x49\x42\x72\xbe\x64\x8d\x12\xef\x82\x51\x02\xf1\x18\x50\x04\x6b\xa7\x77\x21\x49\x07\x72\x2a\xa0\x08\xd6\x4e\x9f\x87\x0b\xce\xcd\x02\x45\xb0\x86\x53\x23\x20\xfb\xd5\x26\xf7\x44\xf6\x0b\xed\xe6\x10\x90\xfd\xd2\x3b\x1e\x0a\x46\x09\x41\x85\xa1\x10\xef\x81\x8f\x3d\x14\x8d\x12\x66\x08\xc9\x21\x87\xdb\xa6\x09\x20\xf8\x53\x43\xd1\xf0\xa0\x9d\x24\x80\x50\x9f\x23\x04\x12\x40\x2e\x37\x20\x12\x40\xee\xe7\x4c\xdc\x57\x38\x2e\x02\x09\x20\xb7\x6f\x93\x04\x90\xdb\x2d\x87\x04\x90\x5b\xe3\x82\x04\x90\x67\x2e\x55\xdd\x57\xf4\x81\x04\x90\xec\xca\x40\x02\x08\x49\xcc\x21\x90\x00\x82\x50\x68\x08\x24\x80\x54\x1c\x48\x81\x04\x10\x84\x42\x43\x20\x01\x84\x9c\xdf\x10\x48\x00\x41\x8a\x34\x04\x12\x40\xaa\x33\x84\x04\x90\xee\x02\x4d\x02\xc8\xc8\x1e\xe1\xbe\xca\x3e\x01\xf7\x15\x48\x26\x90\x00\x32\xfc\xaa\x48\x00\x19\x20\xbc\x40\x26\x87\x18\x24\x90\xc9\x31\x2f\xcf\x44\xda\x01\x14\x10\x48\x49\x8f\xf1\x5f\xbe\xe4\x40\xb6\x7a\x3c\xbd\x25\x7b\xb6\xaf\xbd\xb9\x67\x7b\x4b\xf6\x6c\xed\x1c\xb2\xce\xa3\x3b\x5c\x77\x5f\xe6\x3a\xb2\xce\x93\x7b\x36\x59\xe7\x37\xbe\xc1\x40\xd6\xf9\xad\x05\x46\xd6\xf9\xed\x52\x60\xd6\x39\x96\x77\x30\xeb\xdc\x89\x4c\xd6\x79\x71\x59\x22\xeb\xbc\xe0\x0c\x09\x66\x9d\xdb\x6a\xb3\xce\x01\x47\xc1\xac\x73\xad\x41\xb3\xce\xf1\x4f\x07\x8b\x64\xfa\xb9\x9b\x5a\xee\x48\x58\x24\xb3\x7b\x84\x5b\x61\xf7\x3a\xf6\x5e\xf7\x50\x53\xcb\xb5\xab\x4c\x2d\xd7\x46\x30\xb5\x1c\x7f\x63\x20\xb5\xbc\x39\x66\xa4\x96\xeb\x1d\x0f\xa4\x96\x37\x47\x90\xd4\xf2\xa6\xc5\x40\x6a\xb9\x01\x64\x81\xd4\x72\x43\xcd\x02\xa9\xe5\x4d\xfb\x81\xd4\x72\x03\xcf\x82\x45\x32\xb5\xc7\x2c\x92\x89\x23\x28\x58\x24\xd3\x8f\xd1\x22\x99\x5a\x2f\x16\xc9\xf4\xd3\x34\xed\x1c\xef\x78\x30\xed\xbc\x7b\x1d\x9b\x9a\x4b\x81\x69\xe7\x10\x96\xc1\x22\x99\xbe\x5b\x8b\x64\x3a\x9e\xa6\xa4\x77\xdb\xc9\xc6\xec\x32\x6f\x4a\x3a\x34\x56\x30\x25\x7d\xd0\x77\x52\x3e\x3a\x4b\x6b\x34\x25\x9d\x45\x38\x92\xf2\xd1\x89\x94\x8f\xa4\x7c\x74\x3c\x9a\x91\x94\x0f\xb7\x95\x48\xca\x47\x07\x55\x45\x53\xd2\xab\xd7\xe1\x72\x80\x1a\x8b\xa4\x7c\x20\xea\x1e\x22\x29\x1f\x93\x91\x8f\xa6\xa4\x33\x82\xd1\x94\xf4\xe8\x11\x29\xe9\x2c\x8a\xd1\x94\xf4\xec\x5d\x4c\x49\xf7\x4c\x53\xd2\x6d\xcb\x04\xf4\xd3\x3f\x0a\x68\xde\x50\x71\x91\x74\xf5\x1b\x37\x46\x24\x5d\x3d\x13\xac\x17\x49\x57\xaf\x20\xca\x48\xba\xfa\x33\x2e\xc4\x46\xa1\x4d\x1d\x22\xe9\xea\x2e\xec\x71\xe1\x93\x8b\xa4\xe2\x10\x77\xaa\xf4\x1d\x3e\x9d\x2a\x7d\x2c\xad\x71\x27\x0d\x1c\xc7\x4c\xdc\xa9\xd2\x87\x19\x12\x0f\x52\xa8\xf1\x56\xc7\x85\x41\xae\x8a\x79\x16\xa9\x11\xb3\x9d\x9e\x09\xc1\x76\xfa\xdf\xda\x56\x0e\x36\xe6\x48\x8d\x98\x70\x7b\x74\x71\x44\xcb\x0e\xc8\x37\x82\x0a\xe3\x41\x7e\x2e\x84\x73\xa4\x7e\x0c\x19\x7a\x21\x52\x3f\xa6\xc1\x21\x44\xea\xc7\x34\xf8\x8c\x78\x80\xd7\x7d\x0f\xc4\x3f\x1d\x4b\xd6\x36\x44\x18\x93\x2b\xd8\x32\xb0\x2e\x68\x25\xc2\x98\x5c\x7c\x7f\x11\xc6\x84\x12\x54\x21\xc2\x98\x50\xba\x2a\x44\x18\x93\x8b\xb5\x20\x2a\xf4\xb5\xd2\x95\x42\x84\x31\xb9\x7f\x70\xd4\x7f\x2e\xc9\x11\x32\xe5\x76\x62\x05\x61\xb0\x37\x01\x06\x3b\x05\x21\x53\x32\xa1\x58\x11\x32\x25\x13\xb1\x19\x21\x53\x72\xf2\x4c\x60\xf0\xf4\x2e\x84\x7e\xdd\x76\x81\xd0\xaf\xdb\xff\xc8\x67\xc3\x8d\x11\x21\x53\x10\xb1\x0e\x11\x32\x45\x9a\x2e\x12\x36\x85\x8c\x74\x88\x68\x80\x8d\xec\x99\xee\x54\xb4\x45\xa2\x05\xd2\x27\x92\x00\x82\x94\x5e\x88\x40\x97\xc8\x2e\x16\xa3\xdb\x91\x4f\x00\x5e\x02\x75\x23\xd0\x25\x62\x03\x45\xa0\x4b\x04\x22\x47\xe0\x89\x31\x8c\x11\xa2\x05\xb9\xca\x10\x4f\x97\x79\xda\x09\xea\x68\x2c\xfa\x11\xd4\xd1\x00\x78\x11\xd4\xd1\xd8\x02\xe2\xa9\x4f\x98\x29\x71\xba\x78\xd3\x96\xd3\xc5\x9b\x51\x02\x75\x34\x5b\x0d\xea\x68\xcf\xf3\x58\xbc\xd9\xaa\x22\xa8\xa3\xb1\x8d\x45\x51\xc7\xf4\x2e\x2c\x6e\xf8\xae\xa3\x69\x1d\xc4\x6f\x46\xd3\x3a\xd8\x52\xa3\x88\xc4\xcf\x4f\x44\x82\x07\x2e\x8a\x48\x80\xcf\x51\x44\x02\x0d\x12\x45\x24\x80\xe2\x28\x22\x01\x3d\x44\x11\xc9\xf0\x4c\x16\x6f\x6c\xed\x68\x5a\x87\x8b\xa2\x69\x1d\xc3\xff\x58\xbc\x89\x7c\x89\x20\x92\x3e\x7d\xba\xfd\xb3\xd5\xf4\xcf\xe5\x2c\xd9\x3f\xc6\x13\x44\x62\x78\x5e\x04\x91\x0c\x36\x8b\x28\xea\xc0\xe3\x1e\x45\x1d\x80\xd4\x68\xea\x46\xf0\x9e\x2e\xd0\x8c\xa0\xa9\x1b\xc1\xeb\x5c\xa0\x69\x0b\xbc\xcb\xb3\x0c\xc2\xbb\x4c\xec\xc6\x08\xef\x32\x5d\x5e\x4c\xdd\x20\x81\x27\xde\x68\x86\x80\xdb\xe2\x8d\x12\xb7\x6f\x93\xb4\x8e\x76\xf9\x9f\xa8\xc3\x23\xfc\xa2\xbb\x77\x21\x02\x02\x0e\x28\x92\xbc\xbe\x11\xa0\x1a\x49\x5e\xdf\x9c\xf3\x24\xaf\x6f\x97\x6d\x69\x2c\x98\xde\x05\x01\x05\x36\xe6\x48\xf2\x7a\xc4\x89\x12\xc1\x2e\xc9\x0d\x0f\xec\x92\x1d\x25\xb0\x8b\xc1\xab\x11\xec\x62\xf0\x6a\x04\xbb\x34\x8c\xb5\x08\x76\x19\xd9\x33\x89\xf3\x26\xab\x31\x9a\xf4\x6e\x6f\x49\x7a\xbf\x1c\xdd\xec\x2a\xe5\xf3\x70\xd6\xf9\x56\x48\x7a\xbf\xdd\x52\xb3\xce\x3a\xfa\x50\xb4\x76\xb9\x27\xcc\xc7\x8e\xc5\x1e\x61\x3e\xa8\x9d\x18\x22\xcc\xc7\xee\x7c\x81\xf9\x88\x6e\xb7\xb0\x1b\x97\x23\x01\xbb\x91\x30\xba\x22\xec\x46\xb2\x9d\xb0\x1b\xe9\xc7\xc0\xfd\xef\x25\x19\xe2\x23\xe1\x80\x88\x10\x1f\xe9\x79\x00\x16\xa6\x0b\x11\xc4\x47\x71\xe0\x21\x3e\xaa\x4b\x01\xc4\x47\x73\x19\x84\xf8\x78\x76\x2a\x88\x8f\x67\xa7\x22\x50\xaa\xb9\x28\x56\x17\x29\x9e\x00\x29\xd2\x9c\x12\x92\x22\x9b\x67\xf2\x11\xbb\xcc\x4b\x8a\x6c\x3e\x01\xb7\xc2\xe6\xd3\x71\x2b\xf8\x51\x49\x8a\x6c\xb6\x9a\x60\x28\x88\xab\x08\xf1\xd1\xe1\x5c\x23\xc4\x47\x87\x34\x88\x10\x1f\x83\xd8\x85\xd8\xac\x16\x40\xcb\x24\x3e\xf0\x02\x47\x0a\xc6\x4c\x5f\x83\x74\x86\x7b\x76\xd3\xee\xf0\x4c\xec\x0e\xf2\xe7\xe2\xa2\x33\x2e\x2a\x70\x87\xd8\x90\x6e\xc1\x71\x11\x49\xc1\xd8\x1c\x25\x34\x8a\x0f\x60\x62\x44\xa3\xf8\x28\x9e\x79\xf2\x01\xd0\x23\x53\x30\x2e\x8f\x48\xc1\x70\xf2\x98\x82\xe1\x82\x49\x0a\x86\xd0\x2c\x9a\x82\xe1\x16\x67\x0a\x46\xf6\x3a\x6d\x0b\xee\x49\x3a\x77\x26\x3c\x28\x92\xce\x9d\x89\x60\x89\xa4\x73\x67\xc7\xd3\x94\x6d\x62\x5e\xa3\x29\xdb\x10\x81\xd1\x94\x6d\x68\xb3\x08\x0a\x88\x78\xab\x23\x28\x20\xfa\xf9\x81\x02\xe2\xe5\x3d\xe1\xe1\x5d\xce\x40\x01\x51\x43\x00\x14\x90\x40\x40\x51\x05\x61\xad\x48\x50\x40\x76\x59\x12\x05\x10\xb7\x11\x41\x01\xcd\xa7\x4f\xe7\x20\x4f\x9f\xce\x41\xfa\x07\x0a\xa0\x2a\x60\x88\xa0\x80\x81\x3f\x3c\x4e\xe7\xa0\x4f\x60\x0e\xee\x3e\x9d\x39\xb8\xdb\x6a\x5c\x5b\xc5\x23\x5c\x5b\x5a\xf3\xa0\x80\xc9\xfc\x3c\x41\x01\x13\x94\x7a\x82\x02\x26\xbe\xf9\x13\x14\x30\x19\xf9\x13\x14\x40\xa5\xc1\x70\x82\x02\x66\xf2\x2e\x8b\x98\x4b\xcc\xd6\x93\x4a\x91\x1b\x5f\xe3\xb9\x39\x43\x26\x47\x2e\x6e\x8d\x23\x22\xd7\x71\xdd\x9d\x9b\xef\xcf\xeb\x88\x05\xc1\xe1\x78\x82\x02\x22\xe6\xd9\x09\x0a\x88\x4f\x3b\x79\x7f\xc9\xeb\x7c\x7f\xab\xb7\xa7\x15\x55\xf8\xde\x4f\x12\xbf\x91\x29\x08\x27\x89\xdf\xcd\x7b\x92\xf8\xdd\x78\xd3\x27\x89\xdf\x08\x69\x86\x93\xc4\xef\xf6\xdc\x13\x94\xb3\x7b\x1d\xef\x6f\xf7\x3a\x85\xb7\x68\x0b\x89\xdf\x93\xf8\x8b\x93\xc4\xef\x59\xbc\xce\xcd\x89\x3e\x50\x61\x72\xbb\x7c\x02\x4e\x29\x8c\x99\x73\xb7\x18\x9e\x77\xc1\xa1\x83\x5d\x7c\x12\x53\x75\x83\x80\x4e\x62\xaa\xee\xf0\xaf\x88\x8b\xd3\xc4\x8a\xec\x4d\x54\x53\xe0\xa5\x10\x6e\x35\xf0\xdc\x9d\x84\x5b\x8d\xe6\x11\xc1\xe2\xec\x38\x27\x04\xc6\xdd\xbc\x0e\x07\x3f\x3b\xf1\x09\x81\x81\x58\x7a\x38\x21\x30\xa8\x81\x1d\x4e\x48\x0a\xf4\x21\xc2\x69\xd1\x14\x7c\x3d\x27\x24\x05\x05\x3b\xc3\x09\x49\x31\x81\xf9\x27\x3a\x58\x66\xd3\x9d\xe8\x60\x55\x27\xdd\x02\x08\xe9\x38\xfc\x0f\xb2\x0f\xbb\xf1\x04\x05\x8c\xe2\x5d\xb0\x92\x81\x4a\xa7\x44\x04\xcb\xd9\x29\x11\xe1\x4b\x81\x88\x18\xbb\xff\xf1\x1a\xec\xbb\x96\x3e\x11\x09\x27\x44\x44\x04\x62\x9d\x10\x11\xcd\x8f\x03\x22\x62\x60\x31\x9c\x11\x91\x25\xa7\x92\xa9\xde\x2c\x9f\x67\x74\x9a\xf1\xa2\xa3\xd3\x8c\x57\x1b\xc9\x1d\x3c\xbc\x27\x4b\x81\x53\x09\x6b\x1e\xe1\xef\x70\x42\x44\xcc\xe8\x99\xd8\x63\x2c\xbb\xe7\xb2\xf4\xe7\xd3\xa3\x65\xe9\x1f\x87\x1f\xe3\xda\x7c\x27\xf2\xe8\xe1\x5c\x9b\xef\x71\xfa\x71\xac\xcd\x77\x8e\xe0\xd1\xb1\x8e\xb0\xff\xce\xb5\xf9\x6e\xd4\x36\x0b\xe7\xda\x7c\xe7\x74\x7a\xae\x4d\x74\x4e\x36\xbc\x73\xf9\xf1\x56\x32\xd7\x3a\x1a\x9c\x49\xdf\xd7\xb6\x39\xa7\x13\x79\x6d\x9b\x47\xe2\xe8\x5a\xd6\xee\x16\x01\xda\xd7\xb2\xc0\xb6\x48\xc2\xc9\xb5\x8c\x8b\x83\x5a\x28\xe1\x5a\x7d\x88\xd4\xa6\x0b\xd7\xea\x43\xbf\xe3\xd6\x1b\x73\xf4\x5a\xfd\x88\xa8\x6c\x84\x6b\xf5\x83\xff\x6f\x7f\x59\x56\xa8\x19\x9a\xd7\xea\x4b\x8c\xd9\xbb\xb1\x09\x93\xa2\x72\x55\xa2\x0f\xc0\x76\x17\x86\x04\x85\x57\xc3\xb5\x0c\x89\x7e\x9f\xbd\x6b\x3e\x5c\x7f\xc6\xe1\x5a\xc6\xc4\x77\x54\xff\x1c\xb5\x3f\x47\xfd\xcf\xd1\xf8\x73\x34\x7f\x1f\xad\x11\xfb\x8e\xf6\x3f\x47\xc7\x9f\xa3\xf0\xe7\x28\xfe\x39\x3a\xff\x1c\x5d\x7f\x8e\xd2\x9f\xa3\xfb\xcf\xd1\x9f\xfe\xb5\x3f\xfd\x6b\x7f\xfa\xd7\xfe\xf4\xaf\xfd\xe9\x5f\xfb\xd3\xbf\xf6\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xd3\xbf\xfe\xa7\x7f\xfd\x4f\xff\xfa\x9f\xfe\xf5\x3f\xfd\xeb\x7f\xfa\xd7\xff\xf4\xaf\xff\xe9\x5f\xff\xfa\xf7\x9f\xcb\xf3\xd5\xff\x74\x7d\xfc\xe9\xfa\xf2\xb4\x6e\x1b\x84\xda\x35\xe8\x3a\x80\xf5\x1a\x74\xdd\x49\x37\xe8\xba\x93\x79\xd9\x51\x2b\x64\x75\x1d\x5d\xeb\xb3\x81\xf3\xbc\x96\xa7\xf5\xd8\x0f\xff\xa3\x5a\xc6\xed\xd1\x5a\xe4\x0f\xa8\xa9\x0b\x1b\x8b\x22\x4c\xe1\x1a\x84\xe5\x43\x03\x5e\xcb\xc6\xba\x24\x80\x2e\xab\x34\x14\xdb\xb2\x3c\x75\x54\x2f\x0b\xd7\xb2\xb1\x8e\x13\x5f\xf5\x35\x59\x6a\xb0\x17\xae\x65\x63\x1d\xc8\xd9\x87\x6b\xd9\x58\x07\x55\x68\xc3\xb5\x6c\xac\x83\x22\xb1\xe1\x5a\x36\xd6\x41\x7d\xdc\x70\x2d\x1b\xeb\x38\xfd\xb4\x97\x8d\x75\x9c\x2c\xeb\xd7\xb2\xb1\x0e\x2a\xd4\x86\x6b\xd9\x58\xc7\x69\x3b\x97\x8d\x75\x50\xb9\x37\x5c\xcb\xc6\x3a\xa8\x88\x1b\xae\x65\x63\x1d\x27\xd8\xe1\x5a\x36\xd6\x71\x5e\x3e\xa1\x73\xc4\x28\x2d\x1b\xeb\xa0\x52\x70\xb8\x26\xfd\x03\x9d\xa4\x8d\xfe\xe1\xc5\x4b\x9b\xfd\x0b\x1c\xd9\xbf\x93\x23\xfa\x87\xeb\x25\x6d\xf4\x0f\x8b\x32\x6d\xf4\xef\xf2\x2e\xf6\xef\xe0\xc8\xfe\x65\x8e\xe8\x1f\x9b\x58\xda\xe8\x1f\x74\x57\xda\xec\xdf\xce\x91\xfd\xdb\x38\xfa\x3d\x75\xd3\xd6\xff\x1c\x8d\x3f\x47\xbf\xe7\x67\xda\xe9\x5f\xa6\x47\xfb\xfe\xe7\xbf\xe3\xcf\xd1\xf5\xe7\x28\xb1\x19\x45\x8e\x6e\x8e\xbc\x4b\xe6\x88\x91\x58\x96\xd3\xd4\x44\x48\x7b\xfd\x73\x97\x3f\xad\xde\xff\xb4\x7a\xff\xd3\xea\xfd\x4f\xab\x8f\xed\xcf\xd1\x9f\x56\x1f\x7f\x5a\x7d\x84\x3f\x47\xf1\xcf\xd1\xf9\xe7\xe8\x4f\xff\x8e\xf4\xe7\xe8\xfe\x73\x94\xff\x1c\x95\x3f\x47\x95\x6d\x69\xf6\x01\xf1\x99\x96\xf9\x74\x52\xe6\x20\xa4\xe5\x7b\xed\xf7\x59\xfb\xc0\xb1\x92\x0e\x0a\x19\x05\xff\x9f\xfc\x7f\xf6\x49\x24\x6e\x42\x4e\x34\xe3\x35\x4f\xcb\xc4\xea\xf7\x75\xf4\x09\x33\x90\x02\xae\x18\x36\xfb\x14\xa8\x49\x13\xfd\x2f\x72\xb7\xab\x37\x5c\x5f\x69\x99\x5a\xfd\xbe\xce\xde\xba\xe7\x5c\x64\x35\xf0\x7e\x96\xb9\x95\x0a\xc9\x1e\x29\xdc\xcf\xf5\x06\x01\xa4\xe5\x78\x4d\x54\x39\x0c\x29\x90\x11\x51\x6d\x29\x05\x9a\xba\x4f\x1a\x5c\x9b\x7b\xbb\xbd\xdb\xda\xe0\xa9\x39\x12\x52\xa4\xce\x4e\xf7\x88\x3a\x3b\x30\x13\x09\xf9\x51\x13\x73\xd2\x32\xbb\xe2\x8e\x43\x30\x51\xc8\x8e\x4a\x4c\x21\x45\xfa\x73\xa6\x4e\x9d\x9a\x90\x90\x27\x95\xe6\x4e\xc8\x93\x2e\x1e\xea\x3f\x97\xed\x84\x72\xa9\xb2\x3a\x69\x59\x6c\xfd\x3e\x63\x9f\x44\xbf\xa6\x65\xb5\xf1\xa0\xe9\x2f\x0b\x04\x54\x5f\x0c\xea\xa6\xf5\xb2\x91\xcb\xcf\x1c\xb0\xca\x53\x1c\xcf\x30\x9a\x4e\x9b\xe2\x7c\xa6\x41\x83\x35\x4d\xa8\x9c\x56\x3c\x7f\x89\x9a\x0c\x91\x45\x3d\xa1\x72\x4a\x59\xc6\x90\xce\x3f\x53\xfa\x8c\x4f\xbb\x28\xa3\x18\xd2\xf9\x67\x5a\x53\x97\x21\x3e\xd7\x5a\xb6\x87\x81\x3d\xff\x4c\x6b\xe4\x4c\x1b\xfe\xa9\x74\x7e\xfd\x6d\xb6\x02\x4a\x01\x6a\x2e\x21\x69\xda\xb0\x9a\xd3\xe9\xb4\x3e\x7a\xbb\x7d\x12\x6c\x3c\x80\x30\x9d\xf6\x77\xef\x66\xd9\x25\xa4\x4d\x1b\xd8\x24\x21\x6d\xda\x70\x33\x25\xa4\x4d\x1b\x1e\xd9\x74\xfd\xe9\x2f\xd2\xa6\xd4\x56\x0e\x09\x69\x53\x2a\x34\x87\x84\xb4\xe9\x70\xe9\x5e\x5e\xde\x78\xee\x5e\x77\xbf\x1f\x9e\x3d\x40\xde\xb4\x9f\xfe\x5f\xbe\x0f\xd3\xe7\xae\xfe\xf6\xdb\x16\xae\xfe\x9a\xa8\x9d\x2e\xa6\xba\x63\xb5\xbc\xbd\xc9\x08\x97\x84\xfc\xa9\x74\x5c\x4a\xd8\xb1\xe7\xd6\x8d\x61\x48\x89\x4f\xf8\xbc\x7b\x73\xb6\x21\x83\xaa\xe7\x3a\xad\x38\x94\xd0\x5d\x4c\x91\x41\x95\xce\x4b\x89\xe9\x1e\xcf\x3e\xa7\xd7\x5e\x5c\xeb\xff\x89\xcf\x7b\xeb\x13\x17\x45\x4a\x7f\xde\x71\xca\xcf\xb3\xbb\x73\x2b\x95\xf7\x17\xb6\xdf\x84\x2c\xea\xc0\xe1\x91\xd2\x9f\x25\x7a\x79\x88\x63\x80\x00\x4e\x49\xe7\x0b\xb3\x1c\x59\xd4\x01\x8a\x4b\xb7\xa1\x9e\x1e\x91\x80\x85\x47\x3a\xdd\xf1\x79\xa6\x9e\xee\x44\x04\x7e\x76\x91\x42\xfe\x74\x66\xaf\x4d\xcf\xd9\x26\xaa\x27\xbc\xc8\x13\xf7\x50\xba\xf3\x33\x26\x68\xee\x85\x74\x97\x17\x1b\xb8\x91\x2e\x6f\x72\x7c\x36\xd2\xe5\x4d\xee\x77\xec\x7d\x5e\xb6\xa8\xbf\xe3\x06\x11\x96\x94\x44\xf5\x4b\xb9\xe7\xb7\x98\x31\xee\xcb\xb3\x3c\x8b\x86\x81\x92\xa9\xe0\xa8\x44\xf5\xf1\xcd\x99\x97\xff\xcc\x5f\xe4\x54\xcd\x0f\x4c\xd9\xe5\xf8\xee\x8d\x18\x93\xb4\xbc\xcb\xac\x0c\xb8\x4f\x12\x5e\x64\xbd\xe4\x29\xdb\xb7\xdc\xa7\x9b\xef\xf2\x24\xc7\xfc\xb4\xab\x3d\x2d\x1d\x38\x04\x53\xee\xcf\x96\x24\x8b\x92\xf2\xbb\x34\x8f\x61\x8b\x97\x7b\x51\x85\xb8\x84\x94\xea\x86\xf9\x97\xca\xbb\xe5\x0c\xb0\x7c\x42\x4e\x75\xdf\xfc\x7f\x79\x20\x76\x5c\x93\x69\xf9\xa7\xcf\xdb\x2d\xa1\x9c\x4f\x6b\x75\xab\x24\x74\x82\x9e\x55\xaf\xa4\x77\x5c\xb3\xf7\x46\xad\x7b\x78\xef\xf7\xdd\x8a\xf2\x12\x91\x35\xc7\xee\xd9\x6e\xb7\x57\xd7\x49\x9c\x0a\xf9\x9e\x9a\x68\xe5\x5d\x97\x86\x1b\x5c\x19\xef\x2f\xd9\x5f\xd6\xb6\x14\xd3\xbf\xe2\xaa\x13\x01\x38\xc2\xf8\x54\xfd\x8c\x4b\x1f\x58\xa3\xe9\x81\xa4\xb3\x77\xe0\x7c\x5a\x90\x34\x3e\x9f\x6a\x8d\x6f\x67\x9c\x0c\x04\xe3\xc4\xe1\xf5\x6b\xa9\x0e\xda\x85\x95\xa1\x49\xa3\xf7\x9b\xc1\x7a\xa0\xe9\xd1\xbb\xaf\xa6\xe6\x67\x22\x23\x80\x1f\x52\x2d\xef\x02\x81\x37\x2c\xd5\xd7\x22\x91\x28\x4b\x04\xe8\xe8\x21\x4e\x0b\xa6\x5e\x8a\x02\xa5\x3a\xde\xa7\x12\xa4\x93\x2a\xbb\x36\x64\x4b\x22\x48\xe7\x8c\x1e\x21\x3a\xe3\x47\x8c\x4a\x6b\x70\x22\x2c\xa8\xda\xef\x18\xfa\x63\x09\xb6\xb7\xff\xcf\x36\xb8\x20\xeb\x42\xbc\xeb\x88\xa9\x1f\x5b\x37\xdd\x3a\xb5\xf4\xf6\xcf\xc5\x09\x69\xd6\x23\xf9\xfc\xf5\x69\x1c\x8e\xdf\x82\xae\x77\x70\x6a\xb4\xcf\x12\xbb\x3d\xbb\x3d\x9f\x96\x09\x19\xa9\xf5\xe7\x1d\x4e\x18\x80\xd4\xc6\xfb\x8b\xcb\x4f\x9b\x6f\x1b\x08\x8b\x4c\x0b\xce\x06\xd3\x38\x12\x52\xae\xc1\x8f\x7d\xc1\xd9\x53\x21\x9c\x84\x94\x6b\x20\x4c\x2a\x2d\x38\x1b\x4f\x2d\x93\x7e\x7e\xad\xf1\x7f\xde\xbf\x96\xd6\x1f\x48\x9b\x90\x73\x0d\xda\x8c\x3d\x7f\x9b\x15\x23\xd9\x51\x10\x73\x8b\x41\xd2\x55\x3c\x95\x16\xac\x5d\xbc\xd5\x3a\xfa\x2c\x50\x62\x36\x12\xb2\xae\x11\xfc\x93\xfa\x7c\x8d\x15\x37\x24\xa4\x5d\xf5\xaa\xa7\x85\x61\x43\xb7\x25\x0b\xc3\xc6\xf8\x9c\x89\x5c\x98\xb3\x13\x2e\x20\x42\x23\x27\xb2\x12\x8c\x28\x4e\xe3\x8f\xb5\x3d\xd2\x37\xea\xb4\x72\x7c\xdb\x75\xf2\x6e\x5f\x9f\xa3\xcf\x5e\xef\x3b\x12\x83\x93\xc6\x1f\x64\x81\xa8\x92\x92\x9e\x69\xe1\xd9\x18\xe1\x67\x12\xa2\x4a\x51\xcc\x83\xa8\xd2\xd3\x83\xb9\xbd\x66\x8f\xd7\x2e\x4c\x1b\x0f\x22\x22\xd2\x3c\x3e\xb3\xc8\x5f\xd6\x37\x7e\xda\x26\xc5\x95\x82\x77\x3b\x41\xce\x8c\xf3\xc2\xb5\xf1\x3c\x3c\x13\xf3\xc4\xed\x52\x71\x25\xbf\xd9\x85\x6b\xa3\xa9\xef\x69\xe1\xda\xcb\xf8\xee\xf4\x64\x31\xf8\x1f\x73\xfa\xda\xfb\x70\xf1\x9e\xfd\xfd\x05\xf7\x5c\x52\x64\xc9\xaf\x6c\xfa\x7e\x5b\x6f\x38\xc0\x6e\x33\x1a\xf0\x35\xdc\xdb\xfe\x7c\xa5\x4a\x12\xdc\xdb\xf1\x5e\x01\xfd\x7b\x6f\xe1\xfd\x05\x6a\xfc\xde\x98\xdb\xe0\xeb\x9b\xec\x86\xeb\xf0\xfe\xd7\xfa\xca\xa3\x47\xe9\x5d\xb2\x8b\xf7\x5f\x21\xb3\xe6\x59\xde\x5b\x7e\xee\x3d\xb3\x77\x23\x98\x92\x35\xf5\xde\x7e\xbf\xe7\x7b\x6b\xef\x06\x3a\xbd\xbf\x8a\xd3\x9e\xcd\xf7\x1c\x6b\x6f\x87\xf7\x47\x75\x1a\x77\xdf\xad\x40\x13\x28\xe4\x7e\x54\x98\x26\x47\x14\xc6\xb8\x3c\x93\x08\x97\xeb\x5f\x81\x85\xf7\xa2\x1f\xae\x1b\x47\xc0\xbd\xe8\x87\x78\x3d\xb7\x7c\xbd\x8b\x1d\x78\x77\xef\xf9\x5d\x9e\x71\xd3\xdc\x7b\xf9\xce\x89\xfc\x02\x57\xcc\x0e\x77\x93\x14\x71\x83\x2d\xee\x05\x9a\xe3\x85\x1d\x72\x4b\x29\x10\x6f\x7c\x1f\xfb\x73\xa7\xe9\xf3\xe1\x0e\x32\xb6\xc6\xfd\x07\x1c\xdf\x7f\xc0\xf1\xfd\x07\x1c\xdf\x87\xd5\xdd\xbc\x0e\xb5\x6c\xe2\x58\xee\xe3\x7e\xed\x83\xc3\xe7\x12\x9d\x33\x3c\xdb\xfe\x8c\xde\x61\x0d\x6e\x41\xf2\x39\xfa\xa8\xde\x7f\xf5\xa9\xd8\xa7\x83\x82\xb3\x7c\xa0\x37\x49\x12\x3b\xa8\xeb\x26\x40\xa9\x10\x17\x7a\x87\xed\xbd\x13\x0e\x94\x3b\x00\x24\x87\x47\xc7\xf3\xbf\x76\xdd\xbd\x00\x72\x4c\x58\xd7\xf7\x03\x90\x7f\xfe\x67\xfa\xc0\x45\xec\x10\x98\xb7\xe9\xdd\x9b\x47\xc4\xc7\x92\x5c\x74\x3f\xe0\xf8\xec\xc8\xfd\x87\x3b\xe4\xe7\x97\x8e\xb5\x71\x9b\xe6\x1d\xbc\xe2\xcf\xd4\x35\xcd\x3b\x7a\xb4\xa6\x6d\x29\xb6\xfb\xb3\x52\x92\xed\x96\xb3\xe0\x49\x46\x27\x41\xc1\xde\x44\x27\x15\xd2\x6b\xee\x78\xbc\xf6\x70\xf7\x97\xd5\xe7\x0b\x17\xcc\x4d\x84\xd2\x1d\xfd\x0f\xc5\xed\xe7\x4e\x5a\x9f\xb3\x2b\x6c\x7a\xc7\xf4\xfe\x72\x7b\xc5\xfd\x9a\x08\xdd\x73\x7e\xfa\x1d\xb4\x1e\xef\x07\x29\xff\xdc\x83\x51\xa6\x6a\x61\x03\x11\xdd\xb1\xbd\xff\x63\xf3\xdd\xb1\xbf\xbf\x38\x1f\xa8\x5e\xd8\x21\x48\x6f\xaa\x17\x76\x08\xfc\xfb\xdc\x9e\x05\xc4\x64\xa3\x1b\xb4\xdc\x30\x51\xee\xd3\xc0\x3b\xde\x19\x15\x0c\x3b\xe4\xea\xbd\xd0\x72\x10\x75\xdc\xe7\xf9\xf5\x84\xb9\x7a\x2a\xdc\xc5\x5b\x38\x5f\x34\xd5\x5c\x1c\x4f\xfa\x1e\x63\x37\xd7\xf5\x3e\xf3\x6b\x94\x61\xa1\xde\x0b\x39\x87\xea\x0c\x3a\xeb\x73\x0f\x33\x3c\xee\xb3\x3d\x0b\x5c\x77\x5e\x51\x10\x44\xf9\xcf\x9b\xaa\x87\x83\xd8\xf8\x9b\xaa\x87\x06\x69\xde\x97\x62\x5e\x8c\x04\xb1\x51\x87\x6f\x81\xaa\x87\x13\x7e\xe8\xa6\xea\xa1\x4a\x2e\xf7\x15\x3f\x5c\xc8\x5b\xba\xce\x67\x9b\x30\x2f\xf8\xa6\xfa\xe1\x2c\xfe\x4f\x8a\xb9\x63\x2e\x7a\xbe\xee\x3e\x60\xcd\xee\xcb\x75\xeb\xe8\x14\xb4\x08\x37\x55\x10\x29\x22\x11\xee\xeb\xcf\x5c\xbf\xda\xb3\x46\x18\x32\x7b\x5f\xef\x36\x45\xd5\xa5\x70\x5f\xe3\x5b\x09\x79\x93\x0b\x49\x9f\xc3\x85\x5d\x24\x1d\x5b\x47\xd9\x3d\xdc\x54\x45\xd4\xbc\xbe\xd3\x6f\xc7\xdf\x9d\x34\x3f\xef\xae\x2c\xee\xbd\x90\x74\xc8\x88\x64\xdc\xe9\xfc\x4c\x28\xc6\x9d\xf8\x2a\xb5\x5a\xee\x07\x49\xff\xb4\x8f\xb7\x94\xee\x6f\xd5\xa2\x0f\xc4\x59\x89\xcc\x6e\x91\xf4\xcf\x15\x97\x57\xd4\x77\x2b\xde\xfe\x25\x37\x75\x13\x8a\xb5\x15\x3b\xfb\x0e\xcf\x74\xa9\xb2\x62\x22\xda\x62\x77\x9a\xef\xad\x71\x93\xdc\xa4\xc2\x6f\xe8\x44\xdc\x2b\x5c\x6b\x96\xc3\xff\x08\x28\xc2\x31\x72\x5b\x35\xd1\x49\x6e\xd5\x44\xef\x4b\x1d\x92\x86\x0d\x7a\xdf\xd7\xfb\xda\xa0\x16\x6f\xc1\x78\x4c\x9d\xa2\x57\xe1\x26\x25\xfe\xd8\x7c\x2e\xe2\xae\x4e\x12\x52\xe2\x0f\x28\xbd\x9b\x94\xf8\xc3\x97\x27\x08\xff\x59\x2c\xdd\xf8\x1e\x10\x7e\xf4\xd1\x6c\xf7\x3b\x25\x9e\x05\x4a\x20\x7e\x1d\x7d\xfa\xf1\xe4\xed\xbd\x8f\x0b\x40\xde\x1f\xe4\x41\xc9\xb0\x70\x5b\x55\xf1\xf0\x0a\x54\x17\x2e\xcf\x8e\xef\x53\x87\x67\x9f\xef\x33\x86\xe7\x2c\xc2\xb0\xf8\xd9\xe5\xf4\x5d\x41\x5f\xf2\xb7\x05\xe2\x88\xb9\x17\x68\x8f\xd9\x8f\x2d\x3b\x0e\x8c\x71\xae\xdf\xfd\x6d\x91\x9f\x47\xe8\xc6\xba\xdf\xf9\x1d\x0b\x95\x5b\x6e\xab\x31\x26\xdb\x40\xa4\x84\xdb\x3e\x80\x7d\xb8\xc0\x90\x46\x4f\xe9\xde\x70\x13\x4c\x76\xe2\x88\xbb\x09\x26\x8b\xce\x0b\x82\xc9\x28\x9a\x1c\x6e\x04\x7d\xe7\xf4\xbf\x65\xad\xca\x1d\xdd\xe5\xfd\x1c\x06\xd1\xd5\x77\x79\x97\xc2\xe1\x52\x57\x5e\x53\x66\x10\xa5\x71\x2f\xb0\x1e\xb3\xdb\xd0\x02\xeb\x97\x59\x76\x37\x91\x65\x57\xb2\x07\x8b\xea\xbe\xb2\xcf\x1e\x0b\x73\xfa\x19\x59\x99\x11\xcc\x76\x4b\x0c\xaf\x0f\x97\x1e\x56\xd2\xb9\xb5\xe1\x16\x0a\x1f\xd1\xe5\x13\x29\xe0\x7b\x7a\xe6\xaf\x77\x4d\x9f\x21\x86\x2f\xb7\x1d\x88\x61\xd5\x03\xef\x85\xc0\x23\xf5\x05\xc3\x5d\x5f\x44\xd2\x88\xd0\xba\x1f\xf4\xbd\x75\xc5\x62\x6f\xd1\xf7\x99\x7b\x73\x6b\x12\x7d\x5f\xb1\x37\xb7\xe7\xda\xde\x5f\x9c\x2b\xf5\x73\x52\x74\x9f\x35\xbe\x2d\xce\x73\xe6\xb3\xf8\x19\x91\x72\x13\x9d\x96\x9c\xe1\x20\xf1\x0b\x44\x77\x37\xf3\x43\x19\xcd\x85\xc4\xa3\x3a\xf7\x77\xc3\x52\x77\xd1\x5d\x08\x3c\x3e\x73\x45\x04\xfe\xd3\x12\x0d\x28\x6a\xf1\x53\x0b\x28\xdc\xa4\xe6\x57\xbf\x67\x2a\x3c\x26\x3c\x07\xf7\x1f\xe2\xf8\x6e\x6f\xbf\xcd\x3d\xb8\xc9\xa9\x49\x20\xd4\xfb\x49\xdd\xb7\x2f\xe3\x3d\xdb\x2f\x8e\x4a\x8f\x09\xfe\xec\x36\xe7\xc6\x85\x7c\x21\xee\x73\x73\x13\xef\xc7\x33\x32\x8d\x30\x8d\xbb\x87\xef\x17\xde\x24\xb9\x37\xc9\x15\x8b\xdc\x9b\xe4\x1a\x45\xee\xcd\x83\x07\xc8\xbd\x91\xad\xb9\xc9\xbd\x49\xcd\x27\xd1\x5f\x32\x40\xee\x4e\x40\xa5\xf3\xa8\xd7\xd7\x18\x74\xd6\x92\x9b\xf3\xe0\x10\xa4\x89\xa3\x73\xbf\xdb\xdf\x1f\xd3\x91\x59\xfd\x8b\x35\xfe\xef\x6d\x82\xd4\x9d\xe4\x84\x1e\xfb\x7b\x23\x1c\x10\xf7\x78\x2d\xde\xae\xe5\x38\x78\xfd\x4e\x2d\x52\x78\x6e\x00\xea\x4d\x0a\x8f\x51\xf5\x37\x29\x3c\xc6\xa4\xde\xa4\xf0\xdc\x78\x48\xef\x05\xc8\x83\x0a\x84\xf7\x78\x41\x5a\x77\x6a\x2c\x30\x1e\xfa\xe9\x53\x74\xbe\xfc\x80\x50\x06\x68\xb8\xdc\x6f\x5d\x31\xff\x7b\xf4\x67\xc8\x8c\x70\xbe\x09\xe6\xbb\x9b\xed\x5e\x53\xe0\xf6\xa5\x12\xcc\x77\x93\x7d\x7a\x13\xcc\x77\x37\xff\x5b\x4e\x88\xe2\x42\x39\xc3\xeb\x58\x11\xf2\xcd\xf8\x59\xc4\xf4\x14\x60\x7e\xe2\xa5\xbc\x09\xea\xbb\x5d\xfe\x09\xea\xbb\xdd\x56\x09\xea\xbb\x5d\xa8\x09\xea\x0b\xc9\x56\x10\x35\xe5\x92\x3d\xeb\xfb\xf1\x1c\xfe\xf2\xd3\xe7\x58\x09\x32\xbc\x1f\x60\x7e\x3d\x4c\xc0\x3d\xc7\xf3\x4b\xc7\xfd\x74\x13\xe0\x97\x79\xbb\x79\xb3\x08\x45\xe3\xc8\x14\xe9\xca\x11\x69\x5a\x2c\x33\x99\x00\xbf\x82\x73\x25\x6f\xf1\x1d\xd9\xc3\x3b\xe9\x68\x8b\x1c\x5d\xef\x12\xc4\xb4\xcf\x82\xf2\xeb\xea\xb3\x7b\x05\x69\x67\xc3\xfb\xa3\x74\xc3\x76\x97\xb7\xf2\x9e\xbd\x79\x36\x91\x58\xd3\xfb\xaf\x7e\xab\x1b\x93\x09\xf8\xab\xbb\xff\xa1\x76\x83\x5d\x9a\xb7\xcf\x8c\x21\x83\x21\x93\xfa\xa3\x46\x5e\x36\xe8\xef\x39\xfa\xe9\xf3\x5a\xcf\xd6\xd1\xf7\x99\xe3\x2e\xcc\x04\xfe\x29\x39\x9c\x09\xfc\x53\x56\x38\xef\xf6\x39\x75\xea\x81\x86\x4c\xc5\xca\x42\x4e\x47\x16\x99\xc7\xab\x1b\xa6\x9c\x09\x00\x34\x3b\x24\xef\xaa\xdf\x30\x02\x54\x7e\xa9\xcc\xb8\x4c\xe5\x17\x15\xed\xf3\xde\x9f\x27\xa9\x1a\x9e\x91\x2a\x10\x2d\xe5\x7d\x3e\xff\xab\x07\x9e\x8f\xed\xb1\xae\x55\xbb\xc9\x22\xf7\x9f\x5f\x60\x9c\xf2\x71\xbc\x8e\x0e\xe6\x69\x3e\xc2\x7b\x0e\x2e\xa5\x7c\xc4\xf7\x17\xb6\xdc\x7c\xa8\x34\x49\x1f\x0e\x95\x26\x3d\x3b\xbd\x67\x3b\xbe\x87\x01\xac\x9e\x6d\x1a\x9b\xff\x95\xaf\x8d\x5e\x5f\x5f\x4c\x00\xf3\x98\x8f\xf6\x6e\x5b\xce\x52\xe9\xee\x9f\x73\x82\x57\x59\x69\x35\x73\x34\xdf\x5e\x61\x68\xe4\xf0\x8e\xc5\xc0\x49\x9c\x8d\x2a\x04\xf9\x66\xa2\x0a\xf5\xdd\x67\xa4\x0f\x06\xb1\x90\x19\xe9\x83\x81\x5b\x29\x2f\x24\x1f\x9f\xbe\x21\x7d\x30\x70\x7a\x67\xa4\x0f\x06\x5b\x72\x7e\x90\xfc\x0f\x3a\xf2\x6c\x82\x77\x71\x99\xe5\x00\xa2\xbb\x6c\x41\x5d\x38\x62\xd8\x82\xd7\x01\x35\xc9\xe8\xc8\x0b\xc9\x47\xd3\xe3\xf2\x42\xf2\xc1\x0d\x25\x87\xf9\x1a\x7a\x70\x68\x39\x5a\xe4\x83\xb3\xa3\x45\x3e\x98\x37\x0b\xc9\xc7\x8a\x51\x94\xa3\xa6\x5b\xfc\xc7\x16\x91\x63\x7c\x17\x40\x87\x82\xe0\xc4\x49\x60\x66\x16\xe4\xa7\xd1\xc7\x6e\x23\x4c\x26\xe1\x15\x44\x52\xd8\xd9\x1f\x73\x24\x62\x1d\x70\x9b\xa3\xc9\x24\x74\x9e\xe0\xc5\x5c\x6d\xee\x67\xd9\xdc\xde\x97\x7c\x81\x69\x2b\xf0\xbb\x26\xef\xfb\x3b\xa2\x23\x9f\x8a\x0c\xd1\x82\xd3\x68\x00\x3e\x28\x54\x16\xa6\x1f\xa2\x45\x3e\xf1\x7f\xe6\x05\xe8\x63\x75\x78\x05\xf4\x3f\x60\x9c\x6d\x29\x9f\xaf\x45\x23\xa8\xcc\x50\xe0\x3b\x5e\xe5\x7c\x7e\x9c\x0a\x30\x33\x3f\x80\x7e\xeb\x86\xae\xe6\x87\x0a\xff\x81\xba\x4c\x08\xa8\x70\xcb\x55\xe5\xf3\x05\xb7\x13\x1b\x34\x4b\x87\xff\x2c\x26\xd3\x5f\x28\xa8\xe0\x98\x9e\x2f\x8a\x79\x3e\xcd\x6b\x7b\x26\xc6\xc0\x6a\xcb\xea\xc6\x39\x22\x24\x3e\x05\x68\xef\x7c\x85\xd7\x8e\x05\x53\x64\x92\x9f\x0e\xb6\xa9\x7c\x59\xec\x8a\xd6\xaa\x1d\x47\x3e\x6a\xbe\x5e\xf4\x22\x4c\xcd\x0f\x35\xbe\xbf\x1f\x21\xd4\xf8\xe1\x7c\x59\xc0\x3e\x28\xbd\x90\xad\xfc\xc9\xa6\x96\xa1\xc5\x4b\xb4\x5d\x48\x93\x62\x99\x65\x01\xfd\xcf\x7d\x93\xff\xcf\x77\x6c\x1d\x6d\xaa\x83\xee\x8e\x42\x7a\x7d\xcf\x93\x68\x8f\x0c\x35\xbe\x61\xfb\xe7\x07\xd4\x5f\xbd\xf9\xc6\x93\x5b\x7b\xef\x4a\x8a\xe5\x05\xec\xc3\xc0\x34\xc8\xe9\x7a\xaf\xc0\xc6\xcd\x02\xfb\x1f\x4b\xed\xf0\x19\xf7\xfb\xd4\xa7\x55\x3a\xb4\xe8\x63\x7a\x39\x35\x4a\x34\x87\x9c\x3e\xda\xd1\x6f\x66\xa1\xf7\xa0\x2e\x77\x16\xbd\x2f\x16\x8e\xf7\x93\x5e\x8b\xbe\x75\xcf\x71\x2c\x52\xb7\x9c\x44\x5e\x08\x3e\x58\xc2\x2b\xdf\xef\x58\x28\xd5\x9b\x49\xba\x4a\xa7\x67\x87\xcf\xdc\xa0\x67\xd2\xea\x31\xf6\x89\xb3\x34\xdf\xe7\x8b\xd1\xf0\x2b\x64\x11\xfd\xcf\x39\x60\xec\xfc\x20\xfa\xb3\xb7\xea\x2f\x70\x11\x9b\xed\x78\x39\x46\xa3\xfb\xf3\xfd\xdb\xd2\xcf\x0b\xd5\xdf\x26\x2e\xe6\x07\xd5\x1f\x0f\x7f\x98\x45\xf5\x3f\xa6\xe2\xe5\x39\x2f\xaa\x1f\xa0\x97\x7c\xbf\x51\x4f\x1a\x87\x59\x54\xff\x73\x8e\x63\x2e\xaa\x3f\x5b\x37\x85\x31\x67\xb8\x27\x8d\x8e\x1c\xde\x76\x62\x73\xe7\x07\xd9\x5f\x5d\x49\xb9\x9c\x5f\xa7\xcf\x04\x01\x67\x2a\xf6\x24\x5c\x48\x79\x21\xfb\x15\x44\xb5\x8e\x96\xc9\xdb\x40\x60\x79\x21\xfa\xd0\x71\xd2\xe5\x85\xe8\xcf\xdb\x2f\x28\xbf\xf3\xa1\x3b\x67\xa8\xda\x73\x6b\x9e\x2d\x34\x1f\xb7\xd3\x6b\xc7\xd3\xd2\x89\x63\x38\xe7\xf7\xbb\x78\x36\xf7\xf2\x85\x8d\xb8\x96\x4a\xc3\xff\x18\xd0\x20\xb9\x5c\x8e\x17\x91\x1e\x5e\xb5\x42\xa0\x2d\x2f\x93\xa1\xe2\x2f\x57\x29\xa9\xf8\x33\xf7\xa1\xd1\xb7\x10\xfe\x79\x69\x72\x88\xf0\x63\xe8\xf3\x9f\xaa\x8f\xf9\x01\xff\x47\x9f\x4e\xac\x07\xfc\x87\x6e\x02\x4c\x2e\x7f\xa6\x49\xf9\x9c\x1e\x38\xb4\x32\x0e\x00\x63\xa4\xf2\x72\x00\x44\x7d\x7d\xb9\x90\x1c\xee\x1e\xb9\x1c\x00\x41\x89\xd7\xfc\x38\x00\xf6\x6e\xa2\x7e\x36\x32\x1c\xb0\x97\x1f\x1a\x7e\xef\xcd\x09\x57\x7f\xf3\x1c\x99\xc8\xf0\xe7\xa3\x5b\x0e\x80\x38\xdd\xde\xea\xf5\x4c\xc4\x67\xa9\xaf\x58\x89\x5a\x72\x3a\x01\xe2\xf6\xda\x65\x9f\x13\x60\x3a\xec\xcb\x09\xb0\xe6\xcb\x3a\xaa\xef\xff\x9b\xcf\x68\x6f\xfb\xb4\x89\x89\xad\x8f\xc1\xd6\x2e\xe7\x87\x25\xba\xf2\x03\xfc\xb7\x77\x19\x68\xdf\x56\x81\xaf\x35\xb7\xfd\x73\x44\x70\x0f\xa8\x78\x83\xeb\xf2\x43\xc5\x6f\x7d\x68\xa3\xe2\x04\x30\xa1\x2b\xa3\xcd\xb7\x41\xee\x65\xb5\xf9\x7c\x8b\xcb\x01\x10\x4d\xda\xcf\xcb\x01\x10\xa7\x4b\x43\x7b\x7d\xdf\x8f\xcd\xd8\xca\xfb\xd9\x3a\xa2\xcb\x11\x10\x95\x07\xc8\xe8\xf7\x6d\x87\x67\x2f\x27\xc0\xe6\x47\x84\x7e\xdf\xe6\xa6\xb5\x1c\x00\x71\xe2\x8a\xc9\xcb\x01\x10\xa7\x36\x97\x0e\x00\xd1\x0e\x94\xbb\x99\x09\x19\xfd\x3e\xab\x05\xe5\xfe\x6b\x7b\xf0\xda\xf3\x5b\x7c\x18\xe1\x7e\xbd\xbf\x40\xb1\x66\xb4\xfc\xba\x5b\x5c\xff\x90\x01\xca\x28\xb9\x7f\x8e\xae\xdb\x7b\xac\xe5\xc0\x8a\x9c\x79\x39\x03\x4e\xd3\x9f\x72\x7f\xdf\xb7\x9c\x5f\xee\xd0\xd1\x04\x3b\x66\x9d\x01\x3f\xf3\xc1\x6d\x4e\x0a\xfe\xe7\x17\x3f\xce\xb1\x7d\xbf\x30\x3e\x54\x58\x15\xe3\x67\x51\xff\x8f\x41\xe0\xf7\x34\xc2\x73\x85\x11\x8c\x79\x21\xff\xf3\x80\x27\xcb\x0b\xf9\x9f\xd6\xac\xca\xe3\x7a\xbe\xe7\x67\xab\x1e\x68\x32\xba\x1c\x8d\xdf\x51\x64\x79\xa1\xff\x78\x3d\xcf\x5e\x41\xa0\xfb\xed\x73\xeb\xbb\xc5\x3f\xbf\xb4\x67\x65\x68\xe2\x84\xf1\x3a\xbc\x0c\x2b\xcd\x63\x3c\xdb\x52\x1b\xb6\x68\x45\x24\x65\x37\x4b\x69\xf9\x15\x4c\x42\x1b\xe6\xef\xa0\xdf\xbc\x3c\x00\x61\xc0\x2d\x64\x84\x05\xa3\x5f\xe0\x44\x87\xc8\x6f\x6d\x21\xff\x14\x61\x67\x33\x4a\xe7\xc1\xef\x00\x4a\xfe\x41\x7c\xf3\x35\x0d\x9f\x95\x65\xe6\x6f\x51\xf6\xb9\xeb\xbd\x5b\x98\x24\x2f\x0f\x40\xb0\xfc\x5b\x46\xf1\xfc\x70\xb1\x16\xfd\xff\x5c\xdb\x6c\xd7\xc0\x07\xe1\xd9\xef\x77\xae\x71\x5d\x16\xfa\x3f\x23\x5f\x65\x79\x68\xf9\xe3\xd9\xb8\xcb\x86\x39\xb0\xfb\xff\x42\x07\xc7\xe9\x11\x75\x43\xd9\x1a\x8b\x29\x7e\xdd\xff\xd6\xf7\x9d\x6e\x8f\xd6\x7b\x4e\x18\xe5\x65\xa1\xfe\xa0\x70\x43\x59\xa8\xff\x54\xa4\xa6\x2c\xd4\x7f\x16\x46\xb5\x6c\xf5\x33\x41\xaf\x7f\x6c\x17\x45\x96\x7e\x59\x50\x85\xcb\x3f\x0b\xe9\xf2\xd1\xe3\xfd\x85\x5d\xb3\xa0\x09\xa2\x48\x6f\xc1\x31\x20\xd6\x28\x68\x82\x14\xec\xc6\x02\x53\x6f\x61\xba\x82\x26\x48\x81\xd6\x2a\xfb\x1b\x03\xdd\xc9\xc1\x2d\xfb\xf9\xee\xd6\xd8\xd3\x65\xff\xac\x44\xc8\x9c\xb2\xa7\xe7\x75\x09\x35\xcb\xce\xd0\x4c\x8f\x16\xcf\xa1\xdb\xa6\x2c\xe7\x40\x8a\xd1\xbb\x55\xda\xed\x9d\xda\x63\xe7\x8d\xdb\xff\xd7\xb2\x57\x6e\xff\x1f\x1f\x7a\x48\xfc\xf2\x7d\xfe\x6c\x95\x85\xf2\xb1\x81\xe5\xa3\x1c\x48\x70\xf1\x79\x15\x1d\x03\x3f\x16\xdd\xe6\xd9\x6b\xfa\xef\xb6\x6d\x39\x05\xa2\x7a\x29\x45\xbd\x43\x00\x66\x39\x3e\x7e\x07\x2b\xab\x1c\x96\xfa\x65\x72\x2c\x87\xc0\x8a\x07\x5c\x47\x6b\x3a\x34\x92\xf6\xca\x72\x08\x9c\x2d\x7b\xb4\xfa\x4c\xe9\xe4\x50\x88\x79\x37\x5c\xb0\x1c\x2f\x1a\x52\xde\xb6\x1c\x9f\x7f\x3b\xd9\x0b\xfb\x3c\x1e\xeb\xad\x04\x44\xcf\x9c\xfe\xcb\x09\x70\x56\x48\xeb\xb2\x80\xfe\x4a\xc7\x58\x47\xef\xfb\x6c\xb6\x34\x10\x71\xe2\x84\x0f\xe9\x9b\x7d\xde\x9b\x77\x89\x33\xb0\x20\x26\xb2\x23\xac\x55\x42\xf9\x26\x36\xef\x23\xb8\x85\xa7\xde\xab\xe7\xbc\x01\xa4\xcd\x71\x0d\x2f\x5f\xa3\x10\x70\x09\xd4\x9e\x64\xc3\x2d\x0b\xf8\x9f\x2e\xc5\x25\x7e\x14\x36\x2e\xca\x12\x3f\xe4\x83\x61\x51\x22\x73\xfa\xf2\x28\xbc\xff\x07\x7f\x89\x8c\x08\x9f\xf8\x13\x07\xdf\xbb\x19\xea\x05\x55\x77\xc5\xb7\xcb\x42\xf8\xd7\xe6\xf7\x22\x85\x1f\x4b\x6f\xcf\xff\x6e\x69\xb9\x8f\xc3\xfb\xaf\xf7\x3b\xbb\x47\x6b\x69\x1b\x7e\x7d\x22\xfd\x98\xbb\x9a\x9e\x45\x0a\xff\xe7\x97\xea\x33\xc6\xe7\x0d\xf0\xaa\x37\xe8\xdd\xd8\xc4\xb2\x50\xff\xb5\x63\xd8\x94\xf3\x35\x63\x9a\x0b\xd0\xf9\x25\xf9\xf9\xed\x9e\xe1\x6d\x27\xbe\x8b\xb2\x3c\x00\xd7\xee\xb2\xb4\x3c\x00\xd7\xce\x82\x5e\x16\xfa\xbf\x64\x2f\x8a\x74\x7e\xac\x0f\x9b\x58\x1e\x3a\xbf\xf6\x4e\x30\x6b\x79\xd0\xff\xfe\x44\xd6\x15\xd1\xff\x15\x7b\x27\x54\xa3\x2c\xf4\x7f\x19\x0f\x57\x1e\x3a\x7f\x7f\x42\x4c\xcb\x83\xfe\x4b\x9f\xc4\x43\x95\x85\xfe\x83\x22\xe2\x45\xf4\xff\xf3\x3f\x68\xa1\x88\xfe\x7f\xe6\x13\xce\xcb\x72\xed\x0f\x76\xb1\x0c\x62\xb9\x8e\xa7\xad\x56\x04\x2b\xcb\x0b\x70\x59\x90\xa5\x2c\x0f\xc0\x15\xc1\x70\x65\x79\x00\xae\x00\xbe\x2a\xcb\x03\x70\x85\xee\x51\x7a\xb7\x5f\x02\x82\xcb\xf5\x8d\xc3\xe5\xdd\xd6\xfa\xa6\x79\x50\x0c\x8e\xff\x19\xb9\xe2\x3d\x18\x03\xe7\xe2\x85\x46\x92\x73\xf5\x22\xa2\xd4\x2f\x63\x79\x01\x42\x75\x2b\xba\x5e\x1e\xab\xb1\xcd\x96\x5f\xb4\x3e\x9c\x5d\x79\x02\xe4\x8f\xbe\x82\xef\xff\x7b\x6b\x49\xc7\x77\x39\x8f\x5f\x4e\x82\xd3\xe2\xad\xe5\x71\x10\xb4\x87\xf2\x2b\xe9\x5b\x2e\x48\x81\x29\x3a\x09\x16\x1d\xc3\x74\x5e\x4e\x82\xeb\x6a\x36\xf1\x7e\xef\x71\x7b\x45\x7e\x7e\x31\xea\xbf\x2c\x27\x41\x28\xcf\x33\x5e\x3a\xc8\x6a\x44\x25\x7d\x4e\x22\x5f\x7a\xea\xdf\x39\x3e\x75\x7c\x0b\x15\xcb\x46\xfa\x05\x8c\xe9\xdd\xfd\xd2\xdd\x0d\xd8\x5f\x96\xa3\x20\xdd\x2e\x9b\xf7\x3b\x1e\xc6\xcb\x94\xfb\x73\x9a\xb8\xc4\xdd\xdf\x98\xe0\x1d\x2d\xcb\x51\xb0\x24\x74\xd6\xd1\x1b\x88\xab\x60\x41\x79\x9c\x04\xed\x09\x0a\x2c\xf7\xeb\x33\x35\xbf\xbc\x40\xfd\x5f\xbe\xd6\xfb\xcd\xa7\x30\xea\xab\x2c\x47\xc1\x75\x39\x49\x6e\xb8\x91\x6c\x1b\x91\xd5\x82\x2b\x2a\x3a\x08\xce\xd1\x5b\xf2\x97\xf9\x2e\xc1\xb8\xa1\x0a\xe5\x7b\x2f\x7c\xf5\xe5\xa1\xfc\x5b\x1f\xd0\x73\x25\x7f\xf3\x02\x1b\xb6\x50\xc6\x57\x71\xe6\x92\xbf\xd4\x28\x27\xea\x72\x0e\x2c\x76\x71\x1d\x5d\xcf\x86\xd4\x88\x1c\x2b\xf9\x0d\x46\x9e\xd8\x83\x05\x07\x41\x75\xe9\xc9\xaf\xa3\x44\xb4\x54\x9e\x58\xfd\xf6\x38\x64\x0a\x6a\x96\x11\x7b\xb1\x2c\x27\x41\xd0\xbf\x5b\xa4\xfc\x7f\x16\x12\xdf\x13\xe5\x7d\x6f\x3f\xe9\xfc\xdb\x61\x5a\x96\x83\x20\x58\x42\xbb\x58\xc3\xd7\xa5\x57\xc7\xc0\x4f\x4b\x60\x73\x4a\x09\x2f\x66\x26\xf6\xaf\x58\xcb\x17\x57\x47\xb1\x96\x2f\x8e\x95\x62\x2d\x5f\xdf\xab\xb5\x7c\x35\x27\xca\x8b\x86\x8c\xce\x2a\xd4\xf3\x3d\x89\xb0\x2a\x0b\xf5\x5f\xb7\x0b\x30\x94\xbf\x72\x85\xa5\xd0\x5f\xcd\x9c\x42\x2d\x26\x50\x44\x29\xc8\x9d\x9c\xfe\x37\x1f\x84\x35\xdd\x1c\xea\xeb\x10\xb2\xe4\x62\x41\x54\x26\xb8\xe5\x23\x2a\x73\xe0\x6a\x2e\xf5\x75\x90\x4e\x97\xcf\x5f\xd4\xbf\xf6\x2c\xd4\xff\xe1\x17\x2d\xf2\xbf\xb6\xfe\x18\x38\xf5\x73\x94\xe2\x88\x2e\x88\xcc\x44\x97\xc8\x8a\x09\x48\xbc\x54\x59\xa8\xff\x9a\x9b\xf7\xfe\x1d\xfd\x54\x1e\xc4\x3f\xfb\xd4\xce\x06\xf1\x3f\xdf\xfd\x42\xfc\x97\x62\x32\xa5\x7e\xce\x20\x22\x8f\xca\x42\xfc\xa7\x12\xcb\x65\xa1\xfd\x6b\xe0\x4d\x28\x0b\xe9\x9f\xb7\xa6\xca\x42\xfa\xd7\xf3\xc5\x51\x35\xf8\x06\x7b\x17\xaa\x06\xef\x2e\xd9\x0f\xd5\xbf\x75\xd5\x70\x4b\xfb\x4c\x5e\xd0\x73\xa1\xb2\xf0\x86\x4e\x6a\xa1\xb2\xf0\xe1\x06\x45\x65\xe1\xc3\xd9\x44\x65\xe1\x23\xfb\xdc\x77\x4b\x9c\xf6\xb0\xbd\x73\x5b\x46\xb2\x80\xf6\x77\x74\x16\x8a\x41\xf6\x3f\x58\xcb\x2d\xa7\x6f\x1f\x6a\xa6\xc5\xc8\xdc\x44\xe7\x4b\x7f\x93\x2d\xf4\x19\x95\xfe\x39\x00\x09\x1b\x28\xa2\xff\x9f\xbb\x46\xaf\xfa\x08\x82\xfd\x5f\xda\x47\x45\xc7\xc0\x99\xfa\x74\x09\x59\x8e\x81\x20\x5d\x5d\x96\x63\x20\xe8\x4d\x2b\xfd\x73\x86\x74\x1f\xaf\xe5\xf0\x03\x7c\xf9\xcc\xfa\x9b\x93\xa0\xb2\x62\xa1\x3c\x99\xa9\x36\x65\x39\x06\xc2\x10\x95\x50\xc0\x38\xe2\x02\x29\x14\x11\xb0\x3a\x4c\x21\x0c\x20\x38\xfc\x14\x11\x50\x7f\xbc\x18\x93\x0f\xd7\x50\xc6\x47\x87\xfb\x29\x0c\x22\x40\x70\x70\x15\xe2\xf2\x4f\xb1\xc9\x72\x04\x04\x05\xeb\xca\x13\x97\x1f\xde\xad\xf2\x89\xcb\x0f\xbd\x3b\x0a\xcb\x19\x10\xac\x25\x54\x70\x06\x98\x83\x5d\xa8\x1a\x70\x69\xed\xe9\x08\xb8\x72\xef\x42\xd8\xf1\x3b\xe3\xb7\x50\xca\x2c\x5e\xde\x69\x7e\x1f\x2c\x7d\x7e\x62\xf3\x8f\xc7\xf9\x56\xe6\x2f\x4b\x81\x8f\x16\x47\x40\x11\xcd\x4c\x52\xe9\xc4\x10\xf3\xd7\x74\xf0\x6c\xb8\x02\x68\xdc\x32\x3f\xae\x88\x00\xea\x32\x5f\x4b\xc9\x84\xc3\x42\x38\xc0\x2e\x8a\x5d\x0e\x81\x33\x41\xf5\x15\xc2\x01\x82\x9f\xdb\xfc\x00\xb2\x56\xd6\x6c\x1f\xca\x64\x92\x4f\x1c\x60\xce\x17\xc3\x01\xce\xd8\x87\xd8\xf1\x89\xd5\xff\x99\xd3\xeb\xdd\x56\x6b\x9e\x61\x01\xd6\xed\xdb\xf6\x68\x43\xa5\xb6\x59\x22\xaa\xaa\x6e\xe7\xbb\xa5\x64\xaf\xbf\xde\xad\x01\xfc\x59\x97\x03\x20\xa8\xe2\x55\xb7\xfb\xeb\xf1\xc6\x2f\x94\x78\x0b\x3e\x11\xa4\x9b\xbd\xbf\xa8\x60\x72\xd4\x3e\x87\x49\xe1\x97\x2f\xb2\xa9\xf9\xfc\xe5\xdc\xdc\x9a\x77\xfb\x3e\x7b\x36\xc1\xba\xfb\x8e\xef\x6e\xc5\xab\x4a\x08\x40\xc0\x3e\xaf\xfb\xf1\x19\x4d\xb4\x9f\x9a\x69\xf7\xee\xd9\x2c\x79\x38\x37\x2a\x35\xd3\x6e\xf0\x47\xa5\x66\xda\x8d\x81\x50\xa9\x99\xa6\xeb\xa6\x52\x33\xcd\x92\x43\xd5\xa0\xfc\xb3\xf7\x19\x7d\x4a\x79\x9e\xeb\xdb\xac\x0b\xe5\xc7\x7d\xf3\xb9\xbf\xd3\x24\xeb\x9f\x4c\xf6\xba\xc3\xfd\xb1\x51\xd4\x9d\x32\x83\x04\x40\xd4\xe3\x17\xcf\xc1\x98\x81\xee\x55\xc2\xaf\xa8\x88\x66\xac\xe7\x7a\x90\x09\x4d\x6a\x66\x3d\xbe\xb0\x16\x82\x55\xea\x42\xf7\x71\x77\x2e\x40\xf7\x1f\xac\x34\x15\x25\xd1\xcc\x62\x5e\x0d\xda\x8f\xa1\x77\x36\xe7\x7a\xfc\x0a\x64\xf6\x97\x37\x8d\x52\x75\xaf\xfa\x65\xb7\x8b\x84\xeb\xf1\x7a\x76\xe6\xd3\xaa\xb5\x86\x9d\xce\xb7\x03\x27\x17\x46\x5f\x5d\x28\x3f\x9c\x18\x75\x75\x21\xfc\x60\x81\xc0\x1a\x5e\xf4\x67\xa0\x44\x35\x78\x3f\x86\xae\x4c\x79\x35\xbb\x9d\x30\x94\xba\xbc\x00\xa7\xf2\x96\x35\xfc\x4a\x35\xa4\xc7\xe1\x7a\x4c\x3c\x89\xfe\xaa\x27\xe0\xe7\x17\xdc\xa4\x75\x79\x02\xce\xf2\xdc\xff\x8b\xe8\xc3\xdc\xae\x64\xb8\xdf\x7e\x0b\x41\xcf\xce\xbf\x52\x05\xab\x0e\x82\xf3\x7a\xbc\x75\x35\x58\x2e\x90\x41\x0a\x04\x38\x4e\x9b\xae\x56\x39\x8d\x20\x31\x5e\x89\xb1\x1a\x49\x3f\xc2\xba\xaa\xc6\xf6\xaf\x4c\x72\xa6\xa1\x8e\x81\x33\x3d\x5e\xca\x1a\xdf\x8c\x70\x09\xbb\x1a\x09\xea\x6d\xde\xf1\x5b\xe6\x7c\x7e\x7c\x1d\x24\x2a\xe4\x54\xb2\xe1\x85\x68\x15\xfd\xa2\x96\xbc\x3f\x42\xb3\x7e\x9e\x11\x0b\x8f\x74\xfc\x4a\x16\xbc\xf6\x52\x5d\x4e\x81\xa4\x8e\x4e\x8d\x64\x49\x77\xdb\x3d\xc9\x0f\xe6\x2e\xe7\xfb\xd9\x9b\xc3\x5b\xcf\x37\x4b\x5a\x4a\xb0\x9e\x5f\x2e\x07\x8e\xa5\x4a\x28\x80\x15\x9b\xea\x97\x09\x3f\xc0\x28\x75\x39\x03\xe2\x01\x08\xaf\x4f\x28\x40\xe9\x13\x87\x40\x7d\x1c\x02\x3f\xd6\x00\x23\xb5\x1c\x02\x57\xea\x1e\xe5\xcf\xfd\x60\x3b\xcb\xb3\x7c\x5a\x77\xa1\x2e\x67\xc0\x99\xb0\xc3\xeb\xf9\x66\xdf\x1a\x55\x5f\x9f\xcc\xf8\xfb\x21\x97\x2b\xa1\x00\x13\xe7\x54\x5d\xce\x80\x54\x71\x03\xd5\xc7\x11\x70\x74\xcb\x4f\x54\x1d\x01\x3f\x53\x96\x90\xcc\x7a\xbd\x29\x68\x1d\x87\x63\x5d\x8e\x80\x64\x96\x4a\xbd\xbe\x71\x70\x71\xba\xcc\xae\xa6\x57\x97\xfa\x5a\x8c\x01\x71\xfe\xe5\xf2\x4e\xab\xff\x56\x2b\xae\xd7\x8b\x68\xc4\xc5\xf5\x2a\xdf\xdc\xb1\xc5\xf5\xe9\xb1\xd5\x1f\x2a\xba\xa8\x65\xf7\x8a\xfe\xfd\xcf\xdc\xba\x4c\xbf\xf3\xf9\x6f\x3a\x9a\xae\xb0\x9a\xde\x00\x5f\xa9\xf2\xba\x1c\x02\x31\x62\xbe\xd4\x44\xf6\x71\xf0\xec\xb5\x24\x46\xe2\x67\x6a\x22\xbb\xda\x6f\x2e\xa1\xd7\x8f\x5c\x5e\x5d\x28\xff\xde\xa3\x67\xbe\x99\xc7\x26\xa3\x56\xeb\xd3\xc1\xda\xd4\x27\x53\xbe\x3c\x69\x92\x35\x91\x79\x7c\x79\x54\x39\xa2\x17\xa2\xfb\x95\x0c\x6c\x9b\x3b\xb4\xb8\x77\x1b\xaf\x11\x56\x6c\x37\x42\xcb\xb8\xba\xeb\x83\xea\xdb\xe3\xd6\xaa\xe8\xad\x16\xf4\xf6\xeb\x42\xf5\x71\x07\x3d\xd4\x5f\x88\x3e\x7a\x3d\xce\xc0\xc3\x6b\x7f\x39\x44\x69\xcd\x4d\x00\x3b\xdc\x4a\xbd\xbf\x14\x3c\x82\xb9\x2b\x94\xff\xe5\x1b\x92\xf2\x4f\xe3\xc9\x59\xa9\xf7\xcb\xeb\x89\x59\x2a\xb4\xff\xed\x36\xf6\xd0\xfe\xbd\x37\xbc\x1b\xf5\xc6\xc9\xed\x7b\xb9\xa9\x6b\xe0\x16\x71\xc3\xed\x39\x03\x33\x39\x6b\x98\xb2\x95\x4c\x7a\xcb\x88\x57\x32\xe9\x8d\xc5\xac\x99\xba\x06\x8e\x39\x99\xf4\x19\xa7\x5c\x7d\xa8\xfd\xf3\x71\xb3\x57\x74\x5a\x15\xd5\xaf\xa2\xf7\x9f\x2d\xfd\xf6\xfa\xfb\xfb\xc5\x73\xf2\x8b\x1a\xdd\x42\xf2\xeb\x0c\x9e\x18\xc0\xf5\x57\xf0\xbe\x5b\x48\xfe\x72\x5b\x5c\x4f\x33\x66\xbc\xdf\x43\x66\xbe\x17\x5b\xb5\xfa\xbe\x68\x84\xff\xde\x42\x16\xc0\x8f\x97\xcb\xcc\x02\xf8\xc1\x48\xaa\x4a\x02\xbe\x80\xb0\x92\x80\xff\x7c\xb4\x45\xa0\x7b\x76\x15\xf6\xeb\x02\xf7\xa7\x55\xb7\x2a\xe5\xf1\x0e\xa7\x4a\xf9\x40\x9f\x83\x50\x2c\xa6\xec\xd1\x5a\xfa\x77\x3c\x97\xb5\x20\xd1\xeb\x62\xf7\x2b\xf9\xde\x57\x69\x99\x3c\xb7\x2e\x4a\x5b\x98\x0b\x52\x29\x6d\xd1\x5c\xc4\x04\xf8\xe7\x7c\xc0\x75\xad\xf0\x3b\x80\xfb\xba\xc0\x7d\x4a\x7e\x8c\x15\xcd\x77\x77\xe1\x05\xee\x83\x1a\xaa\x95\xf2\x16\xba\x4c\x2a\x19\xf5\xc3\x8f\xec\xa1\xf3\x7f\x2c\x08\x9e\x4b\x89\x0b\xcb\xde\x55\x4a\x5c\xcc\xe8\xb5\x8b\xd6\x3c\xb4\xb5\x00\xf4\x0a\x64\xd7\x05\xe8\x2f\x6b\x95\xd5\x07\xd0\xdf\x7d\x62\xa9\xd7\x05\xe8\xe3\xad\x5d\x0c\xa0\x57\x61\xb3\x2e\x40\x7f\x99\x85\x5e\xa5\xef\x7f\x36\x5b\xe8\xf9\x8a\xb2\x6c\x75\x64\x16\xa0\x0f\x96\xd2\xae\xed\x8d\xf2\xe9\x44\x2b\x55\xd4\x65\x37\x5b\x42\xfc\xfe\xed\x12\x06\x75\x7f\xe2\x99\xae\x50\xf7\x19\x9c\x56\xa9\x77\xb1\x3f\xd7\x59\x05\xd5\xeb\x7e\x71\x1e\xfe\xbf\xac\x5b\x15\x66\x6b\x7b\xa7\xb8\x8e\xc9\x6a\x4d\x0c\x97\xec\x27\x7e\x3f\x3c\x61\xe8\xb5\x7d\x81\x8e\x38\x1c\x6a\x27\x8b\x1c\x0a\xbf\x92\x35\x5f\x9c\x85\xd4\xcd\x38\xb5\x32\xa9\x9b\x71\xfa\x0e\x89\xdd\x7f\xec\x49\x62\xf7\x55\xe3\xaf\x22\xf4\x2b\x3c\x21\xac\x15\x4d\x5b\x6b\x75\x54\x11\x3a\x62\xc9\xf5\x43\xe8\x0d\xc4\x57\xfb\x17\xd9\xe7\x22\xdf\x3f\xfa\xda\xed\x86\xec\x79\x8b\x28\x56\xb3\xe7\x7f\x10\xd7\xe1\x33\x56\x40\xeb\xe5\xb2\xd8\xdf\x7e\x3f\x57\x8c\x2f\x5c\x83\x50\xfa\xfa\x04\xed\x87\x87\x31\xa8\x03\xfa\x1a\x9c\x5b\xc7\xf7\xce\x09\x29\xad\xe3\x43\xae\x22\xbf\xf1\x86\x31\x4c\x1c\xbf\x95\x3a\x7f\x56\x9d\xad\xd4\xf9\x53\x18\xba\x12\xbc\xff\xbc\xbb\xa1\x30\x34\xb3\x64\xbc\xfc\x46\xd3\xf8\x5b\xa8\xfd\xd2\xa5\x54\x17\x6a\x8f\xc5\xf7\x2a\x75\xff\x73\x36\xae\xdb\x2a\x75\x7f\x9e\xc4\x0d\xfd\xfc\xf2\xdb\x51\x59\x09\xdc\x0f\xa0\xfa\x3a\x5f\x31\x11\x85\x75\xaa\x19\xf5\xcb\x4b\xc2\xf8\xcc\xcf\x79\xe7\x9c\x9f\xaf\x60\xcc\xc4\xc5\x59\x51\xe5\x3d\x44\x21\x0b\xb9\x9f\x96\x49\xad\xd4\x07\xac\x97\xf7\x5f\x21\x2b\x19\xbf\x49\xa5\x60\x79\x70\xa1\x9e\xe5\x5d\xfd\xdc\x76\x51\xe6\x4d\x7e\xc7\xf3\x0f\xaa\x43\x99\x57\x31\xf1\x2a\x5a\x8f\xe1\x89\x25\xab\xd3\x92\x93\xab\x15\x6d\xdb\xde\x5e\xe0\x4d\x68\xdb\xfe\xe1\xe3\x83\x5f\x50\x21\xc6\x54\x6a\x66\xd5\x2f\x6d\xae\x7f\x21\x8c\x06\xc3\x7f\x90\xac\xd5\xb6\x57\xd6\xcb\x4c\xd6\x46\x39\x8f\x7d\xf8\xe8\xb5\x14\x44\x7c\xa9\x6d\x7b\xd3\xd5\xe6\xe9\x2f\x9f\xf3\xea\xf2\xfa\x6f\xe7\xc3\x59\xd1\x88\xf1\xbf\x59\xae\xdb\xf6\x2d\x09\xd1\x67\x74\x9c\x63\xde\x71\xb0\xcd\x14\x8e\xd6\xae\x67\x01\xf6\x46\xd2\xbd\x11\x19\x0d\x80\x9f\x59\x26\x1a\xc2\xbe\xee\xea\xcd\x18\xff\x1f\x9b\x9f\x65\xac\x2d\x80\x1f\x24\x39\xdb\xfe\x3b\x4b\xbd\x2d\x80\x1f\xd5\xe0\x6a\x88\xfb\x66\xe0\x65\x43\xdc\xb7\x80\x25\xda\xfe\xed\xf4\x97\x6d\x2a\x8f\x9d\xdd\x70\x4e\x34\xca\x80\x94\xdb\xbb\x61\xd5\xb2\xdc\x37\x29\x7c\xd0\x5c\x23\xbe\xbf\x1c\x9e\xe9\x12\x70\x75\x2b\x4c\xb5\x05\xf2\xa3\xb9\xdb\xed\x78\xa9\xbd\xce\x06\xdd\x28\x57\x68\x3e\x7d\x03\xe4\x57\x28\xf8\x06\x7d\x5f\x59\xfe\x1a\xf4\xbd\xb5\xf8\xdb\x02\xf8\xa7\x22\xd6\xcd\x78\xfe\x15\x08\xe0\x2f\x0b\xdc\xde\x87\x47\x1f\xc0\xaf\x3e\xf7\x0d\x6c\x6d\xc3\x5f\x2a\x1e\x63\xde\xcc\xf1\xd2\xbc\xd3\x29\x7a\x7c\x5a\x42\xcf\x3d\xe0\x28\x9c\xe2\x00\x7c\xe5\x5b\x1a\xea\xc0\x0a\x8b\xb4\x05\xf0\x57\xda\xc1\x3a\x5a\x75\xcb\x76\xe7\x5f\x78\x69\x5d\xdd\x52\xcd\xcc\xfc\x58\x7a\x67\x11\x6b\x01\x6a\x77\xf3\x7a\x84\xb8\x09\x08\x68\xc4\xf3\x5b\xac\xb4\xa1\x12\xdc\x92\xd7\x51\xb1\x02\x37\x48\xa3\x94\xa1\xe9\x79\x0d\x05\x61\x2b\x57\x35\x14\x84\x6b\xf3\xe8\xcb\xe3\x38\xec\x0f\xb9\x2b\xd9\xff\xdf\xdc\x05\xd5\xb9\x5a\x7c\x73\x17\xd4\x88\x6b\xc4\xf3\xab\xb5\xd5\x88\xe7\x17\x39\xb7\x07\xb9\x6f\xbd\xb3\x0d\x37\x14\x85\x07\x02\x36\x6d\xa1\xf6\xe8\xa2\xdc\x50\x14\x36\x63\xbc\xc5\x2f\x77\xa3\x7a\xed\x9b\xa1\xdd\xd8\x34\x9a\x94\xfe\x6a\x0d\xe3\x12\xdf\xbc\x1d\x8d\x89\x16\xad\x72\x6c\xfb\x97\x22\x41\x74\xe6\xc5\x4f\x28\x86\x4d\xa5\xc5\x17\xc5\xb8\xd4\xb7\x87\xd2\x2f\x7d\x82\xb9\xdb\x89\x40\x10\x5b\x4d\x5b\x28\x3e\x9e\xb0\x4c\xed\x3c\x3e\x14\x44\xab\xcf\xd7\x39\xad\xf9\xd9\xce\x2f\x79\x01\x73\xaf\x9d\x88\x24\x1d\x1e\x2d\xab\xfe\x64\xd3\x6b\x22\xf8\x9f\xeb\x5d\x77\x1e\x4a\xbf\x3f\xe1\x34\xed\x7c\x35\xcf\x74\xbb\xb6\x85\xe2\x53\x1e\xb6\xb8\xbe\x98\x3e\xdb\xea\x37\xbc\x63\x44\xef\xfa\x45\xac\x75\x9f\xbc\x68\xed\x7e\x79\x8f\x95\xb7\x15\x08\x96\x68\x54\x30\x39\xd8\xaa\x9a\x81\xfc\x7e\xeb\xd7\x1b\xd2\xa0\xdb\xb4\x81\xde\x6f\x42\xef\x9b\x81\xfc\xa4\x27\x34\x8b\xc0\xbb\x1a\x2e\xe4\x1e\x95\xe5\x69\x0b\xb9\xaf\x42\x35\xff\xd8\x2a\x28\x70\xb2\xd9\xf9\xeb\x13\xa9\x38\xbd\x2d\x3e\xae\xe0\x11\x4b\xc0\xe9\xd9\x8d\xc6\xb1\xf8\x12\xdf\x6f\x82\x60\xbb\xbe\x88\xad\xd3\xe6\xbe\xec\x7e\x87\x3c\x6c\xe9\xf3\xd9\x63\x6f\xb4\x05\xe6\xc3\x85\x9d\xdf\x16\x98\x8f\xd3\x25\x6c\x81\xf9\x4b\xbb\xb8\x2d\x30\x7f\x09\xbc\x5a\xfa\xb3\xd4\x23\x7b\xb7\xe1\xf5\x6d\x0b\xcc\x9f\xcf\x86\x92\x5e\x6a\xda\xb2\x96\x8d\x32\x8c\x96\xa5\x6f\x94\x61\xbc\xfd\x28\x28\xc3\x98\x6e\x9f\x09\x82\xc1\x1d\xd4\x16\x88\x3f\x93\x13\x29\xa9\xd4\xe9\x53\xd6\x52\x17\xf1\x2c\xb6\xfb\x8d\xd7\x36\xa4\xb1\x41\xcb\xef\x90\x57\xed\xfe\x62\xb5\x9d\x52\x4f\xfc\x7e\x78\x94\xa6\xda\xfd\x5b\x80\xa5\xdd\x9f\xd4\x9f\xbd\xf8\xb2\xf1\x07\xfa\x9e\x8d\xe2\x2a\xbb\x8b\xc2\x8d\x2f\x93\xa0\x85\xb6\x40\xfc\x59\x36\x9f\x5f\xc8\xe6\xf6\x4c\xad\xdc\xfd\x89\xcd\x69\x0b\xc0\x2f\xb1\xd2\x75\xd4\x49\x5c\xf4\xda\xf1\x01\x5c\xff\x67\xba\x3b\x9e\x14\xa9\x0f\x6e\x08\x0f\x15\x7f\x75\x05\x3f\x5a\x7e\xfd\xb8\x13\x2b\xb2\x01\xe4\xa3\x6f\x3d\xbf\x9f\xbc\x9a\x4a\x2d\xbf\x7d\x37\x02\xae\xe5\x97\xae\xd4\x4f\xde\xf2\x17\xcd\x73\xf8\x9c\x2f\x8d\x4b\x1b\x6c\x01\xfa\x33\x43\x4b\xb6\xfc\x39\x31\x48\xbc\x6b\xf9\x75\x5e\xe9\xe7\x6f\x59\x99\x47\xfb\xf2\x3a\xef\x0c\xbf\x68\x8f\x74\xde\xdd\x9b\x4b\x58\x9e\xdf\xb6\xca\x5b\x29\xdf\x9c\x07\xf3\xb5\x4f\x42\xaf\xdb\x7a\xb2\xf2\x0f\xcd\x33\x8a\x4e\x06\x17\xa4\x82\x48\xc9\xf0\x6e\x04\xac\xba\xcc\x97\xeb\x33\x5c\x18\x99\xf2\x39\x73\xdc\x98\x0a\xd6\x3e\x9c\x65\x2b\x9f\x69\x57\xbd\x02\xad\x30\x5c\x3f\xad\x90\xcb\xe4\xd7\xb0\x10\x7c\x0a\xd3\x76\xe3\xc8\xf0\x3d\xfe\x92\xce\x23\x3e\xab\x95\x5f\xfc\x0d\xed\xab\xbf\xd0\x2d\xed\xaf\x9f\xd5\x0b\xfe\x69\x9f\x74\xfb\x04\xe3\xb5\xfa\x46\xb7\x59\x59\xb7\xd5\xf8\x61\x20\xc6\xa8\x32\x0e\x2e\xa3\xf5\x73\x62\xfb\xad\x56\x32\xd5\xdd\xca\x7e\x69\xe5\x25\xff\x47\x0b\xdb\x6d\x66\xa1\xfb\x14\x86\xff\xad\x6d\x30\x40\x1b\xb7\x5f\x01\xfa\x6e\xe3\x14\xcb\x37\x9a\xaa\xd5\xf7\x7b\x18\x7e\x6b\xf5\xe3\x2a\x6d\x4d\x93\x9f\xf5\xe8\x97\x6a\x2f\x3d\x6e\x1f\x8f\x45\x88\x46\x23\x4b\xdf\x22\xa8\xad\x7d\xe1\x0a\x6e\xac\xd2\xf7\x1a\x43\x5f\xa6\xbe\x4e\xe0\xd6\xde\xfc\x0d\xd1\x6d\x23\x5b\xff\x72\x9e\x1a\xac\x1f\xf7\x3e\x20\xfc\xdb\x13\xac\xff\xea\x5c\xb4\x47\x33\x2f\xa0\x71\xf0\xdf\xdb\x0a\xb1\xfc\xa7\xb6\xe6\x72\x08\xa4\xdc\x7c\xd8\xb7\x35\x38\xe1\x1b\xaa\xa8\x0e\x68\x7f\xa7\x89\xe0\xbc\xf5\x6f\x9a\x68\x13\x3e\x0c\xff\xf5\x24\xfc\xb4\x8e\xd4\xda\xe1\x3d\x22\x2e\x0c\x5e\xca\x72\x0c\x2c\x8d\xec\x75\xf4\x2d\x95\x2e\x29\xfd\x0b\x7a\xc3\x2f\xd7\x96\x73\xe0\xcc\xda\x57\x4f\x4c\xff\xd5\x9b\xfb\xb2\xce\x81\x15\xf7\xcf\x10\x3f\xce\x81\xfe\x64\x02\xb4\xe5\x1c\x38\x4b\xb1\x0d\x9d\x24\x30\x5b\xfb\xe9\xd9\xb8\x78\x2c\xe7\xc0\x2a\x6d\xf0\x73\x04\x85\x7f\x38\xe9\x86\x01\xcd\x7c\x34\xbf\xe2\xf9\xb5\x87\xc7\xe7\xf3\xd5\xe6\x20\x93\x3f\x90\x60\xd6\x90\x88\x97\xe3\x69\x5f\x3c\xbf\x59\xb4\x6d\x39\x04\x62\xc1\x71\xd2\x70\x08\x64\x37\xbd\xe5\x10\x38\xb7\xe9\x99\x64\xf2\x5f\xb6\x64\x51\xbc\x92\x84\xed\x89\xe5\x8f\x8f\xf7\xb3\x21\x15\xbf\xc3\xa8\xb4\xe5\x0c\x88\x87\xcb\xc7\x43\xe1\xff\xc0\x6b\x3e\xdb\xe5\x0c\xb8\x8c\x2a\x6b\x8f\x33\xe0\x8d\xfa\x6f\x53\x39\x41\xae\x9f\x44\xb3\x68\x5c\x3c\x4e\x80\xd9\xad\x5e\xd1\x88\xe5\xdf\x44\xac\x13\x65\x51\x37\xe4\xe5\x04\x08\xcf\x16\x64\x2c\xff\x72\x97\x30\x42\xf3\x97\x58\x89\xbf\x14\xda\xc6\xe8\x4e\x1c\x7e\x6e\xad\xcb\x11\x10\xba\xc8\xd2\x58\xfe\x9f\x05\x4c\xcb\x7f\x39\x03\x92\x21\x15\x6d\xfa\x9e\xd7\xb5\x7d\x39\x02\x42\x04\x55\xf6\xe5\x04\x88\x17\x2a\x44\x7d\x33\x6f\xa1\x70\xb4\xe6\xf7\x8d\xfb\xae\x2f\x84\x7f\xfa\x45\x75\x8a\x75\x1e\x78\xd0\xfb\x42\xf7\x31\x07\x8f\x70\x6a\x46\xaf\xbb\x5f\x87\xca\x6e\x0b\x5e\x2e\xc3\x68\xaa\x4e\x2c\xff\x8d\x5d\xdf\x37\x39\x2c\x5b\x48\x2a\x23\x23\xd7\xbf\x40\x7d\xbf\xc2\xbe\x90\x7d\xda\xa6\xcf\xfe\x52\x3a\x99\x97\x7d\xdf\x3e\x67\x15\x2d\xda\xf7\x67\xab\x9e\x90\xe7\x7d\x7f\x83\xd6\x07\x5f\x43\xdf\x3f\xbd\x26\xf0\x47\x57\x47\x8f\x4d\xb5\x2f\xa4\x7f\x65\xde\x75\xdf\xbf\x34\x46\x22\xcd\xfa\xfe\x46\xe7\x29\xab\xd2\xf7\x57\xaf\x69\x32\xb3\xfb\xfe\xa5\x32\x82\x5f\xfa\xfe\x39\x3e\x6f\x5b\x56\x3f\xfc\xc0\x08\x18\xc0\xbf\xa2\xf8\x78\x4f\x66\xf8\x9f\xe1\xd9\x72\xfb\xf2\x00\x5c\x65\xf7\xff\x57\x32\x54\x0e\xa0\x1f\x1f\xa7\x85\xe9\xd1\x29\xf7\x13\x7d\x83\x07\xf3\xde\x56\xe1\x01\x88\xcd\xff\x3e\x44\x84\xa1\xd3\x8f\x4f\x3a\x94\x19\xd7\x8f\x4f\x35\x98\xed\xa2\x1f\xe9\xc3\x6a\xde\xe7\x77\x0e\x4f\xff\x23\x62\xdf\x0f\xa4\x53\x83\x47\xf5\x5d\xbd\x09\x43\xe8\xe8\xf3\x85\xe1\xff\xfd\x7b\x1a\x6f\xcf\x80\xfe\x95\x9c\xc9\x38\x3e\x01\xfd\x3f\x86\xc0\xbf\xb4\xaf\x3a\xb1\xfe\x4a\x18\xf7\x20\xf5\x45\x47\xc2\xf1\xd9\xc1\xdc\x3a\x90\xdf\x01\x51\xdc\x8d\x02\x70\xaa\x7d\xb9\x00\xe6\x66\xf4\xf0\x5a\x8e\x5a\xaf\x3d\x90\xe5\xc9\x67\xdf\x89\x00\xc8\xe4\x1b\xf7\x90\xbf\xae\x7b\x76\x41\x3a\x83\xd7\xb6\x1c\x06\x69\x87\x18\xef\xc1\x14\x46\x06\x21\x10\xc4\x0a\xb2\xe9\x8f\x84\xdf\xd6\xad\x71\xd6\xc9\x01\x28\x7e\xc2\x91\xa0\x3e\x3c\xe0\x3d\xbe\xd9\x9d\x03\xbf\x6a\x5f\xce\x82\xeb\xfd\x3f\xbc\xcb\x15\xbe\xcb\xfe\xd0\xfc\xbd\x5b\xe8\xb1\xc7\x37\xda\xc7\x22\xe8\x3d\x7e\x56\x33\xa2\x2a\x1d\x3d\xfc\x1d\x3b\xbc\xc7\x2f\x88\xf7\xf4\xae\xaf\x63\xcc\x62\x99\x7d\x39\x0d\xa2\x81\x01\x3d\xd6\x6f\x32\xf2\xe1\x2d\xa7\xc1\xd9\xd8\xc6\x7b\x7c\x03\xfd\x9a\xd3\xf7\x71\x1a\xfc\x2c\xdb\x3e\xf5\x5b\x32\xfc\xd4\xc9\x03\x50\xe8\xa4\x9f\xdf\x58\x90\xa6\xd5\xcf\x5f\x39\x2e\x7c\xca\x7f\x44\xf0\xfb\x72\x1a\xa4\x1d\x37\x43\x7f\x54\x00\xb6\xa7\x46\x42\x5f\x4e\x83\xa0\x9b\xa3\x2f\xa7\xc1\xd5\xfc\xd8\xce\x57\xce\xd0\x80\xea\x7e\x82\x1a\xd8\x84\xfa\x49\x1e\xc4\x69\xdb\xea\xbb\x18\xe0\x70\xe8\x0a\xe1\x77\x9f\xdd\x9f\x45\x67\xb8\xe8\x9c\xaf\x7f\x5c\x09\xec\xfe\x88\xe1\x8f\x3e\xd9\x16\x3b\x0e\x03\x13\x21\xfb\x72\x18\xdc\xbb\x67\x23\x86\x9f\x1c\x1b\x62\xfe\x55\x4e\xed\x17\x19\xbe\x8e\xc2\x72\x16\x9c\x56\x18\xef\xc4\xfc\x27\xbf\x92\xe5\x2c\x38\x15\xc9\xee\x17\x8e\xc1\xe9\x5d\x28\xc3\xe9\x42\x7b\x11\xc0\x4b\xf0\x78\xbf\x48\xcb\x3d\xbc\xcb\x5a\xfa\x6b\xf0\x4c\x9c\x7d\xb0\x16\x9d\x4c\xfe\x80\xc3\xb7\x2f\x94\x9f\xac\xfd\xd2\x13\x41\xaa\x2e\x26\x0b\xe5\xdf\x07\xc1\x29\x1d\x94\xaf\x29\xd2\x17\xca\xbf\x36\xb7\x89\x85\xf2\xa3\x19\x41\x9d\x92\xa7\xcf\x86\x08\x5d\xaf\x13\xa5\x83\xf0\x03\xc6\x60\x4f\x28\xe6\x16\x9f\x5e\xb9\x27\x63\xbd\x10\xfe\xb9\x57\xef\x42\x58\x8e\x8b\x3f\x1a\x7b\xed\x69\xe7\x32\x59\x8b\xdb\xe2\x4d\x1d\x0e\x97\x78\xe8\xf9\x0c\xd6\xef\xb7\x41\xb8\x3c\x8f\x72\xa8\xf1\xf2\xcc\xc8\xd3\x59\x3f\x16\xaa\x3f\x4d\x9d\xec\x0b\xd1\x5f\x99\x68\xc9\x7e\xe3\xc4\xc4\x35\xd7\xa1\xe4\x93\x73\x16\x34\x6f\x02\x65\x5f\x68\xfe\xb4\xee\x60\x27\xb0\xde\x0a\x7e\xfd\xc6\x89\xe7\xc6\x73\x5b\xf0\x98\x71\x59\x48\x3e\xca\x21\xf5\x85\xe2\xaf\x03\x8e\xb5\x13\x50\x7f\xdb\x96\xfc\x3b\xbd\xb2\x43\xc3\x1f\xcf\x11\x34\xbc\x2d\x83\x86\x9f\x8e\x75\x46\x5b\xeb\x9f\xe8\xa1\x67\xb5\xa6\x18\x96\x4c\x14\x8a\xcb\xc1\x02\xf2\xa7\x15\xb9\x7a\x26\xaf\x00\xe0\xd7\x17\x88\xbf\x2e\x5f\x7b\xfe\x94\x64\xb1\x9c\x7b\x6e\x7f\x1a\xfe\xf9\xed\xa0\x8a\x7a\x1e\x7f\xfe\xff\x4d\x55\xf5\xf2\xd6\x1c\xb3\x5c\x67\x27\xae\x3e\x11\x47\xd3\x17\x68\xbf\xb2\x1f\xed\x13\x53\xff\x83\x50\xe9\x45\x79\x23\x6f\x26\x18\xa0\x97\x5f\x69\x59\xde\xe3\x7a\xec\x1c\xe3\xd8\xfb\x02\xf0\xf1\x26\x10\xb1\x2f\xf0\x1e\x4b\xf5\x19\xef\x72\x3c\x9e\xb3\x5f\xca\x4a\x62\xb5\x97\x4f\x77\x0a\x26\xa6\x97\x2f\xe3\xd8\x65\x7f\x01\xf9\x73\xef\xb6\x6a\x7c\x50\x90\x31\x5e\x40\xfe\x54\x9e\xa4\x3f\x20\x3e\x3d\xb2\x11\x7d\x81\xf8\xa0\xcc\x4a\xff\x84\xee\x85\x9a\x1d\x4a\x3e\x43\x9b\xf5\x27\xd6\x7e\xef\xd6\x3c\xee\x55\x7e\xea\x7a\x1c\x83\x7d\x01\xf8\x55\xea\x63\x1d\xa5\x67\x54\xba\xd3\x11\x6a\xbe\xba\x60\xd5\x8f\xaf\x89\xfe\xf2\x5b\x5d\xa0\x57\xe2\xcf\x37\xef\xfd\x65\x1c\x3b\xd5\x95\xd8\x8b\x7b\x97\x94\xef\x15\x95\x55\x2d\xef\x05\xe0\xcf\x03\xae\xa7\x37\x45\x49\x18\x9b\x27\xbb\x7e\x76\x03\x05\xfa\x03\xde\x8f\x6e\xa0\x41\x6f\xe4\x1c\x69\xf1\x0b\xde\x7f\xec\x6d\x6d\x66\x84\xee\x2d\x45\xda\x1f\xf0\xde\x9f\xb0\xdd\x0e\x55\x9f\x9c\x59\xed\x73\x5e\x04\x5b\x04\x42\xc3\x81\xd2\x17\x70\x5f\x55\x44\xd7\xd1\xb7\x25\xb9\x14\xff\xa9\xd3\xd6\x17\x32\x8f\x29\xf9\xdf\xe7\xcc\xf3\x8b\x6a\x5f\x6e\x8d\x86\xcc\x9f\x7a\x6d\xfd\x41\xe6\xf3\x89\x69\xeb\xd0\xf5\x9b\x9b\x73\xff\xe5\xc8\x64\x7c\x16\x32\xbf\xab\xef\x76\x21\xf3\x53\x0c\xdc\xfb\x17\x85\x47\x04\x59\xff\x23\x74\xdf\xfb\xaf\xfc\x12\x5a\xbc\x90\xf9\x6d\x31\xa0\xde\x7f\x45\xa0\xf9\xfc\x2f\xa8\x5e\x23\xae\x93\x5b\x24\xd6\xe9\x6f\x6a\xe2\xdc\x6d\x83\x75\x4b\xf8\x5a\xfa\xaf\x92\x4b\xbc\xf1\x41\x5a\x22\x11\x6a\x5d\x64\x0e\x6f\xd5\x45\xe6\x3f\xe6\x02\x58\xbb\x8b\xcc\x7f\x7e\x81\xa3\xec\x0f\x5d\xbf\x3f\x55\x56\xfa\x42\xe7\x71\xb8\x25\x8c\xcf\x79\x83\x33\xb9\xa3\xb5\x77\x39\xa2\x0b\x9d\x5f\x46\x5a\xf5\x4f\xf8\xbe\xb9\x3e\x22\x7c\x9f\x93\x2d\x7a\x9d\x98\xcd\xaf\x79\xfc\x79\xff\x20\xf4\x4a\x80\x43\x1f\x5f\x5a\xa6\xe3\x23\x4a\x8f\xc7\xbb\x1a\xcc\x3f\xef\x7f\x12\x90\xec\xda\x42\xe1\x5c\x85\x65\x3b\x01\xf6\x17\x3e\x8c\xfe\x20\xf4\xdc\x2d\x31\xdc\xe7\xf9\xac\xa8\x4a\x94\x74\x32\xee\xb3\x1b\xee\x42\xe9\x67\xc7\xed\xdc\xe7\xcb\xdd\x58\x5b\xbf\xcf\xfc\xff\xc9\x22\xf6\x05\xde\xe3\xe5\x22\xba\xc0\x7b\x3a\x5d\x20\x27\x82\xe9\xbe\x6e\x62\xee\x65\x34\xfa\x44\x9e\xcb\xa9\xf6\x24\xe1\xe7\xde\x89\x20\x1f\x80\xf7\x06\x1b\x32\x90\xe0\x3b\xd8\x4d\x87\xba\xf8\x3f\x8b\x16\xfb\xf9\x20\x09\x3f\x10\x5d\x34\xb6\xcf\x87\xd9\xfd\x65\x59\x37\x6a\x06\x8d\x27\x16\x3f\x3c\x29\x2c\x03\x20\x7f\x33\xd5\x86\xf5\x76\x71\x31\x0c\x41\x7c\x2c\x0f\x0c\x1c\xdb\x2b\x38\xac\x68\xc3\xd8\x3e\xe0\x56\x6d\xe3\xca\x2f\x31\x6f\x77\xfc\x8a\xc7\x3f\x6c\xf1\xa7\x4b\x74\xd8\xc6\x65\xd5\x65\xbc\x86\x63\xff\x3d\x15\xc6\x9f\xfa\x70\x63\x81\xf8\x78\xb2\x44\x8d\x9d\xf4\x3a\xc6\x75\x98\x75\x7f\xa5\xde\x8a\x67\xbf\x5b\x40\x7b\xee\x4d\x80\x1e\xfe\xcb\xb1\x00\x7c\x34\x17\x62\xec\xaf\x26\x93\x89\x4e\x63\x81\xf7\xa0\x1a\xeb\xd8\xdf\x40\x5c\x63\x44\xc6\xfe\x0a\x6d\x4b\x66\x8f\xfd\x73\x56\x41\x4f\x0f\x6a\xf3\xee\x4f\x8b\xd6\x16\x10\x2e\x5b\x3c\x9f\x0f\x43\xef\xff\xf8\x53\x65\x6e\x2c\xc0\x1e\x85\xef\xe3\xf8\x6a\x22\xe0\x70\x1a\xc7\x1b\xb5\x62\x76\xca\x78\x80\xfb\xf6\xce\x8f\x05\xdc\x53\xb5\xc7\x07\x9f\x02\x39\xd9\x63\x01\xf6\x4b\xae\x67\x1c\x9f\xe0\xb6\x23\xb2\x00\xfb\x55\x36\xaf\x2d\x4f\x6f\xc5\x10\x83\x0c\xfc\x00\x32\x18\xc7\x5b\xeb\xc4\xf0\xeb\x71\xe0\xc3\xae\xde\x0d\xda\x1e\xe4\x38\x0e\xd5\x56\xe9\xe9\x23\xc1\xb7\x75\x1d\x5e\x23\xbc\xb5\x6e\x64\xd4\x46\xf8\x10\xd9\xf0\xaa\x57\x8e\x71\xf8\x46\x40\xe6\xfd\xf6\x8a\xf3\x75\x4b\xf9\x7d\x04\x84\x28\x76\xff\x47\x76\x93\x4c\xa9\x11\xee\x6f\x9b\xe2\x6b\x59\xc8\xfc\x7c\xc6\x36\x7c\xdb\x00\x0c\xd6\x08\x56\x4f\x67\x34\x17\x32\xbf\x72\xf7\xde\x1d\x99\x0e\xc6\xe6\x97\xb8\x7e\xf1\xff\x2f\xdd\xd0\x6f\x3b\xf2\xdd\xef\x1e\x61\x06\x3a\x5a\x8f\xc0\x7e\xea\xd3\xd9\xb8\xd0\x79\x38\x31\xb6\xc6\x42\xe6\xf1\x9e\x1e\xfd\xe6\x2d\x07\xd5\xe9\x6e\xf4\x17\x06\xba\x7b\x07\x36\xf7\x58\x68\x3c\x06\x50\xd9\x58\x48\x3c\x06\xdf\x3e\xd9\xf8\xd9\x75\x22\xd6\x3f\xf7\x6c\x28\xf4\x31\x32\x22\xf0\xeb\xc7\xba\x60\xe4\x22\xca\xe1\xbb\xf7\x5d\xa6\x8e\xd5\x40\xc6\x42\xde\xf1\xc4\x70\x1a\xe8\xee\x0d\xc2\x21\xc6\x42\xdd\xd7\x64\x53\x1a\x27\xb5\x5d\x5c\x57\x10\xd2\xb7\x6a\xca\x78\x10\xf7\xe8\x0d\xa5\xad\x01\xe2\x4e\x20\xa9\x71\xfe\xde\xe2\x87\x88\xfb\xe7\x4b\x3d\xbc\x3e\xbf\x66\x3c\x0e\xb1\x81\x88\xbe\xa9\x7f\xe3\x7c\xb7\xf8\xe7\xfb\x7b\x02\xed\xef\x3e\x08\x2f\x19\x0b\x79\x9f\x0b\x18\xfc\xe7\x56\x31\xd4\xd7\xdf\x7c\xd0\x1a\x8e\x4a\xc8\xea\x58\x40\xfc\x0a\x78\xcc\xc6\xf5\x67\xb9\x5b\x40\xfc\x3a\x9d\xbc\x0b\x88\x9f\xd7\xe1\x7f\x14\x25\x04\x1c\x8e\x47\x5b\x3f\x3d\x15\x0e\x06\xcc\xbd\x3a\xa5\x03\x30\x7e\x11\x97\x33\x00\xe3\xe6\x25\x0f\xc0\xb8\x15\xa0\xc7\xc5\x6b\xc7\xbb\x3e\xae\x2f\xfd\x26\xda\x8a\xb5\xb5\xa5\xe4\xd1\x02\x7b\x3b\xb2\x7d\xe3\x42\x69\xf3\xf4\xbe\xd4\x50\x70\xb1\x00\xac\x5f\x6c\x90\x23\x51\xf3\x9a\x1d\x7e\x20\xb9\x77\x61\x67\x8f\x05\xd6\x53\xc2\x39\x30\x12\x9c\xc3\x73\xe6\xb2\xec\x22\x36\xec\x78\xe2\xeb\x7d\x42\x02\x32\xd2\x96\x44\x1f\x0f\xaf\x43\x70\xe3\xb9\x8e\x32\x3e\x4f\xcb\x56\x5c\xf9\x86\xa5\x33\x00\xeb\x27\xb6\xdf\x00\xac\xe7\xcb\xeb\x56\x6a\xd1\xe5\x62\xba\xc0\xfa\x19\xa1\xdf\xc6\xfd\xe9\x05\x39\x21\x17\x60\x0f\x27\x4e\xa9\x01\x60\xbf\x70\x11\x0e\x00\xfb\x49\xb4\xd6\x00\xb0\x5f\xcf\xd1\xf9\x4c\x56\xc5\xde\xc7\x8d\xb8\x88\x6f\x7e\x81\xf6\x64\xc1\x9f\x01\x05\x7f\x12\xb9\x32\x00\xed\x27\xc8\x73\x00\xda\x23\x64\xff\x58\xa0\xfd\x3c\x93\xf7\xfc\x10\x4b\xf4\xb9\xfd\xfd\x25\xdb\xa7\xd5\x5f\x6b\x57\x8c\x27\x23\x3e\x3c\xd9\xba\xe3\x91\xcc\xab\x0f\x43\x34\x3e\x21\x7c\x35\x51\x07\x42\xf8\x2a\x25\x8c\x4c\xfe\x0c\x65\xa2\x46\xfe\x1d\x7e\x30\xf2\x2b\x1d\x68\xe9\xfc\x81\x54\xde\xe1\x78\x82\xd8\x93\xdf\x0d\x88\x3d\x42\x02\x0f\x2a\xd6\x69\x1f\x8f\x8c\x3e\xd4\xb4\x95\x8b\x6a\xdd\x9f\x36\xaf\x65\x3a\xe0\x98\x1d\x0b\xad\x5f\xc1\xb9\x46\xf6\x7b\x00\x37\x8f\xcc\xb2\x85\x5d\x39\x1e\xa4\x5e\xfa\xf4\xfd\x23\x7a\x6f\x2e\xff\x28\x9f\x58\x46\xf5\xff\xf5\x8e\x77\x10\xca\x80\x62\xd7\xdf\x3e\x9e\x2a\x75\xe1\xc9\xce\x18\x48\xe3\xed\xcf\x11\xe1\x25\xb8\x2f\x47\xe1\x1d\xfb\xbd\x16\xde\xf1\xee\x53\x56\x5f\x2f\x4d\x8a\x85\xcc\x6f\xf9\xa5\x51\xde\x1c\x11\x6b\xd9\x8d\x85\xca\xd3\xe9\x92\x4a\x80\xfc\xa6\x01\xb5\x10\xf9\x7d\xe3\xee\x1c\xf5\x8f\x29\x52\xc9\x91\xc0\x25\x3d\x2a\xf9\x30\x5e\x57\x09\xad\xc0\xa0\x1d\x56\x41\x1f\x1e\x2d\xf3\x23\x3c\xf7\xa4\xdc\x18\x4e\xa4\x81\xce\x9d\x72\xfc\x83\x4c\xf7\xdd\x75\x45\xea\xdc\x4d\xeb\x29\x31\x17\x1e\x57\xf4\x10\x7d\xdb\xeb\x85\xbe\x63\x72\xfd\xa8\x6f\x6d\x97\xf9\x9c\x4d\x0a\xa8\xdb\xe3\x42\xde\xd9\xdc\xb7\xb1\x90\xf7\x75\x12\x6d\x38\x16\xf2\x8e\x2b\x50\xe7\xbf\x97\xf4\x07\x90\xef\x4f\xd5\xdc\x61\xdc\xfc\xcf\x12\x0c\xf0\x1d\x7f\x8a\xa5\x8f\xf6\x39\x66\x48\xcc\x18\x0b\x94\x8f\x8e\xbf\x7d\xb4\xb7\xe8\xa4\x59\x14\x83\x64\xf8\xfd\x39\x7b\x2d\xd3\x03\x1e\x60\x2c\x40\x9e\xfb\xe9\xb3\x91\x01\x03\x9e\x8d\x05\xc6\xaf\x46\xc4\xef\x40\xf2\x2e\x5c\xfe\xb7\xd0\x47\xee\xb6\xf0\x2d\x92\x2a\x5d\x3a\xba\x15\x07\x69\x33\xb2\x77\x91\xe8\xab\xb1\x40\xf8\x90\xfd\x1f\x0b\x84\x07\x05\x1c\xc6\x02\xe0\x49\x6a\x78\xf4\x77\x3b\x1a\xf8\x2b\xc7\x02\xe1\xb1\xbb\xeb\xa3\x79\x5f\xb5\xe3\xfe\x14\x4f\x1f\x0b\x7c\x47\xf9\x84\xf1\x64\xb4\xa7\x87\x54\x1a\x5d\xf5\x4f\xef\xfb\x96\xb6\x31\xc2\x79\x74\x3e\xe9\xc3\xb3\x49\x01\x74\x1b\x80\x0e\x2f\x22\x11\xe8\x70\x4b\x68\x0e\x40\xf7\x81\x43\x63\x18\x1f\x6f\x7f\x06\xa0\x53\x9b\xda\x6c\x76\x6d\x9d\x27\x2e\x7e\x7f\xf4\x65\x06\x71\xf1\x97\x1b\x26\xb2\x76\xc5\x05\x7a\xbc\x59\xb0\x16\xd8\x19\x0b\x6c\xa7\xfb\xb9\xf7\x5b\xca\x68\xda\x03\xab\xa6\xbb\x30\x10\x1b\xbf\x69\x53\x0f\x2c\x10\xe7\x1b\x62\xf6\x55\xab\x6c\x10\x1b\x6e\x0f\x26\xdb\xaf\xa8\xf2\xa1\xc1\x73\x6f\x6e\x23\x80\xec\xa1\xe5\x4c\x85\x39\x95\x41\xc7\xfc\x33\x8f\xc9\x60\x4f\xb8\x82\x06\x14\xf8\x0e\x78\x1e\xf3\xcd\xed\x99\xda\x94\x0b\x60\x8f\x2e\x5a\x24\x7b\xfd\xf2\xd3\x9b\xef\xbb\x1d\xb8\x31\xc6\x42\xd1\xe7\xf1\xb4\x69\xd1\xc2\xa7\xd8\x69\xf6\x3f\xad\xc0\xd4\xb0\xe7\xd3\x74\xd6\x75\x97\x89\x88\xbd\x9c\xc1\x5c\x08\xfa\x4c\xcc\x9e\x89\x84\x9d\x94\xe1\x5c\xe8\xf9\x8a\xdd\xa3\x2f\x8f\x89\x2d\x6f\x3e\xd9\xec\xf7\xa3\x9e\x30\x37\x52\x19\x69\xd3\xdc\xde\x08\x18\xb9\xa9\xb9\x7d\x59\xce\x38\xf3\xe6\x42\xd1\xc3\x0c\xe7\x09\x0d\x6e\x69\xb1\xf9\x3f\xc6\xde\x24\x69\x77\x9f\x4b\xee\x9b\x6b\x15\xdf\x0e\x8c\xbe\x89\xa8\x99\xc7\xf6\x1e\x40\x02\x70\x68\xa0\x52\x45\x59\xda\xbf\xe3\x3d\xbf\x04\xf8\x5e\x85\xe2\x7f\x3d\x78\x06\xe4\xc3\x06\x24\xd1\x9c\x3c\x4d\xa6\xbb\x3c\x5f\x92\x4b\xdb\x86\x9e\xb3\xb8\x05\x36\x44\xf6\xd5\xa9\x7d\xeb\xba\xcd\xa6\xae\xbd\xf9\x6a\x6c\x79\xfa\x33\x89\x13\xdb\x90\x73\x95\x74\xd8\x26\xc9\xfd\x21\xd5\x60\xc3\x57\xa7\x62\xc7\x4d\x05\xfb\xc3\x3c\xb3\x09\x7b\x07\xaa\x27\xb6\x87\xc7\x49\x4f\x4f\x82\xbb\x64\x0f\x36\x15\xec\x4a\x5e\xde\x22\xaf\x67\x6c\x6d\xf8\xe9\x5e\x90\xe6\xfe\x43\x83\x7d\x7b\xe2\x57\x49\x6d\x99\x14\xfe\xf2\xed\x48\x6c\x17\x03\xee\xf6\x94\xaa\xb2\x58\x6f\x38\xe9\x1e\xe6\x90\xfd\x87\x06\xfb\x26\xa1\xfd\x65\xcc\x6c\x43\xc6\x7d\x63\x66\x6c\x43\xc5\x59\x4a\x87\xdb\x10\x71\x7e\xde\xbf\x4d\xf1\x3b\x90\xfb\x7a\x6e\x00\x7f\x3b\xd6\xf5\x0e\xb0\x92\xd2\xc9\x37\x34\x75\x81\xd0\xd3\x86\xa6\x2e\xe8\xe5\x02\x92\x2b\xd3\xef\x86\xa6\x4e\x7e\xcc\x6d\x00\x39\xf7\x47\xff\x61\x6d\x79\x5d\x13\x80\x4c\x28\x68\x93\xd7\x2e\x28\xba\x23\x2a\x54\x4c\x81\x1b\x39\xf6\x84\x9d\xb2\xe1\xa7\xaf\x04\x9b\x36\xfc\xf4\x9d\xa9\x68\x47\x85\x4a\x78\x2d\x80\x61\x49\x14\xed\x48\x62\x67\xd4\x91\xe6\x0f\xec\xe7\x3f\x42\x5d\x53\xe7\x49\x97\x40\x5b\xe4\x73\xab\x63\x45\x74\x18\xa2\xda\x89\xc4\x0e\xf6\xe5\x36\x10\x5c\xa4\x86\xb5\x09\x4d\x3b\x42\x72\x9b\x0a\xf4\x9c\xb4\xf5\x51\xd3\x61\xed\xed\x44\xbd\x82\x5a\x60\xe0\x37\x07\x7d\x50\x03\xbf\x4b\x5e\xfe\x0d\xf1\xbc\xcf\xda\x2a\x94\x4a\xd1\x02\xc0\xaf\xd7\x7b\x3b\xf9\xeb\xf3\x38\xb3\xb6\x01\xe0\xee\xb3\x8e\xbe\x64\x2a\xa2\xb2\xd8\x54\x9e\x47\xc0\xea\x4e\xe8\xfe\xbe\x6a\x13\x53\xb1\xd7\xb9\x28\x08\x6a\x18\x53\x79\x9e\x99\xe2\x37\xa1\xe7\xc0\x54\xbb\x01\xc0\x91\xfc\xa2\x8d\x92\x9c\x38\xa8\x76\xbe\x95\xf6\xf2\x65\xee\xcc\xb3\xb2\x7c\x6f\x03\xc1\x55\x79\x33\xdb\x00\x70\x7f\xb0\x96\xb7\x01\xe0\x24\xa7\xdb\xce\x77\x5a\x7a\x29\x62\xdc\x06\x80\x5b\xc4\x79\xb1\x0d\xfc\x36\xf1\xf6\x6c\x03\xbf\x4b\x5a\x90\x3b\x13\x6e\x4f\xba\x12\x54\x6b\xaf\x5a\xf8\x3b\xb6\xb5\xf3\xef\xd8\xd6\x36\x64\x9b\x83\x26\x20\x43\xb6\x59\x75\x0b\xdb\x90\x6d\x52\x32\xe3\x56\x88\x99\x64\xc7\xad\x6a\xf2\xe4\xe6\xd4\xf8\x2a\x30\x26\x6b\x42\x37\x64\x9b\x13\xd9\x60\xbb\xd4\x3f\xee\x69\x96\x72\xc0\xe6\xde\x86\x6c\x9b\xf8\xc3\x36\xa4\xf2\x59\x53\xef\x1f\x6a\x71\xbb\xb0\xd4\x90\x92\xba\x0d\xd5\x2e\x79\xfb\x77\x11\x4f\x94\xae\xb2\xb1\x53\xb9\x7b\x45\x44\x00\xa7\xce\x06\xd5\xaa\x72\x66\x57\x4a\xad\x34\x25\x19\xaa\xed\x2a\x9b\xdc\xa0\xda\xa1\x91\x68\xa8\xb6\x2b\xf2\xb5\x51\x85\x53\x75\xc2\xae\xe8\xe7\x7b\x6d\xd9\x72\xaa\x8c\xb1\x6d\xa8\xb6\x48\x5b\x7f\x83\x6a\x9b\xd7\x55\xcc\x42\xde\x55\x5b\x2f\xe7\xf1\x44\x24\x99\x17\xdc\xaf\x5b\x95\xe2\xa5\x1f\xce\xa2\x4d\xa5\xb8\x64\x70\x37\x32\x6f\x5b\x4b\xa6\xa1\xda\xa5\x40\xf0\x36\x54\xdb\x44\x9f\xb1\x0d\xd5\x36\xe5\xca\xed\xa6\xda\x12\xde\x54\xa3\x4c\x96\x70\xf9\x26\x0c\x1d\xf4\x65\xda\xa7\x21\x8f\xbf\x62\x13\x8a\x5e\x5a\x54\x0d\xd5\x36\x63\x9a\xfe\xe7\x29\xdb\x00\x6f\x1d\x5a\xcf\x0d\xf0\xd6\x81\x7f\x67\x37\xea\x0a\xa6\x2e\x69\xdd\x58\x4c\x87\x9b\x62\xf1\xa1\x49\xda\x80\x6e\x2d\x78\x31\x37\xb9\xe6\xaa\xb8\xdb\x06\x70\x8b\x32\x4d\x36\x51\x6a\x91\x37\x6c\xc0\x6d\x26\x9c\xb8\xfb\x95\x46\x91\x65\xba\x3b\xdc\x30\x7a\x91\x14\x8b\xab\xbc\x66\x1b\xb8\xad\xd2\x95\xde\x06\x6e\x6b\x94\x05\x01\xb8\x95\x80\xcd\x06\xdc\x46\x75\x01\xd1\xbb\x6d\x1d\xf9\x52\xf1\xcc\xc7\xf9\x42\xd1\xeb\xd1\x1e\x7b\xce\x82\xb7\x74\x03\x70\xb7\x3a\x21\x8a\x6e\x8d\xa8\xfa\x1e\x10\x20\x68\x69\x32\x70\xbb\xe4\x65\xdd\xe3\x2b\xa1\xc1\x9d\xb1\x4f\x05\xf8\x73\x8a\xf9\xb6\x01\xdc\x26\xb6\xdc\x7d\x42\xd0\x7d\x4e\x02\x62\xdb\x00\xee\x5a\xb2\x2b\xa8\x00\x77\x1a\x8c\x54\x80\x97\x73\x25\x5b\x6e\xc6\xd4\x16\xcb\x0d\xe5\x62\x5b\x84\xee\x45\x77\x41\xf6\xa7\xa9\x95\xf6\xac\x92\xad\xda\xca\x1b\xaf\xf5\x64\x59\xed\x3f\x00\xee\x06\xe0\xbe\x38\x8f\xb6\x01\xdc\x7a\x96\xc6\x87\x25\x55\x53\xf0\x83\xe4\x0f\xd9\x49\xdb\x00\x6e\xcc\xea\x01\x06\x70\x6b\xd0\xf7\x46\xcd\xed\x55\x3f\x7a\x20\x38\xd1\xe2\x02\xc0\xed\x1a\x70\x54\x7e\x9f\x45\xcb\xc0\x6d\x7a\x01\xcd\xdb\xc0\x6d\x17\x5b\xd1\x46\x3b\xdd\x6b\x98\x18\xb0\x5d\xca\x72\xda\x84\x94\xa5\x60\xb6\x01\xb6\xbe\x68\xcb\xc3\xae\xc9\x55\x0c\xbd\x96\xa0\x09\xf5\xfd\x9d\xd9\xb4\x0d\xb5\x46\x95\x2d\xee\x97\x12\x38\xf5\x4b\xaa\xbd\x23\x05\x8e\xdb\x10\x6b\x89\x54\xf9\x6c\x43\xab\xa5\xa9\x5f\x1a\x5a\x8d\x79\x6a\x6b\x10\x90\xe5\x4d\x18\x5a\x6d\xaa\xb9\xd9\xef\x55\x22\x5c\xa7\x3d\x36\xfd\x8a\xd9\x77\x8b\xa4\x7d\xea\x3f\x1b\x9b\xaa\x30\xdf\x86\x56\x73\xc4\xad\xb7\x0d\xad\xf6\x42\xb5\xec\x9e\x5f\x0d\x88\xcc\x11\x92\xb9\x1d\x51\xb9\x6d\x88\x75\xa9\x42\x60\x1b\x62\xad\x55\x8b\x83\xa1\xd5\x25\x31\xa5\x4d\x85\xb7\xf2\xcd\xb6\xc2\xc5\xb9\x1e\x1a\xbb\x3d\x21\xab\xd1\xf3\x4c\xe6\x20\x8d\x56\xd0\xaa\x3b\x77\x79\xd9\x62\x06\x40\xa1\x4d\x1c\xaf\x1b\xa4\x9a\x35\xa2\xc4\xbd\xa6\x05\x10\x3d\x74\x55\x95\x6c\x88\xd8\x83\xee\x6e\x48\xb5\x28\x5b\x6b\x1b\x52\x6d\xaa\xa2\xdf\xeb\x66\xec\x1d\xfb\xda\xd0\x6a\x73\xa0\xeb\xad\x0a\x6e\xb0\xe9\x36\xa4\xda\xbc\xd0\x86\x21\xd5\x5a\x83\xee\x89\xc0\x32\xf9\x92\x7b\x5d\xd5\x41\x25\x00\x6c\x78\xd7\xb2\xe6\x36\xb4\xd0\xeb\xd0\xd1\xe8\x63\xff\xcc\x99\xff\x3c\x7d\x23\x93\xee\x65\xf3\x22\x93\x5e\x05\x9c\x0c\xc0\xb6\x81\x97\x7a\x6f\x86\xab\x60\x98\x81\xd7\xa6\x20\xd7\x86\x8b\xbd\xe2\x56\xd9\xe2\x62\x27\x8c\xb1\x37\x95\x7d\xfa\x54\x80\xd7\xae\xe1\x4a\x11\xf7\xd4\x10\x01\xb8\xae\x73\x77\x1e\x5f\x0f\xb4\x7f\x67\x82\x6c\xf2\xb6\x55\x8a\xb3\x09\xfd\x56\x82\x1d\xfb\x17\x07\xbb\x2c\x43\xf2\xb6\x13\xc9\x59\x9b\xbc\x6d\x64\x44\x93\x73\xca\x02\x29\x6c\x79\x88\xfa\x12\x5b\x54\xaf\x9a\xd5\x93\x9c\x01\xd7\x08\x80\x4b\xce\xfd\x02\xe8\xc9\x11\xf2\x75\xb6\x7a\x27\xe7\xe8\xca\x66\x11\x25\x67\x80\xb5\xee\xaa\xf3\x3e\x5d\x65\x8b\x0c\x24\x67\x60\xb5\x38\x73\x6d\x24\x67\x60\x35\x3d\x36\x89\x27\xe7\xae\xc2\xde\x4c\xba\xb6\x4d\x4d\xe1\xb4\xfe\x66\xbc\xa0\x05\x96\x9c\xbb\xf5\x08\x84\x43\x93\x43\x0a\x3d\x27\x9e\xc2\x00\x6b\x0a\x0f\xff\x01\x58\xe3\xe2\x5c\x08\xd6\xfd\xf9\x0f\x07\x4c\xa2\x5d\xfe\x0b\x73\x27\xda\xed\xaf\x80\x2a\x56\x6b\x72\x1e\x09\xa2\xa4\xad\x5b\xb2\x74\xde\xb5\x81\xd7\x16\x16\xcf\xf6\x69\xa2\x53\x8b\x9d\x9c\x57\x89\xa2\x5a\x4a\xc2\xdb\xb9\x9a\x59\xfe\x41\x4f\xe9\xbf\x8c\x2f\x4b\x07\x4d\xee\x23\x58\x9f\x83\xf7\xee\x3f\x4d\x0d\x5b\x60\x93\x3b\xf9\xd9\x43\x49\xc6\xc9\xa9\x4a\xdb\x52\x4e\x79\x6a\x72\xb4\xa1\xe7\x4e\x2e\xdc\x8a\x65\xea\x6d\x93\x03\xd8\xe2\xc0\x4a\xee\x57\x8e\x76\xe0\x3d\x9d\x1c\xed\xa5\x5a\xd7\xe4\xc2\xcd\x59\xa7\x7a\x35\xb9\xf0\x4b\x73\x80\x5e\x11\xfa\xb7\x58\xab\x65\xe3\x77\xff\x0a\x9f\xbe\x88\x7a\x06\xa8\x76\xab\xa7\x86\xaf\x56\xa1\xe9\x1e\xeb\xee\x51\xcf\x09\x10\x94\xe8\x5b\xc4\x4f\x6b\xc2\xf3\x4e\xa3\x04\x37\xb9\x3e\x08\xd7\x3b\xda\x67\x08\x37\xc2\xca\x99\x1c\x21\x5f\x48\xf1\x92\x03\xe1\x22\x92\x93\x1c\xa4\xec\x35\xf1\x14\x68\xa9\x13\xaf\x49\x2e\x7e\x19\x4f\x6a\x77\xec\x9f\x23\x8f\x56\x46\x9c\x35\x85\xa7\x88\x5f\xd6\xd3\xa3\x33\x48\xec\x2c\x6a\xc9\x3c\x59\x2d\x08\xe8\x26\xa7\xb0\x6f\x6a\xf3\xdd\x6a\xd1\xd7\x0f\x16\xdf\xf8\x10\xb3\xf7\x39\x23\xf7\x39\xe8\xd7\x8b\x62\x32\xb9\xf4\x31\x0b\xab\x87\xa5\x5b\x9b\x83\xb6\x5e\x72\x22\x67\x6f\x8c\x07\x34\xd6\x6b\xe5\x8b\x29\x29\xfb\xe7\x8a\xea\x6b\x87\x7f\x6d\xcf\xb7\xd3\x57\x90\x60\xf3\x8f\xce\xef\x6c\xd1\xb3\x90\x60\x23\x73\x28\xb9\x24\xad\x11\x9d\xc7\x3b\x78\x79\xe2\xa4\xac\x3f\xbe\x94\xa1\x60\x2b\x59\xb2\xad\xcd\x7f\xb4\x20\x7f\x35\x1b\x83\x2f\x62\x48\x38\xfb\xe7\x2f\x8e\x99\xe4\x72\xf8\xdd\x1d\x7f\xe7\x65\x27\x97\xe9\x0e\x1a\x20\x14\x72\xc7\x57\x5b\x4c\xf7\x91\x97\x9a\x3f\x72\xe5\xa0\xff\x49\x02\xad\x74\x4a\x72\xb2\x83\xd3\x16\x4e\x9d\xa0\xa6\xca\x4f\xc9\x83\x01\x90\xcf\x34\x46\x54\x38\x64\xba\x90\x01\xe4\x0c\x4d\x6d\x72\x84\x7e\x51\x38\x4e\x4e\x00\x59\x53\xa3\x01\xe4\x8a\xe7\xcb\x68\x70\x6c\xa2\xe4\x73\x10\xfa\x0d\x8b\x0e\x62\x00\xf9\x07\x2d\xb1\x95\xef\x44\xa2\xe1\x5a\xae\xda\xde\xab\x89\xe0\x53\x60\x5b\x1a\x52\x00\xe5\xac\x09\x15\xee\xf5\x35\xb5\x35\xbe\xdc\x04\xdd\xf1\x39\x5d\x1b\x91\xfe\xe4\xca\x47\x30\xbc\x78\x0b\x85\x38\x83\x3a\x68\x59\xbf\xbf\x4a\xb9\x09\x5f\xa4\xa9\x26\x67\xc0\xb9\xbc\x2f\x6f\xf7\x97\x0a\x9b\xde\xb0\x81\xe7\xd2\xbc\xfe\xa7\x5a\x75\xf2\x6e\xc8\xdf\x76\x89\x61\x27\xf5\x35\x4d\xb4\x06\x9e\x4d\xfa\xd7\xb6\x3e\x1d\x86\x45\x57\xae\xc4\x54\x26\xed\x32\x00\x9d\xd2\x50\x9b\x90\x56\x29\xfa\x8f\xec\x96\xca\xf3\x1e\x32\x75\x2f\xd2\xf7\xe4\x00\xd1\x51\x53\xa0\x40\xf4\xcf\x3b\x8f\xba\xda\x2d\x47\x41\x83\x22\xb9\xf6\x95\x20\xea\x4b\x51\xb1\x5d\x97\xfe\xb7\x69\x2e\x76\xfd\xf7\x29\xee\x75\xee\x08\xe5\x5a\xd4\x02\x42\x5e\x77\x54\x6b\x9a\x2c\x73\x5a\x43\x88\x38\x0e\xfa\xe0\x21\x4e\xcf\x93\xaa\xf7\xe4\x9a\x18\x74\xf9\xde\xa0\xe6\x28\xd3\x82\x30\x71\x7c\x19\xc2\x86\x9a\x73\x54\x1f\x15\x6a\x56\xaf\x51\x6e\xf7\xd9\x02\x7d\x6c\x5a\xd0\xb1\xcc\xd5\xa3\x0c\x35\x1b\x37\xb7\x6d\x85\xdb\x1b\x1a\xd3\x86\x21\xe7\x1c\xd5\xbf\x85\x9c\xad\x6f\xe9\x8c\x7c\x82\xab\xc4\xce\x92\x43\x1f\x3d\x6e\xde\x5c\xff\x2a\x51\x65\xf6\x28\x3c\xac\xf7\xdc\xa9\x37\xa8\x6a\x8d\x7d\xe7\x1c\x74\x6d\x48\xe2\x35\x5e\x09\x0f\x93\x3a\x9a\x9c\x21\xe8\x9c\xd4\x23\x4e\x25\xf6\x98\x38\x43\x92\xeb\xfb\xf3\xf6\xd3\x4f\x0c\x45\xe7\x9c\x39\x63\x10\x3f\xd3\x53\x0e\x1c\xb5\x5a\x6e\x0c\x45\xa7\xaa\xc9\x6f\x5c\x66\xd5\xad\x71\xfd\x85\x88\x97\x7a\xeb\xa0\xa6\x44\x8b\xcf\xa7\x9e\x06\x82\x48\x6e\x7c\x19\x4c\x0f\xdf\x72\x7c\x1a\x1b\x9d\xfe\x3f\x78\x76\x2d\xc3\x03\xa4\xa9\xd9\xd2\xd0\x74\x4e\x41\xad\x95\x7e\xb4\x8e\x84\x55\xb5\xa9\xb5\x84\xc6\x07\xef\xf3\x37\x92\x4e\xee\xf9\x55\x8d\xcf\xb9\x4a\xde\xb6\x04\x72\x46\xe9\x43\x59\x6d\xa6\x37\x3e\x37\x79\x15\xca\x94\xe4\x0c\x55\x97\xf2\xf7\xa5\xe0\xb9\x55\x79\xaf\x5e\x8b\xa2\xca\x51\xb7\x36\x50\x5a\xb4\x00\x3c\x57\x43\x01\xad\xb0\xe4\x00\xde\x45\x9f\xe4\x37\x87\x7a\x72\x0f\x49\x4e\x7a\xb9\x0f\x3e\xb3\xc4\xcb\x31\xe0\x5d\xdb\x66\x90\x00\xbc\x8b\xb6\x24\x93\x2e\x1b\xc2\x80\x77\x8e\x1a\x16\x70\xa7\x57\xd9\x5e\xe4\x70\x17\x59\xbc\x2f\xa5\x35\xfa\x18\xef\xb5\x68\x77\xe1\xa5\xbf\xca\x02\xa1\xeb\xbd\x97\x7b\x67\xa9\x4d\x14\x5f\xd7\xa4\xa3\xaf\x72\x14\x45\x48\xc9\xbd\xd0\xcb\x15\xb5\xc4\x00\x9b\x6b\x74\x74\x2a\xab\xab\x96\x9b\x97\xaa\x62\xd9\x83\xef\xe5\x60\x79\x35\xd9\xbd\x0c\x75\x4d\x5b\x5f\x65\xf5\x2b\xdb\x8a\xb0\x31\x05\x3d\xc9\xcd\x5b\x4e\xf7\x6a\xf1\x98\x97\x87\x06\x4a\x81\xe4\x0c\x8c\xe7\xa6\xc9\xff\xe3\x4c\xa7\xda\x35\xb9\x09\xef\x90\xac\x43\x03\xe4\xb9\x69\xca\x87\x72\x2d\x17\x5a\x3b\x51\x90\xd2\x54\x82\x4a\x5a\x93\x05\x72\xf2\xb6\xd3\x5c\x5a\xba\xa9\xa6\x6e\x9b\xb7\x60\x80\x3c\x3f\xb2\xde\x0c\x90\xe7\x63\x3d\xce\x8f\x7b\x27\x73\xed\x75\x09\x38\x28\x6f\x49\x6e\xc1\xbb\x22\x0b\x87\x10\x72\x1e\xb4\xcb\x80\x79\xee\x7a\x82\x45\xa5\xa9\x06\xff\x92\x56\xb6\xce\x33\x33\x65\x69\x72\x5e\xdf\x12\x26\xc3\x65\x41\xba\x11\x78\x97\xab\xff\xee\xb3\xeb\x13\x0e\xed\x7c\x4b\x03\xe6\x2d\x0b\x51\x18\x30\xcf\x5d\xb6\xdb\x9a\xdf\x14\xa2\x6b\x7f\xdf\xba\xa9\xdd\xfb\x43\x15\xbc\xef\xfd\x8b\x70\x81\xb7\xb8\x29\x4d\xd2\x64\xbf\xbf\xf2\x49\xbd\xd7\xfd\x49\x09\xc9\xbe\xdc\xbf\x04\x83\x79\x07\x86\xcc\xcb\x14\x32\xdd\x9f\x3c\x56\xe0\xdd\xee\xef\x3d\xc8\x0c\xd8\x94\x51\x6e\xdd\xf5\xe6\xac\x53\x93\x62\xe9\x1e\x56\x29\xaf\x36\x40\xa4\xac\xfe\xb6\x25\x9e\xaa\x7b\xff\x52\x87\xd3\xd5\xfe\x30\x5f\x40\xe9\x15\x9c\xe5\x51\x49\xa3\xae\x3d\x79\x07\x11\xbe\x39\x95\x92\x27\xbc\x8c\x03\x3a\x79\x77\x1d\xa5\xa4\x6d\x26\xaf\x10\xf3\x8f\xb5\xcf\x58\xf0\xee\x2b\x1f\xf5\x3a\x46\x89\x8c\x81\xad\xef\xb9\x1f\xdd\xdf\x9e\x9b\xea\xe1\xe4\x51\x4c\x0b\x16\xb0\x4e\x9e\xf0\xf2\x53\xd5\x36\x12\x54\x9b\xce\x7b\xf9\xef\x65\xeb\x2b\x1b\x04\x3b\x79\x11\xa5\x3b\xb5\xcb\xf8\xd3\x1a\x0b\x99\xf7\xb7\x4e\x69\xe9\x7f\xe4\xd0\x1e\xbe\x85\xf7\x97\x39\x01\x7d\x97\xe4\x0f\x8f\x5a\x99\x94\xeb\x25\x2f\xd4\xfe\x83\x42\x86\xce\x22\x14\xbb\x79\x12\x0f\xa5\x5e\xd7\x1d\xcd\x79\x3a\x3d\xcf\x65\x68\x3d\xbf\x4e\xe7\x5d\xe6\x84\x9d\xfe\xa2\x4d\x9d\xbc\x47\x35\xcc\xeb\x26\x70\x8f\xbc\x3c\xb2\x27\xb4\xe5\xd5\xe4\x79\xe2\xeb\xef\x69\xe0\xb7\xe2\xd3\x0d\xbd\x01\xf9\x2c\x0b\xc8\x43\xb3\xd6\x58\x9f\xbd\x01\xf8\x8c\xea\x6f\xf2\x81\x4c\x83\xa5\x23\x89\xb8\x33\xd5\xfb\xa0\x3c\xe5\x87\xad\x7c\xe3\xfa\x5b\x47\x97\xb3\x67\xb1\x90\xf9\x40\xd9\x82\x5e\x07\x34\x6b\xa4\x56\x26\x4f\xf8\x19\xad\xb9\xe4\x0f\xc5\x5a\x95\xb0\x45\xf2\x84\xa0\x5f\xf3\xf3\x27\x0f\x58\x87\xb4\x2f\x79\x03\xeb\x2d\x00\x4f\xbd\x01\xf5\x08\xc5\x6e\xf2\xe1\xe3\x99\x01\x7a\xfb\x03\xd4\xdb\x3c\x6f\xe0\x70\xa8\xb7\x49\x8e\x87\x51\xc1\xff\x5c\x91\xe5\xcf\x03\xd6\xc9\xfa\x4e\x1e\x15\xb5\xe7\xa5\x6b\x1b\x58\xcf\x2b\xf0\x2d\x22\x12\x30\x2c\xcc\x3e\xfe\x0a\xeb\x25\x6f\x60\x7d\x79\x2c\x13\x1f\xaf\x62\xd6\x8b\x9d\xe3\xe3\xf8\xc2\x9b\x6a\x85\x72\xd3\x75\xdf\x17\xb9\x56\xb5\x69\xfe\x71\xed\xc5\x91\xbc\xcb\xf8\x15\x91\x33\x15\x79\xaa\xa6\x97\xe3\x79\x0d\x9c\x2f\x1f\x39\x5a\xc0\xbc\x78\x15\xc1\x27\x4f\x68\x7a\xe9\x3b\x02\xca\xd1\x13\x4e\x3e\x21\xf7\x83\xfd\xee\x0d\x94\xe7\xa5\x37\x8f\x5a\x5a\x63\x8a\xf7\x09\xd9\x17\xaf\xf3\xec\xfb\xca\x2e\xf4\xe9\x72\xe4\xc3\xfb\x98\xbc\x2a\xa4\x7f\xb0\x07\x38\xd3\x1b\x28\x37\x39\x0f\xdb\x9a\xd7\xb1\x84\xfd\xe5\x13\x4a\x71\x67\xeb\x52\xaa\xbd\x9a\x2a\xf2\xfd\xce\x5b\x13\xcb\x51\x4a\xeb\xf3\xd5\x7b\x31\x14\x9e\xb5\x80\xfb\x5f\xb4\x6a\x18\x18\x1e\x24\x2e\xc4\xe1\x33\x34\x82\x49\x57\xfb\xc8\x52\xd4\x33\x0c\x8d\x67\xd8\x79\x92\x07\x89\xcf\x47\xff\xa1\x83\x9c\xf9\xfa\x47\x1b\x3d\x89\xb6\x25\xf9\xfc\x65\xd1\xe0\x8a\xf1\xf9\x66\x85\xbd\x5b\x4f\x74\x4b\xb2\xf0\xea\x27\x9f\x09\xd1\x4f\xdd\xe3\x73\xcc\x74\xda\x5f\x2e\x9b\xe6\x02\x45\xfb\x82\x43\x36\xf2\xfc\x24\x67\x17\x8d\xf6\x42\x39\xa2\xde\x46\x81\x32\xf2\xe5\x69\x0a\xcb\x7b\xd4\x55\xa8\x41\xe8\xb4\x5d\xc8\x3c\x1d\x52\xf0\xe4\x0b\xba\x10\x7a\xcb\x86\xcc\xe3\xd2\x7b\xa3\x52\xda\x9d\x16\xfe\x36\x57\x3d\x8a\x68\x6e\xf1\x06\xca\xb7\xa4\xa9\x67\x96\xf5\xed\xe1\x4d\x96\x5b\x15\xbe\xc0\x33\x9e\x24\x6d\x21\x14\x5f\x71\xc2\x2d\x5a\x42\x45\xf5\x50\xef\x85\x37\xcd\x17\x1d\x89\x22\x1e\xe6\xa3\x97\xdc\xd9\x4f\x7f\xd4\xf8\xab\x97\x2c\x02\xb1\xac\xe4\x91\x3b\xf3\x4d\xd7\xc6\xf9\xb4\x75\xb5\x8f\x37\x28\xeb\x7c\xe2\x63\x9a\x53\x40\xe6\x0f\xe6\x9f\xaf\x9f\x27\x42\xe3\xbb\x5e\x35\xbc\x37\xff\x25\x37\x3f\x79\x03\xee\x45\x5e\x29\x5f\x2f\xad\xd2\xd6\x3a\x24\xd0\x5e\x8a\xc8\xeb\x92\x37\xd0\x5e\xbc\x06\x86\x81\xf6\xd8\xb5\x5a\x1f\x9e\xf4\x31\x67\xd3\xff\x97\x55\xf2\xd5\x70\x6d\xf8\xe7\xb1\xe3\x3d\x91\x70\x72\x52\x92\x87\x5e\x8d\x4c\xdf\xe4\x0d\xb8\x97\xa8\x65\xa2\x5d\x6d\x80\x33\xf1\x1b\x70\x2f\x72\x20\xf9\xf6\x95\x62\x55\xdd\x5b\x7e\x6a\xfd\x3f\x0f\x88\x5e\x9a\x4a\x1a\xf9\xce\x45\xf7\xfe\xa6\x7b\x3c\xdb\xde\x40\xbc\x29\x93\xda\x96\x3d\x77\xd2\xd4\x67\x20\xbe\x44\x0d\xaf\x23\x85\x9e\xe6\xc6\x67\xe9\xfb\x07\x68\x35\xc5\x19\x88\x2f\x5b\x13\xfc\x51\x3b\x7b\xee\x14\xd0\xff\x98\xf2\xfb\xe7\xb4\xf0\xda\x63\x4e\xaa\xa4\xee\x48\x55\x36\xe4\xce\xc9\x93\xe3\x9d\x70\xdd\x79\x54\xce\x46\xd1\x75\x27\xed\xd6\x7d\x11\x46\xcc\x7a\x26\xf3\x43\x67\x30\x9e\x37\xf0\x5e\x36\x28\xc6\x8f\x8f\x1f\x4a\x8b\xff\xf8\xaa\x70\xf5\xf5\x0c\xc4\x97\xac\x49\x00\x85\xb3\x5c\x74\x35\x7b\xde\xac\x69\xcb\xc0\xfb\x7d\x3a\x14\xce\xf2\xa3\xf3\x3e\x5f\xb4\x06\xba\x01\xf7\xf4\x68\xf1\x87\x3e\x2d\xe3\x55\xf5\x80\x76\x37\xd5\xa6\x4f\xe2\x47\xd3\x94\x01\xf7\xe5\xb1\x7b\x3d\x2a\x67\x79\xa9\xbd\x84\xfc\xf5\x7d\x9f\x4f\x04\x12\x44\xea\x0d\xbc\x97\xa2\xfe\xf5\x50\x97\x40\xd4\xc3\x3f\x28\x14\x26\xae\xfb\x7c\x89\xac\x95\xa7\x40\x9d\x8c\xb0\x7d\xf2\xcf\x9d\xa6\x27\x56\xb6\x87\xd0\xbc\xc8\x4c\x30\x74\xbd\x91\xcc\x4d\xfe\xf9\x48\xae\x35\xbd\x1e\xca\x33\x3f\xa7\xa6\x85\xe7\x17\xd5\x23\xed\x13\xb1\x79\x4e\xc7\xf5\xe9\x5f\x91\xb8\xd3\x22\x25\x69\xff\x8c\xbd\x4d\xab\x0c\x71\xf7\xae\x09\xce\x10\x77\xa9\x8e\x36\xbc\x1f\x89\x07\xae\x30\xff\x51\x9e\x41\x47\x91\x3c\x21\xef\xbe\xe9\x4b\xef\xc7\xfc\x29\x93\xe6\xbd\x3a\x06\x2f\xb1\x0d\x0f\xea\xae\x7a\x2b\x2f\x71\xa4\xa2\xa3\xdf\x8b\xd1\xf1\x50\xf8\xf7\x23\xbb\x5e\xda\x63\xdf\xaf\xca\x5c\x43\xa3\x3c\xc9\xa8\x9c\x10\x28\x10\xbb\xf3\x13\x95\x36\x2d\x8a\x54\x4c\xcb\x45\xed\xd1\x28\x6f\x32\xe3\xe6\x55\x63\xdc\xfa\x36\xf3\x8b\x1d\x69\x82\x37\xc4\x5d\x8e\xfd\x3f\x3f\xae\xa3\x42\xdf\x99\x64\x08\x6a\x34\x4e\x95\x0a\xf2\xcc\xf3\xe3\x38\x52\x4f\x33\xe4\x5d\xba\xbe\x3d\x12\x64\xe8\x5e\xfc\xc0\x81\x73\xed\xf3\x16\x26\x99\x82\xa7\xb5\xe8\x72\xab\x87\x2e\xe6\x24\xfd\x27\x62\xf3\x9f\x4e\xa6\x27\x05\x75\x3f\x9a\x7d\x0d\x75\x97\x3a\xf4\x1f\xc4\x1f\x45\xe7\x5e\x0f\x8b\xe5\x3d\xfd\xf3\x32\x61\xa0\x3c\x1d\x3b\x79\xd1\x0d\x34\x71\x51\x3c\xdd\xf1\xb0\x79\xd4\xc9\x1e\x01\xbe\x75\xad\xb5\x0d\xe8\xf6\x00\xf2\x28\x4b\x01\x40\xee\x64\x0d\x2c\x92\xeb\x64\x3d\x1e\x89\xf2\x29\xae\x9c\xe4\x4f\xe1\x74\x3b\x60\xdc\x43\x6f\x46\xa9\x74\xf2\xfb\xbe\x0e\x94\x99\x93\xdf\x70\xfa\x68\x31\xa3\x78\xfa\x00\xae\x4d\xf7\xc7\xcd\xe3\x01\xe0\x43\x43\x4b\x00\xbc\x24\x51\xd4\x26\x2f\x7a\x33\x2d\x1d\x06\xbe\xcb\xa3\xa9\xf9\x50\x9b\x85\x39\x35\x31\x42\x6d\xa6\x00\x9e\x27\x44\xfe\x44\xb5\xd2\x3e\xff\x83\xc7\xd4\xef\xaf\x58\x5e\x9f\x7f\x23\x4e\xa8\xc9\x71\x7f\x3a\xcd\x0c\xa9\xe0\x7e\xfb\x1b\x83\xbb\xfe\xc6\x69\x75\x79\x29\x40\x71\x56\x99\x4a\x83\x83\x1b\x85\x01\x1c\x0e\x00\x5f\x93\xec\xe0\x14\x08\x97\x3f\x4b\xff\x97\x63\x4d\xc8\x32\x0f\x0e\x31\xca\xa9\xad\x46\xaa\x62\x65\xeb\xfa\x57\xdf\xa6\xb6\xdd\x2a\x51\xa8\xb8\x53\x50\xd8\xdc\xbc\xc6\xda\x43\x7d\xc6\xb9\x3f\x08\x0c\xd7\x57\x30\x10\x5e\x5e\x3c\xd5\xc1\xdd\x2a\x51\x79\x74\x03\x21\xf3\xc4\x04\x17\xbc\xff\xfe\xe7\x6d\xf8\xf0\xb9\xfd\x12\x7b\x3e\x6e\x7f\xa7\x6b\x7c\xe1\x73\x06\x55\xf0\x97\xdb\x1f\xa9\xf8\x14\x3c\xce\xc6\xa5\xfb\xf0\xed\xf1\xc6\x07\xff\xe5\xb8\x63\xf6\x04\xe5\x7e\xe3\x92\x08\xfe\x8a\x90\x0a\xcf\x86\x43\x71\xd6\xe7\xdb\x79\x07\xe4\x80\xcb\xff\x1f\x0c\x79\x97\xa6\xb7\xea\x3f\xe9\x9a\xa0\xfb\x7f\x4e\x28\xc6\x55\xf8\xe8\xcd\xa6\x5a\x65\xe8\xbb\x28\xd6\x12\x0c\x7d\x17\x84\x9c\x52\x30\xf4\x5d\x56\xd5\x16\x2c\xbf\x38\x32\x42\xf8\x04\x1a\x2b\xad\x09\x97\xc3\x4a\x58\x3e\x7c\xd4\x66\x0b\x3c\x13\x0c\x81\x37\x68\xa6\x53\x08\xd7\xf9\xb4\xab\xae\x4a\xe8\x18\x04\x10\xc2\x6f\x4b\x3d\x84\xf7\x8f\x2d\x64\x7b\x40\xc1\x21\xdc\xd4\x81\xad\x1e\x2b\x14\x5e\xd7\x9c\x38\xa0\x42\xfc\x14\xdc\x40\xc4\x21\xe2\x84\xc2\x8a\x0f\xf1\x92\xa5\x40\x91\x9d\x02\x2a\x66\x1d\x47\x4c\x30\x14\x5e\xe4\x36\x0e\xa0\xf0\xa1\xef\x12\xaf\x10\xef\xcb\x42\x1f\x48\x0c\x47\x4a\x2a\x05\x74\xcc\x2b\xb3\x40\x30\x24\x5e\x64\x2a\x87\x78\xe3\x86\x8b\x50\x76\xa0\x42\x1a\xfe\xdc\x14\xe2\x55\x6e\x7b\x3b\xef\x25\x7e\xe9\x31\x51\xd7\x58\x44\x06\x78\xef\x11\xd6\xdf\xcd\xd5\x12\xe6\x19\xe6\x48\xa0\x42\x7a\xeb\x0b\x1b\x12\x8f\x72\x63\x86\x04\xab\xb3\xbe\x85\x78\xcb\x7e\xe6\xb2\xaa\x2b\x19\x22\x9b\x91\x27\x34\x24\x5e\x76\xe7\x7d\xa4\x5b\xc3\x32\xcf\x9d\x6c\xcc\x6f\x20\x42\x48\xd7\xb1\x6e\x7d\xf9\x1f\x97\x8d\x90\x2e\x77\xce\xd4\x23\xa5\xe7\x7b\x64\x06\x47\xfa\x00\xcc\x79\xd0\xf9\x41\x1a\x35\xe1\x52\xbb\xc1\xcf\x92\xc2\x89\xa6\xb3\x95\xbf\x61\xaf\x69\xef\x00\xf2\x36\x27\xee\xa9\x00\x65\x99\xd3\x67\x25\x77\x1c\x79\xf6\x14\x32\xe4\xd6\xc0\xef\xf0\xbb\x78\x3a\x85\x8c\x26\xab\x3a\x4f\x26\x6e\x70\xee\xfb\x22\x49\x48\x2b\x33\x1a\xb3\x84\x5a\x03\xaa\x63\x5e\x4f\x80\xea\x98\xd7\xf0\x2c\xbf\x7c\xe7\xdc\x93\xf0\xb7\x27\x28\x17\xa0\x20\xf3\x2c\x6b\x81\xf0\xf7\xc0\x39\x11\x0a\xd4\x6b\x84\x7f\x83\x81\xeb\x3d\x92\xfe\xfb\x34\x66\x8b\xce\x85\x7e\x4e\x9d\x1d\x62\xf2\x88\xfd\x15\xca\xfd\x94\x0b\x6c\x16\x20\x26\xf7\x81\x67\x2d\x1f\x69\xb5\x26\xeb\xf2\x09\x4e\x06\xb5\xfb\x17\xc1\x85\xae\xaa\xe7\xd6\x19\x1f\xa2\xd4\x7b\x01\x64\x3b\x4d\xd8\xd0\x96\x05\x7c\xb0\x81\x9c\xf1\x04\x90\x0e\x84\xbd\x03\x29\x01\xa1\xc2\xce\x89\x97\x38\x54\xf1\xb4\xd3\x29\x21\x27\x0f\xc4\x04\x02\xb4\x65\x31\xe9\xc8\x8b\xa4\x48\xd7\x4d\xa1\xa2\xab\xab\x29\xa7\xa2\xab\xab\x7e\x53\x9f\x6f\x3a\xd4\xd5\xb0\xd6\x4e\x7b\x2d\x2c\x18\xd4\x9b\x21\x28\x57\xb2\x43\x80\xa0\x7c\xe9\xbf\xe6\xbe\xa9\x84\x2b\x81\x9c\x9b\x26\x8f\x46\xb1\xbf\x06\x7e\xe3\x59\x35\x61\xfd\x26\x26\x4f\xa1\x51\x45\xaa\xbe\xd1\xae\x55\x8e\xc8\x6d\x0a\xed\xa6\x37\xbc\xe7\x18\xab\xcf\x69\x4b\xe7\x5f\x2e\xa7\x57\x3d\x55\x21\x6f\x70\x5d\x20\x51\x3c\xea\x7d\x90\x28\x1e\xc9\x68\x09\x86\x9a\x2b\x29\xaf\x29\xb4\x2b\xc1\xa2\x50\x66\x68\xd7\x79\x26\x47\x66\xe8\xd0\xd2\x69\x21\xed\x4c\xcd\x49\x5b\xdf\x38\x25\x11\x22\xf4\x1b\x1b\x41\xbe\x27\x85\xfe\x49\xef\xe8\x7b\x82\x9c\x15\xf9\x0b\x9d\xa5\x59\x26\x40\xff\x58\x86\x1f\x9d\xff\xa1\xc9\xc6\xf3\xf7\x4f\x87\x03\x57\x64\x50\x12\xf9\xd6\x19\x24\x91\xab\x9f\x11\x02\xef\x4e\x77\xfb\xd5\xbf\x19\xbb\x9d\x0c\x46\xcd\x5e\x9d\x6f\x0e\x3e\x09\xaa\x92\xb6\x8c\x42\xde\x9f\x50\xf4\x0f\x06\x1b\xb4\xc6\x50\x74\x4d\x64\x55\x05\x25\x93\x97\xa8\x34\xf9\x14\x06\x19\x9b\x49\x57\xe4\xdb\x93\xd5\x17\x06\x09\xab\xc4\x37\x82\xa1\xe8\x46\xf5\x76\x0a\x86\xa2\x6b\xc2\x9b\x11\x48\x22\x4f\xea\xc3\x24\x91\x47\x99\x64\xd2\x08\xd7\x28\x87\x80\x3c\xa9\xe7\x19\x7a\x4e\x5d\x4b\xe9\x2f\x02\xf2\xa6\xa3\xf7\x37\xa3\xf3\x84\xcf\x2f\xf6\x59\x5a\xf2\x7c\xe4\xdb\xed\x6f\x0e\xa8\x80\xd2\xd8\x83\xf7\x3e\x3c\xf7\x75\xbc\xfa\x00\x8a\x8e\x1b\xdb\x3a\x1d\x4c\xbc\xe4\x58\xea\xe1\xb9\xa1\xb2\xa9\x09\x12\x5e\xf2\xac\x29\x85\xbc\x73\xb9\x94\xc2\xa1\x35\x8b\x53\xd9\x3e\xe1\xb9\xa4\xd3\x4b\x4b\xc3\x83\x7f\x4d\x9f\xf4\xf9\xf2\xb3\x81\x51\x41\xdc\xe4\xb2\x8d\x08\x85\xcb\x85\x12\x1e\x4a\x9d\x34\x39\x43\x6b\x96\x01\xbf\xe1\x15\x43\x23\x2d\x39\x15\xd4\xf1\x5a\x29\x06\xce\xe3\xb1\xcb\x0e\xa5\x59\x3c\x69\x88\xe1\x95\x6e\xb4\xce\xa7\x2b\x00\x50\xc3\xcb\x33\xeb\x0d\x51\x39\x9d\xb5\xf4\x50\x39\x5d\x9c\xee\x42\xc1\xbc\x3e\x3e\x61\xf0\x22\xcb\xdc\x00\x79\x55\x90\x3f\x40\x30\x5e\x8a\xb6\x2c\xd7\x3e\xc8\x0a\x38\x95\xd3\xed\x84\xa8\xc3\xa4\xc2\x16\x24\x17\x50\x1b\xf3\xc4\x7b\xc2\x04\x91\xc8\x86\x3a\xe1\xef\x71\x42\x7e\x61\x5e\xfa\xb6\xa9\xaf\x46\x3e\x7a\x91\xb5\x3b\xa9\x28\x1e\xba\x93\x3d\x6b\xd1\x70\x37\x20\x5e\x8b\x96\xe7\xf9\x59\xa2\xb2\x67\x26\x64\x17\x5a\xf2\x0e\xa1\x78\x12\x6f\x4a\x0a\xa7\x82\xfa\xc7\x3a\xd2\x9e\x1b\x07\xa3\x78\x27\x05\x72\xd3\xab\xfa\x10\xb9\xe9\x55\xd3\xc1\x42\x1f\x5a\xcb\xc7\xc2\x49\x38\xb8\xb7\xa8\xcb\x4c\x5f\x5a\xff\x93\x9c\x2d\xa4\xb6\xae\x23\xe2\xf4\x2d\xb4\xc1\xeb\x39\xff\xc6\x09\x26\x9e\xe6\xb0\xea\xb7\x47\xd7\xf8\x78\x9b\xb4\x88\x53\x51\x5d\xb7\xce\xf8\x9d\xbc\x1a\xa4\x34\xf6\xd2\x3f\x17\x35\x41\xe7\x6e\x68\x8d\xc8\x66\x47\x1b\xbc\xe9\x7b\x1b\xf2\xee\xe7\x0b\x50\x4d\xdd\x35\xe1\x1f\x4d\xf0\x3c\x27\x69\x07\xc1\x50\x77\x6d\x1a\x41\x24\xa4\x77\x02\xa3\x81\x84\xf4\x06\xea\x0e\xfb\xb2\x02\x2c\xa1\x33\x43\xde\x6d\x13\xec\x0d\x24\xa5\xb7\xa6\x73\xdb\xc1\x51\xe7\xcb\xa0\x2e\xd6\xc9\xcb\x09\x1b\x9a\x36\xa1\x3a\x50\x77\x57\xbf\x37\xd4\x5d\x29\xbf\x4c\xe1\x84\xbc\xcb\x7c\xb5\x78\x93\x98\xde\xd5\x2b\xf6\xc7\x18\xcb\x44\x1f\x49\x4e\x47\xd5\x2c\x45\xc2\xde\x24\xc4\xa7\x48\x72\x3a\xc5\x86\x29\x9e\xb0\xf7\x2b\xde\xb0\x14\x1d\xfa\x12\xc4\xd8\xa2\x21\xee\xda\x5f\xfd\xf7\x79\x1a\x30\x0c\x22\x49\xea\xdd\x8a\xca\x52\x74\xbf\xd8\x01\x52\x24\xdc\x9d\xc1\x85\xd1\x8d\x3f\xfe\xfb\xb4\x04\x30\xa0\xa2\xbb\x24\x27\xd3\xeb\x8c\x79\x7b\x3b\xa6\x42\x74\x64\x36\x31\x6e\xe3\x41\xdc\xcf\x7c\xd5\x3e\x43\xdc\xb1\x93\xe5\x18\xfd\xd5\x8c\x86\xfc\x3c\x45\x43\xdc\x6d\x25\x1d\x7d\xa9\x09\x91\xab\x4a\xd1\x7f\x55\xe5\xa0\xe9\xf8\x4b\x42\xec\x1f\x97\x86\x28\xce\xf1\xe2\xe6\x6b\x75\x9a\x29\x22\x21\x5e\xc9\x7d\x8e\x07\x88\x3f\xf3\x8d\xba\x99\x39\x9f\x06\x5d\x2d\x1a\x10\x4f\x75\xea\xb6\x97\xae\x4c\x91\x8c\xe8\x2f\x3f\x08\x95\x96\x29\x7e\x3c\xe3\x48\xf7\xa7\x08\xcf\x78\x9a\x3a\xe3\x57\xc2\x1b\x2f\x24\x5c\xde\x1b\x61\x95\x18\x2e\x07\xcc\xab\x3b\x8b\xba\xac\x2c\x71\xa3\xa4\x08\x20\x4f\xd8\x27\x31\x20\xa8\x09\x16\x89\xe1\x4b\x7c\x03\x2d\xc4\xf0\xdb\x77\x1e\xc3\x4d\x7c\x43\x27\x2e\xc5\xf0\xbd\x07\x75\x48\x01\xf2\x72\x08\x9d\x53\x54\x58\xfc\xc7\x96\x9f\x6a\xc3\xf3\xc7\x55\xbf\xae\xa2\x4f\xa9\x3c\xf6\x52\x44\x23\x9d\xe2\x01\xe7\x6e\x2a\xac\x1f\x0d\x9c\x27\x4d\x35\x51\xc0\x3c\x47\xb1\x74\xa6\x18\xfd\xd7\x9d\x78\xc3\x11\x36\xc3\x47\x5b\x90\x68\x14\x1d\x7d\xbb\xca\x3c\x57\x34\xa0\x0a\xe1\x59\x8a\xe4\xb3\x67\x47\xfb\x8e\xb4\x78\x92\xd4\x7d\x8a\x87\xc2\x2c\xcf\xad\xc1\x13\x7f\x67\x07\xc5\x03\xd0\x9f\x03\x6d\xa3\xaa\xb7\x59\x92\x23\xe4\xe2\x4d\x43\xe5\xa8\x91\xed\x93\xc8\x17\x01\xe7\x4a\xea\x8c\x71\xff\xbe\x36\xe0\x3c\xa9\x0f\x24\x12\x1f\x89\x3a\xc4\x14\xfe\x38\xf2\xc6\xc8\x36\xd3\x70\x4c\xe9\x8f\xff\xed\x99\x3b\x96\x6a\x54\xee\x7a\x59\x73\x82\x14\x63\xba\x3a\xca\x70\xa9\xa6\x78\x48\xc5\xfb\x54\xec\x26\xa6\x4b\xef\x25\x7f\x76\x4c\x8a\x17\xe9\x8c\x6f\x19\x24\x09\x31\xa6\x5f\x7c\x48\x6a\xb5\x39\x66\x14\x2e\x8e\x69\xfd\xd1\xc6\x0f\xd5\x51\xcb\x12\xf3\xad\x61\xd8\x44\x30\x62\xf6\xbf\xcf\x30\x84\x9e\x1a\x1e\xf2\x28\x74\x9e\xdc\xc9\x38\x8a\xd0\x9b\xc1\xf7\x9f\x62\x86\x58\x1b\x7f\x79\xcc\x37\x56\x26\x8b\x3e\xfe\x81\xd0\xa3\xaa\xbb\xb3\x3f\x91\x91\x98\xbf\x5a\x86\xad\xf6\x8d\x63\xb0\xc8\xf9\x12\xf3\x9d\x2e\xef\x33\xbc\x7f\x5c\xd5\xb2\xe1\x72\x55\xfb\xfe\x78\x7e\x43\xf3\x29\x82\x71\x63\xf9\xed\x90\x8d\x86\xe4\xd3\x50\x4f\x28\x37\x06\x43\xa9\x5d\x8a\xe5\xc6\x0a\x65\x82\x44\x12\xda\xfd\xd0\xd5\xa8\xe1\xc0\xac\x8a\xe5\x52\x56\xca\x11\x1d\x0b\x65\x87\x6a\x57\x41\x57\x84\xfc\xca\x58\xae\x43\x16\xc5\xf5\x14\x0d\xd1\xb7\xf9\xd2\x0b\x0c\xd1\x67\x99\x55\x91\x90\x79\xd2\x4c\x56\x90\x1e\xd2\xd7\xff\x23\x81\x3d\x1e\x14\xdf\x27\x15\xcc\x29\xd6\x8f\xef\x8b\xd4\x90\x58\x2f\xd2\x59\x60\xc7\x58\xc5\xdc\xea\xe7\xc4\xf4\x8b\xf5\x77\xb1\x42\xac\xe9\xbe\x09\x7d\x37\x85\xce\xd3\x9a\x53\xf3\x05\x09\xed\xbd\x6b\xab\x12\xfd\xe0\x4d\xd6\x4b\x6b\xa7\x14\xf1\x58\x29\xbb\xac\x7f\x21\xc3\x4e\xb1\xaa\x3b\x54\x29\x7b\xa5\x28\xe0\x9f\xda\x7c\x35\x9d\xd4\x3f\xba\x43\x9d\x7f\x6c\xad\x3b\xb1\x69\x2a\x3b\xa1\xf3\x3c\x37\xb6\x5e\x6c\xc8\x90\xe0\xb9\x8e\x80\x7f\xf9\xf9\x62\xbb\xd6\xff\xc2\x0b\x17\x15\x3a\xaf\xe1\x0e\xd9\x3f\x9c\x00\xb1\x7d\xfc\x49\x80\xba\xd8\xbe\x10\x72\xd3\x35\x2e\xa9\xf3\xc2\x57\x1a\x95\xfb\xfe\xf3\xe1\xb2\x8e\xb9\x08\x08\xba\xb0\x14\xdb\x47\x2f\xa5\x85\xb5\x7d\x96\x84\x96\xd2\x4f\x6e\x7c\xc9\x1e\x6a\xf3\x9b\xc6\xe8\x7c\xed\x7b\x27\xe0\x89\xd8\xe0\x1b\x22\x9c\x1a\x0f\x5d\x5a\xba\x6f\xb8\x5f\x1e\x1e\x68\x99\x53\xec\x9f\x36\xed\xd4\x9e\x8b\x08\x27\xa5\x3a\xf1\x54\x96\xff\x3c\x01\xed\x85\x03\x3d\x6b\x00\xf5\x3f\x96\xcb\x5f\x32\xe4\x99\x76\x52\x5d\xee\xb1\xd8\x63\xff\x63\x89\x20\x37\xde\x6b\xd1\x34\xc7\x40\x5a\x1a\x5c\x9d\x58\x55\xd3\xd3\xfc\xd1\x1f\x08\xab\x27\x6a\x17\x22\x95\xe5\x1e\xab\x34\x92\x13\xbf\x64\x93\x91\x13\x1f\x70\x45\x45\x72\xe2\x03\xce\xb4\x38\x44\xec\xc1\x73\x2a\x27\xde\xea\x58\xb8\xe7\xa0\xda\x1a\x70\x1e\xa1\x4c\x8b\x1a\x28\x50\xa6\xa1\xa8\x95\xe2\xf8\xc3\x6a\x14\x65\x5a\xd4\x7f\x7f\x58\x8d\x03\x5a\xbc\xa9\x3b\x40\x04\x21\x73\x67\x88\x28\x81\xaf\x39\xfe\x98\x12\x08\xa5\xc3\xa8\x94\xe2\xf3\x7d\x5b\x92\x10\xe2\xf3\xc7\xf4\xff\x5c\xf6\xd2\x63\x7e\x3c\x7f\x4c\x05\xcf\x9d\x0a\xce\xdb\x7e\xf2\x1f\xff\xff\xf1\x4d\x1f\xf4\x44\x70\x7c\xc4\x87\xe4\x48\xd0\x4f\x7c\xc8\x06\xd4\x22\xfe\xa8\xf2\x9a\x2f\x61\xc8\x3e\x36\x19\x8b\xd0\xa6\xc1\x1e\x94\x22\x09\xee\xeb\xd1\x1d\xe0\x09\xf3\x7a\x3a\x0b\xc1\x7a\xdd\x8f\xca\xf2\x20\x8b\x99\xca\xf2\xa8\x3e\x4e\x65\x79\xc2\x5d\x1a\x5f\xcc\x3c\x62\x0b\xf1\x65\x9a\x27\x3d\x22\x1a\x9a\x6f\x1e\x64\x13\x5f\xa8\x1c\xd5\x7f\x08\xb3\x37\xa7\x3b\x34\xa8\xe0\x99\x47\x40\xf3\x10\xa7\xa7\x08\x9a\x0f\x1a\xc9\xef\x75\xd8\x42\xcc\x9d\x22\x88\x3e\x6a\xcc\x82\xe8\x55\x55\x15\x5f\x3c\x17\x53\xd7\xb5\xb1\xba\xb5\x50\xcc\x5f\xa6\x1c\x6f\xd2\x10\x7d\xdc\x32\x85\xe6\x1f\x26\x8d\x21\xfa\x8a\xc4\x52\x8a\x70\xa1\x15\x1c\x46\xd1\x90\xbc\x15\x67\xd8\x16\x6c\xac\x6a\x8f\x21\xf9\x44\xc5\x75\x8a\x20\x79\x45\x62\xa2\xaa\xca\xc9\x01\x8c\x54\x95\x2b\x29\x20\x4e\xc8\x3d\xf4\xb6\x26\xb1\x34\x6a\x7f\xe2\x9c\xff\x3f\xd1\x85\x81\xfa\x16\xc8\x76\x8f\x06\xea\x73\xd3\xf0\xa1\xe0\xbc\x68\x6a\x5f\x68\xaa\x02\xd1\xe3\x82\xf4\x42\x53\x2e\x05\xe7\x1d\x6f\x5d\x5c\x7f\x4c\xd9\x14\x9b\x0f\xf2\x52\xe2\xfa\xa3\x0b\x53\x6c\x8e\x5e\x53\x8a\xeb\xae\x64\x88\x74\xa7\x48\xc1\x39\x5a\x4d\x29\x1e\xc9\xf0\x9f\x65\x51\xad\x80\xd5\x51\x53\x9a\x01\xf9\xee\xf5\xca\x17\xb2\xd9\x4e\xff\x59\xa2\x5f\xf7\xfa\xef\x0f\xab\x75\xff\x61\xb9\x6c\xf8\x5b\x34\x20\xa0\x44\x3b\x96\x83\x81\xf8\x3e\xf5\xca\x37\xdc\x26\x7a\x23\x06\xe2\xd3\xd4\x87\xdb\x7f\x3c\xe7\xc6\x17\x2f\x4b\x69\x23\x21\xa2\x29\x02\xf0\xee\xf4\xc4\x1b\x9f\x2c\x91\x8c\xb8\xff\x40\x27\x02\xef\x5a\x00\x0c\xbc\x37\xa5\xbb\xc5\x3f\x72\xd5\xa3\x01\xf7\xde\xe9\xe2\xc9\xec\x34\xe7\xb0\x31\x93\xd9\x69\xc1\x13\xa7\x48\x66\xa7\x05\x07\x44\x4f\x2f\x5b\x3c\x51\xb2\x61\xfc\x6d\x45\x3b\x8f\xe4\xe3\x64\xc3\xf8\xfb\x2f\xff\xb1\xf5\xf3\x7c\x61\x35\x1d\x79\xeb\x7e\x15\x7a\x4e\x0c\x32\x8f\xef\x3a\xcd\x9b\x55\xae\x4a\xf6\x34\x2f\xbc\xd6\xe2\x9c\x66\xfa\xf6\x3c\xec\xb9\xe9\xd2\x8a\xa8\x24\x1b\x54\x11\xde\x80\x94\x4e\xae\x8a\x3b\xcb\x63\x92\x8b\xcb\xda\xb1\xd8\x63\xbd\x20\x33\x11\xa6\x85\x18\x14\x8e\x92\xb4\x6e\x42\x01\xa2\x9e\x29\xfd\x62\xe0\xaf\x3a\x03\x4a\x90\xac\xff\xbf\x36\xb2\xe4\x25\xb1\xef\x63\x72\x24\x92\x47\x20\x61\x49\xc9\x7a\x7e\xcc\xa4\xfa\x26\xaa\x39\x14\xc9\x48\xe8\xe2\xed\x73\x5d\x84\x80\x4c\x7e\xc6\x24\xea\x7e\x26\x6f\x10\x42\x5a\xe4\xf6\x61\xb9\x27\x12\x47\x32\x09\x16\x69\xc1\x58\x54\x75\xe4\xc6\xf0\xe2\x3f\x12\x46\x14\xbd\x48\x30\xed\x23\x03\x94\x12\x6e\xab\x80\x63\x24\x41\x02\xb8\x82\xfe\xb3\x49\x2d\xe0\xc3\x4f\xfb\x06\xcd\x85\x84\x13\x2c\xfb\xa8\x4f\xa4\xb4\x71\xe1\x44\x5d\x09\xea\x93\xad\x23\xe1\x1b\x66\x11\x4f\xfb\xe2\x12\xb4\x0a\x52\xb2\x9e\x1f\x93\xde\xfd\xbe\xb4\xcb\x3b\xe9\x6a\xd6\xfb\x9d\xbe\xd6\x86\xc3\x54\x3d\xee\xb8\xad\xba\x14\xa4\x53\x76\xb7\xce\x1e\xe5\xb2\x94\x21\x04\x8c\xf8\x40\xb2\xb9\xae\x5a\xc3\x93\x90\x1d\xb3\xd9\xab\x23\xd3\x41\x91\x32\x72\xb3\xb9\xae\xda\x83\x81\x9a\x21\x03\x9c\x5e\x57\xb2\x91\x9e\x70\x8b\x67\x73\x5b\xf5\x4c\x7f\xc9\xe6\xb6\xea\x99\x04\x83\x6c\x6e\xab\x9e\x97\xfe\x7b\xae\x83\xdd\xe9\x7f\x9b\xcd\x54\x5f\x95\x21\x01\x6c\x55\xd7\xb5\xd9\xac\xfd\x8d\x4c\x23\x65\xb8\x01\x1b\x19\x38\x19\x6e\x40\xe5\x27\x67\x79\xb1\x4a\x99\xc8\x92\xa7\x0c\x3f\xe0\x0b\x14\xca\xe6\xc5\xea\x8b\x62\xa5\xec\x99\xec\xe8\x86\x19\x7e\x40\x24\xef\x53\x36\x17\xd5\xee\xc6\x71\x93\x32\x45\x1b\xaa\x59\xc8\xc7\x3d\xe5\x4e\x41\x7d\x26\x4f\xa4\xe8\x85\x79\xd2\x57\xcf\xd1\xa4\x70\x52\x8b\x9b\xcd\x35\x15\x44\x5b\x90\xcd\xc9\x14\x54\xb4\x97\xcd\x79\x14\x56\xe7\x85\x98\xf3\x28\x2c\xc0\x61\x36\xe7\x51\xd0\x9a\x9d\xcd\x71\x14\xe4\x8c\xc9\xe6\x38\x0a\xaa\x14\xce\x81\xa9\x6a\xe8\xbc\xce\x16\x6f\xcb\x9c\x45\x01\x86\xce\x94\xcd\x51\x14\xd6\xa3\x23\x69\xd9\xa3\x23\xa7\x6d\x31\xd1\xe4\x48\x3b\x81\x7f\x39\xd2\x4e\x7d\x81\x78\xf9\xa0\x36\xd3\x71\x8e\x97\xf0\x78\x12\xe8\xce\xd4\x40\x64\xa7\xab\xe9\x6d\xf2\xb6\xa0\xe4\x53\x2d\x68\x46\x62\x5e\xf9\x0e\x19\x4a\x3e\x25\x03\xe4\x78\x45\x43\x61\xad\x4c\x99\xfa\x07\xf8\x6a\x52\x36\xc7\x4e\x52\x45\x4b\xc6\xa9\xb3\x87\xb6\xb0\xdc\x41\x58\x99\xda\x07\x91\x8e\x64\x9c\x3a\x7e\xe9\x3f\x2c\x77\xa0\x74\x16\x25\x9f\xae\x42\xdd\x43\x64\xf8\xe7\x44\xa5\xb2\xda\x4a\xdd\x43\x9c\x3a\x0f\xab\x7d\xea\x3c\x48\xbb\x09\x8d\x66\xea\x1e\x1a\x49\x11\x59\x7c\xf4\x4e\x77\x7f\xd8\xe2\xcb\x42\x42\xa0\x24\xec\x0c\x09\x81\xfc\xed\x99\x5a\x87\x07\xe7\x43\x86\x64\x00\x21\x24\x2b\x40\xb5\x52\x2a\xfd\x17\xc9\xef\xa7\xd5\x99\x64\x5e\x16\xe7\x6c\x0e\x99\xa2\xea\xe6\x0c\x93\x40\x53\x5b\x50\x77\x43\xed\x23\xe5\x8c\x94\x8a\x9e\x36\x4b\xe9\x8c\x37\x88\x0c\xbc\xa6\xe9\x4c\x2a\x85\xaa\x74\x32\xaa\x6e\xa7\x3f\x9a\xf3\xa5\xae\x47\xed\x34\x4b\x55\x6e\xbe\x4c\x2a\xc5\xe9\x65\xb6\xa8\x57\x25\x5a\x66\xd2\x28\x36\x0e\x82\x4c\x1a\xc5\xd6\x08\x2b\xa8\xa0\xb1\x2c\x64\x9c\x2e\xe1\x5c\x05\xa6\x04\x8d\xea\x82\x4e\xc6\xab\xab\x98\xa9\xf6\xa8\xc7\x17\x64\x92\xf4\x8d\x0a\x5c\x4e\x45\xff\x11\x4a\x25\xaa\x95\xd1\x6e\x97\x03\x2a\x93\x16\xa1\x14\xcf\x5c\x48\xea\xc4\xd5\x9a\x49\x89\x18\x84\xcc\x33\x29\x11\x0d\xff\x79\x36\x27\x4a\x3b\x6f\x10\x25\xb7\x89\x1b\x2d\x9b\x03\xa5\xb9\xad\xab\x68\x3c\x85\x39\x09\xa5\x67\x08\xe2\x1d\x91\xb0\x4c\x5a\xc4\x79\x8b\xe6\x3c\x49\x32\x33\x72\x65\x3c\x9d\x16\xd8\x78\x52\x44\x26\x57\xaa\xa4\x59\xb0\xf3\x61\x02\xa8\x92\x03\x4a\x59\xf5\x06\xf9\x9d\xaf\xd3\x31\x8b\xf3\x79\xd3\xf5\x2b\x1d\x8d\x7f\xab\x68\xce\x38\x4d\xb2\x56\x20\x9c\x26\x62\xef\xc9\xb0\xed\x05\x35\x84\x8c\x89\xec\x69\xb2\x39\x4b\x92\xb2\x43\xb2\x39\x4b\xfa\x60\x5d\xcf\xe6\x28\xe9\x03\xc8\x94\x11\x7d\xdb\x5d\xe7\x51\x6e\xa2\x09\xfa\x38\x47\xfc\x7c\xcf\xb9\xb7\x9c\x6c\x6a\x92\x6b\x1f\x0f\x10\x35\x10\xf9\x70\xc9\x8f\xb9\xb4\x66\x35\x89\xf8\xd1\xb5\x45\x14\xd0\x74\xf4\x66\x8b\x3b\x9a\x53\x24\x21\xaa\x97\xb2\x39\x44\xd2\x22\xa5\x2f\x77\xf8\x6f\xd4\x7d\x3b\xbc\x2f\x58\x3c\xd9\x9c\x20\x09\x39\xc7\x94\x3b\x24\x10\xd8\xce\x19\x72\x00\x07\xac\xca\xe6\x00\x89\xa9\xea\x48\x03\x93\x49\x0b\x84\xe4\xda\x9d\xb6\x70\x7e\x4c\xdd\x1d\x9e\x13\x75\xdf\x2e\xb0\xcc\x5b\x83\x18\x40\x10\x38\x77\x4a\xc8\x82\xda\xb9\xf9\x82\x6c\xe1\xfc\x88\x9a\xf2\x07\x9a\x00\xb2\x44\x70\x7e\x44\x30\x4e\x1e\x4a\x54\xa5\xd5\xf0\xc5\xab\x96\x20\xcb\xf1\x41\xf2\x61\x86\x08\x00\x56\xd3\x94\xc5\x15\xdf\x75\x1e\xc4\x07\x43\x5b\xf6\x7c\xf2\xca\x67\x8a\xff\xd3\xa3\xb6\xd8\xf3\x25\x7d\x43\x15\xff\x03\x9b\x33\x8e\x8f\x0c\xa8\xcf\x2a\xfe\x3f\x2d\xa3\xf8\x5f\xcb\xc7\x43\x7f\xed\xda\xe2\xf9\xf4\x76\x1f\x2a\xa0\xf5\x6d\x1f\x34\x0f\x00\xd0\xf9\xe1\xf9\x5e\x1d\x29\x7b\x72\xcf\xa9\x25\xdf\x1c\x1e\xc6\xee\x62\x5b\xb7\xda\xfd\xdd\xfa\xff\x63\x34\xd5\x64\xf0\x5c\x9f\xbf\xbc\xa9\xf9\xf9\x7c\xde\xa7\x45\xcf\x17\x01\xe1\xbb\x3e\xef\xe7\xb8\x51\xcb\x6e\xb9\x9c\x72\xdd\xf3\x73\x79\x7c\x94\x7e\x9a\x9f\x2f\x0e\x46\x8c\x2a\x9b\x53\xc4\x28\x04\x6c\xeb\x57\xdc\x87\xb7\x4d\xe5\x7f\xc1\x3e\xce\x22\x8b\x37\x72\x3a\xae\xf8\x29\xb8\xa1\xa1\x9c\xf2\xfb\xe9\x21\x68\x92\x56\x3d\x42\x1a\x27\x39\x24\x1f\x16\x80\x31\x67\xd4\x7d\xa8\x86\xdf\x6a\x47\x3f\x71\x8e\xb9\x74\xc6\xe7\xec\x6c\xba\xcf\x17\x07\x20\xba\x90\xdf\x1b\x0b\x39\xc6\x12\x8c\x00\x72\x38\xe4\x77\x7d\xad\xa7\xf7\xbc\xdf\xfb\xc0\x13\x90\xa7\xfb\x8c\x1b\x5a\x3f\x3f\x6d\x08\xbd\xfb\x8f\xa2\x4f\xa4\x2a\x59\xa9\x11\x29\x5c\x23\xe9\xe0\xbf\x28\xf5\xb8\x94\xe7\xaf\xf7\xc2\xdd\xe7\x65\x81\x98\x32\x96\x0c\x03\x46\xf8\xff\x53\x9e\x5f\xd8\x5c\x5f\x8b\x7a\x85\x24\x83\x61\xde\x77\xb2\x87\xce\xff\xb8\x9e\xd4\xdf\xe6\x2f\xe7\x2e\x7d\x69\x7e\x7a\x18\xea\xfd\xeb\x8b\x85\x92\x1a\x90\xd7\x95\x31\xda\xd4\x65\xe4\x05\x09\x08\xe9\x1a\x19\xef\x49\x90\x69\xbd\x20\xaa\xd6\xf8\x5c\x1f\x89\xfe\xdf\xc8\xaa\x53\x36\x88\xd9\x5f\xc0\x7c\x5e\x12\xb7\xd4\xd6\x0d\x8f\xce\xa5\x66\x99\x73\xc5\x2d\x35\x42\x15\xd2\xda\xba\xe2\x6e\x53\xd3\x0d\x6c\x7e\x5e\xf6\x94\x41\xcd\x58\x09\x22\xe5\xf5\x85\x44\x35\x15\x93\x29\xe1\x75\xef\xfd\x85\x49\x00\xae\x79\x7f\xdd\x40\x70\x67\x7f\xdd\x40\x43\x70\xc7\xef\x2c\x3a\xc6\xfe\xb2\x81\xb4\x38\xc0\x43\x5f\x08\xbe\xe4\x7d\xc3\x44\x08\xb0\xa7\x8c\xd0\x5b\x19\xba\xc7\xed\x02\xe8\x5d\xa5\x7c\x6a\x16\xd2\x1d\xa2\xfb\x1b\x1a\x42\x45\xfb\xf9\x5a\xc6\x27\xde\xbf\xa6\x0b\xed\x99\x5f\x47\xd7\x9e\xfb\x4e\x96\xec\xd3\x7d\xab\x8a\xd5\x79\x8a\xfb\xde\x0b\xde\xee\xa2\x3a\x86\x1c\x4f\x5d\x6b\x71\x57\x52\x44\xb9\xfc\x85\x5a\x86\x91\xb5\x05\xe1\x07\xd6\x79\x39\xb5\x08\x51\xa2\x7a\xa9\x9c\x5a\x84\x39\x57\xd7\x19\x37\x05\x60\x61\xf7\x94\x2f\x43\x42\xef\xa5\xb8\xf9\xb5\xec\x61\xcf\xba\x93\x08\x21\xfa\xe2\x44\x88\x60\xd3\x41\xf1\xbf\x52\x00\x0a\x7b\x2e\x95\x9d\xca\x20\x8b\xff\x32\x81\xb0\xf5\x8b\x32\x25\x8c\x1f\x97\xb6\xfc\xaa\x4b\x20\xb0\x5b\xfc\x25\x47\x90\xc3\xa2\xf8\x4f\x5b\x9b\xbe\x52\xfc\x25\x0f\x56\x7e\x7f\x81\x2c\xa0\x61\xe0\x14\x2f\x72\x76\xdd\x15\x6d\x6d\xaf\xab\xa9\xaf\xe7\xa9\x34\xd4\x42\x5d\xc2\x03\xdc\x2f\x1e\x42\x90\x73\xee\x22\x84\xab\x27\x32\x33\xe6\xc1\x3d\x52\x82\x58\x82\x69\x13\xca\x6d\x7d\x69\x0b\x6c\x0d\x9a\x2e\x70\xd3\x3f\x4c\xb5\xe5\x28\xb6\x95\x53\x39\x50\x4e\xfa\xc3\x7b\x26\xb3\x62\x28\x36\x6b\x4a\x2f\x01\xf7\x11\x09\x1b\x05\x26\x80\x82\x59\x52\xc4\x04\x80\x81\x58\xa8\x41\x50\xaf\x2c\x86\x62\x23\x8a\xe4\xa9\x18\x8a\x8d\xcd\xa9\x4d\xf6\x9c\xa7\x97\x41\x44\x0f\xa1\x65\x2a\x96\xe2\x10\x1b\x31\xbd\x82\x6e\xfa\x26\xff\xa6\x40\xd3\xb7\xa9\xfb\x28\x91\x52\x58\x22\x6f\x85\xd4\x86\x4e\xcc\xa5\x50\xf9\xdf\x49\xa4\x28\x91\x12\x58\x4c\x81\x02\xea\xf5\x7a\xda\x88\x6e\xf4\xd2\x1d\x08\xef\xea\xf9\xa8\x37\xf0\x8f\xce\xa3\x2a\xf8\xd5\x1d\xec\xf9\xfa\xa3\xbb\xe3\x1e\xd3\xd7\x41\x27\x3d\x9c\x6b\x12\xdb\xd8\x3a\x92\x38\x0e\xf9\x58\x25\xa9\xbc\x8c\x27\xa2\xc6\x20\x82\x75\x4a\x52\xc9\x2b\xdf\x81\x1a\x83\xc4\x08\x2f\x09\xd6\xdc\xa4\xff\xec\xf9\x12\xcb\x53\x81\x84\x5e\xf9\x78\x25\x11\xc2\xed\x3a\xaf\x81\x32\x19\x37\x89\xf4\x1d\x8d\x07\x52\x16\xf2\xd6\x79\xe2\xa9\x52\xcb\x28\x71\x55\x2f\x30\xc4\x5b\x4a\x0f\x7f\x59\x26\x0a\x8c\x7c\x4f\xd0\x69\x06\xc2\x2a\x39\x13\xc5\x32\x18\x22\xaa\x9d\xa9\x64\x04\xe8\xd4\x25\x32\x55\x75\xa4\xed\x15\x80\x72\x23\xc9\xb3\x00\x94\x95\xa2\x56\x0c\x28\xc7\xa7\xea\x2a\x85\x2d\x5e\xae\x01\xe5\xf8\x68\x5a\x01\x28\x77\x26\xf0\x62\x40\xb9\x20\xcd\x98\x0a\x40\x39\x50\xdc\x51\x32\x89\x6c\x45\x77\x20\x3f\x59\xaf\x53\x7c\xf4\x78\xdd\x4a\xa6\x72\x70\xea\x89\xac\xeb\x3e\xb8\x4c\x0a\x4a\x6b\x03\x98\x5e\x28\xe6\x1f\x1a\x74\x14\xf3\x0f\xb5\x13\x3e\xfa\x41\x5a\x6a\xa1\x98\xff\x61\xb1\x2c\x85\x32\x39\x4d\x2e\x85\xe7\xd3\x67\x20\x33\x41\x8c\x33\xc5\x80\x72\x19\x9a\x56\xa1\xd8\x1b\x53\xf7\xb3\x4f\x3b\x00\x90\xa5\x50\x1e\xd7\x74\x77\xca\xe3\x5e\x6d\x4d\xca\xd3\x78\xd7\x45\xe5\x61\xba\x26\x9e\x5d\x6c\xb4\x52\x11\x10\xc4\x4b\x5e\x2a\xe5\x50\x78\x49\x0b\x74\x7a\x13\xb7\x40\xa1\x78\x5f\xc9\x79\x85\xe2\xfd\xa9\xbb\x43\xa7\x27\xa2\x92\x62\x00\xba\x9c\x89\x81\xa2\xfd\xa9\xa1\x52\x71\x48\x11\x68\x2c\x70\xd1\x23\x23\x94\x0a\x05\xfb\x22\x4e\x28\xc8\xa1\xcb\xcd\x52\x0e\x80\x0e\x53\xb1\x95\x62\x00\xba\xc8\x3f\x5e\xa8\xc8\x5f\x1a\x74\x55\x4c\xa1\x3c\xa3\xb8\xe8\xf1\xa3\x96\x46\x99\x0f\x28\xb3\xa0\xa2\xb6\xa3\xb6\x28\xf1\xc1\xc1\x50\xda\x2d\xeb\x53\xda\x5e\xa1\xd2\x7e\xeb\xa9\xa9\xb4\xdf\xb8\x38\x0a\xf4\x78\xb3\xe8\x9e\x08\x03\xea\x9d\x53\x2b\x70\xa6\x20\xe8\xf1\xc4\xa1\x59\x1a\xf5\x2f\x4d\xe7\x99\xc3\xc3\x69\x0a\x22\x15\x40\x31\xa2\x42\x8d\x80\xd3\x42\x4f\x8d\x80\xd3\xb2\x6e\xa8\xb7\x3a\xb0\x47\x81\x54\xde\xe9\x89\xfb\x8d\x34\x9c\x29\xd8\x90\x6f\x12\x5d\x5f\xa1\x36\x00\x5d\xb9\x54\x3e\x5a\xbc\xb3\xe8\x82\x7e\x51\xda\x4b\xa5\xf3\x9c\xd8\xbc\xa5\xdf\x94\x90\x57\x63\x44\xd4\x78\x55\xff\x23\xdb\xa2\x11\xd3\xa1\x87\xd3\x32\x46\x4d\x80\x38\xa7\x8a\x21\x60\x73\xa6\xff\x6c\x8d\x1b\x4a\x55\x52\x6b\x39\x35\x01\xe1\x90\xdd\x95\x53\x59\x3f\xe6\xc6\x69\x52\x86\x58\x5e\x69\xe9\xa1\xc7\x7b\xe6\x52\xcf\x1c\x5f\xc9\xa2\x46\xd8\xf8\x48\x26\xf4\x3d\xa8\x0f\xa8\x1a\xd5\x90\xcc\x9f\x37\x45\x7d\x40\x95\x11\x31\x48\x9c\xd5\x97\x1b\x9f\xbe\x73\xd3\xdd\x5e\x18\xa6\xf9\x96\xe3\x66\x49\xca\x74\x2c\x86\x90\x53\x0f\x3a\xff\x3a\x7c\x44\x2d\x54\x94\x1e\x50\xfc\x94\x1b\xb9\x9c\x1a\x01\x7f\xc8\x75\x0a\x68\x19\xa1\xa8\x54\x1e\xbe\xfb\x5f\xeb\x07\xca\x73\x29\xa5\x94\xbd\x52\x9e\xcb\x08\x8a\xae\x6c\x2a\xcf\xb5\x9a\x94\xe3\x5f\x28\xe6\x6f\x4d\xff\xb7\x0b\x70\xb3\xfe\x37\x7f\xd8\x26\x6b\xbc\x3c\x94\x4f\xe0\x0f\x2c\xcf\x2f\x02\x60\x5e\xcf\x23\x1e\x7e\xfd\x6f\x01\x0b\x45\xe8\x0b\xb2\xe7\xe5\xbc\x88\x9b\x48\xf5\xea\x4e\x00\x67\x8f\x2b\xa5\x90\x4d\x50\x75\xee\x2b\x16\x50\x3a\x01\xf5\x01\x8d\x18\x46\x79\x3f\x6b\x51\x53\x33\x92\xe7\x0f\x0e\xb1\x42\x46\x41\x02\xf0\x95\xf7\x2b\x93\xd1\x33\x01\x94\xbb\xa6\x19\x03\xca\x2d\xc9\x5a\x35\x90\x9c\xd0\x15\x48\xc5\x00\x72\x3f\xdd\xc8\xc0\x71\x47\x78\x3e\x15\xa4\xce\x3b\x8c\x49\x85\x62\xfd\x0d\x61\x46\x39\x35\x02\xef\x9c\x5a\xe4\xa8\x11\x40\xf4\x26\x95\xf9\x11\x4c\x00\x91\x8b\x01\xe2\xba\x34\xfc\x0c\x0c\x67\x15\xd2\x94\x09\xa7\x0c\xb5\xdb\xe5\xa3\xc8\x5b\x04\xb2\xca\x01\xc1\x79\x8a\xde\xa1\x50\x27\x70\x26\x6f\x03\xc1\x2d\x69\xd2\x87\x26\x4f\xc1\xaa\x72\x00\xf0\x3a\x28\xad\xcc\xfb\x8d\x97\xbe\x1c\x54\x79\x55\x03\x72\x5e\xb2\x63\x25\xf9\x96\x03\x90\xfd\x5c\xfa\x02\xa8\xad\x6d\x59\x5d\x07\x1c\xd7\xb9\xa9\xd2\x28\x02\xc7\x86\x00\x68\xd5\x62\xea\xd3\xc4\x21\x99\xf3\x92\x6e\xaf\x04\x20\xab\x8a\xb3\x50\x2b\x10\xd5\x57\xbe\x5a\x01\x55\xcb\x97\x53\x2b\x90\xa5\x34\x9d\xca\x42\xb6\x09\xf7\x50\xa1\x4e\x60\xcb\x4a\x5f\x84\xdf\xbd\x8e\xa4\x24\x2c\xea\x48\xb2\x48\xb4\x74\x80\x80\xd7\xd0\x5d\x28\xf7\xdb\x7a\xca\x4b\xa2\xf2\xca\x28\xa0\x56\x20\x52\x5f\x5e\x0c\xfd\x46\xc5\x8b\xca\x46\x65\x6e\xea\xbf\x88\xf7\x9c\xeb\x1a\xa2\x8d\x67\x19\xa4\xfa\x7e\x69\x72\x30\x34\x6b\xc2\x6c\xb6\x05\x47\x90\xbe\x1c\x69\x04\x68\x9a\xa5\x42\x30\x75\xe3\x97\x2e\xd0\xde\x29\xf4\x5a\x36\xd9\x30\xb8\x18\x0b\xf9\xff\x72\x31\x16\x14\xd5\x32\xd3\x7b\x45\x93\x7c\x83\xaf\x2a\xb9\xff\x99\xb7\x58\x9d\xc4\x5b\x75\x24\x99\x30\x2c\x12\x95\xbc\x7f\xd1\x04\x56\xf2\xfe\x51\xd1\x4b\xd5\x82\xa7\xd5\x37\x5d\x45\x02\xb5\x91\xad\xc6\x74\xec\xd8\x32\x32\x14\xe7\x75\x87\x41\xbd\x89\x8e\x84\x0c\x05\xe7\x57\x75\xa8\xe3\x11\x4d\xab\x86\x64\x63\xc6\x9d\x5b\x1d\x35\x2c\x5d\xf7\xdb\x68\x41\xd0\x16\xaa\xea\xb5\xe4\x56\x88\xe8\x2b\xc6\x40\x35\xe4\x5a\x2b\x66\x55\x35\xd4\x5a\x11\xd9\x49\x15\xe5\xb4\x86\xe7\xa4\x7a\xf4\x5d\x70\x80\x55\x4f\xa6\x0f\xae\xde\x4a\xe2\x7e\x63\x86\xac\x90\xcf\xa7\xa4\xab\xf4\x83\x42\x67\xfc\x8b\xc4\x4d\xaa\xf0\xd2\x77\x0a\xcf\x2b\x74\x76\x0a\x7c\x55\xaf\x6a\x5c\x5e\x06\xc2\x6a\xbd\xab\x01\xf6\xf8\xca\x1c\xad\x80\x57\x4f\xde\x79\x85\xc6\x4e\xdc\xdf\xd5\xc0\x6b\x1d\xac\x53\x35\x10\x73\xc0\x49\x51\x0d\xbc\x1a\x71\x8a\x6d\x25\xc2\x36\xbc\x36\xa4\xc6\x87\x5e\x37\xea\x69\xfe\xfc\x87\x8a\x51\xd1\x1d\x10\x8e\x2b\xba\x83\x0d\x43\xa1\x82\x1a\x48\x74\xf2\x3a\xd2\x3e\x2f\xca\x6a\xa9\x1a\x68\x4d\x0a\x60\xd5\x40\x78\xe9\x9c\x67\xcf\xf7\x76\x5d\xd3\x9e\x2f\xe0\xe1\xac\x06\x5a\xeb\x8b\xf5\x51\x0d\xb4\x26\x51\x72\x57\xe8\xea\xe4\xd9\xac\x14\xca\x3b\xec\xd2\x1a\xaf\xef\x51\x1e\xd8\x6a\xc0\xb5\xce\xb3\x65\x9f\x18\xf5\xa3\x54\x23\xd3\xed\xd4\xb9\xf6\x8c\x93\xac\x9c\x1a\x99\x6a\x1e\x1d\x09\xba\xe9\xba\x8a\x3d\x63\x04\x10\xd6\x88\x44\x48\xd0\x55\xc8\x75\xc0\xd6\xab\x91\x5c\x07\x7c\x8b\xd5\x80\x6b\x13\x1d\x59\x35\xe0\xda\x64\x43\x56\x42\xb5\x55\xf7\x4b\x4c\xab\x64\x2d\xd4\x84\x44\x08\x16\x6c\x4d\x84\xd0\xc8\xe2\xa8\x09\x6b\x92\x34\xb3\x9a\x48\xca\x23\x0c\x56\x93\xe4\x41\xb8\xbb\x01\xd7\xe6\xf5\x9d\x12\xfa\xca\x5e\xf7\xb3\xe5\x33\x39\xb5\xcc\xa6\xa0\x47\x43\x34\xe1\x4c\x24\x21\xb1\x26\xf8\x6c\x28\xf0\xab\x86\x40\x9b\xd7\x34\x93\x91\x20\xd2\xb3\x93\x3f\x9f\x58\x68\xab\x21\xd0\xe6\x87\xfe\xb3\x65\xa1\x62\x19\x56\x48\xdf\x3d\x76\x5e\xcd\x3c\x03\x41\xeb\x9a\xd1\x88\xd6\x5b\x32\x04\x9a\x44\xcf\x5c\x51\x44\x0b\xd4\x96\x56\x14\xd1\x02\x13\x75\x35\x04\xda\x02\x56\x74\xa5\xea\x3d\x11\xb7\xa9\x86\x40\x5b\xa4\x8c\xaa\x42\x2b\x57\x0a\x4f\x6b\x08\xb4\x25\xe2\x4b\x95\x50\xad\xdb\xda\xf2\x14\xe6\xd1\x16\x08\xdf\x93\xa6\xc3\x02\x41\xb2\xd3\x7f\xf6\x8d\x92\x26\x24\x42\xb5\xe2\xc1\xaa\x84\x6a\xd1\x37\x49\x95\x50\x6d\x66\x11\xab\x45\x24\x15\xfa\xcf\x9e\x4f\xa4\xcb\xd5\x10\xa8\xe5\x0a\xd8\x96\x3d\x43\x5e\x3a\x0f\x12\x06\x6c\xe3\x8a\x8e\x77\x61\x61\xa8\x95\xcc\xc0\xae\x2d\x7b\x06\x31\x18\x57\xaa\xd7\x8b\xa6\x5f\x43\x99\xa9\x68\xc6\x31\x94\x69\xde\x3a\xdb\xca\x88\x4d\xf1\x44\x84\x69\xdb\xd6\x55\xec\x19\x3a\xa8\xae\x56\x96\x02\xcd\x62\xf5\xab\xeb\xd0\xdc\x85\xea\xd9\xd0\x33\xa2\xe5\x3d\x34\xb6\x0d\x69\x36\x55\x22\x54\x43\x99\x4d\xa9\xd9\xd5\x50\x66\x7b\x35\x76\x51\x3c\xd3\x92\x5d\x0d\x65\xb6\xa9\x69\xdd\x62\xb0\xc9\x16\x8e\x7f\x9e\x9a\x25\x86\x06\xad\x51\x6d\xf0\x7b\x6b\x28\x35\x4a\x9c\xf0\x62\x56\xb8\xdb\xab\xba\x61\x93\x7f\x8f\xd7\x66\xc0\x34\x89\x0b\xa5\x4a\x08\x8d\x0c\xf3\x2a\x21\xb4\xa5\x66\x0e\xb6\x74\x15\xa4\x9f\xcf\xfd\xec\xd1\xd7\x79\x20\x12\x06\x35\x24\x50\x3b\x53\xf1\x4d\x35\x60\xda\xd0\xf1\x49\x15\xb5\x33\xa7\xe5\x85\x70\x6c\x03\x20\x56\xa4\xbc\x45\xad\x5c\x0d\x98\xf6\xa0\xa1\xdb\x15\x7e\xa6\x9d\xe4\xa3\x07\x42\x84\xd5\x40\x69\x0f\x59\x5b\x16\x9b\x08\x85\x8e\x67\x80\xb4\x07\x5c\x0a\xb5\x23\xfb\xac\x6e\x61\x80\xb4\x07\xc2\x87\x15\x8a\xb7\xb0\x74\x3f\xa4\x67\x96\xae\x62\x31\x87\xa0\xc9\xd6\x00\x67\x8f\xb2\x10\x90\xe9\x8e\xb8\xa7\xaa\x01\xcd\x1e\xf5\x44\x70\xb0\x77\x75\xd8\xc1\x33\xa8\x83\x0c\x08\x16\xd4\x61\x0d\x5c\xf6\x24\x1b\x64\x90\xea\xa5\xc9\x68\xc0\xd6\x89\xd7\xb5\x42\xdd\xd6\x65\x59\x50\x78\x9e\xf4\xa5\x87\x68\xea\x98\x1c\x50\x2f\xcb\xe7\x2a\x93\x1c\x7e\xbe\x98\x00\xe5\xd0\xdd\xed\xf9\x32\xf6\x5e\x35\x30\xd9\x8b\xbe\xd1\x23\x5f\x33\xcf\x60\x20\x32\x89\x1c\xba\x4a\xb9\x8c\x4c\xff\x8a\x34\xf7\x88\x3a\x52\x62\xa0\xdc\xcf\x10\x62\xaf\xaf\xb6\xac\x0f\x0e\xf5\x2c\xa4\xb9\x1b\xfe\xe0\xfa\x40\x4d\xe7\xb5\x35\x28\xd6\xe1\x9d\x51\x39\xde\x92\xce\x03\x29\x9d\x23\x49\xca\x55\xbf\x7e\x48\xca\x05\xbb\x54\x24\xb9\xbb\xcc\x03\x10\xe1\x83\x95\x5f\x0d\x11\xf6\x4e\xa0\xb8\x1a\x22\x4c\x22\x09\xae\xd0\xb9\x0d\x6a\x52\xeb\x8b\x32\x1b\x3e\xed\x6a\x68\xb0\x3f\x9a\x88\x5f\xc4\x31\xa7\xce\xb3\xef\xf7\xa8\xd5\x86\x04\xfb\xa3\xb7\xfb\xa2\x3f\x5d\x74\x24\x62\xa7\x5a\x8e\xd1\xd9\xae\xb2\x13\xdf\x4b\xbd\x27\xfa\xb7\x6a\x68\xb0\xcf\xa4\x7b\x92\x05\x42\xce\x50\x7d\x55\x2f\xc0\x95\x26\x82\xae\x78\x7a\x2b\xca\x65\xf2\xcd\x57\xa8\xdb\x12\xce\xc1\x6a\x28\xb0\x29\xb2\x52\x27\xb9\x78\x1a\x2f\x13\xe1\xc8\x73\x15\x84\x23\x5f\x1d\x49\x1f\x95\xed\x3d\x49\x3c\xd6\xcc\x61\xe8\xaf\x2f\x3d\xff\x24\xdb\x45\x4b\x88\x21\xbf\x2e\x96\x9d\xfa\xa5\xce\x8a\x5b\xb6\xce\x2b\xef\x23\x3e\xdd\x3a\x3f\x79\x1f\x99\x18\x86\xfc\x7a\xd2\x4c\xb8\x3e\x79\x1f\x3c\xfe\x15\xa2\x74\xa5\x78\x56\xa5\xd7\x5a\x42\x09\x5f\x59\xc8\xcf\xb0\xa4\xf6\x5c\xf2\xe8\xa5\x05\xfa\xe8\x6e\xe7\xa9\x2c\xa9\xba\x60\x56\xd5\x42\xbc\x20\x7e\xa9\x7f\x0b\x9d\xd6\x13\x1e\x0d\x73\xe9\x33\xae\xfe\xed\xe1\xd5\x1e\x1a\xb7\x30\xb7\xa6\xa3\xf5\x91\xee\x6a\x0d\x5d\xef\x3d\x46\x60\x01\x79\xee\x04\xdc\xad\x87\xce\x2d\x1c\x5e\xf4\xba\x6e\x04\xf9\x5c\xe3\x0b\x97\x22\x51\x9d\xea\x17\x2e\x95\x57\xae\x7e\xe1\x52\xa5\x6b\xd6\x2f\x5c\xfa\x0a\xb0\xed\xcf\x72\x7d\x74\x56\xfe\x02\xa4\x3a\xe6\x0b\x99\x6a\xd1\xd8\x9f\xa4\x84\xba\xf8\xfe\xa8\xbe\x34\x51\xec\x1b\x66\x54\xad\x61\xfd\x15\x36\x95\xbd\xf2\x2b\x6c\x2a\x6b\x71\x7f\x19\x05\xea\x02\xfb\x86\x19\x37\xae\x9f\xba\xbf\xac\x02\x4d\x89\xfb\x8b\xb0\x53\x09\xd9\xdc\xaf\x50\xe3\xcb\x9e\x1b\x6a\x7c\xb3\xf6\x7c\xa5\x36\xb8\x55\x9a\xfb\x2a\x0e\xe9\x3c\xcd\x7d\x95\x77\x58\x5c\xcd\x7d\x59\x05\x5d\xc7\x90\x65\x03\x9c\x6b\xee\xcb\x40\x79\x74\xd5\x76\x83\x9c\x41\x7b\xfa\x97\x87\xf0\xb0\x47\x92\x32\x89\xad\x4f\x7f\x60\xe9\x79\x6e\x38\x59\xf5\x8a\xcd\xfd\x22\x6b\x56\x3b\xd6\xe9\xe8\x0a\x79\x36\x77\xc3\xc9\x72\xb5\x34\xff\x71\xf2\x33\xe8\x9a\xff\x24\x75\xc8\x44\x6a\x00\x59\x87\x97\xbd\xf9\xab\x20\xf5\xf2\xb6\x9b\xbf\x44\x23\xf2\x7c\xb7\x2f\xfc\xba\xce\x31\x97\x6c\x44\x2c\xfb\xed\x28\xab\xd5\xf9\x06\x9d\xd5\xee\x1e\xa6\xf0\x76\xf8\xda\xeb\x7c\x49\x6f\x6c\xfe\x23\x29\xa7\x17\x35\x7f\x49\x9c\xc5\xef\xdf\x54\x9d\xfe\x33\x9b\x78\xed\x31\xc4\xe7\xbb\xce\xf8\xd4\xb5\x4e\x5b\x48\x2a\x04\xcb\x34\x43\xb5\xb1\xe8\xfa\xe1\x12\x95\x2b\x4c\xdc\x54\x95\x6e\x24\xd7\xbc\xa1\xa3\xb0\xd6\xa6\xea\x70\x5b\xb8\xce\xd5\xad\xa7\x3b\xe1\xd9\x71\x88\xb0\x5b\xb8\x59\x39\xca\x74\x69\xe1\xcb\xca\x29\xba\x72\xbb\x7b\x40\x9a\xed\xa8\xac\x8d\xfb\xbc\x87\xb8\x7d\x1c\xb1\xa2\x76\x94\xd6\xc6\x94\x03\xa7\x85\x9b\x69\xb7\xa3\xee\x75\x59\x7d\xdf\xa4\xe7\xfa\x32\x55\xd4\xb7\xc3\x47\x6a\xc0\x94\xdd\x4e\xa5\x7a\x39\x35\x14\xed\xab\x54\x17\xcd\x5c\x8b\x5f\xfa\x01\x28\xaf\xc5\x78\xf7\x9c\xeb\x5c\xbf\xfc\x24\x1d\xbb\xc5\x2b\xd5\xa3\x82\xbf\x16\x6f\x99\xa6\x42\xdc\x4d\x95\xeb\x3f\x7b\x30\x3b\x9b\x2a\xd7\xd3\x3b\x5f\xcc\x9a\x16\xaf\x56\xcb\x8b\xd3\xa4\xc5\x4b\x2b\xb8\x09\xa5\xb7\x5f\x8a\x6c\x24\x59\xb7\x43\x31\x37\xef\x9b\x8f\x1f\xbb\xe8\xd6\x95\x3f\x5a\x4d\xd2\x00\xda\x21\x7d\x9f\xa7\x7e\xbc\x91\xf8\xdc\x98\x3b\xdb\x51\x64\x5b\xa7\xae\xbf\xa5\x4b\xb1\xa7\x64\x8b\x76\xaa\xda\xf7\x5c\x18\x4a\x4d\xb4\x73\xd9\xcd\xa9\x51\x9a\x2e\xc3\xec\x22\x11\xa7\xa5\x8f\xaf\x8c\x48\x48\xfb\xe8\xe7\x14\xc9\x6a\xa7\xba\xdd\xcd\xad\x99\x29\x7d\x04\xf8\x4e\xc7\xfc\x62\x37\xd0\x31\x66\x8a\xfd\xe0\x87\x7f\x5e\xfe\x9a\x0a\xdf\xf3\xcf\xca\xaa\x8b\xcd\xb3\x67\x6b\x62\x4b\x97\x06\x49\x8e\x99\x96\x7e\xf9\x39\x99\x50\x7e\x09\xba\x69\xb8\xe6\xcf\xbf\x8d\x43\xa5\x91\x6f\xdd\x8b\xfe\xbf\x5c\x19\x9b\xd0\x60\xcb\x7a\x65\xe9\x94\x79\x35\x0a\xe1\xab\x3a\xbb\x0a\xe1\x73\x3a\x21\x9e\x26\x15\xb7\x9c\xe7\xab\x97\x9c\x2f\xdd\xd9\x9b\x74\xd5\xeb\x5f\x93\xf8\x4d\x3b\xc5\xf0\xf9\xd0\xe9\xb5\x7c\x33\x41\x66\xd6\x31\xef\xdd\x83\x5d\xda\xc4\x21\x6f\x7b\x74\xe5\x75\xf6\x9c\x49\x56\x3c\xf2\xc6\xab\xc2\x07\x2d\x77\xa8\x4d\xfc\xda\xad\xf8\xb3\x47\xf5\x06\x4d\x45\xf2\x3f\xc3\x91\x4c\x87\xa6\x22\xf9\x5c\xe7\x0b\x80\x6e\x05\x27\x07\x09\x88\xcd\x9c\x00\x15\xa9\xfa\xd4\x0e\xed\x5d\x9b\x0a\xf8\x36\xf1\xca\xff\xec\x79\xb4\xe7\x92\x24\xbc\xe7\x98\x7e\xf7\x10\xca\x6f\xe5\xea\xba\xbe\xe0\xa5\x56\x9e\x6f\x0f\xd3\xc2\xa1\xc0\xeb\x77\x5a\x38\x14\x78\x7d\x4e\x2d\x8d\x87\x6b\xbe\x4f\xb1\xb8\xb6\xa2\x2c\x0b\x9e\x4e\xc5\xf3\x3f\xff\x63\xf3\x36\x73\x24\x44\x11\x4f\x37\x15\xce\xe7\x3e\x95\xa6\xdc\xea\xe5\x4c\x3a\xdf\xb0\x7e\x09\x93\xfa\x62\xf5\xc6\xbd\x54\x5f\xdd\x0e\xef\xfc\x38\x4c\x34\x4d\x8a\x70\xf9\x26\x4c\xb6\x43\x8f\x37\xe6\xd4\xa4\x7f\x9c\x0c\xe3\x2e\x7b\xa7\x5a\x7e\x1c\x79\x93\x56\x7f\xb1\xba\xd2\xff\xeb\x25\x53\x11\x1f\x66\x3b\x79\xe1\xcf\x7c\x87\xce\xfa\x98\x4d\xf5\xe5\xeb\x8d\x11\x89\x6f\xb3\x89\x36\x2f\xbf\x87\x0e\xb9\x35\x7f\xf6\x28\x85\xba\x9d\xea\xf9\x9f\x3d\xbc\xdf\x16\xbf\x3d\xba\x4e\xba\x7b\x48\xca\x6e\x24\x85\x27\xdc\x8e\xed\xd0\xe8\xcd\xf9\x66\x5d\xd5\x62\x0c\xe7\x1b\x1d\xd5\xb8\x79\x27\xe9\xf6\x25\xd8\x82\xe5\x9b\x79\x20\x72\xd1\x94\xa3\xc4\xf0\xbc\x0e\xe5\x64\x3b\x55\xf3\x6b\xca\x11\xda\xda\x2f\xd9\x19\xde\xb6\xaa\xe6\xf3\x9a\xdb\xa9\xe5\x7a\x27\xfb\x8e\x33\x55\xce\x17\x37\x5f\x9c\xdb\xed\x54\xce\xbb\x43\x02\xd8\x4e\xe5\xbc\x9b\x2f\x7e\xf5\x76\x2a\xe7\xdd\x7c\x9b\x8e\x49\x77\x0f\x46\x67\x93\xb2\xdc\xcf\x1e\xf0\x5f\xeb\x97\x74\x67\xe2\x68\x6d\xfd\x66\x98\x9d\x05\xbe\x7f\xe5\xaa\x43\x7b\x3e\xc2\x19\x2d\x2a\x0a\xa7\x97\x9f\xa9\x5d\x4f\x71\xb3\xef\xce\xbc\xda\xdf\xbb\xa7\xe9\x2c\x91\xae\xf8\xf9\x16\x3d\xc5\x25\x42\x57\x32\x6e\x83\xb4\x3e\xea\xab\x8e\xab\x53\xa1\x2a\xef\x36\x2e\xfd\x9c\x38\x88\xda\xd1\x67\x0f\x73\x6b\x4e\x1c\x9f\xbc\x18\x2e\xb0\xa6\xf0\xb9\x31\xcf\xf1\x8e\xa5\x30\x57\xe2\x91\xef\x6d\x47\x61\x2e\xcd\x97\x98\x6b\x93\xc2\x5c\x49\x53\xda\x34\x6d\x8c\xbb\x27\xea\x18\x65\x9e\x31\x26\x45\x58\x6f\x51\x3d\xde\xef\xf8\x28\x06\xf1\x49\x35\xb4\xdb\xa5\x3d\xd2\xc6\x65\x96\x78\x89\xd5\xb5\x13\x4e\xcf\x73\xe2\x84\x6d\x27\x9c\x9e\x79\xe6\x7f\x5e\xf2\x54\x8c\x5f\xf2\xdc\x44\x4e\xda\xa1\xdd\x2b\xa7\x12\xb5\x29\xac\x5e\xca\x14\x9c\x6f\x0a\xab\x97\xcf\x3e\x56\x58\xfd\x67\x8f\xac\x6e\xe5\xa9\x97\x72\x34\x03\x9a\x42\xeb\xa5\x5c\x1b\xee\x50\xf0\xd5\x39\xb3\xae\x33\xee\x1e\xc2\xca\xed\xa1\x34\x48\x43\xf5\xb9\x25\x27\x02\xe9\x4d\x39\xea\xa5\xce\xad\xee\x8f\x43\xe5\xbc\x32\x1c\x2a\x92\xf9\x6b\xe2\xc9\x2f\x6d\x2e\x59\x9f\x50\xf1\x79\x9c\x4d\x4d\x54\x7c\x3f\xff\xe3\x83\x6d\xca\x4f\x2f\x7d\x4e\xb0\x6c\x33\xe7\x4a\x12\x07\x4b\x7b\x3f\x34\x79\xf6\x88\xb6\x8c\x67\x34\x07\x4b\xdb\x00\xf3\xf6\xde\xe4\xdb\x57\x9f\x8b\x70\xfb\xd6\x54\xf3\x5e\xd2\xec\xdb\x3e\x88\x27\x96\xce\xbf\x19\x43\x5b\x66\xc1\x0b\x37\x8f\xa6\xc3\xf7\x22\x24\x91\xf1\xb5\xf7\xe3\xe7\x21\xca\xd4\xe6\x1d\x26\x67\x49\x39\xe1\xf7\x3e\x97\x06\xb1\xf2\xd1\xf3\x9c\xe2\x30\x6d\x87\xaa\x2f\xcf\x15\xb5\xe7\x26\x6c\x9e\xe1\x46\x81\xbf\x6a\x74\x9a\xc2\xf0\xb9\x4e\x11\x2b\xb4\xf9\x65\xe1\xe0\x54\x6a\x27\x1f\x7d\xcf\xa5\x45\xf5\xd0\xf6\xc5\x43\xf2\xd8\xe6\xf8\x9e\x49\xf7\x91\xb5\x5b\x0e\xc5\x44\x3b\xd4\x7d\xf5\x2e\xe0\xf3\xd2\x9b\x6d\xd9\xa5\xe6\x9c\x89\xf3\xd5\x35\xf6\x6d\x1d\xb1\x8c\xb6\xa8\xbf\xc1\xd7\xdd\xd6\xf5\x36\x6c\xbd\xfb\x75\xbd\x0d\x67\x1c\x1c\xe7\xcc\x3c\x8e\x97\xb6\xae\xd9\xa6\x64\xd3\x66\xce\x99\x9f\xb7\xc6\x56\x81\x31\x80\x36\xac\x0f\x49\xe3\x00\x6a\xeb\xf2\x17\x9d\xa9\x92\x3a\xe8\x47\x93\xf4\xba\xcb\xef\xab\xfe\xb1\x2e\xa1\xb8\x82\xe0\x4d\xde\x97\x9f\x45\x43\x93\xeb\xba\xe4\xd2\x12\x0d\x6d\x47\xdd\x6e\x1f\xb1\xaa\xf6\xa9\xdb\x2d\x8d\x9c\x7d\x97\x5f\x25\x25\xb4\xfd\x25\x33\xc3\x7c\xd5\xf6\xb5\xfe\x55\xdc\xd6\xf6\x1d\x2f\x4a\x0b\x68\x9f\x07\x46\x25\x7d\x6d\xdf\xba\xf5\x57\xe3\x4e\x1e\x98\x1f\x03\xf8\xd5\x9e\x8f\xdb\x0c\xd7\x76\xdb\x5f\xf2\xfe\x50\x0b\xfb\x77\x8c\xae\xfc\xcb\x03\xc3\x17\xf9\x3c\x30\xe2\x0e\x6b\x5f\xe2\xfa\xa4\xf2\xaa\x6d\x6a\xb4\xb4\x5c\x6d\x6a\xb4\x84\x27\xcc\xf3\x92\x1f\x30\x49\x27\xfc\x5f\x78\x8e\xae\xfa\xe9\xaa\xff\x02\xff\x65\xb6\x22\xa9\xd7\x83\xad\x9b\xa2\xa3\x02\xc1\xee\x30\xe7\x87\xfe\x2f\x67\x2c\xa9\x98\xb7\x1f\x2f\x4b\x98\x13\x27\x79\x77\xdf\xdc\x51\x74\xcc\xa7\xd5\xbe\x75\xd5\x3b\x7f\xaa\x1e\xa5\x1f\xd2\xfd\x78\xea\x48\xba\x3c\x2d\x3f\x0b\x44\xd7\x59\x97\x65\x5b\x42\x53\xdd\x5d\xb3\x55\x9a\xec\xdd\x7d\xc8\x10\x17\x70\xf7\x1f\xf9\x3a\x0b\x5a\xff\x48\xf8\x55\x2b\xdf\xfd\xd5\xeb\x7e\xc9\x5b\xec\xfe\x7a\xa0\xd4\x3f\xba\x97\x39\xaf\x6b\x7c\x24\xf4\xe5\x6f\x0e\xcb\x7e\x72\xe0\xdf\xf9\x62\x45\x76\x7f\x45\x02\x35\xdd\x75\x39\x61\x7e\xac\x48\x9c\x4f\xdd\x5f\x66\x50\x89\xfd\x77\xff\x4d\xbb\x4b\x7b\x1e\x32\xd5\x1f\xb6\x2e\xd9\xb5\x32\xca\xbb\x27\xf3\x85\x41\xda\x7f\xf3\xf4\xf3\xba\x3e\x99\x7b\x89\xfe\xf4\xe0\xbe\x8f\x45\x87\x09\x17\x15\x0a\x16\x77\x94\xf2\x44\x6a\xd8\x51\xca\x4b\x7a\x71\xa4\x18\xf8\xf3\xdf\x97\xf5\x84\x2b\xac\x87\x5f\x59\x3f\x3a\x86\x77\x51\xd7\x7c\x89\x7b\xf4\xe3\x7c\x29\xc7\xcd\xda\x0f\x5f\x7f\x9b\x33\xab\x0d\x9f\x73\x81\x25\xa4\xcb\xf9\xf2\xb3\x60\x30\x38\x7b\xb8\x0e\x29\xa5\x95\xf6\x30\xbf\xe9\xc3\xb3\xc7\xa6\xdb\x12\x75\x8d\x6f\x19\x02\x49\x74\xf2\xe7\x83\x3a\x93\x39\x5d\xe2\x0b\xea\xe9\x1f\x6f\xbf\xf0\x4b\x8f\xf1\x9b\xae\xb5\x27\x7d\x4b\x14\x6d\x90\xc3\xc5\xb0\x2c\x6d\x88\x1f\x23\x30\x5e\xfc\x1e\xaf\x59\x22\x0c\xda\x8f\xfc\xfd\x33\x27\x11\x82\x7e\x54\xf5\xde\x43\xd4\xdc\xe3\x2d\x9f\x9b\x67\xcf\x7d\x27\xaa\xdd\xe9\x9f\xc3\xe5\x7c\x91\x78\xe3\x03\x2f\x4e\x8e\x1e\xaf\x8a\xa2\x10\x79\x97\xc3\xe5\x67\x78\x62\x14\x75\x73\xb8\x58\xc1\xb2\x6d\x21\x2e\x89\x9b\xa7\xcb\xd9\x62\x14\x10\xb4\xd5\x9c\x2d\x5d\x25\x55\x3d\x89\x8c\x85\x6b\x1f\x27\x4b\x9b\x8b\x18\x63\xa7\xe2\xdc\xab\x8f\xab\xe2\x3c\x69\x0b\x81\x60\x3d\x9f\x2a\xce\xb3\xee\x82\x56\x32\x8e\xf8\x4e\x1a\xc3\x04\x6f\x75\xf3\x9a\x14\x5f\xd4\x82\x49\x9c\x54\xcf\xb2\x88\xac\xe9\x9a\xfb\x5b\xb6\x79\x43\xe6\x29\x29\x4e\x53\x4c\x26\x0d\x80\x88\x5d\xcf\xc4\x58\xbd\xb6\xae\x50\xee\x4b\x2a\x4b\xcf\x97\x31\x57\x62\xbc\x3d\xdf\x65\x45\x4c\x01\x5d\x49\xf7\xd0\x78\x74\x92\xee\xa5\xd4\xd1\xf3\xe5\x64\x50\xbd\x4f\x57\x85\x3a\xc6\x4a\x47\xe7\x5e\x46\x5d\xcf\x5f\xa9\xef\xab\xd6\x5a\x06\x59\xd5\x34\x9b\x3f\x67\x35\x8e\xf5\x9e\x3f\xc2\x6c\xaf\x3b\xfe\x1a\x03\xb4\xe8\x78\x44\xda\xc1\x65\xdd\x3c\x22\xce\x53\x59\xd3\xcd\x1b\xe2\x1c\xc6\x41\x37\x4f\x88\xf3\x60\xe1\x6e\x5e\x10\xa7\x04\x9d\x6e\x5e\x10\xa7\x24\x94\x6e\x5e\x10\xe7\x48\xc9\xed\xe6\x01\x71\x9e\xe5\xad\x9b\xf7\xc3\x39\x9c\xc1\xdd\x3c\x1f\xce\xab\x37\x99\xd7\xc3\xb9\xa9\xb6\x3c\xf6\x9f\xc6\xb3\x79\x3b\x9c\x9b\xba\x83\x71\x2b\x45\x52\x52\xba\x79\x39\xbc\x98\x20\xba\x79\x38\xb6\x8a\x80\xbb\x79\x38\xbc\xfc\x5e\xdd\xbc\x1b\xce\x81\x6e\xba\x79\x37\x9c\x27\x3d\xa6\x9b\x67\xc3\x49\x65\xaf\x9b\x57\xc3\x79\xe2\xfd\xdd\x3c\x1a\xce\x2d\x5d\xc5\x9e\x2f\x64\x1d\xa9\xe7\xa3\xd5\x95\xe7\xc3\xf5\xdd\x2b\xcf\xf7\x33\x8f\xff\xf3\x52\x52\x79\x74\x7c\xc0\xbd\xf2\xe8\xfa\x4c\x95\x47\xc7\x7e\xe8\xe6\xcc\x70\x52\xbd\xeb\xe6\xc8\x70\x2a\x20\xec\xe6\xc4\x70\x9e\x14\xc0\x6e\x0e\x0c\xe7\xf0\xb6\xf6\xc6\xa7\xd5\x0b\x6c\x7c\xda\xad\x2d\x3e\xad\x86\x69\xe3\xd3\xe2\x84\xe9\x8d\x4f\x0b\x38\xed\x8d\x4f\x4b\x3d\x67\x6f\x3c\x3a\x6e\x87\x6e\x8e\x0a\xe7\xb1\x67\x7b\xe3\xd1\xb5\x7c\x98\x83\xc2\x79\x4d\x71\xe6\xa0\x70\x4e\x4b\x93\x39\x27\x76\xd4\x14\x69\x8e\x09\xaf\x3a\xf4\x6e\x4e\x89\x1d\x35\x5d\x99\x43\xc2\x8b\x5e\xba\x77\x9e\x0f\xfb\xb8\x9b\x23\xc2\x85\xa2\xff\xec\xf9\x82\xba\xb5\x39\x20\x5c\xd0\x34\x65\xce\x07\x17\x70\x17\x75\x73\x3c\x38\x65\x22\xf5\xce\xa7\x25\x06\xd4\x3b\xcf\xa7\x89\xa7\xf3\x69\x41\x7e\xbd\xab\xeb\xea\x2a\x83\xfb\xa9\x2d\x0f\x6d\xd1\xd6\x82\x18\x85\xaf\x62\x4e\x83\xa0\xe0\x70\x1f\x10\x95\x10\x85\xea\x50\xf2\x89\xf8\xa2\x0f\x6a\x45\x64\x5b\x1d\x7e\xfe\x3a\xdf\xaa\xa3\x6d\xba\xdd\x9a\x6e\xa9\x4c\x17\x71\x42\x1f\x64\xf2\x90\x51\xd5\xc7\x2f\x29\x15\x5d\x0d\x2d\x11\x4d\x84\x54\xa7\xbf\x5a\x70\xcd\x71\x90\x1e\x2d\x8d\xe3\x32\xb4\xca\x0d\xd6\x45\xcd\xa7\x05\xfb\x38\x0d\xea\x9c\x9a\x8c\x50\xba\x13\xbb\x55\x1f\x77\xda\x11\xb5\x62\x37\xa7\x41\x93\xc4\x68\x37\x87\x41\xf7\x60\xab\xfe\xa0\x37\x42\x96\x51\x7f\x50\x0d\x93\x79\x62\x9e\x80\x2a\x06\xaf\xfe\xdc\xf2\x3c\xe1\xbb\x7e\xbc\x00\x6d\x4e\xa7\x6b\x23\x97\x84\x23\xae\x3f\xd7\xfc\x50\x31\x64\x3f\x29\x14\xda\xb2\x6c\xc0\x46\xb2\x45\x07\xf9\x27\xa7\x36\x5b\xd2\xb5\xd7\xc2\xf2\x5c\xe7\xd0\xd6\xf2\xfb\x48\xb3\x59\x2d\xdd\x54\x38\xf1\x9d\x7e\xa1\x7e\xb5\xfd\x25\xf3\x51\xc6\x9a\xa1\xfe\x56\x74\x25\x43\xfc\x75\x04\x1d\xf9\xcb\xfb\xc1\x33\x7d\x7a\xf4\x42\xe5\x9d\x94\x8a\x0a\x52\xee\x10\xf0\x3b\xcd\x01\x68\xd1\x47\x2d\x6a\xaa\x42\xff\x01\xac\x5a\xb4\x5e\xe9\x31\xe8\x7f\x48\xf8\x41\x57\xfd\x43\xfb\xaa\x59\xef\xa4\x55\x9c\x2f\x07\x6d\x5f\x9d\xba\x13\x6c\x12\x20\xbc\x6e\x28\x3f\x49\x47\xa7\xa3\x43\x2f\xea\x90\x6e\xe8\x3e\x49\x32\xa9\x1b\xb2\x4f\x4a\xd5\xef\x53\x7d\x9a\x31\x66\x88\x3e\x27\x5c\xbd\x1d\xca\x3e\x89\x35\x77\x69\xcf\x93\xff\xd6\x27\xa5\xa6\x9a\x15\xe7\x8d\x73\x1e\x44\x81\xfe\xfc\x3a\x47\x3f\x6c\xf1\x9c\x24\xd4\x1f\xe3\x72\x7e\x32\x68\x5a\xce\x50\xc1\xcb\xe7\xbe\xfb\x33\x50\xfb\xdf\xa6\x75\x03\xf5\x45\x99\x37\x1d\x4e\xfe\x41\x3e\x54\x5f\x9f\x95\xa9\x8e\x82\x48\xde\x8b\xeb\xa7\x2f\x88\xbe\xb4\x16\x2b\xcb\x22\xfb\x39\x49\x62\xec\x06\xe6\x6b\x94\x3d\x02\x99\x99\x94\xd9\xfa\x6a\xdf\xea\xaf\x6b\x03\xe4\xbd\xce\x25\x37\xfd\x51\xbb\x2c\x63\x4d\xaa\x61\x7d\x7d\xce\x0c\xbc\xe5\x7d\xdd\x78\xcb\x81\x87\xe4\xda\x8f\xae\x33\x2c\x47\x5d\x85\x79\x9d\x3c\xfb\x57\x76\x0a\xc4\x66\x4b\x68\x68\x93\xc4\xac\x29\xd4\xc0\x7a\xcb\x24\xdc\xf6\xad\x4f\x4f\x9b\x36\x89\x89\x38\x1e\xfa\xa6\x72\x53\x70\x15\x2e\x7e\x85\xf7\x3a\x54\x7e\x9b\x62\xbf\xbe\x71\x68\x91\x18\xdc\xe1\xe1\x97\xf4\x67\x37\x30\xde\xbb\x56\xf1\x4d\xe6\x1a\x9c\xa2\x7d\xab\x6b\xab\x9d\xf2\xf5\xc6\x39\xcf\x5d\xbe\xca\x71\x22\x55\xc3\x91\xab\x4e\xf0\x79\x38\x86\x34\x0e\x85\x21\xf9\x79\x6c\x9e\x61\x60\xbc\x37\xfc\xc8\xc3\xa1\xf6\xc7\x62\x3b\x0c\x88\x27\x25\xbb\x0e\x47\xe6\x0c\xf6\xe3\x70\x24\x91\x4e\xfd\xf7\xc9\xc9\x54\x9d\x4b\xa2\xec\xa3\xf6\x8c\x8b\x34\x9d\xce\x87\x2f\xa7\xa9\x85\xef\x45\x1a\xc4\x17\x87\xa3\xda\xf8\x5c\xed\xd3\x58\xa7\x97\x0c\x77\x9d\x32\x72\x27\x0e\x8f\x46\x0a\xe1\xcf\x01\x3b\xd9\xc6\x69\x37\xc8\xc1\x17\xd5\xde\xf0\x24\x30\x33\x01\x0c\x43\xca\xe9\x65\x01\x18\xb0\x93\x15\x10\xd0\x30\x84\x6c\x5c\x2a\xb6\xd5\x49\x79\xe5\x5d\xf9\xfb\x4c\x8b\x30\xf2\x30\x64\x9c\x94\x80\x31\x48\xb4\xcf\x8f\xae\x34\x8f\x5b\xe9\x25\x2f\x6b\x50\x29\xfe\x2e\xdd\xf7\xc6\x33\x5e\xfc\xe8\x83\xd4\x84\xa7\x6b\x8b\x04\x53\xd2\x3d\x86\xa1\x61\xcb\xcb\xb6\x2d\x9b\xa6\x5e\x26\xe1\x61\x68\x38\x09\xd7\x8e\xf0\x85\x93\xf5\x2d\x4e\x2a\xc2\x9c\xcb\xeb\x8c\x7a\x9e\x44\xd4\x7c\x23\x5c\xe4\xa7\x48\xd1\x08\x1f\xf2\x9b\x3a\xc6\x96\x62\x29\x43\x8c\x83\x84\xdb\x51\x30\x1c\x24\xe2\xd7\xa4\xbb\x1a\xfa\xc9\x98\x5c\x23\xf0\xec\x4d\xcf\xf6\x3d\x3b\x63\x71\x18\x02\x4e\x5a\x2a\x07\xc9\xf8\x83\x11\x3f\x0c\x01\x27\xd1\x73\x8f\x78\x63\x7e\x72\x72\x8f\xc8\xdc\x84\xfd\x3d\x0e\xf2\x2d\x73\x65\x9d\xff\xa5\xa7\x14\x9d\x51\xaf\x73\x06\xaf\xc5\x88\xd7\xf9\xba\x8b\xee\x83\x70\x2d\x4b\xd7\x88\xc4\xb4\x88\x6a\x0f\x43\xbc\x55\xc9\x0d\x23\xc2\x33\xe6\x75\xe4\xbc\xc8\x86\xd1\x3a\xa8\x2c\x17\x79\xff\x40\xbd\xae\xb2\x8c\x8c\x24\xd4\xb3\x0e\x37\xed\x10\xca\x65\xee\x1c\x27\xa5\xa0\x9e\xb8\xc8\x80\x53\xed\xbc\x1b\x2a\xcc\x8b\x9e\x3d\x7d\xe4\x20\x8f\xfb\xcb\x72\x30\x00\xc0\x03\x48\x33\x00\xc0\x0f\x19\x1c\x03\xca\x35\xf9\x31\x87\x01\xe0\x52\x8b\x1a\xc0\x34\xc6\x74\x3b\xc4\x99\x6f\x36\x81\x1a\x01\xdd\x97\x5e\x63\xa2\x22\x14\x7b\x73\xa4\x9b\xed\xb6\x8a\x1e\xd7\xac\x93\x42\x08\x67\x00\x82\x97\xba\x58\x46\x4e\x04\x80\x34\xa8\x36\x97\x9c\xd1\x30\x10\x9c\x94\x4c\x38\x3e\x00\x2c\x07\xc8\x38\x00\xb8\x9f\xfc\x88\x61\x00\xd8\xb8\xac\x6d\xab\x92\xe9\xae\xff\x78\x5e\x72\x6e\xc6\xe1\xc9\x5f\x53\xe4\x78\x83\xbc\xff\x01\xd2\x18\x06\x80\xb3\xa8\x3e\x06\xe0\x57\x61\xef\x91\xbf\xcc\x12\x0d\x8b\x0c\x71\xc2\x39\xda\x3e\xff\x26\xfc\x3e\xc8\xfd\xf7\x7a\x5e\x38\xf2\x33\x61\xd4\x51\xae\x2a\x98\xc2\x6a\xe3\x70\xe4\xd7\xa3\x34\x3d\x0a\x43\x5f\x13\x10\x92\xf2\x5d\x77\xa2\x0a\x3d\x11\x03\x18\xe5\xf2\x9f\xaa\xf4\x6f\x94\x3b\xe4\x5f\x4a\xd8\x06\xb5\x00\xe3\xd5\xdd\x06\x5c\x5a\x3a\xfa\x2b\xfd\x23\x44\x3e\x0a\xdd\x5e\x93\x0c\xb5\x02\x5e\xc3\xb9\xc0\x47\xa9\x6f\x71\x78\xf2\xcb\x7c\xc1\x71\xa3\x42\x18\x01\xb6\x18\xf5\xab\xfc\x25\xb6\x35\xea\xcd\xc2\x9a\xe0\xab\xa1\x50\xbf\x49\xfc\xd0\x97\xa8\x1d\xf0\xd8\xc4\xc3\x40\xb1\x55\xa1\xda\xd6\x95\x8f\x91\x68\xea\x80\x23\x7f\x6b\x82\xa9\x2c\xd3\x9a\xaa\x15\xda\xff\xb1\xd5\x71\x7f\x0c\x43\xc0\x49\xe8\x6a\x54\x12\x7c\xb5\xf4\x19\x02\xb6\xda\x3b\xdb\xfa\xc2\xf9\x49\xff\xdb\x54\xa7\x7a\x95\x71\x68\xde\xfc\x51\x32\x1b\x5f\x28\x7f\x63\x5c\x0d\x6a\x09\x54\x72\x37\xd0\x8e\x6f\x60\xdc\xd1\x6e\xac\x49\xf4\x84\x03\x4e\xb7\xac\xf1\x65\x88\xd8\x78\x32\x6d\xcb\xfa\xb8\xd8\x92\x07\x45\x03\x8a\x0b\x0d\xd4\xef\xa6\x16\xf7\xc6\xd2\xb6\x74\xcd\x01\xcd\x35\xcf\xdb\xae\xda\x9f\x10\xc5\x30\x54\x1c\xcb\xb9\xa7\x4d\xed\x89\x38\xce\x80\xc7\x2d\x3d\x6a\x3d\x35\x64\xf8\x07\x06\x5a\xf1\x62\x29\x1d\x0a\xcf\xdb\x64\xc6\x9b\x57\x78\xfe\x67\x69\xc2\xff\x3e\xfa\x55\xa8\x7c\x31\x86\x46\x47\x26\x48\x63\xa0\xdf\xe9\xfd\xd5\xfd\xa9\x6e\x1f\x5b\xf7\x30\xc4\x31\x34\x73\x51\x48\xb0\x31\xea\x46\xbf\xca\x8e\x53\x4f\xd2\xaf\x26\xf5\x31\x53\xfa\xcd\x1e\x93\xd6\xcd\xe8\x37\x83\x57\x54\xa3\xa3\x7f\xba\xe4\x9a\x94\x3b\x1a\x28\x4e\xff\x53\xdf\x43\xb2\xcc\xa0\xf0\xe0\xcc\x42\x14\x1e\x24\xf0\xc6\x30\x54\x6d\xfe\x5f\xdb\x8a\x14\x45\xf3\x6e\x0c\x51\xe7\x76\xce\x23\x31\x5f\xa3\x99\xc2\x83\x80\x8b\x78\x0c\x49\x23\xe9\x2a\x10\x86\xcb\xbc\x19\xd2\x5f\xff\x73\x39\x28\xf9\x7f\x5d\x0d\x50\x93\x17\x2b\xf7\x30\x9c\xdd\x9a\x66\x6d\x69\xe1\xe1\x18\x1b\x86\xb1\xeb\x23\xa3\x05\x7c\x5d\x9b\xee\xb6\xc1\x8b\x1c\xf9\xe0\xd6\x96\x41\x00\xb6\x76\x1a\x25\xd4\xb5\xa7\xa5\x2d\xc3\x99\x91\x0a\xc2\xa1\x28\xfb\x0f\x8a\xd7\x12\x7a\xc4\xed\x74\x34\x06\x38\xee\xf0\x61\xb8\x3a\x57\x8d\x65\xc3\xd5\xe6\x63\xb7\x2d\x0a\x9a\xd5\x72\xc3\xd4\xc9\xe3\x10\x1f\xa7\x60\x7d\xce\x85\x78\xdc\x00\x57\xab\x8c\x73\x18\xae\xae\x83\x0a\xa7\xf1\x7c\x09\x29\x44\x9c\x86\xe1\xea\xf6\xe0\xd5\x18\x94\x27\x14\x30\xf9\x10\xd3\x9b\x99\x53\x5c\x8d\x12\x05\x2f\xf3\xf7\xbd\x2e\x7c\xc9\x37\x0c\xc3\xd6\xf5\x39\xe7\xdf\xd5\xeb\x05\xa7\x8e\x57\xcf\xac\xab\xd5\xfb\xbf\xe6\xc7\x5f\xd1\xf4\x57\x57\xfc\x64\xa8\x35\xa3\x83\xaf\xf7\xf9\xdf\xbe\xb1\xaa\xc9\xc6\xfb\xe5\x48\x6a\x0e\xa5\x88\xdd\x69\xfe\xa7\x6c\x41\xe5\x41\xe3\x28\xce\x73\xef\x13\x45\x7f\xe6\xd4\x8c\x86\xea\x7c\x50\xdb\xa6\xb8\x2b\x78\xb6\x89\xa1\x4e\x06\xc1\x30\x8c\x9d\x95\xb2\x36\x0e\xc6\xd6\x55\xb0\x50\x00\x5a\xc3\x30\x76\x51\x99\xfc\x40\x69\xde\xe3\x17\x1a\x30\xb7\x89\xbd\x79\x4c\x28\x72\xb2\xce\x93\xb8\x9b\xee\x80\xcc\xb6\x46\x87\xe1\xeb\x32\x35\xb3\x22\x68\x27\x9a\xdb\x81\xa0\xdd\x20\x14\x31\x10\xb4\x53\x31\xc6\x58\x08\xf9\xa9\x27\xc1\x7d\xef\x89\x7d\x0e\xd8\xdb\x54\x96\x33\x0c\x38\xb7\x2a\x10\x23\xee\xfb\xa1\xab\x90\x1d\x11\xb5\x65\xa5\x19\xd2\xc2\x1d\x8b\x12\x28\xcd\xa3\x0b\xa6\x68\xad\x20\x8b\xf2\x93\x1f\xf3\xff\x7f\x6f\xe2\xfd\xe7\xf8\xf7\xff\x67\xfd\x97\x7f\x73\xce\xe1\x62\x16\xe1\xbb\xbd\x2c\xe7\xf0\x8f\x3b\xec\x03\x67\x0e\x67\xe7\x2a\xfe\x4b\x5b\x78\x37\x5c\x63\xce\xe1\x77\x76\xb6\x76\x6e\xcc\x69\xe7\xe4\xc9\x6d\x28\x59\x58\x5a\xb0\x73\x72\xe1\xda\x6a\xb5\xc9\x8a\x70\x4e\xfe\xd9\xc6\xe9\x56\xe3\xe3\x1c\x8e\x59\x07\x9b\x8a\xf3\xba\x26\x1e\x67\x5b\x78\x36\x06\x86\x73\x0d\x57\x33\xfc\x29\xce\xd3\xa4\x86\x8f\xd9\x96\x99\x8d\x4a\x8c\x73\x72\xbe\xda\xfa\x12\x9d\xcd\xc2\xce\xe1\x75\x75\x5d\x4d\x9a\xec\xe4\x89\x60\x06\x75\x6a\x3c\x7e\x56\xd7\xd5\xce\xcd\x4e\xda\x09\x1b\x8a\xb3\x6a\x57\xe7\xf0\xac\xba\x4e\x3b\x13\xaf\xae\xd3\xce\x4e\x3b\xad\xbf\x38\xd7\x69\x67\xa7\x9d\xe6\x65\x71\x6e\xd0\x4e\x9b\xcb\x37\x84\x04\xce\x0d\xee\x6e\x93\x78\x70\x9e\x26\x8d\x76\x28\xfa\x6d\x27\x77\x1f\xdc\x9d\xcc\x29\x2a\xdf\x9d\xb3\xa9\xc0\x62\x18\x76\x23\xae\x69\x63\xdf\x42\x0b\xb6\x53\x47\xe2\xe8\xb6\x91\xbe\xa1\xfc\x70\xce\x46\xb9\x73\x2f\xed\xcc\x3c\xfb\xe4\x74\x1b\x47\x21\x58\xba\x9d\x73\x93\x4e\xb4\x78\x9f\x16\x93\x73\x6e\x29\x16\x61\x94\xda\x21\x70\xf7\xdd\x8f\xcf\xfe\x5f\xff\x16\xe8\xd0\xce\x9b\x37\xc1\x79\x47\x73\xcd\x35\xe1\xbc\xb9\x01\x9c\x37\xb4\xbf\x97\x55\x65\x39\x6f\xc1\x74\x8b\xdf\xfc\xeb\xdf\x62\xb4\xa0\x93\xf3\x5e\x41\x1d\xeb\xb4\xd1\x26\x6c\xe7\x03\x31\x13\x68\xba\xb3\xcd\xad\xce\x1b\xdc\x72\xde\x70\x56\xc0\xa8\x72\x3e\x71\x77\x43\x39\x21\x2f\xee\x9e\xc6\x09\xf8\xfc\xec\xac\x9c\x9e\x08\x69\x64\xf4\x1a\xe8\x75\x3e\xe3\x7b\x97\x54\x42\x61\xa7\xe2\x53\x85\x1e\x12\x38\xbd\x70\x7a\xe3\x74\xed\x54\x68\x62\xa0\x2b\x41\xb7\xf1\x83\xd3\x6d\x59\x74\xb1\xb3\xf3\xe1\x89\x6c\x15\x73\xd1\xfc\x97\xce\x3f\x78\xf7\xf9\xa8\xf1\xe1\xc8\x77\x9c\xd0\xcb\xcf\xce\x97\x23\x27\xd7\x84\x05\xd1\x9b\x6f\xce\xf9\xcd\x91\xe6\x34\x0a\x28\xec\xba\x60\x0e\x23\x17\xcc\x1b\x14\x12\x9f\x38\x38\x82\x11\xe6\x8a\x09\xa8\xe4\xba\x60\x1f\xc7\xa1\xf6\x1f\x7c\xe5\xf4\x18\x4e\xd4\xe9\xe7\x48\xc7\xce\xe2\x4e\xd4\xc3\xb4\x7c\xd8\x49\x18\x08\xdd\xe7\xfc\x30\xb1\xa0\xbd\xec\x90\x58\xce\xd3\x2a\xce\x1c\xa2\xbf\x0e\xa5\xdf\x44\x4c\xc2\xa1\xed\xeb\x10\xf5\x4d\x64\x02\x3a\xc4\x79\x1d\xaa\xbc\x19\xe9\x18\x87\xbe\xae\x43\x2b\x37\x07\xc7\xe9\x0f\x01\x15\xb3\x18\x72\xb0\xe8\x85\x43\xb4\xd5\xa1\xd6\x9a\x37\x53\x10\x2a\x99\x2e\x28\xff\x65\x6a\x27\x47\x6e\xdc\xc9\xe6\x78\x76\xe8\x56\x3a\x04\x2b\xb3\x37\x5b\xdb\x21\x4f\xe9\xd0\xa5\xcc\x7e\x6b\xe7\x64\x27\x4c\xc0\x7c\x0e\xd4\xf7\x1c\xb2\x7b\x79\x19\x7c\x71\x88\xe1\x39\x54\xf0\x4a\xc8\xdc\x88\xfe\x89\x2c\x5d\xa9\xe6\x84\x77\xc8\xb1\x39\x74\xd8\x2a\x7c\xbb\x0e\x1d\x36\x87\xc8\x5a\xcd\x66\x4e\x3a\xc4\xca\x1c\x2a\x65\x69\x59\x11\xae\x43\xa1\xcc\x21\x4b\x96\x56\xe6\xee\x84\xf1\x90\xef\x4a\xea\xf3\xc8\x50\x39\xb4\xa7\x72\xb0\xc4\x31\x87\x2e\x94\x93\x20\x54\xa4\x33\x20\x53\xe4\xd0\x26\xca\xf8\x97\x1d\xda\x44\x0e\x51\xa2\x4c\x81\xa7\x43\x32\xc8\xa1\x15\x94\x9f\xcc\xce\x97\x1b\xc1\x85\xfb\x34\x76\xd2\x93\x51\xd4\x29\x81\xe9\x17\xbd\x1b\x87\xd0\x4d\xc9\x4b\x3b\x79\x21\x2c\xe5\x65\xf3\x44\x8b\x23\x11\x76\x7d\x99\xd6\xd0\x75\x71\x08\xba\x94\x97\x59\x31\xd9\x08\x70\xc9\xc1\x78\x60\xce\x2f\x97\xcc\x15\xe7\x12\x3e\x38\x32\x0a\x5c\x32\xaf\x91\x4b\x91\x4f\x6c\xbe\x7c\x97\xcc\x15\xe4\x12\x3e\x20\x4d\x80\xc9\xe6\x1e\x97\xa8\x17\x09\x83\x9d\xe6\x63\x70\x29\x63\x92\xb2\x44\x26\x46\x47\x3a\xa3\xc3\x3e\x71\x22\xca\x99\xa8\x00\xc7\xaf\xe7\x12\x43\x26\x35\x85\xe2\xd9\x69\x36\xaa\x4b\x68\x2f\x55\x0b\xa7\x39\xe4\x54\x1c\x3a\x2a\x85\x04\x7d\x87\xbe\x88\x43\x58\xa4\x3a\x03\xa7\x0e\x69\x0f\x87\xa6\x47\xcd\xf1\xd8\x13\x98\x0f\xff\x3b\x83\x22\x9b\x1f\xcf\xe5\xa0\xf8\x8a\xbd\x2d\x48\xea\x1d\x7c\xf4\x39\x9a\x33\xc2\x41\x44\xee\x60\x20\xcf\x28\x01\x39\xb8\xad\x9d\x48\xad\x29\xd0\x72\xd0\x3c\x3b\xb8\x9d\x33\x4e\x7d\x07\x93\xb3\x83\xbe\x39\x6f\xcb\xd3\x77\x10\x35\x3b\xd8\x99\xf3\xb6\xb8\x99\x83\x71\xd7\x41\xb3\x5b\x50\x62\x76\x30\xd0\x3a\x68\x67\x4b\x30\xe4\xee\xa0\x2c\x75\xf0\x94\x16\xea\x75\x1d\x6c\x9f\x0e\x8a\xcf\x82\x20\x80\x83\x4e\xd3\xc1\xa3\x59\xe0\xb0\x75\xf0\x37\x3a\x88\x1b\x2b\x24\x92\x0e\xf6\x42\x07\x6d\x61\xcd\x66\xcc\x3b\x48\x05\x1d\x6c\x82\xb5\xf3\x01\x61\x2b\x73\x50\x94\xa5\x65\xb9\x25\x0e\x86\x1b\x07\xb5\x4d\x7e\xf9\x80\xb0\xb9\x38\x68\x5c\x32\x39\xe0\x0e\x12\x03\x07\x7b\x41\x81\x04\xd4\x51\x44\xef\xa8\x9e\xaf\xc1\x62\x09\x8e\xaa\x74\x47\x39\x7a\xcd\xe6\xed\x71\x94\xa3\x3b\xea\xd0\x2b\xf5\xe4\x8e\xca\x73\x47\x91\x79\x2d\x96\x89\xe9\x28\xc9\x76\xd4\x62\xd7\xc6\xc8\xa3\xa6\xda\x51\x4c\x5d\xbb\xa1\x32\x47\x31\xb5\xa3\x8a\xba\x76\x73\x24\x3a\xea\x7e\x1d\xc5\xbe\xcd\xb1\x2e\x51\x15\xe9\x28\x85\x6c\x83\x39\x8f\xc2\x3a\x47\xed\x5c\x2f\xd8\x23\x54\x93\x39\x4a\xc8\xb2\xcc\x2e\x6a\x82\x1c\x85\x40\xd9\xf3\x44\x14\x64\x38\xaa\x30\x32\xac\xb3\x8e\xaa\x08\x47\x29\x44\xee\x4c\x30\xe4\xf4\x3a\x12\x79\x4b\x64\x1e\x25\x25\xd7\x91\x87\x5b\xb2\x65\xa8\x3a\x72\x56\x1d\x89\xaa\xa5\xb2\x32\x90\xbe\xe8\xc8\x5b\x2c\xaf\xa5\x72\x38\x12\xa3\x1c\xd9\x50\x15\xc3\xdc\x91\x81\xe4\x48\x3d\xaa\xc5\x22\xd4\x8e\x44\x23\x47\x86\x51\xad\x96\xbd\xe4\x14\xbe\x27\x6e\xdf\x02\x4d\x22\xe6\xeb\x08\xf6\xb6\x86\x39\x43\xe0\xd3\x11\xed\x6c\xef\x60\xa7\xcd\x6b\x8e\xe8\x58\x2f\xd8\x62\x44\x23\x1c\x61\x88\x1c\x31\x63\xf1\x4e\x3a\xdc\x92\x99\x62\x58\x87\xfb\xcd\xe1\x77\xcb\x14\x6c\x3b\x3c\x27\x0e\x97\x49\x09\xe6\xf8\x74\x00\x51\x07\xfa\x2c\xd9\x30\x9b\x03\x8d\x38\x60\x48\x79\x2c\x25\xd5\x3d\x16\x7f\x71\x0f\x81\x17\xd8\x86\xdc\xc3\x38\x7a\xa0\xf6\xa1\x76\xdd\x3d\x16\x39\x70\x8f\x85\x0b\x6a\x36\x34\xed\x1e\x0b\x00\xb8\x27\xb2\x82\xb1\xfc\x3e\x24\x7f\x3c\x0d\x19\x8a\xca\x8d\x26\xd7\xa4\x76\xbd\x54\xae\xc9\x24\xf0\xd8\x24\xd0\x1b\x1d\xec\xd9\x34\xc9\x62\x79\x39\x60\xce\xbc\xbc\xa5\x97\xb7\xd4\x58\x2a\x5f\xe6\xfb\xd7\xe6\xfb\xdc\x58\xbd\x5f\x9b\xe4\xdc\x4b\x72\xde\x0b\xaa\x78\xcd\xbd\xef\x5e\x33\x32\x33\xc9\x1f\xee\x65\xf5\x7e\x71\xcd\x13\x34\x74\x2f\xa9\x46\x2f\x84\x9f\x90\xe7\xb8\x97\x2c\x9f\x17\xae\x4d\x12\xdb\xdc\x0b\xa2\x7a\x91\x75\x28\x18\x29\x2f\x53\xe5\x3b\x08\xc3\x06\x76\x9a\x95\xef\x5e\xd4\xee\x3c\x2b\xed\xcb\x02\xf8\x4e\x3c\xed\x2c\x2c\xaf\x99\xe9\xee\x25\x6e\x8b\x32\xb6\x7b\x99\x15\x5f\x42\xa4\x85\xf7\x39\xed\x4d\xb8\x49\x19\x2d\x75\x1f\x6e\x9a\xb3\xdd\x4d\x18\x75\xc0\xce\x6e\x1a\xe8\x72\x13\x36\x90\xc0\xe8\x98\x58\x6d\x93\xfc\x8f\x62\x01\x1e\x37\x99\x58\x26\x5c\x16\x05\x53\x6e\x9a\x3b\xc8\x4d\xfc\x40\x0d\x6b\x68\xb2\xf8\x4f\x16\x7f\xc7\x38\x9a\x18\xb5\x93\x48\x7d\x58\xda\xc9\x35\x09\x90\x67\x6c\xb1\xb9\x38\xd2\xf0\x78\x46\x37\xc0\x4d\x46\xf1\x24\xdd\xbc\x9a\x63\xde\x2d\x26\xd5\x65\x9f\xbf\x10\x68\x75\xcb\x3a\xa6\x5b\x01\xe2\x77\x2b\xf3\x74\x8b\xae\xb8\x22\x9f\x03\x7b\x64\xb1\x9c\x2d\xeb\x91\x35\x59\x5c\xd1\x2d\x70\xe7\x82\xa9\xb3\x98\x3f\xd2\x2d\xec\xfa\x65\xdf\xaf\xb6\xce\xe9\x98\x48\x0b\x3f\xd6\x30\x2f\xb7\x5b\x0c\xae\xc5\xfc\xb9\x41\x3f\x8b\x79\x69\x4d\x78\x95\x2a\x3b\x37\x3b\x89\x35\x57\xba\xf7\x66\x52\xdd\x9a\x54\x2b\x3b\x2d\xac\xe8\xb6\x75\xe8\x46\xc6\xa8\xdb\x98\x87\x9b\xd8\x43\x31\xca\x06\xb7\x49\xa8\xdb\x16\x54\xe8\xc5\x9c\x42\x6e\x93\xe7\xb6\xcd\xb7\xdf\x1b\x96\xe0\x26\x19\x6d\x9b\x37\xa0\x37\xcb\xd8\x75\x9b\x19\x6c\xa3\x95\x51\x1c\x3b\x59\xa0\x37\x0b\xf4\xb3\xf2\x5f\x0d\x8a\x6d\xfe\x1f\xb7\xcd\xf1\x53\xbc\x0d\x08\xef\x6c\x02\xf5\xce\x16\xdc\xda\x0d\xec\x79\x67\x86\x93\x77\x90\x00\xb3\x26\x7b\x67\x4f\xe6\x71\x70\xd4\xa9\x9d\x66\xf1\x7a\x5c\x1a\x75\xdb\xaa\xe8\x9d\x19\x14\xde\x99\x41\xd1\xa8\xe7\xf1\xce\xba\x8f\x77\x30\x4f\x64\x4b\xf4\xf0\x6e\x71\x4d\x28\xeb\x9b\x85\x4c\xbd\xb3\x57\xef\x1d\xf1\xfd\x61\x51\x66\x0f\xc2\xf5\x8e\x50\xfe\x63\xb8\xce\x7b\xfb\x2c\xde\xa3\x49\xef\xcd\xc5\xe0\x01\xba\x1e\xa0\x9b\x83\xf5\x29\xef\xed\x5b\x79\x6f\xdf\x2a\x17\x73\x59\x7a\x6f\x2b\x9f\xf7\x16\xc6\xcc\xaf\xa5\x69\x7b\xcf\x13\x79\x7b\xa2\x02\x05\x93\x07\x55\x7a\x0f\x4b\x2d\xfe\x58\x0f\x9c\xf4\xe0\xc8\x8a\x46\xa9\xf7\x2f\xa7\x43\x34\xf9\xd8\x70\xf4\xde\xa6\x6f\xef\xc5\xe3\x6f\x25\x46\xde\x6f\xee\x4e\xc2\x43\x36\x1b\xc7\x83\x00\x7d\x30\xbb\xa9\x75\x1b\x4f\x3e\x58\x34\xd8\x07\x9b\xcc\x1b\x11\x2a\x1f\x6c\x4e\xf7\x21\xb0\x58\x2d\x8e\xb4\x1e\xe6\x83\xc5\xaa\x7a\x35\x60\xe6\x83\x99\x33\x3e\x98\x39\xd3\x87\xe5\x04\xfb\xf0\xb0\xd3\xba\x4f\x49\xe6\x87\xf4\x81\x37\x1f\x90\x8b\xf3\x66\x50\xf8\x68\xf0\xd5\x47\x91\x0e\x9a\x99\xe0\x01\x5f\x3e\x3a\x48\x5c\x2d\xa0\xe0\x51\xea\xf7\x48\xf4\xd7\x61\x46\xbf\x47\xbf\xde\x23\x5c\x5f\x09\xfb\x79\xa4\xdf\x3d\x9a\xef\x95\x6c\x21\x8f\xfa\xba\x47\x72\xbd\xc1\x56\xe4\x81\x70\x1e\x08\xd7\x72\x61\xa7\x79\x0c\x3c\x22\xdc\xed\x31\xb7\x9a\x47\x8d\xd8\x23\x41\xdc\x8b\xe5\x2a\x79\x24\x7f\x3d\x00\xab\x57\x9b\x4b\x3c\x72\x9a\x1e\x1d\xcd\x92\xcd\x9f\xee\x51\x8d\xf4\xc8\x45\x16\x18\x3c\x7d\xb2\x70\xac\x4f\xc4\x61\x49\xf9\xf0\xc9\x3c\x5a\x3e\xc1\xaa\x44\xde\xae\x4f\xe6\x30\xf2\x49\x94\x42\x06\x9e\x3d\x4a\x8d\x1e\x89\xc6\xbe\x2c\x09\xd2\x23\x96\xe8\x51\x49\x2c\x69\x73\xa4\xb5\xc5\x23\x6b\x58\x86\xb9\xa6\x3d\x32\x82\x1e\xfd\xc0\xea\x2d\x20\xee\xd1\xe3\xf3\x88\xf0\xd5\xca\x87\x43\x64\xcf\xa3\xac\x57\x87\x45\x5c\x3c\x5a\x7a\x1e\x11\xbd\x3a\xcc\xe1\xef\x91\xb6\xf3\x68\xda\x55\xfc\x8c\x1e\x79\x32\x8f\x2e\x59\xf7\x83\x6b\x32\xde\x11\xbb\xea\xdd\x0a\x10\x3c\xa2\x4d\x1e\xb5\xa6\x8c\xb6\x9d\x07\x63\x78\x14\x73\xea\xab\x23\x07\xd7\xc4\xe0\xc5\xdf\xe4\x81\x1a\x1e\xa8\xd1\xf2\xe2\xee\xb6\xc4\x7a\x84\x51\xda\x93\x38\x7d\xb2\x13\x6a\x1c\x67\x86\xb9\x47\xbb\xc3\x23\xda\xd1\x23\xef\x13\xee\x7c\x5f\xc4\x3f\x68\xa1\x7d\x0f\xa9\xbc\x87\x4d\xbe\x91\xcd\xed\x21\x04\xf7\x30\x81\x67\x6f\x38\xd9\xc3\x85\xec\x21\x40\xee\xd5\x68\xcc\x3c\xec\xbb\x5e\xb4\xbb\xdb\x90\x8a\x87\xb2\xd5\xc3\xd5\xda\xa6\x67\x27\xd3\x5a\x11\xa1\x8e\xf9\xd6\x3d\x34\xaa\xbe\x48\xa4\xd2\x00\x84\x87\xb9\xd2\x43\x59\xd9\x87\xe1\x4f\x0f\x49\xa5\x87\x9d\xb2\x0f\x43\x54\x1e\x92\x47\x2f\x76\xc7\x42\xaf\x83\xa5\xd0\x43\x4f\xd8\xa7\xd9\x4d\x1e\x7a\x42\x0f\x2f\x61\x87\x57\xc3\xc3\x87\xe7\x45\x84\x87\xec\x92\x87\xfa\xce\xc3\x79\xd7\x89\x62\x7b\x08\xbe\x3c\xcc\x5e\xb9\x5a\xe2\xa6\x87\x2d\xc8\x43\x11\x94\x5f\x2b\xfc\xf0\xa0\x0a\x0f\xaa\x28\x54\x4a\x7b\xc8\x53\x3c\x8c\x29\x35\x58\xf4\xc2\xc3\x23\xe2\x21\x0f\xe9\xce\xd6\x64\x0f\xbd\x84\x87\x53\x22\xa3\x61\xe9\x61\x86\xf0\xd0\x41\x64\xfc\x8c\x9e\x4a\x63\x4f\x79\x71\x09\xda\x69\x91\x2f\x4f\x1d\x6a\x81\x67\xc0\x53\x62\xe8\xa9\x2b\xac\xd1\x72\x24\x3c\xd5\x81\x9e\x92\xc0\x9a\x3b\x4d\x32\xeb\xc4\xab\x0a\x8e\xdc\x60\x4f\xfd\x8f\xa7\xf0\x27\x07\x0b\x52\x78\x6a\x74\x3c\x85\x39\x99\x18\xa3\xa7\x58\xc2\x53\x21\x91\x6b\xe5\x74\x5b\xa8\x3d\x09\xe2\x79\xf3\xea\xc8\xc8\xf4\xa4\x62\x96\x6a\xc9\x01\x9e\x6c\x2a\x3f\x6c\x72\xac\x48\x60\x7b\x32\x42\x3c\xa9\x20\xad\x98\x5b\xcd\x13\x8e\xf6\xc4\xa1\x73\x62\x95\x21\x02\xec\x09\xfd\x66\xcd\xb4\x04\xbd\x3c\x91\xae\x8c\xa0\xb5\x27\xe6\xe4\x09\x2f\xe5\xc5\x7a\x34\x6c\xcd\xf1\x03\x7d\xd2\x60\x45\x17\x7e\xd8\x2a\xea\x87\x4d\x25\x25\x5a\x10\xd4\x83\x2a\x3c\xa8\xa2\x54\xb7\xff\x66\x50\xf8\x87\xaf\xfa\x90\xbe\x53\xcd\xac\xf1\x0f\x06\xc5\x83\x02\x03\xbc\x5d\xfe\x31\x5b\xc7\x3f\xc8\xd3\x11\xe7\xf2\x0f\x2b\xed\x83\xed\x10\x12\xa7\xdb\x87\xf7\x0f\x1c\xec\xd4\xcf\xfa\xa7\x73\xa3\x0e\xf3\xac\xa3\xbd\x9d\xd3\xcd\xd3\x5b\xeb\xe2\x48\x1b\xc6\xfe\x19\x62\x89\xb5\x77\xf0\x30\xeb\x3c\x0f\x3c\xa7\x8e\x26\xb1\x00\x3e\x8f\x48\xd5\x1b\x3b\x27\x3b\x59\xac\x8c\x5c\xdb\x3f\x2f\xa7\x53\x32\x4b\xd0\xc1\xbf\x66\xce\xfa\xd7\xcc\xd9\x44\x85\xa8\x7f\x2d\xfd\xc9\xbf\x28\x68\x40\xd2\xea\x81\x31\x5e\x30\x26\x64\x4e\xb7\x9c\x19\xff\xda\x42\x96\x93\x25\x38\xf8\xd7\x92\x5d\xfc\x9b\x21\x7a\x66\x59\x7b\x29\x64\x78\x01\x90\xc3\xaa\x98\xfc\x3b\xb8\x91\xf9\x1d\x0a\x19\xf4\xfe\xa5\x53\xbc\x70\x76\x67\x56\x6f\x60\x8c\x07\xc6\x14\x0c\x74\xff\xbe\x34\x09\xb6\xec\x46\xdf\x7f\x59\x00\x5f\x16\x40\xab\x82\xfb\x37\x3f\x0d\x55\xfa\x09\x45\xac\xa3\x4b\xce\xc4\x4e\xcb\x5c\xaa\xd1\x0a\xa3\xfc\xb4\x35\xd2\xcf\x44\xfa\x34\x2b\xc3\x34\x7f\xbf\x9f\xca\x4c\xb2\x38\x9d\x9f\x18\x29\xd3\x8c\x94\x4a\x92\xb7\x9f\x18\x29\xd3\x8c\x94\xda\x0d\xe8\xfa\x89\xd9\x35\x91\xc8\x1b\x8d\x9d\x58\x82\x73\x03\xdd\x13\xed\xb4\xe5\xd0\x4f\xc4\x68\x49\x82\xf0\x0b\xa3\x6f\x21\x0d\xe3\x2c\xbb\xd9\x2f\x8c\xa9\x65\x16\x48\xf7\xac\x36\x8b\xc6\x2f\x38\x5b\x1c\xcf\xbe\xf8\x1c\x8b\xcf\x91\x75\x4d\x03\x4a\x7e\x4d\x84\x2b\x0d\x44\xf9\x35\x29\x44\x31\x64\x5c\xa8\x63\xf1\x9b\xb9\x64\x23\xb2\xda\x18\xe2\x9b\xce\xb0\xad\x33\x94\x87\x25\x68\x5b\x1e\x9a\xdf\xc8\x9b\x20\x4c\xe3\xb7\x19\x37\x7e\x4b\xcd\x92\xb5\x6e\x37\x8e\x6c\xe8\x04\x1b\xaa\xf4\x9b\xe5\x77\xb3\xfc\xe2\x38\xf0\x7b\x70\xa3\x41\xae\xb6\x45\x4f\xfd\x36\xe7\xa5\xdf\x14\x9f\x77\xd6\xe4\x4d\x0f\xd9\x00\xdd\x4e\x4f\xde\x98\x1e\x1b\xd3\x83\xea\x43\xbf\xcd\x54\xf5\x5b\x4a\xc3\x9d\x26\x6d\x4e\x97\xa8\x30\x86\xcf\x66\x82\xd9\xa8\x66\x53\x13\x1f\x9c\xbd\xe4\xe0\xec\x25\x37\xd2\x87\x82\xb3\xae\x11\x5c\x82\xa4\xde\x50\x45\x70\x85\x9d\x05\x8a\x50\xf3\xa4\x04\x67\x2e\xf3\xe0\x60\x0a\x5d\x8b\x6b\x36\xae\x69\xd1\x8d\x4e\x59\x4b\x20\x8c\x19\x88\x5f\x76\xb7\xb8\x91\x85\x0e\x03\xa1\xc3\xee\x2d\xe1\x24\x78\xc3\x59\xc1\xdb\x2c\x5e\xb2\xe5\x60\x04\x4f\x78\xd0\x23\x57\xd0\x26\x3b\x6d\x9e\x08\xfe\x41\x0d\x84\x1b\xf9\x97\x20\x15\x9c\xf9\xcb\xd2\x2d\x82\x47\x90\xdb\xe3\xc7\x59\x16\x71\x0e\x98\xfe\xc1\x33\x0d\x13\xb4\x0d\xc1\xbc\x1e\x21\xc0\x8e\x5c\x39\x3d\x44\xe2\x7b\x90\x19\x57\x5b\x69\x43\xb0\xc5\x3f\x04\x5b\xfc\x2b\x5a\xc9\x21\xd8\x94\x10\x42\x95\xc6\xe8\x62\x67\x64\x67\x02\xe8\x72\xa3\xca\x35\x2d\xb8\x5c\xe1\x08\x0c\xa1\x12\x72\x84\xb1\xd5\x59\xe6\x48\x08\x36\xd4\x42\x80\xd9\xd4\xdb\xbc\x14\x82\x45\x87\x43\x80\xc4\x34\xf0\x44\xc1\xbc\xdc\x21\x2c\xe8\x61\x2d\xf7\x34\x04\xeb\x36\x21\x58\xb7\x69\x23\x73\xba\xc5\x02\x42\xb0\x58\x40\x1b\x36\x59\x85\x48\x8c\x2b\x42\xc4\xbd\x6c\xf6\x0e\xd1\x72\x12\x43\xb4\x50\x57\x2f\xe6\x4e\x0f\x44\x5a\x42\x2c\x54\x0f\xd8\xea\x1d\xa2\xd9\xa1\x21\x62\x87\x32\x10\x42\x7c\xd8\x89\x23\xfb\x99\x9c\x6e\xa6\x40\x40\xf7\xbf\x78\x5b\x65\x02\x82\xf1\x01\x9b\xbf\x24\x5b\xbd\x43\x42\xc8\x38\x99\x93\xb4\x74\x73\x53\x06\x10\x40\x00\x01\x94\xc7\x6c\xf0\x90\x08\x63\xa6\xa4\xce\x60\x8d\x4f\x99\xd3\x11\xaa\x85\x47\x21\x24\x33\xad\x42\xea\x4a\xeb\xb1\xb7\x94\x06\xa1\x3c\xdc\x16\x89\x37\x2f\xc5\x77\xa4\xde\x6b\xcd\xec\x9c\xc4\x0c\x27\x34\xe7\xe6\xf1\x09\xe8\xa3\x07\x20\x43\x1d\x16\xc5\x0e\x28\x4a\x07\x64\xa4\xeb\xb6\xa4\xe9\x80\x1c\x74\x40\x07\xba\x6e\xcb\x73\x0d\xd8\xee\x01\x89\xd5\xd6\xcc\x73\x1a\x50\xd0\x0c\x48\x67\x36\xb8\x87\x02\x62\x99\x81\x48\x42\x9b\x85\x1b\x99\x53\x3d\x20\x81\xd9\xa6\x19\x68\x01\xd1\xcb\x80\xda\x65\x83\x61\x2d\xa0\xda\x18\x90\x6a\x6c\x96\x0e\xf8\xcf\x06\x45\x40\xc5\x30\x20\x5d\xd8\x7d\xe1\xda\x86\x93\x03\x72\x73\x1d\xde\xe3\x80\xc4\x5b\x40\xd7\xad\x23\x22\x12\xd0\x6b\x0b\x45\x69\xf7\xe6\x27\x09\xc8\x7d\x05\x74\xbe\x72\xb0\x40\x46\x40\x8e\x27\xa0\xc3\x93\x97\x41\xcd\x80\x06\x4d\x40\x7c\xa6\x78\x8b\xd7\x05\xa4\x54\x02\x1a\x2a\x25\x55\x76\x9a\x41\x19\xd0\x37\x28\x8f\xd9\x64\x01\x6d\x83\x80\xa8\x41\x79\x6c\xf9\x0d\x88\x08\x84\x22\x54\x69\x6b\x5d\x80\xe4\x3c\xc0\x6e\x5e\xb3\xb9\x98\x02\x3c\xd9\x01\x82\xec\x8a\x10\x4a\x80\x4e\x3a\xc0\x23\x5d\xd1\x35\x0a\xd0\x0e\x07\xf8\x86\x2b\xf4\x20\x81\xb8\x44\x80\xce\xb7\xee\xc5\x35\x69\x12\x74\x9a\xad\x5a\x64\x27\x40\x68\x19\x60\xb1\x6c\x10\xc7\x06\x78\x12\x03\x04\x89\x0d\xe6\x9b\x00\xdd\x5f\x80\xe7\xaf\x11\xab\x0c\x10\x63\x05\xd8\xb0\x3a\xcc\xc4\x01\x2e\xa8\x00\x01\x54\x7f\x98\x8a\x20\x7f\x0a\x30\x3e\xf5\xa7\x70\x3a\xbd\x8f\x50\x42\x7f\x75\x77\x5b\xd6\x82\x42\x09\xde\xdc\x16\x01\xb6\xa4\x00\x4d\x52\xf6\x46\x4d\x14\xa0\x40\x0a\xe2\x3d\x0a\x8d\x9d\x8c\x66\xd8\x1c\x0a\x01\x82\x40\x51\x69\xa0\x7e\xb4\x46\x33\xbb\x02\xd5\x9d\x01\xab\xbd\x26\x8b\x27\x07\x2a\x16\x03\xc5\x89\xb5\xd8\xb2\x16\x08\x17\x04\xea\xfb\x6a\xe3\x6b\x52\xd0\x11\xa8\xe4\x68\x89\x49\x0b\xc3\x3e\x0c\x1b\x80\xad\x16\x8e\xb4\x6f\x1b\xc8\x87\x6f\xdd\x73\x24\x29\x11\x64\x7c\x37\x94\xa8\x02\xd9\xbe\x81\x14\xdf\xb6\xf8\x46\x24\xc5\x06\xb2\x61\x1b\x9c\x78\x01\x5c\x10\x48\x4a\xed\xde\xe2\x9f\x81\x54\xd3\x40\x8e\x69\xf7\xcc\x10\x64\x95\x06\x52\x49\x3b\x89\x70\x81\x04\xd1\x40\x66\x68\x0f\x7a\x22\x46\x1c\x69\x65\xbd\xeb\x46\x4c\x99\xe4\x84\xf5\x3e\x39\x92\x11\x37\x18\x71\x24\xab\x86\x87\xc5\xea\xc1\xe0\xa5\x54\x23\x3c\xa4\x6e\x3c\x08\x7c\x15\xb3\x08\x02\x81\x85\xf0\xd8\xd7\x2c\xf8\x86\xc2\xc3\xc2\xf2\x34\xe6\xd1\xc1\x91\x0f\x47\x3e\xc8\x53\x58\x01\x6f\x78\x58\x69\x1f\xd1\xe6\xb0\xda\x3c\x4c\x99\x0f\x53\x66\x60\xf5\x7e\x58\x7e\x1f\x3c\xbd\x28\xe2\x84\xc7\xdc\xd4\xe1\x41\xb0\xa4\x5a\x48\x2e\x3c\xac\x4b\x0f\x95\x4a\xcd\x12\xec\x02\x81\x8c\x40\x20\xa3\x36\x73\x03\x85\x97\xc9\xf5\x65\x72\x7d\x31\x67\x5e\x26\xd7\x97\xc9\x15\xa9\xfe\xf0\x22\x71\x0f\x3a\xa8\x9b\x75\xe9\xb5\x65\x3b\x80\x00\x5a\xb0\x7a\xbd\xf0\x1a\xfa\x09\x98\xf7\xad\x76\xae\xc9\x77\x7f\xf9\xee\x88\xda\x84\x97\x4f\xfc\xc2\x3d\x3e\xcc\x88\x0e\xaf\x79\x9f\xc2\x6b\xc3\xbe\xbd\x96\xd2\x12\x5e\xa6\xe1\x97\x69\x58\xa6\xc7\x6b\x40\x27\xbc\x90\x41\x7b\x4c\x8f\x97\xb9\xf9\x85\xa6\xc8\xeb\xee\x18\x29\xef\x82\x08\xdb\x22\x8f\x61\x9a\x6f\x3e\x4c\xcb\x42\xe9\x48\x88\x85\x69\x3e\xba\x30\x23\x84\xc7\xe6\xd4\x0b\xd3\xec\xd7\x30\x09\xcd\x14\xab\x4f\x0b\xd3\x5c\xc9\x61\x52\xd6\x0e\xe1\x73\x20\x90\x11\x08\x64\x54\x54\x7e\xc2\x34\x53\x35\x10\xba\xa8\x30\xe8\x87\x69\xce\xfc\x30\x71\xe6\x17\xd6\xe4\xc9\x27\x9e\x7c\xe2\xc6\x9a\x3c\xad\xb7\x86\x89\xe6\xce\xa0\xdb\xcc\xc5\xdd\x29\x7b\x7b\xcc\xcf\x18\x16\x4d\x5a\x14\x1a\x74\x4c\xb9\x65\xb9\x6b\x61\x59\xd2\x5a\x8f\x99\x23\xb9\x11\x51\x83\xde\xad\x2c\x3b\xac\xc9\xe9\x78\xa6\xba\xb9\xe8\xc3\xa2\xdb\x2c\x6a\xd9\xe0\x2d\x0b\x6b\x73\xa4\x01\x96\x3e\x0d\x7b\x87\x6d\xee\x80\xb0\x6d\xd6\xc8\x9e\x4f\x0c\x56\x08\x60\x85\xfc\x9a\x61\x1e\xb6\xb9\x50\xc2\x46\x03\x13\xea\xa2\x40\xb4\x21\x6c\x0b\x9f\x15\x72\xbf\xc3\xe6\x1b\x6d\xfb\x46\xa5\x30\x3a\xb6\xb9\x4c\xc3\x36\xd3\xb1\x20\x45\x1b\xb6\x7d\x9c\xb0\x09\x9b\x12\xf3\x0d\x1b\x1b\x67\x63\xe3\x90\x29\x1f\x36\x36\xf8\x46\x35\xbe\x9b\x8f\x20\xec\x46\xe3\x51\x4f\xdb\x18\x3e\xdb\xb0\x7a\xd8\x1d\x49\x08\x73\xf7\x07\xe0\x44\xd8\x38\xf5\x3a\xef\x73\xdb\x32\x18\xb6\x6a\xf5\x30\x78\x01\x09\x61\x53\x88\xe7\x8d\xa0\xdf\x32\xee\x2c\xf1\xce\x4c\xf8\x6c\x55\x51\xd1\xd9\x34\x13\x9d\xf9\x1b\x7a\xcb\xee\x6f\x06\x45\x04\x6b\x44\x67\xf6\x5a\x7f\x2c\xff\x36\x3a\x1b\x64\xd1\xd9\x20\xcb\xa8\xea\x46\x72\x2c\x23\xc9\x95\xb9\x58\xe6\x6b\x3c\x99\x93\xe4\x4e\x3d\xe6\xc7\x8b\xce\xbc\x50\xd1\x99\xf7\xbf\x92\x8b\x16\xdd\xc3\x8d\xf0\x26\x04\x23\xe3\x89\xee\x25\xed\x93\xca\x5c\xfc\x23\xd1\x4d\x6e\x44\xa2\xee\xb0\x29\x33\xba\xc5\x8d\xe8\xa7\xdb\xfa\x54\xf4\xb6\x26\x47\xcf\x9a\x5c\x0d\x98\x45\x65\xe5\x79\x8f\x46\x83\x79\x11\xa3\x47\xea\x93\x78\x46\x43\x64\x30\xfa\xc4\x4e\xf4\x45\xb6\x59\x99\xd1\x17\x76\xb2\x7a\x53\x31\x16\xbd\x59\x19\xd1\x9b\x95\xd1\xab\x75\xf3\xe8\xed\xc3\x47\xe2\x20\x9d\x62\xdf\xe8\x0d\x9e\x47\x5f\xa1\x92\xe7\x2d\x79\x72\x41\x3d\xea\x04\x08\x25\x46\x4f\xe6\xa4\xc7\x1f\x4e\xed\x6e\xf4\xbc\x3a\x0f\x7f\x3e\xd5\x88\x11\xf4\x14\xbd\x4d\xe6\x7d\x5b\x06\x47\xf4\xe6\x39\x8f\x5e\xa9\xd8\x99\x1b\x21\x82\xed\x5f\xaa\x7c\x5e\xed\xe4\x9a\xb6\x82\x65\x68\x5d\x23\xc9\x79\xd1\x83\xd2\xf7\xcb\x35\x27\xef\x93\x94\xa6\x62\x51\xcd\xe8\xcd\x8a\x8e\x5e\x8e\x77\x9d\xbe\xb9\xbb\xd9\x15\x15\x85\x85\x18\x2c\x09\x2d\x06\x64\x93\xba\xe5\x26\xc4\x60\x1f\x27\x06\xf3\x84\xd6\x61\x25\x39\x31\xd0\x79\x03\x76\x13\xc2\xb7\x91\x78\x4d\x54\xbc\x86\x70\x5f\x0c\x36\x65\xc6\x80\x22\x8c\x1e\x33\x20\x2d\x1a\x12\x03\xc2\xcc\x99\x18\x6c\xb9\x88\x41\x9f\xc3\x26\x98\x08\xd8\x8b\x80\xbd\x5e\xe9\x36\x80\xbd\x08\xd8\xeb\xad\x70\xba\x99\x5d\x11\xcc\xd7\x09\x32\xc7\x80\x04\x3c\x89\x7b\x7d\xf2\x35\x83\x8d\xd8\x18\x2c\x83\x35\x03\xc8\x63\xb0\x0c\x80\x18\x26\x6e\xa0\xc4\x0b\x99\x3c\xfb\xc4\xa9\x97\x78\xcc\xc9\xb3\x93\xdf\x8d\x10\x54\x0c\x08\x76\x81\x0e\xeb\xb2\x90\x5c\x8c\xe6\x68\x8c\xd1\x1c\xb0\xed\x31\x3f\x73\x24\x4c\x14\x23\x2e\x1b\x6f\x58\x31\x46\xf3\x25\xc6\x88\x8c\xeb\xe3\x39\x3d\x71\xa4\x41\xc6\xfe\x5a\x72\x5e\x8c\x66\x7a\x44\x20\x63\xa7\xa2\x21\x46\x3a\x2d\x99\x77\xf9\x31\x44\x1d\x89\x16\x45\xa2\x45\xe5\x71\x9c\xce\x78\x8f\x58\x82\xce\x16\xea\x18\x49\x8a\x8e\xa8\x49\x06\xcb\xed\x8b\x24\xe7\x45\x92\xf3\xea\xb0\xe4\xbc\x18\xcd\x71\x10\xa3\xad\xc2\xad\x30\xb1\x90\x6b\x17\xa3\x19\x29\x0d\xf9\xf3\x18\x5f\x4e\xa7\x4a\x00\x58\x18\xa3\xf5\xeb\x18\x5f\xb8\xfb\x79\x9f\x71\x72\x24\xab\xcd\xb0\x6c\xc5\x98\xcc\xe6\x88\xc9\x56\x8d\x12\x9c\x76\x2e\x76\x9a\x13\xea\x31\xd7\x67\x04\xa9\x46\x90\x6a\xaf\xe6\x91\x8c\xc9\xf0\x75\x4c\x96\x71\xd0\x1f\x9e\x28\xd1\x97\x12\x7d\x09\xdd\x12\x53\x7f\xb4\x9d\x18\x7d\x85\x23\x51\xf6\x24\x67\xae\x14\x5b\x82\x22\x08\x37\x26\x73\xaf\xb4\xa7\x73\xa3\xce\xe9\x06\x9e\x1a\x65\x47\x31\x0d\x8a\xe5\x24\xe1\xc1\xe8\x20\xbb\x2e\x26\x48\x14\x97\xb9\x68\x63\x62\xfe\x4c\xc8\x43\xc0\x5d\x1d\xd3\xcb\x8d\x5e\x6c\x46\xcf\xe9\x93\xc6\x83\x93\xeb\xd4\x4e\xae\x69\x5d\xb1\xf9\xc5\x35\xd1\xc4\x03\x43\xb7\x62\x4b\x50\x04\x4a\x47\xa2\x6f\xad\x5b\x22\x40\x24\x8d\x2f\x92\xc6\xd7\x1e\xe3\x3c\x8f\x59\xe2\xcf\x01\x45\x0e\x8b\x05\xc4\x1c\xd0\x39\xb3\x08\x54\x1f\x66\x72\xc6\x6c\xab\x54\xcc\x91\x4f\x6c\xb8\x33\x66\xb4\x87\x33\x9e\x53\x67\xeb\x7c\xcc\xe8\xfe\xe6\x41\x1a\x7b\xe0\x48\x1b\x94\x91\x4c\xbd\xe8\x18\xda\x19\x5e\x0b\xa2\x68\xd1\x75\xed\x1c\xec\x7c\xc9\x89\xb7\x4e\x9b\x99\x54\xc1\xc7\xd1\x59\xb8\x3c\x16\xd1\xc8\x99\xa3\x3f\x3a\x9a\x84\xe8\x77\x2c\x4a\xad\x1e\x1c\x69\xe0\x29\xa2\x6f\xeb\x12\x93\x55\x11\x45\x30\x99\x18\x64\x70\x44\xc4\x52\x23\x8a\x9d\x2e\x45\x76\x9a\xf3\x31\x22\xca\x19\xbc\x71\xa0\x46\xe2\x5f\x11\x91\xb6\x8d\xc0\x7b\x24\xaa\x15\x89\x6a\xd5\x61\x54\x0c\x11\xf9\x9f\x88\xee\x4f\xd5\x8a\x00\xc0\x8d\x00\xdc\x06\x55\x4a\x84\x0e\x3f\xc2\x81\xdf\x1a\xb3\x0d\x78\x35\x42\x46\xdf\x9a\x05\x1b\x22\x95\xcd\xf1\x94\x34\xa7\x43\xc4\x15\x1f\xf8\xf3\x1e\x74\xf3\xaa\x5b\x7f\x1a\x15\xa1\xff\xaf\x36\xc5\x2c\xf0\x50\x01\xd8\x36\x15\x3c\x24\x01\x24\x2f\x1a\xd3\xf4\x4e\xb1\xad\x7a\xfb\x8e\xc9\x8b\xa3\xe4\xe7\x0f\x6a\x42\x83\x7d\xf5\x44\x5a\xf7\x12\xa7\x50\x30\xd3\x34\x05\x12\x2f\x1c\x35\xb2\x09\xc2\x81\x94\x7f\xf5\x8f\x94\x70\x87\x91\x8e\x7a\x77\xda\x80\x49\xe9\xc5\x4e\x82\xca\x34\xa1\xa7\x92\xce\xe2\xc9\x91\x70\x71\x68\xdc\x78\x8a\xbd\x92\xcd\xf2\x29\x31\xaf\x7b\x6a\x97\x18\x45\x89\x51\x14\xc5\x02\x95\x3d\x15\xe7\x1e\x4e\x1b\x78\x25\x33\x29\xbc\xd9\x2a\x05\xc2\x82\x9f\x82\x41\x91\xc8\x62\x0d\x8b\xea\xa8\x4c\xd1\x79\x8e\x1c\x49\xb1\x67\x46\x8a\x8c\xd1\x90\x71\xaa\xa4\x5c\xa8\x9d\xb4\xfe\xd8\x08\xc4\xa6\x3c\xa9\xfe\x9f\x57\xc1\xe2\xca\xe2\x27\x08\x06\x3e\x29\x09\x2f\x95\xfd\xc2\x1f\x1f\xf3\xa5\xe4\x22\xa9\x07\x2d\x66\xf6\x15\xd1\xfe\x97\xcd\x65\x58\xfe\x93\x24\x95\xa0\x18\xab\x38\xaa\x3d\x24\x38\xd5\xfa\x42\xaa\xf4\x85\x2c\xcd\x8e\xce\x91\x36\xf9\xf5\x20\xd2\x7b\xca\x0f\xdb\xf8\x6a\x6b\xa9\xc3\xee\x36\x71\xa6\x6e\x27\x85\xa8\x1a\x7e\xf4\x10\xf1\x29\xf4\x3d\xe6\x9f\x9d\x72\xfd\xfb\x7c\xff\xdb\xf8\x8f\xff\xf2\x7f\xfe\x5f\xe3\x3f\xfe\xef\xf1\xdf\xd6\xbf\xde\xff\xf9\x9f\xff\xb9\xfe\xfd\x7f\xcc\xff\xfa\xfe\x8f\x7f\xfd\x1f\x3f\x7b\xff\x35\xd7\xfe\xaf\xff\xbe\xfe\x73\xfd\xbf\xff\xfd\x7f\xfe\xe7\xbb\xfe\xf5\x1f\xff\xfd\x3f\x7e\xce\xb2\xdf\xff\x17\x00\x00\xff\xff\xec\x4a\x35\xdf\x39\x08\x04\x00"); +func _afa ()([]byte ,error ){return _fd (_ebc ,"EUC-V")};var _edag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xbd\xcb\xee\x6f\xbb\x91\x98\x37\x3f\x4f\xb1\x87\xce\xc0\xe9\x75\x21\xab\x8a\x80\x20\xc0\xb1\x22\xc4\x30\x9c\x04\xdd\x76\x32\x5e\xd7\x8e\x80\xf4\x91\xa0\x56\x0f\xfa\xed\x83\xf5\x7d\x94\xda\x08\x82\xec\x33\x39\xff\xda\xeb\x47\xb2\x78\xa9\x7b\x15\xf9\x77\xff\xf1\x3f\xfd\xee\x3f\xfd\xfa\x87\xbf\xfc\xf8\xbb\xff\xfd\xcf\x7f\xbc\xfe\xe1\xf9\xcb\x8f\xf7\x0f\xbf\xde\x7f\x7e\xfe\xf9\x8f\xff\xf2\xe7\xeb\xf9\x71\x3e\xff\xf8\x87\x5f\x7f\xf9\x65\xdd\x7e\xdc\x7f\xb8\xfe\xf2\x57\x90\xff\x5d\xff\x74\xfc\xe9\x97\x5f\xbe\xf6\xff\xf0\xaf\xff\xfc\x97\xe7\x9f\xfe\xd3\xaf\xef\x1f\x7f\xec\xfe\xee\xfe\x97\x3f\xcd\xdf\xfe\xf8\xf1\x77\x7f\xff\xfc\xe3\x1f\xfe\xf9\x2f\x7f\xfe\xd7\x1f\xff\xee\x3f\xdc\x7f\x3c\x9f\xff\xe1\xc7\xfd\xbc\xdf\xbf\xff\x6f\x7f\xbe\x9f\x3f\xff\xe1\xd7\x7f\xfc\xf1\xef\xfe\xf3\xdf\xff\xed\x1f\xff\xe1\x5f\xfe\xf4\xa7\xff\xfb\xf9\xa7\xe7\xd7\xbf\xfc\x18\xfc\xdb\xf3\xeb\xcd\xff\x7f\xf9\xbb\xff\xf8\x5f\x8e\x3f\xfd\xaf\xc7\x3f\x3d\x3f\xfe\xee\xbf\xfd\xfa\x87\xff\xf0\x9f\xff\xfe\xdf\xff\xb7\xff\xfa\xfb\x35\xfe\xfd\xff\xc2\x67\xbe\xfe\x1f\xcf\x9f\xff\xf9\x0f\x7f\xfc\xf5\xc7\xfa\x3f\x2e\xcb\xf6\x6f\xff\xfc\x5f\xff\xf5\x4f\xcf\x8f\x75\xf6\xf2\x7f\xfe\x97\x3f\xde\xcf\x8f\x45\x68\x17\xcb\xeb\x8f\xf7\xf3\xcf\x7f\x3a\xae\xe7\xcf\xc7\xaf\xff\xf8\xfc\xf2\xe3\xc7\x6f\x96\x65\x59\x7e\xfb\xe3\xfb\xef\x37\xbf\xcb\xdf\xff\xfe\xb7\xdf\xbf\xfd\xae\x96\xe5\x77\xff\xf1\xfb\xf7\xdf\xfc\xee\x7f\xfa\xfd\xef\x7f\xf7\xfb\xf9\xef\xff\xf3\xbf\xfd\xf6\xf7\xfc\xdb\xf3\xeb\xfd\xff\xea\xf1\x97\xd5\x81\x7e\xfd\xe3\x5f\xee\xe7\xf5\xdf\xe6\x18\xbf\x59\x96\xf5\xfd\xed\x8f\xf5\x6b\xf5\xdf\x7f\xfe\x65\x5d\x96\x89\xdd\x1f\xee\xeb\xff\x3a\xfe\xfc\x35\x38\x96\xef\x97\xdf\x1f\xeb\x6f\x7f\x6c\x5b\xab\x05\x60\xfc\xf6\xc7\xba\xf8\xe7\xe1\xbf\x37\x80\xfb\xb7\x3f\x56\xff\x7a\xbe\x5f\xd8\xf2\xf5\x17\xfd\x03\xce\x12\x28\x80\xaf\x9b\xb5\x6a\x03\x98\x1d\x8d\x0f\xb8\xf3\x6b\x1e\xdf\x9f\x2f\x7f\xe6\x2f\xbf\x59\xd6\x15\x1c\x7a\xdf\x3f\x60\x2f\x81\xef\xf7\xdb\x95\xf6\xf4\xfd\x6c\xbb\x17\x81\x6f\x8c\xb6\xd0\x26\xb6\x0f\xab\xd6\x05\xbe\x31\xb6\x65\x5d\x44\x76\x5b\xbe\x7e\xe7\x5f\x41\xd3\xd1\x3f\x60\xb7\x9f\x11\x00\xe7\x6f\x7f\xac\xfb\xc6\x9f\x97\xff\x9e\x00\x8f\x40\x7d\x40\x6b\x02\xf4\x9f\x34\x1f\xcb\xfe\x01\xac\xd8\xee\x9f\x5f\xf3\xfd\x1b\x6e\x5d\xf6\xef\xcf\xce\x9f\xfc\xe0\x1b\x6a\x5d\x77\x1a\x6e\x2b\x40\x08\x7c\x23\xaf\xdb\x2a\xb0\x03\x6c\x5f\x8b\xe4\xcf\xf9\x23\x3a\xdd\x4e\x01\xba\xbd\x37\x80\x4e\xf3\xbb\x09\x7c\xcd\xb7\x45\xf4\x7a\x03\xb0\xcd\xb7\x98\xdb\xb6\xbc\x00\xb1\x7c\xc0\xea\x90\xb1\x02\x7c\xbd\xb5\xe2\xcf\xc3\x7f\xff\x3a\xde\x36\xfb\x8a\x0e\xd0\x05\x02\x80\xe5\x19\xc9\x90\x5d\x64\x92\x51\x82\xe5\xf7\x4f\xc7\x28\x06\x1c\x43\x80\x2f\x87\x7d\x0d\xbe\x3c\xe2\x35\x3e\x54\xf6\xd5\xbe\xc6\x37\x7e\x7b\xf9\x12\xdf\x89\xdc\xfa\xf8\xbe\x6c\x0b\x18\x77\xce\xef\xb6\x80\x66\xff\xce\xf0\xca\x52\xf4\xeb\x9b\x30\x0b\xd1\x9f\x6f\xf1\x58\x86\x58\x2f\x7e\xcd\x70\xb1\x3e\x02\x5f\x3f\xd1\xec\x87\xe1\xa2\x39\xc2\xf8\x9a\x67\xfb\xda\xf4\x6f\xe6\x2f\x4b\xda\xb6\xbd\x00\x1a\x40\x08\x04\xc0\x77\xd2\xb7\x77\xa9\x0f\xd8\x39\x18\x2f\xfb\x3e\xd6\x35\x00\xbe\x45\x6d\x9d\x79\xbc\xec\x49\xeb\x8b\x5d\x5f\xfc\x6c\x13\x78\x01\x1a\x6d\x3c\xbc\x7d\x02\x6c\x50\x07\xb3\x77\x05\x83\xe0\xd0\xbe\x9c\xa3\xb1\x8e\x06\x90\x7c\x69\x02\xa0\x13\x1d\x44\x59\x81\x16\x22\xba\x42\xce\x31\x7b\x7b\xd9\x7b\x76\xec\xdd\xdc\xbc\x0e\xa2\xdb\x2e\xe0\x17\x06\xf5\x28\xbc\x1c\x85\x36\x1c\x94\x43\xda\x97\xb4\xcd\x37\x68\x5f\x67\x07\x03\x80\x1d\x7b\x39\xbe\x7d\x75\xdd\xb6\x1b\x60\xf8\xe5\x65\xfb\xc4\x00\xe2\xec\x9b\x0b\xbf\xbb\xb1\x76\xb0\x6f\x00\xe5\xcf\xbe\x99\x8e\x74\x0d\x76\x06\xdd\x9b\x3f\x63\xdf\xda\x02\x1f\xfc\x2b\xc7\xfb\xff\xe0\x81\xdb\xbb\x83\x44\x9f\xbd\x3f\x00\x09\x7a\x3b\x18\xf5\x62\xed\x39\x22\x3d\x39\x5f\x2f\x47\xa4\x67\xb1\x74\x6d\x17\x48\x80\x06\xe0\xa2\xb6\x6f\x81\x7a\x2d\x74\xdd\x58\xa0\x5a\x05\x52\xc0\x9f\x81\xf8\x58\x59\xad\xc6\x6a\xc9\x04\xde\x76\x00\xec\x62\xf0\x2d\x5d\xac\xae\x3d\xe7\x32\x56\x88\xed\x6d\xcf\x6f\x7f\x6c\xcb\xe6\x46\xb4\x0f\xeb\xd8\x16\xbe\xf4\x05\x00\xf6\xf7\x7e\xfc\xf1\x03\x98\x1c\xd4\x1a\x1b\x9c\xe7\xed\x4d\x80\x71\xfa\x87\x75\xf4\xdd\x36\x1f\xd6\x11\x3b\x58\xf7\x14\x60\xa6\xbd\x04\x1c\xe7\x00\xf0\xc8\xf5\x1b\x20\x04\xbe\x15\x8d\xf4\x9c\xf7\x57\x00\x0c\x60\x11\x51\x30\xc2\x17\x26\x11\x25\x05\x04\xb8\x95\xdb\x1a\xbb\x80\x5f\x9a\x00\x83\x06\x88\x56\xf3\x67\x20\x5a\xb0\xa2\x37\xbe\x45\x8c\xb1\xf9\x33\x70\x1b\x62\x1d\xa7\x80\x5f\x58\xc4\xe1\x29\x0b\xb0\x1e\x43\xe0\x11\xb0\xcd\x87\x75\x2e\x0b\xf3\x81\xef\xe7\xe2\xd1\xce\x0d\xa0\xfc\xf2\x21\x9a\x4a\x91\x37\x1b\x80\x5d\x67\x07\x08\x7a\xcb\x0f\xd1\xdc\x9c\x4f\xe6\x6f\x7f\x6c\xeb\xd2\xed\xe0\x5b\xd1\xdc\xa5\xce\x3c\x00\x10\x36\x6f\x7e\x58\x67\xf3\xec\xe4\x05\xe0\xe4\xf2\x06\x70\xb3\xf2\x3b\x07\xeb\x5a\xfe\x0c\xac\x5b\x03\xd1\x02\xeb\x26\x17\xa8\x15\x20\x58\xaa\x62\x0a\xbd\x81\x4e\xed\x02\x74\x5d\x4c\xa1\x77\x7a\xab\x2e\xe0\xcf\x98\xc2\x24\x99\x4a\x01\x30\xa8\x12\x60\xa6\x35\x00\x9c\x4f\x1d\x02\x76\x70\x0a\xf8\xb3\xfb\xc3\xba\x6d\xe2\xf6\x2d\x7c\x56\x17\xb7\x57\x80\x36\x83\x29\x94\xc7\x1f\x29\x90\xca\xcd\x77\x80\xf5\x40\xfe\xbe\xa3\x09\xd0\xf5\xf8\xb0\xae\xc5\x99\x8e\x10\xe0\x90\x8f\x04\x90\x5d\x8d\x4f\xd9\x58\x43\xce\x81\x84\xaa\xa5\xfc\xf2\x61\x5d\xca\xf3\x77\x9c\x02\x76\x7d\x01\xc8\x98\xc7\x0d\x20\x3f\x18\x8f\x80\x5f\xbe\x29\xd4\xb6\xd1\x06\x71\x55\x9b\xbd\x1d\xdf\x14\x6a\x77\x0a\xc7\x0e\xe0\xa9\x3a\xda\x87\x4e\xed\x02\x4c\x61\x77\x4f\x8f\x10\xa0\x6b\x94\x8e\xea\xab\x1d\x7c\xfa\xd5\x3a\x79\xf1\x71\x0a\xf8\x33\x10\xed\x72\x0a\x54\xb8\x8a\xc5\x2f\x8f\x00\x5f\xce\x15\x60\xeb\x3f\x65\x98\xe7\xf6\xa9\x59\xf3\xcc\x9e\xbb\xcd\xd8\xbc\xb3\x01\xb8\x11\x27\x88\x4f\x2e\x70\x86\x80\x43\xb1\xf6\x91\x4c\xe9\x64\x85\x27\x7f\x38\x59\xe1\xf4\x30\x9e\x97\x80\x6d\xbe\x43\xb2\xad\xc5\x38\x17\xb8\x66\x67\x16\x17\xeb\x98\x8e\x73\x81\x4e\x7a\xca\x2e\xd0\x99\x4c\xf6\xea\x02\xb6\x01\x9d\x72\xed\xd1\x2e\x6b\xb2\x9e\x0b\x74\xe6\xda\x5f\xd7\x37\xe8\xee\x89\x41\xd7\xaa\x6a\xec\xe4\xcd\x38\xe5\x1a\xdc\x8e\xd3\xfd\xd2\x69\xf3\xd1\xed\x8e\x42\xbe\x7e\xf4\x0d\xb0\x0b\xc4\x07\xac\x13\xc8\x5f\x7e\xb3\xef\xf4\xf6\xa9\x56\x00\x21\x10\x00\x25\xf0\xfd\xac\x79\x18\xeb\x23\xe2\xbd\xdd\x62\xfd\x89\xe5\xbd\xaf\x4e\xee\xd3\xe9\xf6\x8e\x1a\x59\xf5\x51\xe7\xde\xd1\x9d\xaa\x3e\x0d\x69\x8f\x98\xc0\xfe\x01\x8f\x6b\xf0\x91\xea\x9e\x9b\xf3\xf9\xc4\xf2\x9e\xdb\xfc\xd9\xd7\x75\xee\x0e\xfa\x11\xca\x9e\x6e\x49\x7d\x3b\xb7\xd7\x32\x81\xaf\xeb\x42\xcd\x28\xd8\xef\x5e\x65\x6f\xd9\x3e\xe0\x9c\x1d\x7c\x93\xab\x47\xac\xf3\x9b\x5c\xbd\xb7\xc0\x87\xc1\x40\x1a\x54\x7d\x92\x77\x1f\xe1\x7c\xbe\x33\xbb\x8f\xd9\xdb\x47\x90\xfb\x18\xfe\xec\x23\x87\x7d\x48\x1b\x58\x18\xfb\xf0\x88\xd5\x47\x83\xfb\xb1\x0f\x81\x0f\x83\xe3\x70\x7f\xbe\x43\xb1\x1f\xb7\x58\x7f\x24\xb4\x1f\xef\x6c\xf3\x61\x70\x2e\x73\x9c\x0f\x83\x73\x2e\xc8\xa7\x66\xec\x67\xda\xdb\xa7\x38\xee\xe7\xeb\x97\x4f\x69\xd9\xaf\xd5\xae\x3f\xc5\x71\xbf\xb6\x09\xec\x00\x4e\xee\x23\xc8\xfd\x7a\x1d\xf4\x13\x27\xfb\xbd\xba\x06\x9f\x4d\xb1\xdf\xdd\xb5\xe6\xb8\xdc\x2e\xef\xf8\x14\xc4\xfd\xf6\x5c\x8f\x4f\x79\xd8\x1f\x8f\xf2\x58\xbe\x71\x1e\x2c\xa0\xc2\xf4\xd8\x9f\xe7\x16\xf8\xc6\x79\xde\x09\x7c\x33\x55\x45\xad\xf1\x9d\xb7\xb6\xb8\xa7\xe3\x3b\x6f\x6d\xd9\xe7\x97\xfa\x80\x98\xe3\x8c\x0f\x90\xa7\xa0\x8a\xb4\xe5\x9a\xc0\xfa\xcb\x6f\xda\x8a\xaa\x55\xe3\xe3\x36\x6d\x95\xa7\x8c\x8f\xb2\xda\xd6\xe7\xcf\xda\x2f\xbf\x69\xbb\x14\x3c\xd6\xfe\x01\xd7\x6c\xf3\x61\xb0\x3f\x13\x48\x80\x43\xe0\xc3\xa0\x75\xe7\xb3\x7e\x18\xf4\x55\x74\xb6\x0f\x83\xfe\x4e\xe0\xc3\x20\x3c\x62\xf0\xfc\x16\xf2\x10\xd4\xa4\x16\xe7\x23\xf0\x61\x10\x52\x23\x06\x52\x8b\x7b\xb6\x09\x00\x57\xe7\x23\xa6\x96\xdb\x04\x3e\x0c\x32\x9c\xcf\x27\x52\x5b\xa6\x5f\x3e\x16\xd0\x52\xfe\x3d\x3e\xfd\xa7\x15\xaa\x48\x8d\x4f\xc2\xb7\x79\xc8\x3f\xa9\xf3\xff\xcf\x30\x5b\x29\x78\xc6\xc7\xf6\x5b\x1d\x13\xf8\xd0\x1b\x68\xd0\x85\x7e\xd7\x86\x72\x03\xc9\xd5\xe6\xd1\x1e\x9f\xb1\xd1\xc6\xe5\xa2\x7e\x4a\x4b\x3b\xe6\x02\x7d\x72\xbd\x1d\x73\x16\x9f\xe4\x6a\xc7\xe9\x64\x3f\x7d\xa8\x1d\xb7\x88\xb7\x6f\x81\x8e\x67\x7e\xf9\x30\x38\x5e\x7b\xfb\x98\x6c\x3b\xbb\xb3\xf8\xc4\x58\x3b\x73\x15\xf8\x30\xb8\x57\x7f\xf6\x89\xa4\xf6\x40\x1b\x6d\x6b\x02\x4e\xe1\x53\x0c\xda\xb3\xdc\x7e\xf9\x3a\x78\xb4\x56\x36\x3a\x78\xb0\xb0\xda\xf6\x89\xf2\xf6\xac\xa2\xf3\xa9\xcf\xed\xd9\x66\x07\x7c\xd9\xe6\x38\x0d\xc0\xde\x04\x50\xf5\x1b\x46\x40\x7b\xe6\xf9\xeb\x74\x8d\xb9\xde\xb6\x8f\x13\xb6\xa7\x89\xf5\x04\xba\x76\x19\xb8\x35\x4f\xd9\xc7\x23\xdb\xd3\x6c\x13\x60\xd0\xb5\xd8\x02\xac\xbb\x18\x04\x93\x0b\xc7\x09\x70\x0b\xdb\x24\x6d\xe6\x21\x09\x70\x0b\x11\x4d\x7e\x96\x6e\x49\x80\x5b\xba\x54\xc9\xcf\xd2\x35\x48\xbe\x94\xf3\x49\x10\x2d\x31\x48\x70\x2b\x07\x75\x1c\x74\xa8\xb6\x15\xe8\x94\x1d\x14\xe3\x94\x8b\xe8\xa0\x63\xfe\x8c\x0e\x54\x5a\x86\x83\x0e\xb1\x1e\x74\xa0\x9e\x32\x92\x45\x1c\xf6\x36\x58\x9d\x79\xb4\x93\x35\x38\xec\x6d\x80\xe8\xe1\xba\x89\xf5\x29\x75\x8a\x35\x4c\xb6\xed\x0b\x88\x9e\x0e\x5a\xf4\x06\x9b\xd7\xec\x6d\xcf\xe9\xb1\x2c\x7e\x06\xef\x6a\x3b\x7c\xe8\x51\xf2\x0e\xe7\x03\x7f\x68\x3b\x4c\xe9\xb9\x58\xd1\x1d\xd6\xf3\x28\x6c\x47\x31\x9f\x7b\x7e\xe1\x67\xb7\x54\x52\xcc\x87\x43\xde\x76\xd8\xc8\xf3\x78\x0e\x8a\x71\x9e\xf9\x33\xda\xbc\xd8\xb3\xa8\x5a\xed\x81\xa7\xb4\x1d\xce\xf1\xc8\xcc\x47\xd1\xc1\x2b\xcd\xb9\xa2\x50\x49\xdb\xe1\x1c\x7f\xe5\xab\xae\xa8\x22\x15\x47\x45\xd3\x29\x50\x38\x2a\xda\xbb\xac\xb6\xf9\x06\x7d\x57\x17\xf1\x93\x06\x4d\xe3\xb6\xed\x10\xba\xc6\x6d\xa1\xab\xb5\x77\x77\x75\xa0\xfa\x77\x77\x79\xa1\x7a\xed\xd9\xb6\x43\xf5\xef\xee\xf2\x42\x80\x5a\xa9\x85\xa9\xd2\xb4\x45\x0b\x65\xaf\x69\x8b\xb6\x1d\xaa\xd7\x94\x2c\x8c\x98\xa6\xf5\x58\x63\xd0\x35\x26\x5e\xdb\xa1\x46\x8d\xa5\xb6\x43\x59\x1a\x4b\x63\x61\xb3\xb4\x68\xda\x0e\x61\x68\xd1\x8c\x85\xcd\xd2\x88\x69\x3b\x64\xa6\xa9\xd2\x76\x28\x4b\x4b\x63\x2c\x88\x06\x2d\x8d\xb6\x07\x88\xd6\x6c\x53\x3f\x63\x98\x5a\x11\x6d\x0f\x66\x8e\x15\x31\x16\xc4\x0b\xb6\xc2\xda\xf6\x74\xa8\xc7\x2f\xf6\xee\x0a\x43\x1b\xda\x0a\x63\x41\xf0\xbc\x43\x24\xa0\x0d\x0d\x87\xb1\x70\x96\xb4\x15\xc6\xc2\xf1\xd1\x3c\x68\x3b\x84\xa2\x79\x30\x16\x44\xd2\x2b\xa5\xed\x69\x6f\x2e\x10\xf2\x49\x8b\xa0\xed\x69\x6f\x97\x5f\x58\x93\x31\x11\xa5\xeb\xc3\x71\x38\x7f\xa8\xcf\x1f\x00\xa2\xa7\x93\x43\x72\xa9\xfd\x8e\x05\xc9\xf5\x9e\xce\x07\x42\x51\xe1\x1d\x0b\x87\x51\x4d\x76\x2c\x9e\xb2\xeb\xf1\x67\x20\x7a\x3b\x53\x8e\xa9\xfa\xea\x58\x10\x56\xef\x2d\xa5\x79\x18\x6f\xf7\xcb\xf3\x77\x3b\x28\xf2\xe8\x9d\x94\xe6\xc1\xba\x5d\x5e\xcf\xec\xb3\x0b\x30\xe8\xeb\xf2\x7a\x4c\x5f\x06\x6d\x0b\xd3\x86\x9e\x5a\x83\x3f\xbc\xaf\xd3\xf6\x00\x43\x5c\xad\xc1\x1f\x5e\xf4\xae\xb1\x78\x9a\xdf\xf2\x0b\xe8\xbc\x87\x00\x18\xbc\x62\xf0\x49\xb7\xae\x2e\x3d\x96\x4f\xba\xf5\x65\xd9\xfc\x59\x00\xb8\x20\xdf\xa1\xef\x8b\xbe\xb8\xf6\x1d\xd3\xbe\x2c\x6e\xe3\x27\xf7\xfa\x82\x2f\xae\xb5\x4f\xeb\xe9\x8b\xee\xb7\xf6\x69\x3d\x7d\x51\x86\xb5\x8f\xf5\xf4\x45\xf7\xdb\xf2\x89\xc7\xae\xc7\xb8\xb5\x95\xae\x51\x40\xc6\xd2\xe8\x40\x57\x5a\x5b\xc1\x60\x73\x0d\x56\x7a\xdb\x5c\xf8\x26\x20\x6e\x9d\xae\x37\x77\xbb\x33\x9f\xcd\xc9\x75\xe6\xb3\x3b\xb9\xce\x38\x4a\x37\x0c\xfc\xbe\x48\xd1\x6d\xa7\x83\xe6\x8a\x76\xe6\xd3\x3c\x89\x1d\x44\xdb\xec\x0d\x74\x70\x01\x35\x9c\x02\x7d\xe9\xee\x5c\x67\x41\x24\xfc\xb6\xd3\xa6\xbb\x0b\x9d\xf9\x74\x17\x7e\xa7\x83\xee\xe4\x76\xda\x84\xb8\x05\x58\x87\x93\x0b\xb0\x8e\xd9\x1b\x1d\x84\xbd\x05\x53\x98\x6c\x24\xc0\x20\x67\x07\x0c\x9a\xb3\x03\xc6\x49\xb7\xde\x3d\x85\x73\xb4\xe6\x36\x96\x58\x07\x18\x94\xe3\xb8\x8d\xe5\x81\x0d\x06\x95\x1f\x34\x37\x4b\x42\x6f\x8d\xae\x27\xa1\x07\x8b\x38\x09\x3d\x59\xc4\x21\xa2\xc9\x7c\x0e\x7f\x96\xb4\x39\x5c\xc4\x64\xd0\x73\xb6\x61\x9c\x53\x0c\xdc\x1f\x74\xcf\xd6\xdc\x05\x44\xdd\x58\x92\x71\x50\x44\x5b\x73\x4b\x4e\x0f\x52\x31\xe8\xe5\x38\xc5\xa0\x97\x5d\x17\xd3\xbe\x66\xd7\x60\x70\xb9\x73\x9d\xde\x24\xe7\x16\xcb\x4f\x18\x66\x5f\xee\xd9\x21\xe8\x49\xde\xcd\x8d\x98\xe4\x5d\xe0\x7a\x8b\x9e\xbb\xf2\x4c\x8c\xc0\xf5\x11\x09\xb7\xe8\x71\x81\x0a\x8c\x1e\x27\xeb\x7e\x3d\x1e\xe0\x62\x81\x1e\xf9\x5d\xb1\x40\x8f\x1b\xe1\x7e\x3d\xae\x63\x31\x8b\x57\x0a\x18\x2c\xc3\x2b\x0d\xba\x79\x8a\xd8\xe6\x16\x4d\x5a\x1f\x2c\xd0\xeb\x32\xb0\x5f\xab\xae\xf6\xf6\x71\xf6\xbe\x4e\xf2\xfe\x98\x79\x5f\x27\x79\x0f\x01\xbb\xfe\xf8\x77\x5f\x17\xa7\x3d\x00\x56\xcf\xdf\x27\x21\xfb\xaa\x0f\xbd\xa5\xc0\x1c\xe7\xc3\x7a\x9d\x44\xcc\x86\x1b\x7e\x19\x58\xee\x7d\xdd\x52\xc0\x2f\x2e\x2f\x1b\x6e\x34\x66\xac\xb0\x91\x15\x3f\xf5\x58\x61\x23\xab\xca\x2b\x11\xb5\xbe\xee\xbb\x5f\x56\x80\x2e\xb0\x01\xb8\xbc\xe5\x17\xbb\x2e\xbf\xd8\xf5\x0a\x06\xbb\x04\xc9\x06\xaf\xfb\xfb\xb7\xa0\x42\x5f\x31\x9e\xc6\xba\x32\x85\xee\xa0\x43\xe0\x30\xa8\x40\x6f\x93\xa2\x07\x53\x88\xf9\x33\xb0\x96\x88\x89\x4a\xf4\x35\xec\x7a\x63\x9c\x34\xf6\xe0\xe4\x72\xf6\xc6\x5a\xe3\x82\x6c\x7d\x05\x90\x6e\xbb\x88\xd6\xf6\xb7\x48\x46\x5f\x95\xf8\x5d\x44\x95\xe3\xeb\x26\x60\x28\x44\xac\x6b\x46\x3f\x04\x6e\xbf\x80\x68\x4d\x74\x00\x86\xcb\x0b\x5b\x5c\x87\xa1\x90\x55\xc0\xe5\x85\x47\xae\xc3\xf9\x6c\x02\x29\xc0\xf2\x22\xc7\xc7\xba\x0b\x3c\x02\xac\xce\xe1\x14\x5c\xaa\x63\x76\xc0\x1a\x1c\x22\xea\xb4\x0f\xa7\xed\xe4\x4e\x11\x15\xb7\x73\xf6\x06\x3a\x2a\xbc\x5d\x44\x95\xd6\x6b\x03\x9d\xcb\x05\x11\x51\xcc\xeb\xd6\x45\xe7\x72\x79\x11\x75\x86\xf5\xc6\x0a\x5b\x34\xac\x37\x56\xd8\xe2\x7a\x1b\xe7\x81\x13\xae\xd2\xf6\x0a\xf3\x5b\x9f\xe5\x6f\x51\xa3\xbe\x3e\xee\x1c\x8c\x79\x95\x68\xd7\xc6\xf2\x42\xa7\x83\x28\x5f\x5f\x5f\xd1\x71\xd0\xd7\xf9\xd0\x9b\xe1\x43\xc3\x4e\x7d\x5b\x5c\x78\xc4\xd6\xa6\x25\xd8\xe9\x6d\x9b\x11\xad\xf9\xe5\x11\xf8\xb0\xde\x66\xdc\x0a\x86\xb9\xad\xee\xcf\xfc\xe2\x14\xe6\x17\xf7\x07\x56\xba\x19\x90\xc2\xc7\xdc\x0d\x2d\xb6\xfe\xe9\x9e\x7d\xdb\x45\x07\x11\xb4\x29\x11\x3b\x3c\x64\x53\x22\xae\x30\xcc\xad\xd9\xf5\xcf\x19\xe6\xd6\x1c\x37\x6c\xe6\x02\xd9\x7b\x77\xf3\x60\x30\x5b\x77\xf3\x90\x76\x9b\x36\x63\x87\xc1\x6c\x5d\x96\x00\x93\xdd\x26\xa5\x85\x6d\x0c\xec\xc1\x60\xb6\xee\x94\x60\x30\x06\x42\x1b\xc1\xa5\xbe\x41\x69\xad\x43\xf8\x5b\x7a\x9a\x21\xfc\x4d\x45\x9b\x68\x41\xdf\xd2\xc3\x08\xe1\x6f\x39\x07\xa5\x83\x49\x90\x4e\x21\x1d\x07\x36\xbf\xe5\xec\x1a\x44\x27\x41\xc2\x4a\xb7\x72\xe9\xe0\xec\xdb\xa4\x34\x18\xf3\x36\x49\x08\xa1\xb8\xa9\xd6\x12\x67\xec\xdb\xe1\xa0\x2e\x88\xfa\xea\xea\x14\x94\x76\xb1\xd0\x06\x15\xb5\xc5\xc2\x14\x70\xc3\xb6\x58\xe8\x40\x01\x17\x0b\x1d\x68\xf2\x05\x7c\x75\x93\x02\xf0\x46\xf7\xed\x92\x0b\xc0\x57\x37\x8d\xc1\x40\x8b\xdb\x20\x87\x16\xb0\xdf\x8d\x43\xdf\x02\x8d\x6c\x53\x52\xad\xae\xdb\x3c\xda\x2e\xd5\xeb\xb4\x5d\x10\xb5\xd2\x80\x25\x6c\x2a\xa2\x01\x4b\xd8\xd4\x3d\x03\xc2\xdf\x97\xf9\x25\x01\xe6\x97\x02\x70\xad\x11\x68\xfb\x0c\xd6\xb2\x6e\xbb\xaa\x63\x40\xeb\xfb\xea\x7c\xd0\xae\x76\xe3\xa6\x01\x0d\xee\x53\x82\x20\xdd\x76\x25\x08\x91\xb3\xbe\x6b\x19\x06\xfc\x61\x9f\x12\x64\x80\xce\x3e\x63\xba\x3b\x40\xfd\x2d\xc0\xdb\xf7\xdd\x71\xa0\xdb\xbd\x79\x46\xe1\xf9\x7b\x13\x1d\x08\x72\xef\xae\x35\x9a\xc5\xae\x7e\x17\xa8\x81\xbb\xd2\x80\xa0\x70\xdf\xbb\xdb\x08\x09\xed\xc6\xed\x03\xb2\xdb\x63\xa2\xc3\xcf\xd0\xef\x5a\x40\x25\x7b\xb8\x3a\x10\xc6\xae\xb2\xb7\x0e\x3b\x60\x75\xb6\xc5\x0e\x1e\x01\xda\xa4\xe8\x70\x7a\x77\x0f\x2c\x01\x81\xbe\xe7\xfc\x99\x5f\x5c\x10\x0e\xec\x8e\x01\x39\x08\x66\xf6\xbd\x8c\x78\x73\x46\x77\x8d\xbf\x0d\x61\xbb\x2b\x1a\x36\xe4\xeb\x3e\x5c\xf8\x04\x37\x95\xbd\x6d\x15\x10\x6b\x34\x89\x7d\xb8\x20\x9c\xeb\x1d\x73\x6d\x6c\x9c\xaa\x1d\x9e\x3f\x08\x9a\xf6\xdd\xa4\x97\xe0\x58\xee\xc7\x1c\x94\x0d\x96\x16\x08\xa7\x76\xfd\x9e\x2d\x10\xf7\xfb\xe9\x1a\x20\x9c\xf6\x49\x0b\x10\xfa\xae\x34\xd8\x38\x89\xbb\x27\x7e\xdb\xfc\xe2\x38\x90\xe6\x7e\x3b\x53\xf4\xac\xfd\x76\x1c\xcf\xe8\x3c\xfe\x1e\x3e\xdc\x1f\x63\x43\x52\xed\xd2\xc2\x86\xa4\xda\x71\xf8\x0d\x22\x0a\x7d\x57\x1d\x23\xa2\xd0\x77\x4f\x7c\x42\x73\x4d\xce\xbe\xed\x3f\x8b\x92\xf7\xa6\x42\xb5\x21\x2e\x1b\xae\xc1\x96\xcc\xbc\xc9\xb5\x93\xc9\x36\x3c\x7b\x2d\xc1\xb5\x61\xee\xb4\x04\xbd\xb6\xd9\x06\xf4\xda\xe6\xcc\x77\xbf\x88\x1e\xd6\x4a\xdb\x27\x46\x1d\x60\xb7\x8d\x80\xf3\xc3\x40\x69\xbb\xfb\x85\x81\xd2\x70\x87\xb4\x44\xaa\x36\xe2\xf4\x83\x2c\x8d\xde\xf0\x8d\xb4\x44\xc4\xb6\x36\x3b\x00\xd1\xe6\x32\x38\x1f\x2c\xa9\x96\xa2\xa3\x25\x85\xab\xb3\x93\x52\xf4\x7d\x01\xb7\xee\xa0\x90\x5d\xeb\xae\x3d\x32\xba\x69\x15\x6d\xc8\xe8\x46\x8c\x7a\x6c\xc8\xe8\xa6\x55\xb4\x21\x55\x5b\xcc\x41\x05\xe6\xa0\xcc\x27\x5c\x5e\xe4\x6d\xd3\x5e\xc2\x8b\xda\x5b\x4e\x0c\x04\x5c\x10\x27\xa7\x68\x48\xe7\x93\x73\x1c\xbf\x4c\xdc\xf8\xa2\x7a\x96\xe2\x56\xe2\x86\x39\xda\x54\xcf\x52\x44\x71\x41\x8e\x0d\xce\xd1\xb4\xb1\x36\x04\x76\x43\x3d\x6b\xe9\x14\xca\x35\xe8\xf6\xe6\xc2\x8b\xb5\xba\x1a\xae\xdb\xde\xc6\x1c\x14\xac\x27\x0d\x22\xd7\xdb\xe1\xe4\x60\x4a\x4d\xeb\x6b\x83\x29\x35\xbc\x24\x2d\x9d\xc2\x21\xa1\x74\x01\xd7\xcd\xf9\x1c\x73\x1c\x00\x9d\x29\x1b\xec\xaa\x9d\xae\x8e\x58\x9f\xb6\x11\x51\x75\xb5\x14\x37\xed\xb2\x0d\xd1\xdd\xd4\xd5\x52\x0c\x54\xa8\x48\xea\xe9\x4d\x1d\x2a\xed\x5a\xfb\x28\x61\x7e\x6d\x52\x1a\xbc\xab\x3d\x8e\x03\x27\x6c\xaa\x5a\x1b\xbc\xab\xbd\x1e\x65\xd8\x55\xd3\xeb\x98\x18\x58\x4d\x27\x47\x62\x53\xb5\xd7\x15\x85\x5d\x99\xea\x34\x70\x2b\xf7\xae\xe1\x93\x28\x02\x7d\x99\x5d\x37\x00\x17\x9e\x71\xfa\x32\xdb\x7c\x5d\x77\xd3\xde\x92\x41\xfb\xea\x6e\xa3\x8a\x74\x1d\x16\xc9\x38\x7d\x9d\x6d\xe8\x5a\x23\x06\xbf\x74\xef\x93\x1a\xe1\x77\x5d\xe1\x94\xa2\xb3\xbb\x20\x62\xa0\x45\x83\x93\xba\xf7\xdd\xd5\x11\x83\x5d\x44\xe1\x77\x7d\x97\xd0\x11\xd0\x7d\xd2\xa9\xe8\x4c\x3a\x45\x5a\xf7\xe6\x36\x22\xad\x7b\x73\xda\xe2\xd6\x3c\xa3\xe2\xa6\xc7\x63\x43\xb1\xe9\x6d\xe2\x06\xa2\xdd\xad\x17\x1d\x15\xb5\x14\x03\x15\xb5\x0d\xbe\xda\xfb\x44\x87\xae\x95\x7b\x29\x6e\x31\x3b\x00\x9d\x74\x41\xb0\x6c\xbb\xb6\x4e\x8a\xdb\x24\xa6\xfa\x59\x94\xbc\x77\x85\x55\x3a\xee\xa4\x27\xcc\xd1\x3e\x85\x15\xe6\x68\x47\xbb\x6a\x39\x01\xb8\x36\x3e\xf4\xde\x91\x35\x8d\xe4\xa1\xde\x71\xc2\x8f\x1d\x1d\xaa\x9f\xf3\x67\xf4\x86\x78\x19\x78\xd7\x7b\x57\xd5\x2a\x94\xb0\xae\xaa\x55\xf6\x86\xaa\x35\x70\xb5\xf7\x8e\x63\x61\xec\xc8\xdb\xae\xac\x29\xbb\xd6\x77\x50\x76\x2d\x39\xec\x08\xdf\x4e\xdc\xb4\x95\xe3\xe8\x77\x2f\x7b\xd3\xf2\xc0\x71\xdf\xbb\x5e\x85\x1d\x49\xdc\xd5\xc8\x76\x84\x6f\x27\xd3\x73\xec\x88\x58\xc3\xd2\x63\x47\xc4\x06\xe7\x7c\xec\x48\xd5\xd0\xc0\x2f\xda\xc4\xe2\x4c\x31\x20\x43\x03\x9f\x70\x7e\x8f\xd5\x71\x10\x34\x61\x2a\x5c\xd9\x9b\xf6\x05\xfe\xfd\x1e\xda\x17\x65\xd7\xba\xdf\x76\x44\x50\x28\x82\xf6\xcd\x2f\xce\xc7\x71\xb4\xdc\x0b\xdb\x34\xf6\xd9\x75\x01\x4c\xdc\x06\x80\xab\xb3\x09\x38\x1f\x44\x50\x68\x4f\xec\x88\x93\x68\xfe\x0c\x09\x12\x1e\xd3\x42\xfc\x87\xc6\x05\xce\xfe\x1e\x8a\x06\x92\xa1\x7a\x18\x76\x2a\x27\xa7\x49\xbe\xc3\x7e\x43\xef\xd9\x0e\xc7\x8d\x14\x37\x67\xaa\x00\xd8\xe1\xb8\x91\xae\x1b\xac\x34\x34\x14\x76\xb8\x67\xe8\x9e\x27\xd1\xa4\x87\xd2\x60\x87\xe7\x87\xd2\xa0\x5c\x1d\xa5\x01\x01\x82\x1e\x72\xf6\x1d\x56\x1a\x5a\xc7\xe5\xba\x1d\xf3\x67\xa0\xa3\x75\x5c\x9b\x80\xa7\x17\x5d\x3a\x4e\xcf\x68\x17\x98\x58\x83\xdb\x29\xd6\x5d\x60\x76\x00\xa2\x97\x27\xd1\x15\x55\x39\x2a\xe4\x78\xe8\x16\x23\x3b\xac\xc7\xed\x22\xc2\x57\x43\xff\x16\xa9\x62\x3d\x54\x8e\x48\xde\xe8\xc1\x19\x6d\xb5\x0b\xb8\x25\xf0\xef\x50\x39\xda\x61\xa5\xf1\xce\x9f\x81\xe8\x3c\xb0\xb0\xd2\x90\x4b\x13\x78\xe8\x31\x4f\x2f\x6c\x31\x97\xf9\xb3\x00\x70\x1b\xd1\x0a\x52\x1f\x73\x35\x7f\xe6\x14\x10\xb6\xa9\x5b\x99\x5c\x92\x9e\xeb\x6c\x53\x00\x1e\x4b\xb8\x5a\xfe\x77\x49\x99\x3d\xf5\x24\xef\xb0\xb8\xdc\x6c\xd3\x05\x6c\x03\xef\x32\xae\xdd\x8a\x3d\x4d\x99\xf9\x0e\xef\x4a\x8d\xe8\x62\x4f\x53\x1f\x33\x79\x56\x3d\xf7\xf9\xb3\x6f\xdd\xb2\xcd\x9f\xd1\xa6\xc9\x29\xe0\x62\xa9\x36\x45\x3a\x56\x4f\x2d\xe8\xea\x7e\x71\xb3\xd8\x60\x53\x66\xc7\x5e\x02\x2e\x55\xfd\x2c\xe8\xd3\x53\xeb\x98\x4c\x95\x9e\xe1\x21\x41\x46\xa7\x96\x47\x61\x5e\xa7\x6a\x13\x69\x60\x3d\xc3\x0d\x67\x8f\x73\x12\x0a\xc6\x53\xa6\xb3\x40\x76\x66\x3a\x0b\x2c\xa9\x4c\x0f\x23\x96\x54\xaa\x43\x91\xf7\xd2\x53\xb6\xbf\x0f\xdb\x78\x18\x39\x24\x69\xe4\x96\x24\x98\x9e\x46\xa7\x48\x82\xe9\x59\xae\x23\xe7\x22\x75\x64\xed\xd8\x4b\xa9\x19\x52\x1e\x92\xe1\xe6\x61\x22\xa5\xae\xa7\x86\x89\x94\xba\x9e\xc8\x95\xe9\x69\xa0\x88\x58\x4a\x4f\xd9\x3c\xb1\x94\x9e\xba\x99\x09\x9f\xf4\xbc\x66\xd7\x20\x8a\x4f\x69\x10\x3e\xe9\x29\x9b\x27\x7c\xd2\xf3\x12\x37\x4f\x8c\x81\x22\x12\x67\x7a\xe2\x66\x1e\x86\x4f\x12\xce\x3e\x0c\x85\xe4\x23\x06\x30\xf3\x54\x9d\x21\xed\xb0\xe7\xa4\x0d\xcf\x12\x16\xf5\x68\xab\x80\x9b\xe5\xf1\x31\xb4\xd3\x56\x01\x0f\x89\xc7\x07\x77\xef\x30\x62\x92\xaf\xcb\x8b\x45\x9d\x12\x57\x83\xe3\x96\xae\x27\x92\x6d\x7a\x19\xe7\x21\xd9\xa6\x97\x36\x48\x83\x7b\x16\x9c\x7d\x34\x18\x66\xad\x22\x0a\xc3\xac\xd5\xde\x60\x8b\x65\x12\x02\x99\x37\xbd\xc8\x6b\x1e\x0d\x16\x57\xba\x7b\x49\xc3\xe9\xb5\x39\x1f\xb8\x5a\x99\xe4\x4c\x4e\x4e\xaf\xcd\xf9\xc0\xd5\x0a\x33\xbe\x91\xa0\xd3\x4b\x33\x9e\x04\x9d\x5e\xdb\x1c\x94\x71\xf6\xf9\x05\xa0\xcd\x41\x19\xa7\x4d\x44\xe9\x5a\x0d\x86\x64\x9b\x5e\xfa\x71\x1b\x5c\xad\x34\x3b\xc8\xbc\xe9\x85\x53\x77\x34\xc4\x49\xe9\x9e\x22\x0d\xa7\x57\xb7\x37\x64\x4b\x69\xe0\x93\x79\xd3\x4b\xdd\x86\xcc\x9b\x5e\x31\xdb\x30\x68\xcc\x36\xfc\xcc\xe3\x3f\x5c\x51\xb2\x9c\xda\x70\x45\x3d\xfe\xc3\x15\x4d\x27\x07\xf7\x2c\x53\x1a\x86\xcb\xab\x43\x69\xb8\xa2\x35\x7b\xa3\xeb\x9a\xbd\xd1\x06\x77\xef\x68\x98\x2a\x65\x70\xd6\xa0\x4f\x8d\xd9\x01\x4b\x35\xe6\xa0\x2c\x95\x26\xb9\xe1\xa0\x22\xb7\x7f\x18\x01\xaa\xc3\xcd\x42\x22\xd6\xe1\xa1\x40\x22\x96\x52\x67\xb8\x54\x9a\x03\xc3\xd5\x39\xe7\x17\xc6\xd1\x57\x45\x72\x4d\xaf\x6b\xf6\x06\x6e\x2a\x50\x43\x44\x55\xa0\xc8\xb4\xe9\x25\xfd\x90\x69\xd3\x4b\x11\x34\x9c\xc2\xed\x38\x22\xaa\xb7\xb6\xc1\x98\xeb\xb6\x37\xb1\xbe\x5d\x03\x18\x73\x3d\xce\x07\x26\x5b\x8f\xfb\x23\x06\x8f\x87\xa2\x6f\x3f\x63\x98\xa6\xcf\xb5\x01\x07\x1e\x8b\xc7\x14\x0e\x3c\x54\x9b\xc8\xf6\xed\x63\x99\x1d\xf2\xc5\x50\x88\xf1\xa5\xb1\xba\x74\x58\x38\x43\xf3\x80\xbc\x97\x3e\x56\x39\x14\xe6\xce\x20\x14\xd2\xc8\x7b\xe9\x63\x52\x00\xec\x77\x28\x78\xda\xfc\x22\x4f\xf1\x8b\xb6\xc2\x80\x47\x8e\xdd\x03\x0c\x97\x1e\x06\x3c\x48\x75\xe9\x43\xaf\x96\x51\xa3\xb1\x4f\x74\xc0\x5a\x03\xdf\xd8\xd0\xd0\x70\x20\xef\xa5\x0f\xcd\x03\x52\x5d\xfa\x50\xd6\x18\x28\x1a\x46\x3a\x9b\x83\xea\xfc\x22\x83\xa4\x8f\xee\x38\x0e\x3a\x09\x05\x76\x35\xfa\xec\x80\xae\x67\xd1\x0a\xec\x6a\x18\x24\x21\x83\xa4\x8f\x98\xbd\x81\xdb\x24\x21\x31\x50\x23\x33\xec\x34\x54\xc2\x0c\x2e\x0d\x83\x9b\x24\x66\xf4\xa1\xbf\x8b\x5c\x8c\x3e\x20\x87\xbe\xc0\x39\x06\x14\xd0\x17\xd8\xfc\x20\x8f\xa7\x2f\xf0\xef\x31\x29\x00\x96\x6d\x42\x58\x27\x31\xa3\x0f\xf5\xae\xe6\xe4\xb0\x1a\x3a\x89\x19\x7d\xa0\x84\xf5\x05\xd5\x7e\x68\x2a\x37\x67\xaa\xa9\xdc\x9c\xdc\x94\x2d\xb0\xdf\x71\xce\x41\x05\x28\xd0\x58\x60\x4a\x03\xaa\xe9\x0b\x7c\x68\x68\x37\x37\x18\xf3\x30\x23\xa1\xc1\x98\xc7\xe5\x14\x60\x4a\xe3\xb2\x10\x04\x35\x7d\x5c\x8e\x33\xfc\xe2\x38\x08\x8d\x61\xc0\xa3\x0d\x7f\x36\x07\x05\xd1\xcb\x69\x23\xa0\x87\xa1\x90\x86\xe5\x34\xcc\x48\x68\xae\xa8\x85\x3d\xa4\x4e\xf4\xf1\xb8\x06\xb0\x9e\xf1\xb8\xbc\x9b\x3f\xe3\x54\x75\xd7\xfa\x71\x75\xe0\x36\xe3\x71\x72\x70\x9b\x61\x4a\x43\x77\x17\x74\x1e\x77\x84\xed\x50\x0d\xec\xc8\xd7\xf1\xce\x71\x58\xaa\x57\xac\x51\x51\x07\x02\x6d\x74\x77\x01\x05\xb1\x2f\xe8\xab\x07\x4e\xb6\x4e\x22\x46\x3f\x16\x97\x0a\x0e\x75\xa0\x13\x8e\xce\x5a\x1f\xeb\xfc\x59\x03\xd8\xfd\x42\x07\xab\x83\xc2\xb2\x8f\x6d\x7e\xe1\x67\x9b\x87\x02\x0e\x75\xe8\x63\x36\x0e\x77\x58\x74\x63\xea\xc4\xa1\x81\x6f\x1c\xce\x94\xc1\x61\xe8\xed\x30\x16\x69\xb4\xed\xd8\x5d\x51\xb8\xda\x61\x01\x8d\x49\x15\x47\x13\x37\x18\xd9\xd1\xe6\xcf\x18\xa7\x39\x28\x42\xe3\x68\x73\x50\xc6\xe9\xee\x02\x3a\xee\x61\x0e\x41\x67\x4b\x0e\x28\xab\x9b\x47\x71\x84\xf3\xd9\xfc\xd9\xec\x7a\x00\xcc\xae\xfd\x99\x58\xbb\xa2\xd2\x5c\x77\x45\x0d\x8a\xf4\x9f\xe6\x61\xf6\x43\xb7\x58\x77\x85\xb5\x7d\xba\x8b\x5a\xb3\x77\xd0\x53\x3e\x75\x44\xc5\x31\xc4\x15\x7e\x7e\x18\x24\x31\xac\x76\xa8\xd2\x75\x44\xc5\xa1\x23\xab\xbb\x74\x68\x71\xdd\x64\x8e\x43\x52\xed\xae\xa3\x9e\xe5\xee\x3a\x6a\x15\x19\x70\x3b\x4e\x7b\x73\xe9\xae\xd9\x81\x00\x24\x64\x24\xed\x98\x24\x04\x33\x3f\x2e\xb7\x15\x21\x72\x5c\xee\x17\x3c\xff\xb8\x9d\x0f\xfc\xfb\xd0\x3e\xef\x28\xd6\xc7\xe3\x4e\x22\x00\x8e\x49\x42\x08\x80\xe3\xb1\xeb\xd9\xc6\xae\x61\xcc\x66\x49\x8f\x0e\x5f\x3d\xd4\xd5\x8c\x8f\x9d\xe6\xe4\x18\x12\x3b\x17\x0f\x23\xe3\x9c\x8a\x20\xa3\x60\xe7\x32\xbb\xfe\xa6\x70\xae\x73\x50\xbe\xa8\xb8\x19\x1f\x3b\x95\x47\xc6\xc7\x4e\xcd\x1d\xca\x16\xfa\xb9\xd9\x1b\x9a\xec\xb9\x79\xb0\xc0\xed\x9c\xa7\x19\x1e\x79\x9a\x45\x63\x18\xed\x54\xea\x18\x39\x3b\x77\x77\x1b\x86\x79\x5a\xca\x65\x06\xc9\x69\xf5\x96\x79\x22\xa7\xb1\x14\xea\x52\xfa\xa9\x6c\xe9\xf0\xfc\xd3\x5c\x99\x0e\xc3\x3c\xe7\xd1\x76\x72\x5d\xac\x61\x8b\x67\x97\xf0\xc5\xda\xf0\x49\x87\x47\x9e\xe1\x1a\x88\x5b\xc8\x39\xc4\x2d\x5d\x37\x18\xf3\xa9\x04\xe9\x30\xbf\x33\x25\x7c\xd1\x49\x07\x15\x9d\x74\xb7\x45\x67\x9e\x6b\x78\xe4\x59\xf6\x26\x3a\xea\x5d\x1d\x1d\xf7\x2c\x71\x83\x7b\x9e\x53\xea\x20\x8f\x4e\x05\x4d\x47\xe1\x3d\x49\x0b\x1d\x54\x5b\xf6\x53\x71\x62\xe2\xc2\x89\x76\xd5\x4d\x5c\x38\xf1\x48\xf5\x15\x36\x7f\x7a\xf8\x8c\xd3\x9f\xb7\x5f\xe0\x91\xa7\x01\x6b\x63\x84\x27\x59\x68\x9d\x42\xd9\x7e\x92\x9a\x3d\x0c\x18\x9e\xba\x9a\x0c\x18\x9e\xba\x8d\x0c\x18\x9e\x32\x66\x03\x86\xe7\xfb\x6f\x75\x85\xfd\xc4\x8b\xda\x0d\x4b\x9f\xef\xc4\xfa\x9b\xdc\x25\xc7\x35\xde\x7c\xe1\x5d\xea\xc6\x9b\x2f\x63\x77\x94\xbc\xf4\x4b\x8e\x6b\x74\xd7\x4c\xfe\x11\xf0\xe2\xcb\x33\x6a\x74\xf7\x5a\x67\xfd\xe2\x87\x8e\x39\xfe\x9d\x22\xbc\x7e\xcd\x32\x47\x8e\xf2\x25\x93\x35\x30\x79\xed\xb3\xeb\x04\x70\x3e\xb0\xec\x4b\x8b\x3a\xe0\xd2\x97\xdc\x33\x60\xcc\x97\x65\x80\xc6\x56\xaf\x66\x9d\x24\x07\xe9\xd2\x36\x08\x58\xf6\xd5\xed\x9a\x83\x74\xe1\x43\xea\xc6\x3c\xaf\x6e\x1b\x0e\xf9\x15\xee\x02\xb2\xff\x92\xe3\x52\x92\xd4\xaf\x70\xe1\xd7\x9f\x9a\xe4\x57\xb8\xad\x9c\xb2\x0b\xf3\xba\x1b\xf6\xbc\x72\xfd\x5b\xe5\x66\xbf\xb4\xa8\x03\xfb\xe2\x4a\x57\x0b\x89\x7f\xe9\x7a\x32\xf0\x7a\x95\xe3\x22\x2a\xae\x9a\x5f\xf8\x99\x76\x73\x60\x52\x5c\x7a\x9b\x28\xe9\xee\x97\x59\x5c\x81\x5c\xbf\xcc\xe2\x0a\x84\xc8\xe5\x99\x35\x58\x7b\x1d\x13\x1d\x7e\xa6\x79\x60\xe4\xf6\x3a\x26\x3a\xb4\x91\xfd\x52\x9f\xd4\xaf\xc3\x0e\x90\x06\xd7\x39\x3b\x60\x0a\x30\xe6\x6e\x08\xf3\x82\x31\x77\x43\x98\x17\x49\xce\x7d\x5b\x6c\xf3\x08\x30\xe8\x65\xc1\xaa\xe7\x4f\xc6\x6c\x1c\xf8\x52\x83\x09\x64\xcb\x45\x2c\xaf\x6f\x68\x09\xd7\x33\xdb\x80\xa8\x1a\x8c\x91\xce\x4b\xc3\x9b\x42\xcb\x7e\x4d\x72\x40\xea\x5c\x06\x15\x8c\x1d\x5f\x18\xde\xdd\xe0\xe6\x05\x97\xee\x86\x30\x2f\x55\x13\x43\x98\x17\x2c\xbb\x1b\xb5\xbc\x35\x14\x8c\x37\xdf\xf8\xae\xfa\xc6\xf9\xbb\xb5\x0d\x8c\x2a\xdf\xd2\x86\x21\xcc\x7b\x75\x1c\xb6\xf1\xa6\xd6\x68\x04\xa2\xee\x36\x25\x32\x90\x6e\xb7\x84\x62\x38\xd2\xf2\x81\x41\x45\x68\xbf\x0d\x37\x04\xa2\xee\x36\xb5\x2a\x10\x75\xf7\xe6\x9e\xa2\x25\xdc\xdb\xc4\xad\x00\xc4\x8d\x73\x70\x6f\xb3\x6b\x3a\xd8\x67\x1b\x70\x9b\xc4\x05\x4b\xb8\xcd\x06\x09\x68\xfd\x36\x90\x17\x88\xc7\xbb\xbb\xd6\x1c\x8a\x3b\x66\x6f\x74\xe0\x21\xdf\xd0\xe2\x6e\x0f\xf9\x86\x9a\x71\xeb\x36\x32\x64\x7e\xab\x2f\x18\x18\xbf\x4b\x44\x91\x95\x77\x89\x28\xda\xc8\x5d\x2e\x3c\x47\xec\x9e\xa7\x17\x06\x73\x0f\xf7\x14\xce\x71\x0f\xb7\x84\xc3\x77\x1f\xe2\xc6\x71\xb9\x0f\xeb\x9b\x39\x2e\xb7\xca\x43\x84\x80\x87\x8f\x43\x71\x6b\xf6\x46\x08\x38\x53\x04\xda\x6d\xa8\xc0\xc8\xfa\x7d\xda\x01\xf6\xd1\x7d\x7a\xc4\x76\x7f\x36\x7b\xf3\x67\x76\x80\x84\xbf\xf5\x21\x19\x3f\xbf\xe7\x51\xc6\x3e\xba\x2f\xb1\x76\xeb\x0d\x22\x18\x3f\xbf\x6f\xb1\xf6\x1c\xdc\x12\x20\x5a\xc1\x7d\x7b\x2c\x3d\x07\xda\xc0\x81\xe0\xbc\xd5\x4b\x02\xd9\x7f\x3f\xf3\x0b\xb8\x3d\x2e\xa2\xdb\xa8\x9a\x6e\x5c\xf1\x36\x99\xd0\x60\xfa\xfd\xba\xf0\xe8\x32\xb7\xfa\x77\xc0\xfc\xac\x50\xe9\x5b\x08\x38\x1f\x38\xe1\xb3\xb8\xdb\xec\xc2\x33\x0f\x39\xcb\xfb\xcc\x73\x5d\x02\xb3\x83\x04\xf0\xb8\xfc\x34\x71\xbd\x3f\xab\xb3\x28\x9b\x39\x0b\x36\xe2\x59\x5d\x3a\x36\xe2\xd1\x0f\x15\x88\xf2\x47\x1d\xde\x30\xe1\xa3\xa2\xc3\x15\x16\xdd\xca\x98\x6e\x64\xd0\xca\x98\x6e\x64\xf0\xd9\xe5\x50\xac\xfd\xa3\xda\x6e\xfc\xcf\x32\x99\x61\x7e\xc0\x63\x45\xbc\xf1\xbf\x67\x9f\x1d\x80\x5b\x73\x8b\xe0\xdf\x8f\xc5\xe8\x06\xe9\x1e\x2f\x3c\x30\x2e\xf7\x4c\x12\x82\x99\x3f\x5d\x0a\xc0\x62\x7b\x14\x3c\x46\xec\x1e\xcd\xeb\x18\x02\xb3\x0d\xe8\xa8\x0f\x19\xb1\x7b\xa6\xe0\x81\x17\x3f\x2a\x3a\x89\xf8\x7f\x94\x13\x89\xf8\x7f\x4c\xfd\x35\x43\xe1\x29\x59\x0f\x8c\xd9\x32\x99\xbe\xc3\x98\x1f\x8d\xe8\x1d\xc6\xfc\x18\x60\x4b\xf8\xaa\x65\x32\x7d\xb7\x6b\xd4\xf4\x6e\x4c\xed\x19\x73\x50\x16\x7e\xcc\xde\xc0\x7a\xcc\xde\x40\x14\x3f\x54\x37\xa6\xf6\x48\x9d\x46\xce\x1e\xc3\xd2\x09\x97\xb6\x66\x66\x24\x2a\xc3\x73\x78\xe5\xc4\x04\x6e\x01\x70\x53\xcf\xcf\x09\xdc\x02\xe0\xa6\x04\x31\xbc\xf5\x68\x51\x27\xfc\xfb\x21\x5d\xb8\x53\xf2\xd2\x1f\x69\x30\x61\xe6\x8f\xae\xdb\x84\x99\x5b\x09\xd8\x77\x44\xea\x73\xcf\x0e\xe8\x0d\x1a\xec\xc6\xc7\x1e\x83\x24\x69\x6f\x12\xa4\xf1\xb1\xc7\xdc\x12\x33\x39\x2c\xa0\x19\x69\x6f\x9a\xca\x46\xb4\x9e\x77\x7e\xa1\x83\xd7\xae\xe1\x91\x16\xc3\x8c\x84\xaf\x5a\xff\xd2\xa9\x72\xe9\xef\xe2\xb4\x61\xb2\xd6\x22\x76\xaa\x5c\xba\xf7\x60\x74\x03\x5f\xde\x83\xe1\x15\x0e\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x3a\x25\x2f\xdd\xab\x2f\x86\x29\x1a\xaf\x94\x65\x14\xcc\x9b\x2b\xba\x81\xaf\x77\x9b\x3f\x6b\x00\x4e\x1b\xbe\x3a\x6f\xa1\x30\xf0\xe5\xc5\x13\xc3\xdc\x8b\x79\xbd\x84\x51\x30\xcb\x71\x86\xe9\x16\xef\xee\xd9\x41\x8f\xfc\xdb\x5d\x13\x60\xbd\x3b\x05\x38\xd4\xbc\x6b\x62\x87\x43\x79\x4f\xc4\x30\x2b\xc3\x3b\x1f\x46\x3a\x05\xf5\xbb\x9d\xf0\xc9\xbc\xd9\xc1\xc8\x99\x97\x39\x74\xe3\x63\x5c\xe6\xf0\x01\x8c\x23\xcd\x25\x32\xd9\x1b\x17\x46\xc2\x7e\xdf\xee\x7c\xc2\x2f\x2e\x48\xf8\xc5\xc9\xc1\x8b\xbd\x4a\xa1\xef\x68\xb2\xdc\x36\xb0\x76\xe3\x56\xaf\x8a\x1a\x65\x31\xdd\x3b\x05\x3a\xc5\x2f\xdd\x2b\x01\x86\x69\x1d\x16\xfe\x77\x03\x52\xef\x24\x40\xec\xb0\x59\xef\x62\x56\x86\x45\xef\x9d\xd2\x93\x6e\x35\xfb\xc8\xfe\xd3\x3c\xcc\x57\x01\x97\xae\xfd\x31\xfb\x60\x5c\x7d\x57\xa6\x6c\xbc\x93\x84\x5c\x3a\x35\x32\xc3\x34\xd6\x92\x77\x43\x2e\x56\xd3\x74\xa3\x2c\x96\x8f\x8f\x74\x85\x21\xbb\x6e\xc8\xc5\x22\xf1\x6e\x94\xc5\x6a\x9a\x6e\x94\xc5\x6a\x9a\x91\x48\x94\xf7\x76\x27\x91\xf8\xef\x24\x21\xd7\x51\xc5\xcd\x88\xc9\x3b\xa9\x06\x51\xf1\x1a\x3e\x49\x24\xf1\x6b\x12\x56\x86\x3f\x63\x8b\x0c\xac\xbc\x93\x9e\xdc\x88\x57\x0c\xe0\x0f\x16\xc3\x0c\x93\x2c\x5e\x15\xb7\x06\xb3\x78\xf5\x29\x51\x8a\x12\x8b\x09\x89\xe4\x48\x84\xe5\x2b\x83\x1c\x89\xb0\x7c\xa5\x13\x99\x89\x05\xaa\xe9\x04\x63\xc2\x5a\x96\x4e\xfc\x25\x16\xc3\x27\xe4\x48\xc4\xa2\x15\x4e\x26\x44\x2c\x2a\x6e\x64\x42\x84\xe5\x2b\x9d\x28\x4b\x2c\xaa\x67\x64\x42\xc4\xac\x65\xa1\xd2\x3e\x16\x4d\x72\x02\x2b\x61\xa9\x71\x27\x96\x12\xb3\xb0\x85\x34\x88\x58\x4c\x1a\xe1\xa6\x94\xf0\x6a\xa5\x91\x05\xd6\x66\x76\xe4\x00\x83\xe6\xb4\x3f\xce\x11\x8b\x8a\x1b\xf5\x2f\xb1\x74\xe7\xb3\x83\x8e\x22\x88\x88\x49\x2c\x92\x03\x41\x92\xb0\x96\x65\x70\x09\x4b\x2c\xdd\xde\x76\x70\x33\xcf\x8a\x74\x8b\x58\xd2\x3d\x1d\xa0\x63\xa6\x61\x0e\xd0\xf1\xd0\x13\x54\x88\x45\x65\x8f\x44\x8c\x58\xca\x71\x9a\x6d\x5e\xbf\xd0\xb5\xca\x1e\xa9\x13\x61\xc1\x49\x27\x0c\x10\x8b\x9e\x22\x52\x27\xc2\xea\x93\x4e\x18\x20\x16\xcb\xcc\xc8\xa3\x88\x59\x8a\x52\x0b\x18\x40\x18\x1d\x17\x7e\x2c\xda\xda\x78\xed\x63\xc1\x54\x19\xb5\x08\xd8\xf5\xca\x38\xa7\x5d\x07\xd3\x56\xd9\xc3\x37\x1f\x8b\x95\x65\xdc\x3d\x13\x16\xa9\x0c\x32\x2c\x62\x96\xa2\x94\xa7\x6a\xd2\x42\x80\x8e\x71\xc5\xf2\x20\x5d\xa2\x13\xa0\xa3\x82\x58\x9e\xaa\x6b\x76\xcd\xe4\x14\x4e\xa4\x4e\x84\xe5\x2b\x1d\x17\x7e\x2c\xea\x84\xe4\x51\xc4\x72\x4f\xac\xfd\xe2\xd9\x49\xa6\xa0\x1f\x80\x94\x86\x58\x6e\xef\xf0\x49\xb0\x36\xb1\x84\xec\x82\x58\xde\x09\x30\x8e\xf2\xa8\x49\x0b\xd6\x9c\x91\x5d\x10\x8b\x26\x51\x93\x30\x54\x10\xc9\x21\x88\x55\xc7\x15\x39\x04\xb1\x2a\xb6\x28\xbb\x08\x2f\xed\x1a\xc5\x41\xb2\xda\xa4\x53\x76\x11\xab\x1e\x82\xe2\x20\xad\xab\x4b\xf5\x29\x6a\xe1\x2d\x5e\x83\xbc\x83\x58\xd7\x39\x4e\x00\xb8\xd6\x9f\x38\x09\xab\x4d\x3a\xce\xf0\x98\x05\x26\xf5\x89\x93\xb0\xc0\xa4\xb7\xf1\x33\x1f\x66\xac\x2a\x88\x5c\x80\x13\xab\xb7\x24\xe1\x29\x8f\x75\xf7\xc8\x0d\x90\xd8\x67\x87\x20\x31\xef\x42\xe2\x9c\xaf\x5e\x5d\x44\xb9\x47\xac\xde\x56\x84\x73\x3c\x56\x85\x15\xe9\x0a\xb1\x42\x83\x83\x74\x85\x58\x0d\xe2\x57\xa3\x6b\xc3\x91\x05\x6d\xac\x84\x5c\x3a\x5e\xef\x58\x15\x56\x64\x35\xc4\x2a\x75\x76\x4e\xf3\x2c\x45\x21\xc5\x21\x2c\x45\x19\x64\x35\xc4\x2a\x75\xe2\xe8\x8e\x55\x6d\x91\x1b\x4d\x62\x35\xab\x98\x74\x85\x58\x75\x98\xe1\xa7\x8e\x35\xbc\xa4\x89\xe3\xb3\x12\xe8\xef\x94\x7b\x84\x15\x2b\x83\xac\x86\x98\x15\x2b\x24\x25\x84\x15\x2b\x83\xbb\x33\x62\x55\xc3\xe4\xee\x8c\xb0\x14\xa5\xe3\x80\x0e\xab\x4f\x06\x17\x69\xc4\x5a\x8e\xc3\x59\x5a\xa5\xe8\xee\xf1\x51\x8f\x24\x3d\x21\xd6\x63\x7e\x61\x75\xa4\xdb\xee\xee\xab\x20\x92\xb8\x10\xab\x9e\x88\xee\x51\x50\xd4\xf5\xc6\x38\x8a\x3a\x52\x1a\x62\x3d\xdd\x9f\xc6\x38\x52\x34\x6e\xe5\x58\xcf\xd9\x1b\x5d\x6b\xbe\x75\x37\xeb\x9c\xbd\x31\x8e\xd2\xad\xbb\x59\x93\x88\x21\xae\xd5\x7c\x63\x12\x17\x62\x9d\xa4\x9a\x74\x3d\x09\x32\xe9\xed\x96\x29\x25\xbd\x59\xf7\x49\xaa\x41\xac\xfa\x8b\x29\xf7\x88\xf5\x15\x51\xf7\x47\x5f\x5c\xef\xe0\xf6\x7a\x67\x9a\x0b\xaf\xd8\xea\x2c\xbc\x65\x25\x9d\x5b\xfd\xc2\xe2\x91\x8e\x5f\x3a\xac\x0a\xe9\x14\x64\x84\xb7\xcf\xf5\x0e\xd6\xdb\x24\xa1\xf2\x67\xf6\xc6\x14\x36\x22\xf8\xbd\x33\x85\x6d\xd2\x13\xa4\xba\x19\x0a\x21\x57\x21\x36\x25\x15\xe9\x09\xb1\x6d\xb3\x6b\x7f\xe6\x6e\x23\x9c\x2c\x38\xe9\x38\xb6\x63\x93\x98\xf0\x4b\xc7\x66\x90\x84\x5c\x85\xd8\xb4\xb6\x70\x52\xc7\x66\xae\x23\xb9\x0a\x61\x5d\xca\x20\x57\x21\x36\x05\x1a\x17\x83\xc4\xa6\x33\xaf\x3b\x8e\xd2\x0d\x1f\x73\x6c\x1a\x58\x5c\x19\x12\xdb\x24\x26\x24\xe2\x2c\x30\xe1\x7a\xc2\xd8\xd0\xfc\x7a\x17\x83\x3e\xdb\x00\x18\x3e\x21\x23\x21\x36\x0d\x2c\x32\x12\x62\x9b\x54\x22\x6e\xfa\xeb\xba\xb8\xe5\x6c\x03\x6e\xe9\x7c\x44\x54\x9d\xb0\x8b\x8e\xf4\xc3\x35\x23\xb1\xa9\x20\xe2\x97\x8e\xcd\x7c\x7d\xee\x1c\x09\x6b\x4a\x06\x77\x8e\xc4\xa6\xb9\xd6\x61\x35\x9b\x82\x93\x0b\x48\x62\x53\x56\x92\x13\x11\x9b\x9e\x3c\x2e\x20\x89\x4d\x0b\x2d\x44\x67\xcc\x36\x4c\x8e\x3a\x94\x1e\x76\x7d\xf8\x05\x51\xb7\x49\x59\x63\xfd\x59\xe2\x7a\x6c\xc7\xec\x03\x24\x70\x67\x0f\xb2\x27\x62\xd3\x6b\xc2\x25\x26\xb1\xe9\x00\x0c\xd1\x33\x54\xca\x8d\x26\xb1\x9d\x13\x3d\x70\x55\xc3\x0c\xd1\xd3\x48\x0b\x7b\xd3\xfa\x22\x95\x22\x36\xe9\x89\x54\x8a\xd8\x5e\xbb\x46\xa2\x58\x8a\xd2\xf1\x3a\xc6\xa6\x03\x03\x3f\x61\x6c\x06\x56\x48\xa5\x88\x7d\x99\x6d\x0a\x40\x74\x50\xa8\xf6\x65\xb6\x19\x00\xa2\x03\x1b\x99\x75\x29\x64\x5c\xc4\xae\x33\x8f\xbc\x8a\xd8\xb5\xa4\xf0\xec\x85\x57\x2b\x0e\x92\x2c\x62\x57\x9c\x70\xf1\x49\x58\x97\x32\xb8\xf8\x24\x76\x9d\x0f\xb8\xf9\xc2\x22\x95\x8e\x9b\x2f\xac\x3e\x19\x5c\x89\x12\xbb\x42\x83\xeb\x4c\x62\x6f\x13\x1d\xba\xd6\xa8\xc1\x4b\x17\xbb\xa1\xf9\xe1\x7c\x14\x0d\x01\xe7\xb0\x48\x65\x0c\xe7\xa3\x9c\x18\xce\xc7\x30\xfb\x10\x6b\x15\xb7\x21\x3a\x1e\xed\xe8\x0c\x2a\xcf\x1f\xe2\x96\x6e\x09\x7c\x68\xd7\xc5\x40\xfa\x45\x58\x7d\xd2\x71\xe6\x85\x35\x26\x1d\x67\x5e\xec\xa6\x44\x72\x1f\x4a\xec\xe5\xfe\x04\x83\xea\xf3\xe3\x72\x94\xd8\x4d\x89\xe4\x72\x94\xd8\x6b\x22\xca\x7c\xca\x99\xc2\xe6\x77\x03\x86\xb8\xf9\xc2\xea\x93\x8e\xff\x2e\xac\x3e\xe9\xb8\xec\x62\x9f\x47\x1b\x85\x6a\xd7\x92\xe2\x42\x95\xd8\x8d\xbf\x0c\x57\xc7\xa8\x3f\xbe\xb8\xd8\xe7\xe9\x45\xba\xed\x6a\x71\x5c\x9b\x12\xbb\xde\x67\x5c\x69\x61\xc1\xc9\x18\xae\x8e\xa1\x44\xfc\x6a\xb1\x1b\x9a\xa7\x96\x25\x76\xb5\xb8\xe1\x52\xe9\xa4\x1e\xae\x8e\x1e\x02\x6e\x89\x8c\xdd\x80\x21\xde\xb3\xd8\x95\x06\xc3\x75\xd3\x49\x3d\x5c\x2a\x03\x86\x5c\x18\x1a\xbb\xea\x19\xb9\x24\xb1\xeb\xa4\xc6\xd9\x15\xbb\xfe\x3b\x72\x49\xa2\xe9\x8a\x26\x97\x24\xda\x32\x7b\x0b\x00\x78\x24\xee\xa9\x68\x5a\x34\x38\xa1\xa2\xcd\xd3\xcb\x22\x36\xfd\xd2\x78\xa4\xa2\xe9\x8a\x1e\xac\x68\x5b\xdd\x12\xb8\x67\xd3\xdd\x36\x90\x2d\x6d\x73\x7f\xe0\x50\x6d\x1e\x7f\x96\xb7\x69\xfa\x73\xeb\x49\xcc\x6a\x13\x6e\x3d\x89\xa6\xb5\x9f\x30\x59\xab\x4d\x7a\xc2\x64\x9b\x8c\x19\x2f\x56\x34\x23\x81\x5c\x80\x1a\x4d\x2e\xcd\xad\xa7\xd1\x0c\xc6\xe0\xdf\x8a\x66\x5c\x9b\x6b\x53\xa2\xe9\x8a\x4e\x58\x69\x33\xc8\xcd\xb5\x29\xd1\x74\x45\x73\x31\x5a\xb4\xc9\xb2\x91\x6e\xcd\x3c\x45\x52\x5b\xa2\xe5\x6c\xc3\xcf\xca\xe5\x45\xd0\xb4\x9a\xb8\x81\x8e\x41\xed\x51\xf9\x33\x86\xd9\xc6\xec\x83\x99\xeb\xb4\xe6\x4a\x94\xf0\xfe\xb1\x8e\x87\x2a\xda\x10\x09\xc4\x4b\x33\x18\x33\xdc\x2f\x5d\x01\xb8\xab\xa2\xcd\xd3\xec\xe6\x1d\xf6\xe6\x7e\xc9\x98\x71\x4a\x45\xd3\xc2\x49\xb8\xa7\x45\x1d\x1d\x3f\x54\x34\xf3\x51\xa8\x28\x8a\xa6\x4d\xcf\xcd\x29\xd1\x70\x98\x75\xca\x8b\xa2\x69\xa0\x24\xcc\xaf\xcd\xa3\xed\x1e\x5f\x62\x0d\x27\x6c\xda\xf4\xdc\x82\x12\x4d\xa7\x35\x75\x43\xd1\x6e\x2f\xee\x84\xab\xb5\xc9\xbf\x11\xb1\xdc\xb4\xb6\x2d\x8b\xbb\x7f\xbb\xa8\x18\x0e\x4d\xd3\x05\xa7\x54\xb4\x67\xf1\x67\x74\xf0\x11\xca\x07\xf0\x33\x5d\x69\xb8\x84\xa2\x3d\xb7\x5f\x6c\xf3\x0a\x30\x9f\x4f\x4e\x7c\x00\x3b\xa9\x76\x85\xe7\x28\x9a\x24\x84\x17\x28\x2c\x1e\xe9\x78\x81\xa2\xbd\xae\x35\xcc\xaf\xab\x5d\x51\xcf\x13\xfd\x13\x1a\x5f\x6f\x01\x30\x3b\xe8\x00\x73\x3e\x09\x70\x08\x14\xc0\x44\xe7\x43\x94\xe2\x91\x6d\x21\x11\x28\xba\x29\x28\xb8\x84\xa2\xaf\xc3\x2f\x2b\xc0\xed\x17\x7a\xdb\x1c\x14\x89\xd8\x37\xef\x45\x85\x47\xf6\x6d\xf6\x06\xa2\x8a\x13\x0a\x75\xa2\xef\xb3\x0d\x58\xef\xee\x36\x7c\xa8\xef\x2e\x15\x76\x66\x6f\xae\x28\x76\x66\xf7\x62\x55\x5c\x33\xd1\xf5\xab\x51\x9b\x13\xbd\x4d\xdc\xe8\xc0\x50\x29\x45\x37\xd1\xfb\x1c\x07\x74\xba\x5d\x73\x76\x2c\x04\xe9\x38\x6d\xa2\x9b\x82\x42\x01\x4d\x74\xc5\x09\xde\x98\xe8\xe9\xcf\x20\xef\x5e\x6e\x16\xd2\xba\xeb\x2e\xd0\x7f\xd2\xf5\x91\xe9\x3f\xe9\x8a\x06\x5d\x26\x7d\xcc\x2f\xe0\x66\xa6\x97\xee\x8f\x3e\x26\x3a\x20\x3a\x5c\x1d\x88\x69\x5e\x6a\xac\x63\xc4\x62\x91\x9e\x98\x78\x5d\xcf\x57\x71\x2c\xbb\x7a\x89\x3e\x8a\x2e\x61\xe8\x96\xb0\x24\xa4\xeb\x96\xe8\x9f\x00\xd8\x16\xb2\x8f\xa2\x5f\x6e\xfd\xee\xcf\x5e\x7f\x06\x3a\x12\x86\x2e\x86\xce\x85\x86\x0b\xd9\x47\xd1\xef\x79\x6f\x2d\x83\xea\x06\xd3\xab\xd0\x11\x0d\x5d\xaf\x42\x57\xe5\xd1\xc0\xe7\x12\xb7\xaf\x03\x76\xce\xa3\x4c\x05\x44\x58\x05\xd2\xa9\x25\x88\x58\xa4\x1f\xec\xa3\x30\x4c\x43\xf6\x7f\xc4\xe2\xea\x40\x0b\xb1\xb9\xf0\x9c\xf8\xd0\x3d\x55\x10\x46\x7c\x1a\xcb\xf7\x25\x00\x6e\xbf\x7c\x93\xb3\x88\xa3\x6b\x7e\xc6\xee\x7c\x38\xb0\x56\x74\x74\x6d\xd1\xd8\x25\x0c\x7f\xf6\x9d\xaa\x0f\x18\x3f\x63\x98\x96\x7b\x74\x32\xe1\xc3\x72\x8f\xae\xd1\x19\x9f\x0a\xb4\x2d\x24\x0f\x45\x78\x49\x2f\x97\xbf\x44\x34\x67\x8e\x55\x14\xdd\x71\x11\xe5\xd1\x67\x6f\x60\xd4\xdd\x22\x44\x79\xe8\xe4\xd5\x36\xb5\x44\xa4\x6b\xd8\x45\xba\x74\x50\x40\xa4\x14\x80\x24\xb6\xf6\xa3\x73\xab\x62\x44\xba\x40\x88\xe5\x48\x17\x15\x49\x1c\x29\xe1\x43\x28\x56\x85\x74\x2e\x5f\x8c\xd0\x06\xd6\xac\x8a\x21\x3a\x10\x4a\x18\xc2\xd4\x2a\x8a\xe1\xe4\x10\xb1\x61\xc4\x44\xab\x28\x8c\x67\x6a\x15\xc5\x21\x11\x8b\xb5\x02\x40\x13\x89\xe2\x91\xef\x8b\x3f\x73\x50\xe4\x44\x9c\x6e\x38\x32\x3a\x4e\x37\x2f\xfd\xe2\x16\x41\x9d\x31\x29\x00\x9e\x1f\xa7\x88\x26\xf3\x39\xe7\x38\x60\x7d\xce\xae\x41\x54\xe5\x48\xe3\x29\xae\xd9\xb5\x5f\xec\xba\xfc\xe2\x95\xcc\xb0\xec\x50\x39\xd2\xf6\xe1\x7a\xc1\xef\x67\x7e\x99\x3f\x63\xd0\xdb\x05\x41\x12\x5b\x7d\xd2\x35\x77\x62\x8a\x06\xb8\x80\x97\x70\x76\xcd\x9d\x78\x5c\x03\x97\xea\xb5\x0d\x94\x16\x5a\xd4\x5c\x97\x18\x29\x9b\xd7\xb8\x48\xf3\x09\xc9\xd3\x8e\x9c\xcc\x1c\xad\xc7\xea\x93\xae\xd5\x90\xcb\xec\x3a\x01\x6e\xbf\xf0\x33\x1c\xc1\x5d\x0b\x20\x0d\xac\x68\x01\xe4\xe6\xa9\x62\xdd\x72\xe3\x54\x71\xe7\x7f\x50\x49\xf2\x01\x0c\x6a\xf8\x44\xcd\x3c\xf7\xdd\x2f\x3b\x80\xcb\xdb\x04\x9c\x29\x04\xe9\xa5\xa2\x5d\x95\x3b\x0d\x4c\xaa\x65\x53\x8a\xf2\x75\xc0\xcf\x5a\x17\xe0\x67\x6d\x76\xc0\x14\xe6\x2d\xd9\x90\x6a\x6a\x37\xab\x17\x67\xf7\x67\x10\x53\x76\xd7\x0d\xfa\x49\x79\x3e\xb7\xb8\x44\xc6\x9c\x02\xd3\x0e\xc7\x61\xad\x29\x30\xf9\x00\x66\x1a\x97\x00\x93\x0b\x11\xed\x76\x20\xa2\x08\xb4\xcc\x4d\x80\x41\x53\x74\x20\x40\x0b\x4c\xba\xaa\x70\x6a\x83\xa8\xfd\x5a\x6d\xd2\xd5\x7e\xa9\x36\xf9\x3a\x00\x28\x17\x11\x51\x97\x35\xdb\x30\xa8\xde\x67\x35\x59\x4b\x4f\xfa\x80\x98\x28\x3d\xf9\xda\xb0\x3a\x63\xa2\x43\x1b\x33\xbd\x48\x9e\x0e\xeb\x50\x3a\xc9\xd3\x91\xca\x23\xae\x06\x8c\x54\xb9\xe3\x36\xc0\xc8\xd3\x0e\x3c\x62\xa6\xc3\xa8\xaf\xa6\xf4\xa3\xba\x99\xd7\xea\xcf\x98\xe9\x24\xa6\x8a\x9f\x31\xcc\x94\xd2\xb8\x64\x26\x52\x29\xc4\xbd\x32\x91\x2a\x54\x2a\x88\x79\xbb\xdc\x28\x7b\xf9\x88\x11\xea\x99\x75\x29\x9d\xfb\xef\x22\xd5\xae\x86\x87\xfe\xf5\x98\xa2\x9e\x59\x70\x12\x6a\x57\x89\xa6\x14\x6a\x57\xf9\xbe\xfe\xec\x1b\xa7\x14\x2f\xbc\xce\x10\xb5\x7a\x2e\x90\x42\x56\x78\x84\xea\x4c\x6d\x6e\x38\x52\xa8\xd0\x60\x42\x75\xa6\xf6\xe6\x17\x81\x53\xe0\x1b\xb4\xda\xfc\xd2\x01\x42\x80\x71\x50\x5a\x82\x2b\xe1\xa2\x54\x5a\xb8\xa1\x25\xaa\x89\x28\xab\x53\x5e\x4a\x4e\x8e\x72\x54\x88\x35\x87\xbe\x72\x76\x3d\x00\xc2\x9f\x09\x20\x4e\x48\x92\x0b\xaa\x35\x3e\x60\x05\x10\x6b\xc8\xbb\x08\x78\x04\x39\xca\x51\xf3\xc8\xa1\x91\x59\xc7\x11\x24\x2c\x47\x95\x58\x43\x5c\x55\xb3\x03\x00\x8e\x4f\x28\xd7\x6b\x38\x6d\xc8\xce\xd2\x8d\x50\x94\xd7\x98\x6d\xc0\xfa\x70\x79\x21\xc8\x3a\xe6\xa0\x74\x70\xd8\xc6\x45\xe4\xc8\x85\x32\xba\x60\xbf\xb1\x88\xdb\x3c\x2e\xdd\x2f\x6e\xb0\xb8\x5d\x52\x00\xd4\x59\x97\xbd\x89\xce\x3d\x07\x65\x75\xd0\x6d\x42\x91\x6a\x81\x46\x2c\x62\x70\x3b\x53\xe4\xab\xd5\x1a\xb1\xd8\x46\x96\xcd\x05\x31\x51\x72\x69\xb2\x06\xa3\x1e\x37\x0b\x8a\xae\xd7\xae\xa1\xe8\x01\x97\x0e\x65\xe5\x58\x24\x14\x8c\xdb\xb1\xb8\x73\x98\xb0\x63\x11\x03\x28\x9a\x22\x8e\xef\x8b\x6d\x5c\xd1\xf9\xc5\xad\x87\xd6\xc7\x6a\x6f\xc8\xca\xb1\x3a\x28\xe2\x71\xa8\x99\xaf\x02\x9b\xfb\x03\xe1\x8f\x5d\x74\x20\xfc\x31\x0f\xec\xfc\xe2\xa0\xf3\x8b\xeb\x06\x4b\x18\xbb\x3b\x07\x4b\x18\x4d\x02\xc4\x3a\x1e\xcd\xd5\x99\xc0\xc4\x0d\xac\x7d\x22\x80\x7b\xce\x62\x4c\x8e\x8b\x48\x1d\x3e\x04\xc0\x4d\x64\x31\x26\xc7\x45\xbe\x8e\x90\x16\xd0\x24\xc6\x64\xbf\x76\xe0\x6d\xfd\x24\xb3\xc6\x98\xbc\x18\x2d\x7b\xa4\x5b\x82\xe4\x1d\xe9\x22\xc2\x29\x86\x5a\xce\xea\x38\xe5\xf1\x47\xd8\x8e\xe1\xba\xa1\x72\x8f\xe1\x1a\x38\xe8\x98\x1d\xf8\x05\xa1\xbe\x3a\xe8\x70\x72\xc8\xe4\x71\xd8\x06\x8d\xc5\x82\x8c\x50\x22\x8e\xc3\x45\x84\x71\x59\x9d\x11\x8a\xc7\x71\xb8\x06\xe2\x86\x62\x13\x8a\xc7\x41\x21\x6c\x7c\xa2\xee\x27\x0c\x73\x9c\x52\xb4\xe8\xa9\xdb\x90\xaa\x18\x56\x6b\x84\x12\x72\x9c\x2c\x10\x79\x8b\x61\x81\x46\x70\xdb\x78\x58\xa0\x11\xdc\x36\x1e\xe3\x4a\x7f\x06\x46\xd2\xd3\x66\x07\x58\xc7\xa1\xe8\x1b\xf7\xee\x17\x06\x95\x36\xc8\x4e\x8c\x21\x2f\xe6\xea\x95\xb0\xf2\x22\x94\x90\xe3\x19\x7e\xa1\x6b\x52\xba\x42\x09\x39\x34\x7b\xc9\x41\x8c\xf1\xce\x0e\xc0\xed\x9d\x6d\xc0\x4d\x96\xad\x20\x1d\x78\x44\x63\x9d\x6d\x5e\x81\xaf\xcd\xa1\xad\xc0\xd5\x2b\x71\xe0\x1e\x0d\x45\xdf\xb1\x74\xbf\x0c\x80\x89\x81\x3f\xe3\x5c\x90\xc4\x18\x16\x5b\xc4\xea\xcf\x56\xd1\x41\xda\x59\x79\x11\xeb\xfc\x59\xf3\xcb\x06\xe0\xb6\xce\x9f\x0d\x01\xbf\xcc\xae\xbf\x99\x1e\x9b\x5d\xa3\x77\x59\xad\x11\x5c\x7a\x16\x87\x3a\x14\x19\x8d\x71\x6c\xb3\x0d\x3f\xdb\x3d\x4b\xf8\x28\x8e\x7d\x7e\xa1\x8d\x04\xa9\xdc\x3b\xb4\x81\x37\x7f\xd6\x3c\x3e\x70\xe9\x43\x4d\x89\xf4\xc6\xa0\x26\xe3\x03\x98\x9c\x82\x46\x51\x77\xcc\x27\x44\x30\xf9\x8e\xee\x22\x4e\xc0\x73\x80\x95\x77\xf8\x4c\x07\xb7\x99\xc5\xe1\xcb\x1c\xca\x3d\x4a\x37\xbe\x9f\x81\x5b\xb8\x3a\xb0\x79\x4a\x37\x3e\x00\x0c\xa4\x5b\x6e\x33\x8b\x23\x67\x1b\x7a\x93\x3a\x49\x21\x8c\x43\x1b\x84\xac\xc1\x38\xb4\x41\x48\x14\x8c\xa3\x3c\x89\xfe\x4c\xe1\xc4\x1d\x2a\x61\xdd\x46\x28\x6c\x8f\x72\x17\x6c\x33\x9c\x0f\xf2\xf5\x90\xbc\xb9\x43\x25\x0e\x25\xd5\x3a\x01\x5f\x4e\x41\x8a\x1e\x63\x62\x00\x70\xf8\x8c\x0a\xb2\xd2\xea\x8c\x58\x27\xe0\xe4\x10\x41\xc7\xa4\xb9\x09\x48\x73\x88\xa0\xe3\x74\x0a\x48\x9d\xe3\x9e\x1d\x80\xf5\x53\x7e\x61\x0d\x1e\xd7\x1a\x41\x73\x28\x4e\xb8\xb0\x3a\x0e\x5d\x40\xdc\x51\x1d\x96\x5d\x84\x02\xed\x78\xdd\x53\xf4\xc8\x63\x52\x89\xbd\xbd\xb3\x83\x6f\xd0\x73\x71\x75\xe8\xfa\x9c\xc7\x9f\xae\xcf\xc5\x69\xd3\xf5\xb9\xce\x71\x12\x40\xfa\xa1\xeb\x73\xf5\x20\x21\x82\x2c\xd5\x88\xd5\xae\x57\x57\x07\x79\x74\xce\x73\x6d\x07\x9b\x18\x20\x9c\x2c\xbb\x08\x65\xd8\xb9\x4f\x0c\x68\x33\xcf\x35\x82\xe6\xdc\x5d\x2a\x04\xcd\x39\xcf\x35\x82\xe6\xfc\xeb\xcb\x36\xfc\x4c\x65\x68\xf5\x67\x3e\x66\xb3\xe6\x4f\x35\xcc\xb3\xbb\xfb\x08\x9e\x73\x9e\x66\x84\xd5\xa9\xde\x4f\x7a\x63\x9c\xe1\xa2\x22\x2a\x28\xd0\xf8\x00\x86\xf2\xcd\x18\x85\xc8\x99\x4e\xc9\x2f\xe9\xda\x23\x44\xac\xbc\x08\x85\xc8\x59\xb3\x6b\x66\x51\x1e\x7a\x04\xcf\x59\xae\x23\x72\xe3\x2c\x8f\x9c\x1d\x28\x92\x36\x3b\x18\xf3\x67\x8c\x33\xa4\x5b\xd4\xda\x73\xb8\x0c\x98\x6f\xe7\x61\xd7\xc8\xa7\x53\x91\xc4\x8d\xde\x71\x1e\xae\xb0\xe3\x28\x78\x36\x44\xd2\x79\xfa\xda\x0f\xa2\xe1\x3c\x5d\x6e\x44\xd2\x49\x78\x2b\xc8\x6f\x8f\x13\x9f\x52\x6c\x48\xae\x93\x10\x73\x6c\x8b\x1d\x5c\x02\xb6\x99\x5d\x83\xe8\x39\xdf\x1b\x02\xb8\x5c\x03\xb1\x56\x04\x91\x13\x1f\xe7\x35\x11\x65\x0a\x2a\x6e\x8a\x93\x53\x5d\x4d\x71\x72\x5e\xf6\x86\x08\x3a\x6f\x09\x05\xb9\x67\x89\x88\xaf\x17\xc5\xa9\xe3\x94\xb4\xd0\xe0\x45\x86\x6d\xd9\x9d\xdc\x5b\x02\x74\xa0\x9e\x4f\x26\x68\x5c\x8a\x06\x32\x41\xe3\xa2\x3e\x29\xe4\xf9\xd7\xe2\xa0\x30\xf3\x4b\x0b\x80\xb4\xd0\xb0\x44\x24\xe4\xec\x97\xa2\x41\xfe\x7d\xc9\xf3\x49\x18\x8d\x6b\x9b\x5f\x04\x9a\x5f\xbe\x69\x5f\xfb\xc4\x2d\x01\xfe\xed\x99\xa5\xb8\xd4\xbb\xb8\x84\x25\x2e\x82\x0a\x21\xcb\xbe\xf6\x89\x35\x80\xb4\x41\x5e\x69\x50\x15\xf2\x01\x60\x2d\x6d\x90\x6a\x1e\x97\x4a\x18\x57\xad\xc4\x35\x5f\x7d\x82\xb3\x5b\x22\x12\x72\xf6\x4b\xf5\x4c\xfe\x7d\xf5\x61\x1b\x01\x77\x1b\x66\x7e\xc9\xcc\x77\xc4\xa3\xf5\x22\x21\xcb\xbe\xa4\x92\x1d\xf1\x78\x49\x25\xf2\xef\x4b\x53\x45\xfe\x7d\xa5\x18\xc0\xb2\x2f\xe9\x47\xc6\x7c\x69\xb7\xec\x2e\xbc\x76\x8b\x5c\xda\x62\x91\x90\x17\x5f\x35\x7f\xc6\xa0\x35\x07\x65\x9c\xf2\x24\x76\x7f\x76\xfb\x85\x41\x87\x83\xc2\x16\x2f\xb5\xb8\xdd\x2d\x39\x3c\x3b\x30\xa5\x4b\x57\xd3\xee\x2e\xa8\x91\xc9\xd5\x2c\xfc\x08\x19\xd9\x25\xcf\xdf\xdd\x92\xcb\x9d\x43\x5f\xbd\x2e\x31\x80\x87\x5c\xb2\x79\x79\xc8\x75\x8b\xb5\x0b\xaf\x71\x21\x43\xb9\x6e\x17\x1e\xe6\x70\xcd\xa3\x0c\x73\xb8\x8c\x1b\x90\xf3\x1a\xd7\x63\x1b\xc8\xd9\x92\x90\x90\x9c\xaf\xc7\x36\x90\xf3\xa5\x9c\x20\x35\x36\xae\x57\x0c\xa0\xac\x6b\x9e\x78\x24\xef\xad\xa5\xb1\xb7\x9f\xd5\x92\xc7\x6d\x4c\x80\x7b\xe3\xe3\xd6\x8d\xb4\xb3\x93\x16\x82\x84\xc4\x75\xab\x29\x71\x17\x4d\xdc\xeb\xec\x3d\x00\xd2\x9f\x31\xae\xca\x91\x64\x67\x21\x48\x48\x76\x37\xc9\x1c\x21\x71\x51\x15\xf2\x75\xf0\x21\x7e\x6f\x9e\x73\x76\xff\xc6\xaf\x1b\x12\x97\x85\x20\x21\x3d\xdd\x9b\xdb\x8a\xd9\x7b\x6b\x92\x93\x9f\x1b\xb7\x82\x47\xaa\xb9\x77\xa7\x80\x58\xbe\x77\x31\x40\xa9\xbc\x77\x77\x1f\x19\x7d\x37\x27\x87\xea\x78\xb7\xf9\x85\x41\xf1\x1c\x85\xe7\xfc\x0e\x97\x1b\x33\xf1\xf6\x3d\x32\x0f\xf0\xed\xab\x63\x1e\xd3\x5b\x71\xb2\x73\xfe\x2c\x2b\x09\xcf\xdf\xed\x73\x62\x1e\xb9\x5b\x33\x9e\x5b\xf5\xe3\x56\x39\x22\x8d\x37\x6e\x2e\xf4\x09\xde\x0f\x88\x5b\xd9\x42\x9a\x75\xdc\x35\x7f\xc6\x38\xda\xe7\xfb\x2e\x30\x7b\x63\xa6\xc3\xf9\x70\x96\xee\x21\xa2\x1c\x92\x5b\x7d\x68\x47\x94\xdf\x9a\x3b\xf3\x90\x1c\x8e\x03\x79\xdf\xca\x89\x79\x0e\x4e\xdb\x40\x0e\xf7\x39\xdb\xd0\x81\x5a\x0f\x89\xc4\x71\xab\xf5\x90\x48\x1c\x37\x91\xe8\x98\x27\x44\x2f\x2a\x59\xc5\x61\x25\x49\x90\x66\x1d\xf7\x35\x3b\x60\x41\xe4\xf9\x73\x1b\x35\xd6\xb9\x52\x3f\xac\x31\x89\xb9\x8d\xb7\x6b\x80\x9d\x79\x6b\x90\x90\x96\x1c\xf7\x2d\x17\x80\x3a\xef\xdb\xb5\xc6\x43\x70\x4f\xe2\xc2\x9a\xbc\x9f\xd9\x1b\x1d\x48\x5c\x73\xb3\x54\xc2\xb8\xb2\x26\x2c\x38\x89\xb9\xd6\xaf\x6d\x5c\x5e\x29\x6d\x2e\xe2\xeb\x82\x60\xed\xdf\xaf\xe8\x20\xd4\xef\x77\xf6\xf6\x75\xfd\x4c\xa9\x83\xb4\x7e\x16\x17\x04\xf2\x7e\x26\x99\x41\xde\xcf\xa4\x1f\x6c\x7a\x8a\x45\xbe\x2f\xdf\xa0\x8f\x31\x35\xee\xab\x89\x67\x1e\x7f\x24\xef\xa3\x13\x8a\x6b\x7b\xe2\x99\xc7\x1f\x06\xf3\x28\x68\x9c\x8f\xf5\x21\x21\x6e\x8f\x31\x0e\x72\xac\xc3\xfa\x90\x98\x88\xaa\xab\x4d\x44\x9b\xeb\x06\x4f\x79\xda\x9c\x02\x1d\xb4\xf9\x33\x3a\x20\x97\x29\xfe\xfa\x33\xa9\x11\x99\xfc\xf0\x16\xeb\x42\xc2\x75\xf8\xda\x4a\xcc\x0e\x7c\x37\x70\xfe\x2c\x76\x7f\xc6\xe4\x08\x8c\xc7\x5f\x81\x53\x80\xc9\x65\xf7\x67\x02\x60\x40\x26\x75\x3c\x1e\x7f\x6e\xb2\x89\x47\x01\x40\x26\x75\x50\xf8\xf1\x7d\x01\x37\x55\x2b\x32\xa9\xe3\x51\x34\xf0\x10\x40\xf8\x0a\x4a\x98\x22\xfd\x10\xac\x88\xb6\xfe\x54\xc3\xb4\x10\x24\xb8\xb2\x26\x1e\x49\x88\x8b\x69\xe2\x21\x93\x28\x4c\x99\x7e\x74\xa4\x4e\x8c\x0c\x5e\x4c\x24\x4e\x31\xda\x04\xd2\x2f\x6c\xb8\x7a\x17\xf7\xd7\xc4\xa3\xaa\x65\x3a\xb7\x55\x21\x61\x9a\xf5\x73\xb9\x74\x22\x2e\xa5\x99\xdb\xfd\xe8\x30\xe3\x2e\x9a\x78\x48\x69\x0f\xf3\xa7\x2d\x11\x09\xf3\xa7\x9f\x7b\xa2\xc3\xcf\xee\x21\xc0\x9a\x3c\xce\x07\x31\xf6\x68\xac\xcf\xf9\x10\xbe\x0b\x6e\x8f\x09\xde\x4b\xf9\xbe\x30\x05\x0d\x94\x89\x35\x59\xec\xc1\x85\x31\xf1\x48\x0e\x62\xfd\x2a\x92\x4c\x0e\xf7\xdd\xd4\x68\xf0\x21\x9e\x4a\xfd\xbe\x04\xc0\x6c\x93\x00\xa2\x03\x87\xb2\x2a\x24\xb8\x16\x26\xde\xd5\x35\xc0\xec\xf5\xd5\xd2\x30\x69\xfb\x55\x09\x73\xa6\xef\x76\x08\x30\xe8\xe6\x8a\x82\xdb\x6b\x24\x83\x87\x0e\xe2\x55\x57\xe3\x39\x83\xf0\xf5\x95\xe0\xc6\xff\x78\x15\x1a\xdc\x5f\x13\xaf\x21\x0a\x1e\x56\x0c\xdf\x08\x0d\x2e\x72\x89\x57\x71\xc2\xf5\xff\xf1\xaa\x91\xcd\xc9\xf5\xf9\x85\x41\x8d\x44\xcf\xf9\xf8\xf4\x26\x17\xb7\xc4\xab\x46\x36\x27\xa7\xd4\x99\xf3\xf1\x49\x4c\xd3\xb9\xdf\x49\x35\x08\xce\xf9\x24\x26\xf7\xae\xc4\xab\xe2\xd6\x90\xa2\x6f\x4c\x0c\xc0\x5a\x8d\xcc\x0c\xee\x37\xed\x1a\x17\xf1\xab\x46\x66\x46\x3a\x6f\x50\x7e\x00\xb8\x4d\x4a\x43\x39\xf2\x2d\x97\xe0\xa6\x94\x78\x95\x47\x73\x75\x34\xc9\xb9\x0f\x25\x7c\xbb\x25\xb8\x0f\x25\x5e\x15\xb7\x39\xed\x49\x9d\xf0\xef\x77\xcc\x0e\xe8\x7a\xcc\x0e\x04\xe4\x02\x30\xf3\x77\x92\x2a\xbc\xf8\xd5\x17\x67\x7e\xfb\x7b\x38\x05\x17\xe4\xf0\x24\xba\x06\xc7\xec\xc0\x9f\xcd\x0e\xc0\xe0\xf0\x1c\x60\xb5\xbe\x93\x4e\x61\x98\x16\x98\x44\x2b\xbf\xb8\x88\x2e\xd5\x29\x31\x95\x80\xc4\x04\xc3\x7c\x2f\x27\x07\xcb\xf6\xdd\xc0\x30\x15\xfb\x55\x0d\xe4\xba\x99\xb0\x72\x24\xcc\xcb\x7e\x0d\x18\xce\x45\xbc\x67\x1b\x30\xb8\x4f\xbf\xd8\x81\x47\xcc\x45\xa4\xa6\x24\xcc\xd8\x7e\x09\x7d\x84\x19\xdb\xef\x33\x7f\x06\x6e\x12\x2d\xf7\x94\x84\x05\x26\xc1\xeb\xc2\xf1\x2a\x9c\xb8\x47\x26\x78\x60\xe5\x03\xc0\xcd\xa0\x48\xff\xb8\x67\x2e\xcb\x6c\x93\x00\x92\xf3\xb7\x88\xe9\xcb\x29\xc1\x3d\x25\xe9\xcb\x29\x41\xc6\x76\x5a\x6d\x12\x7d\xfd\x99\x86\x99\xbe\xc2\x1d\x7d\xa5\xc3\xd5\x27\x66\x3f\xae\x96\x3e\xab\x12\xdc\x5b\x92\x8b\x96\x14\x37\xf1\x27\x05\x27\x1f\x12\xa0\xa7\xb4\xe3\xf2\xfd\x5c\x26\xdd\x16\xb8\x9a\x41\xc2\x16\xe5\x42\xe6\x7b\x70\xd3\x48\x2e\xbb\xcb\xfd\xed\x57\x2e\x93\x88\x07\xb3\xd0\xe0\x22\xeb\x3b\x17\xc3\x34\x5c\x66\x93\x8b\x61\x1a\xb2\xf4\x73\xd1\x19\x41\x0a\x78\x2e\x0a\x38\xae\xac\x49\x9e\x55\xf9\x00\xa6\xa0\x4c\x23\x39\x3c\x2d\x38\x09\x6e\x27\xc9\xa5\xcf\x36\x60\xad\xea\xd8\x77\x3a\x98\xa4\x3a\x40\x54\xb3\x8a\x14\xfd\xb4\x48\xc5\x07\x78\x73\x99\x44\x3c\xc0\x40\x22\x26\xd5\x3c\x7d\x3c\x25\x48\x35\xcf\x25\xe7\x38\xcc\xd4\xe4\x14\x4e\x4c\x5a\xcb\x12\xdc\x53\x92\x8b\xd1\x1c\x8e\x4f\x2e\x24\x31\x06\x49\xe8\xb9\x94\x0b\xd2\xf8\x42\x12\x63\x90\x77\x9e\x8b\x82\x94\xab\x71\x72\x31\xce\xc3\xd5\x38\xc9\xab\xf1\xdf\xcf\xc0\xe0\xf0\x98\x36\xa6\x70\xcc\x71\x98\x82\x7e\x35\x0e\x63\x2e\xca\x4a\x72\xc8\x93\xc2\x96\xef\x0b\x1d\x48\x83\x24\x94\xa7\xef\xc5\x2f\xf3\x30\x5e\xce\xb4\xf3\xb3\x6b\x7e\x61\x41\x54\x2a\x49\x35\x4f\xab\x4f\x82\x54\xf3\xa4\x78\x64\x5b\xe6\x31\xbd\xdd\x92\x10\xf0\x67\xc1\x38\x3a\x12\x28\x39\xc8\x65\x52\x4d\x30\xb9\xd7\x43\x1f\x4c\x41\xaa\x99\xa7\xf7\x9d\xbd\x7d\xf3\xa1\x5e\xe4\xfb\xd2\x00\x5c\x83\x8f\xdb\xe4\x6a\x34\xc7\x73\xbd\x4e\x12\xfa\x58\x4f\xae\xfa\xe2\x78\xc1\x20\xa9\x17\xf9\x7e\x46\x1b\xed\x23\xf2\xdb\x73\x35\x00\xcf\x4d\x3d\xe9\xeb\x24\x41\xb2\x7b\xfa\x22\x7c\x90\xc5\x9e\x56\x81\x04\x89\xeb\xc9\x1b\x24\xdb\xc2\x7d\x3c\xb9\xee\xf3\x67\x60\xa0\x23\x41\xca\x5a\x3d\xe4\xbc\x71\x91\x6b\x93\x64\x12\x0c\xe6\x89\xff\x78\x71\xae\xba\x18\xb8\x77\x25\x7d\x69\x24\xb8\x6a\x25\x29\xef\xf8\x3a\xa0\x8d\xfa\x1d\xf7\xae\xe4\x6a\x36\x8b\x94\xb5\x76\xa7\x0d\x1b\xb1\xf0\x23\xb8\x84\x25\x57\x63\x43\x52\xd6\xda\xe7\x38\x20\xaa\x8f\x99\xe7\x33\x72\x0d\x28\x98\x17\x33\x72\xf5\x59\x67\x52\xda\x73\xd5\xc0\x22\xa5\x3d\x2d\x09\x09\xb2\xd8\x73\x4d\xf7\x07\x3a\x5d\xf5\xca\x49\x9a\xab\x92\x8a\x2c\xf6\x5c\xcb\x29\x40\xa7\xbe\x34\x12\x24\xae\xe7\x3a\x8f\x3f\x34\x67\xe1\x47\x70\x39\x4a\xae\x64\x6d\x05\x97\xa3\xe4\x3a\x69\x01\x6a\x5c\xd5\x23\xb9\xe8\x24\x57\xf5\x48\x52\xda\x73\xd5\x45\xc7\xad\x41\xe9\x13\x22\x11\xcb\xcf\x2a\x7d\x92\xaa\x90\x6d\x91\x20\x57\x85\x15\x57\xa2\xe4\xaa\x52\x29\x75\x5a\xfb\x11\x24\xae\xe7\x7a\xcd\x9f\x31\x94\x41\x1f\x72\xd5\x73\xbd\xc4\xb5\xb1\x26\xea\x84\x24\xae\x27\x85\x20\xdf\x17\xba\x36\x02\xc4\x25\x26\xe9\x33\x24\x11\x1e\x6d\x0d\x2e\xca\x4a\x72\x55\x5b\x94\xf0\xd7\x7b\x76\x0d\x06\x12\x57\x78\x66\xb5\xbe\x7a\x03\x1d\x6d\x2c\xde\x96\xce\xd5\xa0\x4f\xef\xac\xe3\xeb\x51\x80\x25\x58\x22\x12\xdc\xeb\x91\x9b\x71\x53\x59\xc2\xa6\xb6\xc8\xbd\x1e\xb9\x29\x9f\xb8\x15\x29\xb7\x75\xb6\x19\x00\x2e\x37\x2c\x81\xf7\x45\x3e\x80\x36\xab\x44\xdc\xfd\x19\x9c\x23\x38\x58\x9b\x9e\x08\x1e\x1b\xc9\x6d\xf3\x5c\xc0\x2c\x36\x0d\x2e\x99\x85\xc5\x23\x3e\x86\x9e\xbe\x49\x12\x64\xf2\xe7\xa6\xf5\x45\x26\x7f\x6e\xea\x91\xb2\x91\xad\xf9\x33\x36\x6b\x33\x88\x2a\x7f\xd8\x74\xe6\xc9\x12\x36\xc9\x8e\x4b\x31\x72\xf3\x6d\x76\x2e\xc5\x48\x9e\x1d\xd9\x16\x8a\x61\x72\x33\x4c\x23\x7f\xf0\xa5\x91\xe0\xea\x8b\xdc\xe6\xa3\xeb\x2e\xa2\x2e\xef\x70\xdd\xd4\x16\xe5\x1c\x9b\x36\x16\xa9\xf3\xb9\x49\x4f\x64\xcb\xe7\xa6\xa0\x91\xa7\xf8\x20\x49\x84\x8b\xa8\x82\x28\x83\xd9\x54\x10\xe5\x29\xd6\x8b\x44\xb8\xbc\x39\x31\x60\x79\x55\x10\xe5\x29\x5b\xb9\x0b\x49\x6f\xba\xec\x28\xa0\xc9\x6d\xcc\x9f\xd1\x66\x38\x53\xb8\xcd\x36\x3c\x2e\x70\x9b\x6d\xd2\x93\xbb\xa0\x7e\x17\x2e\xef\xa4\x27\xb8\xf4\xa6\x6c\x21\xf7\x3e\x37\x3d\x11\xe1\x5a\x5f\xb3\x03\x30\xd0\x99\x47\xee\x7d\x6e\x6a\x71\xb2\x9e\x6d\x12\x46\x80\xce\xa4\x05\x17\x5e\xe7\x03\x25\x3c\xb9\xe9\xcc\x0b\x77\xe1\x76\x0d\x5c\x5e\x5d\x0c\xe1\x22\x3e\xb3\x0d\x83\x3e\x9e\x2a\x94\x94\xcd\x70\x10\xf5\x3c\xb9\x3d\xb3\x03\xa6\xf0\xba\xd6\xb0\xb8\x4d\x9b\x4a\x16\xb7\x6b\x1f\xc9\xbb\x7c\x90\x24\xc8\xe4\xcf\x5d\x2b\x88\xfb\x9f\x72\x37\x66\xc3\x43\x14\xb9\x4f\x09\x02\xef\xda\x75\x24\xc8\xbb\x76\x3d\x6c\x5c\x97\x91\xbb\x42\x83\xdb\x97\x72\x37\x39\x40\x56\xb3\x2b\x34\xa8\xc0\xc9\x5d\xfd\x87\x52\x9a\xdc\x95\x06\x21\x3a\xf3\xc0\x8a\x81\x3e\x66\x72\xef\x73\xef\x65\x9b\x04\xb8\x04\xbe\x35\xd8\x8d\xc4\xc8\x9e\x76\x43\x89\xdc\xbe\x94\x3e\x2e\x12\xa4\xe8\xe7\xae\x66\x14\x3f\xad\xf4\x49\x9f\x21\x89\x18\xf6\xfe\xda\x0c\xf4\x72\xe2\xca\x50\x1e\xed\x74\x19\xcc\x1c\x20\x99\x3f\x77\x13\x67\xb8\x9a\x29\x77\xb5\x2b\x32\xfb\x73\x37\x3d\x8b\x7b\x9a\x72\x57\xbb\x92\xc5\x59\x22\x12\xe9\x02\x95\x93\x5d\xc1\xc0\xd8\x64\x3a\x59\x72\xb5\x22\x9d\xac\xaa\x56\x3a\x59\x29\x80\xcb\x93\x72\x57\xd6\x70\x55\x44\xee\xea\x5d\x5c\x9e\x94\xbb\x09\x96\x5c\x9e\x94\x96\x88\x44\x8a\xa8\x29\x35\xdc\xa4\x94\xbb\x7a\x17\x37\x29\xe5\x2e\xa1\xa4\x58\x1f\xa2\x23\xd6\x26\xdb\xa4\x88\xea\xe6\xe3\x5a\xa5\xdc\xf5\x44\xc8\x7e\x7d\xe1\x24\xd2\x41\x75\xf3\xc9\xfc\x2c\x38\x89\x74\x50\x89\x2b\x1d\xd4\x14\xe3\xd8\xfd\xe2\x82\xec\x7e\x11\x6b\xf8\xf7\x2e\x3d\xc9\x3d\x2d\x38\x09\xae\x8a\x48\x9f\x3b\x09\xb2\xf2\x73\x7f\x1c\xc7\x0e\x9e\xd9\x06\xdc\x9e\x53\x80\xde\x1e\xe7\xd3\x6c\xe3\x52\xa1\xf0\xee\xfa\x28\xc2\x2f\xaf\x0b\x82\x48\xdd\x0d\x14\xc5\x04\x1c\x14\x2e\xed\xab\x28\x41\xb6\x7c\x36\x12\x2c\x83\xcc\xf7\x6c\x7a\x2f\x62\xfe\xcc\x36\xb0\xdf\x66\x6c\x88\x8b\x0c\xd2\xf7\x51\x82\xfc\xf6\x6c\x3a\xf3\xc2\xde\x14\x34\xb2\xf9\xb6\xcd\xde\x12\xc0\xf3\x06\x2b\x6d\x3a\x1f\xb8\x39\x20\xad\x3e\x09\x1e\x7b\xc8\xa6\x04\x91\xe7\x37\xc3\xf9\x3c\xa8\x90\x4d\xf7\xb5\x9c\xbd\x4d\x52\x85\xb3\x37\x23\x40\x5c\x16\x90\x4d\xea\xe4\xb2\x80\x6c\x2a\x61\xb2\x79\x1f\x31\x09\x4a\xf5\xb3\x29\x34\xe4\xec\x96\xa2\x04\x49\xe8\xd9\x0c\xda\xcb\x64\x5b\x7a\x94\x51\xb5\x9a\xaa\x96\x1c\xd7\xf7\x44\x82\x4a\xfb\x6c\x93\x16\xa0\xe8\x56\xc8\x30\xf9\x6a\x9b\x84\x01\xd1\x36\x93\x18\xe5\xab\xcd\x70\xbe\x7c\xb5\x19\x0d\x4d\x28\xb8\x19\xc1\x27\xf3\x3d\x9b\x11\x7c\x39\x6e\xd3\x20\xe1\xc9\x83\x6c\xdc\x42\x11\xa4\xc1\xa7\xef\x89\x04\x69\xf0\xd9\xb8\x49\x29\x48\x76\xcf\x66\xd0\x54\xf6\x6b\x1d\x4a\x90\xf9\x9e\xcd\xcc\x63\xee\x31\x4a\x8b\x52\x82\xcc\xf7\x6c\x3a\xc3\xc9\x7c\xcf\xa6\xbb\x20\xdc\x05\x73\x92\xc3\xb5\x96\x7e\xc8\x89\xcf\x76\xce\xc9\x31\x28\xf7\x51\x04\x65\xf7\xe9\x83\x24\x41\xa5\x7d\xb6\x6b\x4e\x1b\x0c\x28\xd8\x0a\x2a\xed\xd3\x42\x96\xa0\xd2\x3e\xdb\xe5\xb4\x61\xf3\xed\x9a\x1d\x30\xa8\x0e\xf4\xa8\x9f\x32\xcc\x66\x86\x0f\x75\x5e\x69\xfd\x4b\x50\xa0\x9f\x56\xb9\x04\xf9\xfb\x69\x95\x4b\x90\xb2\x9f\x4d\x65\x2f\x50\xe8\xdb\xed\x46\xc0\x1f\x9a\xa4\xca\xa3\x05\xe9\x13\x29\x41\x66\x7f\x36\xb3\x82\x94\x35\x4d\xef\x3a\x75\xfc\xd9\x24\x48\xea\xf8\xb3\x4b\x76\x94\xee\x67\x5f\x26\x6e\x7e\x11\x37\xf8\x43\xd7\x91\x40\x69\x40\x76\x45\x1f\x85\x62\xd9\xf5\x2a\x50\xe1\x9f\x56\xac\x04\x15\xfe\xd9\xb5\xb1\x28\x21\xcb\x6e\x22\x03\x55\x63\xe9\x43\x28\x41\xe9\x7e\xce\xf2\x15\x65\x9a\xe5\x2b\x41\x1d\x7f\xce\xf2\x15\x05\x5c\xdf\x66\xd7\xa0\x23\x75\x52\x5b\x90\xdd\x14\x07\x45\x5f\x37\x8c\xab\x18\x9b\xe5\x2b\x0a\xa7\xae\xc1\x45\xd5\x41\x76\x35\x3f\xae\xf2\xcf\x2e\xdd\x2a\x8f\x7c\xe1\x24\xb8\xca\x3f\xad\x65\x09\xca\xe1\xb3\x6b\x56\x71\x13\x7f\x76\x75\x42\x25\x55\x57\xaa\x52\x69\x96\x5d\x8a\xa6\x96\x20\xbb\x22\x96\x4a\xb3\xec\x86\xaa\x14\x5b\x5d\xc1\xc9\xcd\xfb\xd9\xe3\xf4\x0b\x53\x50\x08\x72\x8b\x7e\xf6\x9c\x3f\x63\x0a\x46\xa7\xb8\x1e\x3f\xbb\x72\x8f\xdb\x97\xd2\xe7\x4d\xa2\x20\x87\x3e\xe6\xa0\xb4\x31\x2d\x94\x5a\xf2\xec\x26\x7f\x2a\xea\xfa\xa4\x4e\x68\xa3\x1f\xc3\x2f\xa0\x63\xe4\x96\x62\x84\xec\x4a\x2a\x0a\xd0\xb2\x4f\x1a\xe4\x24\x76\xa9\x86\x9a\xb3\xec\xca\x23\x2a\x13\xb2\x5f\x73\x1c\x66\x7a\xd9\x06\xed\xca\xf7\x51\xa2\x3c\x3b\x7a\x15\x94\x95\xdd\x8c\x84\xf2\xb8\x5c\x6e\x09\xc4\x65\x65\x4c\x94\x67\xe7\x9e\x5d\x83\xb5\x31\xdd\x72\x83\xef\xd9\x06\x0c\x9e\xd9\x46\xc0\x85\x87\x4a\x3a\x39\xfe\x41\xfd\x41\x76\xb3\x47\x87\x5b\x6f\x4a\x83\x22\xd5\x9a\x99\x18\x6e\xb0\x96\x13\xef\x68\x65\xa7\x16\x2c\x86\xbb\x4d\x91\x40\x0c\x37\xd8\x38\x30\x4f\x67\x65\x2c\x73\x1c\x81\xd5\x2f\x01\xe0\x6e\x43\x4c\xd4\xd9\x7c\x3f\xe3\x8b\x69\x10\xd4\xc3\x65\x98\x15\x44\xd5\x5b\x86\xd1\x5d\x2a\xb9\x33\x36\x71\x63\xb3\x42\xb7\x04\x15\xd5\x19\x9b\x33\x45\x74\xfb\x58\x4a\x50\x51\x9d\xd1\x9c\x29\x5b\x12\x12\x06\xc5\x71\x19\xd2\x02\xd7\xd6\x67\xe8\x7c\x18\x2c\x7c\xf4\xd9\xa6\x00\x44\x07\x93\x35\xfa\x1c\x94\x0e\x54\x37\x15\xdd\xa1\xba\xa9\xe8\x0e\xd3\xd8\xa8\xcf\xce\xd0\xc5\x40\xd1\x5a\x86\x0e\xf4\xb1\xfd\x94\x61\x46\xcc\x71\x41\x42\xe3\x89\xca\x8b\x0c\x9d\x11\x5c\x8a\x9f\xa1\xba\x49\x25\x77\x86\xae\x76\xee\x31\x4a\x9f\x6f\x89\xe1\xae\x48\x5c\xc3\x8d\x30\xc7\x8d\xc2\xb7\xb4\x02\x27\x86\x6b\x5f\x6e\x11\x92\xd8\x72\x9c\xe0\x4e\xfb\x0c\x1d\xea\xd4\x5e\x67\xa8\x47\x72\x75\x51\x86\xa1\xdf\x01\xef\x9a\xb5\x39\x54\xc1\x65\xe8\x8c\xe0\xe9\xa9\x9c\x45\x37\x5c\x5d\x94\x16\xdd\x04\x37\xe4\x67\x4c\x4a\x83\xd6\x43\x01\xa7\x36\x32\x8b\x6e\xd4\x46\xc2\x50\x15\x65\xdd\x19\x8a\xb1\xe1\x4e\x2a\xb9\xa8\x0a\xc9\xd0\x7f\x47\x21\x48\xfa\xb0\x4b\x0c\x37\x4f\x7a\x1a\xee\xd7\x3d\xdb\x80\x9b\x2e\x06\x75\x9b\xd0\xac\xa2\x40\x3a\x43\x4b\x4a\x75\x26\x78\x9e\x38\x86\xcb\x6b\x62\x9d\xba\xcd\xac\xa6\xa1\x5c\x2f\x7d\xe5\x25\x28\x04\xc9\x30\x7b\x82\xc7\xa2\x32\x26\xd9\xa1\x29\xc5\xa4\x34\x77\xc1\x20\xd6\x70\xe1\x27\xd9\x61\x8e\xc6\xeb\x96\x20\x38\x63\x92\x9d\x0b\xaf\x43\x9d\x02\xe9\x8c\x49\x83\x70\xa8\x34\x65\x95\x4a\xc0\x4c\x45\x1d\xa5\xd3\x99\x56\x6a\x72\x93\x52\xa6\xa2\x8e\xe2\x91\x4c\x9d\x1c\x6a\x64\xb3\xb8\x87\xea\xc1\xb4\xb8\x27\x28\x1e\xc9\x59\xdc\x43\x29\x61\xe6\xa4\x5b\x98\x5f\xae\x13\x1d\x3a\x50\xf7\x54\x8b\x4b\x83\x65\xd4\x51\x67\xea\xe4\xa0\xae\x30\xa9\xf4\xf9\xbe\xd0\x9b\xc6\xa0\x5a\x5c\xee\xae\x01\x02\xcd\x12\x9e\xe0\x86\xff\x4c\xe5\x9e\x5a\x5c\xee\x2e\x08\x8a\xdb\xac\xe7\x51\x71\xf3\x69\x99\xa0\x14\x25\x53\xc2\x57\x8b\x4b\x03\xc9\xd4\xa5\x64\x1a\x1f\x53\x8b\x4b\xa5\x9b\x5a\x5c\xea\xf1\xa0\x62\x25\x73\x52\x34\x27\x24\x63\xb6\x01\x37\xfd\xec\x54\x72\xe7\x2c\xee\x51\xd9\xf3\x29\x99\xa0\xac\x3b\x53\xdf\xa2\xca\x5e\xc6\xec\x5a\x80\x15\x55\xd9\x4b\xcd\x42\x95\xbd\xd4\xe3\x41\x59\x77\xa6\xaa\xb0\xfa\x9d\xe5\x38\x31\xdc\x6d\x85\xe0\x70\xb7\xf5\x6b\xa8\xc5\xe5\x18\x02\x60\x6d\x5e\xdf\x70\xeb\x35\xe4\xd4\xe2\xd2\x24\x3f\xd5\xb1\x54\x3c\x0e\xcf\x81\x41\x2c\x75\xb3\xd4\xb5\xae\x6e\x96\x2a\xaf\xc3\xad\xd7\x9b\x4e\x7d\x76\xe6\xe9\xa0\x28\x6a\x69\x48\x59\x45\x2d\x27\xd1\x22\xd0\xd2\xcc\x70\x6e\x5f\xca\xbc\x66\x1b\xa6\x70\xcd\x36\x20\xaa\xfb\x63\x8c\x9f\x25\xae\x67\xde\x13\x3d\x66\xf1\xac\x02\xa0\x67\xa2\xd3\xf0\x5c\x28\x14\x55\xe9\x2c\xee\xc9\xc5\x73\xf1\xba\x26\x70\x42\x1f\x9d\xc9\xc5\xa3\xa0\xf9\xa6\x7e\xe7\x33\x31\x49\x71\x4f\xd6\x32\x7b\x4b\x00\x77\x12\x0e\x55\x56\x51\xa8\xb8\x95\x39\xb0\x85\x65\x58\xeb\xec\xe0\x5b\xe1\x52\x0d\xa4\xaa\x34\x8b\x37\x2e\x92\x32\xe8\x2c\x63\xc7\x3c\xef\x94\x65\x0c\x8a\xfb\x92\xb2\x76\x3b\xe0\x90\x50\x10\xf4\x01\xfc\x6c\x9e\x73\xf8\x5d\x51\xb8\x9c\xd4\x0d\xa5\xef\xbf\x24\x95\xcf\x59\xf8\xef\x92\x62\xe7\xac\x98\x5d\x33\x05\x2b\x22\x54\x10\xcb\xb2\x33\x75\x42\x0a\x82\xbe\x36\x4c\xce\x8a\x08\x15\x44\x9f\x6f\xc9\x85\x43\x62\xa5\x4f\x2e\x1c\x92\x32\xb1\x8e\x2b\x92\xb2\x30\xd2\x72\xe1\x5c\x94\xa9\x14\x3c\xfc\x94\x35\x66\x1b\xd0\x19\xb3\x6b\x81\xd9\x86\xa5\x1a\xb3\x0d\xc0\xe1\xfe\xa0\xcd\xd7\x31\xc7\x11\x98\x6d\x40\xd4\x90\x2c\xb5\xaf\x59\x87\xbb\xcd\xa1\xe0\x91\x96\x6d\x29\xd8\xa2\x8f\xb4\x24\xb5\x46\xe9\xbb\x2c\x49\xad\x72\x96\x5e\x05\xf5\x55\xdf\x65\xc9\xc5\xdd\xd6\x97\xcd\xbd\x4c\x49\xd9\xcf\xf7\x85\x71\x6e\x77\x1b\x3f\x61\x59\xd1\xaf\x5a\x5b\x26\x99\xaa\xd6\x96\x1e\x6b\xd5\xda\x9a\xc7\x12\x51\x57\xe4\x0b\xe5\xe2\xd9\x51\xd0\x70\x93\x52\x52\x10\xb4\xe6\xe2\x41\x7a\xdc\x12\xcf\x8e\xce\x3c\xee\x58\xca\x7a\x9d\x82\x67\xe7\x9d\x5d\x83\xe8\x3b\x7b\x03\x37\x72\xbb\x93\x3a\xa8\xa4\x6e\xe8\x03\x1a\x80\x47\x19\xae\x36\x16\xa7\x8d\xe0\x9c\xd5\x41\xaa\xcf\x03\x07\x60\x52\x06\x9d\xb3\x20\x88\x57\x9f\x72\xa8\x91\x71\x93\x52\x8e\x79\x94\x61\x57\x43\x07\x20\xf7\x25\xe5\x80\xb3\x27\x55\xcb\x39\x0c\x9a\x72\x79\x52\xfa\x0e\x4b\x52\xc2\x9c\xd4\x00\x7d\x5f\xbe\x05\x19\xdd\xb5\x66\xb7\x87\x4a\x98\x4a\xf2\xe8\xe2\x86\x4d\xe5\x03\x2b\x49\x85\x54\x8e\xc9\xb2\x87\x80\xab\x83\xa4\x1a\x5a\x27\xdc\x7d\x94\x56\x07\x25\xd7\xfd\xe7\x08\xa9\x84\xcd\x1a\x56\x3a\x53\xf2\x9b\x23\xc5\x9a\x9d\x1b\xfa\xeb\x54\xc6\x47\xba\x25\x6c\xe3\xd0\x47\xa1\x32\x3e\x26\x61\xb0\x8d\x63\x9e\x78\x64\xcb\xac\x0e\x52\xe5\x1e\xc6\x79\xd4\xb2\x87\xfe\x06\xb5\xec\xe1\x51\x56\xb1\x1e\x87\x18\xb8\x0b\xc7\x6c\xc3\x14\x0e\xd7\x2d\x7f\x56\x4b\x9e\xc3\x80\xa8\xba\xf5\x38\xc5\x08\x59\x33\x4e\x89\xcb\x9d\x3c\x27\x7a\x0c\x75\x4a\x42\x6e\xab\x69\xd6\xea\xe3\x43\x5f\x9c\xfa\xf8\xb8\x5d\x61\x77\xe5\x76\x51\xdd\x15\xb9\xb4\xca\xf9\xb8\x5d\x2d\x77\xe5\x91\x91\xb9\x11\x93\x31\xbb\x74\xfa\xd5\x54\xa7\x87\xbc\x98\x8a\xe4\xb4\x84\x27\x57\xf8\x37\x85\x3a\x1f\xb0\x02\x74\x81\x0d\xa0\x04\x76\x80\xc3\x0e\x1a\xc0\xec\x40\xe0\xf2\x4b\x07\xb8\xfd\x02\xc0\xe5\x2f\x49\x81\x53\x5a\x9b\x93\x14\x38\x25\xef\xa5\x7c\x6d\xfc\x02\x75\x52\xdb\x9b\x87\xa6\x3f\xb7\x22\xe5\x21\x9b\xe7\x22\xa4\x3c\x34\xf0\x29\x83\xce\x43\x42\xa1\x0c\x3a\x0f\xee\x05\x4b\xca\x98\xf2\x90\xe7\xab\x99\x1f\x54\x3e\x27\xc5\x4a\x79\x18\xf4\x19\xc8\xa3\x43\x4d\x89\x77\xa8\xf2\xd0\x65\xa7\xce\x3e\x0b\x75\xd4\xd9\x7d\x49\x25\x29\x22\x4a\x1f\x4f\x49\xaa\x62\xf3\xd0\x99\xa7\x02\x7f\xf4\xd9\x01\x58\x77\x67\xea\xe4\x62\xa2\xc3\x14\x4c\x28\x50\xff\x3e\x62\xf6\x26\xe0\x8a\x3a\x9f\x74\x4b\x9c\x42\xba\x88\x62\x6d\x96\x1d\xb7\x2f\xe5\x91\xe2\xe6\x14\xd2\x85\x17\x1d\x53\x0d\xb8\x97\x29\x7d\x53\x25\x57\x71\x93\xb8\x54\xfa\x0f\x89\x6b\x15\xb7\x9a\xe3\x80\x4e\xb9\xf5\x8e\xa3\x37\x90\xb2\xee\xf4\x4d\x95\xa4\xb8\x27\x8f\x31\x7f\xc6\xba\xa9\x36\x0d\x98\xd2\x31\x09\x12\x3e\x74\x0c\x31\x80\x13\x1e\xea\x50\x5c\x9e\x94\x87\x2e\x06\xea\xc2\xf3\xd0\xd6\xd1\x50\x38\xce\xf9\x85\x36\x9a\x37\x5a\x00\xc7\x39\xc7\x01\x1d\xcc\x9b\x5c\x1d\xf4\x9c\x83\x32\x9f\xcb\x5d\xb0\x6b\xe5\x91\xda\xfc\x71\xcf\x2f\xf4\x76\xbb\x0b\xf6\x66\x46\x82\xaa\xbd\x2f\xb4\xe4\x6a\x6f\x3a\xb6\x29\x12\xcf\x83\x8b\x34\x72\xb5\xb7\xc7\x05\xb1\xcd\x23\xa2\xc8\x30\x8a\x88\xbe\x2f\xb6\xb1\xb7\xf9\xc5\x05\x81\xc9\x1e\x8a\xa0\x31\x01\xf7\x14\x26\x7b\x4c\xa2\x9d\x80\x5c\x0d\x26\x7b\xbc\xb3\x83\x6f\xb3\xce\x65\x0e\x5a\x00\xb3\x8d\x5f\xdc\x39\xf8\xea\x39\xe9\x14\x56\x7a\x2e\x9e\x10\xe4\xde\xb9\xd8\x9b\x3f\x5b\x3d\x14\xfe\xcc\x6c\x72\xcd\x81\x73\x12\x2d\x42\xd0\x67\x61\x72\xcd\x9f\xa6\x15\xf9\x66\x4c\xae\xb3\x0f\x49\xd5\x3e\x36\xcf\x39\xfc\xfc\x34\xa6\x3b\x26\xe0\x32\x60\x38\x9c\xdb\xeb\x17\xe6\x37\x89\x18\x23\xe0\xf4\xa2\x10\x55\xfd\x73\x9f\x18\xf1\x65\x12\x31\xbc\xf8\x9c\x44\xec\xcf\xbc\x35\x84\x1b\x9c\xf2\x9c\x14\xed\xcf\xcc\x17\xd2\x3c\xa0\x3e\xe9\xfb\x42\x6f\xdd\x0e\xd0\xd4\x4f\xc5\xa5\x86\xc3\xa9\xb8\xa4\xf8\x34\x67\x7d\x12\xf7\x32\xe5\x19\x72\x35\x6c\xb9\x33\x9c\x36\x9c\xfd\xd4\xdf\xa0\x11\x70\xaa\x13\x6a\x04\xf8\xce\x4c\x52\x89\x9a\xe7\xa4\x68\xd8\xfc\xa9\x1a\x48\xad\x51\x9e\xe5\x8a\x22\x55\x7d\x33\x26\xa9\x3c\xcd\x53\x17\x83\xb6\xc2\xa9\x1a\x48\xdd\x50\x9e\x93\x3a\xed\x9a\x9b\x04\x92\x22\xa2\x3c\x0d\xe3\x0e\xc7\xc1\x01\x98\x54\x14\xe5\x39\x49\xd5\x41\x71\xdc\x27\xe5\x45\x49\xe5\xd2\x07\xd0\xe6\x9c\x5f\xf8\x19\x25\xb3\xc9\xf3\x19\x79\x72\x1f\x66\x52\xa0\x9a\xa7\xaa\xe3\x10\xeb\xcb\x9f\xa1\x8c\x9f\x64\xc3\x26\x35\xa9\x79\xe2\x6f\x48\xca\x50\xf3\x24\x4d\x6f\x5d\x9c\x02\xfe\x86\x75\x11\x6b\xbc\xdc\xeb\x22\xa2\x64\x97\xaf\x9a\x1d\x27\x5e\xee\xa4\x74\x35\x4f\x2c\x9a\x55\xb3\xe3\x7c\xe6\xa0\x60\x00\xa9\xae\xda\x13\xe7\x33\x31\x00\x51\x54\xc7\x75\x71\x0a\xb8\xf9\xd6\xc5\x29\xa0\x13\xae\xdc\xbe\x94\xe7\xfb\x00\x20\xb6\x2e\x7c\x07\xab\xc6\xc5\xb5\xb8\xf0\xa8\xf6\xd7\x22\xd6\x88\xfb\x6b\x11\x6b\x24\x15\x35\x4d\x1f\xf0\x61\x7d\x69\xde\x50\xfb\x9a\x97\x54\x42\xe9\x53\x5e\x9b\xcb\x8b\x08\xba\x36\xbb\x46\x04\x51\x78\xf4\x01\x8c\xd3\x27\x06\x02\x1b\x80\xbd\x75\x17\xd1\xde\xba\x83\x22\xc7\x7d\x81\x26\x79\x17\x23\xaf\x70\x75\x10\x27\x17\x26\xf9\xaa\x71\x71\x85\xd3\x46\xa0\x59\x5e\xb4\x6a\x42\xf8\xfc\x4c\x52\xc6\x94\x14\x11\x7d\x5f\x0a\x40\xdc\x90\xa2\x57\xba\x54\x22\x5a\x6e\x09\xa2\xee\xaa\xf9\x33\xba\x2e\x77\x01\x49\x65\xdd\xd0\xca\xe5\x07\xe9\x23\x33\x49\xe9\x6a\x5e\x8a\x20\xaa\x55\xf3\x52\xb6\x50\xfa\x94\xd7\x21\x06\xce\xe7\x70\xda\xce\xe7\xb0\x4d\x13\x70\xeb\xc5\x5a\xc3\x87\xa2\xa8\xbc\xd0\x16\xd7\x45\xac\xd5\x09\xa9\x90\xca\x4b\x15\x8e\x07\xfb\xd3\x77\x65\x92\x37\xfa\xf3\xba\x24\x26\x44\x1d\x15\x45\xdb\xaa\xa5\x71\xe1\x2d\x4b\x6a\x52\x93\xf2\xa2\xef\xcb\x4f\x7d\x98\xd7\xe3\x2c\x30\x0f\x28\x37\xfa\x00\xd6\xe4\x11\xd7\xee\x17\x77\x12\x57\xe7\xf5\x8a\x38\xb2\xf3\x7a\x3d\xc0\xc8\x4e\xdf\x99\x49\x1e\xf0\xcf\xeb\x9d\x88\x7f\x6d\x6e\x35\x3f\x8a\xb1\xf2\xd6\x3e\xa7\xe2\x35\xef\xc5\x43\xcf\x38\xb7\x2a\x1d\x95\x59\xe9\x0b\x34\x49\x31\x56\xde\xeb\xfc\x59\x02\x78\x7c\x10\x22\xbc\x40\xf3\x7d\xb1\xcd\x25\x40\x9b\xdd\x0d\x87\x7b\xde\xbb\xbb\x82\xe9\x72\xef\x4e\x01\x41\x4a\xd9\xcf\x07\xec\x00\x1e\x39\x64\xe7\xdd\x3c\x17\x88\x4b\xdf\x8c\x49\x4a\xae\xf2\xee\xb3\x0d\x58\xf7\xd9\x86\x41\xbb\xd3\x86\xf9\x51\x1d\xb4\xad\x5c\xc7\x90\x56\x07\x25\x95\x59\x79\x6b\xc7\x50\xcc\x98\xf7\x3c\xe7\x88\xad\x3b\xdc\x63\x14\x6b\x4b\x85\x92\x7a\xab\xbc\x53\xb2\x43\xa0\xdd\xe9\xb4\x91\x61\xb7\xea\x19\x85\x54\x79\xe3\x94\x4a\xca\xa5\xf2\x4e\xf7\x07\xe9\x66\x11\x51\x52\x3b\x95\x77\x4d\xdc\x40\xa7\x3c\xa6\xc8\x3d\x4b\x85\x92\xda\xa9\xbc\x87\x4b\x95\x02\xd0\x20\xe5\x87\xe9\x43\x35\x49\xf9\x61\xfa\x50\x4d\x52\x71\x98\xf7\x61\xd7\xe5\xcf\x9c\x9c\xbb\x70\xc8\x94\xdc\x85\x43\x52\xc5\x91\xc5\x43\x35\x1f\x00\x3a\x32\x73\x2a\x0e\xf3\xbe\x24\x2e\x44\xdd\xad\xaa\x45\x21\x55\x52\x2a\xb4\xad\x5c\x91\x94\x3e\x2d\x93\x3b\x2c\xe1\x9e\x14\x80\x44\xbc\x35\x6f\xa8\xdd\x4b\x1f\x9d\x49\x5e\xb2\xc8\xfb\xf6\xb8\xb8\xa7\xaa\x5a\x3b\x04\x79\x4f\x96\xed\x36\x6a\xd3\xf3\x44\x45\xde\x2a\x54\x54\x55\xe5\x8d\x8b\x38\xa9\xaa\x4a\xcb\x7e\x56\x8d\xa5\xfb\x75\xda\x08\xb4\x5b\xc2\xa0\xc4\x2a\x9f\x79\xe2\x39\x07\x8f\x5c\x5a\xfb\xc8\x47\x67\x92\xaa\xaa\xf4\xc1\x98\xa4\x76\x2a\x79\x23\xe6\xfb\x99\xc0\xea\x97\x01\xb0\xf9\x25\x00\x9c\x02\xcc\xc2\x07\x63\x92\x12\xab\x7c\xb4\x4e\x28\x74\xcb\x07\x5d\x66\xe5\xba\xa3\xf4\x8d\x98\xa4\xd0\x2d\x1f\x4c\x95\x55\xfb\xe8\xd9\xc5\x8d\x0d\x7e\xda\xec\xa0\x00\xe6\x38\x74\x80\x96\xb3\x6a\xf8\x3c\x8a\x06\x6e\x69\xc8\xa7\x7b\x28\x20\x33\x5f\x82\x49\x2a\xa4\xf2\x09\x7b\x83\x7e\x9e\x70\x0a\x48\x90\x47\x9b\x9e\x32\xb3\x7c\xc8\xdb\x59\xb9\x64\x21\x1f\x4d\x15\x8a\xa2\x92\x07\x63\xbe\x2f\x74\x3d\x4f\x7c\x0a\xb8\x59\x10\xd3\xa3\x00\xe0\xfa\x85\x7c\x4a\x74\xa0\x1f\x1e\x8c\xf9\xbe\x30\x9f\x9a\x6d\xfa\xcf\x18\xe6\xa3\xa8\xd0\x92\xf2\x69\x99\xa4\x6e\x2d\x9f\x49\x35\xd0\xd3\x83\xc7\x60\xd5\xc6\xb2\xdc\x28\x29\x55\xcb\x47\x3b\x86\x52\xb5\x7c\x77\xbf\xa0\x20\xf2\xa4\xc8\xd7\x66\x05\xf0\x67\x28\x88\xbe\x2f\x92\x3c\xdc\x9e\x6f\x9b\x3f\x4b\x00\xb7\x88\x93\xe9\xc3\x21\x49\x05\x58\xbe\xb2\x2b\x2a\xc0\xf2\xed\xae\x16\xe7\x8f\x87\x43\x3e\x80\x41\xbb\xf3\x41\x58\x59\x49\xb2\x72\x33\x42\x5a\x3c\xb2\x72\x33\x42\xbe\x31\xdb\x80\xf5\x64\x4a\x90\xdd\x3b\x77\x05\x4a\x7b\xd3\x15\x86\x9e\x5e\x35\x4c\x4a\xd5\xd2\xc7\x46\x92\x52\xb5\xb4\xac\x64\xd5\x92\x7a\xe7\xe6\x41\x28\x56\x92\xac\x5c\x1c\x94\x3e\x36\x92\xd4\x93\xa5\x95\x24\x49\xd5\x58\xbe\xe5\x82\xc0\x23\x5f\x37\x8f\xe2\xb2\x7c\x09\x89\x25\xaf\x79\xa4\x95\x24\xc9\x6b\x1e\xf9\xaa\x88\xf2\x66\x7a\xbe\xc3\x69\x23\x82\x7c\xad\x24\xa9\x34\x4b\x2b\x49\x56\x0d\xae\xf7\x98\x1d\x80\xb5\xbc\x4b\xeb\x8b\x07\x49\x3e\x80\xde\xc8\x06\x49\x4a\xc8\xd2\x7a\x91\x55\xeb\xcb\x97\x46\x92\x8a\xaf\x7c\xcf\xd9\x86\xde\x74\x68\x52\xfe\x95\x3e\x3b\x92\x54\x7c\xa5\xc5\x23\x49\x91\x57\xbe\x97\x93\x5b\x6d\x23\xa2\xa8\x9b\xaf\xca\x2b\x05\x5b\xf9\xde\x73\x50\xbf\x4c\x44\xf9\x22\x23\xd3\xe0\xb2\x5e\x24\x29\xcb\x4a\xdf\x20\x49\x2a\xb1\xf2\x25\x3e\xb6\x6a\x8a\x59\x49\xb2\x72\x71\x50\xbe\x84\xa5\x93\x1a\xad\x7c\x55\x51\x35\xb0\xde\x77\xf6\xc6\xa0\xaf\x88\xa2\xab\xbd\xef\xec\x20\x7e\xf9\x4d\x2d\xe4\x4c\x25\x35\x67\xb5\x2c\x12\xc6\x47\x25\x65\x25\x49\xf2\x4c\x47\x2d\x8b\x1d\x7c\x9a\x52\x2d\xca\x7e\x6a\xb4\x6a\x59\x6d\xf3\x51\x49\x59\x2c\x92\x14\x6c\x15\x8f\x98\x7c\x5f\xe8\x60\x95\x77\x95\x1d\x88\x41\xd1\xc1\xe6\x9e\x16\x6d\xb6\xd9\x06\x0c\x36\x4f\xe2\x27\x5b\x6a\xd9\x5c\x83\xcf\x58\xaa\x65\x73\xe7\x76\x80\x5d\xae\x36\x98\x82\x6a\x05\x15\x5f\xb5\x48\xc1\xd4\x75\xd5\xb2\xdb\xa6\x81\x28\xb5\x60\x49\xf5\x56\x2d\x6d\xb6\x01\xb7\x36\xdb\x80\xdb\xe4\x9e\x83\x0e\x9a\x5b\xdf\x40\x54\xc5\x1a\xab\xae\x78\xde\xe4\x03\xe8\xad\xcf\x0e\x98\x02\xd5\x26\x49\x91\x57\xf9\xd6\x49\x52\xe4\x55\x8b\x1c\x97\xba\xae\x5a\xc2\x35\x18\x60\x90\x13\x00\x03\x49\x93\x3a\xb5\xf2\x45\x93\xa4\xaa\xaa\x96\xe1\x6e\x0f\xba\x96\x8b\x51\x3b\x55\xcb\x98\x58\xff\xcc\x87\x59\x0b\xb7\x44\xae\xdc\x35\x51\xd4\x8b\x7c\x7d\x80\xb8\xf6\x1f\x85\x55\xb5\xa8\x34\x53\x3e\x55\xd6\x8b\xac\x58\x93\xb5\x48\x76\x18\x90\xb5\x70\x8d\xc5\x8a\xcd\x58\x16\x8f\x24\x45\x52\xb5\x68\x0c\x36\x0f\x16\xb5\x95\x2b\x06\x64\x2d\xfa\x6d\xa8\x8b\x2a\xde\x31\xf9\xbe\x30\xd9\x6b\xe2\xc6\x94\x26\xa5\x15\x83\x4e\x4a\xf3\xc8\x69\x0c\x72\x3f\x45\x59\x49\xb2\x72\x3f\x45\x2d\xf7\xfc\x19\xbd\x11\x2d\x58\xb1\x33\x6b\x79\x24\x6f\x8f\x9c\xea\x33\x2f\x33\x96\x65\x25\xd9\x3c\x65\xea\x0f\xcd\x83\xa5\xc9\xc7\x9b\x8d\xb5\xbc\x6e\xab\xe7\xe2\x75\xa9\x3c\x0a\x12\x17\x26\x6c\xad\xea\xd2\x54\x21\xd5\xaa\xfd\x87\x3d\x5b\xeb\xe2\xb4\xd9\xbc\x75\x9d\xbd\x7d\x83\xae\x6a\x09\x94\xf0\xd4\x8a\xab\x73\xc5\x1c\x2d\x5e\x1e\xf9\x00\x7f\x36\xfc\x19\x5d\xab\x4c\x50\xc2\x53\x2b\xc5\x57\x49\x09\x4f\xad\xd2\x06\xd6\x64\xad\xfb\x6c\x13\x00\x2e\xef\x27\xbd\x6b\x35\x5a\x40\x09\x4f\xad\xaa\xdc\xd8\x99\x65\xf5\xc9\x8a\x9d\x59\x6b\x9b\x6d\x18\xa7\xcd\x41\xc1\xad\xcd\x0e\xc0\x2d\xe6\xa0\xf4\x16\x4e\x61\xe3\x67\x7a\x37\x29\xa0\xa9\x35\x3c\x2e\x1b\x6d\xd2\x9f\xc1\x87\x56\x15\x5e\x8c\xc1\x5a\x95\x2d\xdd\x41\x95\x2d\x54\x96\xd5\x5a\x1e\xbe\x9d\x71\x14\xf7\x54\xb9\xd4\x3a\xe6\xcf\xf8\x32\xdc\x92\x1d\x0c\xd4\x8b\xbb\xe3\x18\x05\xa3\xe0\xa4\x7c\x01\x24\xa9\x31\xa9\x55\xbd\x18\xd3\xb2\x56\xb5\xdf\x0d\x9e\xb2\x9e\xb3\x0d\x0b\x72\x8a\x35\x0c\x66\x25\xcb\x29\xa9\x05\x2b\x1f\xfd\x48\x0a\x4e\x6a\x25\xcb\x29\xbb\x1d\x90\x6e\x91\xdd\x36\xf3\x90\xc3\x7a\x56\x72\x99\x92\x62\x91\xb2\xd6\x63\xc5\xe8\xac\xf5\x76\x4b\x60\x3d\xab\x1a\x33\xf5\x21\xb5\xea\xf1\xc0\x1c\x2d\x2b\x3a\xb2\xdb\xdb\x3c\xf1\x30\x18\xdf\x06\xc9\x6e\x6f\x7a\x2a\xbb\xbd\xe9\x9c\xec\x76\xa0\xa0\xc1\x84\xad\x55\x4f\x65\xb7\x03\xd5\x67\x4c\xd8\x5a\xb5\x1e\x29\xf2\xaa\xcd\x50\x01\x45\x1c\xe5\x43\x21\x49\x75\x46\x51\xeb\xf1\xb5\xe1\x67\xfa\x35\xa8\xb4\xa8\x6d\x9d\xbd\xd1\x06\x77\xe2\x8a\x2d\x5a\x3e\x14\x92\xd4\x5b\x95\xd5\x19\x2b\x86\x69\x6d\x9a\x85\x9b\x5d\xcf\xa3\xfc\x19\x58\xb5\xed\xae\xc1\xa7\x15\x94\x45\x1c\x49\x35\x43\x6d\xc6\x70\xa9\x66\xa8\x8d\x54\xbe\xa4\x9a\xa1\xb6\x36\xdb\x7c\xf3\xd9\x34\x18\xb7\xf8\x59\xa5\x4f\x6d\x7d\x22\xd1\x00\x26\x12\xa0\xd7\xdd\xc9\x00\x23\x9d\x2b\xbc\x56\x59\x9b\xfe\x14\x6a\x25\x6a\xd3\xce\xa4\x56\xa2\xb6\x98\xbd\x81\xde\xa4\x80\xe4\x67\x39\x7f\x46\x07\x29\xe1\xc3\x7e\x29\xea\xf8\xbe\xd8\xc6\x8d\x40\x42\x6e\xda\x8c\xbc\x41\x59\x9b\x1a\x34\x6f\x50\xd6\xa6\x9f\x90\x1a\x86\xda\x86\xbb\x02\x63\xde\xf4\xa7\x50\x8c\x55\xdb\x98\x18\x30\x05\x85\xc8\xe6\x3a\x2a\x0d\x28\x5b\xa8\x4d\x4f\x4b\x1f\x7c\x31\x28\x4c\xd9\x42\x6d\x93\x50\x10\xf2\x3e\xd3\x91\x14\x27\xd4\x26\xd5\x50\x9c\x50\xdb\x29\x41\x96\x00\xbd\x51\xe0\x54\xdb\xa5\x68\x70\xda\xb7\xf3\x71\xa6\xfa\xea\xc9\xe4\xaf\x8d\x04\xbe\x24\x79\xbf\xb6\xc9\xf3\x5d\x83\x79\xe8\x9d\xa9\x6c\x9e\x44\xfc\xda\x1e\x7b\x83\x99\x53\xc7\xf1\x01\x7e\x91\x8d\xb8\x06\xef\x6c\x03\x6e\xaf\xdb\x08\x97\xde\xf5\xec\x61\xfa\xd7\x8e\x77\x7d\xc5\xf4\x2f\x9f\xf6\x48\x52\xe7\x6b\x37\xbc\x45\xb6\x7c\xf9\x66\x47\x52\x6b\x54\xbc\xd9\xf1\xb5\x49\x00\xa7\x00\x8b\xf3\xcd\x8e\x24\x5b\xbe\x76\x8d\x41\xb2\xe5\x6b\x27\xa6\xbb\x62\xd3\xd7\xee\xd1\xe6\x9d\xde\xb2\xdc\x63\xc5\xc0\xaf\xdd\xa3\x4d\xe2\x7a\xed\xe6\x2a\xf0\xb4\x47\xed\x9a\x7c\x98\xfe\xb5\xc7\x6c\x03\xa2\x3a\xe6\xa8\x42\x2a\x9f\xdc\x48\xaa\x90\x6a\xd7\x2d\xc1\x25\x2c\xb5\xa7\x88\x76\xda\x68\x01\xec\xc8\xb0\x9d\xa2\xbc\x95\x3b\x89\xca\x42\x89\x24\x8b\xbd\x7c\x4b\x23\xc9\x55\x2f\xdf\xd2\x48\xd2\xd3\x6b\x57\xb5\xe7\x46\x96\xda\xc7\x6c\xc3\x8a\xea\xa3\xe0\x9d\x8f\xda\x75\xbf\x71\x57\x50\xed\x44\x73\x56\xbc\x0a\xb5\xab\xb3\x53\x44\x54\xbb\x6a\x3a\xf9\xed\x45\x69\xc3\xf7\x33\x7a\x53\x67\x27\xbf\xbd\x76\x95\x07\x4a\x85\x6a\x97\x95\xe2\x62\xa8\xfd\x76\x0d\x52\xa0\xf9\x05\xdc\x74\x58\x90\xdf\x5e\xfb\x2d\x3a\x88\x86\xfd\xb6\x37\xc8\xcc\x87\x35\x92\x94\xf6\xf2\x61\x8d\x24\x3d\xbd\x7c\x4b\x23\x49\x0e\xaf\x5d\xee\xb9\xbb\xdb\x6a\xe6\xe4\x83\xd7\xfe\x3a\x39\xb7\x5e\x4d\x82\x27\x73\xab\xc9\x4a\x49\xc5\xae\xa6\x27\x02\x57\x46\xb5\x6d\x76\x50\x00\xa2\xc3\x89\x6f\xf3\xec\x70\xc8\x9b\x8e\x04\xfc\x1a\x65\x99\x42\x92\x7d\x5d\x4d\x47\x02\xf7\xc8\x54\x9b\x47\x0c\x71\xd2\x54\x92\xc9\xbe\xae\xa6\xec\xc7\xe3\x51\xcd\x08\x09\xa9\xd8\xd5\x54\x04\xf6\xf6\x33\x93\xbc\x9a\xac\x95\x9b\x87\xca\x82\x86\x24\x69\xbb\x5a\x9f\x7d\x24\x80\x4b\x07\x83\x69\x31\x67\x41\x9b\x70\x8b\x06\x3f\x93\x7b\x92\x9a\x5d\x4d\xfd\x01\x7f\x4a\x59\xf7\x90\x64\x63\x17\x4f\x70\x7c\x5f\xc0\x55\x4b\x97\x9c\xeb\x6a\xb2\x52\x3c\x2d\xd5\xcc\x43\x20\x01\xbb\xda\x3c\xda\x28\xda\xd6\x3d\xac\xdc\x22\x54\xbe\xc7\x91\x64\x63\x57\x1b\xce\x87\xa3\xdd\x34\x61\x49\xcd\x2e\xdf\xdf\x48\xb2\xb1\xcb\xba\x87\x24\xcd\xba\x78\x58\xe3\x6b\x03\xd6\x86\x4f\x48\xb3\xae\x36\xcf\x39\x14\xd0\x54\x9f\xb9\x6c\xa8\x9a\x26\x2c\x97\x0d\x95\x05\x0d\x49\x49\x52\x35\x75\x0e\xfc\x36\xd5\xf4\xc5\x51\x9f\x54\x54\x2a\x7c\x5f\x40\xe7\x12\x51\x28\xa0\xa9\x80\x90\x59\x5d\xcd\x90\x0b\xf9\xd3\x65\xd9\x42\x92\x32\x5d\x3e\xc6\x91\x64\x49\x57\x53\x35\xd9\xc3\x2f\xa7\x5f\xc0\x40\x3d\x85\x17\x40\xaa\xdd\xce\x07\x8a\xb6\x4c\x61\xc5\x3f\x54\x4d\xb3\x17\x97\x50\x59\x99\x90\x24\x53\x97\xaf\x6c\x24\x29\xd3\xe5\x2b\x1b\x2b\xfe\xa1\xb2\xe4\x20\x49\x99\x2e\x9f\xdc\x58\x71\x16\x95\x4f\x6e\xac\xf8\x87\xca\x57\x36\x92\x94\xe9\x6a\x7a\xb9\xb9\xba\xa8\xda\x3b\xbb\x66\x72\xef\xec\xfa\x03\xba\xfc\x1b\x17\x50\xf5\x65\xe2\x56\x00\x8f\xc0\x37\x39\x6b\x16\x92\x37\x48\xaa\xeb\xbe\xe6\xb6\xa2\xea\xab\x53\x80\x0b\x74\x23\x33\xa4\x4c\x17\x95\x09\xdf\xcf\xbe\x99\x76\x35\x18\xde\xb5\x2d\x2b\x13\x92\x77\x6d\xab\x6f\x9e\x44\xb8\x40\xd7\xd2\xc5\xbb\x54\x7d\x8a\x06\x4c\x65\x9f\xdc\x48\xd2\xac\xab\xab\xc0\xe3\x5d\xaa\x2e\x75\x52\x3b\x55\x5d\x13\x96\x0a\xa9\xea\x3a\x00\x29\x8a\xaa\xae\x3d\xcb\x4b\x23\xd5\x27\x11\x23\x6c\xbb\x44\x4c\x36\x76\x75\x75\x76\x12\xb0\xab\xf7\xd9\x06\xdc\xfa\xfc\x19\x6b\xd0\x5d\x1d\x58\x42\xd7\x50\xc5\x87\x54\x3d\x66\x1b\x16\x51\x3d\x1f\x87\x52\x59\x99\xb0\xe2\x50\xaa\xae\xd3\x90\x12\xab\xea\x7a\x97\x70\x28\x55\x9f\x82\x06\xda\xee\x39\xc7\xa1\xb7\x72\xda\x08\xdb\x6e\x46\x42\x42\xce\x5d\xdb\x00\x87\x52\xf9\x80\x47\x92\xb1\x5d\x3c\xe0\xf1\x7d\xf1\x67\xae\x0e\xe4\x6c\x9d\x43\xf2\xbe\x6c\xf5\x49\xb4\x50\x30\xef\x7c\x7c\x6d\xe8\x80\xd0\xe8\x8a\x43\xa9\xba\xd6\x30\xb9\xdc\xe5\xa3\x1f\x2b\x57\x17\x55\x3f\x24\x19\x88\xb6\x6b\x00\xf3\xbe\x6c\x75\x95\x7e\xd2\xb7\xcb\xa7\x3d\x92\xf4\xed\xa2\x80\x61\x5b\xdb\xfa\xb3\x67\x76\xab\x4f\x1a\x84\xec\x3a\x05\x42\x2b\x1e\xaa\xea\x66\x05\xf1\xdc\x49\xf5\xd7\x99\x7b\x80\x75\x67\xe3\xae\xaa\xee\xa1\xc7\x5d\x55\x3e\xdb\x91\xe4\x42\x97\xcf\x76\xac\xf8\xae\x2a\xb4\x4d\x49\x8c\xae\xd0\xf1\x83\x23\xab\x42\xc1\x43\x92\x73\x59\x75\xb0\xe2\xd5\xaa\x50\x53\xc7\xab\x55\x31\xc9\x01\x29\x14\x52\x00\x77\x12\x55\xe8\xf5\x6e\x30\x0b\x6b\x0b\x56\x2e\x5c\x2a\x9f\xfa\x48\x32\x9e\x2b\x36\xdb\xc0\x05\x42\x29\x84\xbf\xab\x62\x1e\x6d\xc4\x58\x68\x8e\xe2\xe2\xaa\x68\x22\x0a\x79\xc7\x3c\xc0\xc8\xb4\xd0\xa5\x4a\xca\x74\x05\x11\xfc\x15\x7f\x57\x45\xb8\x54\x9c\xa5\xd0\x69\xad\xbf\xcb\x84\xff\x95\x9b\x87\x2a\x3c\x99\xbc\x51\x5b\xa1\xdf\x93\x8c\xe7\x0a\x8d\x4e\x5e\x6c\x29\x73\xfc\x57\x9d\x5f\xa1\x77\xb3\x90\x2d\xa1\xf7\x59\xe7\x97\x69\xfd\x49\x62\x74\x05\xe5\xa1\x2b\x57\x17\x55\x1c\x73\x1c\x96\xea\x98\xe3\xd0\x86\x74\xe1\x55\xaf\x96\x69\xfd\xab\x1e\xaa\xb8\xdc\x39\xe8\x36\x8c\xb2\x90\x3f\x5d\x3c\x78\xf1\x7d\x11\x38\xfd\x42\xd7\x54\x89\x25\x29\xd3\xe5\x83\x17\x49\x96\x74\x85\xea\x33\x59\xd2\xe5\xeb\x17\xab\x1e\xaa\xd0\x80\x24\x4b\xba\x7c\xfd\x62\xd5\x5d\x15\x86\xcc\xa9\x82\xab\x50\x7d\xd6\x77\x65\xf2\xfe\xca\x9d\x44\x15\xda\x8c\xe5\x11\x53\xb7\xe1\xc2\xa5\x32\xdd\x3e\xc9\xac\x2e\xdf\xc5\x48\x32\xab\x2b\xe5\xc5\xba\xb8\xd2\x5c\x33\x52\xa6\x2b\x57\xf7\xa7\x0b\xf8\x85\x83\x94\x1e\x3e\xb2\xa4\x2b\xcd\x1b\x23\x4b\xba\x72\x75\x17\x90\xa2\xa9\x6f\xb1\x21\x45\x73\x73\x17\x10\x9c\xa9\x3f\x5f\x67\x57\x36\xa7\x80\x08\x4a\x4f\x15\x99\xd5\x95\xd4\x63\x26\x99\xd5\x95\xaa\x2f\x64\x56\x57\x1a\x57\xe4\x7a\xa0\xca\xee\xba\x71\x2c\x7d\xaf\x62\xd5\xf3\x65\x16\x7b\x52\x36\x57\x19\x73\x0a\x05\xe0\xc2\x23\x8f\xd2\xe4\x2e\x12\xae\x2b\x35\xfe\xc8\xb1\xae\xd4\xde\x23\xad\xba\xd2\x20\x09\x99\xd4\xe5\xdb\x13\xab\xae\xb3\x9c\xcc\x0f\x19\x96\xe5\x2e\x20\x9c\x52\x43\x8e\x4b\x9a\x2a\xf5\x85\xe8\x47\x4b\x0d\x39\x5e\xc9\xad\x3c\x66\xd7\x4c\xce\x18\xa1\x1e\xb6\xd4\xe1\xc7\xfd\x42\x95\x2a\x29\x0d\x79\x64\xe2\x7a\x52\x77\x57\x39\x0f\x2c\x6c\x23\xe5\x84\x24\x76\x57\xaa\xc0\xeb\x6e\x33\xa5\x7d\xe5\x3a\xa0\xca\x79\xae\xe1\x21\xbe\x4a\x91\xe4\x7f\x57\x4e\x86\x59\x3f\xf5\x61\xe6\x2d\xb7\x81\xf0\xd3\x9c\x0f\xd2\xc6\x2b\xe7\x01\x46\x0a\xf9\xf6\x44\x92\x43\x5e\x69\x98\x90\xb4\xf1\xca\xd7\x99\x23\x3b\x53\x37\x1f\x57\xfd\x54\xaa\xa9\x93\x36\x5e\x3e\x51\x91\x24\x87\x57\xce\xd3\x8c\xec\x2c\x3d\x20\x3c\xb3\x5b\x3e\x51\xb1\x72\x3d\x50\xd5\x3c\xc0\xc8\xb4\x52\x99\xd0\xcd\x57\xeb\xc4\x80\x9f\x79\x4c\xb9\x04\xa8\x4a\x1d\x9e\x1c\xf2\x22\x57\xfd\xfb\xb2\x02\x78\x2e\xba\xc0\xf0\xcb\x06\x20\x6e\x88\xd8\xd2\x4c\x24\x6d\xbc\x7c\xd6\x62\xd5\x4f\x58\x6d\x76\xd0\x00\x0e\xbf\x08\x3c\x02\xcc\x67\x9e\x73\xc8\xae\xd4\x05\x78\xca\xa8\x4a\x35\x9d\xac\xef\x9a\x69\xf0\xe4\x76\x57\xf5\xd9\x01\x6b\x30\xcf\x79\x08\xcc\x36\xcc\x34\xe6\xcf\x00\x8c\x4e\x91\xce\x5d\x65\x74\x8a\x74\xee\x2a\xcd\x51\xd2\xb9\xab\x28\xdd\x58\x75\x34\x96\xde\xc0\x42\xd9\x2b\xfd\x1a\xd4\x2f\x56\xcd\x43\x0f\x3d\x95\x7e\x0d\xd2\xac\xcb\x07\x2f\x56\x9d\x93\xa5\x28\xe7\x82\xac\x2a\x2d\x50\x72\xae\xab\x4c\x1a\xe1\x1a\xa2\x2a\x79\x31\x97\x0d\x55\x1d\x8e\x03\x39\x94\xbe\x6c\xb2\xb1\xab\x3c\xc0\x5c\x36\x54\xa5\xf7\x82\xfb\x85\xca\xd7\x2f\x56\xae\x14\x2a\xde\xb8\xf8\x00\x10\xbd\xdc\x7a\xc8\xa1\xee\x39\x28\x58\x6b\x67\xf2\x74\x72\xd5\x64\xd9\xc8\xca\x9a\x8c\x99\x43\x5e\xfa\x35\x48\xda\xae\x99\xec\x4e\xd2\x76\x95\x1a\x33\xcf\x2d\x57\xa9\x31\xf3\xdc\x72\xd5\x3b\x7f\x46\xd7\xea\x0b\xdc\x3c\x54\xa5\xd1\x59\x1e\x4b\xdd\xd7\xdc\x3c\x54\xbe\x7e\xb1\x72\xf3\x50\x0d\x73\x99\x28\x80\xac\xb1\x38\x39\xd8\xa2\xc9\xee\xab\x3e\xd9\x61\x6c\x88\xd2\xc8\xf2\xf5\x8b\x55\x9f\xec\xf0\xf8\xeb\x93\x1d\xeb\xec\xe0\x43\x67\xa8\x17\x93\x80\x5d\x66\xbe\xaf\x5c\x29\x54\x83\x5b\x5c\x92\x1c\xeb\x1a\x9b\xdb\x08\x5b\x1c\xd2\x02\x69\xd5\x35\x34\x6e\x79\x9a\xa9\x86\x8e\x6d\x1d\xb4\x43\xc2\xe0\x69\xa6\x1a\x2a\xc9\x83\x0d\x1e\xdc\xc9\x9f\x64\x5f\xd7\xd0\x1b\xa8\xeb\x76\x18\xda\xd1\x75\x3b\x0c\xce\x72\x73\x57\x99\x2d\xbf\xf2\x2e\x74\x8d\xee\xb4\x61\x57\x63\x1e\x7f\xf8\xce\x50\x1a\x90\xcb\x5d\x43\x69\xa0\xef\x77\xc4\x1c\x94\x71\xf4\xfe\xe9\x08\x1e\x26\x96\x50\x68\x59\x43\xcb\x56\x47\xf0\x50\x63\xd1\xdd\x3b\xa4\x12\xaa\x2e\x6b\xe8\x31\xd4\xdd\x3b\x53\xe7\xc7\xfa\xb3\x57\x23\x6b\xa6\xd2\x53\x9f\x59\xc3\xbc\x2b\x4a\x32\x6b\x48\x4f\xc3\xdd\x57\x83\x1e\xee\xbe\xea\xcc\x70\xc3\x75\xef\x0c\x37\xfc\x98\xf3\xa3\x03\x8d\xdb\xe1\x86\xab\xe8\xe8\x3f\x1e\x87\xab\x05\xef\x1a\x1a\xb7\xdc\x15\x54\x43\xe3\x76\xb8\xe1\xca\x8d\xe1\x1e\xeb\xeb\x21\x83\xbb\xc6\x39\xdb\x30\xe8\xe5\x29\x43\x0e\x0e\x63\xad\xc3\x0d\xd7\x89\xa3\x6b\x7a\xdc\x1e\x05\x18\xd9\xd0\x05\x3e\xdc\x63\xb3\xa9\xb8\x2b\xa8\x86\x71\x53\x2e\x09\xab\xa1\x69\x39\xdc\x7d\xa9\x86\xdc\xee\x9a\x09\xf2\xe4\x76\xd7\xb1\x78\x4c\xc3\x2f\xfe\x8c\x3d\x3e\x8c\xf3\x70\x57\x50\xf9\xac\x45\x92\x80\x5d\x87\x41\x54\x72\xae\xeb\xb0\x2a\x84\x42\xcb\xf2\x25\x8b\xa4\xd0\xb2\x0e\x73\x4b\x78\x30\xab\x8e\xd5\x35\x60\x79\x0f\x85\x06\x99\xd5\x65\x4e\xfc\xca\x5d\x41\xe5\xe3\x15\x49\x9a\x75\x1d\x93\x9e\xba\x5f\xc4\x00\x69\x70\xa8\x7f\x93\x59\x5d\x33\x27\x9e\xcc\xea\x3a\xac\x83\x22\xb3\xba\x8e\x49\x5c\x98\x48\x87\x9a\x39\x97\x0d\xd5\xb1\x7b\xce\xd1\x6d\x0e\x35\x73\x9d\xf0\x87\x76\xa6\x7e\xf7\xc3\xcc\x07\xfd\xee\x87\x9a\x39\x85\x96\x75\xf4\xd9\x86\xc9\x29\x4e\x48\xa6\xae\xc3\x80\x28\x29\xd3\x75\xc4\x6c\x43\xd7\x1a\x9d\xdc\x59\x56\x87\x0a\x15\x49\xce\x35\x53\xe7\x49\x72\xae\x43\x47\xcf\x10\x03\x15\xf8\x21\x06\xe9\x14\x50\x4d\x7c\xbc\x62\xd5\xb5\x7e\xe8\xf5\xd1\x9b\x4e\xe6\xfb\x07\xd0\x75\xcd\xde\x04\x9c\x1c\xbc\xf8\xd0\xe8\x24\xf3\xb8\x0e\xfd\x41\x5c\x02\x54\xc7\xa4\x12\x11\x35\x3b\x91\x2c\xe2\x9a\x09\xf2\xe4\x0a\xd7\x61\xd4\x95\xbb\x82\xea\x50\x04\x0d\x71\x9b\x22\x08\x36\x7f\x1c\x1e\x31\xd8\xfc\x61\x74\x6a\xcc\x2f\xee\xa9\x5f\x4e\x97\x0a\x01\x70\x4c\x62\x42\xe5\x39\x4c\x55\x24\x6d\xb7\x78\xfd\xe2\x03\x98\x29\xfe\xa0\xa2\x70\xaf\x0e\xf4\xae\x22\xb7\xb6\xcc\x96\x2f\x72\x6b\xeb\xd0\xb8\xe8\x76\x8d\x71\x51\x24\xda\xd6\x81\x0b\xa8\x48\xb4\xad\x03\x81\x56\xe4\xd6\xd6\x71\xcf\xae\x19\x14\x2f\x6a\x91\x41\x5b\x07\x62\xab\xc8\x93\xad\xe3\x71\xad\x91\x3a\x07\xa5\x83\x6b\x88\xce\x3b\x7f\x46\x1b\xaa\xe6\x8b\x94\xd5\xf2\xf9\x8c\xd5\x88\xc2\x81\x06\x56\xbc\xca\x55\xbe\xa5\x51\x24\xa6\xd6\x29\x69\x1a\x6b\x30\xd9\x7d\xe5\x22\xa4\x22\xd9\xfd\xfb\xd9\xd7\xf5\x89\xa4\xaa\x65\xab\x9f\x31\x4c\x9f\xe0\x58\xb9\x18\xa9\xce\x75\x0e\x35\x00\x66\xef\x05\xe0\x9a\xc0\x39\x4c\x69\x2f\x5e\xdc\x2a\x9e\xe0\xf8\x7e\x46\x1b\x1d\x3f\xdc\x9f\x54\x27\x01\x82\xa2\x24\xae\x48\x69\x5f\x8b\x9c\xd1\x3a\x35\x50\x02\x61\x65\x4a\x7b\x51\xaa\x56\xa7\x04\x69\xc4\xe4\x94\x20\xb9\x05\xae\xce\xe6\xd2\xc1\x60\x7c\xa9\x63\xe5\x5a\xa5\x3a\xdb\x1c\x14\xdc\xda\xec\xcd\x36\xb3\x37\x10\xed\xf3\x67\x20\xda\xc5\xad\xf9\x85\xa3\xc0\x0d\x47\x75\x76\x77\x05\xe5\xf5\xe4\xaa\xc0\x22\xfd\xb4\xce\x70\xc3\x61\x57\xa7\x5e\x20\x6e\x38\x2a\xd3\xe0\x8b\x52\xb5\x32\xf3\x7d\x0d\xc4\xc9\x99\xae\x28\x1c\xea\x4c\xcf\x5f\xf7\x8b\x2b\x0a\x87\x3a\xa5\x5b\x23\x33\x3c\xe0\xf1\x7d\x01\x37\x0d\xa1\x70\xf7\x6b\x22\x0a\x6e\x25\xa2\x5d\xc0\x99\xa2\x73\x9c\xe5\xba\xb9\x8d\x63\xf6\xc6\x97\xe1\x14\xd0\x71\x4d\x90\x2f\x72\x51\xcb\x04\xf9\x95\x7b\xe8\xea\xd4\x92\xe2\x8e\xa5\xba\x76\xb1\x86\x91\xf1\x26\xc4\x07\x7c\x53\xb8\xe6\x96\xc0\xc8\xae\x36\xbb\x0e\x00\x37\x18\x19\x76\x35\xd7\x1a\xa1\x71\x99\xe6\x6a\x3c\xe9\x6a\x13\x83\x02\x70\x11\xe1\x77\x57\x9b\x18\x30\x8e\x71\x1e\x23\x4d\xbe\x23\x51\x94\xd1\xd5\x35\xf7\x94\x93\x78\xcd\x9d\xc3\x87\x74\x85\xb8\x21\x41\x2e\xf3\xfc\x8c\x41\x5d\xaa\x26\xc6\xa0\xc8\xed\xfe\x00\x06\xd5\xb5\xce\x25\x4d\x75\xe9\x32\xe1\x5e\xa6\xba\x4a\xc2\x87\xe3\x5e\x73\x4b\x38\x89\xd7\xdc\x05\x58\xa9\x6f\x42\x14\x29\xab\x35\x73\xbb\x79\xac\xbe\x7c\x06\x62\xe5\xc2\xa5\xba\xf4\x99\x73\xe1\x52\x5d\xa7\xb8\x71\xc4\x2e\x93\x44\x8c\x5b\x99\x73\x5d\x24\x4b\xd6\x85\x2b\xba\xc8\x8f\x2c\x1f\x7b\x28\xf2\x23\xeb\x32\x49\xc4\xf0\xd6\x75\xdb\x66\x15\xf0\x8c\x72\xf8\x2e\x42\x3b\x45\xfd\x58\x5d\xa4\x8f\x14\x99\x93\xc5\xcb\x0f\x1f\xc0\xf2\x5a\x4b\x10\xdd\x2f\x5d\xc0\x2f\xe1\xcf\x40\xe7\x71\x1c\x48\xe6\xd2\x4b\x62\x7c\xec\xc2\x4b\x52\x64\x4e\xd6\xa5\xf6\x61\x14\xec\x42\xfb\x28\x32\x27\x8b\xc7\x1d\xd6\x22\x4f\xb1\x6e\x1d\x71\xc6\xc7\x4c\xc5\x2e\xb2\x11\x8b\xec\xeb\x0f\xa0\x8d\xe9\x58\xdc\xb8\x57\xf7\x2a\x3a\xbb\xc0\xec\xe0\xc3\xfa\x0e\xc7\xd9\x05\xe6\xcf\x3a\x80\xc7\x32\x04\x4e\xbf\x7c\x58\x93\xe1\xfc\x01\x3f\xd5\x30\x6f\xf3\x3f\xb9\xb5\xaf\x6e\x29\x9a\x12\xb2\xba\x4d\xf9\x34\x14\xe7\xe3\x08\x45\xe2\x63\xdd\x1e\x12\x12\x1f\xeb\x9e\xd4\xc9\x01\xbe\x0d\x58\x1b\x8a\xbb\x89\xb2\x14\x29\x91\x75\x1f\xf3\x0b\x6d\x0e\x97\x01\x1d\xea\x46\x5c\x16\x95\x66\x35\xf3\x9a\x0d\xd2\xdd\xf3\x2c\xa1\xc1\xdc\xe7\x6c\xc3\xfc\xce\x89\x41\x02\xb8\xfb\x1c\xb9\xfb\x9a\x6d\xe8\xed\x72\xb5\x60\x71\xf7\x35\x11\xa5\x03\xe5\x20\xaf\x4d\xd5\x7d\xbb\x74\x1c\x2c\x5e\x3d\xf8\x00\x06\xbd\x3d\xda\x38\x64\x7c\xe8\xa0\x78\x7a\xaa\x4c\x72\x2e\x0a\xd2\xca\x57\x0f\x8a\x82\xb4\x32\xaf\xb9\xa8\x41\xab\x5b\xc3\x8e\x77\xfe\xcb\x87\x0e\x8a\x07\xa6\xea\x9e\x12\x12\xdd\xe6\xd1\xaf\xc6\xbd\x4c\xf5\xcc\xb3\xc4\xf1\x79\xe6\x21\x19\x02\xd2\x20\xda\xc8\xb3\x3a\x6d\x8e\xcf\xa3\x53\xd7\x60\xe0\xb3\xcd\x0e\xbe\x29\x3c\xbb\x47\x81\x43\xc2\x0b\x06\xdf\xcf\x68\xb3\xbb\xa7\xb0\x38\x9e\x33\xf8\xbe\xd8\xe6\x10\xb0\xcd\x1c\x94\x9f\x35\xb7\x11\xd5\xe4\xe1\xc6\x99\x22\x3f\xb2\x9e\xe6\x31\xe5\x20\x3d\x53\x52\x0d\x81\x89\xdb\x37\xed\xc7\xfc\x3b\xee\x09\xac\xa7\x7b\x42\xd8\xed\x47\x23\xcd\xb0\xe0\x63\x5d\x8a\x81\xbc\x47\xa9\x63\x16\x24\x09\xcb\x1f\xc0\xa0\xbc\x7b\xb6\x1a\xd5\x23\x47\xf9\xfb\xc2\xa0\x35\xc7\xa1\x4d\x79\xae\x61\x64\x8f\x52\xc7\x78\xdf\x33\x8f\x32\x1b\xfc\xd4\xec\xcd\x0e\x3c\x07\xf8\x1b\x1e\xc3\x0d\x5c\x91\x54\x8f\xe2\x84\x5b\x91\xea\x31\xcd\xd5\x70\xdd\x73\xcc\x9f\x31\xe8\x39\xbf\x30\x0e\xa5\x91\xab\xe1\xba\xe7\x9c\x1d\x80\xce\xe5\xfe\x70\x42\x1e\x19\xa6\xe1\xba\x47\xf5\xcc\x64\xc9\x47\xdf\xaf\xb1\xbb\xe7\xf6\x88\x79\x0e\xb8\xf5\x72\x35\x5c\xf7\x3c\x1e\x65\xcf\xc1\xeb\xb1\x74\xb7\xdf\xf9\x05\xac\x3d\x7c\x06\xe5\x1e\xd5\x33\x93\x18\xdf\xc5\x33\xca\x6e\xbf\x8b\x27\x84\xdd\xe6\x25\x81\x0f\xf8\xa6\xf0\x6e\x73\x50\x81\x5b\x60\x00\x80\x9b\x39\x7a\x3e\x04\xb0\x72\x11\x52\xbd\xea\x4c\xa6\xe5\xbd\x58\xfb\x45\xc5\x57\xbd\x6d\xfe\x6c\x05\x70\xeb\xe1\x91\xaf\xca\x90\xb1\xbb\x57\x65\xc8\x3c\x38\xaf\xfb\x5f\x8d\xdd\xbd\x96\x4b\x19\xbb\x23\x15\xfb\xfb\x99\x5f\x5c\x37\xc4\xe3\xdb\xc5\x8d\x69\xfb\x10\xc0\x6a\xec\xce\x87\x00\x6a\xdb\x7e\xf6\x44\x45\x79\x5d\xfe\x6a\xf8\xee\xd5\x08\x30\x7c\xf7\xca\xd5\x4c\x92\x7b\x89\x3c\x95\x49\x72\xaf\x2c\x6e\x73\x7e\x87\xe8\x39\x3f\x4b\x37\x8c\xf2\xbd\x3a\x5f\x8d\xf2\xbd\xea\xfd\x66\xcc\x99\xd7\x5c\xe6\xc5\xbd\x7a\xa8\xb8\x21\xb1\x4c\x65\x2e\xb3\xdf\x5e\xa5\xaa\xd9\x6f\xaf\x01\x5e\xee\x4e\x2c\xee\xce\xff\xbe\x08\x48\x1b\x30\xbf\xd7\xca\x25\x23\x76\xaf\x42\x71\x73\x72\xf3\x60\xc1\xe2\x66\x5e\xb3\xa1\xb8\x57\xa1\x68\xc2\x9b\x79\xcd\x65\xc2\xdb\xfb\x8a\x35\x8c\xf9\x7d\xdd\x15\x38\xe1\x4b\x14\xac\x78\x87\xaa\xde\x77\x76\x0d\xd6\xaf\xdb\xda\x04\x60\x3d\x09\xf3\x7b\xe7\x31\x45\xbf\x7b\x5f\x07\x75\xda\xa6\xfb\xe4\xa7\xec\x0d\x6f\xd5\x5f\xf3\xe3\x84\x63\x59\x5c\xeb\x0f\xd1\xe1\xad\xfa\x45\xbe\xda\x58\x96\xd9\x5b\x03\x98\xbd\x0d\x00\x77\xe1\xe3\x91\x63\xe6\x42\x13\x0c\x1c\xcb\x2a\xd6\x7e\xd9\x5c\xeb\x04\x90\x95\x12\xfc\x1b\x8b\xac\x74\x4b\xc6\xd9\x67\x07\x02\xa2\x93\x8c\xc3\x1d\x3e\xc5\x7b\x57\xc3\xbb\xf2\x6b\xfb\x18\xcc\x58\x9a\xe3\x14\xb8\xa9\x54\x72\x33\xd4\x58\xe4\x9e\xdc\x0c\x35\x66\x2a\x33\x71\xc5\xb1\xe8\xe2\xca\x64\x0d\x64\xa5\x94\x4b\x8d\xa5\x7b\x90\x92\x05\x21\xf4\x5b\xe4\x3f\x8d\xc5\xd0\x6f\x26\x3f\x8b\xd9\x01\xf3\xc1\x3e\x2f\x9e\x9a\x1a\x8b\x7a\x24\xd7\x44\x8d\x05\x47\x56\x51\x07\x35\x16\x2c\xf7\xa2\xf4\x69\x2c\x2a\x0f\xdc\x19\x35\x16\x52\x34\x8a\x6a\xa7\xe1\xc5\xf9\x6b\xba\x20\x93\x17\xbb\x06\x72\x5c\x9e\x80\x1a\x0b\x8e\xab\x22\xc7\x68\x2c\x2a\x0f\x84\x39\xc7\x42\x1c\xb8\x78\x02\x6a\x70\x57\xfe\x07\x30\x1f\xd5\x0a\x12\x8e\xc6\x72\xcc\x36\xe0\x26\xcd\xf1\xd0\xd3\x58\xa4\x39\xca\x98\xc6\x72\xcc\x41\xc1\x60\xf2\xe2\x62\x0a\xa7\x5d\xef\x74\x7d\xda\x66\xa7\xeb\x4b\x0c\x76\xba\x56\x79\x25\x2b\x68\x2c\x6a\x12\xc4\x2f\x87\xa9\xcb\x45\x56\xd0\x30\x5b\xb9\x28\x70\x1a\xcb\xa4\xac\x41\x07\xcf\xec\x1a\x0c\xa4\x1f\x52\x84\xc6\x4c\x6a\xe6\x96\xa7\xb1\xbc\xa2\xd3\x58\x90\x77\xfe\xec\x1b\xc7\x04\xe5\x22\xf7\x67\xac\xeb\x04\x1a\xc0\x6c\xd3\x01\x5c\x9d\x8f\x1a\xc7\x6a\xf2\x3e\x91\xcd\x41\x4e\xf2\xf7\x25\x01\x66\xd7\xdf\xa0\xeb\x3e\x7b\x1b\x00\xcd\x36\x7e\xb9\x05\xf8\x62\x86\x3d\x81\xc9\xb1\x76\xdb\xf4\x9f\x31\xcc\xb1\xc6\xfc\x25\xe3\x6a\x5a\x92\x38\x33\x56\x85\x3c\xa1\xc5\x31\xb3\x8a\xb9\xa7\x69\xac\xf3\x94\x7d\x84\x3f\x56\x4f\x19\x97\x36\x8d\x95\xdb\x49\x56\x82\x8e\x63\xd5\x74\x21\xce\x38\x56\x85\x3c\xcf\x48\x8d\xb5\x5c\x06\xe8\x96\xe4\xe3\x0f\x60\x1c\xe5\x3a\xb9\x32\x63\xf5\xc8\x11\x9b\x1c\xde\x4f\x5f\x3b\x74\xbb\x8e\x89\x28\xe3\x28\xf1\x89\x5a\x8e\x55\x9e\x4f\xd0\x71\xac\xc6\x1e\x08\x3a\x0e\xaf\x93\x2f\xf2\x5e\x86\xd7\xc9\xaf\x44\x20\xc7\xca\x2d\xa5\x2b\x41\xc7\xb1\x2a\xf1\xc9\x6e\x19\xab\xb9\x3f\x04\x1d\x07\x77\xcb\x7f\x00\x18\xe8\xde\x21\xef\x65\xac\x97\xf3\x81\x84\xcc\x10\x2e\xea\x86\xc6\xfa\xf8\x33\x0e\xe3\x6a\xb4\x97\x30\xe1\x30\x5d\xb8\x48\x00\x19\xab\xa9\x3b\xc4\x0c\xc7\x3a\x4f\x19\xcc\x62\x95\x95\x12\x19\x1c\x5e\x00\xbf\x12\x0c\x1c\x9b\x3c\x92\xd4\x90\xb1\xad\x73\x9c\x01\xe0\x7c\x38\xc0\x9b\x8a\x28\x69\x1e\xc3\x3b\xdf\x57\xc2\x75\x63\xd3\x7f\x42\xb8\x6e\x6c\xbb\x33\xe5\x00\x6f\xf8\x30\x8b\xf2\xa2\xb1\x99\xfd\x46\xb8\x6e\x6c\xd4\x68\x15\xb5\x46\x63\x6b\xb3\x0d\xe8\x18\x1f\xe3\x4e\xd0\x61\xba\x70\x91\x00\x32\x36\x15\x03\x72\x3e\x86\x17\xc0\xaf\x5c\x03\x3a\x36\xe2\x63\xc5\x73\x55\xc3\x9b\xdd\x8b\xf2\xa2\xb1\xf5\x89\x35\x3f\xf3\x8c\xf2\xf8\xd5\xd8\x74\x41\x72\x93\xd2\xd8\x64\x64\x04\xd8\xc6\xa6\x2b\x83\xac\x8c\x41\x0e\xef\x07\x80\x81\xf6\x11\xb9\x17\x63\x53\x8f\x24\x0e\x37\x36\x19\x19\x89\x18\x63\x1b\xb3\x0d\x5d\x9b\x6a\x40\x84\x6e\x6c\xba\x32\x48\xc4\x18\x24\xf4\x7e\xcb\x66\x07\x97\x00\x3f\xd3\x0a\xe2\x71\xa8\xb1\x19\xc6\x2d\x0e\xf9\x76\xba\x06\x9c\xb7\x4d\x3d\x92\xa8\xde\xd8\xae\xd9\x81\xc0\x2b\x00\x3a\x26\x58\x12\xef\x1b\x9b\xea\x26\xaf\x3e\x8d\xed\x9e\xb8\x09\xfc\x3f\x84\xbd\x49\x0e\xec\x3c\xb2\x66\x39\x8f\x55\xc4\x12\x9c\x3d\x09\x5c\xc4\x5e\xd8\x48\x35\xab\x41\xed\x7f\x50\xe0\x39\xfa\x03\x2f\x91\x99\xb8\x23\xc9\xe9\x14\x7b\x23\x8d\xd6\x7c\xe6\xa2\x80\x16\xa2\x57\x22\xf4\x7d\x23\x3e\x4e\x23\xfb\xaa\x58\xec\x01\xf8\xa6\x11\x5d\x7c\x18\x6f\x8c\xf8\x4a\x0b\x9c\x54\x51\xae\x14\x4b\x8e\x11\x5f\xdb\x76\x99\xa1\xf1\x99\xed\xa2\x16\x1c\x49\x39\x21\x3e\x4d\x23\x79\x3f\x42\x47\x38\xd2\xef\x6b\xc1\xad\x34\x29\x1a\xc4\xdb\x69\x24\xf5\x56\x9d\xf3\x35\x85\xaf\x9e\xc2\x0f\x09\x83\xc3\x36\x85\xaf\x6d\x77\x40\x92\x02\x3f\x14\x86\x23\x45\x2b\xcd\xfe\x70\x4a\x58\xb0\x49\x5d\x17\xaa\xc4\xa1\xad\x70\xc7\xc6\x63\x7c\xb6\xc2\xa0\x3c\x0d\x6d\x85\x3b\x2e\x49\x23\xe9\x07\x05\xca\xd3\x48\xf9\xfb\xe6\x6f\x32\xcc\x91\xf2\xd7\x56\x9a\x07\x84\x5f\xc7\x64\x63\x24\x25\xf2\xbd\x33\x40\xc5\xb6\x16\xda\x5a\xbe\xe6\x31\x40\xdf\x3a\x2f\xb4\xb5\xba\xce\x0b\xcd\xd3\xf3\x19\x70\xa8\x21\x4a\x7b\xc7\x98\x63\x80\xc5\x7e\x7f\x50\x69\xfb\xbe\xa1\x1e\x0d\x2c\x81\x8d\x1a\xa9\x7f\xd9\xa8\x67\x7c\x2d\x60\x22\xbe\x05\xcc\xa2\x4f\xda\x6a\x81\x21\x35\x92\x82\x39\x2c\x3b\x46\x52\xc1\x8b\x72\x73\x24\x39\x66\xcc\x3c\x46\xd2\xf7\x1f\x70\xa8\x21\xc8\x7a\xc7\x7d\x6a\xa4\xe5\x1c\xb3\x9a\x3f\x13\x63\x60\xa3\x46\xda\x5f\x01\xd4\x23\xf7\x8b\x1f\xd4\x48\x1e\xcb\x04\xd9\x1a\xc9\x35\x8b\x2e\x6f\x24\xcf\xe8\xcc\x02\x16\xfc\x3c\xa0\xcb\x1b\xe9\x5b\xcd\x2c\xe0\xa4\xbf\x1f\xea\xbb\x91\x64\x85\x01\x4d\x1d\x58\x08\xdf\x6c\x34\x54\xc3\x19\x10\x9b\x46\xd6\x23\x19\xc4\xa6\x91\xbf\x05\x0c\x13\x96\xbf\xc5\xc8\xd1\x90\x5d\x8c\xa8\xde\x46\x8e\xce\x02\x4c\x58\x76\x2d\x81\xa4\x34\xf2\xb7\x96\x60\xc2\x72\xfa\xb2\xf1\x8f\x1c\x26\x18\x4b\x43\x73\xe1\x8e\x6d\xc9\xc8\xe9\x2b\xe0\x76\x5b\x54\xf3\x80\x86\x6e\xe4\xfc\x35\xc7\x7f\xcc\x06\x0d\x0a\x71\x1e\xd0\xd0\x8d\xec\xfd\x1c\x0d\xdd\xc8\xdf\x42\xea\xfe\xf3\xf8\x0f\x5d\x50\x55\x8a\xea\x6d\x64\x5d\xe8\xd1\x8f\x8d\xcf\x6c\x17\xfd\xd8\xc8\x6e\xa5\x00\x91\x8e\xac\x88\x18\xe3\x94\x91\xdd\x57\x41\x25\x1d\xb9\xb9\x29\x41\x42\x45\x21\x14\xc6\x29\xa3\x7c\x3b\x2e\xb4\x50\xbe\x1d\x97\xe5\x2f\x3a\x72\x00\xe1\x68\x14\x8f\x7b\x8c\x53\x46\x71\xc1\xa2\x94\x1b\xa5\x7f\x5d\x18\xfc\xf8\x2a\xf5\x87\x95\xde\xeb\xf5\x28\xdf\x8e\x0b\x61\x14\x85\xc7\xe8\xee\x46\x99\xdf\x3f\x7c\xe3\xdd\x0d\xeb\x8f\x51\x3c\xee\x31\xf8\x18\x45\x6f\x55\xf4\x70\xa3\x2c\x27\x18\x2a\x11\x2a\x39\x80\x63\x34\x44\x47\xee\x58\x72\x8c\xb2\xed\x02\xcb\xbf\xc8\x61\x62\xd6\x31\x8a\x1e\x45\xa0\x08\x0d\x01\x91\x03\x28\x42\xa3\xa8\x27\x45\xa7\x36\x8a\x42\x50\xac\x25\x86\xe8\xc8\x01\x05\xdb\x28\x3a\x57\x80\x22\x34\x8a\x1b\x33\x28\x42\xa3\x06\xbf\xb9\xf7\xf3\x51\xa3\x5d\xb8\x57\xf2\x51\xf5\x60\x03\x5f\x68\x54\x65\x48\x18\x48\x8c\xea\x05\x1f\x75\xdd\xa8\xde\x82\xb0\x96\x18\x9f\x61\x20\xba\xbb\x51\xe5\x23\x31\x9d\x18\x62\x13\x77\xac\x25\x86\xd8\xc4\x1d\xfb\x86\x51\x5d\x89\x98\x34\x0c\x6d\x01\x3b\x16\x09\xa3\x2a\xff\x46\x91\x37\x04\x1d\x0e\xe3\xaf\xf0\x6e\xa3\x7a\x93\x07\x52\x68\xd4\x6a\xc3\x59\xa6\xd5\x7b\x0c\x90\x42\x43\x00\xe1\x8e\xb1\xc0\xa8\xf2\x9e\xe8\xff\x46\xc5\xbf\xa2\x63\x39\x30\xaa\x8c\x28\xca\xc0\x51\x65\x37\x51\x06\x8e\xfa\xad\xe6\x6e\x01\x2e\x05\x18\x9d\xda\xbf\x6f\x28\x60\x7c\xcd\xa1\xe7\xee\x84\xe0\x0b\x8d\xea\x7e\x57\xd8\x8b\xeb\xb7\xdf\xb1\x32\xab\x92\x23\x20\x85\x46\xf5\xb6\x82\x9b\xd6\xa8\x3a\xea\x0c\x98\xbd\xfa\x2d\x39\x16\x56\xfd\x96\x1c\x5c\x5c\x5d\x2e\x2c\xf6\xe2\xba\x1c\x7b\xf6\xe2\x2a\xef\x89\x36\x71\x54\xf9\x48\x34\xde\x43\x4b\xc3\x8e\x86\x78\xd4\x6f\x61\xb1\x31\x0b\xdf\xdb\x8b\xdd\xf6\x7e\x5e\xec\x0f\xf7\xf3\x88\x06\x72\x54\x65\x4a\x68\x61\x87\x86\x82\x1d\xc5\xeb\xc0\x1c\xf0\x72\x4d\x91\x1f\x76\x1b\x46\xb4\x21\xd0\x8c\xa8\x16\x47\x53\xea\x8d\xd6\x72\x34\xaf\x2e\x78\x2e\x8d\xf6\x2d\x53\x4e\x1d\x01\x77\x3b\x61\xa4\x46\xe3\xc0\x8e\xc0\xf6\x8c\x06\x87\x19\x41\xea\x19\xcd\x1b\x0e\x01\xa6\x46\x8b\x36\x94\xa5\xdd\x14\x82\xa2\xc2\x1c\xcd\x65\x8a\x0a\x73\x34\x5c\xd5\x22\x80\x3e\xa3\xa9\xbb\x23\xda\xd4\x68\x58\x70\x77\xa2\x4d\x8d\x96\xbf\x6f\x28\xcd\x05\x8c\x72\x73\xb4\xfc\xb5\x80\x56\x7b\xc8\xa3\xcf\x1c\x8d\x73\x3c\xfe\x20\x07\xed\x16\x23\xaa\xd2\xd1\x40\x9d\xef\x68\x3a\x87\xb8\xbc\x11\xb8\xd1\x81\x11\xe3\xfd\x41\x43\x71\x4f\xee\x28\x33\x47\x53\x77\x87\xfe\x72\x34\xd0\x06\x22\x88\x40\xa3\xc9\xc9\xa2\xb2\x1c\x5a\x34\x46\x40\x80\x06\x16\x8d\xf7\x07\xf5\x54\x7b\xca\xd9\xd2\xbc\xed\x57\xc7\xad\xda\x53\x87\xaa\x39\xbc\x9c\x2d\xda\x3a\xf6\xea\xe8\x34\xdb\xc6\xd9\xd2\xdc\xa5\xab\xdd\xf6\xea\x5f\xed\x69\xb3\xa7\x9c\x3a\xc2\xf7\xf6\x6a\xb7\xfb\x57\x0f\x45\xbb\xfd\x56\x7b\x3a\x6c\x1b\xa4\x09\x62\x6f\xe8\xe8\x2f\x87\xe6\x8d\x11\xe5\xec\xd0\xbc\x31\xa2\x82\x1d\xcd\x8d\x19\x97\xb1\xd1\xa6\xf5\xc0\x17\xb7\xf9\xb5\x80\x7a\xdc\xb2\xd1\x6c\x0e\x0d\x1f\x23\xca\xd9\xd1\xb8\x7a\x45\x60\x40\x47\xdb\xd6\xc3\x49\xd5\xd4\x1b\x54\x87\x77\x7f\x45\xf3\xcf\x71\x78\x39\x5b\x9a\x7a\xab\xea\xf0\x1e\x67\x9b\xb3\xa5\xb9\x31\x57\xc7\xfa\xfd\xb2\xf1\xcd\xeb\x20\x16\x7f\x7c\xf5\xf0\xcd\x47\x59\xc5\x1f\x56\xea\x20\x62\xe9\x15\x7f\xd5\x1f\x8e\x1b\x47\x77\x57\xd8\x85\xf2\x6f\x74\xf5\x06\x35\xfd\x75\xc3\x04\xbe\x37\x74\x34\x83\xa3\x07\x07\x95\x7b\x73\x0f\x5f\x55\xb7\xb3\xda\x3a\x46\x74\xa0\xa3\x7f\x94\xc6\xf1\xd2\xb1\xef\x8a\x68\x2d\x47\x57\x96\x80\xfe\x6f\xf4\x68\x01\x9c\x35\x5d\xb2\x43\x19\x38\xb4\x8f\x8c\xa8\x30\x47\x47\x65\x1e\x41\xea\x19\x9a\x44\x76\xd4\x84\xa3\x27\x27\x8f\x4d\xa9\x13\xec\x21\x02\xce\x33\x7a\xfe\x0a\xa0\x39\xea\x67\x51\x13\x8e\x9e\xbf\xe6\xd0\x36\xf9\x62\xd4\x77\xa3\x7f\xf4\xc4\x36\xdf\xd5\x92\xe3\xeb\x36\x30\x96\xbc\xff\xd0\x02\x75\xad\x38\xbe\x8d\x5e\x6c\x01\x9b\x5f\xff\x88\x8b\x59\xe9\xc0\xa9\x76\x14\x7b\xa3\x7f\xc4\xc5\x69\xd0\xab\xe4\xc0\x21\xaf\x19\x65\x27\xae\xd6\x10\x4d\xb8\xa3\xe5\x1b\xfd\x5b\xb3\x8e\xf5\x94\x88\xd9\xf3\xfb\xfc\xb2\x51\x9a\xdb\x7c\x75\xe0\x97\xdd\xe6\x00\xe8\xcb\x4a\xd9\x57\xfb\x72\xc5\xb0\xaf\xf6\x65\xab\xd9\x4a\xfb\x72\xdc\xd8\x4a\xfb\xfe\x0a\xa0\x34\x2d\x48\x08\xd9\x35\xfa\xfe\x4a\xf3\xc7\xd7\x05\xc6\x60\x3b\x3a\xc3\x1f\x0e\x2f\xbb\xa7\xe6\x8d\xbd\x3a\xc1\xa8\xb7\x22\xa0\xa2\xa3\xab\x10\x25\x48\xcb\x00\x70\xf7\xfe\x73\x5b\x30\x54\x2a\xe0\x2c\x37\xc6\xb7\xf8\x18\x5e\x6d\x10\x3b\xfa\xb1\x31\x40\x2e\x8c\x40\xf0\x8c\x11\xbe\x6f\xfc\xe1\xb8\x71\x04\x69\x90\x18\x51\x24\x8f\xe1\xd1\x80\x83\xdd\x18\xf1\x2b\x8d\x7f\xbc\xa4\xa1\x39\x1b\xc3\xd3\x00\x45\xf2\x18\xdc\xcb\x22\xba\xe3\x31\x5c\xb0\xe8\x8e\xc7\xc0\x8b\x39\x06\xb6\xab\x81\xd9\x6e\x0c\x6c\x57\xc3\xc5\x87\x1e\x78\x0c\x85\x0f\xe8\xe1\xc6\x40\x2c\x16\xd1\x03\x8f\xa1\x24\x02\x3d\xdc\x00\xbe\xf7\xfe\x43\x3d\xdf\xb2\x64\x44\x87\xcb\x32\xb0\xc1\x0c\x65\x14\xe8\xc7\x86\xa6\x8a\x11\xa0\x9d\xa1\xa9\x62\x04\x95\x74\x68\xca\xd7\xd1\x9c\x8d\xa1\x10\x14\x65\xd9\x18\xe3\xfb\x86\x02\xf0\xff\xed\xf8\xd0\x8d\x81\xb2\x22\xa2\x96\x1e\x58\xfc\xdd\x1f\x7c\xe3\xbe\x8a\x26\x7a\x0c\x40\x23\x3a\xde\x75\x63\x60\xcb\x14\xd1\x44\x8f\xe1\x82\x45\x0f\x37\x80\xe2\xbd\xff\xf0\x63\xd9\x39\xb6\x6c\x31\x75\x3b\x9a\xb3\x31\x5c\xa3\x68\xa2\x87\x30\xba\x9d\x80\x24\x63\x28\x52\x6d\xce\x02\x70\x54\x11\xfc\x9d\x31\xb6\x0d\x65\x47\x12\x53\xb7\xa3\x46\x1b\x60\xea\xde\x7f\x28\xe0\x7c\xa5\xf1\x8d\x9a\xda\xe6\xfc\x1c\x87\x8a\xcd\x5c\xb4\xdd\x8e\x82\x6d\x8c\xc7\x99\x63\x67\x1f\xcf\x57\x1a\x45\x3f\xf6\x27\xff\x4d\x4b\x3e\x86\x02\x5b\xf4\x72\x63\x3c\x5f\x55\xd4\xab\x09\x54\x73\x5d\xbc\x5f\xe9\xd4\x8b\x73\x4f\x44\xc5\x3c\x86\xbb\x36\x4a\xba\x31\x7f\xdf\x37\x89\x1f\x8e\x30\x4b\x01\x90\xde\xfb\x4d\xe3\xc7\x57\xc0\xad\x67\x06\x27\x8f\x7d\x68\xba\x65\xa3\x21\x1e\xe2\xf2\x46\x80\x76\xc6\x94\x87\xc2\x25\x6e\x60\x9d\x78\xff\xa1\x52\x6f\x93\x68\xec\x06\xc6\x85\xf7\x1f\x5a\xe0\x2e\x8d\xfa\x6e\xcc\xe4\xca\x64\x87\x9a\xe9\x2b\xba\xf0\xc3\x6e\xb3\x29\xcd\xec\x37\x2c\x9f\x89\x13\x5b\x47\x49\x37\x66\x76\x5a\x39\x27\xa6\x84\x82\x92\x6e\xcc\xec\x70\x73\x68\x08\xc5\x1b\xc1\xc9\x19\x53\x21\x07\xea\xbb\x21\x2e\x6f\x04\x6e\x74\xcc\xf2\x15\x40\xa5\x12\x4a\x63\xc5\xcc\x62\xdb\x9a\xdf\x38\xbc\x2c\x9f\xa9\x30\x0f\x6f\xbb\x31\xab\xcd\xe1\xd0\x98\xee\xdf\xe8\xee\xc6\xfc\x96\x36\xeb\x62\x7e\x4b\x9b\xbd\x6b\x7e\x4b\x9b\x6b\xc8\x5c\x5f\x36\x0a\x58\x6e\x09\x1c\x34\xd3\x1d\x17\xdd\xf1\x98\x6e\xa5\x20\xe8\x8c\xf9\xad\x66\xb6\xb8\x79\x9c\x39\xb6\xb8\x79\xbe\xd2\x28\xe0\x7c\xd9\xa8\xe7\xf9\xb2\xf1\xcf\x23\x75\xb2\x77\x89\x56\xdb\xd1\xf7\x0d\xd1\x6a\x23\xaa\xdf\x31\x1f\x27\x98\xdd\x06\xb4\xda\xfb\x83\x16\xe0\x9c\xd9\x51\xfe\x0d\x6d\xf6\x22\xaa\xdf\x31\x5f\x87\x97\xa3\x41\x1c\xdb\x88\xb6\x77\x88\x56\x1b\x41\x98\x19\x8b\xf0\x19\x11\xe8\x98\xb1\x7e\xdf\x3f\x37\x1b\xc6\x78\xf7\x47\xe3\xc7\x97\xad\xf3\xa3\xfa\x63\xf0\x63\xda\x82\xc8\x0f\x7a\x8a\x52\x78\x2c\xd9\x74\x34\x8e\x63\xc5\x2f\xdb\x6d\xdb\x4a\x12\x06\x12\xa9\x25\xbf\x00\x86\xca\x58\xc8\x35\x22\xe0\x28\x63\xa9\x46\x43\x31\x39\xc4\x86\x8d\x28\x85\xc7\x92\x11\x00\x0f\x65\xac\xec\xa2\x60\xf9\x2f\x44\x67\x11\xd5\xef\x10\x28\xb6\xab\x30\x5c\xe5\x2b\x80\xd2\x64\x04\xd4\x11\x2e\x4f\x78\xc0\x51\xc6\xaa\x5f\x69\x14\xc0\x1d\x31\x82\x94\x32\x30\x70\xbb\x3f\x68\x28\x2a\x89\x88\xde\x77\x60\xb9\x76\xbf\xa1\xe8\x61\x36\xb6\xdf\xa5\x54\x58\xed\x21\xa0\xaf\xf7\x1f\x2a\x1d\x5f\x3d\x14\xed\xb2\x44\x09\x3c\x96\x3c\xae\x6a\xc1\x25\xf3\x80\x46\x78\xac\x69\x3d\x50\xd6\x72\x8d\xa2\x11\x1e\x4b\x1e\x17\x8d\xf0\x58\xae\x51\x94\xc0\x43\x00\xd7\xae\x2a\x71\x6d\xeb\x81\x30\x04\x70\x8d\xe0\x6e\x8e\xa5\x59\xa8\x4a\x46\x01\x5c\x63\xcc\x7f\x0b\x51\x31\x96\x9b\x2e\x1a\xe2\x21\x86\x6b\x57\x1d\xb9\x54\x84\xa9\x81\x14\x9c\x35\xa2\x3b\x1e\xfb\xe7\x44\xc0\x47\xee\xdf\xd7\xa2\xce\x8f\xed\x8f\xc1\x0f\x37\x0b\x08\x7f\xcb\x3f\xa8\xa8\x14\x8f\xb5\xab\x8e\xdc\xc1\x89\x80\x6a\xb6\x2a\x32\xd5\x91\x3b\xda\x3f\x68\x63\xc7\xef\x1f\x8a\x4e\x8e\x16\xeb\x6f\x7b\x4d\x24\x9e\xcd\xd8\x6e\x8b\xe0\xa3\x8c\x2d\xbf\x8a\xa7\xe6\xd8\x6e\x8b\x2a\x92\xb7\x6a\x5c\x55\x98\x5b\x5e\x80\x40\x35\x63\x67\x29\x80\x2d\x7b\x7f\x1b\x19\xfb\xc3\xf6\xc6\x16\x59\x8c\xbb\xda\xea\xea\x3f\x8e\x0e\x4b\x4e\x03\xbe\x08\x4e\xc9\xd8\xcd\x89\x60\xf9\xec\x6f\x7f\x60\x83\xd9\xee\x0f\x20\x7f\x0e\xb1\x47\xbb\x9a\xce\xfd\x7c\xcd\xe1\x1b\x6f\x1e\xb8\x6d\x0e\xa1\x43\x23\x00\xa1\xe3\x68\xe6\x81\xa7\xe6\x38\xdf\xc0\x33\x73\xe7\xa3\x75\x66\x4e\xb4\xd0\xa8\x2e\x1c\x7b\xb5\xfb\x4d\xe4\x87\x3d\x65\xac\x8f\x97\x75\xd5\xdf\x27\xfa\x0d\x23\x7a\xe2\xd7\x02\x8a\x96\x57\x6b\xec\x50\x27\xd9\x05\xc6\xed\x7c\x63\xcd\x76\x75\x3c\x5b\xc0\x1c\x19\xc7\x4b\x34\x41\x74\xc6\xd1\xe6\x83\x20\x3a\xe3\xc8\x36\x81\x2c\x32\xce\x47\xc4\xf6\xb4\x4a\x1b\x76\x4e\x5d\x24\x8e\xa3\xe3\xa8\xe4\xc6\x71\x74\x60\x07\x77\xb3\xd1\x9c\x6f\xac\x6d\x41\xb3\x68\x2b\xed\x36\xc7\x4a\x09\x47\x13\x55\xb3\x1f\xcc\xc6\xa3\xca\xf4\x23\xdf\x95\xe0\xc8\x0e\x52\x9f\x98\x60\xb5\x80\xf4\xbc\x95\xfa\xcf\xf6\x1f\x2a\xf5\x3a\xa0\xe6\xf6\xe0\xc6\xd4\xbb\xff\x00\xc9\x15\xd5\xc6\x1f\x84\xe1\x31\xb1\xfd\x1e\x99\x7e\x15\xf0\x67\x7f\xdf\x90\x0d\x0f\xbd\x08\xb2\xc8\x38\x88\x13\x23\xc8\x22\x03\xb0\xcf\xfb\x83\xa2\x01\x6e\xe9\x78\xb8\x8e\xe3\x7d\x16\xfc\x90\x21\x8a\x67\x04\x3f\x64\x9c\xf7\x1b\x2a\xba\xfd\x5a\x1a\x3b\xee\xf1\x04\x51\x4f\x7f\x5e\x9b\x03\x63\xf3\xfc\x6c\x01\xdb\xef\xf3\xfb\xfe\xb9\xa5\x3d\x2e\x24\x95\xf6\x8f\x87\x06\xee\xae\xe3\x33\x70\xc3\xc3\x75\x3c\x2a\x2b\x70\x6a\x1d\x8f\xf3\x03\x30\xc8\x10\xb4\xb2\xe3\xc7\x3a\x1e\xa5\x72\xb8\xae\x8e\x47\xb1\xb2\xfa\xe5\xc7\x5d\x5a\x45\x3f\x08\x96\xf7\x07\xdf\x38\x8d\x2a\xfa\x81\xa2\xbc\x3f\xee\x88\x3e\xc3\x99\x63\x2b\x7d\x86\xa3\x13\xfc\x01\x35\xaa\xc1\x7f\x64\xb9\x55\x43\x6b\x1d\x16\xd5\xe0\x3f\x6e\xe6\xfd\xaf\x41\xd0\xc6\xf3\xad\x0b\x76\xe0\x47\x7e\x5c\x7d\xf3\x33\x6d\x11\x5b\xe9\xa3\x64\x4f\xad\xf2\xb3\x1c\x6e\x76\xcf\x47\x2b\x48\x55\xcc\xcf\xb7\x14\xd8\x4a\x1f\x95\x24\xaa\x98\x9f\xed\x70\xb3\xaf\x3e\xdb\x25\xc7\xbe\xfa\xa8\x3e\xe9\x0e\xaa\xf6\x42\xb8\xb2\x8e\xe7\x5b\x24\x1c\xe5\x8f\x1c\x0c\x7e\xad\xe3\x39\xae\x73\x8e\xf2\xe7\xd8\x1c\x8e\xf2\x47\xfd\x8b\xfa\xe6\xe7\x71\xec\x8b\x3f\x6c\x01\x5b\xe9\xf3\x7c\xa5\xf1\x43\xd6\x04\x88\x8d\xf1\xbc\x5f\x0b\x68\xf5\xb7\x96\xd8\xef\xde\x9f\xa5\xb1\xc5\xbd\xf2\x29\xea\xe9\xdf\x9f\x83\xc8\x39\xf8\xea\x41\xa0\x8e\xfa\x95\x69\x01\x9f\x62\xbc\x5e\x2d\xd5\x51\xbf\xe1\xfb\x26\xf3\xc3\x85\xc5\xae\xf6\x06\x29\x80\xb3\xe5\xf5\x6a\xa9\x2a\xfb\x8d\x56\xca\x41\x83\xc1\xdb\x3d\x88\xa9\x27\x59\x1a\x47\xc3\x67\xe3\xa6\xc6\xfb\xf5\x9c\x00\x1d\x62\xbc\xf9\x6b\x1b\x45\x6b\x4a\xa1\x92\xfb\x2d\xb6\xa0\xfb\xc3\xe5\xc3\x64\xbd\x9e\x13\xa9\xfb\xc3\xc9\x62\xe6\x44\x18\x8d\xa9\xfb\xc3\x65\xca\xb9\xf7\xba\xdf\xa5\xe1\x0f\x89\x8b\x73\xef\xad\xee\x1c\xc3\x1f\xee\x84\x4c\x30\xd8\xa3\xf7\x1f\x7f\x58\x34\xbb\xb4\xd8\xa3\x1d\x6f\xd5\xf1\x2a\xcc\xc3\x41\x75\x80\x16\x7a\xb3\xf1\x43\x13\x7d\xe2\x1a\x0d\xa0\x43\xef\x3f\xf4\x47\x3b\x1e\xe2\x1a\x8d\x77\x7c\x95\xfa\x8f\x6b\x87\xdb\xf1\x3b\xed\x29\x17\x62\x4d\xec\xa2\xd6\x05\xef\x2c\xfe\x08\xff\xfa\x33\xf7\x37\xdb\xbc\xee\xff\xfc\x3b\xe1\x07\x30\xf7\xbd\x0f\x65\xcc\xd9\xe7\x06\xee\xf7\x7b\x0d\x24\x17\xde\x23\xd9\x4d\x7f\x6e\x7a\xa1\x98\x64\xba\xef\x8d\xf4\xca\xfb\xa5\x93\x42\xf6\xf4\x92\x85\x64\xcc\x16\xfd\x32\x07\x92\x1b\xef\xf3\x7e\xf9\x65\xb9\xc3\x7c\xc7\x68\xe2\x10\x90\x10\x8c\xcd\x8d\x13\x63\xa1\x2d\x98\x2e\x5a\x0d\x9c\x68\xa1\x0c\xc4\x00\xf7\xe6\x37\xc1\x78\x4f\x88\xcd\xa6\x10\xef\x97\x3e\x26\xc8\xed\x19\xab\xdc\x89\xa5\x7f\x42\x98\x36\x37\xac\xa9\x5d\xbb\x7b\x66\x42\x92\x36\xf7\x9d\xc8\x8c\xdd\xee\xdc\x77\xc7\x4c\x08\xd5\xe6\x06\xd7\xa3\xf2\xda\x1b\xc9\x94\xd8\xef\x20\x22\x10\x98\x1b\xc6\xb5\xd1\x96\x61\x45\x94\xc2\xcc\x36\xda\x72\xf7\xbc\x8c\x0d\xec\x04\xb5\x3d\xfd\xcc\x3e\x2b\xe9\x7f\x13\x48\x4e\x00\xdd\xd3\xcf\xc2\x2e\x9b\x9b\xb9\x6a\xcf\xcd\x99\xd8\x29\x6b\x31\xc2\x9d\xe4\xc5\x90\x74\x86\x72\x4d\xb2\xd3\xa4\xbb\x07\x26\x84\x7d\x73\xb3\x05\xda\xdf\xfd\x23\x0b\xc5\xc0\x10\x0f\x5f\x99\xed\x4e\x1f\xef\x1e\x99\xb9\x02\xcf\x8d\x60\x62\xf8\x4a\x67\x3a\x23\xb8\xfb\x7d\xa7\xfe\xbd\x48\xa6\xbf\x9b\x69\xa5\x29\xc7\x66\x31\x80\x87\x2f\x69\xc9\x61\x14\xb2\x59\x18\xfa\x4e\xb3\x1e\x27\x96\x57\x93\x69\xd6\x33\xff\xf3\x6f\x50\xc4\xe6\x7e\xac\x87\xa6\x3c\xb7\x9e\x40\x21\xf7\xa6\x97\x9b\xeb\xf1\xa1\xcb\x83\xec\x77\xff\xcc\xcd\x05\x79\xcf\xe5\xe4\x8c\xdc\x9d\x34\x37\x17\xe1\xcb\x40\x0f\x8a\x79\x99\x63\x57\xe1\x7b\x1b\x10\x6e\xfd\x40\xcc\x63\x91\x37\x61\x0c\x13\x22\xc5\x79\x2e\xb5\x71\xcc\xcf\xf3\x2b\xf7\xc3\xcb\xca\xce\xf3\xab\x37\x39\xf1\xca\x2a\x60\xdd\x9f\x4b\x84\x9c\xcf\xf3\x04\xfa\x76\xd9\xa7\x09\xac\x3c\xa8\x5d\x13\x36\x31\x21\x94\x9c\xe7\x92\x29\x90\x5d\xf3\x40\xa6\xf0\xf3\xf3\x40\xa6\x89\xb2\x23\x83\xcf\x74\x9e\x78\x0b\x4c\x34\x2a\x32\xf9\xdd\x2f\x19\x2c\xa6\x16\x5c\x7a\x8e\xed\x09\x03\x99\x90\x5d\xce\x73\xe9\x98\x33\x7b\x9e\xc4\x18\x0e\x0a\xbf\x5b\x73\x02\x3a\x7c\x9e\xcc\x64\x99\xfd\x72\xf3\x18\xdc\xcd\x73\x6f\x99\x89\x80\x4b\x13\x68\x7b\x4c\xef\x26\x58\xf6\x9c\xcc\x13\x76\x34\x11\x85\x69\x9e\x4b\xd3\x1c\xcb\xf3\xdc\xfd\x3c\x11\x8f\x69\x9e\x4b\xdf\x9c\xc9\xf3\xd4\x3b\x55\x18\xbb\x4d\xc0\xed\x81\xc6\x9a\xf8\x7a\xe4\xee\x3c\x5c\x5a\x07\x74\x7c\xe2\xce\xc1\xb9\x3a\x61\x4d\x33\xe0\x13\xf3\x34\x1b\x65\xfa\x1d\xfc\xee\x18\x5e\xbe\x07\xd0\xa9\x79\x2e\xd7\x93\xbb\x63\xd8\x2b\xd9\x69\x6d\xa7\x98\x44\x13\xfb\x1d\x95\x4a\x9d\x97\xfb\x49\x08\x60\x27\xbe\x1c\x9c\xab\x13\x76\x36\x73\x0c\xcd\x33\x16\x59\x48\xbf\x4c\x0b\x68\x50\xf3\x40\xf6\xf8\xf3\x4c\x3c\x3a\x12\xee\x3c\xf3\xac\x3b\x9e\xdd\x45\xb1\x58\x64\x81\xf7\xcd\xa7\xf4\x7f\x33\x44\x8e\x05\x44\xc6\xe6\x71\xee\x05\x35\xf7\x2f\x0b\x34\xe1\xb8\x1c\x86\x0e\xb2\x85\x97\xe5\xb0\x9d\x07\xe2\xc3\x9d\x67\x1e\x88\xcf\x55\x71\x6e\xe7\xbe\xcc\xe7\xe6\x60\x63\x39\x97\x23\xe1\x2c\x9e\x07\x32\xec\x7f\x83\x47\x9b\x38\x79\xa4\x20\x61\x5c\xaa\xcb\xc3\xe5\xf0\x30\x66\x52\xc6\xfb\x23\xdd\x77\x16\x84\xa4\xf1\xde\x56\x40\xa4\xf0\xc8\x79\x38\x38\x2f\x0b\x2f\xd2\x8c\xcb\xe2\x70\x1c\x4f\x1c\x40\x32\xd6\x2a\x13\x5c\x7b\x8e\xc5\xf9\xdc\x43\x2e\x63\xaa\x32\x9f\x7b\x09\xe6\x80\x9c\xcf\xcf\x42\x1a\xef\xef\x7f\xfe\xcd\x51\x39\x9f\x40\x53\x18\xec\x27\x5c\xa2\xa2\xb5\xcf\xbd\xc4\x25\xd0\xda\x27\xac\x77\x42\x6c\x3c\x1f\x4e\x4d\x96\xd2\x03\x91\x22\x33\x9e\xe0\xe5\x27\x44\xc6\xf3\xb9\x37\xb6\x3c\xfc\x34\x32\x67\x10\xe1\x73\x69\x33\x0f\x8b\xb9\xb4\x89\x51\xde\xc4\xd7\x04\x5b\xbb\x09\x1a\x7e\x42\x54\x3c\xf1\x2d\x01\x25\x69\x82\x8b\x9f\x71\xc5\x9e\x4f\xb2\x52\x9a\x9b\x23\xe9\x14\x9e\xad\x88\xde\x65\x2a\x82\xdc\x9e\x6c\x91\x14\xcf\x81\x1b\x7c\x65\x75\x42\xf9\xf8\x9d\x64\x2c\x4c\x26\x70\xfa\x58\xcd\xcd\xa7\xb0\x33\x5a\xeb\x25\x54\x50\x8d\x26\x8e\x29\x19\xd3\x90\xf9\x94\xdb\x53\xa6\x05\xb4\xfd\x8c\xe3\xf5\x7c\xa0\x4e\xfc\xae\xe7\x73\xa9\x33\x3b\x46\x95\xc5\xc9\x3e\xf1\x54\xba\xc4\x09\xfd\x5c\xae\x0a\xfb\xb5\xf9\x34\xeb\xa4\xc4\x06\x19\xda\x0b\xa8\x19\x33\x8f\xf9\x34\x66\x1d\x16\x02\x57\x96\x14\x6c\x3a\xa4\x4a\x38\xa7\xf9\x74\xd6\x60\x36\x0f\x5d\x85\x28\xb9\x9b\xa4\x60\xe3\x07\xa3\xc4\xe1\x84\xdf\x4a\x02\x1f\x7e\x3e\x97\xab\xca\x16\x79\xe9\x36\x5b\xca\x62\x0d\xb0\xcd\x70\x6b\x28\xa8\xa8\x27\x6e\x29\xd9\xe4\x7b\x64\x96\x9f\xe3\x7b\xc9\x16\x93\xb3\xf9\xec\xe7\x26\x47\x0a\x3c\xac\x2a\x76\xa8\xe7\xd2\x24\x06\x62\x93\x5b\x44\xf9\xb9\x34\x2f\x4d\x66\x07\xe6\x30\x60\x8e\xe9\x59\x37\x8b\x03\x79\x69\x15\x63\xb0\xc9\xbd\x00\xeb\xaf\xf9\x3c\xf6\x81\x02\xef\xd9\x58\x7e\xce\xdd\x3d\x1c\x73\xa5\x4a\xcf\x46\x0b\xe7\x70\x84\xa1\x79\xa4\x40\xce\x29\xae\x13\xd9\x81\x7e\xe9\x32\xcc\x22\x2e\x32\xd9\x31\x7f\x19\x4f\xab\x7f\x69\xc9\xad\xf2\xbd\x07\x5c\xc1\x2d\x75\xbe\x3f\x0e\x8d\x9b\x83\x0b\x05\xb6\x5d\x93\x4b\x43\x42\x48\x3e\xdf\x68\xd9\xb7\x1e\x9c\x5f\xb0\xde\x9a\x6f\xb2\x25\x14\x92\xca\x2d\x90\xcd\x80\xb8\x05\x29\x58\xd1\x65\x38\x8b\x47\x33\x51\x0b\x12\x32\xf4\xc9\x2d\x22\x21\x35\x9f\x5c\x22\xca\xef\xaf\x21\x62\xe7\x7b\xd9\x54\xec\xb6\x26\xce\x35\xc5\xf3\xf7\xcd\x4c\x08\x87\xee\x9b\x0b\x3b\x33\xaf\xf4\x91\xd3\xf5\x95\xe0\x60\x53\x09\x84\x80\xe9\xd4\x7c\x33\xbb\x9c\x7d\x2f\xee\x72\xbc\xde\x09\xf1\x34\x78\x8b\x0d\xa5\xa2\xca\x22\xe4\x95\x23\x88\x1d\xec\x75\x59\xc3\xc3\xbd\x1d\x62\xe2\x43\x18\x4f\x3c\xad\x26\xe1\x09\xb0\xaf\x9a\xef\x88\xb7\x6c\x56\x2c\x37\x07\x90\x71\x26\xf7\x06\x0c\xa8\x26\x17\x85\x84\x98\x7d\x12\x3b\x20\x05\x1b\xbb\xc8\x42\x77\x16\xed\xb6\xb1\x9b\x91\xa0\x25\x9b\x96\x38\xd8\x9b\x3e\x70\x46\xbc\x97\xb3\xc3\x36\x6a\x12\x31\xa0\x7c\x85\xb3\x90\xd9\x4b\x71\x9e\x49\x88\xdc\xe7\x7b\xef\xc2\x58\x38\x4d\x62\x05\x24\x84\xef\xf3\x3d\x7e\x79\x5f\x9f\x3b\xb2\xd1\xfe\x3c\x74\xd3\xc1\xbf\xcb\x11\xb4\x96\x89\x63\x4c\x0a\x0e\xfe\x5d\x8e\x40\xb5\xac\xdf\xbd\xd8\x16\xe0\xc4\x17\xc8\xff\x09\xcf\xab\x05\xf0\x3f\xc8\x2c\xeb\xf7\xb3\x29\x83\xf7\x5b\x67\x34\xc7\x3d\x1b\xa8\x73\x81\xff\x0f\x40\xcb\xfa\xdd\x5b\x6f\x42\xa0\xbf\x88\x04\x00\x3a\xcb\x02\xe0\xbf\x80\xdf\xbd\x7e\xf0\x64\x20\xc4\xaf\x5f\xe4\xcb\x44\x45\x97\x29\x4b\x80\xc5\x2f\x90\xfe\x41\x6c\x59\xe0\xfc\x27\xc0\xe1\x17\xc8\xfe\x18\x5d\x2d\xbc\x5c\xb0\xb2\x5a\x80\xf2\x03\xbb\xb2\x70\x6a\x29\xc8\x25\x17\xf0\xfc\x00\xb0\xac\x1f\x1b\x36\xca\x84\xf5\xbb\xcb\x0d\xf4\x95\xf5\xcb\xf6\xc1\xdc\xb7\x85\x99\x76\x17\x86\xb3\x51\xfb\xe5\xac\x40\xc9\x5e\x78\xc2\x14\x04\x93\x0b\x47\x18\xf0\xb2\x17\x20\xfe\x05\x11\xe5\xc2\x25\x26\xa1\x9a\x58\xbf\xc2\x58\x35\xf3\x9c\x9b\x9d\xea\x0b\x23\xd1\x7c\x67\x24\x02\x6d\xb9\x17\xef\x92\x69\x4a\x65\x20\x02\x6d\xb9\xa7\x01\x58\x2a\xeb\x57\x29\x3c\x50\x3f\x5b\x3d\xd0\xf1\xeb\xd7\x98\xab\x41\x76\x2e\x63\xf8\xbb\xad\xdf\x25\x09\x20\x55\xd6\xaf\x9b\x9d\x4a\x2f\x49\x94\x42\xe7\xba\x25\x52\xe9\xbd\x5c\x97\xe4\x58\x0c\x4b\xa1\x56\x38\x31\x54\x22\xeb\x07\x51\x54\x4a\x9c\xe9\x66\xb7\xa2\x29\xd3\x4e\x03\xe6\xe4\x9d\x3c\x0b\x1e\x3f\x52\xd5\xbd\x58\x15\xc7\x0e\x1a\x8a\xae\xbf\x75\xc7\xb4\x51\xe9\xae\x4c\x39\xa5\xdc\x5d\x3f\xa1\x46\x59\xbf\xfd\x92\x4e\x4d\x50\x48\x27\xfb\x13\x59\x0a\x7f\x33\x74\x5e\xbf\xe7\xb6\x74\xd0\x88\x87\x05\xe9\x68\x3e\x97\xd6\x07\x8d\x78\xb8\x5d\x44\x6a\xe0\x1c\x88\xae\xfc\xbb\xe1\x63\x28\xb6\xc2\x8f\x85\xc7\x92\x08\x3f\xa6\x07\x2a\x00\xb6\x3f\xa1\x94\x59\x81\x1d\x1a\x9d\xcc\x0a\x81\xb5\xd7\xf9\x36\xd0\x19\x3a\x16\x02\x9d\xb9\xfb\xe1\x0a\x77\x8d\x63\xf4\xb4\x42\xa2\xef\x90\x1e\xd0\xfb\x98\x18\xad\x80\x18\x40\xaa\x09\x97\x5d\x29\xb0\x57\x2b\x64\xa6\x13\xaa\x09\x77\xb3\xc5\x6c\x68\x05\x57\x39\x84\x80\xe7\x4c\xc1\xd5\x60\x85\x62\x76\x1a\x79\x17\x31\x10\x03\x2b\xdc\x05\x0a\xa6\xc0\x0a\x05\x42\xc8\xbc\xdf\x85\x08\x86\xc0\x0a\x15\x9a\x88\xbe\xd3\x16\x16\x68\x68\xac\x55\x2b\x6d\xe1\x66\xf7\x95\x02\xcd\xc1\x82\xb7\x9e\x3e\x79\x27\xfd\xae\x38\xf0\xaa\x57\xe8\xd0\xa1\xad\xea\xe7\x26\x53\x48\x67\xb4\x58\x9f\x40\xf8\x17\x42\x77\x2c\x9c\x68\x12\x42\x8e\x15\x5c\x9f\x85\xfc\x97\x11\xa9\xc5\x2c\xf4\xbf\x30\x5c\x77\xa9\x62\xeb\xb3\x82\xcb\xb3\x30\x5a\xf7\x02\x81\x39\xcf\x0a\xb3\x42\xd9\xbe\x33\x75\x85\x26\x4e\x0a\xa4\xfe\xc9\x62\x28\x34\xf1\x2e\xe6\x6a\xf5\x08\x06\x50\xb2\xac\x70\x17\x70\x02\x69\x7e\x85\xcb\xb6\x54\x5b\x75\xc8\x4d\x79\xdc\x1e\x90\x95\xac\x70\xc8\x41\x79\x87\xb1\x65\x01\x02\xd3\x5f\xcd\xc1\x95\x01\x35\xcd\x0a\xcf\x1d\xda\xef\x95\x25\x5a\xc9\xfd\xb0\x25\xb1\x21\x83\xcf\x8f\x10\x68\x05\x6e\x08\x08\x59\x56\xb8\x37\x04\xac\x6f\x56\x78\xef\xe8\x83\x61\xb6\xc2\x65\x3e\xf0\xa1\x5f\xe1\xf2\x1e\x85\x33\x68\x85\x7b\x59\xc0\xd4\x66\xc5\xdf\xed\x3c\x64\x0a\x58\x7f\x42\x13\xb4\xa2\xbb\x3a\x05\x02\xd5\x5f\x3c\x1b\x70\xd7\xc1\x6f\x7d\x01\xda\x5f\x3c\x1b\xe2\xbd\x8c\x63\x87\xb3\x22\x84\xe0\xd9\x10\x03\xf3\x53\xcd\x42\xfd\xc9\x4f\x6f\xfd\x97\x8d\x58\x51\x5a\xa9\x66\x7f\xc9\x42\x31\xf7\x9c\xa8\xf7\xf0\x5c\xd1\x63\x82\x5e\xc4\xc8\x4c\xd8\xf4\x74\x57\x3c\xa8\x58\x8b\x38\x01\xc9\xbd\x17\x27\x20\xec\x80\x16\x2e\x40\xc9\xbd\x37\xde\xf3\x03\x8b\xa0\x45\xb8\x80\x84\xec\x69\x11\x2d\x20\x21\x70\x5a\x91\x23\xa1\x30\xb7\xe0\xfc\x63\x26\xb4\x40\xf9\x4f\xa0\xd0\xaf\x08\x0d\x7d\xaf\x8c\x3f\x9b\x53\x84\x86\xbe\x57\x06\xe0\xaf\xf6\xc5\x2b\xba\xbd\x77\x6a\xae\x8c\x8e\x03\x5b\x69\xdd\xf0\x9d\x16\x39\xb2\x12\x24\xdb\x3e\x31\x00\x12\x80\xf5\x2b\x76\xe6\x67\xd0\x26\x78\x1e\x82\xe0\xad\x08\xcf\x83\xd9\xea\x8a\xfd\x4e\x90\x59\x46\xfe\xcf\xbf\x31\xf7\x59\xf1\xd2\x4f\xc1\x10\x74\xe1\x0f\x94\xd0\x40\xad\x38\xef\xc8\x02\x3c\xb3\xe2\xdd\xf7\x9b\x59\x2e\x5d\x15\x8c\x3b\x57\x9c\x36\x92\xf4\x4b\x29\xf8\xad\x2f\x1c\x89\x52\xb4\xce\x4b\x35\x48\xef\x56\xbc\x9c\x13\x86\x37\x2b\x2e\x3f\xa4\xd7\xeb\xe1\x78\x31\xfd\xbd\x59\x28\x6f\x23\xb7\xb1\x89\x97\xa3\xc2\x16\x67\xe1\x70\x84\x45\xcc\xc2\xc3\x28\x21\x1e\x5b\x38\x18\x61\xe7\xb2\xe2\xbd\x01\x14\xec\x0f\x17\x11\x02\x9a\x8b\x16\xc6\x09\x8c\x92\x85\x9f\x51\x41\x8c\xbb\x08\x15\xd0\x5c\x91\x97\xf2\x4a\x75\x2d\xdd\x83\xa6\xb9\x0a\xef\x51\x92\xd0\x9d\xad\x08\x15\xba\x95\xc5\x7b\x8f\xc0\xae\x64\xc5\xd7\xc6\xfa\x6e\x29\x54\xfa\x22\x65\xfa\xd1\xb7\xb7\xf2\x6e\x3a\xb2\x2a\x8e\xdd\x78\xe9\x10\xa3\x8d\x15\xb9\xb3\xa3\x64\x5b\x04\x1d\xc0\x2e\x63\xe1\xae\x84\xe8\x6d\xa5\x5f\x43\xc8\x65\xf2\xad\x9f\xbd\x29\x05\xe6\x8a\x2d\x06\x77\xa4\x84\x34\x6f\xa5\x4b\x6f\xb8\x38\xaf\x74\xc9\x2d\xa1\xa6\x5b\xe9\xd2\x15\xb6\x0b\x0b\xaf\xa4\x84\xc2\x6e\xe1\x87\x94\xd0\xd7\xad\x14\x99\x15\xf8\x1b\xe2\x12\xa4\xc4\xb4\x24\x78\x31\x80\x2e\x16\x21\x0a\x30\x74\x58\x49\xa1\x18\x53\x44\xb0\x82\x44\x5c\xc0\x85\x8b\x51\xc2\x21\x77\xe1\x47\x54\xb0\xe3\x5a\xe9\x12\x16\x16\x0a\x2b\x41\x58\x08\x05\x57\x82\xab\x02\xe0\x7c\x25\xb8\xa7\x66\x57\x2b\x63\xc7\xf1\x98\x6a\xfb\xcf\xbf\x51\xf1\xaf\x54\xa9\x15\x56\x23\xd5\x71\x93\x69\x2f\x97\x66\x94\x83\x2b\x5d\xfa\x6a\x36\x17\xf2\x72\x2d\xa6\x6a\xbb\x78\xbf\x9c\x14\x0a\xf7\x45\xfc\x83\x84\xf2\x70\xa5\x4b\x5d\x88\xff\x16\xf1\x0e\x8a\xeb\x28\x75\x9b\xe2\xbb\x15\xd1\xa3\x7b\xc6\x15\x57\x0c\x9e\x4c\x20\x22\xaf\xd4\xad\x88\x1e\xc1\x6c\x61\xd7\xb4\x12\xd2\x30\xa4\x98\x2b\xdd\x43\x0e\x30\xe4\x95\x10\x82\xcb\x0e\xe1\x02\x85\x16\x7d\x11\x3c\x21\x25\xbf\x1c\x94\x92\xcd\x62\x29\x74\xe3\x9e\x60\x08\x1d\x57\xe2\x04\x93\x79\x4a\xf3\xb6\x85\x03\x07\x5f\xa7\x84\x37\xf1\x4a\x8b\x91\xe6\x34\xc3\xed\x29\xa5\xfc\x37\x50\xea\x95\xb8\xfb\x7c\xeb\x09\x12\x4e\x36\x63\x53\x35\xe5\x6e\x66\x8d\x7d\x3a\x5d\x7e\x0e\x15\xf8\x4a\x9b\x86\x42\x37\xe9\x9e\x92\x28\xc3\x17\x81\x17\x12\x42\xce\x45\xa8\x85\x82\x21\xc7\x4a\xa7\xdd\x2c\xe6\x86\x57\x74\xbe\xcf\xb8\xc9\xe6\x66\xe8\xe1\xc5\xd3\xa5\x72\x34\xcb\x8b\xa8\x0c\x09\x39\xe8\x4a\xe7\xdc\x64\x5e\x1f\xaa\x64\x42\x1e\x76\x0d\x09\xeb\x72\x86\xdd\xd5\x76\x89\xb9\xbb\xd8\x5e\x66\x9b\xed\x3d\x5d\x42\x45\x65\xbc\x32\xb2\x6b\x54\x8b\x2b\xff\xee\x1c\x58\x25\xee\x57\x68\x88\x57\x96\xf4\x18\x9f\x1c\xf8\xb2\xf0\x4a\xe7\xa1\xb7\x7c\x49\x0f\xad\xf1\xca\x92\x1e\xf4\x83\x73\x56\xc1\xd5\x77\xe5\x7b\x74\xa1\x9f\x5d\x78\x66\x25\xdc\x8e\x57\x96\xc4\x38\xe9\x09\xc9\x50\x50\x18\xae\xcc\xa5\x1a\xbd\xe4\xca\xdc\x89\x50\x0a\x2e\x22\x35\x24\x60\xf7\x57\xe6\x86\x8d\x34\x75\xe5\x42\xf1\x14\x23\xe9\x31\xe4\xc4\x61\xc0\x3b\x78\xe1\x9a\x95\xd0\x5a\xae\x5c\xef\x60\xa0\x48\x5b\xc4\x60\x40\x6d\xbb\x32\x17\x14\xdc\x58\x57\xae\xe5\x26\x53\xb6\x94\x07\x15\xe6\x4b\x79\xa5\xdb\xbd\x4b\x7a\x48\x8a\x57\x96\xf2\xa0\xc8\x8c\xec\x19\x49\xed\xc2\x69\xab\x74\x3f\x45\xc8\x8c\x90\x75\xe5\x7b\x9f\xc1\xe9\x78\x65\xae\xf8\x08\x5c\x57\xbe\xe7\x1a\x1a\xe0\x95\x3b\xbd\xe8\x66\x61\xfe\x39\xe0\xb3\x44\x03\x19\x12\x95\x01\x91\xf4\xca\x83\xa1\x86\x50\xf2\xb8\x4b\x04\x82\xc8\xf7\x5c\x03\x74\x78\x65\xe4\xcd\xc8\x4b\x17\xa1\x19\xc0\x11\x5e\x79\x32\x2c\x1c\xb7\xf9\x52\x15\xea\xdf\x45\x20\x86\x94\x2c\x6f\xdd\xa1\x80\x26\xf2\xba\x53\x34\x5c\x3a\xf7\x2c\x03\x24\x78\x11\x8f\x21\xa1\xcc\x5c\x44\x60\x40\x4f\xbb\xf2\xa5\x20\xb4\xb4\x2b\x43\x1e\x70\xdc\xd9\x13\x8e\xbb\x48\xbe\x27\x5c\xc1\xdf\x6e\x65\xc9\x86\x63\x3a\x73\x39\x1a\xce\xca\xa1\x7a\x1a\xcb\x8a\x87\xcd\xcd\x8f\x0a\x0b\x0a\x7f\x1e\xee\x3f\x94\x78\x59\x47\x1c\x89\x57\xbe\xe7\x57\x19\x36\xe5\x9e\x5f\xdd\x35\xfc\xde\x56\xb9\x6e\x51\xe2\x78\x57\x21\xb8\xc2\x37\xb1\x48\x96\x11\x16\x2f\x22\x2b\x74\xd6\x6a\xb9\x17\xa4\x32\xbe\xf7\x85\x62\x24\xf2\xce\xdd\x8a\x35\x5c\x10\x25\x00\xd3\xbf\x0a\x34\xc4\x71\x40\x40\x84\x82\x87\xd4\x2a\x91\xec\xcc\x6c\x89\x66\xff\x9b\x78\x6a\x95\x7b\x72\x21\xda\x5f\x84\x50\x48\x88\x8c\x57\x49\x5c\x08\xbb\xef\x77\xe0\xd9\xf1\x09\x9f\x90\xf0\xd4\x5e\x85\xcb\x16\xde\x50\x8b\xa8\x08\xc9\x9b\x54\xb9\xd4\x53\x70\x72\x5a\xa5\xdc\x4e\xb2\x06\x88\x95\x90\x10\x37\xaf\x02\x51\xb1\x06\x08\x94\x50\xc1\x3a\x5c\xa5\xa2\x14\x62\x17\x28\x2c\x76\xbc\xb8\x57\x69\x74\x86\x13\x95\xb0\x06\xdd\x11\xbc\x8b\x1a\x68\xdd\x45\x78\x02\x94\x00\x8b\x78\x04\xc3\xf1\x9b\xa4\x52\x1c\x97\x17\x24\xd3\x0b\x3f\x42\x70\x73\x57\xb9\x5b\x7f\xfd\x39\xf2\x93\xbe\x71\x10\x97\x7b\xfd\xae\xc0\xc7\xad\x72\x97\xe3\xb0\xf2\x4d\x1f\x38\x9f\xcb\x5d\x8e\xc3\x02\x37\x7d\x70\xb0\xee\x06\x0c\xe2\xeb\x2a\x68\x18\xf1\x16\x5f\xf8\x07\x26\xc4\xde\xab\x1c\x2a\xe2\x1c\x2e\xcf\xbc\xf7\x5b\xf6\xee\x82\x8e\x11\xe7\xf0\x55\xee\x9d\x05\xac\xd8\x55\x1e\x7a\xcf\x11\x5a\x5e\xd4\x59\xec\x3b\xe5\x45\x87\xc5\x59\x59\x91\x3f\x21\x04\x5f\xf5\x47\xb5\x2c\xf1\x8a\x8e\xc1\x2b\x66\xbd\xf7\x93\x8a\xe8\x7f\xd5\x70\x1b\x4f\x31\x35\xa8\x5a\x4b\xbc\xd3\x78\x4a\x64\x17\xc6\x31\x7b\x11\x9a\xa0\x02\x32\xb6\x6a\x4c\xff\xf9\xf7\xb0\xc0\xbb\x23\x57\xa4\xed\xab\xc6\x72\x93\x79\xbd\x3c\xcf\xf0\xc3\xbb\x72\x80\x7e\x5d\x04\x24\x48\xf9\x7b\xb7\x85\x54\x8f\x2e\xde\x1b\x6e\x2d\x0c\x06\x8b\xb9\xb2\xab\xe2\xd7\xbd\xea\xbd\x40\xa0\x9c\x58\xf5\xee\xa4\x00\xc3\xae\x8a\x56\x0e\xff\xee\x55\x2f\x6b\x33\x6c\x60\xab\xf7\xae\xcf\x02\xa8\xf3\x36\xc5\x1c\x93\xa9\x2b\xbe\x53\x08\x2d\xe4\xae\xeb\xb5\xbf\xde\xcb\x6e\xc2\xef\x7a\xd5\xbb\x5e\xf0\x68\x5d\x15\xb6\x1d\x0f\xec\x55\x27\x72\x07\xbb\x7c\xd7\x0b\x9e\xa9\x0b\xcf\xc0\x1a\x6d\xec\x0a\x37\x99\x16\x22\xd1\x47\x00\xbf\xea\xbd\x03\x03\x2e\xbb\x70\x03\x4c\x08\xe0\x57\x45\x28\x8a\xab\xf6\x22\xf6\x00\x90\xb3\xab\x1e\xe6\x96\x4d\xa3\xde\xdd\x06\xf0\xd9\x55\x5f\x72\xd0\x07\x64\x95\xb8\x4e\xaf\xfa\x52\xf6\x6d\x77\xfb\xdd\xa9\x92\xb5\x6e\xc8\x2a\xf1\xa1\x5e\xed\x6e\x25\x38\xbe\xae\xe6\x4e\xc2\xe9\x86\x0b\x60\x42\x78\xbe\xf0\xf3\x4b\xf8\x45\x2f\x42\x00\x24\x3c\xa1\x57\x8b\x7c\x4a\x72\x42\x8e\xc1\x68\xe1\xbb\x97\x10\xaa\xaf\x76\x77\x0b\xf4\x25\x8b\x10\x01\x09\xe7\xe8\xd5\xd2\x44\x4a\x42\xe9\x69\xfd\xe7\xdf\x38\xc1\xae\xc6\xad\x52\xee\xa6\x65\x86\xa8\xfd\x55\x42\x85\x3f\xdf\xb0\x41\x77\xc9\x0c\x2b\xe6\x48\xc6\x93\x7a\x35\x96\x06\xdb\x54\xab\x34\x82\xab\x21\xce\x76\x38\x97\xae\xd6\x18\x1c\xb3\xb4\xdb\x64\x48\x16\xd7\xba\x9a\xbe\x2c\x77\x1d\x73\x85\x6d\x8d\x15\x68\xee\x7b\xac\xe2\x1f\xba\x1a\x8a\x9f\x6c\xee\xcb\xa2\x56\xb7\xf9\x86\x11\x0d\x10\xb0\xab\xcd\xdb\x71\xb7\xc3\x86\xcb\xfc\xef\x7b\x67\x58\x2d\x1e\xd0\x59\x7c\x27\x17\x21\x01\x2a\xc1\x47\x56\xc3\xca\x1d\x2f\xc8\x05\xb8\x7f\xca\xd6\x0b\xf0\x14\xce\x8d\x0b\xaf\xb8\xaa\x6c\x09\xcc\xff\x80\x6b\xe3\x6a\xf7\x5c\xac\xee\x20\x0d\xab\x62\x54\x48\x0b\x5f\xb9\x80\xde\x68\x35\xec\xc9\x70\x6b\x5c\x60\xfd\x27\xf4\x07\xab\x01\x1e\x05\x32\xec\x6a\xf7\x50\xab\xae\x4a\x5c\xde\x12\x41\x3b\x97\x1e\x6f\x38\x24\xae\xfe\x63\xfe\xd9\xdb\xfb\x8f\xf6\x57\xd3\x69\x33\x9b\x3b\x18\xff\x15\xcf\xff\xd5\x31\x4f\x50\x96\xa3\xd7\xdb\x2f\xf9\x0e\x05\x70\x6a\x77\x6c\x88\xf1\x3d\x5c\x3d\x30\x86\x0c\x7f\xc7\x28\x15\xe8\xd5\x85\x27\x5b\x52\xb2\x03\xb6\x7f\xfd\xbe\xe5\x1e\x85\xbe\x62\xf5\x84\xa8\x8c\x79\xe9\x98\x14\xe0\x1a\xbe\x70\x62\xab\xdf\xb7\xf8\x4d\xfc\x20\xd4\xce\xe6\x44\x54\x80\x05\xf6\x7f\xf8\x41\xa9\x1d\xa3\x02\x1c\xc1\x57\xc7\xc8\x15\xbc\xd5\xd5\x4b\x44\x70\xc6\xb7\xc4\x00\x02\x7a\x75\xe1\xf0\x56\x15\x18\xe1\xef\x96\x80\xf6\x5f\xbd\x5a\x57\xe3\xbd\x93\xee\xfb\xe2\x9d\x76\xd6\x07\xa9\x9b\xef\x8c\x33\xac\x04\x78\xff\x55\xe1\x50\x6f\xb4\x81\x6d\xa1\xdf\x55\x9b\x70\x38\x5f\xbd\x21\xb1\x4b\xe6\x67\x6c\x11\x49\xf5\x4e\xfb\x6d\xcf\xbd\x7d\x55\xa5\xf4\xa2\xfe\x63\x23\xb5\x3a\xd0\x11\x1e\x75\x1d\x1e\x10\x35\xca\xea\x9c\x98\xf8\x89\x2f\x9d\xe5\x7e\xce\xa3\xeb\x19\x4a\xc6\x3b\x2e\xe1\x3e\xbe\x44\xf8\xc7\xa8\x6a\x75\x36\x3e\xf0\xf0\x17\x7e\x72\x15\x84\xeb\xd5\x97\x65\xd2\x7e\xd7\x39\xdb\x10\x7e\x71\x15\x1f\xe7\xd5\xb1\x91\xc4\x24\x6a\xe1\x22\x97\xd4\xc2\x74\xd7\xbf\xe5\x80\xa3\x82\xf1\xd3\x22\x4a\x40\xc2\x6b\x7d\x75\xd7\x39\x42\xaa\x0e\xd7\x07\x8a\xfe\xea\xae\x79\xb6\x89\xce\x49\xac\x68\xae\xe3\xb7\x84\x25\xd3\xea\xe7\x8e\x7f\x75\x0d\xe0\xb5\xf4\x73\xed\x3d\x88\x09\x61\xbc\x8c\x21\x80\x55\xd3\xea\x84\xc6\xf0\xd0\x27\x82\x40\x2a\x7f\x05\x45\x5e\x5d\x22\x63\x03\xe8\xaf\x0d\xa4\x51\xef\x44\xb8\x49\x43\x70\x38\xc5\xd4\x68\xf5\x17\xd1\xa5\x03\x0c\x06\x15\xda\xca\x35\xb8\x5d\x29\x19\x1c\x3f\x24\xa0\x0c\xd2\x80\x28\x15\x07\xe2\xea\x57\x95\x7a\x13\x94\x20\xa0\xd1\x5c\x03\x5e\xc1\xc5\x32\x70\x79\xc2\x87\x71\x8d\x50\x91\xa4\x36\xde\x99\xa8\xef\xdd\x3c\x89\xf7\x41\xfa\x1d\x60\x5d\xfc\x30\x49\x5a\x83\xf3\x42\x3d\xd2\x88\xd6\x45\xbd\x18\x0b\xa9\x48\x1a\xf7\xc0\xa8\x98\xf1\xad\x21\xf1\x41\xa0\x03\x41\xbd\x7a\x22\xe3\x0b\x60\x22\xb4\x06\xb0\xbd\xd8\x02\x2d\x42\x0d\x24\x95\x43\x23\x33\x51\x9c\x53\x03\xc7\x12\x8c\x81\xd6\x90\x58\xb9\x0a\x0c\x88\x15\x13\xa0\x85\x1f\x5f\xc0\xd8\x66\x11\x64\x20\xa9\x2a\x22\xc6\x40\xc0\xc2\x66\x11\x48\xa0\x56\xc7\x01\x9f\x51\x14\xa9\x6b\x54\xc6\xdf\xbe\xe3\x9b\x8d\x5d\xcd\x1a\xc4\x97\xc1\x6d\x71\x0d\xce\x09\x00\xfb\xd7\x80\xf8\xf0\x60\x5c\x03\xae\x15\xec\xfe\x35\x24\x44\x36\x95\xd1\x2b\x02\x66\xca\x07\x29\x0b\x83\x9b\x35\x3a\x62\x65\xcb\xef\x96\x49\xf9\xf7\x92\x56\x71\xdb\x5b\x63\x30\xce\x6c\x36\x03\xc2\x0d\xce\xbb\x84\x0b\x67\x30\x06\x1b\x9e\xe3\x3c\xee\x86\x87\xaf\xdb\x1a\x33\xf2\x4e\x99\x70\x43\x40\x14\xac\x71\xb9\xa1\xaa\x34\x10\xf7\xc3\x04\x5a\xc1\xc2\xad\x30\x60\xcd\xb2\x06\x32\x4a\xa5\xbc\x63\x59\x2f\xe3\x8c\x99\x9f\xda\xae\x21\xb1\xb2\x39\x8d\x4b\xac\x15\x2c\xc5\x35\x70\xe1\xc6\x40\x65\x8d\x7b\x58\x55\x1c\xbd\xd6\xc0\x92\xa8\x54\xd3\x11\xba\xbb\x06\x20\xee\xe0\xda\xdb\x48\xdd\x9d\xf7\x4b\xd0\xb5\x39\xbf\x10\xb4\xac\x27\xf1\x0a\x6a\x73\x6c\xd1\x0c\x10\x93\x60\x8d\x87\x71\x76\x0c\x51\xf8\x12\x77\x60\xe1\x78\x18\x82\xe3\x03\x6f\x0d\x06\xc3\x1a\x2f\xf9\xed\x0b\x74\xa7\xb0\x0e\xef\x41\xe3\xd0\xaf\xf1\xda\x5f\xda\xf0\x32\xb6\xb4\x7f\x42\x5f\x58\x09\x2c\xdd\x08\xb1\x12\x58\x93\x03\x0d\x15\xfe\xc2\x6f\x30\x15\xf3\x04\xe6\x82\x0d\x8c\x30\x06\xa9\x7c\xf9\x99\x0b\x36\xb0\x89\xa7\x0c\x7a\xfe\x85\x67\x61\x2a\x5f\x39\x6c\x60\xa6\xc3\x61\x29\x71\x99\x58\x27\x10\x71\x60\x11\x7e\x20\x60\x00\xb0\x26\x77\x36\xd5\x8a\x3a\x0b\xe2\x82\xb7\xa6\x87\x9e\x79\x00\x55\x08\xb6\x27\x5b\xe6\x5f\x85\xf1\x33\x5b\x30\x85\xe1\xd0\x4d\x04\xfa\x45\x18\x82\x54\x2c\xac\x56\x74\x12\x34\x0a\x71\x87\x8a\xcc\x29\x91\xb1\x49\x4c\x88\x4c\xa1\xc5\x44\xde\x41\x70\xe0\x35\x81\x3c\x50\xd7\x4e\x64\x82\xaa\xac\x60\x36\xca\x61\xd7\x26\x14\x41\x55\x14\x40\xbc\x81\xaa\x2c\xc0\x70\x03\x2a\xc4\x27\x84\xe5\x45\x7f\x22\xfd\x28\x5c\x31\x26\x08\x4a\xc4\x4d\x5f\x13\xc1\xa3\x27\xd0\xc4\x6a\x1a\x17\xbb\x45\xa0\x81\xea\xed\x7d\x22\x3e\x04\x55\x63\xcd\x89\xf2\xc2\xc9\x9f\x0c\x24\x1b\x33\xb1\x08\x2a\x38\x60\x6b\x4a\x64\x6c\xba\x13\x22\xc3\xf8\x6e\x11\xa2\xa0\x7a\x7f\xc7\xdb\xb1\x02\xee\xb5\x26\x5c\x60\x77\x92\x11\x93\xa8\x7a\x9d\x8b\x3c\x4e\x14\x5e\x07\x2a\xa9\xf1\x7a\xac\xdd\xf1\x27\xea\x87\x5a\xea\xb9\x68\xb3\xe3\xcf\xfd\x42\xfd\xec\xdc\xb6\x87\xfc\x38\xa5\xa8\xbd\x9e\x98\xd6\xaa\x0c\x99\x97\x83\x34\xf2\xf9\x22\x0e\x41\xf5\xf6\x3e\xcf\x25\x20\x4f\xc7\x09\xac\xb7\x2a\x6b\x22\x12\x24\x4f\xc7\x89\xe4\xa4\x3a\xe6\x18\xfc\x54\xc7\x16\xff\x01\x75\xd9\x44\x23\x08\x2a\xad\xf1\x72\x4c\x40\x6f\xac\xf5\xb3\x4c\xdf\x13\xe9\x8d\x77\xbf\xf5\xfd\xf6\xcb\x4b\xe6\xba\x5c\xa3\x81\xcf\x17\x6e\x90\x15\x34\xa4\x45\xd4\x81\xa0\x1e\x79\x71\x70\x81\xee\xba\x16\x07\x17\x90\x1d\x8b\xf8\x03\x21\x5a\x0e\xd7\x5c\x00\x3b\x96\xd1\x07\xa2\xe5\x70\x70\x11\x6e\x60\x2d\x22\xc7\x46\xb8\x52\x9c\x24\xab\xf7\xb8\x85\x1f\xaf\x9a\xe7\x75\x2f\x49\xd5\xcb\xdb\x42\xf6\xa2\x2a\x88\x80\x04\x95\x28\x1e\x6b\x01\x0f\x85\x03\xe0\x22\x36\x41\xf5\x42\x86\x47\x65\x52\x47\xb4\xe0\x50\xc1\x21\x5a\x0b\x35\x1b\x58\x20\x8b\x50\x04\x15\xf3\xb4\xb5\x70\x6d\xc3\x39\x6f\xe1\x73\x59\xbd\x7a\x19\xa1\x40\xed\xf3\x82\x88\xc1\x26\x5a\xb8\x62\x26\x95\xe8\x04\x2e\xa8\x20\x13\xad\x85\xaf\x2f\xae\x7c\x6b\x71\xa8\x7a\x3f\xc3\x41\x33\x81\x27\xb2\xf4\xcf\x8c\xf6\x17\x03\x5a\xa0\x45\x96\x61\x0e\xd4\x40\xaf\x6a\x3b\x69\x03\xde\x10\x6a\xa0\x57\xbd\xb4\xe0\xd5\xcb\x40\x06\x2a\x8f\x57\x75\x7c\x78\x6f\x7e\x4b\x1b\xe0\x68\x65\x82\x56\x7b\xd0\xb8\x31\x3e\xdd\xba\xc8\x03\xfd\xaa\xfe\x32\x4e\x81\x2a\xe6\x75\x0f\xcc\xf6\x73\x7e\xa5\x6b\xc7\x56\x5a\xae\xf1\x6f\x9b\xd9\xe2\x04\xad\x2e\x34\x5c\xfa\xd5\x2f\x13\xcb\xa0\x79\x5d\x5a\x44\xb7\x54\xc1\xbc\x26\x03\x03\xa1\x2f\x4e\xcd\xea\x62\x84\x55\x56\x23\x8c\x9b\x68\xaa\x2e\xc6\x69\xa3\x28\x7f\xf9\x2d\x8d\x5d\x7e\xcb\x20\x5d\x56\xb9\x81\xa9\xb2\x16\x28\x42\x2a\x79\xd7\x65\x95\x1b\x20\x2a\x0b\x9f\x52\xe3\x9d\xaf\x75\xd9\xe6\x06\x50\xca\x5a\x10\xb7\x96\x0a\x4b\xe2\x6e\xbe\x33\x69\x2e\x6a\x89\xbb\xf9\xce\x40\xba\xa8\x31\x9c\xaf\x2e\x64\x54\x0f\x72\x81\x0b\x35\xa1\x57\xa1\x05\xc2\x8a\x6a\x61\xdc\x52\x9b\x57\xa1\x05\x42\x80\x7a\xe1\x75\x2c\xd3\x77\xfa\xcb\x46\xbe\x30\xf7\x25\x14\xc2\x5a\x6e\x1e\x6c\xde\xcb\xcd\x43\x82\xc0\x70\x50\x85\xe3\xc2\xc7\x1f\x38\xde\xb5\x1e\x16\x42\xf3\x9d\xb6\x21\xe6\x59\x97\x93\x6e\x5e\x1f\x16\x9e\xff\xd1\x85\x86\x0e\x51\xad\xe4\x72\xb3\x81\x45\x5f\x5c\x5d\xf1\x57\x5c\xdb\xcd\x86\xc3\x6a\x63\xa8\xa2\x8a\x72\x03\xec\xaa\x76\x7a\xff\xd0\xe1\x52\x26\xee\x2d\x49\xd3\x0b\xbc\x61\xdb\xef\x2b\xe7\x21\xdd\x77\xca\x67\xc3\xc6\x15\x36\xa9\xd3\xdc\x6e\x48\x6c\xc0\xf8\xc0\x24\x30\x58\xd6\x8e\xcc\x35\x9c\xe5\x8e\x94\xe9\xb7\x6c\x2a\x2a\x1e\x77\x74\x4c\x06\xef\x87\x74\xf3\x33\x26\x5f\x99\x8c\x09\xdc\xe7\x4e\xb4\x99\x0d\x7e\x03\xeb\xa9\x16\x72\xdf\xd3\xbd\xc9\xe9\x12\x4d\x23\x69\xf4\xa1\x5b\xac\x6a\x3d\x42\x61\x04\x95\x73\x38\xc2\x24\x2d\x40\x76\xb9\x75\x61\x3b\xbd\x36\x4e\x50\xaa\xdb\xf0\x95\x6d\x72\x9f\x86\xc4\x50\xdf\xb6\x25\x68\x38\xd1\x8d\x7e\x50\x8e\x7f\xc3\x0d\x03\xf8\xb2\x76\xb7\x0d\xd4\x75\x0f\xea\x86\xbd\xea\xc2\xd5\x25\xa8\x9f\x23\xc8\x45\x52\x47\xbb\x71\xde\xc6\x11\x70\xed\x8e\xce\xdb\x72\xb4\x8b\x67\x03\xd8\xa3\xa2\x2e\xa7\x6d\x97\x4e\x1b\xf6\xa3\x6b\xa3\xa3\xaf\x5f\x3a\x63\xe8\x3c\x0e\xfa\x05\x8d\xef\xc9\x9a\x31\x3f\xba\x7b\x40\x17\xd6\x86\xc6\x35\x85\x22\x9a\x46\x03\x0a\x61\xe1\xc5\x62\xfc\xe9\xb5\xa5\x3b\xf6\x01\xdc\x55\x0c\x45\xbd\xf4\x51\xd1\xea\x64\x6f\xea\x82\x71\xd8\xc7\xba\x68\x3f\x34\x95\xcc\x83\xd1\x3c\x90\x2f\x0b\x8f\x15\x63\x48\xaf\x8d\x93\x5f\xfa\xd2\xa1\xaf\xfa\x57\xce\xcc\x90\x1c\x78\x0c\x2c\x82\x70\x24\x0d\x5a\x70\x68\x69\x72\x45\x7a\xb4\x10\xde\x61\xe1\xd1\xd2\xe4\x84\x70\x69\x49\x5e\xaf\xf4\x51\x51\xad\x8d\x8f\x8a\x61\xa5\x17\xae\x26\x4d\x6e\xe3\x10\xe2\x4e\xa1\xda\x41\xc7\x2e\x57\xa1\xf7\xb2\x52\x35\x9c\x97\x9b\x5c\x05\x51\x38\x52\x6d\x7e\xfb\x90\xee\xb7\x2c\x64\x36\x8c\x03\xdb\xac\xea\xea\xc0\x36\x6b\x3f\x43\x9c\x0e\xc3\x3a\x2f\x5c\x52\x9a\xa7\xf8\x21\x9c\xbb\xba\xab\x83\x7c\x48\xa3\x95\x93\x2d\x87\x32\x33\xa7\xac\x79\x32\x86\x0e\x4c\xfe\xe1\x9a\xa9\x9e\xea\xc0\xd1\x56\xf3\x4b\x10\x10\xe8\x29\x8c\x9b\x7d\x47\x30\x0d\x96\xcd\x3a\xc5\x6f\x2b\xef\xf4\x0b\x6e\xcf\x40\x21\xea\x90\x74\x1e\xf1\x6a\x79\x08\xf1\xa8\xbc\x10\x9f\xe7\xe4\xd5\xf2\x34\xf3\x53\x6f\x33\x3f\x7d\x6c\x8c\xb3\xdf\x4a\x4c\x10\x3d\xee\x26\x2d\x7e\xdf\xb2\x28\x6c\x43\x67\x71\x59\x6f\x4f\x58\x6a\xd0\x4e\x62\x41\xab\x54\x3a\xdd\xf6\xd3\x06\xec\xc8\xaa\xf5\x42\x58\x4a\x8e\xcf\xc0\x9c\x83\x0d\x43\x2f\x13\xfc\xcf\x16\xa1\x43\x0c\x6b\xbc\x88\x1c\x92\x80\xa3\x59\x78\x9f\x18\xe1\x78\xe1\x3c\x9d\x9a\xe5\x80\xf8\xa5\xd6\xe5\xcc\x07\x13\x11\xdf\x5f\xf2\x50\xce\xb2\x4c\xda\x80\x3c\x49\xcb\x19\x5d\xad\xd5\xb5\x1c\x64\x45\x6a\x52\x74\x5d\xd1\x2e\xe2\x2c\xeb\xe2\x5b\x10\x6d\xd4\xb0\xe0\xa4\xd2\x70\x4c\x5a\xe7\xf8\x2d\xed\xc1\x34\x58\x8b\x19\xdc\x51\x8c\x89\xbc\x74\x3c\xd1\x64\xe6\xe0\xc3\xaf\xba\x05\x67\xeb\x86\xb7\xed\x3a\x5c\x21\x9b\xed\xfc\x6c\x59\x18\x13\x9c\xf9\x55\xc9\xe0\x74\x12\x54\xc9\xe8\x74\xd2\x6c\x3f\x1c\xb0\xea\x99\x03\x4d\x69\x93\x73\xa0\x29\x55\x35\xcf\x8f\x31\x6f\xbe\x27\xd2\x33\xef\x99\xf4\xc8\x3b\x6d\x63\x83\xc4\xab\xc4\x80\xc8\xeb\xe1\x0a\xe9\x35\xff\x09\xb4\x19\xda\x79\x30\x26\x23\xb6\xc4\xc2\x87\xbb\x69\x55\x49\x8c\x12\xa3\x24\x2f\xfc\x4a\x1a\x5e\xae\xeb\x01\x84\x52\xa5\xcb\x03\x7d\x49\x53\x4f\xb4\x7c\xbe\x8d\xb4\x07\x1a\x79\xb0\xb1\xd7\xd2\x03\x9f\x94\x86\x67\xcd\xd2\x27\x05\x37\xbf\xf5\x70\x88\xe1\xcf\xb7\x8c\x80\x82\xbb\xc3\xc2\xfb\xa4\xe5\x5f\xfa\xdb\x66\x86\x6f\x4a\xd2\x0e\x04\xdf\x94\x86\x73\xcc\x22\x1a\x8a\x21\x98\x17\xfe\x28\x46\x53\x5e\x4f\xc6\x42\x08\xf6\xf5\xc1\xbb\x17\xc4\xdd\x85\x2b\x49\x73\x11\xe1\x4b\xd2\x5c\x2c\x0f\x32\x21\x2d\x93\x9e\xcb\xb2\x26\x30\x6e\xd6\x53\x13\x79\x18\x24\x08\x1a\x17\x87\x45\x40\x94\xf6\x4d\x1a\x1e\x24\xc0\xe0\x2c\xbc\xdf\x53\x73\x42\x1a\x9d\x73\x02\xdb\xcb\x3b\xe5\x03\xa2\x0a\x40\xec\x7a\xb0\x37\x26\xe8\xc5\x7a\x24\xd0\xe6\x3b\x6d\xe3\x94\x7a\x50\x2a\x64\x27\x07\xce\x32\x3b\x21\x5c\x0f\x01\xd9\x59\x0f\xd6\x95\x5a\xb8\xe8\x2c\xae\xb0\x1e\x57\x6f\xe3\xf8\xae\x07\x33\x0e\xd0\x76\xd6\x83\xad\x96\x42\xe1\x07\x93\xc9\xe6\x42\x40\xa0\xa9\x70\x1c\xd7\x8d\xa4\xfc\xe6\x61\x51\x2b\x58\x27\x40\x49\x53\x66\x89\x27\x78\xd2\x14\x0b\x47\xf0\xa6\x3c\xf2\x05\x53\x49\x81\xfb\x8b\xa0\x1f\x17\x81\xf5\x86\x89\x01\x56\xe7\x9d\x72\xfc\x96\x2b\x98\xf2\x1b\x7c\xbb\x9b\xb2\xb4\x17\x99\xa2\xf2\x9b\x17\xe3\x0f\xad\xb7\xf0\x9c\x30\xc6\xec\xd2\x45\x82\xb0\x16\xeb\x65\x0d\x00\xa0\xba\x70\xe4\x6e\x1a\x41\xbf\x08\xe8\x71\x19\x58\x44\x27\x69\x5e\xe1\x5f\x00\x8d\x14\x76\xbf\xe8\x91\x08\x82\xb1\x70\xa4\x68\x1a\x43\xe3\xe9\x9d\x94\x09\xbd\x38\x07\x2a\x13\x7a\xb1\x25\x54\xf6\xf3\x62\x7e\x01\x1a\xcd\xc2\xc7\xda\x50\xb4\xeb\x75\x23\xe4\xe4\x36\x6a\x88\x82\xf2\x17\x21\xb5\x42\x6d\x22\x83\x24\x90\x5f\xd6\x7b\xee\x98\x80\x16\xb6\x5e\x04\xd0\x8e\xf3\x8b\xc9\x9d\x1b\xf0\x8b\x00\xfa\x1b\xe7\x07\xe2\x63\x63\x20\x40\x48\xd2\x1a\xe8\x85\x4b\xc6\x04\x68\xe3\xa2\x90\xb0\xf3\xda\xb8\x11\x04\x64\xc3\x5b\x37\x02\x0c\xbd\xb6\xa1\x30\x90\x07\xef\x5f\xb1\xfc\xc4\x3b\xe3\x99\x28\xc7\xf1\xb9\xeb\x73\x63\xb3\x6f\xa0\xd7\xad\x71\x3e\xc0\x2c\x1b\xe3\x7c\x63\xbe\xee\x5f\x9d\x58\x83\x51\x0e\x4a\x0e\x2c\xc6\x36\xd1\x2c\x0c\x0c\xbe\x7f\xc8\x53\x91\x19\x6f\xcc\xf3\x13\xe6\x63\xfb\xe7\x18\x66\xdf\x99\xdf\x4e\x39\x00\x03\x63\xbb\xba\x7f\x97\x63\x33\xec\xf1\xc6\xca\x3e\x20\x3f\xde\x5a\xd9\x83\xe6\xb2\x7f\x40\x37\x20\x33\xde\xbf\x69\x1b\x7c\x7f\x78\xef\xf7\xfd\x1e\x26\xc6\x45\xde\xbf\xf5\xf0\x4e\x39\xdc\x9a\x00\x34\xd9\x04\x9c\x30\x42\xf2\xfe\xe1\x6e\x8c\xed\xd6\xfe\x21\xa7\x44\xd6\xb8\x7f\x87\x3c\xfd\x6f\xf0\x65\x1b\x43\xfb\x44\x84\x89\x6d\x20\x8a\x62\xe5\x8f\x05\xd3\x21\x08\xb1\xd8\x90\xb7\x62\xd5\x46\x87\x88\xdb\x52\x9c\x04\x94\xff\x58\x8b\xed\x1f\xa8\xb0\xc5\x49\x78\x27\xf9\x29\x13\x37\x2a\x4c\xc7\xf6\x8f\xc8\x42\xc5\x49\x80\x70\x81\x3a\xd9\x01\xf9\x0a\x72\xaf\x1d\x10\x5c\x12\xef\x73\x07\x4e\x17\xc2\x7d\x6e\xa3\x5a\x00\x3a\xbb\x03\x3b\x3e\x60\x28\x1b\xdb\xfc\x84\xdd\xd9\x0e\x71\x60\x4e\x47\x99\xf7\x3a\x93\x30\x3c\xdb\xe1\x5e\x67\x8c\x32\xbb\x03\xd7\x16\xe4\x34\x9b\xd8\x16\x09\x93\xb0\x1d\x52\x21\x9d\xf2\x09\xa2\x5a\x6d\x5b\x6a\xa4\x77\xde\x37\xe9\x94\x99\xe9\xe3\xdd\x24\x76\xc0\xf0\x04\xb3\xb5\x1d\x58\xbc\xc8\x4b\x36\xa6\xfd\x09\x1b\xb6\x8d\x69\xbf\xb1\x5c\x77\xe0\x10\x40\x9b\xbe\x03\xf2\x0c\x0c\xda\x36\x26\xff\xc6\x73\xdc\x01\x0e\x0f\xeb\xb6\x8d\xfd\x7f\x40\xb6\xb1\x43\xe5\xdb\x4a\xdb\x38\x04\x90\xa3\xec\xd0\x74\x7d\xa5\x7c\x38\x39\x94\x2e\x3b\xa0\x24\x40\x56\xb1\x43\x27\x3f\x73\x14\x88\x50\x00\xd4\xe8\xc6\x7a\xbf\x0d\xc7\x16\x59\x45\x75\xac\xb0\xde\xef\xb6\x07\xb8\x41\xae\xe7\x9b\xf8\x17\xc6\x30\xdd\x01\x48\x13\xae\xd5\x3b\x5c\xce\xcc\x70\xa6\x3b\x10\x4f\x98\x6b\xf5\x26\x44\x86\x91\x4d\x77\x98\xb6\xd3\xfc\x58\x4b\xb2\xc0\xb1\xf7\x37\x1e\xe1\xc6\xe0\x3f\x81\x9f\xb2\x31\xf8\x37\xf6\xe9\x0e\x88\x2f\xb8\x26\x6f\xac\xfc\x03\xd7\xe1\x1d\xd6\xc4\x3a\x91\xfc\xc8\x20\xb9\x0e\x6f\xcc\xfc\x0d\x44\xb8\xc3\xd6\x07\x98\xfc\x88\x20\xb8\x02\xef\x00\x31\x75\xc7\x67\x5b\x3e\x6d\xe3\x10\xab\xce\xef\xe7\x3f\x4c\x39\xa7\xde\xba\x22\xdf\x72\x15\xea\xbe\x73\xd0\x55\xe7\x97\x83\xae\x3b\xb6\x8f\xe5\xd0\x66\xb8\x37\x10\x55\x76\x80\xee\xb8\xa2\xee\xf0\x46\x4c\x27\x6f\x1b\x22\x62\x01\x7c\x09\x76\x44\x06\x89\xf5\xde\x8e\xd0\x08\x48\xa1\x3b\xfe\x30\xd2\xfc\xde\x19\xff\x7b\x4d\xdb\x38\x02\x18\xb0\x72\x47\xae\xfc\x5c\xe5\x36\x8e\x00\x46\xee\xdb\x38\x02\x18\x5f\x72\x63\xda\x6f\x0c\xbe\xad\xb1\x3e\x26\x81\x5b\x63\x7d\xe4\xe5\x3b\x46\xdb\x4c\x5d\x91\x71\x86\xf6\x23\x22\x02\xc0\x3d\x77\xbc\xdc\x55\x47\x83\xb9\x23\x22\x02\x6e\x56\x3b\x46\xe8\x82\x4d\x3a\x12\x07\xac\xfa\x6d\xd2\xb4\x93\x7e\x25\xfb\x48\xdf\x11\x17\xe0\x5f\xb0\xf5\x00\xe8\x7f\x8d\x58\xb8\x23\x36\x96\x58\x01\xee\x98\x99\x1c\x16\x66\xe4\x54\xc6\xae\x72\x47\x4e\x65\xbc\x12\x36\xc1\x41\x12\xc1\x45\x76\x2c\x56\x48\xe5\x12\x22\x0b\x2a\x4a\x88\x10\x04\x1e\x02\x81\x2b\xdb\x8e\xf8\x7b\x75\x27\xea\x72\x69\x06\xa9\xdc\x11\x20\x41\xae\x6c\x3b\x02\x2b\xce\x55\x6b\x47\x89\x32\x9b\x4e\x5d\xb6\xad\xdd\x09\xc4\xd3\x7a\x47\x50\x89\xb8\x3a\x6d\x02\x8a\x18\x35\x72\x47\xc2\xd7\x71\x8d\xda\x78\x0a\x24\x30\x5c\x36\x9e\x02\x46\x7c\xdc\x11\x21\x23\x3e\x01\x3b\x62\x9d\x0c\x9a\xcb\x8e\x10\x31\x68\xa0\xdb\xe0\x21\x9c\xe8\x3b\xe2\xff\x8b\x89\xe1\x8e\x63\x62\x03\x4b\xf9\xc8\x14\x39\xdd\x37\xfe\x04\x46\x4f\xdc\x11\x59\x05\xd7\xab\x1d\x0d\x63\xcc\x26\x17\xef\x15\xc9\xc0\x85\x3b\x1a\xb7\xd8\x71\x40\x43\x07\x9e\xcb\x8e\xab\x62\x35\x4b\xdb\x90\x23\xe2\x69\xb0\xe3\xc2\xf6\xb6\x9a\x9f\x30\xc7\x81\xbe\xa0\xc5\xeb\x5f\x99\x2f\x79\xc8\x8f\x46\xaf\x5b\x0e\xf2\x8c\xee\xb7\x87\xf1\x77\x01\xea\xf7\x6f\xfe\x4b\xb8\x46\xfd\xdb\x51\xc2\x95\x20\x0e\xe5\x57\xda\x76\x28\x9f\x43\x06\x67\x02\x43\xec\x6d\xbc\x09\x7a\x70\x3d\x3c\x6c\xde\x12\x16\x1c\x6a\x97\x98\x1e\xc6\xdf\xb5\xf1\xd8\x1e\xda\xfc\x30\xa7\x83\x72\x20\x68\xdc\x49\x77\x04\xee\xb9\x39\xa7\x58\xce\x75\x89\xef\x2d\xe4\x61\x2e\x80\x5f\x6b\x12\xfa\x4b\xf9\xae\x93\x97\x39\x62\x43\xc5\xb9\x20\x70\x2b\xd8\xc9\x78\xe6\x1c\x56\xe9\x87\x11\x30\xf3\x9b\xb0\xdb\xec\x97\x03\xdb\x09\xb9\x60\x87\x03\x4b\x88\x2f\xe4\x30\xf0\x3b\xe8\x88\x59\xb6\x31\x51\xd0\x84\xee\x14\xfc\x96\xf2\xd9\x18\xd0\x84\x6e\xc2\x9e\x74\x94\x3d\x5b\x6f\x03\xb9\x10\x3d\x0c\x08\xc1\xb2\x93\x07\x29\xc4\x9d\x32\xe5\xb3\x61\x24\xb4\xea\x84\x42\xd9\x29\x63\xc3\xcc\xba\x4d\xe0\x80\xc2\x55\xef\x84\xed\x1d\x41\x51\x76\x42\x7b\x4e\xa4\x93\x4d\x3c\x93\x44\x6c\x93\x9d\x8a\x79\xa8\x4b\x1a\x84\xd6\xf4\x1a\xe8\x8c\x39\x5e\x03\x46\x66\xdb\xb8\x0d\x18\xa9\x6e\x27\xbc\x6f\x3a\x73\x41\xbc\x13\x83\xd6\xed\xd4\x02\xf9\x29\xd3\xd8\xfc\xc5\x77\xc6\xd3\x71\x43\xab\x8e\xf2\x69\xe3\x50\x60\x50\xb9\x9d\xee\xad\xc9\x20\x6e\x3b\x21\x2f\x04\xe6\x64\xe3\x50\x90\xb0\x29\xdd\x86\x46\xc1\x5f\x62\x1b\x19\xe5\x72\xe1\x7f\xd9\xcc\x92\x27\x2e\x13\x4e\x04\x95\x1e\x6d\xf8\x25\xc4\x44\x94\x94\x9d\x90\x7f\x00\xfb\xb8\x13\x5a\x3f\x2c\x51\x37\x01\x53\x0c\x0c\xb7\xd3\x25\xca\x8e\xb3\xca\x4e\x84\x34\x83\xbd\xdf\xc9\x50\xe2\xec\xf8\x7a\x03\x60\x82\xba\x93\x51\xf9\x5d\x38\xb8\x00\x20\x84\xdd\x9a\xe9\x27\x27\xed\xf8\x2d\x1d\x82\x50\x10\x86\x6e\x62\xa6\x04\xd9\xef\xf4\x4c\x2c\xbf\x69\x3f\xdc\xe4\x08\xd4\xf5\x60\x4c\xee\x42\x43\xb0\x2e\x3b\x9d\x90\x4f\x8c\xe0\x3b\x03\xe9\xe4\xbf\x7e\x4b\x39\x08\xd0\x65\x9b\xf3\xaf\x62\x13\x1e\x79\x6f\xe4\x31\xdd\x6f\x3b\xef\x83\x74\xdf\x69\x0f\x93\x96\x09\xfe\x87\xcf\xc6\xce\xc1\xc8\xeb\x3f\xde\x6d\x83\xe9\x77\xd1\x11\xbd\x65\x67\xe4\x0d\x83\xeb\x03\x76\xff\x01\x10\xc4\x9d\xa3\xe1\xd8\x69\x03\x5a\x36\x2c\x6d\x77\x4e\x96\x49\xfe\xe4\xb7\x85\x77\xbf\x35\xcf\x83\x0d\x3a\xe5\xa3\x12\x27\xea\xcb\xce\xd9\x6f\xe9\x0b\x2a\x71\x62\xbe\x6c\x9c\x03\x8c\x05\xb7\x75\x0e\xc0\x5e\x76\x13\xa3\x25\x61\x24\xbb\xf5\x02\xc8\xf6\x17\xae\x51\xee\x36\x17\xec\xdd\xed\x17\x78\x88\x72\xf6\xb9\x1a\xb0\x9a\xf6\x57\xf3\xd3\xce\x2f\xcc\x37\xed\x6f\x77\x9c\x31\x94\xdd\x44\x70\x49\xd8\xd2\xee\xdc\xb0\x79\x67\xde\xb3\x40\x7b\x3f\xd3\x1f\xf2\x98\xff\x6e\xae\xc8\x75\x76\xfe\x82\x7d\x93\x8e\x2b\x80\x9c\x74\xee\x8c\x33\x5c\x63\xfe\x42\x78\x93\x8e\x69\x09\x36\xb4\x3b\x8f\x88\x05\x3e\x6d\xc3\xc7\x66\x58\xa6\x61\x86\x7e\x7e\x5b\x48\xa7\xbf\x02\x88\xc1\x05\xe2\x24\x90\x30\xba\xdd\x79\x7e\x01\xa0\x79\x37\x0f\xe5\x4f\xf3\x50\xef\x64\x5e\x58\xff\x59\x84\xdf\xe0\x3b\x63\xce\x81\x99\x97\xdf\x52\xd7\x66\xcc\x5d\x0f\x70\x90\x44\x7a\xd9\x79\x33\xe6\xae\x0d\x6c\xc2\x08\xfa\xb2\xb5\xfe\x07\x07\x64\x67\xb1\xf4\x38\xf4\xb0\xfe\x4f\x68\x66\x77\xc6\xdc\x16\x6d\xec\xce\xf7\xc0\x31\x90\xcb\xce\x70\x8d\x68\x5d\x37\x7e\x01\xbd\xd8\x47\x01\x3c\xe1\xce\xf3\x17\x7c\x9a\xfc\xaf\xf9\x69\x8f\xc1\xb5\x5c\xcf\xf7\x86\x66\x98\x95\x9d\x0d\xce\xff\xbd\x7f\x51\x50\xff\xf5\x67\x97\x5f\x24\x4f\xe5\xdd\xf8\xa5\x85\xf7\x4c\x7a\xe3\xdd\x36\xff\x75\x33\x2b\x22\xbb\x7f\x85\x31\x18\x6c\x5a\x45\x90\x56\x0b\x33\x26\x3f\x8b\xba\x18\xe3\x23\x9a\x87\xfc\x6c\x66\x25\xdc\xc9\xf1\x6e\x5d\x90\xd3\x10\xba\x66\x17\xfc\x72\xbc\x5b\x17\xd8\x57\x62\xd5\xec\x02\x9b\x8a\x7d\xd2\xd6\x9d\x00\xb4\x94\x5d\x04\xb6\x86\x38\x4a\x32\xbf\xef\xe4\xaf\xe6\xa1\xae\x6a\xba\x11\x81\x68\x03\x6a\x70\x4c\x7f\x77\xe1\x54\xc3\xf6\x77\x17\xae\x78\xc4\xbb\xd9\xe5\x5e\xeb\x12\xd1\x6a\x76\x41\x26\x81\x21\xf0\x2e\x46\xec\x66\xd3\x2a\x18\x05\xa3\x8e\xde\xa5\x7e\xd1\x1a\xee\x7b\x63\xe0\x4d\xbf\xa7\x4e\xf7\xda\x5b\x24\x2c\x4e\xc7\x02\x61\x79\x05\xfe\x02\x21\x39\x0e\xc8\xf0\x86\xf9\xbb\xd8\xba\x94\xd3\x3f\x7c\x6c\xde\xe9\x17\x5c\x66\x19\xb4\xd9\x72\x2e\x61\x19\x49\x65\xe3\xbf\x90\x08\x4d\xb3\x8b\xd0\x7c\x9c\x70\x85\x83\x08\x7f\xd4\x8d\x63\x43\xc2\x08\x79\x97\x0f\xb1\x8f\xba\x30\x4b\x21\x5e\xcd\x2e\x12\x1c\x1b\x3c\x6e\x0e\x09\xff\x8c\x5d\x3e\x78\x53\xc6\x76\x4e\x3c\x56\xcc\x0f\x01\x41\x34\xc4\x4d\x4a\x5e\x2d\xcb\xe5\x1a\x8d\x15\xb2\xcb\xb2\x7c\xbe\xbd\x04\x67\x6c\x8f\x5d\xb8\xb2\x11\xfd\x6b\x97\x4b\x70\x46\xf6\xd8\x05\x22\x1b\x6c\x2a\x05\xb3\x11\xaf\x9f\x78\x46\x84\x01\x61\x95\x7b\x70\x75\xb4\xcf\x1b\xb7\x87\xee\x35\xb6\xe8\x64\xe3\xbc\x23\x77\xf4\x30\x29\x1e\x56\x8e\x03\x1c\x9e\xd7\xd5\x82\x0d\xe5\x60\x73\xc5\x37\x22\x78\x98\x14\x38\x3c\x34\xc5\x1b\x3f\x89\xfc\x63\xe3\xaf\x3f\x90\x90\xe0\xce\xf1\x93\xc8\x18\x6c\xef\x0a\xbd\x28\xbe\xa8\x81\xf1\x61\xc3\xa8\x77\x9d\xe7\x1f\x7d\xac\x91\x31\x81\xcb\xa9\x18\x24\xbb\x29\xd6\x38\x48\xaf\xbc\x4f\xf2\xdf\xb1\xaa\x09\xcf\x20\x36\x03\xe2\x31\xe5\x1f\x9c\x5f\x4d\x95\xf4\xce\xfb\x5d\x27\x8a\x26\x6a\xc2\xab\x07\x3a\xad\x84\xbf\x51\x4c\x51\x93\x65\x52\x3e\x38\x96\x78\x00\xec\x9a\xf0\x2b\x82\x4e\x6b\x62\xdc\x58\x93\x06\x75\x72\xf3\xab\xf7\x26\x96\x7f\x8c\x79\xe5\x40\x73\x23\xac\xc8\xc5\xdd\xfc\x6a\xe6\x5b\xe8\xa5\x16\xc6\x96\x75\x45\xd4\x27\x03\x5f\xed\x5a\x18\x2b\xd6\x4c\xe5\x56\xe6\x7e\x52\xeb\x5d\xdb\x28\x93\x36\x31\x99\x8c\x3f\xb5\x6b\x03\xfd\x8a\x8d\xbc\x42\x2f\xd2\x66\xbd\x07\x51\x6f\xb6\xa7\x33\x26\xe1\x6f\x2e\x4a\xbb\xf6\x3b\x21\x5e\x55\xea\xf0\x23\xdf\x2f\x01\x79\x7d\xa8\x5c\xb5\x24\xc4\x7a\xaf\x54\x19\x8b\xf8\x5d\x21\x14\x09\xae\xde\x93\x29\x63\x11\xbf\xf1\xf5\xe8\xb2\xfd\xf8\x7a\x18\xf0\x69\x57\x1c\xd8\x9a\x0b\x01\xa2\x91\x80\xea\x3d\xbd\x32\x16\xf4\xbb\xa2\x99\x92\x20\x88\xef\x24\x8c\xfd\xc6\xaf\x23\x63\x2a\xb2\x2b\xce\x6a\xb2\xf1\x15\xa0\xd7\x6f\x11\xed\x7a\xf3\xd8\x66\xb0\x80\xbf\xc5\x82\x47\x1b\x86\x8e\x9b\xc8\x50\xf9\xc7\x09\x51\x89\x72\x83\x7b\xd4\xae\x87\xc1\xe3\x44\xc4\x57\x24\x62\xef\xb2\x71\x16\xc9\x44\x20\xda\xf5\xe0\xce\xe5\x24\x13\x28\xfa\x1b\x87\x87\x09\x61\xe3\xc7\xa1\x24\x7e\xe3\xc0\x35\x47\x01\x31\x31\xa4\xe2\xd7\x36\x60\x97\x94\xb5\x54\xb0\x84\x6d\x0f\xa1\xa5\x44\xef\xde\xed\x07\x96\x19\x87\x46\x03\x31\xdc\x36\xb4\x1f\xe3\xcf\xb5\x0b\xbf\x13\x63\x20\x6d\x1c\x4f\x04\xc7\xde\x0d\x84\xc2\x1f\xe3\x4f\x50\xaa\xfc\x63\xcc\x09\x43\x25\x18\xf6\x6e\xa0\x83\xff\x90\x85\x10\x50\x2a\xe3\x19\xb0\x1b\x11\xcf\xf1\x1e\xd8\x78\xa1\x88\x93\xbc\xf1\x42\x31\x24\xd1\x6e\xfa\xac\xfd\x7c\x67\xfc\xe1\x7e\x5a\x62\xfc\x93\xf9\x19\x7f\x36\x9e\x06\x01\xc9\xc1\x34\xc0\x44\xf1\x36\xd8\x2d\x93\x87\x79\x6c\x44\x4d\xf8\x31\x47\x2d\x2f\xf2\xd3\x1e\x9c\xdc\xe4\x06\x9a\x84\xc2\xe6\x44\x9c\x28\x63\x05\xed\x56\x18\x7f\xd6\x89\x81\xa1\x80\x48\xdd\xc4\x85\xca\x5f\x5d\xf7\x80\x12\x36\x78\xb7\x7b\xbd\x12\x28\x78\x37\xf0\xc6\xb1\xbe\xdf\x8d\x83\x48\x91\x0b\x4e\x29\x99\xa0\x49\xbb\x41\x58\xdd\xbe\x48\x58\x70\x60\xad\x5b\x3e\x65\x76\xe6\xc5\xf6\x77\xdb\x43\x39\x70\x7b\x1e\xb6\x6d\x30\x17\x88\x4d\x1a\xb0\xa2\x98\xba\xec\x76\x0f\x25\x71\x7a\x77\x1b\x22\xcb\x99\x9f\x31\x71\xbe\xa6\xe5\x50\xfe\x64\xbe\x10\x89\x10\x1e\x4a\xe8\xdc\x8d\x37\x8c\xf1\x6b\x36\xde\x30\x82\xe0\x6e\xc3\x41\x61\xec\xbd\xdb\x7a\x48\x27\xcf\xa6\x2f\x70\x78\x0d\x8c\xe4\xc0\x9a\x6f\x1c\x38\x8a\x08\x9a\x41\xa0\x7f\xe6\xa7\x5f\x6c\x7e\x46\x88\x0a\xce\x29\xb1\x4b\x14\x19\x11\x1f\x2a\xff\x2c\xff\x30\xce\xac\xff\x76\x18\x1f\xe7\xeb\xde\xb8\xba\x57\xf2\x06\x9a\x32\x01\x6b\x76\x7b\x68\x27\x1b\x5b\x33\x14\x25\x5c\x69\x7b\xfc\xf6\x6f\xe8\xd2\xbb\x19\xbd\xdd\x85\x03\x12\x1a\x6e\x1e\xdb\x68\x54\xc1\x45\xf4\x5e\x22\x20\x34\xe8\x6e\x2f\x03\x09\xa7\xd2\x70\x30\x25\xfc\xe7\x6e\x2f\x9d\x80\x5b\xc2\xfd\xa6\x7b\x12\xe3\x7e\x13\x81\x56\xdc\xb8\xdf\x74\x95\x07\xb8\xdf\x64\x05\x94\x1d\x39\x84\x27\x71\x0f\x96\x53\x79\xbf\x83\xe1\xb5\xb1\x07\x3b\x74\x07\xb8\x83\xdd\x8b\x05\xf7\xee\x91\x05\xc2\xe9\xd5\x0d\x53\x08\x51\x12\x6d\xaa\x7b\x1d\xeb\x86\x22\x64\x91\xe2\xae\x93\x5d\xbc\xdd\xb8\xc3\xc9\x77\x26\x96\xd3\xab\x4b\x94\x9c\x5e\x84\xa3\xea\x5e\xb5\x0c\x40\x85\xdf\xe1\xc6\x75\x27\x63\xef\xb5\x71\xdd\x89\x58\x7f\x6f\x5c\x77\x32\x80\xbb\xdb\xb0\x54\x60\xfb\xed\x9e\x69\x67\xf3\x9d\x31\x64\x92\x7b\xa6\x8f\x6c\x00\x3d\xb3\x09\x31\xc9\xb8\xf7\x64\x5c\x4a\x36\xee\x3d\xdd\x2b\x12\xee\x3d\x19\x97\x92\x8d\x7b\x4f\x04\xc3\x6f\xe3\xde\x93\x15\xc8\x12\xcd\x2a\x2b\x84\x25\x64\x55\x56\xc0\x4a\x5c\xaa\xee\x15\x86\xb0\x54\x19\xfc\xda\x8d\x0b\x50\xf7\xd4\xef\x95\xf1\x67\x53\xec\xc6\x3b\x34\xbd\x99\x9f\xb6\xb1\x01\x60\x23\xb5\xfb\xbd\xfa\xf5\xe1\xbc\x83\x18\x0c\x7a\xdf\xee\x9d\x36\x3b\x9e\x06\xe3\x86\x08\xba\xfe\xb2\x8e\xad\x31\xb6\x5d\x03\xf7\xba\xd7\x3d\xad\x71\x01\x32\x9c\xcc\xee\x83\x7e\xc1\x65\xf6\x41\x5f\x20\xee\x0e\x2c\x74\x70\x3d\x0c\xe6\xda\xbe\x10\xd7\x28\xb8\x1e\xc0\x35\xc4\xcb\x64\x77\xa0\xf6\x83\xf3\x3e\x0d\x4e\x4f\x39\x93\xf9\xb5\xfc\x69\xd4\x7b\xf3\x33\x0e\x70\xa2\x7d\x1a\xf3\x9e\xf7\xc5\xd8\x42\x0b\x7d\xb1\x26\x59\xff\x7d\x7f\x11\xf3\x79\x37\xdd\x77\xbf\xa5\x3d\xa7\xe2\x0a\x4c\xbd\x5f\xe4\x64\xea\xf2\xc0\x1c\xe6\x31\xc4\x2f\x75\x49\xdc\xce\xc5\xe5\x32\x87\x87\x06\x9e\x3a\x39\x48\x5f\xb8\x60\x7a\x68\xf4\xf7\x0b\xcd\xcc\xfb\x22\xcf\x1d\x93\xf1\x45\x4f\x1e\xbc\xfb\x6d\xe1\xbd\xdd\x6f\xb3\xe9\x9d\xf4\xca\xfb\x83\x9f\x72\xe2\xdd\x30\x9e\xe4\xbf\xb7\xb5\x81\x6b\xd9\x1e\xc1\x50\x96\xe4\x0f\x8d\x6f\x1b\xef\x5f\x6c\x4e\xde\x07\xe9\x9d\xf7\xcd\x3b\x75\x5d\xae\x74\x48\x5f\x23\xd2\x4e\x36\x2d\xa3\x6f\x61\x60\xbf\x47\x3c\xa4\x53\xaf\x81\xe7\xc7\xdf\xec\xcc\xf6\xb8\x27\x6b\x76\xd3\x1a\x89\x0e\xc1\x55\x8c\xcc\xc0\x3b\x00\xc5\x40\x7f\x91\x77\x1a\x0e\x37\x30\xca\x17\x68\xf0\xbe\xd7\x3b\xd8\x5f\x87\x8c\xbb\xe1\xc0\xe0\xd2\xf9\x75\x08\x98\x4f\x02\x70\xed\xd1\x8c\xfd\x47\xf9\x06\x80\x61\x97\x1f\xed\x0b\x27\xc6\x3b\x1d\xe2\x04\x1d\xf7\x2a\x37\xfe\x79\x7f\x49\xa7\x4c\xdc\x3a\xff\x79\x37\xea\x0f\xed\xec\x96\x43\x3b\xbb\xf9\xa9\xcb\xc0\x31\xf6\xf7\x12\x50\x56\x61\x30\xc6\x17\x28\x89\xf7\x74\xcb\x4c\xe6\xcf\xe4\xa1\x3d\xf7\xa4\x1c\x6e\x5a\x63\x18\xc8\xc2\x6f\x37\xe9\x4c\x88\xd8\xeb\xd1\xfc\x0f\xdf\xd2\x9e\xf9\x05\xb9\xe1\x9d\x71\x80\x2b\x22\x26\x58\x76\x63\x1e\x70\xa8\x6e\xc6\xc4\xfd\x1a\x18\x40\xee\xb1\x18\x73\x16\xf2\xc0\x09\x19\xa3\xc7\x4d\x38\xb0\xfc\xb5\x73\x7f\x71\x58\x78\x1f\xb8\xbb\x53\xe6\x17\x8c\x86\x6f\x39\x59\x01\x6b\xdd\x03\xe0\x5f\x02\x81\x6d\xa2\x82\x0d\xe2\x30\xed\xc1\x09\xea\x86\x4d\x18\xb0\xfc\xf5\xf7\xbc\xf8\xca\xf3\xad\x11\x08\x2c\xe7\x09\xa4\x53\xce\x03\xdc\xbe\xe3\x00\xe6\xe8\x37\x26\x0f\x73\x07\x07\x3f\x38\x0c\x01\x6c\xdd\xb8\xe8\xc4\x28\xd1\xbc\xb6\xed\xce\xcb\x34\x26\x01\x44\x33\x7f\x77\xcc\x5d\x63\xd3\xe8\x02\x9c\xee\xb8\xd6\x64\x15\x30\x5f\xd0\x2e\xb8\x31\x62\x76\x0d\xd7\xc0\x0c\x40\xd9\xc2\xb5\x10\xbe\x6b\xc4\x60\x39\x8c\x33\x44\x3c\x8d\x5f\xc3\x38\xcf\x48\x99\x1c\x0e\x33\xde\xf1\x77\x1e\x27\x9c\x2b\xb0\xae\x7b\x46\xfc\xeb\xa3\xf9\x09\x08\xc0\x5c\x4c\x89\x8f\x83\x82\x18\x60\x86\x9d\xd9\x13\xe0\x5e\x0f\x84\x69\x08\x3b\x36\xe0\xc9\xa1\xe4\x81\x30\xa5\x2f\x36\xe0\x59\x18\xff\x62\x9e\x3b\x6e\x5f\xdb\xaa\x6d\x20\x8f\xc1\x47\x99\xdf\xc9\xe1\xa3\x32\x09\x2f\x9c\xac\xd2\x68\x56\xc6\xd3\x31\x91\xd6\x38\x3c\xf1\xbc\x19\x0a\xdf\x67\x63\xad\x72\x78\xce\x0e\x2d\x54\xdf\x69\x0f\x1b\xf3\xec\x8c\x89\x6d\x06\xc7\xde\x83\x62\x0e\xc6\x87\xcd\x6c\x0e\xda\xc6\x01\x3e\x8d\xe5\xd1\xcc\x43\xdb\x6c\x27\x28\xb9\x6e\xf6\xd3\x35\x6f\x9e\x75\xf7\x0d\xb0\xd5\x37\xde\x33\xd9\xb5\x84\xf7\xcc\x00\x78\x71\xcf\x45\x1b\xfa\xdf\x3c\x00\x36\x6e\x33\x19\xf4\x81\x8d\xdb\xcc\x00\x2a\x69\xcf\xcd\x00\x58\xf0\x06\xe6\x80\x4d\x88\x38\x63\x19\x54\xd2\x3d\x2f\x0b\x3a\xb0\x80\xde\x5f\xc8\x31\x4e\x85\x79\xc0\x42\x80\x58\x71\xa1\xc9\x9e\x2e\xf3\xb0\x78\x39\xed\x88\x3d\x96\x3d\x45\xa6\xc4\x81\x0c\x66\x3e\x77\xb0\x93\x0b\x10\xf6\xd2\x13\x65\x3e\x7e\x4b\xbd\x40\xec\xaa\xf9\xfa\x22\x88\x71\x72\xcc\x97\x4e\x73\x12\x4f\xe4\x1f\x6a\xbb\x96\x81\x9d\x18\xf8\x2f\x7a\x18\x27\x07\x6e\x33\xd9\x53\x67\x49\x28\x9c\x0a\xcb\x93\xe6\xcb\xef\xb7\xb7\x0d\x2b\x32\xf0\xc8\xab\x16\x8b\x1d\x83\xc0\x4d\x40\x31\xe3\xeb\xec\x05\xe7\x07\xf8\xe9\x26\x9c\xd8\x48\x96\x43\x34\x31\x0c\x4d\xf7\x02\x38\x20\xd9\x06\x16\x3b\xa8\xa8\x7b\xa5\x07\xc4\x07\xf3\xbc\xa4\xdf\xfe\xe2\x12\x33\x32\x87\xc3\xba\x9c\x5f\x4c\xdf\xfb\x24\x0f\xf9\xef\xd5\x6c\xe0\x4c\xbf\x71\x77\x31\x0e\xcf\x26\x08\x59\xf6\x60\x59\x10\x13\xc0\x60\x1b\x77\x97\x81\x51\xeb\x5e\x97\xf3\xcb\x60\xa0\x6e\x02\x90\x0d\x6c\x04\xf7\xba\x84\x65\xa0\x9e\xbd\x44\xa3\x88\xbe\x1f\xd2\x69\x1b\xf1\xed\x5c\x8c\x8b\xc3\x0a\xd0\xd4\xbd\x00\xe0\xf5\xb0\x5a\xed\x8e\x55\x66\xe3\x5c\x70\x78\xd1\x6f\xbb\xed\x21\x3f\xc4\xe4\xe1\xb3\x80\xe6\xf5\xc0\x59\xf7\x90\x19\xc0\x46\xec\x75\x0f\x99\x08\x68\xd8\x5e\xc4\x9c\x04\x34\x6c\x2f\x44\x1c\xd1\xb6\x4d\x81\xb6\x29\x7f\x32\x9e\x10\xd0\x9a\x8c\x03\x07\xda\x5a\x8c\x27\xc4\xb4\x16\xf5\x72\xa0\xe1\x71\x12\x41\x19\xdb\x78\x9c\x64\x5c\xaa\xf6\x42\xc4\x81\x4b\xd5\x5e\xe0\x52\x63\x80\xbd\x89\x5a\x36\xb2\xf3\x08\x37\x86\x5b\xd4\xc6\xb3\x64\x64\xd7\xd2\x66\xac\x1c\x4f\x38\x30\xc0\x39\x37\x5e\x20\xc6\x23\xda\xeb\x61\xdc\x38\x1c\xd6\x53\x01\xd2\xa0\x1c\x0e\x07\xe9\x8e\xb0\x65\x03\xbb\xbd\xbd\x9e\x41\xba\xef\xac\x01\xc7\x96\x9b\x95\x87\xc9\x62\xfd\x13\xff\x6c\xe3\xe1\x31\xb4\x5d\xc3\xc3\x23\xe3\x2e\xb5\xf1\xf0\x18\xda\xae\xe1\xbd\x61\x44\xa3\xbd\xc3\x03\xe0\x46\xe2\xfd\x25\x9d\x6f\x23\x98\x1c\x6c\xc0\x78\x69\x18\x2e\x68\xe3\xa5\x31\xf0\x9f\xdd\x78\x69\x44\xd0\x2f\x36\x5e\x1a\x99\x38\x67\x7b\xb3\xc1\xab\xa8\x23\xcc\x59\xc6\xbd\x6a\xef\x34\xf9\xf6\xf6\x05\x8f\x8d\xec\xe1\xb6\xef\x4d\x66\xe0\x1f\xba\x37\x21\xf6\x52\xf9\xab\xcc\x8c\x68\x27\xd9\x53\x70\x4b\x04\x5c\x13\x76\x61\x50\x61\x77\x37\x0b\x1c\x5f\xc8\xbd\x8b\xf9\xcd\xf3\xf0\xce\x60\x14\x40\x4e\xd8\x9c\x0c\x8f\x06\x5e\xd7\xc6\xe5\x23\x83\x17\xba\xb7\x0b\x9f\x93\x86\xb0\x28\x03\x03\xcb\xbd\x09\x86\xa3\x06\x90\x00\x6a\x03\x1f\xc9\xbd\x39\x81\x80\xe9\xda\xb8\x8b\x44\x60\xba\xf6\x6e\x96\xc9\x84\x34\x26\x6a\xf8\xce\x44\xb1\xf0\x89\xa9\x32\x88\x1e\xbe\x09\xaa\x12\x71\x9f\xd8\x04\x4f\xc9\x9e\xee\x84\x64\x1b\xf8\x21\xee\xdd\x58\xb0\xb6\x19\x8e\xcd\x13\x71\x4b\x34\x5c\x4f\xf6\x60\x72\x6c\x27\x01\x6f\x92\x83\x8d\x0c\xc3\x93\x78\xcf\x09\x08\x0a\xe5\x4c\xc6\xc7\x36\x2f\x26\xca\x36\x2c\x50\x50\x5c\x68\x12\x10\x84\xb5\xb9\xb6\x78\x72\x6f\x22\x55\x26\x4e\x50\x23\x9d\x78\x72\xef\x7b\x98\x8c\xea\x98\x23\x17\x4c\xce\xd1\x66\xf1\xda\x4e\xe4\x19\xa0\x75\xed\x7d\xe8\x8b\xed\x44\x16\x98\x9c\xa3\x07\xa2\xe4\x34\xdd\xc4\xb1\xc4\xb2\x7b\xef\x27\x82\xd0\x62\x3a\xf5\x72\xb2\xe2\xf9\x61\x54\xa2\x6d\x30\x13\x4f\xfa\x8d\x8c\x10\x50\xaf\x6d\xd4\x12\x4f\xfa\xfd\x5e\x82\xd0\xc4\x66\xc3\x75\xc9\x0d\x10\xaa\x64\x68\x62\x73\x7e\xd4\x4b\x1e\xc3\xd6\x81\xc9\xb5\xf1\xf0\xc8\xb8\x7e\xed\x23\x91\x71\x20\x9c\xcb\x69\x0d\xcd\x58\x88\x5f\x67\xbc\xa1\x4d\x88\x92\x41\x88\xda\x7d\xc2\xdd\x3c\xd4\xde\x12\x81\x24\x62\x04\xbe\x09\x35\x92\x3d\x9c\xf1\x02\x89\x1e\x1a\xc7\xc3\x84\x31\x3c\xc8\xff\x3c\x34\x88\x68\x37\xb0\x46\xdf\x87\xb8\x42\x04\xb7\xdb\x84\x29\x19\x9a\x8a\x1c\xa2\x0d\x67\x0e\x01\x3c\x48\x22\xb1\x13\x36\x31\xef\x72\xe4\xc0\xc7\xf3\x23\x02\x84\xb5\xf1\xfc\xc8\xb8\x93\xed\x03\x8d\x80\xfc\xb2\x89\x26\x92\x71\x27\xdb\x78\x84\xc4\x6c\x1f\xeb\x1d\x43\x2d\x01\xce\xe5\xb4\x62\xe6\x10\x20\xb6\x48\x06\xdc\x74\x9f\x4b\x0b\x11\x23\xf6\x8d\xb7\x47\xf4\x80\xc2\xdb\x23\x03\x74\xba\x8f\x6b\x9b\x39\x32\xba\x88\x0c\xc5\xe9\xe6\xa7\x3d\xdd\xfc\xf4\xb1\x33\xce\x5f\x7e\xc6\x0d\x26\x82\xa8\x23\xa3\x7d\xdf\xd2\x17\xe7\x0b\x6e\x0c\x0f\x8c\x8d\x17\x48\x96\x71\x38\xd0\x0e\x86\xf4\xfb\xdc\xab\xfd\x50\x6e\x7a\x08\x57\x0c\x12\xf2\x26\xf0\xc8\x50\xf3\x4b\x6c\xbd\x88\x07\xc6\xc6\xdb\x23\xe2\x75\xb1\x8f\x07\xce\xf8\xab\x9d\x19\xae\x20\x59\x8e\xe4\xec\x08\x9c\x0f\x83\x04\x01\x11\xc0\x6f\x13\xc5\x24\xe2\xb6\xb1\xcf\x36\x22\x04\x0d\x81\x68\xb2\x13\x0b\xa1\x60\xb9\xbf\xcf\xbd\x9e\x0c\x85\x92\xb8\x73\x44\x50\xb2\x36\xee\x1c\x59\xce\xe0\x40\x1c\x40\x63\x6d\x62\x8b\xe4\x64\x87\x5e\xcb\xa4\xfc\x77\x02\x18\x44\x87\x10\xa0\xab\xba\x27\xce\xc8\x50\x40\x69\x30\x3e\x55\xf7\x0f\x1c\x98\x1c\x00\x61\x44\x62\xe6\xe4\x78\xe0\xba\x54\xdd\x13\x0d\x24\xe3\x03\xb8\x71\xe7\x18\xda\xe5\x3c\x70\x63\x72\x21\x44\x09\x19\xda\xe8\x3c\x84\x47\xc3\x6d\x63\xe3\x9e\x11\x71\xb1\xd8\xb8\x61\x64\xb9\x13\xdc\x30\xb2\xdc\xc9\x73\x39\xb0\xa1\xbc\xf0\x41\x68\x0e\xc2\xf3\x26\x4e\xc8\x50\x5e\xf8\x48\x34\xc5\x3c\xb4\xb3\x98\x7e\x28\x87\xf6\x5c\xe2\xc8\xf8\x18\xee\x07\xe2\x90\x83\xc1\xeb\x62\x68\xbe\x61\xe8\x0f\x39\x09\x42\x7f\x0c\x65\x84\x0f\xf2\x36\xb9\x81\x47\x62\xe2\x30\x21\x84\xc7\x00\xec\x6b\x3f\x97\x38\xc6\x70\xac\x38\x28\x80\x18\xda\xcf\x25\x8e\xa1\xa9\x02\xde\x18\x59\x4e\x9d\xd8\x1e\x43\xad\xdc\x23\xd1\x20\xf3\x78\xfa\x1d\x43\xb5\x66\xc4\xf0\x88\xc0\x56\x6d\x62\x78\xe4\x64\x7b\x3a\x63\x08\x87\x44\xe4\xc1\xa1\xa6\xec\x41\x36\x06\x94\xd4\x26\xb6\x47\x96\xdb\x30\xec\x20\xf0\x44\xfb\x99\x8c\xa7\x75\x4d\xd3\xc9\x33\x17\xe9\x94\xef\xc2\x87\x70\xf1\xde\xc8\x72\x18\x04\x0b\x1c\x2a\xa8\x88\xfa\x91\xbd\x2d\x10\xf5\x63\xa8\x11\x26\xec\x47\xd4\xe4\xe1\x71\x9d\x43\xac\x0f\x87\x03\x6e\x4e\x9b\x00\x82\x59\xee\xe4\x71\x3d\x43\xc4\x0f\xf6\x6d\x3f\x35\x2d\x0f\xb6\x07\x3f\x55\x2d\x44\xd9\xc8\xc0\x9e\x6e\xa2\x6c\xdc\x3f\xa8\x9a\xe5\x5a\x5c\x1e\x77\xbf\xcf\x80\xa0\xee\x47\xf4\x27\x15\x2f\x06\xf8\x03\xde\x68\xbf\x3f\xc6\x85\xf5\xfd\xb2\xbe\x81\x37\xda\x2f\x51\x60\x7f\x6a\x1f\x70\xff\xc8\x60\x87\xed\x97\x28\xa5\x3f\x25\x61\x6f\x20\xc0\x1a\x2b\xf3\x0d\xac\x2e\x66\x1f\x5f\x90\x28\xff\xf7\x22\x75\x06\x3e\x75\xe3\x0b\x12\xe5\xff\xde\xcb\x63\x85\x9f\xba\x14\x42\x75\x44\xd0\x85\xf6\x9b\x20\x63\x96\xc8\x9b\x18\x1a\x96\xc5\xeb\x92\x85\x54\xde\xec\x68\x30\xb7\xaf\x11\xdf\xd8\x98\x88\xe2\x17\x7e\x0a\x08\x89\xe2\x17\x75\x9b\x20\x96\xc6\xfd\x83\x76\x13\xd1\x4f\xbf\x09\x02\xfa\x65\x60\x52\xf7\x5b\x19\xb2\xf2\x57\x55\xc0\x2b\xca\x93\x72\xc5\x17\x31\x96\x9c\x29\xde\x25\x51\x6e\x94\x98\x1d\x11\x24\x9e\x4d\xd0\x8e\x8c\x3b\xda\x7e\xfb\x07\x1f\x66\xa6\x44\x26\xda\xdb\xc5\xf7\x72\x7c\x3a\x51\xea\x1c\x74\x84\x5a\xc5\xb1\x65\x9b\xc7\x81\x6d\x13\x24\x30\x13\xd3\x6a\xbf\x83\xf1\x54\x8a\xf4\xc2\x17\xe1\xe6\xba\x89\xef\x71\xff\xa0\x3a\x64\xbb\xc5\xd9\x60\xbd\xeb\xad\xf1\x22\xc3\xc5\xff\x75\xe3\xfd\x92\x65\x16\x5f\xd6\xbe\x9e\x1b\xef\x9a\xc2\x98\x51\x03\x9c\x91\x9c\x20\x91\x42\xee\x1f\xd4\xb0\x68\x1f\x2c\xd6\xcb\x8a\x2f\x4e\x99\x3b\x3b\xbb\xed\xbb\xad\xd9\x3c\xd6\x46\x9f\x89\x93\xfc\x03\xfc\x64\xbf\x5c\xba\xe5\xe7\x88\x11\x72\xff\xe0\x6b\x94\x40\xb8\xdb\xed\xf7\xb1\x06\x86\xef\xf1\x03\xfa\xf3\x58\x03\x03\xf0\x3a\xde\x9c\x98\x2f\xa1\x56\x8b\x13\xf1\x7e\x78\x6a\x54\x87\x44\xd8\xfb\xc2\xfb\xb2\x26\x9a\xef\x2c\x78\x2e\xc3\xe7\x87\x84\x0a\x80\x9e\x43\x3c\x91\x0c\x78\xec\xf9\x49\x52\x77\x1b\x3c\x04\x11\x89\xe5\xf2\xc2\x87\x28\x22\x19\x98\xd8\x43\x14\x91\x0c\x1e\xec\xf9\x21\x12\x06\xc4\xe7\xfc\xb8\x9c\x73\xf1\x38\xbf\x60\xd7\x28\x47\xe2\xba\xd3\x70\x7e\x12\xd4\xe5\x7f\xcf\x8f\x60\xdf\x3f\x6e\x72\xe7\x47\x0c\x7a\xac\x70\xce\x4f\x22\xaa\x54\x40\x54\x28\x18\xd1\xf3\x33\xf0\x62\xa5\xd0\xcc\x08\x13\xd0\xf9\xfc\xd0\x90\x72\x3d\x39\x04\x19\xb9\x7f\x50\x5d\x86\x3e\x1a\xef\xdc\xb7\xc1\xac\x39\x3f\x77\xfe\x4e\x6d\x86\x5c\x6c\xbe\x1b\x73\x91\xa1\xa8\xe6\xa7\xcb\xd5\xfc\xa6\x33\x0b\xd1\xda\xe0\xaf\xe0\x87\x0f\x21\x40\xee\x1f\xd4\x66\x44\xa8\x4e\x1f\xb8\x7d\xc3\x04\x9f\x5f\xb3\x54\x06\x55\x28\x35\xb8\xd7\xf3\x23\xd0\x66\xf9\xde\x93\x18\x77\x54\x21\x55\x7e\xef\xc5\x3f\xa8\x82\x20\x8e\x08\x40\xce\xaf\x3d\xfe\x61\x1d\x10\x4d\xa7\xa8\x2e\xa4\x9e\xb9\x90\x2f\x17\xbb\xdd\x2d\x96\x2e\xc1\xad\x15\x7b\x01\xb7\x06\x37\x7e\x7e\x9d\x25\x3d\xa8\x4d\x12\x1d\x0c\xdf\x60\xe6\x90\x7b\x1c\x02\x8f\x64\xd8\xeb\xf3\x13\x80\x10\xc8\xf4\xf3\x43\x10\x00\x7f\x7d\x7e\x92\xa8\xad\x98\x7e\x40\x9e\x69\x64\x4b\x9a\xba\x98\x52\x6e\xe1\x07\x4f\xa8\x8c\x9b\xf2\xf9\x2d\x36\x29\x0e\xab\xf3\x93\x14\xfd\x7a\xb3\xbc\xff\xaa\x24\x38\xc4\x26\xc9\xd9\xa5\x7f\xa2\xa5\x51\xe7\x99\xfc\x41\x0f\xcf\x12\x11\x90\x21\x41\x0a\x06\x58\xcb\xf9\x09\xb9\x06\x46\xf5\x21\x36\x49\x04\xad\xe5\x10\x9b\x24\x73\x0b\x38\x3f\x62\xec\xff\xd8\xc3\x0e\x2e\x53\x99\x6b\xc0\xd1\x65\xea\x97\xa4\x91\xf7\x8e\x03\xb8\x26\x07\x9f\xa9\x9c\x1d\x44\x6c\x1d\xe0\xf7\x0f\x31\x4c\x32\xfc\xfe\x21\x6e\x49\xf8\xb1\x17\x9c\x80\x51\x03\x0c\xfc\x09\x1f\x7c\x21\xcb\x36\x10\x91\x1f\xcf\xa1\x13\x60\xe2\x30\x9b\x3a\x81\x30\x6e\x39\xf0\x71\x00\x8b\xd1\x35\x4f\xd8\x93\x8c\x7c\xea\xe0\x06\x15\x81\x3c\x39\xb8\x3b\x65\xae\x02\x27\x40\x85\xe0\xbe\x9d\xc0\x51\xc6\x55\xe0\x10\xe0\x24\xfc\xbe\x8f\x21\x2a\xe0\x45\x0e\x3e\x4e\x39\xdb\x0a\x88\x0a\x48\x91\x13\xca\x23\x72\xa2\x99\x5e\xfe\xa0\xa4\x4a\x47\x6d\xea\xa5\xb0\x88\x83\xd1\xc1\xc9\x29\x82\xff\x71\x02\x01\x6c\x7f\xf9\xfb\x83\x26\x25\x46\xa6\xda\x24\xdf\x37\xe9\x83\x77\xa6\x3a\xf0\x0e\xb1\x61\xca\x75\x42\x63\x24\xf1\xd5\x3d\x84\x3d\xc9\xc8\xd5\x4e\x80\x10\x40\xeb\x38\xb8\x45\x65\xe4\x6a\x27\x40\x14\xb8\x1b\x1d\x62\xa0\x64\xae\x15\x27\xa0\x50\xe1\x2a\x71\x02\xdc\x18\x57\x89\x43\x80\x93\xf0\x03\x69\xf2\x04\x24\xc7\x5c\x05\x0e\x7e\x4e\x11\x3f\xa4\x13\x44\xdc\x84\x37\x3b\xe1\x5e\xd6\x23\x18\x17\x27\x08\x5d\x88\x6b\xed\x09\x44\xf5\xc6\x9b\xe8\x04\xa9\x02\x00\xce\x83\xab\x53\xc4\x9d\xe8\x04\x60\x98\x7e\xb0\x73\x27\x70\xa7\xc7\x9f\xe8\xe0\x03\x95\xbf\xe1\x46\x70\xcc\x9d\xfe\xe0\x0f\x95\xb3\x73\xb2\x99\x13\x18\xac\x13\xa4\x0e\xe7\x44\xf8\x42\xdc\x65\x4f\xe0\x86\xff\x8d\x3d\xd6\x0b\x80\x67\x9c\x80\x98\x17\xf0\x8c\x13\x10\xf3\x66\xc7\xde\xd5\x5d\x7c\xbf\x17\x11\x80\x31\x4e\x70\x75\x33\x0f\xf1\x57\xc5\xaa\x6c\xfc\x68\x64\x0a\xbc\xb3\x58\x99\x87\xf8\x1b\xa4\xdf\xa6\xe2\xd6\x14\x71\x89\x3a\xb8\x35\x65\x6e\x19\x27\x06\xba\x73\xcf\xde\x13\x5d\xe8\x97\xc9\x3b\x31\x32\xc4\x1e\x1f\x11\xa6\x2d\xdf\xe3\xf3\x44\x41\x01\x3d\x3f\x22\xd1\xe7\x71\xa8\x3a\x38\x24\xc5\x6a\x7a\xe2\x03\x8e\x95\x28\x65\x5c\x7e\xff\xe0\x90\x14\x7e\x6e\xdc\x91\x98\xf4\x98\xc9\x9d\x98\x1c\xc9\x6e\x49\xac\x6e\xa8\x35\x7e\xe0\x9e\xec\xaa\x11\x41\x31\xb2\x8f\x83\x3b\x52\x04\xdd\xe2\xe0\x8e\x94\x71\x1a\x3f\x91\xf8\x6a\x5c\x83\x0e\xae\x49\x19\xeb\xe7\x13\x0b\x2b\xb7\xfe\xfe\xa6\x3e\x38\x11\x09\x1a\x60\xbf\x87\x88\x27\x11\xdc\x8c\x13\x91\x0e\x20\xb6\x3d\x11\x29\x00\xe1\x20\x0e\x8e\x4b\x19\x8c\xd5\x13\x39\xa4\xb2\x53\xd1\xaa\xd8\x9f\xfc\x41\x78\x75\x5c\xbd\x4e\x94\x56\x38\x8b\xf0\x44\xca\xd9\xd1\x91\x56\x38\x96\xe2\x88\x02\x84\xf2\x07\xb6\x3c\xd2\x44\xfc\x50\x3e\x93\x3f\x18\x7f\x47\x8d\xcb\x7c\x75\xa0\x38\x34\xc0\x14\x3e\x11\x41\x18\xfe\x59\x27\x4a\x44\xd0\x4d\x9c\xe6\xa7\x82\x69\x7e\x6a\x9e\x4c\x85\xeb\x32\x22\x62\xce\x4e\x85\x78\xa1\x2e\x4c\xbc\x97\x22\xde\x5a\x27\xca\x09\x56\xd7\x0a\x9c\x60\x76\x8e\xa4\x27\x4e\x3b\x62\x99\xe4\xec\x7c\xdd\xab\x7f\x04\x01\xe3\x44\x51\x42\xbf\x65\x20\x71\x39\xdc\xdb\x52\x2d\x69\x43\x07\x1c\x64\x51\xcc\xd0\x6f\xea\x91\x45\x03\x7c\x71\x08\x8c\x12\xf1\xe4\x3a\x78\x30\x45\xbc\xb7\x0e\x1e\x4c\x39\x3b\x59\x10\x20\x9e\x5c\x87\xd0\x28\x11\x8f\xad\x83\x07\x53\xce\xce\xcf\xe3\xc4\x71\x62\xe3\xaa\x94\xb3\x2b\xf6\xf9\xd0\x53\xf9\x1a\xf9\x02\x9e\xfe\x07\x9f\xa4\x08\x94\xc5\xc1\xf7\x28\x67\x67\xf7\xb5\xb6\x9b\x27\x81\x49\xf4\x03\x16\xf2\xa4\xcb\x2d\x46\x24\x62\x27\xfd\x3e\xbc\xd5\xc0\x8f\xc2\x1f\x89\x77\x16\x53\x37\x7d\x98\x29\xf3\x83\x83\xa7\xfb\xf5\xf2\x8f\xc2\x8f\xd7\x1f\xb7\xab\x29\x7c\x15\x36\x7e\x08\xba\xca\x4e\x9f\xc2\xa5\x3c\x90\x2b\x4e\x0a\x8f\xe8\xad\x14\x2c\xd5\x83\x33\x71\x92\x54\xcf\x51\x87\x03\x53\xce\xdd\x4c\xcd\x4c\x54\x82\xa8\x0e\xf3\xcb\x93\x12\x33\x06\x70\xc2\x49\x98\xf3\x64\x96\x63\xca\x76\x84\x0f\xa4\x4f\x96\x60\x2a\x55\x84\x58\xfe\xc0\xa4\xc0\x8d\x98\x30\x29\xf7\x0f\x73\x31\xd0\xcc\x06\xc1\x51\x22\x10\x09\x27\x79\xf0\x31\x19\x89\xcb\x15\x30\x07\x07\xc7\xa2\x0c\x6e\xf1\x49\x90\x1a\xce\x59\x87\x30\x24\x19\xdc\xe2\x83\x8f\x50\xe6\x62\x7d\xf0\x11\x8a\x8d\xdd\x23\x8d\x26\x8e\xac\x99\xe8\x5b\xf1\x1d\x42\x80\x0d\xc3\x79\x28\x12\xe4\xf9\xa4\x39\x05\x98\xf5\x8f\xc5\x1f\xf4\x9f\x6b\x13\x8a\x94\x93\x26\xad\x86\x70\xf0\x2a\xca\x28\x52\x4e\x5a\x49\x14\x5a\xaa\x46\xd0\x0c\x42\xc1\x49\xcb\x2e\xfb\x81\x35\x38\x41\x50\x17\x10\x0e\x07\x3f\xa4\x88\x33\xd5\x49\x40\x73\xfe\x70\x3d\x3d\x69\x37\x32\xfd\xed\xde\x7a\x88\x48\x12\x01\x36\x38\x89\x53\x0a\xe4\xe4\x93\x24\x1e\x48\x92\x90\x24\xd9\x23\x2e\x49\x3c\x6c\x2b\x84\x16\xc9\x9e\x70\x78\x32\x45\xbc\xa3\x8e\x9e\x4c\x3f\xfc\x2c\x4f\x7a\x58\xe6\x6c\x1f\x04\x1d\xb9\x7f\x98\x8b\xc8\xa5\xb0\x76\x89\xc0\xbf\x08\x20\x4e\x7a\xc4\xeb\x75\x08\x91\xce\x61\xd2\x7a\x12\x96\x3b\x48\x23\x4e\x92\xda\xa0\xe7\x84\x3b\xfc\xaf\xdb\x87\xf7\xe5\x8f\xdb\x6e\xc2\x96\xdc\x3f\xfc\x41\x03\xa1\xc9\x8c\xe5\x38\x50\xcd\x27\x4b\x6d\x50\x18\x6e\x51\x19\x77\x91\x83\x5b\x54\xf8\xe1\x02\x70\x32\x31\x82\xf1\x17\x39\xf8\x3c\x65\xf0\xa2\x4f\x0e\x4e\x0c\x4b\x3c\x63\x65\x57\x20\x4f\x42\xa0\xdc\x3f\x2a\x3f\x98\x7b\x28\x07\x0f\xa8\x8c\x80\xe4\xe0\xad\x14\x9b\x1f\x43\x2b\x08\x48\x4e\xce\x74\xce\x6f\xa1\x1b\x04\x24\x27\x97\x28\x78\x2f\x4d\x82\x49\x04\xd2\xf9\x10\xd7\xe4\xfe\x91\xf8\xc1\xb8\xb2\xa0\xf0\x5d\x8a\xf8\x7c\x1d\x7c\x97\x32\x38\xce\x27\x57\x6b\x66\x00\xaa\x05\xf1\x6d\xb5\x66\x06\x00\x1b\x02\xa0\x2d\x0e\x91\x4b\x22\x96\xbc\x27\xd7\x47\x48\x60\x2a\x40\xe4\x8d\x18\xfa\x10\xd2\xe4\xfe\x41\x0d\xe8\x7f\x40\x72\x3e\x19\x4b\x1e\x3c\xb7\x0e\xde\x4b\xe1\x37\x58\xb2\xb9\x47\xfe\xa0\x79\x00\x00\xfe\x86\x93\xd5\x2f\x15\x81\x88\x70\x88\x6b\x12\x7e\x58\xc3\x9d\xdc\x0f\x7f\x50\x1f\xd2\x3c\x1c\xb0\x0e\x0e\x4c\x19\x89\xcf\x21\xf8\x49\xc6\xc9\xe6\xe4\x59\xc5\x26\xa6\xa7\xc8\xae\xf1\xcc\x3a\x84\x2e\xc9\x88\x65\x0e\x9e\x4a\x19\xb1\xcc\xc9\x3b\x0a\x54\xec\x0f\x86\x06\x76\x8b\x88\x25\xf7\x0f\x4a\x42\x74\x81\xd0\xe4\xe0\xab\x14\xdd\x2e\xf0\x55\xca\x08\x50\x0e\xc1\x4c\x22\xc8\x09\x07\x5f\xa5\x88\x65\xf3\xc9\xc7\xfc\x54\x70\xcc\x4f\x8b\xce\x23\xcc\xb1\x7f\xbc\x64\xa2\xb2\x47\x6c\xe3\xe8\x0f\xc6\x95\x5d\x0e\x2f\xa6\xd8\x5d\xae\x1c\x45\x08\x50\x4e\x46\xd4\xdd\x5d\xad\x88\xba\x71\xfa\x39\x84\x3a\x89\xdd\x95\xcb\xb1\x84\x07\xd7\xc1\xa3\x29\xcb\x48\xea\xd1\x14\x7e\xdf\x07\x4c\x03\x27\x11\x91\x4f\xee\x1f\xe6\x62\x1a\x58\xea\xf8\x34\x45\xac\xa7\x0f\x3e\x4d\x19\xe1\xcb\x29\x3f\x6b\xa8\xbc\x43\x1a\x70\x8f\xb8\x33\x45\x62\xb4\x9f\x22\x2d\xb1\x51\x14\xbc\xeb\x03\x56\xb0\xa7\x84\xcb\x2b\xe1\x70\x75\x88\x90\x72\xff\xa0\x06\xc4\xe3\x6e\x97\x38\x2e\xc5\x1e\xff\xca\xce\xe1\xd5\x94\x41\x6f\x3e\x45\x02\x64\x91\x16\x42\x6c\x23\xe1\x39\x25\x39\xf1\x50\x29\x11\x53\xb2\x52\x1d\x22\xa6\x04\xc1\xc1\x4f\x41\x92\x0e\x16\xca\xc1\x97\x29\x62\xe2\x7d\xf0\x65\xca\x8a\x7b\x0a\xe4\x8b\xb9\xf7\x21\x96\x4a\x08\x88\x05\x4f\x29\x02\x44\x33\xf5\x05\xd2\xc4\xa9\xff\xe0\xe5\x94\x15\xf8\x14\x48\x13\x47\xfe\x53\x90\x96\x28\xf0\x29\x48\x4b\x02\x96\xcb\xa7\x48\xb3\xd5\xf7\xea\x1f\x54\x81\x71\x90\xd2\x9f\x52\xa7\x7f\xd0\xa3\xca\x54\x66\x8b\x82\xb2\x1d\x68\x28\x9b\x70\x4a\xa7\x20\xec\x2c\x8e\x33\xf2\xcc\x10\x9c\x56\xae\x7f\x60\x00\x9c\x22\x61\xc3\xe8\xe1\x6d\x75\x33\xf9\x83\xf9\x66\x7d\x94\x6e\x9b\x58\xb2\xa5\xdb\x8e\xc8\xec\x4b\xd9\x1c\x9c\xa5\x0b\xb0\x8d\x38\xa2\x20\xc5\xf4\x4e\x81\x97\xd5\xfd\x83\xd6\x0e\x2b\xa4\x28\x49\xbe\xf8\xce\xe4\xb1\x5f\x94\x69\x43\x20\x8b\x32\x13\x99\xfc\x23\xfb\x07\xf5\x4d\x26\xcf\x61\x46\x76\xa2\x10\xab\xc0\x06\x77\x87\x99\x7b\x5e\x77\x64\xa5\x6c\xc7\x83\xab\x9d\xc2\xad\x22\x65\x3b\x04\x9e\x99\x30\xa2\xe5\x44\xd2\xe9\x82\x71\xb9\x39\xb8\xca\x71\x34\xba\x1f\x3b\x1a\xae\xb3\xc3\x68\x70\x6a\x12\x55\x26\x83\x14\x73\x0a\x56\xea\x9e\x3d\xb8\x57\x65\x10\x98\x4f\x91\xe2\xe1\x44\x71\xb5\xca\xe5\x7b\xa7\xa5\x9c\x7a\xe5\xb5\x36\xd8\x8b\x82\xc8\xbf\x7c\x7f\xb0\xa7\xb0\x8e\xab\x44\xcb\xb6\x58\x91\xf8\x2b\x17\xab\x12\x2d\x07\x00\xf1\x66\x42\xc0\xa8\xe5\x54\x64\x8f\x98\xb1\x9f\x8a\x60\x1f\xfc\x99\x53\xa5\x41\x98\x22\x62\xc8\xc4\xce\x76\x5e\x51\x51\x61\x9b\x70\x2a\x22\x49\xbc\xae\x4f\x45\xc8\x2f\x60\xef\xc1\x1b\x2a\x88\xa2\x7b\x70\x87\xca\x58\x27\x1c\xdc\xa1\x22\x31\x80\x4e\x4d\xd6\x46\xa9\xc9\xaf\xb3\x7f\x30\x25\xf6\x01\x5a\x24\x52\xd0\xa9\x1e\xa5\xf6\x01\x4d\x16\xa6\x0a\xa7\xe6\x42\x1e\x6a\x46\xea\x19\x30\x2a\x39\x3a\x56\x81\xed\x7c\x6a\xfe\x9a\x44\x47\xf3\xe2\x0b\x9a\x24\x82\x7d\xcc\xfe\x38\xfc\x41\x9b\x4a\xe0\x9d\x66\x20\xf6\x24\xf2\xd5\x21\xe8\x4d\x2e\xf0\xa6\x04\xbd\x89\x18\xe3\x1f\x5c\xae\x32\x90\x54\x87\x08\x38\x19\x64\xe8\x43\x08\x9c\x88\x0f\xf7\xa9\x78\x92\x14\x47\x1b\xb1\xe5\xf8\x2b\x84\xf7\xc1\x07\x2b\x08\xd3\x7a\x2a\x5a\x04\x3c\xb0\x4f\xc5\xf0\xa8\xfe\x7c\xa7\x16\xf6\xcf\x8a\x05\x2c\x2a\xbc\x83\xff\x55\xae\x8e\x38\x54\x86\xd7\xf5\xc1\xe7\x2a\x57\x07\x16\x8b\x56\x3c\xad\x4f\x1d\xce\x84\x93\x8d\xdd\x38\xae\xd6\x87\x30\x3d\xf7\x0f\xc6\x03\xe5\x02\x0e\x00\x07\x6f\xac\x88\xaf\xf5\xc1\x1b\x2b\x57\xa7\x02\xea\x23\xba\xd7\x21\x0c\x4f\xc6\xda\xe3\x10\x87\x27\x12\xdd\xeb\x10\x70\x27\x83\x18\x74\xea\x65\x8c\xa3\x4c\x50\x85\x31\x0e\x68\x30\x0f\xee\x5b\x51\x26\x08\xf7\xad\x20\x64\xea\xa9\x8b\x76\x27\x4a\x45\xd1\x80\x87\xf5\xa9\x18\x37\x55\xa7\x77\x3f\xbc\x9b\xce\xde\x97\x6c\x36\xe6\xb1\xca\x2f\xab\x84\x9c\xec\x03\x46\xe8\xc3\x85\x82\x36\x22\x28\x58\xad\x58\xa1\x0f\x17\x0a\xd2\x4f\x62\x0f\x9d\xca\xd1\x5d\x5d\x1c\x08\x3f\x71\x9a\x3e\x15\xa2\x1e\x1c\x8e\xba\x73\x01\x87\x74\xea\x6b\x7e\x3a\x8a\xc6\x22\x28\x39\xad\x28\x26\x64\xc0\xf0\xe1\x8a\x38\x17\x1e\x62\x04\x65\x65\xa2\x0d\x02\x47\x4d\x7a\xf0\xcf\x0a\x01\x0d\xcc\x69\x28\x1a\x08\x30\x74\x88\x12\x14\xd1\x8d\x9e\x16\x18\x7a\x16\x4c\x83\xa8\xf1\x28\x3c\x2d\x3a\xc4\x6c\x5e\x2d\x32\xc4\xd5\x77\x87\x98\x8d\xac\x41\xe2\x78\x32\x9c\x86\xbc\x13\xc7\xe9\xd3\xf0\x7d\x14\x79\xf3\x34\xa9\x9a\x9d\xbc\x71\x60\xe2\x64\x7a\x1a\x07\xa6\x9c\x1f\x31\x84\x32\x01\x30\x4e\x93\x48\x95\x36\xeb\xbc\x25\x17\x48\xfc\xa0\xfb\x07\x23\x80\x6a\x02\x85\xed\x69\x97\x2e\x33\x88\x4d\xa7\x21\x39\x45\x61\x7b\x5a\xb1\x54\x3a\xcd\xfd\x71\x40\x25\x0d\x89\x6a\x50\xb0\xab\x5b\x17\xa8\xd1\xa7\x79\xda\x2a\x9b\x6d\x58\xb1\xe3\x6c\x7c\x08\x4c\x74\xff\xa0\x58\x49\xd6\xa1\x41\xec\x53\x59\x33\x0d\x6d\xe2\x70\x64\x10\xa9\xe2\x79\x7c\x5a\xa5\x79\x2c\xe9\xc6\x99\x8a\x93\xe3\x21\x7e\x51\x56\xc8\xdb\x24\x77\xb6\xbb\xd6\x6c\x9e\x85\xa2\x8c\x00\x51\xea\xe0\x2d\x16\x04\xa7\x3c\xb8\x8b\x45\x5c\x1e\x4f\x43\x2f\x38\x1c\xee\xee\x07\xb4\x42\x52\x1f\xbe\x37\xd2\x69\x11\x0a\x88\xa0\xc0\xaf\x61\x64\xa8\xe8\xb8\x81\x2f\x85\xa3\xed\xe9\x69\x1f\x6c\x82\x82\x18\x36\xa7\xe7\xdf\xd9\x47\x13\x6f\x76\x86\x9b\xa0\xc5\x4e\x24\xaa\xdd\xe9\x39\x9c\xa3\xc1\x79\xfe\x3e\x89\xe7\x68\x4d\xac\x34\xbf\xe7\x7c\xce\x9d\x96\xa8\x35\x0f\x09\x0f\xec\xbd\xe6\x3a\xa7\xe7\x72\xce\xf8\x3e\xe9\x5f\xc2\x1b\xbf\x6a\xff\xba\x1d\xf6\xdc\xce\x5b\x6c\x13\xac\x70\xcf\xe3\xec\xa5\xc1\x3a\x44\x48\xc2\x63\x8d\xc1\x6e\xcc\x03\x6c\xec\x4d\xb0\x1b\xeb\xec\xfa\x25\xe4\x2f\xe1\xf9\x8c\xde\x83\xdd\xd8\x67\xbf\x5f\x19\xf5\x4b\x78\x73\x32\xc1\x6e\x9c\x03\xec\xe5\x4d\xb0\x1b\xcf\x79\xd8\x23\xa2\xd2\xf5\x5e\x7e\xe7\x79\xf1\x58\xc0\x40\x87\x84\x57\xf7\x01\x2c\x73\x4e\x2f\xf1\x68\xc5\x15\x95\xb5\xdf\x84\xe7\xf7\x7d\x92\xfe\x49\x08\xd1\x04\x5a\x5a\xf2\xd9\xdf\xf8\x42\x0f\x37\xe1\xbd\xe7\x67\xd4\x64\xc7\x84\xf5\xe5\x68\xff\x24\xbc\x5f\x0e\x5a\x5a\xea\xd9\xe9\x2b\x74\xfc\x37\xc1\x69\x4d\xbf\x7f\x12\x74\xda\x50\x4e\x7e\x13\xb4\x71\xd2\x06\x87\x84\x77\x38\x69\xc9\x96\xb6\x83\x81\x49\xd4\xea\xe6\xf4\xd2\xcf\x2e\x5f\x0e\x5b\x3a\xce\x99\x5f\x8e\xfa\x25\xa0\xf0\x8d\x1a\xe4\x9c\x5e\xf6\x39\xff\x94\x61\x4b\xcf\x39\xaf\x13\x95\xc6\x97\x00\xa2\x69\x8c\x8a\xcb\x7b\x79\x0e\x76\x2a\x51\x83\x1d\x12\xde\x9f\x9d\xcb\xb6\xf4\x3d\xfb\xb1\x8c\x9c\xbe\x84\x47\xcb\x78\x25\xe5\x37\x01\x73\x87\x9b\x40\x4b\xeb\xef\xbc\x97\xdf\xba\x09\xb4\xb4\x86\xb3\xb5\x07\xc7\x6c\xe7\xf4\x9a\x0e\xb6\x5a\x37\xa1\xff\x93\x30\xbf\x76\xd0\xd2\x9a\xcf\x39\xb6\x94\x7d\x9f\x84\xc7\x15\xc4\x1e\xdf\x6b\x39\xfb\x38\x2f\xdc\x5b\x6e\x02\x90\xcc\x51\xa3\x9e\xd3\xeb\x9d\x17\x1b\xc6\x51\xd0\x6b\x3f\xcf\xb4\xe9\xc5\x96\x8e\xa3\xcd\x61\x24\x28\x1e\x09\x20\xa1\x46\x8d\x75\x4e\x6f\xbf\x73\xc2\xd7\x0e\x5a\xda\xc2\x01\xd3\xf2\x26\xd0\xd2\x36\xce\xa9\x56\x7b\xcf\x86\x17\xdf\xa8\xd0\x71\x2c\x7c\x87\x50\xa1\x30\x30\x2f\xb1\x8b\x82\x10\x50\xef\x10\x01\x03\xd7\x9f\xd7\xe8\x45\x95\xd5\xf2\x0e\x31\x70\x31\x55\x7d\x07\x0a\x8d\x8c\x4c\xf8\xc5\xbd\x2a\x74\xa2\xaf\xbe\x46\x36\xfa\xef\x0f\x30\x7a\xc1\x84\x78\x07\x6a\xbd\x9e\xbe\x7a\x96\x80\xac\xd6\x23\x02\x6a\xf3\x1f\xe0\x29\xb9\xe9\xbd\x78\x68\x85\x3a\x2e\x21\xbd\xb8\x68\x85\x86\x12\xf5\x1d\xc2\xd9\x20\xe7\x78\x71\xd2\x0a\x8d\x10\xa9\xef\x08\x82\xf3\x0c\x8a\x0e\xf4\x07\x3b\xa8\x77\x80\xbc\x51\x31\xd1\x78\x07\x22\xd6\x8a\x15\xdb\x3b\x84\x8b\x2b\x0e\xd5\xbd\xd0\x86\x8a\x33\xfa\x6b\x14\xa6\x86\x10\xf9\xc5\xd1\x2b\x74\xd4\x9a\xef\x40\xa0\xd4\xdb\x57\xf4\x12\xbd\xd8\x4a\xe9\x4f\x75\xac\xc3\x11\xe1\xd0\xa2\x1f\xa1\xee\xfc\x41\x7f\x10\xe1\xbc\x46\x75\xea\xdc\xf2\x5f\xc2\x3a\x85\x82\x03\xd0\x3b\x90\xf2\x56\x64\x7d\xef\x88\x40\x6b\x21\x04\x7c\xc7\x3f\x10\x3d\x99\x1f\xa0\x45\xc2\x52\xbc\x23\x82\xae\x85\xb4\xe2\x1d\x48\x80\x1b\xd7\xbd\x97\xc8\x50\xa1\x60\xb6\xfe\x0e\x22\x6c\x14\x18\xbd\x17\x6f\xb5\x50\x31\xcb\x7a\x87\x58\x77\x68\x40\xde\xcf\x5f\xad\x39\x06\xa0\xdd\xe5\xf4\xb5\x40\x9c\xdf\x68\x36\xd0\x8d\xbf\x16\x80\x3c\x52\x5a\xfc\x9b\xc9\xf4\x3b\x92\xf0\x91\x2e\x2c\xae\xf6\xb5\xda\xa2\x7b\xb5\x0f\x15\x8e\xe9\x1d\x62\x0a\xe5\xef\x1f\x01\x9e\x3a\xfd\x03\xbb\xb2\x81\x1a\xfa\x0e\x90\x1d\x3a\x3e\x37\x2f\xbe\x71\xa1\xc3\x4e\xbf\x03\xfe\xa6\x03\x18\xfb\x0e\xae\x33\x3a\x9e\xbf\x23\x89\x05\xe7\x2a\x4b\x02\xcc\x35\xff\x39\xa2\x94\x31\xc7\xdc\x68\xda\x37\xad\x1f\x52\x4a\xa2\x05\xf9\x9b\x3c\x5a\x70\xef\x34\xa1\x23\x96\x7a\x07\x8a\xe3\x0c\xf7\xf8\x12\x71\x2b\x94\xe4\x32\x05\x2e\xa2\x45\x57\x99\xe8\x60\x59\xaa\xc9\x62\x17\xda\x6d\x82\x8e\x34\x3c\xf0\xdf\x91\xc5\xe9\xf9\xf9\x0f\xfd\x29\xd2\x13\x77\xa1\x0c\x8b\xfb\x8e\x7b\x17\x0a\xe5\xa3\xe8\x2c\x92\xa6\x13\x4e\xe8\x91\x4a\x78\xe8\x97\x80\x5e\xa1\xb2\xa3\xbe\x46\xf4\x6a\x58\xee\xbe\x84\xf4\x0a\x2d\x39\x25\xc0\x7b\xf6\xe2\xe8\x20\xd7\x94\xc7\x7e\x07\x08\xbf\x0d\x78\xe6\x17\x7f\xc3\x90\x8b\x0d\x05\xe3\x37\x17\x47\x07\xbd\x41\x0b\x8e\x35\x82\x95\x86\xe1\xe0\x8b\x2f\x62\x68\xdf\x2a\x2b\xf6\xc7\xd1\x41\xff\xd7\x7f\x36\xb4\x2c\x97\xb6\x95\xee\xff\x41\xc4\x80\x3c\xf5\x6f\xe6\xe0\x10\x35\x8e\x7f\x89\x38\x16\x0a\xbe\x72\xaf\x21\xc7\x4a\x76\x65\x12\x35\xa1\x36\xe7\x07\xe6\xd1\x80\x42\x2f\x2e\x90\x41\x36\xec\xc5\x07\xf2\x32\x51\x34\xb4\x0a\x00\xee\x7a\x43\x8a\x53\x88\x8e\xfc\x0e\x74\xf5\x99\xbb\xe6\x3b\xaa\xc8\xa3\x5f\x36\x88\xab\xb9\x25\x20\xe0\x69\xdf\xfe\x40\x10\xa6\x5c\xdd\x16\xab\x9b\x9f\x6b\x07\x6c\x5e\xe3\xd3\xbc\xa3\xba\xde\x86\xa5\xbd\xc2\x59\xf1\x43\xc0\xc5\xe8\xde\x85\x45\x8d\xf0\x73\xef\x40\xcc\x53\xbf\x31\xc0\xa4\xa6\xc0\x25\xbe\xf8\x6b\x86\x56\x1d\xaa\xe6\x66\x51\x21\x26\x34\x9f\xb5\xbb\x43\xb5\x26\x64\x3a\x2d\x68\xc2\x7b\x7f\xf5\x0c\xe7\xd4\x7f\xd8\x2c\x7e\xdf\x0f\xe8\x27\x3a\x59\x4d\x20\x3a\xc7\xa0\x39\x3f\x3f\xff\x79\x3c\x00\x6c\xa8\x9b\x85\xbb\xe7\x07\xcf\x6d\x69\x88\x9d\xf3\x70\x78\xb9\x28\x97\xe4\x86\xd9\x93\x80\xbb\x4c\x63\xff\xd0\x4a\x29\x1a\x68\xd7\xf6\x73\x8b\x43\xa2\xd5\x8b\x54\xff\x21\x02\x65\x4b\xf3\x70\x0a\x74\xbb\x8b\xcd\xe3\x86\x82\xe0\xcb\xab\xfe\x4b\x14\xb8\x50\x86\x63\xd0\x5d\x6f\x12\x13\x01\x1c\x3b\xf1\x92\xde\x81\xe8\xab\x60\x08\xfe\xe2\xae\x1a\x4a\xb1\x34\xf0\xbd\x4a\xf1\x9c\x18\x6c\xe6\xcd\xc3\x16\x45\x71\xcd\xee\x07\x83\xfd\xad\xb8\xfc\xd1\x14\xd7\xf6\x57\xb3\xec\x77\x0c\x3b\xeb\xb9\x31\xc4\x51\xcc\x74\x16\x7d\x58\x83\x15\x79\x89\x4d\x17\x7a\x94\x54\x09\xad\xd3\x9a\x9b\xfb\x10\x0a\xab\xf9\x63\xb1\x91\x65\x4b\x63\x31\x16\xb7\x1e\xa0\x30\x73\x71\x5f\x45\x88\x90\xdb\xf7\xcf\x2b\x92\x2b\xff\x08\xce\x87\xb0\xea\x1d\x60\xe0\xfe\xb3\x4c\xa7\x93\xe7\x70\x7f\x70\xd1\x6e\xa5\xc8\xfa\x4a\x75\x80\xc4\xc1\x0d\x1e\xd8\x68\x01\x5a\xf4\x44\x99\x9e\xc4\x4e\x84\x38\xec\xdf\xc9\x05\x46\x4c\x06\x90\xe3\x1d\x68\xf5\xfe\xa1\xf5\xc9\xe4\x11\x5a\xf8\xc5\x39\xf7\x56\x6a\x69\xe2\xb4\x7e\xcd\x79\x1c\x6e\x4b\x83\xb8\xb2\xeb\x1c\xc5\xb9\x40\xf0\xef\x58\x41\x40\x2c\x8a\xc6\x90\xa5\x17\x7b\x8a\x36\xb0\x57\x17\xe3\x12\xef\xca\x5d\x60\xb9\x59\x34\xbf\xa9\x1e\x27\x54\x0a\x28\x68\xc7\xa4\xf0\xc5\x29\x38\x86\x21\x0f\x05\x2c\x68\xc9\x4e\x09\xa2\x12\x3d\x3c\xde\x81\xc9\x4b\x26\x26\xf1\x3b\x90\x95\x94\xf0\xd5\x73\x04\x52\xf7\x1b\x16\xe3\xc7\x50\x61\x3c\xf6\xcf\x1e\xb9\x85\xd7\x95\xb3\xd8\x42\xac\xba\x13\xa2\x40\x69\xcd\xd5\xbc\xe5\x94\xdc\xa5\xd1\xa0\xf4\xee\x6c\x0b\xa2\xde\xdd\xae\xb6\xc4\xf5\x15\xc0\x66\x51\x5c\x89\x40\x0c\x1b\x36\xfd\xc5\x9b\x39\xd4\x9f\x34\xb8\xe5\x2c\xbe\xe6\x2c\x51\x8f\xe9\x8f\xf0\xc3\xad\x98\x8d\xf9\xe9\x9e\x3a\x18\xeb\xb4\x9f\xdb\xe2\xf6\x70\x72\xbb\xc2\x5a\xa7\x7f\x6b\xe7\x04\x77\x28\x8a\xc6\xca\xad\x14\x07\x84\x20\x2f\xbd\x48\x18\xe2\xf3\x67\x7b\x7a\x04\x85\xf7\x08\x3a\x1f\xc8\xb3\xd9\x9a\x18\x71\xf4\xf4\xc8\x29\x79\x22\x1e\xe6\xa7\xb8\x0e\x8e\x9b\xdf\xcf\x16\xac\xff\x71\x9c\x00\x18\xd9\x3f\xbe\xeb\x48\x3f\xb2\x22\x47\xfa\x71\xdc\x84\x99\x0f\x4e\xd6\x23\xe4\xb7\x07\xa7\x40\xf3\x43\x6a\x44\x39\x5b\x7f\x1e\xd0\x4f\x12\xbd\x9a\x16\x08\xb1\xdc\xdc\x46\x9e\x0f\x8a\xd7\x6f\xdc\x0f\x24\xda\x47\xce\xcf\xbd\xeb\x11\x30\x52\xd2\x14\x49\x2f\x39\xa7\x0f\xfb\xc1\xb7\x0f\x3d\x1e\x4e\x5f\xa5\xc2\x43\x3b\x54\xa0\x58\xe6\x8f\x7e\x1e\x39\x59\xa7\xf1\xf9\x90\x8e\xf9\xe7\x95\x33\x77\xf5\xbe\x32\x0f\x2e\x24\x24\x63\xbd\x79\x00\x00\x12\xdb\xbb\x07\x00\xc6\xbc\x65\x48\x18\xaf\x9c\xb9\xbb\xd8\xfb\x71\xb2\xf4\xf4\x15\x54\xd7\x15\x22\x78\x66\x68\xe5\x7f\xd9\x30\x63\xfd\xdf\xf6\x4b\x70\xda\x5b\x74\xaf\x40\x69\x56\xb1\x7e\x79\x07\xe6\xc1\xb5\x78\x38\xbc\x82\x41\x4a\x5b\xaf\x5c\xae\x9c\xd6\xeb\x41\xec\xfe\x82\x35\xbe\x5a\x95\x17\xa7\xf7\xa0\xb6\xec\x9d\xbf\x2f\x48\x40\xe7\x07\x6b\xd1\xf3\x6d\x72\xab\x6a\xf8\x1b\xbe\xc6\xac\x2c\xc0\x7b\xbc\xf3\xf7\xdd\x42\x32\x3f\x60\x2c\x90\xd0\xbf\xf3\xf7\xad\x45\x7f\x38\x77\x74\x7c\xfe\x64\x94\xa2\xdf\x4c\xa1\x39\x2d\x7a\xc9\xdc\xf3\x23\x7a\xdc\xc2\x4f\x4d\x78\xf3\xee\x89\xf4\x2a\x4a\x23\x04\xc6\xab\x85\x79\xc4\x56\xe2\x7d\x59\x64\x01\x3d\xca\x4b\xa0\x83\x10\x65\x2c\x5e\xd6\x55\xe8\xb5\xfe\x5f\x8f\xa7\xff\x6f\xfe\xbf\xff\xcf\xf3\xaf\x3f\x3f\xec\x9d\xff\xfc\x34\xcf\xbd\xbf\xef\x31\x70\x1f\xe5\x3f\xff\xbe\xb5\xfc\x7e\x77\x8f\xbf\x0f\xc5\x04\xdd\x4c\xcb\xb4\x6d\x3c\xcb\x7e\xd3\x96\x05\x2d\x4d\x86\x49\xb1\xa8\x65\x33\xfb\x8f\xb4\x6c\x9a\xf7\xe1\x4e\x0d\xcb\x1a\x96\x86\x94\xa4\x58\x3e\xdb\xa4\x48\x7d\x3f\x6c\x6c\xff\xfc\x7e\x47\xa9\xc0\xa0\xb4\x4b\xf5\x7f\x7e\x3f\x25\x05\x58\x08\xfc\x30\x60\xbd\x8f\x57\x84\x83\xf2\xaf\x3f\xbf\x10\xa9\x21\x28\xe3\x62\x7d\xff\xc2\xbd\xc9\xdc\x47\x32\xad\x92\x46\x1d\x18\x90\x46\x0d\xc5\x7f\xe1\x72\xee\xf7\xb1\x4c\xe3\xdb\xcb\x8c\xdf\x87\x75\xdc\x3b\xc6\x0f\x30\xfd\xfb\xb0\xbc\xbb\xfb\xfd\xb0\x13\xbd\x0f\xeb\xbd\x67\xcc\x0f\x53\xd0\xfb\x38\xa6\xdd\xbe\x45\xfb\x11\xd9\x83\x02\x5a\xa2\x5f\x1a\xb4\x2f\x29\xd2\x40\xe1\xf5\x4b\xf7\x58\xbe\x0f\x64\x05\xa8\x40\x7e\x69\x99\x6f\x7f\x69\xf7\x5b\x4c\x29\xfe\xfc\xb2\xed\x43\x6c\x1b\x30\xda\xfd\x13\x82\x21\xde\x90\xfd\xc6\xdf\x5d\xf7\xf7\xa1\x49\x06\x29\xc3\x14\xc5\x97\x37\x25\x98\xc7\x40\xab\x95\x94\x6e\x0a\x41\xf6\x28\xe7\xde\xa1\xef\x83\x90\x74\xf1\xa6\xb0\xac\xe2\x8f\x1b\x70\xa4\x9c\x7b\xe5\xbd\x8f\x4a\xf8\xb8\x9b\x92\x2c\x99\x8b\x63\xa2\x9c\x7b\x7f\xba\x0f\x84\xdb\xc3\x36\x5e\x56\xf8\x3e\xbe\x34\xca\xba\xfc\xe8\x9f\x88\x25\x78\x08\xe3\x9e\x82\x91\x81\xbf\x0f\xe3\xa1\xde\xc3\x23\x12\xa4\xe0\x3e\x1e\xd3\x6e\xad\xd8\xf4\xde\x87\xdf\xde\x1b\x5d\xc4\x0c\xf7\x3e\x4c\xcb\xa4\x0d\xd3\x86\x11\xba\xfe\xf5\x27\x46\x47\x0b\xd4\xfb\x20\xbe\x60\xc4\x3e\xf4\x3e\xba\x69\xed\xa6\xdd\x61\xb8\x0f\x6b\xbd\xbc\x40\x04\xa6\xfe\x3e\xb6\x69\xe4\x4b\xf4\x0c\x5b\xcd\x10\x10\xa8\xc7\x98\xb6\x69\xc7\x34\xf2\x55\xf3\x71\xad\xb9\x87\x6f\x8c\xac\xab\x18\xb9\xce\x04\x24\x36\x31\xde\x4b\xcb\x7d\x18\x33\xb6\x53\x6b\xb7\xc5\xdd\x16\x77\x5a\xdc\xfd\xb6\x7f\xdf\xde\x1a\x52\x64\xd6\x13\x42\x85\x7b\x02\xc6\xec\x28\x89\xdb\x6a\xcc\xa0\x58\x58\x41\xb1\x7c\xfd\xbf\x47\x53\xc4\xe8\xe0\x4f\x2c\xd9\x5a\xc7\x2d\x0d\x3d\xf1\x7d\xb8\x3e\xe8\x7f\x61\x2f\x88\x85\xbd\x20\x72\x5f\x8f\x60\x69\xde\x87\x51\x68\x5b\x24\xcd\xf2\x8c\xd4\x0a\x32\x55\x44\x75\x7c\x1f\xc1\xb4\x4a\x9a\xdf\x6e\xeb\xb8\x3b\x50\x2c\x97\x0b\xf9\x13\xd1\x1c\x87\x48\x54\xc2\x58\x7f\xac\xba\xca\x66\x2d\x4c\x5b\xac\xbf\xc7\xb4\xd7\xb4\xfb\x6d\xb5\xbf\xd5\xc8\x9c\x44\x19\x8c\xb5\x26\xd3\x8a\x69\x7c\x5b\x9b\x69\xd3\xb4\x41\xda\x36\xcd\xe8\xb2\x97\x2f\x8d\xad\xd1\x3e\x74\x0b\x21\xa0\xfe\x8b\x04\x73\xba\x0f\x2f\xc8\xff\xfa\x13\xdf\x44\x0d\x2f\xd2\x92\x81\xb5\x64\x7c\x5d\xb3\xaf\x37\x67\x82\x3d\xc4\x77\x52\x2b\x6e\x44\xa1\x63\xf8\x17\xdf\x09\x0d\xe0\x36\x14\x3a\xda\xaf\xf8\xae\x6e\x9a\xc2\x13\xe8\xe7\x5d\xe6\x13\xa0\x83\x70\x74\x11\xaf\xa0\xfb\xf8\x2e\x55\x8d\x34\x56\xed\xcb\xe8\x09\x74\x97\x7e\xf7\x90\xbc\x0f\x03\x1f\xdf\x1b\x5f\xfa\xdd\xa5\xfe\x27\xe1\x57\xc3\x5a\x49\xbf\x90\x4d\x91\xb3\x21\xa5\x9a\x62\x80\xe5\x94\x6e\xda\x3d\xe1\xee\xe3\xf5\x9c\x2a\x37\x2d\x5b\x3e\x56\x82\x91\x70\x71\x09\xa7\x8c\xfb\x78\x44\x48\xa9\x37\x6d\x9a\xef\xfd\xd2\x6e\x1d\xee\xdf\x29\x20\x06\xb8\xeb\x29\x05\xe8\x24\x05\x6e\x7a\x42\xe0\x25\xc2\x55\xfc\x49\x1f\x2d\x32\x4a\x29\x16\xbe\x8c\xdf\xdc\x5c\x6a\x4f\xd8\xdc\xde\x87\x69\x77\x07\x4e\x18\x3e\xde\x87\x51\x80\x2f\x0d\x24\xd0\xd4\xff\xa4\x04\x93\x1c\x99\xc5\x94\x2e\xc3\xfb\x27\x61\xf1\x17\x22\x9c\x6a\x02\x98\xfc\x3e\xdc\x11\xef\xce\x93\xea\x65\xda\xef\x03\xe8\x5a\xa4\x18\x69\x2f\x7a\xbb\x39\xe9\x44\xb3\xcb\xfb\x32\x9c\x7f\x32\x5e\xea\xa1\x8f\xfc\x0f\x90\xb1\x47\xf6\xff\xe9\x14\xcf\x0f\xdd\xcc\x68\x2e\x42\x86\x79\xca\x0f\x5b\x53\x7e\x14\xde\xa2\xda\xcf\x38\xd0\xde\x47\x35\x8d\x7c\x6c\xe7\x19\xff\xd8\x20\xfc\x42\x26\x06\xd9\x7d\xb0\x18\xd8\xea\xf2\x93\xcc\x97\xbe\x7c\xf5\xa6\xdd\x93\xf2\x3e\x92\x69\x83\xb4\x63\xda\x6b\xe8\xb8\x74\xd3\x8a\xdf\x16\xbf\xbd\xdb\x5f\x7e\x8a\xf9\xca\x97\x8f\x6f\xab\xed\x83\xe4\x3a\x92\x95\xfc\xd4\xc7\xb4\xd7\x34\xda\x02\x79\xe5\x47\xf9\x07\xde\xf8\x99\x70\x62\xf7\x71\xcc\x47\xdf\xfa\x22\xad\x1b\xc6\xae\x53\xde\xb0\x6f\x5c\xee\xf5\x54\xcf\x38\xb0\xde\x87\x62\xf3\x4e\xfb\x58\x74\x19\xbf\xd5\xa0\xd7\x78\x7e\xa6\xf9\xa6\xe3\x37\xf8\x76\x5a\xc7\x54\xa0\x35\xa8\xf7\xee\x73\xf7\xc1\xcd\x0c\x9d\x68\xc6\x59\xf5\x3e\xc2\x7f\x99\xd5\xfc\x6c\xdb\xcc\x35\x2b\xc3\x8c\x66\xc2\x93\xdd\xc7\x30\xec\x1d\x6d\x7e\x2c\xcf\xb0\x7b\xdc\xd1\x33\x4e\xab\xf7\xa1\x0c\xe8\x1e\xb2\xf9\xe5\xf8\xce\xaf\x73\x8e\xa2\x3d\xbf\x3f\xc6\xf9\x0d\xd6\x7b\x89\x38\xe3\xed\x79\x1f\x32\xce\xac\x8d\x37\x53\x9e\x11\xc2\xf4\xfe\xcc\xaf\x73\xf9\x16\xbf\xcd\x77\x5c\x08\x15\x76\x1f\xf6\xed\x6e\x81\xf9\x2d\x7e\x8b\xbc\x70\x00\x1d\x9c\x09\x17\x76\x1f\xdb\x70\x7c\x89\xb4\xaf\xbc\xd7\x7c\xa4\x55\x96\xfb\xdb\x0c\xd5\x57\x68\x73\xeb\xa6\x0d\xf3\x99\xb6\x4c\x3b\xa4\xdd\x43\x3f\xbf\xed\x31\xed\x55\xcc\x4d\x79\xdd\xf6\x19\x2d\x0e\x37\xc8\xfc\xf6\x69\x9a\xe3\xd2\xf8\x76\xfa\xed\xf4\x5b\xe6\x08\xb5\xdd\x7d\x54\x25\x88\xf4\x63\xb3\xc6\xf1\xb0\x0c\xba\xd8\x65\x76\xce\xfb\x98\xa6\x31\x2e\xdb\x31\xdd\xb6\xcf\xb1\xdf\xf6\x8d\xad\x61\x80\xf6\x9a\x51\xfd\xdc\x87\xe5\x0d\xea\x38\xf6\xf7\xd8\xdf\x44\x3f\xdc\x06\x8c\x66\xa6\x97\x5a\x7e\x1f\xdb\xfc\xd8\xe6\x3b\xf6\x85\x9d\xf8\x3e\x58\xa7\x88\x6c\xca\x2f\x24\xd3\x44\x99\xbe\xb7\xa4\x02\xbf\x76\x1f\xd3\x7c\x99\xb4\xc7\x34\x43\x1d\xde\x3b\x7f\x81\x67\xbb\x8f\xef\x16\xfe\x23\xad\x9a\xd6\x4d\x8b\xa4\x4d\xd3\x8c\x30\x78\x99\xcc\x22\x03\x57\x64\xe0\xf4\xf0\x29\xb8\x2c\xde\x87\x7d\x2b\xb4\x19\xa6\xae\xe0\x20\x18\xf4\xcd\x29\x84\x2e\xbb\x0f\xbf\xcd\xb4\x65\x58\x07\x62\xaf\x01\x8b\x50\x3c\x20\x0a\x07\xc4\x4d\xa3\x1f\xf7\x26\x72\x1f\xb6\x25\x53\x1e\x2c\x47\xf1\xfa\xa1\x07\x4b\xf9\x6d\xc7\xc0\x79\x43\x82\x5f\x7e\xa7\x90\x76\x6c\xcb\xdd\x73\x8a\xcc\x72\x09\xee\xa7\x38\x6f\x94\x00\xfb\x57\x02\xec\xcf\x00\x84\xb1\x04\xc7\xd9\xe0\x5f\x03\x70\xc5\x12\x42\x33\x0d\xb0\x65\xd0\x5a\x0b\xee\x6c\xf7\xb1\x4d\xe3\xdb\xc8\x18\x10\x2c\xec\xa6\xdd\x39\xc2\xa5\xed\x3e\x18\x2b\x4c\x0f\x4b\xc8\xb6\x25\xdb\x96\xbb\xfe\x4a\xc8\xd6\xfb\x8d\x73\xe7\xdb\xcb\x83\xdd\x07\xfb\x10\x36\xfa\x05\x6e\xf8\x3e\x9a\xe5\xf5\x9b\x56\x6d\x5f\x55\x1b\xf4\xa3\x6f\x8d\x31\x08\x9f\x08\x39\xd0\xe6\x69\x7f\xa7\x88\xe1\x89\xf2\x96\x6d\x41\xb6\x36\x70\x74\x2e\xf8\x7f\xdd\x87\xe2\xa5\x48\xda\xb6\x2d\x5b\xa1\x4a\xa2\xbf\x87\x39\x0a\xca\x56\x50\x3d\x94\xf0\x5a\xde\xab\x60\x88\x75\x10\x5e\xfb\xf6\x21\x95\x67\xd3\x1c\x97\x57\xc1\xef\x3d\xb2\x0b\x7e\x5a\xf7\x61\x9b\xef\x59\x56\xa2\x63\x8a\xef\x54\xd0\xce\xb4\x44\xd7\x2e\x1c\x78\x18\xe0\xc1\x95\x08\xc3\x5b\x08\x18\xf5\x09\x7d\x4a\x84\xa1\x28\xf8\x57\xdd\x7c\x7c\x9b\xfc\x16\x96\x4d\xbb\xd0\x12\x33\x73\x19\xb3\x7d\xbb\x7b\x49\x89\x05\x3a\x8a\xee\x6b\x80\x87\x96\x58\xad\xa3\x5a\xc7\xdd\x5f\x0a\x5c\xf7\x7d\x28\x9d\xbf\xfb\x46\x89\xc3\x7a\x3d\x8f\xca\x08\x7f\x3d\xee\x4b\x1c\x16\x23\x9e\x37\x18\xa0\x25\x8e\x97\x34\xa3\xcf\x62\xfa\x56\x22\x9c\x78\x89\x46\x9e\x45\x36\x5c\xe2\xb4\x59\xd3\x2e\x0d\xba\x2e\xf9\xe8\x9e\x34\x70\x0a\x2f\x51\xb2\x88\x92\x05\xee\xa4\xc5\x7b\x6a\x89\x1e\x4d\x70\x53\x85\x4b\xeb\x7d\x7c\xfa\x44\xea\x7d\x98\x56\xc2\x15\x05\x21\x0d\x0b\xf1\x8a\xee\xc3\x20\xa1\x6c\x35\xc4\x0f\xba\x0f\xa5\x58\x97\x73\x2a\xf1\x75\x28\xdf\x4f\xe5\x70\xdb\x92\x24\xc7\x24\xe9\x81\x0e\x57\xf0\xc7\xf9\x53\x92\x11\x5e\x51\xd2\x16\x3c\x71\xee\xa3\x99\x76\xc7\x25\x45\xbf\x35\x6a\x2b\xea\x95\x92\x12\x6d\x4e\xc9\xfe\x0e\xca\x4b\x96\x27\x99\xc1\x15\x96\x24\x99\x11\x1a\xe8\xa6\x91\xcf\x2d\x2e\xa9\xc3\xc3\x69\xb2\x24\x38\xca\x92\xd4\xaa\xe1\x2f\x59\x88\xeb\xf3\xa7\x10\xc6\x27\x64\xbc\x03\x0b\x71\x7c\xee\x83\x7e\x00\xf7\x59\x92\x5b\x61\x42\xc9\x93\x11\x75\x95\xc4\xf1\x57\x08\xef\x73\xf3\xdd\x31\x4d\xce\xaf\xd1\x75\x32\x6e\x73\x25\x4d\xfb\x2b\x3b\x82\x66\xae\x24\xb7\x3d\xfd\x5f\x06\x12\xa9\x92\xb6\xe5\xed\x4f\x95\x45\xbd\x87\xa5\x8d\x0f\xca\x4d\xbb\xeb\x00\x67\x93\xfb\xb0\x2d\xf7\x68\x2a\xe9\x19\xa6\x1d\xd3\x28\xef\xb1\x2d\x48\x05\x33\x12\xff\x82\xe7\xc8\x7d\x40\x66\xa8\x04\x4a\xfe\x31\x7e\xb8\x85\xdc\x7c\xa6\x75\xd3\xa6\x69\x83\x34\xd6\x5f\x96\x45\xc1\x75\xab\xe4\x40\x1d\x39\xaa\x6d\xe2\x18\xca\x6e\x8f\x59\x16\x14\x51\x78\xc9\x69\x99\xb6\x4d\xbb\xfd\xc8\xcd\xb4\xa6\x0c\x34\xf3\xed\x34\x6d\x9a\xaf\x90\xb6\x4c\x43\x50\x3f\x00\xc0\x2a\x19\x36\xad\x64\xd9\x34\x3c\x91\x0a\xce\x0b\xf7\xe1\x98\x5e\xce\xbd\x64\x6e\xa0\x25\x6f\xfb\xcb\xbc\x65\xc7\x39\x6f\xdb\xc7\xb6\x92\x1f\xd6\x5a\x7e\x14\x29\xb3\x0e\x8a\x5b\x57\x41\xee\x92\xb1\x0f\x28\xa5\x91\x8f\x20\x1a\x61\x00\x70\x54\x4a\x67\x3e\x08\xa0\x11\x06\x2c\x68\xc1\x04\xfc\x3e\xfc\x96\x2d\xa4\xf4\x61\x9a\x63\xea\xb7\x83\xb1\xc7\xb2\xfb\x7e\x4b\x3e\x8f\xd8\x32\xcc\xc7\xfc\x12\x25\xe3\x3e\x1c\x2b\xf6\x8d\x32\x1e\xd3\x6c\x0b\x6c\x86\xb7\xfa\xa2\xe1\xf7\x40\xe5\x58\x8a\x7b\x49\xf9\xc6\xd4\x3a\x1e\xf3\x49\xe7\x78\x5a\x94\xf2\xda\x37\x44\xb3\x19\x3d\x7e\xa9\xce\x79\x85\x7e\x07\xea\x86\x42\xa4\x87\xfb\x18\x06\x9a\xb8\x63\x8a\xd5\xf1\x7d\x70\xe4\xc0\xbe\x16\xcc\x84\xef\xe3\x35\xed\xce\x11\x26\xbf\xf7\x51\x4c\x1b\xa4\x0d\xd3\x26\x69\x99\x6f\xab\xf5\x72\x5b\x1f\x00\x9e\x94\x3a\xcc\x37\xcc\xc7\x11\x51\x5d\x07\xd5\x39\xc7\x8a\xa4\x54\xe7\x97\xd8\x03\x61\xc0\x6e\x96\x7a\xd8\xc3\x2a\x9a\x85\x4c\x50\xc2\x52\x1f\xe6\xa8\x22\xd1\x1f\x20\x6e\x94\xfa\x5a\x87\x47\x18\xba\xb0\x42\x70\x80\xfb\xb0\x6f\xb0\x32\x4d\x9a\x69\xd2\x0c\xf7\xf0\xd2\x60\xeb\x4b\xfb\xd9\x3e\xe8\xbc\x21\x97\x2b\xc4\x05\xb8\xf9\xee\x18\x34\x8f\x35\x4d\x4b\x07\xec\x6b\x69\x8e\x55\x93\x2d\xc0\xc4\xbf\x00\xc6\x7f\x1f\xac\x71\x74\xc9\xa5\xc9\x16\x60\x62\x19\x44\xaa\x2c\xad\x99\x06\x5b\x30\x40\x50\x28\x4d\xb6\x00\x3b\xc6\x90\x01\x85\x2f\x6d\x9b\x6f\x1b\x7c\xb9\x51\xc7\xb1\x6f\xa8\x79\x06\x96\x87\xa5\xc1\xd2\x96\x66\xd0\x65\x22\xb3\x94\x26\x7d\x34\xe8\x63\x60\x2f\x58\x9a\x63\xd5\xbe\xb1\x62\x8d\x77\xc7\x05\xe8\xf6\x9b\xaf\x93\x56\x4c\x63\xff\x23\x0e\x5a\xe9\xee\x2f\xdd\xfd\x85\x50\x65\x05\xac\xf5\x3f\x05\x68\xf5\x90\xb1\x66\x2f\x1d\xe9\x5b\xe9\x18\xa7\x64\x82\xc1\x96\xee\xd1\xde\x91\x66\x65\x4c\xcf\x4b\xcf\xdb\xb4\x63\x30\x93\x3b\x56\xbd\xd0\x5f\x20\xcd\x43\xc6\x32\xab\xf4\x4a\x7f\x7b\xd5\x86\x84\xf5\xdc\x91\x20\x94\x8e\x92\x7c\x60\x62\x57\x7a\xb7\xbc\x6e\x79\xf9\xf7\xf7\xe3\xbe\x4b\x8e\xa0\x88\x87\x8c\x01\x50\x01\x16\xfc\x3e\x34\xda\x82\x2c\xba\xdc\x59\x5f\x56\xc7\xd1\xd4\x97\x5d\x52\x31\x49\x24\xad\xd2\x3d\xc6\xbb\xc7\x38\x66\x28\xa5\xcb\x9d\xf5\x63\xb3\x38\xc2\xfa\xb1\x5e\x8f\xf6\x61\x79\x0f\x5b\x66\xff\xe2\x60\xb3\x8d\x76\xa7\xb0\x7f\x53\xc8\x96\xd9\x9d\xc2\xee\xd1\x0e\x8c\x7b\xc1\xa4\xeb\x3e\xaa\x69\x9d\xb4\x61\x9a\x26\x31\x6c\xc1\x43\x2e\x4e\x23\xa9\x91\xe1\xba\x86\x4b\x5b\x53\xa7\x4c\xc0\x95\x82\x75\xd3\x7d\x3c\xa6\xdd\x71\x19\x1e\xcf\xda\xdb\x64\x74\x54\x05\xdb\x99\x3f\x45\xdb\x98\x4c\x90\x95\x32\xe4\x8c\x3f\xdb\x17\x6c\x90\x0b\x76\x1f\xf7\x61\x79\x90\x00\x66\x19\xf7\x61\xcc\x70\x96\x13\x76\x0e\xf7\xf1\xa5\x51\x9e\xd3\x3a\xbe\x69\x85\x44\x87\x9c\x9d\x66\x04\x03\x77\xe6\x82\x09\xc0\x7d\x34\xe3\x85\x33\x2e\x6e\xad\xea\xd9\x47\xb6\x2d\xdc\x44\x8b\x1a\xe9\x81\x4f\x6f\x41\x99\x7a\x1f\x5f\xec\x70\xc6\xe0\xf8\xed\x51\x4f\x05\x59\xa0\xff\xbc\x0f\xc4\xb9\x40\xbb\x97\xe1\xfc\xaa\xe6\x2c\xd8\xe0\x94\x21\x4b\xa6\x4a\x52\x60\xd2\x32\x9c\x37\x35\x6f\x03\x2f\xd2\x32\xdd\x7e\xd4\x5e\x0d\xdc\x3b\xcb\x74\xde\x00\x80\x0e\x83\x40\xe3\x05\x04\xe8\xfb\x30\x9e\x39\xac\xd6\xf4\x18\x9f\xc6\xd5\x06\x2a\xbe\x4c\x59\xad\x89\x21\xd6\x28\xe1\x8e\xcb\xf4\xf6\x32\x31\x80\x1a\xd8\x2f\x95\xe9\x36\x35\x99\xb7\x81\x0a\xad\x4c\xb7\xf4\xe9\x96\x8e\x05\x47\x99\xde\x12\x27\xb7\xc4\x42\x3c\x8d\x32\xa5\x99\xe9\x11\x86\x62\xb9\x4c\x69\x01\xdc\xe2\x9b\x76\xfb\x3b\x37\x73\x34\xd1\xae\x17\x60\xe4\xcb\x94\xf5\x05\x8b\x38\x8c\xc2\x7a\x9e\x8e\xe9\x3c\x5f\x6c\x21\xfa\xe1\xf8\x4d\xc7\x0f\xe7\xb0\x32\xa5\x85\xf9\x58\x07\x47\xfb\x94\xcd\x9d\xaf\xdf\xc2\xae\xaf\x1f\xfd\x5d\x5f\xec\x77\x58\x0a\x00\x7d\xef\xc3\x6f\x61\x73\x97\x63\xb0\x8c\x39\x8e\xe0\xbc\x2c\xd7\xee\x32\x36\xbb\xb7\xe2\xe5\x96\xb4\x8c\x47\xee\xad\x18\x10\xde\xfb\x70\xce\x59\x93\x0b\xa1\x76\x01\x87\x37\x14\x60\xbd\x0a\x40\xbc\xf7\x51\x8d\x7d\x44\x79\xcd\x7a\x9b\xf5\x72\xeb\x5c\xb2\x23\x0b\x33\x9f\xe1\x75\x62\x79\xa3\x59\xdc\x68\x0a\x61\x0d\xca\xea\xf6\xad\xdb\x37\x68\x66\x0d\xeb\x18\x5f\xda\x1d\x97\xe5\x51\xb2\x60\x5f\x8b\x37\xe0\xb5\x6c\xdf\x32\x8d\xeb\x04\x40\xbb\xf7\x31\x4c\xe3\x5b\xc4\xda\x05\x7c\xdd\x50\x50\x43\x95\x25\x9b\xb6\x60\xc9\x0a\x8a\xa8\xb2\x8e\x69\xd2\x07\x6a\xa6\xb2\xdc\xd7\xd6\xa7\xd8\x4f\xd4\x21\xeb\xbb\xd0\xe2\x17\x6f\xb6\x80\xee\xde\x87\xf5\xb2\x76\x97\xfb\xdf\x7a\x3e\xdb\x0e\xbf\xb5\xbc\xe7\xfd\xaf\xbd\x47\x59\xaf\xfd\x7d\xed\x07\xb7\xd3\xed\x71\xb5\x39\xae\x06\x3e\x31\x65\x23\xa5\x2d\x5b\x65\xb0\xb7\xd3\x8d\xc4\xae\xec\x9f\xe5\xc1\x7a\x6c\xe9\x08\x4c\xdd\x30\xbc\x7a\x6d\xd9\xe1\x6d\x6c\x7a\x44\xef\x65\xbb\x86\x76\x76\x5c\xda\x5d\x93\x3b\x5b\x6f\xb6\x2d\xad\x92\x66\x1d\xb0\x05\xc5\x2b\xda\x96\x85\xda\x2a\x9a\x40\x93\x2f\x1b\x69\x69\xd9\xda\x45\x11\xf6\xb5\x6c\xaf\x1d\x7b\x1a\xfb\x0a\x1a\xdc\xb2\xd7\x5b\x1b\x1e\x42\x2d\x94\xbd\xec\x1b\x01\x0b\x8b\xd7\x9d\xed\xd5\x01\xa3\xfb\x50\x88\x48\x50\x8e\xfd\x3d\x3f\x4d\xb4\x38\x3a\x0f\x2a\x84\x72\xb8\xca\x15\x50\xe2\xcb\x91\x15\x3c\xb2\x82\xb5\x98\xb6\x4c\xdb\xe6\xbb\x7d\x3b\x48\x28\xcb\xe1\x3a\x36\xc0\x9c\x29\xc7\xb5\x7b\xfa\xf7\xed\x1d\x2b\x9c\x20\xee\xa3\x18\xc3\xeb\xf6\xed\xa0\x80\x2a\x47\x73\x1d\x3c\xe8\xca\xf1\x8a\x0b\x1a\xe6\x4d\xa3\x3c\xd7\xcb\x71\xbd\x44\xf6\x92\xf3\x14\xd3\xec\x2f\x92\x0b\xe0\x31\xef\x83\x73\xa1\xb6\xf1\xf7\xe3\xfe\xbc\x16\xad\x99\x45\xb4\xf9\x0a\x40\x0e\xd6\x11\xc3\x1b\xdc\x91\xab\x3e\x46\xad\x07\xd6\xb7\x3c\x0a\xa9\x1e\x6e\xca\x05\x18\xdf\xf2\xb8\xdd\x3e\x2e\x09\xac\x1a\x0b\x8e\x02\xf7\xa1\x75\x0d\xd3\xff\xc8\xc1\x3c\xd5\x6f\x11\x2a\x3d\x1e\x89\x0f\x76\x8f\x83\x68\xcf\xe5\x71\x6b\x00\x60\x32\x0c\xb4\x4c\xe5\xf1\x66\xfb\x34\xdb\xcc\xd1\xf9\xc8\x3d\x3e\x08\x71\x8b\xb7\x97\xc7\x9b\xd9\xd3\x3e\x6b\xbc\x42\x9a\xed\xfb\x42\xa0\x71\xdb\x45\xc2\x7e\x1f\xed\xbf\x56\x1a\xe5\xf1\x48\x7c\x5c\x4e\x20\x7f\x96\x47\x8e\x1c\x39\xfa\x4d\x23\x9f\x1c\xf9\x73\x3e\xfb\x0a\xca\x73\x0a\x1f\xa6\x70\x60\x15\x53\x1e\xb9\xd1\x47\x93\x1e\x6f\x1b\x8f\x5b\x3a\xf2\xf6\x9b\x46\x79\x6e\x03\x0a\xdf\x47\x63\x5b\x79\x1e\xfb\xc6\xd6\x30\x9a\x75\xbc\xb6\xf9\xb5\xcd\x48\x1f\x1e\xb7\x7e\x60\x24\x6f\xda\xcd\xf7\xff\x33\xf6\x26\x37\xb8\xeb\x38\xdb\xed\xbc\xa2\xa8\x10\x2c\xdb\xea\x80\x8d\xca\x45\x94\xed\xfc\x43\xb8\xe0\x5a\xef\x77\xfe\xd1\xc5\x3e\x23\x01\x82\xad\x5e\x14\xdb\x87\x9f\x57\x1e\x10\xc8\x22\x9c\x6e\xfd\x54\x24\x7e\x28\x12\xab\x92\xca\xa7\x22\xf1\x2b\xce\x17\x52\xf3\xa9\xcc\x22\x5a\x27\xeb\x72\x7c\x2a\xdf\xab\xca\xf7\xaa\xa4\xf2\x79\x95\x3f\xa5\xa1\xee\xbf\xcd\xef\x9a\xdf\x35\xeb\xa6\x75\x8f\x75\xb9\x06\x9f\xfb\xfb\x49\xfa\xf1\x8c\xab\x9f\x7b\x04\xb8\x62\xd6\xf1\x1d\xb6\xb0\xfa\x0d\xd7\x80\x2b\xa0\xa2\xbd\x7e\x92\x7e\x25\x90\x4f\x12\xf2\x4d\x1d\x0c\x79\x4a\x3e\x35\x58\x1f\xca\xde\x8a\x02\xbd\xe2\xdc\x92\x85\x7d\xf0\x94\x7c\xb2\xb9\x9f\x4e\x83\x84\xbb\xd5\x4f\x6d\xd5\x87\xb2\x77\x92\xea\xad\x6a\xd1\xac\x5a\x34\x27\xe0\x26\x55\x85\x7c\x55\x21\x5f\xf1\x17\xac\x9f\xcf\x01\x3a\xf8\x32\x3b\xec\xe6\xa7\x26\x44\xe5\x7b\x25\x8a\xaa\x7e\x9e\x17\x74\xf0\xf9\x1d\x63\xf6\x69\x57\xf9\x3e\x81\xea\xa8\x60\x16\x66\xf1\x4b\xeb\x57\xff\xf3\xa7\x69\x0f\x6d\xda\x43\x27\xae\x55\x4d\x0f\x89\xa6\x87\x84\x2e\x8e\x4d\x1f\x89\x76\x18\x3f\x40\xc8\x52\x3b\xf0\x13\x68\x2a\xda\x2b\x8a\xf6\xa6\x95\xb4\x1d\x3a\xa4\xe3\x16\xd7\x40\x17\xcc\xc2\x33\x34\xf8\xb7\x7e\xd4\x99\x7a\x10\x49\xbe\x81\x05\x98\x05\xe7\x8a\x30\xa0\x06\xda\x5f\x16\xcb\x3a\xfe\x6d\x8e\xcf\x73\x80\x97\x79\x3b\x9a\xed\x75\xfd\xb1\x6f\xda\xc3\xb8\xd2\xc0\xe6\xcb\x3e\xf8\x97\x3d\x6f\x07\xc6\x95\x09\x6e\x44\x03\x98\x2f\x8b\x5f\x7b\x23\xeb\xa6\xdf\xc9\xa6\x21\x62\xb4\x63\xda\xc7\xb2\x8f\x4a\x1f\xcb\x3e\x74\x3b\x25\xaa\xa6\xa9\xcc\x6f\xb8\x0f\x95\x4a\x94\x4c\x3b\xc2\x3e\x24\xd5\x77\x63\x6e\x8f\xeb\xa7\x21\x05\x9c\x83\x76\xb0\x97\xed\xf0\xee\x03\xf6\xd2\x8e\xc7\x7e\xf5\xe0\x03\x84\xa9\x1d\x9f\xfb\xf1\xfd\xea\x68\xef\xb3\xbd\xcf\xcc\x89\x27\xf3\x85\x45\x6e\x87\x77\x1a\xb6\xbe\x15\xa4\xce\x56\x0e\xcf\x50\x9e\xf1\x06\xe8\x5d\x16\x9f\x75\x39\x0f\x0d\x01\xad\x14\xff\x9d\x39\xbe\x92\x32\x4d\x16\x9c\x67\x24\xfe\x56\x78\xc6\x1b\x0e\x49\xf9\x5d\xae\x5f\x41\xb4\x69\x85\x3d\xaf\x84\x98\xb4\x72\xdb\x9e\xcf\x1f\x90\x31\xad\x54\xc7\x52\x7f\x5e\x90\x8c\x0f\xff\x86\x06\x88\x5d\x99\x20\xc8\xb4\xe2\xd9\x28\xb2\x82\x35\xa5\xd8\xa6\x71\xa0\x81\x63\x97\x75\x8c\x19\x11\xa8\x61\x23\xc8\x7f\xe9\x03\x03\x6c\x2b\x18\x60\x2b\xa0\x28\x0d\xcc\xba\x2c\x5e\xeb\x68\x8f\x67\xb7\x15\x3d\xc3\x81\x2d\x69\x7a\xd6\xb4\x22\x4b\x01\x0b\xdf\xca\x74\x2c\x38\x59\x4f\x20\x03\x1a\x78\x75\x59\x70\x4e\x31\x22\xb4\xb2\x5c\x2b\xd9\x0c\xc0\x5c\x1b\x38\x73\x59\xb8\x7e\x2d\xef\x56\xd9\xce\x03\x8d\x67\x05\xa6\xa3\x61\x79\xc8\x82\xfb\x8b\xe6\xa2\x95\xcf\x79\x7c\xce\xb7\x32\xe6\xcf\x79\x7c\x9e\x97\x7c\x2f\x9b\x7e\x3e\x4d\x63\x43\xc5\x33\xac\x9d\x68\xb0\xda\x29\xdb\x02\xfb\xdf\xc0\x82\xcb\xc2\xf9\xfe\xe3\x80\xf7\xff\xff\xdc\xb7\x53\x72\x71\x4a\x2e\x70\x93\x6b\x00\xbe\x65\xe1\x12\x31\xd4\x13\x77\xa9\xf6\xb3\x4f\xa0\x14\x69\xa7\xc7\x04\xf0\xb6\xfc\x2e\x97\xf2\xf4\x98\x00\xdc\x56\x2a\xae\xfd\x4d\x97\x87\x76\x12\x10\x32\x51\x8a\x34\xb0\xd8\xb2\x30\xf9\xe7\xa4\x3d\xc8\x7c\x3b\x87\x2e\xf1\x93\x7e\x51\x2e\xb6\x73\xb8\x0d\x1c\x45\x6d\x16\x4d\x9b\x45\x25\x64\xa7\x69\x94\x68\x1a\x25\x2a\x31\xe8\xed\xf4\x8a\x9e\x5e\x51\xd2\xe9\x36\x80\xc8\xb2\x80\x0b\xc6\xb9\xb9\x9d\x6e\xd7\x09\xf9\xae\xf8\xa9\x36\x40\xca\xb2\x08\xbf\xa3\xdf\x6d\x7b\xfb\xd7\x5e\xa3\xce\x31\x63\x63\x35\xee\xa4\x9d\x8f\x6b\x25\xd7\x4f\xf0\x75\xc3\x92\x91\x85\x7d\x70\x3c\xcf\xc7\x35\xc0\x13\xb8\x12\xa2\xdc\xce\xd7\x3e\xe4\xe6\xe1\x6e\xdb\x09\x37\xdf\xce\xcf\x31\x43\x96\x35\x54\x34\x0d\x15\xc6\x6d\x34\x60\xba\xb2\xd0\xc5\x07\x92\xa9\xb1\xa1\x69\x6c\xa8\x78\x9d\xb7\x0b\xbf\x89\xa6\x61\x61\xe2\x84\xd6\xae\xdb\xef\xcc\x3a\x3b\x6d\xef\x66\x6e\x57\x75\x6e\x5c\xdb\xcb\x2b\x7a\x79\x45\xc1\x60\x6c\x57\xb7\xdf\x6e\xbf\xc9\xdd\x36\x5d\x55\xda\xa5\x64\x06\x54\x61\x03\xa7\x2b\x0b\xae\x00\x8e\xcb\x0d\x8b\x42\x16\xee\x65\xb3\xce\x3e\x7c\x76\xc1\x89\x6b\xba\xb9\xb4\xeb\xb7\xce\x9c\xd3\xeb\xb1\x5f\x59\xad\xc6\x59\xbb\x24\xad\x80\x58\x95\x39\x1d\xcb\xeb\xdc\x5e\xd7\x00\x52\x78\x79\xf5\x34\x18\x54\x5c\x6e\xda\x0d\xd7\xdf\x6e\xb9\xfe\xc6\x39\x05\xd9\x29\x0b\xee\x07\x81\xea\xed\xc6\xf6\xdc\xee\xd3\xb3\xc1\xf8\xc8\x7b\x9f\x85\x67\x83\x73\x7a\xa3\xf8\x6b\xa6\xbe\x9f\x68\x83\x1a\x39\xe2\xb3\x60\x6e\x3d\xa5\xce\x76\x7b\x9e\x49\xe3\x5e\x2a\x38\x72\xed\x5e\xf6\x4b\xc0\x43\xc5\x17\xbc\x91\x93\x3d\x0b\xfd\xf7\x39\x6b\x77\xb0\xa6\xb7\x5a\x05\x22\x04\xda\xed\x19\xbf\x75\xc6\x87\x3d\x6c\x60\x18\x65\xe1\xbf\x27\xff\xbe\xf6\xab\x14\xd1\x2f\xbe\x43\x8a\x68\xa4\x55\xcf\xba\x1c\x5f\x75\xbe\x15\xf7\xc1\xda\xd9\xb7\x8a\x6d\xb2\xd5\xcb\xc8\x25\xce\x41\x95\x1e\x98\x19\xbc\x62\x80\x68\xd5\x73\x55\x6f\xeb\x38\x07\x15\x0d\x42\xab\xd5\xa4\xbb\xb0\x1e\xa4\x07\xcf\xc2\x7e\x1b\xfd\xfa\x94\xd4\x7c\x4a\xce\x83\xec\xb6\xad\xfa\x6c\x54\xc5\x04\x90\xcc\x5a\x95\x7d\xa8\xb2\x0f\x80\x92\xb5\xda\xed\xc3\xe8\x25\x59\xa3\x8a\x48\xd0\x80\xb4\xc9\xba\xbc\x6f\x75\xd8\x9e\xf1\x42\x00\x89\xb5\xea\x13\x51\x7f\xd1\x38\x83\x7f\x67\x58\xe7\x1a\x70\x5e\xaa\x7b\x54\x7f\x7b\x34\x59\x03\x9f\x08\x8d\x12\x95\x40\xc3\x56\x71\x96\x6b\x35\x8c\x73\xe4\x6c\x54\x5c\xbe\x1a\x9e\x89\x39\x37\xbe\x93\x5e\xe9\x7e\x58\x65\x65\x48\xed\xfd\xa7\x09\x60\x73\xe0\xd7\xd1\xea\x76\xcc\xdb\x04\xc3\x17\x63\xde\xf6\x4b\x94\x44\x05\x93\xaa\x55\xf7\xb2\xbe\xfa\x8a\x43\xd7\xc0\x9a\xc9\x62\x5a\xc7\xdc\xa4\x39\xf5\xb5\x5f\xd8\xc3\xfa\xb9\xe7\x9f\x75\xac\x7d\x43\xbc\x6b\x0d\x88\xc3\x03\x6d\x5a\xc3\xb7\x31\x8b\xee\x77\x8d\xba\x69\x9d\x0e\x9d\xa7\xdf\x71\x36\xda\xcf\x71\xef\xa2\x3d\xc4\x8e\xd6\x14\x3b\x88\x6a\x68\x0d\x2d\x5e\x13\x98\xe6\x20\x4b\x6f\x6b\xc5\x7f\xcf\x5f\xf4\x03\xed\x9d\xfe\x6b\x02\x62\x32\xec\xb6\x26\xfb\x6a\xe6\xef\x0a\xfa\x51\x6b\xde\xc1\xe6\x5b\x86\xa1\xa2\x35\xe9\xa4\x99\xba\xab\xec\x88\x86\x9e\x66\x66\xee\x3a\x60\x0f\x1b\xda\xaf\x26\x14\xcc\x71\xfc\xea\x1e\xeb\x38\xcf\xb2\x0a\xba\x6f\xb6\xd6\xdc\x4b\x58\x46\x0d\x42\xad\x19\xd9\x87\xbb\x5d\xd3\xf8\xd3\x30\xfe\xe4\x77\x93\x3a\xe7\xd6\x6c\xaf\xd3\x9e\x2c\x4f\x53\x9c\x25\x45\x7d\x6b\xb2\x3c\xcd\xb3\x2b\xfb\xd0\x86\xf3\x95\xc6\xe6\xdb\xfd\xd7\xe7\xbe\x0d\x97\x77\xb8\xbc\x5c\xb3\xe6\x71\x6f\x1e\x77\x32\xd0\xb7\x36\xed\xce\xe7\x94\xa8\x90\xd6\xe4\x82\xcd\xad\x5d\x7d\xc6\x9b\xc7\xb3\x6d\x97\xa8\xf3\xdd\xf6\x5f\x15\x61\x84\xc6\xb5\xf6\x38\xa5\xff\xcb\x89\x6d\x9d\xdb\x00\x5a\xd2\x71\xd8\xef\xe3\x12\xa9\x28\x06\xa3\xa7\x35\x8f\x6c\x7b\x97\xdf\xb1\xfd\xaf\xcb\x46\x60\xff\x81\x3b\x4c\x03\x4d\x25\x0b\x03\x44\x0a\x7d\xc8\x41\x6b\xf7\xaa\x84\x3f\xb7\xe6\xd3\xd9\x7c\x3a\xc9\x46\xdf\x30\x78\x65\x21\x49\x62\x6e\x5d\xae\xba\x1f\xbf\xc8\xe7\xdc\x86\x2e\xbb\xd4\x3d\xb2\x60\xe3\xb4\x8e\xc7\x75\x03\x6a\xa5\x54\x8c\x21\xad\x9f\x8c\xa5\x9f\x5e\x15\x24\x95\x8e\xf4\xdc\xba\xc7\x13\xe0\x9a\xd6\x25\xad\x1d\x23\x42\x05\xc0\xa6\x91\xb8\x3a\x0b\x73\x83\xb3\x06\x18\xd0\xfe\x34\x6d\x66\xc6\xfc\x34\x60\x4e\xb2\xb0\x5f\x8e\x5d\x57\x6a\xea\x4a\xcf\x60\xc0\x34\xf0\x46\xb2\xf0\x3b\xf6\x1c\x14\x91\x3f\xad\x1b\x7d\x08\xcc\x4a\xeb\x72\xbc\xe4\x8e\x3e\x8f\xe2\xba\x60\x9f\x6d\x7d\xba\x1f\x90\xcc\x2e\x39\xeb\xf1\xfb\x97\xef\xc2\xb9\xa9\x1d\xc1\xa0\xd1\xba\x4f\x76\x97\x0d\xc2\xd7\xbb\x75\xd9\x20\xf2\x3b\x9f\x07\x69\x46\x5b\x97\x33\xc6\x3c\x97\x75\xb4\xf7\xfa\xaf\xd2\x10\x9e\xdd\xad\xe3\x9a\xd3\x48\xbd\xfc\x8b\x17\x6b\xda\xe5\x9a\x29\x95\x0f\x94\xa9\x8d\xdc\xc9\x59\x5c\x7e\xd7\xa8\x6b\xd6\x75\xeb\x06\x75\x8f\x75\xaf\xff\x52\x77\x42\x06\x86\x81\xf4\xb8\xf9\x35\x0c\x77\x59\x70\xbd\x09\x1d\x6c\x03\xe5\x67\x1b\x97\xb1\x6b\x9c\x2b\x72\x21\x67\xf1\x58\x47\xbf\xb8\x4f\x35\x52\x1d\x67\x1d\x7d\x48\x56\x48\x67\x5c\x1a\x09\xd9\x1b\x39\x8c\xb3\xb8\xad\xe3\xdf\x69\x9d\xd1\x9e\x87\x73\x5b\x8e\x65\x39\x3e\xa4\xe7\x21\xbb\x84\x4d\xae\x34\x49\xe6\x70\x8f\x34\xc6\x35\xc9\xe3\x40\x83\xd5\x46\xb8\x7e\x48\xc5\x43\x56\x61\xc0\x2a\x34\x12\x86\xb7\xa1\x14\x8b\x9d\x2e\xeb\x3a\x75\xb6\x07\x5b\xd5\x48\xc0\xdd\xc6\xeb\x77\xaf\xdf\xf1\xb4\x6b\x78\x6b\xc3\xd0\x29\xe9\x0b\x56\xb8\x2c\x1e\x73\xdd\xe7\x3d\x9a\x4a\xa7\x3f\xd0\x06\x0c\x0b\x8d\xa8\xfb\x2c\x96\xb9\xef\xf3\x6c\x4c\xd7\x45\x43\x59\xc3\xd3\xbe\x11\xfd\x9d\x85\x7d\x70\xd6\xa6\x24\xd8\xb0\xec\x06\xaa\x5f\x23\x42\x3a\x0b\x22\xce\x30\x0e\xb4\x29\x0b\x60\x80\x72\x23\x67\x71\x9b\xd2\x44\x33\xca\x1e\xc5\x7f\x7d\xee\x0d\x72\x6d\xde\x5f\xa2\x3d\xb3\xf0\x1c\xf8\xaf\xec\xd7\xf4\x79\x26\x33\x62\x9b\x3e\xc5\xbf\x18\x45\x3c\xc1\x1b\x31\x8a\x59\x7c\x7e\x97\xeb\x32\x7d\x9e\xcd\xaa\x7a\x10\x49\xd8\x96\x4f\x1d\x76\xab\xd2\x0a\x34\x67\x79\xd6\x16\x38\x04\x8d\xe8\x95\xb6\x88\x0b\x6a\xcb\x7c\xf7\x64\x04\x6c\x58\xaf\xb2\x78\xac\xcb\x75\x59\xc4\x05\x35\xb2\x91\x96\x46\xd2\x90\xb6\x64\xab\x16\x12\x7a\x2b\xd0\x9c\x25\xbb\xb4\xc8\xd7\x76\xa0\x78\x6e\x6b\xb0\x7e\x0b\x8f\xf6\x06\xd8\x5e\x5b\x6a\x4c\xd6\x72\xbe\xd0\xa1\xb5\xec\x63\xd9\x87\x75\xb2\x28\x6b\x5b\x07\x7b\xb8\xa4\xf7\x1a\xb1\x1a\x2e\x6e\x6d\x49\xef\x97\x77\x1f\x6d\x73\x0b\xd9\x8c\x90\xcd\x20\x89\x5b\x0b\xb5\x55\x71\x0a\x00\x61\x1d\xfe\x1a\x2d\xc8\x05\x66\x5e\x89\x16\x8a\x3b\xd8\xb2\x4a\xc3\x33\xbf\x85\xda\xaa\x00\x1e\xa1\xe1\xaf\xd6\xc2\xf5\x8b\xdf\xfa\x41\xd7\xc2\x73\x65\x22\x49\xb3\x4b\xb4\x40\x2b\xdd\x34\x4e\x35\x52\x9a\xb6\xf0\x0c\x05\x4f\xb1\xd1\xde\x2d\xd4\x4c\x85\x91\xe6\x64\xfb\x6c\xa1\xe8\x1a\xc3\x7d\x83\x3d\x24\xcb\x63\x16\xdf\x3f\x71\xcc\x2d\x36\xe7\x20\x10\x49\x1b\x99\x2d\x9b\x86\xa3\xa6\xe1\xa8\x91\xee\xb6\x85\xb4\x33\xbc\x97\x67\xa9\x7f\x7f\xee\xb5\x17\x35\xed\x45\xed\x84\xa4\x6f\x97\x0d\xf3\x4d\x69\xb8\x4a\xb5\x2d\x99\x22\xa7\x61\x69\x1e\xa7\xed\xd1\xd9\x00\x6e\x1d\xa4\xb4\x6a\x5b\xa9\x7d\x03\xc0\x74\xe0\x36\xd3\xb6\x1c\x11\xa9\x07\xf3\xdf\x9c\xd2\x56\x19\xb3\x51\xc6\x34\x8f\xc9\x56\x19\xb3\x87\xc1\xa9\xb5\x50\x57\xad\x73\x2c\x28\x77\xb6\xca\x98\x3d\x5d\x0e\x48\xcd\xc6\x45\xa6\x6d\x94\x77\xcd\x23\xb1\xbd\x8e\x1b\xbc\xf2\xe3\x72\x1e\xd8\xea\xda\xc6\x56\xd7\x3c\x12\x5b\x05\xcd\x36\xd0\x99\xbc\x7b\x6d\x6f\xc7\xb2\x9d\x2f\xdb\xba\xdd\x06\xd2\xfc\x9d\x66\xd3\x68\x7b\xdb\xaf\x51\xc9\x78\xf0\x37\xf0\x76\xb2\xb0\x5f\xae\xd9\x7e\xfc\xee\x59\xd6\x31\x3e\x8f\xf6\x06\xf4\xf1\x20\xb6\xb2\x6d\x25\xae\xfd\x0b\xd0\x85\x95\xd9\xb2\x32\xda\xa4\x1a\x5e\xfd\xed\xc1\x3e\xdb\x48\xcd\x97\x75\xf9\xdd\x83\x0f\x42\x7b\x7e\xd8\x2b\x1c\x93\x47\xe5\x9d\x20\x5d\x07\xc9\x8d\x1a\xb9\xf4\xb2\x30\x5a\xb9\x58\x37\xac\x9b\xd6\x9d\xd4\x3d\xd6\xbd\xd6\xe5\x98\x1f\xaf\xc0\x53\x7f\x51\xd8\xf4\x2b\x27\xfb\x80\x8a\x76\x5c\x3c\x07\xe0\x05\x65\xf1\xc3\x81\xc9\x35\x7d\xbc\x16\x8f\xa4\x15\xe3\x45\x7b\xe4\x50\x49\x71\x57\x1a\x69\xb3\xda\xa3\x72\xf6\x91\xac\x90\xdc\xaa\x3d\xb2\x9b\x0f\x88\x52\x07\x90\x76\xed\x59\x90\x8b\x67\x39\x37\x14\x6b\x4f\xd8\x1e\xf1\xf0\x07\xc6\x81\x46\x8a\xb9\x2c\xb8\xde\x17\x1a\x8e\xe7\x71\xbe\x46\x5f\xe3\x52\xd5\x30\x96\x65\xe1\xfe\xf2\x6c\x3c\xaf\x7d\x10\xc8\x6c\x64\x77\x7b\x64\x19\x9f\xef\x57\x97\xed\x11\x9e\x92\x85\x75\x90\x90\x17\x9b\x68\x7b\x25\x49\x04\xea\xb7\x57\xa9\xe4\x3d\x5d\x7b\xce\xd5\xeb\x1e\xbd\xa7\x78\x2a\xf4\xfb\xca\x2a\xbc\xbf\xb5\xe7\x69\x22\x8c\x25\x8b\xdb\xba\x1c\xf3\xeb\xf3\xf7\x2a\x29\x03\x2d\xd0\x5e\xef\xe0\x6b\x88\x16\xa1\x94\xed\x95\x15\x34\x9a\xa5\x81\xde\xd6\x8c\x5c\x69\x46\xae\x34\xd0\xd8\x9a\x86\xb2\x46\x16\xb6\xac\x63\x7c\xb2\x78\x2f\x2c\x9e\xc1\xf6\xed\x95\xa5\x30\x53\xda\x41\x0e\xc5\xf6\xba\x1f\x04\x9c\xe4\x77\xfc\x2b\xfb\xf0\xca\x3e\xe0\x85\xdf\x5e\x9f\xbf\x77\xff\xe2\xc1\xf9\x4e\xf6\xff\x7d\x7e\x28\x51\x8c\x4f\xa9\xf3\x05\xaa\xed\xd0\x00\xf1\xca\x9a\x9b\xc6\xac\xe1\xb2\xd4\x3e\xdc\xd4\x1a\xa0\x5e\x59\x97\xdf\x7d\xb2\xe1\x1a\xac\x9a\xc6\x81\xcf\x3d\x22\x89\xd9\x79\x00\xfe\xd3\x3e\xd9\x70\x72\x93\xe5\x77\xb4\x27\x1b\xfe\x9d\xce\x8d\xb1\x7c\xee\xd1\x77\x3a\x66\xe8\xd5\x27\xdb\xf7\x09\x33\x84\x07\x7f\xc3\xca\x95\xc5\xb0\x6e\x50\xb7\xac\x73\x5d\x38\x43\x84\x9d\x64\xe1\xdc\x1c\x9f\x7b\xf4\xfd\xf6\x08\x76\xe9\x93\x45\x21\x1f\x59\xd6\xe5\x1e\x7d\xdd\x7f\xa5\x9d\xa4\x7a\x68\xdf\x70\xcc\x64\xc6\x3b\x34\x54\x7c\xb2\x2d\xe6\x0c\x3b\x88\x26\x68\x9f\x4f\xf6\x37\x7e\xff\xd2\x1e\xbe\x0f\xed\x23\xcc\xed\xf8\x8d\x4f\x23\xc7\xb7\xdc\x0f\xe8\x9a\x11\x29\xcd\x88\x94\xa6\x11\x81\xb8\xbd\x2c\x5c\x3f\x9e\xb5\x4f\xf1\xee\xdb\x8e\x05\x0d\x8c\xd1\x22\xcd\x68\x91\x86\x2f\x4f\xfb\x64\x6f\x3e\xef\xdb\x6f\x2c\xbe\x47\x9f\xef\x91\x46\x84\x4f\xb6\x9e\x24\x5d\xf9\xdd\xfc\xcf\x9f\x7e\xe0\xab\xd0\x8f\x43\xac\xad\x3c\xa7\xdd\x50\xe0\x4e\x70\xc9\x79\x30\xbe\x4e\x38\x49\x16\x82\x8c\x24\xcb\xdd\x35\x62\x75\x8d\x58\x0d\x43\x40\x27\xb9\x55\x16\xc5\x3a\xfa\x60\x9d\xfb\x81\x9b\x6e\x03\x4b\xa8\x1b\x05\xd2\x4d\xe0\xd4\xc0\x66\xe8\x86\x9b\x77\xa3\x3b\x1a\x9e\xfe\x9d\x68\xf1\x2c\xa0\x6b\x28\xee\xfb\xc1\x19\xef\x87\x22\x2e\x86\x8f\x6e\x88\x78\xd7\x20\xd4\x08\xa9\xef\x64\x1a\xca\xc2\x3e\x1a\x75\xf8\x92\xf5\x72\xc2\x06\xd5\xbc\x5b\xdd\xd0\xef\x8e\x8d\x45\xe4\x97\xbf\x3d\xf7\xdd\x28\xf0\x6e\x14\xf8\x81\xcb\x52\x37\x2e\xb1\x9b\x28\xa8\x01\x01\xd5\x0b\x64\xb9\x9b\xc2\xe7\x00\x7a\xa9\x97\x61\x77\x72\x2b\x28\xdf\x7b\x41\x39\xdb\x0b\x51\xe0\x07\xb0\xea\xbd\x60\x13\xed\x85\x28\xf0\x83\xa0\x89\x5e\xc2\x7f\x43\xc0\x84\x83\x7f\xb7\xdf\x89\xee\x81\xf2\xbd\x97\xc7\xb1\x80\xaa\xd1\x40\xff\xea\x85\x63\xd2\x0b\x0a\xc7\xd6\x9c\xfa\xeb\x72\xfc\x80\x23\xce\x92\x75\x48\x11\x9d\x5c\x39\x59\xc7\x98\x21\x17\xdd\xa8\xf2\x86\xb7\x7e\x3f\x79\x3a\xfb\x49\xce\xa7\x83\x68\xfb\x4e\xe0\x73\x16\x6c\x21\x9e\xf9\x9d\x8c\x35\x59\x88\xa0\xc5\xdc\x4e\x9e\xc9\x7e\xca\x51\x12\x6d\xdf\x4f\x94\x45\xdd\x20\x8c\x46\xda\x96\x4e\x80\x74\x16\x8e\x2f\xb9\xe5\x7e\xc2\x65\x76\xb2\xd7\x64\x5d\x8e\xef\x84\x7c\xf7\x53\x16\x0a\x77\xac\x7e\x56\xfb\x90\xfb\x6e\x1c\xa7\x13\x2e\xb3\x9f\x22\x4c\xa1\x54\xef\x58\x41\xb2\xe0\xc8\x92\x28\xa8\x9f\x61\x7b\xe0\x17\x1c\xc0\x30\x77\x32\x91\x64\x61\x7b\x9d\x35\xf8\x1c\x33\x40\xef\x07\x2e\x55\xfd\xfc\x5c\x83\xcf\x35\x48\x8e\xb7\x13\xaa\x90\x85\xf3\x9d\x8d\xba\xb0\xce\xef\x92\x34\xf4\xcb\x2b\x75\x49\x32\x89\x27\xee\x46\x6d\xf7\xeb\x87\xfe\x96\x52\x53\xbf\x50\x0a\xf7\xeb\x72\x2f\x93\xbd\xe9\x58\x1e\xb2\x70\x8f\x92\x84\x74\x2c\x0f\x59\x78\x0e\x18\xdf\xd5\xec\x17\x60\xd5\x03\x08\x9a\xae\x61\xa1\x6b\x58\x68\x44\x28\xf7\x6b\xd8\xc7\xf8\xe1\xfd\x30\xe6\x69\x1d\xda\xaa\xd6\xfd\x77\xf9\x2f\x99\x3b\x0e\xa0\x67\xbb\xd1\x09\xdd\xe8\x04\xd1\x7d\x3a\x89\x37\xb2\x78\xfc\x8e\x31\x6f\xe7\x26\xdb\xd7\xfd\x17\xe3\x4f\xbf\x94\xea\xf0\xfe\xef\x84\x2f\x64\xe1\xba\x5c\xac\x01\xf6\xde\x7e\x3d\x82\x06\x5d\xac\x15\x5e\xe9\xfd\x42\x11\xdb\x50\xb4\x77\x23\x1b\xfa\xf5\xda\x07\xe7\xea\xfa\xfc\xf7\xf3\x5f\xce\xd0\x2d\x29\x34\x71\x45\xc3\xcf\xa1\xdf\xee\xdb\x5d\xec\xd7\xef\x90\x90\xfa\xad\xe6\x02\x85\x7c\xc7\x6a\x91\x85\xfd\xa6\xc4\xd5\x35\x5e\xf4\xfb\xfc\xc1\xe9\x4c\xea\xd8\x23\x0d\x15\x0d\x25\x7d\xbf\x79\xfe\xfa\xad\xd6\xc3\x73\x7a\x13\x31\xde\x6f\xef\x0c\xf0\x78\xfd\xc6\xbf\xa7\x93\xe9\xa2\x34\x52\x85\xf4\xfb\xf6\x3b\x59\x99\xde\x6f\xea\x1c\xcb\xcd\x73\x80\xfb\x54\x27\x0d\x46\x16\xd3\x3a\xc6\x0c\x0b\xda\x6f\xd9\x1b\xfc\x17\xfa\x5d\x1d\x9f\x22\x06\x50\x7e\xfd\x96\xae\xdd\xf8\x16\x34\x22\x11\xfa\xdd\x6c\x4f\xb6\x14\x25\x7d\x27\xc9\x45\x16\xaf\x7d\x50\xd7\x5d\xab\x0e\x9d\x24\xbf\x56\x27\x6b\x45\x16\x9e\x8d\xc9\x98\x87\x7d\x0c\xc7\xdc\xe8\x63\x3a\x16\x71\xad\xc8\x59\xd1\xef\xe5\x7e\xa8\x81\x41\xf9\xde\xb1\xaa\x64\x41\x7b\xe4\x16\xe8\xf7\x67\xdd\x67\xbf\xdc\x19\x31\x0c\x7a\x3d\x1c\x1f\x77\xa6\xfa\xac\x55\xd9\x4d\xbc\xfa\x7b\x75\x2f\xab\x7b\x09\x7e\x65\xaf\xb0\x2d\x5d\xc3\x4c\xc3\x76\xdf\x2b\xc6\xdb\x5e\x05\x44\x44\x09\xde\x2b\x22\x5f\xaf\x8a\x7c\x23\x59\xe4\x5e\x6f\xfb\xb8\xbd\x1f\x33\xd7\xa5\x4a\xaf\xaa\x5a\xa8\xc1\x7e\xd4\x6a\x1f\xf5\x87\xb8\xc4\xbf\xcd\xb1\xb4\xff\x87\x06\xd7\x49\x2d\xf0\xa7\x57\xf1\xe6\x46\xe3\xdf\xee\x77\xff\x87\x1a\xc7\x7c\xbd\xbf\x46\x90\xb4\xd1\xf9\x77\x38\x96\xe1\x7c\x3b\x63\xc6\x58\xd8\xeb\x70\x9d\x39\x43\x15\x31\xb0\x13\x41\x72\x1e\x44\xef\x74\x0d\x29\x5d\x6c\x87\x86\x01\xbb\x57\xc4\xc0\x5e\x7d\x9e\xd1\x68\x77\x8d\x2b\xbd\x12\xeb\xde\xd0\x68\xf7\xea\x7b\x54\x9f\x1f\x2a\x12\xdf\xf9\x64\x57\x9f\x6c\x00\x76\xba\x51\x25\x9d\xa8\x92\xf3\x20\x1a\xa8\x63\xf1\xc8\x62\x5a\x97\xfb\xd1\x10\x09\x7a\xf3\x0e\xe2\xc1\xdf\x35\x40\x74\x0c\x10\xe7\xe1\xdd\x6f\xde\xa3\x76\xd9\x1e\x7b\xd9\x7c\x3f\x9a\x77\xa1\xff\x0b\xcf\xfc\x2e\x1c\x44\x6f\xa4\xfd\x3b\xb0\xcb\xf5\xe6\x71\xc7\x9e\x70\x1e\xe4\x3e\xea\x0d\xb7\xb7\xde\xfa\x0f\x21\x95\xee\x7c\x5e\xda\x70\x58\xb5\x52\xe7\x10\xdc\x1a\xec\xc2\x5d\x43\x40\x6f\x4a\x66\x9d\xad\x26\x52\x25\x8b\x6d\x1d\xdf\xa1\xf0\xe9\x06\xac\x34\x92\x43\xf7\x26\xc9\x04\x84\xfd\x3c\x24\x0d\x1a\x02\xfa\xcf\x10\x20\x69\xc0\x02\x90\xc5\xf6\x5f\xc6\x87\x52\xb8\x37\xdc\x25\xda\x74\x6e\x6e\x43\x13\xd1\x8a\x8c\x34\x5d\x25\x7d\x57\x49\xdf\x80\x3b\xe9\xdd\xeb\xd3\xc1\xf4\x3d\xc0\x6d\xeb\xdd\xeb\x83\x0e\x3e\xeb\xf8\xce\x6b\xd1\xbd\x16\x78\xf0\xf7\xee\x36\x88\x4b\x7e\x78\xbd\xd1\xb0\xff\xe9\x9d\x1c\x1e\x07\x98\x82\x5d\xa5\x7a\x57\xa9\xde\x00\x41\xe9\x1d\xee\xbb\xf7\xc1\x7c\xb1\xb7\xf5\x8e\xbb\x58\xef\x72\x8f\x28\xc1\x7b\xf7\xc9\xe9\xe1\x7c\x27\xff\xa2\x41\xe8\x5d\x0d\x02\x76\xb4\xde\x5d\x97\xfe\x5b\x17\x58\xb2\x2e\x59\xe9\x92\x15\x14\xe3\xdd\x20\x96\x8e\xce\xbc\xf4\xc3\x31\xcb\x02\x74\x95\xae\x92\x90\xe1\x1a\x0c\x41\x5e\x41\x1d\xed\xc3\xeb\x3d\xd4\xe8\x60\x1f\xeb\xc3\x73\x35\x3c\x57\x24\x60\xef\xc3\xe7\x79\xb4\xfd\x0f\xd6\x5a\x37\x98\xa4\x8f\xf1\xfe\x83\x89\xda\x87\xf3\x1d\xcb\x7e\x21\xb7\x46\x81\xf4\x11\xfe\x7b\xe5\x7e\x8c\x6d\xdd\x8e\x7f\x30\x4b\xfb\xf0\x3a\x0e\x60\x93\x0f\xc9\xc5\x90\x6d\xf9\x29\x8f\xb1\x7b\x75\x30\x7c\xb3\x38\xad\xcb\x3e\xa6\xcf\x1a\xf8\xb3\x3f\x74\xc7\x0e\xd6\x6a\x16\x00\x0d\x62\xbf\xeb\x53\xd6\x63\xfa\x0c\x49\x06\x8c\xda\xe8\x46\x6d\x74\xbc\xf0\xbb\x8a\xe7\x3e\x95\xbc\x07\x67\x08\x74\xd2\x2c\x5c\xbf\x94\xfe\x3a\x5a\xe8\x2c\x5c\x03\xee\xc7\x94\x9c\xa1\x57\x3e\x0f\x80\x84\xfa\xf4\x6c\x88\xfd\xd8\xf1\x9a\xef\x00\x18\x66\x61\x7b\x9d\xb1\xb8\x56\xa0\xf7\xe5\xbf\xcc\x2d\xfc\x77\x3b\x0f\x9e\xbf\x29\x8b\x32\x7f\xeb\xc7\xb3\x41\x68\x46\x16\x60\xf5\xa1\xf0\xee\x46\x59\x74\x20\xe1\xce\x03\x7f\x97\x0e\xf0\x5b\x16\xf6\xcb\x19\x02\xd8\x2d\x0b\xfb\x2d\x59\x07\x4a\x59\x16\xac\x33\x7e\x27\xdd\xc8\x8b\x6e\xe4\x45\x47\xb9\xdd\x8d\xb2\xe8\x46\x59\xf4\x52\xb2\xdf\x25\x2b\xb8\x2e\x61\xd8\xe8\x77\x11\x2c\xd9\x97\x48\xb9\xc5\x3e\x64\x1f\x8c\xc6\xe8\x78\xd2\x77\x34\xd8\x59\xbc\xd6\xe5\x7e\x2c\x59\xe4\x05\x8b\xdc\x0b\x34\x6c\x75\xc7\xd2\x1d\x0b\xa4\x75\xf9\x8c\xaf\xe1\x7c\x61\x8d\x16\x5a\xc6\xbe\x7c\xc6\x89\x38\xea\x6b\xfa\x1d\x3e\x17\x1d\xa3\x4e\x5f\xd2\xba\x25\xad\x03\x88\xb7\xaf\x65\x1f\xcb\x3e\x78\x3a\x17\x92\x72\x5f\x42\x41\x16\xbf\x0b\xeb\x02\xba\x8b\xe1\xad\x2f\xb4\x23\x7d\xa1\x1d\xe9\x40\xb8\xf4\xe5\xb9\x5f\xee\x1b\x1e\xf7\x1d\xed\xf7\x9f\xbe\x5e\xd7\xc0\x7f\x3f\xfb\xfd\xec\x17\xd6\x23\x64\xc3\x43\x36\x1c\x0c\xec\x1e\x8a\x36\x71\xba\xa6\xb0\xf5\x81\x01\xb1\xc7\x6d\x1d\x62\x42\xe0\xcb\xd3\xa3\xba\x7e\xb0\x1e\x46\x5e\xf4\x68\xce\xd7\x3a\xcf\x69\x48\xc3\xa4\x4d\x81\xa7\x7a\x0f\xc1\x44\x0b\xac\x02\xa1\x0f\x59\x70\x26\xcf\xc3\xba\x66\x1d\x7b\x8e\xd2\xba\x87\xf3\x8d\xed\xb9\x9a\xb9\x56\x46\x13\x74\xa2\x09\xce\x72\x70\x36\xb6\xf7\x77\x9f\xe2\xc3\xb2\xe7\x6a\xaa\x3b\x9a\xea\xfc\xae\x53\xf7\x58\x27\xcc\x23\x74\x72\x63\xf8\xe8\xdb\xf9\xa2\xbd\xee\x6a\xaa\xbb\x9a\xea\x22\x6d\xda\xd3\xf6\x10\x13\x3a\x46\x8e\xbe\x65\x1f\x76\x08\xbb\xc7\xfe\x6e\x59\x05\xd0\x71\xce\x42\x24\x51\x57\x3b\xdc\xd5\x0e\x17\x7c\x1f\xba\x5a\xdf\xae\xd6\xb7\x80\xbd\xd8\xd5\xfa\x76\xb5\xbe\x05\xc3\x5b\xdf\xbe\x65\x42\xea\xa4\x50\x98\x75\x9f\xfd\x26\x47\x98\xdf\xfd\xdd\x33\xbf\x6f\x62\x9c\xfb\xfe\x1c\x02\xc7\xe9\xc1\x6e\xdd\x1f\x41\xff\x88\x21\xee\xcf\xb1\xac\x73\x29\x5b\x0e\xff\x51\x62\x78\x8a\x75\x3c\xc5\x8f\x12\xc3\x03\xb7\xd2\x4f\x8e\x93\x0a\xe5\xfe\x48\x46\x81\x15\xed\x8f\xd2\xc1\x73\x39\x7c\x9e\xba\x47\xe9\xe0\xb9\x1c\x3e\x64\x0f\xed\x72\x16\xe2\x17\x43\x5a\x89\x96\xc8\x42\xa8\x56\xc8\x14\xf9\x21\xb2\x70\x1e\x1c\xed\xc7\xed\x7a\x7e\xdb\x05\x57\xf8\x78\xe5\x1f\xaf\x3c\xde\xfa\xfd\xe9\xd6\xa1\xc0\xec\xc4\x01\xf7\x47\x4e\xf1\x91\xb4\xa2\x18\xef\xcf\xb2\x8f\x24\xad\x67\x39\x1c\xb3\x4f\xd3\xb3\x7e\x40\xdd\xb9\x0d\x8f\xdb\xff\x00\x29\xd1\x51\x82\xf7\x27\x5c\x53\xb0\x59\x3b\x46\x8e\xfe\x48\x96\x1f\x02\x19\x3b\xc0\xb2\xfd\x91\x2c\x3f\x61\xbf\x1c\xb1\xc7\xe3\xfe\xec\xdf\x77\xac\x81\x6c\xd0\xb3\x3d\x12\x48\x25\x06\x75\x74\x83\x3a\x3a\x71\xc5\xfd\x79\xdd\x0f\x94\x68\x1d\x65\x79\x27\x9a\x23\x8b\x69\x5d\xb6\x27\xb4\x52\x7f\x0f\xaf\x05\x57\xea\xc5\xe5\xa6\xbf\x42\x3c\x5e\x1c\xc5\x17\x6f\xd0\xfe\x92\x1a\xa6\x14\xd6\xea\xf5\x1c\x80\xba\x74\x9a\xc0\xac\xbf\xd8\xc1\xfb\x2b\xc6\x3c\x0a\xf4\xfe\xba\xe7\xef\x69\x1d\x4f\xe7\x8b\x0b\x68\x7f\xc1\x2c\x34\xdf\x59\x7f\xbd\x8e\x2a\xb2\x3b\x60\xe1\xdd\xe8\x8e\x4e\x74\xc7\x69\x6a\xb3\xfe\xca\x56\xbd\x42\x94\xa3\x68\xef\x6f\xf5\xbb\xea\x3a\xc3\xba\xbd\x3e\xb1\x2f\x89\x23\x4c\x41\xd6\x5f\x25\xc2\xb7\x2e\xeb\x98\x6f\xb3\xae\xb9\xce\x9c\x21\xb0\x97\xb2\x78\xf9\x0e\x89\xeb\x55\xd3\xf5\x0e\xe7\xcb\x7e\xbc\xd8\x76\x3b\x7a\xef\xd2\x2f\x24\x86\x4f\x2d\xc5\x47\x82\xe2\x52\x60\x7d\x3f\xa5\xd8\xef\x37\x0f\x9e\x17\x21\x89\xfa\x77\xdb\x07\xda\xaf\xcf\x79\x7c\xbf\x79\xc0\xe2\x7d\xb2\x8c\x5f\x73\xed\x21\x03\x1f\xd1\x2c\xfd\xfb\x8d\x99\x73\xa0\xb2\xb7\x7f\xbf\x31\x73\xa7\x55\xf6\x76\x95\xbd\x05\x04\xd3\xfe\xf9\x34\x7d\xd3\x79\x54\xfa\x50\x13\xf7\x11\x84\xdb\x51\xf0\x77\x31\xd8\xba\x18\x6c\x1d\xc5\x7d\xff\x64\xab\xbe\x47\xe0\x78\xd6\x4f\x85\x6d\x57\x61\xdb\x81\xd9\xe9\x9f\xec\xf5\x87\x94\x53\x08\xe8\xea\x9f\x6c\x24\x81\x06\x67\x01\x3f\x78\x1c\xe0\x61\x0c\xe0\xd9\xf2\xdf\x41\x5d\xb5\x8e\x7b\x0e\xf4\xce\x00\xd8\x31\x0b\xc7\xdc\xf9\x0e\xd6\x6d\xa0\xcb\x3d\x0b\x81\x5f\xe3\x28\x7e\x67\xfa\x04\x94\xfe\x43\xef\xff\xa1\xf7\xbf\x28\xd5\xe3\xc0\x78\x31\xcc\xfe\xdf\x49\x91\x31\xc8\xf8\x9f\x05\xb4\xa4\xa4\xb4\x36\xd0\xe8\x66\x21\x52\x73\xa5\x0e\x49\x7e\x1c\xe3\x87\x7a\x3d\xa9\x0b\xeb\xf6\x3f\xd0\xf4\x43\xac\xb7\x01\x0e\x69\xd6\xf1\x1d\x2c\xc0\x38\x64\x01\xf0\xd6\x1f\x00\x8d\x66\xe1\x77\xc9\x96\x8e\x03\x43\xd4\x20\x03\x7f\xd6\xf1\xef\xe3\xf8\xc0\x0d\x2d\xd8\x76\x07\x49\xf5\xb3\xe0\x1c\x90\x86\x77\x90\x36\x3f\x0b\xf7\x28\xcf\xd0\x28\xae\x69\x91\xb6\x93\xde\x76\x14\xfc\x58\x06\x28\x3f\x67\x01\x5f\x63\xe8\xd5\x3f\xf4\xea\xef\x60\x99\x0f\x12\xcf\x67\xc1\x1e\x01\xa9\x33\xd4\x0e\x0f\xb5\xc3\xe5\x3c\x2b\x75\xb7\x75\xd5\xef\x72\x6e\xa5\xd9\x6f\x13\x4e\xb7\xd0\x6f\xb7\xbd\xfe\x6b\x8f\xf1\x75\xc7\xd2\x1d\x0b\x7b\x0e\x86\x4f\x16\xcb\xef\x26\x75\xec\x65\xc1\xad\xbb\x13\x5c\x3b\x70\xc9\xcf\xe2\xf6\xdf\x5c\x83\x82\x21\x6a\x14\x0c\x51\xbd\x72\xae\x4a\xd8\x1e\xd9\xc1\xca\x79\xf3\x2f\x74\x77\x90\xbb\xbd\x74\xb4\xd2\xa3\xf0\x14\x8f\xe2\x53\x4c\x40\xdc\x40\xa5\x9c\xc5\x10\x16\x98\x3a\x8c\x0d\x43\x78\x9f\x4e\xee\xc8\x01\xae\x4f\x16\xa2\xd1\x73\xae\x4e\x58\xdf\x01\xda\xe6\x59\xce\x5f\x5d\xb7\xce\xf6\x92\xfd\x1f\x7a\xe1\x0f\xb4\xcd\xa5\x93\xd3\x71\x9c\x68\x50\xc7\x59\x6c\x8f\x73\x05\x04\x60\x16\x9f\x75\x7f\xf7\xcc\x1f\xc0\x03\x65\xf1\x6b\x26\x97\x52\xa5\xf5\x38\xe5\xaa\x89\xe5\x1d\x42\x6f\x0e\xa0\x37\xcf\x72\x36\x86\xd5\xec\xce\x4c\x00\x28\x8a\xc7\xd9\x9d\x12\xb0\xff\x9d\x84\xec\xe3\x84\xdb\x1b\xa7\x12\x1c\x09\xf5\xc6\x89\x92\x65\x9c\xd3\x2d\x9c\x4c\xdd\x6b\x01\xa2\xcf\x59\x70\x97\x18\xe7\x72\x2c\xa2\xb0\xd7\x69\x9d\x4b\x84\xdd\xb0\xe0\x42\x31\xce\xe5\xf8\x96\xe3\x73\x2c\xcb\x65\x93\x83\xc6\x83\x7f\x9c\xe1\xbf\x92\x2e\xf2\xb7\x0d\x72\x8e\x67\xf1\x58\xc7\x1a\x3c\x8e\x45\x29\x07\x6f\xfd\x81\xab\x7d\x16\xd5\xba\x4a\x9d\x6b\xf0\xd8\x07\x47\xf1\x7c\x1d\xb3\x92\x0f\x09\x0e\xc6\xe9\x91\x30\xd3\x77\x39\x9d\xef\xe7\x1a\x48\xf6\x60\x3d\x06\x9a\xf3\x2c\x44\x78\xce\xa7\x64\x5c\x1e\x13\x72\x7b\x67\x5d\xae\xbd\x0a\xf4\x81\x02\xfd\x2c\xb0\x28\x83\x8c\xdb\x59\x54\xeb\x72\xed\x2f\x9e\xd3\x71\xf9\x9c\x12\x64\x38\x2e\x60\x21\xc6\x65\x9a\x12\x52\xc1\x8f\x0b\xa3\xc4\xb8\x2e\xd7\x85\x2b\x70\x61\x1b\x1a\xc2\x00\x75\xbc\xfa\x87\x30\x40\xe3\x92\xc3\x07\xba\x73\xe0\x7e\x9f\x85\xdf\x55\xfa\x9d\xf6\x3b\xed\x97\xab\x7c\xa1\xd1\x19\xd7\x0c\xeb\xf8\x17\x57\x9f\x61\x4e\xec\x02\x7b\x33\x2e\x49\x21\x4a\xf5\xd2\x51\x9c\x8e\x0b\xc9\x67\x5c\xfb\xf7\x1d\x63\xd9\x7e\xb7\xed\xb7\xd1\xc7\x63\x7b\xa4\x94\x2e\xb0\x37\x43\x28\x9f\x71\x7d\x8e\x19\x32\x2a\x6c\xcf\x10\xb6\xa7\x13\x6c\x3a\x48\xe1\x9c\x45\xf7\xdf\x41\xdd\xb6\xce\xfd\x18\xfc\x0b\x5b\x30\x50\x00\x9f\x85\x00\xc5\x71\xa3\xb9\x18\xb7\x9a\x0b\x14\x9d\x43\x05\xf0\x20\x9d\xf1\x59\x80\x0f\x1f\x77\xf8\x6f\xf8\x6f\xb2\x23\x43\x88\x9e\x21\x44\x4f\x27\x91\xfb\xc0\xd5\xfe\xcf\xb8\x25\x3f\xe4\x6a\x18\xf7\xb6\xee\x71\x0d\xb8\x83\x15\xef\xe6\x51\x41\xc1\xeb\x78\xdc\x8f\xea\x53\x67\xee\xdb\x4e\xf0\xe5\x40\x7b\x9b\xc5\x63\x5d\xae\x95\xca\xd9\xa1\x72\xb6\x90\x07\x69\xe0\x2e\x9f\xc5\xb0\x8e\xf6\x50\x78\x0f\x73\xc2\x76\x34\x80\x43\x38\x9e\x81\x4e\xf5\x34\x9b\xde\xd0\x53\x7d\x98\x2a\xb5\x00\x87\x32\xea\xf2\x5f\x9f\x35\x34\x7b\x43\x4f\xf5\xa1\xa7\x7a\x07\x2e\x68\x54\x22\x07\x46\x15\x58\xbf\x3b\xb7\xc7\x31\x3f\x8e\x19\x3a\x54\x7d\xc2\xaa\x4f\x18\x9a\xbd\x81\x9b\x79\x16\xf6\xd1\x99\x87\xe4\xb6\xe2\x5f\x21\xf6\xfb\xd0\x8b\x7c\xe8\x45\x6e\xae\x9e\xd1\x7c\xea\x5a\xf9\xd5\xe5\xbf\x0d\xa3\xd3\x68\xa7\x73\x3b\x73\x6e\xcd\x27\xac\xf9\x84\xa1\xd9\x1b\x64\xe9\xcc\xc2\x7d\xe3\xfe\x36\x8c\x08\x43\xcf\xed\x0e\x5c\xd0\x68\x9e\x0d\x1c\xb3\x4f\x33\xf2\x8d\x86\xd1\x69\xa0\x34\x3d\x0b\x59\x7b\x46\xc3\x5e\x3e\x1a\xf6\xf2\x4e\x56\xe8\xd1\x5c\xab\x86\xff\x51\x21\x1d\xd9\x00\x5d\x35\x8b\x66\x1d\xfd\x62\xa0\x1b\x20\xf0\x9c\x85\xc0\xc3\x01\xe6\x4e\x16\xb0\x32\x78\xdc\x0f\x61\x76\x46\x3f\xec\x17\xb6\x05\x5f\xe1\x2c\xfc\x97\xfd\xe8\xd2\x88\x7e\xb9\x97\xad\x52\xb7\xac\xf3\x5f\xf6\xa8\xa3\x59\x19\x9d\x1c\xaa\x05\x3f\x82\x41\x9e\xc3\x2c\xfc\x97\xfb\xd6\xb7\xff\x6e\xff\xe5\x0d\xe8\xb2\x28\x28\x20\xb3\x2e\xfb\xc5\x27\x36\x0b\xc7\xcc\xdd\x12\x9e\x66\x08\x4f\x23\xe6\xfc\x18\xb2\x19\xc3\x8c\x3f\x64\xf7\x1a\xc2\xd3\x8c\x21\x5c\x2e\xc6\x81\x31\xd0\xa0\x8e\x21\x9b\x86\xe7\xfb\x00\xab\x26\x0b\xf3\x72\x75\xbe\x83\xf5\x1d\xc3\x84\x25\x68\xfb\xc6\xd8\x7e\x67\x56\x0a\x14\xfc\x43\xed\xe1\x18\xbe\x01\x44\xa8\x0d\x71\x65\x86\xb8\x32\x1d\x2d\xde\x18\xd2\xfb\xf1\xf9\x1d\x67\x03\x55\x62\x16\x8c\x0f\x88\x9e\x41\x3a\xaf\x2c\xa6\x75\xd9\x07\x79\xab\xfe\x0c\x32\x56\x9d\x85\xfc\x36\x83\x1c\x32\x59\x30\x3e\x72\xb3\x0e\xb2\xc7\x64\xc1\xbe\xd5\xfb\xef\xae\x7a\x03\x4c\x96\x2c\x86\xbf\xe4\xf0\xa7\xe4\xd6\xa4\x25\x1d\xc5\xfd\x00\x93\x25\x0b\x48\xa1\xdc\x0a\x99\x29\xb2\xf8\xd5\xf1\x9d\x53\x9f\x2a\x22\x88\x19\x1c\xe4\x5b\xc8\xa2\x58\x97\xff\x2e\x8f\xe2\x2f\xef\xc0\x84\xb4\x2e\x24\xc7\xb1\xca\xef\x3b\xeb\x6e\xeb\x38\x3a\x00\x0f\x8e\xe5\x15\x5d\x92\x33\x14\x6b\x63\x79\x14\x97\x89\xb2\x08\xc0\x1a\xcb\x2b\xba\xbc\xa2\xc0\xec\x8c\x55\xfd\x57\x72\x46\xf0\xe0\x40\xbb\x97\x85\x63\x69\x8d\xba\xb0\x8e\x2b\x4a\x40\xe1\x58\x18\x39\xc6\x32\xeb\xd1\x74\x2c\x92\xf4\xa5\x74\x30\x21\x49\x0b\x05\xf5\xc0\x91\xb5\xf4\x09\x3b\x82\xeb\x6a\x16\x66\x9f\x81\xac\x2c\xaf\xf7\x92\x95\x21\xad\xfc\x50\xa1\x37\x84\x6b\xe9\x28\xae\x06\xae\xab\x59\x98\xfe\xe1\xb0\xce\xb1\xbc\x1e\x09\x8e\xd3\x7a\x9d\x1b\x6c\x46\xca\x3c\xd4\xb9\x2e\xb8\x9a\x8d\x83\x67\x43\xb8\x96\xb1\xf0\x73\x18\x28\xc2\xc6\xfa\x5c\x03\xd9\x11\x6c\xed\x63\x7d\xb6\x47\x9c\xe8\xc0\x8b\x7c\x84\x52\x58\x98\x92\xef\x48\x69\x77\x84\xfb\x11\xc5\x7e\x79\x5e\x02\x85\xed\x88\x62\xbf\x29\xd9\x8e\x40\xcb\x33\xd0\x1d\x66\x1d\xed\x11\x61\x30\xd0\x13\x96\x81\xe2\x6a\x04\x4a\xf0\x01\xe2\xcb\x59\x40\x4d\x1c\x21\x19\x8d\x8a\xa4\x8c\x6f\xc6\x08\xa5\x35\x50\x5b\xca\x40\x33\x35\x42\x36\x23\x50\xb0\x0e\x82\x5d\xc6\x96\x55\xdd\xcd\xb1\x70\xbd\x37\x4a\xdc\xb1\xbb\x59\xbc\x20\x49\x1b\xcf\xf7\xb1\xa7\xfd\x32\x96\x0d\xf0\xea\xd8\xd3\xb5\x62\x2f\xb7\x7b\xb9\x97\x6b\x00\xab\xb0\x65\x41\x85\x02\x19\x78\x82\x8f\x2d\xa9\xde\xa2\x95\xa3\x18\x1f\x68\xfc\xb2\xb8\xad\x63\x2c\xde\x2d\x21\x43\x06\xde\xe1\x63\xcb\x16\x6c\xd9\x02\xd9\x2a\x5d\x4a\x07\x0a\xc2\xfc\x6e\x50\x67\x1f\xa6\xc3\x41\xdb\x32\xf6\x76\x2c\xfb\x97\x8b\x2d\xd7\x6f\xa3\x90\x1f\xfb\xf5\x3b\x24\xb8\xed\xbd\xdc\xde\xcb\xc6\xfd\xdd\x9f\x7d\xe0\xaf\x31\xd0\x66\x0c\xb5\x7d\xe3\x81\xdd\x1c\x68\x33\xc6\xa3\x54\xa2\x06\x70\xe0\x1d\x3e\x1e\xd0\x29\xc7\x53\x38\x93\xb2\x69\x8f\x77\xe6\xc1\x0e\x5e\x40\x7a\x1c\xa8\xd1\xb2\x70\x2c\x9c\x03\x54\x57\x59\x6c\x93\xe3\xe5\x3a\x3f\x4a\xb1\x8f\xf4\x05\xdf\x91\xa1\xeb\xe4\x00\x5a\xe4\x2c\xf8\x89\x0c\x54\x52\x59\x4c\xeb\x06\x75\x8c\x05\x65\x54\x19\x85\xb1\xa0\x06\xca\x62\x59\x97\x6b\x8a\xef\xe2\x9f\xf1\x36\xbf\x83\x7d\x00\x0c\x24\x0b\xce\x41\x87\x2c\x0b\xa0\x3d\xde\x59\xac\xe3\x5f\xcf\xcb\xeb\x79\x91\x4d\xd3\x5d\x71\xbc\x9e\x03\x94\xe0\x43\xc0\xeb\xf1\xee\xe7\x9f\x34\x96\xe3\x95\xd5\x07\x2a\xe3\x2c\x9d\x75\x16\x23\x63\x7c\x6a\x2e\xf0\xf5\x18\x9f\x4f\x84\x2e\x87\x03\x25\xf8\xf8\x64\xf5\x3f\xa4\xba\x41\x8e\xb5\xa1\x7b\xe1\x10\x23\xc3\x94\x5a\xe3\x93\x6d\xf9\x4e\x93\x69\x21\x8d\x7f\xb2\xf5\x9f\xa9\x06\x49\xc7\x3e\xd4\x42\x8d\xcf\x84\x81\x40\xd1\x8c\x0f\x6d\xda\x40\x0b\x95\x75\xf4\x8b\x16\x6a\xa0\x85\x2a\xe3\x84\x35\xd7\x35\x71\x7c\xd2\x53\x02\x37\xc7\xe7\xfa\x7d\xbf\xf5\x83\x45\xf9\xa6\x63\x46\xfb\x35\x70\xff\x1e\xa2\xf9\x8f\xcf\xa4\x55\x4a\xe3\x22\xf7\x0f\x91\xfb\x4b\x47\xc4\xf8\xd4\x70\x00\x46\x9d\x75\xcc\x4d\xb6\x0f\x6f\xbf\xb3\x90\xf4\x6b\x7c\x9e\x8d\x4f\x5a\x77\xde\xd7\x7f\xfe\x4c\xb5\x46\xf3\x30\x6b\x28\xee\xdf\x53\xad\xd1\x54\x6b\x34\xf0\xfe\x9f\x07\xe7\x65\x8a\xf0\x3f\x70\xff\x9e\x62\x5a\x4c\x31\x2d\x06\xa0\xee\x53\x40\xe9\x29\xa0\xf4\x40\xcb\x3d\x01\xb8\xf8\x33\xcd\xfb\x31\x10\x85\xe7\x81\xa6\x7a\x92\xee\xa3\x0c\xb4\xdc\x53\x4c\x8b\x79\xdc\xd6\xe5\xd9\x98\x07\x2c\xf7\x3c\x6e\xc7\x3c\x18\xcb\x6d\x7b\xbf\x75\x4e\x96\x62\xea\x4a\x38\x75\x25\x1c\x60\xcd\xcc\x03\x3a\x39\x8f\xea\xf8\xfe\x05\x88\xee\x3c\xf0\x10\x9d\x47\xb5\xe9\x49\x77\xcd\xa6\x9b\x4d\x4f\x86\xdf\x1c\x82\xf8\xf3\xd7\xc1\x50\xf1\xb4\x9e\x07\x01\x08\x03\x85\xf7\xd4\x9b\x71\xea\xcd\x68\x6a\xae\x69\xa2\x92\x29\x5c\xc6\xc0\xeb\x7b\xa2\x01\xcb\xc2\x7f\x0b\x7d\x0c\xff\x25\x4d\x73\x21\x06\x76\x1e\xd3\xef\x64\x47\xe0\xc8\xa7\xd9\x79\x26\x08\x19\x25\x85\x59\xea\xec\xc3\xe4\x67\x78\xcd\x4f\x30\x31\xb2\x78\xfd\x97\xf1\x6d\x97\x68\x7b\x4c\x5c\xb6\xc7\x7e\x65\x51\xe0\xdc\xe7\xf1\xba\x0d\x6f\x58\xc7\x76\x7d\xfe\xeb\x93\x08\xec\xc7\x54\x11\x36\x7f\x8a\x30\xec\xf4\xb3\xc0\xa1\xce\x42\xd0\x5d\x81\x4b\x9f\x05\x77\x98\x49\xbe\x86\xac\xcb\xf6\xf4\xac\x9c\x62\x55\x0f\xbc\xe6\x67\xa9\xb6\xa7\xe2\x79\x14\xda\xe3\xfa\xcc\x22\xb7\x8c\x3d\x7f\x92\xb9\x25\x0b\x33\xd4\x26\x7b\x33\x8b\xfb\x51\x7e\xfb\xd1\x72\x9d\x85\x8a\x98\x42\x45\x0c\x30\xdf\x67\xc1\x6e\x38\xcb\x72\x2f\x3b\xdf\x61\x6c\x98\x05\x63\x83\xe9\xde\x66\x41\x8a\x98\x45\x29\x02\xd8\x8f\x29\xa6\xf5\x2c\x26\xc8\x40\x69\x3d\xcb\x63\xbf\x8f\xfd\xb2\xce\xe2\x5c\xcf\xf2\x78\x0e\x58\xe7\xf2\xda\xc7\x6b\x7b\xc9\xb5\x4e\xa1\x22\xa6\x50\x11\x03\x7c\xf7\x29\x16\xc4\x3c\x65\xf1\x88\xb3\x9d\xa8\x9a\xb2\xe0\x1c\xe0\x1f\x30\x4f\x24\x8b\x79\x9a\xca\x14\x68\x9b\x79\x7a\x55\xc0\x78\x38\x0b\x31\xb5\xd3\xd4\x31\x93\x7c\x31\x65\x80\x0d\x3f\x4f\xd7\xea\xec\xb6\x57\xe9\x17\x8d\xd3\x3c\xd5\x3e\x0c\xd6\xef\xe4\x29\x9e\xa7\x69\xf0\xc8\x2a\x36\xd5\xca\xcc\x53\x52\x8d\x74\x30\xd5\xca\x4c\xb4\x32\x59\x97\xe3\xbb\x50\xb6\xcd\x0b\xc3\xd6\x40\xa1\x3c\xaf\xf3\x57\x67\x2e\xd6\x24\x67\xf3\xf2\xca\x5f\xf7\xff\x4b\x6b\x38\x2f\xef\xe5\x85\xe7\xb6\xc9\x90\xe6\xe5\x3c\xae\xdf\x39\x48\xf6\x61\xea\xae\x38\x75\x57\x2c\x64\x4a\x9b\x6a\x4c\xa6\x49\x93\x0a\x49\xd6\xe6\xb5\x6c\x0f\xa3\xd3\x40\xc9\x3c\x2f\xd8\x82\x09\x2e\xf2\x69\x52\xa1\x89\xaa\x24\x8b\x6d\x1d\xe3\x83\xad\x9f\xba\x17\x16\x7c\x01\xe6\xe5\xfe\x5e\xde\x99\xc9\x9d\xbe\x90\x30\xe7\xa5\x84\x09\x56\xc5\xbc\x25\xa3\xb7\x2c\x00\xb6\xfb\x79\xa3\x91\x98\x77\xb9\xad\xcb\x7e\x6f\xb4\x46\xf3\xae\xae\x15\xe7\xea\x86\x0d\x9f\x37\x09\xf2\x0b\x58\x10\x13\x95\x4a\x16\x61\x1d\x7d\xc0\x72\xcf\xbb\xb3\xe7\xf8\xfc\x4c\x82\xe6\xb3\x80\xe6\xdc\xac\x55\x75\x5d\xaa\x9a\xa4\x09\xe9\x17\xd0\x77\x1a\x3b\x3f\x48\x29\x36\x05\xf4\x9d\xc4\xce\xe7\x77\xb9\xa6\x15\x56\x6b\xe2\xbd\x95\xc7\xea\xa4\xee\xb1\xee\xf5\xbb\x5c\x17\xe3\xdf\x67\xd5\xc8\x86\x1f\xd0\xd4\xbd\x6b\xd6\xe7\x97\xe4\x93\x3e\x5e\xc7\xf7\x9a\x9f\x11\x3a\x69\xdc\xf8\x6c\x4a\xd9\xe0\x39\xcc\xe6\x19\x6f\x9e\x71\x3c\xb2\x67\xc3\xae\x3e\xc1\xff\xfd\x65\xb9\x9d\x6a\x1a\xa6\x5a\x85\x01\xfe\xfc\x6c\xae\x1f\x21\xe0\x65\x20\x25\xce\x86\xa1\x62\x1a\xbf\x6d\xe6\xda\xd9\x86\x75\xbf\x24\xa4\x37\xed\xe1\x3b\x32\x89\xd3\xce\xba\x9b\xba\xc7\xba\xd7\x3a\xfa\xc0\x26\x3f\x1b\x36\xf9\x81\x57\xfa\x24\x5a\x3b\x0b\x93\xbe\x71\x07\xdb\x74\x7c\x3e\xf7\xb5\xd2\xc7\x72\xbe\x26\xf4\x01\x61\x72\x36\xd8\xe1\x49\x70\xf7\x59\xe6\xe4\xbb\xb0\x3d\x95\xef\xf8\x1f\x4d\x81\x89\x27\x01\xdf\x79\x7d\x99\xdb\x76\x2c\xd8\xfd\x07\x62\xe5\x6c\xee\x07\xbe\x5f\x59\xc7\xf8\x1e\xe7\xfb\xdb\x0f\xe8\x9f\xbe\x5f\xb3\xfd\xb2\x21\x72\x7f\x89\xfe\xce\xc2\xfd\xe5\x1e\xb5\xd7\x35\x7d\x4d\xd5\xd8\x59\xbf\xd7\xf1\xfd\x5f\x4e\x42\xbf\x73\xdf\x3e\xf7\x8d\xa7\xbd\x21\x3e\x4d\x62\xc1\x7f\x39\x39\xa7\x01\xdf\xd3\x80\xef\xf3\xe0\x5c\x75\xb4\x50\xb3\x9b\x4e\x0f\x6d\xf8\xd4\xbf\x6c\x76\xf3\xb2\x1f\xdc\xd5\x8e\xe6\x71\xf6\xe3\xb3\xee\xef\xca\xfc\xd9\xab\xcd\x10\x5b\x78\x02\x8a\x3a\x3b\x4a\x91\xd9\xb1\x6f\x0f\x3c\xe4\x67\xc7\x2d\x6f\x76\xdc\xf2\x4e\x72\xe6\xce\x3e\x1c\xea\x70\xa8\xc9\x9d\x4d\x82\xaf\xb3\xf8\x7d\x37\xa9\xb3\x8f\x70\xa8\x1c\xa7\xbe\x1d\x2a\xd7\xe2\x24\x15\xc7\xec\x2e\x6f\x37\xf7\x3c\x31\xbf\x13\x50\xe4\x2c\x6c\x8f\x63\xa2\x5b\xd9\x04\x1b\x39\xeb\x98\xfa\xe7\x98\x71\x5b\x38\x81\x3a\x98\x43\xce\x6e\xc8\xd9\xe1\x5d\x3f\xc5\x46\x9e\x62\x23\x0f\xbc\xeb\xe7\x20\xe6\x77\x8e\xdf\xb2\x71\x74\x86\xcf\x90\xb1\xda\x83\xb4\x89\x93\x20\xed\x2c\xcc\xc8\xcd\x93\x83\xd6\x29\x8b\xdb\x7f\x73\xfb\x8d\xc1\x9e\xc6\x60\x0f\x24\xb3\x39\x6e\xff\xbd\xc9\x17\x08\xe8\xe8\x54\x49\x35\x87\xcf\x3d\x5e\xc6\x53\x25\xd5\x1c\xe6\xcb\x43\x9a\x9c\x43\x72\x36\xba\x6b\x30\x18\x73\xb7\xdf\x6e\xbf\x29\xd1\xcc\xe1\x91\x1d\x1e\x59\x20\x6b\xe6\x90\xac\x0c\xc9\x4a\xe3\x68\x0f\xb4\x00\x93\x30\xe9\xf3\x24\x15\xc7\x1c\xb2\x37\xe0\x18\x67\x9d\xdf\xb9\x2e\xb8\xef\x8d\x96\x92\xcf\xd4\xed\x6d\x8e\xcf\x31\xf7\xec\x97\x14\xf9\x59\x70\xdc\x51\x8c\x4f\x41\x8d\xe7\x34\xc3\x3f\x12\xe6\x24\xa3\x7b\x16\xf6\xcb\xb9\x9a\xb2\x41\x24\x50\xcf\xba\x4a\xdd\xb6\xee\xb1\x2e\xe7\x31\x25\x71\x26\xff\x1e\xe4\x93\x9e\xd3\x27\xc2\x7c\xde\x03\x0c\xfe\xa9\xb6\x6a\xaa\xad\x3a\x71\xc7\x9a\xd3\xa7\xce\x74\xb9\xa3\x1f\xf4\x21\x59\xf9\x25\xbd\x45\x5a\x9b\x64\x7f\xcd\x82\x73\x8a\xd4\x39\x05\x17\x9e\xba\xae\x0d\x94\xea\x73\xba\xce\x28\xb2\xce\xb3\x70\x9e\x41\x06\xce\xc2\xf5\xe3\xec\xaa\xc1\x9a\xcb\xab\x4c\xac\xf1\x5c\xc0\x8d\xcc\x05\xfa\xd9\xe8\xb0\xaa\xba\xa4\x4d\x5d\xd2\x06\xca\xf7\xb9\x94\x04\x96\x39\x17\x71\xb3\x9a\xf8\x9d\x65\xc1\x39\x25\x5e\x78\x2e\xdc\xfc\xe6\x22\xc8\x6b\xe0\xad\x3f\x05\x03\x9e\x82\x01\x0f\xbc\xf5\x27\xea\xa2\x3f\x73\x99\xef\xac\xa4\x54\x3c\x17\x2e\xaf\x73\x3d\xae\xc1\x4d\x1f\x3e\xed\x80\xfc\xe6\x77\xb9\xa6\xba\x7c\xcd\xf5\x9b\xdb\xcc\xef\xc2\x7b\x14\x07\x39\xca\x00\x31\x9d\x81\x7f\xcf\x04\xc3\x37\xeb\xf2\xbc\x04\xca\xca\x89\xb2\xe7\x3c\x91\x30\x67\xc8\x0e\x07\xec\x70\x2e\x34\x75\x7e\x77\xfe\xbe\xab\xd4\xbd\xd6\x7d\xd6\xd1\xaf\xeb\x12\x4a\x9d\x20\x1a\xce\x90\xc5\x43\x51\x74\x9a\x69\x6c\xaa\xe5\x99\x68\x79\xb2\x8a\xf1\xf9\xbc\x84\x39\x3b\xc9\xb5\x36\x37\x01\x4e\x73\xff\xfa\x80\xbe\x6c\xfc\x85\xe6\x26\xde\xff\x24\x0f\xf9\x34\xe8\x78\x6e\xef\x25\xfe\x4c\x73\xcb\xfe\xe3\xfe\x54\x06\x69\x8b\xe7\x23\xa9\x46\xeb\x71\x9e\x27\xec\xf5\xe3\x1a\x3c\xbf\x35\x40\xd2\x7b\x50\xd8\x4e\x7c\x97\xce\x13\xdf\xa5\x29\x90\xeb\x7c\xdc\x73\x52\x70\x4d\x41\x5b\x27\xa0\xad\x59\x97\x63\x79\x14\xc7\x1e\xc5\x31\x60\x7b\xe6\xd3\x6c\xaf\xdb\x1e\xcf\x24\xd1\xad\x59\x38\x0f\xbf\x93\x16\x3f\xd2\xe2\x0b\xd6\xe3\xd9\xf6\xbb\xe9\x57\x11\x0d\xc7\x9e\x2c\xc2\x3a\xfa\xfd\xec\x17\x6d\xd0\x89\xaf\xd1\x14\x81\x75\x3e\xb8\x03\x0e\xf2\x1a\x4c\xa2\x51\xb3\xd8\x7e\x47\x1d\xc6\x8b\x09\xd0\xe9\x79\xe2\x57\x34\x4d\x43\x36\x49\x43\x96\x75\x39\x96\xd7\x7d\x7b\xd5\xce\x61\x80\x98\xaf\xec\x17\x8a\x93\xf3\x24\x37\xc1\x7c\x15\x4f\x5e\xc5\x13\xa2\x18\x26\xea\x93\x2c\xcc\x1a\x67\xbf\x18\xc0\xe6\x8b\x01\xec\x54\xa4\x7a\xbd\xbf\xaf\x74\x12\x17\xe4\xf9\x12\xec\x3c\x5f\x70\x5b\x4e\x82\x89\xe7\x0b\xbc\xd9\x04\xb9\xf4\x3c\xf1\x0d\x9a\x22\x97\xce\x17\xb7\xdf\x13\x63\xdc\x54\x2b\x33\x45\x2e\x1d\x8a\x27\xa6\x1c\x9b\xdf\xe1\x98\x7b\xce\xd7\x60\xce\x49\x30\x67\xd6\xf1\x9d\x6f\x05\xda\x96\xf3\x24\x08\x77\x7e\xb2\xff\x9f\xec\xff\x80\xd5\xd2\x97\x67\xe2\xcb\x93\xdf\xe5\xd9\xfd\x64\x69\x41\x10\x3d\xcf\x6b\xfe\x5d\x99\xbf\x84\xa3\x58\x26\xb8\x3f\x5b\x3e\x93\x6b\xf3\x4c\xae\x7d\x48\x82\xa9\x39\xad\xb9\xfe\xf7\xdf\x0b\x0d\xe9\x12\xa4\x79\x01\xd2\x7c\xb7\xe4\x12\x97\x18\xcd\x6b\x7b\xdd\x6f\x6a\x1e\x6b\x3e\x3e\xe2\xbf\x62\xe3\x88\xc3\xa7\x35\xd3\x9a\x5c\x41\x1b\x42\x2c\x5a\x78\x5f\xde\x04\x0d\xad\xcd\xb3\xba\x36\xcf\xea\xaf\xc6\x01\xe4\x1a\xde\x18\x96\xd7\xc6\x40\xb9\xb8\xc2\xc0\x0f\x2f\xae\xf1\x9f\xb5\x79\x4d\x6e\xda\xbe\x6c\xe8\xba\xf3\xb7\xca\x28\x2f\x5b\x4a\xaa\x7b\x01\x31\xbe\x84\x8c\x5e\x5c\xfc\x33\xcf\xc8\xe2\xf2\x67\x41\x77\xd5\xa6\x9c\xdd\xf5\x52\xc5\x5c\x6e\x17\xea\x66\x55\x1a\x6b\x77\xbb\x2a\x29\xca\x5f\x47\xb2\x97\x0b\x34\xe9\x3f\x0b\xda\x71\x63\x73\x5e\xbb\x3a\x86\x94\xea\x6f\x80\xe4\xd6\xae\xae\x4b\xa5\xc7\xce\x04\xab\x3d\x36\x7e\xec\xf4\x08\x5a\xed\xda\x8d\xb5\x1a\x7c\xd5\x5d\x62\xd8\x83\xc6\xe0\xbb\x63\x40\x96\x6d\x34\x4e\xa4\xc5\xda\x9d\xdf\x26\xa3\x1a\xfe\x86\xf3\x71\xa3\xa1\xe1\x08\x50\xb7\x38\xa6\xe1\xc8\x47\xfe\x06\x04\xf1\x02\xf2\x3a\x8b\x93\x2a\xfe\x9b\x4e\x26\x39\xfa\xbb\x1f\x34\x3e\xdd\x9a\x99\x4d\x0d\xc6\x34\xdd\x1a\x64\xd0\x3c\xe6\x0b\xed\x78\x16\xb9\x35\xbd\xd0\xd2\x72\x1f\xb8\xe9\x83\x1d\x5d\x2e\x41\xbe\xdd\x77\xf7\x74\x2e\x5b\x4a\x4e\x13\x35\xd7\xda\x61\x4b\xf9\xa6\xdf\x68\x4a\xd7\x0e\xc7\x94\xd2\xfa\xcd\x33\xbb\xc4\xdd\x5e\xe8\xcd\x49\x41\xbe\x54\x97\x2f\xfd\x69\x27\xb3\xdb\x2e\x6f\x4a\x0c\x37\x2f\xf1\x12\x6a\x61\x01\xb5\x70\xf7\x8b\x91\x6f\x07\xf5\xd0\xdf\xc5\x8f\x8f\x8d\xa7\x48\x7c\x1d\x8c\xe0\xf1\x04\x3d\xac\xdd\xcd\x7f\xaf\x4b\x9e\x3c\xd9\x75\x30\xa6\xd7\x91\xbf\xb4\x74\xb3\x74\xaf\x23\x7f\x19\xb9\x87\xf1\xb5\xf1\x97\xc6\xfd\xc8\x35\x48\x52\x8c\xfe\x6c\xed\xcf\xdf\x52\xa4\xb8\x5c\xcc\xcf\x01\xe4\xb3\x7d\x81\x44\xb5\xf6\xe7\xb6\x24\xf5\xc2\x99\x62\xed\xcf\x1d\xfe\x18\x25\xf4\xe0\xc1\x77\x64\x3d\x07\x3b\x5c\x07\x55\xdd\x2a\x76\x98\x73\x0e\x04\x44\x16\xd9\x14\xb7\x5f\xe5\xfe\x7a\xca\x99\x35\xb4\x84\x5c\xbf\xf0\xf1\xbd\x3b\x07\xff\xc1\x27\x6c\xe1\xef\x7b\x63\x9f\x5f\x0f\xca\xd1\xf5\x14\xb6\xb8\xd3\x94\xd7\xff\x39\xf9\xb1\xf3\xa3\x97\xfd\xc9\xcb\x0e\x8e\xc5\xd2\xfd\x77\x3d\x17\x6b\x37\x72\xcd\x1f\x4c\xd0\x0b\xa4\x09\x80\x2d\x16\x68\x13\x59\xd0\x12\xa7\x45\x77\xe0\x85\x3b\xb0\xd9\x7e\xd6\x73\x39\xf4\x9b\xa6\x38\x09\xcf\x6d\x53\xc9\x68\x00\x3c\xbd\x9e\xdb\xa1\x27\xfb\x75\x8f\xe4\x9a\xd7\x03\x57\xb0\x78\xa4\x6f\x74\x78\x4b\x27\xe2\x85\x13\xb1\x79\x7e\x96\xe0\x15\xeb\xa9\xfc\x58\xf8\x51\x3a\xcc\x13\x8e\x37\xc8\x7a\xbc\xd8\x4f\x0b\x3e\x62\xa0\xcd\x29\xb7\x9c\x72\x65\xa9\x9a\x53\xe6\xf6\x0f\x4e\xb5\x8e\xc7\xeb\xe9\x27\x55\xcc\xb9\xbb\x7a\x3d\x8f\x42\xf5\x23\x47\x90\x8f\xf0\x3d\x38\xd6\x8f\x14\xe1\xe9\x34\x4e\x77\xc3\x96\x46\x52\x7d\xa8\xc6\x33\x5c\x83\x14\xf0\xee\xc1\x39\x7f\x30\x20\x2f\x58\x0b\x20\x28\x16\xec\x45\x16\x0c\xdc\x45\x1f\xee\x68\x52\x8f\x7b\xf0\x0e\x3c\x92\x0d\x80\x34\xee\xe1\x7a\x4e\x9b\x9a\xd9\x14\x12\xc2\x7a\x24\x1b\x4f\x92\x0d\x54\x93\xeb\x99\xce\x78\xb1\xc2\x37\x4d\x2d\x57\x6a\xd1\x94\xf3\x5b\xce\x6f\x31\x3f\xa8\xf5\xb3\x9c\x5f\xf2\xfe\x17\xbe\xbe\xeb\x91\x96\x3c\x90\x89\xe1\x9c\xc3\x19\x26\xb5\xb8\x48\xab\xb0\x84\xf2\x58\x30\x4a\x17\x54\x50\x1f\xeb\x85\x3f\xf5\x3d\xda\xdf\xe3\xdd\xd7\xb3\xdd\xde\x64\xac\x50\x9d\x2e\x98\xab\x2c\xe8\xdb\x66\xb7\x27\x65\x73\x52\x7e\x5f\x39\xe8\x4d\x4f\x9d\x73\xf1\xd8\xd4\x43\x53\x8c\xf9\x71\xfe\x0f\x0b\x3e\x18\xf3\xe3\x2a\x41\x6b\xf0\x26\x58\x22\xf1\xaf\x07\xca\x42\x0e\xa0\x25\x10\xff\x7a\x5e\x16\x6e\xd2\xe1\xeb\xc2\xbd\xb4\xc5\xbb\x20\x34\xff\xc2\x7e\x86\x83\xcf\x7a\x3e\xc7\x9e\x7c\xd0\x3d\x21\x6e\xb2\x7d\x0b\xe0\x7d\x3c\x7e\xd6\x23\xb5\x01\x9d\xe4\x46\x25\xb8\x4c\xbf\xbb\x00\xdf\xbf\x18\x01\x00\xfc\x59\xdc\x90\xad\x4a\x55\xb5\x2a\x57\x01\xb5\xe1\xd2\x8f\x7c\x61\xad\x23\xbb\xd2\x7a\x25\x24\xe4\xe9\x05\x44\x64\x91\xab\x37\x0b\xc6\x94\x6c\xe2\x12\x0b\x65\xc1\x7d\xde\xa0\xe7\x2d\x3d\xc8\x17\x1e\xe4\x37\xba\xc6\x05\x2c\x4a\x16\x17\x55\xb4\x0e\x94\xea\x7a\x4f\x0e\xc1\xe5\x57\xcb\x2a\x7e\xe4\xc2\x98\xfc\x77\x91\xfc\x17\x9f\xe6\xa5\xdf\xf9\xc2\xef\xfc\x46\x1b\xb9\x5e\x79\x8b\xf7\x62\x36\xc9\x09\xae\xf7\x72\x36\xc9\x62\xdc\xae\x8b\x8c\x04\x09\x08\xee\xc9\x5d\x20\x0b\x41\x16\xd9\xb8\x8b\x70\x3b\x65\x58\x0b\x0e\xe6\x8b\xba\x60\xbd\xc9\x4d\xdc\x4e\xaf\x3a\x97\xa4\x42\x26\x22\x5a\x38\xa8\x67\xc1\x22\xf0\x7a\x00\xc8\x92\xc5\xf3\xbf\xff\xde\x4e\x18\x93\xe6\x22\xb3\xc1\x0d\xc9\x78\x9b\x53\x49\x4e\xe3\x2a\x0e\x49\x82\xf4\x36\x56\xb8\xfa\xd5\xb0\x6a\xfe\xef\xbf\xb8\x52\xaf\xb7\x39\x95\xa4\x4b\xf7\x84\xf9\x00\xd7\xe5\xcf\x22\x1d\xc2\x0d\xcd\x78\x25\x51\x60\xbc\xdc\xb3\x31\xbb\xee\x92\xf7\x4a\x95\x5f\xd9\x78\xa7\x71\x16\x53\x12\x85\xfb\xfc\xed\x5a\xe2\x9a\xb3\xc8\x89\x70\x93\xcb\x78\xbd\xc3\x91\x0f\x36\xa1\x33\x28\xc9\xd6\x9b\x9c\xcd\xed\x5c\xe4\x6c\xde\x24\x55\x37\x29\xe5\x17\x52\x47\x16\xd9\xf8\x6d\x8d\x8d\x4f\xf6\x0e\x06\xec\x9d\x1e\x83\xc9\x4e\x71\x19\xcc\x7f\xbc\x5e\x08\xd2\xf4\x54\x2f\x37\x3d\x69\xc9\x3d\x3d\xb0\xe1\xe2\x25\x83\x51\xf1\xb3\x58\x6f\xd8\x61\xe4\x52\x41\xf2\x5f\x69\xc2\xbb\x59\x74\x08\xfc\x2b\x4d\x00\xaa\xa6\x1e\x6e\xf2\xf6\xbf\xe4\x39\xf0\x2d\x5f\xca\x34\xeb\x4d\x92\x40\x5a\xa9\xf5\x4a\x12\xde\x64\x42\x2a\x58\xac\xeb\x7d\x5c\xce\x27\x97\xd3\x8d\x79\xdc\xab\xa4\x15\xf5\x70\xfb\x1e\x5b\x4a\xbe\xe4\x02\xf8\x6c\xbd\xd2\x0d\x32\x39\x54\x74\x7a\x4b\xd9\x68\xbd\x29\xfe\xd5\xc3\x05\x95\x24\xbc\x29\x01\xd7\xc3\xe5\xfb\x1c\xc3\xc7\x8f\x30\xe8\x9a\xb0\x17\x32\x53\x3d\x9c\xf3\xe7\x20\x92\xdf\xa8\xa8\xf8\xd6\x27\x99\xf8\x0e\xda\x62\x86\x1f\x4a\xd0\xf5\x1d\xdc\xc8\x66\x55\xb7\x8a\xf9\x4c\x6a\x96\x35\x9b\xff\x06\x55\xaf\x55\xb4\x0e\x9f\x42\x82\xe7\x2c\x1a\x55\x34\x85\x3c\xbe\xbe\xbc\xf6\xf5\xb0\x2d\x54\x53\x0b\x09\xad\xe2\xaf\xb1\x3e\x19\x8e\x2f\x19\x8e\x9b\x23\xf3\xc9\x70\x7c\x27\xad\x43\xf5\x3e\x49\x00\xa9\xea\xc9\x6e\xb5\x3e\xb9\x8b\xef\x62\xce\x9c\x0f\xd3\x4a\x2f\xd2\x4a\x63\xc8\x58\xdf\xed\xa0\xe0\x37\xe0\x5c\xc8\x2f\x9d\xc5\x84\xf2\x53\xe3\xf4\x6e\x86\x04\x69\xd6\xbc\xbe\x30\xaf\x57\xf4\x76\xeb\x93\x04\x60\x64\xaf\xa8\xed\x16\x96\xf6\x2c\x78\x57\x79\x6a\x84\xfd\x59\xc0\xfe\x60\xfa\x58\x82\xfe\x2c\x0c\xf1\x15\x55\xdc\x32\x39\xc6\x22\x39\x06\x9e\x75\xcb\xd4\x18\x8b\xd4\x18\x15\x8f\x90\x65\x66\x8c\x45\xc8\x88\x39\x87\x16\x71\x23\x59\xf0\xd2\x76\xbf\x72\xa0\x9d\xd6\x4f\x5a\xf7\xc6\x7f\x9d\x2d\xe5\x69\xfb\xba\xcd\x77\x9a\x87\x0e\x99\xe1\x7a\x91\xe1\xfa\x9e\x7f\xd7\x5f\xaf\xaf\xbb\x4a\x29\xd8\x54\x20\x3a\xd7\x27\x45\x20\xe1\x75\x05\x59\x70\x7d\x18\x34\x16\x01\x2c\x15\x60\xc1\xf5\x49\x12\xbe\xc1\x8f\xf0\x28\x66\xe4\x58\x88\xd5\x24\x00\x5e\x1f\xfe\x1b\xeb\x9b\xbc\x57\x1e\x8b\xe9\xa0\x53\xd8\xa9\x05\x9a\xfb\x4d\x67\x3b\x69\xca\x03\x2c\x95\xf8\x52\xc4\xa9\x5e\x2c\xa1\x8d\x16\xd0\x46\x17\x71\x8e\xeb\x93\x70\x7c\x8b\xb6\x3c\xc1\xcb\x9d\x5a\x70\xe8\x1e\x84\xe5\x56\x45\x0e\x0b\x84\xc1\xf5\x85\x6d\x05\x2b\xe7\x09\x0e\x57\x2e\xa5\x1b\xf2\x93\xad\x4f\xb6\xe5\x83\x06\x15\x4f\x70\x38\xd2\xe0\x00\xb9\x55\x12\xa1\x6f\xb3\x34\xee\xcb\xf6\xaa\x6d\x9a\xa2\x71\x05\x1e\xf2\x76\x93\x11\x61\x7d\xb2\x25\x64\x0c\xa9\xbf\xd9\x48\x84\x3e\x88\x50\x81\xd5\x26\x79\x48\x16\x9c\x16\x0f\x9e\x54\x88\x98\x1e\x13\x27\x2d\x3d\x35\x16\x9e\x1a\x57\x81\xfb\xfe\x5e\x67\x93\xec\x09\xc1\x1a\x4b\xd7\x8d\x45\x9a\x91\x7a\xba\x3b\x9f\x63\x48\x21\x88\x5c\x0b\xeb\x93\x2c\x81\xdc\x54\x09\x6a\x59\x9f\x72\xd1\x97\xd4\xa9\x9e\xce\x46\xb2\xf4\x41\x83\x80\xb7\x0c\x9d\x40\x82\xd0\x21\xd2\x31\x04\xbe\x1f\x59\x04\x1f\x4d\xaa\x5e\xab\xf8\xcf\xaf\xa0\x2e\x41\xd8\x50\xc5\x67\x25\x70\x06\xc9\x82\x1f\x4f\x7e\x24\xcd\x49\xe0\x05\x82\xd5\x2d\x0e\x54\xa0\x01\x24\x54\x05\x9a\x30\x0e\x7c\x71\xe2\x80\x04\x9d\x49\x52\x83\x24\xe2\x59\xd0\xe1\x4d\xeb\x97\x1d\x5e\xfc\x98\xf4\x33\x0e\x94\x17\x71\x24\xe1\xb9\xce\x83\x61\xa1\xbd\x88\xe3\xa2\xad\xea\x8f\xb6\x75\xb3\x34\x95\x61\x21\xe2\xc4\x91\x22\x0e\xd1\x2a\x61\xfe\x94\x20\x5f\x79\x45\x29\x10\x07\xf1\xb9\x71\x54\x66\xd8\xf8\x0f\x9d\x64\xe0\x55\x82\x71\x30\xcc\xa7\x12\x07\xd4\x04\xd4\xc2\x20\xb7\x4a\x16\xac\xfb\x60\xa0\x84\xef\x07\x89\x56\x2e\xa2\x70\xe3\x68\x4e\x1a\x72\x82\x5a\x20\xcc\xb9\x12\x04\x55\x55\x94\xa0\x41\x14\x55\x16\x4c\x67\xf2\x55\xff\x7d\x95\x4b\xea\x32\x74\x77\x07\x4a\x80\xb2\x33\x8e\xe1\x62\x25\x41\xa8\xd7\xc1\x57\xc3\x61\x25\x27\x50\xf1\x5a\x09\xbd\x4c\x02\x2f\x13\x60\x99\xe2\x18\xce\x19\x42\x50\x59\x85\xe9\x04\x93\x10\xd4\xeb\x60\x15\xa6\x83\x4a\x89\xc6\xb4\x4b\x21\x4a\x57\x80\xd2\x55\x5d\xe2\xe9\xaa\xa7\x14\x53\xaf\x42\xe3\xd3\xc6\x21\x0d\xf9\x1e\xc5\xb1\x1c\xd3\xb2\x25\x76\x6b\xd9\x52\xca\x35\xb5\x59\x13\xd6\xe4\xf4\xdc\x86\x70\x1b\x52\x76\xc1\x3e\x19\x47\x38\x24\xc8\x02\xfa\xd9\x00\x09\x2c\x0b\xe6\x7b\x32\xca\xb0\xa5\xe4\x47\xb0\x4d\x86\x7e\x31\x81\x2b\x8c\x99\xa1\x82\x60\xb1\x2c\xb2\xf1\xc1\x91\xdd\xee\x1e\x54\x61\x30\xee\xed\x29\xdb\x1c\xeb\x8b\xb6\x1f\xef\x51\xb2\x26\x40\x7a\xc5\xf1\xb8\x72\x10\x0a\x64\xf2\x30\xf6\x2c\x88\x3d\xab\xa4\xa4\x0d\x13\xd4\x04\xb0\x64\x75\x58\xe3\xc0\x93\x43\x31\xf3\x53\x1c\xaf\x8d\x27\x87\x52\xa7\x35\xfe\x96\xd4\xa2\x5e\x1e\x83\xd7\x41\xa5\x44\x53\x91\x9a\xe3\x78\x9d\x1e\xf7\x1d\xcc\xc5\x30\x6b\x7d\x94\x83\x95\xea\x56\x0d\xab\x72\x7e\xb3\x51\x13\xd6\xe4\x42\x71\xa0\xcc\x5d\x13\xe5\x60\x3b\x39\xd4\xe4\xb1\xf9\x13\xa4\xbc\x27\x5e\x28\x0a\xa6\xaf\xc0\x11\xa8\xa2\xd1\x0d\xb2\xde\x67\x31\xf3\xa3\x4a\x8d\x6d\x27\x49\x20\xe5\x5d\x14\xa2\x9e\xa3\xa4\x7c\x72\x61\xb0\x08\xfd\x86\x82\x5c\xf8\x98\x61\xa3\xc0\xa7\x44\x81\x6e\xe0\x58\x13\x45\xba\x51\x4e\x76\x98\xb5\x33\x75\x4e\x94\xe4\x60\x88\x39\x0a\x71\xdc\xa2\x5c\xec\x02\x6b\x57\x2e\x87\x79\xd1\xf8\xdf\x85\xda\x28\x08\x32\x41\x16\x7e\xa2\x96\xa2\x48\x66\x0a\x64\xe6\x9a\x56\x6d\xab\x50\x0b\x5d\x2c\xec\xed\xc4\x92\xe7\x01\x1e\x2d\x0a\x90\x4b\x51\x92\xda\x54\xe4\xb9\x30\x8b\x4f\x90\xc5\x87\x10\xa6\xd0\x19\x2a\x80\x99\xab\xf7\x61\x4b\x36\x9e\x24\xa9\x22\x83\x85\xf1\x84\x41\x3c\x21\x61\x4e\x61\xe4\x60\x10\x39\x48\xfe\xf3\xd0\x85\x2a\x70\xa1\xaa\x78\xfb\x04\x59\x80\xb2\x08\xb4\x57\x7e\xf5\x5a\x45\xe3\x85\x71\x62\x08\x0f\x32\x02\xd5\xdb\x85\xc4\xf5\x2a\x00\xaf\xbb\xa4\xd2\x86\x25\x46\x49\x36\xc8\x1c\x56\x51\xa4\x61\xa5\xa9\x1c\x63\xa0\xdd\xbd\x84\xd9\xb9\x9d\x61\xf7\x54\x24\xb3\x83\x25\x3a\x08\x4f\xcc\xc2\x61\xb1\xa0\x92\x35\x62\x15\x2f\xbc\x13\x83\x80\xc5\x2c\xce\xfc\x8f\x8f\x86\xa3\x1a\x34\x7e\x31\xf6\x61\xe3\xc9\xe6\x10\x9b\x15\x64\x16\xca\xe2\xce\x1a\xba\x93\x84\x15\x48\x18\x92\x52\x94\xe9\xc2\x40\xc2\xee\x9b\x96\xa4\x61\x25\xf9\x97\x4a\xe8\x48\x94\xe5\x38\x21\x46\x08\x25\x51\xc2\xd6\x83\xaf\x20\x7e\xf8\x8e\x65\x41\xf3\x8d\x31\x48\x8e\x0a\x94\x86\x10\x91\xd0\xa9\x2c\xf0\x23\xab\xa0\x31\x46\xd9\x2e\x5f\x12\x16\x6c\x14\x51\xb6\xab\x00\x03\x02\xc7\x1c\x78\x9c\x65\xc1\xe6\x0c\x9a\x92\xb0\x94\x87\xa6\xbc\x1d\x8f\x4d\x25\xd7\x01\x56\x5d\x94\xd7\x8d\x78\x79\xbd\x26\xff\xbd\xae\x55\x72\x1b\xad\xb1\xa7\x52\x91\x02\x15\xa9\x5e\x6b\xa9\x08\xd8\x7f\xa6\x99\x8a\xf2\x39\x04\x44\x9e\xea\x11\xfd\x6c\xea\xa3\x29\xce\xe3\xe7\xd0\xa1\x3e\x30\x4f\x71\xca\x6d\x10\xc4\x59\x2b\xe7\xea\x44\xe2\x89\x33\x25\x1e\xac\xf4\x71\xca\x80\x10\xdc\x59\xe1\x81\xe2\xc4\xa8\x14\xe7\xc1\xfb\x92\x1c\x4f\x88\x2a\x18\xc4\x79\x12\xa6\x16\xa7\x5c\xca\x09\x97\x02\xca\x64\x9c\x72\x29\xf8\xd4\x99\x6d\x2a\x74\xa9\x0b\x5c\xea\xb0\xe2\xc7\x29\xb1\x39\x4f\x06\x05\xfd\x39\xb1\xb9\xc4\x99\x44\xa7\x56\x2e\xf3\x89\x4b\x52\x9c\x27\x6f\xb8\x03\x95\x00\x9d\x70\x29\xf2\x11\x26\x6a\x0a\x12\x35\x5d\x27\xe4\x15\x3c\xc3\x2c\x58\xd1\xdb\x2a\x47\x7a\xf1\x23\xd4\x9b\x94\x4d\x59\x30\x52\xa8\xf7\x89\x22\x24\xce\x9b\x1b\x37\xfc\xca\x71\x21\x1a\xf9\x64\x9f\x92\x06\xbc\xfd\x2e\x19\x89\x53\xce\x85\x24\x4f\x97\x8c\x04\x5e\x80\x59\xb0\xa6\x9c\xc8\x13\x03\x7a\x90\xf6\xa9\xe2\x0e\x14\x27\x66\x97\x38\x2b\x3b\xdd\xe9\x51\x4a\x70\x22\x09\x55\xa7\x8d\x32\x24\xce\xe4\x60\x48\xd3\x13\x67\x77\xd6\x48\x3d\xd5\x31\x74\x97\x39\xa5\x9e\x06\xd9\x3d\xe5\x65\x70\x37\xac\x3e\x91\x67\x77\x01\x3b\xdb\x3a\x18\x42\x77\x5b\x93\xcb\xc1\xd9\x21\xce\xee\xa0\x90\x6a\x70\x01\x8a\x73\xd8\xf8\xa0\x71\x76\x75\x38\x99\x01\xfd\x98\x4c\x59\xee\xe6\x44\xce\xa9\xd0\xe8\x73\x3a\xce\xa4\x07\xd8\x82\xe2\x94\xbd\x39\x53\xdc\x31\x47\x55\x9c\xd3\x35\x4e\x12\x51\x7d\xb3\x4c\x65\x15\x04\xe0\xf6\x83\xc9\x48\x1a\x4e\x24\x9f\x76\xd0\xd4\xb2\xf1\x14\x80\xba\xbf\xc9\xde\x10\x82\xdb\x7f\xdf\xb8\x74\x72\x37\x5e\x09\x29\x0a\xf1\xb7\xf8\xc9\xc7\xb9\x3c\x1d\x32\x3c\x5e\x12\x69\xcc\x19\xb0\x4e\x50\xda\x53\x1a\x43\x3c\x6e\xf5\x55\x3a\xb7\x93\x49\x7e\xc5\xe4\x55\x71\x6e\x3b\x4c\xde\xa5\xff\x3e\xb2\x3f\xa8\x4e\x83\x62\x92\x3e\x2b\x8b\x97\x2a\x3a\xdc\x1e\xa1\xe4\x6a\xc8\x70\x19\xe7\xe3\x69\x7c\xf2\x34\xca\x3f\x9e\x52\x9d\x13\xb9\x07\xd3\x68\x9c\x8f\xfd\x25\x0f\xd3\xbd\x6f\x8f\x8d\x3f\x6f\xd6\x8c\xbf\xbf\xb6\xe7\xeb\xe6\xbe\xed\x7f\xff\xed\xde\xc6\xd7\x63\x92\xa4\xa9\xe2\x7d\x14\xe7\xeb\x31\x49\xa1\xa8\x7b\xf3\x3e\xc7\x97\x52\x4f\x87\xa2\x9f\x9f\xbb\xf6\x45\xd6\xe4\x91\xb8\x24\x3f\xc4\x08\x03\xc4\x16\x97\xec\xd0\x05\x41\x02\x52\x31\x08\x1d\xce\x82\xfd\xe7\x72\x5e\x92\x9f\x0b\xca\xd2\xb8\x9c\x57\xb1\xa9\x42\x53\x95\x9a\xcb\x9a\x1c\x37\x92\x87\x60\x9e\x71\x25\x0f\x54\xa5\xc1\x17\x56\xa0\x20\x22\xd9\x1c\x5c\xa1\x6f\x6c\x5c\x85\xc6\x21\xc2\x17\xaa\xda\x20\x46\xb9\x12\x18\x12\x97\x14\xe9\x82\x22\xe1\xe1\x14\x80\x7f\x66\x41\x5b\x9d\xe9\xa0\xba\x89\x4b\x5b\x11\x47\xc7\xa0\xe6\x00\x01\xb4\x12\x28\x12\x04\x2e\x67\xc1\x8f\xbc\x29\x26\x25\x8b\x2b\x89\x89\xf9\xb8\x82\xc4\x63\x7f\xe2\x4a\x99\xa7\x12\xe9\x11\x97\x1c\xc6\x95\x6c\x45\x77\xa4\x38\x5b\x06\x3e\xba\x04\xa2\xc6\x55\x7f\xbf\xe5\xce\x40\x42\xae\xe6\x52\x21\x23\x79\xc4\xf5\xdf\x0d\xfc\x77\xb1\x85\xc5\xd5\xfc\xad\xe7\x7a\x3a\x4a\xf9\x86\xab\xfb\x1b\x43\xea\x2e\x42\x52\x12\xb3\x6d\xc5\x25\x09\xb9\x10\x7e\xc0\x01\x8c\x4b\x2e\xe1\x4a\x19\xa8\x3b\x3b\xb9\x84\x2b\xe9\x05\xc9\xa3\x02\xb0\xd2\x2c\x26\xbf\xd1\x92\x5c\x02\xc1\xd8\xb5\x73\x31\x2e\x49\xc1\x05\x9b\xd0\xb9\x18\x97\x6c\x02\x71\xd9\x15\xaf\xa3\xb8\xa6\x8b\x8e\xed\xe6\xf2\x47\x69\x01\x7e\xc7\x18\xda\x82\x74\x6a\x59\xd0\x14\x6c\x89\x78\xa8\x41\xe8\x76\xed\x9e\xbd\xe5\x36\x70\xf5\xbb\x67\xcf\xab\x7f\xc1\x4b\x00\x22\x1a\x57\xb8\xf1\xc9\x52\x5c\x97\x63\x08\x97\x0f\xf6\xa2\x7b\xae\x14\x64\xae\xe4\x32\x88\xb7\x8d\x0b\x1b\x6f\xe0\xec\x7c\x5d\x8e\x61\x3b\x9d\x24\x0a\xf5\xb7\x81\xdb\x2d\x4d\x56\x04\x17\x9b\xb8\x64\x38\x2e\x18\x8e\xee\x41\x7b\x6c\x3c\x29\xc0\xf0\x6c\x3c\x8e\x20\xc5\x96\xeb\x72\x36\x32\x1c\x60\xad\x9a\xf0\x2b\xae\xd7\x15\x45\xc9\xfa\xdb\x67\x6f\x37\x81\xe7\xa6\xfb\x8a\xeb\x73\xf9\x30\xf2\x5e\x5e\x54\xaf\xf7\xf5\x61\xe0\x74\x19\x3e\xa7\xf3\xb1\x7e\xbc\x1e\xc2\xb5\xc6\x05\xcb\x81\x39\x33\x6e\x8c\xba\x71\x1f\x0c\x7e\x76\xaa\x2e\xab\x20\x65\xd5\xaa\x6a\x15\x6d\xf1\x58\x18\xcd\x1e\xf7\xa1\xdd\xd5\x2a\xa8\x22\x2e\xdc\x03\xc1\xf7\x96\xc1\x00\xfe\xb5\x0e\xc4\x99\xdb\x2b\x7e\x73\xc5\x07\x92\xef\x8d\x35\x26\xee\xbc\xe9\x75\x70\x94\x6f\xaf\xf8\xcd\x15\x1f\x1c\x65\xb1\x61\xe3\x46\xc4\x21\xbf\x57\xdc\x5e\xf1\x3b\x19\x0d\x5c\x82\xe2\x56\xc2\x21\xab\x1d\xc6\xd2\x10\x2a\x36\x40\x82\xad\x98\x46\xe3\x96\xe5\xb8\xb9\xf3\x44\x17\xc4\xed\x9d\xbf\xd1\xce\xe2\xf9\x13\xf7\x65\x53\x29\xb8\x5c\x98\x34\xe3\x96\x0c\x80\x16\x6b\xfa\xaf\xb8\xd5\x95\x00\x16\x7b\x11\x47\x1f\xf7\xed\x0c\xd1\xc6\xe2\xa5\x13\xb7\xd2\x08\xbe\xeb\xf8\x24\xc5\x2d\xc7\x71\x43\x3e\xb0\x5f\xc6\x5d\x9d\x60\x92\x8f\x3a\xd8\xd6\x1b\xab\x4d\xdc\x75\xe4\x7f\x0c\xa1\xba\xec\x48\x23\x00\x9e\xc6\x2d\x01\xb9\x1b\x8d\xd3\x52\x73\x82\x0d\x91\xdc\xbd\x91\x80\xdc\x8d\xff\x20\x4e\x80\x09\x64\x71\x52\x45\xeb\xdd\xad\xef\x6c\x3d\xec\xdf\x2d\x51\xb9\xd1\xb1\x0c\x27\xa8\x8e\xe5\xc6\x44\xac\xb4\x2b\x18\x6d\xdc\x08\x1a\x03\x66\xfd\x96\xe7\xb8\x07\x3f\xc2\xf5\xdc\xc3\xf5\x1b\xac\x0c\x9c\xd7\xad\x4a\xe5\x4e\xd6\xe3\xc2\xac\x18\x66\x17\x8c\x1b\xb2\x32\x7e\x55\xee\xc5\x64\x2f\x60\xaa\x84\xb5\x8d\x1b\xe9\x63\x78\x96\x97\xd3\x86\x88\x80\x62\x18\xf7\x72\x5f\x93\x96\x54\xc2\xa4\xc3\xa4\x84\x71\x23\x90\xcc\xe3\xfe\xfb\x93\x7b\x87\xbb\x90\x04\x05\x7c\xda\x00\x73\x21\x8b\x0f\x8d\x03\x55\x72\x17\x37\x24\x66\x7a\x62\x95\x60\x6e\x18\x0e\xe2\xac\xe3\x96\xa0\x00\xbf\x60\x86\xae\xb8\x1f\x47\x8d\x70\x02\x86\x69\xdc\x0a\x27\x77\xf2\x06\x44\xa6\xc4\x2d\xf9\xb8\xd1\x7a\x60\x3f\x0c\x93\x21\x06\xb0\xbd\x95\x58\x86\x00\xbb\x37\x8b\x9e\xff\xd1\xb8\xd4\xe3\x46\x5e\x99\x8e\xfd\xb5\xf1\x97\xc6\x69\xe9\x73\xe8\x88\x2b\x98\x0b\xe3\xfe\x9c\x20\xc4\x63\xda\x94\xc4\xe3\x4e\xb1\xa5\x4e\xde\xf4\x2a\xf1\xa8\x88\x22\x98\x02\xa3\xaa\x2d\xa9\xd8\x68\xc9\xf5\x10\x55\xc1\x03\x78\x09\xb3\x79\x45\x55\xca\xa8\x29\x65\x00\x9b\x19\x15\xbb\x6d\x80\x37\x51\x09\x86\x8e\x8a\xdd\x36\xc0\x16\xae\x18\xe7\xa2\xaa\x1d\xa9\x65\xe7\x7f\x83\x1a\x46\x55\x21\x14\x18\xe7\xa2\x9e\x36\x9e\xf4\x02\xb8\xde\xa8\x0a\x27\xa0\x0f\x0f\xdb\x56\x10\xa9\xf9\xfa\x63\x4f\x8f\x8a\x85\x36\x48\x13\x59\x31\xe9\x85\x28\xc4\x01\x0a\xb1\x07\xb8\x4a\x26\x6a\x92\x86\x4b\x45\x43\x55\xb1\x41\x2a\xc9\x4a\x24\x76\x54\x15\x1b\x35\x65\x16\x4f\x79\x55\x56\xa9\x49\x25\x3c\xd1\x55\x8d\x2a\xb8\x19\x15\x73\x61\x00\x9e\x91\x45\x6e\x0c\x67\xbc\x56\xd7\x17\x1d\x2b\x11\xdd\x21\xa8\x46\x00\x72\x6c\x4a\xb1\xa8\x92\x04\x00\x8f\xbd\x08\x15\x3b\x6e\x54\x28\x02\x2a\x2b\xb3\x50\x06\x00\xc8\x66\x13\x8b\xaa\xd6\xb5\x36\x76\x8a\x33\x0c\x2c\x47\x16\x34\x0e\xff\x4d\x8e\xca\x2c\x3e\xaa\xd8\x2a\xe9\x46\x45\x06\x21\xb6\x3b\xaa\xca\x08\x92\x52\x36\xc2\xb8\xa3\xaa\x50\x05\x36\xb9\x01\x49\x18\x02\x7d\x44\x9d\x7e\xc5\x0c\x65\x21\xea\x1c\x28\xc0\xf8\x71\x3a\x88\x49\x8f\x08\x71\x55\x7e\xa1\x26\xbf\x80\x9f\x41\x54\xf9\x05\x82\x72\xcc\xee\x15\x55\x71\xa2\x2e\xa6\xc8\x1b\x5f\x65\x21\x48\x71\x39\x79\x7d\x08\xd5\xc9\xe2\xe5\x23\xa6\x13\x36\x1e\x34\xce\xa0\x54\xa0\xd6\x14\x21\xc8\xca\x17\x55\x05\x6a\xcd\x6b\xdf\xb0\x0c\x86\x71\x3e\x41\x68\x0f\x69\xfa\xa2\xca\x64\x90\x00\xb3\x1d\x9e\xd7\xed\x52\x25\x6d\x68\x87\xa7\x53\xa2\x40\xf8\x8f\xf9\xc1\xa2\xaa\xd6\x20\x14\x08\xff\x84\xa8\xca\x17\x35\x39\x8b\xc9\x53\x57\x55\x97\xd6\x87\xe5\xf4\x08\x3d\xce\xee\xa1\x25\x8f\x90\xd2\x44\x7d\x98\x9e\x67\x41\xe5\x68\x7d\xf9\xd1\xc3\xa0\x5a\x03\xac\x93\xeb\x3e\xfd\xca\xb1\x27\x1b\xd1\x0a\xe2\x59\xfd\x1c\x68\x52\x85\x56\x5c\x86\xcf\x0d\x4c\xfe\xa1\xe1\x15\x13\x4d\x99\xa1\x25\xb3\xd0\x0a\x43\x15\x1b\x25\x5a\x52\x82\x46\xcc\x77\x90\x59\x33\x0b\x7e\xe4\x8d\x6a\x4a\x08\xe4\xd7\x9c\x7e\xa4\x81\x04\x18\x95\x56\x2e\xab\xa6\x55\x2b\x47\x8a\xa2\xc1\x7c\x9b\x41\x8a\xcd\x86\x2f\x7e\x34\x35\xa4\x2d\x79\x06\x7c\x32\xa2\xa9\x0e\x6d\x79\xe1\x1b\x60\x76\xd1\xe4\xfd\x5b\x72\x06\xd3\x96\xe4\x0c\xc0\xbb\x6e\x78\xe6\x47\xd3\x8a\x02\xdc\x75\xc3\xf2\x1e\x4d\xba\x40\x5c\x55\x03\xdb\x2e\x1a\xde\x9d\x01\x00\x76\xc3\x05\x3f\x9a\x6a\xca\x76\x8f\x6c\x9d\x41\xc9\x05\x10\x82\x65\x0e\xaf\x20\x0e\x2b\x0b\x86\xce\x01\x69\xea\x22\x48\xdc\x79\x01\xc9\x12\xcd\x4b\xdf\x2a\xeb\xce\x99\x69\x58\x6e\xa3\x61\xb9\x25\xdb\x7c\x98\xd6\x33\x5a\x63\xa4\x10\x99\xe6\xab\x0f\xc8\x76\xc3\xa8\x16\x4d\x33\x4a\xcb\x7b\x6d\x42\xaf\x10\x41\x26\x40\x90\xb9\x08\x2b\x0c\x21\xb8\x83\x2c\x9e\x8d\x34\x71\xd1\xd4\x4f\x10\x04\x76\xe1\x95\x10\xad\x3b\xc5\xce\x20\x5c\x2e\xd5\x92\x2d\xa5\x8b\x46\x34\x79\x08\xd3\x1d\xc0\x74\x5f\x6a\x00\x9b\xbc\x01\x81\x5d\xed\x3c\xfe\x0e\x1c\x1a\x4d\x91\xa1\xa5\xc8\x00\x22\x6e\x34\x5f\xfb\x06\x51\xc0\x43\x3f\xda\x72\x9d\x92\x12\x34\x1c\x86\xa3\xa9\x3f\x68\x79\xed\x9b\xda\xdb\xa6\x79\xa4\xe5\xbd\x9f\xce\x23\x1c\x4e\xdc\x7c\x44\x53\x5e\xef\x96\xef\x7c\x3b\x7f\x5f\xb9\x72\xc1\xa0\x9d\xad\xd6\x90\x96\xd7\xbc\x9d\x4e\x6d\x3b\xdb\x4d\x87\x1e\x0e\xe5\x03\xa0\xc4\xaf\xbb\xb1\x0b\x2a\x10\x40\x12\x6f\x5a\xcf\x8c\x2c\x8b\xc6\x75\xc6\xa7\x36\x9a\x86\x0d\x92\x8c\xb6\xd3\x7d\x7f\x6c\xeb\xb1\x2d\x36\xd9\x1b\x4e\x58\x99\x79\xc0\xa2\xa9\x11\x68\x98\x49\x6f\x9b\x7f\x9d\x10\x97\x1e\x87\xd9\x30\xf6\x2c\x9a\x97\xbe\xf9\xa3\xdb\xf7\xb2\xa8\xa8\x45\x9b\x9a\xcb\x06\x1d\x38\x3d\x30\xd2\x01\x62\xd2\xda\x09\x01\x69\xd2\x01\x12\x92\x9a\xec\x2b\xba\x74\xa0\x27\x47\x20\x27\x60\xc0\x5a\x10\xb0\x46\xc8\x63\x18\xae\x16\x00\x06\x35\x42\x0c\xa2\xcb\x1b\x74\xac\x24\x1a\xcb\xba\x64\x00\x30\x74\x33\x7a\x85\x09\x4b\xa3\xe7\x3d\x6f\x84\x71\x87\xf9\x4a\xa3\xe7\xcb\xde\x2e\x28\x8a\xd8\x43\x01\xf6\x10\xde\x44\x61\xb2\xd2\xe8\x90\x01\x9c\x43\xa3\x9f\xbf\xa6\x5e\xaa\x18\x28\xce\xe1\xd1\x93\x25\x98\x3c\x09\x22\x16\x45\x4f\x5e\xa0\x5d\x9c\xa3\xae\x31\xb5\x5f\x34\xce\xa0\x14\x06\x7a\x3e\xfc\xf8\x17\x85\x00\x46\xd1\x6f\xf4\xef\x9c\xac\xee\xc3\xdf\x53\x4a\x20\x4e\x33\xc4\x6b\x0f\xf0\xda\xdb\x05\xe3\xdf\xb5\x68\x90\x46\xb5\x29\xcf\x75\x49\x45\xaf\xac\x0b\x8f\x60\x57\xbb\xd0\x93\x01\x20\xaf\x69\x74\xed\x17\x84\xea\xb5\x8b\xa3\xd6\xd5\x5a\x02\x00\xdf\x2e\x4e\x4c\x57\x3c\x20\x78\x8f\xdc\xa7\xd1\x65\x06\x3a\xb4\x03\x77\xca\xe8\xda\x2a\x3a\xfc\x01\x81\xde\xd1\xa5\x1d\x24\x68\x6d\x9a\xc2\xba\x8a\x4c\x92\xb5\x4e\x54\x07\x5d\xad\x65\x4f\x42\xd0\xae\x5f\xd5\xb6\x2a\x2f\x2f\x87\x4a\xe8\xf9\x00\x7a\xbe\xe1\x15\x18\x5d\x0b\x6c\xff\x99\x2a\x18\x82\x5a\x08\x82\x07\xe7\xaf\xc6\x41\xc1\x42\xe0\x28\x18\x5d\x16\xa2\x0f\x96\x0a\x52\xd5\x55\x64\x82\x65\x3f\x7f\x1f\xb9\x0f\xf3\xcc\x1a\x06\x3e\x6d\x7b\x72\x45\x1c\xa6\x36\x0e\x92\xc7\xca\x5a\x75\x19\x8f\x3e\x6d\x9b\x95\x52\x8f\xd9\x93\xfa\x34\x90\xc9\xa2\x6b\xa6\xed\xc9\x92\x94\x03\x9a\xd7\xa5\x44\x3d\xe5\x8e\x76\xff\xaa\x3c\x2e\x40\x9d\x1e\xbc\xa7\x5d\x4a\x24\xb0\x3e\x58\xf6\xd1\x55\x65\x92\x9f\xb6\x69\x80\xea\xe1\x2e\x13\xbf\x72\x78\x21\xa4\x4e\x1d\xea\x84\xcb\x5f\x74\xa9\x53\x87\x1f\xb9\x91\x98\xc5\xe8\x0f\x30\xfa\x2f\x6d\x1c\x5d\x82\xd5\x53\x24\x31\xff\x59\x88\x9d\x15\x64\xba\x6d\xb8\xf8\x45\x57\x7d\xd1\xa1\x4e\xda\x88\xba\xd4\x09\xe8\xfe\x86\xcf\x5d\x74\x89\x4c\x4f\x41\xa2\x49\xfd\xbb\x82\x04\x51\x97\x85\x08\xd1\xe8\xb2\x11\x00\xfb\x9b\x6d\x2c\xba\xc2\x45\x27\x18\x0a\xd4\x9f\xe8\x52\x94\xfe\xd1\x96\xe7\xf6\xb3\xad\xcf\xb6\xb2\x47\xa3\x34\x63\x80\xda\x7a\x70\xc3\x07\xbe\x5e\x31\xc8\x9d\x80\xa7\x5a\x0c\x39\x8b\x01\x4d\x01\x33\x2c\x0c\xdb\x8c\x71\xb0\x69\x9c\xe5\xa1\x1e\x82\x40\xcd\x86\xd3\x56\x0c\x4d\xaf\xa3\xd8\x16\x3d\xca\x5a\x90\x66\x57\xc4\xec\x18\x6a\x1f\x07\x94\xe7\x46\x06\x30\xe3\x6e\x10\xe0\x79\x11\x07\x1e\x43\x89\x83\x74\x05\x05\x47\xb8\x18\x72\x20\xa4\x2e\x68\x5a\xa1\x86\xf6\x90\x71\xb2\x69\xec\xd0\x50\x5d\x31\xc0\x35\xc2\x5d\x2e\x86\x04\x6a\xc0\x95\xdc\x88\x01\xe6\xf3\x8d\x01\x57\x72\x73\xc4\x87\x14\x6a\x5c\xf6\xc8\x20\x94\x56\x8c\x2e\xc5\xa9\x2e\x86\x76\xd8\x71\xb1\x38\xff\xc2\x6d\x2a\x86\xac\x0d\xe9\x7f\x9b\xf6\xad\xa1\x51\x65\xc0\xed\x68\xdf\x32\x68\x35\x08\x5a\xbd\x2a\x07\x7e\x48\xc3\x46\xf2\x33\x4d\x93\xd7\x90\x3c\x91\xb0\xa1\x69\xe0\x1a\x8a\x2a\x83\xdc\x2c\x07\xef\xe5\x50\x21\x3a\xa0\x58\x9a\xb3\x04\x5f\x8b\x91\x64\xaa\x69\xce\x1a\x9a\x57\x07\x11\xea\xf8\xf4\xc5\x90\x64\x91\xfb\xc1\xac\x69\x31\x24\x59\x03\x76\xa7\x7a\x8a\xb4\xb8\x0e\x52\xed\x2b\x28\x0c\x35\xa7\x44\xca\xb6\x7a\x59\xe5\x50\x93\xc5\xb9\x88\xb1\x8f\xa1\x11\x76\x90\x1d\x92\x68\xa0\x18\xb2\x3b\xa3\x33\x21\x6e\xca\xd0\xfa\x02\x26\x5c\xab\xbc\x30\x42\xc2\xc5\x80\x6a\x55\x4f\x91\x36\xd7\x81\x73\xfc\x6f\x25\x86\x3b\x9f\xc4\xeb\xd2\xd4\x47\x5a\x8a\x3f\x41\x16\xe5\x56\xdd\x53\xc5\x23\xa0\xe4\x9a\x66\xaf\xa1\x86\x75\x4c\xe6\xe8\x12\xaa\x1d\x19\xd3\xb6\xe8\x51\xc2\x35\x10\x86\xc0\x57\x8b\xa1\x2a\x84\x44\xcb\x4d\xdf\x91\x21\x2b\x34\x82\x1e\xbd\x16\x52\x96\x81\x10\x43\xd4\x7a\x0c\x99\x1c\x20\xec\x0a\x18\x58\x31\x54\x95\x92\x0c\xa3\x55\x4f\xb7\x96\xd8\x01\x65\xd1\x0b\x63\x48\x59\xc6\xc3\x3e\xc2\x4c\x0c\x29\x0b\x11\xc9\xe6\x6c\x8b\xa1\x1a\x94\xa8\xe3\xd6\x3c\x39\xf2\x2a\x03\x10\x71\xd2\x47\x84\x71\xc8\x41\x1c\xb2\xc9\xd9\xc2\x30\xe4\x18\x49\x73\x1a\xf9\xb7\x62\xc8\xbe\x8c\xa4\x39\xad\x41\x2a\xc7\xe7\x4d\x41\x8c\x69\x90\xca\xa1\x2d\x96\xd4\xcf\xe5\xf0\x22\x6a\x8c\x1d\x70\x34\xc0\xac\xc6\x94\x5b\x99\x07\x3f\x72\x98\x0c\x68\x0e\x02\x9a\x9b\x5e\x05\x53\x3b\xeb\x3c\x58\x7b\xce\x84\xa9\xa2\x03\x6c\xbe\xa6\xa7\x81\x51\xcf\x41\xd4\xf3\xe5\x31\x99\xea\x41\x67\xa1\x47\x8e\xc9\x94\xa7\x99\x27\x3f\x42\x0d\xa6\x4a\x4f\x42\xa3\x9b\xc6\xf9\x29\x19\x01\xd9\xaf\x11\x44\x1e\x06\x4b\x07\xc1\xd2\x57\x85\xfe\x4c\xe2\xdb\x62\x12\xf1\x42\x5e\xc0\x98\xaa\x3d\x27\xd4\x80\xd0\xb5\x30\xa2\x3a\x88\xa8\x2e\x0a\x87\x53\xe3\xeb\xbc\x68\x1e\x3f\xa4\xa9\xf1\x75\xc2\xd7\x34\x38\xa4\x29\x51\x20\xfa\xba\x11\xba\x16\x53\x8d\x26\xc9\x46\x4c\xeb\x16\x53\xb9\x85\xfc\xd7\x62\xb7\x87\xe9\x47\x62\x42\x14\x00\xe1\x8a\xa9\x28\x43\x46\x92\xa6\xbd\x65\x4a\x01\x26\x77\x1b\xa4\xd4\x98\x9a\x55\x67\xb3\x2d\x7a\x54\xa7\x39\xb9\xc8\x8d\x87\x7e\x2a\xb7\xcc\x94\x5b\x8a\x42\xeb\xf4\x6e\x93\x48\xbb\x75\x48\xda\xd4\x2a\x32\xe1\x5a\xb4\xdd\xcc\xfe\x6b\xeb\xa3\x8a\xb6\xbc\xc8\x13\xa5\x06\x11\x6d\x31\xb5\xac\xce\x61\xf3\x8c\x4b\x8e\x84\x14\x2a\x62\xbd\x87\xa9\x53\x62\x92\xab\x1e\x2f\xd7\x98\x1a\x52\x27\x77\x9b\x7c\x6f\x31\xbd\xdb\x04\xa6\xb7\xce\x59\x9d\xde\xed\x39\x31\xda\xa3\xd0\x9e\xaa\x3e\xe6\x62\x6b\xdd\x34\xd5\x9c\x33\xf9\x89\xa6\x15\xd1\x48\xf6\x98\xf0\x16\xe5\x57\xe5\x84\xb8\xee\x64\x75\x8b\xa9\xad\x84\x7c\xe0\x4d\x13\xce\xd4\x4c\x3a\x11\x73\x34\xe1\x90\xc9\x25\x0b\xdb\xe2\x7c\x11\x24\x1e\xe6\x73\x29\xb6\xa5\xba\x73\xc2\x5b\x68\xb0\x31\x4c\x3e\x08\x93\x2f\xc5\xb6\x24\x0a\x46\xc9\x2b\xac\x4f\x29\x00\xd0\x8f\xad\x7b\x7c\xb5\x8a\x4e\x32\x58\x29\xad\x1b\x4a\x1f\x13\x2c\xe4\xe2\xb9\x57\xdf\x49\x12\x72\x81\xe7\x63\xaa\xdd\x24\x15\x4c\x03\xc9\x2b\xa6\x96\x4f\xd2\xc2\x08\x3b\x1f\x53\xa6\x64\x22\xd3\x10\xca\x16\x53\xa2\x30\x3f\xdb\x62\x10\x9a\x43\x09\xd4\x2f\xa0\xbe\xc5\x92\x03\x21\xab\x4c\x51\xce\x37\x74\x3f\x00\x9f\x34\x9f\x5c\x2c\x6d\x23\x0b\x3a\xd1\x7f\x5f\x4d\xab\x58\x7b\x98\x12\x91\x27\x63\xc1\x81\xf4\xfe\x2f\x84\x60\x13\xd7\xc4\x42\x0e\xea\xdc\x94\xa5\x1c\x04\x20\x40\xeb\x08\xfd\xe6\x5a\x8f\xc5\xab\x8f\x53\x77\xac\xeb\xf7\x55\xde\x27\xed\x30\x4b\x31\x64\x21\x74\x68\x74\x59\xb7\x3f\xde\xfe\x38\xa8\x0a\xab\xde\xac\x42\xaf\xbf\x34\x5c\x90\x95\xbd\x8d\xd3\x2a\xdb\x02\x3b\x4c\xcd\x83\xd0\x98\xb1\xb8\xfa\xda\x37\x96\x8e\x54\xc0\x10\x34\xcd\x2e\x4b\x63\xe8\x02\xe3\xb6\x20\x06\x2c\xaf\xfe\xe2\xf1\x27\x48\x2d\xcc\x9b\x13\x40\x6a\x36\x42\xd2\x62\x69\x0e\x5d\x64\xce\x23\x55\x79\x2c\x95\x97\x4b\x6a\x00\x4b\xb4\xa4\x06\x0b\x79\x45\xe3\x8c\x10\x9b\xb1\x00\x81\x07\x6b\x3f\x96\x8f\x3f\xa8\x9b\x26\xa5\x8b\xa5\x85\x63\x25\x9d\x68\x44\xa5\xc5\x52\xd7\xb1\x00\xbf\x01\x3a\x2f\x96\x9e\x17\x0b\x02\xa1\x15\x60\xa9\xeb\x58\xe8\x3a\x74\x86\x5c\x0a\x31\x24\xf0\x29\x78\x23\xc7\xd2\x0e\xb2\x10\x59\xd4\xe6\x2f\x5f\xfa\x35\x68\x8b\x67\x7d\x69\xf4\x20\xcb\x4f\x1b\x1c\xe5\xa5\xd0\xb2\x70\x32\xf7\x91\x5d\xd2\x8c\x35\x6d\x8b\x09\xa9\x2b\x59\x98\x57\x2b\x8f\xd9\x52\x13\x0a\x3a\xe8\x55\x5d\x1c\xe5\x11\x92\x03\x89\xea\x1f\x4b\x79\x64\x01\xf8\x85\x03\x74\x2c\x4d\x23\xa4\x0b\x6a\xa3\x59\xc5\xd5\x5f\x20\xed\xe9\x13\xbd\xa4\x19\x0b\x79\x44\x75\xfa\xd2\xe4\xba\x80\x42\x07\xa4\x21\x96\x5c\x03\x79\xf5\x9b\x2a\xf6\x25\xd7\xb0\x36\x3f\xba\x5e\xda\x43\x48\x32\xd4\x06\xb4\x7f\xa9\x40\x59\x28\x50\x74\xaf\x5c\x2a\x50\xc0\xa5\x68\xc3\x95\xd0\xc2\xba\x92\x9a\x5c\xfa\x57\x2e\xc9\xc8\x82\x8c\x10\xb0\x1e\x66\xf0\x0f\xf2\x15\x35\x30\xaf\x62\x49\x46\x16\x0a\x94\xe1\xd6\x6a\x75\x05\xfd\xb4\x69\x24\x5a\x52\x96\xf5\x1d\x54\xd1\xa3\x82\xcc\x82\x8c\x4c\x98\xb8\xa5\x20\x03\x00\x46\x9b\x4e\x5b\x46\x62\xc1\x48\x10\x59\x16\xa1\x95\x04\xe0\xd3\x06\x88\x55\x88\x92\x11\x20\x62\x34\xb5\x9f\xa1\x3d\x35\x00\xe6\x3f\xe1\x2d\x02\x04\xc7\x00\x1d\xb5\x4d\x4e\x74\xc8\x35\x00\x8e\xda\x08\x11\x8b\x90\x28\x04\x0a\x51\xb5\x65\xa1\x88\x42\xfa\xa5\x06\xca\x6d\x88\x99\x11\x81\x0c\x31\x39\x5f\xa1\x0c\x11\x60\xb7\xab\x40\x0b\x6d\x9e\x41\x76\x94\xd3\xe6\x7d\xfc\x03\x89\x00\x98\xaa\x08\x6d\x9e\x62\x6d\xa8\x41\x33\x5b\x53\x44\x92\x8b\xa2\xba\x2c\xe4\x07\x80\x64\x6d\x2a\x48\x42\xe3\x45\x24\xb9\x68\xaa\x43\x42\x3a\x01\x3a\x6b\x9b\x70\x0d\x21\xaf\x4f\xb2\xa7\xa2\x52\x2d\x54\x6d\x06\x86\x09\x35\x0f\xe1\x75\x07\xc9\xb5\x4d\xe4\xa4\xd0\x30\x11\xdc\x6d\x32\x41\x45\x78\xb7\x03\x96\x5d\x5d\x40\xa8\x9f\x08\xac\x97\xc0\xc1\x46\x74\x47\xcf\x45\xd6\x15\x35\x54\x5a\xc6\xc0\x39\x89\x33\x61\xa6\xa9\x88\xbc\xb5\xfd\xe0\xc2\x84\xb7\x36\x26\x5f\x41\x6a\xc3\xfb\x18\xd3\xe6\xd9\x47\x95\x97\xb1\xae\xfc\x0a\x22\x1a\xbe\xe1\xa1\xef\x93\x07\x40\xfe\x3c\x16\x5e\x54\xfe\xe8\x7d\x8c\xe0\x47\x68\x61\x68\x79\x8c\x60\x10\x10\x2b\x33\x5b\x85\x99\xad\x4e\x17\x5a\x23\x03\xf9\xad\xba\xe2\xa1\x79\xad\x22\xf2\x76\x75\xc5\xc3\xf0\x5a\x45\x3e\xd2\x5d\xe3\x4b\xe8\xa7\x1d\x8f\x6d\xb1\xf6\xda\x27\x23\x6f\x97\xb9\xe6\x22\xbc\x56\xf1\xd0\x16\x8f\x6c\x68\xa0\x8c\x87\x71\xf1\xa2\x86\x37\x2d\x5e\x46\xcf\x8b\x1a\xde\xb4\x78\xf9\x11\xa1\x2a\xf4\x5c\x88\x8f\x95\xf0\x4c\xc8\x9f\x07\xfc\xf9\xe9\x6e\x6b\x8f\x0c\x9c\x95\xb4\x9a\x84\xf6\xc8\xf8\x18\x3d\xaf\x95\x60\x14\x01\x00\x85\x69\xe7\x62\x6b\x8f\xdc\x87\x6d\x4d\xaa\xc2\x2a\x6e\xda\xbf\xc0\xbe\x8c\xed\x45\xdc\x85\x99\x40\x63\xb7\x1c\xfd\x06\xf3\x49\xad\xa8\x00\x16\xb1\x0b\x1b\x68\x57\x6a\x14\x40\xb0\x30\xb3\x42\x6c\xef\xe6\x4e\x5e\xdf\x94\x77\x21\xa8\x45\x80\x64\x51\xd4\x8b\x6e\x2d\x96\x3b\x79\xfd\x62\x5c\xc1\x96\xc9\xdf\xe0\x82\x1a\x32\x20\x62\x45\x80\x58\x61\x5a\xbc\x30\x05\x59\x00\x5c\x51\xd4\x9e\x0a\x5b\x13\x64\x20\xeb\x07\x14\x6f\x6b\xa1\xdc\x24\x1a\x34\x20\x60\xcb\x22\x6c\x2e\xb5\x01\x01\x42\x56\xc4\x4e\x4e\xa1\xcb\x72\x6f\xad\x1a\x3b\x39\x85\x5e\x1c\x97\x1e\x96\x26\x33\x23\xbe\x3f\x04\xb6\x88\x9d\x44\xc1\xf4\x7a\xb1\xb5\x6a\x80\x75\xd1\x0b\xd4\x53\xac\x8b\x00\xd8\xa2\x13\x45\x16\x5b\xfd\x00\xf8\x16\x45\xad\xee\x56\x59\x09\xbe\x45\x97\xb5\xdd\x3e\xfe\x9b\x78\x11\xe0\xb1\x62\x2b\xf9\x03\x7f\xd1\x0b\x37\x65\x4b\x0d\x76\xe7\x47\xc8\xdb\x56\xa6\xdf\x1d\x67\x42\x48\xe5\x96\xef\xdf\x83\x71\x71\x2d\xb6\x4c\xfe\xe6\x0d\xd7\x61\x49\x04\x8c\xd8\xf9\x94\x77\x8d\x40\x5b\x01\x7e\x93\x8c\x07\x8c\x9a\x10\x02\x23\x00\x83\xee\x84\x6d\x05\x88\xd0\x59\xd8\x16\x13\xd2\x5b\x72\x93\xae\xc4\x00\x06\x31\x30\x02\x0c\x8c\x42\x3e\xab\xd8\xbe\xe1\x7b\x31\x7a\x18\x4d\x81\xa2\x03\x2c\x8c\x62\x50\xc3\x96\x66\x80\x7c\x61\xce\xbd\xd8\x9a\x33\x49\x13\x57\x8c\x73\x10\x39\x3a\x80\xbe\x28\x2a\x93\x05\x8e\x0e\xa0\x2f\x7a\xe1\x9e\x6f\xdf\x70\x60\x30\x2e\x05\xbf\x2d\xb1\x01\x0e\xc3\x54\x7d\x61\xaa\xb9\x10\x49\x5a\xe7\xa0\xad\xdd\x13\x3c\xe9\x5e\xd0\x30\x6f\xed\x9e\x3b\x1f\xff\x0e\xa8\x54\x98\x8f\x2e\x40\xd0\xe8\xc5\xbb\xe9\xe3\xbf\x21\x49\x40\x4a\xc5\xd6\x14\x0a\x90\x46\x51\xa5\xbd\xb5\x85\x6e\x48\xd2\xe5\xb8\x24\x49\x60\x6b\x74\x19\x42\x51\x35\x62\x43\x92\x64\x08\xb7\xa6\x12\x80\x36\x3a\xe1\x63\xb1\x25\x49\xe0\x66\xf4\xe2\x85\x51\xd7\xb0\xb1\x8b\xe8\x26\xb8\x15\x18\x80\x71\xea\xa7\xf7\x51\x81\x01\x14\x8d\xa2\xca\x7c\x6b\x04\x01\x4d\xc3\xdc\x81\x21\x04\x76\x00\x9a\x51\x54\x99\x3f\xca\x10\xcf\x41\x5b\xc5\xaa\xdb\x2a\xb6\x83\xf5\x32\x03\x5e\x80\xa3\x71\x81\xf1\x12\x8f\x34\x07\xa8\x8c\x0e\x62\x72\x3c\x5a\x46\x1e\x5c\x28\x41\xd6\x09\xd3\xe4\x05\x48\x52\x97\xe2\xf4\x23\x19\x7a\x92\xe6\x98\x6f\x30\x4c\x9c\x17\x0f\x21\x24\x4a\xd8\x22\x69\xc4\x23\xcd\x81\xa5\x7a\x54\x59\x92\x51\xaf\x1b\xa2\xf1\xa8\x8c\x04\x94\xca\xfc\x83\x61\x22\xbd\x20\x91\x5e\x07\x82\x27\x1e\x75\x0d\x80\x6c\x5c\x7a\x47\x3e\x52\x26\xf0\x33\xba\x2c\x82\x28\x56\xf1\x24\x51\xe9\x27\xbc\xeb\xa3\x0c\xf2\x20\x83\x68\x05\x78\x34\x7c\x3c\x37\xfe\xb0\xbc\x10\x8f\xa4\xe3\xa9\xfc\x88\x7d\xeb\x51\xb1\x00\x80\x46\xb9\xa6\x5f\xb1\x69\x4f\x63\xbd\x5c\x7b\xb9\x86\xa7\xf1\x23\x2f\xc4\x23\x9d\x00\x4d\xa3\xeb\x0e\x2e\xce\x78\x00\x8e\xd1\xb5\x95\x3d\x2a\xfa\x9e\xce\xe8\x6d\x5e\x5e\x1f\x2c\x8c\xa2\x5f\xcb\xa3\x79\xe2\x19\x78\xe2\x42\xdc\x1f\xfd\x26\x81\xbe\x28\x5a\x02\x1e\xcd\x13\x40\x5f\xf4\xcb\x2a\xfd\xac\x81\xbe\x30\xb7\x49\x3c\xf2\xfa\x0f\x74\x02\x34\x80\x78\x34\x50\x80\x86\x71\xa9\xb7\x78\xd4\x0f\x3c\x90\x0e\x5d\x36\x44\xc6\x08\x90\x31\x8a\xc6\x01\xa1\x31\xe2\x99\x38\xff\xda\xbc\x16\x8a\x67\x9d\x54\xd1\xbc\x04\x06\x38\x8c\x7e\x41\xa3\x1f\xd5\x81\xe0\x60\x74\x60\x60\xe2\x91\xd7\x07\xfb\xa2\x5f\xa7\x5f\xb9\x38\x10\x05\x83\xc2\x4c\x2c\x18\x4f\x12\x02\x73\x08\xc6\xa3\xca\x00\xc0\x8b\xab\xa3\xaf\x13\xea\x22\x9e\x6d\x5b\x83\x2a\xf7\x31\x09\xc1\xd5\xcb\xf9\xf7\xa7\x58\x24\x8c\x20\x37\xe1\xa5\xd6\xe4\x51\xc9\xf0\x3c\x0c\x1b\x36\xf9\x51\x3a\x00\x06\xbe\x80\xc5\x1b\xa2\x63\x04\x90\xf0\x5d\xb2\xfb\x68\x71\x7d\x92\x74\xf4\xcb\xa3\x2c\xcd\x00\x1d\xa3\x6b\xc2\x13\x37\x3e\x1e\x7d\xa9\xa1\x9e\x02\x5f\xc4\x03\x81\x00\xff\x2b\x1e\x45\x81\xe7\xe3\x30\x60\x7d\x7c\x24\x10\xcf\xa7\x13\x76\xfe\x28\xf2\x45\xbc\x68\x14\x6e\x7c\xbd\x5e\xd5\x8c\xef\xc1\x72\xc2\xff\xbc\x8a\x02\x2f\x0c\x8a\xe6\x97\x57\x3b\x29\xd8\xf4\x5d\x9a\xf1\x6a\xd3\x78\x0b\x7b\xca\xd5\x7f\x65\x4a\x5e\x60\xc7\xef\xcb\xaf\xba\x55\x9c\x22\x56\x42\x3c\x8c\x78\xe1\x53\x2e\x04\xf8\xd7\x40\x54\x60\x31\x8a\x01\x3f\xaf\xd6\xd4\x17\x0e\xc4\xe8\x1e\xc1\x2f\xe2\x85\x40\x18\x2c\xf6\x4a\x20\xc0\xc3\xe8\x17\x02\xd6\x2b\x81\x00\xde\xa2\x83\xd3\x1c\xaf\x4a\x8a\x97\x48\x54\xd0\x93\xe2\x55\xcd\x08\x9a\x45\xbf\x11\xb0\x4c\xc3\x18\xa4\x61\x2c\x80\x1b\x87\x59\x18\x03\xf8\xfd\xae\x81\xec\xd5\xd0\x00\x14\x7f\x37\x1c\xeb\x55\x6f\x01\x0e\x86\xf9\x6a\xe2\x55\x1e\x79\x61\x37\x34\x90\x99\xbd\x31\xcc\xde\x08\x3c\x42\x08\x8a\x11\x80\x62\x94\x9b\xc7\x4c\x50\x8c\x00\x14\xe3\x52\x47\xf6\x6a\x40\x05\x15\xa3\x18\xae\xf4\x6a\x7b\x00\x0a\xa3\xeb\x41\xf3\xca\x94\xbc\x80\x2b\x1a\xc1\xf4\xea\x6a\x01\xf0\x45\x37\xb4\xeb\x55\x23\x01\xf2\x45\x01\xae\x20\x5e\x7d\x2e\x81\xbc\x28\x37\x0f\xd0\xab\xfa\x01\xe4\x8b\xfe\x3b\x26\xaa\x1f\x00\xba\x28\x5a\xb0\x5e\xf5\x93\x00\x5d\xf4\xdf\x31\x91\x24\x01\xa0\xd7\x81\xc6\x08\xf1\x2c\x02\x3c\x8b\x02\xca\x40\xbc\xda\x47\x5f\xe9\x0f\x44\x50\x78\xbd\x78\x11\x64\xf4\x0a\x79\x0d\x5a\x7d\x01\xe7\xd5\x82\x25\xec\x45\x90\x8f\xb2\xff\x16\x5a\x43\xc3\x8b\x20\x73\x73\x3b\x84\xe5\x8b\x17\x32\xf2\x5b\x09\xc9\xc8\x0b\x19\x31\x96\xeb\xd5\xd0\x00\x66\x85\xb9\x07\xe3\x55\xf8\x00\xbf\xa2\x68\xfa\x7a\x75\x7b\x7a\xb9\xdb\x1a\x9f\x5e\x15\x88\x40\x5b\x74\x2d\x4d\xaf\x51\xa2\x60\x5a\x14\x0d\x64\xaf\xfc\x00\x40\x16\x1d\x24\xe5\x78\xf5\x8e\x7c\x51\x20\x6a\xb8\x7b\x8d\x13\x7d\x91\x47\x34\xcc\x08\x6a\x11\x00\xfe\x75\x8d\x29\xaf\x56\x05\xb0\x2d\x7a\x85\x5b\x7e\x95\x5a\xde\x64\x0b\xae\xee\xed\x90\x02\xbc\x88\x28\x60\x2d\xc7\xab\x55\x13\x6c\x8b\x0b\x1c\xcd\xf8\x54\x20\x82\x5a\xd1\x8d\xf9\xfe\x14\x51\x40\xb0\x28\xce\x51\x08\x8b\xf8\x20\x0a\x60\x2f\xc7\xa7\x55\x01\x24\x8b\x5e\xb9\xdb\x9f\xfe\xd6\x5f\x81\xc6\xc2\x10\x8a\x6a\x11\x5f\xa1\x79\x2e\xb2\xa8\x16\xf1\x15\x9b\xaf\x54\x85\x55\x0f\x55\x34\xaf\xed\xe1\x3b\x59\x68\xb4\xab\x9f\xb6\x87\x0f\xe9\x82\xbc\x3d\xf1\x29\x5d\x7c\x5e\x64\xee\xd0\xa7\x8d\x91\x14\x10\xbd\x72\x7c\x3f\xa5\x0b\xc0\x2c\x8a\xd6\xb4\x4f\xbb\x22\xc0\x16\x5d\xb3\xd2\xa7\x09\xe1\xbb\x0d\x08\x61\x42\xde\xed\x0f\xb9\x41\x85\xda\xa7\x02\x12\x38\x8b\x42\x6a\xc7\xf8\xd4\x36\x02\x67\x61\x0a\xc0\xf8\x54\x2d\x02\x67\x71\x91\x19\x2c\x3e\x55\x8b\xe4\x35\xed\x95\x37\xfc\x53\xb5\xf8\x35\xf6\x11\xee\x4f\x6c\x8b\x00\x6a\xa2\x1b\x05\xf5\x69\x1c\x20\xc3\xa9\x59\xf8\xe2\xf3\xf1\x07\xf5\xa1\x37\x64\x90\x4f\x4d\x1c\xe0\x0d\xdd\xa0\x1b\x10\x1c\xb2\xa8\x0c\xa2\x51\xe5\x50\x79\x64\x0d\x71\xf9\x94\xe9\xc9\x60\xd1\x0d\x5e\xf9\x64\xd9\x01\x72\x28\x9a\x40\x3f\x9f\x62\x72\x5a\x74\xe3\x59\x3e\xc5\xfc\x4f\xec\xa8\x5f\x95\x5f\xed\x9b\xf0\x12\x76\x48\x1d\xdb\x07\x4f\x2d\x2f\xf6\xc9\x53\x83\xd5\x50\x3c\x98\x9f\x4f\x26\xb8\x0d\xbd\x71\x61\x3e\x8d\x75\x5f\x5e\xb8\xde\xe6\xbf\x70\x8b\x36\x4d\x6b\x98\xa6\xd5\xe8\x41\xa1\x1e\xe2\x83\x0b\x07\x78\x37\x3e\x7d\x99\x81\x77\x28\x15\x15\xef\xa7\xc5\x0f\x78\x87\xae\xad\xe5\xd3\x61\xe9\x83\x31\xef\x9e\x48\x55\x70\x5f\xde\xc7\x0e\x10\x6f\x08\xec\x10\x00\x34\xf4\x5e\xea\x7f\xfe\x6c\x01\x1a\x36\x59\x3a\x3a\x66\x8e\x6d\x92\x8e\x7d\xc0\x00\x63\xd3\xd8\xc2\x2a\x6c\x70\x0f\x3a\xf1\x1f\x5b\xdc\x83\x4d\x4a\x8d\x4e\x78\xc4\x06\x03\x21\x0b\x2e\x75\x1e\xd2\x0d\x06\xc2\x9f\x4d\x0e\x8d\x4e\xc4\xc4\x06\xf1\x20\x8b\x1c\x2a\xd8\x6e\xfb\xc0\xa8\xb5\x0f\x24\x59\x34\xee\xfb\xa8\x36\x9f\x5c\x69\x47\xe3\xbe\x49\x93\x91\x05\x3f\x16\x7e\xc4\xa8\xb5\x41\x3b\x28\xdc\xf3\x7d\xa0\xd7\xda\x24\x8d\xed\x28\xce\xb7\x39\x63\x37\xe8\x03\x7d\x38\xc7\xe9\xb4\x21\xe1\x35\x19\xf3\x2d\x14\xc1\x3e\x38\xa4\x38\x76\xef\x63\xfa\x63\x72\x92\x7d\x34\xbf\x9a\x56\xd1\x96\x2b\xb1\x6c\x6b\xd9\x16\x43\xe5\xdc\x6e\x90\x07\x2e\x42\x82\xb6\xc8\x03\x9b\xa4\xb2\x1d\xb7\xea\x7d\x60\x75\xda\x07\x56\x27\x10\xdd\xb7\xd9\x35\xf6\x41\xe2\x22\x42\x37\xb7\x99\x67\x37\x99\x67\xcd\x90\xb6\x45\x28\xd8\xc0\x12\x14\xcc\xda\x1b\x6c\x82\x2c\xe0\x53\x92\xf6\x6f\xb0\x09\xb2\x08\x10\xce\x98\x76\xd8\x23\xd2\x27\x08\x0c\xfb\x08\x7b\x44\xfb\x55\x9d\xf6\x76\x25\x36\xfb\x38\xe9\x71\xbb\x12\x9b\x1e\x1b\x6d\x6d\x27\x84\xb9\x0a\xc0\x85\x0d\x62\x41\x16\x6c\x5a\xb7\x2d\x9b\x7f\x98\x50\xa3\xc7\xc7\x09\xc1\x49\x8e\xc1\x1c\x1f\xdb\x7a\x6c\x8b\x1f\xb1\x60\xed\xc3\x73\xef\x7a\x3d\x6e\xed\xcb\x4a\x78\xe4\x70\xab\xd9\xa6\xd1\xad\x2e\xce\xeb\xda\x73\x15\x86\xa3\x7f\xdd\xb4\x97\xb5\x9f\x6c\xc7\xeb\x50\x61\x41\xc7\xe4\xe4\x7c\xb6\xf5\xd9\x96\x55\xae\x57\x3e\x40\x9d\x1c\x0d\xbb\x78\x61\x0a\x2c\x28\xc1\xa8\x5b\xd0\x83\x5d\xb8\x43\xf3\x18\x54\x55\xab\x3a\x11\x5a\x07\x55\xd3\xaa\x8f\xaa\x1c\x57\xe1\xb5\xd9\x00\x1b\x98\x48\x6e\x9b\xe6\x64\x03\x63\xd0\x51\x76\xef\x02\x73\xb9\xc1\x31\x28\x84\xb1\x6e\xc0\x0c\xb2\xc8\x95\xc0\x65\x77\x93\x04\x25\x8b\x3b\xbf\x62\xda\x82\x1a\x6c\x40\x0d\x4c\x54\xb6\x81\x2e\xc8\x82\x55\x65\xda\x05\xf7\xbd\x4d\xc2\x94\x02\x09\xdf\xe5\x72\x42\x17\x13\x82\x02\x14\x58\xd0\x0d\x48\x41\x21\x92\x75\x8b\x52\xb0\x41\x29\xe8\xf3\xf2\xc7\xc7\xaa\x3c\x00\xa8\xd7\x77\xb9\x6c\x9e\xbc\x0a\xcd\x25\xbc\x1d\x3d\x5c\x29\x1a\xf7\x0d\x3e\x41\x16\x36\xcf\x1c\xe1\x4a\x77\x41\x2f\xd6\x5c\xc2\xdb\xb6\xa0\x26\xa4\x95\xd8\xa2\x12\x6c\xf3\x19\xe3\xb1\xb0\xc5\x20\xd8\x25\x89\x4a\x27\xd0\x62\x17\xa9\x09\x50\x04\x1d\xf7\xca\x0d\x1e\xc1\x9f\x5d\x92\x39\xbd\x48\xff\xb2\x85\x25\xd8\x40\x11\x74\x5c\x2e\x37\x78\x04\x59\xd8\x3c\xe3\x82\x51\xdd\xe4\x85\x29\xcd\x4d\x6b\xae\x04\x8c\x2a\x3a\xfe\x6d\xfe\xe4\x6d\xfe\x64\x54\xe2\xbb\x48\x86\x40\x2a\x30\x87\xdd\x06\xa2\x20\x0b\x7e\xe4\xf8\x0a\x42\xb0\xcb\xf0\x47\x86\x3a\xdc\xda\x71\x33\x54\xe6\x38\xdc\x5a\x18\xd5\x39\x18\xfd\x70\x6b\x49\x1a\xd1\x3c\x13\xd3\x09\x4d\x8e\x89\x27\x67\xda\x16\xe9\x3a\xda\x45\x5b\xd3\x09\x21\x28\x13\x06\xb6\x45\x2b\xd8\x05\x46\x15\x67\xc2\x6d\xb2\xe6\x6d\xb2\x66\xa2\x71\x77\x91\xa4\x15\x8c\x62\x60\x21\x6c\x01\x0c\x36\xc9\x70\xcc\xa1\xb7\xcb\x72\xed\x93\xb2\x0d\x22\x2e\xb6\x98\x06\x1b\x00\x83\x71\x78\x98\xc2\xb6\xd0\x9e\x11\x9d\xb6\x4b\x78\x00\xf0\xc8\x1b\x2e\x21\xaa\xb2\x0d\xcc\x81\x69\xf6\x36\x49\x73\xb2\xa0\x2d\x47\xbf\x1d\xfd\x5e\x54\xfd\xdd\x56\xbc\x8b\x84\xab\x3c\xb4\x6b\xef\x8f\xab\x42\xae\x9d\xe6\x59\x7b\x9c\xdc\xc3\x4c\x4e\xce\xc7\xeb\x4d\x79\xf9\xd1\x9b\xf2\xba\xcd\x49\x86\xc6\xe1\x42\x49\x7f\xca\xcb\x8f\xde\x94\xcf\x6d\xfe\xd8\x66\x28\xb1\xa9\xaa\x77\x81\xfe\x34\x28\x71\xf9\x9c\x5c\xf2\xc4\xe3\xb8\x69\x4b\x92\x54\xf0\xf4\x03\x1a\x79\x8b\x84\xb0\x41\x42\x18\x00\xbd\x6d\xd3\x59\xef\x33\x29\xd3\xc0\x51\x6c\x9f\x92\x24\x80\x0d\x06\x46\x87\x6d\x32\xeb\x6d\x32\x6b\x1c\x53\x36\x58\x06\x59\x10\x79\x09\xbd\x3e\x61\x80\xf7\x09\x03\xdc\x38\xb7\x27\x66\xb4\x4d\xe2\xeb\x71\x24\xd3\xba\x4f\xcc\x68\x9b\xbc\xd7\x66\xfa\xdb\x24\xbf\xfe\xb3\x4f\x08\x57\xb3\x4a\x46\x02\x30\x04\x73\xff\x6d\xc1\x10\x36\x60\x08\x83\x04\x0e\x1b\x14\x84\x2c\xec\x91\xaf\x2e\x27\x84\xf6\xbe\xf1\x68\x88\x7c\xb0\x49\x58\x64\x2e\xc0\x7d\xa2\xaa\xdf\xe7\xc5\xce\xa7\x68\xbe\x01\x46\xc8\x82\x53\xc4\xda\x9f\x52\x29\x00\x10\x06\xb1\x20\x1b\x14\x84\x2c\x92\xf7\x04\x46\x75\x9f\xb7\x73\xbc\x59\x55\x58\x97\x13\x66\x7a\x83\x7c\x50\x9a\xcd\xcb\xcd\x9c\x29\x28\x0f\xa0\xe3\xf6\x59\x9d\x50\xb2\xd9\x03\xe8\xb8\x7d\x4a\x92\xce\xa4\x39\xa3\x1c\xfc\x88\x95\x6e\x93\x32\xe9\x1a\x6c\x2d\x79\x93\xb2\xc8\x55\x05\x5a\x75\x9f\xcd\x1d\xc2\xfd\xae\x71\x11\x4d\xf5\xbd\x49\xf5\x3d\x70\x98\xd9\x66\xfa\xde\x64\xfa\x1e\x38\xcc\xec\x53\x62\x03\xde\xc1\x28\x27\x6d\x75\xdb\xea\xb6\xc5\x20\x86\xa3\x4f\xb1\x77\xe0\x98\xb2\xcf\xe1\xda\x0f\xd6\x9e\x1b\x2c\xfa\xc1\x06\xfd\x60\x10\x58\xb2\xcd\x23\xbe\xc9\x23\x6e\x1e\xc1\x7d\x4a\x6c\x00\x33\x18\x05\x96\xea\x9c\x0e\x75\xb1\x38\x37\x6b\xbf\x5c\x68\xd2\x00\x81\x63\xb0\x4f\x99\x25\x70\x0c\x46\xf1\xac\x2e\xd7\x2b\xa9\xc9\x28\x9e\xd5\xe5\x3e\xc2\x2c\x01\x77\xb0\x45\x32\xd8\x67\x40\xc2\x3d\xf7\x61\xf3\xa8\xea\xbb\x4b\x28\x1b\x04\x92\xc1\x35\x6c\x4b\x36\x88\x2c\xe3\xa3\xc0\xc4\x9d\xdb\xad\x85\x0d\x22\x1c\x7c\x8b\x77\xb0\x4f\x88\x4d\xf1\x76\xc8\x06\x01\x81\x30\xb0\x17\xec\x53\x62\x03\xa2\xc1\x28\xde\x8e\xc7\xb6\x80\x96\x95\x47\x3c\x1f\xe7\xf8\xb0\x84\x9d\x95\x78\x1c\x84\xa9\x6a\xdd\xc7\xd7\x33\x61\x46\x65\xc8\x90\xe0\x04\x1b\x70\x82\x81\xd3\xc7\x16\x9c\x60\x9f\xf8\x0d\x77\x58\x04\x80\x0a\xfe\xec\x13\x6a\xd2\x79\x34\xce\xcf\x7d\xc4\x08\x08\xd0\xc1\x06\xaa\x20\x0b\x92\x24\x43\xfb\xcd\xa6\xb5\xc9\xa6\x35\x08\x5d\xd9\xa6\x38\xdf\x40\x17\x5c\x64\xe9\xdd\xe0\x17\x64\xc1\xb4\xe1\x1a\x2e\x84\xee\x0d\x74\x41\x21\x50\x7d\x5f\x52\x93\xcb\xd4\xf8\x1c\x00\x20\x0d\xfe\x6c\xd0\x0c\x4c\x97\xb8\xc5\x31\xd8\x17\x3a\x36\x1c\x9f\xf6\x25\xcf\x03\x9e\xc1\xc0\x5e\xb0\x2f\x74\x6c\x1b\x3c\x03\x73\x2a\xee\x4b\x02\x03\x6a\x81\x29\x15\xf7\x85\xdf\xf0\x06\xbc\xa0\xa0\x1f\xd8\xa2\x16\xec\x0b\xd2\x81\x7b\xd4\xbe\x50\xbb\x6d\x12\x82\x8d\x93\x85\xbe\xb0\x05\xee\x0b\x9e\x07\xa8\x86\x2d\x90\xc1\x26\x3b\xfb\x20\xd7\xc5\xbe\x50\xc2\x6f\x92\xb3\x0f\x70\xe9\x36\x38\x07\x59\xf0\x56\x42\x86\x84\x3b\xd8\x57\xf2\x39\xa6\x57\xdc\xd7\x6d\xf3\x37\x07\x00\xca\x74\xdd\xce\x31\x99\x9a\x71\x72\x87\xae\xdb\x09\x41\x60\x4e\x57\xa2\xba\xf6\x50\x13\xd4\xfe\xfb\x92\x9a\x80\x84\x30\x88\xad\xd9\x97\xdc\x0c\xc0\x07\x26\x51\xdc\x57\x73\xf4\x8d\x25\x84\x75\xb9\x94\x8d\x2e\xf8\x14\x9c\xbb\xf6\xd5\x7e\x3f\xb2\x12\x10\x77\xf0\x0f\xb2\xe0\xc7\xc6\x8f\xdd\x1f\xbb\x3f\x5a\xe5\xd6\x76\xd3\xf2\xb3\x5e\x18\xfe\x36\x30\x08\x03\x4b\xf7\xbe\x86\xdb\x31\x4c\x8e\x4f\x8f\xf2\x29\xe0\x21\x8c\x73\x1c\x7f\x7f\x8a\xcd\x60\xbf\xc9\x60\x6f\xa6\xc6\x7d\x49\x6c\x48\x60\x3f\x00\x9c\xd9\x97\x3c\x0b\x70\x09\x97\x1c\xbd\x29\xed\x37\x70\x09\x03\x30\xbb\x7d\x49\x7f\x48\xd3\x66\xca\xc5\x2d\x50\xc2\xbe\x20\x49\xa7\x47\x79\xb9\xc2\x8b\x6d\x86\x01\x06\x47\x21\x8b\xdc\x66\x22\xa1\xb7\x99\xf0\x37\xd8\x09\x03\x6b\xc5\xbe\xc2\x6d\x4e\x6e\xe6\xc2\xef\x65\x5f\x4a\x66\x57\x92\xa1\x8b\x44\x6f\xfb\x0a\x97\x20\xe9\xcf\xc0\x76\xb0\x85\x53\xd8\x57\xd0\x16\x72\xf8\xb5\xdd\xf9\xcd\x57\xb0\x31\x40\x24\x64\xf1\xd0\x96\x55\xde\xa7\xc7\x1e\x69\xeb\x71\x42\xc9\xae\x0c\x4c\xbe\xfb\x52\x9a\xba\x9e\x5f\x92\x78\xaa\x5c\xc2\x94\xa0\xc6\xe5\xf1\x7b\x6c\xeb\x35\xf5\x3b\x07\x4b\xfa\x03\x7c\xc2\xc0\xda\xba\xaf\xd7\xb6\x70\x25\xc6\x8b\x6e\x5f\xaf\xa3\x4f\x0e\x66\x60\x6d\xdd\xe4\xf3\xcf\xe2\xa2\x8a\x1f\x95\xa6\xae\x5f\xd6\x6d\x06\x21\x37\x73\x7d\x34\xef\xad\xfb\x5c\xd5\x6f\x51\xc5\xad\x93\x24\x01\xb2\x30\x80\x59\xdf\xb7\x32\x17\xc0\x0a\xa6\x60\xdc\xa0\x2b\x64\x91\x0f\x36\xae\x43\x5b\x44\x85\x0d\x8a\xc2\xc0\x5e\xb0\x6f\xb9\x19\xf2\xe0\x0d\xd0\x05\xf6\x8d\x11\x70\xdf\x49\x73\x4c\xd3\xb8\x81\x57\xc8\x82\xdd\x86\xec\xde\xd2\x9f\x3b\xd9\x15\x13\x37\x6e\xf1\x13\x36\x08\x09\x03\xf8\xb9\x2d\x36\xc2\xbe\x4f\x7a\x44\xe8\xbe\xe5\x53\x6e\x02\xa3\xd1\xf1\xef\x5b\x32\x02\x1e\xc2\x40\xc7\xbf\x01\x45\xc8\xc2\x3c\xd5\x8c\xfe\x76\xa8\x29\x14\x0d\x42\x65\xb6\x40\x08\xfb\x86\x66\x60\xe7\xda\xb7\x34\x03\x6c\x84\x81\x9d\x6b\xdf\x0a\x45\x40\x24\x5c\xca\x82\xe6\xf8\xdb\xa0\x1f\x98\x86\x71\x03\x81\x90\x05\xd8\xdf\x3c\x07\x77\x75\xf4\xc9\x88\x8c\x1b\xae\xe1\x56\xdc\xb9\x11\x77\x80\xe2\xdf\x62\x21\xec\x1b\xca\x82\x12\x7e\x83\x8b\x90\xc5\xa2\x8a\x55\x95\xb2\x80\x7f\x30\x6e\x07\xd1\x6d\xab\xdb\x16\xdb\xd1\x9d\x50\x92\x91\x81\x7d\x65\x0b\x7c\xb0\xef\xc1\x8f\x28\x4f\xee\xe1\x7a\x25\xe9\x30\x71\xe3\x06\x17\x21\x0b\x76\x88\xa7\xe5\x96\x4e\x80\x7f\x30\x88\xb0\xdc\xf7\x74\xa8\x93\xf5\x82\xa7\x16\xe5\x60\xdf\x50\x00\x6c\x0f\xfb\x5e\x2e\x4e\x12\x02\xf3\x33\x6e\x40\x10\xb2\xe0\xd6\xda\xa3\x44\xe1\x5e\xb4\xd5\xac\x72\xa1\xbd\xee\x1c\xf2\x3b\x1c\x3d\x82\x0c\x56\x85\x2d\xb4\xc1\xbe\xb9\xee\xd8\x0b\xf6\x1d\x2e\x4e\xb0\x69\x9e\x1c\xb5\x2e\x37\xe6\x3d\xf0\x01\xf6\x2d\x05\x00\xed\x60\xdc\x5c\x98\x5b\x15\x0b\xa0\x07\x97\x92\xec\xbd\x9d\xd0\xc3\xe8\x3d\x4c\xf2\x16\x37\x14\xe0\x86\x63\xbb\x1f\x17\x27\x29\xc0\xa8\xee\xa3\xfa\x14\xa0\x11\xae\xe9\x4a\x48\x14\x40\x3d\x30\xd3\xe2\xbe\xd5\xa7\xdc\xc4\x42\x4e\x17\xe7\x75\x42\x08\x2f\xd5\xc3\xa4\xf0\x72\xc3\x6e\x28\x31\x8a\x81\xb0\x6f\x28\x40\xfd\x55\xb9\x84\x79\xeb\x07\x6a\xd9\x7d\xcb\x81\x80\x81\x60\x3e\xc5\x5d\xbd\xdb\x40\x21\x14\xa5\xbc\x8a\x49\x6f\x57\x24\x95\xca\xf9\x12\x03\x61\x57\xee\x36\x88\x69\xbb\xaa\x3c\x01\x16\x61\x00\x8f\xb6\xab\x77\x1b\x94\x83\x81\x8e\x7f\x57\x05\x0e\x10\x0c\xcc\x9a\xb8\xab\x2c\x42\x85\x45\xc0\x43\x76\x83\x6c\x90\x85\xc9\x5b\x19\x17\x96\xb9\x5d\xe1\x1a\x88\x13\xd9\x55\x16\x01\x58\x83\x81\x2f\xf9\xae\xaa\x45\xaa\x29\xe9\x2e\xbf\xb2\xad\xcb\x84\xac\x7c\xa5\xc2\xa3\xe6\x15\x1f\x15\x4e\xb2\x2a\x70\x54\xf3\x6d\x21\x70\x08\x69\xb0\x2b\x14\x80\x00\x93\x5d\x55\x8b\x54\x73\xb4\xa3\x29\xa9\xca\x20\x40\x1b\x0c\x00\x4b\x77\xc5\xa3\x78\x57\xb3\x11\x43\x57\x2b\x96\xb9\x5d\xab\x99\x21\x59\x2f\x95\xac\x20\x1f\x5c\xf3\x5f\x78\x50\x6f\x81\x11\x76\x35\x65\xb1\xf3\x6d\xf6\x6e\x8a\x2c\x34\xa2\x42\x23\xec\x0a\x19\xc1\x80\xb1\x6b\x73\x1f\x1a\x3b\x8f\xe0\x57\xa5\x19\xe0\x20\x98\xf5\x71\x57\x55\x24\xc0\x21\x14\x20\x55\x76\x95\x1b\xa9\xd2\x0c\x6e\x5d\xed\xae\x4a\x32\x25\x03\x7c\xd4\x5d\xd5\x9a\xd4\xa4\x26\xd7\xfc\x55\x39\xd4\xfe\x4b\x63\x97\x55\xc3\x45\x1f\x2c\x3a\x9c\xb3\x98\x0a\xbb\x42\x59\xb0\x7c\xec\xaa\xb8\x53\x91\x6d\xf0\xf5\xdd\x55\x45\x4a\xc5\xe2\x37\xb8\xd4\x15\x8b\xdf\x26\xd7\x69\x01\x9e\x65\x57\x39\x10\x90\x17\x8a\x9c\xa0\xc8\x0b\xbb\x4e\xdb\x62\x10\xd3\x53\x94\x64\x68\x90\xdb\x7f\x57\xe9\x4f\x45\xdc\x51\x93\x26\xaa\xc2\xae\xe6\x8c\x45\x5d\x5c\x95\x6d\x80\x52\x18\x8d\x5b\x57\x95\x6d\xea\x2f\x35\x17\xdb\xa1\xd6\x04\xe4\x04\x73\xd7\xee\xaa\x20\x53\xb7\x3f\x32\xed\xed\x8f\x9b\x5c\x62\x93\xd1\x4b\x46\x00\x48\x30\x21\xed\x16\x21\x61\x57\x74\x20\xed\xb4\xca\xf5\x4a\x02\x33\x08\xe1\xd9\x55\xca\x52\xd1\x81\x34\xef\xe6\x6b\x8f\x2f\x6d\xc1\x98\x57\x19\x89\x8a\x20\x03\xbe\xcb\xae\xaa\x65\xc1\x4e\x30\x3f\xe4\xae\xca\x36\xf5\x65\x1f\x1d\xd7\xeb\x4a\x24\x8b\x51\x7c\xd6\xab\x5c\x03\x38\x0a\x45\x25\xa9\x38\x0a\xbb\xa2\x16\x69\x5e\x0b\xd5\x22\x40\x2b\x98\xfd\x76\x0b\xad\xb0\x1b\x94\x05\x27\xe1\xdd\xd4\xd4\x36\x18\x09\xc2\x81\x76\x53\x2d\x02\xda\x42\x99\x4c\x48\xb4\x85\xdd\x0e\x9b\xb7\xea\xb1\x8a\x7d\x44\x2f\xdf\x94\x6d\xc0\x61\x28\xf3\xca\x41\x34\x49\x52\x43\x90\x01\xc8\x6d\x37\x95\x27\x00\x31\x14\x55\xa9\x22\x30\xec\x86\xf5\x70\x42\x20\x40\x63\xc8\x82\x55\xe5\x5a\x35\x55\xbc\x0d\x71\x07\x28\xb7\xdd\x14\x77\x00\x67\x30\xfb\xee\x6e\x12\xae\x76\x31\x08\x9e\x4f\xc0\x17\xb2\x60\xed\x1d\xaa\x0a\x8f\x46\x86\x2d\x42\x67\x77\x53\x44\x69\xd8\x18\x27\x6f\xa5\xb0\x0c\xbb\xa1\x16\x01\x2b\x73\x37\xcd\x37\x20\x35\x98\xa8\x72\x37\x6c\x8c\x1b\x2c\x86\x81\xab\xd5\x6e\x92\x24\x80\x17\xca\x44\x3a\x68\x92\xa4\x06\x49\x52\x23\xda\x30\x3b\x6e\x70\x19\x06\xc6\xb6\xdd\x24\x49\xa4\xd4\x1d\x84\x29\xed\x26\xcd\x01\x9e\xa1\x4c\x88\x60\x93\x4f\x21\xe3\xee\x68\x9c\xfb\xa6\xa6\x96\xbc\xbb\x03\x90\xc8\xdd\xd4\xa7\x90\x83\xf7\x56\x35\xd8\x24\x43\x20\x36\x0c\x50\x22\x77\x53\x9f\x02\x62\x43\x51\x07\xdb\x9a\xfb\x08\x19\x9a\x4e\xbb\xbb\x12\x08\x45\x8d\x8b\xdc\x14\x8a\x40\x6f\x28\xf8\x59\x6f\xd1\x1b\x76\x43\xc5\xa2\x2a\xa3\x75\x17\x3a\x65\xa3\xd1\x5d\x68\x95\xb7\x0d\x09\x08\x47\x9e\xdd\xa4\x39\x6d\xd8\x16\xcd\x0f\xf7\x11\x9a\xa3\x3e\x97\xec\xbf\x7f\x76\x4b\x9a\x33\xd4\x48\x98\x03\x78\x9b\x03\x78\xc2\x22\x34\x79\x9e\x86\xd6\x45\x95\x41\x53\x79\xdb\x92\x1a\x0d\x5c\x56\xb6\xf0\x0f\xbb\x21\xf5\x10\xf2\xb4\x9b\x8a\x98\xb6\x6c\x8b\x43\xae\xf2\x16\xc8\x87\xd1\x3d\xd1\x2a\x6f\x1b\x52\x8f\xb6\xc0\xa6\xd4\xd3\xb0\xb6\x12\x30\xbe\x85\x84\xd8\xa4\x14\x36\x57\xe6\x6e\xe1\xda\xa7\xf0\x33\x54\x06\x34\x4d\x54\x2d\x19\x24\x93\x0b\x6f\x21\x21\x76\x43\x10\x22\xa1\xe6\x16\x12\x62\xb7\xa4\x5f\xa6\x02\xde\xc0\x43\x64\xc1\xb8\xbc\x8f\xca\x46\x20\x43\x9c\x87\x6b\x2f\x49\x6b\x28\x62\xba\xe7\x5e\x92\x06\x70\xc4\x7d\x48\x14\x24\x69\x00\x47\x0c\xf0\xee\xb6\xc0\x11\x1b\xb0\x88\xd1\xbd\x0a\xea\x66\x00\x8b\x38\x71\x55\xdf\x4d\x71\xa9\x91\x30\xf7\x77\xbe\x54\xfe\x82\x25\x31\xba\xb7\x56\xfe\x09\x2c\x89\xfb\x70\xa1\x25\x7c\x60\x49\x0c\x6d\xa7\x62\x49\x6c\xb0\x24\xce\xa3\xfc\xdd\x56\xbc\x85\x9a\xd8\xed\x65\x8c\xbc\x95\x4d\x0b\x56\x7b\x39\x6b\xbc\x95\xa2\x4f\x6c\xf2\x1e\x0f\xe0\xf6\x76\x53\x0d\x04\xe2\xc4\x09\xd8\xd0\x6e\xaa\x8b\x41\x9f\x18\x9d\x1b\xdc\xa5\x8b\x1d\xba\xd8\x39\x91\xc2\x4f\x6c\xf3\x25\xbb\x76\xe2\x4f\x6c\xd2\x25\x0f\x65\xc1\xae\x51\xab\x1f\x9c\x35\x2e\x75\x97\x2e\xf6\x22\x34\x14\xcd\x17\xdb\x2a\xb6\x65\x55\xb7\x8a\x71\x41\x76\xbb\x4a\x65\x80\x2b\x86\xf6\xca\xae\xe9\x0b\xfc\x8a\x9b\xa4\x29\xbb\x4b\x2a\x3b\xa4\x52\xe3\x24\xb8\x16\x59\xb0\x35\x68\x31\x85\xb7\xd8\x1d\xea\xa9\x80\xd5\x95\xdf\x3a\x7a\x66\x90\xfa\x36\x50\x17\x59\xd8\x16\xd3\x56\x33\xd4\x2f\xdb\xe2\x47\x79\x3c\xa0\x2b\x6e\x15\xfa\x5d\xd3\x57\x47\xa4\x23\x19\xd9\xee\x8a\x74\xc0\x59\x9c\x07\x07\xbe\xcb\xf6\x81\x67\x31\x34\x31\x89\x67\xb1\xc1\xb3\x38\x09\x58\xdf\x5d\x1a\x0b\xae\xc5\xad\x71\xa0\xcb\xf6\x81\x6b\x31\x06\xa6\xc2\x7e\xdb\x3c\x39\x6a\x09\x3f\xd8\x5d\x29\x0f\xf8\x0a\x33\x38\x6f\xe1\x2b\x36\x59\xa7\x4d\xf2\xb9\xbb\xca\xa2\x9e\x44\x74\x00\xe9\xb7\xcd\x43\xbd\xc1\xac\x18\xda\x5a\xba\xca\x22\x30\x2b\x4e\xc0\x9f\x76\xc7\xfb\x6a\xf7\xc6\x1d\xe0\xc8\x75\x55\xcf\x1d\x29\x6f\xb8\x69\x4a\x79\xbd\xb3\xb5\xd0\x6b\x31\x2d\x76\x87\x7a\x92\xdd\x6c\x77\x39\x36\x60\x2e\xc6\xe0\xf1\xef\xdd\xe6\x3b\xeb\x05\x25\x16\xc1\x62\x9b\xf7\x1a\x00\xa8\xdd\x15\xfc\x3a\xa9\x56\x35\x0e\x88\x57\xb1\xfb\xe0\x47\x4f\xa1\xd6\xfc\x3e\xd9\x34\xe8\xa2\xf0\x14\xbb\x93\xaf\x98\x90\x83\x0d\x30\x45\x16\x1f\xb0\x62\xcc\x51\xd3\x3d\x00\x14\xe7\xe1\x91\x53\x16\xec\xab\x51\xc5\xda\xab\xfa\x01\x80\xe2\xfe\x2d\xb4\x1c\x1b\x60\x14\xe7\xe1\x61\x92\x63\x03\x8c\x62\x80\x48\xb8\xbb\x74\xb1\x93\x18\x4d\x2b\x4c\x97\x2e\x82\x36\x31\x86\x6d\xa9\x8d\x06\x6d\xe2\x2c\xf0\x88\x5d\xf1\xb0\xa7\x48\x78\x12\xf8\xbb\x41\xa1\xc8\x82\x55\x85\xd8\x74\xc5\xc3\x4e\x5e\xe5\x82\xde\x54\x7c\x8a\xdd\x21\x95\x20\xc3\x6d\xf1\x29\x76\x7f\xfc\x91\x4d\xd3\x90\xde\x21\x5c\xc3\x55\xd5\x6a\xd5\xa1\x52\xc3\x8b\x2c\x7b\xd6\x51\x3d\x0f\x2f\xb2\x34\xa7\x23\xe5\x69\x81\xef\x9f\x3d\x42\x4d\x34\xa4\x8b\x3c\xb1\x47\x12\x95\xb3\x14\xab\xba\x55\x91\x55\x1c\xb9\xa1\xba\x86\xec\xe0\x83\x10\xb1\x6d\x72\xf0\x0d\xda\xc4\x09\xf2\xd5\x1e\xaa\x8b\x47\x69\x54\x0d\xaa\x6c\x2b\x39\xab\x21\xbf\x39\xa4\x13\x20\x4f\x9c\x64\x1a\xdb\x22\x4f\xec\x01\x9d\xd0\xdc\x2e\xf2\xc4\x1e\x28\x75\x64\x2e\x87\x44\x01\x1c\x89\x31\x1d\xaa\x26\x72\x70\x24\x4e\xad\x1d\x43\x96\x0a\xb4\x88\x41\x6e\xb3\x6d\x2e\xf2\x0d\x5a\xc4\xa9\xb5\x43\xb4\x88\x0d\x5a\xc4\x98\x68\xe2\x86\x8c\xd7\x48\xa2\x30\x26\x94\x69\x28\xf8\x01\x07\x31\x64\x1b\x87\xd7\x1d\x08\x88\xb3\xa0\xf5\x1d\x1a\xbf\xc7\xcd\x20\xd0\x6c\x0f\xf5\x3c\x23\x99\xad\x21\xdb\x28\x42\xc4\x1e\xb0\x54\x32\x84\x43\x4b\x13\xa0\x11\x03\xc0\xc2\x3d\xa4\x00\x40\x40\x8c\x69\xf3\xea\x79\x80\x80\xb8\x35\x9d\x0d\x6d\xd8\x03\x01\x8d\x00\xb7\x6d\x7e\xf4\x6d\x7e\x74\x22\x86\xb7\xd8\x0f\x1b\xec\x87\x41\x5e\xb2\x3d\xb4\x34\x01\x01\x31\x54\x2c\x0c\xef\x36\xa8\x0e\x03\x48\xa0\x3d\x34\x6b\x03\xee\x70\x92\xb8\x67\x0f\xa5\x31\x80\x1e\x4e\x82\x88\xb7\x40\x0f\x7b\xa0\xfc\x95\x17\x13\xe8\x61\x0f\x92\xa7\x6a\xab\x11\xe8\x61\x0f\x54\x3f\xf2\x62\x43\xe7\x1d\xb0\x1f\x6e\xaf\xfb\x90\x02\x00\xee\x30\x26\xfa\xcd\xa1\xf2\x77\x2c\xf6\x11\x7e\x73\xc8\xf3\x0c\x78\x9e\x39\xff\x85\x82\x7a\xc8\x12\x8d\xc5\x9e\xc2\xff\x0c\x35\x43\x23\x39\xa3\x5b\x9a\x31\x34\x71\x0f\x34\x43\x04\xce\x6d\xa1\x21\xf6\x48\xfe\x67\x1e\xdc\xf3\xe1\xd5\x1f\x5e\xfd\xee\x8f\x4e\x2e\xaf\xfb\xd4\x36\x3e\x94\xdf\xc6\xae\x7c\xc5\xb0\xb5\x7a\x8f\xa4\x06\x53\x06\x65\x68\x88\x1a\x9b\xe6\x79\x6d\x86\x66\xed\xf1\xd0\x96\x77\xe0\xb1\xad\xc7\xb6\xf8\x51\xb3\xf6\x48\x06\x67\x6a\xfc\x1e\x8a\x74\x24\xb9\x3f\x09\x36\xd9\xc2\x4c\xec\xf1\xd2\x16\x66\x8e\x21\xcd\x20\xed\xfd\xd4\x1e\x0e\x0a\x45\x16\x26\xe5\xb3\xca\x71\xbd\x34\xef\x1d\x50\x7f\x04\xda\xc4\x2d\xc5\x1b\x4a\x79\xe3\x63\xf4\x1e\x65\x45\xba\x41\x4a\xe8\xe2\x9e\xca\xba\x00\x33\x31\x0f\x8e\xf2\xd4\x5c\x35\x93\xd8\x4c\x4d\xe4\x53\xd6\x05\x00\x8a\x93\xf0\x96\x2d\xf2\xc4\x06\x6d\x62\x12\xaa\xb7\xa7\xf4\x07\xb4\x89\x13\x6c\xb7\x3d\x55\x17\xcf\xc2\x84\xa0\xd7\xc2\x4c\xec\x59\xf8\x91\x03\x3f\x35\x44\xcd\x24\x30\xd3\xb7\x72\x6a\xe9\x9e\xc9\x88\xdc\x64\xfd\xda\x53\x62\x03\xf2\xc4\xf4\xf9\x9c\x2a\x9e\x00\xa0\xb8\xb5\xef\x4e\x35\xc8\xa0\x4d\xcc\x83\x03\x2f\xcc\xc4\x9e\x17\x3f\x72\x6e\xa7\x26\xa6\x79\xb1\x38\xe8\x1a\xa6\x5a\x26\x00\x28\x6e\xad\xc0\x53\x62\x33\x6f\xda\xe2\x52\x4f\x89\x0d\x68\x13\xb7\x86\xe1\x49\x50\xda\x9e\x24\x44\xd3\x30\x3c\xd5\x33\xcf\x9b\x55\x75\xbd\x14\xe9\x66\x25\x77\xf5\x61\x95\x8b\x53\x69\x1e\x69\x7d\x6a\x9b\x9a\x95\xf5\x42\xf3\x38\xa5\x3f\x33\x85\xb5\xa9\x3d\xdc\xdc\xd8\x1b\x4c\x0a\xb3\xd7\xef\xa9\x52\x79\x26\x8b\x31\x09\x83\xdb\x53\xc9\x6c\xc2\x6e\x10\x61\xbd\xc5\xa7\xd8\xb3\xd1\x16\xf4\x7a\x6a\xe9\x06\xb2\x62\xfa\xb4\x4c\xe9\xcf\xec\xb4\xe5\x1c\x55\x2a\xcf\xa4\x2c\x13\x08\x86\x3d\xa5\x2c\xa0\x4d\x98\x1a\x7f\x4f\xcd\xda\x73\xf0\x23\xac\x9e\xc8\x13\x7b\x26\x81\x99\xc4\xbc\x6d\x61\x26\x36\x30\x13\x53\x42\x3f\xa7\x6d\x4d\xdb\x62\xda\xd3\x03\xb0\x18\x97\x07\x53\xb3\xf6\x5c\xfc\xe8\x91\x93\x91\x00\x79\x62\x02\x8f\xb8\xa7\xd4\x64\x06\x3f\x7a\xe4\xd4\xf3\x00\x2d\x71\xfb\x00\x4d\x95\xca\xe0\x48\xcc\xe2\x61\x52\x4e\x02\x53\xc2\xdc\xfc\x5b\x4c\x89\x0d\xa6\xc4\xd4\x14\x3d\x35\x58\xcf\x24\x17\xb3\x78\xbe\xb6\x07\x60\x9b\x49\x9f\xe6\xb7\x87\x69\x33\x6d\x08\xcc\xd4\x86\x3d\x1f\x9b\x67\x09\x81\xe8\xdf\x20\x4f\x9c\x27\x17\x79\x2a\x3a\xcd\xc7\x6c\xec\xb4\xa5\xe8\x34\x1f\x13\xb9\xb3\x38\x92\x8e\xf9\x92\x6b\x1f\x5d\xe7\x94\x74\x4c\x48\x47\xf1\xac\x4a\x27\x00\xa0\x98\xe0\x22\xec\xa9\x36\x68\xbe\xb4\xe5\xaa\x6a\xe9\x9e\x1f\xb9\xd9\xbd\xee\xfa\xcd\xcc\xcf\xb6\xe8\x51\xa9\x67\x22\xf5\x90\xdc\x65\x4f\xf9\x14\xf0\x29\x26\x01\x6e\x7b\x6a\x69\x9a\x1f\xd3\x86\x46\x2f\xa9\x09\x60\x14\x13\xc4\x83\xbd\xb4\x74\x83\x49\x71\x6a\x6d\x5d\x44\xc0\xee\x05\xe9\x20\x0d\xd8\x5e\x2a\xa8\x57\xb2\x2b\xd3\x43\x2e\x64\xc5\x06\xb2\x62\x6a\xb0\x16\x80\x62\xaf\x93\xaf\xf0\xe4\x5a\x5a\xa7\x57\x72\x1d\xd3\x7d\x5c\x12\x85\x95\x62\xc9\x74\x87\x96\x66\xa5\x05\x9d\x20\xba\x7d\x2f\xcd\x4a\x80\x4e\x4c\xb7\x63\x29\x24\x2c\xb8\x86\x93\x77\x17\x30\x8a\x2c\x68\x8b\x67\x7d\x29\x37\x80\x49\x31\x09\x24\xdb\xcb\x8b\x0c\x0e\xc5\x3c\x31\xb0\x2d\x35\xc8\x2b\xa5\x8b\xdb\x83\x29\x26\xc5\x06\x93\x62\x92\x11\x7d\x2f\xd5\x35\xe0\x50\x9c\x9a\x8f\x97\x8e\x75\xcb\xeb\x8e\x3e\x78\xa9\x22\x5e\x8d\xe6\xd1\x06\x2d\xd9\x8d\x05\x05\x38\xe1\x4a\x97\x36\x24\x70\x28\xe6\xd9\xff\xc5\x53\xbc\xa4\x06\xa0\x4d\x4c\x92\xa6\xec\xa5\x9e\x66\x91\xe8\x50\x76\x41\xe4\x89\xbd\x3a\xa4\x92\xcb\xb3\x34\x5e\x03\x40\x31\x89\x6c\xdb\x4b\x9a\x01\x00\xc5\x24\x68\x7a\x2f\x8d\xd7\x0b\x32\x42\x64\xdb\x5e\x5a\x9d\xc0\xa4\x98\x40\x3e\xee\x25\x83\xb2\x86\xcd\xb3\x04\x92\x11\x00\x28\x26\x41\xd3\x7b\xa9\xba\x01\x80\xe2\x2e\xae\x8a\xea\xe2\x35\xd9\x1a\x38\xe7\xa5\x3c\xb2\x16\x0f\x23\x17\x71\xc9\xb3\x2c\x28\x0b\xf1\x6f\x5b\x7c\x8a\xbd\xa0\x2c\xe4\x3b\xdf\x4b\xca\x02\xda\xc4\x24\x95\xf9\x5e\xea\x69\x56\xd8\x16\x83\xd0\x14\xbd\x52\xf8\x98\x1a\x99\x97\x1c\xc8\x82\x03\x39\xfd\x4a\x43\x14\xc8\x13\x93\x00\xb5\xbd\x14\x3e\xd6\xe6\x06\x73\x5d\x97\x64\x04\xb4\x89\x79\xc1\x0f\x2c\x95\x32\xa0\x4d\x9c\xda\xe9\x97\xc2\x07\xc8\x13\xe7\x6f\xbd\xe4\x40\xd6\x93\x87\xe1\xba\xfc\xca\x4d\x7b\xb8\x62\x3c\x40\x22\x4f\xec\xf5\xd0\xfc\xe5\x8f\xae\x6a\x0a\x2f\x53\xeb\xb4\x60\x14\x1b\xe4\x89\x49\x50\xda\x5e\xea\x56\x00\xa0\xb8\xe5\x1a\x96\x06\x6b\x90\x27\xa6\xd6\xe9\x25\xbb\xb1\x3e\x7e\xf4\x74\xab\x54\x5e\x70\x20\x97\x97\x5a\x73\xd5\xfa\xd8\x5a\x58\x84\x25\xcd\x00\x9f\x62\x02\xdb\xbf\x43\x71\x27\xa0\x19\x84\xae\xed\x90\xdd\x88\x83\xaf\xa0\xc4\x82\x51\xec\x80\x40\x5c\xc8\x5c\xa1\xb9\x2a\x60\x37\x08\x4a\xdb\xa1\xdd\x39\x0a\x3f\x22\xdc\x86\xda\x0d\x30\x29\x4e\x92\xed\xed\xd0\xd7\x37\x4e\x0e\x13\x27\x27\xe4\x2d\xe2\x64\xbd\xa6\x5f\x6d\xab\x1e\x7e\xbc\xa8\x7a\xad\xa2\x79\x28\x5e\x48\x46\x40\xae\x98\x17\x6f\x78\xa8\xca\x08\xf2\xaa\x9e\xd8\x05\x43\xdd\x70\x24\xf3\x30\x35\x45\x87\x52\x4b\x20\xb5\x5c\xbf\xaa\xc7\xaa\xdc\x21\x82\x29\x77\xa8\x08\x8e\xca\x8f\x1c\xb9\xd0\x14\x0d\x72\xc5\x49\xe4\xe4\x0e\x55\xbc\x20\x57\x4c\xe2\xc1\xb6\x90\x15\x3b\x1a\x3f\x62\xa5\x0b\x6d\x48\x91\xa4\x63\x12\xd6\xb5\x43\x25\x45\x24\xf3\x70\x4b\x63\x43\x32\x02\x8a\xc5\x04\xf3\x78\x87\x4a\x0a\xc0\x2c\x6e\x42\x8d\x77\x48\x27\xa2\x3b\x88\x46\xd5\xb2\x2a\x17\x07\x94\xe0\x2d\x8a\xc5\x0e\x88\x82\x46\xe6\x50\x6a\x89\xa4\x0d\x13\x20\xc7\x1d\x2a\x29\x22\x59\x8c\xfb\x74\x8e\xd2\x09\xb0\x2e\x26\x91\x5e\x3b\x54\x52\x00\x79\x71\x93\xf8\x72\x87\x44\x21\x20\x0a\x20\xae\xec\x50\x6a\x89\x94\x5a\x26\xf9\x85\xb7\xf0\x17\x3b\xa0\x13\x9a\xa2\x43\x1b\x52\x24\x6d\x98\x80\xd1\xee\x50\x6f\x11\xeb\xa6\xad\x4a\x95\x43\x85\xdd\xb8\x3d\x85\xea\x2d\x00\xc6\xb8\x75\x56\x0a\x95\x14\x11\x2c\xb4\xa7\x50\x76\x23\xa0\x13\x84\xae\xfd\x7f\x8c\x9d\xcb\xce\x26\xa7\x76\x40\xe7\x79\x8a\x7e\x83\x14\x14\x97\x42\xb2\x3c\xc9\x38\x79\x87\xaf\xd8\x20\x79\x60\xbb\xd5\xb1\xdf\x3f\x62\xad\xdf\x83\x9c\x33\xb0\x07\xad\xaf\x7f\x54\xc5\xad\x60\xb3\x2f\xb0\x98\xaf\x9e\x5a\xb8\x19\x03\xf8\xe2\x7c\x95\x13\x2f\x36\x48\x71\xc8\xe9\x91\x78\x8f\x29\x52\xb2\x7d\xaf\x5b\xf6\xc5\x06\x29\x58\x04\xaf\x12\xe0\xc5\x06\xb9\x59\xf2\x84\x64\xcc\xf7\xe8\x16\x83\x43\x56\xf3\x55\xb7\x80\x95\x31\xaa\xe3\xcb\x18\xf6\x1b\x7c\x6d\x74\x8b\x57\xa1\x00\x24\x63\x70\xa9\xea\x7c\xdd\x1f\xf7\x62\x70\x70\x02\x6d\xbe\x1a\x1c\x2f\x06\x87\x5b\xad\x5e\x03\xd6\xe0\x33\x46\xb5\x12\x06\xac\x41\x69\x8c\x6a\x17\x2a\x14\x5e\xa6\xbb\xa1\xe8\xe9\x74\x9f\x97\x79\x35\x92\xaa\x49\x8d\xa4\x41\x52\x37\xe9\x74\xa1\x27\x53\xa6\x06\x07\xdc\x8c\x7c\x7f\xe5\xb5\x4c\x22\x7b\xea\x35\x8d\x21\x81\xcc\x18\x9e\x26\x99\xfa\x40\x40\x66\xe4\x9b\x95\x7e\x2a\x3a\xe0\x63\x8c\x6a\x25\xf4\x81\x4c\x7c\x20\x60\x17\xa6\xac\x8c\x09\x2b\x23\xbb\xeb\x47\x56\xc6\x84\x95\x31\x0c\x6b\x4f\x8f\x09\xc0\xca\xc8\xdc\xf7\x32\xa7\x4a\xc9\x44\x9a\xd4\xfa\xf7\xd7\x2a\xcd\x69\x6c\x1c\x7c\xc6\xf0\x80\xc8\xd4\x45\x02\x3e\x23\x73\x16\x78\x4e\xad\x16\x50\x1a\xf9\x46\x7b\x13\xa5\x31\x41\x69\x0c\x8f\x7e\x4c\xad\x16\x50\x1a\x19\x04\xc3\x9c\xc6\xc6\x21\x6a\x0c\x83\xcc\xd3\x40\x14\x44\x8d\x61\x90\x79\x2a\x7f\x80\x64\x0c\x83\xcc\xd3\xf3\x01\xb0\x32\xf2\x8d\xb2\x33\xd5\x6c\xa6\xf2\x07\x65\x47\x6e\xc6\x84\x9b\x31\x2a\x2b\x97\xdc\x8c\x39\x11\x49\x70\xa1\xa6\x90\x8c\x09\x24\x63\x80\x68\x9c\x53\x5f\xe7\xec\x60\x8d\x11\xce\xd3\x18\xd0\x1c\xe0\x90\x19\xca\x53\xef\x04\xe4\x8a\xc1\xf9\xb7\x39\xb5\x21\x26\x36\xc4\x8d\xdf\x74\xaa\x0f\x4c\xa6\x7e\xf3\x33\x8f\xaf\xbc\x16\x49\xb4\xd1\xa9\x0f\xd8\x62\x70\x9b\xd6\x9c\xee\xc3\x07\x66\x91\x6f\x3b\xc7\xdd\xb2\x13\xff\xe4\x6d\xe7\xe8\xa4\x00\x6c\x31\xdc\xad\x3f\xb5\x34\x00\x5b\xe4\x9b\x48\x80\x60\x8b\x09\xd8\x62\x18\x21\x9d\xfa\x2d\x80\x59\x0c\xc3\xa1\x53\x69\x00\x9f\x62\x18\x0e\x9d\x3a\x29\xc0\x54\x64\x2e\x35\x99\xf2\x29\xe6\x9c\x1f\x92\xa8\x84\x96\x06\x4c\x8a\x01\x43\x71\x4e\x83\x34\x13\x01\x61\xa0\x73\x1a\xa4\x01\x53\x31\xb8\xb3\x6a\x4e\xb7\xe3\xcf\x40\xc6\xda\x46\x05\x04\x7c\x8a\xc1\x49\xc0\x39\x0d\xbf\xcc\x65\x25\xa8\xaa\xe1\x97\x89\x59\x61\x08\x53\x3e\xc5\x9c\x08\x08\xf7\x92\x4f\x23\x27\x20\x2b\x46\x43\xc1\x99\x4a\x03\x98\x14\xc3\xe0\xe4\xd4\x23\x31\x37\xd2\x93\x35\x3c\x8c\x9c\x04\x8b\xbf\x9b\xaa\x43\x83\x21\x30\x18\xdc\xef\x25\x9f\x62\xc2\xa7\x18\xb0\x08\x66\x18\x51\x8e\x0b\xfc\x35\x8b\x6c\x38\xf5\x61\x52\x0c\xce\xf5\xcd\x30\x7c\x0c\x93\x22\xdf\xac\xf4\xa1\x63\x33\xce\xa4\x1e\x1d\x4b\x56\x18\xc5\x04\x46\x91\xdd\x3b\x26\x8c\x62\x06\xee\x07\x77\x17\x87\xd1\x8e\x38\x73\x7b\x70\x97\xd5\x94\x4f\x31\x01\x50\x0c\x2e\x62\x9b\xa1\x17\x13\xf2\xc4\xf0\x40\xa0\xe4\x89\x19\x38\x16\x3a\xb2\x2c\x0c\x5a\x04\x36\x84\xe1\xbd\x70\xa5\x8f\xca\x02\x44\x7f\x45\xfd\x7a\x8a\x66\x63\x7c\x88\x99\x98\x81\x7f\xc0\x9d\xa4\x61\x38\x22\x1a\x79\x61\x1d\x84\x91\x5b\x30\x13\x03\x4c\xe0\x0c\xfd\x03\xd0\x26\x32\xec\x86\x19\x3a\x23\x03\xf5\xbf\x33\xc8\x25\x4f\xcc\xc0\x19\x60\x20\x2b\x9c\x8f\xc0\x28\x86\x51\xab\x70\x6b\x08\xb4\x89\xe1\xde\xc4\xd0\xa7\x08\x47\x62\x18\x56\x0a\x57\x67\x98\x12\xb9\xd8\x85\xae\xce\xc1\x44\x36\x60\x24\x53\x62\xc2\x94\x18\x8f\x7d\xef\xac\x0d\x54\xf6\x07\xc5\x2b\x8c\xb6\x02\x8d\xc8\xc5\x8e\xd6\xf3\x18\xa8\xec\x1e\x7a\x14\x20\x31\x01\x48\x8c\xc7\x12\x8d\x17\xc4\x99\x96\xe3\xf1\xa3\x19\x47\x8d\x97\xa9\x60\x25\x9c\xa2\x40\x23\xc6\x63\xf6\xfa\x07\xe2\x2c\xd2\xc5\xfd\xaa\xa1\xd3\x10\x04\xc4\x70\xe3\x53\xa8\xb2\x83\x83\xc8\x6e\xe5\x13\x07\x31\x83\x29\x6a\xac\x26\xd4\xe2\x21\x44\x8c\x87\x15\x22\x9c\xa2\x81\x7e\xee\xfe\xa5\xd0\xf2\x07\x01\x51\x34\x4b\xc2\xa0\x69\x2c\x2b\xc1\xc8\xd1\x19\x10\xa8\xec\x86\x49\x24\x44\xcc\x60\x8a\x3e\xac\x49\x61\xa0\x21\xce\x4c\x1d\x6e\x3d\x0a\xa7\x68\xb0\x3a\x73\x29\xd3\x0c\xcd\x7c\x40\x11\xb9\x20\x0b\x43\x0f\x21\xd0\x88\x61\xb4\x43\x68\xc4\x5c\x17\xb5\x47\x0d\x5a\x7a\x08\x17\xc1\x4d\x37\x22\xca\x91\x98\x8b\x89\xec\xae\x9f\xa5\x16\x0f\x5a\x62\xb8\xeb\x67\x39\x6b\x57\x32\x2f\x5e\xd4\x43\xb8\x50\xd9\x8d\x89\x2c\x55\xf6\x85\xca\x0e\xfb\x61\x2e\x03\x92\x0b\xcb\x9f\x5b\x66\xe6\x32\xf6\xb0\x32\x9f\x16\x5f\x83\xd0\x88\x09\x34\x22\xab\x6f\x0a\x8d\x98\x40\x23\xc6\x33\xfe\xc1\x52\x2c\x53\x62\xc2\x94\x18\x6e\x5e\x5e\x46\x35\x41\x4b\x64\x95\xd6\xa5\x9b\x71\xa1\xf7\x1b\x7e\x91\x29\x31\x17\x53\x9f\x8b\x5b\xe6\x72\xea\x83\x99\x18\x46\x51\x96\x53\x1f\x68\xc4\x18\x68\xce\x4b\xbf\xc3\x2a\x7c\x79\x54\xdb\xa5\xb7\x10\x42\xc4\x30\x64\xb2\xd4\xfb\x17\xeb\x2e\x00\x89\xb9\x8c\x57\x02\x90\x18\xc6\x47\x96\xd1\x8a\x75\xe4\xc4\x30\x3e\xb2\xf4\x28\xac\x23\x20\x32\x54\xf4\xb9\xdc\xed\x01\x34\x62\xb8\xad\x66\x19\xc2\x5c\x84\x30\xdd\xea\x29\x40\x62\xae\xb6\x48\xa2\xd3\x35\x05\xa0\x45\x64\x00\x12\x73\xb9\x86\x03\x8d\x18\xee\xa1\x59\xc6\x2b\xd7\x91\x26\xc3\x0d\xa1\x02\x24\xe6\xea\xf3\xbc\x88\xaf\x61\x29\x59\x16\xd6\xc1\xf0\x6b\xb9\x05\x1e\x8e\x44\x76\x43\xe8\xd2\xcd\x08\x47\x62\xb8\xd3\x66\x3d\x5f\x2f\xae\xd3\x5f\x76\x8e\xd6\x01\x4c\x89\x5c\xf0\xfa\xca\x94\x98\x0b\x91\x64\xac\x65\xe9\x8c\x5c\x47\x0c\x0d\x63\x2d\x4b\xf9\xb3\xb0\x0e\xdc\xb1\xb9\xf4\x22\x2c\xa2\x9a\xee\x37\x5d\x5a\x07\x4b\xf9\xf3\xf8\x94\xcd\xc6\x8b\x60\xac\x45\xf2\xc4\x5c\x47\x32\x15\x35\xd4\xa5\xc1\xb0\x50\x24\x8a\xa3\xdb\x40\xe7\x42\x70\x19\x7e\x59\x46\x3b\x40\x56\x0c\x2e\x57\x98\x22\x2b\xe6\xc2\x86\x18\x2c\xb2\x4b\x5f\xc3\x7a\x19\x26\x7e\x6d\x5d\x96\x0b\x97\x25\x14\xc2\xb9\x74\x59\x2e\xcc\x0a\x28\x84\x73\xa9\x48\x2c\x04\x97\xc1\x94\x65\x68\x03\x26\xc5\x18\x2c\x8c\xcb\xc5\x1f\x3e\x45\x76\x6b\xec\x72\xf1\x07\x53\x91\x2e\xd0\x81\x73\xe9\x67\x5c\x47\xe8\x9c\x34\x1a\xae\xc9\xb0\x16\x1f\xd7\xa9\xa8\x04\x02\x54\x71\x1e\xa3\x50\xf7\xb4\x43\xaa\xc8\xee\xb4\x5d\x60\x6f\xe7\x42\x04\xb9\xd3\x76\x2b\x6f\xf6\x31\x10\x32\x80\x8d\x29\xb5\x62\xee\xcb\xcc\x18\xaf\x5b\xa3\x61\x1f\xb9\x73\xd2\x3a\x69\xc3\xb4\x6d\xda\xe9\x8f\x6d\x50\x14\x32\x45\xae\xb8\x76\xb6\x06\xc1\x66\x3f\x05\x80\x88\xb9\x75\x36\x02\xae\x48\x97\x71\x10\xc9\x15\x13\x72\x45\x86\xce\x31\xb7\xca\xc3\x4e\x16\x80\x24\xd8\x5a\x09\x10\x2c\x4e\x5a\x26\xcd\xca\x1d\xa9\x73\xd2\x68\x84\xfe\x84\x8d\x3f\x41\xbb\x6a\x7b\x76\x78\x23\x57\x20\x7b\xcc\xad\x21\x00\xe9\x22\x5d\x86\x47\x64\x5c\xcc\x7d\x9b\x1b\x52\x79\x1b\xad\x80\x7b\x91\x2e\x37\x00\x6c\xa5\xcd\x2e\xbe\xcb\x8a\xbe\x75\x33\x80\xb6\x28\x5a\x11\xdb\xe0\xe8\x56\xdc\xd8\x54\xdd\x9c\xbb\xda\xc1\xac\xf2\x5b\xd5\x7f\xa3\xfa\x57\x3e\xa0\xe8\x8b\xb9\xab\x05\xa0\xd5\x6f\xbd\x9a\xbb\x3a\x1e\x18\x83\xf2\x30\x26\x3c\x8c\x0c\x74\x61\xca\xc3\x98\xbb\x59\x02\xe3\x52\xfa\xc5\xdc\xcd\x12\x78\x53\x91\xb3\xe5\xe5\x1b\x00\xd9\xc6\x51\x37\x71\x54\x18\xe7\x73\xab\xba\xec\x7e\xfb\x18\x95\x33\x90\x01\x4b\xe3\xa4\x35\xd2\xac\x5c\xdf\xa6\x51\x84\x6e\xc9\xfd\xd0\x9b\xc6\x7e\xb6\xea\xcb\x7e\x7c\xce\xc6\x7a\x20\x6f\x8f\x6c\x1a\xf9\x79\xfc\x77\x1f\xd5\xa6\xe8\xf7\x92\xc4\x31\xf7\x30\x3b\x66\xfd\xf6\xb0\xef\x1e\xf4\x30\xcb\xef\xd6\x0f\xb9\x3f\xd6\xce\xe1\xaa\x0a\x03\x9e\x23\x5d\x00\x01\xa7\x7c\x8e\x09\x9f\xe3\xa4\x51\x84\xe2\x61\xbf\xbe\x8b\xa4\xdc\x6e\x5d\xdd\x2f\xdf\xd5\x61\x62\xe8\x73\x4f\x3b\xc5\x62\xd5\x59\xf6\xf4\x55\xb4\xc3\xad\x38\x80\xd1\x71\xd2\x28\x42\x79\xb0\xc3\x77\x1d\x62\xfa\x19\x00\x6c\x94\xfb\x2b\xc9\x1a\x87\xb5\x43\x52\x6d\x83\x9d\x9b\x60\xa7\xb6\xb4\x84\x8d\xb9\x97\xb9\x61\xba\x6c\x43\x16\x90\x36\x4e\x1a\xa5\x2a\x4b\xf6\x32\x3b\xc7\x93\xbe\x86\xbd\xc9\xae\xfe\x03\x37\xf6\xd6\x19\xb9\xe5\xe9\x1b\x75\xd8\x9a\x1a\x9b\xe0\x67\x75\xfe\xa9\xda\x40\xef\x48\x17\x70\xe4\xb8\x88\x57\xc4\x75\x65\xd3\x6e\xd2\xaa\x69\xaf\x69\x95\xb4\x65\x9a\xef\x1e\x6d\x33\x2e\x3c\x92\x71\x29\x32\x88\x46\xc4\x85\x32\x13\x57\xf2\xdd\x33\xa3\xe3\x22\x68\x11\x97\x32\x03\x94\x5e\x5c\xd9\x72\xb3\xef\x66\xca\x40\x79\x89\x8b\xf0\x26\x97\x5f\xc6\xc5\xf6\xd4\xb8\x8e\xe4\x28\x18\x85\x71\x65\x6b\x72\xdf\xde\x67\x42\x8d\x21\xe9\xc6\x75\x33\x8f\x1a\x15\x41\x3d\x89\x4b\x31\x92\x8f\x24\x8c\x8b\x30\x68\x5c\x37\x33\x95\x40\x52\x88\x21\x09\xd0\x23\x27\x8d\xec\x8a\xd9\x15\xb3\xa3\x22\xc5\x76\x15\xdb\x50\x69\x43\xb5\xfd\xca\x0c\xa2\x1e\x71\x55\xfb\x4e\x01\x41\x8c\x23\xae\x6a\xb1\xd5\x77\x1b\x45\x34\xab\xd7\x7c\xae\x93\x5f\xf3\xb9\x66\xdf\x75\x9a\x81\xd5\x12\x17\x56\x4b\x3d\x2a\x64\x08\x28\x89\xab\x99\xdd\x19\x82\x71\x01\xac\x8a\xab\xfb\xea\x43\x76\xdd\x57\x3b\xaf\x3e\x34\xf6\xb1\xc6\x8f\x35\x7e\xe8\x94\xc7\x1a\x3f\xd6\x64\xf8\x9c\xad\x55\x42\x00\xe0\x8b\xeb\xb1\xa3\x94\x10\x10\x57\x03\xfc\xc9\xf9\xf9\x7a\x97\xfc\x86\x5f\x71\xf0\x15\x07\x8d\x1d\xd6\xf8\x43\xb1\x44\x17\xe2\xfa\xd8\xc7\x28\x14\x5c\xb7\x1e\x42\x4f\xe2\x52\x42\xdc\x8e\xa7\x8f\x7d\xf2\xf9\x98\xe6\x73\xd6\xe4\x35\xbb\x44\x76\xaf\xd9\xe1\x89\x60\x67\x7e\x48\x34\x89\xeb\x65\xf5\x1a\x74\xc9\x6b\xbb\x5e\x2f\x98\xc9\xe4\x86\x9d\x13\xf0\x4b\x32\x90\x8b\x90\x5f\x12\x97\x72\x04\x45\x23\x04\x98\x84\x00\x93\xeb\x76\xd8\x4d\x4b\x98\x96\x40\x3d\xa6\x03\xf6\xd8\x40\xe7\x31\xb2\x0b\x4b\x20\x14\xda\x9c\x76\x84\x42\xe3\xc2\x83\xd9\x9c\x75\x61\xeb\xc3\xfb\x70\x0a\x4d\x08\x3f\x21\xb1\x50\xd8\x17\x21\xc3\x24\x2e\x05\x10\xeb\x59\x00\x34\x39\x3f\xf7\xcf\xdf\x4a\xb9\x68\xe9\x32\xb7\xf5\xfa\x18\x75\x5b\xe6\x46\x34\x14\x20\x46\x5c\x44\x43\xe3\x42\xd6\x34\x67\xf5\x36\x33\xce\xdd\x5d\x88\xf8\xb8\xb6\xfd\xb6\xcd\xcd\x51\xbd\xfd\x0a\x4a\x13\x04\x70\x24\xa5\x09\xd4\x92\x93\x56\x49\x7b\x4c\x1b\x54\x6e\x90\x44\x1b\x52\xb2\x7f\x19\xe8\x09\x87\x64\x24\x85\x89\x53\x1d\x88\xc9\x4f\x01\x60\xe4\xa4\xf1\x1c\x96\x48\x40\x1b\xc9\x1c\x4f\x08\x69\x23\x91\x94\x08\xb0\xec\x22\xdd\x66\x07\x5b\xfb\x22\xe0\x10\xf2\x46\x02\xde\x48\xe6\x8e\x91\x48\x44\x2a\x22\xa9\x44\x7c\xd5\xae\x58\x42\xa1\x84\x4c\xa1\xec\xba\x8c\x84\x40\xe0\x1c\x43\x24\x1c\x8a\x01\x64\x24\x5d\xc4\x2a\x22\x15\x73\x23\x7c\xda\xb2\x99\xd9\x54\xe5\x06\x87\xe4\x22\x55\x7b\xa9\x66\xd3\xa8\x88\x72\x23\x55\xb3\xb3\xd4\x6a\x76\xc4\x46\x71\xde\x45\x6a\x36\xb5\x79\xed\xd0\xcd\xab\xcd\x66\x29\x36\xca\x4d\x53\x89\x61\x44\x6a\xcb\x34\xaa\xd2\x2d\x56\xf5\x00\xc8\x60\xa4\xee\xc7\x21\xda\xf9\x55\xbb\x6e\xa7\x63\xa7\xb4\xaf\xa7\x6c\x84\x62\x03\x32\x60\x08\x10\x89\xa4\xd8\xc0\x1a\x8b\x44\xd0\x22\x92\x62\x03\x9e\x5f\x24\xc5\x06\xd8\x90\x74\x11\x90\x88\x34\x6c\xec\xf0\xe3\x34\x9e\x1b\xb6\x62\xd8\x51\x9d\xe7\x3e\x7e\x09\xec\x10\x18\x5f\x91\x3e\x76\x80\xa2\x04\x92\x5d\xa4\x8f\xd9\x7d\xcc\x8e\x85\x23\x71\x00\x37\x20\x8c\x64\x7c\x8e\x91\x14\x25\x49\xc5\xa2\x38\xc2\x5e\x4b\x78\x29\xa1\x9a\xe4\x9b\xaf\x5d\xc2\x9b\xaf\xed\x7f\x7d\x13\x11\x99\xa6\xbd\xa9\x8c\xc0\x5a\x88\xa4\x8c\x48\xea\x15\x98\x01\x91\xa6\x1f\xf1\xa8\x17\xa5\xdc\xf7\xdf\xae\xe6\x91\xc2\x26\x06\x3d\x5b\x1d\xce\x61\xdd\x9d\xce\x1c\xa2\x8b\xe4\x74\x4e\xcb\x9c\xe9\xc4\x65\x45\xb5\x39\xb8\x5a\x29\x44\x80\x44\xda\x66\x77\x53\xa9\x6d\x76\xfb\x63\x1a\x8d\x74\x3e\x27\xe7\x33\x48\xab\xc8\x58\x22\x91\x35\x3b\xb8\xc5\x26\x32\xae\x8f\x80\x06\x52\x1c\x45\x19\xef\x64\xe4\xeb\xeb\xd5\x93\x9d\x1c\x90\xc8\xce\x71\x14\x90\xc8\xce\xf1\xec\x1c\x07\x1f\x15\x50\x41\xce\x8f\xef\xd6\x33\xb6\x00\x7e\x9c\x9f\x44\x11\x9d\xa4\x66\x92\x1d\xc0\x9a\x9c\xb1\x27\x22\x63\x4f\x40\x1f\x89\xac\x72\x90\x95\x18\xdc\xa8\x14\x92\x3f\x42\xf2\xc7\xe5\x1a\x0a\xf3\xe3\xfc\x98\x5d\xa7\x54\x65\x01\x70\x8f\x0c\xa6\x24\x72\xb1\x11\xda\x13\xae\x52\x62\x3d\x22\x3b\xf1\x5d\x57\x32\x71\x83\xc8\x5c\xdc\x71\x01\xbb\x0b\xb8\x1f\x3f\x05\xc8\x8f\xc2\x45\x9c\x91\x9d\xf8\x59\x85\xa1\x32\x3e\x84\x7d\x44\x56\x61\xe0\xd0\x57\x64\x1c\x1d\x01\xf4\xa3\x14\xbb\xa9\xda\x30\xad\x07\x57\x0c\x71\x1f\x91\xd5\x21\x1a\xc2\x2b\xab\x43\x64\x28\x98\x17\xe7\xbe\x02\x1e\xc8\xf9\x39\x4a\x14\x8e\x8d\xc8\xca\x87\xac\xf9\xd0\x12\xd9\x75\x3f\x2c\x41\x4e\x9c\x1d\x91\x15\x0f\x59\xf1\xd0\xa8\x48\xb7\xf9\x1a\x14\xe0\xfb\x23\x3f\x7e\x2f\xf6\x66\x36\xe6\x9f\x60\x90\xc8\x8a\x0c\x30\x44\x91\xd5\x34\xf2\xd3\x4c\xa3\xbe\x8a\x8c\xac\x56\x41\xd0\x22\xf2\x30\x3b\x5c\x19\xf8\xd2\x23\x0f\x9b\xaa\x8d\xd1\x1c\x9c\x6a\x15\x59\x89\x41\xa8\x21\xf2\xc7\x1e\x56\x3c\x38\xef\xb3\xe2\x21\x6b\x64\x40\xe2\x89\xfc\x5a\x3d\x0d\x0a\x0e\x4c\x45\x7e\x6d\x2c\xfa\x02\xa8\x94\x00\xf0\x71\x7e\x96\x8f\xd1\x8a\xd7\xef\x7a\xd4\x86\xdc\x98\xf7\x52\x3d\x22\x6b\x63\x7c\x0d\x9d\x69\x6e\xd3\xdc\xa8\xdc\xb4\xc2\xa0\xcc\x2e\xb0\x34\x91\x9d\xec\x59\xb3\xe3\xab\xef\xd4\x04\xb2\x02\x80\xf8\x42\x64\x05\x00\xfc\x8f\x93\x46\xa7\x84\xb5\x53\x15\x20\xc2\x10\x79\xd9\x01\x1a\x1e\xed\x21\xbf\xe5\x87\xc5\xaf\x41\x58\x20\xc0\x81\x9c\x1f\x5f\xb5\x15\xdb\x6e\x47\x17\xe0\xba\xa5\xc8\xea\x02\x59\x79\xd2\x1c\x9c\xdb\xc6\x42\xe2\xbe\x3a\xea\x4c\x56\x9e\x64\x65\x47\x67\x74\xde\xca\x0e\x68\x20\x99\x73\x4b\x71\xe3\x22\x8d\x5b\xf5\x00\xba\x4a\x08\xfd\x88\xfb\xa8\x04\x19\x9e\x70\x40\xfb\x38\x3f\xbe\xd9\x49\xba\x4d\x2a\x24\x0d\x92\xba\x49\xaf\x99\x99\x66\x66\x84\x30\x09\x47\xc4\xcd\xce\xca\xb8\x71\xa5\x02\x3b\x09\xa9\x1f\x01\xf5\x23\x03\x3b\x09\xa9\x1f\x01\xf5\x23\x77\x46\xa6\xd4\x8f\xb8\x95\x38\x7f\x3d\x16\xa6\x2d\xd3\x7c\xce\x02\x8e\x5e\x92\xe1\xa4\xc4\xad\xc4\xb9\xb5\x3d\x88\x81\x04\xc4\x8f\xf3\x43\x09\x37\xf5\x20\x98\x19\x37\x02\xa7\x23\x98\x6f\x3c\xa8\x01\xff\xe3\xbc\x49\x01\x0a\xa1\x5b\x0b\x05\xe2\x49\xdc\x5a\x28\x37\x0a\xc9\x5f\x8f\xd9\xb9\xca\xaa\x5e\x28\x81\x10\x67\xdc\xca\xaa\xce\x14\x91\x1a\x12\x77\xfd\xca\x8e\x77\xab\xd9\x55\xa6\x3e\x83\xe6\xae\x36\x9f\xcb\x82\xae\x5e\x4d\xb3\x76\x1a\x32\x04\x5f\xe2\x6e\xb6\x55\xcb\x83\xe8\x4b\x48\xfb\x08\x68\x1f\xf9\xab\xc2\xaa\x10\xb7\x62\xa3\x33\xbb\x40\x7f\x9c\x9f\x6c\x1a\xcf\x29\x23\x6e\x55\x08\x80\x8f\x71\x3f\x66\xf7\x98\x1d\x8d\x78\xec\x74\x44\x04\x27\xba\xe2\x1e\x76\x13\x60\xb2\x8b\x40\x4a\xdc\xda\x22\x50\x3e\x72\xc7\x68\x93\xf2\x11\xb7\x92\xe4\x61\x75\xbd\x87\x5d\x32\x96\x69\x7c\x6a\x25\xc9\xad\x31\xf2\x20\x5c\xc1\x79\x9c\x1f\xb3\xfb\xfb\xeb\x1c\xe3\xfe\xd8\x6c\xce\xba\x5d\x8f\x63\x59\x53\xe5\xc6\x54\xe1\xd4\x57\x88\xf8\x88\x5b\x71\xf4\x38\x70\x95\x3d\xb7\x0a\x06\x20\xca\xb8\xa7\xaf\x4e\x5f\xa5\x73\x94\x33\x37\x72\x86\x53\x5c\x71\x4f\x9b\x38\xe9\xeb\x07\xc5\x51\xca\x47\xdc\xca\x99\xc7\x11\x13\xf6\x75\x30\x93\x89\xc1\xc4\xad\x9c\xb9\x95\x29\x9c\x18\x8f\x5b\x5b\xe2\x56\xf9\x78\xec\x46\x95\x8f\x1b\x5b\x82\xd0\x59\xdc\xdb\x1e\xdb\xd9\xc7\x28\x42\x61\x71\x6b\x38\x3c\x8e\x98\xed\xab\xdb\x57\x4f\x97\x14\xdc\x9b\x51\xd4\x33\x08\xb1\x44\xd1\x6e\x28\x44\x41\x3b\x02\xaf\xa8\x67\x14\x1d\x13\xa0\x2c\xa3\x10\x50\x89\xa2\xee\xf1\x20\x54\x0b\x71\xd0\x28\xea\x19\x70\x24\x03\x38\xc7\xf9\x39\x4b\x59\x45\xf4\x14\x7c\x99\x51\xb2\xa5\x3e\xd4\x04\xbf\x65\x14\x0d\x02\xe8\x8f\x21\x59\x23\x8a\x13\x90\x13\xc4\x51\x8a\xcf\x39\xdb\x38\x2f\x1c\xc5\xd9\x56\xd4\xf5\x89\x59\x04\x54\x8d\xf3\x93\x28\x96\x9a\xe0\x43\x8c\xa2\xaa\xcf\x55\xe8\x21\x4a\x23\x8a\x33\x8b\x93\x18\x51\x9c\x59\xa5\x65\xd3\x28\xa2\x59\xac\xba\x3e\xb1\x86\x28\xdd\xea\xa9\xd7\xc3\x82\x88\xe2\xc2\x5d\xd8\x9d\xe4\xcc\x92\x9d\x11\xc5\x89\x0a\x9d\x30\x00\x69\x9c\x1f\x06\x3e\x27\x6f\xa3\x70\x17\x4f\x94\x07\x79\x86\x3d\x0c\x5c\xe3\xfc\x58\x02\xe3\x0e\x94\xc6\xf9\xb1\x04\x1a\xf6\xd8\x08\x55\x7d\x6e\x1c\x0a\x91\x1a\x51\xf4\x10\x0c\xbf\xf6\xb0\x9f\xa0\xe8\x5f\x9c\x5f\x0d\x98\x1b\xe7\xe7\xe8\x28\xec\x93\x89\xe2\xac\x2c\xae\xe5\x9c\x69\x8d\xa2\xd7\x00\xb8\x46\x51\xbf\x2d\x6a\xfa\xe5\xcc\xcd\x52\x91\xbf\xe5\x63\x53\xd5\xf4\x89\x0a\x44\x51\xd3\x07\xbe\x51\xaa\x9d\xae\x12\x50\xf4\x23\x0c\x9b\xfa\xda\xc1\xce\x44\xe2\x02\x51\x5e\xeb\x8b\xfa\x9f\x20\x10\x46\xd1\x6b\x00\x73\xa3\xa8\x40\x97\x69\x53\xd1\xfe\x13\x67\x2a\x42\xda\x46\x94\xe9\xab\x89\x22\xc2\xef\xca\x54\x4c\x10\x07\xa3\x38\x15\x61\x6c\x24\xef\xf2\x8d\xa2\x55\x5f\x88\x3d\x78\x01\x6f\xc8\xd2\x88\xb2\x7c\x0e\xf7\x42\x59\xf6\x13\x47\xde\x13\x71\x80\x28\xce\xc5\xb2\x7d\x97\xe9\x0e\x34\xe3\xfc\x58\x17\x84\xa6\xf0\x8c\xa8\x97\x75\xc1\x00\x92\x9e\x11\xf5\xf2\x5d\x34\xf7\x4a\x5c\x21\xea\xf5\x31\xad\x91\x16\xa6\x99\x1f\x2b\x84\x4c\x8d\x80\xa9\x91\x12\x77\x0e\x45\xe5\xf0\x66\xc0\xd6\xc8\x04\xa5\xa3\xea\x25\xac\xc9\x57\x91\x5a\x82\x36\xa2\x66\x5f\xc5\x23\x56\x9d\x8d\xc0\x37\x4e\x1a\x55\xc9\x56\x25\xfb\x2e\x23\xaa\xea\x14\xa8\x37\x5f\xc3\x1a\xeb\xff\x03\xa6\x91\x12\x90\xbe\xa8\x6a\xf8\x90\x35\xf2\x93\x7d\x6c\x99\x64\x6e\xcc\x14\x69\x1b\x01\x6d\xe3\xa4\xf1\x9c\xf3\xbd\x16\xb3\x43\x9f\xab\x9a\xfb\xb5\x98\x1d\x0d\x53\xe9\x07\xae\x91\x89\x90\x47\xd5\x4b\x58\xcf\x12\x9b\x12\x9e\xfa\xa8\x2a\xfd\xf5\x48\x82\x52\xed\x39\x75\x7e\x80\x1b\x59\x99\x2d\x70\x23\x00\x6e\x9c\x37\x7d\xcc\x4e\x07\xa9\x91\x38\x29\x12\xb5\xd9\xc1\x44\x11\x00\x86\x44\x6d\xe6\xd6\xcc\xed\x7c\x7e\xd1\x18\x01\x1a\x23\x3f\x48\x0e\xd1\x18\x51\x91\x1c\x89\xd3\x10\x21\x1b\x23\x60\x63\x9c\x34\x5f\x7d\x4d\x9b\xbc\x4a\x3d\x94\x1c\x15\xfd\x3e\x71\x20\x2f\xea\x63\x3d\x88\x5d\x3e\x8e\x25\x76\x36\x46\x45\x4a\xb8\x72\x88\xc2\x88\x7a\x94\xfc\xfc\x38\x92\x5c\xba\xeb\x30\x33\xe6\x70\xd5\x47\x00\x25\xe3\xa4\x51\x5f\x05\x47\x45\xe3\x4f\xc9\x96\xea\x23\x00\x8a\x51\xc0\xfc\x46\xd5\x8f\x58\x3f\x36\x01\x85\xa1\xea\x33\xac\xce\x61\xce\xa2\x45\xd5\x84\xaf\xd3\x22\xfe\xc1\x86\xf1\xa8\xae\xb6\x95\xd5\xf6\x41\xd9\xa9\xae\xb6\xd5\x69\x9f\x1c\x8f\xd3\xd2\xa6\x5f\x09\x09\x57\x75\xf9\xd5\x70\x1c\x20\xce\x6a\xd8\x3d\x61\x76\x74\xac\xfe\xbd\xea\xc5\x9b\x44\x09\x42\x40\x46\x00\xc8\xc8\x2e\x7b\x02\x32\x02\x40\x46\x76\xd5\x13\x90\x11\x55\x79\x41\x2c\x21\x24\x64\x04\x84\x8c\x93\x46\x45\x94\x17\x75\xdb\xdb\x78\x33\xea\xf6\xd3\x11\x98\x04\x46\x12\xf0\x32\xce\x0f\x75\x63\xfd\xad\xba\x01\x2b\xe8\x50\xaf\x65\x0c\x21\x19\x01\x24\x23\x73\xc8\x33\x84\x64\x44\x53\xa8\x18\x53\x90\x92\x11\x8d\x60\x65\x32\xa6\xd0\x14\x2a\x4d\x01\xc2\x91\x9d\x68\xea\xfe\x80\x30\xf2\x83\x9a\xd8\xd4\xfd\x9b\xf2\x83\x19\xda\x08\x56\x06\x20\x8c\xe4\x7d\x87\x21\x02\x23\x9a\x32\x85\xcd\xb0\x21\x03\x23\x9a\x32\x85\xc3\x11\xd1\x94\x29\x80\x2f\x4e\x1a\x35\x56\x87\x6f\xca\x8f\x87\xc7\x74\x2a\x36\x74\xf8\xc4\x56\xd4\x68\xea\xf0\x0d\x1d\xfe\xb1\xf9\xea\x06\x30\x2f\x52\x62\x67\x68\xb4\xe2\x63\x6c\x6c\x86\x8d\x12\x4d\x37\x20\xa0\x8b\xf3\x18\x4d\x55\x30\x40\xba\x48\xde\xd9\x17\x4d\x45\x1c\xec\x45\x86\xcf\x16\x62\x2f\x02\xec\xc5\x79\x8c\x12\x8c\x28\x80\xbf\x38\x69\x14\xa1\x64\x80\x72\x71\xd2\x68\x97\x2a\x04\x68\x8b\x93\x46\x7e\xe0\x87\xa3\x21\x1a\x06\x06\x57\xd3\x83\x08\xc8\x22\xa5\x8c\x87\xa0\x75\x3f\x04\x31\x47\x0e\xb6\x86\x54\x8b\x68\xdd\xdc\x18\xae\xad\xdb\x9b\xdd\xef\xca\xfc\x6b\x06\x23\x20\x5e\x14\xbd\x1c\x4d\xa9\xd2\xba\x25\x20\xdc\x9b\x5e\x83\xf6\xd0\xe9\x68\x10\x4d\xa7\x22\x30\x8b\x94\x38\x57\x11\x4d\xed\x1f\xb2\x45\x56\xd1\x92\x6c\x11\xed\x31\x37\x07\x9d\xa1\x88\x46\xb0\x32\x65\x6c\x98\xa6\x0c\x69\xc3\xec\x1c\x4d\x3a\x10\xdb\xc7\xee\xf4\x23\xaa\x2f\xc0\xad\x48\xe9\x76\x70\x2a\x30\xda\x67\x99\x46\x07\xbc\x96\x81\x72\xe0\xad\x70\xd1\xf4\x0d\x8a\x9b\xf0\xc2\xb7\x68\xaa\xe9\x0d\x35\x9d\xcd\x25\xd1\x54\x0e\x9a\xb2\x86\x43\x11\xd1\xa6\x9d\x02\x56\xc7\x9b\xdb\x42\x2e\x45\xc8\xa5\x18\xe8\x15\xcd\xf0\x41\x23\x7c\xa0\x6a\xd8\x94\x25\xb0\x28\xb2\x9a\x61\x0b\xdb\xa0\x06\x61\xcc\x42\x0a\x45\x40\xa1\x28\xfa\x87\x9a\xe2\xa5\x29\x5e\x0c\x63\x88\xa1\x08\x30\x14\x27\x8d\xfa\x2e\xbb\x4e\x61\xc2\xf9\x89\x68\x0a\x93\xb6\x7c\xd7\x9a\x6c\x6b\x72\xe4\x47\xd1\x8f\xd4\x74\x38\x36\x2f\xf2\x35\xf4\xd0\xd4\xf9\x1b\x3a\xff\x70\x0c\xab\x8e\x34\xd5\x11\xee\xf5\x89\x6e\xfc\x00\x9a\xc4\x49\x6b\xa4\x55\xd3\xcc\x8e\xc5\xb2\xeb\x34\xe8\x17\x0d\x4b\x3e\xc6\x14\xee\x47\x7e\x14\xe3\x02\x5d\x17\x24\xa4\x88\x94\x6e\xb4\x8c\xae\x19\x20\x36\x02\x90\x77\x88\x8d\x88\xae\x30\x81\xd5\x17\xdd\x90\x25\xac\x88\xe4\x4d\x62\xd1\x15\x26\x5d\x65\x84\xdd\xae\xd1\xf5\x1b\xc0\x81\xc8\xea\xcf\x5d\x17\x64\xbf\xed\x4d\x04\x78\x37\x3e\xd9\x89\x4f\x72\x9e\x39\xba\xfa\x49\x57\xbe\x00\xfa\x0b\xa9\x10\x01\x15\xa2\xe8\x5a\xeb\x86\x27\xbb\xba\x08\x27\x2e\xa2\xeb\x81\x84\xe8\x90\x92\xf1\x9e\xae\x80\x01\xef\x70\xd2\x28\x42\xdb\x03\xcc\x43\x1e\xb6\x4b\x99\xd3\x95\x39\x86\x45\xba\x02\xa6\xa3\x79\xb0\x1d\x27\xc4\x40\x44\xaf\x5f\x25\x9c\x91\xd3\x9b\xb9\x71\x2c\x8b\xfd\x38\xd1\x75\x40\x76\x1c\x90\xa9\x20\x86\xbb\xb2\x04\xf8\x43\xd1\xc7\x27\xf5\x21\xba\xe2\x85\x33\x1c\xd1\x0d\x46\xf4\x9e\x4d\xe3\x39\x65\x09\x60\x87\x94\x8a\xed\xd7\x95\xd0\x71\x25\x40\x99\x89\xae\x6b\x11\xb2\x43\x4a\x9c\xec\x88\xae\x35\xd2\xd1\x33\xc6\xbf\x5e\x29\x99\xf3\xbf\x2d\xe4\xdd\x08\x67\x57\xd2\x70\x79\x4f\x74\x43\x15\x80\x21\x4e\x1a\x85\x29\x56\xa0\x41\xa4\x54\x18\xf3\x5d\xaf\x42\x1f\x16\x46\xab\x35\x5f\xfa\xa0\x9a\x58\x0d\x5d\xf7\x64\x57\x59\xd1\x8b\xdd\x75\x2a\xf4\x8f\xad\xc6\xf7\xd2\x35\x4c\x3a\x81\xc5\xac\x17\xaf\x1b\x45\xec\x4c\xa1\x0c\xac\x38\x9e\x7b\x46\xb8\x3a\xf2\xdf\xec\xbd\xd1\xe7\x4b\x6f\x4f\x10\xed\xf7\x2a\x3f\x7f\xbb\x39\x19\xbe\x17\x8f\x6e\xee\x9a\x4a\xd2\x74\xb7\xbb\xf8\xf6\x72\x68\x82\xb8\xd9\x8b\x40\xd9\xe6\xee\xa7\x24\xe6\x75\x73\xdd\xd3\xf9\xe1\xf6\x65\xee\xcf\xde\xec\x46\xfa\x69\xb3\x8b\xe5\xa4\xe5\x93\xf6\x31\x0d\xf7\xa8\x4f\x11\x39\xdd\xec\xb6\xe0\xd4\xef\xde\xa8\x47\x9b\x9b\x4e\x40\xf3\x6e\x6e\x38\x39\x3f\x1c\xdb\x27\x9f\xf0\x99\x23\xae\x38\x0e\xbb\xdd\x52\xb1\xd9\x46\x91\x38\x2b\xfa\xff\x3e\xe8\xf9\xe3\xd7\xcf\xf7\xff\xf8\xaf\xff\xfe\x7c\xff\x9f\xcf\xaf\xeb\xdb\xfc\xf3\xc7\x8f\xf5\xdb\x1f\xf1\xcb\xfc\xe3\xdb\x7f\x9e\xd4\x6f\xb1\xf6\x2f\xbf\xad\x1f\xeb\x7f\x7f\xff\xf3\xc7\x5c\xdf\xbe\xff\xfe\xfd\xbc\xc5\xbf\xff\x0b\x00\x00\xff\xff\x96\xe6\x36\x40\xee\xcf\x02\x00"); +var _bggf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x5a\x4f\x8b\x27\x39\x72\xbd\xd7\xa7\xc8\xe3\xfa\xb0\x6e\x29\x32\xf5\x27\xa1\xf9\xc1\xd2\xdb\x0b\x7d\xd8\xb1\x71\x7b\xc6\x06\xe3\xc3\x2f\x53\xca\xa6\xc0\x5d\x55\x54\x57\x1f\xe6\xdb\x1b\x49\x2f\xf4\xa2\x06\x83\x77\x87\x65\x34\xf9\x4a\x59\x21\xbd\x54\xe8\x45\xbc\xfa\xf0\xe9\xcb\x5f\xbf\x3c\x3d\xbe\x2d\x1f\xfe\xf5\xf5\xf9\xfc\x5a\xdf\x96\xeb\xf1\xa9\xbc\xd6\x1f\xcf\x3f\x5f\xcf\xba\x1c\xf5\xdb\xe3\xd3\xc3\x83\x97\xa5\x3c\x9e\x6f\xfa\x9f\xfd\x5f\xe7\xf7\xfb\xcb\xc3\x43\x9b\xff\xf5\xf7\x1f\x6f\xf5\xfb\x97\xa7\xeb\x79\x59\xc7\xcf\x95\x9f\x2f\xf8\xd9\x65\xf9\xf0\x6f\xf5\xdb\xe3\x8f\xb7\xd7\xdf\x97\x3f\xfd\xa5\x3c\x1f\xf5\x9f\x96\x52\xaf\xf6\xfc\x5f\x5e\x4b\x7d\x7d\x7c\xfa\xb6\xfc\xe9\xd3\x2f\x5f\xfd\x7c\xfc\xf5\xe7\xcb\xcb\xff\xd4\xef\xf5\xe9\x6d\x71\xfd\x59\x7d\x2a\xfd\xdf\x0f\x1f\x3e\xfd\xfd\xfe\xf2\xcb\xfd\x7b\x5d\x3e\x7c\xfa\xe5\xeb\x9f\x3f\xff\xfa\xe9\xcf\xbf\x75\xa4\x03\xbf\xd5\xd7\x1f\x8f\xcf\x4f\x8b\x77\xff\xec\x5c\xe4\xf3\x7f\xff\xfd\xa5\x2e\x1e\x6f\xf8\xcf\x5f\xbf\xfc\x75\xf9\x2f\xbf\x78\xb7\x48\x58\xf3\xfe\xdf\x78\xfe\x1f\x7f\x7f\x2e\xf3\xa7\xc2\x88\xfd\x7c\x2e\xf5\xc7\xcb\xfd\xac\xaf\xf7\xa7\x6f\xf5\x61\x59\x3e\x3a\x77\x5b\xc6\xff\x3e\x66\x77\x6b\x4f\xf2\xe7\xbf\xf8\xf6\xcf\x6d\x0c\xff\xf6\xf9\x6f\x9f\xf5\xb9\xf0\xb9\xd8\xe7\x2b\x9f\xaf\xf3\xf9\x78\xd6\xdf\x3c\x9e\xd5\xa7\xf2\x87\xdf\xff\xe0\x47\x58\x4f\xcf\x6f\xa5\x5e\xe3\x59\x8f\xe8\xa3\xbf\x6e\x8b\x5f\xe3\x96\xdb\x2c\x0b\x3f\x78\xe7\xb0\x96\xc7\x82\x19\xd2\x66\xa4\xaa\x33\x3e\xe6\x7a\xf7\xed\x9f\x16\xd1\x18\x1e\xb7\x65\xdf\x27\x70\x12\x38\xc7\xa4\x38\xb1\x32\xb1\xe3\x7e\x5b\xbc\xf7\x8a\x1c\x07\x91\xe3\xb6\x78\xd9\x26\xc2\xf7\xb5\xa1\x97\xf9\xb6\xc3\xbc\xad\xbc\x47\x2a\x91\xbe\x54\xa7\xc8\xe9\x26\x72\xfa\xf7\x88\x10\x59\x1b\x32\x23\x38\x37\x22\xe1\x3d\x12\x89\xa4\x86\xcc\xed\x39\x33\x91\xfd\x3d\x72\x27\xd2\x56\xba\xc9\x44\xb8\xd2\xb3\xbc\x47\xb8\x9e\xb3\xad\x87\x3b\x5a\xb8\x9e\xe2\xdf\x23\x5c\x4f\x69\xeb\x09\x73\xa5\x85\xeb\x29\xe1\x3d\xc2\xf5\x94\xb6\x9e\x30\x57\x5a\xb8\x9e\xb2\xbf\x47\xb8\x9e\xd2\xd6\x13\xe6\x4a\x0b\xd7\x73\x55\x8b\x08\x3f\x1e\xe9\x7b\xbd\xaf\x8a\x70\xaf\xfb\xb0\x7d\x3d\x69\x62\x61\x62\xed\x7d\x22\xfa\xcd\xad\x7c\xdf\xda\xb6\x4a\xb2\xce\xd9\x88\x6c\x6d\xce\xba\xea\x6f\x0a\x44\x42\x3d\x6f\xcb\x26\x3a\x27\xd4\xb9\xdb\xe1\x72\xb7\x25\x38\x9d\x13\x39\x27\xb6\x4f\x2c\x38\xdd\xed\x44\xa4\x0f\xc3\x1e\x26\x22\x44\xb6\xdb\x12\x56\xce\x09\x44\x42\x9b\x43\x24\x12\x89\x6d\xce\x3e\x91\x44\x24\xdd\x96\xe8\x64\x22\x99\x48\xbe\x2d\x61\x73\x13\xd9\x89\x9c\x6d\xce\x3a\x91\x42\xe4\x6a\x73\xf4\x3c\xa6\x63\x7e\x57\x7d\x18\x5d\x9a\x08\x57\x7a\xf4\x95\xee\x79\x42\x5c\x6a\x1b\x46\x47\x64\x25\xb2\xde\x96\xe8\x67\x70\xc7\x46\xa4\x6d\xcf\xb6\x4d\x84\xdb\xd3\x86\xd1\x33\x38\x6e\x4f\x1b\x86\x7d\x66\x9f\x74\x70\x7f\xda\x30\x6c\x93\x87\x83\xfb\x73\xec\xed\x75\x73\xe7\x8e\x3b\x91\x7b\x9b\x33\x79\x60\x56\xea\xc3\xe8\x1c\xe3\x3e\x09\x9d\x6d\x12\x37\x88\x9b\xda\x86\xd1\x73\x45\x95\x48\xbd\x2d\x71\x7e\x8c\xa9\x65\x29\x33\x8c\xce\xcd\xb8\x99\xb1\x52\xcb\x58\x71\x66\x9f\xc4\x8c\xd5\x87\x61\x26\xe7\x74\x72\xbb\x5b\x8a\x8a\xfc\xe6\x4e\xee\xcf\xd9\xf7\x67\xee\x1c\x33\x56\x6a\x79\x29\xce\xec\x93\x98\x97\xfa\x30\x3a\x7e\xf6\x27\xd7\xda\x86\x4c\xf5\x89\x29\xab\x0f\xc3\x4c\x32\xe9\xe4\x5a\x5b\xf6\xe2\x9d\x92\x0a\x3f\xad\x96\xbd\x62\x98\x21\x14\x2e\xa8\xa5\xac\x10\xe6\xb7\xc0\x94\x95\x5a\x8e\x8a\x33\x31\xa5\xc2\xcf\xbe\xe5\xa8\x60\x10\xd2\x5a\x06\xad\x93\x3c\xe6\xac\x54\xae\xdb\x92\x64\x86\x5d\xc9\x43\x1b\x26\x99\x0c\x55\x86\xdd\x86\x21\xcc\x4d\xa8\x64\xa8\x86\x36\x87\x08\xc3\x6e\xc3\x10\x66\x04\x95\x0c\xd5\x72\x5b\xd2\xca\x08\xb8\xa5\x6d\x18\x9d\x79\x1d\xf7\xf4\x92\x36\x69\xbe\xee\xe2\xce\xb5\x61\x74\x32\xb7\xfb\xe2\xd1\xbb\xf2\x6d\x49\x3c\xfd\x17\xb7\xae\x0d\xa3\x9b\xa9\x36\x5d\x3c\x2c\x57\x0b\x8f\x8c\x5f\x0c\xaf\x0d\xf3\xdc\xef\xcc\xe4\x98\x5b\x3a\xcb\x21\x4c\x24\x11\x49\xb7\x25\x47\x99\x48\x26\x92\x1b\x12\x27\xb2\x13\xe9\xbc\xe6\x89\x4c\x5e\x73\xcb\x3f\x39\xea\x2e\x64\xe6\x9f\x3e\x8c\x8e\xaf\x63\x02\xca\x2d\x99\xe4\x34\x83\x63\x2e\xc9\x5d\xad\xb8\x79\x92\xf3\x61\x7e\x53\xfb\x82\x3c\x03\x67\x62\xc8\xed\x90\x7b\xe7\x67\x7c\x3c\xe5\xb9\x5f\x7b\x4e\xe6\x2c\xde\x7b\xb9\x9d\x31\xcf\x1d\xcf\x3c\x63\x7d\x18\x7d\x5c\x27\x54\x09\xd5\x0e\xcd\xdf\xc5\x53\x96\xdb\x59\xf2\x6e\xde\x21\x99\x87\xa9\x0f\xa3\x8f\x84\x18\x46\xbf\xe6\x25\xcf\x17\xf2\x9e\xef\xc3\xb8\x72\xa3\x78\x9e\x72\xfb\xe2\xbd\xec\x5b\x97\xa3\x2a\x21\xff\x2f\x55\x89\x1f\x67\x28\x6d\x18\xa2\x9b\x08\x23\xa9\x5d\x08\xcc\x33\x9a\x6b\x20\xd4\x55\xd7\x4c\xe5\xb9\xf2\xab\xa9\x4d\x8c\xc4\x3c\x79\xae\xe4\xa5\x0d\x43\xf4\x13\xe1\x06\xb7\xfb\xde\xc7\x79\x79\xe7\x8b\x5f\xee\x75\xdc\x16\x71\x7c\xdf\xc5\xf7\x75\x35\xc2\x54\xba\xf3\x7b\xef\xc3\x94\x56\x3f\x21\x21\x24\x6d\xd6\xcc\x71\xfb\x7d\x25\xb4\xf6\x59\x84\x36\x42\xa1\xcf\x5a\x27\x14\x09\x1d\xb7\x65\x75\x1b\x7f\xd7\x49\xa8\x69\x9f\xe0\xc3\x84\x2e\x42\xd7\x6d\xd9\xdd\xcc\x59\x3b\x6f\xfe\x3e\xdc\x79\xc2\x77\x5e\xfd\x7b\x3b\x45\xeb\x3e\xbf\xc4\x9d\xa7\x68\x6f\x97\xf5\xb6\x72\x5d\xbc\xad\xfb\x70\x4b\xf3\x4e\xde\x79\xc2\xf6\x76\x3d\x07\xb7\x71\xd6\x4e\xa8\x7f\x89\x4e\xa7\x9d\x94\x8f\xa7\xb4\x2b\x31\xe8\xe1\x3b\x29\xf7\xce\x2e\xf7\xa6\x0c\x3b\x29\xf7\xce\xd0\x90\x98\xc1\xd6\x49\x51\x77\xc6\x86\xa4\x8c\x45\x9d\x14\x75\xe7\xc8\x68\x09\x9f\xe0\xc9\x8c\x76\x76\xf2\xf7\x84\x4d\x3f\xc9\xfd\xb9\x77\xd1\xeb\xa2\x86\x70\x27\x74\xef\x90\x0f\x1a\xc3\x41\xe8\xe8\x90\x28\xc1\xe7\x49\xe8\xec\xd0\xaa\x4a\xe3\x2c\x84\x4a\x87\x36\xe5\xfe\xac\x84\xea\xd0\xde\xab\x86\x71\x11\xba\x3a\x14\x35\xd5\x14\x37\xa1\xe2\x3a\x94\x04\x61\x14\xd6\x7b\x65\x88\xf9\xec\x11\x46\x21\x1d\xa5\xeb\x72\xbf\xab\x52\x2b\x14\xe6\x65\xed\x87\x64\xea\x9a\x42\xaa\xca\x36\x20\x15\x71\x85\x5c\x95\xce\x95\xcc\xfa\xa0\x90\xac\x12\x47\x0d\xa0\x52\xbf\x90\xad\xd2\xd9\x92\x35\x6b\x18\xa4\xab\x8c\xb3\xba\x69\xee\x2a\xe4\xab\xec\xe3\x18\x6b\x32\x2c\xe4\xab\x74\xbe\x24\xea\xe7\x5e\xc8\x57\xe9\x7c\x49\xd2\xfb\xbb\x90\xaf\xd2\xf9\x92\xac\x5a\xa5\x90\xaf\xd2\xf9\x92\x5d\x3f\xe9\x42\xbe\x4a\xe7\x6b\x9d\xe9\xba\x90\xaf\xd2\xf9\x5a\xbd\xca\xc6\x4a\xbe\x6a\xe7\x6b\x15\x2d\x62\x2a\xf9\xaa\x7e\x14\x3e\x82\x30\x2a\xf9\xaa\x9d\xaf\x75\xd3\xbc\x50\xc9\x57\xed\x7c\xad\xc1\x21\x8c\x4a\xbe\xea\xa8\xa4\x66\x19\x51\xc9\x57\x0d\x03\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xda\x35\x0c\xf2\x55\x3b\x5f\x6b\xce\x1a\x06\xf9\xaa\x9d\xaf\x75\x4f\x1a\x06\xf9\xaa\x9d\xaf\xcd\x25\x0d\x83\x7c\xd5\xce\xd7\xe6\xf5\xfe\xaf\xe4\xab\x76\xbe\x36\xd1\xec\x5f\xc9\x57\xed\x7c\x6d\xab\xaa\x93\x4a\xbe\x6a\xe7\x6b\xdb\x34\xc5\x57\xf2\x55\x3b\x5f\x5b\xd8\x34\x0c\xf2\x55\x3b\x5f\x5b\x54\x31\x76\x91\xaf\xab\xf3\xb5\xcd\x8b\xe1\x22\x5f\x57\xe7\x6b\xcb\xaa\x2f\x2f\xf2\x75\x75\xbe\xb6\xdd\x23\x8c\x8b\x7c\x5d\x9d\xaf\xe0\x3c\xc2\xb8\xc8\xd7\x35\x52\xa1\xd7\x0b\xf4\x22\x5f\x57\xe7\x2b\x88\xd3\x30\xc8\xd7\x15\x07\xa4\x19\xf4\x22\x5f\x57\xe7\x2b\xac\x9a\x42\x2f\xf2\x75\x75\xbe\xc2\xa6\x39\xf4\x22\x5f\x57\xe7\x2b\x04\x4d\xa2\x17\xf9\xba\x3a\x5f\x21\x6a\x16\xbd\xc8\xd7\xd5\xf9\x0a\x49\xb3\xe8\x45\xbe\xae\xce\x57\xc8\x9a\x45\x2f\xf2\x75\x95\x56\xc2\x84\x1d\x59\x54\xd8\xae\x92\xd1\x8b\x08\x3b\x8a\x6d\x61\x33\x42\x46\x5b\x21\xba\xdd\x01\x5a\x09\xf5\xed\x8d\x3e\x6f\x80\x36\x42\x7d\x7b\xa3\xa4\x0c\x28\x10\x1a\x57\xcd\x9a\x04\x50\x24\xd4\xb7\x37\x6e\x51\xc3\x48\x84\xfa\xf6\x46\xd5\x42\x42\xfd\x2c\x43\x6a\x44\x2d\x72\x84\x52\x43\xee\x7d\x7b\x63\xda\x34\x8c\x3b\xa1\xfb\xb8\xf1\x36\x0d\xe3\x20\xd4\xb7\x37\xee\xab\x86\x71\x12\xea\xdb\x9b\xdc\xaa\x61\x14\x42\xfd\x38\x24\x6d\xd2\xc9\xbd\x12\xea\xc7\x21\x89\xd7\x30\x2e\x42\xfd\x38\x24\x55\x6b\x72\xcc\xe3\x20\x47\x3f\x0e\x69\x43\x61\x29\x07\xf9\x3a\x3a\x5f\x29\xa0\xf2\x96\x83\x7c\x1d\x32\xa0\x1d\x61\x1c\xe4\xeb\xe8\x7c\xa5\x08\xf9\x2a\x07\xf9\x3a\x3a\x5f\x29\x65\xf9\x47\x34\xaa\x1c\xa4\xf3\x08\x43\x1f\x24\x8d\x92\x74\x1e\x43\x3a\xec\x49\xa3\x24\x9d\xc7\xd0\x0e\x2e\x6a\x94\xa4\xf3\xe8\x74\x66\x6d\x8c\xc9\x41\x3a\x8f\x4e\x67\x96\xa0\x9b\x45\x3a\x8f\x4e\x67\x5e\x37\x0d\x83\x74\x1e\x9d\xce\xbc\x6d\x1a\x06\xe9\x3c\xce\x51\x94\xad\x1a\x06\xe9\x3c\x3a\x9d\x39\x8a\x86\x41\x3a\x8f\x3a\x84\x8f\x68\x18\xa4\xf3\xe8\x74\xe6\xec\x11\xc6\x49\x3a\xcf\x4e\x67\xde\xd1\xe5\x91\x93\x74\x9e\x9d\xce\xdd\x39\x84\x41\x31\x27\xa7\x0c\x08\xfd\x24\x39\x49\xe7\xd9\xe9\xdc\xfd\x8e\x30\x28\xf4\x64\x08\xbd\x5d\xb2\x86\x41\xbe\x86\xd2\xdb\xd7\xac\x61\x90\xaf\x21\xf5\xf6\x2d\x69\x18\xe4\x6b\x68\xbd\x3d\x44\x0d\x83\x7c\x41\xec\xc5\xa8\x61\x90\xaf\xa1\xf6\xf6\x14\x34\x0c\xf2\x35\xd4\xde\x9e\x83\x86\x41\xbe\x86\xda\xdb\xf7\x4d\xc3\x20\x5f\x50\x7b\xce\xad\x1a\x07\x09\x83\xdc\x73\x7e\xd5\x40\xc8\x18\xf4\x9e\x13\xd1\x48\x48\x19\x04\x9f\x5b\xd1\xd5\x10\x2a\x3e\x81\xe2\x73\x1b\x8a\x5c\xa1\xe4\x13\x48\x3e\x17\xd0\xd0\x13\x6a\x3e\x81\xe6\x73\xda\x89\x14\x8a\x3e\x19\xa2\xcf\xbb\xa8\xc9\x96\xaa\x4f\x86\xea\xf3\x2e\x69\xb6\xa5\xec\x93\x21\xfb\xbc\xcb\x9a\x6e\xa9\xfb\x64\xe8\x3e\xef\x76\xcd\xb7\x14\x7e\x32\x84\x9f\xf7\x4e\x13\x2e\x95\x9f\x0c\xe5\xe7\xbd\xd7\x8c\x4b\xe9\x27\x43\xfa\x79\x2f\x9a\x72\xa9\xfd\xa4\x40\xab\xaf\x9a\x73\x29\xfe\x64\x88\x3f\xef\x37\x4d\xba\x54\x7f\x32\xd4\x9f\xf7\x41\xb3\x2e\xe5\x9f\x0c\xf9\xe7\xbd\xf6\xe5\x84\xfa\x4f\x86\xfe\xf3\x5e\xfb\x3e\x42\x01\x28\x43\x00\x7a\x9f\x35\xf1\x52\x01\xca\x50\x80\xde\xef\x9a\x79\x29\x01\x65\x48\x40\x2f\x4e\x53\x2f\x35\xa0\x0c\x0d\xe8\xc5\x6b\xee\xa5\x08\x94\x21\x02\xbd\x88\x26\x5f\xaa\x40\x19\x2a\xd0\x8b\x68\xf6\xa5\x0c\x94\x21\x03\xbd\xac\x9a\x7e\xa9\x03\x65\xe8\x40\x2f\x5b\xd6\x58\xc8\xdf\x10\x82\x5e\x82\x66\x58\x2a\x41\x19\x4a\xd0\x4b\xd4\x14\x4b\x29\x28\x43\x0a\x7a\x49\x9a\x63\xa9\x05\x65\x68\x41\x2f\x59\x93\x2c\xc5\xa0\x54\x14\x5b\xbb\x66\x59\xaa\x41\xa9\xa8\xb6\x9c\xa6\x59\xca\x41\x19\x72\xd0\xaf\x5e\xf3\x2c\xf5\xa0\x0c\x3d\xe8\x57\xd1\x44\x4b\x41\x28\x43\x10\xfa\x75\xd5\x4c\x4b\x45\x28\x43\x11\xfa\x75\xd3\x54\x4b\x49\x28\x43\x12\xfa\x35\x68\xae\xa5\x26\x94\x4b\x7d\x92\x96\x6c\xa1\x73\x68\xc9\xc1\x8e\x7b\x67\xc5\xc1\x86\x33\x16\x1c\xec\x37\x63\xbd\xc1\x76\x33\x96\x1b\xec\x36\x63\xb5\xc1\x66\x33\x16\x1b\xec\x35\x63\xad\xc1\x56\x33\x96\x1a\xec\x34\x63\xa5\xc1\x46\x33\x16\x1a\xec\x33\x63\x9d\xc1\x36\x33\x96\x19\xec\x32\x63\x95\xc1\x26\x33\x16\x19\xec\x31\x63\x8d\xc1\x16\x33\x96\x18\xec\x30\x63\x85\xc1\x06\x33\x16\x18\xec\x2f\x63\x7d\xc1\xf6\x32\x96\x17\xec\x2e\x63\x75\x41\x59\x1a\x8b\x0b\xf6\xd6\x3b\x6b\x0b\xb6\x96\xb1\xb4\x20\x3b\x8d\x95\x05\xb5\x69\x2c\x2c\x88\x4c\x63\x5d\xc1\xb6\x32\x96\x15\xd4\xa6\xb1\xaa\x20\x32\x8d\x45\x05\x7b\xca\x58\x53\xb0\xa5\x8c\x25\x05\x3b\xca\x58\x51\xb0\xa1\x8c\x05\x05\xfb\xc9\x58\x4f\xb0\x9d\x8c\xe5\x04\xbb\x89\x56\xd3\xff\x27\xbf\xe0\x42\x19\x07\x0a\xee\x93\x75\x9e\xe0\x3a\x19\xc7\x09\x6e\x93\x71\x9a\xe0\x32\x19\x87\x09\xee\x92\x71\x96\xe0\x2a\x59\x47\x09\x6e\x92\x71\x92\xe0\x22\x19\x07\x09\xee\x91\x71\x8e\xe0\x1a\x59\xc7\x08\x6e\x91\x71\x8a\xe0\x12\x19\x87\x08\xee\x90\x71\x86\xe0\x0a\x59\x47\x08\x6e\x90\x71\x82\xe0\x02\x19\x07\x08\xee\x8f\x71\x7e\xe0\xfa\x18\xc7\x07\x6e\x8f\x71\x7a\xe0\xf2\x58\x87\x07\xee\x8e\x71\x76\xe0\xea\x18\x47\x07\x6e\x8e\x71\x72\xe0\xe2\x18\x07\x07\xee\x8d\x71\x6e\xe0\xda\x18\xc7\x06\x6e\x8d\x71\x6a\xe0\xd2\x58\x87\x06\xee\x8c\x71\x66\xe0\xca\x18\x47\x06\x6e\x8c\x71\x62\xe0\xc2\x18\x07\x06\xee\x8b\x71\x5e\xe0\xba\x18\xc7\x05\x6e\x8b\x75\x5a\xe0\xb2\x18\x87\x05\xee\x8a\x75\x56\xe0\xaa\x18\x47\x05\x6e\x8a\x75\x52\xe0\xa2\x18\x07\x05\xee\x89\x71\x4e\x50\xf5\x19\xc7\x04\x6e\x89\x71\x4a\xe0\x92\x18\x87\x04\xee\x88\x71\x46\xe0\x8a\x18\x47\x04\x6e\x88\x75\x42\xe0\x82\x18\x07\x04\xee\x87\x75\x3e\xe0\x7a\x58\xc7\x03\x6e\x87\x75\x3a\xe0\x72\x58\x87\x03\xee\x86\x75\x36\xe0\x6a\x58\x47\x03\x6e\x86\x75\x32\xe0\x62\x58\x07\x03\xee\x85\x75\x2e\xe0\x5a\x58\xc7\x02\x6e\x85\x75\x2a\xe0\x52\x18\x87\xe2\x23\xec\x07\x63\x3d\xc0\x76\xb0\x96\x03\xec\x06\x6b\x35\xc0\x66\xb0\x16\x03\xec\x05\x63\x2d\xc0\x56\xb0\x96\x02\xec\x04\x6b\x25\xc0\x46\xb0\x16\x02\x6a\x7a\x6b\x1d\xc0\x36\xb0\x96\x01\xec\x02\x6b\x15\xc0\x26\xb0\x16\x01\xec\x01\x6b\x0d\xc0\x16\xb0\x96\x00\xec\x00\x6b\x05\xc0\x06\xb0\x16\x00\xda\xff\xb6\xf5\x8f\xb6\xbf\x6d\xf9\xa3\xdd\x6f\x5b\xfd\x68\xf3\xdb\x16\x3f\xda\xfb\xef\x5a\xfb\xa8\x04\x4d\x4b\x1f\x55\x9e\x69\xe5\xa3\xb8\x33\x2d\x7c\xd4\x74\xa6\x75\x8f\x52\xce\xb4\xec\x51\xc1\x99\x56\x3d\x0a\x37\xdb\xa2\x47\xc1\x66\x5b\xf3\x28\xd4\x6c\x4b\x1e\x05\x9a\x6d\xc5\xa3\x2e\xb3\x2d\x78\x94\x63\xb6\xf5\x8e\x2a\xcc\xb6\xdc\x51\x7c\xd9\x56\x3b\x6a\x2e\xdb\x62\x47\xa9\x65\x5b\xeb\xa8\xb0\x6c\x4b\x1d\x85\x95\x69\xa5\xbf\xbb\x5c\x37\xff\xc7\xbb\x15\xd5\x96\x6d\xb0\xa3\xc8\xb2\x8d\x75\xd4\x56\xb6\xa1\x8e\x92\xca\x36\xd2\x51\x49\xd9\x06\x3a\x0a\x28\xdb\x38\x47\xdd\x64\x1b\xe6\x28\x97\x6c\xa3\x1c\x55\x92\x6d\x90\xa3\x38\xb2\x8d\x71\xd4\x44\xb6\x21\x8e\x52\xc8\x36\xc2\x51\x01\xd9\x06\x38\x0a\x1f\xdb\xf8\x46\xbd\x63\x1b\xde\x28\x73\x6c\xa3\x1b\xd5\x8d\x6d\x70\xa3\xa8\xb1\x8d\x6d\xd4\x32\xb6\xa1\x8d\x12\xc6\x36\xb2\x51\xb9\xd8\x06\x36\x0a\x16\xdb\xb8\x46\x9d\x62\x1b\xd6\x28\x4f\x6c\xa3\x1a\x55\x89\x6d\x50\xa3\x18\xb1\x8d\x69\xd4\x20\xb6\x21\x8d\xd2\xc3\x36\xa2\x51\x71\xd8\x06\x34\x0a\x0d\xdb\x78\x46\xd3\xd9\x36\x9c\xd1\x6c\xb6\x8d\x66\x34\x99\x6d\x83\x19\xcd\x65\xdb\x58\x46\x53\xd9\x36\x94\xd1\x4c\xb6\x8d\x64\x34\x91\x6d\x03\x19\xcd\x63\xdb\x38\x46\xd3\xd8\x36\x8c\xd1\x2c\xb6\x8d\x62\x34\x89\x4d\x83\xd8\x1e\x94\x36\xfe\x7e\x7f\x79\x98\x7f\x36\x7a\xfe\x7c\x7d\xad\x4f\x6f\xfd\x4f\x54\xfb\xdf\x86\x2e\xa5\x5e\x8f\x4f\x75\xfe\xb9\xeb\xcb\xf3\x4b\x9b\xd5\xff\xff\xbf\x01\x00\x00\xff\xff\x87\x4f\xea\x2f\x1a\x2b\x00\x00"); +var _dggf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x9c\x4d\xaf\x26\xbb\x71\xdf\xf7\xe7\x53\x3c\x4b\x67\xe1\xdc\x26\x9b\x2f\xdd\xc0\xe0\x00\x8e\x6c\xc3\x42\x60\x27\x88\xf2\x06\x04\x59\x34\x59\x45\x61\x00\xdf\x99\xc1\xdc\xd1\x42\xdf\x3e\xa8\xff\x8f\x47\x4a\x14\x03\xba\x0b\xa1\x34\x75\xc9\x6e\xf6\xbf\xab\x48\xfe\xba\xf8\x9c\x9f\x7e\xf3\xdb\xbf\xff\xed\x97\xcf\x3f\x5e\x3f\xfd\xe7\xef\x5f\xe7\xef\xfc\xc7\x6b\x7d\xfe\x62\xdf\xfd\x97\xaf\x7f\xf8\x3e\xfd\x35\xfc\xf7\x9f\xbf\xbc\xbd\xa5\xfc\xb2\xcf\xf3\xc7\xc7\x3f\x65\xe6\xcf\xcf\xb7\xb7\xb7\xe8\xff\xbb\x3f\xfe\xf2\xc3\x7f\xfe\xed\x97\xf5\xf5\x75\xd2\xce\xfe\xf0\x6d\xb7\x7d\xbd\x7e\xfa\x2f\xfe\xfb\xcf\xbf\xfc\xf8\xfe\xc7\xd7\xdf\xfc\x9d\x7d\x1d\xfe\xef\x5e\xe6\x2b\xfc\xff\xe9\xbb\xf9\xf7\xcf\x5f\x7e\xff\xfa\x9b\xdf\xfc\xcb\xef\xd2\x9f\xdc\xbf\xfb\xc3\xb7\x6f\xff\xea\x3f\xfb\x97\x1f\xaf\x24\x9f\x7f\x31\xd9\xb7\x9f\x7e\xf3\xcf\xcf\xb7\x7f\x79\x7e\xf6\xd7\x4f\xff\xf4\x1f\xed\x5f\x9f\xbf\xfd\x0f\xf5\x6f\xff\x49\xff\x49\xff\xe5\xbf\xfb\xf7\x5f\x3e\x7f\xfd\xf2\x4a\xff\xfe\x38\xda\x9f\xdd\xff\xf5\x8f\xdf\x7c\x5f\xe9\xed\xa7\xff\xf9\xdf\x7e\xfb\xf7\xaf\xff\x95\x5e\xe9\x78\xe5\x5a\x73\xfa\xdf\xdb\xff\x3f\xfe\xf9\xab\xf9\xeb\xe0\x5f\x99\xb1\xcf\xaf\xe6\xbf\x7c\x7b\xa6\x7f\x7f\xbe\xfc\xde\xdf\x5e\xaf\x4f\xc7\xf1\xfe\x7a\xbd\x3e\x5d\xc7\x7b\xfc\xeb\xef\x52\x39\xde\x5f\x9f\xfe\xf1\x1f\xfe\xf1\x1f\xde\x63\x90\x7f\xd1\xfe\x2d\x71\x99\x2f\x5f\x7f\x98\x2f\x7c\xba\xc2\xa7\xb4\xde\x5f\x29\x7a\xfc\xdf\xff\xe9\x2d\x1d\xc7\xbe\xef\x67\xdb\xad\x73\xb4\xee\x1e\xad\x3f\x3d\xdc\xed\x49\xf5\x7a\x7f\xdd\x77\x38\xea\x8d\x63\xbe\xbf\xd2\xd9\xcb\x29\x9f\xc9\xa7\x4e\xf9\x0a\xcf\x93\xe4\x59\xf5\xfd\x95\x5a\x0e\xcf\x6a\x78\xda\xfb\x2b\x17\xb5\x59\x1d\x4f\x0f\x4f\x97\xe7\xc2\xe3\xe1\x89\xbb\x65\x6e\x9f\xe3\xca\xb9\xb6\xf0\x70\xe5\x1c\x6d\xce\x14\x6d\x4e\xda\x9c\xd1\xa6\xa4\x18\xcf\x49\x9b\x73\x8c\xf7\x57\xe9\xd1\xeb\x1c\x86\x67\xbd\xbf\xea\x11\x6d\x0a\xbd\x4a\xf4\xaa\x77\x0d\x0f\xbd\x4a\x5c\xb9\xd5\x18\x61\xa5\x4d\x8d\x36\xbd\xc6\x53\x54\xda\xd4\x68\x73\xa5\xe8\xd5\x68\xd3\xa2\xcd\x7d\xc4\x78\x1a\x6d\x5a\xb4\xb9\x7b\xf4\xea\xb4\xe9\xd2\xe7\x68\x31\xa0\x4e\xa3\x1e\x8d\x52\xca\xd1\xef\xa2\xd5\x85\x8a\x39\x06\x79\xd1\xea\x5a\x08\x1b\x1d\x6f\x5a\xdd\x6a\x75\x5e\x47\xb8\x68\x75\xab\x55\xd1\x1b\x79\x68\xf5\xa8\x55\x3d\x43\xdc\x87\x56\x8f\x5a\xb5\x23\x3a\x0e\x5a\x0d\xb5\x6a\x77\x09\x17\xad\x86\x5a\xf5\x1a\x1d\x27\xad\xa6\x5a\x5d\x35\xa2\x62\xd2\x6a\x2e\x7b\x7f\xa5\x3b\x45\xc7\x19\x3d\xb6\xc9\xe5\x8c\x56\x46\x47\xd3\xcb\x3b\x8e\xb8\x96\xd1\xd1\xd4\xea\xe8\x31\x08\xa7\x95\xab\x55\x6a\x71\x2d\xa7\x95\xab\x55\xce\xd1\x71\xd1\x6a\xa9\xd5\x99\xe3\xf2\x8b\x56\x6b\xae\x70\x5d\xd1\x71\x19\xad\xf6\x20\xf2\xdb\xa7\x71\xa8\xe3\x38\xd4\xb1\xf4\x3b\x5c\xea\x38\x0e\xb5\xaa\x25\x5a\x11\xe6\x43\x11\x9c\xdb\xd9\xc2\x45\x2b\x82\xb1\x45\xec\x0f\xa2\x71\x10\x8d\xfd\x3e\xc3\x45\x2b\x85\x63\xbe\x22\x42\x07\xf1\x38\x14\x8f\xf9\xae\x47\xb8\x68\x75\x2a\x68\x8f\x88\xd1\x41\xfc\x0d\xc5\xdf\x99\x42\x9c\x41\x00\x8e\x42\x68\x87\x38\x83\x08\x1c\x8a\xc0\x33\x87\x38\x83\x10\x1c\x0a\xc1\xf3\x0c\x71\x06\x31\x38\x14\x83\x67\x09\x71\x06\x41\x38\x14\x84\x67\x09\x71\x06\x51\x38\x14\x85\x67\xed\x57\xb8\x68\xa5\x28\x3c\x5b\x89\x8e\x44\xe1\x50\x14\x9e\xfd\xac\xe1\xa2\x95\xa2\xf0\xec\x77\x74\x24\x0a\x87\xa2\xf0\xbc\xee\x90\x90\x28\x1c\x8a\xc2\xf3\xae\xd1\x91\x28\x1c\x8a\xc2\x72\x44\x42\x0f\xa2\x70\x28\x0a\x4b\x4a\xd1\x91\x28\x1c\x8a\xc2\x92\x8f\x90\x90\x28\x1c\x63\xf6\x70\xb5\xe8\x38\xe6\x25\x97\x3a\x9e\x91\x68\x83\xc0\x1c\x0a\xcc\x72\x4a\x1c\x02\x73\x28\x0a\x4b\x91\x38\x44\xe1\x50\x14\x96\x2a\x71\x88\xc2\xa1\x28\x2c\x55\xe2\x10\x85\xc3\x6b\x7a\x7f\x95\x26\x71\xbc\x66\x5c\x59\x77\xc4\x75\xca\xa5\x6b\xb5\x3b\x86\x4a\xac\x0e\xc5\x6a\xe9\x25\x5e\x1a\xb1\x3a\x14\xab\xe5\x3a\xe3\xf2\xc4\xea\x50\x60\x96\xeb\xee\x6f\x9f\x26\x81\x39\x15\x98\xe5\xbe\x53\xb8\xd4\x6a\x2a\x30\xeb\x51\xcb\xdb\xa7\x49\x60\x4e\x05\x66\x4d\x31\x6f\x4e\x02\x73\xa6\xe7\x79\x7f\xd5\x9c\x92\x5c\x43\x2e\x75\xcc\x39\xbf\x7d\x9a\xc4\xea\x54\xac\xd6\x33\x54\x9d\xc4\xea\xcc\x33\x3a\x9e\xa1\xea\xcc\x73\xe0\x1a\xea\x98\xe4\x9a\x72\xe9\x5a\x45\x97\x27\xa2\xe7\xd9\x8e\x70\xc5\x74\x3e\xcf\xa6\x6b\x29\xc8\x6b\x09\x25\x26\x41\x3e\xcf\x71\xbd\xbf\x6a\xcd\x72\x8d\x1b\xd7\x1d\xae\xaa\x6b\x8d\x07\xd7\x23\xd7\x21\x97\x06\xa1\xec\xa8\x35\xe6\xd9\x49\x76\xcc\x52\xeb\xfb\xab\xb6\x1c\xad\x4a\x6d\xb8\x9a\xee\x58\xe5\xea\x72\x69\x10\xad\xa8\x23\x83\x50\x0e\xd5\x76\x85\x8b\x1c\x9a\xca\xa1\xda\x63\x39\x98\xe4\xd0\x54\x0e\xd5\xeb\x0c\x25\xc8\xa1\xd9\x58\x0f\xce\xf3\xed\xd3\x24\xc8\xe7\x5d\x62\xf4\xb7\x9e\xf1\x2e\x0f\xae\xe7\xfd\xd5\x62\xa5\x9b\x77\xd1\xe0\xef\x36\xde\x5f\xed\x90\xce\x77\x93\x82\x4a\x8e\x76\x94\x43\xcb\xf4\xc7\xf2\xfa\x6f\xad\xb8\x93\xdc\x99\x77\xac\x52\xed\xa8\x31\x9e\x7b\x38\x2e\x5d\xe4\xc4\xb5\xe4\xf2\x19\xae\x4b\x77\x77\x93\x4b\x6b\x56\x8a\x6c\x9d\x24\xdd\x54\xd2\xb5\x54\xe3\x41\x48\xba\xf9\xc4\xda\xdb\x72\x8a\x31\x3e\x5a\x7c\x31\x2d\x45\x8c\xce\x47\xab\xef\x54\x6a\xb6\xf3\x08\xe9\x48\xcd\xa9\xd4\x6c\x4a\xba\x49\x6a\xce\x41\xab\x58\xde\x26\x79\x38\x95\x87\xad\xc4\xf2\x36\xc9\xc3\x39\x59\x4b\x63\x79\x9b\xe4\xe1\x54\x1e\xb6\x16\xcb\xdb\x24\x0f\xa7\xf2\xb0\xb5\x58\xde\x26\x79\x38\x95\x61\xad\xc7\xf2\x36\xc9\xb0\xa9\x0c\x6b\x57\x2c\x6f\x93\x0c\x9b\xca\xb0\x76\xc7\xf2\x36\xc9\xb0\xa9\x0c\xeb\x47\x2c\x6f\x46\x86\x99\x32\xac\x1f\xb1\xbc\x19\x19\x66\xca\xb0\x9e\x62\x79\x33\x32\xcc\x94\x61\x3d\x47\x8c\x1a\x19\x66\x4a\xa7\x7e\xc6\xf2\x66\xa4\x93\x29\x9d\x7a\x89\xc9\xc0\x48\x27\x53\xa2\xf4\xd2\xa3\x23\x89\x62\x27\x1b\x86\x56\xc3\x45\x2b\x05\x77\x57\xc8\x18\xc1\x6d\x0a\xdb\xde\x23\x5b\x8d\xb0\x35\x85\x6d\xef\x57\x74\x24\x6c\x8d\xcd\xc7\x15\x0b\x97\x11\xb6\xa6\xb0\xed\x77\xc4\xbb\x11\xb6\xa6\xb0\xbd\x8e\x58\xb8\x8c\xa9\xdf\x5a\xe4\xf4\x75\xc4\xc2\x65\x4d\x39\x8d\xb9\x7a\x44\x8e\xb5\x69\x72\xb1\x93\x09\x55\x8d\x05\xc2\x7a\xbf\xc3\x75\xcb\xd5\x1f\x5c\xcf\xfb\xeb\xba\xae\x5b\xae\x81\x2b\x3a\xa2\x17\xcb\x88\x69\x19\xb9\x72\x4c\xfd\xc6\x32\x62\x5a\x46\xae\x33\xa6\x7e\x63\x19\x31\x2d\x23\x57\x89\xa9\xdf\xc8\x30\x53\xa6\x5c\x35\x92\xc7\x48\x05\x53\x44\x5f\x35\x26\x29\x23\xa2\x4d\x11\x7d\xb5\x16\xe3\x22\xa2\xed\xb1\x70\xf5\x98\x6b\xec\xb1\x85\x6b\xe9\x81\xe2\xf2\x8f\xd3\x51\xd7\xea\x1a\x3d\x11\x6d\x8a\xe8\xeb\x8a\x89\xc5\x88\x68\x1b\x4f\xd3\x33\x9e\x72\x75\xb9\xd4\xf1\xba\xa3\x15\x41\x6e\x0a\xf2\xeb\x8e\x05\xc2\x08\x72\x53\x90\xdf\x47\xac\x9e\x46\x90\x9b\x82\xfc\x56\x3e\x1a\x41\x6e\xb6\x46\xb8\x62\xf5\x34\x5b\x13\xd7\x8c\x8e\x1a\x97\x2d\xc3\x15\x1d\xb3\x5c\xa4\x82\x29\x15\xee\x1c\x0b\x84\x91\x0a\xa6\x54\xb8\xcf\x58\x20\x8c\x54\x30\xa5\xc2\x5d\x62\x81\x30\x52\xc1\x94\x0a\x77\x8d\x19\xdc\x49\x05\x57\x2a\xdc\xed\xa8\xe1\x52\x2b\x57\x2a\xdc\xad\x5d\x6f\x9f\x9c\x54\x70\xa5\xc2\xdd\x63\x9e\x77\x52\xc1\x95\x0a\xf7\x95\xa3\x23\xa9\xe0\x4a\x85\xfb\x8e\x2d\xb8\x93\x0a\xae\x54\xb8\xef\x98\x75\x9d\x54\xf0\x93\x3d\xef\x11\xd3\xae\x93\x0b\xae\x5c\x48\x47\x8a\x49\xcd\x49\x06\x2f\xb4\xcb\x31\xf1\x3a\xd9\xe0\x85\x76\x39\x66\x5e\x27\x1d\xbc\xd2\xee\x8c\x77\xe2\xe4\x83\x57\xda\x95\x98\xeb\x9c\x84\xf0\x46\xbb\x1a\x5c\xe1\x64\x84\x37\xda\xb5\x14\x7d\x09\x76\xdf\x7b\xf2\x7e\x94\xf0\xd1\x8e\x4d\xf9\xd1\x5b\xf4\x25\x90\x9d\x5d\xf9\x71\xb5\x50\x93\x48\xf6\xeb\xc9\xe1\xbb\x73\x91\xef\x94\x8f\xbe\x77\x6c\x3d\x9c\xf0\xf6\xbb\x07\x05\xa5\x43\x52\xdd\xbd\xe1\xd3\xc6\xff\xe8\xd1\x97\x98\x77\x36\xf0\xe9\x88\x10\x74\x82\xde\xd9\xc1\xa7\xd4\xe3\x7a\x44\xbd\x3f\x1b\x1a\x62\xb3\xe1\x04\xb4\x8f\xfa\x84\xef\x8c\x99\xdc\x47\x1d\xf2\xd1\xf7\xd4\x8b\x24\xca\x7d\xac\x43\xbe\x88\x43\x1f\x6b\xfb\x12\x63\x6e\xf2\x65\x7c\xea\x5b\x22\xd0\x9d\xd8\x77\x08\x20\x95\x08\x45\x27\xf8\x7d\x5a\x20\x40\xaa\x11\x8b\x3e\x23\x1d\xb7\x89\x67\x3b\xe5\x5b\xf2\x71\xbd\x16\xcc\xe4\x64\x89\x1b\xd7\x6b\x7a\x47\xa4\x89\xdb\x73\x87\xaf\xeb\x1d\x59\x6c\x71\x3e\xb9\xd1\xb7\x47\xb6\x3a\x59\xe1\x4e\xdf\x4b\xa1\x4c\x5a\xb8\xbb\x34\xb8\x14\xcb\xee\x03\xdf\x08\x74\xd2\xf6\xcd\x3d\x56\xce\x4f\xee\x5c\x4f\x13\xa8\x93\x3f\xbe\xb8\xde\xdd\xd2\x5f\x5d\xad\x9d\xfc\xf2\x05\x95\x1d\xf1\xfa\x17\x09\xb6\x8e\xd8\xb0\xa4\x9c\xd2\x15\x3e\xed\x58\x30\xf1\x48\xb7\x7c\x5d\x3e\x20\x2f\xc5\x2b\x5c\x64\xe2\x3a\x62\x5f\x96\x72\xba\xe4\xd3\xc6\x0c\x13\xaf\x30\xc9\x37\xe5\xe3\xbe\xda\xe6\x2d\x52\x76\xa5\x96\xe5\x0b\xc9\x57\x6a\x27\xbe\x87\x47\xbf\xe5\x1b\xf8\x24\x47\xd3\x7d\x93\xf6\x29\x6b\x63\xfb\x99\x7a\xf8\x18\x4b\xe2\x1e\x67\x2c\x28\x8b\x84\x5f\xb9\xf5\xf0\x95\x33\xfa\xe6\x76\xe1\xbb\xc2\xd7\x23\x64\x57\x6e\xb7\x7c\x5c\xaf\x74\xb5\xe3\x7a\x79\x6a\x7c\x25\x48\x61\xe5\xa9\xf1\x65\xee\x51\x23\x55\x16\xd3\xc5\x3a\x7b\x91\xef\x92\x2f\xf2\x26\x8c\x33\xe6\xd0\x80\x29\x64\x31\x85\xe4\x16\xcb\xcf\x62\x0a\x59\xa5\x49\xfb\x5e\x6a\xf8\x9a\xb4\x67\x5a\xc9\x3d\xf6\xf8\x8b\x69\x65\x95\xa1\x7b\x5c\xd2\xa5\x8c\x8a\xaf\x32\x96\x26\x1f\x7d\x63\x7a\x4e\xf9\xca\x6a\xa7\xf9\x79\x31\x25\xe5\xfb\x88\xfb\x32\x25\x2d\xa6\xa4\x7c\x1f\xa1\x01\x53\xd2\xaa\xbb\x5d\x6c\x86\x16\x53\xd2\x6a\x7a\x47\xe7\xd1\x42\x97\xc6\x3b\x92\x89\xbe\xf8\x8a\x7c\xa0\xfd\x11\x5b\xdc\xc5\xd4\xb5\x98\xba\xce\xa4\x77\xce\xd4\xb5\x98\xba\x4e\xed\xe7\x16\x53\xd7\x62\xea\x3a\x73\x6c\x17\x16\x53\xd7\x62\xea\x3a\x4f\xc5\x06\x53\xd7\x62\x9a\x3a\x8b\xde\x2f\xd3\xd4\xd2\xcc\x94\xce\xaa\xf7\x7b\xf7\x8e\x4f\xed\xea\xa5\x76\xf4\xbd\xe3\xf5\xa5\xb3\xc6\x86\x6a\xdd\xb3\xe0\x2b\xb4\xab\xf2\x55\x7c\xa1\xe9\xd9\xa4\xdf\x3d\x1b\x3e\xdd\x83\x77\x79\x4f\xee\x61\x49\x3e\xee\x6b\x19\x1f\x7d\x23\x45\xd7\x53\x74\x5f\x99\xd4\x7a\xe0\xf3\x7a\x4a\xc6\x97\xf5\x35\x23\x56\xda\xf5\x94\x13\xdf\xc9\x17\x8e\x22\x5f\xc1\x57\xf0\x75\xf9\x2a\xbe\xb8\x47\xbd\x3a\xbe\x86\x2f\xc6\xd7\xea\x49\xdf\x8e\x2f\xe2\xbe\x68\xdb\xb4\x9e\x72\xe1\x8b\xb8\xaf\x3d\x73\xdf\x1b\x5f\x4c\x5d\xf5\x8e\x1d\xd7\x7a\x04\x0a\x98\x54\xf5\xdd\x61\x3d\x42\x05\x4c\x82\x15\xd6\x53\x26\xbe\xa9\x6f\x37\x8a\x8d\xa7\x18\x3e\xe3\xd9\xe8\xeb\xf8\xf8\x54\x93\x68\xb7\xf0\x2d\xda\xe9\x7a\x55\xef\x52\x26\xb5\xde\x35\xe6\x8a\x7e\x55\xfa\xed\xb1\x54\xf4\xab\xd2\xaf\x35\xe9\x5c\xd1\xaf\x4a\xbf\x9a\xa5\x73\x45\xbf\x30\xa9\xde\x5d\xba\x54\xf4\xd3\x5c\x57\xef\x4e\x3b\xf4\xd3\x5c\x57\x7b\xe5\x1e\xe8\x17\x26\x35\x7d\x38\x58\x4f\x45\xbf\x30\xa9\xe8\xeb\xc8\x7a\x2a\xfa\x85\x49\xad\x9f\x7a\x1f\x15\xfd\xb4\xac\xb5\x83\xe7\xad\xe8\x17\x26\xee\xc1\xf5\xd0\x4f\x9f\x23\xdb\x41\x6c\x54\xf4\x0b\x93\xea\x45\x1c\x54\xf4\xab\x7c\xfd\x0a\xd2\x5d\x4f\x45\xbf\x30\xa9\xf4\xaa\x77\xd9\xd0\xaf\x49\xbf\x4b\xf3\xc6\xd3\xd0\xaf\x25\xee\xa1\xf1\x35\xf4\x53\x4e\x57\xd1\xd2\x7a\xc8\x69\x99\x54\xaf\xa4\x7b\x90\xd3\x32\xa9\x1d\x45\xef\xa8\xa1\x9f\xe6\xab\x92\xd0\x80\xf9\x4a\x26\x95\x52\xa4\x5f\x43\x3f\xcd\xbb\xe5\x2a\x7a\x5e\xe6\x5d\x99\xd4\xf7\x3b\x67\xde\x95\x49\xed\xbe\x18\x1f\xfa\x35\xf4\x2b\x3c\x1b\xfa\x69\x0d\x68\xad\xe3\x43\xbf\x86\x7e\x27\xf7\x40\xbf\xb6\xe3\x8f\x67\x43\xbf\xa6\x0f\x8a\x1f\x63\x46\xbf\x30\xa1\xb3\xae\xd7\xd1\x2f\x4c\x2a\xcc\x2f\x4f\x47\xbf\x30\xa9\x96\x8b\x76\xe8\xd7\xc9\x5f\xcd\x07\x4f\x47\xbf\xae\xf8\xd3\xc7\xd4\xf5\x74\xf4\xd3\xba\x00\xbb\xae\x87\x75\x41\x26\xde\xa5\xde\x51\x47\xbf\x4e\xfc\x65\x3d\x07\x73\x98\x4c\x12\x88\xc7\x3f\xd0\x2f\x4c\xf4\xfd\xeb\x70\xbe\x9e\x8e\xbc\xfd\xa6\x0b\xc3\x42\xde\xae\xf4\x3e\x12\xb7\x43\xde\x4e\x7a\x13\xc6\x1d\x79\xc3\xa4\x5a\x1b\x43\x45\xde\x6e\x4c\x35\x3c\x12\xf2\xf2\x25\xf6\x38\x25\x07\xd3\xad\x4c\x84\xa2\x64\x7b\x90\xed\x41\x36\x42\xec\x41\xb6\x47\x61\x97\x19\xcb\x83\x6c\x61\x52\x39\x49\x81\x07\xd9\x1e\xa5\xed\xd1\xe9\x8b\x6c\x61\x52\x4f\x59\x12\x3d\xc8\xf6\x20\x1b\xd3\xc0\x83\x6c\x8f\x64\xeb\x5a\x0e\x9e\x07\x5d\xb4\x63\x2b\xa5\x2b\x4c\x1e\x74\x09\x93\xfa\x71\xd3\x0e\x5d\x1e\x74\xe1\x15\x3e\xe8\xf2\x30\xed\x15\x69\xf5\xa0\xcb\x43\xd8\xf1\x0a\x1f\x74\x79\xa4\x4b\x3f\xf0\x11\x76\xcf\x62\x39\xd0\x98\x07\x61\x37\x0e\xf4\xc3\x87\x7e\x83\xb4\x25\x9c\x06\xfa\x8d\x8c\xf6\xd2\x60\xa0\xdf\xd8\x4b\x04\x3e\xb4\xd2\xb6\xa0\x9e\x4c\x7b\x6c\x0b\x64\xa2\x9d\xde\xc7\x40\xab\xa1\x14\xad\x55\xcf\x36\xd0\x6a\x48\xab\x72\x71\x5f\xb4\x1a\xd2\x2a\xa3\xcb\x40\xab\x41\x8a\xb2\x94\x0c\xb4\x1a\x7b\x89\x90\xf6\x03\xad\x06\x29\x8a\x06\x03\xad\x06\x5a\x1d\x3c\x2f\x5a\x0d\x62\x88\x29\x64\xa0\xd5\x40\x2b\xa6\x9f\x89\x56\x53\x29\x9a\x98\x2e\x26\x5a\xcd\xc4\x94\xae\xb1\x4c\xb4\xd2\xd6\xad\xde\xda\xba\x3d\x6c\xdd\x64\x52\xbb\xb5\x05\x78\xd8\x02\xc8\xa4\x72\xf2\x1c\x6c\x01\x64\xc2\x47\x3b\xf4\xd3\x16\xa0\x26\x96\x0d\xb6\x00\x32\xa9\xde\xda\xe6\x3e\x13\xfd\xc2\xa4\xe3\x26\x6d\x27\xfa\xcd\x9b\xa9\x86\x31\xa3\x9f\xb6\xcd\xad\xee\xeb\xa1\x9f\xb6\xcd\xf5\x66\xc9\x61\xdb\x2c\x93\xca\x79\x71\x0f\xf4\x9b\xe8\xc7\xd4\x3a\xd1\x6f\x6e\xfd\xb8\x1e\xfa\x4d\x96\x58\xa6\x3d\x43\x3f\x53\xac\xdd\xcc\x07\x86\x7e\xda\xca\xb4\xcc\xf6\x81\xad\x8c\x4c\x2a\x67\xd3\xf5\x0c\xfd\x8c\x2d\x8a\xb6\x9b\x8f\xa1\x9f\x29\xfe\x6e\x62\xd2\xd0\xcf\x98\xe2\x12\xd7\x43\x3f\x93\x7e\x67\x95\x06\x86\x7e\xd6\x59\xda\x69\x87\x7e\xc6\x14\x47\x6e\x19\xfa\xd9\xcd\x3c\xc4\x73\xa0\x5f\x98\x54\x1a\x73\x93\xa1\x5f\x98\xd4\x0f\xe6\x1c\x43\x3f\x53\xfc\x55\xb6\x41\x86\x7e\xa2\xbf\x7a\xef\xbe\xe8\x67\x5b\x3f\x7c\xe8\x67\x5a\x62\x1b\x73\x93\xa3\x9f\x93\xab\x6c\xf1\x1c\xfd\xc2\xa4\x7e\x92\x5b\x8e\x7e\x2e\xfd\xca\xad\x31\x3b\xfa\x39\xfa\x25\xfa\xa2\x9f\x17\xda\xd1\x17\xfd\x1c\xfd\x4e\x69\xef\xe8\xe7\x8d\xad\x11\xed\xd0\xcf\x99\xeb\x12\x3e\xf4\x73\xe9\x77\x32\xff\x39\xfa\x39\x6b\x00\xef\xd7\xd1\xcf\x77\xfe\x4a\x67\x47\x3f\xdf\xf1\x87\x0f\xfd\x5c\xfa\x95\xc6\x3d\xd0\xcf\x15\x7f\x27\x73\xa2\xa3\x9f\x4b\xbf\x93\x25\xd1\xd1\xcf\xb5\xc4\x26\xf2\x68\xa1\xdf\x22\xfe\x98\xeb\x16\xfa\x89\xe4\x4b\x66\x3b\xbc\xd0\x6f\x31\xd7\x91\x33\x0b\xfd\xc2\xa4\xb2\x97\xd3\x85\x7e\x4b\x5b\xbc\xcc\x96\x67\xa1\x1f\xf5\xdb\xbd\xf5\x58\xe8\xb7\x1a\xb9\x4f\x5f\xf4\x5b\x9d\xe5\x9e\xb1\xa0\xdf\xba\x98\x5f\xe8\x8b\x7e\x6b\xe7\x2f\x7d\xd1\x6f\x29\xfe\x4e\xb6\x5f\x0b\xfd\x96\xe6\xbf\x53\x58\xf9\x2c\xf4\x13\x8e\xd5\xce\x3b\x02\xc7\x64\xe2\x39\x18\x33\xfa\x2d\xb6\x28\xda\xfa\xf2\x75\x04\x93\x4a\x3a\xaf\xbf\xbe\xdc\x0f\x68\x43\x26\x75\x96\xf6\x01\x6d\xc8\xc4\x0e\x26\xcb\x77\xe2\xdb\xbb\x95\x24\x5f\xc1\x27\x29\xf5\x91\x65\x0d\x68\x43\x26\x15\x7d\x8e\x5b\x03\xda\x90\x49\xa5\x69\x5a\x1e\xd0\xc6\x80\x36\x54\x22\x5f\x03\xda\x18\xd0\x46\xd6\xf2\x3c\xa0\x0d\x99\x98\x6a\xba\x7c\x0f\xbe\x1d\x8a\x8c\x6f\xe0\x1b\xba\x5e\xe3\x7a\x13\xdf\x24\x3c\xab\x7c\x86\x8f\x50\x6c\xf4\x75\x7c\xce\xeb\xc7\xb7\xf0\x29\x95\x99\x82\x07\xb4\x31\xa0\x8d\x7a\x9f\xf2\xa1\x9f\x68\xa3\xe6\x44\x3b\xf4\x83\x36\x4e\x85\xe7\x80\x36\x64\xd2\xad\x1d\xc5\x00\x36\x64\x52\x67\x93\x39\x80\x8d\x01\x6c\xe8\x9b\xfa\x1a\xc0\xc6\x00\x36\x6e\x45\xec\x00\x36\x64\xc2\xc7\xf5\x90\x0f\xd8\x48\x15\x1f\xf2\x09\x36\x4a\xba\xb8\x1e\xf2\x09\x36\x6a\xba\x78\x0c\xe4\xab\xc8\x27\x08\x1b\xc0\x86\x4c\x4a\x57\xa1\x2f\xf2\x09\x36\x8a\xbe\x74\xaf\x01\x6c\x0c\x60\x23\xdf\x3c\x07\xf2\x01\x1b\xaa\x56\xae\x01\x6c\x0c\x60\x23\x57\xc9\x0c\x6c\x0c\x60\x63\xcb\x07\x6c\xc8\xa4\x96\x79\x36\x60\x63\x00\x1b\x5d\xab\xcb\x00\x36\x64\x22\xa3\xe8\x8b\x7e\xc0\x46\xd1\xac\x37\x80\x0d\x99\x54\x0b\xba\x00\x1b\x03\xd8\xa8\x1d\x1f\xfa\x09\x36\x4a\xe6\x7d\x00\x1b\x03\xd8\xe0\x63\xd5\x00\x36\x64\x62\xb7\xa4\x50\x03\x36\x64\x52\xa9\x37\xcf\x86\x7e\xc0\x46\x26\x3d\x80\x0d\x99\x54\xda\xc1\x73\xa0\x9f\x60\xa3\xb4\x13\x1f\xfa\x09\x36\x5a\x6a\x7a\x36\x60\x43\x26\xb5\xac\x1d\xe8\x00\x36\x64\x42\x3f\x3d\x2f\xb0\x31\x80\x8d\xac\x0f\x71\x03\xd8\x18\xc0\x46\xd6\x4a\x3c\x80\x0d\x99\x54\xbb\x66\xf9\x01\x6c\xc8\xa4\xd2\x79\x0e\x60\x63\x00\x16\x59\x3b\xd5\x01\x58\xc8\xa4\xd2\xaa\xc6\x0c\x39\xc8\x24\x0a\xa7\x6b\x40\x0e\x32\x91\x46\xd2\x0f\x72\x18\x90\x43\x61\xca\x81\x1c\x64\x52\x4b\xfb\xd9\xd0\x0a\x72\x48\xa4\x34\xe4\xc0\xb7\xde\xd2\x35\x2b\xf3\xad\x17\x13\xed\xf0\xa1\x81\xc8\xa1\x74\xad\x4c\x03\x72\x90\x49\x2d\xdd\x9a\x9a\x20\x87\x01\x39\xa8\x68\xb2\x06\xe4\x20\x13\xe9\x2b\x5d\x20\x07\x99\xd4\x00\x3d\xca\x26\x98\xd0\x45\x63\x86\x1c\x06\xe4\x50\x76\x5f\x74\x11\x39\xb4\xc2\x73\x40\x0e\x32\xa9\x75\xed\x50\x06\xe4\x30\x20\x87\x9c\xe9\x8b\x2e\x0f\xba\x34\xc6\x87\x2e\x90\x43\xe9\x3c\x1b\xba\x40\x0e\x89\xa9\x0e\x72\x18\x90\x43\x16\xd8\x0e\xc8\x61\x40\x0e\x85\x78\x86\x1c\x06\xe4\xa0\x93\x18\x6b\x40\x0e\x03\x72\x28\xcc\x11\x90\x83\x4c\x2a\x57\xc6\x87\x7e\xa2\x89\x52\x79\x97\xd0\x84\x4c\x6a\x95\x78\x81\x26\x06\x34\xb1\x73\x10\x9a\x90\x49\xad\x1c\x8c\x0f\xfd\x06\x1f\x9c\x0a\x63\x41\xbf\x81\x7e\xfa\xd8\x32\xa0\x89\x01\x4d\x14\xed\xa4\x07\x34\x31\xa0\x89\xc2\x1c\x01\x4d\x0c\x68\x82\x9d\xfe\x80\x26\x64\x22\xee\xa5\x1f\x34\x31\xc6\xd6\x8f\xb1\xa0\x1f\x34\x91\xf4\xb1\x60\x40\x13\x32\x11\x1b\x7a\x0e\x68\x42\x26\xe6\x08\xf5\x85\x26\x64\x52\x2b\x2c\x15\xd0\xc4\x80\x26\x2a\x73\x1d\x34\x21\x13\x3e\xae\x87\x7e\xa2\x89\xd6\xd1\x05\x9a\x90\x49\x4d\xe7\x73\xd6\x80\x26\x64\x62\xe7\xd6\x7e\xc5\x6a\x0f\x6c\xc8\xc4\xed\x78\x24\xe4\x15\x6c\x94\xa6\x4d\xf5\x00\x36\xc6\x86\x0d\xa6\x7e\x60\x43\x26\xc2\x84\xbe\xc8\x2b\xd8\x68\xd7\x1e\x16\xf2\x02\x1b\x59\x9b\xa4\x01\x6c\xc8\xc4\x6b\xe5\xd1\x91\x57\xb0\x51\x6f\x52\x0f\xd8\x18\xc0\x46\x65\xa7\x00\x6c\x0c\xbe\x9b\xf2\x66\x60\x0d\x99\x50\x5c\xc3\x83\x35\x64\x72\x22\x20\x40\x8d\x01\x6a\x24\x16\x21\x50\x63\x80\x1a\x55\x5f\xd5\x06\xa8\x21\x13\x2f\x9f\xbb\x22\xae\xb1\x40\x5c\x5c\x0f\xf5\x6c\x6f\x95\x19\x31\xea\x09\x35\xda\xc9\xe4\x0d\x6a\xc8\x24\x0e\x12\xac\x01\x6a\xc8\x24\x8e\x57\xac\x01\x6a\x0c\x50\xe3\x24\xc0\x40\x0d\x99\xd4\xf2\xc1\xa3\xa1\x1e\xa8\x51\x99\x1c\x41\x0d\x99\xd4\x2a\x0b\x04\xa8\x21\x93\x4a\x61\x02\x01\x35\xc6\x46\x8d\x4c\x3b\xe4\x73\x16\x08\x82\x18\xd4\x90\x89\x37\xa4\x31\x83\x1a\x32\x81\x29\xba\x2f\xa8\x21\x93\x0a\x5f\x25\x07\xa8\x31\x40\x8d\xcc\x62\x00\x6a\x0c\x50\xe3\x64\x11\x02\x35\x06\xa8\x51\xd9\xc8\x80\x1a\x03\xd4\xc8\x4c\x2a\xa0\xc6\x00\x35\x92\x3e\xdd\x0c\x50\x63\x80\x1a\x9d\xa8\x02\x35\x06\xa8\x51\x99\xd0\x41\x0d\x99\x54\xae\x3d\x16\xf4\xf3\x1d\x7d\x3c\x2f\xfa\x09\x35\x5a\xd3\x27\xa3\x01\x6a\x50\x34\xac\x9d\x04\x05\x35\x28\x1a\xb6\xca\x7b\x03\x35\x06\xa8\xd1\xd0\x05\xd4\x90\x89\x31\xeb\xbe\xa0\x86\x4c\x2a\x84\x0b\xa4\x21\x13\x43\xd1\xeb\x85\x34\x06\xa4\xd1\x32\x3e\xe4\x13\x69\x74\xa2\x0f\xd0\x90\x49\xad\x31\x9d\x03\x1a\x32\xe1\xa3\x2b\xea\x2d\xd4\x63\xea\x01\x34\x06\xa0\x01\xfc\x0e\x40\x63\x6c\xd0\x40\x29\x40\x43\x26\xde\x86\x54\x06\x34\x28\x91\x56\xea\x7a\x94\x48\x31\xa9\xe9\xf8\xc1\x9a\x90\xc4\xa4\x6e\x91\x94\xe3\x13\x92\x98\xd4\x2d\x98\x5b\x26\x24\x31\x21\x89\x53\x6f\x72\x42\x12\x93\xba\x45\xd3\xf3\x4e\x48\x42\x26\xae\x47\xbb\x86\x8f\x4c\x3d\x19\x4b\xc7\xb7\x97\xe1\x2a\xdf\x85\x8f\x65\xa4\x72\xdf\x1b\x1f\x5b\xb9\x3d\x96\x07\xdf\xf3\xfe\x6a\x55\x9f\xd3\x27\x20\x31\x29\x5b\xb4\x1b\xdf\xc4\xa7\x6f\x2a\xd7\xcd\xf0\x0c\xdf\x9e\xe6\xb8\xad\xe3\x93\x54\x3a\xc9\xb7\x26\x20\x31\x29\x5b\x14\xed\x7a\x27\x20\x31\x01\x89\x9b\xc7\x05\x24\x64\x82\xdd\x74\x3d\x40\x62\x02\x12\xa9\xe1\x43\x3e\x81\x44\x49\x5a\xbd\x26\x24\x21\x13\xe3\x6b\xf2\x21\x5f\xdd\xab\x08\xed\x90\xaf\x52\xf6\xd1\xea\x3f\x21\x89\x09\x49\xf4\x44\x5f\xe4\xab\x4c\x74\x5a\x26\x26\x24\x31\x29\x5b\x64\x7d\x0b\x9b\x90\xc4\xa4\x6c\x51\x32\xed\xd0\x4f\x24\xd1\x7a\xe6\xbe\xe8\x47\xd9\x22\x5f\xf8\xd0\x4f\x24\x91\x8e\x8e\x2e\xe8\xf7\x41\x12\x3c\x2f\xfa\x89\x24\xda\xa9\x65\x62\x42\x12\x13\x92\x38\x35\xff\x4f\x48\x42\xa6\xf3\x19\x63\x02\x12\x93\xaa\x45\x17\x63\x4e\x40\x42\x26\xf7\x83\xab\xa1\x1e\x45\x8b\x8f\x66\xa8\xd7\xd8\x03\x12\x05\x70\xc4\x84\x23\xfa\x89\x0f\xf5\xc4\x11\xf5\x68\xf4\x45\x3d\x71\x44\xe3\xeb\xe7\x84\x23\xe6\x07\x47\xd0\x17\xf5\x28\x5a\xf4\x4a\x3b\xd4\xa3\x68\xa1\x73\x1f\x6b\xc2\x11\x13\x8e\x38\xaf\x5f\xb1\xce\x4f\x30\x63\xb6\xfd\xc1\x45\x2f\x0b\xcc\x90\x89\xd5\x8b\x4b\x23\x6e\x98\x42\xd9\x78\x42\x19\x13\xca\xa0\x4c\x3e\xa1\x8c\x09\x65\x50\x3a\x9a\x50\xc6\x84\x32\x3a\xe9\x04\x65\xc8\xa4\x72\x6b\x8a\x9a\x50\xc6\xa4\xa4\xc1\xf7\xd2\x09\x65\x4c\x4a\x1a\x37\xef\x0f\xca\x90\x89\x76\xf4\x45\x5d\xc8\x23\x69\x51\x9a\x90\xc7\xa4\xa4\x91\xf5\x7d\x78\x42\x1e\x93\x9a\x45\x6e\xf4\x45\xdd\xce\x22\xac\x12\xd8\x84\x3c\x26\xe4\xd1\x89\x7f\xc8\x63\x42\x1e\x2c\x90\x13\xf2\x98\x9b\x3c\x2a\xed\x90\x8f\x9a\x45\xd7\x2e\x8f\x53\x21\x98\x18\x8b\xde\x2a\xe4\x31\xa9\x59\x40\x1e\x13\xf2\x90\xd9\x9f\xff\x27\xe0\x21\x13\xb7\x95\x7c\x80\x87\x4c\x3a\xf9\x94\x34\x01\x0f\x99\x00\x5f\x49\x00\x78\x4c\xc0\xe3\x42\x52\xc0\x43\x26\x95\x2d\x29\xe0\x31\x01\x0f\x36\xec\x13\xf0\x90\x89\x99\x91\x76\xc8\xf2\xb0\xb6\x92\xee\x80\x87\x0c\x1f\xbe\x27\xd8\x21\x93\x6a\xe7\x05\x81\x1d\x32\x91\x12\xf4\x24\xa6\xc0\x8e\x4b\x3b\x93\x09\x76\xc8\xa4\xaa\xcd\xd9\x84\x3a\x64\x52\xe9\x2c\x21\x50\xc7\x84\x3a\x4e\xe6\x13\xa8\x43\x26\x55\xca\xc8\x13\xea\x98\xd4\x30\x12\x71\x0b\x75\xcc\xb1\x57\x56\x7c\x88\x07\x61\x5c\xc4\x05\x84\x21\x93\x7a\x3a\x19\x0b\x42\x89\x30\x6a\xe7\x7d\x43\x18\x13\xc2\xb8\x44\x1d\x13\xc2\x98\x10\x46\x22\x3b\x21\x8c\x09\x61\x70\x0c\x64\x42\x18\x93\x7a\xc5\x55\x91\x00\xa9\x20\x0c\x6a\x2c\x13\xc2\x98\x10\x46\x26\x46\x21\x0c\x99\x90\x54\x63\x86\x30\x26\x84\x71\x31\x57\x42\x18\x13\xc2\xb8\x58\x0a\x21\x0c\x99\x08\x16\xae\x87\x56\x22\x8c\x9a\x3a\xed\xd0\x4a\x84\xc1\xb9\xe1\x35\x21\x8c\x49\xbd\xe2\xd8\x63\x21\xd0\xa8\x57\x50\x6e\x9e\x20\xc4\x04\x21\xae\xdd\x17\xfd\x26\xf9\xa7\xcd\xd4\x04\x21\x26\x08\x71\x11\xcc\x20\xc4\x04\x21\x32\xe1\x02\x42\x4c\x10\x22\x93\xe3\x20\xc4\xdc\x08\x41\xd0\x83\x10\x93\x7a\xc5\xc9\x1a\x02\x42\x4c\xea\x15\x1c\x07\x9a\x20\x84\x4c\xaa\xd4\x35\x26\x08\x21\x93\xf7\x8e\x03\x84\x98\x20\xc4\xcd\xa4\x0f\x42\x4c\xca\x15\x27\x52\xc1\x10\x13\x5e\xb8\x1b\x7d\x91\x0a\x5e\xa0\xc4\x32\xe1\x85\x49\x69\x22\xef\xeb\x21\x95\x78\xa1\x02\xea\x13\x5e\x98\x94\x26\xf8\x40\x35\xe1\x85\x49\x69\xa2\x1e\x5c\x0f\xa9\x28\x4d\x94\xed\x43\x2a\xf1\x42\x6d\xcc\xea\xf0\x02\x07\xd3\xda\xcd\xc2\x02\x2f\x70\x30\xad\xdd\xcc\x37\xf0\x82\x4c\x64\xaf\xae\x07\x2f\xc8\xa4\x5a\xf4\xa1\x6d\xc2\x0b\x32\xd1\x4e\x7d\xe1\x85\x09\x2f\x9c\xa4\x1b\xbc\x30\xe1\x85\x8b\x69\x18\x5e\x90\x89\x76\xf8\x08\xb5\x30\x67\xbb\x71\x21\x9f\xef\xcf\xc1\xf8\x90\x0f\x5c\xc8\xa2\xbc\x09\x2e\xc8\xa4\xa3\xee\xe1\x21\x9f\x70\xa1\x53\x11\x9e\xe0\x82\x4c\xbc\x71\xbd\x36\x70\x41\x26\xf5\x1d\xcd\xe0\x82\x4c\xaa\x54\xb7\x26\xb8\x30\x77\x65\x82\xd9\x05\x5c\x98\xbb\x32\x91\x68\x87\x7c\xbe\x23\x4d\xf7\x00\x17\x26\x95\x89\x4c\x26\x80\x0b\x32\xa9\x73\x50\x67\x82\x0b\x32\xf1\x2a\x69\x87\x7c\xc2\x85\x4e\x85\x65\x82\x0b\x32\x91\x45\xf7\xaf\x58\xe7\xc1\x89\xb9\x7f\x78\xc6\x82\x06\x4e\x4c\x70\xe2\x62\x51\x02\x27\x64\x52\xa5\xb0\x3c\xe1\x89\x09\x4f\x64\xde\x34\x3c\x21\x93\x3a\x67\x08\x26\x3c\x21\x73\x1d\xbc\x7c\x70\x42\x26\x71\xd6\x7c\x4d\x70\x42\x26\xf5\xa3\x72\x0b\xd4\x05\x27\xf8\x52\xca\x2f\xa7\x30\x31\xe4\x50\x88\x13\x92\x98\x08\x9c\x2c\x5f\xc2\xc7\xda\xaa\xc0\x36\x70\xc2\xc0\x89\x53\xc7\xe1\x0c\x9c\xb0\x8d\x13\xba\xaf\x81\x13\x06\x4e\x9c\x7a\xd3\x06\x4e\xc8\xa4\x7e\xe8\x0d\x1a\x38\x61\xe0\x84\x8e\xf7\x2f\x03\x27\x64\x52\x3f\x2e\xfa\x5e\xf8\xd8\x0f\x37\xc6\x72\xe3\x43\x2a\xcd\x47\x06\x4e\x18\xc7\xa0\x7a\xe6\x1e\x03\x1f\x73\xde\x41\xbb\x89\x0f\xad\x6e\xae\x67\xf8\x4c\xeb\xd2\x41\x5f\xc7\xe7\xf8\x8a\x7c\x0b\xdf\x92\x4f\x35\x41\x83\x27\x0c\x9e\xc8\x9a\xa7\x0d\x9e\x30\x8e\x41\x9d\x9a\xb8\x0c\x9e\xb0\x5d\x98\x10\x58\x1b\x3c\x21\x13\xd7\xd3\x7d\xe1\x09\x99\x40\x34\x7c\xe8\xb7\x8f\x41\xf1\xbc\xf0\x84\xc1\x13\xb9\xe3\x43\x3f\xf1\x44\xd7\x6f\x2d\x96\xc1\x13\x32\xa9\x83\x72\x06\x4f\xd8\xe6\x09\xed\x9c\x0d\x9e\x30\x78\x82\xc2\x89\xc1\x13\x32\x71\x3d\x9e\x17\xfd\xe0\x89\x73\x5f\x0f\xfd\x2a\xfa\xe9\xa3\x86\xc1\x13\x32\xbb\xe8\x62\xe0\x84\x4c\x86\x26\x0c\x9a\x90\xf9\xa8\xc3\x18\x34\x21\x13\x3e\x29\x0a\x4e\x18\x38\x41\x6d\xc6\xc0\x09\x99\x68\xc7\xf5\x50\x4f\x3c\xd1\xcb\x41\x5f\xd4\xdb\x3c\xa1\x4f\x10\x06\x4f\xc8\x84\x02\x52\x0f\x9e\x30\xea\x12\xec\x4e\x0c\x9e\xb0\xcd\x13\x8d\xbe\xa8\xd7\xa8\xeb\x14\xc6\x82\x7a\xe2\x89\x92\xb4\x03\x32\x78\xc2\xa8\x4b\xa4\x7d\x5f\xd4\xdb\x75\x89\x4e\x5f\xd4\x03\x18\x32\x91\x01\x30\x18\x87\xa0\xa8\x3b\x19\xc0\x20\x13\x91\xab\x31\x43\x0c\x32\x1f\xb5\x28\x83\x18\x6c\xd7\x25\x76\x3b\xf4\x13\x31\xf4\xa4\x25\xcd\x20\x06\x99\xd4\x29\xc7\x19\xc4\x60\xfb\x10\x94\x76\x54\x06\x31\x18\xc4\xa0\xdf\xcf\x2e\x83\x18\xec\xe3\x10\x14\xf7\x45\xbf\x30\x27\x5f\xd4\x0c\x60\x30\x80\x61\x4b\x05\x30\xc8\xa4\x92\xf6\x6d\x91\x0f\x60\xd0\x8f\xcf\x96\x01\x0c\x06\x30\xa4\x4a\x3b\xe4\x03\x18\xf4\x8b\xb4\x65\x00\x83\x7d\x00\x83\xc2\x00\x60\xe0\xd8\x77\xa3\x1c\xc7\xb1\x6f\x4c\x2c\x2d\xba\x1e\xc0\x20\x93\xce\x9d\xbc\x00\x83\x71\xc8\x89\xf2\x8f\x41\x0c\xf6\xec\xb3\x61\x92\x05\x62\x30\x4a\x15\x49\xdf\x39\x0c\x62\x30\x4a\x15\xfa\xd5\xcf\x32\x88\x41\x26\x15\xca\x2b\x06\x31\x18\xc4\x50\xb4\xc9\x32\x88\x81\x63\xe9\x25\x91\xd0\x10\x83\x51\xaa\x38\x0b\xe3\x43\x17\x4a\x15\x67\xe1\x7a\xe8\xf2\xec\xa4\x94\xce\x30\x83\x51\xaa\x38\x09\x49\x98\xc1\x9e\x5d\xf8\xe7\xbe\x84\x15\xcc\x70\x30\x09\xc1\x0c\x32\x1f\xa5\x4b\x03\x1a\x0c\x68\x60\x03\x6e\x40\x83\x4c\xaa\x94\xe8\x0c\x68\x30\x4a\x15\x7c\xd1\x35\xa0\xc1\x28\x55\xec\x89\x18\x68\x90\x09\x9f\x9e\x0d\x68\x90\x49\x65\xeb\x4c\xa9\x42\xe6\xa3\x64\x6a\x80\x84\x4c\x2a\x94\xd4\x0c\x90\x30\x4a\x15\x14\xf9\x0d\x90\xb0\xb1\xf5\x53\x5c\x01\x12\x36\xb6\x7e\xfd\xaf\x2f\xf5\x06\x67\x18\x9c\x41\xb5\xd3\xe0\x0c\xa3\x92\x01\x3f\x18\x9c\x21\x93\x4a\xe6\xd5\xc0\x19\x06\x67\x9c\x84\x09\x9c\x61\xbb\x92\x41\xc8\xc2\x19\xb6\xcf\x45\x69\x63\x6b\x70\x86\xcc\x79\x92\x8c\x60\x86\x81\x19\x37\xcb\x17\x98\x61\x60\xc6\xcd\x9b\x01\x33\x8c\x63\x51\x14\x95\x0d\xcc\x30\x0a\x19\x27\x93\x19\x98\x21\x13\x13\x83\x14\x02\x33\x64\x02\x65\x18\x32\xea\x72\x2c\x8a\x93\xd1\x06\x66\x18\x98\x71\x32\x51\x83\x19\x32\x11\xc5\xf4\x45\x3e\x61\x46\xdd\x6f\x0b\xcc\x90\x49\xe5\x64\x52\x01\x33\x6c\x63\xc6\xbe\x2f\xf2\x81\x19\x27\xd9\x08\x66\xc8\x7c\x14\xc7\x0d\xcc\x30\x8e\x45\x9d\x44\x22\x9c\x61\x70\xc6\xc9\xa2\x01\x67\xc8\x7c\x14\xd1\x0d\xce\x30\xdb\x5b\x16\x8d\x8f\x5a\x85\xc1\x1e\x99\xe7\x80\x3d\x6c\xb3\x87\x36\x93\x06\x7b\x18\xb5\x8a\xad\x01\xec\x61\xd4\x2a\x28\x66\x1b\xec\x61\xb0\x47\x26\x93\x61\x0f\xa3\x56\xc1\x71\x4a\x83\x3d\x64\xe2\x7a\xf8\xd0\xcf\x76\x31\x9b\xeb\xa1\x1f\xc7\xa2\x32\x8b\x0b\xec\x21\xf3\x51\xf8\x37\xd8\x43\xe6\xca\xaa\xb5\x1b\xe8\x61\x94\x2a\xb6\xa4\xa0\x87\x4c\xec\xf8\x74\x5b\xd0\x43\x26\xd6\x52\x5d\x0e\xf4\xb0\x8d\x1e\x37\x3e\xe4\x73\x4e\xf5\x30\x51\x83\x1e\xc6\xa9\xa8\x0f\x1f\xf2\x51\xaa\x38\xf5\x25\xd7\x60\x0f\xdb\xec\xc1\xae\x12\xf6\x90\x09\x0a\xc7\x87\x7c\xbe\x0f\xbe\xe3\x43\x3e\xd8\xa3\xb3\x90\xc0\x1e\x32\xf1\x1c\x7a\xbd\xb0\x87\x4c\x2a\x90\xaa\xc1\x1e\x46\xa9\x22\xef\xeb\x21\x1f\xa5\x8a\x7b\x3f\x1b\xf2\x6d\xf6\xd0\x17\x39\x83\x3d\x8c\x52\x45\x21\xfc\x60\x0f\xa3\x54\x71\xa2\x33\xec\x61\x6b\xef\xf8\x74\x5f\xd8\x43\x26\x55\x6a\xd9\x06\x7b\x18\xa7\xa2\xf8\x16\x69\xc0\x85\x6d\xb8\x60\x7c\xc0\x85\x4c\x3c\x87\x9e\x17\xb8\x90\x89\xf1\xe1\x43\x3f\x4e\x45\x9d\xfb\x1e\xe8\xc7\xa9\xa8\x8c\xa6\xc0\x85\x51\xac\xe0\xac\x87\x41\x17\x32\xa9\xec\x29\x07\xba\x90\x89\x34\xa2\x2f\xfa\x71\x2a\x6a\xef\x66\xa1\x0b\x7e\x43\xd5\x4e\xbd\x73\x7e\x43\x85\xf9\x38\x3b\xe2\xd0\x85\x97\xad\x55\x97\x2f\xe3\xe3\x04\xa3\xf6\x45\x0e\x5d\x38\x74\x91\x6f\xfa\x16\x7c\xa4\xaa\x76\xae\x0e\x5d\x38\xc7\x9e\xf8\x6e\xeb\xd0\x85\x43\x17\x59\xb3\xa9\x43\x17\x4e\xb1\x82\x67\x73\xe8\xc2\x3f\x8a\x15\x8c\xe5\xc6\x27\xba\x80\x88\x1c\xba\x90\x49\x27\x65\x27\x87\x2e\x1c\xba\xd0\xaf\xdc\x97\x43\x17\x32\x71\xdf\x22\x9f\xe1\xdb\x9c\xcb\xb3\x39\x3e\x48\xac\xf3\x1c\x0b\xdf\x2e\xca\xea\x79\xa1\x0b\xdf\x74\x71\xe2\x43\xbf\x4d\x17\x68\x05\x5d\x38\x74\x91\x35\x6d\xf0\x27\x04\x30\xb1\x77\xd5\x58\xa0\x0b\x87\x2e\xb2\xde\xa5\x43\x17\x5e\x77\xae\xea\x39\xa0\x0b\xdf\x74\x51\xb9\x07\xfa\xf1\x23\x8b\xdc\xf0\xa1\x5f\xe5\xd8\xd8\x85\x0f\xfd\x38\xf7\xc4\x39\x0c\x87\x2e\x1c\xba\xc8\xc4\x01\x74\xe1\x75\x17\xb5\xa5\x3d\x74\x21\xf3\x71\xae\xc8\xa1\x0b\xe7\xdc\x13\x67\x5b\x1c\xba\xf0\x5d\xad\x38\x78\x0e\xf4\xa3\x5a\x91\x75\xde\xc5\xe1\x0b\xa7\x5a\x91\xee\x5f\xc1\xf5\x0e\x7e\x38\xc7\xa2\x92\xb6\xcf\x0e\x7e\xc8\x44\x48\xe0\x43\x5e\xe1\x47\xd1\x8f\xd1\x97\x83\x1f\x4e\x39\x83\x55\xd7\xc1\x0f\x07\x3f\xf4\x57\x27\x96\x83\x1f\x4e\x39\x83\x43\xf3\x0e\x7e\xc8\xc4\x74\x2b\x29\xc1\x0f\x6f\xac\xba\xfa\x8a\xec\xa0\x86\x4c\xb4\xe3\x7a\x48\xb9\x4b\x17\x4a\x6f\x07\x35\x64\x52\xbd\x32\xed\x90\x92\x23\x50\x05\x79\x41\x0d\xa7\x36\x01\xba\x38\xa8\x21\x93\xca\x4e\x01\x50\xc3\xf7\xef\x2d\x08\x3b\x50\xc3\xf7\xef\x2d\x34\x75\x39\xa8\x21\x93\x8e\x5b\x7b\x74\x07\x35\x64\xa2\x9d\xee\x0b\x6a\xc8\xa4\xc2\x31\x17\x07\x35\x64\x22\x05\x14\xc6\xa0\x86\xef\xe2\x04\xaf\x15\xd4\xf0\x7d\x2c\x6a\x5f\x0f\xad\xc4\x1a\x95\xca\xbf\xc3\x1a\xce\xb1\x28\x0e\xbf\x3a\xac\xe1\xfc\xa0\xe2\x4c\x3c\x07\xfa\xf5\xad\x1f\xcf\x8b\x7e\xbb\x38\x71\x72\x0f\xf4\xdb\xac\x71\x71\x0f\xf4\xeb\x3b\x14\xd5\x17\xd6\x90\xb9\x39\x77\xec\xa0\x86\x73\x2a\xaa\x32\x3c\x50\xc3\x3f\x4e\x45\xe9\x71\x41\x0d\x7f\xf6\xa9\x1e\xdd\x16\xd4\xf0\x8d\x1a\x3a\xaf\xeb\xa0\x86\x3f\x5b\x16\xda\x21\x0b\xa8\xc1\xe9\x1f\x07\x35\x64\x52\xd5\x8f\xa8\x97\x83\x1a\x0e\x6a\x54\x6d\x46\x1c\xd4\x90\x09\x1f\xed\x90\xe5\xd9\x19\x8a\x0f\x59\x1e\x4a\xd7\xcc\x02\xa0\x86\x3f\x5b\x16\xc6\x87\x2c\x42\x8d\xa2\xbf\xc8\xb1\x1c\xd4\x70\x50\x23\x11\x42\xa0\x86\x83\x1a\x9c\x17\x77\x50\x43\x26\x55\xc8\xd4\x41\x0d\xa7\x3e\xc1\xde\xda\x41\x0d\x99\xf0\xd1\x17\xfd\x06\xab\x29\x69\x09\x6a\x38\x58\x51\xb7\x0f\xad\xf6\x09\x28\x5e\x2f\x58\xe1\xfc\x9e\x82\x4d\x9a\x83\x15\xce\xef\x29\x38\xad\xe8\x60\x85\x4c\xaa\xac\x7e\x0e\x56\xc8\xa4\x52\x09\x67\xb8\x41\xe6\xe3\x54\xa3\xc3\x0d\x32\x91\xbe\xdc\x17\xad\xe0\x06\xbe\xb6\x3a\xdc\x20\x13\xf7\x50\x3b\xb8\xc1\xe1\x06\x70\xcb\xe1\x06\x9f\x1b\x6b\x75\x5f\xb8\xc1\xf9\x3d\x05\xdf\xfe\x1c\x70\x70\x4e\x40\x9d\xda\xdd\x38\xe0\xe0\x73\x9f\x42\xd4\xfb\x00\x1c\x9c\x13\x50\x69\xb7\x23\xd6\x66\xfb\xf3\x09\x4b\x07\x1c\x64\xc2\x47\x3b\xf4\x9b\x5b\x3f\x7c\xe8\xb7\xc1\xa1\xf1\x1c\xe8\x07\x38\x70\x3a\xd3\x01\x07\xdf\x47\x9c\x2a\xcf\x81\x7e\xd4\x27\x12\xab\x10\xe0\xe0\x73\x9f\xe2\x94\x56\x80\x83\x4c\xf8\xf4\x3e\x00\x07\x99\x8f\xd3\x9e\x0e\x38\xb8\xed\xa3\x13\xea\x0b\x38\x38\xe0\x90\x88\x53\xc0\xc1\x37\x38\x30\x85\x01\x0e\x4e\x81\x22\x11\xa7\x80\x83\x6f\x70\x60\x2a\x01\x1c\x1c\x70\xa0\x90\xe8\x80\x83\x7f\x80\x03\xd7\x43\x3f\xc0\xa1\x91\xe7\x80\x83\x6f\x70\x50\x91\xc1\x01\x07\xe7\x90\x53\x26\xf7\x01\x07\xff\x38\xe4\xc4\x3d\xd0\x0f\x70\xd0\x1f\xb2\x59\x0e\x38\xb8\x6d\xfd\x68\x87\x7e\xb6\x73\x15\x0d\xd0\x0f\x70\x68\xcc\x11\x80\x83\xef\xa2\x05\xba\x40\x0e\xbe\x8b\x16\x02\x16\x87\x1c\xdc\xf7\x09\x50\xc5\x06\xe4\x20\x13\xd3\xb8\x74\x81\x1c\x1c\x72\x28\x3c\x2f\xe4\xe0\x90\x03\x75\x48\x87\x1c\x1c\x72\x68\xe4\x1b\xe4\xe0\x90\x03\xbf\x23\x72\xc8\x41\x26\xee\x41\x5f\xf4\xf3\x5d\xfd\xff\x8b\xd5\x3e\xe7\xff\x7f\xb1\x87\x2b\x64\x42\x35\x3d\x39\x5c\xe1\x1f\x47\xa0\x18\x01\xea\xfa\xf8\xf3\x39\x61\x7e\xe3\x8f\x89\x3d\x8d\x14\x87\x2b\x9c\x9a\x46\x62\x06\x81\x2b\x9c\x9a\x06\xa8\xe6\x70\x85\x7f\xd4\x34\xe4\x83\x2b\x64\x52\xe1\x07\xc9\x0e\x57\xf8\xda\xea\xea\xc9\xe1\x0a\x99\x68\xa7\x7b\xc0\x15\xbe\xf6\x4c\x28\xc5\xe1\x0a\xe7\x08\x94\xfe\xf6\xc1\x72\xb8\xc2\xf7\x19\xa8\x93\xfb\xa2\x2e\x45\x0b\x8e\xef\x39\x5c\xe1\x9b\x2b\x3a\x63\x41\xdd\xb5\xcf\x1d\xd3\x17\xfd\xe0\x8a\xbe\xc7\x82\x7e\x6b\xff\xda\x87\x76\xe8\xc7\x21\xa8\xbc\xfb\xa2\xdf\xda\xe7\x6b\xe9\x8b\x7e\x70\x45\xdb\xf7\x45\xbf\x5d\xb5\xa8\xe5\xff\x79\xab\xf1\xff\x7f\x7e\xbe\xbd\xfd\xe9\x6f\x27\xce\x3f\x7c\xff\xee\x5f\x7e\xe8\xef\x34\xea\x0f\x24\xbe\xcc\xd7\xe7\x2f\xfe\xa7\xbf\xf9\xf8\xed\xeb\xb7\xe8\xa5\xff\xfd\x9f\x00\x00\x00\xff\xff\xa6\xb9\x1e\x14\x1f\x52\x00\x00"); +var _cfga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x97\x4d\x6b\x1c\x49\x12\x86\xef\xfd\x2b\xea\xe8\x3d\x78\x95\x9f\x95\x99\x60\x04\x8b\xcd\xb2\x32\x78\x77\x59\xd9\xde\x81\x61\x0e\x95\x95\x55\x9a\x86\x51\xab\x69\x49\x07\xff\xfb\x21\xde\x78\xa3\x8d\xe6\x20\x54\x4f\x44\x56\x7c\x64\x46\x46\x54\xdf\x7c\xbc\xfb\x74\x77\x3a\xbe\x4c\x37\xff\xbd\x3c\xad\xf7\xdb\xcb\xb4\x1f\x4f\xe3\xb2\x3d\x3f\xbd\x5e\xd6\x6d\xea\xdb\xc3\xf1\x74\x38\xf8\x30\x8d\xe3\xfa\x62\x88\x7f\xeb\xe3\x72\x3e\x1c\x6e\xbe\x9d\x8e\x9f\xef\xee\xdf\x7f\xfb\xfa\xcf\xfa\xfe\x5f\xd3\xeb\xf3\x46\xf9\xc7\xbb\x4f\xf7\x3f\x9e\x5f\xb6\xc7\xbb\xd3\xfe\x34\x45\x7d\x7f\xbc\x9e\x69\x63\x9a\x6e\xfe\xb7\x3d\x1c\x9f\x5f\x2e\x3f\xa6\x77\xff\x18\x4f\x7d\xfb\xdb\x34\xb6\x5d\xe4\xff\xb9\x8c\xed\x72\x3c\x3d\x4c\xef\x3e\x2f\xe7\xe5\xe4\xaf\x8a\xfb\xd7\xf3\xf9\x8f\xed\x71\x3b\xbd\x4c\x05\xb2\xed\x34\xf0\xff\x70\xf3\xf1\xcb\x72\xfe\xf7\xf2\xb8\x4d\x6f\xe2\xf9\x0e\x2d\x94\xdf\xb7\xcb\xf3\xf1\xe9\x34\xf9\xf8\x77\xe7\xea\x4f\xf9\xd7\x1f\xe7\x6d\xf2\xb4\xf2\xcb\xb7\xbb\x4f\xd3\xaf\x7e\xf2\x6e\x0a\x39\x25\xf7\x1b\xe5\xff\xff\xf2\x34\xae\xab\xbc\x73\x9a\xc3\x7a\x1c\xeb\xef\xcb\xe5\xf0\x61\x0d\xdd\xdd\x4e\x35\xcc\xed\xf0\x61\x0b\xd5\x35\x77\x3b\x95\xda\x22\x29\x83\x02\x69\x06\x65\xa5\x45\x75\x95\xa4\xba\xa2\xd4\x83\xd8\x2c\xb4\xd2\xa3\x50\x55\x9a\xe1\x21\x56\x82\x17\x98\x09\x41\xa0\x11\xa2\x80\xda\x2b\x35\xdd\x4e\x35\x7a\x4f\xca\x20\x47\x9a\x41\x1a\x63\x91\x38\xaa\xbb\x52\x01\x25\x52\x05\xd1\xca\xd2\x40\x1a\xd5\xd6\xfa\xed\xe4\x83\x4f\x95\xb8\x02\x67\xc3\xa1\xda\x42\xdc\x80\xd9\x11\xf7\x37\x8b\x17\xa7\x8b\x1b\xd1\xeb\xe2\x99\x18\xde\x2e\x8e\xaa\xcd\xc4\xa4\x68\xda\xfc\x76\xf1\xac\x5a\x86\x81\xec\x7e\x2a\x2b\xc8\x74\x0d\x64\x4e\x97\xb7\x76\xba\x28\x4b\x20\xad\x20\x4f\x1a\x20\xa4\xd6\x52\x5d\x6f\xa7\x92\xf4\xc8\x5b\xaa\x03\x54\x48\x1b\x68\x26\xed\xa0\xaa\x84\x43\xce\x2e\x92\x3c\x88\x56\x70\xcc\xd9\x25\x52\x04\xd1\x4a\x4b\xb0\xe2\x49\x19\x64\x56\x66\x50\x20\x15\x90\x59\xa9\xa0\x46\x6a\xb0\x69\x56\x16\x10\x33\x92\x83\x2e\xd9\x99\x15\xc9\x2f\x07\xf3\x30\x40\xcc\x4f\x4e\xb9\xe4\x60\x51\xef\x20\xfa\x5b\x90\x5f\x60\xd4\x0b\xf2\x0b\xf4\xbe\x20\xbf\xc0\x9d\xc0\x35\xc9\x91\x56\x70\x4d\x72\xa4\x3f\x39\xc0\x92\x23\x63\x91\x03\x2c\x39\x9a\x07\xe4\x10\x19\xcb\x82\x1c\xa2\xf9\x43\x0e\xd1\x3c\x20\x07\x4f\x0f\x1d\x91\x79\xae\xec\x09\xd9\xd2\x4a\x87\x07\xa7\xef\xe5\x8a\x95\xc9\x93\x90\x43\x72\x24\xe4\x90\x02\x09\x67\xa4\xd5\xdf\x72\x85\x4d\x2d\xef\x96\x2b\xf2\x4b\x33\x09\xf9\x25\xf3\x80\xfc\x72\x24\xc1\x7b\x56\x9b\x55\x76\xbe\x86\xe0\x49\x52\x75\xc1\x37\xd2\x06\x9d\xad\xdc\x41\x1a\xd9\x5a\xf5\xfe\x14\x75\x81\xdb\x55\x83\x93\x17\x63\x75\x38\xce\x8a\xa2\x10\x92\xe3\x6c\xb8\x78\x42\x3b\xa8\x80\x3c\xd2\x6d\xbe\x92\x22\xa8\x91\x24\xa5\x06\x87\x42\x05\xe4\x49\x0d\x14\x94\x16\xbc\x87\xf2\x89\xd2\xe1\x40\x89\xa4\x56\x32\x49\xad\xcc\xa4\x0d\x54\x64\x0a\x58\x2b\x3e\xd4\xfc\x97\xde\x2c\x2b\xa5\x5c\x6b\x28\x81\x84\x4d\x2b\x1a\x4b\x40\xa3\x99\x63\x34\x44\x4a\xa1\x92\x34\x98\x46\x42\x30\xd1\x91\x10\xcc\xf5\x3d\xa4\x14\xd5\x45\xd4\x24\xa2\xa6\x14\xd5\x4a\x4c\x24\xb5\x92\x49\x6a\x65\x26\x21\xa5\xa8\xdb\x1b\xbb\x1e\x84\x7a\xe8\x7d\xbf\x9d\x42\x74\x59\x83\x59\xa5\xf0\x6a\xcc\x8e\x24\xd3\x21\xc6\x4a\x92\x06\xe8\xdb\x6c\x4a\xb4\x7a\x46\xb3\x4a\x75\x89\xd2\x13\x8b\x62\x26\x56\x45\x5b\xdc\x14\xcd\xf0\xa2\x38\x13\x3b\xb0\x98\x9f\x55\x31\x10\xb5\x72\xa8\x44\x53\x6a\x89\x5e\x1b\x42\x4a\xa6\xc3\xf4\x89\x46\x1a\x51\x35\xac\x50\x32\xed\xa6\x01\x55\xfa\x40\x91\xc7\xcc\x68\xa5\x69\xd4\xc8\xe3\x5a\x17\xec\x49\x62\xe8\x8b\xee\x09\x77\x73\xc5\x50\xf0\xad\xd9\x9b\x33\x62\x35\x25\x0e\x25\x71\x4b\xa4\x6d\xd4\xc8\x1b\xb0\xa2\x6d\xb4\xab\xc7\xa1\x66\xe8\xb2\x7b\x2c\xa5\xcb\x8e\x5b\xe6\x1c\xed\x74\x3d\xa3\x44\x82\xc7\x54\x48\x05\x4b\xbd\x29\xab\x22\x7d\xf6\x86\x4c\xe8\xb3\x2f\xaa\xb4\x57\x3b\x94\x16\xc1\xaa\x4a\x6e\x5e\x1f\x8a\x1a\xd1\xa8\x98\xaa\x8e\x37\x6f\x54\xaf\xda\x46\xc4\xf6\x31\xa4\x21\x85\x51\x63\x36\xd2\x88\x82\x21\xca\x9d\xe7\x37\xa4\x2c\x4a\xcb\x89\x84\x73\x67\xb4\xa3\xe2\x84\x58\xd2\x03\x43\xac\xf1\x4c\x46\xd3\x0d\xe2\x96\x8c\x16\x15\x4d\x9b\x14\x33\x11\xf1\x24\xae\xed\xf8\xd4\x70\x57\xd4\xb4\xcd\x29\xd3\x4e\xcc\xb3\x6f\x8a\x9e\xb8\xa3\x4c\xe4\xd5\xbd\xa3\x6a\x6b\x40\x85\x0b\xa1\x6b\x16\xea\x9a\x8e\x7c\x0c\x41\x41\x64\x86\x8d\xdf\x3b\x36\xbe\x34\x8c\x67\x21\xe8\x1c\x5f\x14\x17\xa5\x36\x07\x1a\x4d\x57\x66\x92\x5e\xeb\x99\xa4\xef\x19\x6d\xd7\xde\xbb\xf7\x1d\x8d\xa3\xd6\xf6\xa6\xc3\xc5\x72\xed\x70\x97\xe5\xf4\xb0\xe9\x17\x87\x4c\x2c\x7d\xf0\xe8\x67\xd9\xbe\x3d\x54\xde\x12\x7a\x75\xaa\x1c\xe7\x72\xd4\xfa\x20\x2e\x52\xe1\xd4\x95\xc6\xa1\x0f\xf8\x68\xa8\xf6\xc9\x32\x9b\x18\xdf\x0b\x95\x93\x57\x6a\x42\x1f\x1a\xc4\x66\x64\x31\x71\x87\xd8\xa6\x6f\xa4\x78\xc1\xe8\x8b\x0c\x50\x6e\x90\x3e\xe0\xdb\xc0\xdb\x94\xf5\x14\x77\x8c\x4d\x0e\xae\xd4\xb3\x89\x31\x15\x1d\x5d\xca\x05\xd1\x07\x0c\x75\xcf\x8f\x81\x6e\xb6\x71\x1c\x39\xd9\x0c\xe5\xea\x8c\xba\xcd\xec\x50\xae\xc2\xa5\x3c\x04\x6c\x7b\xa1\xb8\x52\xac\xb5\xeb\x28\x6e\xc9\xc4\xe8\xe7\xce\x53\x3c\x9b\xb8\xe0\x1c\x82\x0d\xd5\xab\x95\x86\x92\x62\x3f\x0b\x2d\xab\x3c\xa0\x07\x86\x99\x43\xa2\x53\x1c\xb5\x4d\xf0\x4a\x14\x3d\x65\x79\x68\x3a\xb5\x22\xe5\x8b\xc9\x77\xc8\x79\x2d\x56\x4b\x49\x07\xbe\x6f\xd6\x99\xa4\xca\xb5\x7f\x46\x6d\xd9\x6c\x2d\x6d\x31\xb9\xf6\xb5\x4a\x3b\x32\xf6\xb5\xdf\x79\x95\x5b\x53\xad\x26\xd7\xb6\xdc\xac\x49\x9a\xfd\xae\x0d\xc7\xb1\x5d\xf7\x64\xf2\xac\x72\xeb\x94\xd7\xf5\xbb\xb6\x19\x6b\x2c\x51\xe5\x03\x43\x2b\xb8\x60\x4d\xa5\x9b\x5c\xef\x7d\xb0\xfe\xc6\x38\x47\x53\xbf\x1c\x29\xc3\x76\x79\x34\xb5\x83\xdd\x97\xdb\x8e\xf8\xe5\xa1\xe1\xde\x35\xde\xc2\x5d\xc5\xc3\x7e\x85\x78\xde\x40\xbd\x70\x00\xf9\x91\x7b\xfd\xd1\xb9\xbe\x5e\x2e\xdb\xe9\x05\x3f\x71\xf1\xab\x52\x7e\x29\x1e\x4f\xdb\xf5\x67\xf4\xf9\xe9\x2c\x6f\xe1\xef\xcf\x00\x00\x00\xff\xff\xe2\x5c\x6c\xc3\x72\x0f\x00\x00"); +var _cbba =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x8b\xdb\x30\x10\x85\xef\xfa\x15\x73\xdc\x1e\xb6\xb6\xe2\xd8\x91\x20\x2c\x94\x84\x52\xb3\x6c\x5b\x9a\xcd\xb6\x50\x7a\x90\xa5\x71\x2a\x68\x64\x23\xdb\x87\xfc\xfb\xa2\xd1\xc4\xed\x21\x48\xdf\x93\x46\x79\xcf\x33\xc5\xa1\x3d\xb6\xc1\xcf\x50\x7c\x8d\x83\x3d\xe1\x0c\xbd\x0f\x2e\xe2\x34\x2c\xd1\x22\x74\x78\xf1\x41\x08\xb9\x01\xe7\xed\x7c\x47\x5a\xec\xd5\x8c\x42\x14\xe7\xe0\x9f\x4f\x8f\xe7\xd7\x8f\xea\xf1\x13\x2c\x13\xb2\x7c\x68\x8f\xa7\xdb\x34\xe3\xb5\x0d\xfd\x00\x55\x2e\x77\xcb\xc8\x4f\x00\x14\xdf\xf0\xe2\xa7\x39\xde\xe0\xe1\x83\x1b\x3a\x7c\x07\x0e\xfb\xa4\x7f\x89\x0e\xa3\x0f\x17\x78\x78\x1e\x22\x1a\xb9\x1e\x9c\x96\x71\xfc\x83\x57\x0c\x33\x48\xd2\x30\x38\x5a\x45\x71\x78\x31\xe3\x67\x73\x45\xf8\xdf\xce\x1b\x1d\xd2\xd9\x1b\xc6\xc9\x0f\x01\xa4\x7c\x5f\x96\xf5\x3f\xfd\xf5\x36\x22\x3f\x26\x8a\x1f\xe7\xf6\x08\x3f\x25\xc8\x12\x36\xf5\x56\xd6\xbf\x58\xff\xfe\x32\xb8\xf5\x96\x94\x39\x81\xf5\xce\xfe\x36\x51\xec\x71\xa3\x4a\xdd\x3c\x81\x2a\x1b\x99\xc9\xd4\x89\x6a\x25\xf6\x58\xa9\x52\x57\x89\x76\xb5\xd8\x63\xdf\x59\x25\x89\x1a\x26\x4b\xa4\x99\x30\x91\x2a\x33\x75\x1d\xd1\x8e\xc9\x11\x29\xa6\x9e\x28\xd7\x39\x4d\x75\xcd\x86\xa8\x37\xf4\x7f\xba\x4a\x5f\xe7\x6e\x52\xec\x56\xd3\xd1\x84\x0b\xb2\xeb\xea\x09\xf2\x66\x4b\x86\x75\x36\x9c\x2c\xe6\xcd\x86\xe4\x86\x65\xc5\xb2\xa6\x08\x4d\xcd\xf1\xb6\x77\x99\x52\x37\x15\x67\xa1\xdb\x69\xa3\x29\x22\xc7\xd0\x86\x65\x9d\x13\x48\x4e\xd0\x65\xd9\x69\x8a\xa9\x4b\x36\x9f\xcd\x12\xa4\xa9\x5a\xbb\x6c\x97\x18\x31\xcc\x34\x53\xd4\xc7\xd4\x1b\x1f\x70\x1d\xdb\x71\x18\x53\x15\xfd\xfe\x06\x00\x00\xff\xff\x62\x85\x62\x69\xe2\x02\x00\x00"); +func Asset (name string )([]byte ,error ){_ebfa :=_de .Replace (name ,"\\","/",-1);if _accg ,_dbgf :=_cbbee [_ebfa ];_dbgf {_afee ,_bebad :=_accg ();if _bebad !=nil {return nil ,_dd .Errorf ("Asset %s can't read by error: %v",name ,_bebad );};return _afee ._fdf ,nil ; +};return nil ,_dd .Errorf ("Asset %s not found",name );};func _eaf ()(*asset ,error ){_ffdc ,_dcfgc :=_geb ();if _dcfgc !=nil {return nil ,_dcfgc ;};_eag :=bindataFileInfo {_c :"Adobe-KR-3",_ed :1293,_cg :_g .FileMode (436),_ca :_d .Unix (1580491421,0)}; +_egeg :=&asset {_fdf :_ffdc ,_ff :_eag };return _egeg ,nil ;};var _caad =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xbd\x4d\xab\x36\x3b\x96\x25\x36\xcf\x5f\x71\x86\xed\x41\x3b\x43\xdf\x12\x98\x03\xa6\x9b\xc4\xd9\xd0\xb6\x71\x75\xd9\x06\xe3\x41\x7c\x96\x2f\x38\x6f\x26\x37\xb3\x06\xf5\xef\x8d\xd6\xd2\xb3\x56\xdc\x02\xc3\x79\x27\xe7\x55\x3c\x11\xd2\xd6\xd6\xd6\xd6\xfe\xd6\x1f\xff\xd3\x9f\xff\xf3\x9f\x7f\xfd\xe5\x1f\x5f\x7f\xfc\x5f\x7f\xfb\xeb\xf9\x4f\xf7\x3f\xbe\x9e\x5f\x7e\xbd\x7e\xbb\xff\xfe\xd7\x7f\xfd\xed\xbc\xbf\x8e\xfb\x5f\x7e\xf9\xf5\x0f\x7f\x08\xf1\xeb\xfa\xe5\xfc\xc7\xa7\x89\x3f\xe7\x5f\xf6\xbf\xfd\xe1\x0f\xf3\xfb\x7f\xfa\xb7\xbf\xff\xe3\xfe\xcb\x9f\x7f\x7d\xfe\xfa\x95\xf8\xde\xf5\xaf\x7f\x5b\xef\x7e\x7d\xfd\xf1\x7f\xbb\xff\xe5\x97\xbf\xff\xe3\xb7\x7f\xfb\xfa\x0f\xff\xe3\xf5\xd7\xe3\xfe\xef\xbe\xae\xfb\x99\xcf\xff\x97\xdf\xae\xfb\xb7\x5f\x7e\xfd\x97\xaf\xff\xf0\x5f\xf6\xbf\xed\xbf\x06\xfd\xf0\x4f\xff\xfa\xb7\xbf\xfd\xbf\xf7\x5f\xee\x5f\xff\xf1\xd5\xf0\xec\xfe\xf5\xc2\xdf\x3f\xfc\xf1\x3f\xfd\xd7\xfd\x6f\xff\xf3\xfe\x97\xfb\xeb\x8f\xff\xfc\xeb\x2f\xff\xe5\xcf\xff\xf4\x1f\xff\xf9\xbf\xfd\x29\xc5\xff\xf8\x3f\xe1\x67\xfc\xfa\xbf\xdf\xbf\xfd\xfd\x97\xbf\xfe\xfa\x15\xfe\xfb\x2d\x56\x3f\xfe\x6f\xff\xf6\xb7\xfb\x2b\xac\x5e\xfe\xcf\x7f\xfe\xf3\x7f\xfe\xfa\xbf\xc2\x57\xd8\xbe\x62\x29\x69\xfc\xdf\xeb\xf9\xff\xf1\x5f\xff\x7a\xdd\x5f\x1b\x5b\x81\x33\x38\xff\x7a\xdd\x7f\xff\xdb\x7e\xde\xbf\xed\xbf\xfe\xcb\xfd\x87\xaf\xaf\xff\x61\x5b\xff\xbe\xe7\x7f\xc3\xf6\xa7\x3f\xfd\xe9\x4f\xdf\x13\xc4\x7f\xf7\xe6\xa7\x83\x5f\xff\xfa\x8f\xeb\x7e\xf8\xec\xf7\xdf\xce\x7f\xe1\xf9\xfe\x0a\xf3\xeb\xf7\x6b\x7f\x08\xdb\xb6\x46\xff\xe5\x3a\xff\x9f\xfd\xb7\xcf\x87\xe5\xfc\xfe\x1a\xed\xd3\x6a\xb3\x35\xd4\xba\xbe\xbf\x46\x56\xeb\xfe\xfe\x0a\xdb\xf6\x69\xee\xdb\x1c\xe6\xd3\xc8\xf3\x37\x75\xb3\x97\xef\xaf\xea\x1f\xeb\xf7\xd7\x48\x6a\xb5\xef\xaf\x16\xdd\x4d\xff\xfe\xaa\xd9\x5f\x8e\xef\xaf\x50\xa2\x9a\xfb\xf7\x57\xc8\x7e\xf9\x98\xc3\x08\xbe\xfd\x9c\x2f\xbb\xe7\x6b\x36\x3d\xec\x84\xb7\x08\xfc\x7d\xa2\x25\xea\xdb\x63\xfb\xfe\x6a\x86\xf8\x08\xdf\x5f\xd5\x73\x3d\xf2\x84\xaa\xa8\x59\x66\x57\xfe\xb6\x7e\x7f\xb5\xd6\xd5\x6c\xdf\x5f\x21\xb8\xab\xfe\xfd\x15\x92\xbb\x9a\x33\xaa\x9a\xc2\x81\x19\xf9\xd7\x39\xa3\xa8\x29\x1c\x00\xb2\x7e\x9a\x67\x9d\x5d\x69\xdc\xab\x4d\x20\x05\xd5\x35\x07\xca\xc2\xd5\x35\xbf\x2d\x1a\xe8\x9e\xdf\x7a\x0a\x0f\xbe\x55\xcf\x0f\xbe\xfd\x4c\x21\x4c\xf2\x19\xa9\x56\xb5\x03\xda\x41\xed\x38\xfb\x6e\xc5\x2f\x24\x3c\xa8\x43\x0f\x32\x1e\xa4\xa6\x07\xc0\x59\x13\x04\x61\xab\xec\xc3\x83\x36\x3c\x68\x1e\xa5\xe3\x41\x4f\x7a\x30\xf8\xc0\xa3\xec\xdf\x5f\x71\x4b\xc9\x6f\x1c\x78\x20\x8a\x09\xdb\xc9\x51\xfc\xc9\xc5\x51\xfc\xc6\x4d\xd0\x3d\xec\xc3\x37\x3e\x8b\x12\xc2\x86\x4e\xa3\x3e\x09\x81\x6f\x68\x2e\x21\x02\x3f\x1a\x24\x24\xb4\xdd\x43\x25\x9c\x7e\xd0\x08\xa7\x00\x0f\x9c\xab\x08\x23\x04\xce\xb5\xf9\x8d\x7d\xf6\x39\x3c\xe6\x31\x77\xa3\x48\x36\x04\xce\xb4\x7b\x0c\xce\x74\xb8\xcb\x9b\x50\xb8\x8b\x87\x50\xe8\x41\xe4\x4c\xbd\x6a\x31\xf0\x0d\x2d\x74\x8c\x7c\xc3\x0f\xb8\xd0\xdd\x7d\x70\xa1\x87\xf0\x19\x39\x79\x51\x75\x88\x58\xe8\x1e\xdc\x47\xc7\x54\x04\x68\x1c\xb3\x1d\x84\xef\x88\xa9\x57\x43\x75\xa0\xed\xdf\xd7\xc4\x84\xff\xb8\x26\xa6\x2f\xd2\x9a\x98\x88\x2d\xcd\x25\xcc\x82\x20\x71\x5a\x51\xc8\x4b\x89\x0f\xfc\xc1\x9a\xa7\x3f\x59\xf3\x14\x14\x89\xf3\x14\x7b\x0a\x69\x2d\xb2\xfb\xe8\xec\x54\x70\x26\x2e\xf2\x0b\xce\x9d\xab\xee\x3e\x48\xd0\xd9\xa3\x9c\x78\x60\x42\x49\x5c\x66\x4f\x3e\x91\xa0\xb3\x3b\x25\x36\xa2\x96\x28\x2f\x6c\xa8\x8f\x0c\x6c\x68\xc5\xf2\xdc\xde\xfe\x3e\xaf\xcd\x2d\x18\x32\x71\xd1\x84\x8b\x5c\x08\x65\xc2\x29\xb5\x4e\x94\xff\xbf\x33\x26\x64\x22\xca\x3b\x2e\x73\xe7\x57\x51\x48\xe6\x6e\x68\x06\x61\x10\x62\x7f\xc2\x9d\x1f\x0d\x02\xb6\x83\xe9\x32\xcf\xa3\x2b\x19\x91\xf9\x02\xcd\x08\x07\x65\xe3\x98\x5a\xf1\xb2\x36\xb5\x56\xab\x00\x0b\x82\xa9\x4c\x2c\x64\x61\xb9\x10\x07\xde\x3b\x85\xf4\x50\xfd\xfd\xa2\x07\x8f\x40\x7a\x30\x1e\xcb\xda\xf4\xee\x63\x6d\x7a\x8f\x42\x7a\x30\x4d\x95\x83\x0f\x3c\xca\xda\xf6\x42\x55\x59\xdb\xde\x80\x2f\x7a\x10\xee\x0a\x19\x9c\xce\x86\x50\x27\x3d\x78\x7f\xd6\xb9\xe9\xa3\x3a\xac\x64\xf6\xde\x7e\x95\xf4\xd0\xd5\x61\x25\x2e\x4c\xa4\x95\xb8\x28\x7e\x63\xf1\x00\xf7\x41\x5c\x24\x7f\x42\x1e\x20\x54\x54\xf2\x00\x7f\x40\x1e\xa0\x79\x57\xf2\x00\x03\xbd\xf0\xe0\x17\x16\x1e\x84\xfe\x7a\x63\x04\xb7\x1f\x8c\x20\x8a\x69\x8b\x22\xfc\x80\x14\xd1\x85\xa7\x46\x2e\xe1\x33\xac\x91\x4b\x18\x8a\x96\xb9\xe5\xfd\x09\x77\x86\xc9\xac\x11\x13\x46\x4d\x5b\x54\xe1\x4e\x27\x97\x30\x27\x6a\xa4\x09\x13\x62\x23\x4d\xf8\x8c\x6b\x8b\x26\xfc\xc9\x3a\xf4\xfc\xe0\x9a\x5d\x7a\x84\xc9\x2f\xcd\x85\xc6\x5c\x60\x63\x7e\x60\x79\xbb\xb7\xd6\x19\xf9\x40\x20\x9f\xd8\x4b\xc6\xec\x49\xcc\xfa\x83\x07\xbf\x6b\x29\xae\x0d\x98\x16\x52\xae\x80\xf7\xd5\xdf\x15\xf1\xbb\x66\x78\x25\xfc\xee\x76\xc6\xef\x82\xf0\x5a\xec\x46\x33\xb8\x28\x4b\x58\x0e\xb8\x88\x54\x33\xf8\x8b\x5b\xcd\x27\xf0\x45\x8e\xe2\x8d\x74\x11\xad\x3e\x1d\xaf\xc5\x7a\x45\x82\x17\xd1\x6a\x1e\xf3\x10\x0e\xe3\xf9\x81\x84\x2c\x44\xc5\x79\x02\x8c\xac\x2e\x23\x99\x4e\x17\xd5\xc7\x02\x4c\x84\xae\x36\x51\xad\x21\x62\x59\x8b\xe1\x2f\x80\x0b\x6d\xd6\x48\xb6\xd3\xb5\xbb\x63\x01\x2e\xfa\xe6\x2f\x78\xdc\xbe\x3e\xe9\x7c\x30\xf4\x00\x7b\x2d\x7a\xd0\x1d\x6d\xff\x4e\xde\xea\x1e\x4f\x42\xb9\xe9\xc1\xcd\x07\x06\xe2\x21\x10\xea\xa2\x72\xe6\xa2\xc1\x58\x03\x85\x00\x41\x45\x26\xd2\x8d\x2c\x32\x91\xae\x33\x3b\x56\xce\x2c\xb8\x53\xce\x4c\x84\x1f\xeb\x9a\x59\xd3\x03\x2c\x6a\xef\xe5\x27\x07\x53\x5c\x3c\x64\x78\xc4\x8b\xd3\xf0\x03\xf2\xd2\x61\x10\x38\x51\x51\x5e\x24\x17\xe9\x41\x30\x2d\x2e\x22\xc1\x2d\x36\xae\xb1\xb6\x43\x6c\x5c\xe3\xcd\x7d\x10\x15\x92\x35\xe2\xe4\x22\x23\x4b\x2c\x8b\x8d\x98\xe8\x7e\xc0\x89\x8b\xfb\x45\x72\x8d\xbe\x79\x10\x62\x22\x7b\x90\x83\x6f\xb8\x8f\x35\x59\x43\xbe\x26\xab\x37\x3a\xe7\x26\xf9\x3b\xf6\xb5\x88\x9a\x5b\xe7\xdc\x36\x3f\xc0\x56\xd6\xc9\x10\x3b\xa7\x26\xf6\x16\x3b\x21\x17\x33\x88\x9d\x90\x4b\xf2\x8a\x9d\x90\x27\x7f\x42\x7e\x27\xed\x25\xf6\x13\xe8\xf1\x17\x9c\x89\xf1\xd5\x49\x9f\xc1\x60\x70\xd9\x24\x1b\xc7\xc1\xa9\x89\x87\xc5\xc1\xa9\x19\xf2\x01\x26\xe5\x7d\x36\x38\x13\xef\xdd\x41\x7a\xd5\x91\x15\xc7\xa2\x46\x0f\xc2\xa9\x0d\xf7\xc1\x8d\x34\x3c\x08\x21\x0f\x7e\x63\x01\xaa\x65\xdb\x17\x5c\xea\x74\x5f\x2c\x43\x8b\x72\x70\x2a\x62\xcf\xf1\xe0\x1b\xa6\xc0\x83\xfb\xc6\x08\x9c\x6a\xa7\xa9\xfe\x98\xe8\xd4\x6f\x27\x07\x34\x15\x40\x0b\xf5\xf2\x9c\x14\xde\xc4\x8c\xe3\xc9\x69\x67\xf7\x30\xde\xaa\x76\x3c\xe7\x7a\x7a\x8b\x9e\xc7\xf7\x97\x0e\xbf\x78\x12\x23\x62\xba\x91\x67\x87\xc9\xf6\x5a\xf3\xd7\xf8\x1f\xce\xee\x07\x4b\x4b\x14\x52\xc1\xd9\xbd\x43\xaf\x75\x5c\x0a\xbe\xc9\xd7\x8d\x9c\x8b\x72\x43\xf1\xfb\x24\x1e\xc9\x3f\x69\x6a\xc7\x82\x38\x4d\xd5\x77\xb8\x95\xdf\x73\x4d\x53\xeb\x8d\x62\xac\x69\xfb\x1d\x24\x69\x6a\xab\x21\xf9\xdb\x39\xf7\xe4\x61\xae\xdf\xe3\x31\x51\x31\xed\x12\x2e\x52\xe0\xce\x90\xb8\x98\xa8\x03\x76\x49\xd6\x89\xda\x59\x97\xd8\x94\xa8\x9d\xf5\xe2\x07\xed\x6d\x9e\x48\x11\xd6\x0a\x0d\x19\x49\xb1\x9e\x6d\x5c\x43\xfa\x0d\x0e\x29\x05\x3b\x45\x42\x29\x31\x2a\x25\xd2\xa3\xb4\xe3\x34\x95\x2d\x09\x44\x89\x8a\x55\x97\xda\x9f\x12\xac\x1c\x02\x30\x2d\x10\x34\xeb\xc4\x11\x9b\x1f\x10\x51\xee\x72\x9d\x2d\x92\xd3\x52\x87\xd0\x95\x45\x74\xa9\x43\x8b\xf2\x91\x96\xfa\xcd\x07\x5a\x9b\xfe\xf0\x81\xfa\x18\x50\x9a\xcc\x00\xd2\xbe\xf3\x0d\x3f\x38\xf8\x40\x70\x1c\xeb\x13\xf5\x01\x49\xaa\xc6\x18\x7f\x72\x1c\xa5\x93\x03\x68\xab\xa7\x93\x03\xe8\xbc\x4b\x27\xa1\x36\x89\xcc\xdd\x12\xe2\x26\xbe\x96\xb0\x5d\xe2\x36\xfc\x46\xe1\x03\xf5\x81\xed\x10\x37\x91\x70\xde\xe6\x27\x9b\x96\x3c\x43\x31\xda\xc4\x1e\x1e\x08\x5b\x31\x7c\xf6\x57\xb8\xc1\x2f\xd2\x87\x41\x84\xfb\x80\x14\xf4\x39\xfb\xc3\xd3\xb0\x85\x3f\x6c\x30\x3c\x8d\x42\x8f\x7f\x07\x67\xfd\xa0\x2d\x3c\x0d\x67\xc6\x67\x29\xe2\xb6\x4d\xb1\xfb\x83\xe6\xb8\xcd\x0d\x57\xfd\x6b\x98\xbb\xf1\xa3\x53\xc5\x0d\xb6\x99\xac\xd6\x44\xf8\xab\x99\x7e\xdf\xcc\x2f\x4a\x8b\x5b\x28\xb3\x27\x8d\x13\xea\x6c\x56\x35\xbb\x79\x64\xdc\xc2\x30\x8f\x8c\x1b\x36\xe2\x67\x82\x71\xc3\x36\xdc\xfc\xee\xa4\xcf\x68\x08\x6f\xe0\xef\xd3\x8c\x00\x71\xa8\x09\x20\xdc\x04\x10\xea\x6a\xee\x25\xd9\xae\xe2\x96\x8e\xef\x2f\xc9\xb4\x71\xc3\xce\x88\x21\xa8\xef\x74\xbf\xd8\x4f\xdc\x12\xb7\x66\x56\xef\x99\xf4\xd8\xd5\x21\x34\xfb\x4d\x1d\xe6\xc1\x0e\xf5\x3b\x68\xa1\xc6\xae\x11\xa6\xa8\xd8\xba\xf1\x32\xb5\xcf\xa6\xc3\x22\x6e\x58\xfb\xd4\xdc\x06\x08\xc3\xc8\xd9\x41\x3c\x45\x43\x82\xfd\x56\x19\x5e\xe2\x06\xf6\x1b\xb6\xcf\x46\x8c\x30\x4e\x86\xd0\x8b\x1f\xa4\xef\xaf\xf6\x11\xa7\x22\x2d\x8d\x41\x1c\x29\xc2\x6c\xd8\xd3\xe6\xf7\x77\xb4\xb3\xda\x0f\x77\xc0\x67\x96\x30\xdf\xf5\x2d\xea\x83\x49\x09\xad\x7a\x84\x18\xe6\xef\x06\x00\x46\x31\x41\x0c\x83\xd7\x48\xaf\x9f\x71\x42\x96\xe0\x07\x73\xd9\x3e\x0c\x2f\x7e\xcc\x57\x22\x35\x9a\x96\xe2\xd6\x35\x83\xb9\xce\x3d\x7d\x44\xb5\x08\xe3\xc5\x90\x65\x2f\xc2\x76\x31\x24\xec\x45\x98\x2e\x86\x84\x99\xf8\xb1\x4d\x44\x75\x30\x97\xa1\xa7\x8f\xc4\x19\xc3\x14\xba\x86\x34\xdd\x08\x95\x50\x8a\x4e\x84\x4a\x28\x0b\x53\x0c\x10\x7d\x62\xdc\x34\x83\x29\x12\xf4\xb4\xe9\x85\xf3\xe0\x0b\x1a\x0f\xc7\x7a\x8c\x86\x88\x8c\x2a\x1a\xe4\xa9\x03\x4a\xa7\x8d\x50\xf9\x74\x06\xc7\x70\xcf\x01\xb6\xe0\x76\x43\x5b\xaf\xdf\x1d\x6d\x2d\xe9\x3d\xd0\x16\x80\x53\x53\xeb\x49\xef\xc7\x49\x43\xd2\x8f\x63\xdc\x30\xf8\x50\x73\x4e\x57\xeb\x17\x41\x50\x31\x74\xbf\xbe\x0c\x58\x4d\x0f\xda\x24\x90\x4d\xcd\xfe\xfd\x25\x7b\x4b\x8c\x34\x5b\xe7\xcf\x99\x19\xe3\x46\x76\x31\xfc\xc6\x24\x88\x6c\xe8\x68\xb0\xd3\xb6\x8f\x93\xa9\xb5\x2a\x82\x8c\x93\xad\xd5\x8f\x4c\x18\x23\xd8\x5a\x0c\xa1\xff\xe0\x58\x89\x11\x96\xe5\x20\xd8\x27\xef\x92\x09\x2a\xc6\xc9\xac\x9a\x67\x36\x99\x55\xdb\x3c\xd2\x03\x40\x84\xa9\x08\x3c\x6a\x62\x53\x5c\x90\x6d\x2a\xc6\x29\x2c\xc8\x0e\x19\x63\xbc\xbe\xbf\x7a\x18\x1a\x6a\xd2\x7d\xab\x51\x68\x9d\x92\x40\xdb\xdc\x2c\xf3\x67\x75\x06\xe6\x26\x7a\x89\x09\x70\x6a\xe4\x4c\x14\x88\x07\xc7\x0c\x92\x2f\x22\xc1\x48\x9b\x62\x11\xe7\x81\xae\x2d\xa3\x66\x84\x86\x5a\xc5\xc8\xa0\x9f\xca\x29\x10\x23\x8d\x60\x45\x4c\x84\xd2\x7e\x0c\x5d\x1f\x8c\x75\x2c\x0a\xa4\xd1\xf8\x40\xc8\x82\x3e\x10\x43\x17\x48\xe3\x26\x33\xd4\x27\x70\xa2\xc5\xd0\x35\xca\x3e\x71\x50\xf4\xc1\x01\xf4\x27\x4d\xf2\xe4\x46\x14\xc6\x13\x7c\x28\x73\x89\x3f\x0f\x02\x28\x5b\xbf\x2f\x37\x83\x78\x55\x1a\xd8\xa9\x32\x73\xc6\x34\x78\x86\x88\x02\x12\x34\x90\xf7\x83\x05\xe4\x47\xe8\x88\x09\x2a\x49\x94\xab\x2d\x26\xa8\x24\xbf\xfb\xa4\xfc\xfb\x07\x44\x96\x76\x20\x84\xa9\xdf\xbd\x31\x45\x9b\x50\xe3\xc7\xff\x11\x73\x4c\x7c\xf0\x59\xb0\x7c\x4f\x36\x2e\x43\x59\xcc\xcf\x03\x33\x96\x88\xb5\x4c\x2e\xd9\xa3\xc0\x2a\xe5\x46\xfb\xd3\x41\x99\x4b\xdc\xa3\x60\x28\x15\x1d\x8a\xe9\x94\xa9\xdb\xf7\xf8\x11\xb7\x63\x69\xe8\x4f\xa7\x67\x99\x4c\xb3\xc7\xac\xef\x3b\xbe\x17\x2a\xcb\xd4\x53\x7b\xd4\xb6\x2e\x53\xe8\xec\x51\x7c\xa1\x4c\x35\xb5\xc7\xac\xfe\x3b\xe0\x4b\xee\x1f\xe3\x4b\x3e\x29\x13\xf1\x4d\x7b\xaf\x4c\xb4\x7b\x25\xcb\x44\x7a\xdf\x74\xc8\x14\x62\xf4\xd5\xdd\x4e\xa6\xfc\x51\x30\x62\x39\x78\x98\xeb\x64\x2d\x07\xb8\xbe\xe0\x3b\xc0\xf5\x05\xde\xc1\x35\x1b\x7e\x9d\x4c\xd8\x2f\x9c\xf3\x7d\x4d\x7f\x8a\x81\x2d\x69\xf6\x27\xc9\x66\x08\x5d\x27\x4e\x51\x1d\x1a\x65\x1e\x22\x3e\xa2\xca\x09\xc7\x70\x55\x13\xc8\xf6\x60\x14\x8e\x93\x4e\xd1\x32\xcf\x9c\x16\x35\x3a\x4e\x9c\xad\x6c\x1e\x7f\x72\x1b\xb1\xd0\x72\xce\xad\x24\xe2\x29\x77\xc6\x5a\x0b\x9b\x77\x41\x5b\xd0\xc0\x7d\x1a\x5f\xc4\x72\xcf\xef\x9b\x80\x7f\x16\x72\x05\xef\xc3\x13\x4f\xab\x57\xe7\x29\xd2\x24\x05\xd6\x0d\xb3\x0d\x6a\xde\x10\x29\x3e\x9f\xd7\x00\x5a\xd0\x3e\xae\x01\xb4\xe0\xcf\x33\xfc\xd5\x7a\x7d\x0a\x72\x4d\xcc\xa9\x56\x50\xaa\x8e\xbf\x0a\x4a\xdf\xc4\xf3\x6b\x25\xad\xa8\xf7\x9a\xf0\x7e\x52\x3b\xe3\x77\xc1\x5e\x81\x8d\xf0\x13\xb5\x25\xd6\x5a\xf1\x72\x56\x9b\x64\x22\x58\xe7\x36\x93\xef\x34\xd6\x7a\x80\x0a\xc5\xd9\x6b\x25\x07\x7a\x3d\x98\x84\xd4\xdc\x1f\x38\x43\x18\x86\x1e\x4b\x21\xe0\x17\x7f\x92\x38\x57\xd7\x4e\x28\x7e\x83\x8b\xa5\x13\xbe\x4e\x52\x9d\x2a\x90\x10\x74\xdc\x3c\xa1\xf5\x60\x49\x34\xa2\xee\xb6\x91\xc7\xe9\x50\x6f\x61\xf1\xa7\x4d\x0f\x38\xac\xf6\x7b\x83\xf8\x1d\x65\x78\x8f\x2d\x53\x08\xd2\x1e\x6e\x65\x51\x99\xde\x68\xe4\x69\x42\x66\xdb\xc1\xb3\xb4\xf0\xed\x78\x08\xf9\xa7\x8b\x81\x90\x81\x1a\xc5\x05\x07\xcc\x31\x31\x6a\x23\x1e\x80\x2b\x6c\x22\xd5\x03\x36\x81\x68\xc6\x76\x44\x82\xa1\x93\xfb\x80\x19\x20\x9a\x15\x1e\x95\x90\x07\x3f\x08\x7c\xa0\x51\x70\x60\x46\xd3\xe0\x31\xca\xef\x20\x3f\x3e\xc7\xe3\xa7\x8b\x1b\xd8\x28\x45\x84\x72\x77\x78\xdc\x2c\xb8\xdf\xbd\x40\x5f\x2b\x7e\xa3\xc1\x6f\xf9\x7a\x63\xe0\x93\xd7\x1b\x07\xde\x10\xa0\xf7\x64\xb2\x39\x8a\xeb\xdc\xb0\x04\x66\x0b\x67\xf7\xd4\xf3\x73\xcd\x6e\xc7\xef\xaf\x64\x39\xe1\x9e\xb2\x70\xb6\x30\x7c\x4f\x61\x38\x9b\x13\xdc\x34\x03\x26\x09\x77\xf7\x60\xe4\x85\x18\xe9\x8d\x99\xa7\x5e\xdc\x25\xa2\x2f\x4a\xf5\x27\xe3\xfb\xab\x6c\xc5\x7d\x1e\xb3\xdd\xdd\x9e\xe4\xd9\x64\x15\x8c\xf7\x3c\xa4\x53\xd5\x51\x74\xcf\x3d\x90\xbc\x27\xee\x1d\xa8\x94\x91\x2e\xde\x88\xd0\x29\xf2\xd1\xc4\x1b\x27\x72\x0e\xda\x02\xf7\x0e\xa0\xac\x13\xdc\x88\xc5\x49\x3e\x80\x6e\xec\xab\x34\x74\x20\xdc\xd8\x57\x79\x0c\xbf\x31\xb7\xf2\x08\x9e\x3a\x62\x72\xf2\xf0\x82\x21\x2a\x27\x0d\x31\xb6\x1b\x87\x52\xd9\xb4\xfb\x6f\x58\x2f\xdf\x9d\x1e\x98\x8b\xe5\xaa\x1b\xe6\xcc\xbc\x35\xcd\x05\x31\x36\x79\x7b\x7d\x42\xcb\x9a\x08\x1a\x26\x8a\x90\x5e\xab\x0c\x2b\xe7\xd0\xd9\x77\xd3\xe7\x65\x5b\xc1\x7d\x26\x2c\x9a\xb6\xf7\x3d\x65\xaf\x58\xb5\xf1\x6e\x06\xe7\x54\xe9\xd2\x37\xec\x9c\xc9\xba\xf1\x4d\xdb\xa6\xfc\x5a\xf1\x3e\x19\xa1\xd4\x3d\x08\xb4\xe3\x68\x62\xbb\xc2\xf7\x57\xda\x8c\xf2\x0b\x60\x99\x73\xdd\xf4\x7c\xbd\xbf\x68\x9c\x99\xdf\xe8\x13\xce\xaa\x31\xa0\x60\xa7\x6e\x5c\x40\xc1\x4e\xb6\x0a\xdc\x88\x1c\x4a\x32\xb1\xc6\x7b\x1e\x8e\xa1\x1a\x17\x53\xdb\x4a\xc9\x94\x71\x83\x32\x74\xf6\xde\xf7\x81\x21\x85\xdc\x1b\xee\xc7\xec\xdf\x27\xb5\x0e\xe9\x1c\xf7\x03\x33\x84\x44\x97\x67\xa3\x15\x6b\x53\x7b\x32\x3d\x1f\xf5\xcf\xe4\xbd\x59\x16\xab\xf8\x4c\x7d\x2d\x4f\x66\xfd\x83\xe3\xe9\x81\x85\x56\x21\x43\xf1\x99\xe7\x72\x0e\x92\x13\x9e\x79\x30\xa7\xd8\xdc\x79\x9b\xbf\x07\x03\x33\xf1\x59\xb4\xdf\x9f\xa9\xdd\xe5\x28\xb5\xe2\x99\xca\x5d\x8a\x52\x03\x9e\xa9\xdb\xa5\x34\xdc\xff\x39\xdf\x0f\xfe\xfe\x9a\x6d\xc9\x3d\xcf\x06\x06\xf5\x82\xef\x99\x6d\x21\xef\x09\x1b\xda\x1a\x6f\xea\x86\x29\x54\xff\x3e\xf9\xd5\x10\xfb\x79\xe6\xb9\x94\xa3\xc4\xae\x27\xd4\xef\xaf\x6c\x5b\xc2\x83\x50\xa4\xe4\xf9\x4e\x15\x21\x35\xcf\x67\xaa\x8b\x39\x89\x2b\x3f\xf3\xf8\xc8\x29\xba\xff\x03\x6d\xbf\x7f\xce\xef\xb3\xdf\x9f\xf4\x36\x64\xd1\x7a\xa6\x64\x93\x73\x71\x7b\x12\x43\x10\xc7\x7e\x10\x83\x14\xa5\x06\x3e\x53\xee\x4f\x5d\x9b\xfb\x89\x73\xdf\xc9\xf5\x15\x9f\x79\x7a\x45\x5b\x0b\x1f\x84\x1b\xbd\xd6\x23\xce\xf5\xab\x62\x30\x4f\xc4\x7e\xd0\x4e\x7f\xe6\xd9\x16\x73\xf1\x78\xfb\xef\xf8\xff\x13\x0f\xb4\xdd\xdf\x5c\x3f\xef\xfb\x67\x6a\xb5\x31\x34\xc3\x33\xe7\xd7\x8c\x2f\xd8\xc3\x87\xe9\x05\xe6\xf0\x21\xd9\xea\x41\x24\x92\xdc\x17\xf1\x49\xe4\x3c\x7e\xff\xf7\xe7\xcd\x93\x70\xde\x48\xaa\x78\xa6\x9a\x9c\xad\xa9\x3e\xa9\xa2\x2d\x7c\xa4\x86\xb6\xfb\x9f\x7c\xbd\x8a\x83\x3c\xb0\xaf\xe7\xe2\x05\x4d\x13\x01\x8a\xba\x8b\x4f\x3a\xd0\xf6\x07\xe7\xdc\x00\x46\xd8\xd4\xc4\xf3\x10\x8f\x7f\x10\x7f\x34\x5e\xfd\x4d\x11\x45\x91\x3a\xf1\x41\xf4\x51\xf4\x6e\xcf\x01\x87\x9d\x00\x9c\xb2\x6c\x2a\xde\x30\x53\xb5\x4f\xd6\x50\x1f\xd8\x28\x15\x12\x13\x9f\xa9\xe9\x27\xdb\x6d\x9f\x5c\x71\x58\xba\xbf\x86\x0d\x29\x78\x73\xff\xfe\x2a\x21\xb9\xff\x89\x00\xf9\x17\xe2\x93\xe7\x06\x96\x03\x37\x3e\x79\x9e\x6a\xbd\x78\xfc\x39\xff\xe8\xf9\xe5\xeb\xfb\xab\x28\x18\x21\x3e\xf9\x9e\xed\xea\xef\x1f\xb4\x05\xcf\x54\x4b\x53\x96\x2c\xf5\x94\xb9\x81\xbb\x37\x64\x81\x35\x51\xdc\xf4\x29\x69\x7e\xef\x0d\x50\x70\xf0\x6c\xfe\x1d\x52\x91\xe1\x9f\x42\x64\xda\xc4\x7d\x9f\x32\xe7\x5f\x4c\x30\x65\xce\xbf\x7a\x83\x95\x81\xb6\xdf\x9f\xf3\xaf\x26\x50\x84\x1c\x25\xd3\x03\xbc\xff\xd5\xdc\x18\x01\x47\xbd\x7b\x7c\xac\xff\xab\xff\x07\x04\x2e\x7c\x53\x76\xd4\x01\xf5\xd0\x5b\xe3\xf7\x69\x6a\x91\x9a\xfa\x4c\xe5\x24\xd6\xe2\xef\xf3\xc4\x97\x0e\xf7\x67\x2a\x27\x49\x2e\xac\xf8\x4c\xfd\x23\x65\x6f\x38\x44\x09\x64\x1f\x67\x4f\x9d\x08\x78\x11\x78\x1d\x93\x43\x7b\x81\xa6\x82\x92\xb2\x17\x7c\x6a\x28\x31\xb4\x1f\x69\x3f\xcf\xd4\x5e\x52\xf7\xf6\x9f\xca\x4b\x6a\x2f\x68\xee\xf9\x7b\xf2\xef\x73\x77\x54\x89\x9f\x70\x96\xc4\xe8\xd5\x44\xf8\x40\x1e\xd2\xcd\xe0\x2d\x09\xc9\xfb\x1b\xd1\x03\x96\x89\x9f\x36\xd1\x33\x0c\x3d\x22\x90\x86\x97\xab\x4d\xf4\xbc\x96\x1b\xf1\x47\xaf\xf3\x87\xa1\x04\x12\x25\x9f\x36\xbe\xbf\xea\xeb\x7c\x69\x13\x3b\x63\x73\x7f\xd4\x8c\xfc\xfd\xe4\x8f\x9b\xb7\x23\x63\x8f\x5e\xed\xfb\xfb\xab\x46\x49\x80\xcf\x54\x71\xa2\x05\x98\xa7\x6f\xf3\x77\xf7\xd7\x03\xb6\xaf\xbe\xef\x73\x7b\x14\x9f\x27\x53\x4b\x88\xd1\xf0\xf5\x8c\x60\x36\xf7\x07\xed\x46\x46\x8e\x07\xbe\xc0\x3a\xdc\xff\x9c\xbf\x0d\x0d\x4f\x9f\xe7\xc3\x6b\x3b\x75\x04\x0a\xbd\xc6\xdf\xe7\xf8\xde\x4e\x53\xc3\xa8\xc9\xe7\x4b\x3f\x11\xc1\x6e\xf8\xe6\xfc\x87\xd9\x11\x62\x11\xba\xd9\x1d\x1d\x8d\xfe\x7e\xd0\xbd\xa1\xef\x47\xf8\xfe\xaa\xd5\xf0\x23\x5a\xeb\x75\xfe\x21\x5c\x2b\x9b\x9f\xc3\x38\x6f\x07\xcb\x33\xb0\xfe\x66\x57\x53\x1d\x49\x61\xf8\xf7\xf6\xfd\x55\x6d\x7c\x7e\xa6\x32\x52\x9b\xb7\x27\x82\x16\xb2\xcf\xa3\x31\xe7\x6f\x31\xf7\x99\xba\x49\xec\xaf\xf1\x26\x7b\x54\x70\x51\x7c\xc6\x05\x79\x49\xf4\x34\x75\x97\x98\x4c\x7f\x53\x75\x89\xc5\xf2\xc7\x54\x5d\xe2\x30\xfb\x65\xc0\x43\xf0\x76\xdd\x23\x04\x02\xbf\x30\xcf\x87\x97\x80\x34\x55\x9b\x94\x2d\x90\xec\x93\x3f\x0c\x6f\x7f\x68\x3a\x36\xfe\x3f\x7b\xfb\x9d\x8c\xfd\x4c\xc5\x27\x75\x13\xe0\xd4\x7b\x52\x31\xbf\x9e\x6a\x4f\x0b\xde\x90\x53\xeb\x69\xc1\xe7\xd9\x4e\xcb\x8f\xfb\xbb\xbe\xbf\x7a\xb5\xb4\x3a\x55\x9e\x94\x4d\xb0\xfb\x03\xfe\xaf\xfe\x11\xbf\x91\xbd\x61\xa6\x46\xd4\x82\x37\x30\xac\x74\x41\xba\xdd\x03\x7d\x28\x59\x40\x38\x32\x36\xb8\xe0\x3f\xe6\xfc\xcb\xab\x3f\xf0\x47\x9f\x4f\x53\x7d\x8a\xc5\xf8\x3b\xb0\x01\x4c\x70\x07\x23\xe5\xdc\x9e\x0c\xe0\x25\x40\x1f\xf0\x4a\x7b\x03\x1f\x2b\x42\x59\xed\x0b\x76\x3d\xb7\x61\x88\x93\xee\xfa\x40\xf5\xb2\x76\xf1\xd0\x49\x6e\x79\x63\x6a\x5e\x69\xb3\xc0\x36\x15\xaf\x96\x5f\xef\x33\xc6\x42\xf3\x85\x1d\x31\x47\x7f\x3f\xd7\xd7\x6a\xeb\x03\x83\x48\xb2\xba\xf2\x20\x3e\xa5\x7a\x07\xd0\xb4\xe8\x1d\x05\xcb\x62\xb6\x44\x38\xf5\xb8\x96\x7d\xe0\x4f\x35\x2e\xbd\x34\x08\x98\xae\x87\x0f\xb0\xa9\xd5\x45\xfb\x54\x9e\x0b\x02\x80\x29\xfe\x4a\x50\x87\xea\x0f\xce\x97\x44\xef\xf7\x07\xb6\xb4\x4d\x6d\xa6\xa7\xcf\xee\x4b\x70\x78\x2b\x86\x31\xc1\xe1\x2d\x51\x29\xc1\x31\x5d\xab\x7f\x85\x0f\xe5\xf5\x31\x3d\xd3\xcd\xef\xc3\xdf\xf0\x31\x96\xa4\x6d\xca\xe6\x5d\xa2\x5a\x82\x3b\x3a\xc4\x18\xfc\x00\x7e\xba\x8f\x11\x21\xc1\x41\x1d\x62\xf8\xec\xf6\x44\x17\x75\x95\x15\x38\x6d\x08\xde\x88\xa1\x69\x8c\xe5\x6f\xf8\x30\xdc\xc4\xcc\x22\x9f\x18\x69\x7b\xc0\x71\x35\xe6\x83\x49\x09\x66\xb8\x01\xaa\xcc\xd4\x29\x4e\x20\x7b\xf8\x30\xfc\x14\xa7\x40\xdd\x25\x4f\x26\xb8\x9d\xba\xa2\xdf\x13\xfc\x4e\x5d\xc9\x30\x29\x62\x4e\x0a\x87\x4f\x08\xea\xec\x52\x50\x52\x9c\x02\x75\x57\xe2\x4d\x8a\x53\xa0\x6e\xf5\xe3\x89\x4a\x71\xca\xd3\x5d\xde\x91\x14\xe1\xcc\x55\x24\x79\x82\x63\xab\x2b\x07\x28\xc1\xb3\xd5\x95\xe6\x93\xe2\x94\xa7\xbb\xdc\x2d\x29\x4e\x79\xba\x2b\x0b\x2a\xc5\x8c\xf9\x15\xb7\x69\x22\xd4\xfc\xa7\x3c\xdd\x95\xfa\x93\xe0\x2a\xeb\x0a\x7b\x48\x71\xf9\xfc\x87\x1e\x14\x58\x8b\x87\x00\xc6\x89\xb4\xe5\xe6\x07\xf3\x85\x50\xdd\xc6\x08\x5a\x82\x38\x30\x42\x15\x46\x06\x30\x5c\x34\x03\x98\xc8\xb6\xec\x25\x1a\x40\x71\x75\xbb\xf1\x05\xf7\x00\x1c\x8b\xf0\x10\x49\xd7\x25\x23\xa7\x38\x0f\xa5\xb0\xe5\x2e\xa4\xc1\xaf\xb5\xe5\xee\x2f\x4e\x76\x29\x34\xcf\x73\xa9\xa7\xe0\x2f\x80\xe6\xd7\xac\x1f\xce\x5a\x2f\xc0\xab\xb5\x65\xbf\x01\xa3\xda\x96\x87\xe6\x3d\x4f\x8a\x2e\xa7\x56\x8a\x3b\x57\x5e\x94\xb3\x63\xe5\x8b\x7b\xc4\xca\x57\xcd\x02\x27\x85\x32\xd8\x52\xdc\x01\x52\x75\x7f\x58\x79\x6d\x7e\x44\xfa\x75\xa5\xc7\xa5\xf8\x40\xd3\xf2\xfe\x44\xa4\x5a\xdf\xb2\xdb\x08\x6c\x10\xa9\x32\x5a\x2d\x28\x9a\x2b\x21\x5e\xad\xeb\xac\x4d\x09\x49\x5a\xa1\x7f\xb4\xdb\x44\x07\x63\xe8\xda\x9d\x09\x49\x5a\x41\x31\x68\x29\xc1\xdb\x1d\xfa\x47\xdf\x4a\x0c\x7a\x0b\xbd\x7b\xd4\x83\x0f\x3c\xea\xc9\x07\x86\xf3\x82\x3f\xfe\x33\xd1\x14\x10\x0d\xe0\x0f\x42\xc1\x3c\x04\x44\x00\xdb\xd1\x96\x49\x81\x50\x0e\x7f\x80\xf8\x00\xed\x99\x44\x1f\xb8\x6c\x73\x29\x05\xfa\x5f\xd4\x63\x84\x87\x44\x9b\x24\x45\x62\x4e\x88\x41\x60\x5d\x18\x9b\x10\x03\x23\x7a\x18\xe2\x95\x29\x56\xcc\x41\x20\xc4\x86\xb6\x40\x88\x3b\x46\x14\x56\x10\x14\x52\x0c\x51\xbc\xd0\x61\x10\x12\x12\xb6\xa5\xf8\x06\xc2\xe8\x82\x15\xed\x79\x24\x4f\x8a\x8e\x02\x29\x11\x02\x8d\x90\x80\x15\x69\xea\x29\xc1\x14\x10\x46\xfa\x89\x66\x93\x10\x88\xd7\x37\xf1\xa1\x84\x5c\xa5\x30\x92\x70\x02\xc6\xb6\x65\x8f\x7f\x12\x40\x7f\xc1\x29\x25\x91\x06\xf2\x8e\xc2\xd0\x79\x95\xc0\xab\xb6\xec\x36\x7c\x47\xe2\x6d\x29\x13\x62\xaf\xc3\x54\xde\x5b\xe9\xfe\x60\xc7\x9c\x85\xa4\x0c\x4a\x32\x65\x4d\xe5\xbc\xcb\x5a\x95\xd2\xe4\x75\xad\x0c\xf5\x57\x88\x54\x8f\x88\x00\xfc\x30\xb4\xa9\x53\xe1\xca\x9b\x54\x0a\x60\x14\xff\x4e\xd0\xd8\x82\x82\x30\x53\x6a\x88\xde\x11\xb3\x4a\x53\x43\x6a\xf5\xd5\xc6\x31\x1c\xb5\x4e\x8d\x71\x11\xfe\xfe\x01\x12\x34\x00\xc2\x9b\x83\xe2\x1d\x13\x42\x13\xfb\x66\x2c\x0e\x6e\x07\x2d\xc4\x00\x84\xd1\xef\x63\x37\x78\x5d\x06\x37\x64\x75\x07\x60\x34\xde\x6f\x3b\x06\xd0\x91\x06\x8f\x7f\xab\x26\x7e\xfa\x9e\x0d\xf1\x8e\x03\xa0\xfb\x77\xf0\x77\xaf\xc2\x41\x80\xd5\xdf\x01\xd2\x8e\x5a\xb5\x83\xfd\xf9\x7d\x06\x64\xa9\x3f\x88\x88\x56\x7a\x53\x82\x4c\x28\xa5\x36\xa5\x13\xe7\x85\x98\x3d\x22\x27\xfb\x66\xc2\x3b\xc1\x79\xcd\x92\x4e\x2c\x41\xd0\x04\x2e\x38\x40\x93\xfa\xbb\xc8\xc3\xb4\xe8\x79\xa3\x16\xae\xed\x9a\x99\xdf\x9a\x34\xe7\x0c\xd6\xd9\xe4\xfe\x4f\x99\x91\xb6\xe3\x63\x49\x4e\x19\xa1\xb3\x2d\x6a\x47\xe5\x78\x23\x83\x37\xe8\x01\xf2\x19\xb2\xb7\x54\x46\x3e\x43\x8b\x1f\xed\x37\xe5\xbe\xb4\x75\x8d\x02\xf5\xb0\xc9\xde\x9b\x32\x92\x95\xab\xf2\xc1\x52\x86\x33\xa4\x29\xf8\x2b\x65\x08\xe0\x3d\x89\x63\x67\x84\x74\x37\xd9\x88\x53\x66\xc8\xb4\x64\xea\x54\x02\x5d\x04\xa2\x98\x02\xa3\x9f\xcd\xe4\xa9\x20\x49\xac\x29\xfb\x2d\x15\xb8\x6d\x9b\x12\x6e\x52\xa1\x1e\xa6\xac\xd9\x54\xe0\x71\x6a\xb2\xf3\xa7\x32\x25\xfb\xf9\xe0\x03\x47\xc1\x32\xb4\x24\xc2\x2c\x17\x42\xe7\xb6\xaa\x37\x1e\x18\x07\x95\x26\x9b\xe0\x76\x0f\x2d\x7f\xa4\xf3\x54\x11\xf4\x39\xc2\x47\x9f\x48\x35\xa3\x53\x05\xf6\xa6\x8a\xd0\xff\x96\x3f\x1a\x56\xaa\xf0\xe0\xb5\x2c\x38\x2a\x74\xe2\x26\x11\x3e\x55\x38\x6e\x9a\xa5\x8b\x06\xaf\x76\x2b\x62\x8e\x0d\x5e\xed\x56\x3e\x76\x89\xd4\x5a\xe1\x83\xcf\x5c\x5a\xa7\x63\x46\xac\xa7\x61\x5d\x5a\xf1\x83\x1b\xae\x30\xe5\x87\xa7\x76\x03\x63\x45\x02\x7b\xe3\xf4\x8b\x40\x6f\xcf\xc5\x07\x9f\x51\x3a\x7c\x2b\xad\x7c\xcc\x89\xa9\xc3\x3e\xfd\x62\x91\x3d\x51\x3f\x96\x2c\xd5\x33\x3f\xd1\xd1\xd5\x0b\xe7\xa2\xd9\xf6\x4a\x48\x75\xd8\xf5\x1d\x79\xc3\x52\x5a\x53\x87\xe3\x6f\xc8\xea\x9a\xfa\xb3\xff\xce\x09\x9a\x06\xce\x6c\x07\xb9\xa5\x01\x3f\x75\xab\xf1\x27\x51\x6d\x69\x20\x11\xa7\x55\x9d\x0c\x63\x47\x2a\x9e\xe2\x6e\xd3\x80\x5e\xbb\x19\x7b\x7b\x39\xf9\xe0\xb3\xac\x3b\x49\xb4\x05\xbd\x01\xdb\x5a\x93\x31\x3f\xed\x1d\x19\x5f\x16\xf6\xf7\x93\xa3\x88\xf7\xee\x8c\xd1\x56\x08\x7d\xda\xe1\xa1\x6b\x0a\xab\x49\x3b\x3c\x74\x4d\x41\x59\x69\xbf\x31\x51\x99\xf4\xd3\xfe\x24\x6e\xb7\x0f\x7e\x8f\x8d\x80\x09\x59\xf4\xe1\x37\x45\xde\xa5\x03\x21\xc7\x4d\xa1\x62\xe9\x40\x58\x71\x91\x5f\x24\x1d\xc8\x65\x6a\x4a\xef\x49\x47\x23\x1c\x52\x8c\x0e\x78\xd3\x9b\x12\xff\xd2\x01\xe6\x62\x47\x5d\x3a\x3a\xfb\x10\x63\x3e\xe0\x46\x6e\xca\xcd\x49\x07\x82\x84\xaa\x99\xdc\x01\xbf\x69\x1d\x62\xad\xc7\xc9\x3e\xc4\x07\x8e\x07\xe4\x65\x5e\x72\x3c\xc8\xaa\xb4\xc6\x74\x22\x40\xb7\x0e\xc9\xea\x27\x02\x14\x9a\x8c\x60\xe9\xc4\x28\x6d\x68\xa1\x4e\x38\x4a\x9b\x85\xa3\x0b\x71\xe1\x4d\x21\x1e\xe9\x82\xb2\xdb\xc6\xc7\xec\x9b\xae\x44\x9a\xd5\xba\x5c\x19\xe7\xb0\xc4\xed\x0b\x19\x6a\x6d\x88\xec\x2f\x68\x1d\x7d\x93\x02\x7d\x21\xc6\xe9\x75\xb2\x5e\xe7\x72\x80\x7f\x56\xe1\x9a\x07\x4b\xe8\xb2\x66\xa4\x1b\xfc\xe9\x25\x59\xde\x89\x93\x15\x5c\x37\xb3\xb5\xad\x95\xdf\x95\xa3\x48\x8f\xb8\x91\x18\xd7\x65\x73\x4d\x37\xce\x8d\x2e\x9b\x4c\x62\x28\x45\xdf\xc4\x6b\x6f\x26\x55\x29\x23\x22\x21\x8c\x21\xf4\x4d\x2c\xed\x66\x3e\xa4\x52\x24\x12\xfc\x08\xa1\x7b\xff\xd0\x12\x5d\x87\xce\x0d\x98\x9a\x43\x57\x0a\x4b\x82\x6d\x39\xbc\x74\x59\xd8\xbe\xc2\x4b\x25\x82\x71\x2b\x64\xeb\x38\x34\xc6\xf4\xa0\xe9\x3f\x17\xfb\x10\x4b\x7b\xae\x85\xd3\xf5\x49\xde\x12\x3f\xf9\x28\x66\x79\x43\x82\x63\x97\x8d\x33\x6f\x4c\x69\x55\x76\x78\x5e\xf5\x2a\xf2\x07\xb0\xcc\xa0\xf1\x2e\x33\x71\x66\x0a\x7a\x57\x0c\x4c\x0e\xf9\xc1\x83\x0f\x37\xce\x4c\x83\x76\xfc\x60\x0e\x07\x50\xa8\xc3\x39\x87\x83\x9f\x7c\x42\x16\x33\xc2\x98\x43\x8f\x1f\xfd\x2a\x87\xfb\xe6\x03\x8d\xf2\xb0\xd3\x0f\x4e\x33\x42\x8b\x43\xd7\x79\x9e\xe3\xc6\x4f\x3e\xdb\x36\x33\x71\x32\x2b\x12\x29\xc7\x35\xdb\x8f\xb6\x93\x99\xb1\xd5\x65\xd2\xcb\xf1\xe2\x83\xac\x4f\x10\x14\xd0\x95\xb7\x9c\x13\xe4\x9b\x2e\x2f\x56\x86\x7a\x12\xba\xce\xe2\x9c\x10\x71\xdb\xd3\x47\xf1\xcb\x89\x73\x51\x6a\x6a\x4e\xd8\xd8\x5d\x79\xa5\x39\x43\x57\xec\x22\xa9\x9c\x59\x9d\xe3\xf5\x06\x0e\x81\xae\x5c\x90\x9c\xc1\xd7\xba\xd2\x70\x72\x06\x5f\xeb\xca\x85\xcc\x99\x79\xf9\xb2\xf7\xe4\x0c\x7f\x55\xdb\x3e\xe6\x88\x9c\x91\x2d\xd9\xf3\xeb\xc1\xce\x07\x1f\x82\xc9\x38\xf1\x7b\xae\xea\x14\x36\xd5\xae\xf3\x3c\xe7\x83\x93\x1b\x02\x9d\x1b\x39\x7f\xc4\xaa\x5c\x38\xb9\xf2\x61\xda\xb9\x20\x7f\xab\x97\xb8\xfd\xe0\xfc\xca\x05\xfa\x63\x56\x7c\x54\x2e\xc4\x6f\xd1\x2a\x96\xb6\x36\xe4\x67\xa2\x05\xc9\x82\x4d\x89\x26\xb9\x1c\x04\x41\x40\x16\x40\x3d\x82\x3f\xb9\x41\xe6\x72\xee\xe5\xc2\xb3\x47\xd6\xec\x5c\xc1\x6b\x7b\xd5\x0a\xd4\x40\x7f\xb5\xf6\x4e\x85\xd2\xd6\xe5\x11\xcf\x95\x89\xba\xca\xbf\xcc\x75\xe7\x1b\x1f\x8e\x9e\xeb\xaa\xbd\xf3\x39\xe1\x72\xdd\x39\x8a\xb6\x4a\x03\x25\xf4\xfa\x91\x31\x72\x63\x6d\x12\xc5\x49\xe4\x06\x32\xef\xed\x13\x61\x96\x1b\x2b\xda\x28\x00\x38\x53\xd6\xe9\x0a\xea\xcc\x3d\x60\xe1\x95\x20\x93\x3b\x2b\xa0\x28\x13\x3e\x77\xfa\x92\x65\xfc\xcb\x3d\x63\x9d\x15\xbe\x90\x3b\xc4\xe7\x2e\x07\x5e\x1e\x30\xcf\x37\xd9\x48\xf2\xb8\x41\xb3\xb2\x25\xe4\x01\xd1\xa6\x8f\x8f\xc8\x99\x77\x98\x59\xba\x8c\x05\x79\x47\x3c\x5d\xd7\x29\x99\x77\xc8\xe4\x5d\x9a\x71\x3e\xa0\x9a\x27\x55\x51\xc9\x07\x2c\xa9\x5d\x81\x7e\xf9\x68\x6b\x6d\x3f\x9d\x1e\x50\x8a\xba\xc2\xb1\xf2\x71\x12\x0e\x71\x8a\xe3\x5a\x6f\x7c\xe6\x72\xdc\xd4\x1e\x3e\x8a\x58\x3e\x29\x84\xc9\xb8\x99\xcf\x88\xd5\x57\xf4\x66\x3e\x01\xd8\x90\xf9\x30\x9f\x27\xfd\x4d\x62\x3f\x27\x52\xce\xc6\x26\x8c\x9d\x77\xe0\x27\x9f\x07\x17\x78\xda\x50\x7c\x56\xbe\x70\x4e\x0c\xf9\x50\xf2\xfd\xfb\x08\xa0\x7c\x6f\x88\x83\x7a\xb5\xa9\xe5\x08\x5f\xf7\x06\x2f\x60\x73\x07\x30\xfa\x17\xff\x8e\xa8\x9d\xe0\x0e\x06\x7c\xba\xfe\x1d\x5e\xbd\x8f\xf5\x26\xdf\x4c\xcd\xcc\x7e\x9f\x87\xce\xeb\xc1\xf5\xfd\x95\x8a\x38\xd7\xbd\xc1\xaf\xfb\xb1\x8b\xe5\x1b\xfb\xa8\xf9\x40\xb9\x11\xb7\x23\xab\x6a\xbe\x21\x90\x28\xce\x27\xdf\x61\x4d\x49\x3d\x42\x51\xc9\x3a\x09\xee\x50\xd0\x41\x54\x1b\x8e\xcc\xe4\x76\x43\xa0\x8e\x07\x40\xa0\x87\xb6\xe9\x1d\xe0\xc7\x1a\xee\xef\x06\x4a\xfc\x3e\x22\x21\xa3\xe8\xf8\x8e\x13\xe9\xc3\x38\x8a\xf4\x1c\x6b\xc0\xd8\xdf\x61\x59\xf9\x06\x55\x37\x05\x98\xe7\x1b\xa1\x34\x9b\x58\xe4\x8d\x33\x24\x47\xad\xfb\x0d\x0d\xd8\x41\x87\xf9\x8e\x74\x96\x0a\xcb\xd0\x88\x9b\xa2\xa8\xf3\x3d\x85\xb4\xbc\x79\x12\x30\x82\xa9\x68\x4b\xbe\xd3\x14\xd0\xc3\x66\x42\x40\x38\x8c\x62\xc5\xf2\x9d\xa8\x85\x7b\xa1\x40\xd0\x72\x8f\xe5\x7b\x4a\x13\x71\x78\x61\x51\x81\x47\xd6\x9b\x7c\x27\xf8\xb7\x87\x7f\x7f\x56\xf0\xd9\x6a\x67\x06\xa7\x09\x22\x84\xaf\x48\x97\xce\x37\x58\x4e\x56\xfa\x59\xbe\x91\xa9\x52\xb3\x90\x92\xb9\x07\x93\x1f\x74\xaa\x7d\x1a\x32\x23\xa4\xcc\xc4\x9a\x27\x2d\x2a\x6a\x38\xdf\x99\xac\x41\x53\xca\x88\x0e\xf5\x94\x91\xc5\xd7\x62\x0e\x3f\x39\x99\xee\x52\xbe\xbf\x6a\xf6\x9a\x14\x62\x54\xa3\xa1\xac\x4d\x11\x5f\xbe\xa7\xf4\x95\x83\xf7\x2a\x8a\xda\x24\x13\x3a\x6a\xda\x38\xac\x37\xdf\xd0\xc3\x82\x39\xc8\x5d\x96\xd2\xaa\x36\xe6\x53\xfc\x3b\x3c\xa6\x51\x10\xd4\x88\x90\x2c\xb7\x13\x3b\x54\x07\x53\x1e\x9e\x0f\xb4\x28\x95\xa4\x9a\xb5\x08\x0d\xb4\x2e\x46\x78\x37\x38\x95\xbb\x60\x44\x3d\x85\x21\xaf\x51\xbe\x59\x1c\xc1\x93\x40\xa4\x76\x96\x5f\x3b\xdf\x28\x96\x50\xcd\xd2\x7a\x04\x5a\xb4\x08\xfd\x77\x71\x87\xf9\xee\x15\xbb\xcd\xbf\xc3\x0d\x2d\x2e\x8a\xd0\xe6\xd8\x4c\xf9\x53\x82\xcf\xc1\x64\xd4\x0f\x04\x59\xba\x7d\xbe\xe3\x18\xf3\x0d\xdd\x2d\xbf\x08\x11\x91\xd0\xc1\x6d\x08\x41\xd1\xfc\x02\x96\xa4\x61\x32\x64\x60\x81\xb7\xe2\xa0\xc5\x5b\x03\x32\xce\x59\xbe\xc8\x8c\x38\xe7\x18\x36\xd3\xdd\x98\x94\xf1\x6e\x0f\xb4\x85\x74\x84\x12\x6c\x3a\x59\x6f\xf8\x6c\x82\x4e\xeb\x9b\x02\x8f\x42\x87\xf2\x3d\x05\x0d\x87\xdc\xe6\x7b\x07\x8e\x4d\xf8\x50\x4f\x7d\x66\xde\x3b\x41\xf6\xf7\x15\xb1\x8a\x9a\x02\x2c\x50\xb5\x6b\x0d\xf7\xb9\xb1\xb6\x26\x00\xe1\xba\x1f\xcd\xe3\x3d\x9c\xa1\x1e\x4c\xe1\x20\x07\xef\x85\x29\x47\x66\x4b\x57\xf7\x54\x8f\xb3\xa2\x8a\xf3\x8a\x54\x7e\x6d\xe5\x63\x7f\x47\x97\xe6\xfb\x38\x7e\x17\xf2\x9e\x19\xca\xdc\xac\x97\xdc\x53\xe7\x8c\xc9\x30\x9d\x53\x8d\x2d\x46\xea\x49\x9c\xa8\x47\xaa\xca\xaf\x75\x9e\x07\x78\x56\x42\x60\x46\x20\x73\x0e\xc1\xbf\x37\x04\x0c\xba\xc3\xce\x0e\xdc\x23\xfc\xe5\xd5\x1d\x1c\x8c\xe9\x56\xfb\x42\x87\x9a\xc2\x09\xc2\xf3\xce\x38\xe7\x76\x2e\xde\xad\xc8\x0d\xcd\xc9\x87\xf5\x94\xb5\x63\x30\xcb\x45\xfd\x9f\xd7\x32\x4e\x75\x26\xaa\x50\x42\x46\x0c\x74\x56\x2e\x60\x46\x08\x74\x2a\xd1\x03\x0c\x84\x00\x69\x02\x34\x2b\x2a\x53\x2c\xdf\x28\xfd\x13\x5e\x94\x38\xf5\xa3\xea\x45\xb8\x30\x83\xe8\xf7\x1f\xb4\xf5\xfa\xbd\x66\xa0\x17\x6e\x46\x30\x0b\x25\x77\xe4\x00\x22\x84\x3b\x21\xaa\x55\x53\xba\xe7\xa2\x6c\xa6\x0b\x08\xee\xa1\x0a\x82\x9b\x1c\xed\xf5\xc1\xc1\x39\x68\xd2\x37\xb0\x1e\x3d\x24\xc2\xbc\xb3\xdb\x8b\x76\xd5\x25\xed\x30\x92\x9e\xef\x87\xa7\x44\xd1\x17\x4f\xc4\xe1\xac\x49\x41\x57\x1d\xc1\xdb\xe7\x29\xfc\x42\x78\x78\x2a\xd5\x0d\xb5\xb9\x30\xf9\x47\xe7\xce\x33\x4f\xb9\x28\x8d\xe0\x7e\x4e\xe0\xd0\x9d\x93\xa1\x79\xb3\x3d\x37\x67\xa4\x75\x7e\xc8\x93\xb5\xfd\x10\x58\xde\x93\x24\x1a\x04\x96\x07\xc5\x1e\x65\x04\x96\xcf\x1e\xba\x1e\xc0\xa5\xf6\x7a\x61\xa1\x7d\xe8\xc1\xc0\x8c\xfc\x02\x1c\x05\xda\x0b\x88\xfe\x9e\x20\x78\xc8\x25\x48\xfa\x0b\x58\x46\x25\x58\x3e\x9f\x7a\x94\x6a\x63\x77\x48\x11\x47\xfc\x77\x52\xe2\x46\x46\xfc\x77\xa8\xa2\x5d\xc4\x7f\xc7\xa0\x12\x10\xf9\x09\x85\x20\x68\xc4\x40\xcf\x44\x71\x97\x64\xd4\xc3\x7d\xac\xd3\x4e\x40\x04\xa6\x7a\x08\x91\x53\x2d\xcf\xf2\xf8\x67\x04\x79\x27\xd9\xd4\x33\x82\xa6\x67\x07\xc2\x43\xa4\x48\x22\xae\x83\xb0\xe8\xa4\x5a\x78\x19\x61\xd1\x59\xb6\xd8\xcc\xb0\xe8\xa1\x30\x89\x8c\x38\xe8\x09\xa4\xbf\x40\x9c\x97\x8e\x9b\x67\x89\x7e\x06\x92\xa2\x9f\xd8\x08\x22\xa1\xe7\xbc\x35\x2b\xd4\x63\x2c\x06\x12\x1e\xce\x64\xd4\xa7\x1d\x7c\xc6\xbf\xaf\xc5\xf4\x03\x84\x02\x7b\x2d\xe1\xe0\x94\xcf\x23\x33\x14\xba\x29\x8d\x30\x33\xf6\x39\x58\x7e\x45\xb0\xf3\x7c\xa0\x2e\x20\x2e\x6e\xda\x42\x88\x66\x8e\x43\x44\x8e\x68\xe6\xfc\xc2\x34\x84\xc3\x6a\xfd\x94\xe1\xcc\x39\x89\x7f\x23\x3e\x39\xc8\xa0\x96\x11\x9f\x9c\xb6\xe6\x1e\x10\x35\xa0\x7d\x85\xf8\xe4\x68\xd6\xb4\xe2\x93\x4d\x2d\x65\x81\xac\x0e\x0b\x78\x97\x97\xb2\x50\xc2\xd5\x91\xb3\x22\x94\xb3\x47\x40\xb9\x00\x31\x7c\x58\x16\xb3\xb2\x84\x32\x22\x94\x27\xda\x3c\xc2\x80\x72\xe5\x17\x20\xfb\x48\x20\x46\x88\x72\x56\x4d\xa2\xfc\x50\xa2\xcc\x86\x88\xbc\xd0\x00\x4d\xfe\x5d\xaa\x01\x82\xcd\xb5\x79\x80\xba\x18\xb8\x46\x58\x22\xa5\xce\x8c\x87\xc6\x60\x65\xe2\x64\x44\x11\x67\xab\xe3\x88\x22\x9e\x7d\x0a\xcf\x95\x71\xd3\x12\x16\x10\x0a\x1c\x83\x25\x65\xc4\x02\x67\xeb\x98\x88\x05\xce\x56\xb5\x11\x0b\x3c\x3f\x50\x97\xf0\x4f\xd8\x8c\x07\x03\x6c\x2a\x26\xa6\x86\xa3\x5c\x2a\x22\x62\x79\x67\x07\x7e\x40\x59\x3c\x7a\x48\x60\x32\xb9\x47\xb0\x2b\x89\xd6\x8c\xd6\xb5\x65\x15\xd1\xb9\xb3\x47\xa1\xb2\x53\x8d\x35\x35\xc0\xf4\x5c\x24\x17\x23\x3e\x37\x0c\xc5\x2b\x65\x06\xe8\xb6\xe8\xd5\xe8\x80\x5a\x36\x19\x44\xe4\x66\xd9\xd0\x33\x23\x72\x83\x45\x5f\x84\xe4\xbe\x2c\x91\x08\xc9\xcd\xaa\xfe\x90\x11\x92\x3b\x3f\x10\x5e\x3a\x13\x92\x7e\x12\x71\x97\x11\xb0\x3b\xbf\xf6\x0c\xb0\x4c\xb2\x3d\x20\x62\x77\xbe\xa0\xa5\x9f\x92\x74\xb6\xbd\x03\x21\xbb\x5d\x11\xfc\x19\x21\xbb\xf3\x03\x3f\x40\x14\x9f\x49\x65\x10\x03\xc2\x21\xe2\xa1\xb2\x95\x50\x04\xe9\x66\xdb\xf5\x10\xa4\x3b\x7b\xf4\x90\x40\x89\x09\x1a\x2e\xfe\xea\x73\x6b\x90\x29\xb8\x4d\xfe\xec\x63\x04\x61\xb9\x21\x98\x7b\x32\x0c\xcf\xc7\x0a\x8c\x7c\xc9\xbc\x6f\x3f\xb0\xa7\x84\x15\xc8\xce\xcd\x1d\x42\x76\x2e\x92\x26\x10\xf6\x1a\x86\x8f\x90\x63\x11\x8e\x3a\x3c\x0a\xb8\xb3\x40\x44\xdc\xea\xf0\xd1\x7a\xd0\x68\xe4\x1e\x0f\x22\xc1\xeb\x0e\xf3\x67\x56\x55\xdf\xfc\x1c\x50\x84\xdd\xa6\xc9\xcc\x2b\x7b\x82\x93\x49\xae\x43\xa8\x69\x78\x61\xf1\x5c\xa4\xea\x0f\x2a\x87\x14\x50\x67\xe7\x03\x2d\x2d\xf2\xd6\x6d\x47\x67\x70\x69\xf2\x99\x72\x52\x6e\xf3\xb4\x4e\x12\xab\xb9\xe7\x89\x40\x35\xb3\x0d\x8a\xcf\xde\xf4\x27\xa5\x1c\xcb\x20\x17\xd8\x86\x31\x7f\x81\x1c\x8d\xc8\x6b\x61\x5a\x30\x5e\x74\x18\x98\x80\x2f\xa8\x04\x3e\xc7\x50\x4e\xb3\xfb\xd0\xb9\x40\x7e\x3e\x38\x2f\xf0\x63\x6f\xe9\x0b\x5c\xc4\x87\xfd\xc5\x39\x99\xcd\x4c\x79\x3a\x55\x33\x64\x0a\xd0\x26\xa6\x29\x40\xb7\x6a\xe2\xb8\xa1\xd4\xb8\x43\xca\xcf\x96\xc0\x9f\x29\x3f\xa7\xf6\xea\x80\x32\x8e\xf1\x7e\x23\xec\xdc\x20\xde\x18\xd1\x2b\xf9\x70\x13\x4b\x5e\x7e\x20\xfe\xa6\xe6\x49\x3f\x44\x9b\xb4\xc1\xe7\x81\x65\xc7\x7c\x60\x8a\xbf\x29\x0f\x77\x89\x5d\x5c\xdd\x41\x47\x92\xae\x26\x41\x17\xf8\xeb\xfb\x85\x25\xed\xf2\x25\xe1\xfa\x9c\x7b\xb0\xf4\xde\x22\x0f\xca\xf8\x7c\x94\x80\xc2\x4a\x59\x9b\x0c\x6c\x05\xe1\xc1\x73\x8f\x24\x3d\x80\xd5\xa1\xf8\x05\xc2\xd8\xd5\x6e\x84\x21\xeb\x01\xcc\x0e\x1f\xcd\xa5\x6c\x30\x94\x5a\x29\x2f\xdb\x46\x51\xcf\x2f\x50\xc0\x2d\xee\x61\xae\xb5\x0e\xa9\xb2\x41\xc0\xad\xca\xbf\x29\xdb\x94\x70\x8b\x0c\x99\x05\x15\xbd\xe6\xb4\x05\x64\x00\x01\x7f\xb6\x48\x41\x90\x73\x7a\x4d\x22\x50\xa5\xfd\x88\x34\x05\x85\xbd\xb2\x02\x4e\x0b\x4a\x79\x85\x51\x3d\xc2\x9a\xa5\x5f\xa0\x14\xd5\x05\x34\x25\xe0\xea\x1e\x49\xe1\xfe\x9d\xa2\xe0\x47\x66\x29\xac\xf9\xd5\xa2\x11\x15\x2e\x8e\x61\xa8\x11\x7a\xd6\x3d\x26\xe4\xae\xf0\x13\xf7\x50\xd9\x22\x51\xa0\xde\x11\x9f\x98\x0c\x2f\xb2\x24\x75\x71\x42\xd9\x90\x25\x39\x8a\x56\x29\x72\xdd\xb5\xce\x91\x9a\x99\xd6\x20\xf2\x84\x49\x9a\x70\xc4\x16\x7f\x75\x00\xf1\xe6\xf5\x01\x11\xe2\x01\x0f\xa4\x9d\xfa\x77\x6a\x08\x06\x70\x8a\x60\x9b\x97\x88\xb1\x4e\xc9\xab\x9e\xd6\x06\x14\x88\x94\xe7\x83\x41\xfa\x04\xa6\xa8\xcd\xc4\x3d\xf7\xb0\xd6\x44\x18\x46\x64\x74\x32\xa1\xc1\x73\x55\x9b\xf7\x4b\x26\x16\x45\x48\x19\xe6\x9a\xea\xf6\x02\x41\x43\x64\x48\xae\x5d\xb3\xa6\x34\xde\x44\x05\x19\x58\x6b\x9a\x75\x66\xad\x25\xff\xce\xdd\x93\x0c\xd2\xda\x2d\x06\x89\x2a\x43\xf3\x1b\x38\xb3\x82\x26\x55\xc0\xdd\xfd\x7b\x59\xc4\xaf\x31\x0b\x96\xda\x84\x08\x7b\xad\xdc\xc3\x65\x2b\x6b\xa9\xdd\x03\xcf\x4d\xe3\x8d\xe2\x75\x13\x4c\x53\x9c\x4e\xdb\xab\xc7\x87\x40\xeb\x83\xca\xb5\x4b\xc2\x0b\x72\xf8\xc6\x8b\x3c\xea\x82\x52\x7d\x56\x7a\x22\x05\x75\xa5\xf5\x30\xf9\x01\xf7\x68\xd2\x72\x57\xca\xaa\xc9\x5d\x80\xc4\x9a\xc7\xe0\x8e\x4b\x5a\xbe\xc6\xf5\x57\x0f\x4b\x7e\xce\x5a\x8e\xc6\xc2\x6d\xfe\x00\xb9\xc5\x51\x13\x85\x3c\xbd\x19\xd7\x8d\xb1\x3c\x82\x71\xf9\xad\x4c\x92\x8d\xeb\xef\x36\xaa\xd9\x79\xf1\x3a\x17\x4f\x03\x2e\xf1\x39\x8b\xc6\x69\x15\xee\x6e\x53\xc0\xc8\x1a\xb2\x53\x37\xf2\xac\x3b\x49\x2a\x0b\x2d\x1d\x67\xab\xa9\xbe\x2f\xd1\xce\x83\x52\x60\xf0\x6a\x2d\x01\xd6\x2c\x9a\xfe\xf0\x22\x3c\x50\x3e\x1d\xc2\xdb\xa0\x1c\xd4\xfd\x60\xad\x9e\x26\x3e\x20\x07\x79\xb9\xa7\x80\x9a\xb2\x59\xf8\x00\x89\xbd\x3a\x38\x08\x82\x5f\x38\xd9\xa3\xa0\x5e\x12\x6a\xd5\x27\x3b\x69\xcc\x3c\x7a\x5f\x34\xa6\x69\xec\xb4\xeb\x19\x9b\x3b\x3d\x0d\x6e\x5f\xd0\x2b\x05\xe5\x41\x93\x97\x71\x77\xc0\x78\xfa\x6a\x83\x41\x98\x87\x1f\x38\x68\xba\x10\x75\xd0\x06\x21\x18\x91\x5b\x95\x3d\x89\x25\xa2\xfa\x3c\x3e\x48\xb3\x3e\x58\x18\x68\xb0\x09\x0f\x27\xd7\xc6\x0c\x82\xf6\x5c\xb3\xa0\x93\x56\x38\xb3\xc1\x93\x9a\xa9\x81\x5c\x61\x94\xee\x81\x76\x90\x57\x17\xc4\x75\xfe\xd9\x51\x84\x74\xa7\xf8\x82\x90\x1c\xcb\xd4\x81\x7c\x27\x25\x50\x97\x0d\xf6\xdc\xda\x3c\x1e\x3c\xc4\x75\x68\x19\x2e\xea\x43\xe6\x27\x17\xa7\x30\x34\xa7\xab\xa0\x28\x81\x7b\x00\x4f\xf3\xce\xbe\xe0\x8a\x7c\xbd\xcf\x92\x7b\x9b\x5f\x40\xd6\xaa\x77\x32\x2d\xb8\xde\xf9\x17\xd5\x1d\x6f\x92\x9b\xa4\xe0\x03\x6d\x89\x9c\xa6\xbf\x1b\xb4\xe0\x31\xef\xcc\x17\x34\xad\x1b\x7b\xd9\x78\x61\xc0\x42\xf2\x66\xbf\x91\x7a\x6a\xe1\xeb\xa6\x6f\xdd\x87\xec\x4d\x5b\x4e\xf6\x18\x30\x64\x18\x73\x37\xa6\xf1\x02\x92\x5b\x3b\xeb\x01\x8c\xba\x45\xc5\x58\xcb\xf6\xd0\xae\x66\xc6\xcb\xe2\x1b\xcd\xe4\xf2\x70\x1b\x19\xb9\x0f\x77\xbf\x06\x7d\x38\x2f\xd1\xd3\x43\x1e\x65\x0a\x7c\x20\x2b\x0c\x0f\x41\x16\xe5\x79\xc1\xb4\x5b\xbd\x3a\xcf\xda\xdb\x9f\x2e\x59\xe3\xb3\x7e\xd4\xaa\xc2\x78\xad\xaa\x9b\x7f\x0a\xef\x17\x52\xae\x43\xe1\x6d\x42\x55\xd7\x3f\x14\xde\x26\x34\x24\xe0\x17\xde\x26\x94\x65\x9c\x2b\x81\xa6\xdb\xe1\x17\x28\x3e\x88\x91\x86\x25\x87\x8a\x2d\xe2\x9a\x9f\x68\xf9\x22\x40\xcc\x54\x19\xcc\x12\xe0\xa1\x57\xd4\x42\x41\xdd\xd0\xac\x42\x55\x25\xac\xe8\x0a\x0f\x19\xa8\x47\x25\xb5\xc9\x1e\x8c\x07\x88\x9d\xf1\x63\xaf\x29\x61\x89\x9d\x62\x93\xb8\xd3\x67\x3e\xd0\xbc\x21\x55\x2a\xf6\xab\xa0\x56\x69\x56\x39\xa8\x12\x22\xf7\x9a\x88\x0e\x97\xeb\x24\x55\x53\x2d\xbc\x3b\x27\x58\xc0\xc0\x55\x39\xf3\x81\x10\x97\x90\x80\x1b\xfc\x02\x39\x90\xa4\x1c\xdc\x95\x33\xbf\x50\x9f\x69\xc5\xa0\xfb\x8d\x06\xa8\xfc\x02\x29\x5f\xe2\x21\x6e\xc6\x99\x5d\x08\x55\x89\x98\x30\x10\x07\xda\x42\x04\xdc\xf2\x0a\x9f\x2a\xbc\xd2\x46\x65\x40\x4a\xa0\xa1\xd5\xd2\x02\x6f\xb5\x51\xa5\xda\xc2\x4b\x6d\x74\x63\x41\xe1\x9d\x36\xc9\xb3\xce\x28\xab\xe0\xc5\x86\x9b\xbe\x6a\xfb\x23\x60\x30\x36\x2f\x7e\xa6\x06\x21\x2c\x65\x58\x64\x86\xdb\x2c\xe6\x6c\x00\x59\x17\xc6\xfd\xc3\x7e\x62\x5a\x81\xd9\xd6\x42\x1a\xe2\x11\xe7\x84\xd4\x01\xec\xb6\xd1\xa4\x51\x22\x3a\x14\x40\x85\x2b\x2f\xe1\x03\x57\xd8\x64\x95\xec\x2a\xac\x12\x5b\x15\x73\x54\x70\x61\xcd\x7c\xe0\x37\x68\xdd\xe8\xee\x73\x47\xf1\x19\xb7\x4f\x56\x2b\x50\x7b\xf1\x23\x8d\x59\xe9\x64\x1a\x82\xba\x12\x4a\xa1\xa5\x92\xd9\xfc\xc4\x45\x54\x70\xcf\x8c\x6b\xed\x14\x5e\x33\x13\x2c\x3e\xe1\x9a\x99\x80\xdc\xda\xcf\x03\xac\x92\x18\x2a\xae\x91\x71\x75\x9e\xc2\x6b\x64\x86\xb8\x23\x6e\x91\xc9\x9b\x37\x64\x45\x75\x1e\x33\xa6\xc6\xa3\x4c\xef\x33\x62\x3c\x99\x0c\x1a\x35\x70\x09\xcf\x61\xd9\x68\x05\x11\x2e\x84\xd1\x2d\x17\x25\x30\x2c\x5b\x3a\x08\xae\x83\x49\x32\x07\x15\xde\x07\xf3\xe6\x3a\x8d\x91\x99\xa6\xac\xc6\x58\x3a\xc1\xdc\x68\xc0\x94\x94\x12\x20\x85\x2a\x6b\xb7\x84\x1e\xdf\x25\x89\x4a\xe8\x6b\x12\x1a\x62\xd9\x6c\xcd\x13\x3a\x10\x5f\xdc\x03\xef\x04\xf0\x07\x28\x8a\x14\x3d\x22\x4e\x00\xa9\x03\x01\x65\xd9\x5a\x32\x63\xeb\xa0\xfe\xe8\x0e\x20\x17\xbd\x7e\x5f\x73\x30\x04\x28\x8b\x14\xd5\x1e\x28\x1b\x21\x21\x27\xc0\x06\xab\xe0\xc0\x82\x8a\xc6\x49\x59\xf8\x05\x25\x8d\xb3\x22\x01\x4b\x18\x8c\x62\x71\x7f\x4c\x46\x31\xc3\x81\x89\xf5\xc5\xbb\x99\x3f\xea\x0e\x61\x1f\x2d\x66\x48\xb0\x8f\x66\x59\x9c\x4a\x40\x70\x42\x4c\x6e\x2f\x2c\xbb\x07\xec\x47\x29\xc0\x01\x85\x0b\xac\xad\x86\xbd\xe2\x77\x2d\x13\x0a\x15\x28\xa3\xa4\x84\x29\xdd\x26\xcb\x1f\x01\x39\x17\x2d\x99\x27\x22\x3a\x41\xf1\x59\x25\x40\x9a\x55\x10\x5d\x41\x00\x73\xb4\xc2\x1d\x0e\x9c\x67\x26\x4d\x58\x60\xbb\x67\x30\xa5\xdb\xbc\x99\x81\x1c\x8b\x8b\xbb\xc3\x9d\x0f\x34\x85\x83\x92\x66\xf1\x10\xa8\x7e\x25\x01\x39\x1c\x30\x92\x18\xcb\x07\xb9\x9c\x0c\x1d\xb8\x8c\x68\x3e\x50\x97\x27\x8d\x97\xe6\x73\x2c\xcc\x66\x46\x79\x62\x16\x3e\x11\x61\xb3\xcd\x5e\xd8\x73\x41\xed\x0f\x40\xbc\x12\xd3\xc2\x49\x4f\x8e\x37\xf9\x79\xe0\x28\xd0\xbc\xa7\xfc\x9c\x86\x67\xc9\x82\x00\xd5\xbf\x53\x5f\xf6\xd9\xc3\x10\xc9\x17\xef\xbe\xd6\xac\x04\x03\x43\x1c\x2c\xe6\xe3\x8a\x23\xfb\x91\x0b\x2f\x34\x1a\x2f\x56\x07\x9b\x6b\x34\x67\xbb\x50\x6d\xd6\x88\xbb\x18\x3c\x23\x20\x99\x3a\xf5\xe2\x54\x17\xa1\x34\x9b\xb8\xb7\x77\xe5\xb1\x12\xa6\x48\x9c\x9a\xb7\xd4\x4d\xc9\xd1\x5b\xe0\x5e\x40\x6b\x5a\x37\x50\x6d\x46\x03\x81\x77\xf8\x50\xbe\x89\x69\x77\x80\xda\x69\x3e\x4e\x6e\xb8\xfc\x7d\x46\x43\xfc\x8d\x16\xc8\x6e\x4a\x3f\x52\xa7\xc2\x43\x90\xf5\x01\xa4\x5d\x5d\x3d\x50\xc2\xb3\xf0\x2c\x7a\x7b\xd6\x26\xf4\x03\x3a\x2f\xcb\xcf\x0e\xa0\xa7\xbc\x8b\xb1\x95\xf0\x30\xfd\x45\x13\x7a\x68\xc4\xb0\xe0\x03\x1b\x70\x34\x71\x3e\x08\x8e\x33\x46\x1e\xba\x07\x84\xe3\x07\xc6\x53\xaf\x32\x2c\xc0\x8a\xbd\x29\x28\x64\xee\xea\x6f\x05\xa5\xcb\x63\xd1\xfb\x71\x03\x4f\x11\x13\x62\x2d\xf3\x61\x3e\x8a\x5a\xe6\x49\xe1\x42\x05\xf9\x06\x51\x21\x50\x25\xf2\x12\x4e\xd1\x3a\x6b\x97\x2b\x50\xb6\xa0\x74\x79\x56\xe8\x4c\x89\x2c\x5f\xa7\x15\x41\xe9\xf2\xa0\xf2\x30\x25\x32\xcc\x55\xc1\x3d\x85\xc5\xcb\xb3\xee\x6a\x2c\x91\x52\xb5\x8c\x0f\x11\xc9\xde\x0a\x78\x28\x91\xe1\x0b\x0a\xae\x29\x11\x81\xaf\xca\x0e\x2d\x31\x50\x4a\x19\x7e\xe1\x02\x19\x0a\xe6\x48\x2a\xd0\xa9\x1f\x23\x43\x09\xfc\x02\x4a\x8a\x05\xff\x5e\x89\xb5\xac\x07\x90\x5f\x8b\xdb\x6b\x37\x16\x3d\x18\x88\x27\x14\xd0\x30\x97\xca\x5b\x5c\xe2\x0a\x90\x30\x9e\x23\xf1\xa6\x76\xc2\xc2\x1a\x44\x94\x81\x8b\xc6\x52\x5a\x0b\x29\x98\x13\xc3\x81\xfd\x02\x48\x4f\x47\x34\xca\x54\x04\x5d\xcb\x52\x50\xa6\x22\xc7\xd7\xef\x0c\x76\x70\x7f\x94\x4f\xdd\xa6\xa5\x52\xa4\x1c\x19\xa9\x20\x66\x8f\x3a\x12\xd9\x9b\x37\x2e\xe3\xa9\xe4\x92\x98\xe1\x45\x8a\x6e\xaf\x62\xad\x02\x81\xd6\xd1\xec\x17\xe6\xba\x35\x23\x31\xe3\xcc\x97\x8e\x1e\x29\xc0\x4a\x58\xe3\x5d\x68\x4d\xf1\x3e\x05\x77\xa1\xa5\xea\x65\xfb\x08\xb4\x42\xc2\x12\x68\x87\xdf\xe0\x89\x65\xda\x29\xbc\x05\x4e\x30\x30\xf7\xd1\x8c\x38\xe2\xc6\x0b\xdb\x04\x71\x17\x5a\x8e\xde\x91\x85\x27\x98\x78\x02\xaf\x42\x1b\xaf\xa5\xad\x4b\x52\xd0\xbc\x98\x59\x24\x63\x19\x32\x7c\xa2\xbd\x15\xb8\x19\x2d\x25\x0f\xb1\x6c\xa7\x46\x3d\x62\x11\xe2\xab\x03\x50\x5f\x35\x08\x6b\x12\x7e\x40\x05\xdc\x6b\x55\x19\x75\xa4\x17\x50\x96\xac\x78\xd6\x0d\xe2\x95\x67\xdd\x78\x65\xa8\xdb\x20\x57\x69\x99\xb8\xd2\x2c\x47\x53\x1f\xaa\x92\x59\xca\x8d\x94\x7a\x15\x70\x51\x70\x1b\x59\x96\xb3\xad\xc4\x86\xb5\xf7\x07\x9d\x76\x31\x2f\x65\x5f\x8c\x45\x43\xb2\x7c\xb0\x0e\x44\x5e\x3d\xd6\x14\xbd\x53\x62\x5f\x04\xea\x07\xcc\x3e\x72\x97\x1d\x30\x08\x09\x1d\x9b\xda\x7b\xb0\x2f\x62\xf1\x07\x6b\x8f\xf8\x0d\xce\x42\xd4\x44\xa9\x54\xa2\x06\x2a\xa7\x64\x1b\xfb\x99\xba\x95\x53\xfd\x49\x64\x76\x41\x5d\x95\x6c\x97\x53\x5c\x32\xab\x8e\x3b\x94\x45\x89\xc1\xba\x02\xca\xa2\xb8\x38\x68\x41\x55\x94\x9e\xbc\xe9\x07\x9d\xf2\x9a\x31\x84\x5a\x9b\x1b\x50\xf2\x24\x2b\x31\xbf\x44\xe6\x7f\xaa\xfa\x59\xc1\x85\x05\x73\x44\x3f\xa8\xdf\x5f\x5d\x77\xfb\x96\xb8\x37\xbe\xa0\x29\xef\xa8\xbf\x29\xa1\x13\x45\x53\x92\x0d\xa2\x91\xb7\x2a\x49\x42\x64\x11\x94\x62\x94\xe1\x92\xa5\x60\xcb\x40\x3c\x90\x22\x60\x26\x00\x1b\xed\x8b\x91\x51\xaa\x95\x98\x13\x0f\x2a\xea\x5a\x93\x03\xaa\x88\x8f\x50\x9a\x68\x6d\x4a\x88\xc7\x4a\xd3\xff\xb4\xcf\x0d\x53\x74\x1b\x8b\xec\x23\x16\x05\xac\x9a\x49\xfb\xe4\x76\xf6\x71\x73\xc2\xcd\x20\x41\x3e\x32\xaa\xc0\xaa\x3b\xee\x58\x73\x10\x70\xe1\x15\x6b\x59\xd1\x73\x05\x57\xac\x25\xe5\x4e\x17\xde\xb1\xd6\xd2\xeb\x01\x83\x8f\x4c\x99\x08\xca\xb5\x78\x18\x61\xb4\x0d\xb6\x3f\x44\x46\xe1\x6e\x1e\xf4\x62\xa1\x52\xb3\x21\x5c\xd9\x12\x2c\x5b\x30\x4c\xd7\x06\x85\x08\xab\xed\x0b\x71\x17\x8d\x74\x3e\xca\x11\xa8\x1b\x7d\x6a\xf2\x2e\x37\xcf\xfb\x1a\x28\x9e\xe8\xdf\x0f\x60\xda\x03\x9c\x1c\x51\xa8\xbe\x70\xd2\x67\x4f\x02\xcc\xd8\xa7\xec\x05\x67\x9a\x89\x89\x22\xae\xcf\xb4\x95\xaa\x64\x08\x61\xf5\xad\x66\xff\x30\xfa\xda\x74\x1e\x6f\x6e\x00\x0d\x40\x11\x38\x9a\x51\xde\x50\xda\xba\x3b\x68\x2c\x2c\xad\x76\xe7\x07\x9a\xe3\xcd\xd8\x4b\xef\xc9\x9b\x9b\xd8\xf4\x73\xaf\x59\x0b\x88\x87\x86\x4a\x1f\x08\x34\xf2\xda\x12\x19\x19\xbb\x60\x46\xf5\xb0\x28\xb0\xa0\x78\xd6\xd2\x09\x4c\x0a\xb6\x3e\xa3\x9e\x45\x92\x82\xea\x21\xc3\x36\x2b\xa0\xe4\xea\x89\xe1\x46\x84\xda\x3c\x0f\x1a\x79\x7d\x28\x3d\xc8\xe2\xd0\x90\x2c\x56\xa4\xea\xd8\x25\x21\xe7\x4b\xb9\xe6\x05\x29\xa9\x29\xca\x7c\x85\x62\x46\x73\x92\x41\x0f\x20\xb5\x65\xbf\x00\xd4\xeb\xe0\x45\xed\xa2\xa9\xf1\xf8\x03\xf0\x77\x61\x05\x75\x88\x62\x88\xe2\x9f\x89\xb5\x99\x87\x41\x78\x50\x3b\x59\xbf\xb3\x16\xb3\xa6\x98\xc2\xc2\x7b\xd4\x83\xc4\x1e\x35\x24\x4c\xc4\x2f\x10\x20\xcc\xda\x25\x80\xca\x45\x49\x17\x3b\x94\x44\x59\xd6\x96\x94\x44\x13\x71\xf1\x0b\x28\xc7\xfc\x1a\xf1\xe0\x07\x42\x23\x02\x13\x6a\x7f\x01\x0d\xa9\xca\x78\x44\x1e\x58\xb0\xa9\x24\x21\x11\x6c\x4c\x16\xfd\x83\x43\x28\xa1\x5e\xb3\x8f\xd9\x14\x69\x11\x6b\x6a\x27\x00\x28\x78\xa6\xac\xdd\x75\xd1\x73\x41\xe1\xa4\x39\xbc\x1f\xa0\xfc\xaa\xf6\x28\x0b\x21\x0d\x33\x78\xdc\x30\xe8\x04\xaa\x92\x18\x39\xa0\x1b\xe2\x0a\x2a\x25\x39\xc1\xa8\xb0\x52\xd2\x88\xaf\x07\x84\x49\x48\x4c\x14\x1c\x65\x5a\x41\x65\x24\xe7\xca\x14\xd4\x3e\x4a\x59\xfa\x3a\x6b\x1f\xe9\xc6\xa7\x82\xd2\x47\x2f\x51\x17\xa5\x8f\x26\x48\xc2\x4a\x5a\x93\xf0\x90\x54\x5d\xab\x1f\xcc\xed\xf0\x5a\xb7\xbc\x01\x04\x0d\x99\xc3\xbb\x4e\x77\x41\xa9\xa4\xd0\x1c\x81\x82\x84\xec\xd8\x4c\x5a\x19\xa4\x16\xfc\x3b\x0b\x7f\x6b\x8e\x10\xc7\x75\xb3\x66\x61\x6d\xa5\x61\x52\xcc\x2c\xfc\xad\x29\xa0\x2e\x72\x7e\xf5\x47\x5f\x44\x35\x84\x34\xee\x68\x87\xa3\xf8\x92\xc3\xef\x0b\x8a\x2d\x25\xfb\x26\x50\x6c\x29\xaa\x16\x6e\x49\x0c\x24\x96\x30\xce\x52\x4b\xd5\xfb\x13\x95\x8c\x2d\x13\x26\x48\xef\x43\x8a\x5f\x62\x20\x83\x72\x2a\x4b\x82\x79\x5a\xc1\x77\x25\x15\x6e\x8e\xe4\x07\xe7\xbb\xd8\x79\x49\x10\xde\x2d\x17\x27\x04\x36\x34\xef\xae\x25\xaa\x4b\x0c\x4d\x10\xd5\x6b\x37\xd6\x11\xd7\x30\xec\x98\x48\xab\x38\x83\x60\xaa\x64\x9c\x06\xb2\xfe\xae\xc0\x7a\x49\x95\x68\xf4\x34\xeb\xa2\x1d\x41\x59\x09\xa5\x87\x40\xc9\x44\x53\x42\x5b\xb7\x40\xaa\xbd\xae\xb6\x57\x3b\x62\x0b\x6a\xc4\xc6\xb0\x47\x61\x05\x36\xeb\x6a\xca\x80\xc9\x7a\x78\x7f\x35\x64\x9a\x9a\x4d\x36\x56\xd4\x14\xd6\x98\x2c\xf7\x06\x80\xe2\x88\xf1\x8e\x30\x63\x45\x88\x17\x94\xc0\x0a\x49\x97\xa0\x97\xd4\x56\x11\x71\x8f\xc1\xb2\x18\xc2\x01\x6c\xd6\xc9\x8c\xb5\x93\xd3\x9a\x98\x3a\xca\x44\x4b\x1f\x4e\xbc\x1a\xc4\x27\x31\xaf\xfc\x0c\xb6\x3d\x26\x94\x2d\xcc\x5e\x39\x26\xbc\x59\x24\x42\x5d\xad\x6c\x61\x17\x75\xb4\xd2\x30\xbd\x0e\xce\xdb\x5b\x06\x05\x42\x86\x77\x08\xa2\x6e\x6b\x37\x3d\x41\xde\xee\x9e\xd5\x8e\x4d\x6f\x26\x80\x3a\x3a\xc1\xc6\xcb\xb4\x04\x6e\xe3\x7a\xc7\x2e\x37\xf7\xdc\x09\xa3\x60\xda\x91\xe3\x60\x76\x8c\x5b\x3c\x6c\xd4\xe3\xc5\x5b\xc3\x22\x54\xe2\x25\x1e\x4a\xeb\x2d\x09\x66\x64\xc7\x7a\xa4\x1d\xd4\x27\x31\x30\x31\x90\xd7\x22\x0f\xaa\x7b\x65\xfb\x66\x59\xcd\xcb\xbe\xf8\xc4\xe2\x0a\x3e\x35\x8f\x35\x27\xf5\xc8\x28\x8a\x9f\xe5\xa7\x96\x74\xd4\xf7\x05\x04\x25\x1d\x6b\x83\xf9\x01\xcf\x50\x1f\x51\xc7\x9a\xb3\x90\x76\x50\x56\xf1\x0b\x14\xf9\x8d\x25\x14\x76\x69\x8e\x46\x49\xbc\x2f\xc4\x42\x59\xa2\x5d\xba\xb9\x8d\x23\xc6\x27\xca\xd9\xdf\xd7\x22\x94\x74\xb2\xac\xb4\x40\xa0\x91\x59\x56\x2f\x54\x2c\x4b\x5d\xba\x26\x2a\x96\xc5\x66\xa6\x00\x1b\x73\x36\x6d\xe2\x2a\x58\x3b\xaf\xd3\x92\xe7\xe5\xee\x46\x49\xb3\xe8\x58\x51\x5e\x04\xdb\x1c\x2a\x90\x90\x45\xf7\xa2\x1c\x04\xfd\x3a\x4a\x28\x5d\x54\xd4\x04\xe1\xc5\x78\x2c\x63\x6d\x4a\xe7\x29\x9b\xfa\xa7\x30\xde\x6d\x55\x4b\x17\x37\x5c\x76\x8f\x38\xc8\xdd\x23\xd2\xe6\x86\x85\xcc\x04\x71\xdc\xc6\xc4\x04\x69\xbc\x99\x34\xef\xf4\xbe\x5b\xa2\xa4\x7b\xd5\xf6\x52\x9b\x35\xb6\xfc\x3b\x0d\x25\xcd\x2f\x50\x1b\xb5\xcc\x78\xe3\xe0\x37\x29\xde\xc8\x06\x37\x9a\x21\x8c\x0f\xb3\x25\xa4\xdd\x55\xd3\x32\x64\xf3\x6c\xac\xc3\x62\xfd\x42\x22\x02\x36\x5e\xdb\x17\x01\x1b\x76\xdf\xa3\x66\x4a\x54\x69\xcc\x92\xa6\x24\x1f\x6d\x30\x48\x30\x60\xbf\x64\x5e\xd8\xaf\x5f\xb2\xdb\xaa\x7f\x66\x3a\x78\x98\xfd\xd5\xfc\x06\x70\xf0\x1a\x01\x52\xb1\x39\xcc\xd3\x31\x82\xdb\x10\x30\xb5\x9b\x70\x3d\xf0\x2b\x2e\x2b\x33\x67\xce\x26\xe6\xcc\x58\x0d\x4d\x31\x23\x54\xc3\x28\x41\x15\x98\xa8\xe2\x9d\x25\xa3\x60\xa8\x0a\x8e\x94\x8c\x0b\x54\x94\x4e\x5a\xf2\xb6\xae\xde\x52\x1b\x89\xcd\x9b\x01\x80\xa3\x5c\x13\xca\x88\x2f\x56\x22\x75\xc9\x48\xa0\x1b\x06\x18\x09\x74\x8e\x55\xcc\x14\xda\xb5\xb3\x72\x60\xfd\x69\x9d\xd8\x39\x50\xd1\x88\x7e\x83\x1a\x99\x8c\xde\x19\x61\x19\x56\xae\x73\xc0\xaa\x6b\x55\x73\xe0\x2d\x47\x12\x44\x72\x60\xd1\x35\xe1\x28\xe2\xbe\x26\x89\xb4\x39\x92\xef\x8b\x1d\xe4\xb8\xd6\x55\xb3\x44\x31\x06\x6b\xba\x79\x05\xf0\x36\x77\x49\x63\x90\x76\x5b\x46\x04\xef\xbb\x4d\x2e\x18\xdd\x05\xaa\xfc\x55\x8f\x09\x5a\xcd\xee\x91\x2c\x45\xdb\x31\x33\x47\xcf\xca\x49\x46\x24\x48\xb2\x5c\x9c\x91\x82\xf7\x82\x7a\x5d\x3e\xe2\x1e\x06\x4e\x27\xad\xcd\x94\xa3\x93\xdd\x17\x19\x51\x1d\x8e\xd9\xc9\x89\x88\x75\xff\x58\xeb\xec\xfe\xb0\x9d\x6c\x31\xc8\x94\xa2\x8d\x26\x56\x67\xd0\x51\x90\xf3\x2a\x53\x28\x08\x32\x35\xe1\x9f\xf9\x7f\x32\x82\x42\xaa\x69\x3f\x93\x9f\x78\x61\xa7\x50\x9d\x54\xda\xa0\x64\x46\x85\xbc\xc6\x67\xad\x71\x77\x70\x12\xa5\xee\x80\x39\x00\xaf\x1e\xb8\x2a\x06\x78\xad\x8a\x5e\x80\x94\xfd\x5a\x25\x58\xc5\x9d\x6f\x5d\x72\x21\x1f\xd6\xd9\x92\x0b\xf8\xb0\xbf\xa8\x54\x2d\x0c\xd5\x32\x40\xcb\x52\x9f\x97\xc5\x59\x22\x65\xae\x6b\xe2\x02\x0b\x81\x16\xaf\x95\xaf\x94\xcd\x4d\x1a\x15\xf6\x02\xf3\x95\xba\xe4\x0e\x3f\xa0\x91\xda\xbb\x0c\xe9\x70\xc9\x13\x85\x0d\x5a\x57\x47\x97\x8c\x9a\x0d\xe6\xf6\xb9\xd1\x95\xd7\xfc\x00\xb2\xd2\xab\x43\x50\xa7\x41\xa2\x5c\xeb\xc5\xa3\x94\xea\x59\xb7\x95\xbb\xab\x36\x39\x8f\x90\x40\x19\xb5\x7b\x1b\x77\x42\x2c\x00\x18\xee\x6b\xe7\x40\x5e\x52\xab\x19\xc3\x94\x5a\x61\xff\xfd\xb4\x29\x0a\x49\x30\xce\x9d\x30\xbb\x07\x96\x2c\xd8\xfc\xc2\x42\xb4\xd0\x84\xec\x38\x1f\xcb\x19\x85\x22\x1c\x51\x9c\x11\x7a\xe1\xe8\xee\xbc\x0a\x45\x48\xe0\xcb\x28\x14\x91\xcc\x8b\x3a\xc9\x45\xbf\xe3\xc6\x3c\x1b\x23\x51\x4d\x6b\x42\x20\xbc\xc0\xca\x6d\x0f\x5f\x1e\x2b\x20\xd5\x5f\x90\x9c\xbc\xef\x61\x97\xb6\x74\x93\x99\x8d\x66\x7f\x42\xde\x29\x90\x99\x66\x57\xb8\x85\xcc\xba\x19\xe1\x16\xd6\x28\x32\xa2\x2b\x7c\x0e\x66\x0a\xce\x06\x72\x95\x23\x35\x39\xed\x8d\x5b\x51\x88\xdc\x21\x1b\xf8\x60\x41\xb9\xef\x1c\x0c\xc2\x62\xa8\xee\x12\xf4\x63\xcc\xee\xe0\x66\xaf\x49\x2c\x4c\xbb\x07\xd6\x48\x35\x05\x4e\xd9\x3a\xdb\xb4\x9c\x8f\xc5\x71\xd5\xc5\x81\xd3\xd7\x87\x19\x2f\xc7\xf3\x61\xb9\x84\x61\x6f\x9a\x03\x93\x30\x75\xac\x0a\x14\x32\x04\xe7\x83\xba\x9a\x57\x0b\xc2\xf1\x70\xdc\x09\x0a\xc8\xbe\x39\xd2\xc1\x12\xfe\xa2\x87\x03\xf4\x62\x1e\x7c\x30\x08\x4c\xa2\x67\x86\x34\x1d\xdc\xe1\x14\xa6\x93\x2e\x7e\x2c\x19\x21\xce\x96\xd2\x32\x4b\x56\xbc\x36\xe2\xc9\x5d\xe2\x0e\x16\xfd\xb8\x07\xec\x64\x6f\xab\x93\x4b\x27\x10\x21\x7d\x07\x6f\xd4\x93\x27\xfa\xab\xc7\xb5\x34\xc2\x02\x2f\x75\xb0\x92\x9d\x2f\x76\xa9\x17\x6e\x5a\xa1\x3c\x06\x85\x57\xd3\xf0\x8d\x59\x19\x46\x58\x7e\xb3\x8f\xd7\x1b\xc6\x6e\xcb\x4d\x37\xc9\x29\xfd\x48\x0b\xca\x37\xb9\xa5\x99\x19\x25\x4f\xaf\x2b\x25\x4f\xd3\xda\xcd\x6b\x99\xcc\x6a\x58\xef\xe1\xb5\x8f\x1f\xa4\x59\x99\xbe\x57\xac\x84\x79\xcf\x32\x0a\x7b\x47\x50\x56\xf4\x42\x3f\x3c\xcd\x92\xbb\x24\x50\x6e\xf3\x28\xf2\x16\x41\x46\x9b\x2e\xf7\x28\x05\xc2\xa3\x43\x90\x0a\xe3\x17\x6c\xe2\x29\xbc\x8b\x5d\x58\x2d\x30\xf2\xaa\x66\x6e\x61\x59\xbe\x61\x93\x4f\x81\xb8\xd9\xbc\x03\xca\x46\x4b\x5c\xf7\x18\xe0\x6f\xe2\x7f\x85\x02\xa3\x88\xa9\x20\x40\xc1\xcc\xaa\x84\x05\x53\xd1\x03\x54\xcd\x17\xe3\x28\x91\x9c\x24\xf9\xc1\x5a\xda\xa6\x07\x3c\xfc\xe4\xcd\x2f\x94\xbd\x64\xa0\x2f\x28\x97\xa0\x4b\xc8\x4a\x41\x50\x6e\x96\x30\x57\x12\xa5\x70\x6d\xba\x42\x13\xe7\xf0\x0b\xd4\x03\xe4\xea\x28\xc8\xa6\x1a\x2f\xd4\xd2\xe6\x29\x6b\x5b\x41\x80\x80\x77\x40\x49\x34\x9e\x35\xbf\xb0\x48\xce\x6f\x50\x6d\x6e\x7e\x30\x97\x57\x55\xb3\x4b\xa1\x34\x66\x4c\xe7\x45\x72\x7e\x80\x04\x1c\x99\xec\x0b\x6d\x98\xb2\xab\x16\x54\x43\xd0\x55\x2c\xa5\xb0\x56\x96\x37\x76\xc9\x3c\xfd\x9a\x7b\xa4\x96\x6a\x4c\x22\xce\xf6\x85\x87\xbc\x80\x16\xea\x33\xab\x4b\x69\xb9\xcb\xc6\x13\x56\x83\x16\x32\x61\x69\x14\x05\x29\x58\x5d\x0c\xb0\x30\xaa\xc0\x26\x93\x52\x38\x66\x54\x1b\xdb\x40\x66\x1f\xdc\x4c\xde\xaa\x89\x7a\x95\x1f\xf0\x07\x35\xd0\x75\xa1\x2f\x2a\x96\xd7\xf4\xc2\x72\x04\x3e\x6b\x4a\xe5\xf2\x4a\x54\x2e\x10\x66\x1c\xf6\x56\x70\x4f\x97\xb5\xf3\xd2\x18\x2d\xd8\xfc\x02\x2e\x6a\x94\x60\x51\x98\xfa\x6f\xbf\x66\x81\x74\x63\xd7\x6e\xe9\x81\x88\xd2\xf2\x2f\x97\xbc\x89\x72\x8a\x3b\xd9\x26\xe4\x82\xbb\xba\x9a\x11\xd9\xe1\x2c\x0e\x7e\xbf\xe1\x7d\x4d\xaa\xd3\xef\x29\x8b\x1b\xae\x60\x0f\xc3\xb3\x46\x51\x2c\x3b\x08\x71\x05\x7b\xda\x36\x83\xcc\xbd\x6e\x02\xeb\x34\x5e\x49\x41\x28\x2c\xfe\xed\xd3\xad\xb0\x0c\x96\xad\x47\x85\xd9\xfb\x76\x9d\x96\x65\x27\x94\x16\x52\x58\xf8\xca\x7e\xcd\x82\x74\x7d\x1b\x5c\x0b\x0a\x5f\xd9\xed\x5e\x60\x27\x74\xf0\x69\x41\xf2\x53\x31\x11\xc3\x6e\x98\x8d\xc7\xc1\xa5\x11\xa2\x07\xc5\x04\x7d\xbf\x2f\x10\x35\xe0\xbe\x40\x14\xcc\x10\x6e\xba\x37\x1e\x64\x1b\xcb\x32\x65\xca\x36\xd9\x02\x18\x6e\x93\x8f\xad\xfd\xc8\x25\xc4\x9b\xe6\x1d\x81\x59\x70\x23\x96\x43\xe3\xcb\xbe\xcc\xa0\x1e\x9d\xf3\x51\x9b\x35\x36\xbd\xac\xc7\x5a\x03\x21\x80\x77\xd1\x4b\x56\x2b\x07\x0f\x33\xf3\xe4\x93\x32\xa8\xb9\x17\xd3\xa4\x1c\x3b\x58\x20\x43\xe4\xe0\x17\x0a\xda\x1a\xe2\x5c\x1b\xc8\x2f\x80\x18\x0d\xd4\xc9\x83\xa4\xfb\x01\x19\xa4\xd9\xdb\x49\x06\xe9\x1d\x03\x21\xa2\x3a\xc9\xa0\x2c\x9f\xba\x69\xe9\x5a\x5b\x46\x7d\x5c\x0b\x6e\x3f\x00\xdc\x32\x46\xa0\x26\x7e\x7e\x9d\x98\x17\xc5\xb5\xec\x31\xb0\xd1\x83\x3b\xe0\x46\x37\x75\x2e\xbb\x9c\x59\x24\xec\x72\x59\xf2\x58\xb9\x09\x94\x91\x89\x6a\x55\x76\x73\xe2\xf6\xfc\xec\x00\xbb\x72\x2f\xd4\xf8\x01\x05\x01\x1f\xcb\x37\xc5\x29\x1f\x0d\xcb\x65\x2d\x9d\xa0\x3c\xc4\xbf\x8f\x3c\x14\x8f\xca\xd1\x2f\xf0\x64\x37\x11\x20\xed\x48\x25\xad\x4b\x81\xb0\xa1\x4b\x0b\x4a\x41\xec\x64\x36\x63\x7f\xc8\xd0\xc4\x65\xeb\x12\x2e\x24\x7e\xe3\x92\xfe\x38\x24\x6d\xd7\x8d\xc7\xcd\xeb\x8b\xc5\x90\xaa\x1e\x20\x9e\x53\xc8\xaf\x4c\x97\x57\xf9\xe6\x52\x59\xee\xc9\xea\x3a\xeb\xeb\x36\x9f\x71\xb8\xa0\x20\x3b\xbc\xa4\x22\x8b\xc8\x22\x7d\x0d\xf4\xdb\x09\x28\xe4\xae\x5b\x96\xa8\xf4\x10\xdb\xef\x5d\x71\x43\xaf\x8a\x2c\x97\x8a\x9a\xae\xc5\xab\x53\x97\xa9\x48\x67\x62\x8d\xbc\xea\x5b\x40\xc7\xb5\x7c\xfe\x02\x14\xe2\x31\xd3\x9a\x84\xbe\x80\x7c\xe2\xd8\xf4\x3a\xe5\x93\xac\x6a\xf4\xa5\xb2\x9a\x93\x7d\xef\x15\xd7\xda\x3a\x0c\xa8\x32\xbe\xd1\xf6\x82\x0a\x53\x52\x7e\xf5\x48\x83\x97\x98\x68\x85\xfc\xa2\xd2\xd1\xa5\x26\x7a\x63\xaa\xbb\x64\x0d\x94\xe0\x2e\xe9\xa5\x1d\x9e\x06\xb7\xc6\x0b\x2a\xde\x0e\x2f\xd6\x55\xf3\x9a\xa8\x3e\xc9\x64\x34\x3a\xcb\x2b\xfc\xb2\x66\x1b\x15\x22\x4b\xb0\xcb\xbf\x2e\x99\xe5\xf5\xc5\xe0\x20\x7e\xe3\xe0\x03\xcd\x15\x57\xce\xb6\x57\x9f\x24\xa2\xea\x17\x48\xda\xee\x72\xc1\x2d\x7c\x23\x6b\x3c\x4b\xe5\xaa\x53\x64\x69\xce\x4e\xaa\x85\x07\xc4\xeb\x01\xef\x72\x17\x26\x0a\x55\x53\xa3\x9b\x99\x3c\x2f\xd4\x54\xae\xa0\xbe\xa0\x8d\xc8\x12\x47\x45\x55\x7a\xd5\x36\x2c\xb5\xae\x79\x8b\x50\x11\xa6\x68\xcf\x7f\xad\x20\xdc\xe4\xdf\xc1\xc9\x24\xb1\x56\x5e\x69\x30\x11\xf7\x83\x53\xa9\xd6\x85\x13\x01\x88\x9b\x52\x8b\xf8\x77\x45\x4c\x62\x70\xdc\x40\x45\xba\x77\xf1\x29\x58\x91\x8b\xe3\x63\xa8\xe2\x2e\xd4\xd7\x0c\x29\x11\x49\x98\xa8\x9d\x09\x15\x1e\xb2\x2f\xaa\xf6\x17\xa0\x6a\x49\x69\x15\x21\x88\x76\xca\x57\xa6\x7b\xbf\x16\x92\x12\x8e\xa4\x91\x4a\x6b\x8e\x43\x15\x2a\x62\x10\xdb\x1b\x28\xec\x55\x03\x8d\xa8\x41\xdb\xe3\x2b\xac\x31\x2f\x49\x10\xb7\x9b\xb4\x5a\xfc\x02\x44\x68\x8b\x6d\x75\x2c\xbc\xbb\x4b\x9e\x6b\x46\x14\xe3\x08\x6d\xb6\xaa\x3b\x31\xa3\x69\xe0\x12\x4f\x47\x0b\x55\x58\x63\x2c\xd8\xd7\x9d\xdc\xbf\xfa\x41\xe3\x3c\xb5\xf8\xfb\xc2\x8c\xdf\x18\x04\x42\xa8\xd9\x17\x6a\x34\x31\x8a\x19\xde\x46\xbc\x7c\xc0\x52\x4f\x65\x0d\x22\x0b\x56\xf5\xa0\x7b\xff\xf5\x06\x91\xa7\x2e\x0f\xae\x9f\xa0\x62\x51\x22\xdb\xbe\x2a\x8c\x25\x59\xe7\x5c\x3d\x6e\xe6\xd8\x08\x99\x27\x30\x63\x6c\x23\x7a\x30\xeb\x1c\xac\x30\x86\xe8\xba\xe8\x52\xe1\x58\xd4\xed\xc4\xa5\x9e\xeb\x82\x1b\x81\x00\x5b\x47\xf6\x21\x76\x72\x9b\x05\x8f\xb0\x23\x62\xd9\x3d\x12\x4f\x5e\x0c\xde\x5a\x61\x6b\x5b\x3d\xd7\x82\x6b\xda\x27\x2f\x71\x17\xee\xcf\xb5\xde\x7a\xe1\xda\xd8\xa7\xa6\x71\x71\x5a\xc2\xcb\xc5\x69\x68\x08\x84\x02\x66\x9f\x30\x30\xaf\xd8\xe7\x52\x2f\x72\x73\x43\x7d\xc1\x7e\x6c\x32\x46\xcd\x4e\xc7\x95\x56\xc6\x06\x3a\xfa\xa4\x42\xee\x79\x49\x78\xf5\xa2\x57\xc6\x6d\x5e\xe2\xe3\xa5\x81\x3f\xd2\xee\xfc\xca\xe8\x40\xdb\x3b\x2a\xe4\xa0\x61\xaa\xbd\xe9\xea\x0a\x7e\x40\x22\x35\x6a\x6f\x4a\x67\xcd\x7d\x92\x95\xcb\xd8\x55\x61\xa7\xc9\x3e\xf7\xe0\x11\xdc\xbc\x16\x4b\x50\xf2\xe1\x8c\xd8\x3e\xa7\xce\x56\x5c\x9f\xe2\x04\xc3\x4a\xb1\xc8\xc7\xe0\xc3\xa8\x65\x4d\x7b\x8a\x49\x71\x33\x85\x3e\xe0\x17\x3a\x09\xda\x06\x02\xd5\x59\xd3\x36\x94\x9a\x49\x6e\x63\x4b\x88\xa5\x35\x66\x5e\xdb\x14\xd1\x10\x66\x97\xb5\x95\xdb\x46\x80\xfc\xfb\xe2\x2f\x4d\x0f\xc0\xf7\xab\xdb\xa4\xc7\xe6\x1e\x20\xd9\x09\x27\x6d\x5d\x5a\xf0\x21\x9e\x16\x02\xd7\xde\x0f\x70\x28\x8b\xd5\xb7\x00\xea\x7b\x7d\x40\x1e\x28\x21\xb9\x51\xe8\x12\x52\x1b\x32\xb5\xb3\xa8\xaf\xa1\x00\xa6\xae\x88\x2a\x2d\xac\x65\x1c\x3f\x39\x8a\x70\xb9\x41\x72\x10\x5f\x8b\xdc\x2d\xa2\xf6\x86\x20\xba\x34\xc4\x05\x1a\x53\x56\x1c\xef\xd2\x22\xa3\xdb\x3d\xc5\x48\x88\xb5\x0c\x30\x3a\xb9\x2c\x48\x8b\x34\x4a\x08\xa9\xac\xd6\x6e\x5a\x6d\x71\xe7\x10\xee\x81\x68\xef\x86\x0a\x17\x2c\x04\xc3\x40\x21\xbe\xfb\x01\x8f\x58\xcf\x03\xa1\x79\x8e\x98\x6f\xc8\xda\x76\x1c\x5d\x4b\x0f\xc7\x14\x94\xb0\x10\xe9\xd2\xcd\xd2\xf2\x9a\xb7\xda\xcb\xe0\xa3\x36\x2e\xab\xef\xfe\xfe\x24\x04\x5a\x98\x4c\xd6\x65\x90\x28\x2a\x35\xf7\x00\x72\xf7\x24\x59\xfe\x52\x02\x5e\xa3\xb5\xc7\x2b\x5d\x16\x44\xc2\x5b\xa1\x1b\xc0\x6d\xf2\x42\xe9\x74\xad\x82\xf5\xbd\xda\xab\x07\x0d\x01\xf7\xda\x66\x6a\xac\x05\x3d\xfa\x77\xaa\x21\xfe\x9d\x67\xa1\xc4\xbd\x56\xc9\x66\xa4\x1b\x35\xc4\x94\x65\x2f\x4c\xa5\x4f\xdd\xbf\x93\x0d\x19\x6f\x2b\xc6\x4c\x16\x83\xc6\xe2\x94\xe9\x35\x28\xb9\xa3\x31\x8b\x28\xb3\x97\x3e\xd5\x58\x5e\xc7\x11\x89\x0d\x49\x1d\xd5\x95\x40\x1a\xeb\x4f\xba\xca\x54\x6b\x34\x84\x4a\xb3\x6c\x48\x66\x6e\x56\xe2\x5a\x63\xf8\xaa\xd8\x55\x63\x36\xb3\xa3\x46\x5a\xe3\x02\xea\x85\xbe\xc0\x10\xa0\xb8\x31\xbe\x4a\x50\x6d\x9d\x2a\xb5\xf4\xf4\x86\x3c\x8f\xdc\xfd\x01\xb1\x27\x5c\x20\x5b\xd9\x42\x40\xeb\x8b\xc8\x34\x24\x92\x89\xb3\x67\x31\x28\xf7\x49\x17\x69\x83\xa2\xa5\x44\xd7\x36\xc8\x24\xa5\x83\xb5\xb1\x50\xe3\x3e\x79\x2d\x9d\xb1\x39\xd6\xa8\x02\x8b\x4e\x31\x07\xab\x34\x0a\x59\x9e\xd7\xbe\x30\x21\xb8\x58\x32\xc7\x3c\x62\x67\xba\x89\x3f\x00\x2b\x97\x1e\xd8\x96\xd0\x25\x89\xbc\x2d\xa1\xcb\xb8\xdd\x09\x76\xf6\x27\x90\x4f\x65\x4b\x68\x3b\x3d\x79\x1e\x82\x3c\xc3\x63\x20\x5a\x4c\x17\xeb\x94\x76\x10\x97\x1a\x12\x49\xc5\x2f\xb5\xbe\x31\x38\xcb\x3e\xfd\x46\x09\xca\xcc\x9d\x12\x92\x14\xea\x86\x82\xe6\xba\xcb\xa7\xb4\xb3\x4d\x90\xcc\x11\x70\x59\xe4\x8b\x93\x22\xf4\xaa\x19\xf1\x34\xe3\x58\xb3\x69\x27\x6f\xce\xd0\x52\x9d\xf4\xfb\x7a\xc3\xd2\x46\x23\xc9\xa2\x5d\x14\xfb\x8d\x95\x8b\x20\x69\x48\xde\x09\x67\xe5\xb5\x4d\xe9\x25\x59\x4a\x6c\xd7\x9a\xb4\x26\x09\xe1\xa5\x59\x59\x6a\x90\x5e\x9c\x8b\xd4\xa6\xf0\x92\xca\x8f\x6e\xcf\x2b\xed\x26\xa5\x48\x34\x6e\xc8\x73\x28\xde\x33\x90\x6c\xaa\xa3\xf5\xd7\xed\x3b\x56\x39\xdb\x4d\x8a\xf6\x42\xde\x8b\x34\xb4\x0e\x37\x05\x30\xb3\x14\x56\x1c\xb7\xf6\x83\xeb\x0b\x63\x31\x75\x21\x36\xc9\xfe\x84\xf6\x90\xfc\x8c\x85\x29\xdb\xa4\x17\xd8\x90\x6d\x9c\xcd\xda\x1e\xb2\x13\xc3\xc0\x1a\x8b\xc6\x1a\xef\x47\xb4\x36\xd4\xe8\x91\x4a\xaf\x07\x3c\xd3\xc4\x6f\x70\x83\x62\x6a\x22\x97\xce\xbc\x04\x2d\x55\x47\x0a\xae\x2b\xa3\x96\x0e\x1f\x56\xcb\xaf\x07\xbc\x53\xc8\x5f\xa0\x04\x84\x24\xae\xce\x2a\xe3\x0e\x9e\xe8\x1b\x45\xf8\xe4\x37\xb8\xcb\xba\xda\x28\xbe\x2a\x0b\x42\x67\x26\x83\x23\x90\xfa\x32\x3b\x69\x53\xf4\x29\xf1\x44\x97\xf8\xea\x61\xa0\x07\xb7\xa9\x14\x48\xd3\xe9\x88\x69\x2a\x9b\x3b\x20\x01\x1a\xc8\x40\x76\x24\x4d\xa5\x47\x1e\x10\x22\xea\x8e\x5a\x34\xba\x33\xa3\x74\xa4\xdd\xea\x9a\x8e\xd2\x99\x66\x6b\x63\x59\x8f\xdc\x16\xd9\x6f\xd0\x50\xee\x17\xb8\x2d\x24\xbc\xe2\x36\xcb\x66\x29\xa8\xf3\x86\x7a\xb1\xf6\x9e\x70\x63\x84\xdf\x47\x6a\xc0\xcb\xc6\xd0\x51\xbb\xc6\xbe\xe8\x9e\x0a\xa2\xc5\x84\xc8\x44\xb1\xc9\x98\x65\xde\xac\x27\x89\x10\x25\x27\xf8\xf4\x25\xe2\x18\xd3\x19\x1b\x53\x02\x46\xcf\xc8\x57\x33\x56\x32\x47\x30\x1e\x33\x8b\xaf\x0b\xa4\xcc\xc5\x76\x07\xe4\x4f\x9e\xd4\x32\x0f\x0d\x77\x49\x91\xc4\x5d\x14\x0a\x9c\xd2\x22\xfb\x94\x72\x62\xf3\xac\x50\x3c\xc6\x99\x58\xbd\x64\xf8\x40\xd5\x63\xe1\x81\x26\xb5\xb5\x23\x36\xdf\x1b\xab\x17\x94\x2d\xa9\x1e\x11\x19\x14\x9e\x25\x42\xf3\x9d\x95\xd7\x19\x94\xf4\xfa\x7d\x81\xac\x59\x4e\x29\xaa\x35\x4f\x12\x85\x63\x54\x57\xba\xf4\xba\x38\x94\x7a\x64\xa0\xbd\x35\xe9\xce\x5b\x60\x1c\x5d\xd1\x2b\x93\xef\x35\x07\x14\x83\x51\x95\xda\xd2\x97\x50\xe4\x6d\x86\x08\xa4\xb2\xb9\x4d\x18\xd4\x01\x2c\x48\xb6\x28\xf5\xb6\x46\x14\x90\x0d\xbb\x2c\xf8\x05\x9e\xe9\xc9\x2f\x20\x8c\x77\xf8\x85\x85\x06\xcd\xaa\xaf\x4d\x25\xbc\xc0\xeb\x36\x9c\x94\xd4\x59\xbd\xc5\xbc\x00\x25\x05\xed\x5c\xea\x9d\x76\x12\x4f\x93\xe5\xb1\x1d\xa6\xd4\x79\xcd\xa7\x4d\x08\x7d\xb0\xba\xa8\xbe\x18\xe4\x68\xd2\xde\xfb\xa0\x91\xb3\xfa\x0d\xe4\x7a\x07\xf7\xd0\x09\xe5\x8f\x4c\x75\x7d\xa0\xe0\xa4\xd8\x7c\x5f\x06\x27\x43\x88\xcb\xfa\x2d\x8b\x76\x38\xc0\x7c\x22\xf7\x7d\xc1\xa3\x95\x41\xad\x94\x26\x03\x46\xdf\x17\x47\xd5\x0c\x58\x2b\xd0\x7a\x77\x67\x3d\x6b\x33\x02\x18\x8f\x8a\x14\xb0\xce\x5a\x81\xd6\xab\x3b\xc3\xdc\x25\x0e\xf7\x29\xc8\xa4\x62\xd6\x83\xc8\x9b\x62\xb4\x1f\xa4\x05\xbf\xbf\xa3\xad\x85\x3d\x08\x80\x40\x46\xed\x94\xe1\x54\xaf\x0e\x53\xd2\xe6\x63\x04\x61\x34\xd5\x73\x64\x48\xba\x23\x1d\x3a\xe3\x68\xac\xda\x77\x66\xa2\x3a\x48\xaa\xc3\x09\x56\xa4\x47\xf4\x13\x05\x3b\xcc\x7f\x59\xde\xda\x2e\xff\x7e\x92\x37\xb9\x7d\x82\x7d\xba\xcd\x95\xf3\x42\xc0\x05\xf6\x32\xf2\x76\xe6\x99\x5a\x08\xe8\xb0\x14\x15\xe3\xf1\x62\x3c\xae\x81\x82\xe9\xa8\x78\xf1\xaf\x15\x60\xac\x95\x40\xf1\x94\x17\xf9\x5c\x8b\x1a\xb4\xd8\x30\x36\x15\xc9\xef\xfd\xe2\xd2\x08\xea\x0b\x4b\x23\x49\xbb\x33\xd4\x3d\xbf\x7a\x3c\xf1\x82\x27\xc1\x73\xa8\xfa\x01\xa8\x25\x78\x44\x10\xa8\x14\x9f\x7e\x33\xa8\xc0\x93\x58\x12\x98\x57\x93\x4e\x37\x9b\x49\x3a\x9c\x6c\x25\xf9\x05\xae\x95\x86\x60\xb1\x40\xcb\x3a\xfd\xa6\x45\x4c\x88\x44\x6c\xfa\x8b\x20\x51\x12\xdb\x95\x0b\xfa\x4d\x18\x35\x49\x58\x9e\xaa\x99\xd7\xc3\x92\x6a\x9a\x03\xe2\x83\x5e\x47\xc0\x94\xd6\xd2\x66\xea\x82\xe1\xa9\xf8\x64\x44\x74\x90\xa5\xbb\xb1\x81\x7b\x6a\x0b\x8e\x0d\x49\xcc\xa2\x9d\xb1\xf1\xfd\xa1\x36\xb2\x7f\xb5\x6a\x63\x23\xf3\x94\xa8\x36\x36\x12\x9b\x70\x38\x60\x17\xb2\x44\x32\x90\xaf\xa9\x2b\x35\xcb\x08\xe4\x63\x32\xf3\x8c\x29\x15\xa5\x2e\xfb\xc4\x08\xeb\x8e\x49\xb5\x11\x23\x13\xfc\xfb\x40\x52\x45\x55\x7b\xc7\x4d\x44\x9a\x02\x5c\x6f\x25\xbb\xff\x13\x49\x49\x6e\x93\x6e\xb4\x06\x83\xb9\x97\x4e\x97\x1c\x71\xd1\x85\x66\x1d\x23\x72\xa2\x35\x24\x0c\x41\xc3\xa7\xd8\x88\x6b\x3b\xf8\x0b\x10\x4a\x76\x97\xe0\xcd\xd2\x56\x07\x2d\x43\xe9\xd5\xe5\xc0\x39\x28\x28\x23\x67\xa5\x59\xa3\xd6\xb3\xa9\x7f\xc0\x0e\x64\x3b\xfb\x58\x66\x20\x89\x86\x83\x19\x9a\x0e\x96\x1b\x89\x69\x0d\xea\x11\xee\xc1\xf2\xfa\x80\x32\xf4\xeb\x05\x58\xb3\x64\x36\x1d\x70\xf6\x15\x23\x1a\x62\x99\x6f\xb1\x2a\x23\x2d\x5a\x10\x5a\x12\x76\x64\xfe\x91\x3e\x34\x96\xd0\x26\x03\xca\xc8\x04\x48\x47\xfb\x40\xb9\x40\x1b\x79\x46\x5e\x77\xc4\x6b\x0a\xb0\x54\x95\x57\x0f\xf0\x1d\x15\xff\x0e\x6a\x2f\xee\x10\xf0\xbd\xda\x0f\x76\xa7\x56\x11\x1e\xbc\x22\xf9\x67\xc0\x2e\x65\xdb\xca\x58\x76\x29\x6d\xef\x51\x90\xce\x26\x26\x36\x20\xc2\x35\xaf\x2a\xea\x44\x3b\x52\x6e\x50\x82\x13\x6b\x1f\xb8\xc7\xaf\x14\x0f\x30\x48\x68\x86\x08\xfb\xb3\x78\x40\xee\x4f\x77\x80\xfc\x1f\x31\xa8\x41\x11\xcf\xc1\x0e\xa3\xd0\xa4\x24\x6b\xdf\xa8\x9c\xa3\x40\x66\xba\xa5\xe5\xff\x41\xa1\x4f\x82\xc9\xa8\x9c\xa3\x3b\xc0\x4d\x33\x12\x5b\x47\x05\xa3\x2f\xfe\x9e\x31\x97\x7e\x1f\x2c\xaa\xb8\xcd\xf4\x1e\xf7\x4f\x2d\xa8\xfb\x01\x18\xbf\x04\x9f\x51\xa9\xd3\x7a\x6f\x54\x5c\x73\xe1\xcd\x55\x17\x25\x69\x4e\x6d\xad\x93\xde\x40\xf6\xa5\x75\xbb\x01\xb7\xa4\x6b\xe5\x0d\xd4\x94\x2e\x12\x4c\x46\x5b\xeb\xe0\x1e\x17\x90\x82\xa1\x51\x21\x30\x29\x20\xb6\xcb\x05\xca\x46\xc7\x11\x2b\xd1\x65\x74\xa8\xb0\x06\x69\x8a\x90\xc9\xc7\xdd\x60\x2e\xa5\x57\xbe\xa3\x4e\xd7\xf0\xf7\xf4\xac\x9b\x35\x2f\x91\x52\x56\x9c\x81\x42\x28\xc5\x9c\x99\xc9\x97\x0e\x39\x18\x63\x9d\xf2\x9a\x15\x4a\xa1\x54\xb3\xda\x65\x42\xf3\xa0\x03\xd5\xe8\x0c\x34\x4d\x6a\xf6\x84\x8e\xc1\xea\x11\xfe\x60\x32\x63\xdd\x4a\x5c\xc6\x00\x4c\x32\x8a\x8e\x41\x72\x34\x7d\xa2\xda\x89\x8b\xe0\x8c\x1d\xa9\xeb\x3a\x81\xc7\x4e\x1d\x5a\x68\x5e\xe6\x32\x49\xef\x03\x52\xa7\x8b\x69\x0d\x56\xe8\xf3\xf9\xb3\x93\xfd\x0f\xf7\x40\xa5\xda\xf4\xb6\xaf\xf3\x40\x68\x60\xb9\x13\x47\x5a\x0c\x94\xa8\x2e\x12\xf2\xc6\xb1\xce\x03\xa1\xfe\x58\x50\xa9\xcf\x83\x81\xc6\xc2\xcb\x81\x04\x81\x57\x9b\xb7\xdf\xb9\xc7\x45\x4e\x7e\x30\x17\xcf\x0a\xea\x60\xb0\x95\x35\xd4\xc1\x4b\xff\xbb\x59\xc1\x12\x34\x87\x1f\x54\x40\xed\x36\x2d\x3b\x5e\x4d\x44\x68\x3b\x5f\x7e\x9c\x4b\x04\xd3\xb4\x4e\x4a\x37\x9a\xd5\x92\x34\xbd\x0b\x20\x58\x06\x7f\xb0\x8a\xee\xa9\xc7\x8b\xaa\xbf\xa7\x81\x32\xd4\x2e\x0e\x32\x20\x57\xba\xe8\xe5\xa0\xd0\x57\xfd\x3b\xf7\xbe\x59\xf2\xb2\xc9\x99\xea\x59\x52\xef\xc5\x8f\x90\x90\x18\x73\xfc\xd1\x21\x04\x13\x9b\x95\x1a\x5e\x34\xdd\x6c\x9e\x1d\x37\x39\x83\x66\x8c\xf2\x79\xcd\xd4\x74\x23\x21\xd3\x3b\x06\x51\x58\x69\x78\x15\x6e\x02\xfc\x7a\x83\xdc\x4a\x1a\xef\xa0\xb7\xd1\xbe\xe1\xc1\x0a\x7a\x8e\x03\x19\x2c\x1d\xe2\x38\x90\x81\xc0\x2d\xbb\x6c\x06\x6b\xe0\x39\xbc\x65\x30\x70\xcb\xbe\xe1\x01\x2b\x9d\x53\x90\x07\x02\xb3\x9c\x42\xbf\x6f\x1b\x7b\x88\x7a\x10\xb0\x32\x59\xed\x84\x80\x6b\x7f\x40\x11\xa8\xf8\x05\xf0\xf9\xe6\x17\x28\x3a\xea\x20\xd9\x97\xe8\x38\xfc\xe0\xe6\x98\x1f\xa0\x76\x5c\x42\xa2\xbb\x02\xcb\xce\x7b\xf6\x1c\x67\xb1\x87\x45\xf4\x5d\x0f\xd6\x7a\x55\x3d\x80\x12\xda\xfd\x05\x0e\xd0\xe6\x0f\x0e\xa6\xcf\x05\x3d\x00\xc5\x35\x77\xb0\x80\x32\x10\x10\xd9\x8d\x08\x38\x12\x2d\x24\xec\xcb\x4b\xa8\x13\x75\x8f\x6b\xb5\xfc\x00\x52\x80\x88\x7c\x5f\x26\x37\xd1\xc8\x4e\xe9\xd0\x31\x11\xb8\xbc\x3c\xd5\xe8\x1e\x58\xb5\x4d\x2c\x6a\x8f\x0b\x97\x7e\x80\x6d\x20\x39\x7d\x4f\x6b\x3d\x87\x1e\x20\x6b\xd6\x60\xc3\x0b\xe8\x48\xa1\x9d\x26\x32\xed\xd4\x1d\x69\x77\x76\x34\xed\x99\x51\x33\x3a\x33\xf7\x4c\xa0\x45\x62\x3b\x8a\x59\x58\x1a\xdb\x33\x6f\x88\x13\xcd\xed\xb4\x88\x39\x4a\x62\x67\xda\x9c\x6d\x1c\x7b\x41\xaa\x9e\x8e\x93\x9d\xe2\x8c\xe3\x09\x76\x0a\x27\x5e\xde\xba\x90\xaf\x69\x54\x86\x6a\x0c\x3f\x40\xf1\x45\xcf\xa3\xd2\x61\x16\xfd\x02\x28\xa4\x7b\x08\x10\x44\xf7\x07\x64\x41\x12\x0e\xf6\xe5\x72\x73\x97\x2c\xbd\x60\x4b\xfe\x4e\x69\xc1\xfe\xca\xbd\x51\x23\x37\xd5\xb5\x07\x64\x2a\xd4\x74\x5a\xd6\x74\x40\xec\xac\xde\x6b\x73\xf3\x3e\x16\xf2\x84\x7f\x54\xdb\xb5\xf9\x79\x67\xcc\xb4\xdd\x40\x3b\x0d\x46\x76\xba\xec\xf4\x7f\xd9\x2b\xb3\x0f\x4e\x5d\x60\x0e\x32\x33\xad\x28\xdc\x61\xcd\x16\xeb\x7d\xac\x79\xe8\x01\xbc\x5d\xcd\xf6\xe6\x7d\x27\x99\x48\x43\xdd\x77\xb2\x01\x59\x27\x76\x1a\x75\x6c\x55\xdc\x19\x79\xec\x28\x92\x9d\x09\x56\x56\xcb\xf7\x83\x39\xe6\xde\x1f\xc7\x62\x6f\xee\x74\x2d\x81\x26\xcf\x03\xd6\x21\x9e\xb8\xfe\x3f\x5b\x68\xdc\x51\x15\xb7\x0c\xff\x0e\xdd\xa0\xbb\x03\xa6\x0f\x7b\x03\xa1\x1c\x81\xcd\xe0\x3b\x82\x86\x8a\x4e\x8a\xfd\x5c\x4b\x28\xdc\xb0\xc4\x98\x35\xdb\x9d\x96\x9d\x1c\x7f\x14\xe1\xbd\xf3\x74\xf6\x06\x3d\xa1\xe7\x76\xb7\x51\x82\xda\x7b\x85\xd5\x08\x6c\x1c\xdb\x71\x47\x59\x35\x77\x85\x43\xcc\x41\x2b\x3b\x2d\x34\xc3\xbf\x13\x87\x3a\x49\xf7\x8b\xcb\xaf\x83\x69\xe7\x9d\xbb\x0e\x33\xd9\x61\x51\x19\xe6\xae\x74\x69\x99\x80\x56\x71\x00\xf3\x88\x9b\x30\x08\x46\x54\xa7\x2d\x3e\x12\x98\x90\xe5\xea\x30\x3b\x8f\x4f\x9b\xf0\x76\x3a\xb4\x6c\x6b\xdd\x9f\x35\x86\x3e\x61\x54\xb3\xab\xbd\xec\x88\xbe\x09\xb6\x6a\x1c\xdb\x9a\x47\xd3\x83\xc0\x37\xaa\x1e\x74\x76\xea\x07\xb8\xed\x42\xba\xe9\x01\x6f\x90\x1d\xde\xc7\x06\xf2\x12\xdb\x39\x10\xdc\x52\xb5\x7d\x0f\x1e\x54\xb6\xda\x1d\x81\xa6\x24\x49\x16\x07\x4e\xa6\x91\x5e\x6f\x5c\x7c\xa0\x37\xe2\x12\x14\x34\x08\x22\x56\xca\xeb\x05\xf2\xd3\xea\x17\x76\x40\x91\xd5\x86\xd1\xb7\xba\x4d\xde\x26\x9d\xe1\xa0\x2f\x47\x67\xf6\x01\xa3\x41\x15\x03\x38\x52\xe6\x34\x34\x64\xe2\x3c\xfd\x01\x77\x66\x74\x8f\x37\x5e\x10\x22\x33\xa9\x52\x20\x66\xea\x9f\xa2\xe3\x03\x17\x44\x55\xed\xf5\x03\xf9\x49\xbe\xc8\xe2\xc8\x6b\x67\xfb\x85\x45\xa6\xea\x92\x55\xfa\xfd\xc5\x54\xe3\x73\x15\x5d\x1f\x85\x4c\xcb\x30\x32\x32\x57\x32\xc0\x01\xb5\xbd\x8a\xee\x0f\x5c\xa6\x6a\xf7\xe4\x81\xeb\xf8\x9d\x2f\x70\x20\x19\xa9\x67\xf7\x87\x3b\x6b\x4d\x3c\x85\xba\xa1\x20\x5e\xc7\x5a\x74\x07\xc8\x87\x32\x92\x58\xf2\xc8\x68\xaf\xab\x38\xbc\xda\x04\x50\xeb\xc8\x38\xe0\xea\xf7\x49\xbe\xe2\x7e\x07\x94\x70\xdd\x94\x5f\x0e\x28\xdd\x3d\xfb\xf7\x05\x91\x70\xc8\x50\x14\x9b\xa9\x0f\xf8\x65\x7c\xcd\xd2\x81\xcc\x70\x5b\x2e\x0f\x54\x23\xb5\x65\xf1\x68\x04\x51\x53\x44\xa0\xaf\x6f\x0c\x2f\x07\x74\xee\xea\x55\x6b\xa0\x55\x83\xbc\xfc\x36\xcd\x10\x30\xa5\x45\xc6\xce\x03\xa1\xc0\xd5\x20\x76\x9e\x2c\x32\xf8\x1e\x48\x8e\x4a\xaf\x85\x41\x72\x54\x7d\xbd\x40\x72\x8e\xee\x12\xea\xa6\x78\xe4\xc1\xbb\xa1\xac\x8f\x1e\x08\x1e\x76\xed\x80\xa3\x23\x07\xff\xd5\xc6\x6d\x64\x92\x68\x8e\x4e\x9d\xaa\xf9\x85\x03\x36\x27\xe1\x09\x81\x2e\x2f\x46\xc3\x7b\x53\x9b\x41\xe4\xca\x48\x32\x38\x98\x4e\x25\x9e\x7b\x50\x89\xef\x72\xaf\x1e\x8c\x8c\xb1\x4f\xf8\x18\xf0\xaf\x9a\xd3\x0c\x5e\xf2\x16\x7f\x72\x37\x6b\x39\xe0\x66\xb2\xff\xff\x18\x2c\x20\xe9\x36\xca\xb7\x98\x33\x0e\x78\x1d\x5f\xf0\xa1\x6e\x9b\x37\x0b\x84\x8a\xd7\xba\x0f\xdc\xa5\x25\x0d\xff\x40\xc8\x8d\xa3\xa4\x0e\x88\x18\x55\x92\xed\xb1\xb3\x06\x9b\xde\xdf\x33\xde\xd7\x0a\xa1\xa4\x7f\xf7\x0a\xa0\x5a\x53\xf5\x12\x33\x53\xca\x9e\x88\x83\x16\x02\xbb\xfb\x0e\x58\x08\x1c\x9c\x7d\xec\x3c\x59\x65\x45\x3f\x68\x20\x30\x8b\x5a\x19\xe1\xfa\xe0\xa0\xe1\x52\x2b\x82\x62\x4b\xf6\x92\x1e\x48\xad\x4a\xaf\x36\xcd\x2a\xa6\x7d\xf8\xb1\x5c\x6b\xf4\x38\x78\x39\xb3\x01\xa0\x3e\xe0\xfd\x7b\x50\xd6\xce\xee\x12\x37\x1f\x4a\xdc\x39\x58\x40\x55\x16\xb0\x83\xf6\x04\x7b\x32\x0e\x78\xb2\x5e\x7c\xfb\xe4\x56\xd1\x32\x40\xbc\xb1\x67\xe3\x40\x41\x55\xa7\xec\x1d\x53\xda\x49\x4d\x32\xdb\x81\x54\xae\x6a\x2c\xa3\xe2\x7f\x35\xcb\x43\x41\x7f\x7b\x6b\x8e\x93\xab\xe0\x75\xe6\x9d\x57\x96\xdc\x8f\x25\xe0\xc8\xe8\x7e\x50\xc0\xf1\x0b\xb0\x36\x58\x06\x3c\x90\xd7\x65\xf3\xee\x81\x90\xa1\x6a\x1e\x77\x71\x1f\x18\x86\x6b\xad\x83\x26\x85\x3b\xaf\x1c\xb9\x70\x20\xf1\xeb\x75\xfa\xc1\x27\x65\x83\xf2\x01\x97\x94\xeb\xec\x1c\xbc\xf2\x4a\xda\xc9\xc1\xea\x4b\x2e\x3e\x76\xdc\x14\x2a\xdd\xc6\x79\xeb\x65\x82\x43\xaa\x1a\x42\x38\xa4\x5c\xf8\xe7\x80\x3c\xe5\x40\xe1\xe3\x46\xf9\x3e\x69\x96\xc7\xdd\xbf\xbf\x8a\x93\x58\x0e\x04\x0c\x95\xd7\x78\x10\x63\xe4\x1b\x3f\xe0\xbf\xda\xec\x00\x3d\xa6\xfc\x95\x5e\x47\xe3\xbd\x16\x41\x28\x78\xb8\x08\x1a\x91\x29\xee\x76\x49\x1d\xa8\x83\x6a\x93\xcf\xb1\x8c\x19\xd9\x0f\x50\x9a\xd7\x42\xca\xc3\x39\x79\x84\x0e\x9b\x91\x70\x80\x2a\xa8\xf1\xf5\xfd\xc5\x11\x85\x14\xc4\x17\xf9\xde\xc3\x03\xb6\x0e\x47\xd8\x9d\xa8\x7a\x6a\x8b\xf4\x89\xf2\x4a\xae\x0c\x74\xc2\xd4\xd1\x8a\xe6\x74\x6e\x60\x31\xc3\x6d\xac\x82\x8e\x95\x13\xc1\x45\xce\x17\x38\x37\x5e\x49\x59\xd4\xa6\x73\x27\xaa\x7d\xc0\x4b\xe8\x01\xb9\x7b\x8b\x3b\xbc\x30\x80\x3b\xbc\x11\xff\x14\xd4\xc6\x0d\x54\xe2\x50\x27\x82\xb1\x6d\x6a\x39\x57\x7d\x25\xad\xeb\x89\x60\x6c\x33\xd1\x13\x5e\xb9\xac\xab\x78\xcb\x39\xe5\xd5\xd8\x36\xf7\x40\x8b\x92\xd4\x9d\x13\xf2\x6a\xf2\x31\x73\xc2\x0f\x67\xb3\xc7\x89\xbb\x57\xcd\x45\xcf\xe5\x66\x13\x57\x3c\x23\x28\x25\x97\x9f\x9c\x3a\x67\xc4\x46\x90\xb7\xea\x5c\x56\x96\xe6\x07\xb0\x97\x8b\x5f\x9d\x91\x27\xb5\xf6\xe2\x89\xdb\x55\x7d\x5d\xeb\xc9\x60\x6c\xfb\x42\x4f\x56\x08\xf0\xd9\x7d\xb2\x42\x80\xe3\x96\x4f\x46\x67\x3b\x0e\xf9\xa4\xd9\xe5\xd5\xe6\xe1\xec\x95\x4f\xd4\x2c\x74\xfa\x9d\xf0\xc2\x59\x4b\x3f\x59\x44\xe0\xb5\x74\xbc\x82\xf5\xb5\x76\x2c\x1a\xe0\xd0\xe5\x33\xb1\xea\xaf\x26\x86\x22\x01\x76\xe4\x9d\x09\xc5\xba\x8c\x19\x94\x08\xb0\x56\x7f\x4e\x09\x3c\x59\xd1\x38\x59\x05\x55\x87\xc9\x99\xd7\x7d\x51\x6a\x53\xb2\x13\x66\x33\xef\xac\xd2\x1c\x51\xe4\xd4\xf1\x5d\x27\x8a\x9a\xea\xce\xfd\x72\x22\x5e\xdc\xa9\xfb\x27\x52\xed\x1c\x49\x7d\xa2\x1a\x80\x8b\x8b\x9d\xf0\xca\xd9\x4b\x77\x22\x5a\xbc\x1a\x21\xf0\xca\xf9\x38\x3e\xe1\x95\xd3\xa5\xff\xe5\x2c\xa0\x6d\xaf\x41\x81\xb8\x63\xd2\x5e\x4e\x35\x03\x50\x78\x7a\x9a\x74\xcb\xf1\xfd\xd5\xec\x17\x39\xcb\x5a\x77\x81\x08\x81\xdd\xaa\xfd\x49\xaf\x9a\xbd\xdc\x67\x45\xfd\x0a\x9d\xc7\x27\x8a\x09\x38\x50\xf3\xac\xf1\xfb\xab\x55\xe9\xda\xe7\xb2\x5b\x49\xbb\x3f\x11\x9f\xde\x4c\x37\xb8\x7f\x60\xbc\x06\xa0\xba\xd8\xfd\xe0\xc4\xac\x45\x25\x0c\xa4\xb2\xc1\xee\xac\x44\xab\x7b\xc4\xb2\x9b\x6c\x1a\x15\x69\x33\x19\xc6\x96\x9b\xfa\x51\xba\x49\x17\x84\x97\x13\x81\x55\x55\x36\xac\x13\x66\xaf\xda\xbd\xd0\xcb\xec\x65\xc6\xba\x44\x78\x2f\x55\xe3\x21\xef\x3e\x3b\xd9\x8c\x3b\x65\x32\x5e\xf1\x86\xe9\xb4\x4a\x88\xdd\x9f\xa8\xa5\x54\x75\xa4\x9d\x9d\x91\xc1\x46\xd5\x40\xee\xad\xb9\x2b\x2e\x04\xa8\xb2\x48\x9d\x83\x5b\xd0\x3d\x20\x5b\xaf\x56\x7f\xb0\xa0\xf4\x17\x6b\x08\x41\xc9\xd2\x48\x3e\x47\x4f\xde\xd4\x6f\x5e\xb7\xec\x62\x26\xda\x9d\x52\xba\xcf\x00\x16\xed\x37\x37\xda\x69\x20\x30\xd9\xef\xbc\x46\x4d\xf3\x46\x38\x95\x3d\x11\xe7\x4e\xf4\x7b\xfd\x76\xfa\xde\xb4\xc0\xf0\x84\x35\x4f\x8b\x77\x55\xd9\x53\x7b\x1e\x01\xe7\xa4\x3e\x38\x16\x62\xf4\x05\xe5\x5a\xe3\x81\x97\x57\xd9\x30\x77\x2e\xc3\x9c\x89\xec\x20\xcd\xb8\x0d\x29\x50\xf6\x85\x13\x86\xbb\xf2\xea\x91\x7e\x31\x4d\xf2\xe0\x1c\x0c\x22\x17\xdb\xbf\x83\xa8\xa5\x13\x9e\x08\xa6\xaa\x32\x1e\x9c\x94\x3a\xcd\xab\x58\x40\xc0\x9e\xdd\xf3\x24\x8f\xef\x3f\x72\x0f\x9d\xbc\x56\xb5\xfb\xdc\x5c\x0e\x2d\x89\xc1\xe7\xb5\x08\x58\x48\x44\x5c\x53\x6d\xfe\x62\xed\x4b\x81\x88\xa0\x71\x97\x04\x3c\x79\x0b\xaa\x24\xae\xf3\x5e\x8a\xb2\x7a\x40\x82\x9b\xe3\x24\xce\x9b\x23\x68\x11\x6e\x28\xce\xe6\x0c\xa8\x4a\x54\xcd\x4a\x6e\x1e\x52\x46\xea\x8d\x0a\xfd\xa6\xb4\x29\xc2\xa5\x17\x83\xe5\xfd\x4c\x76\xd2\x9e\x0f\x92\x65\xbc\xc3\xa6\x84\x96\x7c\x87\xf7\x89\xa8\xa3\x6a\xce\xf1\x1c\x88\xb0\x14\x04\x0f\x21\xfa\xe0\xe8\xda\x68\xc8\x12\x3f\xbd\x36\x4a\xe2\xa2\x8b\x8b\x57\x24\x05\x7f\x01\xba\x10\x0e\xae\x8d\xb6\x80\xec\x17\x56\xe0\xc3\xa7\xcd\x94\xff\x22\x5a\xbe\xe0\x5b\xaa\x52\x88\xae\xe5\x5b\x12\x69\x5e\xa8\x09\x50\xbb\x7b\x00\x69\xe9\x58\xbb\x56\x9c\x52\x51\x1b\xa4\x26\x4a\xb8\x10\xb7\xe4\xcb\x2a\x2f\x44\x7b\xfb\x06\xde\x0b\x9e\xa8\x3a\x3c\x1e\xa7\xa4\x19\x04\x6e\xcf\xea\x07\x38\x07\xa5\x45\x5e\x71\x4d\x49\x53\xa0\x8c\x24\x8b\xf0\xc5\x7b\x47\x6d\x4a\xbb\x56\x98\xd2\xab\x0b\x66\x14\x78\xd0\x88\x3c\x8d\xec\x2f\x18\x31\xe3\xdf\xe9\x86\xd0\x8e\xbf\x12\xc5\x7b\xed\xf0\x0b\x16\xc1\xe1\x54\xa0\x2b\xad\x2d\x27\xb0\xd2\xda\x01\x5a\x0a\x46\xfe\xd8\xb2\x73\xe1\x8e\x78\xab\x7e\x57\xe6\xe9\xe8\xc5\xca\x0b\x6e\x8d\xca\x9b\x41\x1d\x05\x76\x2d\x6f\x94\x76\xfe\xc5\xa2\x44\x76\x14\x5f\x08\xe9\x76\xa5\xf3\x0b\x45\x8a\x7c\x24\x5f\x14\x43\x64\x8a\xbe\xa6\xd8\x91\x86\x69\xb4\x50\x63\x6e\x7e\x01\xe8\x97\x2d\xfb\x62\x30\x50\xf6\x07\x94\xec\x9a\x5f\xa0\x20\x92\xdc\x03\x40\xd0\x3e\xbb\x2a\x91\xeb\x05\xac\x8b\x48\x35\x6f\x56\x89\xb4\xdc\x70\xa1\xe6\xa3\xcd\x6e\x57\xe5\x71\x69\xdc\x52\x4e\x18\x7e\x01\x11\x43\x52\xa2\x2f\x04\xcf\x6c\x46\xf5\x12\x0b\x0c\x35\x0d\x7b\xda\xcc\x17\xc5\x02\x59\xba\x2f\x96\x11\x77\x8a\xd4\xc5\x22\x46\x4e\x16\xba\x56\xd1\x22\x9d\xe9\x17\x0a\x8b\x9b\xe5\x5d\xcc\x16\x73\x12\xd5\x85\x12\x8d\x8e\xaf\xbe\x50\xa4\xc8\xd5\x6d\xae\x25\x25\x34\x7f\x40\x91\xce\xbb\x11\x55\x89\x7c\x5f\xee\x45\xa9\xc1\x78\x43\x41\x45\x57\xa5\xbf\x06\x19\xbb\xb7\xe7\x72\xa7\x79\x71\x06\x37\x93\x37\x34\xa3\x65\x5e\xbb\x6b\xf0\x08\x7f\x0d\x42\xa1\xcd\x3c\x81\x57\xb0\xbf\xf6\x1f\xe2\x63\xa6\xea\xf9\x83\xd3\xe8\x1a\x0b\xb1\x9a\xf5\x4e\x6d\xc3\x34\xbc\x13\xb1\x6e\xd3\x27\x25\x21\xe2\xda\xb9\x6f\x24\xdc\x5f\xfb\x82\x48\x88\x40\x01\x45\x2b\x82\x17\x62\xb2\x7d\x5b\xc6\xc5\xba\x41\xf6\x8f\x5e\x70\xdf\x15\x3b\xcc\x2f\xd6\x1a\xb7\x23\xf8\x3a\xb8\x7a\x02\x02\x51\xd8\x9b\xac\xd7\x17\x0e\xf9\x16\xdc\x23\x91\xa2\x69\x9e\x6b\x29\xd4\xc1\x49\x3b\x8d\xb9\x3d\x8c\x4b\x4d\xfa\xf1\x75\x32\x58\xaa\xf8\x01\xac\xac\x3e\x0d\x70\x35\x4f\x93\x4e\x75\x9d\x3c\x23\xbd\xfc\x17\xec\x65\x26\x59\x56\x11\xb2\xfd\xeb\xba\x80\x6a\x4f\x02\x11\xd3\x2d\xf8\xf7\x8a\xb6\xb0\xc2\xf4\x33\x8b\xa5\xd7\xc5\xa4\x3b\xf3\x8f\x8b\xee\x59\x13\x18\xae\x9b\xf4\xa5\x46\x17\xac\x4d\xaf\xa5\xb8\x58\x8f\x5c\x68\x59\xee\x39\xb3\x30\xb8\xe7\xec\x6f\xbf\x10\xef\x9c\x5c\x7e\xf0\x42\x72\xbd\xaf\xfc\xbe\xee\xb5\x74\x1a\x02\x0e\xbc\x61\x8a\xbe\x59\x0a\x50\x68\x61\x46\x9a\x89\x01\xb2\x8a\xa5\x9f\x8b\x55\x8a\xec\x76\xbd\x6e\xce\xc9\x6d\x04\xd8\x1b\x82\x75\x77\xba\x06\x78\x88\x66\xb7\x51\x80\xd6\x33\x98\xb2\x4a\xb2\xe5\xf4\xc2\xa5\x3a\xce\x1c\xbb\x1e\x02\xe8\xdf\x17\xd6\x35\xc3\x67\x31\x65\x7f\x41\x1b\x9f\x47\xb8\x10\xaf\x28\x88\x1f\x56\x69\x31\x44\xac\x87\xac\x75\xbc\x97\x77\x51\x2c\xf7\x86\x7d\xc9\xd9\x6b\x37\xb2\xfb\x1d\xa4\x7d\xe3\x7e\x48\xc7\x49\xdc\x1b\x65\x4a\xb1\x8d\x1b\xd2\x4f\x8b\xee\x00\xd4\x2c\xc6\x73\x6f\x54\x58\xc4\x07\x6e\x08\x3b\x2d\xba\xbd\xb8\x5b\xd7\x03\xde\xb4\xad\x1e\x50\xe0\xe8\x95\xdd\x76\x43\x7a\x69\x52\xa2\x6f\x48\x2f\x8e\x6c\xbd\x03\x41\xd2\xa4\xa7\xf4\x92\x36\x11\xca\xbd\xaa\x6f\x8b\x98\x6f\xe6\xdf\x9b\xdc\x6f\x5c\x4a\x63\x0f\xe9\xcd\xfb\x1d\x9d\xe6\x7a\x47\x44\x9f\x05\xbf\x30\x67\x69\x5d\xe2\x46\x48\xf4\x2b\x9f\xee\x46\xf1\x6c\xdf\xe9\x77\xc3\x18\x63\x87\xf7\xcd\x3b\x6a\x9c\xd5\x7a\x27\x5c\xaf\xb8\xf9\x85\xc2\x17\xd4\x63\xc2\xcd\x0e\xa2\xa6\x3b\xc1\x57\xd1\x3d\x02\x6d\xd4\x5e\x29\x78\x37\x6d\x4b\xb9\xe1\xcc\x6c\x32\x3d\xdc\xb8\xc0\xb1\xc9\xb6\x73\x67\xdc\x54\x6d\x90\x33\x58\xa5\xce\xd2\x9b\x89\x6a\x76\xd2\xdf\xcb\xfb\xa9\x3d\x7e\x67\x68\x79\xa6\x0d\x88\x31\xce\xac\xbd\x71\x81\x63\x93\x18\x73\xc3\x3a\xe2\xec\xfe\xbb\x50\xf4\x1e\x3f\x32\xcb\xdd\x85\xf0\x09\x83\x65\xd1\x8d\xe0\x2b\xf4\x62\x67\x3f\xa0\x6d\xd3\xa4\x57\x58\xc8\xa6\x18\xa2\x07\x7d\xea\x8b\x29\x05\x25\x87\xda\xde\x88\xf9\x69\x12\x1f\xef\x8a\xed\xe3\x0e\x2b\x67\x28\x8c\xd4\x45\x48\xfe\x80\x86\x3e\xc9\x3c\x77\x5b\xb4\xa8\x65\xc2\xd5\x8a\xaf\x75\x6e\x1c\xc2\x6d\x70\x19\xd3\x6a\xe3\x01\x24\xf5\xe3\xc6\xf5\x2c\x76\x82\xdd\x08\x20\xb6\x87\xf9\x86\x73\xd3\x55\x18\x6f\xe4\xe0\x8f\xcd\xbf\x23\x69\xa1\xbb\xbf\x0b\x4e\x2c\xbf\x7f\x63\xc7\xfb\x77\xe0\xcc\x94\xdc\xe9\x58\x90\x3c\x7c\x4f\x99\x2b\x6d\x9b\xdb\x10\xb1\x74\x7c\xdd\x28\x9b\xe4\x68\xae\x7b\x4a\x58\xc9\xee\xa0\xbb\xd3\xba\x2b\x24\xf7\xb5\xae\x7e\x80\x13\xd3\x41\x4f\x77\x87\x4d\xda\xcb\x04\xaf\xe3\xa6\xa3\xe1\x1e\xac\xe3\xae\x11\x07\x62\xe1\xcd\xa3\x28\x2c\x6d\xee\x90\x37\xbb\x74\x77\x48\x8f\x91\xda\x48\xc5\xf7\x3d\xf3\xf7\x1e\x09\x91\x90\x02\xcf\xe0\xeb\x62\xdd\x7b\x87\xb9\xc2\x51\x1b\xf7\x0e\x45\x56\x9a\xf0\x8d\xe8\xe2\xcd\xa4\xb5\x2f\xf2\x16\xde\x61\x74\x79\x25\x86\xde\x3b\x2f\x99\xd5\x42\xd1\xbb\xf8\x62\x6b\x3b\x18\xa3\x0e\xa0\x1b\x46\x97\xf0\xda\x31\x2b\x98\x58\xc7\xf8\x0d\xa3\x8a\x9d\x46\xf7\x01\xef\x82\x59\x2d\xbd\x85\xe6\xfe\x47\x07\xed\xf8\xfd\x41\x10\x34\xed\x83\x0a\x98\x84\xbe\x1b\xb7\x25\x5a\x0f\xb9\x51\x87\xb1\x39\x54\xe8\x46\x7d\xa3\xe6\x0d\x03\xf9\x6a\xf3\xb6\x3f\x21\xc1\x15\xb7\x71\x66\x3a\xd4\xfc\x46\x8e\x5a\x70\xda\xe6\x7d\x2e\x72\x71\x97\xa4\x60\x21\xf2\xe2\x6a\x0a\xd3\x0c\x25\x76\xbc\xd5\x4d\xd3\x8b\xa3\x91\xee\x6b\xc5\xfe\xa9\x0d\x89\xcb\x14\x7a\x2d\x3c\x08\x86\x6b\x01\xe5\x31\x20\x05\x1a\x2f\xd7\x02\xd2\x40\xe1\x8a\x56\x7f\x80\x02\xd4\x36\x70\xde\x37\xce\x59\x59\x4e\x6e\xb8\xef\x9a\xcc\x82\x37\xe2\xa1\x6c\xc3\xbb\x79\x75\xa1\x5d\x94\x37\xf2\xc7\x5e\x77\x3d\xdf\x37\x64\x61\xef\x12\xb8\xd7\x7c\xdb\xc3\xfd\x70\x44\x75\x00\xef\x9a\x0b\xf2\xdf\x0f\x98\xa1\xec\xa9\x37\x82\xa1\xec\x4d\xbf\x99\x40\x66\x46\xf5\x60\xa5\xab\xdb\xcc\x5c\xf5\x14\x90\xee\xdf\x9b\x5f\x80\x35\xdf\x5b\xe4\x41\x15\x05\xcf\x88\xde\x38\x07\xfc\xdc\x28\x09\xd9\xaa\x3b\xa4\xfb\xe1\xd3\x7e\x36\xda\xd8\x7e\x76\x1b\xc4\x03\xdf\x9d\xdd\xca\xcf\x46\x4f\x97\xb6\xf0\xb3\x01\x21\x92\xf4\x1f\x94\x4e\xda\x74\xda\x3c\xf0\xd5\xbd\x2e\xc0\x7c\x50\x4b\xe9\x95\x30\xfc\x30\xf6\xcb\x11\x48\x0f\x22\x9b\xed\xda\x7e\x70\x7b\x8a\xb9\xc8\x43\xf1\x4c\x26\x91\x07\xb1\x60\xdb\xf0\xef\x93\xcc\x1c\xec\xff\xb0\x1a\xb6\x43\xd8\x1e\xb8\xf3\x5c\x0b\xec\x41\x35\x6c\xd7\x64\x78\x28\xce\xc9\xa2\xf2\x30\x0c\xda\x73\x0e\x48\xf2\xdf\xfc\x3d\x42\xe0\x25\xf7\x3f\x08\x46\x73\x35\xb2\x07\x37\x20\x5a\xc5\x7f\x02\x4f\x2f\x01\xb8\x2e\x40\xd4\x56\x7b\x50\xa9\x60\x14\x0f\x70\x13\x45\x86\xe8\x01\x59\x69\x46\x31\x40\x7d\xd2\xef\x71\x6d\x5e\x0d\x11\x69\x0f\x2f\x7e\x40\x66\xed\x65\xc0\x05\xe1\xf6\x37\x3e\xac\x5c\x20\xc6\xfa\xac\x8a\xdf\x9a\x54\x24\xaf\x96\xa0\xfe\xe0\x32\x16\xe7\xa6\x3c\x11\xbb\xbd\x79\x00\xee\xf6\xe0\x11\xc0\x92\x64\x6c\x79\x18\x43\xfd\x02\x9a\xce\x3c\x09\xc1\x4f\x42\xb2\x8a\xf8\xc7\x93\xe8\xc9\xd6\xac\xe1\xca\x7b\xa5\xa8\x3e\x48\xb1\xb3\x7e\xfe\x20\xc5\xae\x35\xb7\x91\xea\x6b\x69\xee\x41\x3d\xcd\x57\x86\xf2\x03\x67\x9f\x6d\x0e\x4f\xa2\x21\x54\x0c\xe3\x41\x3d\xf0\x91\x3d\x24\x43\x10\x8c\x16\xb8\xfb\x5e\x49\xd2\x0f\xfc\x7d\xce\x51\x7d\xf2\x5a\x09\x75\x91\x71\x3b\xbc\xc9\x87\x05\xa2\x1c\x50\xf7\x64\x4e\x43\x40\xc1\xf6\x66\x87\xfa\x03\x53\x9b\xf3\x29\x9f\xbc\x0e\x24\xbf\x00\x1e\x61\x82\x2f\x0b\x46\x61\xba\x10\x46\xa1\xa1\xcc\x13\xcc\x97\xc5\x3f\xbc\xc6\xd0\x51\x3f\xcf\x12\x4c\xa5\xc0\x3c\x05\xd4\xd0\xdd\x26\xe7\x35\x66\x61\x8c\x6b\xd5\x30\x80\x5c\x64\x8e\x7d\x2a\xa9\xc1\x78\x43\xcd\x29\xc7\x70\x3f\xb8\xd2\xc5\xf9\xf8\x0f\x7c\x7c\xcd\x61\x84\x0f\xa2\xf8\x5e\x59\xd5\x0f\x53\xe9\xc6\xf0\x18\xd0\x04\xbb\xbf\x80\x79\xb6\xb8\xcd\x3b\x15\x34\x4b\xd4\x9c\xb2\xa6\xf9\xa0\xba\xc2\xe6\x85\xa9\x10\x99\xbc\xf6\x15\x73\x32\xda\x98\x39\xf7\xc2\x33\x24\x63\xfb\xe7\x9e\xc6\xdb\xc1\x04\x20\x04\xe5\xe6\x6b\xfb\x1f\x58\x07\x9b\xe9\x11\xf7\xbb\xf8\xa6\xa8\x87\xe5\x19\x1c\x61\xf7\x34\x84\x32\x49\x7d\x7e\xda\xce\x17\xdc\x03\x28\x3c\xfb\x83\x45\xe1\x5a\xa8\x46\xe6\x63\xf6\x49\x61\x58\x02\xd0\x03\x61\xd8\xf9\x34\x0f\xaa\x55\x39\x5c\xe3\xa1\xf9\x51\x0a\xc6\xd3\x39\x87\xf6\xa3\x03\x08\x21\x83\xdd\x3c\x81\x11\x83\xe6\xdd\x34\x55\x4a\x61\x7b\x50\xf8\xaa\x0d\x03\x33\x48\x04\x9a\x1f\xaa\x8d\x36\x9f\x16\xb0\x5c\x0e\xaf\x39\x2f\x3c\x97\x98\xf3\x20\x40\x30\x38\x73\xfe\x81\x03\xb4\x39\x1a\xf4\x41\xaa\x80\xa3\x96\x1e\x38\x40\x9b\x94\xd4\x07\x99\x03\x21\xbb\x9d\x70\xed\xa9\x3a\x64\xe2\x80\x23\xe4\x1e\x88\xea\xbe\x01\xed\x19\x9c\x93\x3f\xc0\xde\x1a\x1e\xf0\xe4\x1c\xfd\x60\xc1\x2c\x2c\xa1\xba\xba\x6d\x26\x0f\x65\x79\x13\x32\xfc\xa9\xae\xfa\xf8\xec\x8b\xee\xd4\xe3\xbe\xf6\x92\xbf\xe0\x31\x6e\xb4\xec\x04\x52\x43\xee\x03\xaa\xb6\x7f\x87\x86\xb3\xb9\x47\x32\x04\xe9\xee\xcf\xce\x28\x00\x1f\xb3\x3b\x76\xcf\xf0\x0b\x0c\xac\x70\xfb\x21\x08\x1a\x12\xe5\x29\x1c\x2c\xfa\x1c\x38\xa7\x4d\x98\x90\xf4\x93\x8b\x26\x3c\x07\xf7\xbb\x56\xe6\x58\x5c\x4c\x43\x20\x10\x30\x78\xa9\x61\x3a\xf5\xc5\xc3\x0f\x44\x7d\x87\x63\x3f\x30\x9d\xda\x0d\xfd\x9c\x44\x9b\xcc\x03\x0f\xc2\xf8\x6c\x90\x7e\xce\xc5\xdb\xfd\x80\x1b\x58\x06\x84\x87\xb5\x4e\x1d\x35\xf7\x40\xf8\x6f\xf6\x41\x3c\x34\xb6\x76\xb7\x2f\x04\xa5\xa9\x07\x08\xea\xbe\xcf\xf5\x81\x0f\xd5\x35\x40\x1f\xe4\x1d\xa4\x57\xfb\xc2\xfb\x02\xe9\x42\xa4\x91\x44\xd4\x07\x52\xb9\x75\xdb\x07\x1e\xd5\x57\x95\x85\x87\x75\x1e\x1c\x5b\xfc\x20\xac\xce\xd7\xcf\x3d\xf7\x9a\xa4\xf0\x76\xaf\x49\xfa\x0d\xda\x10\xcc\x09\x6f\xca\xc1\x5a\x19\xde\x18\x5e\x92\x5f\xb8\xd8\x85\x70\x0f\x51\xbe\x7b\x2d\x20\xca\x3b\xe3\xf7\x61\xda\x9f\xc3\xce\x1e\x5e\x06\xe3\xd0\xd5\x07\x91\x72\x0e\xce\x7b\x78\x39\x8c\x43\x9a\x1e\x48\xf3\xbe\x1c\xeb\x79\xc8\x5c\x65\x77\x78\xa6\xf4\x9e\xfb\xab\x07\xee\x54\x4f\x9c\x95\x4a\x7d\x00\xa0\x52\xa9\xae\x11\xa8\x1b\x2b\x8f\xea\xea\xa2\xba\xb1\xfa\xba\x42\x61\xea\xb6\x5c\xb3\xd5\x0f\xe6\x5e\x57\x16\x7d\xdd\x70\xf7\x8b\x22\xb7\xea\x86\x8a\x11\xaa\x29\x5c\xb7\x00\xf6\x54\x34\x24\x2f\xf8\x56\x85\x87\xba\x05\x1e\xf6\xd5\x0f\x0a\x7a\x10\x4c\x81\x39\x5f\x45\x6d\xf2\x86\xcf\xda\xd4\x2d\xf0\x46\xaf\xea\x31\x07\x7a\x70\x8f\xd4\xf3\x93\xbb\x04\xe2\x82\x7b\x80\x8c\x1f\x3c\x04\x82\x9a\x3e\x67\x52\xdd\x58\xa9\xab\x64\x8d\x00\xfb\xa7\xea\xa7\xd6\x2d\x72\xf5\xdd\x5e\x34\xfa\x93\xa0\xec\xba\xf1\xae\x42\xe9\x41\x75\x43\xea\x87\x1c\xb7\x75\x43\xa9\x52\x55\x6a\xaa\x1b\x0a\x52\x54\xe3\x10\xd2\xb2\xd2\xd1\xeb\x16\x89\x00\xc1\x8f\xe0\x38\x65\x9c\xd6\x2d\x72\xfe\x5a\x14\x56\x05\x53\xf4\x50\xdd\x90\x80\x28\xbf\x51\xdd\x70\x41\x78\x37\x82\x70\x6f\xa1\x4b\x91\xd4\x0d\xc6\xd6\xaa\x92\x6c\x75\x9b\xc2\x6f\xee\x51\x20\x66\x0a\x5c\x59\x84\x03\x41\x55\xf5\x5c\xea\x86\x8b\x06\x7b\x72\x3b\xa1\xed\x0e\x80\x83\xa8\x11\x97\xd3\xb8\xba\x43\x6e\xfb\x2c\x20\x79\x75\x60\x32\xed\x65\xc2\x24\x34\xc1\x89\xbc\x25\xad\x2a\x73\x4f\x14\x53\x5c\x37\xdc\xc7\xdd\xdd\x86\x24\x2b\x9f\x4d\xdd\xe8\x45\x56\xf4\x5e\xdd\x90\x8c\x32\xbc\x10\xcc\x45\x51\xa5\xa8\xba\xc1\x8d\x9c\x4d\xbb\x10\x64\xfb\xab\x4d\x10\x05\x12\x4b\x42\x14\x4d\xb2\x70\xbb\xe9\xfd\xca\xed\xa6\x95\xad\x8b\x5b\x6a\x40\xc8\xb1\xca\x04\xae\x5b\x25\x5a\xfd\x01\x98\xa7\x71\x30\xa5\xd8\x38\x0c\x70\x25\x8b\x30\x03\x40\x45\x08\xdd\x7e\x57\x37\xd6\x04\xf3\x0c\x2a\x67\x20\x88\x51\x93\xbe\x7b\xfb\xc2\x85\xad\xbc\x8f\xba\xb1\x26\xfd\x26\x94\x41\x8a\x55\x65\x84\xba\xb1\x6a\x6a\x53\xff\x6d\xe1\x5c\x10\x36\x14\x07\x34\xbf\x80\xd0\xfa\xee\x80\x9a\x61\xd1\x0c\x1a\x4f\x76\x33\x39\x54\x77\xe8\x66\x0f\x9d\xbc\xbb\x88\xf6\x20\x53\xf6\xd7\x07\x40\x9a\xd9\x41\x47\x48\x4d\xd1\x90\x4c\x34\x51\x28\x79\xdd\x3a\x69\xb3\x88\xba\x71\xe9\xa0\x0a\x01\xd7\x8d\x77\x0e\x7a\xc7\x77\x60\x2d\x8b\x74\x3b\x72\xbd\xba\xb0\x86\xf2\x10\xdd\xfb\x6f\x19\x70\x4d\x28\xbc\x53\xb0\x18\x26\xdc\x29\xd8\x4d\xaa\x74\x89\x17\x0f\x49\x97\xf8\x26\x90\x78\xe9\x60\x35\xa9\x8c\x35\x09\xe1\x09\x19\xa7\xdd\x6c\x68\x10\x68\x4d\x72\xdd\xde\x5d\x0d\x03\x6d\x25\xaf\x2f\x98\xe8\xac\x1e\xa7\xe4\x98\x5e\xa7\xcd\xb2\x02\x9b\x1c\x11\x79\x57\xcc\x56\x96\xe4\xe8\xa5\xd8\x69\x94\x7b\x75\x01\x9b\x59\x13\x0c\x3b\xc8\xe3\x35\x24\x0d\x44\x66\x34\x10\x2d\x93\x4f\x30\x58\x89\x83\xa9\xe3\xa0\x3a\xeb\x69\x32\x07\xb6\x9a\x75\x1d\x11\x4a\x8f\x86\x44\x85\xd6\x6e\x12\x47\x4d\xfc\x6e\x62\x38\x70\xe2\x19\xaf\x07\x0a\x75\x98\x82\x59\x90\xa2\xf8\x88\x44\x46\x49\x37\x45\xf3\xc6\xc1\xf4\x7a\x01\x75\x33\xda\x4f\x8a\xc7\xd5\x0d\x1e\xfa\x6e\x4a\x39\xa8\x92\x79\x8b\xb2\x2e\x5a\xf1\x01\x7b\x92\xad\xbd\x1e\xa0\x8e\x9f\xa5\x00\x54\xab\xe8\xa6\xad\x13\x3a\x87\x91\x7e\x2e\xa4\x6b\x4c\x46\xf2\xbd\x8e\x07\x14\x35\x53\xa9\xcb\xba\xc1\x23\xdf\xbd\xa3\xae\x25\x36\x68\x88\x8b\x7b\x50\x3b\xe2\x22\x8e\xdc\xa6\x01\xd9\x8c\x0a\xf5\xf0\x37\xe3\xec\x5a\x20\x08\x26\x58\x98\x15\x8e\x58\xb7\x6b\x91\xb3\x61\xa2\xe8\xea\x36\x2a\xca\x9a\x55\xdd\x94\x11\xd5\x01\x0c\xcc\xdd\x9c\xeb\x5e\x78\x55\x07\xcb\x83\x2f\x34\x2e\x0b\x73\xd5\x24\x6e\x10\xaf\xb9\x3b\x45\xdd\xe6\xdf\xd7\xd2\xa9\x47\x5e\x8f\x6d\xb6\x40\x31\xb5\x69\x84\x07\xc1\x5a\xde\x2d\x0f\x21\x10\xc8\xb0\x40\xbf\x76\xf0\xb3\x98\x82\x46\xa4\x0b\xfe\x75\x04\x3e\xa8\xf0\xe5\x13\x0c\xe1\x84\xaf\x75\xa2\xd0\x6a\xd1\x89\x05\x66\xcb\xeb\x01\xed\x49\x12\x25\x02\xea\xe9\xfb\xa0\x0f\xc8\xef\x95\x2f\xa1\x06\x5e\xa8\xad\x5a\x39\x35\xc0\x6a\xec\x75\x0a\x1b\xa8\xb1\xfa\x03\xee\xa7\xe6\x07\x70\xba\x88\xdb\x06\x14\x56\x33\x8f\x08\x1b\xf5\x85\x17\x08\x04\x5a\xa7\x60\xd8\xb8\xf4\xfa\x82\x11\x8b\x4a\x94\xa9\x21\xc0\x86\x6a\x18\x28\xe5\x0a\xf1\x21\x30\x51\x40\x98\x0e\x61\x01\x29\x34\x04\x12\x70\xf6\x27\x30\xcc\x79\xda\xc8\x39\x0e\xc9\x6d\xaa\x03\xc5\x0f\x48\x1d\xd9\x40\x3c\xe0\xa6\x9a\x45\x44\x9c\x8c\xb8\x6d\xa0\x58\x2b\xf2\x0b\x71\x61\x5a\x78\x88\xa0\x47\x51\x7c\x40\x9a\x46\x17\xb3\x0d\x2b\x2b\xa3\xfa\x05\xc6\xf2\xbc\xba\x84\x38\x20\x92\x0f\x09\x20\x78\xf1\x13\xcf\x31\x77\x89\x7b\x8f\xba\x28\x34\x30\xe5\xa2\x18\x86\x95\x72\xe1\xe5\x4f\xd0\xc3\xc5\xac\x42\xa2\x41\xdc\x8b\x05\x43\x6d\xab\xd9\x6f\x00\xa8\x26\x3c\xa0\x44\x6d\xef\xfe\x1d\x4a\x90\xd1\x90\x20\x95\x69\x1b\x06\x5e\xd3\xa8\x0c\x9d\x1a\x28\xdc\x76\xcd\x2a\x73\x12\xfe\x7d\x4d\xc2\x3d\xd0\x89\x27\x66\x14\x32\x31\xed\x1e\x70\xeb\xbc\xd7\x36\xaf\x49\x09\x66\x0a\xbb\x9e\x24\x62\x0d\xbc\xf3\x03\x2f\xce\xee\x1e\x91\xa7\x80\xbf\x47\xcd\x6e\x9d\x0a\x01\x89\x19\x7d\xa8\x3f\x84\x1e\xbc\x68\x09\x16\x56\x25\xdb\xd6\x50\x18\x49\x58\x7f\x52\x3f\xae\x06\xca\xb5\x43\xa3\xf1\xb2\x24\xa5\x0c\xd5\x50\x51\xc5\xcf\xe0\x54\x0a\x02\xc2\x47\x5d\x47\x92\xe0\x47\x56\x75\x1f\x7e\x01\x17\xf8\x05\xff\x0e\xc6\x15\x3d\x00\xf8\xd2\x10\x7e\x2a\xb7\xb8\x29\x13\x85\xca\x86\x29\xb7\x12\x64\x11\x05\x04\x55\xf3\xe2\x80\x9c\xea\x3e\xb4\xc6\xac\x63\x56\x4c\xb9\xb0\xb6\xf6\xae\x29\x35\x10\xc5\xf0\xef\x9c\x81\x3b\xac\x98\x81\xdb\x20\x89\xae\x19\x2c\xeb\xac\xc9\x94\x71\x09\xc9\x6b\xde\x16\x47\xf0\x10\xe4\xb5\xe6\x84\x0d\x93\x0c\x6e\x33\xef\xcb\x8c\x0e\x95\xcf\x5e\xbc\x14\x16\x52\x39\x72\x6a\x80\x01\x74\x48\x73\x0c\xbc\x6e\x49\xf6\xa3\x1a\x78\x5b\xb6\x65\xe3\x00\xd1\xd5\xca\x78\x40\x30\xe7\x26\x69\x2a\xc0\xe0\x39\x36\xff\x9e\xd1\xf6\xef\x15\x6d\x4d\x92\x81\x9b\xd5\x5b\x63\x20\xef\xd3\xcc\x1b\x06\xce\x3e\x44\x09\x83\x20\xfb\xf7\xb5\xf2\x42\xf4\x58\x58\xf2\x90\xd4\x20\x24\xc1\x85\x9d\xda\x6d\x57\x9f\x3b\xaf\xca\x52\x9f\x2b\x58\xc1\x98\xdf\x21\x11\x49\xca\x0c\x2b\x38\xa1\xf8\x8b\xc9\xee\x6d\x58\x09\x3b\x4d\x33\x26\x50\x64\x88\x0c\x49\x95\x01\xb1\x9e\x63\x73\x8f\xf4\xdd\x1a\xd1\x08\xfe\x1c\xb2\xfe\x04\xc4\x7a\xbe\x58\x0a\x13\x99\xa5\xed\x86\x55\x97\xc5\x6c\xee\xa0\x3b\xd9\xf4\x84\xd8\xcf\xe1\xa5\x3b\x78\xf7\x84\x37\x21\x44\x49\x99\xc7\x6b\x38\xe9\x39\xf4\x36\x46\x62\xb2\x6e\x88\xaf\x01\x82\xa3\xea\x09\xd6\x80\x7a\xba\x9b\x61\x44\x2c\xc3\x08\x6e\x0f\xb4\x85\xd6\x93\x10\x09\x42\xd4\x59\x51\xbc\x5f\x0d\x27\x91\x24\x00\x11\x3a\x3a\xcc\x15\x58\x5c\xd7\xc4\x75\xad\x75\x13\x80\x17\xed\xc8\x3e\x8f\xae\x85\x66\x3f\xa0\x2a\x66\x5e\x76\x2d\x6a\x11\x9a\x58\xba\xb6\x98\x57\xde\x8c\x65\xf3\x19\x86\x50\x83\x21\x35\x27\x30\x72\x33\x99\x9b\x23\x55\x78\x98\x3a\x6e\x4a\x0b\x66\xcf\xf7\x5a\x3c\xad\x36\x6f\x17\x28\x66\x27\x4c\xfe\xad\xde\xba\x28\x4f\xbb\x99\x24\x21\xfb\x0d\x2f\xde\x92\xfd\x3c\x8f\x87\x40\xf8\x03\xf0\x82\x57\x07\x1d\x04\xe6\x0e\xb0\x38\xe6\xd9\x0f\x16\x43\xf6\x98\x80\xcc\x92\x61\x96\x8c\x60\x03\xdd\x26\x59\x03\xcc\x97\x43\x7a\x51\x84\x60\xa8\x6b\x5e\x6a\x64\xe1\x17\xc5\xca\xd4\xc8\x9b\x05\xea\xf6\x93\x1a\x3d\x35\x6e\x3c\x42\x9a\xfb\xa3\xed\x43\x47\x40\x64\xac\x40\x76\xff\x98\x80\x58\x55\x44\x6c\x80\xb2\x0c\x6a\x44\x1e\x8b\x57\x2d\x06\x14\x08\xf6\xf7\x01\x89\x66\xdd\x6d\x1a\x6b\xb2\xda\x48\x42\x90\x4c\x18\x91\xd5\x32\x92\x7f\x2f\xa4\x2c\x0f\x80\x52\x72\xc5\x1f\xec\x50\x61\x3c\x00\xb6\x43\xf2\xef\x27\x11\xe4\x1e\xaf\xef\xaf\xda\xb4\xc4\x31\x60\x09\x92\xdb\xb8\x38\x4a\x92\x71\x64\x20\xa8\x7c\x14\x35\x42\x64\x1c\xc9\x2f\x30\xa4\x43\x27\x4c\x8c\xb4\x83\x4b\x31\x8b\x91\xc9\xca\xfe\xa2\xb1\x4b\x8d\x19\x69\xbe\x7f\x7d\x01\x3a\x4a\x6e\x1f\xfc\xc2\x5d\x10\x6a\x2d\x24\xcc\x99\x55\xbb\x25\x26\x10\x4e\x76\x9b\xe1\x49\x3a\x9a\x23\x2e\x35\x78\x01\x0d\x99\x32\x35\x23\x9a\x95\x71\xa2\x5f\xa0\xad\xd1\x4b\x99\x0e\xe8\xf0\x7e\x81\x67\x88\x44\xc0\x88\x68\xd3\xa4\x28\xab\x1a\x91\xc9\x5b\xdd\x86\xc5\x34\x1b\x68\x18\x4c\x87\xcc\x0e\x91\x37\x3d\xa9\x96\x4e\x8d\x4c\xb4\xb1\xb1\x24\xd2\xf7\xaf\xc0\x8e\x1a\x99\x79\x63\xe3\x48\x9c\x52\x65\x6c\xaf\x2e\xfa\xf7\x57\x7d\x61\x16\x35\x77\x55\x97\xb8\x46\x08\x91\x4a\xa1\xae\x91\xb7\x47\xd9\x32\x11\x79\x39\xf8\x6b\x44\xac\x84\x04\xe1\xc8\xaa\x71\x8a\x36\xa8\xb1\xd0\x60\x29\xe9\x3c\xb2\x9e\x4f\xf5\x2c\xa6\xe0\x19\x6d\x9e\x88\x85\xb3\x12\xcf\x8f\x90\x44\xad\x21\xc4\xb2\x66\x29\x4c\xb1\xa2\x8f\x78\x63\x2c\x4c\xb6\xf4\xb6\x28\xd8\x16\xa6\x6a\x86\xb9\xca\x31\x5e\x63\xe1\x34\x34\x44\x25\x01\x09\x4f\xcc\xf5\xa9\x46\x2c\xcc\xac\xc3\x88\xe3\x75\xe3\xd5\x88\xaa\x38\xc8\x64\x0b\x88\x34\x83\x56\x03\xbd\xea\xe2\x7a\x48\xa6\xad\xea\x28\x8c\xf0\xe6\x07\x03\xdd\xb8\xb1\x24\xe7\xc4\x46\xc7\x89\x60\x68\x5c\x4c\x7f\x40\xe5\xac\xfb\x03\xfa\xfe\xbc\x16\xb8\xf2\x7c\x48\x92\x8a\xcc\xf8\x95\xb3\xbe\x46\x5c\x79\x3e\x8a\xdb\x08\x1b\xf5\x2c\xe1\xbc\xaf\xde\x05\x70\xd6\xcb\x1d\x5e\x23\x0c\xab\xc3\x3b\x9b\x81\xac\x06\x00\xd7\x7f\xba\x10\x49\x8d\xb8\x69\x4a\xd7\xbc\xd5\x88\xc2\xba\xb6\x36\xc4\xc1\xd0\x59\xa3\x6d\x4a\x8f\xc9\x67\x52\xa4\xf4\x68\xea\x62\x39\x1d\x93\x02\xa5\x49\x33\x40\x16\xc9\xed\x7e\x1f\xf5\x2b\xbc\x4b\x07\xb5\x72\x43\x08\x23\xe8\xf0\x32\x21\xd0\x35\x6f\xdb\x8f\x8e\xa0\x01\x59\x58\x67\x74\x64\x5e\xb1\xd4\xe7\xb8\xf3\x54\xef\x7e\x80\x22\x7f\x26\xc4\x29\x04\x96\xcd\x27\xcc\xc1\xeb\x5b\xf4\xfb\xc1\x13\x51\x02\x51\x3c\x18\xd8\x2b\xf0\x59\xeb\xd6\x44\xc2\xe2\x34\x2f\xde\x89\xa4\xde\xe1\x25\x3a\xe8\xdf\xd5\x7c\x71\xdb\xd4\x30\x51\xa1\xb2\xde\x30\x2b\x5d\x4e\x6b\x93\x29\x6c\x87\x43\x66\x8b\x48\x11\xd0\x08\x45\x16\xf0\xf0\x0a\x51\x04\x94\x7a\x1f\x29\x02\x36\xf7\x87\xd3\xa1\xb9\x3f\x10\xb1\x64\xd2\x08\x07\x76\x7a\xf5\x7f\x73\x86\x9a\x01\x82\x59\x87\x77\xe2\x92\x09\xf5\x01\x4c\x93\xc3\x44\xce\xfb\x16\xcc\x7f\x50\x16\xd7\xfa\x45\xbc\x48\x72\x02\x78\xc9\x94\x5e\x55\x94\xae\xa9\x16\x94\x22\x8a\xf9\x0d\x73\x13\x64\x17\x0d\x13\x1d\x92\x8b\x94\xb9\x50\xe3\xb5\x76\xb2\x1f\x1c\xd8\x47\x9e\x02\x71\x20\x32\xb8\x80\x03\xb3\x06\xde\xae\xd0\xdc\x66\x1d\x37\xb7\x17\x15\x08\x42\x54\xc6\xcd\x96\x6c\x6e\x94\xa9\xb0\x60\x81\x4b\x39\xc7\xab\x43\xe0\xd4\x07\x2c\xec\x90\xc3\xdf\xd3\x5d\x5e\x2d\xdb\xc1\x5d\x6e\x4b\x52\x7c\x28\x9c\x49\x29\x8b\xc8\x0d\x1a\x3e\x70\xe9\x3e\x37\xce\x50\x45\x77\xf3\x71\xb9\x9c\xe3\x5e\xf7\x15\xdb\x6a\xa4\xa0\xd2\x4c\x32\x6f\xa1\xb8\x29\x42\x4d\x10\x2f\x75\x03\x7b\x4d\x1b\x29\x7b\xa8\xbd\x18\xb0\x1f\xf0\xa4\xd2\x71\x99\x36\xc6\x46\xb8\x47\x90\xb2\xe4\xcb\xc4\x52\x33\xd5\x6d\x3a\xae\xab\x3b\xa0\xa4\x23\x91\x39\x51\x02\x15\x9a\xd2\x46\xed\x5a\xbb\x23\x2d\x43\xa4\xb6\x43\x0a\xc8\x25\xd0\x7e\x4d\x74\xc8\xab\x96\x53\x4d\xcb\x12\x29\x96\x97\x56\x3a\x51\xf5\x1b\xd0\x03\x9b\xc7\x80\xe5\x3c\x68\xf5\x13\xf3\x85\x24\x56\xa4\xc8\x2d\xec\x76\x87\xa5\x52\x98\x8c\x83\x30\x68\xc8\x65\x37\x14\xc5\x27\x88\x78\xdb\xf0\x0b\x3c\x89\x92\x5f\x78\x60\xae\x12\xa6\x12\xc5\x08\xf1\xe1\x94\xb8\xeb\xb4\xc9\xd2\xb2\x13\xca\xde\x92\x78\x25\x82\x2d\xd1\x29\xa1\xf8\x59\x77\x9f\x73\xd7\xa8\x72\x60\x4d\x30\x03\x9a\xd5\x25\x44\x67\x36\xb7\x97\x19\xd0\x88\xca\x94\x02\x8c\x88\xbc\x60\x50\x97\x30\xe3\xd9\xbf\x9b\x32\x37\x9e\x51\x95\x69\xd3\x91\x5d\x2b\xb1\x30\xaf\x81\x86\x1d\x4f\x09\x05\x35\x65\x1a\x7d\x7f\x74\xd1\x6a\x4d\x99\xfb\x54\x10\xa3\x5c\x8b\xa2\x71\x6a\xe2\xa5\x09\xd5\x38\x28\x4c\x78\x90\x99\x2b\x2d\xf1\x2c\xf9\x13\x18\x0a\x5f\x6d\x04\xad\xbf\xda\x9d\x1f\xb8\x07\x1e\xa9\x62\x16\x89\xd1\x9d\xf6\x16\x25\xc8\x67\x0a\xff\xac\xa9\x52\x0f\x6a\x7e\x40\x66\x20\x06\x97\x6a\xc3\x39\x28\x2c\xc1\x8b\xad\x8b\xaa\x6a\x42\x49\xc5\x61\xfa\x82\x35\x70\xbc\x7e\x67\x68\x80\xd7\xb6\x2e\x02\x14\xa6\x50\x74\x51\xf5\x0b\x6b\x6a\xd4\x29\x64\x06\x48\x8d\xe6\x16\x81\xd4\x78\x10\x9a\x42\x1b\x95\xfc\xe1\x37\x70\x12\x9a\x38\x5a\x03\x57\x77\x8f\x0b\x73\x82\x12\xd7\xab\x47\x73\xac\x29\xd0\x25\xdd\x8d\x52\xd3\xba\x1b\xd4\xec\xa2\x91\x5d\x78\x53\x2c\x7b\x9f\x64\xe5\x84\xb2\x8c\x3e\x7a\x52\xa7\xa9\xc2\x98\xe9\xf4\x18\x69\x8c\xbe\xa6\xa5\x31\x78\x43\xbb\x0d\xf4\x89\x55\x16\xb3\xbb\x24\xee\xfd\xc1\xda\xfc\x5a\x0c\x5c\x8e\x60\x03\x5e\xea\xdc\x77\xfe\x1d\x44\x6b\x12\x1c\xf4\xd0\x7a\xdf\xb1\xba\xb2\xd7\x8a\xd7\x71\xf9\x00\x4d\xcc\xfe\xb6\xbb\x26\x51\x0c\xd4\x69\x93\x06\xcb\x22\x69\x96\x4b\xec\xf3\x36\x1b\xdc\xa8\x9e\x15\x2a\x25\x66\x33\xe2\xe5\xfb\xf6\xde\x1f\x84\x5a\x68\x81\xef\x7b\x48\xcf\x49\xbc\x8c\x54\x9a\x52\x82\x2f\x7c\x98\x13\xe0\xb2\x85\x61\x46\xc0\x04\x29\x5b\xe4\x13\x5c\xe1\xd5\x73\xe0\x1d\x5f\x36\x3f\x24\x44\x59\x0e\x33\x40\x14\xa9\xb1\xf9\x24\xc1\x04\x19\x5f\x1d\xcc\x39\x2a\xc3\xa6\x26\x5a\x20\x5f\xdf\x83\xbc\x5e\x10\x72\x8f\xe8\x0c\x4e\xb4\x38\x4a\x1d\x48\x0c\xa1\xf4\x89\x0a\x47\xf8\x30\xf1\xa1\xee\x73\x33\x92\x0f\x1e\xd9\x86\xe8\xb8\xa7\xb8\x2b\xdb\x6f\x3a\x37\xb4\x35\x03\x16\x46\xb4\x23\x26\x21\x84\xd2\x0e\xd4\x34\xa5\xd1\xb2\xf9\xa4\x3a\x49\x08\xd2\xf4\xd2\x94\x46\xcb\xe6\x2d\xc4\x08\x4a\x3b\x26\xd2\x14\x3f\x8b\x92\x6f\x6b\x5a\xe2\xa4\x24\xe8\x74\x32\xed\x48\xed\x29\x4e\xa6\xcd\xb4\x77\x51\x03\xb6\x1c\x31\xe5\xc9\xa2\x44\xd6\x9a\x2e\x9e\xd0\x12\xf2\xd3\x85\xf8\x00\x89\xe0\x69\x8a\x7f\xc9\xae\x8b\xc4\xc2\x86\x92\xa5\xd2\x45\xd1\xc7\x72\xc6\x4d\xa1\xc0\x2b\x07\x79\x2f\x98\x91\xdc\x09\x20\x08\x6d\x37\xc3\xbb\xbc\x87\x6f\xce\xda\x1d\x60\xcf\x3a\xce\x28\x21\x60\x32\xbd\x76\xf9\xcd\xa4\xc7\x1f\xb9\x83\xd2\xc3\xd3\xdb\x5b\xfa\x59\x38\x10\x92\x1e\x56\xe5\x74\x1b\xee\x7f\x6f\xb7\x87\xeb\xe6\x76\x83\xa9\xcd\xcc\xf4\x21\xd2\x3e\x33\xc8\x1b\x3e\x08\x6e\x53\x1a\xe8\x7e\xc0\x1d\x2e\xf2\xcf\x48\xd4\x76\xb8\x4b\xde\x1e\xf4\xf0\x41\x62\x0e\x64\x43\x3a\xa6\x32\xcc\x7b\xc3\x9a\x44\x0e\x40\x73\xf0\x0b\xf9\xfb\xab\x29\x0f\xbb\xe6\xc0\x49\x0c\xb5\x1b\xde\xaf\x6a\x77\x76\xe8\x07\x10\x07\xbb\xdb\x3c\xfc\xc5\x5b\x33\xca\xce\x0c\x5d\x4e\x50\xf3\xca\xe5\x11\x67\xcb\x08\x46\x1c\xba\x9d\xa0\xe6\x48\xc1\x49\x8c\x2a\x47\x62\xca\x5f\x74\xb4\xdd\x25\x79\xe3\xf0\x83\x45\x1c\x9a\x07\x2a\x57\xab\x94\x41\xcd\x53\x9a\x4b\xba\x38\xa4\x66\x86\x1f\xaa\x4c\x49\xcd\x4c\xde\xb1\xfb\x24\x27\xec\x5b\x31\xc7\xcc\x64\xef\xfc\x7a\x40\x20\x35\x04\x7c\xbc\x0e\xac\xcb\xb4\xc7\x65\xaf\x77\x5a\xd5\xff\xd4\x66\x68\x92\x17\x07\xf6\x36\x15\xe8\xa9\x99\xc9\xdb\xf6\xaf\xe4\x0c\x66\xe4\x21\x32\x0d\xec\xb2\x8e\xe4\x82\x1b\x39\xc5\x19\x32\xa3\x05\xb3\x31\x59\x48\xe5\xf2\x36\xe4\xc2\xc3\xb4\xfb\x01\x6e\x09\xdd\xdc\xa6\xeb\x5a\x67\x65\x2e\x8c\x62\x11\xcf\xcc\xcb\x96\x55\xfc\xe0\x62\xd8\x80\x50\x55\xd6\x4c\xd5\x69\xa5\x0f\x5e\xd8\xaf\xe4\xa2\x12\xae\x73\x5d\x70\x6a\x26\x95\x84\x29\x28\x2a\xac\x08\xd1\x1f\x50\xce\x30\x61\x56\xec\x15\x59\x15\x32\x8d\x57\x2a\x12\x53\x73\x23\x19\xca\x13\x94\x1b\x16\x34\xfa\x05\xc4\x6c\x88\xe1\xe4\xb6\x9c\x53\x82\x09\xb9\x28\xd6\x10\x72\x5b\x98\xf1\x0b\x0b\x11\xea\x02\x69\xd5\x0e\x03\xc9\x9d\x87\x41\xf1\x83\xc6\x2f\xb4\x60\x1d\xa4\x1f\xfd\xc2\x5a\x72\x21\x82\xf6\xa8\xec\x2d\x3b\x02\xbb\x10\xb2\x59\xc0\xae\xf9\x0b\xf0\x04\x31\xef\x3c\x45\x93\xb2\x99\x27\xa0\x22\x73\x7a\x7d\x4f\x32\x94\xd2\x98\x07\x42\x46\xab\x3b\x64\xb9\x51\xc1\xcc\x5b\x9b\x1c\xdc\x9b\x29\x68\xd8\x36\x99\x77\x2e\xaf\x0e\x98\x0c\x6f\x66\xf0\x5a\xec\x84\x49\x93\x5a\x92\x85\xec\x0d\x79\xe7\x29\x29\x91\x2d\xef\x38\x2f\xa4\xb7\x66\xd8\xad\xec\x40\xcd\x4c\xcf\xc8\xa6\x20\x64\x5a\xab\xb6\x6e\xcd\x3b\x8f\x55\xc1\x88\xaa\xcd\xcd\x2c\x05\x31\x77\xcd\xfb\x9f\x89\xd8\x36\x9f\xe7\x83\xe5\x7b\x04\xc1\x94\x2d\xca\x96\x7e\x92\xa8\x5a\xf3\x01\xb3\x5a\xf4\x68\x94\x6c\x24\x8a\x67\x5c\x25\xea\xd3\x25\x9f\x38\xc3\xa5\x7f\xe4\x75\x9f\x84\xa4\xbf\x7c\x02\x85\xc9\x1f\x60\x07\x49\x2b\xca\x27\x55\xe2\xea\x1e\x76\x1e\xa8\xc2\x00\x6a\x2c\x37\x6f\xa9\x13\xd1\x68\x52\xf4\xf3\x2a\x77\x67\xca\xba\xd6\x3a\x0b\x05\x14\x34\x24\xaf\x65\x1a\xaa\x3c\x24\x0d\x55\xd6\xe3\xf3\xb5\xe8\xdf\x5d\x82\xfe\xa5\x98\xe5\x29\x89\x94\xcd\x7b\xee\x46\xf4\xbf\x49\x8d\x72\x85\x8f\x4c\x96\xa8\x69\xe6\xc2\x37\x35\xb9\xe1\x1e\x48\x5a\xc2\xd3\x4d\x3c\x09\x24\x18\xa2\xac\x76\xe5\x9b\x7c\xdd\x7c\xe2\x06\xa7\x91\x04\x98\x1f\xee\x48\x7f\xf1\x04\xf4\x28\xac\x3c\xc0\x8a\xb9\xc0\x83\xa3\xc6\x84\xf3\x90\x2b\x18\xd1\x14\x35\x24\x11\xe6\x87\x0a\x8f\x45\x8b\x07\x58\x91\xec\x92\x1f\x72\x22\x53\xcb\x73\xcd\x17\x7c\xba\xc1\x12\xe5\x28\xd7\xfc\x70\xcb\xea\x2c\x2a\x1b\xe4\x5c\x89\x22\x65\x79\x3e\x65\x65\x2d\xbc\xd0\x49\xa5\x46\x6a\xd9\x40\x6f\x3a\x59\xca\xb6\xba\xd4\x83\x65\x07\x92\xde\x56\xc2\x5a\x1b\x3f\xa0\x5f\x65\xf8\x13\xac\xbe\x0e\xc0\xc2\x5b\x30\xec\xf9\x2e\xbc\x05\x43\xd7\x0e\xd7\x12\xb0\x8f\x8a\xdb\x98\xf8\x6b\x88\x9b\x63\x36\x3d\xe0\xd9\x24\xf6\x57\xa6\xbc\xd2\x9c\x16\x50\x22\x28\x4a\x47\x53\x89\x58\x2d\x9d\x76\x85\x95\x84\x6d\xda\x2c\x91\xe7\x84\x84\xe1\x12\xb1\x3a\x86\x31\x82\x31\xe8\x6c\x2b\x91\x26\x75\xf7\x78\x13\x24\x3f\x40\xc2\xb7\x27\x91\xd6\x62\xa8\x07\xda\xa2\x54\xf7\xa8\x16\x0a\x27\x62\x66\x25\x81\xa8\xc5\xc2\x4b\x02\x62\x45\xf4\x85\x96\x29\x89\x79\x85\x57\xa8\xdb\x8e\x54\x90\x59\x6c\x4b\x41\x41\x95\xe0\xfa\xea\xf0\x81\xe3\x59\x73\xe4\xed\x9c\x36\xb1\x94\xbc\x16\x7b\xe8\x01\x04\x2a\xed\x92\x92\x17\x51\x0b\x86\x4c\x18\xb5\x30\xcc\xb6\x70\x40\x55\xc9\x58\x5b\x71\x9b\x92\xc9\x9f\x3c\x24\xf4\x22\xaf\xec\x72\x0d\x4a\x5c\x2e\x70\x0d\x5a\xc8\x28\xcb\xf6\x24\x51\xb5\x14\x02\x2d\x1e\x5f\x0a\x88\x5c\x0c\xac\x14\xe2\x59\x2b\x03\xd3\x93\x2a\x8d\xd5\x52\x38\x07\xb7\x21\xb9\x8a\xbd\x95\x82\x29\x34\xf7\x0f\x09\xaf\xfa\x77\x1e\xf7\x12\xcf\x4a\x5d\xcc\x45\x30\x23\xfd\xa2\x18\x29\x94\x9c\x4c\x7c\xc8\x11\x8e\x3f\xba\x64\xb5\x96\xba\xd6\xc0\xbd\x1f\x44\x80\x70\x0a\x33\x95\x93\x6a\x0a\x32\x80\xab\x09\xaf\x81\xb7\x79\x0d\xa6\x94\x15\xad\x1e\x97\x06\x6f\x98\x09\xad\xa1\xb6\x80\x78\x63\x69\x40\x98\xec\x6c\x85\x97\x65\x35\x93\xc9\xf2\x10\x4a\xfc\x2c\x9d\xda\xad\x44\xf9\xd2\xd7\xa2\x09\xc6\xbe\x58\xbe\xb0\x8a\xea\x35\xe6\x8e\xa5\xf3\xfe\x04\xe1\x0c\xb9\x13\x3e\x19\x4b\x5f\x40\x68\x16\x9d\x89\xd2\x1e\x12\xb2\x83\x3b\x98\x42\x59\x52\x3d\x83\x5a\xe0\x23\xb4\xa8\x59\x06\xe5\x72\x89\x75\x65\x50\xbb\x88\xfe\x02\xe5\x6e\xbc\x9f\x98\x1a\xa1\xfa\x9f\xb5\xe0\x2a\x4d\xfb\x37\xca\x00\x53\x31\x17\x42\x8c\x99\xee\xa0\xaf\x65\xa5\x4a\x78\x43\x0e\x1c\x5b\xee\x60\x5f\xbb\xc3\x0f\xe8\xfe\x55\x8f\x4b\x68\x93\x6d\xa4\xec\xbc\xab\x59\x43\xd0\x1c\x24\x25\xab\x2c\xa1\x4d\x0a\x4d\xd9\xb9\xd8\xee\x80\x30\xbb\x0d\x4d\xc2\xeb\x02\xf3\x8e\x5d\xd8\x65\x89\x68\xc3\x23\x92\x31\x0a\xe4\x83\x97\xed\xb9\x4d\xbe\x68\x4e\xba\xbc\x93\x3a\x39\xcb\x41\x2d\x40\x02\x45\x61\x8d\x62\x6b\x16\xe5\x00\xeb\x94\x90\x53\x10\xb4\xd6\x9a\x77\x20\x1c\x9a\x16\x6e\x0b\xfd\x95\x9b\xc7\x64\xae\x9f\x66\x79\x90\xbd\xfb\x84\xe1\xdd\x61\xcd\xd4\x70\x42\x60\x30\x9f\x62\x50\x5b\xf5\x62\x9e\x38\x93\xbc\xc9\x69\x64\x32\xdf\x42\x9a\xae\x3d\x92\x85\x36\x26\xaf\xfd\x49\xb5\x3e\x79\x84\x41\x10\xfc\x05\x0c\x63\xe6\xd6\x27\xce\x28\xf3\xa1\x73\x4d\xc2\x43\x22\xab\x4a\x36\xf6\x72\x91\x51\xbd\x1e\x80\x33\x78\xdf\x5e\xdc\xa6\xc6\x3c\xef\x84\xaf\x5e\x7e\x08\x83\x96\xd4\xca\xc5\x3d\x60\x91\xe3\x82\xcc\x6f\x8a\xbd\x40\x4f\xde\x23\xbc\xec\x53\xa9\xed\xb5\x20\x0c\xce\x72\x53\x99\xd2\x62\x48\x56\x0a\xcb\x8d\x6b\x4a\x3c\x4d\x08\x87\x8e\xb7\x2a\x28\x60\x68\xc9\xac\x20\x3d\x22\x1a\x4d\x88\x81\x6b\x86\x08\x69\xbe\xaf\x73\x15\xc2\x63\xf0\x96\x81\xac\xe8\x8b\xbf\x6a\xa1\xac\xe8\x39\x3f\x6b\xe9\x05\xc1\xc3\x95\x32\x48\xa8\xb8\x93\x2c\x66\x3d\x40\x82\x65\x28\xb8\x25\x9b\x0a\xa6\xd5\xba\x41\xf9\x16\x8b\xad\xa8\x89\x63\x33\x6f\xdd\x40\x5c\xaf\xf6\x5a\xa8\xac\x07\xa8\xea\x28\x39\xae\x6e\xf4\x1a\x54\xb5\xb9\x43\x92\x5f\x18\x18\xf1\x47\x9a\x50\xdd\x20\x2d\x0d\x83\x47\xdb\x7c\x53\x9b\x07\x80\xb8\x79\xc5\x6d\x17\xaa\xcf\x50\x2b\xca\xe3\x6c\xf2\x38\x54\x94\xbf\xb1\xfe\x5b\x03\x8e\xa4\xd7\xef\x30\xec\x89\x6d\x55\xdc\x6d\xe1\x12\xdb\xb5\x52\xa6\xf4\x80\xbc\x22\xde\x4a\x7a\xc5\x25\xa0\x9b\x55\xe6\x1a\x28\x0d\x09\x01\x91\xf7\xa4\x69\x0e\x91\x3a\xba\xb4\xb7\xba\x82\xd8\xb4\x83\x2b\x8b\x33\x5b\x8b\xaf\x11\xc5\x63\x9a\xbb\x28\xff\x1f\x63\x57\x72\x36\x3d\xab\x2b\x53\x39\x21\xb4\x99\x04\x9b\x3f\x17\x8f\xf9\x87\x70\x1f\x57\xe9\xab\xf2\xdd\xbd\x4b\x77\xdb\x20\x40\x88\x42\x23\x92\x66\x8b\xa8\x92\x54\xbb\xcf\x40\xe6\x3e\x8d\x22\xab\x86\xba\xcb\xc5\x0f\xfc\x03\x4f\xb9\xea\x2e\x18\x4a\x31\x4d\xc3\x49\x66\x34\x95\x17\xd6\x46\x53\x5f\x88\xc0\x4c\x03\xe6\xc1\x8c\x50\x79\x63\x9c\xfe\x61\xfb\xef\x7f\xd3\xd1\x1b\xa3\x32\xcf\xcf\xf4\x0f\x90\x6c\x3a\xdc\x47\x0d\x52\xed\x1f\x72\x18\xa2\xba\xd2\xf7\x4a\xd2\x73\xbc\xd0\x35\x94\xf0\x7c\x0c\x94\x36\x5d\x1f\x1a\xde\x83\x70\x93\xe8\x1b\x0c\x24\x36\x48\x1b\xed\xdd\x93\x9b\x47\x0d\x3d\x5d\xd1\xad\x64\xc0\x2d\xce\xd6\xa1\xf1\x42\xdd\xbe\x69\x4f\x8f\xc6\x23\x45\xe7\xde\x68\x5c\x2b\xe9\x12\x46\x63\x80\xb9\xe4\xc6\x78\xb1\x6e\xdf\xcc\x82\xb4\xd2\xfa\x1a\x3b\xa0\x1b\xb4\xc7\xe2\x68\xb9\x34\x26\x82\x17\x9d\xe6\x3e\x30\x4c\x9d\x21\xa3\x27\x0f\x6a\x98\x44\xbf\xde\x07\x1d\x51\x2d\xde\x37\x34\xa3\xfa\x8e\x38\x3a\xb6\xb5\x27\xb6\x53\x81\x60\x1e\x05\xba\xf5\xe5\x7c\x00\xdd\x5a\xb7\x38\x3a\x49\x52\x0f\xcc\x99\xa3\xac\xb8\x63\x30\xd8\xd8\x7e\x97\xe3\x45\xbb\xdd\x26\xab\xc1\xc2\x18\xb6\x2b\x8c\xc1\xb9\x17\xff\x0c\x6e\x6e\xff\x8f\x2b\xa6\xd9\x07\x7a\x44\x1f\x63\x83\x09\xb1\xc3\x5b\x77\xd0\xca\xf6\xf9\x02\x6e\x73\x9e\x36\xb8\xcd\x39\x1c\x79\xbc\x88\xb8\x6f\x5e\xa9\x80\x8b\xad\xd9\x31\x11\xb1\x28\x8c\xce\x41\xbb\x01\x24\xf0\xd3\xe1\x3d\x82\x1c\xbe\xf9\x0b\x94\xc4\xd7\xdd\x6b\xd0\xab\x4e\xa9\xec\xc6\x88\x93\x5f\x68\xda\x22\x4f\x6b\x37\xf1\xf0\x0d\x0d\x13\x7e\x74\xa1\xdc\x73\x63\xb0\x3a\x9e\x50\xce\x98\x15\xc3\xd2\x30\x26\x26\xda\x44\x41\x73\xa9\xec\x27\x63\x40\x71\xb9\x79\x29\x27\x38\xfa\xd3\x21\xf1\xa8\xce\xe2\x31\xc1\x1c\x9e\x86\x45\x8a\xa4\x82\x18\x08\x38\xb6\xde\x65\x2c\x82\xbb\xee\x1f\x70\x58\x7f\x3e\x08\x38\xbb\xf8\x7f\x92\xf4\x97\xc4\x3d\x63\x2c\x32\xb7\xe8\x5f\xe0\x65\xa1\xb8\xc1\xec\xda\xbe\x19\x8d\x1d\xc7\xaa\x85\xe5\x4e\x67\x77\x3f\x43\x61\x62\xc7\xd4\x81\x4a\x73\xd6\xc3\x0e\x66\x94\xf1\xb9\xcb\xf0\x0a\xa5\x07\x1c\x03\x09\x64\x7c\xc7\x1e\x0c\x0b\x56\x3e\xc1\x31\x0e\xc4\x5a\x5a\xb2\xa5\x8a\xd2\xbc\x0a\x73\xa8\xd1\xef\x48\xb0\xeb\x55\x3b\x30\x45\xa6\xe9\xc0\xaa\xe9\x62\x33\x0e\x1e\x09\x3e\x9d\xa1\xb7\x54\x5a\xce\x31\x60\x2f\x55\x35\x9d\x31\x5e\x6c\x3b\x9b\xe5\xf9\x49\x58\x68\xb1\x04\xac\xbb\x09\x41\x0d\x40\xd9\xcd\xdb\x09\xc9\x26\xab\xfd\x05\x06\x23\x7d\x3d\x68\x60\x59\x97\xdf\x1c\xe3\x24\xcd\x7e\xe6\x6e\xf0\xa0\x68\x40\x35\xc4\x1f\x67\x56\xc3\xd6\x27\x57\xe3\x1b\xea\xf4\xc5\xa6\x7d\xf3\x17\xf0\x8f\xb3\x8a\x6f\x40\x2d\xb9\x7d\xde\xcf\x79\xd2\xbc\x5c\xc8\xd8\xfa\x79\x86\xf6\xd9\x20\xe4\x4a\x76\x12\x7f\xdd\x10\x23\x9f\x67\x50\x20\xb4\x3c\x98\x3a\xdb\xd1\x5f\x03\x06\x53\xbb\x3c\x0d\xe6\x8a\x34\xa4\x1f\xf4\xa8\xb3\xcf\xf1\x60\xa5\x0f\x23\xf0\xf1\xa0\x4f\x43\x06\x1a\x49\x3f\xff\x57\xc0\x18\xd1\x44\x97\x39\x69\xe3\xc6\xd3\xf1\xbd\x06\xf9\x04\x9e\x45\x22\x4a\xb3\x59\x77\x31\x1e\xa2\x65\xb7\x87\x1c\x05\x3e\x05\x5f\x28\x3b\x1d\x71\x37\x10\xce\x51\x3f\xed\x43\x41\xed\x83\x18\x5a\xcd\x8f\x40\x40\x25\x37\x7b\x61\x07\xab\xd6\xeb\x20\x8f\x5f\x6e\xa0\xa5\x1f\xea\x7f\xff\x6b\x9b\xb4\x17\xf1\xeb\x9c\x32\x7f\x41\xf8\x51\xfd\x06\x22\x50\x24\x8b\x83\x81\xbd\xc3\x1f\x1c\xb8\x1c\x9a\x84\x0b\x69\xa5\xa6\x9e\x81\x98\xa6\x9f\x71\x24\x0a\x31\xc5\x46\x21\xe7\x0e\x36\x16\xd9\x91\x5c\x89\x2d\x6b\x3c\xe8\x19\xfe\xb6\x9f\x16\xc8\x38\x43\xcf\x81\x0c\x97\xa2\x90\x51\xbf\x61\x12\x37\x90\xbc\xfc\xcc\xfd\x53\xfd\x03\x72\xd4\x6e\xee\x01\x7b\xbe\x9a\x02\x04\xfd\xba\x01\x86\x70\xf8\x06\x12\x25\x91\x86\xc6\x50\xa8\xfe\x68\xfe\x04\xb6\x37\x0f\xf2\xc5\xa6\xf5\x33\x0b\x2f\x34\xad\x3e\xf1\xa2\x30\xad\xb5\xbf\x4f\xe7\x29\x3d\x83\x44\x6d\xf0\xc8\xd4\x8c\x22\xb9\xe6\xac\x6a\x4c\x2f\xee\xac\xc6\x5b\x91\xe6\x5f\x09\xdf\x80\x86\x75\xfb\x3c\x83\xd7\x75\xac\x07\x34\xac\xb6\xf6\x06\x60\x69\x9f\x7f\x72\x92\x0b\xa6\x69\xd4\x46\x8b\x9a\x3b\xd5\xad\x81\x4d\x3c\x5f\x84\xa8\x52\xb3\x45\xe3\xc5\x56\x5b\x21\x18\xff\xeb\x1b\x47\x34\xd2\xaf\x19\xc8\x6c\x37\xda\xcc\xd1\x52\xae\xfa\x0b\x68\xc5\x24\xea\x23\x21\xe7\xe6\x26\x78\x60\x0d\x37\x81\x58\x4f\xcf\x7a\x43\x0c\xbb\xff\xa7\x42\x56\x32\x2e\x90\xed\x66\x7a\x14\xb0\x56\xdb\xf3\x3b\x52\x1d\xab\xeb\x42\xf4\x5c\x15\x7f\x31\x60\xd7\xf0\x17\x10\x8a\x82\x04\xd1\x91\xb6\xe2\xf3\x7e\x92\xac\x31\x10\xa2\x9a\xb1\x3a\x93\xc5\xe8\xff\x01\x11\x29\x98\x14\xb0\x5c\x3b\xc0\x3d\x10\x45\xec\x5c\x31\xc1\xc2\x6c\x9f\xff\xe1\x6f\xaf\xfb\x7d\x0c\x1c\x1c\xdd\xef\xe7\x66\xf3\x0f\x30\x37\x49\x2b\x1e\x03\x51\x3d\x56\xac\x07\x0a\xb5\xa9\x20\xc1\x08\xe2\x4f\x9d\x8f\x11\x1b\x5c\x1f\xfc\x0c\x3d\x8c\x30\x40\x04\xaf\xfb\x5a\x94\xe0\x24\x5b\x08\xc2\x6b\xd0\x5e\x5f\xc1\xd2\xcc\xd6\xf9\x06\x74\xb8\x2a\x8c\x38\x82\x76\x70\xd5\xec\x1d\x11\x00\x09\x32\xa1\x04\x12\xe6\xd8\x90\x18\x2f\x1a\xad\x36\x61\xc7\x4c\x90\xa0\x16\xb3\x24\x8c\x67\x61\xf2\x80\x16\xee\x8f\x89\xa3\xc7\x42\x8c\x09\xca\xdd\x05\xe1\xa7\xa5\xde\x3c\xf0\x2c\x12\x27\x49\x74\x7b\xb9\xe3\xfc\x42\x62\x04\x91\x80\xb4\x89\xb6\x66\xc5\x62\x0e\x42\xef\xa8\xc4\xa7\xba\x50\x45\x96\x5e\x5e\x7e\x83\xc9\xf5\xd5\x07\x33\x29\xfa\xce\x16\xd0\x02\xfb\x80\x8d\x95\x87\xbe\xc8\x5c\xbc\x1b\x78\x71\x60\xbc\xff\x88\xda\x95\x40\xc4\x7d\x40\x3b\xe9\xb5\x40\xae\xc5\x22\x84\x17\x48\xad\x68\x9d\x6c\xec\x90\x2c\x02\xd1\x01\x27\xc1\xcf\xda\xee\x54\xa0\x7a\xc7\xec\x10\x2c\x16\xd5\x3b\x67\x5e\x63\x40\xda\x43\xc7\x68\x06\xb3\xdd\x58\xfb\x1e\x47\x4e\xa4\xba\x38\xa8\x03\x13\xa2\x8b\x03\x77\x11\x6f\xda\x03\x98\xd1\x72\xe5\xa0\x58\xf0\xb6\xcf\x0a\xca\xfe\x00\xc2\xda\xc7\x03\x61\xef\x70\x8f\xa0\xd9\x6b\xfb\xc2\xde\xd9\xbc\x67\x52\x85\x6b\xf1\xca\x7a\xc9\x82\x77\x01\xb7\x40\xa7\xa7\x09\x26\xb8\x09\x0b\x9e\x93\xee\x28\xba\x2b\xc7\x09\x68\xfe\x73\x8b\x14\xd8\xde\x03\xd0\xe1\x6e\x9f\x0f\xa8\x65\xf3\x4a\x9d\xc9\x0b\xee\x14\xe9\x5e\xc3\xcf\x90\x6d\xf1\xa7\x94\x71\x01\xa7\x42\x6b\x66\x02\x4e\x85\xd6\xbd\x06\x9c\x0a\xbb\x05\xe3\x95\xdc\xae\x39\x84\x53\xa1\x6f\x98\x01\x4c\xed\x70\xe1\x80\x76\xb7\x7d\xce\x93\x6b\xc2\x57\xd3\x1f\x2c\xbe\xa0\x39\xa3\x17\xe2\xf0\x33\xef\xbd\x52\x40\x04\x33\xb6\xdb\xff\x29\x2e\x5c\xda\x0c\x00\x2f\xce\x80\x26\x99\x71\xd2\x1f\x1c\x71\x43\xbf\xe0\x2d\x7b\x83\xb3\x2c\x46\xee\xdc\xa1\x1a\x25\xbc\x05\x9c\x93\x21\x88\xc2\x8d\xef\x6e\xc8\x15\x4f\xe3\x4d\x0a\x34\x06\x38\x0f\x6c\x1e\x53\x2a\x84\x2d\x4c\x9f\x0d\xda\x2a\x35\xc0\x38\x16\x5f\x8b\x03\x25\x6e\x3e\x87\xe6\xc3\xea\xc3\xfe\x3f\xeb\x4e\xe9\x99\x43\x30\xef\x3e\xf4\xb9\xf0\x89\xf2\xe4\xc4\x6b\xda\x5e\x5c\x1e\xd6\xed\xc7\xc3\x58\x09\x77\x01\x17\x09\x67\x48\x88\x07\x2a\x59\x4b\x25\xb8\x17\xf8\x1e\x3a\x01\xbc\x9b\xed\xa8\xf3\x87\xcb\xb2\x06\x35\x51\xf3\xa6\xa8\xc7\x09\x1d\x74\xe9\x6e\xa0\x43\xa7\xf7\x6f\xa1\x27\x83\x50\x94\x33\x7a\xcc\x8d\xdc\xa7\x06\x89\x92\x7d\x57\x98\xd0\xf2\xda\xe5\x75\x22\xe9\xa3\xb2\xde\x8e\xb9\x71\x7b\xe9\x32\x3d\x99\xe5\xdc\xd7\xf1\x89\x0a\x7c\xc3\x99\x29\x26\x71\xf0\x74\x9f\xb4\xeb\x68\xed\x26\xd4\xbe\xf6\x3e\x9e\x74\x8d\x94\x34\x9f\x0c\x4c\xf6\x85\x7e\xb2\xc8\x4d\x33\xd5\x05\xec\x35\xfd\x8c\xf8\x1d\xad\xc4\x84\x6b\xc1\x36\xdd\x22\x31\x5a\x31\x09\x04\x3c\x9e\xb9\xc2\x8b\xa7\xb6\xdd\xac\xd8\x02\x1e\x77\xa5\xa4\x92\x15\x6f\x22\x74\xd9\xd0\x78\xd6\xac\x91\xa4\xe7\x05\xfd\xbb\xba\xac\xdc\xa6\x26\xb2\x66\x9d\x57\x3d\x03\xac\x7f\x1a\xa4\xea\x72\xf9\x87\xa4\x51\x4d\x36\x60\x1c\x29\x67\x26\xe2\x60\x9c\x07\x6b\x36\xba\x81\x6b\x0c\x0d\xf9\xbf\xc3\xcf\x50\xa6\x2f\x3f\x53\x0f\xe2\xd5\x27\x3a\x9e\x6e\x10\xf1\x44\xc3\xff\xf3\xd2\xb4\x4c\x01\x15\xb4\x3a\x62\x26\x53\x3d\x2a\x67\xf1\x98\xf0\x56\x50\x0e\xf2\x31\x1b\xb9\x45\x63\x62\xea\x47\x9d\xdc\x93\xfa\x59\x7f\xdf\xa1\xdc\x31\x89\x9d\xf9\x69\x34\x8b\xcc\x69\x2e\xe0\x38\x7b\x8e\x49\x83\xec\xdc\xe7\xcb\x3d\x52\xa1\xdb\xdd\x04\xb9\x4b\x2b\x49\x57\x4f\x47\x4d\xcd\x9e\x59\x6b\xf5\x7c\x61\x9f\xfb\x19\x0b\xe5\x69\x1b\x38\xa8\xbd\xf2\x08\x92\x79\xd9\xf5\x0f\x27\xd0\x4c\xdf\x03\x6f\x8f\x91\x7c\x21\x72\x82\xc0\x40\x0a\x8a\xf9\x62\xd7\x5e\xa4\x36\x9f\xc1\xfb\xbb\xae\xeb\x33\xa8\x4d\xf2\x33\xc4\xb7\x39\x2d\x75\xad\x5e\x68\xf8\x1f\xb8\x64\xfe\x98\xac\x5a\xac\x02\x15\x63\x22\xe4\x25\x94\x54\x79\xcc\x17\xdd\xf6\x22\x85\xf1\x0c\x88\x78\x2f\x1c\x6a\xed\x38\x56\x6d\x22\xe0\x25\xa6\xe5\x08\x55\xad\x1e\x26\x03\x5e\x1c\xe0\x34\x27\x12\xfb\x7a\xc7\xcd\x41\x31\xe1\x17\xb8\xb2\x3a\x56\xe6\xbc\x40\x93\x98\xe3\x85\xb7\xe1\xac\xa0\x73\x92\x46\xbd\x4f\xe5\xab\x9d\x5f\x27\xb0\xab\x2f\x4e\x73\xe1\x60\x34\x2f\xad\xc1\x0f\x44\x02\xc3\x9a\xbd\x78\xf0\x4f\xd8\x3e\xcf\x39\x6d\xfe\x01\xfb\xc3\xc2\x71\x91\x24\x35\xf8\x02\xd3\x5e\x64\x3c\x98\x74\x2a\xf5\x6d\x73\x02\x99\xda\xfd\x67\xb2\x86\xb2\xf3\xd5\xcc\x3d\xb9\xc1\x4d\x8c\xff\xfe\xf7\x49\xed\x38\x19\xae\x62\xc1\xb4\x4f\xdc\x5f\xfd\x7f\x72\x87\x46\xbd\x93\x66\x93\xc0\x5b\x83\x90\xe9\xdc\x59\xe8\x42\x2d\x12\xec\xca\xe2\x31\x51\xde\xc7\x4e\x18\x33\xa1\xae\x2e\xfa\x93\x50\xd7\xe2\x9a\xd5\x12\x9d\x7a\x78\xbe\x58\xb7\x17\xcf\x3b\xa0\xee\x67\x16\x00\x65\x8b\x99\xeb\xd8\xf1\xec\x0e\x0e\x36\xa8\x41\x66\x66\x47\x8d\x91\x48\xd5\xe9\x93\x26\x3c\x4d\xed\xa4\x37\xcf\xce\x17\x44\x23\x90\x6a\xf1\x18\x5e\xa4\x3a\x9d\x2e\x6d\x9e\xf0\xdd\xf6\x4a\x9f\x20\xc9\x67\x35\xcb\x03\x79\xe5\x4f\xb2\x8a\x2e\x9c\xf3\x04\x37\x7f\x3a\x84\x92\xd9\xcc\xc8\x78\x6a\x07\xe7\xcd\x2b\x79\x45\x2d\xbc\x68\xb5\x3a\xfa\x63\x32\x02\x46\x35\x53\xc6\xbc\x20\x49\xdc\xe5\x85\x69\xd6\x25\x65\x5e\xbc\x04\x5b\xdc\xbe\x70\xb6\x2b\xe9\xfd\x98\x70\x5c\x75\xfa\xa5\xc9\xec\x90\x4e\x0f\x36\x91\x1d\x72\x7d\x5a\x7c\x30\xef\x6a\x10\x0a\xe0\x62\xf9\xfe\x62\xd5\x6e\x27\xc0\x09\x4f\xd7\xe2\x33\x0e\x48\xd4\xae\x08\xf3\xa6\xfe\xa6\xba\x01\x1e\x51\x42\xc3\xf3\xa6\xf3\xa4\xe1\xc6\xcd\x89\x2e\x7e\xe3\x62\x1b\x6e\x94\x39\xdb\xfc\xfc\x80\x08\x3d\x03\x9d\x3a\x34\x69\x3e\x79\x13\x13\x95\x89\x3e\x85\xb0\x27\xd1\xa7\x3d\xca\xe6\x03\x86\x2d\x6e\x02\x8a\xb3\x4f\x17\xc9\xb0\xfe\x80\x18\xc7\xdb\xf4\xa1\x7d\x5e\x20\x7b\x21\x8d\x8f\xfd\x42\xd6\x0f\x53\xf9\xfb\x93\x2e\x6e\x31\xe8\xda\x06\xbe\xf5\x03\x6b\x88\xe0\x05\x25\xb1\x61\xdf\xfa\xe5\x10\xbb\x7e\xc8\x21\xfa\x07\xf2\xc6\xa6\x67\xca\x95\x30\x81\x3b\x45\x97\xfb\x80\xbe\x53\xb8\x6f\xfd\x4e\xb4\xe0\x0f\x18\x1d\xef\xe7\x17\x80\xdb\x0d\x7a\x41\xad\x5c\x64\x16\x5d\x1b\x55\xb2\xe2\xb6\xb5\xd1\xd2\xea\x2f\xb6\x82\x51\xaa\xc7\xd4\x3b\xeb\x04\x58\xe9\x26\xa1\x73\x6c\x6d\x94\x9e\xdd\x9d\x50\x61\xe8\x2f\xb0\xcf\xab\x9b\x04\xbc\x98\xa6\x01\xbe\x85\xa6\xa9\x60\x99\x24\xae\x57\x01\x49\x5a\xf8\x05\xcf\xdc\x52\xfd\xcc\x3d\xaa\xfe\x11\x46\xe4\x60\xf8\x85\x30\xa2\x22\xb4\xb0\x0a\xe9\xd1\x32\x54\xec\x38\x89\xff\x45\x37\x5b\x5f\x69\x57\xa5\x3d\x4d\x20\x6f\x41\x4b\x5c\xaa\xbf\xe0\x09\xa3\x4b\xfb\x82\x96\x58\xd5\xdb\xc7\xaa\x09\xe8\xfd\x05\xb8\xdd\xb3\xca\x0a\x3e\x36\x0f\xaf\x0a\x59\xf7\x79\xc6\x89\x22\xf5\xca\x02\xd4\x1d\xce\x5e\xb7\x52\xd3\x6b\x7e\x64\xa6\x47\x27\x19\x5f\x00\xaf\xc3\xf9\xe8\x56\x63\xa4\x9a\x9f\x79\x8c\x09\xc7\x2d\xd4\xcf\x71\x56\x9f\xd5\xb1\x05\x9a\xff\x47\x55\x13\x8f\xaa\xf3\x6e\x2f\x39\xb0\x3a\x87\xe9\x67\x06\x7a\x6a\xe9\x7a\x8a\x22\xd1\xd8\xc1\xe0\x9e\x59\xb8\x12\x38\x35\xc2\x82\x9e\xd6\xd9\x29\xd7\x60\x0d\x2c\xfd\x3f\xc0\x3b\x82\x48\x0b\x7a\xd9\xa2\x93\x7b\x8d\x64\x67\x75\x80\xfc\x39\xc3\xd9\xee\xd6\xa0\xe8\xf2\xa0\x19\xf2\xfd\xd9\x84\x03\x69\xff\x96\x9b\xa0\x88\x37\x83\x41\xb9\x5b\x3c\xca\x17\xd1\xf6\xd2\xfc\x3f\xe5\xad\x39\x90\x39\x7a\x8a\x5b\xc4\x28\xbd\x29\x91\xba\xdc\xb1\x75\x2b\x01\xb0\x87\x89\x4a\x94\xd5\xd3\x42\x40\x6c\x7e\x04\x20\xb6\xf9\x6a\x01\xff\x96\xea\x06\xb9\x45\xdc\x1e\xd6\xcd\x72\x85\xee\xb8\xce\xe6\xbe\x12\x0e\x4f\xf7\x80\x4a\x07\x3a\x53\x16\x03\xc0\x87\x9f\x39\x24\x35\x30\xb1\x50\xdd\xcf\x18\x92\xc4\xff\x02\xb6\x6d\x46\x9e\x8b\xb5\xbb\x85\x2e\x16\x0b\xdc\xf8\x96\xbd\x5e\x6c\xbb\x15\xef\xda\x85\x1e\x86\x9f\x89\xb7\x2d\x37\x16\x6b\xbe\xa9\x45\x04\x44\x15\x9d\x93\x2b\xb1\xad\xbb\x44\xbe\x47\xd5\xb2\x1c\x0b\x11\x52\x9f\xed\xb1\xc0\xbc\x66\x46\x42\x57\x69\x91\x56\x42\xd7\x3f\x95\x10\x1a\x0b\xb0\x75\x38\xad\xe2\xda\x89\x3d\x3c\x67\x3b\x56\x51\x00\x6b\x31\x89\x8f\xb3\x24\x2d\x96\x9d\x74\xda\xa3\xb5\x73\x55\xcc\x9a\x3b\xf7\x93\x86\x48\x2d\xad\x13\xbc\x2c\x16\xf2\xf6\x95\x61\x1d\x98\x56\xdd\x67\xd7\x01\xe9\xec\x85\x87\x52\xb6\x84\x1b\xa0\x4c\xf8\xbc\x90\xa9\xa5\x35\xae\x23\x99\x4b\xe3\x40\x04\x55\x11\xc2\x5f\x47\xee\x17\x7f\x01\xaa\x3d\xf1\x07\x8e\x39\xcb\xe7\x33\x89\xd6\xda\x9f\xe4\x36\x35\x00\x47\xda\x8f\x58\x48\xad\xeb\xf4\x07\xf1\xdf\xff\xc2\x1e\x6d\x8b\xd1\xd9\x56\x66\x2c\x82\x57\xcf\xd3\xc9\x40\x09\x37\x80\xbc\xfa\x66\x5f\x06\x55\x7d\xbe\xe7\x10\xb4\x54\xf0\x45\x18\x4e\x20\xb9\x2e\x30\x8f\x4f\x55\x96\x16\x77\xad\x80\x75\x61\x0c\x16\x9d\xd0\xa3\xda\x90\xb7\x2e\xc0\x6d\x2f\x1c\x94\xa2\xce\xe1\xb0\xa0\x14\x2d\x46\x4b\x77\x01\x77\x8b\xa2\x9b\x00\xc8\x43\xb8\x53\x32\xfa\x07\xf0\x9f\x05\xe3\x0d\x29\xe2\x49\xbb\x79\xe0\x6c\x7e\x81\x9e\x62\x3e\x92\x6e\xac\xb4\x59\xe1\x06\x8d\xde\xd3\x4f\x16\x78\x52\x93\x88\xa1\x72\x79\x83\xf5\x24\x91\x5a\xfa\x87\x17\x25\x8b\xc6\x87\xdb\xc8\xf0\xe1\x49\xc9\xe2\x1f\x20\xec\x7c\x70\x3e\x28\x8f\xe6\x6d\x46\x77\x83\xe5\x3e\xa1\x8f\x70\x96\xfc\xf5\x80\xfd\x84\x88\x76\xfa\x1b\x58\xad\xb4\x53\xef\xe9\x88\x93\xfd\x87\x61\x08\xf8\xed\xcc\x27\x69\xbd\xd2\x8e\xa8\x2a\x95\xbf\x1c\x3b\xbc\x63\x1d\x95\xbe\x03\x18\x7a\x5e\x76\x02\xc3\xe5\xe7\x87\x3d\x8a\xa6\x8d\xec\xa3\x93\x74\x27\xd0\x13\x43\xee\x08\x19\x2f\xa6\x60\xc3\x3e\x16\x4a\xdb\x99\x12\xd2\x11\xa8\x3b\xf2\x88\xdb\xfd\x71\xdf\xe0\x52\xb7\xdc\x23\xb7\xb5\xe6\x71\xdf\xb0\xd8\xe1\x16\x2f\xbe\xe0\x2e\xc1\x91\x3a\x53\x76\xb8\xd3\xda\x63\x79\x4f\x87\x02\x77\x59\x10\x1c\x29\xb8\xbc\x03\x29\xda\x05\x7f\x27\x52\xf4\x3a\xb0\x7a\xa4\x75\x63\x3b\xab\x41\x3a\x9e\x69\x47\x10\x97\xa3\x29\xf7\x42\x2f\x6b\x7f\x40\x9c\xa6\x49\x28\xdc\xc6\x7a\x1f\x59\xc6\x55\x4b\x78\xec\x95\x3a\x1c\xed\xf3\x1d\x59\xc5\xed\x75\xbc\x13\x29\xea\x52\xbc\xa7\xa3\xab\x2e\xb5\x3b\x1c\x0a\xec\x63\xbc\x43\xcd\xea\x68\xcd\x1d\x0e\x06\xf6\x24\xd9\x81\x24\x87\x33\xdd\xee\x50\xb3\x3a\xdb\xea\x0e\x35\x6b\x1b\xa3\xfc\xe5\x14\xda\x11\xad\x1e\xae\x21\xb1\xc3\xcb\xb5\x78\x0d\x1a\xf9\x42\x92\x70\x7f\x71\xe7\xec\x26\xb8\x41\x4a\x48\x32\xee\x8d\x03\xf2\xfb\x84\x4f\x66\xd5\xc6\xa8\x7e\x49\xe7\x1d\xa9\x89\xac\xd4\xdf\xe9\xe3\x6a\xef\x9b\x9d\xa9\x1d\x9d\x3c\x7a\x87\x52\xb4\x3b\xc6\x7e\x4f\x8f\x01\x9d\x95\x3b\x73\x39\x3a\xd8\x67\x47\x29\x48\x5f\x9b\x77\x40\x57\x15\xf3\x1e\x7b\x2a\x45\x3f\x2d\xd0\xdd\x45\xf3\x8c\x82\xe4\x56\x7f\xec\x83\xcc\x28\x22\x99\xa9\xd1\xd9\x35\xf6\x17\x58\xf6\x6a\x5e\x61\x45\x1c\xbb\x55\xef\x83\x37\x77\x6f\xa9\x17\x48\xce\xee\xa9\x8b\x14\x8f\x9a\xdb\xe0\xa6\xd6\xa0\xe0\x84\xda\xbd\x21\x88\xf3\xdc\x60\xe2\x3a\x6f\xea\x17\xa6\x4d\x95\x32\x1e\x3b\x4b\xda\x08\xc2\xec\x13\x45\xd4\x2c\x45\x26\x21\x8d\x57\x77\x12\x60\x7b\x10\x70\x18\xad\x3f\xbf\x40\x2b\x93\x69\x9e\xbc\xd8\xeb\x58\xd9\xa1\xb4\xac\x42\xbb\xfb\xa4\xd5\x55\x1f\xac\x1f\xfe\x17\x8d\x8b\xd2\xd5\x44\x2e\x62\x7a\x29\x8a\xf6\xf5\xb2\xa0\x2b\xaf\xec\x0c\x6d\xb7\x9a\x73\x07\x72\x73\xac\xc0\xbe\xb3\x0b\x0d\x62\xa7\xf4\x34\xb7\x24\x38\xdb\xfc\xc6\x2b\xa0\x1d\x56\xbe\xef\x39\x2a\xbf\x70\x82\x06\x77\x41\x75\xb1\x88\x4e\xe4\xe5\x51\x40\x05\x58\xdd\xc3\xd1\x48\xb4\x16\x13\xd6\xeb\xea\x51\x02\x36\x39\x22\x64\x67\x52\x1b\x27\xcd\xde\x89\x82\x74\x90\xed\x88\x25\xaf\xd2\x26\xec\x27\x7b\x54\x07\x2c\xf8\xed\xb4\xdc\x3b\x5d\x2a\xad\xbc\xdd\x2f\x02\x2d\x8b\xe8\x17\xa5\x74\xd5\xbe\x1d\x3b\xaa\xab\x18\x06\xed\x8c\xfe\x71\x02\xdc\xfd\xe2\xbc\xf9\x85\xd4\xfe\xeb\x99\x5a\x9e\xf0\x0b\x1c\x95\x25\x28\x70\x4c\x95\x42\x6d\xbf\x1e\x3c\x8b\xa4\xc4\x35\x9a\xa6\xbb\xe1\x59\x63\xb8\x09\x50\x05\x5b\xf6\x17\xc6\x54\xe7\x3c\xdc\x6f\x92\xe8\xff\x93\x24\xcd\x1b\x6a\xa1\x6c\x56\xce\xee\x70\x78\xfc\x6d\x3e\xfa\x1e\x36\xa1\x51\x21\x58\xc7\xe9\x6e\x77\xd6\x2a\xb1\x36\x76\x7f\x72\x94\xff\xbe\x38\x58\x8b\xc4\xea\xaf\xe3\x47\xa5\x44\xf8\x87\xf6\xdf\xff\xaa\x73\x46\x1f\x80\x10\xf6\x75\x3b\xa8\x6d\xb2\x42\xf7\x20\xa6\xf8\x74\x41\x96\x15\xb8\x3a\x00\x11\xaa\xee\xb5\x07\x5c\x0a\x6d\x45\x39\x68\x3b\x75\xd4\xc6\xb1\xf1\xec\x29\xfe\xe2\x1d\x86\xef\x95\xc7\xc6\xb3\x47\x18\xe0\xd8\xb0\x58\xf5\x4f\x79\xb4\x0f\x84\xd3\x18\x2f\x1c\x85\x79\x13\xfd\x0c\x30\xa8\xa3\xf1\x28\x3c\x7c\x75\x9a\x1f\x28\x06\x6d\x86\x3f\x18\x1b\x63\x15\xf6\xc1\x84\xcf\x56\x39\x1f\x85\x26\xee\xe2\x36\x79\x1e\xea\xbc\x3d\x6a\x41\x1e\x58\x11\x91\xba\x20\x4f\x6b\x1d\x6c\xd3\x3f\x40\x1a\xe9\xa0\x38\x78\xc2\x4b\xdf\x75\x40\x37\xe4\xa4\x62\x07\x23\x5b\x8a\x7b\xe0\xad\x2e\xfc\x01\x98\x45\x77\xeb\x03\x27\x7c\xf7\xba\x65\xc6\x19\x71\xf8\xd1\xb0\xd1\x75\x95\x38\x98\xbe\xd9\xb1\x32\x47\x23\x89\x22\x19\x71\x29\x06\x1d\x07\x4b\x37\xcf\xe9\x17\xe8\x5e\xa4\x59\x61\xba\x66\x57\x19\x38\xa0\x5b\xfa\x70\x67\x87\x84\x35\xcd\x8c\x42\x71\x0a\xaf\x83\x76\x4e\x33\x1b\x74\x4f\x55\x92\xe4\xc8\x03\xdc\xdc\xda\x99\x49\x4d\x88\xf6\xe0\x09\xde\xdc\x25\x36\x9d\x94\x22\x47\x4f\x1a\x4d\x03\x98\x51\x3a\xb7\x63\xd0\x9e\xa0\x0b\xce\x01\xed\x52\xd5\x65\xe3\x18\x88\x08\x32\xcd\x08\xc2\xb6\x5a\xe6\x78\x8f\xfc\xe2\x30\xf1\x83\x95\x9c\x9d\x65\xf7\x40\x94\xb6\x6b\x33\x1c\x80\x00\xc3\x7e\x83\x07\xe2\x54\x6c\xba\x3a\x50\x04\xcf\x41\x6e\xc7\x20\xc3\x9a\x39\x52\xb7\xb4\x4c\xd3\xcd\x37\xfc\x09\x82\x67\x3d\x2d\x41\xe9\x25\xf9\x76\x40\xbb\x54\xad\xdb\x39\x02\xb7\x13\x09\xa7\x03\xf5\x44\x9c\xa5\xe5\xa0\x76\xc9\xd1\x01\x47\x04\x9d\xf7\xc5\x0e\x89\x33\x96\x3b\x3d\x30\x73\xfa\x82\x61\x27\xd6\x45\x1e\xd4\x07\x39\x26\xff\x80\x75\xb4\x7a\xb3\x13\x57\x74\xb7\xd0\x39\x0c\x51\x35\x07\x5c\x79\x45\x03\xa2\xbb\x1d\x02\x74\x40\xa1\x54\x8b\x9f\x19\x87\x61\x0a\x00\x43\xbc\x36\x50\x0f\xd9\x83\xee\x80\xd7\x9e\x43\xd8\x8f\x15\x24\xc0\x3f\x60\x5f\x4b\xb7\x72\x2c\xca\xd7\xe5\x1f\x70\x72\x09\x5a\x1f\x3b\x87\x24\x8a\x98\xec\xc6\x5a\xb7\x63\xe7\x85\xda\xab\xcd\xc8\x69\xeb\xb4\x8e\x9d\xce\x29\x5e\xed\x9d\x58\x59\x90\xf0\xd8\xc1\xe4\x82\xca\xc7\x41\xa7\x4b\x0b\x49\x28\x78\x5c\x25\xeb\x80\x82\xc7\x25\xd9\x0e\xe2\x12\xc1\xb5\x03\xa6\x49\xc3\x90\xe3\x60\xa1\x47\xbf\x0f\x59\xe2\x4d\x90\x89\x9f\xfd\x3d\x93\x96\x68\xdb\x22\xb4\xc4\x1e\x68\x47\xc2\x18\x33\xd3\xc1\x43\x64\xba\x05\x98\xd0\x3c\x4d\xe7\xef\xbf\xff\xb5\x2e\xc8\x79\xc0\x52\xe9\xec\x06\x07\x0c\x95\x36\x4c\x1e\x27\x04\xc3\xdf\x0a\x0a\x1d\xb0\x4a\x36\x3b\x56\x1d\x48\xfb\x6c\x03\xc9\x71\xc2\x09\xca\x5b\x16\x9a\x9d\xea\x04\xc3\x07\x8c\x90\xb6\x3f\x1c\x17\x27\x54\xe4\xbe\x18\xa9\x7e\x26\xe4\xe2\x85\xca\xff\xa7\x90\xd0\x8c\x42\xf3\x63\xdb\xef\x81\xac\xcd\x61\x0b\xf8\x71\xa1\x66\x80\x20\xd0\x41\x88\x24\x5c\x77\x30\x2b\xb3\x93\x2b\x1c\x37\xb3\x49\xe8\x36\x74\x40\x51\xe3\x6a\x3d\x07\xfc\xdb\x5c\xde\xe7\x60\x7d\x38\x97\xe7\x39\x6e\x76\xa1\x59\x78\xb2\x0b\x2d\xeb\x83\x51\x1b\xbe\x3c\xbc\xfd\xf8\xdc\x7c\x98\xf7\xc3\x87\xd2\x43\x15\x99\x76\xf8\x89\x08\xe6\xb0\x0d\xe4\x64\xa1\x0d\x55\xc6\x1f\xe7\x8f\x30\x5d\x7b\xf2\x84\x09\xce\xf5\x50\xce\x5f\x76\x52\xf4\x43\xce\x9d\xbf\x60\xde\x1f\x09\xa2\xf3\x97\x43\x9d\xfa\x01\x02\x55\x9b\xf2\xdc\xf2\xd8\x50\x13\xc8\x8c\x6c\xdb\xe7\xb9\xf1\xac\xd3\xf1\x7a\x6e\x8c\x78\x57\x8b\xf4\x39\xb3\xae\xef\xdc\x38\xfd\xfe\x80\x0e\x37\x3a\x90\x4f\x68\x3a\x5c\x67\xe2\x44\xb6\x1a\x17\x18\x39\x0b\xd3\x60\x69\xcf\x9c\x85\xc7\x82\x4e\xc3\x33\x43\x21\xc4\xa6\x27\xfc\xbd\x1c\xf4\x7b\x26\xb0\xd1\x99\x7f\x22\xcf\x71\x58\x65\x79\x56\xba\xf9\xf8\x19\xd5\x83\x75\x4d\x3f\x91\x5d\xe6\x57\x3f\x1f\xf0\xf4\xd2\x89\x7b\x22\xbd\x4c\x93\x2c\x39\x5f\xe4\x32\xbb\x6e\xfe\x67\x63\x8a\x4b\x35\xd0\x10\xcf\xe1\x79\xa1\x55\xac\xfb\x99\xaa\x04\x31\xf6\xd9\xb2\x47\xf5\xc0\xe0\x05\x17\xfa\x39\x1b\x49\xd0\x34\xb4\x9c\x6a\xfd\x80\xe8\x05\xeb\x8e\xcf\x4c\xb6\x37\xfd\x43\x72\xa1\xfa\x40\xf6\x18\x57\xe8\x38\x61\x26\x53\xe1\xf1\x71\x76\x5e\x89\x75\x66\x9f\x8c\xa8\x35\x5f\x43\xf7\x10\x56\xa4\x9e\xfd\xc4\xbc\xf8\x03\xd4\x4e\xd7\x6e\x3b\x61\x26\x73\xd1\x90\x13\x0e\x5a\x4e\x67\x7a\x22\xe2\xd6\x99\xe6\x4f\xea\x2a\xcc\x1d\x83\x5e\x91\xd5\x1f\x60\xdf\xe8\x84\x3f\x61\xe2\x72\x35\x84\x33\x71\x88\xa0\xcf\x39\x72\x5e\x35\xe8\xc1\xa5\xd4\x33\x60\xc7\xe7\x03\xa0\x0e\x6b\xe2\x4e\xc4\x27\x38\x1d\xf5\x19\xbc\xd4\xeb\xbc\x3e\x33\x1e\xc1\x34\x31\x6b\xb1\xf5\xb2\x67\xe4\xe6\xf6\x27\xc8\xd5\xa8\x23\xfd\xcc\x88\x85\x4f\x27\x17\x36\xa2\x89\xc2\x3c\x7a\x61\x60\xb5\x72\x06\xf3\x73\x72\xde\xb4\x50\x2f\x48\xa9\xae\x3a\x75\x32\x27\xcd\xf7\x07\x6e\xa2\xe5\x1f\x20\xdc\xbd\xb2\x93\x28\xa2\xff\xa9\xc2\xea\x39\xe1\x3b\x5d\xdd\xff\x62\x7f\x5a\x17\x64\xac\xb1\x3d\xf4\x24\xa8\x31\x6b\x52\x97\x22\x48\x72\x2e\x0c\xc8\xe4\x2d\xea\xd7\xfd\x7f\x0e\xc8\x0d\xe4\x80\xfc\x06\x8b\x7d\xf9\x99\xac\xe4\x0d\xc5\x60\x06\x57\x57\x3a\x11\xcc\xe0\xc8\x94\x73\x91\xb7\xfc\x01\x84\x9f\x70\xfd\xb9\x78\xff\x16\xa4\x39\x19\x93\x6b\x4d\xf3\xb9\x43\xe0\x9a\x48\x66\x38\x36\xfb\xa3\xf2\x6e\xb3\x43\xe3\xb9\x33\xae\x4c\x24\x65\xd6\x40\x2f\xf4\x9e\xec\xec\x1f\x5e\xce\x70\x3d\xaf\xf3\x20\x8a\x76\x93\x80\x51\x2e\xb9\x74\x1e\x14\xfa\x66\x3e\x44\xe9\xba\x82\xf7\x99\x29\x69\x3c\xce\x63\xa2\xfc\x8c\x86\x79\xb0\x78\xa8\x3f\xd8\xd1\x83\xff\x07\xa6\x16\xde\x3c\x0f\x64\xd0\xb0\x50\x38\xb0\xf6\x66\xee\x83\x43\xf0\xfb\xef\xf9\x6a\x8b\xc0\x79\x02\x93\x5b\xc8\x9c\x3c\x6e\x8b\x5f\xc0\x21\xe3\x75\x40\xea\x41\x17\x7a\x3e\xa1\x3f\x1a\xce\x2c\x7d\x22\x54\xc1\x99\x04\x4e\x44\x2a\x18\x88\x9d\x30\x9a\x39\xbc\xe2\x3c\x79\x43\xf3\x90\xce\x5c\x69\x75\x99\x2e\x5f\xc2\x76\x27\x5d\xbe\xac\xaf\x3e\x2f\x8a\x67\xb3\x17\xe1\x96\x0f\xdb\x8b\x5a\x82\xcf\x0f\xc8\x2b\x2f\x00\x7c\xa6\xcf\x97\x27\x0e\x3e\x5f\xae\x7a\x7f\x22\x1f\x8d\xbd\xfb\xce\x17\x7f\xcd\xee\x4d\x8f\xfc\x34\x36\xdf\x9f\xd0\x69\x85\x6f\x79\x27\x4c\x73\xce\x71\x7c\xde\x2c\x4d\xee\x1e\x6e\x54\x5b\x11\x66\x3e\x91\xfe\xd0\xfa\xa3\x13\xb6\x3a\x5b\x19\xce\x9b\xe9\xb6\x34\x84\x3b\xa5\x8a\xc6\x88\x04\x36\x4e\xc7\x7f\xde\x14\x1c\x06\x31\x50\x7a\x39\xed\xed\x79\x73\x03\x14\x93\x70\x93\x46\x7f\xf1\x60\x10\xea\x82\x15\x82\x8d\x7a\x90\xe2\xc6\x01\xdd\xe7\x93\x1b\x42\xd3\xc6\x30\x63\x0f\xe2\xa1\xc2\xd3\x47\xc2\x43\xf5\x92\x4e\xa5\xeb\xf7\x23\x51\x43\x3f\x6c\xd4\xfb\x57\xfd\x00\x65\x9f\xe4\xe1\xc5\x40\x5e\x5b\x0a\x2e\x56\xc2\x70\xc2\x95\x0b\x96\x35\xdf\x97\x2e\x58\xd6\x9c\x7e\xe0\xfa\xe5\xb8\xdd\x24\x79\x52\x17\xa4\x8b\x3e\x55\xce\xb0\x72\x41\x8f\xe6\x8c\xa1\x17\x33\x22\x3a\x5a\xf8\x82\x29\xcd\xa9\x20\xae\x0d\x0c\x25\xf9\x75\xa1\xda\xda\x66\x15\xf9\x85\x58\xdd\xcf\xb8\x37\xa6\x62\xf5\xff\x58\x0b\x6d\xdd\xab\x50\x6c\x0b\x07\x5f\x05\xd1\xc2\xcd\x2f\xf0\xec\xd4\x2d\xed\x82\x21\xac\xfc\xcd\x48\x74\x15\x00\xbb\x9f\x5b\x03\xc3\x9b\x9c\x92\x73\xe6\xee\x1f\xe2\x0b\x7d\x81\x42\x69\xc3\x19\x97\xae\x5a\x50\x33\x45\x53\xf4\xc2\xd3\xee\x34\xae\x57\xe5\x88\x74\xd8\x5f\x15\xc2\x47\xc7\xcc\x05\xc3\xda\x87\x13\xa0\x65\x73\xb0\xe1\x55\x79\x97\xae\x7e\x01\x60\x20\xdc\x00\x77\xe9\x87\x24\xec\x52\xf3\x12\xc0\xaa\x15\xac\x57\xe5\xfd\x44\x37\xbf\xab\xc1\xe3\x5b\x9b\xee\x42\xd9\x34\x27\x26\xbc\xe0\xb2\xe5\xb4\x27\x17\xdd\xa7\x9c\xe4\xe6\xa2\x4d\xca\x65\xf5\x2e\xa8\xb4\xec\x25\x73\x75\xec\xd2\xe2\xff\x09\x14\x3d\xa8\xce\x8c\x75\x9a\xb6\x9e\x2b\xe1\x1f\x92\x7b\x35\x2f\x2c\x90\xfb\x19\xc5\xa0\x91\x49\x38\xeb\x82\x77\xbf\x93\x20\x5c\xc8\xbd\xe2\x4c\x9a\x17\x8b\x66\xd8\x5e\x77\x21\xf9\x8a\x9d\xdd\xae\x91\x9b\x50\xc3\x18\x40\x00\x3f\xb7\x08\x2d\x57\x37\x4d\x38\xf1\x3d\x0d\xcc\xc5\xd2\xdc\x01\xb1\xa5\xda\x8b\x1c\x83\x3e\x08\xe8\xc6\xbd\x74\x50\x50\x59\xba\x5d\x80\x8e\xae\x36\x77\x05\xe7\x59\x04\x04\xf1\x80\x80\xe2\x45\xf5\x94\x0f\xc7\x0b\x81\xa8\x4e\xee\x76\xbd\x38\x6e\x76\xb3\x1b\x5c\xf3\xad\x82\xbd\x80\xd4\xaa\xd5\x4b\x17\x93\x0d\xba\x44\xde\x05\xe8\xf6\x59\x98\x49\x09\xac\x5b\xe3\x85\xcc\x29\x4e\x26\x78\xad\x8c\x1c\xd1\xa8\x98\x01\xda\x36\xa8\x6b\x71\xe5\x34\x8a\x34\x94\x09\x3f\x5e\xd0\x71\x39\x1d\xe1\xb5\x88\x4e\xdd\x40\xae\x9c\x5f\x98\xec\x53\xe3\x46\x0d\x5c\xd7\x18\xb8\x5e\xf0\x56\x1d\x1a\x72\xa1\x6a\x99\x9d\x35\xaf\x9d\x2e\xaf\x52\xa3\x5d\x34\x9c\xb9\xc2\xdd\xb5\xf3\xae\xa3\x2e\xa9\xd1\x72\x51\xbd\x0b\x96\xb3\xcf\x3c\xc0\x99\xde\x6e\x58\x17\x7d\xe7\xed\xdf\x7f\x1d\x5c\x2b\xad\xc5\xc1\x51\x49\x1f\x72\xc1\xb2\xd6\xbc\x14\x07\x2f\x12\x82\xc5\x17\x9c\xe5\x5d\xa1\xe9\x62\xda\xe6\xf9\xe9\x93\x76\x53\x41\x9d\xeb\x44\x11\x0e\xcf\x64\x82\x29\xa1\xb9\x8b\xe5\xcb\x3e\xd2\x80\x68\x4a\x17\xf4\x0b\x5a\x2b\x07\xd3\x5d\x48\xec\xec\xdc\x3e\x17\x03\x43\x6d\x9b\xbd\x4e\x1e\x6d\x16\xc3\x27\x4e\x0d\x1f\x6d\x48\xee\xe7\xec\x0b\xd7\xc9\x99\xed\xfe\x01\xfb\xca\x07\x17\xd0\xd6\x57\xb0\x03\x6d\x19\xaa\x5f\x48\xf6\xe7\xb8\xfc\xeb\xe2\x18\x44\xf3\x95\x51\x0a\x1a\x14\x54\x57\x36\xbc\x5e\x84\x52\x5e\xdb\x8b\x1e\x43\xab\xff\xe9\x1c\xba\x12\x20\x98\x1e\xaa\x43\x3d\x69\x30\x16\x3a\xe3\xcb\x75\xf1\x20\xf2\x39\x73\x13\xc7\x4b\xd3\x75\x21\x56\xf4\x23\x0e\x6f\x6e\xaa\xf0\x17\x10\x7f\xe6\xae\x9b\x8a\xe8\xf0\x17\x5c\x38\x8d\x09\x6e\x52\x4e\x29\x71\x01\x7b\x35\x27\x7a\xba\x88\xbd\x7c\xb4\xc1\x61\xbf\x7c\xfe\xe7\xba\xf9\x7f\x0c\xca\x0b\xcf\x02\xbc\xae\xc6\x73\x65\x6a\xea\xe5\x1f\x90\xbe\xc0\x90\xe5\x81\x8d\xd4\x22\x1d\x55\x31\x8c\x68\xaf\x84\x62\xba\x8b\x5c\x0f\x4b\x63\x6a\x0c\x0f\x75\x41\x16\x67\xac\x92\xe6\xd3\xf4\x81\xef\xa4\x61\x14\x9c\xae\x9c\x89\xf2\x82\x85\xd4\x61\xf6\x17\x9c\xb0\x9c\x0f\xe8\x7a\x20\x05\x24\xba\xee\x5f\xae\x53\xe8\x87\x24\x71\xea\x07\xa4\x25\xd5\x2c\xde\x3f\x9e\xae\x4b\xcf\x80\x3c\x9b\x5b\x84\x7d\x40\x43\xbc\x61\x1e\x75\x22\xcb\x1b\x25\xd2\xac\x52\xbb\xe1\x19\x6f\x7b\xc3\xbd\x51\xaa\xa8\xbd\x8d\x67\x8c\x09\x20\xaa\xd3\x65\xe6\x06\xaa\xb3\x34\xbe\x99\xd4\x5a\xa7\xe0\x8d\x1c\xd6\x76\x08\xb8\xb7\xdc\x9e\xee\x11\x28\x4f\xa8\xf0\x2e\x2c\xb6\xa7\x19\x80\x7b\x94\x73\x91\xdc\x25\x0f\x2d\xcd\x19\xb4\x86\xf6\xbe\xbe\xa1\x35\xb4\x03\xca\x8d\xfc\x2c\x5b\xf5\xff\x38\xc8\x25\x72\xee\x82\x43\xce\x53\x50\x78\xa8\xb9\x7d\xe0\x40\x1d\xab\x77\x39\x91\x55\xc3\xed\x63\x84\x92\x37\x77\x21\x23\x7b\x40\x54\x5b\x69\x86\x98\xef\xda\x88\xea\x06\x0a\xac\x36\x51\xdf\xa9\x93\xf4\x24\x13\xf6\x49\x30\xdf\x2f\xec\x9b\xc6\x60\x77\xc5\x2a\xeb\x94\xbd\x53\x25\x69\x36\xa9\x64\x3c\x8d\xa9\x92\x46\x91\x00\x95\xe3\x07\x16\xde\x30\xae\xda\x35\xef\x6e\x3c\x64\xb5\x5d\x6f\x66\xc0\x76\xdc\xd2\xdd\x98\xe5\x46\x5d\x20\x64\xd4\x3e\xb8\x37\x42\x46\xdb\xe7\x7f\x0a\x2d\xbf\xc0\x5a\xb7\xb6\x75\xdd\x69\x4d\x35\xb3\xc2\x5a\xea\xdb\xdb\xcd\xa0\x50\xa7\xe4\xbf\x3b\xf1\x89\xfa\x40\x69\x34\x23\xa8\x9b\x1a\xc7\xe2\x67\x9e\x78\x3a\xd8\x6f\x20\xcb\x61\x24\x70\xc3\x9a\xea\xa0\x89\x7b\x24\x4d\x5a\x6d\xf8\xe2\x87\x0b\x6e\xde\x08\x13\xf5\x1d\xe4\x1e\xbc\x94\x48\x71\x7a\x0f\xf2\x93\x46\x35\xb8\x16\xfe\x1f\x86\x20\x8f\x1a\xee\x50\x8e\x4c\xb9\x83\x3e\x13\xba\x83\xde\xa8\xfd\x61\xff\xe8\x3b\x68\x5a\x97\x2e\xe0\x0e\x6a\xff\xd7\x9f\x62\x86\x6e\x54\xad\x75\x62\xda\x1b\xe9\xf6\xec\x20\x7b\xcf\x17\x04\x38\x9e\xf9\x86\xfa\xd0\x0e\x8e\x37\x40\xe1\xb2\x87\xf9\x0d\x0c\x68\x75\xdc\x3d\x73\xd6\xfd\x03\x26\xd9\xcf\x2c\x0b\xe2\x1d\xb3\x72\x8e\xc5\xce\xb0\x5a\x1a\xf9\xde\x8b\xfb\xc3\x0d\xd0\xf4\x20\x8d\xdf\x0d\xc0\xe6\xba\xb6\x37\x12\x87\xb8\x82\xd3\xbd\x48\x81\xc6\xcc\x7c\xd2\x76\x0a\xb9\x77\xc0\x31\x8b\x35\xd4\xf8\xb0\x4a\xfe\xde\xc9\x8a\x96\x73\x70\xa5\xb2\x63\xcb\x0d\x44\x58\xed\x23\x74\xc3\x84\xf9\x91\xe4\x07\x2f\x8f\x02\x32\x37\x4c\x96\x36\x03\xdd\x4c\xff\x6c\x77\x85\x3b\x21\xa1\xc5\xc2\x81\xca\x57\x66\x0c\x18\x2d\x3f\x87\xc1\xb1\xa3\x50\x89\x7b\xa0\x98\x90\xb2\xec\x86\x8f\xfa\xb2\xfb\xf4\x7d\x50\x7a\x8b\x93\x0e\x62\x29\x3d\x9f\x9c\x27\xe9\xa5\xee\x33\x47\xa1\x71\x9f\x1c\x85\x68\x60\x44\xa6\x0b\xd6\xde\xd0\xbf\xd9\x40\x76\x23\xfd\xb3\xbd\x5b\xef\x93\x27\x9e\xa0\xf3\x4d\x2f\x76\x1b\xea\x6f\xe4\xcc\xf3\xad\xe4\x4e\xc8\x58\xdc\x24\x75\x8a\x9a\x7a\x42\xc6\xe5\x16\xc9\x90\xcb\x44\xf3\x82\x59\x3c\x2c\x82\x11\xf3\x30\xcb\x92\x99\x6a\xe8\xe3\x3e\x92\x07\x11\x93\x9f\x9b\xfa\x7d\xa1\x1c\x96\x89\xbe\x50\xcb\xd8\x2c\xfb\xe2\xab\xed\xa3\x87\xbc\x6f\x5e\x21\x3e\x6f\x90\x6a\xd1\x44\x55\x95\x57\x1b\x5e\xe5\x86\x47\xf7\x83\xb2\x34\x3f\xff\xff\x72\x83\xbd\x7a\xef\x07\x9b\xc6\x14\x31\x39\xb3\xab\xa5\xde\x4f\x52\x20\x92\xe0\xcf\xd5\x9c\xa9\xec\x7e\x20\xba\x3c\x6f\x0f\xcf\xf2\x7f\x13\xfb\xfc\x98\xfa\xa8\xea\xb9\xa0\xd8\xdb\x4f\xcf\x84\x3b\x1a\xc3\x83\xf0\xc3\xf2\xf9\x20\xd7\x7a\xea\x07\x5c\xb2\xbb\x3f\xe0\x85\x33\xfc\x03\x15\x1e\xe1\x2f\x72\x71\x4d\xd4\x83\x7b\xb9\xbe\x80\xa5\x73\xb8\x0a\xfb\xb3\x41\xe9\xad\x7d\xf6\xc0\xa9\xdc\x9b\xe2\x41\xe9\x0f\x7b\x20\x3e\x1b\x34\x20\x9a\xc8\x87\xc1\x85\xd6\xd4\x3f\x4c\xc7\xe1\x9b\xd6\xb3\x25\x87\x6a\x9c\x1b\xdd\x36\xdc\xc7\x8b\x82\x6a\xd5\x5a\x3c\x40\x3d\x5d\xb8\xec\x29\x70\x49\x14\xae\x7b\x58\x86\xcc\xc5\x72\x1f\xa0\x9c\x65\x0f\xe6\xa7\xa4\x58\x76\x93\x49\x84\xdf\x80\xfd\xc0\x13\x83\xbc\x74\x8e\x86\x7a\x98\x97\xce\x72\xf9\x29\xbc\x1f\xea\x3c\x7d\x90\x22\x79\xd9\xf3\xf6\xa9\x98\xca\xe5\x67\xf2\xe8\x9f\x9c\x14\x1e\x1a\x73\x9d\xea\xf2\x61\x91\x5a\x57\x0f\x7f\x12\x28\x49\x46\x3e\x2f\x50\x2a\xce\x41\xf5\xd4\x9c\x57\xad\x4d\xea\xc3\xa6\x7f\xb8\xb1\xb8\xfe\x82\xbb\x4a\x83\x6e\x64\x06\xb1\x13\x70\x8f\x4b\x39\x3f\xb4\xac\x3a\x1e\xf1\x61\x19\x33\x6d\x9a\x87\x6e\xdd\xae\x83\xfb\xb0\x8c\x99\xbd\x0c\x1e\x98\x5a\x6d\x1f\x78\x12\xd6\x4c\xff\xf0\xee\x54\xab\xe2\x9f\x4e\xad\x5f\xf3\x0b\xb9\x94\x5a\x3a\x78\x89\xd9\xdb\xe2\x61\x49\xd8\xcd\x44\xe5\x52\xfa\x87\x94\x78\x1a\x67\xe7\xda\x6a\xaa\x53\xa3\x26\x41\xfe\x8c\x94\xf4\xfe\x81\xc0\x5c\x7a\x97\x07\x8e\x63\xd6\xdf\x3e\x70\x15\xb7\x1e\xe6\x19\xdc\x16\x3a\x75\x1f\xe6\x8f\xb3\xdb\xc2\x33\x2e\x7c\xe1\x16\x10\x19\xec\x61\xa0\x4e\x9a\xbd\x60\x9f\x80\x65\x5d\x50\xfd\x41\x04\x61\xd7\x61\xf4\xc0\x73\xfc\xb3\x05\x62\xc7\xb3\x26\x16\xb9\xde\x6c\xde\x7d\x18\xff\xe7\x24\xa2\x4f\x24\x3e\x14\x85\x2f\x18\xea\xf6\xcb\x7d\x60\x5b\xfd\x6c\x00\x80\x23\x5b\x46\x9f\x99\x8b\x2f\x92\x91\x0c\xce\x59\x4a\x9e\x89\x49\xf2\x1e\x43\x6a\xe2\xf5\xed\x81\x77\x50\x7f\x40\x8d\xaf\x94\x76\xcf\xa4\xb7\x67\x73\x17\x39\x0a\x13\x01\x9e\x17\xd8\x7f\x56\xae\xad\xbe\x40\xd4\xa1\xf5\x7e\xcf\xe2\xd2\x5a\xfc\xac\x1c\x86\xa8\x58\x54\xfc\x58\x20\xad\xdc\x9a\x7e\x83\xfe\x02\x7e\x61\xa2\xe4\xa4\xf7\xc5\x22\x13\x7b\x6b\xa1\xea\xc7\xfa\x2c\x2f\x6b\xb3\xb9\xa4\xea\xb3\xa7\xe8\x56\x27\x48\xf8\xe6\x0b\xfa\xb3\x43\x74\x0b\x09\x3c\x70\x4e\xb3\x8a\xe0\xd9\x29\x51\x2c\xbb\x59\xf6\x63\x6d\xfe\x02\x2c\x62\x11\x07\xc5\xdd\xfa\x6c\xad\x3d\x89\xd2\xdc\xd0\x88\x6a\x67\x8c\xe7\xc0\x0d\xd6\x93\x07\xdf\x33\xeb\x02\x9f\xa3\xbf\x2b\x6a\x26\xcb\x2c\x18\x52\x00\x3d\x07\x79\xc0\x44\x21\x2f\x86\xf5\x08\xcf\xc1\x25\xef\x7e\x81\xb7\x6c\x21\xbb\x07\xc1\x84\x36\xbb\x3e\xc8\xf1\xf6\x91\x41\x27\xf9\x54\x5c\x76\x22\x16\xd7\x3b\x81\xb1\x85\x76\xde\x78\xa0\xc8\xf3\x15\xf4\x39\xe9\xcf\x25\xfd\xcd\x73\x52\x27\xaa\x7b\xf1\x73\x71\xee\x45\x02\xd4\x6a\xbe\x93\x3e\x48\x3a\xf1\x99\x86\x2b\xf9\xc1\x1f\x40\xa8\x79\x1e\x2f\xca\x2c\x4b\x7b\x78\x84\xf9\x26\xff\x40\x0d\x66\xbf\xfd\x07\x06\x48\x47\xfd\x3c\x54\x7a\xd5\x3f\x65\xf4\x79\x60\x6c\xdc\xec\x0b\xf2\xa4\xb5\xd1\xe0\xe5\x86\x66\xd2\x1c\x0e\xc0\x66\xb0\xfc\x40\xc3\x65\x8f\x99\x07\x1a\xae\xcf\x99\xff\x90\x9b\x75\x13\x7c\x60\x6c\xb4\xf7\xf0\xf3\x90\x71\x34\xde\x87\x8c\xe3\xff\xc7\x7f\xff\x0b\x27\xaf\x7a\x80\xe8\x3e\x8e\x11\x0f\xf4\x53\xce\xb4\xf0\xb0\xbc\x86\x03\x3e\x1f\x66\x9f\xb0\xab\xc7\x03\x84\x27\x23\x45\xfc\x60\xac\x9c\x72\xc2\x89\xdf\x8f\x34\x4e\x3d\x93\xa6\xa2\xe7\x97\x26\x25\xbf\x8d\xdf\x0f\xda\x96\x7f\x8b\x18\xbf\x1f\x58\xf9\xdf\xa4\xc5\x0f\x80\x6e\xca\x0c\x17\xbf\x1f\x57\xbd\xeb\x99\x52\x61\xf3\x0b\x58\xf5\x7f\x6c\x12\xbf\x8d\x14\x85\x9e\xa1\xe5\x2b\xa2\x00\x76\xca\x4d\x76\x94\xf8\xa1\x50\x5b\x6f\x7e\xc6\x2c\x35\x0d\x01\x7e\x6b\xbd\xa9\x43\xa8\xb4\x7a\x13\xc9\xb4\x5b\x7e\x9e\x41\xd0\xbf\x83\x31\x7e\xac\x2a\xab\x43\x20\x7e\x70\xf1\x9f\x32\x15\xc5\x0f\xf5\x2f\x94\x2a\x33\x7e\xc8\xa5\xa6\xfb\x48\xfc\x0a\x64\xbe\x27\x09\x2a\xa8\xe1\x49\x64\x1e\xb4\xb5\xa9\x4b\x64\x83\xe8\x4d\x73\x00\xdc\xd5\x9b\xe6\x08\x6e\x71\x9b\x3c\x60\xe2\x57\x73\x52\xb4\x8e\x2c\xaa\x16\x9e\x85\x9a\x0b\x23\x22\x98\x09\x4d\x09\xb4\xe2\x47\x28\xd5\xd4\x44\xcb\x61\x6a\x58\x2d\x7b\x15\x19\xc8\xdb\x3b\x65\x68\x89\x5f\xe3\x26\xf3\x62\xb1\x6e\x9a\x8e\xe4\xf8\xb5\x74\xbf\xf3\x27\x07\xdb\xd0\x50\x1a\xef\x49\x6e\x82\x67\x76\x17\xe1\x1d\x0c\xd2\xf5\x02\xcb\xc8\x86\x19\xa0\x53\xd8\x15\xad\x38\xea\xca\x2a\x4e\x3a\x7e\x30\x1e\xf6\xae\xff\x47\xb6\xa0\xa1\xc3\x7a\x38\x55\x9b\x38\x7e\x48\xaf\x30\x55\x92\x37\x7e\x48\x10\x56\xbd\x2f\x46\xce\xa6\xbf\xb8\xf9\x85\x3b\xa1\x5e\x48\x0b\x02\xfb\x60\xf3\xff\x4c\x75\x2b\xad\xe1\x2b\x08\xd8\x82\xbf\x80\x25\x76\xf8\x19\x65\xb6\x36\x4d\x0c\xcb\x93\x7d\x9e\x29\x60\x3d\x53\x2c\x57\x16\x1e\xf8\xe4\x6e\x57\x97\x33\xbb\xd4\x4c\xa1\x7a\xfd\xcf\x53\x0b\x7f\xf5\x61\x26\x62\xbe\x83\x25\x92\xe0\xba\xa5\xca\xa7\xf1\x5b\x64\x99\xe2\x17\x68\x97\xed\xfe\x81\x27\x76\xf1\x27\x64\x2a\x0f\x03\x48\x63\xf5\xcf\x0f\x90\x39\x9f\x26\x78\x4b\x28\x7e\xe1\x61\x13\x62\xb2\x9d\xea\xcf\xee\x1f\x10\xc4\x58\xfd\x0c\x59\xff\xf9\x1f\xf1\xaa\x9f\xff\xb1\x37\xba\x56\x17\xda\x9f\x6e\x9e\x3c\x52\x46\xfc\xc5\x44\x14\x3f\xe8\x8a\xe6\xcf\xdb\x97\x90\xa2\x8b\xff\x8e\x9c\x36\xcd\x3b\x13\x18\x84\x27\x16\xd6\x41\x55\x1b\x8b\x1f\xfc\xb2\x94\xa2\x3f\x7e\xc8\x67\x20\x93\x67\xfc\x0e\xa6\xb3\x57\x83\xe7\x44\xf8\x84\x06\x74\x52\x3c\x78\xe7\xc2\x1f\x5d\xd6\xe8\xf8\xc1\x83\x5c\x36\xd3\xf8\x5d\x1c\x83\x37\xd9\x35\x49\xa2\xdf\xc0\x32\x79\xd7\x31\x8a\x2e\x4c\x33\x3c\x8e\xba\xf9\x99\xe7\xbf\xf7\xd4\x9d\xab\xa6\x0f\x10\xf4\x36\x7f\x16\x40\x3c\x61\xbd\x65\x1e\x96\x43\xf3\xf3\xce\x79\x14\x4d\x0f\xbb\xfc\xf7\xc2\xf6\xa3\x8c\x13\x7f\x6e\xf4\xd5\xd1\x79\xb8\xfd\x52\x96\x84\x7e\xe0\x16\x11\xbf\x6e\x69\xd2\xe9\xfe\x64\xf2\x8d\xa6\x1f\x38\x11\x7e\x4e\x7e\xf5\x17\x1c\x57\x31\x59\xd0\xd3\xe9\x0c\xdc\x52\x65\xa1\x3e\x37\xb6\xe8\xff\xf7\xf7\x8c\xfc\x77\xb9\x8b\x0d\x55\xa3\xfa\xf0\x73\xca\xd0\x7f\x13\xb7\x15\x3a\x77\x7d\x7e\xa0\x7b\xb8\x5a\xc4\x91\x26\xf5\x66\x6c\xac\xc7\xb4\x3c\xca\xd4\x26\x14\xbf\xc1\x3e\xb4\x7c\x5b\xe1\x2e\xf4\xd4\xbd\xa7\x5a\x28\x48\x21\xb6\x4a\x71\xe4\x2f\x10\xa5\xa6\xd8\xb9\xd8\x2a\x8f\x93\xea\x17\xe8\x4d\x28\x22\xe0\x7a\xbd\xc9\x85\x27\x36\x9a\x35\x74\x49\x8d\xad\x41\x80\x49\xc2\x6d\x8d\xa8\x74\xf8\x8b\xac\x7c\x22\x0e\xc0\xf9\x23\xab\x62\x6c\x08\x1a\x93\xbd\x2a\xb6\x4e\x08\xe5\xd5\x63\x25\xcf\xe5\x26\x3b\xaf\x5b\x62\xec\xad\x27\x97\x69\xae\xe0\x8c\xdd\x87\x9f\x81\xc6\x43\x33\xd3\x79\x9c\x57\xff\x00\x4f\xa8\xe5\x67\x32\xb6\xc7\x45\xd3\x48\x75\x8b\x3c\x7e\x3c\x75\x8c\x23\x53\xee\xc8\xd8\xe0\x6e\xdd\x43\x44\xbe\x87\x60\xad\x3a\x1b\xb6\x41\x1a\x35\x4c\x5e\xff\xc3\xff\xa3\xf2\xda\x74\x07\xf4\x13\xf2\xa8\x59\xde\xc8\x83\x1e\x9c\x58\x91\x8c\xa0\x30\x05\xb7\xc7\x16\x84\x2c\xde\x27\x38\xcf\xc2\x6b\x39\x39\xf3\xc2\x4d\x1b\xc2\xaf\xba\xd9\x61\xf2\x08\xf5\x18\x27\x6f\x35\x6e\x12\x95\x81\x7a\x88\xe8\x99\x31\x61\x7a\xa6\x0a\x43\x82\x7f\x83\x6d\x43\xfe\xaf\xb1\xe5\x55\xda\x12\xe4\x3d\xe1\xaa\x34\x9c\xb1\xc1\x7b\xa5\x7b\xe3\x2c\xca\x0b\xf3\x17\x8a\xfb\x28\xc1\x44\x6c\x2b\x97\x52\x0c\xb6\x88\x88\xbc\xf8\x70\x2d\xae\xde\xfd\x7b\xce\x83\x9a\x80\x75\x63\xfe\x4c\xf5\x8e\x61\xce\xbf\xdc\x8c\x62\xe3\xd9\xa7\xa3\x62\xcb\x0b\xb0\x65\x20\x2e\xc0\x4a\x22\x10\x1b\x7c\x5b\x96\x6e\xc0\xb1\x1d\x0c\x93\x5c\x1a\x02\x2f\xb8\x53\x14\x1f\xbc\x4c\x7a\xd6\xe0\xf6\xab\xca\xff\xb1\xbd\xf7\xd9\x29\x4d\x4f\x6c\xbc\xbf\x0a\x7a\x6e\xac\x30\xbe\x2c\xd1\x4e\xf8\x6c\xb8\x87\x93\x3d\xfa\x7f\xaa\x55\x2c\x22\x19\x36\xbe\x2c\x5c\x4e\x92\xa0\x51\x22\xc9\xf8\xf2\x18\xe0\x46\xd2\xbd\x4e\x17\xd5\x99\xde\x10\xbc\x10\x4f\x7f\xd0\xb1\x47\xfd\x01\xf5\x00\xde\xe5\x70\xd9\xed\x42\x80\xdb\x45\x50\xa9\xdb\xd9\x76\x91\x15\x9a\xdf\xe0\xc1\x60\xa2\xdf\x23\xb2\x35\xef\x6a\x24\x6a\xec\xe6\xdf\x9b\xba\x6c\x4d\x0b\x73\x86\xbb\x4b\x64\xcb\x51\x11\xca\xd8\x78\xc7\x5d\x6e\x8f\xb9\xfc\x34\xc6\xf7\xce\xdb\xaa\x59\x91\x55\x77\x7c\x1b\xdb\x50\x76\x47\xf5\x56\x62\x7b\x28\xb2\xbd\x92\xf0\xb1\xe8\x96\x5c\x88\x3a\xef\x3e\x68\x1e\x52\xe0\xf7\x91\xfc\xc1\x87\x04\x6c\x12\xca\x70\x11\xe5\x47\x39\xa6\x2d\x5c\xde\x03\xb9\x2a\x9a\x2a\xca\x8f\xf8\x51\x93\x58\x7e\x38\xf3\x97\x5e\xd8\x30\x67\x5a\xe8\x42\x4f\x58\x69\x42\xa3\x6c\x29\x46\xfc\x06\x15\x38\xc2\x3a\x65\xcb\x85\xf2\x1b\x18\x95\xa4\x40\xd9\xa8\xb3\x0b\x7f\xf1\xb0\x09\x51\xc5\x34\x30\x52\xf3\x45\x41\x86\x40\x85\x7d\x44\x41\xd9\x19\xa5\x29\x8f\xc2\xac\x2f\x4a\xa1\x19\x05\xa5\xbb\x95\xb5\x3f\x0a\x1c\x19\x54\xa8\x35\x4a\xde\x2a\x75\x25\x29\xb8\x55\xaa\x9c\x67\x14\xdc\x2a\x15\x5c\x15\x05\x8e\x0c\x53\x0a\x97\x28\xc8\x13\xa3\x5c\x0c\x51\x2a\x22\x85\xc5\x8d\x85\xd9\xb7\x15\x54\x16\xa5\x26\x47\xfb\x0b\x64\xf7\xab\xee\x12\x22\xdd\x8b\x85\xe2\x32\x4a\x30\x15\xa5\x11\x12\xe8\x24\x2c\xcc\xa6\xfd\xf3\xe2\xb0\xe0\xa1\x94\x67\x51\x98\x73\x50\xca\xb3\x28\xc8\x9f\xad\xa2\x79\x51\xde\x5b\x6a\x55\xc9\x90\x28\x0d\x91\x8a\x92\x5e\xe5\x45\x00\x7d\xfc\xfc\x0c\x7b\xb7\x47\xc9\x8c\x84\x52\x8d\x45\xe9\xac\xae\xa6\xc5\xef\x94\x0c\x3a\xd9\x4a\x4f\x16\xf4\x1b\xef\xda\xaa\xfc\x5a\x14\x1c\xe7\x0a\xc6\x8a\x02\x03\xc0\x92\xea\x2b\x0a\x7c\x68\x87\xd9\xa7\x13\x3b\xeb\xa8\x2b\xcc\x7e\xad\x6d\x55\x7a\x12\xa9\x99\xee\x0f\x00\x9d\x3e\x60\xf1\x6e\xe9\xeb\xa2\xc0\x00\x50\xbd\x34\x2f\x1e\x68\xbf\xee\x0f\x08\x5a\xcc\xa0\xf0\x8c\x90\x37\x61\x94\xc1\x7b\x59\xf1\x0b\x0b\xfe\x58\x7e\x26\xb4\xea\x7f\x49\xac\x10\x25\x88\xe5\x74\xa7\x2a\x81\x7c\xae\x9e\x76\x58\x03\x54\x6b\x2d\x4a\xe4\xae\xd4\xc2\x05\x81\xb7\xe7\xe0\x45\x14\xb5\x78\xc8\xb0\x07\xc8\xad\x26\x0a\x22\xab\x86\x47\x14\x44\xac\xba\x65\x15\x64\x9a\x51\xa1\xc1\x28\x30\x0f\xa8\xfe\x55\x14\x98\x07\x54\xa2\x2b\xca\xa4\x78\x94\x7c\x2e\x2f\x00\xe9\xc3\x3b\x08\xf1\xdf\x9b\xaf\x34\x25\x95\xfb\xa6\x69\x12\xb8\x79\x1a\x16\xfb\x10\x0d\xa9\xbb\xf7\x42\x2d\xf0\xbb\xd9\x91\x65\x57\xe4\x6e\x11\x85\x6a\x76\xdd\x47\xca\xce\x16\xd5\xc0\x4e\x22\xfd\x3e\x65\x78\xf7\x0f\x38\x86\x04\xf5\x0a\x33\xf8\xc5\xe7\x87\x24\x5a\x44\x22\xf7\xb4\xa2\x0d\xa2\x1c\x84\x2c\x1e\xf7\xc1\x03\x5f\x13\x03\x6f\x89\x61\x09\x7b\x50\x25\x33\xfd\x03\xab\x2b\xf9\x83\x85\x0f\xdc\x03\xcf\x0d\x51\x00\x8d\x79\x55\xe4\x7b\x94\x93\x17\x56\xcf\x1b\xbd\x5f\xbd\xfa\xc8\x3c\x33\x2c\xa1\xe1\xd9\xf0\x99\x36\xa8\xcc\x87\x05\x4f\x7a\x36\x4c\x7f\x40\x65\x97\x6e\x23\xe5\xe4\xf1\xad\x0b\x4e\x01\xe6\x18\x1e\x04\x0b\x55\x7f\x9e\x39\x0b\x1a\x04\xa2\xac\x7d\x59\x29\xac\x42\x6d\x8c\x5d\x50\x0b\x30\xcc\x2c\x17\xaa\x63\x08\x00\x17\x96\xf6\x33\x22\x2e\x37\x7b\xd0\x3a\x30\x9f\x9e\x15\xbe\x05\x55\xa4\xab\x37\xd5\x0d\x5f\xe9\xcf\xff\xf0\x00\x37\xcb\x3f\x14\x13\xee\x21\x21\x42\xf5\x0f\x60\x2f\xcf\x0a\x20\x82\x55\x42\x05\x08\x61\x78\xcf\x3c\x54\x45\x08\xb4\x97\x27\x83\x22\xdc\x22\xf3\x7c\x8a\xc6\x07\x05\x0d\xbd\xef\x1f\x0a\x43\xb5\x50\x59\x66\xda\x1a\xd8\x9a\x20\x41\x80\xb4\xc2\xd1\x72\x7c\x5e\x38\xf8\x85\x5f\xe0\x7d\xd7\x5f\x6c\x3c\x99\x74\x40\xd7\xc4\x11\x9f\x1f\xc0\x30\xd5\xcf\x9c\x88\xaa\x67\x46\xc4\x4f\x3d\xe3\x40\x77\x97\x50\x54\x2b\xcd\x77\xd4\x8d\xb6\xab\x4f\x83\xef\x2e\x93\xd3\x40\xd4\x92\xc3\xd4\x17\x28\xdc\x6c\x3d\x72\x45\x96\x62\x95\xd3\x8a\x5a\x78\x3f\x0a\xff\xc0\x13\x5d\x38\xba\xa2\xe8\xc7\x68\xee\x02\x99\xc3\x97\xff\x3f\x60\x93\x59\x7a\x26\xcb\x7f\x5a\x84\x68\x98\x7e\x7e\x30\x28\x7d\x90\x4a\x00\xc1\xe8\x8a\xa0\x9b\xcd\xe8\xab\x56\x72\x98\x80\x4f\x45\x5d\x66\x65\x49\x8b\x5a\x89\x00\x86\x7f\x20\x0c\x11\x46\xac\x48\x4e\x33\x7f\xf1\xa7\x93\xa8\x42\x11\xae\x9c\xde\x51\x2b\x63\x12\x35\xe6\xc6\xf3\x5e\x57\x87\x0a\xc5\xb8\xa5\x5f\x05\x24\x51\x3e\xf6\xa8\x8d\x36\x0f\xcf\x62\xa7\xa9\xc8\x43\xea\x64\x26\xe1\x9e\xda\xa9\x16\x95\x10\xaf\x1d\xcc\x23\xf9\x56\x3b\x4f\x5f\xaf\x25\xf2\xbe\x54\x4f\xf4\x60\xe0\xa3\xc0\x59\x65\x6a\x37\x1b\x46\x2a\xe2\xa9\x95\x86\x38\xea\xe0\xe1\x64\x22\x10\x60\x3d\xcc\x3e\x83\x37\x53\xc1\xb7\x9a\x5a\x6f\xdd\x3f\x2a\x0a\xc0\x29\xf9\x4c\xd4\xa0\xd0\x35\x8b\x32\x6b\xb0\x0e\xf5\x1a\xe0\xc8\xcf\x33\xec\x4b\x9f\x06\x40\x63\xf7\xf7\x49\xa3\x36\x09\x7c\x00\x94\x4c\x36\x6a\x00\xcd\x49\x16\xd4\x20\x89\xba\xe2\x54\x9e\xe9\xcb\x83\x98\x49\xa3\x68\x60\xfa\x38\x25\xdb\x8c\xca\x63\x5d\x5a\xef\x8a\x02\x6f\xc6\x5a\x95\x11\xcf\xd5\xcf\x94\x60\xd3\x3f\xc0\x5a\xa0\x13\xb7\xb2\xc2\x9b\xdc\x9e\xa2\xae\x24\x4a\x6f\xe4\x29\x2f\x5c\x50\x17\xc1\xb9\x84\x60\x4d\x4d\xba\x20\x60\xa5\xc9\x5e\x67\x43\x65\x9c\xcc\x47\x3c\x2c\xe2\xa3\xe9\x2f\xb8\x59\x75\xc7\xad\x3b\x13\x7a\x9b\x03\x76\x1a\x42\x2c\x0f\x98\xff\x57\xe9\x00\xa3\x22\xdf\xaf\xe3\x79\xa2\x22\x3f\x8c\x55\xac\x75\xe7\x5d\xc9\xd3\xbb\x53\x9c\x5b\x66\xec\x14\xad\x9e\xae\x03\x50\x54\x90\xa7\x42\x3d\x3e\x74\x94\x57\xd4\x58\x6b\x2a\x7b\x12\x95\xea\x71\x95\x31\x89\x7a\x50\x02\x58\xaa\x40\x03\x51\x95\x6d\x2f\xea\x41\x3e\xf1\x0b\x27\x9b\xf0\x0b\xd7\xcb\x89\xe6\xbc\x83\xe0\xd0\xbb\xfe\x04\xaf\x77\x3f\x23\x65\x91\x0e\xeb\x7a\xe6\xdc\x69\x9c\x27\xf7\xb4\x97\xf0\x24\x73\x6b\xb6\x4f\xf8\x85\x7b\x33\x9c\x0c\xb9\xf4\xfb\xdc\x7f\xe6\xe5\x54\x6a\x78\x45\x91\x07\xe6\xe7\x03\x80\x80\xc3\x92\x09\x5a\xfc\xa6\x6c\xa5\x51\x2f\x04\x5d\x98\x04\x16\xa3\x58\x66\x09\x26\x7e\x31\xaf\xb3\x32\xda\xf4\x66\xb8\x72\xf5\xd4\x07\xc2\x5b\x86\xe7\x01\x66\x7c\xb9\xc7\x47\xbd\xb9\xdf\xbc\xbd\x6e\x24\x88\xf4\x16\xbe\x33\x71\xa6\x46\x71\x53\x48\x68\x22\xef\x9c\x48\xbf\xc0\xe3\x5c\x6a\x88\x7a\x27\x95\x1a\x06\xb2\xfe\x2a\xb7\x5d\xd4\x17\xc6\x54\x45\xd4\x46\xbd\x49\xb4\x88\x84\x65\x61\xb8\x07\xa0\x9a\x36\x65\xb7\xac\x34\xde\x7b\x66\x9f\xdc\x6d\x62\x07\xf8\x67\x0e\xa3\x81\x87\x2c\x29\x4d\x47\x4d\x9c\xf3\xa7\xb0\xa2\xa8\x0f\x2f\x53\xe6\x26\x7a\x73\x2a\xa1\x4e\x54\xa4\x04\x5e\x1e\xf2\x43\xec\x27\x6e\x69\x0c\x57\x91\xff\x4d\xb4\x5f\xae\xc4\xd0\x0f\x0c\xe1\xae\x7a\xce\x51\x4f\xfd\x80\x95\xf8\xbc\x30\x50\xa5\xc6\xcf\x10\xdf\xda\xa9\x0d\x25\x89\x6d\x13\x68\x8c\x74\x9e\xba\x6c\xb7\x8d\xb7\x3e\xad\x5c\x63\x44\xcb\x4f\x62\xad\x95\x0c\xa7\x16\x0d\x85\x89\x14\xf4\x05\x33\xec\x79\x6d\x1b\x51\x8e\x24\x50\x2b\x64\xe1\xd0\xf3\xe4\x07\xa2\xba\x70\xdf\x89\xa8\x82\xd8\xf9\xee\x1e\x79\xa3\x0a\xb7\x48\x61\xb1\x99\x48\x6e\x82\xe5\x26\x71\x1d\xf1\xc0\xa9\x6b\x11\xa8\x69\x15\x49\x3a\x24\x46\x1b\x43\x89\x3d\x91\x2f\xa6\xa9\xf2\xca\x8f\x06\xd5\x8b\x12\x85\x45\xa3\x7d\x7f\x7a\x56\x10\x43\xa2\x94\xa7\xd1\xe0\x08\xa9\x7c\xa4\xd1\x1a\x6f\x60\xee\x11\x9e\x91\x43\xf0\xa0\xa5\xb9\x5f\x62\xb9\xb5\x9c\x57\xff\x90\x88\x42\xec\xd2\x28\x76\x8b\x3b\x61\x55\x0d\x6d\xab\xd6\xc8\xa4\x02\xfb\x8d\x51\x22\xca\x15\x17\x8d\xc8\x67\x93\x2c\x6f\x69\x2c\x91\x7e\xae\x75\x2e\xa7\xc8\xe8\xd9\xab\x26\x1f\x01\xc9\xc3\x73\x95\xda\x14\xb7\x88\xd0\x35\x33\x2d\xea\x3b\x28\x9b\x67\x34\x14\xe2\x9d\x9b\x4e\x8f\x06\x65\x8a\xaf\xf9\xad\x73\x2e\xf5\xff\x40\x4d\x17\x89\xc0\x36\xf2\xd8\x14\xc9\x70\x30\x18\x9f\xe7\x86\x4c\xee\x7e\x1e\x1c\x82\x18\x6a\x70\x08\x7e\xc6\x6a\x0a\x0e\xb4\x91\x13\xab\xa9\x1f\x0c\x2a\xfc\xbc\x41\x48\xe1\xbd\x0c\xe7\x4a\xa5\x6b\x88\x46\x68\xe6\xc5\x8b\x5c\x09\x11\x15\xbc\x3d\x98\x07\x91\x72\xcf\x42\xb5\x21\x50\x45\x49\x25\xa3\x51\x7d\x22\x7c\xd1\x60\x9f\x69\xd3\x4c\x4a\x64\xb5\x79\xab\x32\x35\x8d\x14\x8c\x6d\x4e\xbe\xa0\x2e\x27\x76\xe2\xf0\x07\x38\xa5\x85\x1d\xda\x4c\x99\x26\xa2\x17\xfb\x14\xf6\x6a\x2b\x05\x8a\x88\x58\xc9\x60\x9a\x5b\x3a\x18\x6c\x12\xe5\x6d\x51\x1e\xe8\x62\xd6\xd6\xe2\x1b\xee\x85\x18\xc6\x7b\x83\xe9\x5f\x54\x96\x32\xda\xe2\x5c\x98\x0c\x58\x70\xcd\x73\x7b\xd2\x29\x2a\xf6\x9c\x1b\xd1\x49\xad\x8c\x87\x8e\x12\x62\x4d\x45\x0f\xa2\x11\x8b\x6d\x96\x9d\x7b\xee\x47\xff\x80\x3b\xc2\x74\xa7\x39\x30\x8d\x23\x73\xf7\x79\xc9\x76\x1e\x8b\x9b\x7f\x20\xa3\xd5\xbf\xb8\x78\x47\x43\xcd\x31\xe7\x74\x8a\xc6\x04\xc2\x56\xdf\x37\x28\x7e\x7c\x65\x6d\x09\xdd\x74\xff\x6b\x44\x6a\xaa\xc0\x18\xed\x48\x92\x34\x0a\xe4\xe6\x9b\x9b\xe5\x3b\x02\x9d\x8b\xe5\x39\xe3\x9c\x95\xa9\x2c\xda\xc9\x71\xeb\x6e\xd4\xce\x1c\xb7\x7f\xc0\xfe\x12\x6e\x6a\x00\x52\x8e\xf2\x8b\x76\x62\xf7\x08\x06\xb5\xeb\xc7\x17\xf4\x05\x80\x52\xb1\x77\x54\x83\x39\x48\xb9\xe5\xa2\xc1\xfc\x33\xed\x8e\xd3\x2e\x32\xfb\xe6\x2f\x78\x18\xea\x42\xd6\xa0\xbd\x29\xf6\x85\x6a\xb0\xff\xa8\x84\x4a\x34\xba\x4c\x4e\x6f\xd1\x2b\xe7\x5b\x6f\xc0\x20\xa4\x04\x6a\xd1\x6e\x86\x6c\x68\xe0\xa8\xdc\xa5\xfc\x69\xd1\x6e\x6a\x6b\x74\xaf\x6c\x0c\x64\xf1\x38\x61\x31\x1a\x06\x11\xf0\xa3\x2c\x3f\xf3\x2d\xaa\xce\x0e\x83\x0a\x94\xfa\x2a\xf6\x9d\x6a\x77\xae\x9f\xbb\xc0\x5e\xb1\x5c\xb9\xb1\x7e\x9b\x0f\x4b\x84\xc2\x0c\x1f\xa6\xa9\x52\xd2\x45\xb4\x3d\x30\x44\x58\x7c\x52\xc5\x64\xa9\x40\xec\x65\x59\xf8\x24\x4f\x89\xe8\x87\xea\x9d\xe6\x1f\xc8\x00\x66\xc3\x4c\xf4\xa7\x1d\xdd\x7f\xd0\x58\x4a\x9e\xf6\x1f\x66\x52\x22\xa1\xa3\x34\x97\x32\xf8\x44\x07\x54\x52\xfa\x9c\xe8\x8c\x8d\xb1\x3b\x57\x47\x52\x97\xd0\xd2\x74\xd8\xa9\x94\xcb\x26\xfa\xef\xc6\xb3\xde\x07\x54\xb2\xd6\xab\x23\x83\x5f\xb1\xb3\x56\x47\xa0\x8b\x92\xc2\x44\xdf\x48\x81\x28\xde\x18\x53\xd2\xdc\x02\xd5\x3f\xd3\x2d\xe0\x32\x27\x79\xd1\x61\xe7\xb2\x0d\xb4\x6f\xa8\xcf\xa7\x53\xa8\x6f\x24\xd1\xcf\x0f\x54\xf6\x22\x99\xc9\x92\x37\x01\x84\xce\x2a\xb4\xbe\x55\xf5\xc2\x3c\xaf\xcb\x3f\x30\x4c\x4e\x44\x03\xdd\xcd\x4d\x90\xa2\x23\x54\x46\x99\xd9\xa3\xa3\xd2\x56\x7c\x9e\x83\xd3\xe2\x16\x58\x93\x44\xa3\x7e\xd1\xde\xfb\x82\x46\x55\xf2\x6e\x60\xb2\x0f\x24\xbc\xf5\x0b\x5c\x29\x2d\x6d\x41\xcd\x3f\x09\xff\x5e\x7f\x70\xbe\xf2\x33\x4a\x42\x08\xb1\x74\xa8\xb4\x2c\x2a\xfa\x0b\xfe\x8a\x0f\x87\x5e\x93\x35\x34\x8f\x70\xe7\x94\x27\x71\xf4\x3a\xff\xfb\x5f\x53\x81\x86\xe8\x35\x87\xe0\x1f\x60\x2c\x14\x7f\x77\xe4\x91\xa9\x9e\xc5\xca\x11\x98\x22\xca\x0d\x5d\x35\x7b\xcb\x95\x52\x8b\x8d\xf2\xcd\x4d\xa2\xe6\x82\x12\xaa\x44\x87\x99\x2d\x3c\x8b\x2d\xe7\x5d\x7d\x34\xca\xbb\xe2\x16\x16\xbe\xd0\xa8\xda\x8e\x67\x4d\x3b\x0c\x71\xd6\x24\xf7\xc6\x2c\xa7\x7f\x49\xff\x13\x1d\xf1\xca\xca\x85\x12\xbd\xa5\xa8\xd4\x14\x20\x60\xd9\xa6\xf0\xde\x73\xc4\xa2\xb7\xc3\xcd\xc1\x9c\x98\xc8\xb4\xfa\x07\xe4\x44\x35\x9b\x74\x8e\xd8\xdc\xdd\x79\xdb\x11\x0d\x9d\x03\xd4\xb2\x22\xac\x27\xcc\x99\x08\xeb\x51\xd0\x69\x74\x84\xf5\x58\x09\xdd\x3b\x15\xbe\xde\x4f\x48\x94\x53\xec\x74\xd7\x51\x7a\x4c\xb9\x01\xa3\x8f\x8d\x2f\xe8\x0b\xd4\x1e\x53\x64\x6c\xf4\xc1\x55\xd4\x9a\x8c\x0e\x55\x96\x48\x04\x32\x35\x28\xec\x23\xf0\xbe\x26\x69\x70\x0d\xfd\x3f\xea\xbc\x9b\x64\x44\x47\x87\xa7\x04\x1a\x42\xe7\x4c\x8a\x8e\x98\xa0\xf8\x8c\x80\x40\x49\x6c\x04\xb7\x58\xeb\x3c\x3a\x35\x88\x4a\xac\x1b\x3d\x72\x59\xd4\x02\x60\xaa\x6d\xa7\x1d\x76\xc2\xf8\x3c\x77\x1e\x2f\xfe\x00\x9c\x5b\xdc\x45\xc0\x3d\x58\x24\x42\xe7\x18\x9e\x43\x3a\x26\x29\x4d\x69\x74\xa6\x70\x54\x48\x48\x74\x18\x0e\x6d\x7a\xef\x74\xb4\x55\x4e\xd1\xe8\x30\x14\x86\x79\x0d\x89\xa2\x8b\x3d\xfe\xfa\xc4\xbc\x7a\xaf\x4c\xb0\x8e\xd7\x61\xa2\xd6\x4e\xb8\x81\x93\x24\xb8\x07\xb8\xa9\x79\x21\x81\x94\x55\x5a\x3b\x7a\x02\x65\x9d\xa1\x1d\x99\x7a\x6c\x8b\xea\xa8\xaa\x1b\xe6\xf6\x95\x24\xaa\xc5\x45\xf3\x96\xa5\x12\x72\x24\x86\x17\x62\xf1\x0c\x35\xd1\x28\xab\x6b\xbd\x68\xdf\x73\xe9\x34\x4a\xc4\xf7\x84\xb9\x67\xe7\x41\xdf\xfd\x03\x8e\x30\x4f\x34\xe0\xa9\xca\xa3\x45\xa7\x5d\x71\x13\xf4\xeb\xc8\x78\x68\xb7\xf7\x7e\x80\xff\xbd\x83\x0e\xf6\xa8\x41\xd1\xce\x38\x7d\x20\x1d\xec\x51\x24\x1e\xbc\x2d\x08\x4b\x76\x78\xde\xc6\xa7\xc7\x05\x61\x2e\x92\x0f\xe2\x1f\x2f\x25\x72\x49\xc7\xa7\x01\xce\x8a\x96\xf2\x00\x88\xb6\xac\x3e\xf3\x8c\xd4\xca\x20\xb8\x27\x7c\x1c\x9d\x1c\x83\xa6\xf9\xcc\x59\xd3\xa0\x10\x83\xdd\x7d\x5e\x9d\x84\xa2\x96\x85\x27\x7d\xf7\x44\x12\xe0\x70\x7c\xfe\x67\x20\x79\x77\x17\xa0\x59\xb8\xb3\x9f\x74\xf6\x34\x32\x80\x62\x71\x6e\xde\x23\x30\x65\xc6\xe7\xb9\xf2\x05\x11\xf9\xe2\xe5\xa2\x72\x68\xd1\xaf\x8e\x64\x2d\x9a\x96\x8b\xe6\x8a\xcf\x0b\x74\xf9\x72\x8b\xd8\x32\x9f\x06\x51\x32\xcb\x0c\x7e\xe5\x20\xdc\x22\xef\xf9\x9f\x37\x00\x5f\x04\x02\xfb\xcd\x99\x17\x10\xed\x40\xcf\xab\xfd\x49\x43\xd7\x01\xad\xc3\xad\xdf\xc9\x5a\x9a\x65\x6a\x29\x37\xf3\x1a\x6c\xad\x8a\x95\x8f\xce\xa2\x1e\x2a\xf5\x1e\x1d\xf9\x0d\xe7\xf6\x69\x82\xe7\xb6\x65\xd9\xf3\xe2\x7d\xfb\x85\xf7\x87\xe2\xd2\x0c\x8f\xac\x39\xb6\x18\xf7\x87\xc2\xec\xf3\x02\xd6\xde\x5b\x0e\x0e\x59\x8e\x11\x18\x74\xb8\x52\x52\xd1\x18\x08\x19\xb2\x07\xff\xf8\x51\xfb\xa1\x9b\xcf\xa0\x53\xf5\xf6\xf9\x82\x0c\x3a\xfc\x49\xce\x44\xd7\x0f\x74\x1e\xd5\x39\x35\xe0\x33\x6d\xff\xe4\x91\x8a\x43\x91\x39\x10\x57\x64\x67\xf2\xf1\xe3\x6a\x0f\x77\x0a\x96\x15\xfb\x8c\x1f\x39\x54\xbb\x64\x24\x7e\x96\x50\x1e\x5b\xd2\xed\x1f\x88\x60\xdc\xe9\x96\x93\xa7\x5e\x37\x5a\xf6\x86\xdf\x20\xec\x70\xb7\x88\x26\xb2\x8f\xf3\x28\xc4\x55\xd5\x3f\x40\xee\xea\x00\x1c\x85\xd7\x7c\x0f\x04\xa1\xe0\xd5\xe1\x44\xa3\xe0\x4c\x16\x0f\x8c\x42\x32\x4d\x44\x22\xdc\xea\x37\xa8\x86\xf3\xc8\xe0\x0a\x66\xef\xc8\x51\xa9\xfb\x31\x15\x34\xba\x6e\x52\x5f\x8f\x4a\x32\xfd\xcc\x8b\xbc\x07\xc6\xf2\xb2\xfd\xf3\x06\x56\x48\x1a\xc9\x51\x79\x64\xb9\x8f\xc6\x3b\xb5\xc4\xff\x68\x64\x5e\x9d\xc4\xa3\x61\xff\x49\x4e\x0d\x5a\x5e\xa7\x87\x0e\xcb\x6b\xb1\x2b\xec\x48\x07\x70\x8f\x8c\x30\x35\xfc\x05\xf5\x0d\x9f\x1f\xa8\x2d\x34\x9d\xa9\xc4\x34\xb7\x02\x87\x7e\x06\x46\x68\xf9\x59\x21\x38\x84\xf9\x0c\x19\x9d\x4b\xa8\x63\x6a\xf4\x01\x17\x34\xbf\x80\x33\x24\xdc\x40\x2e\x98\xba\x80\x8a\x32\x3e\x0d\xe4\xbe\xd7\xcc\x64\xc9\x58\x5d\xf4\xc7\xc8\xf5\x50\x9b\x44\x6e\xe1\x2f\xd0\xa4\x54\x3f\x63\x90\x27\xcc\x35\x8c\x58\xda\xc2\x3f\x50\xaf\xe2\x05\x83\x0a\xd1\x3e\x39\x23\x55\x88\x9e\x19\xe4\xba\xb1\x47\xcc\x08\x8a\x40\xaf\x06\xa1\x97\xd0\xdd\x20\xd4\xd2\xd9\x37\x02\xc9\x78\x97\x7b\x44\x06\xae\xe6\x0e\x38\x08\xff\x0f\xcf\x0f\xaf\x5d\x20\x71\xba\x8c\x07\x63\x92\x62\x7d\x3f\xe9\xab\x2f\xfd\xc7\x98\xb0\x7f\x79\x04\xa8\xf0\x61\x6f\x84\x31\x99\x85\x43\x1d\x24\x70\xab\x7e\x81\x95\x1c\x35\x22\xe4\xce\x76\x48\xdc\x98\x1c\xa1\x1b\xc0\xae\xf8\x10\x80\x33\x48\xb7\x8e\x41\x4b\xb0\x67\x0c\xe9\x12\x95\x9d\x22\xc6\x4a\xde\xfa\xd3\x99\x34\xe0\x1b\x66\x4b\xf6\x58\x88\x7b\x32\x1b\x2d\x84\x0d\x7c\x7a\xa3\x5a\xf9\x43\x0e\xed\x18\x22\x7f\xf1\x06\x22\xf8\x33\xe8\x8c\xae\xda\xf1\x31\x52\xb1\x29\x45\xf3\xd8\x61\x7e\x09\x7f\x41\x67\x70\x13\xb5\x53\x88\x7e\xde\xc0\x2a\xfa\xfc\xd8\x29\xba\xcd\xbb\x07\x96\xd5\x6c\x82\x7a\xaf\xaa\x57\x18\xe3\xa0\x66\xd4\xb3\x76\xa0\x94\xaa\xcf\xac\x23\xbb\x14\x0d\x07\x14\xcb\xde\x70\x27\x2f\x52\x42\x3c\x03\x20\xcc\x26\xe7\x41\x0f\x75\xcf\xc3\xc9\xfd\xe7\x41\x9c\x28\xfd\x22\x7c\x3d\x4e\x16\x22\x10\x6b\x9e\x14\x44\xde\x2c\x08\xc1\x2a\x16\x0a\x4c\x7b\x63\x77\xdc\xc1\xaa\x1f\xd3\x44\x03\x95\xd9\xea\x3d\x12\x95\xf9\xa4\xb8\x48\xb4\x9f\x29\x35\xbc\x3f\xae\x81\x17\x44\xc3\x0b\xba\xea\x26\xab\xc2\xb8\x88\xf9\x3d\x2f\x50\x51\xda\xdd\x62\x5c\xa8\xc1\x61\xc1\x05\x48\x65\xeb\xf0\xb8\xe0\x86\x6a\x76\xbf\x29\xf3\xbd\xa3\x5f\xcc\xd5\x6d\xa8\x1d\x37\x63\x09\x44\xc1\x8d\x4b\xb7\x05\x3c\x6c\xc1\xb6\xc3\x8e\x3b\x97\xda\x2f\x04\x5e\x10\x3f\xde\x3c\x1d\x2d\x63\x90\xd9\xd0\x36\xcd\x71\x53\x17\xe8\x89\xbf\x73\x9e\x35\xe8\x17\x86\x55\x15\x2d\x8b\xc1\x54\x86\x8e\xd7\x19\x0f\xc5\x8a\x19\xf0\xc1\x89\x20\x7d\xcb\x40\x32\x9f\xcf\x49\xf7\x50\xe3\x23\xb0\x38\xe0\x14\xf7\xe1\xe0\x27\x27\x5e\xc3\x82\xdf\xfc\xf4\x11\xf2\x24\x91\xa2\x1a\x4e\x6f\xaa\x36\x19\xf1\x4b\x22\x87\x7e\xd8\x00\xfa\xfd\x42\x43\x8b\x55\xcf\x49\xd3\xd4\x0f\x98\xc9\x4f\x8b\x13\xcf\x9b\x9e\x11\xe0\x13\x6e\x20\x37\x76\xe8\x87\x83\x71\x21\x7a\xa6\x1f\x69\xd7\x33\xf5\x1b\x92\x1d\x91\x90\x4c\x1a\xca\xd8\x08\x14\x25\xc0\x63\xa3\x26\x5f\x6a\xd6\xd8\x78\x17\x9f\x6e\x83\x13\xe5\x26\x78\x2b\xd5\xde\x0f\x28\x2d\xbd\x9a\x01\xa5\xa5\xa1\x4f\x20\x77\x8f\x5d\xd0\x23\xbd\xea\xb4\x29\xa2\x70\xe2\xfc\x01\x91\x8f\x8e\xda\x80\xd3\x9c\xad\xc3\x51\x78\xf1\x98\x6e\x81\x76\x13\x6d\xa3\x28\x3c\xdf\x25\xe1\x82\x35\x5b\xa7\xa9\xa8\x94\xfb\xda\x49\x51\x69\x43\x14\x87\x44\x25\xcb\xe8\x78\x8e\x54\x0a\xfa\x0b\xe2\x18\xcd\x14\x9c\xf1\x8b\x5d\x8d\xa3\x72\x3d\xcc\x22\x40\x68\x36\x30\x45\xe3\xfa\x08\xb7\x47\xc2\xad\xf9\x27\xc7\xba\x60\x55\xd6\x70\xf3\x60\xb0\xe2\x67\x42\x31\x6d\xd5\x68\x39\x2d\xea\xaf\x27\x01\x5a\xbc\xce\xdd\x2d\x89\x16\xd0\xb9\xd9\xbe\x1c\xd0\xb9\xd9\x70\x1a\x3d\xf7\x8d\x7f\xc8\x41\xeb\x07\xe8\xd0\x86\x24\x52\x8c\xf2\xdf\xff\x62\x9a\x49\x47\x85\x57\xb9\x16\x73\xf0\x76\x63\x0e\x44\xe4\x9c\x75\x68\x31\x58\x04\x4c\x24\xa5\x23\x9e\xd9\x01\x8e\x78\x36\x68\xc7\x60\x69\x08\xb3\xe4\xe0\x20\xfc\xcc\xcb\x8e\x99\x21\x28\x56\xbb\x7f\x28\x1c\xa6\x7f\x00\x4f\xea\xda\x11\xac\x86\xe6\x44\x0d\x11\x84\xe7\x12\x41\xc1\xec\x39\x76\xfb\x0e\xd8\x7b\x67\x71\x93\x0f\x9e\x35\x0c\xd8\x7f\xc3\x79\x11\x22\xdd\xe1\x85\x26\x02\xe0\xc7\xc6\xda\x00\xf8\x99\xba\xa7\x04\x12\xd7\xd8\x10\x1b\xac\xf4\x61\xb3\x5c\xd0\xe9\xcd\xee\xa4\xb1\x68\xd3\x58\x7e\x83\xf2\x40\xea\xfe\x58\xec\x43\x73\xc7\xe0\x70\x15\x3d\x8d\x40\x9d\x55\x9b\x72\x83\x5a\xaa\xe2\x99\x81\x56\x6a\x16\x8f\x6b\x47\x71\x06\x2f\xe8\xce\x05\x35\x13\xc2\xce\xda\x7c\x7b\x8a\x3d\x0b\x24\xbb\x09\x44\xb2\x7e\x88\xb8\x70\xd3\xf1\xff\x94\x10\xc3\x4d\x72\x2b\xe8\x9c\x8b\x83\x64\xab\x8b\x83\x88\xc5\x4c\x73\x80\x4f\x2d\xa6\x0e\x42\x57\x13\x75\xe0\xf0\x17\x94\x8d\xcc\x53\x63\x0e\x38\xc8\x33\x5a\x60\xf8\xcc\xd9\x5e\x19\x07\xb7\x8e\x05\x3e\x6a\xe0\xdb\xb8\x1b\x27\x2f\xbb\x16\x39\xc8\x17\x6d\xfb\x65\xa4\xcb\xbc\xc5\x39\x21\x8d\x30\x4f\x5c\x54\xc9\x78\x39\x2f\x4a\x00\x21\xd2\xb8\x72\x58\x7e\x83\x7d\x68\xdc\xc4\x30\xd6\xce\x06\xca\xbd\x5a\x39\x1b\x50\x1c\xf9\xa6\x14\xc0\x34\xd6\x94\xc6\x9d\x7c\x2d\xa2\xa0\x16\xfa\x4c\x3d\x34\x3f\xd3\x07\xe7\x9d\x0c\x23\x12\x6e\x96\xa3\xf3\x07\x94\xdd\xba\x07\xc5\x0b\x5a\xaa\xd3\x49\x04\x93\xd3\x0c\xff\xbf\xb3\x45\xb7\x70\xf2\x07\x13\xc9\x8c\x05\x7e\x06\xdb\xfb\x24\x85\xe6\xc8\xb6\x87\x78\xa8\xd6\xb1\xac\x65\x99\x7b\xc7\x93\x05\xf2\x2f\xdb\x61\x24\xd2\x05\xce\xc2\xf8\xa1\x29\x58\x90\x37\x60\x55\x9d\x45\xd0\x2a\xa0\x4b\xf2\xc5\x78\xa2\x80\xac\x5d\xe0\x26\x4a\xa3\xcd\xb2\xf9\x85\x9c\x98\xa1\x1f\x16\xdf\xd8\xf4\x03\x9b\xf4\xf3\xc5\x17\x8a\x7e\xe0\xce\x89\xbf\x14\x2f\x8a\xb9\x71\xd7\xe8\x4c\x9a\xa8\x93\x61\xf5\xd8\x44\xe8\xbd\x37\xee\x44\xb6\xc0\x4d\x06\x90\xb9\x25\x81\x1a\xd3\xc6\x53\x55\xb0\x68\x16\x6c\x54\x9d\xb2\xb3\xc0\x90\x1c\x7e\xa6\xa8\xd6\xf9\x31\x53\x45\xf4\x79\x03\x95\x54\x4c\x13\x82\xf3\x6d\xcd\x9e\x74\xe3\xd7\x5d\x64\xd2\x09\x5f\xa5\x38\x62\x56\x2e\xb6\x04\xf1\x44\xc1\x58\x3b\x27\xce\x8a\xe0\x6f\x89\xf6\x99\xda\x1d\xdd\xd1\x66\x0d\x72\x87\x68\x00\xb8\xb0\x8e\x6f\xd6\x87\x89\x5d\xfe\x3d\x43\x55\x13\xbe\x08\xcf\x54\xd5\x08\xaf\xcc\x86\x63\xb2\xfb\x85\x20\xd5\x7e\x21\xf9\xcb\x6f\x10\xca\xe9\x28\x9e\x0d\xb7\xd3\x4f\x93\x2c\x73\x28\x09\x35\x3b\x9d\x07\x65\x8f\x9a\x09\x20\x04\xe6\x26\xf0\xc0\x72\x14\xe4\x84\x11\x4e\xa5\xf6\x62\xf6\xe4\x27\xcd\xcd\xe0\xf2\x98\x25\x06\xa2\x2c\x4c\xe6\xa0\xfb\xc9\xf2\x0b\xdc\xbd\x9b\xdf\x40\xaa\xa9\xe1\x17\x4e\x28\x0d\x34\x2e\xa8\x62\xe2\xfb\x03\x0e\x2d\x13\x15\xa8\xbd\xf3\x79\x06\x24\x95\xd6\x71\x06\x3c\x18\x3d\x51\xd0\x9b\x58\x59\x37\x91\x1a\x66\x39\x91\xcb\x9c\x94\xb3\x5a\x6f\xe4\xb1\xb3\xc2\x70\xc2\xe5\xdd\x9e\xc7\x73\xe6\x90\xd4\xe3\x64\x0f\x1a\x12\x03\xdb\xcc\x51\x3c\xea\xa5\x39\x9d\x93\x8a\x04\x0f\xe1\x3d\xfb\x6b\xf3\x36\x41\xd6\xe0\x52\xfd\x4c\xa1\x2a\x38\x3b\x61\xa0\xb2\xe9\x67\xae\x40\xe2\x63\x51\xc4\xbc\x31\x06\x72\x13\xf6\x2a\x2b\x0f\xe7\xa2\xe8\x28\xfe\x81\xca\x5b\xcb\xa7\xc4\x0a\x42\xa8\x73\x4f\x21\xa9\x95\x84\x05\xcb\x5a\xb7\x99\x58\xc1\x0c\xb7\x33\xfa\x54\x7d\xec\x64\x6a\xc9\xdd\xf9\x62\x85\x62\x4f\xa3\xb9\x93\x4a\x3f\x93\xe9\x3f\x2f\x20\x02\xcb\xb9\x88\x26\x92\xd1\x58\x0b\x37\x8f\x3c\xaf\x34\x13\x47\x52\xad\xc9\x3f\xb8\x0b\x2c\x66\x11\xc1\xbf\xc6\xe7\x13\x6c\x4e\xc1\x8f\x09\xaf\x2c\x2b\x50\x26\x9d\xb2\x54\x70\x32\x26\xac\x5c\xbe\x33\x4f\x3a\x69\xd9\x03\x7f\x22\xe4\xdf\xca\x8b\x79\x24\x03\xa8\x4b\xaa\x5c\xcc\x72\xa8\x3d\xe1\x0b\xee\x44\xfc\x9d\x0a\x89\xc4\x3c\x69\x7e\x9f\xfe\x20\xf7\x9d\x88\x3e\xf3\xe4\xf7\x1b\x98\x5b\x0b\x56\x24\xb9\xb1\xa3\xc6\x4c\x0d\x8b\x40\xd6\x3c\x93\x23\x34\x51\xc8\x12\xa0\x82\x17\x31\x51\x6b\xde\x0a\xce\x99\xf0\xc4\x1b\xe5\xe2\xcc\x6e\x7f\xca\xc5\x30\xe1\x44\x66\x25\xd2\xbc\x78\x40\xea\x6a\x30\x2f\x5e\xd2\x2d\x98\x09\x66\xbc\xd3\xd3\x87\xcc\xc2\xe7\xe2\x3c\x9b\xa9\xd3\x2e\x25\xd4\x36\x6f\xda\xfc\x75\xbd\x98\x54\xa1\x58\xa0\xa1\x18\xbd\x8d\xd1\x33\x5d\xbc\x3c\xd1\x37\x17\xdf\x0d\xc0\xd7\x42\xa0\x6d\x3e\x38\xe2\x94\x52\x37\xe6\x43\x19\xea\x89\x7e\x38\x70\x7f\x91\xe3\x14\x0d\x28\xcd\xda\x94\x6e\x2f\x26\xa3\x02\xed\x07\x3e\x91\xdb\x67\x5a\xb2\xc3\x1f\x7e\xfa\xa2\x36\x9f\x9c\x89\x7f\xe3\x58\x2c\xdd\x65\xa7\xaf\x95\x2a\x92\xa6\xe7\xa4\x62\xea\x07\xcc\x8c\xae\x44\x8b\x56\xa7\xf1\x69\x81\x66\x78\x75\x81\xec\xc4\xb3\xe8\x5c\x5c\x48\x6f\x67\x3c\xb1\x88\x37\x74\xa1\x59\x48\xed\x63\x49\xbf\xb6\x9c\xeb\xa5\x1f\xb8\xf3\xaa\xbf\x38\x39\x0a\x37\x89\x13\xcb\x2e\xd5\x8b\xc9\x07\x1c\xe8\xbc\xca\x8f\x6f\xa8\x0d\x1a\x9d\x1c\xe6\xb9\x0a\xe5\xbf\xc8\xa0\x49\xc9\xae\xbc\xab\x80\xef\xa4\x09\x58\x28\xb3\x60\x70\xb8\xe0\x33\x65\x78\xb9\xe0\x21\x5f\xec\xea\xbb\x0a\xcf\x38\x01\xa7\xf5\x82\x94\x69\x35\xcb\x62\x64\xe0\xf2\x17\xf4\x91\xb7\x67\xd7\x42\xe0\x5f\xd9\x7e\xfe\x01\x93\xa5\x63\x6e\xd5\xe4\x11\x51\x55\x11\x39\x2a\xf4\xb6\x10\x18\xd8\x94\x48\x37\x56\x65\x52\x1a\x0d\xb3\xe6\xd4\xa9\x85\x06\x34\x27\xc9\xb9\x5a\x86\x15\xeb\xb9\xf0\x03\xbf\xd0\x48\xa4\xdf\xe8\xec\x53\x44\xc0\xaf\x3e\x7e\x9f\x3e\x80\xe7\x8a\x9b\x80\x75\xd4\xab\xd5\xb0\x18\xc5\xef\xf3\x30\xd6\xbd\x79\x21\xa9\x51\xb1\x8b\xf3\x42\x9a\xe3\x62\x8f\xe6\xd5\x5f\x39\x66\x41\xb3\xfa\xc6\x17\x34\xfb\x1d\x07\x9b\xc4\xc8\x62\x41\x59\x87\x99\x2f\xb8\xe5\x1b\x21\x2e\x44\x2c\xda\xde\xba\x3a\xb7\x8a\x9f\x27\x89\xd4\x62\x51\x53\xb3\x4c\xc2\x85\x00\x46\x31\x3a\x80\x97\x4d\x33\x0b\x5e\xf8\xd3\xff\x0f\xae\x84\x08\x82\xab\x93\xc3\x34\xd7\xe8\xd8\xcc\x9a\xa5\x41\x7c\x59\xfd\x02\x6a\x5b\x7a\xad\x47\xf2\xb8\x7b\x38\x38\x66\x8d\x61\x30\xc3\x9e\x5e\xa0\x2f\x52\xd1\xad\x6b\xc1\x95\xc8\xea\xca\x05\xd7\xa1\xb0\x67\xdf\x0a\x0e\x5a\x2b\xc5\x1a\xf4\x76\xc0\x5e\x91\x12\xc5\x7d\x70\x37\x5b\xc4\x50\xed\x22\xe1\xbb\x60\xe3\x72\xf2\xc8\xc5\x32\xf6\xcd\xff\xa3\x52\xbe\x8e\xa8\x05\x13\x56\xb4\x3f\xa9\xec\xd6\x24\xbd\x9a\x44\xa6\x2b\x5e\xa6\x17\x19\x93\x5c\x98\x3f\x16\x80\x9f\x4a\xb5\xc7\x9a\x48\xfa\x6c\x3e\x79\x81\x5f\xb5\x09\x6a\x2d\x72\x9e\xe5\x00\x42\x1f\x3f\x79\x0c\xd7\x02\xbe\xb6\xc8\x5c\x29\xac\xb4\x2c\x50\x02\xb5\xe5\x29\xa2\x47\xff\x32\x51\xb4\x7b\x59\x1a\xad\xa4\x5a\xe3\x82\xab\x92\xcf\xf9\x45\x2b\x56\x91\x2a\x63\xd1\xd9\xde\x2d\xc0\xd7\xde\x87\xe8\x22\xae\xb3\x97\xf3\xda\x79\x31\x14\x3e\x5d\x04\x76\x16\xe4\x3b\xb9\xab\xf8\x85\x17\x21\xf9\x90\x5c\x3b\x37\xad\xb7\xdc\x0b\xec\xaa\x33\x0c\xad\x03\xb9\xca\xbd\xe5\xe0\xdc\xe4\x23\x72\x1d\x04\xa3\xcd\x3f\xe4\xbc\x68\xae\x8f\x5c\x4e\x0d\x8b\x85\xee\x9b\xbb\xb8\xb1\x9a\xfe\xe0\x81\xf2\x53\x83\x40\x05\x09\x55\x90\x8b\x45\x10\x67\xd1\x75\x72\x87\xe8\x46\xb6\xe8\xac\xe4\x4c\x0f\xeb\xe4\xb6\x94\x4e\x68\xb1\x86\xd8\x47\x48\x23\xb7\x93\xc3\x6f\x17\x0b\x44\x38\x03\xec\x82\xa5\xcc\xa9\x1e\xd6\x99\x13\xa7\x89\x81\x16\xe9\x43\xe5\x45\xaf\x78\x8d\xe2\xca\x93\xc5\x3f\x74\x74\xa9\x16\xe9\xcc\x5f\xa4\x33\x5a\x2c\x77\xef\x2e\xaf\xa4\xc9\x2f\xf0\xbc\xfb\x34\xc9\xf3\xce\xcb\x7d\xd1\x43\x4f\x2f\xd0\x34\x66\x67\xe9\x05\xd3\xd8\xb2\x48\x46\xd5\xaf\x62\x57\xe8\x75\x73\xbd\xdd\x02\x53\xb8\xf9\x99\xe7\xa3\xae\x2f\x0b\x81\x93\xb6\x00\x2c\x00\xbd\xcf\xe9\x07\x87\x24\xc7\xb9\x2d\xa8\x9d\xd6\xf8\x34\x70\x70\x10\x26\xe1\x44\x0b\x6e\x91\x97\x13\x7f\x81\x0a\xac\xcd\x12\xf1\xe1\x76\xd7\xc5\x61\x51\x8b\xa4\x2a\x5b\xb1\x00\xec\x6c\xaf\x5b\x74\xcd\xdf\x74\xdc\xed\x80\x6d\xbe\xb1\xef\xcc\xee\xe0\xcc\x1c\x3b\x1c\x90\x9a\xd3\xe3\xee\xd0\x33\x55\x03\xd4\x1d\x25\x58\x8b\x3d\xd9\x77\xd8\xb6\x2c\xd6\x76\xe8\x9d\x9a\x13\xea\xee\x4c\x6c\x5c\x74\x43\xde\x51\xa3\xd5\x38\x7b\x4f\x28\xa8\x71\xec\x70\x40\xb2\x50\xda\x01\x0d\x1d\x02\xb8\xb3\x44\xab\xd3\xe9\xee\x5b\x43\x09\x26\x3f\x53\xce\xe9\xd2\xb5\x6f\xa8\x6d\x1f\x6e\x01\xc9\x18\xb4\x39\xf7\x84\x86\xdd\x3f\xa0\x6e\xce\xf4\x33\xae\x33\xce\xcf\xbb\xc3\x3b\xc9\x3b\x69\x2f\x3c\x4b\x34\x86\x92\xab\xa5\x2e\x4b\x4e\x9c\xe6\xa5\xf0\x00\x93\x44\xd8\xe9\x6b\xe4\xec\xbb\x3b\x8c\x5d\xb5\xfa\x99\xbb\x53\x90\x78\x67\xd9\x89\x51\xfe\xe4\xd2\xb0\xa3\x26\xc5\x67\x6d\x2b\x4b\xfb\x88\xe4\x0a\x9e\xf6\x10\x2b\x71\x87\xb6\xea\xce\xd0\x49\x27\x20\xd9\x6b\x72\xb9\x98\x01\x9e\x4b\x9f\xb5\x87\xe1\xac\x0e\x77\x41\xc5\x81\xff\x87\xe0\xf6\x42\x52\x17\xa6\x8d\xbb\xc3\x8c\x66\x0b\xe4\x0e\xb7\x26\x27\xb0\xd8\x51\xad\xeb\x33\x63\x2d\x65\xa4\xc6\x98\x90\xd1\x1c\xde\x68\x52\x12\x45\xa9\x3b\x93\x32\x6d\xa7\xee\xcc\x2e\xca\x3b\x9c\xef\xbf\x2d\x9c\x6c\xd2\x4d\xc0\xf9\xdc\xcc\x05\x2f\xa7\x22\x3d\xc4\x9e\xba\x35\x11\x0d\xff\x79\x3b\x20\xef\x9d\xc2\x46\xf8\x6e\xef\x94\x99\xba\x0b\xed\x9d\x2b\xa3\x69\xe8\x3c\x21\xbb\x9b\xa4\xde\x52\x02\x6c\xef\xc9\x4b\x22\xa2\x53\x21\x23\x84\xbf\x0f\x4c\x6d\xf5\xc6\x1d\xf4\x06\x57\xa7\x23\xc9\x52\x13\x09\x03\xa5\x06\xda\x07\x67\x46\x03\x49\x6d\x9d\x10\xcc\xce\xe0\x4b\xef\xaa\x91\x54\xa9\x0f\xf8\x45\x39\x9f\xeb\x1e\xac\x08\xa2\x16\x83\x1b\xd9\x1b\x15\xa9\x9d\x1d\x9b\xb9\x07\xcf\xe5\x4f\x0b\xa4\x49\x13\x41\x6b\x5d\xb8\x01\xc8\x16\x6f\xa1\x04\x89\x5e\x0d\x54\xfd\xb2\x1f\xfe\x3e\x73\x8f\xa9\x87\x89\x64\xfa\x42\xae\xfb\xe4\x41\x6d\x9a\x50\xea\xc2\x51\x5a\x3b\x2a\x5d\x6c\x32\x28\xec\x48\xb6\x19\x4e\x84\xbb\xc3\x13\x6a\x0d\x13\x0d\xd7\x27\x27\x67\xdd\x53\x67\x68\x96\x9a\x94\x1d\x26\x62\xf1\xb6\x2c\xcc\xbf\x27\x38\x34\xd7\xa1\x9c\xac\x43\x90\x77\x80\xc5\x58\x6e\x81\x5b\xc7\x33\x83\x7c\x9c\xcb\xfb\x00\x1e\x51\x4e\x9c\xba\x2f\x30\xa5\x2e\xbe\xfb\x22\xd1\x9a\x86\x95\x33\xab\x51\xb1\x8a\x85\x8e\xa7\x9d\x91\x9d\x9f\xb5\x62\xe0\xe6\x67\x71\x76\x2c\xa6\xd7\x66\x67\xd2\x51\x8d\x89\xe9\xb5\x8a\x4f\x06\xa4\xd3\x72\x00\xfb\x8e\x6c\x5a\x06\x86\x3b\x4c\x7f\x4e\xd0\xb9\x1f\xd9\xa3\x66\x1a\x51\x96\x6b\x7c\x7e\xe0\xa8\x45\x23\xa3\x2e\x4b\xb8\x49\x38\x1f\x79\x1a\xe8\x20\x35\x3e\x3f\x50\x9b\x12\x6e\x12\x47\x87\x80\xdd\x7e\x92\x08\x3f\x37\xfc\xaf\xf7\xa1\xce\x53\x05\xc2\xd8\x4f\x82\x76\xcf\x34\x6c\x83\x0e\x0e\xde\x4f\xae\x84\x66\xe5\xe4\xf5\xec\xd3\xc2\x8e\x0f\x34\x4d\x2c\x2d\xeb\x7d\xca\xf4\x5b\xf6\xa8\xda\x61\x5c\x74\xa2\xc7\xfd\x4c\x48\xe6\x16\x38\xa6\xf8\xd3\x41\x74\xc1\x8e\xa3\xfb\xe5\xfe\x82\xca\xe6\xe8\xba\x1d\x35\xc5\xd6\xe7\x99\x13\xa0\x55\xa3\xa6\xce\x91\x05\xfb\x85\xd3\xda\xcb\x8e\xfc\xd8\x4e\x33\xb3\xbf\x80\x31\xec\x58\xb7\xdf\x84\x56\x9a\xa0\x9b\x05\x53\xd5\xde\x0b\xff\xaa\xad\x0e\x3b\x6a\xc0\x3a\xc1\xfc\x7e\x23\x59\xc3\xf4\xff\x3c\x29\xa5\x1e\xdd\xef\x9c\x71\x51\x00\xc5\xdf\xe7\x60\xbc\x79\xad\xf2\x33\xa1\x9a\xb0\xfc\x7e\x73\x08\xee\x02\x35\x33\xcc\xb9\x70\x5f\x77\x3a\xbc\x3d\xd1\xa1\x99\xe0\xe1\x15\xc6\xc8\xed\xa1\xbf\x97\x7a\x78\x10\x1a\xe7\x93\xf0\x21\x84\xd5\x24\x20\x05\xf8\x87\x6d\x9f\x9c\x75\x37\x98\x88\x55\x34\x32\x8f\x86\xf3\x74\xed\x08\x05\x75\xf6\xa6\xe3\xc5\x9b\xdd\x09\xf8\x0e\x38\x52\xb9\xcb\xe3\x87\x79\x1e\x7e\xa6\xea\x52\x32\xe7\xa0\xb7\xbb\xa4\xdc\x81\xe4\x63\xce\x92\x71\xc0\xb7\xdd\x99\x9b\x0e\x94\xc8\x70\x3e\xbe\x63\xa3\x9a\x52\x04\x20\x15\x59\x38\xf0\xe6\x80\xd1\xb2\x59\xe4\x1c\x48\x35\x66\xcd\xc6\x01\x1f\x28\xb3\xda\xb1\x11\x93\x69\x6b\x1c\x4c\x10\x2e\x65\xfb\x41\x9b\xa4\x63\x27\x8e\xf2\x9e\xab\x4e\xfc\x7a\x14\xe6\x06\xf5\x73\x0e\xda\x1f\x60\x3b\x0f\x3f\x27\x73\xb9\x0b\x1e\x0f\x52\xae\x1e\x85\x17\x64\x49\x88\x83\xa5\x5b\x3d\xee\x92\x4b\xa7\x1f\x2a\xaf\x50\xda\x73\x47\xea\x10\xab\xdf\xc0\xa6\xd4\xd9\x7e\x54\x6a\xe7\x64\xa2\x3e\x50\xc2\xdf\x49\xdc\x8e\xca\xc5\x74\x03\x48\x40\xa5\x4d\x74\xd4\xbc\x11\xb9\x4b\x82\x43\xa9\xb2\x0f\x6a\x08\x8b\xf6\xd9\x01\xc3\xa7\x6f\x59\x07\xc0\xdc\x67\x39\x5b\x4e\x9d\x5b\x98\xb0\xf6\xb9\x01\x24\xfb\xd7\xc6\x3f\xe0\xb1\xee\x48\x98\x03\x29\xcc\x9d\xc5\xe9\x40\x6c\xa4\xb3\x8d\x1d\x74\x60\xb7\x2c\x3e\x1a\xd2\x35\x4a\x72\x1c\x1d\xdb\x52\x37\x91\x03\xda\xc1\x4f\x03\x70\x78\xb7\x2f\xda\xc1\x0c\xa8\x9b\x39\x16\xa1\x92\x76\x78\x3b\xe8\x11\x5f\x3e\x3f\xc0\x84\xed\x69\xef\x20\x51\xdb\xfa\x60\xba\x72\x1f\x1f\xc7\xa0\x20\x90\xba\xf0\x18\x9c\x45\x4d\x42\x46\x2e\x2e\x7f\x81\xf3\xc4\xeb\x30\x88\xfb\xcd\xa2\x63\xe7\xda\xbb\x53\xcc\xdb\xf4\x0b\x04\x7a\xcd\x2f\x60\xdb\x4c\x3f\x03\x0b\xd8\xea\x7d\xd0\xed\xca\x87\xd8\x11\x2c\xd0\xec\x7d\x12\x14\x16\x9a\x88\xe0\x30\xb4\x76\xcc\x6a\x3a\xea\x9f\x2e\x43\x47\xf0\x1c\xf7\x4a\x40\xbf\xe8\x90\xd2\x83\x29\x4d\x9d\x6e\xfc\x98\xc9\xf0\xa2\x70\x32\x36\xc1\x2f\x04\x2e\x3b\x7e\xe6\x3e\x35\xc7\xc3\x89\xcb\x2e\xe2\xc7\xc4\xd2\x99\x1b\x27\x11\x93\x84\xfe\x81\x1c\xea\x76\xc6\x3e\x12\xe5\x49\x8f\x75\x2c\xee\xd2\xe6\x1f\x20\x61\xbd\x94\x48\xb2\x5e\xcd\x8f\x0b\x45\x46\x85\xa7\x0f\x14\x11\x29\x9b\xce\x91\x83\xb9\xcf\x3c\x6a\xa2\xba\xcf\x33\x20\x99\x74\xa8\x07\x4c\xc3\x0e\x0b\x38\x98\x83\xdd\xca\xe4\x63\x91\x35\xb4\x6c\x8b\x83\x76\x03\xf0\x44\xf8\x34\x80\x31\x7b\xcb\xee\xc4\xdf\x96\xc8\x7b\xa6\x35\xd2\x33\xef\x29\x3e\x55\x90\x37\xed\x23\x04\x76\xea\x17\x2c\x50\x91\x36\xcd\x91\xb4\x07\x3c\xc4\x9a\xe1\xcd\x71\x64\x9f\x6a\x92\x89\xdc\xcd\xdf\x34\x03\x3b\xe0\xe9\x80\x1f\xbd\xd3\x9c\x1c\x07\xb7\xed\x72\x0b\x9c\x68\x1f\x55\x07\x45\x93\xe6\xe1\x20\xe6\xfa\x34\x41\x3d\x98\xd7\x0a\x1a\x43\x1f\xe0\xc7\x89\xfb\xbc\x67\xfa\x24\x51\xba\x88\x1c\x27\xc3\xae\x35\x6e\xe6\x55\x73\x3e\xfa\xe3\x45\x92\xe3\xf7\x79\xa6\xc9\x5d\x24\x9c\xbc\x0b\x9b\xa5\x81\x24\x3f\xe2\x8d\xc5\x4f\x5c\x8a\xe0\x38\xc9\xe2\xfe\x00\xab\xbf\x4c\x02\x39\x5a\xd3\x02\xfd\xe1\xac\x52\x42\x1c\xd4\x17\x3a\x81\xfd\x71\x51\xa6\xfb\xfc\xbc\x52\x1a\xb9\x8d\x24\x42\x13\x91\xf8\xd0\x47\xd1\x8b\x07\x87\x3d\x36\x0f\x2a\x0c\xcd\x93\x50\xff\xd9\xd4\x78\xbc\xf8\x6f\xd8\x03\xe7\xb8\x39\x4f\xa2\xe9\xa6\x83\x84\x59\xec\xc5\x7b\xc3\xfe\x9b\xc7\x9d\x24\x89\xe8\x17\xce\x35\xe7\xb3\x3d\xe0\x44\x36\xab\x34\x1d\xc7\x43\x55\x9c\x4f\x96\xa7\xbe\x4d\x4a\x09\x76\x3c\xa0\xc1\xd2\xe6\x09\x3c\xab\xcb\x87\x34\x79\x5f\x3c\x64\x7b\x4b\xed\x84\x67\x12\xca\xe7\xef\x07\xaa\xa7\x9e\x37\x0a\xe5\x4d\x3f\x90\xa3\xc2\x3f\x54\x92\xbd\xf4\x03\x85\xa2\x0e\xb8\x93\x86\x5f\x1f\x68\xe7\x0f\x74\x7e\xbe\xa0\x6b\x81\x04\xfd\xf9\xa3\x26\xbd\xf9\x0d\x62\xe1\xf0\x1b\x58\xbe\xcd\xcf\xb8\x51\x59\x75\x71\xfe\xb8\x81\x75\x28\x9e\x2f\xce\x1b\xf6\x7e\x3d\x5f\x9c\xd7\x9c\x49\xef\xdc\x38\xb9\x7e\x6e\x78\x5f\x3d\x6c\x9c\x5c\x7f\x4f\x51\x2e\xe4\x71\x6e\x64\x31\x9d\x3e\xe7\x8b\x0b\xc3\xb1\xc9\xe7\x8b\x0b\xc7\x6f\xfb\x4b\xe5\xf1\x38\x89\x19\xed\x44\x74\x66\xea\x36\xcd\x6a\x21\xbd\xea\xad\x50\xe6\xe9\x0c\x3f\x0b\xef\x84\xdd\x5f\x70\x04\x7e\x21\xd9\x43\x23\x78\x41\xe3\x70\x96\x8a\xf3\xc5\x8c\xc3\xfa\xe9\xb3\xe4\x2a\xf8\x05\x1a\x74\x25\x25\xcf\x84\x88\x42\x01\x67\xa5\xe7\x9a\xae\xbe\x67\x62\x44\x21\x89\xb3\x26\x99\x9a\xe8\x0a\x32\xa5\x6d\x39\x2b\xac\x03\xc3\x7d\x60\xe9\x8b\x5b\x44\x8d\xf6\xea\xff\x5f\xfc\xf5\x19\x55\x03\x4b\x4b\xe4\x9d\x69\x54\x6e\xfe\x01\x33\x29\xe5\xdd\xd9\x28\x13\xb5\xcf\xce\x46\x06\x96\xac\x3f\x69\x23\xae\x9b\x7f\x38\xd1\x84\x86\x9d\xfa\x3f\x4d\x54\xc3\xd2\xeb\x5a\x74\x76\xd2\xa4\xff\x7b\xce\x9b\x88\xee\xe0\xbe\xe2\x67\xae\xae\xd0\xd2\xd9\xb1\xf7\x3d\xaf\x4c\x93\x5f\xcd\x9f\x7d\xa2\x05\xcd\x73\xa7\x8c\xec\xa6\x81\x88\x4d\xc7\xcd\xd9\x73\x0f\xf9\x07\x50\xed\x2d\x32\x28\x1c\x34\x71\xc8\x7a\x3f\x5d\xd3\xe0\xa4\x37\x9f\xa1\xc2\x39\x30\x0c\x4b\x8f\x01\x29\xaa\xdb\xe0\x39\x28\xc9\xbb\x9b\x5c\x6c\x52\x54\x0e\xcc\xac\xae\x2d\xe7\xe0\x35\xe5\xf3\x03\xf1\xb7\xce\xfa\x93\xee\x7d\xd5\x7c\x1e\xb9\x95\x34\x15\x4c\xce\xe6\xc0\xab\xf3\x05\x96\xd5\x8e\x68\x67\x90\x4c\x0d\x23\x2d\xcf\x9f\x1f\x20\xa0\xec\xb4\x73\x06\xb7\xc6\x74\xa7\xd4\xf9\x98\xad\x11\x4d\xe9\xf8\x8c\x93\x96\x65\x8f\x63\xb2\x36\xb2\xa6\x6a\x82\x2b\xcd\xd6\x33\x99\x50\xe3\x64\x35\x5c\x67\x72\x3d\x27\x4a\x06\x7c\x5e\x40\x78\x99\x47\x35\x51\xe6\xc0\x72\x79\x26\xe0\xd6\x0b\x0b\xeb\x2b\x50\x74\x2e\x44\x0c\x0b\x6d\x9c\x19\x41\xf0\x79\xa1\xa3\x5c\x88\x18\x04\x48\xd1\xf1\xd9\xe7\x02\xa0\x31\x05\x28\x2e\xe7\x0c\x2b\xe7\xe2\xf1\x63\x9e\x84\x3e\xd0\x68\xf7\xdc\xe9\x54\x24\xd4\x75\xee\x90\xe2\x96\x82\x7b\xc1\xb3\x7a\xdc\xc9\x70\x7e\x1f\x25\xaa\x75\xcc\x9f\x3b\xb1\x84\x65\xda\xce\xec\x0d\xe2\x8d\x1d\xdb\xc6\x07\xe2\x0e\x19\xd8\xfc\x3e\xa4\x8f\x85\xfa\x7e\xe3\x7f\x4d\xc9\xc1\x5b\xb3\x1b\x3c\x48\xb1\x86\x74\x90\x62\xad\xda\x81\x75\xf6\xd9\x77\x00\x37\x08\xca\x9c\x07\x0d\x2a\xde\x22\x07\xcf\x19\xdd\x19\x4e\x66\xdb\xb5\xca\xe3\x3c\x40\xa3\x4f\x4f\x24\xc5\xf8\xb0\x22\x73\xbc\xad\xf1\x27\xaf\xee\xf3\x04\x57\xf8\x20\x3d\x31\x00\x1f\x2b\x27\xf1\x9a\x85\xdb\x89\xdd\xe3\x93\xeb\x4c\x46\xd5\x90\x00\x11\xd7\xe7\x83\x8b\x2d\xf8\x05\x38\x7e\x79\xce\xd2\x06\x6d\xc6\xb9\x48\x83\x46\x94\x8e\x81\xde\xe2\x4c\x88\xb1\xe9\x9e\x74\x5e\xd4\xb0\x7b\xe1\x5e\x54\x59\x3f\xb3\x98\xa0\x72\xb8\x4d\x70\x82\x85\x44\x82\x4c\x21\xdf\xf3\xe2\xca\x78\xde\x2f\xc8\x2a\x6f\xc8\x8b\x57\x5e\x1f\x5d\xd7\x8d\x1d\x6a\x1a\x60\x58\x10\xf4\x3d\x59\xa4\xd7\xc0\xe8\xe6\x30\xf5\x3d\x9d\x0b\x6d\xfe\x3b\x11\xea\xe0\x9b\xd3\x99\x4a\x46\x5d\x08\xce\x9b\x48\x4a\x9a\xa2\xf3\x86\x4c\xf7\x5a\x3c\xec\x42\x5d\x3e\xd8\x40\x1e\xd3\xc3\xc3\xd0\x22\x9b\xa0\x53\x0a\xb9\x93\x26\x67\x1f\xaf\x0f\x40\x84\x94\x42\x67\xc6\x31\xb8\x03\xea\xe3\xff\x11\x70\xa5\x01\xba\xe9\x19\x04\x0d\x3f\x13\x5f\x56\xff\x80\x22\x61\x5a\xc8\x0b\x55\x05\x0d\xdc\xae\x1f\x09\xac\x7a\x26\x41\xa1\x67\x54\x0a\x10\xf7\x5d\x3f\x84\xbd\x6f\x6e\x3f\x99\x4d\x3f\x6c\x70\x53\xd5\x9c\x5e\x0c\x73\xd8\x74\xa3\xb9\x58\xbd\xc0\x81\xbb\xd7\x46\xf5\xbd\x40\xf2\xb5\xb1\xfc\xbb\x9b\xc0\x16\x19\xfe\x80\xc2\x7d\xf9\x87\x80\xeb\x9c\x3f\x98\x18\xa4\x1b\xa4\xd7\x9a\x66\x11\x91\x9b\xb6\x87\x5f\xd0\x51\x3a\x58\xec\xda\xc0\x9a\xc3\x24\x93\x35\x75\x18\x5c\x1b\x0f\x7f\xc9\xf6\x0b\x6e\x8d\x4e\x8c\x71\xa1\xa8\xa1\xd3\x00\x5e\xc8\x1c\xec\x6c\x2a\x57\xc9\x31\x8b\xe4\x92\x63\x72\x8b\x04\x1c\x62\xf7\x8b\xe6\x6e\xb1\xc6\xf5\xe2\xcb\xfa\x21\x32\xdd\x1c\x97\x5f\x80\xb0\xd5\x79\x73\xbd\xf8\xb3\x19\x90\x5c\x50\x59\xda\xa7\xe3\xaa\xbc\xbd\xe8\x78\xb8\x2a\x98\xcb\xeb\x92\xc9\xe3\x44\x51\xc5\xba\x78\x0c\x50\x50\xba\x7e\xee\x05\x9f\x48\x67\xe0\xbf\x2a\x2f\x54\x9e\xa5\x8a\xed\xe5\x69\x65\x2a\x38\x07\x51\x5c\x2c\xca\x64\x7d\xe2\x85\x30\xd0\xaa\x3d\x7e\xb1\x26\xd3\xcf\xcf\x0d\xeb\xe0\x06\xc8\x3a\x22\xb9\x81\xdd\x3f\xed\x11\x08\xea\x04\xbb\x1a\x0a\x26\x4b\x76\x5e\x0d\x27\x9a\x2e\xec\x17\x8c\xd7\x0e\x66\xbc\x58\x60\x61\x7c\x7a\xe4\xac\x6b\x96\x09\x66\xe5\x65\x7b\x31\xf9\x9b\x0e\xa8\x8b\xee\x8f\x0e\x0a\xbc\x7a\xb2\x86\x16\xb6\xd3\x85\x64\xfe\x29\x1b\xdd\x45\xa8\xab\x7b\xd5\xc5\x54\x71\x8e\x29\xbc\x12\xda\x7e\xde\x20\x3e\x6f\x26\x09\x63\x9e\x26\x80\x6e\xbe\xcd\x4d\xe4\x7e\xf0\x17\x37\x36\x9c\x26\xe1\xc5\xba\xd5\x66\xea\x0b\x69\x8a\x1d\x46\x74\x0d\x1c\xe3\xd3\xcf\x2c\x5b\xf1\xf3\x0f\x34\x53\x6b\xda\x47\x8e\x42\xeb\x34\x70\xde\x84\x5f\xc8\x41\x68\xa5\x07\xd6\xc1\xcc\x17\xc9\x5b\xfa\x22\x50\x5c\xdf\x2b\x1d\xe4\x76\x35\x10\xa0\xd1\xcb\x90\xc9\xdc\xc4\x3a\x31\xa0\x4d\xd2\x34\x06\x45\xbb\x65\x33\x35\xa4\xd3\xcf\x74\xd4\xfa\xf4\xc0\x1d\xfd\x73\x17\x80\x22\x82\xc5\x17\x55\xa8\xae\x8c\x79\xcd\x64\x16\x75\x3a\x09\xce\x2d\xbf\x27\xaf\x90\xde\x42\x93\x06\x59\x1f\x11\x4c\x1b\x62\xed\xf4\xc5\x54\xc8\xb5\xbb\x0d\x80\x2a\x13\x3e\x93\xc7\x45\xe7\x24\x4f\x8b\x8a\xc5\x28\x0f\x4b\xe8\xc5\xf5\x55\x8b\xd4\x92\x3a\x66\xf0\x62\x26\x64\xfb\xc5\x5d\x2b\xaf\x32\x7a\x7e\x65\x87\x63\x67\xaf\x45\x9e\xd4\xdc\xc1\x8d\xd2\x49\x31\x2e\x46\xd4\x7c\x24\x43\xa2\x65\x0b\xf9\x17\x2d\x0f\x3b\x9e\x5f\x3b\x9c\xbe\x7d\x70\x11\x1c\x5b\x00\xef\x18\x83\xf9\x63\xa7\xaf\xb4\x45\xc5\x9e\x63\xf0\x17\xe4\x41\xc1\x85\x8b\x70\xd8\x47\x1f\x02\x6a\x3e\xe2\x0d\xf1\x34\xbe\x00\x5e\x84\xc7\x16\xa0\x3b\xe6\xd9\x47\xc0\x0b\x97\x87\x3d\xe1\x2f\x04\xde\x5a\xcb\x72\x21\xe5\x9c\x33\x35\x5c\x19\x5b\x63\xf1\x77\x20\x19\x84\x09\x3c\x20\x1e\x97\x1b\x24\x64\x12\xc0\xb9\x0e\x18\x6a\x7d\x9a\x1f\x13\x14\xb8\x07\x2a\xa3\xbc\x51\x0f\xe0\x87\xe9\xe7\x97\xc7\x6d\xef\xb9\x88\xb6\x3d\xeb\x30\xee\xdb\x10\x72\xc1\xcb\xd3\x20\xef\x3a\xb9\x6d\x05\xb1\x2e\xd6\xce\xf2\x15\xe0\x3a\xa1\x01\x31\x89\xc0\xcb\x4e\x86\x76\xc1\x36\xdf\xcc\x18\x8c\xb4\xb1\xad\xe5\x3a\x89\x2b\x45\x32\x4b\x63\x39\x81\xfd\x75\x41\x9a\x79\x96\x10\x69\xd3\xa4\x6e\xb8\x5e\xb4\x3c\x6c\x4d\xbf\x58\xb8\xc2\xcb\x7e\x91\x51\x7c\xee\x5d\x9c\x45\x91\xcc\x72\x9c\xf6\x5c\xbe\x50\x8e\xd3\x79\x20\x2f\x62\xe5\x0f\x89\x17\x1a\xd0\x1c\xbc\x50\x79\xd8\xe9\xfe\x7a\xa1\x71\xfd\xcc\xc9\xbd\xe1\x7f\x7d\x4f\x7f\x4e\x07\x3c\x5e\xc8\x7d\x52\xab\x7b\xbc\x1b\xbe\xf0\x0b\x14\x23\x7f\x8b\x6d\xbd\x12\x7a\x5b\x2c\x21\x8e\xc7\x0e\xc7\x17\xa2\x8c\x9d\xf0\xfd\x62\x5c\x8f\x3d\x06\xae\x84\xe2\x16\x21\xa8\x06\xf6\x59\x25\x44\x1d\x97\x22\xc5\xc5\xc5\xc8\x1f\x0b\xa5\x87\xd8\xc1\x62\x0c\xe0\xdd\x71\x06\xd7\x03\xef\x74\x63\x38\xe6\xa7\xb3\xa9\xe6\x7a\x92\x28\x7f\x71\xa0\x85\x7f\x5f\xdc\x28\x6b\x51\xec\x02\x70\x43\x01\xec\x6c\xb9\x37\xd0\x77\xd1\xfe\xbb\x7f\xe0\x14\x6d\xd0\xfb\x47\xef\x2b\x11\x7d\xff\x16\x5e\x70\x03\x3b\x9e\x37\x3d\x83\x02\x51\x74\x6f\xb9\x3d\xf4\x41\xba\x76\x4e\xff\x80\x51\x9b\xc4\x8d\x0e\x7d\xd3\x4d\x24\x77\xfa\x87\x03\x7a\x0a\xb7\x70\x72\x94\x4b\x3f\x50\xd6\x0e\xff\x00\xbb\xdb\x72\x1f\x10\xb5\x5a\xcc\x3b\xd5\xb3\x92\x0a\x77\x01\x3f\x4a\x70\xdd\x85\x44\xfa\xff\x8a\xe7\xa2\xe7\x81\x00\x0d\x3f\x93\x66\x6d\xd1\xbb\xd0\x73\x5b\x8a\x82\x9b\x89\x94\x3d\x2f\x0c\x4c\xae\x02\xb3\x37\xe1\xb2\xc3\x25\x6f\x3a\x8b\x2e\x3f\x53\x5d\x2b\xac\x78\x57\x12\xad\x2e\x00\x8f\xed\xa0\x7a\x03\x1e\x17\x07\x75\xde\xc0\xc7\xf6\x37\xbe\x2b\xdd\xd4\xc2\x2d\x04\x5e\xd0\x3c\x55\xac\x7e\x71\x8f\x58\x7d\xdd\x5b\xee\x8a\xd5\xd7\x26\xbd\xa9\xdc\x5d\xfe\x1e\xaa\x0b\x9d\xec\x37\xbc\x41\x8b\x83\x48\xef\x86\x48\x57\x53\x04\x65\xae\xfd\x9b\xef\x74\xff\x14\x36\xbc\x53\xbb\x1b\x6e\x61\xe0\x0b\xcd\x52\x7a\x0c\x78\xda\x10\x31\xd4\xac\x7b\xbd\x1b\x65\x99\x9f\x0f\xea\x2f\xf4\x8c\xe0\x1b\x9d\xa2\x37\x8a\x9e\x16\xc7\x77\xde\x9d\xbb\xcc\xd3\xd2\x91\x39\xcd\xc3\xee\x0d\xa5\x83\x35\xec\xce\x30\x13\xbf\x0f\x9a\x85\x2d\xee\x4e\xa4\xe6\x61\x77\x88\x53\x81\xfa\xbb\x43\x9c\x9a\xc4\x9e\xf3\xa8\x1e\x5f\x7c\x1b\xce\xfa\x7e\x0f\x1a\xdf\x05\x16\xee\x04\xb4\x66\x8e\xc1\x79\xf3\x0b\x5c\x7a\xd1\x3c\xb0\xf4\xd5\xef\x63\xe9\xab\x7b\x3c\xde\x1e\xcd\xbe\x03\xea\x49\x21\xea\x3b\x15\xbb\xcb\x3f\x24\xfb\xaa\x45\x00\x60\x17\x68\xbe\x83\xf7\x8c\xcf\x0f\xb9\xd6\xfe\x81\x26\x0f\x01\xd6\x3b\x48\xa4\xe6\x2d\xc0\x8f\x9e\xf8\x38\xf1\xec\xf7\x31\xaf\xc2\x3b\x77\xf0\xda\xec\x2d\x15\x10\x14\x5e\x29\xc6\x82\x7f\x38\x78\xe2\xde\x6c\xf9\x08\x3d\xef\xd6\xfe\x14\xd2\x7a\xcf\xfd\xbf\xff\x7d\xc0\xcc\x3d\x41\x9e\x90\xc1\xcd\x40\x71\xdb\xe2\xef\x89\x75\x17\x18\xb9\x11\x30\xf4\xd9\x1e\x50\xf9\xda\xc7\xe7\x4e\xef\x81\xe5\x17\x20\x12\x74\x09\xb9\x57\xb2\x81\x7f\x00\x1b\x78\xd9\x32\x5c\xc8\xbc\xcc\x24\x32\x55\x73\xfe\x40\x68\xb8\xac\xc5\x53\x81\x1d\x04\x67\x1e\xca\x08\x6d\x9f\xa7\x72\x7b\xe9\xc2\xf9\x30\xf9\x65\xd5\x4d\xe8\xa9\x84\xf3\x9f\x1f\xb8\x2c\x12\xaf\x4f\xca\x0d\xed\x98\x87\x15\x7a\x1c\xf5\xff\xb0\x42\x8f\xed\xd2\x0f\x2e\xda\xf6\x21\x78\x1a\x81\xa3\xff\xa7\x16\x55\xc0\xee\x81\xcd\xc6\x96\xf1\xa7\xa3\x01\x5d\x53\x1e\x58\x64\x6c\x82\x7e\x3a\x5d\xb2\x3c\xae\xce\x63\x49\xbb\xf4\xe9\x39\x2e\xfd\x00\x8b\x4b\xb7\xd9\xfa\x19\x04\x31\x1e\xc6\xe0\xbd\xa4\xfa\x07\x6c\xcb\xf0\x17\x28\xbf\xa2\x6d\xfa\xb0\x0e\xe1\xe7\x7d\x1e\x85\xd3\x2f\xdc\x30\xf0\x6b\x18\xc1\x34\xe9\xfa\x3f\xc8\xe1\xd3\x2f\x10\x4c\x6a\x9c\x01\x2b\x81\xa7\x1e\x71\x7d\xcd\xeb\x1b\x98\x17\x09\xe4\xe7\xdd\x93\x9f\x68\x91\x67\x82\x05\xb5\x89\x1f\xee\x18\x9d\x39\xcf\x44\xda\x75\x1d\xb5\xcf\x04\x47\x6a\x4b\x3e\x93\x33\xa0\xfe\x26\xfb\x13\x7d\xef\xa6\xaa\x8e\xf4\x7a\x66\xae\x8b\x3f\xc0\x2e\x33\x03\x4f\x1e\xb4\xd5\x14\x20\xc7\xe2\xa7\xc7\xe4\x36\x75\x41\x2f\x9d\x2a\x59\xf6\xac\x5c\x48\xff\x00\xe6\x91\x98\x78\x16\xf1\xa6\x36\xe2\x83\xfb\x65\xd8\x90\xf0\x2c\x6c\x13\xf3\x06\x0b\x10\xd6\xe5\x17\x20\xab\xcc\x5e\x0b\xb2\xc0\x9b\x64\x87\xcf\xad\xf9\x77\xe7\xcd\x7b\xfa\x07\x4c\xb4\x79\x8b\xf9\x18\x7e\x6e\x20\x79\x4d\x13\x85\xb8\xbd\xd0\xb1\xf6\xb0\x44\x4e\xf1\xff\x84\x9f\xd5\x3d\x90\xd9\xbc\xa9\x76\xd2\xe8\x67\x88\x53\xf3\x16\xac\x27\xbe\x5f\x3e\x47\x63\x8b\x9a\xb7\x03\x8b\xef\x31\xf0\x7a\x67\x6e\x86\x79\xc5\xe2\xf7\x39\xb8\xe7\x74\x9d\x7b\xe0\xac\xed\x63\xee\x81\xb1\xa4\xdb\x71\xe0\x39\x79\x78\xeb\x72\xf4\x20\xc7\x78\x35\xff\x9d\x14\x2d\xde\x21\xf4\x99\x71\xdc\xde\x73\x62\xe9\x96\x9b\x84\xb3\xb2\xd0\xe5\x03\x5f\xea\x6e\xe7\x83\x87\x19\xc1\x9d\xe2\xea\xb9\xa8\x35\xd4\x30\x2f\xb0\x8f\xb9\x85\x17\x38\x9d\x03\xcf\x45\xcf\x4a\x9d\x14\xcf\x95\xc3\xd2\x17\xb0\x3d\x8c\xdf\x9f\xdc\xb5\x1f\xde\xbe\xcc\x6a\xb8\x6c\x4d\x3b\x3d\x3e\x37\xed\x6e\x3f\xbf\x81\x75\xf1\x42\xdf\x39\x27\x9a\x03\xf8\xcb\x58\x39\xfc\xe0\xba\xe4\xd0\xd6\x07\x49\x9a\xba\x95\xbd\x0f\xfc\x65\x5c\xad\xe7\x81\xbb\xcc\x6c\xde\x52\x70\x97\xb1\xf6\xf8\x79\x6f\x43\xc3\x6a\xc9\x07\x85\x6c\xba\x2d\x07\xcf\x83\xdc\x55\x82\x69\xcf\xc3\x65\xc9\x1e\xe7\xef\xbd\x1c\x55\x25\x49\x98\xbf\xf7\x6e\xd4\x64\x0a\x99\x3f\xc4\xce\x35\x5d\x6a\xe7\xef\x87\xa2\x5f\xff\xf0\xf5\xfc\xbd\x97\xa7\x21\x95\xdf\xfc\xc1\x74\x21\x4f\xa7\xf9\x83\xe9\xa2\x7c\x3a\xa0\xe5\x6c\xf9\x87\xc9\x31\xfa\x8b\x9d\x3f\xb8\xc9\x03\x4d\xf8\x05\xf0\xf7\x87\x46\x1e\x29\xcb\x1f\x90\xd7\x36\xbf\x41\xe1\xd5\xd4\xc4\x7b\x23\x2b\x4a\xa2\x32\x7f\x1b\x65\xd7\x26\xaa\x70\x21\x93\xd2\x6f\xfe\x36\x5e\x1b\x9a\x7f\x68\xfc\x42\x9d\x6e\xb4\xd9\xb8\x8b\xc1\x61\xf8\x8b\x80\xde\x47\x44\xc1\x7e\xa1\x64\x58\xf3\xc7\xc4\x50\x8a\x21\x9d\x3f\xd6\x73\x1e\x4b\x4d\xe2\x42\x56\x7e\x5a\x8b\x92\x34\xf8\x05\x16\x67\xf2\xea\xbc\x37\xae\xa1\xfc\x59\xf3\xc7\x0b\x56\xfb\xa9\x0f\x66\x9a\x2c\x4d\x6d\x22\xd8\x6e\xb6\x9f\x38\x84\x17\xa6\xa1\x99\xa1\xb7\x4b\xe9\x6a\xb3\xd2\x0c\xd9\x34\x10\xd4\x22\xd4\xf1\x3b\x7f\x35\xc5\xbc\xfb\xa0\x3e\x6a\x89\xcc\x9a\x6c\x2b\xb2\x70\x87\x2a\x5e\x0e\xa6\xa6\xfc\x99\x6f\x91\x9b\x52\xee\xbf\xf3\x57\x39\x8e\xee\x1f\x1e\xb4\xa0\x67\x26\x13\x57\xb0\xe4\xfc\xb5\xdc\xdf\x22\xbb\xe5\xc0\x44\x37\x6e\x51\xc5\xb3\xfb\xde\x91\x46\xf1\x8a\x77\xf0\x88\x27\x1b\x3e\xcb\x72\x5e\x98\xbf\xce\xc9\xd7\xa0\x3a\xbf\xd7\x18\x3a\x4c\xa7\x66\xdb\x4e\x92\x45\x10\x7c\x9c\xfb\xef\xf3\xc3\x06\x75\xaa\xc6\x34\x48\x80\xe6\x75\xe4\x08\x44\xf1\x48\x1e\xf4\x1b\x20\xa9\x68\xed\x06\x79\xce\x34\x0f\x98\x9f\xaa\xba\x7c\x91\xd1\xd0\x35\x6f\xfe\x22\x37\x8a\x5a\x84\x42\x5e\x97\xd7\xf9\x83\x42\x5e\xd7\xeb\xf9\x0b\x28\x33\xdd\x63\x50\x8a\x7e\x7e\xc0\x2c\x17\xd1\xfc\x42\xa9\xa2\x68\x8a\xf9\xc3\x75\x46\xd7\xc0\xf9\x83\x9f\xca\x6c\xe6\x69\xdc\x5f\x74\xed\x9b\xbf\x80\xf3\x94\x19\x16\xd7\x17\x9d\x7e\xf3\x97\xea\xf9\xae\x0f\x26\x44\x58\xd1\x98\x5f\xf0\x35\xe4\x27\x39\x7f\x93\x14\x6a\xc8\xc8\x75\x55\xa7\x28\x9a\xbc\x81\x2d\x37\xb8\xfe\xfb\x5f\x2d\x53\x73\xf0\xa2\xaf\xf6\x1b\x7f\xa9\x99\x37\x7f\x2f\x32\xab\xc2\xaa\xf3\x37\x53\x0a\x88\x7e\xa8\xed\x85\xa8\xe7\x0f\x6a\xfb\xb6\xd4\x1b\x3c\x54\x94\xa4\x66\xfe\xa8\xb4\x6f\xde\x0a\x40\x59\xc5\xfb\x13\x5a\x7b\xdd\x23\xe6\x8f\xa8\xab\x79\xf7\x41\x6d\xdf\x2d\x98\x16\xe5\xab\x17\x99\x69\xaf\x3c\x83\x3b\x34\x97\x9e\x41\xa2\xac\xe6\xad\x83\x0c\x99\xad\xfb\x03\x0a\x2e\xb3\x11\xd5\xf6\xcd\x9b\x8f\xe9\x12\xa6\x68\x78\x71\x57\xfd\xcc\x0a\xb2\x25\xf4\x9f\x39\x75\x87\x78\xad\xfe\x00\x6c\x52\xdd\x20\x82\x70\xbd\x3b\x53\x4d\xaf\x06\x0f\x58\xc3\xdc\x01\x60\xd9\xe6\xf6\x0e\x9e\x5b\xde\xfe\x47\x66\x5d\xf1\x17\x48\x56\xdf\x44\x11\x40\x94\x80\xe0\xfc\x9d\xe0\x3b\xcb\x30\x3a\x2e\x37\x93\x80\x82\xd0\x0a\x48\x98\xbf\x04\x5d\x9e\x36\x6a\xd1\x7f\x96\xc5\x40\x5d\xf5\xf3\x45\xee\x6f\x71\x13\xdc\x50\x14\xe8\x3e\x7f\x27\x15\x10\x4b\x4d\x32\x41\x95\x22\x68\xe7\xef\xa2\xb6\xc9\x08\xe0\x4a\x32\xfd\x09\xf6\x87\xc7\x79\x61\xc7\x56\x7f\x00\x7e\x33\x51\x17\xf9\x4d\xc3\x84\x9e\xbc\x78\xc7\xc3\xa5\x44\xf6\x90\xf9\xcb\xfc\x9a\x96\xed\xac\xc3\xe2\x0d\x89\x8c\x55\x1f\xc1\x7a\x73\x03\xbb\x01\x8a\x41\x0b\x2d\x64\x21\x58\x2a\xbe\x37\x7f\x37\x8f\x0f\x63\x0a\xf8\x94\x7c\x8e\x7b\xa6\xf4\x0e\xcb\xde\x07\x67\xb1\xf7\xc4\x93\xf3\xa6\x51\x3e\xb4\xf1\xf9\xc0\x41\x8e\xef\x0f\x95\x74\x43\x69\xde\x45\xcc\x69\xa5\x30\xe0\xf9\x43\x4e\xab\x15\x06\x4f\xf0\x7e\x0e\xb3\xdc\x43\x96\x1b\x62\x6a\xe0\xbf\x15\xc6\x4e\x74\x55\x69\xde\x58\x0f\xb6\x85\x99\xf4\xa1\xab\x88\x9b\xbc\xd9\xc2\xbf\x26\x37\x7a\x47\x4b\x3a\x6c\x70\x5e\x59\x2a\x23\x38\x37\x24\x4f\x50\x15\xb3\xb9\xc1\x37\xda\xcb\xb7\xfd\x90\x77\x2f\xfc\x3f\xb2\x85\xfd\xd3\x0a\xcf\x0d\xda\x74\x63\xb3\xed\xc5\x7f\x45\x8a\x8f\xb9\xfd\x68\x80\x1d\xee\xf0\xe2\x98\xf4\xc6\x96\xd2\x43\x5d\x6c\x39\x71\xfe\x61\xf2\x8d\xd0\x0f\x70\x2e\xd1\xfa\x6e\x1b\x78\xb2\xf9\x7f\xde\xa1\x86\x5b\xb8\xd9\xa9\xbe\x60\x8e\x2c\x45\xe5\xce\x0d\xea\x70\x23\xa9\x8d\x95\x09\x9b\xfb\xa4\x3e\xbc\x49\x4c\x6e\x85\x23\xf7\x33\xaa\xf2\x29\xfd\xca\xdc\x12\xae\x15\xb7\x09\xb6\xd4\x7e\xdf\x6a\xb2\xa5\xfa\xa8\x88\xc4\xf2\x62\xa0\x8e\x74\xfd\x3c\x27\xd3\xb5\xbf\x9c\x45\xdb\x0b\xd4\xaa\xe5\xfc\x96\x38\xcd\x23\xa8\x39\x4d\xfe\x81\x6b\x63\x76\x79\x81\xd9\x30\x24\xd9\xe8\x2c\xa2\x6b\xdc\xdc\x1a\xb5\x6f\x43\x63\x24\xec\x12\x0c\xdb\x58\x38\xb0\x98\x61\x5a\x52\xe1\x2f\xb0\x78\x92\x0f\x1b\x0b\xb2\xc8\xcb\x77\x6e\xd0\x56\x2b\x03\xf7\xdc\x90\xdd\x4a\x86\xad\xb9\x75\x6c\x66\x21\x82\x8d\x59\x40\x15\x15\x3a\xb7\x8e\xb5\x15\x4c\xda\xa0\xcc\x36\x32\xdb\x7a\x47\x6e\x49\x51\xd4\x93\x01\xfd\x02\x16\xee\x9f\x42\x68\x6e\x23\x65\x9a\x48\x60\x65\xbe\xef\x1b\x3c\xb6\xab\xdf\x80\xa7\x69\xf5\x0b\x74\x1b\x36\xd5\x83\x53\x2d\x22\xa8\x5c\x56\x55\xc7\xb9\x05\xf3\x4c\x88\xa8\xe0\xb0\xfd\xcc\xad\x2d\x68\xb5\x05\x4e\x28\xc9\xb4\x2d\x72\x29\x44\x53\x4c\x30\x88\x5f\x80\xbf\xae\x97\x2a\x68\x56\xd0\xbc\x21\xed\xc0\xb4\x2c\x98\x80\x97\xde\x65\x93\xf0\xd2\xec\x03\x45\xd9\x67\x93\x41\x51\x66\x11\xb9\x4d\x5e\x81\x3c\x2b\x93\x0c\x5e\xdd\x24\xa5\x6a\x88\xe1\xa0\x2b\xb3\xcc\xdc\x26\x8e\x27\x8b\x17\xea\xca\x54\x2a\x72\x6e\x0c\x58\x53\x8c\xf1\xdc\x26\xa1\x83\xe6\x75\x71\x17\x0a\x30\x6d\x84\x68\x9e\xa6\x85\x03\xc9\x2c\x9e\x9e\x16\x9e\x87\x45\x30\xa1\x23\x6b\x7b\x31\x5a\xed\x16\x8a\x2b\x89\x72\x93\xb0\xb4\x7e\x3e\xb8\x80\xfa\x4c\x02\xe5\xb8\x00\xd4\xb6\x73\xaa\xf5\xc1\x9e\x3c\xae\xa9\xdd\x49\xb4\x86\x0d\xbf\xe3\xcf\xb6\xdb\x61\x1d\x5e\x6e\x00\xd2\xcb\xf3\xba\xe7\x34\xe9\x05\x38\x42\x7c\xa6\xed\xa0\x36\x43\xc0\x60\x3b\x90\x9c\xc1\x42\xf8\xc8\xc5\xd4\x20\xe1\xf9\xf0\x99\x26\x68\xbe\xbe\x3d\x60\xe9\x3c\xe8\x83\x2a\x21\x9d\x6e\x1b\x1c\x19\x14\x6b\x3b\xb7\x03\x5b\xc4\x63\x86\x23\x83\xfc\xea\xe7\x06\xc7\xe0\xe2\xb3\x07\x7a\xb0\xd9\x9a\x7f\x00\x3f\x0a\xda\x6f\x54\x8c\xb5\xe6\x1f\x28\xce\xdc\x25\xf2\x18\x54\xcb\xa2\x13\x63\x98\x1a\xc3\x89\x69\x9c\x1a\xf3\x3f\x4c\xe7\x17\x72\xe9\x35\x4d\x27\x06\x25\x80\xbf\x9d\x9c\xf8\x0f\xd5\x54\x84\x09\xeb\x6e\x17\x36\xba\x6e\x2c\x1b\x8a\x53\x4f\x0f\x1b\x90\x6e\x7d\xce\x70\xc6\xa7\x35\x61\xb6\xed\xe2\x1d\xde\xc2\xe5\xe2\x30\xdc\x04\x87\xe1\x16\xb8\x34\x7e\x9f\x40\xc4\x32\x97\x20\x2e\xfe\x14\x3b\x34\xb7\x9b\x5e\x8d\x6a\x8e\x29\xd4\x9b\x79\xe7\xa6\xff\x9d\x9f\xe3\xed\x5f\x6a\xa6\x0d\xbe\x0d\x0a\x5d\x9c\x1b\x7d\x19\x2c\x48\x6e\xa2\x0c\xaf\x2c\x33\xa8\x37\x43\x82\x9b\x26\x50\xb7\x40\xf1\x6a\x18\xc2\xa4\xa5\x16\x45\x59\x5a\x4f\x24\x3d\x64\x0d\xd3\x88\x5c\x05\x2b\x7c\xbe\xa6\xe3\xb1\x67\x11\xde\x0e\x5d\x51\x1a\x73\x43\xb8\x5b\xf9\x3c\xf3\xbc\x35\x86\x78\xc0\xe1\xcb\x2f\x50\xcd\x2a\x58\x52\x58\xf7\x45\x6e\x2b\xb3\x00\xd0\x75\xc5\x4c\xcc\xf2\xe3\xdc\xea\x3c\x2d\x70\x88\x50\x94\xe7\x2c\x3f\xce\xad\x9b\x24\x2c\x0d\x3d\xaf\xff\xfe\xd7\xe5\x97\x3e\x0b\xfc\x23\x14\x90\x39\xcb\x8f\x1c\xad\xbb\x5a\x81\x46\xcf\x97\xb9\x82\x50\x38\xc5\x5b\xce\xc2\x9c\xed\x1a\x54\x49\x7d\x9e\x36\x51\xd9\x7e\xf8\x40\x63\x42\x24\x9c\x1c\x63\x66\x79\x11\xe2\x90\xef\xf1\x2c\xd0\xc5\x29\x0b\xcc\x2c\xc4\x87\xc3\xcf\x3c\x7c\xbb\x3f\x20\xb0\x16\xc4\x2c\x08\x8d\xfb\x3e\xb3\x60\x83\x29\xe0\xcd\x4b\x1b\xa0\x6c\xd0\xf6\x74\x93\xf4\x8e\xa1\xba\xcb\x92\x47\x9f\x26\xa1\x50\x5c\x0a\x3a\x95\x42\xee\x58\xfe\x64\x61\x54\x7e\x01\xae\xbc\xc5\xff\x1f\xf8\x5f\x5d\xc2\x19\xb9\x15\xbf\xff\xf2\x8a\xb4\xfc\xb3\x20\x55\x56\xb7\xf6\xa7\xbc\xe8\x71\x28\xbe\x73\x96\x9a\x02\xda\x5f\xbc\x2c\x2d\x3f\xd9\x59\xa0\xfa\x93\xff\xc6\x2c\x4c\x0b\xff\x69\x60\xa2\x41\xcd\x1a\x9c\x91\x95\x39\x78\x96\x9a\xd3\xec\x1f\xb8\x0b\x05\x72\x4a\xe3\x4a\x8b\x44\xd6\xa1\x56\x58\xff\x2c\xf4\x8e\x50\xa9\xdc\x59\xe8\x1d\x61\x65\x43\x69\x59\xc2\x5e\xf3\xd4\x98\xbc\x5c\xf3\xd2\x72\xf5\x45\x45\xa3\x72\xa1\xb9\x13\x8a\x5c\x89\x97\xd2\x28\x72\x25\x30\x4b\x7a\x0c\x4b\xbb\x57\x3a\xcf\x7c\xf7\xc2\xf0\xb6\x36\xfc\x09\x26\x47\xe8\xab\x74\x2e\xaf\x26\x1b\xfa\x43\x45\xe8\xcd\xc2\x74\x58\x6d\xb8\x45\x6c\x1b\x01\x97\x02\xd0\xa9\xf8\xb9\x59\x12\x74\xea\x96\x5b\xa0\x40\xf4\xe5\xaf\x0c\x9e\x66\xc3\x3f\x34\xbc\xa0\x1e\x06\xed\xdc\x9a\x98\xf4\xf8\xf5\xce\x1c\x1c\x83\x96\x6b\xf0\xa6\x2d\xac\x5e\x60\x7a\x95\xa7\xf5\x2c\x03\xb9\x8b\x24\x13\x0b\x30\x69\x35\x0f\xc3\xf2\xda\x3d\xf3\xc1\x80\x2d\xcf\x1a\x72\x65\x7d\x84\x13\xab\x31\x5b\x71\x53\xd2\x81\x57\xea\xb9\x12\x94\x99\xc3\x9f\x60\x1f\x94\xbf\x64\x3c\x9d\x85\xee\xbe\x4d\x47\x51\x99\x9c\x34\x01\xa5\xc2\xb2\x36\x61\xe9\x32\x73\x96\xfc\xc9\xe2\x1b\x1a\x15\x53\x5f\x35\x6f\x1c\x80\xd0\xe2\x8d\x32\xb1\xb4\xde\xba\x93\x2a\x38\x1d\xa7\x85\xde\xbd\x2a\xa6\x3c\x0b\xbc\x1c\xaa\xa0\x77\x59\x49\xa6\x5f\x68\x54\xd2\x89\x4c\xa2\xd2\x8f\xd8\x5d\x93\x3f\xf8\x13\xc0\xfb\xe6\x36\x21\xe4\xbc\xf7\xe0\xbd\x5b\xbd\x7b\xf7\x1f\x1b\xd0\x07\x3b\xa3\x17\xcc\xb2\x3b\xfd\xb5\xfd\xc2\xbb\x9a\x9b\xb7\xd1\xce\x30\xc5\xe1\x26\x29\x21\x84\x11\x0b\xdc\x77\xab\x05\x31\xf4\x7e\xd5\x0c\x87\xca\x39\xbe\x36\x95\x3d\x67\xce\x24\xa0\xbe\x97\x97\x8f\x69\x11\x14\xc6\x38\x0b\xd2\xe3\x57\x5d\x52\x4a\xe2\x58\x01\xdb\x82\x4a\x3a\xc3\x1c\xc1\xbc\xaa\x2d\xfc\x45\xb0\x4f\x7f\x91\x78\x5f\xcf\x18\xa6\x4e\xf1\x72\x24\x3f\x68\xd8\x07\x47\xe9\x17\xb8\xf7\xc3\x3f\x20\xad\xee\x74\x97\x39\x4c\xff\xc0\xd0\x48\x73\xfd\x49\x4d\xbc\x68\x38\x53\x2c\xaa\xcf\x2b\x27\x42\x54\x5f\x74\x9c\xd4\x38\x11\xb2\x56\xbd\x14\x2f\xac\x6c\xbe\x15\x17\x44\xac\x4d\x0f\x22\x03\xd6\x3c\x51\x28\x27\xd8\x2d\xf1\x00\x22\xab\xa7\x09\x1e\xb6\xe5\x73\x5e\x00\x45\x56\x73\x03\x5c\x6e\xad\x62\x2d\x70\xb1\xad\x96\x16\x17\x18\xd2\x8b\x7f\x27\x43\xaa\x01\x58\x7d\x8d\xce\xcb\x9d\x6b\x2b\x12\x6f\x1c\x81\xde\xa9\x77\xee\x1a\x0d\x12\x49\x54\x3f\x87\x28\x94\x8d\x61\x0e\x7f\x81\x68\x59\x16\x47\xcc\xa2\xd5\xa6\xbb\x4c\x8e\xd6\x20\x5f\x28\x5a\xad\x17\x2e\x74\xa2\xfd\x1c\x04\x89\x3c\x0d\x15\xe0\x45\xeb\x5b\x72\x79\x48\xb4\xe6\x11\x11\x70\xd5\x1c\x9d\xc0\xd3\x07\xfd\xc3\xb3\xc8\x62\xf9\xe1\x4a\x88\x48\x84\xc0\x55\xd3\x08\x27\xdb\x6a\x20\x90\x59\xb2\xbc\x8b\x9e\xe4\xbf\x7f\x5d\xd4\x4c\xa6\x2f\x11\x57\x7f\xdb\x7f\xff\x9b\x2a\xbb\x34\xeb\x8f\x35\x11\x9b\x9e\x39\x08\x37\xd0\xb0\xf6\x7e\xa6\x8f\xec\xd2\x33\x30\x9e\x44\x47\xfd\x71\x08\x6e\x8f\x5b\x66\xfa\x07\x7a\x54\xe9\x99\x20\xd1\x14\x33\x5d\xaa\x72\xd3\xce\x8a\x4c\xfa\xf2\xac\x9b\x95\x2e\xb6\xca\xb0\x36\x2b\xd3\xa1\xfa\xbc\xac\x85\x7e\xf0\x12\xba\x15\x4a\x42\x65\xcf\x99\x15\x2e\xb1\xb6\x33\x57\x42\xb6\x3e\xfe\x72\x14\x55\x26\x2f\xf0\xf9\x5d\x33\xe1\x95\x14\x0f\x95\xe6\x5d\x9f\xc7\x15\x0a\x44\xa5\x42\x9e\x35\xcd\xbd\x42\xd2\x15\xfe\xb3\x55\x1a\xc6\x0a\xff\x59\x05\xe4\xcc\x4a\x73\xb0\xaf\xcc\xb5\x82\xb7\x9a\x9f\x3b\x9e\xd5\x63\x85\x11\x23\xfc\x7f\xb0\x01\xf7\xf8\x9e\x32\xc6\x88\x15\xfe\xb5\x55\x7a\xf3\x5a\x79\x21\x96\xa2\xa1\x26\x26\x9c\xa6\x89\x1b\x44\x7b\xb0\x12\x24\xea\x02\x53\x59\x97\xd0\xa8\xa2\x36\xde\x79\x3c\xac\x46\x91\xbd\xfc\x06\x86\x21\xf0\x5d\x5f\xd0\x18\xc3\x0b\xd9\x78\x21\xd6\x21\x50\x91\x74\x5f\xa5\x52\x67\xcd\x84\x0a\xfe\xff\xdd\xb4\x56\x52\xd6\x4e\x1a\xb5\x54\x2c\x45\x64\x5b\x4e\x85\x12\xd2\xca\xd7\xda\x39\xf3\x12\x66\xb5\x93\x66\x61\xa7\xda\x29\xd1\x3f\x7d\xe4\x3e\xd7\x30\x13\x73\x2e\xbf\x31\x41\xb5\xa9\x40\xf8\x93\xfd\x35\xea\x0b\x11\xa7\x6a\x0b\xcc\x0a\x88\x18\xe1\x71\xb3\xb4\x60\xd5\x65\xae\xc2\x02\xec\x3b\x40\x45\xe6\x81\xea\x99\x0b\x26\x90\x12\x4d\x74\x60\x0d\xc9\x9a\x0a\x0b\xaf\x4f\xf4\x0a\x87\xd5\xef\x07\xc9\xe5\x7e\xe1\x01\x8d\xea\x61\x26\x49\x5a\xbc\x99\xeb\x2f\xa2\x99\xe5\xea\xd3\xc7\xe4\x72\xab\x8f\xc9\xc3\xd0\x5c\x08\x8f\x3b\x9f\x3c\x15\xe1\x57\xd5\x4c\x09\x2d\xe2\x47\x3a\xc1\x6d\xb5\x5b\xc1\x5b\xe1\xb6\x6a\x14\x51\x17\x2f\x5b\xe6\xb0\x45\x79\xa7\x1e\xe0\x85\xaa\xac\xc2\xb3\x2e\xda\x30\xbc\x77\xd7\xe2\x20\xfc\x05\x69\xd0\x44\x32\x4b\x55\x5b\x7e\x81\x02\x43\x30\xa2\x32\x20\xab\x2d\xff\x00\xb1\x6d\x19\x48\x44\x27\xb4\x5d\xa1\x45\xac\x16\x30\x88\xc7\x52\x08\xc9\xac\xf4\x9f\x33\xfc\xaa\x7b\xee\x13\xd1\x80\x6c\x04\xd5\xfc\xb3\x53\xc5\xa1\x1b\x5e\xdd\x39\x0a\xf1\xcf\xce\x48\x07\x91\xc4\x82\x47\x3e\xb3\xeb\xce\xed\xef\xad\x76\x30\xb0\x51\x44\x1d\xe4\x40\x7d\x00\xad\xa0\x3c\x17\x67\x3d\x28\x25\x75\xc8\xd7\x13\x42\xd0\x27\x05\x94\x7a\xc3\xec\x73\x06\x18\x4e\x1d\xb0\x56\xf3\xe7\x2c\x82\x12\x6f\x78\xab\x22\x9c\x29\x2c\x6e\x4e\x30\x43\xf8\x99\xe0\xcc\x83\xbc\x18\x80\xea\xd3\xf1\x22\x72\xf6\x27\xc8\x0f\xf0\xd9\x66\xcc\x31\xd5\xbd\x53\x2f\xfa\x05\x88\x06\x68\xec\xe4\x3f\x3c\xeb\x8b\x9d\x9c\xfc\x7d\x56\x84\xf6\xcf\xee\x6d\x84\xda\xcc\xdb\x9f\xb2\x9d\xce\x7a\x83\x31\x7c\x14\xde\xa4\x57\x30\xa7\x42\x41\x37\x8d\x37\x2b\xdd\xe5\x0c\x1f\xeb\xbd\x90\xe5\x46\x8c\x70\xd3\xce\xe3\x4d\x79\xe3\x70\xf4\x24\x01\x07\x7d\xd6\x95\x46\x5a\x33\xc6\x83\x40\x0a\xa9\x56\x2b\x62\x8b\xaa\xcf\x3a\xc2\x22\xcb\x91\x17\x16\xcd\x61\x04\x82\xe4\x53\xd6\x29\xd6\x27\x25\x95\xa6\x18\xea\xb9\xd9\x3f\x5f\x80\xc2\xe5\x2f\x4e\x7e\xa1\x39\x7d\xc0\x7a\x9a\x95\x96\xc9\xa8\x04\xbc\x1a\x51\xcf\xe7\x99\x56\xe3\xa9\x67\x06\x38\x6a\x19\xdb\x8f\x44\x0e\x3d\xef\xff\xfd\x2f\x54\xdf\x7a\x36\x78\xcf\xc9\x29\x7c\xb6\x17\x06\x55\xc5\xcd\xcd\x46\x5d\x9b\x0e\xd3\x06\x54\x24\x6f\xd3\xd9\x7e\xd4\x6c\x48\xaa\xb4\xf4\x95\xd3\x06\x6d\x1b\x05\xbe\x7a\xdc\x72\xa5\xbb\x7e\x08\xfe\xe0\x37\x28\xb9\x04\xbd\x5a\x01\xf7\xe8\x58\x6a\x08\x35\x52\x98\xcf\x6c\x65\x21\xc1\x9f\xff\x87\x8c\x90\x60\x6b\x2f\x12\x1a\xf6\xe5\x6a\xcc\x21\x6f\xbc\xda\x6a\x3a\x27\xeb\xf9\x15\x09\xf6\x89\x69\x54\x4c\x49\x5b\xd3\x6a\xae\xac\x5a\xac\x38\x84\x96\x9f\x51\x90\x55\x92\xb4\xd1\x8c\x69\xf1\xdd\x60\xc6\xb4\x1f\x5d\xa3\x19\xd3\x78\xb6\x21\x88\x7d\x78\x96\x90\xb5\x53\xe5\x8c\x66\x4b\x33\xa7\x64\x6f\x6b\x29\xe7\xb4\x54\xed\x46\x42\x63\xcd\x22\x20\xc6\x54\xdd\x8a\xd9\xa8\x73\x32\x8c\x6f\x9d\x97\x11\xd1\xd0\x93\xa3\xd5\x29\x1c\xf8\x7d\x0f\x68\xd4\x31\x75\x21\xda\xd6\x29\xa9\xcc\x4f\x83\x87\xad\x58\xbc\x21\xac\xbc\x4b\x9e\x37\x28\x99\xec\xfb\xd3\x50\x1f\x79\xf3\x54\xd3\x6b\xcd\x97\xb8\x36\xc8\x3f\x9b\x5b\xa0\x52\x40\x44\x51\xeb\x64\x68\xdf\x10\x97\x63\xaf\xc6\xc6\xcc\x9d\xbe\x48\xb6\x71\xe0\x05\xd3\xc8\xc0\x64\x37\xc0\x13\xc1\x0d\xdc\x78\xdf\xff\x3f\x78\xd6\xc4\x32\x4c\x47\xd1\xd7\xb3\x21\x4e\xdd\x5a\xa8\x16\xf4\xfe\x90\xec\x68\x91\xa3\x54\x17\x70\x84\xdb\xbc\x05\x82\x88\x43\x47\x69\x7b\x71\xd2\x90\xff\xf1\x7b\xd7\xe7\xb4\x88\xa3\xe0\x19\x67\x47\xb8\x16\xb0\x19\x9a\x5f\x22\xd7\xce\x44\x91\x81\x84\xd5\x1b\xcc\xad\xb3\x0b\x38\x37\x98\x5b\xed\xb3\xda\xe0\x1a\xd7\xbc\x6d\x32\xa9\xbb\xa5\x0d\x12\x32\x35\x2f\xe6\x42\xbd\x17\x6f\xd4\x45\xe4\x25\x40\xd1\x16\x6d\xcc\x5e\x3b\xaa\xa1\x86\x9f\xb9\x91\x74\x56\x36\x46\xa1\xf7\xf2\x97\xa0\xd6\xf7\x0c\x86\x97\xad\x26\x01\x76\xd2\x6e\xee\x5b\xcc\xe9\xad\x83\xaa\x01\xe1\x34\x33\x1b\xd2\x31\xd9\xcf\xa3\x31\xbd\x52\xd7\x39\xd9\x76\xe2\x30\x53\x0c\xcf\x32\xfb\x2b\xb7\x3d\x25\xa6\x9a\x60\x7d\x45\x1b\x3a\xdb\xc1\x48\x34\x7d\x71\x34\x88\x02\xd1\x70\x4c\x14\x29\xd0\xa4\x1d\x5c\x69\xf5\x78\xf0\x4a\x64\x21\x0d\xf5\x90\x1d\x9c\xda\x41\xfe\x76\x87\x54\xc3\x9a\xfb\x98\xae\xbd\x17\x93\xc0\x69\xd0\x17\x27\x9d\x4f\x85\x57\xdb\xc9\x79\xd1\x34\x9c\xc4\xaf\x42\xc4\xed\x84\xb9\x4b\xd0\xb0\x21\xed\x66\x73\x0f\x27\xe5\x9b\x06\x81\x88\x01\x7b\x19\x36\xd8\x39\x9b\x4e\xef\x76\x12\xe7\x59\xbc\xc1\xee\x69\xbf\xb3\xf6\x62\xa4\x61\xff\xa9\x86\x08\xf0\x18\xfe\xbf\x72\x8c\xa2\xf0\x22\x45\x6a\xf0\xe2\xb4\xfa\x7f\x50\xa4\x5b\x62\x7b\x11\x92\xe3\xa3\x67\xbb\x93\x13\x35\xcd\x4c\x80\xd9\x4d\xf3\xcd\xc3\x55\x24\xdd\x4c\xe4\xe7\x0f\x28\xa1\x85\x34\xdb\x93\xd3\x2c\xa2\x1f\x6e\x49\x41\xc7\x46\xc7\x32\x5f\xd9\x1b\x50\x8b\xbd\x88\xda\x43\x69\x68\x81\xfb\x24\x55\xa2\xfb\xa1\xbd\xcd\xfb\x1e\x4e\x60\xad\xba\x49\x5e\x56\x74\xc5\x6a\x0f\xb8\x41\x33\xd7\x19\x43\x3d\xfd\x8c\xbb\x89\x6c\x19\xfd\x97\x34\x2c\xfd\x40\x17\x1c\xc1\x8c\x4e\x13\x9e\x2f\x27\x7d\xe3\xb9\x21\x51\xd1\x37\x64\xe3\x11\x93\xf7\x17\x56\x54\x55\xaf\x7a\xcf\x20\x10\xed\xff\x71\x84\x6b\x94\x1d\x26\x3a\xbb\x11\x76\xaa\x6f\xfa\xe7\x03\x32\x94\x04\x64\xdf\x28\x0b\x96\x49\xc0\xb0\x35\xf7\xbd\x90\xe7\x87\x9e\xb9\x16\xe2\x88\x5e\xea\x7f\xff\x0b\xfb\x99\x75\x64\x39\xb7\xff\x41\x67\x39\x1c\x5f\xe2\x3a\x13\x06\x59\x01\xd4\x4b\x52\xe9\x4f\xb8\x36\xa2\x09\x3a\x1d\x03\xc0\x5e\x78\x00\x0b\xd7\xf7\x4a\x1d\x93\xc0\x52\x4f\x15\x8d\xb6\x6e\x4f\xb3\x9d\xd8\xb2\xd3\x6c\xe7\x36\x2b\x71\x82\xf6\x72\x07\xba\xf1\x05\xa7\xd7\xfb\x05\x95\x5e\x2b\xc6\x1e\xfa\xba\xdb\xa1\x71\xb1\xd7\x4d\x6f\x98\x39\x2f\x46\xab\xa8\x8b\xaa\x0e\x1a\x35\x13\xcd\x0d\x4c\x34\x20\x06\x6a\x4c\x53\xa4\x89\x43\x80\xb2\xcd\x69\x1d\x3e\x5f\x76\x50\xe8\xc8\x59\x1e\x1e\x52\x62\x21\xc1\xad\xde\x93\xdf\xd4\x43\xe7\x4e\x13\xac\xe8\xf4\xfa\xf2\x7d\xa2\xf7\x0a\xb1\x2c\xa2\x11\xfd\xd8\xfe\x54\x19\x6f\xf6\xd4\xbd\x34\xf7\x07\x65\xb7\x79\xa7\x73\xc4\x26\x70\xa1\x37\x3f\x13\xe3\xfa\x7b\xb2\xaf\x57\x91\xa1\x94\xd1\x4d\x2f\x75\xae\x52\xb5\x74\x64\xf0\xf9\xcc\xfa\xa0\xf1\xcc\xb3\x38\x26\xfc\xd6\xc4\x8d\x03\x99\xe3\x3d\xeb\x03\x90\xc2\xfc\xfc\xe2\xa8\xa9\x82\xb9\xb3\x03\x37\x35\x53\x30\x72\xd6\xf5\x02\x41\x8c\x64\x53\x0f\x22\x7f\x5d\xff\x3b\x2b\xd7\xd8\xf8\xda\xe9\xdf\x6f\x23\x53\xa7\xb9\xce\xee\xe7\x1d\xe6\x3a\x5b\x67\x3b\x2d\x72\xb6\x4a\x76\x78\x95\x35\x41\x8c\x9e\x30\xc7\xcc\x36\x91\x2f\xdc\xf3\xc4\xf4\x3b\x21\xc5\x59\x9f\x3c\xf4\xbd\x78\x93\xe3\x70\x93\x58\x3c\xd3\x34\x73\x5c\xfe\x01\x67\xc9\xa7\xcb\x83\x2f\x98\x48\xe6\x6b\xd2\x5d\xb1\x4f\xc2\x06\x1d\xa0\x1d\x81\xcc\xb6\x5b\xf7\xc5\x3d\xa5\x16\x68\xd1\xeb\x9e\x7d\x04\x5c\xda\x6f\xa3\x03\x39\xd9\xc0\xd7\x59\xf1\x5a\xf1\xe8\xb3\x03\x2c\xd9\xeb\xb9\x23\x12\xa0\x7d\xfe\x87\x2c\xd2\xd1\xd3\xa9\x2e\xea\x9f\x1e\x38\xf5\xfe\x22\x2d\x7e\xba\xa3\xf7\x3d\xa5\x93\x26\x06\x6e\x65\x76\xdc\xe9\x4c\x6c\x6e\x5d\x48\x87\x0a\xc9\xf6\xfb\xbe\x53\x86\xea\xce\xdc\x77\xce\xbd\x3f\x40\xc9\x05\x8b\x54\x84\x64\x76\xef\x13\x84\x06\x28\x5b\xcd\xec\xfb\x7b\x48\x4f\xcb\xa6\x9d\xa7\x9f\xd7\x6e\x47\x5e\xd3\x0f\x89\x0f\xa2\x7f\xd5\xc0\xf1\x7b\x77\x81\x2e\x8f\x9d\x11\x9b\xbe\xb4\x77\xa6\x41\xb7\xae\xa5\xa7\x01\x50\xea\xc2\x7e\x50\xf9\xa1\x6b\x54\x27\xc4\xf3\xd9\x04\xd7\xb6\xe6\xe3\x92\x06\x3f\x5f\xab\xfa\x89\x48\x3d\xdd\x40\x3a\xf3\xa2\x5b\x03\xd3\x59\x38\xf1\xb3\x79\xe1\x69\xd6\x7c\x46\x33\xad\x79\x37\x83\x9d\x74\x9f\x5b\xfe\x02\x97\x5c\xe1\x84\x9e\x41\x9c\xde\xbd\x27\x0e\x4c\x33\x10\x21\x99\x65\x1c\x62\x36\xed\xa1\xd0\xd3\xa0\x27\xe0\xda\x61\xc0\x6b\x3e\x78\x10\x0b\x60\x07\x84\x7e\x91\xc1\xdc\x43\x5a\xf0\xa4\xaf\xe8\x37\x37\xb7\x67\x0e\x69\xce\x37\xef\xab\x9b\x34\x68\xe2\x18\x0d\xf0\x11\xc4\xa9\x88\xf2\x01\x0a\x45\x94\xaf\x00\xfd\xc6\x5a\x74\x7f\x40\x05\xb4\x39\x2a\x3d\xbf\x0c\x24\x50\x96\xa6\x39\xb8\xaf\x3f\xd9\xa9\x66\x02\xa8\xcd\x9e\xdd\xfd\xe1\xfa\xfb\x03\xf4\x69\x61\x80\xba\x34\xd3\x48\x83\x55\x0f\xeb\xfa\x4b\xbe\xb9\xd9\xe1\x15\x66\xdb\x7f\x7f\x12\x44\xfc\xeb\x7e\xfc\xa8\x6f\xd4\xc4\x0f\xe4\xac\xb4\x5f\xe3\x00\xe2\x53\x3c\xf8\x7b\x2a\x22\x87\x5f\xd5\x33\xf9\xd5\x0d\x42\x94\x68\x13\x0e\xe4\xc0\x09\xa5\xc5\x7a\xb7\x0f\x7b\x1c\xfa\x81\x17\x0a\x49\xc8\x01\xbd\x92\xfd\x2a\xc6\x36\xfe\xfb\x5f\xb7\xf2\x7a\x6c\xf1\x3e\xeb\x6a\x37\x36\xba\xa1\xe9\x86\x31\x52\xcd\x24\x56\x18\x1b\x27\xd5\x5d\x52\x28\x2f\xff\xc0\x6b\x91\xf8\x71\x94\xa4\x52\x9d\x42\x33\x65\xdb\xff\x28\x59\xcb\x4d\x03\xa7\x97\xbf\xfd\x09\x46\xa1\x82\x3b\xdc\x04\x77\x95\x3a\x2d\x28\xd8\xab\x43\x75\x54\x6c\x22\xcf\x43\xa2\xb3\xe5\x1f\x72\xa0\x22\x22\xb5\x55\x5a\xdf\xc1\x42\xd7\x56\x57\x0d\xda\xcc\xba\xf8\x69\xa4\xcd\xcc\x1c\x80\x80\x49\x3b\x14\x8c\x96\x29\x10\xd5\x09\x3c\xf7\xc7\xd4\xf5\x69\x30\xeb\x78\x68\x5f\x8c\x04\x75\xdd\x6f\x60\x37\x4b\xb4\x0f\x80\x34\xd5\x21\x9b\x03\x69\x16\xad\xf1\x1d\x3d\x59\x40\x1f\x74\x1e\x71\x5e\x31\x24\xa4\xb0\x7e\x6a\xc0\xf1\xde\xc1\x23\x83\x45\x05\xbb\x27\x0f\x16\xaf\x50\xd6\xad\x39\x60\xe1\x1a\x9f\x2e\x60\x6d\xb2\xaa\x70\x74\x84\x48\x7b\xfd\x50\x77\xfa\xe3\xda\x37\x00\xb3\xc2\xac\x0d\x37\x2b\xbb\x5e\x0f\xe4\x99\x09\x65\xa0\x9a\x63\xd0\xda\xa8\x13\x6c\x50\xe5\x65\x3d\xcb\x40\x46\x0b\x6b\xaa\x07\x4b\x4d\x5b\xa3\x35\xe0\xfc\xaf\x7c\x50\x73\x0c\xde\xaf\x3c\x11\x83\xe8\xc1\x54\xc0\x91\xca\xd6\xee\x11\x0c\xd3\x31\x9b\x21\x35\x62\xb1\x86\x72\x44\x72\xae\x3a\x09\xc6\x31\xba\x49\x6a\x24\x4d\x26\xb0\x9a\xaa\xf4\xcc\x01\xa8\xe6\x6a\x5b\x73\xcc\x6c\x52\x9d\x4e\xc8\x5a\xcb\xd6\x31\xc9\xba\x9e\x1b\xb8\x42\xd5\xcf\x17\x3c\x9d\x3d\x90\xcc\x33\x21\xd0\x3a\x60\x38\x6b\x9f\xe7\x8e\x74\x34\x1a\xd7\xca\x81\x6a\x5c\x69\x49\x93\x16\x6b\x20\x8f\x61\xb1\x7e\x6f\xec\x30\xe4\x5b\xb7\x36\x76\xf6\xa1\x2f\x76\x20\xc8\xe2\xff\xd9\x87\x30\xc1\x80\x5b\x92\x0d\x6b\x83\x46\x2a\xab\x3b\x06\xd2\x40\xd8\x3c\x33\xe0\x2d\xdf\x2c\xab\x0e\x4a\x1e\x4f\xf6\xc1\xbd\xe0\x89\x40\x5e\x08\xdb\x72\xc7\x11\xec\xc2\x4d\x50\x4e\x78\x14\x0c\x51\xb4\xb2\x6b\x1c\x0f\x7f\xd0\x5c\x9d\xf4\xf9\x11\xe4\x1b\x67\x92\xe1\x1f\x92\x0c\xb5\x81\x30\x46\x2b\xb3\x06\x3d\xe0\xdb\xf6\xa7\x70\xd7\x41\x2d\x91\xe0\xff\x38\x99\x25\x58\xf3\x46\xd0\x62\x09\x7d\x32\x55\xa1\x7b\xcb\x34\x67\x7a\x46\x8a\x25\x81\xbb\x71\x25\xfd\x1a\x21\x03\x1c\xad\x2b\x1b\x17\xe9\xf7\x33\xd5\xcf\xde\x6b\xcc\x0c\xa8\x1c\xd7\x73\x30\x6d\x76\x75\x93\x64\x1f\x73\x03\x22\x1c\x6d\x16\x1a\x30\xb5\x15\xab\xaa\x06\xfc\x94\x6c\x8e\x18\xf0\x53\xb2\x6d\x6c\x10\xe5\x58\xdb\x36\x98\x8d\x42\xd9\x8f\xe7\x00\xca\xf9\x08\x08\xd6\x72\xb6\xba\x6d\x24\xcc\x31\x7b\xdc\x64\x0f\xcb\x6f\xa4\xa7\xb0\xc1\x70\xdc\x27\x9e\xdd\xe7\x05\xd5\xa9\xdf\x47\x4a\x18\x5d\x58\xc7\x4d\xa2\xc5\x19\x0f\x1d\x39\x34\x4d\x80\x34\xdd\xec\x98\xc9\x29\x3c\x8f\xb0\x96\x75\xef\x19\x58\xcb\x62\xfb\xfc\xc0\xbd\xef\x51\xc3\xab\xc8\x18\x37\x50\xdb\xc5\x06\x8f\x80\x0f\x91\xbd\x34\x02\xd6\x34\x3b\x98\x05\x0b\xb9\x58\xa3\x13\x3f\x2e\xb6\xb8\x37\x80\x73\x6c\xaa\x8a\x1f\x17\x5f\x0c\x1a\xbf\x89\x17\xa6\x9e\x39\x4a\x37\xb0\xe3\xd9\x3d\xd0\x77\x58\xeb\x10\x30\xb8\x79\x5a\x83\x6e\x48\xca\x44\x39\x83\xde\xed\xd6\xbe\x05\xf3\x07\x2a\x97\xda\x0c\x14\x7e\xe9\x92\x25\x81\x6c\x15\xfd\xe7\xff\x79\xe0\x2c\xbf\x40\x97\xd4\xee\x37\xb0\x56\xc3\xcf\x04\x29\x9e\x07\x40\x25\xeb\x87\x03\xa5\xa2\xe3\xf3\x01\xaf\x02\x9e\x97\x8d\x48\x5d\x28\x25\x12\x3a\x49\x04\x46\x49\xbc\xe0\x37\x92\xa9\xb5\x7c\xa5\xa3\x53\x4d\x55\xa1\xa0\xf6\xd4\xc0\xe3\xdd\xba\xf8\x28\x8c\x72\xea\xee\x23\xe7\x4e\x3f\xc0\xf0\xf7\x71\x33\x8b\xca\xfd\x2f\xe4\x1d\x70\x60\xb2\x59\x25\x90\xef\xcf\x36\x91\x60\xb6\x0a\x15\x62\x9f\x01\x87\xa4\x8f\x4f\x4c\x20\x5b\x45\x2f\xee\x22\xe7\x46\x93\x05\x6c\x65\x43\x4c\x10\x5b\xd9\x63\x25\x98\x8c\xc2\x0a\xb7\xa0\x39\xd1\xaa\xc8\x80\x3e\xcc\xd1\x57\xd1\x98\x53\xc0\x1f\x60\xf3\x9a\x67\x68\x2c\xb4\x7a\x34\x90\xf2\xda\x36\x85\xe8\x39\x31\x5a\x40\xc4\x38\x5a\x5d\x1a\x48\xd0\xe7\x10\xb4\xe8\x98\x17\xe9\xba\x03\xb6\xc3\x8f\x01\x33\xe0\xaf\x6e\xb5\x73\xa4\x7e\x6a\xf8\x0b\x4c\x83\xce\xfe\x40\xf1\x95\x2e\x81\x14\x8c\x81\xb4\x8a\x37\x06\x49\xf2\x07\x88\xa5\xf2\xf6\x86\xb7\xb9\xb5\xe9\x81\x7c\x7c\x5d\x87\x41\xc0\x8c\xd7\xeb\x9f\xee\x48\x31\xc8\x3a\xee\x2d\x73\x5d\x98\xa3\x51\x64\xe5\xa3\xa2\x0b\xc4\x47\xda\x1e\x10\x01\xf5\xaf\x37\x0d\xd2\x80\x75\x4b\x9b\xa0\x22\x5e\xb7\xd9\xa0\x89\xce\x0a\xb5\x08\x04\xa4\x99\x9f\x61\x90\x73\x36\x8c\x98\x84\xb3\xde\xfa\x33\xb7\x88\xbf\x00\xa0\x1a\x16\x48\x70\x25\x9f\x56\xac\xc7\xa4\x53\xc2\x70\x1b\xaf\xa0\xb7\x9f\x6e\x30\xe5\x84\x2f\x77\xb1\x78\x1c\x99\x0c\xaa\x9e\x54\x15\x70\x06\xad\x76\xbe\x2f\xc6\x4a\x81\xa2\x91\x65\x40\xa2\x25\x08\x0c\x6f\x56\x15\xc6\xce\x4d\x61\xc9\x09\xdf\x22\x6b\x70\x63\xa7\xe9\x50\x97\xb3\x60\x92\x88\xe1\xc9\x00\xe8\xb2\x22\x30\xf6\xec\xd3\x4d\xa0\x4f\x53\x79\x90\xe3\x04\x27\x02\xa5\x4b\xac\xf7\x0b\x54\xb8\xeb\xbe\xb6\x06\x92\x3a\x2c\xef\x75\x58\xde\xac\x00\x0b\xf8\x16\xf5\x4f\x83\x37\x69\x74\x8b\x74\xde\xd5\x85\x31\x10\x73\xf8\xd9\x67\x44\x5c\xc3\x52\x10\x00\xcb\xda\xcb\x00\x64\xb2\x12\x2e\x90\x5b\xd9\x6a\xc0\x60\x9a\x88\xf6\x69\x91\x12\x2c\xfc\x06\x01\x8b\x34\x5c\x71\x72\xe2\x34\x8a\x93\x54\x5b\xd0\x5e\x24\x52\x1f\xc0\xf5\xdb\x4a\x97\xb8\x72\xfd\xb5\x78\x88\x20\xec\x9b\x25\xda\x45\xec\xe9\xc5\x61\xad\x11\xdf\xa3\x22\x51\x92\x07\x4a\xe5\xcf\xf0\x7e\x82\x93\x91\x63\xa8\x82\x19\x92\xad\x0a\x0c\xc2\x24\x7b\x6a\x05\xdd\xb5\xad\xa1\x0e\x9a\xec\x86\xe5\x20\x93\x72\x59\x6b\x10\x2f\x0c\x0a\x87\x5b\x06\xb4\x3d\xdd\xb7\xed\x20\xee\xd1\xb5\x37\x58\x94\xd8\x7a\xd7\x80\x9f\x51\xd7\x35\x38\xa8\x1e\xb2\x5e\x35\x90\xfa\xa1\x1b\x0f\x06\x03\xff\xda\xa7\x4d\x46\xb1\x68\x3a\x99\xe5\xb8\x7d\xda\x3c\x90\x87\x4e\xc3\x80\x86\xc7\xba\xbc\x78\x28\xcd\x34\x57\x13\x9e\x46\xdd\x17\xe1\xc9\x4c\x5e\x8e\x27\x9a\x08\xf3\xb3\x25\x6a\xfe\x72\x09\xa7\x7e\x80\xdb\x9b\x04\xc9\xfc\x71\x49\xbb\x9b\xdc\x29\x9d\xfc\x46\x4e\xee\xd2\x0f\xd8\x1e\xdd\x7d\x80\x6c\x09\xc4\xf9\xe3\xdc\xaa\xc5\x54\x1b\x69\x35\x26\xa1\x8f\x44\xd3\xdc\xc8\x02\x1a\xf8\xdc\x92\x05\xd4\x25\x33\x75\xf9\x16\x34\x61\x38\xb4\xaa\x6b\xc2\xef\xdb\xaa\xb9\xb9\x51\x4d\xae\x63\x66\x6e\x39\x4e\x51\xbd\xe5\x6a\xb8\x0f\x0a\xf6\x30\x59\x27\x3b\xd5\xc0\x98\x7d\xd9\x0a\xdd\xf9\xe2\xa5\x98\xdb\x9f\x8c\x49\xb3\x70\xd4\x22\xa0\x70\xfb\x69\x9a\xe0\x56\x6e\x47\xcf\x89\xba\x78\x56\x81\xcf\xc2\xb3\x5a\x87\xf7\x2c\x3c\x9b\xa5\xcf\x9b\x85\x3b\x5e\x67\xe9\x64\xad\x64\xeb\x76\x67\x25\x0d\x9a\xe8\xca\xd3\x50\x10\x65\x56\xca\x80\xe1\x1f\x38\xb1\x9a\x25\x78\x76\x5b\x33\x36\x33\xda\x4f\x2a\xa6\x49\x20\xe5\x89\xa7\xd6\x4a\xa5\xb6\xe7\x4c\xa5\x94\x68\x68\xdc\x7a\x66\x87\x86\x89\xf1\xb0\x18\x1e\x68\x0d\xf4\x6c\x10\xa6\x5e\xa8\x46\xd3\x8f\x34\x4c\x13\x95\xf1\x6c\x24\x9e\xf4\xe3\x1e\x82\x05\xb3\xe5\x5a\x6b\xb2\x5f\xe8\x55\x9c\x04\x61\xa2\x9c\xb2\x6f\xfa\x93\x5a\xaf\x90\x5e\x65\xf6\xa4\xda\x3f\x90\x6a\x75\x01\x57\x6f\xeb\x2d\x67\x4f\x22\x35\x93\x9d\x5b\xd3\x7d\x40\xcd\x65\xab\xf1\x4c\x70\x26\x28\x34\x09\xce\x3c\xcc\xce\xb9\x97\xde\x65\x42\x0f\x56\x3e\x34\x51\x1a\x7b\xf5\xa0\x07\x6b\x1f\xa2\xb0\x75\x3d\x0d\xf0\x0c\xeb\xca\x17\x3e\x27\x3d\xc3\xac\xc0\x9d\xc0\x77\x86\x47\x73\x70\xd8\xea\x72\x30\x41\x92\x7a\x1c\xb9\x73\xb5\x78\x2f\xde\xab\xbe\x26\x4f\xe6\xc8\x50\x85\xd2\x39\x07\x19\xc8\xcf\x9c\x7a\xa9\xc9\x26\x0d\x94\xaa\x1f\x3a\x67\x30\x47\xa4\x68\x08\xae\x8d\xb7\x0e\x12\x9c\x59\xdd\x31\xe1\xce\x6e\xb5\xcc\x44\x4e\x8c\x65\xa2\x69\xe1\xb4\xae\x7d\x32\xfe\xd0\xaa\xfc\x89\x84\x65\xd6\xe3\x4c\xd8\x33\xbb\x69\x84\x3d\xd3\x66\xdd\x39\x73\x1e\xf5\xc1\xc4\x4e\xf4\xd2\x11\x24\xea\x56\x3c\x59\x2b\xe4\xe7\xf7\x61\x3b\xf0\x3c\x23\x98\xd0\x77\xde\xb9\xf8\xbd\x86\x00\x85\xd9\xf4\x41\xb0\x20\x4d\xa4\x10\x99\xd4\x9f\x7d\x84\xf2\x02\x73\xe9\x8a\x3b\x17\x47\xa4\x29\x58\x3c\x8c\xcc\xe0\x89\xf5\x04\x38\x26\xb1\xde\xf2\x33\xb6\xa9\x6e\x97\x73\xe7\x01\x69\xfe\x45\x1c\x60\x57\xfa\xfa\x39\x77\x56\x90\xd0\x20\x90\x76\xd5\x0a\x93\x09\xfd\x9a\x6f\xd9\x13\x45\xec\x7c\x5d\x9d\x08\xda\x53\x35\x9c\x39\x0f\xae\xb3\xdf\x0f\xe8\x3a\xfd\x3f\xcf\x00\xf3\x3f\x2d\x74\x2a\x3c\x3b\x27\x5c\xaa\x7c\x6b\x9f\x67\x0e\x5a\x83\x7a\x91\x5e\xd9\xbc\x1f\xce\x02\x6f\x21\x91\x0c\x4d\x9a\x5d\x79\x27\x22\xf4\x9a\x53\x48\xcd\x33\x27\x41\x83\x3e\x29\xd6\x4d\xf5\x49\xb7\x08\x4f\xd3\x89\x78\x5b\xe1\xb4\x49\xfd\xd8\x68\x7f\x8a\x38\x9a\x17\x14\xf4\xca\x2c\x3f\x27\x7d\xac\x54\x79\x74\x4e\x68\xd3\x7c\xdd\x9e\x2f\x30\xac\xd3\xdb\xe9\x22\x22\x28\xfe\x01\x2e\x53\x16\x54\xb0\x00\xfa\x26\x3c\x2f\x1e\x9c\xe6\x76\x54\x98\xf3\xe5\x7a\xde\x54\x59\x7a\x87\xde\x70\xff\x37\x49\xa9\xf8\xf2\x06\xbb\x27\xba\x10\x3f\x67\x3c\x9d\x37\x10\x00\x9c\x6f\x65\x13\x00\xce\x4a\xc8\xf9\x70\x90\x7e\xbf\x03\x18\x69\xd6\x9f\xec\x51\xec\xfc\x20\xfb\x84\x07\x0d\xd5\x98\xef\xde\x13\x0e\x59\x76\x00\x9c\x0f\x8a\xad\x9a\xd9\x1e\xd4\x0c\x10\xda\x5b\xbf\x5c\xb5\xa5\x1f\x48\x71\xd7\x33\x28\x14\xe6\x59\x89\xe5\x74\xd7\x5e\x3f\x78\xa3\x68\x5d\x16\xd4\x56\xbe\x4a\xad\x1f\x28\xda\xfc\x3f\xf5\x09\x92\x7b\x0b\xc8\xcc\x43\x5c\x1b\x55\x6f\xfe\xbf\xa2\x01\x3f\xd3\x99\x4e\x14\x6d\x58\x67\x21\xf5\xf5\x02\xa4\xe1\x39\x5c\xcc\xaf\x65\x95\xfb\x82\x72\xc8\xd7\xc3\x55\x68\x6d\xd2\x0e\x5f\xb0\xbc\xf5\xcd\xb3\xc4\x84\x09\x8e\xcf\x5b\x88\x76\xeb\xca\x14\x3e\x57\xa5\xb4\x97\x68\x5b\x74\xa6\x52\xed\x8e\xb9\x2a\x8f\x5e\xc9\xb6\x05\x50\xe3\x9b\xd1\xaa\xbc\x84\x76\xbf\x00\xee\xd2\xae\x5e\xd0\x1f\x85\x37\xe9\xa2\x71\xce\xf1\x6b\x0b\xb0\xc7\x17\xbe\x45\xfd\x91\x4a\x1d\xcc\xd5\x88\x82\x8b\x7f\xd8\x30\x17\x6a\xa1\x11\x8b\xe9\xfe\xb0\x1a\x67\x5f\xcb\x0d\xd8\x33\x3e\x0d\x74\x7e\xe0\x17\x68\xc0\xf0\x6c\x32\x09\x82\xd3\x99\x2e\x68\x98\x86\x39\xe8\x85\x39\xff\x8f\x26\x0a\x79\xcf\x14\xfd\xa9\x6c\xe2\x58\x40\x2d\x36\x9a\x2c\x56\x3d\xb3\xe9\x60\x25\x28\xf9\x7c\xc1\xb3\x53\xe7\xc0\xea\xd4\x5d\x7c\x3e\x01\xdb\x48\x6c\x2f\xfa\xa7\x7b\x35\xa0\x63\x1a\x52\xc1\xac\xd4\x31\xe9\x1c\x58\x23\xa7\x4e\x2d\xb0\xe2\xaf\x77\xfb\x1a\x9c\x3b\x4d\xf6\x20\x07\x88\x45\xa0\x75\x32\x72\x5e\x83\x00\xd1\x44\xc3\x4b\xca\xe0\x7b\x0d\x8a\xb4\xe5\x2e\x1f\xbc\xa0\x61\x07\x45\x9a\x89\x44\x16\x04\xfb\x1d\xae\x48\x1a\x45\x03\x34\x51\x06\xca\x2b\x88\xc5\xa5\x7e\x59\x70\xc4\x1a\x52\xad\x2d\x64\xe6\x2a\x36\x41\xac\xa0\x60\xf6\x30\x22\xa7\x5a\xf3\x40\xf7\x71\x1b\x0c\x16\x80\x8b\x91\xf1\x42\x76\x2f\x15\x45\x9d\xeb\x05\x2e\x5b\x9d\x02\x80\x6b\x42\x32\x5b\x4a\x21\x9b\x97\x65\xff\x9a\x03\x42\xe9\x4f\xfa\xba\xc5\x34\xac\xe6\x47\xb8\x64\x0d\xa1\x96\x95\x8a\xb0\x0f\x39\x5c\x27\x3f\x43\x31\x66\xe9\x30\x73\x7c\x5a\x06\x78\x64\x59\x2a\x2f\xa6\xbc\x57\x49\xd6\xb9\x16\xe9\xf7\x73\xe3\x3e\xd5\x0c\x51\x2d\x66\xc4\xba\x32\xc7\x82\x9f\x31\x08\x6f\xe4\x85\x41\x48\xd1\xb6\x50\x69\xc2\xd7\xfe\x45\x87\xab\x61\x31\x4a\x87\x2b\xeb\xfe\x17\xfc\xd7\x0d\x70\xd7\x9e\x02\x4c\xc3\xdc\xc1\xbe\x82\x29\x6b\x47\xc1\x55\xcf\x1b\xf2\x7a\x19\x9a\xad\x74\xa7\xf2\x33\xe4\x80\x50\xcc\x82\x4e\xcd\xa9\x14\xd7\xc1\x59\xd2\xc5\x71\x21\xc1\xbd\xad\xfc\x0b\x86\x4c\xeb\xd8\x16\xdd\xa7\x6c\x73\x59\x47\x92\xac\x95\xa2\x3f\x95\x8d\x2e\xeb\xa0\xd0\xd5\x2d\x6d\xc1\x5d\xca\x30\x64\x1d\xc9\xbc\xee\x04\x7b\x50\xba\xa5\x05\x24\x63\xf5\xc8\xba\x78\xd7\xf0\x1e\x64\x4e\xac\xe9\x0d\x92\x1a\x2d\xaf\xdd\x15\xa4\x4a\x7d\x5c\xbc\x74\x79\x9b\xc2\xa1\xfc\x73\x34\xb0\x80\x97\x05\x03\x53\xca\x3b\x08\x64\xdd\x03\x3a\x77\x11\x81\x2c\x56\x1f\x29\xcd\x62\xb8\x36\x68\xad\x9b\xca\xdd\xe1\x37\xc8\xc4\x3e\xb8\x1f\xea\x7d\xbc\x4b\x1f\x42\x36\x29\x0f\x16\xd1\x8c\xa7\x02\xbe\x4a\xe1\xc8\xc0\xf5\x80\x29\xbb\x3f\x48\x2a\xfc\xc2\xc5\x26\x35\xfd\x4f\xb2\xe9\xbf\xe9\xde\x99\x75\xea\xe7\x67\xe4\xd4\xb0\x41\x6a\x87\xe5\xce\x96\x9e\x1d\x96\x3b\x4b\xe5\xfd\xc7\xc3\xbd\xfa\x03\x16\x44\xf4\x0b\x60\xd3\xf9\x7f\x8c\xbd\x49\xce\x36\xbd\xb2\x1c\x36\xf7\x2a\xbe\x1d\xb8\xd8\x93\x93\x7f\xe2\xb1\xbd\x87\xea\x68\x68\xa0\xab\x8b\x63\x69\xff\x46\x45\x90\x11\xcf\x11\x24\xe0\x1b\xbc\xc0\xfb\x14\xab\xd8\x24\x93\x99\xc9\x6c\x3d\x02\xd0\x54\x07\xe5\x3c\x5e\xb8\x85\xf9\x7b\x5e\x57\xdd\x01\x72\x48\xf9\x70\x9f\x74\x50\x72\xa4\xdc\x19\x10\x0a\x2d\x01\xe4\x84\xa6\xc9\x28\x76\x42\xd1\xd4\xed\xfd\x7f\x86\xb5\xbd\x9a\x13\x34\x4d\xa6\x48\x27\x4a\xe2\x3a\xe4\xeb\x84\xe6\xc9\x72\xe5\x89\xac\xa4\x3e\x49\x27\x65\x26\x61\xfd\x49\xa5\x92\x4d\xac\x27\x92\x4a\x99\xb1\x9c\x14\xa2\x6c\x8d\x3c\xe3\x5a\x94\x86\x8c\x94\xe8\x45\xc3\xce\x6d\x94\xd3\x6f\x9e\xce\xe0\x3e\x21\x87\x55\xf7\xc0\xc3\x29\x91\xe9\x8c\x48\xcd\xac\xeb\xea\x89\x22\x5e\x55\x72\xc1\x49\x1b\x9d\xcd\x7c\x67\xa2\x67\x91\x00\x8d\xa4\xa5\x3d\xbb\x9d\xf5\x62\xd5\x21\x93\x98\xfe\x8c\x40\x99\xec\xe7\x05\x2a\x2a\x35\xe5\x44\x12\xa6\x29\x27\x38\x11\x0c\x0f\x88\xe4\x5d\xa2\x37\x27\x9d\xa3\x4a\xfc\x2b\x46\x74\xb2\x32\x8f\x2a\x86\xf5\x93\xb9\xe6\x6d\x3c\x3d\x29\xae\x55\xbf\x90\xf8\x82\x26\xbc\xc4\x31\x5d\x6f\xcf\xcc\x15\x69\x46\x4c\x37\x10\x7e\xba\xc4\x99\x94\x76\xe6\x84\xb8\x36\x9c\x1c\xfe\xcc\x3c\x93\xba\x9f\x9e\x99\x52\xa5\x78\xcb\x09\x8f\x78\x5b\x70\x4f\xa8\xa5\x7a\x71\x3b\xe8\xb6\x0e\xf5\x59\xd6\xac\xb5\x0c\x64\x41\xb5\x8c\x71\x96\x02\xf5\x8c\x3b\x24\x66\x48\xf8\x3a\x99\x16\xd5\x49\x12\xce\xa5\xa6\x92\x6a\xe2\x2c\xc4\x78\x7f\x71\xb3\x0b\x4f\xe2\x21\x20\x3c\x08\x03\x4b\xf4\x1b\x49\xae\x9c\x6b\xf3\x44\x7d\xa1\x16\x3c\x6b\x68\x9d\x7e\x4e\x40\x5d\x65\x93\xf4\x9b\x3c\x3b\xfa\xc1\x8a\x8e\xd0\xef\xb5\x0a\xf7\x40\x3f\x43\x8f\x00\xdb\x6c\x77\x3b\x48\x91\x38\xe8\x49\x79\xd0\x74\x02\xf2\xa0\x73\x64\x9d\x10\xff\x2c\x56\x9c\x0d\xae\xbe\x9e\x31\xec\x90\xb6\x0d\x9f\x90\x06\x2d\xca\x9d\xcb\xd5\xcb\x70\x6f\x08\x2d\xf0\x09\x6d\x9c\x90\x3f\x78\xb9\x22\x01\xb1\x91\x38\xfa\x08\x52\x07\x65\xe3\xee\xd9\x09\x45\xad\xb9\x13\x39\xbc\x0f\x08\x1d\xfc\xc1\x68\x64\x58\xf8\x39\xb3\x70\xb1\x1f\x8e\x51\x3b\x61\xda\x1c\x5e\x15\xb2\xe8\xf7\xee\xdf\x17\x47\xf0\x07\x2b\x20\x42\xbf\x1f\xc4\x60\x7a\x8a\xa4\x33\xde\xb8\x25\xbf\x99\xd0\xc0\xa3\xde\xbe\x80\x27\xa3\x15\x6d\x02\x39\x3f\x01\x2f\xfe\x30\x11\xc8\x73\x43\xb2\xcf\x39\xd6\x22\x3c\x04\x65\x02\x63\x13\xb2\xf1\x77\xef\x3d\x93\x36\xd8\xec\x79\x22\x69\x43\xf5\x32\x69\x27\x2d\xfe\xcd\x55\xf8\xd8\x42\xe2\xfb\xe1\x53\x14\xf8\x7c\x84\xe0\xaa\x56\x8d\x7d\x48\xbe\x3f\x8a\x7f\x93\x38\xfa\x7b\x50\x12\xd3\x89\x93\x33\xf4\xde\x43\xd5\x96\xba\xc1\x76\x32\x5d\xa3\xa0\x80\x14\x5b\x16\x6a\xcf\x73\x11\x44\x0f\xb1\xd6\xa0\x45\x7d\x32\x62\x1c\x3e\x93\x08\x88\x74\x5a\x89\xf3\x22\x36\x65\x3f\x58\x80\xd6\x2c\x97\x04\x28\xa5\xce\x79\xc1\x69\xdb\x5b\x75\x11\x5d\xbc\x57\x10\x09\x7d\x8d\x3b\xaf\xf7\x83\x43\xf4\x07\x13\xc6\x7b\xbd\x8f\x54\xaf\x55\xfa\x87\xf3\x5e\x73\xd2\xa4\x61\x97\x55\x91\xb0\x7e\xde\x24\x77\xd9\x5f\x80\xbd\x17\xbf\xd0\xf9\x82\x16\x71\x2f\xa2\xad\xbd\xa3\x61\xd6\xb6\xde\x13\xee\x6e\x9f\x04\xf0\x37\x8c\x08\x59\x26\x6c\x08\x3e\x11\x30\x59\xbb\x27\x8c\x4c\x67\x3e\x20\xcf\x52\x2b\x68\x3e\x50\x06\x0e\xbb\x22\x9f\x9f\x94\x9c\x86\x61\xf0\xc9\xc0\xd9\x51\x7d\xe7\xb3\x76\x41\x1b\x4b\x89\xb7\xbb\x47\xd0\x73\x73\x56\x68\xfb\x0e\x6f\x3c\x92\x4e\x0c\x55\x43\xee\x27\x3c\xe3\x9c\x0a\xf4\x7c\x90\xdb\xc5\xb2\x02\x4c\xc0\x3f\xb8\x87\x04\x5e\x4e\x91\x7f\xbe\xd8\x35\xcb\x91\x28\x91\xfb\x23\x7c\xbc\x70\xd1\xb0\x18\x48\x09\xdb\xa2\x00\x72\x4c\x54\x8b\x91\x48\x03\x3b\x5c\xb6\xe7\x84\x57\x5c\x2f\xfe\x4d\xfe\xa3\x0f\x26\x29\xa5\x0f\x30\x2a\x05\xb8\xe0\xd1\x39\x79\x3e\x05\xe3\xc9\x9b\x87\x0f\xc7\xe4\xcd\x23\xf8\x01\xf2\x52\x98\xf7\x4f\xce\x59\x6b\x80\xf5\xd8\x91\xb3\x27\xab\x00\x78\x17\x27\x35\xd3\x26\x09\x50\x27\x0e\x53\x2d\x1a\x8b\x6d\xd2\xbe\x50\x16\xca\x35\x1f\x2e\x96\xcc\x15\x31\xbf\x0e\x16\xc7\x38\xf4\x9b\x31\x17\x4d\xbf\x29\xcf\x74\x7f\xc0\xf3\x1b\x3c\x42\xc3\xbe\xb9\x07\x9a\xd9\x84\xac\x17\xd3\xfe\xdb\x8a\x7e\x51\xa0\xff\x99\x13\x05\x9c\xee\x41\x5f\x44\x33\x45\xfd\x9e\x1c\x53\x3d\x40\xc2\x77\x69\x83\x2b\x10\xdd\x25\x3e\x5f\x81\xc8\xa2\x49\x42\x5e\x77\x35\x85\x2b\x70\xd2\x7e\x9f\x45\x49\xba\x7e\x9f\x68\x0f\xfa\x7d\xc1\xe0\xe5\x01\xd7\x46\xf8\x03\xe4\x14\xfe\xe9\x90\x02\x7d\xf1\x83\xc5\x88\x35\x85\xc8\x35\x08\xb0\x91\x2a\x15\xff\xe6\x94\x05\x25\x54\x80\x72\x6a\xf2\x0b\x09\xc6\x9c\xe2\xfd\x62\x4e\x58\x9d\x97\x2b\x2e\xa8\xaa\x83\xb4\xf0\x59\x23\x20\x29\xac\x4b\x0e\x5c\x89\x37\x33\x11\xda\x8b\x0a\x4f\x1d\x80\x8b\x45\x02\x6c\xf4\xbf\x50\x13\xc0\x09\xd6\x2f\x88\xc7\xce\x6d\x7e\x31\x5d\x97\x9d\x19\xae\xbc\x4e\x84\xe6\x90\xd7\x15\xd5\x6f\x90\xb4\x8a\x2b\x5e\x9f\x3c\x5c\x9d\x93\xf8\x82\xf6\xd2\xe9\xd0\x2f\xfa\xc7\x39\xe5\xef\x95\x39\x29\x0f\x31\xf1\x5b\x80\x59\xfe\x72\xa2\x24\x17\x82\x15\x86\xb3\x68\x5f\x0c\x17\xf5\x6e\x97\x75\xb0\xfd\x02\xf6\x46\x62\xd8\xc5\x12\xb7\x12\x55\xaf\x42\x4d\x71\xf4\x03\xe0\x93\x58\xd4\x55\xb8\x79\x6e\x47\x72\x03\x31\x9c\xab\x90\xf1\x8a\xd6\x5c\xf0\xb8\x73\xae\xe7\x8b\xba\x4d\xfb\x5b\x5c\x75\xd5\x64\xd4\x6f\x4e\x41\xb4\xe4\x82\x45\xb5\xfd\x5d\xf2\x85\x0b\x82\xae\xf3\x3a\x5f\x75\x51\x77\xad\xb8\x72\x3e\x02\xd1\x92\x74\x35\x5a\x63\x11\x3e\xff\x46\xf6\x57\x03\x04\x6a\x4e\xd7\x13\xb8\x90\x34\xa3\xff\x9c\x58\xc4\x30\x98\xe5\x5e\x4c\x2e\xd6\x0d\x32\x9a\x67\xed\xb9\x74\x51\xcd\xd9\x0d\x64\x98\x67\x9d\xd9\xf9\x5a\xc2\xb1\x58\xd0\xc5\x74\x63\x9e\x04\xc2\x4d\x9d\xb3\xf8\xea\x0b\x53\x34\x09\xc8\xc6\x4e\xa9\x73\x31\xfb\x98\x9d\x58\x2e\xc6\x9f\x76\xef\x53\x3f\xff\xf9\xf3\x13\x67\x77\x2d\x1f\x3e\x1f\xd3\x4e\x48\xbb\xcb\x85\xce\x1e\x13\xe8\x6c\xc8\x2d\x61\x58\x77\xd0\x6b\x65\xea\xd0\x07\x48\x37\xe6\xfc\xb1\xd7\xa0\x07\x8b\x44\x91\x6b\xf0\xe6\x25\x05\xf1\x35\xd6\x85\x52\x63\x0c\x12\x5c\xed\xff\x8d\x5c\x7f\x36\x7b\xdd\x89\xa7\x54\xd7\xbb\x9b\x81\x4b\x96\x0f\x6e\x14\xca\x75\xca\xd1\x9b\xf5\x44\xcc\x27\x6e\x16\x7a\xb3\x2b\xcc\x0d\xdf\x5a\xe7\xc2\xbc\x49\x4c\x24\xf4\xdf\xbc\x5a\x9b\x88\xdf\x1f\xed\x48\xc1\x43\x66\xd2\x2f\x89\x4d\x37\xae\xd6\x4e\x8e\x79\xe7\x75\x26\xa2\x1e\x50\xc1\xa1\x49\xd2\x23\xc4\x91\x51\x37\x89\x8d\x4e\xd5\x4d\xda\x92\x3d\xc2\xe4\x9c\xf4\x01\x92\x01\x3a\xb1\xd4\x4d\x0f\x11\x3b\xdb\xdc\x08\x84\x1a\x5d\x48\x77\x2f\xe2\x52\xfc\x49\x41\x17\x9a\x24\x53\xfd\x99\x59\xdd\x65\x01\x5f\xb3\x2a\x3c\x0a\xcd\x9f\x7c\xeb\x72\x75\x99\x9b\xd6\x17\x3b\xec\xdc\x0c\x85\xb2\xd5\xf0\x86\x35\xc5\x16\x81\x1b\x77\x6b\xa7\x13\xba\x79\x75\xb6\x67\xcb\x5d\x19\x92\x92\xfc\xc6\xe0\x34\xb5\x5f\xc8\xdd\xe3\x54\xb9\x37\x2e\xd3\xf6\x23\xbc\x49\x63\xc4\x6d\xee\xba\x30\x44\x08\x80\xd4\x3b\x45\xe5\x9b\xfb\x0d\x2f\x5c\x67\x5f\xb9\x59\xa4\xc4\x80\x69\xc0\x39\x51\xd1\xbb\xad\xed\xf4\x03\x0c\x29\xa2\x72\x37\xe2\xa0\xae\x5c\x77\xe7\xb2\x35\x85\xce\xbd\x10\xa4\x91\x2c\xd0\xc9\x0e\x6e\x58\x22\xec\xe1\x71\xaf\xab\xad\x2e\x33\x37\x8a\xc0\xfd\x60\x3d\x1d\x70\xed\x51\x71\x23\x7b\x60\x37\x1f\xbf\xe9\x91\x6b\xc6\x7f\x23\x18\xdc\xc1\x79\x37\x2c\x0b\x0e\xec\xb9\x59\x16\xce\x5c\xf8\x66\xb6\x40\xb3\xe1\x9b\xd9\x02\xed\xa8\x72\x83\x02\x38\x72\xe6\xfe\x08\x40\x32\x95\xba\x71\xfe\x93\x4d\x03\xf7\xc9\x3a\x3b\x82\x0b\xc2\xaa\xcc\x5c\xee\x93\x29\x2e\xd5\xc1\xb9\x90\x5a\x53\x80\x6d\xc2\x9a\xc2\x1b\xb9\x77\x52\x2b\x7f\xc3\x8d\xee\x93\x61\xbc\xda\xc6\x93\x50\xd7\x2e\xb0\x64\x9c\x4f\x10\xaf\xb5\xde\x04\xe4\xf5\x71\xb8\xc2\x0d\x8f\x12\xbb\x4d\xdf\xb8\xd5\xba\xa4\xc4\xfd\x5d\x6a\xd3\x0f\xf5\x83\x47\x89\xdd\x0c\x6e\xc4\x6b\xd9\xab\xfa\xbe\x60\xfb\xf1\x62\x11\x13\xde\x9b\xfb\xe3\xf9\x94\x48\x7c\x23\xed\xcf\xe8\xe2\x34\xf7\x05\x9f\x17\x71\xf3\xfb\xbb\xe2\xa6\xf0\xd3\xce\x15\xb8\xc7\x09\xb4\xd2\xfb\x37\x0d\x74\x9a\x21\x72\xfc\x34\xf1\x88\x9b\x0e\x29\x3e\x19\xdf\x15\x38\xb9\x3e\xc0\xfd\xdd\x80\xf3\x0f\x02\xdc\x8b\x8f\xf9\x05\x9e\xff\xee\x1e\x18\xcc\xaf\x19\xa1\x1a\x8a\x55\xbb\xf7\xba\x11\x47\xbf\x70\xc2\x17\x49\x40\xba\xd7\x51\xd1\x1a\x71\xc9\xb5\x87\xd7\x8d\x6a\x28\x4e\xbe\x7e\xdf\x64\x7c\x5e\x24\xd2\x04\xb9\x5a\xca\xfd\x50\x8e\xf3\x17\x4f\x02\xd2\x69\x9f\x19\x10\x66\x51\xf0\x66\x75\x14\x0b\x93\x37\x02\xc2\x4a\x30\x85\xc0\x35\xd8\x7e\xe7\xf7\x77\x0d\x8e\xf6\x6c\xbb\x97\xab\xb3\x87\x24\x61\xfd\x79\x01\x15\xab\x74\xad\xbd\x5f\x54\x28\xf7\xe9\x7d\x69\xd5\xf9\x79\x00\x82\xe0\x0e\x90\xb7\xda\xbe\xf2\x37\xee\xc1\xf6\xbe\xbf\x71\x0f\xb6\xa2\xe1\x66\x10\xbc\xfd\xa5\x6e\x16\x48\x31\xf2\xad\x8b\xb0\xd8\xff\x8d\x8b\x70\xf8\xe9\x81\x80\x96\x80\x7c\x4f\xa4\x49\xf0\xf9\x63\x6a\x23\xcb\xe4\x37\x53\x1b\xd9\xeb\xeb\x9e\xc8\x83\x65\xfc\x5d\x37\x61\x73\x5e\x56\xc4\xfb\x41\x87\x49\x57\xb4\xe2\x41\xe8\x8c\xe9\xdf\x40\x0f\x33\x3d\xe6\xa5\xb6\x1f\xd7\xbd\xee\xbe\x12\x21\x9f\x83\xb7\x42\x69\x32\x1f\x56\xbc\x73\x2a\xdf\x87\x77\xd7\xe6\xdf\x38\xb8\xa2\x8b\xcf\xb1\x48\xab\x1f\x00\x1d\x9a\x7b\x04\xe5\x11\x5f\x7d\xe0\x15\x6d\x8f\xd2\x87\x21\x61\x16\xfc\x1f\xb8\x45\xdb\x49\xf5\xe1\x4d\x56\x0c\xe8\xa1\x69\x2a\xfa\x37\x76\x5f\x38\xfe\xe0\x62\xdb\xc4\x3e\x1e\x5e\x6c\xa5\x10\x78\xc2\x82\xab\x07\xa0\x37\x40\x71\x8f\x6b\xfb\x35\x47\xc4\x30\x5b\xf3\xf3\x2c\xb5\xb9\xa4\xde\x87\xbc\x5f\xe4\xf1\x41\x8c\x73\xeb\x6e\x5f\x87\xc6\x2f\x20\x01\x98\xb6\xf2\x61\x8c\x73\xd0\x15\xed\xa9\x3c\xea\x82\x3b\xbd\x3b\xad\xba\x7f\xe0\xcc\x69\x75\xda\x83\xeb\x84\x3d\xc3\x9e\x46\xb0\x68\x0d\x28\x4e\x6b\x4b\xf4\xd3\xa8\x68\xf1\xef\x06\x0a\xee\xdf\x0b\x57\xfe\x8a\xff\x3c\x9d\xa3\x6b\x36\x7d\xa1\xbb\xa6\xc3\xe2\x65\x41\xf4\xfb\x41\xd9\x7f\x23\xef\xd3\xd7\xa1\xd4\x84\x11\x1c\xed\xfa\x55\x0f\x83\xa3\x83\x78\xd2\xb3\x04\x05\x49\xb7\xcf\x58\xd8\xac\x35\x0c\x1a\x25\xc5\x86\x1e\x38\x6f\xb6\xee\x17\x28\xdd\x78\xe3\x96\x58\x2f\x6a\xf5\xd0\xe7\xc0\x4e\x7e\xcf\x09\x7f\x65\x9d\xca\x87\xe5\x5c\x83\xc8\xfa\x03\xf7\x4d\xeb\x5a\x9f\x93\x22\x96\x04\xde\x87\x49\x7d\x1d\x53\xf7\x20\x89\x5e\xb3\x69\xfc\xb9\x48\xa6\x25\xe0\x3e\xd0\x11\x9b\x53\x3c\x57\x61\x17\x7e\xa1\xf1\x81\xa6\x45\x86\x6a\xb7\xbb\x07\x5e\x03\x76\x37\x7a\xa8\x33\xb6\x1b\xdd\x73\xad\x52\xe3\xee\x02\x32\x80\x68\xdc\x73\x2f\x50\x68\xcb\xa0\x35\xb6\x53\xda\x73\xaf\x59\x69\xcb\xee\x05\x1b\x8d\x71\xaf\x69\x6a\xcb\xee\xce\xd3\xef\x41\x58\xab\xca\x78\x88\x70\x1d\xfb\x47\x3c\x37\x04\x54\x23\x16\xf3\xb4\x84\xea\x07\xa0\x1f\xa6\x71\xcc\x26\x6c\xa7\x80\xe7\x61\x16\x46\xc9\x93\xcf\x72\x7f\xc8\xfe\x04\x24\x63\xf8\x0b\x5a\x24\x4d\x32\x1e\x52\x3d\xf1\xcd\x87\x4c\xd0\x04\xe1\xe1\xac\x05\x09\xe8\x7e\x2d\x6f\x3d\x08\x82\xb6\x05\xf3\xf9\x78\x5c\xb4\xd6\xf2\x01\x4b\xb3\xf1\xf0\x79\xd7\xf1\x51\x87\x8c\x81\xb6\xd3\xe2\xf3\x92\xac\x49\x20\x7d\x50\x7c\x61\x18\x51\xdf\x45\x62\x04\xc9\x17\xf5\xaf\x25\xb1\x3e\xd4\xe6\xda\x2f\xf2\x99\x10\x81\xa2\x5f\xc8\x1c\xc2\x0f\x0a\xe4\x0f\xcd\x01\xae\x9d\x36\x16\x3e\xf4\x95\xb0\x0e\xe3\x99\x5c\xf6\x86\xe3\xbb\xf8\x8f\x18\xeb\x7b\x50\xdc\x88\x7e\x03\x31\x68\x42\xa9\xf7\x58\xa7\x69\xe8\xc1\xcd\x2f\x92\x1e\x20\x95\xb3\x8e\xf4\x0b\xfe\x61\x3d\xff\x1b\x02\x97\xa9\x21\xe8\xcb\x60\x05\xc3\x1b\xd6\x24\xfc\x09\xa6\x2d\x84\x79\x23\x7d\x2b\xc5\x69\x5f\x38\x12\x34\x3b\x58\xbc\x74\xd8\xb4\x81\xf9\x65\xaa\x14\xeb\x1c\x5e\xa4\xf5\xf5\x3d\xfa\x45\x26\x14\x2b\x8d\xdf\x44\xd0\x48\x64\x7f\x57\x71\x7a\x89\x14\x2f\x82\x79\xad\xf2\x7d\x91\xe7\xd7\xaa\xf4\x37\x71\x19\x42\xfc\x97\x1a\x08\xeb\x0b\xde\xb4\xd4\x1c\x5a\x39\x42\x4a\x6c\x00\x78\x33\x2a\x9a\x0b\x8d\xdf\xdc\xd0\xae\x0e\xa0\x3e\xb0\x3e\xe9\x85\x26\xd2\x6a\xc2\x17\x65\xe4\xad\x74\x7e\x59\x5c\x2a\x34\x7f\x00\x8c\x09\x9e\x00\xb5\x68\x92\x2e\x5f\x56\x9f\xaa\x3f\x43\x90\x42\x97\xbf\xe2\x4b\x6f\x21\x54\xb5\x51\xac\x23\x60\x15\xca\x0b\x55\x82\xef\xbf\x2f\x62\x47\xac\x00\x7b\xa9\x17\xa8\x3f\x0f\x28\x1c\x14\x7f\x01\x4f\x40\xf1\xfa\x17\x5e\x98\xbe\x1a\xbd\x75\x6d\xa4\x86\xa4\x17\xa6\x95\x2e\x2f\x42\x7f\xad\xef\x78\xe1\x84\x69\x0d\xd9\x5b\x79\x51\x28\xfe\x80\x47\x59\xba\x89\x77\x29\x06\xc4\xf9\x5e\xc6\x7e\x58\x0d\xf3\x36\xa2\xac\x14\x20\x6f\x5b\xd3\xd2\x27\x08\xfe\xf0\x7d\xe6\x45\x16\x5f\x67\x6f\x7c\x1b\xa9\x64\x75\x97\x15\x1f\x68\x5d\xd4\x47\x3a\x73\xe2\x4b\xfd\xa3\xb5\xc4\x2f\x93\xaa\x04\xd9\x3e\x5f\xa8\x1f\x9a\x3d\x72\x5e\xa8\x1f\xcc\xe8\x5e\xc8\x15\xbe\xaf\xbc\xb0\xb4\x5b\x26\x7e\xa1\x7d\xb0\xd0\xfc\x22\x77\x9d\x05\xf7\x97\xd5\xa7\x7a\xf5\x0b\xc0\x48\x9f\x89\x7e\xe1\xb7\xa6\xc8\xf8\x60\x71\xde\x97\xf5\x4e\xbb\x44\x88\x77\x70\x46\x5a\x35\x6b\x1b\x04\x09\xbc\x2f\x1c\x25\x2d\x5e\xbe\x83\x53\x16\x5c\xc7\x82\xa3\x3f\x20\x0f\x94\x80\xf0\x42\x4a\xb1\x18\xf3\x0e\xde\x85\xbd\x15\x63\x21\xa5\x27\xf1\xf0\x81\x07\xa1\x54\xed\x75\xc0\x72\x6e\x21\xe4\x65\x49\x54\xcb\x7f\xef\xb9\x76\x4f\xf3\x3e\x17\xe8\x34\x08\x74\x0a\x16\x8d\xde\x4f\xb0\x89\x8e\x3f\x7b\xe1\x2c\xf9\x03\xba\x93\x67\x59\x0c\xe7\x65\x39\xaa\xa0\xcb\xc4\x4b\xc1\xc7\xeb\x42\xdc\x8a\xf9\xf0\x7b\x71\xd2\x6e\xa7\xba\x4b\x77\x83\xf7\xe2\x75\xf5\xe7\x0b\x84\x8d\xd8\x1f\xe5\xbd\x56\xed\x4b\xcd\xfa\xa2\xea\x47\x7c\xf2\x85\x98\xd3\x75\xf1\x7f\x3f\x31\xa7\xd9\xe7\xeb\xbd\xc9\x2f\x8c\x53\x37\x70\x4e\x5c\xf0\x45\x8c\xb2\x19\xef\xbb\x84\x1c\xe3\x14\x2e\xfe\x3f\x4c\x0e\x32\x8e\x2b\x3d\xbd\x10\x71\x7e\x58\x1a\x6c\xdb\x96\x4f\x5e\xe6\x7d\x39\x3c\x01\x28\xe5\x3d\xa1\x87\x17\x64\x89\xca\x2f\xae\xf9\x5d\x82\xd9\xbb\x1c\x3e\x75\x87\x7a\x21\x9e\xfc\x70\x27\xde\xd1\xed\xde\xfc\xa2\x1e\x82\x2b\x34\xbf\xdf\x95\x3b\xd9\x06\xf5\x52\x3e\x31\x73\xa2\xb0\xd1\xcd\x11\x5f\x8e\x20\x18\xd0\x57\xd3\x8e\x3e\x2f\x6d\xc9\x76\x88\x7e\x59\xd1\xc0\x1e\xd4\xef\x5c\x80\xd7\xb2\xe6\x02\xac\x66\xc1\x50\x62\xcf\x92\x25\x44\x83\xd4\x4a\xef\x64\x90\xae\x71\x72\x72\x5a\xda\x5c\x4a\x2c\xc5\xed\x2c\x12\xe2\x39\x00\x39\xa4\x7a\x98\xcc\x1d\x67\xf5\xe6\x64\xc9\xf8\x9a\x8f\xbf\x61\x47\x13\xd7\x6b\x07\xd7\x4e\x84\x21\xf7\x9f\xdf\x3c\x84\x22\xec\xf3\x58\xb4\x61\xe8\x01\x12\x40\x8a\xa4\x4e\x5c\xb7\xcd\x8d\x26\x2c\xc7\x26\x15\x13\xe9\x52\x4c\xe5\x27\x6e\xcb\xa6\xd1\xf3\x13\x7e\x92\x61\x3c\x03\x67\xa4\xf5\x85\xca\xf5\x25\x3d\xa0\x09\x41\xf7\xed\xc9\x10\x62\xbb\xfd\xcc\x00\xf2\x55\xfd\x02\x60\x2e\x7a\x37\x03\xa7\xe8\xf7\x21\x1b\x07\x4f\x89\x71\x5c\x3f\x43\x42\xfc\xd2\x89\x9c\x91\x92\x90\x8e\xec\x8c\x24\xa9\xcd\x6f\xe0\x48\x56\xbf\xb0\xe0\xaa\x39\x30\x5c\xc6\x4e\xd4\x93\x55\x17\xb2\x5f\x38\x3f\xe1\x58\xd7\xbe\xc9\xdc\xc5\xd6\x63\xcf\x48\x39\x40\xc4\x6c\xb2\x20\x55\xf8\xe9\x82\x18\x6e\x5c\x89\x2c\x83\xaa\x59\x25\xee\x85\xe6\x90\x56\x7a\x78\x6d\x56\x5a\xeb\xf2\x17\xbc\x50\xe9\x1e\x31\x59\x61\xaa\x7a\x5a\x09\x3e\x58\x42\xe8\x99\xb8\x19\xee\x92\xbc\xa4\x79\x50\xee\x8e\x26\x09\x83\xf5\xcf\x6e\xa6\x09\xd7\x34\x81\x96\x61\xc9\x8e\x3a\x99\x8c\x4b\xae\x3f\x0f\x80\x72\xc6\xe1\x4c\x9d\x92\xa8\xcf\x44\x01\xaa\xfc\xd3\x25\x70\x4e\x07\x7f\xc2\x21\xf4\x07\xb2\x79\xed\x9e\x16\x41\x31\xd3\xbb\xc9\xb8\x65\x9b\xe1\x27\xc5\x4a\xe3\x43\x86\xfe\x4e\x72\xeb\xcc\x5c\xa4\x7f\x4f\xae\x41\x1d\x14\x4a\x47\xc6\xf2\xc2\x70\x07\xf1\xa2\xc9\x38\xe5\xee\xad\x40\xce\x98\x1f\xc0\xd2\xdf\xd3\x56\x89\x59\x38\x29\x81\x01\x82\xa3\x35\xce\x93\xde\x9b\xd2\xd8\x4c\x6a\x99\xec\x17\x3e\x07\x19\xae\xa6\x80\x94\xb5\xf6\x1a\x9c\x4b\x0a\xf0\xe1\xa5\x7a\xc3\xc4\x00\x69\x48\x7e\xf6\x12\xee\x73\x5d\xa2\xeb\x3c\x29\x1d\x9b\xdc\x9d\x6b\x91\x7e\xb0\x10\x50\x63\x7e\x62\x43\x76\x99\xf2\x79\x76\xfc\xd6\x9c\x61\x58\xf8\xed\xe0\x83\xfc\xcf\xd9\x3e\x39\x25\x01\x81\xde\x72\xba\xd4\x4c\x64\x2d\xb1\x23\xda\xbc\x22\x82\x48\x34\xde\xb5\xa6\xec\x0e\xb0\x0d\x86\x22\xb3\xcf\xda\x87\x70\x22\xab\x89\x05\xfa\x09\xc3\xc2\xf1\xd3\x01\xb4\xaa\x26\x57\xac\x98\x64\xc7\xc8\x89\x44\x72\x43\x77\x8a\xb9\xf4\x22\xa6\xa9\xcc\x6a\x62\xeb\xcb\x44\xfd\x80\x18\xfd\x3b\x23\xdd\xbb\x7a\x84\xe2\xc4\x1a\xf1\x79\xf3\xe6\xe6\x39\x43\x4d\x92\xed\x76\x38\x99\xcf\xb6\xfd\x8c\x49\x91\xb0\xfe\x95\x1b\xf7\xa4\x44\x61\xfb\xce\x64\x12\x14\xd3\xae\x67\xad\x49\x03\x52\x8b\x62\x64\x66\x6a\x39\xfb\xa1\x4f\x46\xc7\xb6\x9f\x2f\xc0\x59\x74\x8b\x99\xcb\xb4\xf0\xf3\x05\x58\x97\x74\x86\xf3\xe5\x15\xc5\xb8\x00\xff\x36\x8b\x31\xf3\x25\xdd\x37\x3e\x2f\xad\x88\x37\x1b\xf9\x6f\x6d\x19\x98\x2f\x93\x28\xb9\x47\x9a\x64\x4d\xf6\x91\xfe\xf6\x07\x7d\x91\xfe\xb6\x4b\xe7\x35\x5f\x16\xe4\xd2\xa2\x68\x08\x08\xfe\x7e\xf1\x2a\x77\x00\x7c\x96\x9a\x6d\x42\xa9\xe2\xac\xab\x73\x19\x06\xbc\x06\x44\xa4\x74\x69\x8e\xe6\x5c\x60\xf2\x17\xeb\xc8\x69\x88\x4f\x0c\x4a\x56\xbb\x4d\x84\xac\xd8\x05\x6e\x4e\xb2\x2a\xf3\x95\x4f\xa8\x49\x36\x33\xcf\xb9\x30\x7a\x0d\x31\x0e\x94\x3c\x10\xb1\x1b\xc7\x01\xef\xf8\xdd\xe3\x38\x0e\xde\x71\xba\x1f\xa4\x0f\x6c\x87\x3f\xa0\x66\xa8\xbb\x47\x6c\xc4\xd6\xa0\x8d\x03\x7a\x1d\xb1\xdb\x71\xac\x32\xea\xd9\x3d\x5e\x58\x44\xd6\x6f\xaa\x75\x36\x5f\x1a\x07\xec\x06\x63\x0b\xc1\xe3\x40\x36\x15\x11\x8a\x71\x40\xed\x13\xdd\x8e\x9a\x0b\xa3\xa9\x1d\xc9\x54\xfa\x50\x7f\x28\xb9\x70\xfc\xfc\x86\x5b\x9f\x27\x44\x41\x68\xf8\x77\xc5\xf8\x49\xbf\x1b\x1c\x4c\xfd\x3d\xe9\x4c\xd5\x12\x03\x24\x8a\xe2\xdf\x27\x76\xc1\x1f\x50\x93\xd5\xfd\x02\x62\x47\xf6\x99\x1c\x07\xa2\x84\xc7\xe1\xdf\x13\xe6\x41\x01\x1d\x01\x2f\x52\xbe\x8c\x03\x89\x53\x86\x37\x05\xe1\x2e\x72\x3f\x18\x47\x44\xc9\xda\xec\xf6\x86\xf7\xb5\x47\x91\x5a\x85\xe1\x17\x28\xd1\x14\x3f\x78\x81\x27\x82\x71\xa4\x2e\xa6\x6b\x4d\x88\x31\x4e\x86\x01\x12\xd0\x29\x13\xc7\x38\xa0\xa2\x92\x36\x6f\x1c\x89\x40\x75\x3b\xb5\x64\x55\x50\x4f\xac\x19\xaa\x35\x40\x9c\x51\x6c\xd5\x38\x12\x5c\xfa\x8c\x98\x89\x58\xe1\x0e\xc9\xd8\x9b\x3a\xc8\xb0\x88\x16\x2d\x01\xfe\x77\xd5\xa8\xce\xec\x74\xca\xd4\x34\x8e\x4c\x1a\x33\xfc\x00\x7e\xf1\x5e\x23\xc3\x55\xbc\x46\x08\x27\x23\x08\xac\xf0\xa0\xe9\x3f\x33\x40\xf2\x11\x23\x5a\xa6\x20\xe9\x35\x40\x58\x91\x0b\xec\x38\x10\xcc\xa2\x6c\xfa\xe3\x28\x38\x7c\x41\xef\x23\x34\x65\x04\xbd\x0f\xc9\xe4\x67\xc2\x70\xc5\x1b\xc1\xdf\x83\x5e\x04\xc1\xb0\x8c\x7f\xfe\xb4\xec\x05\x14\x22\xa6\xf1\x00\x81\x29\xba\x86\x8f\xa3\x90\x7b\x34\x61\x66\x21\xd4\xc7\x5f\xf0\x9e\x71\x20\x68\x25\xf9\xa0\xc2\xaf\xa6\x99\x18\x55\x72\x16\x9f\x5c\x06\xad\x78\x3d\x9f\x5c\x94\x7e\x70\x80\xc6\x37\xf9\x28\x8d\xa3\xc2\xeb\x3f\xb9\x03\x2c\xd8\x07\x85\x95\x1f\x82\x7f\xf3\xf6\x6b\x08\xd4\x07\x46\x4e\xbf\xf0\xe2\xc2\x2e\x08\xc2\xb5\x4f\xbe\x5e\xe3\x60\x0c\xf3\xcf\x14\xa1\x4b\x1b\x51\x33\x68\xa4\x8f\x43\x10\x43\xcc\x72\x36\x92\x40\x97\x36\xa2\xdb\x91\x72\xdc\x67\xb7\x75\xfc\x76\x3b\x95\x33\xc3\x2f\x9c\xd8\x74\xbf\x80\xcc\xce\x26\x2e\xf0\xf4\x1b\x51\x4b\x44\xf2\xbd\x6c\x62\x03\xc7\x3e\xd5\x78\x1b\x07\x14\x6f\x4a\x11\x32\x8e\xce\x15\x69\xc2\x3d\xfd\xf3\xa7\x28\x37\xed\x38\x68\xdf\x2b\xee\x8f\x6c\xcc\x9b\x42\xcd\x9c\x27\xcc\x64\x7e\x3f\x33\x86\xe3\xd0\x30\x79\x83\xa6\x6e\x44\xa1\x79\x5f\x68\x29\xa0\x76\xb2\x08\x6f\x5b\x27\x5f\xf3\x49\xe9\xd8\xa7\xa4\x6d\x61\x50\x4c\xf3\x0b\x23\xe0\x6c\xaa\xcb\x65\x30\xf4\x2c\x07\x2d\x3f\xa6\x17\xac\x2b\xf1\xc3\xd9\x98\xfc\x2f\x78\x5a\x83\x3a\x6e\xbf\x71\x2e\xec\xd0\x3c\x4f\xca\x00\x4d\xc0\x3e\xc9\x5f\x7f\xde\xc0\x11\x37\xef\x60\xe1\x88\xfa\xf3\x45\x85\x5b\x9e\x3f\x00\x8a\x1b\x3f\x4e\xaa\x98\x04\xbc\x93\x90\xd0\xba\x18\xb8\xdc\xcc\xf2\xa1\x6a\x1b\x3e\x33\xcb\x04\x39\x34\x85\x8b\x26\x0e\xef\xf0\xb5\x08\xa3\xdf\x00\x71\x4f\x5a\xf7\x45\x29\xd6\xec\xe2\x13\xc5\xd3\x61\x96\xca\x4a\x5d\x3f\x3c\xf9\xa2\x34\x55\x34\x4d\x48\xd2\xc1\x2f\x30\x21\xb3\x8c\xfb\xe3\xb8\xd7\xfe\x08\x10\xcb\xa0\xd8\xdd\xc5\x3a\x29\x1a\x15\xda\xb7\xc3\x98\x7d\xaf\xd3\xef\x17\x50\xc8\xaa\x0a\x14\x4b\xd4\xed\x7e\xc0\xdd\x30\xf0\x1e\xea\x44\x3c\x4f\xe8\xd7\x46\x52\x97\x0f\x51\xb5\x0b\x36\x0f\x8d\xd9\x9e\xd5\x83\x08\x1d\x03\x8f\xf9\x00\x9b\x25\x2a\xd6\x7e\xb0\x34\x00\xe1\x58\x99\xf5\xc7\x01\xa7\x17\x85\xb6\x8f\x63\x19\x08\x0d\x88\x17\x09\xa5\x8a\xe6\xc8\x70\xea\x66\xa2\x85\xe4\x7f\xf9\xe7\x05\x9a\xa5\x8d\x85\xd4\xd0\xfd\x48\x18\x93\x96\x0c\xb3\x2e\xc6\x77\xfc\x08\x86\x93\x29\x71\xb4\xac\xb9\x70\x42\x83\x4c\x6e\xa0\x7b\x80\x80\x2d\x91\x23\x2c\x85\xdb\xf0\x03\xac\x3b\xfb\x37\x2f\x80\x3a\x7f\x01\xf1\x18\xe3\x93\x14\xff\x82\x1b\x85\x65\x70\xd4\x69\x0d\x07\xe5\xb8\xee\x07\xbc\x55\x6b\x27\x02\xab\x79\x29\x18\x63\x84\xc0\x29\x05\xfd\xa6\xae\x40\x90\x0c\x01\x39\x73\x92\x3f\xa0\x4b\xff\xbe\xdf\x8d\x40\xa5\x9a\xa5\xd7\x10\x88\xc6\xc3\x83\x82\x3a\x6e\x45\xe6\x08\x4c\xcb\xa7\xf0\x8a\x11\x98\x85\x4f\xd5\xac\x47\x60\x7d\x07\xd9\xa0\x47\x88\x6b\xde\x1a\x35\x2e\x48\xe9\x93\x48\xc6\xa9\x3e\x23\x0d\x38\x06\x3e\xca\x39\x84\xc3\xbf\x49\x71\x85\x43\x81\x15\xbb\xe4\xa4\x31\x02\xcc\x9a\x8a\x22\x1c\x81\xc5\x49\x2d\xd1\x85\x44\xe0\xf9\x37\x81\x57\xfd\x80\xec\x7d\xb8\x4b\x0a\x89\x3a\x6d\x61\xd9\x35\x75\x98\x02\x94\x5c\x25\x1e\x1e\x95\x67\x7c\xb8\xd3\x87\x6f\x68\x97\x19\xa6\x5c\x8d\x46\xb9\xf3\x0d\xed\x00\x6a\x96\x46\x4f\x14\xb6\xcd\x91\xdd\xc3\x05\xd9\x57\xb3\x42\xaa\x3c\x95\xa3\x1f\x01\x62\x5d\xfa\x79\x1f\x81\x49\x06\xdd\xd2\x41\x19\x13\x91\x53\x46\x85\x63\x47\x28\x6b\x8a\xea\x11\x82\x9f\xec\x04\x23\x50\xd0\xcb\x6e\x07\xa0\x4c\x33\x02\x25\x3f\xdd\xc2\x42\x61\x4c\x8f\x37\x83\x49\x69\xc6\xcf\x83\x8b\x50\xd0\x27\x75\xed\x9f\x96\x09\x71\xad\x78\xd6\x30\x66\x8e\xec\xf6\x45\x12\xb4\x39\x15\x6c\x22\xfb\x77\xe3\x98\x5a\x27\x2a\x9c\x0e\x93\x80\xca\x34\xb4\xfe\x00\x80\xad\xfe\xcd\x03\x6a\x44\xa7\xf4\x25\x4e\x15\xe0\x0a\x35\xc4\xc3\x03\xa4\xb1\xde\x3d\x22\xa4\xb1\x43\xc2\x4f\x80\xf4\xa5\x7a\xe6\x23\x40\xfa\xf2\xc5\x28\xb4\x05\x37\x2d\xba\x2d\xb8\xf9\x01\xd5\x31\xc6\xd1\x4e\x2d\xa9\x71\x94\x02\x55\xd1\x17\x9d\xfc\x55\x6c\x27\x50\x82\xea\x46\xc0\x8e\x83\xd0\x7c\xfa\x3a\xea\xea\x18\xc3\x28\x41\x15\xf7\xb0\x66\xe5\x17\xc0\x96\xbc\x2e\x44\x52\xf8\xe6\x11\x90\x0c\xb9\x44\x63\x14\xad\x9f\x9e\x24\x3d\xac\x7c\x81\x0b\x88\x22\xae\x3e\xac\x63\x91\x14\xad\x9b\x49\x5f\x8c\xb3\x83\x26\x1b\x63\x18\x3c\xaf\x55\xe9\x6d\x84\xb1\xe6\xa0\x07\xac\x4f\xd1\xbc\x5b\x27\x21\xa7\x2e\xcf\x0c\xff\x51\xf5\x78\x2e\x38\x69\xd6\xac\x62\x1a\x83\x10\x02\x96\xcc\x61\xf2\x7b\x12\x2e\x5a\xd5\x89\xb4\xb8\x5e\x25\xa5\x27\xd3\xf3\x6b\x31\x42\x75\xf0\x49\x4f\xcd\x72\x65\x80\xf4\x54\xa2\xe4\xfb\xc0\x82\x16\xfd\xf8\x9b\x02\xe3\x23\x5c\xe0\xe5\x55\x20\xa0\x64\x55\xb5\x2d\x94\xac\xba\xa1\xcc\x22\xaa\xc9\x2f\x60\x81\xa6\xc2\x30\x7a\x8e\xe1\x8d\xbd\xc8\x2d\x8c\x3b\x94\xc5\x86\xc1\xce\x72\x19\xcd\xc8\x03\x25\xe6\x18\x86\x22\x3d\xa0\x7d\xf1\x0c\x77\x85\x13\xba\x66\x05\x43\x68\x30\x10\x10\x13\x9c\x74\x11\x0d\xa8\x77\x31\xaa\xdb\xb1\x0d\xd5\x23\xe2\x0e\x63\x52\x72\x23\x82\xb0\x7b\x3c\xd4\x2e\x33\x81\x64\xbe\x3f\xb3\x44\x24\x72\xf6\x4d\x3d\x2c\x1d\xa6\xde\x87\x9b\xd7\x30\xc5\x7e\xc0\xfe\x2c\x5a\x3c\x1d\xdc\x4e\x20\x61\x5a\xe7\xe6\x6d\x7f\x4e\xf0\x4b\xff\xc6\x02\x8c\xcb\x10\xfb\xb2\x79\x0a\x5c\x9f\x8b\xd1\x84\x42\x9f\x05\x07\x78\x85\x0d\x53\x36\x04\xfc\xaa\x3c\xcf\x08\x2f\x74\x56\x9e\x30\x1c\x9b\x9b\x01\x0c\x1f\x30\x0b\xf5\x01\x2e\x5f\xbd\x7b\x87\xe8\xb7\xdc\xbc\x87\xac\xc9\x1a\xbd\x27\x93\xde\x72\xde\x94\x49\xd1\x44\xea\x82\xc0\x8c\x38\xcd\x9d\x4e\xf2\x08\xc9\x70\x01\x46\xd5\xd1\x3c\xc8\xc3\x2f\x04\x07\xb8\x81\x0d\xdd\x5e\x22\x33\xe6\x58\x99\x17\x99\xf3\xaf\xff\x3c\x80\xb7\x6a\xf6\x17\x9c\x95\xee\xf4\x11\x7e\xc8\xc3\x6a\x97\x78\x60\x6f\x84\x3c\xf1\xb8\x39\x89\xa6\x07\x88\xe4\x2f\xfe\x80\xd5\x54\xf6\x66\xc4\x00\x97\x6e\x31\xcb\x08\x05\xe2\x10\x70\x23\xfc\x8c\x47\x73\x3b\x0e\xa9\xae\x11\x31\x2c\xe3\xb4\x3f\x80\x96\x44\xb2\x70\x84\xd3\xd8\xb0\xb2\x2a\xb2\x04\x44\x94\x5e\x21\x7e\xf2\x57\x3b\xc4\x09\x63\x24\x60\xb5\xa6\x94\xf8\x41\xd4\x03\x04\x29\x68\x27\x62\x62\x9e\x09\x81\x31\xad\x11\x92\x1e\x20\x5b\x86\x81\x90\x08\x35\x77\x70\xa3\x5d\x33\x62\x48\x9a\x5c\xfe\x46\x44\x48\x9a\xcf\x5c\xcc\x80\x9a\xa7\xcc\x6c\x7d\xf2\xf0\x1a\x31\xaf\x39\x6b\x4e\xf0\x31\x0b\x3f\x2f\x00\x8e\x3a\xe5\x91\xd9\xfa\xac\xfb\x88\x79\xed\xbd\x26\x0d\x2f\x34\x45\xee\x8f\x48\x0d\x5c\xf7\x08\x27\xe7\xa0\x55\xa1\xa0\xaa\xf2\xd8\x8e\xc8\x00\x59\xab\x5b\x62\xc6\xc1\x2c\x1e\x72\x72\x48\x0d\x01\xbf\x32\x65\xd5\x19\xb1\x04\x7c\xa0\x21\x59\x9b\xcb\xca\xd9\x08\xeb\xe0\xd0\xc5\x35\x32\x42\xad\x79\x6b\x58\x12\x55\xbc\x39\x22\x1e\x76\x48\xae\x8a\xac\xdd\x75\xb8\x03\x60\x93\x2e\xd7\xb1\xf2\x24\xeb\x5e\x1b\x2b\xcf\x90\xb1\xa9\xc2\x74\x36\xfe\x26\x0b\xf7\x88\xf0\x41\x1b\xba\x05\x45\x16\xaa\xef\x46\x35\x68\xdd\x94\x00\x67\x44\x2a\xdd\xc4\x95\x23\xa2\xdf\x7a\x37\xaa\x31\x73\x8c\x5c\xef\x46\x6c\x4c\x91\xac\x5d\x60\x1e\xbf\xe6\x13\x88\x88\xd7\x61\xcd\x65\xa4\x43\x99\xbc\x9a\x46\xa4\x98\x25\xff\x9f\x11\xdb\x8b\xa8\x1f\xbf\x30\x39\x0b\x75\x81\x3c\x7d\xcd\xd3\x44\xbc\x6a\x32\xae\xc0\x2d\xfd\x87\xae\xf4\x8e\x54\x9e\xea\x90\x99\xf6\xe4\x26\x37\x62\x3f\x39\x05\xf7\xf0\xf0\x0d\xad\x8b\x25\x26\xac\x70\x8d\x03\x1a\x4f\xdd\xf5\x23\x53\xb1\x28\x6a\x6f\x44\xb8\x90\x0d\xdd\x56\xe2\xe0\x91\xd0\x22\x10\xbf\x3a\x74\x23\x8a\x2c\x1b\x6f\xd3\x40\x44\x26\x16\x5f\xed\x23\x03\xe0\xba\x8f\xed\x80\x31\xc2\xab\x40\x35\xd4\x21\x4e\x15\x61\x5a\x1e\x3f\x1d\x10\x8e\x3e\x84\xf4\x8b\x6f\xa6\xc8\x4c\xb5\x22\x19\x2a\x32\x8b\x71\x33\x29\x39\x99\x82\xd0\x87\x0c\x65\xc2\x7e\x4e\x00\xbc\xc1\xc6\xf0\x31\xbd\x48\x3b\xa4\xe3\x88\x90\xa2\xd2\xcf\xb9\x64\xb2\xbc\x66\x72\x03\xeb\xef\x90\xd8\x1d\x69\xfd\x6d\x26\x60\xa8\x3d\x3a\x74\x57\x88\xf4\x0f\x6b\x3f\x5d\x92\x16\xf8\x20\xde\x94\x79\x8d\xf9\xac\x06\x1f\x0d\xbc\x9b\x84\xdc\xa8\xbe\x24\x23\xd3\x38\x1a\x74\xe5\xd2\x37\x22\x7d\xc4\x2c\x8b\x44\xe8\xad\x86\x15\xac\xf1\x5e\xf3\xf0\x03\xdc\xe7\xe5\x9b\x34\x22\x1c\xdd\x87\x44\xeb\xf8\x80\xf4\x4a\x16\x8f\x0f\xb3\xd4\x6a\xa9\x0f\x62\xf6\xab\x7f\x43\x2b\x21\x4e\x1f\x29\xfe\x48\xea\x8c\xcf\x82\x9d\x07\x00\x89\xf2\x59\x78\x48\x15\x8d\x55\x2f\x67\xa0\x0f\x5e\x8a\xee\x12\xb4\x23\x2d\xb8\x2a\x93\x33\x22\x6a\x56\x64\xd3\x84\x97\x64\xc6\x34\xe0\xe5\xa4\xfc\x01\x27\xe5\x59\xbe\xdc\x50\x0f\x01\xf3\xfe\xcf\x9c\xc8\xf7\x3d\x6b\xa8\xb9\x62\x73\x8f\x64\x69\x86\x1b\xfd\xe0\x65\xa8\x1e\x71\x46\x14\x07\x53\x0f\x48\x91\xfc\x73\xfc\x26\x8f\x9f\xcf\x2f\x22\xb5\xaa\x89\xfd\x27\x32\x75\xab\x06\xe2\x3c\x3f\xbe\x2e\xc1\x32\x4e\x94\x9a\xf6\x94\x18\xd8\xe5\x35\x4c\x38\xfc\xc9\x84\x94\x8e\x35\xc3\xa2\x07\x88\x89\x6a\xfe\xfd\xdd\x70\x93\xea\x38\x8e\xf4\xc9\x4f\x51\x7e\xd7\x23\x1d\x0b\x8c\x55\x0f\xa8\x10\x49\xfe\x62\x62\x8e\xfa\x02\x5a\x2f\x79\x69\x8d\xc4\x94\x81\x72\xf7\x1c\x89\x75\xb7\x6c\x62\x48\x4c\x09\x28\xa7\x85\x91\x20\x11\x29\xbe\x60\xa4\x00\xf1\xe6\xc8\x7f\xc3\x90\x52\x20\xcc\xdc\xfb\xda\xd7\xa6\x07\x0f\x60\x90\xf5\x1b\x3c\xbc\x79\xb4\x85\xad\x7a\x01\xfa\x30\x55\x54\x1a\x29\x82\x87\x4b\xfa\x4e\x31\x62\x44\x01\x15\x05\xf0\x0f\xdd\x0a\x13\xb3\x05\xda\x44\x9d\x22\x0f\x94\x7f\x43\xcd\x97\xdc\x21\x05\x97\xe4\x1e\xa1\x92\x35\x4c\x23\xc9\xb4\x88\x6a\x62\x09\xfd\xf6\x33\x27\x28\x99\x82\x87\xb8\x61\xd3\x75\x0f\x2f\xe6\x28\x90\xc3\xe5\xcc\x4a\xfb\x94\x10\xe5\xea\xfe\xd2\x22\x5d\x5a\x14\x7d\xd0\x9a\x31\x25\x15\xf4\xe8\x2f\xc8\x94\x45\xfd\x12\x5d\xd0\x6c\x31\x4d\x89\x3b\xe5\x17\xae\xef\xb7\xee\x9e\xe9\x13\xf8\xda\x61\xdc\x5c\xf2\x9c\xc8\x7c\xca\xe4\xb9\xea\x70\x25\x25\x30\xb2\x42\xa0\x4b\xd9\xc8\xf9\x09\x74\x29\xfa\x3c\xd0\xdf\x4b\x54\x3f\xb1\x20\xbe\x2d\x96\xa9\x2c\xec\xd5\xb2\x58\x8e\x55\x19\xd6\x46\x2a\x08\x7d\x28\x7e\x81\xd2\x89\x0f\xe1\x27\xe2\xb5\x43\x17\x8e\x54\x40\xa9\x9a\x3b\x58\x14\xdd\x3d\x50\x0c\x15\xb3\x4a\x85\xf5\x1d\xdd\xc3\x8d\x1e\x3d\x6b\x52\x26\xa3\xf4\x27\xe3\xb5\xc3\x07\xa8\x2e\xd0\xab\x87\x25\x63\xe9\x66\x95\x2a\x35\xa1\xc6\xc1\x4a\x2e\x6c\xd0\x20\x96\xc0\xfa\xef\x54\x49\x08\xc4\x66\x52\x05\x4a\x05\x4f\x82\x77\x48\x2f\xb4\x81\xea\x7b\xcc\x46\xd8\x1a\xe9\x1a\x95\x1f\x62\xa9\xa9\x2d\x24\x13\x8a\x20\xb6\xc0\xe6\xd1\xc4\x7a\xad\x2a\x02\x32\x12\x53\x38\xfb\x6a\x9b\x1a\x61\xe5\x2e\xc9\x2e\x25\x0f\xa7\xc6\xa8\x62\xad\xab\x51\xba\x90\x8c\x94\x3a\xf5\x19\x3e\xff\x2c\x25\x21\x6f\xdc\x91\x96\xfe\xcc\x34\x71\x65\x51\x96\x22\x28\x75\x5e\xf0\x35\x48\x5f\xb3\x10\xb0\x3a\xe5\x26\xa3\xd1\x92\xf5\x24\x58\xa7\x81\xd3\x10\xfc\x02\xf1\x4c\xb7\x99\x84\x34\xca\x87\xc7\x40\xda\xbd\x6e\x2c\x59\x1a\x35\x49\x87\x89\xb2\x9d\x89\x08\x0d\x92\xd1\x44\x82\xc1\x01\xf2\xd0\x1d\xe9\x5c\x3b\xa6\x69\x9f\x4b\x19\xa9\x59\x9d\x88\x56\xf6\x86\x2d\x1d\x5b\xf7\x0b\x2c\xca\xa2\xfd\x58\xe2\xdf\xf0\x18\x83\xb3\xf0\x1b\x94\xdd\x25\x63\x26\x94\xa2\x3f\x8c\xaa\x17\xb1\x5d\xeb\xb8\xc0\x2e\x24\x9a\xa7\x8b\xb8\x6d\x0e\xb4\xb4\x5c\x9e\xc4\x4d\x65\xb5\x64\xf3\x74\x83\x84\x9b\x45\xdd\x50\x2b\x18\xcd\x58\x47\xbe\xd7\xbf\x09\x2e\x1a\xe9\x93\xd9\x9a\x2f\x30\xe9\xe6\xe9\x93\x70\x99\xee\x35\x43\xed\xdd\xbd\xd6\x2c\x38\xc2\xd5\x7f\xf8\x86\x9e\x96\xd8\x27\x79\x26\x3d\x80\x82\xc9\x2d\x42\xfa\x83\xb7\xff\x81\x48\xd5\x4d\x0b\x1f\xce\x4a\x63\x52\x6b\xa5\xf0\x81\x91\x68\x8c\xec\x26\xa7\xcf\x83\x2f\x34\x6d\xaa\xa5\x7c\xd6\x1e\x1a\x75\xcc\x13\x60\x8b\xb4\x66\x23\xbd\x24\x9e\x46\xb9\x17\x48\xed\xb3\xf6\x82\x89\x48\x1e\x4e\x2f\x99\x88\x39\xe1\xbb\x00\xaf\x39\xbc\x5c\x85\xb6\x92\x7e\x73\xf2\x22\x1f\x89\x7e\x72\xdd\x5c\x82\xd1\x01\xb6\x76\xa4\x4f\x0a\x73\xd6\xc4\x91\x26\x55\x44\xe6\x33\x73\x6d\x8f\x06\x9d\x2b\x4b\xba\x3f\x59\xc4\x70\x43\x3f\xc3\x33\x2e\xda\x62\x92\x8f\x45\x45\x9a\x1e\x00\xc5\xb4\xa1\xf9\xa0\x3d\x4b\x7d\xe6\xa3\xe1\x85\xa2\xdf\x9d\x5d\xfa\x0b\x4a\x01\xd5\x83\x52\x72\x11\xb3\xca\x01\x38\xa1\x85\xe4\xc0\x31\x35\xa9\x40\xf0\x47\xfd\x2e\x1c\x42\x63\x42\x12\x53\x22\xf5\x91\xe1\xab\x66\xdb\x61\xa6\xb0\x25\xd2\x98\xe1\x7a\xe6\x92\xfc\x23\x7f\xb2\x52\xb3\x2f\x59\x8e\xe0\xf1\xb2\x1c\x66\x16\x2b\x1d\x3f\x2f\xac\x1e\x04\xa7\x04\x69\x4b\x32\x72\x66\x89\x2d\x39\x9e\x8f\x9c\x48\x83\x7e\x1e\xd0\x92\x24\xfe\x99\x29\x9a\x88\x60\xe4\x04\x8e\xec\xad\x48\x2c\xd2\x2b\xc0\x52\x30\x11\x1d\xcc\x69\x6d\xb7\xe0\xc6\x5c\xc8\xd6\xab\xe7\x44\xc8\x8b\x5b\xe6\xcc\x75\x6b\x4e\x79\x9d\x3e\xcd\x81\xc2\x8d\x28\x4e\xce\x90\x09\xa5\xcd\xca\x99\x48\xe9\x76\x46\xa8\x78\x0e\x74\x07\xb3\x35\x39\x43\x54\x51\xbe\xc2\x91\x0b\xc4\xd2\xec\xdf\xcc\x20\xad\xad\x29\x14\xbb\xc5\x7e\x33\x73\x1f\xd9\x9d\x29\x17\xc0\x41\x37\xcb\x5c\xb0\x79\xd9\xbf\x6f\x7e\xe0\x29\x40\x04\xf0\x29\x28\xdc\x4c\x09\x22\x99\x82\x89\xe7\xc0\xca\x13\x56\x3c\xe7\xca\x49\x6b\x6b\xea\xda\x5c\xc1\xa1\xf2\x14\x04\x3f\xe0\x66\x09\xb0\x95\x5c\xcc\x70\x60\xcc\xa3\x9c\xf8\x47\x66\xa9\x09\x45\x9b\x8e\xcc\x20\x48\xb9\xe4\x8f\xdc\x30\x4d\xef\x66\xa3\xb2\x5b\xf2\x53\x6e\x24\x64\x62\x84\xb9\x01\xc5\x0c\xcb\x86\xc3\xeb\x49\x50\x0c\xd1\x15\x39\x37\x90\xd2\x9f\xef\x01\xb9\xe2\x19\xe0\x56\x25\x71\x20\x77\xe0\x93\x04\x8a\xcc\xd4\xc2\x8a\xa0\x1d\x99\xf9\xd3\x7a\xf8\x9b\x9a\x45\xa3\x7c\xd3\x4b\xe6\x48\xa5\x51\xdf\xab\xad\x2e\xcb\x72\x29\x46\x5e\xda\x02\x9a\x1e\x74\x66\xf6\x69\xfa\x8d\x9d\x93\xac\x50\x30\x43\xc5\x10\x8f\xb2\x27\xa8\x31\x3b\x75\x1d\xcd\x0f\x00\x33\x11\xea\xd2\x29\x18\xeb\x10\x15\x64\x3f\x56\xaa\x82\x51\x3a\xb6\xbe\xba\x1d\xc9\x32\x82\xa7\x44\x37\xa1\xe6\x39\x4c\xb8\x54\xea\x37\xcb\xe6\x7b\xd5\x03\xd7\xe3\xee\xdf\xd0\x41\x6b\x97\x0a\x65\x30\x69\x00\xca\x00\x21\xa9\x6e\x5f\x0c\x50\x33\x38\x81\x48\xd5\xbf\xa9\x23\xd2\xa1\x2c\xf4\xe8\x12\x5e\x94\x93\x81\x5f\x82\x09\x6c\x96\xa6\xd0\xe5\x2c\x28\x71\xee\xdf\x95\x1b\xe7\x0e\x08\x44\x77\x00\xfe\x28\x1e\x51\x96\x78\x55\x3c\xa5\x8b\x3a\x04\x4f\x89\x15\xc7\xbd\xf5\x27\x70\x55\x5c\xbd\xa0\x0a\x7f\xb2\x0a\xba\x40\xff\x16\xfd\xc1\xb5\x08\xb0\x26\x71\xd1\x8f\xc5\x5b\x4d\x11\xad\xb9\x07\x26\xd6\x91\xee\xac\x5c\x20\x35\xcd\xbf\x71\x7e\xc4\x1c\xcb\x45\x86\x6b\x74\xbb\x70\x80\x44\x27\x0a\x4b\xca\xda\xa1\xa4\x50\xa4\xf3\xd6\xdc\x14\x2d\x44\xcd\x0a\x64\x3a\xfb\x93\x14\x7a\x88\x29\xea\x65\x14\x7a\x88\xd9\x6f\xa2\xdc\xc0\xbf\xe6\x1e\x18\xa5\x2c\x81\xa8\xdc\x9c\xb5\x96\x7d\x13\x92\x02\xd4\x4a\x36\x2c\xd1\xa3\x3c\x24\x77\xe2\x76\xe5\x01\xc6\xfd\xbc\x00\x3a\xe3\x11\x1e\x60\xe0\xcf\xfb\x1d\x0c\x5a\x53\x5c\x42\x9d\xe4\xa3\xf2\x50\x96\xf1\x29\x7b\x30\xc7\xee\x17\xc8\xdb\x24\x83\x95\x87\xa7\xc8\x70\x78\x48\xd5\x25\x39\x16\x56\x1b\xb3\xab\x46\x79\x41\xad\xfc\xc5\x0b\xda\xa0\xab\x4a\x79\xa9\x02\x12\x87\x2e\x94\xfb\x7c\xf0\x96\xdc\x27\x0a\x5c\x10\x90\x91\x4d\x1c\x2a\x6a\xaf\x2b\xaf\xf3\xa8\x61\x21\x44\xd4\x03\x12\x2c\xc9\xf0\x95\xa2\x88\xae\x3f\x35\x46\xbe\xe0\x07\x6b\x56\xea\x22\xe2\xec\xc8\x66\x55\xa1\x65\xb1\xa3\x7c\x8d\x14\x90\xdd\x25\x73\x31\xd8\x71\xa2\x7e\xc2\x4a\xb2\x13\x43\xa5\x0e\xc4\x0a\xf8\x9a\x48\xe3\x44\x62\x2a\xca\x30\x58\x63\x57\x59\xee\xd3\x2e\xc3\x35\xd1\x00\x5f\xfc\xc6\x87\xe9\x0a\xb9\x1d\x15\x95\x16\x7c\x93\xac\x99\x97\x1b\x21\x76\xcd\xd8\x0d\xf7\x08\xc3\x9a\x72\xbe\x8d\x9a\x71\xf6\xa4\xe3\xaf\x19\x18\xa2\x4b\x77\x85\x15\xcc\x52\x64\xcd\xe0\x55\xb2\x42\xd4\x02\x74\x08\x7f\x13\xe9\x3a\x2a\x0b\x62\x59\xdb\x5f\xcb\xda\x05\xed\x5b\x21\x6f\x12\x95\xad\x9f\x18\x92\x94\x90\x66\x54\xaa\x43\x86\x3f\xc0\x29\xd3\xdd\xa9\x52\x2a\xd1\x6d\xab\x16\xce\x57\x00\x5a\x06\x30\x2f\x10\x89\x17\x6c\xa7\xae\xc8\x10\xab\x34\x60\xa3\x56\x2a\xa3\x35\x00\x6c\x5e\xca\xe5\x3b\x6a\xfd\x0e\xa5\xbd\xdf\x2a\x1c\x93\x92\x57\x54\x6f\xb4\x7b\x3c\xa2\xaa\x78\x65\x85\x9f\xb8\x8d\x4b\xf5\x13\x37\x9a\x1d\x0c\x6a\x83\x7d\x3f\xbb\x7d\xc1\x4c\x33\x68\x70\x7d\xd7\xad\xbb\xa2\x08\xbb\x9d\xe9\x2a\xc5\x13\xe9\x0a\x6a\x43\x2d\x3e\x9f\x26\xf8\x29\xd9\x09\xbb\x32\xfd\xa3\x3d\x5b\x6a\xa3\xe8\x97\x3c\xe2\x03\x67\x7b\x8f\xb8\xd6\xe4\x2f\x48\x90\x8d\x97\x9d\x87\x45\x24\xbc\xf6\x95\xae\x4d\x1b\xdd\xa9\x74\xf4\xa1\xa7\xf3\xb8\xf5\x77\x15\xbe\x4f\x56\x31\x55\x14\xcb\x1a\x46\x15\x88\x10\x56\x2e\x54\xa6\x79\xb0\xc3\x4b\x85\x55\x4e\xa1\x91\xa3\xc2\xf3\xc9\x32\x71\xed\x28\xe8\x66\xc0\x41\xa4\xc8\x92\x82\x2a\x52\xc8\x2a\x17\xd2\xa8\x83\x02\xad\xee\x1a\x15\xe5\xaf\xb2\x17\x39\x0a\x3a\xd4\x0a\x58\x2d\x61\xf8\x74\x8e\x86\x17\x84\x0b\xa3\xe3\xb7\x96\x44\x13\x9d\xb7\x6a\x50\x5b\x68\xf4\x47\xf4\xa7\x6a\x7b\x8c\x0a\xc7\x29\x55\x92\x1a\x75\x40\xff\x6d\xaa\xc6\x62\x0a\xb6\x17\xd5\x93\xd8\x27\xa8\x9f\x88\x07\x32\xf6\x9d\x6b\x17\x34\xe2\xc9\xda\x1a\x22\xdf\x95\x5a\x1f\x5b\x67\xea\xc9\x45\x69\x4c\xba\xa1\x8b\x2b\xd5\x25\x95\x48\x50\xaa\xe7\x89\x0f\xfc\x9b\xf7\x44\xef\xec\x09\x53\x87\x31\x1c\x4a\x20\xab\x3b\xea\x72\xa4\xf2\x29\xff\x84\x92\xa6\xea\xc0\xa3\x5e\x38\xa4\xde\xb9\xab\x7d\xab\xf4\x99\xbb\x78\x04\x7c\x8a\x2f\x96\x1d\x70\x87\x08\x29\xf2\x14\x21\x92\x74\x47\x9e\x55\xc4\x7b\x56\xf3\x17\x6a\x99\x9a\xdb\x33\x7c\x9e\x05\x46\x58\x03\x93\x97\x84\x44\x91\x49\x72\x57\xbd\xe9\xa4\x21\x28\x7f\xf2\x88\xcb\x32\x8e\xca\x94\x58\xb6\xb4\xd4\x4f\x1e\x69\x0a\x42\x1c\x95\x1e\xec\xde\x15\x88\x23\xc1\x74\xee\x7e\xf1\x5b\x13\x7a\x90\x9a\xd4\xfb\xcc\x4a\xa7\xaa\x87\x3c\x2a\xa4\x91\xe0\x6d\x84\xa3\x94\x72\x6f\x8f\xca\xe2\x5f\xbe\x59\xd7\x4f\x1c\xc9\x49\xfa\x82\xfa\x2c\x20\x6b\x4d\x48\x0a\x59\x8d\x7b\x90\x4e\xc2\xcf\xef\x05\x64\x0f\x41\x37\x40\x43\x69\x49\x27\xf9\xaf\xac\x45\x15\xf9\x2a\x2c\xb9\x54\x78\x4e\x45\x09\xa6\x15\x72\x47\x8c\x6e\x27\xa2\x7a\x13\x91\x12\xd2\xce\xb8\xf5\x5d\x9e\x06\xfa\xcd\x2b\x81\x64\x9f\x3a\x91\xff\xd5\xdc\x97\xb5\xc8\x94\x9c\x62\x54\x38\xcb\x5b\x7b\x51\x27\xea\x4b\x18\x04\x08\xeb\xb4\x01\xb8\x4e\xa0\x81\xe4\xb5\x3a\x17\x1a\xf8\x85\x8f\x5f\x2a\xaf\xd9\x68\xb0\x0a\x26\xdd\x41\x1a\xa3\x36\xbd\xe8\x76\x2c\xba\xeb\x2f\x70\x76\xa2\x7f\x53\x4f\xa4\x8d\x6e\x07\x0e\x53\xf4\x6f\x04\x3d\x4a\xd0\x6d\x07\x88\x98\x8e\x42\x3b\x16\x18\xb3\x1e\x20\x8d\x82\xe4\xff\x76\xb0\x90\xa6\x7f\x03\x35\xb5\x0f\x0d\x56\x47\xe5\xdd\x1e\x2d\x04\xfc\x3e\xf4\x3b\xe1\x7d\x4d\x80\xb9\xbb\xec\x6f\xda\x02\x66\xac\x8b\x55\x83\x8d\xd1\xb2\x5d\x0b\x0b\x8a\x9a\x32\xc3\x30\xed\x75\xd8\x60\x58\xb4\x6e\xa3\x05\x0a\xce\xd9\x43\x30\x1e\x4f\xbf\x59\x45\xcc\x3c\xb2\x45\x80\x55\x2a\xc0\x16\x11\xb0\x2b\xe1\xbe\x45\x0a\x87\xd5\x1f\x80\x2a\x7a\x27\x13\x88\x9e\xe4\x86\xb6\xe4\x4f\x1d\x86\x46\x33\x9e\xa7\x94\x60\xda\x1f\x6e\xaf\x0c\x99\x13\x1c\x3f\x79\xd4\xf5\xb0\x46\x4b\x04\x8b\xa0\x90\x60\x81\x16\xf6\x36\x08\x97\xdd\xce\x9e\x0d\xc2\x65\x30\x72\x65\x8e\xe8\x76\xac\xd9\x03\x64\xec\x43\x76\x87\x8d\x1d\xba\x03\xa0\x4e\x76\x07\x98\x91\xee\x75\x2d\xaf\x9c\xac\xee\x11\xfc\x6d\xb8\x83\x75\x7f\xd1\x1a\x32\x58\x87\xc4\x8c\x46\x9f\x2c\x1d\xe1\x56\xe8\xab\xec\xf6\xc2\x1b\xb2\x1f\x54\x68\xd2\x34\x42\x59\x73\xf6\x0b\x54\x52\x49\xa4\x6e\x50\xad\xd9\x85\xa2\x15\xde\xc2\x9a\x1f\x5c\xec\xc2\x0f\x40\xf8\xb2\x7f\xbf\x88\xc3\xd3\x98\xd0\xa4\x05\x9f\xc0\x4f\x88\x6d\xd9\x07\x00\x4e\x5c\xd6\xf6\xb7\x4a\x77\xba\xe6\x0f\xb8\x11\x82\x0a\x85\x56\xa3\xca\x72\xb7\x17\xa5\x6b\x95\x1b\x21\x64\x44\xb6\x31\x25\x5a\x1e\xad\x92\x96\x07\x8f\x00\xf6\x63\x20\xc0\xff\xde\x94\xaf\xd5\x45\xba\x35\x85\x86\x43\x2c\xe1\xab\xb5\x35\x67\xcd\x09\x72\xae\x4d\x5e\x6d\x39\x7e\x35\x7f\x01\xe4\xd0\xfd\xab\x35\x1c\x98\xe2\x11\x2e\x6e\x8c\x76\x0a\x7a\x39\xa5\x0c\x1e\xad\xf1\x76\x65\x5a\xb8\xc4\x56\x53\x2a\x56\xfd\xea\xfe\xa4\x73\xd6\x9a\x54\x67\xd6\x92\xbf\x0a\x72\x6d\x1d\x1c\xd4\xf3\xe9\xd8\x05\xc9\xd9\xad\xf3\xfe\xfe\xd3\x3b\x81\xaa\x5d\x80\x17\x99\xa3\x01\xda\x58\xb2\x98\x7a\x18\xeb\x88\xeb\x0b\x96\xe3\xb2\xf9\xb2\x0d\x2a\xf9\xfd\x05\x85\x64\x23\xe7\x58\xd8\xea\x2e\x00\x35\x49\xd1\x8d\x86\x42\x47\xce\xb6\xb1\xa0\xa6\x69\x9f\x2c\x6a\x21\xb0\x52\xef\x15\x4d\xeb\x4e\x10\x6c\x9f\x90\x13\x80\xf0\xba\xa0\xc7\xb2\x76\xa6\xc1\x15\xbf\x79\xd2\x27\xd5\xe1\x46\xa6\x93\xd1\xd1\x7e\x61\x91\x01\x2d\xe2\x5a\x87\x54\x6f\x5c\x6b\xdd\x7e\x40\x9d\xbb\xc9\x25\x53\x9f\xfa\x6e\xdd\xae\xb5\x70\x4d\x8b\xde\xf0\x36\x99\xb6\x9b\xaa\x63\x63\xfd\xcd\x85\x6a\x90\x9b\x0b\x55\x97\xf4\xf8\xea\x5e\x29\xac\x87\x36\xaa\xb5\x9b\x5e\x0e\x26\xa9\x4b\xee\x33\xac\x28\xf7\xf9\xe4\xc2\x78\xd8\xed\x66\xd6\xee\x85\xe5\x1e\x94\xb7\x35\x83\x9f\x79\x3d\x6c\xfb\x6b\xac\x89\x6f\xb1\xa3\x3d\xd4\x8d\x6a\x1d\x0f\x39\xac\x65\x80\x67\x2d\x44\x3b\xb2\xa4\x41\x4b\x01\x4c\x11\x1e\xa5\x7b\x6a\x0f\x15\x68\xa6\xdd\x14\xff\x7c\xbe\x97\x72\xca\xd0\x5b\xe2\x9f\x54\x4d\x6d\xe9\xa2\x8c\x58\xef\x9a\xb8\x3e\x79\xa9\x88\x36\xc4\x5f\xc8\x1a\x3e\xf2\x2f\x6a\x26\x19\x51\x58\x0a\xdf\x2e\xb4\x6d\xae\x2e\xf5\xc6\x04\xd3\xf3\x81\x41\x39\xd9\x94\xdc\xce\x1b\x53\xf7\x0b\x38\xf6\xc6\xb4\x09\x24\x30\xf2\x2e\x19\xce\x0b\x87\xc5\xd1\x0e\xdc\x0d\xc5\x64\x95\x0e\x77\xf4\x23\x40\x27\xd2\xf4\x1b\xa5\x63\xc5\x0e\xfa\x27\xd2\xc5\x43\xdb\xd9\x19\x0d\x39\x7e\x5e\x20\x93\xcb\xfa\x5d\x11\x33\xe4\x0e\xc9\x0e\x74\x53\xee\x30\x47\x2a\xb5\xf5\xe8\x07\x89\x44\xf7\x10\xd8\xbb\xee\x11\x28\xba\x27\xcf\x79\xed\x9d\xc7\x80\x50\x27\xac\xec\x01\x26\x06\xed\x6d\x0f\xbc\x40\x69\x0a\x28\xaf\x6f\x9e\xd7\x03\xa3\xa1\xdd\xbe\x16\xe9\x07\xa4\x85\x22\x43\x1d\xc9\x39\x94\x8e\x7d\xf4\x00\x3d\xc8\x70\x8f\x24\xbf\xcd\x1f\x80\xc9\x49\x5c\xe9\xf4\x2e\x73\x64\x78\x0f\x6b\x51\x7b\x6b\x3b\xa3\x29\x1d\xda\xda\xa1\x87\x0c\x42\xfa\x1e\xc9\xe5\x84\x6f\x9d\x62\xa1\x21\x1d\xe9\xf4\x92\xdc\x25\xd9\xde\x4f\x17\xb4\x79\x79\xde\x91\xb5\x32\x3c\x26\x62\x18\xfe\xce\x83\xae\x2f\x9b\xac\xe1\xbe\x6c\xb2\xa2\xe6\x1d\x72\xa7\x7d\x81\x3a\x2c\xae\x56\x08\xf4\xc4\xfb\x81\xf0\xb9\x27\xdc\xff\xdd\x63\x02\x4d\xd3\x89\xea\x88\xcc\xcc\xb6\x18\xf4\x4f\xce\x4c\xaa\x16\x3b\x3a\xf2\x77\x98\x82\xf5\x84\x33\xdb\x3d\x03\x82\x5d\x64\xb6\x67\x9e\x72\x1d\xb1\x4e\x41\xd3\xe8\xb9\x04\x4d\x1d\xd2\xbe\x04\x49\xa3\x1f\xf4\xa0\xe6\xa4\x1d\x81\x9a\x4e\x77\xd1\xa1\xf7\xb4\x5c\xd9\x59\xa0\xc6\xe9\x71\x3a\xeb\xd1\x18\x79\x0a\x37\x52\x8b\x28\x34\x8b\xfc\x3c\x80\x6b\xd8\x70\x8f\x50\x7d\x1a\xb9\x0a\x09\xe6\xcf\x07\x9f\x7c\x63\xa7\xe4\x0e\xd5\xa8\xaf\x49\xbd\x20\x44\x5d\x5c\xb2\x57\x58\x99\x87\x7f\xf3\x40\x48\x1c\xef\x94\xfa\x74\xa3\xe8\x95\x40\xf1\x4e\x51\xa8\x33\xb2\x32\xc5\x6c\x34\x2e\x34\xf0\x37\x4f\xb1\x01\x9b\x45\xd2\xfb\x09\x5f\x46\x89\x8d\x9d\x9a\x1e\x7f\x4f\xf7\x6f\xdb\xb5\xfb\x49\xba\xa1\x1b\x40\x3f\xc9\xac\x7c\x40\x4e\x6c\x84\x34\x60\x9d\x49\x0b\x6c\x65\xeb\x08\xbb\x73\x06\x82\x7e\x51\x5f\xea\xad\xa3\x32\xc8\x70\x61\x25\x4d\x1b\x87\xfa\x45\x25\xf4\xcf\x18\x24\x77\x3f\x7d\xd2\x05\xc0\x7d\xdc\x4c\xae\x99\xfd\xe0\x83\x8c\x63\xde\xfb\x4d\xc8\x08\x94\xcb\x1b\xdc\x08\x07\xd1\xc0\xc1\xde\xfd\x5e\xb3\xf2\x17\x6b\x56\x7e\x40\xe0\x15\x8f\x41\xfa\x64\x52\xf1\xb0\x3c\x8a\xb6\xe7\xe3\xb0\xf5\x67\x0c\xa8\x4f\x8a\x41\xf7\xb2\x1c\x8a\x57\xb1\xf8\xa9\xc4\xfa\x0e\xa7\x1e\x7b\xeb\xf6\x97\xd7\x5c\x23\x25\x2b\xba\x27\x2f\xfc\xa5\x7a\xd0\xe4\xe0\x5d\xc1\xfd\x02\xf7\x3b\xb0\x72\x77\xc1\xbb\x45\xf1\xb4\x2e\xbc\xe0\xdf\xcf\x3f\x7f\xf2\x0f\x0d\xfd\x78\x78\x49\x26\x99\x2f\xd2\x98\x98\xf7\x50\xc9\xa2\xeb\x56\x9f\x6b\xd2\xda\x5f\xb0\x6c\x5f\x5e\xfa\x5c\x73\xf6\x17\x54\xa6\x69\x8a\x48\x48\x60\xcf\xb7\x8e\xe4\x59\xaa\xfd\x3b\xc6\x72\x00\xd2\x14\xc7\x41\x74\xf0\x0b\x48\x81\x10\xdc\x4e\xf9\x49\x14\x6b\x30\xc7\xa7\xb5\xfc\xe3\x20\x94\x8a\x7e\x23\x00\x5a\xfe\x1b\x03\xb9\xb1\xcc\x0f\x07\x5c\xb3\x2d\x8a\x0e\xd6\x7a\x34\xbb\x1b\x1f\x43\x6d\xb6\x1e\x8e\xc0\xda\xfc\x6e\xcf\x68\xd7\x04\x02\x31\xf6\xa7\xc7\x8e\x17\xba\x7e\x93\x73\xe8\xa0\x8d\x8f\x1b\xb6\x18\xfe\x2a\xb6\x68\x80\x53\x3a\x22\x7c\x2c\x8b\x9d\x0e\xc8\x00\xa7\x74\xbc\xee\x88\x6b\x93\xfc\xc5\x47\x50\x55\xdc\x67\x0c\x46\xce\x15\xb7\xf3\x3e\xe8\x15\x7e\x8c\xb3\x45\xdd\xe4\x07\xfc\xa4\x8d\x27\x23\x11\xfb\x25\xd4\x0e\xfa\x41\xdb\x3e\x37\xd2\x82\x89\x26\x95\x28\x43\xf8\x01\x32\x63\x96\x24\xe4\x1d\x4b\x89\x22\x81\x7d\x40\x89\xe2\x50\xca\x91\x3f\x71\xd1\xf6\xa0\x91\x49\xb6\x9b\xbb\x24\xae\x0c\x77\x49\xd5\xd1\xcf\x03\xe0\x8a\xb1\x0b\xcc\xcd\x02\xe5\x80\x91\xcf\xb1\x72\x03\x09\xd6\x4b\x32\x7a\x66\x5e\x75\xc4\xcd\x46\xc1\x56\x4a\x04\x1d\xcb\x70\x27\xca\x3f\x0a\x67\x2d\x6c\x82\x9a\xa4\x79\xc8\xc2\xdc\x6e\xc3\x2f\x2c\x48\xb9\x87\xb5\x3d\x9a\x15\x92\xaa\x97\x64\x94\x2f\x94\x55\x7e\xde\x98\x7c\x43\x9d\x56\x32\x03\x31\xd1\x01\x3f\xd9\x24\x25\xda\x40\xf5\xe9\xe3\xe7\xf7\x1a\x54\x3d\x30\x5d\xa6\x53\xdc\x8c\xef\xba\xeb\xea\x79\x63\x2c\x0b\x8a\x48\xff\x38\x49\x4d\x24\xf3\x8d\x93\xa0\x10\xf4\xcf\xb5\x81\x1a\x03\xa1\xe7\x39\xf9\xf7\x27\xef\xa8\x7a\xc8\x18\x17\xa5\x48\x51\xfa\x01\x27\x8c\xe2\x5c\x53\xe3\xc2\xe1\xb0\xbd\x62\xa0\x16\x88\xa3\x96\xc7\xc7\xf4\x92\x4d\x2c\x83\xb5\x41\x6c\xaf\x18\xf0\xb1\x70\x64\xc7\x58\x06\x8d\xe6\x2f\x26\x1f\xa8\xcb\xef\x72\x9b\x92\x24\xa6\x71\xaf\x75\xfb\xc1\x77\x3a\x7c\x1b\x1e\x60\x71\x56\xfb\x0e\x38\x61\x38\xba\x64\x80\xa1\x39\x56\x63\xe0\xae\x5b\x92\x49\x1a\xee\xa5\x3f\x68\xfd\x80\x44\x48\x3f\x39\x60\xa2\x70\xa8\xc5\xa0\xd7\xab\x53\x97\x8c\x75\x4d\xed\xee\x11\x56\x17\x9f\x5f\xb8\xc5\x3a\xc8\x60\xb0\x84\x87\x6f\x7f\xe3\x39\xd9\xa5\xe7\x80\xa3\x64\x4a\xcf\x24\xd9\xb6\x7a\x0c\xf8\xcd\x3a\x9c\x63\x3c\x3c\x4a\xdd\x93\x9a\x78\x41\x3d\xbe\x8b\x30\x6b\x12\x70\xa0\xb0\x03\xea\x78\x1b\x87\x50\x97\x93\x58\x2e\x96\x3a\x26\x96\x21\x3e\x3e\xe6\x5a\x86\xbf\xc0\xac\xc5\xbf\x06\x0b\x22\x3b\x3a\x76\xa0\x08\x54\xd6\x32\xcf\x03\xa0\x96\xe2\xf5\xa4\xd9\x20\x49\x77\x7c\x1e\x74\x5e\xd1\x39\x39\x0f\xd0\x46\xeb\x72\xcf\x03\xc7\x40\x4a\xcb\xf3\x60\xba\xd2\xea\x07\xe4\xf3\xdd\x5d\x5c\xec\xc2\xa3\x52\xcf\xf3\x33\xc8\x0b\xf1\xc3\x63\x00\x96\x92\xdc\xce\x40\x85\x80\x0e\xe7\xc9\x80\x24\x8b\x59\xe7\xc7\xf5\xe0\x83\xf8\x17\x3c\xe9\x0c\x4b\x50\xd0\xef\x4a\x28\x44\x3d\x00\xa1\xcd\xee\x7d\x2d\x69\xe8\xc1\xcb\x25\xa9\x8b\xc8\xbd\x13\x13\x3a\xc9\xe7\xac\x49\x3d\x57\x04\xb8\x4e\xff\x09\x57\x95\x62\xa7\xad\x93\x21\x43\xd6\x51\x9f\x48\x5c\x6d\xaf\xe7\x33\x72\xbb\xd5\xc3\x77\x85\x4b\x96\x1d\xce\xc5\xd8\x74\x0e\x4e\x96\x11\x71\x50\xed\xc9\x4b\x9d\xc3\x53\xcf\xb4\x96\xee\x37\xbe\x5b\x9e\x2d\x57\x27\xa3\xc8\xd3\xcf\x17\xe0\xa6\x52\x9d\x9e\x19\x2c\x44\x52\xdd\x89\x14\xd1\x87\x83\xc9\x4e\x32\x42\x49\x30\x67\x86\xcc\x24\x75\xe9\x99\x79\x9a\x87\x5f\x00\x86\x49\x6c\x3b\xc9\x18\xad\xfd\x3c\xe1\x47\x5b\xd2\xcf\x03\x62\x58\xf4\x27\x3c\x08\xc3\xb3\xc2\xf1\x95\xd8\x75\x66\x92\x7f\x4d\xa2\xac\x59\xab\x07\x78\xde\xaa\xf8\xed\x38\x0b\xcf\x81\x38\xdf\x49\xce\x28\x61\xf3\x2c\x84\xa4\x18\xfc\x59\x08\x49\x4d\x92\x39\xa2\xcd\x5b\x4f\x18\x10\x54\xcc\x66\x9c\x70\xcd\x8d\xd2\xc6\x9d\xac\x4a\x3a\x7e\x5e\xc0\xb1\x10\x25\x3e\xe1\x68\x6b\x37\xb0\x13\xe6\x00\x3b\x09\x9d\x15\x53\x94\x8a\xf7\xac\x40\x6b\xdd\x1b\x4e\xb8\xdd\xfe\x9c\x5c\xdc\x0b\xed\x99\x71\x22\xae\xc3\xbe\x99\xe7\x49\xaa\xa9\x1b\xfc\xc9\xea\x56\x56\x28\x9e\x70\x33\x34\x7f\x3a\x79\xcd\xb3\x42\xf1\x3c\xc9\x7e\x44\x15\x4f\xd8\xfc\x6d\x8e\x3e\x17\x0b\x34\xe0\xaf\x05\x78\xbf\xc1\x1b\x94\x89\xc1\x45\xbe\xab\x59\x51\x07\xfc\x83\x81\xd7\x42\x0f\x6d\x05\xb9\x64\xf5\x6f\x30\x7f\x6b\xd2\x4e\xd4\x85\xb0\x41\xfa\xdc\x1a\x60\x8d\x79\x2f\x3a\xa9\x2e\x6e\xe6\x67\x12\x24\xe8\x9a\xe8\xc8\xb7\x13\x09\x51\xa2\x55\x67\x27\x62\x7c\x7f\xee\x92\xe7\x8d\xed\x95\x04\x79\xc2\xb3\x70\x38\xc0\xef\x24\xa3\x94\xc4\x78\xb2\xc2\xe3\x61\x2c\x66\x71\x2b\x87\x31\x9e\xa8\xe8\xf8\x73\xfd\x3c\xa9\xd0\xb5\x3a\xed\x44\xe0\xaf\xc3\x0b\x4e\xc4\xfd\xb6\x9f\x1e\x08\xbb\xe4\x49\xdc\x78\x41\x1f\xbc\x6b\x96\x7e\xc0\x0d\xf3\x7e\xbc\x6b\x56\xda\xd2\x17\x77\x62\x49\x18\xe7\xe2\x84\x62\xae\xe7\xbb\x76\x50\xe0\x46\xa0\x6f\x32\xc3\xe0\xd5\x51\xfc\xfc\x64\xe0\xaf\x75\x1e\x27\x72\x37\x67\x49\x08\xe7\x0b\xaa\x25\x6e\x7d\xbe\x80\xb5\xdb\x27\x40\x2b\xd6\x7b\x4e\x1c\x25\x5d\xb9\xcf\x49\xc2\x29\x4d\xd3\x39\x71\xba\xc5\x8a\x4f\x96\xa3\x48\x3e\xac\x54\xff\x8e\xbf\x2a\x16\x31\x4e\x72\x72\x31\xee\x93\x69\x54\xac\x41\x39\x59\xce\xd1\x1a\x94\x8b\x71\xc1\x56\x90\x5c\xc7\x22\x61\x59\x0f\x22\x37\xdf\x9f\x24\xce\xd1\x6f\x60\x23\xc4\xa9\x2f\x66\x6a\xf6\x95\xfc\x42\x05\x8a\xc3\x08\x75\x81\x97\x1f\xde\xed\x8b\xbc\xdc\x31\xa3\x17\x79\xb5\x43\x40\xaf\x40\x2c\x95\x8c\x71\x05\x1e\x0d\xb1\xdb\x8b\x37\x4e\x31\xf3\x2b\xac\x51\xdd\x27\x08\x55\xf7\x6f\x22\xa5\x84\x90\x8b\x55\x1c\x1d\x22\x78\xc1\x90\x7f\x58\xb5\x73\x05\x6c\xb8\xf8\xf3\xc5\xb2\x5e\x49\xa4\xeb\x8a\x20\x96\xe2\x18\x17\xef\xa1\x4e\xa0\x76\x41\x41\x3b\x1c\x1c\x79\x45\x96\xe4\x14\x51\xb8\x98\x43\xd9\x0c\xf9\xfa\x18\x72\x49\x3a\x6c\x57\xfa\x08\xb6\x95\x28\x17\xd8\xf1\xf1\x03\x2b\xfa\x96\x5a\x3b\x74\xa1\x62\x83\x63\x0a\xae\xc4\x72\x31\x9a\x03\x3d\x49\x1d\x99\x7a\xe1\x1e\x6a\x8f\xa6\x0b\x39\x8f\xed\x5c\x7c\x81\xfb\x3a\xb5\xc8\x05\x5b\xbe\x33\xf4\x5e\x1f\xf3\x4d\x0e\xb9\xbf\x72\xe7\x14\xfd\x60\x81\xc1\x23\xf0\xec\x15\x77\x39\xd1\xa5\x20\xf9\xf1\xd6\xe6\xdb\xdc\x85\x68\x5b\x95\x60\x1b\x57\x59\x50\x50\x07\x1f\xa7\x6c\xbe\x16\x5d\x60\x94\x76\xe9\xbf\x78\xa5\xb4\xfb\xec\x55\x16\x29\xd5\x10\x8c\x49\xb1\x2a\xe8\x82\xe9\x7c\x1c\x12\x63\xae\x4a\xa2\x24\x19\xe2\xaa\x8b\x54\x6a\xd4\xba\x56\xae\x75\x50\x8f\x6a\xdd\x0d\xaa\xfe\x67\x47\xe7\xa0\xaa\x7f\xb7\x3d\xf3\x6a\xeb\xbc\xf9\x01\x81\xed\xdf\x05\x1f\xa8\xc3\x46\x1e\x21\x0e\x8f\xaa\xfe\x5f\x0f\x9a\x25\x2b\x75\xda\x9d\x12\x45\xfa\xbf\x59\x0a\x23\x3a\x36\xd8\x28\x05\x53\xf6\x8f\x3e\x07\x45\xf9\xbf\x2e\x04\x6e\xe4\x9a\x3b\x7e\x70\xa8\x13\x0b\x25\x48\x5c\xb4\x60\xdb\x73\x0f\x75\xfc\xc3\x8f\x5a\xe7\x62\xa5\x6f\xbb\x1b\xad\xc2\xfd\x76\xb5\x41\xe1\xfe\x60\x2b\x39\x0a\xf7\xbb\xae\xf7\x60\xdd\xfe\xc3\x21\xa0\xd7\x00\xda\x18\xf1\x06\x32\x33\x34\x7f\x40\x4c\xf6\x6f\xf2\x1d\x09\x1f\xd7\xe0\x7e\x49\xb6\x40\xa5\xff\x6f\x08\xbf\x41\xbc\x31\xb0\x4e\x92\x26\x53\xc8\x93\x32\x79\xf2\x1b\xc0\x4d\xcf\xf2\x5c\xa0\xd1\x34\x3e\x21\x29\xa9\x18\xdb\xb8\x10\x9b\x61\x43\xee\x45\x23\xb7\x63\x36\x2f\xa4\x46\xf9\x01\xcc\xc9\x42\xcf\x9a\xe4\xb5\x00\xa3\x65\x5c\xe1\x83\x9c\x27\xcd\xf4\xbd\x8e\xe9\xbc\xe0\x26\x69\x99\xfe\x62\xc1\x50\xbb\x14\x5d\x90\x98\xc6\x11\xfb\xdf\xf0\xa6\x0b\x81\x1e\x16\x6c\xaf\x4f\x9c\x72\x81\xf5\x71\xd1\xa2\x6e\xd5\xd7\x05\x8b\xfa\x70\x68\xd2\x05\xf9\xea\xf8\x39\x6c\x90\xaf\x7c\xa9\xb8\xe8\x56\x69\xa7\xc2\x0b\x6a\xf3\x14\xfd\x7b\xed\x83\x90\xf6\xe6\xe9\xf4\xac\x18\xd9\xe1\xc3\x89\xc0\x8e\xf4\x33\xe4\xda\x6b\x77\x09\x32\x25\x81\xfe\xa2\xb9\xdc\x0a\xb9\x0b\x71\x1b\x3f\xa7\xf7\x41\x5e\x0d\xa3\xd3\xb3\xe6\xa4\x63\xf2\x10\xac\x5e\x05\x84\x27\xeb\xc8\xaf\x87\xd4\xda\xab\x40\xb4\x6d\xb6\xcc\x77\x21\xea\xe2\xe7\xbc\x43\x69\x90\x24\x3f\x5f\x2f\x90\xde\xc8\xf3\x72\x8e\x5a\x35\x64\xad\x1f\x75\xea\xf5\xae\x49\x6a\x0e\xf0\x86\xb4\x67\xe1\x05\xb5\xfc\x70\x28\xc0\x85\x5c\xc1\xc5\xca\xb5\xeb\xe5\x76\xfe\x3c\x98\x7c\xa0\x3e\x27\xb6\xd3\x5d\x40\x9a\xfa\xd9\x2c\xd8\xd6\x7f\x76\x77\x92\x1a\xfb\x54\x21\xc0\xd7\x1e\x67\xd7\x5c\xb3\xd6\xba\x27\x25\x13\x13\x63\x66\xa6\xb3\x2a\xf3\x62\x80\x6f\xf2\xb9\x61\x3c\xaf\xed\x07\xd7\x24\x16\x0a\xa9\xee\x4f\x84\xea\x4e\x90\x77\xa3\xbe\xd7\x61\x0f\xc6\x1b\x3e\x93\xf6\xb2\xbc\x21\x2f\xd9\x27\xe0\x86\x4b\x64\xd2\x59\xbf\xa1\xcc\xf7\xac\xef\x03\x38\x98\xdd\xdf\x02\xad\x3b\xb8\xf1\x41\xd7\x6f\xa4\x65\x6e\xfe\x80\xe4\x5e\xca\xb6\xfb\x93\xae\xb2\xd9\xf9\xcd\x02\xa7\xd6\x52\xde\x50\xff\x27\xc9\x8d\x37\x9c\x28\x0d\x95\x1b\xea\x7f\x6f\xee\x1d\x0a\x7e\x7b\x00\x52\x40\x4f\xf1\x93\xb5\x9a\x53\xd9\xde\xb0\x96\x1f\x8e\xd6\xbe\x03\x91\xda\x50\x5a\xca\x11\x29\x46\x6f\xd8\x00\x92\xd4\x29\x77\x24\xc1\x92\x1a\xea\x66\x49\x55\xab\xec\xef\x48\xc0\x6b\xd6\x10\xce\x52\x76\x8f\x14\xce\x9a\x5f\x20\xc2\x78\x2b\x58\xf4\xcb\x7a\xce\x3b\xf2\x4e\xe1\x85\x44\x22\x8c\x41\x05\x03\x7b\x09\x7e\xe1\xc5\xa0\x9e\x14\x22\x0f\xc5\xad\x6f\x58\xd0\x93\x64\xb5\x9b\x9e\x9b\x0e\x7c\xbd\x29\xee\x49\x91\x71\x2f\x71\x4f\xdc\xe5\x5e\xda\x17\x23\x08\x73\xf8\xd9\xd9\xf3\xa6\x51\x5d\xa2\xcf\x8d\xb0\x66\xb3\xa3\x3b\xb1\xc0\x84\x87\x20\xdb\x6d\x9e\x14\x16\x21\xf5\xcc\xcd\x48\xa2\x1f\x9c\x66\x54\xb3\x95\xa9\x37\xac\xee\x87\x19\xd4\x9d\x29\x2a\x79\xa1\x30\xc3\x27\x09\x7c\x77\x6e\xf8\xed\x1e\x10\x8b\x6d\x0c\x61\x5d\x57\xab\x5f\xef\x82\x90\x2a\x2f\xbb\x50\x50\xfa\x3b\x7f\xef\x9b\x46\x0a\xc7\x34\xdf\x85\x02\x8c\xa8\xe4\x5d\x10\x07\x70\xb8\x7f\x12\xe6\xe2\x17\x00\x46\xf1\xdc\x9b\x65\x30\x2c\x67\xdf\xac\xfc\xea\x74\x8c\x77\x21\x96\x4b\x3b\x73\x97\xb5\x28\x0f\x42\xaa\x28\x85\xcf\x0d\xf7\xce\xe4\x69\x56\x5e\xd0\x44\xac\xef\xba\x96\xed\x37\x16\xf5\xf6\x1b\x84\xac\xe6\xbd\x64\x52\xf1\xa4\x9b\xa5\x5e\x7f\x4e\x46\xe3\xd9\x92\x20\x76\xb3\x94\xab\xdd\x86\xee\xc6\xdd\xd3\x18\x6d\x1d\x1d\x3f\x00\x55\xf3\x4a\x99\xf0\xd8\x11\xb0\x37\x3d\x30\xed\xbb\x72\xbf\xa8\xef\x2e\xfa\x7e\x33\xf4\xcf\x11\xab\xf7\xcb\x75\x08\x34\x28\xc5\x64\xbd\xf4\x8d\xfb\x7c\x92\x7c\x79\xbf\xa0\x8b\x92\x83\x6f\x32\x18\x49\xbd\xf7\x5c\xab\x54\x87\x28\x5f\xed\xe4\x1e\xf7\xc4\x1d\x43\x3a\xc5\x7b\x22\x78\xca\xe4\x81\x09\x24\xac\x6b\xbf\x17\x3f\xd1\x49\x7b\x96\x6a\x5c\x47\xf1\x81\xad\x57\x35\x72\xc7\x43\x66\x20\xb8\x3e\x47\x43\x36\xc1\xa8\xdf\x00\xa3\x84\xe8\x87\xcc\xa1\xba\x9d\x38\x27\xa9\xec\x81\x16\xdc\x02\xc9\x43\xd3\xae\x03\x68\x1f\xd2\x76\x31\x83\x87\xb4\x5b\x2c\xf0\x09\x4c\x1b\xe9\xdf\x14\xcc\xa4\x55\x78\x70\x09\x76\xfe\xe5\x07\x59\xae\x1c\x9d\xf2\x44\x2e\x49\x4b\x86\xa9\x35\xeb\x12\xfd\xc0\x77\xdd\x25\x7f\x1e\x9a\x5e\x7f\xbe\xbf\xb1\x02\xf7\x4f\xf6\x25\x05\xc3\x93\x28\xcb\x4a\xbe\x79\x12\x37\x52\x64\xfa\x49\x14\xda\x75\x51\x7f\x12\x63\x9b\xdd\x05\x17\x25\x25\xf7\x93\x28\xd5\x27\x7f\x01\x92\xd7\xfc\x05\x57\x2d\x28\x20\xaf\x43\x12\xcb\x7c\xf2\xda\x69\x4d\x2a\x93\x1d\x49\xb6\x7c\x78\x49\xf6\x46\x64\x5e\xa1\x86\x1f\x00\x70\x5e\x05\xd3\x5c\x99\x24\x3e\xf0\x80\xb7\x95\xed\xc9\x3c\x53\xa2\xba\x0f\x2c\xb1\xce\x4d\xf9\xf0\xd2\xac\x23\xf6\x14\x2a\x73\x0c\x5b\x54\xf2\x49\xc6\x57\x50\x2c\xe7\xe7\x7b\x16\x39\x12\xd1\x7d\x2a\x60\x2f\x9a\xf7\x7c\xe4\x28\xb5\x9f\x76\x6e\x85\x08\xda\xb3\xc8\x53\xf1\x1b\x00\xc3\xcf\x0b\x0b\x0c\x9a\x43\xe5\x75\xb5\xf8\x8d\x93\x7b\xe3\x2e\x78\x77\xf0\x24\xee\xef\xdc\x1a\x0c\x15\x7b\xe5\xdd\x6f\x14\xd1\x04\x06\x44\x51\x26\x63\x74\xa3\x24\x69\x30\xc0\x5b\xdc\xa6\xc0\xa7\x51\x61\x25\x59\xf4\x69\x34\x3f\x17\x77\xf9\xf2\x81\xe6\xc4\xbc\x0c\x63\xfc\x55\x1a\x86\xa7\x93\x1b\x49\x7b\xf5\x30\x75\xbb\xad\x5b\x0f\x72\x22\xa4\x9f\x17\xb8\x73\x6e\xe7\x65\xda\x07\xbf\x53\x72\x15\xe7\x78\x58\xec\xc6\x2a\xef\x87\xa9\xa6\xc4\x40\x1f\x24\x92\x4a\x36\x5f\x3c\x83\xda\x0c\xf1\xe0\x87\x0e\xe1\x87\x74\x68\xcf\x20\xa0\xd4\x05\xd3\x1a\x1c\x06\xfd\x89\xdd\x96\x42\xec\x39\x31\x6d\x99\x2f\x9e\x55\x76\xe6\xf0\x03\x10\x71\x8f\xc0\x24\x04\xf6\x47\x78\x4e\x96\x56\x3a\xfc\x00\xbb\x2d\x2a\xfe\x2c\x83\xb8\xf8\xdd\x73\x61\xbb\x8d\x60\xb0\x7f\x1f\x3f\x1f\x90\xb9\x79\x15\x17\xce\xd9\xf0\x0b\x5c\xb6\x57\x71\x7d\xcb\x76\x36\xb9\x07\x49\x0a\x92\x21\x7b\xad\x49\x7b\x0a\x64\xfc\x5e\x37\xb3\x12\x38\xf6\xfa\xb9\x0f\x7e\xa2\x37\x6e\x9c\x5d\x23\xc0\x1d\x31\xa6\xe6\x70\xaf\x83\xe5\x17\x08\x6a\x8d\x89\xdb\x6f\xf6\x6e\xae\xdb\xaf\x58\xf2\x73\xaf\x65\x09\x30\xab\xcc\xf4\xe1\x2e\x27\xba\x10\x60\x9e\x84\xdf\xfa\xe0\xa1\xe8\x29\x96\xfc\x7c\xb7\xd9\xe6\xac\xdb\xcf\x83\x4a\x61\xde\xdd\x87\x14\xcb\x93\x7c\xb8\x9b\xd2\x43\x3c\x4c\x11\x6a\xae\xfd\x2c\xd3\x80\x01\xf1\xf2\xb4\x1a\xda\x2f\x25\x62\xdd\x1c\x9f\x97\x2b\xf7\x17\xcb\xdf\xc4\x5f\x50\x37\xac\x0b\xcb\xb3\xae\xab\x92\x0d\x1e\xb8\x82\xe7\xc3\x5f\xac\x79\xfa\x05\x82\x46\x2b\x67\xd9\x46\xeb\x1f\x9f\x89\x88\x2b\x13\x6b\xe4\x00\x3d\x7c\x01\x7e\xe8\x0b\xfe\xc3\xcb\x61\xa9\xcf\xd2\x3f\x3e\x90\x26\xec\x50\xf4\xc0\x18\xe0\x08\xa9\x67\x62\x8e\x06\xdd\x5c\x73\xdc\x70\x78\xe9\x69\xe6\x70\xf1\xf7\x58\x80\x18\x7a\x70\xf2\x8d\x43\x0f\x1e\x3e\x88\x7a\xb0\x3a\xdd\xa0\x7a\x99\xa4\xd3\x22\xc9\x8b\x82\xcf\xc9\xaa\xa5\x37\xc0\xfa\x23\xed\xd6\x4b\xbd\xba\x63\xa7\x5f\xa6\x68\xb0\xa4\xf6\x7e\x97\xbd\x96\x3d\x71\x24\xd1\xc9\x1e\xb3\xd1\xea\xa9\x1e\x11\xdd\xe3\x62\x68\x6f\x5b\x1c\xc2\x2f\x5c\x1c\xd2\x3d\x7c\xb2\xa0\x73\x2d\xbe\x8d\xb0\xf3\x07\xab\xec\xdf\xfe\xdd\x57\xea\x02\xbd\x80\xe0\x1e\xbb\xc1\xbf\x08\x38\x1f\x0e\x4c\x7e\xa1\xef\x4c\x56\x4f\xbd\x1d\xdb\x69\xb0\x40\x15\x99\x45\x4c\xdf\x81\x03\x2d\x5e\xfc\x0e\x44\x57\x4b\x14\x44\xd9\xff\x96\x45\xd0\x5f\xba\x2b\x1d\x3f\x0f\x18\xa8\xec\x0e\x3b\x5f\xf0\x83\x05\x05\x4f\x01\xab\x8e\x7f\x75\x43\x7a\x97\x5e\x53\x22\xd1\x3b\xa0\xa9\xf6\x36\x9e\x0b\x81\xb5\x0d\x27\x67\xec\xdf\x9f\xbc\x9c\xc4\x97\x5f\x96\xd5\xb0\xb4\xfb\x82\x1b\xe4\xe8\xdf\xa0\xab\x3a\xa7\xef\x49\x36\xeb\x6d\x39\xb9\x00\xc1\x78\x31\x03\x51\xcd\xf7\x64\x38\x84\x64\x85\x77\x29\x3e\x25\xb4\xbf\xf0\x86\x4a\xbe\x99\xbe\x50\x74\x3a\xaf\xd8\xfb\xb1\x83\xe6\x9c\x7c\x2f\xb8\x41\x8e\xfe\x0d\xe2\x91\xfd\x1b\xe5\x1a\x7d\xc8\x50\x1e\xb8\x79\x8e\x1f\x33\xc8\xed\x67\x02\x3c\x62\xc1\x0f\xe0\xa2\xda\x3c\xa1\x89\x62\xbf\x82\xf3\xcd\x20\x12\xef\xeb\x8d\x64\xbd\x3f\xbf\x17\x66\x08\x8e\xf7\xc2\x04\xcd\x11\x69\x04\x7f\xd2\x77\xbf\x48\x48\x63\x37\xd8\x17\x81\x40\x55\xb2\xc0\xfb\x50\x3d\xac\x0e\x50\xd2\xcc\xb7\xe5\x17\x6a\xcd\x9c\xfc\x9b\xb2\x83\x57\xfd\xf4\x7f\xfe\x94\x9a\xfd\xc2\x80\x53\xab\x7f\x53\xab\xa9\x35\x3c\x9c\x90\x96\x00\x57\x29\xa7\xd6\x78\x1f\x90\x88\xe4\x09\x4d\x42\x51\x33\xfe\xf8\x44\xcb\x52\x39\xbd\x2f\x35\x10\x22\x97\x2f\x52\xcb\x64\xef\xc3\x52\x6a\xea\xa2\xf2\x22\x83\x60\xfe\xf9\x80\x32\x5d\x75\x97\xa0\xf9\x06\xd2\x5c\xb8\xe5\x07\xa8\x66\x6a\x39\xf1\x9d\x54\x06\x4a\x51\xf2\xc2\x24\x9c\x7f\x7e\x13\x6e\xc9\x0f\xb8\x75\x62\x4d\x2f\xa2\xba\xb3\x58\xea\x3b\xd7\xc2\xf7\x17\x73\x51\x79\x51\xcb\xc9\xa8\x6d\x87\xef\xcf\x65\x80\xcd\x7e\xe3\x45\x9d\x92\xa8\xdf\x54\x6a\x6a\xb7\x66\xa0\x46\x40\x97\xb2\x19\xd6\xca\xfc\x06\xef\x3b\xba\x06\x4e\xf8\x43\x39\xad\xe1\x0c\x0b\xfe\x9a\x05\x2e\x9a\x59\x68\x3d\x17\xdf\x48\x7e\x81\x1b\xa2\x1b\xd2\x0c\xbc\x09\x34\x7f\x42\x01\xe5\x67\x10\x0a\xe6\xd9\x0f\x26\xdf\xd8\x9b\x3a\x11\x75\x63\x47\xc2\x09\x35\x62\x96\x9c\x3e\xe3\xda\x21\x7f\x40\x3d\x90\x2e\x72\xa8\xdb\xdf\xb2\x50\x1f\x45\xf9\xbf\x59\xa9\x8b\xc4\x95\xea\xc2\x82\x1a\xfb\xe1\xe7\x44\xa3\xa6\xfe\xf7\x40\x4b\x65\x51\x7d\x67\x64\x40\x51\xfd\x94\x7f\xbe\x40\x91\x23\x63\xef\x4c\x8b\x6a\x68\x9e\xb8\xa0\xe6\xe2\x2e\xb9\x72\x21\xe3\x5c\x4a\x3a\xf1\x3c\x54\xcd\xff\x1e\xa8\x0b\x78\x0f\x0f\xe7\x7d\x40\xdd\xfc\x98\x7e\xf0\x20\x83\x20\x17\x77\x71\xfd\xf3\xa7\xd8\xbf\x95\x65\xf1\x9d\x75\x77\x32\x12\xc6\xa0\x81\x03\x94\x2b\x04\xce\x42\xd4\xd4\xa5\x18\x55\xf2\x5b\x2e\x7f\x15\x23\xbb\x2a\xe8\x3b\x09\xc4\x2c\x44\x21\xe3\x58\x59\x90\xd7\x84\xa8\xb4\x73\xfe\x80\x59\x28\x2a\x18\x0d\xa9\x93\x73\xda\x84\x59\xc8\x53\x8c\x53\x15\x92\x9c\x5f\xa8\x90\x82\x25\xa1\xce\x4a\xb6\xd6\xfd\x60\xb0\x4b\x4d\x0b\x3e\x52\xd9\x48\x88\xbc\x3f\xb9\xba\x7d\xcd\xc1\x2f\xac\x39\x08\x70\x95\x27\xd4\x78\xcb\x0a\xb2\x4e\x6c\x30\x1b\xb7\x5b\x57\xf1\x89\x5b\x6e\x16\xf5\x9a\x8d\x8c\xcf\x88\xdd\x88\x0f\xe2\x7c\x13\x4a\xbd\xec\x43\x8f\xe4\x40\xb9\x7a\x08\x1e\xbf\xe2\x17\x1e\x3e\xd0\x98\x1d\xc9\x7f\xbc\xb0\x4e\xa4\xf4\xd1\x18\x24\x2c\xa2\xfb\x73\x50\x88\x90\xce\x62\x52\xec\x31\x5d\x59\x62\x8f\xcf\x1f\x2b\xac\xda\x3d\x79\x22\x08\xd9\xf6\x8e\xf9\x49\x39\xc5\xce\x5f\xf3\x13\x64\x3e\xd8\xa9\x07\x24\xe3\xcb\x26\x2b\x27\x89\x9b\xcf\x12\x83\x92\xad\x17\x99\x27\x61\xe7\x83\x70\xf2\xce\xe1\x4f\x10\x49\xf4\x93\x61\x61\xb2\x60\x96\x59\xec\x64\xa6\x3a\x0b\x2f\x13\x16\xce\x62\x9f\x33\x54\xf9\x0f\xd9\xd7\x6b\x96\xf5\xcf\xb6\x16\x4e\x44\xf1\x1c\x8a\x31\x3f\x1b\xee\xae\x45\xa9\x24\xce\x8b\x5a\x70\x25\x72\x98\x1d\x8a\xd7\x92\x37\x3a\xcf\x8e\x40\xf6\x92\xf7\x4c\x27\xa2\x47\x42\x52\xda\xf9\x39\x20\x9f\x27\x5d\xeb\x27\xa2\x37\xbe\x89\xe5\xfd\x20\xd2\xe1\x6b\xcb\x82\x73\x44\xfa\xce\xef\xab\xe1\x1c\xb0\x4a\x24\xdd\xf4\x27\xfd\xf1\x93\x0c\xbc\x73\x00\x83\x93\x4c\x23\x73\x20\xcb\x53\x96\x12\x64\xc2\x21\xbf\x29\xab\xe8\x1c\x08\x3f\xcf\xba\x0a\xce\x81\x7d\xca\xba\xc1\x4e\xf8\x9d\x37\xa5\x63\x9d\xf0\x12\x0f\xae\x26\x37\xe1\x92\x1d\x92\x14\x12\x73\x40\x49\xac\x7a\x20\x93\xbe\xcb\x49\x4e\x1f\x13\x6e\xc5\x5d\xb7\xac\x09\xb7\xe2\x2e\xb1\x7d\xc2\xad\xb8\xa9\xac\xc9\xa4\x57\x71\x96\x93\xd0\x84\x57\x71\xcf\xdd\x1f\xa4\xef\xb7\x16\x71\x7e\x8c\xb2\xe7\xad\x6d\x98\x67\x60\x00\xee\xe1\x17\xea\x3f\x7f\x7a\xd1\x7e\x9d\x1f\x9f\xec\x4a\x1f\x34\xcf\x8f\x09\xf6\xb2\x8f\xd4\x3c\xbf\xfb\x56\x2f\xdd\xdf\x3f\xdf\xef\x9f\x09\xbd\xf8\xed\x01\x91\x06\xc3\x2b\x8c\x48\x7e\xb9\x49\xe6\x84\xd3\x71\xaf\xc9\xed\x2c\xa0\x5a\xfd\x80\xd5\x4a\x35\x81\x88\x24\xd9\x49\x20\x61\x95\xd0\x7d\xdd\x9b\x70\x49\xee\xd5\x0b\x88\x28\x13\xe2\x09\x47\x7a\x07\x7a\x02\x0f\x84\xd1\xbd\xcb\x70\x59\x0e\x49\x84\x6b\xd2\x67\x39\x25\xcf\x08\x1a\xe1\x24\x35\xd2\x84\x13\xf3\xf7\xc0\x7d\x40\x86\x96\xd5\x74\xc2\xab\x39\x24\x71\xc7\x09\xaf\xe6\x56\xcb\xdf\x54\x85\x9d\xf0\x78\xfe\x66\xa0\x35\xc3\xe5\xd9\x81\x1b\xf3\x84\x0c\x90\x44\xe8\xe6\x09\x19\x20\x25\x2f\x1b\x66\xb8\x24\x25\xc4\x3c\xe9\xa7\xa5\xdc\x6a\xf3\x4c\x3c\x98\xd1\xa3\xbc\x7c\xe0\x49\x4f\xf6\xa1\x61\x33\x61\x55\x05\x89\x4c\x58\x19\x1f\x33\x61\x95\x34\xb1\x4c\x58\x15\x81\x37\x13\x56\x4d\xc0\xcb\x84\x55\xd4\xc4\xa0\xba\x56\xa1\xc9\x09\x6f\xeb\xaf\x4f\x77\x41\x70\x64\x7f\x41\x91\x68\x68\xe6\x10\x35\xda\xcf\x17\x84\x46\xf3\xc4\x79\x74\x7d\x0e\x32\xa1\x91\x3d\x2d\x42\x23\xf9\x01\xa1\x31\xb4\xd6\x42\x68\x14\x75\x5a\x08\x8d\xe2\x37\x08\x8d\xa8\x3e\x0a\xa1\x61\x6c\x2d\x84\x46\x16\x88\xcb\xc2\x1c\x3f\x20\xed\x2b\x9a\x69\x21\x38\x7c\xe4\xe8\xc6\xfd\x83\x2e\x85\xd8\xd1\xfc\x80\xd8\x51\xdc\x29\xac\xfa\xe1\xa7\x0f\x66\xa0\x33\x04\xcb\xda\x7b\xc1\x98\x85\xf3\xe5\x32\x31\xcf\xca\xd5\x9a\x58\xd5\xb5\x5a\xbf\xc1\xd5\x8a\x17\xc0\x1d\x3c\xf8\x12\x3f\xe1\x0f\xfe\x8d\x22\x74\x81\xcf\x5b\x91\x66\x72\x9e\x95\xab\x8d\xfe\x84\x9b\xdf\xfc\x09\x57\x6b\xc4\x86\x80\xa4\x22\xcf\x13\x4e\xe4\xc1\x0e\x50\xf3\x44\x74\x71\x8e\xc6\x5a\x88\x4c\x49\xc9\x7a\x26\x5c\x59\x87\x61\xfe\xa2\x1a\x9f\x7c\xc2\x27\xb4\x52\x4d\xb1\x5b\xf3\x85\xe1\x5d\xa2\xec\x7c\x13\x58\x87\xa8\xe4\x3c\xc2\x3f\x7f\x74\x21\x9e\xb8\x65\x75\xa9\x46\x27\x2e\x59\xd2\x71\xcd\xb9\x12\x63\xe9\x27\xb3\xb9\xe8\x27\xb3\x3a\xe8\x67\x43\x5f\xfe\x18\x91\xcf\x5d\x3f\x51\x5a\xcb\x7d\xdd\xff\xfc\x31\x31\x9d\x07\xea\xf2\x27\xfd\xfc\x24\xf0\xe4\xae\xe7\x3f\x7f\x54\xd1\x69\xce\xc0\xaa\x5c\xfa\x89\x6f\xf5\x72\x60\xed\x17\xfd\xfc\xbe\xdd\x37\x8e\x89\x9b\x93\xea\x6c\x4f\xdc\x50\x14\xd5\x3a\x71\x41\x31\x49\xc7\xf5\x44\x96\xd3\x89\xcb\x89\x4a\x29\x4e\xdc\x4d\x54\xe2\x6f\xce\x8f\x26\x49\x49\x3c\x67\xf9\x7a\x16\x82\xcd\x82\x9e\x35\xc9\x0f\xef\x95\x93\x7f\x42\x3a\x57\xfe\xa4\x39\xe1\xda\xa4\xd3\x3b\xdf\xf4\xf5\xac\x69\xbc\x19\x80\xf6\xdb\xd8\x16\xbf\x8d\x1c\xb9\x04\x56\x98\xa8\x1c\xde\x77\x66\xd9\x30\x23\x2e\xd6\xc7\xb6\xe6\x86\xc9\xe2\x88\x61\xdf\x04\xc2\x44\xfa\x9b\x10\x77\x28\x54\x3c\x0e\x98\x63\xd3\xce\xfa\x18\x8f\x03\x79\x26\x15\xd1\xf5\x3d\x80\x0c\xb3\x75\x72\xf1\x60\x29\xff\xb6\xad\xca\xdf\x03\xfa\x5a\xe6\xbf\x08\x43\x8a\x07\xeb\xf2\xe7\xed\x44\x19\x0f\x14\x50\xff\x24\xd3\xb6\x1e\xa0\x86\x73\x3c\x76\x76\xe2\x78\xa0\x1c\x6e\x48\x5d\x6f\xc4\x40\x53\x65\xd9\x7d\xa0\x68\x50\x90\xa7\x7b\x3c\x58\xa1\xa5\xed\xac\x0a\xf1\x48\x9d\x0f\xba\x3e\x99\x5c\xe8\xd8\xa3\xac\x3c\xf5\xdb\x79\x3a\x1e\xe5\x58\x6f\xec\x4f\x0a\x78\x55\xde\x79\x15\xe2\x81\x7c\xd2\x1f\x88\x36\x28\x0a\x23\x0f\x92\x80\x55\xb7\x70\xb5\x01\x5e\x69\x5c\xde\x69\x34\xe3\x51\x5f\x7a\x16\xf5\x0d\x70\x24\xf9\x0a\x6d\xc7\x65\xc5\xa3\xd1\xe9\x6f\xdf\x9c\xe2\xc1\x8c\x26\xf2\xf2\x8b\x47\x07\x67\x96\xe3\x60\x3c\x3a\x0c\x40\xf2\x90\x8b\xc7\xa0\x95\x7d\xa7\xa5\x88\xc7\x80\x41\x50\xde\x69\xf1\x18\x4c\xfe\x14\xb4\x2f\x08\x1e\x0d\xf2\x67\x8b\xc7\xa2\xac\xbb\x5e\x5b\x3c\x4e\xe6\x7c\xde\x54\x31\x1e\xf0\x3f\x0f\x72\x0d\x8b\xc7\x85\x6c\x4a\x69\x17\x93\x88\x07\x9c\x32\x43\xda\x81\x14\xf1\x80\x51\x39\xc8\x49\x22\x1e\xcf\xda\xfd\xb1\xfb\x78\x58\x8a\x63\x73\xab\x78\xbc\x98\x87\x4c\x8b\xdf\x03\x0e\xab\x6d\x78\x99\x4a\x6a\xb3\xe2\x78\xcc\x42\x98\x6e\x74\x08\x2c\xbf\x2a\x8d\x7d\x0c\x91\x92\xca\x8e\xd3\x8f\x21\x82\x49\x4a\x67\x1f\x43\x64\x0a\xaf\x2d\x48\x7f\x0f\x2e\xbe\xd1\xf6\x03\xb8\x46\x4a\xdb\x1b\x03\x6a\xbf\x05\xe9\x87\x63\x88\xf0\xce\x93\x1a\x32\x86\x04\xe7\x85\xda\x17\x5d\x8e\x81\xc5\xa7\xa4\x37\x8c\x01\xb5\xa4\x82\x14\x8b\x31\xa4\x9b\x0f\xf2\x1e\x85\x65\x02\x5a\x5e\x76\x99\xef\xc1\xcb\xe2\x6c\x7b\xa6\x65\x4d\xac\xed\x37\x6a\xe6\x83\x0d\xb1\x80\x1c\xa3\x9f\xe4\xb6\x47\x41\x5e\xc4\xd0\xf2\xd8\x9f\x20\x3d\xde\xf7\x60\x03\xa8\xe3\x7a\x58\x77\xfe\xe3\x18\x18\x43\xdb\x4a\xdc\x8b\x43\x00\x61\xeb\xfa\x7d\x33\x6b\x48\xd9\xc4\x26\x3c\x0c\x1d\x28\x9b\x1c\x85\x85\x0d\x25\xef\x4f\x68\x9e\x6f\x25\x6f\x70\x3c\xb0\xac\xb4\x9d\xa9\x33\x86\x67\xf0\x8d\xe2\x07\x37\x1f\xec\x99\xd3\xc6\xdb\x76\x9a\xe8\x18\x1e\x20\x61\xdb\xc1\xf4\x31\xd0\x64\xd7\x76\x6a\x8f\x18\x5e\x56\xe6\x28\x02\xe9\x9b\x08\x1f\x4d\x0c\xac\x28\xb4\xd2\xf4\xa0\x71\x71\x9b\x04\x85\x09\xd7\xcc\x56\x16\x35\x8e\x31\x10\x5f\xf6\x3d\x26\x46\xd4\xcf\x0d\x43\xb4\x20\x26\x76\x5a\xfd\x00\x19\x44\x5a\xdd\xf4\x24\x56\xa6\x9f\xdc\xfa\xd8\x18\x2b\x9c\x4a\x5b\xdd\xa7\x34\x22\x91\x4a\x68\xbb\xaa\x6f\x8c\x4c\x4b\xd2\x76\xd2\xfb\x18\x07\xcc\xe8\x6d\x17\xb2\x8c\x91\xa1\x64\x6d\xb3\xb0\x18\xaf\xcc\xe0\xe6\x8d\x1e\x91\x1e\xe2\x6d\x17\xf9\x88\x91\xee\x8f\x32\x42\xc4\x08\xdf\xc5\xef\xc1\xda\x86\xb8\x8e\xed\x76\xd8\x8e\xf1\x65\x4c\xc6\xd6\x5b\xc5\x38\x91\x70\xf4\xd8\xa9\x2f\x63\x62\xd1\xef\xb6\x0b\x8d\xc6\x14\x88\x51\xdb\x65\xee\x7b\xc0\x6d\xd8\x47\x3f\x85\xc9\x34\xca\x1b\x1e\x29\xc1\x13\xac\xed\x50\x8e\x98\x58\x7f\x28\xef\xbc\x8d\x31\x25\xa6\xae\xdf\x91\xd6\xdf\x83\xf5\xc9\x5f\x58\x99\xbe\xb7\x39\xa7\xaa\x11\x9f\x95\xc9\xd9\x03\x9c\x7c\x10\xf5\x60\xf2\xc1\x5e\x57\x22\x5d\xd8\x45\xef\x62\x4a\x93\x9a\x95\xb8\x3f\x59\xcc\xa8\x75\x3f\xb8\xf8\x60\xf7\xc1\xa2\x29\xad\xed\x2d\x49\x99\x6e\x74\x4d\xb0\xc9\x1c\x65\x17\x1c\x89\xa9\x30\xf4\x72\xdb\x34\x62\x42\x55\x88\xd0\x76\x22\xf9\x98\x0a\xe1\xbb\xa3\xb3\x63\x62\x96\xf7\xd6\x05\xdf\x8a\x5b\x61\xdb\x79\xa4\xbe\x07\x74\x28\x1d\x7a\x83\xb4\xa5\x6b\xd3\x1a\x82\xa5\x5a\x17\xc4\x90\x7f\x34\xb4\x9d\xcb\x30\xa6\x06\xc6\x5a\x87\x66\xca\x9c\x8f\x75\xc7\x11\x7f\x0f\x56\xfe\xc4\x3d\xd3\xb6\x0a\x81\xef\xf3\x97\x90\xda\xec\x13\x1e\x34\x2c\x13\x8d\x75\x41\xbd\x13\x45\x77\x96\xa3\x98\x90\x8a\xe9\x7b\xb0\xfb\x38\x07\x57\xbb\x45\x80\x74\x43\xf5\xd4\x76\x62\x92\x98\x6e\xa8\xc0\x72\xd4\x6a\x6f\xec\x5c\xda\x21\xf3\x31\x3d\xa8\xf4\xdd\x76\x74\xe8\xf7\x00\x31\xf3\x5b\xb1\x14\xd3\x93\xf9\x86\x00\xf4\x10\xa5\x76\xce\x9e\x98\x1e\xca\x26\x43\x07\xe1\x21\x2d\x19\xda\x86\x09\xf7\x9d\xb6\x9d\x11\x63\x3e\x32\x0f\xd3\xc6\xea\x7c\xd0\x17\x66\x7b\xcf\xc4\x1c\xa0\x28\xea\xdb\x1c\x1a\x73\x60\xc9\xd6\x1d\x01\x13\x73\xc0\x5a\xfa\x36\x8c\xc7\x8c\xc2\xa1\xdf\x25\x66\xcd\x34\x27\xe8\x08\xfb\xf6\x93\x8e\x99\xb5\xbb\xc4\x36\x72\x65\x7d\xc7\xad\xb3\x8d\x99\x19\xb6\xfb\xd6\x65\xc6\xcc\x14\x74\x2a\xf9\x1e\x73\x67\x9a\xc7\x5d\xdf\x22\x66\x5e\x93\xfb\xb6\x85\xc7\x7c\xb1\xd4\xf4\x36\x3e\xc4\x7c\xb1\xec\xcd\xb6\x03\xc4\x4c\xff\xed\x2e\xda\x92\x1f\x24\x50\x4b\xdb\x49\x2b\xe6\xf7\x58\x36\x8f\xae\x07\x58\x6c\xf0\x03\x08\xcb\x7d\xe7\x86\x8c\xf9\x65\x5a\xd0\xb0\x71\x2e\xbf\x2c\x8e\x17\x34\xf5\xb9\xac\x65\x9b\x91\x94\x83\x75\xb8\x77\x7a\xb0\x58\x0e\x26\xce\xda\x39\xd3\x62\x09\xf0\x02\xef\x3b\xff\x57\x2c\x01\x09\xc4\xfb\x4e\xd5\x18\x4b\xb8\xb9\xfc\xa1\x4f\x58\x31\x76\xa7\x4d\x8c\x05\x65\xd6\xbf\x07\xbb\x8f\xc8\xc0\xef\x9d\xbf\x20\x16\x16\xa7\xea\x12\xb2\x4b\x66\x41\x99\x7d\xb3\x88\x25\x33\x39\xc4\x76\xba\x8d\xa5\x1c\xeb\x8d\xfd\x09\xea\xb1\x84\xbe\x7d\x2f\x62\x61\x1e\xfc\x2c\xb9\xbc\x34\x0a\xd9\xc2\x97\xd2\xb8\x96\x9d\x42\x20\x96\x06\xb1\xa2\xef\xe0\xfd\x58\x98\x53\x6b\xd7\x81\x8d\x65\x50\x98\xd9\x37\x94\xef\x01\x15\xc6\x5b\xfa\x2d\x2b\xed\xc5\xbe\x17\xc7\x82\x60\xde\x90\x76\x4c\x7a\x2c\x27\xd3\x36\xed\x6c\xac\xdf\x03\x7e\xb2\x74\x13\xb1\x9c\x4c\x7b\xb8\xd3\xb1\xc6\xc2\xe0\xa1\xae\x63\x5c\x6e\x90\xd7\xbe\x23\x04\x63\xb9\x41\x70\xfa\x56\x18\xc7\xb2\xa4\x88\x6d\xf8\x8c\xe5\x25\x8c\x93\x56\xff\x12\x4d\x25\x96\x97\x17\xc2\x4b\x4f\x9a\xe9\xcb\x12\xe3\x5b\xd1\x10\xcb\x7b\xaf\x37\xf6\xd4\x5f\x66\x9a\xdc\xda\x9c\x58\xde\x77\x3d\xd8\x9d\x4e\xe6\x62\xde\xce\xf0\xb1\xe0\xfa\xf9\x3d\x88\x7f\xc1\xbe\xca\x24\x38\xb7\xbe\x24\x96\x09\xd9\xa7\x6f\xbd\x62\x2c\x93\x25\xe2\xb6\x96\x2a\xd6\xe3\xe0\x00\x9b\x1a\xd5\x03\x76\xcf\xbe\xf5\x6d\xb1\x1e\xcc\x54\xb3\x5d\xf7\x62\x3d\x50\x81\xb8\x6f\x4f\x8b\x58\x23\xd0\x3e\xed\xf4\xcb\xb1\xc6\xca\x6b\xe5\xbe\x8f\xd5\xd8\xd8\x47\xd7\x27\xac\xb2\xb4\xbd\x1e\x63\x4d\x79\xd5\x0c\xde\x7d\xb0\x32\x5d\xdf\x2a\xb9\x58\x51\xba\x21\xf4\xed\x25\x13\x6b\xe5\x65\x73\xbb\x0b\xc5\x8a\x54\xd7\xa1\xef\xcc\x8b\xb1\x76\xa6\x65\xcf\x5a\xdc\x4a\xd8\xb5\xed\xd7\xb1\x0e\x6a\xdc\xaa\x1f\x90\xfa\xe4\xb2\xfb\x80\xda\x3f\xe4\x9d\x0e\x3b\xd6\xb1\x3a\x15\x80\x4e\x9e\xd8\x2c\x00\x2d\x7d\xda\x2e\x97\x14\xeb\x89\x3a\x9b\x7d\xa7\x49\x8e\x75\x05\xfc\x6f\x9b\x5b\xac\x27\xf9\xd9\xa1\x37\x18\xdb\xd1\xf2\xc6\xea\x7a\xb3\x0a\xe9\x2e\x7a\x17\xeb\x4d\x43\x52\xf4\x03\x4e\x6c\x47\x7b\xc4\xfa\x92\x17\x1d\xda\x86\x85\xa2\x65\x5f\x59\x2a\xed\x5d\x5d\x32\x7a\x9d\x08\x4a\xea\xbb\x5c\x5b\x6c\xc7\x64\xfd\xbf\x7d\x54\x5a\x60\xbe\xcc\xad\xf0\x8f\x2d\x24\x56\x7e\xd8\xac\xb8\x51\x44\xea\xbb\xd6\xf2\xf7\xe0\xe2\x83\x63\x3f\x20\x2f\xaa\x9b\x3e\x35\x54\x04\x0c\xbd\xee\xb3\xf3\x5d\x80\xf8\x60\x77\x5a\x99\x34\xb3\x6e\x4c\x6e\x15\x9e\x5f\x7d\x2b\x9b\x62\x63\x95\x9b\x5e\xb7\x2c\xd8\x58\x96\x43\x85\x06\x62\xab\xa8\x9b\xd5\xb7\x1b\x48\x6c\x8d\x6c\x62\xeb\x82\x62\x5b\xb9\xd0\x77\x85\xf6\xd8\x90\x74\xfb\x7b\xb0\x80\xdc\x46\xe7\xb0\x5b\xfe\x6b\xc8\x5f\xf4\x09\xba\x1b\x40\x67\xe7\x4c\xb7\x30\xd7\x2e\xd6\x7c\xd8\x8a\xaf\xef\x01\x86\xdd\xf9\xbf\x62\x63\x28\xa0\x6c\x0c\xb1\xdd\x89\x71\xd8\x82\xc7\x0d\x29\x5e\x81\xb8\xb1\xc1\x4b\x38\x1e\xbb\xb0\x59\x6c\x0f\x52\x19\xcb\xd1\x2d\xb6\x37\xac\x07\xfb\x93\xc9\xeb\xf9\x56\x32\xc6\x4e\xed\x4f\xdf\x19\x41\x62\x3f\x50\x81\xb4\xb7\xbd\x96\x8f\xec\x02\x84\x1b\xa6\x3d\xb2\x18\xca\xae\xf5\x1f\x7b\x64\x86\xba\xb6\x6f\x24\x1d\x15\x40\x83\x52\x80\xc7\x9e\x49\x61\x76\xad\xf8\xd8\x59\xe1\xaf\xb7\x7d\x45\xe9\x85\x45\x7d\x25\x64\xf7\xfa\x10\x1e\x1b\x84\x1d\xc5\x03\xbe\x07\xfb\x93\x95\x6a\x6c\xa7\xb9\xff\x1e\xb0\x32\xdc\x46\xba\x3e\x56\xa5\xe0\xa0\x4f\x7a\x63\x32\xcf\xa4\x07\xac\xa4\xb5\x71\xac\xaf\x83\x2c\x79\xb8\x9f\xbb\xa0\xb5\xde\xc8\x2c\xdf\xb1\x79\x60\x3f\x57\xb1\x60\x2d\xff\x64\x1d\x94\x9d\x87\x3b\xf6\x93\x1c\x7f\xa7\xca\x8e\xfd\xe4\x31\x95\xc4\xdc\x17\x47\xeb\x5b\x36\xe9\x0c\x1d\xed\x12\x6e\x3b\xa3\x13\xbb\xe4\xe1\x8e\xa3\xde\xb6\x76\x34\xf6\x87\x7b\xbd\x73\x4f\xc6\xfe\xac\x79\x6d\xd1\xa4\x3f\xab\x36\xe8\xa6\xc0\xfd\x0d\x0b\x1c\x55\x0f\x38\x48\xd7\x03\x66\xe1\xdf\x4a\xe8\xd8\xdf\xce\xb5\x6d\xc6\xda\xdf\x97\x9d\x0e\x75\x8a\x84\xc1\xbb\xd2\x7b\xec\x73\x55\xc5\x1c\xed\x2f\xd8\x57\x5f\xc4\x67\xa7\xb0\x8a\x23\x12\xa7\x77\xb2\x9f\x38\xe2\xb5\xf2\xfa\x2f\xf8\x8f\x3c\xf8\xc6\xd6\xb9\x8c\x72\x33\x1b\xcb\xde\xb2\x55\xe0\x27\xed\x52\xd9\x91\x95\x2e\x42\xdf\x15\x7f\x22\x6b\x2c\x84\xbe\xa3\xc7\xe3\x68\x85\x6f\x6c\xea\xcc\x8c\x97\xa1\x4b\x20\x1f\xe7\x0a\x49\xda\x27\x78\x3c\xb4\x0f\x35\xcd\xf4\x79\x18\x0a\x13\x77\x1f\xf4\x54\x1d\xdb\xc1\x28\x8e\x97\x41\x1e\x69\x93\xeb\xf1\x66\x7a\x40\x6f\x12\x37\xde\xbe\xe2\x58\x77\xa7\x74\xb5\x1b\xdb\xc3\x24\xd2\x6f\x2d\x8c\xed\x88\x11\xc7\xbb\xd2\x8c\x6c\x75\xc8\x98\x37\x23\x5d\x9b\x1e\x3c\xed\xdf\x1e\x9c\x47\xe0\x28\x5b\xc2\x3a\x8f\x48\x6f\xf0\x8d\x6d\xe7\xd1\x57\x18\x45\xde\x0f\xe6\xf2\xbc\x5f\xf0\x38\xc3\x58\xfe\xe2\xbb\x8f\x78\x51\x78\xde\x64\xf2\x64\xa9\xe9\x21\x0d\xe4\x99\x19\x17\xb8\x4b\xe3\xc4\xb3\x40\x8e\x1b\xbb\x6c\x4b\x3c\xeb\x72\x25\xdb\xe2\xd2\x59\xe1\x70\x75\xec\x48\xf5\x78\xd6\x6b\xbd\xb1\x3b\x1d\x2f\x5d\x14\x36\x79\xba\x50\xc7\x21\xa8\x78\x45\xbc\x1a\x19\xfe\xce\x20\xfe\x3d\x20\x21\xdd\x37\xeb\xab\x2d\x9f\x9c\xe1\x37\xa8\xc4\xdd\x02\xf8\xd5\x10\x24\x72\xec\xbc\x67\xf1\x42\xc2\xff\x4f\xae\xcd\x7a\x40\x4d\xe8\x3e\x8f\x17\x12\xfa\xc7\x43\x6b\xb9\x5a\xa7\xc2\x64\x1f\xe1\x0b\x29\xf5\x43\xde\x55\x1b\xbf\x07\xbc\xf4\x6d\xc4\xbd\x5a\x67\xe1\x8e\xa8\x37\x06\x59\xcf\xa6\x68\x17\xb2\xcd\xc7\x63\x57\x96\xfc\x1e\xc0\x51\x27\x78\xf9\x17\xed\x76\x4d\x7d\xa0\xe8\xf3\xb1\x13\xe3\x7e\x0f\x26\xc5\x0a\x4d\x8c\xce\x96\x3b\x23\xe8\xf7\xa0\xb3\xd0\xa2\xde\xa0\xe7\xa1\x8c\x06\x17\x72\x6a\xc7\x43\xb4\xe5\x62\x42\xeb\x63\xe7\x79\xfa\x1e\x9c\x8c\x12\x5f\x50\x7f\x0a\xad\xba\x7d\x8b\x59\x6f\x6c\xd4\xa5\x6f\x92\xff\x16\x9a\xe9\x44\x37\x5f\xd4\xb8\x09\x79\xc7\x35\xc4\xc9\xec\xe1\x45\xba\xe3\xc9\xcc\xdd\xd2\x91\xcc\x4e\x67\x86\x6d\x54\xf9\x1e\x74\xbc\xd0\xf4\xfb\xa4\xa2\x58\x5f\x2c\xd1\xb6\xfb\x41\xa7\xd2\x5b\x9f\xc4\xfb\xdf\x54\xeb\xb3\xd3\xb8\xbf\x6d\x55\xdf\x03\x52\xa0\x7d\xd0\x27\x72\x3e\x7f\xd3\x88\xfb\x01\xcd\xbc\xd2\xbb\xcc\x4e\x4b\xa8\xee\xf7\xb3\x57\xee\x5b\xd4\x1b\x10\x07\x53\x4f\xea\x03\xee\x51\xcd\x33\xff\xc4\x90\xd6\x92\x7e\x33\x9f\xa4\x24\xcc\xd9\x07\xd7\x1a\x35\xc6\xb9\xa6\xa5\x4f\xe0\xf0\x9c\xb6\x3b\x4a\x9c\xfd\xe2\x3c\xab\x16\x7f\xf1\xbc\x45\xad\x15\x31\x19\xd2\x78\x4f\xe4\xf5\xfd\x51\xd0\x4d\x24\xf6\x6d\xdb\x50\x1a\x27\xf3\xf6\x66\xd9\x72\x66\x5f\xf1\x13\xd5\x6f\x60\x9e\xdb\x9c\xf7\x3d\x00\xf3\xf3\x0b\x48\x11\x98\x24\xa3\xcd\x41\xaf\x19\x29\x01\xe7\x58\x86\xb0\x8d\xd3\x73\x1c\x74\xff\x11\xf4\xc6\xda\x78\x4d\x9c\x19\x61\x7b\xfa\x77\x57\xc0\xf1\xbf\x60\x5b\x13\xf9\x60\xbf\xde\xf7\x04\xc7\x72\x48\xd8\x02\xce\x1c\x74\x40\x90\x4e\x6c\x0e\x1a\x90\x75\x2e\xe7\x80\x51\x23\xe9\xee\xbc\x7c\x85\xf2\xe1\x35\x3c\xf4\x1b\xab\x9a\x21\x13\x2d\xec\xc8\xa1\x38\xc7\x4a\xe7\x5f\xff\xf7\xee\x8b\xff\x3a\xff\xe3\xff\x7d\xf1\xfa\xf7\xc5\xf1\xcf\x9f\xf5\x2f\xd4\xca\xfb\x79\x79\xf4\xbc\xa1\xec\xdc\x6e\xf8\x2e\xc9\xfb\xdf\x0f\xc2\x87\x3e\xf9\xf0\x62\xff\x0b\x8f\xaf\xa6\x96\xdb\x2d\xcc\x88\xb8\x5b\x6e\x0f\x8f\xf4\x9b\xdb\x7a\x7b\x1c\x9f\x34\xbc\xfe\xa5\xc9\xed\xd8\x2d\xcf\x70\x0b\x65\xe8\xdd\xf2\xba\x37\xe6\xe6\x4a\x6a\x71\x6f\x93\x09\xea\x77\xcb\x74\x6f\xc8\xa3\xb0\xed\xe7\x47\xf8\x04\x91\xfd\xef\x60\xb2\xf4\x3d\xef\x58\xb5\xd6\xc8\x68\x42\xb9\x8d\x1f\xd1\xb3\x88\xc0\x6b\x3b\xa7\x7e\x04\xcc\x6d\xe8\x53\x75\x78\x8e\x74\x08\xb2\xe9\x60\xd1\x5a\xb5\x54\xb7\x80\xf2\x6c\x58\xa4\xa0\x39\x26\x7a\x26\x2b\xdb\xff\x91\xc2\xe3\xb6\x97\x6d\x51\x6d\x53\x6d\x4c\x18\xd5\xb5\xc3\x29\x9d\x6a\x83\xfb\x4f\x51\xae\xfc\x23\x7d\xf4\x64\xff\xbb\x2a\x0f\xb9\xcd\x73\x41\xe5\xc2\x43\x51\x13\x47\x1a\x5e\x1b\xb4\x2c\x8a\x5a\x3a\xd2\x87\x45\xfb\xdf\x6f\x09\x87\xbf\x3a\x6f\x37\x81\x21\xc9\x19\xff\x48\x97\x7b\x84\xa4\x2c\x3f\xf0\x23\xdd\xee\x11\xf1\x64\xf2\xf5\x3c\x60\x2a\xd8\xff\x82\x3d\xc9\x75\xfe\x80\xae\x61\xff\x7b\xb3\xad\xa9\xed\x75\x1b\x67\xb2\xbd\x3a\x0e\x5c\x5b\xf7\xbf\x05\xc3\x0d\x35\x69\xe3\x50\xe7\x3d\x28\x94\xe6\x40\x9d\xf7\xf5\x2f\xcc\xc1\xaa\xf9\x79\xa0\x38\xfa\xfe\x97\x13\xd9\x5e\x64\x07\xaa\x98\xef\x7f\x39\x91\xed\x05\x14\xde\xb4\xdb\xc2\xcb\x9a\xef\x8a\xf8\x88\x3e\xe7\xf1\x80\xbb\xf9\xf6\xea\x89\x47\x8a\x6a\x81\xbf\xc9\xf6\x54\x8c\x47\x1a\x6e\x39\xe1\x66\xb0\x5b\x72\x53\x0b\xbc\xa8\xaa\xea\x20\xc5\xa3\x65\xb5\xb5\xf1\xcf\x9f\x91\xdc\xd4\x3d\x89\x8e\xa6\xed\x79\x16\x43\xd9\x7b\x16\x43\xc9\xf8\xaa\xa8\xa9\xba\xe9\xfc\xe7\xcf\x68\xdd\x4d\x97\x9b\x5e\x7c\x15\x76\x53\xd5\x58\x01\xe9\x21\x8b\x3b\xac\xa7\x9b\xae\x7f\xfe\x74\x45\x72\xc6\xd0\xfc\xd5\x37\xf9\xae\x08\xcc\x18\x9a\xbf\x6a\xf8\x6a\x9f\xea\x08\xc1\x77\xff\xcb\x18\x6c\xb5\x78\xee\xf0\x11\x8e\xca\xa9\x1e\xc3\xe8\x6e\x1b\x6c\xd3\x60\xb7\x80\x18\x3e\xba\xd8\x95\xf7\x2a\xc6\xb8\x49\x48\x8c\x91\x6e\x4e\xdb\xa5\x30\xc6\xd8\xdc\x86\xc8\x11\xb7\x5c\x6e\x21\xf3\xdd\x2d\x55\x43\x45\x8a\xb4\xe9\xa7\xad\xba\x0d\x55\x59\x83\x5a\x4e\xb7\x5c\x5f\x7f\x69\xb7\x34\xe1\x53\x84\x78\x12\xe5\x1c\x1f\x63\x73\x7f\xcc\xce\x50\x0e\x8d\xd5\xfd\x1d\x52\x7d\x6d\x1f\xba\x18\xbb\x67\x08\xc5\x4b\x91\x63\x75\x84\x0a\x71\xff\x0b\xd7\x70\xcd\xa3\x7b\x86\xd0\xea\x97\xbc\x49\x63\x8c\x8f\xdb\x20\x9b\x94\x26\x14\x48\x87\xe0\x0b\xba\xfb\x7d\xb7\x37\x3a\x45\x9d\x88\x14\xcf\x7f\xfe\x28\x42\x2b\xa6\xf1\xa8\x05\x41\x6a\x51\x55\xe0\xa2\x29\x5c\x4c\x70\xa4\x89\x2a\x23\x16\xd3\xd9\xdc\xf6\x21\x5c\xf0\x60\xe7\xe5\xa6\x07\x4d\xea\xf1\x12\xc2\x81\x0e\x86\xaa\x1c\xbf\x31\x5d\xaf\xda\x60\x18\xad\xca\x61\x1b\xb3\x0f\x45\x46\x29\x0c\x95\x97\x8f\xd9\xc7\x36\x77\xf8\x82\xe9\x28\x65\x11\xf6\x88\x9b\x76\x57\xe6\xd4\x98\x45\xd7\x63\x1e\x0c\xc7\xda\xdc\x38\xe6\x71\xab\xed\xfa\x70\x58\x81\x51\x31\x5f\xda\xb5\x8c\xab\xfa\x21\xef\xbe\x98\x1f\xcf\x11\x2c\xd2\xe5\xdf\x63\x7e\x05\x92\x0c\x39\xe7\x50\x56\x9b\x98\x67\x71\x1b\x84\x0c\x05\x89\xc7\x72\xa8\xcf\x82\xdc\xf2\x79\xbb\x85\xc5\x52\xb5\x71\xa5\xbe\xdf\xb1\xde\x44\x3f\x96\xa6\xc5\x95\x0f\x5a\x5d\x19\x69\x63\xe9\x6e\xfa\xa0\xd3\x15\x92\x18\x61\x71\xdd\xff\x16\x74\xb8\xa7\x58\xbc\x34\x16\x53\xaf\xca\x36\x1e\x51\x86\x7c\xff\x8b\xc1\xb4\x35\xd5\xb3\xaf\x07\x9a\xb4\xe8\x2a\x06\x13\x2b\x54\x39\x55\x89\xba\x23\xaa\x90\xef\x7f\x1f\x90\xb9\x3d\xc7\x5a\xb5\xa3\x15\x17\xaa\xa8\xd0\xe5\x58\x7d\x7e\x51\x37\xf9\xc3\xad\x3d\xc9\xe6\xf3\xdb\x1a\x80\xb5\x13\x16\x44\xd4\x1a\xd8\xff\x42\x92\x53\x72\xd6\x38\xa6\x8e\x1b\x32\x7b\x7f\x6d\x1b\xc8\x97\x8f\xdb\x05\x1f\xc4\xaf\x89\x92\x2b\xe5\xd4\xff\x9d\xe8\x1a\x91\xfa\x70\xff\x5b\x58\x15\x78\xaf\xfd\x32\x31\x41\xde\xc0\x8f\xb6\xee\x05\xbe\x5d\x70\x79\x91\x90\x20\xa9\xc0\x77\x7c\x25\xdd\xc6\x97\x8e\xfc\xaa\xe2\x1b\x5f\x1f\xac\xf7\xa6\xd1\x61\xbb\x2d\x46\x44\x96\xed\x7f\xcb\x3f\x7f\xb2\x12\x4f\x46\x44\x77\xed\x7f\xe3\x3f\x7f\x72\xd9\xfe\xdd\x71\x5e\x53\x4d\x4c\xcc\xbb\x65\x80\x38\x1f\x7f\xf5\xc4\xdf\x80\xa7\x08\xfb\xce\xfe\xb7\xfc\x86\x99\xa4\x43\x98\x92\x8e\x4f\x9a\x91\xff\x7b\x3a\x04\xe6\x74\x7c\x60\xde\xae\x21\xdf\xcf\xae\x96\x10\x7e\x68\x5a\x3a\xb4\xa8\x74\x7c\x8b\xaa\x5b\x66\x48\x87\xd0\x2e\xd1\x52\x54\x05\x8a\x74\x84\x9f\xfe\x06\xe9\xff\xd8\x6d\x29\xa9\x0d\x48\x12\x15\x08\x9c\x8e\x1c\xd4\x36\x10\x8e\xa0\x79\x0c\xcf\xe3\xe3\xa7\x4d\xa5\xbe\xd3\x31\x86\x9b\x90\x4c\x53\x8e\xe8\xe9\x18\x97\xdb\xee\x7f\xfe\xd4\x2c\x60\x88\x58\xa7\xe3\x23\xd6\xdb\x71\xe6\x48\xbe\xdd\x24\xdc\x13\x94\x01\x3a\x1d\xb3\xb9\xe5\x04\x47\xd6\x47\xd3\xdd\x4d\x74\xb7\xf6\x3e\x59\x30\x48\x01\x7e\x72\x55\x99\x77\x53\x98\x6e\xc3\xf5\xa2\x2a\xaf\x7f\x0a\x3a\x30\x29\x4c\x7e\xb7\xa9\x52\x8a\x92\xe4\x52\x84\x66\xfa\x50\x50\x57\x8a\xf1\x74\xdb\xfc\x48\xee\x3e\xd6\x29\x26\xad\x2c\x22\x7d\x57\x0d\x6a\x92\xbc\x99\xe2\x27\x50\x75\x45\x61\xa6\x58\x6e\x37\x81\x50\x2b\xc7\x7e\x8a\xdd\x13\x81\xda\xea\x50\xbd\xcd\x64\xe6\x9b\x22\x7c\x91\x0e\x23\x29\xf4\xb9\xfb\x5f\x48\xee\xb9\x6b\x01\x67\x76\x5b\xc7\x2c\x37\xbc\xe2\xe5\x05\x5c\x6b\x2a\x5a\xc1\xe3\x2e\x41\xfb\x0f\x05\xee\x27\x5f\xab\x12\xaf\x55\x41\x57\xa4\x94\x24\xd6\xa7\x04\x87\xd3\xa0\xf2\x2c\x29\x85\xd3\x6d\xa8\x63\xa9\xf2\x15\xc9\xd7\xa7\x94\x70\xef\x0f\x2a\xa8\x90\x52\xec\x6e\x1b\x68\xdb\x7c\x2f\xa5\xe8\xf1\x10\x30\x12\x94\xb1\x3e\x25\x11\xd0\x94\x70\x36\x82\xf2\x91\xa7\x94\xfc\x5d\xe6\x77\xc2\x95\x94\x93\xdb\x2a\xdb\xb4\x86\x7c\xb9\xed\x46\x9b\xb6\x2f\x65\xaf\xa1\xb0\xcf\xac\x3e\x4b\x71\x1b\xfb\xdc\xdc\x28\xe1\xde\xb7\xff\x85\xa0\xb0\x6f\xc5\xc9\x37\xc0\x94\x3a\x84\x99\xa1\x95\x77\xaf\xe0\x43\x88\x56\x0d\x30\xc9\x09\x09\xa2\x53\xab\x87\x3a\x34\x3a\xa4\xf3\xe3\xa5\xca\x34\x90\xd2\xa3\xf3\x98\xa0\x8a\x0c\x2a\x9a\x98\x8a\x94\x17\xa9\x30\x83\xae\x92\xe1\x25\xd4\xa2\xdd\xff\xd2\xaf\x70\xdf\x37\xe9\x41\xb2\xff\x2d\xd4\x48\xd5\xdd\x16\x93\xda\xe0\x65\x34\x94\xf5\x22\xbf\x71\xaa\x0d\xdb\x9a\x95\x0a\x39\xc3\xfc\xba\xff\x0d\x6c\x8b\xbb\xad\x79\xbc\xf6\x89\xde\x41\xb9\x39\x32\x52\x1d\xac\x7f\xbf\x03\x23\xf7\xec\xef\xf7\xe5\x26\x86\xe3\x2c\xe2\x90\xa7\x36\x3c\x4f\xd8\xd2\x83\xf2\x9a\x64\x84\x4e\xee\x7f\x99\x75\x72\x5f\x2b\x33\xa2\x26\xf7\xbf\xf0\x08\x52\xfc\x45\x9e\x97\xfb\xbc\x90\xd2\x55\x82\x5c\x9e\xd2\xdf\xe4\x79\x07\xb6\x95\xdd\xf6\x6a\x75\x70\x72\xcf\x92\x7a\x8b\xf9\x54\x39\x0e\x02\x65\x2b\x3b\x8a\xef\xa3\x05\xec\x22\x06\xf1\x8f\x72\x94\xa0\x36\x14\x42\x0e\x2a\x50\x5d\x8e\x9e\xd4\xf6\x5d\x18\x62\x50\x5d\xe6\x72\x0c\xf7\x39\xe8\x58\xbe\xc5\xec\x72\x8c\xa9\xb6\x93\x4b\xc8\x6a\x3b\xdd\x86\xa4\x0d\x2e\xba\x55\x8e\xeb\x74\xdb\xf2\x4d\xd7\x5c\xee\xa1\xb6\xfb\xfc\x96\xee\xa6\xe7\x56\xd3\x43\x68\x6e\x56\x5c\x82\x48\x55\x09\x1f\xa9\xb2\x80\x51\xc2\x71\xbb\x09\xc6\x9c\xed\xb4\x74\x94\x10\xdc\x16\xd8\xe5\x56\x33\x94\xa0\x1b\x61\x09\x08\x90\x0c\xaa\xe6\x5a\x42\xf4\x77\x91\xdf\x6d\x99\xbf\x84\xa4\x95\x87\x0f\x83\xb3\xe4\xa7\x82\xeb\xf4\xfe\xf7\x5b\x9c\xc4\xd1\x12\x46\x51\xd3\xc7\xa9\xa5\x96\x3f\xe8\x04\xb5\xff\xbd\xbe\xa6\xa4\xb1\x2e\x2f\xfb\x8a\x68\x52\x87\x8f\x36\x35\x3c\x3c\x75\xfb\x84\x94\x68\x68\x31\x2c\x22\x2b\xb1\x54\x31\xb7\x2b\x91\x99\xd8\xa4\x25\x2c\x51\x67\x84\x5e\x55\x59\x62\x7d\x81\xb9\x61\xff\xcb\x80\xe9\x1d\x2c\x5a\xa2\xd7\x16\x51\xa5\x38\x88\xb9\x96\x28\x45\x55\x89\x27\x8a\xbd\x79\x96\xba\xea\x94\x88\xa2\xbe\x21\x1e\xe5\xaf\x04\xdc\x12\x8d\x61\x91\x18\xa6\xfc\x1a\x25\x4e\xcf\xf4\x93\x1e\xe4\xaf\x78\x94\x74\xe8\xb3\x04\x95\x77\x56\x60\x54\x49\x46\x07\x30\xa7\x18\xbc\x43\x49\x2a\x82\x92\x90\x01\x3e\x28\x29\x4f\x01\xa5\xdf\xff\x72\x15\x5b\xc7\x51\x92\x74\x15\x25\xb1\x4a\xa0\xf2\x3c\x16\x38\xde\xee\x7f\x71\x98\x75\x1b\x2a\xd9\xe8\x97\x3f\xf4\xcb\x4a\x17\x5a\xb2\x78\x61\xa1\xde\x6c\xe8\x2e\x57\xb2\x2e\x6c\x05\x5e\xf0\x31\x78\xff\xb2\xd4\xab\x25\xbf\x1f\xfe\x49\xf7\x54\x7c\x05\x2c\x85\x91\x01\x86\x4a\xf1\xe1\x2a\x30\x5a\x85\xb8\x03\xe7\x4a\x91\xf6\xa9\x14\x64\xdf\x54\xf8\x70\x81\xb3\xed\xfe\x17\xc9\xb0\x15\x0b\x56\x8a\xd8\x53\x29\x0f\x01\xb6\x25\x8b\x52\x25\x75\x94\x0a\x13\x44\x56\x4a\xad\x82\x68\x92\xfd\x2f\x10\x57\xb5\x5d\x4a\x15\xa7\x2f\x15\xb9\x4c\x83\xee\x0b\xa5\x56\x7f\x57\x01\x68\xb1\x99\x52\x9b\xdb\x60\xb2\xce\xca\x43\x55\xaa\x31\xb7\xc2\x13\x3d\xe7\xad\x99\x2d\xd5\xd0\xac\xa8\x64\x11\x74\x13\x2c\x75\x0a\x2c\x75\x32\xd2\x60\x33\x85\xd2\x7c\x30\x1b\x32\x0f\x07\x29\x89\x4b\x93\x54\x55\x1a\x02\x23\x86\x4a\xac\x97\x16\xb5\xeb\x2d\x82\x1d\x2a\x67\x64\x69\xba\x39\x94\x06\x47\xfd\xac\x70\xe7\xd2\x52\x73\x5b\xff\xe7\x4f\x56\xce\x8a\xd2\xd2\xe3\x26\x90\x4d\x95\xca\x28\x2d\x6b\x79\x34\x10\x3b\x31\x52\x41\x75\xf7\xfd\x2f\xa3\x44\xb6\x30\x56\xda\x70\x9f\xcc\x47\xa4\x80\xfa\xd2\x8c\xef\xa8\x41\x9d\xf3\x66\xbf\xa5\x4d\x0f\x07\x13\x44\x56\x71\xe0\xd2\x7d\xbc\x3a\x8f\x97\x72\xa8\x95\x2e\x51\xba\xf4\xce\x70\x94\x7d\x5d\x29\xbd\x8b\x4a\x77\x1a\xdf\x95\x7c\xa3\x74\x89\xd9\xa5\x9f\xdc\x05\x9d\x13\x54\x94\xdc\xff\x32\xd6\x44\x1c\xa3\xcf\xcb\x6d\x0f\xee\xab\x1b\x9a\x43\x97\xc8\x32\x56\xf0\xc8\x8e\x65\x2c\x28\xcf\xb8\xff\x25\x02\x6e\x89\xbf\x0c\x9f\xf4\x81\x93\xbe\x5d\xcd\x8e\x02\x5d\xc1\xfe\xb7\xf2\xb3\x8d\xd3\xa3\xb9\x8d\xa1\x17\x8a\x58\x2f\x43\x46\xa0\x82\x9a\x67\x59\xb1\xe7\x65\xbc\x5a\xdc\x78\x89\x2a\x12\x3c\x4e\x0f\x87\x58\xea\x5c\x84\x0e\x88\x28\xde\xff\x16\x66\x35\xdb\xfb\x73\x5a\x46\x38\x4f\x06\x92\xec\xd0\xd2\x72\xea\xae\x56\x50\xec\x24\x17\x1d\xe6\xcb\x04\x02\xa5\x1d\xb2\x0a\x91\x96\xab\x89\x06\x5c\x74\xba\x55\xee\x87\x72\xe9\xd6\x58\x50\x2b\x20\x7e\xe2\xd1\x6e\x3b\x45\xf7\x99\xa1\x3f\x28\xe1\x51\xb9\xcc\x47\xe1\xfd\xfa\xb5\x6d\x58\x5e\x86\xd7\xf5\x30\x67\xdb\x96\xf6\xcb\x7d\x08\xfb\x90\xf8\x3b\x2b\xe0\xb2\xdc\x49\xc3\x21\x63\x73\x56\x00\x65\x41\x0a\xdf\xfd\xef\x8a\xd8\xd1\x67\x12\x6c\xcb\x4d\xc1\x56\xea\x8b\x72\x4f\xcd\x12\xd9\x6e\x63\x30\x12\x21\xb7\xe7\xfa\x17\x59\x3d\x43\xde\x3a\x87\xf2\x34\xad\x00\xb9\x30\x63\x50\x15\x9c\x82\xec\x88\xfb\xdf\xef\xe2\xe1\xc5\xbd\x52\x62\x14\x3a\xdf\x64\xa5\x35\x28\xaf\x6c\x30\x05\xae\xe1\x59\x5a\xe0\xf2\x16\xed\xc1\x5b\xb8\x07\x3a\xc9\x6f\xd5\x09\x79\x69\xc2\x2d\xfb\x32\x53\x5e\x73\xa7\xb7\x32\x7e\x48\xe8\xf0\x1a\x9f\xdf\x0f\x9f\xb3\xec\x04\xc5\xba\xa5\x82\x54\x5b\x5f\x97\x1b\x28\xef\x2d\x80\xc1\x99\x38\x4b\xc7\x5d\xde\xc7\x8b\x63\x89\x24\x45\xc8\x97\x57\x3a\xee\x02\x07\xa1\xac\x90\x54\x7a\x1c\xef\x7f\x07\x9a\xf6\xba\xa7\x65\x49\x44\xe6\x86\x5c\x44\xf3\xa7\x05\x84\x49\x01\xa1\xec\x5b\x76\x99\x66\x93\x48\x78\x93\x9b\x36\x67\x1a\x19\x26\x91\xa1\x88\xac\x4f\x29\xb2\xcb\x44\xa4\x65\x28\x22\x8a\xf3\x71\xdb\xb3\xda\x34\x9c\xe9\x2c\xdd\x9d\xad\xce\x28\xf3\xe9\x6e\x1b\xc8\xc2\xaa\xa6\x57\x60\x9e\x2f\x43\xa4\xf6\x54\xea\xa1\x15\xd4\xa3\x34\x56\xae\x68\xbb\x6d\xb8\x0d\x19\xee\xb6\x33\xe0\x51\x2d\xea\x57\x88\xfa\x31\x94\x6d\x0a\xa9\xc7\xfd\xba\x6d\xb2\xad\xec\xb6\xe9\x2e\x27\xba\xdc\x4a\xf5\x0a\xe7\xda\xfd\xef\xfb\x35\x6d\xda\x56\x83\xa8\x6c\x0d\xf0\x85\xcd\x9e\x24\x82\x6a\xf7\xbf\x1f\x49\x54\x65\xdb\x1a\xa4\xaa\xa9\xa1\x13\x94\x5b\x0f\x55\x83\xee\x4d\x35\xf0\xde\xb4\xe3\xd9\x8e\x1a\x86\x87\xe3\xbd\x49\xe7\xbf\x86\xdb\x7d\xf2\xea\x57\x86\xa6\xe9\x85\x87\xb5\xf0\x91\xfe\x4a\xe8\xad\xe1\xbd\xf5\xe9\xcb\x02\x22\xfb\xbc\xd6\x28\x55\x65\x8d\xc7\x87\xb7\x2a\x6c\x56\xa3\x6e\x8d\x35\x7e\xa2\x42\x56\x85\xa9\x1a\xbb\xc0\x09\x5d\x54\x74\x99\xa1\x1a\xbd\xc0\x88\x5c\x87\xdb\xe9\xe7\xa8\x16\xdc\x6b\x44\x9d\x91\x20\x14\xab\x51\xc7\xb5\x42\x17\x15\x43\xdd\xd2\x48\x85\xcd\x7c\xff\x8b\x28\xa8\xba\xc5\x91\x9a\xb2\x86\x83\xda\xe6\x23\x8b\x7b\x05\xe9\x54\x9f\x30\x76\x87\xa1\x64\xae\x35\xe9\x9c\xd7\x15\x8b\x26\xb5\x74\x4d\xaf\xc7\x7b\x39\xde\xd6\xba\xd4\xa4\x5b\x42\x65\x30\xf4\x50\x4a\x84\x9a\x65\x7e\xac\x99\x39\x74\x95\x49\xb2\x66\xaf\x2f\x2f\x72\xb4\xcf\x50\xcd\xb7\xc6\xcb\xb0\x2f\x35\xd5\x4c\xab\x59\xae\x0f\x35\xbf\xe1\x9f\x3f\x45\x39\x0e\x2b\x6c\x39\xfb\x5f\x9c\x93\xba\xc9\x7e\x2d\xde\xd7\x72\xb0\x6d\xcb\x0e\xb5\xe8\x2a\x50\xcb\xc7\xbc\x8b\x32\xd5\xd7\x92\x6e\x37\x3d\xfc\x6c\x43\xa5\xc8\x00\x50\xcb\x87\xe0\xe5\xd8\xec\xb5\x16\x4f\xb2\x70\x92\x5a\x5b\x99\x1e\x0c\x31\xeb\x41\xc9\x1c\x6a\x99\xaf\xdb\xb8\xe7\x9b\xb2\x57\x4b\xed\x15\x52\x7b\x0c\x4a\x61\x50\xab\x44\x8e\x5a\x3f\x7e\x53\xa4\x91\xa9\x55\xe6\xeb\x5a\x11\xe2\x91\x77\x5c\xe8\x51\xab\xd8\x6b\x85\xb5\xa6\x28\xad\x67\xad\xf5\x76\xd3\xc3\xe0\x48\x75\xd9\xfc\x19\x94\x3c\x55\x1a\xcd\x5a\xbb\x87\xa3\x23\xa6\x72\x17\xd6\x3a\x4e\xb5\x8d\x9b\x85\x7d\x36\x54\xea\x2d\x58\xd6\x1b\xa2\x9d\x6a\x3b\xd6\x16\x75\x4a\xda\x77\xb7\x2c\x61\x5b\x37\x6a\x93\x7d\xa6\x22\xb6\xaf\x48\x77\x52\x9b\x1c\x82\x6a\xa3\x4a\x49\x35\x13\x6a\x4f\xda\x9e\x0e\x67\xfe\x5c\xb7\x6e\xa8\xf6\x3a\xd5\xd6\x40\x73\xda\xf6\xb5\xa8\xdd\xf8\x4c\xa7\xb6\xd6\x05\x4c\xd4\xf1\xdf\xff\x5e\x6c\xd3\x77\x52\xc8\x30\x52\x24\x86\xa6\x33\xd9\xa5\xc2\xaa\x2c\x14\xdf\x7a\x54\xdb\xf4\x3c\x27\xe7\x29\x64\x1f\x72\x23\xa8\x63\xcd\x53\xf4\x76\x34\xad\x61\x20\xa3\x6b\x56\x16\x8a\x3a\x1e\x41\x73\xc0\x43\x37\xd7\xcd\x99\xeb\x10\xef\xaa\x83\xbc\x4b\xb5\x6e\xea\x69\xea\xc7\xac\x42\xad\xeb\xbb\x53\x92\x4c\x65\x66\x99\xac\x14\x19\xf5\x94\xf5\xbc\x9e\xc8\x15\x1b\xba\xf0\xf6\xd4\x35\xa7\x42\xfc\x0d\x59\xd9\x91\xea\x79\x7a\xbc\xf3\x3b\x5d\x72\x4f\xa8\xe7\xe5\xe1\xc8\xd1\xbb\x48\xce\x69\xb2\xc2\xca\x94\xa1\x8b\x74\xa0\x8c\xe4\xfe\x97\xe4\xc8\xc3\x3d\x3a\x42\x27\x6b\x15\x79\xfb\x4e\x89\x93\xf5\x64\xa0\x74\xdf\x22\x63\xbd\xe4\x37\x55\x61\x5b\x8c\xa1\x8b\xf2\x5f\x87\xb6\xe1\x42\x06\x87\xb6\xfd\xe6\x8f\x7a\x49\x0d\x54\x51\xa8\xcc\xc5\x12\xea\x25\x45\x69\x85\x08\xff\x4d\x53\xc3\x79\x67\x51\xbd\xcc\x69\xf2\xeb\x35\xdc\x74\x42\xb0\xed\x51\x5d\x1a\x98\x17\x72\xba\x85\x2e\xb6\x76\x19\x71\x51\x6f\xcb\x79\xad\xeb\x75\x79\x92\x48\xff\x1a\xb6\xdb\xec\x51\x2f\x79\x40\xd5\x0b\xf5\x3b\x43\x4f\x9a\xa5\x1c\xeb\x2a\x4b\x4b\x35\x15\xee\xae\xd7\x6b\x80\x31\xfa\x56\x95\xa4\x2b\x0a\xee\xec\x7f\x33\xb2\xc3\xee\x63\x79\x9b\x08\xb0\x3c\x8d\x33\xb8\xd7\xdb\xec\x09\xc5\x2f\x42\x96\x13\x49\x7d\xfc\xdd\x13\x39\x9c\xa0\xf2\x58\x64\x79\x98\xd8\x43\x26\x8f\xfa\x66\x2d\x9d\xee\xf2\x6d\x08\x2c\xaf\xb4\x7b\xf5\x85\xc9\xa3\xa9\xa6\x5c\x7d\xe5\x64\x54\x5f\x64\x4c\x6a\xaa\xfc\x56\x91\xc6\x77\xff\x0b\xb5\x92\xc5\x27\x8b\xd9\x15\x62\x76\xc9\x42\x15\x4b\xd9\x75\xb9\xe1\x97\x43\x6d\xaf\xbb\x7c\xd9\xa5\xb8\xc9\x94\xdf\x47\x9d\x2c\xaf\xde\xb4\xbc\xe9\xa3\x30\xb9\x43\xaa\x44\xd0\xec\x97\xd9\x0e\x26\x5b\x12\xed\x6f\x87\x94\xa5\xed\x80\x50\x9c\xb7\x23\xf0\xf7\xa0\xb8\x0d\x0e\x90\x65\x3b\x3a\xb6\x90\xf7\x36\xb4\x90\x91\xc7\x6d\x13\xb2\x16\x24\x94\xb4\xc0\x0a\xb7\x4a\x74\xda\x82\xac\xd7\x0d\xb2\x60\xb4\xe1\xa9\x59\x52\x6b\x90\xd4\xa2\x0d\x4f\x2d\x4a\x40\x6a\xf1\xe3\xe0\x45\xa6\xa0\x16\xa5\x75\x6e\x31\x1f\x68\xda\x93\x8c\xd9\x4d\x30\x57\x8d\x12\xf5\x99\xcc\x55\x2d\xc2\x5c\x95\xe5\xde\xd6\x62\xd5\x0a\x22\xa3\xfa\x94\x2b\xb2\x21\xbd\xc7\xfe\x17\x4c\x4f\x66\xae\x16\x0d\xb0\x48\x9a\xa3\xea\x85\xcd\x1e\x9e\x0d\x1e\x9e\xa5\x6e\xb4\x6d\x49\x26\xa4\x96\x68\x42\x6a\x3d\xff\x95\xe4\xdb\xec\xcb\xd9\xe8\xcb\xd9\x55\x99\xa6\x25\xdd\x54\x5b\xfa\x6e\xaa\xf2\xbe\xfe\x7e\x9f\x6e\x22\x06\x26\xcd\x26\x6b\xf1\x30\xf7\x15\xd9\xc0\x5b\x32\x22\x25\x5e\xb5\x55\x46\xaf\x25\xc3\x2c\x2d\x98\x35\x75\x29\xf3\x5f\x4b\x9d\xb0\xde\xe2\x66\x4b\xc3\xdf\x41\x4d\x92\x9b\x10\x37\x4b\xf1\xd7\x32\x14\x7f\xb9\x6f\x9e\xd1\xb2\xec\x67\x2d\x93\xe5\x2b\x29\x73\xcb\x92\x83\x5a\x46\x91\xa0\xa0\x42\xd3\x2d\x7b\x2e\x99\x71\x5d\x7d\x6b\xac\x5b\x96\x32\xa4\x65\x96\x5e\x56\x11\x89\x96\xc5\xba\x5b\x9e\xd8\x3f\x75\x59\xa4\x30\x6c\x25\x31\x06\x7b\xeb\x04\x5a\x31\xba\x14\xa0\x4b\x54\x5e\xf3\x56\x9a\xbf\x63\x88\xaa\x2c\x53\xad\x88\xcb\xb6\xf2\x4d\xb3\x34\x61\x6e\xd1\xfd\xa3\x15\x5c\xb0\xf2\x8e\x2a\x3b\x5a\xf1\xf9\x2a\xf0\x37\xe9\x32\x68\xb5\xf2\xb8\xed\x5d\x6d\xfa\x6e\xba\xcf\x8f\x23\x16\xdd\xee\x9b\x65\xd8\x06\x19\xb6\xc8\x41\x90\x91\x94\xfb\xdf\xca\xda\x5c\x45\x6d\x97\xdb\x18\x87\xae\xb3\x50\xe5\x8e\xf0\xdd\xa5\xbf\x2e\xf7\x3d\xb6\x55\xf9\x8f\xb6\xca\xea\x37\xca\x42\xdd\xaa\x3c\x48\xbf\x2b\x25\x3e\xd3\x4c\xa4\xca\x6e\xb5\xa2\xc7\x6d\xaf\x6f\xf6\x5b\x6a\xb5\x9e\x68\xda\xe7\xbc\xca\xab\xa7\x55\x96\xe8\x54\xc2\xe5\x56\x87\x27\x32\xf0\xd9\x36\x96\xb4\x2a\xe6\xdb\x2a\x98\x6f\x54\x7e\xe3\x56\x65\x7d\x6e\xcc\x71\x90\x7b\x55\x97\xa7\xe7\x0f\xfa\x6d\xc7\xbd\x56\x2f\xcf\xf2\xe2\x70\xfb\xb0\x36\x69\xa3\x5a\x43\x18\x4a\x34\x35\x6a\x72\xec\x6c\x90\xaa\xcb\x8e\x48\x39\x9a\x35\xdc\x0d\x1a\xee\x22\x31\xb4\xb5\x2c\xc4\x6b\xc8\x35\x58\x55\x89\xbf\x35\xa9\x34\x5a\x83\x4a\x23\x2a\x5b\x6c\x6b\x52\xb5\xb5\x86\xd8\xee\x2c\x2f\xef\x66\xed\x77\x6b\x0d\xc5\x47\x0f\xed\x77\x33\x9c\x1b\xbc\xa7\x86\xae\xfd\xcd\x62\x7d\x83\x58\x5f\xba\x18\x49\x7b\x84\x79\x0d\x21\x0b\x5d\xc5\x98\x5b\x8f\x5a\x42\x47\xc4\x7d\xde\xd9\x5f\x8e\xd6\xe5\xb1\xd8\x3a\x6b\xdf\xaa\xb4\x50\xeb\x26\xc3\x2b\x80\x44\x8e\xf6\xad\xcb\xad\xbf\x75\x86\x8d\xca\xd0\xd5\x86\x8c\x60\x0d\x49\x63\xc3\x90\x97\x49\x1b\xba\x92\xb5\xc1\x2b\xd9\xd8\x8a\xb8\x36\x2e\xf5\x39\xb0\xaf\x63\xb3\xfa\x36\xe4\x57\xde\x06\x43\x3d\xe5\x27\xd3\x4e\xd3\xf5\xf3\xa3\xeb\x45\xfe\x20\xed\xd4\xe5\xb6\x41\x33\x1d\x63\xd8\xa6\x84\x76\xfa\x18\x20\x25\x62\x91\x3b\x48\x3b\x65\x91\x6f\xa8\xf8\x1e\xb2\xea\x9e\xb7\x53\x8a\xde\x76\x3e\x98\xa4\x10\xec\x7c\xdd\xe3\x8b\x1e\xb7\x21\xa1\x5d\x9e\xe3\xc5\x39\x56\x35\xc9\x67\xa5\x5d\x91\x3b\xb7\xb5\xf0\xed\x32\xbf\xbe\x32\xaa\x8c\xea\x8e\xd7\x2e\xdd\x81\xda\xf5\xdd\x81\x8a\x2a\xf1\xb5\x4b\x86\xcd\x76\xb1\x84\xbd\x22\x42\xda\xa5\x2b\x78\xbb\x58\x9b\x5c\x86\xee\x76\x79\x53\x2f\x56\x21\x97\x31\xbb\xdd\x26\x36\x37\x89\x4d\xd0\x78\xb7\x1c\x9c\x1a\x2b\xf2\x0d\xa9\xb1\xda\xed\x0d\x5f\xa5\xf0\x74\x1d\x6b\xb7\x54\x40\xed\x66\xac\xbe\x0c\xb0\xed\x96\x90\xd6\x6e\x08\x69\x59\x85\x87\xdb\x23\x85\x7a\x43\x71\xb4\xaf\x6d\x8f\xf7\x98\xc1\x3c\x64\x30\xaa\xed\xd8\x1e\x5d\xd0\xdb\xd3\xb9\xaf\x5a\xc3\x23\x91\xbe\xa1\x8a\x4e\xb4\x47\x63\x7b\x6e\xf7\x79\xa3\xa2\x92\xea\xa4\xb6\x47\x66\xa7\xf6\x30\xf2\x45\xba\x95\xf6\x16\xc1\xec\x2d\xe7\x3f\x7f\xea\x8e\x5f\x3f\xda\x6b\x9e\x85\x2a\x22\xa1\xcb\x21\xbf\xbd\x72\xf3\x69\x08\x06\xae\x3b\xd2\xf2\x68\x28\x18\xb2\xff\xcd\x5f\x93\x80\xf9\xca\x1d\xaf\xbd\x70\xc7\x53\x65\xe0\xf6\xea\xaa\xd9\xe0\xf6\x12\xa3\x2c\xcf\x0d\x6e\x2c\xfb\xdf\x17\x9f\xa9\x49\x37\xdb\x36\xbf\x9b\x6d\x0d\xda\x81\xe9\x1d\x67\x7e\xf7\x6c\xaa\x38\x4d\xf9\xe6\x47\x5d\xaa\x11\x6c\x4a\x65\xd1\xe6\xca\x0e\xd2\xdd\xd6\xdd\x86\x55\x0b\xf7\xec\x3d\xd3\xe8\x3d\xd3\x55\xe8\xab\xcd\xe6\xd1\x58\xc0\x45\xf5\xbe\xdb\xbc\xb5\x37\x48\xab\x5d\x83\x48\xa9\x35\xd5\x8d\x9a\xea\x72\x68\xbb\xe7\xf4\x70\xac\xbc\x20\x6d\x60\xb7\xf7\x65\x87\xf7\x65\x55\xed\xf0\x7e\xc8\x69\xad\x23\x1a\x24\x46\x39\x15\xf6\x43\xe6\xea\x7e\xc0\x9b\xaa\x28\xb7\x7c\x0f\x75\xcf\xb2\x87\xfa\xcd\x52\x6e\x43\x3d\x48\x38\xeb\x81\x36\xa0\xa3\xfc\x9d\xb4\xdb\xc3\xf3\xe8\x53\x44\x71\x0d\x25\x23\xed\x41\xd2\x4d\x0f\x1f\x8d\xaf\xca\x5c\xdd\xed\x35\xd9\x03\xac\x47\x51\x06\xdd\x6e\xaf\xc9\x1e\x26\x62\xd6\x36\x9b\xef\xf6\x15\xe9\xf0\x15\xa9\x72\xec\xea\x51\xf7\xda\x1e\xa1\x52\x1f\x12\xcf\xba\xa3\x1c\x3a\xa2\x1c\xaa\x0c\xd9\x4c\x8a\xb0\xff\xed\x5f\xd3\xd6\x00\x77\x3b\x46\x7e\xa4\x12\x73\x1c\xfa\x6c\xb8\xc7\x01\xd2\xa7\x84\xe5\x3d\x9e\x9e\x09\x13\x6e\xaa\xda\x65\x8f\xa7\x87\xa3\xbc\x21\x7b\x61\x4f\x22\x37\x9d\xe1\x61\x5d\xf7\xd3\x6e\x67\x90\x0e\x67\x90\x18\xa5\xaa\xe9\x29\xf8\xbb\x80\x25\x6c\xe9\xa0\x23\x60\x6c\xff\x3b\xf9\x99\xba\x94\xc4\xd1\x13\x0b\xa0\x7a\xe9\x49\xae\xba\x3d\x21\x98\xb1\xe7\x7d\x03\xe8\x49\xf2\x6c\x4f\x90\x67\x8b\xa4\x91\x9e\xe5\xd8\xd5\x33\x93\x6d\x14\x4d\x33\x8b\x4a\xf5\x8c\xf4\x66\xbd\x68\x2e\xf9\x74\x1b\xca\xb6\x45\xe9\x5c\x7a\x96\xa2\xa3\x67\xe4\xd7\x8c\x32\x8e\xf5\x2c\x03\x45\x67\x00\x42\xdf\x39\x0d\x8f\x5e\x14\x07\xd6\xcb\x91\xf8\xdd\x9e\x67\x31\xc8\x0a\x40\xa6\xd4\xf9\xbd\xc8\x7b\xe1\xeb\x0b\x5d\x26\x75\x29\x92\xd3\x0b\x2e\x5b\x51\x99\x99\x7b\x11\x9f\xef\x85\xd9\x84\xca\x16\xf3\x7b\xb9\x04\x6a\xdc\x06\x62\x54\xc4\x54\x2f\x32\x73\xf5\xc2\x4c\x4f\x3b\xdb\xe1\xd1\xab\x6e\xa1\xbd\xe2\x16\xda\x54\x4e\xab\x57\x59\x97\x3a\x1c\x51\x62\x54\xe6\xf9\x5e\x65\x42\xea\xb5\xa0\x6e\x68\xf6\x77\x92\xc4\x7a\xa5\x24\x26\x5b\x42\xb7\x66\xb9\x43\x0e\xaf\x0a\x49\xea\x55\xde\x9d\xbd\x0e\x26\x8d\xd9\xe2\x43\xb7\x10\xdd\x29\x44\x97\x63\x93\xdb\x5e\xbd\xb3\xf5\xdb\xd9\x9a\xdd\x74\x79\x75\x17\x44\x04\x79\xfb\xf6\x26\x9b\x40\x6f\x2c\x19\x2c\x2f\x8b\xde\x14\xe9\xd4\x1b\x73\xe0\x48\xbd\xd0\x9b\xac\x60\xbd\xb1\xce\xa1\x42\x0d\x7b\x1b\x9a\x66\x43\xfa\xb8\xd1\xb6\xda\xa8\xb7\xd3\xe3\xc1\x7f\xa6\x18\xd2\x4d\xfe\x33\xbd\x21\x25\x41\xaf\x51\x7d\xca\xfc\xd7\xdb\x84\x3f\xbe\x36\xaf\x4b\xbb\xd5\x7b\xe6\x26\x88\x0c\x74\x93\x8f\x8e\x24\x98\xa3\xe9\xa8\x77\x23\x4b\x67\x19\x07\xd5\x72\xe9\x5d\xd2\x43\xef\xf7\xc7\x97\xcb\x96\x94\x7b\x97\x3d\xa7\x77\x64\xe6\x8a\x8a\x77\xea\xdd\x38\xd6\x3f\x1c\xab\x72\xcd\xed\x56\x7f\x77\xaa\xbf\x8b\x0a\x9a\xf4\x21\x07\xa7\xce\x18\xeb\xa1\x34\xda\x7d\xe8\x9e\xd9\x47\x20\xa0\x85\xd2\xc3\xcc\x8b\xa1\xd8\x45\x97\xef\x3e\xe4\xda\xde\x47\xfc\x48\x71\xd5\xe2\x86\x24\x8b\x3e\x60\xbb\x88\xb2\xc7\xf7\x61\xa2\x33\x3e\xa2\x53\x95\x89\xb9\x0f\x29\xfe\x3b\xb2\x39\xd5\x2a\xf2\x70\xfa\xfc\x9c\x07\x30\x4c\x96\xee\x7e\xca\x0a\xde\x51\x14\xe0\x6b\xdb\x5d\x9e\x8a\x8f\xe9\x67\xc3\x85\xab\x44\xb7\x9d\x6e\x03\x25\x2e\x5b\xd6\xef\xe7\x29\xa0\x9c\xe7\xc7\x62\x95\x7a\xba\x9f\x52\xea\x75\xa8\xc1\x63\x2c\x5a\xc1\x25\x87\xb0\x7e\x21\x73\x42\x91\x24\xd6\x2f\x69\x16\xfa\xf5\x09\x65\xb5\xe9\x1c\x5c\x26\xd2\x17\x89\x74\x15\x37\xbc\x74\x55\xee\xd7\x87\x6b\x75\xa7\x01\x3a\xfa\x2d\xe1\xa8\x23\x75\x5a\x8c\x45\x44\xec\x96\x6b\x43\x47\x19\xe6\xaf\x6d\x77\x79\x4b\x94\xec\x77\x27\x50\xb6\x99\xae\xdf\xb2\xcd\xf6\xbb\xa3\x6e\xcf\xbe\x3f\xf4\x5b\xe1\xe4\xfd\xbe\xb0\x00\x89\x1d\xb7\x19\xfd\x0d\x46\x2f\x8b\x4d\x7f\xbc\x73\xcf\x81\x98\x95\x2d\xed\xf6\xe7\xd5\x57\xa8\xad\x58\xdb\x16\x09\xfb\x23\x23\x42\x7f\x58\x81\x59\xb6\x95\x6e\xa7\xf0\xfe\x12\x17\x64\x3e\xee\xaf\xd4\x9c\xfd\xfd\x04\xfd\xda\x85\x78\xaf\xa2\xaf\x3b\x4a\x09\xd6\x9d\x2c\xe2\xe8\xaf\x22\x82\xfa\xcb\x5c\x81\xde\x9b\x57\x37\xfd\xfe\xa6\xce\xd1\xf6\xd1\xb1\x2b\x79\xa7\x2b\xf9\xe8\xc2\xd8\xb7\x78\x38\x16\xf0\x96\x67\x43\x7f\x65\x0b\xed\x2f\x4b\xc0\x56\x1d\xab\xd7\x84\x01\x79\x65\x62\xdc\x79\x66\x8f\x3e\x65\x22\xe9\x28\xbe\x15\xa3\x1c\x83\xfa\x94\xda\xa7\x23\xc0\xe9\x6b\xdb\x4b\xb7\xf0\xdd\x21\x7c\xc7\xa8\x00\x9b\x3e\x3d\xcf\xb9\xe6\xb9\xd5\x4c\x7d\x56\x7f\xf7\x21\x58\xed\xc2\x93\x79\x7a\xb8\x93\x1b\x24\xba\x37\x2f\xe1\xde\x44\x26\x8a\xb2\x73\x31\x1e\x7d\xea\xc6\xd8\x91\xac\xb7\xba\x60\xe3\xa1\x38\x8d\x71\x44\x88\x0e\x32\x48\x0f\xc7\x29\x8d\x23\x11\x2a\x2a\xfe\x73\x48\x11\x3d\xe0\x83\x5e\x47\x38\xfe\x4a\xe4\x1d\x87\x1c\x65\x07\x93\x1d\x34\x5d\x81\xc6\xf1\x78\x36\x0f\x88\xbe\xf2\xcb\x8f\x43\x5a\xbb\x81\x14\x05\xa1\xbb\xfe\x37\x92\x4d\xee\x7f\x61\xfe\x92\x6a\x6e\x58\xaf\x3f\xa0\xd7\x0f\x5d\xd6\xbd\x11\x74\x51\x1b\x01\x09\x64\xa2\xcc\x32\x23\xc8\x14\x32\xa0\xff\x0f\x45\x81\x75\xc3\x5e\x1f\x03\x5e\x1f\x55\x8a\x82\x11\x6e\x77\x79\x33\x99\x95\x4a\x91\xda\x8f\x7b\xc0\x8f\xfb\x1b\x6e\xd7\x2d\x0a\x32\xb2\x0e\xe4\xc1\xec\xc2\xa4\x11\xe4\x34\x30\x02\x9c\x06\x62\x53\x89\xc2\xf0\x7a\x96\xdf\x65\xa9\xbb\x52\x60\xd0\x9d\x77\x84\x8f\xcf\xd6\xa1\xba\x4a\x51\xa7\x79\x44\x9e\x66\x95\x44\x18\x51\xce\x35\x03\x97\x82\xaf\xad\xab\xad\xba\x8d\xb0\xfc\xf9\xee\x76\x1b\x64\x8e\xa6\x72\x60\x31\x7a\x3c\x54\x71\x8b\xb2\x9d\x8f\x28\xcd\xca\x88\xa8\x1f\x1e\x9b\xca\x73\x45\x79\x0d\x8c\x98\xd6\x77\x1b\x98\x0e\xca\x1a\xb1\x70\x3c\xd5\xc0\xb3\xb9\x63\x20\xdd\xe2\xd7\xa6\x35\xe8\xca\x32\x70\x65\xf9\xc4\x3d\x35\xb9\xcb\xc6\xcc\x64\x2a\x46\xe9\x98\xac\x11\x4f\x82\x4c\x75\xc8\xa2\x34\x51\x23\x42\x13\x35\x86\xea\xa8\x45\xb1\xde\x11\xa9\xbf\x56\xd5\x98\x11\x6f\x7f\x07\x27\x92\xe2\x02\xb0\xf1\xf1\x5c\x1e\x2e\x4f\x35\xae\x92\x44\xb8\x91\x98\x0c\x59\x97\xf7\x91\x74\xed\x1a\x89\xd7\x2e\xc9\x46\xc3\x99\x24\x06\x62\xa9\xdb\xa1\x32\x77\xe9\x72\x97\x17\x21\xad\xd3\x65\xd7\xf6\x01\xd7\xf6\xaf\x6d\x83\x25\xc9\x56\x3f\x10\x8b\xd4\x0e\x6d\x7a\x96\x88\x3d\x32\x83\x35\x86\x36\xc1\x29\x21\x46\x5e\x88\xa4\x72\x68\x45\xba\xd5\x51\x3a\x77\x41\x05\xdc\x8a\xdc\x1b\x46\x41\x0d\x2a\xdd\x0d\x47\x91\xfa\x64\x14\xaa\x4f\xa4\x1e\x1e\x45\x71\xa4\xa3\x20\x09\xf6\x18\xda\xbc\x2a\x85\xf3\xa8\xc4\x4d\x19\xa5\x47\x35\x6e\xd6\x38\x91\x15\x62\xcf\xb2\x9a\x38\xd6\xc4\x73\xae\x12\xe0\x56\xf9\x8f\xa5\xf2\xef\x2a\x36\x56\xa5\x8d\x1e\x95\xda\x68\x19\xac\x47\x95\xb5\x66\x20\x9d\x57\x0b\x22\x1d\xd6\xa6\x8f\x7a\x0d\xd4\xca\xd8\x5f\x35\x31\xd2\xd1\x22\x17\x27\x6c\xb0\xe7\xf7\x80\xe7\x77\x93\x63\xca\x68\x3e\x07\xad\x81\xc7\x8a\x8f\x8e\x26\x8f\xea\xd1\x06\x8a\x8d\x88\x9c\x36\xcf\xb1\x31\xb9\xec\xd0\x8e\xb7\x2b\xb9\x0d\x65\x57\x54\x6f\xae\x89\x3d\x8d\x46\xf6\x24\xfd\xe9\x68\xc6\xaf\x46\xfc\xea\x2a\xf7\xdc\xa6\x67\x39\x39\x4b\x55\xc1\xeb\xf2\xf7\x18\x4c\x34\xd5\x65\x1c\x1f\x5d\xd7\xf3\xd1\x61\x10\xd0\xed\x61\xf4\xe2\xcf\x58\x93\x2d\x0a\xd5\x7b\x75\x1b\x32\xda\x8c\xa1\x52\x73\x76\xbb\x19\x70\xbb\x69\x41\xc5\xd4\xbb\x09\x40\x67\xe6\x68\x45\x11\x0e\x5f\x11\x06\xaf\x08\x5d\xde\x75\x63\xf8\x18\x0c\x1e\x03\x99\x57\xc7\x90\xa9\x70\x0c\x9a\x9b\xcc\x64\x86\xc4\xaa\x31\x50\x2a\x26\x8a\x21\x0c\x03\x65\x24\x16\x22\x17\x4b\x1b\xc9\x5d\xa6\xd5\x65\x57\x9b\xbb\x4c\xec\x72\xaf\x60\x48\x2d\x31\x06\xca\x46\xba\xee\xfc\xd0\xa5\x70\x8c\xef\x68\x2a\xed\xdd\x31\x86\xf9\xe7\x38\xd1\xa1\xea\x15\xdb\x84\x30\x60\x42\xf8\xe6\xa8\x79\xbc\x9e\x23\x2a\x86\xc4\xa1\x52\xcf\xc3\xcc\x0e\x7e\x40\x2d\x0a\x9b\xc7\xf4\x1c\x27\xe6\xa8\x72\xb2\x43\xba\xf4\x31\xa8\x4b\x57\x51\xbe\x31\xa6\x7b\x9c\xac\xc2\xaf\x42\xe2\xa7\x0c\x32\xe3\x8c\x2c\x38\x2b\x66\x77\x1a\x9d\x4f\xa2\xb3\xb4\x3f\xe3\xbc\xfc\xdd\xc5\x44\x55\xaa\xe7\xea\x7b\xcc\x38\x51\xa8\x57\x21\x36\xe3\x94\x6d\x68\x9c\xcf\x44\x93\x46\x53\x56\x84\x81\x1c\xd0\x4d\xd1\x22\xe3\x9c\x6e\x42\x1d\xf3\xe8\x42\xaf\x97\xb9\xfc\x45\x2e\x2f\xf7\x83\x71\x99\x38\x5f\xc7\x9a\xa4\xbe\xb3\x34\x75\x45\x0c\xa7\x4a\xe7\x97\x8c\x46\xe3\xfa\xc4\xc5\x16\x55\x38\xdf\x16\x92\x01\x0b\x49\x53\x66\x98\x71\x99\x56\x5e\x89\x79\xe9\xc4\xe2\x2f\xd3\xca\x8b\xb4\x52\xa6\x9a\x71\xf9\x10\x5f\xdf\x21\x6e\x49\x65\xc3\x2f\x93\xd1\x8b\x64\x54\x66\x9c\x71\xc9\x33\x7d\x5c\xf0\x4c\x1f\x87\x38\xc1\x55\xdd\x65\xe5\x86\x8b\xfd\x5f\xcd\x7d\x36\x66\x86\x54\x75\xd2\x6b\xb8\xed\xc3\x79\x94\xad\xf9\x37\x79\xb7\x8e\xff\xa5\xb8\x6b\x9f\xa7\x01\x9f\xa7\xa6\xe8\xa1\x71\x99\x2b\x5d\xc8\x6e\xe0\xc2\xd1\xb7\x74\x00\xe3\x5e\x39\x29\x85\xcf\x77\x16\xc4\xee\xcc\x36\x11\xee\xdb\x62\xf9\x5d\x98\x87\x52\x38\x7b\x57\x7f\x57\x99\x2b\x53\xc4\xe6\x36\x58\xee\xca\x2c\x99\x22\x36\x8f\xb4\x7d\xe3\x61\x21\x0f\x79\x91\x8e\xc7\x84\xe8\x61\x4d\x8f\x28\x61\xf1\xf1\xae\x3f\xbc\x3e\x0c\x71\xc8\xa7\xb8\xad\xb0\x6d\xa8\xcf\xe2\x3e\x0b\x76\x5d\xec\xff\xf1\x0e\x3d\x6b\x87\xba\x8a\xf2\xeb\xaa\x3f\x9e\xc1\x93\xb0\x6f\xb6\xe3\x31\x99\x7a\x56\x2d\x76\x1d\xc9\x47\x6e\x4d\xe3\x59\xb5\xb2\x5d\x96\x5d\x49\xad\xc6\x0b\x8f\xd6\x74\xb8\x4e\xb6\xe9\xf3\x1b\x90\x4d\x45\x94\xc3\x57\xcd\xf1\x76\xa6\xe3\x77\x79\x6c\x29\x09\x07\x52\x70\xb4\xfc\x53\x97\xfe\x75\x13\xcb\xb3\x0a\x6f\xdf\xdb\x6d\x0f\xeb\x69\xef\x05\xbc\xf2\x15\x1f\xf0\xb5\x8a\xe9\x70\x65\x78\x29\xd8\xc6\x3b\x91\x18\x48\x14\xe0\x9d\x9e\xc8\x44\x49\x6f\xd7\xd5\x95\x2a\x7d\xcc\x03\x09\x94\x5c\x58\x56\x0a\xa8\x81\x40\x88\x78\xfc\x14\x9d\x55\xb8\xe9\x40\xb2\xdb\x6f\x22\x2a\x98\x2a\x25\xcd\x98\x88\xda\x4b\x2e\xbd\x6d\x53\xd4\x98\x15\x45\xa0\xc5\xfe\xa7\x52\x2f\x8d\x59\x59\xf3\xd6\xe5\x68\x3d\xda\xe0\x68\x2e\x1d\x6c\xa1\x7b\xde\xcc\xbe\xaa\x72\x73\xb6\xa5\xaf\xd4\x92\x25\xbb\xd0\xa9\x70\x68\x8e\xc1\x82\xa5\xae\xc5\xb9\x4f\xe4\x44\xb9\x9f\x5e\x5c\xff\x50\x5a\x80\x79\x7e\xb2\x58\x57\x80\xd3\x3c\x05\xae\x09\x8d\x59\xaf\x3f\x55\x02\x2f\x35\x95\x55\x40\x71\xb7\x5d\x32\xd4\xcc\x8b\xd9\x1a\xa2\x5a\x92\x5b\x90\x21\x4c\x15\x13\x5f\xb9\x5f\x4f\x20\x6b\x93\xeb\xde\x7c\x75\x84\xe7\x8b\x23\x5c\x77\x9e\xfd\x63\xbe\xc9\x9f\x21\x25\x46\x57\x81\xbb\x57\xd7\xaf\x89\x20\x21\xfb\x48\x4e\x6b\x68\x26\x34\x34\x6d\xa8\x96\xdb\x2b\x8a\x3e\xdf\x8f\xa2\xb7\xb1\x05\x90\xf9\xca\xe9\x6d\xbe\x9f\x00\xd2\x46\xf0\x57\x8f\x9b\x5e\x7c\xe5\xb1\xa6\x9a\xf2\x81\x26\x2d\x2c\x7b\xf2\x1f\x5a\x35\x97\xd7\x7d\xb3\x27\x8f\xc0\xc6\x58\x55\x3b\xf1\xcd\x9e\x7d\xe6\xec\x5d\xb6\x4f\xfb\x8c\xea\xec\x55\xb5\x11\xa7\x88\xc1\x9c\x2c\x59\xe8\xfa\x7c\xa7\x5b\x60\x20\x53\x9d\x3b\xc9\xe6\x73\x2e\x58\xec\x16\xcf\x1c\x95\xaf\xbb\x2b\x16\xea\x38\x4c\x58\x66\x83\xdd\x21\xe6\xac\xfe\xea\x63\x2c\x2e\xf4\x39\x5f\xcf\xee\x85\x74\xaa\xea\x79\x7b\xde\x61\x06\xa6\x4a\x39\x8e\x5d\x27\x2f\x24\xb7\xc1\x87\xf4\xd8\x9b\x15\x66\x28\x6e\x43\x7a\xa4\xa3\x26\xb5\x35\xb7\x21\xeb\x49\xd8\xe3\xc5\x78\x6d\x1e\x14\xe3\x45\x1e\xb4\xd5\x46\xb1\xce\x4d\x8f\xbe\x7f\x1b\xcd\x35\x3b\xb3\x77\xd9\xbe\x04\xdf\xbf\x83\x59\xd0\x95\x9f\x7c\xfb\x4a\x7c\xff\x32\xd1\x76\xfa\x9f\x4c\xac\xdf\x8f\xff\x7a\xfe\xe7\xff\xf1\x7f\xfd\xdf\xe7\x7f\xfe\x3f\xe7\x7f\x7d\xff\xdc\xff\xe3\x5f\xff\x7a\xff\xe3\xbf\x3f\xff\xe5\xfe\xef\x7f\xfe\xcf\xef\xe9\x9f\xe7\x9d\xff\xe5\x3f\xde\x7f\xbd\xff\xdf\x7f\xfb\x1f\xff\xba\xdf\x3f\xff\xf9\xdf\xfe\xf3\xfb\x0a\x7f\xff\x7f\x00\x00\x00\xff\xff\x0e\xf7\x18\x67\xc1\xb5\x03\x00"); +func _eaca ()([]byte ,error ){return _fd (_cggea ,"EUC-H")};func _feeg ()([]byte ,error ){return _fd (_fbbe ,"KSC-Johab-V")};type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};var _cbbee =map[string ]func ()(*asset ,error ){"78-EUC-H":_dg ,"78-EUC-V":_bg ,"78-H":_bga ,"78-RKSJ-H":_ad ,"78-RKSJ-V":_dcg ,"78-V":_faf ,"78ms-RKSJ-H":_gbf ,"78ms-RKSJ-V":_bgg ,"83pv-RKSJ-H":_gec ,"90ms-RKSJ-H":_bd ,"90ms-RKSJ-V":_ceb ,"90msp-RKSJ-H":_abf ,"90msp-RKSJ-V":_dcd ,"90pv-RKSJ-H":_ae ,"90pv-RKSJ-V":_daac ,"Add-H":_efe ,"Add-RKSJ-H":_fdfe ,"Add-RKSJ-V":_ea ,"Add-V":_edf ,"Adobe-CNS1-0":_dbe ,"Adobe-CNS1-1":_aaf ,"Adobe-CNS1-2":_acf ,"Adobe-CNS1-3":_dbf ,"Adobe-CNS1-4":_abc ,"Adobe-CNS1-5":_gcf ,"Adobe-CNS1-6":_edab ,"Adobe-CNS1-7":_fbb ,"Adobe-CNS1-UCS2":_eee ,"Adobe-GB1-0":_ffca ,"Adobe-GB1-1":_faff ,"Adobe-GB1-2":_gbbc ,"Adobe-GB1-3":_ggfca ,"Adobe-GB1-4":_baa ,"Adobe-GB1-5":_gcg ,"Adobe-GB1-UCS2":_dfd ,"Adobe-Japan1-0":_bag ,"Adobe-Japan1-1":_gcbc ,"Adobe-Japan1-2":_egc ,"Adobe-Japan1-3":_cgga ,"Adobe-Japan1-4":_add ,"Adobe-Japan1-5":_dbg ,"Adobe-Japan1-6":_egg ,"Adobe-Japan1-7":_dfdc ,"Adobe-Japan1-UCS2":_ece ,"Adobe-KR-0":_gaeb ,"Adobe-KR-1":_cbcd ,"Adobe-KR-2":_bgcc ,"Adobe-KR-3":_eaf ,"Adobe-KR-4":_edbc ,"Adobe-KR-5":_gafb ,"Adobe-KR-6":_abcc ,"Adobe-KR-7":_efg ,"Adobe-KR-8":_feag ,"Adobe-KR-9":_fgc ,"Adobe-KR-UCS2":_edgd ,"Adobe-Korea1-0":_fec ,"Adobe-Korea1-1":_dgg ,"Adobe-Korea1-2":_gfb ,"Adobe-Korea1-UCS2":_gegc ,"B5-H":_aeegb ,"B5-V":_dfad ,"B5pc-H":_cfae ,"B5pc-V":_fadd ,"CNS-EUC-H":_aaga ,"CNS-EUC-V":_bad ,"CNS1-H":_bbgc ,"CNS1-V":_cda ,"CNS2-H":_cea ,"CNS2-V":_babd ,"ETHK-B5-H":_ebfe ,"ETHK-B5-V":_fbed ,"ETen-B5-H":_bbe ,"ETen-B5-V":_bce ,"ETenms-B5-H":_bcfa ,"ETenms-B5-V":_ddge ,"EUC-H":_dcfgf ,"EUC-V":_bgea ,"Ext-H":_fbbb ,"Ext-RKSJ-H":_afef ,"Ext-RKSJ-V":_bdfb ,"Ext-V":_bbdd ,"GB-EUC-H":_ccbf ,"GB-EUC-V":_gfdf ,"GB-H":_eefg ,"GB-V":_acaf ,"GBK-EUC-H":_dcacf ,"GBK-EUC-V":_ecee ,"GBK2K-H":_gfg ,"GBK2K-V":_becc ,"GBKp-EUC-H":_bcfca ,"GBKp-EUC-V":_bffc ,"GBT-EUC-H":_cag ,"GBT-EUC-V":_caeg ,"GBT-H":_cdf ,"GBT-V":_adgc ,"GBTpc-EUC-H":_dbad ,"GBTpc-EUC-V":_abgf ,"GBpc-EUC-H":_dcfa ,"GBpc-EUC-V":_bffd ,"H":_gcff ,"HKdla-B5-H":_gfff ,"HKdla-B5-V":_bdc ,"HKdlb-B5-H":_gedf ,"HKdlb-B5-V":_cceb ,"HKgccs-B5-H":_fafb ,"HKgccs-B5-V":_aaed ,"HKm314-B5-H":_gffg ,"HKm314-B5-V":_bffa ,"HKm471-B5-H":_gcdf ,"HKm471-B5-V":_degd ,"HKscs-B5-H":_bfdb ,"HKscs-B5-V":_egbd ,"Hankaku":_eeab ,"Hiragana":_ead ,"KSC-EUC-H":_ffcg ,"KSC-EUC-V":_dede ,"KSC-H":_adac ,"KSC-Johab-H":_baba ,"KSC-Johab-V":_gfgb ,"KSC-V":_cccbg ,"KSCms-UHC-H":_aacg ,"KSCms-UHC-HW-H":_fged ,"KSCms-UHC-HW-V":_fegd ,"KSCms-UHC-V":_bgbe ,"KSCpc-EUC-H":_ega ,"KSCpc-EUC-V":_bbdb ,"Katakana":_ddag ,"NWP-H":_dbada ,"NWP-V":_agea ,"RKSJ-H":_gbbcc ,"RKSJ-V":_cagg ,"Roman":_egcg ,"UniAKR-UTF16-H":_egd ,"UniAKR-UTF32-H":_afbg ,"UniAKR-UTF8-H":_bcde ,"UniCNS-UCS2-H":_fccd ,"UniCNS-UCS2-V":_cbgd ,"UniCNS-UTF16-H":_dedd ,"UniCNS-UTF16-V":_bebd ,"UniCNS-UTF32-H":_defaa ,"UniCNS-UTF32-V":_ffeac ,"UniCNS-UTF8-H":_cacc ,"UniCNS-UTF8-V":_cfbg ,"UniGB-UCS2-H":_dbcd ,"UniGB-UCS2-V":_cdfe ,"UniGB-UTF16-H":_abcg ,"UniGB-UTF16-V":_fgdd ,"UniGB-UTF32-H":_gbdg ,"UniGB-UTF32-V":_efeee ,"UniGB-UTF8-H":_egdb ,"UniGB-UTF8-V":_abba ,"UniJIS-UCS2-H":_gacg ,"UniJIS-UCS2-HW-H":_cegce ,"UniJIS-UCS2-HW-V":_ffae ,"UniJIS-UCS2-V":_gagd ,"UniJIS-UTF16-H":_aaac ,"UniJIS-UTF16-V":_abffd ,"UniJIS-UTF32-H":_cdfb ,"UniJIS-UTF32-V":_cgef ,"UniJIS-UTF8-H":_dbca ,"UniJIS-UTF8-V":_ccag ,"UniJIS2004-UTF16-H":_ecggc ,"UniJIS2004-UTF16-V":_gfbe ,"UniJIS2004-UTF32-H":_bbgb ,"UniJIS2004-UTF32-V":_ddcg ,"UniJIS2004-UTF8-H":_ggec ,"UniJIS2004-UTF8-V":_fbeg ,"UniJISPro-UCS2-HW-V":_eggd ,"UniJISPro-UCS2-V":_ffdb ,"UniJISPro-UTF8-V":_eeee ,"UniJISX0213-UTF32-H":_bfdf ,"UniJISX0213-UTF32-V":_abcb ,"UniJISX02132004-UTF32-H":_fcfbf ,"UniJISX02132004-UTF32-V":_fbfb ,"UniKS-UCS2-H":_abag ,"UniKS-UCS2-V":_bbffe ,"UniKS-UTF16-H":_efcd ,"UniKS-UTF16-V":_becb ,"UniKS-UTF32-H":_bfcf ,"UniKS-UTF32-V":_eddff ,"UniKS-UTF8-H":_aggc ,"UniKS-UTF8-V":_ddabb ,"V":_cgea ,"WP-Symbol":_geagb }; +func _geb ()([]byte ,error ){return _fd (_afe ,"Adobe-KR-3")};func _fg ()([]byte ,error ){return _fd (_ga ,"78-H")};func _aafd ()([]byte ,error ){return _fd (_cgce ,"Adobe-KR-2")};var _gfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x23\xb9\x11\xc5\xef\xfa\x14\x3c\x6e\x0e\x1b\xf3\x3f\x59\x80\x20\x60\x31\x93\x41\xbc\xc1\x26\xc1\x38\xff\x80\x20\x07\x76\x77\xd1\x10\x10\x4b\x82\x2c\x1f\xe6\xdb\x07\xf5\x9e\x3c\x4e\xb2\x07\x83\xd6\xaf\x1f\x4b\xc5\xe2\xeb\x22\xf5\xf0\xe9\xf1\xf3\xe3\xe9\x78\x73\x0f\x7f\xbe\x9e\xd7\x27\xbd\xb9\x79\x3c\x6d\x57\x7d\x3d\xbf\x5d\x57\x75\x8b\x3e\x1f\x4f\xbb\x5d\x88\x6e\x3b\xae\xb7\xf7\x8f\x18\xd6\x97\x71\xd9\xed\x6c\xfe\xd3\xb7\xd7\x9b\xbe\x3c\x9e\xe6\xd9\x25\xea\xb6\xb7\xcb\x5d\xeb\xdc\xc3\x57\x7d\x3e\xbe\xde\xae\xdf\xdc\x0f\x3f\x6d\xe7\x45\x7f\xe3\x36\x9d\xc6\xff\x74\xdd\xf4\x7a\x3c\x3d\xbb\x1f\x7e\x1e\x97\x71\x0a\xdf\x1f\x3c\xbd\x5d\x2e\xff\xd6\x17\x3d\xdd\x5c\x04\xd3\xd3\x86\x71\xf7\xf0\xe9\x97\x71\xf9\xe3\x78\x51\xf7\x20\xfe\xe5\xf5\xf2\xe3\xd7\x3f\x3c\xfd\xfc\xe3\xef\xf1\x10\xcf\xfe\xa6\xd7\xd7\xe3\xf9\xe4\x42\xf8\xad\xf7\xf5\x83\xff\xe5\xdb\x45\x5d\xb8\x07\xf9\xc7\x5f\x1f\x3f\xbb\x7f\x06\x17\xbc\x8b\x25\xe7\xf2\xaf\x3b\xff\xfb\x2f\xe7\x4d\x9d\xe7\xa7\xcc\x05\xac\xe7\x4d\x5f\x2f\x63\xd5\xeb\x38\x3d\xeb\xce\xb9\xbd\xf7\x07\xe7\xdc\xbe\xfb\x83\x7d\xea\x21\xfb\x83\xdb\xcb\x97\x2f\x9f\xf0\xf9\x27\x3e\xfd\xfc\x05\x9f\x7e\xe7\xf1\xf4\xcb\x27\x7b\xaa\xa7\xed\xff\xa2\xed\x02\xbf\xe4\x74\xbe\x6d\x3a\xc9\x10\x7f\x1f\xe6\xc1\x05\x9b\xf1\xdf\x8f\x76\xc1\xfb\x7b\x56\xc7\xed\xae\x8e\xa6\x6e\x6a\xea\xf7\x5c\x7a\xb0\xcf\x35\x25\x23\x9d\x64\xac\x07\x57\xa5\x1a\x59\x3a\xc8\x32\x0f\xae\x65\xcc\x5a\x49\x56\x35\x22\x46\xb6\x01\xa2\xfd\xe0\x5a\xc1\xac\xc9\x38\xb3\x1d\x5c\x6b\x98\x35\x57\x92\xd5\x88\xcd\x8a\x79\x1a\x89\xc5\x66\x75\x6f\xa4\x62\x56\x6c\x72\x70\x4d\x40\x7a\x00\x91\x71\x70\x3d\x58\xe4\x28\x9c\x35\xc3\xc1\xf5\x1c\x77\xfb\x9e\xb8\x8a\x64\xab\x90\x58\x8c\x70\x15\x49\xea\xc1\x49\xef\x46\x38\x2b\x2d\xf5\xe0\x82\x0f\x96\x50\x5a\x88\x36\xa0\x64\xf3\x32\x23\x65\x4b\x23\xf8\x62\x49\xe6\x46\x84\x92\x79\xb1\xef\xcb\x8c\x9e\x25\x1c\x5c\x08\xbe\x19\x62\x78\x0c\x2d\x63\x75\x79\x50\x65\x43\xcb\x3d\x00\x05\xa2\x80\xc2\x11\x45\xa2\x08\x84\x24\x46\x22\x4a\x56\x4c\x9f\x80\x32\x51\x86\x8a\xe1\x0b\x51\x81\x0a\x49\x8c\x4a\x54\x0d\x45\x4e\x6c\x44\xb6\x0d\x25\x30\x7c\x27\xc2\x5e\x25\x26\x21\x44\x02\xc4\xf0\x83\x68\x20\x7b\x0f\xb4\x10\x2d\x40\xa8\xc4\x58\x89\x56\xe4\x95\x81\x36\xa2\x0d\xa8\x03\x29\x91\x22\xd5\x0a\xc4\x7a\xd9\xd0\x8a\x47\xac\x85\xf5\xb2\xa1\x95\x80\x58\x0b\xeb\x65\x43\x2b\x09\x49\x2c\xac\x97\x0d\xad\x44\x4e\x64\xbd\x16\xd4\x2b\xe1\x1b\x17\xd6\xcb\x86\x56\x0a\x63\xb1\x5e\x0b\xea\x05\x03\xe4\x85\xf5\x5a\x58\x2f\xe4\xb5\xb0\x5e\x0b\xeb\x85\x4a\xd0\xff\x18\x5a\x49\x8c\xc5\x7a\x2d\xa8\x57\x66\x12\xac\x97\x0d\xad\x78\x26\xc1\x7a\xd9\xd0\x4a\xc4\x0e\x2d\xac\x97\x0d\xad\x04\x7e\x23\xeb\x65\x43\x2b\x74\xe1\xc2\x7a\x2d\xa8\x57\x36\xd4\x68\xcc\x56\xa0\x2a\x40\x05\x25\x6c\x15\xf5\xea\x40\x35\x10\xd9\xab\xe1\x51\x89\x56\x23\x11\xea\xd5\x89\x12\x51\x32\x55\xf6\x40\x99\x08\xf5\x12\xa2\x42\x54\xa0\x8a\x40\x95\x08\xc5\x11\xa2\x4e\xd4\xa1\xca\x40\x42\x84\x4a\x08\xf3\x5a\x88\x16\xa8\x12\xd0\x4a\x84\x05\x09\xf3\x52\x22\x85\xaa\x01\x71\x8d\xcd\x36\xad\x7a\xdb\xb4\xd6\xa8\xb2\xa1\x27\x98\xbc\xf1\x7d\x6c\x3d\x41\x85\x58\x9d\x0b\xb2\xa1\x7b\xd6\xab\x73\x41\xdd\x2c\x57\x03\x26\x0a\x27\xda\xd0\x2a\xd6\x23\xac\xa0\x0d\xad\xe2\xfb\x84\x05\xb4\xa1\x55\x01\x61\xfd\x44\x30\x0b\x6b\x96\x41\x64\x6b\xae\x48\x40\xb8\x64\xb1\x9d\xae\x78\xcb\x3a\x7b\x44\xb7\x06\x18\x02\xfa\x94\x70\x5b\x05\xcd\x25\xc2\x6e\xc2\xc5\x08\x54\x11\x6f\xd9\xa0\x6a\x40\x95\xf1\xaa\x0f\xaa\x06\x54\xb9\xd9\x86\x2d\x54\x2d\x50\xb1\xee\x0b\x55\x0b\x54\xb5\x58\x5e\x2b\x55\x2b\x54\xad\x5b\x15\x56\xaa\x56\xa8\x7a\x36\x53\x6e\x54\x6d\x50\x09\xda\xf7\x46\xd5\x66\xaa\xe8\xf1\x1a\x28\x55\x6a\xaa\x18\xd0\x2d\x95\x2a\x85\x2a\xe2\xf5\x9c\x54\x4d\xa8\x12\xb6\x75\x52\x35\xa1\xca\xc1\xef\xf6\xc2\x73\x4f\x3c\x54\x78\x0d\xc4\x77\x22\xa8\x60\x11\xb9\x9f\x9d\x38\xaf\x62\xb3\xcd\x17\x1e\x58\x82\x63\x25\xb6\x5e\x77\x7b\x89\x54\x45\xa8\xc4\x5e\x75\x89\x54\x45\xa8\xa4\xe5\xdd\x5e\x78\x6a\x08\x4e\x8d\xe4\xad\xa7\x0a\x8f\x0d\x49\xa6\x4a\xc1\x0c\x21\x3c\x11\x04\xed\x3f\xc5\xde\x0c\x51\x95\xa1\x4a\xc5\xe3\x9c\x7e\x3f\x5f\x77\xed\x57\x27\xae\x14\xc6\x28\x88\x91\x9b\xad\xad\x30\x46\x41\x0c\xf4\x2c\xa9\x54\x55\xa8\x6a\xb5\xb5\x55\xaa\x2a\x54\xcd\x1a\x94\xb0\x11\x08\xec\x9f\x7a\xb1\xb5\xd1\xfe\xd2\xa0\x12\x6b\x9c\xd2\xa9\xea\x2d\x1e\x5c\xf6\xd6\xd0\x85\xee\x13\xb8\x2f\x7b\x7b\xc5\x85\xee\x13\xb8\x2f\x87\x6e\x13\xe9\x3e\x81\xfb\x72\xb4\xcd\x12\xba\x4f\xe0\xbe\x9c\x9a\x15\x85\xee\x13\xb8\x2f\x67\x6c\x16\xdd\x27\x70\x5f\x2e\xd5\xc2\xd3\x7d\x02\xf7\xe5\x8a\xcd\xa2\xfb\x04\xee\xcb\x2d\xdb\xb2\xe9\x3e\x81\xfb\x72\xc7\x66\xd1\x7d\x02\xf7\x65\x49\xb6\x6c\xba\x4f\xe0\xbe\x2c\xd8\x2c\xba\x4f\xe0\xbe\x12\xec\x35\x14\xba\x4f\xe0\xbe\x12\xb0\x59\x74\x9f\xc0\x7d\x25\x05\xcb\x9e\xee\x13\xb8\xaf\x24\xdb\x0e\x9c\xd4\xdb\xb4\x1d\xae\xbb\xbd\xd2\x8b\x0a\x2f\x96\xe2\xbd\xa1\x4e\x84\x39\xc5\x36\x47\xe9\x45\x85\x17\x4b\xb5\xce\xaa\xf4\xa2\xc2\x8b\xa5\xd9\xe6\x28\xbd\xa8\xf0\x62\xe9\xcd\xc2\xd3\x8b\x0a\x2f\x16\xb1\xcd\x51\x7a\x51\xe1\xc5\xea\x6b\x36\x44\x15\xbc\x58\x83\x9d\x1e\x4a\x2f\x2a\xbc\x58\x63\x89\x86\xa8\x82\x17\x6b\xb2\xf3\x5d\xe9\x36\x85\xdb\x6a\xb6\xf6\xae\x74\x9b\xc2\x6d\x15\x37\x0a\xa5\xdb\x14\x6e\xab\x35\x5a\xf6\x74\x9b\xc2\x6d\xb5\xda\xed\x44\xe9\x36\x85\xdb\x2a\xae\x5f\x4a\xb7\x29\xdc\x56\xbb\xdd\x74\x94\x6e\xd3\x6e\xaa\xe6\xbd\x65\xdf\xa9\x82\xdb\x9a\xaf\x96\x3d\xdd\xa6\x70\x5b\x0b\x76\x7a\x28\xdd\xa6\x70\x5b\x8b\xd6\xa5\x95\x6e\x53\xb8\xad\x25\xbb\x77\x28\xdd\xa6\x83\x57\x24\x3b\x3d\x74\xe0\x8a\xa4\xc3\xee\x43\x3d\x9a\x73\x95\xa6\xd1\x8d\xe7\x82\x35\x23\xa5\x69\x74\xb3\x8b\x41\xcf\xd6\x8c\x74\xc3\xc5\x80\x43\x10\x49\x40\x05\xc8\x92\xe8\xd9\x5a\x83\xd2\x5a\x0a\x6b\xf5\x62\x1d\x51\x69\x2d\x55\x35\x55\xf5\x16\x5e\x75\x02\x4d\x9c\x7d\x58\x90\x4e\x21\xc2\xc5\x20\x80\x0c\x12\x9b\xe7\x7d\xd9\xed\x27\x97\x38\x47\x96\xf7\x79\x73\xe4\x01\x54\x70\x85\x69\x50\x95\x4c\x94\xef\xa1\xe6\x28\x85\xa4\x7d\x84\xb2\xab\xf3\x7d\x68\x35\x74\x20\x21\xc2\xe9\x64\xbd\x75\x8e\x72\x8f\x3e\xde\x0f\xc3\x39\xca\x42\xb4\xdc\x0f\xac\x39\xca\x0a\xf2\x51\xbf\xc9\xc2\xcf\xb1\x4e\x43\x76\xbb\x9b\x63\x23\xb2\x81\xf5\x9b\x63\x0b\x40\x1f\xf5\x9b\x6c\x06\x73\x61\xfd\x90\x16\x9b\xc1\x44\x33\xe8\xc5\x6e\xc3\x93\xcd\x60\xae\xd9\x6e\x05\xcd\xd7\xff\xe9\xa3\xf6\xbf\xfd\x5e\xfc\xfe\xfb\x6d\x7d\xbb\x5e\xf5\x74\xc3\xaf\x45\xfc\x42\xb3\x5f\x5d\xc7\x93\x7e\xff\xe5\x79\x39\x5f\x6c\x16\xfe\xfe\x13\x00\x00\xff\xff\xa9\x31\x44\x80\xa5\x0e\x00\x00"); +func _gfeec ()([]byte ,error ){return _fd (_aacd ,"Ext-RKSJ-H")};func _cceb ()(*asset ,error ){_fabc ,_caacb :=_fega ();if _caacb !=nil {return nil ,_caacb ;};_dfbf :=bindataFileInfo {_c :"HKdlb-B5-V",_ed :613,_cg :_g .FileMode (436),_ca :_d .Unix (1580492332,0)}; +_cadb :=&asset {_fdf :_fabc ,_ff :_dfbf };return _cadb ,nil ;};func _bffc ()(*asset ,error ){_ffde ,_beea :=_dbgd ();if _beea !=nil {return nil ,_beea ;};_gdeg :=bindataFileInfo {_c :"GBKp-EUC-V",_ed :768,_cg :_g .FileMode (436),_ca :_d .Unix (1580492107,0)}; +_eeea :=&asset {_fdf :_ffde ,_ff :_gdeg };return _eeea ,nil ;};func _bbgb ()(*asset ,error ){_ddeg ,_baae :=_bda ();if _baae !=nil {return nil ,_baae ;};_gddgg :=bindataFileInfo {_c :"UniJIS2004-UTF32-H",_ed :243210,_cg :_g .FileMode (436),_ca :_d .Unix (1580492817,0)}; +_abea :=&asset {_fdf :_ddeg ,_ff :_gddgg };return _abea ,nil ;};var _ecf =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x4f\x6b\xdb\x4c\x10\x87\xef\xfb\x29\xe6\x98\xf7\x90\xd7\x33\xfb\x4f\x2b\x10\x86\x12\x13\x70\x21\x4d\x69\x9a\xb6\x50\x7a\x90\xa5\x95\x11\xd4\x2b\x21\xcb\x87\x7c\xfb\x32\x33\x76\x0a\x3d\x18\xd9\x8f\x66\x7e\x58\xcf\xec\x68\xf3\xb0\xdf\xed\xcb\xb8\xc2\xe6\xf3\x32\x75\x2f\x79\x85\x61\x2c\xfd\x92\xcf\xd3\x65\xe9\x32\x1c\xf2\x71\x2c\xc6\x90\x85\x7e\xec\xd6\xdb\x4f\xb9\x74\xa7\x76\x36\x86\xfb\x5f\xde\xce\x6b\x3e\xed\xcb\x30\x81\xd3\xba\xfe\x32\x5f\x6b\x01\x36\x5f\xf2\x71\x3c\xaf\xcb\x1b\xdc\x7d\xe8\xa7\x43\xfe\x0f\xfa\x3c\x30\x7f\x5e\xfa\xbc\x8c\xe5\x08\x77\x1f\xdb\xb9\x2d\xf4\x7e\xe3\xe5\x32\xcf\xbf\xf3\x29\x97\x15\x48\x58\x2e\xbd\x5c\xcd\xe6\xe1\xa9\x9d\x3f\xb5\xa7\x0c\x1b\xc9\xba\xd7\xce\x7b\x2d\x93\xbb\xdf\xf2\x72\x1e\xa7\x02\x84\xff\x23\xc6\xbf\xfc\xeb\xdb\x9c\xaf\x71\x66\xf3\xba\xdf\x3d\x0f\xc3\x39\xaf\x40\xe8\x50\x8b\x7e\xbc\xee\x77\xf0\x93\x80\x10\x6c\x08\x0e\x7f\x5d\x6b\xbf\x3f\x4d\x7d\x06\xbc\xfd\x81\xfd\xee\x61\xba\x94\x15\x92\x0b\xb5\x32\xd2\x47\xed\xa6\x3e\x9f\xe7\xb6\xcb\x4b\x5b\x8e\xd9\x00\x34\x88\x88\x5b\x68\x2c\x3e\x3e\x6e\xf9\x19\xfe\xa9\x30\xce\x5d\x3b\xc7\x5e\xc9\xad\x03\x71\x18\xb6\x00\x00\x68\x1a\x24\x45\x24\xc8\x86\x68\x1a\xb4\x8a\xac\xa0\x40\xd6\x34\xe8\x14\x39\x41\x55\x4c\xa6\x41\xaf\xc8\x33\x22\xb4\xde\x34\x18\x14\x05\x41\x36\x71\x7c\x54\x14\x05\x05\xc7\xf1\x95\xa2\x4a\x50\x55\x73\x7c\x52\x94\x18\x59\xf4\x1c\x5f\x2b\xaa\x05\x39\xe4\xf8\x56\x51\x2b\x28\x44\x8e\x3f\x28\x3a\x08\x4a\xc4\xf1\x9d\xa2\x8e\x91\xc3\x8a\xe3\x7b\x45\xbd\x20\x67\x39\x3e\x2b\xca\x82\x42\xe2\xf8\x41\xd1\x20\x28\x79\x34\x0d\xa9\x2f\x12\x5f\x1e\xeb\x68\x1a\x52\x5f\x24\xbe\xbc\x0b\xd6\x34\xa4\xbe\x48\x7c\xf9\x88\xc9\x34\xa4\xbe\x48\x7c\xf9\x14\xbd\x69\x48\x7d\x91\xf8\x0a\x64\x39\x5e\x7d\x91\xf8\x0a\xae\xe2\x78\xf5\x45\xe2\x2b\x44\xc7\xf1\xea\x8b\xc4\x57\x48\x89\xe3\xd5\x17\x89\xaf\x48\x9e\xe3\xd5\x17\x89\xaf\xe8\x91\xe3\xd5\x17\x89\xaf\x18\x79\xb4\xa4\xbe\x48\x7c\xc5\x9a\x47\x4b\xea\x8b\xc4\x57\x45\x3c\x5a\x52\x5f\x24\xbe\x2a\xcf\xa3\x25\xf5\x45\xe2\xab\x8a\x3c\x5a\x52\x5f\x24\xbe\xaa\x9a\x47\x6b\x6f\x27\xb2\x8d\x5b\x48\x54\x5b\x39\x96\xb7\xe3\xc7\xdf\x79\xa9\xdf\x97\xac\xbb\x2c\x4b\x2e\xab\xac\xb4\x2c\x11\x1f\xf8\xb1\xe4\xf7\xd7\xc3\x3c\xcd\xdc\x25\x9f\x3f\x01\x00\x00\xff\xff\x26\x4d\xff\xfa\x4a\x04\x00\x00"); +var _bfbe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x94\x51\x6b\xdb\x3c\x14\x86\xef\xf5\x2b\x74\xd9\xef\xa2\x5f\x74\x8e\x65\x4b\x02\x53\x18\x2d\x85\x50\xba\x8d\x76\x6c\xd7\x8e\x25\x07\xc3\x62\x1b\xc7\xb9\xe8\xbf\x1f\xe7\xbc\x49\x07\xbb\x08\x8e\x9f\x48\x6f\xc4\xf3\xda\x67\xf7\xb8\x7f\xda\x4f\xe3\x66\x77\xdf\xd7\xb9\x7f\x2f\x9b\x1d\xc6\x29\xaf\xe5\x3c\x5f\xd6\xbe\xd8\x43\x39\x8e\x93\x31\xc4\x36\x8f\xfd\x76\xbb\xd5\x4b\x7f\xea\x16\x63\x64\xff\xfb\xc7\x79\x2b\xa7\xfd\x34\xcc\xb6\xc2\xba\x7c\x59\xae\x6b\xad\xdd\xbd\x95\xe3\x78\xde\xd6\x0f\x7b\xf7\x25\xcf\x87\xf2\x9f\xcd\x65\x10\xfe\x6d\xcd\x65\x1d\xa7\xa3\xbd\x7b\x79\xfb\x84\xef\x97\x65\xf9\x5d\x4e\x65\xda\x6c\xad\xac\x4c\x59\xaf\x66\xf7\xf8\xda\x2d\x5f\xbb\x53\xb1\x3b\xcd\xb9\x7f\x79\xbb\xc7\x12\xfd\xe5\x67\x59\xcf\xe3\x3c\x59\xfa\xdf\x39\xfe\x8b\x7f\x7c\x2c\xc5\xd2\x35\xe1\xd7\xeb\x9c\x8b\x75\xb7\xbc\xfd\xd3\xe3\x7c\x99\x36\x4b\xcc\x15\x92\x0c\xe1\xd8\xfd\x9c\xcb\x79\xe9\xfa\xb2\x76\xd3\xb1\x18\x6b\x5b\xe7\x9c\x7b\xb0\x2d\x3f\x3f\x3f\x3f\xc8\x99\xfe\x59\x61\x7c\xbc\xee\x1c\x33\xc8\x6d\x87\x73\xc3\xf0\x60\x9d\x69\x1d\xe1\x9e\xe4\x9e\xeb\xc6\xb4\x8e\x41\x58\x48\x4d\x6c\x5a\x57\x81\x54\x42\x42\x13\x4d\xeb\x3c\x88\x17\x42\x8e\xbd\x69\x5d\x0d\x54\x2b\xe2\x28\xd9\x0d\x50\xa3\xa8\xae\x24\x3c\x00\x05\x45\x21\x49\x7a\x04\x8a\x7a\x02\xe7\x25\x3e\x01\x25\x45\x95\x93\xf8\x0e\xa8\xbb\x9e\x53\xe2\x0f\x40\x07\x45\x91\x24\xbe\x07\xea\x05\x55\x2e\x48\x7c\x06\xca\x8a\x2a\x96\xf8\x02\x54\x14\xd5\x51\xe2\x07\xa0\x41\x51\xf4\xce\xb4\x04\x53\xa4\xa6\xbc\x4b\x8d\x69\x09\xb2\x48\x65\xf9\xaa\x66\xd3\x12\x6c\x91\xda\xf2\x8d\x8b\xa6\x25\xe8\x22\xd5\xe5\x63\xe3\x4d\x4b\xf0\x45\xfe\xea\x54\xe2\xe1\x8b\xd4\x57\x5d\x05\x89\x87\x2f\x52\x5f\x75\x53\x49\x3c\x7c\x91\xfa\xaa\x63\x94\x78\xf8\x22\xf5\xd5\x90\x97\x78\xf8\x22\xf5\xd5\x78\x27\xf1\xf0\x45\xea\xab\x69\xa4\x58\x82\x2f\x52\x5f\x4d\x92\x66\x09\xbe\x48\x7d\x05\x92\x6a\x09\xbe\x48\x7d\x05\x2f\xd5\x12\x7c\x51\xb9\xf6\x2f\xf1\xf0\x45\xea\x2b\x24\xa9\x96\xaf\xcf\xa2\xfa\x8a\x24\xd5\x32\x7c\xb1\xfa\x8a\x5e\xaa\x65\xf8\x62\xf5\x15\x83\x54\xcb\xf0\xc5\xea\x2b\x26\xa9\x96\xe1\x8b\xd5\x57\x62\xa9\x96\xe1\x8b\xd5\x57\xf2\x52\x2d\xc3\x17\xab\xaf\x14\xa4\x5a\x86\x2f\x56\x5f\x29\x49\xb5\x0c\x5f\x1c\x6f\xcf\xaa\xe4\x43\x18\x27\x30\x2f\xe5\x32\x8c\x71\x07\x16\xa4\x5d\x86\x32\x56\x65\xd2\xbe\xfc\x05\x9c\x71\x0f\xc6\xd2\x2f\x43\x1a\x67\xb0\x5a\x0a\x66\x58\xe3\x02\x16\xa4\x61\x86\x36\x1e\xfa\x4e\x5e\x12\x57\xb1\xbe\xb5\xb7\xb7\x53\xbe\xcb\xfc\xfa\x9c\x29\xfd\x65\x5d\xcb\xb4\xe9\xf4\xd2\xc1\x21\xf3\x60\x9c\xca\xe7\x24\x5c\xe6\x45\x76\xe9\xe7\x4f\x00\x00\x00\xff\xff\xc3\x2d\x7b\xce\x35\x05\x00\x00"); +func _fgc ()(*asset ,error ){_acb ,_eec :=_beda ();if _eec !=nil {return nil ,_eec ;};_fbe :=bindataFileInfo {_c :"Adobe-KR-9",_ed :2173,_cg :_g .FileMode (436),_ca :_d .Unix (1580491457,0)};_bfa :=&asset {_fdf :_acb ,_ff :_fbe };return _bfa ,nil ;};var _aafa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9e\x62\x8e\xdb\xc3\xd6\x23\x39\x76\x1c\x30\x81\x36\x65\x21\x2c\xdb\x96\xa4\xb4\x67\xc7\x1a\x07\x41\x23\x09\x59\x3e\xe4\xed\xcb\x68\xb2\x2e\xec\x21\x28\xfa\x32\xf3\x33\x91\x54\x1d\x8e\xdf\x8e\xde\x65\xa8\x7e\xa6\x30\x9e\x29\xc3\xe4\xbc\x4d\x34\x87\x25\x8d\x04\x17\xba\x3a\xaf\x94\x36\x60\xdd\x98\xdf\xb7\x65\x19\x6f\x43\x54\x8a\xfb\xcf\xf7\x39\xd3\xed\xe8\xa7\x00\xb5\xd4\xd9\x25\x3e\x6a\x01\xaa\x13\x5d\xdd\x9c\xd3\x1d\x9e\xbe\xd8\x70\xa1\x4f\x60\x69\x62\xff\x91\x2c\x25\xe7\xaf\xf0\xf4\x7a\x5a\xf1\xbc\xc4\xf8\x97\x6e\xe4\x33\x60\x31\xf2\xb6\xac\xaa\x3a\xbc\x0d\xf1\xfb\x70\x23\xa8\x4a\xce\xf3\xeb\xe9\x59\x4a\xca\x2f\xbf\x29\xcd\x2e\x78\xd0\x9f\x11\xcd\x7f\xfe\x75\x8f\x04\xfa\x91\xf0\xe7\x2d\x58\x7a\xe4\x96\xc9\x0f\x61\xf1\x19\x6a\x6c\x76\x62\x5a\xa6\x1e\x83\xa5\x39\x0e\x23\xa5\xc1\x5f\x49\x01\xf4\x88\x88\x7b\xe8\xf1\xeb\xcb\xcb\x9e\x47\xfa\x50\xc1\x07\x24\x9d\xce\x8a\xac\x1d\x38\x4d\x7b\x40\xd5\xa3\x96\xbd\xe6\xbd\x69\x5a\xd5\xa3\x11\x31\x2c\x8d\x36\xaa\xc7\x5a\xa4\x66\xd9\xb6\x9d\xea\x71\x23\xb2\x61\xd1\x68\x36\xaa\xc7\x46\xa8\x29\x64\x3a\xce\x6e\x85\xda\x42\x4d\xcd\xe1\x5b\xa1\x6d\xa1\xed\x8e\xd3\x3b\xa1\xae\x4c\x80\x1b\x8e\xdf\x09\xed\x0a\xd5\xc8\xf1\x83\xd0\xf0\x98\x93\xe3\x2f\x42\x97\xc9\xec\xc1\x74\xba\x2d\x27\xf0\xfe\x4f\xf9\x3b\x3f\x85\xf5\x7a\xc6\x25\x25\xf2\xb9\x3c\x84\x72\x07\x7c\xb6\xce\xd3\xfa\xa8\x62\x88\xdc\x55\x3e\xff\x02\x00\x00\xff\xff\x65\xa2\x18\x80\x80\x02\x00\x00"); +func _fbfc ()([]byte ,error ){return _fd (_ddfc ,"UniCNS-UTF8-V")};var _cbae =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x4f\x6f\xdb\x30\x0c\xc5\xef\xfe\x14\x3c\x76\x87\xce\x92\x3d\x47\x0e\x50\x14\x58\x93\xa1\xf3\xa1\xeb\xb0\x36\xdd\x80\x61\x07\xfd\xa1\x02\x01\x8b\x2c\xc8\xf6\x21\xdf\x7e\x10\xe9\x79\x3b\x04\x2f\xf9\xe9\x3d\x8a\x8c\x58\x1f\x86\xe3\x10\xc3\x0c\xf5\xd7\x3c\xda\x17\x9c\xc1\x87\xe8\x32\x4e\xe3\x92\x2d\x82\xc1\x73\x88\x55\x25\x1b\x70\xc1\xce\x7f\x7f\x92\xd8\x8b\x4e\x55\x55\x3f\x3e\xbc\x26\x7b\xfb\xe9\x74\xb8\xfd\x0c\xcb\x84\x2b\x3d\x0c\xc7\x97\xeb\x34\xe3\x65\x88\x7e\x84\x96\xd3\x6e\x49\x6b\x05\x80\xfa\x1b\x9e\xc3\x34\xe7\x2b\xdc\x7c\x74\xa3\xc1\x77\xe0\xd0\x17\xfe\x9c\x1d\xe6\x10\xcf\x70\xf3\xf8\x20\x37\xfa\xb2\xa4\xf4\x1b\x2f\x18\x67\x90\xc4\x30\x3a\xd2\xaa\x3e\x3c\xe9\xf4\x45\x5f\x10\xfe\x6b\xe5\x8d\xce\xe8\xe8\x0d\xf3\x14\xc6\x08\x52\xbc\x17\x62\xf7\x8f\xbf\x5e\x13\xae\xb5\xaa\xfa\x34\x1c\x9f\xbd\x9f\x70\x86\x5d\x2f\xd8\xf3\xe3\x34\x1c\xe1\xa7\x04\x29\xa0\xe9\x5a\xd5\xfd\x5a\xad\xdf\x9f\x46\xb7\x05\x1b\xc1\x03\xd9\xe0\xb2\x8e\x67\xac\xee\xb4\xd4\xcd\x3d\xac\x02\x9d\xea\x08\xb5\x8c\x5a\x42\x1f\x08\x69\x46\xba\xa0\x7d\x4f\xc8\x30\xb2\xf7\xa0\x94\x60\x97\x63\xe4\xc8\xb5\x2f\xc8\x70\x79\xe3\x0b\xea\x9b\x82\x3c\x12\x2a\xa2\x94\xd8\x55\x77\xba\xd5\xb2\x20\x12\xe8\x54\x4f\xa8\x67\xb4\xa7\xa0\x20\x64\x19\x59\x72\xb5\x84\x90\x11\xd7\x52\x05\x19\x6a\xb5\x35\x86\x5c\x54\xde\x38\x46\x8e\x5c\x54\xbe\x34\xb4\x0a\x74\xaa\xb4\xda\x3a\x1a\x88\x44\x29\xc1\x88\x83\x8e\x82\x92\x9a\x70\x1c\x2c\x02\x3b\x41\xc8\x73\xd0\xd3\x8d\x7b\xba\xd1\x73\xd0\xf3\x3f\x41\x7d\xf1\xd8\x2d\x8f\x2d\x65\x59\x89\xed\x1d\xca\xf7\xb2\x89\xdb\x72\xd8\x25\x67\x8c\x33\xed\x21\xbd\x7f\x79\xc0\x10\x71\xdb\xf4\x34\xa6\x92\xa2\xcf\x9f\x00\x00\x00\xff\xff\x3c\x9a\xd2\xc8\x15\x03\x00\x00"); +func _fafb ()(*asset ,error ){_agc ,_agdg :=_acga ();if _agdg !=nil {return nil ,_agdg ;};_dfbg :=bindataFileInfo {_c :"HKgccs-B5-H",_ed :11477,_cg :_g .FileMode (436),_ca :_d .Unix (1580492364,0)};_caca :=&asset {_fdf :_agc ,_ff :_dfbg };return _caca ,nil ; +};var _ggfe =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x92\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\x39\x6e\x0f\x5b\x4b\x56\xe4\xd8\x50\x16\x4a\x42\xa9\x59\xb6\x2d\xcd\x66\x5b\x28\x3d\x38\xd6\x38\x15\xd4\xb2\x90\xed\x43\xde\xbe\x68\x6c\x4d\xe8\xc1\x48\xdf\xfc\x1e\x69\xfe\xd1\xe4\x87\xe6\xd8\x38\x3b\x43\xfe\x2d\x8c\xdd\x09\x67\xe8\xad\x33\x01\xa7\x71\x09\x1d\xc2\x05\xaf\xd6\x65\x99\x2c\xc0\xd8\x6e\x4e\x48\x4b\x37\xb4\x3e\xcb\xf2\xb3\xb3\xcf\xa7\xc7\xf3\xeb\x27\x55\x3c\x7e\x86\x65\xc2\x2d\x7e\x68\x8e\xa7\xdb\x34\xe3\xd0\xb8\x7e\x04\xb5\xe6\x9b\xc5\x6f\x67\x00\xe4\xdf\xf1\x6a\xa7\x39\xdc\xe0\xe1\xa3\x19\x2f\xf8\x0e\x0c\xf6\x31\xfe\x35\x18\x0c\xd6\x5d\xe1\xe1\x79\x0c\xd8\x4a\x16\x4e\x8b\xf7\x7f\x71\x40\x37\x83\xa4\x18\x3a\x43\x6b\x96\x1f\x5e\x5a\xff\xa5\x1d\x10\xfe\xab\xe7\x8d\x54\x12\xdf\x30\x4c\x76\x74\x20\xdf\x0b\xa1\xef\xe1\xd7\x9b\xc7\xed\xb0\x2c\xff\x79\x6e\x8e\xf0\x4b\x82\x14\x50\x68\xbd\x53\xbf\xb7\xf8\x8f\x97\xd1\xf0\x5f\x52\xae\x0e\x3a\x6b\xba\x3f\x6d\xc8\x3e\x08\x21\x44\x21\x64\xf9\x04\x95\x28\x65\xe2\x42\x47\xd6\xd5\xca\x4a\x48\x15\x79\xaf\x57\xee\x7b\x21\x89\x4b\xe6\x8e\xb8\x66\xc6\xc8\x95\x48\xac\x2e\xc4\x7b\x66\x43\x5c\x31\xf7\xc4\x9c\xaf\x29\xbf\x2c\x12\x23\xdd\x5f\xab\xd8\xb3\x54\x7a\xb6\x67\x2b\xa1\x75\x57\x64\x2f\xea\x09\xd2\x76\x47\x36\xea\x64\x23\x96\x9d\xb6\x05\x49\x25\x4b\x15\x4b\x92\xcc\x95\x9a\xcd\xef\xee\x12\xf5\xa5\x54\xec\x33\x65\xf5\xbd\xa8\xa9\x05\x6c\x51\xb6\x2c\xc9\xd5\x9d\x64\x77\x17\x96\x34\x35\xa2\x16\x9b\xb1\xd5\x08\x41\x9c\x43\x9e\x8b\x6e\x09\x01\xdd\x4c\x53\x48\x2f\x1f\x5f\xd3\x3a\xe4\x49\xf7\xa3\x8f\x59\xf4\xfd\x0b\x00\x00\xff\xff\x9c\x40\xf9\x5e\x15\x03\x00\x00"); +var _afeda =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\x41\x0f\x93\x30\x14\x07\xf0\x3b\x9f\xe2\x1d\xe7\x61\x42\x81\x52\x4d\x8c\x89\xb2\xc3\x88\xd9\x34\xa2\xd3\xc4\x78\x80\xf6\x8d\x34\x19\xa5\x29\x70\xd8\xb7\x37\xef\x15\xd9\x61\x79\xe3\x57\xfa\xcf\xeb\x2b\x69\xdd\x9c\x1a\x67\x17\x48\xbf\x85\x49\xb7\xb8\xc0\xdd\x3a\x13\x70\x9e\xd6\xa0\x11\x7a\x1c\xac\x4b\x12\x91\x83\xb1\x7a\xf9\xff\xc8\x45\x8f\x9d\x4f\x92\xf4\xfc\xc5\x3c\xfa\xe3\x67\x79\x3c\xc3\x3a\xe3\x86\x75\x73\x6a\x9f\xf3\x82\x63\xe3\xee\x13\x14\x71\xb3\x59\xfd\x16\x00\x90\x7e\xc7\xc1\xce\x4b\x78\xc2\xe1\x93\x99\x7a\x7c\x03\x06\xef\xe4\x5f\x83\xc1\x60\xdd\x00\x87\xfa\xda\x8a\x9d\xdb\xd5\xfb\x07\x8e\xe8\x16\x10\x6c\xe8\x0c\xd7\x24\xad\x2f\x9d\xbf\x76\x23\xc2\xab\x95\x1b\x2f\xf1\xca\x0d\xc3\x6c\x27\x07\x22\x7f\x9b\x65\xf2\xe5\x3f\x9e\x1e\xb7\xa8\x24\xfd\xfd\xb3\x39\xc1\x1f\x01\x22\x83\x5c\xca\xbc\xfc\xbb\xf9\xaf\xcb\x64\xf6\xb7\x44\x1e\xbb\xd7\xd6\x84\xce\x0d\x98\x7c\xe8\x44\xd9\x7f\x84\xad\x88\xa2\x2a\x2b\x32\xd9\xb1\x51\x11\x85\x2a\x0b\x36\x1d\x4d\x47\x93\x6c\x26\x1a\x92\x65\x24\x95\x60\xa9\x72\x92\x92\x45\x46\xa9\x48\xde\xb1\xbc\x8f\x42\xe9\x65\xce\x12\x73\x2a\xca\x89\x1d\xa8\x98\xa3\x28\x47\x72\xb2\x8a\x39\x8a\x72\x24\x27\xab\x98\xa3\x28\x47\x72\x32\x16\x2c\x54\xe8\x2c\x8a\x46\xbc\x9f\x95\xfe\xd3\xd5\xee\xc3\xd6\x6b\x08\xe8\x16\xbe\x58\x1e\x28\x0d\xc9\x3a\xdc\xbf\x1c\x3f\x79\xda\xc5\xbf\x7f\x01\x00\x00\xff\xff\x33\xf7\x40\xf6\x65\x02\x00\x00"); +func _gffg ()(*asset ,error ){_ccfc ,_dbcc :=_fafff ();if _dbcc !=nil {return nil ,_dbcc ;};_eecg :=bindataFileInfo {_c :"HKm314-B5-H",_ed :11290,_cg :_g .FileMode (436),_ca :_d .Unix (1580492384,0)};_gcdb :=&asset {_fdf :_ccfc ,_ff :_eecg };return _gcdb ,nil ; +};var _aedc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xfd\x4b\xab\x6e\xdb\x95\xa5\x07\xd7\xcf\xaf\xd8\xc5\xef\x2b\xa4\x35\xc7\x1c\x77\x10\x82\x71\x85\xc0\xa4\x6d\x1c\x4e\xdb\x60\x4c\xa2\xd0\xd9\x11\x16\x38\x8e\xc4\x91\xa2\x10\xff\xde\xac\xf6\xb4\x37\x09\x8c\x39\xbb\xb4\xe8\xeb\x9d\x73\x8e\x7b\xef\xbd\xf5\xdb\xf8\xdd\xfa\x87\xfd\x0f\xbf\xfc\xf9\xef\xdf\x7e\xf7\x3f\xfd\xfa\x97\x3f\xfd\xe3\xf7\xbf\x7f\xfb\xe7\x3f\xff\xf2\xf3\xaf\xdf\xff\xf6\x97\x7f\xfb\xf5\x4f\xdf\xbf\xfd\xd3\xf7\x7f\xf9\xf3\x2f\x3f\xfd\x14\xde\x6f\x3f\xff\xf9\x4f\x7f\xff\x90\xfa\xf3\xa7\x7f\xfd\xe3\x5f\x7f\xfa\xe9\xeb\xfd\x7f\xfc\xf7\xbf\xfd\xfd\xfb\xbf\xfe\xc3\x2f\xff\xfc\x97\x6f\x91\xe7\x7e\xfe\xb7\xbf\xfa\xd9\x6f\xdf\x7e\xf7\x3f\x7f\xff\x97\x3f\xff\xed\xef\xbf\xfe\xfb\xb7\xff\xdf\xf8\xf9\x2f\xff\xf4\xfd\xff\xff\xed\xe7\xef\xff\xfc\xf5\xff\xff\xf1\xd7\x9f\xbf\xff\xfa\xe7\x5f\xfe\xc5\xff\xff\xaf\xff\xfd\x5f\x7e\xfd\xfe\xc7\xf0\x5f\xff\xcb\xfa\xc7\xf7\xbf\x3d\xf3\x8f\xff\xf6\xd7\xbf\xfe\xdf\xdf\xff\xf5\xfb\x2f\x7f\xff\xf6\xea\x7f\xdf\x7f\xf9\x59\x7f\x7f\xfa\xdd\xfa\xcf\x7f\xfc\xeb\xff\xf0\xc7\x7f\xfd\xfe\xed\x77\x7a\xfd\x3f\xf1\xfa\x7f\xfa\x7a\xfd\x3f\x3c\xf1\xbf\x7e\xff\xf5\x6f\x7f\xfe\xcb\x2f\xdf\xf2\x7f\xf7\x3c\x59\xff\xd7\xbf\xff\x97\x7f\xff\xeb\xf7\x6f\x9f\xe7\xfe\xf7\xff\xf2\x0f\xfb\xdb\xff\x11\xbe\x85\xe7\xdb\x9b\x63\xcc\xdf\xc2\x1b\xde\xff\xd3\x3f\xfe\x6f\xff\xf9\x2f\x3f\x7f\xff\xf6\x40\x05\x46\xf5\xa7\xbf\xfc\xfc\xfd\x6f\x7f\xfd\xe3\x9f\xbe\xff\xfa\xc7\x5f\xfe\xe5\xfb\x4f\xdf\xbe\xfd\xfe\x79\x9e\xe7\x0f\xdf\x7e\x7f\xef\xbd\x7f\xf8\xea\xe3\xff\xeb\x89\x9f\xc2\xf3\xf0\xea\x3f\xfd\xf3\x9f\xfe\xaf\x3f\xfe\xfa\xd3\x7f\x78\x61\xff\xe1\x8b\x2a\x5f\xd4\xfb\x8c\x0e\x15\x44\x85\x07\xea\xfd\xc3\x57\x0b\x9f\xdf\xe2\xd7\x6f\xe1\x7d\xa1\xd2\x17\xf5\x9e\x0b\xd5\xf4\xe4\xac\x50\x93\xf7\x1a\xd4\xfa\xc3\xb7\xdf\xc7\xe7\x89\x50\x97\x16\x8a\xa8\x4a\x5f\xe2\x82\x52\xeb\xaf\xa9\x46\xeb\x33\x40\x45\x51\x9b\x16\x5a\x12\x75\x4d\x65\xbd\x57\xe8\x75\x6b\xa2\xc2\x81\xea\x7c\x33\x41\x0d\xbe\xe9\x27\xb7\x46\xe4\x9e\xb5\xc3\xf8\xa6\xa8\x1e\xd4\xb3\x93\xa1\xbe\xfa\xf2\x96\xc4\xd8\x7b\x84\xe2\x2b\x9d\x99\x78\x4d\xd1\x97\xe1\xf7\xca\x17\x15\x83\xdf\xab\xfa\xed\x31\x45\x3f\x1f\xc6\xd0\xe9\x67\x61\xb4\x7d\x88\xca\x7e\xd2\xf3\xe9\x27\x97\x66\x30\xba\x9f\x1a\x43\x79\x98\xcf\x7e\xa0\xdc\xba\xe6\x3a\x2f\x9e\x1c\x0f\x14\x2b\x36\x02\x14\xb3\x34\x5e\x28\x5a\x18\x11\x8a\x6f\x0e\x8d\x2f\x0f\x7a\x36\x32\x14\xa3\x1d\x1a\x5f\x9e\xcc\xe0\xa8\x50\xf4\x7a\x34\x28\xf6\xd9\xe8\x50\xac\xed\xd0\xf8\x42\xf7\x93\x57\x3b\x24\xf0\x95\xf9\xb2\x7e\x03\x2a\xb2\x7e\x7c\x65\x32\xd7\xc1\x14\x73\x1d\x19\xed\xf4\x7c\xb2\xeb\x26\xf3\xf9\x30\xf6\x79\x58\x23\x7f\xf3\x42\xb1\xaf\xd7\xcb\x4a\xd3\x97\xc5\x2e\xdf\xa6\x12\x14\xbb\x67\xd1\xde\xc3\xd8\x57\x81\xa2\xd7\xab\xb2\xb3\xfc\xa4\xce\xc3\xbb\x19\xed\xea\xa2\x3c\xbb\x6b\xf0\x1b\xfd\x5c\x13\x8a\x11\xad\x05\x45\x3f\xd7\x86\x72\x3f\x0f\x2d\xf8\xbd\xcb\x6f\x8c\x6f\x3f\xec\x10\xd6\x68\x07\x9e\x64\xa5\x37\xf3\x19\x59\xcd\xcd\x7c\xbe\xac\xfb\xf6\x7c\xfa\x3d\x8f\xcf\xef\x15\xbe\xc9\x88\x76\xe5\xac\xd0\x97\xdd\xd8\x83\xcc\xc4\x66\x6d\x97\xbf\x32\xa0\xfc\xdb\x64\xdd\x19\xfb\x5e\x50\xee\x0b\x7b\xb7\xd0\xc2\x79\xa0\x58\xcd\x13\xa0\x78\xef\x70\xfe\x0a\x73\x7d\x18\x43\xa7\x2f\x87\xfd\xb9\x98\x97\xe3\xfd\xe9\x27\xd9\x83\xde\x67\x87\xbe\x98\x2f\x1d\xfa\xe2\x53\x75\x36\x14\x3d\x3b\x07\xca\x2d\x5c\x5a\xe7\xbd\x4b\x3f\x3d\x4b\x97\x7e\x3e\xcc\xe7\xa5\x9f\x81\x75\xbf\xf0\x89\x2f\x4e\xf4\xfd\x97\x9f\xcd\x81\xff\xbf\x58\xf2\x85\x9d\x79\x5a\x2e\x53\xdd\x99\x88\xdb\xa0\xe8\xe6\xed\x50\x74\xec\xfa\x18\xf9\xbd\x09\xe5\x6e\x2e\x3a\xcd\xc6\xba\x1e\x82\x3a\x16\x24\x02\xe2\x5b\x2f\x54\x10\x15\xfc\x9b\x86\x10\x60\xd0\x5f\xbc\xf1\xdb\xef\x63\x64\xeb\x86\x27\xfd\x07\x11\x10\x9e\xcc\x6f\xa6\x8a\x28\xb6\x75\x78\x18\xc3\xab\x2d\x11\x52\xe4\x88\xf1\xcd\x92\xa1\xb4\x44\x2f\x4f\x66\x0e\xd5\xd7\xe9\x15\xf5\x42\xb1\xb1\x9e\x05\xc5\xc6\x0a\x7e\x92\xc5\x0c\x0d\x8a\xc5\x0c\x09\x8a\xc5\x0c\x7e\x8f\xc5\x7c\x4d\xc1\x14\x5f\x9e\x0c\x30\xc5\x68\x0a\xa6\x88\x00\x7a\x03\x4c\xf1\x09\x50\x30\x45\x8e\xfb\x1b\xd8\x74\x6c\x82\x37\xb0\xe9\x82\x7f\x83\x29\x86\x09\xc5\xf8\x42\x85\x62\x7c\xaf\x9f\x64\x7c\xd1\x14\xe3\x7b\xfd\x1e\xe3\x8b\xa6\x18\x5f\x32\xc5\xf8\x10\x39\x5f\x92\x4e\x94\xfb\xe2\xf1\x31\x2f\xaf\xc7\x47\xeb\xaf\xc7\xc7\x93\x2f\xe3\x83\x99\xbe\x2f\xe3\xe3\x48\xbf\x2f\xe3\x7b\x33\x14\xe3\x8b\xfe\x26\xe3\x43\x18\xbe\xaf\xc7\x67\x8a\xf1\xc1\x50\xbe\x38\xac\xa8\x01\xe5\xf5\xeb\x50\x5e\xbf\x02\xe5\xf5\x73\x7b\x8c\x8f\x43\xf5\xc5\xab\x44\xd1\xcf\x84\x98\xf6\x5c\x27\x89\x8e\xc8\x9e\x7f\xf3\xc3\x8e\x64\x35\x33\xbf\x2d\x5a\x2f\xde\xc9\x8c\xbd\xb0\x5b\x61\x1a\x6f\xb3\x6a\x43\x5f\xa4\x32\xc4\xb8\x4d\x0d\x9e\xa4\x67\x52\x12\x62\x84\xed\xbe\x9d\x6f\xc2\xbc\x5f\x29\x02\x31\x6e\x66\xb0\x73\x3a\x36\xfd\xec\x6e\xcf\x54\x85\x62\x26\xa4\x08\xc4\x88\xb0\x78\x3b\xad\x23\x7c\xdf\x8e\xc2\xf2\xa1\x50\x04\x3e\x2d\x2c\x18\x34\xe3\x93\x22\xf0\x7c\xc6\x20\x45\xe0\x09\x91\x55\x91\x22\xf0\x04\xaf\xbb\x14\x81\x27\x24\xd6\x68\x20\x2c\x38\xb7\xaf\x14\x81\x27\xa0\x78\xbc\x03\xa5\x6b\xd2\xc2\x80\x4b\x6d\x56\x45\x8a\xc0\x13\x0a\xed\x49\x11\x78\x42\xe2\xc9\x43\xcf\x10\xfd\xaf\xd8\xe7\xf3\x20\xfa\xdf\x8b\xa8\x9a\x7c\xe5\xea\x2b\x0f\x9c\xe1\xbd\x7c\xc5\xbb\xe7\x22\x52\x2f\xa3\x15\x1f\x7c\xc2\xcb\x4e\x16\x1f\x7c\x42\xf4\x93\x03\x8a\xd9\x15\x1f\x7c\x82\x77\xab\xf8\xe0\x13\x92\xbf\xc2\x2c\x7d\xed\xdd\xdf\x64\xc9\xef\x45\xda\x5e\x7f\x84\x09\xcc\x6a\x20\x3e\x0c\x61\x5f\x28\x26\xf0\x1e\x28\x26\x10\xb9\x15\xc5\x3e\x9f\xc0\xb1\x8d\x62\x9f\x4f\x48\x5a\xf6\x98\xac\x8b\x9a\xd2\x96\x7f\x6a\x82\x3a\x50\x6a\x21\xf1\xcd\x04\x23\x4a\x3a\xa8\x4f\xca\x50\xe9\xab\x2f\x63\x3d\x7a\x2f\xe5\x57\x14\x8c\x21\xe5\x08\xe5\xdf\xa6\x28\x98\x5b\xca\x4b\x54\xf2\x93\x1b\x6a\x42\x1d\xa8\x0d\x75\x45\x65\xbe\x52\x68\x2f\x37\xa8\x00\xc5\x37\x85\x09\xc6\xaa\x7e\xb2\x42\x69\x4b\xa4\x4a\xcf\x3a\xed\x55\x7a\xd6\x79\xb2\xd2\x97\xc1\x57\x1a\x5f\x41\x9b\x48\xd2\xed\xc7\xe2\x48\xa7\x56\xa0\x68\xbd\xd1\xc2\xf2\x7b\x4d\xd4\xce\x50\x1d\xaa\x42\xd1\xc2\xf1\x57\x18\xd1\xa1\x67\x9d\x11\x1d\xbe\xd2\x69\xfd\x46\x28\x7d\x65\x23\x9c\x92\x0e\xe3\xd8\x9e\x6b\x1d\xc6\xb1\xd1\xbc\x93\x0e\xdc\xd8\x08\x84\xa4\x03\x37\x36\x1b\x39\xe9\xc0\x8d\x8d\xa8\x4a\x3a\x70\x63\x23\x9c\x92\x0e\xdc\xd8\x5e\x31\x1d\xb8\xb1\xd1\x4c\x93\x34\xe8\xb1\xa3\xdf\xa3\x2f\x5e\xbf\xa1\x11\xed\xc4\xf8\xc6\x86\xf2\x7b\xf4\x25\xfb\x9b\xf4\xc5\xeb\x37\xe9\x8b\xd7\x6f\xd2\x17\x50\x47\x9a\xf4\x05\x2d\x2b\x49\xbb\x1e\xbb\xf2\x95\x49\x0b\xde\x91\x8b\x27\x1b\x7d\x59\xf4\xda\x6b\x2b\xbd\x78\x6c\xf4\xc6\x24\xbd\x78\x6c\xf4\xbf\xb4\x98\x41\xaf\xe6\x62\x06\xbd\x9a\x8b\x5e\xc3\x30\xd3\xa2\xd7\x30\xc5\xb4\xe9\xf5\xa1\x85\x4d\xaf\xbd\x9a\xd2\x61\xc7\xbe\x7e\x52\x2d\x1c\xf4\xfe\x24\xed\x73\x1c\x44\x47\x92\xf6\x39\x4e\xf0\x7b\x6a\xe1\x20\xfa\x93\x34\xcc\x71\x22\x7b\x42\x5a\xe4\x38\x89\xbe\x48\x8b\x1c\x27\xf9\x37\xbe\xe2\xd9\x95\xde\x38\x8e\x67\x57\x7a\xe3\x38\x99\x3d\x21\xb5\x6e\x1c\x34\xda\x24\x76\x36\x0e\x2a\x58\xba\x7c\x93\xd9\xcd\xe2\x28\xe3\x30\x9f\xf9\xe1\xbd\xe5\xdf\xe8\x0b\x73\x96\x1f\xda\xdb\x7e\x92\xf6\x4e\x83\x62\x44\x47\x63\xcf\x81\x6f\x9e\x0d\xa5\x39\x3b\x97\xaf\x04\x46\x0b\x77\xcb\x52\x6d\xc6\x61\x06\xb3\xd4\x97\x71\x1f\xbf\xa7\x5e\x5f\x94\xae\x2c\x15\x65\xdc\x68\x6a\x42\xbd\x50\x0b\xca\x2d\x5c\x28\xed\x97\x2c\x05\x62\x5c\xe6\x2c\xbf\x7c\xa5\x76\x28\xbe\xd2\x9e\x1f\xb0\xe4\xfc\xd2\x40\xa3\x01\xe9\x08\xe3\x36\x86\x10\x35\xd8\x8b\xce\x9c\x63\x80\x62\x40\x51\xd3\x79\xa7\x29\xba\xe2\xc9\x8d\x1d\x8a\x29\x8b\xb4\x00\xdc\xcb\x91\x16\x3c\xd5\x49\x53\x76\x3d\x81\xd2\x68\xc7\xf5\x04\xa6\xaf\x29\x9b\xcf\xe3\xdf\x2a\x94\xdf\x6b\xa2\x3c\x81\xa9\x43\xf9\xc9\x25\xea\xf5\x57\xae\xa8\x04\x25\x5d\x66\x3e\x6c\xba\x9c\x03\x14\xdf\x14\x9b\x9f\x4f\x3a\x50\xb4\x9e\x2b\x14\xad\x67\x26\x37\xd3\x7a\x66\x31\x25\x02\xe6\xd3\xe8\x4b\xa6\x75\xcf\x67\xa6\xf5\xc6\x82\x15\x5a\xef\x01\x2a\x41\xd1\x7a\xe5\x37\x0c\x33\xb9\xf2\x1b\xb0\x34\xd7\x0c\xe5\x27\xb7\x28\xcf\x67\x3d\x50\x7e\x92\xf6\x38\xd2\xb9\xf1\x4d\xcc\x2d\x59\x4c\x7f\x06\xcf\x99\x18\xf4\x0c\x9e\x25\x19\x66\x66\x40\x9b\xcf\x62\xd0\x33\x24\x5a\x10\x83\x9e\xc1\x33\x28\x26\x3c\x03\xac\x2e\x0f\xbe\x82\xa8\xca\x83\xaf\x60\x32\xca\xd2\x6c\x66\xa8\xfe\x8d\xd6\x3d\x4b\xd2\x6c\x66\x68\x6c\xf2\x41\x7b\x8d\xfd\x32\x68\xaf\x31\xbb\x62\xbb\xd3\xf8\x2b\x0f\x5a\xf7\x9c\x4d\x5a\x07\x7a\xe6\x49\xeb\xcb\xbf\x69\x35\x03\x5a\x5d\x96\xc1\x63\xda\xe4\xf0\x85\x94\x45\xb1\x2a\x93\xd6\x8f\xdf\xa3\xf5\xeb\xf7\x26\x14\xeb\x3e\x17\x14\xfd\x14\xf3\x9e\x01\x93\xdf\x17\x32\xff\xf6\xfb\x69\x43\x49\x96\x51\x63\xbe\xe0\x93\x2c\xe6\x3d\x5f\x74\xf4\x2c\xe6\x3d\x6d\xda\xca\x32\x6a\x4c\x9b\xd2\xb2\x8c\x1a\xd3\xc6\xba\x2c\xc6\x3e\x5f\xcf\xb5\x18\xfb\x7c\x3d\xd7\x32\x6a\x4c\x9b\xe7\xb2\x98\xf7\x7c\x3d\xd7\x62\xde\xf3\x4b\xe5\x16\x45\x7b\xa8\x05\x59\xe6\x81\xf9\x02\xe5\xf3\xa1\xd7\x68\xbb\xf9\xf0\x15\x54\x86\x2c\xe6\x3d\x5f\xcc\x7a\x59\xe6\x81\xf9\x62\x8a\xc9\x87\x11\x79\xae\x0f\x2d\x78\xae\x0f\x23\xc2\xd8\x93\x0f\xbd\x46\xb7\xcf\x87\x5e\xa3\xdb\xe7\x43\x5f\x30\x12\xe5\x4b\xeb\x66\xbb\x52\x0e\xe7\x97\x8e\xf8\xd3\xef\x9f\x22\x65\x6d\x46\x78\x41\x91\x02\x38\x23\x73\x5d\x84\x67\x67\x44\xf4\x17\xb1\xf2\x19\x99\xb3\x22\x44\x39\x23\x8a\x63\x11\xa2\x9c\xb1\x74\xa8\x02\x35\xa1\x2a\xd4\x81\xd2\xcc\x47\x94\xae\x22\x96\x3c\x63\xe5\x9b\xc2\x7b\x33\x22\x56\xca\x4b\xcf\x10\xd3\xe5\xa5\x67\xcc\x75\x79\x69\x61\xf8\x3d\x5a\xf8\x9a\xdd\xdf\x64\xc9\xe5\xa5\xf1\xe5\xd7\x18\x10\x36\xc5\x22\xd8\x36\x0d\x87\x4a\xa4\x2b\xe8\x63\x25\xd2\x15\x2c\x5b\x25\xd2\x15\x26\xbe\x44\x26\x82\x89\x2f\x91\x89\x38\xfe\x0a\xdd\x44\xf2\x97\x48\x37\x59\x86\x12\xb5\x98\x11\x29\x56\xc4\xd8\x67\x0a\x7e\x6f\x40\xf9\xc9\x09\xe5\x27\xb5\xd0\xe9\xf5\x93\x17\x8a\xbe\x48\xbb\x9e\x89\x2d\x5f\xc4\xf4\x67\xca\xa6\x12\x14\xdf\x84\xe9\x27\x74\xa7\x02\xd3\x4f\x48\xfe\x02\xd3\x4f\x48\xfe\x92\xe8\x0b\xec\xa5\x24\xfa\xd2\xfc\x15\xfa\xd2\x19\xbb\x30\xc1\x4c\xc3\xed\x1d\x28\x3f\x49\x3f\x39\x00\x05\x61\xf1\xa5\xb2\x89\x0a\x50\xcc\x35\xc2\x22\x81\x33\x4a\x66\x0c\x88\xbf\x92\x19\x03\xba\x45\xc9\x19\x8a\x16\x10\x2b\xc9\xeb\x87\x58\x49\xdb\x2d\x30\x06\xaf\x4a\xa6\x9f\x80\xb8\x82\xe8\x48\x78\x06\x4a\xa1\x2f\x37\x40\xd1\x17\xc4\x66\x91\x21\x68\xda\x84\x53\x10\x2b\x36\xc5\x14\xf9\x02\xa6\x4d\x0e\xa5\xaa\xbd\x8c\xfe\x50\xea\x84\xe2\x49\x81\xf7\x99\x3d\x4b\x42\x0f\xd3\x36\xbe\x22\x4d\x7f\xda\x16\x59\x10\x24\xd9\xa3\x15\x24\x9f\x19\x71\x54\x04\xc9\x67\x86\xb5\x16\x04\x49\x09\x7e\x72\x42\xf9\x49\xad\x51\xc1\x34\x52\x04\xbb\x67\x79\xfd\x9e\xd6\xa8\x78\x0c\x08\xa0\x82\x38\x2a\x08\x20\x5b\x3b\x0b\x02\xc8\x36\xc5\x82\x00\x2a\x58\xd5\x0b\x02\xa8\x78\x44\x42\x01\xb3\x20\x6e\x0b\x02\xa8\x6c\xff\x46\x3f\xaf\xdf\xa3\x9f\xd7\xbf\xd1\x4f\xcf\x35\xe2\xa8\xe2\x19\x28\x88\x9c\xea\x5e\x4f\x8d\xbd\x62\x6a\x2a\xb2\xa3\xcf\x8a\x48\x2d\x88\x9c\xea\x31\x20\x72\x6a\xf2\x7b\x1a\x7b\x85\xb1\x17\xd9\xd8\x67\xf5\xf8\x26\xed\x79\x7c\x8b\xf6\x2a\xa7\x43\x78\x61\xd6\x4a\x5f\x10\x39\xd5\xe7\x01\x91\x53\x51\x4a\xca\xe6\x3d\x84\x68\xd9\xbc\xe7\x59\x92\x6e\x3f\x2b\x8a\x47\x91\x6e\x3f\x2b\x86\xca\x82\xe8\xa8\x18\x58\x0a\xa2\xa3\x7a\x96\x10\x1d\xd5\xb3\x74\x34\xa2\x86\xb2\x56\x10\x01\xcd\x5c\x43\xda\xfc\x6c\x18\xf2\x8a\xcc\x18\xb3\x61\x2e\x2b\xb2\xf4\xce\x86\x52\x52\x64\xe9\x9d\xcd\xf3\x29\xe3\xc4\x6c\x60\xeb\x72\x69\xc1\xf3\x79\x69\x01\xf4\x5e\x64\x9c\x98\x0d\xbb\x42\x41\x90\x34\xe6\xb3\x0a\x13\xcc\xc6\x7c\x56\x04\x49\x2b\xf7\x07\x2c\xb9\x0a\x3c\xcc\x56\x03\xaf\x65\xa8\x06\x55\xa0\x16\x94\xa6\xba\xa1\xbd\x54\x59\x5e\x67\x1b\x7e\x92\x21\x4c\x77\x85\x21\x4c\x77\x85\x21\x4c\x3f\xc9\x24\x61\xd9\xaa\x0f\x43\xc0\x5a\x56\x03\x43\x40\xf6\x56\x41\x90\xd9\x60\x28\x35\x30\x81\x6c\xe4\x1a\x18\x1e\x4c\xbf\x22\x0b\x1b\x5a\x4f\x45\x16\xb6\xc3\x88\x02\xfd\x3c\xfe\x26\xfd\xbc\xfe\x26\xd3\x89\xd6\x53\x65\x25\x9d\xed\xfa\x9b\xea\x67\x7f\xdc\x9e\xfa\xd9\x39\xd2\x55\x56\xd2\xd9\x11\x01\x15\xc9\xd8\x93\xa9\x04\xc5\x7b\x02\x32\xb3\x73\x00\x2a\x52\xb3\x27\xfa\x89\xd4\xec\x2c\x6d\x45\x34\xf6\xec\x27\x35\x67\xdd\x4b\x8b\x68\xec\xc8\xf3\xfa\xd2\x17\x2c\xf5\x15\xd1\xd8\xbd\x62\x88\xc6\xee\x15\x43\xfc\xf5\x56\xa1\x34\xbe\xee\x35\x8a\x7c\xd3\x6b\x94\x02\x14\x3d\x4b\x7c\x13\x93\x4a\x4d\x8c\xc1\xab\x82\x90\xe9\x08\xdf\x8a\x20\xe9\x9e\x6b\xc4\x43\x47\xc0\x56\xc4\x43\xf7\xcc\xcb\x48\x34\xc7\xe3\xdf\x34\x86\x81\xfd\xb6\xc2\xe6\x07\xba\x61\x95\xe5\x75\x0e\xcf\x27\x58\x62\x60\x3d\xae\x32\x12\xcd\x81\xe1\xa9\x16\xf5\x65\x20\x52\x6b\xa1\x05\xcf\x60\xd5\xd8\x07\x7a\x4e\xad\xbc\xe7\x59\x42\x20\x0c\xcf\x8b\xcc\x49\x73\xa0\xf5\xd4\xa6\x99\x18\x9e\xa5\x46\xcf\x70\x51\x56\x70\xc6\x98\xb4\xde\x68\x01\xab\x65\x6d\xb4\x80\xb0\xa8\x32\x2e\xcd\x81\x68\xac\x8d\xf6\xae\x5b\x50\x7b\xf3\x71\x0b\x1b\xca\xef\x1d\x28\x7f\xf3\x42\xb1\x2a\x88\xa3\x89\x91\xa8\x82\x6b\xa6\x77\xa4\x1c\xce\x73\xa2\xa2\x54\xd9\x99\xe7\xf4\xfe\x94\x89\x6a\x4e\x8c\x44\x55\x76\xe6\x39\x51\x58\x2a\x78\x68\x22\x36\x2b\x22\x67\x62\x24\xaa\x88\x9c\x89\x91\xa8\x0e\x5a\xc0\xc8\x57\x11\x39\x13\x91\x5a\xc1\x3c\xd3\xeb\x20\xb7\xee\x9c\x18\x89\x2a\xe2\x68\xa2\xe8\x54\xc4\xd1\x44\xb5\xa9\x88\xa3\xd9\xfc\xde\x84\xf2\x6f\xcc\x12\xda\x67\x1d\xcc\xd2\x70\x7b\xcc\x92\x79\x0f\xa2\x6a\xa2\xda\x54\x90\xd3\xf4\xbe\x06\x39\x4d\x54\x9b\x8a\x18\x9b\x88\xf7\x0a\x72\x9a\x5e\xb1\xc9\x2c\x79\xc5\x26\xe3\x33\xef\x01\x55\x4d\x4c\x4d\x15\x11\x37\xbd\x9a\x20\xa7\x85\x07\xaa\x22\xb8\x96\x57\x0c\xc1\xb5\xbc\x62\x32\x4a\xcd\xf5\xd6\x1f\xb1\x64\x20\xcf\xf2\x82\x21\xd3\xd6\xcb\xc4\xcb\xe7\x3a\x17\x1a\x43\x95\xcf\x75\x2e\x2f\x1f\x32\x6d\x79\xc1\x64\xaf\x9a\x0b\x1d\xa8\x22\xd3\x16\xc0\xbe\x02\x79\x96\x27\x1e\xc8\xb3\xda\x81\xd2\xf0\x16\x0e\xc4\x8a\x4c\x5b\x9e\x78\x59\xa1\xe6\xf2\x04\x22\xb7\x6c\x6b\xad\xc8\xad\xb5\x68\xe1\xf2\x1e\xfa\x5f\x45\x52\x2d\x74\xa7\x86\xa4\x5a\x18\x4a\x1a\x02\x68\x5d\xff\xc6\xf8\xae\x7f\x53\x7b\x9b\x98\x87\x86\x90\xd9\xf8\x94\x1b\x42\x66\x23\x7b\x1b\x42\x66\xa3\x81\x35\xb9\xf7\xe6\x7e\x4d\x6d\x28\x7f\x53\x3d\xdb\xb0\x97\x86\x90\xd9\x30\xe8\x86\x90\xb1\x25\xb4\x21\x48\x36\x12\xb5\x01\xaa\x36\x1a\x4a\x43\x90\x6c\xf4\x8e\x86\x40\xd8\x3d\x42\xf1\x4d\x8c\x4b\x0d\x81\xb0\xd1\x49\x1a\x02\xc1\xd6\xce\x86\x40\xd8\x30\x9b\x86\x40\xd8\x08\xca\x86\x40\xd8\x9e\x33\x04\x82\xed\x9b\xed\x65\x7c\x87\x99\x00\x47\xed\xeb\xaf\x30\xbe\xeb\x16\x2e\x14\x5f\x91\xd9\x6b\x1e\x58\x4f\x03\x63\x1d\x5c\x94\x0d\x41\x72\xd0\xf8\x1a\x38\xea\x78\x76\x11\x24\xb6\x84\x36\xb0\xd2\x09\x17\x4a\x7d\x39\xc9\x2d\x6c\x28\xfa\x89\x90\x39\x18\x9e\x1a\x42\xe6\x60\x78\x6a\x20\xa0\xe3\xd9\x05\x01\x1d\xcf\x2e\x08\xe8\x14\x81\xf7\x06\x22\x39\x68\x7c\x0d\x44\x72\x3c\xf3\x98\xa8\x0e\xac\xa0\x21\x64\x0e\x4a\x42\x03\x4b\x1c\x50\x47\x03\x3d\x1c\xc4\x51\x93\x43\x6f\x5e\x7c\x24\x0d\x2c\x71\x11\xda\x0d\x2c\x71\x3d\x22\x0c\x56\x37\x33\x2f\x18\xac\x6e\xf7\x93\x7c\xc5\xeb\x87\x90\xb9\xcb\x4f\x6a\xfd\xee\xf6\x6f\x13\xca\xef\x2d\x28\xfa\x82\xd9\xeb\xa2\xbe\x34\xcc\x5e\xf7\xb8\x67\x5f\xeb\xb7\x1e\x44\x63\x93\xd9\x6b\x3d\xa8\x0c\x4d\xa2\x6a\x3d\xb0\xdd\x26\x51\xb5\x9e\xec\x27\xa3\x28\x14\x88\x26\x71\xb4\x1e\xf7\x5a\xbe\x8e\xf5\x74\xbf\xb7\x44\x61\x36\x69\x12\x47\xeb\x21\x1e\xa9\x09\xc9\xac\xc7\x23\x12\x5a\x59\x0f\x8a\x40\xeb\xf4\xcc\xe3\x13\xd3\x5f\x0f\xa2\xbf\x0d\xda\xf3\x5c\x0f\xbe\x42\xf4\x55\x1b\xb4\x87\xe1\xa9\x89\xb1\xaf\xe0\x1d\x29\xc6\xbe\x02\xc2\xb0\x89\xb1\xaf\x80\xca\xd0\xc4\xd8\x97\x8d\x7c\x4d\x8c\x7d\x05\x14\x88\xb6\xf8\x8d\x98\x95\x26\xb6\xbb\x82\xe7\x4c\x31\x39\xcb\x0e\xbd\x26\xe3\xd2\xb2\x91\xaf\x2d\x5a\xcf\x3f\x32\x5c\xb4\xcd\x27\x31\xbf\xb7\xcd\x27\xd1\x2d\x9a\x58\xf2\x0a\xe8\x16\x4d\x2c\x79\x85\x46\xc7\xe4\x5e\x58\xa1\xfb\xbd\x09\xe5\xf7\xe8\x0a\xd1\x18\x6d\x33\xd8\xce\x26\x38\x0c\x88\x00\x9d\x76\x18\xac\x17\xe5\xd0\x3a\xf2\xae\x1d\x5a\xf7\x16\x3c\xb4\x8e\x4e\xd2\x64\xbd\x5a\x01\x06\xdd\x64\xbd\x5a\x01\x09\xd7\xc4\xe6\x97\x6d\x8a\xed\xd0\x4f\x6f\xcf\xc3\xb4\xf8\xe0\x1c\x16\xe5\xf8\x37\xfa\xe9\x85\x16\xac\x59\x01\xf7\x57\x93\x77\x76\x39\xe0\xa9\xc9\x3b\xbb\x5e\x2f\xa6\x84\xc5\x72\xb0\x50\x93\xb0\x58\x0e\x24\x6a\xf2\xb2\x2e\x47\x94\x74\x59\xc4\xd6\x8b\x86\xd2\x05\x64\xd6\x8b\xf8\xeb\x12\x16\xeb\x25\x76\xa1\x0b\x91\x2c\x5b\x18\xbb\x84\xc5\x7a\x39\xb6\x5d\x02\x61\xbd\xd9\xbf\x2d\x28\xff\x46\x7b\x1c\x8e\x2e\x81\xb0\x5e\x8c\x2f\x5d\x02\x61\xbd\xac\x74\x0f\xf4\x85\x95\xee\x81\xf1\xe1\xd4\xea\x81\xf1\xb5\x00\xc5\xf8\xba\xdf\x63\x7c\x1c\xb1\x1e\xe8\x4b\x67\x44\x81\xbe\x60\xb4\xe9\x42\x16\xeb\x85\x81\xf5\x97\xf1\xa1\xaf\xf4\x97\xf6\x30\xc5\xf4\x97\xf1\xb1\x2a\xfd\xa5\xd7\x98\x4d\xfa\xcb\x57\x30\x9b\x74\xb1\xf9\xf5\xde\x02\xa5\xaf\x44\x56\xa5\x8b\x41\xaf\x88\xde\xd8\xc5\xa0\x97\x2d\x8c\x5d\x06\xab\x15\x13\x33\x21\x2f\xc5\x8a\xc5\xbf\x69\xae\xa3\xe7\x45\xec\x7a\xc5\xfa\x42\xf1\x4d\x58\x72\x4f\x7c\x13\xe5\xa2\xcb\xf0\xb4\x6c\x53\xec\xc2\x0b\x2b\xa2\x40\xf4\x4c\x7b\xdb\xbf\xd1\x1e\x36\xd3\x9e\x3b\x14\xb3\x24\xdf\xc3\x8a\x88\xb1\x2e\x03\xd2\x4a\x8f\x29\xb5\x67\xd3\x5d\x17\xb2\x58\x09\xd1\xdf\x65\x5c\x5a\x09\xd1\xdf\x25\x10\x56\xc2\x1d\xd5\x85\x3a\x96\x8d\x75\x5d\xe2\x61\x25\xef\x1e\x05\xa8\xae\x54\x4c\x75\x28\x7f\x45\x7d\x49\xb8\xa3\x7a\xa1\x2f\xcd\xdf\xa4\x2f\xdd\xdf\xa4\x2f\x88\xfe\x5e\xe9\x0b\xe2\xbd\x57\xfa\x32\xfd\x1b\x7d\x41\xa0\xf7\x4a\x5f\x10\xe1\x5d\x42\x66\xd9\x08\xd6\x25\x64\x56\xba\x03\x4a\x3b\xcb\x11\x4f\x5d\x62\x65\x39\xe2\xa9\x4b\xac\x2c\xc7\x38\x75\x89\x95\xe5\x18\xa7\x8e\xe8\x70\x8c\x53\x47\x74\x38\x96\xa7\x0b\xe5\x2c\x47\x12\x75\xa1\x9c\x95\x09\xa8\xec\xc2\x0b\x2b\x23\xb4\xbb\xcc\x5e\x2b\x7b\x96\x06\x5f\xf1\x4c\xc8\x35\xbd\xb2\xf7\x84\x0c\x56\x2b\x83\xb8\x3a\xc2\x22\xe3\x3b\xea\x08\x8b\x8c\xef\xa8\x0f\x5a\xf8\x52\x9e\x7e\x93\x25\x77\xe4\x48\xf6\xe4\x22\x47\x1c\x67\xda\x91\x23\x8e\xc7\xeb\x13\x0a\x56\xd7\x65\x69\x5a\x8e\x64\xed\x8b\x4e\xc3\xf8\x3a\x92\xc3\x36\xbe\xbe\x18\x3a\x81\x67\x7d\xd1\x69\x5c\x4e\x7d\x31\xf1\xe8\x5c\x1d\xa9\x92\xbd\x60\x8a\x6f\x5c\xc5\x8b\x82\x08\x28\x5e\x14\x58\x79\xc1\x0e\xd4\x61\xde\xc5\x13\x0f\x4b\x2e\x04\x5f\x75\x58\x72\x89\x8c\x41\x96\xa6\x55\xbc\x28\xb0\xe4\x82\xbe\xd2\x61\xc9\xb6\x1b\x76\xf9\x8d\x57\x31\x73\x93\xc6\xbe\x1c\xc8\xd7\x61\xc2\xa5\x30\xf1\x30\xe1\x82\xe9\xa7\xc3\x84\x4b\xf5\x93\xb4\xe0\xc5\xbc\xb4\xc0\x91\x1e\xd2\xdf\x57\xc1\x09\x33\x1e\x46\x84\x8b\x6b\xc0\xbc\x0b\x46\xa2\xf1\x30\xbe\xee\xf7\x0a\xd4\x82\xa2\x2f\xc4\x53\x8e\x87\xbe\x0c\x7f\x93\xbe\x00\xe2\x86\x8c\x3d\xab\x60\x32\x1a\x32\xf6\xac\x82\x4e\x32\x02\xa3\x45\x0b\x19\x81\xd1\x6e\xbf\x47\xaf\xd1\x42\xc6\x4b\xaf\x59\xb1\xf1\xf2\x4d\x8c\x3d\x43\x7a\xf8\xaa\x30\x94\x21\x3d\x7c\xd5\xc7\xef\xa9\x67\x15\x87\xd7\x90\x1e\xbe\x2a\x0e\xaf\x01\x13\xae\x30\x9b\x01\x13\xae\xac\xed\x90\x3e\xbd\x2a\x41\x46\x43\x86\x99\x55\x89\x3d\x1e\xf2\x59\xac\xca\x4a\x8f\x48\x7b\x68\x28\x43\x7e\x89\x65\x7b\xea\x90\xae\xbd\x2a\x6e\xdd\x21\x5d\x7b\x55\x0c\x48\x43\x86\x99\x55\xd1\xf8\x06\xec\xda\xd6\xd5\x01\xbb\xb6\x3d\x75\xc0\xae\x2b\x06\xa4\x91\x18\x03\x0a\xcb\x80\xed\x56\xd0\xdf\x80\xed\x56\x18\xd8\x80\xd1\xd6\x4e\xeb\x85\x27\x51\x35\x46\xa1\x05\xaf\x11\xac\xae\x72\xc6\x06\xac\xae\x72\xc6\x06\xac\xae\x7a\x8d\x60\x75\x95\x33\x36\x2a\xf3\x82\x21\x6f\x54\xe6\x05\x55\x63\xc0\x06\xeb\xf1\x93\xb4\xee\xd5\xac\xea\x67\x7b\xfc\xe4\x80\xf2\x93\x13\x8a\x5e\xc3\xf8\x1a\x01\x80\x03\xbd\xb8\x61\x1a\x19\xb2\xfe\xaf\xe6\xf5\x93\x09\x67\x35\x94\x8b\x81\xce\xdc\x08\x19\x1b\xe8\xcc\x0d\xa4\x3d\x1a\xed\xa1\x61\x8e\x46\x7b\x5e\x3f\x99\x69\x56\x43\xf1\x18\x9d\xf6\xaa\x29\xda\xf3\xcc\xcb\x14\xb3\x1a\x11\x4f\xa3\xd3\x5e\xa3\x9f\x68\xd7\xcd\xeb\x30\xf8\x26\x2a\xc3\x90\x61\x66\x35\x54\xc5\x01\xdb\x6d\xa8\x8a\x03\xb6\x6b\xb3\xec\x90\x61\x66\xb5\xe5\xaf\x30\xbe\xe5\xdf\x68\xcf\x2b\x86\x8e\xde\xf0\xb7\x0d\x78\x6b\xc3\xdf\x36\xd0\xc3\xbf\xf4\xce\xdf\x66\xc9\x03\x15\xfd\x4b\x0d\x14\xa5\xae\x74\xf4\x8e\x21\xab\xc9\xea\xe8\x7f\x43\x8e\x81\xd5\xd1\xff\x86\x7c\xd1\xcb\xd6\xd5\x21\x8b\xca\xea\xc8\xa6\x21\xa7\xc1\xea\x48\xe9\x81\xa2\xdf\x3d\xb9\x2b\x40\xf1\x1e\x8a\x7e\xc7\xd2\x34\xe4\xa7\x5e\x1d\xc6\x37\x60\xe5\x1d\xed\x65\xc0\xca\xbb\x17\x45\x7e\xea\x65\x9b\xe9\x80\xb1\xf7\x66\x8a\xbe\x74\xbf\x77\xa1\x38\x46\x9b\xbe\x78\x51\x40\x08\xdd\x53\x0d\x0a\xe8\xc4\x92\x0e\x04\x42\xc7\x7e\x34\xd0\xed\x3b\x7a\xdc\x40\x20\x74\xb4\x9e\x21\xcf\xf4\xea\x3e\x00\x87\x6f\x1e\x16\x05\x11\xd0\x31\x8d\x0c\xf9\x9b\xd7\xf0\xec\xa2\x87\x0f\x64\xfd\x90\x7b\x61\x0d\xcf\xa7\xc2\x8a\xd6\xc0\x9c\x34\x10\x0f\x23\xfb\xbd\x06\xe5\xf7\x74\x54\x86\x99\x06\x4c\x7f\x54\x8d\x6f\xc2\xf4\x07\xf2\x7c\xc2\xf4\x07\x8c\x7d\xa2\x95\x0f\xb4\xba\x09\xd3\xb7\x25\x74\xa2\x95\x0f\xe2\x68\x27\x4c\x7f\xec\x00\x35\xa0\x22\x94\x56\x7a\x1c\x7f\x85\xbe\x70\xdc\xe7\x43\x5f\x10\xb0\x53\x7e\x82\x35\x39\xee\x13\x8d\x7d\x22\x60\x27\x1a\xfb\x0c\x7e\x32\x42\xf9\x49\xad\xca\x24\x92\x75\xa2\xb1\x4f\x4c\x15\x13\x8d\x7d\x66\x7f\x65\x43\x31\x76\xf9\x02\xd6\x44\xeb\x99\x2f\xed\x21\xc6\xe6\x4b\x7b\x68\x75\x13\xb1\x32\xb7\x9f\xd4\xbc\xcc\x63\x2a\x43\x55\x28\xfa\x82\xc6\x37\x15\xf9\xbc\x96\xc7\x80\xc8\x59\x1e\x03\x82\x64\x71\x1e\x26\x82\x64\x91\x90\x31\x11\x24\x0b\x05\x62\xa2\xdb\x2f\x14\x81\x89\x6e\xbf\x3c\xbe\xc4\x93\x88\x87\x89\xe8\x58\x1e\x11\xa2\x63\x11\x9b\x3b\x11\x1d\x8b\x5d\x30\x11\x1d\xab\xfa\x3d\xfa\x89\x2b\x6e\xca\xfd\xbc\x96\x67\x02\x14\xb0\x50\xc1\x66\xa6\x05\xcf\x0b\x42\x66\xa1\xed\x4e\x84\xcc\xc2\xf9\x36\x33\xa3\xc5\xf9\x36\x65\xd0\x59\x6b\xfb\x2b\xb4\xe0\xf9\x44\x1c\x39\x2c\x73\xa2\xf7\x3b\x10\x73\xa2\xf7\x2f\xc4\xfb\x44\xef\xdf\x98\x77\xa6\x3c\x0a\x6b\x23\xd0\xa7\x3c\x0a\xcb\x86\xc3\x89\x18\xdb\x38\xed\x26\x7a\xff\xc6\x69\x37\xd1\xfb\x6d\x46\x9c\x65\x40\x31\x22\x25\xad\x2d\x1b\x15\x27\x98\x60\xa3\xac\x4d\x30\xc1\xce\xfe\x4d\xfd\xdc\x9e\x79\x04\xa5\x8d\x8a\x13\x61\xb8\x51\xc8\x26\xc2\x70\xa3\x90\x4d\x84\xe1\x46\x58\x4c\x84\xe1\x6e\xa6\xe8\xe7\xd7\xf9\xfb\x4d\x96\x3c\x91\x93\xb6\x3e\x4e\x00\xc2\x46\xe7\x9a\x00\x84\x8d\xce\x35\x91\x93\xb6\x45\x4e\xec\x4e\x8e\xbc\x9c\xd8\x9d\x36\xb2\x62\x02\x1e\xb6\x97\x08\xf0\xb0\x91\xd2\x13\xf9\xba\xbd\x28\xc8\x57\x5b\x26\x27\xf2\x75\xe3\x6e\x9b\xc8\xd7\x8d\x06\x36\x91\xaf\xe7\x71\x7b\x03\xca\xdf\x9c\x50\xfe\xa6\xc6\x60\x5b\xe4\xc4\x5e\x75\xd0\xc7\x26\xb2\xf7\x78\xc1\xe4\x22\x59\xc7\x0b\x86\xec\x3d\xe8\x63\x13\xd9\x7b\xd0\xc7\x26\xb2\xf7\x78\xc1\xb0\x73\x1d\xb4\xa5\x89\x24\x3e\xb8\xdb\x26\xd2\xf6\x78\x51\x90\xb6\x07\xd1\x31\x91\xb6\x07\x90\x33\x91\xb6\x07\x2d\x79\x0e\x46\x84\x3c\x9f\x48\xdb\x63\xf6\x89\xa0\x3c\xb8\xdb\xe6\xe4\x2b\x9e\x4f\x04\xde\xf5\xbc\x20\xf0\xae\xe7\x05\x81\x77\xd1\x6c\x26\x02\xef\x62\x11\x9b\x08\xbc\x0b\xdc\x9b\x08\xbc\x8b\xd6\x33\x11\x78\xd7\xb3\xa4\x38\xda\x75\xd1\x6c\xe6\xa6\x85\x6c\xea\x85\xe2\x2b\x18\xba\x2e\x21\x47\x13\x11\x77\x09\x39\x9a\x88\xb8\x8b\x48\x9d\x60\x9e\xeb\x59\xc2\xec\x75\xc1\x12\x13\xb3\xd7\xc5\x40\x36\xe5\x79\x5f\xb7\xb9\x05\xfa\x82\x2e\x33\x31\x89\x5d\x74\x99\x89\xd8\xb4\xad\x75\x22\x36\xaf\xf7\x27\x26\xb1\x6b\xc6\x00\xaa\xba\x9e\x41\xcc\x5e\x17\x13\xd5\x04\x63\x5d\x54\x94\x09\xc6\xba\x88\xd4\x29\x01\xbb\x9f\xc7\x2d\x2c\x28\x7f\x73\x8b\x42\x61\x99\xc2\x5f\xfb\xb1\x58\x11\xfe\xda\x0f\x26\xaa\x29\x51\xbc\x1f\xcf\xa7\x44\xf1\xb6\xfd\x76\xca\x24\xb6\x1f\x1c\x6c\x53\xa2\x78\x3f\xf8\x6b\xa6\x44\xf1\x7e\x2c\x80\x84\xd4\xf6\x83\x60\x9e\x42\x6a\xdb\x96\xde\x79\xe9\xa7\x19\xca\xa5\x2f\x66\xd0\x97\xbe\xb0\x0e\xeb\xa1\x2f\x98\xa8\x96\x04\xf3\x76\x9e\xed\x7a\xe8\x0b\x66\xc4\xf5\xd0\x1e\x86\xa7\xf5\xd0\x1e\x86\xa7\xf5\x30\x76\xe6\x7a\x05\x7a\x8d\x98\x5e\x81\x5e\x1f\xff\x46\x5f\x30\x55\x2c\xe1\xaf\x1d\x70\x66\x2e\x09\xca\x1d\x50\xe4\x96\x04\xe5\x76\xd2\xc5\x92\xa0\xdc\x81\x68\xea\x25\xef\xc6\x0e\xcc\xc4\x92\x77\x63\x07\x66\x62\xc9\xb4\xb5\x43\xbe\x50\x41\x14\xae\xc6\x15\x69\x01\xc1\xb5\x22\x2d\xa0\x00\xae\x48\x0b\xd5\x94\x66\x22\x34\x7f\xb3\x40\xf9\x3d\xcd\x44\x18\xfe\x6d\x40\xf9\x37\xfa\x42\xfe\xea\x92\x80\xdd\x81\x28\xaa\x15\x19\xed\x1c\x3f\x60\xc9\x2b\x31\x04\x64\xe1\x4a\x0c\x01\xdd\x69\x25\x86\x00\x38\x5a\x89\x21\xa0\xf5\xac\xc4\x10\x3c\xb9\x92\xe0\xdb\xe9\xc0\x4b\x12\x7c\xbf\xb8\xc6\x96\x24\xf8\x7e\x83\xbf\xa9\x21\xbc\xd1\xd4\x84\xf2\x37\x0f\x14\xd3\x29\x5b\xdd\x7e\xd1\x8f\x96\x6c\x75\xdb\xf6\xd4\xa5\x20\xb1\xed\x18\xcd\x25\x97\xcc\x7e\x91\x62\x2b\xd3\x17\x4f\x67\xa6\x2f\x9e\x4e\xc9\xfa\xfd\xe2\x0c\x5b\x99\xbe\x74\x7f\x85\xbe\xa0\x31\x2c\xc9\xfa\xfd\x7a\xe2\x25\xeb\xb7\x23\x36\x57\xa6\x9f\x04\x35\xad\x42\x5f\x3c\x83\x92\xe7\xfb\x25\xaf\x70\x15\xc6\x4e\x84\xf6\x92\x3c\xdf\x2f\xfa\xc3\x2a\xf4\xc5\xb3\x5b\xe8\xcb\xf6\x57\x18\xbb\xe7\xba\x32\x76\xcf\xb5\xe4\xf2\x8e\x38\xca\x96\xe4\xf2\x8e\x38\xca\x96\x24\xf1\x8e\x9e\x6b\x89\xdb\x1d\x83\xbf\x32\xa0\xa4\x57\x2d\x09\xd1\x1d\x09\x04\x5b\x8d\x6f\xa2\x3f\xac\xc6\x37\xbd\x46\x8a\x02\xd8\xb1\x99\xba\x50\x7c\x53\x81\x67\x3b\x7a\x06\x3b\xad\x7b\x06\xe5\xae\xd9\x71\x30\x76\x05\x9e\xed\x38\x38\x7e\x0a\x3c\xdb\x71\xfa\x2b\xb4\x80\x76\xb6\x3a\x2d\x78\x3e\x07\x7d\x41\xbc\x2f\x79\xfa\xb7\xf3\x34\x97\x44\xdc\x8e\x38\xa7\xd6\xa0\x2f\x18\xc8\xd6\x60\xb4\xd7\xef\xd1\x17\xcf\xe7\xa0\x3d\x62\x5e\x97\x00\xe5\x76\x82\xd2\x12\x6a\xdc\xb6\xe6\x2e\x39\x76\x76\x42\x03\x5b\xf2\xd8\xef\x04\xb4\x5e\x12\x94\x3b\x61\x1a\x59\xf2\xd8\xef\xe4\x1d\x29\x8f\xfd\x4e\xc5\x4f\x16\x28\x3f\x59\xa1\xfc\xcd\x06\x45\x5f\x84\x3d\x77\x32\x63\x90\xa9\x70\x27\xa2\xb7\xd7\xa2\x2f\x98\xb6\xd6\xa2\x2f\x98\xb6\xd6\xa2\x2f\x08\xf4\xb5\xe8\x0b\xaa\xd4\x5a\xf4\x05\x75\x69\x2d\xfa\xe2\xf9\x5c\xf4\xc5\x3b\x72\xd1\x17\xef\x41\xc5\x48\xef\x84\x23\x70\x29\x46\x7a\x27\xc4\xd8\x5a\xf4\xf3\xf8\x49\xad\x6d\xf2\x5c\xcb\x8d\xb5\x6d\x21\x5e\x8b\x31\x5c\xf7\x9a\xb9\x46\xcd\x5a\xc2\xac\x3b\x23\xd4\x96\x84\xfd\xce\x9e\x79\x09\xfb\x6d\x5b\xf2\x92\xb0\xdf\xce\x43\x5d\x4a\xe0\xde\xd9\xeb\x20\x61\xbf\xb3\xd7\x41\x02\x7d\x67\x8c\x52\x4b\x02\x7d\x67\x5c\x94\xeb\xd0\x9e\xd7\xe8\xd0\x9e\xd7\xe8\xd0\x1e\x7e\x97\x75\x68\x0f\xa5\x6b\xc9\x8f\xb5\xb3\x57\xec\xd0\x1e\xea\xc4\x92\xd0\xde\xd9\x2b\x76\x69\x01\x84\xbe\x2e\x2d\xe0\x29\x5b\x42\xbe\x5b\x86\xdf\xdf\x66\xc9\x97\xc6\xbd\x44\x48\xe9\x4c\x98\xf7\x42\x12\x67\x02\x9e\x16\x92\x38\x63\xaf\x5a\x97\xc1\x7a\x89\x90\xc4\x8e\x09\x5d\x48\x62\xdb\x84\xf7\x43\x37\xd1\x3b\xf6\x43\x37\xf1\x88\x6e\xa4\x74\xc6\x23\xba\x91\xd2\xe5\xf1\x7b\x05\xaa\x41\x69\xaa\x9d\x2f\xbe\x91\xcb\x05\xad\x6e\x0b\x30\xef\xf2\xfa\xbd\x0b\xa5\x7e\x6e\x81\xe2\x5d\xd0\x42\xb6\x40\xf1\x76\x3d\x8a\x2d\x7b\xea\x2e\x38\x7d\x36\xd2\xbd\x10\x60\xb5\x91\xee\x25\xf9\x2b\x9a\x89\xc2\xd2\xee\x40\x5f\xd0\x49\x76\xa0\x2f\xd9\x2d\xd0\x17\x34\xc5\x8d\x1e\x50\xd0\x14\x37\x7a\x40\x41\x43\xd9\xe8\x01\x05\xab\xd7\x46\x0f\x28\xe8\x86\xfb\xa5\x2f\x2c\xed\x7e\xe9\x4b\xf7\x7b\xf4\x05\xe3\xcb\x16\x60\xde\x05\x8b\xd8\x96\x8d\x76\x17\xb4\xc8\x8d\x36\x51\x90\xe0\x1b\x6d\xa2\x20\x56\xf6\x4b\x3f\xa7\x5b\xa0\x9f\x68\x3d\x1b\x4d\xa3\x10\xec\xb5\xd1\x26\x0a\xb6\xb3\x8d\x36\x51\x38\xe0\x1b\x6d\xa2\x60\xd4\xd8\x68\x13\xb6\x41\xef\xc8\x18\xb0\xab\xed\xc8\x18\xb6\x5b\x60\x0c\x68\x52\x1b\x4d\xa3\x1c\xbf\xc7\x18\x8e\xdb\x63\x0c\xd7\x4f\x32\x06\xef\x25\xd4\x89\x8a\xd6\xba\x51\x27\xaa\x77\x0f\xea\x44\x45\x6b\xdd\xa8\x0c\xd5\xbb\x07\x95\xa1\x7a\xf7\x08\xd8\xef\x8a\xd3\x75\xa3\x32\x54\xef\x1e\x01\xfb\x5d\xd1\xd5\x36\x2a\x43\xf5\x5e\x42\x65\xb0\xb5\x7a\xa3\x32\x54\xf4\xdb\x8d\xca\x50\xd1\x6f\xb7\x82\x03\x77\xcd\x7e\x52\xe3\xab\x18\xeb\x36\xa2\xbf\xc2\x0a\x36\xa2\xbf\x7a\xbf\x20\xfa\x2b\x7a\xdc\xce\xb4\x87\xb6\xbb\x0b\xed\x79\x2f\x09\xe6\xef\x8a\xb6\xbb\x0b\xe3\x03\x59\x6c\xd4\x82\xea\xbd\x84\xe8\xaf\x18\xf2\x76\xa1\x2f\xde\x4b\x82\xf2\xe9\x46\x53\x5b\x14\x91\xc8\x5b\x50\x3e\x5b\x7f\xdf\x52\x19\xb2\x23\x19\xb6\x54\x86\x6c\x65\x66\xcb\xe6\x9d\x23\xee\xd9\x2d\x98\x9f\x13\x66\x93\x2d\x75\x22\xa7\x63\xea\x6b\x5e\x72\x79\xfc\x95\xaf\x35\xca\x03\x2c\xb8\x65\xf3\xce\x93\x42\x0f\x5b\xae\xbf\x52\xc0\x97\x5b\xca\x45\xa9\x9f\x16\xbe\xc6\x50\x6c\xcc\xda\xc2\xf9\xd5\xa5\x16\xb6\x70\x7e\xcd\x1f\xea\x6b\x0c\xd5\xc1\x96\x5b\x38\xbf\x39\x89\x65\x4b\x45\x69\x4e\x46\xd9\xc2\xf9\xad\x11\xaf\xb3\x85\xf3\x5b\x43\xad\xdb\x52\x5f\xda\x20\xe2\x62\x4b\x7d\x69\xce\xb3\xdd\x72\x20\xb6\x8d\xc9\x6f\xcb\x81\xd8\xce\x75\x0b\x5f\x63\x68\x2a\xed\xf0\x9b\x2c\x79\xcb\x3c\xd0\x3b\x01\x64\x5b\xe6\x81\xfc\x46\x7f\x64\x68\x72\xbd\xec\x32\x0f\xe4\xf4\xe9\xf4\xd7\xd0\xcb\x43\xe8\xd0\x96\x79\xa0\x84\xe2\xdf\x8e\x26\x09\x3d\x67\x4b\xaf\xaa\xce\xf0\xdf\x32\x1d\xb4\x40\xed\x81\x2d\xd3\x41\xeb\xd3\x94\x86\xde\x11\x08\x5b\x26\xfd\xee\x92\x21\x5b\x66\x85\x74\xcd\xc0\x64\x56\xc8\xef\xe3\xf7\xb4\x7c\x8d\xdc\xf5\x2d\xcd\x2d\x3b\x52\x77\x4b\x73\xcb\x9d\x24\x88\x2d\xbf\x6a\x3e\xd5\x2d\x0c\x28\xb6\x84\xb4\xba\x12\xb0\x96\x6d\x69\x75\xc5\x1e\xf4\x2d\xad\xae\xd4\xe4\xaf\x1c\xb6\x04\xe3\x93\x56\x57\x1a\xd1\x0a\x5b\x2e\x84\x72\x09\xeb\xdb\x72\x21\xd4\x42\x60\xd6\x96\x51\xa3\x56\x92\x60\xb7\x8c\x1a\xd5\x56\xfc\x2d\x6d\xb0\x3a\x6e\x77\x4b\x1b\xac\xe3\xfa\x9b\x5f\xe3\xab\x8b\xaa\x1d\x5b\xda\x60\x7b\x7c\x8c\xe4\x5e\x68\x6f\x71\x0b\x5d\x54\xf5\x93\x43\x9b\xe7\xb8\xbd\xa9\xf9\x24\x78\x6e\xcb\xf5\x90\x6c\x7c\xd9\x72\xeb\xe6\xfc\xf9\xa6\xc6\x57\x2c\x36\xa5\x45\x16\x27\xe4\x6e\x69\x91\xb5\x79\x55\xa4\x45\xd6\x41\xf4\xc0\x96\x16\xd9\x52\xe6\x9b\xd2\x22\x5b\x47\x63\xdf\xd2\x22\x5b\xf5\x4c\x48\x8b\xec\xd5\xc2\x42\x5a\x64\x36\x5e\xd8\xd2\x22\xf3\x7f\x7b\x52\xeb\xd7\x28\x11\xb4\xe5\xdd\xc8\x0e\x23\xdc\xf2\x6e\x94\x40\x80\xdc\x9e\xac\x9f\x77\x81\xbc\x1b\xe5\xf5\x9c\xc9\xbb\x51\x72\x61\xdd\x27\xeb\x67\x41\x22\x47\x75\x19\x66\xad\x32\x04\x95\x83\x9d\x72\x4b\x33\xad\x4e\x85\xd9\xd2\x4c\xab\xcb\x2a\x6d\x69\xa6\xb5\x1c\x53\x5a\x3f\x3b\xed\xb6\x34\xd3\xba\x01\xda\x5b\x9a\x69\x7f\x06\xfd\x94\xf6\xd9\x9d\x13\xbb\x17\x67\xec\xf5\x57\x74\xc6\x9c\x72\xbf\xa5\x7d\xd6\x4c\x22\xef\x96\xf6\xd9\x1e\xb3\x10\x69\x9f\xfd\xb5\x72\x21\xed\xb3\x67\x0c\x5d\x7b\xc3\x22\xbd\x0e\xd2\x3e\xb3\x9d\x76\x5b\xda\x67\xee\x68\xc2\x5b\xde\x94\xbc\x2c\xc2\x15\x6f\x95\x37\xba\xe8\x96\x66\x9a\xcf\x34\xa5\x35\xba\x1e\x91\x32\x02\xf3\x4d\xa6\x9a\x66\xbe\xfa\xc9\xaf\xf1\x95\x85\xe9\x60\xcb\x44\x55\x73\xf5\x93\x53\x54\xe3\x1c\x49\xa3\xad\xcb\x82\x59\x1a\x6d\xdd\x16\x01\x32\x51\xd5\x3d\xdd\x33\xf1\x10\x9b\xaf\xf6\x81\x87\x58\xc4\x49\xdb\x6d\x9f\x95\x96\xb6\xdb\x1c\xe5\xb0\x0f\x7b\x30\x99\xd2\x1e\x9c\x5e\x5b\x69\xc2\xfd\xbd\xfe\xa6\xd6\xe8\xa3\x82\x29\xa2\xab\x2f\x0b\x20\x99\xb6\xd2\x59\x7e\xaf\x8b\xf2\xe9\x90\x96\x9c\x1f\x9f\x69\x99\xb6\x72\xb8\x6e\x6f\x69\xe6\xd1\xd8\xf7\x81\x47\xc6\x1f\xc5\x25\x6f\x59\xbd\x4a\x88\x6c\x64\x59\xbd\x8a\xad\x2d\x5b\x6a\x78\xc9\x18\xc0\xb7\xd4\xf0\xd2\xa9\x98\xb0\x65\x11\x2b\xd7\x5a\x88\x2c\x62\xd5\x2a\xfa\x96\x8a\x5e\x8b\x27\x5e\x7a\x78\x2d\xdb\x94\xd8\xcb\xb4\xbc\x93\xb5\xac\xbd\x9f\xf7\xc4\x5e\x92\x87\x2e\x1d\xbd\xc7\xe1\x27\x87\x36\x5d\xf3\x6f\x1a\xba\xc3\x52\xb6\x32\x68\xf2\x1c\x6c\x5d\xe9\xef\xb9\x5a\xa3\x95\xfe\x5e\x97\x8f\xd1\x65\x69\xd1\x06\x8f\xf4\xf7\x6e\x5b\xcf\x91\xfe\x9e\x9d\x88\x7d\xa4\xbf\xe7\x88\xa6\x78\x1e\xb6\x6e\xf2\x93\x6c\xdd\xe3\x27\xb3\x0e\x3f\x82\xe4\x48\xb7\x2f\x4e\xcc\x3c\x0a\x66\x2b\x89\x5a\x5e\x47\x6e\xb3\x92\x70\x16\x1d\x59\xe7\xca\x41\x57\x3b\xb2\xce\x55\x5b\xee\x8e\x02\xdd\x6a\xcf\x6e\x7d\x49\xf6\x82\x4f\x8e\x10\x42\x3b\xc1\x2d\xe8\x68\x3e\xd5\xbf\x5d\x0e\x2a\xfd\x94\x4b\xad\xdb\xe0\x71\xe4\x52\x4b\xa7\xf2\x9e\xd0\x43\x3a\x84\x93\x1d\xa1\x87\xfc\x14\xbf\xc7\xf8\xae\x9f\xe4\x68\x12\x9c\x74\xe4\x6e\x2b\xe1\xf1\x7b\x1a\x5f\x47\x9b\x38\x42\x16\x2d\x20\x10\x8e\x90\x45\x2b\x1c\x9c\x23\x57\x5c\x3b\xc9\x4f\x4a\x3c\xc4\xea\xf6\xbe\xc6\xd7\x07\x7a\xea\x11\xea\x48\x27\xbb\x75\xb4\xb3\xee\x6f\x6a\x7f\x5a\x53\x3c\x8a\xfe\x28\xf6\xd1\x1f\xb9\xf0\xb2\xab\x93\x1d\x21\x92\xfc\x02\xec\x8f\x10\x49\x7e\xa9\x01\x76\x84\x48\xca\x18\xa6\x32\xcc\x94\x99\x97\x0b\xaf\xdb\xcc\x76\x84\x56\xba\x63\x8f\x8f\xd0\x4a\x7e\x31\xc5\x1c\xa1\x95\xf2\x10\x59\x70\x84\x56\xda\xbd\xfe\xe6\x44\xa7\x64\xe6\x85\x56\x4a\x18\xee\x99\x8e\xa6\x83\xe0\x8e\xd0\x4a\x49\x38\x95\xcf\x8b\x78\x47\x8f\x3b\x42\x2b\xc5\xee\xd9\x23\xbb\x68\x71\xd1\x82\x23\xbb\x68\xb3\x7d\xf3\x44\x58\x0f\xac\xf5\x08\xc9\x74\xa3\xaa\x23\x24\x93\x1b\xa6\xad\x23\x24\x53\x5f\xef\x17\x21\x99\x6a\x83\xdc\x11\x92\xa9\x36\x24\x1c\x21\x99\xba\x51\x58\x8e\x90\x4c\xb5\xc7\xe4\x08\xc9\x34\x57\x85\x3c\x42\x32\xad\x73\x36\x8f\x90\x4c\x9b\xd5\x5f\x61\x7f\x82\x09\x8e\xec\xa9\x7d\x73\x36\x8f\x50\x4e\x71\xe2\xf7\x11\xca\x29\xae\x15\x73\x12\xfc\xc5\xbb\x47\x46\xd3\xea\x18\xfe\x23\xa3\x69\xb5\x78\x38\x42\x40\x6d\x20\xd4\x8e\x10\x50\xb6\x4d\xf8\xc8\x68\x5a\x5c\x92\xe8\xc8\xed\x59\x27\x8a\xc7\x11\x3a\x6a\x33\xb8\x75\xf1\x97\xd7\x3b\x39\xb1\x3f\x9b\xbf\x82\xfa\xe2\x59\x4a\xa0\x87\xed\xf6\xd8\x9f\x3e\x8d\x09\xf4\x80\x5a\x70\x84\x9c\xf2\xe7\xac\x08\x39\xe5\xf7\x0b\x05\xfc\x26\x4b\x3e\x99\xad\x4b\xd2\xc5\x51\x3c\x65\x8e\x68\x7c\x47\x80\x2b\x7f\x0e\x40\x66\x69\xd1\x53\x8f\x6c\xb4\xf9\x10\xd8\x73\x32\x52\xd3\x07\x27\x5b\x6a\xba\x2b\x9d\x0d\xc9\x80\x64\xbf\x2d\x69\xb9\xd3\x13\xed\xc5\xbf\x69\xeb\x3a\xb8\xec\x08\xc4\x15\xc3\xe7\x93\xad\xb9\xb1\x44\x99\xad\x8b\x2e\x7a\x04\xe2\xca\x6e\xa6\xa4\xd9\x3c\x98\x00\x8e\x62\x34\xeb\x83\xdc\x3a\x02\x78\x35\x01\xf3\x8f\xec\xbe\x35\x0d\x3f\xa9\xa3\xf9\x39\x1c\x02\x7f\x35\x03\xb4\x8f\xc0\x5f\x6d\xee\xa7\x6c\xc2\xd5\x19\x81\x47\x36\xe1\x3a\xb6\xbf\x39\xd0\x6f\x19\xbb\x80\x61\xdd\x66\x91\x02\x86\xd5\x49\x1e\xa7\xa0\xf5\x04\xff\x76\x44\x45\x7f\xe5\x82\x25\x18\x7b\x05\x54\x11\xe7\x7d\x04\x0c\xdb\x2c\xa6\x74\x34\xed\xb4\x3b\x02\x86\xfd\xf3\x4d\x01\xc3\x6e\x5b\xeb\x11\x30\xec\x0d\x1b\xf4\x11\x30\xec\x0e\x47\x3a\x02\x86\x7d\x64\xc6\x2e\x8b\x74\x9f\x16\x39\xb2\x48\xa7\x0b\xf8\x3b\x02\x8d\x39\x67\x7f\x45\xac\xa7\xf9\x70\x08\x34\x66\xe7\x23\x1e\x81\xc6\xec\xbc\xad\x23\xd0\x98\x57\x72\xaf\xb5\x7e\xae\xe1\x71\x1a\x47\x93\x8a\x6e\x47\xa0\xb1\xb4\x64\x4a\x47\xd3\x79\xa1\x47\xa0\xb1\x34\xf7\x4c\xa0\xb1\x1c\x2a\x34\x1c\x81\xc6\x9a\xd1\xa0\x8f\x40\x63\x2d\xd5\x4f\xb2\x7e\xde\x75\x42\x86\x75\x00\xd0\x8f\x90\x61\x5d\xc0\xcb\xd3\xcc\x7a\x4c\x69\xfd\xec\x9e\x3d\x42\x86\xcd\x48\xe6\x08\x19\xb6\x61\x36\x28\x64\xd8\x96\xd7\x4f\xc8\xb0\x17\x42\xe2\x8e\x90\x61\xb7\x2b\xfc\x74\x03\x7b\x53\x88\x7e\xa2\x38\x4e\x07\xd8\x9b\x85\x08\x19\xe6\x64\x11\x07\x32\x2c\x16\x8d\x20\xc3\xbe\xfd\x5b\x65\xae\xfd\x4d\x89\x8e\x05\xd6\x3d\x46\x86\x16\x24\x42\x86\xe5\x45\xc7\x3b\x20\x43\x57\xeb\x3b\x20\xc3\xec\xdd\x0a\x32\xcc\x20\xca\x03\x32\x74\xc2\xf8\x01\x19\x56\xf4\xfe\x03\x32\x74\xb6\xe7\x19\xb0\x56\x32\x08\x0e\xc8\x30\xa3\x8b\x1e\x90\xa1\x0d\x72\x07\x64\x58\xad\x24\x18\x19\x7a\x06\x41\x86\x4e\x93\x39\x46\x86\xde\xbb\x20\x43\x17\x1f\x3d\x20\xc3\xd0\xfc\x9e\x44\xe3\x0b\x2a\x3e\x42\x86\xed\xbd\xee\x8b\xd6\xcf\xfe\x85\x23\x64\xd8\xf2\xa7\xd7\x5a\x3f\x07\xeb\x1d\x21\xc3\xe6\xfc\xe3\x23\x64\xd8\x86\xf9\x84\x90\x61\x73\xad\x9f\x23\x64\xd8\x23\xd1\x34\x47\xc8\xb0\x17\x90\xf6\x11\x32\xec\xad\x98\xd2\xf9\x1b\xfb\x47\x11\x17\x47\xa0\xb1\xdb\x2b\x7f\x00\x8d\xc9\x12\x5c\xa0\xb1\x64\xec\x4e\x47\xa0\xb1\x14\xeb\x01\x80\xc6\xe6\x89\x10\x68\xac\x4e\x82\x3d\x02\x8d\x6d\x79\xa1\x05\x1a\xbb\x03\x4a\x8e\x40\x63\xb6\x6d\xf0\x08\x34\x66\x67\xd5\x1f\x81\xc6\xec\xba\x62\x47\xa0\xb1\xb8\xf6\xef\x59\x3e\x9a\xfe\x8d\xa3\x69\x41\xb2\x38\x9a\xd6\xea\x00\x8d\xc9\xda\xae\x40\x63\x6b\xdd\xbf\x55\x98\x8d\xdb\xd3\xf8\x1c\x3a\x74\x00\x94\x63\x98\x1a\x62\x44\x1e\x3b\x80\xd2\xde\xd9\x23\x40\x99\x3f\xda\xa0\x00\x65\x7e\xcd\xe6\x05\x28\xb3\x53\x4d\x8f\x00\x65\xde\xd8\xce\x8e\x00\x65\xb1\xcf\xfc\x08\x50\x96\xc7\x7a\x87\x00\x65\x71\x4a\xc4\x11\xa0\x2c\x46\x08\x47\x80\xb2\x38\xc4\xfd\x08\x50\x56\x57\x17\x39\x02\x94\x75\x58\xb7\x10\xa0\x6c\x05\xb3\xc2\x11\xa0\x6c\xcb\xda\xa0\x00\x65\xaf\x5e\x31\x01\xca\x74\xa2\x7f\xd3\xf8\xa6\x99\xf7\x06\xf4\x9b\xf5\x6c\x8c\x36\xde\x82\x00\x4a\xbb\x80\x0e\x80\xf2\xc3\x18\x00\x94\x2e\x0a\x79\x00\x94\x4e\x5b\x3e\x00\x4a\xa7\x26\x1f\x00\xe5\x07\x67\x08\x50\x76\x17\x7c\x3a\x00\xca\x88\x4d\xff\x00\x28\x9b\x59\xb9\x00\x65\x3e\x9f\x16\x1a\xb8\xcd\x5f\xd1\xd1\xcc\x18\x7b\x8e\x00\x65\x7f\xbc\x93\x0d\x28\xcd\x50\x00\x94\xb3\xfb\x3d\x44\x87\x05\xac\x51\xa3\x05\x09\xa8\xb1\x99\x0d\x82\x1a\x27\x88\xf2\x5c\x44\xbf\x45\x80\x50\x63\x4d\xd6\x99\x41\x8d\x09\x53\xcc\x01\x35\x4e\xb3\x10\x50\xa3\xab\x85\x1d\xa1\xc6\xe6\x02\x9c\x07\xd4\xd8\xad\x09\x5f\xaf\x1f\x33\x01\x6a\xcc\x9e\x79\x50\x63\xf7\x2e\x07\x35\xba\xee\xf1\xb9\x18\x15\x09\x07\x3c\x42\x8d\xe5\xf5\xf8\x2e\x5a\x2b\x09\xc0\x47\xa8\x31\xdd\xa6\xf1\xdd\x07\xad\x0e\x0b\xf8\x05\x35\x46\x0c\x02\x17\xd4\xe8\x18\xdb\x0b\x6a\x3c\x18\x6d\xae\x50\x63\xb1\x67\xe0\x82\x1a\x5d\xd7\xef\x0a\x35\xd6\xa7\xbb\x05\xb4\x72\xc4\xfb\x15\x6a\xac\x2e\x45\x7a\x85\x1a\xab\x43\x1a\xaf\x50\x63\xb3\x2a\x75\x85\x1a\xbb\x4d\x62\x57\xa8\x31\xc7\xe2\xf7\x40\x1d\xdd\xbf\x69\x7f\xde\x62\xea\x82\xb8\x78\x52\xa8\x31\xbb\x40\xd8\x0d\x18\x74\x10\x7f\x37\x78\x7c\x07\x2a\x82\x80\xfc\x9b\xc6\xe7\xe2\x9c\x37\x18\x15\xfb\x2b\x42\x8d\xfd\x43\xc1\x5f\x30\x94\x5c\xa1\xc6\x3c\x39\x71\x37\x80\x3a\xc2\x8f\x58\xf2\x05\x50\xba\x02\xd9\x15\xa0\x6c\x37\xfb\x23\x56\xd8\x13\x94\xb6\xee\xb3\xfd\xa4\x58\x8f\x8b\xe6\x5c\x01\xca\x9c\x4d\x09\x50\xe6\xf9\x98\xd2\xd0\x37\xc7\xe1\x02\x28\x37\xe0\xfd\x0a\x50\x96\xec\xa1\x03\x28\x33\x47\xf3\x0a\x50\x96\xe6\x2d\x21\x40\x59\x5c\xdd\xe0\xbe\x2c\xed\xf1\x6f\x0d\x43\x89\xdf\xd3\xd0\x6d\xfc\xbf\x02\x94\x75\x67\xff\x26\xd1\x71\x71\x4b\x5c\x01\xca\x16\x3e\x3d\x43\x6a\x7e\x5a\x97\xd4\x2c\xdb\x5f\x91\xd4\xbc\x48\xe9\x2b\x40\xd9\xae\x9f\x14\xa0\xec\x0f\xda\xf5\x15\xa0\xec\xfd\xf3\x64\x44\xfb\xcc\x50\x62\x3d\x93\x23\x76\x05\x28\xd3\xc1\x4e\x79\x05\x28\xd3\x49\x7e\xb2\xb2\x95\x36\x94\x6d\x59\xcc\x59\x44\x6b\xf5\x66\x15\xa0\xcc\xb6\xe3\xdd\xc8\xd1\xbc\xee\x19\x5b\x17\x41\x79\x05\x28\xb3\x23\x12\xae\x00\x65\x8e\xc7\xed\x69\xfd\x92\x67\x50\x80\x32\xbb\x64\xcf\x15\xa0\xcc\x2e\x31\x73\x05\x28\x73\x85\xcd\x5f\x01\xca\x3c\xdd\xb3\x84\xc1\xa3\x99\xc2\xe0\xe1\xcd\x9a\x30\x78\xa0\x2d\x5d\x00\xa5\xad\xc7\x37\x21\xfa\xd1\xae\xaf\x00\x65\x71\x31\x9a\x9b\xec\xca\x61\xc5\x04\x28\x4b\xc7\xb4\x75\x05\x28\xcb\xe7\x10\x0b\x50\x96\x49\x7d\xdf\x9b\xf0\x67\x1c\xb7\x27\xd6\xba\xd0\xbc\x6f\xc6\x5e\x0c\x80\xbd\x19\xd6\x8a\x3e\x7d\x85\x1a\xeb\x8b\x53\xf2\x0a\x35\x56\xe3\x93\x9b\x41\x55\x5e\xdb\x6c\x83\x07\x3b\x44\xa8\xb1\x7e\xfa\x29\xd4\x58\x47\xf5\x7b\x0d\x13\x80\x9f\xec\x68\x7c\x7e\x52\xe7\xef\x33\x2f\x19\xad\x0e\x23\xc3\x15\x6a\x6c\xf6\x98\x5c\xa1\xc6\xf6\x7a\x47\x66\xb4\xba\xe2\x11\x69\x7f\x4e\x02\x38\xaf\x50\x63\x73\xa1\x80\x2b\xd4\xd8\x5c\x02\xf3\x0a\x35\x76\x07\xeb\xdd\x02\xaa\xf2\xe9\x17\x6a\xec\x8e\x5c\xba\x05\x5b\x2b\x0e\xb6\x2b\xd4\xd8\xed\xe7\xb9\x05\x54\xe5\xdd\x2a\xd4\xd8\x97\xc7\x2e\xd4\xd8\xb7\x67\x50\xa8\xb1\x5b\xa7\xbc\x42\x8d\xd9\xde\x94\x2b\xd4\x98\x5d\x38\xf7\x82\x1a\x5d\x63\xfa\x0a\x35\x76\x17\x28\xba\x42\x8d\xbd\xfa\xe4\x08\x35\xf6\x83\x0e\x7b\x71\x27\xa6\xe0\xdf\xb4\x7e\x8e\xbe\xbf\x42\x8d\xf5\x9a\x83\x09\x35\xb6\x8f\x58\x11\x6a\x6c\x07\xb5\xee\x82\x1a\x1f\x73\x14\xa1\xc6\xdc\x70\x1c\xdf\x0a\xea\x48\xfe\x66\x47\x04\x98\x02\x15\xa3\x90\x5d\x50\xe3\x1c\x9c\x23\x50\xa3\xd5\xdd\x8b\xab\x71\xd4\xfe\x23\x96\x6c\x2f\xe4\xe7\x23\x78\x21\x7d\x34\xf1\x42\xda\x86\x72\x9b\x6d\xad\x2c\x51\xc3\xe0\x61\x59\xd8\xb0\xd5\x5d\x53\x09\xf3\x07\x8b\x22\x40\x99\x9d\xd3\x75\x05\x28\xcb\x4b\x14\xe8\x15\xa0\x2c\x4e\x5f\xbd\x02\x94\x65\x7a\x0b\x0a\x50\x96\xbd\xfc\xa4\x86\xee\x4c\xad\x8b\xab\x31\x02\x25\x6e\xc3\xcb\x9a\xfd\x1b\xac\xb5\xb8\x3d\x6d\xdd\xe3\xc3\x01\xa0\xcc\x38\x33\xaf\x00\x65\xa9\xc0\xee\x2b\x40\x59\x86\xdb\xeb\xd8\xb2\x30\xda\xdc\x8e\x97\x15\x8d\xf6\x0a\x50\xb6\x43\xd4\xc1\x15\xa0\xec\xdd\xc2\x42\x80\xb2\x14\x8f\x5d\x80\xb2\x4c\x1f\xf7\x8e\xd6\xe3\xad\x24\x40\xd9\x67\xf4\x57\x70\xf3\x1c\x7f\x85\xad\xfb\xba\x3d\x0c\x02\x16\x01\x00\x4a\x17\x1a\xbf\x00\xca\x7e\xfd\x1e\xae\x54\xec\xfd\x77\xe0\x8a\xf3\xc1\xc1\xd5\x38\xa6\x7f\x63\xeb\x2e\xff\x16\x01\xef\xb4\x20\x40\xd9\xec\x25\xbf\x02\x94\xad\x5b\xd6\x0b\x50\x36\x3b\x61\xae\x00\x65\x7f\xa2\x9f\x6c\x38\x64\x19\xed\xc0\x55\xec\x9e\x09\x50\x66\x47\x24\xdc\x81\x9b\xe7\x43\x69\xfd\x26\x38\xea\x0e\x1f\x4d\xe6\x65\xe0\xc6\x0a\xee\x19\xae\x38\x62\x5d\xee\xb4\x56\x47\x0b\x13\x5b\xdd\x87\xb2\x2d\x99\x16\x04\x28\xcb\x8b\x23\xf0\x0a\x50\x96\x66\x81\x20\x40\x59\xba\x47\x0b\x6a\x2c\x5c\xd4\x70\x41\x8d\xae\xbb\x70\xa7\x6d\xc9\xac\x1f\xae\xc6\xf7\x98\xc2\xd5\xe8\xdd\x83\xab\x31\x7f\x9e\x5c\x58\x88\xfd\xcd\xcd\x8a\xb9\x2f\xa0\x0e\xc0\xfb\x15\x6a\xac\xd3\x63\x10\x6a\x6c\x4e\x3b\xbf\x42\x8d\xed\xb3\x43\x16\xae\x70\x50\xc7\x15\x6a\x6c\xd3\x2d\x08\x35\xb6\x6b\xe5\x69\x79\x7f\xfa\x37\x44\xbf\x19\xdf\xc2\x15\x8e\x01\xf0\x82\x1a\x93\xd9\xee\x02\x15\x9b\x79\x0b\x35\x96\x61\xce\x20\xd4\x58\x9d\xb2\x7d\x71\x43\xf6\xe6\x27\xc5\x7a\x3a\x86\x8b\x2b\xd4\xd8\x5e\xac\xce\x77\xe3\xce\xb7\xca\xb7\x0d\xfa\xd9\xc9\x42\x86\xe9\x9a\x5d\xe3\x6a\xfc\x30\x68\x21\xc3\xf2\x10\xb2\x79\x37\x3c\x04\x94\x7a\x85\x0c\xcb\x32\x0f\xd9\x88\xbf\xe0\xf7\xd0\x4c\xad\x4f\x1b\x19\x9a\x99\x6e\x23\x5f\xbf\xa7\x31\x54\x30\xc8\xdd\x18\x15\x87\xfb\x79\xe8\x99\xdb\x03\x59\x70\xc9\xc1\x3d\xec\x41\xf3\x97\x83\x3f\xc3\x7a\xb8\x90\x61\x36\xae\xb9\x42\x86\x59\x95\x03\x7f\x9b\x25\x1f\xec\xc5\x80\xe2\x7b\x60\x9f\x00\xb5\x2b\xd0\x98\xab\xa5\x2d\xa0\xb1\x5b\x77\x3a\x44\x32\xf8\x50\x09\x34\xe6\x8e\x95\xf4\xe2\x85\x74\x8d\xa5\x0b\x68\x74\x51\xf7\x0b\x68\xdc\x9f\x01\x6d\x1c\x49\x0c\x56\xa0\x31\xdb\x01\x75\x05\x1a\xf3\xf5\xd1\xbc\x76\x05\xf0\x15\x5c\x8d\xd9\x92\x18\x57\xa3\x53\xb6\xaf\x80\x61\xa9\xd6\x8b\x05\x0c\x4b\xb3\x5e\x25\x60\x58\x9c\x1a\x79\x05\x0c\xcb\xf0\x06\x11\x30\x2c\xd3\x0c\x5a\xc0\xb0\xac\xd7\xdf\x9c\x2c\x3b\xdb\x0c\x60\xb8\x88\x17\xbd\x00\xc3\x6d\x4d\x11\x77\xe2\x47\x86\xe2\x4e\x4c\xda\x74\x81\x4b\xb5\x6a\x12\x26\x08\x8f\x80\x61\x25\xea\x34\x3c\x0f\xc0\x57\x26\x87\xf0\x3c\xb8\x4b\xc5\xca\xc3\x23\x60\x58\xb3\xb4\xac\xf0\x08\x18\xd6\xa6\x03\x10\x1e\x80\x61\x3b\xfe\x4d\xda\x19\x1e\xe6\xf0\xe0\x32\xec\xd5\xed\x4d\x9c\x1b\x19\x0a\xbb\xb6\xf4\x80\xf0\x3c\x78\xbb\xa7\x9f\x04\xfc\x35\xb7\x7e\xd1\xea\x18\x83\xc0\x5f\x23\xed\x21\x3c\x02\x7f\xed\x91\x1b\x24\x3c\x01\xe3\x44\xe0\xbd\x00\x9b\x48\xf4\x2c\x10\x2c\x94\xfc\x1b\xc1\x42\x12\x5c\xe1\x11\xf8\xeb\x40\xe4\xf0\x00\xfe\xa2\x42\x1a\xc3\x23\xf0\xd7\xdb\x61\x96\x04\xfe\x3a\xd6\xea\xf0\xd8\x2d\x58\x18\x91\x50\x5c\x3f\xdd\x4f\xe2\xb1\x5f\x8c\x28\x70\x8c\x2a\x63\x00\xc5\x25\xe9\xa9\xe1\x11\x8a\x2b\xef\x39\x50\x18\xc8\x32\xad\x0b\xc5\xf5\xb0\x69\x4f\x28\x2e\x67\xe9\x6a\xe1\x11\x8a\xcb\xa4\x2f\x84\x47\x28\x2e\x8f\xc0\x4c\xbc\xb8\x95\x8e\xdb\xd3\x3e\x7b\x17\x33\x81\x5b\x90\x4a\xc0\xe1\x79\x31\xb0\x78\xdd\x85\xe2\xda\xb8\xee\x0b\xbe\x95\xee\xaf\x68\x8d\x42\x36\x25\x51\x45\xbc\x47\x78\x70\x0b\x46\xcf\x35\x6e\xc1\xe8\x75\x8f\x18\x20\x32\x73\x2d\x14\x57\x30\x5f\x85\x47\x28\xae\x50\x71\x30\x3c\x11\x03\x60\xe5\x9b\x11\xdb\x7c\xf4\x7b\x85\xfd\xc2\xba\x0b\xc5\xb5\x56\x99\x6b\xa1\xb8\x5c\x3c\xd7\x42\x71\xf9\xb3\x0b\x22\x6c\x30\xf9\x9b\x66\x83\xfe\xa6\x55\x0d\x3f\x89\x81\xec\xba\x2f\xf8\x56\x82\x29\xf1\x82\xee\x9e\x81\xe2\x4e\x65\x8d\x70\x0b\xa6\x4e\xeb\x42\x71\xb5\xbb\x2f\xa0\x38\x12\x7f\xc2\x23\x14\x57\x9e\xc2\x1a\x25\x0c\x10\x8b\xd6\x41\x71\xb1\xb2\xb6\x09\xdb\xfc\xa1\x9f\x09\x03\xc4\x36\x85\x28\x1e\x6e\x61\xd0\x33\xf7\x45\xe3\xbb\x2f\x3b\x0b\x14\xf7\x04\x66\x49\x28\xae\xa6\xfc\x03\x2d\x39\x3c\x02\x78\xbd\x7b\xd3\x01\xf0\xee\x62\xe8\x99\x60\x93\xc9\xf2\x65\xcc\xda\x93\x06\x04\xf0\x0a\xb6\x9e\xf0\x08\xe0\x35\xae\x5e\x09\x0f\x6e\x41\x5c\x1d\xe1\xc1\x2d\x38\x0e\xdd\x14\xc0\x6b\xe3\x65\x92\x04\xf0\x4a\xf5\x44\x18\xe0\x79\x19\x0c\xf0\x2e\x9b\x40\x00\x2f\x73\x57\x48\x78\x70\x0b\xae\xe3\xaf\x00\xd0\x3f\xed\x69\x69\x8f\xd9\x8b\x00\x5e\xee\xc1\x94\xd8\x4b\x8c\xf4\x53\x00\x2f\x9d\x48\xcf\x0a\x11\x09\xd3\xbf\x29\x22\xe1\x26\x53\x91\xc3\xc8\x51\x29\x88\x31\x6f\xba\x82\xdb\x73\xb1\x60\x85\x60\x21\x1f\x1c\x01\xbc\xc2\x5d\x63\x81\x3b\x09\x4b\xf6\x41\x15\xc0\x2b\xa3\x31\x5a\x01\xbc\x32\x27\x23\x12\xc0\x2b\x27\x31\x76\xdc\x82\xf5\x98\x02\x00\x99\x09\x17\x22\x4a\x82\x7b\x26\x11\xb0\x37\x14\x6e\xc1\xb2\x98\x5d\xdc\x82\xcd\x2c\x4b\x00\xaf\x73\x1d\x4f\x78\x70\x0b\xc6\xec\x27\xb5\x75\xd3\x34\xa5\xad\x7b\xa7\xbf\xa9\xa3\xf9\x39\xee\x02\x78\x35\x4f\x66\x02\xb7\xe0\x63\x76\x26\x80\x97\xb3\x67\xa2\x5a\x4b\x66\x0c\xd5\x01\x6b\xfe\xca\x42\x3b\xf3\x7b\xb8\x75\x3d\x9f\x42\x71\x65\x1f\xf6\x19\x6e\xc1\xe3\x7e\xe2\x16\xbc\x85\x6f\xe2\x16\x24\x9a\x26\x70\x57\x63\xcd\x3e\xe0\xc4\x92\x3e\x66\x0c\xc4\x92\x52\xc2\x2a\x70\x57\x63\xcb\x16\x63\xc4\x92\xf6\xe6\x27\xc5\x7a\x86\xfb\x22\x14\xd7\x66\xa6\xd7\x8d\x88\xa0\xc0\x3a\x34\x44\x78\xf7\x7b\xa0\x80\x6c\x0a\x14\xe0\x79\x01\xc5\x9d\xc7\xef\x61\xdb\xcd\xee\x0b\x06\x40\x9f\x00\xa1\xb8\xdc\x1e\xd6\x08\xb7\x60\xcb\xcc\x35\x6e\xc1\x53\xfc\x1b\x28\xe0\xa1\x9f\x9d\xf5\xeb\xac\x58\xc7\x00\x78\xfc\x4d\xdc\xd6\x16\x4e\x42\x71\x75\x6d\x53\x1a\x5f\x9d\xf4\x1a\x14\x47\x96\x68\xe0\xfe\xc7\x74\x2c\x02\x8c\xe2\x2c\xb4\x41\x71\xb5\xb8\x3d\xa9\x59\xfd\x75\x5f\x70\xeb\x9a\x95\x0b\xc5\xe5\x35\x99\xeb\x01\x6b\xf5\x69\x14\x8a\xcb\x64\x6d\x06\xee\x7f\x2c\x24\x91\x05\xee\x7f\x2c\xc9\xbb\x00\xb7\x60\x74\x3f\x41\x71\xe1\xb2\x2a\xa0\xb8\xd6\xd8\x21\xb8\x05\x97\xf7\x27\x28\xae\x34\x3f\xc9\xf8\xb6\x9f\x44\x8d\xfc\xb4\x0e\x6b\xf5\xb9\x1d\xb0\xd6\x4f\x7b\x18\x70\xcd\x68\x85\xe2\xf2\x6b\xd5\x46\x28\x2e\x93\x08\x17\x1e\x50\x5c\x0d\x8c\x0f\x14\xd7\xe2\x0f\xca\x0e\x05\xae\x9b\xcc\xcd\x32\x74\x12\xec\xf5\x30\xb9\x13\xd6\x6a\x19\x2a\x80\x97\xd7\x75\x03\x05\xbb\x21\x03\x02\xe0\x9d\xe1\xdf\x24\x55\xae\x0f\x3f\x6e\x41\xee\xc4\x08\x0f\x00\x2f\x06\x26\x17\x80\x17\x1b\xc7\x08\x80\x97\x82\xfb\xa2\xa3\xd9\x7c\x8c\x88\x25\x6d\xd7\x4f\x02\x60\x17\x2d\x10\x4b\x4a\x69\xc9\xf0\xe0\x16\x3c\xd6\xb9\x70\x0b\x1e\x1f\x77\xdc\x82\x24\xd6\x06\xae\xb7\xac\xc1\x3a\xc9\x72\xb0\x1e\xfd\x5c\xd8\x06\x2b\xed\x2d\xb4\x4f\x6f\xa5\x65\x8f\x3d\x63\x17\xc0\x6b\xc4\x6b\x07\xae\xb7\x6c\x7d\xf8\x3d\x69\x3d\xcb\xcc\x74\x11\xcc\x76\x19\x11\x71\xa6\xc7\x3a\xc2\xb2\xdb\xc5\xbf\x5d\x2c\x7e\x7c\x53\x6e\xc1\xfe\xf8\x80\x6f\x6c\xd7\x16\x55\x06\x7f\x66\x75\x1b\x8f\xaf\x0f\x9c\xc0\x5f\xaf\x1e\x11\xe0\x6f\x6e\xe6\x0c\xb7\xe0\x47\xf7\xdd\xd8\xe6\x7d\xdc\x01\x7f\xef\xf0\x93\x02\x7f\xb1\xf8\x37\x0c\x48\xc5\x7d\x21\x58\xcf\x42\x1b\xf0\x37\x3d\xbb\xc4\x99\x9e\xce\x2c\x09\xfc\xb5\x69\x01\x24\xf0\x97\x9b\x67\xe9\xe0\xf6\x34\xe3\x3b\x20\x20\x8b\xf7\x03\x02\xf2\x68\x05\xfe\x4a\xb1\x78\x10\xc2\x2b\xcb\x3a\xba\x10\x5e\x0d\x16\x4e\x42\x78\x35\x2c\xb7\xc0\xd1\x34\x33\x3d\x68\xde\x81\x31\x38\xce\xd4\x8c\xfd\x60\x1b\x34\x06\x11\xc2\x4b\x67\xfb\x37\xdc\xba\xc3\xed\xe9\x68\x86\xe5\xdf\x38\x9a\x9b\x23\x0d\xc2\x4b\x0f\x4f\x82\xf0\xc2\x60\x7c\x20\xbc\x5a\x69\xe1\x5a\x2b\x67\x5e\x2e\x6e\xeb\xcd\x7c\xca\x2d\x58\xb6\x47\x04\xfa\xbb\xd5\xdf\x84\xb5\xfa\x54\x09\xfd\xd5\x0f\x33\xbd\xec\x4f\x2b\x2c\xd7\xaa\x0d\xab\x22\xf4\xd7\x92\xd7\x4f\xe8\xaf\xbf\x66\x44\x04\x93\x72\x47\x4c\x78\x40\x7f\xb9\xbb\xd7\xc4\x72\x7f\x7e\x23\xe2\x02\x01\xc4\x7d\x9a\x95\x32\x63\x81\xfb\x34\xab\xc5\x18\xf7\x69\xb6\x58\xfd\x64\x04\x2b\x15\x28\xdc\xba\xc1\x4f\x12\x11\x04\xfe\xe2\x3e\xcd\xbc\x14\x7d\x15\xb8\x4f\xb3\x91\x55\x1c\xc2\x43\x2c\x3e\x7a\x71\x90\x5b\xb0\x3f\x88\xd4\xf0\x80\x3a\x3e\xef\x31\xbe\xc7\xdf\xc4\xb6\xdb\xdd\x1e\x08\xbd\xfb\xb7\x03\x62\xee\x50\x97\xdd\xc3\x88\x84\x0c\x6b\x41\x71\x0c\x42\x86\x95\x3a\xd2\x21\x80\x0c\x33\x7b\x3e\x18\x19\x3e\xa6\x34\x3e\xdc\x82\x21\x04\x22\x2e\xe2\x0f\x2e\x7a\x0a\x41\xa0\x31\x53\x5c\x2e\x04\xe2\x4c\x03\x6c\x37\x04\xdc\x66\xc5\x8d\x77\xe0\x6c\x86\xd2\xd2\x16\x34\xd3\x80\x5b\xb0\xa2\xf5\x04\x01\xca\xd6\xae\x07\x24\x40\xc9\x65\x47\x21\x04\xb4\x9e\xe0\xe1\x69\xe8\xcf\xa6\x05\x01\xca\x1a\xd1\xf1\x82\x00\x65\xe5\xbe\xb4\x10\x5e\xd2\x10\x22\x13\x68\x40\x59\x68\x4f\x80\xb2\xf7\xeb\x27\x71\x9b\x61\x10\x08\x00\x4a\x22\x60\x43\x00\x50\x7e\xa6\x0c\x40\x39\x83\x9f\xd4\xf8\x9e\xe8\xd6\x75\x34\x5f\xf7\x13\x40\x59\xbc\x5d\x04\x28\x3b\x91\xc1\x21\xbc\x44\x5c\xc8\xf3\x1e\x02\x6e\xc1\x0b\x10\x0d\x2f\x11\x17\x1c\xb8\x00\xa0\x24\x77\x29\x04\xe2\x4c\x29\x23\x18\x02\x80\x72\x22\x51\x43\xb4\xe8\xa0\x75\x01\xca\xba\x10\x4e\x01\x40\x79\xba\xdf\x2b\x84\xf2\xd0\x33\x00\x65\x2f\x8c\x4f\x80\xb2\x61\xd5\x0b\x21\x02\x98\x61\x52\x21\xe2\x56\xf2\x31\x22\xce\xb4\xa1\xf1\x05\x00\x25\xf6\xc6\x10\x0c\x28\x7d\x70\x22\xeb\xe7\x99\x17\xa0\xac\x84\xdb\x87\x90\x30\xcc\x3c\x8c\x2f\x61\x98\xf1\xe1\x10\xa0\x6c\xd5\xab\x92\x70\x2b\x79\xa5\x93\xd3\x80\x18\x3b\x6e\x41\x43\xe4\x40\x9c\xe9\x1d\xcc\xa0\x00\x65\x4b\x0f\xad\x03\x28\x03\xba\x4c\xc0\x2d\x18\x3f\x4f\x92\xa2\x50\xdc\x17\x58\xeb\x70\x7b\x1a\x9f\xc5\x51\x48\xb0\x56\xef\x72\xe2\x4c\xcd\xca\x03\xa8\xd1\x46\xa2\x80\x5b\x70\x04\x53\x1a\xdf\xf2\x37\x71\x0b\x5a\xff\x0b\xb8\x05\x17\xc0\x37\x08\x35\xb6\xd7\x33\x91\x89\xa3\x45\x34\x06\x50\xe3\xf5\x3e\x13\x6a\xec\x61\xf9\x49\xb9\x75\x2f\xb8\x2d\x08\x35\xe6\x10\xfd\xcd\x81\xa5\x9e\xf1\x65\xd2\xb8\x92\xbf\xc9\xfa\x1d\x56\x25\x3b\x8d\xcb\xfd\x3c\x68\x9f\xa6\x34\xbe\xbc\xf8\x0a\xc1\xa4\x63\x33\xbb\x05\xd4\x81\xc2\x12\x08\x26\xed\xaf\x7f\x13\xeb\xc1\x4a\x1a\x42\xc1\x6d\xf6\xb2\x3f\x71\x0b\xe6\xc1\xfa\xe1\x16\x1c\x68\xf3\xc1\x6e\x41\xef\x1e\xdc\x82\xc7\x2c\x12\xb7\xe0\x59\x6e\x8f\xf1\x21\xd0\x03\xa8\xb1\x2c\x66\xa2\xe0\xd6\xad\x7e\x4f\xa2\xff\x09\x6e\xef\xd0\x4f\xbf\x87\x5b\xde\xad\xe3\x16\xac\x9e\x25\xa1\xc6\x42\x79\xe1\x10\x2a\x5a\xf9\x63\xca\x61\x07\x8c\x08\xd4\x78\x3f\x14\xa2\xdf\x2c\x19\xd4\x98\x9a\x29\x89\x46\xea\x87\x87\x50\x09\xd6\xf3\xba\x57\x54\xb7\xf3\x83\x1b\xaa\x43\xa8\x84\xb8\x63\xed\x0c\x02\x94\xfd\xf9\x34\xbe\xd0\xc0\x98\x40\xe2\x4c\x0d\xf7\x02\x71\xa6\xaf\x0f\x6a\x45\x61\x37\x23\x02\x50\x52\xc5\x29\x84\x86\x47\xdb\x12\xc7\xc9\x89\xe8\xb7\x01\xb7\xe0\xf1\x01\x20\xce\x34\xfb\xd8\x36\xb4\x3a\x6f\x79\xdc\x82\xf7\xf3\x1e\x80\xcb\x1b\x8b\x38\xd3\x0f\xdb\x6d\x68\x3d\x96\x5b\x8d\x60\x36\xc0\x51\xc0\x2d\x58\xae\xdb\xc3\xe3\x6b\x41\xd2\x90\x9a\x1f\xea\x60\x07\xf2\x18\x70\x9b\x61\xb4\x09\x02\x94\x75\x9a\x41\x0b\x50\xd6\x6b\x99\x2d\x40\x59\xaf\x37\x56\x37\x60\xa6\xf5\x6e\xad\xc0\xbf\xe1\xd1\x06\x9a\x85\x8e\x5b\xc9\xc2\x50\x80\xb2\x73\x39\x4f\x08\xdd\x5a\x9d\x29\xb2\xbf\x2c\xaa\x00\x94\x17\xb4\x12\x88\x33\xbd\xe8\x63\xa1\xe3\x76\xf1\x0c\x0a\x50\xf6\x30\xdd\x1e\xb6\x48\xb3\x33\x00\xe5\x6b\x16\x49\x9c\x29\x57\x57\x85\x40\x9c\x29\x57\x49\x85\x00\xa0\xa4\x12\x5c\x08\x00\xca\x9b\xfd\x5e\xe2\x70\xf8\xbd\x8c\x50\x63\x93\x13\x67\x5a\xcc\xa4\x3e\x71\xa6\x8c\x81\x38\xd3\x62\x16\x39\x9c\x62\xc2\xcc\x13\x67\xba\x31\xd3\x04\xe2\x4c\xaf\x99\xbe\x00\x65\xaf\x18\x5f\x82\x00\x65\x9f\x3e\x00\xb8\x05\x37\x70\x36\x08\x50\xf6\xe3\x1d\xe2\x0c\x44\xb4\xeb\x40\x06\x62\xc7\x52\x1f\x84\x1a\xeb\x36\x63\x27\x03\x31\x7a\x7f\x12\x67\x1a\x2d\xd0\x89\x33\x3d\x9f\xf7\x0a\xec\x85\x79\x99\x18\x3c\x30\x08\x04\x67\x20\x6e\x3f\x29\xd6\x7a\x3f\x5f\x21\xa2\xc4\x9a\x14\xc1\xa4\xcf\x87\xd2\xfa\x25\x33\x68\xa1\xc6\x6a\xcc\x1a\x26\xb6\xd6\xca\xcc\x13\x4c\xca\xad\xec\x21\x08\x35\x56\x92\x9e\x42\x20\x03\xf1\x35\x5b\x22\x03\xb1\x59\xdc\xe2\x16\x5c\x3e\x55\xb8\x05\x97\x59\xb2\x50\x63\x5b\x66\x2f\xcb\xfb\x93\x9e\x2d\x22\x82\x2c\x44\x85\x1a\xf3\xf3\x79\xaf\x63\x87\xa5\x67\x64\x27\x1e\xcf\xc4\xc2\xed\xd9\x99\x4f\xdc\x82\xc1\x67\x05\xb7\x60\x31\xc3\x14\x6a\xac\xd5\x8c\x7d\xe1\xcf\x30\x27\x12\x6a\x6c\xc9\x8a\x80\x51\x63\x35\x25\xd4\x38\x3d\x83\xa0\xc6\xdb\xf8\x0a\x2e\xc3\x66\x35\x84\xec\xc4\x61\xed\x7a\x5b\x2b\xa7\x75\x5c\x86\x03\x1c\x15\xc8\x4e\xdc\x1e\x1f\xd9\x89\x17\xc3\x53\x00\x35\x52\xee\x37\x04\x50\xe3\x7e\xfd\x9b\xc6\x77\x2c\x44\x71\x19\xe6\xf0\x43\x96\x0c\xa0\xec\xd1\xdd\xbc\x24\x17\xb0\x0c\x02\x94\x9d\xaa\x0f\x21\xe0\x4d\x7c\x2d\x0f\x0c\x28\x2d\xeb\x01\x94\x15\x48\x1e\x00\x94\xdd\x87\xff\x10\xa7\xe8\xa1\x0b\x50\x96\x8f\x8e\x27\x40\x59\x1f\x0f\x4f\x80\xb2\xda\xed\x12\x04\x28\x6b\xf2\x16\x04\x50\x66\x03\x0b\x01\xca\x4a\x55\x8b\x10\x04\x28\x6b\x2b\xee\x27\xd9\x43\xd6\x3e\x05\x28\x7b\x33\xd3\x00\x50\x06\x40\x6a\xb0\xcb\xf0\xe5\x37\x01\xca\x4e\x72\x41\x08\x17\x5b\x32\xae\x95\x70\xc9\x6e\xb3\xec\xbd\x4e\x3c\xa5\x2f\x00\xca\x7d\x58\x30\x00\x25\xb7\x75\x84\x40\x9c\xe9\xb5\x6e\x71\x31\xe8\x98\x7d\xe2\x4e\xe4\xd2\xd1\x10\x70\x27\x36\x8b\x38\x00\x65\xf1\x96\x07\x50\xbe\x9e\xeb\x8b\x37\xf8\xf3\x15\xb4\x3a\xeb\x2b\x97\xf1\xc9\x25\x1a\xde\x87\x10\x7e\xc6\xfe\x1a\x50\x06\xff\x06\xeb\x99\xfe\x0d\xd6\x03\xce\x78\x01\x94\x05\x06\xf6\x0a\x50\xa6\xcb\x86\x7c\x01\x94\x2f\x0e\x8c\x57\x80\x32\xe3\xcc\x0c\xaf\x00\x65\x4e\xac\xe6\xfb\x60\x4b\x7e\xdc\x02\xbe\x80\xe2\x6f\xea\x68\x3e\x88\x8e\x57\x80\xb2\x90\x42\x1d\x5e\xe2\x4c\xa9\x55\x1b\xde\xc7\x5a\xb9\x7b\x8d\x56\x8e\xd6\xfa\x02\x28\x89\xf3\x09\x2f\x80\x32\xc1\xd8\xdf\x80\xbb\x14\x9b\xf0\x1b\x70\x97\xe2\x24\x7c\x03\xa8\xc3\xdf\x0c\xc4\x09\x63\xa2\x7a\x03\x29\x0a\xd3\xdf\xd4\xfa\xd9\xb0\xf6\x92\x9d\xd8\x60\x91\x2f\xd9\x89\x5c\x28\x16\x5e\xa1\xc6\xfe\x99\x79\xb2\x13\xb9\x8c\x35\xbc\xb8\x21\xcb\xa7\x75\x44\xc7\xf2\x37\x09\x26\x45\xc7\x7b\xc9\x4e\xbc\x30\xda\x17\xd4\xf8\xf9\x0a\xa8\x31\x79\xae\x41\x8d\x19\x91\xf3\x0a\x35\x36\x92\x66\xc2\x0b\x6a\x24\x3a\x3d\xbc\x42\x8d\x7d\x61\x9a\x7c\x5f\x8b\x0e\xc6\x00\x6a\xac\xdd\xbf\xc1\x7a\xf0\x3d\xbc\xa0\xc6\x14\xfd\x15\x50\xd5\x71\xeb\x1a\x9f\xad\xa4\xef\xcb\xf9\xe3\xc4\xbd\xb8\x21\xc7\xe7\x2b\x07\xf5\xc5\x63\xd0\xfa\x2d\x4c\x9a\xaf\x51\x23\xf8\xe4\x8d\x46\x55\x8c\x21\xda\x17\xe0\x27\x29\x3e\x80\x99\xe6\x05\x35\x36\xf7\x25\x12\x51\x32\xfc\x9b\xc6\x67\xbb\xfd\x1b\xc9\xbe\xc4\x2b\xf2\x46\xbb\xe9\x98\x5d\xdc\x90\x27\xb3\x23\x85\x1a\xcb\x75\x3f\x41\x8d\x5c\xbb\x1b\x5e\xb2\x13\x29\xa0\x15\xde\x68\xd4\xef\xd6\x15\x8d\x71\xb0\xe2\xbf\xb8\x21\x6d\x46\x7c\x71\x43\x0e\x9f\x15\x82\x49\xf7\xd7\x29\xfe\x4d\x96\xfc\x12\x67\x7a\x7d\x1c\x04\x28\x0b\x81\x21\xe1\xc5\x43\x19\xa3\x1b\x10\xeb\xb1\x19\xe3\xc5\x43\x59\x90\x54\x2f\x71\xa6\x07\x2f\xf2\x4b\x9c\xe9\x85\x81\xbd\x09\x83\x00\xd6\xab\x17\x40\x59\xbb\xdb\xd3\xd0\x93\x17\x53\x80\xb2\xe5\xe0\x27\xc5\x7a\x5a\xf4\x57\x30\x08\x7c\x7e\xbb\x04\xf6\x30\x9d\x02\x94\x7d\xf9\x49\x12\x17\xb3\x59\x0f\x6e\x48\x02\x89\xc2\x9b\x11\x1d\xee\x59\xc6\x16\xe9\xa9\x06\x50\xc6\xc7\x4f\xe2\xe6\xf1\x06\x01\x50\xd6\x6a\x8a\x38\xe1\xc1\x61\x04\x50\xf6\xc6\x26\x20\x03\xb1\x06\x7f\xd3\x91\x0c\xcc\x67\x26\x92\xc1\xdb\x05\x57\xe3\xeb\xed\x49\x2c\x69\x74\xcf\x88\x25\x8d\x20\x92\xb7\x38\x43\x8f\x39\x73\x2c\x29\x9a\xc6\x6b\x57\xa3\x0f\x00\xae\xc6\xee\xd1\xe2\x6a\x1c\x9f\x16\xf0\x22\xfb\x80\xe3\x6a\x2c\x68\x13\x2f\xae\x46\x8a\xac\x87\xb7\x38\x0d\x88\xd9\x05\x34\x4e\x33\x22\x5c\x8d\x54\x33\x09\x2f\xa0\xf1\x9a\x79\x93\x81\xb8\xa6\xbf\x79\xb1\xa3\xb3\x62\x80\xc6\xc7\xcc\x54\xa0\xb1\x4f\xaf\x1f\x19\x88\x5c\xb2\x13\xde\x8a\xe6\x86\x13\xe6\x25\x03\xb1\x60\x16\x7a\xc9\x40\x24\x25\x29\xbc\xc4\x92\x9e\xe1\xaf\x30\xbe\x4c\x3f\x2b\x69\x40\xde\x2f\x15\x7b\xb8\x57\x85\x58\xd2\xe2\xe3\x5e\x11\xef\xdb\xef\x2d\x4c\x23\x6e\x0f\x64\x68\x56\x57\x51\x5f\xba\xbf\x89\xf8\xf3\xf1\x6b\x04\x43\x11\xcf\xf2\x36\x27\xcf\xb2\x0e\xce\x40\xfc\x50\x11\x47\x20\x33\xd8\xc8\x60\x7b\x4c\x11\xeb\x6c\xc6\xd0\x2c\xde\xe9\x19\xc8\x90\xb2\xb6\xe1\xa5\x36\x4d\xf5\x49\xc5\xd5\x78\xa6\x5b\xd7\xfa\x9d\x65\x6a\x72\xaa\x98\xf9\x66\x7b\xb8\x7f\xdb\x08\x51\x8f\x01\xf1\x50\x4d\x49\x3c\x14\x8b\x54\x02\x46\x29\x76\x15\x5e\x02\x46\xed\xc2\x7b\x09\x18\xfd\xb0\xf9\x4e\x86\x9e\x7b\xdd\x19\x5f\xa7\xf5\xce\x19\x0b\x7e\x4f\x67\x2c\xa1\xa3\xbf\x42\x86\xad\x7e\xbe\xd2\x30\x4d\x32\x67\x20\xc3\xd7\xe2\x48\xc8\xb0\x5b\x7f\x7f\x3b\x46\xb7\xe6\xaf\x50\x3a\x69\xb8\xd7\xac\x9f\x4f\x40\xb7\xbd\xdf\x2d\x10\xc5\x81\x31\xe4\xfd\xb8\x1a\x19\x1f\xc8\x30\x98\x5d\x0f\x52\x61\xfc\xcd\x41\x44\x97\xcf\xd1\x20\x5f\x02\x7c\xf2\x0e\x0c\xa3\xcb\x5f\xc1\x30\x8a\x03\xf1\x15\xfa\xab\x5f\xc7\xfe\x07\x2c\x79\x60\x33\x2d\xfe\x24\xf1\x86\xc9\x14\x9e\x7e\x34\xe8\x57\xc0\xb0\xd6\x4f\x03\x0e\x52\x61\x72\x49\x40\x7c\x2d\xc5\xa6\xab\x2a\x31\x20\x12\x10\xb9\xfe\x31\xbc\x94\xa6\x99\x80\xaa\x77\xfa\xf8\xf9\xbd\x04\xc3\xf4\x6f\x99\xad\xeb\xf7\xc8\xcd\x27\x7c\xe6\x15\x30\xac\x05\x70\xf4\x0a\x18\xd6\x8a\x43\xe8\x9d\x24\x38\x27\x53\x5a\x3e\x6a\x3e\x87\x17\x77\xe2\x04\x6c\xbe\xb8\x13\x3f\x32\x7b\xda\x53\x6c\x0a\x77\xc6\xeb\xaf\x68\x7c\xc9\x6c\x90\x2c\xc3\x08\x44\x7e\x17\x9e\x54\x1f\xd4\x45\x59\x97\xcf\x93\x18\x66\xbc\x09\xc8\x32\x8c\x66\x6e\x0b\x11\x87\xe1\xe2\x15\x30\x2c\xdc\x00\x1c\xde\x85\x88\x23\xc0\xea\xc5\x9d\xf8\x61\xd7\xcb\x09\xdc\xcc\x04\xee\xc4\xf7\x43\x91\x9b\xef\x19\x5c\xd6\xae\xdd\x17\x0c\x33\xc7\x5f\x21\x4b\xcd\xdb\x6c\x51\xdb\xc4\x8c\x9d\x2c\x43\x52\x14\xc2\x4b\x96\xe1\x8b\xbb\xe6\x25\xcb\x30\x59\x8c\x91\x65\x98\xf1\xe6\xbf\x64\x19\x76\x90\xcc\x6b\x77\xa2\x57\x85\x58\xd2\xf9\x69\x41\xeb\x67\xa0\xfd\xe2\x4e\x8c\xd7\x2d\x74\xf0\x10\xdb\x1a\x60\x78\xbc\x9a\x9b\x54\x0a\x0b\xa7\x8d\xf6\x42\x44\xc2\x6b\x60\x68\x21\x0a\xfa\x1b\xd6\x14\x37\xe2\xc1\x6c\x02\xf4\x67\x63\xc1\x2b\xf4\xd7\xed\xb3\x78\x89\x25\xfd\xe8\xe8\x42\x7f\xfd\x6c\x53\x09\x5f\xbb\x9f\x74\xe9\x2b\xfa\x42\xc0\x68\xb2\x5a\x40\xc0\x28\x25\x22\xc3\x4b\x96\xa1\xfd\x35\xef\xa1\x2c\x0f\x2e\xd8\x57\x08\xaf\x3d\x46\x32\x20\x3c\xc7\x04\xbc\x20\x3c\x2a\xb9\x84\xf7\x90\xa4\x8d\x09\xe7\xbd\x94\x16\xb2\x12\x84\xcb\x70\x59\x20\x90\x49\xf8\x9a\x9d\x81\xf0\x92\x77\x16\x08\x6f\x58\xf8\x5e\x5c\xf6\x18\x00\xdf\x8b\xcb\x1e\x54\xfc\x5e\x97\x16\xe2\x6c\x1a\xe1\x79\xbf\x80\xf0\xea\xeb\xaf\x20\xc2\xb1\x79\xbf\x04\x8c\x76\xab\x60\x04\x8c\x9e\xe8\xaf\x10\x0d\x05\x32\x7c\x09\x18\xad\x56\x82\x08\x18\x5d\xf4\x33\xe2\x32\xbc\x8a\x83\x0e\x51\x08\xaf\x79\x06\x23\x2e\xc3\xf9\xf8\x37\xf1\x90\x7b\xfd\x1b\x2e\x6d\x56\x33\xe2\x32\x3c\x30\xef\x68\x97\xe1\xf4\x93\x3a\x63\x0f\xbd\x8e\xd4\x9f\xa1\x76\x73\x88\x8f\x8b\x40\x4c\x28\x8d\xcf\xab\x19\x41\x71\x5c\x72\x1a\x22\x28\x6e\x1d\xff\x86\x81\x13\xb1\x12\x41\x71\x36\x7b\x45\x50\x9c\x62\x87\x7e\x93\x25\x47\x01\xbc\x9e\x91\xd9\x31\x38\x1b\x8b\x6e\x12\x4b\x4a\x49\xc3\x10\x89\x25\xe5\x26\x88\x10\x71\x0b\xbe\x1c\x9c\x18\x00\xb0\x78\xb4\x63\x70\x1c\xa6\x7f\xd3\xf0\x0c\x67\x63\xa0\xc6\x05\x7a\x63\x14\xc0\x2b\x35\xba\x75\x2d\xdf\x40\x04\xc4\xc0\xd0\x97\xbf\x49\xbc\xef\x72\xeb\xc4\xfb\xa2\x6b\x47\x00\xde\xf4\x18\x00\x78\xde\x9e\x51\x00\xaf\x52\xd9\x2b\x44\x00\x5e\x60\xcb\xc7\x17\xb7\x0b\x76\xe6\xf8\x12\x0c\xd5\xfc\x15\xdc\x2e\xc7\xef\x55\x2c\x69\x4c\xee\x4b\xf5\xbc\xc5\xa2\xbc\x64\xd3\x79\x0c\x2f\x29\x1f\xc9\x2d\x90\xd2\xe2\x99\x78\x09\xd6\xdb\xfe\x26\x89\xae\x40\xdd\xe8\xf2\x33\xaf\x29\xdc\x2e\x88\xb1\x08\xc0\xa3\xba\x55\x88\xb8\x05\x3b\x81\x8a\x11\xb7\xe0\x42\x38\x45\xbb\x05\x89\x9c\x88\x00\x3c\x0a\xdc\x84\xe8\x38\x53\x74\xf4\x48\x9c\x69\x41\x00\xc5\x68\x11\xe7\xdf\x70\xeb\x82\x80\x22\xe5\x67\xb8\x29\x3c\x44\xca\xcf\x70\xab\x77\x88\x91\x88\x0b\xf7\x3a\x12\xeb\x0c\xfb\x8c\x94\x9f\x79\x3f\xbf\x89\x45\xd6\xe3\xaf\xe0\x76\x21\x0e\x26\x0a\xe0\xf5\x86\x9b\x35\x0a\xe0\x75\x47\x5a\xc7\xe4\x1a\x2c\x8c\x16\x14\xf7\x7e\xde\x23\xd8\x0b\x8d\x2f\x82\xe2\xb8\x9e\x20\x44\x50\xdc\x25\x82\x39\x26\xc6\x87\xbd\x31\x0a\xc5\x35\x03\xf4\x28\x14\xd7\xc3\xf4\x93\x94\x9f\x29\xee\x8b\x44\xdc\xf0\xec\x0a\xc5\xf5\x99\xdc\x17\x82\xa1\x5e\x53\x94\x9f\xc1\x6a\x19\x29\x3f\x53\xbd\x0b\x28\x3f\xd3\x61\xf3\x11\x14\xb7\x5e\x53\x04\xb3\x25\xd8\x04\x35\x66\x6e\x35\x95\x70\xc5\x31\x13\x42\x71\x25\xc3\x3e\xa3\x50\x5c\xc9\xe0\xa1\x48\x30\x69\xf6\x8e\xa4\xc6\x0c\x45\x2f\x43\xa4\xc6\x4c\xc5\xd0\x15\xa9\x31\xd3\x81\xe4\x91\x60\xd2\x83\x9e\x1a\x33\x06\x08\xb4\xeb\x68\x84\xf7\xfa\x9b\xa8\x60\xc3\x23\xa2\x06\x0b\xc2\x22\x82\xf0\xb8\x53\x32\x44\x10\xde\x4b\xf4\x47\x04\xe1\x25\x10\x65\xc4\x2d\x58\x50\xc1\x22\x6e\xc1\x01\x63\x8f\xc5\xfc\x85\xb1\x17\x57\xcf\x63\x2f\xe1\x16\x2c\x78\x0d\x22\x6e\xc1\xdb\xdd\x7a\xc7\x59\xcb\xcc\x17\x7c\x2b\xd7\xad\x13\xac\xe7\x73\x5b\x1c\x71\xc1\xcc\x17\xce\xdf\x76\x5f\x74\xfe\x62\x77\x0b\x44\x94\xa0\x74\xc5\x4a\xb6\xa7\xd7\x5d\x08\xaf\x06\xcc\x96\x91\x6c\xc1\xe2\xfd\x09\xc2\x7b\x7c\xa6\xc9\x16\xb4\x8d\x3d\x56\x5c\xef\xe1\x47\x71\xc9\x11\xaf\xe0\xf2\x51\xc1\x2b\xe8\x50\xe7\x58\xb1\x8f\x01\xcd\x22\xae\xbf\x52\xdc\x00\x00\xe1\x75\xa7\x5d\x5b\xd5\x5f\x21\xe5\xc3\x6c\x90\x58\xd2\x8a\x6e\x18\x71\xfd\x35\xb3\x02\x81\xb8\x3e\x91\x9a\x91\xac\xbf\x63\x09\x87\x7b\x6f\xa0\xab\x45\x40\x9c\x81\x4c\x04\xc4\x05\x1f\x4d\xdc\x7b\xd6\x8f\x22\x65\x64\x4e\xf2\x57\xa4\x45\x66\x4f\xa7\x41\xdc\xf1\x57\x74\xc4\x9a\x17\xa5\x31\x06\x8b\x9c\x86\x0d\xcc\x92\x11\xf7\xde\x67\x7c\x94\x91\xc9\x66\x05\xc4\x8b\x06\x6c\x8a\xd1\xf1\xa2\x58\x34\x23\xf1\xa2\x6d\xfa\x49\x0c\x25\x3e\x54\xc4\x8b\xae\x64\x4a\x47\x6c\x99\x5d\x77\x57\xe8\xa2\xf5\x4e\x05\x2b\x1c\x6c\x51\x20\xae\x51\xc2\x3e\x44\xca\xc8\x70\x3b\x77\x88\xdd\x59\x55\xcc\x04\xf1\xa2\x8f\xd9\x27\x20\x8e\x62\xfe\x21\x02\xe2\x9a\x0f\x31\x65\x64\xa8\xc9\x10\x22\xee\xbd\x81\x85\x31\x92\xf5\x97\x86\x29\xb6\x20\xd1\xc6\xd1\x05\x46\x3f\xbf\x69\x0b\x16\x1f\xaa\x81\xe7\x1d\x0b\x6a\x14\xc0\xeb\x95\x18\xf0\x38\x2c\xc2\x19\xfb\x40\x03\xc3\xd9\x17\x71\xef\x4d\x8b\x4d\xdc\x7b\xd7\xec\xcc\xee\x3d\xcf\x0b\xee\xbd\xe7\xf3\x24\xe3\x23\xe2\x3d\x0e\xbb\x87\x4c\x49\xc3\xe4\x3e\xf5\x10\x85\xe2\x3a\x77\xaf\x84\x38\x89\x47\xf7\x11\x23\x28\x94\x1a\x10\x21\x12\x14\x1a\x30\xcc\x44\x07\x85\x12\x15\x1d\x09\x0a\x3d\x66\x9f\x13\x43\x1e\xfa\x7b\x9c\xd4\xf7\xf5\x3a\x50\x2b\xa6\x7a\xfd\x08\x0a\xfd\x30\xbe\x49\x05\x40\x33\x30\xdc\x7b\xd9\x33\x81\x7b\x2f\x7f\x9e\x24\x2b\xce\x3a\x17\x59\x7f\x83\xf0\xbc\x08\x8a\xbb\xe8\xfd\x51\x28\xae\x77\xcc\x1f\x51\x28\xae\x0f\x8f\x76\xe1\x23\xf1\x7b\xa0\xb8\x66\xb6\xbb\x70\x7f\x45\x53\x1a\xdf\xc4\xe1\x1c\x41\x71\x85\xb8\x8d\x08\x8a\x9b\x78\x06\x22\x59\x7f\xdb\x7a\x23\x59\x7f\x07\x23\x5f\x24\xeb\xef\x56\xb7\x37\x51\x12\x98\x09\x17\x1f\x35\x2b\x27\x28\x34\xfa\x6c\x92\xf5\xf7\x39\x9b\xb8\xf7\x3a\x66\xa8\x88\x7b\x6f\xe2\x00\x8e\x64\x04\x5e\x02\x46\xe3\x66\x7c\x56\x00\x29\x3e\xfa\xf8\x74\x38\x23\xd0\x27\x1c\xf7\x5e\xfc\x7c\x85\xfa\xcc\xdd\x2d\x80\x10\xc0\xd6\x11\xf7\x5e\x35\xd3\x07\xc5\x91\xcd\x1a\xe2\xc6\xc6\x5e\xfd\xe4\xc4\xfc\xe8\xdf\x6c\x88\x75\xcf\x34\xbe\xfe\xfc\xa0\x38\x67\x88\x76\xef\xe1\x48\x8a\x00\xbc\xeb\x83\x43\x19\x99\x0b\x18\x8b\x00\xbc\xee\x4d\x2e\x80\xd7\x97\x35\x1b\xbb\xf7\xac\x11\x09\xe0\x25\x92\x98\x43\x3c\xb8\x87\x70\xc2\x44\x00\x5e\xf7\xe1\x00\xe0\x2d\x6f\xc1\x43\xcc\x32\xc6\x89\x28\x17\x5e\x69\xdb\x2d\x68\xf9\x1c\x8d\x1b\x0f\x99\x4c\xc3\xbf\x91\x94\xea\xa5\x15\xc0\xab\xc7\xd4\xc5\x3b\x8b\x05\x2e\x0a\xe0\xb5\xea\x03\x77\xc9\xf7\xb7\x78\x10\xc0\xeb\x76\xa2\x45\x01\xbc\xbe\x2c\x6d\x2f\x81\x75\x5e\x94\x4b\x52\xaa\x19\x98\x00\x5e\xba\xd6\xea\x00\x78\xd4\xa1\x0b\xf1\x92\xe9\x63\x06\x76\x09\xec\xb1\xec\xa5\x54\x8c\x33\xfb\x22\x2e\xbc\x64\xc9\xef\x02\xa3\x16\x94\xb8\xf0\xfa\x67\x44\xd2\xc0\x06\x06\x81\x44\xa9\x18\xa7\x2f\x24\x4a\xc5\x4c\x58\x48\xa2\x54\xcc\x44\x66\x27\x97\x8a\xe9\xa6\xd0\xc0\xaa\xbf\x82\x06\x06\x7b\x49\x14\x18\xcd\xc3\x54\xc5\xc1\x76\xa0\xb4\x3d\x6d\xbf\x4d\x94\x8a\x31\xce\x48\x64\x0b\xce\xd7\x94\x8e\x9f\x13\x86\x12\xd9\x82\xf7\xf3\x24\x5a\x16\xf0\x39\x91\x11\x48\xed\xdf\x90\xc8\x08\x7c\x31\xfd\x24\xe2\x3e\xe3\x30\x45\x62\x3b\xe2\x28\x39\x23\x70\xf8\x3d\x22\x04\x48\xc4\x49\x42\x71\x8d\xfa\x6e\x21\xe1\xa6\xdb\xe4\x58\x25\xdc\x74\x8e\xad\x49\x64\x04\x72\x05\x7d\x48\x76\xd3\xc1\x0a\x12\x6e\x3a\x2e\x4e\x08\xc9\x6e\xba\xe4\xaf\xc8\xcd\xd3\xb7\x7b\x26\x23\x83\xc3\xde\x12\x35\x5f\x6c\x33\x4d\x64\x0b\xbe\x88\xe9\x44\xcd\x97\x84\xda\x93\xa8\xf9\x52\xdc\x33\x8a\x88\x36\x18\x74\x22\x5b\x90\x5b\x2b\x43\x22\x5b\xb0\x7b\x1d\x08\xee\xbc\x18\x2e\x92\xb3\x05\x87\x9f\x04\xa5\x7e\x9e\x74\x62\x34\xb3\xf4\x22\xc2\xab\x7f\x9b\x68\x7c\xcc\x04\x6e\x3a\x87\x9a\x25\xdc\x74\xab\xb9\x9f\xa4\x24\x6d\xbf\x47\x4a\x12\x4a\x57\xa2\xe6\x0b\x25\x3e\x43\x12\x8a\x6b\x0b\x61\x9f\xa8\xf9\x42\x99\xb1\x90\x22\x49\xd3\xd9\xef\x69\x7c\xd7\xb3\x44\x11\xd1\x8b\x51\x31\x45\x92\xa6\xd1\xdf\x93\x50\x5c\xde\x9e\xb3\x68\x16\xe9\xaf\x20\xe2\xd0\x45\x93\x51\x5c\x75\x5f\xa8\xe4\x87\x42\x96\x84\xe2\xba\x5d\xc5\x29\x52\x04\x36\xb0\x93\xa3\x8b\xc0\xba\x05\xaf\x1f\xbf\xe1\xa6\x8b\x68\xf3\x29\x39\x1b\x92\xf1\x81\xe2\x9c\x5a\x94\xc8\x16\x74\xc8\x5f\xa2\xe6\x0b\x17\xbb\x85\x04\x8a\x7b\xe6\x8f\xdc\x7b\xc9\xe5\x60\x9a\x9b\xa3\x1c\x0c\x0c\x33\xe1\xa6\x7b\xab\xa9\x0e\x7c\x66\x72\x5d\x0e\xe6\xd3\x1c\xf6\x23\x1f\x62\x97\x83\x41\x87\x4d\x44\x73\x3a\x83\x26\x11\xcd\x99\x22\x83\xcd\xf6\xab\xd2\x3a\xd1\x9c\x06\xb0\x89\x22\x2f\x0d\xb8\x9e\x28\xf2\x42\xa9\xfd\x90\x28\xf2\xd2\xb7\xbf\x49\x48\x9c\xa7\xc5\x39\x80\xc0\xd2\x94\x89\xa6\x3e\xfe\x0a\x45\x96\xcc\x50\x28\xf2\x42\xad\xe8\x90\x28\xf2\x12\xbc\x09\x28\xf2\x12\xaf\x29\x60\xb7\xb7\x2e\xb0\xcd\x1e\xdf\x04\x6c\x1b\x40\xc8\x54\x5c\x3a\x93\x65\x07\xb6\x2d\x3c\xbe\x09\xc7\x9c\x21\x4f\xa2\xc8\x0b\x89\xdf\x21\x11\xcd\xd9\xb6\x9f\xa4\x3e\x5f\x34\xa5\x0d\x59\xbc\xe5\x0b\x7e\x63\x6f\x10\x60\xdb\xfd\xb4\x87\xd5\xab\x99\xd2\xaa\x0c\x1f\x70\x47\x73\xa2\x61\x26\x60\x1b\xd7\x3f\x86\x04\x6c\xa3\x94\x51\x48\xe4\x00\x3e\xde\x90\x95\xb8\x06\x4c\x54\x09\xd8\xc6\x85\x4d\x21\xe1\x98\x5b\x5e\x77\x3b\xe6\x08\x90\x4b\x38\xe6\xec\x9e\x4d\xe4\x00\x06\xaf\x66\x05\x13\x44\xbf\x47\x48\x1c\xe6\x96\x44\x0e\xe0\x78\xfc\x24\x21\x8d\xc9\xed\x91\x43\xd6\xfc\x4d\xa2\x8d\xbb\x29\x8a\x64\x79\x87\x18\xb7\xa1\xa7\xa6\x4a\x95\x02\x2c\x9a\xa9\x3a\xbd\x9a\x99\x10\x6e\x4b\x77\x9b\xa2\x92\x8b\x59\x1d\x95\x5c\x3e\xbb\x80\x90\x4d\x2e\xf8\x0f\x09\x4c\x97\xcd\x68\xa9\xe4\x42\x52\x7f\x48\xc2\x74\xb9\x78\x35\x1b\x45\x6c\x8e\x29\x4a\x11\xf8\xd8\x36\xa7\x1f\x33\x5a\x2e\x8d\x98\x9f\x27\x29\x62\xe3\xd3\xe1\x90\x4d\x1c\x81\xc9\x21\x9b\xd7\xed\x81\x4b\x5f\xbf\x47\x29\x02\xb3\x17\x1c\x73\x8e\xdb\x4d\x38\xe6\x9c\xf8\x93\x70\xcc\x65\x8b\x69\x30\x5d\xf6\x0e\x01\xd3\x55\xb4\xe4\x04\xa6\xab\x16\x71\x60\xba\xe6\x5d\xf0\xa9\xe4\xe2\xdf\x70\xac\x7e\x5a\xc7\x72\x8e\xaf\x23\x81\xe9\x0e\xc6\x9e\x04\xa6\xa3\x00\x53\x48\x84\x6c\x46\x5c\xbe\x49\x98\xae\x3a\x73\x31\x75\xa2\x8d\x7d\x52\xa9\xe4\xd2\x2d\xc2\xa9\xe4\xe2\xa4\xf0\x04\xa6\xb3\x51\x31\x81\xe9\xb8\xc0\x36\x24\x30\xdd\xb6\x08\x20\x64\x73\x93\x14\x9e\xc8\x01\x7c\x50\x4d\x13\x39\x80\x4e\x31\x49\xc3\x71\x37\xb4\x4e\xc8\x66\xda\x6e\x81\x90\xcd\xe5\x6f\x0e\x74\x7b\x66\x10\x4c\xc7\x35\xc6\x21\x51\x1a\x74\xe4\x1f\x05\xc1\x25\x8a\xbc\x4c\x2f\x18\x4e\xbb\x65\x1d\x01\xa7\xdd\xb6\x3e\x86\xd3\xee\x7a\x19\x26\xd1\x80\xd8\x96\x12\x55\x43\x1b\xd6\xc7\x44\xd5\xd0\xee\x8e\x11\xcd\x49\xdd\xad\x90\x80\x7b\x6f\xf2\x7b\x38\xb5\x50\xed\x93\x8b\xbc\x60\xeb\x49\x2e\xf2\x62\xd6\x43\x34\xe7\x22\xe7\x29\x11\xcd\x99\x71\x21\x24\x9c\x76\x0b\xff\x68\x9a\xbe\xea\xc5\xef\x71\xd5\x8b\x37\x01\x70\x2f\x7f\xfa\x42\x91\x17\x00\x7a\xa2\xc8\x4b\xf2\xf6\x04\xee\x05\x42\xe2\x92\xe0\x5e\xaf\x24\x4a\x26\xc1\xbd\x64\xc8\x9a\x96\xd3\x57\x59\x5a\x9c\x76\xd3\x1a\x18\x39\x80\xc1\x6c\x57\x70\xaf\x65\x6b\x7c\x8b\xb8\x0d\x6f\x48\xe0\x5e\xb5\x30\x04\xee\xb5\xe3\xf7\xb0\xf8\x79\x2b\x91\x03\x48\x31\xd0\x90\x96\xa3\x1d\xdd\x4f\xd7\x07\xe3\x70\xe0\xb4\xb3\xdb\x2c\xe1\xb4\xbb\xc4\x3c\x24\xa2\x39\x5f\x8b\x3f\xa2\x39\x9b\x0f\x23\x05\x60\x0e\x26\xa3\x04\xdc\xe3\x22\xcc\x90\x80\x7b\xcf\xf2\x93\x14\x0c\x0f\xa6\xec\xd4\x62\xbf\x08\xee\xe5\xec\x1d\x22\xb8\x97\x6d\xd4\x48\x1b\xd6\xe3\x43\x45\x01\x98\x65\x51\xb5\x61\x3d\xc7\xbf\x6d\x3c\xe1\x8c\x6f\xc3\x7a\xac\x40\x90\x03\x78\xac\x25\x53\x00\xc6\x76\xd1\x44\x0e\xe0\x63\x96\x75\x9c\x23\xc7\xd8\xc1\x74\xa3\x98\xa2\xb2\x83\x05\x02\x39\x80\x2f\x9e\xf7\x44\x0e\xe0\x47\x7f\x3f\x2e\x2d\x69\xca\x16\x77\xbf\x07\x9c\x05\xca\x27\x42\x36\xe7\x74\x0b\xd4\x1f\xb4\x8a\x72\x9c\x48\xe5\x9e\x01\x67\xaf\x7f\xc3\x29\x59\xfd\x1b\x4e\x49\xf7\x13\xbc\xf7\xd1\x53\x09\xd9\xb4\x9f\x27\x5d\xe7\xe0\xfa\x37\x4a\x83\x12\xaf\x93\x2e\x58\xe2\x9a\x42\x74\x98\x85\x10\xb2\xf9\x99\x09\x72\x00\x37\xa8\x31\x51\x1a\xf4\x35\xcb\xba\xe0\xa1\x0f\x45\x48\xaa\xd7\xfd\x62\x6e\xc1\x64\x94\x2e\x39\x9c\x5e\x4d\xf0\x9e\xa3\x77\x12\x78\xcf\x9e\x88\x04\xde\xdb\x04\x05\x64\xf0\xde\xc1\x20\x90\xc1\x7b\x2e\x6f\x90\xc1\x7b\xb6\x1e\xe7\x87\xd2\x99\x9c\xf7\x6c\xbc\xc7\xf9\xcb\xe0\x3d\x2a\xbe\x87\x6c\xbc\x87\x40\xcf\xe0\xbd\x82\x5a\x90\xc1\x7b\x5c\x3d\x16\xf2\xe3\xd2\xc3\x0d\xca\x21\xa9\x6e\x1d\xbc\x7e\xdd\x82\xc6\x47\xb5\x9d\x90\x1f\x57\xae\x38\x50\x98\x3b\x8b\x29\xb0\x84\x29\x9c\x7d\x7b\xff\xe0\xa2\xa7\x90\xf1\x03\x5e\xa6\x3a\x03\x13\x1f\xf2\xcb\x32\x30\xd1\xc7\x36\x03\x13\x2d\x43\x33\x30\xd1\x01\xf6\x19\x98\x38\xb0\xc4\x64\x0a\xc7\x58\x2e\x67\x0a\xc7\x50\x31\x2b\xe4\xe0\x1c\x1d\xff\x46\xe9\x3e\xac\x5e\x59\x30\x31\xf7\xe0\xd6\x29\x4a\x52\xfc\x24\x47\xf3\x35\x45\x22\x07\xa2\x23\x13\xcd\x49\x31\xc9\x90\xb9\x6b\xa2\xb0\xad\x33\x45\x65\xaa\x17\x93\xa2\x32\x2b\x9b\xd2\xd2\x6e\x6c\x75\x99\xd2\xa0\x14\x26\x0d\xd9\x77\x4d\x5c\x7f\x85\xe2\x3e\x30\xd3\xfc\x92\x43\x06\xc0\xcb\x38\xfb\x1c\xad\x90\x5f\x2a\x1f\xbc\xa6\xd0\xea\xbc\xec\xbe\x6b\x02\x61\x91\x71\xf6\x05\xd2\x41\x32\x39\x80\x76\x2e\xe6\x97\xaa\xcb\x8f\xbf\xa2\xad\x3b\x89\x1e\xc8\x38\xfb\x5e\x1c\x42\xd9\x39\x80\x00\xd1\x8c\xb3\x2f\xbb\x2f\x38\xfb\xa8\x89\x1c\x32\xce\xbe\x80\x55\x2f\xe3\xec\xe3\x12\xd0\x90\x71\xf6\x71\xb5\x67\xc8\x38\xfb\x52\x73\x0b\x44\x8b\x13\xad\x90\x71\xf6\x15\xb4\xf2\x0c\x4c\xec\xb0\xdd\x0c\x4c\x74\x48\x7d\xc6\xd9\xe7\xb8\xcf\x1c\x09\x97\xc3\x26\x9c\x71\xf6\x85\xea\x27\x31\x63\xa0\xcd\xe7\x04\x0c\xc6\x78\x96\x05\x13\x5b\x01\x9f\x64\xe7\x00\x62\x86\xca\x09\x33\x06\x66\x9a\x2c\x98\xd8\xf6\xf1\x57\x32\x09\x04\xb4\x97\xb8\x2b\xc4\x87\x51\x58\xb0\xa7\xd7\xef\xe1\xac\xf5\xb1\xc5\xd9\xe7\x04\xa5\x4c\x51\x19\xeb\x94\x99\xa2\x32\x2b\xfb\x2b\x42\x1d\x36\x2b\xe4\x64\x67\xb4\x29\xa2\xa9\x5f\x8f\x81\xca\x1c\xde\x13\x54\x8e\x79\x09\xb3\xcb\x54\x8e\xa1\x26\x79\xc8\x99\xfa\x6e\xd1\x14\xe3\xf3\x9e\x27\x07\x70\x78\xae\x85\x1a\x7b\x39\xa6\x40\x55\x98\xfc\x32\x17\x4a\x38\x8a\x2a\xdb\xd9\x07\x8a\xcb\x38\xfb\x26\xee\xf5\x9c\x89\x67\x21\xfa\x3e\x83\x1a\x2b\xf9\x7a\x19\xd4\xe8\x2c\xca\x2c\xd4\xd8\x33\x48\x34\x67\x12\x8d\xb2\x7f\xc3\x19\xed\xf3\xfe\xb9\x50\x82\xf6\xb8\x50\x22\xa0\x5c\xe4\x42\x69\xd7\x65\x4a\xa8\xa3\x83\xaa\x32\xe1\x9c\x13\x2c\x98\x8b\x6b\xbf\x31\x22\xa1\xc6\xf2\x80\x17\x32\x95\x63\x9c\x84\x94\x1d\xce\x89\x78\xc8\x84\x73\x16\x9f\x62\x2e\x94\x88\x5e\x07\x2e\x94\x88\xd7\x14\x66\x1a\x90\x4c\x26\x9c\xb3\xfa\x3c\x14\xb3\x56\xf7\x85\x44\x15\xcc\x8f\x99\xca\x31\x8f\x39\x26\x95\x63\x02\xa2\x38\x83\x1a\x07\x4a\x42\xa6\x72\x8c\x43\xf0\x72\xc5\x9c\x1b\x7e\xc8\x92\xb9\x84\xf0\x3d\x7e\x8d\x50\xa5\x4f\x73\x58\x11\xd1\x6c\x72\x25\x73\xfe\x71\xe3\x14\x9c\xf6\xc1\x21\xd2\x73\x47\x77\x85\xca\x0e\xd3\x14\x71\x06\x3e\x46\x44\x7a\x16\x0c\xe0\x19\x47\xa0\xb5\x97\x4c\xa4\xa7\x4b\xef\x64\x22\x3d\x17\x86\xfa\x0c\xa0\x74\xe8\x49\x6e\xae\xba\x4c\x3f\x89\xf4\xb4\x2e\x93\xc9\x01\x8c\xde\x3c\x38\x09\x93\xd9\x35\x39\x80\x4e\x8c\xce\x94\x06\xb5\xe5\x2e\x53\x1a\x74\x59\x66\xbb\x34\x28\xce\xb0\xec\x48\x4f\x8b\x23\x8a\xca\x3c\xde\x04\x14\x95\x79\x86\x5b\xc0\xca\xbd\xdd\x33\xb4\x72\xac\xab\x19\x27\x61\xb6\x1e\x40\x0e\x60\x06\x0e\x65\x72\x00\x0b\xba\x45\x26\x07\x70\x7a\xb4\x44\x7a\x4e\xf4\xc6\x4c\xa4\xe7\xf2\x01\xef\xdc\xf2\x66\xa1\x46\x51\x99\xed\x55\x21\xd2\xd3\x29\xdb\x99\xa2\x32\xd9\x22\x0e\x27\x61\x21\xc4\x3d\x77\x6e\xe9\x23\x6a\x24\x77\x72\x38\x7d\x18\x3b\x4e\x34\x1f\x70\x72\x00\x1f\xaf\x11\x39\x80\xef\xf4\x57\xa8\x6a\x0b\xd4\xcd\x02\x94\x7d\x60\x9c\xc8\x02\x94\xe9\x6e\x53\x5a\x3f\x27\x6b\x64\x72\x00\xab\x8f\x11\x51\xa0\xdb\xec\x93\x1c\xc0\xd5\xfd\x9b\xc6\x77\x9a\xdf\xab\x20\x3c\xb7\x87\x85\xf8\x43\x61\x21\xf6\x1a\xb9\xa8\x0c\xe8\x21\x53\x54\x66\xa3\x37\x66\x8a\xca\x38\x36\x37\x83\x1a\x13\x9a\x70\x1e\x2e\x0a\xe4\xf6\x2e\xb1\x20\xf4\x8c\x1c\xc0\x68\xc1\x45\x51\x99\x89\x49\x25\x4f\x8a\x72\x61\x2b\xcf\x94\x06\xad\x16\x9b\x84\x7a\xba\x34\x54\x9e\xa4\x57\xbb\x9f\x13\xd5\x86\x38\x83\x3c\x51\x6d\xcc\x26\x26\x39\x9c\x66\xe5\x2e\x0d\xea\xd9\xb5\x93\xd0\xe7\x08\x27\x61\xf3\xce\x9a\xe4\xe0\x9a\xed\x4e\xa2\xfd\x71\x54\x67\xa1\xc6\x1e\xbc\x2a\x13\x83\x8e\xd9\xa7\x43\x3d\xfd\x1b\xa1\x9e\xae\x35\x92\x09\xf5\x2c\x16\xbe\x38\x09\x9d\x2c\x9f\xed\x24\xfc\x3c\x49\x8e\xdc\xf2\x6f\x38\xd1\x7c\xaa\x28\x0d\xea\xbc\x80\x4c\x0e\xe0\xf2\xcc\x93\x03\x78\x2c\x36\x41\x8d\xc1\x33\x01\x6a\xb4\x59\x21\x2f\x2e\x5c\x48\xfe\x0a\xa5\x6b\x3f\x2d\x10\xc7\x04\x96\xc8\xa0\xc6\x8c\x3f\x23\x83\x1a\x5d\x6d\x31\x13\xea\x39\x7c\x72\x08\xf5\xb4\x8b\x39\x13\xea\xb9\x7c\x3a\xb6\x2b\x8f\xf8\x49\x2a\x8f\xe0\x12\xcd\x54\x8e\x09\x78\x14\xb2\x2b\xc7\x1c\x3f\xe9\x1c\xe3\x1f\x14\xe7\x0c\x19\xff\x61\xf2\xd1\x24\x0a\xd4\x21\x6a\x79\x3b\x47\xce\x43\x20\x4a\xd9\x47\x73\xdb\xff\xcb\x04\x72\xd7\xc4\xc8\xfe\x8a\x58\xcf\xb0\x04\x17\xa0\xac\xcb\x52\xfa\x10\x9d\x67\xb6\x74\x9c\xbe\xca\x94\x09\x50\x56\x47\x5c\xe4\xc3\x0d\x5b\x04\xba\xe5\x43\xbd\x27\xcb\xbb\xc3\x5d\x0c\x9e\x08\x8a\xca\xd8\x35\x96\x8f\x6d\x3d\x6e\x9d\xbb\x26\x3e\x7d\xc1\xd6\xe3\xed\x79\xb0\xf5\x58\x74\x00\x28\xe7\xe7\x2b\x1b\xd7\x26\x0b\x46\x84\xe8\x43\xb2\x67\x26\x42\xf4\x31\xd3\xbf\xdc\xe0\x67\xf6\x02\xa0\x7c\xdd\x02\x0e\x44\x27\xaa\x64\x1c\x88\xc5\xc7\xf6\x92\xa2\xba\xfd\x24\xc9\x28\x84\xbd\xe5\xeb\xe3\x47\xeb\xdc\x27\xd1\x3f\xdf\x14\xb2\x70\x4a\x73\x26\xcf\x6f\x5a\x8b\xbc\x0e\xb3\x63\xf3\x18\x34\x9a\x15\xd8\x49\xe8\xad\x04\x68\x9c\x1c\xcd\x62\x27\x21\x9a\x70\x11\x68\x2c\x1b\x6b\x59\x79\x7c\x0b\xda\x80\xd2\x1a\x85\xee\x27\x29\xea\xfe\xfa\x49\x34\x6f\x46\x5b\x04\x1a\x9b\x1d\x9d\x85\xc2\x31\x91\x83\x5a\xc8\xf3\x73\x7d\xb7\x42\x9e\xdf\x85\xb9\x15\xf2\xfc\xee\x70\x7b\xe4\xf9\x31\xf3\x85\x3c\x3f\x6e\x42\x0f\xc5\x79\x7e\xc1\xbf\x51\x39\xba\xb8\x67\xae\xac\xac\x59\x2a\x81\xfb\x40\xd0\xdc\x4a\x60\x7c\xf8\x33\x8a\x90\x61\xb1\x55\xb6\x90\xe7\x47\xa1\xff\x50\xc8\xf3\x2b\xe8\x8d\x85\x3c\xbf\xca\x6e\x2d\xe4\xf9\x4d\xb4\xeb\x12\x00\xfd\x88\xfe\xe2\x5b\x08\x5f\x7f\xa5\x83\x36\xfd\x9e\xf6\x20\x17\x0b\x84\x42\x75\x98\x74\xfd\x1e\x3e\xfa\xe2\xf7\xb8\x4a\x0a\xab\x73\x09\x18\x35\x96\x9f\xd4\x1e\x0c\x9e\x33\x21\xc3\x1e\x89\xf7\x28\x2f\x61\x84\x58\xb9\xcb\xcb\xa5\x0a\xe4\xd2\x96\xd7\x35\xe3\xe8\x0b\x61\xa0\xcd\xb3\x44\x18\xe8\xc5\x15\x57\x7c\x0b\x21\xfa\x5f\x79\x71\xb0\x3d\x6e\x8f\xf5\x7b\x4d\x69\xfd\x36\xd1\x50\x85\xea\x30\x09\x01\x5b\x5e\xe7\xc1\x31\x4b\x5c\x1a\x51\x41\x1d\x85\x30\xd0\xbb\xdd\x02\xd5\x37\x3c\xd7\x38\x10\x2f\xaa\x4d\xc1\x81\xd8\x61\xa6\x05\x07\x62\xaf\xfe\x8d\x5b\x24\x3d\x76\x1c\x88\x36\x43\x15\x1c\x88\x0f\x2c\xb2\xe0\x40\x7c\x89\x36\x29\x91\xea\x37\xc9\xbf\xa1\x79\x83\xfa\x4b\x74\x18\xa1\x7f\x23\x86\xcb\xe3\xa3\x3a\x0c\x77\x19\x86\x12\x71\x00\x67\xb7\x4e\x1c\x5a\x73\x0b\x5c\x1a\x11\xfc\x1e\xf7\x29\xc5\x1f\x69\xc9\xc5\x95\x48\x81\xba\xc5\x29\x80\x68\x7c\x05\xdf\xe2\x82\x2d\x15\x7c\x8b\x0e\xda\x2a\xf8\x16\x97\x37\xa4\x7d\x8b\x18\xe3\x0b\x85\x63\xb8\x2a\x35\x14\x1c\x88\x2e\x8c\x58\x92\xcb\x55\xfa\x3d\xe7\x90\x31\x11\x38\x10\x9d\xe5\x5e\xec\x40\x9c\x6e\x8f\x08\x66\x6f\xdd\x84\xbd\xd8\x9b\x9c\x4a\xa4\xf5\xf8\x3d\xbb\x02\x38\xd2\x89\xa5\xc5\x38\x51\xb2\xed\xc5\x7c\x05\xd0\x98\x30\xa2\x14\x83\x46\x18\x5f\x31\x68\x2c\xa6\x00\x8d\x5e\x14\x17\x8e\x31\x43\x21\xcf\xcf\x96\xec\x92\xa9\x39\x06\x24\x2f\x02\x8d\xf9\xd3\x6b\xf2\xfc\xec\xf6\x2c\x14\x8e\x71\xb8\x4e\x21\x42\xd4\x25\x4a\x0a\x39\x80\xef\x71\xcf\x28\x7a\xfe\x98\xe2\xbe\x8c\x4f\x3f\x5d\xae\x92\x99\x28\xa4\xe0\x62\xfe\x28\x80\x46\xd7\x7e\x2b\xb8\x1a\xab\xfb\x49\x84\xe8\xf4\xd6\x25\x42\xf4\xf8\x38\x7c\x5c\x8d\xf4\x05\x57\x63\xfb\xfc\x46\x7c\x89\xf7\x44\xa1\x30\x0e\xf6\xe9\x52\x88\xd0\xf6\xbc\x50\x38\x26\xe1\xf4\x29\x44\x88\x0e\xb4\xf9\x42\x84\xe8\x9c\xfe\x0a\x85\x71\xa2\xc7\x70\xd8\x21\x7e\x12\xa3\x94\x0f\x31\xae\x46\xee\xe0\x08\x05\x57\x63\x26\xe5\xb7\x10\x21\xea\xf4\xf1\xc2\x7d\x12\xfb\xf3\x1b\xe5\x38\xbd\x77\xb9\x4f\x22\x98\xed\x56\xc4\x7b\x77\x0b\xb6\xf7\xb3\x7e\x84\x88\xe6\xe5\xf7\x3a\xf1\x3a\x7e\x0f\x64\xf1\xf8\x49\xb1\x1e\x6e\xb8\x0b\x85\x1c\x40\xae\x09\x0b\xa5\x22\xde\xbd\x07\x41\x86\x1d\x75\xa2\x18\x19\xfa\xc4\x81\x0c\x27\x51\x23\x85\x72\xa3\x8f\x05\x09\xc8\xd0\xae\xaa\xd2\x5c\xb3\x91\x16\x70\x35\xba\xa8\x6e\x01\x19\x2e\xaf\x0a\xc8\x90\x9a\xe4\xa1\x34\x97\x30\xf0\x7b\x84\x8f\x22\xd0\x4b\x43\x74\x80\x05\x0b\xe1\xa3\xdc\x22\x19\x4a\xc3\x95\x8a\x0a\x56\x9a\xef\xab\xf1\x37\x37\xca\x85\x7b\x46\xf2\x84\xf7\x75\xe3\xaa\x25\x14\xab\xd2\x71\xa5\x5a\xac\x38\x7c\x34\xb3\x3f\x09\x1f\xcd\x5e\x3f\x6e\x21\x74\x11\xdf\xc2\x2d\x84\x0b\x87\x7a\xc1\xd5\xf8\x9a\xbf\x80\x0c\x5f\x12\x94\x0a\xc8\xf0\x35\x7f\x01\x19\x46\xaf\xa6\x91\xa1\x77\x32\xc8\xb0\x7d\xde\x43\x3d\x0b\x7e\x8f\xd8\x1a\xa2\x85\x0a\xc8\xb0\x78\xfd\x40\x86\x0e\xc8\x2b\x20\xc3\x8d\x47\xa8\x80\x0c\x37\x06\x9d\x42\xb9\xd1\xe6\x1d\x62\x64\xf8\x85\xc9\x7f\x9b\x25\x0b\x34\xe6\xed\x21\x0c\x58\x2b\x36\xc5\x42\xea\xe0\xe3\x23\x46\xea\x60\xc0\xd2\x5b\x48\x1d\x8c\x9f\xdf\x28\x06\x6f\x96\x3c\x88\x4c\xf4\x74\x0e\xc2\x8a\x3e\xbf\x91\x5f\x96\xdd\x02\x91\xc1\x3e\x2a\x14\x8e\x59\xd8\x88\x0a\xa0\xd1\x61\xf3\x85\x4a\xa4\x1f\x3d\x87\x4a\xa4\x8e\xe2\x28\x13\x2f\xb2\xa7\x05\xd0\x58\x88\x28\x2e\x80\xc6\x96\xfc\x24\xe9\x9d\x3e\xfc\x14\x8e\x29\x78\x67\x0b\x85\x63\xaa\x25\x1c\xa0\xd1\xa5\xcc\x0b\xa0\x71\x5a\x37\x24\xb2\x34\x0f\xbf\xa7\xa5\x9d\x8f\x29\x8e\xa6\x45\x1c\xa0\xd1\x25\x14\x0b\xf9\x81\xd9\xda\x19\xb7\x10\xae\xe1\x5e\xe3\xea\x40\x67\x2e\x80\x46\x27\xc8\x16\xdf\x42\x88\x1b\xb2\x50\x38\xc6\x29\xc6\x65\xb9\x3a\x05\xfd\x14\x68\xec\x76\xde\x14\x40\x63\x43\x9f\x2e\x44\x96\x3a\xc3\xb2\x2c\xbb\xaa\x98\x79\x81\xc6\xbe\x49\x5f\x28\x8b\x28\x07\x6b\x4b\x14\x8e\xe9\xaf\x9f\x44\x74\xf8\xc0\x01\x1a\x5d\x74\xa5\x00\x1a\x67\x73\x7b\x88\x46\x6b\x28\x94\x1b\xdd\x20\xae\xc2\xb5\xf6\x11\xdf\x43\xe1\x5a\x7b\x1b\x0b\xca\xb6\xbd\xd1\xbf\xb1\x3f\x83\xdf\xe3\x16\x34\x82\xaf\x0a\xa0\xd1\x38\xa3\x90\x1f\xb8\xcd\x50\x00\x8d\xcd\xab\xb9\xed\xaa\x62\x0c\xdc\x42\x58\xcc\x84\x85\x0c\x7b\xf5\x9e\xc7\xd5\x18\x2d\xd4\x7c\x0b\x21\x21\x55\x65\xfb\x96\x37\xb7\x87\xbd\x18\x44\x59\x40\x86\x76\x89\x16\x5f\x6b\x0f\x98\x2e\x84\x8f\x36\xab\x2f\xb8\x1a\xc7\xf5\x6f\x5c\x45\xe4\xd5\xe4\x16\xc2\xcf\x18\xb8\x85\xf0\x98\x61\x1e\x42\x2f\xad\x7d\x12\x3e\xfa\x78\xe6\x8f\x6b\xe2\xd1\x33\x5f\x28\x61\x85\x85\xd0\xd2\x07\x0b\x6a\x21\xb4\x34\x9a\xd1\x1e\xec\xe1\x18\x1c\x0b\xa1\xa5\xaf\x95\x19\x5c\x8d\x8f\x35\x53\x90\xa1\x4b\x04\x15\x72\x07\x0d\xd7\x0b\xb7\x10\x6e\x62\x41\x8a\x90\x61\x7b\xf1\x47\x15\x21\xc3\xe6\x7a\x80\x05\x57\xa3\x2b\x71\x97\x4b\x72\xd6\xe7\x49\x89\xc6\xe3\x15\x73\x68\xe9\xe7\x3d\x0a\x37\x1d\xb7\x80\x6a\x63\x25\x8f\xdc\xc1\xc7\xac\x95\xdc\xc1\x08\x46\x2e\xe4\x0e\xda\xf9\x5d\x5c\x6e\xb4\xb8\x85\xc3\xa9\xf2\x6f\x12\xfd\x9d\xb0\x83\x4a\x75\x18\x6e\xbd\x0e\xd5\xa8\x11\x31\x56\xa9\x0e\x63\x73\x52\x35\x6a\x04\x23\x57\x5f\x36\x81\x12\x54\x41\x8d\x05\x55\xaa\x72\xd9\x44\xff\x21\x4b\xae\x8f\x6f\x09\x7b\x78\x4d\x52\x93\xeb\x11\x43\x15\xa0\x6c\x9d\xcd\x5a\xb9\xa0\xd0\xc1\xd4\x95\x4a\xa4\xae\x60\x5a\x1f\xa4\x4a\x75\xe3\x44\x6c\x3e\xfe\x8a\x58\x8f\xb3\xf8\xeb\x43\x80\x0e\xec\xac\x02\x28\xcd\xb2\x2a\x80\xd2\x29\x03\x95\xc2\x31\x05\x28\x5f\x01\x94\x1d\x2b\x5b\xc5\xd5\x38\x90\xbd\x35\xb8\xf0\x08\xad\x07\x17\x1e\xa1\x75\x5c\x8d\x0e\x12\xab\x5c\x50\x18\xdc\x17\xf2\x0a\xbd\x91\x2b\x79\x85\x76\x01\x55\xf2\x0a\x47\xf3\x37\x1d\x20\xe7\x27\xc9\xdb\x62\x4b\x54\x0a\xc7\xb4\xe8\x7e\x32\x3e\xb4\xeb\xea\xc2\x31\x08\x8b\x2a\x40\xd9\x86\x47\x44\xe1\x98\x81\xcb\xa2\x12\x91\x3a\x39\xfc\xf5\x75\xd2\x85\xbf\xe2\xc8\x6e\x3f\x49\x94\x43\xf4\x93\x04\xc8\x01\x4b\xeb\xeb\xbb\x5e\x4c\xb9\x5c\xa5\x5b\x1f\x68\x4b\xa6\xb0\xa7\x0e\x7f\x93\xa3\xc9\x66\xad\xb8\x1a\x43\x73\xeb\x14\x56\xc1\x3a\x57\x5f\xec\x8d\x1c\x80\x1a\xc9\x4b\xc3\x8a\x58\x71\x35\xba\xca\x44\x75\x5e\x21\x1a\x43\x8d\x8e\x02\xc8\x50\xda\xba\xdd\xe3\x13\xa0\x6c\x2e\xc0\x5e\x29\x37\xfa\x26\x3f\x89\xc1\x23\xba\xbd\x86\x39\xc9\x2d\x90\xd8\xf4\x69\x61\xa0\xbd\xd0\xcf\xe8\x72\x9c\x6e\x81\x22\xeb\xdb\xef\x69\x7c\x2e\x34\x54\x29\x37\x5a\xd0\x7a\x2a\xe5\x46\x7d\x73\x48\xa5\xdc\xe8\xf1\x93\xc9\x01\x8e\x7c\x25\x11\xd5\x8e\x79\xa0\x26\xdf\xb2\xe8\xf7\xa4\xda\x14\x82\x2d\x2b\xa8\xb1\x01\xf3\x2b\xe5\x46\x3b\xbe\xfd\xca\xfd\x15\xb6\x25\x57\xdf\x5f\xe1\xd5\xe4\xfe\x8a\x73\xdd\x02\x51\xfb\xb8\xa6\x2b\xa8\x31\x46\xb7\x67\xd6\xca\x4c\xd8\xd5\xd8\xdc\x1e\x5a\xeb\x74\x0b\x17\x1f\x09\x27\x87\x00\xd5\xed\x33\x9d\x61\x3d\x14\xfc\xac\x54\x87\x71\x0a\x46\x25\x40\xf5\xf1\x0c\x12\xa0\x1a\x60\xd7\x95\x00\xd5\xe0\x3d\x91\x5d\xa9\xda\xdf\x74\x52\x97\xbf\x29\xfe\xd2\x92\xbf\x42\x5e\xa8\xe7\x13\x57\xa3\x63\xea\x6b\xc6\x55\x7c\xfc\x15\x5c\xc5\xaf\x9f\xc4\x1e\x8e\x88\xab\x04\xa8\x9e\x4f\xcf\x24\x3a\x5e\xaf\x43\xa1\xfa\x8d\x67\xb0\x18\x75\xd0\x42\xc1\x60\xf5\xa1\x60\xad\xc4\xc8\x54\x02\x54\xf3\x87\x22\xa9\xc4\xfc\x05\x57\x63\x45\xd1\xa9\xdc\x5d\xff\x78\x3e\xb9\xbb\x3e\x98\x17\x14\x17\x6e\x32\x45\xe9\x83\xfa\x23\xc3\x45\x2d\x54\x0d\x30\x5f\x2f\xd6\xea\x3c\x20\xb1\x56\x97\xc2\xae\x5c\x50\x78\xcc\x76\x0d\x28\x81\x20\xd5\x80\x12\x7d\xb3\xe2\x85\x4c\x04\x74\xd5\x4a\x80\x0e\x1a\x43\xad\xd6\xca\xd9\x90\x15\xc0\x55\xfd\x1e\x5a\x0f\xe0\xb6\xe2\x6a\x2c\x1e\x2c\xae\xc6\xee\xc3\x41\x51\x19\x97\x9d\xac\x5c\x50\x68\x03\x4b\xad\x04\xc3\x63\x1b\xac\xdc\x5f\xe1\x9b\x0b\x2a\xf7\x57\xdc\xe4\xf6\x6c\xcb\x82\x2d\x71\x0b\xe1\x13\xdc\x4f\x62\x73\xbd\x09\x1a\xe3\xf3\x71\xa0\xdc\x68\xf0\x26\xe0\xfe\x8a\x68\xa1\xd6\x60\x3d\xde\x12\x14\x95\xf1\x7d\x19\x95\xa2\x32\x85\x32\xa5\x95\x7c\xc4\x01\x42\xa8\x00\x4a\x17\x77\xac\xdc\x5f\xc1\x7d\xd5\xa1\x02\x28\x47\x71\x0b\xe4\xb3\x2d\xbf\x07\xea\x48\xfe\x26\xe5\x2a\xb1\x5e\x55\xf2\x11\x0f\x86\xa0\x4a\xec\x2a\xb7\xee\x86\x4a\xec\x2a\xb7\x50\x87\xca\xfd\x15\xc6\x3c\x95\xd8\xd5\xe2\x19\x24\x76\x75\x99\x5d\x13\xbb\x7a\x89\x1a\xa9\xb8\x1a\xa3\x85\x2f\xae\xc6\x8a\x3d\xae\x76\x07\x58\xd1\xba\x01\xa5\x57\xcc\xae\xc6\xed\x6f\xda\xd5\xe8\x27\x1d\xdb\xc9\x9c\x19\x50\x16\xf7\x05\x7b\xbf\xf7\xa0\x00\x65\x5b\x38\xed\xea\xc7\xd5\xe8\x27\x71\x35\x9a\xd1\x0e\xa7\x6c\x33\x83\xb8\x1a\x0f\xe6\xab\x3a\x9c\xef\xc5\x37\x07\xc9\x0c\xe4\xc8\xd5\xe1\x00\x40\x7a\x36\x38\x9a\x9e\xeb\xe1\xaa\x16\x8c\x88\x7c\x44\xd7\x4d\xab\xe4\x23\x66\xef\x2c\x6e\x21\x6c\x9e\x09\x5c\x8d\x6d\xfa\x37\xa2\x8c\x88\x95\xa8\x42\x8d\x79\x78\x0f\x92\x8f\xe8\x2b\x01\xea\x20\xca\x08\xa4\x56\x87\xab\x92\xf0\x95\x89\x6a\x43\x4c\x40\x05\x35\x72\x57\x77\xa8\x46\x8d\x14\x8a\xaa\x46\x8d\x44\x92\x57\x5c\x8d\x2e\xed\x5f\xa7\xef\x8f\x61\x0c\x54\x95\x71\xb8\x63\xa5\xaa\x8c\xcb\xf7\x57\xaa\xca\x44\x4c\x0e\x95\xaa\x32\x9f\x55\x01\x35\x56\xef\x2c\x50\xa3\x4d\xa1\x15\xd4\xb8\xa2\xdf\xdb\x64\x51\xba\x2f\xa0\x46\xf3\x09\x2e\xa9\x70\xae\x41\xa5\xdc\x68\xb4\xaa\x41\xb9\x51\xd7\xe7\xab\x04\xa8\x5a\xb7\xaf\x5c\x52\x61\x03\x52\xe5\x92\x8a\x84\x3d\xbc\xfa\x92\x0a\x8b\xbf\xe5\xfd\xe9\xaf\x70\xfe\x82\x9f\x74\xb9\x58\x7f\x93\x4a\xd5\x58\xff\x2b\xa8\xd1\xd9\x97\x15\xd4\x98\xcc\xf9\xc8\x47\x4c\x38\x48\x2b\xe5\x46\xf3\xe7\x9b\xe2\x2f\xa5\xfe\xa8\x84\x7d\x5d\xb6\xb5\xf2\x49\xdf\x5f\x41\x7d\x88\x4a\xec\x6a\xc1\xd6\x5a\x89\x5d\x75\xd0\x4f\xc5\x0b\x79\x00\xa2\x75\x33\xf4\x63\x8a\x3b\x00\xcc\xca\x01\x8d\xb6\x34\xd5\x8d\x3d\x0e\x3f\x67\x25\x1d\xf1\xb3\x05\x01\x8d\xc3\xac\x9c\xf8\xd4\x89\x77\xbd\x12\x9f\x3a\xbb\x9f\xe4\x8e\x11\xeb\xda\x1b\xd0\x61\xed\x93\x3b\x2a\xb6\x0f\xf1\x71\x6a\x03\xdf\xc4\x9d\x98\x7c\x50\x01\x8d\xae\x2b\x51\x8f\x53\x53\xd8\x20\xc4\xa7\xee\xe3\xf7\x28\xd9\x48\x08\x7f\xc5\x9d\x18\xac\x8f\xe1\x4e\x74\xd5\xa8\x8a\x3b\x31\x5a\x7f\xc7\x9d\xb8\x92\x5b\xc0\x15\xf0\xfa\x37\x8c\x36\x58\xc4\xea\xe1\x7a\xa3\xeb\x31\x1c\x1c\x5e\xa6\xf0\x14\x5b\x4b\xa6\xa4\x68\xf5\x86\x74\xc1\x99\xe2\xdf\x10\x0f\x38\x10\xeb\xa7\xa4\x28\xeb\xe7\x82\x33\x58\x42\xeb\x75\x51\x20\xbf\xc7\x1d\x2a\xde\x4a\x14\x9c\xf9\xe8\xb0\x80\x46\xe7\x3c\x55\x40\xe3\xf6\x9e\xb8\x0e\x32\x62\xec\x8e\x4f\xb5\x0e\x84\xab\xd1\x01\x95\x15\x57\x63\xb0\x8e\xee\xf8\x54\x0b\x3c\x5c\x8d\x9d\x7e\x36\x5c\x8d\xb6\xe9\x37\xe2\x53\x3b\xcc\xad\x39\x1f\x91\x6f\x36\xf2\x11\x37\x39\x9c\xcd\xf1\xa9\x44\x08\xb4\xc7\x91\x36\xfe\x8a\xc4\x7b\x42\xe0\x35\xe2\x53\x13\x36\xc5\xf6\x89\x4f\x5d\x50\x5c\xbf\x05\xdb\x6d\xe4\x23\x06\x98\x5b\x23\x1f\x31\xc1\xdc\x1a\xf1\xa9\xa3\xf9\x49\x4a\x52\x0e\x3f\xa9\xe3\xe7\xca\x15\x8d\xf8\xd4\x83\x95\xb4\xf9\xf6\x42\x76\x6b\x23\x57\x31\x54\x53\x0e\xf2\xe3\x2b\x04\xa1\x72\xcd\x68\x68\x20\x43\x97\xb9\x6c\x20\x43\xc3\xf5\x06\x32\xe4\x3a\xfc\xd0\x40\x86\x1d\x86\xd9\xa8\x38\x13\xaa\x5b\xf7\x0d\x93\xfe\x0d\xe4\x44\xee\x60\x0b\xe4\xba\x05\xb7\x2e\xf1\xd7\x59\xdb\x86\xab\xf1\x4e\xf7\x85\xd4\x9b\x6d\x4a\xeb\xf7\xa0\x45\xb6\xd7\x35\xf1\x18\xfb\xeb\x9a\x78\xa6\x6c\x94\x32\x45\xae\x22\x3b\xb9\x91\xab\x38\xa7\x29\xd2\xd5\x51\xdd\x1a\xf7\xd3\x07\x94\x8b\x46\xae\x62\x87\x4b\x35\x97\x14\x85\x4f\x34\x90\xe1\x29\x6e\x81\x48\x29\x70\x70\x73\xae\x22\xa2\xb8\x91\xab\x98\x8a\xbf\xe9\xfc\x05\xb7\xe7\x48\x29\x7f\x93\x20\x38\xc2\x6a\x1b\xae\xc6\x88\x02\xd8\xa2\xfd\x51\xf4\x5a\xc8\xb0\xd9\x7c\xd5\xb8\x9f\x3e\xba\x3d\xee\xa7\xd7\x05\x1d\xbf\xc9\x92\x9b\xaf\xae\x47\x17\x6d\x5c\x5d\xef\x62\x2d\x8d\x34\xc6\x87\xa4\xdb\x46\xb5\xd1\xf0\xba\x39\x1d\xcd\xb8\xdc\x31\xe2\x37\xb1\xa0\x36\x2e\x3d\x8c\xd7\x43\x30\x6b\x65\x92\x00\x8d\x73\xfb\x37\x24\xe3\xeb\x4e\x23\xf9\xb1\x9d\xb5\xc4\xf5\x38\x80\xe2\x96\x2c\xf9\x79\x92\x4b\x0f\x0d\x4f\x5a\xc2\x4b\xee\x4d\x90\x10\x0f\xc8\xb4\x96\xac\x99\xfa\x2b\xd8\x73\xb2\x7f\xe3\xfa\x26\x4c\x15\x4d\xa0\xb1\xba\xb0\x65\xa3\xa4\xe8\x06\x96\x36\x4a\x8a\x5e\x2c\xee\x8d\x92\xa2\x6f\x73\xeb\x78\xc9\x81\x66\x8d\x92\xa2\xf6\xc0\x36\x97\x14\xfd\xb4\x4e\xa4\x86\x0f\x2a\x25\x45\x1f\x60\x62\xcb\xa4\xa6\x10\x19\xd2\x32\x69\xa8\xcd\xbf\xd9\x53\x4c\x5f\x32\xa9\xb4\xde\x74\x2e\x38\x83\x23\xb0\x39\x06\x15\x1b\x5f\x23\x06\xd5\x8c\xaf\x01\x0c\x7d\x8d\x4f\x03\x18\x8e\xe8\x6f\x12\xe8\xb6\xfc\xde\xc6\x63\xef\xbe\x60\xb8\xf0\x2c\x65\x47\x32\x30\x22\x62\x50\x27\x02\xa8\xf9\x1e\x0a\x62\x56\x1a\xf7\x50\x04\x1f\x38\xdc\x89\x2e\x6f\xdf\x70\x27\xbe\x3e\x70\x14\x9c\xf1\x4d\x75\xcd\x05\x67\xd0\x96\x9a\x0b\xce\xf8\xf8\x51\x70\xc6\x65\x35\x1b\xf7\x50\x38\xa3\xac\x01\x0c\xed\xaa\x6a\x85\x48\x14\xcf\x44\x21\xb3\xef\xd3\x33\x02\x15\x9b\x9f\x24\xc6\x16\xbc\xd7\x8a\x4b\x6e\xd2\x97\x6a\x9b\x37\x33\xe8\xeb\xe9\xc1\x12\x0d\xf4\x67\x3d\xbc\x81\xfe\x2a\xd1\x1f\x0d\xf4\x57\x87\x7f\x23\x10\x0c\x75\xa2\x55\x4a\xa6\xba\x3d\x97\x14\x5d\x7e\x52\xeb\xe7\xe2\xf3\x0d\xf4\x17\xa2\x5b\xc7\x70\xe1\x13\x00\xfa\x5b\xde\x21\xa0\x3f\x07\x3f\x36\xd0\xdf\xa9\xee\x8b\xd4\x97\xcf\xd8\x41\x7f\xbe\x1d\xae\x81\xfe\x7c\x6b\x65\x03\xfd\x25\xe2\xa6\x1a\x97\x4d\xbc\x66\xbb\xdc\x5e\xe8\xfb\x55\x1a\xb7\x17\x5e\x8c\x4b\xad\x21\x1e\x8a\xbf\x49\x24\x91\x59\x5d\xb3\x4f\x86\x11\x51\x52\xd4\x89\xd8\x8d\x40\x53\xeb\xd3\x0d\xf4\xb7\xbd\x2a\xa0\xbf\xd7\xe7\xa8\x11\xc9\x80\xa9\xa2\x35\x1b\x0e\x19\xad\xd1\xdf\xf6\x93\xa4\x42\x83\xbb\x1b\xe8\xcf\xd5\x29\x5a\xb7\x78\x67\x06\x71\x27\x3a\x4b\xb4\x75\xbb\x4b\xf9\x26\x99\x8b\x1f\x41\x89\x3b\xb1\x78\x06\xc9\x5c\x74\x86\x44\x73\x35\x1a\x8b\x38\xaa\xd1\x24\xef\xdd\x0e\x0f\xb1\x80\x05\xfd\x3d\xeb\x47\xb6\xe4\x06\x30\x4c\x14\xba\x6b\x00\xc3\x84\x25\xb4\x01\x0c\xb3\x17\xac\x93\x54\x9c\x4d\x91\x54\x6c\xa6\x38\x08\x52\xf1\x81\x1b\x2e\xc7\x49\x37\x07\x36\x37\xb4\xc8\x26\x60\xd8\x5d\xdf\xb7\x09\x18\x76\x17\xf7\x69\x03\xf1\x60\x69\x34\x10\x0f\x66\x05\x00\xc3\xe0\x2d\x0f\x30\xf4\x45\x4f\x0d\x60\x98\xcd\x7a\x00\x86\xce\x91\x6b\x00\xc3\x59\xfd\x24\xe2\x61\xb8\x2f\x64\x7f\x11\xd3\xd1\x00\x7f\x0f\x61\xde\x0d\xf0\x67\xdb\x59\x9b\x2e\xab\xc9\x62\x4e\xd7\xe4\x62\xb4\xce\x40\xf4\x62\x52\x70\xa6\x7a\xd9\x5d\x70\xc6\x3a\x9e\xb3\x0c\xcd\xf4\x29\x0d\xea\x40\xa2\xc6\x4d\x83\xe7\xf3\x4d\x12\x9c\x7d\xf8\x97\x8f\x0a\xcc\x14\xf7\x5e\x36\xb3\x59\x54\xa7\x35\x8b\x04\xa8\x6d\xeb\x2b\xcb\x17\x45\x32\xbe\x45\x75\x5a\xb7\x40\x26\x61\xb3\x20\x01\xa8\x8d\xee\xdf\x30\x94\x10\x44\xdf\x28\xff\x39\xcc\xf4\xb9\x4d\xf0\xf8\x48\x93\x49\x68\xd3\x48\x5b\xc4\x2c\xe3\x22\x69\xbe\x4d\x30\xba\x75\xc4\x91\xd7\x01\x34\xe6\xcb\x72\x1a\x68\xcc\x97\x2b\x35\xdf\x26\x48\xce\x53\xc3\xbd\xd7\x3c\xbb\xb8\xf7\x3e\x02\x7d\x3b\x09\xd6\xbf\x11\x74\x87\x91\xa1\x91\x49\x18\x30\x51\xb5\xed\x24\x66\x46\x44\x26\xe1\x32\x03\xdb\x14\xc6\xb1\xee\x4b\xe0\x67\x04\xd8\x37\x0a\xc7\x3c\xc7\xbf\xe9\x3c\x38\x10\xac\x6d\x0c\x25\xc1\xd4\x25\x95\x82\xfd\x72\x9c\x4e\x60\x8a\xf2\xa6\x3e\x63\x20\x35\xdf\x57\xd3\x40\x6a\x9b\x88\x92\x76\xa8\xbd\x88\x07\xa3\xf9\xbe\x78\xef\x48\x2e\x7f\x78\x00\xda\xed\x50\xd5\xc2\xe2\x9d\xf2\x9f\x73\x9a\x62\xfd\xbc\xaf\x0f\xb5\xed\xac\x41\x1b\xa9\x59\xdb\x3d\x88\x2a\xeb\xda\xdc\x26\x98\xac\x25\x1f\xdc\x97\x20\xc3\x46\x26\x61\x36\x23\x22\xf0\xb3\x98\x65\x39\x93\xd0\x2a\x18\x81\x9f\xce\x3c\x6d\xdc\x26\x18\xad\x4e\x70\x9b\xa0\x6b\x68\xb7\x0b\x2b\xf7\x09\xa7\x34\x68\xd8\x6e\x81\xf1\x79\x4f\x90\x49\xe8\xeb\x73\x1b\x41\xa1\xf6\x8a\xb4\x4b\xed\xb7\xee\xf7\x48\xc7\xb2\x60\xf6\x6d\x82\x46\x24\xd7\x48\x9b\x99\xc7\xbd\x17\x70\x54\x37\xdc\x7b\xc6\x43\xfd\xf1\x95\x6c\x0b\x8a\xda\x8b\x84\xbd\x75\x82\x42\xe7\x32\xc5\xe5\x08\x8c\xa1\xe3\xde\xab\x8c\xaf\xe3\xde\x73\xf1\xa2\x4e\x50\xe8\xfb\xb5\xcf\x7e\x93\x25\x77\xe2\x45\xbd\x95\x3a\x17\x0d\x5a\xef\xe8\xb8\xf7\x5a\x71\x03\x1c\xcd\xe9\x6e\x4e\xac\x7a\x0f\x94\xb4\x2c\xd7\x17\xed\x0f\x36\xcc\xe6\x27\xd1\xb2\x8e\x87\x80\x7b\x08\x0d\xac\x07\x40\x2a\x01\xef\x3d\x20\xc5\x08\x75\xe9\x81\x74\x10\x34\xa2\x4e\xd9\x50\xdf\x51\xd6\x03\x36\xe8\x6c\xca\x99\x3e\x4c\x0b\xf1\xa2\xbe\x5d\xac\x13\x2f\x1a\xdd\x3a\xb7\x09\x66\xf7\x9a\xdb\x04\x7d\x6f\x5d\x0f\x64\xa2\x79\xec\xc4\x8b\x3e\xc4\x6f\x76\x40\xdc\x83\xa5\xb0\x07\xdf\xeb\x91\xa0\x0e\x1e\x66\xb7\xae\xad\xeb\xa2\x24\xfd\x25\x09\x16\xed\xba\xe3\xde\x5b\xd8\xea\x3a\xf1\xa2\x0f\xe8\xa1\x73\x9b\x60\x43\x07\xea\xbe\x4d\xd0\xad\x93\x49\xf8\x78\x96\xc8\x24\xf4\x15\xed\x5d\x20\xae\xde\x0f\x85\x7b\x76\xf9\x3d\xea\x7b\x5c\x53\xb8\x67\x83\x9f\xc4\xfd\x35\x4d\x71\x34\x97\x7b\x4d\x4d\xb5\xc7\xfd\x3c\xe8\x1d\xcc\x19\x99\x84\x4e\xd6\xed\xb8\xf7\x0a\x49\x2c\x9d\xeb\xe9\x3f\x33\x18\x5d\xf4\x88\x99\x8f\x5e\x3f\x53\x0e\xda\xf2\x57\x28\xab\x09\x13\xee\xbe\x9e\x1e\x71\xdb\x3f\xee\x3d\xbf\x87\x11\x0c\x03\x44\xc7\xbd\x67\x17\x6c\xc7\xbd\x57\x8b\x29\xee\xbd\x20\x5e\xa7\x13\x2f\x7a\x1e\xf7\x93\xfa\x17\xd9\x2d\x00\xc2\xab\x5b\xd7\xf8\x7c\xed\x6e\x07\xa9\x39\x26\xa0\x83\xd4\x0e\x86\x92\x6e\xf7\x1e\x22\xae\xe3\xde\x8b\x84\xee\xf5\xc4\xfa\x4d\x7f\x05\x55\xc3\xf3\x82\x7b\xaf\xf9\xb8\xe3\xde\xeb\xe8\x86\x1d\xf7\x9e\x4b\x19\x75\x82\x42\x7d\xd1\x67\x07\xa9\x0d\xdc\x6d\x1d\xa4\x16\x51\x66\x3a\x48\x6d\xa1\x6b\xf7\xcf\x6d\x82\xee\x35\xeb\x97\xfc\x1e\x41\x69\x9e\x79\xca\x86\xba\xb2\x72\xa7\x6c\xe8\x44\x79\xea\x04\x85\xbe\xb8\x05\x7b\x26\xde\x17\x55\xa3\x73\x07\xbd\xed\xb7\x1d\x14\x97\xc8\xcc\xec\xa0\x38\x57\xac\xeb\x64\x12\x76\xb3\x3a\x82\x42\x27\x28\xb5\x3b\x28\x14\xad\xbc\x13\x14\xea\xfa\x6e\xfd\x13\x14\xca\x88\x08\x0a\x75\xa6\x6b\xf7\x1d\xf4\xa8\x75\x9d\x8b\x21\x5c\x30\xa8\x0b\xc5\x55\xdf\x34\xd8\x8b\xd3\x79\x0a\x14\xaa\x0d\x05\x06\x3a\x28\x2e\xe3\x70\xee\xb8\xf7\x5c\x19\xb1\x17\x54\x1b\xd2\xb1\x3a\x28\xee\x31\x4b\x16\x8a\x6b\xc6\xb3\xbd\xb0\x3f\xc1\x35\xbd\xe0\x23\x09\x6e\x81\x9c\x08\xcf\x44\xb1\x6a\xf3\x23\xc3\x45\xc7\xbd\xb7\x96\x3f\x42\xe4\x84\x8f\x74\xf1\xd6\x35\x45\x4d\xfe\xeb\xae\x68\xeb\x16\x33\x68\x2a\x8a\xda\x4f\xdd\xb9\x68\xb0\xb8\x9b\xc4\x8b\xfa\x6e\xac\x4e\xbc\xe8\x33\xfd\x5b\x82\x7d\x32\x58\x2e\x1a\x74\x40\x5e\x27\x5e\xf4\xf5\x81\x13\xc0\xeb\x21\xf9\x2b\x00\x58\xe2\x3d\x7a\x45\x6a\x02\xd4\x3a\xd7\xd3\x4f\xa0\x4b\x07\xe0\x35\x42\xb1\x3a\x00\x6f\x76\xb7\x8e\x7b\x0f\xcd\xad\xe3\xde\x2b\x00\xa0\x4e\xbc\xe8\xb2\xf4\xa3\xa4\x68\xf1\xf8\x7c\x3d\xbd\x05\x02\xee\x3d\x7b\xc9\x3b\xee\xbd\x85\x79\xa7\x03\xf0\x1a\xe6\x81\x0e\xc0\xb3\xd5\xb2\x37\x82\x9a\x80\x6d\xbd\x71\x9b\x19\x96\xd0\x4e\x69\x9a\x88\xdd\xb0\x53\x9a\xa6\x45\xb7\x60\xf7\x90\x5b\x9f\x1c\x70\xb6\x7c\x73\x12\xba\x5b\xd8\x80\x31\x7f\x93\xfa\x10\x16\x2b\x00\xbc\x63\xb1\xd2\x1d\xd4\xc4\x3a\xb8\x34\x8d\x45\x2a\xee\xbd\x82\xf6\xd9\xbb\x33\xed\x18\x11\x00\xcf\xf1\x02\x1d\x80\xe7\xb2\xf1\x1d\x80\x37\x2d\x56\x28\x4d\xe3\x58\x89\x0e\xc0\x7b\x93\xbf\xc2\x9d\x1f\x3e\xa8\x9d\x54\x03\xcc\x42\x9d\xd2\x34\xc3\x4c\x9f\xd2\x34\x2e\x73\xd4\x41\x71\xae\x43\xd2\x41\x71\x76\xba\x76\x50\x9c\xf3\xa8\x3a\x28\x2e\x9a\xf1\x81\xe2\x92\x67\x69\x70\x65\x12\x01\x4f\x5d\x28\xae\xb9\x7e\x78\xa7\xdc\x68\xc6\xc5\xd5\x29\x4d\xd3\xd0\xe3\x3a\xa5\x69\x76\xf0\x7b\xec\xcf\xe1\x6f\x6a\x7f\xba\xb2\x5e\x1f\x0e\xba\xf3\x6f\x5a\xbf\xe0\x7d\x0d\x8a\xb3\x2d\xb2\x83\xe2\x7c\x89\x43\xb7\x7b\xcf\x6c\x1e\xf7\xde\x9b\xfc\x1e\x25\x6f\x3d\x67\x20\xbc\x46\xc4\x45\x07\xe1\xf9\x52\x85\x8e\x7b\xef\x7c\x7e\xc3\x07\xb4\xfd\x1b\xb7\x25\x56\xff\x96\x89\x6b\x60\xcf\x93\x49\xf8\x61\x52\xdc\x26\xb8\x86\x29\x22\x5f\xc0\x2e\x7d\x72\x1b\x24\x70\xbd\x73\x69\x84\xef\x29\xea\x64\x12\xbe\xaf\x5b\xa0\xfe\x85\x15\x40\x32\x09\x87\xc5\x03\x99\x84\xd1\x2a\x83\x33\x09\x41\x01\x7d\x11\xcf\xec\x6f\x92\x49\x18\x30\x16\x74\x32\x09\x13\x28\xa0\x2f\x27\x69\x9b\x22\xa8\x17\xb3\x57\xa7\xfe\xcc\x6b\x26\xfc\xb9\x34\xc2\x14\xf6\x69\xb3\x72\xca\x8d\x0e\xb3\x56\xea\xcf\xf8\xe2\xdb\x4e\x26\xa1\x43\x13\x3b\xe5\x46\x7d\x4d\x44\xc7\xbd\xe7\x9a\x71\xdd\xee\x3d\xf3\x33\xdc\x7b\x8a\xc5\xff\x6d\x96\x8c\x7b\xcf\x99\x4c\x9d\x4a\xa4\xaf\x37\x32\x95\x48\x9d\x13\xde\x37\xc5\xa8\x2d\xd3\x36\x5b\xd7\x12\x67\x13\x94\x66\x26\x05\xa0\x5c\xb8\x3a\xfa\x76\xbc\xa1\x9f\x74\xfd\x0b\x7f\x53\x5b\xf7\xc3\xa0\x1d\x2f\x4a\x2c\x41\x27\x5e\xd4\x35\x27\x3a\xae\xbf\xd7\x90\x00\xd7\x9f\x6f\x2a\xee\xb8\xfe\x9c\xba\xd1\x29\x4d\x33\xb1\xdf\x76\x5c\x7f\x09\x5b\x56\x3f\x4e\xa2\x64\xb4\x00\x4a\xdf\x39\xd0\x01\x94\xef\x32\x85\x41\xc0\x2c\x0b\xd7\xdf\xf0\x71\xc0\xf5\x37\xad\xb1\xe3\xfa\x5b\x9f\xdf\xf0\xdc\x5a\x47\xa7\x34\x8d\xab\x8c\x75\xbb\xfe\xaa\xdf\x43\x6b\xb5\x24\x3e\x16\x8d\x8c\x88\x4c\xc2\x5d\xdc\x3a\x80\xd9\xe3\x23\x5e\xd4\xf1\xa9\x1d\x40\x79\x2d\xb3\x29\x4d\x73\xbd\x62\x00\x4a\x43\xdd\x0e\xa0\x8c\xd8\x06\xfb\x25\xb2\x00\x9b\x69\x17\xa0\x4c\x1f\xe1\x44\x69\x1a\xd7\xf0\xed\x06\x94\x40\xeb\x8e\xeb\xef\xc3\x06\x71\xfd\x7d\xd8\x84\x4b\x91\x5a\xbf\xa5\x14\x69\x2b\x6e\x0f\xd1\x61\xc1\x7c\x2d\x3a\x38\x38\xd7\xa2\xc3\xdf\xc4\xbf\x60\x5d\x0d\xd7\xdf\xc1\x88\x32\x00\x94\x4f\x37\x85\x41\x00\x23\xca\x00\x50\x36\x58\xe4\xa0\x34\x8d\xf3\x11\x07\xae\x3f\xb7\x30\x1e\x47\x16\x04\x28\x82\xb6\x38\xee\x83\xa0\xd0\xf4\xfa\x9b\xa0\xaa\x4f\x0b\xa0\xaa\xe8\xaf\xf8\x36\x48\x7f\x85\x4c\x57\xd4\x82\x81\xeb\x6f\xa2\x40\x0c\x5c\x7f\x4e\xb6\x1e\x2e\x4d\x83\x71\x69\xe0\xfa\xf3\xa5\x11\x83\xd2\x34\x2e\xbd\x33\x70\xfd\x0d\xd8\xc4\xc0\xf5\x77\xa3\x29\xee\xd2\xc0\xf4\x33\xb8\x9e\xde\xc5\xee\x07\xae\xbf\x17\x96\x3c\x70\xfd\x45\x8a\x09\x8d\xe0\xfa\x1e\xf4\x25\xd8\x36\x6f\xea\xff\x61\xec\xcf\x95\x2b\xd8\x7d\xa8\x5f\x2c\xbf\x4f\xc3\xb9\xc9\xaa\x9b\x10\x1c\xde\xc3\x81\xcb\x99\x03\xbf\x7f\xe0\x12\x7e\x6b\x9f\x96\x74\xae\xfe\xe7\x0b\x14\x6c\xaa\x07\x36\x07\x10\xc3\xc2\xc2\xc0\xef\x3b\xf9\xe5\xfb\x4f\x14\x56\x13\x9a\xd2\x11\xf5\x76\xea\xd5\x70\xd8\x4f\x8a\x4d\x88\x20\x6c\xc2\x3f\xa3\xa2\x4c\x13\xfe\x99\x8d\x6b\x64\x02\x0a\x15\xfa\x63\x52\x6c\x62\xb2\xe6\x27\xc5\x26\x0c\x35\x6b\x26\x1c\x3a\xc4\xb1\x26\xa1\xbf\xdc\xf4\x3f\x6a\xa1\xe0\x98\x99\x80\x42\x55\xe7\x7a\x26\x1d\xfd\xbc\x1d\xab\x31\x98\xde\xee\xf3\xb7\xd4\xb3\x84\x55\x45\x78\x7d\x52\x4d\xd0\xba\x9e\xe9\xaa\xe9\xd9\xfa\x05\x1e\x1d\x77\xe7\x54\xb1\x89\x47\xbd\xbe\xc0\x15\xe8\xa7\x5b\x8d\xe5\xe0\x9f\x9e\x59\xc8\x1e\xee\x53\x96\xe1\xd7\xbc\xff\x4f\x91\x3c\x31\x28\x95\xc5\x3f\x95\x80\xf8\xe8\x21\x18\x24\x98\x0b\x33\xcb\x20\x61\xa2\x09\xfd\x19\x59\xfc\x93\xd0\xdf\x21\xa4\x36\x55\x68\x50\x8b\x8e\xd0\xdf\x41\x78\x4f\x42\x7f\xca\xf7\x9a\x6e\x50\xb6\xb0\xf4\x3e\x3e\x3d\xeb\x99\x64\x71\x69\x99\x11\xfa\xab\xc4\x86\xa7\x0c\x4a\xb4\xf9\x89\x41\xd9\x34\x2c\x05\xad\x0e\xa1\x31\xa9\x43\x21\x2a\x95\x49\x1d\x8a\xd1\xf4\x3f\xb4\x3a\x7c\x91\x93\x2c\x43\xc3\x54\x9a\x64\x19\x2e\x7d\x11\x59\x86\x5b\xcb\x05\x83\x72\x1f\x3d\x45\xa7\x26\xfd\x04\x2f\xaa\xe8\xfa\x24\xcb\x50\x35\xa9\x27\x59\x86\x01\x4d\x63\x92\x65\x28\xca\xbf\x49\x96\xa1\x12\x8e\x67\x85\xff\x42\x23\x01\xa1\xe9\xc3\x81\x37\x21\x34\xed\x1c\x71\x13\xbc\xe8\xd0\x53\xc0\x8b\xce\xa0\x2b\xfd\xe8\x98\x8f\x9e\xc9\xd1\xa1\x85\x0c\x5e\x74\x7f\xee\x03\x74\x57\xf4\x4c\x1c\x02\xc4\x02\x66\x95\xc1\xa5\xbe\x70\x74\x0c\xdd\x87\xc3\x2a\xe9\x0d\x1b\x4b\x46\x57\x8a\x3f\x81\x51\x12\x5e\x94\x28\xc5\x04\x2f\xaa\x8a\x2a\xd3\x0d\xca\x21\x9b\x60\x36\x58\xf7\x82\xae\x24\xf6\x50\xf5\x4b\x84\xa6\xba\x8f\x2c\x43\xf5\x53\x84\xa6\x78\x6c\x27\x84\xa6\x62\x72\x9e\x10\x9a\x0a\x73\x3e\x21\x34\xad\x8f\x9e\xc2\xd1\x41\x88\x79\x92\x65\x78\xc8\xe2\x9a\xaa\x43\xa1\xb9\x25\xcb\x30\x74\xdd\x47\x1d\x8a\xad\x5e\xfb\xfa\x14\x97\xde\xc4\x6a\xd4\x51\x3c\xc9\x32\x14\xea\x7b\x62\x35\xaa\x5c\xef\x84\xd0\x34\x2e\xfd\x0f\xad\x1c\x77\xd2\x24\xcb\x50\x6c\x11\x13\xab\x71\x82\x67\x9e\x64\x19\x2a\xa9\x6b\x62\x35\x4a\xf3\x9e\x58\x8d\x1f\xc1\x47\x21\x8a\xa6\x63\x8c\x42\x14\x4f\xd6\x95\x4a\xd5\x52\x5f\x00\xa5\x69\xfe\x44\x68\x8a\x82\x34\x3f\x95\x06\x19\x4f\x55\x1a\xc4\x75\x30\x55\x69\x10\x9f\xe9\x24\xcb\x50\x15\x40\x66\x97\xc3\x8a\xbe\x28\xcb\x50\x62\x9e\x2c\x43\xe5\xd6\x4d\xb2\x0c\x95\x4b\x3b\xbb\xc2\xd6\x7a\x26\x61\x6b\x5c\x38\xb3\x8b\xb5\x4d\xf7\x4d\x7e\xe9\x4a\xb2\x7c\x35\x7f\x6e\x35\xb6\x3e\xf4\x8b\x04\x7c\x2c\xd1\x49\x96\xe1\xd0\xe8\x52\x69\x50\x8e\xb5\x09\xa1\xe9\xd5\x61\x08\xff\x4c\x24\xa0\x3e\xe1\x9f\x11\x9e\x6c\xc2\x3f\xf3\x39\x8e\x00\x85\x16\x7d\x91\x40\xa1\xda\xc5\x43\xd0\x82\xff\xc2\x25\x4f\x22\x86\x43\x27\x23\x06\xa5\x68\x35\x27\x06\xa5\x92\x60\x27\x06\xe5\x94\xcc\xc7\xa0\x5c\x3a\x9b\x64\x50\x7e\xee\xa3\x44\x8c\x96\x0b\x5c\xa7\xe7\xd1\x53\x00\x94\x48\xa0\x60\x50\x56\x9d\xd2\x18\x94\x0d\x0c\xe3\xc4\xa0\x9c\x55\xbf\x48\x70\x96\xd6\x83\x41\xb9\xf1\x1f\x4d\x0c\xca\x23\x31\x4f\xfd\x8a\xa0\x5e\x63\x50\x06\x6d\x07\x0c\x4a\xa5\xd2\x4e\x19\x94\x59\x6f\x67\xe9\x12\xf0\x9a\x64\x19\x2e\x0d\x3c\xd4\x34\x32\x60\x27\x55\x08\xe5\x10\x98\x10\x9a\x6e\xd3\x33\x5d\xf4\x64\x1d\x5c\x26\x82\x79\xb6\x11\xd4\x34\x0b\xdd\x7e\x52\xbf\x42\xd8\xce\x69\x2a\x61\xc4\x17\x61\x50\x66\x2d\x2c\x08\x4d\xc5\x8a\x35\x4d\xf5\x0f\xf4\x8b\xfa\x07\x12\x91\x84\x13\x03\xa6\xee\x24\xcb\x30\x6a\x03\x40\x68\xaa\x80\xde\x24\xd4\xb8\x3f\xef\x03\x10\x94\xf4\x14\x00\x5d\x9f\x5f\x87\xd9\x54\x3f\xb1\xaa\x30\xc2\x27\x78\xd1\x43\xa8\x71\x2e\xb1\x62\xf1\xbe\x05\x20\x48\x8b\x95\x2c\xc3\x83\x35\x36\xc9\x32\xcc\xf8\x6f\xa7\x1b\x94\xa3\x10\x1c\x9e\x4b\xa8\x1f\xbe\x01\x6a\x9a\xe7\xf3\x4b\xdc\x18\x08\x06\x51\xd3\xe0\xc6\x98\x18\x94\xe2\xe0\x9b\x18\x94\xb7\xe9\xed\xf8\x92\x35\xd3\x0b\x87\x1c\x7e\xd8\xb9\x10\x3d\xd2\x4c\x17\x80\x2e\xed\x07\xb2\x0c\x07\xae\x8a\x89\xd5\x18\xb0\xa3\x26\x59\x86\xaa\xa8\x3c\x09\x43\x16\x1d\xf6\x10\x9a\x56\x29\x02\x10\x9a\x0e\xbd\xef\x53\xbf\x82\x91\x27\x0c\x29\x12\xa2\x49\x18\xf2\x6c\x3d\x53\xac\x66\x7a\x3b\x04\x03\x1a\xeb\x2d\x82\x01\xfd\x42\xf4\x68\xac\xc9\x32\x54\xfa\xf1\x54\x96\xa1\x44\x24\x56\xe3\x91\xd8\x3d\x22\x6c\xe5\x0d\x00\x46\x45\xc3\x3a\xb1\x1a\x33\x2e\xa3\x89\xd5\xa8\xea\x77\x13\xab\x51\xe0\xce\x29\xc0\xa8\x8e\x46\xac\xc6\xad\x23\x07\xab\x51\x40\xc5\x09\x60\x34\xe9\x88\xc3\x6a\x14\x17\xdb\x3c\xa2\xbe\xd2\x2f\xf0\xcc\x20\x4a\xa6\xac\x46\xc9\x10\xac\x46\x51\xb4\x4e\xac\xc6\x8b\x43\x6e\x8a\x7f\x46\xa3\x24\xfe\x19\x59\x40\x58\x8d\x4a\xe0\x9e\x58\x8d\x62\x3f\x9c\x57\x84\xc2\xbc\xe1\xa2\xda\x48\xcc\x5f\xa8\xaf\xa4\x25\x53\xc0\x42\xd1\x9b\x29\xab\x51\x7a\x31\x56\xa3\x52\xca\x26\x56\xe3\x03\x2a\x6d\x5e\x71\x61\xff\x57\x39\xd4\x89\x41\xa9\xea\x0b\x93\x04\xc4\x26\x33\x83\x04\xc4\xa9\x13\x95\x08\xe5\xd6\x62\x25\x42\x29\x5a\x3f\xc3\xa0\xbc\x84\x2c\x8c\xf2\xf4\x31\xe8\x17\x6e\x74\x72\x74\x8c\x08\xe5\x44\x28\x5a\xc0\xd7\x8a\x51\x65\x14\x2f\x54\x98\xce\x02\xa2\x15\x8d\xdd\x02\x60\x28\xce\x65\x0b\x10\x2a\x5e\x3d\x53\xa5\x8f\x74\x1f\x84\x98\x68\x6e\x16\x08\x63\x5d\xbd\x01\xae\xda\xa2\x5e\xa3\xd5\x2d\x5d\xa9\x30\x96\x7e\x01\xf6\x62\xb9\x18\x59\x86\x8a\xd8\x1b\x59\x86\x8b\x33\xdb\x30\x28\x65\xc8\x18\x61\xc8\x8e\x88\xb4\x08\x98\xa6\xeb\x17\x60\x9a\xab\x5f\x24\x38\xe3\x05\x36\xc2\x90\x81\xcd\x6f\x0a\x43\x46\xbd\x41\x61\xc8\x87\x5f\x10\x2a\xb2\xb0\x4c\xb4\x35\xb8\x7e\x8c\x30\xa4\x61\xce\x5a\x14\x42\x40\xff\x23\xcc\x5a\xf4\x0d\x80\x85\xd0\x7d\x0d\x2c\xa9\x8a\x9c\x1a\x58\x52\xb1\x43\x9b\xb0\xa4\x45\xbf\xd0\x7a\xd0\x34\x0c\x42\xd3\xcf\xc8\x27\xb4\x9e\xa0\xff\xa1\xf5\x68\xde\x31\x28\x85\x8a\x31\xb0\xa4\x15\xa1\x61\xaa\x7b\xa1\x11\x04\x4b\xfa\xa0\xd9\x58\x42\xf4\x70\xe0\x19\x59\x86\x06\xc0\xca\x30\x28\x57\x53\xcf\xc8\x52\x1b\x7a\x0a\x5a\x0f\x82\xc1\xdc\xa0\x7c\x1e\x0e\x58\xa3\x3c\x7d\x4f\xfa\x05\x37\x86\xc6\x8c\x2c\xc3\x81\x7b\xce\xc8\x32\x14\xeb\x97\x91\x65\x18\x10\x2f\x46\x96\xa1\x88\x02\x8c\x30\x64\x04\x75\x60\x84\x21\x93\xbe\x81\x30\xa4\xf8\xf2\x0c\xda\x9a\x87\x03\xc8\xb2\x44\x8f\xfa\x29\x42\xcc\xc2\x2f\xe6\x0f\xbb\xc6\x32\x08\x96\x47\xef\xf3\xa3\xb1\xe1\x74\x33\xb2\x0c\xa7\xfa\x59\x70\x08\x10\x0e\x36\x00\xa3\xa7\xea\x4a\xc0\x88\x8f\xfe\x27\x1a\x7e\xfd\x82\x4b\x79\xeb\x4a\xc2\x90\xda\x7f\x58\x8d\x2a\x61\x64\x58\x8d\x45\xfb\xf6\xc3\x4d\xa3\xb7\xa3\xb5\x6a\x9d\x61\x35\x76\x54\x22\x53\x96\xe1\xd0\xff\x94\x80\xaf\xf7\x89\xd0\x54\xef\x43\xbe\xe0\x5c\x32\xac\x46\xd5\xb0\x34\x95\xc1\xe0\xf8\x33\xac\x46\x55\xf7\x33\xac\xc6\x8a\x45\x69\x58\x8d\xaa\x50\x68\x58\x8d\xed\xe8\x4a\xb0\xf8\x58\xb0\x86\xd5\xa8\x0a\x85\x46\x96\xe1\xe0\xe8\x37\xb2\x0c\xc5\x6c\x6e\x22\x34\x8d\xea\x0b\xb4\x4a\x57\xf7\x01\x88\xd5\x28\x29\xcb\x10\xe5\xc9\xc8\x32\x9c\x5f\x3a\xf3\xff\x14\xc9\x46\x85\x8c\x85\x87\xd1\xa8\x90\x71\x00\xbe\x18\x15\x32\x2e\x3a\x97\x35\x45\x98\x99\x06\x0c\x4a\x25\x19\x1a\x06\x65\xc3\xe8\x37\x0c\x4a\x31\x16\x1b\x06\xe5\xa3\x69\x17\x6d\x8d\xa6\x01\x83\x32\x5f\xbd\x9d\xdc\x7c\x89\x09\x0c\xca\x49\xe0\xc3\x3e\x06\xa5\x7e\xa1\x15\x70\xfa\x19\x38\x53\xf1\x17\x1b\x5c\xa7\x55\x0b\x99\x0a\x19\x03\x03\xc8\xc8\x32\x54\x19\x7d\x13\xd7\x29\xe1\x28\x83\xeb\xb4\x01\xf6\x32\x55\xc8\x50\x5f\x30\x28\x37\x86\xb6\x61\x50\xde\xcf\x95\xd0\x64\x83\x5d\x35\xb2\x0c\x1f\x0c\x20\x7b\x44\x3b\xc4\xb7\x83\x33\xbd\xda\xee\x22\x34\x95\x10\x86\xb6\x46\xb5\x0c\x0d\x83\x52\x4c\x04\xf6\x88\xf6\x44\xbf\x48\x23\x31\xbd\x41\xe0\x1d\xbe\xa8\x4b\xeb\x61\x74\xbb\xaa\xca\xe9\x17\x59\x6a\x78\xd2\x0c\x83\x52\xe4\x95\x86\x41\xa9\x5a\xba\xa6\x0a\x19\x5b\xff\xf3\xad\xb9\x25\x5a\xa9\x90\xb1\x81\x38\x19\x06\xa5\xe9\x10\xc5\xa0\xb4\xa6\xf7\x51\x72\x47\x87\x28\x84\xa6\x72\x74\x59\x17\x78\x4e\xef\x43\xeb\x59\xfa\x1f\xa2\xa7\xe9\x0d\xd0\xf0\xeb\x4a\x0c\x4a\x65\xcc\x19\x06\xe5\xe7\xb0\xc0\xa0\x9c\xfa\xf6\xc1\xfa\xd4\x78\xba\x41\x39\xca\xa3\x5f\xbe\x3e\xa5\x41\x1b\x61\xc8\xa2\x55\xae\x30\xe4\xd4\x95\x24\xc8\x6a\x6b\x62\x35\x0a\x59\x60\x0a\x43\x6e\x3d\x85\x30\xe4\xd2\xdb\xb1\x1a\x81\x6c\x1a\x56\xe3\xe9\xfa\x45\xc9\x24\xd3\x2f\xd2\x48\x34\x2b\x58\x8d\x9f\x51\xc2\x6a\xdc\x41\xbf\xd0\xea\xa4\x32\x00\x26\x1d\xe4\x23\x1a\x60\xd2\x81\xd6\x6a\x64\x19\x8a\x71\xda\xc8\x32\x34\xcd\x26\xdc\x34\x4a\xea\x32\xb8\x69\x1e\xa9\x2f\x94\xb5\xdf\x58\x47\x46\x18\x32\x68\x95\x13\x86\x94\xf5\x67\x84\x21\xfb\xa3\x37\x68\x0d\xd2\x4f\x65\x12\x12\xe8\x34\xe3\x78\xc0\x1a\x33\xd5\xa7\xd7\xfe\xa3\x3e\xbd\x08\xb4\x8c\xca\x86\xaa\x31\x62\x1f\xcb\x90\x95\x85\x65\x98\x74\x3c\x60\x19\x0a\x06\x6a\x94\xba\x98\x59\xef\xc3\x72\x42\xb7\x37\x83\xda\xeb\xd1\x2f\x3f\x1e\x22\x61\x72\x03\x84\x2a\x9a\x23\x03\x84\xda\xa4\x46\x02\x42\x6d\x59\x3d\x23\x53\x59\x47\xf1\x42\x3d\xd3\xf1\x00\xff\xcc\xd1\xbc\x2f\x92\xd0\x25\x23\x01\xa8\x66\xd2\x95\x0c\x80\x6a\x4b\xff\x55\xa1\xda\x48\x32\x14\xf9\xbc\x81\x5d\x8d\x9a\x4c\xb0\xab\xe2\x58\x32\xb0\xab\x42\x18\x1a\xd8\xd5\x02\xe2\xc2\x48\x32\x14\x8b\xae\xb9\xd1\x58\x1f\x32\xd1\x8c\xd2\xf5\x72\xdb\xdb\x52\x92\x28\x4b\x70\x21\x5e\x9a\xde\xc0\xf6\xd3\x79\xe7\x46\xe3\xd3\xc9\x0f\xb4\x0d\xb5\x89\xde\x40\xa8\x31\x83\x5d\x30\x85\x1a\x35\x7d\x6e\x34\x8e\x28\x9d\xd2\x8d\xc6\x11\xaf\xee\x23\x54\x85\xc9\x63\x1b\xf1\xf9\xf9\x9f\x6f\x3f\xab\x7a\xdf\x20\x44\xa9\x37\x10\x25\xd7\xc0\x13\x6a\x1c\x60\x1e\x0c\xa3\x31\x10\x57\xb5\xad\x54\x11\x3d\x13\x18\x7b\xd4\x53\x48\x62\x96\xbe\x42\x15\x8c\x85\xa7\xc9\x08\x35\x8a\x60\xde\xa0\xa6\x49\x51\xff\x93\x53\x83\x39\xa2\x0a\x46\x91\x10\x3e\x60\xa4\x31\xaa\x0c\xec\xea\xd1\xd1\x81\xd1\xa8\x04\x75\x53\x96\xa1\x36\x38\x46\xe3\x91\x86\x09\x76\x55\xc4\xdf\xf6\xc1\xae\xf2\x7d\xc2\xae\x6a\x4b\x83\x5d\xcd\x45\x7d\xf1\xef\xab\x12\x28\x47\x59\x78\xcc\x26\xd4\x34\x9f\x23\x87\x2c\xc3\x42\xd4\xc0\x2e\x49\xda\x3a\x02\xc0\xae\x6e\x6d\x69\x8c\x46\xe5\x3c\xd9\x95\x3f\x9c\xb7\x43\x4d\x93\x08\xac\xda\x15\x6b\x1b\x33\x06\x76\x75\x1d\xdd\xc7\xf7\x49\x64\x41\x68\xfa\xd1\x0d\x21\x34\x15\x1a\xc3\x2e\x24\x02\xd2\x9d\x2e\xc7\x9f\xd6\x92\x5b\x86\xe3\xd1\x61\x48\xa8\x31\xe2\xcd\x5d\x64\x19\x6a\x1e\x16\x59\x86\x15\xb8\xd5\x52\x15\x0c\xb4\xb3\x45\xa8\xb1\xe0\x90\x5b\x84\x1a\x6f\xd7\x53\x84\x32\xd2\xff\xfc\xfb\xe4\xbb\x5e\x00\x54\x95\x20\xb1\xb0\x0c\x55\x22\x6d\x41\x68\x1a\x96\xde\xe0\xeb\x73\x45\xbd\x5d\xf8\xf7\xc3\x2f\xf0\xef\xe8\x71\x2b\x28\xc9\x57\xbf\xfc\x78\x78\x4c\xbf\xfc\x78\x58\x58\xc5\x8b\x50\xe3\xe2\x80\x5d\x0a\x35\x22\x84\x17\x96\xa1\x58\x90\x97\x2c\x43\xf4\xcd\x05\x40\x75\xe8\xed\x91\x2c\x3c\xf5\x0c\xcb\x30\x33\x0f\x0b\xcb\x30\x55\x3d\x05\xcb\x90\xbd\xb9\xb0\x0c\x1f\xec\xd2\x05\xa1\xe9\x64\xbf\xaf\x28\x3e\x76\xfd\x82\x75\x2f\xea\x29\x94\xba\xc0\x5a\x59\x84\x1a\x55\xd9\x70\x29\xd4\xa8\xf9\x4b\xc2\x8e\xf3\xb5\x00\x54\x33\xf8\x92\x25\xfe\x19\xd4\x89\x95\x14\xcf\xd0\xff\xc8\xa5\x40\x0e\xae\xa4\x2a\x49\xbc\x0f\xcb\xb0\x61\xbd\x2f\x2c\xc3\x8d\xab\x77\x61\x19\x9e\xff\x74\x5c\xac\xa4\x0c\x93\xc0\x6d\x0a\xe5\xe8\x75\x50\x99\x73\x6a\x2e\xa2\x90\xa1\xea\x17\xfc\x17\x18\x39\x0b\xec\x6a\x8a\xfa\x3c\x44\x0f\xdb\x68\x81\x5d\x2d\x08\xe1\x05\x35\x8d\x92\x1a\x17\xd4\x34\xa9\xeb\x97\x44\x0f\x03\xe1\x46\x63\xeb\x9c\x4d\x0b\xec\xea\xd0\xc0\x53\x2c\x51\x1e\xf0\x05\xd7\xe9\xd4\x62\xa5\x0a\x46\x18\xba\xd2\xbf\x2f\x22\xd8\x97\x8a\x25\xe2\x9d\x5b\x2a\x79\x8f\xd9\xbd\xa8\x82\x31\x08\x0f\x2d\xaa\x60\x8c\xad\xa7\xc0\x07\x1d\x74\x1f\xfe\x70\x4e\xf7\xa5\x2a\x18\x84\x13\x17\xd4\x34\x09\x8f\xed\xa2\x0a\x86\x74\xbc\x85\xd1\x58\x3f\xbf\x28\xc0\x83\xee\xb4\xdc\x68\xec\x22\x41\x59\x54\xc1\x88\x4d\xff\x03\x60\x85\x51\xb5\xa8\x82\x11\x81\xe4\xac\x02\x21\x26\xda\xcb\xa2\x0a\x46\xc3\xe6\x59\x85\x04\x52\xf4\x9c\x45\xa8\xf1\xc1\xe5\xb0\xc8\x32\x14\x3f\xf3\x22\xcb\x50\x54\x38\x8b\x92\xf7\xa6\x5f\x60\x57\xaf\x96\x20\xd4\x34\x9f\xe5\x49\x96\x61\x98\xba\x92\xda\x74\x90\xa4\x2e\xb0\xab\x8a\xdf\x2f\xb0\xab\xc6\xf1\xb7\x28\x79\x2f\xda\xff\x45\x06\x62\xec\x7a\x26\x46\x31\x87\xc5\x92\xd1\x28\x31\xa1\xda\x89\x8f\xfe\x67\x1c\xc5\x7a\xe6\x22\x25\x82\x91\x00\xbb\x5a\x34\x4a\x95\xa3\x91\x03\x76\x55\x58\xf7\xb0\x1e\x16\x19\x88\x9f\x91\x68\x10\x2a\xe2\x2b\x5f\x50\xd3\x88\xea\x71\x35\xd2\x1e\xf4\xb5\x8d\x50\xb1\xd6\x0b\x55\x30\x86\x56\x01\xd4\x34\x53\x42\x8a\x2a\x18\x47\xe2\x05\x6a\x9a\x46\x08\x6f\x41\x4d\x23\x72\xdc\x25\x6a\x1a\x89\x48\x00\xaa\x2a\x9c\xba\x1a\xb5\xdb\x88\x67\xac\x86\x53\xe3\xd3\x17\xfc\xa9\x57\xfd\x84\xb5\x4d\x7b\xe5\x91\x3f\x95\x67\x3e\xf8\x53\xf5\x7d\x0f\x28\x1c\x0e\xae\x45\x15\x8c\x8c\x4b\x65\x51\x3b\x31\xa3\xb1\xaf\x47\x00\x4e\x3d\xc5\xd7\xa7\x72\x3f\x17\x00\xd5\xa5\xdd\xf1\x50\xc0\x0c\xa7\xdb\xa2\xd4\x45\xad\x7a\x1f\xd8\x7f\xed\xbf\x07\xcb\xe2\xea\x0d\xa0\x54\xb4\xb2\x1e\x50\x2a\x3a\x72\x00\xa8\x1e\x49\x22\xb7\x0c\x7b\x41\x41\x5a\x1d\xcb\x1e\xc5\x71\xb9\x65\xd8\x8f\x84\x30\x19\x88\x47\x2b\x99\x7a\xf8\x41\x5f\x4b\xa9\x8b\xa6\xd5\x43\xa8\x71\x00\x26\x58\x5d\x55\x76\x58\x4b\x58\x86\xb2\x02\x56\x97\x65\x41\x5f\x3a\x55\x92\x74\x58\x00\x50\x8d\x45\xcf\x04\xca\x20\xd9\x4a\xa8\x71\x8d\xff\x0a\xef\x2d\x8c\xc6\x47\x67\x7d\xa7\x76\x9b\x86\xac\x93\xa1\xa7\x33\x4d\x65\x15\x75\x9e\x0f\x8c\x7e\xb4\xd6\x35\xf0\xa7\x92\x5c\xb0\xdc\x68\xec\x3b\xe8\x7f\x18\xc5\xda\xd2\x03\x14\x07\x7a\xf8\x1a\x94\x8d\xcc\x7a\x26\xac\x58\x9a\xe8\x41\x95\x01\xcc\x93\x85\xd1\xa8\x02\xf1\x0b\xa3\xf1\xf3\xb1\x64\x20\x2a\x24\xb3\xc8\x40\x8c\x41\x4f\x01\xbb\x2a\xb1\x04\x76\x75\x4f\xf5\x53\x34\xe0\xf4\x45\x55\x30\xd0\x14\x97\x1b\x8d\x43\x89\x2a\x0b\xae\xd3\xa0\x89\x86\x9a\x46\xc6\xca\x82\x9a\x26\x93\x63\xb5\x44\x68\x2a\x9d\x64\x2a\xf9\x92\x09\x23\x03\xf1\xa3\x77\x4c\x71\x0d\xb3\x5c\xc8\x40\x0c\x49\xff\x23\x03\xf1\xe8\x17\xfe\xfe\xad\x7e\xba\xd5\x71\x3e\xfd\x04\x05\x40\x5a\xc0\x02\xbb\xda\x75\xe0\x61\x50\xaa\x18\xeb\xc2\xa0\xdc\xea\x35\x06\x65\x94\x2e\x63\xf8\xfb\x75\xc0\x1a\xfe\xb8\xab\x5f\x18\x5c\x80\xd9\x16\xd8\xd5\x89\xfe\xbe\x4c\xd4\x49\xf4\x0c\x6a\x9a\x8d\x7d\xb2\xa0\xa6\xf9\x68\x67\x50\xd3\x28\x86\xbd\xa0\xa6\x89\x9f\x37\x18\x61\x5d\x3d\x45\x5a\x0f\x63\x66\x72\xda\xe8\x7f\x70\xd5\xe2\x59\x5e\x6e\x50\x8e\x2b\x2d\x0b\x42\x53\xa1\x46\xd6\x12\xb7\x02\xe3\xb2\x94\x51\xc6\x2a\x20\xd4\xa8\xf2\x54\x6b\x51\x80\x47\x6b\x17\xec\xea\xa3\xa3\x18\xec\xea\xd5\x5a\x5a\x38\xdd\xb4\xe6\x09\x35\x9a\x0e\x20\xd5\x4e\x94\x46\x44\xa8\x71\x69\x6e\xa1\xa6\xd9\x12\xd7\xa2\xa6\x91\x9e\x0a\x76\x55\x2c\x71\x6b\x09\xa5\xa2\x7e\x12\x2a\x06\x19\xb2\x00\xa8\x3e\x9a\x3f\xac\xc6\xa1\x15\xb2\x71\xda\x68\xaf\x10\x6a\x14\x23\xcb\xda\x7c\x9f\xf6\xdf\x56\x5a\x87\xee\x6b\xb8\x00\x98\x15\x42\x8d\x5d\xc7\x98\x32\x1e\xb1\xbf\x16\xa1\xc6\x80\xe5\xbb\x08\x35\x26\x52\xe0\x17\xa1\xc6\xf4\x79\xc3\x22\x0c\xa9\x5f\x70\x7d\x57\x3d\x85\xb4\x2a\x29\x4f\x64\x3c\x36\x1c\x4f\xcb\xad\xc6\x31\xf0\x1e\x2f\xd5\xc3\xd7\x48\x1c\xf6\x9f\xf6\xd1\xe1\xe8\xd7\xdb\x0f\xfe\x70\xc2\x74\x4b\x19\x8f\x1a\x33\xac\xc6\x44\x78\x7d\x1d\x39\x6d\x98\x31\x32\x1e\x9b\x0e\xca\xc3\xfc\x7d\xde\x47\x46\xa7\x74\x66\x08\x4d\x55\x83\x7e\x1d\x85\xc2\xf5\x14\x9c\xa6\x59\x6f\xc0\x5f\x0c\x9e\x79\x11\x6a\xfc\xfc\x0f\xab\xb1\xd4\xff\x72\x5c\x2c\x37\x28\x6b\xd3\xa2\xa3\xac\xe2\xd3\xf4\x8b\xa9\x2d\x7a\x24\xa1\x2a\x9d\x9a\xa2\xad\xc1\x9b\xbb\xa0\xad\x51\x8d\xe1\x45\x59\x45\xd1\x90\xac\xcb\xd6\x94\x60\xc0\xa0\x14\x6e\x63\x11\x85\x1c\x4d\xcf\xc4\x55\x9e\x74\xe5\x42\x27\xe1\xd3\xaf\x6a\x63\xe9\x0d\xe2\x72\xd5\x1b\xf0\x87\xb3\xc5\x36\x06\xa5\x98\x8e\x37\xd8\xd5\x82\xb7\x6c\x83\x5d\x95\xcb\x61\x43\x5b\x63\xf4\x65\x07\x60\xe5\x9c\xee\x3b\x28\xa3\xec\xf2\xcb\x0d\xca\x8a\x83\x65\x07\x25\xeb\x2e\x7e\xc9\x1f\x1e\xf8\x85\x3f\x3c\xa9\x2f\x70\xb9\x26\xfd\x0f\x5f\x56\xd1\xdb\x09\x55\x61\xea\x6e\x2a\x64\xac\x47\x57\x12\xaa\xfa\x3c\x13\xec\x2a\x3a\xd7\x16\x6d\xcd\xd2\x2f\x69\xe5\x7c\x2d\x06\xe5\xc6\xd0\xde\x11\xad\x00\x2f\xe9\x06\xbb\xda\x59\xf2\x9b\x50\x63\x41\x7c\x6e\x0c\xca\x3b\xf5\x14\x96\xee\xd0\x95\x84\xe2\x82\xfe\x27\x56\x2c\xbd\x1d\x9a\xfa\xa8\x37\xe0\xb0\xc2\xec\xde\x18\x94\x33\xe8\x4a\x68\xea\xab\xfe\xc7\xd1\xf1\xa8\x9f\x10\x62\xa2\x81\x6d\xb0\xab\x86\xa0\xdd\x60\x57\x37\x89\x3f\x5b\x19\x8f\x1c\x08\x5b\xb4\x35\xac\xdd\x4d\xa8\x71\xe0\xb4\xd9\x54\xc8\x88\x58\x6a\xdb\x0d\xca\xfe\x99\x95\xa4\x02\x4a\xf4\x9a\xda\x89\x1d\x25\x61\x53\x21\x43\x35\xfb\x76\x62\x7d\xe2\xfd\xdf\x10\x9a\x8e\xa9\x37\xc0\xa5\xac\xd5\x83\xd5\x28\x1e\xe9\xed\x56\xe3\xb0\xcf\xfb\xf0\xb5\xa2\xe8\x6c\x42\x8d\xaa\xfb\xbe\xdd\x6a\x1c\x15\x71\xb6\xb3\xf6\x1f\x5f\x0b\x40\x75\x16\xfd\xcf\xd7\xe7\xe6\x18\xdb\x58\x8d\x09\x15\x65\x63\x35\x96\xa9\x37\x88\x56\x49\xff\x43\xab\x43\xb1\xda\x94\xd8\x5f\x88\xa5\x9d\xa1\x1d\x42\x24\xef\xac\xb4\x0e\xbe\x0f\xab\xb1\x64\xbd\x9d\xa3\x23\xeb\xed\xae\xb5\xde\xcf\x33\x7d\xff\x25\xbd\x1d\xab\x71\x6b\x36\x0b\x5c\xd1\x08\xa9\x4d\x19\x8c\x84\xe2\xb1\x29\x83\xf1\x80\xe5\xd9\x00\x54\xc5\x23\xb8\xe1\xa6\x49\xc8\x9e\x0d\x37\x4d\x01\x14\xb0\x8b\xd2\x56\x18\xc1\x42\xda\x0a\xee\xab\x4d\xed\x44\xd1\xdb\xef\x82\x43\x4e\xf3\x40\xed\x44\x21\x82\x76\x51\x01\x3a\xf5\x1a\x00\xae\xf6\x74\x01\x85\xa3\xfd\x8e\xd5\xf8\xd9\x01\x55\xd8\x78\xde\x87\xd5\x58\xb5\x42\x20\x34\x5d\x84\x2f\x77\xc5\x21\xa7\x2f\x22\xd4\x98\xbe\xde\xf0\x3f\x45\xf2\x26\x0a\x99\x30\x79\x36\x51\x48\x49\xf9\x4d\x85\x8c\xd1\xf5\x0b\x5f\xdd\xd0\x95\x14\xe7\x69\xfa\xc5\xa9\x02\xb2\x60\x43\x69\x23\xd2\xec\xad\x62\xfc\x98\x58\x1b\x83\x32\x6a\xa3\x42\x69\x73\x4d\x9d\x06\x80\x04\x58\x68\x63\x50\x26\x70\x0d\x9b\x64\x48\xe9\x40\xbb\x09\x56\xae\x5f\xc0\xca\x71\x8d\x6c\x92\x21\x2f\x01\xbd\x4d\xa8\x31\xe0\x8f\xdb\x0a\x35\x6a\xf1\x40\x69\xa3\x38\xf5\x26\x19\x72\xc1\x1a\xb5\x09\x35\x3e\x1c\x16\x9b\x50\xa3\xd8\x37\x76\x13\x0a\x80\x2d\x8d\x41\xa9\xda\x6d\x1b\x83\x72\xa2\x15\x6c\x32\x1e\x95\x78\xb0\xc9\x78\x54\xad\xb8\x0d\xa5\xcd\x21\x24\xba\xa1\xb4\x39\xda\x2a\x50\xda\x28\xed\x7c\xbb\x41\xd9\x54\x8a\x72\x13\x6a\x0c\xa6\xff\x41\xd9\xc3\xe1\xb4\x31\x28\x2b\x7a\xff\xc6\xa0\x6c\x44\x9f\x37\x06\xa5\x0e\xd8\xfd\x40\x1b\x85\x25\xb3\xc9\x78\xcc\xfa\x86\x87\x50\x8e\xc4\x0b\xb5\x13\x8b\x8e\x0e\x6a\x27\x7e\xb6\xfb\x23\x2e\x6c\xf5\x8c\xb4\x0e\xfd\x22\xd4\x18\xf4\xb5\x64\x3c\x26\x2d\xd6\x2e\x87\x00\x73\x4b\xed\xc4\xac\x31\xeb\xe2\x41\xd0\xff\x5c\xf4\xa8\x4a\xfa\xc6\xa0\xac\x9f\xfb\xa0\xa9\x27\x98\xb2\x21\x34\x15\xfd\xcc\x86\xd0\x34\x12\xde\xdb\x50\xda\xa4\xcf\xff\x70\x08\x48\xf0\x11\x6a\x54\x71\xb3\x8d\xd5\x28\xea\xfb\x8d\xd5\x28\x77\xd9\xee\x00\xac\x40\x7d\xef\x01\xb6\x9a\x00\xf0\x1e\x88\x1e\xed\x23\xb7\x1a\x87\xe9\x50\x83\xd2\xe6\x60\xce\x6e\x32\x1e\xc5\x70\xbd\x45\x69\xb3\x75\x1f\xaa\x8d\x04\x8a\x28\x6d\x74\xe4\x0c\xe6\xef\xea\x29\xa4\xe5\x3c\xba\x8f\x30\x96\x56\xeb\xe0\xe8\x47\x8b\xdc\x03\xad\xf5\xf3\x0b\x14\x95\xd6\xfc\x80\x4b\x05\xd4\xc8\x26\xd4\x28\x2d\x72\x7f\x8a\xf1\xb3\x5e\x08\x35\xf6\xcf\x2f\x3f\xfa\x97\x8e\x15\x42\x8d\x5d\xbb\x91\x50\x63\x47\x9b\xdf\x6e\x35\x8e\x89\x0b\x60\x8b\xd0\x14\xed\x73\x4f\xb8\xda\x75\x84\x13\x6a\x1c\xea\x27\xc5\xf8\xe7\xd5\x33\xc5\xa8\xc8\xf7\x01\x50\xed\x92\x28\x94\xc1\x10\x51\xef\x9e\xe2\xc2\x46\xb4\x2a\xe3\x11\x24\xd1\x9e\x1c\xfd\x9a\x69\x6a\x27\x36\xdd\x67\x7c\x9f\xae\xa4\xe2\xbe\x38\x4a\x36\x15\xf7\x55\xed\x68\x13\x86\x14\x83\xf7\x26\x0c\x79\x09\x2e\x6e\xc2\x90\xaa\x1f\xb3\xe1\xbb\x59\x52\x12\x44\x68\xba\xfe\x53\x24\x63\x50\xd6\xa6\xd7\x91\x91\xd4\xd5\x31\xa2\xe4\x3a\xa5\x31\x28\x55\x1b\x6b\x63\x50\x0e\x09\x68\x13\xc0\x4a\x9f\x20\x6c\x20\x5d\x59\xca\x68\xe1\x99\x6e\x50\x96\xab\xed\x47\x32\x64\xd6\x09\xa7\x64\x48\x89\x02\x25\x43\x82\xea\xdb\x18\x94\x0d\x60\xd6\xc6\xa0\x14\x5b\xc4\x86\xeb\xb4\x7c\x9e\x49\x18\x52\x27\x38\x61\x48\xe9\xfd\x1b\x0a\x1d\x95\x5c\xdc\x0b\x5f\x79\xd5\x2f\x71\x0d\xf3\x7d\x4b\x15\x4e\xf4\x4c\xc8\x24\xf1\xd1\xee\xa5\xba\x75\xf4\x0c\x83\xb2\xe9\x29\x60\x57\x0d\x3f\xe5\x86\x42\x47\xc1\x9b\x8d\x41\xa9\xc2\x4b\x1b\x0a\x9d\xa0\x45\x4e\x85\x8c\x20\x51\x40\x85\x8c\x0a\x12\x65\x13\x86\x5c\x3a\x89\xdd\xa0\x6c\x37\xe9\x29\xa0\x38\x70\xc5\x6c\x6a\x27\x7e\xb4\x48\x28\x74\x3e\x63\x4d\xed\x44\x55\x56\xdb\x32\x1a\xd5\x6b\x8c\x46\xd1\x72\xef\x83\xd1\x0f\xdc\x6a\x1f\xb2\xc6\x30\x0c\x37\x46\x63\x94\xe8\xc1\x68\x54\x2e\xd8\xc6\x68\x14\x20\x6f\x1f\x8c\x62\x1d\x39\x54\xc1\x50\xf0\x66\x63\x34\x4e\x59\x2b\x18\x8d\x0a\xdd\xee\x23\x24\x8a\x9e\x02\xeb\x9e\xe6\x0f\x42\xd3\x84\x27\x74\x1f\x9c\x1a\x9a\xe9\x23\x3e\x6f\xb6\x0a\xa1\xc6\x82\x55\xb5\x65\x34\x6a\x2d\x51\x05\xa3\x69\x1e\xae\x90\x36\x7c\x1f\xf8\xd4\x2a\x7b\xe1\x42\x65\x2e\x1b\x04\x9a\x9c\x86\x5f\x74\x83\x4f\x15\xe3\xc5\x56\x15\x0c\xf0\x02\x1b\x7c\xea\x00\x97\xb2\xc1\xa7\x2a\x42\xb3\xb1\x0c\xb7\x84\x0d\x55\x30\x82\x6c\x82\x2b\xcd\x5b\xff\x73\xf1\x29\xd6\x8e\x0d\x08\xb5\x4b\x45\xb9\xe2\x13\xf6\x67\x1e\x40\xa8\xa2\x78\x3f\x80\x50\x95\xc1\x76\xdc\x32\xec\xca\x78\x3c\x6e\x19\x76\xa5\x36\x9c\x80\xf8\xe4\x60\x3e\x01\x2e\x8e\xa9\x5f\x3e\x7f\xa2\x0b\x3b\x58\x86\x85\x1d\x77\xb0\x0c\x9f\xa1\x5f\x58\x86\x55\xcf\x04\x7f\x8b\x86\x79\x02\xb4\x5f\x9f\xfb\xe0\xaa\x58\xea\x19\x4e\x0d\xe6\xef\x60\x19\xee\xcf\x2f\xf1\x95\x73\x1f\x96\xe1\x83\x92\x77\xb0\x0c\xc7\xd1\xff\x08\xc5\xb1\x5a\x0f\x59\x8d\x93\xd0\xed\xc1\x32\x0c\x5d\xff\xa3\xd4\x05\x7a\xf1\x21\xab\x71\xb2\x5a\x4f\x24\xb5\x08\x47\xde\xc1\x32\xec\x1a\x41\x2c\x43\x29\x17\x27\x4a\x3d\xd3\xff\x50\xcf\x90\x7c\x07\xcb\x50\xf5\xfc\x4e\x14\xd5\xfe\xe2\x17\x32\xf2\x4b\xe8\xff\x4f\x91\x7c\xc0\xa7\x16\xce\xe5\x03\x3e\x55\x27\xc7\xc1\x68\xcc\x2c\xa5\x83\xd1\xa8\x42\x4f\x47\x51\x48\x62\x8b\xe7\x43\x93\xc3\x90\x25\x3e\x1d\x11\x72\x28\xab\x38\x86\xfe\x47\x15\x0c\xce\xc2\x43\x15\x8c\x3e\xf4\x14\xa0\xe3\x68\x75\x47\xa1\xc6\xac\x9e\x71\xf2\x73\xc2\x1d\x8c\x46\xd5\x05\x3b\x70\x9d\x2a\x51\xf9\x24\x55\x19\xd0\x95\x17\x07\x0b\x7d\xc9\x30\x58\xe1\xe2\x38\x18\x8d\x2a\xe2\x7a\x30\x1a\xe5\xf5\x3a\xe0\x53\x13\xc6\xed\xc9\x80\xe0\x30\x79\x8e\x1b\x8d\xe3\xd1\xa2\x13\xa1\x29\xdb\xf6\x90\xd5\xb8\xae\x7e\xf9\xf7\x5d\x82\x8b\x07\xa3\x51\x11\xfb\x83\xd1\xf8\xf9\xda\x4c\x94\xfc\xe8\x17\x59\x7f\x53\xbf\xf8\xbe\xae\x67\x92\xf5\x67\x7a\xbb\xb2\xfe\x98\x31\xf0\xa9\x0f\x01\xa1\x53\x04\x12\x63\x09\x82\x4f\xdd\xe8\x2b\xa7\x88\x81\x8c\x51\x82\xd0\xf4\x68\x03\x10\x6a\x54\xf5\xe3\x53\xe0\x3a\xa8\xba\x12\xa3\xf1\xe8\x97\x1b\xfd\xa9\xe8\x7d\x24\xe4\xe2\xec\x39\x45\x34\x32\xcc\x1f\xa1\xc6\x89\x37\xfe\x14\xe1\xc3\x19\xdd\x22\x32\x50\x5d\xe9\xc7\xdf\x44\xb7\x38\xd0\xe4\x28\x6a\x70\x08\x35\xaa\x4c\xd8\x81\x26\x67\x60\x76\x9f\x4a\x6d\x33\x0e\x8b\x83\xd1\x98\x3f\xff\x2b\x6c\x77\xfa\xf9\xb1\x0c\xf5\x4b\xf8\x62\xe6\x1d\xcb\x30\x02\xd9\x3c\x55\xb5\xdb\xf8\xda\x8a\x51\x4c\x80\xed\x54\x12\x8e\xb3\x7a\xa6\x2a\x26\xcc\x6d\x85\x81\xac\xa8\x9f\xd0\x38\x69\x8f\x11\x6a\x14\x02\xf6\x54\x55\xa1\xe1\x0d\x58\x86\x6b\xe9\x97\x00\x56\x7c\x43\x53\x81\x21\xfa\x89\x65\x28\x75\xe2\x60\x19\x06\xa0\x7b\xa7\x51\xe5\x63\xe8\x29\x8d\x5d\xcc\xd7\x52\x05\xa3\x68\xed\x62\x19\x66\xb4\xcf\x03\x4d\xce\xa3\xaf\x25\xd4\xa8\x84\xf8\x03\xd9\x69\xe0\x88\x3b\x70\xe1\x84\xcf\x95\x1b\x40\x2c\xab\x07\xb2\xd3\xa1\x91\x10\xd9\x29\x31\x84\x83\x65\x28\x18\xe8\x81\x0b\x27\x68\x6e\xdd\x32\x6c\xca\x91\x3b\x58\x86\x4d\xa2\x5c\x59\x8d\x84\xf0\x0e\x96\xa1\xd2\x5d\x0e\x96\x61\xd4\xb7\x63\x19\x7e\x46\x57\xa1\xc6\xa2\xb7\x53\xc0\x4c\xe3\xf2\xa8\x36\x24\xeb\x0c\xcb\x50\x89\x54\x07\xcb\xb0\x5f\xbd\xc1\xe7\x6f\x60\x91\x1c\x2c\xc3\x65\xba\x92\xf9\x23\x16\x70\xb0\x0c\x95\x33\x7a\x64\x19\x62\x97\x1e\x2c\x43\xa7\xc5\xff\xdf\x22\x19\xa3\xb1\x69\x20\x30\x1a\x4d\x82\xe1\x63\x34\x32\x10\x2a\xab\xa8\x05\x49\xc2\xe3\xa9\x7a\x39\x00\x0f\x09\x1b\xf0\xa9\x97\x20\xd3\x21\xe1\xf1\xb3\xa9\xba\x5c\xe5\x7a\x26\xa2\x07\x2f\xdb\xa1\xe0\x7e\xda\xba\xf2\xe0\x46\xe7\xd3\x29\xb8\x5f\x74\x12\x53\x70\xbf\xe8\x99\x2a\xb8\xaf\x33\x1b\x7c\xea\x40\x97\x39\x24\x3c\x8a\x3b\xe2\x90\xf0\xa8\x6a\xb6\x67\x00\xfd\xc7\x44\x3e\x03\x80\x15\x1a\xfb\xa1\x0a\x46\x91\x10\xa6\x0a\x46\xc1\xc1\x72\x54\x05\x43\x13\x0d\x0f\xaa\x00\x64\x87\x50\xe3\x23\xd1\xf3\xa9\x82\xc1\xe8\x7e\xaa\x60\xa8\x2f\xd0\xac\x4c\xf5\xf3\x22\x96\xf8\x22\x55\xc1\x20\x68\x77\xa6\x88\x42\xe9\xe7\x14\x40\x8e\x7e\x62\x34\x46\xbd\x81\x50\xe3\xd4\x28\x11\x6a\x6c\x58\x1d\x87\x50\xa3\xb4\xb3\x03\x3e\x55\x5c\x1c\x67\xc2\xf3\x9a\x75\xa5\x8b\x1e\xc3\x50\x3b\x84\x1a\x15\xcd\x3f\x13\xad\x6e\xeb\x0d\x44\xc9\x3f\x6f\xc0\xa9\x81\xc9\x7a\x26\x00\x47\xe2\xf7\x47\xa1\x46\xf0\x3a\x87\x50\xe3\x42\x2b\x3f\xd0\xe4\x6c\x69\x6e\x84\x1a\x03\x5a\xf2\x21\xd4\xa8\x50\xf1\x31\x0a\x60\x49\xb4\xaa\xe0\x3e\x58\xd2\x43\xed\xc4\x4d\xf6\xd7\x01\xbb\x2a\x4c\xe8\x01\xbb\x5a\xba\xae\x84\x81\xec\xf3\x4c\x5f\x9f\x33\xeb\xed\x38\xdd\x34\xef\x64\x35\x8a\x13\xe5\x90\xd5\x38\xb0\x64\x0e\x59\x8d\x02\x7b\x1d\xc3\x9f\x8a\x4b\xe5\x2c\x68\x8e\x08\x08\x9d\x25\x00\x99\xfe\x07\x36\xb7\xe8\x17\xf8\x77\x09\x30\xb2\x1a\x3f\xab\x07\xcb\x50\xd5\xab\x0f\x96\x61\xc5\x22\x39\x8b\xcc\x5a\xf5\x73\x91\x1e\x25\xad\x0e\x10\x6a\x25\xea\x73\x00\xa1\x8a\x23\xfc\x08\x84\xaa\x55\x8e\xf5\x77\xa4\xcc\x00\x42\x0d\x12\xad\x14\xd5\xcf\xf8\x84\x0f\x45\xf5\x4d\x02\x7a\xab\x52\x09\xe3\x42\x39\x0b\xd5\xb9\x3e\x58\x7f\xca\x20\x38\x9b\xe3\xe1\x73\x25\x3e\x61\x5c\x7e\x87\xfa\x88\x4a\x65\x3a\xe2\xbb\x91\xe2\x01\xdf\x8d\x6a\x7e\x1c\xf8\x6e\x96\x64\x01\xe1\xc4\xcf\x4c\x13\x4e\x3c\xda\x1d\x54\xce\xff\x1c\xc5\x84\x13\x95\xd4\x75\x44\xa0\x2a\x59\x00\x08\x35\x62\x35\x1e\x2c\xc3\x23\x8d\x96\x70\xe2\xd5\xac\x00\x42\x95\xf3\xf3\x00\x42\x0d\x52\x07\x01\xa1\xaa\xb4\xd3\x39\xa2\xda\xd7\x53\x5c\x0e\x2a\x40\x7a\x08\x19\xae\xf5\x5f\xe1\xbd\x73\xc4\xc9\xc0\xe2\xa1\x3c\xe2\x21\xbe\x7d\xa8\x74\xf1\x39\xc1\xdd\x30\x7c\xfe\x79\x1d\x22\x12\x13\xf2\x5c\xfc\x32\x78\x9d\x0f\x86\xa1\xe1\x31\x3a\x54\xba\x58\x3a\x47\x28\x8f\xa8\x34\xe2\x43\x79\xc4\x47\xa7\xa6\xf8\x53\xa5\x57\xa9\xa8\xbe\x36\x00\x45\xf5\x0f\x60\xaf\x73\xc5\x94\x46\xaf\x31\x0c\xc5\xe1\x76\xae\x38\x35\x98\xb0\x2b\x4e\x0d\xa6\x01\xc3\x30\xe8\x8b\x30\x0c\x83\x8e\x0e\xf1\xa7\x4a\x64\x61\x18\x36\x0c\xe6\x1b\x04\x94\xca\xfc\xf2\xe5\x39\xf9\xf6\x4b\xc8\x50\xc9\x13\x17\x0c\xea\x9d\xfa\x25\xa6\xad\xc0\x2f\x5f\x9e\x19\x91\x7c\xa1\xbb\x39\x9f\x5f\x68\x67\xa6\xfb\xd0\x5e\x08\xa6\xdc\xa0\xc4\x53\xfd\xc2\x7a\x60\xb9\xdc\x20\xba\x22\xfd\x0f\x3a\x98\xae\x7e\xca\x7a\x48\xfc\x82\x8e\x69\xe8\x8b\xc8\x4e\x64\x4b\x5f\x37\x0c\x47\x21\x80\x71\xa3\xa8\xda\xe9\x0b\x24\xa9\x0d\x13\xf9\x82\x41\x35\x0e\xd1\x4b\x76\x62\x45\x0f\xb8\x84\x0c\x2b\x40\xbe\x4b\xc8\x50\x58\x89\x4b\xc8\x50\xf6\xd0\x8d\xaa\x04\xa1\xa7\xe0\xb8\x58\x7a\x83\x3b\x2e\x52\x56\xcf\x40\xd3\x98\x7a\x06\xa7\xc6\xa3\x37\x00\xc4\x2c\x7a\x0a\x71\x89\xa9\x37\x10\x97\x40\x30\xdc\x24\x2a\x7a\xc6\x9a\xec\x44\x71\x84\x5f\xb2\x13\x0b\x6e\xb6\x4b\xc8\x50\xde\xf8\x0b\xdd\x4d\xc5\x37\x78\x55\xe9\x82\x83\xeb\x42\x77\x73\xbb\xee\x03\xe3\x8e\x4f\xff\x42\x77\x13\xb5\x7a\x00\x9a\xe6\xad\xff\x81\x91\x0e\x7a\x26\x74\x5a\x08\xbe\x9b\x98\x3f\x50\xb5\x17\x92\xd4\x0e\x42\xe7\x02\x34\xed\x4b\xbd\x86\x84\x52\x33\x46\xc8\x30\x92\x14\x7e\xc9\x4e\x54\x46\xd9\xa5\xd2\x85\x2a\x7e\xdf\x8c\x61\x0f\x39\xd3\x05\x68\xda\x40\x86\x5c\xb2\x13\xab\x56\x16\x9c\x36\x95\x74\xf5\x4b\xc8\x50\x34\x5c\x17\xa0\xa9\xd8\x4c\x2e\xd9\x89\x05\x7b\xf6\xaa\x9c\x05\x96\xd3\xcd\x3a\x1e\xf4\x8b\x90\xf6\xd2\x95\xf8\x7d\xab\xfe\xa7\x14\x28\x46\x09\x4e\x9b\xac\x35\x08\xa7\x4d\xd3\xac\x60\xfd\x89\x2b\xfa\x02\x34\x9d\x38\xf9\x2e\x40\xd3\x0b\x1c\xf7\x42\x92\x2a\x46\xf4\x0b\x49\xaa\x2a\xe7\x5f\x38\x6d\x0a\x47\xf1\xa5\x9c\x45\x00\x8c\x78\x29\x67\x51\x35\x7f\x85\xfd\xd7\xf4\x3e\x42\xf6\x9a\x15\x48\x52\x05\x73\xb8\x6e\xfd\x0d\x21\x9f\xaf\x48\x52\x3f\xfd\x3c\x1c\x01\xff\x05\x82\xbb\x44\x13\x33\x27\xd5\x55\x79\x44\x14\xef\x4b\x51\xfd\xa0\x17\x80\x41\xd5\x69\x74\x31\x0c\x1b\x6e\x8c\x8b\x61\x68\x18\xbe\x17\xc3\x30\x0c\xdd\x47\x48\x66\xeb\x4a\x7c\x52\x12\x6e\xf0\xa7\x2a\x4c\x70\xab\x2a\x79\xf0\x09\xa2\xbb\x89\xea\x8b\xf1\x06\x16\x16\xfc\xa9\xa6\x0d\x40\xc8\x50\x3e\xef\x8b\x61\x28\xe8\xc9\xa5\x0a\xc6\x47\x28\x36\x7d\x1f\xf7\x11\x32\xbc\xea\x19\x45\xf5\x55\x8d\xee\x36\xb2\xdb\x88\x84\x5f\x37\x0c\x6b\x44\xe8\x5f\xca\x23\x56\x89\xe4\x06\x90\x4f\xc2\x0d\xba\x1b\x15\xc7\xba\x4d\x3e\x45\x5d\x29\xed\x8c\xaf\x55\xc8\x30\xe8\x7f\x38\x66\xb4\x74\xc9\x4e\x8c\x1a\x41\xe8\x6e\x92\x96\x3c\x74\x37\xaa\x5b\x72\x55\x03\x11\xe7\xd2\x55\x0d\x44\x3d\x05\x22\xd4\xa4\x4d\x05\x11\xea\xf8\xfc\x02\xcc\x86\x56\x7e\x1f\x0a\x59\xe1\x16\xba\x50\xda\xa8\x44\xee\x75\x03\x2f\x05\x34\x94\xeb\x06\x5e\x10\x9a\xe6\xba\x81\x97\x82\x56\x81\x1b\x78\x29\x7d\xae\xfc\xea\xe7\xbd\xea\xa7\x5b\x47\x39\x48\x14\xb8\x75\x74\x55\xf8\xf6\xba\x05\x74\xaf\x46\xc2\x2d\xa0\x2b\xfa\xa0\xeb\xd6\xca\xbd\x12\xd0\x6e\xad\xdc\xab\xf9\x73\x6b\xe5\x8a\xf0\xf3\x5e\xfa\x82\x7e\x74\xfd\xb8\x0d\xe1\xd1\xaf\xe3\xbf\xb0\x9c\xae\x1f\xb7\x29\x3b\xcc\x2e\x05\x3f\x6e\x53\xf6\x20\x53\x0a\x7e\x54\x85\x90\x7a\xa0\xb6\x47\x0a\x7e\x5c\x85\x90\xc6\xd7\x1f\x2d\xf1\x5f\xd7\xa4\x7f\x5d\xc3\x73\xdc\x2d\x95\x42\xe2\x19\x7e\x90\xa5\xe0\x62\x3f\x35\xef\x69\x0a\x2e\xf6\x53\xcb\xfa\x5f\x65\xb4\x23\xbf\xda\x8f\x5f\x3e\x13\x90\xe6\xa7\xe0\x02\x3b\x05\xf5\xdb\x05\x76\xa2\x72\x64\x0a\x99\x1e\x6e\xae\x74\xa1\x9c\x52\xe4\x7d\x2e\x86\x43\x30\x9e\xe9\x62\x38\x25\x9f\x97\x14\x5c\x0c\x87\xa0\x9e\xb9\xa8\x4d\xc9\x11\xe2\x29\xb8\x38\x0d\xe1\xd1\x1b\x34\xbe\xf4\xba\xf0\x06\xf7\xd9\xa6\xe0\x62\x31\xb1\x93\x52\x70\xb1\x18\x70\x6b\xa4\xe0\x62\x31\x7c\xbe\xa8\xec\x17\x80\x98\x82\xdc\x52\x85\xff\xb9\x84\x09\x30\xbb\xa4\x50\xe9\x99\x5b\x52\x29\xb8\xdc\xf8\x67\x24\x5c\x6e\xbc\xff\x9b\xbe\x2a\x2e\x3d\xab\xfb\xf7\x5c\xd5\xf3\x7b\xae\xea\xbf\xe6\xbc\xfd\x6b\xce\x1b\xef\xc8\x31\x11\x40\x4e\xc1\xf7\x6f\x08\x39\xbd\x2d\xec\x8d\x9c\xdf\x16\xc6\x2c\x97\xb7\x85\xfe\xe4\xfa\xb6\xd0\x9f\xdc\xde\x16\xfa\x93\x9f\x7f\x5a\x1e\xfa\x93\x3b\x2d\xff\x4b\xa4\xa7\xf0\x30\xf9\x79\xbc\xb7\x27\x2d\xc6\xaf\x0f\x08\x21\x87\x7f\x96\xe2\x93\x7f\xfe\x27\xbe\xff\x29\x3f\xff\x93\xde\xff\xd4\x9f\xff\xc9\xef\x7f\xda\xcf\xff\x94\xf7\x3f\xcf\xcf\xff\xd4\xf7\x3f\xfd\xe7\x7f\xda\xfb\x9f\xf1\xf3\x3f\xcf\xfb\x9f\xf9\xf3\x3f\xfd\xfd\x8f\xfd\xfc\xcf\x78\xff\xb3\xde\xff\xa4\x9f\x63\xc0\x94\x38\xae\x23\x05\xf7\x3d\x25\x78\x2e\x52\x70\xdf\x53\xc2\x87\x9b\x42\x4f\xbf\x17\x41\xcf\xbf\x17\x41\x2f\xbf\x17\x41\xaf\xbf\x17\x41\x6f\xbf\x17\x41\x7f\x7e\x2f\x82\xde\x7f\x2f\x82\x3e\x7e\x2c\x82\xaf\x96\xf9\x7b\xa6\xbb\xfd\x35\xd3\x7d\xfd\x35\xd3\x7d\xff\x35\xd3\xfd\xfc\x35\xd3\xfd\xfe\x35\xd3\x23\xfc\x35\xd3\x23\xfe\x35\xd3\x23\xfd\x35\xd3\x23\xff\x35\xd3\xa3\xfc\x35\xd3\xa3\xfe\x35\xd3\x73\xfe\xb3\xd1\x4b\xfc\x67\x6b\x4f\x7b\x5b\xd3\xdb\xba\xde\xd6\xfc\xb6\xbe\xe2\xa4\x94\xb7\xf5\xbc\xad\xf5\x6d\x7d\xc5\x4a\x69\xff\xb4\x5a\x78\x5b\x9f\xb7\xf5\x3d\x52\x4a\x7f\x5b\xd3\xdb\xfa\x8a\x22\xcb\x6f\xeb\x7c\x5b\xcb\xdb\x6a\x6f\x6b\x7d\x5b\xd7\xdb\xda\xde\xd6\xfd\xb6\x3e\x6f\xeb\x79\x5b\xfb\xdb\x7a\xdf\xd6\xf1\x4f\x6b\x0d\x6f\xeb\x3b\xbe\xf5\x1d\x5f\x7b\xc7\xb7\xbe\xe3\x6b\xef\xf8\xd6\x77\x7c\xed\x1d\xdf\xfa\x8e\xaf\xbd\xe3\x5b\xdf\xf1\xb5\x77\x7c\xeb\x3b\xbe\xeb\x1d\xdf\xfa\x8e\xef\x7a\xc7\xb7\xbe\xe3\xbb\xde\xf1\xad\xef\xf8\xae\x77\x7c\xeb\x3b\xbe\xfb\xfc\xde\xfb\xfb\xfe\xde\xfb\x27\xfc\xde\xfb\x27\xfe\xde\xfb\x27\xfd\xde\xfb\x27\xff\xde\xfb\xa7\xfc\xde\xfb\xa7\xfe\xde\xfb\xa7\xfd\xde\xfb\xe7\xf9\x6b\xef\x9f\xfe\xd7\xde\x3f\xe3\xaf\xbd\x7f\xe6\x5f\x7b\xff\xd8\x5f\x7b\xff\xac\xbf\xf6\xfe\xd9\x7f\xed\xfd\x73\xfe\xda\xfb\xe7\xfe\xb5\xf7\x6f\xf8\x6b\xef\xdf\xf8\xd7\xde\xbf\xff\x92\xdd\xf7\x5f\xb2\xfb\xfe\x4b\x76\xdf\x7f\xc9\xee\xfb\x2f\xd9\x7d\xff\x25\xbb\xef\xbf\x64\xf7\xfd\x97\xec\xbe\xff\x92\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x4f\xd9\x7d\xff\x94\xdd\xf7\x2f\xd9\x1d\xc3\x5f\xb2\x3b\x86\xbf\x64\x77\x0c\x7f\xc9\xee\x18\xfe\x92\xdd\x31\xfc\x3f\xcb\xee\xff\xa9\xd6\xc4\xf0\x97\x58\x8f\xee\xb6\x49\x04\x14\x53\x74\xd7\x4c\x4a\xee\xba\x48\x11\x0d\x1a\x64\x72\x8a\x09\xbd\xd1\xc3\x5a\x29\x26\xee\x73\xeb\x33\x45\x69\xc9\x68\xa6\x31\xa3\xc3\x3a\x24\x2f\x45\xd7\x99\x13\x09\xc1\x29\x4a\x67\x76\x47\x54\x8a\xee\xac\x48\xc9\xd1\x27\x29\x66\xde\x30\x79\x43\xd6\x24\x87\xcf\x24\xc7\x6c\xbf\x96\x61\x94\x5e\xfd\x2e\xc3\x28\xdd\xfa\x5d\x86\x31\x9f\x5f\xcb\x30\xe6\xfb\x6b\x19\xc6\x12\x7e\x2d\xc3\x58\xe2\xaf\x65\x18\x4b\xfa\xb5\x0c\x63\xc9\xbf\x96\x61\x2c\xbc\xeb\x3d\x20\x63\xe1\x5d\xef\xe1\x18\x2b\xef\x7a\x0f\xc6\x58\x79\xd7\x7b\x28\xc6\xca\xbb\xde\x03\x31\x4a\xa3\x7f\x0f\xc3\x58\x59\x08\xef\x41\x18\x2b\xb3\xfc\x1e\x82\x51\x9a\xff\x7b\x00\xc6\xca\x86\x7b\x0f\xbf\x58\xd9\x70\xef\xc1\x17\x65\x13\xbc\x87\x5e\xac\xcc\xc5\x7b\xe0\xc5\xca\x5c\xbc\x87\x5d\xac\xcc\xc5\x7b\xd0\x45\xd9\x0f\xef\x21\x17\x65\x3f\xbc\x07\x5c\x94\xfd\xf0\x1e\x6e\x51\xf6\xc3\x7b\xb0\xc5\xa6\x0d\xf4\x8e\x4f\xd3\xc6\x79\xc7\xa7\x69\xc3\xbc\xe3\xd3\xb4\x51\xde\xf1\x69\xda\x05\xef\xf8\x34\x29\xdd\xef\xf8\x34\x1d\x04\xef\xf8\x34\xc6\xa7\xbd\x7d\x96\x3d\xd3\xbe\xf5\x99\xf1\x69\xdf\xfa\xcc\xf8\xb4\x6f\x7d\x66\x7c\xda\xb7\x3e\x33\x3e\xed\x5b\x9f\x19\x9f\xf6\xad\xcf\x8c\x4f\x7b\xfb\x2c\x7b\xa6\xbd\x7d\x96\xd1\xd2\xde\x3e\xcb\x68\x69\xef\x9c\xca\x58\x69\xef\x9c\xca\x48\x69\xef\x9c\xca\x38\x69\xef\x9c\xca\x28\x69\xef\x9c\xca\x18\x79\xde\x39\x95\x11\xf2\xbc\xe3\x23\xe3\xe3\x79\xc7\x47\x46\xc7\xf3\x8e\x8f\x8c\x8d\xe7\x1d\x1f\x19\x19\xcf\x3b\x3e\x32\x2e\x9e\x77\x7c\x1e\xc6\xe7\x79\xc7\xe7\x61\x7c\x9e\x77\x7c\x3a\xe3\xf3\xbc\xe3\xd3\x19\x9f\xe7\x1d\x1f\x19\x23\x92\x57\x32\x44\xdc\xf1\x9a\xa2\x8c\x10\x6c\xe7\x28\x03\xc4\xd1\x87\x29\x76\x7c\x0a\x19\x79\xd5\x5f\xa5\xcf\xa5\xea\xdb\xab\xde\x7f\xfe\xe7\x5b\xef\xc6\xcf\xff\x7c\xeb\xe5\xab\x00\x7e\x1d\x38\xf9\x1d\xe1\x8e\xb7\x22\xa9\x7f\x47\xbf\xde\x96\x2b\x4f\xc7\xc7\xdb\x11\xdd\x90\xf8\x5c\xf3\xcf\x75\x32\x22\x26\x5f\x26\xc3\x21\x21\x97\x65\x2c\xe0\x07\x88\x32\x10\x3e\xbf\x5c\x4a\x87\xc2\x18\x8c\xfe\xe3\x7f\xf6\xe3\x7f\xeb\xc7\xff\xd4\x2f\xfe\xe7\xd1\xeb\x54\x67\x48\x14\xb7\x4c\xd1\x23\xd8\xa9\xae\xe7\x6d\xc9\x5c\x13\xdf\x16\x3f\x13\x5a\xfc\x0f\x60\x6f\x8a\x1e\x9e\x4e\x0d\x47\x4d\x74\x0b\x44\x8f\x56\xcb\x79\x1f\xad\x96\xcb\x35\xaf\xd0\x77\x3b\x20\x55\xfb\x3a\x3c\x38\x1e\xdd\x06\x48\xd5\xd2\xdb\xe2\x4b\xe0\x89\x7c\xa2\xeb\xfd\xe9\x71\x47\x6b\x8a\xae\xd9\xa7\x8a\xfd\x1b\x4d\xcf\x77\x57\x59\xdc\x38\xa7\x26\x53\xba\xf9\xac\xc4\x95\x1e\xc8\x7c\x7f\xd9\x8f\x5f\xd7\x9d\x7f\x9a\xc2\x5b\x7f\x2e\x9f\x77\xd3\xdd\xf6\xf3\x3f\xef\xe6\xbb\xbf\x96\xe9\xbb\x09\xef\xaf\x65\xfa\x6e\xc6\xfb\x6b\x99\xbe\x9b\xf2\xce\x9f\xff\x79\x37\xe7\xa5\xdf\x5a\x0a\xb8\x14\x93\xbe\xd7\x75\xad\x1c\x32\xe3\x74\x99\x8b\xc5\x41\x8f\x4b\xb1\x7a\xd8\x3f\xa5\xa0\x65\x12\xf9\xe5\x4b\x24\x3b\x86\x3e\xa5\xa0\xe5\xb1\xf9\x55\x7e\xfc\xea\x9a\x71\x7e\xa1\x9e\x38\xba\x3f\xa5\x40\x5f\x1c\xa8\xf1\x35\x93\x38\x2d\x7d\xce\x53\x44\x75\xa9\xbc\x3d\xa2\xba\x54\xde\x1e\xdb\x37\x07\x5f\x8a\x7c\xf9\x7d\x3e\x6b\x21\xa1\x3c\x65\x07\x3f\xbb\x8f\xd0\x5d\x7e\xf4\x35\xf1\x1d\xb8\x0a\x53\x92\x82\xa4\xff\xe9\x2d\x81\x5f\x6c\x36\x87\x36\xb8\x07\xf8\xeb\x99\x1e\xb1\x49\x49\x2a\x18\x0e\xc0\x94\xa4\x2e\xd5\x40\xad\xf4\x94\xa4\x86\x79\x24\x2f\xa5\xc4\x77\x76\xfa\x83\x93\x33\xb9\xcb\x3c\x25\x9c\x9c\xc9\x1d\xc5\x29\x79\x54\x2a\x41\xe2\x90\x52\x46\x64\xb2\x8a\x53\xc6\x6f\x53\xe9\x01\xaa\x5d\xd6\x48\x66\x89\x09\xde\xe0\x4e\xce\x9c\x06\x23\x99\x11\x05\x99\x37\x48\x35\xfb\x52\x8c\x33\xe3\xfe\x51\xc4\xee\xdb\x42\x2f\x16\x4f\x2b\xe1\xfb\x0c\x96\xf8\xe3\x7f\x49\x7b\x95\x5f\x5a\x07\xf4\xbe\x94\xef\x2b\xa6\xd4\x1f\xff\x6b\x12\x3a\xfc\x7a\xd8\x9f\x7a\x4a\xff\xb6\x0a\x53\x19\x3f\xfe\x37\xf9\x1f\xfd\xf4\xd8\x51\xa2\x52\x50\x4a\x65\x49\x4a\xf0\x6b\xf3\x4b\xbd\xd6\xca\x56\x5f\xfc\xfb\x9e\xc4\x33\x6b\xf8\xfe\xcc\x1a\xbf\xf7\xac\xf2\x45\x8b\x31\x77\xd5\x2e\x13\xb4\x48\xc9\xd5\xba\x0c\xa1\x5c\x4a\xae\xd2\xe5\xac\x5e\xbb\x3a\x97\x4a\xa7\x2f\x75\xfd\x21\x1d\xd2\x37\x57\xee\x4f\xe9\x90\xea\xf9\x43\x3a\xa4\x6f\xae\xdd\x9f\xd2\x21\xb5\xf0\x87\x74\x48\x2d\xfe\x21\x1d\x52\x4b\x7f\x1c\x96\xa9\xe5\x3f\x0e\xcb\xd4\xca\x1f\x87\x65\x6a\xf5\x8f\xc3\x32\xb9\x4a\x97\x40\x1e\xa6\xe4\xaa\x9a\x9f\x6e\xfe\xcb\x67\x27\x6e\xc6\xdc\x55\xab\x14\x35\x1f\xae\x56\x25\x18\x82\x53\x72\x95\x2a\xc5\xfd\x1f\x35\x53\xdd\x00\xfa\x9a\xe2\xc1\x32\x75\x6d\x21\x3d\x83\x2d\xe0\xe7\x6d\x7a\x8c\x49\x1d\x74\x6c\x33\xa9\x9c\xa9\x51\x42\x6f\xe8\x29\x6c\x24\x47\x84\xfd\xf3\x8b\x73\x13\xca\x8c\x94\x38\x33\xa3\xc4\x0a\xe7\x65\x34\xde\xee\x38\xaf\x14\xd1\x63\x92\xe3\xbc\x52\xd4\x32\x35\x9e\xa2\xe5\x6d\x3c\xe5\x20\x44\xdc\x55\x96\xa0\xff\x4a\xc9\x78\xe6\x61\x38\x4d\xcf\xe4\x8b\x38\x0e\xe3\xe2\x0d\xee\xb2\x7a\x7f\xd9\xf7\x2b\xe5\x1e\x72\x4b\x88\xef\x90\x6b\xc8\x2d\x21\xb5\x94\xd7\x12\x52\x4b\x7d\x2d\x21\xb5\xb4\xd7\x12\x52\xcb\xf3\x5a\x42\x6a\xe9\xaf\x25\xa4\x96\xf1\x5a\x42\x6a\x99\xaf\x25\xa4\x16\x7b\x2d\x21\xb5\xac\xd7\x12\x52\xcb\x7e\x2d\x21\xb5\x9c\xd7\x12\x52\xcb\x7d\x2d\x21\x5a\x76\x78\x2d\x21\xb5\xc4\xd7\x12\x52\x4b\x7a\x2d\x21\xb5\xe4\xd7\x12\x52\x4b\x79\x2d\x21\xb5\xd4\xd7\x12\x52\x4b\x7b\x2d\x21\xb5\x3c\xaf\x25\xa4\x96\xfe\x5a\x42\x6a\x19\xaf\x25\xa4\x96\xf9\x5a\x42\x6a\xb1\xd7\x12\x52\xcb\x7a\x2d\x21\xb5\xec\xd7\x12\x52\xcb\x79\x2d\x21\xb5\xdc\xd7\x12\xa2\x45\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xf6\x59\xae\xbe\xf6\xce\xa9\x5c\x7d\xed\x9d\x53\xb9\xf8\xda\x3b\xa7\x72\xed\xb5\x77\x4e\xe5\xd2\x6b\xef\x9c\xca\x95\xf7\xbc\x73\x2a\x17\xde\xf3\x8e\x8f\x5c\x77\xcf\x3b\x3e\x72\xd9\x3d\xef\xf8\xc8\x55\xf7\xbc\xe3\x23\x17\xdd\xf3\x8e\x8f\x5c\x73\xcf\x3b\x3e\x72\xc9\x3d\xef\xf8\xc8\x25\xf7\xbc\xe3\x23\x97\xdc\xf3\x8e\x8f\xd4\xc7\xe7\x1d\x1f\x57\x1b\x57\xb3\x7f\xbc\x23\xc9\xd5\x45\x4b\xb7\xbe\x2d\x5f\xe3\xb3\xfa\x5d\x6f\xcb\xd7\xf8\xd8\xec\xdf\xae\xf9\x1a\x1f\xfb\xfa\xaa\x7f\x5a\xbe\xc6\x67\xb7\xf8\xed\x9a\xaf\xf1\xb1\xdd\xbf\x5d\xb3\xfd\xc9\xe1\xdb\xdb\x8f\xb7\xc4\xf8\xb6\x7c\x8d\xcf\xfa\xb2\xd9\xd4\x92\x5d\x45\xb4\xbc\xc7\xdb\xf2\x35\x3e\x76\x4a\x79\x5b\xbe\xc6\xc7\xd6\xf7\xbb\xbe\xc6\x67\x3d\x23\xbc\x2d\x5f\xe3\xb3\xc3\xfa\xd6\xf2\x35\x3e\x73\xc5\x6f\x2d\x3e\x3e\xf5\xd9\x6f\xcb\xe3\xcf\x79\xbe\x3d\xf9\x6b\x7c\xec\xc9\xf6\xb6\x90\x00\xfc\x7c\x7b\xce\xa7\x0a\xc1\xdb\x62\x3e\xf2\xe1\xdb\x73\x40\x2e\xc4\xfb\xb6\x00\x4c\x99\xdf\x9e\x43\x2d\xb4\xfa\xed\x4b\x2f\x35\xb5\xff\xf1\x78\x65\x40\x62\x3d\xbd\x7d\x06\x28\x96\x76\xfd\x3f\x88\x81\x66\x70\x64\x25\x7c\xbb\x9d\xd2\x7e\xe7\xbc\x2d\xa2\x2c\xfe\x76\x8d\xaa\x6f\xae\xb7\x85\x0a\x8e\xe9\x5b\x0b\x49\x47\xed\xfd\xc0\x48\x61\x8a\xfe\xad\x65\x40\xe8\xf7\xed\x73\x44\x23\x1b\xdf\x16\x83\x03\xe9\x1d\xcc\x08\x1e\xf2\xdb\xe4\xc2\x7b\x68\xf5\x5b\x0b\x04\x80\xe5\x5b\x9f\x55\x4a\xee\xbd\x26\x01\x6f\x9d\xf5\x6d\xf9\xd4\x05\x7a\x5b\x1c\x47\x98\xc3\xf3\xb6\x64\x71\xe5\xbc\x2d\x64\x7b\xe4\x77\xc4\xc0\xa4\xdd\x96\xde\x16\x5f\x5a\xfd\xdb\x22\x71\xfd\xde\xec\x75\x31\x66\x77\xba\x7e\xdf\x8c\xd9\x31\x6a\xdf\x37\x63\x76\x68\xc3\x8f\xe5\x97\xec\xf7\x62\x73\xcb\x60\xee\x6f\xa3\xe1\xd6\xc1\xaa\xe7\x1d\x0d\xb7\x10\xd6\x53\xbe\x3d\xf9\xb2\x19\xdf\xb7\xbb\xa5\xb0\xeb\xf3\x2e\x3f\xb7\x16\x7e\x2c\x63\xb7\x18\x56\xf7\x6b\x36\x2d\xd9\x7b\xf8\xac\xb7\xe5\x6b\x7c\x6c\xac\xfe\xb6\x54\x36\xec\xb7\xbb\x7c\x7c\xc2\xfc\x76\x97\x6f\xbd\x5a\xbe\x5d\xd3\xdf\x4d\xad\x16\x1f\x9f\x95\xbe\x3d\xf9\x6b\x7c\xd6\xf9\xde\x1f\x7b\x37\xbe\x5a\xbe\xc6\x67\xe7\xf0\xed\x5d\x5f\xe3\x63\x71\xa4\xb7\xe5\x6b\x7c\x2c\xcc\xf3\xb6\xdc\x57\x0c\xd2\x52\xc2\x2b\x06\xd5\x12\x5f\x31\xa8\x96\xf4\x8a\x41\xb5\xe4\x57\x0c\xaa\xa5\xbc\x62\x50\x2d\xf5\x15\x83\x6a\x69\xaf\x18\x54\xcb\xf3\x8a\x41\xb5\x74\x17\x68\xfd\xfd\x2e\xb7\x73\x24\x18\xd5\xe2\xe3\x13\xfb\x7e\x5b\xec\x15\x71\x6a\x71\xd1\xbd\xee\xb7\x96\xfd\x0a\x46\xb5\x1c\x7a\xf8\xad\x3f\xbe\x7e\x9e\xf4\x7e\xa9\xdb\x40\x73\x7f\x1b\x1f\x32\xa8\x10\x71\x6a\x79\xfe\xb0\x62\x72\xed\x7f\x58\x31\xb9\x8e\x3f\xac\x98\x5c\xe7\x1f\x56\x4c\xae\xf6\x87\x15\x93\x7f\xdb\x51\xed\xfd\xcf\x7e\xf7\xac\x7a\x7b\xfc\x8b\xda\x3b\x0e\x6e\x37\xe9\x10\xa1\xa5\x85\xf7\x38\x50\x8b\x32\xfe\xf3\xdb\x92\x90\x96\xf6\xb6\x64\x7f\xce\xf7\xbb\xca\x2b\x0d\xd4\xc2\xae\xf9\xb6\x92\x1b\xbb\x66\xbd\x2b\xc7\x5d\xda\x2b\xe6\x77\x0d\xb8\x4b\x7b\xa5\xf3\xed\xae\x81\x34\xf8\x76\xcd\x7c\xf7\xb5\x5a\x38\xb0\xf6\xb7\xbb\x16\xbb\xef\xdb\xbb\x7c\x7c\xc6\xb7\xf9\x75\x9b\x6b\x07\x7b\x57\x85\xdb\x5d\xab\x7d\x5b\x5d\x6e\x7b\xed\x56\xdf\xb7\xbb\xfd\x35\xd7\xb7\x1d\xe1\x2e\xed\xb9\xbe\xad\x2e\x77\x69\xaf\x74\xbe\x5d\x53\xde\x03\x54\x2d\x00\xf1\xbf\x8d\xf3\xd3\xde\xe3\x52\x2d\xcf\x7b\x38\xaa\xa5\xe3\xd7\x28\xfc\x1a\xef\x59\xa7\xff\xcf\xf7\x1c\xfb\xaf\xd8\x5b\xa6\xb6\x40\x3c\xf3\xbd\x7d\xbd\x07\x91\x5a\xc8\xec\xbe\xef\xe4\x3f\xe7\x3d\x88\xd4\x72\xdf\x83\x88\x16\x52\xbd\xd6\x79\x07\x92\x22\x76\x79\xbd\x1f\xd7\xd3\x7b\x08\xab\x05\xc2\x13\x7b\xa7\xa8\x17\x25\x70\xbe\x2d\xdf\x0e\x2b\xb5\x40\x7e\x32\xbe\x3d\x99\x0a\x5a\xe1\xed\x73\x67\xd8\x3c\xb3\x21\xe5\x3e\xde\x43\x51\xff\xf7\x83\xea\xb4\x6f\x6f\xf6\x25\x95\xf6\xb7\xde\xb1\xa4\xbe\x89\x54\xf7\x7e\xaf\xe7\xdb\xf2\xed\xdf\x0e\x2a\xb5\xf8\x92\x1a\xdf\x16\xbd\x7b\xc0\x77\xf9\xb6\xa4\x86\x96\xd4\xfb\x76\xf7\x80\x5b\x18\xef\xf8\xb9\x17\xdc\xbe\x2f\x29\xf7\x84\xef\x5a\xbf\x5d\x53\x7f\x1f\x5d\x6e\xd9\xff\x38\xba\xdc\xba\xff\x71\x74\xb9\xd7\xfc\xc7\xd1\xe5\x36\xff\x8f\xa3\xcb\x73\xc6\x7e\x1c\x5d\xee\x5d\xff\x71\x74\xb9\x87\xfd\xc7\xd1\xe5\xde\x82\x1f\x47\x97\xe7\x90\xfd\xec\xf3\xfd\x7d\x30\xb8\x57\xe1\x87\x28\x99\xf1\xf7\xec\xcc\xf4\x5b\xe8\x4f\x8d\xcf\xb7\x96\xf2\x5b\xb8\xcc\xfa\x7b\x4e\x67\xfb\x2d\x5c\x3c\xcf\xec\x87\x70\x99\xfd\xf7\x2c\xcf\xf1\x7b\x96\x1d\x82\xf4\x63\x6d\x38\xfc\x68\xf5\xf8\xed\x9a\xf5\x5b\xf9\x98\xff\x12\x49\x1e\x0a\xf8\xb1\x36\x3c\x14\x20\xb5\x86\x16\x63\x7c\xbe\xcd\x8e\xfb\x4c\x7e\x28\x04\x96\x7e\x2b\x04\xee\x3b\xf9\x71\xb8\xba\xff\xe4\xc7\xaa\x73\x1f\xca\x8f\x55\xe7\x21\x85\x1f\xab\xce\xc3\x0a\x3f\x14\x26\x87\x12\xfd\x10\x9a\x36\xfe\x70\xa8\x65\x9b\x7f\x38\xd4\xb2\xd9\x1f\x0e\xb5\xfc\x0d\x52\xf4\xd3\xa1\x96\x09\x4e\xc8\xc3\x95\xdd\xea\x4d\x0f\xce\xd6\x7c\xce\x37\xaf\x52\x3e\xf7\x9b\x57\x29\xdf\xf0\xcd\xab\x94\x6f\xfc\xe6\x55\x2a\x6e\x55\xa5\xe6\xe0\xff\x54\xdc\xa2\x4a\x0d\x34\x6e\x71\x4b\xe9\xfb\x1a\x2b\x58\x4a\x2b\x7f\x6b\x59\xa8\x2c\xeb\x6d\x61\x96\x5f\x85\xa9\x04\xa4\xc4\xf3\xed\x1a\xd4\x91\x77\x96\x8b\x5b\x4a\xfb\xc9\xdf\x5a\x14\xf7\xff\xc7\xd8\x28\xc2\x27\xbf\x18\x83\x12\x15\xf7\xcf\x6f\x8b\xc0\x2f\xe5\x6d\x11\xf8\xa5\xbe\x2d\x02\xbf\xb4\xb7\x45\xe0\x97\xe7\x6d\x11\xf8\xa5\xbf\x2d\x02\xbf\x8c\xb7\xe5\x17\xb8\xe8\x1f\x2c\x47\x89\xbf\x40\x30\xf1\xfd\xcf\x2f\x10\x4c\x7a\xff\xf3\x0b\x04\x93\xdf\xff\xfc\x02\xc1\x94\xf7\x3f\xbf\x40\x30\xff\x40\x5d\x4a\xfa\x05\x82\x69\xef\x7f\x7e\x81\x60\x9e\xf7\x3f\xbf\x40\x30\xfd\xfd\xcf\x2f\x10\xcc\xff\x09\xd4\xa5\xa4\x6f\xf8\x98\x1f\x50\x97\x92\xa0\xfb\x78\x5d\x14\x25\xa1\x0b\xf4\xf5\xb6\x3c\x5c\xf3\x0e\x37\xfc\x10\x6d\xdb\xdb\xa2\x1c\xee\x77\xb2\x21\x17\x8c\x6d\xbf\x2d\x26\x70\xf6\xdb\x42\x3e\x7e\xfb\xf6\x1c\x00\xdc\xf5\xdb\x5d\x47\x20\xee\xb7\xe5\x33\xd4\x5f\xad\x5f\x7d\xff\xe7\x6b\x72\xf8\xf1\x9f\xbe\xde\xff\xc4\x9f\xf7\x8c\xf7\x3f\xe9\xdb\x7f\xbe\xbe\xe9\xfd\x4f\xfe\x71\xcf\x78\x27\x3b\x97\xef\xf7\xc4\xb6\xdf\xff\xd4\x9f\xef\x79\x97\x4e\x6e\x3f\xef\xf9\xf6\x9e\xe7\xc7\x3d\xf5\xdb\xd3\x3e\x38\xbb\xaf\x6f\xf9\xfa\xef\xfb\x9f\xf1\x7b\xde\xf2\xfc\x3d\x6f\xd9\x7e\xcf\x9b\x5b\x74\x3f\xe6\x2d\xef\xdf\xf3\x46\x26\xd3\xf7\x79\xcb\xf7\xf7\xbc\x95\xf0\x7b\xde\x4a\xfc\x3d\x6f\x90\x21\x7e\x9f\xb7\x92\xff\x9a\xb7\x52\xfe\x9a\xb7\x52\xff\x9a\xb7\xd2\xfe\x9a\xb7\xf2\xfc\x35\x6f\xa5\xff\x35\x6f\x65\xfc\x35\x6f\x65\xfe\x35\x6f\xc5\xfe\x9a\xb7\xb2\xfe\x9a\x37\x88\x18\xeb\x79\x45\x20\x75\xdf\x9e\xd7\x57\x50\xa8\x18\x1e\xbe\x8d\x2e\x69\x54\xeb\x9b\x28\x15\x9d\x7f\x7a\xef\x22\x9d\x2a\xee\x77\xbc\xa1\xf5\x7f\x5e\xd7\x59\x51\x0c\x6d\x04\x7e\xd9\xef\xbe\x90\x06\xf5\xbd\x2f\x75\xff\xab\x2f\xe7\x5f\x7d\xb9\xbf\xfb\x42\x15\xf0\xef\x7d\x81\x9e\xff\x7b\x5f\x14\x93\xe2\x60\x2c\x8a\x49\xe9\x28\x14\x74\x88\xc8\x70\x69\x4a\xf5\xe1\x28\x74\xfb\x2a\x07\x1d\x93\x0d\x18\x08\x31\xf4\xf2\x81\x0a\xf1\x7d\x0d\x94\x80\x27\x05\xa5\x22\x40\x50\xd2\xaf\x04\x82\x40\xbf\x14\x6d\x5b\xfc\x2a\xdc\xc7\xdb\xdd\xe8\x98\x2b\xd2\x4f\x57\xce\xe7\xc2\x51\x5c\x26\xea\x73\xe1\xbe\x85\xa3\x14\xf8\x5f\x59\x5c\x49\x0a\x4b\xd9\xfc\x22\x7c\x55\x0e\x76\x1b\xf1\xd8\xe2\x2e\xf2\xb9\x08\x89\x55\x77\xe4\xce\xe5\x89\x62\xa9\xfa\x11\x3e\x17\xe3\x52\x03\x7d\x71\xd2\x89\x54\x23\x6f\x77\x5e\xf5\x54\x23\xcf\xf4\x14\xf8\x54\xfd\x08\x9b\x90\x01\xa4\xea\x87\xc6\xdc\x9e\x02\x95\xaa\x9f\x06\x73\x3b\xad\x6d\xaa\x85\x2b\x0b\xef\x2b\x58\xee\x40\x11\x2b\xd6\x36\x6c\x34\xa9\x3e\xdc\xf7\xf0\x14\xb7\x22\xe7\xee\x3c\xc5\x95\xb3\xb9\x37\x57\x7a\x58\x62\x9e\xc0\x17\x79\x48\x62\x92\x98\x96\x9a\xab\x32\xf3\x10\xb9\x6d\xae\x6c\xcc\x03\x3e\xa2\xf1\x45\xd4\x3e\x4f\xcd\xd5\x85\x49\xc5\xce\xd4\x5c\x55\x98\xd0\xcb\xa5\x16\x79\x8a\xb3\x02\xa5\x96\x78\x8a\xa7\x86\xa5\xe6\x12\x7d\x9e\xe7\x3f\x18\x3d\x52\xf3\xe5\x32\x0f\x10\x88\xe6\x26\xed\x84\xd6\x25\x35\xb7\x9e\xe6\x39\x74\xda\x63\x67\xf3\x12\x7c\x6e\x1e\x37\x9b\x54\xc1\x4d\xcd\xa3\x56\xf3\x92\xe3\xd4\x3c\x62\x35\xaf\x53\xe8\xa4\xc7\x05\xdb\xa4\x7e\x6d\x7a\x5c\x98\xcd\x0b\xf8\xe5\x71\xad\xdc\x82\xa7\x9a\xa6\xc7\x35\x72\x0b\x7c\xec\x33\x71\xab\x79\x72\x70\x7a\xd0\xa0\x83\x33\x88\xa4\xc7\xb5\x67\x83\x8d\x3a\x3d\x07\x7d\xdb\x89\x50\xd3\x73\xb8\x92\x0d\xfe\x78\x7c\xc6\x60\xfd\x4a\xcf\x95\x66\x4e\x5f\x2e\x57\x12\x17\x7d\x2e\xcf\xf4\x7c\xbd\x2f\x75\xd7\x7f\x79\xba\x7a\xea\xc4\x11\x02\x30\x83\xee\xc7\x8c\x51\x20\x2a\x75\xdc\x7f\xd1\x93\x52\x53\x77\x01\x6f\x11\x18\x50\xf7\x10\xbd\x45\xb6\x66\xef\x5c\xd9\xb9\xd2\x2d\x48\xa3\xc4\x56\xea\x58\x8f\xd1\x93\x91\x53\xf7\xad\x62\xe4\x46\xa6\x7e\xb1\x30\x2e\x57\xf2\x0d\xf1\xfa\x95\x23\xe0\xfa\x01\xa2\x31\x3c\x4e\x61\x89\x8d\x3a\x1e\x9c\xc4\x4e\x85\x93\x86\xcf\xad\x09\x53\x3b\xdc\xb3\x60\xc2\xd4\x0e\xb7\x1e\x2d\x11\x83\x1e\xd8\x77\xc9\x59\x3b\xd2\x90\x6d\xb7\x79\xdf\xe4\x99\xce\x39\x96\xc6\xe4\x99\xe8\xf2\xc3\xad\x25\x4b\x97\xbe\x38\xcc\xc9\x72\xe4\xed\x1e\xd1\xb1\xec\x44\x01\x69\x2a\x52\xc3\x81\x30\xe9\x75\xf6\x64\xdd\x34\x03\xee\x4b\xe7\x03\x4c\xd3\x6d\x00\x23\xe5\x3e\x4d\x6c\x80\xec\x34\x4e\x69\x46\xfe\x87\x78\x99\x2e\xea\x8d\x02\xa1\x69\xba\x98\xb7\x4c\x10\x7f\xba\x83\xd0\x28\x1a\x91\xa6\x3b\x05\x2d\x03\xac\x99\x95\x67\xf2\xb5\xd3\x0f\x04\xa3\x60\x5a\xa2\x96\xbc\x15\x70\x6b\x54\xee\xb6\x82\x28\xa0\x72\xb7\x15\x4f\x23\x4e\x94\xeb\xb5\x42\xc2\x13\xe5\x7a\x0d\x06\xc0\x44\x81\x57\x2b\x5e\x7a\x36\x51\x9a\xd5\x48\xce\x4f\x94\x66\xb5\xe2\xbc\x12\x89\xba\x98\x56\x01\x86\x50\x29\xd2\x2a\x82\x81\xda\x89\x46\x65\xbc\x44\x49\x36\xab\xc0\xa8\x28\xad\x66\x90\x6c\x26\x8a\x8d\x59\x65\x17\xc3\x9d\x6e\xcd\x29\xa5\x12\x3c\xd2\x46\xd9\xfe\x04\x89\xaf\x3d\x4e\x30\x90\x20\xf1\x35\xf8\x44\x12\x44\xb6\xf6\xb0\xab\xa0\x7d\xb5\x87\x9d\x03\x85\xa9\x51\x69\x3a\xc1\x11\x69\xcf\xe5\x4a\x8f\xeb\x5a\x67\x07\xc0\xa8\x68\x9d\xbc\x50\x58\x05\xad\xb3\x1f\xe0\xcb\x33\xe8\xbb\x12\xbc\x70\xd6\x9d\x8e\x29\x41\xfe\x66\xdd\xf3\x65\x13\xd4\x50\xd6\x17\x57\xba\x9b\xd2\x20\x3b\x4d\x50\x20\x59\x67\xaf\x40\x81\x64\xfd\x70\x9f\xfb\x76\x0c\xb2\xa4\x04\xd7\x8f\x75\x76\x0e\x4c\x20\x06\xd3\x49\x82\x0e\xc3\xe0\xa9\x4f\xd0\x61\xd8\x68\x7e\x25\x94\x10\x36\x9c\x40\x21\x41\x09\x61\xc3\x53\xee\x13\x89\xfb\x06\xaf\x4b\x22\x71\xdf\x06\xc8\x07\x12\xe9\x8d\x9a\x84\x89\x14\x78\x1b\xfb\xbf\x44\x32\xd9\xf1\x36\x58\x82\x64\xc0\xdb\x70\x56\xb3\x44\xfa\xb8\x0d\xb6\x18\x69\xbd\x36\x49\xee\xbc\xb8\x9b\x26\x08\x31\x92\x7c\x6d\x72\x2e\x5f\xb6\xed\x64\x8b\x5d\xcf\xfd\xb1\xa9\x0f\xda\xfc\x62\x6a\x2f\xc2\x74\x02\x24\xb9\x87\xfb\x4c\xff\x23\xbc\xeb\x50\x8e\x4c\x0a\xac\x99\x9f\xa8\x39\x10\xcb\x31\x3f\x51\x73\x70\x2d\xd3\xa0\x47\xcf\x81\x5e\x9b\x67\xfc\x65\x52\x4b\x8d\xd4\xf2\x4c\x6a\xa9\x99\x9f\xb6\x99\x44\x52\x23\x1b\x3f\x93\xd8\x69\xd4\x7a\xce\x64\x80\xd8\x72\x5d\x26\x93\x8b\x61\x2b\xf0\x06\x16\xf9\xa2\x2f\xe4\x5c\xd8\xa2\x2f\x91\x65\xb6\x7c\x53\xe5\x88\x08\x59\x9e\x94\x9a\x63\x24\x7e\xe1\x5b\x2c\x03\x67\xb7\xe5\xac\x16\x19\xc0\xb9\x79\xd1\x9b\xaf\x5f\x91\x5f\xdc\xf7\xe0\x02\x33\xee\xeb\x38\xfa\x16\x6f\x9f\xfc\x72\x1e\x92\x1c\x71\x0f\xed\xc0\x53\x70\x0d\x41\x62\x93\xc1\xf4\xd9\x76\x4c\x52\x06\xd3\x67\xdb\x1d\x2a\x39\x11\xbd\xdb\x7e\x70\x65\x00\x44\x76\x02\xff\x73\xa7\xa1\x41\x4c\x95\x81\xd4\xd8\xf1\x83\x32\x03\x7a\x31\xa8\xb6\x32\x80\x17\x3b\x95\xf7\xf9\xc1\x6c\xc7\x69\x72\x32\x60\x0f\x3b\x0f\x6f\x77\x07\x8e\x1d\xdf\xee\x99\xa8\x83\x5d\xdf\xc4\x5f\x16\xbe\xff\xf2\x0d\x97\x71\x61\x18\x14\x5d\xb9\xf8\x1b\x16\x7c\x6b\xb9\xb8\x5a\xb0\x28\x8e\x95\x8b\xc3\x5b\x56\x70\x2e\x95\x5c\x36\x57\x1a\xbf\xfc\x7d\x0b\x6a\xa8\x5c\x08\xef\x43\x93\x93\x0b\xa1\x7d\x48\x12\x72\x75\x51\xb0\xa2\xa7\xc0\x67\x34\xb7\x15\x5d\xfb\xcc\x95\xa8\x67\x64\x65\x55\x22\x83\xb0\x5a\xe4\x5a\xf8\x9f\xaf\xf9\x5c\x89\x6d\xc0\xb0\x91\x2b\x11\x8a\x38\x78\xa6\xcf\xe6\x8a\x83\x67\x12\x3f\x88\x8e\xc0\xcb\xd5\xf8\xe5\x1a\x66\xae\x8b\x08\x09\xeb\xac\xf2\xed\x89\x75\x56\x37\x4e\x6b\xd6\x7c\x75\xf1\xb2\xa0\xda\xcf\xd5\x01\x31\x2b\xa9\xd7\x9b\x88\x58\xd6\x7d\x00\x19\x5c\x95\xca\x55\xb0\x06\xe7\xd4\xc8\x2d\xf2\x14\xd7\x37\x73\x8b\x3c\xc5\xf5\xcd\xdc\x32\x71\x0e\x07\x95\xe5\xa6\x38\xa0\x1f\x40\xb9\xb9\x65\xb8\x92\x1f\x40\xb9\x7d\x22\x22\x3c\xc5\x75\xd8\x95\x2e\x4f\x79\xf8\x06\x56\x6b\xf3\x08\xc6\x4a\x2e\x30\x73\xe3\x1b\xb2\x53\x51\xe5\xc7\x15\x9d\x95\x9d\x00\x2d\x77\xb7\xf2\x57\xf1\x63\x25\x77\x46\xb7\xfa\xb1\x92\xbb\xa2\x46\x8e\xf8\xcc\x9d\xd1\xad\xae\xd6\xe5\xfe\x10\xab\x65\x7d\x76\x0f\x82\xac\xea\xec\x45\xb9\x77\x9e\xc2\x8a\xec\xb8\xbd\x2b\x2b\xb2\xe3\xf2\xae\xae\xd6\xe5\xee\x8e\xeb\x55\xd9\x9b\xdd\xb8\xd2\x78\xbb\x67\x2b\x2e\xf0\x9b\xb9\x7b\x96\xe2\xaa\x2e\x84\x73\x5f\xf4\x65\xf1\xbe\xc5\x53\xbe\x64\xeb\xff\x12\xc9\xb9\x6f\x1e\xe9\xdc\xb8\xb9\x6f\x3e\xe1\xf0\x10\xa6\xbd\x3a\x45\x78\xee\x7e\x72\xac\xc6\xc6\xe9\xe0\x58\x80\x6c\xe7\x11\xf8\x9f\x9f\x7e\x79\x04\x02\xe4\x0e\xd8\xcd\xc3\x71\x29\xab\x31\x80\xc3\x3d\x89\xab\xf9\xc9\x98\x07\x8b\xbc\xf9\x59\x98\x87\x3b\x30\x56\xeb\x5c\x99\x79\x83\xeb\x8d\x79\x54\xde\x30\x79\x43\xe5\x0d\x93\x37\x34\xde\xb0\x78\x66\xe3\x0d\x6c\xe9\xc1\x70\x02\x57\xcf\xc3\x63\x00\x8b\xf2\xf4\x79\xb0\x01\x9e\xcc\x7d\xae\x79\xaf\x27\x73\x9f\xfb\xac\xd7\xa3\x2f\x5a\xfc\x8f\x89\x1e\x8b\xff\x21\xca\x87\xe3\xf5\xd6\x53\xf9\x86\x03\x56\xa6\x73\x1f\xa2\xe0\x61\x6b\x8e\x83\x7f\x96\xad\x39\x0e\x3d\x73\xf6\x8d\x3c\x2e\xcf\x44\xd8\x4c\x21\x6e\x10\x28\x33\xd2\x6b\x26\x7a\xba\x19\xb5\x1e\x26\x7a\xfa\x91\xba\xba\x43\x9e\xf3\x74\xe7\xc8\xea\x91\xa7\x14\x50\x4c\x0e\xd6\xce\x68\x83\xab\xb3\x51\xd1\x06\x17\x44\x9a\x79\x12\xbd\xa1\xbe\x72\x9e\x83\x90\x6f\xe7\x29\x03\x7c\x52\xe7\x29\x1e\x25\x58\x1d\x81\x32\x8d\xb7\x23\x50\x26\x9b\xbf\xbb\x2e\x9a\x27\x9b\xbf\xbb\x2e\x9a\xcd\x11\x43\x8b\xba\x7c\xd9\xfc\xe0\x5a\x54\x93\xce\x94\xbc\x5f\x83\xc3\x90\x7a\xe3\x6b\x38\x21\x52\xa6\xde\xf8\x1a\x88\x02\x6a\x4b\xaf\xe1\xc4\x4d\x99\xaa\xd0\x8b\x6a\x90\xd9\x14\xf5\x70\x2a\xaa\x4c\x55\xe8\x35\x9c\xbc\x28\x53\xf9\x79\x0d\x36\x38\x95\x9f\x17\xec\xc2\x99\x2a\xcd\x0b\x26\xe7\x4c\x39\xe2\x35\x39\x7c\x29\x56\xba\xa6\x6b\xa6\x99\xaa\x79\x6b\x2e\xfd\xf2\xf1\x9c\x0e\xad\xcd\x54\xcd\x5b\x93\xbe\x50\x46\x61\x51\xe2\x38\x43\x22\xbf\x96\xd7\xf1\xc9\x90\xc8\xaf\xc5\xce\x81\xe2\x7d\x51\x02\x38\xc3\x6c\xbe\x16\x22\x04\x6e\xf1\xb5\x9c\x33\x2e\xc3\x2d\xbe\x96\x53\xfd\x64\xf8\xa0\xd7\x1a\xfa\xc5\x1b\x5c\xd1\xc9\x10\x0a\xaf\xe5\x36\x5d\x86\x50\x78\x2d\xd7\x68\x33\xc4\xa4\x6b\xb3\x8b\xd1\x3e\xd7\x76\x1d\x36\xc3\x4d\xb8\xb6\xeb\xa9\x19\x6e\xc2\xb5\xd9\x9b\xf0\xc9\xad\xcd\xfe\x83\x4f\x6e\x51\xe7\x30\x43\x48\xb6\x36\xeb\x13\xf2\xa9\x45\x29\xdf\x0c\xf9\xd4\xda\xae\x99\x66\x94\xbc\x75\xd8\x71\x70\x04\xad\xc3\x8e\xbb\xcc\x34\xa4\x63\xf9\x7a\xa4\x77\x9d\xc6\x7d\x6e\x21\xac\xc3\xae\xba\x6e\x5f\xae\xe3\x7a\x6a\xbe\x44\xd6\x60\xe9\xce\x97\x3d\x76\xfc\xb8\x2d\xb0\xb5\xac\xeb\xbc\x8c\x25\x20\x97\x28\x13\x5b\x02\x72\xe9\xfa\xee\x28\x81\x99\xbe\xbe\x3b\x0a\x2c\x24\xeb\x36\x9e\xc2\x01\x74\xdd\x6e\x2b\x24\x9d\xaf\x7b\x79\x8a\x2b\x9c\xeb\xba\x63\xa6\x90\xc4\xba\x83\x2b\x80\x25\x0a\x6d\xe7\x0a\x60\x41\xe9\xda\x4e\x1c\xf1\x4d\x24\xb7\xfe\x53\x22\x17\xd4\xb1\x1d\x8c\xbb\x1e\x9e\xe8\xeb\xaa\xa0\x8e\xed\xe0\x6b\xb5\x44\x5f\x2d\x9b\x52\xdd\x25\xfa\xca\xdd\xb1\x70\xa5\xe3\x4b\x77\xac\x5c\xe9\xaa\xef\x8e\xee\x3a\x2b\x29\x71\x9f\xab\x78\x25\xb9\x0c\xde\x20\xaa\x0b\x49\x13\x3b\x7a\x9a\x44\x49\xbe\x8e\x37\xdc\x2c\x05\xec\xf5\x4e\xee\x0b\x29\x60\xaf\x77\x72\x5f\x48\x01\x81\xb7\x93\xa7\x01\x14\x80\x70\x3b\xb9\x67\xa4\x00\xff\xd9\xa4\xb4\x14\xa0\x3f\x3b\xbb\xc2\x57\x80\xe2\x6c\x8a\x83\x14\x00\x35\x3b\x3b\x43\x50\xc9\x6e\xe9\x6e\xd2\x56\x0a\x30\x8f\x9d\x33\xcf\x24\x7e\x99\x3b\xff\x5b\xbc\x61\xf2\xbf\xc5\x1b\x9c\x51\xb4\x10\xb1\xdb\xd4\x3f\x2d\x85\x19\x82\xba\xb9\x14\x66\xa8\x38\xaf\x51\xc1\x4d\xb9\x4b\xe3\x7f\x0e\x9b\xd8\xc5\x7d\x1a\xa5\x38\x82\x61\x17\x3f\x9b\x4a\x71\xcb\x6c\xc3\xa3\x59\xca\x21\xf2\x7e\xf9\x75\x89\x9f\xfb\x89\x53\xaa\x2b\xc2\xbb\xfa\x59\x51\xaa\xef\x8d\x5d\xfd\xac\x28\xd5\x03\x00\xbb\xfa\x8a\x2f\xd5\x9d\xfe\xbb\xfa\x8a\x2f\xd5\x9d\xcc\x9b\x62\xd2\xa5\x76\xe2\xdb\xee\xc5\x28\x55\x11\xfa\xcd\x7d\x83\x37\x6c\xee\x9b\x3c\x93\xf5\x5f\x27\xcf\x74\x75\xb3\x54\x8f\x78\xee\xc6\xfa\xaf\x8e\x13\xde\xad\xf0\x14\x3f\xb7\x76\x2b\x3c\xe5\x72\x25\x2b\xbe\xf9\x99\xbd\x21\x58\x2b\x2d\x71\xa5\x9f\x00\xa5\xb1\x96\x9a\x9f\x00\xa5\xf9\x99\xbd\xa9\xa2\x5a\x5a\xe5\xbe\xcd\x53\xe8\xf5\x93\xf8\x1f\xbd\x7e\x5c\x89\x2c\xcd\xe3\xdc\xfb\x61\xa7\x34\x97\xd6\xfb\x71\xf7\x5f\x69\xc6\xff\xfc\x74\x28\xcd\xa5\xf5\x7e\x1a\x7d\x39\x5c\x39\x78\xe6\xe1\x0d\x7e\x56\x94\x87\x84\x16\xd2\xcf\xca\x43\x42\x0b\x55\x46\xcb\x23\x17\xfe\xe7\x7f\xee\x66\x8e\xee\x90\x2e\x0f\x09\x2d\x50\xba\x14\x3c\x77\xe2\x89\x2a\x8f\xa8\x3b\x1e\xfd\x52\xa8\xea\xcf\x4c\xbd\xff\xdf\xff\xeb\xff\xfb\xff\xf9\x7f\xff\x5f\xff\x77\x08\x9f\x84\x78\xe5\x97\x7c\x75\x22\x04\x65\x74\xb8\x0c\xce\x54\xf4\x0a\x1f\xe6\xa0\xf6\x8d\x46\x2b\x7c\x68\x80\x9a\x58\x9b\xb2\x37\x2a\xe3\xd5\x05\x44\x0a\xae\xd2\x84\x0f\x0f\xcf\x43\xea\x9d\xcb\xf5\xf0\x21\xda\x79\x78\x91\x0b\xbc\xf0\x61\xd2\x71\x4f\x4c\x86\x62\x3a\x7c\xa8\x66\x3a\x59\x57\x8d\x2b\xc5\x12\xd3\xc5\x98\x95\x68\xe4\x53\x44\xbf\x75\xe8\xbc\xb8\x51\x48\x45\x8c\x43\x8d\x74\x9e\x6c\x44\xf2\x52\xc2\x87\xd7\x84\xac\x8c\xe4\x3b\x20\x7c\x88\x46\xc8\x30\x4c\x4e\xf0\x1a\x3e\x2c\x21\xa6\xb4\xaf\x46\x23\xf3\x67\xe4\x7b\x75\xba\x24\x2e\x8f\xc5\x33\x3d\x9b\x35\x04\xa1\xf3\x5d\x19\x49\xad\xd1\x25\x41\xe4\x0f\xc9\x51\x5b\x8d\x8c\xfc\x21\x0f\x6a\xf2\xed\x82\x8f\x5f\x31\x6b\x71\xa5\x68\x14\xc8\xe9\x6b\x6e\x73\x86\xe8\x0a\x4e\x20\x67\x5e\x5c\x65\x21\x12\xfa\x22\x31\x5b\x44\x64\x41\x29\xd8\x64\x95\xe6\x98\xb9\xd2\xb1\x31\x21\xba\x20\xcb\xd0\xc4\x86\x48\x02\x49\x5c\x8c\xa7\x9f\xc4\x21\x92\xa1\x11\x37\x11\x16\xbe\x28\x92\x02\x11\x41\xfa\xe7\xc1\x33\x41\xf9\x47\x00\xf8\x50\x6a\x85\x08\xf8\x9e\x14\xc4\x90\xdd\x19\x12\x48\x41\x0c\xc9\x1d\x94\x21\xbb\x6b\x38\x90\x31\x17\x48\x95\x4b\xd5\xa5\x70\x20\x55\x2e\x28\x47\xae\x26\x6e\x27\x96\x9a\xe0\x3d\xc0\xc7\x17\x12\xc1\xd2\x94\xc9\x47\x73\x68\x45\x48\x44\x43\x13\xbc\x07\xd5\x35\xa2\x40\x52\x5d\x48\x99\x91\xcf\x7a\xa6\xd1\x48\xea\x99\x17\xc2\x0c\x09\xae\x03\xf2\xea\x52\xcd\x7a\x26\xfd\x54\x32\x1d\x83\x4c\x32\x5d\xf8\x64\xd1\xf9\x21\x15\xc8\xa2\x0b\x9f\x54\xb7\xc2\x67\x12\xe8\x23\xab\x2d\xe7\xc1\x8b\x20\x28\x50\x5a\x9a\x86\x8e\xb4\xb4\x40\xfe\x58\xce\x83\xb7\x93\x19\x46\xb2\x57\xce\x9d\xb7\x93\xc6\x45\xce\x56\xce\xae\xa8\x84\x44\xa2\x7d\x72\x83\x32\x67\xcf\x49\x0e\xa4\x6b\x85\x44\xc4\x2a\x1b\xfd\x24\x62\x95\xd8\xb0\xb9\xab\xb1\xd3\x48\x3f\x5d\xc4\x86\x44\x7a\x78\xea\xdc\xce\x8e\x4b\xe4\x73\xe3\x59\xc9\x79\xa9\xb1\xd1\xc8\xdb\x3b\xb7\xb3\xb5\x53\xe7\x99\x93\xce\xb3\xb5\xd3\xe0\x99\x93\xcf\x9c\x74\x9e\xf5\x09\xc9\x5b\x50\x82\x13\x59\x32\xa9\xb0\x8f\x94\x21\x83\xd7\x25\x15\x5d\x79\xd4\x88\x10\xa8\x8c\x27\x39\x1e\x24\x6d\x38\xbf\xc2\xff\xf5\x7f\x07\x12\x12\x02\xb0\xf4\x4c\x29\x88\x00\x24\x3d\x80\x6b\x4e\x30\xfb\x06\x30\xcd\x01\x78\xaf\xc7\xf5\xbe\x1a\x8b\x1a\x25\x20\x12\x8d\x2c\x76\xd7\x37\x9d\xa5\xeb\xab\x11\x7e\x09\xc0\x5b\x39\x14\x1a\x27\x3b\xe0\x12\x94\x9c\x34\x42\xa8\x92\xd9\x32\x14\x8c\x0c\x78\x8e\x42\x41\xb2\x17\x84\x2a\xda\x45\x10\xc0\xa3\xb8\x0a\x10\x84\xcf\x20\x18\x1f\xa8\x49\x18\x08\xc4\x07\xa2\xef\x73\xf1\x99\xc4\xd9\x03\x01\xf3\xb9\x9c\xd9\x32\x28\x48\x4e\xd4\x79\x2e\xbd\xbd\xf0\xb0\x1a\x05\x11\xf5\x46\xf8\x31\x4a\x25\x52\xe9\x47\x6b\x28\x10\x62\x94\x0a\x2c\xda\xad\x8e\x50\x00\x0f\x17\x37\x09\xe7\x72\x43\x3d\x14\xf2\x15\xcb\x3f\x20\x5c\x1a\x79\xbb\xcb\xac\xb9\x1e\xba\x04\x41\x04\xfa\xd2\x5c\x5d\x57\x4e\x1a\x89\x69\x7a\x7e\x66\x50\xcc\xb6\x08\xdc\xda\xe9\x27\x87\x54\x21\xc6\xb8\x98\x4d\xd4\xad\x50\x1e\xfa\x39\xe8\x27\xbc\x0a\xe5\x21\xbe\x3a\xe9\x27\x24\x09\x9f\xd0\xed\xd4\x95\x4c\x4e\x27\xbe\x6a\x5c\x09\x0d\x42\xe9\x7c\x91\xeb\xb4\xa1\xc0\x3a\xf0\x89\xf5\x72\x72\x15\x58\xcd\x4a\x57\x08\x96\xcf\x84\x3d\xa0\x0c\x6e\x3f\xbc\x08\xbe\xb0\x32\x18\x10\xf7\x8d\x84\xe2\xf6\x73\x28\x83\xce\x5f\xbe\x08\x6a\x80\x32\x14\xac\xa5\x71\xf2\xed\x93\xf8\xaa\xe6\x88\x55\x57\x26\x61\xd6\xfc\x49\xc1\x44\x7d\xf8\x7f\x52\x28\x0a\xdc\x64\xc5\x0f\xdc\xb9\x0b\xab\x0f\xaa\xaf\x02\x00\x6f\x37\x9e\xcd\xa1\x5a\x1c\x3b\x37\xf7\xc3\xb4\x70\xa8\x16\x23\x47\xe2\x61\x60\xe0\xcd\x2a\x1e\xdd\x9a\x9b\x5d\x52\x38\x54\x8b\x1f\xaa\x73\x23\xc9\x0a\x69\x8c\x0a\x89\x6f\x4d\x20\x39\x89\x78\x4d\xe7\x46\xea\x14\x12\x0c\xcb\x62\x0c\x90\x10\x85\x4c\xc0\x42\x30\x15\x46\xda\x50\x48\xf4\x2b\x9b\x31\xb8\x0c\x36\x79\x7c\xf8\x57\xe7\x09\xba\x92\xb9\xda\xc4\x77\x33\xcf\x24\xc3\xae\x1c\x62\xcc\x99\x09\x24\x81\xae\x28\x44\x5d\x74\x25\x03\xe2\x47\xe5\xa4\x8a\x5e\x28\x1c\xfe\xb8\x6e\x27\xec\xe7\xa1\x70\x54\x96\xab\xf8\x33\x8d\x08\xad\x72\x09\x82\x57\xfa\x89\x9a\x50\x2e\x51\xec\x46\x3f\x61\x14\x28\x97\x60\xf6\xa3\x46\xa3\x71\xd3\xc8\xc8\xc3\xbe\x84\x73\x78\x1e\xd7\xb3\x43\x45\xb2\xd4\xc0\x8b\x3c\x32\x11\x2a\x27\x74\x0d\x74\x7e\xa9\xb1\xd3\xc8\x8b\xdc\x31\x14\xaa\x43\x08\x43\x75\xdc\xe0\x3c\xae\x83\x87\x0a\x6a\xaf\x12\x7b\xbf\x08\x98\x0a\x04\xaf\x46\xa2\xe0\x2c\x49\x20\x06\xa1\x7a\xe8\x6a\x52\x8f\x2e\x54\xc0\x6e\x35\x11\x13\x47\x64\x02\x3f\x08\xc2\x1d\x50\x0f\x32\x60\xe8\x84\xea\xb6\xc2\xbc\x55\xb7\xf3\xa2\xc4\x8b\xd0\x2e\xab\x1b\x9c\xa1\xba\xb2\x31\x2f\x27\x58\x05\xb6\x55\x33\xe1\x76\x76\x33\x3e\xf0\x80\xd5\x34\xef\xa2\xf3\x70\x26\x55\x3f\x0b\xe6\x75\x17\x44\xa8\x08\xd7\x8a\x70\xbd\x87\xdb\x61\x3c\xaa\x2e\x63\x27\x45\xd2\x42\x45\x41\xab\x05\x84\x6a\x50\x23\xcf\xf4\xa3\xc4\xa4\x44\x83\xa4\x08\x40\x28\x2c\xb0\xe3\x2a\x67\x48\x25\x18\x1e\x38\xd6\x2a\xc2\xb5\x12\x72\x09\x0f\xb7\x93\x8e\x5e\x89\x02\x85\x4e\x23\xb9\xe3\x00\x31\x0c\x06\xe4\x50\x91\xb8\x78\xf5\x2d\x20\x08\x2b\x6a\x42\x6d\x3c\x73\xea\x4a\xa6\x98\xd0\x2a\x75\x8b\x42\x05\x09\x83\xab\xdf\x82\xd1\x25\x84\x6b\x25\xf0\x19\x16\x9d\x47\xa1\xa8\x0f\xcf\xd4\x78\xc2\x52\x53\x1f\xe0\x0b\x6c\xd8\x8a\x1c\xad\x9d\xf8\x3c\xdb\xb0\xc2\x21\x53\x3b\xc1\xfe\xc0\xdb\xd1\x32\x2a\x31\xd5\xe8\x96\x66\xa8\x70\xc3\x54\x87\xc7\x5b\x8c\xba\x9d\x41\x76\xab\xc2\x62\xd4\xed\x8c\x92\x6b\x20\x16\x13\x9d\x87\xb6\xa5\x12\x25\x8e\x99\xce\xc3\xd7\x52\x89\x0c\x12\x25\x09\x15\x31\x5c\x09\x22\x45\xf6\x7b\x1d\x7c\x11\x40\x80\x58\xd5\xc8\x8b\x88\xf6\xc6\xca\x33\x27\x2f\x02\x16\x10\xd9\xb0\x15\xc5\x07\xbb\xda\x62\x57\x23\xcf\x9c\x9f\x8c\x29\x6f\x84\x53\xb1\x82\x76\x8e\x9b\x29\x86\x26\xb1\x1a\xb7\x6b\x29\x22\x69\x2b\x38\x82\x14\x78\x3b\xa4\x83\x95\x98\x57\xd2\x78\xa2\x61\xd5\x25\x2c\x84\xae\xa4\xf3\x04\xed\x13\xd2\xa6\x92\x94\x5d\x37\x28\x6e\xb4\xa1\x8a\xa4\xad\x44\xc7\x92\x04\x0b\x92\xb6\x6e\x30\xd8\xda\x71\x48\xda\xba\x81\x22\x6b\x29\x92\x10\x4d\xc0\xc7\xd2\xd4\x95\x74\x9e\x60\x38\xa9\x0f\x01\x14\x50\xa8\x07\x94\xc6\xe2\x76\x84\x6a\x05\xa8\x92\x24\x82\xb0\x46\x2a\x71\xe8\x74\xe8\x12\xb9\xbd\xf5\x0a\x16\xce\xb7\xc3\xe2\x52\xc9\xbc\x85\x78\x3e\x54\xc8\x58\x2a\x31\x52\x62\x3b\xa1\xa1\x8b\x35\xb0\x2c\x99\x5d\xdc\xa0\x8d\x6b\x82\x60\x44\x35\x36\x1a\x41\x4d\x60\x49\x03\x5a\x0a\xcd\x45\xa5\x51\xe7\x2a\x34\x47\x63\x85\x16\xc0\x7a\xa0\x9c\x02\x68\x0a\x20\x99\x2c\xbb\x73\x2d\x34\xe0\xd2\x78\x49\x2c\x23\xd6\x1a\x42\xb5\x01\x97\xc8\x28\x53\xc4\xbc\x02\xc1\x2e\x93\x5e\xdf\x40\x1d\x83\x72\xb2\x8c\xde\xd4\xd0\x19\x1b\x61\xd4\xcc\xc8\xe3\x6b\x09\x2d\xf1\x4c\x76\x71\x73\xdc\x6d\x68\x89\xce\x2f\xfa\x89\xe9\xd6\xb2\xd2\x86\xff\x5b\xa1\xc0\x73\x13\x5a\x16\x2c\xc4\xe7\xaa\xa1\x8f\x36\x21\x39\xd8\x3a\x84\xe3\x02\x71\x38\x93\x7e\xdf\xc8\x53\x6b\x04\xc0\x0b\x6b\xbf\x91\x6e\xd6\x1c\x77\x68\x14\xc0\x0e\x0d\xf6\x8d\x56\xc1\x98\x1c\xae\x84\x10\xa3\x01\xd3\xa8\x2c\xf3\x86\x9d\xdc\x40\x48\x54\x24\x44\x43\xf5\x6c\x2e\x0f\xad\x26\x5d\xc9\x04\x12\x54\xaf\x58\xfe\xe0\xbf\x42\x13\xf0\x04\x35\xa1\xe1\x34\x21\x6c\x68\x32\x0b\x09\x1b\x86\xe6\x42\xd2\x64\x16\x36\x68\xbf\x08\x22\x1a\x21\xbe\xd0\x60\xec\x6a\x00\x33\x2a\xc7\x5a\xc3\x06\x6b\xae\x7a\x1a\x01\xbf\xd0\x10\x99\x0d\x91\x59\x35\x81\x50\x6b\x35\x82\xea\xd5\xbd\x95\xa1\xc1\xa9\xd5\x5c\x48\x1a\xb5\x10\x42\x83\x34\xab\xb9\x92\x6a\x10\xaf\x84\x06\x29\x6f\x03\x6c\x55\x51\x67\x1b\x4a\x6a\x03\x01\x02\xf5\x52\x68\x70\x5b\xe1\x64\x33\x62\x82\xa1\x41\x63\xd5\xdc\xd3\x60\x4d\x1b\x02\x99\xd7\x90\x79\x0d\x55\xae\xa1\x8f\x36\x17\x7d\xd6\x38\x58\x1a\x7e\x9c\x06\x78\xed\xd1\x26\xc3\x8f\xd3\x80\x02\x3c\x5a\x36\xe8\xa1\x0d\x28\xdb\x83\xc9\xd1\xe0\x96\x6d\x26\x94\x8e\xae\x64\x85\xb8\x1e\x6a\x8f\x76\x1e\x2a\x67\x5b\x3c\x53\x5b\x07\x95\xb3\xb9\xca\x69\x0f\x87\x6a\x43\xe5\x04\xbf\x67\x4f\x57\x23\x8b\x41\xd0\x9d\xce\xdb\x21\xb1\x68\x9b\x67\x7a\x70\x35\x34\xd8\x26\xda\xe6\x99\x1c\xaa\x0d\x7a\x89\xb6\xc9\x70\xd7\xb7\xc3\x1e\xd1\x90\x8e\x8f\xd1\xcf\xad\x67\xfa\x02\x7b\xb4\x92\x61\x71\xc0\x31\x69\xcf\x55\x23\x2f\x3a\x7c\x3b\xba\x6d\xc3\x57\xd3\x40\x9e\x74\x74\xb1\x06\xa1\x42\x3b\x20\x7f\x38\x2a\x1b\xec\x08\x0d\xb0\x5c\xd7\x9a\x87\xea\xa0\xb9\xe6\x69\xd4\xb6\x0f\x0d\x4a\xac\x06\x9e\xa4\x73\x2a\x36\xdc\x55\x0d\x91\xd9\x59\xb4\x0f\xda\xe5\x03\x69\x40\x6f\x6a\x5c\x34\xf2\x76\x54\xf8\x87\x2c\x8e\x07\x48\x5a\xe7\x04\x7b\x48\xc9\x78\x3c\xff\xc2\x3a\x2a\xfc\x83\x95\xfe\xb8\x7a\x68\x03\x9d\xf1\x41\x68\x3d\x08\xad\x51\x75\x25\x2f\xf2\x7c\x00\xa3\x26\x74\x78\xc0\xf7\x3f\x42\x1a\x71\x82\x3d\x80\xf1\x1f\x72\xa5\x47\x57\xe3\x43\x63\xa7\x71\xd0\x38\x68\x04\x9a\x84\x23\xe6\xc1\x47\xf0\x64\x10\x51\x93\x2e\xe1\x30\x7a\x04\x5b\x42\xb3\x7e\xf0\x0d\x3d\xe5\x93\xa6\x4d\x23\xdf\x5e\x04\x77\x3a\x34\xf2\x4c\x12\x84\xc7\xd6\x95\x87\x46\xc0\x56\x9b\xb7\xe3\x45\x7a\xc0\xef\x11\x6f\x0c\x0f\x06\xf9\xe3\x39\xbf\x36\x2e\x5f\x84\xfc\x7c\xc0\xe8\x0d\x8e\xb5\x87\xa4\xdc\xc7\x55\x47\xa3\xf8\x42\x78\xf0\x37\x3d\x80\x76\x26\xfb\xe8\x41\x67\x7c\x9a\x70\x52\x6a\xe4\x99\x88\x4a\x4a\xd1\x84\x07\x51\xf9\x38\x4a\xc4\x26\x1a\xeb\x03\xe5\xe2\xf3\x00\xba\xe2\x04\x7b\x50\x24\x1f\x44\xe5\x6c\x74\x09\x51\xf9\xb8\xe9\x6e\xd4\x7c\x08\x0f\x8a\xe4\x83\x22\x39\x39\xc1\x1e\xac\xf4\xe7\x11\x04\x8b\x2e\x61\xa5\x3f\x88\xca\xc9\xe6\x7a\x50\x24\x1f\x14\x49\xaa\xb5\x86\x07\x01\xf8\x90\x40\x39\x35\xc8\x83\xa1\x43\xbf\x33\xd6\xfc\x33\xf8\xa2\x01\xa2\x2a\xf3\xcc\xc1\x74\x90\x05\x68\x68\xeb\xcf\xe4\x45\x6e\x82\x9b\x39\xd6\x38\x3c\x28\x68\x0f\x0a\x9a\x69\x25\x63\x1f\x3f\x2e\x9e\xcc\xae\xae\xe4\x8b\x4c\xf0\x2c\x5d\xc9\x17\x21\xac\x16\x5a\xdb\x83\xb0\x7a\x00\x2c\x2d\x8e\xb3\x07\x86\x9e\x07\xb9\xb4\xa2\xae\xa4\x9f\x20\x2e\x17\x5b\xfb\x81\x17\xe7\x71\xf1\x64\x8b\x93\xeb\xc1\xc3\xfb\x20\x97\x56\x51\x23\xcf\x04\x54\xbb\x38\xb9\x1e\xec\xe3\x07\xf0\x1b\xf0\xf5\xf0\xc0\x37\x23\x40\xf1\xd2\x3e\x42\x2e\x3d\x68\x6d\xab\xd3\x25\xe4\xd2\x03\x3e\x6e\x0d\x5d\xc9\x80\x00\xa5\x5a\x63\xfc\xa7\x42\xf1\x20\xc9\x1e\x24\xd9\xe2\x00\x7c\xb0\xa8\x1f\x94\xbf\x85\x0b\xf4\xc1\xa2\x16\x82\x79\x71\x00\x82\x60\x0e\x0f\xe2\x8d\x32\xe0\xe1\x41\xbc\x3d\xf0\xb5\x2c\x6d\x5c\x2c\xea\x07\x18\xee\xe2\xac\x03\xd6\x1c\x3a\xf8\x46\x60\xf3\xa1\xa3\xfc\x75\x80\xb7\x3b\xa8\xd1\xbb\xd4\x5d\xb3\x33\xa0\xf1\xa1\x93\xef\xd6\xdd\x5c\xb6\x5d\xd5\xf8\xd0\xe8\x03\x03\x34\x3e\x74\x04\x61\x47\xa5\xdb\x5e\x65\x2c\x74\x54\xba\x0e\xd2\x73\xa3\x61\x77\x9c\x82\xdd\xcd\x65\xdb\x78\x8f\x3b\xd2\xb1\x23\x1d\xf7\xa6\x4b\xb8\xd3\x3b\x8c\x11\x20\xeb\x43\x47\xe6\xf5\x2c\x80\x9c\x1a\x79\x3b\x30\x5c\x90\xf5\xa1\x23\xde\x3a\xe2\xed\x70\xa8\x76\xb8\x7c\x3b\xe2\xed\x54\xde\x8e\x2a\xd7\x51\xe5\x0e\xaa\x5c\xc7\xfa\xed\x58\xbf\xe7\x51\xe3\xa2\xf1\xd0\x98\x69\xe4\x45\x60\x20\xe5\xcb\xe8\x38\x21\x85\x0f\x3f\x9c\xc9\x1d\x99\xd7\x01\x2b\x1f\xce\xe4\x8e\x9d\xdc\xb1\x93\x0f\x26\x47\x47\xe6\x75\x64\xde\xc1\xfe\xec\xc4\xcd\x3a\xb0\xc5\xb3\x19\x64\xdc\x95\x1d\x9d\xf1\x20\x5c\x3b\x3e\x76\x40\x5b\x76\xd9\xa3\x80\xb6\x42\xc7\x78\xa6\x10\x63\xe8\x18\xcf\x1d\x9d\xf1\xb2\x1d\x3b\x3a\x63\x47\x67\x04\xe6\x1f\x40\x79\x85\x8e\x20\xbc\x55\x8d\x4c\x1c\xea\x21\xa0\xff\xd0\x71\xbc\x77\x57\xf3\x16\x75\xdf\x43\xc7\x24\xee\x9d\x04\x69\x2d\x06\xac\xdf\x4e\x36\x78\x98\x6a\xe4\xed\xa4\x76\x07\x0e\xab\x4e\x85\x84\x3e\x04\x38\x64\xe8\x30\x89\x81\xd6\x2f\x19\xf9\x1d\xe9\xd8\x95\x89\x6d\xba\x9d\x7e\x82\x38\x0b\xa6\xdb\x19\x64\x70\x3e\x81\xb3\xae\x4f\x5e\x34\x79\xd1\x56\x23\x2f\x22\xe7\x39\x6c\x46\x69\xb2\x6c\x00\xe3\x04\x4c\xb8\x3e\x19\x64\x32\x96\x83\x76\x1c\x25\x09\x3a\x20\x97\xa8\x45\x8b\xc4\xed\xe4\xf7\xca\xc8\xef\xe4\xf6\x0a\xef\x16\x09\x21\x75\xd4\xc3\x6e\x40\x1a\x93\x6e\xdf\x34\x0a\x3b\xc9\x17\x61\x3c\x0b\x04\x17\x39\x15\x3b\xdc\x6a\x7d\x09\x3b\xa9\x46\xde\x0e\xc0\x31\xa2\xd7\x77\x74\xc6\xee\x59\x3d\x4b\xee\x80\x8e\x6c\x16\x94\x2e\x72\x2a\x82\x97\x0b\x1d\x68\x0e\x75\x73\x03\xb0\xb9\xd0\x81\x81\x46\xad\x79\xc4\x70\x07\x2a\x13\xd1\xac\x3b\xea\x61\x3f\x02\x62\xd2\x25\x78\xb5\xfa\xe1\x33\xb5\xbc\x51\xfa\xc8\x90\x58\x54\x67\x0c\x1d\xa9\xd8\x2f\x48\x51\xb4\xcb\x8e\x9d\xdc\xaf\x00\x9c\x6a\xe4\x99\x17\x94\xa5\xd6\x3c\x7e\xc6\xfe\xe1\x97\xf2\xa1\x03\xbb\x17\x04\xda\x4b\xa8\xf0\xa4\x5b\x84\x01\x17\x14\xb4\x8c\x61\x38\x6a\x2b\x8c\x00\x92\x92\x8d\x30\x90\x9f\x03\x8c\x5a\x42\x91\x04\xe5\x17\x46\x04\x8f\xf9\xa8\xf1\xa1\x91\x7e\xe2\x49\x19\xf8\x19\x47\x04\x37\x4a\xd4\x75\xe0\x67\x1c\x20\x97\x12\x1b\x61\x20\x3f\x47\x02\xf1\x69\xba\xb2\xd1\xe8\x6b\x9e\x4c\x8e\x00\xaa\x30\x8c\x44\x3f\x91\x0c\x03\x3b\x79\x40\x02\x24\x17\xc3\x20\x9a\x39\xe0\xef\x49\x1c\xfe\x03\xf1\x3b\xb2\xc0\xa4\xba\x92\x17\xc1\xc7\x43\x01\xb4\x30\xc8\xe0\x1c\x10\xf0\x64\x46\x7e\x20\x93\x05\x66\x94\x8b\x61\x20\x93\x87\xcb\xe4\x95\x39\xe7\x07\xe6\xf5\x70\xd1\xbc\xb2\x46\x1e\x8f\xe4\x00\x73\x44\xae\x48\x18\x24\x30\x0e\x78\x6b\xf2\xa3\x46\xbe\xa8\x08\xca\xca\xdb\x51\x39\x07\xd0\x2a\x12\x41\xc2\x40\x26\x8f\xca\x33\x37\xf3\x0e\xe9\xcc\x70\x99\xbc\xf2\xd1\x95\x74\x1e\x74\x60\x66\x17\x83\xa8\x0c\xc3\x25\xed\xa2\x1a\x61\x18\x58\xe7\x03\x04\x19\xb9\x22\x61\xa0\x5d\x0e\x78\x53\x14\x92\x1b\x44\x33\x07\xe0\x5c\xf2\x41\x02\x19\x3c\x61\x00\xa2\x2b\x5f\x1a\xd6\x7f\x28\x14\x03\xdd\x71\x00\x0c\xab\x1a\x2d\x74\xc7\xe1\x82\x77\xd5\xac\x46\xbe\xac\x7f\x08\x28\x68\x64\x08\x91\xb8\x94\x85\x0c\x03\x8b\x7a\x40\xaf\x51\x51\x95\x06\xf1\xcf\x81\xc4\xad\xa8\xc8\x03\x89\x3b\x80\x9e\x55\x4f\xf6\x09\x83\x58\xd0\x18\xb0\x3d\x78\xce\x4f\x18\x38\x21\x87\xe8\x2f\x38\x54\x07\x4e\x48\xb2\x91\x56\x7d\xd4\xc8\xda\x17\xe2\x97\x43\x15\x88\x6a\x18\x88\xe1\xaa\x59\x45\xe2\x0e\xd1\x4a\x74\x35\x32\xd8\x53\xf0\x61\xba\x04\x26\x65\x00\xde\xab\xda\x25\xd4\x8b\x19\x06\x44\x18\x0d\x1b\xf4\x6b\x18\xc8\x66\x79\x13\x06\xb2\x79\x80\x71\xab\xb8\x98\x06\x06\xf9\x10\xde\x98\x33\x19\x48\x6c\x10\x16\xb6\x1e\x35\x32\xab\x60\xe5\x2b\x26\xf1\xc0\x5d\x39\x40\x56\x82\x4c\x0a\x03\x77\xe5\xd8\x8c\x27\x92\x6c\xe0\x99\x1c\x1b\xe6\x07\x4f\x6f\x0c\x03\x27\xe4\x00\xb1\xdd\x90\x64\x03\xe1\x3a\x10\xae\x8d\xd3\x7b\xc0\xbb\x38\x0e\x50\x61\x6d\x32\x24\xee\x70\x55\x77\x35\xce\x90\x41\x0c\x68\x1c\x5e\x94\x19\x79\x34\xd6\x71\xc0\x1d\x73\xf8\x0f\xc4\xf0\x40\x0c\x37\xc9\x3c\xdc\x95\x03\x31\xdc\xb4\x42\x88\x01\x0d\xd1\x0b\x62\x66\x0f\xc4\xf0\x40\x0c\x37\x36\xee\x24\x4a\x3c\x03\xb7\xa3\x61\x03\xf9\x0d\x13\x9c\x6c\x9b\x6a\x34\x1a\xb9\x1d\xd5\x78\xe2\x99\x14\x2a\xb8\x31\x9b\xa0\x82\xc3\x8c\x82\x42\x73\x25\x94\x0c\x13\x6c\x63\x43\x49\x99\xf0\x2b\xcc\x08\xdb\xd1\x56\x23\x2f\x02\x94\xdf\x8e\x6e\xdf\x34\x32\xc8\x48\x88\x89\x91\x3f\x13\x2f\xba\x6a\x2c\x34\x02\x62\x46\xb3\x9e\xe8\xb6\x13\x8c\xf7\x13\xd5\xb8\x68\x84\xe2\x06\x40\xcd\xc4\xf2\x9f\x10\xab\x3d\x59\x8d\x74\x9e\xcc\x87\x07\xa9\x33\x11\xae\x33\x83\xab\x2e\x6a\xa4\x9f\x80\x36\x1f\x67\xb2\x0e\x13\x91\x39\x11\x99\x64\x7e\x85\x89\x1a\x3b\xcb\x87\x28\x83\x46\x5f\x36\x13\x6c\xea\x83\xf9\x3a\xa9\x47\x31\x11\x99\x0f\x7a\xfd\x44\x64\x92\x73\xb7\x1e\x54\x39\x70\xd5\x61\x56\x31\x43\x35\x1a\x99\xa3\x0a\xc6\x1b\xfd\x6e\x62\xba\x4f\x00\xea\x0f\xa0\x92\x09\x54\x64\x36\xe1\xbf\xe9\x12\xa6\xfb\x24\xdb\xe0\x31\x35\xf2\x22\x51\x50\xa1\xca\x4d\xa0\x61\xb3\xf1\x45\xa8\x72\x13\xdf\xe5\x7c\xc0\x7f\xe3\x38\x98\xf8\x2e\xe7\x03\xb8\x3b\xaa\x91\x6f\x47\xa8\x76\xc7\x5d\x86\x89\xef\x72\x76\x58\xed\xd0\xda\x26\xbe\xcb\xd9\xa1\xf0\x4b\x6a\xe4\x99\x10\x16\x75\x84\xea\x44\x8d\x9d\xa8\xb1\x5d\x73\x84\x9b\x72\x0e\x31\xe5\xf1\x76\x34\xd6\x0f\xfa\xbc\xab\x91\x89\x23\x2b\xa2\x77\xba\x84\xc6\xfa\x0f\x16\xdd\xf7\xfb\x24\x96\x3e\xa1\xdf\xe9\x1a\x25\xf4\xd0\x89\x1e\xda\xb1\xa8\x26\xbe\xcb\x09\xf4\xba\x6b\x79\x23\x15\x27\x52\x91\xdc\xb9\x30\x09\xe2\x4c\xa4\xe2\xd0\x4a\x46\x2a\x4e\x13\x86\x5d\x57\xf2\x99\xe8\xa1\x24\xdb\x85\x09\x09\xf0\x5c\xe0\xcd\x9b\x1a\xe9\x12\x52\x91\xf4\xba\x30\x91\x8a\x64\x5e\xae\x81\xf5\x33\x61\xcd\x9d\x68\x97\x43\xbb\x18\x37\xe5\x74\xe1\xb8\x06\x71\xba\x89\xca\x39\x11\x95\x63\xeb\x4a\x56\x08\x79\x1b\x63\x33\x74\x70\xd8\xce\x2d\x78\xfc\xa0\x91\xce\x83\xd1\x1f\x12\x02\xb8\x03\xe6\xe1\x45\x47\x8d\xcc\x11\xa2\x72\x00\x82\x98\x44\x76\xe6\xe1\x8b\x24\x04\xc0\xf8\xcc\x23\x04\xbd\x1a\x59\x60\xc8\xcf\x89\x7f\x64\x22\x2a\x27\xa2\x72\x6a\x85\x10\x2e\x9f\x17\x58\x7d\x55\x23\x72\x89\x6c\x93\x89\x6f\xdd\x28\x22\x64\xd0\x9b\x92\xb3\x17\x0c\xe3\xde\xc8\x9c\x98\x6b\xfd\xa7\x42\x61\x08\x57\x43\xb8\xca\xc5\x64\x44\xc8\x2d\x02\xe0\x47\x3e\x19\x9a\x2b\x99\xb0\x8b\x84\xbe\x60\x88\x4c\x43\x64\x5a\x55\xa3\x7f\xae\x81\xc0\x37\xe4\xbd\x25\x6e\x4f\x80\xfb\x59\x3e\x86\x3e\x6a\x2e\x0f\xd7\x8a\x6a\xdc\x34\x2a\x45\x20\xd2\xc8\x33\x91\x8e\x14\x2b\x0f\x86\x74\xb4\xac\xf4\x01\x5e\x84\x8f\xc0\xa0\x7f\x5c\xb8\xc2\xc8\xd1\x0d\x86\x3e\xba\xd0\x86\x0c\x7d\xd4\xd0\x47\x17\x06\x0f\xf9\xbb\xc1\xe0\x66\x5c\xe8\x38\x86\x3b\xc0\x20\x48\x24\x49\x30\x18\xde\x4e\x83\xed\x50\xb8\x1c\xa3\xcc\x8f\xa1\x7a\x42\x7f\x10\x8c\x08\xb9\xb9\x06\xba\x16\xfa\x88\x21\x47\x0d\x39\x4a\x81\xf0\x60\x04\xc3\x8d\x64\x1e\xf2\x08\x83\xe1\xd8\xb4\x4f\xd6\x02\x8d\xd4\x83\x31\x77\x50\x2e\xe1\x5c\x8c\x10\xb7\x91\x84\x45\xaa\x61\x30\xaa\xb0\x18\xc9\x19\x9b\x43\xd5\x90\x64\xd6\x95\xa7\xc0\x33\x11\x5a\x86\xd0\x3a\x9a\x77\x94\x3e\x53\xf6\x41\x56\x23\x2f\x42\x68\x1d\xcd\x3b\x42\xcb\xc4\x5e\xa6\x75\x8a\xd0\x32\xcc\x6c\xa1\x42\x0c\xfd\xce\xd0\xef\x0e\xe7\x92\x21\xc9\x0c\x49\x26\x00\x88\x79\xc8\x39\x18\xac\x60\x87\xd3\x86\x9c\x97\xa0\x64\x97\x33\xd5\x48\xe7\x51\xfa\x0e\x07\x8b\x21\xde\x0c\xf1\x76\x38\x58\x48\x7d\x09\x46\x76\xd3\xc1\x74\x37\xc4\x9b\x21\xde\x0e\xa6\x91\x61\x90\x1b\x06\xf9\xb9\xba\x92\xb5\x84\x7a\x78\x70\x53\x9b\xe9\xed\x3e\x74\x97\xd3\xc6\x10\x84\x86\x20\xbc\x51\x8d\x3c\x13\x41\x28\xa4\x89\xc1\x4a\x6e\x8b\xb4\x0a\xec\x79\x43\x3d\x34\xb2\xd3\xae\xd6\x27\x7e\x51\xdb\x4a\xce\x50\x23\x9d\x47\x10\x5e\x0e\x16\x43\xe9\x33\xcc\x6c\xa1\x93\x0d\x49\x66\x64\x68\x09\x00\x62\xe8\x77\x76\x49\xba\xc0\xa5\x6c\xc4\x56\xcc\xc5\xd4\x16\xd6\xc3\x40\x01\x9a\x8b\xa2\x1d\x58\x75\x0b\xe3\x79\x05\x6e\x7f\xd4\x98\x69\x24\xfd\x83\x55\xb7\xd0\xef\x96\xeb\x77\x9b\xa2\xf1\x61\x21\x82\x56\xf8\x50\xdc\xd1\x78\x68\xbc\x34\xfa\xb2\x59\x44\x9e\x57\xe4\x45\xc8\xfb\x45\xe4\x79\x45\x5e\xe4\xcc\xfa\x61\xa1\xf4\x91\xba\xb4\x03\xa2\x7d\xa1\xf4\x2d\x57\xfa\x76\x38\x6a\xe4\xed\x91\x2f\x42\xb4\x2f\x6c\xef\x95\xc8\x1f\x61\xcd\xaf\xc4\x33\x49\x5f\x10\xb0\x62\x21\xd6\x96\xf2\x47\x70\x3e\x2f\x37\xba\xc3\x72\xe9\xb6\x23\xa2\x7d\x81\xf1\x59\x2e\xc8\x76\x44\xb4\x2f\x84\xd5\x22\x09\x82\x9c\xd4\xb0\x10\x56\x0b\x72\x5a\x78\xfd\xc3\x82\xd8\x67\xb9\x46\xb7\xc9\x3b\x0d\x0b\x55\x6e\x39\x2c\x67\x27\xd4\xc3\x85\xb4\x59\x24\x8e\x90\x4d\x1a\x16\xd2\x66\xb9\xb4\xd9\xc2\x3b\x2c\x5c\x8a\x8b\xa4\x1c\xb2\x49\xc3\xc2\xa5\xb8\x1a\x79\x2e\x68\x58\x0b\x11\xb4\x9a\x52\x5a\x74\x25\xfd\x74\x5d\x6c\x0b\xc5\xb0\xd0\xc5\x16\xfc\x9f\x64\xa1\x86\x45\x18\x65\x3d\xca\x81\x51\x23\xcf\x74\x61\xb5\xe5\x38\x20\x85\x2c\x2c\x32\x4d\xa8\x37\x1d\x16\x61\x94\xf5\x90\xee\x82\xcb\x66\xa1\xa0\xad\xce\x33\x31\x85\x17\x62\x6d\x75\xa5\xc9\xa8\x91\x6f\x77\xe3\x77\x67\x4e\x84\x85\xf3\x71\xb9\x29\xbc\x33\xcb\x7b\xa1\xca\xad\x0e\xb7\xa2\x56\x32\xce\xc7\xe5\xca\xdb\xce\x5d\x8d\x8c\x12\xf9\x1c\x19\x67\xee\xc2\x14\x5e\x83\xb7\x73\x4c\x2c\xa4\xe2\x1a\xe4\xf8\x70\x4c\x2c\x04\xe0\x9a\x3c\x13\xe1\xbf\xf0\x33\x2e\x32\x8c\xb2\x06\x19\x01\xb8\x48\x62\xc9\x5a\xb4\x08\xc0\x35\xe9\x27\x5a\xdb\x42\x58\x2d\x52\x45\x0a\xc7\xee\x22\x49\x60\x19\xb9\x3a\x0f\xfd\x24\x5e\xb3\x16\x29\x3b\xe8\x62\x0b\xc1\xb2\xb6\x32\x77\xe8\x12\x81\xe0\xe5\xf2\x65\x7b\xc6\xef\x7f\x28\x14\x0b\xf5\x6b\xb9\xfa\xb5\xe5\x4d\x58\x68\x5a\x6b\x5f\x31\x54\x7a\x23\xc0\xc4\x45\xc2\x4a\x6d\x6a\x64\xae\x4e\x17\x33\x23\x8d\x2c\x8a\xa3\x74\x20\x35\xb2\x28\x0e\xcf\xc4\x38\x59\x18\xa5\xcb\x5d\x84\xbb\x6a\x08\xf1\x0d\xae\xcb\x33\xb7\x1a\x79\x26\x49\x3e\xa4\xfe\x86\x8d\xd0\xda\x08\xad\xc6\x3a\xdd\x08\xad\x8d\xd0\x12\x64\x60\xe3\x06\xdc\x41\x6c\xf7\xbe\xef\x37\xf2\x69\x23\x9f\x48\xfd\x0d\x1b\x51\xb4\xa3\x32\x8d\xd4\x38\x69\xe4\x76\x44\xfb\x46\xea\x6c\xa4\x0e\xf9\xc0\x61\x23\x75\x36\x52\x87\x44\xe0\xb0\x71\xd9\x6d\x77\xd9\x6d\xb2\x7c\xc3\x06\xf0\xb7\x5d\xab\xd9\x8d\x45\xb1\x89\xe8\xee\x42\x56\x10\xba\xc3\x86\x3e\x6c\xbb\x48\xd9\x02\x2c\x6c\x3c\x69\x9b\x9c\x2b\x32\x80\xc3\xc6\x02\xdc\x55\xc9\x48\x74\x89\x14\x80\x8d\x2c\x79\x3c\x4f\x33\x6c\x02\x19\xbb\x2a\x51\x89\x2b\x51\x67\xb6\x8b\x94\x2d\x53\x13\x1e\x92\xb0\x1b\xc9\x4f\xac\xbe\x8d\xb1\xb7\xc9\x3e\x7b\xd8\x3a\x1b\xff\xd8\xf6\xf8\x42\x7b\x8c\x17\xe1\xbb\x26\x4b\x74\x14\x0c\xdd\xcb\x51\x79\xfd\xa8\xec\xdd\x53\x93\xc2\xc5\x51\x7c\xfd\x20\x6b\x8f\xe7\x6e\xc4\xe0\xd3\x18\x83\xcf\xdf\x33\x8a\x97\xf6\x0f\x3e\x1d\x31\xf8\x74\x8c\x49\x1d\xfd\xe4\x9f\x12\x93\xbb\x01\xeb\xf5\x65\x13\x93\xef\xd1\x48\x16\x60\x63\x93\x45\xaa\x44\x44\xd0\xfe\xcf\xf6\xb4\xd9\x08\xd1\x7f\x14\xbb\x7f\x75\x0f\x6a\x84\x98\x38\xc2\x46\xdc\xbb\x2b\x14\x11\xfa\xde\x08\x67\xef\xd3\xbc\x3e\x7c\xcc\xbe\x03\x62\x76\x23\xa3\x82\xbb\x8e\xd0\x5d\x46\x38\x2e\x3b\x30\xbe\x08\x0c\x3e\xc2\xa9\xd6\xcc\x13\x8f\x63\xf5\x8f\x8e\xd5\x4f\xef\xd1\x3c\xc8\x18\x1f\xb7\x9e\xe2\xe3\x9b\xfa\x99\x9e\xd4\x10\xbb\xcf\x6d\x24\x64\x35\x70\x70\xc4\xee\x92\x25\x76\xd7\xa9\xea\xf1\x89\x8b\x04\x32\x62\x77\x9f\x59\x03\x01\x19\x89\x59\x44\x62\x16\x6d\xb4\x48\xe3\xf5\x46\x17\x30\x4f\x76\xb4\x7f\x44\x5d\x8b\xe8\x69\x2d\xba\x10\x88\xdb\x2d\xb2\xb8\x5d\x40\x8c\xea\x39\x3b\xf1\xf8\x14\xc7\xe3\x53\xfc\x74\xcf\xf2\x88\xe7\xd0\xe8\xe3\xd2\x9a\x9f\xb4\xf1\xfa\xc1\x12\xaf\x1f\x2c\x4f\xb4\x41\x63\xa7\x71\xbc\xe4\x68\x91\xcc\xda\x48\x4a\xad\xf2\xbf\xe2\x65\xe4\xaf\x9f\x05\xca\xff\x8a\xd7\xa5\x7f\xbc\xae\x0c\xdf\xab\xc6\xc1\x95\x2e\xda\x2f\xc4\x19\xf1\xba\x4c\x8f\xd7\x75\xdb\x7b\x1d\x1e\x17\xaf\x9b\xe7\xf1\xaa\x34\x2d\x05\xdc\x42\x20\x17\xcd\xed\xb3\x1c\x60\x29\x0b\x10\xa0\xb2\x22\x73\x80\x6f\x8a\x85\x99\x42\xf8\xd6\xa5\x14\xa8\x6b\x16\xc2\x87\xad\xd5\x1b\xa3\xf2\xdb\xda\x8f\x46\x6e\x8f\xdc\x0e\x6f\x14\xeb\x3a\x05\xf7\x61\xfd\xd3\x48\x55\xb1\x40\x7d\xd7\x4f\x3f\x29\x10\x16\xf0\x45\x25\x08\x95\x02\xe5\x5a\x83\xa8\x1a\x29\xf4\x15\x48\x43\x09\xaa\xfe\xe5\x8b\x36\x05\xd2\x8f\x82\x8a\x78\xa9\x0c\x34\xe5\xb7\x42\x19\xdf\xf8\xe8\x82\x2f\xb7\x14\x28\x72\xc5\x74\xa4\x50\x79\x58\x5d\xdf\x58\xed\x82\xcb\x90\x14\xfe\x29\x24\x45\x23\x09\x7f\xad\x7c\xff\xa2\xc6\x80\x34\x06\x19\xf2\xb7\x40\xfd\xa5\x40\x51\xc2\x07\x3a\xae\xb0\x78\xbb\x2f\xbe\x24\x56\x27\xc8\x62\x52\x8c\xe4\xd3\xa9\x18\x6e\x84\xdc\x96\xb2\x6e\x28\x53\x29\x26\x58\x6d\xdd\xe1\xe7\x25\xa4\xbc\x11\x7e\x3f\xd7\xfd\x52\x7a\x78\x26\xa5\xd9\xa2\x6a\xb2\x41\x42\x15\xa9\x55\x16\xc9\xb8\x04\x3c\x98\xa2\xaa\x38\xcd\xe7\xdb\xbc\x93\xc0\x9c\x22\xe9\x78\xcf\xa3\xb2\x76\xde\xa5\x14\xe9\x52\xa2\x40\x54\xa4\x2f\xac\x89\x04\x11\x50\x8a\x24\x11\xb2\x26\xd2\x50\xb5\x38\x7e\xa9\x9f\xf0\x31\x25\x97\xe5\x09\x59\x97\x8a\xca\x5a\x35\x65\x40\xf6\x37\x93\xd1\xd3\x14\xbd\x91\x74\xd1\xc1\x8b\x16\x7d\x21\xeb\x30\xc2\xdc\xa4\x4c\xa3\xec\x61\xef\x4f\xad\xb2\xec\xf6\x47\x42\xac\xa5\xf8\x65\x94\xfc\x6f\x85\x22\x91\xc9\x93\x48\xd3\xc9\xaa\x4a\x4c\x9a\x4e\x22\x31\x27\x07\x78\xf7\x0a\xfd\x2d\xea\x2f\xec\xc4\x24\xd8\x24\x32\x6b\xe6\xfa\x30\x1e\x72\xa5\xf2\x6c\xa0\x10\x24\xcf\x26\x91\x59\x33\x41\xb1\x24\x52\x6a\xd2\x27\xa5\x86\xe2\x81\xa4\xd4\xa4\x4f\x4a\x8d\x18\x16\x3d\xfc\x92\xc8\xac\x99\x8b\x69\x29\xe4\x8b\x16\x91\x90\x67\xde\x3e\xe8\xbc\x52\x6a\xe0\xea\x2a\x83\xdb\x95\x52\x93\xe1\x7e\xa4\x5c\x58\x99\xbc\x1d\x22\xa8\x32\xb9\x9d\x44\x99\x55\xc4\xd3\xd8\x69\xe4\xed\x90\x06\x92\x19\x93\xca\xe4\x8b\x2a\xac\x8d\xe4\xa0\x92\xd3\x32\x97\x48\x3b\x99\xb9\xb2\x60\x58\x84\x30\xac\xb8\xdd\x9a\x48\x74\x99\x5f\xea\xba\x37\x32\x9d\x10\x04\xae\x87\x51\x22\x39\x53\x19\x2e\xcb\x75\xb1\x54\xd6\xf9\x64\xc4\x79\x23\x2f\xda\xbc\x88\xb4\x97\x35\xf8\xa2\xcd\xb7\x6f\x9e\xc9\x3a\x2d\x4a\xa8\x23\x99\x65\xc1\x72\x47\x32\x4b\x52\x32\xcb\xa2\x06\x64\x39\x4c\x31\x79\x2b\x0b\x6a\xab\x72\xd8\x5d\x87\xdc\x32\x08\xbc\xc8\x62\x49\xa4\xaf\xcc\x05\xdf\x58\xb9\x8c\xe7\xe5\x99\x8b\xb7\x5f\x9e\x79\x19\xe4\xc5\xd0\x5d\x06\x99\x14\x95\x05\xf1\x17\x29\x2a\x89\xfc\x93\xb9\x60\x9d\xab\x48\x71\x65\xa3\x2c\xd8\xbd\xc8\x46\x49\xca\x46\x59\xf0\xc5\x55\x76\x73\x85\x25\xf2\x4b\xa9\x75\x6e\xcb\x4c\x23\x6f\x77\x17\x43\x22\x45\x25\x29\x45\x65\x41\xc7\x56\x23\x69\x9c\x91\x24\x26\x44\x26\x09\x2b\x49\x29\x2a\x3b\x70\x3b\x15\x26\xab\xef\xfb\xb9\xe1\xed\xab\x14\x92\xac\x89\xd4\xa4\x08\x07\x67\x52\x66\x29\x45\x3b\xa0\x21\xad\x94\x87\x54\xe2\xc9\x66\xcd\x93\xae\x9f\xc8\x3f\x99\x1b\x1e\x3d\xd2\x50\x12\xa9\x26\x73\xc3\x23\x4a\xc6\x49\xaa\x85\x2e\x65\x51\x71\xf2\x99\x90\x46\x6e\xf8\x32\xab\x6a\x37\x92\xea\xb7\xd9\x08\x95\x92\x8a\xb5\x92\xd5\x05\x07\x1a\x19\x27\xa9\x56\xb2\xa5\x28\xde\x59\x91\x64\x24\x9e\xcc\xcd\x46\xa8\xc8\xb5\xda\x78\x3b\x1b\xa1\x36\x32\x75\x1b\xe9\x63\x10\xfd\xc1\x1c\x95\x2a\x09\x7c\xb0\x80\xa4\x4a\xce\x39\x39\x26\x73\x3f\xbc\x88\xca\x81\xe4\x98\xcc\xfd\x30\xc8\x0f\x9d\x7f\x78\x3b\x32\x8f\x74\x92\x44\x3a\xc9\xdc\x48\xb0\xea\x62\x26\xd5\x47\x89\x66\x7c\x66\xe7\x99\xc8\x90\xcd\xee\xa8\x9d\xdb\x07\xe3\x09\xbf\x6a\xa5\xc8\x20\xd9\x1a\x73\x53\x7b\xa1\x7e\xea\xe8\x72\x3b\xf4\x84\xa4\x69\xa4\x3a\x79\x3b\x6b\x9e\xa4\x8d\x54\x27\x6f\x67\xcd\x57\x8a\x05\x56\x77\xfb\xcf\xcd\x9a\x27\x69\x23\x55\x25\xc4\x6d\x46\x09\x79\x4f\x9a\xc6\xdc\x70\xa8\x93\xa6\x91\xaa\x12\xe2\x0e\x9d\x47\x5c\x90\x59\x31\xb7\xd6\xfc\x66\xd9\xb0\xdf\x21\x49\x49\xe4\x59\x24\xf2\x2c\xe6\xbe\x3c\x93\x13\xba\xc2\x26\x7b\x82\xb8\x57\x99\xf7\x43\xaa\x97\x28\x5f\x49\xb5\xad\x4a\x1f\x8b\xb0\xa6\x52\x55\x96\xf4\x87\x79\x58\x9f\x4d\x2c\xf4\x4a\x1f\x43\x26\x93\x0c\x91\x5a\x20\xc9\x2e\xeb\x76\xa3\x91\x67\x66\xb1\xb4\xba\xb8\x68\x51\xf9\x74\x0f\x8d\xe2\xb2\xe7\x76\x96\x62\x43\xed\x6a\x91\xdb\xe1\xc6\x6c\xe8\x0e\x0d\xbe\xda\x03\xd9\x24\x99\x0e\x89\x4c\x87\x79\x38\xbd\x1b\x45\x60\xa1\x9a\x98\x50\xc2\x24\xd2\x1f\x52\x63\x17\x9f\xb6\x69\xe4\x45\x99\xbc\x3f\xd6\x27\xfc\x61\xa9\xb1\x61\xcf\x23\xe2\xd8\x41\x23\x69\x83\x30\x04\xb6\x2c\x5e\x00\xd2\xf1\x58\x8a\xa4\x0c\xa4\x46\xd2\xea\xa1\xb2\x29\x99\x03\xa9\x71\x6e\x1e\x96\x0d\xa4\x62\xa9\xb1\x92\x0f\xfc\xb8\x24\x02\x24\x32\x00\xe6\x41\xf1\x21\x11\x20\x01\xe1\x9f\x87\x65\xd3\x28\x73\x0d\xa0\x7f\x1e\x68\x80\x1b\x95\xac\xc1\xee\xcf\x03\x99\x66\x43\x95\x03\xc2\x3f\xcf\xe5\xed\xd4\xd0\x6c\x83\xa4\xc5\xfb\x9f\xa0\xcc\xd4\xdc\x23\x9d\x1a\xd9\xa7\x87\x85\x06\xda\x3f\xb5\x49\x5a\x1e\xc5\x73\x61\xe4\x48\x8d\x04\xd3\xcb\x42\x6b\x10\x3b\x34\x5f\xd8\xf3\x46\xf1\xe5\x32\xff\x8b\xb4\x3c\x64\x5e\x5b\x4c\xcb\x26\xd9\x4e\x6b\x8a\xb3\xae\x91\xe2\x79\xc5\x03\xac\xba\xd0\xbe\xda\xe7\x45\xbc\x01\xad\x4f\xed\xf0\x4c\xad\x29\x14\xa7\x76\x48\x49\x14\x1d\x30\x15\x18\x1a\x6b\x1f\xc2\x9e\xf4\xb0\xf6\xc1\xb8\xcf\x8b\x7c\x02\xea\x9e\x1e\xd6\xfe\x7d\x20\xca\x65\xed\x3f\x1c\x56\x17\xfe\xda\x87\xb5\x0f\x0c\x7e\x5e\x2a\x0d\x3f\x6e\x78\xa6\x87\xb5\x7f\x3b\xbc\xbe\xe8\x9c\x60\xe3\xe7\xa5\x02\xeb\xc3\x61\xf5\x40\xd2\x7c\x51\x13\x1f\xce\xa5\x47\xc9\x8b\x03\xea\x5f\x96\x24\x90\xf5\x79\xa1\xa2\x04\xb2\x9e\x9e\xcc\xed\xa6\x2b\xb9\xbd\x90\x10\xc9\x92\x04\x9d\x9e\x40\xa7\xcf\x0b\x21\xac\x88\x4e\x80\x9e\xcf\xbb\xe9\x3c\xfa\x28\x80\xf2\x79\x59\x7d\xe0\xca\xd3\xc3\xc9\x70\x0f\x6f\xc7\xba\x78\x1a\x9f\x09\xfb\x34\xf0\xf2\xf4\x34\x3e\x93\xd5\x07\xbc\x3c\x3d\xd0\x2c\x5f\x48\x58\x41\x92\x27\x21\xc9\x45\xb2\x0d\x92\x3c\x3d\xca\x3e\x44\xe5\x04\x34\x9e\x04\x1a\x0f\x81\x2e\x71\x5c\x80\x1d\xb7\xc0\x02\x03\x42\x9e\x84\x0f\x0f\x88\xb7\x47\x75\x67\xc9\x85\x09\x28\xa7\x0f\x65\xe1\x1f\xb8\x7b\x55\xcd\xe3\x61\x25\x3f\x93\x6c\x4e\x98\xb0\xa1\x6e\x49\x8f\xea\x99\x40\x3b\xfd\x50\xeb\x15\x44\xb8\x05\xaa\x41\x03\x0c\x4f\xf8\x0f\x2c\xb0\xea\x70\x23\x24\x30\xd9\x06\x1d\x4c\x02\x9a\x9d\x1e\x92\x44\x82\xd6\x12\xa2\x1d\xf8\xb5\x05\xad\x25\xd7\xe1\xd2\x43\xea\x47\xd0\xb2\x51\x9d\x91\x43\xe6\xa5\x56\x08\xaa\x1c\x10\x69\x0b\x14\xc5\x06\x14\x9d\x40\x43\x5b\xc0\x84\x03\x14\x9d\x1e\xb2\xe5\x82\xf1\xed\x97\x6f\x87\x43\x34\xb0\x96\x3a\x1b\x41\x30\xe8\x00\x7b\x75\x67\x23\x74\x18\x45\xa1\x9b\x4a\xdd\xb7\x45\xea\x41\xc9\xa0\x95\x46\xef\x12\x10\x69\x0b\x1e\x4f\x4e\x20\xa5\x13\x10\x69\x0b\x1c\x80\x20\xa5\x53\xcf\x3c\xf3\x88\x62\xda\x68\x24\x75\x92\x79\x07\xb2\x9c\x00\x29\x5b\xc4\x24\x06\xab\x9c\x3a\x84\xab\x91\x29\xee\xb0\x3d\x00\x52\x36\x70\xa2\x09\xac\x72\xea\x85\x67\x32\xef\x60\x95\x13\xce\x1d\x8b\x89\x17\x61\x91\x75\xf2\x2c\x62\x16\x97\xf5\xa2\x91\xdb\x21\x25\xee\x95\xdb\xc1\x1c\xc7\xc2\xb7\x63\x90\x83\x32\xb6\x08\xb9\x37\x60\xe3\x04\xca\xd8\x22\x9c\xbf\x80\x8d\x13\x28\x63\x8b\x90\x7b\x77\x34\x2c\x50\xc6\x16\xab\x6e\xe7\xdb\x7d\x93\x58\xc4\x28\x01\x73\x9c\xa0\x8d\xb4\xd8\x18\xcf\xce\xb7\x93\x13\x11\x91\x60\x40\x88\x53\xef\x74\x1e\x67\x04\x10\xe2\xd4\x95\x32\x8b\x2e\x06\x3e\x38\x75\xf2\xbf\x22\xec\xc7\x00\x83\x53\x57\x76\x2c\xf6\x07\xc0\xe0\x04\x15\xa5\xc5\x41\x3f\xa9\xca\x0c\xc0\xd7\x22\xeb\xb3\xa3\x61\x75\x92\x1a\x22\x9c\xcd\x00\x67\x13\x50\x59\x53\x7d\xe9\x8e\xf5\xd3\x49\x45\x55\x4d\xe8\xce\x89\xd0\xd9\x32\x51\x0b\x0c\xeb\x07\x8c\xac\x45\xf8\x8e\x3b\x5b\xa6\x93\xaa\x10\x11\x56\x1d\x8b\xba\x1f\x25\xd7\xf2\x22\x8e\x09\xf0\xb3\x16\x2f\x2f\x72\x7f\x68\x02\x23\x6b\xf1\x8a\x7d\x5c\x57\x92\x9f\x4a\xbd\x77\x80\xb3\x09\xe0\xac\xa9\x94\x3c\x6c\x97\x09\xe0\xac\x25\x16\x2d\xc0\xd9\x34\xc8\x31\x80\x2a\x35\x81\x98\x4d\xc3\x8f\x10\x4b\x50\x45\x0f\xaa\xf1\x03\x72\xb5\x84\x01\x31\x70\xaf\x0c\x52\x3c\x13\x47\x24\x78\xd6\x04\x4e\xd4\x12\x16\x00\x38\xd1\x34\x20\x60\x87\x3f\x35\x81\x13\x4d\x03\xec\x7e\xaa\xba\xf2\xa1\xd1\xa7\x23\xb1\x6c\x06\x1b\x01\xbc\xa7\xc1\xb5\x94\x80\x7d\xa6\xc1\x9a\x97\xcb\x66\xb0\xe6\x87\x8a\xee\x3d\xfb\x3f\x15\x8a\xc1\xc9\x00\x0a\xd4\x60\x67\x4a\x83\x0d\x31\x80\xd6\xcb\x6d\x31\x9a\x9e\xcd\x10\x0e\x31\xb7\x33\x84\x70\x0e\xcb\x4b\x03\x5e\x34\x0d\x8e\x8b\x04\xbf\x3d\x40\xd1\x34\x1e\xa5\x22\x43\xcb\xce\xc9\x00\x24\xd4\x12\x26\xf1\xc0\x43\x01\x32\xd4\x12\x26\x31\x00\xd1\x04\x52\xd3\x12\x95\xc5\x41\x6a\x26\x90\x9a\x06\x59\x5d\x1a\x28\x55\x00\x36\x2d\xb1\x78\x41\x6a\x26\x40\x99\x96\xb6\x28\xe2\x79\x26\x59\x92\x09\x96\x6e\x40\x99\x09\x50\xa6\x25\x54\xba\x81\xde\x34\xa6\x92\x96\x59\x29\x98\x1c\x80\x32\x2d\x89\xf4\x9e\x52\xe4\x70\x91\x1a\x8c\x79\x09\x2e\xd2\x04\x36\xd3\x32\xe7\xe7\xe0\x5c\x1a\x64\x23\x65\xd6\x29\x48\xcd\x04\x28\xd3\xb2\xa8\xf3\xb1\x43\xc0\x20\x5a\xc6\xa6\x1d\x90\x57\x8d\xab\xf4\x66\xbf\x7d\x62\xcf\x03\x4c\xb4\x8c\x77\x0e\x44\x62\x9a\x9c\x0c\x19\xe2\x70\x80\x89\x69\x2a\x65\x1a\xa7\xc9\xe4\x64\x98\x4a\x99\xc6\x69\x02\x4c\x31\x81\x41\xb4\x4c\xf9\x8c\xc9\xc9\x30\x3f\x89\xd0\x90\xd7\xa3\x22\xcd\x4f\x22\x34\x6c\xf7\xd8\x0c\x93\xac\x19\x88\xad\x12\x70\xc3\x34\x13\xdf\xce\xb2\x99\xf8\x6f\x27\x59\x33\x19\xa7\x09\x20\xc2\x34\x33\x43\x87\x7c\x9a\xb0\x4f\x81\x02\x34\x58\x8f\x12\x28\xc0\x34\x2b\x6f\x5f\xe2\xd3\xe7\xed\xae\x3e\x59\xc6\x2c\x04\x13\x98\x00\x03\x5a\x46\x92\x01\xff\x4b\x93\xfd\x94\x59\x0c\xa0\x00\x13\xb8\x3f\x83\x5e\x38\x4d\xce\x10\x50\x80\x96\x31\x0b\x41\x01\xa6\x49\x0a\x72\x66\xd9\x00\xe3\x4b\x13\xde\x84\x8c\xb6\x3e\x5d\xfa\xa7\x09\x41\x7a\x41\x45\x02\x5d\x97\x26\xf2\xbe\xe0\xcb\x98\xb8\xd5\x00\xd9\x59\x61\xde\xc1\xda\x25\x28\x5e\xad\x24\xdd\xce\xb7\x43\xef\x5d\x28\x94\x32\x27\x57\x92\xd9\x56\x90\x4f\xe0\xdb\x12\xf8\x36\x2b\x55\xf5\x02\x78\xd1\xe2\xf6\xaa\x2b\x75\x3b\x2f\xd2\x02\xdb\x2c\x06\x94\xa9\xa2\xb2\x08\x28\x53\x20\xcc\xac\x60\xd7\x81\x30\x4b\xc0\xc7\x0c\x12\xc6\x34\xf1\x61\xcd\xab\x46\x2a\x04\x20\x86\x41\x83\x59\x19\x6a\x2c\x34\x92\x8f\x8e\xe3\xc0\x50\x67\x00\x7c\x59\xc1\x71\x60\x2c\x5a\x63\xd1\x16\x55\x1d\x60\xd1\x82\xfb\xb2\xc2\x0a\x31\xfc\x4d\x40\xbc\xac\xa0\xad\x83\xf4\x4a\x46\xce\x6b\x41\x31\x37\x5f\xad\xc9\x10\xed\x05\x5b\xd1\x10\xed\x00\xbe\xac\xb0\x96\x00\x7c\x25\x23\x51\xbf\xb0\x96\x40\x7a\x25\xb0\x5d\x56\x88\x44\x80\xed\x4a\x46\xfe\x57\x61\x81\x19\x06\x04\x80\x2f\x2b\x47\xb7\xfb\x52\x04\xdb\x65\x85\x0a\x16\x80\xba\x92\xa1\x4c\x15\xf4\x7a\x43\x99\x32\x96\x22\x84\xd7\xc9\x58\x8a\x20\xaf\x0c\x1a\xcb\x04\x00\x2b\xd9\x27\x17\x5f\x57\x76\x1a\xc9\x47\x67\x81\x01\xce\x4a\xf6\x90\xca\xef\x24\x7e\xc9\xf0\x44\x9b\x32\xec\xf1\x3b\x00\xd5\x4a\xa6\x0c\x7b\x16\x18\x88\xad\x64\x4a\xa6\xc7\x2f\x66\x18\xcf\xa6\xbc\xf9\xa2\x1a\x12\xdc\xae\xbc\x79\x7c\xc1\x86\x8a\x64\xca\x9b\xc7\x70\x34\x3c\xd1\xa6\x14\x79\xd6\xa7\xb1\x3b\x8c\x8c\xf0\x8a\x33\xc2\x36\x2f\x42\x49\xa9\x53\x8d\xba\x52\x59\xfb\xdc\x8e\xb2\x6f\x64\x5e\x56\x47\x57\x25\xc3\x65\x63\x28\xfb\x55\x15\x33\x0e\xcf\x44\x9d\xa9\x78\x63\x0d\x75\x06\x48\x92\x55\x2d\x1b\xf8\x08\x8d\x94\xc9\xaa\x65\x83\x81\x0b\x24\xc9\x2a\x8a\x39\xc8\xa4\x64\x6c\x84\x8a\x0e\x0e\x16\x29\x01\x34\x32\xc2\xfa\x09\xbc\x51\x02\x96\x63\x15\x15\x09\x74\x4e\x5a\x2c\x45\xf8\x40\xd3\x62\x29\x02\xd2\xb1\x86\x99\xb5\x20\xff\x03\x96\x63\x8d\x79\x07\x9d\x93\x16\xd5\x1c\x1a\x3a\xf8\x82\x69\x0f\xac\x8e\x35\xd4\x6d\x20\x3b\x69\xa1\x6e\xb7\xaf\x29\xfe\x0f\x85\x62\x21\x47\x17\x2b\xa5\xa1\x61\x83\x93\x49\xf0\x2f\x5b\x6b\x74\x8d\x95\x02\x1e\xc4\x60\x61\x4c\xc0\x42\xd2\xe2\xa4\x85\xa3\x34\x2d\x8c\xbd\x05\x49\x41\xa3\x90\xe3\x32\xfa\x6b\xe2\x38\xe0\x99\x1c\xaa\x8b\xbc\xdf\xc6\xbe\x07\x47\x92\x96\x4f\xae\x35\x2a\x91\x00\xeb\x48\x00\x2b\xac\xa1\xb9\x2e\x14\x4a\xf0\x15\xd6\x50\x3d\x81\x59\xa4\x45\xfa\x7d\xc3\x78\xde\xcc\xd5\x86\x9c\xa4\xe1\x06\xdc\xe8\x8e\x5b\xc5\xf5\x39\xfc\x41\x5b\xa4\xad\x92\xe7\x28\xa9\x9b\x09\xdc\x4c\x20\x94\xaa\x69\x33\x81\x9b\x53\xf1\x61\x06\x36\xa7\xe2\x26\x7f\xfe\xa1\xc4\xd1\x46\x96\x80\x9a\x30\xa0\xf5\x09\xf0\x44\xda\xcc\xea\x83\xc1\xb3\x99\x55\x30\x14\xf6\x30\x1d\x9b\x20\x1e\xa8\x09\x7b\x28\x63\x04\x78\x22\x01\x90\x30\x90\x11\x69\x63\x6e\x01\x97\xb0\x07\x7d\x14\xb8\x44\xda\x2c\x8a\x87\xd9\xdc\xcc\x3b\x70\x09\x7b\x98\x4d\x70\x12\x69\x93\xb8\xa9\x18\xe0\x6e\x7c\x3b\x19\xec\x0f\xb6\xf7\x26\x26\xb7\xd1\x2e\x1f\x8e\x8b\x8d\x28\xda\xac\xa5\x07\xdb\x1b\x60\x45\xda\xf8\x1d\x1e\xa7\x23\x4d\x1b\xbf\xc3\x46\xbb\x84\x4e\x36\x6d\xdc\xd4\xfb\xe1\x99\x18\x3c\x1b\xe7\xde\x46\x14\xa9\x28\xe8\xee\x3c\x13\x1b\xec\x99\xaa\x2b\x73\x68\xe4\x76\x84\xc1\xc6\xb9\xb7\x39\x7e\x1f\xac\xf4\xcd\xf1\xbb\x5d\x79\xb3\x07\x3d\x74\x13\x96\xda\xd0\x01\x3d\xb8\x01\x37\x7e\xe6\x2d\x16\x0c\x16\xd8\x46\xbf\xdb\x8b\xce\x6b\x81\x61\x83\x41\x21\x6e\x5d\x6b\x69\x73\x3b\x89\xe5\x9d\xa8\xfb\xde\x0c\x32\xbe\x8c\x8e\x6d\xb3\x11\x6f\x60\x13\xac\xa3\x65\x6c\x42\xb2\x1b\xa1\xd5\x31\xc8\x37\x42\x6b\x73\x7a\x77\x84\xc1\xe6\xf4\xde\xa4\x8b\x77\x0c\xf2\x7d\x98\x62\xf2\xbc\xbb\xd6\x27\xe4\x8f\x1b\xb7\x45\x57\xf1\x1e\xdc\x16\x1b\x8d\xb5\x13\xfb\xdb\xd8\x60\x1b\x99\xd7\x59\x9f\xd0\xa0\xa7\xc3\x96\x21\x01\x21\x1d\xce\xf9\x03\x4b\x4f\xaf\x14\xd3\xc1\x77\x7d\x70\x5b\xf4\xaa\x5a\x3c\x85\x46\xbe\x88\xf5\x79\x70\x68\x1f\x94\xd3\xce\xfa\x84\x53\x3d\x1d\x8e\xf4\x8e\xc2\x7b\x38\xd2\x4f\xe2\xed\xe8\xb6\x87\x20\xf3\xc9\x6a\xf4\xcf\x3c\x1c\xd4\x07\x45\xb2\x63\x7b\x1f\x87\x9f\xa4\x03\x69\x4e\x47\xf5\x38\x95\xce\x43\x9a\xd3\x31\x5f\x0e\xae\xba\x03\x69\x4e\xc7\x7c\x39\x8d\x2e\x41\xfa\xd0\x59\x4b\x87\x52\x7b\x87\x33\xb9\xa3\xc6\x1e\x5c\x0c\x07\x17\x43\xc7\xa6\x39\xb8\x18\x0e\x07\x75\x47\xf5\x38\x1c\xd4\x87\x8d\xd0\x11\x6b\x87\x40\xf0\xc1\x01\xd7\x89\xe8\x1d\x1c\x70\x87\x8d\xd0\x31\xc8\x0f\x67\xf2\x41\x63\xed\x9c\x36\x07\x8d\xf5\xa0\xb1\x76\x16\xed\x19\x7c\x3b\xb6\x57\xc7\x20\x3f\xd8\x5e\x07\xe3\x69\x60\xe8\x1c\x8c\xa7\x83\x9d\x34\x38\x82\x0e\x76\xd2\x41\xbb\x1c\xa8\xb1\x87\x35\x7f\x20\x53\x18\x94\x6c\x3b\xa8\x9c\x87\x8d\x30\x58\x4b\x87\x8d\x70\xa8\x13\x33\xb4\x96\x28\xfb\x7b\x38\xd2\x07\x62\x0d\xde\xfb\x74\xe0\x4d\x18\x2a\xe8\x44\x28\xf6\x1c\xb8\x42\x70\x14\x1e\x42\x33\x60\x75\x6c\x60\x90\x03\xd9\x49\x87\xba\x55\x43\x0b\x8c\xca\xc0\x07\xff\xdd\x50\x59\x28\xfc\x77\x87\x03\x65\x20\xeb\x0e\x07\xca\xe1\x40\x19\x5a\x60\x1c\x28\xb0\xee\xdb\x60\x81\x5d\x36\xc2\x85\xcf\x65\x20\x00\x2f\xd0\x9b\x4b\xdd\xb1\xe1\x59\x33\xe9\x02\xbd\xb9\x58\x54\xc3\xe1\x9b\xe9\x62\x51\x5d\x96\xf7\x40\x82\xc1\xe4\x9f\x2e\xcb\x7b\xa8\x6e\x12\xcb\xfb\xa2\x26\x0c\x96\xe2\x85\x0e\xf8\x62\x66\x0d\x02\x6d\x17\x33\xeb\xe2\xfe\x1b\x88\xb5\x8b\xfb\xef\x66\xf1\xa4\xb8\xf8\xbd\x9c\x32\x17\x07\xc7\xd8\x74\x89\x53\xe6\xe2\xe0\x18\x78\x0f\x2f\x0e\x8e\x5b\x78\xe6\xf9\xef\x90\xc7\x85\xec\xf7\x62\xd7\x0d\x96\x24\x95\x07\xd2\xad\x3c\xfb\x32\x30\x95\x67\xb3\xf3\x66\x50\x59\x2a\x9f\xff\x0b\xa1\xc0\xc4\xcc\xbe\x6c\xb2\x2b\x72\x12\x54\xe4\x8b\x23\xee\x42\x68\x37\x91\x64\x00\xaa\xd2\xe5\x10\x98\xf8\x73\x00\x54\xa5\x0b\x3b\xd3\x2c\x8c\xc1\x60\xb4\xf0\x3b\x4c\x3c\xd2\x97\x78\x0d\x28\x2b\x9b\x55\xb5\xb1\x7c\x99\x5f\xea\x99\x4f\x2c\xab\x3b\x79\x26\xce\x88\xc9\xea\xbb\x93\x7e\xa2\x0d\x4d\x3c\x3f\x17\x6d\xe8\x52\xee\x7b\x22\xc9\x2e\x44\xdc\x97\x5a\x84\x13\xd3\xfd\x1a\x8b\xc2\x78\x3b\xab\xef\x1a\xb7\x73\x2e\x4d\xd5\x0a\xe3\x5c\xba\xa8\x48\x13\xd3\xfd\xc2\xb9\x7d\xd1\x86\x27\xca\xd4\x65\xeb\x5c\x76\xc9\x34\xbe\x1d\x90\xcf\xc5\xd8\x9b\xaa\x38\x86\xb1\x77\x39\x2e\x26\xda\x30\xb8\xc6\x74\x59\xfb\x93\x3a\x20\x54\x79\xc8\x90\xac\xdb\xa4\xfc\x08\xe5\x1d\x72\x60\x99\x4f\x8a\x31\x85\x04\x68\x8a\x7a\x54\xd3\x2d\xea\x0c\x1a\x2c\x07\x38\x38\x4c\x45\xb8\x12\x28\x32\xc8\x88\xcc\x45\x51\x0e\x99\xdb\x59\xd1\x46\x95\x15\xd0\x60\x39\x40\x31\x64\x91\x2e\xb9\x7b\x3b\x07\x96\xb9\x45\x5e\x54\xe8\xa7\xaf\x61\xb3\xc4\x8b\x84\x0d\x63\x7d\x1a\x45\x95\x42\xa5\xf3\x10\x07\x59\xe6\x99\x90\x51\x87\x2a\xf6\x9b\x4b\xa3\xd1\x08\xfb\x4d\x51\x55\xb2\xeb\x8d\x70\x04\x59\xe5\x45\x30\x54\x83\x1b\x33\xab\x7c\x91\x50\x44\x28\x53\x46\x69\x26\x78\xe6\x33\x24\xf2\x66\x8e\x0e\xc8\x90\xc8\x67\x08\xdf\xcd\x1a\x5f\xe4\x2b\x39\x07\xfc\x0e\xd6\xb9\x7d\xd0\x4f\xfc\x0e\xd6\x75\x25\x83\x4c\x68\xc6\x06\x5d\x9a\x0c\x1d\x2a\xbc\x4d\xba\x34\x19\x3a\x4a\x2e\xda\xe4\x99\xc6\xd0\xc1\x1e\x66\x93\x67\x1a\xcf\x14\x75\x8f\x71\xbb\x31\x9e\x28\x53\x46\x99\x28\x38\xe1\x73\xc0\x6d\x61\x8b\xb7\x2f\xfa\x89\xdb\xc2\x16\xb7\x2f\x9e\xc9\xc1\x62\x5a\x60\x8b\x01\xe1\x60\xb1\xcd\xed\x9b\x2e\x51\xf8\xcf\x28\x3b\x13\x2e\xcf\x84\xb6\xc6\xae\x4a\xb8\x31\x74\xd0\xd6\x98\x56\xdd\xa5\x9f\xa2\xad\x09\x5e\x8b\x26\xfa\x12\xce\x11\x29\xbe\x58\x60\x14\x15\xc9\x54\x13\x31\xb8\x9e\x73\x74\xd1\x9e\x61\x9d\xb7\xe5\x10\xc6\x1c\xdd\x2b\x97\x23\xfc\x5d\x8b\x72\x5d\xd1\x03\x97\x39\x06\x51\x0c\x51\xc9\xcd\x1d\x1c\x39\xa2\x22\x01\xce\xca\xd1\x55\xa4\x1c\xa3\x78\x87\x2a\x8d\xbc\x08\xa6\xaf\xc5\x52\x04\x28\x98\x41\x08\xda\xa2\xde\x1d\x40\xc1\x0c\x42\xd0\x16\x4b\x31\x26\x9e\xc9\x36\x04\xb1\x95\x41\x0f\xe6\xc8\x19\xb2\x58\x9f\x31\x73\x3b\x06\xc4\xa2\xe4\x4e\x74\x09\x9d\x23\xbe\xb6\x45\xfd\x97\xe8\x3b\x20\x47\xf4\x26\x48\xa5\x73\x64\x23\x44\x54\xa4\x45\xc5\xa5\xc8\x9a\x87\x71\xdf\x16\x15\xe7\x22\x05\x17\x22\x22\x1d\x74\x55\x8e\x2e\xd2\x73\xc4\xd4\x58\x2c\xc5\x48\x6d\xe2\x88\xde\xb4\x58\x8a\x54\x64\xc9\x91\x12\xa4\x8b\xaa\x64\x11\xc0\x6d\xc4\xaa\x00\x72\x95\xe3\xa3\xdb\xc5\x4c\xc4\x67\x3e\x4c\x07\x65\xef\x80\x5c\xe5\xd8\xe9\x12\x7a\xd3\xda\xaa\xbd\x37\x69\x64\xe4\x11\x6b\xd1\x8f\x97\x1c\x89\x7b\xae\x4d\x97\xfc\x78\xc9\x71\xf2\xcc\x4d\x91\x3f\xe0\x94\x91\x1d\xb7\xa8\x66\x16\xd9\x71\x11\xe1\xbf\x58\x8a\xd1\xf8\x22\xf6\x11\x18\xee\x1c\xd9\x47\x11\x53\x78\x47\x3a\x6f\xbc\xdd\x11\x70\xb6\x23\x9d\x5f\x7c\x26\x9e\x94\x4d\x31\xbb\xb8\x19\x79\x54\xa4\x4d\xe9\xa3\x78\x58\x4b\x98\x05\xbb\xf0\xcc\xc3\x33\xf1\x7a\x6c\x2d\x9b\xc3\x28\x5d\xb1\x32\x71\xfb\x65\x77\xb0\x8f\xb6\x96\xcd\x65\x31\x70\x22\x6c\xd7\xc5\x32\xf5\x0c\x72\xe2\x44\xa0\xc2\x71\x4e\x9c\x08\x89\x7d\xb4\xa9\xaa\x94\xd8\x47\x89\xe5\xbd\xdb\x7f\x2a\x14\x39\x39\xde\x2c\xa7\x0f\xe3\x13\xcf\x06\x5f\x9c\xc4\xf8\xd4\x79\xb6\x38\xec\x13\x2f\xec\xd4\x3b\xe4\xb4\x49\x62\x7c\xa2\xcc\x5b\x72\x7b\x3e\x53\x5c\xc1\xf6\xa0\xde\x61\xa6\xbf\x1c\x2c\xe0\x9c\x32\x15\x10\x32\x95\x0c\x6c\xbb\x4e\x96\x93\x9b\xe7\x99\xc2\x04\xb6\x8d\x22\x88\x1c\x02\xd4\x27\xb0\xcd\xf2\x49\x7e\x24\xe4\x84\xc7\x6f\xb3\x7c\xa8\x56\x90\x13\xc6\x33\x90\xa6\x9c\x1e\x3a\xcf\x21\xb0\x0f\xe3\xca\x21\x40\x29\x02\xdb\x97\xb7\xb3\xf6\xd3\xc3\x10\x52\x2d\x2e\x3d\x8c\x12\xfc\x97\x9b\xd5\x97\x3c\x26\x93\xa9\x4f\x60\x87\x93\x96\xc2\x04\x99\x52\x04\x76\xa8\x26\x99\xba\x6e\x87\x06\x8a\xaa\x61\xa9\x33\xc8\x1c\x41\x87\x25\x99\x38\x82\x12\x45\x41\x01\x3f\xe5\x34\xe8\x12\xbc\x92\x64\x73\xe6\x64\x0c\x1d\x11\x93\x83\xd0\x4a\xc6\x28\xe1\xe5\x3e\x85\x7e\x2e\xfa\xb9\x78\xa6\xeb\x62\x39\x2d\x50\xb8\x9c\x0c\xb0\x81\xe7\xc4\xc9\x90\x38\x19\x8e\x16\x1a\x27\x43\xc2\xe4\x38\x5a\x68\x9b\x41\x86\xbf\xed\x34\x16\xc3\xe6\x99\x5b\xb4\x5a\x74\x69\xd3\x25\xea\xcb\x82\x5e\xca\xe9\xf0\x99\x78\x11\x4f\xe7\xdb\x0f\xcf\x84\x60\xf7\x68\xd5\xb1\x9f\x28\xae\x60\x47\x15\x38\x2f\x6b\x89\x5d\x72\xa8\xad\x96\xd9\x25\x19\x6d\xe8\x20\xde\x32\xeb\x33\xa3\xf4\x03\x69\xca\xd9\x57\x6b\xce\x38\xa1\x8e\x9b\x85\x39\xb3\x68\x33\x8b\xf6\xb0\x96\x32\x8b\x36\x53\x33\xf5\x50\x70\x2d\xa3\x37\x65\xf4\xa6\xe3\xaa\x7c\xa6\x98\x43\xce\xc4\x2a\x8f\x2b\xe6\x99\x02\x50\x99\xda\x0c\x76\x03\x6f\x57\x15\x0e\xd4\x99\x8b\x7c\xca\xbe\x84\x73\x66\x2d\x5d\x0a\x86\x66\x95\xbc\xc0\x28\xbd\xd4\x3e\xcd\x08\xd7\x8c\x70\xbd\x85\xce\x23\x5c\x33\x6b\xe9\x32\xef\x99\xb5\x94\x87\x98\xbe\xb8\x1d\x75\x26\x23\xde\x2e\xa5\xd9\x32\xe2\x2d\x03\xd6\xb8\x54\xf4\xcb\x2e\xc2\x32\x75\x22\xec\xb2\x37\x29\x10\x91\x0b\x36\xd8\xa5\x26\x5b\x71\x1b\x2c\x17\x4e\xef\x4b\x41\xb9\xe2\x9e\xbe\x5c\x08\x1d\xdf\xad\xdb\x7d\x36\x8b\x1f\xcd\x06\x9c\x27\x17\x77\x62\xe4\xc2\x41\x0d\x9c\x27\x17\x77\x62\xe4\x22\xee\xb2\x43\xd5\x52\x76\x31\x70\xed\x15\x32\x57\xfa\x98\xe5\xe2\x03\xb2\x02\x9f\x09\x78\x3b\x83\xda\x5e\x01\x4d\x90\xb2\x08\xb9\x88\x91\xac\x72\xfb\xe0\x99\xb0\xde\x84\x46\x3f\xd1\xef\xa8\x28\xb0\x02\x45\xdc\x0a\x3b\x8e\xc2\x02\x0b\x9c\x4b\xa6\xbe\x40\x06\x76\xbd\x02\x43\x07\xfa\x3a\x53\x43\x60\x05\x6a\x22\x52\x64\x3f\x83\xa2\x5e\x81\xd2\x73\x14\x0f\xc8\xa0\xa8\x57\xd0\x20\xb3\xb9\x28\x17\xb0\xbe\xf4\x42\x6f\xe4\x8b\x20\x8e\x09\x54\x87\xa4\x78\x40\xa6\x78\xc0\x0a\x9a\x0e\x76\x1c\x35\x04\x16\x88\x98\x0c\xfa\x3a\x03\xbb\x5e\x81\xe2\x76\xa0\xaf\x73\x81\xf8\x20\x68\x8e\xd8\x71\x40\xab\x57\xd8\xcc\x26\x3b\x8e\x3a\x01\x0b\xf0\x4b\x06\x68\x9d\xa9\x13\xb0\xc2\xe1\x33\x2f\x43\x07\xc7\x41\x60\x23\x54\xf6\x66\x0d\x30\xbc\xa1\x48\xc2\xfe\x9f\xc1\x5b\xaf\x88\xfc\x04\x6f\x9d\x41\x58\xaf\x88\xa5\x02\xd0\x3a\x57\xe8\x60\x22\xd5\x21\x81\x56\xe7\x1a\xc5\xc6\xc6\xed\xee\xed\xca\xa0\xa8\x57\xa4\x4e\x26\xec\xff\x19\x30\xf5\x8a\x58\x2a\xb0\xff\x67\xf8\xfe\x57\xa4\xcc\x30\xd0\xea\x0c\xb5\xff\x8a\x28\x92\x00\xad\x33\x08\xeb\x05\xca\x26\xd7\x44\x97\xe0\x36\x88\x2c\x45\x68\xff\x73\xa5\xe4\x6a\x44\x23\xa8\x99\x2e\xc1\x58\x10\xd1\x19\x2b\x07\x1f\xd4\xfe\x0b\x40\x4d\x86\xe1\x3f\x83\xb0\x5e\x00\x6a\x32\x40\xeb\x5c\xa9\x7e\x09\xa0\x26\xc3\xe9\x9f\x01\x53\xaf\xc8\xfa\xac\x95\x2f\x82\xb1\x20\x52\x0c\x16\x4e\xff\x0c\xc2\x7a\xc5\x87\xf1\x44\x0f\x85\xb0\x7f\x45\xea\x64\x82\xa9\xce\x15\x0a\xac\xd8\x55\x8d\x97\xe9\x80\x02\x2b\x7e\x19\x3a\xff\xa1\x50\x00\xb8\xce\x10\xf7\xaf\x48\x45\xc7\xea\x6e\xb9\x0c\xa8\x7a\x45\x94\x54\xf8\xfb\x33\xc4\xfd\x2b\xb2\x21\x2a\xc7\x2f\xb8\xeb\x15\x29\x01\x09\xee\x3a\x83\xb4\x5e\x11\x7b\xe9\xff\x4f\xd8\x1d\xec\xde\x8e\xdb\x76\x1c\xdf\xf7\x29\xe6\x0d\x7a\x8e\x49\xc9\xf6\xd2\xa6\xec\x5d\xfb\x0e\xc1\xe4\x16\xc8\x22\x93\xc1\x34\x79\xff\x62\xf4\xd1\x00\x45\x36\xb3\xb8\x9b\x8b\xbf\x8e\x65\x9b\xa2\x48\xfa\xab\x1f\x9b\xd0\x93\x0e\x7f\x7d\x2d\x1d\xc0\x75\x90\xdc\xaf\xaf\xc8\x15\x70\x1d\x94\xf7\xeb\x2b\x48\x25\xc0\x1f\xfa\xcd\xd5\x57\x6a\x44\x80\x3f\xa8\xeb\x17\xd6\x27\xa8\xeb\x07\x75\xfd\x82\xf5\x44\x3b\xbd\x2b\x1a\x07\x5f\xdb\x45\xbb\x0c\xbf\xdc\x91\xed\x42\xd7\xba\x40\x6f\xd7\xf7\x31\xfc\x62\x3e\xe4\x0c\xbe\x96\x0e\xc9\xfd\x68\x5a\x78\x7e\xe7\x99\xc2\xd0\xe6\x2e\x1a\x91\x02\xac\x4f\x90\xdc\x0f\xf4\x76\x6d\x6b\xe9\x48\x0b\x5b\x51\x8f\x5b\x4b\xc7\x3e\x4f\x4f\xbf\x36\x39\x18\x59\xfd\x68\xda\x3e\xc3\x7a\x82\xba\x7e\x50\xd7\xaf\x4d\x92\xdf\xb8\x22\x80\x77\x6d\x6b\xe9\x3c\x86\xbf\x74\xe6\x64\x56\xed\xf5\x3c\x67\x22\x58\x9b\x2d\x88\xbe\x7d\xb4\x59\xf1\xab\x8d\x6f\xd6\x8e\x2f\x88\xde\xd7\x26\x75\x07\x78\x07\xc0\xbb\x36\x81\x2f\xc0\x3b\xb0\xdc\x05\x00\x0a\xfa\xf6\x81\xe5\x2e\x07\xa4\x82\x94\x7d\x90\xb2\x2f\x67\xa1\x02\xe0\x1d\xfd\x0f\xdd\x3e\xc3\x65\x80\x90\xee\xda\x2c\x08\xaa\xf5\xd1\x97\x1a\x9f\x28\x18\xcb\x1d\x04\xea\x0b\xf8\x13\x78\xed\xa0\x45\x5f\x9b\xcc\x1f\xaf\x1d\x7d\x09\xef\xf1\xf7\x5d\x98\x00\xd4\xae\x4d\x8b\xd9\x1e\x6b\xb8\xab\xb3\xf9\x3e\x5d\x43\x60\xb9\x6b\xbb\xd6\xf0\x69\x60\x9d\x0c\xd4\xa6\x35\x77\x9f\xc5\x96\x20\x1b\x5f\x9b\x3e\xca\xd4\xe3\x83\x6c\x7c\x21\x77\xa2\x4b\xf6\x3a\x79\xa5\x8d\x29\x02\xc3\x03\xfc\x5d\x1b\x53\xec\xbb\x07\x62\x19\x6e\xfa\x67\x77\x2b\x8e\x34\x7c\x6d\x32\x2b\xd2\xf0\xd1\xc9\xd3\x05\xab\xa3\x02\x1f\x54\xe0\x2b\x84\x33\x54\xe0\x83\xe0\x7b\x85\x80\x17\x2d\x1e\x30\xf1\x82\xf3\x04\x5a\x3c\x60\xe2\x15\xca\x01\x54\xe0\xa3\x13\x25\xc1\xf8\x04\x5a\x3c\x60\xe2\x15\xba\xc4\xf7\xd3\xf3\xd4\x03\x37\xd4\x08\x88\xb3\x07\xed\xf3\x0a\xa1\x31\x4e\x3b\x00\xda\x15\x7d\x35\xce\xf6\xe8\x48\x0c\x85\x32\x10\x78\x3b\xfa\xdc\x31\x2b\xa6\x90\x5d\x50\x42\x0f\x4a\xe8\x15\xbb\xe1\xf6\x4f\x28\x77\xc5\x6a\xfe\xfd\x98\x12\xfd\xcb\x10\xc6\x92\x40\x0f\x7c\x77\x85\x24\x9f\x12\x7a\xa0\xbd\x0b\x22\x14\x68\xef\x20\x3b\x5e\x21\x79\xda\xa7\x61\xc6\xbe\xa4\x19\x6b\xf5\xf9\xbe\xfc\xa7\xc9\xab\x09\xd2\x06\x0f\xbc\x75\x85\x60\x8a\x44\x78\xe0\xad\x2b\x74\x0a\xa6\x0d\x1e\xb0\xeb\x0a\x29\xd1\xce\xc0\xf6\xa5\xc2\xa8\x8b\xb0\x8e\x92\x41\x14\xbc\x42\xef\x77\xda\xe0\x01\xbb\xae\x90\x12\xed\x9a\xc9\xed\x4b\x5b\xd1\x46\x8d\xb7\x0e\xc0\x74\x61\x7c\x02\x30\x1d\x68\xe8\x4a\x69\x36\x41\xed\xd8\x27\xf3\x56\x29\xcd\xde\x75\x83\x03\x4c\x57\x86\xe1\xac\x6e\x67\x60\x70\x9e\xd8\x19\xd8\xce\xa5\x67\x98\x3c\x97\xbe\x53\x93\x49\x7e\x69\x9f\x05\xe2\x00\x4c\x17\x72\x27\x76\x85\x03\xdc\x74\x65\x5f\x7f\xb9\x86\x97\xff\x34\x25\x91\x20\xb5\xec\x4a\x89\xce\x5e\x5e\x1c\x09\xc1\x64\x21\x7b\x19\xce\xea\x80\x3f\x41\xe7\x3a\x76\x72\x55\x29\x66\xdc\x39\x55\x8c\x73\xe5\x7a\xef\x3a\xb7\x51\x83\xae\x94\x0a\xef\xaf\x87\xcc\x6c\xf2\xd6\x30\x9d\xd9\x90\x5e\xae\xbc\xb5\x3c\xe7\xac\x8e\xcd\x5f\x7a\xc5\x87\xca\xd4\x41\x80\x09\x3b\x13\x87\x44\x87\x48\x73\xe5\xea\x91\x3e\x91\x9d\x40\x3c\x57\xbe\xfa\xb4\xb3\xba\x83\x2d\x35\x39\x0d\xb8\x39\x48\x2f\x57\xfb\x98\x12\x5b\xc2\x38\x57\xf3\xde\xa1\xce\x71\x68\x80\xde\xbe\x7f\xca\x50\x04\x41\xe6\x00\x39\x17\x2e\x27\x40\xce\x01\x72\xae\x66\xdd\x83\x9c\x03\xe4\x5c\xda\x31\x06\xc8\x39\x40\xce\xa5\x1d\x63\xe0\x99\x03\xac\x5c\x8d\xa5\x1c\xb2\x0b\xe8\x72\xe1\x72\x82\x4e\x72\x1c\x22\x97\x26\x79\x26\x97\x1c\x87\x20\xa5\xd9\xac\x0e\x35\x82\x83\xcb\x84\xe0\xc4\xc1\x65\x1e\x4b\xe6\x53\xf2\x7c\xe8\x52\xba\x34\x94\x1b\x43\x83\x43\xc7\xb1\xc4\x3b\xd9\x14\xf2\x39\xa8\x26\x57\xdb\x57\x87\x7d\xc3\xe9\x38\x35\x36\x75\xc8\xeb\x96\x86\x72\xe3\x75\x30\xd2\x81\x91\xae\xa6\xc3\x34\x38\x3a\x0e\xe1\x4c\x93\xc6\xc0\xa1\x83\x40\x72\x35\x3b\xd8\x71\xb9\x77\x31\x4e\x63\x92\x74\x92\x83\xae\x40\xb5\xcb\xd5\x2f\xb7\x79\xbb\x23\x51\x1b\x49\xe4\xa0\x2b\x50\xf8\xa1\x20\x82\x1c\x4b\xef\xb8\x2d\x3b\x55\xa1\x38\xf4\xa5\x47\x05\x05\xbd\xe3\xa0\x70\x5c\x4d\xd8\x75\x94\xdf\x5c\xea\x9b\xc2\x2e\x30\x76\x1c\xfc\x7d\x93\x9c\x1c\xc3\x5f\x8a\x5c\x9a\xe2\x0e\x18\x3b\x0e\x2b\x4f\x23\xe1\x38\xac\x3c\x62\xc6\xd5\x97\x45\x3f\xa6\x44\x3d\xae\xf3\x64\x08\xed\x38\x96\xd0\xe6\x32\xf3\xc7\x8b\xe3\xda\xfb\x32\x73\xc5\x3d\x62\xc6\xd5\x97\xd1\x2a\xee\x01\xb5\x0b\x69\x14\x78\xed\x58\xd2\xc6\x7d\x73\x21\x4b\x7c\x49\x1b\x77\x46\x0b\xcd\x8e\xa5\x62\xdc\x27\xe7\x12\xa7\xdc\xfb\x5c\x42\x9b\x6a\x04\xa4\x8d\x03\xb6\x5d\x5d\x8d\x00\xb6\x1d\xe7\xd2\xd4\xe4\x08\x69\x1a\xc7\xf9\x35\x25\x79\xc8\x49\x73\xe0\x14\x22\x75\xb5\xeb\x53\xa1\x10\xd2\x5d\x5d\x2c\x46\xa9\x38\x4e\xf9\x52\xe7\x1d\x29\x15\xc7\xc9\xeb\xf4\xdd\x94\x78\x1d\x12\xc5\xd5\x79\x47\x4a\xc5\xb1\xb4\x89\xe9\x65\xc4\x39\xb3\xa7\x38\x6d\x6b\x9d\x79\x9f\x33\x36\x0a\xd0\x78\xf5\xc3\x94\x78\x9d\x25\x2e\xdc\x15\x1f\x21\xe4\x71\xca\x97\x3a\x4b\xa6\x38\x1c\xa7\x7c\xa9\xb3\x64\xaa\xc2\x81\x24\xaf\xce\x68\x91\xe4\x71\x36\x0f\xe4\x36\x79\x47\xd6\xcf\xb6\x84\x4b\x3d\xcf\xe9\x7b\xe2\x94\x44\xf5\xa9\x38\x1b\x60\xf3\x38\x49\x5d\x76\x09\x39\x1d\xe1\x58\x3a\xc2\x5d\x7d\xe4\xec\x9e\x27\xa9\xcb\x2e\xf7\xc6\x93\xc7\xa9\xe1\x3e\x0e\x2b\x4e\x65\x4a\x04\x79\x75\xf1\x1d\xc5\xe1\x38\x79\x9b\xae\x3e\x82\x20\x0f\xda\xc2\xd5\xf9\x7b\x3c\x79\x9c\xf4\x2f\xbb\x84\x1c\x4f\x1e\x64\x84\x0b\xdb\x15\xa7\xe4\x89\x8c\x70\xc1\xb8\xe2\x54\x34\xa1\x18\x5c\x5d\xfe\x71\x4a\x9e\x96\x7e\x30\x8c\x2b\xe8\x07\x07\x0e\xbd\x76\x4b\x06\x8e\x1e\x27\x6f\xb3\x5b\x32\xc8\xf3\x58\x02\xc0\xbb\xfc\x03\x79\x1e\xa7\xe4\x69\xdf\xdc\x91\xe4\x69\xa9\x02\xef\xc2\x04\x00\x7a\x2c\x01\xe0\xdd\x92\xa1\xfc\x1b\x27\x6f\xa3\x23\x4f\x9c\xb7\x3b\x92\x51\xed\xfc\xfc\x79\xaf\xe1\xa6\x24\x4b\x3f\xd5\x71\x4e\x0a\x6f\xfb\x5a\x32\x3e\x9f\x9d\xd4\xd5\x77\x09\x39\x39\xe0\x38\x8b\x70\xa9\x84\x9c\x2a\x70\x9c\x92\xa7\x7d\xad\x0e\xc9\x13\x1d\xe0\x42\x81\xc5\x39\xcc\x93\x80\xe5\xde\xad\xe2\xe1\xc5\xf1\x4b\xd0\xb0\xa0\xfc\x1b\x24\x7f\x6b\x97\xa5\x9f\xfc\x12\xc9\xdf\xda\xa7\x0c\x54\x50\xfe\x8d\x53\x1d\x67\x57\x9a\x27\x00\x1c\x4b\x00\x78\xe7\xe7\x09\x00\xc7\xd2\xfa\xdd\x7d\x42\x22\xf2\x1b\xa7\xd0\x63\x9f\xa7\x11\x82\xd6\x6f\x2c\xad\x5f\x14\x58\x9c\xaf\xdb\xe4\x97\x76\x39\xf7\x25\xf4\xb8\xf8\xa5\xdd\xea\xc0\xd9\x07\x88\xbe\x76\xe5\x2a\x5a\xbf\x01\xa9\x2f\x68\x58\x10\xf9\x0d\x10\x7d\xed\x16\x02\x59\xdf\x58\x0a\xbe\x3b\x3f\x0f\xb0\x8f\x25\xd6\xbb\x5b\x08\x58\xfa\xf8\x43\xac\xf7\xf9\xf3\x80\xe2\x9a\x2e\x2c\x08\xfa\xd6\x2e\xf7\xa6\xeb\x1b\x7f\x48\xf1\x5a\x25\x97\x60\x9a\x22\x6f\xc1\xce\xe2\xe2\x8a\x2e\x62\x93\x87\x34\xfb\x52\xa5\xb9\x04\x40\xc7\x94\x9c\x08\xa2\xbd\x71\xa5\xe1\xdf\xdd\x7f\xae\xe1\xaf\xff\x74\x13\x4a\x37\xc8\xfc\x3a\xa4\xd9\x97\xd2\xcd\xc5\x15\x1d\x6c\x1f\x99\x1f\xb0\xfb\x3a\x54\xa8\x2e\xa5\x1b\xd8\x7d\x1d\xbe\x6a\xd2\xe0\x8d\x4b\xe0\x73\xa8\x50\x91\xe2\x8d\x25\xb0\x8b\x45\x8b\x8b\xd7\xb9\x76\x77\xe4\x9b\xd5\x35\xc3\xa0\xc0\xf0\xd7\xa1\x6c\x85\xe1\x0f\x80\x7e\x1d\x52\x77\x2a\xb8\x01\xd7\x2f\x30\x59\xc0\xf5\x03\xae\x5f\xc7\xbe\xfe\xd2\xd5\x95\x57\x8e\xdd\x53\x52\x49\xb9\x48\x48\x1e\x82\x94\xeb\xf2\x9b\x97\xc9\xf3\xf7\xd7\x65\xf8\xe5\xd1\x89\x9b\x09\xde\x06\x51\xdb\x3a\x94\x96\x68\xdb\xc6\xd2\xa8\xc5\xa2\xc5\xa5\x00\x8b\xda\xaf\x43\x6d\x88\x46\x6d\x5c\x16\xee\xa1\x36\x44\xa3\x36\xa0\xfc\x75\xa8\x0d\xd1\xa8\x8d\xa5\x3c\x0b\x3b\x8b\xcb\x1a\x5d\x22\xb3\x87\x1c\x8c\xc8\x6c\x5c\xa4\x19\x11\x66\xe1\x40\x40\x5c\xef\xfa\x4f\x17\x7a\xd7\x7f\xfa\x4d\x99\xd5\x65\xf3\x77\x2e\xa0\xc0\x64\xe1\x5c\x40\x10\x8b\xad\x53\xee\xed\x94\x40\x2c\x95\xd8\x73\xca\x43\x84\x73\x01\xe1\x08\x40\x9d\x2a\x3e\x8e\x00\x04\xb0\xbf\x60\x67\x01\xec\x8f\x5b\xce\x70\x8a\x97\x6f\xbb\xf7\xad\xee\x70\xca\xac\xee\xb9\xc5\xc6\xcd\xbc\x71\x63\x71\x8b\xef\x61\xf7\x75\xb6\xf5\x97\x86\x8b\xef\x4f\x2e\x93\x88\x6a\xdc\x2c\xf9\x84\x60\xdc\x6d\xfd\x65\xf9\x4f\x57\xb7\xa9\xde\x94\xa6\x4f\x25\x9b\xbb\x9b\x3c\xd9\xd4\x93\x2d\x81\xf7\x63\xc9\xa6\xe2\xc6\xe2\xd6\x78\xfc\xde\x09\x16\x2b\xd9\x80\xf7\x03\xae\x5f\x5a\x69\x05\x5c\x3f\x6e\xfb\xe7\xa9\x8e\x83\xd3\x8f\xa5\x66\x7a\x2a\xd9\xdc\x4c\xf1\xbe\xfc\x26\x4f\x46\xe2\x34\x96\xc4\xe9\xc9\x6c\x6e\x3b\xd8\x6d\xb3\x3a\x67\xf3\xc2\xa0\x92\x15\x37\xa3\x3d\x87\x77\x24\xff\x5c\x6a\xa6\x27\x4f\x46\xc6\x34\xee\x25\xd6\xcc\x42\xa8\x99\xc6\x12\x2e\x3d\xa7\xa8\x57\xdc\x76\xb0\xdb\x47\x87\x53\x0a\x47\xa3\x34\x96\x46\xe9\x69\xf7\xbe\x51\x21\xb7\xa6\x21\xa7\x3a\xce\x6d\x5b\x5b\x1a\xa5\xd7\xb2\xa5\x59\x21\x8c\x25\x47\x4a\x39\x2d\xee\x61\x4a\xd3\xf4\xeb\xf2\x39\xd2\x61\x81\x58\xca\xa3\xd7\xb2\x25\xe6\x8d\xe1\xaf\x4b\x42\x86\xe1\x8f\x52\xbf\xbb\x04\xa7\xc5\x3e\x89\x85\xd6\xc5\xb1\xd0\x0c\x0d\x62\xa1\x75\xf9\x18\x4e\x33\x34\x48\x80\xd6\xc5\xc0\x4a\x85\xbf\xec\x0c\x97\x34\x8b\xe8\x67\xe0\xfb\xeb\xb2\xd3\x96\xaa\x5c\x11\x15\xbe\x24\x4f\x74\x3a\x03\xca\x5f\x97\x3c\xa9\x18\x2d\xfd\xcb\xba\xc4\x8c\xf4\x2f\x83\xfe\x65\xc1\xb8\xa2\xb8\x4a\x32\x98\x75\x29\xc4\x50\xc3\x8c\x52\x41\xc3\x76\x05\xe1\xcb\x20\x75\x59\x17\xa0\xa6\x18\x18\x71\xcb\x5a\x18\x17\x8d\xcb\xa0\x4e\x59\x97\x52\x1d\x91\xca\x28\xc1\xd4\x65\x3f\x2a\xfe\xb3\xa8\x81\x5f\xb2\xf4\x9a\xe6\x16\xce\x03\xd4\x2d\xec\x72\x1e\x20\x4a\x5d\xec\x96\x94\x14\x03\x73\x48\xa0\x6e\x6f\xd3\x21\x81\x28\xd1\xd0\x02\xbe\xe8\x4a\x86\x43\x02\x75\x8b\xc5\x1c\x12\x08\x6a\x8f\x75\xaf\xb7\xa9\x04\x56\x1c\xe0\x22\xb6\x8a\x03\xa4\xfd\x58\x37\xde\xa1\xe4\x49\x64\x1e\x6b\x61\x5c\x25\x1e\xa1\xf6\x58\xb7\x4c\x9a\xe8\x63\x38\x8d\x50\xb7\xfc\xc3\x69\x84\x28\x06\x76\xcb\xa4\x1d\x3c\x08\xe2\x8d\x75\x0b\xa6\x06\x5b\x72\x80\xa0\x6e\xa9\x86\x73\x04\x41\x29\xb1\x6e\x19\xc0\xb0\x41\x0f\x12\xf6\xb7\xf2\x0a\x55\xc3\x18\x8a\xa4\xbf\xaf\x80\x3f\x0b\x28\x86\x1a\xc1\xd0\x12\xe4\xb6\x70\x71\xfa\x31\xbc\xc0\x5b\x2c\x3e\xbc\xc0\x21\x21\x2f\x8b\x6c\xa8\x61\x0e\xbb\x62\x79\x57\x98\xfa\x18\xbc\x4e\x79\x57\x83\xd7\x19\xe2\x66\x1a\x56\x31\x78\x9d\xc1\x28\x6a\x36\x20\x8a\xc1\x28\xc6\xe5\x37\x2d\xc7\x31\x7d\x50\x0c\x05\xae\x92\x55\x0e\x0e\x66\x08\x91\x0b\x87\x37\x38\x98\xe1\xa3\xc3\x22\xa2\x86\x8f\x0e\xc0\xfe\x2a\x09\x24\xb0\x3f\x68\x39\x56\x79\xd5\xa3\x3c\x57\x59\x7a\x79\xab\x83\x83\x19\x3e\x3a\x94\x10\x19\xbc\x1f\x43\x96\x5e\x16\xee\x18\x26\xef\xab\x66\xed\xeb\x2f\x0d\xf7\xfe\x4b\x88\xfc\xf8\x1c\xfd\xd8\x15\x0b\x08\xf0\xd8\x15\x1f\x9f\x12\xca\xab\x7e\x7c\x4a\x78\xc8\xa3\x97\xb2\xc5\x23\x1e\x45\xd1\x57\x89\x71\x51\xf4\xf1\xf0\x3a\x8b\x88\xc2\xd4\xc7\x23\x48\x2d\x96\xf2\x08\x52\x9f\xaf\x29\x29\xc4\x3d\x10\xb1\x47\x0f\x9f\x12\xe3\x62\xea\xe3\xd1\xc3\xa7\xc4\xb8\x0f\xe2\x00\x4c\x5f\x25\xd9\x7b\x94\xd7\x9e\x25\x65\xce\x96\x9e\x74\x9b\x4b\xca\x9c\x33\x78\x64\xbf\xb0\xfb\x2a\x29\xdc\xd3\xd6\x7f\xce\xdf\x1c\x22\x56\x10\x7e\x3c\x2a\x68\x8b\x88\x82\xe4\xc7\x33\x6b\x66\x35\x24\x66\x90\xfc\x78\xb4\x6f\x58\x98\xd4\x23\x66\x7c\xa6\x3f\xac\xc1\xea\x20\xf9\xf1\x88\x19\x17\x26\x05\xc9\x8f\xc7\xf6\x3b\x24\x66\x90\xfc\x80\xdd\xd7\x62\xa7\x1e\x8e\xf0\xb1\xd3\x0e\xdf\x54\x1f\x3b\xed\xa3\x3d\xd7\x90\x59\x3d\x73\x8b\x8d\x47\x24\x38\x98\xcd\x23\x12\x7c\x74\x40\x58\xf0\xd3\x63\x53\x7d\xec\x9f\x43\x1c\xfa\x30\xef\x47\x55\x76\x48\xa2\x1e\x55\x59\x30\x7d\x0d\xd5\xf8\x47\x24\x08\xad\xaf\x85\x32\x41\xeb\xe3\x91\xc2\x69\x73\x17\xcf\x58\xc3\xcb\x7f\x9a\x27\xfb\x44\xd1\xd7\x50\x4d\x40\xd1\x07\x1a\xbe\x16\xdf\x04\x8a\x8f\xc7\xf7\x2f\x92\x4d\x81\x78\x8f\x57\xdf\xaa\xa1\x46\x80\x7f\x8f\x97\xd5\x0d\x66\xf3\xb2\xba\x57\x75\x66\x48\x5f\x5e\xd5\x99\xd7\x27\xee\xc1\x42\xde\x69\x98\x01\x83\xaf\xc5\x37\xe1\xdf\xe3\xe5\x1d\x87\xe8\xf2\xe5\x1d\x5f\xfb\xe7\x23\xa7\x79\xed\x9f\xef\x84\x5f\xea\xb1\xb1\xbc\xbe\x6a\xbd\x44\xf9\x1f\x66\x03\x83\x8f\xd7\x07\xac\x45\x2d\x81\xe2\xe3\x15\x48\x3e\x92\x7c\x18\x7c\xc0\xe0\xeb\xb1\xb1\xc0\xe0\x03\x06\x5f\x0f\x5b\x42\xba\x07\xd2\xbd\x1e\xb6\xf4\x4a\x89\x5e\x9e\xf6\x99\xe2\x63\xf1\xfa\x80\xf5\x8a\xef\x1e\xde\xe6\x15\xdf\x51\x10\xad\x87\x2d\x2d\x21\xd1\xd7\x47\x87\xc5\x37\x91\x0e\x8d\xd7\x07\xac\xc7\xa7\xc3\xd7\x07\xac\x57\xd3\xa5\x85\x32\xbd\x4a\xb4\xd0\xf8\x7a\xd8\x12\x42\x3e\x5e\xf5\x91\x47\x1c\x0a\x86\x0f\xb2\xa2\xf5\x88\x43\xc1\xf0\x81\x82\xaf\x85\x32\x81\xe1\xe3\xd5\x35\xe9\x91\xd3\x80\xe1\xe3\xe5\xe7\x1f\x56\xf7\xb2\xf9\xf7\x0f\xad\x7c\x53\x12\x5d\xbe\x7c\xf2\xc3\x83\xbd\x7c\xf2\xab\x70\xf0\x88\x58\xa1\xea\xf1\xb2\xcf\x45\x2d\xbd\xec\xf3\x55\x4d\x78\x96\x2d\x3d\xee\x5d\xe1\x60\xa1\x4c\x68\xf6\x20\xc1\x5b\x8f\xe8\xf2\x7d\x0d\x07\x80\x2c\xbe\xe9\x05\x80\xbc\xaa\x9c\xef\xb2\x25\x55\x4e\xa4\x7b\x51\x65\xca\xcf\x74\xd4\x49\x36\xb5\xde\xf9\x41\x30\xc9\xa6\x26\xa1\xd4\x7a\x67\xe5\x34\xe9\xa5\xe6\x47\x78\xf8\xce\xfc\x38\x3f\x33\x3c\x4c\xea\xa9\xf5\x4e\xb3\xc9\xcf\x0c\x0f\xf3\x23\x3c\x7c\x67\x7e\x9c\x9f\x19\x1e\x26\xf9\xd3\x7a\xc3\xd5\xe7\x81\x8e\x84\xbf\x17\x12\x2a\xe1\xef\x09\x7f\xaf\xb7\xad\xbf\x34\x9c\xfb\x7d\x9b\x29\x4d\x13\xce\x8f\x4e\x12\xef\xfc\x9e\x98\x9f\x34\x4f\x19\xff\xbb\xbb\xfa\xcc\xf8\x13\x13\x5f\xbf\x5b\xeb\x9f\x04\x14\xf9\x99\x9f\x3c\xf2\xa3\x32\xf9\xee\x66\xd1\xcc\x97\x17\x27\xee\x94\x14\x56\x13\x1b\x5f\xef\xe1\x26\x66\x39\x20\x11\xef\xf5\x1e\xe6\xbb\x9b\xaf\xe6\x11\xef\x65\x6a\xbb\xe1\x6a\x83\xef\xe5\x42\x87\xd7\xe2\x53\x02\xf0\x2b\xf1\xef\x89\x5c\xaf\xb7\x3c\xec\xdb\x3c\xa5\x31\x20\xad\xfc\xdc\x86\x8b\x32\xde\x67\xfd\xe5\x1a\xee\xb9\x3e\x2e\x74\x7b\x81\xca\xfe\xef\x6b\xf2\xd3\x53\x27\x72\xbd\xde\xd7\xe4\xcb\xbd\xcf\x7c\x7e\xd0\x93\xcd\xcf\xcc\xe7\xf3\x33\xbd\xf1\x20\xc4\x94\x9f\xe1\xfd\x4f\xdf\x3c\x3e\x5f\x53\x1a\x5e\xe0\x0c\x36\xc7\xe7\xeb\xea\xaf\xc9\xbf\x86\x4f\x92\x3c\x51\xed\xf9\xa1\x30\xfe\x09\x53\x7a\x99\xe4\xac\x88\x8d\xcf\x32\x9f\xd7\xa3\x9b\x16\x3d\xb0\x68\xf9\x9d\x5e\x3c\x11\xef\xe3\x33\xcb\x2b\x09\x6e\xcf\xef\xc7\xe4\x67\x88\x9c\xe0\xf6\x04\xb7\x8f\x4f\x5b\x7f\x39\x2d\x05\xce\x3e\x3e\x33\xe1\x49\x54\x7b\x7e\xa7\x61\x0f\x28\x5b\x7e\xe7\x96\x90\x78\xf4\x81\x5a\x4b\x58\x7a\xe2\xd1\xc7\x67\x7a\xb2\xfc\x6e\xae\xbe\x19\xbe\xaf\xbf\x5c\xc3\x1f\xff\xe9\x42\xb3\x60\x9f\xdf\xe9\xf6\x07\x19\xa8\xfc\xce\x12\x7d\x7e\xe9\x86\x7f\x26\x19\x91\xdf\x19\x65\x24\xb8\x7d\x40\xd9\x12\xdc\x9e\x70\xf6\xf1\x61\x4b\xa8\xf6\xc4\xb1\x8f\xcf\xe5\x29\xb1\x4f\xe4\xfa\xf8\xdc\x1e\x48\x37\x25\xba\xe1\xf8\xb6\x04\xb0\xe7\x57\x63\x82\x0f\xab\xfb\xce\x40\x24\xbf\x7a\x10\xe0\xdb\xf2\xbb\x9b\xd2\x6e\xf8\x30\xa5\xdd\xf0\xdd\x8b\x1b\xee\x88\xcd\x23\xd7\x07\x71\xa7\xfc\xee\xee\xfd\x70\x47\x8c\x16\xc7\x9e\x20\xf5\xf1\x79\x4d\xe9\x70\xf5\xcb\x3b\x7a\xdd\xe6\xe5\x1d\xcd\x14\x7c\x7c\x3f\x2e\x54\x5e\xc7\x34\xef\x01\x26\xcb\x2f\xf3\xfe\x4e\xf3\x1e\xdf\x70\xa1\xf2\x94\x66\x42\x3e\xbe\x53\x9e\x30\xbf\x65\x4a\x64\xfc\xbf\xe9\x8e\x86\xe1\x6c\x1e\x4c\x96\x5f\x36\xff\x9d\x9f\x95\xc7\x77\xd9\xd2\x70\xef\xb3\x40\x35\xbe\xcb\x96\x1e\x53\x22\xca\xff\xed\xa6\xf4\xb8\xfa\xe4\xd8\xc7\xb7\xbb\xa3\xc7\x53\x9a\x7e\x7b\x7c\xbb\x17\xf7\x32\x5a\x36\x4f\x9d\x29\xd1\xe9\x89\x4e\x1f\x5f\x16\x82\x4e\x4f\x74\xfa\xf8\xce\x34\x3b\xd1\xe9\x89\x4e\x1f\xdf\x19\x76\x25\x00\x3d\x01\xe8\x03\x1a\x96\x00\xf4\x84\x9c\x8f\xef\x65\xf8\x3c\x8a\x91\x90\xf3\x41\x9d\x29\xa9\x1f\xe7\xb6\x19\x3e\xa3\xf5\xdc\x58\x32\x00\x7d\x7c\x6f\xf3\x64\xc9\x1b\xad\xfc\xef\x4c\xdd\x73\x9b\x31\x47\x22\xc8\x07\x8c\x2b\x11\xe4\xb9\xe9\x91\xf1\x7d\x5d\x7d\x5a\x6b\x6e\xbb\x3b\xf2\xde\x11\xe4\x09\x16\x1f\xdb\x8c\xac\x13\x2c\x9e\x9b\xe6\x11\xdb\xd7\x85\x4e\xc3\x67\x02\x38\x36\xde\x06\xd8\x9d\xdb\x69\x78\xac\xbf\x34\x7c\x06\xc3\x03\x5d\x95\xdb\xe5\xd1\xcd\x24\x6f\x6c\xe9\x29\xcd\x24\x2f\x91\xe0\x03\x72\x95\x80\xf0\xdc\x58\x1d\x25\xa5\xdc\x58\x1d\x16\x7b\x6c\xdd\x6f\x3e\x5e\xdc\xe4\x5c\xc6\xb6\x5e\xdc\xe3\x29\xe9\xe5\xb0\xad\x17\xf7\x18\xce\x42\xb6\xf5\xe2\x58\xc8\x36\xcf\x36\x0c\x12\x48\xb9\x3d\x9e\xfc\x6b\xf8\xe9\x75\xbc\x86\x4f\xdf\x3a\xb6\xd3\x94\xa6\x8b\xcd\x8d\x81\x6d\x97\x7b\x67\x60\xc0\xee\xb1\x79\xef\xc0\xee\x0c\x06\xb6\xcd\xc8\x3a\x83\x81\xc5\x34\xa9\x41\x2c\x29\x63\x26\x79\x49\xb0\x7f\x6c\xf3\xe3\x5d\xd2\xed\xcf\xe0\x69\x31\x53\x19\x3c\x6d\xe8\x4a\xb3\xb1\x90\xe0\x69\xe3\xeb\x37\x2b\xfc\xe7\xee\x3f\xdd\xe6\xec\x3a\x98\x31\x23\xeb\x0c\x0d\x1e\xb6\x61\x9e\x9b\x29\x71\xbf\x1b\x5b\x0a\xee\x17\x5d\x3e\xb6\xe1\x42\x9b\x29\x85\x0b\xcd\x58\x2c\x23\x4c\x3e\x3c\x25\xde\x26\x04\x29\xe8\xf2\xb1\x31\xc5\x98\xe1\x76\x46\xba\xfa\x9f\x2b\x65\x66\xcc\x20\x3c\x43\xcf\x99\xf8\xb8\x60\xae\x9f\x99\x0f\x26\xd8\x69\xa4\x3b\xe3\xef\x63\x7e\xb3\xc8\x68\x6e\x62\xc6\x23\x23\x36\x53\x13\x8f\x44\xf3\x9b\x9b\xdf\x9c\xa9\x66\xc6\x0c\x52\x06\x1e\x2b\x43\x90\x12\x33\xd5\x1c\xb1\x79\x06\xcd\x85\x34\x8f\x08\xb6\x1f\x16\x59\xf0\xf7\x31\xbf\xd7\x65\xf0\xf7\x61\x41\xc0\xb9\x32\x66\x61\x24\x63\xe6\x8a\x03\x7a\x95\x61\x95\xc4\x65\x9e\x42\xa4\xb8\xcc\xf3\x72\x75\x16\x1d\x37\x9b\xba\x5d\x9d\xf1\x86\x20\x25\x6e\xc3\x4f\x93\xbf\x0d\xd7\x8c\x05\x8f\x95\x71\x7b\x74\x33\xd0\x1e\xc1\x78\xa3\x3c\xe4\xf2\x40\x2e\x53\x2a\x0f\xa4\xdc\xd1\xed\xea\xe5\x8e\xa6\x87\x1f\x71\xb3\x94\x61\x4a\x5c\x7b\x2c\x93\xe4\xda\x63\x96\x5c\x07\x1d\xa7\x8c\xe9\xe8\x33\x86\x3b\xb2\x01\xc6\xf0\x3c\x1f\x77\x34\x4c\xe9\x71\x47\x8f\x57\xbc\x4c\xd2\x1a\x0d\x81\x4f\x4c\x65\x95\x0c\x81\x4f\x08\x7c\x80\x5f\x19\x02\x9f\x10\xf8\xc4\xeb\x37\x05\x3e\xce\x05\x8c\x60\x92\x69\x8d\xa6\xc0\x07\x0d\x96\xc9\xdf\xa7\xc0\x27\x67\x7a\x90\x0e\x04\x64\x5a\x4f\x10\xb1\x4c\xeb\x29\x67\xd5\x63\xe4\x2c\x31\x64\x4e\xfb\xce\x9c\x61\xf7\x48\xc1\x54\xb2\x64\x22\xf2\x23\xd3\xd5\x9b\xdf\x9c\x1f\x0f\x46\xf2\x79\x39\xcd\x2d\x53\x4f\xa4\x14\x22\x65\xf7\x9b\x33\xd8\x18\xc9\x11\xa6\x28\x23\x67\xf5\x62\xe4\xec\x02\x90\x39\xc3\x8b\xcc\xdd\xd5\x67\x15\x31\x53\x94\x41\x8a\x7e\xa4\x0d\x90\x06\x7d\xa6\x4d\x80\x3c\x7e\xe6\xee\xea\x87\xe1\x87\x3b\x3a\x0c\x9f\x7b\xc1\x00\x7e\x65\xce\x2d\x21\x73\x7e\xb8\x1e\xc9\xbd\xe5\x6d\x4a\x33\x5e\x1e\x59\x2e\x34\x1d\x7d\x3a\x72\x30\xc8\x2b\x25\xf9\xf7\xa4\xe6\x3e\x92\x2b\xca\x32\xa5\x72\x9b\xbc\x4e\x8a\x32\x1c\x40\x18\xf9\xb8\xcd\xe1\x81\x0c\xf3\x14\x98\x3b\x80\x90\xc9\x14\xf3\x31\x9c\x29\x3a\x72\x30\x92\x31\x38\x79\x90\x8e\x1c\x8c\x5c\xef\xfd\xf1\x9b\x8f\xe1\xaf\x7b\x7f\x0c\x9f\xc1\xc6\x68\xa2\x75\x27\x0f\x32\x57\x3f\xa0\x65\x0c\x8f\xdb\x5c\xad\x7f\x3e\xae\x6e\x0f\xa1\xd8\x3e\xda\x6c\x7f\x93\x8e\x15\x24\x3d\xf5\xd1\x66\xe9\x33\xc9\xaa\x27\x3d\xf5\x81\xed\xca\x36\x63\x8e\x74\x12\x60\x34\xb6\xe4\x40\x40\x36\x0e\xbb\xb1\xa5\x36\xc3\x8b\xc4\xf7\x8f\x36\x3f\x75\x25\x59\xf5\x44\xfb\x0f\xc0\x57\xa2\xfd\x93\x9e\xfa\xd0\x2f\x39\x9b\x28\xc3\x11\x80\xd1\x58\x5d\xe3\xda\x9d\x04\x18\x6d\xe2\x86\x49\x6b\x3d\x41\xff\xa3\x89\xd6\x69\xad\xa7\x23\x00\x03\x05\x96\x8e\x00\x64\xd3\xfa\xa7\x49\x07\x69\xad\x67\x9b\x4e\x7c\x34\xa6\xd8\xd2\x3c\xe7\xf7\xb6\xd1\x0e\xf3\x9c\xbe\x3c\x9b\x70\x46\x67\x96\x84\xf9\x67\x3b\x3c\x3a\x21\x3c\x96\x3e\x41\xf4\xa3\x71\x2c\x54\xcb\xb3\x69\xa5\xd5\x98\x22\xc0\x3e\x41\xf4\xa3\x0d\x4f\x5e\x8e\xd8\x84\x33\x4d\xb8\x8d\xa5\x4f\x10\xfd\x00\x67\x25\x96\x3e\x9b\x20\xba\xb1\xba\x26\x88\x6e\xbc\x37\x71\xa7\x24\x81\x9e\xf4\xcd\x47\x7b\x4d\x89\xf7\x6e\x33\xfd\x1c\x88\xad\xc4\xd2\x27\x88\x7e\x68\xb7\x9c\xed\xf6\x94\xa6\xbf\x1e\x30\xae\xc4\xd2\x27\xd1\xf3\xd1\xd5\x1d\x88\x9e\x27\xd1\xf3\x81\xd8\x4a\xa2\xe7\xd9\xac\xa3\xae\xee\xd0\xac\x23\x10\xfd\xe8\xea\x0e\x58\xfa\x04\xca\x8f\x2e\xbe\xa3\x84\x9e\x94\xd0\x47\x0f\x93\x97\x8c\x36\x4b\xa6\x4b\x1c\x21\xf5\xd9\x66\x7c\x3e\xfa\xb2\xcf\x19\x84\x25\x95\xf4\xd1\x6d\x7c\x6d\xc6\xee\x49\x33\x7d\x74\x19\x00\xcd\xf4\x6c\xd6\x51\x5f\x46\x6b\x1d\x35\x01\x1a\xb6\x2b\x1b\xe7\xdf\x74\x08\xec\xb2\x49\x24\x7f\xc2\xf4\x47\x6f\xff\xa6\x94\xd9\xe2\xdf\xe3\x89\xf6\xfa\x69\xab\xb1\x2b\x7e\x40\xf8\xb3\xdb\x03\xc0\x60\xd9\xd5\x78\xfa\x6a\xc4\xa5\x22\x82\xf2\x4f\x7c\xfe\xe8\xd2\x4f\x98\x7e\x52\x5e\x1f\x5d\x29\xa3\xcf\x55\x9c\x7d\xb5\xd7\xe2\x46\xbb\x94\x01\xb4\x3f\x3a\x83\x26\xce\x9e\x7d\xb5\xd7\xe2\x5b\xb1\xfb\xd9\xad\xdb\x2e\xb9\xe8\xd6\x2d\x68\x7f\x74\x79\x04\x76\x3f\x41\xfb\x83\x56\x56\xf6\x30\x4f\xfd\xfb\xba\x4a\x08\x4c\x3f\x7b\x7a\x2b\xb3\x5f\x6b\x76\xd5\x20\x7c\xfe\xc0\x7d\x65\x9f\xa9\x46\xf6\xf4\xaa\xca\x85\x44\x5d\x3d\x4d\xc9\x72\xea\xa2\xae\xde\x98\xd4\x30\x4f\x55\xa0\x6e\x31\x83\xc1\xb2\x4b\xbd\xbb\xa8\xab\x0f\x4f\x5e\xd4\xd5\x9b\x79\x4a\x69\xfb\xdc\x0d\xb3\x4b\xbd\xbb\x94\xb6\x77\xef\x88\x2f\xe8\x16\x5e\xe7\x0b\x1c\x20\x18\x60\xb0\x74\x80\x20\xfb\x6e\x4a\x8a\x33\x44\xe4\xd3\x01\x82\x01\x06\xcb\xbe\x7b\xc5\x36\xc5\x5d\x71\xa6\xcb\x8c\xc8\xc6\x8f\xdd\x6a\x24\x1b\x9f\x4e\x07\x8c\x5d\x71\xa6\x1f\x9e\x92\xa6\x7e\x60\xb0\xec\x87\x3b\x92\x7a\xef\x56\xa3\x93\x03\xd9\x39\x9d\xdd\x6a\xa4\x25\x9f\x64\xe3\xc7\x6e\xe1\x51\x86\xcf\xce\xe9\xec\xca\x38\x9d\xd3\xe9\x9c\xce\xae\x8c\xd3\x39\x9d\xce\xe9\xec\x56\x63\x17\x32\xd2\x90\x1f\x60\xb0\x24\x1e\x9f\xfd\x36\x5c\x19\xa7\xab\x80\xf5\xe9\x7b\xc6\x6e\xe1\x39\x8d\x90\xdd\x8e\xbe\xb7\xf5\x97\xa6\x34\xd3\xb3\xb1\xdb\x03\xba\x0a\x58\xd7\xbf\x6f\x5f\xeb\xa8\xfc\x66\xb9\xcd\xb5\x8e\x04\x97\xc4\xea\xc7\xae\x8c\x43\xac\x3e\xbb\xba\xc1\xbe\xd6\x51\xb9\x4d\xee\x89\xa2\x58\x92\xae\x4f\x47\x22\xc6\x2e\xd7\x73\x24\x22\x1d\x89\x18\x3a\x2a\xa5\x23\x11\xe9\x48\xc4\xd8\x15\x0f\xfb\x30\xf9\xc7\x6d\xae\x15\x27\x2b\x74\xde\x61\xec\xa7\x0b\xf1\x44\xce\x34\xac\xa6\x59\xe9\x4c\x43\xee\x9a\x98\x7f\xa4\xb4\x0e\x10\xe4\xae\x03\xe2\xfc\xcb\xff\xef\x74\x7e\xfc\xf2\xd7\x9f\xff\xfe\x97\x5f\xff\xa3\xfe\xeb\x2f\xbf\xfe\xf7\x5f\xfe\xfe\xe3\xa7\x9f\xff\xf5\xdb\x6f\x3f\x7e\xf9\xe7\x5f\xff\xf6\xf3\x3f\x7f\xfa\xcf\xdf\xff\xf7\xa7\xbf\xfe\xf8\x9f\xbf\xfd\xf2\xe3\xb7\x1f\xff\xfb\x8f\x7f\xfd\xf6\xf3\x8f\x9f\x7e\xfd\xc7\xaf\xbf\x8f\x9a\xff\xfe\x2f\x00\x00\xff\xff\x0a\x55\x10\x23\xa2\x34\x02\x00"); +func _ggfca ()(*asset ,error ){_ffg ,_ded :=_bfb ();if _ded !=nil {return nil ,_ded ;};_aea :=bindataFileInfo {_c :"Adobe-GB1-3",_ed :2159,_cg :_g .FileMode (436),_ca :_d .Unix (1580491263,0)};_ecb :=&asset {_fdf :_ffg ,_ff :_aea };return _ecb ,nil ;}; +var _gaac =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x53\x4d\x6b\xdb\x40\x10\xbd\xcf\xaf\x98\x63\x7a\x68\xbd\x1f\x96\x76\x05\x83\xa0\xc4\x04\x5c\x48\x13\xea\xa6\x29\x94\x1e\x64\xed\xc8\x08\xe2\x95\x90\xe4\x83\xff\x7d\x99\xb1\xe3\x42\x0e\x1e\xf9\xed\x7b\x6f\xfd\x66\x34\x5e\xdd\x6f\x37\xdb\xdc\x2f\xb8\x7a\x9e\x86\x76\xc7\x0b\x76\x7d\x4e\x13\xcf\xc3\x69\x6a\x19\xf7\x7c\xe8\x33\x80\x75\x98\xfa\x76\x79\x87\xfa\x68\x8f\xcd\x08\x20\xfe\xdd\x79\x5e\xf8\xb8\xcd\xdd\x80\xfe\xa2\x4b\xa7\xf1\xaa\x45\x5c\xfd\xe0\x43\x3f\x2f\xd3\x19\xef\xbe\xa6\x61\xcf\x9f\x30\x71\x27\xe7\x4f\x53\xe2\xa9\xcf\x07\xbc\xfb\xd6\x8c\x4d\xb6\x37\x62\x77\x1a\xc7\x37\x3e\x72\x5e\xd0\xe8\x19\xe7\xa4\x4f\x58\xdd\x3f\x36\xe3\xf7\xe6\xc8\xb8\x7a\x7d\xfe\xbc\x3b\x1f\xf7\xc3\x9b\x32\x4a\xfc\xe2\x69\xee\x87\x8c\xd6\x7c\x31\xa6\xfc\x7f\xfe\xf3\x3c\x32\xda\xeb\x0d\x2f\xdb\xcd\x53\xd7\xcd\xbc\x60\x2c\xe3\x45\xf3\xfb\x65\xbb\xc1\x3f\x16\xad\x41\x57\xf8\xc2\xfd\xbd\x4a\x5f\x1f\x87\xc4\xd7\x08\x60\x2f\x0d\xb5\x43\xe2\x79\x6c\x5a\x9e\x9a\x7c\x60\x40\x24\x63\x6a\xa4\x87\x87\x5a\x52\x7e\x60\xc1\x85\xab\xab\x4f\x97\x13\x32\xb6\x46\x2d\xd1\x14\x25\x90\x71\x02\x9d\xc2\x08\x64\xbc\x40\x5f\x63\xb4\x95\x05\x32\x6b\x81\x6b\x85\x22\x2e\x6a\x24\x1b\x45\x5c\x5a\x20\x5b\xd5\x48\x4e\xbd\x95\x03\x72\xe2\x75\xea\x8d\x25\x90\x13\xaf\x2b\x84\x75\x06\xc8\x95\x02\x4b\x65\x03\x90\x0b\x02\xf5\x2a\x27\x5e\xbd\xaa\x52\x36\x02\xb9\x46\x60\x23\xac\x17\xf1\x5e\x60\x52\xf1\x1a\xc8\xb1\xc0\x4e\xc5\x15\x90\x97\xfe\xbd\xd5\x90\x0e\xc8\x4b\x47\xde\xd7\x18\x62\x25\xac\xc4\x90\x12\x62\xb5\x06\xf2\xd2\x82\x94\x68\x15\x4a\x2a\x29\xd1\xf8\x02\xc8\x4b\x2a\x5f\xe9\x0f\x05\x20\x2f\x31\xa4\x44\x5b\x09\x2b\x31\x0a\x9d\x86\x75\x40\x85\x5c\x55\x24\x65\x03\x50\x21\xa9\xa4\x44\x5b\x58\xa0\x52\xe6\x1c\x24\x95\x33\x25\x50\x90\x54\xe1\x32\xe7\x00\x14\x64\x56\x21\x08\xeb\xbc\xbe\xb8\xf7\x17\x24\xdf\x65\xb1\x6f\x8b\xd6\x9e\xa6\x89\xf3\xa2\x6b\xad\xdb\x24\xeb\xd0\x67\xbe\xfd\x45\xc6\x61\x14\x97\x7e\xfe\x05\x00\x00\xff\xff\x81\xaf\xf4\x15\x4e\x03\x00\x00"); +var _fdfeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x97\x4f\x6f\x5b\xbb\x11\xc5\xf7\xfa\x14\x77\x99\x2e\x52\x93\x1c\xf2\x5e\x12\x30\x0c\x14\x09\x8a\x3a\x40\xda\xa2\x4e\xd2\x02\x45\x17\x57\x12\xe9\x0a\xa8\x65\x41\xb6\x17\xf9\xf6\xc5\xfc\x8e\xec\xe7\xf7\xde\x42\xe0\x99\xe1\xfc\x39\x24\x87\x43\xdd\xab\x4f\xb7\x9f\x6f\x8f\x87\xe7\xe9\xea\xef\xe7\xc7\xdd\x5d\x7f\x9e\xc6\xe1\xb8\x3f\xf7\xa7\xc7\x97\xf3\xae\x4f\xdb\x7e\x7f\x38\x6e\x36\x31\x4d\xfb\xc3\xee\xf9\x55\x64\xd8\x3d\xac\xa7\xcd\xe6\xea\xfb\xf1\xf0\xe5\xf6\x2e\x85\x90\x3f\x7e\xff\xf6\xe7\x38\x7f\xfc\xcb\xf4\xf2\xd4\x2f\x93\x9f\x6e\x3f\xdf\xfd\x7c\x7a\xee\x0f\xb7\xc7\xf1\x38\x99\x82\xec\x5f\x4e\x97\x40\xd3\x74\xf5\x8f\x7e\x7f\x78\x7a\x3e\xff\x9c\x3e\xfc\x69\xff\xb8\xed\x7f\x98\xf6\x7d\xb8\xfe\x6f\xe7\x7d\x3f\x1f\x8e\xf7\xd3\x87\x2f\xeb\x69\x3d\xc6\xb7\x89\xbb\x97\xd3\xe9\x7f\xfd\xa1\x1f\x9f\xa7\x05\x5d\x3f\xee\x19\x37\x57\x9f\xbe\xae\xa7\xbf\xae\x0f\x7d\xfa\x3d\xa9\x1f\x98\x60\xf1\xa3\x9f\x9f\x0e\x8f\xc7\x29\xfe\x31\x84\xf9\x17\xf5\xb7\x9f\xa7\x3e\xc5\x4b\xa4\x7f\x7d\xbf\xfd\x3c\xfd\x3b\x4e\x31\x4c\xa9\xcc\x16\xfe\x73\xd1\xff\xf3\xeb\xe3\xfe\xcd\x2a\x86\xa0\x75\xec\x0e\xfb\xdd\x7f\xd7\xf3\xe6\x3a\x84\x6d\xb8\x99\x6a\x9a\xdb\xe6\x3a\x85\x18\x6e\xa6\xa5\x36\x03\x17\x70\x02\xcf\xe0\xe2\x38\x49\x5f\xc1\xd2\x2f\x8e\x2d\x79\x9c\x05\x5f\x33\xc7\xd5\x71\x6c\x1e\xd3\x2a\x30\x3a\x9c\x81\xc9\x61\x03\x9a\x43\x8f\x11\x77\xf9\x66\xaa\x16\x23\xb8\x80\x03\x78\x06\x3b\x97\xd8\x1d\x87\x0b\x5e\xc0\x19\x5c\xc1\xf8\xf6\x06\xf6\xfc\xd6\xb6\x37\x53\x4c\x31\x57\x84\x1d\xc2\x2c\x61\xaf\x99\x05\xa1\x23\x94\x80\x30\xde\x99\xad\x41\x66\x0d\x21\xca\x6c\x46\x48\xef\xcd\x4c\x33\x05\x21\x4b\xd0\x4c\x79\x6f\x36\x6b\x86\xa4\xab\xf3\x7f\x9d\xa8\x60\xe9\x1b\x58\x49\xd6\xf7\xde\x5b\x9f\x58\x12\x78\x07\x8e\xe0\x3d\xd8\xc9\x97\xb0\xbb\x99\x96\xcc\x61\x95\xb0\x07\x2f\xe0\x0e\x9e\xc1\x03\xec\x31\x0b\x87\x5e\x82\x81\x23\x18\xdf\x98\xc0\x19\x6c\x60\x7c\x63\xc6\x37\x82\x0b\x58\xbe\x33\x38\x81\x17\xb0\x7c\x2b\xb8\x81\x1b\x71\xe4\xbb\x82\xe1\x1c\xb7\x60\xf9\x3a\xff\x92\x14\x73\x0f\x86\x7f\xec\x60\x71\x1b\x60\xe2\x27\xf8\x27\xb8\x25\xf8\x27\x72\x25\xf8\x27\xd6\x48\xd1\x16\xc3\x97\xa2\x2d\x46\xfc\xb4\x80\xc9\x9b\x2a\x58\x31\xe1\x49\x51\x96\x04\x4f\x53\x7c\x78\x9a\x62\xc2\x33\x12\xd3\xe0\x10\xb1\xb1\xcc\x5a\xf0\x35\x62\x06\xec\x33\x36\x99\xb5\x67\x78\x66\xd6\x9e\xe1\x99\xe1\x90\xd9\x67\x2a\xb2\x64\xe2\x50\x76\x25\xc3\x3f\x13\x3f\xc3\x3f\x2b\x26\xfc\x0b\x6b\xc9\xe4\x2a\x1e\x67\xf6\x3d\xac\x29\x45\xb0\xd7\x46\x8a\x0d\xdc\xd1\xcb\x66\x80\x9d\xc3\x12\x54\xc9\x8b\x07\x5d\xbc\xc6\x6b\x0a\x6d\x73\x6d\x81\xc3\xa8\x7e\x90\x16\x38\x8c\xe6\xa5\x6f\x81\x03\x68\x5e\xc5\x16\x58\x4c\x8b\x15\x6c\x60\x7c\x21\xdd\x3c\x81\x05\x88\x36\x27\x64\x21\x37\x70\x72\x3c\x63\xef\x87\x6d\xa1\x0a\x93\xab\xca\xb7\x80\xe5\x4b\xde\xda\xc1\x8b\xf7\xd0\xd7\x26\xb6\xa9\xf9\x37\x5d\xcd\x82\xdf\xfa\x9a\x16\x72\x34\x36\x63\x21\x37\x97\x79\x36\x93\x00\xf1\x04\xf1\x55\xc9\x21\xbe\x92\xdc\x20\xbe\x92\xfc\x62\x0f\x71\x23\xe8\x0e\x7b\x83\x78\x17\x86\x78\x97\x2f\xc4\xbb\x7c\x21\xde\x21\x6e\x6c\xd8\xd0\xa6\x7a\xcc\x34\xc6\xcd\x94\x2c\x14\x4f\x6c\xc1\x7b\xb1\x79\x0f\x32\x0b\xde\x43\xcd\x4b\xcd\x2c\x78\x3b\x89\x6d\xd6\x04\x8d\x91\xcc\x16\x66\x4d\x44\x84\x45\x42\x41\xa8\x12\x64\xd6\x24\x28\xd8\x2a\x61\x46\xd8\x22\x2c\x8a\xbc\x93\x90\x10\x74\xda\x4c\x70\xe5\x5b\x26\x4b\x24\x7d\x96\x9e\xbe\x6c\xc2\xca\x5e\x25\x54\x26\x58\x54\x54\xf2\x4a\x54\x0a\xd0\x0a\xac\xfc\x82\x56\x63\xcb\x2d\xb1\xda\x0c\xc1\xa4\xd5\xb2\x3f\xe6\x37\xd7\x05\x79\xcc\x70\xd2\x04\x9b\x9b\x59\xac\x5f\xd1\x6a\x54\xa6\x71\x45\xdb\x25\xc3\x5e\xce\xa4\xb0\x88\x11\x29\x8c\x7a\x0f\x01\x6f\xd3\x4e\x67\x30\x19\xfc\x02\x9a\xd9\x82\x51\xd4\x44\x95\x40\x0e\x6b\xb0\x25\x87\xad\x9a\x90\xcb\x96\x09\xe5\xdb\x69\x82\x0d\xb1\xbd\x04\xb2\xe7\x28\x01\xb3\xcc\x2e\x28\xa3\xdf\x92\x6a\x45\x58\x09\x93\x04\x2a\x4f\x9b\x9e\x57\x16\x08\xab\xcc\x21\x89\x48\x66\x6b\xa9\x30\x2b\x54\xb6\xb6\xb3\x68\xad\x5a\x5f\x31\x09\x9a\xc9\x12\xd8\x85\x42\xee\x8c\xd5\xc2\x9b\x19\x2e\x82\xd6\xa1\x24\x8b\xd6\x91\x39\xcc\xa5\x4b\xe0\x3c\x96\xc1\x69\xe6\xcd\xf5\x18\x81\x1b\xe7\xe5\x36\x46\xa0\xe5\x2c\xe8\xa3\xde\x32\xef\xff\x63\xa8\x9d\xf8\xbe\x8d\x61\x1c\x9a\xbf\x41\x63\x18\xfa\x80\x83\x0d\x6e\x4a\x70\x5c\x64\x53\xc0\xba\x41\x33\x58\xf6\xc2\xfd\xb5\x5d\x8d\xc1\xad\xac\xb5\xfd\xaa\x55\xd8\xf2\xd6\x2a\xce\xeb\xf1\xbe\xfb\xe3\xe9\xff\x80\x7c\x88\xb4\x86\xa2\x47\x14\x5d\x09\xbe\x8f\xb9\xd2\xb3\xbd\x47\xfa\xe0\x61\xf3\x42\x5b\xf6\x7b\xe9\x03\xaf\x60\xd5\x8b\x3b\x4b\xc5\x03\xc8\x3f\xa0\xe2\x57\xd1\x87\x86\x4a\x8e\xab\x54\x5b\x54\x7a\x66\x0c\x55\xa2\xeb\x1b\x24\xbc\x7c\x7d\xe0\xb1\x8b\x7a\x50\x22\x2a\xe3\x9d\xa0\x77\x17\x2b\x52\xf1\x14\x04\xc2\x7b\x7d\xfa\xc0\x6b\xc5\x5f\xa5\x62\x8a\xc5\x86\x96\xac\x07\x43\x56\xd4\x53\xe1\xa2\x07\x5f\xaf\x0f\x89\xad\xa3\x59\xc1\xde\x02\xff\x0c\x5a\x40\xe5\xed\xc0\x07\x5a\x5d\xa0\x35\x7a\x27\xf0\x61\x61\x0f\xd5\x46\xe3\xc5\xb3\x71\xe8\x34\x83\xd0\x0a\xba\x36\x53\x20\x74\xcc\x21\xd5\xe0\xe6\x51\x98\x71\xf8\xee\x5b\x1c\x4d\xcd\xda\xd0\xad\xd2\x0d\x74\x2a\x4d\xd1\x35\x5e\xaf\xd8\x74\xb5\xbd\xde\xbc\xd1\x98\x7a\x19\x55\x1b\x57\xe9\xd4\x0e\x2a\xbe\xfe\x82\x79\x8b\x88\xd2\xa9\xf3\x54\xe9\xd4\xb1\x9a\xfa\x89\xe2\x59\x50\xc7\xa0\xf0\x2d\x4b\x57\xa4\x53\x4b\x91\x5d\x96\x5d\xd2\x55\x35\xe9\x66\xe9\x74\x4d\xb7\xd2\xe9\x56\x25\x35\x04\x71\x29\xf2\x55\x3f\x2d\x45\x3a\xf9\xfa\xee\x8d\xc1\x59\x8c\x41\x25\xd5\x86\xaa\x0c\x54\xf3\xe5\x4f\x6a\xbc\x54\xbb\x8a\x1b\xc1\xbf\x6b\xde\xbe\x33\x76\x2f\xe7\x73\x3f\x3e\xf3\x55\xc3\x47\x84\x7f\x18\x1c\x8e\xfd\xed\xf3\xe9\xf4\x78\x72\x2f\x7e\xff\x0f\x00\x00\xff\xff\xb3\x28\x27\x75\x6a\x0d\x00\x00"); +func _gbce ()([]byte ,error ){return _fd (_fgbe ,"UniGB-UTF16-H")};var _ccbb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\xd9\x16\x4a\x0f\xb2\x35\x0a\x82\x46\x16\xb2\x7c\xc8\xdb\x17\xcd\xb8\xee\x21\x4c\xfc\x49\xff\x58\x96\x54\xf6\xc3\x69\xf0\x2e\x41\xf9\x35\xce\xd3\x19\x13\x58\xe7\x4d\xc4\x65\x5e\xe3\x84\x30\xe2\xd5\xf9\xa2\x90\x15\x18\x37\xa5\x7f\x8f\x54\xa6\x9b\x0e\x45\x51\x3e\x9f\xfb\xc7\x4f\x97\xfe\xf1\x33\xac\x0b\x6e\xd6\x0f\xa7\xf3\x7d\x49\x78\x1b\xbc\x9d\xa1\xe6\xac\x59\xc3\x96\x07\x28\xbf\xe1\xd5\x2d\x29\xde\xe1\xe1\xa3\x99\x47\x7c\x07\x06\x6d\xf6\xd7\x68\x30\x3a\x7f\x85\x87\xe7\x39\xa2\x96\xfb\xc0\x79\x0d\xe1\x0f\xde\xd0\x27\x10\x64\xe8\x0d\xd5\xa2\xec\x5f\x74\xf8\xa2\x6f\x08\xfb\x5a\xde\x68\x84\x06\xde\x30\x2e\x6e\xf6\xd0\xbd\x17\xa2\xfd\xcf\xdf\xef\x01\x41\x6e\x0d\x2e\xc3\xe9\xd5\xda\x05\x13\xd4\x92\x9b\x97\x3f\x2f\xc3\x09\x7e\x49\x90\x02\xaa\xe6\x83\x90\xbf\xb7\xa9\x3f\x5e\x66\xb3\x07\x65\xcb\x1f\x34\x39\x13\xb5\xbf\x62\xf1\xa4\xa5\xae\x8e\x90\x4b\x7d\x04\x25\x9a\x96\xa8\x61\x6a\x88\x14\x51\xcb\xd4\x1e\x41\xd5\x95\x20\xea\x98\x46\x9a\xd5\x11\x19\x26\x93\xa9\xad\x32\x8d\xdc\x7e\x64\xaa\x33\xe1\x48\x84\x14\x3c\x34\xc5\x93\xae\xb5\xcc\x44\x45\x89\x43\x4b\xa4\x98\x3a\xa2\x03\xd1\xc4\x34\x11\x75\x44\xc8\x84\x99\x54\x5e\x57\x3d\x6a\xa2\xd1\x12\xc9\x4c\x86\xde\x48\x45\x09\x45\xbd\x8c\x61\xa2\x75\x29\x45\x64\x99\x38\x48\xed\x2d\x07\x2d\xb5\xef\x44\x3e\xc3\x7d\xef\xf2\xff\x7c\x7b\xf6\xd3\x9c\xd6\x18\xd1\x27\xba\x3b\x74\x66\x79\xd3\x9d\xc7\xfd\x6e\x86\x39\xe4\x14\xfd\xfe\x06\x00\x00\xff\xff\xb3\x7c\xc9\x5d\xc7\x02\x00\x00"); +var _gdeb =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xd2\xc1\x8a\xdb\x30\x10\x06\xe0\xbb\x9f\x62\x8e\xdb\xc3\xd6\x92\x5d\x3b\x32\x2c\x81\xe2\x14\x6a\x96\xed\x96\xa6\x49\x0b\xa5\x07\x59\x1a\x05\x41\x23\x0b\xd9\x3e\xe4\xed\x8b\x66\x52\x77\x0f\x61\xe2\x4f\x9a\xdf\xb2\xa4\xb2\x1f\x0e\x43\xf0\x0b\x94\x5f\xd3\x64\x8e\xb8\x80\xf3\xc1\x26\x9c\xa7\x35\x19\x84\x11\x2f\x3e\x14\x85\xac\xc0\x7a\xb3\xfc\x7b\xa4\x62\xae\x3a\x16\x45\xf9\x7c\xec\xa3\x79\xfc\x74\xea\x1f\x3f\xc3\x3a\xe3\x5d\xfb\xe1\x70\xbc\xcd\x0b\x5e\x87\xe0\x26\xa8\xb9\xdb\xae\xf1\x9e\x00\x50\x7e\xc3\x8b\x9f\x97\x74\x83\x87\x8f\x76\x1a\xf1\x1d\x58\x74\xd9\x5f\x93\xc5\xe4\xc3\x05\x1e\x9e\xa7\x84\x5a\x6e\x03\xc7\x35\xc6\x3f\x78\xc5\xb0\x80\x20\xc3\x60\xa9\x16\x65\xff\xa2\xe3\x17\x7d\x45\x78\xb3\x9a\x33\x8d\xd1\xd0\x19\xd3\xec\xa7\x00\xdd\x7b\x21\xda\xff\xfc\xfd\x16\x11\xe4\x3d\xe2\x34\x1c\x5e\x9d\x9b\x71\x81\x5a\x70\x7c\xf9\xf3\x34\x1c\xe0\x97\x04\x29\xa0\x6a\x3e\x88\xe6\xf7\x7d\xea\x8f\x97\xc9\x6e\x8d\xb2\xe5\x4f\x32\xde\x26\x1d\x2e\x58\x3c\x69\xa9\xab\x3d\xe4\x52\xef\x41\x89\xa6\x25\x6a\x98\x1a\x22\x45\xd4\x32\xb5\x7b\x50\x75\x25\x88\x3a\xa6\x91\x66\x75\x44\x96\xc9\x66\x6a\xab\x4c\x23\xc7\x8f\x4c\x75\x26\x1c\x89\x90\x1a\x77\x4d\xf1\xa4\x6b\x2d\x33\x51\x51\x62\xd7\x12\x29\xa6\x8e\x68\x47\x64\x98\x0c\x51\x47\x84\x4c\x98\x49\xe5\x75\xd5\xa3\x26\x1a\x1d\x91\xcc\x64\xe9\x8d\x54\x94\x50\x94\x65\x2d\x13\xad\x4b\x29\x22\xc7\xc4\x8d\x14\xef\xb8\xd1\x51\x7c\x27\xf2\x29\x6e\x7b\x97\xff\xe7\xfb\xb3\x9d\xa7\x59\x53\xc2\xb0\xd0\xed\xa1\x33\xcb\x9b\xee\x03\x6e\xf7\x33\x4e\x31\x77\xd1\xef\x6f\x00\x00\x00\xff\xff\x8b\x02\x5f\x71\xcb\x02\x00\x00"); +func _gge ()([]byte ,error ){return _fd (_bbcd ,"Adobe-KR-7")};func _abag ()(*asset ,error ){_gebe ,_cfaa :=_gecg ();if _cfaa !=nil {return nil ,_cfaa ;};_geee :=bindataFileInfo {_c :"UniKS-UCS2-H",_ed :163757,_cg :_g .FileMode (436),_ca :_d .Unix (1580493024,0)}; +_cacbe :=&asset {_fdf :_gebe ,_ff :_geee };return _cacbe ,nil ;};var _fbgag =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xd4\xdf\x6a\xdb\x30\x18\x05\xf0\x7b\x3f\x85\x2e\xbb\x8b\x2d\xb6\xfe\x5a\x50\x0a\xa3\x19\x2c\x83\xae\x63\x5d\xbb\xc1\xd8\x85\x63\x7d\x09\x86\x45\x36\xb6\x03\xeb\xdb\x0f\x9d\x93\x65\x17\x45\xf5\x2f\xfa\x0e\x47\x49\x94\xcd\xfd\x6e\xbb\xcb\xc3\xaa\x36\x5f\xe6\xb1\x7f\x92\x55\x1d\x86\x9c\x66\x59\xc6\xf3\xdc\x8b\xda\xcb\x71\xc8\x55\xd5\x68\x95\x86\x7e\xfd\xf7\x88\xa5\x3f\x75\x53\x55\x6d\x3e\xfc\x59\xdf\x7e\x54\xe7\x45\x2e\xcf\xf7\xbb\xed\xd3\xeb\xb2\xca\x69\x97\x0f\xa3\x32\x9c\x4b\xe7\xe9\x32\xab\xd4\xe6\xab\x1c\x87\x65\x9d\x5f\xd5\xcd\xfb\x34\xee\xe5\x8d\x4a\x72\x28\xfe\x38\x27\x99\x87\x7c\x54\x37\x9f\xba\xa9\xcb\xcd\xf5\x85\xa7\xf3\x34\xfd\x96\x93\xe4\x55\x69\x98\xe4\x84\xb5\xda\xdc\x3f\x74\xd3\xe7\xee\x24\x0a\x3d\x5e\xa0\xc0\x17\x99\x97\x61\xcc\xaa\xd1\xef\xea\xda\xfd\xf7\x6f\xaf\x93\xa8\xe6\x32\xfd\xbc\xdb\x3e\x1e\x0e\x8b\xac\xaa\xd5\x35\xf7\xfc\x78\xde\x6d\xd5\xcf\x46\x35\xb5\xd2\xce\x18\xfb\xeb\xb2\xf5\xfb\xc3\x98\xae\x83\x26\xf2\x34\xfd\x90\xe6\x2e\x1f\xa5\xba\xd5\x8d\xd6\x77\xaa\x2c\xe6\x4e\x85\xb6\x0d\x20\x4b\xb2\x77\xaa\xd5\xbe\x05\x39\x92\x2b\x14\x2c\x68\x4f\xda\x83\x34\xa8\x27\xf5\xa0\xa6\x90\x21\x19\x29\xf1\x11\x64\x1b\x90\x75\x20\x64\x59\x4f\xf2\x65\xb0\xe5\xae\x40\x0a\xc8\xf2\xa0\x96\xd4\x82\x22\x28\x92\x22\x08\x55\x6d\x07\x72\x7b\xc4\x63\x97\x67\x55\x8f\xaa\x9e\xc4\x5e\x9e\x55\x0d\x28\x91\x12\x4a\x14\xd2\x5a\x0a\x61\x69\x75\xa8\xab\x5b\x6d\x35\xda\x63\x09\xb1\x69\x41\x86\x64\x40\x11\xe4\x48\xe5\x8c\x51\x73\x30\x90\x02\xa8\x01\x45\x52\x04\x95\xb7\xd0\x5a\x66\x59\x64\xe9\x52\xc2\x7a\x92\x27\x59\x10\xe3\x3d\xe3\x1d\x88\xf1\x9e\xf1\x1e\x24\x24\x01\x95\x8f\xd6\xb1\xbd\x63\x7b\xdd\x82\x0c\x89\xf1\x11\xe4\x48\x88\x37\x35\x28\x90\x10\x6f\x1a\x50\x24\xa1\xbd\x29\xed\x1d\xdb\x3b\xb6\x37\xa5\xbd\x63\x7b\xc7\xf6\xc6\x82\x18\xcf\xf6\xc6\x81\x18\xcf\xf6\xc6\x83\x84\x84\xf6\x06\xed\x03\x07\x83\x07\x95\xf6\xc9\xd6\x85\x92\x3d\x14\xb2\xa5\x6a\xf2\x24\x8f\x33\x3a\x5f\x6e\xdd\xf5\x0b\x5f\xfe\x2f\xf7\xfd\x7a\xff\xfa\xf3\x3c\x4b\x5e\x71\xdb\x71\xd1\xca\x4d\x19\xb2\x5c\x7f\x49\xa6\x71\x2a\x53\xf8\xfb\x1b\x00\x00\xff\xff\xf8\x0f\xe0\x8e\x75\x04\x00\x00"); +func _bbe ()(*asset ,error ){_ceff ,_dffc :=_daad ();if _dffc !=nil {return nil ,_dffc ;};_geeb :=bindataFileInfo {_c :"ETen-B5-H",_ed :5459,_cg :_g .FileMode (436),_ca :_d .Unix (1580491749,0)};_dddb :=&asset {_fdf :_ceff ,_ff :_geeb };return _dddb ,nil ; +};func _fadd ()(*asset ,error ){_bcc ,_eacg :=_adg ();if _eacg !=nil {return nil ,_eacg ;};_fdde :=bindataFileInfo {_c :"B5pc-V",_ed :624,_cg :_g .FileMode (436),_ca :_d .Unix (1580491499,0)};_gcgb :=&asset {_fdf :_bcc ,_ff :_fdde };return _gcgb ,nil ; +}; \ No newline at end of file diff --git a/internal/cmap/cmap.go b/internal/cmap/cmap.go index 5b345239b..9de2a0ffe 100644 --- a/internal/cmap/cmap.go +++ b/internal/cmap/cmap.go @@ -9,132 +9,134 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package cmap ;import (_fd "bufio";_fe "bytes";_f "encoding/hex";_de "errors";_b "fmt";_cf "github.com/unidoc/unipdf/v3/common";_be "github.com/unidoc/unipdf/v3/core";_dc "github.com/unidoc/unipdf/v3/internal/cmap/bcmaps";_aa "io";_ag "sort";_d "strconv"; -_ac "strings";_c "unicode/utf16";);func LoadCmapFromDataCID (data []byte )(*CMap ,error ){return LoadCmapFromData (data ,false )};func NewCIDSystemInfo (obj _be .PdfObject )(_ff CIDSystemInfo ,_e error ){_gb ,_eb :=_be .GetDict (obj );if !_eb {return CIDSystemInfo {},_be .ErrTypeError ; -};_agb ,_eb :=_be .GetStringVal (_gb .Get ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ;};_ec ,_eb :=_be .GetStringVal (_gb .Get ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ; -};_ebb ,_eb :=_be .GetIntVal (_gb .Get ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"));if !_eb {return CIDSystemInfo {},_be .ErrTypeError ;};return CIDSystemInfo {Registry :_agb ,Ordering :_ec ,Supplement :_ebb },nil ;};func (cmap *CMap )parseBfchar ()error {for {_bbc ,_aba :=cmap .parseObject (); -if _aba !=nil {if _aba ==_aa .EOF {break ;};return _aba ;};var _adcg CharCode ;switch _afc :=_bbc .(type ){case cmapOperand :if _afc .Operand ==_bgb {return nil ;};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064"); -case cmapHexString :_adcg =_dafe (_afc );default:return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065");};_bbc ,_aba =cmap .parseObject ();if _aba !=nil {if _aba ==_aa .EOF {break ;};return _aba ;};var _gdd []rune ; -switch _abe :=_bbc .(type ){case cmapOperand :if _abe .Operand ==_bgb {return nil ;};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020o\u0070\u0065\u0072\u0061\u006e\u0064\u002e\u0020\u0025\u0023\u0076",_abe ); -return ErrBadCMap ;case cmapHexString :_gdd =_gecd (_abe );case cmapName :_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0061\u006de\u002e \u0025\u0023\u0076",_abe );_gdd =[]rune {MissingCodeRune }; -default:_cf .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0074\u0079\u0070e\u002e \u0025\u0023\u0076",_bbc );return ErrBadCMap ;};cmap ._cg [_adcg ]=string (_gdd );};return nil ;};func _dgb (_fbgd cmapHexString )rune {_aec :=_gecd (_fbgd ); -if _abf :=len (_aec );_abf ==0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054o\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065c\u0074\u0065\u0064\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u006f\u006e\u0065\u0020\u0072u\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023\u0076",_fbgd ); -return MissingCodeRune ;};if len (_aec )> 1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0065\u0078\u0061\u0063\u0074\u006c\u0079\u0020\u006f\u006e\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023v\u0020\u002d\u003e\u0020\u0025#\u0076",_fbgd ,_aec ); -};return _aec [0];};func LoadCmapFromData (data []byte ,isSimple bool )(*CMap ,error ){_cf .Log .Trace ("\u004c\u006fa\u0064\u0043\u006d\u0061\u0070\u0046\u0072\u006f\u006d\u0044\u0061\u0074\u0061\u003a\u0020\u0069\u0073\u0053\u0069\u006d\u0070\u006ce=\u0025\u0074",isSimple ); -cmap :=_bb (isSimple );cmap .cMapParser =_fabg (data );_gd :=cmap .parse ();if _gd !=nil {return nil ,_gd ;};if len (cmap ._ef )==0{if cmap ._fdc !=""{return cmap ,nil ;};_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0063\u006d\u0061p=\u0025\u0073",cmap ); -};cmap .computeInverseMappings ();return cmap ,nil ;};func (cmap *CMap )WMode ()(int ,bool ){return cmap ._eba ._dgad ,cmap ._eba ._cafc };func (cmap *CMap )NBits ()int {return cmap ._gf };func (cmap *CMap )Stream ()(*_be .PdfObjectStream ,error ){if cmap ._ebf !=nil {return cmap ._ebf ,nil ; -};_ffd ,_dga :=_be .MakeStream (cmap .Bytes (),_be .NewFlateEncoder ());if _dga !=nil {return nil ,_dga ;};cmap ._ebf =_ffd ;return cmap ._ebf ,nil ;};func (cmap *CMap )CharcodeToCID (code CharCode )(CharCode ,bool ){_cef ,_gbc :=cmap ._dea [code ];return _cef ,_gbc ; -};func _bb (_gg bool )*CMap {_baa :=16;if _gg {_baa =8;};return &CMap {_gf :_baa ,_dea :make (map[CharCode ]CharCode ),_ebd :make (map[CharCode ]CharCode ),_cg :make (map[CharCode ]string ),_ded :make (map[string ]CharCode )};};type Codespace struct{NumBytes int ; -Low CharCode ;High CharCode ;};type cmapInt struct{_cgac int64 };func (cmap *CMap )parseName ()error {_gfc :="";_ddb :=false ;for _gbg :=0;_gbg < 20&&!_ddb ;_gbg ++{_aaa ,_aad :=cmap .parseObject ();if _aad !=nil {return _aad ;};switch _dcc :=_aaa .(type ){case cmapOperand :switch _dcc .Operand {case "\u0064\u0065\u0066":_ddb =true ; -default:_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a\u0020\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076\u0020n\u0061\u006de\u003d\u0025\u0023\u0071",_aaa ,_gfc ); -if _gfc !=""{_gfc =_b .Sprintf ("\u0025\u0073\u0020%\u0073",_gfc ,_dcc .Operand );};_cf .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a \u0052\u0065\u0063\u006f\u0076\u0065\u0072e\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025\u0023\u0071",_gfc ); -};case cmapName :_gfc =_dcc .Name ;};};if !_ddb {_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0070\u0061\u0072\u0073\u0065N\u0061m\u0065:\u0020\u004e\u006f\u0020\u0064\u0065\u0066 ");return ErrBadCMap ;};cmap ._dcb =_gfc ;return nil ;};func (cmap *CMap )parseVersion ()error {_bgef :=""; -_gag :=false ;for _eac :=0;_eac < 3&&!_gag ;_eac ++{_dbb ,_deff :=cmap .parseObject ();if _deff !=nil {return _deff ;};switch _fef :=_dbb .(type ){case cmapOperand :switch _fef .Operand {case "\u0064\u0065\u0066":_gag =true ;default:_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0070\u0061\u0072\u0073\u0065\u0056e\u0072\u0073\u0069\u006f\u006e\u003a \u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076",_dbb ); -return ErrBadCMap ;};case cmapInt :_bgef =_b .Sprintf ("\u0025\u0064",_fef ._cgac );case cmapFloat :_bgef =_b .Sprintf ("\u0025\u0066",_fef ._defb );case cmapString :_bgef =_fef .String ;default:_cf .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020p\u0061\u0072\u0073\u0065Ver\u0073io\u006e\u003a\u0020\u0042\u0061\u0064\u0020ty\u0070\u0065\u002e\u0020\u006f\u003d\u0025#\u0076",_dbb ); -};};cmap ._fc =_bgef ;return nil ;};const (_bdd =100;_df ="\u000a\u002f\u0043\u0049\u0044\u0049\u006e\u0069\u0074\u0020\u002f\u0050\u0072\u006fc\u0053\u0065\u0074\u0020\u0066\u0069\u006e\u0064\u0072es\u006fu\u0072c\u0065 \u0062\u0065\u0067\u0069\u006e\u000a\u0031\u0032\u0020\u0064\u0069\u0063\u0074\u0020\u0062\u0065\u0067\u0069n\u000a\u0062\u0065\u0067\u0069\u006e\u0063\u006d\u0061\u0070\n\u002f\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u003c\u003c\u0020\u002f\u0052\u0065\u0067\u0069\u0073t\u0072\u0079\u0020\u0028\u0041\u0064\u006f\u0062\u0065\u0029\u0020\u002f\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0028\u0055\u0043\u0053)\u0020\u002f\u0053\u0075\u0070p\u006c\u0065\u006d\u0065\u006et\u0020\u0030\u0020\u003e\u003e\u0020\u0064\u0065\u0066\u000a\u002f\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u002f\u0041\u0064\u006f\u0062\u0065-\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0055\u0043\u0053\u0020\u0064\u0065\u0066\u000a\u002fC\u004d\u0061\u0070\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0064\u0065\u0066\u000a\u0031\u0020\u0062\u0065\u0067\u0069\u006e\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063e\u0072\u0061n\u0067\u0065\n\u003c\u0030\u0030\u0030\u0030\u003e\u0020<\u0046\u0046\u0046\u0046\u003e\u000a\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065\u000a"; -_cdf ="\u0065\u006e\u0064\u0063\u006d\u0061\u0070\u000a\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u0063ur\u0072e\u006e\u0074\u0064\u0069\u0063\u0074\u0020\u002f\u0043\u004d\u0061\u0070 \u0064\u0065\u0066\u0069\u006e\u0065\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0070\u006fp\u000a\u0065\u006e\u0064\u000a\u0065\u006e\u0064\u000a"; -);func _degg ()cmapDict {return cmapDict {Dict :map[string ]cmapObject {}}};func _edf (_eee string )string {_beb :=[]rune (_eee );_deaa :=make ([]string ,len (_beb ));for _bagd ,_bga :=range _beb {_deaa [_bagd ]=_b .Sprintf ("\u0025\u0030\u0034\u0078",_bga ); -};return _b .Sprintf ("\u003c\u0025\u0073\u003e",_ac .Join (_deaa ,""));};func _ced (_bc string )(*CMap ,error ){_acg ,_fdf :=_dc .Asset (_bc );if _fdf !=nil {return nil ,_fdf ;};return LoadCmapFromDataCID (_acg );};func (cmap *CMap )parseType ()error {_dbf :=0; -_cced :=false ;for _dgc :=0;_dgc < 3&&!_cced ;_dgc ++{_bcf ,_gaf :=cmap .parseObject ();if _gaf !=nil {return _gaf ;};switch _gef :=_bcf .(type ){case cmapOperand :switch _gef .Operand {case "\u0064\u0065\u0066":_cced =true ;default:_cf .Log .Error ("\u0070\u0061r\u0073\u0065\u0054\u0079\u0070\u0065\u003a\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u006f=%\u0023\u0076",_bcf ); -return ErrBadCMap ;};case cmapInt :_dbf =int (_gef ._cgac );};};cmap ._ea =_dbf ;return nil ;};func (cmap *CMap )BytesToCharcodes (data []byte )([]CharCode ,bool ){var _ed []CharCode ;if cmap ._gf ==8{for _ ,_bdg :=range data {_ed =append (_ed ,CharCode (_bdg )); -};return _ed ,true ;};for _efd :=0;_efd < len (data );{_fg ,_fgg ,_fed :=cmap .matchCode (data [_efd :]);if !_fed {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0061\u0074\u0020\u0069\u003d\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",_efd ,data ,string (data )); -return _ed ,false ;};_ed =append (_ed ,_fg );_efd +=_fgg ;};return _ed ,true ;};const (_bf =4;MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func (_gfb *cMapParser )parseDict ()(cmapDict ,error ){_cf .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021"); -_aae :=_degg ();_dgg ,_ :=_gfb ._gccbf .ReadByte ();if _dgg !='<'{return _aae ,ErrBadCMapDict ;};_dgg ,_ =_gfb ._gccbf .ReadByte ();if _dgg !='<'{return _aae ,ErrBadCMapDict ;};for {_gfb .skipSpaces ();_dedd ,_fea :=_gfb ._gccbf .Peek (2);if _fea !=nil {return _aae ,_fea ; -};if (_dedd [0]=='>')&&(_dedd [1]=='>'){_gfb ._gccbf .ReadByte ();_gfb ._gccbf .ReadByte ();break ;};_ggg ,_fea :=_gfb .parseName ();_cf .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_ggg .Name );if _fea !=nil {_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u002e\u0020\u0065\u0072r=\u0025\u0076",_fea ); -return _aae ,_fea ;};_gfb .skipSpaces ();_aee ,_fea :=_gfb .parseObject ();if _fea !=nil {return _aae ,_fea ;};_aae .Dict [_ggg .Name ]=_aee ;_gfb .skipSpaces ();_dedd ,_fea =_gfb ._gccbf .Peek (3);if _fea !=nil {return _aae ,_fea ;};if string (_dedd )=="\u0064\u0065\u0066"{_gfb ._gccbf .Discard (3); -};};return _aae ,nil ;};type CIDSystemInfo struct{Registry string ;Ordering string ;Supplement int ;};func (_ecc *cMapParser )parseComment ()(string ,error ){var _cab _fe .Buffer ;_ ,_acfa :=_ecc .skipSpaces ();if _acfa !=nil {return _cab .String (),_acfa ; -};_cacf :=true ;for {_bfba ,_gdde :=_ecc ._gccbf .Peek (1);if _gdde !=nil {_cf .Log .Debug ("p\u0061r\u0073\u0065\u0043\u006f\u006d\u006d\u0065\u006et\u003a\u0020\u0065\u0072r=\u0025\u0076",_gdde );return _cab .String (),_gdde ;};if _cacf &&_bfba [0]!='%'{return _cab .String (),ErrBadCMapComment ; -};_cacf =false ;if (_bfba [0]!='\r')&&(_bfba [0]!='\n'){_bab ,_ :=_ecc ._gccbf .ReadByte ();_cab .WriteByte (_bab );}else {break ;};};return _cab .String (),nil ;};type cmapOperand struct{Operand string ;};func (cmap *CMap )toBfData ()string {if len (cmap ._cg )==0{return ""; -};_gbe :=make ([]CharCode ,0,len (cmap ._cg ));for _ddg :=range cmap ._cg {_gbe =append (_gbe ,_ddg );};_ag .Slice (_gbe ,func (_bgga ,_efde int )bool {return _gbe [_bgga ]< _gbe [_efde ]});var _ee []charRange ;_ebdg :=charRange {_gbe [0],_gbe [0]};_cca :=cmap ._cg [_gbe [0]]; -for _ ,_aea :=range _gbe [1:]{_fdcf :=cmap ._cg [_aea ];if _aea ==_ebdg ._cfc +1&&_cd (_fdcf )==_cd (_cca )+1{_ebdg ._cfc =_aea ;}else {_ee =append (_ee ,_ebdg );_ebdg ._ce ,_ebdg ._cfc =_aea ,_aea ;};_cca =_fdcf ;};_ee =append (_ee ,_ebdg );var _gdf []CharCode ; -var _fbe []fbRange ;for _ ,_cff :=range _ee {if _cff ._ce ==_cff ._cfc {_gdf =append (_gdf ,_cff ._ce );}else {_fbe =append (_fbe ,fbRange {_cc :_cff ._ce ,_def :_cff ._cfc ,_g :cmap ._cg [_cff ._ce ]});};};_cf .Log .Trace ("\u0063\u0068ar\u0052\u0061\u006eg\u0065\u0073\u003d\u0025d f\u0062Ch\u0061\u0072\u0073\u003d\u0025\u0064\u0020fb\u0052\u0061\u006e\u0067\u0065\u0073\u003d%\u0064",len (_ee ),len (_gdf ),len (_fbe )); -var _bde []string ;if len (_gdf )> 0{_fda :=(len (_gdf )+_bdd -1)/_bdd ;for _dcbf :=0;_dcbf < _fda ;_dcbf ++{_bag :=_cdg (len (_gdf )-_dcbf *_bdd ,_bdd );_bde =append (_bde ,_b .Sprintf ("\u0025\u0064\u0020\u0062\u0065\u0067\u0069\u006e\u0062f\u0063\u0068\u0061\u0072",_bag )); -for _db :=0;_db < _bag ;_db ++{_eca :=_gdf [_dcbf *_bdd +_db ];_fgd :=cmap ._cg [_eca ];_bde =append (_bde ,_b .Sprintf ("\u003c%\u0030\u0034\u0078\u003e\u0020\u0025s",_eca ,_edf (_fgd )));};_bde =append (_bde ,"\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r"); -};};if len (_fbe )> 0{_ab :=(len (_fbe )+_bdd -1)/_bdd ;for _fgbc :=0;_fgbc < _ab ;_fgbc ++{_adga :=_cdg (len (_fbe )-_fgbc *_bdd ,_bdd );_bde =append (_bde ,_b .Sprintf ("\u0025d\u0020b\u0065\u0067\u0069\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065",_adga )); -for _gdb :=0;_gdb < _adga ;_gdb ++{_cgb :=_fbe [_fgbc *_bdd +_gdb ];_bde =append (_bde ,_b .Sprintf ("\u003c%\u00304\u0078\u003e\u003c\u0025\u0030\u0034\u0078\u003e\u0020\u0025\u0073",_cgb ._cc ,_cgb ._def ,_edf (_cgb ._g )));};_bde =append (_bde ,"\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"); -};};return _ac .Join (_bde ,"\u000a");};func (_bce *cMapParser )parseObject ()(cmapObject ,error ){_bce .skipSpaces ();for {_dbfb ,_fbg :=_bce ._gccbf .Peek (2);if _fbg !=nil {return nil ,_fbg ;};if _dbfb [0]=='%'{_bce .parseComment ();_bce .skipSpaces (); -continue ;}else if _dbfb [0]=='/'{_dacb ,_gec :=_bce .parseName ();return _dacb ,_gec ;}else if _dbfb [0]=='('{_egbb ,_bdfg :=_bce .parseString ();return _egbb ,_bdfg ;}else if _dbfb [0]=='['{_fgdf ,_eff :=_bce .parseArray ();return _fgdf ,_eff ;}else if (_dbfb [0]=='<')&&(_dbfb [1]=='<'){_beg ,_gffb :=_bce .parseDict (); -return _beg ,_gffb ;}else if _dbfb [0]=='<'{_gbcb ,_aed :=_bce .parseHexString ();return _gbcb ,_aed ;}else if _be .IsDecimalDigit (_dbfb [0])||(_dbfb [0]=='-'&&_be .IsDecimalDigit (_dbfb [1])){_gccc ,_eadb :=_bce .parseNumber ();if _eadb !=nil {return nil ,_eadb ; -};return _gccc ,nil ;}else {_ccf ,_ddfe :=_bce .parseOperand ();if _ddfe !=nil {return nil ,_ddfe ;};return _ccf ,nil ;};};};type CMap struct{*cMapParser ;_dcb string ;_gf int ;_ea int ;_fc string ;_fdc string ;_fde CIDSystemInfo ;_ef []Codespace ;_dea map[CharCode ]CharCode ; -_ebd map[CharCode ]CharCode ;_cg map[CharCode ]string ;_ded map[string ]CharCode ;_ba []byte ;_ebf *_be .PdfObjectStream ;_eba integer ;};type cmapFloat struct{_defb float64 };func (_gfag *cMapParser )parseHexString ()(cmapHexString ,error ){_gfag ._gccbf .ReadByte (); -_ccac :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046");_abd :=_fe .Buffer {};for {_gfag .skipSpaces ();_fdga ,_feec :=_gfag ._gccbf .Peek (1);if _feec !=nil {return cmapHexString {},_feec ; -};if _fdga [0]=='>'{_gfag ._gccbf .ReadByte ();break ;};_eeee ,_ :=_gfag ._gccbf .ReadByte ();if _fe .IndexByte (_ccac ,_eeee )>=0{_abd .WriteByte (_eeee );};};if _abd .Len ()%2==1{_cf .Log .Debug ("\u0070\u0061rs\u0065\u0048\u0065x\u0053\u0074\u0072\u0069ng:\u0020ap\u0070\u0065\u006e\u0064\u0069\u006e\u0067 '\u0030\u0027\u0020\u0074\u006f\u0020\u0025#\u0071",_abd .String ()); -_abd .WriteByte ('0');};_ffb :=_abd .Len ()/2;_eef ,_ :=_f .DecodeString (_abd .String ());return cmapHexString {_acbe :_ffb ,_ece :_eef },nil ;};func (_afa *cMapParser )parseString ()(cmapString ,error ){_afa ._gccbf .ReadByte ();_dfaf :=_fe .Buffer {}; -_dfb :=1;for {_cfg ,_dacf :=_afa ._gccbf .Peek (1);if _dacf !=nil {return cmapString {_dfaf .String ()},_dacf ;};if _cfg [0]=='\\'{_afa ._gccbf .ReadByte ();_ffg ,_baec :=_afa ._gccbf .ReadByte ();if _baec !=nil {return cmapString {_dfaf .String ()},_baec ; -};if _be .IsOctalDigit (_ffg ){_defd ,_ddd :=_afa ._gccbf .Peek (2);if _ddd !=nil {return cmapString {_dfaf .String ()},_ddd ;};var _gacb []byte ;_gacb =append (_gacb ,_ffg );for _ ,_befb :=range _defd {if _be .IsOctalDigit (_befb ){_gacb =append (_gacb ,_befb ); -}else {break ;};};_afa ._gccbf .Discard (len (_gacb )-1);_cf .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_gacb );_abab ,_ddd :=_d .ParseUint (string (_gacb ),8,32);if _ddd !=nil {return cmapString {_dfaf .String ()},_ddd ; -};_dfaf .WriteByte (byte (_abab ));continue ;};switch _ffg {case 'n':_dfaf .WriteByte ('\n');case 'r':_dfaf .WriteByte ('\r');case 't':_dfaf .WriteByte ('\t');case 'b':_dfaf .WriteByte ('\b');case 'f':_dfaf .WriteByte ('\f');case '(':_dfaf .WriteByte ('('); -case ')':_dfaf .WriteByte (')');case '\\':_dfaf .WriteByte ('\\');};continue ;}else if _cfg [0]=='('{_dfb ++;}else if _cfg [0]==')'{_dfb --;if _dfb ==0{_afa ._gccbf .ReadByte ();break ;};};_fega ,_ :=_afa ._gccbf .ReadByte ();_dfaf .WriteByte (_fega ); -};return cmapString {_dfaf .String ()},nil ;};func _dafe (_ccad cmapHexString )CharCode {_aaef :=CharCode (0);for _ ,_bbd :=range _ccad ._ece {_aaef <<=8;_aaef |=CharCode (_bbd );};return _aaef ;};func (_gfbc *cMapParser )parseNumber ()(cmapObject ,error ){_cged ,_ecda :=_be .ParseNumber (_gfbc ._gccbf ); -if _ecda !=nil {return nil ,_ecda ;};switch _bfcg :=_cged .(type ){case *_be .PdfObjectFloat :return cmapFloat {float64 (*_bfcg )},nil ;case *_be .PdfObjectInteger :return cmapInt {int64 (*_bfcg )},nil ;};return nil ,_b .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_cged ); -};func (cmap *CMap )parseSystemInfo ()error {_dbc :=false ;_fac :=false ;_ead :="";_ebfc :=false ;_dgf :=CIDSystemInfo {};for _daf :=0;_daf < 50&&!_ebfc ;_daf ++{_facf ,_cac :=cmap .parseObject ();if _cac !=nil {return _cac ;};switch _fbb :=_facf .(type ){case cmapDict :_dag :=_fbb .Dict ; -_faf ,_ace :=_dag ["\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"];if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gce ,_ace :=_faf .(cmapString ); -if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_dgf .Registry =_gce .String ;_faf ,_ace =_dag ["\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"]; -if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_gce ,_ace =_faf .(cmapString );if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); -return ErrBadCMap ;};_dgf .Ordering =_gce .String ;_bggb ,_ace :=_dag ["\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"];if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); -return ErrBadCMap ;};_gbeg ,_ace :=_bggb .(cmapInt );if !_ace {_cf .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_dgf .Supplement =int (_gbeg ._cgac ); -_ebfc =true ;case cmapOperand :switch _fbb .Operand {case "\u0062\u0065\u0067i\u006e":_dbc =true ;case "\u0065\u006e\u0064":_ebfc =true ;case "\u0064\u0065\u0066":_fac =false ;};case cmapName :if _dbc {_ead =_fbb .Name ;_fac =true ;};case cmapString :if _fac {switch _ead {case "\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079":_dgf .Registry =_fbb .String ; -case "\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067":_dgf .Ordering =_fbb .String ;};};case cmapInt :if _fac {switch _ead {case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_dgf .Supplement =int (_fbb ._cgac );};};};};if !_ebfc {_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006ec\u006f\u0072\u0072\u0065\u0063\u0074\u006c\u0079"); -return ErrBadCMap ;};cmap ._fde =_dgf ;return nil ;};func IsPredefinedCMap (name string )bool {return _dc .AssetExists (name )};type cMapParser struct{_gccbf *_fd .Reader };func (cmap *CMap )Name ()string {return cmap ._dcb };func NewToUnicodeCMap (codeToRune map[CharCode ]rune )*CMap {_fa :=make (map[CharCode ]string ,len (codeToRune )); -for _acf ,_ceb :=range codeToRune {_fa [_acf ]=string (_ceb );};cmap :=&CMap {_dcb :"\u0041d\u006fb\u0065\u002d\u0049\u0064\u0065n\u0074\u0069t\u0079\u002d\u0055\u0043\u0053",_ea :2,_gf :16,_fde :CIDSystemInfo {Registry :"\u0041\u0064\u006fb\u0065",Ordering :"\u0055\u0043\u0053",Supplement :0},_ef :[]Codespace {{Low :0,High :0xffff}},_cg :_fa ,_ded :make (map[string ]CharCode ,len (codeToRune )),_dea :make (map[CharCode ]CharCode ,len (codeToRune )),_ebd :make (map[CharCode ]CharCode ,len (codeToRune ))}; -cmap .computeInverseMappings ();return cmap ;};func (cmap *CMap )parseBfrange ()error {for {var _bfde CharCode ;_agc ,_daa :=cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _face :=_agc .(type ){case cmapOperand :if _face .Operand ==_cag {return nil ; -};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");case cmapHexString :_bfde =_dafe (_face );default:return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065"); -};var _cga CharCode ;_agc ,_daa =cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _bacg :=_agc .(type ){case cmapOperand :_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065\u0020\u0062\u0066r\u0061\u006e\u0067\u0065\u0020\u0074\u0072i\u0070\u006c\u0065\u0074"); -return ErrBadCMap ;case cmapHexString :_cga =_dafe (_bacg );if _cga > 0xffff{_cga =0xffff;};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_agc );return ErrBadCMap ; -};_agc ,_daa =cmap .parseObject ();if _daa !=nil {if _daa ==_aa .EOF {break ;};return _daa ;};switch _gge :=_agc .(type ){case cmapArray :if len (_gge .Array )!=int (_cga -_bfde )+1{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0069\u0074\u0065\u006d\u0073\u0020\u0069\u006e\u0020a\u0072\u0072\u0061\u0079"); -return ErrBadCMap ;};for _cdb :=_bfde ;_cdb <=_cga ;_cdb ++{_fab :=_gge .Array [_cdb -_bfde ];_deg ,_ecd :=_fab .(cmapHexString );if !_ecd {return _de .New ("\u006e\u006f\u006e-h\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0069\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};_gebd :=_gecd (_deg );cmap ._cg [_cdb ]=string (_gebd );};case cmapHexString :_aeb :=_gecd (_gge );_cgc :=len (_aeb );for _eec :=_bfde ;_eec <=_cga ;_eec ++{cmap ._cg [_eec ]=string (_aeb );if _cgc > 0{_aeb [_cgc -1]++;}else {_cf .Log .Debug ("\u004e\u006f\u0020c\u006d\u0061\u0070\u0020\u0074\u0061\u0072\u0067\u0065\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0066\u006f\u0072\u0020\u0025\u0023\u0076",_eec ); -};if _eec ==1<<32-1{break ;};};default:_cf .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_agc );return ErrBadCMap ;};};return nil ;};type cmapObject interface{};type CharCode uint32 ; -func (cmap *CMap )String ()string {_bef :=cmap ._fde ;_gae :=[]string {_b .Sprintf ("\u006e\u0062\u0069\u0074\u0073\u003a\u0025\u0064",cmap ._gf ),_b .Sprintf ("\u0074y\u0070\u0065\u003a\u0025\u0064",cmap ._ea )};if cmap ._fc !=""{_gae =append (_gae ,_b .Sprintf ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0025\u0073",cmap ._fc )); -};if cmap ._fdc !=""{_gae =append (_gae ,_b .Sprintf ("u\u0073\u0065\u0063\u006d\u0061\u0070\u003a\u0025\u0023\u0071",cmap ._fdc ));};_gae =append (_gae ,_b .Sprintf ("\u0073\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0025\u0073",_bef .String ())); -if len (cmap ._ef )> 0{_gae =append (_gae ,_b .Sprintf ("\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u003a\u0025\u0064",len (cmap ._ef )));};if len (cmap ._cg )> 0{_gae =append (_gae ,_b .Sprintf ("\u0063\u006fd\u0065\u0054\u006fU\u006e\u0069\u0063\u006f\u0064\u0065\u003a\u0025\u0064",len (cmap ._cg ))); -};return _b .Sprintf ("\u0043\u004d\u0041P\u007b\u0025\u0023\u0071\u0020\u0025\u0073\u007d",cmap ._dcb ,_ac .Join (_gae ,"\u0020"));};func _gecd (_fdgb cmapHexString )[]rune {if len (_fdgb ._ece )==1{return []rune {rune (_fdgb ._ece [0])};};_bcdd :=_fdgb ._ece ; -if len (_bcdd )%2!=0{_bcdd =append (_bcdd ,0);_cf .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u0073\u002e\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0073\u0068\u0065\u0078\u003d\u0025#\u0076\u0020\u0074\u006f\u0020\u0025\u002b\u0076",_fdgb ,_bcdd ); -};_agba :=len (_bcdd )>>1;_dfaa :=make ([]uint16 ,_agba );for _cea :=0;_cea < _agba ;_cea ++{_dfaa [_cea ]=uint16 (_bcdd [_cea <<1])<<8+uint16 (_bcdd [_cea <<1+1]);};_gfd :=_c .Decode (_dfaa );return _gfd ;};func (cmap *CMap )CharcodeToUnicode (code CharCode )(string ,bool ){if _ge ,_cce :=cmap ._cg [code ]; -_cce {return _ge ,true ;};return MissingCodeString ,false ;};type cmapString struct{String string ;};func _cd (_ggb string )rune {_geb :=[]rune (_ggb );return _geb [len (_geb )-1]};var (ErrBadCMap =_de .New ("\u0062\u0061\u0064\u0020\u0063\u006d\u0061\u0070"); -ErrBadCMapComment =_de .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025");ErrBadCMapDict =_de .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"); -);type integer struct{_cafc bool ;_dgad int ;};func (_agfe *cMapParser )parseName ()(cmapName ,error ){_cae :="";_aeg :=false ;for {_bfef ,_cad :=_agfe ._gccbf .Peek (1);if _cad ==_aa .EOF {break ;};if _cad !=nil {return cmapName {_cae },_cad ;};if !_aeg {if _bfef [0]=='/'{_aeg =true ; -_agfe ._gccbf .ReadByte ();}else {_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u004e\u0061\u006d\u0065\u0020\u0073\u0074a\u0072t\u0069n\u0067 \u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0028\u0025\u0020\u0078\u0029",_bfef ,_bfef );return cmapName {_cae },_b .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_bfef [0]); -};}else {if _be .IsWhiteSpace (_bfef [0]){break ;}else if (_bfef [0]=='/')||(_bfef [0]=='[')||(_bfef [0]=='(')||(_bfef [0]==']')||(_bfef [0]=='<')||(_bfef [0]=='>'){break ;}else if _bfef [0]=='#'{_dda ,_bdefd :=_agfe ._gccbf .Peek (3);if _bdefd !=nil {return cmapName {_cae },_bdefd ; -};_agfe ._gccbf .Discard (3);_acca ,_bdefd :=_f .DecodeString (string (_dda [1:3]));if _bdefd !=nil {return cmapName {_cae },_bdefd ;};_cae +=string (_acca );}else {_acb ,_ :=_agfe ._gccbf .ReadByte ();_cae +=string (_acb );};};};return cmapName {_cae },nil ; -};func (cmap *CMap )computeInverseMappings (){for _age ,_ca :=range cmap ._dea {if _aga ,_bfd :=cmap ._ebd [_ca ];!_bfd ||(_bfd &&_aga > _age ){cmap ._ebd [_ca ]=_age ;};};for _bcc ,_dde :=range cmap ._cg {if _bd ,_adg :=cmap ._ded [_dde ];!_adg ||(_adg &&_bd > _bcc ){cmap ._ded [_dde ]=_bcc ; -};};_ag .Slice (cmap ._ef ,func (_gc ,_ebg int )bool {return cmap ._ef [_gc ].Low < cmap ._ef [_ebg ].Low });};func (cmap *CMap )Type ()int {return cmap ._ea };func (_bdec *cMapParser )parseArray ()(cmapArray ,error ){_eda :=cmapArray {};_eda .Array =[]cmapObject {}; -_bdec ._gccbf .ReadByte ();for {_bdec .skipSpaces ();_eab ,_ccg :=_bdec ._gccbf .Peek (1);if _ccg !=nil {return _eda ,_ccg ;};if _eab [0]==']'{_bdec ._gccbf .ReadByte ();break ;};_cdag ,_ccg :=_bdec .parseObject ();if _ccg !=nil {return _eda ,_ccg ;};_eda .Array =append (_eda .Array ,_cdag ); -};return _eda ,nil ;};func (cmap *CMap )parse ()error {var _egd cmapObject ;for {_fba ,_bgd :=cmap .parseObject ();if _bgd !=nil {if _bgd ==_aa .EOF {break ;};_cf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0043\u004d\u0061\u0070\u003a\u0020\u0025\u0076",_bgd ); -return _bgd ;};switch _ggad :=_fba .(type ){case cmapOperand :_ddge :=_ggad ;switch _ddge .Operand {case _cda :_bfdc :=cmap .parseCodespaceRange ();if _bfdc !=nil {return _bfdc ;};case _gefc :_cde :=cmap .parseCIDRange ();if _cde !=nil {return _cde ;}; -case _fbc :_eea :=cmap .parseBfchar ();if _eea !=nil {return _eea ;};case _bae :_cb :=cmap .parseBfrange ();if _cb !=nil {return _cb ;};case _bdeb :if _egd ==nil {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u0073\u0065\u0063m\u0061\u0070\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f \u0061\u0072\u0067"); -return ErrBadCMap ;};_ceda ,_edg :=_egd .(cmapName );if !_edg {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0075\u0073\u0065\u0063\u006d\u0061\u0070\u0020\u0061\u0072\u0067\u0020\u006eo\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u0020\u0025\u0023\u0076",_egd ); -return ErrBadCMap ;};cmap ._fdc =_ceda .Name ;case _dgce :_gfa :=cmap .parseSystemInfo ();if _gfa !=nil {return _gfa ;};};case cmapName :_gebf :=_ggad ;switch _gebf .Name {case _dgce :_ddgg :=cmap .parseSystemInfo ();if _ddgg !=nil {return _ddgg ;};case _dgd :_ffc :=cmap .parseName (); -if _ffc !=nil {return _ffc ;};case _ebae :_feeb :=cmap .parseType ();if _feeb !=nil {return _feeb ;};case _dbg :_bge :=cmap .parseVersion ();if _bge !=nil {return _bge ;};case _gdc :if _bgd =cmap .parseWMode ();_bgd !=nil {return _bgd ;};};};_egd =_fba ; -};return nil ;};type cmapName struct{Name string ;};type cmapArray struct{Array []cmapObject ;};func _fabg (_ebdc []byte )*cMapParser {_dec :=cMapParser {};_ebe :=_fe .NewBuffer (_ebdc );_dec ._gccbf =_fd .NewReader (_ebe );return &_dec ;};func (cmap *CMap )parseCIDRange ()error {for {_ggag ,_cge :=cmap .parseObject (); -if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_deda ,_ccab :=_ggag .(cmapHexString );if !_ccab {if _fbbf ,_deag :=_ggag .(cmapOperand );_deag {if _fbbf .Operand ==_bdef {return nil ;};return _de .New ("\u0063\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0072\u0076\u0061\u006c\u0020s\u0074\u0061\u0072\u0074\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); -};};_ddf :=_dafe (_deda );_ggag ,_cge =cmap .parseObject ();if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_fdg ,_ccab :=_ggag .(cmapHexString );if !_ccab {return _de .New ("\u0063\u0069d\u0020\u0069\u006e\u0074e\u0072\u0076a\u006c\u0020\u0065\u006e\u0064\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); -};if len (_deda ._ece )!=len (_fdg ._ece ){return _de .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065");};_ede :=_dafe (_fdg ); -if _ddf > _ede {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0049\u0044\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073t\u0061\u0072\u0074\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u0020\u0065\u006e\u0064=\u0030x\u0025\u0030\u0032\u0078",_ddf ,_ede ); -return ErrBadCMap ;};_ggag ,_cge =cmap .parseObject ();if _cge !=nil {if _cge ==_aa .EOF {break ;};return _cge ;};_cbf ,_ccab :=_ggag .(cmapInt );if !_ccab {return _de .New ("\u0063\u0069\u0064\u0020\u0073t\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); -};if _cbf ._cgac < 0{return _de .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0063\u0069\u0064\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065");};_agf :=_cbf ._cgac ;for _cbg :=_ddf ;_cbg <=_ede ;_cbg ++{cmap ._dea [_cbg ]=CharCode (_agf ); -_agf ++;};_cf .Log .Trace ("C\u0049\u0044\u0020\u0072\u0061\u006eg\u0065\u003a\u0020\u003c\u0030\u0078\u0025\u0058\u003e \u003c\u0030\u0078%\u0058>\u0020\u0025\u0064",_ddf ,_ede ,_cbf ._cgac );};return nil ;};func (cmap *CMap )parseWMode ()error {var _add int ; -_bcd :=false ;for _egb :=0;_egb < 3&&!_bcd ;_egb ++{_gba ,_cdc :=cmap .parseObject ();if _cdc !=nil {return _cdc ;};switch _cebe :=_gba .(type ){case cmapOperand :switch _cebe .Operand {case "\u0064\u0065\u0066":_bcd =true ;default:_cf .Log .Error ("\u0070\u0061\u0072\u0073\u0065\u0057\u004d\u006f\u0064\u0065:\u0020\u0073\u0074\u0061\u0074\u0065\u0020e\u0072\u0072\u006f\u0072\u002e\u0020\u006f\u003d\u0025\u0023\u0076",_gba ); -return ErrBadCMap ;};case cmapInt :_add =int (_cebe ._cgac );};};cmap ._eba =integer {_cafc :true ,_dgad :_add };return nil ;};func LoadPredefinedCMap (name string )(*CMap ,error ){cmap ,_aca :=_ced (name );if _aca !=nil {return nil ,_aca ;};if cmap ._fdc ==""{cmap .computeInverseMappings (); -return cmap ,nil ;};_fb ,_aca :=_ced (cmap ._fdc );if _aca !=nil {return nil ,_aca ;};for _bfc ,_eg :=range _fb ._dea {if _ ,_ega :=cmap ._dea [_bfc ];!_ega {cmap ._dea [_bfc ]=_eg ;};};cmap ._ef =append (cmap ._ef ,_fb ._ef ...);cmap .computeInverseMappings (); -return cmap ,nil ;};func (cmap *CMap )StringToCID (s string )(CharCode ,bool ){_dg ,_da :=cmap ._ded [s ];return _dg ,_da };const (_dgce ="\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f";_aef ="\u0062e\u0067\u0069\u006e\u0063\u006d\u0061p"; -_ceg ="\u0065n\u0064\u0063\u006d\u0061\u0070";_cda ="\u0062\u0065\u0067\u0069nc\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0072\u0061\u006e\u0067\u0065";_fefg ="\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065"; -_fbc ="b\u0065\u0067\u0069\u006e\u0062\u0066\u0063\u0068\u0061\u0072";_bgb ="\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r";_bae ="\u0062\u0065\u0067i\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065";_cag ="\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"; -_gefc ="\u0062\u0065\u0067\u0069\u006e\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_bdef ="e\u006e\u0064\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_bdeb ="\u0075s\u0065\u0063\u006d\u0061\u0070";_gdc ="\u0057\u004d\u006fd\u0065";_dgd ="\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065"; -_ebae ="\u0043\u004d\u0061\u0070\u0054\u0079\u0070\u0065";_dbg ="C\u004d\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e";);type charRange struct{_ce CharCode ;_cfc CharCode ;};func (_ga *CIDSystemInfo )String ()string {return _b .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0025\u0030\u0033\u0064",_ga .Registry ,_ga .Ordering ,_ga .Supplement ); -};type cmapHexString struct{_acbe int ;_ece []byte ;};func (cmap *CMap )parseCodespaceRange ()error {for {_fcb ,_fefa :=cmap .parseObject ();if _fefa !=nil {if _fefa ==_aa .EOF {break ;};return _fefa ;};_cec ,_ddba :=_fcb .(cmapHexString );if !_ddba {if _bfe ,_acc :=_fcb .(cmapOperand ); -_acc {if _bfe .Operand ==_fefg {return nil ;};return _de .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");};};_fcb ,_fefa =cmap .parseObject ();if _fefa !=nil {if _fefa ==_aa .EOF {break ;};return _fefa ; -};_fge ,_ddba :=_fcb .(cmapHexString );if !_ddba {return _de .New ("\u006e\u006f\u006e-\u0068\u0065\u0078\u0020\u0068\u0069\u0067\u0068");};if len (_cec ._ece )!=len (_fge ._ece ){return _de .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065"); -};_bac :=_dafe (_cec );_feb :=_dafe (_fge );if _feb < _bac {_cf .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0061d\u0020\u0063\u006fd\u0065\u0073\u0070\u0061\u0063\u0065\u002e\u0020\u006cow\u003d\u0030\u0078%\u0030\u0032x\u0020\u0068\u0069\u0067\u0068\u003d0\u0078\u00250\u0032\u0078",_bac ,_feb ); -return ErrBadCMap ;};_edb :=_fge ._acbe ;_bbb :=Codespace {NumBytes :_edb ,Low :_bac ,High :_feb };cmap ._ef =append (cmap ._ef ,_bbb );_cf .Log .Trace ("\u0043\u006f\u0064e\u0073\u0070\u0061\u0063e\u0020\u006c\u006f\u0077\u003a\u0020\u0030x\u0025\u0058\u002c\u0020\u0068\u0069\u0067\u0068\u003a\u0020\u0030\u0078\u0025\u0058",_bac ,_feb ); -};if len (cmap ._ef )==0{_cf .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u0020\u0069\u006e\u0020\u0063ma\u0070\u002e");return ErrBadCMap ;};return nil ;};func (cmap *CMap )Bytes ()[]byte {_cf .Log .Trace ("\u0063\u006d\u0061\u0070.B\u0079\u0074\u0065\u0073\u003a\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",cmap .String ()); -if len (cmap ._ba )> 0{return cmap ._ba ;};cmap ._ba =[]byte (_ac .Join ([]string {_df ,cmap .toBfData (),_cdf },"\u000a"));return cmap ._ba ;};func (cmap *CMap )CIDToCharcode (cid CharCode )(CharCode ,bool ){_gcc ,_bfb :=cmap ._ebd [cid ];return _gcc ,_bfb ; -};func (cmap *CMap )CharcodeBytesToUnicode (data []byte )(string ,int ){_dedg ,_fdeg :=cmap .BytesToCharcodes (data );if !_fdeg {_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065s\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069n\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0064\u0061\u0074\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078]\u0020\u0063\u006d\u0061\u0070=\u0025\u0073",data ,cmap ); -return "",0;};_af :=make ([]string ,len (_dedg ));var _caf []CharCode ;for _bg ,_adc :=range _dedg {_ggd ,_eaf :=cmap ._cg [_adc ];if !_eaf {_caf =append (_caf ,_adc );_ggd =MissingCodeString ;};_af [_bg ]=_ggd ;};_gga :=_ac .Join (_af ,"");if len (_caf )> 0{_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0068\u0061\u0072c\u006f\u0064\u0065\u0042y\u0074\u0065\u0073\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070\u002e\u000a"+"\u0009d\u0061t\u0061\u003d\u005b\u0025\u00200\u0032\u0078]\u003d\u0025\u0023\u0071\u000a"+"\u0009\u0063h\u0061\u0072\u0063o\u0064\u0065\u0073\u003d\u0025\u0030\u0032\u0078\u000a"+"\u0009\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003d\u0025\u0064\u0020%\u0030\u0032\u0078\u000a"+"\u0009\u0075\u006e\u0069\u0063\u006f\u0064\u0065\u003d`\u0025\u0073\u0060\u000a"+"\u0009\u0063\u006d\u0061\u0070\u003d\u0025\u0073",data ,string (data ),_dedg ,len (_caf ),_caf ,_gga ,cmap ); -};return _gga ,len (_caf );};func (_bgbe *cMapParser )parseOperand ()(cmapOperand ,error ){_bdfd :=cmapOperand {};_cfe :=_fe .Buffer {};for {_agd ,_gecc :=_bgbe ._gccbf .Peek (1);if _gecc !=nil {if _gecc ==_aa .EOF {break ;};return _bdfd ,_gecc ;};if _be .IsDelimiter (_agd [0]){break ; -};if _be .IsWhiteSpace (_agd [0]){break ;};_ddfd ,_ :=_bgbe ._gccbf .ReadByte ();_cfe .WriteByte (_ddfd );};if _cfe .Len ()==0{return _bdfd ,_b .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029"); -};_bdfd .Operand =_cfe .String ();return _bdfd ,nil ;};type fbRange struct{_cc CharCode ;_def CharCode ;_g string ;};type cmapDict struct{Dict map[string ]cmapObject ;};func (cmap *CMap )inCodespace (_edc CharCode ,_bgg int )bool {for _ ,_feg :=range cmap ._ef {if _feg .Low <=_edc &&_edc <=_feg .High &&_bgg ==_feg .NumBytes {return true ; -};};return false ;};func (_cece *cMapParser )skipSpaces ()(int ,error ){_ddc :=0;for {_dfa ,_ggbf :=_cece ._gccbf .Peek (1);if _ggbf !=nil {return 0,_ggbf ;};if _be .IsWhiteSpace (_dfa [0]){_cece ._gccbf .ReadByte ();_ddc ++;}else {break ;};};return _ddc ,nil ; -};func (cmap *CMap )CIDSystemInfo ()CIDSystemInfo {return cmap ._fde };func _cdg (_beeb ,_bfbf int )int {if _beeb < _bfbf {return _beeb ;};return _bfbf ;};func (cmap *CMap )matchCode (_aaf []byte )(_fgb CharCode ,_fdce int ,_cfce bool ){for _dcg :=0;_dcg < _bf ; -_dcg ++{if _dcg < len (_aaf ){_fgb =_fgb <<8|CharCode (_aaf [_dcg ]);_fdce ++;};_cfce =cmap .inCodespace (_fgb ,_dcg +1);if _cfce {return _fgb ,_fdce ,true ;};};_cf .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063o\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0020m\u0061t\u0063\u0068\u0065\u0073\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d=\u0025\u0023\u0071\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",_aaf ,string (_aaf ),cmap ); -return 0,0,false ;}; \ No newline at end of file +package cmap ;import (_d "bufio";_ge "bytes";_af "encoding/hex";_gee "errors";_ec "fmt";_bg "github.com/unidoc/unipdf/v3/common";_eba "github.com/unidoc/unipdf/v3/core";_de "github.com/unidoc/unipdf/v3/internal/cmap/bcmaps";_eb "io";_ef "sort";_a "strconv"; +_b "strings";_g "unicode/utf16";);const (_ccbe ="\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f";_ecgg ="\u0062e\u0067\u0069\u006e\u0063\u006d\u0061p";_dbga ="\u0065n\u0064\u0063\u006d\u0061\u0070";_egd ="\u0062\u0065\u0067\u0069nc\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0072\u0061\u006e\u0067\u0065"; +_ged ="\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065";_cced ="b\u0065\u0067\u0069\u006e\u0062\u0066\u0063\u0068\u0061\u0072";_ecf ="\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r";_ebad ="\u0062\u0065\u0067i\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065"; +_eaee ="\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065";_gdff ="\u0062\u0065\u0067\u0069\u006e\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_gdgd ="e\u006e\u0064\u0063\u0069\u0064\u0072\u0061\u006e\u0067\u0065";_dfdc ="\u0075s\u0065\u0063\u006d\u0061\u0070"; +_cbga ="\u0057\u004d\u006fd\u0065";_aeb ="\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065";_ccd ="\u0043\u004d\u0061\u0070\u0054\u0079\u0070\u0065";_dbgg ="C\u004d\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e";);func _agg (_edcd string )rune {_aegb :=[]rune (_edcd ); +return _aegb [len (_aegb )-1]};func _bdc (_ff string )(*CMap ,error ){_dfe ,_cc :=_de .Asset (_ff );if _cc !=nil {return nil ,_cc ;};return LoadCmapFromDataCID (_dfe );};type CharCode uint32 ;func _eca (_fggb cmapHexString )rune {_eafd :=_eegbe (_fggb ); +if _ecaf :=len (_eafd );_ecaf ==0{_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054o\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065c\u0074\u0065\u0064\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u006f\u006e\u0065\u0020\u0072u\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023\u0076",_fggb ); +return MissingCodeRune ;};if len (_eafd )> 1{_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u002e\u0020\u0045\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0065\u0078\u0061\u0063\u0074\u006c\u0079\u0020\u006f\u006e\u0065\u0020\u0072\u0075\u006e\u0065\u0020\u0073\u0068\u0065\u0078\u003d\u0025\u0023v\u0020\u002d\u003e\u0020\u0025#\u0076",_fggb ,_eafd ); +};return _eafd [0];};func (cmap *CMap )parseCodespaceRange ()error {for {_dee ,_aaf :=cmap .parseObject ();if _aaf !=nil {if _aaf ==_eb .EOF {break ;};return _aaf ;};_eegb ,_bacd :=_dee .(cmapHexString );if !_bacd {if _gdf ,_dag :=_dee .(cmapOperand ); +_dag {if _gdf .Operand ==_ged {return nil ;};return _gee .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");};};_dee ,_aaf =cmap .parseObject ();if _aaf !=nil {if _aaf ==_eb .EOF {break ;};return _aaf ;};_fcb ,_bacd :=_dee .(cmapHexString ); +if !_bacd {return _gee .New ("\u006e\u006f\u006e-\u0068\u0065\u0078\u0020\u0068\u0069\u0067\u0068");};if len (_eegb ._gedb )!=len (_fcb ._gedb ){return _gee .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065"); +};_egad :=_gdgc (_eegb );_ceg :=_gdgc (_fcb );if _ceg < _egad {_bg .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0042\u0061d\u0020\u0063\u006fd\u0065\u0073\u0070\u0061\u0063\u0065\u002e\u0020\u006cow\u003d\u0030\u0078%\u0030\u0032x\u0020\u0068\u0069\u0067\u0068\u003d0\u0078\u00250\u0032\u0078",_egad ,_ceg ); +return ErrBadCMap ;};_becf :=_fcb ._ecfg ;_gfe :=Codespace {NumBytes :_becf ,Low :_egad ,High :_ceg };cmap ._cfa =append (cmap ._cfa ,_gfe );_bg .Log .Trace ("\u0043\u006f\u0064e\u0073\u0070\u0061\u0063e\u0020\u006c\u006f\u0077\u003a\u0020\u0030x\u0025\u0058\u002c\u0020\u0068\u0069\u0067\u0068\u003a\u0020\u0030\u0078\u0025\u0058",_egad ,_ceg ); +};if len (cmap ._cfa )==0{_bg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u0020\u0069\u006e\u0020\u0063ma\u0070\u002e");return ErrBadCMap ;};return nil ;};func _eab (_cbfa string )string {_cfcg :=[]rune (_cbfa ); +_bbcd :=make ([]string ,len (_cfcg ));for _gbab ,_fddf :=range _cfcg {_bbcd [_gbab ]=_ec .Sprintf ("\u0025\u0030\u0034\u0078",_fddf );};return _ec .Sprintf ("\u003c\u0025\u0073\u003e",_b .Join (_bbcd ,""));};type CMap struct{*cMapParser ;_cf string ;_gaa int ; +_cfd int ;_ba string ;_fgc string ;_bb CIDSystemInfo ;_cfa []Codespace ;_edd map[CharCode ]CharCode ;_gb map[CharCode ]CharCode ;_cff map[CharCode ]string ;_da map[string ]CharCode ;_df []byte ;_dfg *_eba .PdfObjectStream ;_cfc integer ;};type charRange struct{_ebb CharCode ; +_ea CharCode ;};func _bd (_geg bool )*CMap {_ca :=16;if _geg {_ca =8;};return &CMap {_gaa :_ca ,_edd :make (map[CharCode ]CharCode ),_gb :make (map[CharCode ]CharCode ),_cff :make (map[CharCode ]string ),_da :make (map[string ]CharCode )};};func (cmap *CMap )toBfData ()string {if len (cmap ._cff )==0{return ""; +};_cgbb :=make ([]CharCode ,0,len (cmap ._cff ));for _cca :=range cmap ._cff {_cgbb =append (_cgbb ,_cca );};_ef .Slice (_cgbb ,func (_eec ,_gcb int )bool {return _cgbb [_eec ]< _cgbb [_gcb ]});var _fdg []charRange ;_aga :=charRange {_cgbb [0],_cgbb [0]}; +_gce :=cmap ._cff [_cgbb [0]];for _ ,_dfb :=range _cgbb [1:]{_agb :=cmap ._cff [_dfb ];if _dfb ==_aga ._ea +1&&_agg (_agb )==_agg (_gce )+1{_aga ._ea =_dfb ;}else {_fdg =append (_fdg ,_aga );_aga ._ebb ,_aga ._ea =_dfb ,_dfb ;};_gce =_agb ;};_fdg =append (_fdg ,_aga ); +var _fadg []CharCode ;var _afe []fbRange ;for _ ,_aab :=range _fdg {if _aab ._ebb ==_aab ._ea {_fadg =append (_fadg ,_aab ._ebb );}else {_afe =append (_afe ,fbRange {_db :_aab ._ebb ,_ga :_aab ._ea ,_afa :cmap ._cff [_aab ._ebb ]});};};_bg .Log .Trace ("\u0063\u0068ar\u0052\u0061\u006eg\u0065\u0073\u003d\u0025d f\u0062Ch\u0061\u0072\u0073\u003d\u0025\u0064\u0020fb\u0052\u0061\u006e\u0067\u0065\u0073\u003d%\u0064",len (_fdg ),len (_fadg ),len (_afe )); +var _fdb []string ;if len (_fadg )> 0{_dfa :=(len (_fadg )+_bfg -1)/_bfg ;for _dggd :=0;_dggd < _dfa ;_dggd ++{_ffb :=_fceb (len (_fadg )-_dggd *_bfg ,_bfg );_fdb =append (_fdb ,_ec .Sprintf ("\u0025\u0064\u0020\u0062\u0065\u0067\u0069\u006e\u0062f\u0063\u0068\u0061\u0072",_ffb )); +for _cbf :=0;_cbf < _ffb ;_cbf ++{_dce :=_fadg [_dggd *_bfg +_cbf ];_ebd :=cmap ._cff [_dce ];_fdb =append (_fdb ,_ec .Sprintf ("\u003c%\u0030\u0034\u0078\u003e\u0020\u0025s",_dce ,_eab (_ebd )));};_fdb =append (_fdb ,"\u0065n\u0064\u0062\u0066\u0063\u0068\u0061r"); +};};if len (_afe )> 0{_gbcf :=(len (_afe )+_bfg -1)/_bfg ;for _ced :=0;_ced < _gbcf ;_ced ++{_deb :=_fceb (len (_afe )-_ced *_bfg ,_bfg );_fdb =append (_fdb ,_ec .Sprintf ("\u0025d\u0020b\u0065\u0067\u0069\u006e\u0062\u0066\u0072\u0061\u006e\u0067\u0065",_deb )); +for _dda :=0;_dda < _deb ;_dda ++{_dfed :=_afe [_ced *_bfg +_dda ];_fdb =append (_fdb ,_ec .Sprintf ("\u003c%\u00304\u0078\u003e\u003c\u0025\u0030\u0034\u0078\u003e\u0020\u0025\u0073",_dfed ._db ,_dfed ._ga ,_eab (_dfed ._afa )));};_fdb =append (_fdb ,"\u0065\u006e\u0064\u0062\u0066\u0072\u0061\u006e\u0067\u0065"); +};};return _b .Join (_fdb ,"\u000a");};func (cmap *CMap )matchCode (_ggb []byte )(_ce CharCode ,_gba int ,_cb bool ){for _ag :=0;_ag < _f ;_ag ++{if _ag < len (_ggb ){_ce =_ce <<8|CharCode (_ggb [_ag ]);_gba ++;};_cb =cmap .inCodespace (_ce ,_ag +1);if _cb {return _ce ,_gba ,true ; +};};_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063o\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0020m\u0061t\u0063\u0068\u0065\u0073\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d=\u0025\u0023\u0071\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",_ggb ,string (_ggb ),cmap ); +return 0,0,false ;};func (cmap *CMap )parseWMode ()error {var _gda int ;_eafe :=false ;for _ffbf :=0;_ffbf < 3&&!_eafe ;_ffbf ++{_fdbe ,_bcf :=cmap .parseObject ();if _bcf !=nil {return _bcf ;};switch _cbg :=_fdbe .(type ){case cmapOperand :switch _cbg .Operand {case "\u0064\u0065\u0066":_eafe =true ; +default:_bg .Log .Error ("\u0070\u0061\u0072\u0073\u0065\u0057\u004d\u006f\u0064\u0065:\u0020\u0073\u0074\u0061\u0074\u0065\u0020e\u0072\u0072\u006f\u0072\u002e\u0020\u006f\u003d\u0025\u0023\u0076",_fdbe );return ErrBadCMap ;};case cmapInt :_gda =int (_cbg ._bage ); +};};cmap ._cfc =integer {_dfdca :true ,_egf :_gda };return nil ;};func (cmap *CMap )Stream ()(*_eba .PdfObjectStream ,error ){if cmap ._dfg !=nil {return cmap ._dfg ,nil ;};_fdf ,_ecg :=_eba .MakeStream (cmap .Bytes (),_eba .NewFlateEncoder ());if _ecg !=nil {return nil ,_ecg ; +};cmap ._dfg =_fdf ;return cmap ._dfg ,nil ;};func (_bfeb *cMapParser )parseDict ()(cmapDict ,error ){_bg .Log .Trace ("\u0052\u0065\u0061\u0064\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020D\u0069\u0063\u0074\u0021");_efcf :=_eeeg ();_ebg ,_ :=_bfeb ._gfcg .ReadByte (); +if _ebg !='<'{return _efcf ,ErrBadCMapDict ;};_ebg ,_ =_bfeb ._gfcg .ReadByte ();if _ebg !='<'{return _efcf ,ErrBadCMapDict ;};for {_bfeb .skipSpaces ();_gbb ,_gfca :=_bfeb ._gfcg .Peek (2);if _gfca !=nil {return _efcf ,_gfca ;};if (_gbb [0]=='>')&&(_gbb [1]=='>'){_bfeb ._gfcg .ReadByte (); +_bfeb ._gfcg .ReadByte ();break ;};_bbcf ,_gfca :=_bfeb .parseName ();_bg .Log .Trace ("\u004be\u0079\u003a\u0020\u0025\u0073",_bbcf .Name );if _gfca !=nil {_bg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0052\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u006e\u0061\u006d\u0065\u002e\u0020\u0065\u0072r=\u0025\u0076",_gfca ); +return _efcf ,_gfca ;};_bfeb .skipSpaces ();_ada ,_gfca :=_bfeb .parseObject ();if _gfca !=nil {return _efcf ,_gfca ;};_efcf .Dict [_bbcf .Name ]=_ada ;_bfeb .skipSpaces ();_gbb ,_gfca =_bfeb ._gfcg .Peek (3);if _gfca !=nil {return _efcf ,_gfca ;};if string (_gbb )=="\u0064\u0065\u0066"{_bfeb ._gfcg .Discard (3); +};};return _efcf ,nil ;};func (cmap *CMap )NBits ()int {return cmap ._gaa };func (_gbac *cMapParser )parseObject ()(cmapObject ,error ){_gbac .skipSpaces ();for {_dddf ,_gbae :=_gbac ._gfcg .Peek (2);if _gbae !=nil {return nil ,_gbae ;};if _dddf [0]=='%'{_gbac .parseComment (); +_gbac .skipSpaces ();continue ;}else if _dddf [0]=='/'{_gdd ,_gebe :=_gbac .parseName ();return _gdd ,_gebe ;}else if _dddf [0]=='('{_eefcc ,_dacb :=_gbac .parseString ();return _eefcc ,_dacb ;}else if _dddf [0]=='['{_cccg ,_gfd :=_gbac .parseArray (); +return _cccg ,_gfd ;}else if (_dddf [0]=='<')&&(_dddf [1]=='<'){_affb ,_dcae :=_gbac .parseDict ();return _affb ,_dcae ;}else if _dddf [0]=='<'{_gagb ,_eddb :=_gbac .parseHexString ();return _gagb ,_eddb ;}else if _eba .IsDecimalDigit (_dddf [0])||(_dddf [0]=='-'&&_eba .IsDecimalDigit (_dddf [1])){_becg ,_geec :=_gbac .parseNumber (); +if _geec !=nil {return nil ,_geec ;};return _becg ,nil ;}else {_ggbf ,_bab :=_gbac .parseOperand ();if _bab !=nil {return nil ,_bab ;};return _ggbf ,nil ;};};};func IsPredefinedCMap (name string )bool {return _de .AssetExists (name )};func (cmap *CMap )CharcodeBytesToUnicode (data []byte )(string ,int ){_eef ,_ebbb :=cmap .BytesToCharcodes (data ); +if !_ebbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0042\u0079\u0074\u0065s\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069n\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0064\u0061\u0074\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078]\u0020\u0063\u006d\u0061\u0070=\u0025\u0073",data ,cmap ); +return "",0;};_cgb :=make ([]string ,len (_eef ));var _fdd []CharCode ;for _ega ,_ead :=range _eef {_ege ,_dc :=cmap ._cff [_ead ];if !_dc {_fdd =append (_fdd ,_ead );_ege =MissingCodeString ;};_cgb [_ega ]=_ege ;};_gea :=_b .Join (_cgb ,"");if len (_fdd )> 0{_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020C\u0068\u0061\u0072c\u006f\u0064\u0065\u0042y\u0074\u0065\u0073\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u004e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070\u002e\u000a"+"\u0009d\u0061t\u0061\u003d\u005b\u0025\u00200\u0032\u0078]\u003d\u0025\u0023\u0071\u000a"+"\u0009\u0063h\u0061\u0072\u0063o\u0064\u0065\u0073\u003d\u0025\u0030\u0032\u0078\u000a"+"\u0009\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003d\u0025\u0064\u0020%\u0030\u0032\u0078\u000a"+"\u0009\u0075\u006e\u0069\u0063\u006f\u0064\u0065\u003d`\u0025\u0073\u0060\u000a"+"\u0009\u0063\u006d\u0061\u0070\u003d\u0025\u0073",data ,string (data ),_eef ,len (_fdd ),_fdd ,_gea ,cmap ); +};return _gea ,len (_fdd );};func LoadPredefinedCMap (name string )(*CMap ,error ){cmap ,_def :=_bdc (name );if _def !=nil {return nil ,_def ;};if cmap ._fgc ==""{cmap .computeInverseMappings ();return cmap ,nil ;};_ab ,_def :=_bdc (cmap ._fgc );if _def !=nil {return nil ,_def ; +};for _dde ,_aff :=range _ab ._edd {if _ ,_aa :=cmap ._edd [_dde ];!_aa {cmap ._edd [_dde ]=_aff ;};};cmap ._cfa =append (cmap ._cfa ,_ab ._cfa ...);cmap .computeInverseMappings ();return cmap ,nil ;};type cmapObject interface{};type Codespace struct{NumBytes int ; +Low CharCode ;High CharCode ;};type cmapDict struct{Dict map[string ]cmapObject ;};func (_fbe *cMapParser )parseNumber ()(cmapObject ,error ){_adb ,_febc :=_eba .ParseNumber (_fbe ._gfcg );if _febc !=nil {return nil ,_febc ;};switch _adc :=_adb .(type ){case *_eba .PdfObjectFloat :return cmapFloat {float64 (*_adc )},nil ; +case *_eba .PdfObjectInteger :return cmapInt {int64 (*_adc )},nil ;};return nil ,_ec .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_adb );};func (cmap *CMap )Bytes ()[]byte {_bg .Log .Trace ("\u0063\u006d\u0061\u0070.B\u0079\u0074\u0065\u0073\u003a\u0020\u0063\u006d\u0061\u0070\u003d\u0025\u0073",cmap .String ()); +if len (cmap ._df )> 0{return cmap ._df ;};cmap ._df =[]byte (_b .Join ([]string {_ace ,cmap .toBfData (),_abb },"\u000a"));return cmap ._df ;};func (cmap *CMap )parse ()error {var _dafg cmapObject ;for {_bac ,_aea :=cmap .parseObject ();if _aea !=nil {if _aea ==_eb .EOF {break ; +};_bg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0043\u004d\u0061\u0070\u003a\u0020\u0025\u0076",_aea );return _aea ;};switch _gd :=_bac .(type ){case cmapOperand :_fdab :=_gd ;switch _fdab .Operand {case _egd :_bgf :=cmap .parseCodespaceRange (); +if _bgf !=nil {return _bgf ;};case _gdff :_eae :=cmap .parseCIDRange ();if _eae !=nil {return _eae ;};case _cced :_gga :=cmap .parseBfchar ();if _gga !=nil {return _gga ;};case _ebad :_fcc :=cmap .parseBfrange ();if _fcc !=nil {return _fcc ;};case _dfdc :if _dafg ==nil {_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u0073\u0065\u0063m\u0061\u0070\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f \u0061\u0072\u0067"); +return ErrBadCMap ;};_cce ,_febfg :=_dafg .(cmapName );if !_febfg {_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0075\u0073\u0065\u0063\u006d\u0061\u0070\u0020\u0061\u0072\u0067\u0020\u006eo\u0074\u0020\u0061\u0020\u006e\u0061\u006de\u0020\u0025\u0023\u0076",_dafg ); +return ErrBadCMap ;};cmap ._fgc =_cce .Name ;case _ccbe :_age :=cmap .parseSystemInfo ();if _age !=nil {return _age ;};};case cmapName :_bba :=_gd ;switch _bba .Name {case _ccbe :_ccf :=cmap .parseSystemInfo ();if _ccf !=nil {return _ccf ;};case _aeb :_gdg :=cmap .parseName (); +if _gdg !=nil {return _gdg ;};case _ccd :_dca :=cmap .parseType ();if _dca !=nil {return _dca ;};case _dbgg :_fef :=cmap .parseVersion ();if _fef !=nil {return _fef ;};case _cbga :if _aea =cmap .parseWMode ();_aea !=nil {return _aea ;};};};_dafg =_bac ; +};return nil ;};func (cmap *CMap )parseBfchar ()error {for {_ccea ,_fbd :=cmap .parseObject ();if _fbd !=nil {if _fbd ==_eb .EOF {break ;};return _fbd ;};var _eee CharCode ;switch _aed :=_ccea .(type ){case cmapOperand :if _aed .Operand ==_ecf {return nil ; +};return _gee .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064");case cmapHexString :_eee =_gdgc (_aed );default:return _gee .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065"); +};_ccea ,_fbd =cmap .parseObject ();if _fbd !=nil {if _fbd ==_eb .EOF {break ;};return _fbd ;};var _fage []rune ;switch _efb :=_ccea .(type ){case cmapOperand :if _efb .Operand ==_ecf {return nil ;};_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020o\u0070\u0065\u0072\u0061\u006e\u0064\u002e\u0020\u0025\u0023\u0076",_efb ); +return ErrBadCMap ;case cmapHexString :_fage =_eegbe (_efb );case cmapName :_bg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u006e\u0061\u006de\u002e \u0025\u0023\u0076",_efb );_fage =[]rune {MissingCodeRune }; +default:_bg .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0074\u0079\u0070e\u002e \u0025\u0023\u0076",_ccea );return ErrBadCMap ;};cmap ._cff [_eee ]=string (_fage );};return nil ;};type cmapInt struct{_bage int64 }; +type cmapString struct{String string ;};func (cmap *CMap )CIDSystemInfo ()CIDSystemInfo {return cmap ._bb };func (_eccg *cMapParser )parseHexString ()(cmapHexString ,error ){_eccg ._gfcg .ReadByte ();_acc :=[]byte ("\u0030\u0031\u0032\u003345\u0036\u0037\u0038\u0039\u0061\u0062\u0063\u0064\u0065\u0066\u0041\u0042\u0043\u0044E\u0046"); +_gef :=_ge .Buffer {};for {_eccg .skipSpaces ();_efba ,_fgcg :=_eccg ._gfcg .Peek (1);if _fgcg !=nil {return cmapHexString {},_fgcg ;};if _efba [0]=='>'{_eccg ._gfcg .ReadByte ();break ;};_bfe ,_ :=_eccg ._gfcg .ReadByte ();if _ge .IndexByte (_acc ,_bfe )>=0{_gef .WriteByte (_bfe ); +};};if _gef .Len ()%2==1{_bg .Log .Debug ("\u0070\u0061rs\u0065\u0048\u0065x\u0053\u0074\u0072\u0069ng:\u0020ap\u0070\u0065\u006e\u0064\u0069\u006e\u0067 '\u0030\u0027\u0020\u0074\u006f\u0020\u0025#\u0071",_gef .String ());_gef .WriteByte ('0');};_aefd :=_gef .Len ()/2; +_cbda ,_ :=_af .DecodeString (_gef .String ());return cmapHexString {_ecfg :_aefd ,_gedb :_cbda },nil ;};func (cmap *CMap )Type ()int {return cmap ._cfd };func (cmap *CMap )BytesToCharcodes (data []byte )([]CharCode ,bool ){var _gf []CharCode ;if cmap ._gaa ==8{for _ ,_eada :=range data {_gf =append (_gf ,CharCode (_eada )); +};return _gf ,true ;};for _bc :=0;_bc < len (data );{_dfec ,_ccb ,_be :=cmap .matchCode (data [_bc :]);if !_be {_bg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0061\u0074\u0020\u0069\u003d\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",_bc ,data ,string (data )); +return _gf ,false ;};_gf =append (_gf ,_dfec );_bc +=_ccb ;};return _gf ,true ;};func (cmap *CMap )CharcodeToUnicode (code CharCode )(string ,bool ){if _dgf ,_ddeb :=cmap ._cff [code ];_ddeb {return _dgf ,true ;};return MissingCodeString ,false ;};type CIDSystemInfo struct{Registry string ; +Ordering string ;Supplement int ;};func (_cggd *cMapParser )parseString ()(cmapString ,error ){_cggd ._gfcg .ReadByte ();_afff :=_ge .Buffer {};_cfe :=1;for {_cbd ,_becb :=_cggd ._gfcg .Peek (1);if _becb !=nil {return cmapString {_afff .String ()},_becb ; +};if _cbd [0]=='\\'{_cggd ._gfcg .ReadByte ();_gcc ,_aebf :=_cggd ._gfcg .ReadByte ();if _aebf !=nil {return cmapString {_afff .String ()},_aebf ;};if _eba .IsOctalDigit (_gcc ){_aafd ,_ggc :=_cggd ._gfcg .Peek (2);if _ggc !=nil {return cmapString {_afff .String ()},_ggc ; +};var _bdf []byte ;_bdf =append (_bdf ,_gcc );for _ ,_dff :=range _aafd {if _eba .IsOctalDigit (_dff ){_bdf =append (_bdf ,_dff );}else {break ;};};_cggd ._gfcg .Discard (len (_bdf )-1);_bg .Log .Trace ("\u004e\u0075\u006d\u0065ri\u0063\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0022\u0025\u0073\u0022",_bdf ); +_dcac ,_ggc :=_a .ParseUint (string (_bdf ),8,32);if _ggc !=nil {return cmapString {_afff .String ()},_ggc ;};_afff .WriteByte (byte (_dcac ));continue ;};switch _gcc {case 'n':_afff .WriteByte ('\n');case 'r':_afff .WriteByte ('\r');case 't':_afff .WriteByte ('\t'); +case 'b':_afff .WriteByte ('\b');case 'f':_afff .WriteByte ('\f');case '(':_afff .WriteByte ('(');case ')':_afff .WriteByte (')');case '\\':_afff .WriteByte ('\\');};continue ;}else if _cbd [0]=='('{_cfe ++;}else if _cbd [0]==')'{_cfe --;if _cfe ==0{_cggd ._gfcg .ReadByte (); +break ;};};_gcag ,_ :=_cggd ._gfcg .ReadByte ();_afff .WriteByte (_gcag );};return cmapString {_afff .String ()},nil ;};func (cmap *CMap )parseCIDRange ()error {for {_agf ,_fbc :=cmap .parseObject ();if _fbc !=nil {if _fbc ==_eb .EOF {break ;};return _fbc ; +};_bag ,_cffd :=_agf .(cmapHexString );if !_cffd {if _gac ,_beb :=_agf .(cmapOperand );_beb {if _gac .Operand ==_gdgd {return nil ;};return _gee .New ("\u0063\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0072\u0076\u0061\u006c\u0020s\u0074\u0061\u0072\u0074\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); +};};_fab :=_gdgc (_bag );_agf ,_fbc =cmap .parseObject ();if _fbc !=nil {if _fbc ==_eb .EOF {break ;};return _fbc ;};_dbg ,_cffd :=_agf .(cmapHexString );if !_cffd {return _gee .New ("\u0063\u0069d\u0020\u0069\u006e\u0074e\u0072\u0076a\u006c\u0020\u0065\u006e\u0064\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0020\u0068\u0065\u0078\u0020\u0073t\u0072\u0069\u006e\u0067"); +};if len (_bag ._gedb )!=len (_dbg ._gedb ){return _gee .New ("\u0075\u006e\u0065\u0071\u0075\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0062\u0079\u0074\u0065\u0073\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065");};_bfd :=_gdgc (_dbg ); +if _fab > _bfd {_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0049\u0044\u0020\u0072\u0061\u006e\u0067\u0065\u002e\u0020\u0073t\u0061\u0072\u0074\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u0020\u0065\u006e\u0064=\u0030x\u0025\u0030\u0032\u0078",_fab ,_bfd ); +return ErrBadCMap ;};_agf ,_fbc =cmap .parseObject ();if _fbc !=nil {if _fbc ==_eb .EOF {break ;};return _fbc ;};_dfd ,_cffd :=_agf .(cmapInt );if !_cffd {return _gee .New ("\u0063\u0069\u0064\u0020\u0073t\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u006e\u0075\u006d\u0062\u0065\u0072"); +};if _dfd ._bage < 0{return _gee .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0063\u0069\u0064\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0076\u0061\u006c\u0075\u0065");};_eafa :=_dfd ._bage ;for _ccg :=_fab ;_ccg <=_bfd ;_ccg ++{cmap ._edd [_ccg ]=CharCode (_eafa ); +_eafa ++;};_bg .Log .Trace ("C\u0049\u0044\u0020\u0072\u0061\u006eg\u0065\u003a\u0020\u003c\u0030\u0078\u0025\u0058\u003e \u003c\u0030\u0078%\u0058>\u0020\u0025\u0064",_fab ,_bfd ,_dfd ._bage );};return nil ;};func (cmap *CMap )parseType ()error {_dcgf :=0; +_acg :=false ;for _gag :=0;_gag < 3&&!_acg ;_gag ++{_cab ,_bad :=cmap .parseObject ();if _bad !=nil {return _bad ;};switch _dac :=_cab .(type ){case cmapOperand :switch _dac .Operand {case "\u0064\u0065\u0066":_acg =true ;default:_bg .Log .Error ("\u0070\u0061r\u0073\u0065\u0054\u0079\u0070\u0065\u003a\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u006f=%\u0023\u0076",_cab ); +return ErrBadCMap ;};case cmapInt :_dcgf =int (_dac ._bage );};};cmap ._cfd =_dcgf ;return nil ;};func _fceb (_gcd ,_adab int )int {if _gcd < _adab {return _gcd ;};return _adab ;};type integer struct{_dfdca bool ;_egf int ;};func (cmap *CMap )WMode ()(int ,bool ){return cmap ._cfc ._egf ,cmap ._cfc ._dfdca }; +func (_eaec *cMapParser )skipSpaces ()(int ,error ){_fefa :=0;for {_feg ,_cdd :=_eaec ._gfcg .Peek (1);if _cdd !=nil {return 0,_cdd ;};if _eba .IsWhiteSpace (_feg [0]){_eaec ._gfcg .ReadByte ();_fefa ++;}else {break ;};};return _fefa ,nil ;};func (_cfaa *cMapParser )parseComment ()(string ,error ){var _cea _ge .Buffer ; +_ ,_bfa :=_cfaa .skipSpaces ();if _bfa !=nil {return _cea .String (),_bfa ;};_faee :=true ;for {_ddb ,_ecga :=_cfaa ._gfcg .Peek (1);if _ecga !=nil {_bg .Log .Debug ("p\u0061r\u0073\u0065\u0043\u006f\u006d\u006d\u0065\u006et\u003a\u0020\u0065\u0072r=\u0025\u0076",_ecga ); +return _cea .String (),_ecga ;};if _faee &&_ddb [0]!='%'{return _cea .String (),ErrBadCMapComment ;};_faee =false ;if (_ddb [0]!='\r')&&(_ddb [0]!='\n'){_fgee ,_ :=_cfaa ._gfcg .ReadByte ();_cea .WriteByte (_fgee );}else {break ;};};return _cea .String (),nil ; +};func _eeeg ()cmapDict {return cmapDict {Dict :map[string ]cmapObject {}}};func (_gge *cMapParser )parseName ()(cmapName ,error ){_bea :="";_aefb :=false ;for {_egab ,_bae :=_gge ._gfcg .Peek (1);if _bae ==_eb .EOF {break ;};if _bae !=nil {return cmapName {_bea },_bae ; +};if !_aefb {if _egab [0]=='/'{_aefb =true ;_gge ._gfcg .ReadByte ();}else {_bg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u004e\u0061\u006d\u0065\u0020\u0073\u0074a\u0072t\u0069n\u0067 \u0077\u0069\u0074\u0068\u0020\u0025\u0073\u0020\u0028\u0025\u0020\u0078\u0029",_egab ,_egab ); +return cmapName {_bea },_ec .Errorf ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u006ea\u006d\u0065:\u0020\u0028\u0025\u0063\u0029",_egab [0]);};}else {if _eba .IsWhiteSpace (_egab [0]){break ;}else if (_egab [0]=='/')||(_egab [0]=='[')||(_egab [0]=='(')||(_egab [0]==']')||(_egab [0]=='<')||(_egab [0]=='>'){break ; +}else if _egab [0]=='#'{_cdb ,_facc :=_gge ._gfcg .Peek (3);if _facc !=nil {return cmapName {_bea },_facc ;};_gge ._gfcg .Discard (3);_gfb ,_facc :=_af .DecodeString (string (_cdb [1:3]));if _facc !=nil {return cmapName {_bea },_facc ;};_bea +=string (_gfb ); +}else {_afd ,_ :=_gge ._gfcg .ReadByte ();_bea +=string (_afd );};};};return cmapName {_bea },nil ;};func (cmap *CMap )parseName ()error {_cgg :="";_dcg :=false ;for _gff :=0;_gff < 20&&!_dcg ;_gff ++{_afea ,_ddf :=cmap .parseObject ();if _ddf !=nil {return _ddf ; +};switch _bbcb :=_afea .(type ){case cmapOperand :switch _bbcb .Operand {case "\u0064\u0065\u0066":_dcg =true ;default:_bg .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a\u0020\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076\u0020n\u0061\u006de\u003d\u0025\u0023\u0071",_afea ,_cgg ); +if _cgg !=""{_cgg =_ec .Sprintf ("\u0025\u0073\u0020%\u0073",_cgg ,_bbcb .Operand );};_bg .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u004e\u0061\u006d\u0065\u003a \u0052\u0065\u0063\u006f\u0076\u0065\u0072e\u0064\u002e\u0020\u006e\u0061\u006d\u0065\u003d\u0025\u0023\u0071",_cgg ); +};case cmapName :_cgg =_bbcb .Name ;};};if !_dcg {_bg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0070\u0061\u0072\u0073\u0065N\u0061m\u0065:\u0020\u004e\u006f\u0020\u0064\u0065\u0066 ");return ErrBadCMap ;};cmap ._cf =_cgg ;return nil ;};const (_bfg =100; +_ace ="\u000a\u002f\u0043\u0049\u0044\u0049\u006e\u0069\u0074\u0020\u002f\u0050\u0072\u006fc\u0053\u0065\u0074\u0020\u0066\u0069\u006e\u0064\u0072es\u006fu\u0072c\u0065 \u0062\u0065\u0067\u0069\u006e\u000a\u0031\u0032\u0020\u0064\u0069\u0063\u0074\u0020\u0062\u0065\u0067\u0069n\u000a\u0062\u0065\u0067\u0069\u006e\u0063\u006d\u0061\u0070\n\u002f\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u003c\u003c\u0020\u002f\u0052\u0065\u0067\u0069\u0073t\u0072\u0079\u0020\u0028\u0041\u0064\u006f\u0062\u0065\u0029\u0020\u002f\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0028\u0055\u0043\u0053)\u0020\u002f\u0053\u0075\u0070p\u006c\u0065\u006d\u0065\u006et\u0020\u0030\u0020\u003e\u003e\u0020\u0064\u0065\u0066\u000a\u002f\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u002f\u0041\u0064\u006f\u0062\u0065-\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0055\u0043\u0053\u0020\u0064\u0065\u0066\u000a\u002fC\u004d\u0061\u0070\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0064\u0065\u0066\u000a\u0031\u0020\u0062\u0065\u0067\u0069\u006e\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063e\u0072\u0061n\u0067\u0065\n\u003c\u0030\u0030\u0030\u0030\u003e\u0020<\u0046\u0046\u0046\u0046\u003e\u000a\u0065\u006e\u0064\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065r\u0061\u006e\u0067\u0065\u000a"; +_abb ="\u0065\u006e\u0064\u0063\u006d\u0061\u0070\u000a\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065\u0020\u0063ur\u0072e\u006e\u0074\u0064\u0069\u0063\u0074\u0020\u002f\u0043\u004d\u0061\u0070 \u0064\u0065\u0066\u0069\u006e\u0065\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0070\u006fp\u000a\u0065\u006e\u0064\u000a\u0065\u006e\u0064\u000a"; +);func NewCIDSystemInfo (obj _eba .PdfObject )(_c CIDSystemInfo ,_ed error ){_ee ,_fg :=_eba .GetDict (obj );if !_fg {return CIDSystemInfo {},_eba .ErrTypeError ;};_efa ,_fg :=_eba .GetStringVal (_ee .Get ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079")); +if !_fg {return CIDSystemInfo {},_eba .ErrTypeError ;};_cg ,_fg :=_eba .GetStringVal (_ee .Get ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"));if !_fg {return CIDSystemInfo {},_eba .ErrTypeError ;};_dd ,_fg :=_eba .GetIntVal (_ee .Get ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074")); +if !_fg {return CIDSystemInfo {},_eba .ErrTypeError ;};return CIDSystemInfo {Registry :_efa ,Ordering :_cg ,Supplement :_dd },nil ;};func LoadCmapFromDataCID (data []byte )(*CMap ,error ){return LoadCmapFromData (data ,false )};func NewToUnicodeCMap (codeToRune map[CharCode ]rune )*CMap {_dg :=make (map[CharCode ]string ,len (codeToRune )); +for _geb ,_ae :=range codeToRune {_dg [_geb ]=string (_ae );};cmap :=&CMap {_cf :"\u0041d\u006fb\u0065\u002d\u0049\u0064\u0065n\u0074\u0069t\u0079\u002d\u0055\u0043\u0053",_cfd :2,_gaa :16,_bb :CIDSystemInfo {Registry :"\u0041\u0064\u006fb\u0065",Ordering :"\u0055\u0043\u0053",Supplement :0},_cfa :[]Codespace {{Low :0,High :0xffff}},_cff :_dg ,_da :make (map[string ]CharCode ,len (codeToRune )),_edd :make (map[CharCode ]CharCode ,len (codeToRune )),_gb :make (map[CharCode ]CharCode ,len (codeToRune ))}; +cmap .computeInverseMappings ();return cmap ;};func _eegbe (_ddc cmapHexString )[]rune {if len (_ddc ._gedb )==1{return []rune {rune (_ddc ._gedb [0])};};_fde :=_ddc ._gedb ;if len (_fde )%2!=0{_fde =append (_fde ,0);_bg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0068\u0065\u0078\u0054\u006f\u0052\u0075\u006e\u0065\u0073\u002e\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0073\u0068\u0065\u0078\u003d\u0025#\u0076\u0020\u0074\u006f\u0020\u0025\u002b\u0076",_ddc ,_fde ); +};_fddg :=len (_fde )>>1;_cbad :=make ([]uint16 ,_fddg );for _fbdf :=0;_fbdf < _fddg ;_fbdf ++{_cbad [_fbdf ]=uint16 (_fde [_fbdf <<1])<<8+uint16 (_fde [_fbdf <<1+1]);};_cedf :=_g .Decode (_cbad );return _cedf ;};func (cmap *CMap )parseBfrange ()error {for {var _eag CharCode ; +_dbd ,_eeb :=cmap .parseObject ();if _eeb !=nil {if _eeb ==_eb .EOF {break ;};return _eeb ;};switch _aeaf :=_dbd .(type ){case cmapOperand :if _aeaf .Operand ==_eaee {return nil ;};return _gee .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065d\u0020\u006fp\u0065\u0072\u0061\u006e\u0064"); +case cmapHexString :_eag =_gdgc (_aeaf );default:return _gee .New ("\u0075n\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0074\u0079\u0070\u0065");};var _egae CharCode ;_dbd ,_eeb =cmap .parseObject ();if _eeb !=nil {if _eeb ==_eb .EOF {break ;};return _eeb ; +};switch _dab :=_dbd .(type ){case cmapOperand :_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065\u0020\u0062\u0066r\u0061\u006e\u0067\u0065\u0020\u0074\u0072i\u0070\u006c\u0065\u0074"); +return ErrBadCMap ;case cmapHexString :_egae =_gdgc (_dab );if _egae > 0xffff{_egae =0xffff;};default:_bg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_dbd );return ErrBadCMap ; +};_dbd ,_eeb =cmap .parseObject ();if _eeb !=nil {if _eeb ==_eb .EOF {break ;};return _eeb ;};switch _gdfc :=_dbd .(type ){case cmapArray :if len (_gdfc .Array )!=int (_egae -_eag )+1{_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0069\u0074\u0065\u006d\u0073\u0020\u0069\u006e\u0020a\u0072\u0072\u0061\u0079"); +return ErrBadCMap ;};for _fagf :=_eag ;_fagf <=_egae ;_fagf ++{_abc :=_gdfc .Array [_fagf -_eag ];_ddea ,_eafb :=_abc .(cmapHexString );if !_eafb {return _gee .New ("\u006e\u006f\u006e-h\u0065\u0078\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0069\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};_eff :=_eegbe (_ddea );cmap ._cff [_fagf ]=string (_eff );};case cmapHexString :_bfge :=_eegbe (_gdfc );_abea :=len (_bfge );for _dabc :=_eag ;_dabc <=_egae ;_dabc ++{cmap ._cff [_dabc ]=string (_bfge );if _abea > 0{_bfge [_abea -1]++;}else {_bg .Log .Debug ("\u004e\u006f\u0020c\u006d\u0061\u0070\u0020\u0074\u0061\u0072\u0067\u0065\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0066\u006f\u0072\u0020\u0025\u0023\u0076",_dabc ); +};if _dabc ==1<<32-1{break ;};};default:_bg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0055\u006e\u0065\u0078\u0070e\u0063t\u0065d\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_dbd );return ErrBadCMap ;};};return nil ;};func (cmap *CMap )parseVersion ()error {_aba :=""; +_ccc :=false ;for _abe :=0;_abe < 3&&!_ccc ;_abe ++{_aec ,_faf :=cmap .parseObject ();if _faf !=nil {return _faf ;};switch _dddg :=_aec .(type ){case cmapOperand :switch _dddg .Operand {case "\u0064\u0065\u0066":_ccc =true ;default:_bg .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0070\u0061\u0072\u0073\u0065\u0056e\u0072\u0073\u0069\u006f\u006e\u003a \u0073\u0074\u0061\u0074\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020o\u003d\u0025\u0023\u0076",_aec ); +return ErrBadCMap ;};case cmapInt :_aba =_ec .Sprintf ("\u0025\u0064",_dddg ._bage );case cmapFloat :_aba =_ec .Sprintf ("\u0025\u0066",_dddg ._gddb );case cmapString :_aba =_dddg .String ;default:_bg .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020p\u0061\u0072\u0073\u0065Ver\u0073io\u006e\u003a\u0020\u0042\u0061\u0064\u0020ty\u0070\u0065\u002e\u0020\u006f\u003d\u0025#\u0076",_aec ); +};};cmap ._ba =_aba ;return nil ;};func (cmap *CMap )computeInverseMappings (){for _gbf ,_dfeg :=range cmap ._edd {if _cd ,_ecc :=cmap ._gb [_dfeg ];!_ecc ||(_ecc &&_cd > _gbf ){cmap ._gb [_dfeg ]=_gbf ;};};for _fda ,_dad :=range cmap ._cff {if _gg ,_fb :=cmap ._da [_dad ]; +!_fb ||(_fb &&_gg > _fda ){cmap ._da [_dad ]=_fda ;};};_ef .Slice (cmap ._cfa ,func (_fgg ,_ebbe int )bool {return cmap ._cfa [_fgg ].Low < cmap ._cfa [_ebbe ].Low });};func (_bce *cMapParser )parseOperand ()(cmapOperand ,error ){_cddd :=cmapOperand {}; +_ecge :=_ge .Buffer {};for {_ecd ,_aeae :=_bce ._gfcg .Peek (1);if _aeae !=nil {if _aeae ==_eb .EOF {break ;};return _cddd ,_aeae ;};if _eba .IsDelimiter (_ecd [0]){break ;};if _eba .IsWhiteSpace (_ecd [0]){break ;};_dbc ,_ :=_bce ._gfcg .ReadByte ();_ecge .WriteByte (_dbc ); +};if _ecge .Len ()==0{return _cddd ,_ec .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029");};_cddd .Operand =_ecge .String ();return _cddd ,nil ;};type cmapOperand struct{Operand string ; +};type cmapArray struct{Array []cmapObject ;};var (ErrBadCMap =_gee .New ("\u0062\u0061\u0064\u0020\u0063\u006d\u0061\u0070");ErrBadCMapComment =_gee .New ("c\u006f\u006d\u006d\u0065\u006e\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0073\u0074a\u0072\u0074\u0020w\u0069t\u0068\u0020\u0025"); +ErrBadCMapDict =_gee .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0069\u0063\u0074"););func (cmap *CMap )inCodespace (_fbf CharCode ,_gc int )bool {for _ ,_febf :=range cmap ._cfa {if _febf .Low <=_fbf &&_fbf <=_febf .High &&_gc ==_febf .NumBytes {return true ; +};};return false ;};func _gdgc (_acd cmapHexString )CharCode {_eebc :=CharCode (0);for _ ,_afc :=range _acd ._gedb {_eebc <<=8;_eebc |=CharCode (_afc );};return _eebc ;};func (cmap *CMap )Name ()string {return cmap ._cf };func (cmap *CMap )parseSystemInfo ()error {_efc :=false ; +_afb :=false ;_ad :="";_gegf :=false ;_eed :=CIDSystemInfo {};for _adg :=0;_adg < 50&&!_gegf ;_adg ++{_gfc ,_fcgf :=cmap .parseObject ();if _fcgf !=nil {return _fcgf ;};switch _cge :=_gfc .(type ){case cmapDict :_bbg :=_cge .Dict ;_dcc ,_dfbb :=_bbg ["\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079"]; +if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_dafe ,_dfbb :=_dcc .(cmapString );if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); +return ErrBadCMap ;};_eed .Registry =_dafe .String ;_dcc ,_dfbb =_bbg ["\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067"];if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f"); +return ErrBadCMap ;};_dafe ,_dfbb =_dcc .(cmapString );if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_eed .Ordering =_dafe .String ; +_cdf ,_dfbb :=_bbg ["\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074"];if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ; +};_gfa ,_dfbb :=_cdf .(cmapInt );if !_dfbb {_bg .Log .Debug ("\u0045\u0052\u0052\u004fR:\u0020\u0042\u0061\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006ef\u006f");return ErrBadCMap ;};_eed .Supplement =int (_gfa ._bage );_gegf =true ; +case cmapOperand :switch _cge .Operand {case "\u0062\u0065\u0067i\u006e":_efc =true ;case "\u0065\u006e\u0064":_gegf =true ;case "\u0064\u0065\u0066":_afb =false ;};case cmapName :if _efc {_ad =_cge .Name ;_afb =true ;};case cmapString :if _afb {switch _ad {case "\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079":_eed .Registry =_cge .String ; +case "\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067":_eed .Ordering =_cge .String ;};};case cmapInt :if _afb {switch _ad {case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_eed .Supplement =int (_cge ._bage );};};};};if !_gegf {_bg .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0050\u0061\u0072\u0073\u0065\u0064\u0020\u0053\u0079\u0073\u0074\u0065\u006d\u0020\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u006ec\u006f\u0072\u0072\u0065\u0063\u0074\u006c\u0079"); +return ErrBadCMap ;};cmap ._bb =_eed ;return nil ;};func LoadCmapFromData (data []byte ,isSimple bool )(*CMap ,error ){_bg .Log .Trace ("\u004c\u006fa\u0064\u0043\u006d\u0061\u0070\u0046\u0072\u006f\u006d\u0044\u0061\u0074\u0061\u003a\u0020\u0069\u0073\u0053\u0069\u006d\u0070\u006ce=\u0025\u0074",isSimple ); +cmap :=_bd (isSimple );cmap .cMapParser =_bagd (data );_eg :=cmap .parse ();if _eg !=nil {return nil ,_eg ;};if len (cmap ._cfa )==0{if cmap ._fgc !=""{return cmap ,nil ;};_bg .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u002e\u0020\u0063\u006d\u0061p=\u0025\u0073",cmap ); +};cmap .computeInverseMappings ();return cmap ,nil ;};type fbRange struct{_db CharCode ;_ga CharCode ;_afa string ;};func (cmap *CMap )StringToCID (s string )(CharCode ,bool ){_fe ,_fa :=cmap ._da [s ];return _fe ,_fa };type cMapParser struct{_gfcg *_d .Reader }; +type cmapName struct{Name string ;};type cmapFloat struct{_gddb float64 };func (cmap *CMap )String ()string {_cgd :=cmap ._bb ;_ac :=[]string {_ec .Sprintf ("\u006e\u0062\u0069\u0074\u0073\u003a\u0025\u0064",cmap ._gaa ),_ec .Sprintf ("\u0074y\u0070\u0065\u003a\u0025\u0064",cmap ._cfd )}; +if cmap ._ba !=""{_ac =append (_ac ,_ec .Sprintf ("\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0025\u0073",cmap ._ba ));};if cmap ._fgc !=""{_ac =append (_ac ,_ec .Sprintf ("u\u0073\u0065\u0063\u006d\u0061\u0070\u003a\u0025\u0023\u0071",cmap ._fgc )); +};_ac =append (_ac ,_ec .Sprintf ("\u0073\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0025\u0073",_cgd .String ()));if len (cmap ._cfa )> 0{_ac =append (_ac ,_ec .Sprintf ("\u0063\u006f\u0064\u0065\u0073\u0070\u0061\u0063\u0065\u0073\u003a\u0025\u0064",len (cmap ._cfa ))); +};if len (cmap ._cff )> 0{_ac =append (_ac ,_ec .Sprintf ("\u0063\u006fd\u0065\u0054\u006fU\u006e\u0069\u0063\u006f\u0064\u0065\u003a\u0025\u0064",len (cmap ._cff )));};return _ec .Sprintf ("\u0043\u004d\u0041P\u007b\u0025\u0023\u0071\u0020\u0025\u0073\u007d",cmap ._cf ,_b .Join (_ac ,"\u0020")); +};func (_cec *cMapParser )parseArray ()(cmapArray ,error ){_afg :=cmapArray {};_afg .Array =[]cmapObject {};_cec ._gfcg .ReadByte ();for {_cec .skipSpaces ();_dabb ,_bbd :=_cec ._gfcg .Peek (1);if _bbd !=nil {return _afg ,_bbd ;};if _dabb [0]==']'{_cec ._gfcg .ReadByte (); +break ;};_bagf ,_bbd :=_cec .parseObject ();if _bbd !=nil {return _afg ,_bbd ;};_afg .Array =append (_afg .Array ,_bagf );};return _afg ,nil ;};func (cmap *CMap )CIDToCharcode (cid CharCode )(CharCode ,bool ){_cdg ,_fac :=cmap ._gb [cid ];return _cdg ,_fac ; +};type cmapHexString struct{_ecfg int ;_gedb []byte ;};const (_f =4;MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func _bagd (_aef []byte )*cMapParser {_gab :=cMapParser {};_fae :=_ge .NewBuffer (_aef );_gab ._gfcg =_d .NewReader (_fae ); +return &_gab ;};func (_fc *CIDSystemInfo )String ()string {return _ec .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0025\u0030\u0033\u0064",_fc .Registry ,_fc .Ordering ,_fc .Supplement );};func (cmap *CMap )CharcodeToCID (code CharCode )(CharCode ,bool ){_aeg ,_daf :=cmap ._edd [code ]; +return _aeg ,_daf ;}; \ No newline at end of file diff --git a/internal/endian/endian.go b/internal/endian/endian.go index 32cafbe32..6ba611874 100644 --- a/internal/endian/endian.go +++ b/internal/endian/endian.go @@ -9,5 +9,5 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package endian ;import (_g "encoding/binary";_b "unsafe";);func IsBig ()bool {return _a };func init (){const _c =int (_b .Sizeof (0));_ba :=1;_cb :=(*[_c ]byte )(_b .Pointer (&_ba ));if _cb [0]==0{_a =true ;ByteOrder =_g .BigEndian ;}else {ByteOrder =_g .LittleEndian ; -};};func IsLittle ()bool {return !_a };var (ByteOrder _g .ByteOrder ;_a bool ;); \ No newline at end of file +package endian ;import (_fb "encoding/binary";_a "unsafe";);func IsLittle ()bool {return !_af };func init (){const _fbd =int (_a .Sizeof (0));_d :=1;_g :=(*[_fbd ]byte )(_a .Pointer (&_d ));if _g [0]==0{_af =true ;ByteOrder =_fb .BigEndian ;}else {ByteOrder =_fb .LittleEndian ; +};};var (ByteOrder _fb .ByteOrder ;_af bool ;);func IsBig ()bool {return _af }; \ No newline at end of file diff --git a/internal/graphic2d/graphic2d.go b/internal/graphic2d/graphic2d.go index b4b7f1929..cd2ed5907 100644 --- a/internal/graphic2d/graphic2d.go +++ b/internal/graphic2d/graphic2d.go @@ -9,42 +9,41 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package graphic2d ;import (_d "image/color";_a "math";);var ColorMap =map[string ]_d .RGBA {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e":_d .RGBA {0xf0,0xf8,0xff,0xff},"\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xfa,0xeb,0xd7,0xff},"\u0061\u0071\u0075\u0061":_d .RGBA {0x00,0xff,0xff,0xff},"\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_d .RGBA {0x7f,0xff,0xd4,0xff},"\u0061\u007a\u0075r\u0065":_d .RGBA {0xf0,0xff,0xff,0xff},"\u0062\u0065\u0069g\u0065":_d .RGBA {0xf5,0xf5,0xdc,0xff},"\u0062\u0069\u0073\u0071\u0075\u0065":_d .RGBA {0xff,0xe4,0xc4,0xff},"\u0062\u006c\u0061c\u006b":_d .RGBA {0x00,0x00,0x00,0xff},"\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064":_d .RGBA {0xff,0xeb,0xcd,0xff},"\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0xff,0xff},"\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0x8a,0x2b,0xe2,0xff},"\u0062\u0072\u006fw\u006e":_d .RGBA {0xa5,0x2a,0x2a,0xff},"\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd":_d .RGBA {0xde,0xb8,0x87,0xff},"\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e":_d .RGBA {0x5f,0x9e,0xa0,0xff},"\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065":_d .RGBA {0x7f,0xff,0x00,0xff},"\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e":_d .RGBA {0xd2,0x69,0x1e,0xff},"\u0063\u006f\u0072a\u006c":_d .RGBA {0xff,0x7f,0x50,0xff},"\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065":_d .RGBA {0x64,0x95,0xed,0xff},"\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b":_d .RGBA {0xff,0xf8,0xdc,0xff},"\u0063r\u0069\u006d\u0073\u006f\u006e":_d .RGBA {0xdc,0x14,0x3c,0xff},"\u0063\u0079\u0061\u006e":_d .RGBA {0x00,0xff,0xff,0xff},"\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e":_d .RGBA {0x00,0x8b,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_d .RGBA {0xb8,0x86,0x0b,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079":_d .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n":_d .RGBA {0x00,0x64,0x00,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079":_d .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi":_d .RGBA {0xbd,0xb7,0x6b,0xff},"d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061":_d .RGBA {0x8b,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e":_d .RGBA {0x55,0x6b,0x2f,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065":_d .RGBA {0xff,0x8c,0x00,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0x99,0x32,0xcc,0xff},"\u0064a\u0072\u006b\u0072\u0065\u0064":_d .RGBA {0x8b,0x00,0x00,0xff},"\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xe9,0x96,0x7a,0xff},"\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x8f,0xbc,0x8f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_d .RGBA {0x48,0x3d,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079":_d .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079":_d .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0x00,0xce,0xd1,0xff},"\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0x94,0x00,0xd3,0xff},"\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0x14,0x93,0xff},"d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0xbf,0xff,0xff},"\u0064i\u006d\u0067\u0072\u0061\u0079":_d .RGBA {0x69,0x69,0x69,0xff},"\u0064i\u006d\u0067\u0072\u0065\u0079":_d .RGBA {0x69,0x69,0x69,0xff},"\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065":_d .RGBA {0x1e,0x90,0xff,0xff},"\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k":_d .RGBA {0xb2,0x22,0x22,0xff},"f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xff,0xfa,0xf0,0xff},"f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x22,0x8b,0x22,0xff},"\u0066u\u0063\u0068\u0073\u0069\u0061":_d .RGBA {0xff,0x00,0xff,0xff},"\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o":_d .RGBA {0xdc,0xdc,0xdc,0xff},"\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xf8,0xf8,0xff,0xff},"\u0067\u006f\u006c\u0064":_d .RGBA {0xff,0xd7,0x00,0xff},"\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd":_d .RGBA {0xda,0xa5,0x20,0xff},"\u0067\u0072\u0061\u0079":_d .RGBA {0x80,0x80,0x80,0xff},"\u0067\u0072\u0065e\u006e":_d .RGBA {0x00,0x80,0x00,0xff},"g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xad,0xff,0x2f,0xff},"\u0067\u0072\u0065\u0079":_d .RGBA {0x80,0x80,0x80,0xff},"\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077":_d .RGBA {0xf0,0xff,0xf0,0xff},"\u0068o\u0074\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0x69,0xb4,0xff},"\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d":_d .RGBA {0xcd,0x5c,0x5c,0xff},"\u0069\u006e\u0064\u0069\u0067\u006f":_d .RGBA {0x4b,0x00,0x82,0xff},"\u0069\u0076\u006fr\u0079":_d .RGBA {0xff,0xff,0xf0,0xff},"\u006b\u0068\u0061k\u0069":_d .RGBA {0xf0,0xe6,0x8c,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072":_d .RGBA {0xe6,0xe6,0xfa,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068":_d .RGBA {0xff,0xf0,0xf5,0xff},"\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n":_d .RGBA {0x7c,0xfc,0x00,0xff},"\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e":_d .RGBA {0xff,0xfa,0xcd,0xff},"\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e":_d .RGBA {0xad,0xd8,0xe6,0xff},"\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c":_d .RGBA {0xf0,0x80,0x80,0xff},"\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n":_d .RGBA {0xe0,0xff,0xff,0xff},"l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077":_d .RGBA {0xfa,0xfa,0xd2,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y":_d .RGBA {0xd3,0xd3,0xd3,0xff},"\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x90,0xee,0x90,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y":_d .RGBA {0xd3,0xd3,0xd3,0xff},"\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek":_d .RGBA {0xff,0xb6,0xc1,0xff},"l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xff,0xa0,0x7a,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x20,0xb2,0xaa,0xff},"\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x87,0xce,0xfa,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079":_d .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079":_d .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065":_d .RGBA {0xb0,0xc4,0xde,0xff},"l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xff,0xff,0xe0,0xff},"\u006c\u0069\u006d\u0065":_d .RGBA {0x00,0xff,0x00,0xff},"\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n":_d .RGBA {0x32,0xcd,0x32,0xff},"\u006c\u0069\u006ee\u006e":_d .RGBA {0xfa,0xf0,0xe6,0xff},"\u006da\u0067\u0065\u006e\u0074\u0061":_d .RGBA {0xff,0x00,0xff,0xff},"\u006d\u0061\u0072\u006f\u006f\u006e":_d .RGBA {0x80,0x00,0x00,0xff},"\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_d .RGBA {0x66,0xcd,0xaa,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065":_d .RGBA {0x00,0x00,0xcd,0xff},"\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0xba,0x55,0xd3,0xff},"\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065":_d .RGBA {0x93,0x70,0xdb,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e":_d .RGBA {0x3c,0xb3,0x71,0xff},"\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_d .RGBA {0x7b,0x68,0xee,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e":_d .RGBA {0x00,0xfa,0x9a,0xff},"\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0x48,0xd1,0xcc,0xff},"\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_d .RGBA {0xc7,0x15,0x85,0xff},"\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065":_d .RGBA {0x19,0x19,0x70,0xff},"\u006di\u006e\u0074\u0063\u0072\u0065\u0061m":_d .RGBA {0xf5,0xff,0xfa,0xff},"\u006di\u0073\u0074\u0079\u0072\u006f\u0073e":_d .RGBA {0xff,0xe4,0xe1,0xff},"\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e":_d .RGBA {0xff,0xe4,0xb5,0xff},"n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065":_d .RGBA {0xff,0xde,0xad,0xff},"\u006e\u0061\u0076\u0079":_d .RGBA {0x00,0x00,0x80,0xff},"\u006fl\u0064\u006c\u0061\u0063\u0065":_d .RGBA {0xfd,0xf5,0xe6,0xff},"\u006f\u006c\u0069v\u0065":_d .RGBA {0x80,0x80,0x00,0xff},"\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b":_d .RGBA {0x6b,0x8e,0x23,0xff},"\u006f\u0072\u0061\u006e\u0067\u0065":_d .RGBA {0xff,0xa5,0x00,0xff},"\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d":_d .RGBA {0xff,0x45,0x00,0xff},"\u006f\u0072\u0063\u0068\u0069\u0064":_d .RGBA {0xda,0x70,0xd6,0xff},"\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_d .RGBA {0xee,0xe8,0xaa,0xff},"\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n":_d .RGBA {0x98,0xfb,0x98,0xff},"\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_d .RGBA {0xaf,0xee,0xee,0xff},"\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_d .RGBA {0xdb,0x70,0x93,0xff},"\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070":_d .RGBA {0xff,0xef,0xd5,0xff},"\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f":_d .RGBA {0xff,0xda,0xb9,0xff},"\u0070\u0065\u0072\u0075":_d .RGBA {0xcd,0x85,0x3f,0xff},"\u0070\u0069\u006e\u006b":_d .RGBA {0xff,0xc0,0xcb,0xff},"\u0070\u006c\u0075\u006d":_d .RGBA {0xdd,0xa0,0xdd,0xff},"\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065":_d .RGBA {0xb0,0xe0,0xe6,0xff},"\u0070\u0075\u0072\u0070\u006c\u0065":_d .RGBA {0x80,0x00,0x80,0xff},"\u0072\u0065\u0064":_d .RGBA {0xff,0x00,0x00,0xff},"\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n":_d .RGBA {0xbc,0x8f,0x8f,0xff},"\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e":_d .RGBA {0x41,0x69,0xe1,0xff},"s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e":_d .RGBA {0x8b,0x45,0x13,0xff},"\u0073\u0061\u006c\u006d\u006f\u006e":_d .RGBA {0xfa,0x80,0x72,0xff},"\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e":_d .RGBA {0xf4,0xa4,0x60,0xff},"\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x2e,0x8b,0x57,0xff},"\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c":_d .RGBA {0xff,0xf5,0xee,0xff},"\u0073\u0069\u0065\u006e\u006e\u0061":_d .RGBA {0xa0,0x52,0x2d,0xff},"\u0073\u0069\u006c\u0076\u0065\u0072":_d .RGBA {0xc0,0xc0,0xc0,0xff},"\u0073k\u0079\u0062\u006c\u0075\u0065":_d .RGBA {0x87,0xce,0xeb,0xff},"\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e":_d .RGBA {0x6a,0x5a,0xcd,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y":_d .RGBA {0x70,0x80,0x90,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y":_d .RGBA {0x70,0x80,0x90,0xff},"\u0073\u006e\u006f\u0077":_d .RGBA {0xff,0xfa,0xfa,0xff},"s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x00,0xff,0x7f,0xff},"\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e":_d .RGBA {0x46,0x82,0xb4,0xff},"\u0074\u0061\u006e":_d .RGBA {0xd2,0xb4,0x8c,0xff},"\u0074\u0065\u0061\u006c":_d .RGBA {0x00,0x80,0x80,0xff},"\u0074h\u0069\u0073\u0074\u006c\u0065":_d .RGBA {0xd8,0xbf,0xd8,0xff},"\u0074\u006f\u006d\u0061\u0074\u006f":_d .RGBA {0xff,0x63,0x47,0xff},"\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e":_d .RGBA {0x40,0xe0,0xd0,0xff},"\u0076\u0069\u006f\u006c\u0065\u0074":_d .RGBA {0xee,0x82,0xee,0xff},"\u0077\u0068\u0065a\u0074":_d .RGBA {0xf5,0xde,0xb3,0xff},"\u0077\u0068\u0069t\u0065":_d .RGBA {0xff,0xff,0xff,0xff},"\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065":_d .RGBA {0xf5,0xf5,0xf5,0xff},"\u0079\u0065\u006c\u006c\u006f\u0077":_d .RGBA {0xff,0xff,0x00,0xff},"y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e":_d .RGBA {0x9a,0xcd,0x32,0xff}}; -func _ccc (_fc ,_gbg ,_gg float64 ,_gef bool ,_cba float64 )(float64 ,float64 ){_ce ,_ced :=_a .Sincos (_cba );_bcb ,_dg :=_a .Sincos (_gg );_ff :=-_fc *_ce *_dg -_gbg *_ced *_bcb ;_add :=-_fc *_ce *_bcb +_gbg *_ced *_dg ;if !_gef {return -_ff ,-_add ; -};return _ff ,_add ;};type Point struct{X ,Y float64 ;};func (_bge Point )Interpolate (q Point ,t float64 )Point {return Point {(1-t )*_bge .X +t *q .X ,(1-t )*_bge .Y +t *q .Y };};var (Aliceblue =_d .RGBA {0xf0,0xf8,0xff,0xff};Antiquewhite =_d .RGBA {0xfa,0xeb,0xd7,0xff}; -Aqua =_d .RGBA {0x00,0xff,0xff,0xff};Aquamarine =_d .RGBA {0x7f,0xff,0xd4,0xff};Azure =_d .RGBA {0xf0,0xff,0xff,0xff};Beige =_d .RGBA {0xf5,0xf5,0xdc,0xff};Bisque =_d .RGBA {0xff,0xe4,0xc4,0xff};Black =_d .RGBA {0x00,0x00,0x00,0xff};Blanchedalmond =_d .RGBA {0xff,0xeb,0xcd,0xff}; -Blue =_d .RGBA {0x00,0x00,0xff,0xff};Blueviolet =_d .RGBA {0x8a,0x2b,0xe2,0xff};Brown =_d .RGBA {0xa5,0x2a,0x2a,0xff};Burlywood =_d .RGBA {0xde,0xb8,0x87,0xff};Cadetblue =_d .RGBA {0x5f,0x9e,0xa0,0xff};Chartreuse =_d .RGBA {0x7f,0xff,0x00,0xff};Chocolate =_d .RGBA {0xd2,0x69,0x1e,0xff}; -Coral =_d .RGBA {0xff,0x7f,0x50,0xff};Cornflowerblue =_d .RGBA {0x64,0x95,0xed,0xff};Cornsilk =_d .RGBA {0xff,0xf8,0xdc,0xff};Crimson =_d .RGBA {0xdc,0x14,0x3c,0xff};Cyan =_d .RGBA {0x00,0xff,0xff,0xff};Darkblue =_d .RGBA {0x00,0x00,0x8b,0xff};Darkcyan =_d .RGBA {0x00,0x8b,0x8b,0xff}; -Darkgoldenrod =_d .RGBA {0xb8,0x86,0x0b,0xff};Darkgray =_d .RGBA {0xa9,0xa9,0xa9,0xff};Darkgreen =_d .RGBA {0x00,0x64,0x00,0xff};Darkgrey =_d .RGBA {0xa9,0xa9,0xa9,0xff};Darkkhaki =_d .RGBA {0xbd,0xb7,0x6b,0xff};Darkmagenta =_d .RGBA {0x8b,0x00,0x8b,0xff}; -Darkolivegreen =_d .RGBA {0x55,0x6b,0x2f,0xff};Darkorange =_d .RGBA {0xff,0x8c,0x00,0xff};Darkorchid =_d .RGBA {0x99,0x32,0xcc,0xff};Darkred =_d .RGBA {0x8b,0x00,0x00,0xff};Darksalmon =_d .RGBA {0xe9,0x96,0x7a,0xff};Darkseagreen =_d .RGBA {0x8f,0xbc,0x8f,0xff}; -Darkslateblue =_d .RGBA {0x48,0x3d,0x8b,0xff};Darkslategray =_d .RGBA {0x2f,0x4f,0x4f,0xff};Darkslategrey =_d .RGBA {0x2f,0x4f,0x4f,0xff};Darkturquoise =_d .RGBA {0x00,0xce,0xd1,0xff};Darkviolet =_d .RGBA {0x94,0x00,0xd3,0xff};Deeppink =_d .RGBA {0xff,0x14,0x93,0xff}; -Deepskyblue =_d .RGBA {0x00,0xbf,0xff,0xff};Dimgray =_d .RGBA {0x69,0x69,0x69,0xff};Dimgrey =_d .RGBA {0x69,0x69,0x69,0xff};Dodgerblue =_d .RGBA {0x1e,0x90,0xff,0xff};Firebrick =_d .RGBA {0xb2,0x22,0x22,0xff};Floralwhite =_d .RGBA {0xff,0xfa,0xf0,0xff}; -Forestgreen =_d .RGBA {0x22,0x8b,0x22,0xff};Fuchsia =_d .RGBA {0xff,0x00,0xff,0xff};Gainsboro =_d .RGBA {0xdc,0xdc,0xdc,0xff};Ghostwhite =_d .RGBA {0xf8,0xf8,0xff,0xff};Gold =_d .RGBA {0xff,0xd7,0x00,0xff};Goldenrod =_d .RGBA {0xda,0xa5,0x20,0xff};Gray =_d .RGBA {0x80,0x80,0x80,0xff}; -Green =_d .RGBA {0x00,0x80,0x00,0xff};Greenyellow =_d .RGBA {0xad,0xff,0x2f,0xff};Grey =_d .RGBA {0x80,0x80,0x80,0xff};Honeydew =_d .RGBA {0xf0,0xff,0xf0,0xff};Hotpink =_d .RGBA {0xff,0x69,0xb4,0xff};Indianred =_d .RGBA {0xcd,0x5c,0x5c,0xff};Indigo =_d .RGBA {0x4b,0x00,0x82,0xff}; -Ivory =_d .RGBA {0xff,0xff,0xf0,0xff};Khaki =_d .RGBA {0xf0,0xe6,0x8c,0xff};Lavender =_d .RGBA {0xe6,0xe6,0xfa,0xff};Lavenderblush =_d .RGBA {0xff,0xf0,0xf5,0xff};Lawngreen =_d .RGBA {0x7c,0xfc,0x00,0xff};Lemonchiffon =_d .RGBA {0xff,0xfa,0xcd,0xff};Lightblue =_d .RGBA {0xad,0xd8,0xe6,0xff}; -Lightcoral =_d .RGBA {0xf0,0x80,0x80,0xff};Lightcyan =_d .RGBA {0xe0,0xff,0xff,0xff};Lightgoldenrodyellow =_d .RGBA {0xfa,0xfa,0xd2,0xff};Lightgray =_d .RGBA {0xd3,0xd3,0xd3,0xff};Lightgreen =_d .RGBA {0x90,0xee,0x90,0xff};Lightgrey =_d .RGBA {0xd3,0xd3,0xd3,0xff}; -Lightpink =_d .RGBA {0xff,0xb6,0xc1,0xff};Lightsalmon =_d .RGBA {0xff,0xa0,0x7a,0xff};Lightseagreen =_d .RGBA {0x20,0xb2,0xaa,0xff};Lightskyblue =_d .RGBA {0x87,0xce,0xfa,0xff};Lightslategray =_d .RGBA {0x77,0x88,0x99,0xff};Lightslategrey =_d .RGBA {0x77,0x88,0x99,0xff}; -Lightsteelblue =_d .RGBA {0xb0,0xc4,0xde,0xff};Lightyellow =_d .RGBA {0xff,0xff,0xe0,0xff};Lime =_d .RGBA {0x00,0xff,0x00,0xff};Limegreen =_d .RGBA {0x32,0xcd,0x32,0xff};Linen =_d .RGBA {0xfa,0xf0,0xe6,0xff};Magenta =_d .RGBA {0xff,0x00,0xff,0xff};Maroon =_d .RGBA {0x80,0x00,0x00,0xff}; -Mediumaquamarine =_d .RGBA {0x66,0xcd,0xaa,0xff};Mediumblue =_d .RGBA {0x00,0x00,0xcd,0xff};Mediumorchid =_d .RGBA {0xba,0x55,0xd3,0xff};Mediumpurple =_d .RGBA {0x93,0x70,0xdb,0xff};Mediumseagreen =_d .RGBA {0x3c,0xb3,0x71,0xff};Mediumslateblue =_d .RGBA {0x7b,0x68,0xee,0xff}; -Mediumspringgreen =_d .RGBA {0x00,0xfa,0x9a,0xff};Mediumturquoise =_d .RGBA {0x48,0xd1,0xcc,0xff};Mediumvioletred =_d .RGBA {0xc7,0x15,0x85,0xff};Midnightblue =_d .RGBA {0x19,0x19,0x70,0xff};Mintcream =_d .RGBA {0xf5,0xff,0xfa,0xff};Mistyrose =_d .RGBA {0xff,0xe4,0xe1,0xff}; -Moccasin =_d .RGBA {0xff,0xe4,0xb5,0xff};Navajowhite =_d .RGBA {0xff,0xde,0xad,0xff};Navy =_d .RGBA {0x00,0x00,0x80,0xff};Oldlace =_d .RGBA {0xfd,0xf5,0xe6,0xff};Olive =_d .RGBA {0x80,0x80,0x00,0xff};Olivedrab =_d .RGBA {0x6b,0x8e,0x23,0xff};Orange =_d .RGBA {0xff,0xa5,0x00,0xff}; -Orangered =_d .RGBA {0xff,0x45,0x00,0xff};Orchid =_d .RGBA {0xda,0x70,0xd6,0xff};Palegoldenrod =_d .RGBA {0xee,0xe8,0xaa,0xff};Palegreen =_d .RGBA {0x98,0xfb,0x98,0xff};Paleturquoise =_d .RGBA {0xaf,0xee,0xee,0xff};Palevioletred =_d .RGBA {0xdb,0x70,0x93,0xff}; -Papayawhip =_d .RGBA {0xff,0xef,0xd5,0xff};Peachpuff =_d .RGBA {0xff,0xda,0xb9,0xff};Peru =_d .RGBA {0xcd,0x85,0x3f,0xff};Pink =_d .RGBA {0xff,0xc0,0xcb,0xff};Plum =_d .RGBA {0xdd,0xa0,0xdd,0xff};Powderblue =_d .RGBA {0xb0,0xe0,0xe6,0xff};Purple =_d .RGBA {0x80,0x00,0x80,0xff}; -Red =_d .RGBA {0xff,0x00,0x00,0xff};Rosybrown =_d .RGBA {0xbc,0x8f,0x8f,0xff};Royalblue =_d .RGBA {0x41,0x69,0xe1,0xff};Saddlebrown =_d .RGBA {0x8b,0x45,0x13,0xff};Salmon =_d .RGBA {0xfa,0x80,0x72,0xff};Sandybrown =_d .RGBA {0xf4,0xa4,0x60,0xff};Seagreen =_d .RGBA {0x2e,0x8b,0x57,0xff}; -Seashell =_d .RGBA {0xff,0xf5,0xee,0xff};Sienna =_d .RGBA {0xa0,0x52,0x2d,0xff};Silver =_d .RGBA {0xc0,0xc0,0xc0,0xff};Skyblue =_d .RGBA {0x87,0xce,0xeb,0xff};Slateblue =_d .RGBA {0x6a,0x5a,0xcd,0xff};Slategray =_d .RGBA {0x70,0x80,0x90,0xff};Slategrey =_d .RGBA {0x70,0x80,0x90,0xff}; -Snow =_d .RGBA {0xff,0xfa,0xfa,0xff};Springgreen =_d .RGBA {0x00,0xff,0x7f,0xff};Steelblue =_d .RGBA {0x46,0x82,0xb4,0xff};Tan =_d .RGBA {0xd2,0xb4,0x8c,0xff};Teal =_d .RGBA {0x00,0x80,0x80,0xff};Thistle =_d .RGBA {0xd8,0xbf,0xd8,0xff};Tomato =_d .RGBA {0xff,0x63,0x47,0xff}; -Turquoise =_d .RGBA {0x40,0xe0,0xd0,0xff};Violet =_d .RGBA {0xee,0x82,0xee,0xff};Wheat =_d .RGBA {0xf5,0xde,0xb3,0xff};White =_d .RGBA {0xff,0xff,0xff,0xff};Whitesmoke =_d .RGBA {0xf5,0xf5,0xf5,0xff};Yellow =_d .RGBA {0xff,0xff,0x00,0xff};Yellowgreen =_d .RGBA {0x9a,0xcd,0x32,0xff}; -);var Names =[]string {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e","\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065","\u0061\u0071\u0075\u0061","\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u0061\u007a\u0075r\u0065","\u0062\u0065\u0069g\u0065","\u0062\u0069\u0073\u0071\u0075\u0065","\u0062\u006c\u0061c\u006b","\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064","\u0062\u006c\u0075\u0065","\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074","\u0062\u0072\u006fw\u006e","\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd","\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e","\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065","\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e","\u0063\u006f\u0072a\u006c","\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065","\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b","\u0063r\u0069\u006d\u0073\u006f\u006e","\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079","\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n","\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079","\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi","d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061","\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065","\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064","\u0064a\u0072\u006b\u0072\u0065\u0064","\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e","\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079","\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074","\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b","d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u0064i\u006d\u0067\u0072\u0061\u0079","\u0064i\u006d\u0067\u0072\u0065\u0079","\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065","\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k","f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065","f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e","\u0066u\u0063\u0068\u0073\u0069\u0061","\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o","\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065","\u0067\u006f\u006c\u0064","\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd","\u0067\u0072\u0061\u0079","\u0067\u0072\u0065e\u006e","g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077","\u0067\u0072\u0065\u0079","\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077","\u0068o\u0074\u0070\u0069\u006e\u006b","\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d","\u0069\u006e\u0064\u0069\u0067\u006f","\u0069\u0076\u006fr\u0079","\u006b\u0068\u0061k\u0069","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068","\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n","\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e","\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e","\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c","\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n","l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077","\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y","\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e","\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y","\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek","l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e","\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065","l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077","\u006c\u0069\u006d\u0065","\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n","\u006c\u0069\u006ee\u006e","\u006da\u0067\u0065\u006e\u0074\u0061","\u006d\u0061\u0072\u006f\u006f\u006e","\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065","\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064","\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065","\u006di\u006e\u0074\u0063\u0072\u0065\u0061m","\u006di\u0073\u0074\u0079\u0072\u006f\u0073e","\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e","n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065","\u006e\u0061\u0076\u0079","\u006fl\u0064\u006c\u0061\u0063\u0065","\u006f\u006c\u0069v\u0065","\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b","\u006f\u0072\u0061\u006e\u0067\u0065","\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d","\u006f\u0072\u0063\u0068\u0069\u0064","\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n","\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070","\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f","\u0070\u0065\u0072\u0075","\u0070\u0069\u006e\u006b","\u0070\u006c\u0075\u006d","\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065","\u0070\u0075\u0072\u0070\u006c\u0065","\u0072\u0065\u0064","\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n","\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e","s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e","\u0073\u0061\u006c\u006d\u006f\u006e","\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e","\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c","\u0073\u0069\u0065\u006e\u006e\u0061","\u0073\u0069\u006c\u0076\u0065\u0072","\u0073k\u0079\u0062\u006c\u0075\u0065","\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e","\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y","\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y","\u0073\u006e\u006f\u0077","s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e","\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e","\u0074\u0061\u006e","\u0074\u0065\u0061\u006c","\u0074h\u0069\u0073\u0074\u006c\u0065","\u0074\u006f\u006d\u0061\u0074\u006f","\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e","\u0076\u0069\u006f\u006c\u0065\u0074","\u0077\u0068\u0065a\u0074","\u0077\u0068\u0069t\u0065","\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065","\u0079\u0065\u006c\u006c\u006f\u0077","y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e"}; -func _dgf (_ecdc ,_dbg float64 )bool {return _a .Abs (_ecdc -_dbg )<=_agd };func (_fac Point )Add (q Point )Point {return Point {_fac .X +q .X ,_fac .Y +q .Y }};func _dee (_dba float64 )float64 {_dba =_a .Mod (_dba ,2.0*_a .Pi );if _dba < 0.0{_dba +=2.0*_a .Pi ; -};return _dba ;};func QuadraticToCubicBezier (startX ,startY ,x1 ,y1 ,x ,y float64 )(Point ,Point ){_ecd :=Point {X :startX ,Y :startY };_cdf :=Point {X :x1 ,Y :y1 };_eda :=Point {X :x ,Y :y };_fga :=_ecd .Interpolate (_cdf ,2.0/3.0);_fd :=_eda .Interpolate (_cdf ,2.0/3.0); -return _fga ,_fd ;};func (_bd Point )Mul (f float64 )Point {return Point {f *_bd .X ,f *_bd .Y }};func (_dge Point )Sub (q Point )Point {return Point {_dge .X -q .X ,_dge .Y -q .Y }};const _agd =1e-10;func EllipseToCubicBeziers (startX ,startY ,rx ,ry ,rot float64 ,large ,sweep bool ,endX ,endY float64 )[][4]Point {rx =_a .Abs (rx ); -ry =_a .Abs (ry );if rx < ry {rx ,ry =ry ,rx ;rot +=90.0;};_ba :=_dee (rot *_a .Pi /180.0);if _a .Pi <=_ba {_ba -=_a .Pi ;};_c ,_be ,_g ,_af :=_ge (startX ,startY ,rx ,ry ,_ba ,large ,sweep ,endX ,endY );_bb :=_a .Pi /2.0;_f :=int (_a .Ceil (_a .Abs (_af -_g )/_bb )); -_bb =_a .Abs (_af -_g )/float64 (_f );_fb :=_a .Sin (_bb )*(_a .Sqrt (4.0+3.0*_a .Pow (_a .Tan (_bb /2.0),2.0))-1.0)/3.0;if !sweep {_bb =-_bb ;};_ab :=Point {X :startX ,Y :startY };_e ,_ee :=_ccc (rx ,ry ,_ba ,sweep ,_g );_gc :=Point {X :_e ,Y :_ee };_bc :=[][4]Point {}; -for _cb :=1;_cb < _f +1;_cb ++{_cg :=_g +float64 (_cb )*_bb ;_da ,_ef :=_ag (rx ,ry ,_ba ,_c ,_be ,_cg );_db :=Point {X :_da ,Y :_ef };_fa ,_eg :=_ccc (rx ,ry ,_ba ,sweep ,_cg );_ea :=Point {X :_fa ,Y :_eg };_afc :=_ab .Add (_gc .Mul (_fb ));_fg :=_db .Sub (_ea .Mul (_fb )); -_bc =append (_bc ,[4]Point {_ab ,_afc ,_fg ,_db });_gc =_ea ;_ab =_db ;};return _bc ;};func _ge (_de ,_cdd ,_afa ,_dd ,_bg float64 ,_gce ,_fbg bool ,_cga ,_fag float64 )(float64 ,float64 ,float64 ,float64 ){if _dgf (_de ,_cga )&&_dgf (_cdd ,_fag ){return _de ,_cdd ,0.0,0.0; -};_acb ,_dac :=_a .Sincos (_bg );_gced :=_dac *(_de -_cga )/2.0+_acb *(_cdd -_fag )/2.0;_ebb :=-_acb *(_de -_cga )/2.0+_dac *(_cdd -_fag )/2.0;_baa :=_gced *_gced /_afa /_afa +_ebb *_ebb /_dd /_dd ;if _baa > 1.0{_afa *=_a .Sqrt (_baa );_dd *=_a .Sqrt (_baa ); -};_ad :=(_afa *_afa *_dd *_dd -_afa *_afa *_ebb *_ebb -_dd *_dd *_gced *_gced )/(_afa *_afa *_ebb *_ebb +_dd *_dd *_gced *_gced );if _ad < 0.0{_ad =0.0;};_aba :=_a .Sqrt (_ad );if _gce ==_fbg {_aba =-_aba ;};_gcb :=_aba *_afa *_ebb /_dd ;_cf :=_aba *-_dd *_gced /_afa ; -_fbgd :=_dac *_gcb -_acb *_cf +(_de +_cga )/2.0;_dc :=_acb *_gcb +_dac *_cf +(_cdd +_fag )/2.0;_dad :=(_gced -_gcb )/_afa ;_cfd :=(_ebb -_cf )/_dd ;_acbd :=-(_gced +_gcb )/_afa ;_aga :=-(_ebb +_cf )/_dd ;_cfa :=_a .Acos (_dad /_a .Sqrt (_dad *_dad +_cfd *_cfd )); -if _cfd < 0.0{_cfa =-_cfa ;};_cfa =_dee (_cfa );_bea :=(_dad *_acbd +_cfd *_aga )/_a .Sqrt ((_dad *_dad +_cfd *_cfd )*(_acbd *_acbd +_aga *_aga ));_bea =_a .Min (1.0,_a .Max (-1.0,_bea ));_dacc :=_a .Acos (_bea );if _dad *_aga -_cfd *_acbd < 0.0{_dacc =-_dacc ; -};if !_fbg &&_dacc > 0.0{_dacc -=2.0*_a .Pi ;}else if _fbg &&_dacc < 0.0{_dacc +=2.0*_a .Pi ;};return _fbgd ,_dc ,_cfa ,_cfa +_dacc ;};func _ag (_eb ,_ec ,_cc ,_ac ,_gd ,_gb float64 )(float64 ,float64 ){_df ,_ed :=_a .Sincos (_gb );_cd ,_ccf :=_a .Sincos (_cc ); -_eea :=_ac +_eb *_ed *_ccf -_ec *_df *_cd ;_aa :=_gd +_eb *_ed *_cd +_ec *_df *_ccf ;return _eea ,_aa ;}; \ No newline at end of file +package graphic2d ;import (_a "image/color";_ee "math";);func _afd (_gb ,_eeg float64 )bool {return _ee .Abs (_gb -_eeg )<=_fc };func (_bad Point )Interpolate (q Point ,t float64 )Point {return Point {(1-t )*_bad .X +t *q .X ,(1-t )*_bad .Y +t *q .Y }; +};var (Aliceblue =_a .RGBA {0xf0,0xf8,0xff,0xff};Antiquewhite =_a .RGBA {0xfa,0xeb,0xd7,0xff};Aqua =_a .RGBA {0x00,0xff,0xff,0xff};Aquamarine =_a .RGBA {0x7f,0xff,0xd4,0xff};Azure =_a .RGBA {0xf0,0xff,0xff,0xff};Beige =_a .RGBA {0xf5,0xf5,0xdc,0xff};Bisque =_a .RGBA {0xff,0xe4,0xc4,0xff}; +Black =_a .RGBA {0x00,0x00,0x00,0xff};Blanchedalmond =_a .RGBA {0xff,0xeb,0xcd,0xff};Blue =_a .RGBA {0x00,0x00,0xff,0xff};Blueviolet =_a .RGBA {0x8a,0x2b,0xe2,0xff};Brown =_a .RGBA {0xa5,0x2a,0x2a,0xff};Burlywood =_a .RGBA {0xde,0xb8,0x87,0xff};Cadetblue =_a .RGBA {0x5f,0x9e,0xa0,0xff}; +Chartreuse =_a .RGBA {0x7f,0xff,0x00,0xff};Chocolate =_a .RGBA {0xd2,0x69,0x1e,0xff};Coral =_a .RGBA {0xff,0x7f,0x50,0xff};Cornflowerblue =_a .RGBA {0x64,0x95,0xed,0xff};Cornsilk =_a .RGBA {0xff,0xf8,0xdc,0xff};Crimson =_a .RGBA {0xdc,0x14,0x3c,0xff};Cyan =_a .RGBA {0x00,0xff,0xff,0xff}; +Darkblue =_a .RGBA {0x00,0x00,0x8b,0xff};Darkcyan =_a .RGBA {0x00,0x8b,0x8b,0xff};Darkgoldenrod =_a .RGBA {0xb8,0x86,0x0b,0xff};Darkgray =_a .RGBA {0xa9,0xa9,0xa9,0xff};Darkgreen =_a .RGBA {0x00,0x64,0x00,0xff};Darkgrey =_a .RGBA {0xa9,0xa9,0xa9,0xff}; +Darkkhaki =_a .RGBA {0xbd,0xb7,0x6b,0xff};Darkmagenta =_a .RGBA {0x8b,0x00,0x8b,0xff};Darkolivegreen =_a .RGBA {0x55,0x6b,0x2f,0xff};Darkorange =_a .RGBA {0xff,0x8c,0x00,0xff};Darkorchid =_a .RGBA {0x99,0x32,0xcc,0xff};Darkred =_a .RGBA {0x8b,0x00,0x00,0xff}; +Darksalmon =_a .RGBA {0xe9,0x96,0x7a,0xff};Darkseagreen =_a .RGBA {0x8f,0xbc,0x8f,0xff};Darkslateblue =_a .RGBA {0x48,0x3d,0x8b,0xff};Darkslategray =_a .RGBA {0x2f,0x4f,0x4f,0xff};Darkslategrey =_a .RGBA {0x2f,0x4f,0x4f,0xff};Darkturquoise =_a .RGBA {0x00,0xce,0xd1,0xff}; +Darkviolet =_a .RGBA {0x94,0x00,0xd3,0xff};Deeppink =_a .RGBA {0xff,0x14,0x93,0xff};Deepskyblue =_a .RGBA {0x00,0xbf,0xff,0xff};Dimgray =_a .RGBA {0x69,0x69,0x69,0xff};Dimgrey =_a .RGBA {0x69,0x69,0x69,0xff};Dodgerblue =_a .RGBA {0x1e,0x90,0xff,0xff};Firebrick =_a .RGBA {0xb2,0x22,0x22,0xff}; +Floralwhite =_a .RGBA {0xff,0xfa,0xf0,0xff};Forestgreen =_a .RGBA {0x22,0x8b,0x22,0xff};Fuchsia =_a .RGBA {0xff,0x00,0xff,0xff};Gainsboro =_a .RGBA {0xdc,0xdc,0xdc,0xff};Ghostwhite =_a .RGBA {0xf8,0xf8,0xff,0xff};Gold =_a .RGBA {0xff,0xd7,0x00,0xff};Goldenrod =_a .RGBA {0xda,0xa5,0x20,0xff}; +Gray =_a .RGBA {0x80,0x80,0x80,0xff};Green =_a .RGBA {0x00,0x80,0x00,0xff};Greenyellow =_a .RGBA {0xad,0xff,0x2f,0xff};Grey =_a .RGBA {0x80,0x80,0x80,0xff};Honeydew =_a .RGBA {0xf0,0xff,0xf0,0xff};Hotpink =_a .RGBA {0xff,0x69,0xb4,0xff};Indianred =_a .RGBA {0xcd,0x5c,0x5c,0xff}; +Indigo =_a .RGBA {0x4b,0x00,0x82,0xff};Ivory =_a .RGBA {0xff,0xff,0xf0,0xff};Khaki =_a .RGBA {0xf0,0xe6,0x8c,0xff};Lavender =_a .RGBA {0xe6,0xe6,0xfa,0xff};Lavenderblush =_a .RGBA {0xff,0xf0,0xf5,0xff};Lawngreen =_a .RGBA {0x7c,0xfc,0x00,0xff};Lemonchiffon =_a .RGBA {0xff,0xfa,0xcd,0xff}; +Lightblue =_a .RGBA {0xad,0xd8,0xe6,0xff};Lightcoral =_a .RGBA {0xf0,0x80,0x80,0xff};Lightcyan =_a .RGBA {0xe0,0xff,0xff,0xff};Lightgoldenrodyellow =_a .RGBA {0xfa,0xfa,0xd2,0xff};Lightgray =_a .RGBA {0xd3,0xd3,0xd3,0xff};Lightgreen =_a .RGBA {0x90,0xee,0x90,0xff}; +Lightgrey =_a .RGBA {0xd3,0xd3,0xd3,0xff};Lightpink =_a .RGBA {0xff,0xb6,0xc1,0xff};Lightsalmon =_a .RGBA {0xff,0xa0,0x7a,0xff};Lightseagreen =_a .RGBA {0x20,0xb2,0xaa,0xff};Lightskyblue =_a .RGBA {0x87,0xce,0xfa,0xff};Lightslategray =_a .RGBA {0x77,0x88,0x99,0xff}; +Lightslategrey =_a .RGBA {0x77,0x88,0x99,0xff};Lightsteelblue =_a .RGBA {0xb0,0xc4,0xde,0xff};Lightyellow =_a .RGBA {0xff,0xff,0xe0,0xff};Lime =_a .RGBA {0x00,0xff,0x00,0xff};Limegreen =_a .RGBA {0x32,0xcd,0x32,0xff};Linen =_a .RGBA {0xfa,0xf0,0xe6,0xff}; +Magenta =_a .RGBA {0xff,0x00,0xff,0xff};Maroon =_a .RGBA {0x80,0x00,0x00,0xff};Mediumaquamarine =_a .RGBA {0x66,0xcd,0xaa,0xff};Mediumblue =_a .RGBA {0x00,0x00,0xcd,0xff};Mediumorchid =_a .RGBA {0xba,0x55,0xd3,0xff};Mediumpurple =_a .RGBA {0x93,0x70,0xdb,0xff}; +Mediumseagreen =_a .RGBA {0x3c,0xb3,0x71,0xff};Mediumslateblue =_a .RGBA {0x7b,0x68,0xee,0xff};Mediumspringgreen =_a .RGBA {0x00,0xfa,0x9a,0xff};Mediumturquoise =_a .RGBA {0x48,0xd1,0xcc,0xff};Mediumvioletred =_a .RGBA {0xc7,0x15,0x85,0xff};Midnightblue =_a .RGBA {0x19,0x19,0x70,0xff}; +Mintcream =_a .RGBA {0xf5,0xff,0xfa,0xff};Mistyrose =_a .RGBA {0xff,0xe4,0xe1,0xff};Moccasin =_a .RGBA {0xff,0xe4,0xb5,0xff};Navajowhite =_a .RGBA {0xff,0xde,0xad,0xff};Navy =_a .RGBA {0x00,0x00,0x80,0xff};Oldlace =_a .RGBA {0xfd,0xf5,0xe6,0xff};Olive =_a .RGBA {0x80,0x80,0x00,0xff}; +Olivedrab =_a .RGBA {0x6b,0x8e,0x23,0xff};Orange =_a .RGBA {0xff,0xa5,0x00,0xff};Orangered =_a .RGBA {0xff,0x45,0x00,0xff};Orchid =_a .RGBA {0xda,0x70,0xd6,0xff};Palegoldenrod =_a .RGBA {0xee,0xe8,0xaa,0xff};Palegreen =_a .RGBA {0x98,0xfb,0x98,0xff};Paleturquoise =_a .RGBA {0xaf,0xee,0xee,0xff}; +Palevioletred =_a .RGBA {0xdb,0x70,0x93,0xff};Papayawhip =_a .RGBA {0xff,0xef,0xd5,0xff};Peachpuff =_a .RGBA {0xff,0xda,0xb9,0xff};Peru =_a .RGBA {0xcd,0x85,0x3f,0xff};Pink =_a .RGBA {0xff,0xc0,0xcb,0xff};Plum =_a .RGBA {0xdd,0xa0,0xdd,0xff};Powderblue =_a .RGBA {0xb0,0xe0,0xe6,0xff}; +Purple =_a .RGBA {0x80,0x00,0x80,0xff};Red =_a .RGBA {0xff,0x00,0x00,0xff};Rosybrown =_a .RGBA {0xbc,0x8f,0x8f,0xff};Royalblue =_a .RGBA {0x41,0x69,0xe1,0xff};Saddlebrown =_a .RGBA {0x8b,0x45,0x13,0xff};Salmon =_a .RGBA {0xfa,0x80,0x72,0xff};Sandybrown =_a .RGBA {0xf4,0xa4,0x60,0xff}; +Seagreen =_a .RGBA {0x2e,0x8b,0x57,0xff};Seashell =_a .RGBA {0xff,0xf5,0xee,0xff};Sienna =_a .RGBA {0xa0,0x52,0x2d,0xff};Silver =_a .RGBA {0xc0,0xc0,0xc0,0xff};Skyblue =_a .RGBA {0x87,0xce,0xeb,0xff};Slateblue =_a .RGBA {0x6a,0x5a,0xcd,0xff};Slategray =_a .RGBA {0x70,0x80,0x90,0xff}; +Slategrey =_a .RGBA {0x70,0x80,0x90,0xff};Snow =_a .RGBA {0xff,0xfa,0xfa,0xff};Springgreen =_a .RGBA {0x00,0xff,0x7f,0xff};Steelblue =_a .RGBA {0x46,0x82,0xb4,0xff};Tan =_a .RGBA {0xd2,0xb4,0x8c,0xff};Teal =_a .RGBA {0x00,0x80,0x80,0xff};Thistle =_a .RGBA {0xd8,0xbf,0xd8,0xff}; +Tomato =_a .RGBA {0xff,0x63,0x47,0xff};Turquoise =_a .RGBA {0x40,0xe0,0xd0,0xff};Violet =_a .RGBA {0xee,0x82,0xee,0xff};Wheat =_a .RGBA {0xf5,0xde,0xb3,0xff};White =_a .RGBA {0xff,0xff,0xff,0xff};Whitesmoke =_a .RGBA {0xf5,0xf5,0xf5,0xff};Yellow =_a .RGBA {0xff,0xff,0x00,0xff}; +Yellowgreen =_a .RGBA {0x9a,0xcd,0x32,0xff};);var ColorMap =map[string ]_a .RGBA {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e":_a .RGBA {0xf0,0xf8,0xff,0xff},"\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065":_a .RGBA {0xfa,0xeb,0xd7,0xff},"\u0061\u0071\u0075\u0061":_a .RGBA {0x00,0xff,0xff,0xff},"\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_a .RGBA {0x7f,0xff,0xd4,0xff},"\u0061\u007a\u0075r\u0065":_a .RGBA {0xf0,0xff,0xff,0xff},"\u0062\u0065\u0069g\u0065":_a .RGBA {0xf5,0xf5,0xdc,0xff},"\u0062\u0069\u0073\u0071\u0075\u0065":_a .RGBA {0xff,0xe4,0xc4,0xff},"\u0062\u006c\u0061c\u006b":_a .RGBA {0x00,0x00,0x00,0xff},"\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064":_a .RGBA {0xff,0xeb,0xcd,0xff},"\u0062\u006c\u0075\u0065":_a .RGBA {0x00,0x00,0xff,0xff},"\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074":_a .RGBA {0x8a,0x2b,0xe2,0xff},"\u0062\u0072\u006fw\u006e":_a .RGBA {0xa5,0x2a,0x2a,0xff},"\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd":_a .RGBA {0xde,0xb8,0x87,0xff},"\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e":_a .RGBA {0x5f,0x9e,0xa0,0xff},"\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065":_a .RGBA {0x7f,0xff,0x00,0xff},"\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e":_a .RGBA {0xd2,0x69,0x1e,0xff},"\u0063\u006f\u0072a\u006c":_a .RGBA {0xff,0x7f,0x50,0xff},"\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065":_a .RGBA {0x64,0x95,0xed,0xff},"\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b":_a .RGBA {0xff,0xf8,0xdc,0xff},"\u0063r\u0069\u006d\u0073\u006f\u006e":_a .RGBA {0xdc,0x14,0x3c,0xff},"\u0063\u0079\u0061\u006e":_a .RGBA {0x00,0xff,0xff,0xff},"\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065":_a .RGBA {0x00,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e":_a .RGBA {0x00,0x8b,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_a .RGBA {0xb8,0x86,0x0b,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079":_a .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n":_a .RGBA {0x00,0x64,0x00,0xff},"\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079":_a .RGBA {0xa9,0xa9,0xa9,0xff},"\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi":_a .RGBA {0xbd,0xb7,0x6b,0xff},"d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061":_a .RGBA {0x8b,0x00,0x8b,0xff},"\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e":_a .RGBA {0x55,0x6b,0x2f,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065":_a .RGBA {0xff,0x8c,0x00,0xff},"\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064":_a .RGBA {0x99,0x32,0xcc,0xff},"\u0064a\u0072\u006b\u0072\u0065\u0064":_a .RGBA {0x8b,0x00,0x00,0xff},"\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e":_a .RGBA {0xe9,0x96,0x7a,0xff},"\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x8f,0xbc,0x8f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_a .RGBA {0x48,0x3d,0x8b,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079":_a .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079":_a .RGBA {0x2f,0x4f,0x4f,0xff},"\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_a .RGBA {0x00,0xce,0xd1,0xff},"\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074":_a .RGBA {0x94,0x00,0xd3,0xff},"\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b":_a .RGBA {0xff,0x14,0x93,0xff},"d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_a .RGBA {0x00,0xbf,0xff,0xff},"\u0064i\u006d\u0067\u0072\u0061\u0079":_a .RGBA {0x69,0x69,0x69,0xff},"\u0064i\u006d\u0067\u0072\u0065\u0079":_a .RGBA {0x69,0x69,0x69,0xff},"\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065":_a .RGBA {0x1e,0x90,0xff,0xff},"\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k":_a .RGBA {0xb2,0x22,0x22,0xff},"f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065":_a .RGBA {0xff,0xfa,0xf0,0xff},"f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x22,0x8b,0x22,0xff},"\u0066u\u0063\u0068\u0073\u0069\u0061":_a .RGBA {0xff,0x00,0xff,0xff},"\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o":_a .RGBA {0xdc,0xdc,0xdc,0xff},"\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065":_a .RGBA {0xf8,0xf8,0xff,0xff},"\u0067\u006f\u006c\u0064":_a .RGBA {0xff,0xd7,0x00,0xff},"\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd":_a .RGBA {0xda,0xa5,0x20,0xff},"\u0067\u0072\u0061\u0079":_a .RGBA {0x80,0x80,0x80,0xff},"\u0067\u0072\u0065e\u006e":_a .RGBA {0x00,0x80,0x00,0xff},"g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077":_a .RGBA {0xad,0xff,0x2f,0xff},"\u0067\u0072\u0065\u0079":_a .RGBA {0x80,0x80,0x80,0xff},"\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077":_a .RGBA {0xf0,0xff,0xf0,0xff},"\u0068o\u0074\u0070\u0069\u006e\u006b":_a .RGBA {0xff,0x69,0xb4,0xff},"\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d":_a .RGBA {0xcd,0x5c,0x5c,0xff},"\u0069\u006e\u0064\u0069\u0067\u006f":_a .RGBA {0x4b,0x00,0x82,0xff},"\u0069\u0076\u006fr\u0079":_a .RGBA {0xff,0xff,0xf0,0xff},"\u006b\u0068\u0061k\u0069":_a .RGBA {0xf0,0xe6,0x8c,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072":_a .RGBA {0xe6,0xe6,0xfa,0xff},"\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068":_a .RGBA {0xff,0xf0,0xf5,0xff},"\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n":_a .RGBA {0x7c,0xfc,0x00,0xff},"\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e":_a .RGBA {0xff,0xfa,0xcd,0xff},"\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e":_a .RGBA {0xad,0xd8,0xe6,0xff},"\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c":_a .RGBA {0xf0,0x80,0x80,0xff},"\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n":_a .RGBA {0xe0,0xff,0xff,0xff},"l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077":_a .RGBA {0xfa,0xfa,0xd2,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y":_a .RGBA {0xd3,0xd3,0xd3,0xff},"\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x90,0xee,0x90,0xff},"\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y":_a .RGBA {0xd3,0xd3,0xd3,0xff},"\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek":_a .RGBA {0xff,0xb6,0xc1,0xff},"l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e":_a .RGBA {0xff,0xa0,0x7a,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x20,0xb2,0xaa,0xff},"\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065":_a .RGBA {0x87,0xce,0xfa,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079":_a .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079":_a .RGBA {0x77,0x88,0x99,0xff},"\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065":_a .RGBA {0xb0,0xc4,0xde,0xff},"l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077":_a .RGBA {0xff,0xff,0xe0,0xff},"\u006c\u0069\u006d\u0065":_a .RGBA {0x00,0xff,0x00,0xff},"\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n":_a .RGBA {0x32,0xcd,0x32,0xff},"\u006c\u0069\u006ee\u006e":_a .RGBA {0xfa,0xf0,0xe6,0xff},"\u006da\u0067\u0065\u006e\u0074\u0061":_a .RGBA {0xff,0x00,0xff,0xff},"\u006d\u0061\u0072\u006f\u006f\u006e":_a .RGBA {0x80,0x00,0x00,0xff},"\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065":_a .RGBA {0x66,0xcd,0xaa,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065":_a .RGBA {0x00,0x00,0xcd,0xff},"\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064":_a .RGBA {0xba,0x55,0xd3,0xff},"\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065":_a .RGBA {0x93,0x70,0xdb,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e":_a .RGBA {0x3c,0xb3,0x71,0xff},"\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065":_a .RGBA {0x7b,0x68,0xee,0xff},"\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e":_a .RGBA {0x00,0xfa,0x9a,0xff},"\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_a .RGBA {0x48,0xd1,0xcc,0xff},"\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_a .RGBA {0xc7,0x15,0x85,0xff},"\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065":_a .RGBA {0x19,0x19,0x70,0xff},"\u006di\u006e\u0074\u0063\u0072\u0065\u0061m":_a .RGBA {0xf5,0xff,0xfa,0xff},"\u006di\u0073\u0074\u0079\u0072\u006f\u0073e":_a .RGBA {0xff,0xe4,0xe1,0xff},"\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e":_a .RGBA {0xff,0xe4,0xb5,0xff},"n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065":_a .RGBA {0xff,0xde,0xad,0xff},"\u006e\u0061\u0076\u0079":_a .RGBA {0x00,0x00,0x80,0xff},"\u006fl\u0064\u006c\u0061\u0063\u0065":_a .RGBA {0xfd,0xf5,0xe6,0xff},"\u006f\u006c\u0069v\u0065":_a .RGBA {0x80,0x80,0x00,0xff},"\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b":_a .RGBA {0x6b,0x8e,0x23,0xff},"\u006f\u0072\u0061\u006e\u0067\u0065":_a .RGBA {0xff,0xa5,0x00,0xff},"\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d":_a .RGBA {0xff,0x45,0x00,0xff},"\u006f\u0072\u0063\u0068\u0069\u0064":_a .RGBA {0xda,0x70,0xd6,0xff},"\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064":_a .RGBA {0xee,0xe8,0xaa,0xff},"\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n":_a .RGBA {0x98,0xfb,0x98,0xff},"\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065":_a .RGBA {0xaf,0xee,0xee,0xff},"\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064":_a .RGBA {0xdb,0x70,0x93,0xff},"\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070":_a .RGBA {0xff,0xef,0xd5,0xff},"\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f":_a .RGBA {0xff,0xda,0xb9,0xff},"\u0070\u0065\u0072\u0075":_a .RGBA {0xcd,0x85,0x3f,0xff},"\u0070\u0069\u006e\u006b":_a .RGBA {0xff,0xc0,0xcb,0xff},"\u0070\u006c\u0075\u006d":_a .RGBA {0xdd,0xa0,0xdd,0xff},"\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065":_a .RGBA {0xb0,0xe0,0xe6,0xff},"\u0070\u0075\u0072\u0070\u006c\u0065":_a .RGBA {0x80,0x00,0x80,0xff},"\u0072\u0065\u0064":_a .RGBA {0xff,0x00,0x00,0xff},"\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n":_a .RGBA {0xbc,0x8f,0x8f,0xff},"\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e":_a .RGBA {0x41,0x69,0xe1,0xff},"s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e":_a .RGBA {0x8b,0x45,0x13,0xff},"\u0073\u0061\u006c\u006d\u006f\u006e":_a .RGBA {0xfa,0x80,0x72,0xff},"\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e":_a .RGBA {0xf4,0xa4,0x60,0xff},"\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x2e,0x8b,0x57,0xff},"\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c":_a .RGBA {0xff,0xf5,0xee,0xff},"\u0073\u0069\u0065\u006e\u006e\u0061":_a .RGBA {0xa0,0x52,0x2d,0xff},"\u0073\u0069\u006c\u0076\u0065\u0072":_a .RGBA {0xc0,0xc0,0xc0,0xff},"\u0073k\u0079\u0062\u006c\u0075\u0065":_a .RGBA {0x87,0xce,0xeb,0xff},"\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e":_a .RGBA {0x6a,0x5a,0xcd,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y":_a .RGBA {0x70,0x80,0x90,0xff},"\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y":_a .RGBA {0x70,0x80,0x90,0xff},"\u0073\u006e\u006f\u0077":_a .RGBA {0xff,0xfa,0xfa,0xff},"s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x00,0xff,0x7f,0xff},"\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e":_a .RGBA {0x46,0x82,0xb4,0xff},"\u0074\u0061\u006e":_a .RGBA {0xd2,0xb4,0x8c,0xff},"\u0074\u0065\u0061\u006c":_a .RGBA {0x00,0x80,0x80,0xff},"\u0074h\u0069\u0073\u0074\u006c\u0065":_a .RGBA {0xd8,0xbf,0xd8,0xff},"\u0074\u006f\u006d\u0061\u0074\u006f":_a .RGBA {0xff,0x63,0x47,0xff},"\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e":_a .RGBA {0x40,0xe0,0xd0,0xff},"\u0076\u0069\u006f\u006c\u0065\u0074":_a .RGBA {0xee,0x82,0xee,0xff},"\u0077\u0068\u0065a\u0074":_a .RGBA {0xf5,0xde,0xb3,0xff},"\u0077\u0068\u0069t\u0065":_a .RGBA {0xff,0xff,0xff,0xff},"\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065":_a .RGBA {0xf5,0xf5,0xf5,0xff},"\u0079\u0065\u006c\u006c\u006f\u0077":_a .RGBA {0xff,0xff,0x00,0xff},"y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e":_a .RGBA {0x9a,0xcd,0x32,0xff}}; +func (_aec Point )Add (q Point )Point {return Point {_aec .X +q .X ,_aec .Y +q .Y }};func _g (_bd ,_ac ,_bg ,_ae ,_af ,_ffa float64 )(float64 ,float64 ){_gc ,_ea :=_ee .Sincos (_ffa );_ad ,_ge :=_ee .Sincos (_bg );_bac :=_ae +_bd *_ea *_ge -_ac *_gc *_ad ; +_gg :=_af +_bd *_ea *_ad +_ac *_gc *_ge ;return _bac ,_gg ;};func QuadraticToCubicBezier (startX ,startY ,x1 ,y1 ,x ,y float64 )(Point ,Point ){_abd :=Point {X :startX ,Y :startY };_bade :=Point {X :x1 ,Y :y1 };_bf :=Point {X :x ,Y :y };_ggg :=_abd .Interpolate (_bade ,2.0/3.0); +_gd :=_bf .Interpolate (_bade ,2.0/3.0);return _ggg ,_gd ;};func _aeb (_gfe float64 )float64 {_gfe =_ee .Mod (_gfe ,2.0*_ee .Pi );if _gfe < 0.0{_gfe +=2.0*_ee .Pi ;};return _gfe ;};const _fc =1e-10;type Point struct{X ,Y float64 ;};var Names =[]string {"\u0061l\u0069\u0063\u0065\u0062\u006c\u0075e","\u0061\u006e\u0074i\u0071\u0075\u0065\u0077\u0068\u0069\u0074\u0065","\u0061\u0071\u0075\u0061","\u0061\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u0061\u007a\u0075r\u0065","\u0062\u0065\u0069g\u0065","\u0062\u0069\u0073\u0071\u0075\u0065","\u0062\u006c\u0061c\u006b","\u0062\u006c\u0061\u006e\u0063\u0068\u0065\u0064\u0061l\u006d\u006f\u006e\u0064","\u0062\u006c\u0075\u0065","\u0062\u006c\u0075\u0065\u0076\u0069\u006f\u006c\u0065\u0074","\u0062\u0072\u006fw\u006e","\u0062u\u0072\u006c\u0079\u0077\u006f\u006fd","\u0063a\u0064\u0065\u0074\u0062\u006c\u0075e","\u0063\u0068\u0061\u0072\u0074\u0072\u0065\u0075\u0073\u0065","\u0063h\u006f\u0063\u006f\u006c\u0061\u0074e","\u0063\u006f\u0072a\u006c","\u0063\u006f\u0072\u006e\u0066\u006c\u006f\u0077\u0065r\u0062\u006c\u0075\u0065","\u0063\u006f\u0072\u006e\u0073\u0069\u006c\u006b","\u0063r\u0069\u006d\u0073\u006f\u006e","\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0063\u0079\u0061\u006e","\u0064\u0061\u0072\u006b\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0064\u0061\u0072\u006b\u0067\u0072\u0061\u0079","\u0064a\u0072\u006b\u0067\u0072\u0065\u0065n","\u0064\u0061\u0072\u006b\u0067\u0072\u0065\u0079","\u0064a\u0072\u006b\u006b\u0068\u0061\u006bi","d\u0061\u0072\u006b\u006d\u0061\u0067\u0065\u006e\u0074\u0061","\u0064\u0061\u0072\u006b\u006f\u006c\u0069\u0076\u0065g\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u006f\u0072\u0061\u006e\u0067\u0065","\u0064\u0061\u0072\u006b\u006f\u0072\u0063\u0068\u0069\u0064","\u0064a\u0072\u006b\u0072\u0065\u0064","\u0064\u0061\u0072\u006b\u0073\u0061\u006c\u006d\u006f\u006e","\u0064\u0061\u0072k\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0061\u0079","\u0064\u0061\u0072\u006b\u0073\u006c\u0061\u0074\u0065\u0067\u0072\u0065\u0079","\u0064\u0061\u0072\u006b\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0064\u0061\u0072\u006b\u0076\u0069\u006f\u006c\u0065\u0074","\u0064\u0065\u0065\u0070\u0070\u0069\u006e\u006b","d\u0065\u0065\u0070\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u0064i\u006d\u0067\u0072\u0061\u0079","\u0064i\u006d\u0067\u0072\u0065\u0079","\u0064\u006f\u0064\u0067\u0065\u0072\u0062\u006c\u0075\u0065","\u0066i\u0072\u0065\u0062\u0072\u0069\u0063k","f\u006c\u006f\u0072\u0061\u006c\u0077\u0068\u0069\u0074\u0065","f\u006f\u0072\u0065\u0073\u0074\u0067\u0072\u0065\u0065\u006e","\u0066u\u0063\u0068\u0073\u0069\u0061","\u0067a\u0069\u006e\u0073\u0062\u006f\u0072o","\u0067\u0068\u006f\u0073\u0074\u0077\u0068\u0069\u0074\u0065","\u0067\u006f\u006c\u0064","\u0067o\u006c\u0064\u0065\u006e\u0072\u006fd","\u0067\u0072\u0061\u0079","\u0067\u0072\u0065e\u006e","g\u0072\u0065\u0065\u006e\u0079\u0065\u006c\u006c\u006f\u0077","\u0067\u0072\u0065\u0079","\u0068\u006f\u006e\u0065\u0079\u0064\u0065\u0077","\u0068o\u0074\u0070\u0069\u006e\u006b","\u0069n\u0064\u0069\u0061\u006e\u0072\u0065d","\u0069\u006e\u0064\u0069\u0067\u006f","\u0069\u0076\u006fr\u0079","\u006b\u0068\u0061k\u0069","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072","\u006c\u0061\u0076\u0065\u006e\u0064\u0065\u0072\u0062\u006c\u0075\u0073\u0068","\u006ca\u0077\u006e\u0067\u0072\u0065\u0065n","\u006c\u0065\u006do\u006e\u0063\u0068\u0069\u0066\u0066\u006f\u006e","\u006ci\u0067\u0068\u0074\u0062\u006c\u0075e","\u006c\u0069\u0067\u0068\u0074\u0063\u006f\u0072\u0061\u006c","\u006ci\u0067\u0068\u0074\u0063\u0079\u0061n","l\u0069g\u0068\u0074\u0067\u006f\u006c\u0064\u0065\u006er\u006f\u0064\u0079\u0065ll\u006f\u0077","\u006ci\u0067\u0068\u0074\u0067\u0072\u0061y","\u006c\u0069\u0067\u0068\u0074\u0067\u0072\u0065\u0065\u006e","\u006ci\u0067\u0068\u0074\u0067\u0072\u0065y","\u006ci\u0067\u0068\u0074\u0070\u0069\u006ek","l\u0069\u0067\u0068\u0074\u0073\u0061\u006c\u006d\u006f\u006e","\u006c\u0069\u0067\u0068\u0074\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u006c\u0069\u0067h\u0074\u0073\u006b\u0079\u0062\u006c\u0075\u0065","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0061\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u006c\u0061\u0074e\u0067\u0072\u0065\u0079","\u006c\u0069\u0067\u0068\u0074\u0073\u0074\u0065\u0065l\u0062\u006c\u0075\u0065","l\u0069\u0067\u0068\u0074\u0079\u0065\u006c\u006c\u006f\u0077","\u006c\u0069\u006d\u0065","\u006ci\u006d\u0065\u0067\u0072\u0065\u0065n","\u006c\u0069\u006ee\u006e","\u006da\u0067\u0065\u006e\u0074\u0061","\u006d\u0061\u0072\u006f\u006f\u006e","\u006d\u0065d\u0069\u0075\u006da\u0071\u0075\u0061\u006d\u0061\u0072\u0069\u006e\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0062\u006c\u0075\u0065","\u006d\u0065\u0064i\u0075\u006d\u006f\u0072\u0063\u0068\u0069\u0064","\u006d\u0065\u0064i\u0075\u006d\u0070\u0075\u0072\u0070\u006c\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0065\u0061g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0073\u006c\u0061\u0074\u0065\u0062\u006c\u0075\u0065","\u006d\u0065\u0064\u0069\u0075\u006d\u0073\u0070\u0072\u0069\u006e\u0067g\u0072\u0065\u0065\u006e","\u006de\u0064i\u0075\u006d\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u006de\u0064i\u0075\u006d\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u006d\u0069\u0064n\u0069\u0067\u0068\u0074\u0062\u006c\u0075\u0065","\u006di\u006e\u0074\u0063\u0072\u0065\u0061m","\u006di\u0073\u0074\u0079\u0072\u006f\u0073e","\u006d\u006f\u0063\u0063\u0061\u0073\u0069\u006e","n\u0061\u0076\u0061\u006a\u006f\u0077\u0068\u0069\u0074\u0065","\u006e\u0061\u0076\u0079","\u006fl\u0064\u006c\u0061\u0063\u0065","\u006f\u006c\u0069v\u0065","\u006fl\u0069\u0076\u0065\u0064\u0072\u0061b","\u006f\u0072\u0061\u006e\u0067\u0065","\u006fr\u0061\u006e\u0067\u0065\u0072\u0065d","\u006f\u0072\u0063\u0068\u0069\u0064","\u0070\u0061\u006c\u0065\u0067\u006f\u006c\u0064\u0065\u006e\u0072\u006f\u0064","\u0070a\u006c\u0065\u0067\u0072\u0065\u0065n","\u0070\u0061\u006c\u0065\u0074\u0075\u0072\u0071\u0075\u006f\u0069\u0073\u0065","\u0070\u0061\u006c\u0065\u0076\u0069\u006f\u006c\u0065\u0074\u0072\u0065\u0064","\u0070\u0061\u0070\u0061\u0079\u0061\u0077\u0068\u0069\u0070","\u0070e\u0061\u0063\u0068\u0070\u0075\u0066f","\u0070\u0065\u0072\u0075","\u0070\u0069\u006e\u006b","\u0070\u006c\u0075\u006d","\u0070\u006f\u0077\u0064\u0065\u0072\u0062\u006c\u0075\u0065","\u0070\u0075\u0072\u0070\u006c\u0065","\u0072\u0065\u0064","\u0072o\u0073\u0079\u0062\u0072\u006f\u0077n","\u0072o\u0079\u0061\u006c\u0062\u006c\u0075e","s\u0061\u0064\u0064\u006c\u0065\u0062\u0072\u006f\u0077\u006e","\u0073\u0061\u006c\u006d\u006f\u006e","\u0073\u0061\u006e\u0064\u0079\u0062\u0072\u006f\u0077\u006e","\u0073\u0065\u0061\u0067\u0072\u0065\u0065\u006e","\u0073\u0065\u0061\u0073\u0068\u0065\u006c\u006c","\u0073\u0069\u0065\u006e\u006e\u0061","\u0073\u0069\u006c\u0076\u0065\u0072","\u0073k\u0079\u0062\u006c\u0075\u0065","\u0073l\u0061\u0074\u0065\u0062\u006c\u0075e","\u0073l\u0061\u0074\u0065\u0067\u0072\u0061y","\u0073l\u0061\u0074\u0065\u0067\u0072\u0065y","\u0073\u006e\u006f\u0077","s\u0070\u0072\u0069\u006e\u0067\u0067\u0072\u0065\u0065\u006e","\u0073t\u0065\u0065\u006c\u0062\u006c\u0075e","\u0074\u0061\u006e","\u0074\u0065\u0061\u006c","\u0074h\u0069\u0073\u0074\u006c\u0065","\u0074\u006f\u006d\u0061\u0074\u006f","\u0074u\u0072\u0071\u0075\u006f\u0069\u0073e","\u0076\u0069\u006f\u006c\u0065\u0074","\u0077\u0068\u0065a\u0074","\u0077\u0068\u0069t\u0065","\u0077\u0068\u0069\u0074\u0065\u0073\u006d\u006f\u006b\u0065","\u0079\u0065\u006c\u006c\u006f\u0077","y\u0065\u006c\u006c\u006f\u0077\u0067\u0072\u0065\u0065\u006e"}; +func _gac (_cgf ,_dcf ,_bc float64 ,_ca bool ,_ebc float64 )(float64 ,float64 ){_cgg ,_fe :=_ee .Sincos (_ebc );_efe ,_aad :=_ee .Sincos (_bc );_gcd :=-_cgf *_cgg *_aad -_dcf *_fe *_efe ;_adf :=-_cgf *_cgg *_efe +_dcf *_fe *_aad ;if !_ca {return -_gcd ,-_adf ; +};return _gcd ,_adf ;};func EllipseToCubicBeziers (startX ,startY ,rx ,ry ,rot float64 ,large ,sweep bool ,endX ,endY float64 )[][4]Point {rx =_ee .Abs (rx );ry =_ee .Abs (ry );if rx < ry {rx ,ry =ry ,rx ;rot +=90.0;};_f :=_aeb (rot *_ee .Pi /180.0);if _ee .Pi <=_f {_f -=_ee .Pi ; +};_c ,_ff ,_d ,_fb :=_eac (startX ,startY ,rx ,ry ,_f ,large ,sweep ,endX ,endY );_ffb :=_ee .Pi /2.0;_cb :=int (_ee .Ceil (_ee .Abs (_fb -_d )/_ffb ));_ffb =_ee .Abs (_fb -_d )/float64 (_cb );_da :=_ee .Sin (_ffb )*(_ee .Sqrt (4.0+3.0*_ee .Pow (_ee .Tan (_ffb /2.0),2.0))-1.0)/3.0; +if !sweep {_ffb =-_ffb ;};_b :=Point {X :startX ,Y :startY };_de ,_ec :=_gac (rx ,ry ,_f ,sweep ,_d );_ffe :=Point {X :_de ,Y :_ec };_cbc :=[][4]Point {};for _dd :=1;_dd < _cb +1;_dd ++{_eb :=_d +float64 (_dd )*_ffb ;_dde ,_cbd :=_g (rx ,ry ,_f ,_c ,_ff ,_eb ); +_fa :=Point {X :_dde ,Y :_cbd };_cc ,_fd :=_gac (rx ,ry ,_f ,sweep ,_eb );_cbe :=Point {X :_cc ,Y :_fd };_ab :=_b .Add (_ffe .Mul (_da ));_ba :=_fa .Sub (_cbe .Mul (_da ));_cbc =append (_cbc ,[4]Point {_b ,_ab ,_ba ,_fa });_ffe =_cbe ;_b =_fa ;};return _cbc ; +};func (_faf Point )Sub (q Point )Point {return Point {_faf .X -q .X ,_faf .Y -q .Y }};func _eac (_fae ,_eae ,_ebg ,_def ,_cbdc float64 ,_cd ,_ffc bool ,_cg ,_gf float64 )(float64 ,float64 ,float64 ,float64 ){if _afd (_fae ,_cg )&&_afd (_eae ,_gf ){return _fae ,_eae ,0.0,0.0; +};_acg ,_ce :=_ee .Sincos (_cbdc );_dg :=_ce *(_fae -_cg )/2.0+_acg *(_eae -_gf )/2.0;_bdc :=-_acg *(_fae -_cg )/2.0+_ce *(_eae -_gf )/2.0;_fbe :=_dg *_dg /_ebg /_ebg +_bdc *_bdc /_def /_def ;if _fbe > 1.0{_ebg *=_ee .Sqrt (_fbe );_def *=_ee .Sqrt (_fbe ); +};_ga :=(_ebg *_ebg *_def *_def -_ebg *_ebg *_bdc *_bdc -_def *_def *_dg *_dg )/(_ebg *_ebg *_bdc *_bdc +_def *_def *_dg *_dg );if _ga < 0.0{_ga =0.0;};_ggc :=_ee .Sqrt (_ga );if _cd ==_ffc {_ggc =-_ggc ;};_eef :=_ggc *_ebg *_bdc /_def ;_gcg :=_ggc *-_def *_dg /_ebg ; +_ecg :=_ce *_eef -_acg *_gcg +(_fae +_cg )/2.0;_ed :=_acg *_eef +_ce *_gcg +(_eae +_gf )/2.0;_faee :=(_dg -_eef )/_ebg ;_dgd :=(_bdc -_gcg )/_def ;_dc :=-(_dg +_eef )/_ebg ;_gcf :=-(_bdc +_gcg )/_def ;_aa :=_ee .Acos (_faee /_ee .Sqrt (_faee *_faee +_dgd *_dgd )); +if _dgd < 0.0{_aa =-_aa ;};_aa =_aeb (_aa );_gee :=(_faee *_dc +_dgd *_gcf )/_ee .Sqrt ((_faee *_faee +_dgd *_dgd )*(_dc *_dc +_gcf *_gcf ));_gee =_ee .Min (1.0,_ee .Max (-1.0,_gee ));_ef :=_ee .Acos (_gee );if _faee *_gcf -_dgd *_dc < 0.0{_ef =-_ef ;}; +if !_ffc &&_ef > 0.0{_ef -=2.0*_ee .Pi ;}else if _ffc &&_ef < 0.0{_ef +=2.0*_ee .Pi ;};return _ecg ,_ed ,_aa ,_aa +_ef ;};func (_eaa Point )Mul (f float64 )Point {return Point {f *_eaa .X ,f *_eaa .Y }}; \ No newline at end of file diff --git a/internal/graphic2d/svg/svg.go b/internal/graphic2d/svg/svg.go index 3242a731e..da2734ae9 100644 --- a/internal/graphic2d/svg/svg.go +++ b/internal/graphic2d/svg/svg.go @@ -9,136 +9,133 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package svg ;import (_bc "encoding/xml";_g "fmt";_bf "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/contentstream";_gd "github.com/unidoc/unipdf/v3/contentstream/draw";_dfd "github.com/unidoc/unipdf/v3/core";_c "github.com/unidoc/unipdf/v3/internal/graphic2d"; -_dd "github.com/unidoc/unipdf/v3/model";_be "golang.org/x/net/html/charset";_daa "io";_da "math";_gg "os";_df "strconv";_f "strings";_d "unicode";);func _gbb (_dbaf []token ,_aded string )([]token ,string ){if _aded !=""{_dbaf =append (_dbaf ,token {_aded ,false }); -_aded ="";};return _dbaf ,_aded ;};func _bbab (_adc string ,_bddf int )(float64 ,error ){_dabc ,_fdf :=_babae (_adc );_cdca ,_cee :=_df .ParseFloat (_dabc ,_bddf );if _cee !=nil {return 0,_cee ;};if _ffbf ,_dcee :=_af [_fdf ];_dcee {_cdca =_cdca *_ffbf ; -}else {_cdca =_cdca *_fc ;};return _cdca ,nil ;};func (_babd pathParserError )Error ()string {return _babd ._eea };func _abf (_gced *GraphicSVG ,_cae *_a .ContentCreator ,_agb *_dd .PdfPageResources ){_cae .Add_q ();_gced .Style .toContentStream (_cae ,_agb ); -_gdf ,_caa :=_bbab (_gced .Attributes ["\u0063\u0078"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); -};_bcc ,_caa :=_bbab (_gced .Attributes ["\u0063\u0079"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); -};_gee ,_caa :=_bbab (_gced .Attributes ["\u0072\u0078"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); -};_cb ,_caa :=_bbab (_gced .Attributes ["\u0072\u0079"],64);if _caa !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_caa .Error ()); -};_ga :=_gee *_gced ._ffd ;_dee :=_cb *_gced ._ffd ;_gdbf :=_gdf *_gced ._ffd ;_ggee :=_bcc *_gced ._ffd ;_fffg :=_ga *_bd ;_eag :=_dee *_bd ;_caeg :=_gd .NewCubicBezierPath ();_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (-_ga ,0,-_ga ,_eag ,-_fffg ,_dee ,0,_dee )); -_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (0,_dee ,_fffg ,_dee ,_ga ,_eag ,_ga ,0));_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (_ga ,0,_ga ,-_eag ,_fffg ,-_dee ,0,-_dee ));_caeg =_caeg .AppendCurve (_gd .NewCubicBezierCurve (0,-_dee ,-_fffg ,-_dee ,-_ga ,-_eag ,-_ga ,0)); -_caeg =_caeg .Offset (_gdbf ,_ggee );if _gced .Style .StrokeWidth > 0{_caeg =_caeg .Offset (_gced .Style .StrokeWidth /2,_gced .Style .StrokeWidth /2);};_gd .DrawBezierPathWithCreator (_caeg ,_cae );_gced .Style .fillStroke (_cae );_cae .Add_h ();_cae .Add_Q (); -};func _ggd (_adgb _bc .StartElement )*GraphicSVG {_dgfb :=&GraphicSVG {};_age :=make (map[string ]string );for _ ,_aaag :=range _adgb .Attr {_age [_aaag .Name .Local ]=_aaag .Value ;};_dgfb .Name =_adgb .Name .Local ;_dgfb .Attributes =_age ;_dgfb ._ffd =1; -if _dgfb .Name =="\u0073\u0076\u0067"{_aefa ,_dbc :=_ead (_age ["\u0076i\u0065\u0077\u0042\u006f\u0078"]);if _dbc !=nil {_bf .Log .Debug ("\u0055\u006ea\u0062\u006c\u0065\u0020t\u006f\u0020p\u0061\u0072\u0073\u0065\u0020\u0076\u0069\u0065w\u0042\u006f\u0078\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0025\u0076",_dbc ); -return nil ;};if len (_aefa )>=4{_dgfb .ViewBox .X =_aefa [0];_dgfb .ViewBox .Y =_aefa [1];_dgfb .ViewBox .W =_aefa [2];_dgfb .ViewBox .H =_aefa [3];};_dgfb .Width =_dgfb .ViewBox .W ;_dgfb .Height =_dgfb .ViewBox .H ;if _eab ,_cbg :=_age ["\u0077\u0069\u0064t\u0068"]; -_cbg {if _f .HasSuffix (_eab ,"\u0025"){_cab ,_geda :=_df .ParseFloat (_f .TrimSuffix (_eab ,"\u0025"),64);if _geda !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_geda ); -return nil ;};_dgfb .Width =_cab *_dgfb .ViewBox .W ;}else {_aecb ,_fabe :=_bbab (_eab ,64);if _fabe !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_fabe ); -return nil ;};_dgfb .Width =_aecb ;if len (_aefa )< 4{_dgfb .ViewBox .W =_aecb ;};};};if _gccd ,_gag :=_age ["\u0068\u0065\u0069\u0067\u0068\u0074"];_gag {if _f .HasSuffix (_gccd ,"\u0025"){_efb ,_fba :=_df .ParseFloat (_f .TrimSuffix (_gccd ,"\u0025"),64); -if _fba !=nil {_bf .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_fba );return nil ;};_dgfb .Height =_efb *_dgfb .ViewBox .H ; -}else {_cbeb ,_ffdf :=_bbab (_gccd ,64);if _ffdf !=nil {_bf .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ffdf );return nil ; -};_dgfb .Height =_cbeb ;if len (_aefa )< 4{_dgfb .ViewBox .H =_cbeb ;};};};if _dgfb .Width > 0&&_dgfb .Height > 0{_dgfb ._ffd =_dgfb .Width /_dgfb .ViewBox .W ;};};return _dgfb ;};func _cfc (_ccf *GraphicSVG ,_ce *_a .ContentCreator ,_aef *_dd .PdfPageResources ){_ce .Add_q (); -_ccf .Style .toContentStream (_ce ,_aef );_eaa ,_gedf :=_ead (_ccf .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]);if _gedf !=nil {_bf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_gedf ); -return ;};if len (_eaa )%2> 0{_bf .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; -};for _ded :=0;_ded < len (_eaa );{if _ded ==0{_ce .Add_m (_eaa [_ded ]*_ccf ._ffd ,_eaa [_ded +1]*_ccf ._ffd );}else {_ce .Add_l (_eaa [_ded ]*_ccf ._ffd ,_eaa [_ded +1]*_ccf ._ffd );};_ded +=2;};_ce .Add_l (_eaa [0]*_ccf ._ffd ,_eaa [1]*_ccf ._ffd ); -_ccf .Style .fillStroke (_ce );_ce .Add_h ();_ce .Add_Q ();};func _cfgg (_acde map[string ]string ,_fda float64 )(*GraphicSVGStyle ,error ){_bdg :=_ggc ();_afae ,_gcca :=_acde ["\u0066\u0069\u006c\u006c"];if _gcca {_bdg .FillColor =_afae ;if _afae =="\u006e\u006f\u006e\u0065"{_bdg .FillColor =""; -};};_gae ,_fgg :=_acde ["\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079"];if _fgg {_caee ,_bde :=_gdcf (_gae );if _bde !=nil {return nil ,_bde ;};_bdg .FillOpacity =_caee ;};_gbef ,_ffdfb :=_acde ["\u0073\u0074\u0072\u006f\u006b\u0065"]; -if _ffdfb {_bdg .StrokeColor =_gbef ;if _gbef =="\u006e\u006f\u006e\u0065"{_bdg .StrokeColor ="";};};_bfa ,_aeeg :=_acde ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];if _aeeg {_abd ,_ebcf :=_bbab (_bfa ,64);if _ebcf !=nil {return nil ,_ebcf ; -};_bdg .StrokeWidth =_abd *_fda ;};return _bdg ,nil ;};func _ecf (_dcg *GraphicSVG ,_aff *_a .ContentCreator ,_acf *_dd .PdfPageResources ){_aff .Add_q ();_dcg .Style .toContentStream (_aff ,_acf );_afb ,_edg :=_ead (_dcg .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]); -if _edg !=nil {_bf .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_edg ); -return ;};if len (_afb )%2> 0{_bf .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; -};for _fac :=0;_fac < len (_afb );{if _fac ==0{_aff .Add_m (_afb [_fac ]*_dcg ._ffd ,_afb [_fac +1]*_dcg ._ffd );}else {_aff .Add_l (_afb [_fac ]*_dcg ._ffd ,_afb [_fac +1]*_dcg ._ffd );};_fac +=2;};_dcg .Style .fillStroke (_aff );_aff .Add_h ();_aff .Add_Q (); -};func _bbg (_ada *GraphicSVG ,_eg *_a .ContentCreator ,_gdfd *_dd .PdfPageResources ){_eg .Add_q ();_ada .Style .toContentStream (_eg ,_gdfd );_ccd ,_edgg :=_bbab (_ada .Attributes ["\u0078\u0031"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); -};_efg ,_edgg :=_bbab (_ada .Attributes ["\u0079\u0031"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); -};_gcb ,_edgg :=_bbab (_ada .Attributes ["\u0078\u0032"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); -};_dce ,_edgg :=_bbab (_ada .Attributes ["\u0079\u0032"],64);if _edgg !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_edgg .Error ()); -};_eg .Add_m (_ccd *_ada ._ffd ,_efg *_ada ._ffd );_eg .Add_l (_gcb *_ada ._ffd ,_dce *_ada ._ffd );_ada .Style .fillStroke (_eg );_eg .Add_h ();_eg .Add_Q ();};type Path struct{Subpaths []*Subpath ;};func _gaag (_aeege string )(_eae []float64 ,_gcbe error ){var _bfc float64 ; -_cdf :=0;_aebc :=true ;for _cga ,_bebd :=range _aeege {if _bebd =='.'{if _aebc {_aebc =false ;continue ;};_bfc ,_gcbe =_bbab (_aeege [_cdf :_cga ],64);if _gcbe !=nil {return ;};_eae =append (_eae ,_bfc );_cdf =_cga ;};};_bfc ,_gcbe =_bbab (_aeege [_cdf :],64); -if _gcbe !=nil {return ;};_eae =append (_eae ,_bfc );return ;};func _aeg (_bda []token )([]*Command ,error ){var (_eege []*Command ;_ddag []float64 ;);for _cbee :=len (_bda )-1;_cbee >=0;_cbee --{_dbcb :=_bda [_cbee ];if _dbcb ._gfc {_gfce :=_cbfd ._abca [_f .ToLower (_dbcb ._bdbc )]; -_gbgfd :=len (_ddag );if _gfce ==0&&_gbgfd ==0{_fca :=&Command {Symbol :_dbcb ._bdbc };_eege =append ([]*Command {_fca },_eege ...);}else if _gfce !=0&&_gbgfd %_gfce ==0{_bdgd :=_gbgfd /_gfce ;for _eff :=0;_eff < _bdgd ;_eff ++{_dacb :=_dbcb ._bdbc ;if _dacb =="\u006d"&&_eff < _bdgd -1{_dacb ="\u006c"; -};if _dacb =="\u004d"&&_eff < _bdgd -1{_dacb ="\u004c";};_eecb :=&Command {_dacb ,_gaf (_ddag [:_gfce ])};_eege =append ([]*Command {_eecb },_eege ...);_ddag =_ddag [_gfce :];};}else {_dage :=pathParserError {"I\u006e\u0063\u006f\u0072\u0072\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006fr\u0020"+_dbcb ._bdbc }; -return nil ,_dage ;};}else {_affb ,_edb :=_bbab (_dbcb ._bdbc ,64);if _edb !=nil {return nil ,_edb ;};_ddag =append (_ddag ,_affb );};};return _eege ,nil ;};type GraphicSVG struct{ViewBox struct{X ,Y ,W ,H float64 ;};Name string ;Attributes map[string ]string ; -Children []*GraphicSVG ;Content string ;Style *GraphicSVGStyle ;Width float64 ;Height float64 ;_ffd float64 ;};func (_gbe *GraphicSVG )toContentStream (_fbe *_a .ContentCreator ,_bea *_dd .PdfPageResources ){_edge ,_ecd :=_cfgg (_gbe .Attributes ,_gbe ._ffd ); -if _ecd !=nil {_bf .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ecd );};_gbe .Style =_edge ;switch _gbe .Name {case "\u0070\u0061\u0074\u0068":_ag (_gbe ,_fbe ,_bea ); -for _ ,_bdb :=range _gbe .Children {_bdb .toContentStream (_fbe ,_bea );};case "\u0072\u0065\u0063\u0074":_ee (_gbe ,_fbe ,_bea );for _ ,_ceac :=range _gbe .Children {_ceac .toContentStream (_fbe ,_bea );};case "\u0063\u0069\u0072\u0063\u006c\u0065":_fcg (_gbe ,_fbe ,_bea ); -for _ ,_cfa :=range _gbe .Children {_cfa .toContentStream (_fbe ,_bea );};case "\u0065l\u006c\u0069\u0070\u0073\u0065":_abf (_gbe ,_fbe ,_bea );for _ ,_ebbg :=range _gbe .Children {_ebbg .toContentStream (_fbe ,_bea );};case "\u0070\u006f\u006c\u0079\u006c\u0069\u006e\u0065":_ecf (_gbe ,_fbe ,_bea ); -for _ ,_faa :=range _gbe .Children {_faa .toContentStream (_fbe ,_bea );};case "\u0070o\u006c\u0079\u0067\u006f\u006e":_cfc (_gbe ,_fbe ,_bea );for _ ,_ggg :=range _gbe .Children {_ggg .toContentStream (_fbe ,_bea );};case "\u006c\u0069\u006e\u0065":_bbg (_gbe ,_fbe ,_bea ); -for _ ,_aeda :=range _gbe .Children {_aeda .toContentStream (_fbe ,_bea );};case "\u0074\u0065\u0078\u0074":_daaf (_gbe ,_fbe ,_bea );for _ ,_fbc :=range _gbe .Children {_fbc .toContentStream (_fbe ,_bea );};case "\u0067":_gbfc ,_ega :=_gbe .Attributes ["\u0066\u0069\u006c\u006c"]; -_fed ,_beagg :=_gbe .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];_afaa ,_aebb :=_gbe .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];_adg ,_ggbf :=_gbe .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; -for _ ,_abc :=range _gbe .Children {if _ ,_ebe :=_abc .Attributes ["\u0066\u0069\u006c\u006c"];!_ebe &&_ega {_abc .Attributes ["\u0066\u0069\u006c\u006c"]=_gbfc ;};if _ ,_aec :=_abc .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];!_aec &&_beagg {_abc .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"]=_fed ; -};if _ ,_bcd :=_abc .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];!_bcd &&_aebb {_abc .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]=_afaa ;};if _ ,_bge :=_abc .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; -!_bge &&_ggbf {_abc .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]=_adg ;};_abc .toContentStream (_fbe ,_bea );};};};func (_abg *Command )isAbsolute ()bool {return _abg .Symbol ==_f .ToUpper (_abg .Symbol )};func ParseFromStream (source _daa .Reader )(*GraphicSVG ,error ){_gcbf :=_bc .NewDecoder (source ); -_gcbf .CharsetReader =_be .NewReaderLabel ;_ede ,_edgfb :=_ffc (_gcbf );if _edgfb !=nil {return nil ,_edgfb ;};if _bbad :=_ede .Decode (_gcbf );_bbad !=nil &&_bbad !=_daa .EOF {return nil ,_bbad ;};return _ede ,nil ;};var _cbfd commands ;func _ebd (_cfb string )(float64 ,error ){_cfb =_f .TrimSpace (_cfb ); -var _ggdg float64 ;if _f .HasSuffix (_cfb ,"\u0025"){_fcdd ,_fdfe :=_df .ParseFloat (_f .TrimSuffix (_cfb ,"\u0025"),64);if _fdfe !=nil {return 0,_fdfe ;};_ggdg =(_fcdd *255.0)/100.0;}else {_gga ,_ddbc :=_df .Atoi (_cfb );if _ddbc !=nil {return 0,_ddbc ; -};_ggdg =float64 (_gga );};return _ggdg ,nil ;};var (_e =[]string {"\u0063\u006d","\u006d\u006d","\u0070\u0078","\u0070\u0074"};_af =map[string ]float64 {"\u0063\u006d":_gdd ,"\u006d\u006d":_gc ,"\u0070\u0078":_fc ,"\u0070\u0074":1};);func _gaf (_dba []float64 )[]float64 {for _eagf ,_ecc :=0,len (_dba )-1; -_eagf < _ecc ;_eagf ,_ecc =_eagf +1,_ecc -1{_dba [_eagf ],_dba [_ecc ]=_dba [_ecc ],_dba [_eagf ];};return _dba ;};func _babae (_fcf string )(_cdfd ,_daag string ){if _fcf ==""||(_fcf [len (_fcf )-1]>='0'&&_fcf [len (_fcf )-1]<='9'){return _fcf ,"";};_cdfd =_fcf ; -for _ ,_fde :=range _e {if _f .Contains (_cdfd ,_fde ){_daag =_fde ;};_cdfd =_f .TrimSuffix (_cdfd ,_fde );};return ;};func _fede ()commands {var _def =map[string ]int {"\u006d":2,"\u007a":0,"\u006c":2,"\u0068":1,"\u0076":1,"\u0063":6,"\u0073":4,"\u0071":4,"\u0074":2,"\u0061":7}; -var _aeee []string ;for _ddf :=range _def {_aeee =append (_aeee ,_ddf );};return commands {_aeee ,_def ,"\u006d","\u007a"};};func _gdcf (_eddc string )(float64 ,error ){_eddc =_f .TrimSpace (_eddc );var _addg float64 ;if _f .HasSuffix (_eddc ,"\u0025"){_adab ,_dcga :=_df .ParseFloat (_f .TrimSuffix (_eddc ,"\u0025"),64); -if _dcga !=nil {return 0,_dcga ;};_addg =_adab /100.0;}else {_bdgfc ,_facc :=_df .ParseFloat (_eddc ,64);if _facc !=nil {return 0,_facc ;};_addg =_bdgfc ;};return _addg ,nil ;};func (_eegc *GraphicSVGStyle )toContentStream (_bga *_a .ContentCreator ,_fdd *_dd .PdfPageResources ){if _eegc ==nil {return ; -};if _eegc .FillColor !=""{var _abb ,_dbca ,_fbea float64 ;if _bbe ,_aeec :=_c .ColorMap [_eegc .FillColor ];_aeec {_fddg ,_bab ,_dcgg ,_ :=_bbe .RGBA ();_abb ,_dbca ,_fbea =float64 (_fddg ),float64 (_bab ),float64 (_dcgg );}else if _f .HasPrefix (_eegc .FillColor ,"\u0072\u0067\u0062\u0028"){_abb ,_dbca ,_fbea =_aag (_eegc .FillColor ); -}else {_abb ,_dbca ,_fbea =_add (_eegc .FillColor );};_bga .Add_rg (_abb ,_dbca ,_fbea );};if _eegc .FillOpacity < 1.0{_fbfb :=0;_cgg :=_dfd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_fbfb ));for {_ ,_cdc :=_fdd .GetExtGState (_cgg );if !_cdc {break ; -};_fbfb ++;_cgg =_dfd .PdfObjectName (_g .Sprintf ("\u0047\u0053\u0025\u0064",_fbfb ));};_fedb :=_dfd .MakeDict ();_fedb .Set ("\u0063\u0061",_dfd .MakeFloat (_eegc .FillOpacity ));_gbfb :=_fdd .AddExtGState (_cgg ,_dfd .MakeIndirectObject (_fedb ));if _gbfb !=nil {_bf .Log .Debug (_gbfb .Error ()); -return ;};_bga .Add_gs (_cgg );};if _eegc .StrokeColor !=""{var _acc ,_dac ,_daae float64 ;if _bgab ,_bad :=_c .ColorMap [_eegc .StrokeColor ];_bad {_fdga ,_aabb ,_abcd ,_ :=_bgab .RGBA ();_acc ,_dac ,_daae =float64 (_fdga )/255.0,float64 (_aabb )/255.0,float64 (_abcd )/255.0; -}else if _f .HasPrefix (_eegc .FillColor ,"\u0072\u0067\u0062\u0028"){_acc ,_dac ,_daae =_aag (_eegc .FillColor );}else {_acc ,_dac ,_daae =_add (_eegc .StrokeColor );};_bga .Add_RG (_acc ,_dac ,_daae );};if _eegc .StrokeWidth > 0{_bga .Add_w (_eegc .StrokeWidth ); -};};func _aag (_gecc string )(float64 ,float64 ,float64 ){_facb :=_f .TrimPrefix (_gecc ,"\u0072\u0067\u0062\u0028");_facb =_f .TrimSuffix (_facb ,"\u0029");_eed :=_f .Split (_facb ,"\u002c");if len (_eed )!=3{_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); -return 0,0,0;};var _adfa ,_gac ,_ffda float64 ;_adfa ,_adbcg :=_ebd (_eed [0]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); -return 0,0,0;};_gac ,_adbcg =_ebd (_eed [1]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); -return 0,0,0;};_ffda ,_adbcg =_ebd (_eed [2]);if _adbcg !=nil {_bf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_gecc ); -return 0,0,0;};_aagb :=_adfa /255.0;_bfce :=_gac /255.0;_dbb :=_ffda /255.0;return _aagb ,_bfce ,_dbb ;};func _bgcd (_cca []*Command )*Path {_cde :=&Path {};var _agef []*Command ;for _edd ,_ecfb :=range _cca {switch _f .ToLower (_ecfb .Symbol ){case _cbfd ._bffb :if len (_agef )> 0{_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef }); -};_agef =[]*Command {_ecfb };case _cbfd ._edef :_agef =append (_agef ,_ecfb );_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef });_agef =[]*Command {};default:_agef =append (_agef ,_ecfb );if len (_cca )==_edd +1{_cde .Subpaths =append (_cde .Subpaths ,&Subpath {_agef }); -};};};return _cde ;};const (_fc =0.72;_gdd =28.3464;_gc =_gdd /10;_bd =0.551784;_fb =96;_bb =16.0;_fg float64 =72;);func _ffea (_bccc rune )bool {return _bccc =='('||_bccc ==','||_bccc ==')'};func _ag (_beb *GraphicSVG ,_ad *_a .ContentCreator ,_ab *_dd .PdfPageResources ){_ad .Add_q (); -_beb .Style .toContentStream (_ad ,_ab );_ccg (_beb ,_ad );_ed ,_fa :=_afg (_beb .Attributes ["\u0064"]);if _fa !=nil {_bf .Log .Error ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025s",_fa .Error ());};var (_afa ,_gcd =0.0,0.0;_aa ,_bba =0.0,0.0;_gdb *Command ; -);for _ ,_dg :=range _ed .Subpaths {for _ ,_gf :=range _dg .Commands {switch _f .ToLower (_gf .Symbol ){case "\u006d":_aa ,_bba =_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_aa ,_bba =_afa +_aa -_beb .ViewBox .X ,_gcd +_bba -_beb .ViewBox .Y ; -};_ad .Add_m (_bebb (_aa ,3),_bebb (_bba ,3));_afa ,_gcd =_aa ,_bba ;case "\u0063":_dc ,_fab ,_ge ,_adb ,_fgf ,_dgg :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ,_gf .Params [4]*_beb ._ffd ,_gf .Params [5]*_beb ._ffd ; -if !_gf .isAbsolute (){_dc ,_fab ,_ge ,_adb ,_fgf ,_dgg =_afa +_dc ,_gcd +_fab ,_afa +_ge ,_gcd +_adb ,_afa +_fgf ,_gcd +_dgg ;};_ad .Add_c (_bebb (_dc ,3),_bebb (_fab ,3),_bebb (_ge ,3),_bebb (_adb ,3),_bebb (_fgf ,3),_bebb (_dgg ,3));_afa ,_gcd =_fgf ,_dgg ; -case "\u0073":_fcd ,_cg ,_bg ,_gff :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ;if !_gf .isAbsolute (){_fcd ,_cg ,_bg ,_gff =_afa +_fcd ,_gcd +_cg ,_afa +_bg ,_gcd +_gff ;};_ad .Add_c (_bebb (_afa ,3),_bebb (_gcd ,3),_bebb (_fcd ,3),_bebb (_cg ,3),_bebb (_bg ,3),_bebb (_gff ,3)); -_afa ,_gcd =_bg ,_gff ;case "\u006c":_gb ,_ac :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_gb ,_ac =_afa +_gb ,_gcd +_ac ;};_ad .Add_l (_bebb (_gb ,3),_bebb (_ac ,3));_afa ,_gcd =_gb ,_ac ;case "\u0068":_bgf :=_gf .Params [0]*_beb ._ffd ; -if !_gf .isAbsolute (){_bgf =_afa +_bgf ;};_ad .Add_l (_bebb (_bgf ,3),_bebb (_gcd ,3));_afa =_bgf ;case "\u0076":_ae :=_gf .Params [0]*_beb ._ffd ;if !_gf .isAbsolute (){_ae =_gcd +_ae ;};_ad .Add_l (_bebb (_afa ,3),_bebb (_ae ,3));_gcd =_ae ;case "\u0071":_ec ,_ea ,_adbf ,_ade :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ,_gf .Params [2]*_beb ._ffd ,_gf .Params [3]*_beb ._ffd ; -if !_gf .isAbsolute (){_ec ,_ea ,_adbf ,_ade =_afa +_ec ,_gcd +_ea ,_afa +_adbf ,_gcd +_ade ;};_cgc ,_agf :=_c .QuadraticToCubicBezier (_afa ,_gcd ,_ec ,_ea ,_adbf ,_ade );_ad .Add_c (_bebb (_cgc .X ,3),_bebb (_cgc .Y ,3),_bebb (_agf .X ,3),_bebb (_agf .Y ,3),_bebb (_adbf ,3),_bebb (_ade ,3)); -_afa ,_gcd =_adbf ,_ade ;case "\u0074":var _fcb ,_ggb _c .Point ;_cd ,_gec :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;if !_gf .isAbsolute (){_cd ,_gec =_afa +_cd ,_gcd +_gec ;};if _gdb !=nil &&_f .ToLower (_gdb .Symbol )=="\u0071"{_cgcf :=_c .Point {X :_gdb .Params [0]*_beb ._ffd ,Y :_gdb .Params [1]*_beb ._ffd }; -_fbf :=_c .Point {X :_gdb .Params [2]*_beb ._ffd ,Y :_gdb .Params [3]*_beb ._ffd };_gge :=_fbf .Mul (2.0).Sub (_cgcf );_fcb ,_ggb =_c .QuadraticToCubicBezier (_afa ,_gcd ,_gge .X ,_gge .Y ,_cd ,_gec );};_ad .Add_c (_bebb (_fcb .X ,3),_bebb (_fcb .Y ,3),_bebb (_ggb .X ,3),_bebb (_ggb .Y ,3),_bebb (_cd ,3),_bebb (_gec ,3)); -_afa ,_gcd =_cd ,_gec ;case "\u0061":_dfdg ,_agg :=_gf .Params [0]*_beb ._ffd ,_gf .Params [1]*_beb ._ffd ;_bdc :=_gf .Params [2];_ged :=_gf .Params [3]> 0;_ccc :=_gf .Params [4]> 0;_ef ,_aad :=_gf .Params [5]*_beb ._ffd ,_gf .Params [6]*_beb ._ffd ;if !_gf .isAbsolute (){_ef ,_aad =_afa +_ef ,_gcd +_aad ; -};_eda :=_c .EllipseToCubicBeziers (_afa ,_gcd ,_dfdg ,_agg ,_bdc ,_ged ,_ccc ,_ef ,_aad );for _ ,_aaa :=range _eda {_ad .Add_c (_bebb (_aaa [1].X ,3),_bebb ((_aaa [1].Y ),3),_bebb ((_aaa [2].X ),3),_bebb ((_aaa [2].Y ),3),_bebb ((_aaa [3].X ),3),_bebb ((_aaa [3].Y ),3)); -};_afa ,_gcd =_ef ,_aad ;case "\u007a":_ad .Add_h ();};_gdb =_gf ;};};_beb .Style .fillStroke (_ad );_ad .Add_h ();_ad .Add_Q ();};func (_ceg *Path )compare (_gbgf *Path )bool {if len (_ceg .Subpaths )!=len (_gbgf .Subpaths ){return false ;};for _fggd ,_cgee :=range _ceg .Subpaths {if !_cgee .compare (_gbgf .Subpaths [_fggd ]){return false ; -};};return true ;};func _add (_ggbfd string )(_caac ,_ddb ,_faca float64 ){if (len (_ggbfd )!=4&&len (_ggbfd )!=7)||_ggbfd [0]!='#'{_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd ); -return _caac ,_ddb ,_faca ;};var _bgae ,_agcg ,_fdgc int ;if len (_ggbfd )==4{var _ffgfb ,_abcc ,_ccfc int ;_bdgf ,_acgb :=_g .Sscanf (_ggbfd ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_ffgfb ,&_abcc ,&_ccfc );if _acgb !=nil {_bf .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ggbfd ,_acgb ); -return _caac ,_ddb ,_faca ;};if _bdgf !=3{_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd );return _caac ,_ddb ,_faca ;};_bgae =_ffgfb *16+_ffgfb ;_agcg =_abcc *16+_abcc ;_fdgc =_ccfc *16+_ccfc ; -}else {_cag ,_abcf :=_g .Sscanf (_ggbfd ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_bgae ,&_agcg ,&_fdgc );if _abcf !=nil {_bf .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_ggbfd ); -return _caac ,_ddb ,_faca ;};if _cag !=3{_bf .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",_ggbfd ,_cag ); -return _caac ,_ddb ,_faca ;};};_dced :=float64 (_bgae )/255.0;_ecfg :=float64 (_agcg )/255.0;_dbf :=float64 (_fdgc )/255.0;return _dced ,_ecfg ,_dbf ;};func ParseFromString (svgStr string )(*GraphicSVG ,error ){return ParseFromStream (_f .NewReader (svgStr )); -};func (_fbed *GraphicSVG )SetScaling (xFactor ,yFactor float64 ){_efgg :=_fbed .Width /_fbed .ViewBox .W ;_beg :=_fbed .Height /_fbed .ViewBox .H ;_fbed .setDefaultScaling (_da .Max (_efgg ,_beg ));for _ ,_fcc :=range _fbed .Children {_fcc .SetScaling (xFactor ,yFactor ); -};};func (_adf *GraphicSVGStyle )fillStroke (_eec *_a .ContentCreator ){if _adf .FillColor !=""&&_adf .StrokeColor !=""{_eec .Add_B ();}else if _adf .FillColor !=""{_eec .Add_f ();}else if _adf .StrokeColor !=""{_eec .Add_S ();};};func _fcg (_ggf *GraphicSVG ,_bgd *_a .ContentCreator ,_fff *_dd .PdfPageResources ){_bgd .Add_q (); -_ggf .Style .toContentStream (_bgd ,_fff );_deb ,_eb :=_bbab (_ggf .Attributes ["\u0063\u0078"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_eb .Error ()); -};_efa ,_eb :=_bbab (_ggf .Attributes ["\u0063\u0079"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_eb .Error ()); -};_bag ,_eb :=_bbab (_ggf .Attributes ["\u0072"],64);if _eb !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0072\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_eb .Error ()); -};_cf :=_bag *_ggf ._ffd ;_dea :=_bag *_ggf ._ffd ;_dag :=_cf *_bd ;_bgc :=_dea *_bd ;_gcg :=_gd .NewCubicBezierPath ();_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (-_cf ,0,-_cf ,_bgc ,-_dag ,_dea ,0,_dea ));_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (0,_dea ,_dag ,_dea ,_cf ,_bgc ,_cf ,0)); -_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (_cf ,0,_cf ,-_bgc ,_dag ,-_dea ,0,-_dea ));_gcg =_gcg .AppendCurve (_gd .NewCubicBezierCurve (0,-_dea ,-_dag ,-_dea ,-_cf ,-_bgc ,-_cf ,0));_gcg =_gcg .Offset (_deb *_ggf ._ffd ,_efa *_ggf ._ffd );if _ggf .Style .StrokeWidth > 0{_gcg =_gcg .Offset (_ggf .Style .StrokeWidth /2,_ggf .Style .StrokeWidth /2); -};_gd .DrawBezierPathWithCreator (_gcg ,_bgd );_ggf .Style .fillStroke (_bgd );_bgd .Add_h ();_bgd .Add_Q ();};func _ead (_fbeag string )([]float64 ,error ){_bfbg :=-1;var _aga []float64 ;_fgfc :=' ';for _cabb ,_feg :=range _fbeag {if !_d .IsNumber (_feg )&&_feg !='.'&&!(_feg =='-'&&_fgfc =='e')&&_feg !='e'{if _bfbg !=-1{_egd ,_efggb :=_gaag (_fbeag [_bfbg :_cabb ]); -if _efggb !=nil {return _aga ,_efggb ;};_aga =append (_aga ,_egd ...);};if _feg =='-'{_bfbg =_cabb ;}else {_bfbg =-1;};}else if _bfbg ==-1{_bfbg =_cabb ;};_fgfc =_feg ;};if _bfbg !=-1&&_bfbg !=len (_fbeag ){_dbg ,_eabd :=_gaag (_fbeag [_bfbg :]);if _eabd !=nil {return _aga ,_eabd ; -};_aga =append (_aga ,_dbg ...);};return _aga ,nil ;};type GraphicSVGStyle struct{FillColor string ;StrokeColor string ;StrokeWidth float64 ;FillOpacity float64 ;};func _bebb (_gbc float64 ,_fbbf int )float64 {_cce :=_da .Pow (10,float64 (_fbbf ));return float64 (_ffee (_gbc *_cce ))/_cce ; -};type commands struct{_adbc []string ;_abca map[string ]int ;_bffb string ;_edef string ;};func _daaf (_fbd *GraphicSVG ,_aeb *_a .ContentCreator ,_gba *_dd .PdfPageResources ){_aeb .Add_BT ();_baf ,_agbe :=_bbab (_fbd .Attributes ["\u0078"],64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_agbe .Error ()); -};_dgf ,_agbe :=_bbab (_fbd .Attributes ["\u0079"],64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_agbe .Error ()); -};_edgf :=_fbd .Attributes ["\u0066\u0069\u006c\u006c"];var _caae ,_dcf ,_cge float64 ;if _cea ,_cdg :=_c .ColorMap [_edgf ];_cdg {_bdd ,_cdb ,_ebb ,_ :=_cea .RGBA ();_caae ,_dcf ,_cge =float64 (_bdd ),float64 (_cdb ),float64 (_ebb );}else if _f .HasPrefix (_edgf ,"\u0072\u0067\u0062\u0028"){_caae ,_dcf ,_cge =_aag (_edgf ); -}else {_caae ,_dcf ,_cge =_add (_edgf );};_aeb .Add_rg (_caae ,_dcf ,_cge );_fcgd :=_bb ;if _fce ,_ffe :=_fbd .Attributes ["\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae"];_ffe {_fcgd ,_agbe =_df .ParseFloat (_fce ,64);if _agbe !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067 \u0060\u0066\u006f\u006e\u0074\u002d\u0073\u0069\u007a\u0065\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_agbe .Error ()); -_fcgd =_bb ;};};_agc :=_fbd ._ffd *_fcgd *_fg /_fb ;_ecb :=_dfd .PdfObjectName ("\u0053\u0046\u006fn\u0074");_daaa :=_dd .DefaultFont ();_edggg ,_dfa :=_fbd .Attributes ["f\u006f\u006e\u0074\u002d\u0066\u0061\u006d\u0069\u006c\u0079"];if _dfa {if _ebg ,_fae :=_gbf (_edggg ); -_fae ==nil {_daaa =_ebg ;_cbe :=1;for _gba .HasFontByName (_ecb ){_ecb =_dfd .PdfObjectName ("\u0053\u0046\u006fn\u0074"+_df .Itoa (_cbe ));_cbe ++;};};};_aed :=0.0;_dfg ,_dfa :=_fbd .Attributes ["t\u0065\u0078\u0074\u002d\u0061\u006e\u0063\u0068\u006f\u0072"]; -if _dfa &&_dfg !="\u0073\u0074\u0061r\u0074"{var _egf float64 ;for _ ,_dab :=range _fbd .Content {_geef ,_aab :=_daaa .GetRuneMetrics (_dab );if !_aab {_bf .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_dab ); -};_egf +=_geef .Wx ;};_egf =_egf *_agc /1000.0;if _dfg =="\u006d\u0069\u0064\u0064\u006c\u0065"{_aed =-_egf /2;}else if _dfg =="\u0065\u006e\u0064"{_aed =-_egf ;};};_aeb .Add_Tm (1,0,0,-1,_baf *_fbd ._ffd +_aed ,_dgf *_fbd ._ffd );_gba .SetFontByName (_ecb ,_daaa .ToPdfObject ()); -_aeb .Add_Tf (_ecb ,_agc );_ffg :=_fbd .Content ;_bff :=_dfd .MakeString (_ffg );_aeb .Add_Tj (*_bff );_aeb .Add_ET ();};func _ccg (_bdcb *GraphicSVG ,_fcga *_a .ContentCreator ){_bcce ,_cfg :=_bdcb .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; -if _cfg {_bffc :=_f .Fields (_bcce );for _ ,_db :=range _bffc {_cdd :=_f .FieldsFunc (_db ,_ffea );if len (_cdd )< 3{_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); -return ;};_ffgf ,_bbc :=_bbab (_cdd [1],64);if _bbc !=nil {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); -return ;};_gbg ,_bbc :=_bbab (_cdd [2],64);if _bbc !=nil {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); -return ;};if _cdd [0]=="\u0074r\u0061\u006e\u0073\u006c\u0061\u0074e"{_fcga .Translate (_ffgf ,_gbg );}else if _cdd [0]=="\u0073\u0063\u0061l\u0065"{_fcga .Scale (_ffgf ,_gbg );}else {_bf .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_bcce ); -return ;};};};};func _ffee (_cba float64 )int {return int (_cba +_da .Copysign (0.5,_cba ))};func _ee (_gfb *GraphicSVG ,_dfb *_a .ContentCreator ,_ff *_dd .PdfPageResources ){_dfb .Add_q ();_gfb .Style .toContentStream (_dfb ,_ff );_fd ,_ba :=_bbab (_gfb .Attributes ["\u0078"],64); -if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ba .Error ());};_gce ,_ba :=_bbab (_gfb .Attributes ["\u0079"],64); -if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ba .Error ());};_fgd ,_ba :=_bbab (_gfb .Attributes ["\u0077\u0069\u0064t\u0068"],64); -if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ba .Error ()); -};_ca ,_ba :=_bbab (_gfb .Attributes ["\u0068\u0065\u0069\u0067\u0068\u0074"],64);if _ba !=nil {_bf .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077h\u0069\u006c\u0065 \u0070\u0061\u0072\u0073i\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ba .Error ()); -};_dfb .Add_re (_fd *_gfb ._ffd ,_gce *_gfb ._ffd ,_fgd *_gfb ._ffd ,_ca *_gfb ._ffd );_gfb .Style .fillStroke (_dfb );_dfb .Add_Q ();};func _afg (_fffd string )(*Path ,error ){_cbfd =_fede ();_geg ,_baba :=_aeg (_fdac (_fffd ));if _baba !=nil {return nil ,_baba ; -};return _bgcd (_geg ),nil ;};func _gbf (_efe string )(*_dd .PdfFont ,error ){_deaa ,_aee :=map[string ]_dd .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_dd .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_dd .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_dd .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_dd .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_dd .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_dd .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_dd .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_dd .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_dd .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_dd .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_dd .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_dd .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_dd .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_dd .TimesBoldItalicName }[_efe ]; -if !_aee {return nil ,_g .Errorf ("\u0066\u006f\u006e\u0074\u002df\u0061\u006d\u0069\u006c\u0079\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u006c\u0069\u0073t",_efe ); -};_acg ,_ggec :=_dd .NewStandard14Font (_deaa );if _ggec !=nil {return nil ,_ggec ;};return _acg ,nil ;};func (_fbb *GraphicSVG )setDefaultScaling (_ffed float64 ){_fbb ._ffd =_ffed ;if _fbb .Style !=nil &&_fbb .Style .StrokeWidth > 0{_fbb .Style .StrokeWidth =_fbb .Style .StrokeWidth *_fbb ._ffd ; -};for _ ,_fffb :=range _fbb .Children {_fffb .setDefaultScaling (_ffed );};};func (_fbcf *Subpath )compare (_gbgc *Subpath )bool {if len (_fbcf .Commands )!=len (_gbgc .Commands ){return false ;};for _bbf ,_bfb :=range _fbcf .Commands {if !_bfb .compare (_gbgc .Commands [_bbf ]){return false ; -};};return true ;};func (_geec *GraphicSVG )Decode (decoder *_bc .Decoder )error {for {_fe ,_abfa :=decoder .Token ();if _fe ==nil &&_abfa ==_daa .EOF {break ;};if _abfa !=nil {return _abfa ;};switch _dda :=_fe .(type ){case _bc .StartElement :_aae :=_ggd (_dda ); -_fdb :=_aae .Decode (decoder );if _fdb !=nil {return _fdb ;};_geec .Children =append (_geec .Children ,_aae );case _bc .CharData :_fceb :=_f .TrimSpace (string (_dda ));if _fceb !=""{_geec .Content =string (_dda );};case _bc .EndElement :if _dda .Name .Local ==_geec .Name {return nil ; -};};};return nil ;};func (_daf *GraphicSVG )ToContentCreator (cc *_a .ContentCreator ,res *_dd .PdfPageResources ,scaleX ,scaleY ,translateX ,translateY float64 )*_a .ContentCreator {if _daf .Name =="\u0073\u0076\u0067"{_daf .SetScaling (scaleX ,scaleY ); -cc .Add_cm (1,0,0,1,translateX ,translateY );_daf .setDefaultScaling (_daf ._ffd );cc .Add_q ();_fced :=_da .Max (scaleX ,scaleY );cc .Add_re (_daf .ViewBox .X *_fced ,_daf .ViewBox .Y *_fced ,_daf .ViewBox .W *_fced ,_daf .ViewBox .H *_fced );cc .Add_W (); -cc .Add_n ();for _ ,_eeg :=range _daf .Children {_eeg .ViewBox =_daf .ViewBox ;_eeg .toContentStream (cc ,res );};cc .Add_Q ();return cc ;};return nil ;};type Subpath struct{Commands []*Command ;};func (_bafd *Command )compare (_fge *Command )bool {if _bafd .Symbol !=_fge .Symbol {return false ; -};for _fbae ,_eca :=range _bafd .Params {if _eca !=_fge .Params [_fbae ]{return false ;};};return true ;};func _fdac (_gfbc string )[]token {var (_bef []token ;_aefaa string ;);for _ ,_dcge :=range _gfbc {_cfggf :=string (_dcge );switch {case _cbfd .isCommand (_cfggf ):_bef ,_aefaa =_gbb (_bef ,_aefaa ); -_bef =append (_bef ,token {_cfggf ,true });case _cfggf =="\u002e":if _aefaa ==""{_aefaa ="\u0030";};if _f .Contains (_aefaa ,_cfggf ){_bef =append (_bef ,token {_aefaa ,false });_aefaa ="\u0030";};fallthrough;case _cfggf >="\u0030"&&_cfggf <="\u0039"||_cfggf =="\u0065":_aefaa +=_cfggf ; -case _cfggf =="\u002d":if _f .HasSuffix (_aefaa ,"\u0065"){_aefaa +=_cfggf ;}else {_bef ,_ =_gbb (_bef ,_aefaa );_aefaa =_cfggf ;};default:_bef ,_aefaa =_gbb (_bef ,_aefaa );};};_bef ,_ =_gbb (_bef ,_aefaa );return _bef ;};type token struct{_bdbc string ; -_gfc bool ;};func _ffc (_acd *_bc .Decoder )(*GraphicSVG ,error ){for {_ffb ,_gbaa :=_acd .Token ();if _ffb ==nil &&_gbaa ==_daa .EOF {break ;};if _gbaa !=nil {return nil ,_gbaa ;};switch _ebc :=_ffb .(type ){case _bc .StartElement :return _ggd (_ebc ),nil ; -};};return &GraphicSVG {},nil ;};type pathParserError struct{_eea string };type Command struct{Symbol string ;Params []float64 ;};func _ggc ()*GraphicSVGStyle {return &GraphicSVGStyle {FillColor :"\u00230\u0030\u0030\u0030\u0030\u0030",StrokeColor :"",StrokeWidth :0,FillOpacity :1.0}; -};func (_adfe *commands )isCommand (_bfe string )bool {for _ ,_gfbe :=range _adfe ._adbc {if _f .ToLower (_bfe )==_gfbe {return true ;};};return false ;};func ParseFromFile (path string )(*GraphicSVG ,error ){_eagb ,_bdcbg :=_gg .Open (path );if _bdcbg !=nil {return nil ,_bdcbg ; -};defer _eagb .Close ();return ParseFromStream (_eagb );}; \ No newline at end of file +package svg ;import (_fa "encoding/xml";_a "fmt";_dc "github.com/unidoc/unipdf/v3/common";_gf "github.com/unidoc/unipdf/v3/contentstream";_bf "github.com/unidoc/unipdf/v3/contentstream/draw";_cd "github.com/unidoc/unipdf/v3/core";_cg "github.com/unidoc/unipdf/v3/internal/graphic2d"; +_da "github.com/unidoc/unipdf/v3/model";_e "golang.org/x/net/html/charset";_fc "io";_c "math";_b "os";_ag "strconv";_g "strings";_f "unicode";);func _adc (_eacf string )([]float64 ,error ){_abdac :=-1;var _cbec []float64 ;_gbdf :=' ';for _edg ,_ebef :=range _eacf {if !_f .IsNumber (_ebef )&&_ebef !='.'&&!(_ebef =='-'&&_gbdf =='e')&&_ebef !='e'{if _abdac !=-1{_fcg ,_ebf :=_dad (_eacf [_abdac :_edg ]); +if _ebf !=nil {return _cbec ,_ebf ;};_cbec =append (_cbec ,_fcg ...);};if _ebef =='-'{_abdac =_edg ;}else {_abdac =-1;};}else if _abdac ==-1{_abdac =_edg ;};_gbdf =_ebef ;};if _abdac !=-1&&_abdac !=len (_eacf ){_dde ,_cfcd :=_dad (_eacf [_abdac :]);if _cfcd !=nil {return _cbec ,_cfcd ; +};_cbec =append (_cbec ,_dde ...);};return _cbec ,nil ;};func _faf (_gbe *GraphicSVG ,_bfa *_gf .ContentCreator ,_dfe *_da .PdfPageResources ){_bfa .Add_BT ();_abe ,_ggad :=_gdade (_gbe .Attributes ["\u0078"],64);if _ggad !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ggad .Error ()); +};_dbd ,_ggad :=_gdade (_gbe .Attributes ["\u0079"],64);if _ggad !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ggad .Error ()); +};_aefd :=_gbe .Attributes ["\u0066\u0069\u006c\u006c"];var _fcdd ,_ggaf ,_efd float64 ;if _dcb ,_dfge :=_cg .ColorMap [_aefd ];_dfge {_bec ,_acfb ,_efc ,_ :=_dcb .RGBA ();_fcdd ,_ggaf ,_efd =float64 (_bec ),float64 (_acfb ),float64 (_efc );}else if _g .HasPrefix (_aefd ,"\u0072\u0067\u0062\u0028"){_fcdd ,_ggaf ,_efd =_eafc (_aefd ); +}else {_fcdd ,_ggaf ,_efd =_ecbf (_aefd );};_bfa .Add_rg (_fcdd ,_ggaf ,_efd );_agc :=_fb ;if _cad ,_fba :=_gbe .Attributes ["\u0066o\u006e\u0074\u002d\u0073\u0069\u007ae"];_fba {_agc ,_ggad =_ag .ParseFloat (_cad ,64);if _ggad !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067 \u0060\u0066\u006f\u006e\u0074\u002d\u0073\u0069\u007a\u0065\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ggad .Error ()); +_agc =_fb ;};};_ebe :=_gbe ._gda *_agc *_bff /_ca ;_dbg :=_cd .PdfObjectName ("\u0053\u0046\u006fn\u0074");_afa :=_da .DefaultFont ();_dca ,_eag :=_gbe .Attributes ["f\u006f\u006e\u0074\u002d\u0066\u0061\u006d\u0069\u006c\u0079"];if _eag {if _dga ,_afd :=_fae (_dca ); +_afd ==nil {_afa =_dga ;_gbd :=1;for _dfe .HasFontByName (_dbg ){_dbg =_cd .PdfObjectName ("\u0053\u0046\u006fn\u0074"+_ag .Itoa (_gbd ));_gbd ++;};};};_beca :=0.0;_bdg ,_eag :=_gbe .Attributes ["t\u0065\u0078\u0074\u002d\u0061\u006e\u0063\u0068\u006f\u0072"]; +if _eag &&_bdg !="\u0073\u0074\u0061r\u0074"{var _gec float64 ;for _ ,_eac :=range _gbe .Content {_dfd ,_ffcg :=_afa .GetRuneMetrics (_eac );if !_ffcg {_dc .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_eac ); +};_gec +=_dfd .Wx ;};_gec =_gec *_ebe /1000.0;if _bdg =="\u006d\u0069\u0064\u0064\u006c\u0065"{_beca =-_gec /2;}else if _bdg =="\u0065\u006e\u0064"{_beca =-_gec ;};};_bfa .Add_Tm (1,0,0,-1,_abe *_gbe ._gda +_beca ,_dbd *_gbe ._gda );_dfe .SetFontByName (_dbg ,_afa .ToPdfObject ()); +_bfa .Add_Tf (_dbg ,_ebe );_aefb :=_gbe .Content ;_bcf :=_cd .MakeString (_aefb );_bfa .Add_Tj (*_bcf );_bfa .Add_ET ();};func _bbaf (_cagc string )(float64 ,error ){_cagc =_g .TrimSpace (_cagc );var _gece float64 ;if _g .HasSuffix (_cagc ,"\u0025"){_bbac ,_dce :=_ag .ParseFloat (_g .TrimSuffix (_cagc ,"\u0025"),64); +if _dce !=nil {return 0,_dce ;};_gece =(_bbac *255.0)/100.0;}else {_acgb ,_dea :=_ag .Atoi (_cagc );if _dea !=nil {return 0,_dea ;};_gece =float64 (_acgb );};return _gece ,nil ;};func _feb (_cfc []*Command )*Path {_cdbe :=&Path {};var _egae []*Command ; +for _gdea ,_aacgd :=range _cfc {switch _g .ToLower (_aacgd .Symbol ){case _dcgc ._babd :if len (_egae )> 0{_cdbe .Subpaths =append (_cdbe .Subpaths ,&Subpath {_egae });};_egae =[]*Command {_aacgd };case _dcgc ._cebd :_egae =append (_egae ,_aacgd );_cdbe .Subpaths =append (_cdbe .Subpaths ,&Subpath {_egae }); +_egae =[]*Command {};default:_egae =append (_egae ,_aacgd );if len (_cfc )==_gdea +1{_cdbe .Subpaths =append (_cdbe .Subpaths ,&Subpath {_egae });};};};return _cdbe ;};type pathParserError struct{_ggcd string };func (_gba *GraphicSVG )toContentStream (_decca *_gf .ContentCreator ,_gcb *_da .PdfPageResources ){_bdbe ,_ddga :=_decd (_gba .Attributes ,_gba ._gda ); +if _ddga !=nil {_dc .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0073\u0074\u0079\u006c\u0065\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ddga );};_gba .Style =_bdbe ;switch _gba .Name {case "\u0070\u0061\u0074\u0068":_fca (_gba ,_decca ,_gcb ); +for _ ,_gagb :=range _gba .Children {_gagb .toContentStream (_decca ,_gcb );};case "\u0072\u0065\u0063\u0074":_ggf (_gba ,_decca ,_gcb );for _ ,_fed :=range _gba .Children {_fed .toContentStream (_decca ,_gcb );};case "\u0063\u0069\u0072\u0063\u006c\u0065":_fab (_gba ,_decca ,_gcb ); +for _ ,_cbge :=range _gba .Children {_cbge .toContentStream (_decca ,_gcb );};case "\u0065l\u006c\u0069\u0070\u0073\u0065":_gdf (_gba ,_decca ,_gcb );for _ ,_ddfc :=range _gba .Children {_ddfc .toContentStream (_decca ,_gcb );};case "\u0070\u006f\u006c\u0079\u006c\u0069\u006e\u0065":_abc (_gba ,_decca ,_gcb ); +for _ ,_cff :=range _gba .Children {_cff .toContentStream (_decca ,_gcb );};case "\u0070o\u006c\u0079\u0067\u006f\u006e":_dcd (_gba ,_decca ,_gcb );for _ ,_dcf :=range _gba .Children {_dcf .toContentStream (_decca ,_gcb );};case "\u006c\u0069\u006e\u0065":_gdc (_gba ,_decca ,_gcb ); +for _ ,_agga :=range _gba .Children {_agga .toContentStream (_decca ,_gcb );};case "\u0074\u0065\u0078\u0074":_faf (_gba ,_decca ,_gcb );for _ ,_cbe :=range _gba .Children {_cbe .toContentStream (_decca ,_gcb );};case "\u0067":_bbg ,_fgb :=_gba .Attributes ["\u0066\u0069\u006c\u006c"]; +_eee ,_afac :=_gba .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];_acb ,_fbc :=_gba .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];_fgd ,_eaa :=_gba .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; +for _ ,_cfb :=range _gba .Children {if _ ,_bdc :=_cfb .Attributes ["\u0066\u0069\u006c\u006c"];!_bdc &&_fgb {_cfb .Attributes ["\u0066\u0069\u006c\u006c"]=_bbg ;};if _ ,_ege :=_cfb .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"];!_ege &&_afac {_cfb .Attributes ["\u0073\u0074\u0072\u006f\u006b\u0065"]=_eee ; +};if _ ,_cffd :=_cfb .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"];!_cffd &&_fbc {_cfb .Attributes ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]=_acb ;};if _ ,_abg :=_cfb .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]; +!_abg &&_eaa {_cfb .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"]=_fgd ;};_cfb .toContentStream (_decca ,_gcb );};};};func (_ffgf *Command )compare (_fbaeg *Command )bool {if _ffgf .Symbol !=_fbaeg .Symbol {return false ;};for _gbf ,_cef :=range _ffgf .Params {if _cef !=_fbaeg .Params [_gbf ]{return false ; +};};return true ;};func _gdb (_cge *_fa .Decoder )(*GraphicSVG ,error ){for {_ggg ,_dfeg :=_cge .Token ();if _ggg ==nil &&_dfeg ==_fc .EOF {break ;};if _dfeg !=nil {return nil ,_dfeg ;};switch _ffga :=_ggg .(type ){case _fa .StartElement :return _baef (_ffga ),nil ; +};};return &GraphicSVG {},nil ;};func ParseFromString (svgStr string )(*GraphicSVG ,error ){return ParseFromStream (_g .NewReader (svgStr ));};func _ead (_eage string )(*Path ,error ){_dcgc =_fbag ();_cedd ,_ggec :=_adeb (_eab (_eage ));if _ggec !=nil {return nil ,_ggec ; +};return _feb (_cedd ),nil ;};func (_dgc pathParserError )Error ()string {return _dgc ._ggcd };func ParseFromStream (source _fc .Reader )(*GraphicSVG ,error ){_ffb :=_fa .NewDecoder (source );_ffb .CharsetReader =_e .NewReaderLabel ;_cag ,_gdad :=_gdb (_ffb ); +if _gdad !=nil {return nil ,_gdad ;};if _adef :=_cag .Decode (_ffb );_adef !=nil &&_adef !=_fc .EOF {return nil ,_adef ;};return _cag ,nil ;};func _adg ()*GraphicSVGStyle {return &GraphicSVGStyle {FillColor :"\u00230\u0030\u0030\u0030\u0030\u0030",StrokeColor :"",StrokeWidth :0,FillOpacity :1.0}; +};func _dcd (_ddg *GraphicSVG ,_abd *_gf .ContentCreator ,_ffg *_da .PdfPageResources ){_abd .Add_q ();_ddg .Style .toContentStream (_abd ,_ffg );_ee ,_bfg :=_adc (_ddg .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]);if _bfg !=nil {_dc .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_bfg ); +return ;};if len (_ee )%2> 0{_dc .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; +};for _ece :=0;_ece < len (_ee );{if _ece ==0{_abd .Add_m (_ee [_ece ]*_ddg ._gda ,_ee [_ece +1]*_ddg ._gda );}else {_abd .Add_l (_ee [_ece ]*_ddg ._gda ,_ee [_ece +1]*_ddg ._gda );};_ece +=2;};_abd .Add_l (_ee [0]*_ddg ._gda ,_ee [1]*_ddg ._gda );_ddg .Style .fillStroke (_abd ); +_abd .Add_h ();_abd .Add_Q ();};type Command struct{Symbol string ;Params []float64 ;};type GraphicSVGStyle struct{FillColor string ;StrokeColor string ;StrokeWidth float64 ;FillOpacity float64 ;};func _fca (_ded *GraphicSVG ,_fd *_gf .ContentCreator ,_ae *_da .PdfPageResources ){_fd .Add_q (); +_ded .Style .toContentStream (_fd ,_ae );_bdb (_ded ,_fd );_aeb ,_fac :=_ead (_ded .Attributes ["\u0064"]);if _fac !=nil {_dc .Log .Error ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025s",_fac .Error ());};var (_daf ,_eg =0.0,0.0;_af ,_gb =0.0,0.0;_fdf *Command ; +);for _ ,_be :=range _aeb .Subpaths {for _ ,_cgf :=range _be .Commands {switch _g .ToLower (_cgf .Symbol ){case "\u006d":_af ,_gb =_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ;if !_cgf .isAbsolute (){_af ,_gb =_daf +_af -_ded .ViewBox .X ,_eg +_gb -_ded .ViewBox .Y ; +};_fd .Add_m (_bbag (_af ,3),_bbag (_gb ,3));_daf ,_eg =_af ,_gb ;case "\u0063":_dab ,_fe ,_bc ,_fdb ,_beg ,_bg :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ,_cgf .Params [2]*_ded ._gda ,_cgf .Params [3]*_ded ._gda ,_cgf .Params [4]*_ded ._gda ,_cgf .Params [5]*_ded ._gda ; +if !_cgf .isAbsolute (){_dab ,_fe ,_bc ,_fdb ,_beg ,_bg =_daf +_dab ,_eg +_fe ,_daf +_bc ,_eg +_fdb ,_daf +_beg ,_eg +_bg ;};_fd .Add_c (_bbag (_dab ,3),_bbag (_fe ,3),_bbag (_bc ,3),_bbag (_fdb ,3),_bbag (_beg ,3),_bbag (_bg ,3));_daf ,_eg =_beg ,_bg ; +case "\u0073":_dba ,_cf ,_egc ,_ad :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ,_cgf .Params [2]*_ded ._gda ,_cgf .Params [3]*_ded ._gda ;if !_cgf .isAbsolute (){_dba ,_cf ,_egc ,_ad =_daf +_dba ,_eg +_cf ,_daf +_egc ,_eg +_ad ;};_fd .Add_c (_bbag (_daf ,3),_bbag (_eg ,3),_bbag (_dba ,3),_bbag (_cf ,3),_bbag (_egc ,3),_bbag (_ad ,3)); +_daf ,_eg =_egc ,_ad ;case "\u006c":_gc ,_ega :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ;if !_cgf .isAbsolute (){_gc ,_ega =_daf +_gc ,_eg +_ega ;};_fd .Add_l (_bbag (_gc ,3),_bbag (_ega ,3));_daf ,_eg =_gc ,_ega ;case "\u0068":_gbc :=_cgf .Params [0]*_ded ._gda ; +if !_cgf .isAbsolute (){_gbc =_daf +_gbc ;};_fd .Add_l (_bbag (_gbc ,3),_bbag (_eg ,3));_daf =_gbc ;case "\u0076":_cb :=_cgf .Params [0]*_ded ._gda ;if !_cgf .isAbsolute (){_cb =_eg +_cb ;};_fd .Add_l (_bbag (_daf ,3),_bbag (_cb ,3));_eg =_cb ;case "\u0071":_ec ,_cde ,_fg ,_bd :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ,_cgf .Params [2]*_ded ._gda ,_cgf .Params [3]*_ded ._gda ; +if !_cgf .isAbsolute (){_ec ,_cde ,_fg ,_bd =_daf +_ec ,_eg +_cde ,_daf +_fg ,_eg +_bd ;};_ab ,_ed :=_cg .QuadraticToCubicBezier (_daf ,_eg ,_ec ,_cde ,_fg ,_bd );_fd .Add_c (_bbag (_ab .X ,3),_bbag (_ab .Y ,3),_bbag (_ed .X ,3),_bbag (_ed .Y ,3),_bbag (_fg ,3),_bbag (_bd ,3)); +_daf ,_eg =_fg ,_bd ;case "\u0074":var _dg ,_ade _cg .Point ;_cc ,_ga :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ;if !_cgf .isAbsolute (){_cc ,_ga =_daf +_cc ,_eg +_ga ;};if _fdf !=nil &&_g .ToLower (_fdf .Symbol )=="\u0071"{_eb :=_cg .Point {X :_fdf .Params [0]*_ded ._gda ,Y :_fdf .Params [1]*_ded ._gda }; +_eae :=_cg .Point {X :_fdf .Params [2]*_ded ._gda ,Y :_fdf .Params [3]*_ded ._gda };_aa :=_eae .Mul (2.0).Sub (_eb );_dg ,_ade =_cg .QuadraticToCubicBezier (_daf ,_eg ,_aa .X ,_aa .Y ,_cc ,_ga );};_fd .Add_c (_bbag (_dg .X ,3),_bbag (_dg .Y ,3),_bbag (_ade .X ,3),_bbag (_ade .Y ,3),_bbag (_cc ,3),_bbag (_ga ,3)); +_daf ,_eg =_cc ,_ga ;case "\u0061":_aeg ,_gab :=_cgf .Params [0]*_ded ._gda ,_cgf .Params [1]*_ded ._gda ;_cdc :=_cgf .Params [2];_afb :=_cgf .Params [3]> 0;_caa :=_cgf .Params [4]> 0;_dgd ,_ff :=_cgf .Params [5]*_ded ._gda ,_cgf .Params [6]*_ded ._gda ; +if !_cgf .isAbsolute (){_dgd ,_ff =_daf +_dgd ,_eg +_ff ;};_dec :=_cg .EllipseToCubicBeziers (_daf ,_eg ,_aeg ,_gab ,_cdc ,_afb ,_caa ,_dgd ,_ff );for _ ,_bce :=range _dec {_fd .Add_c (_bbag (_bce [1].X ,3),_bbag ((_bce [1].Y ),3),_bbag ((_bce [2].X ),3),_bbag ((_bce [2].Y ),3),_bbag ((_bce [3].X ),3),_bbag ((_bce [3].Y ),3)); +};_daf ,_eg =_dgd ,_ff ;case "\u007a":_fd .Add_h ();};_fdf =_cgf ;};};_ded .Style .fillStroke (_fd );_fd .Add_h ();_fd .Add_Q ();};func _gdc (_dfg *GraphicSVG ,_bab *_gf .ContentCreator ,_cca *_da .PdfPageResources ){_bab .Add_q ();_dfg .Style .toContentStream (_bab ,_cca ); +_aed ,_bge :=_gdade (_dfg .Attributes ["\u0078\u0031"],64);if _bge !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bge .Error ()); +};_aggc ,_bge :=_gdade (_dfg .Attributes ["\u0079\u0031"],64);if _bge !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bge .Error ()); +};_ddf ,_bge :=_gdade (_dfg .Attributes ["\u0078\u0032"],64);if _bge !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bge .Error ()); +};_eaf ,_bge :=_gdade (_dfg .Attributes ["\u0079\u0032"],64);if _bge !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_bge .Error ()); +};_bab .Add_m (_aed *_dfg ._gda ,_aggc *_dfg ._gda );_bab .Add_l (_ddf *_dfg ._gda ,_eaf *_dfg ._gda );_dfg .Style .fillStroke (_bab );_bab .Add_h ();_bab .Add_Q ();};func _cgff (_egg float64 )int {return int (_egg +_c .Copysign (0.5,_egg ))};func _eafc (_ffe string )(float64 ,float64 ,float64 ){_fda :=_g .TrimPrefix (_ffe ,"\u0072\u0067\u0062\u0028"); +_fda =_g .TrimSuffix (_fda ,"\u0029");_ggadd :=_g .Split (_fda ,"\u002c");if len (_ggadd )!=3{_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_ffe ); +return 0,0,0;};var _bcba ,_dbaa ,_agd float64 ;_bcba ,_gcbf :=_bbaf (_ggadd [0]);if _gcbf !=nil {_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_ffe ); +return 0,0,0;};_dbaa ,_gcbf =_bbaf (_ggadd [1]);if _gcbf !=nil {_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_ffe ); +return 0,0,0;};_agd ,_gcbf =_bbaf (_ggadd [2]);if _gcbf !=nil {_dc .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0067\u0062\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020%\u0073",_ffe ); +return 0,0,0;};_bgbg :=_bcba /255.0;_cbdf :=_dbaa /255.0;_bfacd :=_agd /255.0;return _bgbg ,_cbdf ,_bfacd ;};func _fee (_aadg []token ,_egdd string )([]token ,string ){if _egdd !=""{_aadg =append (_aadg ,token {_egdd ,false });_egdd ="";};return _aadg ,_egdd ; +};func _adeb (_gdac []token )([]*Command ,error ){var (_cdbd []*Command ;_fcec []float64 ;);for _aab :=len (_gdac )-1;_aab >=0;_aab --{_eafe :=_gdac [_aab ];if _eafe ._egeg {_aecg :=_dcgc ._eaae [_g .ToLower (_eafe ._gee )];_gfg :=len (_fcec );if _aecg ==0&&_gfg ==0{_bfgc :=&Command {Symbol :_eafe ._gee }; +_cdbd =append ([]*Command {_bfgc },_cdbd ...);}else if _aecg !=0&&_gfg %_aecg ==0{_bcd :=_gfg /_aecg ;for _bba :=0;_bba < _bcd ;_bba ++{_dbb :=_eafe ._gee ;if _dbb =="\u006d"&&_bba < _bcd -1{_dbb ="\u006c";};if _dbb =="\u004d"&&_bba < _bcd -1{_dbb ="\u004c"; +};_dge :=&Command {_dbb ,_acgc (_fcec [:_aecg ])};_cdbd =append ([]*Command {_dge },_cdbd ...);_fcec =_fcec [_aecg :];};}else {_fggge :=pathParserError {"I\u006e\u0063\u006f\u0072\u0072\u0065c\u0074\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006f\u0066\u0020\u0070\u0061r\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006fr\u0020"+_eafe ._gee }; +return nil ,_fggge ;};}else {_bgg ,_fedd :=_gdade (_eafe ._gee ,64);if _fedd !=nil {return nil ,_fedd ;};_fcec =append (_fcec ,_bgg );};};return _cdbd ,nil ;};func _ecbf (_face string )(_fadb ,_fged ,_aee float64 ){if (len (_face )!=4&&len (_face )!=7)||_face [0]!='#'{_dc .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_face ); +return _fadb ,_fged ,_aee ;};var _aged ,_bgb ,_bfd int ;if len (_face )==4{var _ggcf ,_ggag ,_cfad int ;_gebg ,_fcc :=_a .Sscanf (_face ,"\u0023\u0025\u0031\u0078\u0025\u0031\u0078\u0025\u0031\u0078",&_ggcf ,&_ggag ,&_cfad );if _fcc !=nil {_dc .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020h\u0065\u0078\u0020\u0063\u006f\u0064\u0065:\u0020\u0025\u0073\u002c\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_face ,_fcc ); +return _fadb ,_fged ,_aee ;};if _gebg !=3{_dc .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_face );return _fadb ,_fged ,_aee ;};_aged =_ggcf *16+_ggcf ;_bgb =_ggag *16+_ggag ;_bfd =_cfad *16+_cfad ; +}else {_def ,_ecbb :=_a .Sscanf (_face ,"\u0023\u0025\u0032\u0078\u0025\u0032\u0078\u0025\u0032\u0078",&_aged ,&_bgb ,&_bfd );if _ecbb !=nil {_dc .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0068\u0065\u0078 \u0063\u006f\u0064\u0065: \u0025\u0073",_face ); +return _fadb ,_fged ,_aee ;};if _def !=3{_dc .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0068\u0065\u0078\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0073,\u0020\u006e\u0020\u0021\u003d\u0020\u0033 \u0028\u0025\u0064\u0029",_face ,_def ); +return _fadb ,_fged ,_aee ;};};_gadd :=float64 (_aged )/255.0;_bbga :=float64 (_bgb )/255.0;_fbgb :=float64 (_bfd )/255.0;return _gadd ,_bbga ,_fbgb ;};type Path struct{Subpaths []*Subpath ;};func _acgc (_eeg []float64 )[]float64 {for _cdca ,_fabe :=0,len (_eeg )-1; +_cdca < _fabe ;_cdca ,_fabe =_cdca +1,_fabe -1{_eeg [_cdca ],_eeg [_fabe ]=_eeg [_fabe ],_eeg [_cdca ];};return _eeg ;};func _bbag (_aff float64 ,_fabd int )float64 {_bcb :=_c .Pow (10,float64 (_fabd ));return float64 (_cgff (_aff *_bcb ))/_bcb ;};func _dad (_aecb string )(_bdeg []float64 ,_ecc error ){var _cgecg float64 ; +_geea :=0;_dbf :=true ;for _fge ,_gcd :=range _aecb {if _gcd =='.'{if _dbf {_dbf =false ;continue ;};_cgecg ,_ecc =_gdade (_aecb [_geea :_fge ],64);if _ecc !=nil {return ;};_bdeg =append (_bdeg ,_cgecg );_geea =_fge ;};};_cgecg ,_ecc =_gdade (_aecb [_geea :],64); +if _ecc !=nil {return ;};_bdeg =append (_bdeg ,_cgecg );return ;};func (_fcaf *GraphicSVG )ToContentCreator (cc *_gf .ContentCreator ,res *_da .PdfPageResources ,scaleX ,scaleY ,translateX ,translateY float64 )*_gf .ContentCreator {if _fcaf .Name =="\u0073\u0076\u0067"{_fcaf .SetScaling (scaleX ,scaleY ); +cc .Add_cm (1,0,0,1,translateX ,translateY );_fcaf .setDefaultScaling (_fcaf ._gda );cc .Add_q ();_beb :=_c .Max (scaleX ,scaleY );cc .Add_re (_fcaf .ViewBox .X *_beb ,_fcaf .ViewBox .Y *_beb ,_fcaf .ViewBox .W *_beb ,_fcaf .ViewBox .H *_beb );cc .Add_W (); +cc .Add_n ();for _ ,_gac :=range _fcaf .Children {_gac .ViewBox =_fcaf .ViewBox ;_gac .toContentStream (cc ,res );};cc .Add_Q ();return cc ;};return nil ;};func (_gea *GraphicSVGStyle )toContentStream (_facd *_gf .ContentCreator ,_bde *_da .PdfPageResources ){if _gea ==nil {return ; +};if _gea .FillColor !=""{var _fbae ,_bef ,_eda float64 ;if _ecab ,_cdd :=_cg .ColorMap [_gea .FillColor ];_cdd {_cdb ,_gca ,_edbg ,_ :=_ecab .RGBA ();_fbae ,_bef ,_eda =float64 (_cdb ),float64 (_gca ),float64 (_edbg );}else if _g .HasPrefix (_gea .FillColor ,"\u0072\u0067\u0062\u0028"){_fbae ,_bef ,_eda =_eafc (_gea .FillColor ); +}else {_fbae ,_bef ,_eda =_ecbf (_gea .FillColor );};_facd .Add_rg (_fbae ,_bef ,_eda );};if _gea .FillOpacity < 1.0{_age :=0;_cfd :=_cd .PdfObjectName (_a .Sprintf ("\u0047\u0053\u0025\u0064",_age ));for {_ ,_gfdg :=_bde .GetExtGState (_cfd );if !_gfdg {break ; +};_age ++;_cfd =_cd .PdfObjectName (_a .Sprintf ("\u0047\u0053\u0025\u0064",_age ));};_bgef :=_cd .MakeDict ();_bgef .Set ("\u0063\u0061",_cd .MakeFloat (_gea .FillOpacity ));_cfff :=_bde .AddExtGState (_cfd ,_cd .MakeIndirectObject (_bgef ));if _cfff !=nil {_dc .Log .Debug (_cfff .Error ()); +return ;};_facd .Add_gs (_cfd );};if _gea .StrokeColor !=""{var _efcf ,_ged ,_dbgg float64 ;if _ebg ,_dbdg :=_cg .ColorMap [_gea .StrokeColor ];_dbdg {_fggg ,_feg ,_gdg ,_ :=_ebg .RGBA ();_efcf ,_ged ,_dbgg =float64 (_fggg )/255.0,float64 (_feg )/255.0,float64 (_gdg )/255.0; +}else if _g .HasPrefix (_gea .FillColor ,"\u0072\u0067\u0062\u0028"){_efcf ,_ged ,_dbgg =_eafc (_gea .FillColor );}else {_efcf ,_ged ,_dbgg =_ecbf (_gea .StrokeColor );};_facd .Add_RG (_efcf ,_ged ,_dbgg );};if _gea .StrokeWidth > 0{_facd .Add_w (_gea .StrokeWidth ); +};};func _eab (_ebb string )[]token {var (_edf []token ;_beee string ;);for _ ,_egfb :=range _ebb {_cbf :=string (_egfb );switch {case _dcgc .isCommand (_cbf ):_edf ,_beee =_fee (_edf ,_beee );_edf =append (_edf ,token {_cbf ,true });case _cbf =="\u002e":if _beee ==""{_beee ="\u0030"; +};if _g .Contains (_beee ,_cbf ){_edf =append (_edf ,token {_beee ,false });_beee ="\u0030";};fallthrough;case _cbf >="\u0030"&&_cbf <="\u0039"||_cbf =="\u0065":_beee +=_cbf ;case _cbf =="\u002d":if _g .HasSuffix (_beee ,"\u0065"){_beee +=_cbf ;}else {_edf ,_ =_fee (_edf ,_beee ); +_beee =_cbf ;};default:_edf ,_beee =_fee (_edf ,_beee );};};_edf ,_ =_fee (_edf ,_beee );return _edf ;};func (_eaad *GraphicSVGStyle )fillStroke (_ceed *_gf .ContentCreator ){if _eaad .FillColor !=""&&_eaad .StrokeColor !=""{_ceed .Add_B ();}else if _eaad .FillColor !=""{_ceed .Add_f (); +}else if _eaad .StrokeColor !=""{_ceed .Add_S ();};};func _gdade (_ddef string ,_fgf int )(float64 ,error ){_cgg ,_ecfd :=_gbcg (_ddef );_gdef ,_cggd :=_ag .ParseFloat (_cgg ,_fgf );if _cggd !=nil {return 0,_cggd ;};if _ace ,_cbde :=_ef [_ecfd ];_cbde {_gdef =_gdef *_ace ; +}else {_gdef =_gdef *_ea ;};return _gdef ,nil ;};var _dcgc commands ;func (_gadf *GraphicSVG )SetScaling (xFactor ,yFactor float64 ){_egd :=_gadf .Width /_gadf .ViewBox .W ;_dbab :=_gadf .Height /_gadf .ViewBox .H ;_gadf .setDefaultScaling (_c .Max (_egd ,_dbab )); +for _ ,_fgg :=range _gadf .Children {_fgg .SetScaling (xFactor ,yFactor );};};func _decd (_efcd map[string ]string ,_dfa float64 )(*GraphicSVGStyle ,error ){_aacg :=_adg ();_ceb ,_cedc :=_efcd ["\u0066\u0069\u006c\u006c"];if _cedc {_aacg .FillColor =_ceb ; +if _ceb =="\u006e\u006f\u006e\u0065"{_aacg .FillColor ="";};};_ecb ,_fcb :=_efcd ["\u0066\u0069\u006cl\u002d\u006f\u0070\u0061\u0063\u0069\u0074\u0079"];if _fcb {_agge ,_cffff :=_dcgf (_ecb );if _cffff !=nil {return nil ,_cffff ;};_aacg .FillOpacity =_agge ; +};_ede ,_gcca :=_efcd ["\u0073\u0074\u0072\u006f\u006b\u0065"];if _gcca {_aacg .StrokeColor =_ede ;if _ede =="\u006e\u006f\u006e\u0065"{_aacg .StrokeColor ="";};};_gfb ,_dgfa :=_efcd ["\u0073\u0074\u0072o\u006b\u0065\u002d\u0077\u0069\u0064\u0074\u0068"]; +if _dgfa {_bee ,_ddb :=_gdade (_gfb ,64);if _ddb !=nil {return nil ,_ddb ;};_aacg .StrokeWidth =_bee *_dfa ;};return _aacg ,nil ;};func (_egb *GraphicSVG )setDefaultScaling (_fcab float64 ){_egb ._gda =_fcab ;if _egb .Style !=nil &&_egb .Style .StrokeWidth > 0{_egb .Style .StrokeWidth =_egb .Style .StrokeWidth *_egb ._gda ; +};for _ ,_ddge :=range _egb .Children {_ddge .setDefaultScaling (_fcab );};};type GraphicSVG struct{ViewBox struct{X ,Y ,W ,H float64 ;};Name string ;Attributes map[string ]string ;Children []*GraphicSVG ;Content string ;Style *GraphicSVGStyle ;Width float64 ; +Height float64 ;_gda float64 ;};type commands struct{_fbg []string ;_eaae map[string ]int ;_babd string ;_cebd string ;};func (_bega *GraphicSVG )Decode (decoder *_fa .Decoder )error {for {_gfed ,_bac :=decoder .Token ();if _gfed ==nil &&_bac ==_fc .EOF {break ; +};if _bac !=nil {return _bac ;};switch _fef :=_gfed .(type ){case _fa .StartElement :_effc :=_baef (_fef );_bb :=_effc .Decode (decoder );if _bb !=nil {return _bb ;};_bega .Children =append (_bega .Children ,_effc );case _fa .CharData :_gag :=_g .TrimSpace (string (_fef )); +if _gag !=""{_bega .Content =string (_fef );};case _fa .EndElement :if _fef .Name .Local ==_bega .Name {return nil ;};};};return nil ;};func _ggf (_adb *GraphicSVG ,_gabg *_gf .ContentCreator ,_cgc *_da .PdfPageResources ){_gabg .Add_q ();_adb .Style .toContentStream (_gabg ,_cgc ); +_cdf ,_dcg :=_gdade (_adb .Attributes ["\u0078"],64);if _dcg !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0078\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dcg .Error ()); +};_cac ,_dcg :=_gdade (_adb .Attributes ["\u0079"],64);if _dcg !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0079\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_dcg .Error ()); +};_ge ,_dcg :=_gdade (_adb .Attributes ["\u0077\u0069\u0064t\u0068"],64);if _dcg !=nil {_dc .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020v\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dcg .Error ()); +};_eba ,_dcg :=_gdade (_adb .Attributes ["\u0068\u0065\u0069\u0067\u0068\u0074"],64);if _dcg !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077h\u0069\u006c\u0065 \u0070\u0061\u0072\u0073i\u006e\u0067\u0020\u0073\u0074\u0072\u006f\u006b\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_dcg .Error ()); +};_gabg .Add_re (_cdf *_adb ._gda ,_cac *_adb ._gda ,_ge *_adb ._gda ,_eba *_adb ._gda );_adb .Style .fillStroke (_gabg );_gabg .Add_Q ();};func _baef (_ccaf _fa .StartElement )*GraphicSVG {_gbdg :=&GraphicSVG {};_gde :=make (map[string ]string );for _ ,_deb :=range _ccaf .Attr {_gde [_deb .Name .Local ]=_deb .Value ; +};_gbdg .Name =_ccaf .Name .Local ;_gbdg .Attributes =_gde ;_gbdg ._gda =1;if _gbdg .Name =="\u0073\u0076\u0067"{_aaf ,_abf :=_adc (_gde ["\u0076i\u0065\u0077\u0042\u006f\u0078"]);if _abf !=nil {_dc .Log .Debug ("\u0055\u006ea\u0062\u006c\u0065\u0020t\u006f\u0020p\u0061\u0072\u0073\u0065\u0020\u0076\u0069\u0065w\u0042\u006f\u0078\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074e\u003a\u0020\u0025\u0076",_abf ); +return nil ;};if len (_aaf )>=4{_gbdg .ViewBox .X =_aaf [0];_gbdg .ViewBox .Y =_aaf [1];_gbdg .ViewBox .W =_aaf [2];_gbdg .ViewBox .H =_aaf [3];};_gbdg .Width =_gbdg .ViewBox .W ;_gbdg .Height =_gbdg .ViewBox .H ;if _cedb ,_gae :=_gde ["\u0077\u0069\u0064t\u0068"]; +_gae {if _g .HasSuffix (_cedb ,"\u0025"){_cfbf ,_bffag :=_ag .ParseFloat (_g .TrimSuffix (_cedb ,"\u0025"),64);if _bffag !=nil {_dc .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_bffag ); +return nil ;};_gbdg .Width =_cfbf *_gbdg .ViewBox .W ;}else {_bfc ,_ddfb :=_gdade (_cedb ,64);if _ddfb !=nil {_dc .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0070\u0061\u0072\u0073e\u0020\u0077\u0069\u0064\u0074\u0068\u0020a\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ddfb ); +return nil ;};_gbdg .Width =_bfc ;if len (_aaf )< 4{_gbdg .ViewBox .W =_bfc ;};};};if _addf ,_gaba :=_gde ["\u0068\u0065\u0069\u0067\u0068\u0074"];_gaba {if _g .HasSuffix (_addf ,"\u0025"){_eafa ,_ggafe :=_ag .ParseFloat (_g .TrimSuffix (_addf ,"\u0025"),64); +if _ggafe !=nil {_dc .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ggafe );return nil ;};_gbdg .Height =_eafa *_gbdg .ViewBox .H ; +}else {_ecee ,_ggd :=_gdade (_addf ,64);if _ggd !=nil {_dc .Log .Debug ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0070\u0061rse\u0020he\u0069\u0067\u0068\u0074\u0020\u0061\u0074tr\u0069\u0062\u0075\u0074\u0065\u003a\u0020%\u0076",_ggd );return nil ; +};_gbdg .Height =_ecee ;if len (_aaf )< 4{_gbdg .ViewBox .H =_ecee ;};};};if _gbdg .Width > 0&&_gbdg .Height > 0{_gbdg ._gda =_gbdg .Width /_gbdg .ViewBox .W ;};};return _gbdg ;};type Subpath struct{Commands []*Command ;};var (_gd =[]string {"\u0063\u006d","\u006d\u006d","\u0070\u0078","\u0070\u0074"}; +_ef =map[string ]float64 {"\u0063\u006d":_gg ,"\u006d\u006d":_agg ,"\u0070\u0078":_ea ,"\u0070\u0074":1};);func (_cbc *Path )compare (_ccag *Path )bool {if len (_cbc .Subpaths )!=len (_ccag .Subpaths ){return false ;};for _bfb ,_edbac :=range _cbc .Subpaths {if !_edbac .compare (_ccag .Subpaths [_bfb ]){return false ; +};};return true ;};func (_bbc *commands )isCommand (_fafb string )bool {for _ ,_gcaf :=range _bbc ._fbg {if _g .ToLower (_fafb )==_gcaf {return true ;};};return false ;};func ParseFromFile (path string )(*GraphicSVG ,error ){_gbcb ,_gcbd :=_b .Open (path ); +if _gcbd !=nil {return nil ,_gcbd ;};defer _gbcb .Close ();return ParseFromStream (_gbcb );};func _gdf (_cgfd *GraphicSVG ,_egcb *_gf .ContentCreator ,_cbb *_da .PdfPageResources ){_egcb .Add_q ();_cgfd .Style .toContentStream (_egcb ,_cbb );_ffc ,_ccb :=_gdade (_cgfd .Attributes ["\u0063\u0078"],64); +if _ccb !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ccb .Error ());};_dd ,_ccb :=_gdade (_cgfd .Attributes ["\u0063\u0079"],64); +if _ccb !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ccb .Error ());};_gce ,_ccb :=_gdade (_cgfd .Attributes ["\u0072\u0078"],64); +if _ccb !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ccb .Error ());};_gcc ,_ccb :=_gdade (_cgfd .Attributes ["\u0072\u0079"],64); +if _ccb !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0072\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ccb .Error ());};_eff :=_gce *_cgfd ._gda ; +_ba :=_gcc *_cgfd ._gda ;_acf :=_ffc *_cgfd ._gda ;_decc :=_dd *_cgfd ._gda ;_ccbf :=_eff *_de ;_df :=_ba *_de ;_edb :=_bf .NewCubicBezierPath ();_edb =_edb .AppendCurve (_bf .NewCubicBezierCurve (-_eff ,0,-_eff ,_df ,-_ccbf ,_ba ,0,_ba ));_edb =_edb .AppendCurve (_bf .NewCubicBezierCurve (0,_ba ,_ccbf ,_ba ,_eff ,_df ,_eff ,0)); +_edb =_edb .AppendCurve (_bf .NewCubicBezierCurve (_eff ,0,_eff ,-_df ,_ccbf ,-_ba ,0,-_ba ));_edb =_edb .AppendCurve (_bf .NewCubicBezierCurve (0,-_ba ,-_ccbf ,-_ba ,-_eff ,-_df ,-_eff ,0));_edb =_edb .Offset (_acf ,_decc );if _cgfd .Style .StrokeWidth > 0{_edb =_edb .Offset (_cgfd .Style .StrokeWidth /2,_cgfd .Style .StrokeWidth /2); +};_bf .DrawBezierPathWithCreator (_edb ,_egcb );_cgfd .Style .fillStroke (_egcb );_egcb .Add_h ();_egcb .Add_Q ();};func _afbg (_fabc rune )bool {return _fabc =='('||_fabc ==','||_fabc ==')'};func (_bgefe *Subpath )compare (_edba *Subpath )bool {if len (_bgefe .Commands )!=len (_edba .Commands ){return false ; +};for _cec ,_bfac :=range _bgefe .Commands {if !_bfac .compare (_edba .Commands [_cec ]){return false ;};};return true ;};func (_fbfa *Command )isAbsolute ()bool {return _fbfa .Symbol ==_g .ToUpper (_fbfa .Symbol )};func _abc (_aef *GraphicSVG ,_cbd *_gf .ContentCreator ,_bae *_da .PdfPageResources ){_cbd .Add_q (); +_aef .Style .toContentStream (_cbd ,_bae );_gga ,_fce :=_adc (_aef .Attributes ["\u0070\u006f\u0069\u006e\u0074\u0073"]);if _fce !=nil {_dc .Log .Debug ("\u0045\u0052\u0052O\u0052\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u003a\u0020\u0025\u0076",_fce ); +return ;};if len (_gga )%2> 0{_dc .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0069n\u0076\u0061l\u0069\u0064\u0020\u0070\u006f\u0069\u006e\u0074s\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006ce\u006e\u0067\u0074\u0068");return ; +};for _aac :=0;_aac < len (_gga );{if _aac ==0{_cbd .Add_m (_gga [_aac ]*_aef ._gda ,_gga [_aac +1]*_aef ._gda );}else {_cbd .Add_l (_gga [_aac ]*_aef ._gda ,_gga [_aac +1]*_aef ._gda );};_aac +=2;};_aef .Style .fillStroke (_cbd );_cbd .Add_h ();_cbd .Add_Q (); +};func _fbag ()commands {var _ggc =map[string ]int {"\u006d":2,"\u007a":0,"\u006c":2,"\u0068":1,"\u0076":1,"\u0063":6,"\u0073":4,"\u0071":4,"\u0074":2,"\u0061":7};var _gded []string ;for _eceb :=range _ggc {_gded =append (_gded ,_eceb );};return commands {_gded ,_ggc ,"\u006d","\u007a"}; +};func _bdb (_gdfc *GraphicSVG ,_gad *_gf .ContentCreator ){_afcd ,_fde :=_gdfc .Attributes ["\u0074r\u0061\u006e\u0073\u0066\u006f\u0072m"];if _fde {_cfa :=_g .Fields (_afcd );for _ ,_bgeb :=range _cfa {_gbdc :=_g .FieldsFunc (_bgeb ,_afbg );if len (_gbdc )< 3{_dc .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_afcd ); +return ;};_geb ,_add :=_gdade (_gbdc [1],64);if _add !=nil {_dc .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_afcd ); +return ;};_baa ,_add :=_gdade (_gbdc [2],64);if _add !=nil {_dc .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_afcd ); +return ;};if _gbdc [0]=="\u0074r\u0061\u006e\u0073\u006c\u0061\u0074e"{_gad .Translate (_geb ,_baa );}else if _gbdc [0]=="\u0073\u0063\u0061l\u0065"{_gad .Scale (_geb ,_baa );}else {_dc .Log .Debug ("\u0063\u0061\u006e't\u0020\u0070\u0061\u0072\u0073\u0065\u0020\u0074\u0072a\u006es\u0066o\u0072m\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0025\u0076",_afcd ); +return ;};};};};func _gbcg (_fdc string )(_fad ,_bdge string ){if _fdc ==""||(_fdc [len (_fdc )-1]>='0'&&_fdc [len (_fdc )-1]<='9'){return _fdc ,"";};_fad =_fdc ;for _ ,_bfgd :=range _gd {if _g .Contains (_fad ,_bfgd ){_bdge =_bfgd ;};_fad =_g .TrimSuffix (_fad ,_bfgd ); +};return ;};func _fae (_gfd string )(*_da .PdfFont ,error ){_bffa ,_cfg :=map[string ]_da .StdFontName {"\u0063o\u0075\u0072\u0069\u0065\u0072":_da .CourierName ,"\u0063\u006f\u0075r\u0069\u0065\u0072\u002d\u0062\u006f\u006c\u0064":_da .CourierBoldName ,"\u0063o\u0075r\u0069\u0065\u0072\u002d\u006f\u0062\u006c\u0069\u0071\u0075\u0065":_da .CourierObliqueName ,"c\u006fu\u0072\u0069\u0065\u0072\u002d\u0062\u006f\u006cd\u002d\u006f\u0062\u006ciq\u0075\u0065":_da .CourierBoldObliqueName ,"\u0068e\u006c\u0076\u0065\u0074\u0069\u0063a":_da .HelveticaName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0062\u006f\u006c\u0064":_da .HelveticaBoldName ,"\u0068\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u006f\u0062l\u0069\u0071\u0075\u0065":_da .HelveticaObliqueName ,"\u0068\u0065\u006c\u0076et\u0069\u0063\u0061\u002d\u0062\u006f\u006c\u0064\u002d\u006f\u0062\u006c\u0069\u0071u\u0065":_da .HelveticaBoldObliqueName ,"\u0073\u0079\u006d\u0062\u006f\u006c":_da .SymbolName ,"\u007a\u0061\u0070\u0066\u002d\u0064\u0069\u006e\u0067\u0062\u0061\u0074\u0073":_da .ZapfDingbatsName ,"\u0074\u0069\u006de\u0073":_da .TimesRomanName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064":_da .TimesBoldName ,"\u0074\u0069\u006de\u0073\u002d\u0069\u0074\u0061\u006c\u0069\u0063":_da .TimesItalicName ,"\u0074\u0069\u006d\u0065\u0073\u002d\u0062\u006f\u006c\u0064\u002d\u0069t\u0061\u006c\u0069\u0063":_da .TimesBoldItalicName }[_gfd ]; +if !_cfg {return nil ,_a .Errorf ("\u0066\u006f\u006e\u0074\u002df\u0061\u006d\u0069\u006c\u0079\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u006c\u0069\u0073t",_gfd ); +};_eca ,_abdg :=_da .NewStandard14Font (_bffa );if _abdg !=nil {return nil ,_abdg ;};return _eca ,nil ;};type token struct{_gee string ;_egeg bool ;};func _dcgf (_begb string )(float64 ,error ){_begb =_g .TrimSpace (_begb );var _ebff float64 ;if _g .HasSuffix (_begb ,"\u0025"){_gede ,_ecbe :=_ag .ParseFloat (_g .TrimSuffix (_begb ,"\u0025"),64); +if _ecbe !=nil {return 0,_ecbe ;};_ebff =_gede /100.0;}else {_defc ,_eacb :=_ag .ParseFloat (_begb ,64);if _eacb !=nil {return 0,_eacb ;};_ebff =_defc ;};return _ebff ,nil ;};func _fab (_ac *GraphicSVG ,_cbg *_gf .ContentCreator ,_ce *_da .PdfPageResources ){_cbg .Add_q (); +_ac .Style .toContentStream (_cbg ,_ce );_gfe ,_ecf :=_gdade (_ac .Attributes ["\u0063\u0078"],64);if _ecf !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0078\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ecf .Error ()); +};_aae ,_ecf :=_gdade (_ac .Attributes ["\u0063\u0079"],64);if _ecf !=nil {_dc .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0061r\u0073i\u006eg\u0020`\u0063\u0079\u0060\u0020\u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0025\u0076",_ecf .Error ()); +};_afc ,_ecf :=_gdade (_ac .Attributes ["\u0072"],64);if _ecf !=nil {_dc .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020`\u0072\u0060\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_ecf .Error ()); +};_agb :=_afc *_ac ._gda ;_faa :=_afc *_ac ._gda ;_gge :=_agb *_de ;_fcd :=_faa *_de ;_cfe :=_bf .NewCubicBezierPath ();_cfe =_cfe .AppendCurve (_bf .NewCubicBezierCurve (-_agb ,0,-_agb ,_fcd ,-_gge ,_faa ,0,_faa ));_cfe =_cfe .AppendCurve (_bf .NewCubicBezierCurve (0,_faa ,_gge ,_faa ,_agb ,_fcd ,_agb ,0)); +_cfe =_cfe .AppendCurve (_bf .NewCubicBezierCurve (_agb ,0,_agb ,-_fcd ,_gge ,-_faa ,0,-_faa ));_cfe =_cfe .AppendCurve (_bf .NewCubicBezierCurve (0,-_faa ,-_gge ,-_faa ,-_agb ,-_fcd ,-_agb ,0));_cfe =_cfe .Offset (_gfe *_ac ._gda ,_aae *_ac ._gda );if _ac .Style .StrokeWidth > 0{_cfe =_cfe .Offset (_ac .Style .StrokeWidth /2,_ac .Style .StrokeWidth /2); +};_bf .DrawBezierPathWithCreator (_cfe ,_cbg );_ac .Style .fillStroke (_cbg );_cbg .Add_h ();_cbg .Add_Q ();};const (_ea =0.72;_gg =28.3464;_agg =_gg /10;_de =0.551784;_ca =96;_fb =16.0;_bff float64 =72;); \ No newline at end of file diff --git a/internal/imageutil/imageutil.go b/internal/imageutil/imageutil.go index 95d5f483e..541a82e51 100644 --- a/internal/imageutil/imageutil.go +++ b/internal/imageutil/imageutil.go @@ -9,394 +9,392 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package imageutil ;import (_ga "encoding/binary";_fb "errors";_ec "fmt";_gf "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/internal/bitwise";_e "image";_b "image/color";_g "image/draw";_c "math";);func _cfee (_gccg _b .RGBA )_b .NRGBA {switch _gccg .A {case 0xff:return _b .NRGBA {R :_gccg .R ,G :_gccg .G ,B :_gccg .B ,A :0xff}; -case 0x00:return _b .NRGBA {};default:_eaae ,_afd ,_bed ,_gbef :=_gccg .RGBA ();_eaae =(_eaae *0xffff)/_gbef ;_afd =(_afd *0xffff)/_gbef ;_bed =(_bed *0xffff)/_gbef ;return _b .NRGBA {R :uint8 (_eaae >>8),G :uint8 (_afd >>8),B :uint8 (_bed >>8),A :uint8 (_gbef >>8)}; -};};func (_bbgd *Gray4 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_bbgd .Width ,Y :_bbgd .Height }};};func _gaf (_fcb _b .Gray )_b .RGBA {return _b .RGBA {R :_fcb .Y ,G :_fcb .Y ,B :_fcb .Y ,A :0xff}};func (_ggbcd *NRGBA64 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA64 (x ,y ,_ggbcd .Width ,_ggbcd .Data ,_ggbcd .Alpha ,_ggbcd .Decode ); -};var _ Image =&NRGBA64 {};func ColorAtNRGBA64 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA64 ,error ){_bdga :=(y *width +x )*2;_badf :=_bdga *3;if _badf +5>=len (data ){return _b .NRGBA64 {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};const _ddfa =0xffff;_bcc :=uint16 (_ddfa );if alpha !=nil &&len (alpha )> _bdga +1{_bcc =uint16 (alpha [_bdga ])<<8|uint16 (alpha [_bdga +1]);};_bgac :=uint16 (data [_badf ])<<8|uint16 (data [_badf +1]);_fcca :=uint16 (data [_badf +2])<<8|uint16 (data [_badf +3]); -_gfeggg :=uint16 (data [_badf +4])<<8|uint16 (data [_badf +5]);if len (decode )==6{_bgac =uint16 (uint64 (LinearInterpolate (float64 (_bgac ),0,65535,decode [0],decode [1]))&_ddfa );_fcca =uint16 (uint64 (LinearInterpolate (float64 (_fcca ),0,65535,decode [2],decode [3]))&_ddfa ); -_gfeggg =uint16 (uint64 (LinearInterpolate (float64 (_gfeggg ),0,65535,decode [4],decode [5]))&_ddfa );};return _b .NRGBA64 {R :_bgac ,G :_fcca ,B :_gfeggg ,A :_bcc },nil ;};func (_cefg *ImageBase )Pix ()[]byte {return _cefg .Data };func _dce (_dfgc ,_dad *Monochrome ,_fgf []byte ,_bfb int )(_acc error ){var (_gad ,_cgf ,_abc ,_bcd ,_gcff ,_bfd ,_bab ,_beae int ; -_eacd ,_acda uint32 ;_dbb ,_gcfd byte ;_eaa uint16 ;);_cgfd :=make ([]byte ,4);_add :=make ([]byte ,4);for _abc =0;_abc < _dfgc .Height -1;_abc ,_bcd =_abc +2,_bcd +1{_gad =_abc *_dfgc .BytesPerLine ;_cgf =_bcd *_dad .BytesPerLine ;for _gcff ,_bfd =0,0; -_gcff < _bfb ;_gcff ,_bfd =_gcff +4,_bfd +1{for _bab =0;_bab < 4;_bab ++{_beae =_gad +_gcff +_bab ;if _beae <=len (_dfgc .Data )-1&&_beae < _gad +_dfgc .BytesPerLine {_cgfd [_bab ]=_dfgc .Data [_beae ];}else {_cgfd [_bab ]=0x00;};_beae =_gad +_dfgc .BytesPerLine +_gcff +_bab ; -if _beae <=len (_dfgc .Data )-1&&_beae < _gad +(2*_dfgc .BytesPerLine ){_add [_bab ]=_dfgc .Data [_beae ];}else {_add [_bab ]=0x00;};};_eacd =_ga .BigEndian .Uint32 (_cgfd );_acda =_ga .BigEndian .Uint32 (_add );_acda &=_eacd ;_acda &=_acda <<1;_acda &=0xaaaaaaaa; -_eacd =_acda |(_acda <<7);_dbb =byte (_eacd >>24);_gcfd =byte ((_eacd >>8)&0xff);_beae =_cgf +_bfd ;if _beae +1==len (_dad .Data )-1||_beae +1>=_cgf +_dad .BytesPerLine {_dad .Data [_beae ]=_fgf [_dbb ];if _acc =_dad .setByte (_beae ,_fgf [_dbb ]);_acc !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_beae ); -};}else {_eaa =(uint16 (_fgf [_dbb ])<<8)|uint16 (_fgf [_gcfd ]);if _acc =_dad .setTwoBytes (_beae ,_eaa );_acc !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_beae ); -};_bfd ++;};};};return nil ;};func (_fdab *Gray16 )Validate ()error {if len (_fdab .Data )!=_fdab .Height *_fdab .BytesPerLine {return ErrInvalidImage ;};return nil ;};func _fbcbc (_bcdcf *Monochrome ,_dfed ,_ebde int ,_fag ,_geda int ,_cbfc RasterOperator ){var (_adde int ; -_cafef byte ;_cffbd ,_gagbe int ;_egad int ;);_dced :=_fag >>3;_caad :=_fag &7;if _caad > 0{_cafef =_gbfg [_caad ];};_adde =_bcdcf .BytesPerLine *_ebde +(_dfed >>3);switch _cbfc {case PixClr :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; -for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=0x0;_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],0x0,_cafef );};};case PixSet :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; -for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=0xff;_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],0xff,_cafef );};};case PixNotDst :for _cffbd =0;_cffbd < _geda ;_cffbd ++{_egad =_adde +_cffbd *_bcdcf .BytesPerLine ; -for _gagbe =0;_gagbe < _dced ;_gagbe ++{_bcdcf .Data [_egad ]=^_bcdcf .Data [_egad ];_egad ++;};if _caad > 0{_bcdcf .Data [_egad ]=_gfag (_bcdcf .Data [_egad ],^_bcdcf .Data [_egad ],_cafef );};};};};func ScaleAlphaToMonochrome (data []byte ,width ,height int )([]byte ,error ){_fc :=BytesPerLine (width ,8,1); -if len (data )< _fc *height {return nil ,nil ;};_ca :=&Gray8 {NewImageBase (width ,height ,8,1,data ,nil ,nil )};_ba ,_cf :=MonochromeConverter .Convert (_ca );if _cf !=nil {return nil ,_cf ;};return _ba .Base ().Data ,nil ;};func _dead (_defb nrgba64 ,_dgag RGBA ,_cdcb _e .Rectangle ){for _ecdgg :=0; -_ecdgg < _cdcb .Max .X ;_ecdgg ++{for _agfcd :=0;_agfcd < _cdcb .Max .Y ;_agfcd ++{_bbgdg :=_defb .NRGBA64At (_ecdgg ,_agfcd );_dgag .SetRGBA (_ecdgg ,_agfcd ,_faca (_bbgdg ));};};};func _ffcd (_dbgf _b .NRGBA )_b .Gray {_cef ,_cee ,_ebaf ,_ :=_dbgf .RGBA (); -_bcgdc :=(19595*_cef +38470*_cee +7471*_ebaf +1<<15)>>24;return _b .Gray {Y :uint8 (_bcgdc )};};func (_eabd *RGBA32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_eabd .Width ,Y :_eabd .Height }};};func _ceef (_dfbe *_e .Gray16 ,_ddad uint8 )*_e .Gray {_gdee :=_dfbe .Bounds (); -_acac :=_e .NewGray (_gdee );for _bgdb :=0;_bgdb < _gdee .Dx ();_bgdb ++{for _eccbe :=0;_eccbe < _gdee .Dy ();_eccbe ++{_afca :=_dfbe .Gray16At (_bgdb ,_eccbe );_acac .SetGray (_bgdb ,_eccbe ,_b .Gray {Y :_fagc (uint8 (_afca .Y /256),_ddad )});};};return _acac ; -};func (_bgea *Gray16 )Set (x ,y int ,c _b .Color ){_abae :=(y *_bgea .BytesPerLine /2+x )*2;if _abae +1>=len (_bgea .Data ){return ;};_adea :=_b .Gray16Model .Convert (c ).(_b .Gray16 );_bgea .Data [_abae ],_bgea .Data [_abae +1]=uint8 (_adea .Y >>8),uint8 (_adea .Y &0xff); -};func (_deef *ImageBase )setEightBytes (_cacf int ,_dcba uint64 )error {_cgfe :=_deef .BytesPerLine -(_cacf %_deef .BytesPerLine );if _deef .BytesPerLine !=_deef .Width >>3{_cgfe --;};if _cgfe >=8{return _deef .setEightFullBytes (_cacf ,_dcba );};return _deef .setEightPartlyBytes (_cacf ,_cgfe ,_dcba ); -};func ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Color ,error ){switch bitsPerColor {case 1:return ColorAtGray1BPC (x ,y ,bytesPerLine ,data ,decode );case 2:return ColorAtGray2BPC (x ,y ,bytesPerLine ,data ,decode ); -case 4:return ColorAtGray4BPC (x ,y ,bytesPerLine ,data ,decode );case 8:return ColorAtGray8BPC (x ,y ,bytesPerLine ,data ,decode );case 16:return ColorAtGray16BPC (x ,y ,bytesPerLine ,data ,decode );default:return nil ,_ec .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0067\u0072\u0061\u0079\u0020\u0073c\u0061\u006c\u0065\u0020\u0062\u0069\u0074s\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020a\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); -};};func (_fcge *CMYK32 )Copy ()Image {return &CMYK32 {ImageBase :_fcge .copy ()}};func (_bdbg *Monochrome )Set (x ,y int ,c _b .Color ){_ggc :=y *_bdbg .BytesPerLine +x >>3;if _ggc > len (_bdbg .Data )-1{return ;};_gfde :=_bdbg .ColorModel ().Convert (c ).(_b .Gray ); -_bdbg .setGray (x ,_gfde ,_ggc );};var _ Image =&NRGBA16 {};type RGBA32 struct{ImageBase };func _efba (_egb _b .CMYK )_b .Gray {_gce ,_fff ,_fdg :=_b .CMYKToRGB (_egb .C ,_egb .M ,_egb .Y ,_egb .K );_eaag :=(19595*uint32 (_gce )+38470*uint32 (_fff )+7471*uint32 (_fdg )+1<<7)>>16; -return _b .Gray {Y :uint8 (_eaag )};};func (_bdea *Monochrome )getBitAt (_bead ,_eefa int )bool {_ffg :=_eefa *_bdea .BytesPerLine +(_bead >>3);_fffb :=_bead &0x07;_cgabc :=uint (7-_fffb );if _ffg > len (_bdea .Data )-1{return false ;};if (_bdea .Data [_ffg ]>>_cgabc )&0x01>=1{return true ; -};return false ;};func (_ecad *NRGBA16 )ColorModel ()_b .Model {return NRGBA16Model };func (_bdae *Monochrome )SetGray (x ,y int ,g _b .Gray ){_affcc :=y *_bdae .BytesPerLine +x >>3;if _affcc > len (_bdae .Data )-1{return ;};g =_fge (g ,monochromeModel (_bdae .ModelThreshold )); -_bdae .setGray (x ,g ,_affcc );};func (_badg *Gray4 )ColorModel ()_b .Model {return Gray4Model };func (_cfdc *Gray16 )Base ()*ImageBase {return &_cfdc .ImageBase };func ColorAtGray1BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_deag :=y *bytesPerLine +x >>3; -if _deag >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_bffa :=data [_deag ]>>uint (7-(x &7))&1;if len (decode )==2{_bffa =uint8 (LinearInterpolate (float64 (_bffa ),0.0,1.0,decode [0],decode [1]))&1;};return _b .Gray {Y :_bffa *255},nil ;};func _eafa (_bdbd _e .Image ,_cec Image ,_eaaeg _e .Rectangle ){switch _fgdg :=_bdbd .(type ){case Gray :_abd (_fgdg ,_cec .(Gray ),_eaaeg ); -case NRGBA :_afee (_fgdg ,_cec .(Gray ),_eaaeg );case CMYK :_dae (_fgdg ,_cec .(Gray ),_eaaeg );case RGBA :_fbda (_fgdg ,_cec .(Gray ),_eaaeg );default:_agc (_bdbd ,_cec ,_eaaeg );};};func (_dbdc *CMYK32 )SetCMYK (x ,y int ,c _b .CMYK ){_cad :=4*(y *_dbdc .Width +x ); -if _cad +3>=len (_dbdc .Data ){return ;};_dbdc .Data [_cad ]=c .C ;_dbdc .Data [_cad +1]=c .M ;_dbdc .Data [_cad +2]=c .Y ;_dbdc .Data [_cad +3]=c .K ;};func _fcbd (_feea uint )uint {var _gcca uint ;for _feea !=0{_feea >>=1;_gcca ++;};return _gcca -1;}; -func InDelta (expected ,current ,delta float64 )bool {_febfe :=expected -current ;if _febfe <=-delta ||_febfe >=delta {return false ;};return true ;};func (_dgcd *Monochrome )InverseData ()error {return _dgcd .RasterOperation (0,0,_dgcd .Width ,_dgcd .Height ,PixNotDst ,nil ,0,0); -};func (_ebd *Monochrome )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray1BPC (x ,y ,_ebd .BytesPerLine ,_ebd .Data ,_ebd .Decode );};func (_gada *Monochrome )GrayAt (x ,y int )_b .Gray {_baa ,_ :=ColorAtGray1BPC (x ,y ,_gada .BytesPerLine ,_gada .Data ,_gada .Decode ); -return _baa ;};func _faf (_eebe _b .Color )_b .Color {_eefbb :=_b .GrayModel .Convert (_eebe ).(_b .Gray );return _cdag (_eefbb );};var _ Image =&RGBA32 {};type Gray2 struct{ImageBase };func (_gagb *Gray8 )GrayAt (x ,y int )_b .Gray {_ddd ,_ :=ColorAtGray8BPC (x ,y ,_gagb .BytesPerLine ,_gagb .Data ,_gagb .Decode ); -return _ddd ;};func GetConverter (bitsPerComponent ,colorComponents int )(ColorConverter ,error ){switch colorComponents {case 1:switch bitsPerComponent {case 1:return MonochromeConverter ,nil ;case 2:return Gray2Converter ,nil ;case 4:return Gray4Converter ,nil ; -case 8:return GrayConverter ,nil ;case 16:return Gray16Converter ,nil ;};case 3:switch bitsPerComponent {case 4:return NRGBA16Converter ,nil ;case 8:return NRGBAConverter ,nil ;case 16:return NRGBA64Converter ,nil ;};case 4:return CMYKConverter ,nil ;}; -return nil ,_ec .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0043o\u006e\u0076\u0065\u0072\u0074\u0065\u0072\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072\u0073\u002e\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003a\u0020\u0025\u0064\u002c\u0020\u0043\u006f\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u003a \u0025\u0064",bitsPerComponent ,colorComponents ); -};func (_agef *NRGBA16 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA16 (x ,y ,_agef .Width ,_agef .BytesPerLine ,_agef .Data ,_agef .Alpha ,_agef .Decode );};func _dfg (_gcc *Monochrome ,_caa ...int )(_bdba *Monochrome ,_abg error ){if _gcc ==nil {return nil ,_fb .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};if len (_caa )==0{return nil ,_fb .New ("\u0074h\u0065\u0072e\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0074 \u006c\u0065\u0061\u0073\u0074\u0020o\u006e\u0065\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006f\u0066 \u0072\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e"); -};_dgc :=_fbcd ();_bdba =_gcc ;for _ ,_adg :=range _caa {if _adg <=0{break ;};_bdba ,_abg =_aag (_bdba ,_adg ,_dgc );if _abg !=nil {return nil ,_abg ;};};return _bdba ,nil ;};func (_adab *Gray4 )setGray (_dbba int ,_fefg int ,_egfe _b .Gray ){_eede :=_fefg *_adab .BytesPerLine ; -_ceec :=_eede +(_dbba >>1);if _ceec >=len (_adab .Data ){return ;};_caf :=_egfe .Y >>4;_adab .Data [_ceec ]=(_adab .Data [_ceec ]&(^(0xf0>>uint (4*(_dbba &1)))))|(_caf < _ea .BytesPerLine {for _gdb =_df ;_gdb > 0;_gdb --{_gee =byte ((_fbc >>uint (_gdb *8))&0xff); -_af =_dga +(_df -_gdb );if _bcg =_ea .setByte (_af ,_gee );_bcg !=nil {return _bcg ;};};}else if _bcg =_ea .setFourBytes (_dga ,_fbc );_bcg !=nil {return _bcg ;};if _bcg =_ea .setFourBytes (_fdf +_gd *4,_deb [_ccf .Data [_cea +_gd ]]);_bcg !=nil {return _bcg ; -};};for _gdb =1;_gdb < 4;_gdb ++{for _gd =0;_gd < _dgg ;_gd ++{if _bcg =_ea .setByte (_fdf +_gdb *_dgg +_gd ,_ea .Data [_fdf +_gd ]);_bcg !=nil {return _bcg ;};};};};return nil ;};func (_gaa *Gray4 )Copy ()Image {return &Gray4 {ImageBase :_gaa .copy ()}}; -func (_aadc *Gray8 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_aadc .Width ,Y :_aadc .Height }};};func (_bcf *CMYK32 )Validate ()error {if len (_bcf .Data )!=4*_bcf .Width *_bcf .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func (_cbdd *ImageBase )newAlpha (){_cbdg :=BytesPerLine (_cbdd .Width ,_cbdd .BitsPerComponent ,1);_cbdd .Alpha =make ([]byte ,_cbdd .Height *_cbdg );};func (_ffda *NRGBA32 )ColorModel ()_b .Model {return _b .NRGBAModel };func _aagcb (_acgd *_e .Gray )bool {for _cdeaa :=0; -_cdeaa < len (_acgd .Pix );_cdeaa ++{if !_bgad (_acgd .Pix [_cdeaa ]){return false ;};};return true ;};var _ RGBA =&RGBA32 {};func _gfeg (_bdab *Monochrome ,_eadf ,_ccg ,_ffca ,_gaecc int ,_agdf RasterOperator ){if _eadf < 0{_ffca +=_eadf ;_eadf =0;};_gabg :=_eadf +_ffca -_bdab .Width ; -if _gabg > 0{_ffca -=_gabg ;};if _ccg < 0{_gaecc +=_ccg ;_ccg =0;};_ded :=_ccg +_gaecc -_bdab .Height ;if _ded > 0{_gaecc -=_ded ;};if _ffca <=0||_gaecc <=0{return ;};if (_eadf &7)==0{_fbcbc (_bdab ,_eadf ,_ccg ,_ffca ,_gaecc ,_agdf );}else {_cace (_bdab ,_eadf ,_ccg ,_ffca ,_gaecc ,_agdf ); -};};func (_eee *Gray8 )At (x ,y int )_b .Color {_gdbcg ,_ :=_eee .ColorAt (x ,y );return _gdbcg };func (_acfb *Gray16 )At (x ,y int )_b .Color {_fab ,_ :=_acfb .ColorAt (x ,y );return _fab };func ColorAtGray8BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_ebc :=y *bytesPerLine +x ; -if _ebc >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_cgdd :=data [_ebc ];if len (decode )==2{_cgdd =uint8 (uint32 (LinearInterpolate (float64 (_cgdd ),0,255,decode [0],decode [1]))&0xff);};return _b .Gray {Y :_cgdd },nil ;};func (_bfad *ImageBase )setEightFullBytes (_bacad int ,_fgfe uint64 )error {if _bacad +7> len (_bfad .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_bfad .Data [_bacad ]=byte ((_fgfe &0xff00000000000000)>>56);_bfad .Data [_bacad +1]=byte ((_fgfe &0xff000000000000)>>48);_bfad .Data [_bacad +2]=byte ((_fgfe &0xff0000000000)>>40);_bfad .Data [_bacad +3]=byte ((_fgfe &0xff00000000)>>32);_bfad .Data [_bacad +4]=byte ((_fgfe &0xff000000)>>24); -_bfad .Data [_bacad +5]=byte ((_fgfe &0xff0000)>>16);_bfad .Data [_bacad +6]=byte ((_fgfe &0xff00)>>8);_bfad .Data [_bacad +7]=byte (_fgfe &0xff);return nil ;};func _gcg (_cedb ,_ade *Monochrome ,_geec []byte ,_fdd int )(_gda error ){var (_bfc ,_eb ,_bde ,_eag ,_ae ,_bea ,_debd ,_ead int ; -_fcd ,_aaf ,_cdc ,_egd uint32 ;_bdf ,_ccd byte ;_beb uint16 ;);_fce :=make ([]byte ,4);_fg :=make ([]byte ,4);for _bde =0;_bde < _cedb .Height -1;_bde ,_eag =_bde +2,_eag +1{_bfc =_bde *_cedb .BytesPerLine ;_eb =_eag *_ade .BytesPerLine ;for _ae ,_bea =0,0; -_ae < _fdd ;_ae ,_bea =_ae +4,_bea +1{for _debd =0;_debd < 4;_debd ++{_ead =_bfc +_ae +_debd ;if _ead <=len (_cedb .Data )-1&&_ead < _bfc +_cedb .BytesPerLine {_fce [_debd ]=_cedb .Data [_ead ];}else {_fce [_debd ]=0x00;};_ead =_bfc +_cedb .BytesPerLine +_ae +_debd ; -if _ead <=len (_cedb .Data )-1&&_ead < _bfc +(2*_cedb .BytesPerLine ){_fg [_debd ]=_cedb .Data [_ead ];}else {_fg [_debd ]=0x00;};};_fcd =_ga .BigEndian .Uint32 (_fce );_aaf =_ga .BigEndian .Uint32 (_fg );_cdc =_fcd &_aaf ;_cdc |=_cdc <<1;_egd =_fcd |_aaf ; -_egd &=_egd <<1;_aaf =_cdc |_egd ;_aaf &=0xaaaaaaaa;_fcd =_aaf |(_aaf <<7);_bdf =byte (_fcd >>24);_ccd =byte ((_fcd >>8)&0xff);_ead =_eb +_bea ;if _ead +1==len (_ade .Data )-1||_ead +1>=_eb +_ade .BytesPerLine {if _gda =_ade .setByte (_ead ,_geec [_bdf ]); -_gda !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_ead );};}else {_beb =(uint16 (_geec [_bdf ])<<8)|uint16 (_geec [_ccd ]);if _gda =_ade .setTwoBytes (_ead ,_beb );_gda !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_ead ); -};_bea ++;};};};return nil ;};func (_fefc *Gray4 )GrayAt (x ,y int )_b .Gray {_ggbab ,_ :=ColorAtGray4BPC (x ,y ,_fefc .BytesPerLine ,_fefc .Data ,_fefc .Decode );return _ggbab ;};func (_cacb *Gray8 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray8BPC (x ,y ,_cacb .BytesPerLine ,_cacb .Data ,_cacb .Decode ); -};var _ _e .Image =&Gray16 {};func (_adad *NRGBA32 )NRGBAAt (x ,y int )_b .NRGBA {_adba ,_ :=ColorAtNRGBA32 (x ,y ,_adad .Width ,_adad .Data ,_adad .Alpha ,_adad .Decode );return _adba ;};func _cfg (_bfgc _b .NYCbCrA )_b .RGBA {_ddcd ,_bgbcb ,_debg ,_ged :=_agab (_bfgc ).RGBA (); -return _b .RGBA {R :uint8 (_ddcd >>8),G :uint8 (_bgbcb >>8),B :uint8 (_debg >>8),A :uint8 (_ged >>8)};};func _dceg (_baga _e .Image ,_cfbe Image ,_dgff _e .Rectangle ){if _ccde ,_cbgec :=_baga .(SMasker );_cbgec &&_ccde .HasAlpha (){_cfbe .(SMasker ).MakeAlpha (); -};_agc (_baga ,_cfbe ,_dgff );};func (_aefe *Monochrome )IsUnpadded ()bool {return (_aefe .Width *_aefe .Height )==len (_aefe .Data )};func (_gedd *Gray16 )GrayAt (x ,y int )_b .Gray {_facf ,_ :=_gedd .ColorAt (x ,y );return _b .Gray {Y :uint8 (_facf .(_b .Gray16 ).Y >>8)}; -};func (_adbd *Gray8 )Set (x ,y int ,c _b .Color ){_cbce :=y *_adbd .BytesPerLine +x ;if _cbce > len (_adbd .Data )-1{return ;};_feag :=_b .GrayModel .Convert (c );_adbd .Data [_cbce ]=_feag .(_b .Gray ).Y ;};var (_gbfg =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF}; -_fdfd =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF};);func init (){_gbaf ()};func IsGrayImgBlackAndWhite (i *_e .Gray )bool {return _aagcb (i )};var (MonochromeConverter =ConverterFunc (_eddb );Gray2Converter =ConverterFunc (_eeb );Gray4Converter =ConverterFunc (_ggcf ); -GrayConverter =ConverterFunc (_gbdc );Gray16Converter =ConverterFunc (_agebd );NRGBA16Converter =ConverterFunc (_bbc );NRGBAConverter =ConverterFunc (_dbaa );NRGBA64Converter =ConverterFunc (_dag );RGBAConverter =ConverterFunc (_abda );CMYKConverter =ConverterFunc (_bad ); -);func (_ccca *Monochrome )setBit (_ggcg ,_ddge int ){_ccca .Data [_ggcg +(_ddge >>3)]|=0x80>>uint (_ddge &7);};func _bb ()(_fef [256]uint32 ){for _fac :=0;_fac < 256;_fac ++{if _fac &0x01!=0{_fef [_fac ]|=0xf;};if _fac &0x02!=0{_fef [_fac ]|=0xf0;};if _fac &0x04!=0{_fef [_fac ]|=0xf00; -};if _fac &0x08!=0{_fef [_fac ]|=0xf000;};if _fac &0x10!=0{_fef [_fac ]|=0xf0000;};if _fac &0x20!=0{_fef [_fac ]|=0xf00000;};if _fac &0x40!=0{_fef [_fac ]|=0xf000000;};if _fac &0x80!=0{_fef [_fac ]|=0xf0000000;};};return _fef ;};func _gae (_beab NRGBA ,_aed CMYK ,_ggbc _e .Rectangle ){for _fad :=0; -_fad < _ggbc .Max .X ;_fad ++{for _cac :=0;_cac < _ggbc .Max .Y ;_cac ++{_cgab :=_beab .NRGBAAt (_fad ,_cac );_aed .SetCMYK (_fad ,_cac ,_cfd (_cgab ));};};};var (Gray2Model =_b .ModelFunc (_eedf );Gray4Model =_b .ModelFunc (_faf );NRGBA16Model =_b .ModelFunc (_adgda ); -);func (_agb *CMYK32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtCMYK (x ,y ,_agb .Width ,_agb .Data ,_agb .Decode );};func NewImageBase (width int ,height int ,bitsPerComponent int ,colorComponents int ,data []byte ,alpha []byte ,decode []float64 )ImageBase {_gdgb :=ImageBase {Width :width ,Height :height ,BitsPerComponent :bitsPerComponent ,ColorComponents :colorComponents ,Data :data ,Alpha :alpha ,Decode :decode ,BytesPerLine :BytesPerLine (width ,bitsPerComponent ,colorComponents )}; -if data ==nil {_gdgb .Data =make ([]byte ,height *_gdgb .BytesPerLine );};return _gdgb ;};func _dbg (_dbd int )[]uint {var _dgd []uint ;_cfe :=_dbd ;_efe :=_cfe /8;if _efe !=0{for _gfd :=0;_gfd < _efe ;_gfd ++{_dgd =append (_dgd ,8);};_edf :=_cfe %8;_cfe =0; -if _edf !=0{_cfe =_edf ;};};_acd :=_cfe /4;if _acd !=0{for _afg :=0;_afg < _acd ;_afg ++{_dgd =append (_dgd ,4);};_ad :=_cfe %4;_cfe =0;if _ad !=0{_cfe =_ad ;};};_gag :=_cfe /2;if _gag !=0{for _bgf :=0;_bgf < _gag ;_bgf ++{_dgd =append (_dgd ,2);};};return _dgd ; -};func (_egba *Gray16 )ColorModel ()_b .Model {return _b .Gray16Model };func _a (_cd *Monochrome ,_bc int ,_ac []uint )(*Monochrome ,error ){_bd :=_bc *_cd .Width ;_bdc :=_bc *_cd .Height ;_ecg :=_ceg (_bd ,_bdc );for _gg ,_cc :=range _ac {var _dee error ; -switch _cc {case 2:_dee =_gb (_ecg ,_cd );case 4:_dee =_bca (_ecg ,_cd );case 8:_dee =_gbe (_ecg ,_cd );};if _dee !=nil {return nil ,_dee ;};if _gg !=len (_ac )-1{_cd =_ecg .copy ();};};return _ecg ,nil ;};var _ _e .Image =&Gray2 {};func BytesPerLine (width ,bitsPerComponent ,colorComponents int )int {return ((width *bitsPerComponent )*colorComponents +7)>>3; -};var _ Gray =&Gray16 {};func _bgee (_gba ,_cgd *Monochrome ,_fcg []byte ,_edd int )(_cdf error ){var (_ceda ,_fead ,_cgdf ,_ffd ,_bbf ,_dbdf ,_fbcf ,_gff int ;_gbc ,_gdbf ,_efc ,_faa uint32 ;_fegc ,_gef byte ;_cgdb uint16 ;);_fbg :=make ([]byte ,4);_cgda :=make ([]byte ,4); -for _cgdf =0;_cgdf < _gba .Height -1;_cgdf ,_ffd =_cgdf +2,_ffd +1{_ceda =_cgdf *_gba .BytesPerLine ;_fead =_ffd *_cgd .BytesPerLine ;for _bbf ,_dbdf =0,0;_bbf < _edd ;_bbf ,_dbdf =_bbf +4,_dbdf +1{for _fbcf =0;_fbcf < 4;_fbcf ++{_gff =_ceda +_bbf +_fbcf ; -if _gff <=len (_gba .Data )-1&&_gff < _ceda +_gba .BytesPerLine {_fbg [_fbcf ]=_gba .Data [_gff ];}else {_fbg [_fbcf ]=0x00;};_gff =_ceda +_gba .BytesPerLine +_bbf +_fbcf ;if _gff <=len (_gba .Data )-1&&_gff < _ceda +(2*_gba .BytesPerLine ){_cgda [_fbcf ]=_gba .Data [_gff ]; -}else {_cgda [_fbcf ]=0x00;};};_gbc =_ga .BigEndian .Uint32 (_fbg );_gdbf =_ga .BigEndian .Uint32 (_cgda );_efc =_gbc &_gdbf ;_efc |=_efc <<1;_faa =_gbc |_gdbf ;_faa &=_faa <<1;_gdbf =_efc &_faa ;_gdbf &=0xaaaaaaaa;_gbc =_gdbf |(_gdbf <<7);_fegc =byte (_gbc >>24); -_gef =byte ((_gbc >>8)&0xff);_gff =_fead +_dbdf ;if _gff +1==len (_cgd .Data )-1||_gff +1>=_fead +_cgd .BytesPerLine {if _cdf =_cgd .setByte (_gff ,_fcg [_fegc ]);_cdf !=nil {return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gff );};}else {_cgdb =(uint16 (_fcg [_fegc ])<<8)|uint16 (_fcg [_gef ]); -if _cdf =_cgd .setTwoBytes (_gff ,_cgdb );_cdf !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gff ); -};_dbdf ++;};};};return nil ;};func (_aagb *Monochrome )ScaleLow (width ,height int )(*Monochrome ,error ){if width < 0||height < 0{return nil ,_fb .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064t\u0068\u0020\u0061\u006e\u0064\u0020\u0068e\u0069\u0067\u0068\u0074"); -};_gfda :=_ceg (width ,height );_gdd :=make ([]int ,height );_ggec :=make ([]int ,width );_dcg :=float64 (_aagb .Width )/float64 (width );_edaab :=float64 (_aagb .Height )/float64 (height );for _gec :=0;_gec < height ;_gec ++{_gdd [_gec ]=int (_c .Min (_edaab *float64 (_gec )+0.5,float64 (_aagb .Height -1))); -};for _baca :=0;_baca < width ;_baca ++{_ggec [_baca ]=int (_c .Min (_dcg *float64 (_baca )+0.5,float64 (_aagb .Width -1)));};_afce :=-1;_aee :=byte (0);for _fde :=0;_fde < height ;_fde ++{_gga :=_gdd [_fde ]*_aagb .BytesPerLine ;_dgb :=_fde *_gfda .BytesPerLine ; -for _eafg :=0;_eafg < width ;_eafg ++{_bfag :=_ggec [_eafg ];if _bfag !=_afce {_aee =_aagb .getBit (_gga ,_bfag );if _aee !=0{_gfda .setBit (_dgb ,_eafg );};_afce =_bfag ;}else {if _aee !=0{_gfda .setBit (_dgb ,_eafg );};};};};return _gfda ,nil ;};func _gbeg (_dca ,_fbf *Monochrome ,_eaf []byte ,_abb int )(_beg error ){var (_edfb ,_cfc ,_eda ,_ced ,_efeb ,_bdbb ,_ggfc ,_eac int ; -_eafe ,_eea uint32 ;_dggf ,_dcd byte ;_dde uint16 ;);_ffb :=make ([]byte ,4);_adb :=make ([]byte ,4);for _eda =0;_eda < _dca .Height -1;_eda ,_ced =_eda +2,_ced +1{_edfb =_eda *_dca .BytesPerLine ;_cfc =_ced *_fbf .BytesPerLine ;for _efeb ,_bdbb =0,0;_efeb < _abb ; -_efeb ,_bdbb =_efeb +4,_bdbb +1{for _ggfc =0;_ggfc < 4;_ggfc ++{_eac =_edfb +_efeb +_ggfc ;if _eac <=len (_dca .Data )-1&&_eac < _edfb +_dca .BytesPerLine {_ffb [_ggfc ]=_dca .Data [_eac ];}else {_ffb [_ggfc ]=0x00;};_eac =_edfb +_dca .BytesPerLine +_efeb +_ggfc ; -if _eac <=len (_dca .Data )-1&&_eac < _edfb +(2*_dca .BytesPerLine ){_adb [_ggfc ]=_dca .Data [_eac ];}else {_adb [_ggfc ]=0x00;};};_eafe =_ga .BigEndian .Uint32 (_ffb );_eea =_ga .BigEndian .Uint32 (_adb );_eea |=_eafe ;_eea |=_eea <<1;_eea &=0xaaaaaaaa; -_eafe =_eea |(_eea <<7);_dggf =byte (_eafe >>24);_dcd =byte ((_eafe >>8)&0xff);_eac =_cfc +_bdbb ;if _eac +1==len (_fbf .Data )-1||_eac +1>=_cfc +_fbf .BytesPerLine {_fbf .Data [_eac ]=_eaf [_dggf ];}else {_dde =(uint16 (_eaf [_dggf ])<<8)|uint16 (_eaf [_dcd ]); -if _beg =_fbf .setTwoBytes (_eac ,_dde );_beg !=nil {return _ec .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_eac ); -};_bdbb ++;};};};return nil ;};var _ _e .Image =&Gray8 {};func (_afab *RGBA32 )SetRGBA (x ,y int ,c _b .RGBA ){_dgaef :=y *_afab .Width +x ;_fgfd :=3*_dgaef ;if _fgfd +2>=len (_afab .Data ){return ;};_afab .setRGBA (_dgaef ,c );};func (_gaad *NRGBA16 )Validate ()error {if len (_gaad .Data )!=3*_gaad .Width *_gaad .Height /2{return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func ColorAtGray4BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_cbgcb :=y *bytesPerLine +x >>1;if _cbgcb >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_ggda :=data [_cbgcb ]>>uint (4-(x &1)*4)&0xf;if len (decode )==2{_ggda =uint8 (uint32 (LinearInterpolate (float64 (_ggda ),0,15,decode [0],decode [1]))&0xf);};return _b .Gray {Y :_ggda *17&0xff},nil ;};func (_ecaa *Monochrome )setGray (_agad int ,_bcbe _b .Gray ,_babe int ){if _bcbe .Y ==0{_ecaa .clearBit (_babe ,_agad ); -}else {_ecaa .setGrayBit (_babe ,_agad );};};func _fge (_bba _b .Gray ,_eddd monochromeModel )_b .Gray {if _bba .Y > uint8 (_eddd ){return _b .Gray {Y :_c .MaxUint8 };};return _b .Gray {};};func _afdb (_ggcga _b .Gray )_b .Gray {_abe :=_ggcga .Y >>6;_abe |=_abe <<2; -_ggcga .Y =_abe |_abe <<4;return _ggcga ;};func _bad (_dadf _e .Image )(Image ,error ){if _cegb ,_gdc :=_dadf .(*CMYK32 );_gdc {return _cegb .Copy (),nil ;};_ffbd :=_dadf .Bounds ();_ddb ,_gffe :=NewImage (_ffbd .Max .X ,_ffbd .Max .Y ,8,4,nil ,nil ,nil ); -if _gffe !=nil {return nil ,_gffe ;};switch _fbcb :=_dadf .(type ){case CMYK :_gdaa (_fbcb ,_ddb .(CMYK ),_ffbd );case Gray :_eeae (_fbcb ,_ddb .(CMYK ),_ffbd );case NRGBA :_gae (_fbcb ,_ddb .(CMYK ),_ffbd );case RGBA :_edaa (_fbcb ,_ddb .(CMYK ),_ffbd ); -default:_agc (_dadf ,_ddb ,_ffbd );};return _ddb ,nil ;};func (_feaga *Gray8 )ColorModel ()_b .Model {return _b .GrayModel };func _edaa (_adgd RGBA ,_bdag CMYK ,_aef _e .Rectangle ){for _bdfd :=0;_bdfd < _aef .Max .X ;_bdfd ++{for _cgabg :=0;_cgabg < _aef .Max .Y ; -_cgabg ++{_bgdgb :=_adgd .RGBAAt (_bdfd ,_cgabg );_bdag .SetCMYK (_bdfd ,_cgabg ,_gbad (_bgdgb ));};};};func ColorAt (x ,y ,width ,bitsPerColor ,colorComponents ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_b .Color ,error ){switch colorComponents {case 1:return ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine ,data ,decode ); -case 3:return ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor ,data ,alpha ,decode );case 4:return ColorAtCMYK (x ,y ,width ,data ,decode );default:return nil ,_ec .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063o\u006c\u006f\u0072\u0020\u0063\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0064",colorComponents ); -};};func _bdef (_ggd Gray ,_aaga nrgba64 ,_eec _e .Rectangle ){for _accf :=0;_accf < _eec .Max .X ;_accf ++{for _bdbbb :=0;_bdbbb < _eec .Max .Y ;_bdbbb ++{_aad :=_abbb (_aaga .NRGBA64At (_accf ,_bdbbb ));_ggd .SetGray (_accf ,_bdbbb ,_aad );};};};func (_fbeb *RGBA32 )Set (x ,y int ,c _b .Color ){_acffe :=y *_fbeb .Width +x ; -_ecaf :=3*_acffe ;if _ecaf +2>=len (_fbeb .Data ){return ;};_gfae :=_b .RGBAModel .Convert (c ).(_b .RGBA );_fbeb .setRGBA (_acffe ,_gfae );};func _eadg (_eafcd _e .Image ,_daeb uint8 )*_e .Gray {_gabc :=_eafcd .Bounds ();_ccab :=_e .NewGray (_gabc );var (_bgbcf _b .Color ; -_bbae _b .Gray ;);for _fcbf :=0;_fcbf < _gabc .Max .X ;_fcbf ++{for _bgdc :=0;_bgdc < _gabc .Max .Y ;_bgdc ++{_bgbcf =_eafcd .At (_fcbf ,_bgdc );_ccab .Set (_fcbf ,_bgdc ,_bgbcf );_bbae =_ccab .GrayAt (_fcbf ,_bgdc );_ccab .SetGray (_fcbf ,_bgdc ,_b .Gray {Y :_fagc (_bbae .Y ,_daeb )}); -};};return _ccab ;};func (_fcc colorConverter )Convert (src _e .Image )(Image ,error ){return _fcc ._aff (src )};func _gbe (_ee ,_bdb *Monochrome )(_bcgd error ){_aa :=_bdb .BytesPerLine ;_gdbg :=_ee .BytesPerLine ;var _age ,_gac ,_da ,_fba ,_ed int ;for _da =0; -_da < _bdb .Height ;_da ++{_age =_da *_aa ;_gac =8*_da *_gdbg ;for _fba =0;_fba < _aa ;_fba ++{if _bcgd =_ee .setEightBytes (_gac +_fba *8,_bf [_bdb .Data [_age +_fba ]]);_bcgd !=nil {return _bcgd ;};};for _ed =1;_ed < 8;_ed ++{for _fba =0;_fba < _gdbg ; -_fba ++{if _bcgd =_ee .setByte (_gac +_ed *_gdbg +_fba ,_ee .Data [_gac +_fba ]);_bcgd !=nil {return _bcgd ;};};};};return nil ;};func (_eaaec *NRGBA64 )Set (x ,y int ,c _b .Color ){_eaad :=(y *_eaaec .Width +x )*2;_fgge :=_eaad *3;if _fgge +5>=len (_eaaec .Data ){return ; -};_bcgeg :=_b .NRGBA64Model .Convert (c ).(_b .NRGBA64 );_eaaec .setNRGBA64 (_fgge ,_bcgeg ,_eaad );};func _eddb (_acb _e .Image )(Image ,error ){if _cffd ,_bae :=_acb .(*Monochrome );_bae {return _cffd ,nil ;};_bef :=_acb .Bounds ();var _aec Gray ;switch _cbga :=_acb .(type ){case Gray :_aec =_cbga ; -case NRGBA :_aec =&Gray8 {ImageBase :NewImageBase (_bef .Max .X ,_bef .Max .Y ,8,1,nil ,nil ,nil )};_gaec (_aec ,_cbga ,_bef );case nrgba64 :_aec =&Gray8 {ImageBase :NewImageBase (_bef .Max .X ,_bef .Max .Y ,8,1,nil ,nil ,nil )};_bdef (_aec ,_cbga ,_bef ); -default:_ggba ,_bcgb :=GrayConverter .Convert (_acb );if _bcgb !=nil {return nil ,_bcgb ;};_aec =_ggba .(Gray );};_eagg ,_gbg :=NewImage (_bef .Max .X ,_bef .Max .Y ,1,1,nil ,nil ,nil );if _gbg !=nil {return nil ,_gbg ;};_gab :=_eagg .(*Monochrome );_ceeb :=AutoThresholdTriangle (GrayHistogram (_aec )); -for _gbbc :=0;_gbbc < _bef .Max .X ;_gbbc ++{for _egda :=0;_egda < _bef .Max .Y ;_egda ++{_dcc :=_fge (_aec .GrayAt (_gbbc ,_egda ),monochromeModel (_ceeb ));_gab .SetGray (_gbbc ,_egda ,_dcc );};};return _eagg ,nil ;};var _ Gray =&Gray2 {};func _gdge (_ceegg *Monochrome ,_fcbdd ,_ggagf ,_ebcd ,_dbac int ,_cefe RasterOperator ,_egdac *Monochrome ,_aead ,_bcdd int )error {var (_bgba bool ; -_gfeb bool ;_acfc int ;_agbc int ;_dded int ;_gdgg bool ;_faae byte ;_gdcg int ;_eagc int ;_gebg int ;_aeee ,_edaf int ;);_dfdc :=8-(_fcbdd &7);_ddfd :=_fdfd [_dfdc ];_ffad :=_ceegg .BytesPerLine *_ggagf +(_fcbdd >>3);_agce :=_egdac .BytesPerLine *_bcdd +(_aead >>3); -if _ebcd < _dfdc {_bgba =true ;_ddfd &=_gbfg [8-_dfdc +_ebcd ];};if !_bgba {_acfc =(_ebcd -_dfdc )>>3;if _acfc > 0{_gfeb =true ;_agbc =_ffad +1;_dded =_agce +1;};};_gdcg =(_fcbdd +_ebcd )&7;if !(_bgba ||_gdcg ==0){_gdgg =true ;_faae =_gbfg [_gdcg ];_eagc =_ffad +1+_acfc ; -_gebg =_agce +1+_acfc ;};switch _cefe {case PixSrc :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0; -_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ],_faae ); -_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotSrc :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^_egdac .Data [_agce ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ; -};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^_egdac .Data [_gebg ],_faae ); -_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]|_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ; -_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]|=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0; -_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]|_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcAndDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]&_ceegg .Data [_ffad ],_ddfd ); -_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]&=_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; -};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]&_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcXorDst :for _aeee =0;_aeee < _dbac ; -_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]^_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]^=_egdac .Data [_dded +_edaf ]; -};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]^_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ; -};};case PixNotSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ])|_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0; -_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]|=^(_egdac .Data [_dded +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ])|_ceegg .Data [_eagc ],_faae ); -_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotSrcAndDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ])&_ceegg .Data [_ffad ],_ddfd );_ffad +=_ceegg .BytesPerLine ; -_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]&=^_egdac .Data [_dded +_edaf ];};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0; -_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ])&_ceegg .Data [_eagc ],_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcOrNotDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]|^(_ceegg .Data [_ffad ]),_ddfd ); -_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ]|^(_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ; -_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]|^(_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixSrcAndNotDst :for _aeee =0; -_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],_egdac .Data [_agce ]&^(_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0; -_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=_egdac .Data [_dded +_edaf ]&^(_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],_egdac .Data [_gebg ]&^(_ceegg .Data [_eagc ]),_faae ); -_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcOrDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]|_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ; -_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]|_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; -};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]|_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcAndDst :for _aeee =0; -_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]&_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ;_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0; -_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]&_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ;};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]&_ceegg .Data [_eagc ]),_faae ); -_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};case PixNotPixSrcXorDst :for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_ffad ]=_gfag (_ceegg .Data [_ffad ],^(_egdac .Data [_agce ]^_ceegg .Data [_ffad ]),_ddfd );_ffad +=_ceegg .BytesPerLine ; -_agce +=_egdac .BytesPerLine ;};if _gfeb {for _aeee =0;_aeee < _dbac ;_aeee ++{for _edaf =0;_edaf < _acfc ;_edaf ++{_ceegg .Data [_agbc +_edaf ]=^(_egdac .Data [_dded +_edaf ]^_ceegg .Data [_agbc +_edaf ]);};_agbc +=_ceegg .BytesPerLine ;_dded +=_egdac .BytesPerLine ; -};};if _gdgg {for _aeee =0;_aeee < _dbac ;_aeee ++{_ceegg .Data [_eagc ]=_gfag (_ceegg .Data [_eagc ],^(_egdac .Data [_gebg ]^_ceegg .Data [_eagc ]),_faae );_eagc +=_ceegg .BytesPerLine ;_gebg +=_egdac .BytesPerLine ;};};default:_gf .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_cefe ); -return _fb .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};func _cb (_de *Monochrome ,_gc int )(*Monochrome ,error ){if _de ==nil {return nil ,_fb .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _gc ==1{return _de .copy (),nil ;};if !IsPowerOf2 (uint (_gc )){return nil ,_ec .Errorf ("\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006ci\u0064 \u0065x\u0070a\u006e\u0064\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_gc ); -};_ge :=_dbg (_gc );return _a (_de ,_gc ,_ge );};func (_ddcc *Gray4 )Histogram ()(_bbfa [256]int ){for _ebge :=0;_ebge < _ddcc .Width ;_ebge ++{for _bbaf :=0;_bbaf < _ddcc .Height ;_bbaf ++{_bbfa [_ddcc .GrayAt (_ebge ,_bbaf ).Y ]++;};};return _bbfa ;}; -func ColorAtNRGBA16 (x ,y ,width ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA ,error ){_eebc :=y *bytesPerLine +x *3/2;if _eebc +1>=len (data ){return _b .NRGBA {},_aefd (x ,y );};const (_bgef =0xf;_bebc =uint8 (0xff););_gdff :=_bebc ; -if alpha !=nil {_agba :=y *BytesPerLine (width ,4,1);if _agba < len (alpha ){if x %2==0{_gdff =(alpha [_agba ]>>uint (4))&_bgef ;}else {_gdff =alpha [_agba ]&_bgef ;};_gdff |=_gdff <<4;};};var _gcgd ,_dbgb ,_egcc uint8 ;if x *3%2==0{_gcgd =(data [_eebc ]>>uint (4))&_bgef ; -_dbgb =data [_eebc ]&_bgef ;_egcc =(data [_eebc +1]>>uint (4))&_bgef ;}else {_gcgd =data [_eebc ]&_bgef ;_dbgb =(data [_eebc +1]>>uint (4))&_bgef ;_egcc =data [_eebc +1]&_bgef ;};if len (decode )==6{_gcgd =uint8 (uint32 (LinearInterpolate (float64 (_gcgd ),0,15,decode [0],decode [1]))&0xf); -_dbgb =uint8 (uint32 (LinearInterpolate (float64 (_dbgb ),0,15,decode [2],decode [3]))&0xf);_egcc =uint8 (uint32 (LinearInterpolate (float64 (_egcc ),0,15,decode [4],decode [5]))&0xf);};return _b .NRGBA {R :(_gcgd <<4)|(_gcgd &0xf),G :(_dbgb <<4)|(_dbgb &0xf),B :(_egcc <<4)|(_egcc &0xf),A :_gdff },nil ; -};func _gcfe (_cfcg *Monochrome ,_daaf ,_gafa ,_afcb ,_acg int ,_gbbe RasterOperator ,_ggaa *Monochrome ,_caaag ,_cgcb int )error {if _cfcg ==nil {return _fb .New ("\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070"); -};if _gbbe ==PixDst {return nil ;};switch _gbbe {case PixClr ,PixSet ,PixNotDst :_gfeg (_cfcg ,_daaf ,_gafa ,_afcb ,_acg ,_gbbe );return nil ;};if _ggaa ==nil {_gf .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); -return _fb .New ("\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _afbfb :=_dff (_cfcg ,_daaf ,_gafa ,_afcb ,_acg ,_gbbe ,_ggaa ,_caaag ,_cgcb );_afbfb !=nil {return _afbfb ;};return nil ;};func (_eeeg *ImageBase )setEightPartlyBytes (_dcac ,_aca int ,_egfag uint64 )(_dgcdc error ){var (_dgbc byte ; -_fgcf int ;);for _efa :=1;_efa <=_aca ;_efa ++{_fgcf =64-_efa *8;_dgbc =byte (_egfag >>uint (_fgcf )&0xff);if _dgcdc =_eeeg .setByte (_dcac +_efa -1,_dgbc );_dgcdc !=nil {return _dgcdc ;};};_fgg :=_eeeg .BytesPerLine *8-_eeeg .Width ;if _fgg ==0{return nil ; -};_fgcf -=8;_dgbc =byte (_egfag >>uint (_fgcf )&0xff)<>4|(_baegg .R >>4)<<4;_baegg .G =_baegg .G >>4|(_baegg .G >>4)<<4;_baegg .B =_baegg .B >>4|(_baegg .B >>4)<<4;return _baegg ; -};func (_cbf *CMYK32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cbf .Width ,Y :_cbf .Height }};};type CMYK32 struct{ImageBase };func _fefb (_ddba *Monochrome ,_dda ,_bcaa ,_bdee ,_cca int ,_dbbb RasterOperator ,_fccee *Monochrome ,_bffd ,_gbba int )error {var (_bbe byte ; -_dbge int ;_fbcc int ;_eaee ,_cfac int ;_ceeg ,_gafc int ;);_dgae :=_bdee >>3;_fbbd :=_bdee &7;if _fbbd > 0{_bbe =_gbfg [_fbbd ];};_dbge =_fccee .BytesPerLine *_gbba +(_bffd >>3);_fbcc =_ddba .BytesPerLine *_bcaa +(_dda >>3);switch _dbbb {case PixSrc :for _ceeg =0; -_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ],_bbe ); -};};case PixNotSrc :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^_fccee .Data [_eaee ],_bbe ); -};};case PixSrcOrDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]|=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]|_ddba .Data [_cfac ],_bbe ); -};};case PixSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]&=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]&_ddba .Data [_cfac ],_bbe ); -};};case PixSrcXorDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]^=_fccee .Data [_eaee ];_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]^_ddba .Data [_cfac ],_bbe ); -};};case PixNotSrcOrDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]|=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ])|_ddba .Data [_cfac ],_bbe ); -};};case PixNotSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]&=^(_fccee .Data [_eaee ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ])&_ddba .Data [_cfac ],_bbe ); -};};case PixSrcOrNotDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ]|^(_ddba .Data [_cfac ]);_cfac ++; -_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]|^(_ddba .Data [_cfac ]),_bbe );};};case PixSrcAndNotDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ; -for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=_fccee .Data [_eaee ]&^(_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],_fccee .Data [_eaee ]&^(_ddba .Data [_cfac ]),_bbe );};};case PixNotPixSrcOrDst :for _ceeg =0; -_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]|_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]|_ddba .Data [_cfac ]),_bbe ); -};};case PixNotPixSrcAndDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ;for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]&_ddba .Data [_cfac ]); -_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]&_ddba .Data [_cfac ]),_bbe );};};case PixNotPixSrcXorDst :for _ceeg =0;_ceeg < _cca ;_ceeg ++{_eaee =_dbge +_ceeg *_fccee .BytesPerLine ;_cfac =_fbcc +_ceeg *_ddba .BytesPerLine ; -for _gafc =0;_gafc < _dgae ;_gafc ++{_ddba .Data [_cfac ]=^(_fccee .Data [_eaee ]^_ddba .Data [_cfac ]);_cfac ++;_eaee ++;};if _fbbd > 0{_ddba .Data [_cfac ]=_gfag (_ddba .Data [_cfac ],^(_fccee .Data [_eaee ]^_ddba .Data [_cfac ]),_bbe );};};default:_gf .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_dbbb ); -return _fb .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};return nil ;};type Histogramer interface{Histogram ()[256]int ;};func (_bdbba *Monochrome )Histogram ()(_dgdf [256]int ){for _ ,_dece :=range _bdbba .Data {_dgdf [0xff]+=int (_cgdg [_bdbba .Data [_dece ]]); -};return _dgdf ;};func (_dbdd *RGBA32 )RGBAAt (x ,y int )_b .RGBA {_dccb ,_ :=ColorAtRGBA32 (x ,y ,_dbdd .Width ,_dbdd .Data ,_dbdd .Alpha ,_dbdd .Decode );return _dccb ;};func (_gdae *NRGBA16 )setNRGBA (_acge ,_fccg ,_dfdcf int ,_eaagf _b .NRGBA ){if _acge *3%2==0{_gdae .Data [_dfdcf ]=(_eaagf .R >>4)<<4|(_eaagf .G >>4); -_gdae .Data [_dfdcf +1]=(_eaagf .B >>4)<<4|(_gdae .Data [_dfdcf +1]&0xf);}else {_gdae .Data [_dfdcf ]=(_gdae .Data [_dfdcf ]&0xf0)|(_eaagf .R >>4);_gdae .Data [_dfdcf +1]=(_eaagf .G >>4)<<4|(_eaagf .B >>4);};if _gdae .Alpha !=nil {_bag :=_fccg *BytesPerLine (_gdae .Width ,4,1); -if _bag < len (_gdae .Alpha ){if _acge %2==0{_gdae .Alpha [_bag ]=(_eaagf .A >>uint (4))<>uint (4));};};};};func _acf (_bg *Monochrome ,_ecb ,_eg int )(*Monochrome ,error ){if _bg ==nil {return nil ,_fb .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _ecb <=0||_eg <=0{return nil ,_fb .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _ecb ==_eg {if _ecb ==1{return _bg .copy (),nil ;};if _ecb ==2||_ecb ==4||_ecb ==8{_cg ,_geb :=_cb (_bg ,_ecb ); -if _geb !=nil {return nil ,_geb ;};return _cg ,nil ;};};_cbg :=_ecb *_bg .Width ;_cab :=_eg *_bg .Height ;_be :=_ceg (_cbg ,_cab );_cff :=_be .BytesPerLine ;var (_db ,_ab ,_dge ,_cde ,_egf int ;_ef byte ;_afe error ;);for _ab =0;_ab < _bg .Height ;_ab ++{_db =_eg *_ab *_cff ; -for _dge =0;_dge < _bg .Width ;_dge ++{if _bge :=_bg .getBitAt (_dge ,_ab );_bge {_egf =_ecb *_dge ;for _cde =0;_cde < _ecb ;_cde ++{_be .setIndexedBit (_db *8+_egf +_cde );};};};for _cde =1;_cde < _eg ;_cde ++{_cdg :=_db +_cde *_cff ;for _ddc :=0;_ddc < _cff ; -_ddc ++{if _ef ,_afe =_be .getByte (_db +_ddc );_afe !=nil {return nil ,_afe ;};if _afe =_be .setByte (_cdg +_ddc ,_ef );_afe !=nil {return nil ,_afe ;};};};};return _be ,nil ;};func (_fbgbe *RGBA32 )Copy ()Image {return &RGBA32 {ImageBase :_fbgbe .copy ()}}; -var _ _e .Image =&NRGBA16 {};func _cdag (_adgg _b .Gray )_b .Gray {_adgg .Y >>=4;_adgg .Y |=_adgg .Y <<4;return _adgg };var _ Image =&Monochrome {};func _dag (_fcf _e .Image )(Image ,error ){if _bbaa ,_ecef :=_fcf .(*NRGBA64 );_ecef {return _bbaa .Copy (),nil ; -};_becfc ,_aaccc ,_efebd :=_ecfef (_fcf ,2);_ebed ,_gbgde :=NewImage (_becfc .Max .X ,_becfc .Max .Y ,16,3,nil ,_efebd ,nil );if _gbgde !=nil {return nil ,_gbgde ;};_dceg (_fcf ,_ebed ,_becfc );if len (_efebd )!=0&&!_aaccc {if _aagbb :=_dceb (_efebd ,_ebed ); -_aagbb !=nil {return nil ,_aagbb ;};};return _ebed ,nil ;};func _fbda (_afeg RGBA ,_eeccf Gray ,_dfcd _e .Rectangle ){for _eeg :=0;_eeg < _dfcd .Max .X ;_eeg ++{for _feec :=0;_feec < _dfcd .Max .Y ;_feec ++{_ece :=_gbcb (_afeg .RGBAAt (_eeg ,_feec ));_eeccf .SetGray (_eeg ,_feec ,_ece ); -};};};func (_ecbd *ImageBase )HasAlpha ()bool {if _ecbd .Alpha ==nil {return false ;};for _afff :=range _ecbd .Alpha {if _ecbd .Alpha [_afff ]!=0xff{return true ;};};return false ;};type NRGBA64 struct{ImageBase };func (_ggga *NRGBA64 )NRGBA64At (x ,y int )_b .NRGBA64 {_fdfdb ,_ :=ColorAtNRGBA64 (x ,y ,_ggga .Width ,_ggga .Data ,_ggga .Alpha ,_ggga .Decode ); -return _fdfdb ;};func (_fdaa *NRGBA64 )Base ()*ImageBase {return &_fdaa .ImageBase };func _agab (_ddf _b .NYCbCrA )_b .NRGBA {_bgg :=int32 (_ddf .Y )*0x10101;_bgbc :=int32 (_ddf .Cb )-128;_bac :=int32 (_ddf .Cr )-128;_dfgd :=_bgg +91881*_bac ;if uint32 (_dfgd )&0xff000000==0{_dfgd >>=8; -}else {_dfgd =^(_dfgd >>31)&0xffff;};_beac :=_bgg -22554*_bgbc -46802*_bac ;if uint32 (_beac )&0xff000000==0{_beac >>=8;}else {_beac =^(_beac >>31)&0xffff;};_eccg :=_bgg +116130*_bgbc ;if uint32 (_eccg )&0xff000000==0{_eccg >>=8;}else {_eccg =^(_eccg >>31)&0xffff; -};return _b .NRGBA {R :uint8 (_dfgd >>8),G :uint8 (_beac >>8),B :uint8 (_eccg >>8),A :_ddf .A };};func (_gcfdc *NRGBA64 )ColorModel ()_b .Model {return _b .NRGBA64Model };func _badc (_ecadb _e .Image ,_agfc Image ,_aefg _e .Rectangle ){if _gagbd ,_fgfa :=_ecadb .(SMasker ); -_fgfa &&_gagbd .HasAlpha (){_agfc .(SMasker ).MakeAlpha ();};switch _ebgbb :=_ecadb .(type ){case Gray :_ggcb (_ebgbb ,_agfc .(NRGBA ),_aefg );case NRGBA :_gfgg (_ebgbb ,_agfc .(NRGBA ),_aefg );case *_e .NYCbCrA :_gaac (_ebgbb ,_agfc .(NRGBA ),_aefg ); -case CMYK :_dabeg (_ebgbb ,_agfc .(NRGBA ),_aefg );case RGBA :_aebc (_ebgbb ,_agfc .(NRGBA ),_aefg );case nrgba64 :_fbca (_ebgbb ,_agfc .(NRGBA ),_aefg );default:_agc (_ecadb ,_agfc ,_aefg );};};func AutoThresholdTriangle (histogram [256]int )uint8 {var _cgegg ,_fbefd ,_dbgag ,_dacc int ; -for _fcbg :=0;_fcbg < len (histogram );_fcbg ++{if histogram [_fcbg ]> 0{_cgegg =_fcbg ;break ;};};if _cgegg > 0{_cgegg --;};for _cgddf :=255;_cgddf > 0;_cgddf --{if histogram [_cgddf ]> 0{_dacc =_cgddf ;break ;};};if _dacc < 255{_dacc ++;};for _cgcf :=0; -_cgcf < 256;_cgcf ++{if histogram [_cgcf ]> _fbefd {_dbgag =_cgcf ;_fbefd =histogram [_cgcf ];};};var _cegd bool ;if (_dbgag -_cgegg )< (_dacc -_dbgag ){_cegd =true ;var _fgcgb int ;_aadb :=255;for _fgcgb < _aadb {_dcegb :=histogram [_fgcgb ];histogram [_fgcgb ]=histogram [_aadb ]; -histogram [_aadb ]=_dcegb ;_fgcgb ++;_aadb --;};_cgegg =255-_dacc ;_dbgag =255-_dbgag ;};if _cgegg ==_dbgag {return uint8 (_cgegg );};_fafb :=float64 (histogram [_dbgag ]);_bbed :=float64 (_cgegg -_dbgag );_fdac :=_c .Sqrt (_fafb *_fafb +_bbed *_bbed ); -_fafb /=_fdac ;_bbed /=_fdac ;_fdac =_fafb *float64 (_cgegg )+_bbed *float64 (histogram [_cgegg ]);_adca :=_cgegg ;var _geag float64 ;for _ceacd :=_cgegg +1;_ceacd <=_dbgag ;_ceacd ++{_dfad :=_fafb *float64 (_ceacd )+_bbed *float64 (histogram [_ceacd ])-_fdac ; -if _dfad > _geag {_adca =_ceacd ;_geag =_dfad ;};};_adca --;if _cegd {var _ggdaa int ;_beee :=255;for _ggdaa < _beee {_aefdg :=histogram [_ggdaa ];histogram [_ggdaa ]=histogram [_beee ];histogram [_beee ]=_aefdg ;_ggdaa ++;_beee --;};return uint8 (255-_adca ); -};return uint8 (_adca );};func (_fceb *CMYK32 )CMYKAt (x ,y int )_b .CMYK {_fbceb ,_ :=ColorAtCMYK (x ,y ,_fceb .Width ,_fceb .Data ,_fceb .Decode );return _fbceb ;};func (_aagf *Gray16 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray16BPC (x ,y ,_aagf .BytesPerLine ,_aagf .Data ,_aagf .Decode ); -};func ImgToGray (i _e .Image )*_e .Gray {if _fcdc ,_baad :=i .(*_e .Gray );_baad {return _fcdc ;};_gcae :=i .Bounds ();_agcb :=_e .NewGray (_gcae );for _cbcg :=0;_cbcg < _gcae .Max .X ;_cbcg ++{for _eggdg :=0;_eggdg < _gcae .Max .Y ;_eggdg ++{_cgge :=i .At (_cbcg ,_eggdg ); -_agcb .Set (_cbcg ,_eggdg ,_cgge );};};return _agcb ;};func _dgde (_adda _b .Gray )_b .CMYK {return _b .CMYK {K :0xff-_adda .Y }};func (_bbag *NRGBA32 )SetNRGBA (x ,y int ,c _b .NRGBA ){_gecc :=y *_bbag .Width +x ;_ccee :=3*_gecc ;if _ccee +2>=len (_bbag .Data ){return ; -};_bbag .setRGBA (_gecc ,c );};func _bccb (_aaeea *_e .NYCbCrA ,_eafd RGBA ,_bgec _e .Rectangle ){for _facae :=0;_facae < _bgec .Max .X ;_facae ++{for _ebeg :=0;_ebeg < _bgec .Max .Y ;_ebeg ++{_cbad :=_aaeea .NYCbCrAAt (_facae ,_ebeg );_eafd .SetRGBA (_facae ,_ebeg ,_cfg (_cbad )); -};};};func _fbde (_bdfc NRGBA ,_afdg RGBA ,_fgabg _e .Rectangle ){for _aebf :=0;_aebf < _fgabg .Max .X ;_aebf ++{for _baab :=0;_baab < _fgabg .Max .Y ;_baab ++{_gaadg :=_bdfc .NRGBAAt (_aebf ,_baab );_afdg .SetRGBA (_aebf ,_baab ,_fee (_gaadg ));};};}; -func _cace (_afbd *Monochrome ,_dedb ,_bffbc int ,_bbef ,_eebae int ,_gece RasterOperator ){var (_ggbba bool ;_egfb bool ;_geed int ;_gbdd int ;_efcc int ;_dfb int ;_abea bool ;_ecae byte ;);_afffc :=8-(_dedb &7);_fbge :=_fdfd [_afffc ];_ccaa :=_afbd .BytesPerLine *_bffbc +(_dedb >>3); -if _bbef < _afffc {_ggbba =true ;_fbge &=_gbfg [8-_afffc +_bbef ];};if !_ggbba {_geed =(_bbef -_afffc )>>3;if _geed !=0{_egfb =true ;_gbdd =_ccaa +1;};};_efcc =(_dedb +_bbef )&7;if !(_ggbba ||_efcc ==0){_abea =true ;_ecae =_gbfg [_efcc ];_dfb =_ccaa +1+_geed ; -};var _bga ,_fafa int ;switch _gece {case PixClr :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],0x0,_fbge );_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ;_fafa ++{_afbd .Data [_gbdd +_fafa ]=0x0; -};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],0x0,_ecae );_dfb +=_afbd .BytesPerLine ;};};case PixSet :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],0xff,_fbge ); -_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ;_fafa ++{_afbd .Data [_gbdd +_fafa ]=0xff;};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],0xff,_ecae ); -_dfb +=_afbd .BytesPerLine ;};};case PixNotDst :for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_ccaa ]=_gfag (_afbd .Data [_ccaa ],^_afbd .Data [_ccaa ],_fbge );_ccaa +=_afbd .BytesPerLine ;};if _egfb {for _bga =0;_bga < _eebae ;_bga ++{for _fafa =0;_fafa < _geed ; -_fafa ++{_afbd .Data [_gbdd +_fafa ]=^(_afbd .Data [_gbdd +_fafa ]);};_gbdd +=_afbd .BytesPerLine ;};};if _abea {for _bga =0;_bga < _eebae ;_bga ++{_afbd .Data [_dfb ]=_gfag (_afbd .Data [_dfb ],^_afbd .Data [_dfb ],_ecae );_dfb +=_afbd .BytesPerLine ; -};};};};func (_fgb *Gray8 )SetGray (x ,y int ,g _b .Gray ){_gbgg :=y *_fgb .BytesPerLine +x ;if _gbgg > len (_fgb .Data )-1{return ;};_fgb .Data [_gbgg ]=g .Y ;};func ColorAtNRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .NRGBA ,error ){_ffdd :=y *width +x ; -_adcf :=3*_ffdd ;if _adcf +2>=len (data ){return _b .NRGBA {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_befe :=uint8 (0xff);if alpha !=nil &&len (alpha )> _ffdd {_befe =alpha [_ffdd ];};_bcae ,_bcbb ,_bgbb :=data [_adcf ],data [_adcf +1],data [_adcf +2];if len (decode )==6{_bcge :=LinearInterpolate (float64 (_bcae ),0,255.0,decode [0],decode [1]);_bbfg :=LinearInterpolate (float64 (_bcbb ),0,255.0,decode [2],decode [3]); -_ecdf :=LinearInterpolate (float64 (_bgbb ),0,255.0,decode [4],decode [5]);if _bcge <=1.0&&_bbfg <=1.0&&_ecdf <=1.0{_bcge *=255.0;_bbfg *=255.0;_ecdf *=255.0;};_bcae =uint8 (_bcge )&0xff;_bcbb =uint8 (_bbfg )&0xff;_bgbb =uint8 (_ecdf )&0xff;};return _b .NRGBA {R :_bcae ,G :_bcbb ,B :_bgbb ,A :_befe },nil ; -};func (_daef *NRGBA32 )Base ()*ImageBase {return &_daef .ImageBase };func (_fgcg *monochromeThresholdConverter )Convert (img _e .Image )(Image ,error ){if _ada ,_fgdb :=img .(*Monochrome );_fgdb {return _ada .Copy (),nil ;};_cfa :=img .Bounds ();_cfea ,_dba :=NewImage (_cfa .Max .X ,_cfa .Max .Y ,1,1,nil ,nil ,nil ); -if _dba !=nil {return nil ,_dba ;};_cfea .(*Monochrome ).ModelThreshold =_fgcg .Threshold ;for _dbe :=0;_dbe < _cfa .Max .X ;_dbe ++{for _ecd :=0;_ecd < _cfa .Max .Y ;_ecd ++{_fdda :=img .At (_dbe ,_ecd );_cfea .Set (_dbe ,_ecd ,_fdda );};};return _cfea ,nil ; -};func _cfd (_gge _b .NRGBA )_b .CMYK {_bcb ,_ceba ,_egfa ,_ :=_gge .RGBA ();_ddbf ,_ecgd ,_eed ,_aggfb :=_b .RGBToCMYK (uint8 (_bcb >>8),uint8 (_ceba >>8),uint8 (_egfa >>8));return _b .CMYK {C :_ddbf ,M :_ecgd ,Y :_eed ,K :_aggfb };};func (_deaf *RGBA32 )Base ()*ImageBase {return &_deaf .ImageBase }; -func (_egce *ImageBase )GetAlpha ()[]byte {return _egce .Alpha };func _geg (_bcgdd _b .NRGBA )_b .Gray {var _aab _b .NRGBA ;if _bcgdd ==_aab {return _b .Gray {Y :0xff};};_bcga ,_ccb ,_gdbb ,_ :=_bcgdd .RGBA ();_dbde :=(19595*_bcga +38470*_ccb +7471*_gdbb +1<<15)>>24; -return _b .Gray {Y :uint8 (_dbde )};};func (_gdbc *Gray2 )SetGray (x ,y int ,gray _b .Gray ){_dgdg :=_afdb (gray );_bbab :=y *_gdbc .BytesPerLine ;_ddbd :=_bbab +(x >>2);if _ddbd >=len (_gdbc .Data ){return ;};_ebgb :=_dgdg .Y >>6;_gdbc .Data [_ddbd ]=(_gdbc .Data [_ddbd ]&(^(0xc0>>uint (2*((x )&3)))))|(_ebgb <=len (_dabe .Data ){return ;};_bgd :=_b .CMYKModel .Convert (c ).(_b .CMYK );_dabe .Data [_fda ]=_bgd .C ; -_dabe .Data [_fda +1]=_bgd .M ;_dabe .Data [_fda +2]=_bgd .Y ;_dabe .Data [_fda +3]=_bgd .K ;};func (_ace *Gray4 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray4BPC (x ,y ,_ace .BytesPerLine ,_ace .Data ,_ace .Decode );};func _eeae (_ceb Gray ,_bdd CMYK ,_dcb _e .Rectangle ){for _eba :=0; -_eba < _dcb .Max .X ;_eba ++{for _bec :=0;_bec < _dcb .Max .Y ;_bec ++{_cdb :=_ceb .GrayAt (_eba ,_bec );_bdd .SetCMYK (_eba ,_bec ,_dgde (_cdb ));};};};func IsPowerOf2 (n uint )bool {return n > 0&&(n &(n -1))==0};func _fagc (_ageg ,_adcfa uint8 )uint8 {if _ageg < _adcfa {return 255; -};return 0;};func ConverterFunc (converterFunc func (_bee _e .Image )(Image ,error ))ColorConverter {return colorConverter {_aff :converterFunc };};func (_fbgg *RGBA32 )ColorModel ()_b .Model {return _b .NRGBAModel };func _cgfed (_eceb *Monochrome ,_fbga ,_ddgeg ,_eegd ,_gbadg int ,_daeg RasterOperator ,_gfff *Monochrome ,_cbda ,_ecdc int )error {var (_ddfg bool ; -_bdfa bool ;_cagg byte ;_acbc int ;_gega int ;_ccff int ;_ggaf int ;_deed bool ;_ceecg int ;_aecd int ;_bbgdd int ;_cbcf bool ;_adeef byte ;_gbbbg int ;_cagd int ;_egbf int ;_bebf byte ;_gbce int ;_ebbe int ;_aeab uint ;_eadb uint ;_geef byte ;_gcbe shift ; -_cgdgg bool ;_bcbg bool ;_edg ,_afbb int ;);if _cbda &7!=0{_ebbe =8-(_cbda &7);};if _fbga &7!=0{_gega =8-(_fbga &7);};if _ebbe ==0&&_gega ==0{_geef =_fdfd [0];}else {if _gega > _ebbe {_aeab =uint (_gega -_ebbe );}else {_aeab =uint (8-(_ebbe -_gega ));}; -_eadb =8-_aeab ;_geef =_fdfd [_aeab ];};if (_fbga &7)!=0{_ddfg =true ;_acbc =8-(_fbga &7);_cagg =_fdfd [_acbc ];_ccff =_eceb .BytesPerLine *_ddgeg +(_fbga >>3);_ggaf =_gfff .BytesPerLine *_ecdc +(_cbda >>3);_gbce =8-(_cbda &7);if _acbc > _gbce {_gcbe =_deda ; -if _eegd >=_ebbe {_cgdgg =true ;};}else {_gcbe =_gegb ;};};if _eegd < _acbc {_bdfa =true ;_cagg &=_gbfg [8-_acbc +_eegd ];};if !_bdfa {_ceecg =(_eegd -_acbc )>>3;if _ceecg !=0{_deed =true ;_aecd =_eceb .BytesPerLine *_ddgeg +((_fbga +_gega )>>3);_bbgdd =_gfff .BytesPerLine *_ecdc +((_cbda +_gega )>>3); -};};_gbbbg =(_fbga +_eegd )&7;if !(_bdfa ||_gbbbg ==0){_cbcf =true ;_adeef =_gbfg [_gbbbg ];_cagd =_eceb .BytesPerLine *_ddgeg +((_fbga +_gega )>>3)+_ceecg ;_egbf =_gfff .BytesPerLine *_ecdc +((_cbda +_gega )>>3)+_ceecg ;if _gbbbg > int (_eadb ){_bcbg =true ; -};};switch _daeg {case PixSrc :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf ,_cagg ); -_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf ; -};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf ,_adeef ); -_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrc :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ; -};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf ,_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef ); -_eceb .Data [_aecd +_afbb ]=^_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef ); -};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf ,_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcOrDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); -};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf |_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; -_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]|=_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ; -_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf |_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ; -};};case PixSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf &_eceb .Data [_ccff ],_cagg ); -_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]&=_bebf ; -};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf &_eceb .Data [_cagd ],_adeef ); -_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcXorDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );}; -}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf ^_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ; -_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]^=_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ; -if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf ^_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrcOrDst :if _ddfg {for _edg =0; -_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf |_eceb .Data [_ccff ],_cagg ); -_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]|=^_bebf ; -};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf |_eceb .Data [_cagd ],_adeef ); -_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); -};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^_bebf &_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; -_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]&=^_bebf ;};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ; -_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^_bebf &_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ; -};};case PixSrcOrNotDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf |^_eceb .Data [_ccff ],_cagg ); -_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf |^_eceb .Data [_aecd +_afbb ]; -};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf |^_eceb .Data [_cagd ],_adeef ); -_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixSrcAndNotDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); -};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],_bebf &^_eceb .Data [_ccff ],_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; -_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=_bebf &^_eceb .Data [_aecd +_afbb ];};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};}; -if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],_bebf &^_eceb .Data [_cagd ],_adeef );_cagd +=_eceb .BytesPerLine ; -_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcOrDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ; -};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf |_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef ); -_eceb .Data [_aecd +_afbb ]=^(_bebf |_eceb .Data [_aecd +_afbb ]);};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef ); -};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf |_eceb .Data [_cagd ]),_adeef );_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcAndDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ; -if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef );};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf &_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ; -};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0;_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=^(_bebf &_eceb .Data [_aecd +_afbb ]);}; -_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;};};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf &_eceb .Data [_cagd ]),_adeef ); -_cagd +=_eceb .BytesPerLine ;_egbf +=_gfff .BytesPerLine ;};};case PixNotPixSrcXorDst :if _ddfg {for _edg =0;_edg < _gbadg ;_edg ++{if _gcbe ==_deda {_bebf =_gfff .Data [_ggaf ]<<_aeab ;if _cgdgg {_bebf =_gfag (_bebf ,_gfff .Data [_ggaf +1]>>_eadb ,_geef ); -};}else {_bebf =_gfff .Data [_ggaf ]>>_eadb ;};_eceb .Data [_ccff ]=_gfag (_eceb .Data [_ccff ],^(_bebf ^_eceb .Data [_ccff ]),_cagg );_ccff +=_eceb .BytesPerLine ;_ggaf +=_gfff .BytesPerLine ;};};if _deed {for _edg =0;_edg < _gbadg ;_edg ++{for _afbb =0; -_afbb < _ceecg ;_afbb ++{_bebf =_gfag (_gfff .Data [_bbgdd +_afbb ]<<_aeab ,_gfff .Data [_bbgdd +_afbb +1]>>_eadb ,_geef );_eceb .Data [_aecd +_afbb ]=^(_bebf ^_eceb .Data [_aecd +_afbb ]);};_aecd +=_eceb .BytesPerLine ;_bbgdd +=_gfff .BytesPerLine ;}; -};if _cbcf {for _edg =0;_edg < _gbadg ;_edg ++{_bebf =_gfff .Data [_egbf ]<<_aeab ;if _bcbg {_bebf =_gfag (_bebf ,_gfff .Data [_egbf +1]>>_eadb ,_geef );};_eceb .Data [_cagd ]=_gfag (_eceb .Data [_cagd ],^(_bebf ^_eceb .Data [_cagd ]),_adeef );_cagd +=_eceb .BytesPerLine ; -_egbf +=_gfff .BytesPerLine ;};};default:_gf .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_daeg );return _fb .New ("\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); -};return nil ;};var _ Gray =&Gray8 {};func ColorAtGray2BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray ,error ){_ecge :=y *bytesPerLine +x >>2;if _ecge >=len (data ){return _b .Gray {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_gdfd :=data [_ecge ]>>uint (6-(x &3)*2)&3;if len (decode )==2{_gdfd =uint8 (uint32 (LinearInterpolate (float64 (_gdfd ),0,3.0,decode [0],decode [1]))&3);};return _b .Gray {Y :_gdfd *85},nil ;};func ColorAtRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_b .RGBA ,error ){_bbgg :=y *width +x ; -_aaeb :=3*_bbgg ;if _aaeb +2>=len (data ){return _b .RGBA {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_facfb :=uint8 (0xff);if alpha !=nil &&len (alpha )> _bbgg {_facfb =alpha [_bbgg ];};_abcg ,_bggg ,_fdbe :=data [_aaeb ],data [_aaeb +1],data [_aaeb +2];if len (decode )==6{_abcg =uint8 (uint32 (LinearInterpolate (float64 (_abcg ),0,255,decode [0],decode [1]))&0xff); -_bggg =uint8 (uint32 (LinearInterpolate (float64 (_bggg ),0,255,decode [2],decode [3]))&0xff);_fdbe =uint8 (uint32 (LinearInterpolate (float64 (_fdbe ),0,255,decode [4],decode [5]))&0xff);};return _b .RGBA {R :_abcg ,G :_bggg ,B :_fdbe ,A :_facfb },nil ; -};func _afee (_gadd NRGBA ,_bffb Gray ,_acfg _e .Rectangle ){for _daf :=0;_daf < _acfg .Max .X ;_daf ++{for _edba :=0;_edba < _acfg .Max .Y ;_edba ++{_daab :=_ffcd (_gadd .NRGBAAt (_daf ,_edba ));_bffb .SetGray (_daf ,_edba ,_daab );};};};func (_acdc *CMYK32 )At (x ,y int )_b .Color {_gdf ,_ :=_acdc .ColorAt (x ,y ); -return _gdf };func (_cdbb *NRGBA32 )Set (x ,y int ,c _b .Color ){_eggd :=y *_cdbb .Width +x ;_ddcdb :=3*_eggd ;if _ddcdb +2>=len (_cdbb .Data ){return ;};_aaa :=_b .NRGBAModel .Convert (c ).(_b .NRGBA );_cdbb .setRGBA (_eggd ,_aaa );};var (_agf =_fe (); -_deb =_bb ();_bf =_fdb (););func _aag (_cdgf *Monochrome ,_eca int ,_gbd []byte )(_fea *Monochrome ,_eef error ){const _feg ="\u0072\u0065d\u0075\u0063\u0065R\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079";if _cdgf ==nil {return nil ,_fb .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};if _eca < 1||_eca > 4{return nil ,_fb .New ("\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d");};if _cdgf .Height <=1{return nil ,_fb .New ("\u0073\u006f\u0075rc\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020m\u0075s\u0074 \u0062e\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027"); -};_fea =_ceg (_cdgf .Width /2,_cdgf .Height /2);if _gbd ==nil {_gbd =_fbcd ();};_facg :=_dbf (_cdgf .BytesPerLine ,2*_fea .BytesPerLine );switch _eca {case 1:_eef =_gbeg (_cdgf ,_fea ,_gbd ,_facg );case 2:_eef =_gcg (_cdgf ,_fea ,_gbd ,_facg );case 3:_eef =_bgee (_cdgf ,_fea ,_gbd ,_facg ); -case 4:_eef =_dce (_cdgf ,_fea ,_gbd ,_facg );};if _eef !=nil {return nil ,_eef ;};return _fea ,nil ;};func (_bbg *Monochrome )ReduceBinary (factor float64 )(*Monochrome ,error ){_gfc :=_fcbd (uint (factor ));if !IsPowerOf2 (uint (factor )){_gfc ++;};_edae :=make ([]int ,_gfc ); -for _egfad :=range _edae {_edae [_egfad ]=4;};_bcba ,_agdc :=_dfg (_bbg ,_edae ...);if _agdc !=nil {return nil ,_agdc ;};return _bcba ,nil ;};type monochromeThresholdConverter struct{Threshold uint8 ;};func _fbcd ()(_bff []byte ){_bff =make ([]byte ,256); -for _dfd :=0;_dfd < 256;_dfd ++{_agg :=byte (_dfd );_bff [_agg ]=(_agg &0x01)|((_agg &0x04)>>1)|((_agg &0x10)>>2)|((_agg &0x40)>>3)|((_agg &0x02)<<3)|((_agg &0x08)<<2)|((_agg &0x20)<<1)|(_agg &0x80);};return _bff ;};func (_aafg *Monochrome )Scale (scale float64 )(*Monochrome ,error ){var _adebf bool ; -_eefb :=scale ;if scale < 1{_eefb =1/scale ;_adebf =true ;};_bfbf :=NextPowerOf2 (uint (_eefb ));if InDelta (float64 (_bfbf ),_eefb ,0.001){if _adebf {return _aafg .ReduceBinary (_eefb );};return _aafg .ExpandBinary (int (_bfbf ));};_cda :=int (_c .RoundToEven (float64 (_aafg .Width )*scale )); -_cedd :=int (_c .RoundToEven (float64 (_aafg .Height )*scale ));return _aafg .ScaleLow (_cda ,_cedd );};type ColorConverter interface{Convert (_cffb _e .Image )(Image ,error );};func (_eae *Gray16 )SetGray (x ,y int ,g _b .Gray ){_efcfc :=(y *_eae .BytesPerLine /2+x )*2; -if _efcfc +1>=len (_eae .Data ){return ;};_eae .Data [_efcfc ]=g .Y ;_eae .Data [_efcfc +1]=g .Y ;};func _fe ()(_cdd [256]uint16 ){for _fed :=0;_fed < 256;_fed ++{if _fed &0x01!=0{_cdd [_fed ]|=0x3;};if _fed &0x02!=0{_cdd [_fed ]|=0xc;};if _fed &0x04!=0{_cdd [_fed ]|=0x30; -};if _fed &0x08!=0{_cdd [_fed ]|=0xc0;};if _fed &0x10!=0{_cdd [_fed ]|=0x300;};if _fed &0x20!=0{_cdd [_fed ]|=0xc00;};if _fed &0x40!=0{_cdd [_fed ]|=0x3000;};if _fed &0x80!=0{_cdd [_fed ]|=0xc000;};};return _cdd ;};var _ _e .Image =&Monochrome {};type SMasker interface{HasAlpha ()bool ; -GetAlpha ()[]byte ;MakeAlpha ();};func (_cedfe *NRGBA32 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cedfe .Width ,Y :_cedfe .Height }};};func _ggcb (_ccec Gray ,_gdbd NRGBA ,_edga _e .Rectangle ){for _fccf :=0;_fccf < _edga .Max .X ; -_fccf ++{for _eabb :=0;_eabb < _edga .Max .Y ;_eabb ++{_aeec :=_ccec .GrayAt (_fccf ,_eabb );_gdbd .SetNRGBA (_fccf ,_eabb ,_aga (_aeec ));};};};func (_fbd *Monochrome )clearBit (_adac ,_efcf int ){_fbd .Data [_adac ]&=^(0x80>>uint (_efcf &7))};func (_afb *Gray2 )Histogram ()(_bcdc [256]int ){for _cbc :=0; -_cbc < _afb .Width ;_cbc ++{for _dgfd :=0;_dgfd < _afb .Height ;_dgfd ++{_bcdc [_afb .GrayAt (_cbc ,_dgfd ).Y ]++;};};return _bcdc ;};func LinearInterpolate (x ,xmin ,xmax ,ymin ,ymax float64 )float64 {if _c .Abs (xmax -xmin )< 0.000001{return ymin ;}; -_eeded :=ymin +(x -xmin )*(ymax -ymin )/(xmax -xmin );return _eeded ;};func (_ccge *RGBA32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtRGBA32 (x ,y ,_ccge .Width ,_ccge .Data ,_ccge .Alpha ,_ccge .Decode );};func _gaec (_dgf Gray ,_fddc NRGBA ,_ddg _e .Rectangle ){for _becg :=0; -_becg < _ddg .Max .X ;_becg ++{for _gbdf :=0;_gbdf < _ddg .Max .Y ;_gbdf ++{_afc :=_geg (_fddc .NRGBAAt (_becg ,_gbdf ));_dgf .SetGray (_becg ,_gbdf ,_afc );};};};func (_fbe *Monochrome )setGrayBit (_aaef ,_cdbd int ){_fbe .Data [_aaef ]|=0x80>>uint (_cdbd &7)}; -func (_gbbccf *NRGBA64 )Copy ()Image {return &NRGBA64 {ImageBase :_gbbccf .copy ()}};func _adgda (_fdee _b .Color )_b .Color {_fceg :=_b .NRGBAModel .Convert (_fdee ).(_b .NRGBA );return _ccag (_fceg );};func _gbcb (_cdea _b .RGBA )_b .Gray {_daag :=(19595*uint32 (_cdea .R )+38470*uint32 (_cdea .G )+7471*uint32 (_cdea .B )+1<<7)>>16; -return _b .Gray {Y :uint8 (_daag )};};type RasterOperator int ;type Gray4 struct{ImageBase };func _abd (_cag ,_acee Gray ,_egc _e .Rectangle ){for _aggb :=0;_aggb < _egc .Max .X ;_aggb ++{for _bffae :=0;_bffae < _egc .Max .Y ;_bffae ++{_acee .SetGray (_aggb ,_bffae ,_cag .GrayAt (_aggb ,_bffae )); -};};};func (_cbbg *CMYK32 )Base ()*ImageBase {return &_cbbg .ImageBase };func _dabeg (_gagg CMYK ,_agee NRGBA ,_ceac _e .Rectangle ){for _ede :=0;_ede < _ceac .Max .X ;_ede ++{for _adeefb :=0;_adeefb < _ceac .Max .Y ;_adeefb ++{_adbc :=_gagg .CMYKAt (_ede ,_adeefb ); -_agee .SetNRGBA (_ede ,_adeefb ,_bdg (_adbc ));};};};var _ NRGBA =&NRGBA16 {};func (_aae monochromeModel )Convert (c _b .Color )_b .Color {_fcea :=_b .GrayModel .Convert (c ).(_b .Gray );return _fge (_fcea ,_aae );};const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa; -PixNotSrc RasterOperator =0x3;PixNotDst RasterOperator =0x5;PixClr RasterOperator =0x0;PixSet RasterOperator =0xf;PixSrcOrDst RasterOperator =0xe;PixSrcAndDst RasterOperator =0x8;PixSrcXorDst RasterOperator =0x6;PixNotSrcOrDst RasterOperator =0xb;PixNotSrcAndDst RasterOperator =0x2; -PixSrcOrNotDst RasterOperator =0xd;PixSrcAndNotDst RasterOperator =0x4;PixNotPixSrcOrDst RasterOperator =0x1;PixNotPixSrcAndDst RasterOperator =0x7;PixNotPixSrcXorDst RasterOperator =0x9;PixPaint =PixSrcOrDst ;PixSubtract =PixNotSrcAndDst ;PixMask =PixSrcAndDst ; -);func _faca (_agfg _b .NRGBA64 )_b .RGBA {_cdcd ,_bfgcb ,_feaf ,_gdbfb :=_agfg .RGBA ();return _b .RGBA {R :uint8 (_cdcd >>8),G :uint8 (_bfgcb >>8),B :uint8 (_feaf >>8),A :uint8 (_gdbfb >>8)};};func FromGoImage (i _e .Image )(Image ,error ){switch _ggbb :=i .(type ){case Image :return _ggbb .Copy (),nil ; -case Gray :return GrayConverter .Convert (i );case *_e .Gray16 :return Gray16Converter .Convert (i );case CMYK :return CMYKConverter .Convert (i );case *_e .NRGBA64 :return NRGBA64Converter .Convert (i );default:return NRGBAConverter .Convert (i );};}; -var ErrInvalidImage =_fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -func _gbaf (){for _aggd :=0;_aggd < 256;_aggd ++{_cgdg [_aggd ]=uint8 (_aggd &0x1)+(uint8 (_aggd >>1)&0x1)+(uint8 (_aggd >>2)&0x1)+(uint8 (_aggd >>3)&0x1)+(uint8 (_aggd >>4)&0x1)+(uint8 (_aggd >>5)&0x1)+(uint8 (_aggd >>6)&0x1)+(uint8 (_aggd >>7)&0x1);}; -};func _aga (_afgg _b .Gray )_b .NRGBA {return _b .NRGBA {R :_afgg .Y ,G :_afgg .Y ,B :_afgg .Y ,A :0xff}};func _gfgg (_caca ,_fgab NRGBA ,_debb _e .Rectangle ){for _ebce :=0;_ebce < _debb .Max .X ;_ebce ++{for _gfb :=0;_gfb < _debb .Max .Y ;_gfb ++{_fgab .SetNRGBA (_ebce ,_gfb ,_caca .NRGBAAt (_ebce ,_gfb )); -};};};func (_dbga *NRGBA32 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtNRGBA32 (x ,y ,_dbga .Width ,_dbga .Data ,_dbga .Alpha ,_dbga .Decode );};func _dbaa (_fcgeb _e .Image )(Image ,error ){if _eebd ,_fcae :=_fcgeb .(*NRGBA32 );_fcae {return _eebd .Copy (),nil ; -};_gcd ,_fdeg ,_eacdg :=_ecfef (_fcgeb ,1);_cfcf ,_gageg :=NewImage (_gcd .Max .X ,_gcd .Max .Y ,8,3,nil ,_eacdg ,nil );if _gageg !=nil {return nil ,_gageg ;};_badc (_fcgeb ,_cfcf ,_gcd );if len (_eacdg )!=0&&!_fdeg {if _ecfe :=_dceb (_eacdg ,_cfcf );_ecfe !=nil {return nil ,_ecfe ; -};};return _cfcf ,nil ;};func (_ffae *Gray4 )At (x ,y int )_b .Color {_gabf ,_ :=_ffae .ColorAt (x ,y );return _gabf };func (_dfc *Gray2 )Validate ()error {if len (_dfc .Data )!=_dfc .Height *_dfc .BytesPerLine {return ErrInvalidImage ;};return nil ;}; -func (_ddgb *ImageBase )MakeAlpha (){_ddgb .newAlpha ()};func (_gaecg *NRGBA32 )Validate ()error {if len (_gaecg .Data )!=3*_gaecg .Width *_gaecg .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func ColorAtCMYK (x ,y ,width int ,data []byte ,decode []float64 )(_b .CMYK ,error ){_cddb :=4*(y *width +x );if _cddb +3>=len (data ){return _b .CMYK {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};C :=data [_cddb ]&0xff;M :=data [_cddb +1]&0xff;Y :=data [_cddb +2]&0xff;K :=data [_cddb +3]&0xff;if len (decode )==8{C =uint8 (uint32 (LinearInterpolate (float64 (C ),0,255,decode [0],decode [1]))&0xff);M =uint8 (uint32 (LinearInterpolate (float64 (M ),0,255,decode [2],decode [3]))&0xff); -Y =uint8 (uint32 (LinearInterpolate (float64 (Y ),0,255,decode [4],decode [5]))&0xff);K =uint8 (uint32 (LinearInterpolate (float64 (K ),0,255,decode [6],decode [7]))&0xff);};return _b .CMYK {C :C ,M :M ,Y :Y ,K :K },nil ;};func (_agdg *NRGBA32 )At (x ,y int )_b .Color {_fecf ,_ :=_agdg .ColorAt (x ,y ); -return _fecf };func (_cba *Gray2 )Set (x ,y int ,c _b .Color ){if x >=_cba .Width ||y >=_cba .Height {return ;};_fga :=Gray2Model .Convert (c ).(_b .Gray );_fbcdg :=y *_cba .BytesPerLine ;_edb :=_fbcdg +(x >>2);_aea :=_fga .Y >>6;_cba .Data [_edb ]=(_cba .Data [_edb ]&(^(0xc0>>uint (2*((x )&3)))))|(_aea <>3)]|=0x80>>uint (_eaac &7)}; -func (_eaca *NRGBA64 )Validate ()error {if len (_eaca .Data )!=3*2*_eaca .Width *_eaca .Height {return _fb .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); -};return nil ;};func (_egdd *Gray2 )Copy ()Image {return &Gray2 {ImageBase :_egdd .copy ()}};var _ Image =&NRGBA32 {};func _abbb (_gdag _b .NRGBA64 )_b .Gray {var _ecc _b .NRGBA64 ;if _gdag ==_ecc {return _b .Gray {Y :0xff};};_gdca ,_bgc ,_aedg ,_ :=_gdag .RGBA (); -_agbg :=(19595*_gdca +38470*_bgc +7471*_aedg +1<<15)>>24;return _b .Gray {Y :uint8 (_agbg )};};func _dbf (_bdefa int ,_gffeb int )int {if _bdefa < _gffeb {return _bdefa ;};return _gffeb ;};var _ Gray =&Gray4 {};func (_fcbag *NRGBA16 )At (x ,y int )_b .Color {_gdfa ,_ :=_fcbag .ColorAt (x ,y ); -return _gdfa };func (_fffe *NRGBA64 )setNRGBA64 (_adag int ,_gabec _b .NRGBA64 ,_cfaf int ){_fffe .Data [_adag ]=uint8 (_gabec .R >>8);_fffe .Data [_adag +1]=uint8 (_gabec .R &0xff);_fffe .Data [_adag +2]=uint8 (_gabec .G >>8);_fffe .Data [_adag +3]=uint8 (_gabec .G &0xff); -_fffe .Data [_adag +4]=uint8 (_gabec .B >>8);_fffe .Data [_adag +5]=uint8 (_gabec .B &0xff);if _cfaf +1< len (_fffe .Alpha ){_fffe .Alpha [_cfaf ]=uint8 (_gabec .A >>8);_fffe .Alpha [_cfaf +1]=uint8 (_gabec .A &0xff);};};func (_cfdg *NRGBA64 )At (x ,y int )_b .Color {_ggage ,_ :=_cfdg .ColorAt (x ,y ); -return _ggage };func _bdgg (_fcgebg _e .Image ,_cbba Image ,_eecf _e .Rectangle ){if _ffadg ,_dace :=_fcgebg .(SMasker );_dace &&_ffadg .HasAlpha (){_cbba .(SMasker ).MakeAlpha ();};switch _acdd :=_fcgebg .(type ){case Gray :_egcea (_acdd ,_cbba .(RGBA ),_eecf ); -case NRGBA :_fbde (_acdd ,_cbba .(RGBA ),_eecf );case *_e .NYCbCrA :_bccb (_acdd ,_cbba .(RGBA ),_eecf );case CMYK :_abeac (_acdd ,_cbba .(RGBA ),_eecf );case RGBA :_fbbdd (_acdd ,_cbba .(RGBA ),_eecf );case nrgba64 :_dead (_acdd ,_cbba .(RGBA ),_eecf ); -default:_agc (_fcgebg ,_cbba ,_eecf );};};const (_deda shift =iota ;_gegb ;);type CMYK interface{CMYKAt (_adee ,_fgc int )_b .CMYK ;SetCMYK (_aggf ,_cbd int ,_bda _b .CMYK );};func (_gbb *CMYK32 )ColorModel ()_b .Model {return _b .CMYKModel };func AddDataPadding (width ,height ,bitsPerComponent ,colorComponents int ,data []byte )([]byte ,error ){_dcf :=BytesPerLine (width ,bitsPerComponent ,colorComponents ); -if _dcf ==width *colorComponents *bitsPerComponent /8{return data ,nil ;};_cafe :=width *colorComponents *bitsPerComponent ;_gbf :=_dcf *8;_fdef :=8-(_gbf -_cafe );_fccbc :=_d .NewReader (data );_feca :=_dcf -1;_cdff :=make ([]byte ,_feca );_aaee :=make ([]byte ,height *_dcf ); -_dcea :=_d .NewWriterMSB (_aaee );var _agcg uint64 ;var _eegb error ;for _fffd :=0;_fffd < height ;_fffd ++{_ ,_eegb =_fccbc .Read (_cdff );if _eegb !=nil {return nil ,_eegb ;};_ ,_eegb =_dcea .Write (_cdff );if _eegb !=nil {return nil ,_eegb ;};_agcg ,_eegb =_fccbc .ReadBits (byte (_fdef )); -if _eegb !=nil {return nil ,_eegb ;};_ ,_eegb =_dcea .WriteBits (_agcg ,_fdef );if _eegb !=nil {return nil ,_eegb ;};_dcea .FinishByte ();};return _aaee ,nil ;};func (_efg *Gray4 )Set (x ,y int ,c _b .Color ){if x >=_efg .Width ||y >=_efg .Height {return ; -};_bdfe :=Gray4Model .Convert (c ).(_b .Gray );_efg .setGray (x ,y ,_bdfe );};type monochromeModel uint8 ;func (_edbg *NRGBA32 )Copy ()Image {return &NRGBA32 {ImageBase :_edbg .copy ()}};func MonochromeThresholdConverter (threshold uint8 )ColorConverter {return &monochromeThresholdConverter {Threshold :threshold }; -};func _aefd (_ddbfb int ,_dedc int )error {return _ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",_ddbfb ,_dedc ); -};var _cgdg [256]uint8 ;func (_fddd *Gray16 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_fddd .Width ,Y :_fddd .Height }};};func (_efd *Gray8 )Validate ()error {if len (_efd .Data )!=_efd .Height *_efd .BytesPerLine {return ErrInvalidImage ; -};return nil ;};func (_aeae *NRGBA16 )Copy ()Image {return &NRGBA16 {ImageBase :_aeae .copy ()}};var _ _e .Image =&NRGBA32 {};func (_gdbff *NRGBA16 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_gdbff .Width ,Y :_gdbff .Height }};}; -func (_fadg *Monochrome )getBit (_ebbd ,_baec int )uint8 {return _fadg .Data [_ebbd +(_baec >>3)]>>uint (7-(_baec &7))&1;};func (_ffcc *Monochrome )Base ()*ImageBase {return &_ffcc .ImageBase };func (_gcgb *Gray4 )Validate ()error {if len (_gcgb .Data )!=_gcgb .Height *_gcgb .BytesPerLine {return ErrInvalidImage ; -};return nil ;};func (_cge *Gray2 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cge .Width ,Y :_cge .Height }};};func _abeac (_agfe CMYK ,_feafe RGBA ,_gcdg _e .Rectangle ){for _acce :=0;_acce < _gcdg .Max .X ;_acce ++{for _cabd :=0; -_cabd < _gcdg .Max .Y ;_cabd ++{_eefd :=_agfe .CMYKAt (_acce ,_cabd );_feafe .SetRGBA (_acce ,_cabd ,_dabc (_eefd ));};};};func _egcea (_cgac Gray ,_fcgg RGBA ,_bfcg _e .Rectangle ){for _edddb :=0;_edddb < _bfcg .Max .X ;_edddb ++{for _egfab :=0;_egfab < _bfcg .Max .Y ; -_egfab ++{_cbffa :=_cgac .GrayAt (_edddb ,_egfab );_fcgg .SetRGBA (_edddb ,_egfab ,_gaf (_cbffa ));};};};type Monochrome struct{ImageBase ;ModelThreshold uint8 ;};func _abda (_cddf _e .Image )(Image ,error ){if _dfaa ,_beca :=_cddf .(*RGBA32 );_beca {return _dfaa .Copy (),nil ; -};_gdea ,_ccbb ,_ccad :=_ecfef (_cddf ,1);_aceb :=&RGBA32 {ImageBase :NewImageBase (_gdea .Max .X ,_gdea .Max .Y ,8,3,nil ,_ccad ,nil )};_bdgg (_cddf ,_aceb ,_gdea );if len (_ccad )!=0&&!_ccbb {if _edbac :=_dceb (_ccad ,_aceb );_edbac !=nil {return nil ,_edbac ; -};};return _aceb ,nil ;};func _gaac (_gaba *_e .NYCbCrA ,_dfa NRGBA ,_cedab _e .Rectangle ){for _cffbdb :=0;_cffbdb < _cedab .Max .X ;_cffbdb ++{for _gdga :=0;_gdga < _cedab .Max .Y ;_gdga ++{_aabg :=_gaba .NYCbCrAAt (_cffbdb ,_gdga );_dfa .SetNRGBA (_cffbdb ,_gdga ,_agab (_aabg )); -};};};func ColorAtGray16BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_b .Gray16 ,error ){_cedf :=(y *bytesPerLine /2+x )*2;if _cedf +1>=len (data ){return _b .Gray16 {},_ec .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); -};_ceebc :=uint16 (data [_cedf ])<<8|uint16 (data [_cedf +1]);if len (decode )==2{_ceebc =uint16 (uint64 (LinearInterpolate (float64 (_ceebc ),0,65535,decode [0],decode [1])));};return _b .Gray16 {Y :_ceebc },nil ;};func _bgad (_gcfgd uint8 )bool {if _gcfgd ==0||_gcfgd ==255{return true ; -};return false ;};func _gb (_fa ,_cbb *Monochrome )(_dc error ){_ggf :=_cbb .BytesPerLine ;_ff :=_fa .BytesPerLine ;var (_dd byte ;_gca uint16 ;_dg ,_bce ,_ffc ,_fae ,_fd int ;);for _ffc =0;_ffc < _cbb .Height ;_ffc ++{_dg =_ffc *_ggf ;_bce =2*_ffc *_ff ; -for _fae =0;_fae < _ggf ;_fae ++{_dd =_cbb .Data [_dg +_fae ];_gca =_agf [_dd ];_fd =_bce +_fae *2;if _fa .BytesPerLine !=_cbb .BytesPerLine *2&&(_fae +1)*2> _fa .BytesPerLine {_dc =_fa .setByte (_fd ,byte (_gca >>8));}else {_dc =_fa .setTwoBytes (_fd ,_gca ); -};if _dc !=nil {return _dc ;};};for _fae =0;_fae < _ff ;_fae ++{_fd =_bce +_ff +_fae ;_dd =_fa .Data [_bce +_fae ];if _dc =_fa .setByte (_fd ,_dd );_dc !=nil {return _dc ;};};};return nil ;};type NRGBA32 struct{ImageBase };func _bbc (_bbgde _e .Image )(Image ,error ){if _eegdg ,_cgee :=_bbgde .(*NRGBA16 ); -_cgee {return _eegdg .Copy (),nil ;};_ggeg :=_bbgde .Bounds ();_aaff ,_feab :=NewImage (_ggeg .Max .X ,_ggeg .Max .Y ,4,3,nil ,nil ,nil );if _feab !=nil {return nil ,_feab ;};_badc (_bbgde ,_aaff ,_ggeg );return _aaff ,nil ;};func (_dgcc *NRGBA16 )Set (x ,y int ,c _b .Color ){_def :=y *_dgcc .BytesPerLine +x *3/2; -if _def +1>=len (_dgcc .Data ){return ;};_cbac :=NRGBA16Model .Convert (c ).(_b .NRGBA );_dgcc .setNRGBA (x ,y ,_def ,_cbac );};var _ Image =&Gray2 {};var _ _e .Image =&Gray4 {};func (_beacc *Monochrome )At (x ,y int )_b .Color {_ggg ,_ :=_beacc .ColorAt (x ,y ); -return _ggg };func _gdaa (_ggb ,_ffa CMYK ,_cce _e .Rectangle ){for _eafc :=0;_eafc < _cce .Max .X ;_eafc ++{for _bgdg :=0;_bgdg < _cce .Max .Y ;_bgdg ++{_ffa .SetCMYK (_eafc ,_bgdg ,_ggb .CMYKAt (_eafc ,_bgdg ));};};};func (_aede *ImageBase )setTwoBytes (_bcbeg int ,_becf uint16 )error {if _bcbeg +1> len (_aede .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_aede .Data [_bcbeg ]=byte ((_becf &0xff00)>>8);_aede .Data [_bcbeg +1]=byte (_becf &0xff);return nil ;};func _dff (_baeg *Monochrome ,_aadcb ,_fbef int ,_gaag ,_bceb int ,_beed RasterOperator ,_ecda *Monochrome ,_cafa ,_gbdg int )error {var _bcgf ,_affcf ,_fgfc ,_daee int ; -if _aadcb < 0{_cafa -=_aadcb ;_gaag +=_aadcb ;_aadcb =0;};if _cafa < 0{_aadcb -=_cafa ;_gaag +=_cafa ;_cafa =0;};_bcgf =_aadcb +_gaag -_baeg .Width ;if _bcgf > 0{_gaag -=_bcgf ;};_affcf =_cafa +_gaag -_ecda .Width ;if _affcf > 0{_gaag -=_affcf ;};if _fbef < 0{_gbdg -=_fbef ; -_bceb +=_fbef ;_fbef =0;};if _gbdg < 0{_fbef -=_gbdg ;_bceb +=_gbdg ;_gbdg =0;};_fgfc =_fbef +_bceb -_baeg .Height ;if _fgfc > 0{_bceb -=_fgfc ;};_daee =_gbdg +_bceb -_ecda .Height ;if _daee > 0{_bceb -=_daee ;};if _gaag <=0||_bceb <=0{return nil ;};var _cbge error ; -switch {case _aadcb &7==0&&_cafa &7==0:_cbge =_fefb (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg );case _aadcb &7==_cafa &7:_cbge =_gdge (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg );default:_cbge =_cgfed (_baeg ,_aadcb ,_fbef ,_gaag ,_bceb ,_beed ,_ecda ,_cafa ,_gbdg ); -};if _cbge !=nil {return _cbge ;};return nil ;};func (_gcgf *Monochrome )Validate ()error {if len (_gcgf .Data )!=_gcgf .Height *_gcgf .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_cdfe *NRGBA16 )NRGBAAt (x ,y int )_b .NRGBA {_aded ,_ :=ColorAtNRGBA16 (x ,y ,_cdfe .Width ,_cdfe .BytesPerLine ,_cdfe .Data ,_cdfe .Alpha ,_cdfe .Decode ); -return _aded ;};func _ceg (_efb ,_fbce int )*Monochrome {return &Monochrome {ImageBase :NewImageBase (_efb ,_fbce ,1,1,nil ,nil ,nil ),ModelThreshold :0x0f};};func (_adec *Gray8 )Copy ()Image {return &Gray8 {ImageBase :_adec .copy ()}};func (_facc *Monochrome )ColorModel ()_b .Model {return MonochromeModel (_facc .ModelThreshold )}; -func (_dbaca *RGBA32 )At (x ,y int )_b .Color {_edcg ,_ :=_dbaca .ColorAt (x ,y );return _edcg };func _ecfef (_ddbag _e .Image ,_edac int )(_e .Rectangle ,bool ,[]byte ){_fege :=_ddbag .Bounds ();var (_ebdeb bool ;_bfba []byte ;);switch _afda :=_ddbag .(type ){case SMasker :_ebdeb =_afda .HasAlpha (); -case NRGBA ,RGBA ,*_e .RGBA64 ,nrgba64 ,*_e .NYCbCrA :_bfba =make ([]byte ,_fege .Max .X *_fege .Max .Y *_edac );case *_e .Paletted :if !_afda .Opaque (){_bfba =make ([]byte ,_fege .Max .X *_fege .Max .Y *_edac );};};return _fege ,_ebdeb ,_bfba ;};func _gbad (_cgb _b .RGBA )_b .CMYK {_feb ,_cbff ,_adeb ,_fgd :=_b .RGBToCMYK (_cgb .R ,_cgb .G ,_cgb .B ); -return _b .CMYK {C :_feb ,M :_cbff ,Y :_adeb ,K :_fgd };};type ImageBase struct{Width ,Height int ;BitsPerComponent ,ColorComponents int ;Data ,Alpha []byte ;Decode []float64 ;BytesPerLine int ;};func (_egae *Gray4 )Base ()*ImageBase {return &_egae .ImageBase }; -func (_fcce *ImageBase )setFourBytes (_ffbf int ,_gdac uint32 )error {if _ffbf +3> len (_fcce .Data )-1{return _ec .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_ffbf ); -};_fcce .Data [_ffbf ]=byte ((_gdac &0xff000000)>>24);_fcce .Data [_ffbf +1]=byte ((_gdac &0xff0000)>>16);_fcce .Data [_ffbf +2]=byte ((_gdac &0xff00)>>8);_fcce .Data [_ffbf +3]=byte (_gdac &0xff);return nil ;};func _fbbdd (_bfaa ,_agbb RGBA ,_bcaf _e .Rectangle ){for _fgde :=0; -_fgde < _bcaf .Max .X ;_fgde ++{for _edfg :=0;_edfg < _bcaf .Max .Y ;_edfg ++{_agbb .SetRGBA (_fgde ,_edfg ,_bfaa .RGBAAt (_fgde ,_edfg ));};};};func _fbca (_gegda nrgba64 ,_bfe NRGBA ,_ecag _e .Rectangle ){for _bgefd :=0;_bgefd < _ecag .Max .X ;_bgefd ++{for _faef :=0; -_faef < _ecag .Max .Y ;_faef ++{_aecdc :=_gegda .NRGBA64At (_bgefd ,_faef );_bfe .SetNRGBA (_bgefd ,_faef ,_aeg (_aecdc ));};};};var _ Gray =&Monochrome {};func ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor int ,data ,alpha []byte ,decode []float64 )(_b .Color ,error ){switch bitsPerColor {case 4:return ColorAtNRGBA16 (x ,y ,width ,bytesPerLine ,data ,alpha ,decode ); -case 8:return ColorAtNRGBA32 (x ,y ,width ,data ,alpha ,decode );case 16:return ColorAtNRGBA64 (x ,y ,width ,data ,alpha ,decode );default:return nil ,_ec .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0067\u0062\u0020b\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0061\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); -};};type Gray8 struct{ImageBase };func (_egbc *Gray2 )At (x ,y int )_b .Color {_bffe ,_ :=_egbc .ColorAt (x ,y );return _bffe };var _ _e .Image =&RGBA32 {};func (_cbe *NRGBA64 )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_cbe .Width ,Y :_cbe .Height }}; -};var _ Image =&Gray4 {};type NRGBA interface{NRGBAAt (_ddef ,_cafeb int )_b .NRGBA ;SetNRGBA (_ebbf ,_aebe int ,_fbfc _b .NRGBA );};func (_agga *Gray2 )ColorAt (x ,y int )(_b .Color ,error ){return ColorAtGray2BPC (x ,y ,_agga .BytesPerLine ,_agga .Data ,_agga .Decode ); -};func (_gde *ImageBase )setByte (_aeb int ,_eedfb byte )error {if _aeb > len (_gde .Data )-1{return _fb .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_gde .Data [_aeb ]=_eedfb ;return nil ;};var _ _e .Image =&NRGBA64 {}; -func (_cbfg *Gray4 )SetGray (x ,y int ,g _b .Gray ){if x >=_cbfg .Width ||y >=_cbfg .Height {return ;};g =_cdag (g );_cbfg .setGray (x ,y ,g );};func (_adaa *Gray16 )Copy ()Image {return &Gray16 {ImageBase :_adaa .copy ()}};func (_bbdb *ImageBase )getByte (_feae int )(byte ,error ){if _feae > len (_bbdb .Data )-1||_feae < 0{return 0,_ec .Errorf ("\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",_feae ); -};return _bbdb .Data [_feae ],nil ;};func (_gcb *Monochrome )AddPadding ()(_bcdf error ){if _fbb :=((_gcb .Width *_gcb .Height )+7)>>3;len (_gcb .Data )< _fbb {return _ec .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (_gcb .Data ),_fbb ); -};_agd :=_gcb .Width %8;if _agd ==0{return nil ;};_acbe :=_gcb .Width /8;_bfa :=_d .NewReader (_gcb .Data );_adgdc :=make ([]byte ,_gcb .Height *_gcb .BytesPerLine );_bgfa :=_d .NewWriterMSB (_adgdc );_ccce :=make ([]byte ,_acbe );var (_dea int ;_gabb uint64 ; -);for _dea =0;_dea < _gcb .Height ;_dea ++{if _ ,_bcdf =_bfa .Read (_ccce );_bcdf !=nil {return _bcdf ;};if _ ,_bcdf =_bgfa .Write (_ccce );_bcdf !=nil {return _bcdf ;};if _gabb ,_bcdf =_bfa .ReadBits (byte (_agd ));_bcdf !=nil {return _bcdf ;};if _bcdf =_bgfa .WriteByte (byte (_gabb )<=len (_agea .Data ){return ; -};_agea .setNRGBA64 (_fgac ,c ,_bgce );};func NextPowerOf2 (n uint )uint {if IsPowerOf2 (n ){return n ;};return 1<<(_fcbd (n )+1);};func (_faac *Monochrome )ExpandBinary (factor int )(*Monochrome ,error ){if !IsPowerOf2 (uint (factor )){return nil ,_ec .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0065\u0078\u0070\u0061\u006e\u0064\u0020b\u0069n\u0061\u0072\u0079\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",factor ); -};return _cb (_faac ,factor );};func _aeg (_gcfg _b .NRGBA64 )_b .NRGBA {return _b .NRGBA {R :uint8 (_gcfg .R >>8),G :uint8 (_gcfg .G >>8),B :uint8 (_gcfg .B >>8),A :uint8 (_gcfg .A >>8)};};type shift int ;func (_ega *Monochrome )Bounds ()_e .Rectangle {return _e .Rectangle {Max :_e .Point {X :_ega .Width ,Y :_ega .Height }}; -};func _ggcf (_facgb _e .Image )(Image ,error ){if _gcag ,_gbde :=_facgb .(*Gray4 );_gbde {return _gcag .Copy (),nil ;};_bbfc :=_facgb .Bounds ();_gbgd ,_dcbe :=NewImage (_bbfc .Max .X ,_bbfc .Max .Y ,4,1,nil ,nil ,nil );if _dcbe !=nil {return nil ,_dcbe ; -};_eafa (_facgb ,_gbgd ,_bbfc );return _gbgd ,nil ;};func (_bcfb *Gray8 )Histogram ()(_fdad [256]int ){for _afdf :=0;_afdf < len (_bcfb .Data );_afdf ++{_fdad [_bcfb .Data [_afdf ]]++;};return _fdad ;};func _fgda (_dcfb *_e .Gray ,_adgga uint8 )*_e .Gray {_bagf :=_dcfb .Bounds (); -_bceg :=_e .NewGray (_bagf );for _bcfe :=0;_bcfe < _bagf .Dx ();_bcfe ++{for _gaca :=0;_gaca < _bagf .Dy ();_gaca ++{_cdgfd :=_dcfb .GrayAt (_bcfe ,_gaca );_bceg .SetGray (_bcfe ,_gaca ,_b .Gray {Y :_fagc (_cdgfd .Y ,_adgga )});};};return _bceg ;};func _fee (_cgdaf _b .NRGBA )_b .RGBA {_ddea ,_gebd ,_affc ,_ebg :=_cgdaf .RGBA (); -return _b .RGBA {R :uint8 (_ddea >>8),G :uint8 (_gebd >>8),B :uint8 (_affc >>8),A :uint8 (_ebg >>8)};};func (_fec *Monochrome )Copy ()Image {return &Monochrome {ImageBase :_fec .ImageBase .copy (),ModelThreshold :_fec .ModelThreshold };};func _gage (_cbgc ,_dgdc int ,_dab []byte )*Monochrome {_dac :=_ceg (_cbgc ,_dgdc ); -_dac .Data =_dab ;return _dac ;};func (_ageb *Gray2 )Base ()*ImageBase {return &_ageb .ImageBase };func ImgToBinary (i _e .Image ,threshold uint8 )*_e .Gray {switch _aefgg :=i .(type ){case *_e .Gray :if _aagcb (_aefgg ){return _aefgg ;};return _fgda (_aefgg ,threshold ); -case *_e .Gray16 :return _ceef (_aefgg ,threshold );default:return _eadg (_aefgg ,threshold );};};var _ Image =&Gray8 {};func (_eaab *NRGBA16 )SetNRGBA (x ,y int ,c _b .NRGBA ){_cegbd :=y *_eaab .BytesPerLine +x *3/2;if _cegbd +1>=len (_eaab .Data ){return ; -};c =_ccag (c );_eaab .setNRGBA (x ,y ,_cegbd ,c );};type nrgba64 interface{NRGBA64At (_ffba ,_cccbf int )_b .NRGBA64 ;SetNRGBA64 (_abf ,_bfdg int ,_gccaf _b .NRGBA64 );};func _dabc (_bgb _b .CMYK )_b .RGBA {_dfgf ,_ccdg ,_adbe :=_b .CMYKToRGB (_bgb .C ,_bgb .M ,_bgb .Y ,_bgb .K ); -return _b .RGBA {R :_dfgf ,G :_ccdg ,B :_adbe ,A :0xff};};func (_edc *ImageBase )copy ()ImageBase {_eab :=*_edc ;_eab .Data =make ([]byte ,len (_edc .Data ));copy (_eab .Data ,_edc .Data );return _eab ;};func _fdb ()(_gfe [256]uint64 ){for _acff :=0;_acff < 256; -_acff ++{if _acff &0x01!=0{_gfe [_acff ]|=0xff;};if _acff &0x02!=0{_gfe [_acff ]|=0xff00;};if _acff &0x04!=0{_gfe [_acff ]|=0xff0000;};if _acff &0x08!=0{_gfe [_acff ]|=0xff000000;};if _acff &0x10!=0{_gfe [_acff ]|=0xff00000000;};if _acff &0x20!=0{_gfe [_acff ]|=0xff0000000000; -};if _acff &0x40!=0{_gfe [_acff ]|=0xff000000000000;};if _acff &0x80!=0{_gfe [_acff ]|=0xff00000000000000;};};return _gfe ;};type Image interface{_g .Image ;Base ()*ImageBase ;Copy ()Image ;Pix ()[]byte ;ColorAt (_aedga ,_fgcge int )(_b .Color ,error ); -Validate ()error ;};func _gbdc (_cccb _e .Image )(Image ,error ){if _cebf ,_gffd :=_cccb .(*Gray8 );_gffd {return _cebf .Copy (),nil ;};_ecf :=_cccb .Bounds ();_egdg ,_abce :=NewImage (_ecf .Max .X ,_ecf .Max .Y ,8,1,nil ,nil ,nil );if _abce !=nil {return nil ,_abce ; -};_eafa (_cccb ,_egdg ,_ecf );return _egdg ,nil ;};type Gray16 struct{ImageBase };func _agc (_afgd _e .Image ,_afa Image ,_deg _e .Rectangle ){for _baf :=0;_baf < _deg .Max .X ;_baf ++{for _aac :=0;_aac < _deg .Max .Y ;_aac ++{_fdff :=_afgd .At (_baf ,_aac ); -_afa .Set (_baf ,_aac ,_fdff );};};};func (_bcgba *Gray2 )GrayAt (x ,y int )_b .Gray {_fcba ,_ :=ColorAtGray2BPC (x ,y ,_bcgba .BytesPerLine ,_bcgba .Data ,_bcgba .Decode );return _fcba ;};var _ Image =&Gray16 {};type colorConverter struct{_aff func (_adeea _e .Image )(Image ,error ); -};func _eeb (_cdac _e .Image )(Image ,error ){if _fccb ,_cebg :=_cdac .(*Gray2 );_cebg {return _fccb .Copy (),nil ;};_cgeg :=_cdac .Bounds ();_aba ,_fbgb :=NewImage (_cgeg .Max .X ,_cgeg .Max .Y ,2,1,nil ,nil ,nil );if _fbgb !=nil {return nil ,_fbgb ;}; -_eafa (_cdac ,_aba ,_cgeg );return _aba ,nil ;};func (_bfdc *Monochrome )copy ()*Monochrome {_fbgc :=_ceg (_bfdc .Width ,_bfdc .Height );_fbgc .ModelThreshold =_bfdc .ModelThreshold ;_fbgc .Data =make ([]byte ,len (_bfdc .Data ));copy (_fbgc .Data ,_bfdc .Data ); -if len (_bfdc .Decode )!=0{_fbgc .Decode =make ([]float64 ,len (_bfdc .Decode ));copy (_fbgc .Decode ,_bfdc .Decode );};if len (_bfdc .Alpha )!=0{_fbgc .Alpha =make ([]byte ,len (_bfdc .Alpha ));copy (_fbgc .Alpha ,_bfdc .Alpha );};return _fbgc ;};func _eedf (_gbbb _b .Color )_b .Color {_ccbe :=_b .GrayModel .Convert (_gbbb ).(_b .Gray ); -return _afdb (_ccbe );};type Gray interface{GrayAt (_fgdf ,_ccc int )_b .Gray ;SetGray (_aefa ,_afeb int ,_cdfg _b .Gray );}; \ No newline at end of file +package imageutil ;import (_g "encoding/binary";_f "errors";_b "fmt";_ab "github.com/unidoc/unipdf/v3/common";_fgd "github.com/unidoc/unipdf/v3/internal/bitwise";_fg "image";_fd "image/color";_a "image/draw";_d "math";);func (_ebb *NRGBA32 )SetNRGBA (x ,y int ,c _fd .NRGBA ){_eccde :=y *_ebb .Width +x ; +_deeg :=3*_eccde ;if _deeg +2>=len (_ebb .Data ){return ;};_ebb .setRGBA (_eccde ,c );};func _fgfa (_ccf ,_aga CMYK ,_fdc _fg .Rectangle ){for _add :=0;_add < _fdc .Max .X ;_add ++{for _ecg :=0;_ecg < _fdc .Max .Y ;_ecg ++{_aga .SetCMYK (_add ,_ecg ,_ccf .CMYKAt (_add ,_ecg )); +};};};func _fcfe (_gbega uint8 )bool {if _gbega ==0||_gbega ==255{return true ;};return false ;};func (_eeebe *ImageBase )copy ()ImageBase {_dfgd :=*_eeebe ;_dfgd .Data =make ([]byte ,len (_eeebe .Data ));copy (_dfgd .Data ,_eeebe .Data );return _dfgd ; +};func (_fgcf *RGBA32 )ColorModel ()_fd .Model {return _fd .NRGBAModel };func ColorAtNRGBA64 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_fd .NRGBA64 ,error ){_baee :=(y *width +x )*2;_abaf :=_baee *3;if _abaf +5>=len (data ){return _fd .NRGBA64 {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};const _faddfd =0xffff;_aabe :=uint16 (_faddfd );if alpha !=nil &&len (alpha )> _baee +1{_aabe =uint16 (alpha [_baee ])<<8|uint16 (alpha [_baee +1]);};_fdadf :=uint16 (data [_abaf ])<<8|uint16 (data [_abaf +1]);_afga :=uint16 (data [_abaf +2])<<8|uint16 (data [_abaf +3]); +_ceaf :=uint16 (data [_abaf +4])<<8|uint16 (data [_abaf +5]);if len (decode )==6{_fdadf =uint16 (uint64 (LinearInterpolate (float64 (_fdadf ),0,65535,decode [0],decode [1]))&_faddfd );_afga =uint16 (uint64 (LinearInterpolate (float64 (_afga ),0,65535,decode [2],decode [3]))&_faddfd ); +_ceaf =uint16 (uint64 (LinearInterpolate (float64 (_ceaf ),0,65535,decode [4],decode [5]))&_faddfd );};return _fd .NRGBA64 {R :_fdadf ,G :_afga ,B :_ceaf ,A :_aabe },nil ;};func _ebff (_ffe _fg .Image )(Image ,error ){if _gfeg ,_gfca :=_ffe .(*Gray2 ); +_gfca {return _gfeg .Copy (),nil ;};_fbfc :=_ffe .Bounds ();_defe ,_eecb :=NewImage (_fbfc .Max .X ,_fbfc .Max .Y ,2,1,nil ,nil ,nil );if _eecb !=nil {return nil ,_eecb ;};_efef (_ffe ,_defe ,_fbfc );return _defe ,nil ;};func (_fcfd *Gray4 )ColorModel ()_fd .Model {return Gray4Model }; +func (_cddga *NRGBA16 )Copy ()Image {return &NRGBA16 {ImageBase :_cddga .copy ()}};func _dbabd (_aced _fg .Image ,_cgeg Image ,_bdgg _fg .Rectangle ){if _gbff ,_fbce :=_aced .(SMasker );_fbce &&_gbff .HasAlpha (){_cgeg .(SMasker ).MakeAlpha ();};switch _bgbf :=_aced .(type ){case Gray :_cgbfe (_bgbf ,_cgeg .(NRGBA ),_bdgg ); +case NRGBA :_gdbe (_bgbf ,_cgeg .(NRGBA ),_bdgg );case *_fg .NYCbCrA :_eddb (_bgbf ,_cgeg .(NRGBA ),_bdgg );case CMYK :_agafe (_bgbf ,_cgeg .(NRGBA ),_bdgg );case RGBA :_gdcc (_bgbf ,_cgeg .(NRGBA ),_bdgg );case nrgba64 :_agcaa (_bgbf ,_cgeg .(NRGBA ),_bdgg ); +default:_ebga (_aced ,_cgeg ,_bdgg );};};func BytesPerLine (width ,bitsPerComponent ,colorComponents int )int {return ((width *bitsPerComponent )*colorComponents +7)>>3;};func (_bbef *Gray4 )Set (x ,y int ,c _fd .Color ){if x >=_bbef .Width ||y >=_bbef .Height {return ; +};_bffg :=Gray4Model .Convert (c ).(_fd .Gray );_bbef .setGray (x ,y ,_bffg );};func (_ddfd *Monochrome )getBitAt (_ffd ,_fabc int )bool {_gfe :=_fabc *_ddfd .BytesPerLine +(_ffd >>3);_eadb :=_ffd &0x07;_agf :=uint (7-_eadb );if _gfe > len (_ddfd .Data )-1{return false ; +};if (_ddfd .Data [_gfe ]>>_agf )&0x01>=1{return true ;};return false ;};func (_fdcc *Gray4 )Copy ()Image {return &Gray4 {ImageBase :_fdcc .copy ()}};func _bdca (_acf _fg .Image )(Image ,error ){if _egcbf ,_ddad :=_acf .(*Gray4 );_ddad {return _egcbf .Copy (),nil ; +};_cgcc :=_acf .Bounds ();_gdca ,_cegg :=NewImage (_cgcc .Max .X ,_cgcc .Max .Y ,4,1,nil ,nil ,nil );if _cegg !=nil {return nil ,_cegg ;};_efef (_acf ,_gdca ,_cgcc );return _gdca ,nil ;};func _afee (_feb _fd .NRGBA64 )_fd .Gray {var _abc _fd .NRGBA64 ; +if _feb ==_abc {return _fd .Gray {Y :0xff};};_gdc ,_eeeb ,_efdd ,_ :=_feb .RGBA ();_ddcc :=(19595*_gdc +38470*_eeeb +7471*_efdd +1<<15)>>24;return _fd .Gray {Y :uint8 (_ddcc )};};func (_agga *Monochrome )GrayAt (x ,y int )_fd .Gray {_cbgb ,_ :=ColorAtGray1BPC (x ,y ,_agga .BytesPerLine ,_agga .Data ,_agga .Decode ); +return _cbgb ;};func (_ceab *Gray2 )ColorModel ()_fd .Model {return Gray2Model };func (_acfc *RGBA32 )RGBAAt (x ,y int )_fd .RGBA {_dbd ,_ :=ColorAtRGBA32 (x ,y ,_acfc .Width ,_acfc .Data ,_acfc .Alpha ,_acfc .Decode );return _dbd ;};func (_cbge *monochromeThresholdConverter )Convert (img _fg .Image )(Image ,error ){if _ggbg ,_dgd :=img .(*Monochrome ); +_dgd {return _ggbg .Copy (),nil ;};_fdgb :=img .Bounds ();_eccf ,_dedge :=NewImage (_fdgb .Max .X ,_fdgb .Max .Y ,1,1,nil ,nil ,nil );if _dedge !=nil {return nil ,_dedge ;};_eccf .(*Monochrome ).ModelThreshold =_cbge .Threshold ;for _dde :=0;_dde < _fdgb .Max .X ; +_dde ++{for _eefc :=0;_eefc < _fdgb .Max .Y ;_eefc ++{_fgdd :=img .At (_dde ,_eefc );_eccf .Set (_dde ,_eefc ,_fgdd );};};return _eccf ,nil ;};func GetConverter (bitsPerComponent ,colorComponents int )(ColorConverter ,error ){switch colorComponents {case 1:switch bitsPerComponent {case 1:return MonochromeConverter ,nil ; +case 2:return Gray2Converter ,nil ;case 4:return Gray4Converter ,nil ;case 8:return GrayConverter ,nil ;case 16:return Gray16Converter ,nil ;};case 3:switch bitsPerComponent {case 4:return NRGBA16Converter ,nil ;case 8:return NRGBAConverter ,nil ;case 16:return NRGBA64Converter ,nil ; +};case 4:return CMYKConverter ,nil ;};return nil ,_b .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0043o\u006e\u0076\u0065\u0072\u0074\u0065\u0072\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072\u0073\u002e\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u003a\u0020\u0025\u0064\u002c\u0020\u0043\u006f\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u003a \u0025\u0064",bitsPerComponent ,colorComponents ); +};func _cddd (_ggda _fg .Image )(Image ,error ){if _efca ,_fafg :=_ggda .(*NRGBA64 );_fafg {return _efca .Copy (),nil ;};_begb ,_debda ,_gdgb :=_dbbb (_ggda ,2);_egcdb ,_dgbe :=NewImage (_begb .Max .X ,_begb .Max .Y ,16,3,nil ,_gdgb ,nil );if _dgbe !=nil {return nil ,_dgbe ; +};_acgg (_ggda ,_egcdb ,_begb );if len (_gdgb )!=0&&!_debda {if _abbce :=_ebgb (_gdgb ,_egcdb );_abbce !=nil {return nil ,_abbce ;};};return _egcdb ,nil ;};func (_cabfc *ImageBase )setEightPartlyBytes (_bce ,_cce int ,_cgcba uint64 )(_cgaag error ){var (_dcb byte ; +_aafd int ;);for _dgcb :=1;_dgcb <=_cce ;_dgcb ++{_aafd =64-_dgcb *8;_dcb =byte (_cgcba >>uint (_aafd )&0xff);if _cgaag =_cabfc .setByte (_bce +_dgcb -1,_dcb );_cgaag !=nil {return _cgaag ;};};_acg :=_cabfc .BytesPerLine *8-_cabfc .Width ;if _acg ==0{return nil ; +};_aafd -=8;_dcb =byte (_cgcba >>uint (_aafd )&0xff)<>3)]|=0x80>>uint (_bfad &7)};func (_fgc *CMYK32 )Validate ()error {if len (_fgc .Data )!=4*_fgc .Width *_fgc .Height {return _f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func _egdf (_ggba _fg .Image )(Image ,error ){if _dgdg ,_bged :=_ggba .(*Gray8 );_bged {return _dgdg .Copy (),nil ;};_affc :=_ggba .Bounds ();_gdcg ,_aage :=NewImage (_affc .Max .X ,_affc .Max .Y ,8,1,nil ,nil ,nil );if _aage !=nil {return nil ,_aage ; +};_efef (_ggba ,_gdcg ,_affc );return _gdcg ,nil ;};func _acef (_adg int )[]uint {var _dedg []uint ;_bf :=_adg ;_ee :=_bf /8;if _ee !=0{for _dfg :=0;_dfg < _ee ;_dfg ++{_dedg =append (_dedg ,8);};_ea :=_bf %8;_bf =0;if _ea !=0{_bf =_ea ;};};_aeeg :=_bf /4; +if _aeeg !=0{for _bfd :=0;_bfd < _aeeg ;_bfd ++{_dedg =append (_dedg ,4);};_bcd :=_bf %4;_bf =0;if _bcd !=0{_bf =_bcd ;};};_dea :=_bf /2;if _dea !=0{for _eef :=0;_eef < _dea ;_eef ++{_dedg =append (_dedg ,2);};};return _dedg ;};func (_baga *Gray4 )Histogram ()(_bbcc [256]int ){for _efeg :=0; +_efeg < _baga .Width ;_efeg ++{for _cbaf :=0;_cbaf < _baga .Height ;_cbaf ++{_bbcc [_baga .GrayAt (_efeg ,_cbaf ).Y ]++;};};return _bbcc ;};var _ Image =&Monochrome {};func _fbgb ()(_dcfd []byte ){_dcfd =make ([]byte ,256);for _cgdc :=0;_cgdc < 256;_cgdc ++{_cgc :=byte (_cgdc ); +_dcfd [_cgc ]=(_cgc &0x01)|((_cgc &0x04)>>1)|((_cgc &0x10)>>2)|((_cgc &0x40)>>3)|((_cgc &0x02)<<3)|((_cgc &0x08)<<2)|((_cgc &0x20)<<1)|(_cgc &0x80);};return _dcfd ;};func _eddb (_acbc *_fg .NYCbCrA ,_cbag NRGBA ,_agdfa _fg .Rectangle ){for _ffba :=0;_ffba < _agdfa .Max .X ; +_ffba ++{for _edfa :=0;_edfa < _agdfa .Max .Y ;_edfa ++{_dded :=_acbc .NYCbCrAAt (_ffba ,_edfa );_cbag .SetNRGBA (_ffba ,_edfa ,_fbf (_dded ));};};};func (_fade *Monochrome )AddPadding ()(_cccb error ){if _gbd :=((_fade .Width *_fade .Height )+7)>>3;len (_fade .Data )< _gbd {return _b .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (_fade .Data ),_gbd ); +};_deca :=_fade .Width %8;if _deca ==0{return nil ;};_cgcb :=_fade .Width /8;_dfeg :=_fgd .NewReader (_fade .Data );_aag :=make ([]byte ,_fade .Height *_fade .BytesPerLine );_bfb :=_fgd .NewWriterMSB (_aag );_becf :=make ([]byte ,_cgcb );var (_bbd int ; +_fbec uint64 ;);for _bbd =0;_bbd < _fade .Height ;_bbd ++{if _ ,_cccb =_dfeg .Read (_becf );_cccb !=nil {return _cccb ;};if _ ,_cccb =_bfb .Write (_becf );_cccb !=nil {return _cccb ;};if _fbec ,_cccb =_dfeg .ReadBits (byte (_deca ));_cccb !=nil {return _cccb ; +};if _cccb =_bfb .WriteByte (byte (_fbec )<=len (_gadb .Data ){return ;};c =_dgdf (c );_gadb .setNRGBA (x ,y ,_bbcg ,c );};func (_degg *Monochrome )At (x ,y int )_fd .Color {_ddbf ,_ :=_degg .ColorAt (x ,y );return _ddbf };var _ Image =&CMYK32 {};type Gray16 struct{ImageBase };func (_bbeg *Gray16 )Validate ()error {if len (_bbeg .Data )!=_bbeg .Height *_bbeg .BytesPerLine {return ErrInvalidImage ; +};return nil ;};func (_cec monochromeModel )Convert (c _fd .Color )_fd .Color {_bbgc :=_fd .GrayModel .Convert (c ).(_fd .Gray );return _aea (_bbgc ,_cec );};func (_eebf *Gray16 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtGray16BPC (x ,y ,_eebf .BytesPerLine ,_eebf .Data ,_eebf .Decode ); +};func _ffdf (_eccg uint )uint {var _bafb uint ;for _eccg !=0{_eccg >>=1;_bafb ++;};return _bafb -1;};func (_ceea *Gray8 )GrayAt (x ,y int )_fd .Gray {_dfcfc ,_ :=ColorAtGray8BPC (x ,y ,_ceea .BytesPerLine ,_ceea .Data ,_ceea .Decode );return _dfcfc ;}; +func _ddgc (_dfef _fg .Image )(Image ,error ){if _cbe ,_cfag :=_dfef .(*Gray16 );_cfag {return _cbe .Copy (),nil ;};_dcga :=_dfef .Bounds ();_ecccf ,_gbfb :=NewImage (_dcga .Max .X ,_dcga .Max .Y ,16,1,nil ,nil ,nil );if _gbfb !=nil {return nil ,_gbfb ; +};_efef (_dfef ,_ecccf ,_dcga );return _ecccf ,nil ;};func ConverterFunc (converterFunc func (_ccc _fg .Image )(Image ,error ))ColorConverter {return colorConverter {_dcd :converterFunc };};func (_dgfg *NRGBA64 )SetNRGBA64 (x ,y int ,c _fd .NRGBA64 ){_ddegf :=(y *_dgfg .Width +x )*2; +_ebefd :=_ddegf *3;if _ebefd +5>=len (_dgfg .Data ){return ;};_dgfg .setNRGBA64 (_ebefd ,c ,_ddegf );};func (_gefb *NRGBA16 )Set (x ,y int ,c _fd .Color ){_fadda :=y *_gefb .BytesPerLine +x *3/2;if _fadda +1>=len (_gefb .Data ){return ;};_fgff :=NRGBA16Model .Convert (c ).(_fd .NRGBA ); +_gefb .setNRGBA (x ,y ,_fadda ,_fgff );};func (_aafb *Monochrome )Validate ()error {if len (_aafb .Data )!=_aafb .Height *_aafb .BytesPerLine {return ErrInvalidImage ;};return nil ;};func _afeb (_gbdb _fg .Image )(Image ,error ){if _fegcd ,_dfbee :=_gbdb .(*RGBA32 ); +_dfbee {return _fegcd .Copy (),nil ;};_ccafd ,_gfac ,_efgb :=_dbbb (_gbdb ,1);_abac :=&RGBA32 {ImageBase :NewImageBase (_ccafd .Max .X ,_ccafd .Max .Y ,8,3,nil ,_efgb ,nil )};_bdggd (_gbdb ,_abac ,_ccafd );if len (_efgb )!=0&&!_gfac {if _bgff :=_ebgb (_efgb ,_abac ); +_bgff !=nil {return nil ,_bgff ;};};return _abac ,nil ;};func (_ffaff *Gray4 )Validate ()error {if len (_ffaff .Data )!=_ffaff .Height *_ffaff .BytesPerLine {return ErrInvalidImage ;};return nil ;};var _ _fg .Image =&NRGBA16 {};func (_gggb *Gray2 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtGray2BPC (x ,y ,_gggb .BytesPerLine ,_gggb .Data ,_gggb .Decode ); +};func _fbga (_gbeb int ,_feba int )error {return _b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",_gbeb ,_feba ); +};func (_gecg *ImageBase )newAlpha (){_egcde :=BytesPerLine (_gecg .Width ,_gecg .BitsPerComponent ,1);_gecg .Alpha =make ([]byte ,_gecg .Height *_egcde );};func (_fadd *Gray4 )At (x ,y int )_fd .Color {_ecdb ,_ :=_fadd .ColorAt (x ,y );return _ecdb }; +func (_gba *Monochrome )getBit (_dbfa ,_dfed int )uint8 {return _gba .Data [_dbfa +(_dfed >>3)]>>uint (7-(_dfed &7))&1;};func init (){_acfe ()};func _feg (_dbgf _fd .CMYK )_fd .RGBA {_fdad ,_cbda ,_gcfb :=_fd .CMYKToRGB (_dbgf .C ,_dbgf .M ,_dbgf .Y ,_dbgf .K ); +return _fd .RGBA {R :_fdad ,G :_cbda ,B :_gcfb ,A :0xff};};func _bee (_gf ,_gbf *Monochrome ,_dba []byte ,_bdbe int )(_ddc error ){var (_bfac ,_efcb ,_dacc ,_bff ,_adc ,_gecc ,_aca ,_gef int ;_eag ,_cbd uint32 ;_ced ,_fgg byte ;_degf uint16 ;);_cgf :=make ([]byte ,4); +_eff :=make ([]byte ,4);for _dacc =0;_dacc < _gf .Height -1;_dacc ,_bff =_dacc +2,_bff +1{_bfac =_dacc *_gf .BytesPerLine ;_efcb =_bff *_gbf .BytesPerLine ;for _adc ,_gecc =0,0;_adc < _bdbe ;_adc ,_gecc =_adc +4,_gecc +1{for _aca =0;_aca < 4;_aca ++{_gef =_bfac +_adc +_aca ; +if _gef <=len (_gf .Data )-1&&_gef < _bfac +_gf .BytesPerLine {_cgf [_aca ]=_gf .Data [_gef ];}else {_cgf [_aca ]=0x00;};_gef =_bfac +_gf .BytesPerLine +_adc +_aca ;if _gef <=len (_gf .Data )-1&&_gef < _bfac +(2*_gf .BytesPerLine ){_eff [_aca ]=_gf .Data [_gef ]; +}else {_eff [_aca ]=0x00;};};_eag =_g .BigEndian .Uint32 (_cgf );_cbd =_g .BigEndian .Uint32 (_eff );_cbd |=_eag ;_cbd |=_cbd <<1;_cbd &=0xaaaaaaaa;_eag =_cbd |(_cbd <<7);_ced =byte (_eag >>24);_fgg =byte ((_eag >>8)&0xff);_gef =_efcb +_gecc ;if _gef +1==len (_gbf .Data )-1||_gef +1>=_efcb +_gbf .BytesPerLine {_gbf .Data [_gef ]=_dba [_ced ]; +}else {_degf =(uint16 (_dba [_ced ])<<8)|uint16 (_dba [_fgg ]);if _ddc =_gbf .setTwoBytes (_gef ,_degf );_ddc !=nil {return _b .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gef ); +};_gecc ++;};};};return nil ;};func (_eded *RGBA32 )SetRGBA (x ,y int ,c _fd .RGBA ){_fbega :=y *_eded .Width +x ;_cfde :=3*_fbega ;if _cfde +2>=len (_eded .Data ){return ;};_eded .setRGBA (_fbega ,c );};func _bfgf (_fgec CMYK ,_ffac Gray ,_bcfg _fg .Rectangle ){for _fdag :=0; +_fdag < _bcfg .Max .X ;_fdag ++{for _fbbd :=0;_fbbd < _bcfg .Max .Y ;_fbbd ++{_feed :=_fbgg (_fgec .CMYKAt (_fdag ,_fbbd ));_ffac .SetGray (_fdag ,_fbbd ,_feed );};};};func (_ddfe *NRGBA64 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtNRGBA64 (x ,y ,_ddfe .Width ,_ddfe .Data ,_ddfe .Alpha ,_ddfe .Decode ); +};var _ Image =&Gray4 {};func (_ddcf *Gray16 )ColorModel ()_fd .Model {return _fd .Gray16Model };func (_gdee *RGBA32 )Base ()*ImageBase {return &_gdee .ImageBase };func _efbf (_afg NRGBA ,_begd CMYK ,_begg _fg .Rectangle ){for _fgfad :=0;_fgfad < _begg .Max .X ; +_fgfad ++{for _aec :=0;_aec < _begg .Max .Y ;_aec ++{_bfag :=_afg .NRGBAAt (_fgfad ,_aec );_begd .SetCMYK (_fgfad ,_aec ,_edag (_bfag ));};};};type Histogramer interface{Histogram ()[256]int ;};func ColorAtNRGBA (x ,y ,width ,bytesPerLine ,bitsPerColor int ,data ,alpha []byte ,decode []float64 )(_fd .Color ,error ){switch bitsPerColor {case 4:return ColorAtNRGBA16 (x ,y ,width ,bytesPerLine ,data ,alpha ,decode ); +case 8:return ColorAtNRGBA32 (x ,y ,width ,data ,alpha ,decode );case 16:return ColorAtNRGBA64 (x ,y ,width ,data ,alpha ,decode );default:return nil ,_b .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064 \u0072\u0067\u0062\u0020b\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0061\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); +};};func (_cfda *Gray8 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtGray8BPC (x ,y ,_cfda .BytesPerLine ,_cfda .Data ,_cfda .Decode );};func (_ccbg *Gray4 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_ccbg .Width ,Y :_ccbg .Height }}; +};func _ce (_aae ,_efb int )*Monochrome {return &Monochrome {ImageBase :NewImageBase (_aae ,_efb ,1,1,nil ,nil ,nil ),ModelThreshold :0x0f};};func _beca (_dace _fd .NRGBA )_fd .Gray {var _afeg _fd .NRGBA ;if _dace ==_afeg {return _fd .Gray {Y :0xff};}; +_bfgb ,_cddg ,_affg ,_ :=_dace .RGBA ();_fffc :=(19595*_bfgb +38470*_cddg +7471*_affg +1<<15)>>24;return _fd .Gray {Y :uint8 (_fffc )};};func (_ecdbd *Gray8 )Set (x ,y int ,c _fd .Color ){_cad :=y *_ecdbd .BytesPerLine +x ;if _cad > len (_ecdbd .Data )-1{return ; +};_bege :=_fd .GrayModel .Convert (c );_ecdbd .Data [_cad ]=_bege .(_fd .Gray ).Y ;};func (_gaa *CMYK32 )Base ()*ImageBase {return &_gaa .ImageBase };func IsPowerOf2 (n uint )bool {return n > 0&&(n &(n -1))==0};func (_gag *ImageBase )setFourBytes (_bbea int ,_eecg uint32 )error {if _bbea +3> len (_gag .Data )-1{return _b .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_bbea ); +};_gag .Data [_bbea ]=byte ((_eecg &0xff000000)>>24);_gag .Data [_bbea +1]=byte ((_eecg &0xff0000)>>16);_gag .Data [_bbea +2]=byte ((_eecg &0xff00)>>8);_gag .Data [_bbea +3]=byte (_eecg &0xff);return nil ;};func _cbfd (_affb *Monochrome ,_bgbc ,_ffdb ,_deeb ,_dafd int ,_baba RasterOperator ,_dgfa *Monochrome ,_cbdb ,_effa int )error {var (_eagfg bool ; +_efbb bool ;_eeff byte ;_bcab int ;_eea int ;_bbfb int ;_ccadd int ;_fbeg bool ;_ggaed int ;_cegf int ;_gbaf int ;_cfee bool ;_bgdb byte ;_dbab int ;_fece int ;_fdf int ;_agdd byte ;_abbg int ;_gfed int ;_ece uint ;_gfea uint ;_bbdf byte ;_cecf shift ; +_bgc bool ;_fbfd bool ;_cegd ,_ccca int ;);if _cbdb &7!=0{_gfed =8-(_cbdb &7);};if _bgbc &7!=0{_eea =8-(_bgbc &7);};if _gfed ==0&&_eea ==0{_bbdf =_gaee [0];}else {if _eea > _gfed {_ece =uint (_eea -_gfed );}else {_ece =uint (8-(_gfed -_eea ));};_gfea =8-_ece ; +_bbdf =_gaee [_ece ];};if (_bgbc &7)!=0{_eagfg =true ;_bcab =8-(_bgbc &7);_eeff =_gaee [_bcab ];_bbfb =_affb .BytesPerLine *_ffdb +(_bgbc >>3);_ccadd =_dgfa .BytesPerLine *_effa +(_cbdb >>3);_abbg =8-(_cbdb &7);if _bcab > _abbg {_cecf =_ggaedb ;if _deeb >=_gfed {_bgc =true ; +};}else {_cecf =_ggfe ;};};if _deeb < _bcab {_efbb =true ;_eeff &=_fgbf [8-_bcab +_deeb ];};if !_efbb {_ggaed =(_deeb -_bcab )>>3;if _ggaed !=0{_fbeg =true ;_cegf =_affb .BytesPerLine *_ffdb +((_bgbc +_eea )>>3);_gbaf =_dgfa .BytesPerLine *_effa +((_cbdb +_eea )>>3); +};};_dbab =(_bgbc +_deeb )&7;if !(_efbb ||_dbab ==0){_cfee =true ;_bgdb =_fgbf [_dbab ];_fece =_affb .BytesPerLine *_ffdb +((_bgbc +_eea )>>3)+_ggaed ;_fdf =_dgfa .BytesPerLine *_effa +((_cbdb +_eea )>>3)+_ggaed ;if _dbab > int (_gfea ){_fbfd =true ;}; +};switch _baba {case PixSrc :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd ,_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=_agdd ; +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd ,_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixNotSrc :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );}; +}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^_agdd ,_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf ); +_affb .Data [_cegf +_ccca ]=^_agdd ;};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );}; +_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^_agdd ,_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixSrcOrDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf ); +};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd |_affb .Data [_bbfb ],_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0; +_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]|=_agdd ;};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ; +_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd |_affb .Data [_fece ],_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ; +};};case PixSrcAndDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd &_affb .Data [_bbfb ],_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]&=_agdd ; +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd &_affb .Data [_fece ],_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixSrcXorDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf ); +};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd ^_affb .Data [_bbfb ],_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0; +_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]^=_agdd ;};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ; +_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd ^_affb .Data [_fece ],_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ; +};};case PixNotSrcOrDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^_agdd |_affb .Data [_bbfb ],_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]|=^_agdd ; +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^_agdd |_affb .Data [_fece ],_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixNotSrcAndDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf ); +};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^_agdd &_affb .Data [_bbfb ],_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0; +_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]&=^_agdd ;};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ; +_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^_agdd &_affb .Data [_fece ],_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ; +};};case PixSrcOrNotDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd |^_affb .Data [_bbfb ],_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=_agdd |^_affb .Data [_cegf +_ccca ]; +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd |^_affb .Data [_fece ],_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixSrcAndNotDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf ); +};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],_agdd &^_affb .Data [_bbfb ],_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0; +_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=_agdd &^_affb .Data [_cegf +_ccca ];};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0; +_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],_agdd &^_affb .Data [_fece ],_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ; +};};case PixNotPixSrcOrDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^(_agdd |_affb .Data [_bbfb ]),_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=^(_agdd |_affb .Data [_cegf +_ccca ]); +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^(_agdd |_affb .Data [_fece ]),_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};case PixNotPixSrcAndDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf ); +};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^(_agdd &_affb .Data [_bbfb ]),_eeff );_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0; +_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=^(_agdd &_affb .Data [_cegf +_ccca ]);};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0; +_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^(_agdd &_affb .Data [_fece ]),_bgdb );_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ; +};};case PixNotPixSrcXorDst :if _eagfg {for _cegd =0;_cegd < _dafd ;_cegd ++{if _cecf ==_ggaedb {_agdd =_dgfa .Data [_ccadd ]<<_ece ;if _bgc {_agdd =_cgdd (_agdd ,_dgfa .Data [_ccadd +1]>>_gfea ,_bbdf );};}else {_agdd =_dgfa .Data [_ccadd ]>>_gfea ;};_affb .Data [_bbfb ]=_cgdd (_affb .Data [_bbfb ],^(_agdd ^_affb .Data [_bbfb ]),_eeff ); +_bbfb +=_affb .BytesPerLine ;_ccadd +=_dgfa .BytesPerLine ;};};if _fbeg {for _cegd =0;_cegd < _dafd ;_cegd ++{for _ccca =0;_ccca < _ggaed ;_ccca ++{_agdd =_cgdd (_dgfa .Data [_gbaf +_ccca ]<<_ece ,_dgfa .Data [_gbaf +_ccca +1]>>_gfea ,_bbdf );_affb .Data [_cegf +_ccca ]=^(_agdd ^_affb .Data [_cegf +_ccca ]); +};_cegf +=_affb .BytesPerLine ;_gbaf +=_dgfa .BytesPerLine ;};};if _cfee {for _cegd =0;_cegd < _dafd ;_cegd ++{_agdd =_dgfa .Data [_fdf ]<<_ece ;if _fbfd {_agdd =_cgdd (_agdd ,_dgfa .Data [_fdf +1]>>_gfea ,_bbdf );};_affb .Data [_fece ]=_cgdd (_affb .Data [_fece ],^(_agdd ^_affb .Data [_fece ]),_bgdb ); +_fece +=_affb .BytesPerLine ;_fdf +=_dgfa .BytesPerLine ;};};default:_ab .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_baba ); +return _f .New ("\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064");};return nil ;};func RasterOperation (dest *Monochrome ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Monochrome ,sx ,sy int )error {return _fega (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy ); +};func ColorAtGray1BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_fd .Gray ,error ){_dcde :=y *bytesPerLine +x >>3;if _dcde >=len (data ){return _fd .Gray {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_dae :=data [_dcde ]>>uint (7-(x &7))&1;if len (decode )==2{_dae =uint8 (LinearInterpolate (float64 (_dae ),0.0,1.0,decode [0],decode [1]))&1;};return _fd .Gray {Y :_dae *255},nil ;};func _bfeg (_egd _fg .Image )(Image ,error ){if _cgfa ,_cge :=_egd .(*CMYK32 ); +_cge {return _cgfa .Copy (),nil ;};_eda :=_egd .Bounds ();_dcg ,_dga :=NewImage (_eda .Max .X ,_eda .Max .Y ,8,4,nil ,nil ,nil );if _dga !=nil {return nil ,_dga ;};switch _dccb :=_egd .(type ){case CMYK :_fgfa (_dccb ,_dcg .(CMYK ),_eda );case Gray :_fee (_dccb ,_dcg .(CMYK ),_eda ); +case NRGBA :_efbf (_dccb ,_dcg .(CMYK ),_eda );case RGBA :_cac (_dccb ,_dcg .(CMYK ),_eda );default:_ebga (_egd ,_dcg ,_eda );};return _dcg ,nil ;};func _eccfd (_dede *Monochrome ,_acefc ,_gfcf ,_afedc ,_ecdbdg int ,_dgde RasterOperator ){if _acefc < 0{_afedc +=_acefc ; +_acefc =0;};_ddbae :=_acefc +_afedc -_dede .Width ;if _ddbae > 0{_afedc -=_ddbae ;};if _gfcf < 0{_ecdbdg +=_gfcf ;_gfcf =0;};_afca :=_gfcf +_ecdbdg -_dede .Height ;if _afca > 0{_ecdbdg -=_afca ;};if _afedc <=0||_ecdbdg <=0{return ;};if (_acefc &7)==0{_dbfc (_dede ,_acefc ,_gfcf ,_afedc ,_ecdbdg ,_dgde ); +}else {_cbbf (_dede ,_acefc ,_gfcf ,_afedc ,_ecdbdg ,_dgde );};};var (Gray2Model =_fd .ModelFunc (_egf );Gray4Model =_fd .ModelFunc (_fbfg );NRGBA16Model =_fd .ModelFunc (_bedg ););func (_gcge *Monochrome )ScaleLow (width ,height int )(*Monochrome ,error ){if width < 0||height < 0{return nil ,_f .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0077\u0069\u0064t\u0068\u0020\u0061\u006e\u0064\u0020\u0068e\u0069\u0067\u0068\u0074"); +};_fadg :=_ce (width ,height );_becc :=make ([]int ,height );_bga :=make ([]int ,width );_gff :=float64 (_gcge .Width )/float64 (width );_cfd :=float64 (_gcge .Height )/float64 (height );for _gbfc :=0;_gbfc < height ;_gbfc ++{_becc [_gbfc ]=int (_d .Min (_cfd *float64 (_gbfc )+0.5,float64 (_gcge .Height -1))); +};for _dcfc :=0;_dcfc < width ;_dcfc ++{_bga [_dcfc ]=int (_d .Min (_gff *float64 (_dcfc )+0.5,float64 (_gcge .Width -1)));};_faa :=-1;_ggae :=byte (0);for _bdf :=0;_bdf < height ;_bdf ++{_gcc :=_becc [_bdf ]*_gcge .BytesPerLine ;_dbfe :=_bdf *_fadg .BytesPerLine ; +for _ggdcg :=0;_ggdcg < width ;_ggdcg ++{_bdfe :=_bga [_ggdcg ];if _bdfe !=_faa {_ggae =_gcge .getBit (_gcc ,_bdfe );if _ggae !=0{_fadg .setBit (_dbfe ,_ggdcg );};_faa =_bdfe ;}else {if _ggae !=0{_fadg .setBit (_dbfe ,_ggdcg );};};};};return _fadg ,nil ; +};func _adfa (_fffe _fg .Image )(Image ,error ){if _fcfg ,_ccfg :=_fffe .(*NRGBA16 );_ccfg {return _fcfg .Copy (),nil ;};_fcfb :=_fffe .Bounds ();_fbad ,_cffc :=NewImage (_fcfb .Max .X ,_fcfb .Max .Y ,4,3,nil ,nil ,nil );if _cffc !=nil {return nil ,_cffc ; +};_dbabd (_fffe ,_fbad ,_fcfb );return _fbad ,nil ;};var _ Gray =&Gray8 {};func (_fdadc *Gray2 )Validate ()error {if len (_fdadc .Data )!=_fdadc .Height *_fdadc .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_ddcg *CMYK32 )ColorModel ()_fd .Model {return _fd .CMYKModel }; +var _ _fg .Image =&Gray16 {};func FromGoImage (i _fg .Image )(Image ,error ){switch _cbfg :=i .(type ){case Image :return _cbfg .Copy (),nil ;case Gray :return GrayConverter .Convert (i );case *_fg .Gray16 :return Gray16Converter .Convert (i );case CMYK :return CMYKConverter .Convert (i ); +case *_fg .NRGBA64 :return NRGBA64Converter .Convert (i );default:return NRGBAConverter .Convert (i );};};func _ddbc (_fce _fd .Gray )_fd .NRGBA {return _fd .NRGBA {R :_fce .Y ,G :_fce .Y ,B :_fce .Y ,A :0xff}};func _bdggd (_cbggb _fg .Image ,_gcgfg Image ,_ecff _fg .Rectangle ){if _egec ,_aadc :=_cbggb .(SMasker ); +_aadc &&_egec .HasAlpha (){_gcgfg .(SMasker ).MakeAlpha ();};switch _cgbb :=_cbggb .(type ){case Gray :_aecea (_cgbb ,_gcgfg .(RGBA ),_ecff );case NRGBA :_dgdcc (_cgbb ,_gcgfg .(RGBA ),_ecff );case *_fg .NYCbCrA :_bgeee (_cgbb ,_gcgfg .(RGBA ),_ecff ); +case CMYK :_ceff (_cgbb ,_gcgfg .(RGBA ),_ecff );case RGBA :_acedg (_cgbb ,_gcgfg .(RGBA ),_ecff );case nrgba64 :_bbegb (_cgbb ,_gcgfg .(RGBA ),_ecff );default:_ebga (_cbggb ,_gcgfg ,_ecff );};};func _gdbe (_dbgb ,_bceaa NRGBA ,_egcce _fg .Rectangle ){for _egac :=0; +_egac < _egcce .Max .X ;_egac ++{for _aeeff :=0;_aeeff < _egcce .Max .Y ;_aeeff ++{_bceaa .SetNRGBA (_egac ,_aeeff ,_dbgb .NRGBAAt (_egac ,_aeeff ));};};};func AutoThresholdTriangle (histogram [256]int )uint8 {var _agab ,_affa ,_ccgaa ,_fcb int ;for _beag :=0; +_beag < len (histogram );_beag ++{if histogram [_beag ]> 0{_agab =_beag ;break ;};};if _agab > 0{_agab --;};for _dece :=255;_dece > 0;_dece --{if histogram [_dece ]> 0{_fcb =_dece ;break ;};};if _fcb < 255{_fcb ++;};for _bdgf :=0;_bdgf < 256;_bdgf ++{if histogram [_bdgf ]> _affa {_ccgaa =_bdgf ; +_affa =histogram [_bdgf ];};};var _dfgce bool ;if (_ccgaa -_agab )< (_fcb -_ccgaa ){_dfgce =true ;var _baac int ;_gbbdg :=255;for _baac < _gbbdg {_cedf :=histogram [_baac ];histogram [_baac ]=histogram [_gbbdg ];histogram [_gbbdg ]=_cedf ;_baac ++;_gbbdg --; +};_agab =255-_fcb ;_ccgaa =255-_ccgaa ;};if _agab ==_ccgaa {return uint8 (_agab );};_acee :=float64 (histogram [_ccgaa ]);_egadf :=float64 (_agab -_ccgaa );_gffb :=_d .Sqrt (_acee *_acee +_egadf *_egadf );_acee /=_gffb ;_egadf /=_gffb ;_gffb =_acee *float64 (_agab )+_egadf *float64 (histogram [_agab ]); +_gbce :=_agab ;var _bgae float64 ;for _efcdc :=_agab +1;_efcdc <=_ccgaa ;_efcdc ++{_ddedg :=_acee *float64 (_efcdc )+_egadf *float64 (histogram [_efcdc ])-_gffb ;if _ddedg > _bgae {_gbce =_efcdc ;_bgae =_ddedg ;};};_gbce --;if _dfgce {var _bfde int ;_fcac :=255; +for _bfde < _fcac {_gbdg :=histogram [_bfde ];histogram [_bfde ]=histogram [_fcac ];histogram [_fcac ]=_gbdg ;_bfde ++;_fcac --;};return uint8 (255-_gbce );};return uint8 (_gbce );};var _ _fg .Image =&NRGBA64 {};func _afc (_fefe RGBA ,_fec Gray ,_cddcg _fg .Rectangle ){for _aaaf :=0; +_aaaf < _cddcg .Max .X ;_aaaf ++{for _ffga :=0;_ffga < _cddcg .Max .Y ;_ffga ++{_fea :=_cefb (_fefe .RGBAAt (_aaaf ,_ffga ));_fec .SetGray (_aaaf ,_ffga ,_fea );};};};func (_gbcc *NRGBA64 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_gbcc .Width ,Y :_gbcc .Height }}; +};func _cbf (_dab _fg .Image )(Image ,error ){if _dfc ,_eage :=_dab .(*Monochrome );_eage {return _dfc ,nil ;};_ceg :=_dab .Bounds ();var _bcb Gray ;switch _dda :=_dab .(type ){case Gray :_bcb =_dda ;case NRGBA :_bcb =&Gray8 {ImageBase :NewImageBase (_ceg .Max .X ,_ceg .Max .Y ,8,1,nil ,nil ,nil )}; +_eaa (_bcb ,_dda ,_ceg );case nrgba64 :_bcb =&Gray8 {ImageBase :NewImageBase (_ceg .Max .X ,_ceg .Max .Y ,8,1,nil ,nil ,nil )};_bfeb (_bcb ,_dda ,_ceg );default:_ecgf ,_eade :=GrayConverter .Convert (_dab );if _eade !=nil {return nil ,_eade ;};_bcb =_ecgf .(Gray ); +};_agca ,_bbee :=NewImage (_ceg .Max .X ,_ceg .Max .Y ,1,1,nil ,nil ,nil );if _bbee !=nil {return nil ,_bbee ;};_bbgb :=_agca .(*Monochrome );_ccb :=AutoThresholdTriangle (GrayHistogram (_bcb ));for _ecge :=0;_ecge < _ceg .Max .X ;_ecge ++{for _egdg :=0; +_egdg < _ceg .Max .Y ;_egdg ++{_bed :=_aea (_bcb .GrayAt (_ecge ,_egdg ),monochromeModel (_ccb ));_bbgb .SetGray (_ecge ,_egdg ,_bed );};};return _agca ,nil ;};func ColorAtGrayscale (x ,y ,bitsPerColor ,bytesPerLine int ,data []byte ,decode []float64 )(_fd .Color ,error ){switch bitsPerColor {case 1:return ColorAtGray1BPC (x ,y ,bytesPerLine ,data ,decode ); +case 2:return ColorAtGray2BPC (x ,y ,bytesPerLine ,data ,decode );case 4:return ColorAtGray4BPC (x ,y ,bytesPerLine ,data ,decode );case 8:return ColorAtGray8BPC (x ,y ,bytesPerLine ,data ,decode );case 16:return ColorAtGray16BPC (x ,y ,bytesPerLine ,data ,decode ); +default:return nil ,_b .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0067\u0072\u0061\u0079\u0020\u0073c\u0061\u006c\u0065\u0020\u0062\u0069\u0074s\u0020\u0070\u0065\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020a\u006d\u006f\u0075\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",bitsPerColor ); +};};func (_edf *Gray8 )Base ()*ImageBase {return &_edf .ImageBase };func _ebga (_ddg _fg .Image ,_ebc Image ,_dad _fg .Rectangle ){for _agad :=0;_agad < _dad .Max .X ;_agad ++{for _aab :=0;_aab < _dad .Max .Y ;_aab ++{_cae :=_ddg .At (_agad ,_aab );_ebc .Set (_agad ,_aab ,_cae ); +};};};func _cdb (_efc ,_fa *Monochrome )(_ac error ){_fff :=_fa .BytesPerLine ;_ca :=_efc .BytesPerLine ;_fbd :=_fa .BytesPerLine *4-_efc .BytesPerLine ;var (_ec ,_cdg byte ;_ffg uint32 ;_ged ,_cg ,_fda ,_gcf ,_deg ,_cga ,_dcc int ;);for _fda =0;_fda < _fa .Height ; +_fda ++{_ged =_fda *_fff ;_cg =4*_fda *_ca ;for _gcf =0;_gcf < _fff ;_gcf ++{_ec =_fa .Data [_ged +_gcf ];_ffg =_caf [_ec ];_cga =_cg +_gcf *4;if _fbd !=0&&(_gcf +1)*4> _efc .BytesPerLine {for _deg =_fbd ;_deg > 0;_deg --{_cdg =byte ((_ffg >>uint (_deg *8))&0xff); +_dcc =_cga +(_fbd -_deg );if _ac =_efc .setByte (_dcc ,_cdg );_ac !=nil {return _ac ;};};}else if _ac =_efc .setFourBytes (_cga ,_ffg );_ac !=nil {return _ac ;};if _ac =_efc .setFourBytes (_cg +_gcf *4,_caf [_fa .Data [_ged +_gcf ]]);_ac !=nil {return _ac ; +};};for _deg =1;_deg < 4;_deg ++{for _gcf =0;_gcf < _ca ;_gcf ++{if _ac =_efc .setByte (_cg +_deg *_ca +_gcf ,_efc .Data [_cg +_gcf ]);_ac !=nil {return _ac ;};};};};return nil ;};var _ Gray =&Gray2 {};func (_feaf *NRGBA64 )ColorModel ()_fd .Model {return _fd .NRGBA64Model }; +func (_acbb *NRGBA32 )Validate ()error {if len (_acbb .Data )!=3*_acbb .Width *_acbb .Height {return _f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};var _ Image =&Gray2 {};func _bfeb (_fbdg Gray ,_fcda nrgba64 ,_dfcf _fg .Rectangle ){for _cega :=0;_cega < _dfcf .Max .X ;_cega ++{for _ggb :=0;_ggb < _dfcf .Max .Y ;_ggb ++{_edb :=_afee (_fcda .NRGBA64At (_cega ,_ggb ));_fbdg .SetGray (_cega ,_ggb ,_edb ); +};};};type RGBA interface{RGBAAt (_ggbab ,_bebd int )_fd .RGBA ;SetRGBA (_dedad ,_cgcg int ,_fede _fd .RGBA );};func (_eadg *Monochrome )copy ()*Monochrome {_daad :=_ce (_eadg .Width ,_eadg .Height );_daad .ModelThreshold =_eadg .ModelThreshold ;_daad .Data =make ([]byte ,len (_eadg .Data )); +copy (_daad .Data ,_eadg .Data );if len (_eadg .Decode )!=0{_daad .Decode =make ([]float64 ,len (_eadg .Decode ));copy (_daad .Decode ,_eadg .Decode );};if len (_eadg .Alpha )!=0{_daad .Alpha =make ([]byte ,len (_eadg .Alpha ));copy (_daad .Alpha ,_eadg .Alpha ); +};return _daad ;};type nrgba64 interface{NRGBA64At (_fedd ,_bcagb int )_fd .NRGBA64 ;SetNRGBA64 (_agce ,_ggfgd int ,_dccf _fd .NRGBA64 );};func (_bada *Gray16 )Set (x ,y int ,c _fd .Color ){_eedbg :=(y *_bada .BytesPerLine /2+x )*2;if _eedbg +1>=len (_bada .Data ){return ; +};_gdac :=_fd .Gray16Model .Convert (c ).(_fd .Gray16 );_bada .Data [_eedbg ],_bada .Data [_eedbg +1]=uint8 (_gdac .Y >>8),uint8 (_gdac .Y &0xff);};func (_cecfg *NRGBA32 )ColorModel ()_fd .Model {return _fd .NRGBAModel };func (_adcd *NRGBA16 )NRGBAAt (x ,y int )_fd .NRGBA {_bbca ,_ :=ColorAtNRGBA16 (x ,y ,_adcd .Width ,_adcd .BytesPerLine ,_adcd .Data ,_adcd .Alpha ,_adcd .Decode ); +return _bbca ;};var _ _fg .Image =&NRGBA32 {};func (_fcee *Monochrome )Copy ()Image {return &Monochrome {ImageBase :_fcee .ImageBase .copy (),ModelThreshold :_fcee .ModelThreshold };};var ErrInvalidImage =_f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +func ColorAtGray2BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_fd .Gray ,error ){_ffaf :=y *bytesPerLine +x >>2;if _ffaf >=len (data ){return _fd .Gray {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_gggd :=data [_ffaf ]>>uint (6-(x &3)*2)&3;if len (decode )==2{_gggd =uint8 (uint32 (LinearInterpolate (float64 (_gggd ),0,3.0,decode [0],decode [1]))&3);};return _fd .Gray {Y :_gggd *85},nil ;};type RGBA32 struct{ImageBase };func _cac (_bdcfa RGBA ,_gbg CMYK ,_ggf _fg .Rectangle ){for _deae :=0; +_deae < _ggf .Max .X ;_deae ++{for _edee :=0;_edee < _ggf .Max .Y ;_edee ++{_cbg :=_bdcfa .RGBAAt (_deae ,_edee );_gbg .SetCMYK (_deae ,_edee ,_fcg (_cbg ));};};};func (_baad *NRGBA64 )Copy ()Image {return &NRGBA64 {ImageBase :_baad .copy ()}};type NRGBA16 struct{ImageBase }; +func _ddba (_cef _fd .NRGBA )_fd .Gray {_ecgb ,_bdg ,_bea ,_ :=_cef .RGBA ();_fgee :=(19595*_ecgb +38470*_bdg +7471*_bea +1<<15)>>24;return _fd .Gray {Y :uint8 (_fgee )};};func (_ceda *NRGBA32 )Set (x ,y int ,c _fd .Color ){_agdac :=y *_ceda .Width +x ; +_fcga :=3*_agdac ;if _fcga +2>=len (_ceda .Data ){return ;};_dedc :=_fd .NRGBAModel .Convert (c ).(_fd .NRGBA );_ceda .setRGBA (_agdac ,_dedc );};func (_aeccg *RGBA32 )setRGBA (_cdaf int ,_ffbg _fd .RGBA ){_deggb :=3*_cdaf ;_aeccg .Data [_deggb ]=_ffbg .R ; +_aeccg .Data [_deggb +1]=_ffbg .G ;_aeccg .Data [_deggb +2]=_ffbg .B ;if _cdaf < len (_aeccg .Alpha ){_aeccg .Alpha [_cdaf ]=_ffbg .A ;};};func (_geb *Monochrome )InverseData ()error {return _geb .RasterOperation (0,0,_geb .Width ,_geb .Height ,PixNotDst ,nil ,0,0); +};func (_cda *Gray16 )Base ()*ImageBase {return &_cda .ImageBase };func (_cggb *ImageBase )setTwoBytes (_abgd int ,_gedc uint16 )error {if _abgd +1> len (_cggb .Data )-1{return _f .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_cggb .Data [_abgd ]=byte ((_gedc &0xff00)>>8);_cggb .Data [_abgd +1]=byte (_gedc &0xff);return nil ;};type colorConverter struct{_dcd func (_efcdd _fg .Image )(Image ,error );};func (_aeb *Monochrome )Histogram ()(_addf [256]int ){for _ ,_gbca :=range _aeb .Data {_addf [0xff]+=int (_fgfab [_aeb .Data [_gbca ]]); +};return _addf ;};func _bgeee (_bbag *_fg .NYCbCrA ,_ecbc RGBA ,_fgdb _fg .Rectangle ){for _afag :=0;_afag < _fgdb .Max .X ;_afag ++{for _ggeb :=0;_ggeb < _fgdb .Max .Y ;_ggeb ++{_gcged :=_bbag .NYCbCrAAt (_afag ,_ggeb );_ecbc .SetRGBA (_afag ,_ggeb ,_beb (_gcged )); +};};};func (_cfea *Gray4 )SetGray (x ,y int ,g _fd .Gray ){if x >=_cfea .Width ||y >=_cfea .Height {return ;};g =_bba (g );_cfea .setGray (x ,y ,g );};func _bba (_ffdg _fd .Gray )_fd .Gray {_ffdg .Y >>=4;_ffdg .Y |=_ffdg .Y <<4;return _ffdg };type Image interface{_a .Image ; +Base ()*ImageBase ;Copy ()Image ;Pix ()[]byte ;ColorAt (_edba ,_dgce int )(_fd .Color ,error );Validate ()error ;};func _acb ()(_bdc [256]uint64 ){for _ggd :=0;_ggd < 256;_ggd ++{if _ggd &0x01!=0{_bdc [_ggd ]|=0xff;};if _ggd &0x02!=0{_bdc [_ggd ]|=0xff00; +};if _ggd &0x04!=0{_bdc [_ggd ]|=0xff0000;};if _ggd &0x08!=0{_bdc [_ggd ]|=0xff000000;};if _ggd &0x10!=0{_bdc [_ggd ]|=0xff00000000;};if _ggd &0x20!=0{_bdc [_ggd ]|=0xff0000000000;};if _ggd &0x40!=0{_bdc [_ggd ]|=0xff000000000000;};if _ggd &0x80!=0{_bdc [_ggd ]|=0xff00000000000000; +};};return _bdc ;};func (_agdc *Monochrome )clearBit (_adag ,_agec int ){_agdc .Data [_adag ]&=^(0x80>>uint (_agec &7))};func (_cgge *NRGBA16 )At (x ,y int )_fd .Color {_afege ,_ :=_cgge .ColorAt (x ,y );return _afege };func (_aaga *Gray8 )At (x ,y int )_fd .Color {_ecfg ,_ :=_aaga .ColorAt (x ,y ); +return _ecfg };func _fge (_fggc _fd .Gray )_fd .RGBA {return _fd .RGBA {R :_fggc .Y ,G :_fggc .Y ,B :_fggc .Y ,A :0xff}};func ColorAtGray4BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_fd .Gray ,error ){_bgg :=y *bytesPerLine +x >>1;if _bgg >=len (data ){return _fd .Gray {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_afa :=data [_bgg ]>>uint (4-(x &1)*4)&0xf;if len (decode )==2{_afa =uint8 (uint32 (LinearInterpolate (float64 (_afa ),0,15,decode [0],decode [1]))&0xf);};return _fd .Gray {Y :_afa *17&0xff},nil ;};func (_ecce *ImageBase )getByte (_cafg int )(byte ,error ){if _cafg > len (_ecce .Data )-1||_cafg < 0{return 0,_b .Errorf ("\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",_cafg ); +};return _ecce .Data [_cafg ],nil ;};type shift int ;func NewImageBase (width int ,height int ,bitsPerComponent int ,colorComponents int ,data []byte ,alpha []byte ,decode []float64 )ImageBase {_cced :=ImageBase {Width :width ,Height :height ,BitsPerComponent :bitsPerComponent ,ColorComponents :colorComponents ,Data :data ,Alpha :alpha ,Decode :decode ,BytesPerLine :BytesPerLine (width ,bitsPerComponent ,colorComponents )}; +if data ==nil {_cced .Data =make ([]byte ,height *_cced .BytesPerLine );};return _cced ;};func (_fagfb *ImageBase )MakeAlpha (){_fagfb .newAlpha ()};func (_efcdb *Gray4 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtGray4BPC (x ,y ,_efcdb .BytesPerLine ,_efcdb .Data ,_efcdb .Decode ); +};func (_fegc *NRGBA64 )Set (x ,y int ,c _fd .Color ){_deafg :=(y *_fegc .Width +x )*2;_adee :=_deafg *3;if _adee +5>=len (_fegc .Data ){return ;};_decb :=_fd .NRGBA64Model .Convert (c ).(_fd .NRGBA64 );_fegc .setNRGBA64 (_adee ,_decb ,_deafg );};func _aea (_bcdg _fd .Gray ,_ccgd monochromeModel )_fd .Gray {if _bcdg .Y > uint8 (_ccgd ){return _fd .Gray {Y :_d .MaxUint8 }; +};return _fd .Gray {};};func (_gbgg *Monochrome )ReduceBinary (factor float64 )(*Monochrome ,error ){_eed :=_ffdf (uint (factor ));if !IsPowerOf2 (uint (factor )){_eed ++;};_abag :=make ([]int ,_eed );for _aac :=range _abag {_abag [_aac ]=4;};_adcc ,_fdbf :=_fbdb (_gbgg ,_abag ...); +if _fdbf !=nil {return nil ,_fdbf ;};return _adcc ,nil ;};func (_eeeba *ImageBase )GetAlpha ()[]byte {return _eeeba .Alpha };func _fed (_efcc _fd .NRGBA64 )_fd .NRGBA {return _fd .NRGBA {R :uint8 (_efcc .R >>8),G :uint8 (_efcc .G >>8),B :uint8 (_efcc .B >>8),A :uint8 (_efcc .A >>8)}; +};func (_dgec *Gray8 )Copy ()Image {return &Gray8 {ImageBase :_dgec .copy ()}};func _fgf (_gg *Monochrome ,_de int )(*Monochrome ,error ){if _gg ==nil {return nil ,_f .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _de ==1{return _gg .copy (),nil ;};if !IsPowerOf2 (uint (_de )){return nil ,_b .Errorf ("\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006ci\u0064 \u0065x\u0070a\u006e\u0064\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",_de ); +};_gec :=_acef (_de );return _fb (_gg ,_de ,_gec );};func (_cgb colorConverter )Convert (src _fg .Image )(Image ,error ){return _cgb ._dcd (src )};var _ Image =&NRGBA64 {};type Gray8 struct{ImageBase };type NRGBA32 struct{ImageBase };func _cefb (_acbf _fd .RGBA )_fd .Gray {_cfeg :=(19595*uint32 (_acbf .R )+38470*uint32 (_acbf .G )+7471*uint32 (_acbf .B )+1<<7)>>16; +return _fd .Gray {Y :uint8 (_cfeg )};};func _bedg (_dfgg _fd .Color )_fd .Color {_fcae :=_fd .NRGBAModel .Convert (_dfgg ).(_fd .NRGBA );return _dgdf (_fcae );};const (_ggaedb shift =iota ;_ggfe ;);func _beb (_bgee _fd .NYCbCrA )_fd .RGBA {_aeg ,_feeg ,_efcg ,_aecg :=_fbf (_bgee ).RGBA (); +return _fd .RGBA {R :uint8 (_aeg >>8),G :uint8 (_feeg >>8),B :uint8 (_efcg >>8),A :uint8 (_aecg >>8)};};func (_dacg *Monochrome )Set (x ,y int ,c _fd .Color ){_deda :=y *_dacg .BytesPerLine +x >>3;if _deda > len (_dacg .Data )-1{return ;};_ecgg :=_dacg .ColorModel ().Convert (c ).(_fd .Gray ); +_dacg .setGray (x ,_ecgg ,_deda );};func (_cfeea *NRGBA16 )ColorModel ()_fd .Model {return NRGBA16Model };func (_ffce *NRGBA16 )Validate ()error {if len (_ffce .Data )!=3*_ffce .Width *_ffce .Height /2{return _f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func InDelta (expected ,current ,delta float64 )bool {_ebef :=expected -current ;if _ebef <=-delta ||_ebef >=delta {return false ;};return true ;};func (_eedb *Monochrome )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_eedb .Width ,Y :_eedb .Height }}; +};func (_cadb *RGBA32 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtRGBA32 (x ,y ,_cadb .Width ,_cadb .Data ,_cadb .Alpha ,_cadb .Decode );};func _dgdcc (_cdbe NRGBA ,_deee RGBA ,_ddfb _fg .Rectangle ){for _dagge :=0;_dagge < _ddfb .Max .X ;_dagge ++{for _acbfc :=0; +_acbfc < _ddfb .Max .Y ;_acbfc ++{_bddec :=_cdbe .NRGBAAt (_dagge ,_acbfc );_deee .SetRGBA (_dagge ,_acbfc ,_dafa (_bddec ));};};};func (_feab *NRGBA32 )At (x ,y int )_fd .Color {_cfab ,_ :=_feab .ColorAt (x ,y );return _cfab };func _acfe (){for _abaa :=0; +_abaa < 256;_abaa ++{_fgfab [_abaa ]=uint8 (_abaa &0x1)+(uint8 (_abaa >>1)&0x1)+(uint8 (_abaa >>2)&0x1)+(uint8 (_abaa >>3)&0x1)+(uint8 (_abaa >>4)&0x1)+(uint8 (_abaa >>5)&0x1)+(uint8 (_abaa >>6)&0x1)+(uint8 (_abaa >>7)&0x1);};};func _agcaa (_gfgb nrgba64 ,_egde NRGBA ,_cagd _fg .Rectangle ){for _dgcee :=0; +_dgcee < _cagd .Max .X ;_dgcee ++{for _cggce :=0;_cggce < _cagd .Max .Y ;_cggce ++{_gfbd :=_gfgb .NRGBA64At (_dgcee ,_cggce );_egde .SetNRGBA (_dgcee ,_cggce ,_fed (_gfbd ));};};};func _gebd (_dcfda *Monochrome ,_eccge ,_ceeaf ,_afd ,_fac int ,_gcaa RasterOperator ,_abccf *Monochrome ,_ebfd ,_ecgbg int )error {var (_aagaf byte ; +_bbfd int ;_bda int ;_adcg ,_cdfa int ;_gebe ,_ddec int ;);_ccfa :=_afd >>3;_cgfd :=_afd &7;if _cgfd > 0{_aagaf =_fgbf [_cgfd ];};_bbfd =_abccf .BytesPerLine *_ecgbg +(_ebfd >>3);_bda =_dcfda .BytesPerLine *_ceeaf +(_eccge >>3);switch _gcaa {case PixSrc :for _gebe =0; +_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=_abccf .Data [_adcg ];_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ],_aagaf ); +};};case PixNotSrc :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=^(_abccf .Data [_adcg ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^_abccf .Data [_adcg ],_aagaf ); +};};case PixSrcOrDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]|=_abccf .Data [_adcg ];_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ]|_dcfda .Data [_cdfa ],_aagaf ); +};};case PixSrcAndDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]&=_abccf .Data [_adcg ];_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ]&_dcfda .Data [_cdfa ],_aagaf ); +};};case PixSrcXorDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]^=_abccf .Data [_adcg ];_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ]^_dcfda .Data [_cdfa ],_aagaf ); +};};case PixNotSrcOrDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]|=^(_abccf .Data [_adcg ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^(_abccf .Data [_adcg ])|_dcfda .Data [_cdfa ],_aagaf ); +};};case PixNotSrcAndDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]&=^(_abccf .Data [_adcg ]);_cdfa ++;_adcg ++;}; +if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^(_abccf .Data [_adcg ])&_dcfda .Data [_cdfa ],_aagaf );};};case PixSrcOrNotDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ; +for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=_abccf .Data [_adcg ]|^(_dcfda .Data [_cdfa ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ]|^(_dcfda .Data [_cdfa ]),_aagaf );};};case PixSrcAndNotDst :for _gebe =0; +_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=_abccf .Data [_adcg ]&^(_dcfda .Data [_cdfa ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],_abccf .Data [_adcg ]&^(_dcfda .Data [_cdfa ]),_aagaf ); +};};case PixNotPixSrcOrDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=^(_abccf .Data [_adcg ]|_dcfda .Data [_cdfa ]); +_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^(_abccf .Data [_adcg ]|_dcfda .Data [_cdfa ]),_aagaf );};};case PixNotPixSrcAndDst :for _gebe =0;_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ; +for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=^(_abccf .Data [_adcg ]&_dcfda .Data [_cdfa ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^(_abccf .Data [_adcg ]&_dcfda .Data [_cdfa ]),_aagaf );};};case PixNotPixSrcXorDst :for _gebe =0; +_gebe < _fac ;_gebe ++{_adcg =_bbfd +_gebe *_abccf .BytesPerLine ;_cdfa =_bda +_gebe *_dcfda .BytesPerLine ;for _ddec =0;_ddec < _ccfa ;_ddec ++{_dcfda .Data [_cdfa ]=^(_abccf .Data [_adcg ]^_dcfda .Data [_cdfa ]);_cdfa ++;_adcg ++;};if _cgfd > 0{_dcfda .Data [_cdfa ]=_cgdd (_dcfda .Data [_cdfa ],^(_abccf .Data [_adcg ]^_dcfda .Data [_cdfa ]),_aagaf ); +};};default:_ab .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_gcaa );return _f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func AddDataPadding (width ,height ,bitsPerComponent ,colorComponents int ,data []byte )([]byte ,error ){_effca :=BytesPerLine (width ,bitsPerComponent ,colorComponents );if _effca ==width *colorComponents *bitsPerComponent /8{return data ,nil ; +};_fdca :=width *colorComponents *bitsPerComponent ;_cfdf :=_effca *8;_dfa :=8-(_cfdf -_fdca );_ebcb :=_fgd .NewReader (data );_caba :=_effca -1;_acaa :=make ([]byte ,_caba );_ggfc :=make ([]byte ,height *_effca );_cdc :=_fgd .NewWriterMSB (_ggfc );var _dfad uint64 ; +var _gbbd error ;for _ageaa :=0;_ageaa < height ;_ageaa ++{_ ,_gbbd =_ebcb .Read (_acaa );if _gbbd !=nil {return nil ,_gbbd ;};_ ,_gbbd =_cdc .Write (_acaa );if _gbbd !=nil {return nil ,_gbbd ;};_dfad ,_gbbd =_ebcb .ReadBits (byte (_dfa ));if _gbbd !=nil {return nil ,_gbbd ; +};_ ,_gbbd =_cdc .WriteBits (_dfad ,_dfa );if _gbbd !=nil {return nil ,_gbbd ;};_cdc .FinishByte ();};return _ggfc ,nil ;};type Monochrome struct{ImageBase ;ModelThreshold uint8 ;};func (_cedg *Gray4 )setGray (_dbfeb int ,_gdfe int ,_ceag _fd .Gray ){_efddc :=_gdfe *_cedg .BytesPerLine ; +_eagf :=_efddc +(_dbfeb >>1);if _eagf >=len (_cedg .Data ){return ;};_faga :=_ceag .Y >>4;_cedg .Data [_eagf ]=(_cedg .Data [_eagf ]&(^(0xf0>>uint (4*(_dbfeb &1)))))|(_faga <=len (data ){return _fd .Gray16 {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_dbec :=uint16 (data [_gfaf ])<<8|uint16 (data [_gfaf +1]);if len (decode )==2{_dbec =uint16 (uint64 (LinearInterpolate (float64 (_dbec ),0,65535,decode [0],decode [1])));};return _fd .Gray16 {Y :_dbec },nil ;};func _bg (_fgda ,_cde *Monochrome ,_effc []byte ,_abbc int )(_cdfb error ){var (_dbga ,_fbg ,_ega ,_ead ,_afe ,_bbc ,_dcf ,_fca int ; +_gbe ,_bddbd ,_agb ,_cbde uint32 ;_cddc ,_adb byte ;_aaf uint16 ;);_dec :=make ([]byte ,4);_egc :=make ([]byte ,4);for _ega =0;_ega < _fgda .Height -1;_ega ,_ead =_ega +2,_ead +1{_dbga =_ega *_fgda .BytesPerLine ;_fbg =_ead *_cde .BytesPerLine ;for _afe ,_bbc =0,0; +_afe < _abbc ;_afe ,_bbc =_afe +4,_bbc +1{for _dcf =0;_dcf < 4;_dcf ++{_fca =_dbga +_afe +_dcf ;if _fca <=len (_fgda .Data )-1&&_fca < _dbga +_fgda .BytesPerLine {_dec [_dcf ]=_fgda .Data [_fca ];}else {_dec [_dcf ]=0x00;};_fca =_dbga +_fgda .BytesPerLine +_afe +_dcf ; +if _fca <=len (_fgda .Data )-1&&_fca < _dbga +(2*_fgda .BytesPerLine ){_egc [_dcf ]=_fgda .Data [_fca ];}else {_egc [_dcf ]=0x00;};};_gbe =_g .BigEndian .Uint32 (_dec );_bddbd =_g .BigEndian .Uint32 (_egc );_agb =_gbe &_bddbd ;_agb |=_agb <<1;_cbde =_gbe |_bddbd ; +_cbde &=_cbde <<1;_bddbd =_agb |_cbde ;_bddbd &=0xaaaaaaaa;_gbe =_bddbd |(_bddbd <<7);_cddc =byte (_gbe >>24);_adb =byte ((_gbe >>8)&0xff);_fca =_fbg +_bbc ;if _fca +1==len (_cde .Data )-1||_fca +1>=_fbg +_cde .BytesPerLine {if _cdfb =_cde .setByte (_fca ,_effc [_cddc ]); +_cdfb !=nil {return _b .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_fca );};}else {_aaf =(uint16 (_effc [_cddc ])<<8)|uint16 (_effc [_adb ]);if _cdfb =_cde .setTwoBytes (_fca ,_aaf );_cdfb !=nil {return _b .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_fca ); +};_bbc ++;};};};return nil ;};func (_gdaf *Monochrome )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtGray1BPC (x ,y ,_gdaf .BytesPerLine ,_gdaf .Data ,_gdaf .Decode );};type ImageBase struct{Width ,Height int ;BitsPerComponent ,ColorComponents int ; +Data ,Alpha []byte ;Decode []float64 ;BytesPerLine int ;};func (_fdbb *NRGBA16 )Base ()*ImageBase {return &_fdbb .ImageBase };func (_dggg *NRGBA64 )NRGBA64At (x ,y int )_fd .NRGBA64 {_bfba ,_ :=ColorAtNRGBA64 (x ,y ,_dggg .Width ,_dggg .Data ,_dggg .Alpha ,_dggg .Decode ); +return _bfba ;};type NRGBA interface{NRGBAAt (_facf ,_ffcd int )_fd .NRGBA ;SetNRGBA (_cagc ,_gefd int ,_ebfe _fd .NRGBA );};func ColorAtNRGBA16 (x ,y ,width ,bytesPerLine int ,data ,alpha []byte ,decode []float64 )(_fd .NRGBA ,error ){_cegfa :=y *bytesPerLine +x *3/2; +if _cegfa +1>=len (data ){return _fd .NRGBA {},_fbga (x ,y );};const (_eeag =0xf;_fffd =uint8 (0xff););_gaab :=_fffd ;if alpha !=nil {_caeg :=y *BytesPerLine (width ,4,1);if _caeg < len (alpha ){if x %2==0{_gaab =(alpha [_caeg ]>>uint (4))&_eeag ;}else {_gaab =alpha [_caeg ]&_eeag ; +};_gaab |=_gaab <<4;};};var _cceb ,_dcba ,_gcaf uint8 ;if x *3%2==0{_cceb =(data [_cegfa ]>>uint (4))&_eeag ;_dcba =data [_cegfa ]&_eeag ;_gcaf =(data [_cegfa +1]>>uint (4))&_eeag ;}else {_cceb =data [_cegfa ]&_eeag ;_dcba =(data [_cegfa +1]>>uint (4))&_eeag ; +_gcaf =data [_cegfa +1]&_eeag ;};if len (decode )==6{_cceb =uint8 (uint32 (LinearInterpolate (float64 (_cceb ),0,15,decode [0],decode [1]))&0xf);_dcba =uint8 (uint32 (LinearInterpolate (float64 (_dcba ),0,15,decode [2],decode [3]))&0xf);_gcaf =uint8 (uint32 (LinearInterpolate (float64 (_gcaf ),0,15,decode [4],decode [5]))&0xf); +};return _fd .NRGBA {R :(_cceb <<4)|(_cceb &0xf),G :(_dcba <<4)|(_dcba &0xf),B :(_gcaf <<4)|(_gcaf &0xf),A :_gaab },nil ;};func ImgToGray (i _fg .Image )*_fg .Gray {if _fddb ,_begc :=i .(*_fg .Gray );_begc {return _fddb ;};_dfac :=i .Bounds ();_facb :=_fg .NewGray (_dfac ); +for _ggff :=0;_ggff < _dfac .Max .X ;_ggff ++{for _fgaa :=0;_fgaa < _dfac .Max .Y ;_fgaa ++{_cfecb :=i .At (_ggff ,_fgaa );_facb .Set (_ggff ,_fgaa ,_cfecb );};};return _facb ;};func ImgToBinary (i _fg .Image ,threshold uint8 )*_fg .Gray {switch _dfgb :=i .(type ){case *_fg .Gray :if _dgecd (_dfgb ){return _dfgb ; +};return _dbbd (_dfgb ,threshold );case *_fg .Gray16 :return _eabe (_dfgb ,threshold );default:return _dagc (_dfgb ,threshold );};};func IsGrayImgBlackAndWhite (i *_fg .Gray )bool {return _dgecd (i )};func _dafa (_cgg _fd .NRGBA )_fd .RGBA {_aba ,_gbee ,_cea ,_fba :=_cgg .RGBA (); +return _fd .RGBA {R :uint8 (_aba >>8),G :uint8 (_gbee >>8),B :uint8 (_cea >>8),A :uint8 (_fba >>8)};};var _ RGBA =&RGBA32 {};func (_cecg *Gray8 )SetGray (x ,y int ,g _fd .Gray ){_bbff :=y *_cecg .BytesPerLine +x ;if _bbff > len (_cecg .Data )-1{return ; +};_cecg .Data [_bbff ]=g .Y ;};func (_edge *ImageBase )setByte (_dgfb int ,_ccfc byte )error {if _dgfb > len (_edge .Data )-1{return _f .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};_edge .Data [_dgfb ]=_ccfc ; +return nil ;};func (_feega *RGBA32 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_feega .Width ,Y :_feega .Height }};};func _cgbfe (_gdda Gray ,_bccdc NRGBA ,_gdbeg _fg .Rectangle ){for _bfdf :=0;_bfdf < _gdbeg .Max .X ;_bfdf ++{for _bdde :=0; +_bdde < _gdbeg .Max .Y ;_bdde ++{_caa :=_gdda .GrayAt (_bfdf ,_bdde );_bccdc .SetNRGBA (_bfdf ,_bdde ,_ddbc (_caa ));};};};func (_adaa *NRGBA16 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_adaa .Width ,Y :_adaa .Height }};};func (_ebf *CMYK32 )CMYKAt (x ,y int )_fd .CMYK {_cfb ,_ :=ColorAtCMYK (x ,y ,_ebf .Width ,_ebf .Data ,_ebf .Decode ); +return _cfb ;};func (_acfea *NRGBA32 )NRGBAAt (x ,y int )_fd .NRGBA {_bafbe ,_ :=ColorAtNRGBA32 (x ,y ,_acfea .Width ,_acfea .Data ,_acfea .Alpha ,_acfea .Decode );return _bafbe ;};func _eaa (_ebfc Gray ,_dag NRGBA ,_gad _fg .Rectangle ){for _ecf :=0;_ecf < _gad .Max .X ; +_ecf ++{for _fdbd :=0;_fdbd < _gad .Max .Y ;_fdbd ++{_eccc :=_beca (_dag .NRGBAAt (_ecf ,_fdbd ));_ebfc .SetGray (_ecf ,_fdbd ,_eccc );};};};func _fbdb (_cfe *Monochrome ,_bfe ...int )(_gga *Monochrome ,_fagf error ){if _cfe ==nil {return nil ,_f .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if len (_bfe )==0{return nil ,_f .New ("\u0074h\u0065\u0072e\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061\u0074 \u006c\u0065\u0061\u0073\u0074\u0020o\u006e\u0065\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006f\u0066 \u0072\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e"); +};_agda :=_fbgb ();_gga =_cfe ;for _ ,_ggg :=range _bfe {if _ggg <=0{break ;};_gga ,_fagf =_bddb (_gga ,_ggg ,_agda );if _fagf !=nil {return nil ,_fagf ;};};return _gga ,nil ;};func _gdcc (_abcg RGBA ,_cffe NRGBA ,_acd _fg .Rectangle ){for _dbc :=0;_dbc < _acd .Max .X ; +_dbc ++{for _bdcfd :=0;_bdcfd < _acd .Max .Y ;_bdcfd ++{_fagb :=_abcg .RGBAAt (_dbc ,_bdcfd );_cffe .SetNRGBA (_dbc ,_bdcfd ,_dbe (_fagb ));};};};func (_eba *ImageBase )setEightFullBytes (_dbfab int ,_cggc uint64 )error {if _dbfab +7> len (_eba .Data )-1{return _f .New ("\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_eba .Data [_dbfab ]=byte ((_cggc &0xff00000000000000)>>56);_eba .Data [_dbfab +1]=byte ((_cggc &0xff000000000000)>>48);_eba .Data [_dbfab +2]=byte ((_cggc &0xff0000000000)>>40);_eba .Data [_dbfab +3]=byte ((_cggc &0xff00000000)>>32);_eba .Data [_dbfab +4]=byte ((_cggc &0xff000000)>>24); +_eba .Data [_dbfab +5]=byte ((_cggc &0xff0000)>>16);_eba .Data [_dbfab +6]=byte ((_cggc &0xff00)>>8);_eba .Data [_dbfab +7]=byte (_cggc &0xff);return nil ;};var _ Image =&Gray16 {};var (_fgbf =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF};_gaee =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF}; +);func (_ccbb *RGBA32 )Copy ()Image {return &RGBA32 {ImageBase :_ccbb .copy ()}};func (_beg *CMYK32 )Copy ()Image {return &CMYK32 {ImageBase :_beg .copy ()}};func (_fagc *Monochrome )setGray (_acad int ,_decf _fd .Gray ,_effb int ){if _decf .Y ==0{_fagc .clearBit (_effb ,_acad ); +}else {_fagc .setGrayBit (_effb ,_acad );};};func (_fcd *CMYK32 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_fcd .Width ,Y :_fcd .Height }};};func ScaleAlphaToMonochrome (data []byte ,width ,height int )([]byte ,error ){_ff :=BytesPerLine (width ,8,1); +if len (data )< _ff *height {return nil ,nil ;};_ge :=&Gray8 {NewImageBase (width ,height ,8,1,data ,nil ,nil )};_e ,_cf :=MonochromeConverter .Convert (_ge );if _cf !=nil {return nil ,_cf ;};return _e .Base ().Data ,nil ;};func MonochromeModel (threshold uint8 )_fd .Model {return monochromeModel (threshold )}; +func (_eaf *Gray2 )Set (x ,y int ,c _fd .Color ){if x >=_eaf .Width ||y >=_eaf .Height {return ;};_faag :=Gray2Model .Convert (c ).(_fd .Gray );_cfbg :=y *_eaf .BytesPerLine ;_bcc :=_cfbg +(x >>2);_aaa :=_faag .Y >>6;_eaf .Data [_bcc ]=(_eaf .Data [_bcc ]&(^(0xc0>>uint (2*((x )&3)))))|(_aaa <>24);_age =byte ((_efd >>8)&0xff);_efa =_bgd +_agc ;if _efa +1==len (_dgea .Data )-1||_efa +1>=_bgd +_dgea .BytesPerLine {_dgea .Data [_efa ]=_ccg [_ada ];if _agg =_dgea .setByte (_efa ,_ccg [_ada ]); +_agg !=nil {return _b .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_efa );};}else {_ebed =(uint16 (_ccg [_ada ])<<8)|uint16 (_ccg [_age ]);if _agg =_dgea .setTwoBytes (_efa ,_ebed );_agg !=nil {return _b .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_efa ); +};_agc ++;};};};return nil ;};func (_dfd *Monochrome )IsUnpadded ()bool {return (_dfd .Width *_dfd .Height )==len (_dfd .Data )};func _ded ()(_aef [256]uint32 ){for _cdde :=0;_cdde < 256;_cdde ++{if _cdde &0x01!=0{_aef [_cdde ]|=0xf;};if _cdde &0x02!=0{_aef [_cdde ]|=0xf0; +};if _cdde &0x04!=0{_aef [_cdde ]|=0xf00;};if _cdde &0x08!=0{_aef [_cdde ]|=0xf000;};if _cdde &0x10!=0{_aef [_cdde ]|=0xf0000;};if _cdde &0x20!=0{_aef [_cdde ]|=0xf00000;};if _cdde &0x40!=0{_aef [_cdde ]|=0xf000000;};if _cdde &0x80!=0{_aef [_cdde ]|=0xf0000000; +};};return _aef ;};func _bge (_cfa _fd .Gray )_fd .CMYK {return _fd .CMYK {K :0xff-_cfa .Y }};type ColorConverter interface{Convert (_bgf _fg .Image )(Image ,error );};func _gda (_ege _fd .CMYK )_fd .NRGBA {_ddge ,_bae ,_bbe :=_fd .CMYKToRGB (_ege .C ,_ege .M ,_ege .Y ,_ege .K ); +return _fd .NRGBA {R :_ddge ,G :_bae ,B :_bbe ,A :0xff};};func (_ddee *NRGBA32 )Bounds ()_fg .Rectangle {return _fg .Rectangle {Max :_fg .Point {X :_ddee .Width ,Y :_ddee .Height }};};func _eabe (_degd *_fg .Gray16 ,_aggda uint8 )*_fg .Gray {_gcgg :=_degd .Bounds (); +_cdddc :=_fg .NewGray (_gcgg );for _ggbgf :=0;_ggbgf < _gcgg .Dx ();_ggbgf ++{for _defa :=0;_defa < _gcgg .Dy ();_defa ++{_fcde :=_degd .Gray16At (_ggbgf ,_defa );_cdddc .SetGray (_ggbgf ,_defa ,_fd .Gray {Y :_bef (uint8 (_fcde .Y /256),_aggda )});};}; +return _cdddc ;};var _ Image =&NRGBA16 {};func _fbfg (_gdbg _fd .Color )_fd .Color {_ggab :=_fd .GrayModel .Convert (_gdbg ).(_fd .Gray );return _bba (_ggab );};func (_cfed *NRGBA32 )Base ()*ImageBase {return &_cfed .ImageBase };func (_gade *Gray16 )SetGray (x ,y int ,g _fd .Gray ){_ffea :=(y *_gade .BytesPerLine /2+x )*2; +if _ffea +1>=len (_gade .Data ){return ;};_gade .Data [_ffea ]=g .Y ;_gade .Data [_ffea +1]=g .Y ;};type Gray interface{GrayAt (_dgac ,_ecc int )_fd .Gray ;SetGray (_aece ,_afff int ,_eccb _fd .Gray );};func _bfae (_cbgg _fd .Gray )_fd .Gray {_efge :=_cbgg .Y >>6; +_efge |=_efge <<2;_cbgg .Y =_efge |_efge <<4;return _cbgg ;};type CMYK interface{CMYKAt (_gfc ,_fde int )_fd .CMYK ;SetCMYK (_babe ,_efcf int ,_gde _fd .CMYK );};func ColorAtNRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_fd .NRGBA ,error ){_gaeee :=y *width +x ; +_bebg :=3*_gaeee ;if _bebg +2>=len (data ){return _fd .NRGBA {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_bbbc :=uint8 (0xff);if alpha !=nil &&len (alpha )> _gaeee {_bbbc =alpha [_gaeee ];};_gead ,_gbab ,_eabg :=data [_bebg ],data [_bebg +1],data [_bebg +2];if len (decode )==6{_bffa :=LinearInterpolate (float64 (_gead ),0,255.0,decode [0],decode [1]);_badb :=LinearInterpolate (float64 (_gbab ),0,255.0,decode [2],decode [3]); +_cadc :=LinearInterpolate (float64 (_eabg ),0,255.0,decode [4],decode [5]);if _bffa <=1.0&&_badb <=1.0&&_cadc <=1.0{_bffa *=255.0;_badb *=255.0;_cadc *=255.0;};_gead =uint8 (_bffa )&0xff;_gbab =uint8 (_badb )&0xff;_eabg =uint8 (_cadc )&0xff;};return _fd .NRGBA {R :_gead ,G :_gbab ,B :_eabg ,A :_bbbc },nil ; +};var _ NRGBA =&NRGBA16 {};var _ Gray =&Monochrome {};func _cbbf (_fdcg *Monochrome ,_cfeag ,_gadg int ,_fgfc ,_efda int ,_edeb RasterOperator ){var (_aeaf bool ;_cff bool ;_egff int ;_febb int ;_gecd int ;_gae int ;_gbcg bool ;_dcgaf byte ;);_caea :=8-(_cfeag &7); +_aed :=_gaee [_caea ];_dfgc :=_fdcg .BytesPerLine *_gadg +(_cfeag >>3);if _fgfc < _caea {_aeaf =true ;_aed &=_fgbf [8-_caea +_fgfc ];};if !_aeaf {_egff =(_fgfc -_caea )>>3;if _egff !=0{_cff =true ;_febb =_dfgc +1;};};_gecd =(_cfeag +_fgfc )&7;if !(_aeaf ||_gecd ==0){_gbcg =true ; +_dcgaf =_fgbf [_gecd ];_gae =_dfgc +1+_egff ;};var _cdffc ,_cfge int ;switch _edeb {case PixClr :for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_dfgc ]=_cgdd (_fdcg .Data [_dfgc ],0x0,_aed );_dfgc +=_fdcg .BytesPerLine ;};if _cff {for _cdffc =0;_cdffc < _efda ; +_cdffc ++{for _cfge =0;_cfge < _egff ;_cfge ++{_fdcg .Data [_febb +_cfge ]=0x0;};_febb +=_fdcg .BytesPerLine ;};};if _gbcg {for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_gae ]=_cgdd (_fdcg .Data [_gae ],0x0,_dcgaf );_gae +=_fdcg .BytesPerLine ; +};};case PixSet :for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_dfgc ]=_cgdd (_fdcg .Data [_dfgc ],0xff,_aed );_dfgc +=_fdcg .BytesPerLine ;};if _cff {for _cdffc =0;_cdffc < _efda ;_cdffc ++{for _cfge =0;_cfge < _egff ;_cfge ++{_fdcg .Data [_febb +_cfge ]=0xff; +};_febb +=_fdcg .BytesPerLine ;};};if _gbcg {for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_gae ]=_cgdd (_fdcg .Data [_gae ],0xff,_dcgaf );_gae +=_fdcg .BytesPerLine ;};};case PixNotDst :for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_dfgc ]=_cgdd (_fdcg .Data [_dfgc ],^_fdcg .Data [_dfgc ],_aed ); +_dfgc +=_fdcg .BytesPerLine ;};if _cff {for _cdffc =0;_cdffc < _efda ;_cdffc ++{for _cfge =0;_cfge < _egff ;_cfge ++{_fdcg .Data [_febb +_cfge ]=^(_fdcg .Data [_febb +_cfge ]);};_febb +=_fdcg .BytesPerLine ;};};if _gbcg {for _cdffc =0;_cdffc < _efda ;_cdffc ++{_fdcg .Data [_gae ]=_cgdd (_fdcg .Data [_gae ],^_fdcg .Data [_gae ],_dcgaf ); +_gae +=_fdcg .BytesPerLine ;};};};};func GrayHistogram (g Gray )(_abfe [256]int ){switch _gbef :=g .(type ){case Histogramer :return _gbef .Histogram ();case _fg .Image :_eebc :=_gbef .Bounds ();for _edfb :=0;_edfb < _eebc .Max .X ;_edfb ++{for _ceca :=0; +_ceca < _eebc .Max .Y ;_ceca ++{_abfe [g .GrayAt (_edfb ,_ceca ).Y ]++;};};return _abfe ;default:return [256]int {};};};func _dbfc (_fgag *Monochrome ,_eeef ,_dce int ,_dfff ,_eddf int ,_gbdf RasterOperator ){var (_fdba int ;_eccd byte ;_ccge ,_gdd int ; +_eac int ;);_cbgd :=_dfff >>3;_gefaf :=_dfff &7;if _gefaf > 0{_eccd =_fgbf [_gefaf ];};_fdba =_fgag .BytesPerLine *_dce +(_eeef >>3);switch _gbdf {case PixClr :for _ccge =0;_ccge < _eddf ;_ccge ++{_eac =_fdba +_ccge *_fgag .BytesPerLine ;for _gdd =0;_gdd < _cbgd ; +_gdd ++{_fgag .Data [_eac ]=0x0;_eac ++;};if _gefaf > 0{_fgag .Data [_eac ]=_cgdd (_fgag .Data [_eac ],0x0,_eccd );};};case PixSet :for _ccge =0;_ccge < _eddf ;_ccge ++{_eac =_fdba +_ccge *_fgag .BytesPerLine ;for _gdd =0;_gdd < _cbgd ;_gdd ++{_fgag .Data [_eac ]=0xff; +_eac ++;};if _gefaf > 0{_fgag .Data [_eac ]=_cgdd (_fgag .Data [_eac ],0xff,_eccd );};};case PixNotDst :for _ccge =0;_ccge < _eddf ;_ccge ++{_eac =_fdba +_ccge *_fgag .BytesPerLine ;for _gdd =0;_gdd < _cbgd ;_gdd ++{_fgag .Data [_eac ]=^_fgag .Data [_eac ]; +_eac ++;};if _gefaf > 0{_fgag .Data [_eac ]=_cgdd (_fgag .Data [_eac ],^_fgag .Data [_eac ],_eccd );};};};};func _aecea (_caga Gray ,_eegc RGBA ,_aagf _fg .Rectangle ){for _abd :=0;_abd < _aagf .Max .X ;_abd ++{for _cffcb :=0;_cffcb < _aagf .Max .Y ;_cffcb ++{_dafdb :=_caga .GrayAt (_abd ,_cffcb ); +_eegc .SetRGBA (_abd ,_cffcb ,_fge (_dafdb ));};};};func (_afgc *Gray16 )Histogram ()(_dgab [256]int ){for _ffgf :=0;_ffgf < _afgc .Width ;_ffgf ++{for _ddfa :=0;_ddfa < _afgc .Height ;_ddfa ++{_dgab [_afgc .GrayAt (_ffgf ,_ddfa ).Y ]++;};};return _dgab ; +};func ColorAtCMYK (x ,y ,width int ,data []byte ,decode []float64 )(_fd .CMYK ,error ){_bde :=4*(y *width +x );if _bde +3>=len (data ){return _fd .CMYK {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};C :=data [_bde ]&0xff;M :=data [_bde +1]&0xff;Y :=data [_bde +2]&0xff;K :=data [_bde +3]&0xff;if len (decode )==8{C =uint8 (uint32 (LinearInterpolate (float64 (C ),0,255,decode [0],decode [1]))&0xff);M =uint8 (uint32 (LinearInterpolate (float64 (M ),0,255,decode [2],decode [3]))&0xff); +Y =uint8 (uint32 (LinearInterpolate (float64 (Y ),0,255,decode [4],decode [5]))&0xff);K =uint8 (uint32 (LinearInterpolate (float64 (K ),0,255,decode [6],decode [7]))&0xff);};return _fd .CMYK {C :C ,M :M ,Y :Y ,K :K },nil ;};func _gbeg (_cbgga _fg .Image )(Image ,error ){if _cbcd ,_afaf :=_cbgga .(*NRGBA32 ); +_afaf {return _cbcd .Copy (),nil ;};_bffd ,_edae ,_gfdc :=_dbbb (_cbgga ,1);_egg ,_bbbe :=NewImage (_bffd .Max .X ,_bffd .Max .Y ,8,3,nil ,_gfdc ,nil );if _bbbe !=nil {return nil ,_bbbe ;};_dbabd (_cbgga ,_egg ,_bffd );if len (_gfdc )!=0&&!_edae {if _cffg :=_ebgb (_gfdc ,_egg ); +_cffg !=nil {return nil ,_cffg ;};};return _egg ,nil ;};func (_bdgb *Gray8 )ColorModel ()_fd .Model {return _fd .GrayModel };func (_bgga *ImageBase )HasAlpha ()bool {if _bgga .Alpha ==nil {return false ;};for _bgec :=range _bgga .Alpha {if _bgga .Alpha [_bgec ]!=0xff{return true ; +};};return false ;};type monochromeModel uint8 ;func _dbbd (_cgec *_fg .Gray ,_faff uint8 )*_fg .Gray {_gdaac :=_cgec .Bounds ();_fbdf :=_fg .NewGray (_gdaac );for _faeg :=0;_faeg < _gdaac .Dx ();_faeg ++{for _begdg :=0;_begdg < _gdaac .Dy ();_begdg ++{_faad :=_cgec .GrayAt (_faeg ,_begdg ); +_fbdf .SetGray (_faeg ,_begdg ,_fd .Gray {Y :_bef (_faad .Y ,_faff )});};};return _fbdf ;};type Gray2 struct{ImageBase };func _fbf (_debd _fd .NYCbCrA )_fd .NRGBA {_cdfg :=int32 (_debd .Y )*0x10101;_cabf :=int32 (_debd .Cb )-128;_bgeb :=int32 (_debd .Cr )-128; +_cgfe :=_cdfg +91881*_bgeb ;if uint32 (_cgfe )&0xff000000==0{_cgfe >>=8;}else {_cgfe =^(_cgfe >>31)&0xffff;};_dbf :=_cdfg -22554*_cabf -46802*_bgeb ;if uint32 (_dbf )&0xff000000==0{_dbf >>=8;}else {_dbf =^(_dbf >>31)&0xffff;};_abgg :=_cdfg +116130*_cabf ; +if uint32 (_abgg )&0xff000000==0{_abgg >>=8;}else {_abgg =^(_abgg >>31)&0xffff;};return _fd .NRGBA {R :uint8 (_cgfe >>8),G :uint8 (_dbf >>8),B :uint8 (_abgg >>8),A :_debd .A };};func (_debe *Gray16 )Copy ()Image {return &Gray16 {ImageBase :_debe .copy ()}}; +func (_bag *CMYK32 )At (x ,y int )_fd .Color {_cbdfc ,_ :=_bag .ColorAt (x ,y );return _cbdfc };func _cfca (_baa ,_ebg *Monochrome ,_ffa []byte ,_bfg int )(_gaf error ){var (_gfd ,_efcd ,_gcg ,_aeef ,_cdff ,_cbdf ,_beeg ,_bec int ;_gfa ,_ebe ,_fab ,_eca uint32 ; +_bdcf ,_cfgb byte ;_aff uint16 ;);_gd :=make ([]byte ,4);_cgd :=make ([]byte ,4);for _gcg =0;_gcg < _baa .Height -1;_gcg ,_aeef =_gcg +2,_aeef +1{_gfd =_gcg *_baa .BytesPerLine ;_efcd =_aeef *_ebg .BytesPerLine ;for _cdff ,_cbdf =0,0;_cdff < _bfg ;_cdff ,_cbdf =_cdff +4,_cbdf +1{for _beeg =0; +_beeg < 4;_beeg ++{_bec =_gfd +_cdff +_beeg ;if _bec <=len (_baa .Data )-1&&_bec < _gfd +_baa .BytesPerLine {_gd [_beeg ]=_baa .Data [_bec ];}else {_gd [_beeg ]=0x00;};_bec =_gfd +_baa .BytesPerLine +_cdff +_beeg ;if _bec <=len (_baa .Data )-1&&_bec < _gfd +(2*_baa .BytesPerLine ){_cgd [_beeg ]=_baa .Data [_bec ]; +}else {_cgd [_beeg ]=0x00;};};_gfa =_g .BigEndian .Uint32 (_gd );_ebe =_g .BigEndian .Uint32 (_cgd );_fab =_gfa &_ebe ;_fab |=_fab <<1;_eca =_gfa |_ebe ;_eca &=_eca <<1;_ebe =_fab &_eca ;_ebe &=0xaaaaaaaa;_gfa =_ebe |(_ebe <<7);_bdcf =byte (_gfa >>24); +_cfgb =byte ((_gfa >>8)&0xff);_bec =_efcd +_cbdf ;if _bec +1==len (_ebg .Data )-1||_bec +1>=_efcd +_ebg .BytesPerLine {if _gaf =_ebg .setByte (_bec ,_ffa [_bdcf ]);_gaf !=nil {return _b .Errorf ("\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_bec );};}else {_aff =(uint16 (_ffa [_bdcf ])<<8)|uint16 (_ffa [_cfgb ]); +if _gaf =_ebg .setTwoBytes (_bec ,_aff );_gaf !=nil {return _b .Errorf ("s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_bec ); +};_cbdf ++;};};};return nil ;};func _bbegb (_fdga nrgba64 ,_bbgcb RGBA ,_bbege _fg .Rectangle ){for _bcbe :=0;_bcbe < _bbege .Max .X ;_bcbe ++{for _bfdb :=0;_bfdb < _bbege .Max .Y ;_bfdb ++{_bcca :=_fdga .NRGBA64At (_bcbe ,_bfdb );_bbgcb .SetRGBA (_bcbe ,_bfdb ,_eec (_bcca )); +};};};func (_dagg *Gray2 )At (x ,y int )_fd .Color {_cggg ,_ :=_dagg .ColorAt (x ,y );return _cggg };func _ddeg (_bcag *Monochrome ,_cage ,_ggad int ,_bcea ,_bfce int ,_gabd RasterOperator ,_bgdc *Monochrome ,_adf ,_dcbf int )error {var _gfegg ,_dgfe ,_dfgdb ,_dgbd int ; +if _cage < 0{_adf -=_cage ;_bcea +=_cage ;_cage =0;};if _adf < 0{_cage -=_adf ;_bcea +=_adf ;_adf =0;};_gfegg =_cage +_bcea -_bcag .Width ;if _gfegg > 0{_bcea -=_gfegg ;};_dgfe =_adf +_bcea -_bgdc .Width ;if _dgfe > 0{_bcea -=_dgfe ;};if _ggad < 0{_dcbf -=_ggad ; +_bfce +=_ggad ;_ggad =0;};if _dcbf < 0{_ggad -=_dcbf ;_bfce +=_dcbf ;_dcbf =0;};_dfgdb =_ggad +_bfce -_bcag .Height ;if _dfgdb > 0{_bfce -=_dfgdb ;};_dgbd =_dcbf +_bfce -_bgdc .Height ;if _dgbd > 0{_bfce -=_dgbd ;};if _bcea <=0||_bfce <=0{return nil ;}; +var _aaec error ;switch {case _cage &7==0&&_adf &7==0:_aaec =_gebd (_bcag ,_cage ,_ggad ,_bcea ,_bfce ,_gabd ,_bgdc ,_adf ,_dcbf );case _cage &7==_adf &7:_aaec =_ddea (_bcag ,_cage ,_ggad ,_bcea ,_bfce ,_gabd ,_bgdc ,_adf ,_dcbf );default:_aaec =_cbfd (_bcag ,_cage ,_ggad ,_bcea ,_bfce ,_gabd ,_bgdc ,_adf ,_dcbf ); +};if _aaec !=nil {return _aaec ;};return nil ;};func (_bafg *NRGBA16 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtNRGBA16 (x ,y ,_bafg .Width ,_bafg .BytesPerLine ,_bafg .Data ,_bafg .Alpha ,_bafg .Decode );};var _fgfab [256]uint8 ;type monochromeThresholdConverter struct{Threshold uint8 ; +};func (_dacf *Monochrome )Base ()*ImageBase {return &_dacf .ImageBase };var _ _fg .Image =&Gray8 {};func ColorAtRGBA32 (x ,y ,width int ,data ,alpha []byte ,decode []float64 )(_fd .RGBA ,error ){_edcb :=y *width +x ;_ebeb :=3*_edcb ;if _ebeb +2>=len (data ){return _fd .RGBA {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_defea :=uint8 (0xff);if alpha !=nil &&len (alpha )> _edcb {_defea =alpha [_edcb ];};_ecda ,_fadb ,_cdbg :=data [_ebeb ],data [_ebeb +1],data [_ebeb +2];if len (decode )==6{_ecda =uint8 (uint32 (LinearInterpolate (float64 (_ecda ),0,255,decode [0],decode [1]))&0xff); +_fadb =uint8 (uint32 (LinearInterpolate (float64 (_fadb ),0,255,decode [2],decode [3]))&0xff);_cdbg =uint8 (uint32 (LinearInterpolate (float64 (_cdbg ),0,255,decode [4],decode [5]))&0xff);};return _fd .RGBA {R :_ecda ,G :_fadb ,B :_cdbg ,A :_defea },nil ; +};func (_fdcae *NRGBA16 )setNRGBA (_ceef ,_dceb ,_ddd int ,_aade _fd .NRGBA ){if _ceef *3%2==0{_fdcae .Data [_ddd ]=(_aade .R >>4)<<4|(_aade .G >>4);_fdcae .Data [_ddd +1]=(_aade .B >>4)<<4|(_fdcae .Data [_ddd +1]&0xf);}else {_fdcae .Data [_ddd ]=(_fdcae .Data [_ddd ]&0xf0)|(_aade .R >>4); +_fdcae .Data [_ddd +1]=(_aade .G >>4)<<4|(_aade .B >>4);};if _fdcae .Alpha !=nil {_dgdc :=_dceb *BytesPerLine (_fdcae .Width ,4,1);if _dgdc < len (_fdcae .Alpha ){if _ceef %2==0{_fdcae .Alpha [_dgdc ]=(_aade .A >>uint (4))<>uint (4));};};};};func _dbbb (_ccbf _fg .Image ,_fbee int )(_fg .Rectangle ,bool ,[]byte ){_afcd :=_ccbf .Bounds ();var (_dbfd bool ;_fadcc []byte ;);switch _dbecb :=_ccbf .(type ){case SMasker :_dbfd =_dbecb .HasAlpha (); +case NRGBA ,RGBA ,*_fg .RGBA64 ,nrgba64 ,*_fg .NYCbCrA :_fadcc =make ([]byte ,_afcd .Max .X *_afcd .Max .Y *_fbee );case *_fg .Paletted :if !_dbecb .Opaque (){_fadcc =make ([]byte ,_afcd .Max .X *_afcd .Max .Y *_fbee );};};return _afcd ,_dbfd ,_fadcc ; +};func (_cgbf *NRGBA64 )Base ()*ImageBase {return &_cgbf .ImageBase };func _egf (_bad _fd .Color )_fd .Color {_faee :=_fd .GrayModel .Convert (_bad ).(_fd .Gray );return _bfae (_faee );};var _ Gray =&Gray4 {};func (_bbf *Gray2 )SetGray (x ,y int ,gray _fd .Gray ){_edd :=_bfae (gray ); +_ddgg :=y *_bbf .BytesPerLine ;_bcf :=_ddgg +(x >>2);if _bcf >=len (_bbf .Data ){return ;};_bdcb :=_edd .Y >>6;_bbf .Data [_bcf ]=(_bbf .Data [_bcf ]&(^(0xc0>>uint (2*((x )&3)))))|(_bdcb <>4|(_bbcf .R >>4)<<4; +_bbcf .G =_bbcf .G >>4|(_bbcf .G >>4)<<4;_bbcf .B =_bbcf .B >>4|(_bbcf .B >>4)<<4;return _bbcf ;};func (_ddaa *Monochrome )ExpandBinary (factor int )(*Monochrome ,error ){if !IsPowerOf2 (uint (factor )){return nil ,_b .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0065\u0078\u0070\u0061\u006e\u0064\u0020b\u0069n\u0061\u0072\u0079\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020\u0025\u0064",factor ); +};return _fgf (_ddaa ,factor );};func (_dgb *Gray16 )At (x ,y int )_fd .Color {_cebc ,_ :=_dgb .ColorAt (x ,y );return _cebc };func _dac (_dg *Monochrome ,_db ,_dbg int )(*Monochrome ,error ){if _dg ==nil {return nil ,_f .New ("\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _db <=0||_dbg <=0{return nil ,_f .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _db ==_dbg {if _db ==1{return _dg .copy (),nil ;};if _db ==2||_db ==4||_db ==8{_ace ,_daf :=_fgf (_dg ,_db ); +if _daf !=nil {return nil ,_daf ;};return _ace ,nil ;};};_bbg :=_db *_dg .Width ;_cca :=_dbg *_dg .Height ;_ae :=_ce (_bbg ,_cca );_fgbg :=_ae .BytesPerLine ;var (_ffb ,_agd ,_be ,_aee ,_eg int ;_fc byte ;_bc error ;);for _agd =0;_agd < _dg .Height ;_agd ++{_ffb =_dbg *_agd *_fgbg ; +for _be =0;_be < _dg .Width ;_be ++{if _bdd :=_dg .getBitAt (_be ,_agd );_bdd {_eg =_db *_be ;for _aee =0;_aee < _db ;_aee ++{_ae .setIndexedBit (_ffb *8+_eg +_aee );};};};for _aee =1;_aee < _dbg ;_aee ++{_bbb :=_ffb +_aee *_fgbg ;for _faf :=0;_faf < _fgbg ; +_faf ++{if _fc ,_bc =_ae .getByte (_ffb +_faf );_bc !=nil {return nil ,_bc ;};if _bc =_ae .setByte (_bbb +_faf ,_fc );_bc !=nil {return nil ,_bc ;};};};};return _ae ,nil ;};func (_cdae *Gray16 )GrayAt (x ,y int )_fd .Gray {_faagb ,_ :=_cdae .ColorAt (x ,y ); +return _fd .Gray {Y :uint8 (_faagb .(_fd .Gray16 ).Y >>8)};};func (_abba *Monochrome )ResolveDecode ()error {if len (_abba .Decode )!=2{return nil ;};if _abba .Decode [0]==1&&_abba .Decode [1]==0{if _aecc :=_abba .InverseData ();_aecc !=nil {return _aecc ; +};_abba .Decode =nil ;};return nil ;};var _ Image =&Gray8 {};func (_edfc *NRGBA64 )setNRGBA64 (_cbged int ,_cggf _fd .NRGBA64 ,_fcag int ){_edfc .Data [_cbged ]=uint8 (_cggf .R >>8);_edfc .Data [_cbged +1]=uint8 (_cggf .R &0xff);_edfc .Data [_cbged +2]=uint8 (_cggf .G >>8); +_edfc .Data [_cbged +3]=uint8 (_cggf .G &0xff);_edfc .Data [_cbged +4]=uint8 (_cggf .B >>8);_edfc .Data [_cbged +5]=uint8 (_cggf .B &0xff);if _fcag +1< len (_edfc .Alpha ){_edfc .Alpha [_fcag ]=uint8 (_cggf .A >>8);_edfc .Alpha [_fcag +1]=uint8 (_cggf .A &0xff); +};};var (_ga =_dge ();_caf =_ded ();_gb =_acb (););func _ceff (_aggd CMYK ,_badf RGBA ,_eggb _fg .Rectangle ){for _daeba :=0;_daeba < _eggb .Max .X ;_daeba ++{for _bfegg :=0;_bfegg < _eggb .Max .Y ;_bfegg ++{_dafdg :=_aggd .CMYKAt (_daeba ,_bfegg );_badf .SetRGBA (_daeba ,_bfegg ,_feg (_dafdg )); +};};};func _agafe (_bbec CMYK ,_bbcfg NRGBA ,_cfgbd _fg .Rectangle ){for _agcf :=0;_agcf < _cfgbd .Max .X ;_agcf ++{for _cgee :=0;_cgee < _cfgbd .Max .Y ;_cgee ++{_ecfa :=_bbec .CMYKAt (_agcf ,_cgee );_bbcfg .SetNRGBA (_agcf ,_cgee ,_gda (_ecfa ));};}; +};type RasterOperator int ;func (_adea *Gray8 )Validate ()error {if len (_adea .Data )!=_adea .Height *_adea .BytesPerLine {return ErrInvalidImage ;};return nil ;};func (_aefb *ImageBase )setEightBytes (_eadf int ,_cfbe uint64 )error {_cddb :=_aefb .BytesPerLine -(_eadf %_aefb .BytesPerLine ); +if _aefb .BytesPerLine !=_aefb .Width >>3{_cddb --;};if _cddb >=8{return _aefb .setEightFullBytes (_eadf ,_cfbe );};return _aefb .setEightPartlyBytes (_eadf ,_cddb ,_cfbe );};func (_cbdff *NRGBA32 )ColorAt (x ,y int )(_fd .Color ,error ){return ColorAtNRGBA32 (x ,y ,_cbdff .Width ,_cbdff .Data ,_cbdff .Alpha ,_cbdff .Decode ); +};type CMYK32 struct{ImageBase };func _ba (_fdd ,_cfg *Monochrome )(_cab error ){_fae :=_cfg .BytesPerLine ;_bab :=_fdd .BytesPerLine ;var _edg ,_cb ,_fag ,_efe ,_daa int ;for _fag =0;_fag < _cfg .Height ;_fag ++{_edg =_fag *_fae ;_cb =8*_fag *_bab ;for _efe =0; +_efe < _fae ;_efe ++{if _cab =_fdd .setEightBytes (_cb +_efe *8,_gb [_cfg .Data [_edg +_efe ]]);_cab !=nil {return _cab ;};};for _daa =1;_daa < 8;_daa ++{for _efe =0;_efe < _bab ;_efe ++{if _cab =_fdd .setByte (_cb +_daa *_bab +_efe ,_fdd .Data [_cb +_efe ]); +_cab !=nil {return _cab ;};};};};return nil ;};func (_cbc *CMYK32 )Set (x ,y int ,c _fd .Color ){_egcb :=4*(y *_cbc .Width +x );if _egcb +3>=len (_cbc .Data ){return ;};_fcf :=_fd .CMYKModel .Convert (c ).(_fd .CMYK );_cbc .Data [_egcb ]=_fcf .C ;_cbc .Data [_egcb +1]=_fcf .M ; +_cbc .Data [_egcb +2]=_fcf .Y ;_cbc .Data [_egcb +3]=_fcf .K ;};func _fee (_bfc Gray ,_fdb CMYK ,_dee _fg .Rectangle ){for _gdeg :=0;_gdeg < _dee .Max .X ;_gdeg ++{for _ddb :=0;_ddb < _dee .Max .Y ;_ddb ++{_edc :=_bfc .GrayAt (_gdeg ,_ddb );_fdb .SetCMYK (_gdeg ,_ddb ,_bge (_edc )); +};};};func (_edagd *Gray2 )Copy ()Image {return &Gray2 {ImageBase :_edagd .copy ()}};var _ Gray =&Gray16 {};func _fb (_eb *Monochrome ,_da int ,_ed []uint )(*Monochrome ,error ){_fgb :=_da *_eb .Width ;_dd :=_da *_eb .Height ;_def :=_ce (_fgb ,_dd );for _dc ,_cd :=range _ed {var _deb error ; +switch _cd {case 2:_deb =_gc (_def ,_eb );case 4:_deb =_cdb (_def ,_eb );case 8:_deb =_ba (_def ,_eb );};if _deb !=nil {return nil ,_deb ;};if _dc !=len (_ed )-1{_eb =_def .copy ();};};return _def ,nil ;};func (_bcfge *RGBA32 )Set (x ,y int ,c _fd .Color ){_dcbad :=y *_bcfge .Width +x ; +_gbde :=3*_dcbad ;if _gbde +2>=len (_bcfge .Data ){return ;};_dddg :=_fd .RGBAModel .Convert (c ).(_fd .RGBA );_bcfge .setRGBA (_dcbad ,_dddg );};func (_ceba *ImageBase )Pix ()[]byte {return _ceba .Data };type SMasker interface{HasAlpha ()bool ;GetAlpha ()[]byte ; +MakeAlpha ();};func (_agdda *RGBA32 )At (x ,y int )_fd .Color {_cacb ,_ :=_agdda .ColorAt (x ,y );return _cacb };func (_afed *Monochrome )setIndexedBit (_acefb int ){_afed .Data [(_acefb >>3)]|=0x80>>uint (_acefb &7);};func (_agea *Gray2 )Histogram ()(_edbd [256]int ){for _cgaa :=0; +_cgaa < _agea .Width ;_cgaa ++{for _acbg :=0;_acbg < _agea .Height ;_acbg ++{_edbd [_agea .GrayAt (_cgaa ,_acbg ).Y ]++;};};return _edbd ;};func _eec (_gbc _fd .NRGBA64 )_fd .RGBA {_egcd ,_egcf ,_eeeg ,_ggfa :=_gbc .RGBA ();return _fd .RGBA {R :uint8 (_egcd >>8),G :uint8 (_egcf >>8),B :uint8 (_eeeg >>8),A :uint8 (_ggfa >>8)}; +};func (_fafd *CMYK32 )SetCMYK (x ,y int ,c _fd .CMYK ){_fbb :=4*(y *_fafd .Width +x );if _fbb +3>=len (_fafd .Data ){return ;};_fafd .Data [_fbb ]=c .C ;_fafd .Data [_fbb +1]=c .M ;_fafd .Data [_fbb +2]=c .Y ;_fafd .Data [_fbb +3]=c .K ;};func _dbe (_geccb _fd .RGBA )_fd .NRGBA {switch _geccb .A {case 0xff:return _fd .NRGBA {R :_geccb .R ,G :_geccb .G ,B :_geccb .B ,A :0xff}; +case 0x00:return _fd .NRGBA {};default:_ccga ,_deab ,_cee ,_abg :=_geccb .RGBA ();_ccga =(_ccga *0xffff)/_abg ;_deab =(_deab *0xffff)/_abg ;_cee =(_cee *0xffff)/_abg ;return _fd .NRGBA {R :uint8 (_ccga >>8),G :uint8 (_deab >>8),B :uint8 (_cee >>8),A :uint8 (_abg >>8)}; +};};func (_gedba *Monochrome )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Monochrome ,sx ,sy int )error {return _fega (_gedba ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func _acedg (_cfgd ,_dacd RGBA ,_efafe _fg .Rectangle ){for _cgba :=0;_cgba < _efafe .Max .X ; +_cgba ++{for _ffff :=0;_ffff < _efafe .Max .Y ;_ffff ++{_dacd .SetRGBA (_cgba ,_ffff ,_cfgd .RGBAAt (_cgba ,_ffff ));};};};func (_eeb *Gray2 )GrayAt (x ,y int )_fd .Gray {_bbda ,_ :=ColorAtGray2BPC (x ,y ,_eeb .BytesPerLine ,_eeb .Data ,_eeb .Decode ); +return _bbda ;};func ColorAtGray8BPC (x ,y ,bytesPerLine int ,data []byte ,decode []float64 )(_fd .Gray ,error ){_eecf :=y *bytesPerLine +x ;if _eecf >=len (data ){return _fd .Gray {},_b .Errorf ("\u0069\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006ea\u0074\u0065\u0073\u0020\u006f\u0075t\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064,\u0020\u0025\u0064\u0029",x ,y ); +};_ffc :=data [_eecf ];if len (decode )==2{_ffc =uint8 (uint32 (LinearInterpolate (float64 (_ffc ),0,255,decode [0],decode [1]))&0xff);};return _fd .Gray {Y :_ffc },nil ;};func (_bacc *NRGBA64 )Validate ()error {if len (_bacc .Data )!=3*2*_bacc .Width *_bacc .Height {return _f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func (_abcc *Monochrome )SetGray (x ,y int ,g _fd .Gray ){_daac :=y *_abcc .BytesPerLine +x >>3;if _daac > len (_abcc .Data )-1{return ;};g =_aea (g ,monochromeModel (_abcc .ModelThreshold ));_abcc .setGray (x ,g ,_daac );};type Gray4 struct{ImageBase }; +func _dagc (_ffgc _fg .Image ,_afab uint8 )*_fg .Gray {_ecffe :=_ffgc .Bounds ();_fgde :=_fg .NewGray (_ecffe );var (_fgdf _fd .Color ;_cfgdc _fd .Gray ;);for _gbbg :=0;_gbbg < _ecffe .Max .X ;_gbbg ++{for _cdgg :=0;_cdgg < _ecffe .Max .Y ;_cdgg ++{_fgdf =_ffgc .At (_gbbg ,_cdgg ); +_fgde .Set (_gbbg ,_cdgg ,_fgdf );_cfgdc =_fgde .GrayAt (_gbbg ,_cdgg );_fgde .SetGray (_gbbg ,_cdgg ,_fd .Gray {Y :_bef (_cfgdc .Y ,_afab )});};};return _fgde ;};func _ddea (_beae *Monochrome ,_gggde ,_egae ,_gafe ,_ebeg int ,_bccd RasterOperator ,_cgea *Monochrome ,_fadc ,_egaf int )error {var (_cfbea bool ; +_aded bool ;_gegd int ;_cfaa int ;_bcff int ;_gge bool ;_efbg byte ;_aaba int ;_ecb int ;_daeb int ;_dfga ,_ageag int ;);_bfcf :=8-(_gggde &7);_fefa :=_gaee [_bfcf ];_bace :=_beae .BytesPerLine *_egae +(_gggde >>3);_aefa :=_cgea .BytesPerLine *_egaf +(_fadc >>3); +if _gafe < _bfcf {_cfbea =true ;_fefa &=_fgbf [8-_bfcf +_gafe ];};if !_cfbea {_gegd =(_gafe -_bfcf )>>3;if _gegd > 0{_aded =true ;_cfaa =_bace +1;_bcff =_aefa +1;};};_aaba =(_gggde +_gafe )&7;if !(_cfbea ||_aaba ==0){_gge =true ;_efbg =_fgbf [_aaba ];_ecb =_bace +1+_gegd ; +_daeb =_aefa +1+_gegd ;};switch _bccd {case PixSrc :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ; +_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ],_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixNotSrc :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^_cgea .Data [_aefa ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;}; +if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=^_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^_cgea .Data [_daeb ],_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixSrcOrDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ]|_beae .Data [_bace ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ; +};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]|=_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ]|_beae .Data [_ecb ],_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixSrcAndDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ]&_beae .Data [_bace ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ; +};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]&=_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ]&_beae .Data [_ecb ],_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixSrcXorDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ]^_beae .Data [_bace ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ; +};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]^=_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ]^_beae .Data [_ecb ],_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixNotSrcOrDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^(_cgea .Data [_aefa ])|_beae .Data [_bace ],_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ; +};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]|=^(_cgea .Data [_bcff +_ageag ]);};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ; +_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^(_cgea .Data [_daeb ])|_beae .Data [_ecb ],_efbg );_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixNotSrcAndDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^(_cgea .Data [_aefa ])&_beae .Data [_bace ],_fefa ); +_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]&=^_cgea .Data [_bcff +_ageag ];};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ; +};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^(_cgea .Data [_daeb ])&_beae .Data [_ecb ],_efbg );_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixSrcOrNotDst :for _dfga =0;_dfga < _ebeg ; +_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ]|^(_beae .Data [_bace ]),_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=_cgea .Data [_bcff +_ageag ]|^(_beae .Data [_cfaa +_ageag ]); +};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ]|^(_beae .Data [_ecb ]),_efbg );_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ; +};};case PixSrcAndNotDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],_cgea .Data [_aefa ]&^(_beae .Data [_bace ]),_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ; +_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=_cgea .Data [_bcff +_ageag ]&^(_beae .Data [_cfaa +_ageag ]);};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],_cgea .Data [_daeb ]&^(_beae .Data [_ecb ]),_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixNotPixSrcOrDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^(_cgea .Data [_aefa ]|_beae .Data [_bace ]),_fefa );_bace +=_beae .BytesPerLine ; +_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=^(_cgea .Data [_bcff +_ageag ]|_beae .Data [_cfaa +_ageag ]);};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ; +};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^(_cgea .Data [_daeb ]|_beae .Data [_ecb ]),_efbg );_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};case PixNotPixSrcAndDst :for _dfga =0;_dfga < _ebeg ; +_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^(_cgea .Data [_aefa ]&_beae .Data [_bace ]),_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ;_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=^(_cgea .Data [_bcff +_ageag ]&_beae .Data [_cfaa +_ageag ]); +};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^(_cgea .Data [_daeb ]&_beae .Data [_ecb ]),_efbg );_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ; +};};case PixNotPixSrcXorDst :for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_bace ]=_cgdd (_beae .Data [_bace ],^(_cgea .Data [_aefa ]^_beae .Data [_bace ]),_fefa );_bace +=_beae .BytesPerLine ;_aefa +=_cgea .BytesPerLine ;};if _aded {for _dfga =0;_dfga < _ebeg ; +_dfga ++{for _ageag =0;_ageag < _gegd ;_ageag ++{_beae .Data [_cfaa +_ageag ]=^(_cgea .Data [_bcff +_ageag ]^_beae .Data [_cfaa +_ageag ]);};_cfaa +=_beae .BytesPerLine ;_bcff +=_cgea .BytesPerLine ;};};if _gge {for _dfga =0;_dfga < _ebeg ;_dfga ++{_beae .Data [_ecb ]=_cgdd (_beae .Data [_ecb ],^(_cgea .Data [_daeb ]^_beae .Data [_ecb ]),_efbg ); +_ecb +=_beae .BytesPerLine ;_daeb +=_cgea .BytesPerLine ;};};default:_ab .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_bccd );return _f .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func _efef (_cddgb _fg .Image ,_dfbe Image ,_fcdaf _fg .Rectangle ){switch _bcfa :=_cddgb .(type ){case Gray :_bccb (_bcfa ,_dfbe .(Gray ),_fcdaf );case NRGBA :_eeg (_bcfa ,_dfbe .(Gray ),_fcdaf );case CMYK :_bfgf (_bcfa ,_dfbe .(Gray ),_fcdaf ); +case RGBA :_afc (_bcfa ,_dfbe .(Gray ),_fcdaf );default:_ebga (_cddgb ,_dfbe ,_fcdaf );};};var _ Image =&NRGBA32 {};func (_dgeae *Gray2 )Base ()*ImageBase {return &_dgeae .ImageBase };func _dbeb (_dafg int ,_fagab int )int {if _dafg < _fagab {return _dafg ; +};return _fagab ;};func _eee (_cfc ,_abb int ,_adgg []byte )*Monochrome {_cbb :=_ce (_cfc ,_abb );_cbb .Data =_adgg ;return _cbb ;};func _ebgb (_ebfdc []byte ,_bdbc Image )error {_acaaf :=true ;for _daea :=0;_daea < len (_ebfdc );_daea ++{if _ebfdc [_daea ]!=0xff{_acaaf =false ; +break ;};};if _acaaf {switch _eadfg :=_bdbc .(type ){case *NRGBA32 :_eadfg .Alpha =nil ;case *NRGBA64 :_eadfg .Alpha =nil ;default:return _b .Errorf ("i\u006ete\u0072n\u0061l\u0020\u0065\u0072\u0072\u006fr\u0020\u002d\u0020i\u006d\u0061\u0067\u0065\u0020s\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020\u0074\u0079\u0070e\u0020\u002a\u004eRGB\u0041\u0033\u0032\u0020\u006f\u0072 \u002a\u004e\u0052\u0047\u0042\u0041\u0036\u0034\u0020\u0062\u0075\u0074 \u0069s\u003a\u0020\u0025\u0054",_bdbc ); +};};return nil ;};var _ _fg .Image =&Gray2 {};var _ _fg .Image =&Gray4 {};func _dgecd (_efea *_fg .Gray )bool {for _bcfb :=0;_bcfb < len (_efea .Pix );_bcfb ++{if !_fcfe (_efea .Pix [_bcfb ]){return false ;};};return true ;};func _eeg (_ceec NRGBA ,_gdaa Gray ,_ddac _fg .Rectangle ){for _cbafe :=0; +_cbafe < _ddac .Max .X ;_cbafe ++{for _babd :=0;_babd < _ddac .Max .Y ;_babd ++{_eab :=_ddba (_ceec .NRGBAAt (_cbafe ,_babd ));_gdaa .SetGray (_cbafe ,_babd ,_eab );};};};func _cgdd (_dggd ,_fbge ,_gaeg byte )byte {return (_dggd &^(_gaeg ))|(_fbge &_gaeg )}; +const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa;PixNotSrc RasterOperator =0x3;PixNotDst RasterOperator =0x5;PixClr RasterOperator =0x0;PixSet RasterOperator =0xf;PixSrcOrDst RasterOperator =0xe;PixSrcAndDst RasterOperator =0x8;PixSrcXorDst RasterOperator =0x6; +PixNotSrcOrDst RasterOperator =0xb;PixNotSrcAndDst RasterOperator =0x2;PixSrcOrNotDst RasterOperator =0xd;PixSrcAndNotDst RasterOperator =0x4;PixNotPixSrcOrDst RasterOperator =0x1;PixNotPixSrcAndDst RasterOperator =0x7;PixNotPixSrcXorDst RasterOperator =0x9; +PixPaint =PixSrcOrDst ;PixSubtract =PixNotSrcAndDst ;PixMask =PixSrcAndDst ;);func _fbgg (_efcbb _fd .CMYK )_fd .Gray {_gdcf ,_agdf ,_gedb :=_fd .CMYKToRGB (_efcbb .C ,_efcbb .M ,_efcbb .Y ,_efcbb .K );_gfb :=(19595*uint32 (_gdcf )+38470*uint32 (_agdf )+7471*uint32 (_gedb )+1<<7)>>16; +return _fd .Gray {Y :uint8 (_gfb )};};func (_ccfgd *RGBA32 )Validate ()error {if len (_ccfgd .Data )!=3*_ccfgd .Width *_ccfgd .Height {return _f .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006da\u0067\u0065\u0020\u0064\u0061\u0074\u0061 s\u0069\u007a\u0065\u0020f\u006f\u0072\u0020\u0070\u0072\u006f\u0076\u0069\u0064ed\u0020\u0064i\u006d\u0065\u006e\u0073\u0069\u006f\u006e\u0073"); +};return nil ;};func _bef (_bcg ,_gbgc uint8 )uint8 {if _bcg < _gbgc {return 255;};return 0;};func _gc (_ef ,_cdd *Monochrome )(_bd error ){_cdf :=_cdd .BytesPerLine ;_cc :=_ef .BytesPerLine ;var (_ede byte ;_af uint16 ;_bb ,_aa ,_aad ,_fe ,_ag int ;); +for _aad =0;_aad < _cdd .Height ;_aad ++{_bb =_aad *_cdf ;_aa =2*_aad *_cc ;for _fe =0;_fe < _cdf ;_fe ++{_ede =_cdd .Data [_bb +_fe ];_af =_ga [_ede ];_ag =_aa +_fe *2;if _ef .BytesPerLine !=_cdd .BytesPerLine *2&&(_fe +1)*2> _ef .BytesPerLine {_bd =_ef .setByte (_ag ,byte (_af >>8)); +}else {_bd =_ef .setTwoBytes (_ag ,_af );};if _bd !=nil {return _bd ;};};for _fe =0;_fe < _cc ;_fe ++{_ag =_aa +_cc +_fe ;_ede =_ef .Data [_aa +_fe ];if _bd =_ef .setByte (_ag ,_ede );_bd !=nil {return _bd ;};};};return nil ;};var (MonochromeConverter =ConverterFunc (_cbf ); +Gray2Converter =ConverterFunc (_ebff );Gray4Converter =ConverterFunc (_bdca );GrayConverter =ConverterFunc (_egdf );Gray16Converter =ConverterFunc (_ddgc );NRGBA16Converter =ConverterFunc (_adfa );NRGBAConverter =ConverterFunc (_gbeg );NRGBA64Converter =ConverterFunc (_cddd ); +RGBAConverter =ConverterFunc (_afeb );CMYKConverter =ConverterFunc (_bfeg ););func _acgg (_ffaa _fg .Image ,_gfcge Image ,_fbc _fg .Rectangle ){if _debf ,_acc :=_ffaa .(SMasker );_acc &&_debf .HasAlpha (){_gfcge .(SMasker ).MakeAlpha ();};_ebga (_ffaa ,_gfcge ,_fbc ); +};func NextPowerOf2 (n uint )uint {if IsPowerOf2 (n ){return n ;};return 1<<(_ffdf (n )+1);};func _edag (_gbbf _fd .NRGBA )_fd .CMYK {_ccad ,_ade ,_bca ,_ :=_gbbf .RGBA ();_ecd ,_gcga ,_dadg ,_bbgd :=_fd .RGBToCMYK (uint8 (_ccad >>8),uint8 (_ade >>8),uint8 (_bca >>8)); +return _fd .CMYK {C :_ecd ,M :_gcga ,Y :_dadg ,K :_bbgd };};func (_aebg *Monochrome )setGrayBit (_bgb ,_bfca int ){_aebg .Data [_bgb ]|=0x80>>uint (_bfca &7)};var _ _fg .Image =&RGBA32 {};func _bddb (_fdac *Monochrome ,_gea int ,_bdb []byte )(_daae *Monochrome ,_bfa error ){const _fbe ="\u0072\u0065d\u0075\u0063\u0065R\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079"; +if _fdac ==nil {return nil ,_f .New ("\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _gea < 1||_gea > 4{return nil ,_f .New ("\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d"); +};if _fdac .Height <=1{return nil ,_f .New ("\u0073\u006f\u0075rc\u0065\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020m\u0075s\u0074 \u0062e\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027");};_daae =_ce (_fdac .Width /2,_fdac .Height /2); +if _bdb ==nil {_bdb =_fbgb ();};_baf :=_dbeb (_fdac .BytesPerLine ,2*_daae .BytesPerLine );switch _gea {case 1:_bfa =_bee (_fdac ,_daae ,_bdb ,_baf );case 2:_bfa =_bg (_fdac ,_daae ,_bdb ,_baf );case 3:_bfa =_cfca (_fdac ,_daae ,_bdb ,_baf );case 4:_bfa =_gdb (_fdac ,_daae ,_bdb ,_baf ); +};if _bfa !=nil {return nil ,_bfa ;};return _daae ,nil ;};type NRGBA64 struct{ImageBase };var _ NRGBA =&NRGBA32 {};func MonochromeThresholdConverter (threshold uint8 )ColorConverter {return &monochromeThresholdConverter {Threshold :threshold };}; \ No newline at end of file diff --git a/internal/integrations/unichart/unichart.go b/internal/integrations/unichart/unichart.go index a59598dfd..c47d7f955 100644 --- a/internal/integrations/unichart/unichart.go +++ b/internal/integrations/unichart/unichart.go @@ -9,32 +9,31 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package unichart ;import (_a "bytes";_e "fmt";_d "github.com/unidoc/unichart/render";_fe "github.com/unidoc/unipdf/v3/common";_bed "github.com/unidoc/unipdf/v3/contentstream";_ab "github.com/unidoc/unipdf/v3/contentstream/draw";_c "github.com/unidoc/unipdf/v3/core"; -_be "github.com/unidoc/unipdf/v3/model";_ag "image/color";_bc "io";_b "math";);func _faf (_dec float64 )float64 {return _dec *_b .Pi /180.0};func (_cce *Renderer )ArcTo (cx ,cy int ,rx ,ry ,startAngle ,deltaAngle float64 ){startAngle =_gcea (2.0*_b .Pi -startAngle ); -deltaAngle =_gcea (-deltaAngle );_fbe ,_aac :=deltaAngle ,1;if _b .Abs (deltaAngle )> 90.0{_aac =int (_b .Ceil (_b .Abs (deltaAngle )/90.0));_fbe =deltaAngle /float64 (_aac );};var (_cf =_faf (_fbe /2);_ccd =_b .Abs (4.0/3.0*(1.0-_b .Cos (_cf ))/_b .Sin (_cf )); -_abd =float64 (cx );_bcc =float64 (cy ););for _bfb :=0;_bfb < _aac ;_bfb ++{_eg :=_faf (startAngle +float64 (_bfb )*_fbe );_gc :=_faf (startAngle +float64 (_bfb +1)*_fbe );_ef :=_b .Cos (_eg );_bb :=_b .Cos (_gc );_cfd :=_b .Sin (_eg );_gb :=_b .Sin (_gc ); -var _gg []float64 ;if _fbe > 0{_gg =[]float64 {_abd +rx *_ef ,_bcc -ry *_cfd ,_abd +rx *(_ef -_ccd *_cfd ),_bcc -ry *(_cfd +_ccd *_ef ),_abd +rx *(_bb +_ccd *_gb ),_bcc -ry *(_gb -_ccd *_bb ),_abd +rx *_bb ,_bcc -ry *_gb };}else {_gg =[]float64 {_abd +rx *_ef ,_bcc -ry *_cfd ,_abd +rx *(_ef +_ccd *_cfd ),_bcc -ry *(_cfd -_ccd *_ef ),_abd +rx *(_bb -_ccd *_gb ),_bcc -ry *(_gb +_ccd *_bb ),_abd +rx *_bb ,_bcc -ry *_gb }; -};if _bfb ==0{_cce ._de .Add_l (_gg [0],_gg [1]);};_cce ._de .Add_c (_gg [2],_gg [3],_gg [4],_gg [5],_gg [6],_gg [7]);};};func (_dg *Renderer )SetStrokeWidth (width float64 ){_dg ._aa =width ;_dg ._de .Add_w (width )};func (_efe *Renderer )Text (text string ,x ,y int ){_efe ._de .Add_q (); -_efe .SetFont (_efe ._ded );_agc ,_gff ,_cae ,_ :=_gcb (_efe ._ge );_efe ._de .Add_rg (_agc ,_gff ,_cae );_efe ._de .Translate (float64 (x ),float64 (y )).Scale (1,-1);if _ffa :=_efe ._gea ;_ffa !=0{_efe ._de .RotateDeg (_ffa );};_efe ._de .Add_BT ().Add_TL (_efe ._eda ); -var (_bdd =_efe ._ded .Encoder ();_cfdd =_efe .wrapText (text );_ce =len (_cfdd ););for _ecg ,_edfa :=range _cfdd {_efe ._de .Add_TJ (_c .MakeStringFromBytes (_bdd .Encode (_edfa )));if _ecg !=_ce -1{_efe ._de .Add_Tstar ();};};_efe ._de .Add_ET ();_efe ._de .Add_Q (); -};func (_cfdc *Renderer )Close (){_cfdc ._de .Add_h ()};func (_bdc *Renderer )ResetStyle (){_bdc .SetFillColor (_ag .Black );_bdc .SetStrokeColor (_ag .Transparent );_bdc .SetStrokeWidth (0);_bdc .SetFont (_be .DefaultFont ());_bdc .SetFontColor (_ag .Black ); -_bdc .SetFontSize (12);_bdc .SetTextRotation (0);};func (_bcd *Renderer )SetDPI (dpi float64 ){_bcd ._g =dpi };func _gcea (_ga float64 )float64 {return _ga *180/_b .Pi };func (_ad *Renderer )SetClassName (name string ){};type Renderer struct{_bf int ;_bg int ; -_g float64 ;_de *_bed .ContentCreator ;_dc *_be .PdfPageResources ;_gf _ag .Color ;_ed _ag .Color ;_aa float64 ;_ded *_be .PdfFont ;_eda float64 ;_ge _ag .Color ;_gea float64 ;_bd map[*_be .PdfFont ]_c .PdfObjectName ;};func (_ec *Renderer )Circle (radius float64 ,x ,y int ){_cb :=radius ; -if _bbf :=_ec ._aa ;_bbf !=0{_cb -=_bbf /2;};_abc :=_cb *0.551784;_da :=_ab .CubicBezierPath {Curves :[]_ab .CubicBezierCurve {_ab .NewCubicBezierCurve (-_cb ,0,-_cb ,_abc ,-_abc ,_cb ,0,_cb ),_ab .NewCubicBezierCurve (0,_cb ,_abc ,_cb ,_cb ,_abc ,_cb ,0),_ab .NewCubicBezierCurve (_cb ,0,_cb ,-_abc ,_abc ,-_cb ,0,-_cb ),_ab .NewCubicBezierCurve (0,-_cb ,-_abc ,-_cb ,-_cb ,-_abc ,-_cb ,0)}}; -if _ebg :=_ec ._aa ;_ebg !=0{_da =_da .Offset (_ebg /2,_ebg /2);};_da =_da .Offset (float64 (x ),float64 (y ));_ab .DrawBezierPathWithCreator (_da ,_ec ._de );};func (_fg *Renderer )SetStrokeDashArray (dashArray []float64 ){_ea :=make ([]int64 ,len (dashArray )); -for _eba ,_eag :=range dashArray {_ea [_eba ]=int64 (_eag );};_fg ._de .Add_d (_ea ,0);};func _fgg (_gce _ag .Color )(uint8 ,uint8 ,uint8 ,uint8 ){_eeg ,_dcc ,_aag ,_fed :=_gce .RGBA ();return uint8 (_eeg >>8),uint8 (_dcc >>8),uint8 (_aag >>8),uint8 (_fed >>8); -};func _edfag (_aab string ,_gdf int ,_bdga func (_c .PdfObjectName )bool )_c .PdfObjectName {_fdd :=_c .PdfObjectName (_e .Sprintf ("\u0025\u0073\u0025\u0064",_aab ,_gdf ));for _ddd :=_gdf ;_bdga (_fdd );{_ddd ++;_fdd =_c .PdfObjectName (_e .Sprintf ("\u0025\u0073\u0025\u0064",_aab ,_ddd )); -};return _fdd ;};func (_gga *Renderer )Stroke (){_gga ._de .Add_S ()};func (_cc *Renderer )QuadCurveTo (cx ,cy ,x ,y int ){_cc ._de .Add_v (float64 (x ),float64 (y ),float64 (cx ),float64 (cy ));};func _gcb (_gede _ag .Color )(float64 ,float64 ,float64 ,float64 ){_ba ,_fdb ,_gbcg ,_dab :=_fgg (_gede ); -return float64 (_ba )/255,float64 (_fdb )/255,float64 (_gbcg )/255,float64 (_dab )/255;};func (_gbe *Renderer )getTextWidth (_aef string )float64 {var _bgc float64 ;for _ ,_cda :=range _aef {_bec ,_dac :=_gbe ._ded .GetRuneMetrics (_cda );if !_dac {_fe .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_cda ); -};_bgc +=_bec .Wx ;};return _gbe ._eda *_bgc /1000.0;};func (_ca *Renderer )SetFillColor (color _ag .Color ){_ca ._gf =color ;_ged ,_bdg ,_ac ,_ :=_gcb (color );_ca ._de .Add_rg (_ged ,_bdg ,_ac );};func (_gba *Renderer )ClearTextRotation (){_gba ._gea =0}; -func (_cd *Renderer )SetTextRotation (radians float64 ){_cd ._gea =_gcea (-radians )};func NewRenderer (cc *_bed .ContentCreator ,res *_be .PdfPageResources )func (int ,int )(_d .Renderer ,error ){return func (_eb ,_gd int )(_d .Renderer ,error ){_ff :=&Renderer {_bf :_eb ,_bg :_gd ,_g :72,_de :cc ,_dc :res ,_bd :map[*_be .PdfFont ]_c .PdfObjectName {}}; -_ff .ResetStyle ();return _ff ,nil ;};};func (_deb *Renderer )Fill (){_deb ._de .Add_f ()};func (_db *Renderer )SetStrokeColor (color _ag .Color ){_db ._ed =color ;_agf ,_fb ,_dbf ,_ :=_gcb (color );_db ._de .Add_RG (_agf ,_fb ,_dbf );};func (_dd *Renderer )SetFontSize (size float64 ){_dd ._eda =size }; -func (_age *Renderer )LineTo (x ,y int ){_age ._de .Add_l (float64 (x ),float64 (y ))};func (_fbc *Renderer )MoveTo (x ,y int ){_fbc ._de .Add_m (float64 (x ),float64 (y ))};func (_dcf *Renderer )SetFontColor (color _ag .Color ){_dcf ._ge =color };func (_fa *Renderer )wrapText (_dda string )[]string {var (_dde []string ; -_ecd []rune ;);for _ ,_gfa :=range _dda {if _gfa =='\n'{_dde =append (_dde ,string (_ecd ));_ecd =[]rune {};continue ;};_ecd =append (_ecd ,_gfa );};if len (_ecd )> 0{_dde =append (_dde ,string (_ecd ));};return _dde ;};func (_ee *Renderer )SetFont (font _d .Font ){_gge ,_fba :=font .(*_be .PdfFont ); -if !_fba {_fe .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065");return ;};_edf ,_fba :=_ee ._bd [_gge ];if !_fba {_edf =_edfag ("\u0046\u006f\u006e\u0074",1,_ee ._dc .HasFontByName ); -if _ggg :=_ee ._dc .SetFontByName (_edf ,_gge .ToPdfObject ());_ggg !=nil {_fe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0064d\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0076\u0020\u0074\u006f\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073",_gge ); -};_ee ._bd [_gge ]=_edf ;};_ee ._de .Add_Tf (_edf ,_ee ._eda );_ee ._ded =_gge ;};func (_cgb *Renderer )Save (w _bc .Writer )error {if w ==nil {return nil ;};_ ,_efeg :=_bc .Copy (w ,_a .NewBuffer (_cgb ._de .Bytes ()));return _efeg ;};func (_dga *Renderer )FillStroke (){_dga ._de .Add_B ()}; -func (_ecf *Renderer )MeasureText (text string )_d .Box {_ece :=_ecf ._eda ;_ebc ,_gfg :=_ecf ._ded .GetFontDescriptor ();if _gfg !=nil {_fe .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); -}else {_cfddf ,_dge :=_ebc .GetCapHeight ();if _dge !=nil {_fe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_dge ); -}else {_ece =_cfddf /1000.0*_ecf ._eda ;};};var (_eeb =0.0;_gedf =_ecf .wrapText (text ););for _ ,_ccg :=range _gedf {if _dbe :=_ecf .getTextWidth (_ccg );_dbe > _eeb {_eeb =_dbe ;};};_dgec :=_d .NewBox (0,0,int (_eeb ),int (_ece ));if _gbc :=_ecf ._gea ; -_gbc !=0{_dgec =_dgec .Corners ().Rotate (_gbc ).Box ();};return _dgec ;};func (_ae *Renderer )GetDPI ()float64 {return _ae ._g }; \ No newline at end of file +package unichart ;import (_f "bytes";_a "fmt";_d "github.com/unidoc/unichart/render";_cc "github.com/unidoc/unipdf/v3/common";_bf "github.com/unidoc/unipdf/v3/contentstream";_ag "github.com/unidoc/unipdf/v3/contentstream/draw";_fd "github.com/unidoc/unipdf/v3/core"; +_cce "github.com/unidoc/unipdf/v3/model";_fe "image/color";_g "io";_b "math";);func (_dga *Renderer )Text (text string ,x ,y int ){_dga ._af .Add_q ();_dga .SetFont (_dga ._gf );_bded ,_fce ,_bgc ,_ :=_fed (_dga ._be );_dga ._af .Add_rg (_bded ,_fce ,_bgc ); +_dga ._af .Translate (float64 (x ),float64 (y )).Scale (1,-1);if _feb :=_dga ._ec ;_feb !=0{_dga ._af .RotateDeg (_feb );};_dga ._af .Add_BT ().Add_TL (_dga ._e );var (_ac =_dga ._gf .Encoder ();_ccd =_dga .wrapText (text );_cfa =len (_ccd ););for _adg ,_bac :=range _ccd {_dga ._af .Add_TJ (_fd .MakeStringFromBytes (_ac .Encode (_bac ))); +if _adg !=_cfa -1{_dga ._af .Add_Tstar ();};};_dga ._af .Add_ET ();_dga ._af .Add_Q ();};func _gff (_fceb float64 )float64 {return _fceb *_b .Pi /180.0};func (_dg *Renderer )SetClassName (name string ){};func (_gbc *Renderer )SetStrokeDashArray (dashArray []float64 ){_dgg :=make ([]int64 ,len (dashArray )); +for _dfaf ,_gcf :=range dashArray {_dgg [_dfaf ]=int64 (_gcf );};_gbc ._af .Add_d (_dgg ,0);};func (_bda *Renderer )SetStrokeColor (color _fe .Color ){_bda ._db =color ;_ga ,_de ,_bc ,_ :=_fed (color );_bda ._af .Add_RG (_ga ,_de ,_bc );};func (_gae *Renderer )Save (w _g .Writer )error {if w ==nil {return nil ; +};_ ,_adf :=_g .Copy (w ,_f .NewBuffer (_gae ._af .Bytes ()));return _adf ;};func (_gbcc *Renderer )ClearTextRotation (){_gbcc ._ec =0};func (_eag *Renderer )ArcTo (cx ,cy int ,rx ,ry ,startAngle ,deltaAngle float64 ){startAngle =_cdf (2.0*_b .Pi -startAngle ); +deltaAngle =_cdf (-deltaAngle );_afg ,_gcb :=deltaAngle ,1;if _b .Abs (deltaAngle )> 90.0{_gcb =int (_b .Ceil (_b .Abs (deltaAngle )/90.0));_afg =deltaAngle /float64 (_gcb );};var (_ge =_gff (_afg /2);_edb =_b .Abs (4.0/3.0*(1.0-_b .Cos (_ge ))/_b .Sin (_ge )); +_agd =float64 (cx );_ad =float64 (cy ););for _bg :=0;_bg < _gcb ;_bg ++{_ecc :=_gff (startAngle +float64 (_bg )*_afg );_ff :=_gff (startAngle +float64 (_bg +1)*_afg );_gfd :=_b .Cos (_ecc );_ce :=_b .Cos (_ff );_cab :=_b .Sin (_ecc );_ba :=_b .Sin (_ff ); +var _cg []float64 ;if _afg > 0{_cg =[]float64 {_agd +rx *_gfd ,_ad -ry *_cab ,_agd +rx *(_gfd -_edb *_cab ),_ad -ry *(_cab +_edb *_gfd ),_agd +rx *(_ce +_edb *_ba ),_ad -ry *(_ba -_edb *_ce ),_agd +rx *_ce ,_ad -ry *_ba };}else {_cg =[]float64 {_agd +rx *_gfd ,_ad -ry *_cab ,_agd +rx *(_gfd +_edb *_cab ),_ad -ry *(_cab -_edb *_gfd ),_agd +rx *(_ce -_edb *_ba ),_ad -ry *(_ba +_edb *_ce ),_agd +rx *_ce ,_ad -ry *_ba }; +};if _bg ==0{_eag ._af .Add_l (_cg [0],_cg [1]);};_eag ._af .Add_c (_cg [2],_cg [3],_cg [4],_cg [5],_cg [6],_cg [7]);};};func (_ed *Renderer )QuadCurveTo (cx ,cy ,x ,y int ){_ed ._af .Add_v (float64 (x ),float64 (y ),float64 (cx ),float64 (cy ));};func (_fcf *Renderer )wrapText (_baa string )[]string {var (_gcfc []string ; +_acb []rune ;);for _ ,_afb :=range _baa {if _afb =='\n'{_gcfc =append (_gcfc ,string (_acb ));_acb =[]rune {};continue ;};_acb =append (_acb ,_afb );};if len (_acb )> 0{_gcfc =append (_gcfc ,string (_acb ));};return _gcfc ;};func _bec (_bgg _fe .Color )(uint8 ,uint8 ,uint8 ,uint8 ){_eagc ,_gcbg ,_gfe ,_gbe :=_bgg .RGBA (); +return uint8 (_eagc >>8),uint8 (_gcbg >>8),uint8 (_gfe >>8),uint8 (_gbe >>8);};func (_gfb *Renderer )Fill (){_gfb ._af .Add_f ()};func (_dfa *Renderer )GetDPI ()float64 {return _dfa ._gc };func _cdf (_gea float64 )float64 {return _gea *180/_b .Pi };func (_fb *Renderer )SetFontColor (color _fe .Color ){_fb ._be =color }; +func (_dea *Renderer )MeasureText (text string )_d .Box {_fg :=_dea ._e ;_afd ,_fde :=_dea ._gf .GetFontDescriptor ();if _fde !=nil {_cc .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0066\u006fn\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074o\u0072"); +}else {_cd ,_ead :=_afd .GetCapHeight ();if _ead !=nil {_cc .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0067\u0065\u0074\u0020f\u006f\u006e\u0074\u0020\u0063\u0061\u0070\u0020\u0068\u0065\u0069\u0067\u0068t\u003a\u0020\u0025\u0076",_ead ); +}else {_fg =_cd /1000.0*_dea ._e ;};};var (_bad =0.0;_gcbe =_dea .wrapText (text ););for _ ,_ab :=range _gcbe {if _fbb :=_dea .getTextWidth (_ab );_fbb > _bad {_bad =_fbb ;};};_aef :=_d .NewBox (0,0,int (_bad ),int (_fg ));if _gce :=_dea ._ec ;_gce !=0{_aef =_aef .Corners ().Rotate (_gce ).Box (); +};return _aef ;};func (_ee *Renderer )LineTo (x ,y int ){_ee ._af .Add_l (float64 (x ),float64 (y ))};func _adgd (_da string ,_ebeb int ,_gge func (_fd .PdfObjectName )bool )_fd .PdfObjectName {_acdf :=_fd .PdfObjectName (_a .Sprintf ("\u0025\u0073\u0025\u0064",_da ,_ebeb )); +for _aad :=_ebeb ;_gge (_acdf );{_aad ++;_acdf =_fd .PdfObjectName (_a .Sprintf ("\u0025\u0073\u0025\u0064",_da ,_aad ));};return _acdf ;};func (_cde *Renderer )getTextWidth (_acd string )float64 {var _afgc float64 ;for _ ,_bbb :=range _acd {_aed ,_cda :=_cde ._gf .GetRuneMetrics (_bbb ); +if !_cda {_cc .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006fr\u0074e\u0064 \u0072u\u006e\u0065\u0020\u0025\u0076\u0020\u0069\u006e\u0020\u0066\u006f\u006e\u0074",_bbb );};_afgc +=_aed .Wx ;};return _cde ._e *_afgc /1000.0; +};func (_ebe *Renderer )SetFont (font _d .Font ){_dce ,_gec :=font .(*_cce .PdfFont );if !_gec {_cc .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065");return ; +};_ced ,_gec :=_ebe ._dc [_dce ];if !_gec {_ced =_adgd ("\u0046\u006f\u006e\u0074",1,_ebe ._fc .HasFontByName );if _gaa :=_ebe ._fc .SetFontByName (_ced ,_dce .ToPdfObject ());_gaa !=nil {_cc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0064d\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0076\u0020\u0074\u006f\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073",_dce ); +};_ebe ._dc [_dce ]=_ced ;};_ebe ._af .Add_Tf (_ced ,_ebe ._e );_ebe ._gf =_dce ;};func (_fef *Renderer )Circle (radius float64 ,x ,y int ){_aaf :=radius ;if _eac :=_fef ._gg ;_eac !=0{_aaf -=_eac /2;};_gee :=_aaf *0.551784;_aaa :=_ag .CubicBezierPath {Curves :[]_ag .CubicBezierCurve {_ag .NewCubicBezierCurve (-_aaf ,0,-_aaf ,_gee ,-_gee ,_aaf ,0,_aaf ),_ag .NewCubicBezierCurve (0,_aaf ,_gee ,_aaf ,_aaf ,_gee ,_aaf ,0),_ag .NewCubicBezierCurve (_aaf ,0,_aaf ,-_gee ,_gee ,-_aaf ,0,-_aaf ),_ag .NewCubicBezierCurve (0,-_aaf ,-_gee ,-_aaf ,-_aaf ,-_gee ,-_aaf ,0)}}; +if _agf :=_fef ._gg ;_agf !=0{_aaa =_aaa .Offset (_agf /2,_agf /2);};_aaa =_aaa .Offset (float64 (x ),float64 (y ));_ag .DrawBezierPathWithCreator (_aaa ,_fef ._af );};func (_bca *Renderer )SetFontSize (size float64 ){_bca ._e =size };func (_bade *Renderer )SetTextRotation (radians float64 ){_bade ._ec =_cdf (-radians )}; +type Renderer struct{_df int ;_gb int ;_gc float64 ;_af *_bf .ContentCreator ;_fc *_cce .PdfPageResources ;_ca _fe .Color ;_db _fe .Color ;_gg float64 ;_gf *_cce .PdfFont ;_e float64 ;_be _fe .Color ;_ec float64 ;_dc map[*_cce .PdfFont ]_fd .PdfObjectName ; +};func (_aa *Renderer )SetStrokeWidth (width float64 ){_aa ._gg =width ;_aa ._af .Add_w (width )};func (_fdb *Renderer )SetDPI (dpi float64 ){_fdb ._gc =dpi };func (_gba *Renderer )FillStroke (){_gba ._af .Add_B ()};func (_bb *Renderer )SetFillColor (color _fe .Color ){_bb ._ca =color ; +_fdf ,_fee ,_bde ,_ :=_fed (color );_bb ._af .Add_rg (_fdf ,_fee ,_bde );};func _fed (_ebf _fe .Color )(float64 ,float64 ,float64 ,float64 ){_eae ,_beb ,_bbcg ,_bee :=_bec (_ebf );return float64 (_eae )/255,float64 (_beb )/255,float64 (_bbcg )/255,float64 (_bee )/255; +};func (_cf *Renderer )Close (){_cf ._af .Add_h ()};func (_dcc *Renderer )ResetStyle (){_dcc .SetFillColor (_fe .Black );_dcc .SetStrokeColor (_fe .Transparent );_dcc .SetStrokeWidth (0);_dcc .SetFont (_cce .DefaultFont ());_dcc .SetFontColor (_fe .Black ); +_dcc .SetFontSize (12);_dcc .SetTextRotation (0);};func (_eb *Renderer )MoveTo (x ,y int ){_eb ._af .Add_m (float64 (x ),float64 (y ))};func NewRenderer (cc *_bf .ContentCreator ,res *_cce .PdfPageResources )func (int ,int )(_d .Renderer ,error ){return func (_cb ,_bd int )(_d .Renderer ,error ){_fca :=&Renderer {_df :_cb ,_gb :_bd ,_gc :72,_af :cc ,_fc :res ,_dc :map[*_cce .PdfFont ]_fd .PdfObjectName {}}; +_fca .ResetStyle ();return _fca ,nil ;};};func (_deg *Renderer )Stroke (){_deg ._af .Add_S ()}; \ No newline at end of file diff --git a/internal/jbig2/basic/basic.go b/internal/jbig2/basic/basic.go index dd6460e71..0b2674ce5 100644 --- a/internal/jbig2/basic/basic.go +++ b/internal/jbig2/basic/basic.go @@ -9,15 +9,14 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package basic ;import _de "github.com/unidoc/unipdf/v3/internal/jbig2/errors";func (_ce *Stack )Len ()int {return len (_ce .Data )};func Ceil (numerator ,denominator int )int {if numerator %denominator ==0{return numerator /denominator ;};return (numerator /denominator )+1; -};func (_bb IntSlice )Get (index int )(int ,error ){if index > len (_bb )-1{return 0,_de .Errorf ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); -};return _bb [index ],nil ;};func NewIntSlice (i int )*IntSlice {_ac :=IntSlice (make ([]int ,i ));return &_ac };func (_fb IntSlice )Size ()int {return len (_fb )};func (_b IntsMap )GetSlice (key uint64 )([]int ,bool ){_bc ,_db :=_b [key ];if !_db {return nil ,false ; -};return _bc ,true ;};func Sign (v float32 )float32 {if v >=0.0{return 1.0;};return -1.0;};type IntsMap map[uint64 ][]int ;func (_gc *Stack )Push (v interface{}){_gc .Data =append (_gc .Data ,v )};func (_dbb *NumSlice )AddInt (v int ){*_dbb =append (*_dbb ,float32 (v ))}; -func (_ebc *Stack )top ()int {return len (_ebc .Data )-1};func (_dg *Stack )peek ()(interface{},bool ){_aege :=_dg .top ();if _aege ==-1{return nil ,false ;};return _dg .Data [_aege ],true ;};func (_eb *Stack )Peek ()(_ga interface{},_dab bool ){return _eb .peek ()}; -func (_e *IntSlice )Copy ()*IntSlice {_ae :=IntSlice (make ([]int ,len (*_e )));copy (_ae ,*_e );return &_ae ;};func (_da NumSlice )GetInt (i int )(int ,error ){const _eg ="\u0047\u0065\u0074\u0049\u006e\u0074";if i < 0||i > len (_da )-1{return 0,_de .Errorf (_eg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};_c :=_da [i ];return int (_c +Sign (_c )*0.5),nil ;};func Min (x ,y int )int {if x < y {return x ;};return y ;};type NumSlice []float32 ;type Stack struct{Data []interface{};Aux *Stack ;};func Max (x ,y int )int {if x > y {return x ;};return y ;};func (_gf IntsMap )Delete (key uint64 ){delete (_gf ,key )}; -type IntSlice []int ;func (_a IntsMap )Add (key uint64 ,value int ){_a [key ]=append (_a [key ],value )};func Abs (v int )int {if v > 0{return v ;};return -v ;};func (_af IntsMap )Get (key uint64 )(int ,bool ){_f ,_g :=_af [key ];if !_g {return 0,false ; -};if len (_f )==0{return 0,false ;};return _f [0],true ;};func (_ad NumSlice )Get (i int )(float32 ,error ){if i < 0||i > len (_ad )-1{return 0,_de .Errorf ("\u004e\u0075\u006dS\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _ad [i ],nil ;};func (_dbe *NumSlice )Add (v float32 ){*_dbe =append (*_dbe ,v )};func (_cd NumSlice )GetIntSlice ()[]int {_dd :=make ([]int ,len (_cd ));for _cdb ,_ddb :=range _cd {_dd [_cdb ]=int (_ddb );};return _dd ;};func (_fa *Stack )Pop ()(_ag interface{},_aeg bool ){_ag ,_aeg =_fa .peek (); -if !_aeg {return nil ,_aeg ;};_fa .Data =_fa .Data [:_fa .top ()];return _ag ,true ;};func (_dbg *IntSlice )Add (v int )error {if _dbg ==nil {return _de .Error ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0041\u0064\u0064","\u0073\u006c\u0069\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};*_dbg =append (*_dbg ,v );return nil ;};func NewNumSlice (i int )*NumSlice {_def :=NumSlice (make ([]float32 ,i ));return &_def }; \ No newline at end of file +package basic ;import _f "github.com/unidoc/unipdf/v3/internal/jbig2/errors";func Sign (v float32 )float32 {if v >=0.0{return 1.0;};return -1.0;};func (_fd *Stack )top ()int {return len (_fd .Data )-1};func (_fb IntsMap )Get (key uint64 )(int ,bool ){_g ,_gf :=_fb [key ]; +if !_gf {return 0,false ;};if len (_g )==0{return 0,false ;};return _g [0],true ;};func (_fbc IntsMap )Delete (key uint64 ){delete (_fbc ,key )};func (_c IntsMap )Add (key uint64 ,value int ){_c [key ]=append (_c [key ],value )};type IntsMap map[uint64 ][]int ; +func (_ac *Stack )Pop ()(_ced interface{},_ca bool ){_ced ,_ca =_ac .peek ();if !_ca {return nil ,_ca ;};_ac .Data =_ac .Data [:_ac .top ()];return _ced ,true ;};func (_eb NumSlice )GetIntSlice ()[]int {_dc :=make ([]int ,len (_eb ));for _cc ,_de :=range _eb {_dc [_cc ]=int (_de ); +};return _dc ;};type IntSlice []int ;func (_a *IntSlice )Copy ()*IntSlice {_ad :=IntSlice (make ([]int ,len (*_a )));copy (_ad ,*_a );return &_ad ;};func NewIntSlice (i int )*IntSlice {_ge :=IntSlice (make ([]int ,i ));return &_ge };func Max (x ,y int )int {if x > y {return x ; +};return y ;};func (_e *NumSlice )Add (v float32 ){*_e =append (*_e ,v )};func NewNumSlice (i int )*NumSlice {_geb :=NumSlice (make ([]float32 ,i ));return &_geb };func Min (x ,y int )int {if x < y {return x ;};return y ;};func (_ee *Stack )Peek ()(_cg interface{},_efd bool ){return _ee .peek ()}; +type Stack struct{Data []interface{};Aux *Stack ;};func (_ef NumSlice )Get (i int )(float32 ,error ){if i < 0||i > len (_ef )-1{return 0,_f .Errorf ("\u004e\u0075\u006dS\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return _ef [i ],nil ;};type NumSlice []float32 ;func (_gc IntSlice )Size ()int {return len (_gc )};func (_gb NumSlice )GetInt (i int )(int ,error ){const _db ="\u0047\u0065\u0074\u0049\u006e\u0074";if i < 0||i > len (_gb )-1{return 0,_f .Errorf (_db ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};_ce :=_gb [i ];return int (_ce +Sign (_ce )*0.5),nil ;};func (_d IntsMap )GetSlice (key uint64 )([]int ,bool ){_ff ,_fe :=_d [key ];if !_fe {return nil ,false ;};return _ff ,true ;};func (_bc *IntSlice )Add (v int )error {if _bc ==nil {return _f .Error ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0041\u0064\u0064","\u0073\u006c\u0069\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};*_bc =append (*_bc ,v );return nil ;};func (_gg IntSlice )Get (index int )(int ,error ){if index > len (_gg )-1{return 0,_f .Errorf ("\u0049\u006e\u0074S\u006c\u0069\u0063\u0065\u002e\u0047\u0065\u0074","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); +};return _gg [index ],nil ;};func Ceil (numerator ,denominator int )int {if numerator %denominator ==0{return numerator /denominator ;};return (numerator /denominator )+1;};func (_dd *Stack )Push (v interface{}){_dd .Data =append (_dd .Data ,v )};func Abs (v int )int {if v > 0{return v ; +};return -v ;};func (_af *NumSlice )AddInt (v int ){*_af =append (*_af ,float32 (v ))};func (_cca *Stack )peek ()(interface{},bool ){_fc :=_cca .top ();if _fc ==-1{return nil ,false ;};return _cca .Data [_fc ],true ;};func (_ggg *Stack )Len ()int {return len (_ggg .Data )}; diff --git a/internal/jbig2/bitmap/bitmap.go b/internal/jbig2/bitmap/bitmap.go index 15b9a238f..a0fe569dc 100644 --- a/internal/jbig2/bitmap/bitmap.go +++ b/internal/jbig2/bitmap/bitmap.go @@ -9,647 +9,644 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package bitmap ;import (_fc "encoding/binary";_c "github.com/stretchr/testify/require";_b "github.com/unidoc/unipdf/v3/common";_ga "github.com/unidoc/unipdf/v3/internal/bitwise";_e "github.com/unidoc/unipdf/v3/internal/imageutil";_cd "github.com/unidoc/unipdf/v3/internal/jbig2/basic"; -_g "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_ff "image";_gd "math";_d "sort";_cb "strings";_a "testing";);func (_gadf CombinationOperator )String ()string {var _dcc string ;switch _gadf {case CmbOpOr :_dcc ="\u004f\u0052";case CmbOpAnd :_dcc ="\u0041\u004e\u0044"; -case CmbOpXor :_dcc ="\u0058\u004f\u0052";case CmbOpXNor :_dcc ="\u0058\u004e\u004f\u0052";case CmbOpReplace :_dcc ="\u0052E\u0050\u004c\u0041\u0043\u0045";case CmbOpNot :_dcc ="\u004e\u004f\u0054";};return _dcc ;};func _cdf (_dfe ,_fdf int )*Bitmap {return &Bitmap {Width :_dfe ,Height :_fdf ,RowStride :(_dfe +7)>>3}; -};func TstWordBitmap (t *_a .T ,scale ...int )*Bitmap {_ecdc :=1;if len (scale )> 0{_ecdc =scale [0];};_ccgc :=3;_baeec :=9+7+15+2*_ccgc ;_fgeef :=5+_ccgc +5;_ffcee :=New (_baeec *_ecdc ,_fgeef *_ecdc );_ccfbf :=&Bitmaps {};var _cced *int ;_ccgc *=_ecdc ; -_ebagd :=0;_cced =&_ebagd ;_edgb :=0;_bdge :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc );_bdge =TstISymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); -_bdge =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc );_bdge =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); -_bdge =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,0);*_cced =0;_edgb =5*_ecdc +_ccgc ;_bdge =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,_ccgc ); -_bdge =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstESymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc ); -_bdge =TstESymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,1*_ecdc );_bdge =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_ccfbf ,_bdge ,_cced ,_edgb ,0);TstWriteSymbols (t ,_ccfbf ,_ffcee );return _ffcee ;};func _fbba (_affa *Bitmap ,_gfca ,_cbfga ,_cfce ,_badgd int ,_acbg RasterOperator ,_aaag *Bitmap ,_fgcda ,_age int )error {var (_bbbb bool ; -_abaa bool ;_acbea byte ;_ceaa int ;_ccfce int ;_cdcaa int ;_gbbe int ;_gfee bool ;_fafge int ;_cdcb int ;_egdc int ;_abfga bool ;_edbg byte ;_dfab int ;_fgce int ;_gecd int ;_efabe byte ;_cfcc int ;_adfg int ;_gcgbf uint ;_cgee uint ;_dadc byte ;_becec shift ; -_baabd bool ;_fcff bool ;_baabc ,_ggga int ;);if _fgcda &7!=0{_adfg =8-(_fgcda &7);};if _gfca &7!=0{_ccfce =8-(_gfca &7);};if _adfg ==0&&_ccfce ==0{_dadc =_gbfbd [0];}else {if _ccfce > _adfg {_gcgbf =uint (_ccfce -_adfg );}else {_gcgbf =uint (8-(_adfg -_ccfce )); -};_cgee =8-_gcgbf ;_dadc =_gbfbd [_gcgbf ];};if (_gfca &7)!=0{_bbbb =true ;_ceaa =8-(_gfca &7);_acbea =_gbfbd [_ceaa ];_cdcaa =_affa .RowStride *_cbfga +(_gfca >>3);_gbbe =_aaag .RowStride *_age +(_fgcda >>3);_cfcc =8-(_fgcda &7);if _ceaa > _cfcc {_becec =_acgf ; -if _cfce >=_adfg {_baabd =true ;};}else {_becec =_abae ;};};if _cfce < _ceaa {_abaa =true ;_acbea &=_ceaad [8-_ceaa +_cfce ];};if !_abaa {_fafge =(_cfce -_ceaa )>>3;if _fafge !=0{_gfee =true ;_cdcb =_affa .RowStride *_cbfga +((_gfca +_ccfce )>>3);_egdc =_aaag .RowStride *_age +((_fgcda +_ccfce )>>3); -};};_dfab =(_gfca +_cfce )&7;if !(_abaa ||_dfab ==0){_abfga =true ;_edbg =_ceaad [_dfab ];_fgce =_affa .RowStride *_cbfga +((_gfca +_ccfce )>>3)+_fafge ;_gecd =_aaag .RowStride *_age +((_fgcda +_ccfce )>>3)+_fafge ;if _dfab > int (_cgee ){_fcff =true ; -};};switch _acbg {case PixSrc :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; -};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe ,_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); -_affa .Data [_cdcb +_ggga ]=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); -};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe ,_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrc :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); -};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe ,_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ; -_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ; -if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe ,_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ; -_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe |_affa .Data [_cdcaa ],_acbea ); -_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]|=_efabe ; -};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe |_affa .Data [_fgce ],_edbg ); -_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); -};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe &_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; -_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]&=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ; -_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe &_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ; -};};case PixSrcXorDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;}; -_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe ^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); -_affa .Data [_cdcb +_ggga ]^=_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); -};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe ^_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; -if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe |_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; -};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]|=^_efabe ;};_cdcb +=_affa .RowStride ; -_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe |_affa .Data [_fgce ],_edbg ); -_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); -};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^_efabe &_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; -_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]&=^_efabe ;};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ; -_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^_efabe &_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ; -};};case PixSrcOrNotDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; -};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe |^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); -_affa .Data [_cdcb +_ggga ]=_efabe |^_affa .Data [_cdcb +_ggga ];};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); -};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe |^_affa .Data [_fgce ],_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixSrcAndNotDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; -if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],_efabe &^_affa .Data [_cdcaa ],_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; -};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=_efabe &^_affa .Data [_cdcb +_ggga ]; -};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],_efabe &^_affa .Data [_fgce ],_edbg ); -_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotPixSrcOrDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc ); -};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe |_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0; -_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^(_efabe |_affa .Data [_cdcb +_ggga ]);};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0; -_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe |_affa .Data [_fgce ]),_edbg );_fgce +=_affa .RowStride ; -_gecd +=_aaag .RowStride ;};};case PixNotPixSrcAndDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ;if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ; -};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe &_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ;};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc ); -_affa .Data [_cdcb +_ggga ]=^(_efabe &_affa .Data [_cdcb +_ggga ]);};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc ); -};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe &_affa .Data [_fgce ]),_edbg );_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};case PixNotPixSrcXorDst :if _bbbb {for _baabc =0;_baabc < _badgd ;_baabc ++{if _becec ==_acgf {_efabe =_aaag .Data [_gbbe ]<<_gcgbf ; -if _baabd {_efabe =_accd (_efabe ,_aaag .Data [_gbbe +1]>>_cgee ,_dadc );};}else {_efabe =_aaag .Data [_gbbe ]>>_cgee ;};_affa .Data [_cdcaa ]=_accd (_affa .Data [_cdcaa ],^(_efabe ^_affa .Data [_cdcaa ]),_acbea );_cdcaa +=_affa .RowStride ;_gbbe +=_aaag .RowStride ; -};};if _gfee {for _baabc =0;_baabc < _badgd ;_baabc ++{for _ggga =0;_ggga < _fafge ;_ggga ++{_efabe =_accd (_aaag .Data [_egdc +_ggga ]<<_gcgbf ,_aaag .Data [_egdc +_ggga +1]>>_cgee ,_dadc );_affa .Data [_cdcb +_ggga ]=^(_efabe ^_affa .Data [_cdcb +_ggga ]); -};_cdcb +=_affa .RowStride ;_egdc +=_aaag .RowStride ;};};if _abfga {for _baabc =0;_baabc < _badgd ;_baabc ++{_efabe =_aaag .Data [_gecd ]<<_gcgbf ;if _fcff {_efabe =_accd (_efabe ,_aaag .Data [_gecd +1]>>_cgee ,_dadc );};_affa .Data [_fgce ]=_accd (_affa .Data [_fgce ],^(_efabe ^_affa .Data [_fgce ]),_edbg ); -_fgce +=_affa .RowStride ;_gecd +=_aaag .RowStride ;};};default:_b .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_acbg );return _g .Error ("\u0072a\u0073t\u0065\u0072\u004f\u0070\u0047e\u006e\u0065r\u0061\u006c\u004c\u006f\u0077","\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); -};return nil ;};type LocationFilter int ;const (MopDilation MorphOperation =iota ;MopErosion ;MopOpening ;MopClosing ;MopRankBinaryReduction ;MopReplicativeBinaryExpansion ;MopAddBorder ;);func CorrelationScore (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_eeea float64 ,_cfbe error ){const _bba ="\u0063\u006fr\u0072\u0065\u006ca\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065"; -if bm1 ==nil ||bm2 ==nil {return 0,_g .Error (_bba ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0062\u0069\u0074ma\u0070\u0073");};if tab ==nil {return 0,_g .Error (_bba ,"\u0027\u0074\u0061\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if area1 <=0||area2 <=0{return 0,_g .Error (_bba ,"\u0061\u0072\u0065\u0061s\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0067r\u0065a\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};_aaf ,_cdab :=bm1 .Width ,bm1 .Height ;_ecbe ,_cgbc :=bm2 .Width ,bm2 .Height ; -_ccgga :=_gebfc (_aaf -_ecbe );if _ccgga > maxDiffW {return 0,nil ;};_efdf :=_gebfc (_cdab -_cgbc );if _efdf > maxDiffH {return 0,nil ;};var _eeeaa ,_ceb int ;if delX >=0{_eeeaa =int (delX +0.5);}else {_eeeaa =int (delX -0.5);};if delY >=0{_ceb =int (delY +0.5); -}else {_ceb =int (delY -0.5);};_ggad :=_abfcf (_ceb ,0);_cfab :=_cddf (_cgbc +_ceb ,_cdab );_gef :=bm1 .RowStride *_ggad ;_dcae :=bm2 .RowStride *(_ggad -_ceb );_ffcg :=_abfcf (_eeeaa ,0);_edeb :=_cddf (_ecbe +_eeeaa ,_aaf );_fbfcc :=bm2 .RowStride ;var _ecdf ,_fge int ; -if _eeeaa >=8{_ecdf =_eeeaa >>3;_gef +=_ecdf ;_ffcg -=_ecdf <<3;_edeb -=_ecdf <<3;_eeeaa &=7;}else if _eeeaa <=-8{_fge =-((_eeeaa +7)>>3);_dcae +=_fge ;_fbfcc -=_fge ;_eeeaa +=_fge <<3;};if _ffcg >=_edeb ||_ggad >=_cfab {return 0,nil ;};_bfc :=(_edeb +7)>>3; -var (_begbb ,_bcaa ,_cafe byte ;_egbc ,_bdd ,_cfd int ;);switch {case _eeeaa ==0:for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {for _bdd =0;_bdd < _bfc ;_bdd ++{_cafe =bm1 .Data [_gef +_bdd ]&bm2 .Data [_dcae +_bdd ]; -_egbc +=tab [_cafe ];};};case _eeeaa > 0:if _fbfcc < _bfc {for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {_begbb ,_bcaa =bm1 .Data [_gef ],bm2 .Data [_dcae ]>>uint (_eeeaa );_cafe =_begbb &_bcaa ; -_egbc +=tab [_cafe ];for _bdd =1;_bdd < _fbfcc ;_bdd ++{_begbb ,_bcaa =bm1 .Data [_gef +_bdd ],(bm2 .Data [_dcae +_bdd ]>>uint (_eeeaa ))|(bm2 .Data [_dcae +_bdd -1]<>uint (_eeeaa ); -_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];for _bdd =1;_bdd < _bfc ;_bdd ++{_begbb =bm1 .Data [_gef +_bdd ];_bcaa =(bm2 .Data [_dcae +_bdd ]>>uint (_eeeaa ))|(bm2 .Data [_dcae +_bdd -1]<>uint (8+_eeeaa ); -_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];};};}else {for _cfd =_ggad ;_cfd < _cfab ;_cfd ,_gef ,_dcae =_cfd +1,_gef +bm1 .RowStride ,_dcae +bm2 .RowStride {for _bdd =0;_bdd < _bfc -1;_bdd ++{_begbb =bm1 .Data [_gef +_bdd ];_bcaa =bm2 .Data [_dcae +_bdd ]<>uint (8+_eeeaa );_cafe =_begbb &_bcaa ;_egbc +=tab [_cafe ];};_begbb =bm1 .Data [_gef +_bdd ];_bcaa =bm2 .Data [_dcae +_bdd ]<>1)&0x1)+(uint8 (_efdg >>2)&0x1)+(uint8 (_efdg >>3)&0x1)+(uint8 (_efdg >>4)&0x1)+(uint8 (_efdg >>5)&0x1)+(uint8 (_efdg >>6)&0x1)+(uint8 (_efdg >>7)&0x1);};}; -func _fdee (_aeae *Bitmap ,_ggcb *_cd .Stack ,_gcgca ,_ecgfb ,_gaaae int )(_aded *_ff .Rectangle ,_bbgdef error ){const _dbba ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _aeae ==nil {return nil ,_g .Error (_dbba ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); -};if _ggcb ==nil {return nil ,_g .Error (_dbba ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};switch _gaaae {case 4:if _aded ,_bbgdef =_dbfe (_aeae ,_ggcb ,_gcgca ,_ecgfb );_bbgdef !=nil {return nil ,_g .Wrap (_bbgdef ,_dbba ,""); -};return _aded ,nil ;case 8:if _aded ,_bbgdef =_ffad (_aeae ,_ggcb ,_gcgca ,_ecgfb );_bbgdef !=nil {return nil ,_g .Wrap (_bbgdef ,_dbba ,"");};return _aded ,nil ;default:return nil ,_g .Errorf (_dbba ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u0069\u0073 \u006eo\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038\u003a\u0020\u0027\u0025\u0064\u0027",_gaaae ); -};};func (_ccfcb *Bitmap )GetByte (index int )(byte ,error ){if index > len (_ccfcb .Data )-1||index < 0{return 0,_g .Errorf ("\u0047e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); -};return _ccfcb .Data [index ],nil ;};func Blit (src *Bitmap ,dst *Bitmap ,x ,y int ,op CombinationOperator )error {var _cbdg ,_cdbe int ;_aea :=src .RowStride -1;if x < 0{_cdbe =-x ;x =0;}else if x +src .Width > dst .Width {_aea -=src .Width +x -dst .Width ; -};if y < 0{_cbdg =-y ;y =0;_cdbe +=src .RowStride ;_aea +=src .RowStride ;}else if y +src .Height > dst .Height {_cbdg =src .Height +y -dst .Height ;};var (_eac int ;_fea error ;);_cbg :=x &0x07;_adba :=8-_cbg ;_geda :=src .Width &0x07;_efdgd :=_adba -_geda ; -_ega :=_adba &0x07!=0;_caca :=src .Width <=((_aea -_cdbe )<<3)+_adba ;_affe :=dst .GetByteIndex (x ,y );_gbdd :=_cbdg +dst .Height ;if src .Height > _gbdd {_eac =_gbdd ;}else {_eac =src .Height ;};switch {case !_ega :_fea =_ccdc (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,op ); -case _caca :_fea =_eefba (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,_efdgd ,_cbg ,_adba ,op );default:_fea =_gcgc (src ,dst ,_cbdg ,_eac ,_affe ,_cdbe ,_aea ,_efdgd ,_cbg ,_adba ,op ,_geda );};return _fea ;};func _fgcb (_bffdg ,_efab byte ,_aeaf CombinationOperator )byte {switch _aeaf {case CmbOpOr :return _efab |_bffdg ; -case CmbOpAnd :return _efab &_bffdg ;case CmbOpXor :return _efab ^_bffdg ;case CmbOpXNor :return ^(_efab ^_bffdg );case CmbOpNot :return ^(_efab );default:return _efab ;};};func _gdc (_ffc ,_egb *Bitmap ,_ddc int ,_cfcb []byte ,_dbc int )(_abg error ){const _acg ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0033"; -var (_dgb ,_ege ,_bcb ,_bcbg ,_ggg ,_ada ,_gca ,_aba int ;_cbae ,_fed ,_bgbg ,_gec uint32 ;_dce ,_bff byte ;_cca uint16 ;);_cda :=make ([]byte ,4);_ccae :=make ([]byte ,4);for _bcb =0;_bcb < _ffc .Height -1;_bcb ,_bcbg =_bcb +2,_bcbg +1{_dgb =_bcb *_ffc .RowStride ; -_ege =_bcbg *_egb .RowStride ;for _ggg ,_ada =0,0;_ggg < _dbc ;_ggg ,_ada =_ggg +4,_ada +1{for _gca =0;_gca < 4;_gca ++{_aba =_dgb +_ggg +_gca ;if _aba <=len (_ffc .Data )-1&&_aba < _dgb +_ffc .RowStride {_cda [_gca ]=_ffc .Data [_aba ];}else {_cda [_gca ]=0x00; -};_aba =_dgb +_ffc .RowStride +_ggg +_gca ;if _aba <=len (_ffc .Data )-1&&_aba < _dgb +(2*_ffc .RowStride ){_ccae [_gca ]=_ffc .Data [_aba ];}else {_ccae [_gca ]=0x00;};};_cbae =_fc .BigEndian .Uint32 (_cda );_fed =_fc .BigEndian .Uint32 (_ccae );_bgbg =_cbae &_fed ; -_bgbg |=_bgbg <<1;_gec =_cbae |_fed ;_gec &=_gec <<1;_fed =_bgbg &_gec ;_fed &=0xaaaaaaaa;_cbae =_fed |(_fed <<7);_dce =byte (_cbae >>24);_bff =byte ((_cbae >>8)&0xff);_aba =_ege +_ada ;if _aba +1==len (_egb .Data )-1||_aba +1>=_ege +_egb .RowStride {if _abg =_egb .SetByte (_aba ,_cfcb [_dce ]); -_abg !=nil {return _g .Wrapf (_abg ,_acg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_aba );};}else {_cca =(uint16 (_cfcb [_dce ])<<8)|uint16 (_cfcb [_bff ]);if _abg =_egb .setTwoBytes (_aba ,_cca );_abg !=nil {return _g .Wrapf (_abg ,_acg ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_aba ); -};_ada ++;};};};return nil ;};func (_bfbf *Bitmap )connComponentsBB (_aecf int )(_fag *Boxes ,_ggcd error ){const _bgefd ="\u0042\u0069\u0074ma\u0070\u002e\u0063\u006f\u006e\u006e\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0042"; -if _aecf !=4&&_aecf !=8{return nil ,_g .Error (_bgefd ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _bfbf .Zero (){return &Boxes {},nil ; -};_bfbf .setPadBits (0);_faf ,_ggcd :=_cgde (nil ,_bfbf );if _ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"\u0062\u006d\u0031");};_dedc :=&_cd .Stack {};_dedc .Aux =&_cd .Stack {};_fag =&Boxes {};var (_decc ,_feca int ;_bbb _ff .Point ;_gdad bool ; -_fee *_ff .Rectangle ;);for {if _bbb ,_gdad ,_ggcd =_faf .nextOnPixel (_feca ,_decc );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"");};if !_gdad {break ;};if _fee ,_ggcd =_fdee (_faf ,_dedc ,_bbb .X ,_bbb .Y ,_aecf );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,""); -};if _ggcd =_fag .Add (_fee );_ggcd !=nil {return nil ,_g .Wrap (_ggcd ,_bgefd ,"");};_feca =_bbb .X ;_decc =_bbb .Y ;};return _fag ,nil ;};func _efaf ()[]int {_ebdb :=make ([]int ,256);for _bbefe :=0;_bbefe <=0xff;_bbefe ++{_gdca :=byte (_bbefe );_ebdb [_gdca ]=int (_gdca &0x1)+(int (_gdca >>1)&0x1)+(int (_gdca >>2)&0x1)+(int (_gdca >>3)&0x1)+(int (_gdca >>4)&0x1)+(int (_gdca >>5)&0x1)+(int (_gdca >>6)&0x1)+(int (_gdca >>7)&0x1); -};return _ebdb ;};func _gda (_de ,_bg *Bitmap )(_ccd error ){const _fa ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0038";_dad :=_bg .RowStride ;_daf :=_de .RowStride ;var _fcc ,_dee ,_dag ,_gaa ,_afe int ; -for _dag =0;_dag < _bg .Height ;_dag ++{_fcc =_dag *_dad ;_dee =8*_dag *_daf ;for _gaa =0;_gaa < _dad ;_gaa ++{if _ccd =_de .setEightBytes (_dee +_gaa *8,_fbbc [_bg .Data [_fcc +_gaa ]]);_ccd !=nil {return _g .Wrap (_ccd ,_fa ,"");};};for _afe =1;_afe < 8; -_afe ++{for _gaa =0;_gaa < _daf ;_gaa ++{if _ccd =_de .SetByte (_dee +_afe *_daf +_gaa ,_de .Data [_dee +_gaa ]);_ccd !=nil {return _g .Wrap (_ccd ,_fa ,"");};};};};return nil ;};func (_accgb *Bitmap )inverseData (){if _ddbb :=_accgb .RasterOperation (0,0,_accgb .Width ,_accgb .Height ,PixNotDst ,nil ,0,0); -_ddbb !=nil {_b .Log .Debug ("\u0049n\u0076\u0065\u0072\u0073e\u0020\u0064\u0061\u0074\u0061 \u0066a\u0069l\u0065\u0064\u003a\u0020\u0027\u0025\u0076'",_ddbb );};if _accgb .Color ==Chocolate {_accgb .Color =Vanilla ;}else {_accgb .Color =Chocolate ;};}; -func _fggb (_fbcd ,_bfac *Bitmap ,_eada *Selection )(*Bitmap ,error ){const _fabf ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0032";var _fggd ,_ddg int ;if _bfac ==nil {return nil ,_g .Error (_fabf ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); -};if _eada ==nil {return nil ,_g .Error (_fabf ,"\u0073e\u006c \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};_fggd =_eada .Width ;_ddg =_eada .Height ;if _fggd ==0||_ddg ==0{return nil ,_g .Error (_fabf ,"\u0073\u0065\u006c\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030"); -};if _fbcd ==nil {return _bfac .createTemplate (),nil ;};if _acef :=_fbcd .resizeImageData (_bfac );_acef !=nil {return nil ,_acef ;};return _fbcd ,nil ;};type MorphProcess struct{Operation MorphOperation ;Arguments []int ;};func Centroids (bms []*Bitmap )(*Points ,error ){_fbde :=make ([]Point ,len (bms )); -_bagb :=_fddb ();_dfga :=_efaf ();var _dddb error ;for _cfcg ,_gbfb :=range bms {_fbde [_cfcg ],_dddb =_gbfb .centroid (_bagb ,_dfga );if _dddb !=nil {return nil ,_dddb ;};};_cdac :=Points (_fbde );return &_cdac ,nil ;};func NewWithUnpaddedData (width ,height int ,data []byte )(*Bitmap ,error ){const _ebeg ="\u004e\u0065\u0077\u0057it\u0068\u0055\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061"; -_ebbc :=_cdf (width ,height );_ebbc .Data =data ;if _cbafe :=((width *height )+7)>>3;len (data )< _cbafe {return nil ,_g .Errorf (_ebeg ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (data ),_cbafe ); -};if _fae :=_ebbc .addPadBits ();_fae !=nil {return nil ,_g .Wrap (_fae ,_ebeg ,"");};return _ebbc ,nil ;};const (CmbOpOr CombinationOperator =iota ;CmbOpAnd ;CmbOpXor ;CmbOpXNor ;CmbOpReplace ;CmbOpNot ;);func _gcad (_fdecb *Bitmap ,_edbe ,_dafe ,_fgfb ,_bged int ,_fdab RasterOperator ){if _edbe < 0{_fgfb +=_edbe ; -_edbe =0;};_cecc :=_edbe +_fgfb -_fdecb .Width ;if _cecc > 0{_fgfb -=_cecc ;};if _dafe < 0{_bged +=_dafe ;_dafe =0;};_dfac :=_dafe +_bged -_fdecb .Height ;if _dfac > 0{_bged -=_dfac ;};if _fgfb <=0||_bged <=0{return ;};if (_edbe &7)==0{_dbeca (_fdecb ,_edbe ,_dafe ,_fgfb ,_bged ,_fdab ); -}else {_cgeb (_fdecb ,_edbe ,_dafe ,_fgfb ,_bged ,_fdab );};};func _fdfc (_gedd ,_aedgg *Bitmap ,_aafa ,_fadc int )(*Bitmap ,error ){const _dcfcd ="\u0065\u0072\u006f\u0064\u0065\u0042\u0072\u0069\u0063\u006b";if _aedgg ==nil {return nil ,_g .Error (_dcfcd ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _aafa < 1||_fadc < 1{return nil ,_g .Error (_dcfcd ,"\u0068\u0073\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069\u007a\u0065\u0020\u0061\u0072e\u0020\u006e\u006f\u0074\u0020\u0067\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006fr\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); -};if _aafa ==1&&_fadc ==1{_gegc ,_cafc :=_cgde (_gedd ,_aedgg );if _cafc !=nil {return nil ,_g .Wrap (_cafc ,_dcfcd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _gegc ,nil ;};if _aafa ==1||_fadc ==1{_ebcf :=SelCreateBrick (_fadc ,_aafa ,_fadc /2,_aafa /2,SelHit );_efge ,_ffge :=_dgbcf (_gedd ,_aedgg ,_ebcf );if _ffge !=nil {return nil ,_g .Wrap (_ffge ,_dcfcd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _efge ,nil ;};_cdg :=SelCreateBrick (1,_aafa ,0,_aafa /2,SelHit );_bdb :=SelCreateBrick (_fadc ,1,_fadc /2,0,SelHit );_ebdg ,_cade :=_dgbcf (nil ,_aedgg ,_cdg );if _cade !=nil {return nil ,_g .Wrap (_cade ,_dcfcd ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};_gedd ,_cade =_dgbcf (_gedd ,_ebdg ,_bdb );if _cade !=nil {return nil ,_g .Wrap (_cade ,_dcfcd ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _gedd ,nil ;};func CorrelationScoreSimple (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_bcaad float64 ,_gceda error ){const _cdbg ="\u0043\u006f\u0072\u0072el\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0053\u0069\u006d\u0070l\u0065"; -if bm1 ==nil ||bm2 ==nil {return _bcaad ,_g .Error (_cdbg ,"n\u0069l\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0073 \u0070\u0072\u006f\u0076id\u0065\u0064");};if tab ==nil {return _bcaad ,_g .Error (_cdbg ,"\u0074\u0061\u0062\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if area1 ==0||area2 ==0{return _bcaad ,_g .Error (_cdbg ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0061\u0072e\u0061\u0073\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u003e\u0020\u0030");};_bdea ,_cdbdd :=bm1 .Width ,bm1 .Height ; -_ggadc ,_aadd :=bm2 .Width ,bm2 .Height ;if _gebfc (_bdea -_ggadc )> maxDiffW {return 0,nil ;};if _gebfc (_cdbdd -_aadd )> maxDiffH {return 0,nil ;};var _ccaf ,_edgc int ;if delX >=0{_ccaf =int (delX +0.5);}else {_ccaf =int (delX -0.5);};if delY >=0{_edgc =int (delY +0.5); -}else {_edgc =int (delY -0.5);};_efagf :=bm1 .createTemplate ();if _gceda =_efagf .RasterOperation (_ccaf ,_edgc ,_ggadc ,_aadd ,PixSrc ,bm2 ,0,0);_gceda !=nil {return _bcaad ,_g .Wrap (_gceda ,_cdbg ,"\u0062m\u0032 \u0074\u006f\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); -};if _gceda =_efagf .RasterOperation (0,0,_bdea ,_cdbdd ,PixSrcAndDst ,bm1 ,0,0);_gceda !=nil {return _bcaad ,_g .Wrap (_gceda ,_cdbg ,"b\u006d\u0031\u0020\u0061\u006e\u0064\u0020\u0062\u006d\u0054");};_eagb :=_efagf .countPixels ();_bcaad =float64 (_eagb )*float64 (_eagb )/(float64 (area1 )*float64 (area2 )); -return _bcaad ,nil ;};func (_bgfc Points )XSorter ()func (_fgbg ,_cgcd int )bool {return func (_ceggb ,_bbbgc int )bool {return _bgfc [_ceggb ].X < _bgfc [_bbbgc ].X };};func _cddf (_cdaed ,_abfg int )int {if _cdaed < _abfg {return _cdaed ;};return _abfg ; -};func (_dbd *Bitmap )RemoveBorder (borderSize int )(*Bitmap ,error ){if borderSize ==0{return _dbd .Copy (),nil ;};_fbg ,_cgb :=_dbd .removeBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize );if _cgb !=nil {return nil ,_g .Wrap (_cgb ,"\u0052\u0065\u006do\u0076\u0065\u0042\u006f\u0072\u0064\u0065\u0072",""); -};return _fbg ,nil ;};func (_fda *Bitmap )setEightPartlyBytes (_ccdf ,_eefdg int ,_cac uint64 )(_acd error ){var (_fcdb byte ;_cfea int ;);const _eggc ="\u0073\u0065\u0074\u0045ig\u0068\u0074\u0050\u0061\u0072\u0074\u006c\u0079\u0042\u0079\u0074\u0065\u0073"; -for _cage :=1;_cage <=_eefdg ;_cage ++{_cfea =64-_cage *8;_fcdb =byte (_cac >>uint (_cfea )&0xff);_b .Log .Trace ("\u0074\u0065\u006d\u0070\u003a\u0020\u0025\u0030\u0038\u0062\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a %\u0064,\u0020\u0069\u0064\u0078\u003a\u0020\u0025\u0064\u002c\u0020\u0066\u0075l\u006c\u0042\u0079\u0074\u0065\u0073\u004e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c \u0073\u0068\u0069\u0066\u0074\u003a\u0020\u0025\u0064",_fcdb ,_ccdf ,_ccdf +_cage -1,_eefdg ,_cfea ); -if _acd =_fda .SetByte (_ccdf +_cage -1,_fcdb );_acd !=nil {return _g .Wrap (_acd ,_eggc ,"\u0066\u0075\u006c\u006c\u0042\u0079\u0074\u0065");};};_begb :=_fda .RowStride *8-_fda .Width ;if _begb ==0{return nil ;};_cfea -=8;_fcdb =byte (_cac >>uint (_cfea )&0xff)< maxDiffW {return false ,nil ;};if _cd .Abs (_dega -_fecg )> maxDiffH {return false ,nil ;};_cegg :=int (delX +_cd .Sign (delX )*0.5);_caff :=int (delY +_cd .Sign (delY )*0.5); -var _ccgd error ;_gcdc :=p1 .CreateTemplate ();if _ccgd =_gcdc .RasterOperation (0,0,_bbbg ,_dega ,PixSrc ,p1 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _ccgd =_gcdc .RasterOperation (_cegg ,_caff ,_bbbg ,_dega ,PixNotSrcAndDst ,p4 ,0,0); -_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"\u0021p\u0034\u0020\u0026\u0020\u0074");};if _gcdc .Zero (){return false ,nil ;};if _ccgd =_gcdc .RasterOperation (_cegg ,_caff ,_cggf ,_fecg ,PixSrc ,p3 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074"); -};if _ccgd =_gcdc .RasterOperation (0,0,_cggf ,_fecg ,PixNotSrcAndDst ,p2 ,0,0);_ccgd !=nil {return false ,_g .Wrap (_ccgd ,_efb ,"\u0021p\u0032\u0020\u0026\u0020\u0074");};return _gcdc .Zero (),nil ;};func (_ddbe *Bitmap )GetVanillaData ()[]byte {if _ddbe .Color ==Chocolate {_ddbe .inverseData (); -};return _ddbe .Data ;};func (_acc *Bitmap )CreateTemplate ()*Bitmap {return _acc .createTemplate ()};func (_gaba *Bitmap )equivalent (_eabf *Bitmap )bool {if _gaba ==_eabf {return true ;};if !_gaba .SizesEqual (_eabf ){return false ;};_bbeb :=_aefa (_gaba ,_eabf ,CmbOpXor ); -_gea :=_gaba .countPixels ();_cdca :=int (0.25*float32 (_gea ));if _bbeb .thresholdPixelSum (_cdca ){return false ;};var (_egc [9][9]int ;_bbgd [18][9]int ;_bbge [9][18]int ;_abf int ;_cffc int ;);_dade :=9;_ddf :=_gaba .Height /_dade ;_bec :=_gaba .Width /_dade ; -_caef ,_bea :=_ddf /2,_bec /2;if _ddf < _bec {_caef =_bec /2;_bea =_ddf /2;};_ade :=float64 (_caef )*float64 (_bea )*_gd .Pi ;_aegg :=int (float64 (_ddf *_bec /2)*0.9);_gfd :=int (float64 (_bec *_ddf /2)*0.9);for _abfb :=0;_abfb < _dade ;_abfb ++{_eefb :=_bec *_abfb +_abf ; -var _bcfa int ;if _abfb ==_dade -1{_abf =0;_bcfa =_gaba .Width ;}else {_bcfa =_eefb +_bec ;if ((_gaba .Width -_abf )%_dade )> 0{_abf ++;_bcfa ++;};};for _fbd :=0;_fbd < _dade ;_fbd ++{_gfef :=_ddf *_fbd +_cffc ;var _agcd int ;if _fbd ==_dade -1{_cffc =0; -_agcd =_gaba .Height ;}else {_agcd =_gfef +_ddf ;if (_gaba .Height -_cffc )%_dade > 0{_cffc ++;_agcd ++;};};var _efe ,_gade ,_aaec ,_fgcd int ;_dcg :=(_eefb +_bcfa )/2;_fgbb :=(_gfef +_agcd )/2;for _aegd :=_eefb ;_aegd < _bcfa ;_aegd ++{for _gaf :=_gfef ; -_gaf < _agcd ;_gaf ++{if _bbeb .GetPixel (_aegd ,_gaf ){if _aegd < _dcg {_efe ++;}else {_gade ++;};if _gaf < _fgbb {_fgcd ++;}else {_aaec ++;};};};};_egc [_abfb ][_fbd ]=_efe +_gade ;_bbgd [_abfb *2][_fbd ]=_efe ;_bbgd [_abfb *2+1][_fbd ]=_gade ;_bbge [_abfb ][_fbd *2]=_fgcd ; -_bbge [_abfb ][_fbd *2+1]=_aaec ;};};for _dadb :=0;_dadb < _dade *2-1;_dadb ++{for _gaef :=0;_gaef < (_dade -1);_gaef ++{var _dge int ;for _gebc :=0;_gebc < 2;_gebc ++{for _gdf :=0;_gdf < 2;_gdf ++{_dge +=_bbgd [_dadb +_gebc ][_gaef +_gdf ];};};if _dge > _gfd {return false ; -};};};for _cfa :=0;_cfa < (_dade -1);_cfa ++{for _ebca :=0;_ebca < ((_dade *2)-1);_ebca ++{var _acgg int ;for _ebbg :=0;_ebbg < 2;_ebbg ++{for _aga :=0;_aga < 2;_aga ++{_acgg +=_bbge [_cfa +_ebbg ][_ebca +_aga ];};};if _acgg > _aegg {return false ;};}; -};for _ecgf :=0;_ecgf < (_dade -2);_ecgf ++{for _cbdb :=0;_cbdb < (_dade -2);_cbdb ++{var _agce ,_dac int ;for _dcb :=0;_dcb < 3;_dcb ++{for _acga :=0;_acga < 3;_acga ++{if _dcb ==_acga {_agce +=_egc [_ecgf +_dcb ][_cbdb +_acga ];};if (2-_dcb )==_acga {_dac +=_egc [_ecgf +_dcb ][_cbdb +_acga ]; -};};};if _agce > _gfd ||_dac > _gfd {return false ;};};};for _afega :=0;_afega < (_dade -1);_afega ++{for _cdbb :=0;_cdbb < (_dade -1);_cdbb ++{var _gcfd int ;for _faea :=0;_faea < 2;_faea ++{for _fegd :=0;_fegd < 2;_fegd ++{_gcfd +=_egc [_afega +_faea ][_cdbb +_fegd ]; -};};if float64 (_gcfd )> _ade {return false ;};};};return true ;};type Selection struct{Height ,Width int ;Cx ,Cy int ;Name string ;Data [][]SelectionValue ;};func _dbfe (_gage *Bitmap ,_bfea *_cd .Stack ,_aaeg ,_fgdb int )(_dgbb *_ff .Rectangle ,_edaa error ){const _degd ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042"; -if _gage ==nil {return nil ,_g .Error (_degd ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070");};if _bfea ==nil {return nil ,_g .Error (_degd ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027"); -};_baf ,_ffbb :=_gage .Width ,_gage .Height ;_fgda :=_baf -1;_gbbab :=_ffbb -1;if _aaeg < 0||_aaeg > _fgda ||_fgdb < 0||_fgdb > _gbbab ||!_gage .GetPixel (_aaeg ,_fgdb ){return nil ,nil ;};var _cgdf *_ff .Rectangle ;_cgdf ,_edaa =Rect (100000,100000,0,0); -if _edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};if _edaa =_efbg (_bfea ,_aaeg ,_aaeg ,_fgdb ,1,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _edaa =_efbg (_bfea ,_aaeg ,_aaeg ,_fgdb +1,-1,_gbbab ,_cgdf ); -_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_cgdf .Min .X ,_cgdf .Max .X =_aaeg ,_aaeg ;_cgdf .Min .Y ,_cgdf .Max .Y =_fgdb ,_fgdb ;var (_bdgce *fillSegment ; -_cadc int ;);for _bfea .Len ()> 0{if _bdgce ,_edaa =_cdbdf (_bfea );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};_fgdb =_bdgce ._deab ;for _aaeg =_bdgce ._gebd ;_aaeg >=0&&_gage .GetPixel (_aaeg ,_fgdb );_aaeg --{if _edaa =_gage .SetPixel (_aaeg ,_fgdb ,0); -_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"");};};if _aaeg >=_bdgce ._gebd {for _aaeg ++;_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda &&!_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{};_cadc =_aaeg ;if !(_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda ){continue ;}; -}else {_cadc =_aaeg +1;if _cadc < _bdgce ._gebd -1{if _edaa =_efbg (_bfea ,_cadc ,_bdgce ._gebd -1,_bdgce ._deab ,-_bdgce ._bdeb ,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); -};};_aaeg =_bdgce ._gebd +1;};for {for ;_aaeg <=_fgda &&_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{if _edaa =_gage .SetPixel (_aaeg ,_fgdb ,0);_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _edaa =_efbg (_bfea ,_cadc ,_aaeg -1,_bdgce ._deab ,_bdgce ._bdeb ,_gbbab ,_cgdf ); -_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _aaeg > _bdgce ._bfbce +1{if _edaa =_efbg (_bfea ,_bdgce ._bfbce +1,_aaeg -1,_bdgce ._deab ,-_bdgce ._bdeb ,_gbbab ,_cgdf );_edaa !=nil {return nil ,_g .Wrap (_edaa ,_degd ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};for _aaeg ++;_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda &&!_gage .GetPixel (_aaeg ,_fgdb );_aaeg ++{};_cadc =_aaeg ;if !(_aaeg <=_bdgce ._bfbce &&_aaeg <=_fgda ){break ;};};};_cgdf .Max .X ++;_cgdf .Max .Y ++;return _cgdf ,nil ;};func Rect (x ,y ,w ,h int )(*_ff .Rectangle ,error ){const _bdc ="b\u0069\u0074\u006d\u0061\u0070\u002e\u0052\u0065\u0063\u0074"; -if x < 0{w +=x ;x =0;if w <=0{return nil ,_g .Errorf (_bdc ,"x\u003a\u0027\u0025\u0064\u0027\u0020<\u0020\u0030\u0020\u0061\u006e\u0064\u0020\u0077\u003a \u0027\u0025\u0064'\u0020<\u003d\u0020\u0030",x ,w );};};if y < 0{h +=y ;y =0;if h <=0{return nil ,_g .Error (_bdc ,"\u0079\u0020\u003c 0\u0020\u0061\u006e\u0064\u0020\u0062\u006f\u0078\u0020\u006f\u0066\u0066\u0020\u002b\u0071\u0075\u0061\u0064"); -};};_aedg :=_ff .Rect (x ,y ,x +w ,y +h );return &_aedg ,nil ;};func (_cbbf *ClassedPoints )GetIntYByClass (i int )(int ,error ){const _dacd ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073"; -if i >=_cbbf .IntSlice .Size (){return 0,_g .Errorf (_dacd ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); -};return int (_cbbf .YAtIndex (i )),nil ;};func _dgbcf (_bgegg ,_gfgb *Bitmap ,_bac *Selection )(*Bitmap ,error ){const _face ="\u0065\u0072\u006fd\u0065";var (_gdac error ;_bdee *Bitmap ;);_bgegg ,_gdac =_bdeae (_bgegg ,_gfgb ,_bac ,&_bdee );if _gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,""); -};if _gdac =_bgegg .setAll ();_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"");};var _gcdee SelectionValue ;for _defb :=0;_defb < _bac .Height ;_defb ++{for _dege :=0;_dege < _bac .Width ;_dege ++{_gcdee =_bac .Data [_defb ][_dege ];if _gcdee ==SelHit {_gdac =_gddaa (_bgegg ,_bac .Cx -_dege ,_bac .Cy -_defb ,_gfgb .Width ,_gfgb .Height ,PixSrcAndDst ,_bdee ,0,0); -if _gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"");};};};};if MorphBC ==SymmetricMorphBC {return _bgegg ,nil ;};_cdfe ,_cedc ,_daabg ,_gbfa :=_bac .findMaxTranslations ();if _cdfe > 0{if _gdac =_bgegg .RasterOperation (0,0,_cdfe ,_gfgb .Height ,PixClr ,nil ,0,0); -_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0078\u0070\u0020\u003e\u0020\u0030");};};if _daabg > 0{if _gdac =_bgegg .RasterOperation (_gfgb .Width -_daabg ,0,_daabg ,_gfgb .Height ,PixClr ,nil ,0,0);_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0078\u006e\u0020\u003e\u0020\u0030"); -};};if _cedc > 0{if _gdac =_bgegg .RasterOperation (0,0,_gfgb .Width ,_cedc ,PixClr ,nil ,0,0);_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0079\u0070\u0020\u003e\u0020\u0030");};};if _gbfa > 0{if _gdac =_bgegg .RasterOperation (0,_gfgb .Height -_gbfa ,_gfgb .Width ,_gbfa ,PixClr ,nil ,0,0); -_gdac !=nil {return nil ,_g .Wrap (_gdac ,_face ,"\u0079\u006e\u0020\u003e\u0020\u0030");};};return _bgegg ,nil ;};func _cfcge (_gccf *Bitmap ,_cbbd *Bitmap ,_aeb *Selection )(*Bitmap ,error ){var (_fbbd *Bitmap ;_gdfad error ;);_gccf ,_gdfad =_bdeae (_gccf ,_cbbd ,_aeb ,&_fbbd ); -if _gdfad !=nil {return nil ,_gdfad ;};if _gdfad =_gccf .clearAll ();_gdfad !=nil {return nil ,_gdfad ;};var _gcbgd SelectionValue ;for _bbgde :=0;_bbgde < _aeb .Height ;_bbgde ++{for _babg :=0;_babg < _aeb .Width ;_babg ++{_gcbgd =_aeb .Data [_bbgde ][_babg ]; -if _gcbgd ==SelHit {if _gdfad =_gccf .RasterOperation (_babg -_aeb .Cx ,_bbgde -_aeb .Cy ,_cbbd .Width ,_cbbd .Height ,PixSrcOrDst ,_fbbd ,0,0);_gdfad !=nil {return nil ,_gdfad ;};};};};return _gccf ,nil ;};var (_cdgf *Bitmap ;_debg *Bitmap ;);func _aefa (_cdcae ,_dbeg *Bitmap ,_dabd CombinationOperator )*Bitmap {_bfb :=New (_cdcae .Width ,_cdcae .Height ); -for _gebcd :=0;_gebcd < len (_bfb .Data );_gebcd ++{_bfb .Data [_gebcd ]=_fgcb (_cdcae .Data [_gebcd ],_dbeg .Data [_gebcd ],_dabd );};return _bfb ;};func _fddb ()[]int {_dabdc :=make ([]int ,256);_dabdc [0]=0;_dabdc [1]=7;var _fbae int ;for _fbae =2;_fbae < 4; -_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -2]+6;};for _fbae =4;_fbae < 8;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -4]+5;};for _fbae =8;_fbae < 16;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -8]+4;};for _fbae =16;_fbae < 32;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -16]+3; -};for _fbae =32;_fbae < 64;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -32]+2;};for _fbae =64;_fbae < 128;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -64]+1;};for _fbae =128;_fbae < 256;_fbae ++{_dabdc [_fbae ]=_dabdc [_fbae -128];};return _dabdc ;};func (_ebg *Boxes )selectWithIndicator (_cddc *_cd .NumSlice )(_gbe *Boxes ,_faba error ){const _ffb ="\u0042o\u0078\u0065\u0073\u002es\u0065\u006c\u0065\u0063\u0074W\u0069t\u0068I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _ebg ==nil {return nil ,_g .Error (_ffb ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if _cddc ==nil {return nil ,_g .Error (_ffb ,"\u0027\u006ea\u0027\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if len (*_cddc )!=len (*_ebg ){return nil ,_g .Error (_ffb ,"\u0062\u006f\u0078\u0065\u0073\u0020\u0027\u0062\u0027\u0020\u0068\u0061\u0073\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020s\u0069\u007a\u0065\u0020\u0074h\u0061\u006e \u0027\u006e\u0061\u0027"); -};var _ecdb ,_cdff int ;for _egff :=0;_egff < len (*_cddc );_egff ++{if _ecdb ,_faba =_cddc .GetInt (_egff );_faba !=nil {return nil ,_g .Wrap (_faba ,_ffb ,"\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u0067\u0020c\u006f\u0075\u006e\u0074");};if _ecdb ==1{_cdff ++; -};};if _cdff ==len (*_ebg ){return _ebg ,nil ;};_cfed :=Boxes {};for _ccdb :=0;_ccdb < len (*_cddc );_ccdb ++{_ecdb =int ((*_cddc )[_ccdb ]);if _ecdb ==0{continue ;};_cfed =append (_cfed ,(*_ebg )[_ccdb ]);};_gbe =&_cfed ;return _gbe ,nil ;};func TstAddSymbol (t *_a .T ,bms *Bitmaps ,sym *Bitmap ,x *int ,y int ,space int ){bms .AddBitmap (sym ); -_fbfg :=_ff .Rect (*x ,y ,*x +sym .Width ,y +sym .Height );bms .AddBox (&_fbfg );*x +=sym .Width +space ;};func (_ccfe MorphProcess )verify (_eegf int ,_cdffc ,_ccba *int )error {const _cfda ="\u004d\u006f\u0072\u0070hP\u0072\u006f\u0063\u0065\u0073\u0073\u002e\u0076\u0065\u0072\u0069\u0066\u0079"; -switch _ccfe .Operation {case MopDilation ,MopErosion ,MopOpening ,MopClosing :if len (_ccfe .Arguments )!=2{return _g .Error (_cfda ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0064\u0027\u002c\u0020\u0027\u0065\u0027\u002c \u0027\u006f\u0027\u002c\u0020\u0027\u0063\u0027\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0032\u0020\u0061r\u0067\u0075\u006d\u0065\u006et\u0073"); -};_bgac ,_adfd :=_ccfe .getWidthHeight ();if _bgac <=0||_adfd <=0{return _g .Error (_cfda ,"O\u0070er\u0061t\u0069o\u006e\u003a\u0020\u0027\u0064'\u002c\u0020\u0027e\u0027\u002c\u0020\u0027\u006f'\u002c\u0020\u0027c\u0027\u0020\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073 \u0062\u006f\u0074h w\u0069\u0064\u0074\u0068\u0020\u0061n\u0064\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0074\u006f\u0020b\u0065 \u003e\u003d\u0020\u0030"); -};case MopRankBinaryReduction :_gfba :=len (_ccfe .Arguments );*_cdffc +=_gfba ;if _gfba < 1||_gfba > 4{return _g .Error (_cfda ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0072\u0027\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061s\u0074\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020\u006d\u006fs\u0074\u0020\u0034\u0020\u0061\u0072g\u0075\u006d\u0065n\u0074\u0073"); -};for _gadce :=0;_gadce < _gfba ;_gadce ++{if _ccfe .Arguments [_gadce ]< 1||_ccfe .Arguments [_gadce ]> 4{return _g .Error (_cfda ,"\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0052\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 \u00280\u002c\u0020\u0034\u003e"); -};};case MopReplicativeBinaryExpansion :if len (_ccfe .Arguments )==0{return _g .Error (_cfda ,"\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074i\u0076\u0065\u0042in\u0061\u0072\u0079\u0045\u0078\u0070a\u006e\u0073\u0069\u006f\u006e\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020o\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006de\u006e\u0074"); -};_gfaf :=_ccfe .Arguments [0];if _gfaf !=2&&_gfaf !=4&&_gfaf !=8{return _g .Error (_cfda ,"R\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u0076\u0065\u0042\u0069\u006e\u0061\u0072\u0079\u0045\u0078\u0070\u0061\u006e\u0073\u0069\u006f\u006e\u0020m\u0075s\u0074\u0020\u0062\u0065 \u006f\u0066 \u0066\u0061\u0063\u0074\u006f\u0072\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); -};*_cdffc -=_ddeb [_gfaf /4];case MopAddBorder :if len (_ccfe .Arguments )==0{return _g .Error (_cfda ,"\u0041\u0064\u0064B\u006f\u0072\u0064\u0065r\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006f\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006d\u0065\u006e\u0074"); -};_dfaf :=_ccfe .Arguments [0];if _eegf > 0{return _g .Error (_cfda ,"\u0041\u0064\u0064\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020f\u0069\u0072\u0073\u0074\u0020\u006d\u006f\u0072\u0070\u0068\u0020\u0070\u0072o\u0063\u0065\u0073\u0073"); -};if _dfaf < 1{return _g .Error (_cfda ,"\u0041\u0064\u0064\u0042o\u0072\u0064\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065 \u006co\u0077\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};*_ccba =_dfaf ;};return nil ;};type byWidth Bitmaps ;func (_gcbc *Bitmap )GetChocolateData ()[]byte {if _gcbc .Color ==Vanilla {_gcbc .inverseData (); -};return _gcbc .Data ;};const (SelDontCare SelectionValue =iota ;SelHit ;SelMiss ;);func _ccdc (_gcfdf ,_eae *Bitmap ,_ddae ,_baab ,_ccgb ,_eaaa ,_afdf int ,_cec CombinationOperator )error {var _gedb int ;_fbbeg :=func (){_gedb ++;_ccgb +=_eae .RowStride ; -_eaaa +=_gcfdf .RowStride ;_afdf +=_gcfdf .RowStride };for _gedb =_ddae ;_gedb < _baab ;_fbbeg (){_bdag :=_ccgb ;for _ebd :=_eaaa ;_ebd <=_afdf ;_ebd ++{_afeag ,_ffcf :=_eae .GetByte (_bdag );if _ffcf !=nil {return _ffcf ;};_fgaf ,_ffcf :=_gcfdf .GetByte (_ebd ); -if _ffcf !=nil {return _ffcf ;};if _ffcf =_eae .SetByte (_bdag ,_fgcb (_afeag ,_fgaf ,_cec ));_ffcf !=nil {return _ffcf ;};_bdag ++;};};return nil ;};func TstImageBitmapData ()[]byte {return _debg .Data };func _abfcf (_feccc ,_debd int )int {if _feccc > _debd {return _feccc ; -};return _debd ;};func (_cbd *Bitmap )Zero ()bool {_afde :=_cbd .Width /8;_gdb :=_cbd .Width &7;var _deg byte ;if _gdb !=0{_deg =byte (0xff< 0{if _cbd .Data [_dcec ]&_deg !=0{return false ;};};};return true ;};type BoundaryCondition int ;func MorphSequence (src *Bitmap ,sequence ...MorphProcess )(*Bitmap ,error ){return _cagc (src ,sequence ...); -};type Bitmap struct{Width ,Height int ;BitmapNumber int ;RowStride int ;Data []byte ;Color Color ;Special int ;Text string ;XResolution ,YResolution int ;};type shift int ;type Component int ;func TstImageBitmap ()*Bitmap {return _debg .Copy ()};type MorphOperation int ; -func (_cgbfb *Bitmaps )ClipToBitmap (s *Bitmap )(*Bitmaps ,error ){const _dfgc ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0043\u006c\u0069p\u0054\u006f\u0042\u0069tm\u0061\u0070";if _cgbfb ==nil {return nil ,_g .Error (_dfgc ,"\u0042\u0069\u0074\u006dap\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if s ==nil {return nil ,_g .Error (_dfgc ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_fagd :=len (_cgbfb .Values );_daac :=&Bitmaps {Values :make ([]*Bitmap ,_fagd ),Boxes :make ([]*_ff .Rectangle ,_fagd )}; -var (_gafce ,_gdcgc *Bitmap ;_fage *_ff .Rectangle ;_cfbbf error ;);for _dgee :=0;_dgee < _fagd ;_dgee ++{if _gafce ,_cfbbf =_cgbfb .GetBitmap (_dgee );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};if _fage ,_cfbbf =_cgbfb .GetBox (_dgee );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,""); -};if _gdcgc ,_cfbbf =s .clipRectangle (_fage ,nil );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};if _gdcgc ,_cfbbf =_gdcgc .And (_gafce );_cfbbf !=nil {return nil ,_g .Wrap (_cfbbf ,_dfgc ,"");};_daac .Values [_dgee ]=_gdcgc ;_daac .Boxes [_dgee ]=_fage ; -};return _daac ,nil ;};func (_bccg *Boxes )Add (box *_ff .Rectangle )error {if _bccg ==nil {return _g .Error ("\u0042o\u0078\u0065\u0073\u002e\u0041\u0064d","\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};*_bccg =append (*_bccg ,box );return nil ;};func _dbeca (_dgdb *Bitmap ,_ggde ,_gbfd int ,_ebbcac ,_bdcf int ,_cega RasterOperator ){var (_bgede int ;_aegde byte ;_eggbc ,_cdfbb int ;_afgc int ;);_ecgb :=_ebbcac >>3;_bdbb :=_ebbcac &7;if _bdbb > 0{_aegde =_ceaad [_bdbb ]; -};_bgede =_dgdb .RowStride *_gbfd +(_ggde >>3);switch _cega {case PixClr :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=0x0;_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],0x0,_aegde ); -};};case PixSet :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=0xff;_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],0xff,_aegde );}; -};case PixNotDst :for _eggbc =0;_eggbc < _bdcf ;_eggbc ++{_afgc =_bgede +_eggbc *_dgdb .RowStride ;for _cdfbb =0;_cdfbb < _ecgb ;_cdfbb ++{_dgdb .Data [_afgc ]=^_dgdb .Data [_afgc ];_afgc ++;};if _bdbb > 0{_dgdb .Data [_afgc ]=_accd (_dgdb .Data [_afgc ],^_dgdb .Data [_afgc ],_aegde ); -};};};};func (_fddc *Bitmap )SetPixel (x ,y int ,pixel byte )error {_dadg :=_fddc .GetByteIndex (x ,y );if _dadg > len (_fddc .Data )-1{return _g .Errorf ("\u0053\u0065\u0074\u0050\u0069\u0078\u0065\u006c","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",_dadg ); -};_deef :=_fddc .GetBitOffset (x );_daab :=uint (7-_deef );_dgf :=_fddc .Data [_dadg ];var _aec byte ;if pixel ==1{_aec =_dgf |(pixel &0x01<<_daab );}else {_aec =_dgf &^(1<<_daab );};_fddc .Data [_dadg ]=_aec ;return nil ;};func (_gbc Points )Get (i int )(Point ,error ){if i > len (_gbc )-1{return Point {},_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _gbc [i ],nil ;};var MorphBC BoundaryCondition ;func (_abdd *Bitmap )nextOnPixelLow (_bgg ,_bab ,_bdff ,_caec ,_abce int )(_fga _ff .Point ,_cbf bool ,_bfad error ){const _gabe ="B\u0069\u0074\u006d\u0061p.\u006ee\u0078\u0074\u004f\u006e\u0050i\u0078\u0065\u006c\u004c\u006f\u0077"; -var (_dgef int ;_decf byte ;);_aabf :=_abce *_bdff ;_gbde :=_aabf +(_caec /8);if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"\u0078\u0053\u0074\u0061\u0072\u0074\u0020\u0061\u006e\u0064 \u0079\u0053\u0074\u0061\u0072\u0074\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); -};if _decf !=0{_dfdd :=_caec -(_caec %8)+7;for _dgef =_caec ;_dgef <=_dfdd &&_dgef < _bgg ;_dgef ++{if _abdd .GetPixel (_dgef ,_abce ){_fga .X =_dgef ;_fga .Y =_abce ;return _fga ,true ,nil ;};};};_ggd :=(_caec /8)+1;_dgef =8*_ggd ;var _gead int ;for _gbde =_aabf +_ggd ; -_dgef < _bgg ;_gbde ,_dgef =_gbde +1,_dgef +8{if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"r\u0065\u0073\u0074\u0020of\u0020t\u0068\u0065\u0020\u006c\u0069n\u0065\u0020\u0062\u0079\u0074\u0065");};if _decf ==0{continue ; -};for _gead =0;_gead < 8&&_dgef < _bgg ;_gead ,_dgef =_gead +1,_dgef +1{if _abdd .GetPixel (_dgef ,_abce ){_fga .X =_dgef ;_fga .Y =_abce ;return _fga ,true ,nil ;};};};for _gacf :=_abce +1;_gacf < _bab ;_gacf ++{_aabf =_gacf *_bdff ;for _gbde ,_dgef =_aabf ,0; -_dgef < _bgg ;_gbde ,_dgef =_gbde +1,_dgef +8{if _decf ,_bfad =_abdd .GetByte (_gbde );_bfad !=nil {return _fga ,false ,_g .Wrap (_bfad ,_gabe ,"\u0066o\u006cl\u006f\u0077\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u0073");};if _decf ==0{continue ; -};for _gead =0;_gead < 8&&_dgef < _bgg ;_gead ,_dgef =_gead +1,_dgef +1{if _abdd .GetPixel (_dgef ,_gacf ){_fga .X =_dgef ;_fga .Y =_gacf ;return _fga ,true ,nil ;};};};};return _fga ,false ,nil ;};func (_dedd *Bitmap )GetBitOffset (x int )int {return x &0x07}; -func (_gacd Points )GetIntX (i int )(int ,error ){if i >=len (_gacd ){return 0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0058","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return int (_gacd [i ].X ),nil ;};func (_fagg Points )GetIntY (i int )(int ,error ){if i >=len (_fagg ){return 0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0059","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return int (_fagg [i ].Y ),nil ;};func (_befa *ClassedPoints )GroupByY ()([]*ClassedPoints ,error ){const _cdbfe ="\u0043\u006c\u0061\u0073se\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0072\u006f\u0075\u0070\u0042y\u0059";if _aebf :=_befa .validateIntSlice (); -_aebf !=nil {return nil ,_g .Wrap (_aebf ,_cdbfe ,"");};if _befa .IntSlice .Size ()==0{return nil ,_g .Error (_cdbfe ,"\u004e\u006f\u0020\u0063la\u0073\u0073\u0065\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_befa .SortByY ();var (_adac []*ClassedPoints ; -_ffgf int ;);_dfec :=-1;var _afca *ClassedPoints ;for _ebbdf :=0;_ebbdf < len (_befa .IntSlice );_ebbdf ++{_ffgf =int (_befa .YAtIndex (_ebbdf ));if _ffgf !=_dfec {_afca =&ClassedPoints {Points :_befa .Points };_dfec =_ffgf ;_adac =append (_adac ,_afca ); -};_afca .IntSlice =append (_afca .IntSlice ,_befa .IntSlice [_ebbdf ]);};for _ ,_dgda :=range _adac {_dgda .SortByX ();};return _adac ,nil ;};func _beee (_afb ,_faa *Bitmap ,_feg int ,_dda []byte ,_gcb int )(_eee error ){const _eea ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0031"; -var (_fef ,_ecf ,_ae ,_fbe ,_ffd ,_bda ,_baa ,_edc int ;_fgfd ,_eed uint32 ;_eefd ,_bbd byte ;_cce uint16 ;);_aff :=make ([]byte ,4);_dg :=make ([]byte ,4);for _ae =0;_ae < _afb .Height -1;_ae ,_fbe =_ae +2,_fbe +1{_fef =_ae *_afb .RowStride ;_ecf =_fbe *_faa .RowStride ; -for _ffd ,_bda =0,0;_ffd < _gcb ;_ffd ,_bda =_ffd +4,_bda +1{for _baa =0;_baa < 4;_baa ++{_edc =_fef +_ffd +_baa ;if _edc <=len (_afb .Data )-1&&_edc < _fef +_afb .RowStride {_aff [_baa ]=_afb .Data [_edc ];}else {_aff [_baa ]=0x00;};_edc =_fef +_afb .RowStride +_ffd +_baa ; -if _edc <=len (_afb .Data )-1&&_edc < _fef +(2*_afb .RowStride ){_dg [_baa ]=_afb .Data [_edc ];}else {_dg [_baa ]=0x00;};};_fgfd =_fc .BigEndian .Uint32 (_aff );_eed =_fc .BigEndian .Uint32 (_dg );_eed |=_fgfd ;_eed |=_eed <<1;_eed &=0xaaaaaaaa;_fgfd =_eed |(_eed <<7); -_eefd =byte (_fgfd >>24);_bbd =byte ((_fgfd >>8)&0xff);_edc =_ecf +_bda ;if _edc +1==len (_faa .Data )-1||_edc +1>=_ecf +_faa .RowStride {_faa .Data [_edc ]=_dda [_eefd ];}else {_cce =(uint16 (_dda [_eefd ])<<8)|uint16 (_dda [_bbd ]);if _eee =_faa .setTwoBytes (_edc ,_cce ); -_eee !=nil {return _g .Wrapf (_eee ,_eea ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_edc );};_bda ++;};};}; -return nil ;};func (_dedad *ClassedPoints )GetIntXByClass (i int )(int ,error ){const _fcdgc ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073";if i >=_dedad .IntSlice .Size (){return 0,_g .Errorf (_fcdgc ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); -};return int (_dedad .XAtIndex (i )),nil ;};func _ed (_fcdd *Bitmap ,_dec ,_def int )(*Bitmap ,error ){const _gag ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0052\u0065p\u006c\u0069\u0063\u0061\u0074\u0065";if _fcdd ==nil {return nil ,_g .Error (_gag ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _dec <=0||_def <=0{return nil ,_g .Error (_gag ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030");};if _dec ==_def {if _dec ==1{_eef ,_ccg :=_cgde (nil ,_fcdd ); -if _ccg !=nil {return nil ,_g .Wrap (_ccg ,_gag ,"\u0078\u0046\u0061\u0063\u0074\u0020\u003d\u003d\u0020y\u0046\u0061\u0063\u0074");};return _eef ,nil ;};if _dec ==2||_dec ==4||_dec ==8{_eg ,_ede :=_fd (_fcdd ,_dec );if _ede !=nil {return nil ,_g .Wrap (_ede ,_gag ,"\u0078\u0046a\u0063\u0074\u0020i\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); -};return _eg ,nil ;};};_bef :=_dec *_fcdd .Width ;_db :=_def *_fcdd .Height ;_cgg :=New (_bef ,_db );_ebf :=_cgg .RowStride ;var (_fgf ,_feb ,_cdcf ,_bf ,_gad int ;_eeb byte ;_cdbf error ;);for _feb =0;_feb < _fcdd .Height ;_feb ++{_fgf =_def *_feb *_ebf ; -for _cdcf =0;_cdcf < _fcdd .Width ;_cdcf ++{if _ded :=_fcdd .GetPixel (_cdcf ,_feb );_ded {_gad =_dec *_cdcf ;for _bf =0;_bf < _dec ;_bf ++{_cgg .setBit (_fgf *8+_gad +_bf );};};};for _bf =1;_bf < _def ;_bf ++{_bcf :=_fgf +_bf *_ebf ;for _fce :=0;_fce < _ebf ; -_fce ++{if _eeb ,_cdbf =_cgg .GetByte (_fgf +_fce );_cdbf !=nil {return nil ,_g .Wrapf (_cdbf ,_gag ,"\u0072\u0065\u0070\u006cic\u0061\u0074\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0027\u0025d\u0027",_bf );};if _cdbf =_cgg .SetByte (_bcf +_fce ,_eeb ); -_cdbf !=nil {return nil ,_g .Wrap (_cdbf ,_gag ,"\u0053\u0065\u0074\u0074in\u0067\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};};};};return _cgg ,nil ;};func (_agg *Bitmap )ClipRectangle (box *_ff .Rectangle )(_gcc *Bitmap ,_fcca *_ff .Rectangle ,_bbg error ){const _dcfd ="\u0043\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; -if box ==nil {return nil ,nil ,_g .Error (_dcfd ,"\u0062o\u0078 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};_fdc ,_defea :=_agg .Width ,_agg .Height ;_ccb :=_ff .Rect (0,0,_fdc ,_defea );if !box .Overlaps (_ccb ){return nil ,nil ,_g .Error (_dcfd ,"b\u006f\u0078\u0020\u0064oe\u0073n\u0027\u0074\u0020\u006f\u0076e\u0072\u006c\u0061\u0070\u0020\u0062"); -};_eeed :=box .Intersect (_ccb );_bcc ,_ffe :=_eeed .Min .X ,_eeed .Min .Y ;_dde ,_beb :=_eeed .Dx (),_eeed .Dy ();_gcc =New (_dde ,_beb );_gcc .Text =_agg .Text ;if _bbg =_gcc .RasterOperation (0,0,_dde ,_beb ,PixSrc ,_agg ,_bcc ,_ffe );_bbg !=nil {return nil ,nil ,_g .Wrap (_bbg ,_dcfd ,"\u0050\u0069\u0078\u0053\u0072\u0063\u0020\u0074\u006f\u0020\u0063\u006ci\u0070\u0070\u0065\u0064"); -};_fcca =&_eeed ;return _gcc ,_fcca ,nil ;};type fillSegment struct{_gebd int ;_bfbce int ;_deab int ;_bdeb int ;};func (_cea *Bitmap )setEightBytes (_fbbe int ,_aacg uint64 )error {_bffd :=_cea .RowStride -(_fbbe %_cea .RowStride );if _cea .RowStride !=_cea .Width >>3{_bffd --; -};if _bffd >=8{return _cea .setEightFullBytes (_fbbe ,_aacg );};return _cea .setEightPartlyBytes (_fbbe ,_bffd ,_aacg );};type ClassedPoints struct{*Points ;_cd .IntSlice ;_dbcd func (_fafg ,_bfacf int )bool ;};func (_bfbb *Bitmaps )AddBox (box *_ff .Rectangle ){_bfbb .Boxes =append (_bfbb .Boxes ,box )}; -func _fffb (_daaa ,_ddab ,_gabeb *Bitmap )(*Bitmap ,error ){const _bcd ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0078\u006f\u0072";if _ddab ==nil {return nil ,_g .Error (_bcd ,"'\u0062\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _gabeb ==nil {return nil ,_g .Error (_bcd ,"'\u0062\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};if _daaa ==_gabeb {return nil ,_g .Error (_bcd ,"'\u0064\u0027\u0020\u003d\u003d\u0020\u0027\u0062\u0032\u0027");};if !_ddab .SizesEqual (_gabeb ){_b .Log .Debug ("\u0025s\u0020\u002d \u0042\u0069\u0074\u006da\u0070\u0020\u0027b\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074 e\u0071\u0075\u0061l\u0020\u0073i\u007a\u0065\u0020\u0077\u0069\u0074h\u0020\u0027b\u0032\u0027",_bcd ); -};var _adce error ;if _daaa ,_adce =_cgde (_daaa ,_ddab );_adce !=nil {return nil ,_g .Wrap (_adce ,_bcd ,"\u0063\u0061n\u0027\u0074\u0020c\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027");};if _adce =_daaa .RasterOperation (0,0,_daaa .Width ,_daaa .Height ,PixSrcXorDst ,_gabeb ,0,0); -_adce !=nil {return nil ,_g .Wrap (_adce ,_bcd ,"");};return _daaa ,nil ;};type SizeSelection int ;func (_agf *Bitmap )setAll ()error {_cdcad :=_gddaa (_agf ,0,0,_agf .Width ,_agf .Height ,PixSet ,nil ,0,0);if _cdcad !=nil {return _g .Wrap (_cdcad ,"\u0073\u0065\u0074\u0041\u006c\u006c",""); -};return nil ;};func (_ffcea *Bitmap )setPadBits (_dgba int ){_cefg :=8-_ffcea .Width %8;if _cefg ==8{return ;};_aef :=_ffcea .Width /8;_eadb :=_gbfbd [_cefg ];if _dgba ==0{_eadb ^=_eadb ;};var _ggc int ;for _caee :=0;_caee < _ffcea .Height ;_caee ++{_ggc =_caee *_ffcea .RowStride +_aef ; -if _dgba ==0{_ffcea .Data [_ggc ]&=_eadb ;}else {_ffcea .Data [_ggc ]|=_eadb ;};};};func TstGetScaledSymbol (t *_a .T ,sm *Bitmap ,scale ...int )*Bitmap {if len (scale )==0{return sm ;};if scale [0]==1{return sm ;};_gfedg ,_eedda :=MorphSequence (sm ,MorphProcess {Operation :MopReplicativeBinaryExpansion ,Arguments :scale }); -_c .NoError (t ,_eedda );return _gfedg ;};func (_aac *Bitmap )ToImage ()_ff .Image {_edb ,_fgca :=_e .NewImage (_aac .Width ,_aac .Height ,1,1,_aac .Data ,nil ,nil );if _fgca !=nil {_b .Log .Error ("\u0043\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020j\u0062\u0069\u0067\u0032\u002e\u0042\u0069\u0074m\u0061p\u0020\u0074\u006f\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002e\u0049\u006d\u0061\u0067e\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fgca ); -};return _edb ;};func New (width ,height int )*Bitmap {_egf :=_cdf (width ,height );_egf .Data =make ([]byte ,height *_egf .RowStride );return _egf ;};func (_bfa *Bitmap )clipRectangle (_eafe ,_aae *_ff .Rectangle )(_adbd *Bitmap ,_beea error ){const _eca ="\u0063\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; -if _eafe ==nil {return nil ,_g .Error (_eca ,"\u0070r\u006fv\u0069\u0064\u0065\u0064\u0020n\u0069\u006c \u0027\u0062\u006f\u0078\u0027");};_ead ,_fccd :=_bfa .Width ,_bfa .Height ;_gabg ,_beea :=ClipBoxToRectangle (_eafe ,_ead ,_fccd );if _beea !=nil {_b .Log .Warning ("\u0027\u0062ox\u0027\u0020\u0064o\u0065\u0073\u006e\u0027t o\u0076er\u006c\u0061\u0070\u0020\u0062\u0069\u0074ma\u0070\u0020\u0027\u0062\u0027\u003a\u0020%\u0076",_beea ); -return nil ,nil ;};_cffg ,_adf :=_gabg .Min .X ,_gabg .Min .Y ;_ebbca ,_gbgb :=_gabg .Max .X -_gabg .Min .X ,_gabg .Max .Y -_gabg .Min .Y ;_adbd =New (_ebbca ,_gbgb );_adbd .Text =_bfa .Text ;if _beea =_adbd .RasterOperation (0,0,_ebbca ,_gbgb ,PixSrc ,_bfa ,_cffg ,_adf ); -_beea !=nil {return nil ,_g .Wrap (_beea ,_eca ,"");};if _aae !=nil {*_aae =*_gabg ;};return _adbd ,nil ;};func (_defe *Bitmap )AddBorder (borderSize ,val int )(*Bitmap ,error ){if borderSize ==0{return _defe .Copy (),nil ;};_ffg ,_gcgd :=_defe .addBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize ,val ); -if _gcgd !=nil {return nil ,_g .Wrap (_gcgd ,"\u0041d\u0064\u0042\u006f\u0072\u0064\u0065r","");};return _ffg ,nil ;};func _cggb (_gbff ,_deee *Bitmap ,_dfeef ,_afaa int )(*Bitmap ,error ){const _eda ="\u006fp\u0065\u006e\u0042\u0072\u0069\u0063k";if _deee ==nil {return nil ,_g .Error (_eda ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); -};if _dfeef < 1&&_afaa < 1{return nil ,_g .Error (_eda ,"\u0068\u0053\u0069\u007ae \u003c\u0020\u0031\u0020\u0026\u0026\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u003c \u0031");};if _dfeef ==1&&_afaa ==1{return _deee .Copy (),nil ;};if _dfeef ==1||_afaa ==1{var _cdef error ; -_eefce :=SelCreateBrick (_afaa ,_dfeef ,_afaa /2,_dfeef /2,SelHit );_gbff ,_cdef =_eccb (_gbff ,_deee ,_eefce );if _cdef !=nil {return nil ,_g .Wrap (_cdef ,_eda ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _gbff ,nil ;};_eafa :=SelCreateBrick (1,_dfeef ,0,_dfeef /2,SelHit );_dage :=SelCreateBrick (_afaa ,1,_afaa /2,0,SelHit );_gbge ,_dfed :=_dgbcf (nil ,_deee ,_eafa );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};_gbff ,_dfed =_dgbcf (_gbff ,_gbge ,_dage );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};_ ,_dfed =_cfcge (_gbge ,_gbff ,_eafa );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};_ ,_dfed =_cfcge (_gbff ,_gbge ,_dage );if _dfed !=nil {return nil ,_g .Wrap (_dfed ,_eda ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _gbff ,nil ;};func (_ccagc *Bitmap )ConnComponents (bms *Bitmaps ,connectivity int )(_gaee *Boxes ,_eefg error ){const _bcdd ="B\u0069\u0074\u006d\u0061p.\u0043o\u006e\u006e\u0043\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0073"; -if _ccagc ==nil {return nil ,_g .Error (_bcdd ,"\u0070r\u006f\u0076\u0069\u0064e\u0064\u0020\u0065\u006d\u0070t\u0079 \u0027b\u0027\u0020\u0062\u0069\u0074\u006d\u0061p");};if connectivity !=4&&connectivity !=8{return nil ,_g .Error (_bcdd ,"\u0063\u006f\u006ene\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006e\u006f\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038"); -};if bms ==nil {if _gaee ,_eefg =_ccagc .connComponentsBB (connectivity );_eefg !=nil {return nil ,_g .Wrap (_eefg ,_bcdd ,"");};}else {if _gaee ,_eefg =_ccagc .connComponentsBitmapsBB (bms ,connectivity );_eefg !=nil {return nil ,_g .Wrap (_eefg ,_bcdd ,""); -};};return _gaee ,nil ;};func TstESymbol (t *_a .T ,scale ...int )*Bitmap {_gdcf ,_befcg :=NewWithData (4,5,[]byte {0xF0,0x80,0xE0,0x80,0xF0});_c .NoError (t ,_befcg );return TstGetScaledSymbol (t ,_gdcf ,scale ...);};func _bdeae (_cfabb *Bitmap ,_add *Bitmap ,_febeg *Selection ,_ggb **Bitmap )(*Bitmap ,error ){const _ffff ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0031"; -if _add ==nil {return nil ,_g .Error (_ffff ,"\u004d\u006f\u0072\u0070\u0068\u0041\u0072\u0067\u0073\u0031\u0020'\u0073\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066i\u006e\u0065\u0064");};if _febeg ==nil {return nil ,_g .Error (_ffff ,"\u004d\u006f\u0072\u0068p\u0041\u0072\u0067\u0073\u0031\u0020\u0027\u0073\u0065\u006c'\u0020n\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064"); -};_acbae ,_afdc :=_febeg .Height ,_febeg .Width ;if _acbae ==0||_afdc ==0{return nil ,_g .Error (_ffff ,"\u0073\u0065\u006c\u0065ct\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030");};if _cfabb ==nil {_cfabb =_add .createTemplate (); -*_ggb =_add ;return _cfabb ,nil ;};_cfabb .Width =_add .Width ;_cfabb .Height =_add .Height ;_cfabb .RowStride =_add .RowStride ;_cfabb .Color =_add .Color ;_cfabb .Data =make ([]byte ,_add .RowStride *_add .Height );if _cfabb ==_add {*_ggb =_add .Copy (); -}else {*_ggb =_add ;};return _cfabb ,nil ;};func (_deda Points )Size ()int {return len (_deda )};func _ce (_ced ,_fcdg *Bitmap ,_ea int ,_bgb []byte ,_gcef int )(_eff error ){const _ecd ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0032"; -var (_fde ,_gfa ,_eaf ,_cgd ,_ddb ,_fdd ,_bdad ,_bae int ;_gcg ,_cba ,_dbfa ,_fac uint32 ;_cff ,_adc byte ;_gadd uint16 ;);_bde :=make ([]byte ,4);_bdef :=make ([]byte ,4);for _eaf =0;_eaf < _ced .Height -1;_eaf ,_cgd =_eaf +2,_cgd +1{_fde =_eaf *_ced .RowStride ; -_gfa =_cgd *_fcdg .RowStride ;for _ddb ,_fdd =0,0;_ddb < _gcef ;_ddb ,_fdd =_ddb +4,_fdd +1{for _bdad =0;_bdad < 4;_bdad ++{_bae =_fde +_ddb +_bdad ;if _bae <=len (_ced .Data )-1&&_bae < _fde +_ced .RowStride {_bde [_bdad ]=_ced .Data [_bae ];}else {_bde [_bdad ]=0x00; -};_bae =_fde +_ced .RowStride +_ddb +_bdad ;if _bae <=len (_ced .Data )-1&&_bae < _fde +(2*_ced .RowStride ){_bdef [_bdad ]=_ced .Data [_bae ];}else {_bdef [_bdad ]=0x00;};};_gcg =_fc .BigEndian .Uint32 (_bde );_cba =_fc .BigEndian .Uint32 (_bdef );_dbfa =_gcg &_cba ; -_dbfa |=_dbfa <<1;_fac =_gcg |_cba ;_fac &=_fac <<1;_cba =_dbfa |_fac ;_cba &=0xaaaaaaaa;_gcg =_cba |(_cba <<7);_cff =byte (_gcg >>24);_adc =byte ((_gcg >>8)&0xff);_bae =_gfa +_fdd ;if _bae +1==len (_fcdg .Data )-1||_bae +1>=_gfa +_fcdg .RowStride {if _eff =_fcdg .SetByte (_bae ,_bgb [_cff ]); -_eff !=nil {return _g .Wrapf (_eff ,_ecd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_bae );};}else {_gadd =(uint16 (_bgb [_cff ])<<8)|uint16 (_bgb [_adc ]);if _eff =_fcdg .setTwoBytes (_bae ,_gadd );_eff !=nil {return _g .Wrapf (_eff ,_ecd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_bae ); -};_fdd ++;};};};return nil ;};func (_bed *Bitmap )removeBorderGeneral (_cdd ,_dbe ,_dfc ,_fbge int )(*Bitmap ,error ){const _bgdb ="\u0072\u0065\u006d\u006fve\u0042\u006f\u0072\u0064\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c";if _cdd < 0||_dbe < 0||_dfc < 0||_fbge < 0{return nil ,_g .Error (_bgdb ,"\u006e\u0065g\u0061\u0074\u0069\u0076\u0065\u0020\u0062\u0072\u006f\u0064\u0065\u0072\u0020\u0072\u0065\u006d\u006f\u0076\u0065\u0020\u0076\u0061lu\u0065\u0073"); -};_dgbc ,_fecc :=_bed .Width ,_bed .Height ;_efaa :=_dgbc -_cdd -_dbe ;_afc :=_fecc -_dfc -_fbge ;if _efaa <=0{return nil ,_g .Errorf (_bgdb ,"w\u0069\u0064\u0074\u0068: \u0025d\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u003e\u0020\u0030",_efaa ); -};if _afc <=0{return nil ,_g .Errorf (_bgdb ,"\u0068\u0065\u0069\u0067ht\u003a\u0020\u0025\u0064\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u003e \u0030",_afc );};_gffc :=New (_efaa ,_afc );_gffc .Color =_bed .Color ;_edfa :=_gffc .RasterOperation (0,0,_efaa ,_afc ,PixSrc ,_bed ,_cdd ,_dfc ); -if _edfa !=nil {return nil ,_g .Wrap (_edfa ,_bgdb ,"");};return _gffc ,nil ;};func _gbbdb (_gaaa ,_dbde *Bitmap ,_fgff *Selection )(*Bitmap ,error ){const _dbcfb ="c\u006c\u006f\u0073\u0065\u0042\u0069\u0074\u006d\u0061\u0070";var _aadc error ;if _gaaa ,_aadc =_fggb (_gaaa ,_dbde ,_fgff ); -_aadc !=nil {return nil ,_aadc ;};_ebagc ,_aadc :=_cfcge (nil ,_dbde ,_fgff );if _aadc !=nil {return nil ,_g .Wrap (_aadc ,_dbcfb ,"");};if _ ,_aadc =_dgbcf (_gaaa ,_ebagc ,_fgff );_aadc !=nil {return nil ,_g .Wrap (_aadc ,_dbcfb ,"");};return _gaaa ,nil ; -};func _bacc (_ddce ...MorphProcess )(_egd error ){const _befce ="v\u0065r\u0069\u0066\u0079\u004d\u006f\u0072\u0070\u0068P\u0072\u006f\u0063\u0065ss\u0065\u0073";var _abeg ,_abgdd int ;for _fgee ,_ggdg :=range _ddce {if _egd =_ggdg .verify (_fgee ,&_abeg ,&_abgdd ); -_egd !=nil {return _g .Wrap (_egd ,_befce ,"");};};if _abgdd !=0&&_abeg !=0{return _g .Error (_befce ,"\u004d\u006f\u0072\u0070\u0068\u0020\u0073\u0065\u0071\u0075\u0065n\u0063\u0065\u0020\u002d\u0020\u0062\u006f\u0072d\u0065r\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u0065\u0074\u0020\u0072\u0065\u0064u\u0063\u0074\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0030"); -};return nil ;};func RankHausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH ,area1 ,area3 int ,rank float32 ,tab8 []int )(_egeg bool ,_dcda error ){const _gedaa ="\u0052\u0061\u006ek\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074"; -_cfbb ,_ddfb :=p1 .Width ,p1 .Height ;_gge ,_gdeb :=p3 .Width ,p3 .Height ;if _cd .Abs (_cfbb -_gge )> maxDiffW {return false ,nil ;};if _cd .Abs (_ddfb -_gdeb )> maxDiffH {return false ,nil ;};_deff :=int (float32 (area1 )*(1.0-rank )+0.5);_gdea :=int (float32 (area3 )*(1.0-rank )+0.5); -var _eedd ,_dcbd int ;if delX >=0{_eedd =int (delX +0.5);}else {_eedd =int (delX -0.5);};if delY >=0{_dcbd =int (delY +0.5);}else {_dcbd =int (delY -0.5);};_dgbd :=p1 .CreateTemplate ();if _dcda =_dgbd .RasterOperation (0,0,_cfbb ,_ddfb ,PixSrc ,p1 ,0,0); -_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dcda =_dgbd .RasterOperation (_eedd ,_dcbd ,_cfbb ,_ddfb ,PixNotSrcAndDst ,p4 ,0,0);_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074 \u0026\u0020\u0021\u0070\u0034"); -};_egeg ,_dcda =_dgbd .ThresholdPixelSum (_deff ,tab8 );if _dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0031");};if _egeg {return false ,nil ;};if _dcda =_dgbd .RasterOperation (_eedd ,_dcbd ,_gge ,_gdeb ,PixSrc ,p3 ,0,0); -_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dcda =_dgbd .RasterOperation (0,0,_gge ,_gdeb ,PixNotSrcAndDst ,p2 ,0,0);_dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074 \u0026\u0020\u0021\u0070\u0032"); -};_egeg ,_dcda =_dgbd .ThresholdPixelSum (_gdea ,tab8 );if _dcda !=nil {return false ,_g .Wrap (_dcda ,_gedaa ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0033");};return !_egeg ,nil ;};func (_fcab *Bitmaps )GroupByWidth ()(*BitmapsArray ,error ){const _afac ="\u0047\u0072\u006fu\u0070\u0042\u0079\u0057\u0069\u0064\u0074\u0068"; -if len (_fcab .Values )==0{return nil ,_g .Error (_afac ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_dgfc :=&BitmapsArray {};_fcab .SortByWidth ();_aacb :=-1;_efba :=-1;for _deea :=0;_deea < len (_fcab .Values ); -_deea ++{_fdgc :=_fcab .Values [_deea ].Width ;if _fdgc > _aacb {_aacb =_fdgc ;_efba ++;_dgfc .Values =append (_dgfc .Values ,&Bitmaps {});};_dgfc .Values [_efba ].AddBitmap (_fcab .Values [_deea ]);};return _dgfc ,nil ;};func (_gbbd *Bitmap )Equivalent (s *Bitmap )bool {return _gbbd .equivalent (s )}; -func CorrelationScoreThresholded (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab ,downcount []int ,scoreThreshold float32 )(bool ,error ){const _eebb ="C\u006f\u0072\u0072\u0065\u006c\u0061t\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054h\u0072\u0065\u0073h\u006fl\u0064\u0065\u0064"; -if bm1 ==nil {return false ,_g .Error (_eebb ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d1\u0020\u0069s\u0020\u006e\u0069\u006c"); -};if bm2 ==nil {return false ,_g .Error (_eebb ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d2\u0020\u0069s\u0020\u006e\u0069\u006c"); -};if area1 <=0||area2 <=0{return false ,_g .Error (_eebb ,"c\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006fn\u0053\u0063\u006f\u0072\u0065\u0054\u0068re\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u002d\u0020\u0061\u0072\u0065\u0061s \u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u003e\u0020\u0030"); -};if downcount ==nil {return false ,_g .Error (_eebb ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u006f\u0020\u0027\u0064\u006f\u0077\u006e\u0063\u006f\u0075\u006e\u0074\u0027");};if tab ==nil {return false ,_g .Error (_eebb ,"p\u0072\u006f\u0076\u0069de\u0064 \u006e\u0069\u006c\u0020\u0027s\u0075\u006d\u0074\u0061\u0062\u0027"); -};_aee ,_gcbg :=bm1 .Width ,bm1 .Height ;_bgba ,_fgbd :=bm2 .Width ,bm2 .Height ;if _cd .Abs (_aee -_bgba )> maxDiffW {return false ,nil ;};if _cd .Abs (_gcbg -_fgbd )> maxDiffH {return false ,nil ;};_geaa :=int (delX +_cd .Sign (delX )*0.5);_bga :=int (delY +_cd .Sign (delY )*0.5); -_ffaf :=int (_gd .Ceil (_gd .Sqrt (float64 (scoreThreshold )*float64 (area1 )*float64 (area2 ))));_agbe :=bm2 .RowStride ;_fagc :=_abfcf (_bga ,0);_cacg :=_cddf (_fgbd +_bga ,_gcbg );_afce :=bm1 .RowStride *_fagc ;_dggc :=bm2 .RowStride *(_fagc -_bga ); -var _bgga int ;if _cacg <=_gcbg {_bgga =downcount [_cacg -1];};_egad :=_abfcf (_geaa ,0);_gcgb :=_cddf (_bgba +_geaa ,_aee );var _cbee ,_bce int ;if _geaa >=8{_cbee =_geaa >>3;_afce +=_cbee ;_egad -=_cbee <<3;_gcgb -=_cbee <<3;_geaa &=7;}else if _geaa <=-8{_bce =-((_geaa +7)>>3); -_dggc +=_bce ;_agbe -=_bce ;_geaa +=_bce <<3;};var (_dada ,_ccc ,_dbff int ;_bfbc ,_bdgf ,_bbdef byte ;);if _egad >=_gcgb ||_fagc >=_cacg {return false ,nil ;};_ddea :=(_gcgb +7)>>3;switch {case _geaa ==0:for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0; -_dbff < _ddea ;_dbff ++{_bfbc =bm1 .Data [_afce +_dbff ]&bm2 .Data [_dggc +_dbff ];_dada +=tab [_bfbc ];};if _dada >=_ffaf {return true ,nil ;};if _ddac :=_dada +downcount [_ccc ]-_bgga ;_ddac < _ffaf {return false ,nil ;};};case _geaa > 0&&_agbe < _ddea :for _ccc =_fagc ; -_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {_bdgf =bm1 .Data [_afce ];_bbdef =bm2 .Data [_dggc ]>>uint (_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];for _dbff =1;_dbff < _agbe ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ]; -_bbdef =bm2 .Data [_dggc +_dbff ]>>uint (_geaa )|bm2 .Data [_dggc +_dbff -1]<=_ffaf {return true ,nil ;}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};case _geaa > 0&&_agbe >=_ddea :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {_bdgf =bm1 .Data [_afce ]; -_bbdef =bm2 .Data [_dggc ]>>uint (_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];for _dbff =1;_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]>>uint (_geaa );_bbdef |=bm2 .Data [_dggc +_dbff -1]<=_ffaf {return true ,nil ;}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};case _ddea < _agbe :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0; -_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<>uint (8+_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];};if _dada >=_ffaf {return true ,nil ;}else if _ccad :=_dada +downcount [_ccc ]-_bgga ; -_ccad < _ffaf {return false ,nil ;};};case _agbe >=_ddea :for _ccc =_fagc ;_ccc < _cacg ;_ccc ,_afce ,_dggc =_ccc +1,_afce +bm1 .RowStride ,_dggc +bm2 .RowStride {for _dbff =0;_dbff < _ddea ;_dbff ++{_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<>uint (8+_geaa );_bfbc =_bdgf &_bbdef ;_dada +=tab [_bfbc ];};_bdgf =bm1 .Data [_afce +_dbff ];_bbdef =bm2 .Data [_dggc +_dbff ]<=_ffaf {return true ,nil ; -}else if _dada +downcount [_ccc ]-_bgga < _ffaf {return false ,nil ;};};};_cbef :=float32 (_dada )*float32 (_dada )/(float32 (area1 )*float32 (area2 ));if _cbef >=scoreThreshold {_b .Log .Trace ("\u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064\u0020\u003c\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0020\u0025\u0064\u0020\u0062\u0075\u0074\u0020\u0073c\u006f\u0072\u0065\u0020\u0025\u0066\u0020\u003e\u003d\u0020\u0073\u0063\u006fr\u0065\u0054\u0068\u0072\u0065\u0073h\u006f\u006c\u0064 \u0025\u0066",_dada ,_ffaf ,_cbef ,scoreThreshold ); -};return false ,nil ;};func (_aggc *Boxes )makeSizeIndicator (_edca ,_acb int ,_ddbef LocationFilter ,_gfb SizeComparison )*_cd .NumSlice {_gceb :=&_cd .NumSlice {};var _dbdf ,_bada ,_dfbg int ;for _ ,_gdda :=range *_aggc {_dbdf =0;_bada ,_dfbg =_gdda .Dx (),_gdda .Dy (); -switch _ddbef {case LocSelectWidth :if (_gfb ==SizeSelectIfLT &&_bada < _edca )||(_gfb ==SizeSelectIfGT &&_bada > _edca )||(_gfb ==SizeSelectIfLTE &&_bada <=_edca )||(_gfb ==SizeSelectIfGTE &&_bada >=_edca ){_dbdf =1;};case LocSelectHeight :if (_gfb ==SizeSelectIfLT &&_dfbg < _acb )||(_gfb ==SizeSelectIfGT &&_dfbg > _acb )||(_gfb ==SizeSelectIfLTE &&_dfbg <=_acb )||(_gfb ==SizeSelectIfGTE &&_dfbg >=_acb ){_dbdf =1; -};case LocSelectIfEither :if (_gfb ==SizeSelectIfLT &&(_dfbg < _acb ||_bada < _edca ))||(_gfb ==SizeSelectIfGT &&(_dfbg > _acb ||_bada > _edca ))||(_gfb ==SizeSelectIfLTE &&(_dfbg <=_acb ||_bada <=_edca ))||(_gfb ==SizeSelectIfGTE &&(_dfbg >=_acb ||_bada >=_edca )){_dbdf =1; -};case LocSelectIfBoth :if (_gfb ==SizeSelectIfLT &&(_dfbg < _acb &&_bada < _edca ))||(_gfb ==SizeSelectIfGT &&(_dfbg > _acb &&_bada > _edca ))||(_gfb ==SizeSelectIfLTE &&(_dfbg <=_acb &&_bada <=_edca ))||(_gfb ==SizeSelectIfGTE &&(_dfbg >=_acb &&_bada >=_edca )){_dbdf =1; -};};_gceb .AddInt (_dbdf );};return _gceb ;};func _ggcf (_ffga ,_daee int ,_dcac string )*Selection {_eecb :=&Selection {Height :_ffga ,Width :_daee ,Name :_dcac };_eecb .Data =make ([][]SelectionValue ,_ffga );for _gffcg :=0;_gffcg < _ffga ;_gffcg ++{_eecb .Data [_gffcg ]=make ([]SelectionValue ,_daee ); -};return _eecb ;};func (_adacg *Bitmaps )selectByIndexes (_ecfaa []int )(*Bitmaps ,error ){_dgbe :=&Bitmaps {};for _ ,_decg :=range _ecfaa {_dbfag ,_ebaa :=_adacg .GetBitmap (_decg );if _ebaa !=nil {return nil ,_g .Wrap (_ebaa ,"\u0073e\u006ce\u0063\u0074\u0042\u0079\u0049\u006e\u0064\u0065\u0078\u0065\u0073",""); -};_dgbe .AddBitmap (_dbfag );};return _dgbe ,nil ;};const (_ SizeSelection =iota ;SizeSelectByWidth ;SizeSelectByHeight ;SizeSelectByMaxDimension ;SizeSelectByArea ;SizeSelectByPerimeter ;);func (_beg *Bitmap )SizesEqual (s *Bitmap )bool {if _beg ==s {return true ; -};if _beg .Width !=s .Width ||_beg .Height !=s .Height {return false ;};return true ;};func _fbf ()(_dc [256]uint16 ){for _cfc :=0;_cfc < 256;_cfc ++{if _cfc &0x01!=0{_dc [_cfc ]|=0x3;};if _cfc &0x02!=0{_dc [_cfc ]|=0xc;};if _cfc &0x04!=0{_dc [_cfc ]|=0x30; -};if _cfc &0x08!=0{_dc [_cfc ]|=0xc0;};if _cfc &0x10!=0{_dc [_cfc ]|=0x300;};if _cfc &0x20!=0{_dc [_cfc ]|=0xc00;};if _cfc &0x40!=0{_dc [_cfc ]|=0x3000;};if _cfc &0x80!=0{_dc [_cfc ]|=0xc000;};};return _dc ;};func _deeg (_fbdd ,_gbba *Bitmap ,_badd ,_egbb int )(*Bitmap ,error ){const _dfdf ="\u0063\u006c\u006f\u0073\u0065\u0042\u0072\u0069\u0063\u006b"; -if _gbba ==nil {return nil ,_g .Error (_dfdf ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _badd < 1||_egbb < 1{return nil ,_g .Error (_dfdf ,"\u0068S\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0053\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031"); -};if _badd ==1&&_egbb ==1{return _gbba .Copy (),nil ;};if _badd ==1||_egbb ==1{_egcc :=SelCreateBrick (_egbb ,_badd ,_egbb /2,_badd /2,SelHit );var _cbdd error ;_fbdd ,_cbdd =_gbbdb (_fbdd ,_gbba ,_egcc );if _cbdd !=nil {return nil ,_g .Wrap (_cbdd ,_dfdf ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _fbdd ,nil ;};_agdc :=SelCreateBrick (1,_badd ,0,_badd /2,SelHit );_cbfa :=SelCreateBrick (_egbb ,1,_egbb /2,0,SelHit );_edfb ,_ddcg :=_cfcge (nil ,_gbba ,_agdc );if _ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};if _fbdd ,_ddcg =_cfcge (_fbdd ,_edfb ,_cbfa );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_ddcg =_dgbcf (_edfb ,_fbdd ,_agdc );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); -};if _ ,_ddcg =_dgbcf (_fbdd ,_edfb ,_cbfa );_ddcg !=nil {return nil ,_g .Wrap (_ddcg ,_dfdf ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _fbdd ,nil ;};func (_bece *Bitmap )resizeImageData (_gfed *Bitmap )error {if _gfed ==nil {return _g .Error ("\u0072e\u0073i\u007a\u0065\u0049\u006d\u0061\u0067\u0065\u0044\u0061\u0074\u0061","\u0073r\u0063 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _bece .SizesEqual (_gfed ){return nil ;};_bece .Data =make ([]byte ,len (_gfed .Data ));_bece .Width =_gfed .Width ;_bece .Height =_gfed .Height ;_bece .RowStride =_gfed .RowStride ;return nil ;};func (_ebcb *ClassedPoints )xSortFunction ()func (_acbe int ,_cffgc int )bool {return func (_bebg ,_fcdf int )bool {return _ebcb .XAtIndex (_bebg )< _ebcb .XAtIndex (_fcdf )}; -};func (_bdbbf *Selection )findMaxTranslations ()(_agced ,_bcee ,_cbce ,_ggcaa int ){for _fedbg :=0;_fedbg < _bdbbf .Height ;_fedbg ++{for _fbdecc :=0;_fbdecc < _bdbbf .Width ;_fbdecc ++{if _bdbbf .Data [_fedbg ][_fbdecc ]==SelHit {_agced =_abfcf (_agced ,_bdbbf .Cx -_fbdecc ); -_bcee =_abfcf (_bcee ,_bdbbf .Cy -_fedbg );_cbce =_abfcf (_cbce ,_fbdecc -_bdbbf .Cx );_ggcaa =_abfcf (_ggcaa ,_fedbg -_bdbbf .Cy );};};};return _agced ,_bcee ,_cbce ,_ggcaa ;};func _gece (_cbfg *Bitmap ,_ccef ,_eaae ,_daad ,_bdcc int ,_dbegf RasterOperator ,_ggef *Bitmap ,_dcba ,_bddd int )error {var (_dffg bool ; -_febba bool ;_agcbc int ;_ffagd int ;_febg int ;_gffdg bool ;_bcaf byte ;_debdb int ;_degc int ;_fged int ;_gcdb ,_eacc int ;);_aabb :=8-(_ccef &7);_efeb :=_gbfbd [_aabb ];_ebcc :=_cbfg .RowStride *_eaae +(_ccef >>3);_cbcac :=_ggef .RowStride *_bddd +(_dcba >>3); -if _daad < _aabb {_dffg =true ;_efeb &=_ceaad [8-_aabb +_daad ];};if !_dffg {_agcbc =(_daad -_aabb )>>3;if _agcbc > 0{_febba =true ;_ffagd =_ebcc +1;_febg =_cbcac +1;};};_debdb =(_ccef +_daad )&7;if !(_dffg ||_debdb ==0){_gffdg =true ;_bcaf =_ceaad [_debdb ]; -_degc =_ebcc +1+_agcbc ;_fged =_cbcac +1+_agcbc ;};switch _dbegf {case PixSrc :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0; -_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrc :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^_ggef .Data [_cbcac ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0; -_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^_ggef .Data [_fged ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcOrDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]|_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]|=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]|_cbfg .Data [_degc ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]&_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]&=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]&_cbfg .Data [_degc ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcXorDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]^_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]^=_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]^_cbfg .Data [_degc ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrcOrDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ])|_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]|=^(_ggef .Data [_febg +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ])|_cbfg .Data [_degc ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ])&_cbfg .Data [_ebcc ],_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]&=^_ggef .Data [_febg +_eacc ];};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ])&_cbfg .Data [_degc ],_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcOrNotDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]|^(_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ]|^(_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0; -_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]|^(_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixSrcAndNotDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],_ggef .Data [_cbcac ]&^(_cbfg .Data [_ebcc ]),_efeb ); -_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=_ggef .Data [_febg +_eacc ]&^(_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ; -_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],_ggef .Data [_fged ]&^(_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcOrDst :for _gcdb =0; -_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]|_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ; -_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]|_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]|_cbfg .Data [_degc ]),_bcaf ); -_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcAndDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]&_cbfg .Data [_ebcc ]),_efeb );_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ; -};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]&_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ;_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0; -_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]&_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};case PixNotPixSrcXorDst :for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_ebcc ]=_accd (_cbfg .Data [_ebcc ],^(_ggef .Data [_cbcac ]^_cbfg .Data [_ebcc ]),_efeb ); -_ebcc +=_cbfg .RowStride ;_cbcac +=_ggef .RowStride ;};if _febba {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{for _eacc =0;_eacc < _agcbc ;_eacc ++{_cbfg .Data [_ffagd +_eacc ]=^(_ggef .Data [_febg +_eacc ]^_cbfg .Data [_ffagd +_eacc ]);};_ffagd +=_cbfg .RowStride ; -_febg +=_ggef .RowStride ;};};if _gffdg {for _gcdb =0;_gcdb < _bdcc ;_gcdb ++{_cbfg .Data [_degc ]=_accd (_cbfg .Data [_degc ],^(_ggef .Data [_fged ]^_cbfg .Data [_degc ]),_bcaf );_degc +=_cbfg .RowStride ;_fged +=_ggef .RowStride ;};};default:_b .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_dbegf ); -return _g .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0056\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004c\u006f\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); -};return nil ;};func _efgf (_bbf ,_baba *Bitmap ,_dagg ,_efgc ,_aggb uint ,_bfdb ,_fefcc int ,_ccfa bool ,_bdec ,_badaa int )error {for _gafd :=_bfdb ;_gafd < _fefcc ;_gafd ++{if _bdec +1< len (_bbf .Data ){_eeg :=_gafd +1==_fefcc ;_gde ,_ccag :=_bbf .GetByte (_bdec ); -if _ccag !=nil {return _ccag ;};_bdec ++;_gde <<=_dagg ;_fcea ,_ccag :=_bbf .GetByte (_bdec );if _ccag !=nil {return _ccag ;};_fcea >>=_efgc ;_agab :=_gde |_fcea ;if _eeg &&!_ccfa {_agab =_afbb (_aggb ,_agab );};_ccag =_baba .SetByte (_badaa ,_agab );if _ccag !=nil {return _ccag ; -};_badaa ++;if _eeg &&_ccfa {_acbf ,_cbed :=_bbf .GetByte (_bdec );if _cbed !=nil {return _cbed ;};_acbf <<=_dagg ;_agab =_afbb (_aggb ,_acbf );if _cbed =_baba .SetByte (_badaa ,_agab );_cbed !=nil {return _cbed ;};};continue ;};_dgfe ,_efag :=_bbf .GetByte (_bdec ); -if _efag !=nil {_b .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0061\u0074\u003a\u0020%\u0064\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0073",_bdec ,_efag );return _efag ;};_dgfe <<=_dagg ; -_bdec ++;_efag =_baba .SetByte (_badaa ,_dgfe );if _efag !=nil {return _efag ;};_badaa ++;};return nil ;};var _ffa [256]uint8 ;func _aeggb (_gcdd ,_aefc *Bitmap ,_bebeg ,_bgee int )(_gebg error ){const _fdabb ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0034"; -var (_daef ,_ccbab ,_eaab ,_bdfcd int ;_fecb ,_eebba ,_cddfb ,_edbb ,_gfbab ,_gdgb ,_ccaa byte ;);for _daef =0;_daef < _bebeg ;_daef ++{_eaab =_daef *_gcdd .RowStride ;_bdfcd =_daef *_aefc .RowStride ;for _ccbab =0;_ccbab < _bgee ;_ccbab ++{_fecb ,_gebg =_gcdd .GetByte (_eaab +_ccbab ); -if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0066i\u0072\u0073\u0074\u0020\u0067\u0065t");};_eebba ,_gebg =_aefc .GetByte (_bdfcd +_ccbab );if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0067\u0065\u0074"); -};if _daef > 0{_cddfb ,_gebg =_gcdd .GetByte (_eaab -_gcdd .RowStride +_ccbab );if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0069\u0020\u003e \u0030");};_fecb |=_cddfb ;};if _ccbab > 0{_edbb ,_gebg =_gcdd .GetByte (_eaab +_ccbab -1);if _gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u006a\u0020\u003e \u0030"); -};_fecb |=_edbb <<7;};_fecb &=_eebba ;if _fecb ==0||(^_fecb )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"b\u0074\u0020\u003d\u003d 0\u0020|\u007c\u0020\u0028\u005e\u0062t\u0029\u0020\u003d\u003d\u0020\u0030"); -};continue ;};for {_ccaa =_fecb ;_fecb =(_fecb |(_fecb >>1)|(_fecb <<1))&_eebba ;if (_fecb ^_ccaa )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); -};break ;};};};};for _daef =_bebeg -1;_daef >=0;_daef --{_eaab =_daef *_gcdd .RowStride ;_bdfcd =_daef *_aefc .RowStride ;for _ccbab =_bgee -1;_ccbab >=0;_ccbab --{if _fecb ,_gebg =_gcdd .GetByte (_eaab +_ccbab );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0020\u0066\u0069\u0072\u0073t\u0020\u0067\u0065\u0074"); -};if _eebba ,_gebg =_aefc .GetByte (_bdfcd +_ccbab );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _daef < _bebeg -1{if _gfbab ,_gebg =_gcdd .GetByte (_eaab +_gcdd .RowStride +_ccbab ); -_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065v\u0065\u0072\u0073e\u0020\u0069\u0020\u003c\u0020\u0068\u0020\u002d\u0031");};_fecb |=_gfbab ;};if _ccbab < _bgee -1{if _gdgb ,_gebg =_gcdd .GetByte (_eaab +_ccbab +1);_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072\u0065\u0076\u0065rs\u0065\u0020\u006a\u0020\u003c\u0020\u0077\u0070\u006c\u0020\u002d\u0020\u0031"); -};_fecb |=_gdgb >>7;};_fecb &=_eebba ;if _fecb ==0||(^_fecb )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006d\u0061\u0073k\u0065\u0064\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061i\u006c\u0065\u0064"); -};continue ;};for {_ccaa =_fecb ;_fecb =(_fecb |(_fecb >>1)|(_fecb <<1))&_eebba ;if (_fecb ^_ccaa )==0{if _gebg =_gcdd .SetByte (_eaab +_ccbab ,_fecb );_gebg !=nil {return _g .Wrap (_gebg ,_fdabb ,"\u0072e\u0076\u0065\u0072\u0073e\u0020\u0073\u0065\u0074\u0074i\u006eg\u0020p\u0072\u0065\u0076\u0020\u0062\u0079\u0074e"); -};break ;};};};};return nil ;};var (_aaa =_fbf ();_bffg =_dcf ();_fbbc =_gae (););func (_edce *ClassedPoints )YAtIndex (i int )float32 {return (*_edce .Points )[_edce .IntSlice [i ]].Y };func (_gagf *Bitmap )addPadBits ()(_eafg error ){const _fgd ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0061\u0064\u0064\u0050\u0061d\u0042\u0069\u0074\u0073"; -_bgec :=_gagf .Width %8;if _bgec ==0{return nil ;};_cfb :=_gagf .Width /8;_fab :=_ga .NewReader (_gagf .Data );_gffd :=make ([]byte ,_gagf .Height *_gagf .RowStride );_adbb :=_ga .NewWriterMSB (_gffd );_dadf :=make ([]byte ,_cfb );var (_fgdc int ;_baeb uint64 ; -);for _fgdc =0;_fgdc < _gagf .Height ;_fgdc ++{if _ ,_eafg =_fab .Read (_dadf );_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0066u\u006c\u006c\u0020\u0062\u0079\u0074e");};if _ ,_eafg =_adbb .Write (_dadf );_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0066\u0075\u006c\u006c\u0020\u0062\u0079\u0074\u0065\u0073"); -};if _baeb ,_eafg =_fab .ReadBits (byte (_bgec ));_eafg !=nil {return _g .Wrap (_eafg ,_fgd ,"\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0069\u0074\u0073");};if _eafg =_adbb .WriteByte (byte (_baeb )<>3)]|=0x80>>uint (_efc &7)};const (_ SizeComparison =iota ;SizeSelectIfLT ;SizeSelectIfGT ;SizeSelectIfLTE ;SizeSelectIfGTE ;SizeSelectIfEQ ;);func (_fedbe *Points )AddPoint (x ,y float32 ){*_fedbe =append (*_fedbe ,Point {x ,y })}; -type BitmapsArray struct{Values []*Bitmaps ;Boxes []*_ff .Rectangle ;};func TstImageBitmapInverseData ()[]byte {_cecdd :=_debg .Copy ();_cecdd .InverseData ();return _cecdd .Data ;};func _gcgc (_cbca ,_fbgb *Bitmap ,_ece ,_ggag ,_dbca ,_abfge ,_ebee ,_gcbe ,_effb ,_ffag int ,_bfd CombinationOperator ,_gedc int )error {var _ddbd int ; -_bbga :=func (){_ddbd ++;_dbca +=_fbgb .RowStride ;_abfge +=_cbca .RowStride ;_ebee +=_cbca .RowStride };for _ddbd =_ece ;_ddbd < _ggag ;_bbga (){var _fgbfe uint16 ;_dedg :=_dbca ;for _fad :=_abfge ;_fad <=_ebee ;_fad ++{_fabg ,_ccgbd :=_fbgb .GetByte (_dedg ); -if _ccgbd !=nil {return _ccgbd ;};_fefcg ,_ccgbd :=_cbca .GetByte (_fad );if _ccgbd !=nil {return _ccgbd ;};_fgbfe =(_fgbfe |(uint16 (_fefcg )&0xff))<>8);if _ccgbd =_fbgb .SetByte (_dedg ,_fgcb (_fabg ,_fefcg ,_bfd )); -_ccgbd !=nil {return _ccgbd ;};_dedg ++;_fgbfe <<=uint (_effb );if _fad ==_ebee {_fefcg =byte (_fgbfe >>(8-uint8 (_ffag )));if _gedc !=0{_fefcg =_afbb (uint (8+_gcbe ),_fefcg );};_fabg ,_ccgbd =_fbgb .GetByte (_dedg );if _ccgbd !=nil {return _ccgbd ;}; -if _ccgbd =_fbgb .SetByte (_dedg ,_fgcb (_fabg ,_fefcg ,_bfd ));_ccgbd !=nil {return _ccgbd ;};};};};return nil ;};func _aede (_aebb ,_fefg ,_dfgd *Bitmap ,_dfag int )(*Bitmap ,error ){const _dbfg ="\u0073\u0065\u0065\u0064\u0046\u0069\u006c\u006c\u0042i\u006e\u0061\u0072\u0079"; -if _fefg ==nil {return nil ,_g .Error (_dbfg ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c");};if _dfgd ==nil {return nil ,_g .Error (_dbfg ,"'\u006da\u0073\u006b\u0027\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); -};if _dfag !=4&&_dfag !=8{return nil ,_g .Error (_dbfg ,"\u0063\u006f\u006en\u0065\u0063\u0074\u0069v\u0069\u0074\u0079\u0020\u006e\u006f\u0074 \u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0034\u002c\u0038\u007d");};var _fgcea error ;_aebb ,_fgcea =_cgde (_aebb ,_fefg ); -if _fgcea !=nil {return nil ,_g .Wrap (_fgcea ,_dbfg ,"\u0063o\u0070y\u0020\u0073\u006f\u0075\u0072c\u0065\u0020t\u006f\u0020\u0027\u0064\u0027");};_dgbdc :=_fefg .createTemplate ();_dfgd .setPadBits (0);for _bbca :=0;_bbca < _ggda ;_bbca ++{_dgbdc ,_fgcea =_cgde (_dgbdc ,_aebb ); -if _fgcea !=nil {return nil ,_g .Wrapf (_fgcea ,_dbfg ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_bbca );};if _fgcea =_caad (_aebb ,_dfgd ,_dfag );_fgcea !=nil {return nil ,_g .Wrapf (_fgcea ,_dbfg ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_bbca ); -};if _dgbdc .Equals (_aebb ){break ;};};return _aebb ,nil ;};func (_bdcd Points )YSorter ()func (_abege ,_abgc int )bool {return func (_eeee ,_feeb int )bool {return _bdcd [_eeee ].Y < _bdcd [_feeb ].Y };};func _fd (_ee *Bitmap ,_bd int )(*Bitmap ,error ){const _ge ="\u0065x\u0070a\u006e\u0064\u0042\u0069\u006ea\u0072\u0079P\u006f\u0077\u0065\u0072\u0032"; -if _ee ==nil {return nil ,_g .Error (_ge ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _bd ==1{return _cgde (nil ,_ee );};if _bd !=2&&_bd !=4&&_bd !=8{return nil ,_g .Error (_ge ,"\u0066\u0061\u0063t\u006f\u0072\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069n\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020\u0072\u0061\u006e\u0067\u0065"); -};_efa :=_bd *_ee .Width ;_bdg :=_bd *_ee .Height ;_be :=New (_efa ,_bdg );var _ebe error ;switch _bd {case 2:_ebe =_dd (_be ,_ee );case 4:_ebe =_gab (_be ,_ee );case 8:_ebe =_gda (_be ,_ee );};if _ebe !=nil {return nil ,_g .Wrap (_ebe ,_ge ,"");};return _be ,nil ; -};func (_cdfg *byHeight )Less (i ,j int )bool {return _cdfg .Values [i ].Height < _cdfg .Values [j ].Height };const (AsymmetricMorphBC BoundaryCondition =iota ;SymmetricMorphBC ;);func (_abef *Bitmaps )SortByHeight (){_cedg :=(*byHeight )(_abef );_d .Sort (_cedg )}; -func (_bdgg *Bitmaps )GetBitmap (i int )(*Bitmap ,error ){const _fbafc ="\u0047e\u0074\u0042\u0069\u0074\u006d\u0061p";if _bdgg ==nil {return nil ,_g .Error (_fbafc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); -};if i > len (_bdgg .Values )-1{return nil ,_g .Errorf (_fbafc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _bdgg .Values [i ],nil ;};func (_fcaf *ClassedPoints )Less (i ,j int )bool {return _fcaf ._dbcd (i ,j )}; -type SizeComparison int ;func (_bdcda *ClassedPoints )Len ()int {return _bdcda .IntSlice .Size ()};func (_ccfc *Bitmap )CountPixels ()int {return _ccfc .countPixels ()};func (_ccadb *Bitmaps )WidthSorter ()func (_caacf ,_dced int )bool {return func (_gdead ,_edgg int )bool {return _ccadb .Values [_gdead ].Width < _ccadb .Values [_edgg ].Width }; -};func RasterOperation (dest *Bitmap ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _gddaa (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func _ccfb (_gaag *Bitmap ,_ggfb int )(*Bitmap ,error ){const _ddca ="\u0065x\u0070a\u006e\u0064\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0065"; -if _gaag ==nil {return nil ,_g .Error (_ddca ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _ggfb <=0{return nil ,_g .Error (_ddca ,"i\u006e\u0076\u0061\u006cid\u0020f\u0061\u0063\u0074\u006f\u0072 \u002d\u0020\u003c\u003d\u0020\u0030"); -};if _ggfb ==1{_facec ,_ddfa :=_cgde (nil ,_gaag );if _ddfa !=nil {return nil ,_g .Wrap (_ddfa ,_ddca ,"\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u003d\u0020\u0031");};return _facec ,nil ;};_fcfd ,_bgab :=_ed (_gaag ,_ggfb ,_ggfb );if _bgab !=nil {return nil ,_g .Wrap (_bgab ,_ddca ,""); -};return _fcfd ,nil ;};type RasterOperator int ;const (_ LocationFilter =iota ;LocSelectWidth ;LocSelectHeight ;LocSelectXVal ;LocSelectYVal ;LocSelectIfEither ;LocSelectIfBoth ;);func (_dfcg *Bitmap )setFourBytes (_gced int ,_fefe uint32 )error {if _gced +3> len (_dfcg .Data )-1{return _g .Errorf ("\u0073\u0065\u0074F\u006f\u0075\u0072\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_gced ); -};_dfcg .Data [_gced ]=byte ((_fefe &0xff000000)>>24);_dfcg .Data [_gced +1]=byte ((_fefe &0xff0000)>>16);_dfcg .Data [_gced +2]=byte ((_fefe &0xff00)>>8);_dfcg .Data [_gced +3]=byte (_fefe &0xff);return nil ;};func (_faef *Bitmap )Copy ()*Bitmap {_gcf :=make ([]byte ,len (_faef .Data )); -copy (_gcf ,_faef .Data );return &Bitmap {Width :_faef .Width ,Height :_faef .Height ,RowStride :_faef .RowStride ,Data :_gcf ,Color :_faef .Color ,Text :_faef .Text ,BitmapNumber :_faef .BitmapNumber ,Special :_faef .Special };};func (_cfbd *Bitmap )thresholdPixelSum (_gbgba int )bool {var (_gdg int ; -_fgfa uint8 ;_gee byte ;_cgab int ;);_cdae :=_cfbd .RowStride ;_eafb :=uint (_cfbd .Width &0x07);if _eafb !=0{_fgfa =uint8 ((0xff<<(8-_eafb ))&0xff);_cdae --;};for _afeaf :=0;_afeaf < _cfbd .Height ;_afeaf ++{for _cgab =0;_cgab < _cdae ;_cgab ++{_gee =_cfbd .Data [_afeaf *_cfbd .RowStride +_cgab ]; -_gdg +=int (_ffa [_gee ]);};if _eafb !=0{_gee =_cfbd .Data [_afeaf *_cfbd .RowStride +_cgab ]&_fgfa ;_gdg +=int (_ffa [_gee ]);};if _gdg > _gbgba {return true ;};};return false ;};func (_bdgb *Bitmap )addBorderGeneral (_cag ,_abe ,_cdbd ,_deb int ,_ecb int )(*Bitmap ,error ){const _cbde ="\u0061\u0064d\u0042\u006f\u0072d\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; -if _cag < 0||_abe < 0||_cdbd < 0||_deb < 0{return nil ,_g .Error (_cbde ,"n\u0065\u0067\u0061\u0074iv\u0065 \u0062\u006f\u0072\u0064\u0065r\u0020\u0061\u0064\u0064\u0065\u0064");};_cef ,_bgef :=_bdgb .Width ,_bdgb .Height ;_fffd :=_cef +_cag +_abe ;_bfge :=_bgef +_cdbd +_deb ; -_fccb :=New (_fffd ,_bfge );_fccb .Color =_bdgb .Color ;_gfc :=PixClr ;if _ecb > 0{_gfc =PixSet ;};_egee :=_fccb .RasterOperation (0,0,_cag ,_bfge ,_gfc ,nil ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u006c\u0065\u0066\u0074");};_egee =_fccb .RasterOperation (_fffd -_abe ,0,_abe ,_bfge ,_gfc ,nil ,0,0); -if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0072\u0069\u0067h\u0074");};_egee =_fccb .RasterOperation (0,0,_fffd ,_cdbd ,_gfc ,nil ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0074\u006f\u0070");};_egee =_fccb .RasterOperation (0,_bfge -_deb ,_fffd ,_deb ,_gfc ,nil ,0,0); -if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0062\u006f\u0074\u0074\u006f\u006d");};_egee =_fccb .RasterOperation (_cag ,_cdbd ,_cef ,_bgef ,PixSrc ,_bdgb ,0,0);if _egee !=nil {return nil ,_g .Wrap (_egee ,_cbde ,"\u0063\u006f\u0070\u0079");}; -return _fccb ,nil ;};func (_ceec *byHeight )Len ()int {return len (_ceec .Values )};func (_edd *Bitmap )GetUnpaddedData ()([]byte ,error ){_aed :=uint (_edd .Width &0x07);if _aed ==0{return _edd .Data ,nil ;};_accg :=_edd .Width *_edd .Height ;if _accg %8!=0{_accg >>=3; -_accg ++;}else {_accg >>=3;};_fgc :=make ([]byte ,_accg );_eab :=_ga .NewWriterMSB (_fgc );const _fdg ="\u0047e\u0074U\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";for _ebef :=0;_ebef < _edd .Height ;_ebef ++{for _ddaa :=0;_ddaa < _edd .RowStride ; -_ddaa ++{_egg :=_edd .Data [_ebef *_edd .RowStride +_ddaa ];if _ddaa !=_edd .RowStride -1{_baag :=_eab .WriteByte (_egg );if _baag !=nil {return nil ,_g .Wrap (_baag ,_fdg ,"");};continue ;};for _edf :=uint (0);_edf < _aed ;_edf ++{_edcf :=_eab .WriteBit (int (_egg >>(7-_edf )&0x01)); -if _edcf !=nil {return nil ,_g .Wrap (_edcf ,_fdg ,"");};};};};return _fgc ,nil ;};func _cgeb (_gcbcc *Bitmap ,_gfda ,_abgcc int ,_acbeg ,_ffceg int ,_edaf RasterOperator ){var (_aggba bool ;_eefdc bool ;_fbgg int ;_dggcd int ;_adg int ;_cebe int ;_effa bool ; -_bgbc byte ;);_bedf :=8-(_gfda &7);_bbfb :=_gbfbd [_bedf ];_dcff :=_gcbcc .RowStride *_abgcc +(_gfda >>3);if _acbeg < _bedf {_aggba =true ;_bbfb &=_ceaad [8-_bedf +_acbeg ];};if !_aggba {_fbgg =(_acbeg -_bedf )>>3;if _fbgg !=0{_eefdc =true ;_dggcd =_dcff +1; -};};_adg =(_gfda +_acbeg )&7;if !(_aggba ||_adg ==0){_effa =true ;_bgbc =_ceaad [_adg ];_cebe =_dcff +1+_fbgg ;};var _acaa ,_baee int ;switch _edaf {case PixClr :for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],0x0,_bbfb ); -_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ;_baee ++{_gcbcc .Data [_dggcd +_baee ]=0x0;};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],0x0,_bgbc ); -_cebe +=_gcbcc .RowStride ;};};case PixSet :for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],0xff,_bbfb );_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ; -_baee ++{_gcbcc .Data [_dggcd +_baee ]=0xff;};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],0xff,_bgbc );_cebe +=_gcbcc .RowStride ;};};case PixNotDst :for _acaa =0;_acaa < _ffceg ; -_acaa ++{_gcbcc .Data [_dcff ]=_accd (_gcbcc .Data [_dcff ],^_gcbcc .Data [_dcff ],_bbfb );_dcff +=_gcbcc .RowStride ;};if _eefdc {for _acaa =0;_acaa < _ffceg ;_acaa ++{for _baee =0;_baee < _fbgg ;_baee ++{_gcbcc .Data [_dggcd +_baee ]=^(_gcbcc .Data [_dggcd +_baee ]); -};_dggcd +=_gcbcc .RowStride ;};};if _effa {for _acaa =0;_acaa < _ffceg ;_acaa ++{_gcbcc .Data [_cebe ]=_accd (_gcbcc .Data [_cebe ],^_gcbcc .Data [_cebe ],_bgbc );_cebe +=_gcbcc .RowStride ;};};};};const (Vanilla Color =iota ;Chocolate ;);func (_cceb *Bitmap )SetDefaultPixel (){for _gebf :=range _cceb .Data {_cceb .Data [_gebf ]=byte (0xff); -};};func (_dfae *Bitmaps )CountPixels ()*_cd .NumSlice {_fcdc :=&_cd .NumSlice {};for _ ,_aaca :=range _dfae .Values {_fcdc .AddInt (_aaca .CountPixels ());};return _fcdc ;};func (_fdgb *Bitmap )countPixels ()int {var (_agca int ;_gga uint8 ;_aca byte ; -_fgb int ;);_cffd :=_fdgb .RowStride ;_gddc :=uint (_fdgb .Width &0x07);if _gddc !=0{_gga =uint8 ((0xff<<(8-_gddc ))&0xff);_cffd --;};for _cfg :=0;_cfg < _fdgb .Height ;_cfg ++{for _fgb =0;_fgb < _cffd ;_fgb ++{_aca =_fdgb .Data [_cfg *_fdgb .RowStride +_fgb ]; -_agca +=int (_ffa [_aca ]);};if _gddc !=0{_agca +=int (_ffa [_fdgb .Data [_cfg *_fdgb .RowStride +_fgb ]&_gga ]);};};return _agca ;};func (_aag *Boxes )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_ggf *Boxes ,_bgeg error ){const _cfaf ="\u0042o\u0078e\u0073\u002e\u0053\u0065\u006ce\u0063\u0074B\u0079\u0053\u0069\u007a\u0065"; -if _aag ==nil {return nil ,_g .Error (_cfaf ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if len (*_aag )==0{return _aag ,nil ;};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_cfaf ,"\u0069\u006e\u0076al\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); -};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE :default:return nil ,_g .Errorf (_cfaf ,"i\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020t\u0079\u0070\u0065:\u0020'\u0025\u0064\u0027",tp ); -};_fedd :=_aag .makeSizeIndicator (width ,height ,tp ,relation );_ebbd ,_bgeg :=_aag .selectWithIndicator (_fedd );if _bgeg !=nil {return nil ,_g .Wrap (_bgeg ,_cfaf ,"");};return _ebbd ,nil ;};func (_abgd *Bitmap )SetPadBits (value int ){_abgd .setPadBits (value )}; -func (_bbaf Points )GetGeometry (i int )(_ffec ,_fcgb float32 ,_gddf error ){if i > len (_bbaf )-1{return 0,0,_g .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};_aefg :=_bbaf [i ];return _aefg .X ,_aefg .Y ,nil ;};func (_gcd *Bitmap )String ()string {var _badg ="\u000a";for _fbfc :=0;_fbfc < _gcd .Height ;_fbfc ++{var _cde string ;for _cae :=0;_cae < _gcd .Width ;_cae ++{_cfe :=_gcd .GetPixel (_cae ,_fbfc ); -if _cfe {_cde +="\u0031";}else {_cde +="\u0030";};};_badg +=_cde +"\u000a";};return _badg ;};func TstFrameBitmap ()*Bitmap {return _cdgf .Copy ()};func (_debf *BitmapsArray )AddBitmaps (bm *Bitmaps ){_debf .Values =append (_debf .Values ,bm )};func _gddaa (_faeb *Bitmap ,_gbcc ,_dbgd ,_gffa ,_faaa int ,_fdde RasterOperator ,_caac *Bitmap ,_dfecb ,_ffbg int )error {const _cdaf ="\u0072a\u0073t\u0065\u0072\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e"; -if _faeb ==nil {return _g .Error (_cdaf ,"\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070");};if _fdde ==PixDst {return nil ;};switch _fdde {case PixClr ,PixSet ,PixNotDst :_gcad (_faeb ,_gbcc ,_dbgd ,_gffa ,_faaa ,_fdde ); -return nil ;};if _caac ==nil {_b .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); -return _g .Error (_cdaf ,"\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _gdbf :=_fegeg (_faeb ,_gbcc ,_dbgd ,_gffa ,_faaa ,_fdde ,_caac ,_dfecb ,_ffbg );_gdbf !=nil {return _g .Wrap (_gdbf ,_cdaf ,"");};return nil ; -};func TstWriteSymbols (t *_a .T ,bms *Bitmaps ,src *Bitmap ){for _bfgc :=0;_bfgc < bms .Size ();_bfgc ++{_afee :=bms .Values [_bfgc ];_gded :=bms .Boxes [_bfgc ];_faced :=src .RasterOperation (_gded .Min .X ,_gded .Min .Y ,_afee .Width ,_afee .Height ,PixSrc ,_afee ,0,0); -_c .NoError (t ,_faced );};};func (_ccgbf *BitmapsArray )GetBox (i int )(*_ff .Rectangle ,error ){const _cdee ="\u0042\u0069\u0074\u006dap\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u006f\u0078";if _ccgbf ==nil {return nil ,_g .Error (_cdee ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027"); -};if i > len (_ccgbf .Boxes )-1{return nil ,_g .Errorf (_cdee ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _ccgbf .Boxes [i ],nil ;};func CombineBytes (oldByte ,newByte byte ,op CombinationOperator )byte {return _fgcb (oldByte ,newByte ,op ); -};func TstISymbol (t *_a .T ,scale ...int )*Bitmap {_bcfd ,_aecb :=NewWithData (1,5,[]byte {0x80,0x80,0x80,0x80,0x80});_c .NoError (t ,_aecb );return TstGetScaledSymbol (t ,_bcfd ,scale ...);};func _gab (_gc ,_ec *Bitmap )(_cad error ){const _ag ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0034"; -_gbb :=_ec .RowStride ;_daa :=_gc .RowStride ;_aab :=_ec .RowStride *4-_gc .RowStride ;var (_daaf ,_fe byte ;_cg uint32 ;_eb ,_bbe ,_ef ,_af ,_ad ,_fg ,_df int ;);for _ef =0;_ef < _ec .Height ;_ef ++{_eb =_ef *_gbb ;_bbe =4*_ef *_daa ;for _af =0;_af < _gbb ; -_af ++{_daaf =_ec .Data [_eb +_af ];_cg =_bffg [_daaf ];_fg =_bbe +_af *4;if _aab !=0&&(_af +1)*4> _gc .RowStride {for _ad =_aab ;_ad > 0;_ad --{_fe =byte ((_cg >>uint (_ad *8))&0xff);_df =_fg +(_aab -_ad );if _cad =_gc .SetByte (_df ,_fe );_cad !=nil {return _g .Wrapf (_cad ,_ag ,"D\u0069\u0066\u0066\u0065\u0072\u0065n\u0074\u0020\u0072\u006f\u0077\u0073\u0074\u0072\u0069d\u0065\u0073\u002e \u004b:\u0020\u0025\u0064",_ad ); -};};}else if _cad =_gc .setFourBytes (_fg ,_cg );_cad !=nil {return _g .Wrap (_cad ,_ag ,"");};if _cad =_gc .setFourBytes (_bbe +_af *4,_bffg [_ec .Data [_eb +_af ]]);_cad !=nil {return _g .Wrap (_cad ,_ag ,"");};};for _ad =1;_ad < 4;_ad ++{for _af =0; -_af < _daa ;_af ++{if _cad =_gc .SetByte (_bbe +_ad *_daa +_af ,_gc .Data [_bbe +_af ]);_cad !=nil {return _g .Wrapf (_cad ,_ag ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0071\u0075\u0061\u0064\u0072\u0061\u0062l\u0065\u0027\u0020\u006c\u0069\u006ee\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0079\u0074\u0065\u003a \u0027\u0025\u0064\u0027",_ad ,_af ); -};};};};return nil ;};func _gfea (_gfff *Bitmap ,_cbfc ,_faebd ,_cfdaa ,_dbea int ,_dbfd RasterOperator ,_bfga *Bitmap ,_bebe ,_cecd int )error {var (_dacc byte ;_ggadg int ;_badgb int ;_gagb ,_efca int ;_gedag ,_gefa int ;);_bfee :=_cfdaa >>3;_caea :=_cfdaa &7; -if _caea > 0{_dacc =_ceaad [_caea ];};_ggadg =_bfga .RowStride *_cecd +(_bebe >>3);_badgb =_gfff .RowStride *_faebd +(_cbfc >>3);switch _dbfd {case PixSrc :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; -for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ],_dacc );};};case PixNotSrc :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ; -_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^_bfga .Data [_gagb ],_dacc );};};case PixSrcOrDst :for _gedag =0; -_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]|=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]|_gfff .Data [_efca ],_dacc ); -};};case PixSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]&=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]&_gfff .Data [_efca ],_dacc ); -};};case PixSrcXorDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]^=_bfga .Data [_gagb ];_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]^_gfff .Data [_efca ],_dacc ); -};};case PixNotSrcOrDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]|=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ])|_gfff .Data [_efca ],_dacc ); -};};case PixNotSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]&=^(_bfga .Data [_gagb ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ])&_gfff .Data [_efca ],_dacc ); -};};case PixSrcOrNotDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ]|^(_gfff .Data [_efca ]);_efca ++; -_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]|^(_gfff .Data [_efca ]),_dacc );};};case PixSrcAndNotDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; -for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=_bfga .Data [_gagb ]&^(_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],_bfga .Data [_gagb ]&^(_gfff .Data [_efca ]),_dacc );};};case PixNotPixSrcOrDst :for _gedag =0; -_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]|_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]|_gfff .Data [_efca ]),_dacc ); -};};case PixNotPixSrcAndDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ;for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]&_gfff .Data [_efca ]); -_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]&_gfff .Data [_efca ]),_dacc );};};case PixNotPixSrcXorDst :for _gedag =0;_gedag < _dbea ;_gedag ++{_gagb =_ggadg +_gedag *_bfga .RowStride ;_efca =_badgb +_gedag *_gfff .RowStride ; -for _gefa =0;_gefa < _bfee ;_gefa ++{_gfff .Data [_efca ]=^(_bfga .Data [_gagb ]^_gfff .Data [_efca ]);_efca ++;_gagb ++;};if _caea > 0{_gfff .Data [_efca ]=_accd (_gfff .Data [_efca ],^(_bfga .Data [_gagb ]^_gfff .Data [_efca ]),_dacc );};};default:_b .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_dbfd ); -return _g .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004co\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); -};return nil ;};func _accd (_bgc ,_dfecg ,_bagc byte )byte {return (_bgc &^(_bagc ))|(_dfecg &_bagc )};func _fdfe (_bbcf ,_eabg *Bitmap ,_bddf ,_bgcd int )(_dbb error ){const _eedb ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0038"; -var (_cfcba ,_abge ,_cffcb ,_gebca int ;_cged ,_bdab ,_ddfg ,_eedde ,_aaff ,_dddbg ,_efgfa ,_daada byte ;);for _cfcba =0;_cfcba < _bddf ;_cfcba ++{_cffcb =_cfcba *_bbcf .RowStride ;_gebca =_cfcba *_eabg .RowStride ;for _abge =0;_abge < _bgcd ;_abge ++{if _cged ,_dbb =_bbcf .GetByte (_cffcb +_abge ); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0067e\u0074 \u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};if _bdab ,_dbb =_eabg .GetByte (_gebca +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0067\u0065\u0074\u0020\u006d\u0061\u0073\u006b\u0020\u0062\u0079\u0074\u0065"); -};if _cfcba > 0{if _ddfg ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_cged |=_ddfg |(_ddfg <<1)|(_ddfg >>1);if _abge > 0{if _daada ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge -1); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003e\u00200 \u0026\u0026\u0020\u006a\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada <<7;};if _abge < _bgcd -1{if _daada ,_dbb =_bbcf .GetByte (_cffcb -_bbcf .RowStride +_abge +1); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020<\u0020\u0077\u0070l\u0020\u002d\u0020\u0031\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada >>7;};};if _abge > 0{if _eedde ,_dbb =_bbcf .GetByte (_cffcb +_abge -1);_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020\u003e \u0030"); -};_cged |=_eedde <<7;};_cged &=_bdab ;if _cged ==0||^_cged ==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073e\u0074t\u0069\u006e\u0067\u0020\u0065m\u0070\u0074y\u0020\u0062\u0079\u0074\u0065");};};for {_efgfa =_cged ; -_cged =(_cged |(_cged >>1)|(_cged <<1))&_bdab ;if (_cged ^_efgfa )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065"); -};break ;};};};};for _cfcba =_bddf -1;_cfcba >=0;_cfcba --{_cffcb =_cfcba *_bbcf .RowStride ;_gebca =_cfcba *_eabg .RowStride ;for _abge =_bgcd -1;_abge >=0;_abge --{if _cged ,_dbb =_bbcf .GetByte (_cffcb +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0072\u0065\u0076er\u0073\u0065\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065"); -};if _bdab ,_dbb =_eabg .GetByte (_gebca +_abge );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _cfcba < _bddf -1{if _aaff ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge ); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c\u0020h\u0020\u002d\u0020\u0031\u0020\u002d\u003e\u0020\u0067\u0065t\u0020s\u006f\u0075\u0072\u0063\u0065\u0020\u0062y\u0074\u0065");};_cged |=_aaff |(_aaff <<1)|_aaff >>1;if _abge > 0{if _daada ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge -1); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c h\u002d\u0031\u0020\u0026\u0020\u006a\u0020\u003e\u00200\u0020-\u003e \u0067e\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};_cged |=_daada <<7;};if _abge < _bgcd -1{if _daada ,_dbb =_bbcf .GetByte (_cffcb +_bbcf .RowStride +_abge +1); -_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0069\u0020\u003c\u0020\u0068\u002d\u0031\u0020\u0026\u0026\u0020\u006a\u0020\u003c\u0077\u0070\u006c\u002d\u0031\u0020\u002d\u003e\u0020\u0067e\u0074\u0020\u0073\u006f\u0075r\u0063\u0065 \u0062\u0079\u0074\u0065"); -};_cged |=_daada >>7;};};if _abge < _bgcd -1{if _dddbg ,_dbb =_bbcf .GetByte (_cffcb +_abge +1);_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u006a\u0020<\u0020\u0077\u0070\u006c\u0020\u002d\u0031\u0020\u002d\u003e\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020by\u0074\u0065"); -};_cged |=_dddbg >>7;};_cged &=_bdab ;if _cged ==0||(^_cged )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"\u0073e\u0074 \u006d\u0061\u0073\u006b\u0065\u0064\u0020\u0062\u0079\u0074\u0065");};};for {_efgfa =_cged ; -_cged =(_cged |(_cged >>1)|(_cged <<1))&_bdab ;if (_cged ^_efgfa )==0{if _dbb =_bbcf .SetByte (_cffcb +_abge ,_cged );_dbb !=nil {return _g .Wrap (_dbb ,_eedb ,"r\u0065\u0076\u0065\u0072se\u0020s\u0065\u0074\u0020\u0070\u0072e\u0076\u0020\u0062\u0079\u0074\u0065"); -};break ;};};};};return nil ;};func TstVSymbol (t *_a .T ,scale ...int )*Bitmap {_bfda ,_acgd :=NewWithData (5,5,[]byte {0x88,0x88,0x88,0x50,0x20});_c .NoError (t ,_acgd );return TstGetScaledSymbol (t ,_bfda ,scale ...);};var _daba =[]byte {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x78,0x27,0xC2,0x27,0x91,0x00,0x22,0x48,0x21,0x03,0x24,0x91,0x00,0x22,0x48,0x21,0x02,0xA4,0x95,0x00,0x22,0x48,0x21,0x02,0x64,0x9B,0x00,0x3C,0x78,0x21,0x02,0x27,0x91,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x15,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; -func _eccb (_cfca ,_bfdbd *Bitmap ,_agda *Selection )(*Bitmap ,error ){const _eddb ="\u006f\u0070\u0065\u006e";var _cdgc error ;_cfca ,_cdgc =_fggb (_cfca ,_bfdbd ,_agda );if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};_ccbb ,_cdgc :=_dgbcf (nil ,_bfdbd ,_agda ); -if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};_ ,_cdgc =_cfcge (_cfca ,_ccbb ,_agda );if _cdgc !=nil {return nil ,_g .Wrap (_cdgc ,_eddb ,"");};return _cfca ,nil ;};func (_dbda *Bitmap )ThresholdPixelSum (thresh int ,tab8 []int )(_ffce bool ,_gggg error ){const _eba ="\u0042i\u0074\u006d\u0061\u0070\u002e\u0054\u0068\u0072\u0065\u0073\u0068o\u006c\u0064\u0050\u0069\u0078\u0065\u006c\u0053\u0075\u006d"; -if tab8 ==nil {tab8 =_efaf ();};_accc :=_dbda .Width >>3;_gcda :=_dbda .Width &7;_cdcc :=byte (0xff< thresh {return true ,nil ;};};return _ffce ,nil ;};func (_ebagb *Bitmaps )makeSizeIndicator (_ebac ,_fdcg int ,_efga LocationFilter ,_gbccd SizeComparison )(_eecdd *_cd .NumSlice ,_cdbeb error ){const _debc ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u006d\u0061\u006b\u0065S\u0069z\u0065I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _ebagb ==nil {return nil ,_g .Error (_debc ,"\u0062\u0069\u0074ma\u0070\u0073\u0020\u0027\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch _efga {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_debc ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",_efga ); -};switch _gbccd {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_g .Errorf (_debc ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",_gbccd ); -};_eecdd =&_cd .NumSlice {};var (_babc ,_cbec ,_cebg int ;_bdba *Bitmap ;);for _ ,_bdba =range _ebagb .Values {_babc =0;_cbec ,_cebg =_bdba .Width ,_bdba .Height ;switch _efga {case LocSelectWidth :if (_gbccd ==SizeSelectIfLT &&_cbec < _ebac )||(_gbccd ==SizeSelectIfGT &&_cbec > _ebac )||(_gbccd ==SizeSelectIfLTE &&_cbec <=_ebac )||(_gbccd ==SizeSelectIfGTE &&_cbec >=_ebac )||(_gbccd ==SizeSelectIfEQ &&_cbec ==_ebac ){_babc =1; -};case LocSelectHeight :if (_gbccd ==SizeSelectIfLT &&_cebg < _fdcg )||(_gbccd ==SizeSelectIfGT &&_cebg > _fdcg )||(_gbccd ==SizeSelectIfLTE &&_cebg <=_fdcg )||(_gbccd ==SizeSelectIfGTE &&_cebg >=_fdcg )||(_gbccd ==SizeSelectIfEQ &&_cebg ==_fdcg ){_babc =1; -};case LocSelectIfEither :if (_gbccd ==SizeSelectIfLT &&(_cbec < _ebac ||_cebg < _fdcg ))||(_gbccd ==SizeSelectIfGT &&(_cbec > _ebac ||_cebg > _fdcg ))||(_gbccd ==SizeSelectIfLTE &&(_cbec <=_ebac ||_cebg <=_fdcg ))||(_gbccd ==SizeSelectIfGTE &&(_cbec >=_ebac ||_cebg >=_fdcg ))||(_gbccd ==SizeSelectIfEQ &&(_cbec ==_ebac ||_cebg ==_fdcg )){_babc =1; -};case LocSelectIfBoth :if (_gbccd ==SizeSelectIfLT &&(_cbec < _ebac &&_cebg < _fdcg ))||(_gbccd ==SizeSelectIfGT &&(_cbec > _ebac &&_cebg > _fdcg ))||(_gbccd ==SizeSelectIfLTE &&(_cbec <=_ebac &&_cebg <=_fdcg ))||(_gbccd ==SizeSelectIfGTE &&(_cbec >=_ebac &&_cebg >=_fdcg ))||(_gbccd ==SizeSelectIfEQ &&(_cbec ==_ebac &&_cebg ==_fdcg )){_babc =1; -};};_eecdd .AddInt (_babc );};return _eecdd ,nil ;};func ClipBoxToRectangle (box *_ff .Rectangle ,wi ,hi int )(_ffcd *_ff .Rectangle ,_ddd error ){const _eefc ="\u0043l\u0069p\u0042\u006f\u0078\u0054\u006fR\u0065\u0063t\u0061\u006e\u0067\u006c\u0065";if box ==nil {return nil ,_g .Error (_eefc ,"\u0027\u0062\u006f\u0078\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if box .Min .X >=wi ||box .Min .Y >=hi ||box .Max .X <=0||box .Max .Y <=0{return nil ,_g .Error (_eefc ,"\u0027\u0062\u006fx'\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065");};_cbb :=*box ; -_ffcd =&_cbb ;if _ffcd .Min .X < 0{_ffcd .Max .X +=_ffcd .Min .X ;_ffcd .Min .X =0;};if _ffcd .Min .Y < 0{_ffcd .Max .Y +=_ffcd .Min .Y ;_ffcd .Min .Y =0;};if _ffcd .Max .X > wi {_ffcd .Max .X =wi ;};if _ffcd .Max .Y > hi {_ffcd .Max .Y =hi ;};return _ffcd ,nil ; -};func (_cgc *Bitmap )clearAll ()error {return _cgc .RasterOperation (0,0,_cgc .Width ,_cgc .Height ,PixClr ,nil ,0,0);};func _cgf (_afa *Bitmap ,_dcd ...int )(_dbf *Bitmap ,_cga error ){const _bfe ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0043\u0061\u0073\u0063\u0061\u0064\u0065"; -if _afa ==nil {return nil ,_g .Error (_bfe ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if len (_dcd )==0||len (_dcd )> 4{return nil ,_g .Error (_bfe ,"t\u0068\u0065\u0072\u0065\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0061\u0074\u0020\u006cea\u0073\u0074\u0020\u006fn\u0065\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020mo\u0073\u0074 \u0034\u0020\u006c\u0065\u0076\u0065\u006c\u0073"); -};if _dcd [0]<=0{_b .Log .Debug ("\u006c\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030 \u002d\u0020\u006e\u006f\u0020\u0072\u0065\u0064\u0075\u0063t\u0069\u006f\u006e");_dbf ,_cga =_cgde (nil ,_afa );if _cga !=nil {return nil ,_g .Wrap (_cga ,_bfe ,"l\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030"); -};return _dbf ,nil ;};_agc :=_egef ();_dbf =_afa ;for _geb ,_bcg :=range _dcd {if _bcg <=0{break ;};_dbf ,_cga =_ebb (_dbf ,_bcg ,_agc );if _cga !=nil {return nil ,_g .Wrapf (_cga ,_bfe ,"\u006c\u0065\u0076\u0065\u006c\u0025\u0064\u0020\u0072\u0065\u0064\u0075c\u0074\u0069\u006f\u006e",_geb ); -};};return _dbf ,nil ;};func (_efdge *Bitmap )GetByteIndex (x ,y int )int {return y *_efdge .RowStride +(x >>3)};func _efbg (_ebgd *_cd .Stack ,_baaa ,_dbffd ,_dafc ,_gdcg ,_gbbg int ,_eaca *_ff .Rectangle )(_dccc error ){const _afeae ="\u0070\u0075\u0073\u0068\u0046\u0069\u006c\u006c\u0053\u0065\u0067m\u0065\u006e\u0074\u0042\u006f\u0075\u006e\u0064\u0069\u006eg\u0042\u006f\u0078"; -if _ebgd ==nil {return _g .Error (_afeae ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _eaca ==nil {return _g .Error (_afeae ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0069\u006da\u0067e\u002e\u0052\u0065\u0063\u0074\u0061\u006eg\u006c\u0065"); -};_eaca .Min .X =_cd .Min (_eaca .Min .X ,_baaa );_eaca .Max .X =_cd .Max (_eaca .Max .X ,_dbffd );_eaca .Min .Y =_cd .Min (_eaca .Min .Y ,_dafc );_eaca .Max .Y =_cd .Max (_eaca .Max .Y ,_dafc );if !(_dafc +_gdcg >=0&&_dafc +_gdcg <=_gbbg ){return nil ; -};if _ebgd .Aux ==nil {return _g .Error (_afeae ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};var _fdba *fillSegment ;_dfecc ,_ageg :=_ebgd .Aux .Pop ();if _ageg {if _fdba ,_ageg =_dfecc .(*fillSegment ); -!_ageg {return _g .Error (_afeae ,"a\u0075\u0078\u0053\u0074\u0061\u0063k\u0020\u0064\u0061\u0074\u0061\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061 \u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065n\u0074");};}else {_fdba =&fillSegment {}; -};_fdba ._gebd =_baaa ;_fdba ._bfbce =_dbffd ;_fdba ._deab =_dafc ;_fdba ._bdeb =_gdcg ;_ebgd .Push (_fdba );return nil ;};func (_egcb *Bitmaps )GroupByHeight ()(*BitmapsArray ,error ){const _bgabc ="\u0047\u0072\u006f\u0075\u0070\u0042\u0079\u0048\u0065\u0069\u0067\u0068\u0074"; -if len (_egcb .Values )==0{return nil ,_g .Error (_bgabc ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_aeeab :=&BitmapsArray {};_egcb .SortByHeight ();_ccdac :=-1;_bccd :=-1;for _efebf :=0;_efebf < len (_egcb .Values ); -_efebf ++{_gcgfb :=_egcb .Values [_efebf ].Height ;if _gcgfb > _ccdac {_ccdac =_gcgfb ;_bccd ++;_aeeab .Values =append (_aeeab .Values ,&Bitmaps {});};_aeeab .Values [_bccd ].AddBitmap (_egcb .Values [_efebf ]);};return _aeeab ,nil ;};func (_aad *Bitmap )setTwoBytes (_fgbf int ,_afea uint16 )error {if _fgbf +1> len (_aad .Data )-1{return _g .Errorf ("s\u0065\u0074\u0054\u0077\u006f\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_fgbf ); -};_aad .Data [_fgbf ]=byte ((_afea &0xff00)>>8);_aad .Data [_fgbf +1]=byte (_afea &0xff);return nil ;};func (_ecda *Bitmap )SetByte (index int ,v byte )error {if index > len (_ecda .Data )-1||index < 0{return _g .Errorf ("\u0053e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",index ); -};_ecda .Data [index ]=v ;return nil ;};func NewClassedPoints (points *Points ,classes _cd .IntSlice )(*ClassedPoints ,error ){const _badc ="\u004e\u0065w\u0043\u006c\u0061s\u0073\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073";if points ==nil {return nil ,_g .Error (_badc ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); -};if classes ==nil {return nil ,_g .Error (_badc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0063\u006c\u0061ss\u0065\u0073");};_gdeac :=&ClassedPoints {Points :points ,IntSlice :classes };if _feebb :=_gdeac .validateIntSlice (); -_feebb !=nil {return nil ,_g .Wrap (_feebb ,_badc ,"");};return _gdeac ,nil ;};func (_agfe *Bitmaps )AddBitmap (bm *Bitmap ){_agfe .Values =append (_agfe .Values ,bm )};func _cdc (_afeg *Bitmap ,_gf *Bitmap ,_fcd int )(_bge error ){const _adb ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0050\u006fw\u0065\u0072\u0032\u004c\u006f\u0077"; -switch _fcd {case 2:_bge =_dd (_afeg ,_gf );case 4:_bge =_gab (_afeg ,_gf );case 8:_bge =_gda (_afeg ,_gf );default:return _g .Error (_adb ,"\u0065\u0078p\u0061\u006e\u0073\u0069o\u006e\u0020f\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020r\u0061\u006e\u0067\u0065"); -};if _bge !=nil {_bge =_g .Wrap (_bge ,_adb ,"");};return _bge ;};func _afbb (_cfag uint ,_eeae byte )byte {return _eeae >>_cfag <<_cfag };func _dcf ()(_gbd [256]uint32 ){for _cbc :=0;_cbc < 256;_cbc ++{if _cbc &0x01!=0{_gbd [_cbc ]|=0xf;};if _cbc &0x02!=0{_gbd [_cbc ]|=0xf0; -};if _cbc &0x04!=0{_gbd [_cbc ]|=0xf00;};if _cbc &0x08!=0{_gbd [_cbc ]|=0xf000;};if _cbc &0x10!=0{_gbd [_cbc ]|=0xf0000;};if _cbc &0x20!=0{_gbd [_cbc ]|=0xf00000;};if _cbc &0x40!=0{_gbd [_cbc ]|=0xf000000;};if _cbc &0x80!=0{_gbd [_cbc ]|=0xf0000000;};}; -return _gbd ;};func _fegeg (_fbfcd *Bitmap ,_bdfc ,_eggd int ,_begf ,_fegb int ,_edeg RasterOperator ,_cbcdd *Bitmap ,_fbdec ,_bffe int )error {var _deddg ,_ggbc ,_fcfg ,_bbdeb int ;if _bdfc < 0{_fbdec -=_bdfc ;_begf +=_bdfc ;_bdfc =0;};if _fbdec < 0{_bdfc -=_fbdec ; -_begf +=_fbdec ;_fbdec =0;};_deddg =_bdfc +_begf -_fbfcd .Width ;if _deddg > 0{_begf -=_deddg ;};_ggbc =_fbdec +_begf -_cbcdd .Width ;if _ggbc > 0{_begf -=_ggbc ;};if _eggd < 0{_bffe -=_eggd ;_fegb +=_eggd ;_eggd =0;};if _bffe < 0{_eggd -=_bffe ;_fegb +=_bffe ; -_bffe =0;};_fcfg =_eggd +_fegb -_fbfcd .Height ;if _fcfg > 0{_fegb -=_fcfg ;};_bbdeb =_bffe +_fegb -_cbcdd .Height ;if _bbdeb > 0{_fegb -=_bbdeb ;};if _begf <=0||_fegb <=0{return nil ;};var _bfbd error ;switch {case _bdfc &7==0&&_fbdec &7==0:_bfbd =_gfea (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe ); -case _bdfc &7==_fbdec &7:_bfbd =_gece (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe );default:_bfbd =_fbba (_fbfcd ,_bdfc ,_eggd ,_begf ,_fegb ,_edeg ,_cbcdd ,_fbdec ,_bffe );};if _bfbd !=nil {return _g .Wrap (_bfbd ,"r\u0061\u0073\u0074\u0065\u0072\u004f\u0070\u004c\u006f\u0077",""); -};return nil ;};func (_cbfcg *Bitmaps )SelectByIndexes (idx []int )(*Bitmaps ,error ){const _geea ="B\u0069\u0074\u006d\u0061\u0070\u0073.\u0053\u006f\u0072\u0074\u0049\u006e\u0064\u0065\u0078e\u0073\u0042\u0079H\u0065i\u0067\u0068\u0074";_dbdag ,_bdce :=_cbfcg .selectByIndexes (idx ); -if _bdce !=nil {return nil ,_g .Wrap (_bdce ,_geea ,"");};return _dbdag ,nil ;};func (_fbddae *BitmapsArray )AddBox (box *_ff .Rectangle ){_fbddae .Boxes =append (_fbddae .Boxes ,box )};func DilateBrick (d ,s *Bitmap ,hSize ,vSize int )(*Bitmap ,error ){return _dacf (d ,s ,hSize ,vSize )}; -func (_adbdf *Bitmap )createTemplate ()*Bitmap {return &Bitmap {Width :_adbdf .Width ,Height :_adbdf .Height ,RowStride :_adbdf .RowStride ,Color :_adbdf .Color ,Text :_adbdf .Text ,BitmapNumber :_adbdf .BitmapNumber ,Special :_adbdf .Special ,Data :make ([]byte ,len (_adbdf .Data ))}; -};func Dilate (d *Bitmap ,s *Bitmap ,sel *Selection )(*Bitmap ,error ){return _cfcge (d ,s ,sel )};type Color int ;func Copy (d ,s *Bitmap )(*Bitmap ,error ){return _cgde (d ,s )};func _dd (_aa ,_fb *Bitmap )(_bc error ){const _bb ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0032"; -_ac :=_fb .RowStride ;_gb :=_aa .RowStride ;var (_cdb byte ;_cf uint16 ;_ba ,_ca ,_da ,_cc ,_fbc int ;);for _da =0;_da < _fb .Height ;_da ++{_ba =_da *_ac ;_ca =2*_da *_gb ;for _cc =0;_cc < _ac ;_cc ++{_cdb =_fb .Data [_ba +_cc ];_cf =_aaa [_cdb ];_fbc =_ca +_cc *2; -if _aa .RowStride !=_fb .RowStride *2&&(_cc +1)*2> _aa .RowStride {_bc =_aa .SetByte (_fbc ,byte (_cf >>8));}else {_bc =_aa .setTwoBytes (_fbc ,_cf );};if _bc !=nil {return _g .Wrap (_bc ,_bb ,"");};};for _cc =0;_cc < _gb ;_cc ++{_fbc =_ca +_gb +_cc ;_cdb =_aa .Data [_ca +_cc ]; -if _bc =_aa .SetByte (_fbc ,_cdb );_bc !=nil {return _g .Wrapf (_bc ,_bb ,"c\u006f\u0070\u0079\u0020\u0064\u006fu\u0062\u006c\u0065\u0064\u0020\u006ci\u006e\u0065\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0042\u0079\u0074\u0065\u003a\u0020\u0027\u0025d\u0027",_ca +_cc ,_ca +_gb +_cc ); -};};};return nil ;};func _ffad (_fdff *Bitmap ,_deed *_cd .Stack ,_afba ,_fdea int )(_accga *_ff .Rectangle ,_abea error ){const _eeef ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _fdff ==nil {return nil ,_g .Error (_eeef ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); -};if _deed ==nil {return nil ,_g .Error (_eeef ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};_ecbc ,_gba :=_fdff .Width ,_fdff .Height ;_bgedg :=_ecbc -1;_bggb :=_gba -1;if _afba < 0||_afba > _bgedg ||_fdea < 0||_fdea > _bggb ||!_fdff .GetPixel (_afba ,_fdea ){return nil ,nil ; -};_cbge :=_ff .Rect (100000,100000,0,0);if _abea =_efbg (_deed ,_afba ,_afba ,_fdea ,1,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _abea =_efbg (_deed ,_afba ,_afba ,_fdea +1,-1,_bggb ,&_cbge ); -_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_cbge .Min .X ,_cbge .Max .X =_afba ,_afba ;_cbge .Min .Y ,_cbge .Max .Y =_fdea ,_fdea ;var (_fgea *fillSegment ; -_agcdbb int ;);for _deed .Len ()> 0{if _fgea ,_abea =_cdbdf (_deed );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"");};_fdea =_fgea ._deab ;for _afba =_fgea ._gebd -1;_afba >=0&&_fdff .GetPixel (_afba ,_fdea );_afba --{if _abea =_fdff .SetPixel (_afba ,_fdea ,0); -_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0031s\u0074\u0020\u0073\u0065\u0074");};};if _afba >=_fgea ._gebd -1{for {for _afba ++;_afba <=_fgea ._bfbce +1&&_afba <=_bgedg &&!_fdff .GetPixel (_afba ,_fdea );_afba ++{};_agcdbb =_afba ;if !(_afba <=_fgea ._bfbce +1&&_afba <=_bgedg ){break ; -};for ;_afba <=_bgedg &&_fdff .GetPixel (_afba ,_fdea );_afba ++{if _abea =_fdff .SetPixel (_afba ,_fdea ,0);_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _abea =_efbg (_deed ,_agcdbb ,_afba -1,_fgea ._deab ,_fgea ._bdeb ,_bggb ,&_cbge ); -_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _afba > _fgea ._bfbce {if _abea =_efbg (_deed ,_fgea ._bfbce +1,_afba -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};};continue ;};_agcdbb =_afba +1;if _agcdbb < _fgea ._gebd {if _abea =_efbg (_deed ,_agcdbb ,_fgea ._gebd -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); -};};_afba =_fgea ._gebd ;for {for ;_afba <=_bgedg &&_fdff .GetPixel (_afba ,_fdea );_afba ++{if _abea =_fdff .SetPixel (_afba ,_fdea ,0);_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _abea =_efbg (_deed ,_agcdbb ,_afba -1,_fgea ._deab ,_fgea ._bdeb ,_bggb ,&_cbge ); -_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _afba > _fgea ._bfbce {if _abea =_efbg (_deed ,_fgea ._bfbce +1,_afba -1,_fgea ._deab ,-_fgea ._bdeb ,_bggb ,&_cbge );_abea !=nil {return nil ,_g .Wrap (_abea ,_eeef ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); -};};for _afba ++;_afba <=_fgea ._bfbce +1&&_afba <=_bgedg &&!_fdff .GetPixel (_afba ,_fdea );_afba ++{};_agcdbb =_afba ;if !(_afba <=_fgea ._bfbce +1&&_afba <=_bgedg ){break ;};};};_cbge .Max .X ++;_cbge .Max .Y ++;return &_cbge ,nil ;};func TstRSymbol (t *_a .T ,scale ...int )*Bitmap {_gbad ,_bgfe :=NewWithData (4,5,[]byte {0xF0,0x90,0xF0,0xA0,0x90}); -_c .NoError (t ,_bgfe );return TstGetScaledSymbol (t ,_gbad ,scale ...);};func _gae ()(_dbg [256]uint64 ){for _ged :=0;_ged < 256;_ged ++{if _ged &0x01!=0{_dbg [_ged ]|=0xff;};if _ged &0x02!=0{_dbg [_ged ]|=0xff00;};if _ged &0x04!=0{_dbg [_ged ]|=0xff0000; -};if _ged &0x08!=0{_dbg [_ged ]|=0xff000000;};if _ged &0x10!=0{_dbg [_ged ]|=0xff00000000;};if _ged &0x20!=0{_dbg [_ged ]|=0xff0000000000;};if _ged &0x40!=0{_dbg [_ged ]|=0xff000000000000;};if _ged &0x80!=0{_dbg [_ged ]|=0xff00000000000000;};};return _dbg ; -};func (_eced *ClassedPoints )Swap (i ,j int ){_eced .IntSlice [i ],_eced .IntSlice [j ]=_eced .IntSlice [j ],_eced .IntSlice [i ];};func (_dbbe *Bitmaps )GetBox (i int )(*_ff .Rectangle ,error ){const _ecfa ="\u0047\u0065\u0074\u0042\u006f\u0078";if _dbbe ==nil {return nil ,_g .Error (_ecfa ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074\u006d\u0061\u0070s\u0027"); -};if i > len (_dbbe .Boxes )-1{return nil ,_g .Errorf (_ecfa ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _dbbe .Boxes [i ],nil ;};func (_gcfe *ClassedPoints )XAtIndex (i int )float32 {return (*_gcfe .Points )[_gcfe .IntSlice [i ]].X }; -func (_fedf *Bitmaps )HeightSorter ()func (_fbaa ,_cfaba int )bool {return func (_cdabg ,_baac int )bool {_ggfa :=_fedf .Values [_cdabg ].Height < _fedf .Values [_baac ].Height ;_b .Log .Debug ("H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0076\u0020<\u0020\u0025\u0076\u0020= \u0025\u0076",_fedf .Values [_cdabg ].Height ,_fedf .Values [_baac ].Height ,_ggfa ); -return _ggfa ;};};func Extract (roi _ff .Rectangle ,src *Bitmap )(*Bitmap ,error ){_abdf :=New (roi .Dx (),roi .Dy ());_afff :=roi .Min .X &0x07;_afed :=8-_afff ;_afegg :=uint (8-_abdf .Width &0x07);_degg :=src .GetByteIndex (roi .Min .X ,roi .Min .Y ); -_afbbb :=src .GetByteIndex (roi .Max .X -1,roi .Min .Y );_afg :=_abdf .RowStride ==_afbbb +1-_degg ;var _ccgg int ;for _fbgaf :=roi .Min .Y ;_fbgaf < roi .Max .Y ;_fbgaf ++{_fade :=_degg ;_bag :=_ccgg ;switch {case _degg ==_afbbb :_daed ,_cbcd :=src .GetByte (_fade ); -if _cbcd !=nil {return nil ,_cbcd ;};_daed <<=uint (_afff );_cbcd =_abdf .SetByte (_bag ,_afbb (_afegg ,_daed ));if _cbcd !=nil {return nil ,_cbcd ;};case _afff ==0:for _aeaa :=_degg ;_aeaa <=_afbbb ;_aeaa ++{_gbf ,_dbec :=src .GetByte (_fade );if _dbec !=nil {return nil ,_dbec ; -};_fade ++;if _aeaa ==_afbbb &&_afg {_gbf =_afbb (_afegg ,_gbf );};_dbec =_abdf .SetByte (_bag ,_gbf );if _dbec !=nil {return nil ,_dbec ;};_bag ++;};default:_afec :=_efgf (src ,_abdf ,uint (_afff ),uint (_afed ),_afegg ,_degg ,_afbbb ,_afg ,_fade ,_bag ); -if _afec !=nil {return nil ,_afec ;};};_degg +=src .RowStride ;_afbbb +=src .RowStride ;_ccgg +=_abdf .RowStride ;};return _abdf ,nil ;};func (_adde *Bitmaps )SortByWidth (){_dga :=(*byWidth )(_adde );_d .Sort (_dga )};func (_agcdb *ClassedPoints )validateIntSlice ()error {const _ddacf ="\u0076\u0061l\u0069\u0064\u0061t\u0065\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065"; -for _ ,_bfbg :=range _agcdb .IntSlice {if _bfbg >=(_agcdb .Points .Size ()){return _g .Errorf (_ddacf ,"c\u006c\u0061\u0073\u0073\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006ci\u0064 \u0069\u006e\u0064\u0065x\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0064",_bfbg ,_agcdb .Points .Size ()); -};};return nil ;};func _dacf (_fcg ,_gcefc *Bitmap ,_ebfg ,_cbbg int )(*Bitmap ,error ){const _gcec ="d\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063\u006b";if _gcefc ==nil {_b .Log .Debug ("\u0064\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063k\u0020\u0073\u006f\u0075\u0072\u0063\u0065 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -return nil ,_g .Error (_gcec ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _ebfg < 1||_cbbg < 1{return nil ,_g .Error (_gcec ,"\u0068\u0053\u007a\u0069\u0065 \u0061\u006e\u0064\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u0061\u0072\u0065 \u006e\u006f\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); -};if _ebfg ==1&&_cbbg ==1{_dfee ,_dedf :=_cgde (_fcg ,_gcefc );if _dedf !=nil {return nil ,_g .Wrap (_dedf ,_gcec ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _dfee ,nil ;};if _ebfg ==1||_cbbg ==1{_bdgbg :=SelCreateBrick (_cbbg ,_ebfg ,_cbbg /2,_ebfg /2,SelHit );_gabad ,_dedfc :=_cfcge (_fcg ,_gcefc ,_bdgbg );if _dedfc !=nil {return nil ,_g .Wrap (_dedfc ,_gcec ,"\u0068s\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); -};return _gabad ,nil ;};_cbbe :=SelCreateBrick (1,_ebfg ,0,_ebfg /2,SelHit );_aadf :=SelCreateBrick (_cbbg ,1,_cbbg /2,0,SelHit );_acbb ,_gbed :=_cfcge (nil ,_gcefc ,_cbbe );if _gbed !=nil {return nil ,_g .Wrap (_gbed ,_gcec ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); -};_fcg ,_gbed =_cfcge (_fcg ,_acbb ,_aadf );if _gbed !=nil {return nil ,_g .Wrap (_gbed ,_gcec ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _fcg ,nil ;};func TstFrameBitmapData ()[]byte {return _cdgf .Data };func (_bbef MorphProcess )getWidthHeight ()(_afffe ,_fffg int ){return _bbef .Arguments [0],_bbef .Arguments [1]; -};const (_acgf shift =iota ;_abae ;);func (_fcddf *Bitmap )nextOnPixel (_fgdg ,_bdae int )(_eggb _ff .Point ,_fbb bool ,_gadc error ){const _bbgef ="n\u0065\u0078\u0074\u004f\u006e\u0050\u0069\u0078\u0065\u006c";_eggb ,_fbb ,_gadc =_fcddf .nextOnPixelLow (_fcddf .Width ,_fcddf .Height ,_fcddf .RowStride ,_fgdg ,_bdae ); -if _gadc !=nil {return _eggb ,false ,_g .Wrap (_gadc ,_bbgef ,"");};return _eggb ,_fbb ,nil ;};func (_faeg *BitmapsArray )GetBitmaps (i int )(*Bitmaps ,error ){const _fgcf ="\u0042\u0069\u0074ma\u0070\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u0069\u0074\u006d\u0061\u0070\u0073"; -if _faeg ==nil {return nil ,_g .Error (_fgcf ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027");};if i > len (_faeg .Values )-1{return nil ,_g .Errorf (_fgcf ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return _faeg .Values [i ],nil ;};func TstCSymbol (t *_a .T )*Bitmap {t .Helper ();_cfdf :=New (6,6);_c .NoError (t ,_cfdf .SetPixel (1,0,1));_c .NoError (t ,_cfdf .SetPixel (2,0,1));_c .NoError (t ,_cfdf .SetPixel (3,0,1));_c .NoError (t ,_cfdf .SetPixel (4,0,1)); -_c .NoError (t ,_cfdf .SetPixel (0,1,1));_c .NoError (t ,_cfdf .SetPixel (5,1,1));_c .NoError (t ,_cfdf .SetPixel (0,2,1));_c .NoError (t ,_cfdf .SetPixel (0,3,1));_c .NoError (t ,_cfdf .SetPixel (0,4,1));_c .NoError (t ,_cfdf .SetPixel (5,4,1));_c .NoError (t ,_cfdf .SetPixel (1,5,1)); -_c .NoError (t ,_cfdf .SetPixel (2,5,1));_c .NoError (t ,_cfdf .SetPixel (3,5,1));_c .NoError (t ,_cfdf .SetPixel (4,5,1));return _cfdf ;};func (_dgfa *byWidth )Len ()int {return len (_dgfa .Values )};func (_becb *Boxes )Get (i int )(*_ff .Rectangle ,error ){const _fgbbb ="\u0042o\u0078\u0065\u0073\u002e\u0047\u0065t"; -if _becb ==nil {return nil ,_g .Error (_fgbbb ,"\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if i > len (*_becb )-1{return nil ,_g .Errorf (_fgbbb ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); -};return (*_becb )[i ],nil ;};func (_ecg *Bitmap )InverseData (){_ecg .inverseData ()};type CombinationOperator int ;func (_cbfgaf *Bitmaps )selectByIndicator (_gcgbfb *_cd .NumSlice )(_acbeac *Bitmaps ,_caeab error ){const _dbbae ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u0073\u0065\u006c\u0065c\u0074B\u0079I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; -if _cbfgaf ==nil {return nil ,_g .Error (_dbbae ,"\u0027\u0062\u0027 b\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _gcgbfb ==nil {return nil ,_g .Error (_dbbae ,"'\u006e\u0061\u0027\u0020\u0069\u006ed\u0069\u0063\u0061\u0074\u006f\u0072\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064"); -};if len (_cbfgaf .Values )==0{return _cbfgaf ,nil ;};if len (*_gcgbfb )!=len (_cbfgaf .Values ){return nil ,_g .Errorf (_dbbae ,"\u006ea\u0020\u006ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064,\u0020\u0069\u0073\u0020\u0064\u0069\u0066\u0066\u0065re\u006e\u0074\u0020t\u0068\u0061n\u0020\u0062\u0069\u0074\u006d\u0061p\u0073\u003a \u0025\u0064",len (*_gcgbfb ),len (_cbfgaf .Values )); -};var _bggbe ,_dcgc ,_agdcf int ;for _dcgc =0;_dcgc < len (*_gcgbfb );_dcgc ++{if _bggbe ,_caeab =_gcgbfb .GetInt (_dcgc );_caeab !=nil {return nil ,_g .Wrap (_caeab ,_dbbae ,"f\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0065\u0063\u006b");};if _bggbe ==1{_agdcf ++; -};};if _agdcf ==len (_cbfgaf .Values ){return _cbfgaf ,nil ;};_acbeac =&Bitmaps {};_dgc :=len (_cbfgaf .Values )==len (_cbfgaf .Boxes );for _dcgc =0;_dcgc < len (*_gcgbfb );_dcgc ++{if _bggbe =int ((*_gcgbfb )[_dcgc ]);_bggbe ==0{continue ;};_acbeac .Values =append (_acbeac .Values ,_cbfgaf .Values [_dcgc ]); -if _dgc {_acbeac .Boxes =append (_acbeac .Boxes ,_cbfgaf .Boxes [_dcgc ]);};};return _acbeac ,nil ;};func NewWithData (width ,height int ,data []byte )(*Bitmap ,error ){const _gff ="N\u0065\u0077\u0057\u0069\u0074\u0068\u0044\u0061\u0074\u0061";_dece :=_cdf (width ,height ); -_dece .Data =data ;if len (data )< height *_dece .RowStride {return nil ,_g .Errorf (_gff ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u003a \u0025\u0064\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u003a\u0020\u0025\u0064",len (data ),height *_dece .RowStride ); -};return _dece ,nil ;};func _cge (_fca ,_dfa *Bitmap ,_cbcc int ,_dbce []byte ,_gcgf int )(_afd error ){const _efd ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0034";var (_fedb ,_dab ,_bdf ,_dba ,_fff ,_fdb ,_gfe ,_gdd int ; -_cede ,_gbg uint32 ;_fec ,_fcec byte ;_ebc uint16 ;);_eaa :=make ([]byte ,4);_cbaf :=make ([]byte ,4);for _bdf =0;_bdf < _fca .Height -1;_bdf ,_dba =_bdf +2,_dba +1{_fedb =_bdf *_fca .RowStride ;_dab =_dba *_dfa .RowStride ;for _fff ,_fdb =0,0;_fff < _gcgf ; -_fff ,_fdb =_fff +4,_fdb +1{for _gfe =0;_gfe < 4;_gfe ++{_gdd =_fedb +_fff +_gfe ;if _gdd <=len (_fca .Data )-1&&_gdd < _fedb +_fca .RowStride {_eaa [_gfe ]=_fca .Data [_gdd ];}else {_eaa [_gfe ]=0x00;};_gdd =_fedb +_fca .RowStride +_fff +_gfe ;if _gdd <=len (_fca .Data )-1&&_gdd < _fedb +(2*_fca .RowStride ){_cbaf [_gfe ]=_fca .Data [_gdd ]; -}else {_cbaf [_gfe ]=0x00;};};_cede =_fc .BigEndian .Uint32 (_eaa );_gbg =_fc .BigEndian .Uint32 (_cbaf );_gbg &=_cede ;_gbg &=_gbg <<1;_gbg &=0xaaaaaaaa;_cede =_gbg |(_gbg <<7);_fec =byte (_cede >>24);_fcec =byte ((_cede >>8)&0xff);_gdd =_dab +_fdb ;if _gdd +1==len (_dfa .Data )-1||_gdd +1>=_dab +_dfa .RowStride {_dfa .Data [_gdd ]=_dbce [_fec ]; -if _afd =_dfa .SetByte (_gdd ,_dbce [_fec ]);_afd !=nil {return _g .Wrapf (_afd ,_efd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gdd );};}else {_ebc =(uint16 (_dbce [_fec ])<<8)|uint16 (_dbce [_fcec ]);if _afd =_dfa .setTwoBytes (_gdd ,_ebc );_afd !=nil {return _g .Wrapf (_afd ,_efd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gdd ); -};_fdb ++;};};};return nil ;};func _gebfc (_adfa int )int {if _adfa < 0{return -_adfa ;};return _adfa ;};func TstWordBitmapWithSpaces (t *_a .T ,scale ...int )*Bitmap {_ddec :=1;if len (scale )> 0{_ddec =scale [0];};_babf :=3;_eegb :=9+7+15+2*_babf +2*_babf ; -_efdfd :=5+_babf +5+2*_babf ;_afcg :=New (_eegb *_ddec ,_efdfd *_ddec );_gccb :=&Bitmaps {};var _cdacf *int ;_babf *=_ddec ;_ggff :=_babf ;_cdacf =&_ggff ;_gegcb :=_babf ;_dcgd :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); -_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf );_dcgd =TstISymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf ); -_dcgd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,0); -*_cdacf =_babf ;_gegcb =5*_ddec +_babf ;_dcgd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,_babf );_dcgd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); -_dcgd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec );_dcgd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,1*_ddec ); -_dcgd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_gccb ,_dcgd ,_cdacf ,_gegcb ,0);TstWriteSymbols (t ,_gccb ,_afcg );return _afcg ;};func TstOSymbol (t *_a .T ,scale ...int )*Bitmap {_fcgbb ,_cbbc :=NewWithData (4,5,[]byte {0xF0,0x90,0x90,0x90,0xF0}); -_c .NoError (t ,_cbbc );return TstGetScaledSymbol (t ,_fcgbb ,scale ...);};func (_gcgfg *Bitmap )connComponentsBitmapsBB (_fgfdf *Bitmaps ,_ebag int )(_fcf *Boxes ,_afbf error ){const _dbcb ="\u0063\u006f\u006enC\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0069\u0074\u006d\u0061\u0070\u0073\u0042\u0042"; -if _ebag !=4&&_ebag !=8{return nil ,_g .Error (_dbcb ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _fgfdf ==nil {return nil ,_g .Error (_dbcb ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); -};if len (_fgfdf .Values )> 0{return nil ,_g .Error (_dbcb ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u006fn\u002d\u0065\u006d\u0070\u0074\u0079\u0020\u0042\u0069\u0074m\u0061\u0070\u0073");};if _gcgfg .Zero (){return &Boxes {},nil ; -};var (_aada ,_abdff ,_bfdg ,_ceff *Bitmap ;);_gcgfg .setPadBits (0);if _aada ,_afbf =_cgde (nil ,_gcgfg );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0031");};if _abdff ,_afbf =_cgde (nil ,_gcgfg );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0032"); -};_eag :=&_cd .Stack {};_eag .Aux =&_cd .Stack {};_fcf =&Boxes {};var (_agd ,_dcfc int ;_fdcc _ff .Point ;_beab bool ;_daaad *_ff .Rectangle ;);for {if _fdcc ,_beab ,_afbf =_aada .nextOnPixel (_agd ,_dcfc );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,""); -};if !_beab {break ;};if _daaad ,_afbf =_fdee (_aada ,_eag ,_fdcc .X ,_fdcc .Y ,_ebag );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"");};if _afbf =_fcf .Add (_daaad );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"");};if _bfdg ,_afbf =_aada .clipRectangle (_daaad ,nil ); -_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0033");};if _ceff ,_afbf =_abdff .clipRectangle (_daaad ,nil );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0034");};if _ ,_afbf =_fffb (_bfdg ,_bfdg ,_ceff );_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062m\u0033\u0020\u005e\u0020\u0062\u006d4"); -};if _afbf =_abdff .RasterOperation (_daaad .Min .X ,_daaad .Min .Y ,_daaad .Dx (),_daaad .Dy (),PixSrcXorDst ,_bfdg ,0,0);_afbf !=nil {return nil ,_g .Wrap (_afbf ,_dbcb ,"\u0062\u006d\u0032\u0020\u002d\u0058\u004f\u0052\u002d>\u0020\u0062\u006d\u0033"); -};_fgfdf .AddBitmap (_bfdg );_agd =_fdcc .X ;_dcfc =_fdcc .Y ;};_fgfdf .Boxes =*_fcf ;return _fcf ,nil ;};func (_bfg *Bitmap )RemoveBorderGeneral (left ,right ,top ,bot int )(*Bitmap ,error ){return _bfg .removeBorderGeneral (left ,right ,top ,bot );}; -type Points []Point ;func (_eafed *byHeight )Swap (i ,j int ){_eafed .Values [i ],_eafed .Values [j ]=_eafed .Values [j ],_eafed .Values [i ];if _eafed .Boxes !=nil {_eafed .Boxes [i ],_eafed .Boxes [j ]=_eafed .Boxes [j ],_eafed .Boxes [i ];};};func _cdbdf (_eece *_cd .Stack )(_ggfe *fillSegment ,_dbceb error ){const _gbbbc ="\u0070\u006f\u0070\u0046\u0069\u006c\u006c\u0053\u0065g\u006d\u0065\u006e\u0074"; -if _eece ==nil {return nil ,_g .Error (_gbbbc ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _eece .Aux ==nil {return nil ,_g .Error (_gbbbc ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064"); -};_gcade ,_gffe :=_eece .Pop ();if !_gffe {return nil ,nil ;};_cddd ,_gffe :=_gcade .(*fillSegment );if !_gffe {return nil ,_g .Error (_gbbbc ,"\u0073\u0074\u0061ck\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020c\u006fn\u0074a\u0069n\u0020\u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); -};_ggfe =&fillSegment {_cddd ._gebd ,_cddd ._bfbce ,_cddd ._deab +_cddd ._bdeb ,_cddd ._bdeb };_eece .Aux .Push (_cddd );return _ggfe ,nil ;};func _ebb (_gce *Bitmap ,_bgd int ,_ab []byte )(_fba *Bitmap ,_ccf error ){const _gg ="\u0072\u0065\u0064\u0075\u0063\u0065\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0032"; -if _gce ==nil {return nil ,_g .Error (_gg ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};if _bgd < 1||_bgd > 4{return nil ,_g .Error (_gg ,"\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d"); -};if _gce .Height <=1{return nil ,_g .Errorf (_gg ,"\u0073o\u0075\u0072c\u0065\u0020\u0068e\u0069\u0067\u0068\u0074\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061t\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027\u0020-\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",_gce .Height ); -};_fba =New (_gce .Width /2,_gce .Height /2);if _ab ==nil {_ab =_egef ();};_bee :=_cddf (_gce .RowStride ,2*_fba .RowStride );switch _bgd {case 1:_ccf =_beee (_gce ,_fba ,_bgd ,_ab ,_bee );case 2:_ccf =_ce (_gce ,_fba ,_bgd ,_ab ,_bee );case 3:_ccf =_gdc (_gce ,_fba ,_bgd ,_ab ,_bee ); -case 4:_ccf =_cge (_gce ,_fba ,_bgd ,_ab ,_bee );};if _ccf !=nil {return nil ,_ccf ;};return _fba ,nil ;};func _caad (_aeab *Bitmap ,_faaef *Bitmap ,_bbbe int )(_cddg error ){const _bffge ="\u0073\u0065\u0065\u0064\u0066\u0069\u006c\u006c\u0042\u0069\u006e\u0061r\u0079\u004c\u006f\u0077"; -_dfcb :=_cddf (_aeab .Height ,_faaef .Height );_aega :=_cddf (_aeab .RowStride ,_faaef .RowStride );switch _bbbe {case 4:_cddg =_aeggb (_aeab ,_faaef ,_dfcb ,_aega );case 8:_cddg =_fdfe (_aeab ,_faaef ,_dfcb ,_aega );default:return _g .Errorf (_bffge ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0034\u0020\u006fr\u0020\u0038\u0020\u002d\u0020i\u0073\u003a \u0027\u0025\u0064\u0027",_bbbe ); -};if _cddg !=nil {return _g .Wrap (_cddg ,_bffge ,"");};return nil ;};func (_daea *Bitmaps )String ()string {_gaga :=_cb .Builder {};for _ ,_bgedgb :=range _daea .Values {_gaga .WriteString (_bgedgb .String ());_gaga .WriteRune ('\n');};return _gaga .String (); -};func TstDSymbol (t *_a .T ,scale ...int )*Bitmap {_bfde ,_eagc :=NewWithData (4,5,[]byte {0xf0,0x90,0x90,0x90,0xE0});_c .NoError (t ,_eagc );return TstGetScaledSymbol (t ,_bfde ,scale ...);};func (_eaeg *ClassedPoints )SortByY (){_eaeg ._dbcd =_eaeg .ySortFunction (); -_d .Sort (_eaeg )};func (_cfdac *ClassedPoints )SortByX (){_cfdac ._dbcd =_cfdac .xSortFunction ();_d .Sort (_cfdac )};func (_fbag *Bitmap )GetPixel (x ,y int )bool {_dfd :=_fbag .GetByteIndex (x ,y );_aeg :=_fbag .GetBitOffset (x );_fbfa :=uint (7-_aeg ); -if _dfd > len (_fbag .Data )-1{_b .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0072\u0061\u006e\u0067\u0065\u002e \u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0027\u0025\u0064'\u002c\u0020\u0062m\u003a\u0020\u0027\u0025\u0073\u0027",x ,y ,_fbag ); -return false ;};if (_fbag .Data [_dfd ]>>_fbfa )&0x01>=1{return true ;};return false ;};func (_aafag *byWidth )Swap (i ,j int ){_aafag .Values [i ],_aafag .Values [j ]=_aafag .Values [j ],_aafag .Values [i ];if _aafag .Boxes !=nil {_aafag .Boxes [i ],_aafag .Boxes [j ]=_aafag .Boxes [j ],_aafag .Boxes [i ]; -};};func TstNSymbol (t *_a .T ,scale ...int )*Bitmap {_cecf ,_edcg :=NewWithData (4,5,[]byte {0x90,0xD0,0xB0,0x90,0x90});_c .NoError (t ,_edcg );return TstGetScaledSymbol (t ,_cecf ,scale ...);};type byHeight Bitmaps ;func TstWSymbol (t *_a .T ,scale ...int )*Bitmap {_faccb ,_dgff :=NewWithData (5,5,[]byte {0x88,0x88,0xA8,0xD8,0x88}); -_c .NoError (t ,_dgff );return TstGetScaledSymbol (t ,_faccb ,scale ...);};func (_aadab *Bitmap )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _gddaa (_aadab ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy );};func TstTSymbol (t *_a .T ,scale ...int )*Bitmap {_dcbg ,_egbcg :=NewWithData (5,5,[]byte {0xF8,0x20,0x20,0x20,0x20}); -_c .NoError (t ,_egbcg );return TstGetScaledSymbol (t ,_dcbg ,scale ...);};func (_eabe *Bitmap )GetComponents (components Component ,maxWidth ,maxHeight int )(_febb *Bitmaps ,_adca *Boxes ,_daae error ){const _acba ="B\u0069t\u006d\u0061\u0070\u002e\u0047\u0065\u0074\u0043o\u006d\u0070\u006f\u006een\u0074\u0073"; -if _eabe ==nil {return nil ,nil ,_g .Error (_acba ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0042\u0069\u0074\u006da\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064\u002e");};switch components {case ComponentConn ,ComponentCharacters ,ComponentWords :default:return nil ,nil ,_g .Error (_acba ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074s\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072"); -};if _eabe .Zero (){_adca =&Boxes {};_febb =&Bitmaps {};return _febb ,_adca ,nil ;};switch components {case ComponentConn :_febb =&Bitmaps {};if _adca ,_daae =_eabe .ConnComponents (_febb ,8);_daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"\u006e\u006f \u0070\u0072\u0065p\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};case ComponentCharacters :_feac ,_dedgd :=MorphSequence (_eabe ,MorphProcess {Operation :MopClosing ,Arguments :[]int {1,6}});if _dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};if _b .Log .IsLogLevel (_b .LogLevelTrace ){_b .Log .Trace ("\u0043o\u006d\u0070o\u006e\u0065\u006e\u0074C\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074ma\u0070\u0020\u0061f\u0074\u0065r\u0020\u0063\u006c\u006f\u0073\u0069n\u0067\u003a \u0025\u0073",_feac .String ()); -};_facc :=&Bitmaps {};_adca ,_dedgd =_feac .ConnComponents (_facc ,8);if _dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); -};if _b .Log .IsLogLevel (_b .LogLevelTrace ){_b .Log .Trace ("\u0043\u006f\u006d\u0070\u006f\u006ee\u006e\u0074\u0043\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0020a\u0066\u0074\u0065\u0072\u0020\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076i\u0074y\u003a\u0020\u0025\u0073",_facc .String ()); -};if _febb ,_dedgd =_facc .ClipToBitmap (_eabe );_dedgd !=nil {return nil ,nil ,_g .Wrap (_dedgd ,_acba ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067");};case ComponentWords :_fege :=1; -var _bbde *Bitmap ;switch {case _eabe .XResolution <=200:_bbde =_eabe ;case _eabe .XResolution <=400:_fege =2;_bbde ,_daae =_cgf (_eabe ,1,0,0,0);if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"w\u006f\u0072\u0064\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0020\u002d \u0078\u0072\u0065s\u003c=\u0034\u0030\u0030"); -};default:_fege =4;_bbde ,_daae =_cgf (_eabe ,1,1,0,0);if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"\u0077\u006f\u0072\u0064 \u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073 \u002d \u0078\u0072\u0065\u0073\u0020\u003e\u00204\u0030\u0030"); -};};_bedd ,_ ,_ggaf :=_eeca (_bbde );if _ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};_gfg ,_ggaf :=_ccfb (_bedd ,_fege );if _ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073"); -};_eeeg :=&Bitmaps {};if _adca ,_ggaf =_gfg .ConnComponents (_eeeg ,4);_ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077\u006f\u0072\u0064\u0020\u0070r\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u002c\u0020\u0063\u006f\u006en\u0065\u0063\u0074\u0020\u0065\u0078\u0070a\u006e\u0064\u0065\u0064"); -};if _febb ,_ggaf =_eeeg .ClipToBitmap (_eabe );_ggaf !=nil {return nil ,nil ,_g .Wrap (_ggaf ,_acba ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};};_febb ,_daae =_febb .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE ); -if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"");};_adca ,_daae =_adca .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE );if _daae !=nil {return nil ,nil ,_g .Wrap (_daae ,_acba ,"");};return _febb ,_adca ,nil ;};func _cgde (_dgg ,_febe *Bitmap )(*Bitmap ,error ){if _febe ==nil {return nil ,_g .Error ("\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070","\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -};if _febe ==_dgg {return _dgg ,nil ;};if _dgg ==nil {_dgg =_febe .createTemplate ();copy (_dgg .Data ,_febe .Data );return _dgg ,nil ;};_afcf :=_dgg .resizeImageData (_febe );if _afcf !=nil {return nil ,_g .Wrap (_afcf ,"\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070",""); -};_dgg .Text =_febe .Text ;copy (_dgg .Data ,_febe .Data );return _dgg ,nil ;};func _eeca (_befc *Bitmap )(_fdaa *Bitmap ,_edcab int ,_bgf error ){const _cbfd ="\u0042i\u0074\u006d\u0061\u0070.\u0077\u006f\u0072\u0064\u004da\u0073k\u0042y\u0044\u0069\u006c\u0061\u0074\u0069\u006fn"; -if _befc ==nil {return nil ,0,_g .Errorf (_cbfd ,"\u0027\u0073\u0027\u0020bi\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};var _gfbe ,_geg *Bitmap ;if _gfbe ,_bgf =_cgde (nil ,_befc );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0073\u0027"); -};var (_dfg [13]int ;_dfbe ,_cegd int ;);_gcbd :=12;_ecae :=_cd .NewNumSlice (_gcbd +1);_edgf :=_cd .NewNumSlice (_gcbd +1);var _defa *Boxes ;for _afae :=0;_afae <=_gcbd ;_afae ++{if _afae ==0{if _geg ,_bgf =_cgde (nil ,_gfbe );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0066i\u0072\u0073\u0074\u0020\u0062\u006d2"); -};}else {if _geg ,_bgf =_cagc (_gfbe ,MorphProcess {Operation :MopDilation ,Arguments :[]int {2,1}});_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0064\u0069\u006ca\u0074\u0069\u006f\u006e\u0020\u0062\u006d\u0032");};};if _defa ,_bgf =_geg .connComponentsBB (4); -_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"");};_dfg [_afae ]=len (*_defa );_ecae .AddInt (_dfg [_afae ]);switch _afae {case 0:_dfbe =_dfg [0];default:_cegd =_dfg [_afae -1]-_dfg [_afae ];_edgf .AddInt (_cegd );};_gfbe =_geg ;};_fgba :=true ;_cead :=2; -var _dca ,_fabe int ;for _cdfb :=1;_cdfb < len (*_edgf );_cdfb ++{if _dca ,_bgf =_ecae .GetInt (_cdfb );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0043\u0068\u0065\u0063ki\u006e\u0067\u0020\u0062\u0065\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0069o\u006e"); -};if _fgba &&_dca < int (0.3*float32 (_dfbe )){_cead =_cdfb +1;_fgba =false ;};if _cegd ,_bgf =_edgf .GetInt (_cdfb );_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006ea\u0044\u0069\u0066\u0066");}; -if _cegd > _fabe {_fabe =_cegd ;};};_feag :=_befc .XResolution ;if _feag ==0{_feag =150;};if _feag > 110{_cead ++;};if _cead < 2{_b .Log .Trace ("J\u0042\u0049\u0047\u0032\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0042\u0065\u0073\u0074 \u0074\u006f\u0020\u006d\u0069\u006e\u0069\u006d\u0075\u006d a\u006c\u006c\u006fw\u0061b\u006c\u0065"); -_cead =2;};_edcab =_cead +1;if _fdaa ,_bgf =_deeg (nil ,_befc ,_cead +1,1);_bgf !=nil {return nil ,0,_g .Wrap (_bgf ,_cbfd ,"\u0067\u0065\u0074\u0074in\u0067\u0020\u006d\u0061\u0073\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};return _fdaa ,_edcab ,nil ; -};func init (){const _fgdag ="\u0062\u0069\u0074\u006dap\u0073\u002e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069\u007a\u0061\u0074\u0069o\u006e";_cdgf =New (50,40);var _ccgda error ;_cdgf ,_ccgda =_cdgf .AddBorder (2,1);if _ccgda !=nil {panic (_g .Wrap (_ccgda ,_fgdag ,"f\u0072\u0061\u006d\u0065\u0042\u0069\u0074\u006d\u0061\u0070")); -};_debg ,_ccgda =NewWithData (50,22,_daba );if _ccgda !=nil {panic (_g .Wrap (_ccgda ,_fgdag ,"i\u006d\u0061\u0067\u0065\u0042\u0069\u0074\u006d\u0061\u0070"));};};func (_eggce *ClassedPoints )ySortFunction ()func (_cgbf int ,_dcfb int )bool {return func (_fdec ,_aafb int )bool {return _eggce .YAtIndex (_fdec )< _eggce .YAtIndex (_aafb )}; -};func (_gbbba *Selection )setOrigin (_fcddc ,_acbaa int ){_gbbba .Cy ,_gbbba .Cx =_fcddc ,_acbaa };type SelectionValue int ;type Getter interface{GetBitmap ()*Bitmap ;};func _cagc (_baca *Bitmap ,_daaaf ...MorphProcess )(_dgdd *Bitmap ,_eaff error ){const _ebfa ="\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065"; -if _baca ==nil {return nil ,_g .Error (_ebfa ,"\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065 \u0073\u006f\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); -};if len (_daaaf )==0{return nil ,_g .Error (_ebfa ,"m\u006f\u0072\u0070\u0068\u0053\u0065q\u0075\u0065\u006e\u0063\u0065\u002c \u0073\u0065\u0071\u0075\u0065\u006e\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};if _eaff =_bacc (_daaaf ...); -_eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};var _ecaf ,_dadfa ,_ccda int ;_dgdd =_baca .Copy ();for _ ,_defg :=range _daaaf {switch _defg .Operation {case MopDilation :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =DilateBrick (nil ,_dgdd ,_ecaf ,_dadfa ); -if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopErosion :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =_fdfc (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopOpening :_ecaf ,_dadfa =_defg .getWidthHeight (); -_dgdd ,_eaff =_cggb (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopClosing :_ecaf ,_dadfa =_defg .getWidthHeight ();_dgdd ,_eaff =_gdfa (nil ,_dgdd ,_ecaf ,_dadfa );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,""); -};case MopRankBinaryReduction :_dgdd ,_eaff =_cgf (_dgdd ,_defg .Arguments ...);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};case MopReplicativeBinaryExpansion :_dgdd ,_eaff =_ccfb (_dgdd ,_defg .Arguments [0]);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,""); -};case MopAddBorder :_ccda =_defg .Arguments [0];_dgdd ,_eaff =_dgdd .AddBorder (_ccda ,0);if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"");};default:return nil ,_g .Error (_ebfa ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u006fr\u0070\u0068\u004f\u0070\u0065\u0072\u0061ti\u006f\u006e\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u006f t\u0068\u0065 \u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065"); -};};if _ccda > 0{_dgdd ,_eaff =_dgdd .RemoveBorder (_ccda );if _eaff !=nil {return nil ,_g .Wrap (_eaff ,_ebfa ,"\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u003e\u0020\u0030");};};return _dgdd ,nil ;};const (ComponentConn Component =iota ;ComponentCharacters ; -ComponentWords ;);const _ggda =5000;type Bitmaps struct{Values []*Bitmap ;Boxes []*_ff .Rectangle ;};func _eefba (_cgcc ,_beca *Bitmap ,_fbaf ,_decfc ,_edg ,_ceg ,_cbe ,_gbbb ,_gcfdff ,_gafc int ,_fded CombinationOperator )error {var _dfeff int ;_gbga :=func (){_dfeff ++; -_edg +=_beca .RowStride ;_ceg +=_cgcc .RowStride ;_cbe +=_cgcc .RowStride };for _dfeff =_fbaf ;_dfeff < _decfc ;_gbga (){var _cacc uint16 ;_gdbe :=_edg ;for _aead :=_ceg ;_aead <=_cbe ;_aead ++{_caf ,_fbga :=_beca .GetByte (_gdbe );if _fbga !=nil {return _fbga ; -};_gcde ,_fbga :=_cgcc .GetByte (_aead );if _fbga !=nil {return _fbga ;};_cacc =(_cacc |uint16 (_gcde ))<>8);if _aead ==_cbe {_gcde =_afbb (uint (_gbbb ),_gcde );};if _fbga =_beca .SetByte (_gdbe ,_fgcb (_caf ,_gcde ,_fded )); -_fbga !=nil {return _fbga ;};_gdbe ++;_cacc <<=uint (_gcfdff );};};return nil ;};func _egef ()(_abc []byte ){_abc =make ([]byte ,256);for _ace :=0;_ace < 256;_ace ++{_edcc :=byte (_ace );_abc [_edcc ]=(_edcc &0x01)|((_edcc &0x04)>>1)|((_edcc &0x10)>>2)|((_edcc &0x40)>>3)|((_edcc &0x02)<<3)|((_edcc &0x08)<<2)|((_edcc &0x20)<<1)|(_edcc &0x80); -};return _abc ;};type Boxes []*_ff .Rectangle ;func (_eecd *Bitmap )centroid (_afge ,_gebb []int )(Point ,error ){_dgd :=Point {};_eecd .setPadBits (0);if len (_afge )==0{_afge =_fddb ();};if len (_gebb )==0{_gebb =_efaf ();};var _bgfb ,_bccf ,_ecc ,_cgea ,_ffafd ,_gcba int ; -var _dea byte ;for _ffafd =0;_ffafd < _eecd .Height ;_ffafd ++{_faca :=_eecd .RowStride *_ffafd ;_cgea =0;for _gcba =0;_gcba < _eecd .RowStride ;_gcba ++{_dea =_eecd .Data [_faca +_gcba ];if _dea !=0{_cgea +=_gebb [_dea ];_bgfb +=_afge [_dea ]+_gcba *8*_gebb [_dea ]; -};};_ecc +=_cgea ;_bccf +=_cgea *_ffafd ;};if _ecc !=0{_dgd .X =float32 (_bgfb )/float32 (_ecc );_dgd .Y =float32 (_bccf )/float32 (_ecc );};return _dgd ,nil ;};func _ggca (_fgg ,_ffgb ,_fbcb *Bitmap )(*Bitmap ,error ){const _baeg ="\u0073\u0075\u0062\u0074\u0072\u0061\u0063\u0074"; -if _ffgb ==nil {return nil ,_g .Error (_baeg ,"'\u0073\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _fbcb ==nil {return nil ,_g .Error (_baeg ,"'\u0073\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};var _ggdf error ;switch {case _fgg ==_ffgb :if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_fbcb ,0,0); -_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064 \u003d\u003d\u0020\u0073\u0031");};case _fgg ==_fbcb :if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_ffgb ,0,0);_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064 \u003d\u003d\u0020\u0073\u0032"); -};default:_fgg ,_ggdf =_cgde (_fgg ,_ffgb );if _ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"");};if _ggdf =_fgg .RasterOperation (0,0,_ffgb .Width ,_ffgb .Height ,PixNotSrcAndDst ,_fbcb ,0,0);_ggdf !=nil {return nil ,_g .Wrap (_ggdf ,_baeg ,"\u0064e\u0066\u0061\u0075\u006c\u0074"); -};};return _fgg ,nil ;};func MakePixelSumTab8 ()[]int {return _efaf ()};func TstASymbol (t *_a .T )*Bitmap {t .Helper ();_dceb :=New (6,6);_c .NoError (t ,_dceb .SetPixel (1,0,1));_c .NoError (t ,_dceb .SetPixel (2,0,1));_c .NoError (t ,_dceb .SetPixel (3,0,1)); -_c .NoError (t ,_dceb .SetPixel (4,0,1));_c .NoError (t ,_dceb .SetPixel (5,1,1));_c .NoError (t ,_dceb .SetPixel (1,2,1));_c .NoError (t ,_dceb .SetPixel (2,2,1));_c .NoError (t ,_dceb .SetPixel (3,2,1));_c .NoError (t ,_dceb .SetPixel (4,2,1));_c .NoError (t ,_dceb .SetPixel (5,2,1)); -_c .NoError (t ,_dceb .SetPixel (0,3,1));_c .NoError (t ,_dceb .SetPixel (5,3,1));_c .NoError (t ,_dceb .SetPixel (0,4,1));_c .NoError (t ,_dceb .SetPixel (5,4,1));_c .NoError (t ,_dceb .SetPixel (1,5,1));_c .NoError (t ,_dceb .SetPixel (2,5,1));_c .NoError (t ,_dceb .SetPixel (3,5,1)); -_c .NoError (t ,_dceb .SetPixel (4,5,1));_c .NoError (t ,_dceb .SetPixel (5,5,1));return _dceb ;};func SelCreateBrick (h ,w int ,cy ,cx int ,tp SelectionValue )*Selection {_aaae :=_ggcf (h ,w ,"");_aaae .setOrigin (cy ,cx );var _ffgef ,_gbgf int ;for _ffgef =0; -_ffgef < h ;_ffgef ++{for _gbgf =0;_gbgf < w ;_gbgf ++{_aaae .Data [_ffgef ][_gbgf ]=tp ;};};return _aaae ;};func MakePixelCentroidTab8 ()[]int {return _fddb ()};func (_gcga *Bitmaps )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_egbg *Bitmaps ,_eebf error ){const _dbfad ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0053\u0065\u006ce\u0063\u0074\u0042\u0079Si\u007a\u0065"; -if _gcga ==nil {return nil ,_g .Error (_dbfad ,"\u0027\u0062\u0027 B\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_g .Errorf (_dbfad ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); -};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_g .Errorf (_dbfad ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",relation ); -};_cbddg ,_eebf :=_gcga .makeSizeIndicator (width ,height ,tp ,relation );if _eebf !=nil {return nil ,_g .Wrap (_eebf ,_dbfad ,"");};_egbg ,_eebf =_gcga .selectByIndicator (_cbddg );if _eebf !=nil {return nil ,_g .Wrap (_eebf ,_dbfad ,"");};return _egbg ,nil ; -};func (_bgda *Bitmaps )Size ()int {return len (_bgda .Values )};var _ _d .Interface =&ClassedPoints {};func Centroid (bm *Bitmap ,centTab ,sumTab []int )(Point ,error ){return bm .centroid (centTab ,sumTab )};func (_fdge *Bitmap )setEightFullBytes (_eabb int ,_abfc uint64 )error {if _eabb +7> len (_fdge .Data )-1{return _g .Error ("\u0073\u0065\u0074\u0045\u0069\u0067\u0068\u0074\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_fdge .Data [_eabb ]=byte ((_abfc &0xff00000000000000)>>56);_fdge .Data [_eabb +1]=byte ((_abfc &0xff000000000000)>>48);_fdge .Data [_eabb +2]=byte ((_abfc &0xff0000000000)>>40);_fdge .Data [_eabb +3]=byte ((_abfc &0xff00000000)>>32);_fdge .Data [_eabb +4]=byte ((_abfc &0xff000000)>>24); -_fdge .Data [_eabb +5]=byte ((_abfc &0xff0000)>>16);_fdge .Data [_eabb +6]=byte ((_abfc &0xff00)>>8);_fdge .Data [_eabb +7]=byte (_abfc &0xff);return nil ;}; \ No newline at end of file +package bitmap ;import (_g "encoding/binary";_fe "github.com/stretchr/testify/require";_aa "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/internal/bitwise";_fd "github.com/unidoc/unipdf/v3/internal/imageutil";_e "github.com/unidoc/unipdf/v3/internal/jbig2/basic"; +_c "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_ee "image";_ec "math";_ff "sort";_d "strings";_cd "testing";);func (_afab *Bitmap )clipRectangle (_ced ,_ccb *_ee .Rectangle )(_bbb *Bitmap ,_ccfg error ){const _aaebf ="\u0063\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; +if _ced ==nil {return nil ,_c .Error (_aaebf ,"\u0070r\u006fv\u0069\u0064\u0065\u0064\u0020n\u0069\u006c \u0027\u0062\u006f\u0078\u0027");};_dgc ,_eaca :=_afab .Width ,_afab .Height ;_edgd ,_ccfg :=ClipBoxToRectangle (_ced ,_dgc ,_eaca );if _ccfg !=nil {_aa .Log .Warning ("\u0027\u0062ox\u0027\u0020\u0064o\u0065\u0073\u006e\u0027t o\u0076er\u006c\u0061\u0070\u0020\u0062\u0069\u0074ma\u0070\u0020\u0027\u0062\u0027\u003a\u0020%\u0076",_ccfg ); +return nil ,nil ;};_fcbg ,_eacb :=_edgd .Min .X ,_edgd .Min .Y ;_ggaa ,_eebc :=_edgd .Max .X -_edgd .Min .X ,_edgd .Max .Y -_edgd .Min .Y ;_bbb =New (_ggaa ,_eebc );_bbb .Text =_afab .Text ;if _ccfg =_bbb .RasterOperation (0,0,_ggaa ,_eebc ,PixSrc ,_afab ,_fcbg ,_eacb ); +_ccfg !=nil {return nil ,_c .Wrap (_ccfg ,_aaebf ,"");};if _ccb !=nil {*_ccb =*_edgd ;};return _bbb ,nil ;};type BoundaryCondition int ;func (_cfcg *Bitmaps )SortByWidth (){_aacd :=(*byWidth )(_cfcg );_ff .Sort (_aacd )};func (_feef Points )GetGeometry (i int )(_cefa ,_fgdd float32 ,_gbcc error ){if i > len (_feef )-1{return 0,0,_c .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};_acab :=_feef [i ];return _acab .X ,_acab .Y ,nil ;};func _eeddg (_efc ,_bfaf ,_bffb *Bitmap )(*Bitmap ,error ){const _dedc ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0078\u006f\u0072";if _bfaf ==nil {return nil ,_c .Error (_dedc ,"'\u0062\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};if _bffb ==nil {return nil ,_c .Error (_dedc ,"'\u0062\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _efc ==_bffb {return nil ,_c .Error (_dedc ,"'\u0064\u0027\u0020\u003d\u003d\u0020\u0027\u0062\u0032\u0027");};if !_bfaf .SizesEqual (_bffb ){_aa .Log .Debug ("\u0025s\u0020\u002d \u0042\u0069\u0074\u006da\u0070\u0020\u0027b\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074 e\u0071\u0075\u0061l\u0020\u0073i\u007a\u0065\u0020\u0077\u0069\u0074h\u0020\u0027b\u0032\u0027",_dedc ); +};var _ffgf error ;if _efc ,_ffgf =_fcbc (_efc ,_bfaf );_ffgf !=nil {return nil ,_c .Wrap (_ffgf ,_dedc ,"\u0063\u0061n\u0027\u0074\u0020c\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027");};if _ffgf =_efc .RasterOperation (0,0,_efc .Width ,_efc .Height ,PixSrcXorDst ,_bffb ,0,0); +_ffgf !=nil {return nil ,_c .Wrap (_ffgf ,_dedc ,"");};return _efc ,nil ;};func CorrelationScoreThresholded (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab ,downcount []int ,scoreThreshold float32 )(bool ,error ){const _fdg ="C\u006f\u0072\u0072\u0065\u006c\u0061t\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054h\u0072\u0065\u0073h\u006fl\u0064\u0065\u0064"; +if bm1 ==nil {return false ,_c .Error (_fdg ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d1\u0020\u0069s\u0020\u006e\u0069\u006c"); +};if bm2 ==nil {return false ,_c .Error (_fdg ,"\u0063\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u0062\u006d2\u0020\u0069s\u0020\u006e\u0069\u006c"); +};if area1 <=0||area2 <=0{return false ,_c .Error (_fdg ,"c\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006fn\u0053\u0063\u006f\u0072\u0065\u0054\u0068re\u0073\u0068\u006f\u006cd\u0065\u0064\u0020\u002d\u0020\u0061\u0072\u0065\u0061s \u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u003e\u0020\u0030"); +};if downcount ==nil {return false ,_c .Error (_fdg ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u006f\u0020\u0027\u0064\u006f\u0077\u006e\u0063\u006f\u0075\u006e\u0074\u0027");};if tab ==nil {return false ,_c .Error (_fdg ,"p\u0072\u006f\u0076\u0069de\u0064 \u006e\u0069\u006c\u0020\u0027s\u0075\u006d\u0074\u0061\u0062\u0027"); +};_aggd ,_fefa :=bm1 .Width ,bm1 .Height ;_fbcf ,_dagc :=bm2 .Width ,bm2 .Height ;if _e .Abs (_aggd -_fbcf )> maxDiffW {return false ,nil ;};if _e .Abs (_fefa -_dagc )> maxDiffH {return false ,nil ;};_bcdf :=int (delX +_e .Sign (delX )*0.5);_bbgg :=int (delY +_e .Sign (delY )*0.5); +_geac :=int (_ec .Ceil (_ec .Sqrt (float64 (scoreThreshold )*float64 (area1 )*float64 (area2 ))));_aced :=bm2 .RowStride ;_ecd :=_fbbe (_bbgg ,0);_cbba :=_aegb (_dagc +_bbgg ,_fefa );_fcec :=bm1 .RowStride *_ecd ;_fcac :=bm2 .RowStride *(_ecd -_bbgg ); +var _ecaac int ;if _cbba <=_fefa {_ecaac =downcount [_cbba -1];};_gbc :=_fbbe (_bcdf ,0);_cgbc :=_aegb (_fbcf +_bcdf ,_aggd );var _dgeb ,_acea int ;if _bcdf >=8{_dgeb =_bcdf >>3;_fcec +=_dgeb ;_gbc -=_dgeb <<3;_cgbc -=_dgeb <<3;_bcdf &=7;}else if _bcdf <=-8{_acea =-((_bcdf +7)>>3); +_fcac +=_acea ;_aced -=_acea ;_bcdf +=_acea <<3;};var (_bfgg ,_efaa ,_gbcb int ;_efec ,_fbcd ,_gbee byte ;);if _gbc >=_cgbc ||_ecd >=_cbba {return false ,nil ;};_efbd :=(_cgbc +7)>>3;switch {case _bcdf ==0:for _efaa =_ecd ;_efaa < _cbba ;_efaa ,_fcec ,_fcac =_efaa +1,_fcec +bm1 .RowStride ,_fcac +bm2 .RowStride {for _gbcb =0; +_gbcb < _efbd ;_gbcb ++{_efec =bm1 .Data [_fcec +_gbcb ]&bm2 .Data [_fcac +_gbcb ];_bfgg +=tab [_efec ];};if _bfgg >=_geac {return true ,nil ;};if _gggd :=_bfgg +downcount [_efaa ]-_ecaac ;_gggd < _geac {return false ,nil ;};};case _bcdf > 0&&_aced < _efbd :for _efaa =_ecd ; +_efaa < _cbba ;_efaa ,_fcec ,_fcac =_efaa +1,_fcec +bm1 .RowStride ,_fcac +bm2 .RowStride {_fbcd =bm1 .Data [_fcec ];_gbee =bm2 .Data [_fcac ]>>uint (_bcdf );_efec =_fbcd &_gbee ;_bfgg +=tab [_efec ];for _gbcb =1;_gbcb < _aced ;_gbcb ++{_fbcd =bm1 .Data [_fcec +_gbcb ]; +_gbee =bm2 .Data [_fcac +_gbcb ]>>uint (_bcdf )|bm2 .Data [_fcac +_gbcb -1]<=_geac {return true ,nil ;}else if _bfgg +downcount [_efaa ]-_ecaac < _geac {return false ,nil ;};};case _bcdf > 0&&_aced >=_efbd :for _efaa =_ecd ;_efaa < _cbba ;_efaa ,_fcec ,_fcac =_efaa +1,_fcec +bm1 .RowStride ,_fcac +bm2 .RowStride {_fbcd =bm1 .Data [_fcec ]; +_gbee =bm2 .Data [_fcac ]>>uint (_bcdf );_efec =_fbcd &_gbee ;_bfgg +=tab [_efec ];for _gbcb =1;_gbcb < _efbd ;_gbcb ++{_fbcd =bm1 .Data [_fcec +_gbcb ];_gbee =bm2 .Data [_fcac +_gbcb ]>>uint (_bcdf );_gbee |=bm2 .Data [_fcac +_gbcb -1]<=_geac {return true ,nil ;}else if _bfgg +downcount [_efaa ]-_ecaac < _geac {return false ,nil ;};};case _efbd < _aced :for _efaa =_ecd ;_efaa < _cbba ;_efaa ,_fcec ,_fcac =_efaa +1,_fcec +bm1 .RowStride ,_fcac +bm2 .RowStride {for _gbcb =0; +_gbcb < _efbd ;_gbcb ++{_fbcd =bm1 .Data [_fcec +_gbcb ];_gbee =bm2 .Data [_fcac +_gbcb ]<>uint (8+_bcdf );_efec =_fbcd &_gbee ;_bfgg +=tab [_efec ];};if _bfgg >=_geac {return true ,nil ;}else if _cffb :=_bfgg +downcount [_efaa ]-_ecaac ; +_cffb < _geac {return false ,nil ;};};case _aced >=_efbd :for _efaa =_ecd ;_efaa < _cbba ;_efaa ,_fcec ,_fcac =_efaa +1,_fcec +bm1 .RowStride ,_fcac +bm2 .RowStride {for _gbcb =0;_gbcb < _efbd ;_gbcb ++{_fbcd =bm1 .Data [_fcec +_gbcb ];_gbee =bm2 .Data [_fcac +_gbcb ]<>uint (8+_bcdf );_efec =_fbcd &_gbee ;_bfgg +=tab [_efec ];};_fbcd =bm1 .Data [_fcec +_gbcb ];_gbee =bm2 .Data [_fcac +_gbcb ]<=_geac {return true ,nil ; +}else if _bfgg +downcount [_efaa ]-_ecaac < _geac {return false ,nil ;};};};_dcbd :=float32 (_bfgg )*float32 (_bfgg )/(float32 (area1 )*float32 (area2 ));if _dcbd >=scoreThreshold {_aa .Log .Trace ("\u0063\u006f\u0075\u006e\u0074\u003a\u0020\u0025\u0064\u0020\u003c\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u006f\u006cd\u0020\u0025\u0064\u0020\u0062\u0075\u0074\u0020\u0073c\u006f\u0072\u0065\u0020\u0025\u0066\u0020\u003e\u003d\u0020\u0073\u0063\u006fr\u0065\u0054\u0068\u0072\u0065\u0073h\u006f\u006c\u0064 \u0025\u0066",_bfgg ,_geac ,_dcbd ,scoreThreshold ); +};return false ,nil ;};func (_febd *byHeight )Swap (i ,j int ){_febd .Values [i ],_febd .Values [j ]=_febd .Values [j ],_febd .Values [i ];if _febd .Boxes !=nil {_febd .Boxes [i ],_febd .Boxes [j ]=_febd .Boxes [j ],_febd .Boxes [i ];};};func (_babg *ClassedPoints )Less (i ,j int )bool {return _babg ._dbea (i ,j )}; +func _gbbc (_fead *Bitmap ,_eecf ,_efff ,_ecbc ,_effe int ,_cfec RasterOperator ,_dbbd *Bitmap ,_cegd ,_dacdc int )error {var (_gbcdb bool ;_gacd bool ;_bcgc byte ;_ecaaf int ;_agb int ;_bdag int ;_faag int ;_gcgg bool ;_agbg int ;_dbcf int ;_fdbf int ; +_fbda bool ;_fefbg byte ;_bcddb int ;_cbdg int ;_cfdd int ;_cefb byte ;_fggg int ;_fccb int ;_dafd uint ;_dfdg uint ;_geggb byte ;_dgbf shift ;_aade bool ;_ggef bool ;_eced ,_cbaed int ;);if _cegd &7!=0{_fccb =8-(_cegd &7);};if _eecf &7!=0{_agb =8-(_eecf &7); +};if _fccb ==0&&_agb ==0{_geggb =_gdee [0];}else {if _agb > _fccb {_dafd =uint (_agb -_fccb );}else {_dafd =uint (8-(_fccb -_agb ));};_dfdg =8-_dafd ;_geggb =_gdee [_dafd ];};if (_eecf &7)!=0{_gbcdb =true ;_ecaaf =8-(_eecf &7);_bcgc =_gdee [_ecaaf ];_bdag =_fead .RowStride *_efff +(_eecf >>3); +_faag =_dbbd .RowStride *_dacdc +(_cegd >>3);_fggg =8-(_cegd &7);if _ecaaf > _fggg {_dgbf =_beea ;if _ecbc >=_fccb {_aade =true ;};}else {_dgbf =_bggg ;};};if _ecbc < _ecaaf {_gacd =true ;_bcgc &=_egfga [8-_ecaaf +_ecbc ];};if !_gacd {_agbg =(_ecbc -_ecaaf )>>3; +if _agbg !=0{_gcgg =true ;_dbcf =_fead .RowStride *_efff +((_eecf +_agb )>>3);_fdbf =_dbbd .RowStride *_dacdc +((_cegd +_agb )>>3);};};_bcddb =(_eecf +_ecbc )&7;if !(_gacd ||_bcddb ==0){_fbda =true ;_fefbg =_egfga [_bcddb ];_cbdg =_fead .RowStride *_efff +((_eecf +_agb )>>3)+_agbg ; +_cfdd =_dbbd .RowStride *_dacdc +((_cegd +_agb )>>3)+_agbg ;if _bcddb > int (_dfdg ){_ggef =true ;};};switch _cfec {case PixSrc :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb ); +};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb ,_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb ); +_fead .Data [_dbcf +_cbaed ]=_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb ,_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixNotSrc :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ; +};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^_cefb ,_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb ); +_fead .Data [_dbcf +_cbaed ]=^_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^_cefb ,_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixSrcOrDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ; +};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb |_fead .Data [_bdag ],_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb ); +_fead .Data [_dbcf +_cbaed ]|=_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb |_fead .Data [_cbdg ],_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixSrcAndDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ; +};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb &_fead .Data [_bdag ],_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb ); +_fead .Data [_dbcf +_cbaed ]&=_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb &_fead .Data [_cbdg ],_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixSrcXorDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ; +};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb ^_fead .Data [_bdag ],_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb ); +_fead .Data [_dbcf +_cbaed ]^=_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb ^_fead .Data [_cbdg ],_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixNotSrcOrDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );}; +}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^_cefb |_fead .Data [_bdag ],_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ; +_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]|=^_cefb ;};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ; +if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^_cefb |_fead .Data [_cbdg ],_fefbg );_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixNotSrcAndDst :if _gbcdb {for _eced =0; +_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^_cefb &_fead .Data [_bdag ],_bcgc ); +_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]&=^_cefb ; +};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^_cefb &_fead .Data [_cbdg ],_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixSrcOrNotDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );}; +}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb |^_fead .Data [_bdag ],_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ; +_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]=_cefb |^_fead .Data [_dbcf +_cbaed ];};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0; +_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb |^_fead .Data [_cbdg ],_fefbg );_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ; +};};case PixSrcAndNotDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],_cefb &^_fead .Data [_bdag ],_bcgc ); +_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]=_cefb &^_fead .Data [_dbcf +_cbaed ]; +};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],_cefb &^_fead .Data [_cbdg ],_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixNotPixSrcOrDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb ); +};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^(_cefb |_fead .Data [_bdag ]),_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0; +_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]=^(_cefb |_fead .Data [_dbcf +_cbaed ]);};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0; +_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^(_cefb |_fead .Data [_cbdg ]),_fefbg );_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ; +};};case PixNotPixSrcAndDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb );};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^(_cefb &_fead .Data [_bdag ]),_bcgc ); +_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0;_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]=^(_cefb &_fead .Data [_dbcf +_cbaed ]); +};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0;_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^(_cefb &_fead .Data [_cbdg ]),_fefbg ); +_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ;};};case PixNotPixSrcXorDst :if _gbcdb {for _eced =0;_eced < _effe ;_eced ++{if _dgbf ==_beea {_cefb =_dbbd .Data [_faag ]<<_dafd ;if _aade {_cefb =_eaga (_cefb ,_dbbd .Data [_faag +1]>>_dfdg ,_geggb ); +};}else {_cefb =_dbbd .Data [_faag ]>>_dfdg ;};_fead .Data [_bdag ]=_eaga (_fead .Data [_bdag ],^(_cefb ^_fead .Data [_bdag ]),_bcgc );_bdag +=_fead .RowStride ;_faag +=_dbbd .RowStride ;};};if _gcgg {for _eced =0;_eced < _effe ;_eced ++{for _cbaed =0; +_cbaed < _agbg ;_cbaed ++{_cefb =_eaga (_dbbd .Data [_fdbf +_cbaed ]<<_dafd ,_dbbd .Data [_fdbf +_cbaed +1]>>_dfdg ,_geggb );_fead .Data [_dbcf +_cbaed ]=^(_cefb ^_fead .Data [_dbcf +_cbaed ]);};_dbcf +=_fead .RowStride ;_fdbf +=_dbbd .RowStride ;};};if _fbda {for _eced =0; +_eced < _effe ;_eced ++{_cefb =_dbbd .Data [_cfdd ]<<_dafd ;if _ggef {_cefb =_eaga (_cefb ,_dbbd .Data [_cfdd +1]>>_dfdg ,_geggb );};_fead .Data [_cbdg ]=_eaga (_fead .Data [_cbdg ],^(_cefb ^_fead .Data [_cbdg ]),_fefbg );_cbdg +=_fead .RowStride ;_cfdd +=_dbbd .RowStride ; +};};default:_aa .Log .Debug ("\u004f\u0070e\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069tt\u0065\u0064",_cfec );return _c .Error ("\u0072a\u0073t\u0065\u0072\u004f\u0070\u0047e\u006e\u0065r\u0061\u006c\u004c\u006f\u0077","\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u006eo\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064"); +};return nil ;};type byWidth Bitmaps ;func (_cge *Bitmap )And (s *Bitmap )(_aeg *Bitmap ,_ded error ){const _ddc ="\u0042\u0069\u0074\u006d\u0061\u0070\u002e\u0041\u006e\u0064";if _cge ==nil {return nil ,_c .Error (_ddc ,"\u0027b\u0069t\u006d\u0061\u0070\u0020\u0027b\u0027\u0020i\u0073\u0020\u006e\u0069\u006c"); +};if s ==nil {return nil ,_c .Error (_ddc ,"\u0062\u0069\u0074\u006d\u0061\u0070\u0020\u0027\u0073\u0027\u0020\u0069s\u0020\u006e\u0069\u006c");};if !_cge .SizesEqual (s ){_aa .Log .Debug ("\u0025\u0073\u0020-\u0020\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0027\u0073\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0073\u0069\u007a\u0065 \u0077\u0069\u0074\u0068\u0020\u0027\u0062\u0027",_ddc ); +};if _aeg ,_ded =_fcbc (_aeg ,_cge );_ded !=nil {return nil ,_c .Wrap (_ded ,_ddc ,"\u0063\u0061\u006e't\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0027\u0064\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _ded =_aeg .RasterOperation (0,0,_aeg .Width ,_aeg .Height ,PixSrcAndDst ,s ,0,0); +_ded !=nil {return nil ,_c .Wrap (_ded ,_ddc ,"");};return _aeg ,nil ;};var (_egcde =_gb ();_dfge =_gfb ();_ccfe =_cdb (););func (_gcf *Bitmap )resizeImageData (_fcbf *Bitmap )error {if _fcbf ==nil {return _c .Error ("\u0072e\u0073i\u007a\u0065\u0049\u006d\u0061\u0067\u0065\u0044\u0061\u0074\u0061","\u0073r\u0063 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _gcf .SizesEqual (_fcbf ){return nil ;};_gcf .Data =make ([]byte ,len (_fcbf .Data ));_gcf .Width =_fcbf .Width ;_gcf .Height =_fcbf .Height ;_gcf .RowStride =_fcbf .RowStride ;return nil ;};func _edca (_bdce *Bitmap ,_agdg ,_eeag ,_egda ,_dbde int ,_cfeeb RasterOperator ,_dbce *Bitmap ,_geaa ,_becd int )error {const _bdbg ="\u0072a\u0073t\u0065\u0072\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e"; +if _bdce ==nil {return _c .Error (_bdbg ,"\u006e\u0069\u006c\u0020\u0027\u0064\u0065\u0073\u0074\u0027\u0020\u0042i\u0074\u006d\u0061\u0070");};if _cfeeb ==PixDst {return nil ;};switch _cfeeb {case PixClr ,PixSet ,PixNotDst :_fcf (_bdce ,_agdg ,_eeag ,_egda ,_dbde ,_cfeeb ); +return nil ;};if _dbce ==nil {_aa .Log .Debug ("\u0052a\u0073\u0074e\u0072\u004f\u0070\u0065r\u0061\u0074\u0069o\u006e\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020bi\u0074\u006d\u0061p\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0064e\u0066\u0069n\u0065\u0064"); +return _c .Error (_bdbg ,"\u006e\u0069l\u0020\u0027\u0073r\u0063\u0027\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _dfae :=_cgaf (_bdce ,_agdg ,_eeag ,_egda ,_dbde ,_cfeeb ,_dbce ,_geaa ,_becd );_dfae !=nil {return _c .Wrap (_dfae ,_bdbg ,"");};return nil ; +};func TstDSymbol (t *_cd .T ,scale ...int )*Bitmap {_baaa ,_bcdg :=NewWithData (4,5,[]byte {0xf0,0x90,0x90,0x90,0xE0});_fe .NoError (t ,_bcdg );return TstGetScaledSymbol (t ,_baaa ,scale ...);};func Centroids (bms []*Bitmap )(*Points ,error ){_fec :=make ([]Point ,len (bms )); +_dcab :=_dfbfc ();_bbeb :=_fcdbf ();var _eecb error ;for _bgb ,_ddf :=range bms {_fec [_bgb ],_eecb =_ddf .centroid (_dcab ,_bbeb );if _eecb !=nil {return nil ,_eecb ;};};_addgg :=Points (_fec );return &_addgg ,nil ;};func (_efcaa *ClassedPoints )validateIntSlice ()error {const _gcee ="\u0076\u0061l\u0069\u0064\u0061t\u0065\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065"; +for _ ,_gabfg :=range _efcaa .IntSlice {if _gabfg >=(_efcaa .Points .Size ()){return _c .Errorf (_gcee ,"c\u006c\u0061\u0073\u0073\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0076\u0061\u006ci\u0064 \u0069\u006e\u0064\u0065x\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0064",_gabfg ,_efcaa .Points .Size ()); +};};return nil ;};func init (){for _gbe :=0;_gbe < 256;_gbe ++{_fcg [_gbe ]=uint8 (_gbe &0x1)+(uint8 (_gbe >>1)&0x1)+(uint8 (_gbe >>2)&0x1)+(uint8 (_gbe >>3)&0x1)+(uint8 (_gbe >>4)&0x1)+(uint8 (_gbe >>5)&0x1)+(uint8 (_gbe >>6)&0x1)+(uint8 (_gbe >>7)&0x1); +};};func (_edd *Bitmap )CountPixels ()int {return _edd .countPixels ()};func _bdec (_eff ,_cagc *Bitmap ,_gagg ,_dcgc ,_dff ,_eefa ,_ace int ,_caaacg CombinationOperator )error {var _faab int ;_ebbee :=func (){_faab ++;_dff +=_cagc .RowStride ;_eefa +=_eff .RowStride ; +_ace +=_eff .RowStride };for _faab =_gagg ;_faab < _dcgc ;_ebbee (){_cdeg :=_dff ;for _badb :=_eefa ;_badb <=_ace ;_badb ++{_eacbc ,_dfbb :=_cagc .GetByte (_cdeg );if _dfbb !=nil {return _dfbb ;};_eafc ,_dfbb :=_eff .GetByte (_badb );if _dfbb !=nil {return _dfbb ; +};if _dfbb =_cagc .SetByte (_cdeg ,_cege (_eacbc ,_eafc ,_caaacg ));_dfbb !=nil {return _dfbb ;};_cdeg ++;};};return nil ;};func TstGetScaledSymbol (t *_cd .T ,sm *Bitmap ,scale ...int )*Bitmap {if len (scale )==0{return sm ;};if scale [0]==1{return sm ; +};_edgdc ,_ccfgc :=MorphSequence (sm ,MorphProcess {Operation :MopReplicativeBinaryExpansion ,Arguments :scale });_fe .NoError (t ,_ccfgc );return _edgdc ;};func _ggfe (_cddb ,_cbef *Bitmap ,_ccgf ,_ggag ,_cfbe uint ,_eaee ,_gbeg int ,_gdga bool ,_faafd ,_cddbf int )error {for _edac :=_eaee ; +_edac < _gbeg ;_edac ++{if _faafd +1< len (_cddb .Data ){_cggfa :=_edac +1==_gbeg ;_adage ,_geb :=_cddb .GetByte (_faafd );if _geb !=nil {return _geb ;};_faafd ++;_adage <<=_ccgf ;_bfcbc ,_geb :=_cddb .GetByte (_faafd );if _geb !=nil {return _geb ;};_bfcbc >>=_ggag ; +_eegg :=_adage |_bfcbc ;if _cggfa &&!_gdga {_eegg =_eabg (_cfbe ,_eegg );};_geb =_cbef .SetByte (_cddbf ,_eegg );if _geb !=nil {return _geb ;};_cddbf ++;if _cggfa &&_gdga {_bgede ,_dafe :=_cddb .GetByte (_faafd );if _dafe !=nil {return _dafe ;};_bgede <<=_ccgf ; +_eegg =_eabg (_cfbe ,_bgede );if _dafe =_cbef .SetByte (_cddbf ,_eegg );_dafe !=nil {return _dafe ;};};continue ;};_cca ,_ebg :=_cddb .GetByte (_faafd );if _ebg !=nil {_aa .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0061\u0074\u003a\u0020%\u0064\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0073",_faafd ,_ebg ); +return _ebg ;};_cca <<=_ccgf ;_faafd ++;_ebg =_cbef .SetByte (_cddbf ,_cca );if _ebg !=nil {return _ebg ;};_cddbf ++;};return nil ;};func _bece (_bfef ,_aegce *Bitmap ,_faee ,_eadc int )(*Bitmap ,error ){const _aedc ="d\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063\u006b"; +if _aegce ==nil {_aa .Log .Debug ("\u0064\u0069\u006c\u0061\u0074\u0065\u0042\u0072\u0069\u0063k\u0020\u0073\u006f\u0075\u0072\u0063\u0065 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");return nil ,_c .Error (_aedc ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if _faee < 1||_eadc < 1{return nil ,_c .Error (_aedc ,"\u0068\u0053\u007a\u0069\u0065 \u0061\u006e\u0064\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u0061\u0072\u0065 \u006e\u006f\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); +};if _faee ==1&&_eadc ==1{_caec ,_eaebb :=_fcbc (_bfef ,_aegce );if _eaebb !=nil {return nil ,_c .Wrap (_eaebb ,_aedc ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _caec ,nil ;};if _faee ==1||_eadc ==1{_gbea :=SelCreateBrick (_eadc ,_faee ,_eadc /2,_faee /2,SelHit );_dccbb ,_ecafb :=_eddc (_bfef ,_aegce ,_gbea );if _ecafb !=nil {return nil ,_c .Wrap (_ecafb ,_aedc ,"\u0068s\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _dccbb ,nil ;};_fgfb :=SelCreateBrick (1,_faee ,0,_faee /2,SelHit );_egd :=SelCreateBrick (_eadc ,1,_eadc /2,0,SelHit );_ccdf ,_affe :=_eddc (nil ,_aegce ,_fgfb );if _affe !=nil {return nil ,_c .Wrap (_affe ,_aedc ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};_bfef ,_affe =_eddc (_bfef ,_ccdf ,_egd );if _affe !=nil {return nil ,_c .Wrap (_affe ,_aedc ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _bfef ,nil ;};func DilateBrick (d ,s *Bitmap ,hSize ,vSize int )(*Bitmap ,error ){return _bece (d ,s ,hSize ,vSize )}; +func (_gbga *Selection )setOrigin (_cafb ,_eaag int ){_gbga .Cy ,_gbga .Cx =_cafb ,_eaag };func (_ccd *Bitmap )addBorderGeneral (_bbgf ,_adfb ,_ddb ,_babf int ,_caaac int )(*Bitmap ,error ){const _ebbb ="\u0061\u0064d\u0042\u006f\u0072d\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; +if _bbgf < 0||_adfb < 0||_ddb < 0||_babf < 0{return nil ,_c .Error (_ebbb ,"n\u0065\u0067\u0061\u0074iv\u0065 \u0062\u006f\u0072\u0064\u0065r\u0020\u0061\u0064\u0064\u0065\u0064");};_edc ,_geg :=_ccd .Width ,_ccd .Height ;_gfa :=_edc +_bbgf +_adfb ;_aag :=_geg +_ddb +_babf ; +_aea :=New (_gfa ,_aag );_aea .Color =_ccd .Color ;_adag :=PixClr ;if _caaac > 0{_adag =PixSet ;};_dfe :=_aea .RasterOperation (0,0,_bbgf ,_aag ,_adag ,nil ,0,0);if _dfe !=nil {return nil ,_c .Wrap (_dfe ,_ebbb ,"\u006c\u0065\u0066\u0074");};_dfe =_aea .RasterOperation (_gfa -_adfb ,0,_adfb ,_aag ,_adag ,nil ,0,0); +if _dfe !=nil {return nil ,_c .Wrap (_dfe ,_ebbb ,"\u0072\u0069\u0067h\u0074");};_dfe =_aea .RasterOperation (0,0,_gfa ,_ddb ,_adag ,nil ,0,0);if _dfe !=nil {return nil ,_c .Wrap (_dfe ,_ebbb ,"\u0074\u006f\u0070");};_dfe =_aea .RasterOperation (0,_aag -_babf ,_gfa ,_babf ,_adag ,nil ,0,0); +if _dfe !=nil {return nil ,_c .Wrap (_dfe ,_ebbb ,"\u0062\u006f\u0074\u0074\u006f\u006d");};_dfe =_aea .RasterOperation (_bbgf ,_ddb ,_edc ,_geg ,PixSrc ,_ccd ,0,0);if _dfe !=nil {return nil ,_c .Wrap (_dfe ,_ebbb ,"\u0063\u006f\u0070\u0079");};return _aea ,nil ; +};func _faaf ()(_afg []byte ){_afg =make ([]byte ,256);for _egc :=0;_egc < 256;_egc ++{_dga :=byte (_egc );_afg [_dga ]=(_dga &0x01)|((_dga &0x04)>>1)|((_dga &0x10)>>2)|((_dga &0x40)>>3)|((_dga &0x02)<<3)|((_dga &0x08)<<2)|((_dga &0x20)<<1)|(_dga &0x80); +};return _afg ;};func CombineBytes (oldByte ,newByte byte ,op CombinationOperator )byte {return _cege (oldByte ,newByte ,op );};func (_gcdf *ClassedPoints )SortByY (){_gcdf ._dbea =_gcdf .ySortFunction ();_ff .Sort (_gcdf )};func (_aebd *Bitmaps )GroupByWidth ()(*BitmapsArray ,error ){const _ebgg ="\u0047\u0072\u006fu\u0070\u0042\u0079\u0057\u0069\u0064\u0074\u0068"; +if len (_aebd .Values )==0{return nil ,_c .Error (_ebgg ,"\u006eo\u0020v\u0061\u006c\u0075\u0065\u0073 \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};_ebfbd :=&BitmapsArray {};_aebd .SortByWidth ();_fcfa :=-1;_fdef :=-1;for _agcf :=0;_agcf < len (_aebd .Values ); +_agcf ++{_ebda :=_aebd .Values [_agcf ].Width ;if _ebda > _fcfa {_fcfa =_ebda ;_fdef ++;_ebfbd .Values =append (_ebfbd .Values ,&Bitmaps {});};_ebfbd .Values [_fdef ].AddBitmap (_aebd .Values [_agcf ]);};return _ebfbd ,nil ;};func (_dee *Bitmap )AddBorderGeneral (left ,right ,top ,bot int ,val int )(*Bitmap ,error ){return _dee .addBorderGeneral (left ,right ,top ,bot ,val ); +};func _decb (_affa *Bitmap ,_aegca int )(*Bitmap ,error ){const _dgfgd ="\u0065x\u0070a\u006e\u0064\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0065";if _affa ==nil {return nil ,_c .Error (_dgfgd ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _aegca <=0{return nil ,_c .Error (_dgfgd ,"i\u006e\u0076\u0061\u006cid\u0020f\u0061\u0063\u0074\u006f\u0072 \u002d\u0020\u003c\u003d\u0020\u0030");};if _aegca ==1{_dadc ,_dccd :=_fcbc (nil ,_affa );if _dccd !=nil {return nil ,_c .Wrap (_dccd ,_dgfgd ,"\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u003d\u0020\u0031"); +};return _dadc ,nil ;};_fgfbf ,_fefd :=_dfa (_affa ,_aegca ,_aegca );if _fefd !=nil {return nil ,_c .Wrap (_fefd ,_dgfgd ,"");};return _fgfbf ,nil ;};const (Vanilla Color =iota ;Chocolate ;);func (_dadd *Boxes )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_cbabc *Boxes ,_ebfcb error ){const _efcf ="\u0042o\u0078e\u0073\u002e\u0053\u0065\u006ce\u0063\u0074B\u0079\u0053\u0069\u007a\u0065"; +if _dadd ==nil {return nil ,_c .Error (_efcf ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064");};if len (*_dadd )==0{return _dadd ,nil ;};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_c .Errorf (_efcf ,"\u0069\u006e\u0076al\u0069\u0064\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); +};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE :default:return nil ,_c .Errorf (_efcf ,"i\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020t\u0079\u0070\u0065:\u0020'\u0025\u0064\u0027",tp ); +};_cbegf :=_dadd .makeSizeIndicator (width ,height ,tp ,relation );_baad ,_ebfcb :=_dadd .selectWithIndicator (_cbegf );if _ebfcb !=nil {return nil ,_c .Wrap (_ebfcb ,_efcf ,"");};return _baad ,nil ;};func _fcbc (_fbfgg ,_abdg *Bitmap )(*Bitmap ,error ){if _abdg ==nil {return nil ,_c .Error ("\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070","\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _abdg ==_fbfgg {return _fbfgg ,nil ;};if _fbfgg ==nil {_fbfgg =_abdg .createTemplate ();copy (_fbfgg .Data ,_abdg .Data );return _fbfgg ,nil ;};_ddg :=_fbfgg .resizeImageData (_abdg );if _ddg !=nil {return nil ,_c .Wrap (_ddg ,"\u0063\u006f\u0070\u0079\u0042\u0069\u0074\u006d\u0061\u0070",""); +};_fbfgg .Text =_abdg .Text ;copy (_fbfgg .Data ,_abdg .Data );return _fbfgg ,nil ;};func MakePixelCentroidTab8 ()[]int {return _dfbfc ()};func (_aadd *ClassedPoints )Len ()int {return _aadd .IntSlice .Size ()};func _dgce (_ddefe ,_dafgd *Bitmap ,_bfcfd *Selection )(*Bitmap ,error ){const _egca ="c\u006c\u006f\u0073\u0065\u0042\u0069\u0074\u006d\u0061\u0070"; +var _ddd error ;if _ddefe ,_ddd =_aead (_ddefe ,_dafgd ,_bfcfd );_ddd !=nil {return nil ,_ddd ;};_afaa ,_ddd :=_eddc (nil ,_dafgd ,_bfcfd );if _ddd !=nil {return nil ,_c .Wrap (_ddd ,_egca ,"");};if _ ,_ddd =_fgd (_ddefe ,_afaa ,_bfcfd );_ddd !=nil {return nil ,_c .Wrap (_ddd ,_egca ,""); +};return _ddefe ,nil ;};func _dfc (_fbg ,_edb *Bitmap ,_feg int ,_ada []byte ,_cbab int )(_becg error ){const _dfg ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0033";var (_bfg ,_ggd ,_ebfg ,_eae ,_bfc ,_gbg ,_cbd ,_gc int ; +_dgee ,_dbf ,_fdbc ,_aba uint32 ;_bagg ,_aad byte ;_cadg uint16 ;);_ead :=make ([]byte ,4);_ffdf :=make ([]byte ,4);for _ebfg =0;_ebfg < _fbg .Height -1;_ebfg ,_eae =_ebfg +2,_eae +1{_bfg =_ebfg *_fbg .RowStride ;_ggd =_eae *_edb .RowStride ;for _bfc ,_gbg =0,0; +_bfc < _cbab ;_bfc ,_gbg =_bfc +4,_gbg +1{for _cbd =0;_cbd < 4;_cbd ++{_gc =_bfg +_bfc +_cbd ;if _gc <=len (_fbg .Data )-1&&_gc < _bfg +_fbg .RowStride {_ead [_cbd ]=_fbg .Data [_gc ];}else {_ead [_cbd ]=0x00;};_gc =_bfg +_fbg .RowStride +_bfc +_cbd ;if _gc <=len (_fbg .Data )-1&&_gc < _bfg +(2*_fbg .RowStride ){_ffdf [_cbd ]=_fbg .Data [_gc ]; +}else {_ffdf [_cbd ]=0x00;};};_dgee =_g .BigEndian .Uint32 (_ead );_dbf =_g .BigEndian .Uint32 (_ffdf );_fdbc =_dgee &_dbf ;_fdbc |=_fdbc <<1;_aba =_dgee |_dbf ;_aba &=_aba <<1;_dbf =_fdbc &_aba ;_dbf &=0xaaaaaaaa;_dgee =_dbf |(_dbf <<7);_bagg =byte (_dgee >>24); +_aad =byte ((_dgee >>8)&0xff);_gc =_ggd +_gbg ;if _gc +1==len (_edb .Data )-1||_gc +1>=_ggd +_edb .RowStride {if _becg =_edb .SetByte (_gc ,_ada [_bagg ]);_becg !=nil {return _c .Wrapf (_becg ,_dfg ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_gc ); +};}else {_cadg =(uint16 (_ada [_bagg ])<<8)|uint16 (_ada [_aad ]);if _becg =_edb .setTwoBytes (_gc ,_cadg );_becg !=nil {return _c .Wrapf (_becg ,_dfg ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_gc ); +};_gbg ++;};};};return nil ;};func _fabd (_cdeag *Bitmap ,_eeaf *_e .Stack ,_gaadd ,_dafc ,_fefbf int )(_ffde *_ee .Rectangle ,_dcgec error ){const _fgdf ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _cdeag ==nil {return nil ,_c .Error (_fgdf ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); +};if _eeaf ==nil {return nil ,_c .Error (_fgdf ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};switch _fefbf {case 4:if _ffde ,_dcgec =_fdgc (_cdeag ,_eeaf ,_gaadd ,_dafc );_dcgec !=nil {return nil ,_c .Wrap (_dcgec ,_fgdf ,""); +};return _ffde ,nil ;case 8:if _ffde ,_dcgec =_ebgcc (_cdeag ,_eeaf ,_gaadd ,_dafc );_dcgec !=nil {return nil ,_c .Wrap (_dcgec ,_fgdf ,"");};return _ffde ,nil ;default:return nil ,_c .Errorf (_fgdf ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u0069\u0073 \u006eo\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038\u003a\u0020\u0027\u0025\u0064\u0027",_fefbf ); +};};func (_gedc *Bitmap )setAll ()error {_begc :=_edca (_gedc ,0,0,_gedc .Width ,_gedc .Height ,PixSet ,nil ,0,0);if _begc !=nil {return _c .Wrap (_begc ,"\u0073\u0065\u0074\u0041\u006c\u006c","");};return nil ;};func (_afec *Bitmap )connComponentsBB (_ecf int )(_feee *Boxes ,_feb error ){const _age ="\u0042\u0069\u0074ma\u0070\u002e\u0063\u006f\u006e\u006e\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0042"; +if _ecf !=4&&_ecf !=8{return nil ,_c .Error (_age ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _afec .Zero (){return &Boxes {},nil ; +};_afec .setPadBits (0);_ccbf ,_feb :=_fcbc (nil ,_afec );if _feb !=nil {return nil ,_c .Wrap (_feb ,_age ,"\u0062\u006d\u0031");};_ebgd :=&_e .Stack {};_ebgd .Aux =&_e .Stack {};_feee =&Boxes {};var (_adee ,_gbdf int ;_dabe _ee .Point ;_bbcbe bool ;_bdaa *_ee .Rectangle ; +);for {if _dabe ,_bbcbe ,_feb =_ccbf .nextOnPixel (_gbdf ,_adee );_feb !=nil {return nil ,_c .Wrap (_feb ,_age ,"");};if !_bbcbe {break ;};if _bdaa ,_feb =_fabd (_ccbf ,_ebgd ,_dabe .X ,_dabe .Y ,_ecf );_feb !=nil {return nil ,_c .Wrap (_feb ,_age ,""); +};if _feb =_feee .Add (_bdaa );_feb !=nil {return nil ,_c .Wrap (_feb ,_age ,"");};_gbdf =_dabe .X ;_adee =_dabe .Y ;};return _feee ,nil ;};func (_eadg *Boxes )Add (box *_ee .Rectangle )error {if _eadg ==nil {return _c .Error ("\u0042o\u0078\u0065\u0073\u002e\u0041\u0064d","\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};*_eadg =append (*_eadg ,box );return nil ;};func (_cce *Bitmap )createTemplate ()*Bitmap {return &Bitmap {Width :_cce .Width ,Height :_cce .Height ,RowStride :_cce .RowStride ,Color :_cce .Color ,Text :_cce .Text ,BitmapNumber :_cce .BitmapNumber ,Special :_cce .Special ,Data :make ([]byte ,len (_cce .Data ))}; +};func (_cebb *Boxes )selectWithIndicator (_fad *_e .NumSlice )(_bgcc *Boxes ,_ffc error ){const _faea ="\u0042o\u0078\u0065\u0073\u002es\u0065\u006c\u0065\u0063\u0074W\u0069t\u0068I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr";if _cebb ==nil {return nil ,_c .Error (_faea ,"b\u006f\u0078\u0065\u0073 '\u0062'\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +};if _fad ==nil {return nil ,_c .Error (_faea ,"\u0027\u006ea\u0027\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (*_fad )!=len (*_cebb ){return nil ,_c .Error (_faea ,"\u0062\u006f\u0078\u0065\u0073\u0020\u0027\u0062\u0027\u0020\u0068\u0061\u0073\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020s\u0069\u007a\u0065\u0020\u0074h\u0061\u006e \u0027\u006e\u0061\u0027"); +};var _ceec ,_bcbe int ;for _gaf :=0;_gaf < len (*_fad );_gaf ++{if _ceec ,_ffc =_fad .GetInt (_gaf );_ffc !=nil {return nil ,_c .Wrap (_ffc ,_faea ,"\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u0067\u0020c\u006f\u0075\u006e\u0074");};if _ceec ==1{_bcbe ++; +};};if _bcbe ==len (*_cebb ){return _cebb ,nil ;};_cagf :=Boxes {};for _cgeg :=0;_cgeg < len (*_fad );_cgeg ++{_ceec =int ((*_fad )[_cgeg ]);if _ceec ==0{continue ;};_cagf =append (_cagf ,(*_cebb )[_cgeg ]);};_bgcc =&_cagf ;return _bgcc ,nil ;};func (_cfeb *Bitmap )SetDefaultPixel (){for _ddef :=range _cfeb .Data {_cfeb .Data [_ddef ]=byte (0xff); +};};const (MopDilation MorphOperation =iota ;MopErosion ;MopOpening ;MopClosing ;MopRankBinaryReduction ;MopReplicativeBinaryExpansion ;MopAddBorder ;);var _fed =[5]int {1,2,3,0,4};func TstOSymbol (t *_cd .T ,scale ...int )*Bitmap {_bbagg ,_gdcaa :=NewWithData (4,5,[]byte {0xF0,0x90,0x90,0x90,0xF0}); +_fe .NoError (t ,_gdcaa );return TstGetScaledSymbol (t ,_bbagg ,scale ...);};func _edbc (_fadb ,_cgda *Bitmap ,_deeb ,_eddg int )(_eagg error ){const _ebfcc ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0034";var (_bcgcf ,_gaegd ,_fcgb ,_dccc int ; +_egbd ,_cfef ,_acff ,_fbad ,_daee ,_cbege ,_bgfb byte ;);for _bcgcf =0;_bcgcf < _deeb ;_bcgcf ++{_fcgb =_bcgcf *_fadb .RowStride ;_dccc =_bcgcf *_cgda .RowStride ;for _gaegd =0;_gaegd < _eddg ;_gaegd ++{_egbd ,_eagg =_fadb .GetByte (_fcgb +_gaegd );if _eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0066i\u0072\u0073\u0074\u0020\u0067\u0065t"); +};_cfef ,_eagg =_cgda .GetByte (_dccc +_gaegd );if _eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0067\u0065\u0074");};if _bcgcf > 0{_acff ,_eagg =_fadb .GetByte (_fcgb -_fadb .RowStride +_gaegd );if _eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0069\u0020\u003e \u0030"); +};_egbd |=_acff ;};if _gaegd > 0{_fbad ,_eagg =_fadb .GetByte (_fcgb +_gaegd -1);if _eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u006a\u0020\u003e \u0030");};_egbd |=_fbad <<7;};_egbd &=_cfef ;if _egbd ==0||(^_egbd )==0{if _eagg =_fadb .SetByte (_fcgb +_gaegd ,_egbd ); +_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"b\u0074\u0020\u003d\u003d 0\u0020|\u007c\u0020\u0028\u005e\u0062t\u0029\u0020\u003d\u003d\u0020\u0030");};continue ;};for {_bgfb =_egbd ;_egbd =(_egbd |(_egbd >>1)|(_egbd <<1))&_cfef ;if (_egbd ^_bgfb )==0{if _eagg =_fadb .SetByte (_fcgb +_gaegd ,_egbd ); +_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065");};break ;};};};};for _bcgcf =_deeb -1;_bcgcf >=0;_bcgcf --{_fcgb =_bcgcf *_fadb .RowStride ;_dccc =_bcgcf *_cgda .RowStride ; +for _gaegd =_eddg -1;_gaegd >=0;_gaegd --{if _egbd ,_eagg =_fadb .GetByte (_fcgb +_gaegd );_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0020\u0066\u0069\u0072\u0073t\u0020\u0067\u0065\u0074");};if _cfef ,_eagg =_cgda .GetByte (_dccc +_gaegd ); +_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _bcgcf < _deeb -1{if _daee ,_eagg =_fadb .GetByte (_fcgb +_fadb .RowStride +_gaegd );_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0072\u0065v\u0065\u0072\u0073e\u0020\u0069\u0020\u003c\u0020\u0068\u0020\u002d\u0031"); +};_egbd |=_daee ;};if _gaegd < _eddg -1{if _cbege ,_eagg =_fadb .GetByte (_fcgb +_gaegd +1);_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0072\u0065\u0076\u0065rs\u0065\u0020\u006a\u0020\u003c\u0020\u0077\u0070\u006c\u0020\u002d\u0020\u0031");};_egbd |=_cbege >>7; +};_egbd &=_cfef ;if _egbd ==0||(^_egbd )==0{if _eagg =_fadb .SetByte (_fcgb +_gaegd ,_egbd );_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006d\u0061\u0073k\u0065\u0064\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061i\u006c\u0065\u0064"); +};continue ;};for {_bgfb =_egbd ;_egbd =(_egbd |(_egbd >>1)|(_egbd <<1))&_cfef ;if (_egbd ^_bgfb )==0{if _eagg =_fadb .SetByte (_fcgb +_gaegd ,_egbd );_eagg !=nil {return _c .Wrap (_eagg ,_ebfcc ,"\u0072e\u0076\u0065\u0072\u0073e\u0020\u0073\u0065\u0074\u0074i\u006eg\u0020p\u0072\u0065\u0076\u0020\u0062\u0079\u0074e"); +};break ;};};};};return nil ;};func TstAddSymbol (t *_cd .T ,bms *Bitmaps ,sym *Bitmap ,x *int ,y int ,space int ){bms .AddBitmap (sym );_becdd :=_ee .Rect (*x ,y ,*x +sym .Width ,y +sym .Height );bms .AddBox (&_becdd );*x +=sym .Width +space ;};func RankHausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH ,area1 ,area3 int ,rank float32 ,tab8 []int )(_edde bool ,_dceee error ){const _fbee ="\u0052\u0061\u006ek\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074"; +_fccg ,_faae :=p1 .Width ,p1 .Height ;_bdbc ,_cagea :=p3 .Width ,p3 .Height ;if _e .Abs (_fccg -_bdbc )> maxDiffW {return false ,nil ;};if _e .Abs (_faae -_cagea )> maxDiffH {return false ,nil ;};_ddgb :=int (float32 (area1 )*(1.0-rank )+0.5);_cabde :=int (float32 (area3 )*(1.0-rank )+0.5); +var _fefab ,_dgbd int ;if delX >=0{_fefab =int (delX +0.5);}else {_fefab =int (delX -0.5);};if delY >=0{_dgbd =int (delY +0.5);}else {_dgbd =int (delY -0.5);};_gdbf :=p1 .CreateTemplate ();if _dceee =_gdbf .RasterOperation (0,0,_fccg ,_faae ,PixSrc ,p1 ,0,0); +_dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dceee =_gdbf .RasterOperation (_fefab ,_dgbd ,_fccg ,_faae ,PixNotSrcAndDst ,p4 ,0,0);_dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"\u0074 \u0026\u0020\u0021\u0070\u0034"); +};_edde ,_dceee =_gdbf .ThresholdPixelSum (_ddgb ,tab8 );if _dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0031");};if _edde {return false ,nil ;};if _dceee =_gdbf .RasterOperation (_fefab ,_dgbd ,_bdbc ,_cagea ,PixSrc ,p3 ,0,0); +_dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _dceee =_gdbf .RasterOperation (0,0,_bdbc ,_cagea ,PixNotSrcAndDst ,p2 ,0,0);_dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"\u0074 \u0026\u0020\u0021\u0070\u0032"); +};_edde ,_dceee =_gdbf .ThresholdPixelSum (_cabde ,tab8 );if _dceee !=nil {return false ,_c .Wrap (_dceee ,_fbee ,"\u0074\u002d\u003e\u0074\u0068\u0072\u0065\u0073\u0068\u0033");};return !_edde ,nil ;};type LocationFilter int ;func (_fca *Bitmap )RemoveBorder (borderSize int )(*Bitmap ,error ){if borderSize ==0{return _fca .Copy (),nil ; +};_deca ,_ecaa :=_fca .removeBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize );if _ecaa !=nil {return nil ,_c .Wrap (_ecaa ,"\u0052\u0065\u006do\u0076\u0065\u0042\u006f\u0072\u0064\u0065\u0072","");};return _deca ,nil ;};func (_edg *Bitmap )ThresholdPixelSum (thresh int ,tab8 []int )(_bbda bool ,_caaa error ){const _ebaa ="\u0042i\u0074\u006d\u0061\u0070\u002e\u0054\u0068\u0072\u0065\u0073\u0068o\u006c\u0064\u0050\u0069\u0078\u0065\u006c\u0053\u0075\u006d"; +if tab8 ==nil {tab8 =_fcdbf ();};_egg :=_edg .Width >>3;_agfg :=_edg .Width &7;_ffdfc :=byte (0xff< thresh {return true ,nil ;};};return _bbda ,nil ;};func _acfb (_gbcd *Bitmap ,_ggac ,_gegd ,_bcga ,_gada int ,_eaed RasterOperator ,_fced *Bitmap ,_dgbb ,_abbg int )error {var (_fabe byte ;_cbag int ;_ccdd int ; +_efag ,_dffb int ;_bceb ,_cbgd int ;);_afbec :=_bcga >>3;_aeaa :=_bcga &7;if _aeaa > 0{_fabe =_egfga [_aeaa ];};_cbag =_fced .RowStride *_abbg +(_dgbb >>3);_ccdd =_gbcd .RowStride *_gegd +(_ggac >>3);switch _eaed {case PixSrc :for _bceb =0;_bceb < _gada ; +_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=_fced .Data [_efag ];_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ],_fabe ); +};};case PixNotSrc :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=^(_fced .Data [_efag ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^_fced .Data [_efag ],_fabe ); +};};case PixSrcOrDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]|=_fced .Data [_efag ];_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ]|_gbcd .Data [_dffb ],_fabe ); +};};case PixSrcAndDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]&=_fced .Data [_efag ];_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ]&_gbcd .Data [_dffb ],_fabe ); +};};case PixSrcXorDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]^=_fced .Data [_efag ];_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ]^_gbcd .Data [_dffb ],_fabe ); +};};case PixNotSrcOrDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]|=^(_fced .Data [_efag ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^(_fced .Data [_efag ])|_gbcd .Data [_dffb ],_fabe ); +};};case PixNotSrcAndDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]&=^(_fced .Data [_efag ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^(_fced .Data [_efag ])&_gbcd .Data [_dffb ],_fabe ); +};};case PixSrcOrNotDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=_fced .Data [_efag ]|^(_gbcd .Data [_dffb ]);_dffb ++; +_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ]|^(_gbcd .Data [_dffb ]),_fabe );};};case PixSrcAndNotDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ; +for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=_fced .Data [_efag ]&^(_gbcd .Data [_dffb ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],_fced .Data [_efag ]&^(_gbcd .Data [_dffb ]),_fabe );};};case PixNotPixSrcOrDst :for _bceb =0; +_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=^(_fced .Data [_efag ]|_gbcd .Data [_dffb ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^(_fced .Data [_efag ]|_gbcd .Data [_dffb ]),_fabe ); +};};case PixNotPixSrcAndDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ;for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=^(_fced .Data [_efag ]&_gbcd .Data [_dffb ]);_dffb ++; +_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^(_fced .Data [_efag ]&_gbcd .Data [_dffb ]),_fabe );};};case PixNotPixSrcXorDst :for _bceb =0;_bceb < _gada ;_bceb ++{_efag =_cbag +_bceb *_fced .RowStride ;_dffb =_ccdd +_bceb *_gbcd .RowStride ; +for _cbgd =0;_cbgd < _afbec ;_cbgd ++{_gbcd .Data [_dffb ]=^(_fced .Data [_efag ]^_gbcd .Data [_dffb ]);_dffb ++;_efag ++;};if _aeaa > 0{_gbcd .Data [_dffb ]=_eaga (_gbcd .Data [_dffb ],^(_fced .Data [_efag ]^_gbcd .Data [_dffb ]),_fabe );};};default:_aa .Log .Debug ("\u0050\u0072ov\u0069\u0064\u0065d\u0020\u0069\u006e\u0076ali\u0064 r\u0061\u0073\u0074\u0065\u0072\u0020\u006fpe\u0072\u0061\u0074\u006f\u0072\u003a\u0020%\u0076",_eaed ); +return _c .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0042\u0079\u0074\u0065\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004co\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func (_gcd *Bitmap )setEightBytes (_edgc int ,_cbae uint64 )error {_bbbd :=_gcd .RowStride -(_edgc %_gcd .RowStride );if _gcd .RowStride !=_gcd .Width >>3{_bbbd --;};if _bbbd >=8{return _gcd .setEightFullBytes (_edgc ,_cbae );};return _gcd .setEightPartlyBytes (_edgc ,_bbbd ,_cbae ); +};func (_babdf *Bitmaps )HeightSorter ()func (_dged ,_ddacd int )bool {return func (_dacb ,_cabdc int )bool {_gffc :=_babdf .Values [_dacb ].Height < _babdf .Values [_cabdc ].Height ;_aa .Log .Debug ("H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0076\u0020<\u0020\u0025\u0076\u0020= \u0025\u0076",_babdf .Values [_dacb ].Height ,_babdf .Values [_cabdc ].Height ,_gffc ); +return _gffc ;};};func (_bfag *Bitmap )GetChocolateData ()[]byte {if _bfag .Color ==Vanilla {_bfag .inverseData ();};return _bfag .Data ;};var (_dbdef *Bitmap ;_bgbc *Bitmap ;);func _cacc (_fbce ,_eagc ,_ebfgg *Bitmap ,_aegba int )(*Bitmap ,error ){const _gecc ="\u0073\u0065\u0065\u0064\u0046\u0069\u006c\u006c\u0042i\u006e\u0061\u0072\u0079"; +if _eagc ==nil {return nil ,_c .Error (_gecc ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c");};if _ebfgg ==nil {return nil ,_c .Error (_gecc ,"'\u006da\u0073\u006b\u0027\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); +};if _aegba !=4&&_aegba !=8{return nil ,_c .Error (_gecc ,"\u0063\u006f\u006en\u0065\u0063\u0074\u0069v\u0069\u0074\u0079\u0020\u006e\u006f\u0074 \u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0034\u002c\u0038\u007d");};var _efabb error ; +_fbce ,_efabb =_fcbc (_fbce ,_eagc );if _efabb !=nil {return nil ,_c .Wrap (_efabb ,_gecc ,"\u0063o\u0070y\u0020\u0073\u006f\u0075\u0072c\u0065\u0020t\u006f\u0020\u0027\u0064\u0027");};_dgeg :=_eagc .createTemplate ();_ebfgg .setPadBits (0);for _ddfd :=0; +_ddfd < _bagb ;_ddfd ++{_dgeg ,_efabb =_fcbc (_dgeg ,_fbce );if _efabb !=nil {return nil ,_c .Wrapf (_efabb ,_gecc ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_ddfd );};if _efabb =_aga (_fbce ,_ebfgg ,_aegba );_efabb !=nil {return nil ,_c .Wrapf (_efabb ,_gecc ,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064",_ddfd ); +};if _dgeg .Equals (_fbce ){break ;};};return _fbce ,nil ;};func _dceg (_addba *_e .Stack )(_acffe *fillSegment ,_dffg error ){const _addec ="\u0070\u006f\u0070\u0046\u0069\u006c\u006c\u0053\u0065g\u006d\u0065\u006e\u0074";if _addba ==nil {return nil ,_c .Error (_addec ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064"); +};if _addba .Aux ==nil {return nil ,_c .Error (_addec ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};_dafgb ,_cadd :=_addba .Pop ();if !_cadd {return nil ,nil ;};_dgfbc ,_cadd :=_dafgb .(*fillSegment ); +if !_cadd {return nil ,_c .Error (_addec ,"\u0073\u0074\u0061ck\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074\u0020c\u006fn\u0074a\u0069n\u0020\u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074");};_acffe =&fillSegment {_dgfbc ._ccdc ,_dgfbc ._ggab ,_dgfbc ._ebdg +_dgfbc ._afbcf ,_dgfbc ._afbcf }; +_addba .Aux .Push (_dgfbc );return _acffe ,nil ;};const (AsymmetricMorphBC BoundaryCondition =iota ;SymmetricMorphBC ;);func TstASymbol (t *_cd .T )*Bitmap {t .Helper ();_aegccd :=New (6,6);_fe .NoError (t ,_aegccd .SetPixel (1,0,1));_fe .NoError (t ,_aegccd .SetPixel (2,0,1)); +_fe .NoError (t ,_aegccd .SetPixel (3,0,1));_fe .NoError (t ,_aegccd .SetPixel (4,0,1));_fe .NoError (t ,_aegccd .SetPixel (5,1,1));_fe .NoError (t ,_aegccd .SetPixel (1,2,1));_fe .NoError (t ,_aegccd .SetPixel (2,2,1));_fe .NoError (t ,_aegccd .SetPixel (3,2,1)); +_fe .NoError (t ,_aegccd .SetPixel (4,2,1));_fe .NoError (t ,_aegccd .SetPixel (5,2,1));_fe .NoError (t ,_aegccd .SetPixel (0,3,1));_fe .NoError (t ,_aegccd .SetPixel (5,3,1));_fe .NoError (t ,_aegccd .SetPixel (0,4,1));_fe .NoError (t ,_aegccd .SetPixel (5,4,1)); +_fe .NoError (t ,_aegccd .SetPixel (1,5,1));_fe .NoError (t ,_aegccd .SetPixel (2,5,1));_fe .NoError (t ,_aegccd .SetPixel (3,5,1));_fe .NoError (t ,_aegccd .SetPixel (4,5,1));_fe .NoError (t ,_aegccd .SetPixel (5,5,1));return _aegccd ;};func (_eaec *byHeight )Less (i ,j int )bool {return _eaec .Values [i ].Height < _eaec .Values [j ].Height }; +type RasterOperator int ;func _dd (_cad *Bitmap ,_ac ...int )(_cgg *Bitmap ,_baba error ){const _fff ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0043\u0061\u0073\u0063\u0061\u0064\u0065";if _cad ==nil {return nil ,_c .Error (_fff ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if len (_ac )==0||len (_ac )> 4{return nil ,_c .Error (_fff ,"t\u0068\u0065\u0072\u0065\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0061\u0074\u0020\u006cea\u0073\u0074\u0020\u006fn\u0065\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020mo\u0073\u0074 \u0034\u0020\u006c\u0065\u0076\u0065\u006c\u0073"); +};if _ac [0]<=0{_aa .Log .Debug ("\u006c\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030 \u002d\u0020\u006e\u006f\u0020\u0072\u0065\u0064\u0075\u0063t\u0069\u006f\u006e");_cgg ,_baba =_fcbc (nil ,_cad );if _baba !=nil {return nil ,_c .Wrap (_baba ,_fff ,"l\u0065\u0076\u0065\u006c\u0031\u0020\u003c\u003d\u0020\u0030"); +};return _cgg ,nil ;};_dfd :=_faaf ();_cgg =_cad ;for _cdbe ,_dac :=range _ac {if _dac <=0{break ;};_cgg ,_baba =_fgc (_cgg ,_dac ,_dfd );if _baba !=nil {return nil ,_c .Wrapf (_baba ,_fff ,"\u006c\u0065\u0076\u0065\u006c\u0025\u0064\u0020\u0072\u0065\u0064\u0075c\u0074\u0069\u006f\u006e",_cdbe ); +};};return _cgg ,nil ;};func _eecfc (_fagg *_e .Stack ,_aeebf ,_gdfbe ,_acec ,_gebb ,_ffgb int ,_ffcc *_ee .Rectangle )(_afgc error ){const _dddgc ="\u0070\u0075\u0073\u0068\u0046\u0069\u006c\u006c\u0053\u0065\u0067m\u0065\u006e\u0074\u0042\u006f\u0075\u006e\u0064\u0069\u006eg\u0042\u006f\u0078"; +if _fagg ==nil {return _c .Error (_dddgc ,"\u006ei\u006c \u0073\u0074\u0061\u0063\u006b \u0070\u0072o\u0076\u0069\u0064\u0065\u0064");};if _ffcc ==nil {return _c .Error (_dddgc ,"\u0070\u0072\u006f\u0076i\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0069\u006da\u0067e\u002e\u0052\u0065\u0063\u0074\u0061\u006eg\u006c\u0065"); +};_ffcc .Min .X =_e .Min (_ffcc .Min .X ,_aeebf );_ffcc .Max .X =_e .Max (_ffcc .Max .X ,_gdfbe );_ffcc .Min .Y =_e .Min (_ffcc .Min .Y ,_acec );_ffcc .Max .Y =_e .Max (_ffcc .Max .Y ,_acec );if !(_acec +_gebb >=0&&_acec +_gebb <=_ffgb ){return nil ;}; +if _fagg .Aux ==nil {return _c .Error (_dddgc ,"a\u0075x\u0053\u0074\u0061\u0063\u006b\u0020\u006e\u006ft\u0020\u0064\u0065\u0066in\u0065\u0064");};var _fcbbf *fillSegment ;_fggbe ,_fggga :=_fagg .Aux .Pop ();if _fggga {if _fcbbf ,_fggga =_fggbe .(*fillSegment ); +!_fggga {return _c .Error (_dddgc ,"a\u0075\u0078\u0053\u0074\u0061\u0063k\u0020\u0064\u0061\u0074\u0061\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061 \u002a\u0066\u0069\u006c\u006c\u0053\u0065\u0067\u006d\u0065n\u0074");};}else {_fcbbf =&fillSegment {}; +};_fcbbf ._ccdc =_aeebf ;_fcbbf ._ggab =_gdfbe ;_fcbbf ._ebdg =_acec ;_fcbbf ._afbcf =_gebb ;_fagg .Push (_fcbbf );return nil ;};type MorphProcess struct{Operation MorphOperation ;Arguments []int ;};func (_dad *Bitmap )GetVanillaData ()[]byte {if _dad .Color ==Chocolate {_dad .inverseData (); +};return _dad .Data ;};func _gdca (_cefe int )int {if _cefe < 0{return -_cefe ;};return _cefe ;};func (_bbe *Bitmap )GetUnpaddedData ()([]byte ,error ){_egaf :=uint (_bbe .Width &0x07);if _egaf ==0{return _bbe .Data ,nil ;};_fgg :=_bbe .Width *_bbe .Height ; +if _fgg %8!=0{_fgg >>=3;_fgg ++;}else {_fgg >>=3;};_ged :=make ([]byte ,_fgg );_gag :=_a .NewWriterMSB (_ged );const _dca ="\u0047e\u0074U\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";for _gad :=0;_gad < _bbe .Height ;_gad ++{for _egad :=0; +_egad < _bbe .RowStride ;_egad ++{_cgc :=_bbe .Data [_gad *_bbe .RowStride +_egad ];if _egad !=_bbe .RowStride -1{_aee :=_gag .WriteByte (_cgc );if _aee !=nil {return nil ,_c .Wrap (_aee ,_dca ,"");};continue ;};for _cdg :=uint (0);_cdg < _egaf ;_cdg ++{_gba :=_gag .WriteBit (int (_cgc >>(7-_cdg )&0x01)); +if _gba !=nil {return nil ,_c .Wrap (_gba ,_dca ,"");};};};};return _ged ,nil ;};const (PixSrc RasterOperator =0xc;PixDst RasterOperator =0xa;PixNotSrc RasterOperator =0x3;PixNotDst RasterOperator =0x5;PixClr RasterOperator =0x0;PixSet RasterOperator =0xf; +PixSrcOrDst RasterOperator =0xe;PixSrcAndDst RasterOperator =0x8;PixSrcXorDst RasterOperator =0x6;PixNotSrcOrDst RasterOperator =0xb;PixNotSrcAndDst RasterOperator =0x2;PixSrcOrNotDst RasterOperator =0xd;PixSrcAndNotDst RasterOperator =0x4;PixNotPixSrcOrDst RasterOperator =0x1; +PixNotPixSrcAndDst RasterOperator =0x7;PixNotPixSrcXorDst RasterOperator =0x9;PixPaint =PixSrcOrDst ;PixSubtract =PixNotSrcAndDst ;PixMask =PixSrcAndDst ;);func (_cab *Bitmap )Equals (s *Bitmap )bool {if len (_cab .Data )!=len (s .Data )||_cab .Width !=s .Width ||_cab .Height !=s .Height {return false ; +};for _dfac :=0;_dfac < _cab .Height ;_dfac ++{_egac :=_dfac *_cab .RowStride ;for _gea :=0;_gea < _cab .RowStride ;_gea ++{if _cab .Data [_egac +_gea ]!=s .Data [_egac +_gea ]{return false ;};};};return true ;};func TstNSymbol (t *_cd .T ,scale ...int )*Bitmap {_adaa ,_ecgg :=NewWithData (4,5,[]byte {0x90,0xD0,0xB0,0x90,0x90}); +_fe .NoError (t ,_ecgg );return TstGetScaledSymbol (t ,_adaa ,scale ...);};var _cgeb =[]byte {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x78,0x27,0xC2,0x27,0x91,0x00,0x22,0x48,0x21,0x03,0x24,0x91,0x00,0x22,0x48,0x21,0x02,0xA4,0x95,0x00,0x22,0x48,0x21,0x02,0x64,0x9B,0x00,0x3C,0x78,0x21,0x02,0x27,0x91,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x63,0x18,0x00,0x00,0x00,0x00,0x00,0x7F,0xF8,0x00,0x00,0x00,0x00,0x00,0x15,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; +func _fgd (_geaf ,_bbab *Bitmap ,_egcge *Selection )(*Bitmap ,error ){const _cdfce ="\u0065\u0072\u006fd\u0065";var (_deac error ;_gbab *Bitmap ;);_geaf ,_deac =_dcge (_geaf ,_bbab ,_egcge ,&_gbab );if _deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,""); +};if _deac =_geaf .setAll ();_deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"");};var _ccgg SelectionValue ;for _ege :=0;_ege < _egcge .Height ;_ege ++{for _cdga :=0;_cdga < _egcge .Width ;_cdga ++{_ccgg =_egcge .Data [_ege ][_cdga ];if _ccgg ==SelHit {_deac =_edca (_geaf ,_egcge .Cx -_cdga ,_egcge .Cy -_ege ,_bbab .Width ,_bbab .Height ,PixSrcAndDst ,_gbab ,0,0); +if _deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"");};};};};if MorphBC ==SymmetricMorphBC {return _geaf ,nil ;};_aded ,_ccged ,_geca ,_abaf :=_egcge .findMaxTranslations ();if _aded > 0{if _deac =_geaf .RasterOperation (0,0,_aded ,_bbab .Height ,PixClr ,nil ,0,0); +_deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"\u0078\u0070\u0020\u003e\u0020\u0030");};};if _geca > 0{if _deac =_geaf .RasterOperation (_bbab .Width -_geca ,0,_geca ,_bbab .Height ,PixClr ,nil ,0,0);_deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"\u0078\u006e\u0020\u003e\u0020\u0030"); +};};if _ccged > 0{if _deac =_geaf .RasterOperation (0,0,_bbab .Width ,_ccged ,PixClr ,nil ,0,0);_deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"\u0079\u0070\u0020\u003e\u0020\u0030");};};if _abaf > 0{if _deac =_geaf .RasterOperation (0,_bbab .Height -_abaf ,_bbab .Width ,_abaf ,PixClr ,nil ,0,0); +_deac !=nil {return nil ,_c .Wrap (_deac ,_cdfce ,"\u0079\u006e\u0020\u003e\u0020\u0030");};};return _geaf ,nil ;};func MorphSequence (src *Bitmap ,sequence ...MorphProcess )(*Bitmap ,error ){return _caae (src ,sequence ...);};func (_gfcc Points )YSorter ()func (_ddfa ,_ffad int )bool {return func (_ebe ,_fcgfc int )bool {return _gfcc [_ebe ].Y < _gfcc [_fcgfc ].Y }; +};func (_fac *ClassedPoints )GroupByY ()([]*ClassedPoints ,error ){const _ccdfa ="\u0043\u006c\u0061\u0073se\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0072\u006f\u0075\u0070\u0042y\u0059";if _cegc :=_fac .validateIntSlice ();_cegc !=nil {return nil ,_c .Wrap (_cegc ,_ccdfa ,""); +};if _fac .IntSlice .Size ()==0{return nil ,_c .Error (_ccdfa ,"\u004e\u006f\u0020\u0063la\u0073\u0073\u0065\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_fac .SortByY ();var (_cgfed []*ClassedPoints ;_fgee int ;);_bbeaa :=-1;var _bggc *ClassedPoints ; +for _gfdg :=0;_gfdg < len (_fac .IntSlice );_gfdg ++{_fgee =int (_fac .YAtIndex (_gfdg ));if _fgee !=_bbeaa {_bggc =&ClassedPoints {Points :_fac .Points };_bbeaa =_fgee ;_cgfed =append (_cgfed ,_bggc );};_bggc .IntSlice =append (_bggc .IntSlice ,_fac .IntSlice [_gfdg ]); +};for _ ,_gfff :=range _cgfed {_gfff .SortByX ();};return _cgfed ,nil ;};func Extract (roi _ee .Rectangle ,src *Bitmap )(*Bitmap ,error ){_cfcd :=New (roi .Dx (),roi .Dy ());_ggaf :=roi .Min .X &0x07;_dfag :=8-_ggaf ;_ccge :=uint (8-_cfcd .Width &0x07); +_afbf :=src .GetByteIndex (roi .Min .X ,roi .Min .Y );_bgcd :=src .GetByteIndex (roi .Max .X -1,roi .Min .Y );_dfbf :=_cfcd .RowStride ==_bgcd +1-_afbf ;var _bfcag int ;for _aacg :=roi .Min .Y ;_aacg < roi .Max .Y ;_aacg ++{_fagb :=_afbf ;_dgg :=_bfcag ; +switch {case _afbf ==_bgcd :_acdb ,_bcde :=src .GetByte (_fagb );if _bcde !=nil {return nil ,_bcde ;};_acdb <<=uint (_ggaf );_bcde =_cfcd .SetByte (_dgg ,_eabg (_ccge ,_acdb ));if _bcde !=nil {return nil ,_bcde ;};case _ggaf ==0:for _gcbg :=_afbf ;_gcbg <=_bgcd ; +_gcbg ++{_defa ,_afdd :=src .GetByte (_fagb );if _afdd !=nil {return nil ,_afdd ;};_fagb ++;if _gcbg ==_bgcd &&_dfbf {_defa =_eabg (_ccge ,_defa );};_afdd =_cfcd .SetByte (_dgg ,_defa );if _afdd !=nil {return nil ,_afdd ;};_dgg ++;};default:_fgad :=_ggfe (src ,_cfcd ,uint (_ggaf ),uint (_dfag ),_ccge ,_afbf ,_bgcd ,_dfbf ,_fagb ,_dgg ); +if _fgad !=nil {return nil ,_fgad ;};};_afbf +=src .RowStride ;_bgcd +=src .RowStride ;_bfcag +=_cfcd .RowStride ;};return _cfcd ,nil ;};func _eddc (_efd *Bitmap ,_cbf *Bitmap ,_cdca *Selection )(*Bitmap ,error ){var (_fbed *Bitmap ;_dgfd error ;);_efd ,_dgfd =_dcge (_efd ,_cbf ,_cdca ,&_fbed ); +if _dgfd !=nil {return nil ,_dgfd ;};if _dgfd =_efd .clearAll ();_dgfd !=nil {return nil ,_dgfd ;};var _abca SelectionValue ;for _ecca :=0;_ecca < _cdca .Height ;_ecca ++{for _dgff :=0;_dgff < _cdca .Width ;_dgff ++{_abca =_cdca .Data [_ecca ][_dgff ]; +if _abca ==SelHit {if _dgfd =_efd .RasterOperation (_dgff -_cdca .Cx ,_ecca -_cdca .Cy ,_cbf .Width ,_cbf .Height ,PixSrcOrDst ,_fbed ,0,0);_dgfd !=nil {return nil ,_dgfd ;};};};};return _efd ,nil ;};func _affd (_abgf ,_cabdeb *Bitmap ,_ecfc ,_fbge int )(*Bitmap ,error ){const _ccecd ="\u0065\u0072\u006f\u0064\u0065\u0042\u0072\u0069\u0063\u006b"; +if _cabdeb ==nil {return nil ,_c .Error (_ccecd ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _ecfc < 1||_fbge < 1{return nil ,_c .Error (_ccecd ,"\u0068\u0073\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069\u007a\u0065\u0020\u0061\u0072e\u0020\u006e\u006f\u0074\u0020\u0067\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006fr\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0031"); +};if _ecfc ==1&&_fbge ==1{_acdc ,_bbag :=_fcbc (_abgf ,_cabdeb );if _bbag !=nil {return nil ,_c .Wrap (_bbag ,_ccecd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u0026\u0026 \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _acdc ,nil ;};if _ecfc ==1||_fbge ==1{_eea :=SelCreateBrick (_fbge ,_ecfc ,_fbge /2,_ecfc /2,SelHit );_ebc ,_bgce :=_fgd (_abgf ,_cabdeb ,_eea );if _bgce !=nil {return nil ,_c .Wrap (_bgce ,_ccecd ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _ebc ,nil ;};_dfgaa :=SelCreateBrick (1,_ecfc ,0,_ecfc /2,SelHit );_bbea :=SelCreateBrick (_fbge ,1,_fbge /2,0,SelHit );_abcaf ,_fcgg :=_fgd (nil ,_cabdeb ,_dfgaa );if _fcgg !=nil {return nil ,_c .Wrap (_fcgg ,_ccecd ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};_abgf ,_fcgg =_fgd (_abgf ,_abcaf ,_bbea );if _fcgg !=nil {return nil ,_c .Wrap (_fcgg ,_ccecd ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _abgf ,nil ;};func TstFrameBitmap ()*Bitmap {return _dbdef .Copy ()};func Blit (src *Bitmap ,dst *Bitmap ,x ,y int ,op CombinationOperator )error {var _bfga ,_eec int ; +_ecea :=src .RowStride -1;if x < 0{_eec =-x ;x =0;}else if x +src .Width > dst .Width {_ecea -=src .Width +x -dst .Width ;};if y < 0{_bfga =-y ;y =0;_eec +=src .RowStride ;_ecea +=src .RowStride ;}else if y +src .Height > dst .Height {_bfga =src .Height +y -dst .Height ; +};var (_abdge int ;_bbfb error ;);_aagf :=x &0x07;_egafa :=8-_aagf ;_cdgc :=src .Width &0x07;_cage :=_egafa -_cdgc ;_bfca :=_egafa &0x07!=0;_dda :=src .Width <=((_ecea -_eec )<<3)+_egafa ;_cee :=dst .GetByteIndex (x ,y );_gfae :=_bfga +dst .Height ;if src .Height > _gfae {_abdge =_gfae ; +}else {_abdge =src .Height ;};switch {case !_bfca :_bbfb =_bdec (src ,dst ,_bfga ,_abdge ,_cee ,_eec ,_ecea ,op );case _dda :_bbfb =_gcad (src ,dst ,_bfga ,_abdge ,_cee ,_eec ,_ecea ,_cage ,_aagf ,_egafa ,op );default:_bbfb =_gdaga (src ,dst ,_bfga ,_abdge ,_cee ,_eec ,_ecea ,_cage ,_aagf ,_egafa ,op ,_cdgc ); +};return _bbfb ;};func (_egge *Boxes )Get (i int )(*_ee .Rectangle ,error ){const _gced ="\u0042o\u0078\u0065\u0073\u002e\u0047\u0065t";if _egge ==nil {return nil ,_c .Error (_gced ,"\u0027\u0042\u006f\u0078es\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if i > len (*_egge )-1{return nil ,_c .Errorf (_gced ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return (*_egge )[i ],nil ;};func (_fga *Bitmap )setFourBytes (_eeff int ,_cdfc uint32 )error {if _eeff +3> len (_fga .Data )-1{return _c .Errorf ("\u0073\u0065\u0074F\u006f\u0075\u0072\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_eeff ); +};_fga .Data [_eeff ]=byte ((_cdfc &0xff000000)>>24);_fga .Data [_eeff +1]=byte ((_cdfc &0xff0000)>>16);_fga .Data [_eeff +2]=byte ((_cdfc &0xff00)>>8);_fga .Data [_eeff +3]=byte (_cdfc &0xff);return nil ;};func _gdaga (_faed ,_gfef *Bitmap ,_bfcb ,_bae ,_edfeg ,_ecag ,_dgab ,_aaca ,_fcbbe ,_accd int ,_cbbf CombinationOperator ,_afbe int )error {var _ggcb int ; +_fgf :=func (){_ggcb ++;_edfeg +=_gfef .RowStride ;_ecag +=_faed .RowStride ;_dgab +=_faed .RowStride };for _ggcb =_bfcb ;_ggcb < _bae ;_fgf (){var _afe uint16 ;_abeea :=_edfeg ;for _dedd :=_ecag ;_dedd <=_dgab ;_dedd ++{_gff ,_fee :=_gfef .GetByte (_abeea ); +if _fee !=nil {return _fee ;};_gec ,_fee :=_faed .GetByte (_dedd );if _fee !=nil {return _fee ;};_afe =(_afe |(uint16 (_gec )&0xff))<>8);if _fee =_gfef .SetByte (_abeea ,_cege (_gff ,_gec ,_cbbf ));_fee !=nil {return _fee ; +};_abeea ++;_afe <<=uint (_fcbbe );if _dedd ==_dgab {_gec =byte (_afe >>(8-uint8 (_accd )));if _afbe !=0{_gec =_eabg (uint (8+_aaca ),_gec );};_gff ,_fee =_gfef .GetByte (_abeea );if _fee !=nil {return _fee ;};if _fee =_gfef .SetByte (_abeea ,_cege (_gff ,_gec ,_cbbf )); +_fee !=nil {return _fee ;};};};};return nil ;};func (_fcb *Bitmap )GetByte (index int )(byte ,error ){if index > len (_fcb .Data )-1||index < 0{return 0,_c .Errorf ("\u0047e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x:\u0020\u0025\u0064\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006eg\u0065",index ); +};return _fcb .Data [index ],nil ;};func (_acbg *Bitmap )setBit (_aaef int ){_acbg .Data [(_aaef >>3)]|=0x80>>uint (_aaef &7)};func _gb ()(_dgfe [256]uint16 ){for _bab :=0;_bab < 256;_bab ++{if _bab &0x01!=0{_dgfe [_bab ]|=0x3;};if _bab &0x02!=0{_dgfe [_bab ]|=0xc; +};if _bab &0x04!=0{_dgfe [_bab ]|=0x30;};if _bab &0x08!=0{_dgfe [_bab ]|=0xc0;};if _bab &0x10!=0{_dgfe [_bab ]|=0x300;};if _bab &0x20!=0{_dgfe [_bab ]|=0xc00;};if _bab &0x40!=0{_dgfe [_bab ]|=0x3000;};if _bab &0x80!=0{_dgfe [_bab ]|=0xc000;};};return _dgfe ; +};func HausTest (p1 ,p2 ,p3 ,p4 *Bitmap ,delX ,delY float32 ,maxDiffW ,maxDiffH int )(bool ,error ){const _ecgb ="\u0048\u0061\u0075\u0073\u0054\u0065\u0073\u0074";_afaf ,_badd :=p1 .Width ,p1 .Height ;_ddga ,_ffeg :=p3 .Width ,p3 .Height ;if _e .Abs (_afaf -_ddga )> maxDiffW {return false ,nil ; +};if _e .Abs (_badd -_ffeg )> maxDiffH {return false ,nil ;};_geba :=int (delX +_e .Sign (delX )*0.5);_aeeaa :=int (delY +_e .Sign (delY )*0.5);var _fba error ;_fgfgg :=p1 .CreateTemplate ();if _fba =_fgfgg .RasterOperation (0,0,_afaf ,_badd ,PixSrc ,p1 ,0,0); +_fba !=nil {return false ,_c .Wrap (_fba ,_ecgb ,"p\u0031\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _fba =_fgfgg .RasterOperation (_geba ,_aeeaa ,_afaf ,_badd ,PixNotSrcAndDst ,p4 ,0,0);_fba !=nil {return false ,_c .Wrap (_fba ,_ecgb ,"\u0021p\u0034\u0020\u0026\u0020\u0074"); +};if _fgfgg .Zero (){return false ,nil ;};if _fba =_fgfgg .RasterOperation (_geba ,_aeeaa ,_ddga ,_ffeg ,PixSrc ,p3 ,0,0);_fba !=nil {return false ,_c .Wrap (_fba ,_ecgb ,"p\u0033\u0020\u002d\u0053\u0052\u0043\u002d\u003e\u0020\u0074");};if _fba =_fgfgg .RasterOperation (0,0,_ddga ,_ffeg ,PixNotSrcAndDst ,p2 ,0,0); +_fba !=nil {return false ,_c .Wrap (_fba ,_ecgb ,"\u0021p\u0032\u0020\u0026\u0020\u0074");};return _fgfgg .Zero (),nil ;};func (_egcd *Bitmap )SetPadBits (value int ){_egcd .setPadBits (value )};type Getter interface{GetBitmap ()*Bitmap ;};func TstWordBitmapWithSpaces (t *_cd .T ,scale ...int )*Bitmap {_ddda :=1; +if len (scale )> 0{_ddda =scale [0];};_gdage :=3;_bbbeg :=9+7+15+2*_gdage +2*_gdage ;_fbdc :=5+_gdage +5+2*_gdage ;_abgc :=New (_bbbeg *_ddda ,_fbdc *_ddda );_fabg :=&Bitmaps {};var _daac *int ;_gdage *=_ddda ;_fdca :=_gdage ;_daac =&_fdca ;_cgdc :=_gdage ; +_dbcd :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,_gdage );_dbcd =TstISymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda ); +_dbcd =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,_gdage );_dbcd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda ); +_dbcd =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,0);*_daac =_gdage ;_cgdc =5*_ddda +_gdage ;_dbcd =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,_gdage ); +_dbcd =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda ); +_dbcd =TstESymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,1*_ddda );_dbcd =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_fabg ,_dbcd ,_daac ,_cgdc ,0);TstWriteSymbols (t ,_fabg ,_abgc );return _abgc ;};func _gcad (_eefg ,_efgg *Bitmap ,_fegb ,_edfb ,_gdb ,_bfcge ,_acg ,_aegc ,_cebc ,_adb int ,_baeg CombinationOperator )error {var _fag int ; +_fbgb :=func (){_fag ++;_gdb +=_efgg .RowStride ;_bfcge +=_eefg .RowStride ;_acg +=_eefg .RowStride };for _fag =_fegb ;_fag < _edfb ;_fbgb (){var _fbbg uint16 ;_gdfc :=_gdb ;for _cdce :=_bfcge ;_cdce <=_acg ;_cdce ++{_adde ,_cdda :=_efgg .GetByte (_gdfc ); +if _cdda !=nil {return _cdda ;};_bfcf ,_cdda :=_eefg .GetByte (_cdce );if _cdda !=nil {return _cdda ;};_fbbg =(_fbbg |uint16 (_bfcf ))<>8);if _cdce ==_acg {_bfcf =_eabg (uint (_aegc ),_bfcf );};if _cdda =_efgg .SetByte (_gdfc ,_cege (_adde ,_bfcf ,_baeg )); +_cdda !=nil {return _cdda ;};_gdfc ++;_fbbg <<=uint (_cebc );};};return nil ;};func (_gdbg *ClassedPoints )Swap (i ,j int ){_gdbg .IntSlice [i ],_gdbg .IntSlice [j ]=_gdbg .IntSlice [j ],_gdbg .IntSlice [i ];};func _cdgae (_cegda ,_gecaa int ,_bbga string )*Selection {_dedf :=&Selection {Height :_cegda ,Width :_gecaa ,Name :_bbga }; +_dedf .Data =make ([][]SelectionValue ,_cegda );for _dgbc :=0;_dgbc < _cegda ;_dgbc ++{_dedf .Data [_dgbc ]=make ([]SelectionValue ,_gecaa );};return _dedf ;};func (_cgea *Bitmap )SetByte (index int ,v byte )error {if index > len (_cgea .Data )-1||index < 0{return _c .Errorf ("\u0053e\u0074\u0042\u0079\u0074\u0065","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",index ); +};_cgea .Data [index ]=v ;return nil ;};func (_gfcf *Bitmap )ToImage ()_ee .Image {_cfg ,_bcce :=_fd .NewImage (_gfcf .Width ,_gfcf .Height ,1,1,_gfcf .Data ,nil ,nil );if _bcce !=nil {_aa .Log .Error ("\u0043\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020j\u0062\u0069\u0067\u0032\u002e\u0042\u0069\u0074m\u0061p\u0020\u0074\u006f\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002e\u0049\u006d\u0061\u0067e\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bcce ); +};return _cfg ;};func (_gacc Points )Size ()int {return len (_gacc )};func (_fgce Points )Get (i int )(Point ,error ){if i > len (_fgce )-1{return Point {},_c .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065\u0074","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return _fgce [i ],nil ;};func _aae (_eedd *Bitmap ,_fg int )(*Bitmap ,error ){const _aeb ="\u0065x\u0070a\u006e\u0064\u0042\u0069\u006ea\u0072\u0079P\u006f\u0077\u0065\u0072\u0032";if _eedd ==nil {return nil ,_c .Error (_aeb ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if _fg ==1{return _fcbc (nil ,_eedd );};if _fg !=2&&_fg !=4&&_fg !=8{return nil ,_c .Error (_aeb ,"\u0066\u0061\u0063t\u006f\u0072\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069n\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020\u0072\u0061\u006e\u0067\u0065"); +};_gfc :=_fg *_eedd .Width ;_bc :=_fg *_eedd .Height ;_aaa :=New (_gfc ,_bc );var _caa error ;switch _fg {case 2:_caa =_eed (_aaa ,_eedd );case 4:_caa =_fef (_aaa ,_eedd );case 8:_caa =_cg (_aaa ,_eedd );};if _caa !=nil {return nil ,_c .Wrap (_caa ,_aeb ,""); +};return _aaa ,nil ;};func (_ebfc *Bitmap )GetByteIndex (x ,y int )int {return y *_ebfc .RowStride +(x >>3)};func (_eeef *Bitmap )equivalent (_efgf *Bitmap )bool {if _eeef ==_efgf {return true ;};if !_eeef .SizesEqual (_efgf ){return false ;};_geef :=_daead (_eeef ,_efgf ,CmbOpXor ); +_def :=_eeef .countPixels ();_dgca :=int (0.25*float32 (_def ));if _geef .thresholdPixelSum (_dgca ){return false ;};var (_bda [9][9]int ;_edda [18][9]int ;_fgeb [9][18]int ;_aab int ;_caag int ;);_gcb :=9;_bce :=_eeef .Height /_gcb ;_cabb :=_eeef .Width /_gcb ; +_fbba ,_bfagb :=_bce /2,_cabb /2;if _bce < _cabb {_fbba =_cabb /2;_bfagb =_bce /2;};_eab :=float64 (_fbba )*float64 (_bfagb )*_ec .Pi ;_gaad :=int (float64 (_bce *_cabb /2)*0.9);_cfd :=int (float64 (_cabb *_bce /2)*0.9);for _fbfg :=0;_fbfg < _gcb ;_fbfg ++{_ecaf :=_cabb *_fbfg +_aab ; +var _cade int ;if _fbfg ==_gcb -1{_aab =0;_cade =_eeef .Width ;}else {_cade =_ecaf +_cabb ;if ((_eeef .Width -_aab )%_gcb )> 0{_aab ++;_cade ++;};};for _edgdd :=0;_edgdd < _gcb ;_edgdd ++{_bgee :=_bce *_edgdd +_caag ;var _acb int ;if _edgdd ==_gcb -1{_caag =0; +_acb =_eeef .Height ;}else {_acb =_bgee +_bce ;if (_eeef .Height -_caag )%_gcb > 0{_caag ++;_acb ++;};};var _bgfa ,_aefe ,_bfcg ,_efee int ;_edec :=(_ecaf +_cade )/2;_bad :=(_bgee +_acb )/2;for _cfb :=_ecaf ;_cfb < _cade ;_cfb ++{for _fffd :=_bgee ;_fffd < _acb ; +_fffd ++{if _geef .GetPixel (_cfb ,_fffd ){if _cfb < _edec {_bgfa ++;}else {_aefe ++;};if _fffd < _bad {_efee ++;}else {_bfcg ++;};};};};_bda [_fbfg ][_edgdd ]=_bgfa +_aefe ;_edda [_fbfg *2][_edgdd ]=_bgfa ;_edda [_fbfg *2+1][_edgdd ]=_aefe ;_fgeb [_fbfg ][_edgdd *2]=_efee ; +_fgeb [_fbfg ][_edgdd *2+1]=_bfcg ;};};for _cbc :=0;_cbc < _gcb *2-1;_cbc ++{for _beg :=0;_beg < (_gcb -1);_beg ++{var _abf int ;for _gabf :=0;_gabf < 2;_gabf ++{for _ebaag :=0;_ebaag < 2;_ebaag ++{_abf +=_edda [_cbc +_gabf ][_beg +_ebaag ];};};if _abf > _cfd {return false ; +};};};for _bbf :=0;_bbf < (_gcb -1);_bbf ++{for _ecbd :=0;_ecbd < ((_gcb *2)-1);_ecbd ++{var _cff int ;for _bbdc :=0;_bbdc < 2;_bbdc ++{for _bff :=0;_bff < 2;_bff ++{_cff +=_fgeb [_bbf +_bbdc ][_ecbd +_bff ];};};if _cff > _gaad {return false ;};};};for _bfe :=0; +_bfe < (_gcb -2);_bfe ++{for _cae :=0;_cae < (_gcb -2);_cae ++{var _edfe ,_ffdg int ;for _baga :=0;_baga < 3;_baga ++{for _defg :=0;_defg < 3;_defg ++{if _baga ==_defg {_edfe +=_bda [_bfe +_baga ][_cae +_defg ];};if (2-_baga )==_defg {_ffdg +=_bda [_bfe +_baga ][_cae +_defg ]; +};};};if _edfe > _cfd ||_ffdg > _cfd {return false ;};};};for _dgbe :=0;_dgbe < (_gcb -1);_dgbe ++{for _bdad :=0;_bdad < (_gcb -1);_bdad ++{var _bceg int ;for _gadd :=0;_gadd < 2;_gadd ++{for _eda :=0;_eda < 2;_eda ++{_bceg +=_bda [_dgbe +_gadd ][_bdad +_eda ]; +};};if float64 (_bceg )> _eab {return false ;};};};return true ;};const _bagb =5000;type Boxes []*_ee .Rectangle ;func (_ebdb *BitmapsArray )AddBitmaps (bm *Bitmaps ){_ebdb .Values =append (_ebdb .Values ,bm )};func (_aedf *Bitmaps )WidthSorter ()func (_efga ,_ecba int )bool {return func (_gddd ,_cfbf int )bool {return _aedf .Values [_gddd ].Width < _aedf .Values [_cfbf ].Width }; +};type Bitmaps struct{Values []*Bitmap ;Boxes []*_ee .Rectangle ;};func (_ddeg *Bitmap )inverseData (){if _aebc :=_ddeg .RasterOperation (0,0,_ddeg .Width ,_ddeg .Height ,PixNotDst ,nil ,0,0);_aebc !=nil {_aa .Log .Debug ("\u0049n\u0076\u0065\u0072\u0073e\u0020\u0064\u0061\u0074\u0061 \u0066a\u0069l\u0065\u0064\u003a\u0020\u0027\u0025\u0076'",_aebc ); +};if _ddeg .Color ==Chocolate {_ddeg .Color =Vanilla ;}else {_ddeg .Color =Chocolate ;};};func New (width ,height int )*Bitmap {_dec :=_dcg (width ,height );_dec .Data =make ([]byte ,height *_dec .RowStride );return _dec ;};func (_fcdb *Bitmap )thresholdPixelSum (_cfag int )bool {var (_ffef int ; +_bbcb uint8 ;_bagge byte ;_cdba int ;);_agge :=_fcdb .RowStride ;_ccbc :=uint (_fcdb .Width &0x07);if _ccbc !=0{_bbcb =uint8 ((0xff<<(8-_ccbc ))&0xff);_agge --;};for _ccfgf :=0;_ccfgf < _fcdb .Height ;_ccfgf ++{for _cdba =0;_cdba < _agge ;_cdba ++{_bagge =_fcdb .Data [_ccfgf *_fcdb .RowStride +_cdba ]; +_ffef +=int (_fcg [_bagge ]);};if _ccbc !=0{_bagge =_fcdb .Data [_ccfgf *_fcdb .RowStride +_cdba ]&_bbcb ;_ffef +=int (_fcg [_bagge ]);};if _ffef > _cfag {return true ;};};return false ;};func (_cfcf *Boxes )makeSizeIndicator (_ccbb ,_eega int ,_ebag LocationFilter ,_egf SizeComparison )*_e .NumSlice {_dgba :=&_e .NumSlice {}; +var _eage ,_eaeg ,_dfeg int ;for _ ,_egaad :=range *_cfcf {_eage =0;_eaeg ,_dfeg =_egaad .Dx (),_egaad .Dy ();switch _ebag {case LocSelectWidth :if (_egf ==SizeSelectIfLT &&_eaeg < _ccbb )||(_egf ==SizeSelectIfGT &&_eaeg > _ccbb )||(_egf ==SizeSelectIfLTE &&_eaeg <=_ccbb )||(_egf ==SizeSelectIfGTE &&_eaeg >=_ccbb ){_eage =1; +};case LocSelectHeight :if (_egf ==SizeSelectIfLT &&_dfeg < _eega )||(_egf ==SizeSelectIfGT &&_dfeg > _eega )||(_egf ==SizeSelectIfLTE &&_dfeg <=_eega )||(_egf ==SizeSelectIfGTE &&_dfeg >=_eega ){_eage =1;};case LocSelectIfEither :if (_egf ==SizeSelectIfLT &&(_dfeg < _eega ||_eaeg < _ccbb ))||(_egf ==SizeSelectIfGT &&(_dfeg > _eega ||_eaeg > _ccbb ))||(_egf ==SizeSelectIfLTE &&(_dfeg <=_eega ||_eaeg <=_ccbb ))||(_egf ==SizeSelectIfGTE &&(_dfeg >=_eega ||_eaeg >=_ccbb )){_eage =1; +};case LocSelectIfBoth :if (_egf ==SizeSelectIfLT &&(_dfeg < _eega &&_eaeg < _ccbb ))||(_egf ==SizeSelectIfGT &&(_dfeg > _eega &&_eaeg > _ccbb ))||(_egf ==SizeSelectIfLTE &&(_dfeg <=_eega &&_eaeg <=_ccbb ))||(_egf ==SizeSelectIfGTE &&(_dfeg >=_eega &&_eaeg >=_ccbb )){_eage =1; +};};_dgba .AddInt (_eage );};return _dgba ;};type shift int ;type ClassedPoints struct{*Points ;_e .IntSlice ;_dbea func (_acfg ,_gbf int )bool ;};func (_cbg *Bitmap )setPadBits (_bdd int ){_gagc :=8-_cbg .Width %8;if _gagc ==8{return ;};_ccbd :=_cbg .Width /8; +_fgga :=_gdee [_gagc ];if _bdd ==0{_fgga ^=_fgga ;};var _dcbb int ;for _eefc :=0;_eefc < _cbg .Height ;_eefc ++{_dcbb =_eefc *_cbg .RowStride +_ccbd ;if _bdd ==0{_cbg .Data [_dcbb ]&=_fgga ;}else {_cbg .Data [_dcbb ]|=_fgga ;};};};func TstWriteSymbols (t *_cd .T ,bms *Bitmaps ,src *Bitmap ){for _afdg :=0; +_afdg < bms .Size ();_afdg ++{_dfda :=bms .Values [_afdg ];_eggb :=bms .Boxes [_afdg ];_ecgfd :=src .RasterOperation (_eggb .Min .X ,_eggb .Min .Y ,_dfda .Width ,_dfda .Height ,PixSrc ,_dfda ,0,0);_fe .NoError (t ,_ecgfd );};};func (_dbfe *Bitmap )ClipRectangle (box *_ee .Rectangle )(_dce *Bitmap ,_afb *_ee .Rectangle ,_agd error ){const _egce ="\u0043\u006c\u0069\u0070\u0052\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"; +if box ==nil {return nil ,nil ,_c .Error (_egce ,"\u0062o\u0078 \u0069\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};_abeg ,_fce :=_dbfe .Width ,_dbfe .Height ;_gfec :=_ee .Rect (0,0,_abeg ,_fce );if !box .Overlaps (_gfec ){return nil ,nil ,_c .Error (_egce ,"b\u006f\u0078\u0020\u0064oe\u0073n\u0027\u0074\u0020\u006f\u0076e\u0072\u006c\u0061\u0070\u0020\u0062"); +};_gaa :=box .Intersect (_gfec );_ecb ,_eeb :=_gaa .Min .X ,_gaa .Min .Y ;_ccfb ,_addfa :=_gaa .Dx (),_gaa .Dy ();_dce =New (_ccfb ,_addfa );_dce .Text =_dbfe .Text ;if _agd =_dce .RasterOperation (0,0,_ccfb ,_addfa ,PixSrc ,_dbfe ,_ecb ,_eeb );_agd !=nil {return nil ,nil ,_c .Wrap (_agd ,_egce ,"\u0050\u0069\u0078\u0053\u0072\u0063\u0020\u0074\u006f\u0020\u0063\u006ci\u0070\u0070\u0065\u0064"); +};_afb =&_gaa ;return _dce ,_afb ,nil ;};func _dgfg (_aff ,_fcc *Bitmap ,_bgg int ,_bcc []byte ,_bcd int )(_fgb error ){const _dcf ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0034"; +var (_ggf ,_agg ,_fddf ,_dea ,_abe ,_baf ,_afa ,_abc int ;_faf ,_gdc uint32 ;_fdf ,_add byte ;_cccd uint16 ;);_ebb :=make ([]byte ,4);_daea :=make ([]byte ,4);for _fddf =0;_fddf < _aff .Height -1;_fddf ,_dea =_fddf +2,_dea +1{_ggf =_fddf *_aff .RowStride ; +_agg =_dea *_fcc .RowStride ;for _abe ,_baf =0,0;_abe < _bcd ;_abe ,_baf =_abe +4,_baf +1{for _afa =0;_afa < 4;_afa ++{_abc =_ggf +_abe +_afa ;if _abc <=len (_aff .Data )-1&&_abc < _ggf +_aff .RowStride {_ebb [_afa ]=_aff .Data [_abc ];}else {_ebb [_afa ]=0x00; +};_abc =_ggf +_aff .RowStride +_abe +_afa ;if _abc <=len (_aff .Data )-1&&_abc < _ggf +(2*_aff .RowStride ){_daea [_afa ]=_aff .Data [_abc ];}else {_daea [_afa ]=0x00;};};_faf =_g .BigEndian .Uint32 (_ebb );_gdc =_g .BigEndian .Uint32 (_daea );_gdc &=_faf ; +_gdc &=_gdc <<1;_gdc &=0xaaaaaaaa;_faf =_gdc |(_gdc <<7);_fdf =byte (_faf >>24);_add =byte ((_faf >>8)&0xff);_abc =_agg +_baf ;if _abc +1==len (_fcc .Data )-1||_abc +1>=_agg +_fcc .RowStride {_fcc .Data [_abc ]=_bcc [_fdf ];if _fgb =_fcc .SetByte (_abc ,_bcc [_fdf ]); +_fgb !=nil {return _c .Wrapf (_fgb ,_dcf ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_abc );};}else {_cccd =(uint16 (_bcc [_fdf ])<<8)|uint16 (_bcc [_add ]);if _fgb =_fcc .setTwoBytes (_abc ,_cccd );_fgb !=nil {return _c .Wrapf (_fgb ,_dcf ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_abc ); +};_baf ++;};};};return nil ;};func _aga (_caage *Bitmap ,_aeca *Bitmap ,_gbff int )(_ffdgc error ){const _fbgef ="\u0073\u0065\u0065\u0064\u0066\u0069\u006c\u006c\u0042\u0069\u006e\u0061r\u0079\u004c\u006f\u0077";_aeeb :=_aegb (_caage .Height ,_aeca .Height ); +_decfc :=_aegb (_caage .RowStride ,_aeca .RowStride );switch _gbff {case 4:_ffdgc =_edbc (_caage ,_aeca ,_aeeb ,_decfc );case 8:_ffdgc =_fbcfg (_caage ,_aeca ,_aeeb ,_decfc );default:return _c .Errorf (_fbgef ,"\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0034\u0020\u006fr\u0020\u0038\u0020\u002d\u0020i\u0073\u003a \u0027\u0025\u0064\u0027",_gbff ); +};if _ffdgc !=nil {return _c .Wrap (_ffdgc ,_fbgef ,"");};return nil ;};func (_cfdc *Bitmaps )AddBitmap (bm *Bitmap ){_cfdc .Values =append (_cfdc .Values ,bm )};func MakePixelSumTab8 ()[]int {return _fcdbf ()};func (_gbgg *ClassedPoints )ySortFunction ()func (_fbcdf int ,_aagg int )bool {return func (_dcggf ,_dfbc int )bool {return _gbgg .YAtIndex (_dcggf )< _gbgg .YAtIndex (_dfbc )}; +};func _cg (_aef ,_bfa *Bitmap )(_cdd error ){const _cc ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0038";_dcd :=_bfa .RowStride ;_gda :=_aef .RowStride ;var _cag ,_ag ,_ccc ,_db ,_fbf int ;for _ccc =0; +_ccc < _bfa .Height ;_ccc ++{_cag =_ccc *_dcd ;_ag =8*_ccc *_gda ;for _db =0;_db < _dcd ;_db ++{if _cdd =_aef .setEightBytes (_ag +_db *8,_ccfe [_bfa .Data [_cag +_db ]]);_cdd !=nil {return _c .Wrap (_cdd ,_cc ,"");};};for _fbf =1;_fbf < 8;_fbf ++{for _db =0; +_db < _gda ;_db ++{if _cdd =_aef .SetByte (_ag +_fbf *_gda +_db ,_aef .Data [_ag +_db ]);_cdd !=nil {return _c .Wrap (_cdd ,_cc ,"");};};};};return nil ;};func _dcge (_afbc *Bitmap ,_aegcc *Bitmap ,_dffd *Selection ,_adce **Bitmap )(*Bitmap ,error ){const _cfcfg ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0031"; +if _aegcc ==nil {return nil ,_c .Error (_cfcfg ,"\u004d\u006f\u0072\u0070\u0068\u0041\u0072\u0067\u0073\u0031\u0020'\u0073\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066i\u006e\u0065\u0064");};if _dffd ==nil {return nil ,_c .Error (_cfcfg ,"\u004d\u006f\u0072\u0068p\u0041\u0072\u0067\u0073\u0031\u0020\u0027\u0073\u0065\u006c'\u0020n\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064"); +};_degb ,_ccgc :=_dffd .Height ,_dffd .Width ;if _degb ==0||_ccgc ==0{return nil ,_c .Error (_cfcfg ,"\u0073\u0065\u006c\u0065ct\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030");};if _afbc ==nil {_afbc =_aegcc .createTemplate (); +*_adce =_aegcc ;return _afbc ,nil ;};_afbc .Width =_aegcc .Width ;_afbc .Height =_aegcc .Height ;_afbc .RowStride =_aegcc .RowStride ;_afbc .Color =_aegcc .Color ;_afbc .Data =make ([]byte ,_aegcc .RowStride *_aegcc .Height );if _afbc ==_aegcc {*_adce =_aegcc .Copy (); +}else {*_adce =_aegcc ;};return _afbc ,nil ;};func _fcf (_eacgg *Bitmap ,_cbde ,_afed ,_acde ,_ageg int ,_dfgd RasterOperator ){if _cbde < 0{_acde +=_cbde ;_cbde =0;};_ceef :=_cbde +_acde -_eacgg .Width ;if _ceef > 0{_acde -=_ceef ;};if _afed < 0{_ageg +=_afed ; +_afed =0;};_cafd :=_afed +_ageg -_eacgg .Height ;if _cafd > 0{_ageg -=_cafd ;};if _acde <=0||_ageg <=0{return ;};if (_cbde &7)==0{_faagd (_eacgg ,_cbde ,_afed ,_acde ,_ageg ,_dfgd );}else {_agdf (_eacgg ,_cbde ,_afed ,_acde ,_ageg ,_dfgd );};};func (_fefb *Bitmap )connComponentsBitmapsBB (_cbbg *Bitmaps ,_addg int )(_fgbe *Boxes ,_cded error ){const _decf ="\u0063\u006f\u006enC\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0042\u0069\u0074\u006d\u0061\u0070\u0073\u0042\u0042"; +if _addg !=4&&_addg !=8{return nil ,_c .Error (_decf ,"\u0063\u006f\u006e\u006e\u0065\u0063t\u0069\u0076\u0069\u0074\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0027\u0034\u0027\u0020\u006fr\u0020\u0027\u0038\u0027");};if _cbbg ==nil {return nil ,_c .Error (_decf ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); +};if len (_cbbg .Values )> 0{return nil ,_c .Error (_decf ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u006fn\u002d\u0065\u006d\u0070\u0074\u0079\u0020\u0042\u0069\u0074m\u0061\u0070\u0073");};if _fefb .Zero (){return &Boxes {},nil ;}; +var (_bgccc ,_dcfc ,_fadf ,_ecgf *Bitmap ;);_fefb .setPadBits (0);if _bgccc ,_cded =_fcbc (nil ,_fefb );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062\u006d\u0031");};if _dcfc ,_cded =_fcbc (nil ,_fefb );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062\u006d\u0032"); +};_eadb :=&_e .Stack {};_eadb .Aux =&_e .Stack {};_fgbe =&Boxes {};var (_gaeg ,_fbgg int ;_fgfe _ee .Point ;_eccd bool ;_abdf *_ee .Rectangle ;);for {if _fgfe ,_eccd ,_cded =_bgccc .nextOnPixel (_gaeg ,_fbgg );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,""); +};if !_eccd {break ;};if _abdf ,_cded =_fabd (_bgccc ,_eadb ,_fgfe .X ,_fgfe .Y ,_addg );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"");};if _cded =_fgbe .Add (_abdf );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"");};if _fadf ,_cded =_bgccc .clipRectangle (_abdf ,nil ); +_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062\u006d\u0033");};if _ecgf ,_cded =_dcfc .clipRectangle (_abdf ,nil );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062\u006d\u0034");};if _ ,_cded =_eeddg (_fadf ,_fadf ,_ecgf );_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062m\u0033\u0020\u005e\u0020\u0062\u006d4"); +};if _cded =_dcfc .RasterOperation (_abdf .Min .X ,_abdf .Min .Y ,_abdf .Dx (),_abdf .Dy (),PixSrcXorDst ,_fadf ,0,0);_cded !=nil {return nil ,_c .Wrap (_cded ,_decf ,"\u0062\u006d\u0032\u0020\u002d\u0058\u004f\u0052\u002d>\u0020\u0062\u006d\u0033");}; +_cbbg .AddBitmap (_fadf );_gaeg =_fgfe .X ;_fbgg =_fgfe .Y ;};_cbbg .Boxes =*_fgbe ;return _fgbe ,nil ;};func (_bgf *Bitmap )InverseData (){_bgf .inverseData ()};func _ebgcc (_baddg *Bitmap ,_fggc *_e .Stack ,_cbgbc ,_cec int )(_cgba *_ee .Rectangle ,_fbgca error ){const _affff ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042"; +if _baddg ==nil {return nil ,_c .Error (_affff ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070");};if _fggc ==nil {return nil ,_c .Error (_affff ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027"); +};_feab ,_acffd :=_baddg .Width ,_baddg .Height ;_ffeb :=_feab -1;_agda :=_acffd -1;if _cbgbc < 0||_cbgbc > _ffeb ||_cec < 0||_cec > _agda ||!_baddg .GetPixel (_cbgbc ,_cec ){return nil ,nil ;};_eedc :=_ee .Rect (100000,100000,0,0);if _fbgca =_eecfc (_fggc ,_cbgbc ,_cbgbc ,_cec ,1,_agda ,&_eedc ); +_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _fbgca =_eecfc (_fggc ,_cbgbc ,_cbgbc ,_cec +1,-1,_agda ,&_eedc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); +};_eedc .Min .X ,_eedc .Max .X =_cbgbc ,_cbgbc ;_eedc .Min .Y ,_eedc .Max .Y =_cec ,_cec ;var (_ebcd *fillSegment ;_feeg int ;);for _fggc .Len ()> 0{if _ebcd ,_fbgca =_dceg (_fggc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"");};_cec =_ebcd ._ebdg ; +for _cbgbc =_ebcd ._ccdc -1;_cbgbc >=0&&_baddg .GetPixel (_cbgbc ,_cec );_cbgbc --{if _fbgca =_baddg .SetPixel (_cbgbc ,_cec ,0);_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u0031s\u0074\u0020\u0073\u0065\u0074");};};if _cbgbc >=_ebcd ._ccdc -1{for {for _cbgbc ++; +_cbgbc <=_ebcd ._ggab +1&&_cbgbc <=_ffeb &&!_baddg .GetPixel (_cbgbc ,_cec );_cbgbc ++{};_feeg =_cbgbc ;if !(_cbgbc <=_ebcd ._ggab +1&&_cbgbc <=_ffeb ){break ;};for ;_cbgbc <=_ffeb &&_baddg .GetPixel (_cbgbc ,_cec );_cbgbc ++{if _fbgca =_baddg .SetPixel (_cbgbc ,_cec ,0); +_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _fbgca =_eecfc (_fggc ,_feeg ,_cbgbc -1,_ebcd ._ebdg ,_ebcd ._afbcf ,_agda ,&_eedc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); +};if _cbgbc > _ebcd ._ggab {if _fbgca =_eecfc (_fggc ,_ebcd ._ggab +1,_cbgbc -1,_ebcd ._ebdg ,-_ebcd ._afbcf ,_agda ,&_eedc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};};continue ;};_feeg =_cbgbc +1;if _feeg < _ebcd ._ccdc {if _fbgca =_eecfc (_fggc ,_feeg ,_ebcd ._ccdc -1,_ebcd ._ebdg ,-_ebcd ._afbcf ,_agda ,&_eedc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); +};};_cbgbc =_ebcd ._ccdc ;for {for ;_cbgbc <=_ffeb &&_baddg .GetPixel (_cbgbc ,_cec );_cbgbc ++{if _fbgca =_baddg .SetPixel (_cbgbc ,_cec ,0);_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _fbgca =_eecfc (_fggc ,_feeg ,_cbgbc -1,_ebcd ._ebdg ,_ebcd ._afbcf ,_agda ,&_eedc ); +_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _cbgbc > _ebcd ._ggab {if _fbgca =_eecfc (_fggc ,_ebcd ._ggab +1,_cbgbc -1,_ebcd ._ebdg ,-_ebcd ._afbcf ,_agda ,&_eedc );_fbgca !=nil {return nil ,_c .Wrap (_fbgca ,_affff ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};for _cbgbc ++;_cbgbc <=_ebcd ._ggab +1&&_cbgbc <=_ffeb &&!_baddg .GetPixel (_cbgbc ,_cec );_cbgbc ++{};_feeg =_cbgbc ;if !(_cbgbc <=_ebcd ._ggab +1&&_cbgbc <=_ffeb ){break ;};};};_eedc .Max .X ++;_eedc .Max .Y ++;return &_eedc ,nil ;};func (_dde *Bitmap )GetPixel (x ,y int )bool {_edf :=_dde .GetByteIndex (x ,y ); +_gaec :=_dde .GetBitOffset (x );_cgbd :=uint (7-_gaec );if _edf > len (_dde .Data )-1{_aa .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0070\u0069\u0078\u0065\u006c\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0072\u0061\u006e\u0067\u0065\u002e \u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0027\u0025\u0064'\u002c\u0020\u0062m\u003a\u0020\u0027\u0025\u0073\u0027",x ,y ,_dde ); +return false ;};if (_dde .Data [_edf ]>>_cgbd )&0x01>=1{return true ;};return false ;};func (_dcea *Bitmaps )CountPixels ()*_e .NumSlice {_bgced :=&_e .NumSlice {};for _ ,_cbac :=range _dcea .Values {_bgced .AddInt (_cbac .CountPixels ());};return _bgced ; +};func _fbbe (_eegb ,_gceg int )int {if _eegb > _gceg {return _eegb ;};return _gceg ;};type SizeSelection int ;func (_eafg *ClassedPoints )SortByX (){_eafg ._dbea =_eafg .xSortFunction ();_ff .Sort (_eafg )};func Copy (d ,s *Bitmap )(*Bitmap ,error ){return _fcbc (d ,s )}; +func _fbcfg (_fefg ,_ccdb *Bitmap ,_afff ,_aecad int )(_cabbg error ){const _dagdc ="\u0073e\u0065d\u0066\u0069\u006c\u006c\u0042i\u006e\u0061r\u0079\u004c\u006f\u0077\u0038";var (_gbeb ,_fddc ,_fagd ,_dbbc int ;_cdad ,_agea ,_dbcc ,_bdab ,_deb ,_bfge ,_bdgf ,_bdac byte ; +);for _gbeb =0;_gbeb < _afff ;_gbeb ++{_fagd =_gbeb *_fefg .RowStride ;_dbbc =_gbeb *_ccdb .RowStride ;for _fddc =0;_fddc < _aecad ;_fddc ++{if _cdad ,_cabbg =_fefg .GetByte (_fagd +_fddc );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0067e\u0074 \u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065"); +};if _agea ,_cabbg =_ccdb .GetByte (_dbbc +_fddc );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0067\u0065\u0074\u0020\u006d\u0061\u0073\u006b\u0020\u0062\u0079\u0074\u0065");};if _gbeb > 0{if _dbcc ,_cabbg =_fefg .GetByte (_fagd -_fefg .RowStride +_fddc ); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0069\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065");};_cdad |=_dbcc |(_dbcc <<1)|(_dbcc >>1);if _fddc > 0{if _bdac ,_cabbg =_fefg .GetByte (_fagd -_fefg .RowStride +_fddc -1);_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0069\u0020\u003e\u00200 \u0026\u0026\u0020\u006a\u0020\u003e\u0020\u0030\u0020\u0062\u0079\u0074\u0065"); +};_cdad |=_bdac <<7;};if _fddc < _aecad -1{if _bdac ,_cabbg =_fefg .GetByte (_fagd -_fefg .RowStride +_fddc +1);_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u006a\u0020<\u0020\u0077\u0070l\u0020\u002d\u0020\u0031\u0020\u0062\u0079\u0074\u0065");};_cdad |=_bdac >>7; +};};if _fddc > 0{if _bdab ,_cabbg =_fefg .GetByte (_fagd +_fddc -1);_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u006a\u0020\u003e \u0030");};_cdad |=_bdab <<7;};_cdad &=_agea ;if _cdad ==0||^_cdad ==0{if _cabbg =_fefg .SetByte (_fagd +_fddc ,_cdad ); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0073e\u0074t\u0069\u006e\u0067\u0020\u0065m\u0070\u0074y\u0020\u0062\u0079\u0074\u0065");};};for {_bdgf =_cdad ;_cdad =(_cdad |(_cdad >>1)|(_cdad <<1))&_agea ;if (_cdad ^_bdgf )==0{if _cabbg =_fefg .SetByte (_fagd +_fddc ,_cdad ); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0070\u0072\u0065\u0076 \u0062\u0079\u0074\u0065");};break ;};};};};for _gbeb =_afff -1;_gbeb >=0;_gbeb --{_fagd =_gbeb *_fefg .RowStride ;_dbbc =_gbeb *_ccdb .RowStride ; +for _fddc =_aecad -1;_fddc >=0;_fddc --{if _cdad ,_cabbg =_fefg .GetByte (_fagd +_fddc );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0072\u0065\u0076er\u0073\u0065\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065"); +};if _agea ,_cabbg =_ccdb .GetByte (_dbbc +_fddc );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"r\u0065\u0076\u0065\u0072se\u0020g\u0065\u0074\u0020\u006d\u0061s\u006b\u0020\u0062\u0079\u0074\u0065");};if _gbeb < _afff -1{if _deb ,_cabbg =_fefg .GetByte (_fagd +_fefg .RowStride +_fddc ); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0069\u0020\u003c\u0020h\u0020\u002d\u0020\u0031\u0020\u002d\u003e\u0020\u0067\u0065t\u0020s\u006f\u0075\u0072\u0063\u0065\u0020\u0062y\u0074\u0065");};_cdad |=_deb |(_deb <<1)|_deb >>1;if _fddc > 0{if _bdac ,_cabbg =_fefg .GetByte (_fagd +_fefg .RowStride +_fddc -1); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0069\u0020\u003c h\u002d\u0031\u0020\u0026\u0020\u006a\u0020\u003e\u00200\u0020-\u003e \u0067e\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0062\u0079\u0074\u0065");};_cdad |=_bdac <<7;};if _fddc < _aecad -1{if _bdac ,_cabbg =_fefg .GetByte (_fagd +_fefg .RowStride +_fddc +1); +_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0069\u0020\u003c\u0020\u0068\u002d\u0031\u0020\u0026\u0026\u0020\u006a\u0020\u003c\u0077\u0070\u006c\u002d\u0031\u0020\u002d\u003e\u0020\u0067e\u0074\u0020\u0073\u006f\u0075r\u0063\u0065 \u0062\u0079\u0074\u0065"); +};_cdad |=_bdac >>7;};};if _fddc < _aecad -1{if _bfge ,_cabbg =_fefg .GetByte (_fagd +_fddc +1);_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u006a\u0020<\u0020\u0077\u0070\u006c\u0020\u002d\u0031\u0020\u002d\u003e\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0075\u0072\u0063\u0065\u0020by\u0074\u0065"); +};_cdad |=_bfge >>7;};_cdad &=_agea ;if _cdad ==0||(^_cdad )==0{if _cabbg =_fefg .SetByte (_fagd +_fddc ,_cdad );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"\u0073e\u0074 \u006d\u0061\u0073\u006b\u0065\u0064\u0020\u0062\u0079\u0074\u0065");};};for {_bdgf =_cdad ; +_cdad =(_cdad |(_cdad >>1)|(_cdad <<1))&_agea ;if (_cdad ^_bdgf )==0{if _cabbg =_fefg .SetByte (_fagd +_fddc ,_cdad );_cabbg !=nil {return _c .Wrap (_cabbg ,_dagdc ,"r\u0065\u0076\u0065\u0072se\u0020s\u0065\u0074\u0020\u0070\u0072e\u0076\u0020\u0062\u0079\u0074\u0065"); +};break ;};};};};return nil ;};var _fcg [256]uint8 ;func CorrelationScore (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_egcgd float64 ,_fbd error ){const _ebd ="\u0063\u006fr\u0072\u0065\u006ca\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065"; +if bm1 ==nil ||bm2 ==nil {return 0,_c .Error (_ebd ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0062\u0069\u0074ma\u0070\u0073");};if tab ==nil {return 0,_c .Error (_ebd ,"\u0027\u0074\u0061\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if area1 <=0||area2 <=0{return 0,_c .Error (_ebd ,"\u0061\u0072\u0065\u0061s\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0067r\u0065a\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};_gafg ,_gebd :=bm1 .Width ,bm1 .Height ;_caaab ,_gfeca :=bm2 .Width ,bm2 .Height ; +_cdfa :=_gdca (_gafg -_caaab );if _cdfa > maxDiffW {return 0,nil ;};_adab :=_gdca (_gebd -_gfeca );if _adab > maxDiffH {return 0,nil ;};var _geeg ,_dggd int ;if delX >=0{_geeg =int (delX +0.5);}else {_geeg =int (delX -0.5);};if delY >=0{_dggd =int (delY +0.5); +}else {_dggd =int (delY -0.5);};_ecee :=_fbbe (_dggd ,0);_bcdb :=_aegb (_gfeca +_dggd ,_gebd );_faeac :=bm1 .RowStride *_ecee ;_dbfa :=bm2 .RowStride *(_ecee -_dggd );_dbec :=_fbbe (_geeg ,0);_fcgf :=_aegb (_caaab +_geeg ,_gafg );_eabb :=bm2 .RowStride ; +var _fgfg ,_feff int ;if _geeg >=8{_fgfg =_geeg >>3;_faeac +=_fgfg ;_dbec -=_fgfg <<3;_fcgf -=_fgfg <<3;_geeg &=7;}else if _geeg <=-8{_feff =-((_geeg +7)>>3);_dbfa +=_feff ;_eabb -=_feff ;_geeg +=_feff <<3;};if _dbec >=_fcgf ||_ecee >=_bcdb {return 0,nil ; +};_babc :=(_fcgf +7)>>3;var (_efaba ,_cdgg ,_cbce byte ;_feed ,_abg ,_gfcg int ;);switch {case _geeg ==0:for _gfcg =_ecee ;_gfcg < _bcdb ;_gfcg ,_faeac ,_dbfa =_gfcg +1,_faeac +bm1 .RowStride ,_dbfa +bm2 .RowStride {for _abg =0;_abg < _babc ;_abg ++{_cbce =bm1 .Data [_faeac +_abg ]&bm2 .Data [_dbfa +_abg ]; +_feed +=tab [_cbce ];};};case _geeg > 0:if _eabb < _babc {for _gfcg =_ecee ;_gfcg < _bcdb ;_gfcg ,_faeac ,_dbfa =_gfcg +1,_faeac +bm1 .RowStride ,_dbfa +bm2 .RowStride {_efaba ,_cdgg =bm1 .Data [_faeac ],bm2 .Data [_dbfa ]>>uint (_geeg );_cbce =_efaba &_cdgg ; +_feed +=tab [_cbce ];for _abg =1;_abg < _eabb ;_abg ++{_efaba ,_cdgg =bm1 .Data [_faeac +_abg ],(bm2 .Data [_dbfa +_abg ]>>uint (_geeg ))|(bm2 .Data [_dbfa +_abg -1]<>uint (_geeg ); +_cbce =_efaba &_cdgg ;_feed +=tab [_cbce ];for _abg =1;_abg < _babc ;_abg ++{_efaba =bm1 .Data [_faeac +_abg ];_cdgg =(bm2 .Data [_dbfa +_abg ]>>uint (_geeg ))|(bm2 .Data [_dbfa +_abg -1]<>uint (8+_geeg );_cbce =_efaba &_cdgg ;_feed +=tab [_cbce ];};};}else {for _gfcg =_ecee ;_gfcg < _bcdb ;_gfcg ,_faeac ,_dbfa =_gfcg +1,_faeac +bm1 .RowStride ,_dbfa +bm2 .RowStride {for _abg =0;_abg < _babc -1;_abg ++{_efaba =bm1 .Data [_faeac +_abg ]; +_cdgg =bm2 .Data [_dbfa +_abg ]<>uint (8+_geeg );_cbce =_efaba &_cdgg ;_feed +=tab [_cbce ];};_efaba =bm1 .Data [_faeac +_abg ];_cdgg =bm2 .Data [_dbfa +_abg ]<>1)&0x1)+(int (_fgfgge >>2)&0x1)+(int (_fgfgge >>3)&0x1)+(int (_fgfgge >>4)&0x1)+(int (_fgfgge >>5)&0x1)+(int (_fgfgge >>6)&0x1)+(int (_fgfgge >>7)&0x1); +};return _dfggc ;};func _fgc (_gga *Bitmap ,_cdbed int ,_ge []byte )(_efbf *Bitmap ,_agf error ){const _ffb ="\u0072\u0065\u0064\u0075\u0063\u0065\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0032";if _gga ==nil {return nil ,_c .Error (_ffb ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if _cdbed < 1||_cdbed > 4{return nil ,_c .Error (_ffb ,"\u006c\u0065\u0076\u0065\u006c\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u0069\u006e\u0020\u0073e\u0074\u0020\u007b\u0031\u002c\u0032\u002c\u0033\u002c\u0034\u007d");};if _gga .Height <=1{return nil ,_c .Errorf (_ffb ,"\u0073o\u0075\u0072c\u0065\u0020\u0068e\u0069\u0067\u0068\u0074\u0020\u006d\u0075s\u0074\u0020\u0062\u0065\u0020\u0061t\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0027\u0032\u0027\u0020-\u0020\u0069\u0073\u003a\u0020\u0027\u0025\u0064\u0027",_gga .Height ); +};_efbf =New (_gga .Width /2,_gga .Height /2);if _ge ==nil {_ge =_faaf ();};_ad :=_aegb (_gga .RowStride ,2*_efbf .RowStride );switch _cdbed {case 1:_agf =_cb (_gga ,_efbf ,_cdbed ,_ge ,_ad );case 2:_agf =_eedf (_gga ,_efbf ,_cdbed ,_ge ,_ad );case 3:_agf =_dfc (_gga ,_efbf ,_cdbed ,_ge ,_ad ); +case 4:_agf =_dgfg (_gga ,_efbf ,_cdbed ,_ge ,_ad );};if _agf !=nil {return nil ,_agf ;};return _efbf ,nil ;};func NewWithData (width ,height int ,data []byte )(*Bitmap ,error ){const _fbb ="N\u0065\u0077\u0057\u0069\u0074\u0068\u0044\u0061\u0074\u0061"; +_cga :=_dcg (width ,height );_cga .Data =data ;if len (data )< height *_cga .RowStride {return nil ,_c .Errorf (_fbb ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u0020l\u0065\u006e\u0067\u0074\u0068\u003a \u0025\u0064\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u003a\u0020\u0025\u0064",len (data ),height *_cga .RowStride ); +};return _cga ,nil ;};type fillSegment struct{_ccdc int ;_ggab int ;_ebdg int ;_afbcf int ;};func _fef (_eb ,_dgf *Bitmap )(_dgb error ){const _ba ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0034"; +_dag :=_dgf .RowStride ;_aeda :=_eb .RowStride ;_bbc :=_dgf .RowStride *4-_eb .RowStride ;var (_fde ,_efa byte ;_be uint32 ;_bec ,_aac ,_gg ,_gd ,_fb ,_bf ,_bag int ;);for _gg =0;_gg < _dgf .Height ;_gg ++{_bec =_gg *_dag ;_aac =4*_gg *_aeda ;for _gd =0; +_gd < _dag ;_gd ++{_fde =_dgf .Data [_bec +_gd ];_be =_dfge [_fde ];_bf =_aac +_gd *4;if _bbc !=0&&(_gd +1)*4> _eb .RowStride {for _fb =_bbc ;_fb > 0;_fb --{_efa =byte ((_be >>uint (_fb *8))&0xff);_bag =_bf +(_bbc -_fb );if _dgb =_eb .SetByte (_bag ,_efa ); +_dgb !=nil {return _c .Wrapf (_dgb ,_ba ,"D\u0069\u0066\u0066\u0065\u0072\u0065n\u0074\u0020\u0072\u006f\u0077\u0073\u0074\u0072\u0069d\u0065\u0073\u002e \u004b:\u0020\u0025\u0064",_fb );};};}else if _dgb =_eb .setFourBytes (_bf ,_be );_dgb !=nil {return _c .Wrap (_dgb ,_ba ,""); +};if _dgb =_eb .setFourBytes (_aac +_gd *4,_dfge [_dgf .Data [_bec +_gd ]]);_dgb !=nil {return _c .Wrap (_dgb ,_ba ,"");};};for _fb =1;_fb < 4;_fb ++{for _gd =0;_gd < _aeda ;_gd ++{if _dgb =_eb .SetByte (_aac +_fb *_aeda +_gd ,_eb .Data [_aac +_gd ]);_dgb !=nil {return _c .Wrapf (_dgb ,_ba ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0071\u0075\u0061\u0064\u0072\u0061\u0062l\u0065\u0027\u0020\u006c\u0069\u006ee\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0079\u0074\u0065\u003a \u0027\u0025\u0064\u0027",_fb ,_gd ); +};};};};return nil ;};func NewWithUnpaddedData (width ,height int ,data []byte )(*Bitmap ,error ){const _agfa ="\u004e\u0065\u0077\u0057it\u0068\u0055\u006e\u0070\u0061\u0064\u0064\u0065\u0064\u0044\u0061\u0074\u0061";_aada :=_dcg (width ,height );_aada .Data =data ; +if _cgb :=((width *height )+7)>>3;len (data )< _cgb {return nil ,_c .Errorf (_agfa ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064a\u0074\u0061\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002e\u0020\u0054\u0068\u0065\u0020\u0064\u0061t\u0061\u0020s\u0068\u006fu\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0074 l\u0065\u0061\u0073\u0074\u003a\u0020\u0027\u0025\u0064'\u0020\u0062\u0079\u0074\u0065\u0073",len (data ),_cgb ); +};if _cfe :=_aada .addPadBits ();_cfe !=nil {return nil ,_c .Wrap (_cfe ,_agfa ,"");};return _aada ,nil ;};func (_fcab *Bitmap )centroid (_dfbbb ,_cgd []int )(Point ,error ){_fecg :=Point {};_fcab .setPadBits (0);if len (_dfbbb )==0{_dfbbb =_dfbfc ();}; +if len (_cgd )==0{_cgd =_fcdbf ();};var _cdee ,_geacb ,_dbg ,_fadd ,_gdbe ,_aabd int ;var _bfee byte ;for _gdbe =0;_gdbe < _fcab .Height ;_gdbe ++{_ebbd :=_fcab .RowStride *_gdbe ;_fadd =0;for _aabd =0;_aabd < _fcab .RowStride ;_aabd ++{_bfee =_fcab .Data [_ebbd +_aabd ]; +if _bfee !=0{_fadd +=_cgd [_bfee ];_cdee +=_dfbbb [_bfee ]+_aabd *8*_cgd [_bfee ];};};_dbg +=_fadd ;_geacb +=_fadd *_gdbe ;};if _dbg !=0{_fecg .X =float32 (_cdee )/float32 (_dbg );_fecg .Y =float32 (_geacb )/float32 (_dbg );};return _fecg ,nil ;};type byHeight Bitmaps ; +func (_fbggg *Bitmaps )ClipToBitmap (s *Bitmap )(*Bitmaps ,error ){const _gbffb ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0043\u006c\u0069p\u0054\u006f\u0042\u0069tm\u0061\u0070";if _fbggg ==nil {return nil ,_c .Error (_gbffb ,"\u0042\u0069\u0074\u006dap\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if s ==nil {return nil ,_c .Error (_gbffb ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_bagaf :=len (_fbggg .Values );_becgg :=&Bitmaps {Values :make ([]*Bitmap ,_bagaf ),Boxes :make ([]*_ee .Rectangle ,_bagaf )}; +var (_dgfbe ,_cccc *Bitmap ;_cdggd *_ee .Rectangle ;_aeed error ;);for _cggc :=0;_cggc < _bagaf ;_cggc ++{if _dgfbe ,_aeed =_fbggg .GetBitmap (_cggc );_aeed !=nil {return nil ,_c .Wrap (_aeed ,_gbffb ,"");};if _cdggd ,_aeed =_fbggg .GetBox (_cggc );_aeed !=nil {return nil ,_c .Wrap (_aeed ,_gbffb ,""); +};if _cccc ,_aeed =s .clipRectangle (_cdggd ,nil );_aeed !=nil {return nil ,_c .Wrap (_aeed ,_gbffb ,"");};if _cccc ,_aeed =_cccc .And (_dgfbe );_aeed !=nil {return nil ,_c .Wrap (_aeed ,_gbffb ,"");};_becgg .Values [_cggc ]=_cccc ;_becgg .Boxes [_cggc ]=_cdggd ; +};return _becgg ,nil ;};func (_bbfa MorphProcess )getWidthHeight ()(_gfeb ,_edgda int ){return _bbfa .Arguments [0],_bbfa .Arguments [1];};func _dfa (_dba *Bitmap ,_efb ,_dcc int )(*Bitmap ,error ){const _fc ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0052\u0065p\u006c\u0069\u0063\u0061\u0074\u0065"; +if _dba ==nil {return nil ,_c .Error (_fc ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _efb <=0||_dcc <=0{return nil ,_c .Error (_fc ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0063\u0061l\u0065\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u003a\u0020<\u003d\u0020\u0030"); +};if _efb ==_dcc {if _efb ==1{_fge ,_dge :=_fcbc (nil ,_dba );if _dge !=nil {return nil ,_c .Wrap (_dge ,_fc ,"\u0078\u0046\u0061\u0063\u0074\u0020\u003d\u003d\u0020y\u0046\u0061\u0063\u0074");};return _fge ,nil ;};if _efb ==2||_efb ==4||_efb ==8{_dcb ,_fbe :=_aae (_dba ,_efb ); +if _fbe !=nil {return nil ,_c .Wrap (_fbe ,_fc ,"\u0078\u0046a\u0063\u0074\u0020i\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d");};return _dcb ,nil ;};};_ed :=_efb *_dba .Width ;_fa :=_dcc *_dba .Height ;_fgeg :=New (_ed ,_fa );_cf :=_fgeg .RowStride ; +var (_efe ,_ce ,_fdea ,_gdf ,_gfe int ;_eeg byte ;_dab error ;);for _ce =0;_ce < _dba .Height ;_ce ++{_efe =_dcc *_ce *_cf ;for _fdea =0;_fdea < _dba .Width ;_fdea ++{if _ea :=_dba .GetPixel (_fdea ,_ce );_ea {_gfe =_efb *_fdea ;for _gdf =0;_gdf < _efb ; +_gdf ++{_fgeg .setBit (_efe *8+_gfe +_gdf );};};};for _gdf =1;_gdf < _dcc ;_gdf ++{_aacc :=_efe +_gdf *_cf ;for _fbc :=0;_fbc < _cf ;_fbc ++{if _eeg ,_dab =_fgeg .GetByte (_efe +_fbc );_dab !=nil {return nil ,_c .Wrapf (_dab ,_fc ,"\u0072\u0065\u0070\u006cic\u0061\u0074\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u003a\u0020\u0027\u0025d\u0027",_gdf ); +};if _dab =_fgeg .SetByte (_aacc +_fbc ,_eeg );_dab !=nil {return nil ,_c .Wrap (_dab ,_fc ,"\u0053\u0065\u0074\u0074in\u0067\u0020\u0062\u0079\u0074\u0065\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};};};};return _fgeg ,nil ;};func _gef (_addc ,_cbb ,_gabd *Bitmap )(*Bitmap ,error ){const _dbb ="\u0073\u0075\u0062\u0074\u0072\u0061\u0063\u0074"; +if _cbb ==nil {return nil ,_c .Error (_dbb ,"'\u0073\u0031\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};if _gabd ==nil {return nil ,_c .Error (_dbb ,"'\u0073\u0032\u0027\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};var _bba error ;switch {case _addc ==_cbb :if _bba =_addc .RasterOperation (0,0,_cbb .Width ,_cbb .Height ,PixNotSrcAndDst ,_gabd ,0,0); +_bba !=nil {return nil ,_c .Wrap (_bba ,_dbb ,"\u0064 \u003d\u003d\u0020\u0073\u0031");};case _addc ==_gabd :if _bba =_addc .RasterOperation (0,0,_cbb .Width ,_cbb .Height ,PixNotSrcAndDst ,_cbb ,0,0);_bba !=nil {return nil ,_c .Wrap (_bba ,_dbb ,"\u0064 \u003d\u003d\u0020\u0073\u0032"); +};default:_addc ,_bba =_fcbc (_addc ,_cbb );if _bba !=nil {return nil ,_c .Wrap (_bba ,_dbb ,"");};if _bba =_addc .RasterOperation (0,0,_cbb .Width ,_cbb .Height ,PixNotSrcAndDst ,_gabd ,0,0);_bba !=nil {return nil ,_c .Wrap (_bba ,_dbb ,"\u0064e\u0066\u0061\u0075\u006c\u0074"); +};};return _addc ,nil ;};func _aead (_gcga ,_fbae *Bitmap ,_eabf *Selection )(*Bitmap ,error ){const _cfccd ="\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u004d\u006f\u0072\u0070\u0068A\u0072\u0067\u0073\u0032";var _abec ,_eaac int ;if _fbae ==nil {return nil ,_c .Error (_cfccd ,"s\u006fu\u0072\u0063\u0065\u0020\u0062\u0069\u0074\u006da\u0070\u0020\u0069\u0073 n\u0069\u006c"); +};if _eabf ==nil {return nil ,_c .Error (_cfccd ,"\u0073e\u006c \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};_abec =_eabf .Width ;_eaac =_eabf .Height ;if _abec ==0||_eaac ==0{return nil ,_c .Error (_cfccd ,"\u0073\u0065\u006c\u0020\u006f\u0066\u0020\u0073\u0069\u007a\u0065\u0020\u0030"); +};if _gcga ==nil {return _fbae .createTemplate (),nil ;};if _feea :=_gcga .resizeImageData (_fbae );_feea !=nil {return nil ,_feea ;};return _gcga ,nil ;};func (_fcfb *byWidth )Less (i ,j int )bool {return _fcfb .Values [i ].Width < _fcfb .Values [j ].Width }; +func (_aaeba *Bitmaps )SortByHeight (){_gcfec :=(*byHeight )(_aaeba );_ff .Sort (_gcfec )};func (_dbdb *ClassedPoints )xSortFunction ()func (_degbg int ,_fafe int )bool {return func (_bggb ,_ffee int )bool {return _dbdb .XAtIndex (_bggb )< _dbdb .XAtIndex (_ffee )}; +};func _egfg (_fdag ...MorphProcess )(_baea error ){const _fggb ="v\u0065r\u0069\u0066\u0079\u004d\u006f\u0072\u0070\u0068P\u0072\u006f\u0063\u0065ss\u0065\u0073";var _edbg ,_cgec int ;for _gge ,_gcfc :=range _fdag {if _baea =_gcfc .verify (_gge ,&_edbg ,&_cgec ); +_baea !=nil {return _c .Wrap (_baea ,_fggb ,"");};};if _cgec !=0&&_edbg !=0{return _c .Error (_fggb ,"\u004d\u006f\u0072\u0070\u0068\u0020\u0073\u0065\u0071\u0075\u0065n\u0063\u0065\u0020\u002d\u0020\u0062\u006f\u0072d\u0065r\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0062\u0075\u0074\u0020\u006e\u0065\u0074\u0020\u0072\u0065\u0064u\u0063\u0074\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0030"); +};return nil ;};func _bdbf (_faeacf ,_efae *Bitmap ,_eaa ,_adgb int )(*Bitmap ,error ){const _ceeg ="\u006fp\u0065\u006e\u0042\u0072\u0069\u0063k";if _efae ==nil {return nil ,_c .Error (_ceeg ,"\u0073o\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061p\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d"); +};if _eaa < 1&&_adgb < 1{return nil ,_c .Error (_ceeg ,"\u0068\u0053\u0069\u007ae \u003c\u0020\u0031\u0020\u0026\u0026\u0020\u0076\u0053\u0069\u007a\u0065\u0020\u003c \u0031");};if _eaa ==1&&_adgb ==1{return _efae .Copy (),nil ;};if _eaa ==1||_adgb ==1{var _cfcc error ; +_gbbe :=SelCreateBrick (_adgb ,_eaa ,_adgb /2,_eaa /2,SelHit );_faeacf ,_cfcc =_afcc (_faeacf ,_efae ,_gbbe );if _cfcc !=nil {return nil ,_c .Wrap (_cfcc ,_ceeg ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _faeacf ,nil ;};_fede :=SelCreateBrick (1,_eaa ,0,_eaa /2,SelHit );_fgebg :=SelCreateBrick (_adgb ,1,_adgb /2,0,SelHit );_babd ,_bfba :=_fgd (nil ,_efae ,_fede );if _bfba !=nil {return nil ,_c .Wrap (_bfba ,_ceeg ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};_faeacf ,_bfba =_fgd (_faeacf ,_babd ,_fgebg );if _bfba !=nil {return nil ,_c .Wrap (_bfba ,_ceeg ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};_ ,_bfba =_eddc (_babd ,_faeacf ,_fede );if _bfba !=nil {return nil ,_c .Wrap (_bfba ,_ceeg ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};_ ,_bfba =_eddc (_faeacf ,_babd ,_fgebg );if _bfba !=nil {return nil ,_c .Wrap (_bfba ,_ceeg ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};return _faeacf ,nil ;};func _gfb ()(_caf [256]uint32 ){for _efg :=0;_efg < 256;_efg ++{if _efg &0x01!=0{_caf [_efg ]|=0xf; +};if _efg &0x02!=0{_caf [_efg ]|=0xf0;};if _efg &0x04!=0{_caf [_efg ]|=0xf00;};if _efg &0x08!=0{_caf [_efg ]|=0xf000;};if _efg &0x10!=0{_caf [_efg ]|=0xf0000;};if _efg &0x20!=0{_caf [_efg ]|=0xf00000;};if _efg &0x40!=0{_caf [_efg ]|=0xf000000;};if _efg &0x80!=0{_caf [_efg ]|=0xf0000000; +};};return _caf ;};func TstTSymbol (t *_cd .T ,scale ...int )*Bitmap {_febdf ,_ceea :=NewWithData (5,5,[]byte {0xF8,0x20,0x20,0x20,0x20});_fe .NoError (t ,_ceea );return TstGetScaledSymbol (t ,_febdf ,scale ...);};func (_dfbee *Selection )findMaxTranslations ()(_faaa ,_eggec ,_dedba ,_gcec int ){for _aabc :=0; +_aabc < _dfbee .Height ;_aabc ++{for _ebaf :=0;_ebaf < _dfbee .Width ;_ebaf ++{if _dfbee .Data [_aabc ][_ebaf ]==SelHit {_faaa =_fbbe (_faaa ,_dfbee .Cx -_ebaf );_eggec =_fbbe (_eggec ,_dfbee .Cy -_aabc );_dedba =_fbbe (_dedba ,_ebaf -_dfbee .Cx );_gcec =_fbbe (_gcec ,_aabc -_dfbee .Cy ); +};};};return _faaa ,_eggec ,_dedba ,_gcec ;};func _eaga (_dcaf ,_dddg ,_babfg byte )byte {return (_dcaf &^(_babfg ))|(_dddg &_babfg )};const (_ LocationFilter =iota ;LocSelectWidth ;LocSelectHeight ;LocSelectXVal ;LocSelectYVal ;LocSelectIfEither ;LocSelectIfBoth ; +);func (_gdfg *Bitmaps )Size ()int {return len (_gdfg .Values )};func (_ddfg *Bitmaps )selectByIndexes (_dgbac []int )(*Bitmaps ,error ){_efce :=&Bitmaps {};for _ ,_afbd :=range _dgbac {_fbeea ,_dgfdb :=_ddfg .GetBitmap (_afbd );if _dgfdb !=nil {return nil ,_c .Wrap (_dgfdb ,"\u0073e\u006ce\u0063\u0074\u0042\u0079\u0049\u006e\u0064\u0065\u0078\u0065\u0073",""); +};_efce .AddBitmap (_fbeea );};return _efce ,nil ;};func TstWordBitmap (t *_cd .T ,scale ...int )*Bitmap {_fccgb :=1;if len (scale )> 0{_fccgb =scale [0];};_bddd :=3;_bcf :=9+7+15+2*_bddd ;_babfc :=5+_bddd +5;_cbdc :=New (_bcf *_fccgb ,_babfc *_fccgb ); +_daef :=&Bitmaps {};var _fcce *int ;_bddd *=_fccgb ;_egag :=0;_fcce =&_egag ;_eccg :=0;_dabb :=TstDSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,_bddd ); +_dabb =TstISymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstTSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,_bddd );_dabb =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb ); +_dabb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstWSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,0);*_fcce =0;_eccg =5*_fccgb +_bddd ;_dabb =TstOSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb ); +_dabb =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,_bddd );_dabb =TstNSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstESymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb ); +_dabb =TstVSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstESymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,1*_fccgb );_dabb =TstRSymbol (t ,scale ...);TstAddSymbol (t ,_daef ,_dabb ,_fcce ,_eccg ,0); +TstWriteSymbols (t ,_daef ,_cbdc );return _cbdc ;};type Points []Point ;func (_ffe *Bitmap )Copy ()*Bitmap {_bgcf :=make ([]byte ,len (_ffe .Data ));copy (_bgcf ,_ffe .Data );return &Bitmap {Width :_ffe .Width ,Height :_ffe .Height ,RowStride :_ffe .RowStride ,Data :_bgcf ,Color :_ffe .Color ,Text :_ffe .Text ,BitmapNumber :_ffe .BitmapNumber ,Special :_ffe .Special }; +};func (_dbc *ClassedPoints )GetIntYByClass (i int )(int ,error ){const _dbdfg ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073";if i >=_dbc .IntSlice .Size (){return 0,_c .Errorf (_dbdfg ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); +};return int (_dbc .YAtIndex (i )),nil ;};var MorphBC BoundaryCondition ;func (_bddg *Bitmaps )String ()string {_defgb :=_d .Builder {};for _ ,_cdbd :=range _bddg .Values {_defgb .WriteString (_cdbd .String ());_defgb .WriteRune ('\n');};return _defgb .String (); +};type Color int ;func TstVSymbol (t *_cd .T ,scale ...int )*Bitmap {_ffcb ,_abdc :=NewWithData (5,5,[]byte {0x88,0x88,0x88,0x50,0x20});_fe .NoError (t ,_abdc );return TstGetScaledSymbol (t ,_ffcb ,scale ...);};func (_beda *byWidth )Swap (i ,j int ){_beda .Values [i ],_beda .Values [j ]=_beda .Values [j ],_beda .Values [i ]; +if _beda .Boxes !=nil {_beda .Boxes [i ],_beda .Boxes [j ]=_beda .Boxes [j ],_beda .Boxes [i ];};};func (_egacb *Bitmap )setTwoBytes (_fdc int ,_cde uint16 )error {if _fdc +1> len (_egacb .Data )-1{return _c .Errorf ("s\u0065\u0074\u0054\u0077\u006f\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",_fdc ); +};_egacb .Data [_fdc ]=byte ((_cde &0xff00)>>8);_egacb .Data [_fdc +1]=byte (_cde &0xff);return nil ;};func _caae (_faeeb *Bitmap ,_fgae ...MorphProcess )(_efdf *Bitmap ,_ccbe error ){const _fddd ="\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065"; +if _faeeb ==nil {return nil ,_c .Error (_fddd ,"\u006d\u006f\u0072\u0070\u0068\u0053\u0065\u0071\u0075\u0065\u006e\u0063\u0065 \u0073\u006f\u0075\u0072\u0063\u0065 \u0062\u0069\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064"); +};if len (_fgae )==0{return nil ,_c .Error (_fddd ,"m\u006f\u0072\u0070\u0068\u0053\u0065q\u0075\u0065\u006e\u0063\u0065\u002c \u0073\u0065\u0071\u0075\u0065\u006e\u0063e\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};if _ccbe =_egfg (_fgae ...); +_ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};var _bbeg ,_gdgb ,_acga int ;_efdf =_faeeb .Copy ();for _ ,_edea :=range _fgae {switch _edea .Operation {case MopDilation :_bbeg ,_gdgb =_edea .getWidthHeight ();_efdf ,_ccbe =DilateBrick (nil ,_efdf ,_bbeg ,_gdgb ); +if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};case MopErosion :_bbeg ,_gdgb =_edea .getWidthHeight ();_efdf ,_ccbe =_affd (nil ,_efdf ,_bbeg ,_gdgb );if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};case MopOpening :_bbeg ,_gdgb =_edea .getWidthHeight (); +_efdf ,_ccbe =_bdbf (nil ,_efdf ,_bbeg ,_gdgb );if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};case MopClosing :_bbeg ,_gdgb =_edea .getWidthHeight ();_efdf ,_ccbe =_agc (nil ,_efdf ,_bbeg ,_gdgb );if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,""); +};case MopRankBinaryReduction :_efdf ,_ccbe =_dd (_efdf ,_edea .Arguments ...);if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};case MopReplicativeBinaryExpansion :_efdf ,_ccbe =_decb (_efdf ,_edea .Arguments [0]);if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,""); +};case MopAddBorder :_acga =_edea .Arguments [0];_efdf ,_ccbe =_efdf .AddBorder (_acga ,0);if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"");};default:return nil ,_c .Error (_fddd ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u006fr\u0070\u0068\u004f\u0070\u0065\u0072\u0061ti\u006f\u006e\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0074\u006f t\u0068\u0065 \u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065"); +};};if _acga > 0{_efdf ,_ccbe =_efdf .RemoveBorder (_acga );if _ccbe !=nil {return nil ,_c .Wrap (_ccbe ,_fddd ,"\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u003e\u0020\u0030");};};return _efdf ,nil ;};func Dilate (d *Bitmap ,s *Bitmap ,sel *Selection )(*Bitmap ,error ){return _eddc (d ,s ,sel )}; +func (_fggbeb *BitmapsArray )GetBitmaps (i int )(*Bitmaps ,error ){const _egfc ="\u0042\u0069\u0074ma\u0070\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u0069\u0074\u006d\u0061\u0070\u0073";if _fggbeb ==nil {return nil ,_c .Error (_egfc ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027"); +};if i > len (_fggbeb .Values )-1{return nil ,_c .Errorf (_egfc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _fggbeb .Values [i ],nil ;};func (_cabdb *Bitmaps )selectByIndicator (_cfgc *_e .NumSlice )(_gcde *Bitmaps ,_gedd error ){const _faaae ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u0073\u0065\u006c\u0065c\u0074B\u0079I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; +if _cabdb ==nil {return nil ,_c .Error (_faaae ,"\u0027\u0062\u0027 b\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _cfgc ==nil {return nil ,_c .Error (_faaae ,"'\u006e\u0061\u0027\u0020\u0069\u006ed\u0069\u0063\u0061\u0074\u006f\u0072\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064"); +};if len (_cabdb .Values )==0{return _cabdb ,nil ;};if len (*_cfgc )!=len (_cabdb .Values ){return nil ,_c .Errorf (_faaae ,"\u006ea\u0020\u006ce\u006e\u0067\u0074\u0068:\u0020\u0025\u0064,\u0020\u0069\u0073\u0020\u0064\u0069\u0066\u0066\u0065re\u006e\u0074\u0020t\u0068\u0061n\u0020\u0062\u0069\u0074\u006d\u0061p\u0073\u003a \u0025\u0064",len (*_cfgc ),len (_cabdb .Values )); +};var _ceac ,_cfcdd ,_gcda int ;for _cfcdd =0;_cfcdd < len (*_cfgc );_cfcdd ++{if _ceac ,_gedd =_cfgc .GetInt (_cfcdd );_gedd !=nil {return nil ,_c .Wrap (_gedd ,_faaae ,"f\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0065\u0063\u006b");};if _ceac ==1{_gcda ++; +};};if _gcda ==len (_cabdb .Values ){return _cabdb ,nil ;};_gcde =&Bitmaps {};_gfdba :=len (_cabdb .Values )==len (_cabdb .Boxes );for _cfcdd =0;_cfcdd < len (*_cfgc );_cfcdd ++{if _ceac =int ((*_cfgc )[_cfcdd ]);_ceac ==0{continue ;};_gcde .Values =append (_gcde .Values ,_cabdb .Values [_cfcdd ]); +if _gfdba {_gcde .Boxes =append (_gcde .Boxes ,_cabdb .Boxes [_cfcdd ]);};};return _gcde ,nil ;};const (SelDontCare SelectionValue =iota ;SelHit ;SelMiss ;);func (_ffg *Bitmap )clearAll ()error {return _ffg .RasterOperation (0,0,_ffg .Width ,_ffg .Height ,PixClr ,nil ,0,0); +};func _ggfg (_bea *Bitmap )(_adcf *Bitmap ,_bcec int ,_efea error ){const _dcdd ="\u0042i\u0074\u006d\u0061\u0070.\u0077\u006f\u0072\u0064\u004da\u0073k\u0042y\u0044\u0069\u006c\u0061\u0074\u0069\u006fn";if _bea ==nil {return nil ,0,_c .Errorf (_dcdd ,"\u0027\u0073\u0027\u0020bi\u0074\u006d\u0061\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); +};var _adaf ,_gefg *Bitmap ;if _adaf ,_efea =_fcbc (nil ,_bea );_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0063\u006f\u0070\u0079\u0020\u0027\u0073\u0027");};var (_bdbb [13]int ;_bdea ,_ccde int ;);_eedg :=12;_gcfe :=_e .NewNumSlice (_eedg +1); +_cafg :=_e .NewNumSlice (_eedg +1);var _eebg *Boxes ;for _eafb :=0;_eafb <=_eedg ;_eafb ++{if _eafb ==0{if _gefg ,_efea =_fcbc (nil ,_adaf );_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0066i\u0072\u0073\u0074\u0020\u0062\u006d2");};}else {if _gefg ,_efea =_caae (_adaf ,MorphProcess {Operation :MopDilation ,Arguments :[]int {2,1}}); +_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0064\u0069\u006ca\u0074\u0069\u006f\u006e\u0020\u0062\u006d\u0032");};};if _eebg ,_efea =_gefg .connComponentsBB (4);_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"");};_bdbb [_eafb ]=len (*_eebg ); +_gcfe .AddInt (_bdbb [_eafb ]);switch _eafb {case 0:_bdea =_bdbb [0];default:_ccde =_bdbb [_eafb -1]-_bdbb [_eafb ];_cafg .AddInt (_ccde );};_adaf =_gefg ;};_gdef :=true ;_dagd :=2;var _gacb ,_ebfb int ;for _bedb :=1;_bedb < len (*_cafg );_bedb ++{if _gacb ,_efea =_gcfe .GetInt (_bedb ); +_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0043\u0068\u0065\u0063ki\u006e\u0067\u0020\u0062\u0065\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0069o\u006e");};if _gdef &&_gacb < int (0.3*float32 (_bdea )){_dagd =_bedb +1;_gdef =false ;}; +if _ccde ,_efea =_cafg .GetInt (_bedb );_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006ea\u0044\u0069\u0066\u0066");};if _ccde > _ebfb {_ebfb =_ccde ;};};_ecgc :=_bea .XResolution ;if _ecgc ==0{_ecgc =150; +};if _ecgc > 110{_dagd ++;};if _dagd < 2{_aa .Log .Trace ("J\u0042\u0049\u0047\u0032\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0042\u0065\u0073\u0074 \u0074\u006f\u0020\u006d\u0069\u006e\u0069\u006d\u0075\u006d a\u006c\u006c\u006fw\u0061b\u006c\u0065"); +_dagd =2;};_bcec =_dagd +1;if _adcf ,_efea =_afce (nil ,_bea ,_dagd +1,1);_efea !=nil {return nil ,0,_c .Wrap (_efea ,_dcdd ,"\u0067\u0065\u0074\u0074in\u0067\u0020\u006d\u0061\u0073\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};return _adcf ,_bcec ,nil ; +};func (_aaba *Bitmaps )SelectByIndexes (idx []int )(*Bitmaps ,error ){const _gceda ="B\u0069\u0074\u006d\u0061\u0070\u0073.\u0053\u006f\u0072\u0074\u0049\u006e\u0064\u0065\u0078e\u0073\u0042\u0079H\u0065i\u0067\u0068\u0074";_gdfcc ,_eafd :=_aaba .selectByIndexes (idx ); +if _eafd !=nil {return nil ,_c .Wrap (_eafd ,_gceda ,"");};return _gdfcc ,nil ;};func (_decc *ClassedPoints )GetIntXByClass (i int )(int ,error ){const _daa ="\u0043\u006c\u0061\u0073s\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047e\u0074I\u006e\u0074\u0059\u0042\u0079\u0043\u006ca\u0073\u0073"; +if i >=_decc .IntSlice .Size (){return 0,_c .Errorf (_daa ,"\u0069\u003a\u0020\u0027\u0025\u0064\u0027 \u0069\u0073\u0020o\u0075\u0074\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0049\u006e\u0074\u0053\u006c\u0069\u0063\u0065",i ); +};return int (_decc .XAtIndex (i )),nil ;};type Bitmap struct{Width ,Height int ;BitmapNumber int ;RowStride int ;Data []byte ;Color Color ;Special int ;Text string ;XResolution ,YResolution int ;};func Centroid (bm *Bitmap ,centTab ,sumTab []int )(Point ,error ){return bm .centroid (centTab ,sumTab )}; +func _dfbfc ()[]int {_fbgc :=make ([]int ,256);_fbgc [0]=0;_fbgc [1]=7;var _ffac int ;for _ffac =2;_ffac < 4;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -2]+6;};for _ffac =4;_ffac < 8;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -4]+5;};for _ffac =8;_ffac < 16;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -8]+4; +};for _ffac =16;_ffac < 32;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -16]+3;};for _ffac =32;_ffac < 64;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -32]+2;};for _ffac =64;_ffac < 128;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -64]+1;};for _ffac =128;_ffac < 256;_ffac ++{_fbgc [_ffac ]=_fbgc [_ffac -128]; +};return _fbgc ;};func (_dgfb *Bitmap )SetPixel (x ,y int ,pixel byte )error {_aaeb :=_dgfb .GetByteIndex (x ,y );if _aaeb > len (_dgfb .Data )-1{return _c .Errorf ("\u0053\u0065\u0074\u0050\u0069\u0078\u0065\u006c","\u0069\u006e\u0064\u0065x \u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020%\u0064",_aaeb ); +};_ggcg :=_dgfb .GetBitOffset (x );_dfgf :=uint (7-_ggcg );_dedb :=_dgfb .Data [_aaeb ];var _abag byte ;if pixel ==1{_abag =_dedb |(pixel &0x01<<_dfgf );}else {_abag =_dedb &^(1<<_dfgf );};_dgfb .Data [_aaeb ]=_abag ;return nil ;};func _afce (_gead ,_cbbb *Bitmap ,_bgeef ,_abb int )(*Bitmap ,error ){const _egff ="\u0063\u006c\u006f\u0073\u0065\u0042\u0072\u0069\u0063\u006b"; +if _cbbb ==nil {return nil ,_c .Error (_egff ,"\u0073o\u0075r\u0063\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064");};if _bgeef < 1||_abb < 1{return nil ,_c .Error (_egff ,"\u0068S\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0053\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031"); +};if _bgeef ==1&&_abb ==1{return _cbbb .Copy (),nil ;};if _bgeef ==1||_abb ==1{_bga :=SelCreateBrick (_abb ,_bgeef ,_abb /2,_bgeef /2,SelHit );var _dagcb error ;_gead ,_dagcb =_dgce (_gead ,_cbbb ,_bga );if _dagcb !=nil {return nil ,_c .Wrap (_dagcb ,_egff ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031"); +};return _gead ,nil ;};_fffcd :=SelCreateBrick (1,_bgeef ,0,_bgeef /2,SelHit );_cbad :=SelCreateBrick (_abb ,1,_abb /2,0,SelHit );_cfcdg ,_dgced :=_eddc (nil ,_cbbb ,_fffcd );if _dgced !=nil {return nil ,_c .Wrap (_dgced ,_egff ,"\u0031\u0073\u0074\u0020\u0064\u0069\u006c\u0061\u0074\u0065"); +};if _gead ,_dgced =_eddc (_gead ,_cfcdg ,_cbad );_dgced !=nil {return nil ,_c .Wrap (_dgced ,_egff ,"\u0032\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_dgced =_fgd (_cfcdg ,_gead ,_fffcd );_dgced !=nil {return nil ,_c .Wrap (_dgced ,_egff ,"\u0031s\u0074\u0020\u0065\u0072\u006f\u0064e"); +};if _ ,_dgced =_fgd (_gead ,_cfcdg ,_cbad );_dgced !=nil {return nil ,_c .Wrap (_dgced ,_egff ,"\u0032n\u0064\u0020\u0065\u0072\u006f\u0064e");};return _gead ,nil ;};func (_aeea *Bitmap )RemoveBorderGeneral (left ,right ,top ,bot int )(*Bitmap ,error ){return _aeea .removeBorderGeneral (left ,right ,top ,bot ); +};func (_egeg Points )GetIntX (i int )(int ,error ){if i >=len (_egeg ){return 0,_c .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0058","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return int (_egeg [i ].X ),nil ;};type Component int ;func (_fgbf *Bitmaps )GetBitmap (i int )(*Bitmap ,error ){const _aaccc ="\u0047e\u0074\u0042\u0069\u0074\u006d\u0061p";if _fgbf ==nil {return nil ,_c .Error (_aaccc ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0042\u0069\u0074ma\u0070\u0073"); +};if i > len (_fgbf .Values )-1{return nil ,_c .Errorf (_aaccc ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _fgbf .Values [i ],nil ;};func (_ccca *Points )AddPoint (x ,y float32 ){*_ccca =append (*_ccca ,Point {x ,y })}; +func TstESymbol (t *_cd .T ,scale ...int )*Bitmap {_edfca ,_caaae :=NewWithData (4,5,[]byte {0xF0,0x80,0xE0,0x80,0xF0});_fe .NoError (t ,_caaae );return TstGetScaledSymbol (t ,_edfca ,scale ...);};func _eed (_b ,_bb *Bitmap )(_fda error ){const _gf ="\u0065\u0078\u0070\u0061nd\u0042\u0069\u006e\u0061\u0072\u0079\u0046\u0061\u0063\u0074\u006f\u0072\u0032"; +_ae :=_bb .RowStride ;_dg :=_b .RowStride ;var (_fdd byte ;_df uint16 ;_dc ,_da ,_ef ,_aed ,_ca int ;);for _ef =0;_ef < _bb .Height ;_ef ++{_dc =_ef *_ae ;_da =2*_ef *_dg ;for _aed =0;_aed < _ae ;_aed ++{_fdd =_bb .Data [_dc +_aed ];_df =_egcde [_fdd ]; +_ca =_da +_aed *2;if _b .RowStride !=_bb .RowStride *2&&(_aed +1)*2> _b .RowStride {_fda =_b .SetByte (_ca ,byte (_df >>8));}else {_fda =_b .setTwoBytes (_ca ,_df );};if _fda !=nil {return _c .Wrap (_fda ,_gf ,"");};};for _aed =0;_aed < _dg ;_aed ++{_ca =_da +_dg +_aed ; +_fdd =_b .Data [_da +_aed ];if _fda =_b .SetByte (_ca ,_fdd );_fda !=nil {return _c .Wrapf (_fda ,_gf ,"c\u006f\u0070\u0079\u0020\u0064\u006fu\u0062\u006c\u0065\u0064\u0020\u006ci\u006e\u0065\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0042\u0079\u0074\u0065\u003a\u0020\u0027\u0025d\u0027",_da +_aed ,_da +_dg +_aed ); +};};};return nil ;};func Rect (x ,y ,w ,h int )(*_ee .Rectangle ,error ){const _adg ="b\u0069\u0074\u006d\u0061\u0070\u002e\u0052\u0065\u0063\u0074";if x < 0{w +=x ;x =0;if w <=0{return nil ,_c .Errorf (_adg ,"x\u003a\u0027\u0025\u0064\u0027\u0020<\u0020\u0030\u0020\u0061\u006e\u0064\u0020\u0077\u003a \u0027\u0025\u0064'\u0020<\u003d\u0020\u0030",x ,w ); +};};if y < 0{h +=y ;y =0;if h <=0{return nil ,_c .Error (_adg ,"\u0079\u0020\u003c 0\u0020\u0061\u006e\u0064\u0020\u0062\u006f\u0078\u0020\u006f\u0066\u0066\u0020\u002b\u0071\u0075\u0061\u0064");};};_gfca :=_ee .Rect (x ,y ,x +w ,y +h );return &_gfca ,nil ; +};func (_eddb *Bitmaps )makeSizeIndicator (_afdf ,_gdgcf int ,_cbff LocationFilter ,_ebcdd SizeComparison )(_fgfeb *_e .NumSlice ,_eefe error ){const _aafd ="\u0042i\u0074\u006d\u0061\u0070s\u002e\u006d\u0061\u006b\u0065S\u0069z\u0065I\u006e\u0064\u0069\u0063\u0061\u0074\u006fr"; +if _eddb ==nil {return nil ,_c .Error (_aafd ,"\u0062\u0069\u0074ma\u0070\u0073\u0020\u0027\u0062\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch _cbff {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_c .Errorf (_aafd ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",_cbff ); +};switch _ebcdd {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_c .Errorf (_aafd ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",_ebcdd ); +};_fgfeb =&_e .NumSlice {};var (_cbca ,_gdaea ,_gffcg int ;_cccbf *Bitmap ;);for _ ,_cccbf =range _eddb .Values {_cbca =0;_gdaea ,_gffcg =_cccbf .Width ,_cccbf .Height ;switch _cbff {case LocSelectWidth :if (_ebcdd ==SizeSelectIfLT &&_gdaea < _afdf )||(_ebcdd ==SizeSelectIfGT &&_gdaea > _afdf )||(_ebcdd ==SizeSelectIfLTE &&_gdaea <=_afdf )||(_ebcdd ==SizeSelectIfGTE &&_gdaea >=_afdf )||(_ebcdd ==SizeSelectIfEQ &&_gdaea ==_afdf ){_cbca =1; +};case LocSelectHeight :if (_ebcdd ==SizeSelectIfLT &&_gffcg < _gdgcf )||(_ebcdd ==SizeSelectIfGT &&_gffcg > _gdgcf )||(_ebcdd ==SizeSelectIfLTE &&_gffcg <=_gdgcf )||(_ebcdd ==SizeSelectIfGTE &&_gffcg >=_gdgcf )||(_ebcdd ==SizeSelectIfEQ &&_gffcg ==_gdgcf ){_cbca =1; +};case LocSelectIfEither :if (_ebcdd ==SizeSelectIfLT &&(_gdaea < _afdf ||_gffcg < _gdgcf ))||(_ebcdd ==SizeSelectIfGT &&(_gdaea > _afdf ||_gffcg > _gdgcf ))||(_ebcdd ==SizeSelectIfLTE &&(_gdaea <=_afdf ||_gffcg <=_gdgcf ))||(_ebcdd ==SizeSelectIfGTE &&(_gdaea >=_afdf ||_gffcg >=_gdgcf ))||(_ebcdd ==SizeSelectIfEQ &&(_gdaea ==_afdf ||_gffcg ==_gdgcf )){_cbca =1; +};case LocSelectIfBoth :if (_ebcdd ==SizeSelectIfLT &&(_gdaea < _afdf &&_gffcg < _gdgcf ))||(_ebcdd ==SizeSelectIfGT &&(_gdaea > _afdf &&_gffcg > _gdgcf ))||(_ebcdd ==SizeSelectIfLTE &&(_gdaea <=_afdf &&_gffcg <=_gdgcf ))||(_ebcdd ==SizeSelectIfGTE &&(_gdaea >=_afdf &&_gffcg >=_gdgcf ))||(_ebcdd ==SizeSelectIfEQ &&(_gdaea ==_afdf &&_gffcg ==_gdgcf )){_cbca =1; +};};_fgfeb .AddInt (_cbca );};return _fgfeb ,nil ;};type CombinationOperator int ;func TstFrameBitmapData ()[]byte {return _dbdef .Data };func SelCreateBrick (h ,w int ,cy ,cx int ,tp SelectionValue )*Selection {_ddab :=_cdgae (h ,w ,"");_ddab .setOrigin (cy ,cx ); +var _eggd ,_gfbc int ;for _eggd =0;_eggd < h ;_eggd ++{for _gfbc =0;_gfbc < w ;_gfbc ++{_ddab .Data [_eggd ][_gfbc ]=tp ;};};return _ddab ;};func (_cea *Bitmap )SizesEqual (s *Bitmap )bool {if _cea ==s {return true ;};if _cea .Width !=s .Width ||_cea .Height !=s .Height {return false ; +};return true ;};func (_fgbec MorphProcess )verify (_gadf int ,_dgaa ,_eefgb *int )error {const _gbac ="\u004d\u006f\u0072\u0070hP\u0072\u006f\u0063\u0065\u0073\u0073\u002e\u0076\u0065\u0072\u0069\u0066\u0079";switch _fgbec .Operation {case MopDilation ,MopErosion ,MopOpening ,MopClosing :if len (_fgbec .Arguments )!=2{return _c .Error (_gbac ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0064\u0027\u002c\u0020\u0027\u0065\u0027\u002c \u0027\u006f\u0027\u002c\u0020\u0027\u0063\u0027\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073\u0074\u0020\u0032\u0020\u0061r\u0067\u0075\u006d\u0065\u006et\u0073"); +};_eacg ,_cda :=_fgbec .getWidthHeight ();if _eacg <=0||_cda <=0{return _c .Error (_gbac ,"O\u0070er\u0061t\u0069o\u006e\u003a\u0020\u0027\u0064'\u002c\u0020\u0027e\u0027\u002c\u0020\u0027\u006f'\u002c\u0020\u0027c\u0027\u0020\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073 \u0062\u006f\u0074h w\u0069\u0064\u0074\u0068\u0020\u0061n\u0064\u0020\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u0074\u006f\u0020b\u0065 \u003e\u003d\u0020\u0030"); +};case MopRankBinaryReduction :_bfbb :=len (_fgbec .Arguments );*_dgaa +=_bfbb ;if _bfbb < 1||_bfbb > 4{return _c .Error (_gbac ,"\u004f\u0070\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0072\u0027\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061s\u0074\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0061\u0074\u0020\u006d\u006fs\u0074\u0020\u0034\u0020\u0061\u0072g\u0075\u006d\u0065n\u0074\u0073"); +};for _bbdd :=0;_bbdd < _bfbb ;_bbdd ++{if _fgbec .Arguments [_bbdd ]< 1||_fgbec .Arguments [_bbdd ]> 4{return _c .Error (_gbac ,"\u0052\u0061\u006e\u006b\u0042\u0069n\u0061\u0072\u0079\u0052\u0065\u0064\u0075\u0063\u0074\u0069\u006f\u006e\u0020\u006c\u0065\u0076\u0065\u006c\u0020\u006du\u0073\u0074\u0020\u0062\u0065\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 \u00280\u002c\u0020\u0034\u003e"); +};};case MopReplicativeBinaryExpansion :if len (_fgbec .Arguments )==0{return _c .Error (_gbac ,"\u0052\u0065\u0070\u006c\u0069\u0063\u0061\u0074i\u0076\u0065\u0042in\u0061\u0072\u0079\u0045\u0078\u0070a\u006e\u0073\u0069\u006f\u006e\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020o\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006de\u006e\u0074"); +};_defbc :=_fgbec .Arguments [0];if _defbc !=2&&_defbc !=4&&_defbc !=8{return _c .Error (_gbac ,"R\u0065\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u0076\u0065\u0042\u0069\u006e\u0061\u0072\u0079\u0045\u0078\u0070\u0061\u006e\u0073\u0069\u006f\u006e\u0020m\u0075s\u0074\u0020\u0062\u0065 \u006f\u0066 \u0066\u0061\u0063\u0074\u006f\u0072\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d"); +};*_dgaa -=_fed [_defbc /4];case MopAddBorder :if len (_fgbec .Arguments )==0{return _c .Error (_gbac ,"\u0041\u0064\u0064B\u006f\u0072\u0064\u0065r\u0020\u0072\u0065\u0071\u0075\u0069\u0072e\u0073\u0020\u006f\u006e\u0065\u0020\u0061\u0072\u0067\u0075\u006d\u0065\u006e\u0074"); +};_gaed :=_fgbec .Arguments [0];if _gadf > 0{return _c .Error (_gbac ,"\u0041\u0064\u0064\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020f\u0069\u0072\u0073\u0074\u0020\u006d\u006f\u0072\u0070\u0068\u0020\u0070\u0072o\u0063\u0065\u0073\u0073"); +};if _gaed < 1{return _c .Error (_gbac ,"\u0041\u0064\u0064\u0042o\u0072\u0064\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065 \u006co\u0077\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u0030");};*_eefgb =_gaed ;};return nil ;};type SelectionValue int ;func _dcg (_addf ,_deg int )*Bitmap {return &Bitmap {Width :_addf ,Height :_deg ,RowStride :(_addf +7)>>3}; +};func _cgaf (_gfce *Bitmap ,_cfgg ,_eccaa int ,_ecfb ,_aedb int ,_aabg RasterOperator ,_gafc *Bitmap ,_gfcd ,_bbdda int )error {var _dfbe ,_ebgc ,_gecg ,_cbee int ;if _cfgg < 0{_gfcd -=_cfgg ;_ecfb +=_cfgg ;_cfgg =0;};if _gfcd < 0{_cfgg -=_gfcd ;_ecfb +=_gfcd ; +_gfcd =0;};_dfbe =_cfgg +_ecfb -_gfce .Width ;if _dfbe > 0{_ecfb -=_dfbe ;};_ebgc =_gfcd +_ecfb -_gafc .Width ;if _ebgc > 0{_ecfb -=_ebgc ;};if _eccaa < 0{_bbdda -=_eccaa ;_aedb +=_eccaa ;_eccaa =0;};if _bbdda < 0{_eccaa -=_bbdda ;_aedb +=_bbdda ;_bbdda =0; +};_gecg =_eccaa +_aedb -_gfce .Height ;if _gecg > 0{_aedb -=_gecg ;};_cbee =_bbdda +_aedb -_gafc .Height ;if _cbee > 0{_aedb -=_cbee ;};if _ecfb <=0||_aedb <=0{return nil ;};var _dddf error ;switch {case _cfgg &7==0&&_gfcd &7==0:_dddf =_acfb (_gfce ,_cfgg ,_eccaa ,_ecfb ,_aedb ,_aabg ,_gafc ,_gfcd ,_bbdda ); +case _cfgg &7==_gfcd &7:_dddf =_gfdb (_gfce ,_cfgg ,_eccaa ,_ecfb ,_aedb ,_aabg ,_gafc ,_gfcd ,_bbdda );default:_dddf =_gbbc (_gfce ,_cfgg ,_eccaa ,_ecfb ,_aedb ,_aabg ,_gafc ,_gfcd ,_bbdda );};if _dddf !=nil {return _c .Wrap (_dddf ,"r\u0061\u0073\u0074\u0065\u0072\u004f\u0070\u004c\u006f\u0077",""); +};return nil ;};func (_gagb Points )XSorter ()func (_ddec ,_ddgba int )bool {return func (_ecge ,_gbaa int )bool {return _gagb [_ecge ].X < _gagb [_gbaa ].X };};func (_ccgb *Bitmaps )SelectBySize (width ,height int ,tp LocationFilter ,relation SizeComparison )(_acad *Bitmaps ,_dffa error ){const _cacb ="B\u0069t\u006d\u0061\u0070\u0073\u002e\u0053\u0065\u006ce\u0063\u0074\u0042\u0079Si\u007a\u0065"; +if _ccgb ==nil {return nil ,_c .Error (_cacb ,"\u0027\u0062\u0027 B\u0069\u0074\u006d\u0061\u0070\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};switch tp {case LocSelectWidth ,LocSelectHeight ,LocSelectIfEither ,LocSelectIfBoth :default:return nil ,_c .Errorf (_cacb ,"\u0070\u0072\u006f\u0076\u0069d\u0065\u0064\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0064",tp ); +};switch relation {case SizeSelectIfLT ,SizeSelectIfGT ,SizeSelectIfLTE ,SizeSelectIfGTE ,SizeSelectIfEQ :default:return nil ,_c .Errorf (_cacb ,"\u0069\u006e\u0076\u0061li\u0064\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0027\u0025d\u0027",relation ); +};_bbff ,_dffa :=_ccgb .makeSizeIndicator (width ,height ,tp ,relation );if _dffa !=nil {return nil ,_c .Wrap (_dffa ,_cacb ,"");};_acad ,_dffa =_ccgb .selectByIndicator (_bbff );if _dffa !=nil {return nil ,_c .Wrap (_dffa ,_cacb ,"");};return _acad ,nil ; +};func CorrelationScoreSimple (bm1 ,bm2 *Bitmap ,area1 ,area2 int ,delX ,delY float32 ,maxDiffW ,maxDiffH int ,tab []int )(_efge float64 ,_bbef error ){const _gdeb ="\u0043\u006f\u0072\u0072el\u0061\u0074\u0069\u006f\u006e\u0053\u0063\u006f\u0072\u0065\u0053\u0069\u006d\u0070l\u0065"; +if bm1 ==nil ||bm2 ==nil {return _efge ,_c .Error (_gdeb ,"n\u0069l\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0073 \u0070\u0072\u006f\u0076id\u0065\u0064");};if tab ==nil {return _efge ,_c .Error (_gdeb ,"\u0074\u0061\u0062\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if area1 ==0||area2 ==0{return _efge ,_c .Error (_gdeb ,"\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0061\u0072e\u0061\u0073\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u003e\u0020\u0030");};_ffca ,_dcgg :=bm1 .Width ,bm1 .Height ;_dafg ,_dced :=bm2 .Width ,bm2 .Height ; +if _gdca (_ffca -_dafg )> maxDiffW {return 0,nil ;};if _gdca (_dcgg -_dced )> maxDiffH {return 0,nil ;};var _dccg ,_ffcf int ;if delX >=0{_dccg =int (delX +0.5);}else {_dccg =int (delX -0.5);};if delY >=0{_ffcf =int (delY +0.5);}else {_ffcf =int (delY -0.5); +};_dbed :=bm1 .createTemplate ();if _bbef =_dbed .RasterOperation (_dccg ,_ffcf ,_dafg ,_dced ,PixSrc ,bm2 ,0,0);_bbef !=nil {return _efge ,_c .Wrap (_bbef ,_gdeb ,"\u0062m\u0032 \u0074\u006f\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _bbef =_dbed .RasterOperation (0,0,_ffca ,_dcgg ,PixSrcAndDst ,bm1 ,0,0); +_bbef !=nil {return _efge ,_c .Wrap (_bbef ,_gdeb ,"b\u006d\u0031\u0020\u0061\u006e\u0064\u0020\u0062\u006d\u0054");};_bbaf :=_dbed .countPixels ();_efge =float64 (_bbaf )*float64 (_bbaf )/(float64 (area1 )*float64 (area2 ));return _efge ,nil ;};func RasterOperation (dest *Bitmap ,dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _edca (dest ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy ); +};func TstRSymbol (t *_cd .T ,scale ...int )*Bitmap {_ffbec ,_cfeec :=NewWithData (4,5,[]byte {0xF0,0x90,0xF0,0xA0,0x90});_fe .NoError (t ,_cfeec );return TstGetScaledSymbol (t ,_ffbec ,scale ...);};func TstCSymbol (t *_cd .T )*Bitmap {t .Helper ();_eegab :=New (6,6); +_fe .NoError (t ,_eegab .SetPixel (1,0,1));_fe .NoError (t ,_eegab .SetPixel (2,0,1));_fe .NoError (t ,_eegab .SetPixel (3,0,1));_fe .NoError (t ,_eegab .SetPixel (4,0,1));_fe .NoError (t ,_eegab .SetPixel (0,1,1));_fe .NoError (t ,_eegab .SetPixel (5,1,1)); +_fe .NoError (t ,_eegab .SetPixel (0,2,1));_fe .NoError (t ,_eegab .SetPixel (0,3,1));_fe .NoError (t ,_eegab .SetPixel (0,4,1));_fe .NoError (t ,_eegab .SetPixel (5,4,1));_fe .NoError (t ,_eegab .SetPixel (1,5,1));_fe .NoError (t ,_eegab .SetPixel (2,5,1)); +_fe .NoError (t ,_eegab .SetPixel (3,5,1));_fe .NoError (t ,_eegab .SetPixel (4,5,1));return _eegab ;};func (_dedbb *BitmapsArray )AddBox (box *_ee .Rectangle ){_dedbb .Boxes =append (_dedbb .Boxes ,box )};func (_bbbe *ClassedPoints )YAtIndex (i int )float32 {return (*_bbbe .Points )[_bbbe .IntSlice [i ]].Y }; +func TstWSymbol (t *_cd .T ,scale ...int )*Bitmap {_cede ,_dgcbf :=NewWithData (5,5,[]byte {0x88,0x88,0xA8,0xD8,0x88});_fe .NoError (t ,_dgcbf );return TstGetScaledSymbol (t ,_cede ,scale ...);};type BitmapsArray struct{Values []*Bitmaps ;Boxes []*_ee .Rectangle ; +};const (CmbOpOr CombinationOperator =iota ;CmbOpAnd ;CmbOpXor ;CmbOpXNor ;CmbOpReplace ;CmbOpNot ;);var _ _ff .Interface =&ClassedPoints {};func (_dceeb CombinationOperator )String ()string {var _efeca string ;switch _dceeb {case CmbOpOr :_efeca ="\u004f\u0052"; +case CmbOpAnd :_efeca ="\u0041\u004e\u0044";case CmbOpXor :_efeca ="\u0058\u004f\u0052";case CmbOpXNor :_efeca ="\u0058\u004e\u004f\u0052";case CmbOpReplace :_efeca ="\u0052E\u0050\u004c\u0041\u0043\u0045";case CmbOpNot :_efeca ="\u004e\u004f\u0054";}; +return _efeca ;};func _faagd (_bdecf *Bitmap ,_dgcb ,_fbdd int ,_aace ,_cddc int ,_bgae RasterOperator ){var (_gdda int ;_edbb byte ;_gdeff ,_ecdc int ;_gffg int ;);_fcag :=_aace >>3;_deda :=_aace &7;if _deda > 0{_edbb =_egfga [_deda ];};_gdda =_bdecf .RowStride *_fbdd +(_dgcb >>3); +switch _bgae {case PixClr :for _gdeff =0;_gdeff < _cddc ;_gdeff ++{_gffg =_gdda +_gdeff *_bdecf .RowStride ;for _ecdc =0;_ecdc < _fcag ;_ecdc ++{_bdecf .Data [_gffg ]=0x0;_gffg ++;};if _deda > 0{_bdecf .Data [_gffg ]=_eaga (_bdecf .Data [_gffg ],0x0,_edbb ); +};};case PixSet :for _gdeff =0;_gdeff < _cddc ;_gdeff ++{_gffg =_gdda +_gdeff *_bdecf .RowStride ;for _ecdc =0;_ecdc < _fcag ;_ecdc ++{_bdecf .Data [_gffg ]=0xff;_gffg ++;};if _deda > 0{_bdecf .Data [_gffg ]=_eaga (_bdecf .Data [_gffg ],0xff,_edbb );}; +};case PixNotDst :for _gdeff =0;_gdeff < _cddc ;_gdeff ++{_gffg =_gdda +_gdeff *_bdecf .RowStride ;for _ecdc =0;_ecdc < _fcag ;_ecdc ++{_bdecf .Data [_gffg ]=^_bdecf .Data [_gffg ];_gffg ++;};if _deda > 0{_bdecf .Data [_gffg ]=_eaga (_bdecf .Data [_gffg ],^_bdecf .Data [_gffg ],_edbb ); +};};};};func TstImageBitmapInverseData ()[]byte {_fdbb :=_bgbc .Copy ();_fdbb .InverseData ();return _fdbb .Data ;};func (_aaeed Points )GetIntY (i int )(int ,error ){if i >=len (_aaeed ){return 0,_c .Errorf ("\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0047\u0065t\u0049\u006e\u0074\u0059","\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i ); +};return int (_aaeed [i ].Y ),nil ;};func (_eac *Bitmap )Equivalent (s *Bitmap )bool {return _eac .equivalent (s )};func (_befb *Bitmap )RasterOperation (dx ,dy ,dw ,dh int ,op RasterOperator ,src *Bitmap ,sx ,sy int )error {return _edca (_befb ,dx ,dy ,dw ,dh ,op ,src ,sx ,sy ); +};func NewClassedPoints (points *Points ,classes _e .IntSlice )(*ClassedPoints ,error ){const _abaa ="\u004e\u0065w\u0043\u006c\u0061s\u0073\u0065\u0064\u0050\u006f\u0069\u006e\u0074\u0073";if points ==nil {return nil ,_c .Error (_abaa ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0070\u006f\u0069\u006e\u0074\u0073"); +};if classes ==nil {return nil ,_c .Error (_abaa ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0063\u006c\u0061ss\u0065\u0073");};_adbe :=&ClassedPoints {Points :points ,IntSlice :classes };if _cedg :=_adbe .validateIntSlice ();_cedg !=nil {return nil ,_c .Wrap (_cedg ,_abaa ,""); +};return _adbe ,nil ;};func _aegb (_bccc ,_gbb int )int {if _bccc < _gbb {return _bccc ;};return _gbb ;};func (_cdc *Bitmap )AddBorder (borderSize ,val int )(*Bitmap ,error ){if borderSize ==0{return _cdc .Copy (),nil ;};_agfb ,_cfa :=_cdc .addBorderGeneral (borderSize ,borderSize ,borderSize ,borderSize ,val ); +if _cfa !=nil {return nil ,_c .Wrap (_cfa ,"\u0041d\u0064\u0042\u006f\u0072\u0064\u0065r","");};return _agfb ,nil ;};func (_aaf *Bitmap )CreateTemplate ()*Bitmap {return _aaf .createTemplate ()};func _cdb ()(_eba [256]uint64 ){for _ga :=0;_ga < 256;_ga ++{if _ga &0x01!=0{_eba [_ga ]|=0xff; +};if _ga &0x02!=0{_eba [_ga ]|=0xff00;};if _ga &0x04!=0{_eba [_ga ]|=0xff0000;};if _ga &0x08!=0{_eba [_ga ]|=0xff000000;};if _ga &0x10!=0{_eba [_ga ]|=0xff00000000;};if _ga &0x20!=0{_eba [_ga ]|=0xff0000000000;};if _ga &0x40!=0{_eba [_ga ]|=0xff000000000000; +};if _ga &0x80!=0{_eba [_ga ]|=0xff00000000000000;};};return _eba ;};func (_dbgg *Points )Add (pt *Points )error {const _acbeg ="\u0050\u006f\u0069\u006e\u0074\u0073\u002e\u0041\u0064\u0064";if _dbgg ==nil {return _c .Error (_acbeg ,"\u0070o\u0069n\u0074\u0073\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};if pt ==nil {return _c .Error (_acbeg ,"a\u0072\u0067\u0075\u006d\u0065\u006et\u0020\u0070\u006f\u0069\u006e\u0074\u0073\u0020\u006eo\u0074\u0020\u0064e\u0066i\u006e\u0065\u0064");};*_dbgg =append (*_dbgg ,*pt ...);return nil ;};func (_aeebd *Bitmaps )AddBox (box *_ee .Rectangle ){_aeebd .Boxes =append (_aeebd .Boxes ,box )}; +func _daead (_egafd ,_baed *Bitmap ,_ecg CombinationOperator )*Bitmap {_degd :=New (_egafd .Width ,_egafd .Height );for _cfacc :=0;_cfacc < len (_degd .Data );_cfacc ++{_degd .Data [_cfacc ]=_cege (_egafd .Data [_cfacc ],_baed .Data [_cfacc ],_ecg );}; +return _degd ;};func _eabg (_bcb uint ,_baa byte )byte {return _baa >>_bcb <<_bcb };type Selection struct{Height ,Width int ;Cx ,Cy int ;Name string ;Data [][]SelectionValue ;};func (_fdde *Bitmap )GetComponents (components Component ,maxWidth ,maxHeight int )(_deddc *Bitmaps ,_cbeb *Boxes ,_babaa error ){const _bdb ="B\u0069t\u006d\u0061\u0070\u002e\u0047\u0065\u0074\u0043o\u006d\u0070\u006f\u006een\u0074\u0073"; +if _fdde ==nil {return nil ,nil ,_c .Error (_bdb ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0042\u0069\u0074\u006da\u0070\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069n\u0065\u0064\u002e");};switch components {case ComponentConn ,ComponentCharacters ,ComponentWords :default:return nil ,nil ,_c .Error (_bdb ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074s\u0020\u0070\u0061\u0072\u0061\u006d\u0065t\u0065\u0072"); +};if _fdde .Zero (){_cbeb =&Boxes {};_deddc =&Bitmaps {};return _deddc ,_cbeb ,nil ;};switch components {case ComponentConn :_deddc =&Bitmaps {};if _cbeb ,_babaa =_fdde .ConnComponents (_deddc ,8);_babaa !=nil {return nil ,nil ,_c .Wrap (_babaa ,_bdb ,"\u006e\u006f \u0070\u0072\u0065p\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};case ComponentCharacters :_aegbc ,_edbf :=MorphSequence (_fdde ,MorphProcess {Operation :MopClosing ,Arguments :[]int {1,6}});if _edbf !=nil {return nil ,nil ,_c .Wrap (_edbf ,_bdb ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};if _aa .Log .IsLogLevel (_aa .LogLevelTrace ){_aa .Log .Trace ("\u0043o\u006d\u0070o\u006e\u0065\u006e\u0074C\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074ma\u0070\u0020\u0061f\u0074\u0065r\u0020\u0063\u006c\u006f\u0073\u0069n\u0067\u003a \u0025\u0073",_aegbc .String ()); +};_cafc :=&Bitmaps {};_cbeb ,_edbf =_aegbc .ConnComponents (_cafc ,8);if _edbf !=nil {return nil ,nil ,_c .Wrap (_edbf ,_bdb ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067"); +};if _aa .Log .IsLogLevel (_aa .LogLevelTrace ){_aa .Log .Trace ("\u0043\u006f\u006d\u0070\u006f\u006ee\u006e\u0074\u0043\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u0020a\u0066\u0074\u0065\u0072\u0020\u0063\u006f\u006e\u006e\u0065\u0063\u0074\u0069\u0076i\u0074y\u003a\u0020\u0025\u0073",_cafc .String ()); +};if _deddc ,_edbf =_cafc .ClipToBitmap (_fdde );_edbf !=nil {return nil ,nil ,_c .Wrap (_edbf ,_bdb ,"\u0063h\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067");};case ComponentWords :_cggb :=1; +var _aca *Bitmap ;switch {case _fdde .XResolution <=200:_aca =_fdde ;case _fdde .XResolution <=400:_cggb =2;_aca ,_babaa =_dd (_fdde ,1,0,0,0);if _babaa !=nil {return nil ,nil ,_c .Wrap (_babaa ,_bdb ,"w\u006f\u0072\u0064\u0020\u0070\u0072e\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0020\u002d \u0078\u0072\u0065s\u003c=\u0034\u0030\u0030"); +};default:_cggb =4;_aca ,_babaa =_dd (_fdde ,1,1,0,0);if _babaa !=nil {return nil ,nil ,_c .Wrap (_babaa ,_bdb ,"\u0077\u006f\u0072\u0064 \u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073 \u002d \u0078\u0072\u0065\u0073\u0020\u003e\u00204\u0030\u0030"); +};};_ffea ,_ ,_cdcc :=_ggfg (_aca );if _cdcc !=nil {return nil ,nil ,_c .Wrap (_cdcc ,_bdb ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};_ebga ,_cdcc :=_decb (_ffea ,_cggb );if _cdcc !=nil {return nil ,nil ,_c .Wrap (_cdcc ,_bdb ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073"); +};_ccba :=&Bitmaps {};if _cbeb ,_cdcc =_ebga .ConnComponents (_ccba ,4);_cdcc !=nil {return nil ,nil ,_c .Wrap (_cdcc ,_bdb ,"\u0077\u006f\u0072\u0064\u0020\u0070r\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u002c\u0020\u0063\u006f\u006en\u0065\u0063\u0074\u0020\u0065\u0078\u0070a\u006e\u0064\u0065\u0064"); +};if _deddc ,_cdcc =_ccba .ClipToBitmap (_fdde );_cdcc !=nil {return nil ,nil ,_c .Wrap (_cdcc ,_bdb ,"\u0077o\u0072d\u0020\u0070\u0072\u0065\u0070\u0072\u006f\u0063\u0065\u0073\u0073");};};_deddc ,_babaa =_deddc .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE ); +if _babaa !=nil {return nil ,nil ,_c .Wrap (_babaa ,_bdb ,"");};_cbeb ,_babaa =_cbeb .SelectBySize (maxWidth ,maxHeight ,LocSelectIfBoth ,SizeSelectIfLTE );if _babaa !=nil {return nil ,nil ,_c .Wrap (_babaa ,_bdb ,"");};return _deddc ,_cbeb ,nil ;};func (_bfb *Bitmap )setEightPartlyBytes (_eaeb ,_ebbe int ,_gegb uint64 )(_abd error ){var (_ecef byte ; +_gdcd int ;);const _dbdd ="\u0073\u0065\u0074\u0045ig\u0068\u0074\u0050\u0061\u0072\u0074\u006c\u0079\u0042\u0079\u0074\u0065\u0073";for _bfed :=1;_bfed <=_ebbe ;_bfed ++{_gdcd =64-_bfed *8;_ecef =byte (_gegb >>uint (_gdcd )&0xff);_aa .Log .Trace ("\u0074\u0065\u006d\u0070\u003a\u0020\u0025\u0030\u0038\u0062\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a %\u0064,\u0020\u0069\u0064\u0078\u003a\u0020\u0025\u0064\u002c\u0020\u0066\u0075l\u006c\u0042\u0079\u0074\u0065\u0073\u004e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c \u0073\u0068\u0069\u0066\u0074\u003a\u0020\u0025\u0064",_ecef ,_eaeb ,_eaeb +_bfed -1,_ebbe ,_gdcd ); +if _abd =_bfb .SetByte (_eaeb +_bfed -1,_ecef );_abd !=nil {return _c .Wrap (_abd ,_dbdd ,"\u0066\u0075\u006c\u006c\u0042\u0079\u0074\u0065");};};_cbcc :=_bfb .RowStride *8-_bfb .Width ;if _cbcc ==0{return nil ;};_gdcd -=8;_ecef =byte (_gegb >>uint (_gdcd )&0xff)<>24);_gbd =byte ((_gfbea >>8)&0xff);_eg =_fea +_gae ;if _eg +1==len (_cbe .Data )-1||_eg +1>=_fea +_cbe .RowStride {if _ceg =_cbe .SetByte (_eg ,_gac [_cggf ]); +_ceg !=nil {return _c .Wrapf (_ceg ,_bd ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0025d",_eg );};}else {_bgc =(uint16 (_gac [_cggf ])<<8)|uint16 (_gac [_gbd ]);if _ceg =_cbe .setTwoBytes (_eg ,_bgc );_ceg !=nil {return _c .Wrapf (_ceg ,_bd ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_eg ); +};_gae ++;};};};return nil ;};func _ggg (_dfb *Bitmap ,_dbd *Bitmap ,_de int )(_gde error ){const _eca ="e\u0078\u0070\u0061\u006edB\u0069n\u0061\u0072\u0079\u0050\u006fw\u0065\u0072\u0032\u004c\u006f\u0077";switch _de {case 2:_gde =_eed (_dfb ,_dbd ); +case 4:_gde =_fef (_dfb ,_dbd );case 8:_gde =_cg (_dfb ,_dbd );default:return _c .Error (_eca ,"\u0065\u0078p\u0061\u006e\u0073\u0069o\u006e\u0020f\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u007b\u0032\u002c\u0034\u002c\u0038\u007d\u0020r\u0061\u006e\u0067\u0065"); +};if _gde !=nil {_gde =_c .Wrap (_gde ,_eca ,"");};return _gde ;};const (_beea shift =iota ;_bggg ;);func TstImageBitmap ()*Bitmap {return _bgbc .Copy ()};func ClipBoxToRectangle (box *_ee .Rectangle ,wi ,hi int )(_bged *_ee .Rectangle ,_adc error ){const _cbdd ="\u0043l\u0069p\u0042\u006f\u0078\u0054\u006fR\u0065\u0063t\u0061\u006e\u0067\u006c\u0065"; +if box ==nil {return nil ,_c .Error (_cbdd ,"\u0027\u0062\u006f\u0078\u0027\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064");};if box .Min .X >=wi ||box .Min .Y >=hi ||box .Max .X <=0||box .Max .Y <=0{return nil ,_c .Error (_cbdd ,"\u0027\u0062\u006fx'\u0020\u006f\u0075\u0074\u0073\u0069\u0064\u0065\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"); +};_deaf :=*box ;_bged =&_deaf ;if _bged .Min .X < 0{_bged .Max .X +=_bged .Min .X ;_bged .Min .X =0;};if _bged .Min .Y < 0{_bged .Max .Y +=_bged .Min .Y ;_bged .Min .Y =0;};if _bged .Max .X > wi {_bged .Max .X =wi ;};if _bged .Max .Y > hi {_bged .Max .Y =hi ; +};return _bged ,nil ;};func (_bggd *byHeight )Len ()int {return len (_bggd .Values )};func _gfdb (_egbg *Bitmap ,_cbgb ,_eegf ,_gbda ,_cefac int ,_ggfc RasterOperator ,_gcc *Bitmap ,_dgaf ,_edfc int )error {var (_bcdd bool ;_abfa bool ;_fbcg int ;_egba int ; +_fcda int ;_ccbcb bool ;_bdbe byte ;_efggb int ;_cace int ;_badg int ;_ebae ,_geaca int ;);_fcdca :=8-(_cbgb &7);_gdbd :=_gdee [_fcdca ];_effd :=_egbg .RowStride *_eegf +(_cbgb >>3);_gfeba :=_gcc .RowStride *_edfc +(_dgaf >>3);if _gbda < _fcdca {_bcdd =true ; +_gdbd &=_egfga [8-_fcdca +_gbda ];};if !_bcdd {_fbcg =(_gbda -_fcdca )>>3;if _fbcg > 0{_abfa =true ;_egba =_effd +1;_fcda =_gfeba +1;};};_efggb =(_cbgb +_gbda )&7;if !(_bcdd ||_efggb ==0){_ccbcb =true ;_bdbe =_egfga [_efggb ];_cace =_effd +1+_fbcg ;_badg =_gfeba +1+_fbcg ; +};switch _ggfc {case PixSrc :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ;};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0; +_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotSrc :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^_gcc .Data [_gfeba ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ;};if _abfa {for _ebae =0; +_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=^_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^_gcc .Data [_badg ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixSrcOrDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ]|_egbg .Data [_effd ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]|=_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ]|_egbg .Data [_cace ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixSrcAndDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ]&_egbg .Data [_effd ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]&=_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ]&_egbg .Data [_cace ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixSrcXorDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ]^_egbg .Data [_effd ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]^=_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ]^_egbg .Data [_cace ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotSrcOrDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^(_gcc .Data [_gfeba ])|_egbg .Data [_effd ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]|=^(_gcc .Data [_fcda +_geaca ]);};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^(_gcc .Data [_badg ])|_egbg .Data [_cace ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotSrcAndDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^(_gcc .Data [_gfeba ])&_egbg .Data [_effd ],_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]&=^_gcc .Data [_fcda +_geaca ];};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^(_gcc .Data [_badg ])&_egbg .Data [_cace ],_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixSrcOrNotDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ]|^(_egbg .Data [_effd ]),_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=_gcc .Data [_fcda +_geaca ]|^(_egbg .Data [_egba +_geaca ]);};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0; +_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ]|^(_egbg .Data [_cace ]),_bdbe );_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixSrcAndNotDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],_gcc .Data [_gfeba ]&^(_egbg .Data [_effd ]),_gdbd ); +_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ;};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=_gcc .Data [_fcda +_geaca ]&^(_egbg .Data [_egba +_geaca ]);};_egba +=_egbg .RowStride ; +_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],_gcc .Data [_badg ]&^(_egbg .Data [_cace ]),_bdbe );_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotPixSrcOrDst :for _ebae =0; +_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^(_gcc .Data [_gfeba ]|_egbg .Data [_effd ]),_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ;};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ; +_geaca ++{_egbg .Data [_egba +_geaca ]=^(_gcc .Data [_fcda +_geaca ]|_egbg .Data [_egba +_geaca ]);};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^(_gcc .Data [_badg ]|_egbg .Data [_cace ]),_bdbe ); +_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotPixSrcAndDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^(_gcc .Data [_gfeba ]&_egbg .Data [_effd ]),_gdbd );_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ; +};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=^(_gcc .Data [_fcda +_geaca ]&_egbg .Data [_egba +_geaca ]);};_egba +=_egbg .RowStride ;_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0; +_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^(_gcc .Data [_badg ]&_egbg .Data [_cace ]),_bdbe );_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};case PixNotPixSrcXorDst :for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_effd ]=_eaga (_egbg .Data [_effd ],^(_gcc .Data [_gfeba ]^_egbg .Data [_effd ]),_gdbd ); +_effd +=_egbg .RowStride ;_gfeba +=_gcc .RowStride ;};if _abfa {for _ebae =0;_ebae < _cefac ;_ebae ++{for _geaca =0;_geaca < _fbcg ;_geaca ++{_egbg .Data [_egba +_geaca ]=^(_gcc .Data [_fcda +_geaca ]^_egbg .Data [_egba +_geaca ]);};_egba +=_egbg .RowStride ; +_fcda +=_gcc .RowStride ;};};if _ccbcb {for _ebae =0;_ebae < _cefac ;_ebae ++{_egbg .Data [_cace ]=_eaga (_egbg .Data [_cace ],^(_gcc .Data [_badg ]^_egbg .Data [_cace ]),_bdbe );_cace +=_egbg .RowStride ;_badg +=_gcc .RowStride ;};};default:_aa .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0064",_ggfc ); +return _c .Error ("\u0072\u0061\u0073\u0074er\u004f\u0070\u0056\u0041\u006c\u0069\u0067\u006e\u0065\u0064\u004c\u006f\u0077","\u0069\u006e\u0076al\u0069\u0064\u0020\u0072\u0061\u0073\u0074\u0065\u0072\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072"); +};return nil ;};func (_gegg *Bitmap )ConnComponents (bms *Bitmaps ,connectivity int )(_bebc *Boxes ,_fffc error ){const _fdeb ="B\u0069\u0074\u006d\u0061p.\u0043o\u006e\u006e\u0043\u006f\u006dp\u006f\u006e\u0065\u006e\u0074\u0073";if _gegg ==nil {return nil ,_c .Error (_fdeb ,"\u0070r\u006f\u0076\u0069\u0064e\u0064\u0020\u0065\u006d\u0070t\u0079 \u0027b\u0027\u0020\u0062\u0069\u0074\u006d\u0061p"); +};if connectivity !=4&&connectivity !=8{return nil ,_c .Error (_fdeb ,"\u0063\u006f\u006ene\u0063\u0074\u0069\u0076\u0069\u0074\u0079\u0020\u006e\u006f\u0074\u0020\u0034\u0020\u006f\u0072\u0020\u0038");};if bms ==nil {if _bebc ,_fffc =_gegg .connComponentsBB (connectivity ); +_fffc !=nil {return nil ,_c .Wrap (_fffc ,_fdeb ,"");};}else {if _bebc ,_fffc =_gegg .connComponentsBitmapsBB (bms ,connectivity );_fffc !=nil {return nil ,_c .Wrap (_fffc ,_fdeb ,"");};};return _bebc ,nil ;};func _afcc (_fcdc ,_edge *Bitmap ,_aaec *Selection )(*Bitmap ,error ){const _cgaa ="\u006f\u0070\u0065\u006e"; +var _gdfb error ;_fcdc ,_gdfb =_aead (_fcdc ,_edge ,_aaec );if _gdfb !=nil {return nil ,_c .Wrap (_gdfb ,_cgaa ,"");};_dacd ,_gdfb :=_fgd (nil ,_edge ,_aaec );if _gdfb !=nil {return nil ,_c .Wrap (_gdfb ,_cgaa ,"");};_ ,_gdfb =_eddc (_fcdc ,_dacd ,_aaec ); +if _gdfb !=nil {return nil ,_c .Wrap (_gdfb ,_cgaa ,"");};return _fcdc ,nil ;};func (_gca *Bitmap )countPixels ()int {var (_aaee int ;_acf uint8 ;_abee byte ;_egcg int ;);_addb :=_gca .RowStride ;_ecc :=uint (_gca .Width &0x07);if _ecc !=0{_acf =uint8 ((0xff<<(8-_ecc ))&0xff); +_addb --;};for _eeea :=0;_eeea < _gca .Height ;_eeea ++{for _egcg =0;_egcg < _addb ;_egcg ++{_abee =_gca .Data [_eeea *_gca .RowStride +_egcg ];_aaee +=int (_fcg [_abee ]);};if _ecc !=0{_aaee +=int (_fcg [_gca .Data [_eeea *_gca .RowStride +_egcg ]&_acf ]); +};};return _aaee ;};func (_agfbg *Bitmap )Zero ()bool {_bdf :=_agfbg .Width /8;_befca :=_agfbg .Width &7;var _ade byte ;if _befca !=0{_ade =byte (0xff< 0{if _agfbg .Data [_bde ]&_ade !=0{return false ;};};};return true ;};func (_eded *Bitmap )setEightFullBytes (_cbeg int ,_fae uint64 )error {if _cbeg +7> len (_eded .Data )-1{return _c .Error ("\u0073\u0065\u0074\u0045\u0069\u0067\u0068\u0074\u0042\u0079\u0074\u0065\u0073","\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_eded .Data [_cbeg ]=byte ((_fae &0xff00000000000000)>>56);_eded .Data [_cbeg +1]=byte ((_fae &0xff000000000000)>>48);_eded .Data [_cbeg +2]=byte ((_fae &0xff0000000000)>>40);_eded .Data [_cbeg +3]=byte ((_fae &0xff00000000)>>32);_eded .Data [_cbeg +4]=byte ((_fae &0xff000000)>>24); +_eded .Data [_cbeg +5]=byte ((_fae &0xff0000)>>16);_eded .Data [_cbeg +6]=byte ((_fae &0xff00)>>8);_eded .Data [_cbeg +7]=byte (_fae &0xff);return nil ;};func TstPSymbol (t *_cd .T )*Bitmap {t .Helper ();_acfe :=New (5,8);_fe .NoError (t ,_acfe .SetPixel (0,0,1)); +_fe .NoError (t ,_acfe .SetPixel (1,0,1));_fe .NoError (t ,_acfe .SetPixel (2,0,1));_fe .NoError (t ,_acfe .SetPixel (3,0,1));_fe .NoError (t ,_acfe .SetPixel (4,1,1));_fe .NoError (t ,_acfe .SetPixel (0,1,1));_fe .NoError (t ,_acfe .SetPixel (4,2,1)); +_fe .NoError (t ,_acfe .SetPixel (0,2,1));_fe .NoError (t ,_acfe .SetPixel (4,3,1));_fe .NoError (t ,_acfe .SetPixel (0,3,1));_fe .NoError (t ,_acfe .SetPixel (0,4,1));_fe .NoError (t ,_acfe .SetPixel (1,4,1));_fe .NoError (t ,_acfe .SetPixel (2,4,1)); +_fe .NoError (t ,_acfe .SetPixel (3,4,1));_fe .NoError (t ,_acfe .SetPixel (0,5,1));_fe .NoError (t ,_acfe .SetPixel (0,6,1));_fe .NoError (t ,_acfe .SetPixel (0,7,1));return _acfe ;};func _agdf (_cacd *Bitmap ,_bgeea ,_adcd int ,_egdd ,_ggb int ,_ccgcg RasterOperator ){var (_aaded bool ; +_adgd bool ;_dbdfe int ;_affc int ;_efad int ;_aadaf int ;_egdc bool ;_eeedc byte ;);_adca :=8-(_bgeea &7);_cgdb :=_gdee [_adca ];_ggdf :=_cacd .RowStride *_adcd +(_bgeea >>3);if _egdd < _adca {_aaded =true ;_cgdb &=_egfga [8-_adca +_egdd ];};if !_aaded {_dbdfe =(_egdd -_adca )>>3; +if _dbdfe !=0{_adgd =true ;_affc =_ggdf +1;};};_efad =(_bgeea +_egdd )&7;if !(_aaded ||_efad ==0){_egdc =true ;_eeedc =_egfga [_efad ];_aadaf =_ggdf +1+_dbdfe ;};var _aefb ,_cfcce int ;switch _ccgcg {case PixClr :for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_ggdf ]=_eaga (_cacd .Data [_ggdf ],0x0,_cgdb ); +_ggdf +=_cacd .RowStride ;};if _adgd {for _aefb =0;_aefb < _ggb ;_aefb ++{for _cfcce =0;_cfcce < _dbdfe ;_cfcce ++{_cacd .Data [_affc +_cfcce ]=0x0;};_affc +=_cacd .RowStride ;};};if _egdc {for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_aadaf ]=_eaga (_cacd .Data [_aadaf ],0x0,_eeedc ); +_aadaf +=_cacd .RowStride ;};};case PixSet :for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_ggdf ]=_eaga (_cacd .Data [_ggdf ],0xff,_cgdb );_ggdf +=_cacd .RowStride ;};if _adgd {for _aefb =0;_aefb < _ggb ;_aefb ++{for _cfcce =0;_cfcce < _dbdfe ;_cfcce ++{_cacd .Data [_affc +_cfcce ]=0xff; +};_affc +=_cacd .RowStride ;};};if _egdc {for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_aadaf ]=_eaga (_cacd .Data [_aadaf ],0xff,_eeedc );_aadaf +=_cacd .RowStride ;};};case PixNotDst :for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_ggdf ]=_eaga (_cacd .Data [_ggdf ],^_cacd .Data [_ggdf ],_cgdb ); +_ggdf +=_cacd .RowStride ;};if _adgd {for _aefb =0;_aefb < _ggb ;_aefb ++{for _cfcce =0;_cfcce < _dbdfe ;_cfcce ++{_cacd .Data [_affc +_cfcce ]=^(_cacd .Data [_affc +_cfcce ]);};_affc +=_cacd .RowStride ;};};if _egdc {for _aefb =0;_aefb < _ggb ;_aefb ++{_cacd .Data [_aadaf ]=_eaga (_cacd .Data [_aadaf ],^_cacd .Data [_aadaf ],_eeedc ); +_aadaf +=_cacd .RowStride ;};};};};func init (){const _dbga ="\u0062\u0069\u0074\u006dap\u0073\u002e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069\u007a\u0061\u0074\u0069o\u006e";_dbdef =New (50,40);var _bfec error ;_dbdef ,_bfec =_dbdef .AddBorder (2,1); +if _bfec !=nil {panic (_c .Wrap (_bfec ,_dbga ,"f\u0072\u0061\u006d\u0065\u0042\u0069\u0074\u006d\u0061\u0070"));};_bgbc ,_bfec =NewWithData (50,22,_cgeb );if _bfec !=nil {panic (_c .Wrap (_bfec ,_dbga ,"i\u006d\u0061\u0067\u0065\u0042\u0069\u0074\u006d\u0061\u0070")); +};};type MorphOperation int ;const (_ SizeComparison =iota ;SizeSelectIfLT ;SizeSelectIfGT ;SizeSelectIfLTE ;SizeSelectIfGTE ;SizeSelectIfEQ ;);func (_ebbf *Bitmap )String ()string {var _ffda ="\u000a";for _bbg :=0;_bbg < _ebbf .Height ;_bbg ++{var _gfg string ; +for _bed :=0;_bed < _ebbf .Width ;_bed ++{_gdg :=_ebbf .GetPixel (_bed ,_bbg );if _gdg {_gfg +="\u0031";}else {_gfg +="\u0030";};};_ffda +=_gfg +"\u000a";};return _ffda ;};func _cege (_cddd ,_acbe byte ,_befg CombinationOperator )byte {switch _befg {case CmbOpOr :return _acbe |_cddd ; +case CmbOpAnd :return _acbe &_cddd ;case CmbOpXor :return _acbe ^_cddd ;case CmbOpXNor :return ^(_acbe ^_cddd );case CmbOpNot :return ^(_acbe );default:return _acbe ;};};const (ComponentConn Component =iota ;ComponentCharacters ;ComponentWords ;);type Point struct{X ,Y float32 ; +};type SizeComparison int ;func (_gddg *BitmapsArray )GetBox (i int )(*_ee .Rectangle ,error ){const _bcded ="\u0042\u0069\u0074\u006dap\u0073\u0041\u0072\u0072\u0061\u0079\u002e\u0047\u0065\u0074\u0042\u006f\u0078";if _gddg ==nil {return nil ,_c .Error (_bcded ,"p\u0072\u006f\u0076\u0069\u0064\u0065d\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074m\u0061\u0070\u0073A\u0072r\u0061\u0079\u0027"); +};if i > len (_gddg .Boxes )-1{return nil ,_c .Errorf (_bcded ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _gddg .Boxes [i ],nil ;};func (_eef *Bitmap )removeBorderGeneral (_ddbc ,_cfac ,_ffbe ,_gce int )(*Bitmap ,error ){const _ece ="\u0072\u0065\u006d\u006fve\u0042\u006f\u0072\u0064\u0065\u0072\u0047\u0065\u006e\u0065\u0072\u0061\u006c"; +if _ddbc < 0||_cfac < 0||_ffbe < 0||_gce < 0{return nil ,_c .Error (_ece ,"\u006e\u0065g\u0061\u0074\u0069\u0076\u0065\u0020\u0062\u0072\u006f\u0064\u0065\u0072\u0020\u0072\u0065\u006d\u006f\u0076\u0065\u0020\u0076\u0061lu\u0065\u0073");};_egaa ,_cfc :=_eef .Width ,_eef .Height ; +_aedag :=_egaa -_ddbc -_cfac ;_egb :=_cfc -_ffbe -_gce ;if _aedag <=0{return nil ,_c .Errorf (_ece ,"w\u0069\u0064\u0074\u0068: \u0025d\u0020\u006d\u0075\u0073\u0074 \u0062\u0065\u0020\u003e\u0020\u0030",_aedag );};if _egb <=0{return nil ,_c .Errorf (_ece ,"\u0068\u0065\u0069\u0067ht\u003a\u0020\u0025\u0064\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u003e \u0030",_egb ); +};_ecac :=New (_aedag ,_egb );_ecac .Color =_eef .Color ;_dgd :=_ecac .RasterOperation (0,0,_aedag ,_egb ,PixSrc ,_eef ,_ddbc ,_ffbe );if _dgd !=nil {return nil ,_c .Wrap (_dgd ,_ece ,"");};return _ecac ,nil ;};var (_egfga =[]byte {0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFE,0xFF}; +_gdee =[]byte {0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,0xFF};);func (_afcee *byWidth )Len ()int {return len (_afcee .Values )};func (_fcbb *Bitmap )nextOnPixel (_bfac ,_cabd int )(_gcgb _ee .Point ,_cgfe bool ,_daed error ){const _dgea ="n\u0065\u0078\u0074\u004f\u006e\u0050\u0069\u0078\u0065\u006c"; +_gcgb ,_cgfe ,_daed =_fcbb .nextOnPixelLow (_fcbb .Width ,_fcbb .Height ,_fcbb .RowStride ,_bfac ,_cabd );if _daed !=nil {return _gcgb ,false ,_c .Wrap (_daed ,_dgea ,"");};return _gcgb ,_cgfe ,nil ;};func TstImageBitmapData ()[]byte {return _bgbc .Data }; +func _fdgc (_fabef *Bitmap ,_fedeb *_e .Stack ,_ddaa ,_geafd int )(_caab *_ee .Rectangle ,_edbe error ){const _egcf ="\u0073e\u0065d\u0046\u0069\u006c\u006c\u0053\u0074\u0061\u0063\u006b\u0042\u0042";if _fabef ==nil {return nil ,_c .Error (_egcf ,"\u0070\u0072\u006fvi\u0064\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0073\u0027\u0020\u0042\u0069\u0074\u006d\u0061\u0070"); +};if _fedeb ==nil {return nil ,_c .Error (_egcf ,"p\u0072o\u0076\u0069\u0064\u0065\u0064\u0020\u006e\u0069l\u0020\u0027\u0073\u0074ac\u006b\u0027");};_bbed ,_caga :=_fabef .Width ,_fabef .Height ;_egcb :=_bbed -1;_gdgc :=_caga -1;if _ddaa < 0||_ddaa > _egcb ||_geafd < 0||_geafd > _gdgc ||!_fabef .GetPixel (_ddaa ,_geafd ){return nil ,nil ; +};var _ddege *_ee .Rectangle ;_ddege ,_edbe =Rect (100000,100000,0,0);if _edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"");};if _edbe =_eecfc (_fedeb ,_ddaa ,_ddaa ,_geafd ,1,_gdgc ,_ddege );_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"\u0069\u006e\u0069t\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068"); +};if _edbe =_eecfc (_fedeb ,_ddaa ,_ddaa ,_geafd +1,-1,_gdgc ,_ddege );_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"\u0032\u006ed\u0020\u0069\u006ei\u0074\u0069\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};_ddege .Min .X ,_ddege .Max .X =_ddaa ,_ddaa ; +_ddege .Min .Y ,_ddege .Max .Y =_geafd ,_geafd ;var (_gcac *fillSegment ;_gfcgf int ;);for _fedeb .Len ()> 0{if _gcac ,_edbe =_dceg (_fedeb );_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"");};_geafd =_gcac ._ebdg ;for _ddaa =_gcac ._ccdc ;_ddaa >=0&&_fabef .GetPixel (_ddaa ,_geafd ); +_ddaa --{if _edbe =_fabef .SetPixel (_ddaa ,_geafd ,0);_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"");};};if _ddaa >=_gcac ._ccdc {for _ddaa ++;_ddaa <=_gcac ._ggab &&_ddaa <=_egcb &&!_fabef .GetPixel (_ddaa ,_geafd );_ddaa ++{};_gfcgf =_ddaa ;if !(_ddaa <=_gcac ._ggab &&_ddaa <=_egcb ){continue ; +};}else {_gfcgf =_ddaa +1;if _gfcgf < _gcac ._ccdc -1{if _edbe =_eecfc (_fedeb ,_gfcgf ,_gcac ._ccdc -1,_gcac ._ebdg ,-_gcac ._afbcf ,_gdgc ,_ddege );_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"\u006c\u0065\u0061\u006b\u0020\u006f\u006e\u0020\u006c\u0065\u0066\u0074 \u0073\u0069\u0064\u0065"); +};};_ddaa =_gcac ._ccdc +1;};for {for ;_ddaa <=_egcb &&_fabef .GetPixel (_ddaa ,_geafd );_ddaa ++{if _edbe =_fabef .SetPixel (_ddaa ,_geafd ,0);_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"\u0032n\u0064\u0020\u0073\u0065\u0074");};};if _edbe =_eecfc (_fedeb ,_gfcgf ,_ddaa -1,_gcac ._ebdg ,_gcac ._afbcf ,_gdgc ,_ddege ); +_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"n\u006f\u0072\u006d\u0061\u006c\u0020\u0070\u0075\u0073\u0068");};if _ddaa > _gcac ._ggab +1{if _edbe =_eecfc (_fedeb ,_gcac ._ggab +1,_ddaa -1,_gcac ._ebdg ,-_gcac ._afbcf ,_gdgc ,_ddege );_edbe !=nil {return nil ,_c .Wrap (_edbe ,_egcf ,"\u006ce\u0061k\u0020\u006f\u006e\u0020\u0072i\u0067\u0068t\u0020\u0073\u0069\u0064\u0065"); +};};for _ddaa ++;_ddaa <=_gcac ._ggab &&_ddaa <=_egcb &&!_fabef .GetPixel (_ddaa ,_geafd );_ddaa ++{};_gfcgf =_ddaa ;if !(_ddaa <=_gcac ._ggab &&_ddaa <=_egcb ){break ;};};};_ddege .Max .X ++;_ddege .Max .Y ++;return _ddege ,nil ;};func (_fgda *ClassedPoints )XAtIndex (i int )float32 {return (*_fgda .Points )[_fgda .IntSlice [i ]].X }; +func (_acd *Bitmap )nextOnPixelLow (_eagb ,_fdfd ,_agff ,_afc ,_dcee int )(_afd _ee .Point ,_fab bool ,_bca error ){const _fdbg ="B\u0069\u0074\u006d\u0061p.\u006ee\u0078\u0074\u004f\u006e\u0050i\u0078\u0065\u006c\u004c\u006f\u0077";var (_defb int ;_fcbga byte ; +);_ebbfg :=_dcee *_agff ;_gbgd :=_ebbfg +(_afc /8);if _fcbga ,_bca =_acd .GetByte (_gbgd );_bca !=nil {return _afd ,false ,_c .Wrap (_bca ,_fdbg ,"\u0078\u0053\u0074\u0061\u0072\u0074\u0020\u0061\u006e\u0064 \u0079\u0053\u0074\u0061\u0072\u0074\u0020o\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); +};if _fcbga !=0{_eeed :=_afc -(_afc %8)+7;for _defb =_afc ;_defb <=_eeed &&_defb < _eagb ;_defb ++{if _acd .GetPixel (_defb ,_dcee ){_afd .X =_defb ;_afd .Y =_dcee ;return _afd ,true ,nil ;};};};_fcd :=(_afc /8)+1;_defb =8*_fcd ;var _bdg int ;for _gbgd =_ebbfg +_fcd ; +_defb < _eagb ;_gbgd ,_defb =_gbgd +1,_defb +8{if _fcbga ,_bca =_acd .GetByte (_gbgd );_bca !=nil {return _afd ,false ,_c .Wrap (_bca ,_fdbg ,"r\u0065\u0073\u0074\u0020of\u0020t\u0068\u0065\u0020\u006c\u0069n\u0065\u0020\u0062\u0079\u0074\u0065");};if _fcbga ==0{continue ; +};for _bdg =0;_bdg < 8&&_defb < _eagb ;_bdg ,_defb =_bdg +1,_defb +1{if _acd .GetPixel (_defb ,_dcee ){_afd .X =_defb ;_afd .Y =_dcee ;return _afd ,true ,nil ;};};};for _abae :=_dcee +1;_abae < _fdfd ;_abae ++{_ebbfg =_abae *_agff ;for _gbgd ,_defb =_ebbfg ,0; +_defb < _eagb ;_gbgd ,_defb =_gbgd +1,_defb +8{if _fcbga ,_bca =_acd .GetByte (_gbgd );_bca !=nil {return _afd ,false ,_c .Wrap (_bca ,_fdbg ,"\u0066o\u006cl\u006f\u0077\u0069\u006e\u0067\u0020\u006c\u0069\u006e\u0065\u0073");};if _fcbga ==0{continue ; +};for _bdg =0;_bdg < 8&&_defb < _eagb ;_bdg ,_defb =_bdg +1,_defb +1{if _acd .GetPixel (_defb ,_abae ){_afd .X =_defb ;_afd .Y =_abae ;return _afd ,true ,nil ;};};};};return _afd ,false ,nil ;};func (_bge *Bitmap )addPadBits ()(_cdbc error ){const _eee ="\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0061\u0064\u0064\u0050\u0061d\u0042\u0069\u0074\u0073"; +_ede :=_bge .Width %8;if _ede ==0{return nil ;};_aeaf :=_bge .Width /8;_acc :=_a .NewReader (_bge .Data );_bcg :=make ([]byte ,_bge .Height *_bge .RowStride );_ffa :=_a .NewWriterMSB (_bcg );_dfgg :=make ([]byte ,_aeaf );var (_fgbd int ;_dgfbb uint64 ; +);for _fgbd =0;_fgbd < _bge .Height ;_fgbd ++{if _ ,_cdbc =_acc .Read (_dfgg );_cdbc !=nil {return _c .Wrap (_cdbc ,_eee ,"\u0066u\u006c\u006c\u0020\u0062\u0079\u0074e");};if _ ,_cdbc =_ffa .Write (_dfgg );_cdbc !=nil {return _c .Wrap (_cdbc ,_eee ,"\u0066\u0075\u006c\u006c\u0020\u0062\u0079\u0074\u0065\u0073"); +};if _dgfbb ,_cdbc =_acc .ReadBits (byte (_ede ));_cdbc !=nil {return _c .Wrap (_cdbc ,_eee ,"\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0069\u0074\u0073");};if _cdbc =_ffa .WriteByte (byte (_dgfbb )< _gcdfd {_gcdfd =_dcgee ;_defad ++;_ffdbe .Values =append (_ffdbe .Values ,&Bitmaps {}); +};_ffdbe .Values [_defad ].AddBitmap (_ebbeg .Values [_bcbf ]);};return _ffdbe ,nil ;};func TstISymbol (t *_cd .T ,scale ...int )*Bitmap {_ccdcb ,_bbgga :=NewWithData (1,5,[]byte {0x80,0x80,0x80,0x80,0x80});_fe .NoError (t ,_bbgga );return TstGetScaledSymbol (t ,_ccdcb ,scale ...); +};func (_cfaccc *Bitmaps )GetBox (i int )(*_ee .Rectangle ,error ){const _agfe ="\u0047\u0065\u0074\u0042\u006f\u0078";if _cfaccc ==nil {return nil ,_c .Error (_agfe ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0027\u0042\u0069\u0074\u006d\u0061\u0070s\u0027"); +};if i > len (_cfaccc .Boxes )-1{return nil ,_c .Errorf (_agfe ,"\u0069n\u0064\u0065\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065",i );};return _cfaccc .Boxes [i ],nil ;};func _cb (_bef ,_faa *Bitmap ,_fdb int ,_dbe []byte ,_gdae int )(_aec error ){const _efab ="\u0072\u0065\u0064uc\u0065\u0052\u0061\u006e\u006b\u0042\u0069\u006e\u0061\u0072\u0079\u0032\u004c\u0065\u0076\u0065\u006c\u0031"; +var (_gee ,_dbdf ,_ffd ,_eag ,_gdag ,_ab ,_gdd ,_dae int ;_ggc ,_daga uint32 ;_adf ,_cba byte ;_gab uint16 ;);_ceb :=make ([]byte ,4);_ebf :=make ([]byte ,4);for _ffd =0;_ffd < _bef .Height -1;_ffd ,_eag =_ffd +2,_eag +1{_gee =_ffd *_bef .RowStride ;_dbdf =_eag *_faa .RowStride ; +for _gdag ,_ab =0,0;_gdag < _gdae ;_gdag ,_ab =_gdag +4,_ab +1{for _gdd =0;_gdd < 4;_gdd ++{_dae =_gee +_gdag +_gdd ;if _dae <=len (_bef .Data )-1&&_dae < _gee +_bef .RowStride {_ceb [_gdd ]=_bef .Data [_dae ];}else {_ceb [_gdd ]=0x00;};_dae =_gee +_bef .RowStride +_gdag +_gdd ; +if _dae <=len (_bef .Data )-1&&_dae < _gee +(2*_bef .RowStride ){_ebf [_gdd ]=_bef .Data [_dae ];}else {_ebf [_gdd ]=0x00;};};_ggc =_g .BigEndian .Uint32 (_ceb );_daga =_g .BigEndian .Uint32 (_ebf );_daga |=_ggc ;_daga |=_daga <<1;_daga &=0xaaaaaaaa;_ggc =_daga |(_daga <<7); +_adf =byte (_ggc >>24);_cba =byte ((_ggc >>8)&0xff);_dae =_dbdf +_ab ;if _dae +1==len (_faa .Data )-1||_dae +1>=_dbdf +_faa .RowStride {_faa .Data [_dae ]=_dbe [_adf ];}else {_gab =(uint16 (_dbe [_adf ])<<8)|uint16 (_dbe [_cba ]);if _aec =_faa .setTwoBytes (_dae ,_gab ); +_aec !=nil {return _c .Wrapf (_aec ,_efab ,"s\u0065\u0074\u0074\u0069\u006e\u0067 \u0074\u0077\u006f\u0020\u0062\u0079t\u0065\u0073\u0020\u0066\u0061\u0069\u006ce\u0064\u002c\u0020\u0069\u006e\u0064\u0065\u0078\u003a\u0020%\u0064",_dae );};_ab ++;};};}; +return nil ;};func _agc (_fgcb ,_cdea *Bitmap ,_bgfd ,_gadc int )(*Bitmap ,error ){const _aaac ="\u0063\u006c\u006f\u0073\u0065\u0053\u0061\u0066\u0065B\u0072\u0069\u0063\u006b";if _cdea ==nil {return nil ,_c .Error (_aaac ,"\u0073\u006f\u0075\u0072\u0063\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};if _bgfd < 1||_gadc < 1{return nil ,_c .Error (_aaac ,"\u0068s\u0069\u007a\u0065\u0020\u0061\u006e\u0064\u0020\u0076\u0073\u0069z\u0065\u0020\u006e\u006f\u0074\u0020\u003e\u003d\u0020\u0031");};if _bgfd ==1&&_gadc ==1{return _fcbc (_fgcb ,_cdea );};if MorphBC ==SymmetricMorphBC {_dcfe ,_cfee :=_afce (_fgcb ,_cdea ,_bgfd ,_gadc ); +if _cfee !=nil {return nil ,_c .Wrap (_cfee ,_aaac ,"\u0053\u0079m\u006d\u0065\u0074r\u0069\u0063\u004d\u006f\u0072\u0070\u0068\u0042\u0043");};return _dcfe ,nil ;};_gcff :=_fbbe (_bgfd /2,_gadc /2);_faad :=8*((_gcff +7)/8);_gbbg ,_bdc :=_cdea .AddBorder (_faad ,0); +if _bdc !=nil {return nil ,_c .Wrapf (_bdc ,_aaac ,"\u0042\u006f\u0072\u0064\u0065\u0072\u0053\u0069\u007ae\u003a\u0020\u0025\u0064",_faad );};var _efca ,_ffdb *Bitmap ;if _bgfd ==1||_gadc ==1{_dfga :=SelCreateBrick (_gadc ,_bgfd ,_gadc /2,_bgfd /2,SelHit ); +_efca ,_bdc =_dgce (nil ,_gbbg ,_dfga );if _bdc !=nil {return nil ,_c .Wrap (_bdc ,_aaac ,"\u0068S\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031\u0020\u007c\u007c \u0076\u0053\u0069\u007a\u0065\u0020\u003d\u003d\u0020\u0031");};}else {_eddd :=SelCreateBrick (1,_bgfd ,0,_bgfd /2,SelHit ); +_cccb ,_ffbd :=_eddc (nil ,_gbbg ,_eddd );if _ffbd !=nil {return nil ,_c .Wrap (_ffbd ,_aaac ,"\u0072\u0065\u0067\u0075la\u0072\u0020\u002d\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0064\u0069\u006c\u0061t\u0065");};_fdeab :=SelCreateBrick (_gadc ,1,_gadc /2,0,SelHit ); +_efca ,_ffbd =_eddc (nil ,_cccb ,_fdeab );if _ffbd !=nil {return nil ,_c .Wrap (_ffbd ,_aaac ,"\u0072\u0065\u0067ul\u0061\u0072\u0020\u002d\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0064\u0069\u006c\u0061\u0074\u0065");};if _ ,_ffbd =_fgd (_cccb ,_efca ,_eddd ); +_ffbd !=nil {return nil ,_c .Wrap (_ffbd ,_aaac ,"r\u0065\u0067\u0075\u006car\u0020-\u0020\u0066\u0069\u0072\u0073t\u0020\u0065\u0072\u006f\u0064\u0065");};if _ ,_ffbd =_fgd (_efca ,_cccb ,_fdeab );_ffbd !=nil {return nil ,_c .Wrap (_ffbd ,_aaac ,"\u0072\u0065\u0067\u0075la\u0072\u0020\u002d\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0065\u0072\u006fd\u0065"); +};};if _ffdb ,_bdc =_efca .RemoveBorder (_faad );_bdc !=nil {return nil ,_c .Wrap (_bdc ,_aaac ,"\u0072e\u0067\u0075\u006c\u0061\u0072");};if _fgcb ==nil {return _ffdb ,nil ;};if _ ,_bdc =_fcbc (_fgcb ,_ffdb );_bdc !=nil {return nil ,_bdc ;};return _fgcb ,nil ; +}; \ No newline at end of file diff --git a/internal/jbig2/decoder/arithmetic/arithmetic.go b/internal/jbig2/decoder/arithmetic/arithmetic.go index 1243f034d..12851ca3b 100644 --- a/internal/jbig2/decoder/arithmetic/arithmetic.go +++ b/internal/jbig2/decoder/arithmetic/arithmetic.go @@ -9,27 +9,27 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package arithmetic ;import (_b "fmt";_d "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/internal/bitwise";_cc "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_e "io";_c "strings";);type Decoder struct{ContextSize []uint32 ;ReferedToContextSize []uint32 ; -_da *_a .Reader ;_ag uint8 ;_dd uint64 ;_dab uint32 ;_cf int64 ;_de int32 ;_bf int32 ;_ccd int64 ;};func (_ggc *Decoder )renormalize ()error {for {if _ggc ._de ==0{if _def :=_ggc .readByte ();_def !=nil {return _def ;};};_ggc ._dab <<=1;_ggc ._dd <<=1; -_ggc ._de --;if (_ggc ._dab &0x8000)!=0{break ;};};_ggc ._dd &=0xffffffff;return nil ;};type DecoderStats struct{_dbe int32 ;_gfd int32 ;_dgg []byte ;_dgga []byte ;};func (_edd *Decoder )decodeIntBit (_gef *DecoderStats )(int ,error ){_gef .SetIndex (int32 (_edd ._cf )); -_fbc ,_ccf :=_edd .DecodeBit (_gef );if _ccf !=nil {_d .Log .Debug ("\u0041\u0072\u0069\u0074\u0068\u006d\u0065t\u0069\u0063\u0044e\u0063\u006f\u0064e\u0072\u0020'\u0064\u0065\u0063\u006f\u0064\u0065I\u006etB\u0069\u0074\u0027\u002d\u003e\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0042\u0069\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_ccf ); -return _fbc ,_ccf ;};if _edd ._cf < 256{_edd ._cf =((_edd ._cf <>16)< uint64 (_edg ){_fb =_feg .lpsExchange (stats ,_fd ,_edg );if _dc :=_feg .renormalize ();_dc !=nil {return 0,_dc ;};}else {_feg ._dd -=uint64 (_edg )<<16; -if (_feg ._dab &0x8000)==0{_fb =_feg .mpsExchange (stats ,_fd );if _g :=_feg .renormalize ();_g !=nil {return 0,_g ;};}else {_fb =int (stats .getMps ());};};return _fb ,nil ;};func (_bab *Decoder )lpsExchange (_ae *DecoderStats ,_ff int32 ,_dcc uint32 )int {_ggcb :=_ae .getMps (); -if _bab ._dab < _dcc {_ae .setEntry (int (_ed [_ff ][1]));_bab ._dab =_dcc ;return int (_ggcb );};if _ed [_ff ][3]==1{_ae .toggleMps ();};_ae .setEntry (int (_ed [_ff ][2]));_bab ._dab =_dcc ;return int (1-_ggcb );};func (_dede *DecoderStats )String ()string {_ebf :=&_c .Builder {}; -_ebf .WriteString (_b .Sprintf ("S\u0074\u0061\u0074\u0073\u003a\u0020\u0020\u0025\u0064\u000a",len (_dede ._dgg )));for _eac ,_ec :=range _dede ._dgg {if _ec !=0{_ebf .WriteString (_b .Sprintf ("N\u006f\u0074\u0020\u007aer\u006f \u0061\u0074\u003a\u0020\u0025d\u0020\u002d\u0020\u0025\u0064\u000a",_eac ,_ec )); -};};return _ebf .String ();};func (_edc *DecoderStats )toggleMps (){_edc ._dgga [_edc ._dbe ]^=1};func (_bb *DecoderStats )Copy ()*DecoderStats {_ef :=&DecoderStats {_gfd :_bb ._gfd ,_dgg :make ([]byte ,_bb ._gfd )};copy (_ef ._dgg ,_bb ._dgg );return _ef ; -};func (_eaa *DecoderStats )SetIndex (index int32 ){_eaa ._dbe =index };func (_fef *DecoderStats )setEntry (_gd int ){_geg :=byte (_gd &0x7f);_fef ._dgg [_fef ._dbe ]=_geg };func (_cfa *DecoderStats )cx ()byte {return _cfa ._dgg [_cfa ._dbe ]};func (_caa *Decoder )mpsExchange (_db *DecoderStats ,_eba int32 )int {_ga :=_db ._dgga [_db ._dbe ]; -if _caa ._dab < _ed [_eba ][0]{if _ed [_eba ][3]==1{_db .toggleMps ();};_db .setEntry (int (_ed [_eba ][2]));return int (1-_ga );};_db .setEntry (int (_ed [_eba ][1]));return int (_ga );};func (_efa *DecoderStats )getMps ()byte {return _efa ._dgga [_efa ._dbe ]}; -func NewStats (contextSize int32 ,index int32 )*DecoderStats {return &DecoderStats {_dbe :index ,_gfd :contextSize ,_dgg :make ([]byte ,contextSize ),_dgga :make ([]byte ,contextSize )};};var (_ed =[][4]uint32 {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; -);func (_cdg *DecoderStats )Reset (){for _ab :=0;_ab < len (_cdg ._dgg );_ab ++{_cdg ._dgg [_ab ]=0;_cdg ._dgga [_ab ]=0;};};func (_fee *Decoder )DecodeIAID (codeLen uint64 ,stats *DecoderStats )(int64 ,error ){_fee ._cf =1;var _ad uint64 ;for _ad =0;_ad < codeLen ; -_ad ++{stats .SetIndex (int32 (_fee ._cf ));_age ,_ca :=_fee .DecodeBit (stats );if _ca !=nil {return 0,_ca ;};_fee ._cf =(_fee ._cf <<1)|int64 (_age );};_bac :=_fee ._cf -(1< 0{return -_ded ,nil ;};return 0,_cc .ErrOOB ;};func (_deg *Decoder )readByte ()error {if _deg ._da .AbsolutePosition ()> _deg ._ccd {if _ ,_eb :=_deg ._da .Seek (-1,_e .SeekCurrent ); -_eb !=nil {return _eb ;};};_df ,_ada :=_deg ._da .ReadByte ();if _ada !=nil {return _ada ;};_deg ._ag =_df ;if _deg ._ag ==0xFF{_dec ,_gff :=_deg ._da .ReadByte ();if _gff !=nil {return _gff ;};if _dec > 0x8F{_deg ._dd +=0xFF00;_deg ._de =8;if _ ,_cg :=_deg ._da .Seek (-2,_e .SeekCurrent ); -_cg !=nil {return _cg ;};}else {_deg ._dd +=uint64 (_dec )<<9;_deg ._de =7;};}else {_df ,_ada =_deg ._da .ReadByte ();if _ada !=nil {return _ada ;};_deg ._ag =_df ;_deg ._dd +=uint64 (_deg ._ag )<<8;_deg ._de =8;};_deg ._dd &=0xFFFFFFFFFF;return nil ;}; +package arithmetic ;import (_c "fmt";_fb "github.com/unidoc/unipdf/v3/common";_fe "github.com/unidoc/unipdf/v3/internal/bitwise";_d "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_b "io";_fc "strings";);func (_cf *Decoder )DecodeBit (stats *DecoderStats )(int ,error ){var (_fbd int ; +_db =_de [stats .cx ()][0];_gef =int32 (stats .cx ()););defer func (){_cf ._dee ++}();_cf ._ge -=_db ;if (_cf ._g >>16)< uint64 (_db ){_fbd =_cf .lpsExchange (stats ,_gef ,_db );if _fdb :=_cf .renormalize ();_fdb !=nil {return 0,_fdb ;};}else {_cf ._g -=uint64 (_db )<<16; +if (_cf ._ge &0x8000)==0{_fbd =_cf .mpsExchange (stats ,_gef );if _caf :=_cf .renormalize ();_caf !=nil {return 0,_caf ;};}else {_fbd =int (stats .getMps ());};};return _fbd ,nil ;};func (_dbf *Decoder )DecodeInt (stats *DecoderStats )(int32 ,error ){var (_bd ,_ba int32 ; +_ee ,_dfb ,_ga int ;_gc error ;);if stats ==nil {stats =NewStats (512,1);};_dbf ._e =1;_dfb ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ;};_ee ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ;};if _ee ==1{_ee ,_gc =_dbf .decodeIntBit (stats ); +if _gc !=nil {return 0,_gc ;};if _ee ==1{_ee ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ;};if _ee ==1{_ee ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ;};if _ee ==1{_ee ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ; +};if _ee ==1{_ga =32;_ba =4436;}else {_ga =12;_ba =340;};}else {_ga =8;_ba =84;};}else {_ga =6;_ba =20;};}else {_ga =4;_ba =4;};}else {_ga =2;_ba =0;};for _a :=0;_a < _ga ;_a ++{_ee ,_gc =_dbf .decodeIntBit (stats );if _gc !=nil {return 0,_gc ;};_bd =(_bd <<1)|int32 (_ee ); +};_bd +=_ba ;if _dfb ==0{return _bd ,nil ;}else if _dfb ==1&&_bd > 0{return -_bd ,nil ;};return 0,_d .ErrOOB ;};func (_gf *Decoder )renormalize ()error {for {if _gf ._ca ==0{if _dg :=_gf .readByte ();_dg !=nil {return _dg ;};};_gf ._ge <<=1;_gf ._g <<=1; +_gf ._ca --;if (_gf ._ge &0x8000)!=0{break ;};};_gf ._g &=0xffffffff;return nil ;};func (_gcd *Decoder )readByte ()error {if _gcd ._dd .AbsolutePosition ()> _gcd ._be {if _ ,_fcg :=_gcd ._dd .Seek (-1,_b .SeekCurrent );_fcg !=nil {return _fcg ;};};_cbe ,_fg :=_gcd ._dd .ReadByte (); +if _fg !=nil {return _fg ;};_gcd ._fd =_cbe ;if _gcd ._fd ==0xFF{_da ,_dec :=_gcd ._dd .ReadByte ();if _dec !=nil {return _dec ;};if _da > 0x8F{_gcd ._g +=0xFF00;_gcd ._ca =8;if _ ,_dde :=_gcd ._dd .Seek (-2,_b .SeekCurrent );_dde !=nil {return _dde ;}; +}else {_gcd ._g +=uint64 (_da )<<9;_gcd ._ca =7;};}else {_cbe ,_fg =_gcd ._dd .ReadByte ();if _fg !=nil {return _fg ;};_gcd ._fd =_cbe ;_gcd ._g +=uint64 (_gcd ._fd )<<8;_gcd ._ca =8;};_gcd ._g &=0xFFFFFFFFFF;return nil ;};var (_de =[][4]uint32 {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; +);func NewStats (contextSize int32 ,index int32 )*DecoderStats {return &DecoderStats {_dbb :index ,_fad :contextSize ,_bdg :make ([]byte ,contextSize ),_gd :make ([]byte ,contextSize )};};func (_fea *Decoder )init ()error {_fea ._be =_fea ._dd .AbsolutePosition (); +_ad ,_ff :=_fea ._dd .ReadByte ();if _ff !=nil {_fb .Log .Debug ("B\u0075\u0066\u0066\u0065\u0072\u0030 \u0072\u0065\u0061\u0064\u0042\u0079\u0074\u0065\u0020f\u0061\u0069\u006ce\u0064.\u0020\u0025\u0076",_ff );return _ff ;};_fea ._fd =_ad ;_fea ._g =uint64 (_ad )<<16; +if _ff =_fea .readByte ();_ff !=nil {return _ff ;};_fea ._g <<=7;_fea ._ca -=7;_fea ._ge =0x8000;_fea ._dee ++;return nil ;};func (_cfa *DecoderStats )SetIndex (index int32 ){_cfa ._dbb =index };func (_gg *Decoder )decodeIntBit (_af *DecoderStats )(int ,error ){_af .SetIndex (int32 (_gg ._e )); +_aae ,_fa :=_gg .DecodeBit (_af );if _fa !=nil {_fb .Log .Debug ("\u0041\u0072\u0069\u0074\u0068\u006d\u0065t\u0069\u0063\u0044e\u0063\u006f\u0064e\u0072\u0020'\u0064\u0065\u0063\u006f\u0064\u0065I\u006etB\u0069\u0074\u0027\u002d\u003e\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0042\u0069\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_fa ); +return _aae ,_fa ;};if _gg ._e < 256{_gg ._e =((_gg ._e < int (_fa ._b .NumberOfPages ){return nil ,_gf .Errorf (_abb ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_bb ); -};_cg ,_ec :=_fa ._b .GetPage (_bb );if _ec !=nil {return nil ,_gf .Wrap (_ec ,_abb ,"");};_df ,_ec :=_cg .GetBitmap ();if _ec !=nil {return nil ,_gf .Wrap (_ec ,_abb ,"");};_df .InverseData ();if !_fa ._e .UnpaddedData {return _df .Data ,nil ;};return _df .GetUnpaddedData (); -};func (_bg *Decoder )DecodePageImage (pageNumber int )(_f .Image ,error ){const _fb ="\u0064\u0065\u0063od\u0065\u0072\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";_ada ,_aa :=_bg .decodePageImage (pageNumber ); -if _aa !=nil {return nil ,_gf .Wrap (_aa ,_fb ,"");};return _ada ,nil ;};func (_d *Decoder )PageNumber ()(int ,error ){const _fbf ="\u0044e\u0063o\u0064\u0065\u0072\u002e\u0050a\u0067\u0065N\u0075\u006d\u0062\u0065\u0072";if _d ._b ==nil {return 0,_gf .Error (_fbf ,"d\u0065\u0063\u006f\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0069\u006e\u0069\u0074\u0069a\u006c\u0069\u007ae\u0064 \u0079\u0065\u0074"); -};return int (_d ._b .NumberOfPages ),nil ;};func Decode (input []byte ,parameters Parameters ,globals *_ae .Globals )(*Decoder ,error ){_cb :=_c .NewReader (input );_bd ,_cca :=_ae .DecodeDocument (_cb ,globals );if _cca !=nil {return nil ,_cca ;};return &Decoder {_ad :_cb ,_b :_bd ,_e :parameters },nil ; -};type Parameters struct{UnpaddedData bool ;Color _a .Color ;};func (_cc *Decoder )DecodeNextPage ()([]byte ,error ){_cc ._ab ++;_aea :=_cc ._ab ;return _cc .decodePage (_aea );};type Decoder struct{_ad *_c .Reader ;_b *_ae .Document ;_ab int ;_e Parameters ; -};func (_ag *Decoder )decodePageImage (_ed int )(_f .Image ,error ){const _ced ="\u0064e\u0063o\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";if _ed < 0{return nil ,_gf .Errorf (_ced ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_ed ); -};if _ed > int (_ag ._b .NumberOfPages ){return nil ,_gf .Errorf (_ced ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_ed ); -};_eb ,_gc :=_ag ._b .GetPage (_ed );if _gc !=nil {return nil ,_gf .Wrap (_gc ,_ced ,"");};_da ,_gc :=_eb .GetBitmap ();if _gc !=nil {return nil ,_gf .Wrap (_gc ,_ced ,"");};_da .InverseData ();return _da .ToImage (),nil ;}; \ No newline at end of file +package decoder ;import (_e "github.com/unidoc/unipdf/v3/internal/bitwise";_dc "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_f "github.com/unidoc/unipdf/v3/internal/jbig2/document";_dca "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_d "image"; +);func (_fb *Decoder )DecodePage (pageNumber int )([]byte ,error ){return _fb .decodePage (pageNumber )};func (_efg *Decoder )decodePage (_eb int )([]byte ,error ){const _bb ="\u0064\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065";if _eb < 0{return nil ,_dca .Errorf (_bb ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_eb ); +};if _eb > int (_efg ._b .NumberOfPages ){return nil ,_dca .Errorf (_bb ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_eb ); +};_ae ,_ca :=_efg ._b .GetPage (_eb );if _ca !=nil {return nil ,_dca .Wrap (_ca ,_bb ,"");};_bd ,_ca :=_ae .GetBitmap ();if _ca !=nil {return nil ,_dca .Wrap (_ca ,_bb ,"");};_bd .InverseData ();if !_efg ._fa .UnpaddedData {return _bd .Data ,nil ;};return _bd .GetUnpaddedData (); +};func (_aeb *Decoder )decodePageImage (_ba int )(_d .Image ,error ){const _gab ="\u0064e\u0063o\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065";if _ba < 0{return nil ,_dca .Errorf (_gab ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0067\u0065 \u006eu\u006db\u0065\u0072\u003a\u0020\u0027\u0025\u0064'",_ba ); +};if _ba > int (_aeb ._b .NumberOfPages ){return nil ,_dca .Errorf (_gab ,"p\u0061\u0067\u0065\u003a\u0020\u0027%\u0064\u0027\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0069n\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0063\u006f\u0064e\u0072",_ba ); +};_dae ,_be :=_aeb ._b .GetPage (_ba );if _be !=nil {return nil ,_dca .Wrap (_be ,_gab ,"");};_daa ,_be :=_dae .GetBitmap ();if _be !=nil {return nil ,_dca .Wrap (_be ,_gab ,"");};_daa .InverseData ();return _daa .ToImage (),nil ;};func (_fgf *Decoder )PageNumber ()(int ,error ){const _ac ="\u0044e\u0063o\u0064\u0065\u0072\u002e\u0050a\u0067\u0065N\u0075\u006d\u0062\u0065\u0072"; +if _fgf ._b ==nil {return 0,_dca .Error (_ac ,"d\u0065\u0063\u006f\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0069\u006e\u0069\u0074\u0069a\u006c\u0069\u007ae\u0064 \u0079\u0065\u0074");};return int (_fgf ._b .NumberOfPages ),nil ;};type Decoder struct{_fg *_e .Reader ; +_b *_f .Document ;_da int ;_fa Parameters ;};func (_ga *Decoder )DecodeNextPage ()([]byte ,error ){_ga ._da ++;_bf :=_ga ._da ;return _ga .decodePage (_bf );};func Decode (input []byte ,parameters Parameters ,globals *_f .Globals )(*Decoder ,error ){_eg :=_e .NewReader (input ); +_bbf ,_gg :=_f .DecodeDocument (_eg ,globals );if _gg !=nil {return nil ,_gg ;};return &Decoder {_fg :_eg ,_b :_bbf ,_fa :parameters },nil ;};func (_ff *Decoder )DecodePageImage (pageNumber int )(_d .Image ,error ){const _c ="\u0064\u0065\u0063od\u0065\u0072\u002e\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0067\u0065\u0049\u006d\u0061\u0067\u0065"; +_ef ,_g :=_ff .decodePageImage (pageNumber );if _g !=nil {return nil ,_dca .Wrap (_g ,_c ,"");};return _ef ,nil ;};type Parameters struct{UnpaddedData bool ;Color _dc .Color ;}; \ No newline at end of file diff --git a/internal/jbig2/decoder/huffman/huffman.go b/internal/jbig2/decoder/huffman/huffman.go index 8e8b3ad2d..2ac813121 100644 --- a/internal/jbig2/decoder/huffman/huffman.go +++ b/internal/jbig2/decoder/huffman/huffman.go @@ -9,34 +9,36 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package huffman ;import (_df "errors";_d "fmt";_c "github.com/unidoc/unipdf/v3/internal/bitwise";_g "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_a "math";_ec "strings";);func (_cg *InternalNode )pad (_ggc *_ec .Builder ){for _baa :=int32 (0); -_baa < _cg ._fa ;_baa ++{_ggc .WriteString ("\u0020\u0020\u0020");};};func (_fge *FixedSizeTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_de :=range codeTable {_dd :=_fge ._bd .append (_de );if _dd !=nil {return _dd ;};};return nil ; -};func (_fg *FixedSizeTable )Decode (r *_c .Reader )(int64 ,error ){return _fg ._bd .Decode (r )};type EncodedTable struct{BasicTabler ;_cc *InternalNode ;};func (_ee *InternalNode )String ()string {_gbf :=&_ec .Builder {};_gbf .WriteString ("\u000a"); -_ee .pad (_gbf );_gbf .WriteString ("\u0030\u003a\u0020");_gbf .WriteString (_ee ._dcd .String ()+"\u000a");_ee .pad (_gbf );_gbf .WriteString ("\u0031\u003a\u0020");_gbf .WriteString (_ee ._bgd .String ()+"\u000a");return _gbf .String ();};type ValueNode struct{_cd int32 ; -_dfac int32 ;_gdb bool ;};func (_dfa *EncodedTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_cb :=range codeTable {if _gd :=_dfa ._cc .append (_cb );_gd !=nil {return _gd ;};};return nil ;};type OutOfBandNode struct{};func _gbg (_cgc int32 )*InternalNode {return &InternalNode {_fa :_cgc }}; -var _ Node =&InternalNode {};func (_fgcg *StandardTable )RootNode ()*InternalNode {return _fgcg ._ga };func (_deb *StandardTable )InitTree (codeTable []*Code )error {_fef (codeTable );for _ ,_fgc :=range codeTable {if _bf :=_deb ._ga .append (_fgc );_bf !=nil {return _bf ; -};};return nil ;};type Tabler interface{Decode (_cgg *_c .Reader )(int64 ,error );InitTree (_bgg []*Code )error ;String ()string ;RootNode ()*InternalNode ;};type BasicTabler interface{HtHigh ()int32 ;HtLow ()int32 ;StreamReader ()*_c .Reader ;HtPS ()int32 ; -HtRS ()int32 ;HtOOB ()int32 ;};func (_fcg *InternalNode )append (_dbab *Code )(_ggf error ){if _dbab ._ega ==0{return nil ;};_agf :=_dbab ._ega -1-_fcg ._fa ;if _agf < 0{return _df .New ("\u004e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0073\u0068\u0069\u0066\u0074\u0069n\u0067 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064"); -};_eac :=(_dbab ._ebd >>uint (_agf ))&0x1;if _agf ==0{if _dbab ._bag ==-1{if _eac ==1{if _fcg ._bgd !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_dbab ); -};_fcg ._bgd =_fe (_dbab );}else {if _fcg ._dcd !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_dbab );};_fcg ._dcd =_fe (_dbab );};}else {if _eac ==1{if _fcg ._bgd !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_dbab ); -};_fcg ._bgd =_cdc (_dbab );}else {if _fcg ._dcd !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_dbab ); -};_fcg ._dcd =_cdc (_dbab );};};}else {if _eac ==1{if _fcg ._bgd ==nil {_fcg ._bgd =_gbg (_fcg ._fa +1);};if _ggf =_fcg ._bgd .(*InternalNode ).append (_dbab );_ggf !=nil {return _ggf ;};}else {if _fcg ._dcd ==nil {_fcg ._dcd =_gbg (_fcg ._fa +1);};if _ggf =_fcg ._dcd .(*InternalNode ).append (_dbab ); -_ggf !=nil {return _ggf ;};};};return nil ;};var _ Node =&ValueNode {};type Code struct{_ega int32 ;_bag int32 ;_fgd int32 ;_gfc bool ;_ebd int32 ;};func GetStandardTable (number int )(Tabler ,error ){if number <=0||number > len (_dddd ){return nil ,_df .New ("\u0049n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -};_cgd :=_dddd [number -1];if _cgd ==nil {var _gc error ;_cgd ,_gc =_aag (_dgc [number -1]);if _gc !=nil {return nil ,_gc ;};_dddd [number -1]=_cgd ;};return _cgd ,nil ;};func (_bg *OutOfBandNode )String ()string {return _d .Sprintf ("\u0025\u0030\u00364\u0062",int64 (_a .MaxInt64 )); -};var _dddd =make ([]Tabler ,len (_dgc ));func (_gg *OutOfBandNode )Decode (r *_c .Reader )(int64 ,error ){return 0,_g .ErrOOB };func (_fbd *ValueNode )Decode (r *_c .Reader )(int64 ,error ){_ggg ,_be :=r .ReadBits (byte (_fbd ._cd ));if _be !=nil {return 0,_be ; -};if _fbd ._gdb {_ggg =-_ggg ;};return int64 (_fbd ._dfac )+int64 (_ggg ),nil ;};type StandardTable struct{_ga *InternalNode };type FixedSizeTable struct{_bd *InternalNode };func NewFixedSizeTable (codeTable []*Code )(*FixedSizeTable ,error ){_ccd :=&FixedSizeTable {_bd :&InternalNode {}}; -if _ef :=_ccd .InitTree (codeTable );_ef !=nil {return nil ,_ef ;};return _ccd ,nil ;};var _ Tabler =&EncodedTable {};type InternalNode struct{_fa int32 ;_dcd Node ;_bgd Node ;};type Node interface{Decode (_ecg *_c .Reader )(int64 ,error );String ()string ; -};func _fef (_eaa []*Code ){var _bge int32 ;for _ ,_dcb :=range _eaa {_bge =_ddddg (_bge ,_dcb ._ega );};_gbd :=make ([]int32 ,_bge +1);for _ ,_fcd :=range _eaa {_gbd [_fcd ._ega ]++;};var _cbf int32 ;_ccg :=make ([]int32 ,len (_gbd )+1);_gbd [0]=0;for _bfa :=int32 (1); -_bfa <=int32 (len (_gbd ));_bfa ++{_ccg [_bfa ]=(_ccg [_bfa -1]+(_gbd [_bfa -1]))<<1;_cbf =_ccg [_bfa ];for _ ,_cdb :=range _eaa {if _cdb ._ega ==_bfa {_cdb ._ebd =_cbf ;_cbf ++;};};};};func (_ddd *InternalNode )Decode (r *_c .Reader )(int64 ,error ){_fc ,_gbe :=r .ReadBit (); -if _gbe !=nil {return 0,_gbe ;};if _fc ==0{return _ddd ._dcd .Decode (r );};return _ddd ._bgd .Decode (r );};func (_dba *FixedSizeTable )RootNode ()*InternalNode {return _dba ._bd };func _fe (_bc *Code )*OutOfBandNode {return &OutOfBandNode {}};var _dgc =[][][]int32 {{{1,4,0},{2,8,16},{3,16,272},{3,32,65808}},{{1,0,0},{2,0,1},{3,0,2},{4,3,3},{5,6,11},{6,32,75},{6,-1,0}},{{8,8,-256},{1,0,0},{2,0,1},{3,0,2},{4,3,3},{5,6,11},{8,32,-257,999},{7,32,75},{6,-1,0}},{{1,0,1},{2,0,2},{3,0,3},{4,3,4},{5,6,12},{5,32,76}},{{7,8,-255},{1,0,1},{2,0,2},{3,0,3},{4,3,4},{5,6,12},{7,32,-256,999},{6,32,76}},{{5,10,-2048},{4,9,-1024},{4,8,-512},{4,7,-256},{5,6,-128},{5,5,-64},{4,5,-32},{2,7,0},{3,7,128},{3,8,256},{4,9,512},{4,10,1024},{6,32,-2049,999},{6,32,2048}},{{4,9,-1024},{3,8,-512},{4,7,-256},{5,6,-128},{5,5,-64},{4,5,-32},{4,5,0},{5,5,32},{5,6,64},{4,7,128},{3,8,256},{3,9,512},{3,10,1024},{5,32,-1025,999},{5,32,2048}},{{8,3,-15},{9,1,-7},{8,1,-5},{9,0,-3},{7,0,-2},{4,0,-1},{2,1,0},{5,0,2},{6,0,3},{3,4,4},{6,1,20},{4,4,22},{4,5,38},{5,6,70},{5,7,134},{6,7,262},{7,8,390},{6,10,646},{9,32,-16,999},{9,32,1670},{2,-1,0}},{{8,4,-31},{9,2,-15},{8,2,-11},{9,1,-7},{7,1,-5},{4,1,-3},{3,1,-1},{3,1,1},{5,1,3},{6,1,5},{3,5,7},{6,2,39},{4,5,43},{4,6,75},{5,7,139},{5,8,267},{6,8,523},{7,9,779},{6,11,1291},{9,32,-32,999},{9,32,3339},{2,-1,0}},{{7,4,-21},{8,0,-5},{7,0,-4},{5,0,-3},{2,2,-2},{5,0,2},{6,0,3},{7,0,4},{8,0,5},{2,6,6},{5,5,70},{6,5,102},{6,6,134},{6,7,198},{6,8,326},{6,9,582},{6,10,1094},{7,11,2118},{8,32,-22,999},{8,32,4166},{2,-1,0}},{{1,0,1},{2,1,2},{4,0,4},{4,1,5},{5,1,7},{5,2,9},{6,2,13},{7,2,17},{7,3,21},{7,4,29},{7,5,45},{7,6,77},{7,32,141}},{{1,0,1},{2,0,2},{3,1,3},{5,0,5},{5,1,6},{6,1,8},{7,0,10},{7,1,11},{7,2,13},{7,3,17},{7,4,25},{8,5,41},{8,32,73}},{{1,0,1},{3,0,2},{4,0,3},{5,0,4},{4,1,5},{3,3,7},{6,1,15},{6,2,17},{6,3,21},{6,4,29},{6,5,45},{7,6,77},{7,32,141}},{{3,0,-2},{3,0,-1},{1,0,0},{3,0,1},{3,0,2}},{{7,4,-24},{6,2,-8},{5,1,-4},{4,0,-2},{3,0,-1},{1,0,0},{3,0,1},{4,0,2},{5,1,3},{6,2,5},{7,4,9},{7,32,-25,999},{7,32,25}}}; -func (_ed *StandardTable )String ()string {return _ed ._ga .String ()+"\u000a"};func _bec (_dgea ,_cba int32 )string {var _faa int32 ;_ada :=make ([]rune ,_cba );for _ae :=int32 (1);_ae <=_cba ;_ae ++{_faa =_dgea >>uint (_cba -_ae )&1;if _faa !=0{_ada [_ae -1]='1'; -}else {_ada [_ae -1]='0';};};return string (_ada );};var _ Node =&OutOfBandNode {};func (_ba *EncodedTable )parseTable ()error {var (_bab []*Code ;_ebf ,_cf ,_ad int32 ;_ab uint64 ;_abb error ;);_dc :=_ba .StreamReader ();_fd :=_ba .HtLow ();for _fd < _ba .HtHigh (){_ab ,_abb =_dc .ReadBits (byte (_ba .HtPS ())); -if _abb !=nil {return _abb ;};_ebf =int32 (_ab );_ab ,_abb =_dc .ReadBits (byte (_ba .HtRS ()));if _abb !=nil {return _abb ;};_cf =int32 (_ab );_bab =append (_bab ,NewCode (_ebf ,_cf ,_ad ,false ));_fd +=1< 3{_ff =true ;};_eg =append (_eg ,NewCode (_dg ,_cfg ,_dga ,_ff ));};_dge :=&StandardTable {_ga :_gbg (0)};if _dda :=_dge .InitTree (_eg );_dda !=nil {return nil ,_dda ;};return _dge ,nil ;};func NewEncodedTable (table BasicTabler )(*EncodedTable ,error ){_eb :=&EncodedTable {_cc :&InternalNode {},BasicTabler :table }; -if _bb :=_eb .parseTable ();_bb !=nil {return nil ,_bb ;};return _eb ,nil ;};func _ddddg (_fed ,_fdf int32 )int32 {if _fed > _fdf {return _fed ;};return _fdf ;};func (_f *EncodedTable )String ()string {return _f ._cc .String ()+"\u000a"};func (_fgb *FixedSizeTable )String ()string {return _fgb ._bd .String ()+"\u000a"}; -func (_ag *ValueNode )String ()string {return _d .Sprintf ("\u0025\u0064\u002f%\u0064",_ag ._cd ,_ag ._dfac );};func (_bgb *StandardTable )Decode (r *_c .Reader )(int64 ,error ){return _bgb ._ga .Decode (r )}; \ No newline at end of file +package huffman ;import (_de "errors";_d "fmt";_c "github.com/unidoc/unipdf/v3/internal/bitwise";_e "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_ee "math";_g "strings";);func (_fda *ValueNode )Decode (r *_c .Reader )(int64 ,error ){_gb ,_cd :=r .ReadBits (byte (_fda ._bb )); +if _cd !=nil {return 0,_cd ;};if _fda ._fd {_gb =-_gb ;};return int64 (_fda ._ccd )+int64 (_gb ),nil ;};func _ead (_ecb []*Code ){var _aafg int32 ;for _ ,_agg :=range _ecb {_aafg =_bbf (_aafg ,_agg ._ddga );};_eefa :=make ([]int32 ,_aafg +1);for _ ,_egcb :=range _ecb {_eefa [_egcb ._ddga ]++; +};var _ddef int32 ;_bgg :=make ([]int32 ,len (_eefa )+1);_eefa [0]=0;for _cfdc :=int32 (1);_cfdc <=int32 (len (_eefa ));_cfdc ++{_bgg [_cfdc ]=(_bgg [_cfdc -1]+(_eefa [_cfdc -1]))<<1;_ddef =_bgg [_cfdc ];for _ ,_ge :=range _ecb {if _ge ._ddga ==_cfdc {_ge ._bfg =_ddef ; +_ddef ++;};};};};func NewFixedSizeTable (codeTable []*Code )(*FixedSizeTable ,error ){_dg :=&FixedSizeTable {_ff :&InternalNode {}};if _cc :=_dg .InitTree (codeTable );_cc !=nil {return nil ,_cc ;};return _dg ,nil ;};func (_aaf *StandardTable )String ()string {return _aaf ._gc .String ()+"\u000a"}; +type FixedSizeTable struct{_ff *InternalNode };func _egg (_egc int32 )*InternalNode {return &InternalNode {_ddg :_egc }};func (_ea *ValueNode )String ()string {return _d .Sprintf ("\u0025\u0064\u002f%\u0064",_ea ._bb ,_ea ._ccd );};func (_dd *FixedSizeTable )Decode (r *_c .Reader )(int64 ,error ){return _dd ._ff .Decode (r )}; +type Tabler interface{Decode (_fbb *_c .Reader )(int64 ,error );InitTree (_ccb []*Code )error ;String ()string ;RootNode ()*InternalNode ;};func (_ga *EncodedTable )parseTable ()error {var (_af []*Code ;_cfd ,_gg ,_eb int32 ;_f uint64 ;_ef error ;);_fg :=_ga .StreamReader (); +_ad :=_ga .HtLow ();for _ad < _ga .HtHigh (){_f ,_ef =_fg .ReadBits (byte (_ga .HtPS ()));if _ef !=nil {return _ef ;};_cfd =int32 (_f );_f ,_ef =_fg .ReadBits (byte (_ga .HtRS ()));if _ef !=nil {return _ef ;};_gg =int32 (_f );_af =append (_af ,NewCode (_cfd ,_gg ,_eb ,false )); +_ad +=1<>uint (_gbe -_abg )&1;if _fgd !=0{_beb [_abg -1]='1'; +}else {_beb [_abg -1]='0';};};return string (_beb );};type ValueNode struct{_bb int32 ;_ccd int32 ;_fd bool ;};func GetStandardTable (number int )(Tabler ,error ){if number <=0||number > len (_daa ){return nil ,_de .New ("\u0049n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +};_degf :=_daa [number -1];if _degf ==nil {var _ag error ;_degf ,_ag =_cgf (_efe [number -1]);if _ag !=nil {return nil ,_ag ;};_daa [number -1]=_degf ;};return _degf ,nil ;};func (_cb *StandardTable )Decode (r *_c .Reader )(int64 ,error ){return _cb ._gc .Decode (r )}; +func (_fe *FixedSizeTable )InitTree (codeTable []*Code )error {_ead (codeTable );for _ ,_fb :=range codeTable {_ada :=_fe ._ff .append (_fb );if _ada !=nil {return _ada ;};};return nil ;};func NewEncodedTable (table BasicTabler )(*EncodedTable ,error ){_cf :=&EncodedTable {_df :&InternalNode {},BasicTabler :table }; +if _deb :=_cf .parseTable ();_deb !=nil {return nil ,_deb ;};return _cf ,nil ;};func (_eg *OutOfBandNode )String ()string {return _d .Sprintf ("\u0025\u0030\u00364\u0062",int64 (_ee .MaxInt64 ));};var _ Node =&InternalNode {};func (_fac *InternalNode )pad (_ccg *_g .Builder ){for _bge :=int32 (0); +_bge < _fac ._ddg ;_bge ++{_ccg .WriteString ("\u0020\u0020\u0020");};};type Node interface{Decode (_bg *_c .Reader )(int64 ,error );String ()string ;};var _ Node =&ValueNode {};func (_b *EncodedTable )InitTree (codeTable []*Code )error {_ead (codeTable ); +for _ ,_aca :=range codeTable {if _dcg :=_b ._df .append (_aca );_dcg !=nil {return _dcg ;};};return nil ;};func (_fa *FixedSizeTable )RootNode ()*InternalNode {return _fa ._ff };type EncodedTable struct{BasicTabler ;_df *InternalNode ;};func (_gaa *StandardTable )InitTree (codeTable []*Code )error {_ead (codeTable ); +for _ ,_gdc :=range codeTable {if _ba :=_gaa ._gc .append (_gdc );_ba !=nil {return _ba ;};};return nil ;};func (_aa *EncodedTable )String ()string {return _aa ._df .String ()+"\u000a"};type BasicTabler interface{HtHigh ()int32 ;HtLow ()int32 ;StreamReader ()*_c .Reader ; +HtPS ()int32 ;HtRS ()int32 ;HtOOB ()int32 ;};func (_afe *Code )String ()string {var _gde string ;if _afe ._bfg !=-1{_gde =_bfd (_afe ._bfg ,_afe ._ddga );}else {_gde ="\u003f";};return _d .Sprintf ("%\u0073\u002f\u0025\u0064\u002f\u0025\u0064\u002f\u0025\u0064",_gde ,_afe ._ddga ,_afe ._efea ,_afe ._gbb ); +};func (_fbd *FixedSizeTable )String ()string {return _fbd ._ff .String ()+"\u000a"};func (_aab *StandardTable )RootNode ()*InternalNode {return _aab ._gc };func _gaf (_eef *Code )*ValueNode {return &ValueNode {_bb :_eef ._efea ,_ccd :_eef ._gbb ,_fd :_eef ._acg }}; +var _ Node =&OutOfBandNode {};func (_bgf *InternalNode )Decode (r *_c .Reader )(int64 ,error ){_ed ,_acab :=r .ReadBit ();if _acab !=nil {return 0,_acab ;};if _ed ==0{return _bgf ._fbdg .Decode (r );};return _bgf ._dgc .Decode (r );};type OutOfBandNode struct{}; +func _cgf (_ggg [][]int32 )(*StandardTable ,error ){var _bf []*Code ;for _dgg :=0;_dgg < len (_ggg );_dgg ++{_ab :=_ggg [_dgg ][0];_ede :=_ggg [_dgg ][1];_ecc :=_ggg [_dgg ][2];var _acd bool ;if len (_ggg [_dgg ])> 3{_acd =true ;};_bf =append (_bf ,NewCode (_ab ,_ede ,_ecc ,_acd )); +};_gad :=&StandardTable {_gc :_egg (0)};if _ebg :=_gad .InitTree (_bf );_ebg !=nil {return nil ,_ebg ;};return _gad ,nil ;};func _bbf (_ged ,_ace int32 )int32 {if _ged > _ace {return _ged ;};return _ace ;};type InternalNode struct{_ddg int32 ;_fbdg Node ; +_dgc Node ;};var _daa =make ([]Tabler ,len (_efe ));func (_dde *InternalNode )append (_fdad *Code )(_ec error ){if _fdad ._ddga ==0{return nil ;};_ecg :=_fdad ._ddga -1-_dde ._ddg ;if _ecg < 0{return _de .New ("\u004e\u0065\u0067\u0061\u0074\u0069\u0076\u0065\u0020\u0073\u0068\u0069\u0066\u0074\u0069n\u0067 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064"); +};_gd :=(_fdad ._bfg >>uint (_ecg ))&0x1;if _ecg ==0{if _fdad ._efea ==-1{if _gd ==1{if _dde ._dgc !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_fdad ); +};_dde ._dgc =_afc (_fdad );}else {if _dde ._fbdg !=nil {return _d .Errorf ("O\u004f\u0042\u0020\u0061\u006c\u0072e\u0061\u0064\u0079\u0020\u0073\u0065\u0074\u0020\u0066o\u0072\u0020\u0063o\u0064e\u0020\u0025\u0073",_fdad );};_dde ._fbdg =_afc (_fdad ); +};}else {if _gd ==1{if _dde ._dgc !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_fdad );};_dde ._dgc =_gaf (_fdad ); +}else {if _dde ._fbdg !=nil {return _d .Errorf ("\u0056\u0061\u006cue\u0020\u004e\u006f\u0064\u0065\u0020\u0061\u006c\u0072e\u0061d\u0079 \u0073e\u0074\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0025\u0073",_fdad );};_dde ._fbdg =_gaf (_fdad ); +};};}else {if _gd ==1{if _dde ._dgc ==nil {_dde ._dgc =_egg (_dde ._ddg +1);};if _ec =_dde ._dgc .(*InternalNode ).append (_fdad );_ec !=nil {return _ec ;};}else {if _dde ._fbdg ==nil {_dde ._fbdg =_egg (_dde ._ddg +1);};if _ec =_dde ._fbdg .(*InternalNode ).append (_fdad ); +_ec !=nil {return _ec ;};};};return nil ;};func (_da *EncodedTable )RootNode ()*InternalNode {return _da ._df };func NewCode (prefixLength ,rangeLength ,rangeLow int32 ,isLowerRange bool )*Code {return &Code {_ddga :prefixLength ,_efea :rangeLength ,_gbb :rangeLow ,_acg :isLowerRange ,_bfg :-1}; +};func (_bc *InternalNode )String ()string {_dda :=&_g .Builder {};_dda .WriteString ("\u000a");_bc .pad (_dda );_dda .WriteString ("\u0030\u003a\u0020");_dda .WriteString (_bc ._fbdg .String ()+"\u000a");_bc .pad (_dda );_dda .WriteString ("\u0031\u003a\u0020"); +_dda .WriteString (_bc ._dgc .String ()+"\u000a");return _dda .String ();};type StandardTable struct{_gc *InternalNode }; \ No newline at end of file diff --git a/internal/jbig2/decoder/mmr/mmr.go b/internal/jbig2/decoder/mmr/mmr.go index 6d003e33c..cc1b9984e 100644 --- a/internal/jbig2/decoder/mmr/mmr.go +++ b/internal/jbig2/decoder/mmr/mmr.go @@ -9,41 +9,42 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package mmr ;import (_b "errors";_d "fmt";_e "github.com/unidoc/unipdf/v3/common";_c "github.com/unidoc/unipdf/v3/internal/bitwise";_ea "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_fc "io";);func New (r *_c .Reader ,width ,height int ,dataOffset ,dataLength int64 )(*Decoder ,error ){_eg :=&Decoder {_bb :width ,_bfc :height }; -_eca ,_gdc :=r .NewPartialReader (int (dataOffset ),int (dataLength ),false );if _gdc !=nil {return nil ,_gdc ;};_ge ,_gdc :=_acd (_eca );if _gdc !=nil {return nil ,_gdc ;};_ ,_gdc =r .Seek (_eca .RelativePosition (),_fc .SeekCurrent );if _gdc !=nil {return nil ,_gdc ; -};_eg ._cg =_ge ;if _ga :=_eg .initTables ();_ga !=nil {return nil ,_ga ;};return _eg ,nil ;};func _da (_bd ,_af int )int {if _bd < _af {return _af ;};return _bd ;};func (_eaef *runData )align (){_eaef ._dfb =((_eaef ._dfb +7)>>3)<<3};func (_bgc *runData )uncompressGetNextCodeLittleEndian ()(int ,error ){_adc :=_bgc ._dfb -_bgc ._gad ; -if _adc < 0||_adc > 24{_dda :=(_bgc ._dfb >>3)-_bgc ._adg ;if _dda >=_bgc ._gac {_dda +=_bgc ._adg ;if _fgc :=_bgc .fillBuffer (_dda );_fgc !=nil {return 0,_fgc ;};_dda -=_bgc ._adg ;};_abcb :=(uint32 (_bgc ._ddc [_dda ]&0xFF)<<16)|(uint32 (_bgc ._ddc [_dda +1]&0xFF)<<8)|(uint32 (_bgc ._ddc [_dda +2]&0xFF)); -_bgbc :=uint32 (_bgc ._dfb &7);_abcb <<=_bgbc ;_bgc ._bdb =int (_abcb );}else {_cbd :=_bgc ._gad &7;_cfg :=7-_cbd ;if _adc <=_cfg {_bgc ._bdb <<=uint (_adc );}else {_eed :=(_bgc ._gad >>3)+3-_bgc ._adg ;if _eed >=_bgc ._gac {_eed +=_bgc ._adg ;if _ecce :=_bgc .fillBuffer (_eed ); -_ecce !=nil {return 0,_ecce ;};_eed -=_bgc ._adg ;};_cbd =8-_cbd ;for {_bgc ._bdb <<=uint (_cbd );_bgc ._bdb |=int (uint (_bgc ._ddc [_eed ])&0xFF);_adc -=_cbd ;_eed ++;_cbd =8;if !(_adc >=8){break ;};};_bgc ._bdb <<=uint (_adc );};};_bgc ._gad =_bgc ._dfb ; -return _bgc ._bdb ,nil ;};type code struct{_ed int ;_eda int ;_df int ;_g []*code ;_fa bool ;};const (_ebf mmrCode =iota ;_edb ;_bf ;_ba ;_cc ;_de ;_ec ;_fe ;_ag ;_bg ;_gf ;);func (_cgg *Decoder )detectAndSkipEOL ()error {for {_dc ,_cce :=_cgg ._cg .uncompressGetCode (_cgg ._ac ); -if _cce !=nil {return _cce ;};if _dc !=nil &&_dc ._df ==EOL {_cgg ._cg ._dfb +=_dc ._ed ;}else {return nil ;};};};const (EOF =-3;_gc =-2;EOL =-1;_dec =8;_bgb =(1<<_dec )-1;_ecb =5;_fcd =(1<<_ecb )-1;);func _ca (_be ,_eb int )int {if _be > _eb {return _eb ; -};return _be ;};const (_gcc int =1024<<7;_feg int =3;_dee uint =24;);var (_fd =[][3]int {{4,0x1,int (_ebf )},{3,0x1,int (_edb )},{1,0x1,int (_bf )},{3,0x3,int (_ba )},{6,0x3,int (_cc )},{7,0x3,int (_de )},{3,0x2,int (_ec )},{6,0x2,int (_fe )},{7,0x2,int (_ag )},{10,0xf,int (_bg )},{12,0xf,int (_gf )},{12,0x1,int (EOL )}}; -_ecd =[][3]int {{4,0x07,2},{4,0x08,3},{4,0x0B,4},{4,0x0C,5},{4,0x0E,6},{4,0x0F,7},{5,0x12,128},{5,0x13,8},{5,0x14,9},{5,0x1B,64},{5,0x07,10},{5,0x08,11},{6,0x17,192},{6,0x18,1664},{6,0x2A,16},{6,0x2B,17},{6,0x03,13},{6,0x34,14},{6,0x35,15},{6,0x07,1},{6,0x08,12},{7,0x13,26},{7,0x17,21},{7,0x18,28},{7,0x24,27},{7,0x27,18},{7,0x28,24},{7,0x2B,25},{7,0x03,22},{7,0x37,256},{7,0x04,23},{7,0x08,20},{7,0xC,19},{8,0x12,33},{8,0x13,34},{8,0x14,35},{8,0x15,36},{8,0x16,37},{8,0x17,38},{8,0x1A,31},{8,0x1B,32},{8,0x02,29},{8,0x24,53},{8,0x25,54},{8,0x28,39},{8,0x29,40},{8,0x2A,41},{8,0x2B,42},{8,0x2C,43},{8,0x2D,44},{8,0x03,30},{8,0x32,61},{8,0x33,62},{8,0x34,63},{8,0x35,0},{8,0x36,320},{8,0x37,384},{8,0x04,45},{8,0x4A,59},{8,0x4B,60},{8,0x5,46},{8,0x52,49},{8,0x53,50},{8,0x54,51},{8,0x55,52},{8,0x58,55},{8,0x59,56},{8,0x5A,57},{8,0x5B,58},{8,0x64,448},{8,0x65,512},{8,0x67,640},{8,0x68,576},{8,0x0A,47},{8,0x0B,48},{9,0x01,_gc },{9,0x98,1472},{9,0x99,1536},{9,0x9A,1600},{9,0x9B,1728},{9,0xCC,704},{9,0xCD,768},{9,0xD2,832},{9,0xD3,896},{9,0xD4,960},{9,0xD5,1024},{9,0xD6,1088},{9,0xD7,1152},{9,0xD8,1216},{9,0xD9,1280},{9,0xDA,1344},{9,0xDB,1408},{10,0x01,_gc },{11,0x01,_gc },{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560}}; -_ab =[][3]int {{2,0x02,3},{2,0x03,2},{3,0x02,1},{3,0x03,4},{4,0x02,6},{4,0x03,5},{5,0x03,7},{6,0x04,9},{6,0x05,8},{7,0x04,10},{7,0x05,11},{7,0x07,12},{8,0x04,13},{8,0x07,14},{9,0x01,_gc },{9,0x18,15},{10,0x01,_gc },{10,0x17,16},{10,0x18,17},{10,0x37,0},{10,0x08,18},{10,0x0F,64},{11,0x01,_gc },{11,0x17,24},{11,0x18,25},{11,0x28,23},{11,0x37,22},{11,0x67,19},{11,0x68,20},{11,0x6C,21},{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560},{12,0x24,52},{12,0x27,55},{12,0x28,56},{12,0x2B,59},{12,0x2C,60},{12,0x33,320},{12,0x34,384},{12,0x35,448},{12,0x37,53},{12,0x38,54},{12,0x52,50},{12,0x53,51},{12,0x54,44},{12,0x55,45},{12,0x56,46},{12,0x57,47},{12,0x58,57},{12,0x59,58},{12,0x5A,61},{12,0x5B,256},{12,0x64,48},{12,0x65,49},{12,0x66,62},{12,0x67,63},{12,0x68,30},{12,0x69,31},{12,0x6A,32},{12,0x6B,33},{12,0x6C,40},{12,0x6D,41},{12,0xC8,128},{12,0xC9,192},{12,0xCA,26},{12,0xCB,27},{12,0xCC,28},{12,0xCD,29},{12,0xD2,34},{12,0xD3,35},{12,0xD4,36},{12,0xD5,37},{12,0xD6,38},{12,0xD7,39},{12,0xDA,42},{12,0xDB,43},{13,0x4A,640},{13,0x4B,704},{13,0x4C,768},{13,0x4D,832},{13,0x52,1280},{13,0x53,1344},{13,0x54,1408},{13,0x55,1472},{13,0x5A,1536},{13,0x5B,1600},{13,0x64,1664},{13,0x65,1728},{13,0x6C,512},{13,0x6D,576},{13,0x72,896},{13,0x73,960},{13,0x74,1024},{13,0x75,1088},{13,0x76,1152},{13,0x77,1216}}; -);func (_gdd *Decoder )UncompressMMR ()(_gde *_ea .Bitmap ,_ace error ){_gde =_ea .New (_gdd ._bb ,_gdd ._bfc );_bfe :=make ([]int ,_gde .Width +5);_fb :=make ([]int ,_gde .Width +5);_fb [0]=_gde .Width ;_gee :=1;var _ff int ;for _fab :=0;_fab < _gde .Height ; -_fab ++{_ff ,_ace =_gdd .uncompress2d (_gdd ._cg ,_fb ,_gee ,_bfe ,_gde .Width );if _ace !=nil {return nil ,_ace ;};if _ff ==EOF {break ;};if _ff > 0{_ace =_gdd .fillBitmap (_gde ,_fab ,_bfe ,_ff );if _ace !=nil {return nil ,_ace ;};};_fb ,_bfe =_bfe ,_fb ; -_gee =_ff ;};if _ace =_gdd .detectAndSkipEOL ();_ace !=nil {return nil ,_ace ;};_gdd ._cg .align ();return _gde ,nil ;};func (_abe *Decoder )fillBitmap (_decd *_ea .Bitmap ,_ae int ,_agg []int ,_bde int )error {var _dae byte ;_fag :=0;_fda :=_decd .GetByteIndex (_fag ,_ae ); -for _egg :=0;_egg < _bde ;_egg ++{_ddf :=byte (1);_gg :=_agg [_egg ];if (_egg &1)==0{_ddf =0;};for _fag < _gg {_dae =(_dae <<1)|_ddf ;_fag ++;if (_fag &7)==0{if _cb :=_decd .SetByte (_fda ,_dae );_cb !=nil {return _cb ;};_fda ++;_dae =0;};};};if (_fag &7)!=0{_dae <<=uint (8-(_fag &7)); -if _fdg :=_decd .SetByte (_fda ,_dae );_fdg !=nil {return _fdg ;};};return nil ;};func (_eagc *Decoder )uncompress1d (_ffd *runData ,_bbg []int ,_aab int )(int ,error ){var (_ebd =true ;_baa int ;_cge *code ;_eff int ;_aba error ;);_ece :for _baa < _aab {_ecbc :for {if _ebd {_cge ,_aba =_ffd .uncompressGetCode (_eagc ._eae ); -if _aba !=nil {return 0,_aba ;};}else {_cge ,_aba =_ffd .uncompressGetCode (_eagc ._aa );if _aba !=nil {return 0,_aba ;};};_ffd ._dfb +=_cge ._ed ;if _cge ._df < 0{break _ece ;};_baa +=_cge ._df ;if _cge ._df < 64{_ebd =!_ebd ;_bbg [_eff ]=_baa ;_eff ++; -break _ecbc ;};};};if _bbg [_eff ]!=_aab {_bbg [_eff ]=_aab ;};_dfe :=EOL ;if _cge !=nil &&_cge ._df !=EOL {_dfe =_eff ;};return _dfe ,nil ;};func (_edd *runData )fillBuffer (_dg int )error {_edd ._adg =_dg ;_ ,_fbd :=_edd ._bfa .Seek (int64 (_dg ),_fc .SeekStart ); -if _fbd !=nil {if _fbd ==_fc .EOF {_e .Log .Debug ("\u0053\u0065\u0061\u006b\u0020\u0045\u004f\u0046");_edd ._gac =-1;}else {return _fbd ;};};if _fbd ==nil {_edd ._gac ,_fbd =_edd ._bfa .Read (_edd ._ddc );if _fbd !=nil {if _fbd ==_fc .EOF {_e .Log .Trace ("\u0052\u0065\u0061\u0064\u0020\u0045\u004f\u0046"); -_edd ._gac =-1;}else {return _fbd ;};};};if _edd ._gac > -1&&_edd ._gac < 3{for _edd ._gac < 3{_dbe ,_fdgc :=_edd ._bfa .ReadByte ();if _fdgc !=nil {if _fdgc ==_fc .EOF {_edd ._ddc [_edd ._gac ]=0;}else {return _fdgc ;};}else {_edd ._ddc [_edd ._gac ]=_dbe &0xFF; -};_edd ._gac ++;};};_edd ._gac -=3;if _edd ._gac < 0{_edd ._ddc =make ([]byte ,len (_edd ._ddc ));_edd ._gac =len (_edd ._ddc )-3;};return nil ;};func (_a *code )String ()string {return _d .Sprintf ("\u0025\u0064\u002f\u0025\u0064\u002f\u0025\u0064",_a ._ed ,_a ._eda ,_a ._df ); -};func (_ead *Decoder )createLittleEndianTable (_afg [][3]int )([]*code ,error ){_dd :=make ([]*code ,_bgb +1);for _abc :=0;_abc < len (_afg );_abc ++{_cda :=_gd (_afg [_abc ]);if _cda ._ed <=_dec {_ege :=_dec -_cda ._ed ;_gda :=_cda ._eda <=0;_bdd --{_ffc :=_gda |_bdd ;_dd [_ffc ]=_cda ;};}else {_afe :=_cda ._eda >>uint (_cda ._ed -_dec );if _dd [_afe ]==nil {var _aaf =_gd ([3]int {});_aaf ._g =make ([]*code ,_fcd +1);_dd [_afe ]=_aaf ;};if _cda ._ed <=_dec +_ecb {_bff :=_dec +_ecb -_cda ._ed ; -_bc :=(_cda ._eda <=0;_db --{_dd [_afe ]._g [_bc |_db ]=_cda ;};}else {return nil ,_b .New ("\u0043\u006f\u0064\u0065\u0020\u0074a\u0062\u006c\u0065\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020i\u006e\u0020\u004d\u004d\u0052\u0044\u0065c\u006f\u0064\u0065\u0072"); -};};};return _dd ,nil ;};func (_dbf *Decoder )initTables ()(_eag error ){if _dbf ._eae ==nil {_dbf ._eae ,_eag =_dbf .createLittleEndianTable (_ecd );if _eag !=nil {return ;};_dbf ._aa ,_eag =_dbf .createLittleEndianTable (_ab );if _eag !=nil {return ; -};_dbf ._ac ,_eag =_dbf .createLittleEndianTable (_fd );if _eag !=nil {return ;};};return nil ;};type runData struct{_bfa *_c .Reader ;_dfb int ;_gad int ;_bdb int ;_ddc []byte ;_adg int ;_gac int ;};func (_ddd *runData )uncompressGetCode (_cf []*code )(*code ,error ){return _ddd .uncompressGetCodeLittleEndian (_cf ); -};type mmrCode int ;func (_aed *runData )uncompressGetCodeLittleEndian (_aaff []*code )(*code ,error ){_efd ,_bbge :=_aed .uncompressGetNextCodeLittleEndian ();if _bbge !=nil {_e .Log .Debug ("\u0055n\u0063\u006fm\u0070\u0072\u0065\u0073s\u0047\u0065\u0074N\u0065\u0078\u0074\u0043\u006f\u0064\u0065\u004c\u0069tt\u006c\u0065\u0045n\u0064\u0069a\u006e\u0020\u0066\u0061\u0069\u006ce\u0064\u003a \u0025\u0076",_bbge ); -return nil ,_bbge ;};_efd &=0xffffff;_faga :=_efd >>(_dee -_dec );_dag :=_aaff [_faga ];if _dag !=nil &&_dag ._fa {_faga =(_efd >>(_dee -_dec -_ecb ))&_fcd ;_dag =_dag ._g [_faga ];};return _dag ,nil ;};func _acd (_bfag *_c .Reader )(*runData ,error ){_bfd :=&runData {_bfa :_bfag ,_dfb :0,_gad :1}; -_ecba :=_ca (_da (_feg ,int (_bfag .Length ())),_gcc );_bfd ._ddc =make ([]byte ,_ecba );if _fg :=_bfd .fillBuffer (0);_fg !=nil {if _fg ==_fc .EOF {_bfd ._ddc =make ([]byte ,10);_e .Log .Debug ("F\u0069\u006c\u006c\u0042uf\u0066e\u0072\u0020\u0066\u0061\u0069l\u0065\u0064\u003a\u0020\u0025\u0076",_fg ); -}else {return nil ,_fg ;};};return _bfd ,nil ;};func _gd (_ef [3]int )*code {return &code {_ed :_ef [0],_eda :_ef [1],_df :_ef [2]}};func (_ecc *Decoder )uncompress2d (_ffdg *runData ,_gcb []int ,_cbf int ,_ccg []int ,_cab int )(int ,error ){var (_eaf int ; -_fad int ;_ce int ;_bfcf =true ;_gcg error ;_ggf *code ;);_gcb [_cbf ]=_cab ;_gcb [_cbf +1]=_cab ;_gcb [_cbf +2]=_cab +1;_gcb [_cbf +3]=_cab +1;_bda :for _ce < _cab {_ggf ,_gcg =_ffdg .uncompressGetCode (_ecc ._ac );if _gcg !=nil {return EOL ,nil ;};if _ggf ==nil {_ffdg ._dfb ++; -break _bda ;};_ffdg ._dfb +=_ggf ._ed ;switch mmrCode (_ggf ._df ){case _bf :_ce =_gcb [_eaf ];case _ba :_ce =_gcb [_eaf ]+1;case _ec :_ce =_gcb [_eaf ]-1;case _edb :for {var _cbfa []*code ;if _bfcf {_cbfa =_ecc ._eae ;}else {_cbfa =_ecc ._aa ;};_ggf ,_gcg =_ffdg .uncompressGetCode (_cbfa ); -if _gcg !=nil {return 0,_gcg ;};if _ggf ==nil {break _bda ;};_ffdg ._dfb +=_ggf ._ed ;if _ggf ._df < 64{if _ggf ._df < 0{_ccg [_fad ]=_ce ;_fad ++;_ggf =nil ;break _bda ;};_ce +=_ggf ._df ;_ccg [_fad ]=_ce ;_fad ++;break ;};_ce +=_ggf ._df ;};_bcc :=_ce ; -_cag :for {var _def []*code ;if !_bfcf {_def =_ecc ._eae ;}else {_def =_ecc ._aa ;};_ggf ,_gcg =_ffdg .uncompressGetCode (_def );if _gcg !=nil {return 0,_gcg ;};if _ggf ==nil {break _bda ;};_ffdg ._dfb +=_ggf ._ed ;if _ggf ._df < 64{if _ggf ._df < 0{_ccg [_fad ]=_ce ; -_fad ++;break _bda ;};_ce +=_ggf ._df ;if _ce < _cab ||_ce !=_bcc {_ccg [_fad ]=_ce ;_fad ++;};break _cag ;};_ce +=_ggf ._df ;};for _ce < _cab &&_gcb [_eaf ]<=_ce {_eaf +=2;};continue _bda ;case _ebf :_eaf ++;_ce =_gcb [_eaf ];_eaf ++;continue _bda ;case _cc :_ce =_gcb [_eaf ]+2; -case _fe :_ce =_gcb [_eaf ]-2;case _de :_ce =_gcb [_eaf ]+3;case _ag :_ce =_gcb [_eaf ]-3;default:if _ffdg ._dfb ==12&&_ggf ._df ==EOL {_ffdg ._dfb =0;if _ ,_gcg =_ecc .uncompress1d (_ffdg ,_gcb ,_cab );_gcg !=nil {return 0,_gcg ;};_ffdg ._dfb ++;if _ ,_gcg =_ecc .uncompress1d (_ffdg ,_ccg ,_cab ); -_gcg !=nil {return 0,_gcg ;};_ee ,_ad :=_ecc .uncompress1d (_ffdg ,_gcb ,_cab );if _ad !=nil {return EOF ,_ad ;};_ffdg ._dfb ++;return _ee ,nil ;};_ce =_cab ;continue _bda ;};if _ce <=_cab {_bfcf =!_bfcf ;_ccg [_fad ]=_ce ;_fad ++;if _eaf > 0{_eaf --;}else {_eaf ++; -};for _ce < _cab &&_gcb [_eaf ]<=_ce {_eaf +=2;};};};if _ccg [_fad ]!=_cab {_ccg [_fad ]=_cab ;};if _ggf ==nil {return EOL ,nil ;};return _fad ,nil ;};type Decoder struct{_bb ,_bfc int ;_cg *runData ;_eae []*code ;_aa []*code ;_ac []*code ;}; \ No newline at end of file +package mmr ;import (_e "errors";_f "fmt";_fd "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/internal/bitwise";_af "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_d "io";);func _ce (_aa ,_afe int )int {if _aa > _afe {return _afe ; +};return _aa ;};func (_bdd *runData )fillBuffer (_cec int )error {_bdd ._fgg =_cec ;_ ,_aed :=_bdd ._ddadf .Seek (int64 (_cec ),_d .SeekStart );if _aed !=nil {if _aed ==_d .EOF {_fd .Log .Debug ("\u0053\u0065\u0061\u006b\u0020\u0045\u004f\u0046");_bdd ._bg =-1; +}else {return _aed ;};};if _aed ==nil {_bdd ._bg ,_aed =_bdd ._ddadf .Read (_bdd ._ega );if _aed !=nil {if _aed ==_d .EOF {_fd .Log .Trace ("\u0052\u0065\u0061\u0064\u0020\u0045\u004f\u0046");_bdd ._bg =-1;}else {return _aed ;};};};if _bdd ._bg > -1&&_bdd ._bg < 3{for _bdd ._bg < 3{_eab ,_ddgc :=_bdd ._ddadf .ReadByte (); +if _ddgc !=nil {if _ddgc ==_d .EOF {_bdd ._ega [_bdd ._bg ]=0;}else {return _ddgc ;};}else {_bdd ._ega [_bdd ._bg ]=_eab &0xFF;};_bdd ._bg ++;};};_bdd ._bg -=3;if _bdd ._bg < 0{_bdd ._ega =make ([]byte ,len (_bdd ._ega ));_bdd ._bg =len (_bdd ._ega )-3; +};return nil ;};func _fe (_dda ,_dfd int )int {if _dda < _dfd {return _dfd ;};return _dda ;};func (_da *code )String ()string {return _f .Sprintf ("\u0025\u0064\u002f\u0025\u0064\u002f\u0025\u0064",_da ._ag ,_da ._ed ,_da ._c );};type mmrCode int ;var (_ffb =[][3]int {{4,0x1,int (_g )},{3,0x1,int (_cd )},{1,0x1,int (_bbf )},{3,0x3,int (_eg )},{6,0x3,int (_ee )},{7,0x3,int (_ff )},{3,0x2,int (_bd )},{6,0x2,int (_age )},{7,0x2,int (_be )},{10,0xf,int (_gc )},{12,0xf,int (_ad )},{12,0x1,int (EOL )}}; +_gd =[][3]int {{4,0x07,2},{4,0x08,3},{4,0x0B,4},{4,0x0C,5},{4,0x0E,6},{4,0x0F,7},{5,0x12,128},{5,0x13,8},{5,0x14,9},{5,0x1B,64},{5,0x07,10},{5,0x08,11},{6,0x17,192},{6,0x18,1664},{6,0x2A,16},{6,0x2B,17},{6,0x03,13},{6,0x34,14},{6,0x35,15},{6,0x07,1},{6,0x08,12},{7,0x13,26},{7,0x17,21},{7,0x18,28},{7,0x24,27},{7,0x27,18},{7,0x28,24},{7,0x2B,25},{7,0x03,22},{7,0x37,256},{7,0x04,23},{7,0x08,20},{7,0xC,19},{8,0x12,33},{8,0x13,34},{8,0x14,35},{8,0x15,36},{8,0x16,37},{8,0x17,38},{8,0x1A,31},{8,0x1B,32},{8,0x02,29},{8,0x24,53},{8,0x25,54},{8,0x28,39},{8,0x29,40},{8,0x2A,41},{8,0x2B,42},{8,0x2C,43},{8,0x2D,44},{8,0x03,30},{8,0x32,61},{8,0x33,62},{8,0x34,63},{8,0x35,0},{8,0x36,320},{8,0x37,384},{8,0x04,45},{8,0x4A,59},{8,0x4B,60},{8,0x5,46},{8,0x52,49},{8,0x53,50},{8,0x54,51},{8,0x55,52},{8,0x58,55},{8,0x59,56},{8,0x5A,57},{8,0x5B,58},{8,0x64,448},{8,0x65,512},{8,0x67,640},{8,0x68,576},{8,0x0A,47},{8,0x0B,48},{9,0x01,_bbb },{9,0x98,1472},{9,0x99,1536},{9,0x9A,1600},{9,0x9B,1728},{9,0xCC,704},{9,0xCD,768},{9,0xD2,832},{9,0xD3,896},{9,0xD4,960},{9,0xD5,1024},{9,0xD6,1088},{9,0xD7,1152},{9,0xD8,1216},{9,0xD9,1280},{9,0xDA,1344},{9,0xDB,1408},{10,0x01,_bbb },{11,0x01,_bbb },{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560}}; +_gdd =[][3]int {{2,0x02,3},{2,0x03,2},{3,0x02,1},{3,0x03,4},{4,0x02,6},{4,0x03,5},{5,0x03,7},{6,0x04,9},{6,0x05,8},{7,0x04,10},{7,0x05,11},{7,0x07,12},{8,0x04,13},{8,0x07,14},{9,0x01,_bbb },{9,0x18,15},{10,0x01,_bbb },{10,0x17,16},{10,0x18,17},{10,0x37,0},{10,0x08,18},{10,0x0F,64},{11,0x01,_bbb },{11,0x17,24},{11,0x18,25},{11,0x28,23},{11,0x37,22},{11,0x67,19},{11,0x68,20},{11,0x6C,21},{11,0x08,1792},{11,0x0C,1856},{11,0x0D,1920},{12,0x00,EOF },{12,0x01,EOL },{12,0x12,1984},{12,0x13,2048},{12,0x14,2112},{12,0x15,2176},{12,0x16,2240},{12,0x17,2304},{12,0x1C,2368},{12,0x1D,2432},{12,0x1E,2496},{12,0x1F,2560},{12,0x24,52},{12,0x27,55},{12,0x28,56},{12,0x2B,59},{12,0x2C,60},{12,0x33,320},{12,0x34,384},{12,0x35,448},{12,0x37,53},{12,0x38,54},{12,0x52,50},{12,0x53,51},{12,0x54,44},{12,0x55,45},{12,0x56,46},{12,0x57,47},{12,0x58,57},{12,0x59,58},{12,0x5A,61},{12,0x5B,256},{12,0x64,48},{12,0x65,49},{12,0x66,62},{12,0x67,63},{12,0x68,30},{12,0x69,31},{12,0x6A,32},{12,0x6B,33},{12,0x6C,40},{12,0x6D,41},{12,0xC8,128},{12,0xC9,192},{12,0xCA,26},{12,0xCB,27},{12,0xCC,28},{12,0xCD,29},{12,0xD2,34},{12,0xD3,35},{12,0xD4,36},{12,0xD5,37},{12,0xD6,38},{12,0xD7,39},{12,0xDA,42},{12,0xDB,43},{13,0x4A,640},{13,0x4B,704},{13,0x4C,768},{13,0x4D,832},{13,0x52,1280},{13,0x53,1344},{13,0x54,1408},{13,0x55,1472},{13,0x5A,1536},{13,0x5B,1600},{13,0x64,1664},{13,0x65,1728},{13,0x6C,512},{13,0x6D,576},{13,0x72,896},{13,0x73,960},{13,0x74,1024},{13,0x75,1088},{13,0x76,1152},{13,0x77,1216}}; +);func (_afg *Decoder )createLittleEndianTable (_eeb [][3]int )([]*code ,error ){_agb :=make ([]*code ,_ffg +1);for _fce :=0;_fce < len (_eeb );_fce ++{_eef :=_ae (_eeb [_fce ]);if _eef ._ag <=_egg {_ffd :=_egg -_eef ._ag ;_bbg :=_eef ._ed <=0;_fb --{_fdf :=_bbg |_fb ;_agb [_fdf ]=_eef ;};}else {_cb :=_eef ._ed >>uint (_eef ._ag -_egg );if _agb [_cb ]==nil {var _ceg =_ae ([3]int {});_ceg ._dd =make ([]*code ,_beg +1);_agb [_cb ]=_ceg ;};if _eef ._ag <=_egg +_bec {_fbb :=_egg +_bec -_eef ._ag ; +_bege :=(_eef ._ed <=0;_aba --{_agb [_cb ]._dd [_bege |_aba ]=_eef ;};}else {return nil ,_e .New ("\u0043\u006f\u0064\u0065\u0020\u0074a\u0062\u006c\u0065\u0020\u006f\u0076\u0065\u0072\u0066\u006c\u006f\u0077\u0020i\u006e\u0020\u004d\u004d\u0052\u0044\u0065c\u006f\u0064\u0065\u0072"); +};};};return _agb ,nil ;};type Decoder struct{_cf ,_ca int ;_fc *runData ;_ba []*code ;_ddd []*code ;_fda []*code ;};const (_eda int =1024<<7;_cg int =3;_fdb uint =24;);func (_cc *runData )uncompressGetCode (_gce []*code )(*code ,error ){return _cc .uncompressGetCodeLittleEndian (_gce ); +};func (_bba *runData )align (){_bba ._geg =((_bba ._geg +7)>>3)<<3};func (_dfdb *Decoder )detectAndSkipEOL ()error {for {_gcd ,_eb :=_dfdb ._fc .uncompressGetCode (_dfdb ._fda );if _eb !=nil {return _eb ;};if _gcd !=nil &&_gcd ._c ==EOL {_dfdb ._fc ._geg +=_gcd ._ag ; +}else {return nil ;};};};func (_daf *Decoder )uncompress1d (_agd *runData ,_ea []int ,_ddad int )(int ,error ){var (_dc =true ;_cad int ;_bde *code ;_fea int ;_aaa error ;);_ddab :for _cad < _ddad {_ga :for {if _dc {_bde ,_aaa =_agd .uncompressGetCode (_daf ._ba ); +if _aaa !=nil {return 0,_aaa ;};}else {_bde ,_aaa =_agd .uncompressGetCode (_daf ._ddd );if _aaa !=nil {return 0,_aaa ;};};_agd ._geg +=_bde ._ag ;if _bde ._c < 0{break _ddab ;};_cad +=_bde ._c ;if _bde ._c < 64{_dc =!_dc ;_ea [_fea ]=_cad ;_fea ++;break _ga ; +};};};if _ea [_fea ]!=_ddad {_ea [_fea ]=_ddad ;};_daa :=EOL ;if _bde !=nil &&_bde ._c !=EOL {_daa =_fea ;};return _daa ,nil ;};func (_ebb *Decoder )fillBitmap (_ffaf *_af .Bitmap ,_becb int ,_fgf []int ,_bf int )error {var _fbbg byte ;_ac :=0;_bdb :=_ffaf .GetByteIndex (_ac ,_becb ); +for _ebe :=0;_ebe < _bf ;_ebe ++{_fdd :=byte (1);_edd :=_fgf [_ebe ];if (_ebe &1)==0{_fdd =0;};for _ac < _edd {_fbbg =(_fbbg <<1)|_fdd ;_ac ++;if (_ac &7)==0{if _agg :=_ffaf .SetByte (_bdb ,_fbbg );_agg !=nil {return _agg ;};_bdb ++;_fbbg =0;};};};if (_ac &7)!=0{_fbbg <<=uint (8-(_ac &7)); +if _ada :=_ffaf .SetByte (_bdb ,_fbbg );_ada !=nil {return _ada ;};};return nil ;};type code struct{_ag int ;_ed int ;_c int ;_dd []*code ;_bb bool ;};func _ae (_df [3]int )*code {return &code {_ag :_df [0],_ed :_df [1],_c :_df [2]}};const (_g mmrCode =iota ; +_cd ;_bbf ;_eg ;_ee ;_ff ;_bd ;_age ;_be ;_gc ;_ad ;);func New (r *_a .Reader ,width ,height int ,dataOffset ,dataLength int64 )(*Decoder ,error ){_cac :=&Decoder {_cf :width ,_ca :height };_dac ,_bdg :=r .NewPartialReader (int (dataOffset ),int (dataLength ),false ); +if _bdg !=nil {return nil ,_bdg ;};_ab ,_bdg :=_gef (_dac );if _bdg !=nil {return nil ,_bdg ;};_ ,_bdg =r .Seek (_dac .RelativePosition (),_d .SeekCurrent );if _bdg !=nil {return nil ,_bdg ;};_cac ._fc =_ab ;if _gb :=_cac .initTables ();_gb !=nil {return nil ,_gb ; +};return _cac ,nil ;};func _gef (_feab *_a .Reader )(*runData ,error ){_dbc :=&runData {_ddadf :_feab ,_geg :0,_gbb :1};_egge :=_ce (_fe (_cg ,int (_feab .Length ())),_eda );_dbc ._ega =make ([]byte ,_egge );if _bce :=_dbc .fillBuffer (0);_bce !=nil {if _bce ==_d .EOF {_dbc ._ega =make ([]byte ,10); +_fd .Log .Debug ("F\u0069\u006c\u006c\u0042uf\u0066e\u0072\u0020\u0066\u0061\u0069l\u0065\u0064\u003a\u0020\u0025\u0076",_bce );}else {return nil ,_bce ;};};return _dbc ,nil ;};func (_ffa *Decoder )UncompressMMR ()(_de *_af .Bitmap ,_fg error ){_de =_af .New (_ffa ._cf ,_ffa ._ca ); +_ge :=make ([]int ,_de .Width +5);_cdf :=make ([]int ,_de .Width +5);_cdf [0]=_de .Width ;_dag :=1;var _gba int ;for _fef :=0;_fef < _de .Height ;_fef ++{_gba ,_fg =_ffa .uncompress2d (_ffa ._fc ,_cdf ,_dag ,_ge ,_de .Width );if _fg !=nil {return nil ,_fg ; +};if _gba ==EOF {break ;};if _gba > 0{_fg =_ffa .fillBitmap (_de ,_fef ,_ge ,_gba );if _fg !=nil {return nil ,_fg ;};};_cdf ,_ge =_ge ,_cdf ;_dag =_gba ;};if _fg =_ffa .detectAndSkipEOL ();_fg !=nil {return nil ,_fg ;};_ffa ._fc .align ();return _de ,nil ; +};func (_cfb *runData )uncompressGetNextCodeLittleEndian ()(int ,error ){_fca :=_cfb ._geg -_cfb ._gbb ;if _fca < 0||_fca > 24{_ef :=(_cfb ._geg >>3)-_cfb ._fgg ;if _ef >=_cfb ._bg {_ef +=_cfb ._fgg ;if _cff :=_cfb .fillBuffer (_ef );_cff !=nil {return 0,_cff ; +};_ef -=_cfb ._fgg ;};_cca :=(uint32 (_cfb ._ega [_ef ]&0xFF)<<16)|(uint32 (_cfb ._ega [_ef +1]&0xFF)<<8)|(uint32 (_cfb ._ega [_ef +2]&0xFF));_deg :=uint32 (_cfb ._geg &7);_cca <<=_deg ;_cfb ._gdb =int (_cca );}else {_abc :=_cfb ._gbb &7;_afc :=7-_abc ; +if _fca <=_afc {_cfb ._gdb <<=uint (_fca );}else {_bbgg :=(_cfb ._gbb >>3)+3-_cfb ._fgg ;if _bbgg >=_cfb ._bg {_bbgg +=_cfb ._fgg ;if _cab :=_cfb .fillBuffer (_bbgg );_cab !=nil {return 0,_cab ;};_bbgg -=_cfb ._fgg ;};_abc =8-_abc ;for {_cfb ._gdb <<=uint (_abc ); +_cfb ._gdb |=int (uint (_cfb ._ega [_bbgg ])&0xFF);_fca -=_abc ;_bbgg ++;_abc =8;if !(_fca >=8){break ;};};_cfb ._gdb <<=uint (_fca );};};_cfb ._gbb =_cfb ._geg ;return _cfb ._gdb ,nil ;};func (_ecdg *runData )uncompressGetCodeLittleEndian (_gdbf []*code )(*code ,error ){_cga ,_gdf :=_ecdg .uncompressGetNextCodeLittleEndian (); +if _gdf !=nil {_fd .Log .Debug ("\u0055n\u0063\u006fm\u0070\u0072\u0065\u0073s\u0047\u0065\u0074N\u0065\u0078\u0074\u0043\u006f\u0064\u0065\u004c\u0069tt\u006c\u0065\u0045n\u0064\u0069a\u006e\u0020\u0066\u0061\u0069\u006ce\u0064\u003a \u0025\u0076",_gdf ); +return nil ,_gdf ;};_cga &=0xffffff;_ddg :=_cga >>(_fdb -_egg );_ccb :=_gdbf [_ddg ];if _ccb !=nil &&_ccb ._bb {_ddg =(_cga >>(_fdb -_egg -_bec ))&_beg ;_ccb =_ccb ._dd [_ddg ];};return _ccb ,nil ;};const (EOF =-3;_bbb =-2;EOL =-1;_egg =8;_ffg =(1<<_egg )-1; +_bec =5;_beg =(1<<_bec )-1;);func (_abb *Decoder )uncompress2d (_ec *runData ,_gg []int ,_gf int ,_afee []int ,_bc int )(int ,error ){var (_gdc int ;_ffad int ;_ced int ;_aac =true ;_aag error ;_fcc *code ;);_gg [_gf ]=_bc ;_gg [_gf +1]=_bc ;_gg [_gf +2]=_bc +1; +_gg [_gf +3]=_bc +1;_db :for _ced < _bc {_fcc ,_aag =_ec .uncompressGetCode (_abb ._fda );if _aag !=nil {return EOL ,nil ;};if _fcc ==nil {_ec ._geg ++;break _db ;};_ec ._geg +=_fcc ._ag ;switch mmrCode (_fcc ._c ){case _bbf :_ced =_gg [_gdc ];case _eg :_ced =_gg [_gdc ]+1; +case _bd :_ced =_gg [_gdc ]-1;case _cd :for {var _fde []*code ;if _aac {_fde =_abb ._ba ;}else {_fde =_abb ._ddd ;};_fcc ,_aag =_ec .uncompressGetCode (_fde );if _aag !=nil {return 0,_aag ;};if _fcc ==nil {break _db ;};_ec ._geg +=_fcc ._ag ;if _fcc ._c < 64{if _fcc ._c < 0{_afee [_ffad ]=_ced ; +_ffad ++;_fcc =nil ;break _db ;};_ced +=_fcc ._c ;_afee [_ffad ]=_ced ;_ffad ++;break ;};_ced +=_fcc ._c ;};_ageb :=_ced ;_ecg :for {var _bca []*code ;if !_aac {_bca =_abb ._ba ;}else {_bca =_abb ._ddd ;};_fcc ,_aag =_ec .uncompressGetCode (_bca );if _aag !=nil {return 0,_aag ; +};if _fcc ==nil {break _db ;};_ec ._geg +=_fcc ._ag ;if _fcc ._c < 64{if _fcc ._c < 0{_afee [_ffad ]=_ced ;_ffad ++;break _db ;};_ced +=_fcc ._c ;if _ced < _bc ||_ced !=_ageb {_afee [_ffad ]=_ced ;_ffad ++;};break _ecg ;};_ced +=_fcc ._c ;};for _ced < _bc &&_gg [_gdc ]<=_ced {_gdc +=2; +};continue _db ;case _g :_gdc ++;_ced =_gg [_gdc ];_gdc ++;continue _db ;case _ee :_ced =_gg [_gdc ]+2;case _age :_ced =_gg [_gdc ]-2;case _ff :_ced =_gg [_gdc ]+3;case _be :_ced =_gg [_gdc ]-3;default:if _ec ._geg ==12&&_fcc ._c ==EOL {_ec ._geg =0;if _ ,_aag =_abb .uncompress1d (_ec ,_gg ,_bc ); +_aag !=nil {return 0,_aag ;};_ec ._geg ++;if _ ,_aag =_abb .uncompress1d (_ec ,_afee ,_bc );_aag !=nil {return 0,_aag ;};_ecd ,_agf :=_abb .uncompress1d (_ec ,_gg ,_bc );if _agf !=nil {return EOF ,_agf ;};_ec ._geg ++;return _ecd ,nil ;};_ced =_bc ;continue _db ; +};if _ced <=_bc {_aac =!_aac ;_afee [_ffad ]=_ced ;_ffad ++;if _gdc > 0{_gdc --;}else {_gdc ++;};for _ced < _bc &&_gg [_gdc ]<=_ced {_gdc +=2;};};};if _afee [_ffad ]!=_bc {_afee [_ffad ]=_bc ;};if _fcc ==nil {return EOL ,nil ;};return _ffad ,nil ;};func (_ceb *Decoder )initTables ()(_cdg error ){if _ceb ._ba ==nil {_ceb ._ba ,_cdg =_ceb .createLittleEndianTable (_gd ); +if _cdg !=nil {return ;};_ceb ._ddd ,_cdg =_ceb .createLittleEndianTable (_gdd );if _cdg !=nil {return ;};_ceb ._fda ,_cdg =_ceb .createLittleEndianTable (_ffb );if _cdg !=nil {return ;};};return nil ;};type runData struct{_ddadf *_a .Reader ;_geg int ; +_gbb int ;_gdb int ;_ega []byte ;_fgg int ;_bg int ;}; \ No newline at end of file diff --git a/internal/jbig2/document/document.go b/internal/jbig2/document/document.go index 5ee0a23be..7c6dea72e 100644 --- a/internal/jbig2/document/document.go +++ b/internal/jbig2/document/document.go @@ -9,126 +9,125 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package document ;import (_e "encoding/binary";_g "fmt";_ea "github.com/unidoc/unipdf/v3/common";_gd "github.com/unidoc/unipdf/v3/internal/bitwise";_gdg "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_f "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; -_gg "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments";_gc "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/classer";_c "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_eba "io";_eb "math";_ag "runtime/debug";);func (_dcb *Page )Encode (w _gd .BinaryWriter )(_eagf int ,_fff error ){const _agdf ="P\u0061\u0067\u0065\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; -var _fdda int ;for _ ,_cdeb :=range _dcb .Segments {if _fdda ,_fff =_cdeb .Encode (w );_fff !=nil {return _eagf ,_c .Wrap (_fff ,_agdf ,"");};_eagf +=_fdda ;};return _eagf ,nil ;};func DecodeDocument (input *_gd .Reader ,globals *Globals )(*Document ,error ){return _fbfc (input ,globals ); -};func (_cefa *Document )nextPageNumber ()uint32 {_cefa .NumberOfPages ++;return _cefa .NumberOfPages };func (_ccg *Globals )GetSegmentByIndex (index int )(*_gg .Header ,error ){const _dcce ="\u0047l\u006f\u0062\u0061\u006cs\u002e\u0047\u0065\u0074\u0053e\u0067m\u0065n\u0074\u0042\u0079\u0049\u006e\u0064\u0065x"; -if _ccg ==nil {return nil ,_c .Error (_dcce ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_ccg .Segments )==0{return nil ,_c .Error (_dcce ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); -};if index > len (_ccg .Segments )-1{return nil ,_c .Error (_dcce ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};return _ccg .Segments [index ],nil ;};type Page struct{Segments []*_gg .Header ;PageNumber int ; -Bitmap *_f .Bitmap ;FinalHeight int ;FinalWidth int ;ResolutionX int ;ResolutionY int ;IsLossless bool ;Document *Document ;FirstSegmentNumber int ;EncodingMethod EncodingMethod ;BlackIsOne bool ;};func (_ffa *Document )nextSegmentNumber ()uint32 {_ecb :=_ffa .CurrentSegmentNumber ; -_ffa .CurrentSegmentNumber ++;return _ecb ;};func (_gde *Page )GetWidth ()(int ,error ){return _gde .getWidth ()};func (_fda *Page )clearSegmentData (){for _aeb :=range _fda .Segments {_fda .Segments [_aeb ].CleanSegmentData ();};};func (_gggb *Globals )GetSegment (segmentNumber int )(*_gg .Header ,error ){const _afg ="\u0047l\u006fb\u0061\u006c\u0073\u002e\u0047e\u0074\u0053e\u0067\u006d\u0065\u006e\u0074"; -if _gggb ==nil {return nil ,_c .Error (_afg ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_gggb .Segments )==0{return nil ,_c .Error (_afg ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); -};var _eeba *_gg .Header ;for _ ,_eeba =range _gggb .Segments {if _eeba .SegmentNumber ==uint32 (segmentNumber ){break ;};};if _eeba ==nil {return nil ,_c .Error (_afg ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};return _eeba ,nil ;};type Globals struct{Segments []*_gg .Header ;};func (_aaaa *Page )addTextRegionSegment (_cbeb []*_gg .Header ,_fgbf ,_eaae map[int ]int ,_cd []int ,_cde *_f .Points ,_fce *_f .Bitmaps ,_cbgb *_gdg .IntSlice ,_cae *_f .Boxes ,_efa ,_ggf int ){_fdec :=&_gg .TextRegion {NumberOfSymbols :uint32 (_ggf )}; -_fdec .InitEncode (_fgbf ,_eaae ,_cd ,_cde ,_fce ,_cbgb ,_cae ,_aaaa .FinalWidth ,_aaaa .FinalHeight ,_efa );_fgbd :=&_gg .Header {RTSegments :_cbeb ,SegmentData :_fdec ,PageAssociation :_aaaa .PageNumber ,Type :_gg .TImmediateTextRegion };_bfc :=_gg .TPageInformation ; -if _eaae !=nil {_bfc =_gg .TSymbolDictionary ;};var _cdec int ;for ;_cdec < len (_aaaa .Segments );_cdec ++{if _aaaa .Segments [_cdec ].Type ==_bfc {_cdec ++;break ;};};_aaaa .Segments =append (_aaaa .Segments ,nil );copy (_aaaa .Segments [_cdec +1:],_aaaa .Segments [_cdec :]); -_aaaa .Segments [_cdec ]=_fgbd ;};func (_age *Document )completeSymbols ()(_aeg error ){const _dca ="\u0063o\u006dp\u006c\u0065\u0074\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073";if _age .Classer ==nil {return nil ;};if _age .Classer .UndilatedTemplates ==nil {return _c .Error (_dca ,"\u006e\u006f t\u0065\u006d\u0070l\u0061\u0074\u0065\u0073 de\u0066in\u0065\u0064\u0020\u0066\u006f\u0072\u0020th\u0065\u0020\u0063\u006c\u0061\u0073\u0073e\u0072"); -};_aaa :=len (_age .Pages )==1;_gb :=make ([]int ,_age .Classer .UndilatedTemplates .Size ());var _ece int ;for _gf :=0;_gf < _age .Classer .ClassIDs .Size ();_gf ++{_ece ,_aeg =_age .Classer .ClassIDs .Get (_gf );if _aeg !=nil {return _c .Wrap (_aeg ,_dca ,"\u0063\u006c\u0061\u0073\u0073\u0020\u0049\u0044\u0027\u0073"); -};_gb [_ece ]++;};var _fdf []int ;for _ee :=0;_ee < _age .Classer .UndilatedTemplates .Size ();_ee ++{if _gb [_ee ]==0{return _c .Error (_dca ,"\u006eo\u0020\u0073y\u006d\u0062\u006f\u006cs\u0020\u0069\u006es\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006fun\u0064\u0020\u0066o\u0072\u0020g\u0069\u0076\u0065\u006e\u0020\u0063l\u0061\u0073s\u003f\u0020"); -};if _gb [_ee ]> 1||_aaa {_fdf =append (_fdf ,_ee );};};_age ._cb =len (_fdf );var _ebg ,_bag int ;for _dcg :=0;_dcg < _age .Classer .ComponentPageNumbers .Size ();_dcg ++{_ebg ,_aeg =_age .Classer .ComponentPageNumbers .Get (_dcg );if _aeg !=nil {return _c .Wrapf (_aeg ,_dca ,"p\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027 \u006e\u006f\u0074\u0020\u0066\u006f\u0075nd\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0063\u006c\u0061\u0073\u0073\u0065r \u0070\u0061g\u0065\u006e\u0075\u006d\u0062\u0065\u0072\u0073",_dcg ); -};_bag ,_aeg =_age .Classer .ClassIDs .Get (_dcg );if _aeg !=nil {return _c .Wrapf (_aeg ,_dca ,"\u0063\u0061\u006e\u0027\u0074\u0020\u0067e\u0074\u0020\u0073y\u006d\u0062\u006f\u006c \u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027\u0020\u0066\u0072\u006f\u006d\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072",_ebg ); -};if _gb [_bag ]==1&&!_aaa {_age ._ed [_ebg ]=append (_age ._ed [_ebg ],_bag );};};if _aeg =_age .Classer .ComputeLLCorners ();_aeg !=nil {return _c .Wrap (_aeg ,_dca ,"");};return nil ;};func (_fb *Document )produceClassifiedPage (_eg *Page ,_cbc *_gg .Header )(_cff error ){const _ccc ="p\u0072\u006f\u0064\u0075ce\u0043l\u0061\u0073\u0073\u0069\u0066i\u0065\u0064\u0050\u0061\u0067\u0065"; -var _fdg map[int ]int ;_ddb :=_fb ._cb ;_bce :=[]*_gg .Header {_cbc };if len (_fb ._ed [_eg .PageNumber ])> 0{_fdg =map[int ]int {};_aa ,_dfaa :=_fb .addSymbolDictionary (_eg .PageNumber ,_fb .Classer .UndilatedTemplates ,_fb ._ed [_eg .PageNumber ],_fdg ,false ); -if _dfaa !=nil {return _c .Wrap (_dfaa ,_ccc ,"");};_bce =append (_bce ,_aa );_ddb +=len (_fb ._ed [_eg .PageNumber ]);};_cad :=_fb ._eaa [_eg .PageNumber ];_ea .Log .Debug ("P\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020c\u006f\u006d\u0070\u0073: \u0025\u0076",_eg .PageNumber ,_cad ); -_eg .addTextRegionSegment (_bce ,_fb ._da ,_fdg ,_fb ._eaa [_eg .PageNumber ],_fb .Classer .PtaLL ,_fb .Classer .UndilatedTemplates ,_fb .Classer .ClassIDs ,nil ,_bff (_ddb ),len (_fb ._eaa [_eg .PageNumber ]));return nil ;};func (_ge *Document )completeClassifiedPages ()(_ef error ){const _cg ="\u0063\u006f\u006dpl\u0065\u0074\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067\u0065\u0073"; -if _ge .Classer ==nil {return nil ;};_ge ._ae =make ([]int ,_ge .Classer .UndilatedTemplates .Size ());for _db :=0;_db < _ge .Classer .ClassIDs .Size ();_db ++{_cfa ,_aec :=_ge .Classer .ClassIDs .Get (_db );if _aec !=nil {return _c .Wrapf (_aec ,_cg ,"\u0063\u006c\u0061\u0073s \u0077\u0069\u0074\u0068\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027",_db ); -};_ge ._ae [_cfa ]++;};var _b []int ;for _bc :=0;_bc < _ge .Classer .UndilatedTemplates .Size ();_bc ++{if _ge .NumberOfPages ==1||_ge ._ae [_bc ]> 1{_b =append (_b ,_bc );};};var (_geg *Page ;_dbc bool ;);for _ba ,_fe :=range *_ge .Classer .ComponentPageNumbers {if _geg ,_dbc =_ge .Pages [_fe ]; -!_dbc {return _c .Errorf (_cg ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_ba );};if _geg .EncodingMethod ==GenericEM {_ea .Log .Error ("\u0047\u0065\u006e\u0065\u0072\u0069c\u0020\u0070\u0061g\u0065\u0020\u0077i\u0074\u0068\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020ma\u0070\u0070\u0065\u0064\u0020\u0061\u0073\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0020\u0070\u0061\u0067\u0065",_ba ); -continue ;};_ge ._eaa [_fe ]=append (_ge ._eaa [_fe ],_ba );_bd ,_eaf :=_ge .Classer .ClassIDs .Get (_ba );if _eaf !=nil {return _c .Wrapf (_eaf ,_cg ,"\u006e\u006f\u0020\u0073uc\u0068\u0020\u0063\u006c\u0061\u0073\u0073\u0049\u0044\u003a\u0020\u0025\u0064",_ba ); -};if _ge ._ae [_bd ]==1&&_ge .NumberOfPages !=1{_bg :=append (_ge ._ed [_fe ],_bd );_ge ._ed [_fe ]=_bg ;};};if _ef =_ge .Classer .ComputeLLCorners ();_ef !=nil {return _c .Wrap (_ef ,_cg ,"");};if _ ,_ef =_ge .addSymbolDictionary (0,_ge .Classer .UndilatedTemplates ,_b ,_ge ._da ,false ); -_ef !=nil {return _c .Wrap (_ef ,_cg ,"");};return nil ;};func (_ebc *Page )String ()string {return _g .Sprintf ("\u0050\u0061\u0067\u0065\u0020\u0023\u0025\u0064",_ebc .PageNumber );};func (_dae *Page )getPageInformationSegment ()*_gg .Header {for _ ,_caff :=range _dae .Segments {if _caff .Type ==_gg .TPageInformation {return _caff ; -};};_ea .Log .Debug ("\u0050\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066o\u0072\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0073\u002e",_dae ); -return nil ;};func (_fbdb *Page )GetResolutionY ()(int ,error ){return _fbdb .getResolutionY ()};func (_dc *Document )AddGenericPage (bm *_f .Bitmap ,duplicateLineRemoval bool )(_cbe error ){const _fd ="\u0044\u006f\u0063um\u0065\u006e\u0074\u002e\u0041\u0064\u0064\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0050\u0061\u0067\u0065"; -if !_dc .FullHeaders &&_dc .NumberOfPages !=0{return _c .Error (_fd ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); -};_ff :=&Page {Segments :[]*_gg .Header {},Bitmap :bm ,Document :_dc ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,IsLossless :true ,BlackIsOne :bm .Color ==_f .Chocolate };_ff .PageNumber =int (_dc .nextPageNumber ());_dc .Pages [_ff .PageNumber ]=_ff ; -bm .InverseData ();_ff .AddPageInformationSegment ();if _cbe =_ff .AddGenericRegion (bm ,0,0,0,_gg .TImmediateGenericRegion ,duplicateLineRemoval );_cbe !=nil {return _c .Wrap (_cbe ,_fd ,"");};if _dc .FullHeaders {_ff .AddEndOfPageSegment ();};return nil ; -};func (_bfde *Page )getWidth ()(int ,error ){const _gfdb ="\u0067\u0065\u0074\u0057\u0069\u0064\u0074\u0068";if _bfde .FinalWidth !=0{return _bfde .FinalWidth ,nil ;};_edb :=_bfde .getPageInformationSegment ();if _edb ==nil {return 0,_c .Error (_gfdb ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e"); -};_ege ,_cbb :=_edb .GetSegmentData ();if _cbb !=nil {return 0,_c .Wrap (_cbb ,_gfdb ,"");};_efad ,_faad :=_ege .(*_gg .PageInformationSegment );if !_faad {return 0,_c .Errorf (_gfdb ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_ege ); -};_bfde .FinalWidth =_efad .PageBMWidth ;return _bfde .FinalWidth ,nil ;};func (_dfe *Page )getCombinationOperator (_fcfc *_gg .PageInformationSegment ,_dcdg _f .CombinationOperator )_f .CombinationOperator {if _fcfc .CombinationOperatorOverrideAllowed (){return _dcdg ; -};return _fcfc .CombinationOperator ();};func (_bfag *Document )encodeEOFHeader (_ecf _gd .BinaryWriter )(_gfg int ,_fde error ){_aed :=&_gg .Header {SegmentNumber :_bfag .nextSegmentNumber (),Type :_gg .TEndOfFile };if _gfg ,_fde =_aed .Encode (_ecf ); -_fde !=nil {return 0,_c .Wrap (_fde ,"\u0065n\u0063o\u0064\u0065\u0045\u004f\u0046\u0048\u0065\u0061\u0064\u0065\u0072","");};return _gfg ,nil ;};func (_bb *Document )addSymbolDictionary (_aag int ,_fdga *_f .Bitmaps ,_baa []int ,_ce map[int ]int ,_bffg bool )(*_gg .Header ,error ){const _bbf ="\u0061\u0064\u0064\u0053ym\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"; -_ec :=&_gg .SymbolDictionary {};if _bcb :=_ec .InitEncode (_fdga ,_baa ,_ce ,_bffg );_bcb !=nil {return nil ,_bcb ;};_egc :=&_gg .Header {Type :_gg .TSymbolDictionary ,PageAssociation :_aag ,SegmentData :_ec };if _aag ==0{if _bb .GlobalSegments ==nil {_bb .GlobalSegments =&Globals {}; -};_bb .GlobalSegments .AddSegment (_egc );return _egc ,nil ;};_ac ,_ffc :=_bb .Pages [_aag ];if !_ffc {return nil ,_c .Errorf (_bbf ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_aag );};var (_ga int ; -_bfa *_gg .Header ;);for _ga ,_bfa =range _ac .Segments {if _bfa .Type ==_gg .TPageInformation {break ;};};_ga ++;_ac .Segments =append (_ac .Segments ,nil );copy (_ac .Segments [_ga +1:],_ac .Segments [_ga :]);_ac .Segments [_ga ]=_egc ;return _egc ,nil ; -};func (_bcf *Document )Encode ()(_ddc []byte ,_dgc error ){const _gce ="\u0044o\u0063u\u006d\u0065\u006e\u0074\u002e\u0045\u006e\u0063\u006f\u0064\u0065";var _ab ,_fcd int ;if _bcf .FullHeaders {if _ab ,_dgc =_bcf .encodeFileHeader (_bcf ._gda );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,""); -};};var (_ead bool ;_cef *_gg .Header ;_acb *Page ;);if _dgc =_bcf .completeClassifiedPages ();_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};if _dgc =_bcf .produceClassifiedPages ();_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};if _bcf .GlobalSegments !=nil {for _ ,_cef =range _bcf .GlobalSegments .Segments {if _dgc =_bcf .encodeSegment (_cef ,&_ab ); -_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};};};for _acf :=1;_acf <=int (_bcf .NumberOfPages );_acf ++{if _acb ,_ead =_bcf .Pages [_acf ];!_ead {return nil ,_c .Errorf (_gce ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_acf ); -};for _ ,_cef =range _acb .Segments {if _dgc =_bcf .encodeSegment (_cef ,&_ab );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,"");};};};if _bcf .FullHeaders {if _fcd ,_dgc =_bcf .encodeEOFHeader (_bcf ._gda );_dgc !=nil {return nil ,_c .Wrap (_dgc ,_gce ,""); -};_ab +=_fcd ;};_ddc =_bcf ._gda .Data ();if len (_ddc )!=_ab {_ea .Log .Debug ("\u0042\u0079\u0074\u0065\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0028\u006e\u0029\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0065\u006e\u0063\u006fd\u0065\u0064\u003a\u0020\u0027\u0025d\u0027",_ab ,len (_ddc )); -};return _ddc ,nil ;};func (_cbd *Page )GetHeight ()(int ,error ){return _cbd .getHeight ()};func (_efe *Document )mapData ()error {const _dbf ="\u006da\u0070\u0044\u0061\u0074\u0061";var (_gbe []*_gg .Header ;_fcc int64 ;_ecg _gg .Type ;);_aab ,_eeb :=_efe .isFileHeaderPresent (); -if _eeb !=nil {return _c .Wrap (_eeb ,_dbf ,"");};if _aab {if _eeb =_efe .parseFileHeader ();_eeb !=nil {return _c .Wrap (_eeb ,_dbf ,"");};_fcc +=int64 (_efe ._dg );_efe .FullHeaders =true ;};var (_eab *Page ;_gbc bool ;);for _ecg !=51&&!_gbc {_caf ,_gfc :=_gg .NewHeader (_efe ,_efe .InputStream ,_fcc ,_efe .OrganizationType ); -if _gfc !=nil {return _c .Wrap (_gfc ,_dbf ,"");};_ea .Log .Trace ("\u0044\u0065c\u006f\u0064\u0069\u006eg\u0020\u0073e\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c\u0020\u0054\u0079\u0070e\u003a\u0020\u0025\u0073",_caf .SegmentNumber ,_caf .Type ); -_ecg =_caf .Type ;if _ecg !=_gg .TEndOfFile {if _caf .PageAssociation !=0{_eab =_efe .Pages [_caf .PageAssociation ];if _eab ==nil {_eab =_gcb (_efe ,_caf .PageAssociation );_efe .Pages [_caf .PageAssociation ]=_eab ;if _efe .NumberOfPagesUnknown {_efe .NumberOfPages ++; -};};_eab .Segments =append (_eab .Segments ,_caf );}else {_efe .GlobalSegments .AddSegment (_caf );};};_gbe =append (_gbe ,_caf );_fcc =_efe .InputStream .AbsolutePosition ();if _efe .OrganizationType ==_gg .OSequential {_fcc +=int64 (_caf .SegmentDataLength ); -};_gbc ,_gfc =_efe .reachedEOF (_fcc );if _gfc !=nil {_ea .Log .Debug ("\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0072\u0065\u0061\u0063h\u0065\u0064\u0020\u0045\u004f\u0046\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_gfc ); -return _c .Wrap (_gfc ,_dbf ,"");};};_efe .determineRandomDataOffsets (_gbe ,uint64 (_fcc ));return nil ;};func (_eff *Page )countRegions ()int {var _aecc int ;for _ ,_ede :=range _eff .Segments {switch _ede .Type {case 6,7,22,23,38,39,42,43:_aecc ++;}; -};return _aecc ;};func (_eaba *Page )GetBitmap ()(_dbce *_f .Bitmap ,_bda error ){_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041G\u0045\u005d\u005b\u0023%\u0064\u005d\u0020\u0047\u0065\u0074\u0042i\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e",_eaba .PageNumber )); -defer func (){if _bda !=nil {_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074B\u0069t\u006d\u0061\u0070\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_eaba .PageNumber ,_bda )); -}else {_ea .Log .Trace (_g .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064]\u0020\u0047\u0065\u0074\u0042\u0069\u0074m\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064",_eaba .PageNumber ));};}();if _eaba .Bitmap !=nil {return _eaba .Bitmap ,nil ; -};_bda =_eaba .composePageBitmap ();if _bda !=nil {return nil ,_bda ;};return _eaba .Bitmap ,nil ;};func (_ecc *Page )getResolutionY ()(int ,error ){const _eec ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0059";if _ecc .ResolutionY !=0{return _ecc .ResolutionY ,nil ; -};_cgde :=_ecc .getPageInformationSegment ();if _cgde ==nil {return 0,_c .Error (_eec ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_gcg ,_bbe :=_cgde .GetSegmentData ();if _bbe !=nil {return 0,_c .Wrap (_bbe ,_eec ,""); -};_gad ,_cbfg :=_gcg .(*_gg .PageInformationSegment );if !_cbfg {return 0,_c .Errorf (_eec ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0027%\u0054\u0027",_gcg ); -};_ecc .ResolutionY =_gad .ResolutionY ;return _ecc .ResolutionY ,nil ;};func (_bbd *Page )createNormalPage (_fgcb *_gg .PageInformationSegment )error {const _gfa ="\u0063\u0072e\u0061\u0074\u0065N\u006f\u0072\u006d\u0061\u006c\u0050\u0061\u0067\u0065"; -_bbd .Bitmap =_f .New (_fgcb .PageBMWidth ,_fgcb .PageBMHeight );if _fgcb .DefaultPixelValue !=0{_bbd .Bitmap .SetDefaultPixel ();};for _ ,_eadd :=range _bbd .Segments {switch _eadd .Type {case 6,7,22,23,38,39,42,43:_ea .Log .Trace ("\u0047\u0065\u0074\u0074in\u0067\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0064",_eadd .SegmentNumber ); -_bga ,_fbda :=_eadd .GetSegmentData ();if _fbda !=nil {return _fbda ;};_ddbf ,_fdff :=_bga .(_gg .Regioner );if !_fdff {_ea .Log .Debug ("\u0053\u0065g\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069on\u0065\u0072",_bga ); -return _c .Errorf (_gfa ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062i\u0067\u0032\u0020\u0073\u0065\u0067\u006den\u0074\u0020\u0074\u0079p\u0065\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061 R\u0065\u0067i\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_bga ); -};_gdcg ,_fbda :=_ddbf .GetRegionBitmap ();if _fbda !=nil {return _c .Wrap (_fbda ,_gfa ,"");};if _bbd .fitsPage (_fgcb ,_gdcg ){_bbd .Bitmap =_gdcg ;}else {_dge :=_ddbf .GetRegionInfo ();_bdg :=_bbd .getCombinationOperator (_fgcb ,_dge .CombinaionOperator ); -_fbda =_f .Blit (_gdcg ,_bbd .Bitmap ,int (_dge .XLocation ),int (_dge .YLocation ),_bdg );if _fbda !=nil {return _c .Wrap (_fbda ,_gfa ,"");};};};};return nil ;};func (_agd *Document )GetNumberOfPages ()(uint32 ,error ){if _agd .NumberOfPagesUnknown ||_agd .NumberOfPages ==0{if len (_agd .Pages )==0{if _gebb :=_agd .mapData (); -_gebb !=nil {return 0,_c .Wrap (_gebb ,"\u0044o\u0063\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074N\u0075m\u0062e\u0072\u004f\u0066\u0050\u0061\u0067\u0065s","");};};return uint32 (len (_agd .Pages )),nil ;};return _agd .NumberOfPages ,nil ;};func (_cbg *Document )AddClassifiedPage (bm *_f .Bitmap ,method _gc .Method )(_fg error ){const _df ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0041\u0064d\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064P\u0061\u0067\u0065"; -if !_cbg .FullHeaders &&_cbg .NumberOfPages !=0{return _c .Error (_df ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); -};if _cbg .Classer ==nil {if _cbg .Classer ,_fg =_gc .Init (_gc .DefaultSettings ());_fg !=nil {return _c .Wrap (_fg ,_df ,"");};};_cf :=int (_cbg .nextPageNumber ());_ad :=&Page {Segments :[]*_gg .Header {},Bitmap :bm ,Document :_cbg ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,PageNumber :_cf }; -_cbg .Pages [_cf ]=_ad ;switch method {case _gc .RankHaus :_ad .EncodingMethod =RankHausEM ;case _gc .Correlation :_ad .EncodingMethod =CorrelationEM ;};_ad .AddPageInformationSegment ();if _fg =_cbg .Classer .AddPage (bm ,_cf ,method );_fg !=nil {return _c .Wrap (_fg ,_df ,""); -};if _cbg .FullHeaders {_ad .AddEndOfPageSegment ();};return nil ;};const (GenericEM EncodingMethod =iota ;CorrelationEM ;RankHausEM ;);func (_cc *Document )produceClassifiedPages ()(_dd error ){const _fgb ="\u0070\u0072\u006f\u0064uc\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067e\u0073"; -if _cc .Classer ==nil {return nil ;};var (_fgc *Page ;_dfa bool ;_ca *_gg .Header ;);for _fc :=1;_fc <=int (_cc .NumberOfPages );_fc ++{if _fgc ,_dfa =_cc .Pages [_fc ];!_dfa {return _c .Errorf (_fgb ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_fc ); -};if _fgc .EncodingMethod ==GenericEM {continue ;};if _ca ==nil {if _ca ,_dd =_cc .GlobalSegments .GetSymbolDictionary ();_dd !=nil {return _c .Wrap (_dd ,_fgb ,"");};};if _dd =_cc .produceClassifiedPage (_fgc ,_ca );_dd !=nil {return _c .Wrapf (_dd ,_fgb ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_fc ); -};};return nil ;};func (_cbf *Page )GetSegment (number int )(*_gg .Header ,error ){const _dcf ="\u0050a\u0067e\u002e\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074";for _ ,_cfg :=range _cbf .Segments {if _cfg .SegmentNumber ==uint32 (number ){return _cfg ,nil ; -};};_fcdd :=make ([]uint32 ,len (_cbf .Segments ));for _cfgg ,_fca :=range _cbf .Segments {_fcdd [_cfgg ]=_fca .SegmentNumber ;};return nil ,_c .Errorf (_dcf ,"\u0073e\u0067\u006d\u0065n\u0074\u0020\u0077i\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u003a\u0020'%\u0064'\u002e\u0020\u004b\u006e\u006f\u0077n\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u003a \u0025\u0076",number ,_cbf .PageNumber ,_fcdd ); -};func (_af *Document )determineRandomDataOffsets (_cab []*_gg .Header ,_dcc uint64 ){if _af .OrganizationType !=_gg .ORandom {return ;};for _ ,_fa :=range _cab {_fa .SegmentDataStartOffset =_dcc ;_dcc +=_fa .SegmentDataLength ;};};func (_fadc *Page )fitsPage (_cfgf *_gg .PageInformationSegment ,_cebc *_f .Bitmap )bool {return _fadc .countRegions ()==1&&_cfgf .DefaultPixelValue ==0&&_cfgf .PageBMWidth ==_cebc .Width &&_cfgf .PageBMHeight ==_cebc .Height ; -};var _d =[]byte {0x97,0x4A,0x42,0x32,0x0D,0x0A,0x1A,0x0A};func (_gdf *Document )isFileHeaderPresent ()(bool ,error ){_gdf .InputStream .Mark ();for _ ,_gbg :=range _d {_gfb ,_gab :=_gdf .InputStream .ReadByte ();if _gab !=nil {return false ,_gab ;};if _gbg !=_gfb {_gdf .InputStream .Reset (); -return false ,nil ;};};_gdf .InputStream .Reset ();return true ,nil ;};func _gcb (_fafg *Document ,_eae int )*Page {return &Page {Document :_fafg ,PageNumber :_eae ,Segments :[]*_gg .Header {}};};type EncodingMethod int ;func (_bfcd *Page )getResolutionX ()(int ,error ){const _dbd ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0058"; -if _bfcd .ResolutionX !=0{return _bfcd .ResolutionX ,nil ;};_dgca :=_bfcd .getPageInformationSegment ();if _dgca ==nil {return 0,_c .Error (_dbd ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_bfdec ,_gge :=_dgca .GetSegmentData (); -if _gge !=nil {return 0,_c .Wrap (_gge ,_dbd ,"");};_fgcbe ,_bceb :=_bfdec .(*_gg .PageInformationSegment );if !_bceb {return 0,_c .Errorf (_dbd ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_bfdec ); -};_bfcd .ResolutionX =_fgcbe .ResolutionX ;return _bfcd .ResolutionX ,nil ;};func InitEncodeDocument (fullHeaders bool )*Document {return &Document {FullHeaders :fullHeaders ,_gda :_gd .BufferedMSB (),Pages :map[int ]*Page {},_ed :map[int ][]int {},_da :map[int ]int {},_eaa :map[int ][]int {}}; -};func (_ddba *Document )encodeSegment (_gcc *_gg .Header ,_abe *int )error {const _bad ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074";_gcc .SegmentNumber =_ddba .nextSegmentNumber ();_fdd ,_fea :=_gcc .Encode (_ddba ._gda ); -if _fea !=nil {return _c .Wrapf (_fea ,_bad ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_gcc .SegmentNumber );};*_abe +=_fdd ;return nil ;};func (_bdb *Document )parseFileHeader ()error {const _dgb ="\u0070a\u0072s\u0065\u0046\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072"; -_ ,_gdgb :=_bdb .InputStream .Seek (8,_eba .SeekStart );if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0069\u0064");};_ ,_gdgb =_bdb .InputStream .ReadBits (5);if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074\u0073"); -};_dgba ,_gdgb :=_bdb .InputStream .ReadBit ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0065x\u0074e\u006e\u0064\u0065\u0064\u0020t\u0065\u006dp\u006c\u0061\u0074\u0065\u0073");};if _dgba ==1{_bdb .GBUseExtTemplate =true ;};_dgba ,_gdgb =_bdb .InputStream .ReadBit (); -if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u0075\u006e\u006b\u006eow\u006e\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};if _dgba !=1{_bdb .NumberOfPagesUnknown =false ;};_dgba ,_gdgb =_bdb .InputStream .ReadBit ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074\u0069\u006f\u006e \u0074\u0079\u0070\u0065"); -};_bdb .OrganizationType =_gg .OrganizationType (_dgba );if !_bdb .NumberOfPagesUnknown {_bdb .NumberOfPages ,_gdgb =_bdb .InputStream .ReadUint32 ();if _gdgb !=nil {return _c .Wrap (_gdgb ,_dgb ,"\u006eu\u006db\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0067\u0065\u0073"); -};_bdb ._dg =13;};return nil ;};func (_afc *Document )encodeFileHeader (_fbf _gd .BinaryWriter )(_afb int ,_fag error ){const _fagf ="\u0065\u006ec\u006f\u0064\u0065F\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072";_afb ,_fag =_fbf .Write (_d ); -if _fag !=nil {return _afb ,_c .Wrap (_fag ,_fagf ,"\u0069\u0064");};if _fag =_fbf .WriteByte (0x01);_fag !=nil {return _afb ,_c .Wrap (_fag ,_fagf ,"\u0066\u006c\u0061g\u0073");};_afb ++;_gcf :=make ([]byte ,4);_e .BigEndian .PutUint32 (_gcf ,_afc .NumberOfPages ); -_abeg ,_fag :=_fbf .Write (_gcf );if _fag !=nil {return _abeg ,_c .Wrap (_fag ,_fagf ,"p\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};_afb +=_abeg ;return _afb ,nil ;};func (_fcf *Page )collectPageStripes ()(_acbg []_gg .Segmenter ,_gac error ){const _aedf ="\u0063o\u006cl\u0065\u0063\u0074\u0050\u0061g\u0065\u0053t\u0072\u0069\u0070\u0065\u0073"; -var _fge _gg .Segmenter ;for _ ,_aga :=range _fcf .Segments {switch _aga .Type {case 6,7,22,23,38,39,42,43:_fge ,_gac =_aga .GetSegmentData ();if _gac !=nil {return nil ,_c .Wrap (_gac ,_aedf ,"");};_acbg =append (_acbg ,_fge );case 50:_fge ,_gac =_aga .GetSegmentData (); -if _gac !=nil {return nil ,_gac ;};_dccf ,_ccb :=_fge .(*_gg .EndOfStripe );if !_ccb {return nil ,_c .Errorf (_aedf ,"\u0045\u006e\u0064\u004f\u0066\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u006f\u0066\u0020\u0076\u0061l\u0069\u0064\u0020\u0074\u0079p\u0065\u003a \u0027\u0025\u0054\u0027",_fge ); -};_acbg =append (_acbg ,_dccf );_fcf .FinalHeight =_dccf .LineNumber ();};};return _acbg ,nil ;};func (_gdag *Document )GetPage (pageNumber int )(_gg .Pager ,error ){const _ebe ="\u0044\u006fc\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074\u0050\u0061\u0067\u0065"; -if pageNumber < 0{_ea .Log .Debug ("\u004a\u0042\u0049\u00472\u0020\u0050\u0061\u0067\u0065\u0020\u002d\u0020\u0047e\u0074\u0050\u0061\u0067\u0065\u003a\u0020\u0025\u0064\u002e\u0020\u0050\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u006c\u006f\u0077\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030\u002e\u0020\u0025\u0073",pageNumber ,_ag .Stack ()); -return nil ,_c .Errorf (_ebe ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u002d\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064 \u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064",pageNumber ); -};if pageNumber > len (_gdag .Pages ){_ea .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_ag .Stack ());return nil ,_c .Error (_ebe ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};_daa ,_fee :=_gdag .Pages [pageNumber ];if !_fee {_ea .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_ag .Stack ());return nil ,_c .Errorf (_ebe ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};return _daa ,nil ;};func _bff (_gdab int )int {_fgcg :=0;_ggg :=(_gdab &(_gdab -1))==0;_gdab >>=1;for ;_gdab !=0;_gdab >>=1{_fgcg ++;};if _ggg {return _fgcg ;};return _fgcg +1;};func (_bge *Page )lastSegmentNumber ()(_gdd uint32 ,_gdfd error ){const _gcec ="\u006c\u0061\u0073\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; -if len (_bge .Segments )==0{return _gdd ,_c .Errorf (_gcec ,"\u006e\u006f\u0020se\u0067\u006d\u0065\u006e\u0074\u0073\u0020\u0066\u006fu\u006ed\u0020i\u006e \u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027",_bge .PageNumber ); -};return _bge .Segments [len (_bge .Segments )-1].SegmentNumber ,nil ;};func (_cfe *Page )AddGenericRegion (bm *_f .Bitmap ,xloc ,yloc ,template int ,tp _gg .Type ,duplicateLineRemoval bool )error {const _eceb ="P\u0061\u0067\u0065\u002eAd\u0064G\u0065\u006e\u0065\u0072\u0069c\u0052\u0065\u0067\u0069\u006f\u006e"; -_fbd :=&_gg .GenericRegion {};if _cgd :=_fbd .InitEncode (bm ,xloc ,yloc ,template ,duplicateLineRemoval );_cgd !=nil {return _c .Wrap (_cgd ,_eceb ,"");};_cafb :=&_gg .Header {Type :_gg .TImmediateGenericRegion ,PageAssociation :_cfe .PageNumber ,SegmentData :_fbd }; -_cfe .Segments =append (_cfe .Segments ,_cafb );return nil ;};func (_dde *Page )composePageBitmap ()error {const _ecgb ="\u0063\u006f\u006d\u0070\u006f\u0073\u0065\u0050\u0061\u0067\u0065\u0042i\u0074\u006d\u0061\u0070";if _dde .PageNumber ==0{return nil ; -};_dce :=_dde .getPageInformationSegment ();if _dce ==nil {return _c .Error (_ecgb ,"\u0070\u0061\u0067e \u0069\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069o\u006e \u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};_cee ,_gabe :=_dce .GetSegmentData ();if _gabe !=nil {return _gabe ;};_dbg ,_fgbc :=_cee .(*_gg .PageInformationSegment );if !_fgbc {return _c .Error (_ecgb ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006da\u0074\u0069\u006f\u006e \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"); -};if _gabe =_dde .createPage (_dbg );_gabe !=nil {return _c .Wrap (_gabe ,_ecgb ,"");};_dde .clearSegmentData ();return nil ;};func (_ffb *Document )GetGlobalSegment (i int )(*_gg .Header ,error ){_ggb ,_gfe :=_ffb .GlobalSegments .GetSegment (i );if _gfe !=nil {return nil ,_c .Wrap (_gfe ,"\u0047\u0065t\u0047\u006c\u006fb\u0061\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074",""); -};return _ggb ,nil ;};type Document struct{Pages map[int ]*Page ;NumberOfPagesUnknown bool ;NumberOfPages uint32 ;GBUseExtTemplate bool ;InputStream *_gd .Reader ;GlobalSegments *Globals ;OrganizationType _gg .OrganizationType ;Classer *_gc .Classer ;XRes ,YRes int ; -FullHeaders bool ;CurrentSegmentNumber uint32 ;AverageTemplates *_f .Bitmaps ;BaseIndexes []int ;Refinement bool ;RefineLevel int ;_dg uint8 ;_gda *_gd .BufferedWriter ;EncodeGlobals bool ;_cb int ;_ed map[int ][]int ;_eaa map[int ][]int ;_ae []int ;_da map[int ]int ; -};func _fbfc (_cec *_gd .Reader ,_faf *Globals )(*Document ,error ){_egcf :=&Document {Pages :make (map[int ]*Page ),InputStream :_cec ,OrganizationType :_gg .OSequential ,NumberOfPagesUnknown :true ,GlobalSegments :_faf ,_dg :9};if _egcf .GlobalSegments ==nil {_egcf .GlobalSegments =&Globals {}; -};if _dbfc :=_egcf .mapData ();_dbfc !=nil {return nil ,_dbfc ;};return _egcf ,nil ;};func (_fab *Page )AddEndOfPageSegment (){_dcad :=&_gg .Header {Type :_gg .TEndOfPage ,PageAssociation :_fab .PageNumber };_fab .Segments =append (_fab .Segments ,_dcad ); -};func (_gdgbd *Document )reachedEOF (_dcge int64 )(bool ,error ){const _badg ="\u0072\u0065\u0061\u0063\u0068\u0065\u0064\u0045\u004f\u0046";_ ,_aega :=_gdgbd .InputStream .Seek (_dcge ,_eba .SeekStart );if _aega !=nil {_ea .Log .Debug ("\u0072\u0065\u0061c\u0068\u0065\u0064\u0045\u004f\u0046\u0020\u002d\u0020\u0064\u002e\u0049\u006e\u0070\u0075\u0074\u0053\u0074\u0072\u0065\u0061\u006d\u002e\u0053\u0065\u0065\u006b\u0020\u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_aega ); -return false ,_c .Wrap (_aega ,_badg ,"\u0069n\u0070\u0075\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020s\u0065\u0065\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_ ,_aega =_gdgbd .InputStream .ReadBits (32);if _aega ==_eba .EOF {return true ,nil ; -}else if _aega !=nil {return false ,_c .Wrap (_aega ,_badg ,"");};return false ,nil ;};func (_dgf *Page )createPage (_gdgda *_gg .PageInformationSegment )error {var _ecga error ;if !_gdgda .IsStripe ||_gdgda .PageBMHeight !=-1{_ecga =_dgf .createNormalPage (_gdgda ); -}else {_ecga =_dgf .createStripedPage (_gdgda );};return _ecga ;};func (_cccd *Page )getHeight ()(int ,error ){const _ffd ="\u0067e\u0074\u0048\u0065\u0069\u0067\u0068t";if _cccd .FinalHeight !=0{return _cccd .FinalHeight ,nil ;};_bfcb :=_cccd .getPageInformationSegment (); -if _bfcb ==nil {return 0,_c .Error (_ffd ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_efbe ,_aeeg :=_bfcb .GetSegmentData ();if _aeeg !=nil {return 0,_c .Wrap (_aeeg ,_ffd ,"");};_fadf ,_gfbbd :=_efbe .(*_gg .PageInformationSegment ); -if !_gfbbd {return 0,_c .Errorf (_ffd ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_efbe ); -};if _fadf .PageBMHeight ==_eb .MaxInt32 {_ ,_aeeg =_cccd .GetBitmap ();if _aeeg !=nil {return 0,_c .Wrap (_aeeg ,_ffd ,"");};}else {_cccd .FinalHeight =_fadf .PageBMHeight ;};return _cccd .FinalHeight ,nil ;};func (_be *Page )GetResolutionX ()(int ,error ){return _be .getResolutionX ()}; -func (_cefg *Page )AddPageInformationSegment (){_dcca :=&_gg .PageInformationSegment {PageBMWidth :_cefg .FinalWidth ,PageBMHeight :_cefg .FinalHeight ,ResolutionX :_cefg .ResolutionX ,ResolutionY :_cefg .ResolutionY ,IsLossless :_cefg .IsLossless };if _cefg .BlackIsOne {_dcca .DefaultPixelValue =uint8 (0x1); -};_gdgd :=&_gg .Header {PageAssociation :_cefg .PageNumber ,SegmentDataLength :uint64 (_dcca .Size ()),SegmentData :_dcca ,Type :_gg .TPageInformation };_cefg .Segments =append (_cefg .Segments ,_gdgd );};func (_dfd *Page )nextSegmentNumber ()uint32 {return _dfd .Document .nextSegmentNumber ()}; -func (_adb *Globals )GetSymbolDictionary ()(*_gg .Header ,error ){const _bab ="G\u006c\u006f\u0062\u0061\u006c\u0073.\u0047\u0065\u0074\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079";if _adb ==nil {return nil ,_c .Error (_bab ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};if len (_adb .Segments )==0{return nil ,_c .Error (_bab ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079");};for _ ,_gaa :=range _adb .Segments {if _gaa .Type ==_gg .TSymbolDictionary {return _gaa ,nil ; -};};return nil ,_c .Error (_bab ,"\u0067\u006c\u006fba\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020d\u0069c\u0074i\u006fn\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};func (_ceb *Page )createStripedPage (_aedd *_gg .PageInformationSegment )error {const _bfd ="\u0063\u0072\u0065\u0061\u0074\u0065\u0053\u0074\u0072\u0069\u0070\u0065d\u0050\u0061\u0067\u0065"; -_bcg ,_fad :=_ceb .collectPageStripes ();if _fad !=nil {return _c .Wrap (_fad ,_bfd ,"");};var _bae int ;for _ ,_agg :=range _bcg {if _dcbf ,_gfd :=_agg .(*_gg .EndOfStripe );_gfd {_bae =_dcbf .LineNumber ()+1;}else {_bfe :=_agg .(_gg .Regioner );_dcd :=_bfe .GetRegionInfo (); -_eafc :=_ceb .getCombinationOperator (_aedd ,_dcd .CombinaionOperator );_dgfe ,_dad :=_bfe .GetRegionBitmap ();if _dad !=nil {return _c .Wrap (_dad ,_bfd ,"");};_dad =_f .Blit (_dgfe ,_ceb .Bitmap ,int (_dcd .XLocation ),_bae ,_eafc );if _dad !=nil {return _c .Wrap (_dad ,_bfd ,""); -};};};return nil ;};func (_gfbb *Globals )AddSegment (segment *_gg .Header ){_gfbb .Segments =append (_gfbb .Segments ,segment );}; \ No newline at end of file +package document ;import (_a "encoding/binary";_aa "fmt";_bd "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/internal/bitwise";_ea "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_gg "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; +_gd "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/classer";_de "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_g "io";_d "math";_f "runtime/debug";);func (_gbbf *Globals )AddSegment (segment *_gd .Header ){_gbbf .Segments =append (_gbbf .Segments ,segment ); +};func (_gag *Page )String ()string {return _aa .Sprintf ("\u0050\u0061\u0067\u0065\u0020\u0023\u0025\u0064",_gag .PageNumber );};func (_cba *Page )GetHeight ()(int ,error ){return _cba .getHeight ()};func (_cab *Page )lastSegmentNumber ()(_aeeb uint32 ,_gea error ){const _gfg ="\u006c\u0061\u0073\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; +if len (_cab .Segments )==0{return _aeeb ,_de .Errorf (_gfg ,"\u006e\u006f\u0020se\u0067\u006d\u0065\u006e\u0074\u0073\u0020\u0066\u006fu\u006ed\u0020i\u006e \u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027",_cab .PageNumber ); +};return _cab .Segments [len (_cab .Segments )-1].SegmentNumber ,nil ;};func (_gbca *Page )getHeight ()(int ,error ){const _dbdc ="\u0067e\u0074\u0048\u0065\u0069\u0067\u0068t";if _gbca .FinalHeight !=0{return _gbca .FinalHeight ,nil ;};_daag :=_gbca .getPageInformationSegment (); +if _daag ==nil {return 0,_de .Error (_dbdc ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_fab ,_deee :=_daag .GetSegmentData ();if _deee !=nil {return 0,_de .Wrap (_deee ,_dbdc ,"");};_fgee ,_geb :=_fab .(*_gd .PageInformationSegment ); +if !_geb {return 0,_de .Errorf (_dbdc ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_fab ); +};if _fgee .PageBMHeight ==_d .MaxInt32 {_ ,_deee =_gbca .GetBitmap ();if _deee !=nil {return 0,_de .Wrap (_deee ,_dbdc ,"");};}else {_gbca .FinalHeight =_fgee .PageBMHeight ;};return _gbca .FinalHeight ,nil ;};func (_fge *Page )Encode (w _e .BinaryWriter )(_dgdd int ,_agg error ){const _dee ="P\u0061\u0067\u0065\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; +var _dfc int ;for _ ,_dfbf :=range _fge .Segments {if _dfc ,_agg =_dfbf .Encode (w );_agg !=nil {return _dgdd ,_de .Wrap (_agg ,_dee ,"");};_dgdd +=_dfc ;};return _dgdd ,nil ;};func (_ggf *Document )nextPageNumber ()uint32 {_ggf .NumberOfPages ++;return _ggf .NumberOfPages }; +func (_dfb *Page )AddEndOfPageSegment (){_agc :=&_gd .Header {Type :_gd .TEndOfPage ,PageAssociation :_dfb .PageNumber };_dfb .Segments =append (_dfb .Segments ,_agc );};const (GenericEM EncodingMethod =iota ;CorrelationEM ;RankHausEM ;);func (_cgc *Globals )GetSegment (segmentNumber int )(*_gd .Header ,error ){const _dggg ="\u0047l\u006fb\u0061\u006c\u0073\u002e\u0047e\u0074\u0053e\u0067\u006d\u0065\u006e\u0074"; +if _cgc ==nil {return nil ,_de .Error (_dggg ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_cgc .Segments )==0{return nil ,_de .Error (_dggg ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); +};var _dcd *_gd .Header ;for _ ,_dcd =range _cgc .Segments {if _dcd .SegmentNumber ==uint32 (segmentNumber ){break ;};};if _dcd ==nil {return nil ,_de .Error (_dggg ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};return _dcd ,nil ;};func (_aba *Document )completeSymbols ()(_dggbg error ){const _caa ="\u0063o\u006dp\u006c\u0065\u0074\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073";if _aba .Classer ==nil {return nil ;};if _aba .Classer .UndilatedTemplates ==nil {return _de .Error (_caa ,"\u006e\u006f t\u0065\u006d\u0070l\u0061\u0074\u0065\u0073 de\u0066in\u0065\u0064\u0020\u0066\u006f\u0072\u0020th\u0065\u0020\u0063\u006c\u0061\u0073\u0073e\u0072"); +};_dea :=len (_aba .Pages )==1;_egc :=make ([]int ,_aba .Classer .UndilatedTemplates .Size ());var _egf int ;for _ddc :=0;_ddc < _aba .Classer .ClassIDs .Size ();_ddc ++{_egf ,_dggbg =_aba .Classer .ClassIDs .Get (_ddc );if _dggbg !=nil {return _de .Wrap (_dggbg ,_caa ,"\u0063\u006c\u0061\u0073\u0073\u0020\u0049\u0044\u0027\u0073"); +};_egc [_egf ]++;};var _ba []int ;for _eac :=0;_eac < _aba .Classer .UndilatedTemplates .Size ();_eac ++{if _egc [_eac ]==0{return _de .Error (_caa ,"\u006eo\u0020\u0073y\u006d\u0062\u006f\u006cs\u0020\u0069\u006es\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006fun\u0064\u0020\u0066o\u0072\u0020g\u0069\u0076\u0065\u006e\u0020\u0063l\u0061\u0073s\u003f\u0020"); +};if _egc [_eac ]> 1||_dea {_ba =append (_ba ,_eac );};};_aba ._ff =len (_ba );var _cad ,_bbd int ;for _fdf :=0;_fdf < _aba .Classer .ComponentPageNumbers .Size ();_fdf ++{_cad ,_dggbg =_aba .Classer .ComponentPageNumbers .Get (_fdf );if _dggbg !=nil {return _de .Wrapf (_dggbg ,_caa ,"p\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027 \u006e\u006f\u0074\u0020\u0066\u006f\u0075nd\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0063\u006c\u0061\u0073\u0073\u0065r \u0070\u0061g\u0065\u006e\u0075\u006d\u0062\u0065\u0072\u0073",_fdf ); +};_bbd ,_dggbg =_aba .Classer .ClassIDs .Get (_fdf );if _dggbg !=nil {return _de .Wrapf (_dggbg ,_caa ,"\u0063\u0061\u006e\u0027\u0074\u0020\u0067e\u0074\u0020\u0073y\u006d\u0062\u006f\u006c \u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0027\u0025\u0064\u0027\u0020\u0066\u0072\u006f\u006d\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072",_cad ); +};if _egc [_bbd ]==1&&!_dea {_aba ._bdb [_cad ]=append (_aba ._bdb [_cad ],_bbd );};};if _dggbg =_aba .Classer .ComputeLLCorners ();_dggbg !=nil {return _de .Wrap (_dggbg ,_caa ,"");};return nil ;};func (_fgc *Page )addTextRegionSegment (_fac []*_gd .Header ,_gf ,_cbf map[int ]int ,_gdf []int ,_fcg *_gg .Points ,_bbb *_gg .Bitmaps ,_bgf *_ea .IntSlice ,_cgac *_gg .Boxes ,_cgff ,_geg int ){_aga :=&_gd .TextRegion {NumberOfSymbols :uint32 (_geg )}; +_aga .InitEncode (_gf ,_cbf ,_gdf ,_fcg ,_bbb ,_bgf ,_cgac ,_fgc .FinalWidth ,_fgc .FinalHeight ,_cgff );_bed :=&_gd .Header {RTSegments :_fac ,SegmentData :_aga ,PageAssociation :_fgc .PageNumber ,Type :_gd .TImmediateTextRegion };_ebg :=_gd .TPageInformation ; +if _cbf !=nil {_ebg =_gd .TSymbolDictionary ;};var _gbc int ;for ;_gbc < len (_fgc .Segments );_gbc ++{if _fgc .Segments [_gbc ].Type ==_ebg {_gbc ++;break ;};};_fgc .Segments =append (_fgc .Segments ,nil );copy (_fgc .Segments [_gbc +1:],_fgc .Segments [_gbc :]); +_fgc .Segments [_gbc ]=_bed ;};var _c =[]byte {0x97,0x4A,0x42,0x32,0x0D,0x0A,0x1A,0x0A};func (_cbc *Document )reachedEOF (_fcf int64 )(bool ,error ){const _afc ="\u0072\u0065\u0061\u0063\u0068\u0065\u0064\u0045\u004f\u0046";_ ,_dbg :=_cbc .InputStream .Seek (_fcf ,_g .SeekStart ); +if _dbg !=nil {_bd .Log .Debug ("\u0072\u0065\u0061c\u0068\u0065\u0064\u0045\u004f\u0046\u0020\u002d\u0020\u0064\u002e\u0049\u006e\u0070\u0075\u0074\u0053\u0074\u0072\u0065\u0061\u006d\u002e\u0053\u0065\u0065\u006b\u0020\u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_dbg ); +return false ,_de .Wrap (_dbg ,_afc ,"\u0069n\u0070\u0075\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020s\u0065\u0065\u006b\u0020\u0066\u0061\u0069\u006c\u0065\u0064");};_ ,_dbg =_cbc .InputStream .ReadBits (32);if _dbg ==_g .EOF {return true ,nil ; +}else if _dbg !=nil {return false ,_de .Wrap (_dbg ,_afc ,"");};return false ,nil ;};func (_edb *Document )encodeEOFHeader (_fg _e .BinaryWriter )(_eba int ,_ee error ){_gga :=&_gd .Header {SegmentNumber :_edb .nextSegmentNumber (),Type :_gd .TEndOfFile }; +if _eba ,_ee =_gga .Encode (_fg );_ee !=nil {return 0,_de .Wrap (_ee ,"\u0065n\u0063o\u0064\u0065\u0045\u004f\u0046\u0048\u0065\u0061\u0064\u0065\u0072","");};return _eba ,nil ;};func (_dcef *Page )getResolutionY ()(int ,error ){const _caab ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0059"; +if _dcef .ResolutionY !=0{return _dcef .ResolutionY ,nil ;};_abb :=_dcef .getPageInformationSegment ();if _abb ==nil {return 0,_de .Error (_caab ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_aac ,_fabe :=_abb .GetSegmentData (); +if _fabe !=nil {return 0,_de .Wrap (_fabe ,_caab ,"");};_febe ,_aagg :=_aac .(*_gd .PageInformationSegment );if !_aagg {return 0,_de .Errorf (_caab ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0074\u0079\u0070\u0065\u003a\u0027%\u0054\u0027",_aac ); +};_dcef .ResolutionY =_febe .ResolutionY ;return _dcef .ResolutionY ,nil ;};func (_adf *Document )Encode ()(_aag []byte ,_fc error ){const _dga ="\u0044o\u0063u\u006d\u0065\u006e\u0074\u002e\u0045\u006e\u0063\u006f\u0064\u0065";var _bbda ,_dgc int ;if _adf .FullHeaders {if _bbda ,_fc =_adf .encodeFileHeader (_adf ._ge ); +_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,"");};};var (_aee bool ;_edd *_gd .Header ;_cag *Page ;);if _fc =_adf .completeClassifiedPages ();_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,"");};if _fc =_adf .produceClassifiedPages ();_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,""); +};if _adf .GlobalSegments !=nil {for _ ,_edd =range _adf .GlobalSegments .Segments {if _fc =_adf .encodeSegment (_edd ,&_bbda );_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,"");};};};for _ef :=1;_ef <=int (_adf .NumberOfPages );_ef ++{if _cag ,_aee =_adf .Pages [_ef ]; +!_aee {return nil ,_de .Errorf (_dga ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_ef );};for _ ,_edd =range _cag .Segments {if _fc =_adf .encodeSegment (_edd ,&_bbda );_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,""); +};};};if _adf .FullHeaders {if _dgc ,_fc =_adf .encodeEOFHeader (_adf ._ge );_fc !=nil {return nil ,_de .Wrap (_fc ,_dga ,"");};_bbda +=_dgc ;};_aag =_adf ._ge .Data ();if len (_aag )!=_bbda {_bd .Log .Debug ("\u0042\u0079\u0074\u0065\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0028\u006e\u0029\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0064\u0061\u0074\u0061\u0020\u0065\u006e\u0063\u006fd\u0065\u0064\u003a\u0020\u0027\u0025d\u0027",_bbda ,len (_aag )); +};return _aag ,nil ;};func (_dg *Document )completeClassifiedPages ()(_ad error ){const _ed ="\u0063\u006f\u006dpl\u0065\u0074\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067\u0065\u0073";if _dg .Classer ==nil {return nil ; +};_dg ._fd =make ([]int ,_dg .Classer .UndilatedTemplates .Size ());for _gc :=0;_gc < _dg .Classer .ClassIDs .Size ();_gc ++{_be ,_db :=_dg .Classer .ClassIDs .Get (_gc );if _db !=nil {return _de .Wrapf (_db ,_ed ,"\u0063\u006c\u0061\u0073s \u0077\u0069\u0074\u0068\u0020\u0069\u0064\u003a\u0020\u0027\u0025\u0064\u0027",_gc ); +};_dg ._fd [_be ]++;};var _cd []int ;for _gee :=0;_gee < _dg .Classer .UndilatedTemplates .Size ();_gee ++{if _dg .NumberOfPages ==1||_dg ._fd [_gee ]> 1{_cd =append (_cd ,_gee );};};var (_dgg *Page ;_fde bool ;);for _gge ,_cb :=range *_dg .Classer .ComponentPageNumbers {if _dgg ,_fde =_dg .Pages [_cb ]; +!_fde {return _de .Errorf (_ed ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_gge );};if _dgg .EncodingMethod ==GenericEM {_bd .Log .Error ("\u0047\u0065\u006e\u0065\u0072\u0069c\u0020\u0070\u0061g\u0065\u0020\u0077i\u0074\u0068\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020ma\u0070\u0070\u0065\u0064\u0020\u0061\u0073\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0020\u0070\u0061\u0067\u0065",_gge ); +continue ;};_dg ._dd [_cb ]=append (_dg ._dd [_cb ],_gge );_cge ,_ecc :=_dg .Classer .ClassIDs .Get (_gge );if _ecc !=nil {return _de .Wrapf (_ecc ,_ed ,"\u006e\u006f\u0020\u0073uc\u0068\u0020\u0063\u006c\u0061\u0073\u0073\u0049\u0044\u003a\u0020\u0025\u0064",_gge ); +};if _dg ._fd [_cge ]==1&&_dg .NumberOfPages !=1{_cgd :=append (_dg ._bdb [_cb ],_cge );_dg ._bdb [_cb ]=_cgd ;};};if _ad =_dg .Classer .ComputeLLCorners ();_ad !=nil {return _de .Wrap (_ad ,_ed ,"");};if _ ,_ad =_dg .addSymbolDictionary (0,_dg .Classer .UndilatedTemplates ,_cd ,_dg ._eag ,false ); +_ad !=nil {return _de .Wrap (_ad ,_ed ,"");};return nil ;};func (_ccae *Page )GetResolutionY ()(int ,error ){return _ccae .getResolutionY ()};type Globals struct{Segments []*_gd .Header ;};func (_gagg *Page )collectPageStripes ()(_cbfg []_gd .Segmenter ,_eec error ){const _bec ="\u0063o\u006cl\u0065\u0063\u0074\u0050\u0061g\u0065\u0053t\u0072\u0069\u0070\u0065\u0073"; +var _agdf _gd .Segmenter ;for _ ,_dgdb :=range _gagg .Segments {switch _dgdb .Type {case 6,7,22,23,38,39,42,43:_agdf ,_eec =_dgdb .GetSegmentData ();if _eec !=nil {return nil ,_de .Wrap (_eec ,_bec ,"");};_cbfg =append (_cbfg ,_agdf );case 50:_agdf ,_eec =_dgdb .GetSegmentData (); +if _eec !=nil {return nil ,_eec ;};_ggag ,_dcg :=_agdf .(*_gd .EndOfStripe );if !_dcg {return nil ,_de .Errorf (_bec ,"\u0045\u006e\u0064\u004f\u0066\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u006f\u0066\u0020\u0076\u0061l\u0069\u0064\u0020\u0074\u0079p\u0065\u003a \u0027\u0025\u0054\u0027",_agdf ); +};_cbfg =append (_cbfg ,_ggag );_gagg .FinalHeight =_ggag .LineNumber ();};};return _cbfg ,nil ;};func (_ecg *Page )createStripedPage (_dgdg *_gd .PageInformationSegment )error {const _feg ="\u0063\u0072\u0065\u0061\u0074\u0065\u0053\u0074\u0072\u0069\u0070\u0065d\u0050\u0061\u0067\u0065"; +_ccg ,_ddaf :=_ecg .collectPageStripes ();if _ddaf !=nil {return _de .Wrap (_ddaf ,_feg ,"");};var _ecfb int ;for _ ,_aefb :=range _ccg {if _daa ,_fcfge :=_aefb .(*_gd .EndOfStripe );_fcfge {_ecfb =_daa .LineNumber ()+1;}else {_bfg :=_aefb .(_gd .Regioner ); +_dff :=_bfg .GetRegionInfo ();_efg :=_ecg .getCombinationOperator (_dgdg ,_dff .CombinaionOperator );_gde ,_acbd :=_bfg .GetRegionBitmap ();if _acbd !=nil {return _de .Wrap (_acbd ,_feg ,"");};_acbd =_gg .Blit (_gde ,_ecg .Bitmap ,int (_dff .XLocation ),_ecfb ,_efg ); +if _acbd !=nil {return _de .Wrap (_acbd ,_feg ,"");};};};return nil ;};func (_cbg *Document )produceClassifiedPage (_fdg *Page ,_add *_gd .Header )(_dece error ){const _bgd ="p\u0072\u006f\u0064\u0075ce\u0043l\u0061\u0073\u0073\u0069\u0066i\u0065\u0064\u0050\u0061\u0067\u0065"; +var _af map[int ]int ;_cc :=_cbg ._ff ;_bee :=[]*_gd .Header {_add };if len (_cbg ._bdb [_fdg .PageNumber ])> 0{_af =map[int ]int {};_ae ,_ga :=_cbg .addSymbolDictionary (_fdg .PageNumber ,_cbg .Classer .UndilatedTemplates ,_cbg ._bdb [_fdg .PageNumber ],_af ,false ); +if _ga !=nil {return _de .Wrap (_ga ,_bgd ,"");};_bee =append (_bee ,_ae );_cc +=len (_cbg ._bdb [_fdg .PageNumber ]);};_fe :=_cbg ._dd [_fdg .PageNumber ];_bd .Log .Debug ("P\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020c\u006f\u006d\u0070\u0073: \u0025\u0076",_fdg .PageNumber ,_fe ); +_fdg .addTextRegionSegment (_bee ,_cbg ._eag ,_af ,_cbg ._dd [_fdg .PageNumber ],_cbg .Classer .PtaLL ,_cbg .Classer .UndilatedTemplates ,_cbg .Classer .ClassIDs ,nil ,_cgg (_cc ),len (_cbg ._dd [_fdg .PageNumber ]));return nil ;};func (_ecbe *Page )clearSegmentData (){for _ggb :=range _ecbe .Segments {_ecbe .Segments [_ggb ].CleanSegmentData (); +};};func (_aca *Page )getCombinationOperator (_cgde *_gd .PageInformationSegment ,_fcd _gg .CombinationOperator )_gg .CombinationOperator {if _cgde .CombinationOperatorOverrideAllowed (){return _fcd ;};return _cgde .CombinationOperator ();};func (_ebb *Document )determineRandomDataOffsets (_bf []*_gd .Header ,_fbb uint64 ){if _ebb .OrganizationType !=_gd .ORandom {return ; +};for _ ,_dcf :=range _bf {_dcf .SegmentDataStartOffset =_fbb ;_fbb +=_dcf .SegmentDataLength ;};};func (_gab *Document )addSymbolDictionary (_bcf int ,_ag *_gg .Bitmaps ,_fef []int ,_gad map[int ]int ,_da bool )(*_gd .Header ,error ){const _fdd ="\u0061\u0064\u0064\u0053ym\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"; +_ccf :=&_gd .SymbolDictionary {};if _dggb :=_ccf .InitEncode (_ag ,_fef ,_gad ,_da );_dggb !=nil {return nil ,_dggb ;};_eceg :=&_gd .Header {Type :_gd .TSymbolDictionary ,PageAssociation :_bcf ,SegmentData :_ccf };if _bcf ==0{if _gab .GlobalSegments ==nil {_gab .GlobalSegments =&Globals {}; +};_gab .GlobalSegments .AddSegment (_eceg );return _eceg ,nil ;};_cff ,_aeb :=_gab .Pages [_bcf ];if !_aeb {return nil ,_de .Errorf (_fdd ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_bcf );};var (_dba int ; +_fb *_gd .Header ;);for _dba ,_fb =range _cff .Segments {if _fb .Type ==_gd .TPageInformation {break ;};};_dba ++;_cff .Segments =append (_cff .Segments ,nil );copy (_cff .Segments [_dba +1:],_cff .Segments [_dba :]);_cff .Segments [_dba ]=_eceg ;return _eceg ,nil ; +};func (_edg *Page )AddGenericRegion (bm *_gg .Bitmap ,xloc ,yloc ,template int ,tp _gd .Type ,duplicateLineRemoval bool )error {const _bfd ="P\u0061\u0067\u0065\u002eAd\u0064G\u0065\u006e\u0065\u0072\u0069c\u0052\u0065\u0067\u0069\u006f\u006e";_cbca :=&_gd .GenericRegion {}; +if _gcf :=_cbca .InitEncode (bm ,xloc ,yloc ,template ,duplicateLineRemoval );_gcf !=nil {return _de .Wrap (_gcf ,_bfd ,"");};_ggc :=&_gd .Header {Type :_gd .TImmediateGenericRegion ,PageAssociation :_edg .PageNumber ,SegmentData :_cbca };_edg .Segments =append (_edg .Segments ,_ggc ); +return nil ;};func (_aef *Document )mapData ()error {const _gcd ="\u006da\u0070\u0044\u0061\u0074\u0061";var (_dfg []*_gd .Header ;_cee int64 ;_ffg _gd .Type ;);_caf ,_fce :=_aef .isFileHeaderPresent ();if _fce !=nil {return _de .Wrap (_fce ,_gcd ,""); +};if _caf {if _fce =_aef .parseFileHeader ();_fce !=nil {return _de .Wrap (_fce ,_gcd ,"");};_cee +=int64 (_aef ._cg );_aef .FullHeaders =true ;};var (_gbb *Page ;_fgf bool ;);for _ffg !=51&&!_fgf {_fefc ,_def :=_gd .NewHeader (_aef ,_aef .InputStream ,_cee ,_aef .OrganizationType ); +if _def !=nil {return _de .Wrap (_def ,_gcd ,"");};_bd .Log .Trace ("\u0044\u0065c\u006f\u0064\u0069\u006eg\u0020\u0073e\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0025\u0064\u002c\u0020\u0054\u0079\u0070e\u003a\u0020\u0025\u0073",_fefc .SegmentNumber ,_fefc .Type ); +_ffg =_fefc .Type ;if _ffg !=_gd .TEndOfFile {if _fefc .PageAssociation !=0{_gbb =_aef .Pages [_fefc .PageAssociation ];if _gbb ==nil {_gbb =_bgc (_aef ,_fefc .PageAssociation );_aef .Pages [_fefc .PageAssociation ]=_gbb ;if _aef .NumberOfPagesUnknown {_aef .NumberOfPages ++; +};};_gbb .Segments =append (_gbb .Segments ,_fefc );}else {_aef .GlobalSegments .AddSegment (_fefc );};};_dfg =append (_dfg ,_fefc );_cee =_aef .InputStream .AbsolutePosition ();if _aef .OrganizationType ==_gd .OSequential {_cee +=int64 (_fefc .SegmentDataLength ); +};_fgf ,_def =_aef .reachedEOF (_cee );if _def !=nil {_bd .Log .Debug ("\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0072\u0065\u0061\u0063h\u0065\u0064\u0020\u0045\u004f\u0046\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_def ); +return _de .Wrap (_def ,_gcd ,"");};};_aef .determineRandomDataOffsets (_dfg ,uint64 (_cee ));return nil ;};func (_dae *Document )encodeFileHeader (_dbd _e .BinaryWriter )(_ecf int ,_bcc error ){const _aab ="\u0065\u006ec\u006f\u0064\u0065F\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072"; +_ecf ,_bcc =_dbd .Write (_c );if _bcc !=nil {return _ecf ,_de .Wrap (_bcc ,_aab ,"\u0069\u0064");};if _bcc =_dbd .WriteByte (0x01);_bcc !=nil {return _ecf ,_de .Wrap (_bcc ,_aab ,"\u0066\u006c\u0061g\u0073");};_ecf ++;_bbg :=make ([]byte ,4);_a .BigEndian .PutUint32 (_bbg ,_dae .NumberOfPages ); +_daef ,_bcc :=_dbd .Write (_bbg );if _bcc !=nil {return _daef ,_de .Wrap (_bcc ,_aab ,"p\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};_ecf +=_daef ;return _ecf ,nil ;};func (_eee *Page )getResolutionX ()(int ,error ){const _afe ="\u0067\u0065\u0074\u0052\u0065\u0073\u006f\u006c\u0075t\u0069\u006f\u006e\u0058"; +if _eee .ResolutionX !=0{return _eee .ResolutionX ,nil ;};_dfa :=_eee .getPageInformationSegment ();if _dfa ==nil {return 0,_de .Error (_afe ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_cbff ,_egcg :=_dfa .GetSegmentData (); +if _egcg !=nil {return 0,_de .Wrap (_egcg ,_afe ,"");};_cbb ,_cbbd :=_cbff .(*_gd .PageInformationSegment );if !_cbbd {return 0,_de .Errorf (_afe ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_cbff ); +};_eee .ResolutionX =_cbb .ResolutionX ;return _eee .ResolutionX ,nil ;};func (_cga *Document )GetGlobalSegment (i int )(*_gd .Header ,error ){_dc ,_dgab :=_cga .GlobalSegments .GetSegment (i );if _dgab !=nil {return nil ,_de .Wrap (_dgab ,"\u0047\u0065t\u0047\u006c\u006fb\u0061\u006c\u0053\u0065\u0067\u006d\u0065\u006e\u0074",""); +};return _dc ,nil ;};func (_cfaf *Page )fitsPage (_fba *_gd .PageInformationSegment ,_dbb *_gg .Bitmap )bool {return _cfaf .countRegions ()==1&&_fba .DefaultPixelValue ==0&&_fba .PageBMWidth ==_dbb .Width &&_fba .PageBMHeight ==_dbb .Height ;};func _fgg (_bagb *_e .Reader ,_dbac *Globals )(*Document ,error ){_efb :=&Document {Pages :make (map[int ]*Page ),InputStream :_bagb ,OrganizationType :_gd .OSequential ,NumberOfPagesUnknown :true ,GlobalSegments :_dbac ,_cg :9}; +if _efb .GlobalSegments ==nil {_efb .GlobalSegments =&Globals {};};if _egg :=_efb .mapData ();_egg !=nil {return nil ,_egg ;};return _efb ,nil ;};func (_abf *Document )produceClassifiedPages ()(_gbd error ){const _bc ="\u0070\u0072\u006f\u0064uc\u0065\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064\u0050\u0061\u0067e\u0073"; +if _abf .Classer ==nil {return nil ;};var (_bb *Page ;_ce bool ;_cf *_gd .Header ;);for _cea :=1;_cea <=int (_abf .NumberOfPages );_cea ++{if _bb ,_ce =_abf .Pages [_cea ];!_ce {return _de .Errorf (_bc ,"p\u0061g\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020n\u006f\u0074\u0020\u0066ou\u006e\u0064",_cea ); +};if _bb .EncodingMethod ==GenericEM {continue ;};if _cf ==nil {if _cf ,_gbd =_abf .GlobalSegments .GetSymbolDictionary ();_gbd !=nil {return _de .Wrap (_gbd ,_bc ,"");};};if _gbd =_abf .produceClassifiedPage (_bb ,_cf );_gbd !=nil {return _de .Wrapf (_gbd ,_bc ,"\u0070\u0061\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027",_cea ); +};};return nil ;};func (_agca *Page )createPage (_agd *_gd .PageInformationSegment )error {var _fbc error ;if !_agd .IsStripe ||_agd .PageBMHeight !=-1{_fbc =_agca .createNormalPage (_agd );}else {_fbc =_agca .createStripedPage (_agd );};return _fbc ;}; +func (_cbd *Page )createNormalPage (_gca *_gd .PageInformationSegment )error {const _cde ="\u0063\u0072e\u0061\u0074\u0065N\u006f\u0072\u006d\u0061\u006c\u0050\u0061\u0067\u0065";_cbd .Bitmap =_gg .New (_gca .PageBMWidth ,_gca .PageBMHeight );if _gca .DefaultPixelValue !=0{_cbd .Bitmap .SetDefaultPixel (); +};for _ ,_cef :=range _cbd .Segments {switch _cef .Type {case 6,7,22,23,38,39,42,43:_bd .Log .Trace ("\u0047\u0065\u0074\u0074in\u0067\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0064",_cef .SegmentNumber );_fbbc ,_cade :=_cef .GetSegmentData (); +if _cade !=nil {return _cade ;};_bcgd ,_fed :=_fbbc .(_gd .Regioner );if !_fed {_bd .Log .Debug ("\u0053\u0065g\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069on\u0065\u0072",_fbbc ); +return _de .Errorf (_cde ,"i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062i\u0067\u0032\u0020\u0073\u0065\u0067\u006den\u0074\u0020\u0074\u0079p\u0065\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061 R\u0065\u0067i\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_fbbc ); +};_gba ,_cade :=_bcgd .GetRegionBitmap ();if _cade !=nil {return _de .Wrap (_cade ,_cde ,"");};if _cbd .fitsPage (_gca ,_gba ){_cbd .Bitmap =_gba ;}else {_ccd :=_bcgd .GetRegionInfo ();_gfb :=_cbd .getCombinationOperator (_gca ,_ccd .CombinaionOperator ); +_cade =_gg .Blit (_gba ,_cbd .Bitmap ,int (_ccd .XLocation ),int (_ccd .YLocation ),_gfb );if _cade !=nil {return _de .Wrap (_cade ,_cde ,"");};};};};return nil ;};func (_adfg *Page )GetSegment (number int )(*_gd .Header ,error ){const _ecb ="\u0050a\u0067e\u002e\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074"; +for _ ,_beee :=range _adfg .Segments {if _beee .SegmentNumber ==uint32 (number ){return _beee ,nil ;};};_fdfd :=make ([]uint32 ,len (_adfg .Segments ));for _acg ,_gcfa :=range _adfg .Segments {_fdfd [_acg ]=_gcfa .SegmentNumber ;};return nil ,_de .Errorf (_ecb ,"\u0073e\u0067\u006d\u0065n\u0074\u0020\u0077i\u0074h \u006e\u0075\u006d\u0062\u0065\u0072\u003a \u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0067\u0065\u003a\u0020'%\u0064'\u002e\u0020\u004b\u006e\u006f\u0077n\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u003a \u0025\u0076",number ,_adfg .PageNumber ,_fdfd ); +};func (_ffff *Page )GetResolutionX ()(int ,error ){return _ffff .getResolutionX ()};func InitEncodeDocument (fullHeaders bool )*Document {return &Document {FullHeaders :fullHeaders ,_ge :_e .BufferedMSB (),Pages :map[int ]*Page {},_bdb :map[int ][]int {},_eag :map[int ]int {},_dd :map[int ][]int {}}; +};type Document struct{Pages map[int ]*Page ;NumberOfPagesUnknown bool ;NumberOfPages uint32 ;GBUseExtTemplate bool ;InputStream *_e .Reader ;GlobalSegments *Globals ;OrganizationType _gd .OrganizationType ;Classer *_ec .Classer ;XRes ,YRes int ;FullHeaders bool ; +CurrentSegmentNumber uint32 ;AverageTemplates *_gg .Bitmaps ;BaseIndexes []int ;Refinement bool ;RefineLevel int ;_cg uint8 ;_ge *_e .BufferedWriter ;EncodeGlobals bool ;_ff int ;_bdb map[int ][]int ;_dd map[int ][]int ;_fd []int ;_eag map[int ]int ;}; +func (_dffd *Page )countRegions ()int {var _bccd int ;for _ ,_adc :=range _dffd .Segments {switch _adc .Type {case 6,7,22,23,38,39,42,43:_bccd ++;};};return _bccd ;};func (_afag *Page )AddPageInformationSegment (){_aeea :=&_gd .PageInformationSegment {PageBMWidth :_afag .FinalWidth ,PageBMHeight :_afag .FinalHeight ,ResolutionX :_afag .ResolutionX ,ResolutionY :_afag .ResolutionY ,IsLossless :_afag .IsLossless }; +if _afag .BlackIsOne {_aeea .DefaultPixelValue =uint8 (0x1);};_cbce :=&_gd .Header {PageAssociation :_afag .PageNumber ,SegmentDataLength :uint64 (_aeea .Size ()),SegmentData :_aeea ,Type :_gd .TPageInformation };_afag .Segments =append (_afag .Segments ,_cbce ); +};func (_gb *Document )AddGenericPage (bm *_gg .Bitmap ,duplicateLineRemoval bool )(_ece error ){const _gdb ="\u0044\u006f\u0063um\u0065\u006e\u0074\u002e\u0041\u0064\u0064\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0050\u0061\u0067\u0065";if !_gb .FullHeaders &&_gb .NumberOfPages !=0{return _de .Error (_gdb ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); +};_bg :=&Page {Segments :[]*_gd .Header {},Bitmap :bm ,Document :_gb ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,IsLossless :true ,BlackIsOne :bm .Color ==_gg .Chocolate };_bg .PageNumber =int (_gb .nextPageNumber ());_gb .Pages [_bg .PageNumber ]=_bg ; +bm .InverseData ();_bg .AddPageInformationSegment ();if _ece =_bg .AddGenericRegion (bm ,0,0,0,_gd .TImmediateGenericRegion ,duplicateLineRemoval );_ece !=nil {return _de .Wrap (_ece ,_gdb ,"");};if _gb .FullHeaders {_bg .AddEndOfPageSegment ();};return nil ; +};func DecodeDocument (input *_e .Reader ,globals *Globals )(*Document ,error ){return _fgg (input ,globals );};func (_bge *Document )nextSegmentNumber ()uint32 {_fafa :=_bge .CurrentSegmentNumber ;_bge .CurrentSegmentNumber ++;return _fafa ;};func (_eccg *Page )GetBitmap ()(_gac *_gg .Bitmap ,_aaf error ){_bd .Log .Trace (_aa .Sprintf ("\u005b\u0050\u0041G\u0045\u005d\u005b\u0023%\u0064\u005d\u0020\u0047\u0065\u0074\u0042i\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e",_eccg .PageNumber )); +defer func (){if _aaf !=nil {_bd .Log .Trace (_aa .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074B\u0069t\u006d\u0061\u0070\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_eccg .PageNumber ,_aaf )); +}else {_bd .Log .Trace (_aa .Sprintf ("\u005b\u0050\u0041\u0047\u0045\u005d\u005b\u0023\u0025\u0064]\u0020\u0047\u0065\u0074\u0042\u0069\u0074m\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064",_eccg .PageNumber ));};}();if _eccg .Bitmap !=nil {return _eccg .Bitmap ,nil ; +};_aaf =_eccg .composePageBitmap ();if _aaf !=nil {return nil ,_aaf ;};return _eccg .Bitmap ,nil ;};func (_ffga *Page )composePageBitmap ()error {const _ddd ="\u0063\u006f\u006d\u0070\u006f\u0073\u0065\u0050\u0061\u0067\u0065\u0042i\u0074\u006d\u0061\u0070"; +if _ffga .PageNumber ==0{return nil ;};_acb :=_ffga .getPageInformationSegment ();if _acb ==nil {return _de .Error (_ddd ,"\u0070\u0061\u0067e \u0069\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069o\u006e \u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};_cae ,_fad :=_acb .GetSegmentData ();if _fad !=nil {return _fad ;};_agb ,_abff :=_cae .(*_gd .PageInformationSegment );if !_abff {return _de .Error (_ddd ,"\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006da\u0074\u0069\u006f\u006e \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065"); +};if _fad =_ffga .createPage (_agb );_fad !=nil {return _de .Wrap (_fad ,_ddd ,"");};_ffga .clearSegmentData ();return nil ;};func (_gbf *Document )GetNumberOfPages ()(uint32 ,error ){if _gbf .NumberOfPagesUnknown ||_gbf .NumberOfPages ==0{if len (_gbf .Pages )==0{if _deaf :=_gbf .mapData (); +_deaf !=nil {return 0,_de .Wrap (_deaf ,"\u0044o\u0063\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074N\u0075m\u0062e\u0072\u004f\u0066\u0050\u0061\u0067\u0065s","");};};return uint32 (len (_gbf .Pages )),nil ;};return _gbf .NumberOfPages ,nil ;};func (_ab *Document )AddClassifiedPage (bm *_gg .Bitmap ,method _ec .Method )(_ca error ){const _eb ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u002e\u0041\u0064d\u0043\u006c\u0061\u0073\u0073\u0069\u0066\u0069\u0065\u0064P\u0061\u0067\u0065"; +if !_ab .FullHeaders &&_ab .NumberOfPages !=0{return _de .Error (_eb ,"\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0070\u0061\u0067\u0065\u002e\u0020\u0046\u0069\u006c\u0065\u004d\u006f\u0064\u0065\u0020\u0064\u0069\u0073\u0061\u006c\u006c\u006f\u0077\u0073\u0020\u0061\u0064\u0064i\u006e\u0067\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068\u0061\u006e \u006f\u006e\u0065\u0020\u0070\u0061g\u0065"); +};if _ab .Classer ==nil {if _ab .Classer ,_ca =_ec .Init (_ec .DefaultSettings ());_ca !=nil {return _de .Wrap (_ca ,_eb ,"");};};_eg :=int (_ab .nextPageNumber ());_ac :=&Page {Segments :[]*_gd .Header {},Bitmap :bm ,Document :_ab ,FinalHeight :bm .Height ,FinalWidth :bm .Width ,PageNumber :_eg }; +_ab .Pages [_eg ]=_ac ;switch method {case _ec .RankHaus :_ac .EncodingMethod =RankHausEM ;case _ec .Correlation :_ac .EncodingMethod =CorrelationEM ;};_ac .AddPageInformationSegment ();if _ca =_ab .Classer .AddPage (bm ,_eg ,method );_ca !=nil {return _de .Wrap (_ca ,_eb ,""); +};if _ab .FullHeaders {_ac .AddEndOfPageSegment ();};return nil ;};func (_afa *Globals )GetSegmentByIndex (index int )(*_gd .Header ,error ){const _cca ="\u0047l\u006f\u0062\u0061\u006cs\u002e\u0047\u0065\u0074\u0053e\u0067m\u0065n\u0074\u0042\u0079\u0049\u006e\u0064\u0065x"; +if _afa ==nil {return nil ,_de .Error (_cca ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_afa .Segments )==0{return nil ,_de .Error (_cca ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); +};if index > len (_afa .Segments )-1{return nil ,_de .Error (_cca ,"\u0069n\u0064e\u0078\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065");};return _afa .Segments [index ],nil ;};func _bgc (_dce *Document ,_bad int )*Page {return &Page {Document :_dce ,PageNumber :_bad ,Segments :[]*_gd .Header {}}; +};func (_dac *Document )parseFileHeader ()error {const _fdgf ="\u0070a\u0072s\u0065\u0046\u0069\u006c\u0065\u0048\u0065\u0061\u0064\u0065\u0072";_ ,_dag :=_dac .InputStream .Seek (8,_g .SeekStart );if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u0069\u0064"); +};_ ,_dag =_dac .InputStream .ReadBits (5);if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074\u0073");};_ege ,_dag :=_dac .InputStream .ReadBit ();if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u0065x\u0074e\u006e\u0064\u0065\u0064\u0020t\u0065\u006dp\u006c\u0061\u0074\u0065\u0073"); +};if _ege ==1{_dac .GBUseExtTemplate =true ;};_ege ,_dag =_dac .InputStream .ReadBit ();if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u0075\u006e\u006b\u006eow\u006e\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072");};if _ege !=1{_dac .NumberOfPagesUnknown =false ; +};_ege ,_dag =_dac .InputStream .ReadBit ();if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074\u0069\u006f\u006e \u0074\u0079\u0070\u0065");};_dac .OrganizationType =_gd .OrganizationType (_ege );if !_dac .NumberOfPagesUnknown {_dac .NumberOfPages ,_dag =_dac .InputStream .ReadUint32 (); +if _dag !=nil {return _de .Wrap (_dag ,_fdgf ,"\u006eu\u006db\u0065\u0072\u0020\u006f\u0066\u0020\u0070\u0061\u0067\u0065\u0073");};_dac ._cg =13;};return nil ;};type Page struct{Segments []*_gd .Header ;PageNumber int ;Bitmap *_gg .Bitmap ;FinalHeight int ; +FinalWidth int ;ResolutionX int ;ResolutionY int ;IsLossless bool ;Document *Document ;FirstSegmentNumber int ;EncodingMethod EncodingMethod ;BlackIsOne bool ;};func (_adcb *Page )getWidth ()(int ,error ){const _dcc ="\u0067\u0065\u0074\u0057\u0069\u0064\u0074\u0068"; +if _adcb .FinalWidth !=0{return _adcb .FinalWidth ,nil ;};_ded :=_adcb .getPageInformationSegment ();if _ded ==nil {return 0,_de .Error (_dcc ,"n\u0069l\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006ef\u006f\u0072\u006d\u0061ti\u006f\u006e");};_eab ,_gfc :=_ded .GetSegmentData (); +if _gfc !=nil {return 0,_de .Wrap (_gfc ,_dcc ,"");};_fcdd ,_ggaa :=_eab .(*_gd .PageInformationSegment );if !_ggaa {return 0,_de .Errorf (_dcc ,"\u0070\u0061\u0067\u0065\u0020\u0069n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0069\u0073 \u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0079\u0070e\u003a \u0027\u0025\u0054\u0027",_eab ); +};_adcb .FinalWidth =_fcdd .PageBMWidth ;return _adcb .FinalWidth ,nil ;};func (_bcg *Page )GetWidth ()(int ,error ){return _bcg .getWidth ()};func (_feb *Page )getPageInformationSegment ()*_gd .Header {for _ ,_ceb :=range _feb .Segments {if _ceb .Type ==_gd .TPageInformation {return _ceb ; +};};_bd .Log .Debug ("\u0050\u0061\u0067\u0065\u0020\u0069\u006e\u0066o\u0072\u006d\u0061ti\u006f\u006e\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066o\u0072\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0073\u002e",_feb ); +return nil ;};func (_efa *Page )nextSegmentNumber ()uint32 {return _efa .Document .nextSegmentNumber ()};func (_cffd *Globals )GetSymbolDictionary ()(*_gd .Header ,error ){const _cgf ="G\u006c\u006f\u0062\u0061\u006c\u0073.\u0047\u0065\u0074\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079"; +if _cffd ==nil {return nil ,_de .Error (_cgf ,"\u0067\u006c\u006f\u0062al\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if len (_cffd .Segments )==0{return nil ,_de .Error (_cgf ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0073\u0020\u0061\u0072\u0065\u0020e\u006d\u0070\u0074\u0079"); +};for _ ,_bbgb :=range _cffd .Segments {if _bbgb .Type ==_gd .TSymbolDictionary {return _bbgb ,nil ;};};return nil ,_de .Error (_cgf ,"\u0067\u006c\u006fba\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020d\u0069c\u0074i\u006fn\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};type EncodingMethod int ;func (_bdd *Document )isFileHeaderPresent ()(bool ,error ){_bdd .InputStream .Mark ();for _ ,_dgd :=range _c {_bag ,_ddcd :=_bdd .InputStream .ReadByte ();if _ddcd !=nil {return false ,_ddcd ;};if _dgd !=_bag {_bdd .InputStream .Reset (); +return false ,nil ;};};_bdd .InputStream .Reset ();return true ,nil ;};func (_bae *Document )GetPage (pageNumber int )(_gd .Pager ,error ){const _cbgg ="\u0044\u006fc\u0075\u006d\u0065n\u0074\u002e\u0047\u0065\u0074\u0050\u0061\u0067\u0065";if pageNumber < 0{_bd .Log .Debug ("\u004a\u0042\u0049\u00472\u0020\u0050\u0061\u0067\u0065\u0020\u002d\u0020\u0047e\u0074\u0050\u0061\u0067\u0065\u003a\u0020\u0025\u0064\u002e\u0020\u0050\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062e\u0020\u006c\u006f\u0077\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0030\u002e\u0020\u0025\u0073",pageNumber ,_f .Stack ()); +return nil ,_de .Errorf (_cbgg ,"\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u002d\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064 \u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u003a\u0020\u0025\u0064",pageNumber ); +};if pageNumber > len (_bae .Pages ){_bd .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_f .Stack ());return nil ,_de .Error (_cbgg ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_fff ,_faf :=_bae .Pages [pageNumber ];if !_faf {_bd .Log .Debug ("\u0050\u0061\u0067\u0065 n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0064\u002e\u0020%\u0073",pageNumber ,_f .Stack ());return nil ,_de .Errorf (_cbgg ,"\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006a\u0062\u0069\u0067\u0032 \u0064\u006f\u0063\u0075\u006d\u0065n\u0074\u0020\u002d\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};return _fff ,nil ;};func (_baa *Document )encodeSegment (_ged *_gd .Header ,_dge *int )error {const _ada ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074";_ged .SegmentNumber =_baa .nextSegmentNumber ();_gcg ,_fea :=_ged .Encode (_baa ._ge ); +if _fea !=nil {return _de .Wrapf (_fea ,_ada ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_ged .SegmentNumber );};*_dge +=_gcg ;return nil ;};func _cgg (_bde int )int {_addb :=0;_cfa :=(_bde &(_bde -1))==0;_bde >>=1; +for ;_bde !=0;_bde >>=1{_addb ++;};if _cfa {return _addb ;};return _addb +1;}; \ No newline at end of file diff --git a/internal/jbig2/document/segments/segments.go b/internal/jbig2/document/segments/segments.go index 73a5fafb0..577ca62d9 100644 --- a/internal/jbig2/document/segments/segments.go +++ b/internal/jbig2/document/segments/segments.go @@ -9,606 +9,607 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package segments ;import (_c "encoding/binary";_d "errors";_ff "fmt";_ge "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/internal/bitwise";_ea "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_be "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; -_aca "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/arithmetic";_dc "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/huffman";_df "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/mmr";_fd "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/arithmetic"; -_ac "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_g "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_f "image";_fe "io";_ae "math";_e "strings";_ce "time";);func (_cafgf *Header )String ()string {_fgca :=&_e .Builder {};_fgca .WriteString ("\u000a[\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045A\u0044\u0045\u0052\u005d\u000a"); -_fgca .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0053\u0065gm\u0065n\u0074\u004e\u0075\u006d\u0062e\u0072\u003a\u0020\u0025\u0076\u000a",_cafgf .SegmentNumber ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020T\u0079\u0070\u0065\u003a\u0020\u0025\u0076\u000a",_cafgf .Type )); -_fgca .WriteString (_ff .Sprintf ("\u0009-\u0020R\u0065\u0074\u0061\u0069\u006eF\u006c\u0061g\u003a\u0020\u0025\u0076\u000a",_cafgf .RetainFlag ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Pa\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cafgf .PageAssociation )); -_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0050\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074i\u006fn\u0046\u0069\u0065\u006c\u0064\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_cafgf .PageAssociationFieldSize )); -_fgca .WriteString ("\u0009-\u0020R\u0054\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u0053\u003a\u000a");for _ ,_aag :=range _cafgf .RTSNumbers {_fgca .WriteString (_ff .Sprintf ("\u0009\t\u002d\u0020\u0025\u0064\u000a",_aag ));};_fgca .WriteString (_ff .Sprintf ("\t\u002d \u0048\u0065\u0061\u0064\u0065\u0072\u004c\u0065n\u0067\u0074\u0068\u003a %\u0076\u000a",_cafgf .HeaderLength )); -_fgca .WriteString (_ff .Sprintf ("\u0009-\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061L\u0065n\u0067\u0074\u0068\u003a\u0020\u0025\u0076\n",_cafgf .SegmentDataLength ));_fgca .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074D\u0061\u0074\u0061\u0053\u0074\u0061\u0072t\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0076\u000a",_cafgf .SegmentDataStartOffset )); -return _fgca .String ();};func (_bead *GenericRefinementRegion )overrideAtTemplate0 (_gae ,_dba ,_aac ,_fbb ,_gcg int )int {if _bead ._fed [0]{_gae &=0xfff7;if _bead .GrAtY [0]==0&&int (_bead .GrAtX [0])>=-_gcg {_gae |=(_fbb >>uint (7-(_gcg +int (_bead .GrAtX [0])))&0x1)<<3; -}else {_gae |=_bead .getPixel (_bead .RegionBitmap ,_dba +int (_bead .GrAtX [0]),_aac +int (_bead .GrAtY [0]))<<3;};};if _bead ._fed [1]{_gae &=0xefff;if _bead .GrAtY [1]==0&&int (_bead .GrAtX [1])>=-_gcg {_gae |=(_fbb >>uint (7-(_gcg +int (_bead .GrAtX [1])))&0x1)<<12; -}else {_gae |=_bead .getPixel (_bead .ReferenceBitmap ,_dba +int (_bead .GrAtX [1]),_aac +int (_bead .GrAtY [1]));};};return _gae ;};func (_fgdb *Header )writeSegmentDataLength (_agcc _b .BinaryWriter )(_bbea int ,_eegb error ){_deeg :=make ([]byte ,4); -_c .BigEndian .PutUint32 (_deeg ,uint32 (_fgdb .SegmentDataLength ));if _bbea ,_eegb =_agcc .Write (_deeg );_eegb !=nil {return 0,_ac .Wrap (_eegb ,"\u0048\u0065a\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u004c\u0065ng\u0074\u0068",""); -};return _bbea ,nil ;};type GenericRefinementRegion struct{_af templater ;_ad templater ;_acab *_b .Reader ;_aeg *Header ;RegionInfo *RegionSegment ;IsTPGROn bool ;TemplateID int8 ;Template templater ;GrAtX []int8 ;GrAtY []int8 ;RegionBitmap *_be .Bitmap ; -ReferenceBitmap *_be .Bitmap ;ReferenceDX int32 ;ReferenceDY int32 ;_bg *_aca .Decoder ;_bge *_aca .DecoderStats ;_eb bool ;_fed []bool ;};func (_ba *EndOfStripe )parseHeader ()error {_bae ,_fc :=_ba ._ga .ReadBits (32);if _fc !=nil {return _fc ;};_ba ._cd =int (_bae &_ae .MaxInt32 ); -return nil ;};func (_ade *GenericRefinementRegion )decodeTypicalPredictedLineTemplate0 (_acd ,_cdb ,_afa ,_efb ,_acbe ,_cge ,_cee ,_ebd ,_db int )error {var (_bbb ,_egf ,_gad ,_gfe ,_ab ,_gd int ;_aad byte ;_ffa error ;);if _acd > 0{_aad ,_ffa =_ade .RegionBitmap .GetByte (_cee -_afa ); -if _ffa !=nil {return _ffa ;};_gad =int (_aad );};if _ebd > 0&&_ebd <=_ade .ReferenceBitmap .Height {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db -_efb +_cge );if _ffa !=nil {return _ffa ;};_gfe =int (_aad )<<4;};if _ebd >=0&&_ebd < _ade .ReferenceBitmap .Height {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_cge ); -if _ffa !=nil {return _ffa ;};_ab =int (_aad )<<1;};if _ebd > -2&&_ebd < _ade .ReferenceBitmap .Height -1{_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_efb +_cge );if _ffa !=nil {return _ffa ;};_gd =int (_aad );};_bbb =((_gad >>5)&0x6)|((_gd >>2)&0x30)|(_ab &0x180)|(_gfe &0xc00); -var _gg int ;for _faca :=0;_faca < _acbe ;_faca =_gg {var _efae int ;_gg =_faca +8;var _bc int ;if _bc =_cdb -_faca ;_bc > 8{_bc =8;};_abg :=_gg < _cdb ;_dg :=_gg < _ade .ReferenceBitmap .Width ;_dde :=_cge +1;if _acd > 0{_aad =0;if _abg {_aad ,_ffa =_ade .RegionBitmap .GetByte (_cee -_afa +1); -if _ffa !=nil {return _ffa ;};};_gad =(_gad <<8)|int (_aad );};if _ebd > 0&&_ebd <=_ade .ReferenceBitmap .Height {var _bee int ;if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db -_efb +_dde );if _ffa !=nil {return _ffa ;};_bee =int (_aad )<<4;};_gfe =(_gfe <<8)|_bee ; -};if _ebd >=0&&_ebd < _ade .ReferenceBitmap .Height {var _fg int ;if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_dde );if _ffa !=nil {return _ffa ;};_fg =int (_aad )<<1;};_ab =(_ab <<8)|_fg ;};if _ebd > -2&&_ebd < (_ade .ReferenceBitmap .Height -1){_aad =0; -if _dg {_aad ,_ffa =_ade .ReferenceBitmap .GetByte (_db +_efb +_dde );if _ffa !=nil {return _ffa ;};};_gd =(_gd <<8)|int (_aad );};for _ege :=0;_ege < _bc ;_ege ++{var _gea int ;_egd :=false ;_bgc :=(_bbb >>4)&0x1ff;if _bgc ==0x1ff{_egd =true ;_gea =1; -}else if _bgc ==0x00{_egd =true ;};if !_egd {if _ade ._eb {_egf =_ade .overrideAtTemplate0 (_bbb ,_faca +_ege ,_acd ,_efae ,_ege );_ade ._bge .SetIndex (int32 (_egf ));}else {_ade ._bge .SetIndex (int32 (_bbb ));};_gea ,_ffa =_ade ._bg .DecodeBit (_ade ._bge ); -if _ffa !=nil {return _ffa ;};};_dcg :=uint (7-_ege );_efae |=_gea <<_dcg ;_bbb =((_bbb &0xdb6)<<1)|_gea |(_gad >>_dcg +5)&0x002|((_gd >>_dcg +2)&0x010)|((_ab >>_dcg )&0x080)|((_gfe >>_dcg )&0x400);};_ffa =_ade .RegionBitmap .SetByte (_cee ,byte (_efae )); -if _ffa !=nil {return _ffa ;};_cee ++;_db ++;};return nil ;};func (_edae *HalftoneRegion )computeGrayScalePlanes (_bbec []*_be .Bitmap ,_fege int )([][]int ,error ){_abfg :=make ([][]int ,_edae .HGridHeight );for _gag :=0;_gag < len (_abfg );_gag ++{_abfg [_gag ]=make ([]int ,_edae .HGridWidth ); -};for _baf :=0;_baf < int (_edae .HGridHeight );_baf ++{for _aee :=0;_aee < int (_edae .HGridWidth );_aee +=8{var _faba int ;if _dgd :=int (_edae .HGridWidth )-_aee ;_dgd > 8{_faba =8;}else {_faba =_dgd ;};_fceg :=_bbec [0].GetByteIndex (_aee ,_baf );for _dgcf :=0; -_dgcf < _faba ;_dgcf ++{_gadef :=_dgcf +_aee ;_abfg [_baf ][_gadef ]=0;for _cfcg :=0;_cfcg < _fege ;_cfcg ++{_ebcf ,_fgfd :=_bbec [_cfcg ].GetByte (_fceg );if _fgfd !=nil {return nil ,_fgfd ;};_cfeb :=_ebcf >>uint (7-_gadef &7);_bfbf :=_cfeb &1;_gcd :=1<=1{_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg );if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_dgba =int (_caa );};if _ecf >=2{_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg -_bgfd .Bitmap .RowStride ); -if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_cgge =int (_caa )<<5;};_add =((_dgba >>1)&0x1f8)|((_cgge >>1)&0x1e00);for _dcaa :=0;_dcaa < _deb ;_dcaa =_gebec {var (_cafg byte ;_aaf int ;);_gebec =_dcaa +8; -if _feef :=_bdge -_dcaa ;_feef > 8{_aaf =8;}else {_aaf =_feef ;};if _ecf > 0{_dgba <<=8;if _gebec < _bdge {_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg +1);if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_dgba |=int (_caa ); -};};if _ecf > 1{_cgge <<=8;if _gebec < _bdge {_caa ,_abb =_bgfd .Bitmap .GetByte (_ebg -_bgfd .Bitmap .RowStride +1);if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_cgge |=int (_caa )<<5;};};for _bab :=0; -_bab < _aaf ;_bab ++{if _bgfd ._bbba {_gcbc =_bgfd .overrideAtTemplate1 (_add ,_dcaa +_bab ,_ecf ,int (_cafg ),_bab );_bgfd ._bed .SetIndex (int32 (_gcbc ));}else {_bgfd ._bed .SetIndex (int32 (_add ));};_egdc ,_abb =_bgfd ._befa .DecodeBit (_bgfd ._bed ); -if _abb !=nil {return _ac .Wrap (_abb ,_cae ,"");};_cafg |=byte (_egdc )<>_fafb )&0x8)|((_cgge >>_fafb )&0x200);};if _ddc :=_bgfd .Bitmap .SetByte (_bce ,_cafg );_ddc !=nil {return _ac .Wrap (_ddc ,_cae ,""); -};_bce ++;_ebg ++;};return nil ;};func (_gaefd *SymbolDictionary )addSymbol (_fdba Regioner )error {_bagg ,_affe :=_fdba .GetRegionBitmap ();if _affe !=nil {return _affe ;};_gaefd ._cefe [_gaefd ._adbc ]=_bagg ;_gaefd ._aegd =append (_gaefd ._aegd ,_bagg ); -_ge .Log .Trace ("\u005b\u0053YM\u0042\u004f\u004c \u0044\u0049\u0043\u0054ION\u0041RY\u005d\u0020\u0041\u0064\u0064\u0065\u0064 s\u0079\u006d\u0062\u006f\u006c\u003a\u0020%\u0073",_bagg );return nil ;};func (_edeb *PatternDictionary )computeSegmentDataStructure ()error {_edeb .DataOffset =_edeb ._abca .AbsolutePosition (); -_edeb .DataHeaderLength =_edeb .DataOffset -_edeb .DataHeaderOffset ;_edeb .DataLength =int64 (_edeb ._abca .AbsoluteLength ())-_edeb .DataHeaderLength ;return nil ;};func (_afcg *PatternDictionary )GetDictionary ()([]*_be .Bitmap ,error ){if _afcg .Patterns !=nil {return _afcg .Patterns ,nil ; -};if !_afcg .IsMMREncoded {_afcg .setGbAtPixels ();};_cggdg :=NewGenericRegion (_afcg ._abca );_cggdg .setParametersMMR (_afcg .IsMMREncoded ,_afcg .DataOffset ,_afcg .DataLength ,uint32 (_afcg .HdpHeight ),(_afcg .GrayMax +1)*uint32 (_afcg .HdpWidth ),_afcg .HDTemplate ,false ,false ,_afcg .GBAtX ,_afcg .GBAtY ); -_cdd ,_eafg :=_cggdg .GetRegionBitmap ();if _eafg !=nil {return nil ,_eafg ;};if _eafg =_afcg .extractPatterns (_cdd );_eafg !=nil {return nil ,_eafg ;};return _afcg .Patterns ,nil ;};func (_dadb *SymbolDictionary )Init (h *Header ,r *_b .Reader )error {_dadb .Header =h ; -_dadb ._ffaa =r ;return _dadb .parseHeader ();};func (_aced *SymbolDictionary )readNumberOfExportedSymbols ()error {_babc ,_edcg :=_aced ._ffaa .ReadBits (32);if _edcg !=nil {return _edcg ;};_aced .NumberOfExportedSymbols =uint32 (_babc &_ae .MaxUint32 ); -return nil ;};type template1 struct{};func (_dfe *EndOfStripe )Init (h *Header ,r *_b .Reader )error {_dfe ._ga =r ;return _dfe .parseHeader ()};func (_dbff *TextRegion )readHuffmanFlags ()error {var (_dfgc int ;_fdg uint64 ;_adbf error ;);_ ,_adbf =_dbff ._bfde .ReadBit (); -if _adbf !=nil {return _adbf ;};_dfgc ,_adbf =_dbff ._bfde .ReadBit ();if _adbf !=nil {return _adbf ;};_dbff .SbHuffRSize =int8 (_dfgc );_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDY =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2); -if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDX =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDHeight =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffRDWidth =int8 (_fdg )&0xf; -_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffDT =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2);if _adbf !=nil {return _adbf ;};_dbff .SbHuffDS =int8 (_fdg )&0xf;_fdg ,_adbf =_dbff ._bfde .ReadBits (2); -if _adbf !=nil {return _adbf ;};_dbff .SbHuffFS =int8 (_fdg )&0xf;return nil ;};func (_fced *SymbolDictionary )encodeFlags (_abcg _b .BinaryWriter )(_accg int ,_ebff error ){const _bgcf ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073";if _ebff =_abcg .SkipBits (3); -_ebff !=nil {return 0,_ac .Wrap (_ebff ,_bgcf ,"\u0065\u006d\u0070\u0074\u0079\u0020\u0062\u0069\u0074\u0073");};var _geab int ;if _fced .SdrTemplate > 0{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); -};_geab =0;if _fced .SdTemplate > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_geab =0;if _fced .SdTemplate ==1||_fced .SdTemplate ==3{_geab =1; -};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_geab =0;if _fced ._dfbd {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0063\u006f\u0064in\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0065\u0064"); -};_geab =0;if _fced ._aegee {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0063\u006f\u0064\u0069ng\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0075\u0073\u0065\u0064");};_geab =0;if _fced .SdHuffAggInstanceSelection {_geab =1; -};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048\u0075\u0066\u0066\u0041\u0067\u0067\u0049\u006e\u0073\u0074");};_geab =int (_fced .SdHuffBMSizeSelection );if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0042\u006d\u0053\u0069\u007a\u0065"); -};_geab =0;if _fced .SdHuffDecodeWidthSelection > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_geab =0;switch _fced .SdHuffDecodeWidthSelection {case 1,3:_geab =1; -};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_geab =0;if _fced .SdHuffDecodeHeightSelection > 1{_geab =1;};if _ebff =_abcg .WriteBit (_geab ); -_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_geab =0;switch _fced .SdHuffDecodeHeightSelection {case 1,3:_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074"); -};_geab =0;if _fced .UseRefinementAggregation {_geab =1;};if _ebff =_abcg .WriteBit (_geab );_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0052\u0065\u0066\u0041\u0067\u0067");};_geab =0;if _fced .IsHuffmanEncoded {_geab =1;};if _ebff =_abcg .WriteBit (_geab ); -_ebff !=nil {return _accg ,_ac .Wrap (_ebff ,_bgcf ,"\u0073\u0064\u0048\u0075\u0066\u0066");};return 2,nil ;};func (_afca *SymbolDictionary )decodeHeightClassCollectiveBitmap (_eegeb int64 ,_bceg ,_fba uint32 )(*_be .Bitmap ,error ){if _eegeb ==0{_bgcc :=_be .New (int (_fba ),int (_bceg )); -var (_dgff byte ;_fafg error ;);for _befb :=0;_befb < len (_bgcc .Data );_befb ++{_dgff ,_fafg =_afca ._ffaa .ReadByte ();if _fafg !=nil {return nil ,_fafg ;};if _fafg =_bgcc .SetByte (_befb ,_dgff );_fafg !=nil {return nil ,_fafg ;};};return _bgcc ,nil ; -};if _afca ._bbfdd ==nil {_afca ._bbfdd =NewGenericRegion (_afca ._ffaa );};_afca ._bbfdd .setParameters (true ,_afca ._ffaa .AbsolutePosition (),_eegeb ,_bceg ,_fba );_ccde ,_ggad :=_afca ._bbfdd .GetRegionBitmap ();if _ggad !=nil {return nil ,_ggad ; -};return _ccde ,nil ;};func (_gbgc *Header )readHeaderFlags ()error {const _efd ="\u0072e\u0061d\u0048\u0065\u0061\u0064\u0065\u0072\u0046\u006c\u0061\u0067\u0073";_aeda ,_bdfa :=_gbgc .Reader .ReadBit ();if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"r\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067"); -};if _aeda !=0{_gbgc .RetainFlag =true ;};_aeda ,_bdfa =_gbgc .Reader .ReadBit ();if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"\u0070\u0061g\u0065\u0020\u0061s\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e");};if _aeda !=0{_gbgc .PageAssociationFieldSize =true ; -};_abga ,_bdfa :=_gbgc .Reader .ReadBits (6);if _bdfa !=nil {return _ac .Wrap (_bdfa ,_efd ,"\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0074\u0079\u0070\u0065");};_gbgc .Type =Type (int (_abga ));return nil ;};func (_baga *PageInformationSegment )readWidthAndHeight ()error {_ffcd ,_ddd :=_baga ._eegd .ReadBits (32); -if _ddd !=nil {return _ddd ;};_baga .PageBMWidth =int (_ffcd &_ae .MaxInt32 );_ffcd ,_ddd =_baga ._eegd .ReadBits (32);if _ddd !=nil {return _ddd ;};_baga .PageBMHeight =int (_ffcd &_ae .MaxInt32 );return nil ;};func (_cgec *SymbolDictionary )getSymbol (_aeba int )(*_be .Bitmap ,error ){const _deag ="\u0067e\u0074\u0053\u0079\u006d\u0062\u006fl"; -_cede ,_cbdf :=_cgec ._gdaa .GetBitmap (_cgec ._eabgf [_aeba ]);if _cbdf !=nil {return nil ,_ac .Wrap (_cbdf ,_deag ,"\u0063\u0061n\u0027\u0074\u0020g\u0065\u0074\u0020\u0073\u0079\u006d\u0062\u006f\u006c");};return _cede ,nil ;};func (_gbfd *TextRegion )createRegionBitmap ()error {_gbfd .RegionBitmap =_be .New (int (_gbfd .RegionInfo .BitmapWidth ),int (_gbfd .RegionInfo .BitmapHeight )); -if _gbfd .DefaultPixel !=0{_gbfd .RegionBitmap .SetDefaultPixel ();};return nil ;};func (_ffb *EndOfStripe )LineNumber ()int {return _ffb ._cd };func (_effc *TextRegion )GetRegionInfo ()*RegionSegment {return _effc .RegionInfo };func (_eefe *Header )writeReferredToCount (_bddcg _b .BinaryWriter )(_eacc int ,_agcg error ){const _abc ="w\u0072i\u0074\u0065\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0043ou\u006e\u0074"; -_eefe .RTSNumbers =make ([]int ,len (_eefe .RTSegments ));for _dbef ,_fgcb :=range _eefe .RTSegments {_eefe .RTSNumbers [_dbef ]=int (_fgcb .SegmentNumber );};if len (_eefe .RTSNumbers )<=4{var _ccce byte ;if len (_eefe .RetainBits )>=1{_ccce =_eefe .RetainBits [0]; -};_ccce |=byte (len (_eefe .RTSNumbers ))<<5;if _agcg =_bddcg .WriteByte (_ccce );_agcg !=nil {return 0,_ac .Wrap (_agcg ,_abc ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};return 1,nil ;};_ggb :=uint32 (len (_eefe .RTSNumbers )); -_badd :=make ([]byte ,4+_ea .Ceil (len (_eefe .RTSNumbers )+1,8));_ggb |=0x7<<29;_c .BigEndian .PutUint32 (_badd ,_ggb );copy (_badd [1:],_eefe .RetainBits );_eacc ,_agcg =_bddcg .Write (_badd );if _agcg !=nil {return 0,_ac .Wrap (_agcg ,_abc ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); -};return _eacc ,nil ;};func (_cbad *HalftoneRegion )computeSegmentDataStructure ()error {_cbad .DataOffset =_cbad ._daec .AbsolutePosition ();_cbad .DataHeaderLength =_cbad .DataOffset -_cbad .DataHeaderOffset ;_cbad .DataLength =int64 (_cbad ._daec .AbsoluteLength ())-_cbad .DataHeaderLength ; -return nil ;};func (_gbbe *PageInformationSegment )readIsStriped ()error {_fdae ,_gcca :=_gbbe ._eegd .ReadBit ();if _gcca !=nil {return _gcca ;};if _fdae ==1{_gbbe .IsStripe =true ;};return nil ;};func (_fca *GenericRegion )setParametersMMR (_ddb bool ,_dcb ,_egee int64 ,_fde ,_gcc uint32 ,_abbba byte ,_eadf ,_feda bool ,_aadd ,_bgec []int8 ){_fca .DataOffset =_dcb ; -_fca .DataLength =_egee ;_fca .RegionSegment =&RegionSegment {};_fca .RegionSegment .BitmapHeight =_fde ;_fca .RegionSegment .BitmapWidth =_gcc ;_fca .GBTemplate =_abbba ;_fca .IsMMREncoded =_ddb ;_fca .IsTPGDon =_eadf ;_fca .GBAtX =_aadd ;_fca .GBAtY =_bgec ; -};func (_ddce *SymbolDictionary )InitEncode (symbols *_be .Bitmaps ,symbolList []int ,symbolMap map[int ]int ,unborderSymbols bool )error {const _gebb ="S\u0079\u006d\u0062\u006f\u006c\u0044i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002eI\u006e\u0069\u0074E\u006ec\u006f\u0064\u0065"; -_ddce .SdATX =[]int8 {3,-3,2,-2};_ddce .SdATY =[]int8 {-1,-1,-2,-2};_ddce ._gdaa =symbols ;_ddce ._eabgf =make ([]int ,len (symbolList ));copy (_ddce ._eabgf ,symbolList );if len (_ddce ._eabgf )!=_ddce ._gdaa .Size (){return _ac .Error (_gebb ,"s\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0061\u006e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u004ci\u0073\u0074\u0020\u006f\u0066\u0020\u0064\u0069\u0066\u0066er\u0065\u006e\u0074 \u0073i\u007a\u0065"); -};_ddce .NumberOfNewSymbols =uint32 (symbols .Size ());_ddce .NumberOfExportedSymbols =uint32 (symbols .Size ());_ddce ._cbed =symbolMap ;_ddce ._egbga =unborderSymbols ;return nil ;};const (TSymbolDictionary Type =0;TIntermediateTextRegion Type =4;TImmediateTextRegion Type =6; -TImmediateLosslessTextRegion Type =7;TPatternDictionary Type =16;TIntermediateHalftoneRegion Type =20;TImmediateHalftoneRegion Type =22;TImmediateLosslessHalftoneRegion Type =23;TIntermediateGenericRegion Type =36;TImmediateGenericRegion Type =38;TImmediateLosslessGenericRegion Type =39; -TIntermediateGenericRefinementRegion Type =40;TImmediateGenericRefinementRegion Type =42;TImmediateLosslessGenericRefinementRegion Type =43;TPageInformation Type =48;TEndOfPage Type =49;TEndOfStrip Type =50;TEndOfFile Type =51;TProfiles Type =52;TTables Type =53; -TExtension Type =62;TBitmap Type =70;);func (_bcabb *SymbolDictionary )decodeDifferenceWidth ()(int64 ,error ){if _bcabb .IsHuffmanEncoded {switch _bcabb .SdHuffDecodeWidthSelection {case 0:_fgagd ,_gfdc :=_dc .GetStandardTable (2);if _gfdc !=nil {return 0,_gfdc ; -};return _fgagd .Decode (_bcabb ._ffaa );case 1:_cbcac ,_dgad :=_dc .GetStandardTable (3);if _dgad !=nil {return 0,_dgad ;};return _cbcac .Decode (_bcabb ._ffaa );case 3:if _bcabb ._gdba ==nil {var _bcge int ;if _bcabb .SdHuffDecodeHeightSelection ==3{_bcge ++; -};_eggc ,_dbad :=_bcabb .getUserTable (_bcge );if _dbad !=nil {return 0,_dbad ;};_bcabb ._gdba =_eggc ;};return _bcabb ._gdba .Decode (_bcabb ._ffaa );};}else {_egdf ,_caea :=_bcabb ._gede .DecodeInt (_bcabb ._eafgd );if _caea !=nil {return 0,_caea ;}; -return int64 (_egdf ),nil ;};return 0,nil ;};func (_eaae *SymbolDictionary )setExportedSymbols (_eaddd []int ){for _bbeb :=uint32 (0);_bbeb < _eaae ._debf +_eaae .NumberOfNewSymbols ;_bbeb ++{if _eaddd [_bbeb ]==1{var _bcbfe *_be .Bitmap ;if _bbeb < _eaae ._debf {_bcbfe =_eaae ._ggfa [_bbeb ]; -}else {_bcbfe =_eaae ._cefe [_bbeb -_eaae ._debf ];};_ge .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u002d\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u0020\u0041\u0064\u0064 E\u0078\u0070\u006fr\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027%\u0073\u0027",_bcbfe ); -_eaae ._acdec =append (_eaae ._acdec ,_bcbfe );};};};func (_ggag *HalftoneRegion )computeX (_bcfg ,_adb int )int {return _ggag .shiftAndFill (int (_ggag .HGridX )+_bcfg *int (_ggag .HRegionY )+_adb *int (_ggag .HRegionX ));};func (_egdd *TextRegion )decodeDT ()(_dcbcf int64 ,_cfgf error ){if _egdd .IsHuffmanEncoded {if _egdd .SbHuffDT ==3{_dcbcf ,_cfgf =_egdd ._fdcf .Decode (_egdd ._bfde ); -if _cfgf !=nil {return 0,_cfgf ;};}else {var _bfffc _dc .Tabler ;_bfffc ,_cfgf =_dc .GetStandardTable (11+int (_egdd .SbHuffDT ));if _cfgf !=nil {return 0,_cfgf ;};_dcbcf ,_cfgf =_bfffc .Decode (_egdd ._bfde );if _cfgf !=nil {return 0,_cfgf ;};};}else {var _cbgb int32 ; -_cbgb ,_cfgf =_egdd ._bfga .DecodeInt (_egdd ._agfd );if _cfgf !=nil {return 0,_cfgf ;};_dcbcf =int64 (_cbgb );};_dcbcf *=int64 (_egdd .SbStrips );return _dcbcf ,nil ;};func (_ceea *TextRegion )String ()string {_gabc :=&_e .Builder {};_gabc .WriteString ("\u000a[\u0054E\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u000a"); -_gabc .WriteString (_ceea .RegionInfo .String ()+"\u000a");_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053br\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0025\u0076\u000a",_ceea .SbrTemplate ));_gabc .WriteString (_ff .Sprintf ("\u0009-\u0020S\u0062\u0044\u0073\u004f\u0066f\u0073\u0065t\u003a\u0020\u0025\u0076\u000a",_ceea .SbDsOffset )); -_gabc .WriteString (_ff .Sprintf ("\t\u002d \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0050i\u0078\u0065\u006c\u003a %\u0076\u000a",_ceea .DefaultPixel ));_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0076\u000a",_ceea .CombinationOperator )); -_gabc .WriteString (_ff .Sprintf ("\t\u002d \u0049\u0073\u0054\u0072\u0061\u006e\u0073\u0070o\u0073\u0065\u0064\u003a %\u0076\u000a",_ceea .IsTransposed ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Re\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0043\u006f\u0072\u006e\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_ceea .ReferenceCorner )); -_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0055\u0073eR\u0065f\u0069\u006e\u0065\u006d\u0065n\u0074\u003a\u0020\u0025\u0076\u000a",_ceea .UseRefinement ));_gabc .WriteString (_ff .Sprintf ("\u0009-\u0020\u0049\u0073\u0048\u0075\u0066\u0066\u006d\u0061\u006e\u0045n\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0076\u000a",_ceea .IsHuffmanEncoded )); -if _ceea .IsHuffmanEncoded {_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffRSize ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0059:\u0020\u0025\u0076\u000a",_ceea .SbHuffRDY )); -_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0058:\u0020\u0025\u0076\u000a",_ceea .SbHuffRDX ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069\u0067\u0068\u0074\u003a\u0020\u0025v\u000a",_ceea .SbHuffRDHeight )); -_gabc .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0053\u0062Hu\u0066f\u0052\u0044\u0057\u0069\u0064t\u0068\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffRDWidth ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0054\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffDT )); -_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0053\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffDS ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0046\u0053\u003a\u0020\u0025\u0076\u000a",_ceea .SbHuffFS )); -};_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_ceea .SbrATX ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0059:\u0020\u0025\u0076\u000a",_ceea .SbrATY )); -_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020N\u0075\u006d\u0062\u0065r\u004f\u0066\u0053\u0079\u006d\u0062\u006fl\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_ceea .NumberOfSymbolInstances ));_gabc .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_ceea .SbrATX )); -return _gabc .String ();};func (_fbc *template0 )form (_gab ,_baa ,_fegg ,_egfb ,_dca int16 )int16 {return (_gab <<10)|(_baa <<7)|(_fegg <<4)|(_egfb <<1)|_dca ;};type GenericRegion struct{_acfe *_b .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ; -DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;UseExtTemplates bool ;IsTPGDon bool ;GBTemplate byte ;IsMMREncoded bool ;UseMMR bool ;GBAtX []int8 ;GBAtY []int8 ;GBAtOverride []bool ;_bbba bool ;Bitmap *_be .Bitmap ;_befa *_aca .Decoder ; -_bed *_aca .DecoderStats ;_bfbc *_df .Decoder ;};func (_cdfg *PageInformationSegment )readDefaultPixelValue ()error {_dfde ,_dfb :=_cdfg ._eegd .ReadBit ();if _dfb !=nil {return _dfb ;};_cdfg .DefaultPixelValue =uint8 (_dfde &0xf);return nil ;};type TextRegion struct{_bfde *_b .Reader ; -RegionInfo *RegionSegment ;SbrTemplate int8 ;SbDsOffset int8 ;DefaultPixel int8 ;CombinationOperator _be .CombinationOperator ;IsTransposed int8 ;ReferenceCorner int16 ;LogSBStrips int16 ;UseRefinement bool ;IsHuffmanEncoded bool ;SbHuffRSize int8 ;SbHuffRDY int8 ; -SbHuffRDX int8 ;SbHuffRDHeight int8 ;SbHuffRDWidth int8 ;SbHuffDT int8 ;SbHuffDS int8 ;SbHuffFS int8 ;SbrATX []int8 ;SbrATY []int8 ;NumberOfSymbolInstances uint32 ;_eaga int64 ;SbStrips int8 ;NumberOfSymbols uint32 ;RegionBitmap *_be .Bitmap ;Symbols []*_be .Bitmap ; -_bfga *_aca .Decoder ;_fggc *GenericRefinementRegion ;_agfd *_aca .DecoderStats ;_eaff *_aca .DecoderStats ;_febc *_aca .DecoderStats ;_ffg *_aca .DecoderStats ;_cace *_aca .DecoderStats ;_dgdc *_aca .DecoderStats ;_gcag *_aca .DecoderStats ;_fgef *_aca .DecoderStats ; -_bcfe *_aca .DecoderStats ;_dfa *_aca .DecoderStats ;_cdccb *_aca .DecoderStats ;_bcac int8 ;_bgaa *_dc .FixedSizeTable ;Header *Header ;_faad _dc .Tabler ;_fbbe _dc .Tabler ;_fdcf _dc .Tabler ;_afff _dc .Tabler ;_acdge _dc .Tabler ;_efdf _dc .Tabler ; -_dfad _dc .Tabler ;_aacee _dc .Tabler ;_gdfg ,_caeg map[int ]int ;_cdaa []int ;_acbaa *_be .Points ;_gbdd *_be .Bitmaps ;_adac *_ea .IntSlice ;_bfgcc ,_gcfe int ;_eacf *_be .Boxes ;};func (_gc *GenericRefinementRegion )Init (header *Header ,r *_b .Reader )error {_gc ._aeg =header ; -_gc ._acab =r ;_gc .RegionInfo =NewRegionSegment (r );return _gc .parseHeader ();};func (_dded *GenericRefinementRegion )decodeTypicalPredictedLineTemplate1 (_cgd ,_bcc ,_abd ,_fee ,_gge ,_eae ,_bgb ,_gec ,_ged int )(_dea error ){var (_deg ,_abgg int ; -_eag ,_gac int ;_dcgc ,_fab int ;_fcd byte ;);if _cgd > 0{_fcd ,_dea =_dded .RegionBitmap .GetByte (_bgb -_abd );if _dea !=nil {return _dea ;};_eag =int (_fcd );};if _gec > 0&&_gec <=_dded .ReferenceBitmap .Height {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged -_fee +_eae ); -if _dea !=nil {return _dea ;};_gac =int (_fcd )<<2;};if _gec >=0&&_gec < _dded .ReferenceBitmap .Height {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_eae );if _dea !=nil {return _dea ;};_dcgc =int (_fcd );};if _gec > -2&&_gec < _dded .ReferenceBitmap .Height -1{_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_fee +_eae ); -if _dea !=nil {return _dea ;};_fab =int (_fcd );};_deg =((_eag >>5)&0x6)|((_fab >>2)&0x30)|(_dcgc &0xc0)|(_gac &0x200);_abgg =((_fab >>2)&0x70)|(_dcgc &0xc0)|(_gac &0x700);var _geeg int ;for _dee :=0;_dee < _gge ;_dee =_geeg {var (_beg int ;_gdb int ;); -_geeg =_dee +8;if _beg =_bcc -_dee ;_beg > 8{_beg =8;};_eed :=_geeg < _bcc ;_cgg :=_geeg < _dded .ReferenceBitmap .Width ;_abf :=_eae +1;if _cgd > 0{_fcd =0;if _eed {_fcd ,_dea =_dded .RegionBitmap .GetByte (_bgb -_abd +1);if _dea !=nil {return _dea ;}; -};_eag =(_eag <<8)|int (_fcd );};if _gec > 0&&_gec <=_dded .ReferenceBitmap .Height {var _aaaa int ;if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged -_fee +_abf );if _dea !=nil {return _dea ;};_aaaa =int (_fcd )<<2;};_gac =(_gac <<8)|_aaaa ;}; -if _gec >=0&&_gec < _dded .ReferenceBitmap .Height {_fcd =0;if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_abf );if _dea !=nil {return _dea ;};};_dcgc =(_dcgc <<8)|int (_fcd );};if _gec > -2&&_gec < (_dded .ReferenceBitmap .Height -1){_fcd =0; -if _cgg {_fcd ,_dea =_dded .ReferenceBitmap .GetByte (_ged +_fee +_abf );if _dea !=nil {return _dea ;};};_fab =(_fab <<8)|int (_fcd );};for _gadb :=0;_gadb < _beg ;_gadb ++{var _cgb int ;_abe :=(_abgg >>4)&0x1ff;switch _abe {case 0x1ff:_cgb =1;case 0x00:_cgb =0; -default:_dded ._bge .SetIndex (int32 (_deg ));_cgb ,_dea =_dded ._bg .DecodeBit (_dded ._bge );if _dea !=nil {return _dea ;};};_ega :=uint (7-_gadb );_gdb |=_cgb <<_ega ;_deg =((_deg &0x0d6)<<1)|_cgb |(_eag >>_ega +5)&0x002|((_fab >>_ega +2)&0x010)|((_dcgc >>_ega )&0x040)|((_gac >>_ega )&0x200); -_abgg =((_abgg &0xdb)<<1)|((_fab >>_ega +2)&0x010)|((_dcgc >>_ega )&0x080)|((_gac >>_ega )&0x400);};_dea =_dded .RegionBitmap .SetByte (_bgb ,byte (_gdb ));if _dea !=nil {return _dea ;};_bgb ++;_ged ++;};return nil ;};func (_eega *TextRegion )encodeFlags (_cbce _b .BinaryWriter )(_ffcb int ,_dfdb error ){const _fgda ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; -if _dfdb =_cbce .WriteBit (int (_eega .SbrTemplate ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"s\u0062\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .SbDsOffset ),5);_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0073\u0062\u0044\u0073\u004f\u0066\u0066\u0073\u0065\u0074"); -};if _dfdb =_cbce .WriteBit (int (_eega .DefaultPixel ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0044\u0065\u0066a\u0075\u006c\u0074\u0050\u0069\u0078\u0065\u006c");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .CombinationOperator ),2); -_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0043\u006f\u006d\u0062in\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};if _dfdb =_cbce .WriteBit (int (_eega .IsTransposed ));_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0069\u0073\u0020\u0074\u0072\u0061\u006e\u0073\u0070\u006f\u0073\u0065\u0064"); -};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .ReferenceCorner ),2);_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0072\u0065f\u0065\u0072\u0065n\u0063\u0065\u0020\u0063\u006f\u0072\u006e\u0065\u0072");};if _ ,_dfdb =_cbce .WriteBits (uint64 (_eega .LogSBStrips ),2); -_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"L\u006f\u0067\u0053\u0042\u0053\u0074\u0072\u0069\u0070\u0073");};var _baaa int ;if _eega .UseRefinement {_baaa =1;};if _dfdb =_cbce .WriteBit (_baaa );_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"\u0075\u0073\u0065\u0020\u0072\u0065\u0066\u0069\u006ee\u006d\u0065\u006e\u0074"); -};_baaa =0;if _eega .IsHuffmanEncoded {_baaa =1;};if _dfdb =_cbce .WriteBit (_baaa );_dfdb !=nil {return _ffcb ,_ac .Wrap (_dfdb ,_fgda ,"u\u0073\u0065\u0020\u0068\u0075\u0066\u0066\u006d\u0061\u006e");};_ffcb =2;return _ffcb ,nil ;};func (_ccfd *TextRegion )symbolIDCodeLengths ()error {var (_acbad []*_dc .Code ; -_afea uint64 ;_ebbf _dc .Tabler ;_eafb error ;);for _gedbg :=0;_gedbg < 35;_gedbg ++{_afea ,_eafb =_ccfd ._bfde .ReadBits (4);if _eafb !=nil {return _eafb ;};_fdcaf :=int (_afea &0xf);if _fdcaf > 0{_acbad =append (_acbad ,_dc .NewCode (int32 (_fdcaf ),0,int32 (_gedbg ),false )); -};};_ebbf ,_eafb =_dc .NewFixedSizeTable (_acbad );if _eafb !=nil {return _eafb ;};var (_fdbd int64 ;_cgdf uint32 ;_dfae []*_dc .Code ;_bbdab int64 ;);for _cgdf < _ccfd .NumberOfSymbols {_bbdab ,_eafb =_ebbf .Decode (_ccfd ._bfde );if _eafb !=nil {return _eafb ; -};if _bbdab < 32{if _bbdab > 0{_dfae =append (_dfae ,_dc .NewCode (int32 (_bbdab ),0,int32 (_cgdf ),false ));};_fdbd =_bbdab ;_cgdf ++;}else {var _gcdcb ,_efed int64 ;switch _bbdab {case 32:_afea ,_eafb =_ccfd ._bfde .ReadBits (2);if _eafb !=nil {return _eafb ; -};_gcdcb =3+int64 (_afea );if _cgdf > 0{_efed =_fdbd ;};case 33:_afea ,_eafb =_ccfd ._bfde .ReadBits (3);if _eafb !=nil {return _eafb ;};_gcdcb =3+int64 (_afea );case 34:_afea ,_eafb =_ccfd ._bfde .ReadBits (7);if _eafb !=nil {return _eafb ;};_gcdcb =11+int64 (_afea ); -};for _gdbf :=0;_gdbf < int (_gcdcb );_gdbf ++{if _efed > 0{_dfae =append (_dfae ,_dc .NewCode (int32 (_efed ),0,int32 (_cgdf ),false ));};_cgdf ++;};};};_ccfd ._bfde .Align ();_ccfd ._bgaa ,_eafb =_dc .NewFixedSizeTable (_dfae );return _eafb ;};func (_fff *GenericRefinementRegion )GetRegionBitmap ()(*_be .Bitmap ,error ){var _afg error ; -_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); -defer func (){if _afg !=nil {_ge .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0047\u0065\u0074R\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006dap\u0020\u0066a\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_afg ); -}else {_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -};}();if _fff .RegionBitmap !=nil {return _fff .RegionBitmap ,nil ;};_cg :=0;if _fff .ReferenceBitmap ==nil {_fff .ReferenceBitmap ,_afg =_fff .getGrReference ();if _afg !=nil {return nil ,_afg ;};};if _fff ._bg ==nil {_fff ._bg ,_afg =_aca .New (_fff ._acab ); -if _afg !=nil {return nil ,_afg ;};};if _fff ._bge ==nil {_fff ._bge =_aca .NewStats (8192,1);};_fff .RegionBitmap =_be .New (int (_fff .RegionInfo .BitmapWidth ),int (_fff .RegionInfo .BitmapHeight ));if _fff .TemplateID ==0{if _afg =_fff .updateOverride (); -_afg !=nil {return nil ,_afg ;};};_gf :=(_fff .RegionBitmap .Width +7)&-8;var _dd int ;if _fff .IsTPGROn {_dd =int (-_fff .ReferenceDY )*_fff .ReferenceBitmap .RowStride ;};_fb :=_dd +1;for _dfed :=0;_dfed < _fff .RegionBitmap .Height ;_dfed ++{if _fff .IsTPGROn {_ee ,_cb :=_fff .decodeSLTP (); -if _cb !=nil {return nil ,_cb ;};_cg ^=_ee ;};if _cg ==0{_afg =_fff .decodeOptimized (_dfed ,_fff .RegionBitmap .Width ,_fff .RegionBitmap .RowStride ,_fff .ReferenceBitmap .RowStride ,_gf ,_dd ,_fb );if _afg !=nil {return nil ,_afg ;};}else {_afg =_fff .decodeTypicalPredictedLine (_dfed ,_fff .RegionBitmap .Width ,_fff .RegionBitmap .RowStride ,_fff .ReferenceBitmap .RowStride ,_gf ,_dd ); -if _afg !=nil {return nil ,_afg ;};};};return _fff .RegionBitmap ,nil ;};func (_eccd *TextRegion )readUseRefinement ()error {if !_eccd .UseRefinement ||_eccd .SbrTemplate !=0{return nil ;};var (_fede byte ;_gdggf error ;);_eccd .SbrATX =make ([]int8 ,2); -_eccd .SbrATY =make ([]int8 ,2);_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATX [0]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATY [0]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte (); -if _gdggf !=nil {return _gdggf ;};_eccd .SbrATX [1]=int8 (_fede );_fede ,_gdggf =_eccd ._bfde .ReadByte ();if _gdggf !=nil {return _gdggf ;};_eccd .SbrATY [1]=int8 (_fede );return nil ;};func (_bfab *TextRegion )Encode (w _b .BinaryWriter )(_accc int ,_gbed error ){const _dgef ="\u0054\u0065\u0078\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u002e\u0045n\u0063\u006f\u0064\u0065"; -if _accc ,_gbed =_bfab .RegionInfo .Encode (w );_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};var _ggc int ;if _ggc ,_gbed =_bfab .encodeFlags (w );_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};_accc +=_ggc ;if _ggc ,_gbed =_bfab .encodeSymbols (w ); -_gbed !=nil {return _accc ,_ac .Wrap (_gbed ,_dgef ,"");};_accc +=_ggc ;return _accc ,nil ;};func (_gedg *Header )writeSegmentPageAssociation (_dgaa _b .BinaryWriter )(_cecf int ,_cbca error ){const _cggd ="w\u0072\u0069\u0074\u0065\u0053\u0065g\u006d\u0065\u006e\u0074\u0050\u0061\u0067\u0065\u0041s\u0073\u006f\u0063i\u0061t\u0069\u006f\u006e"; -if _gedg .pageSize ()!=4{if _cbca =_dgaa .WriteByte (byte (_gedg .PageAssociation ));_cbca !=nil {return 0,_ac .Wrap (_cbca ,_cggd ,"\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u0020\u0021\u003d\u0020\u0034");};return 1,nil ;};_acba :=make ([]byte ,4); -_c .BigEndian .PutUint32 (_acba ,uint32 (_gedg .PageAssociation ));if _cecf ,_cbca =_dgaa .Write (_acba );_cbca !=nil {return 0,_ac .Wrap (_cbca ,_cggd ,"\u0034 \u0062y\u0074\u0065\u0020\u0070\u0061g\u0065\u0020n\u0075\u006d\u0062\u0065\u0072");};return _cecf ,nil ; -};func (_bedf *TextRegion )parseHeader ()error {var _bgfe error ;_ge .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069n\u0073\u002e\u002e\u002e"); -defer func (){if _bgfe !=nil {_ge .Log .Trace ("\u005b\u0054\u0045\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044E\u0052\u005d\u0020\u0066\u0061i\u006c\u0065d\u002e\u0020\u0025\u0076",_bgfe ); -}else {_ge .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069s\u0068\u0065\u0064\u002e");};}();if _bgfe =_bedf .RegionInfo .parseHeader (); -_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .readRegionFlags ();_bgfe !=nil {return _bgfe ;};if _bedf .IsHuffmanEncoded {if _bgfe =_bedf .readHuffmanFlags ();_bgfe !=nil {return _bgfe ;};};if _bgfe =_bedf .readUseRefinement ();_bgfe !=nil {return _bgfe ; -};if _bgfe =_bedf .readAmountOfSymbolInstances ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .getSymbols ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .computeSymbolCodeLength ();_bgfe !=nil {return _bgfe ;};if _bgfe =_bedf .checkInput ();_bgfe !=nil {return _bgfe ; -};_ge .Log .Trace ("\u0025\u0073",_bedf .String ());return nil ;};func (_cbg *GenericRefinementRegion )String ()string {_bef :=&_e .Builder {};_bef .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a"); -_bef .WriteString (_cbg .RegionInfo .String ()+"\u000a");_bef .WriteString (_ff .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0052\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cbg .IsTPGROn ));_bef .WriteString (_ff .Sprintf ("\u0009-\u0020T\u0065\u006d\u0070\u006c\u0061t\u0065\u0049D\u003a\u0020\u0025\u0076\u000a",_cbg .TemplateID )); -_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_cbg .GrAtX ));_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_cbg .GrAtY )); -_bef .WriteString (_ff .Sprintf ("\u0009-\u0020R\u0065\u0066\u0065\u0072\u0065n\u0063\u0065D\u0058\u0020\u0025\u0076\u000a",_cbg .ReferenceDX ));_bef .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052ef\u0065\u0072\u0065\u006e\u0063\u0044\u0065\u0059\u003a\u0020\u0025\u0076\u000a",_cbg .ReferenceDY )); -return _bef .String ();};func (_ddbga *PageInformationSegment )readIsLossless ()error {_gcba ,_gcfg :=_ddbga ._eegd .ReadBit ();if _gcfg !=nil {return _gcfg ;};if _gcba ==1{_ddbga .IsLossless =true ;};return nil ;};func (_dcef *Header )readSegmentNumber (_gfec *_b .Reader )error {const _gbg ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; -_bcaf :=make ([]byte ,4);_ ,_ebb :=_gfec .Read (_bcaf );if _ebb !=nil {return _ac .Wrap (_ebb ,_gbg ,"");};_dcef .SegmentNumber =_c .BigEndian .Uint32 (_bcaf );return nil ;};func (_abde *Header )readNumberOfReferredToSegments (_agff *_b .Reader )(uint64 ,error ){const _gaed ="\u0072\u0065\u0061\u0064\u004e\u0075\u006d\u0062\u0065\u0072O\u0066\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; -_eeee ,_fdfc :=_agff .ReadBits (3);if _fdfc !=nil {return 0,_ac .Wrap (_fdfc ,_gaed ,"\u0063\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0072\u0074\u0073");};_eeee &=0xf;var _cacf []byte ;if _eeee <=4{_cacf =make ([]byte ,5);for _bfe :=0;_bfe <=4;_bfe ++{_addd ,_gdae :=_agff .ReadBit (); -if _gdae !=nil {return 0,_ac .Wrap (_gdae ,_gaed ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_cacf [_bfe ]=byte (_addd );};}else {_eeee ,_fdfc =_agff .ReadBits (29);if _fdfc !=nil {return 0,_fdfc ;};_eeee &=_ae .MaxInt32 ; -_cbfae :=(_eeee +8)>>3;_cbfae <<=3;_cacf =make ([]byte ,_cbfae );var _adbe uint64 ;for _adbe =0;_adbe < _cbfae ;_adbe ++{_bdb ,_edacd :=_agff .ReadBit ();if _edacd !=nil {return 0,_ac .Wrap (_edacd ,_gaed ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); -};_cacf [_adbe ]=byte (_bdb );};};return _eeee ,nil ;};func (_dcce *PageInformationSegment )readContainsRefinement ()error {_ecde ,_gfeb :=_dcce ._eegd .ReadBit ();if _gfeb !=nil {return _gfeb ;};if _ecde ==1{_dcce ._ffcgf =true ;};return nil ;};func (_aa *GenericRefinementRegion )decodeSLTP ()(int ,error ){_aa .Template .setIndex (_aa ._bge ); -return _aa ._bg .DecodeBit (_aa ._bge );};func (_gcad *PageInformationSegment )readCombinationOperator ()error {_ffbd ,_cdge :=_gcad ._eegd .ReadBits (2);if _cdge !=nil {return _cdge ;};_gcad ._gcbcf =_be .CombinationOperator (int (_ffbd ));return nil ; -};func (_daed *TextRegion )decodeSymbolInstances ()error {_acabg ,_agcce :=_daed .decodeStripT ();if _agcce !=nil {return _agcce ;};var (_dccd int64 ;_afcga uint32 ;);for _afcga < _daed .NumberOfSymbolInstances {_ffdg ,_eaef :=_daed .decodeDT ();if _eaef !=nil {return _eaef ; -};_acabg +=_ffdg ;var _bfff int64 ;_geea :=true ;_daed ._eaga =0;for {if _geea {_bfff ,_eaef =_daed .decodeDfs ();if _eaef !=nil {return _eaef ;};_dccd +=_bfff ;_daed ._eaga =_dccd ;_geea =false ;}else {_cbeb ,_gecc :=_daed .decodeIds ();if _d .Is (_gecc ,_g .ErrOOB ){break ; -};if _gecc !=nil {return _gecc ;};if _afcga >=_daed .NumberOfSymbolInstances {break ;};_daed ._eaga +=_cbeb +int64 (_daed .SbDsOffset );};_gged ,_cbaf :=_daed .decodeCurrentT ();if _cbaf !=nil {return _cbaf ;};_dcag :=_acabg +_gged ;_bgge ,_cbaf :=_daed .decodeID (); -if _cbaf !=nil {return _cbaf ;};_dafa ,_cbaf :=_daed .decodeRI ();if _cbaf !=nil {return _cbaf ;};_dcbc ,_cbaf :=_daed .decodeIb (_dafa ,_bgge );if _cbaf !=nil {return _cbaf ;};if _cbaf =_daed .blit (_dcbc ,_dcag );_cbaf !=nil {return _cbaf ;};_afcga ++; -};};return nil ;};func (_dcgg *SymbolDictionary )encodeNumSyms (_eegc _b .BinaryWriter )(_ffbf int ,_effa error ){const _gdf ="\u0065\u006e\u0063\u006f\u0064\u0065\u004e\u0075\u006d\u0053\u0079\u006d\u0073";_ecdb :=make ([]byte ,4);_c .BigEndian .PutUint32 (_ecdb ,_dcgg .NumberOfExportedSymbols ); -if _ffbf ,_effa =_eegc .Write (_ecdb );_effa !=nil {return _ffbf ,_ac .Wrap (_effa ,_gdf ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};_c .BigEndian .PutUint32 (_ecdb ,_dcgg .NumberOfNewSymbols );_cfcd ,_effa :=_eegc .Write (_ecdb ); -if _effa !=nil {return _ffbf ,_ac .Wrap (_effa ,_gdf ,"n\u0065\u0077\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};return _ffbf +_cfcd ,nil ;};func (_gcab *TextRegion )Init (header *Header ,r *_b .Reader )error {_gcab .Header =header ;_gcab ._bfde =r ; -_gcab .RegionInfo =NewRegionSegment (_gcab ._bfde );return _gcab .parseHeader ();};func (_fcdd *TableSegment )parseHeader ()error {var (_aafa int ;_baag uint64 ;_aadfe error ;);_aafa ,_aadfe =_fcdd ._daff .ReadBit ();if _aadfe !=nil {return _aadfe ;};if _aafa ==1{return _ff .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0074\u0061\u0062\u006c\u0065 \u0073\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0064e\u0066\u0069\u006e\u0069\u0074\u0069\u006f\u006e\u002e\u0020\u0042\u002e\u0032\u002e1\u0020\u0043\u006f\u0064\u0065\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0066\u006c\u0061\u0067\u0073\u003a\u0020\u0042\u0069\u0074\u0020\u0037\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u007a\u0065\u0072\u006f\u002e\u0020\u0057a\u0073\u003a \u0025\u0064",_aafa ); -};if _baag ,_aadfe =_fcdd ._daff .ReadBits (3);_aadfe !=nil {return _aadfe ;};_fcdd ._cbea =(int32 (_baag )+1)&0xf;if _baag ,_aadfe =_fcdd ._daff .ReadBits (3);_aadfe !=nil {return _aadfe ;};_fcdd ._aega =(int32 (_baag )+1)&0xf;if _baag ,_aadfe =_fcdd ._daff .ReadBits (32); -_aadfe !=nil {return _aadfe ;};_fcdd ._gdec =int32 (_baag &_ae .MaxInt32 );if _baag ,_aadfe =_fcdd ._daff .ReadBits (32);_aadfe !=nil {return _aadfe ;};_fcdd ._ggec =int32 (_baag &_ae .MaxInt32 );return nil ;};func (_gebf *GenericRegion )decodeTemplate0a (_gca ,_ede ,_cga int ,_gba ,_dda int )(_aea error ){const _cfe ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0061"; -var (_afgc ,_ddad int ;_cbc ,_cfcc int ;_acbf byte ;_gfg int ;);if _gca >=1{_acbf ,_aea =_gebf .Bitmap .GetByte (_dda );if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_cbc =int (_acbf );};if _gca >=2{_acbf ,_aea =_gebf .Bitmap .GetByte (_dda -_gebf .Bitmap .RowStride ); -if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_cfcc =int (_acbf )<<6;};_afgc =(_cbc &0xf0)|(_cfcc &0x3800);for _ca :=0;_ca < _cga ;_ca =_gfg {var (_cac byte ;_dbaf int ;);_gfg =_ca +8;if _dbda :=_ede -_ca ; -_dbda > 8{_dbaf =8;}else {_dbaf =_dbda ;};if _gca > 0{_cbc <<=8;if _gfg < _ede {_acbf ,_aea =_gebf .Bitmap .GetByte (_dda +1);if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_cbc |=int (_acbf );};};if _gca > 1{_abeg :=_dda -_gebf .Bitmap .RowStride +1; -_cfcc <<=8;if _gfg < _ede {_acbf ,_aea =_gebf .Bitmap .GetByte (_abeg );if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_cfcc |=int (_acbf )<<6;}else {_cfcc |=0;};};for _edd :=0;_edd < _dbaf ;_edd ++{_ecb :=uint (7-_edd ); -if _gebf ._bbba {_ddad =_gebf .overrideAtTemplate0a (_afgc ,_ca +_edd ,_gca ,int (_cac ),_edd ,int (_ecb ));_gebf ._bed .SetIndex (int32 (_ddad ));}else {_gebf ._bed .SetIndex (int32 (_afgc ));};var _cec int ;_cec ,_aea =_gebf ._befa .DecodeBit (_gebf ._bed ); -if _aea !=nil {return _ac .Wrap (_aea ,_cfe ,"");};_cac |=byte (_cec )<<_ecb ;_afgc =((_afgc &0x7bf7)<<1)|_cec |((_cbc >>_ecb )&0x10)|((_cfcc >>_ecb )&0x800);};if _gbfa :=_gebf .Bitmap .SetByte (_gba ,_cac );_gbfa !=nil {return _ac .Wrap (_gbfa ,_cfe ,""); -};_gba ++;_dda ++;};return nil ;};func (_cce *GenericRegion )String ()string {_bfgf :=&_e .Builder {};_bfgf .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a");_bfgf .WriteString (_cce .RegionSegment .String ()+"\u000a"); -_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020Us\u0065\u0045\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_cce .UseExtTemplates ));_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0044\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_cce .IsTPGDon )); -_bfgf .WriteString (_ff .Sprintf ("\u0009-\u0020G\u0042\u0054\u0065\u006d\u0070l\u0061\u0074e\u003a\u0020\u0025\u0064\u000a",_cce .GBTemplate ));_bfgf .WriteString (_ff .Sprintf ("\t\u002d \u0049\u0073\u004d\u004d\u0052\u0045\u006e\u0063o\u0064\u0065\u0064\u003a %\u0076\u000a",_cce .IsMMREncoded )); -_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_cce .GBAtX ));_bfgf .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0047\u0042\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_cce .GBAtY )); -_bfgf .WriteString (_ff .Sprintf ("\t\u002d \u0047\u0042\u0041\u0074\u004f\u0076\u0065\u0072r\u0069\u0064\u0065\u003a %\u0076\u000a",_cce .GBAtOverride ));return _bfgf .String ();};func (_gaadd *TextRegion )decodeIds ()(int64 ,error ){const _ddbec ="\u0064e\u0063\u006f\u0064\u0065\u0049\u0064s"; -if _gaadd .IsHuffmanEncoded {if _gaadd .SbHuffDS ==3{if _gaadd ._fbbe ==nil {_cgfg :=0;if _gaadd .SbHuffFS ==3{_cgfg ++;};var _ebed error ;_gaadd ._fbbe ,_ebed =_gaadd .getUserTable (_cgfg );if _ebed !=nil {return 0,_ac .Wrap (_ebed ,_ddbec ,"");};};return _gaadd ._fbbe .Decode (_gaadd ._bfde ); -};_afba ,_gdac :=_dc .GetStandardTable (8+int (_gaadd .SbHuffDS ));if _gdac !=nil {return 0,_ac .Wrap (_gdac ,_ddbec ,"");};return _afba .Decode (_gaadd ._bfde );};_cddb ,_gcadf :=_gaadd ._bfga .DecodeInt (_gaadd ._febc );if _gcadf !=nil {return 0,_ac .Wrap (_gcadf ,_ddbec ,"\u0063\u0078\u0049\u0041\u0044\u0053"); -};return int64 (_cddb ),nil ;};func (_fafe *RegionSegment )readCombinationOperator ()error {_ebgd ,_gdgd :=_fafe ._ddaf .ReadBits (3);if _gdgd !=nil {return _gdgd ;};_fafe .CombinaionOperator =_be .CombinationOperator (_ebgd &0xF);return nil ;};func (_gcee *PageInformationSegment )checkInput ()error {if _gcee .PageBMHeight ==_ae .MaxInt32 {if !_gcee .IsStripe {_ge .Log .Debug ("P\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0053\u0065\u0067me\u006e\u0074\u002e\u0049s\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0073\u0068ou\u006c\u0064 \u0062\u0065\u0020\u0074\u0072\u0075\u0065\u002e"); -};};return nil ;};func (_bcba *TextRegion )decodeSymInRefSize ()(int64 ,error ){const _ggfd ="\u0064e\u0063o\u0064\u0065\u0053\u0079\u006dI\u006e\u0052e\u0066\u0053\u0069\u007a\u0065";if _bcba .SbHuffRSize ==0{_acg ,_ebcfe :=_dc .GetStandardTable (1);if _ebcfe !=nil {return 0,_ac .Wrap (_ebcfe ,_ggfd ,""); -};return _acg .Decode (_bcba ._bfde );};if _bcba ._aacee ==nil {var (_bcbcf int ;_cfaf error ;);if _bcba .SbHuffFS ==3{_bcbcf ++;};if _bcba .SbHuffDS ==3{_bcbcf ++;};if _bcba .SbHuffDT ==3{_bcbcf ++;};if _bcba .SbHuffRDWidth ==3{_bcbcf ++;};if _bcba .SbHuffRDHeight ==3{_bcbcf ++; -};if _bcba .SbHuffRDX ==3{_bcbcf ++;};if _bcba .SbHuffRDY ==3{_bcbcf ++;};_bcba ._aacee ,_cfaf =_bcba .getUserTable (_bcbcf );if _cfaf !=nil {return 0,_ac .Wrap (_cfaf ,_ggfd ,"");};};_bdac ,_cdac :=_bcba ._aacee .Decode (_bcba ._bfde );if _cdac !=nil {return 0,_ac .Wrap (_cdac ,_ggfd ,""); -};return _bdac ,nil ;};type Header struct{SegmentNumber uint32 ;Type Type ;RetainFlag bool ;PageAssociation int ;PageAssociationFieldSize bool ;RTSegments []*Header ;HeaderLength int64 ;SegmentDataLength uint64 ;SegmentDataStartOffset uint64 ;Reader *_b .Reader ; -SegmentData Segmenter ;RTSNumbers []int ;RetainBits []uint8 ;};func (_babg Type )String ()string {switch _babg {case TSymbolDictionary :return "\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079";case TIntermediateTextRegion :return "\u0049n\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020T\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; -case TImmediateTextRegion :return "I\u006d\u006d\u0065\u0064ia\u0074e\u0020\u0054\u0065\u0078\u0074 \u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateLosslessTextRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020L\u006f\u0073\u0073\u006c\u0065\u0073\u0073 \u0054\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; -case TPatternDictionary :return "\u0050a\u0074t\u0065\u0072\u006e\u0020\u0044i\u0063\u0074i\u006f\u006e\u0061\u0072\u0079";case TIntermediateHalftoneRegion :return "\u0049\u006e\u0074\u0065r\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0048\u0061l\u0066t\u006f\u006e\u0065\u0020\u0052\u0065\u0067i\u006f\u006e"; -case TImmediateHalftoneRegion :return "\u0049m\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u0048\u0061l\u0066t\u006fn\u0065\u0020\u0052\u0065\u0067\u0069\u006fn";case TImmediateLosslessHalftoneRegion :return "\u0049\u006d\u006ded\u0069\u0061\u0074\u0065\u0020\u004c\u006f\u0073\u0073l\u0065s\u0073 \u0048a\u006c\u0066\u0074\u006f\u006e\u0065\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; -case TIntermediateGenericRegion :return "I\u006e\u0074\u0065\u0072\u006d\u0065d\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020R\u0065g\u0069\u006f\u006e";case TImmediateGenericRegion :return "\u0049m\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006ee\u0072\u0069\u0063\u0020\u0052\u0065\u0067\u0069\u006f\u006e"; -case TImmediateLosslessGenericRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u004c\u006f\u0073\u0073\u006c\u0065\u0073\u0073\u0020\u0047e\u006e\u0065\u0072\u0069\u0063\u0020\u0052e\u0067\u0069\u006f\u006e";case TIntermediateGenericRefinementRegion :return "\u0049\u006e\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0020\u0052\u0065\u0066i\u006e\u0065\u006d\u0065\u006et\u0020\u0052e\u0067\u0069\u006f\u006e"; +package segments ;import (_a "encoding/binary";_ee "errors";_ea "fmt";_bc "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/internal/bitwise";_ec "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_bb "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap"; +_ecb "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/arithmetic";_afb "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/huffman";_fb "github.com/unidoc/unipdf/v3/internal/jbig2/decoder/mmr";_ba "github.com/unidoc/unipdf/v3/internal/jbig2/encoder/arithmetic"; +_cd "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_af "github.com/unidoc/unipdf/v3/internal/jbig2/internal";_eb "image";_d "io";_e "math";_b "strings";_c "time";);func (_ceb *GenericRefinementRegion )GetRegionBitmap ()(*_bb .Bitmap ,error ){var _ca error ; +_bc .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){if _ca !=nil {_bc .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0047\u0065\u0074R\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006dap\u0020\u0066a\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_ca ); +}else {_bc .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0047\u0065\u0074\u0052\u0065\u0067\u0069\u006f\u006e\u0042\u0069\u0074\u006d\u0061\u0070\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +};}();if _ceb .RegionBitmap !=nil {return _ceb .RegionBitmap ,nil ;};_ed :=0;if _ceb .ReferenceBitmap ==nil {_ceb .ReferenceBitmap ,_ca =_ceb .getGrReference ();if _ca !=nil {return nil ,_ca ;};};if _ceb ._ce ==nil {_ceb ._ce ,_ca =_ecb .New (_ceb ._fe ); +if _ca !=nil {return nil ,_ca ;};};if _ceb ._de ==nil {_ceb ._de =_ecb .NewStats (8192,1);};_ceb .RegionBitmap =_bb .New (int (_ceb .RegionInfo .BitmapWidth ),int (_ceb .RegionInfo .BitmapHeight ));if _ceb .TemplateID ==0{if _ca =_ceb .updateOverride (); +_ca !=nil {return nil ,_ca ;};};_gfa :=(_ceb .RegionBitmap .Width +7)&-8;var _ceg int ;if _ceb .IsTPGROn {_ceg =int (-_ceb .ReferenceDY )*_ceb .ReferenceBitmap .RowStride ;};_gg :=_ceg +1;for _bbf :=0;_bbf < _ceb .RegionBitmap .Height ;_bbf ++{if _ceb .IsTPGROn {_bec ,_fc :=_ceb .decodeSLTP (); +if _fc !=nil {return nil ,_fc ;};_ed ^=_bec ;};if _ed ==0{_ca =_ceb .decodeOptimized (_bbf ,_ceb .RegionBitmap .Width ,_ceb .RegionBitmap .RowStride ,_ceb .ReferenceBitmap .RowStride ,_gfa ,_ceg ,_gg );if _ca !=nil {return nil ,_ca ;};}else {_ca =_ceb .decodeTypicalPredictedLine (_bbf ,_ceb .RegionBitmap .Width ,_ceb .RegionBitmap .RowStride ,_ceb .ReferenceBitmap .RowStride ,_gfa ,_ceg ); +if _ca !=nil {return nil ,_ca ;};};};return _ceb .RegionBitmap ,nil ;};func (_cbeb *SymbolDictionary )readAtPixels (_efgda int )error {_cbeb .SdATX =make ([]int8 ,_efgda );_cbeb .SdATY =make ([]int8 ,_efgda );var (_ggbg byte ;_aabg error ;);for _ceaf :=0; +_ceaf < _efgda ;_ceaf ++{_ggbg ,_aabg =_cbeb ._cgdga .ReadByte ();if _aabg !=nil {return _aabg ;};_cbeb .SdATX [_ceaf ]=int8 (_ggbg );_ggbg ,_aabg =_cbeb ._cgdga .ReadByte ();if _aabg !=nil {return _aabg ;};_cbeb .SdATY [_ceaf ]=int8 (_ggbg );};return nil ; +};func (_fba *HalftoneRegion )grayScaleDecoding (_cbbc int )([][]int ,error ){var (_aegd []int8 ;_eafa []int8 ;);if !_fba .IsMMREncoded {_aegd =make ([]int8 ,4);_eafa =make ([]int8 ,4);if _fba .HTemplate <=1{_aegd [0]=3;}else if _fba .HTemplate >=2{_aegd [0]=2; +};_eafa [0]=-1;_aegd [1]=-3;_eafa [1]=-1;_aegd [2]=2;_eafa [2]=-2;_aegd [3]=-2;_eafa [3]=-2;};_baa :=make ([]*_bb .Bitmap ,_cbbc );_fdeb :=NewGenericRegion (_fba ._dbge );_fdeb .setParametersMMR (_fba .IsMMREncoded ,_fba .DataOffset ,_fba .DataLength ,_fba .HGridHeight ,_fba .HGridWidth ,_fba .HTemplate ,false ,_fba .HSkipEnabled ,_aegd ,_eafa ); +_cdde :=_cbbc -1;var _bdbc error ;_baa [_cdde ],_bdbc =_fdeb .GetRegionBitmap ();if _bdbc !=nil {return nil ,_bdbc ;};for _cdde > 0{_cdde --;_fdeb .Bitmap =nil ;_baa [_cdde ],_bdbc =_fdeb .GetRegionBitmap ();if _bdbc !=nil {return nil ,_bdbc ;};if _bdbc =_fba .combineGrayscalePlanes (_baa ,_cdde ); +_bdbc !=nil {return nil ,_bdbc ;};};return _fba .computeGrayScalePlanes (_baa ,_cbbc );};func (_fddb *GenericRegion )parseHeader ()(_dcdf error ){_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052I\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0050\u0061\u0072s\u0069\u006e\u0067\u0048\u0065\u0061\u0064e\u0072\u002e\u002e\u002e"); +defer func (){if _dcdf !=nil {_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e]\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065r\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0077\u0069th\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u0025\u0076",_dcdf ); +}else {_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049C\u002d\u0052\u0045G\u0049\u004f\u004e]\u0020\u0050a\u0072\u0073\u0069\u006e\u0067\u0048e\u0061de\u0072\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0053\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079\u002e\u002e\u002e"); +};}();var (_efg int ;_ccec uint64 ;);if _dcdf =_fddb .RegionSegment .parseHeader ();_dcdf !=nil {return _dcdf ;};if _ ,_dcdf =_fddb ._cea .ReadBits (3);_dcdf !=nil {return _dcdf ;};_efg ,_dcdf =_fddb ._cea .ReadBit ();if _dcdf !=nil {return _dcdf ;};if _efg ==1{_fddb .UseExtTemplates =true ; +};_efg ,_dcdf =_fddb ._cea .ReadBit ();if _dcdf !=nil {return _dcdf ;};if _efg ==1{_fddb .IsTPGDon =true ;};_ccec ,_dcdf =_fddb ._cea .ReadBits (2);if _dcdf !=nil {return _dcdf ;};_fddb .GBTemplate =byte (_ccec &0xf);_efg ,_dcdf =_fddb ._cea .ReadBit (); +if _dcdf !=nil {return _dcdf ;};if _efg ==1{_fddb .IsMMREncoded =true ;};if !_fddb .IsMMREncoded {_aec :=1;if _fddb .GBTemplate ==0{_aec =4;if _fddb .UseExtTemplates {_aec =12;};};if _dcdf =_fddb .readGBAtPixels (_aec );_dcdf !=nil {return _dcdf ;};};if _dcdf =_fddb .computeSegmentDataStructure (); +_dcdf !=nil {return _dcdf ;};_bc .Log .Trace ("\u0025\u0073",_fddb );return nil ;};func (_ged *GenericRegion )overrideAtTemplate1 (_bdfc ,_bfeb ,_fga ,_cebe ,_ffge int )int {_bdfc &=0x1FF7;if _ged .GBAtY [0]==0&&_ged .GBAtX [0]>=-int8 (_ffge ){_bdfc |=(_cebe >>uint (7-(int8 (_ffge )+_ged .GBAtX [0]))&0x1)<<3; +}else {_bdfc |=int (_ged .getPixel (_bfeb +int (_ged .GBAtX [0]),_fga +int (_ged .GBAtY [0])))<<3;};return _bdfc ;};func (_afc *GenericRegion )overrideAtTemplate3 (_eegg ,_ddab ,_gac ,_ebgg ,_aaa int )int {_eegg &=0x3EF;if _afc .GBAtY [0]==0&&_afc .GBAtX [0]>=-int8 (_aaa ){_eegg |=(_ebgg >>uint (7-(int8 (_aaa )+_afc .GBAtX [0]))&0x1)<<4; +}else {_eegg |=int (_afc .getPixel (_ddab +int (_afc .GBAtX [0]),_gac +int (_afc .GBAtY [0])))<<4;};return _eegg ;};func (_faac *GenericRegion )setOverrideFlag (_efc int ){_faac .GBAtOverride [_efc ]=true ;_faac ._cfgc =true ;};func (_fgage *Header )readSegmentNumber (_defd *_g .Reader )error {const _eged ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u004eu\u006d\u0062\u0065\u0072"; +_befg :=make ([]byte ,4);_ ,_eafda :=_defd .Read (_befg );if _eafda !=nil {return _cd .Wrap (_eafda ,_eged ,"");};_fgage .SegmentNumber =_a .BigEndian .Uint32 (_befg );return nil ;};func (_ddge *GenericRefinementRegion )updateOverride ()error {if _ddge .GrAtX ==nil ||_ddge .GrAtY ==nil {return _ee .New ("\u0041\u0054\u0020\u0070\u0069\u0078\u0065\u006c\u0073\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); +};if len (_ddge .GrAtX )!=len (_ddge .GrAtY ){return _ee .New ("A\u0054\u0020\u0070\u0069xe\u006c \u0069\u006e\u0063\u006f\u006es\u0069\u0073\u0074\u0065\u006e\u0074");};_ddge ._eg =make ([]bool ,len (_ddge .GrAtX ));switch _ddge .TemplateID {case 0:if _ddge .GrAtX [0]!=-1&&_ddge .GrAtY [0]!=-1{_ddge ._eg [0]=true ; +_ddge ._bea =true ;};if _ddge .GrAtX [1]!=-1&&_ddge .GrAtY [1]!=-1{_ddge ._eg [1]=true ;_ddge ._bea =true ;};case 1:_ddge ._bea =false ;};return nil ;};func (_fdge *GenericRegion )copyLineAbove (_fddf int )error {_gcd :=_fddf *_fdge .Bitmap .RowStride ; +_bba :=_gcd -_fdge .Bitmap .RowStride ;for _abd :=0;_abd < _fdge .Bitmap .RowStride ;_abd ++{_gfb ,_ada :=_fdge .Bitmap .GetByte (_bba );if _ada !=nil {return _ada ;};_bba ++;if _ada =_fdge .Bitmap .SetByte (_gcd ,_gfb );_ada !=nil {return _ada ;};_gcd ++; +};return nil ;};func (_dffd *HalftoneRegion )computeSegmentDataStructure ()error {_dffd .DataOffset =_dffd ._dbge .AbsolutePosition ();_dffd .DataHeaderLength =_dffd .DataOffset -_dffd .DataHeaderOffset ;_dffd .DataLength =int64 (_dffd ._dbge .AbsoluteLength ())-_dffd .DataHeaderLength ; +return nil ;};func (_cacf *GenericRegion )overrideAtTemplate2 (_bcc ,_bgdg ,_daac ,_bcf ,_cgcc int )int {_bcc &=0x3FB;if _cacf .GBAtY [0]==0&&_cacf .GBAtX [0]>=-int8 (_cgcc ){_bcc |=(_bcf >>uint (7-(int8 (_cgcc )+_cacf .GBAtX [0]))&0x1)<<2;}else {_bcc |=int (_cacf .getPixel (_bgdg +int (_cacf .GBAtX [0]),_daac +int (_cacf .GBAtY [0])))<<2; +};return _bcc ;};func (_gef *Header )CleanSegmentData (){if _gef .SegmentData !=nil {_gef .SegmentData =nil ;};};func (_cbdg *Header )writeReferredToSegments (_gbcg _g .BinaryWriter )(_efab int ,_fbda error ){const _beaab ="\u0077\u0072\u0069te\u0052\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; +var (_afcf uint16 ;_cfcb uint32 ;);_afga :=_cbdg .referenceSize ();_eggg :=1;_bbdae :=make ([]byte ,_afga );for _ ,_dcde :=range _cbdg .RTSNumbers {switch _afga {case 4:_cfcb =uint32 (_dcde );_a .BigEndian .PutUint32 (_bbdae ,_cfcb );_eggg ,_fbda =_gbcg .Write (_bbdae ); +if _fbda !=nil {return 0,_cd .Wrap (_fbda ,_beaab ,"u\u0069\u006e\u0074\u0033\u0032\u0020\u0073\u0069\u007a\u0065");};case 2:_afcf =uint16 (_dcde );_a .BigEndian .PutUint16 (_bbdae ,_afcf );_eggg ,_fbda =_gbcg .Write (_bbdae );if _fbda !=nil {return 0,_cd .Wrap (_fbda ,_beaab ,"\u0075\u0069\u006e\u0074\u0031\u0036"); +};default:if _fbda =_gbcg .WriteByte (byte (_dcde ));_fbda !=nil {return 0,_cd .Wrap (_fbda ,_beaab ,"\u0075\u0069\u006et\u0038");};};_efab +=_eggg ;};return _efab ,nil ;};func (_bfd *PatternDictionary )readIsMMREncoded ()error {_befa ,_dgfa :=_bfd ._ffbe .ReadBit (); +if _dgfa !=nil {return _dgfa ;};if _befa !=0{_bfd .IsMMREncoded =true ;};return nil ;};func (_gdfd *SymbolDictionary )setExportedSymbols (_deg []int ){for _eaae :=uint32 (0);_eaae < _gdfd ._fcda +_gdfd .NumberOfNewSymbols ;_eaae ++{if _deg [_eaae ]==1{var _bgdfa *_bb .Bitmap ; +if _eaae < _gdfd ._fcda {_bgdfa =_gdfd ._feeg [_eaae ];}else {_bgdfa =_gdfd ._cdgd [_eaae -_gdfd ._fcda ];};_bc .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u002d\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u0020\u0041\u0064\u0064 E\u0078\u0070\u006fr\u0074\u0065d\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027%\u0073\u0027",_bgdfa ); +_gdfd ._bdg =append (_gdfd ._bdg ,_bgdfa );};};};func (_cgcd *SymbolDictionary )decodeDirectlyThroughGenericRegion (_gad ,_cbgee uint32 )error {if _cgcd ._cfgd ==nil {_cgcd ._cfgd =NewGenericRegion (_cgcd ._cgdga );};_cgcd ._cfgd .setParametersWithAt (false ,byte (_cgcd .SdTemplate ),false ,false ,_cgcd .SdATX ,_cgcd .SdATY ,_gad ,_cbgee ,_cgcd ._ebeg ,_cgcd ._dbgeb ); +return _cgcd .addSymbol (_cgcd ._cfgd );};func (_gccg *HalftoneRegion )GetPatterns ()([]*_bb .Bitmap ,error ){var (_fgdc []*_bb .Bitmap ;_cfcf error ;);for _ ,_fdcfc :=range _gccg ._ggd .RTSegments {var _ecg Segmenter ;_ecg ,_cfcf =_fdcfc .GetSegmentData (); +if _cfcf !=nil {_bc .Log .Debug ("\u0047e\u0074\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061 \u0066a\u0069\u006c\u0065\u0064\u003a\u0020\u0025v",_cfcf );return nil ,_cfcf ;};_acfc ,_eabfb :=_ecg .(*PatternDictionary );if !_eabfb {_cfcf =_ea .Errorf ("\u0072e\u006c\u0061t\u0065\u0064\u0020\u0073e\u0067\u006d\u0065n\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0070at\u0074\u0065\u0072n\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u003a \u0025\u0054",_ecg ); +return nil ,_cfcf ;};var _bffb []*_bb .Bitmap ;_bffb ,_cfcf =_acfc .GetDictionary ();if _cfcf !=nil {_bc .Log .Debug ("\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_cfcf ); +return nil ,_cfcf ;};_fgdc =append (_fgdc ,_bffb ...);};return _fgdc ,nil ;};func (_caded *TextRegion )decodeRdx ()(int64 ,error ){const _feba ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064x";if _caded .IsHuffmanEncoded {if _caded .SbHuffRDX ==3{if _caded ._gfge ==nil {var (_ggacf int ; +_eddb error ;);if _caded .SbHuffFS ==3{_ggacf ++;};if _caded .SbHuffDS ==3{_ggacf ++;};if _caded .SbHuffDT ==3{_ggacf ++;};if _caded .SbHuffRDWidth ==3{_ggacf ++;};if _caded .SbHuffRDHeight ==3{_ggacf ++;};_caded ._gfge ,_eddb =_caded .getUserTable (_ggacf ); +if _eddb !=nil {return 0,_cd .Wrap (_eddb ,_feba ,"");};};return _caded ._gfge .Decode (_caded ._aafc );};_cbbe ,_caba :=_afb .GetStandardTable (14+int (_caded .SbHuffRDX ));if _caba !=nil {return 0,_cd .Wrap (_caba ,_feba ,"");};return _cbbe .Decode (_caded ._aafc ); +};_baaa ,_agfe :=_caded ._eccgc .DecodeInt (_caded ._aeac );if _agfe !=nil {return 0,_cd .Wrap (_agfe ,_feba ,"");};return int64 (_baaa ),nil ;};var _ templater =&template1 {};func (_abaf *Header )subInputReader ()(*_g .Reader ,error ){_eggb :=int (_abaf .SegmentDataLength ); +if _abaf .SegmentDataLength ==_e .MaxInt32 {_eggb =-1;};return _abaf .Reader .NewPartialReader (int (_abaf .SegmentDataStartOffset ),_eggb ,false );};func (_ebc *template0 )form (_fee ,_fbd ,_cedc ,_dfd ,_bad int16 )int16 {return (_fee <<10)|(_fbd <<7)|(_cedc <<4)|(_dfd <<1)|_bad ; +};func _gacb (_dfga int )int {if _dfga ==0{return 0;};_dfga |=_dfga >>1;_dfga |=_dfga >>2;_dfga |=_dfga >>4;_dfga |=_dfga >>8;_dfga |=_dfga >>16;return (_dfga +1)>>1;};func (_fdgdg *TextRegion )getSymbols ()error {if _fdgdg .Header .RTSegments !=nil {return _fdgdg .initSymbols (); +};return nil ;};func (_daacg *HalftoneRegion )Init (hd *Header ,r *_g .Reader )error {_daacg ._dbge =r ;_daacg ._ggd =hd ;_daacg .RegionSegment =NewRegionSegment (r );return _daacg .parseHeader ();};func (_edfbb *SymbolDictionary )readNumberOfNewSymbols ()error {_gacf ,_cadd :=_edfbb ._cgdga .ReadBits (32); +if _cadd !=nil {return _cadd ;};_edfbb .NumberOfNewSymbols =uint32 (_gacf &_e .MaxUint32 );return nil ;};type Documenter interface{GetPage (int )(Pager ,error );GetGlobalSegment (int )(*Header ,error );};func (_dbf *Header )readSegmentDataLength (_dcbcb *_g .Reader )(_bccf error ){_dbf .SegmentDataLength ,_bccf =_dcbcb .ReadBits (32); +if _bccf !=nil {return _bccf ;};_dbf .SegmentDataLength &=_e .MaxInt32 ;return nil ;};func (_fagf *PageInformationSegment )readMaxStripeSize ()error {_fgdcg ,_bfce :=_fagf ._gcdg .ReadBits (15);if _bfce !=nil {return _bfce ;};_fagf .MaxStripeSize =uint16 (_fgdcg &_e .MaxUint16 ); +return nil ;};func (_faef *Header )String ()string {_dcbc :=&_b .Builder {};_dcbc .WriteString ("\u000a[\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045A\u0044\u0045\u0052\u005d\u000a");_dcbc .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0053\u0065gm\u0065n\u0074\u004e\u0075\u006d\u0062e\u0072\u003a\u0020\u0025\u0076\u000a",_faef .SegmentNumber )); +_dcbc .WriteString (_ea .Sprintf ("\u0009\u002d\u0020T\u0079\u0070\u0065\u003a\u0020\u0025\u0076\u000a",_faef .Type ));_dcbc .WriteString (_ea .Sprintf ("\u0009-\u0020R\u0065\u0074\u0061\u0069\u006eF\u006c\u0061g\u003a\u0020\u0025\u0076\u000a",_faef .RetainFlag )); +_dcbc .WriteString (_ea .Sprintf ("\u0009\u002d\u0020Pa\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_faef .PageAssociation ));_dcbc .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0050\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061\u0074i\u006fn\u0046\u0069\u0065\u006c\u0064\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_faef .PageAssociationFieldSize )); +_dcbc .WriteString ("\u0009-\u0020R\u0054\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u0053\u003a\u000a");for _ ,_egag :=range _faef .RTSNumbers {_dcbc .WriteString (_ea .Sprintf ("\u0009\t\u002d\u0020\u0025\u0064\u000a",_egag ));};_dcbc .WriteString (_ea .Sprintf ("\t\u002d \u0048\u0065\u0061\u0064\u0065\u0072\u004c\u0065n\u0067\u0074\u0068\u003a %\u0076\u000a",_faef .HeaderLength )); +_dcbc .WriteString (_ea .Sprintf ("\u0009-\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0044\u0061t\u0061L\u0065n\u0067\u0074\u0068\u003a\u0020\u0025\u0076\n",_faef .SegmentDataLength ));_dcbc .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074D\u0061\u0074\u0061\u0053\u0074\u0061\u0072t\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0076\u000a",_faef .SegmentDataStartOffset )); +return _dcbc .String ();};func (_feb *GenericRegion )writeGBAtPixels (_gdfa _g .BinaryWriter )(_efd int ,_bbab error ){const _aag ="\u0077r\u0069t\u0065\u0047\u0042\u0041\u0074\u0050\u0069\u0078\u0065\u006c\u0073";if _feb .UseMMR {return 0,nil ;};_eaab :=1; +if _feb .GBTemplate ==0{_eaab =4;}else if _feb .UseExtTemplates {_eaab =12;};if len (_feb .GBAtX )!=_eaab {return 0,_cd .Errorf (_aag ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0058\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); +};if len (_feb .GBAtY )!=_eaab {return 0,_cd .Errorf (_aag ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0059\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); +};for _bged :=0;_bged < _eaab ;_bged ++{if _bbab =_gdfa .WriteByte (byte (_feb .GBAtX [_bged ]));_bbab !=nil {return _efd ,_cd .Wrap (_bbab ,_aag ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0058");};_efd ++;if _bbab =_gdfa .WriteByte (byte (_feb .GBAtY [_bged ])); +_bbab !=nil {return _efd ,_cd .Wrap (_bbab ,_aag ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0059");};_efd ++;};return _efd ,nil ;};func (_gf *EndOfStripe )parseHeader ()error {_aa ,_dc :=_gf ._cg .ReadBits (32);if _dc !=nil {return _dc ; +};_gf ._be =int (_aa &_e .MaxInt32 );return nil ;};type Pager interface{GetSegment (int )(*Header ,error );GetBitmap ()(*_bb .Bitmap ,error );};const (ORandom OrganizationType =iota ;OSequential ;);func (_effd *SymbolDictionary )checkInput ()error {if _effd .SdHuffDecodeHeightSelection ==2{_bc .Log .Debug ("\u0053\u0079\u006d\u0062\u006fl\u0020\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u0053e\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0070\u0065r\u006d\u0069\u0074\u0074\u0065\u0064",_effd .SdHuffDecodeHeightSelection ); +};if _effd .SdHuffDecodeWidthSelection ==2{_bc .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0057\u0069\u0064t\u0068\u0020\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061l\u0075\u0065\u0020\u006e\u006f\u0074 \u0070\u0065r\u006d\u0069t\u0074e\u0064",_effd .SdHuffDecodeWidthSelection ); +};if _effd .IsHuffmanEncoded {if _effd .SdTemplate !=0{_bc .Log .Debug ("\u0053\u0044T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e \u0030\u0029",_effd .SdTemplate ); +};if !_effd .UseRefinementAggregation {if !_effd .UseRefinementAggregation {if _effd ._fgg {_bc .Log .Debug ("\u0049\u0073\u0043\u006f\u0064\u0069\u006e\u0067C\u006f\u006e\u0074ex\u0074\u0052\u0065\u0074\u0061\u0069n\u0065\u0064\u0020\u003d\u0020\u0074\u0072\u0075\u0065\u0020\u0028\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0066\u0061\u006cs\u0065\u0029"); +_effd ._fgg =false ;};if _effd ._gcea {_bc .Log .Debug ("\u0069s\u0043\u006fd\u0069\u006e\u0067\u0043o\u006e\u0074\u0065x\u0074\u0055\u0073\u0065\u0064\u0020\u003d\u0020\u0074ru\u0065\u0020\u0028s\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020f\u0061\u006cs\u0065\u0029"); +_effd ._gcea =false ;};};};}else {if _effd .SdHuffBMSizeSelection !=0{_bc .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066B\u004d\u0053\u0069\u007a\u0065\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); +_effd .SdHuffBMSizeSelection =0;};if _effd .SdHuffDecodeWidthSelection !=0{_bc .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0057\u0069\u0064\u0074\u0068\u0053\u0065\u006c\u0065\u0063\u0074\u0069o\u006e\u0020\u0073\u0068\u006fu\u006c\u0064 \u0062\u0065\u0020\u0030"); +_effd .SdHuffDecodeWidthSelection =0;};if _effd .SdHuffDecodeHeightSelection !=0{_bc .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0048e\u0069\u0067\u0068\u0074\u0053\u0065l\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); +_effd .SdHuffDecodeHeightSelection =0;};};if !_effd .UseRefinementAggregation {if _effd .SdrTemplate !=0{_bc .Log .Debug ("\u0053\u0044\u0052\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u003d\u0020\u0025\u0064\u0020\u0028s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_effd .SdrTemplate ); +_effd .SdrTemplate =0;};};if !_effd .IsHuffmanEncoded ||!_effd .UseRefinementAggregation {if _effd .SdHuffAggInstanceSelection {_bc .Log .Debug ("\u0053d\u0048\u0075f\u0066\u0041\u0067g\u0049\u006e\u0073\u0074\u0061\u006e\u0063e\u0053\u0065\u006c\u0065\u0063\u0074i\u006f\u006e\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_effd .SdHuffAggInstanceSelection ); +};};return nil ;};type HalftoneRegion struct{_dbge *_g .Reader ;_ggd *Header ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;HDefaultPixel int8 ;CombinationOperator _bb .CombinationOperator ; +HSkipEnabled bool ;HTemplate byte ;IsMMREncoded bool ;HGridWidth uint32 ;HGridHeight uint32 ;HGridX int32 ;HGridY int32 ;HRegionX uint16 ;HRegionY uint16 ;HalftoneRegionBitmap *_bb .Bitmap ;Patterns []*_bb .Bitmap ;};func (_dfb *GenericRegion )Encode (w _g .BinaryWriter )(_aca int ,_aeaa error ){const _cce ="G\u0065n\u0065\u0072\u0069\u0063\u0052\u0065\u0067\u0069o\u006e\u002e\u0045\u006eco\u0064\u0065"; +if _dfb .Bitmap ==nil {return 0,_cd .Error (_cce ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};_beg ,_aeaa :=_dfb .RegionSegment .Encode (w );if _aeaa !=nil {return 0,_cd .Wrap (_aeaa ,_cce ,"\u0052\u0065\u0067\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); +};_aca +=_beg ;if _aeaa =w .SkipBits (4);_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"\u0073k\u0069p\u0020\u0072\u0065\u0073\u0065r\u0076\u0065d\u0020\u0062\u0069\u0074\u0073");};var _bag int ;if _dfb .IsTPGDon {_bag =1;};if _aeaa =w .WriteBit (_bag ); +_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"\u0074\u0070\u0067\u0064\u006f\u006e");};_bag =0;if _aeaa =w .WriteBit (int (_dfb .GBTemplate >>1)&0x01);_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"f\u0069r\u0073\u0074\u0020\u0067\u0062\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 b\u0069\u0074"); +};if _aeaa =w .WriteBit (int (_dfb .GBTemplate )&0x01);_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"s\u0065\u0063\u006f\u006ed \u0067b\u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u0062\u0069\u0074");};if _dfb .UseMMR {_bag =1;};if _aeaa =w .WriteBit (_bag ); +_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"u\u0073\u0065\u0020\u004d\u004d\u0052\u0020\u0062\u0069\u0074");};_aca ++;if _beg ,_aeaa =_dfb .writeGBAtPixels (w );_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"");};_aca +=_beg ;_fbecf :=_ba .New (); +if _aeaa =_fbecf .EncodeBitmap (_dfb .Bitmap ,_dfb .IsTPGDon );_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"");};_fbecf .Final ();var _def int64 ;if _def ,_aeaa =_fbecf .WriteTo (w );_aeaa !=nil {return _aca ,_cd .Wrap (_aeaa ,_cce ,"");};_aca +=int (_def ); +return _aca ,nil ;};func (_abdd *Header )readHeaderFlags ()error {const _agdg ="\u0072e\u0061d\u0048\u0065\u0061\u0064\u0065\u0072\u0046\u006c\u0061\u0067\u0073";_agc ,_gdgg :=_abdd .Reader .ReadBit ();if _gdgg !=nil {return _cd .Wrap (_gdgg ,_agdg ,"r\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067"); +};if _agc !=0{_abdd .RetainFlag =true ;};_agc ,_gdgg =_abdd .Reader .ReadBit ();if _gdgg !=nil {return _cd .Wrap (_gdgg ,_agdg ,"\u0070\u0061g\u0065\u0020\u0061s\u0073\u006f\u0063\u0069\u0061\u0074\u0069\u006f\u006e");};if _agc !=0{_abdd .PageAssociationFieldSize =true ; +};_fbge ,_gdgg :=_abdd .Reader .ReadBits (6);if _gdgg !=nil {return _cd .Wrap (_gdgg ,_agdg ,"\u0073\u0065\u0067m\u0065\u006e\u0074\u0020\u0074\u0079\u0070\u0065");};_abdd .Type =Type (int (_fbge ));return nil ;};func (_gcaag *TableSegment )HtLow ()int32 {return _gcaag ._aggd }; +type Type int ;func (_egbe *TextRegion )Init (header *Header ,r *_g .Reader )error {_egbe .Header =header ;_egbe ._aafc =r ;_egbe .RegionInfo =NewRegionSegment (_egbe ._aafc );return _egbe .parseHeader ();};func (_cgec *GenericRegion )setParametersMMR (_daef bool ,_egc ,_ade int64 ,_addf ,_ggad uint32 ,_babf byte ,_eabf ,_bfba bool ,_gdbg ,_ggea []int8 ){_cgec .DataOffset =_egc ; +_cgec .DataLength =_ade ;_cgec .RegionSegment =&RegionSegment {};_cgec .RegionSegment .BitmapHeight =_addf ;_cgec .RegionSegment .BitmapWidth =_ggad ;_cgec .GBTemplate =_babf ;_cgec .IsMMREncoded =_daef ;_cgec .IsTPGDon =_eabf ;_cgec .GBAtX =_gdbg ;_cgec .GBAtY =_ggea ; +};func NewRegionSegment (r *_g .Reader )*RegionSegment {return &RegionSegment {_aged :r }};func (_aeea *SymbolDictionary )encodeATFlags (_ebdf _g .BinaryWriter )(_accfg int ,_eeda error ){const _ebb ="\u0065\u006e\u0063\u006f\u0064\u0065\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; +if _aeea .IsHuffmanEncoded ||_aeea .SdTemplate !=0{return 0,nil ;};_aggg :=4;if _aeea .SdTemplate !=0{_aggg =1;};for _gega :=0;_gega < _aggg ;_gega ++{if _eeda =_ebdf .WriteByte (byte (_aeea .SdATX [_gega ]));_eeda !=nil {return _accfg ,_cd .Wrapf (_eeda ,_ebb ,"\u0053d\u0041\u0054\u0058\u005b\u0025\u0064]",_gega ); +};_accfg ++;if _eeda =_ebdf .WriteByte (byte (_aeea .SdATY [_gega ]));_eeda !=nil {return _accfg ,_cd .Wrapf (_eeda ,_ebb ,"\u0053d\u0041\u0054\u0059\u005b\u0025\u0064]",_gega );};_accfg ++;};return _accfg ,nil ;};func (_gdcc *GenericRegion )decodeLine (_aee ,_gbg ,_cad int )error {const _cgddc ="\u0064\u0065\u0063\u006f\u0064\u0065\u004c\u0069\u006e\u0065"; +_gdf :=_gdcc .Bitmap .GetByteIndex (0,_aee );_abb :=_gdf -_gdcc .Bitmap .RowStride ;switch _gdcc .GBTemplate {case 0:if !_gdcc .UseExtTemplates {return _gdcc .decodeTemplate0a (_aee ,_gbg ,_cad ,_gdf ,_abb );};return _gdcc .decodeTemplate0b (_aee ,_gbg ,_cad ,_gdf ,_abb ); +case 1:return _gdcc .decodeTemplate1 (_aee ,_gbg ,_cad ,_gdf ,_abb );case 2:return _gdcc .decodeTemplate2 (_aee ,_gbg ,_cad ,_gdf ,_abb );case 3:return _gdcc .decodeTemplate3 (_aee ,_gbg ,_cad ,_gdf ,_abb );};return _cd .Errorf (_cgddc ,"\u0069\u006e\u0076a\u006c\u0069\u0064\u0020G\u0042\u0054\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u003a\u0020\u0025\u0064",_gdcc .GBTemplate ); +};func (_affce *PageInformationSegment )Init (h *Header ,r *_g .Reader )(_bdfb error ){_affce ._gcdg =r ;if _bdfb =_affce .parseHeader ();_bdfb !=nil {return _cd .Wrap (_bdfb ,"P\u0061\u0067\u0065\u0049\u006e\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065g\u006d\u0065\u006et\u002eI\u006e\u0069\u0074",""); +};return nil ;};func (_badae *Header )readReferredToSegmentNumbers (_edeg *_g .Reader ,_affc int )([]int ,error ){const _daba ="\u0072\u0065\u0061\u0064R\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0054\u006f\u0053e\u0067m\u0065\u006e\u0074\u004e\u0075\u006d\u0062e\u0072\u0073"; +_ebcd :=make ([]int ,_affc );if _affc > 0{_badae .RTSegments =make ([]*Header ,_affc );var (_fcaf uint64 ;_ggae error ;);for _aecb :=0;_aecb < _affc ;_aecb ++{_fcaf ,_ggae =_edeg .ReadBits (byte (_badae .referenceSize ())<<3);if _ggae !=nil {return nil ,_cd .Wrapf (_ggae ,_daba ,"\u0027\u0025\u0064\u0027 \u0072\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0020\u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u0075\u006db\u0065\u0072",_aecb ); +};_ebcd [_aecb ]=int (_fcaf &_e .MaxInt32 );};};return _ebcd ,nil ;};func (_cbcg *PageInformationSegment )readDefaultPixelValue ()error {_gagc ,_afeg :=_cbcg ._gcdg .ReadBit ();if _afeg !=nil {return _afeg ;};_cbcg .DefaultPixelValue =uint8 (_gagc &0xf); +return nil ;};func (_bbea *SymbolDictionary )GetDictionary ()([]*_bb .Bitmap ,error ){_bc .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c-\u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){_bc .Log .Trace ("\u005b\u0053\u0059M\u0042\u004f\u004c\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); +_bc .Log .Trace ("\u005b\u0053Y\u004d\u0042\u004f\u004c\u002dD\u0049\u0043\u0054\u0049\u004fN\u0041\u0052\u0059\u005d\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u000a\u0045\u0078\u003a\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u000a\u006e\u0065\u0077\u003a\u0027\u0025\u0073\u0027",_bbea ._bdg ,_bbea ._cdgd ); +}();if _bbea ._bdg ==nil {var _abg error ;if _bbea .UseRefinementAggregation {_bbea ._ddfg =_bbea .getSbSymCodeLen ();};if !_bbea .IsHuffmanEncoded {if _abg =_bbea .setCodingStatistics ();_abg !=nil {return nil ,_abg ;};};_bbea ._cdgd =make ([]*_bb .Bitmap ,_bbea .NumberOfNewSymbols ); +var _fccfd []int ;if _bbea .IsHuffmanEncoded &&!_bbea .UseRefinementAggregation {_fccfd =make ([]int ,_bbea .NumberOfNewSymbols );};if _abg =_bbea .setSymbolsArray ();_abg !=nil {return nil ,_abg ;};var _efff ,_fadf int64 ;_bbea ._dgb =0;for _bbea ._dgb < _bbea .NumberOfNewSymbols {_fadf ,_abg =_bbea .decodeHeightClassDeltaHeight (); +if _abg !=nil {return nil ,_abg ;};_efff +=_fadf ;var _fdfe ,_fccc uint32 ;_bebf :=int64 (_bbea ._dgb );for {var _gffc int64 ;_gffc ,_abg =_bbea .decodeDifferenceWidth ();if _ee .Is (_abg ,_af .ErrOOB ){break ;};if _abg !=nil {return nil ,_abg ;};if _bbea ._dgb >=_bbea .NumberOfNewSymbols {break ; +};_fdfe +=uint32 (_gffc );_fccc +=_fdfe ;if !_bbea .IsHuffmanEncoded ||_bbea .UseRefinementAggregation {if !_bbea .UseRefinementAggregation {_abg =_bbea .decodeDirectlyThroughGenericRegion (_fdfe ,uint32 (_efff ));if _abg !=nil {return nil ,_abg ;};}else {_abg =_bbea .decodeAggregate (_fdfe ,uint32 (_efff )); +if _abg !=nil {return nil ,_abg ;};};}else if _bbea .IsHuffmanEncoded &&!_bbea .UseRefinementAggregation {_fccfd [_bbea ._dgb ]=int (_fdfe );};_bbea ._dgb ++;};if _bbea .IsHuffmanEncoded &&!_bbea .UseRefinementAggregation {var _caae int64 ;if _bbea .SdHuffBMSizeSelection ==0{var _baee _afb .Tabler ; +_baee ,_abg =_afb .GetStandardTable (1);if _abg !=nil {return nil ,_abg ;};_caae ,_abg =_baee .Decode (_bbea ._cgdga );if _abg !=nil {return nil ,_abg ;};}else {_caae ,_abg =_bbea .huffDecodeBmSize ();if _abg !=nil {return nil ,_abg ;};};_bbea ._cgdga .Align (); +var _bbaa *_bb .Bitmap ;_bbaa ,_abg =_bbea .decodeHeightClassCollectiveBitmap (_caae ,uint32 (_efff ),_fccc );if _abg !=nil {return nil ,_abg ;};_abg =_bbea .decodeHeightClassBitmap (_bbaa ,_bebf ,int (_efff ),_fccfd );if _abg !=nil {return nil ,_abg ; +};};};_cede ,_abg :=_bbea .getToExportFlags ();if _abg !=nil {return nil ,_abg ;};_bbea .setExportedSymbols (_cede );};return _bbea ._bdg ,nil ;};func (_cdbf *SymbolDictionary )getSymbol (_dbae int )(*_bb .Bitmap ,error ){const _becb ="\u0067e\u0074\u0053\u0079\u006d\u0062\u006fl"; +_caad ,_beba :=_cdbf ._efgeg .GetBitmap (_cdbf ._gcf [_dbae ]);if _beba !=nil {return nil ,_cd .Wrap (_beba ,_becb ,"\u0063\u0061n\u0027\u0074\u0020g\u0065\u0074\u0020\u0073\u0079\u006d\u0062\u006f\u006c");};return _caad ,nil ;};func (_fcbdd *Header )referenceSize ()uint {switch {case _fcbdd .SegmentNumber <=255:return 1; +case _fcbdd .SegmentNumber <=65535:return 2;default:return 4;};};var (_eba Segmenter ;_decb =map[Type ]func ()Segmenter {TSymbolDictionary :func ()Segmenter {return &SymbolDictionary {}},TIntermediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateLosslessTextRegion :func ()Segmenter {return &TextRegion {}},TPatternDictionary :func ()Segmenter {return &PatternDictionary {}},TIntermediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateLosslessHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TIntermediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateLosslessGenericRegion :func ()Segmenter {return &GenericRegion {}},TIntermediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateLosslessGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TPageInformation :func ()Segmenter {return &PageInformationSegment {}},TEndOfPage :func ()Segmenter {return _eba },TEndOfStrip :func ()Segmenter {return &EndOfStripe {}},TEndOfFile :func ()Segmenter {return _eba },TProfiles :func ()Segmenter {return _eba },TTables :func ()Segmenter {return &TableSegment {}},TExtension :func ()Segmenter {return _eba },TBitmap :func ()Segmenter {return _eba }}; +);func (_bceb *GenericRegion )setParametersWithAt (_dgaf bool ,_babg byte ,_fbfd ,_cfba bool ,_bcg ,_bada []int8 ,_gdg ,_afee uint32 ,_cdb *_ecb .DecoderStats ,_dbgc *_ecb .Decoder ){_bceb .IsMMREncoded =_dgaf ;_bceb .GBTemplate =_babg ;_bceb .IsTPGDon =_fbfd ; +_bceb .GBAtX =_bcg ;_bceb .GBAtY =_bada ;_bceb .RegionSegment .BitmapHeight =_afee ;_bceb .RegionSegment .BitmapWidth =_gdg ;_bceb ._ccff =nil ;_bceb .Bitmap =nil ;if _cdb !=nil {_bceb ._egge =_cdb ;};if _dbgc !=nil {_bceb ._dda =_dbgc ;};_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049O\u004e\u005d\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0053\u0044\u0041t\u003a\u0020\u0025\u0073",_bceb ); +};type PageInformationSegment struct{_gcdg *_g .Reader ;PageBMHeight int ;PageBMWidth int ;ResolutionX int ;ResolutionY int ;_bfbd bool ;_cfd _bb .CombinationOperator ;_deb bool ;DefaultPixelValue uint8 ;_ccb bool ;IsLossless bool ;IsStripe bool ;MaxStripeSize uint16 ; +};func (_gbge *PageInformationSegment )Size ()int {return 19};func (_eacgb *TextRegion )decodeIds ()(int64 ,error ){const _eebea ="\u0064e\u0063\u006f\u0064\u0065\u0049\u0064s";if _eacgb .IsHuffmanEncoded {if _eacgb .SbHuffDS ==3{if _eacgb ._affg ==nil {_adaed :=0; +if _eacgb .SbHuffFS ==3{_adaed ++;};var _dgedg error ;_eacgb ._affg ,_dgedg =_eacgb .getUserTable (_adaed );if _dgedg !=nil {return 0,_cd .Wrap (_dgedg ,_eebea ,"");};};return _eacgb ._affg .Decode (_eacgb ._aafc );};_beeg ,_ebbc :=_afb .GetStandardTable (8+int (_eacgb .SbHuffDS )); +if _ebbc !=nil {return 0,_cd .Wrap (_ebbc ,_eebea ,"");};return _beeg .Decode (_eacgb ._aafc );};_bacc ,_eefa :=_eacgb ._eccgc .DecodeInt (_eacgb ._gfdc );if _eefa !=nil {return 0,_cd .Wrap (_eefa ,_eebea ,"\u0063\u0078\u0049\u0041\u0044\u0053");};return int64 (_bacc ),nil ; +};func (_ae *GenericRefinementRegion )GetRegionInfo ()*RegionSegment {return _ae .RegionInfo };func (_dba *GenericRegion )getPixel (_cdaa ,_bcbb int )int8 {if _cdaa < 0||_cdaa >=_dba .Bitmap .Width {return 0;};if _bcbb < 0||_bcbb >=_dba .Bitmap .Height {return 0; +};if _dba .Bitmap .GetPixel (_cdaa ,_bcbb ){return 1;};return 0;};func (_faec *PageInformationSegment )Encode (w _g .BinaryWriter )(_fbfdb int ,_acae error ){const _aeeg ="\u0050\u0061g\u0065\u0049\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u002e\u0045\u006eco\u0064\u0065"; +_fcbda :=make ([]byte ,4);_a .BigEndian .PutUint32 (_fcbda ,uint32 (_faec .PageBMWidth ));_fbfdb ,_acae =w .Write (_fcbda );if _acae !=nil {return _fbfdb ,_cd .Wrap (_acae ,_aeeg ,"\u0077\u0069\u0064t\u0068");};_a .BigEndian .PutUint32 (_fcbda ,uint32 (_faec .PageBMHeight )); +var _feda int ;_feda ,_acae =w .Write (_fcbda );if _acae !=nil {return _feda +_fbfdb ,_cd .Wrap (_acae ,_aeeg ,"\u0068\u0065\u0069\u0067\u0068\u0074");};_fbfdb +=_feda ;_a .BigEndian .PutUint32 (_fcbda ,uint32 (_faec .ResolutionX ));_feda ,_acae =w .Write (_fcbda ); +if _acae !=nil {return _feda +_fbfdb ,_cd .Wrap (_acae ,_aeeg ,"\u0078\u0020\u0072e\u0073\u006f\u006c\u0075\u0074\u0069\u006f\u006e");};_fbfdb +=_feda ;_a .BigEndian .PutUint32 (_fcbda ,uint32 (_faec .ResolutionY ));if _feda ,_acae =w .Write (_fcbda ); +_acae !=nil {return _feda +_fbfdb ,_cd .Wrap (_acae ,_aeeg ,"\u0079\u0020\u0072e\u0073\u006f\u006c\u0075\u0074\u0069\u006f\u006e");};_fbfdb +=_feda ;if _acae =_faec .encodeFlags (w );_acae !=nil {return _fbfdb ,_cd .Wrap (_acae ,_aeeg ,"");};_fbfdb ++; +if _feda ,_acae =_faec .encodeStripingInformation (w );_acae !=nil {return _fbfdb ,_cd .Wrap (_acae ,_aeeg ,"");};_fbfdb +=_feda ;return _fbfdb ,nil ;};func (_gea *HalftoneRegion )computeY (_fgec ,_cee int )int {return _gea .shiftAndFill (int (_gea .HGridY )+_fgec *int (_gea .HRegionX )-_cee *int (_gea .HRegionY )); +};func (_gggg *HalftoneRegion )GetRegionBitmap ()(*_bb .Bitmap ,error ){if _gggg .HalftoneRegionBitmap !=nil {return _gggg .HalftoneRegionBitmap ,nil ;};var _ddaf error ;_gggg .HalftoneRegionBitmap =_bb .New (int (_gggg .RegionSegment .BitmapWidth ),int (_gggg .RegionSegment .BitmapHeight )); +if _gggg .Patterns ==nil ||(_gggg .Patterns !=nil &&len (_gggg .Patterns )==0){_gggg .Patterns ,_ddaf =_gggg .GetPatterns ();if _ddaf !=nil {return nil ,_ddaf ;};};if _gggg .HDefaultPixel ==1{_gggg .HalftoneRegionBitmap .SetDefaultPixel ();};_aagg :=_e .Ceil (_e .Log (float64 (len (_gggg .Patterns )))/_e .Log (2)); +_afec :=int (_aagg );var _aeab [][]int ;_aeab ,_ddaf =_gggg .grayScaleDecoding (_afec );if _ddaf !=nil {return nil ,_ddaf ;};if _ddaf =_gggg .renderPattern (_aeab );_ddaf !=nil {return nil ,_ddaf ;};return _gggg .HalftoneRegionBitmap ,nil ;};func (_bdcf *PageInformationSegment )readRequiresAuxiliaryBuffer ()error {_geec ,_dddd :=_bdcf ._gcdg .ReadBit (); +if _dddd !=nil {return _dddd ;};if _geec ==1{_bdcf ._deb =true ;};return nil ;};func (_dge *HalftoneRegion )computeX (_facc ,_adg int )int {return _dge .shiftAndFill (int (_dge .HGridX )+_facc *int (_dge .HRegionY )+_adg *int (_dge .HRegionX ));};func (_gafa *GenericRegion )updateOverrideFlags ()error {const _eeg ="\u0075\u0070\u0064\u0061te\u004f\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; +if _gafa .GBAtX ==nil ||_gafa .GBAtY ==nil {return nil ;};if len (_gafa .GBAtX )!=len (_gafa .GBAtY ){return _cd .Errorf (_eeg ,"i\u006eco\u0073i\u0073t\u0065\u006e\u0074\u0020\u0041T\u0020\u0070\u0069x\u0065\u006c\u002e\u0020\u0041m\u006f\u0075\u006et\u0020\u006f\u0066\u0020\u0027\u0078\u0027\u0020\u0070\u0069\u0078e\u006c\u0073\u003a %d\u002c\u0020\u0041\u006d\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0027\u0079\u0027\u0020\u0070\u0069\u0078e\u006cs\u003a\u0020\u0025\u0064",len (_gafa .GBAtX ),len (_gafa .GBAtY )); +};_gafa .GBAtOverride =make ([]bool ,len (_gafa .GBAtX ));switch _gafa .GBTemplate {case 0:if !_gafa .UseExtTemplates {if _gafa .GBAtX [0]!=3||_gafa .GBAtY [0]!=-1{_gafa .setOverrideFlag (0);};if _gafa .GBAtX [1]!=-3||_gafa .GBAtY [1]!=-1{_gafa .setOverrideFlag (1); +};if _gafa .GBAtX [2]!=2||_gafa .GBAtY [2]!=-2{_gafa .setOverrideFlag (2);};if _gafa .GBAtX [3]!=-2||_gafa .GBAtY [3]!=-2{_gafa .setOverrideFlag (3);};}else {if _gafa .GBAtX [0]!=-2||_gafa .GBAtY [0]!=0{_gafa .setOverrideFlag (0);};if _gafa .GBAtX [1]!=0||_gafa .GBAtY [1]!=-2{_gafa .setOverrideFlag (1); +};if _gafa .GBAtX [2]!=-2||_gafa .GBAtY [2]!=-1{_gafa .setOverrideFlag (2);};if _gafa .GBAtX [3]!=-1||_gafa .GBAtY [3]!=-2{_gafa .setOverrideFlag (3);};if _gafa .GBAtX [4]!=1||_gafa .GBAtY [4]!=-2{_gafa .setOverrideFlag (4);};if _gafa .GBAtX [5]!=2||_gafa .GBAtY [5]!=-1{_gafa .setOverrideFlag (5); +};if _gafa .GBAtX [6]!=-3||_gafa .GBAtY [6]!=0{_gafa .setOverrideFlag (6);};if _gafa .GBAtX [7]!=-4||_gafa .GBAtY [7]!=0{_gafa .setOverrideFlag (7);};if _gafa .GBAtX [8]!=2||_gafa .GBAtY [8]!=-2{_gafa .setOverrideFlag (8);};if _gafa .GBAtX [9]!=3||_gafa .GBAtY [9]!=-1{_gafa .setOverrideFlag (9); +};if _gafa .GBAtX [10]!=-2||_gafa .GBAtY [10]!=-2{_gafa .setOverrideFlag (10);};if _gafa .GBAtX [11]!=-3||_gafa .GBAtY [11]!=-1{_gafa .setOverrideFlag (11);};};case 1:if _gafa .GBAtX [0]!=3||_gafa .GBAtY [0]!=-1{_gafa .setOverrideFlag (0);};case 2:if _gafa .GBAtX [0]!=2||_gafa .GBAtY [0]!=-1{_gafa .setOverrideFlag (0); +};case 3:if _gafa .GBAtX [0]!=2||_gafa .GBAtY [0]!=-1{_gafa .setOverrideFlag (0);};};return nil ;};func (_dagg *Header )readHeaderLength (_cbbf *_g .Reader ,_fecf int64 ){_dagg .HeaderLength =_cbbf .AbsolutePosition ()-_fecf ;};func (_cdggb Type )String ()string {switch _cdggb {case TSymbolDictionary :return "\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"; +case TIntermediateTextRegion :return "\u0049n\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020T\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateTextRegion :return "I\u006d\u006d\u0065\u0064ia\u0074e\u0020\u0054\u0065\u0078\u0074 \u0052\u0065\u0067\u0069\u006f\u006e"; +case TImmediateLosslessTextRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020L\u006f\u0073\u0073\u006c\u0065\u0073\u0073 \u0054\u0065\u0078\u0074\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TPatternDictionary :return "\u0050a\u0074t\u0065\u0072\u006e\u0020\u0044i\u0063\u0074i\u006f\u006e\u0061\u0072\u0079"; +case TIntermediateHalftoneRegion :return "\u0049\u006e\u0074\u0065r\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0048\u0061l\u0066t\u006f\u006e\u0065\u0020\u0052\u0065\u0067i\u006f\u006e";case TImmediateHalftoneRegion :return "\u0049m\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u0048\u0061l\u0066t\u006fn\u0065\u0020\u0052\u0065\u0067\u0069\u006fn"; +case TImmediateLosslessHalftoneRegion :return "\u0049\u006d\u006ded\u0069\u0061\u0074\u0065\u0020\u004c\u006f\u0073\u0073l\u0065s\u0073 \u0048a\u006c\u0066\u0074\u006f\u006e\u0065\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TIntermediateGenericRegion :return "I\u006e\u0074\u0065\u0072\u006d\u0065d\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020R\u0065g\u0069\u006f\u006e"; +case TImmediateGenericRegion :return "\u0049m\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006ee\u0072\u0069\u0063\u0020\u0052\u0065\u0067\u0069\u006f\u006e";case TImmediateLosslessGenericRegion :return "\u0049\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u0020\u004c\u006f\u0073\u0073\u006c\u0065\u0073\u0073\u0020\u0047e\u006e\u0065\u0072\u0069\u0063\u0020\u0052e\u0067\u0069\u006f\u006e"; +case TIntermediateGenericRefinementRegion :return "\u0049\u006e\u0074\u0065\u0072\u006d\u0065\u0064\u0069\u0061\u0074\u0065\u0020\u0047\u0065\u006e\u0065\u0072\u0069\u0063\u0020\u0052\u0065\u0066i\u006e\u0065\u006d\u0065\u006et\u0020\u0052e\u0067\u0069\u006f\u006e"; case TImmediateGenericRefinementRegion :return "I\u006d\u006d\u0065\u0064\u0069\u0061t\u0065\u0020\u0047\u0065\u006e\u0065r\u0069\u0063\u0020\u0052\u0065\u0066\u0069n\u0065\u006d\u0065\u006e\u0074\u0020\u0052\u0065\u0067\u0069o\u006e";case TImmediateLosslessGenericRefinementRegion :return "\u0049m\u006d\u0065d\u0069\u0061\u0074\u0065 \u004c\u006f\u0073s\u006c\u0065\u0073\u0073\u0020\u0047\u0065\u006e\u0065ri\u0063\u0020\u0052e\u0066\u0069n\u0065\u006d\u0065\u006e\u0074\u0020R\u0065\u0067i\u006f\u006e"; case TPageInformation :return "\u0050\u0061g\u0065\u0020\u0049n\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e";case TEndOfPage :return "E\u006e\u0064\u0020\u004f\u0066\u0020\u0050\u0061\u0067\u0065";case TEndOfStrip :return "\u0045\u006e\u0064 \u004f\u0066\u0020\u0053\u0074\u0072\u0069\u0070"; case TEndOfFile :return "E\u006e\u0064\u0020\u004f\u0066\u0020\u0046\u0069\u006c\u0065";case TProfiles :return "\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0073";case TTables :return "\u0054\u0061\u0062\u006c\u0065\u0073";case TExtension :return "\u0045x\u0074\u0065\u006e\u0073\u0069\u006fn"; -case TBitmap :return "\u0042\u0069\u0074\u006d\u0061\u0070";};return "I\u006ev\u0061\u006c\u0069\u0064\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0020Ki\u006e\u0064";};func (_fag *Header )GetSegmentData ()(Segmenter ,error ){var _eaf Segmenter ;if _fag .SegmentData !=nil {_eaf =_fag .SegmentData ; -};if _eaf ==nil {_aef ,_bcg :=_fbcb [_fag .Type ];if !_bcg {return nil ,_ff .Errorf ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u002f\u0020\u0025\u0064\u0020\u0063\u0072e\u0061t\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020",_fag .Type ,_fag .Type ); -};_eaf =_aef ();_ge .Log .Trace ("\u005b\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u0074\u0020\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0030\u0034\u0058",_fag .SegmentNumber ,_fag .SegmentDataStartOffset ); -_cadb ,_aefg :=_fag .subInputReader ();if _aefg !=nil {return nil ,_aefg ;};if _faff :=_eaf .Init (_fag ,_cadb );_faff !=nil {_ge .Log .Debug ("\u0049\u006e\u0069\u0074 \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076 \u0066o\u0072\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_faff ,_eaf ); -return nil ,_faff ;};_fag .SegmentData =_eaf ;};return _eaf ,nil ;};func (_fbef *PatternDictionary )readGrayMax ()error {_cfdd ,_bbca :=_fbef ._abca .ReadBits (32);if _bbca !=nil {return _bbca ;};_fbef .GrayMax =uint32 (_cfdd &_ae .MaxUint32 );return nil ; -};type Type int ;func (_adfe *TextRegion )setCodingStatistics ()error {if _adfe ._agfd ==nil {_adfe ._agfd =_aca .NewStats (512,1);};if _adfe ._eaff ==nil {_adfe ._eaff =_aca .NewStats (512,1);};if _adfe ._febc ==nil {_adfe ._febc =_aca .NewStats (512,1); -};if _adfe ._ffg ==nil {_adfe ._ffg =_aca .NewStats (512,1);};if _adfe ._cace ==nil {_adfe ._cace =_aca .NewStats (512,1);};if _adfe ._dgdc ==nil {_adfe ._dgdc =_aca .NewStats (512,1);};if _adfe ._gcag ==nil {_adfe ._gcag =_aca .NewStats (512,1);};if _adfe ._fgef ==nil {_adfe ._fgef =_aca .NewStats (1<=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [0]&0x1))<<4; -}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [0]),_dbg +int (_bcab .GBAtY [0])))<<4;};};if _bcab .GBAtOverride [1]{_bfdg &=0xFBFF;if _bcab .GBAtY [1]==0&&_bcab .GBAtX [1]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [1]&0x1))<<10; -}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [1]),_dbg +int (_bcab .GBAtY [1])))<<10;};};if _bcab .GBAtOverride [2]{_bfdg &=0xF7FF;if _bcab .GBAtY [2]==0&&_bcab .GBAtX [2]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [2]&0x1))<<11; -}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [2]),_dbg +int (_bcab .GBAtY [2])))<<11;};};if _bcab .GBAtOverride [3]{_bfdg &=0x7FFF;if _bcab .GBAtY [3]==0&&_bcab .GBAtX [3]>=-int8 (_egc ){_bfdg |=(_bcd >>uint (int8 (_fega )-_bcab .GBAtX [3]&0x1))<<15; -}else {_bfdg |=int (_bcab .getPixel (_ecdg +int (_bcab .GBAtX [3]),_dbg +int (_bcab .GBAtY [3])))<<15;};};return _bfdg ;};func (_fbga *TextRegion )encodeSymbols (_gcbb _b .BinaryWriter )(_bagbd int ,_dbdg error ){const _dcdb ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; -_gdad :=make ([]byte ,4);_c .BigEndian .PutUint32 (_gdad ,_fbga .NumberOfSymbols );if _bagbd ,_dbdg =_gcbb .Write (_gdad );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"\u004e\u0075\u006dbe\u0072\u004f\u0066\u0053\u0079\u006d\u0062\u006f\u006c\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073"); -};_ddgb ,_dbdg :=_be .NewClassedPoints (_fbga ._acbaa ,_fbga ._cdaa );if _dbdg !=nil {return 0,_ac .Wrap (_dbdg ,_dcdb ,"");};var _ggbb ,_aaef int ;_bac :=_fd .New ();_bac .Init ();if _dbdg =_bac .EncodeInteger (_fd .IADT ,0);_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0044\u0054"); -};_cdfge ,_dbdg :=_ddgb .GroupByY ();if _dbdg !=nil {return 0,_ac .Wrap (_dbdg ,_dcdb ,"");};for _ ,_efdae :=range _cdfge {_fcag :=int (_efdae .YAtIndex (0));_dbbc :=_fcag -_ggbb ;if _dbdg =_bac .EncodeInteger (_fd .IADT ,_dbbc );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,""); -};var _dadbd int ;for _dcgge ,_dgbe :=range _efdae .IntSlice {switch _dcgge {case 0:_aedf :=int (_efdae .XAtIndex (_dcgge ))-_aaef ;if _dbdg =_bac .EncodeInteger (_fd .IAFS ,_aedf );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_aaef +=_aedf ; -_dadbd =_aaef ;default:_fafef :=int (_efdae .XAtIndex (_dcgge ))-_dadbd ;if _dbdg =_bac .EncodeInteger (_fd .IADS ,_fafef );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_dadbd +=_fafef ;};_gbgea ,_cfbc :=_fbga ._adac .Get (_dgbe );if _cfbc !=nil {return _bagbd ,_ac .Wrap (_cfbc ,_dcdb ,""); -};_cdcf ,_eabd :=_fbga ._gdfg [_gbgea ];if !_eabd {_cdcf ,_eabd =_fbga ._caeg [_gbgea ];if !_eabd {return _bagbd ,_ac .Errorf (_dcdb ,"\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027\u0025d\u0027\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064 \u0069\u006e\u0020\u0067\u006cob\u0061\u006c\u0020\u0061\u006e\u0064\u0020\u006c\u006f\u0063\u0061\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020\u006d\u0061\u0070",_gbgea ); -};};if _cfbc =_bac .EncodeIAID (_fbga ._gcfe ,_cdcf );_cfbc !=nil {return _bagbd ,_ac .Wrap (_cfbc ,_dcdb ,"");};};if _dbdg =_bac .EncodeOOB (_fd .IADS );_dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};};_bac .Final ();_eedc ,_dbdg :=_bac .WriteTo (_gcbb ); -if _dbdg !=nil {return _bagbd ,_ac .Wrap (_dbdg ,_dcdb ,"");};_bagbd +=int (_eedc );return _bagbd ,nil ;};func (_adaad *TextRegion )setParameters (_cgecd *_aca .Decoder ,_cfgg ,_gggb bool ,_cdcb ,_bfbb uint32 ,_gfgf uint32 ,_ebfff int8 ,_gdeeg uint32 ,_afaa int8 ,_fcge _be .CombinationOperator ,_fdbab int8 ,_ggda int16 ,_eecf ,_ggba ,_fbed ,_ffadc ,_gbee ,_fbgea ,_gadc ,_dgee ,_caceb ,_fcaf int8 ,_cddba ,_gbga []int8 ,_cea []*_be .Bitmap ,_gaadf int8 ){_adaad ._bfga =_cgecd ; -_adaad .IsHuffmanEncoded =_cfgg ;_adaad .UseRefinement =_gggb ;_adaad .RegionInfo .BitmapWidth =_cdcb ;_adaad .RegionInfo .BitmapHeight =_bfbb ;_adaad .NumberOfSymbolInstances =_gfgf ;_adaad .SbStrips =_ebfff ;_adaad .NumberOfSymbols =_gdeeg ;_adaad .DefaultPixel =_afaa ; -_adaad .CombinationOperator =_fcge ;_adaad .IsTransposed =_fdbab ;_adaad .ReferenceCorner =_ggda ;_adaad .SbDsOffset =_eecf ;_adaad .SbHuffFS =_ggba ;_adaad .SbHuffDS =_fbed ;_adaad .SbHuffDT =_ffadc ;_adaad .SbHuffRDWidth =_gbee ;_adaad .SbHuffRDHeight =_fbgea ; -_adaad .SbHuffRSize =_caceb ;_adaad .SbHuffRDX =_gadc ;_adaad .SbHuffRDY =_dgee ;_adaad .SbrTemplate =_fcaf ;_adaad .SbrATX =_cddba ;_adaad .SbrATY =_gbga ;_adaad .Symbols =_cea ;_adaad ._bcac =_gaadf ;};func (_bca *GenericRegion )computeSegmentDataStructure ()error {_bca .DataOffset =_bca ._acfe .AbsolutePosition (); -_bca .DataHeaderLength =_bca .DataOffset -_bca .DataHeaderOffset ;_bca .DataLength =int64 (_bca ._acfe .AbsoluteLength ())-_bca .DataHeaderLength ;return nil ;};type EncodeInitializer interface{InitEncode ();};func (_fcda *GenericRegion )overrideAtTemplate2 (_eab ,_cgga ,_bdcb ,_bbbe ,_fcg int )int {_eab &=0x3FB; -if _fcda .GBAtY [0]==0&&_fcda .GBAtX [0]>=-int8 (_fcg ){_eab |=(_bbbe >>uint (7-(int8 (_fcg )+_fcda .GBAtX [0]))&0x1)<<2;}else {_eab |=int (_fcda .getPixel (_cgga +int (_fcda .GBAtX [0]),_bdcb +int (_fcda .GBAtY [0])))<<2;};return _eab ;};func (_ffea *SymbolDictionary )setInSyms ()error {if _ffea .Header .RTSegments !=nil {return _ffea .retrieveImportSymbols (); -};_ffea ._ggfa =make ([]*_be .Bitmap ,0);return nil ;};func (_aaaab *GenericRegion )setOverrideFlag (_egfg int ){_aaaab .GBAtOverride [_egfg ]=true ;_aaaab ._bbba =true ;};func (_dgeg *TextRegion )decodeID ()(int64 ,error ){if _dgeg .IsHuffmanEncoded {if _dgeg ._bgaa ==nil {_bcfd ,_cggce :=_dgeg ._bfde .ReadBits (byte (_dgeg ._bcac )); -return int64 (_bcfd ),_cggce ;};return _dgeg ._bgaa .Decode (_dgeg ._bfde );};return _dgeg ._bfga .DecodeIAID (uint64 (_dgeg ._bcac ),_dgeg ._fgef );};var _ templater =&template1 {};func NewHeader (d Documenter ,r *_b .Reader ,offset int64 ,organizationType OrganizationType )(*Header ,error ){_bgef :=&Header {Reader :r }; -if _bfcc :=_bgef .parse (d ,r ,offset ,organizationType );_bfcc !=nil {return nil ,_ac .Wrap (_bfcc ,"\u004ee\u0077\u0048\u0065\u0061\u0064\u0065r","");};return _bgef ,nil ;};func (_cef *PageInformationSegment )Size ()int {return 19};func (_daf *GenericRefinementRegion )decodeOptimized (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec int )error {var (_de error ; -_acaa int ;_eeb int ;);_eg :=_eea -int (_daf .ReferenceDY );if _bea :=int (-_daf .ReferenceDX );_bea > 0{_acaa =_bea ;};_adg :=_daf .ReferenceBitmap .GetByteIndex (_acaa ,_eg );if _daf .ReferenceDX > 0{_eeb =int (_daf .ReferenceDX );};_fcf :=_daf .RegionBitmap .GetByteIndex (_eeb ,_eea ); -switch _daf .TemplateID {case 0:_de =_daf .decodeTemplate (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec ,_fcf ,_eg ,_adg ,_daf ._af );case 1:_de =_daf .decodeTemplate (_eea ,_fbg ,_cc ,_feg ,_dag ,_fac ,_ec ,_fcf ,_eg ,_adg ,_daf ._ad );};return _de ;};func (_gaad *GenericRegion )overrideAtTemplate1 (_bfbd ,_efab ,_ebga ,_gaf ,_fae int )int {_bfbd &=0x1FF7; -if _gaad .GBAtY [0]==0&&_gaad .GBAtX [0]>=-int8 (_fae ){_bfbd |=(_gaf >>uint (7-(int8 (_fae )+_gaad .GBAtX [0]))&0x1)<<3;}else {_bfbd |=int (_gaad .getPixel (_efab +int (_gaad .GBAtX [0]),_ebga +int (_gaad .GBAtY [0])))<<3;};return _bfbd ;};func NewGenericRegion (r *_b .Reader )*GenericRegion {return &GenericRegion {RegionSegment :NewRegionSegment (r ),_acfe :r }; -};func (_efda *SymbolDictionary )readAtPixels (_fggg int )error {_efda .SdATX =make ([]int8 ,_fggg );_efda .SdATY =make ([]int8 ,_fggg );var (_bdbf byte ;_ccff error ;);for _caff :=0;_caff < _fggg ;_caff ++{_bdbf ,_ccff =_efda ._ffaa .ReadByte ();if _ccff !=nil {return _ccff ; -};_efda .SdATX [_caff ]=int8 (_bdbf );_bdbf ,_ccff =_efda ._ffaa .ReadByte ();if _ccff !=nil {return _ccff ;};_efda .SdATY [_caff ]=int8 (_bdbf );};return nil ;};func (_afe *GenericRefinementRegion )parseHeader ()(_eefc error ){_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0048e\u0061\u0064e\u0072\u002e\u002e\u002e"); -_egb :=_ce .Now ();defer func (){if _eefc ==nil {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045G\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0069\u006e\u0069\u0073\u0068id\u0020\u0069\u006e\u003a\u0020\u0025\u0064\u0020\u006e\u0073",_ce .Since (_egb ).Nanoseconds ()); -}else {_ge .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0073",_eefc ); -};}();if _eefc =_afe .RegionInfo .parseHeader ();_eefc !=nil {return _eefc ;};_ ,_eefc =_afe ._acab .ReadBits (6);if _eefc !=nil {return _eefc ;};_afe .IsTPGROn ,_eefc =_afe ._acab .ReadBool ();if _eefc !=nil {return _eefc ;};var _adgg int ;_adgg ,_eefc =_afe ._acab .ReadBit (); -if _eefc !=nil {return _eefc ;};_afe .TemplateID =int8 (_adgg );switch _afe .TemplateID {case 0:_afe .Template =_afe ._af ;if _eefc =_afe .readAtPixels ();_eefc !=nil {return _eefc ;};case 1:_afe .Template =_afe ._ad ;};return nil ;};func (_affd *GenericRegion )writeGBAtPixels (_bdd _b .BinaryWriter )(_egfd int ,_fcga error ){const _decg ="\u0077r\u0069t\u0065\u0047\u0042\u0041\u0074\u0050\u0069\u0078\u0065\u006c\u0073"; -if _affd .UseMMR {return 0,nil ;};_bfcd :=1;if _affd .GBTemplate ==0{_bfcd =4;}else if _affd .UseExtTemplates {_bfcd =12;};if len (_affd .GBAtX )!=_bfcd {return 0,_ac .Errorf (_decg ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0058\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); -};if len (_affd .GBAtY )!=_bfcd {return 0,_ac .Errorf (_decg ,"\u0067\u0062\u0020\u0061\u0074\u0020\u0070\u0061\u0069\u0072\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020d\u006f\u0065\u0073\u006e\u0027\u0074\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u006f\u0020\u0047\u0042\u0041t\u0059\u0020\u0073\u006c\u0069\u0063\u0065\u0020\u006c\u0065\u006e"); -};for _dcd :=0;_dcd < _bfcd ;_dcd ++{if _fcga =_bdd .WriteByte (byte (_affd .GBAtX [_dcd ]));_fcga !=nil {return _egfd ,_ac .Wrap (_fcga ,_decg ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0058");};_egfd ++;if _fcga =_bdd .WriteByte (byte (_affd .GBAtY [_dcd ])); -_fcga !=nil {return _egfd ,_ac .Wrap (_fcga ,_decg ,"w\u0072\u0069\u0074\u0065\u0020\u0047\u0042\u0041\u0074\u0059");};_egfd ++;};return _egfd ,nil ;};func (_deda *HalftoneRegion )grayScaleDecoding (_affa int )([][]int ,error ){var (_bfbe []int8 ;_gadd []int8 ; -);if !_deda .IsMMREncoded {_bfbe =make ([]int8 ,4);_gadd =make ([]int8 ,4);if _deda .HTemplate <=1{_bfbe [0]=3;}else if _deda .HTemplate >=2{_bfbe [0]=2;};_gadd [0]=-1;_bfbe [1]=-3;_gadd [1]=-1;_bfbe [2]=2;_gadd [2]=-2;_bfbe [3]=-2;_gadd [3]=-2;};_agdb :=make ([]*_be .Bitmap ,_affa ); -_age :=NewGenericRegion (_deda ._daec );_age .setParametersMMR (_deda .IsMMREncoded ,_deda .DataOffset ,_deda .DataLength ,_deda .HGridHeight ,_deda .HGridWidth ,_deda .HTemplate ,false ,_deda .HSkipEnabled ,_bfbe ,_gadd );_fdf :=_affa -1;var _ffd error ; -_agdb [_fdf ],_ffd =_age .GetRegionBitmap ();if _ffd !=nil {return nil ,_ffd ;};for _fdf > 0{_fdf --;_age .Bitmap =nil ;_agdb [_fdf ],_ffd =_age .GetRegionBitmap ();if _ffd !=nil {return nil ,_ffd ;};if _ffd =_deda .combineGrayscalePlanes (_agdb ,_fdf ); -_ffd !=nil {return nil ,_ffd ;};};return _deda .computeGrayScalePlanes (_agdb ,_affa );};func (_ddeb *HalftoneRegion )GetRegionInfo ()*RegionSegment {return _ddeb .RegionSegment };func (_ccd *SymbolDictionary )decodeHeightClassDeltaHeightWithHuffman ()(int64 ,error ){switch _ccd .SdHuffDecodeHeightSelection {case 0:_adba ,_ffde :=_dc .GetStandardTable (4); -if _ffde !=nil {return 0,_ffde ;};return _adba .Decode (_ccd ._ffaa );case 1:_bfbaeb ,_cgda :=_dc .GetStandardTable (5);if _cgda !=nil {return 0,_cgda ;};return _bfbaeb .Decode (_ccd ._ffaa );case 3:if _ccd ._edb ==nil {_badg ,_cfa :=_dc .GetStandardTable (0); -if _cfa !=nil {return 0,_cfa ;};_ccd ._edb =_badg ;};return _ccd ._edb .Decode (_ccd ._ffaa );};return 0,nil ;};func (_acdd *TableSegment )HtPS ()int32 {return _acdd ._aega };func (_bagb *TableSegment )HtHigh ()int32 {return _bagb ._ggec };func (_gadf *GenericRegion )copyLineAbove (_eda int )error {_gecb :=_eda *_gadf .Bitmap .RowStride ; -_ggd :=_gecb -_gadf .Bitmap .RowStride ;for _gdgg :=0;_gdgg < _gadf .Bitmap .RowStride ;_gdgg ++{_cdba ,_faccb :=_gadf .Bitmap .GetByte (_ggd );if _faccb !=nil {return _faccb ;};_ggd ++;if _faccb =_gadf .Bitmap .SetByte (_gecb ,_cdba );_faccb !=nil {return _faccb ; -};_gecb ++;};return nil ;};func (_bebb *SymbolDictionary )decodeHeightClassBitmap (_bcagd *_be .Bitmap ,_eegdf int64 ,_bfgg int ,_abfga []int )error {for _dbgcb :=_eegdf ;_dbgcb < int64 (_bebb ._adbc );_dbgcb ++{var _aage int ;for _fagd :=_eegdf ;_fagd <=_dbgcb -1; -_fagd ++{_aage +=_abfga [_fagd ];};_bcbc :=_f .Rect (_aage ,0,_aage +_abfga [_dbgcb ],_bfgg );_adgd ,_dgf :=_be .Extract (_bcbc ,_bcagd );if _dgf !=nil {return _dgf ;};_bebb ._cefe [_dbgcb ]=_adgd ;_bebb ._aegd =append (_bebb ._aegd ,_adgd );};return nil ; -};func (_gbgd *SymbolDictionary )GetDictionary ()([]*_be .Bitmap ,error ){_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c-\u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); -defer func (){_ge .Log .Trace ("\u005b\u0053\u0059M\u0042\u004f\u004c\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u0020\u0047\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); -_ge .Log .Trace ("\u005b\u0053Y\u004d\u0042\u004f\u004c\u002dD\u0049\u0043\u0054\u0049\u004fN\u0041\u0052\u0059\u005d\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u000a\u0045\u0078\u003a\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u000a\u006e\u0065\u0077\u003a\u0027\u0025\u0073\u0027",_gbgd ._acdec ,_gbgd ._cefe ); -}();if _gbgd ._acdec ==nil {var _bggc error ;if _gbgd .UseRefinementAggregation {_gbgd ._dddb =_gbgd .getSbSymCodeLen ();};if !_gbgd .IsHuffmanEncoded {if _bggc =_gbgd .setCodingStatistics ();_bggc !=nil {return nil ,_bggc ;};};_gbgd ._cefe =make ([]*_be .Bitmap ,_gbgd .NumberOfNewSymbols ); -var _daeca []int ;if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {_daeca =make ([]int ,_gbgd .NumberOfNewSymbols );};if _bggc =_gbgd .setSymbolsArray ();_bggc !=nil {return nil ,_bggc ;};var _fdec ,_ccfb int64 ;_gbgd ._adbc =0;for _gbgd ._adbc < _gbgd .NumberOfNewSymbols {_ccfb ,_bggc =_gbgd .decodeHeightClassDeltaHeight (); -if _bggc !=nil {return nil ,_bggc ;};_fdec +=_ccfb ;var _agbc ,_gaee uint32 ;_edad :=int64 (_gbgd ._adbc );for {var _dafda int64 ;_dafda ,_bggc =_gbgd .decodeDifferenceWidth ();if _d .Is (_bggc ,_g .ErrOOB ){break ;};if _bggc !=nil {return nil ,_bggc ; -};if _gbgd ._adbc >=_gbgd .NumberOfNewSymbols {break ;};_agbc +=uint32 (_dafda );_gaee +=_agbc ;if !_gbgd .IsHuffmanEncoded ||_gbgd .UseRefinementAggregation {if !_gbgd .UseRefinementAggregation {_bggc =_gbgd .decodeDirectlyThroughGenericRegion (_agbc ,uint32 (_fdec )); -if _bggc !=nil {return nil ,_bggc ;};}else {_bggc =_gbgd .decodeAggregate (_agbc ,uint32 (_fdec ));if _bggc !=nil {return nil ,_bggc ;};};}else if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {_daeca [_gbgd ._adbc ]=int (_agbc );};_gbgd ._adbc ++; -};if _gbgd .IsHuffmanEncoded &&!_gbgd .UseRefinementAggregation {var _aebc int64 ;if _gbgd .SdHuffBMSizeSelection ==0{var _dbce _dc .Tabler ;_dbce ,_bggc =_dc .GetStandardTable (1);if _bggc !=nil {return nil ,_bggc ;};_aebc ,_bggc =_dbce .Decode (_gbgd ._ffaa ); -if _bggc !=nil {return nil ,_bggc ;};}else {_aebc ,_bggc =_gbgd .huffDecodeBmSize ();if _bggc !=nil {return nil ,_bggc ;};};_gbgd ._ffaa .Align ();var _eegcb *_be .Bitmap ;_eegcb ,_bggc =_gbgd .decodeHeightClassCollectiveBitmap (_aebc ,uint32 (_fdec ),_gaee ); -if _bggc !=nil {return nil ,_bggc ;};_bggc =_gbgd .decodeHeightClassBitmap (_eegcb ,_edad ,int (_fdec ),_daeca );if _bggc !=nil {return nil ,_bggc ;};};};_cdce ,_bggc :=_gbgd .getToExportFlags ();if _bggc !=nil {return nil ,_bggc ;};_gbgd .setExportedSymbols (_cdce ); -};return _gbgd ._acdec ,nil ;};func (_bffa *GenericRegion )setParametersWithAt (_eeff bool ,_fddf byte ,_degb ,_afad bool ,_adcb ,_afd []int8 ,_fgf ,_abbd uint32 ,_cfee *_aca .DecoderStats ,_babe *_aca .Decoder ){_bffa .IsMMREncoded =_eeff ;_bffa .GBTemplate =_fddf ; -_bffa .IsTPGDon =_degb ;_bffa .GBAtX =_adcb ;_bffa .GBAtY =_afd ;_bffa .RegionSegment .BitmapHeight =_abbd ;_bffa .RegionSegment .BitmapWidth =_fgf ;_bffa ._bfbc =nil ;_bffa .Bitmap =nil ;if _cfee !=nil {_bffa ._bed =_cfee ;};if _babe !=nil {_bffa ._befa =_babe ; -};_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049O\u004e\u005d\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0053\u0044\u0041t\u003a\u0020\u0025\u0073",_bffa );};func (_dgcg *Header )parse (_gbfg Documenter ,_bbge *_b .Reader ,_fgfde int64 ,_bdda OrganizationType )(_ggdb error ){const _bcb ="\u0070\u0061\u0072s\u0065"; -_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u005b\u0050A\u0052\u0053\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _ggdb !=nil {_ge .Log .Trace ("\u005b\u0053\u0045GM\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045R\u005d[\u0050A\u0052S\u0045\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_ggdb ); -}else {_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052]\u005bP\u0041\u0052\u0053\u0045\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064");};}();_ ,_ggdb =_bbge .Seek (_fgfde ,_fe .SeekStart ); -if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"\u0073\u0065\u0065\u006b\u0020\u0073\u0074\u0061\u0072\u0074");};if _ggdb =_dgcg .readSegmentNumber (_bbge );_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};if _ggdb =_dgcg .readHeaderFlags ();_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); -};var _aege uint64 ;_aege ,_ggdb =_dgcg .readNumberOfReferredToSegments (_bbge );if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};_dgcg .RTSNumbers ,_ggdb =_dgcg .readReferredToSegmentNumbers (_bbge ,int (_aege ));if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); -};_ggdb =_dgcg .readSegmentPageAssociation (_gbfg ,_bbge ,_aege ,_dgcg .RTSNumbers ...);if _ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,"");};if _dgcg .Type !=TEndOfFile {if _ggdb =_dgcg .readSegmentDataLength (_bbge );_ggdb !=nil {return _ac .Wrap (_ggdb ,_bcb ,""); -};};_dgcg .readDataStartOffset (_bbge ,_bdda );_dgcg .readHeaderLength (_bbge ,_fgfde );_ge .Log .Trace ("\u0025\u0073",_dgcg );return nil ;};func (_bdbb *PageInformationSegment )readCombinationOperatorOverrideAllowed ()error {_dbdca ,_dffd :=_bdbb ._eegd .ReadBit (); -if _dffd !=nil {return _dffd ;};if _dbdca ==1{_bdbb ._aecb =true ;};return nil ;};func (_faabd *TableSegment )Init (h *Header ,r *_b .Reader )error {_faabd ._daff =r ;return _faabd .parseHeader ();};func (_abgc *TableSegment )StreamReader ()*_b .Reader {return _abgc ._daff }; -func (_eeg *GenericRefinementRegion )getPixel (_ccf *_be .Bitmap ,_bdg ,_gcb int )int {if _bdg < 0||_bdg >=_ccf .Width {return 0;};if _gcb < 0||_gcb >=_ccf .Height {return 0;};if _ccf .GetPixel (_bdg ,_gcb ){return 1;};return 0;};func (_fedc *SymbolDictionary )huffDecodeBmSize ()(int64 ,error ){if _fedc ._faeg ==nil {var (_egdb int ; -_cfaa error ;);if _fedc .SdHuffDecodeHeightSelection ==3{_egdb ++;};if _fedc .SdHuffDecodeWidthSelection ==3{_egdb ++;};_fedc ._faeg ,_cfaa =_fedc .getUserTable (_egdb );if _cfaa !=nil {return 0,_cfaa ;};};return _fedc ._faeg .Decode (_fedc ._ffaa );}; -func (_aefbc *SymbolDictionary )readNumberOfNewSymbols ()error {_fadecf ,_ccb :=_aefbc ._ffaa .ReadBits (32);if _ccb !=nil {return _ccb ;};_aefbc .NumberOfNewSymbols =uint32 (_fadecf &_ae .MaxUint32 );return nil ;};type SegmentEncoder interface{Encode (_gef _b .BinaryWriter )(_efbcc int ,_bag error ); -};func (_dfda *PageInformationSegment )CombinationOperatorOverrideAllowed ()bool {return _dfda ._aecb };func (_bf *GenericRefinementRegion )GetRegionInfo ()*RegionSegment {return _bf .RegionInfo };func (_dga *HalftoneRegion )computeY (_cbe ,_cbdb int )int {return _dga .shiftAndFill (int (_dga .HGridY )+_cbe *int (_dga .HRegionX )-_cbdb *int (_dga .HRegionY )); -};func (_aecab *SymbolDictionary )checkInput ()error {if _aecab .SdHuffDecodeHeightSelection ==2{_ge .Log .Debug ("\u0053\u0079\u006d\u0062\u006fl\u0020\u0044\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u0053e\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0070\u0065r\u006d\u0069\u0074\u0074\u0065\u0064",_aecab .SdHuffDecodeHeightSelection ); -};if _aecab .SdHuffDecodeWidthSelection ==2{_ge .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0044\u0065\u0063\u006f\u0064\u0065\u0020\u0057\u0069\u0064t\u0068\u0020\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0064\u0020\u0076\u0061l\u0075\u0065\u0020\u006e\u006f\u0074 \u0070\u0065r\u006d\u0069t\u0074e\u0064",_aecab .SdHuffDecodeWidthSelection ); -};if _aecab .IsHuffmanEncoded {if _aecab .SdTemplate !=0{_ge .Log .Debug ("\u0053\u0044T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e \u0030\u0029",_aecab .SdTemplate ); -};if !_aecab .UseRefinementAggregation {if !_aecab .UseRefinementAggregation {if _aecab ._dfbd {_ge .Log .Debug ("\u0049\u0073\u0043\u006f\u0064\u0069\u006e\u0067C\u006f\u006e\u0074ex\u0074\u0052\u0065\u0074\u0061\u0069n\u0065\u0064\u0020\u003d\u0020\u0074\u0072\u0075\u0065\u0020\u0028\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0066\u0061\u006cs\u0065\u0029"); -_aecab ._dfbd =false ;};if _aecab ._aegee {_ge .Log .Debug ("\u0069s\u0043\u006fd\u0069\u006e\u0067\u0043o\u006e\u0074\u0065x\u0074\u0055\u0073\u0065\u0064\u0020\u003d\u0020\u0074ru\u0065\u0020\u0028s\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020f\u0061\u006cs\u0065\u0029"); -_aecab ._aegee =false ;};};};}else {if _aecab .SdHuffBMSizeSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066B\u004d\u0053\u0069\u007a\u0065\u0053\u0065\u006c\u0065\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aecab .SdHuffBMSizeSelection =0;};if _aecab .SdHuffDecodeWidthSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0057\u0069\u0064\u0074\u0068\u0053\u0065\u006c\u0065\u0063\u0074\u0069o\u006e\u0020\u0073\u0068\u006fu\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aecab .SdHuffDecodeWidthSelection =0;};if _aecab .SdHuffDecodeHeightSelection !=0{_ge .Log .Debug ("\u0053\u0064\u0048\u0075\u0066\u0066\u0044\u0065\u0063\u006f\u0064\u0065\u0048e\u0069\u0067\u0068\u0074\u0053\u0065l\u0065\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0030"); -_aecab .SdHuffDecodeHeightSelection =0;};};if !_aecab .UseRefinementAggregation {if _aecab .SdrTemplate !=0{_ge .Log .Debug ("\u0053\u0044\u0052\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u003d\u0020\u0025\u0064\u0020\u0028s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aecab .SdrTemplate ); -_aecab .SdrTemplate =0;};};if !_aecab .IsHuffmanEncoded ||!_aecab .UseRefinementAggregation {if _aecab .SdHuffAggInstanceSelection {_ge .Log .Debug ("\u0053d\u0048\u0075f\u0066\u0041\u0067g\u0049\u006e\u0073\u0074\u0061\u006e\u0063e\u0053\u0065\u006c\u0065\u0063\u0074i\u006f\u006e\u0020\u003d\u0020\u0025\u0064\u0020\u0028\u0073\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030\u0029",_aecab .SdHuffAggInstanceSelection ); -};};return nil ;};var (_ Regioner =&TextRegion {};_ Segmenter =&TextRegion {};);func (_bbfd *PageInformationSegment )readRequiresAuxiliaryBuffer ()error {_affag ,_gcae :=_bbfd ._eegd .ReadBit ();if _gcae !=nil {return _gcae ;};if _affag ==1{_bbfd ._fafc =true ; -};return nil ;};func (_eec *HalftoneRegion )parseHeader ()error {if _addf :=_eec .RegionSegment .parseHeader ();_addf !=nil {return _addf ;};_egcc ,_fadec :=_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};_eec .HDefaultPixel =int8 (_egcc );_cbfa ,_fadec :=_eec ._daec .ReadBits (3); -if _fadec !=nil {return _fadec ;};_eec .CombinationOperator =_be .CombinationOperator (_cbfa &0xf);_egcc ,_fadec =_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};if _egcc ==1{_eec .HSkipEnabled =true ;};_cbfa ,_fadec =_eec ._daec .ReadBits (2); -if _fadec !=nil {return _fadec ;};_eec .HTemplate =byte (_cbfa &0xf);_egcc ,_fadec =_eec ._daec .ReadBit ();if _fadec !=nil {return _fadec ;};if _egcc ==1{_eec .IsMMREncoded =true ;};_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ; -};_eec .HGridWidth =uint32 (_cbfa &_ae .MaxUint32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ;};_eec .HGridHeight =uint32 (_cbfa &_ae .MaxUint32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ; -};_eec .HGridX =int32 (_cbfa &_ae .MaxInt32 );_cbfa ,_fadec =_eec ._daec .ReadBits (32);if _fadec !=nil {return _fadec ;};_eec .HGridY =int32 (_cbfa &_ae .MaxInt32 );_cbfa ,_fadec =_eec ._daec .ReadBits (16);if _fadec !=nil {return _fadec ;};_eec .HRegionX =uint16 (_cbfa &_ae .MaxUint16 ); -_cbfa ,_fadec =_eec ._daec .ReadBits (16);if _fadec !=nil {return _fadec ;};_eec .HRegionY =uint16 (_cbfa &_ae .MaxUint16 );if _fadec =_eec .computeSegmentDataStructure ();_fadec !=nil {return _fadec ;};return _eec .checkInput ();};func (_eefg *PatternDictionary )setGbAtPixels (){if _eefg .HDTemplate ==0{_eefg .GBAtX =make ([]int8 ,4); -_eefg .GBAtY =make ([]int8 ,4);_eefg .GBAtX [0]=-int8 (_eefg .HdpWidth );_eefg .GBAtY [0]=0;_eefg .GBAtX [1]=-3;_eefg .GBAtY [1]=-1;_eefg .GBAtX [2]=2;_eefg .GBAtY [2]=-2;_eefg .GBAtX [3]=-2;_eefg .GBAtY [3]=-2;}else {_eefg .GBAtX =[]int8 {-int8 (_eefg .HdpWidth )}; -_eefg .GBAtY =[]int8 {0};};};func (_fbgbf *RegionSegment )Size ()int {return 17};func (_beaf *SymbolDictionary )setRefinementAtPixels ()error {if !_beaf .UseRefinementAggregation ||_beaf .SdrTemplate !=0{return nil ;};if _ebbbb :=_beaf .readRefinementAtPixels (2); -_ebbbb !=nil {return _ebbbb ;};return nil ;};func (_dggd *SymbolDictionary )Encode (w _b .BinaryWriter )(_dgda int ,_begca error ){const _acac ="\u0053\u0079\u006dbo\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; -if _dggd ==nil {return 0,_ac .Error (_acac ,"\u0073\u0079m\u0062\u006f\u006c\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066in\u0065\u0064");};if _dgda ,_begca =_dggd .encodeFlags (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,""); -};_dafd ,_begca :=_dggd .encodeATFlags (w );if _begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeRefinementATFlags (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeNumSyms (w ); -_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;if _dafd ,_begca =_dggd .encodeSymbols (w );_begca !=nil {return _dgda ,_ac .Wrap (_begca ,_acac ,"");};_dgda +=_dafd ;return _dgda ,nil ;};func (_gfa *GenericRegion )parseHeader ()(_ccc error ){_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052I\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0050\u0061\u0072s\u0069\u006e\u0067\u0048\u0065\u0061\u0064e\u0072\u002e\u002e\u002e"); -defer func (){if _ccc !=nil {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0047\u0049\u004f\u004e]\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065r\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0077\u0069th\u0020\u0065\u0072\u0072\u006f\u0072\u002e\u0020\u0025\u0076",_ccc ); -}else {_ge .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049C\u002d\u0052\u0045G\u0049\u004f\u004e]\u0020\u0050a\u0072\u0073\u0069\u006e\u0067\u0048e\u0061de\u0072\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u0020\u0053\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079\u002e\u002e\u002e"); -};}();var (_daa int ;_eadd uint64 ;);if _ccc =_gfa .RegionSegment .parseHeader ();_ccc !=nil {return _ccc ;};if _ ,_ccc =_gfa ._acfe .ReadBits (3);_ccc !=nil {return _ccc ;};_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ;};if _daa ==1{_gfa .UseExtTemplates =true ; -};_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ;};if _daa ==1{_gfa .IsTPGDon =true ;};_eadd ,_ccc =_gfa ._acfe .ReadBits (2);if _ccc !=nil {return _ccc ;};_gfa .GBTemplate =byte (_eadd &0xf);_daa ,_ccc =_gfa ._acfe .ReadBit ();if _ccc !=nil {return _ccc ; -};if _daa ==1{_gfa .IsMMREncoded =true ;};if !_gfa .IsMMREncoded {_dbe :=1;if _gfa .GBTemplate ==0{_dbe =4;if _gfa .UseExtTemplates {_dbe =12;};};if _ccc =_gfa .readGBAtPixels (_dbe );_ccc !=nil {return _ccc ;};};if _ccc =_gfa .computeSegmentDataStructure (); -_ccc !=nil {return _ccc ;};_ge .Log .Trace ("\u0025\u0073",_gfa );return nil ;};func _ead (_dfg *_b .Reader ,_fcfe *Header )*GenericRefinementRegion {return &GenericRefinementRegion {_acab :_dfg ,RegionInfo :NewRegionSegment (_dfg ),_aeg :_fcfe ,_af :&template0 {},_ad :&template1 {}}; -};func (_dddf *SymbolDictionary )decodeHeightClassDeltaHeight ()(int64 ,error ){if _dddf .IsHuffmanEncoded {return _dddf .decodeHeightClassDeltaHeightWithHuffman ();};_acbd ,_fffb :=_dddf ._gede .DecodeInt (_dddf ._ace );if _fffb !=nil {return 0,_fffb ; -};return int64 (_acbd ),nil ;};func (_acdg *PatternDictionary )extractPatterns (_eff *_be .Bitmap )error {var _dbfd int ;_cggc :=make ([]*_be .Bitmap ,_acdg .GrayMax +1);for _dbfd <=int (_acdg .GrayMax ){_bfba :=int (_acdg .HdpWidth )*_dbfd ;_cdedg :=_f .Rect (_bfba ,0,_bfba +int (_acdg .HdpWidth ),int (_acdg .HdpHeight )); -_cffe ,_feb :=_be .Extract (_cdedg ,_eff );if _feb !=nil {return _feb ;};_cggc [_dbfd ]=_cffe ;_dbfd ++;};_acdg .Patterns =_cggc ;return nil ;};func NewRegionSegment (r *_b .Reader )*RegionSegment {return &RegionSegment {_ddaf :r }};func (_gbdf *RegionSegment )Encode (w _b .BinaryWriter )(_effg int ,_dedd error ){const _ffdaa ="R\u0065g\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065"; -_acaf :=make ([]byte ,4);_c .BigEndian .PutUint32 (_acaf ,_gbdf .BitmapWidth );_effg ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0057\u0069\u0064t\u0068");};_c .BigEndian .PutUint32 (_acaf ,_gbdf .BitmapHeight );var _bdca int ; -_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0048\u0065\u0069\u0067\u0068\u0074");};_effg +=_bdca ;_c .BigEndian .PutUint32 (_acaf ,_gbdf .XLocation );_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0058L\u006f\u0063\u0061\u0074\u0069\u006fn"); -};_effg +=_bdca ;_c .BigEndian .PutUint32 (_acaf ,_gbdf .YLocation );_bdca ,_dedd =w .Write (_acaf );if _dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"\u0059L\u006f\u0063\u0061\u0074\u0069\u006fn");};_effg +=_bdca ;if _dedd =w .WriteByte (byte (_gbdf .CombinaionOperator )&0x07); -_dedd !=nil {return 0,_ac .Wrap (_dedd ,_ffdaa ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072");};_effg ++;return _effg ,nil ;};func (_cbde *SymbolDictionary )decodeRefinedSymbol (_cgef ,_adea uint32 )error {var (_ceeeg int ; -_fcgca ,_bbfe int32 ;);if _cbde .IsHuffmanEncoded {_acaaa ,_cdbb :=_cbde ._ffaa .ReadBits (byte (_cbde ._dddb ));if _cdbb !=nil {return _cdbb ;};_ceeeg =int (_acaaa );_fdff ,_cdbb :=_dc .GetStandardTable (15);if _cdbb !=nil {return _cdbb ;};_fdaa ,_cdbb :=_fdff .Decode (_cbde ._ffaa ); -if _cdbb !=nil {return _cdbb ;};_fcgca =int32 (_fdaa );_fdaa ,_cdbb =_fdff .Decode (_cbde ._ffaa );if _cdbb !=nil {return _cdbb ;};_bbfe =int32 (_fdaa );_fdff ,_cdbb =_dc .GetStandardTable (1);if _cdbb !=nil {return _cdbb ;};if _ ,_cdbb =_fdff .Decode (_cbde ._ffaa ); -_cdbb !=nil {return _cdbb ;};_cbde ._ffaa .Align ();}else {_eedg ,_fefa :=_cbde ._gede .DecodeIAID (uint64 (_cbde ._dddb ),_cbde ._gecad );if _fefa !=nil {return _fefa ;};_ceeeg =int (_eedg );_fcgca ,_fefa =_cbde ._gede .DecodeInt (_cbde ._bfbae );if _fefa !=nil {return _fefa ; -};_bbfe ,_fefa =_cbde ._gede .DecodeInt (_cbde ._dcbf );if _fefa !=nil {return _fefa ;};};if _aefge :=_cbde .setSymbolsArray ();_aefge !=nil {return _aefge ;};_gaga :=_cbde ._aegd [_ceeeg ];if _acfed :=_cbde .decodeNewSymbols (_cgef ,_adea ,_gaga ,_fcgca ,_bbfe ); -_acfed !=nil {return _acfed ;};if _cbde .IsHuffmanEncoded {_cbde ._ffaa .Align ();};return nil ;};func (_gcgfd *SymbolDictionary )encodeSymbols (_geec _b .BinaryWriter )(_adgcd int ,_ggaf error ){const _bcafa ="\u0065\u006e\u0063o\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c"; -_bced :=_fd .New ();_bced .Init ();_deeb ,_ggaf :=_gcgfd ._gdaa .SelectByIndexes (_gcgfd ._eabgf );if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0069n\u0069\u0074\u0069\u0061\u006c");};_agcd :=map[*_be .Bitmap ]int {};for _afcfd ,_fadc :=range _deeb .Values {_agcd [_fadc ]=_afcfd ; -};_deeb .SortByHeight ();var _egaa ,_baab int ;_cacga ,_ggaf :=_deeb .GroupByHeight ();if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"");};for _ ,_ggac :=range _cacga .Values {_fcabc :=_ggac .Values [0].Height ;_fgag :=_fcabc -_egaa ;if _ggaf =_bced .EncodeInteger (_fd .IADH ,_fgag ); -_ggaf !=nil {return 0,_ac .Wrapf (_ggaf ,_bcafa ,"\u0049\u0041\u0044\u0048\u0020\u0066\u006f\u0072\u0020\u0064\u0068\u003a \u0027\u0025\u0064\u0027",_fgag );};_egaa =_fcabc ;_bdgc ,_gggg :=_ggac .GroupByWidth ();if _gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"\u0068\u0065\u0069g\u0068\u0074\u003a\u0020\u0027\u0025\u0064\u0027",_fcabc ); -};var _bgg int ;for _ ,_cecd :=range _bdgc .Values {for _ ,_gfgg :=range _cecd .Values {_ecag :=_gfgg .Width ;_ffe :=_ecag -_bgg ;if _gggg =_bced .EncodeInteger (_fd .IADW ,_ffe );_gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"\u0049\u0041\u0044\u0057\u0020\u0066\u006f\u0072\u0020\u0064\u0077\u003a \u0027\u0025\u0064\u0027",_ffe ); -};_bgg +=_ffe ;if _gggg =_bced .EncodeBitmap (_gfgg ,false );_gggg !=nil {return 0,_ac .Wrapf (_gggg ,_bcafa ,"H\u0065i\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u0020W\u0069\u0064\u0074\u0068: \u0025\u0064",_fcabc ,_ecag );};_gfcf :=_agcd [_gfgg ];_gcgfd ._cbed [_gfcf ]=_baab ; -_baab ++;};};if _gggg =_bced .EncodeOOB (_fd .IADW );_gggg !=nil {return 0,_ac .Wrap (_gggg ,_bcafa ,"\u0049\u0041\u0044\u0057");};};if _ggaf =_bced .EncodeInteger (_fd .IAEX ,0);_ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073"); -};if _ggaf =_bced .EncodeInteger (_fd .IAEX ,len (_gcgfd ._eabgf ));_ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0073\u0079m\u0062\u006f\u006c\u0073");};_bced .Final ();_feca ,_ggaf :=_bced .WriteTo (_geec ); -if _ggaf !=nil {return 0,_ac .Wrap (_ggaf ,_bcafa ,"\u0077\u0072i\u0074\u0069\u006e\u0067 \u0065\u006ec\u006f\u0064\u0065\u0072\u0020\u0063\u006f\u006et\u0065\u0078\u0074\u0020\u0074\u006f\u0020\u0027\u0077\u0027\u0020\u0077r\u0069\u0074\u0065\u0072"); -};return int (_feca ),nil ;};func (_cecb *TextRegion )decodeRdh ()(int64 ,error ){const _fccf ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064h";if _cecb .IsHuffmanEncoded {if _cecb .SbHuffRDHeight ==3{if _cecb ._acdge ==nil {var (_caac int ;_ggea error ; -);if _cecb .SbHuffFS ==3{_caac ++;};if _cecb .SbHuffDS ==3{_caac ++;};if _cecb .SbHuffDT ==3{_caac ++;};if _cecb .SbHuffRDWidth ==3{_caac ++;};_cecb ._acdge ,_ggea =_cecb .getUserTable (_caac );if _ggea !=nil {return 0,_ac .Wrap (_ggea ,_fccf ,"");};}; -return _cecb ._acdge .Decode (_cecb ._bfde );};_bbcc ,_aebg :=_dc .GetStandardTable (14+int (_cecb .SbHuffRDHeight ));if _aebg !=nil {return 0,_ac .Wrap (_aebg ,_fccf ,"");};return _bbcc .Decode (_cecb ._bfde );};_eabfe ,_fagdb :=_cecb ._bfga .DecodeInt (_cecb ._gcag ); -if _fagdb !=nil {return 0,_ac .Wrap (_fagdb ,_fccf ,"");};return int64 (_eabfe ),nil ;};type HalftoneRegion struct{_daec *_b .Reader ;_eba *Header ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ; -HDefaultPixel int8 ;CombinationOperator _be .CombinationOperator ;HSkipEnabled bool ;HTemplate byte ;IsMMREncoded bool ;HGridWidth uint32 ;HGridHeight uint32 ;HGridX int32 ;HGridY int32 ;HRegionX uint16 ;HRegionY uint16 ;HalftoneRegionBitmap *_be .Bitmap ; -Patterns []*_be .Bitmap ;};func (_ebf *GenericRegion )GetRegionBitmap ()(_dcf *_be .Bitmap ,_fdbe error ){if _ebf .Bitmap !=nil {return _ebf .Bitmap ,nil ;};if _ebf .IsMMREncoded {if _ebf ._bfbc ==nil {_ebf ._bfbc ,_fdbe =_df .New (_ebf ._acfe ,int (_ebf .RegionSegment .BitmapWidth ),int (_ebf .RegionSegment .BitmapHeight ),_ebf .DataOffset ,_ebf .DataLength ); -if _fdbe !=nil {return nil ,_fdbe ;};};_ebf .Bitmap ,_fdbe =_ebf ._bfbc .UncompressMMR ();return _ebf .Bitmap ,_fdbe ;};if _fdbe =_ebf .updateOverrideFlags ();_fdbe !=nil {return nil ,_fdbe ;};var _ded int ;if _ebf ._befa ==nil {_ebf ._befa ,_fdbe =_aca .New (_ebf ._acfe ); -if _fdbe !=nil {return nil ,_fdbe ;};};if _ebf ._bed ==nil {_ebf ._bed =_aca .NewStats (65536,1);};_ebf .Bitmap =_be .New (int (_ebf .RegionSegment .BitmapWidth ),int (_ebf .RegionSegment .BitmapHeight ));_eebf :=int (uint32 (_ebf .Bitmap .Width +7)&(^uint32 (7))); -for _cgebg :=0;_cgebg < _ebf .Bitmap .Height ;_cgebg ++{if _ebf .IsTPGDon {var _cba int ;_cba ,_fdbe =_ebf .decodeSLTP ();if _fdbe !=nil {return nil ,_fdbe ;};_ded ^=_cba ;};if _ded ==1{if _cgebg > 0{if _fdbe =_ebf .copyLineAbove (_cgebg );_fdbe !=nil {return nil ,_fdbe ; -};};}else {if _fdbe =_ebf .decodeLine (_cgebg ,_ebf .Bitmap .Width ,_eebf );_fdbe !=nil {return nil ,_fdbe ;};};};return _ebf .Bitmap ,nil ;};func (_abega *SymbolDictionary )readRegionFlags ()error {var (_dafg uint64 ;_gcda int ;);_ ,_cfde :=_abega ._ffaa .ReadBits (3); -if _cfde !=nil {return _cfde ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};_abega .SdrTemplate =int8 (_gcda );_dafg ,_cfde =_abega ._ffaa .ReadBits (2);if _cfde !=nil {return _cfde ;};_abega .SdTemplate =int8 (_dafg &0xf);_gcda ,_cfde =_abega ._ffaa .ReadBit (); -if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega ._dfbd =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega ._aegee =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .SdHuffAggInstanceSelection =true ; -};_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};_abega .SdHuffBMSizeSelection =int8 (_gcda );_dafg ,_cfde =_abega ._ffaa .ReadBits (2);if _cfde !=nil {return _cfde ;};_abega .SdHuffDecodeWidthSelection =int8 (_dafg &0xf);_dafg ,_cfde =_abega ._ffaa .ReadBits (2); -if _cfde !=nil {return _cfde ;};_abega .SdHuffDecodeHeightSelection =int8 (_dafg &0xf);_gcda ,_cfde =_abega ._ffaa .ReadBit ();if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .UseRefinementAggregation =true ;};_gcda ,_cfde =_abega ._ffaa .ReadBit (); -if _cfde !=nil {return _cfde ;};if _gcda ==1{_abega .IsHuffmanEncoded =true ;};return nil ;};func (_dbdce *GenericRegion )setParameters (_ebc bool ,_fef ,_ccea int64 ,_acde ,_gafb uint32 ){_dbdce .IsMMREncoded =_ebc ;_dbdce .DataOffset =_fef ;_dbdce .DataLength =_ccea ; -_dbdce .RegionSegment .BitmapHeight =_acde ;_dbdce .RegionSegment .BitmapWidth =_gafb ;_dbdce ._bfbc =nil ;_dbdce .Bitmap =nil ;};func (_bcfa *TextRegion )decodeRdy ()(int64 ,error ){const _aabd ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064y";if _bcfa .IsHuffmanEncoded {if _bcfa .SbHuffRDY ==3{if _bcfa ._dfad ==nil {var (_cgfc int ; -_fgbf error ;);if _bcfa .SbHuffFS ==3{_cgfc ++;};if _bcfa .SbHuffDS ==3{_cgfc ++;};if _bcfa .SbHuffDT ==3{_cgfc ++;};if _bcfa .SbHuffRDWidth ==3{_cgfc ++;};if _bcfa .SbHuffRDHeight ==3{_cgfc ++;};if _bcfa .SbHuffRDX ==3{_cgfc ++;};_bcfa ._dfad ,_fgbf =_bcfa .getUserTable (_cgfc ); -if _fgbf !=nil {return 0,_ac .Wrap (_fgbf ,_aabd ,"");};};return _bcfa ._dfad .Decode (_bcfa ._bfde );};_dgebg ,_gbge :=_dc .GetStandardTable (14+int (_bcfa .SbHuffRDY ));if _gbge !=nil {return 0,_gbge ;};return _dgebg .Decode (_bcfa ._bfde );};_abdd ,_eagdc :=_bcfa ._bfga .DecodeInt (_bcfa ._dfa ); -if _eagdc !=nil {return 0,_ac .Wrap (_eagdc ,_aabd ,"");};return int64 (_abdd ),nil ;};func (_dege *Header )writeFlags (_fagb _b .BinaryWriter )(_bddc error ){const _fafff ="\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065F\u006c\u0061\u0067\u0073"; -_dfd :=byte (_dege .Type );if _bddc =_fagb .WriteByte (_dfd );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0077\u0072\u0069ti\u006e\u0067\u0020\u0073\u0065\u0067\u006d\u0065\u006et\u0020t\u0079p\u0065 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};if !_dege .RetainFlag &&!_dege .PageAssociationFieldSize {return nil ;};if _bddc =_fagb .SkipBits (-8);_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0073\u006bi\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0061\u0063\u006b\u0020\u0074\u0068\u0065\u0020\u0062\u0069\u0074\u0073\u0020\u0066\u0061il\u0065\u0064"); -};var _fcec int ;if _dege .RetainFlag {_fcec =1;};if _bddc =_fagb .WriteBit (_fcec );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"\u0072\u0065\u0074\u0061in\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067\u0073");};_fcec =0;if _dege .PageAssociationFieldSize {_fcec =1; -};if _bddc =_fagb .WriteBit (_fcec );_bddc !=nil {return _ac .Wrap (_bddc ,_fafff ,"p\u0061\u0067\u0065\u0020as\u0073o\u0063\u0069\u0061\u0074\u0069o\u006e\u0020\u0066\u006c\u0061\u0067");};_fagb .FinishByte ();return nil ;};func _bgbd (_gagd int )int {if _gagd ==0{return 0; -};_gagd |=_gagd >>1;_gagd |=_gagd >>2;_gagd |=_gagd >>4;_gagd |=_gagd >>8;_gagd |=_gagd >>16;return (_gagd +1)>>1;};func (_gdca *SymbolDictionary )setAtPixels ()error {if _gdca .IsHuffmanEncoded {return nil ;};_agg :=1;if _gdca .SdTemplate ==0{_agg =4; -};if _efdb :=_gdca .readAtPixels (_agg );_efdb !=nil {return _efdb ;};return nil ;};func (_bgeg *PageInformationSegment )parseHeader ()(_ced error ){_ge .Log .Trace ("\u005b\u0050\u0061\u0067\u0065I\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067m\u0065\u006e\u0074\u005d\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u002e\u002e"); -defer func (){var _daaa ="[\u0050\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072m\u0061\u0074\u0069\u006f\u006e\u0053\u0065gm\u0065\u006e\u0074\u005d \u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065ad\u0065\u0072 \u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064"; -if _ced !=nil {_daaa +="\u0020\u0077\u0069t\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u0020"+_ced .Error ();}else {_daaa +="\u0020\u0073\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079";};_ge .Log .Trace (_daaa );}();if _ced =_bgeg .readWidthAndHeight (); -_ced !=nil {return _ced ;};if _ced =_bgeg .readResolution ();_ced !=nil {return _ced ;};_ ,_ced =_bgeg ._eegd .ReadBit ();if _ced !=nil {return _ced ;};if _ced =_bgeg .readCombinationOperatorOverrideAllowed ();_ced !=nil {return _ced ;};if _ced =_bgeg .readRequiresAuxiliaryBuffer (); -_ced !=nil {return _ced ;};if _ced =_bgeg .readCombinationOperator ();_ced !=nil {return _ced ;};if _ced =_bgeg .readDefaultPixelValue ();_ced !=nil {return _ced ;};if _ced =_bgeg .readContainsRefinement ();_ced !=nil {return _ced ;};if _ced =_bgeg .readIsLossless (); -_ced !=nil {return _ced ;};if _ced =_bgeg .readIsStriped ();_ced !=nil {return _ced ;};if _ced =_bgeg .readMaxStripeSize ();_ced !=nil {return _ced ;};if _ced =_bgeg .checkInput ();_ced !=nil {return _ced ;};_ge .Log .Trace ("\u0025\u0073",_bgeg );return nil ; -};func (_bd *GenericRefinementRegion )decodeTemplate (_dec ,_eca ,_fgb ,_fad ,_gbf ,_gade ,_ggg ,_dcgcf ,_ed ,_dbc int ,_eef templater )(_acdb error ){var (_cdg ,_bgf ,_ag ,_fcb ,_fga int16 ;_fbf ,_ebe ,_bbf ,_eagg int ;_bfg byte ;);if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad ); -if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );};if _ed >=0&&(_ed )< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&(_ed +1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); -if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};_dbc ++;if _dec >=1{_bfg ,_acdb =_bd .RegionBitmap .GetByte (_dcgcf -_fgb );if _acdb !=nil {return _acdb ;};_eagg =int (_bfg );};_dcgcf ++;_dagb :=_bd .ReferenceDX %8;_agd :=6+_dagb ;_egg :=_dbc %_fad ; -if _agd >=0{if _agd < 8{_cdg =int16 (_fbf >>uint (_agd ))&0x07;};if _agd < 8{_bgf =int16 (_ebe >>uint (_agd ))&0x07;};if _agd < 8{_ag =int16 (_bbf >>uint (_agd ))&0x07;};if _agd ==6&&_egg > 1{if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad -2); -if _acdb !=nil {return _acdb ;};_cdg |=int16 (_bfg <<2)&0x04;};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -2);if _acdb !=nil {return _acdb ;};_bgf |=int16 (_bfg <<2)&0x04;};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad -2); -if _acdb !=nil {return _acdb ;};_ag |=int16 (_bfg <<2)&0x04;};};if _agd ==0{_fbf =0;_ebe =0;_bbf =0;if _egg < _fad -1{if _ed >=1&&_ed -1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad );if _acdb !=nil {return _acdb ; -};_fbf =int (_bfg );};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); -if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};};_dbc ++;};}else {_cdg =int16 (_fbf <<1)&0x07;_bgf =int16 (_ebe <<1)&0x07;_ag =int16 (_bbf <<1)&0x07;_fbf =0;_ebe =0;_bbf =0;if _egg < _fad -1{if _ed >=1&&_ed -1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad ); -if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );};if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&_ed +1< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); -if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};_dbc ++;};_cdg |=int16 ((_fbf >>7)&0x07);_bgf |=int16 ((_ebe >>7)&0x07);_ag |=int16 ((_bbf >>7)&0x07);};_fcb =int16 (_eagg >>6);_fga =0;_bda :=(2-_dagb )%8;_fbf <<=uint (_bda );_ebe <<=uint (_bda );_bbf <<=uint (_bda ); -_eagg <<=2;var _faf int ;for _gdg :=0;_gdg < _eca ;_gdg ++{_cfb :=_gdg &0x07;_edf :=_eef .form (_cdg ,_bgf ,_ag ,_fcb ,_fga );if _bd ._eb {_bfg ,_acdb =_bd .RegionBitmap .GetByte (_bd .RegionBitmap .GetByteIndex (_gdg ,_dec ));if _acdb !=nil {return _acdb ; -};_bd ._bge .SetIndex (int32 (_bd .overrideAtTemplate0 (int (_edf ),_gdg ,_dec ,int (_bfg ),_cfb )));}else {_bd ._bge .SetIndex (int32 (_edf ));};_faf ,_acdb =_bd ._bg .DecodeBit (_bd ._bge );if _acdb !=nil {return _acdb ;};if _acdb =_bd .RegionBitmap .SetPixel (_gdg ,_dec ,byte (_faf )); -_acdb !=nil {return _acdb ;};_cdg =((_cdg <<1)|0x01&int16 (_fbf >>7))&0x07;_bgf =((_bgf <<1)|0x01&int16 (_ebe >>7))&0x07;_ag =((_ag <<1)|0x01&int16 (_bbf >>7))&0x07;_fcb =((_fcb <<1)|0x01&int16 (_eagg >>7))&0x07;_fga =int16 (_faf );if (_gdg -int (_bd .ReferenceDX ))%8==5{_fbf =0; -_ebe =0;_bbf =0;if ((_gdg -int (_bd .ReferenceDX ))/8)+1< _bd .ReferenceBitmap .RowStride {if _ed >=1&&(_ed -1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc -_fad );if _acdb !=nil {return _acdb ;};_fbf =int (_bfg );}; -if _ed >=0&&_ed < _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc );if _acdb !=nil {return _acdb ;};_ebe =int (_bfg );};if _ed >=-1&&(_ed +1)< _bd .ReferenceBitmap .Height {_bfg ,_acdb =_bd .ReferenceBitmap .GetByte (_dbc +_fad ); -if _acdb !=nil {return _acdb ;};_bbf =int (_bfg );};};_dbc ++;}else {_fbf <<=1;_ebe <<=1;_bbf <<=1;};if _cfb ==5&&_dec >=1{if ((_gdg >>3)+1)>=_bd .RegionBitmap .RowStride {_eagg =0;}else {_bfg ,_acdb =_bd .RegionBitmap .GetByte (_dcgcf -_fgb );if _acdb !=nil {return _acdb ; -};_eagg =int (_bfg );};_dcgcf ++;}else {_eagg <<=1;};};return nil ;};type PatternDictionary struct{_abca *_b .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;GBAtX []int8 ;GBAtY []int8 ;IsMMREncoded bool ;HDTemplate byte ; -HdpWidth byte ;HdpHeight byte ;Patterns []*_be .Bitmap ;GrayMax uint32 ;};func (_dcced *PatternDictionary )readIsMMREncoded ()error {_cfdb ,_gbeg :=_dcced ._abca .ReadBit ();if _gbeg !=nil {return _gbeg ;};if _cfdb !=0{_dcced .IsMMREncoded =true ;};return nil ; -};func (_bbeec *PatternDictionary )readTemplate ()error {_fbe ,_gbbd :=_bbeec ._abca .ReadBits (2);if _gbbd !=nil {return _gbbd ;};_bbeec .HDTemplate =byte (_fbe );return nil ;};func (_begb *PageInformationSegment )String ()string {_bgeec :=&_e .Builder {}; -_bgeec .WriteString ("\u000a\u005b\u0050\u0041G\u0045\u002d\u0049\u004e\u0046\u004f\u0052\u004d\u0041\u0054I\u004fN\u002d\u0053\u0045\u0047\u004d\u0045\u004eT\u005d\u000a");_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d \u0042\u004d\u0048e\u0069\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u000a",_begb .PageBMHeight )); -_bgeec .WriteString (_ff .Sprintf ("\u0009-\u0020B\u004d\u0057\u0069\u0064\u0074\u0068\u003a\u0020\u0025\u0064\u000a",_begb .PageBMWidth ));_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0058\u003a\u0020\u0025\u0064\u000a",_begb .ResolutionX )); -_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0059\u003a\u0020\u0025\u0064\u000a",_begb .ResolutionY ));_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0073\u000a",_begb ._gcbcf )); -_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006eO\u0070\u0065\u0072\u0061\u0074\u006f\u0072O\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u003a\u0020\u0025v\u000a",_begb ._aecb ));_bgeec .WriteString (_ff .Sprintf ("\u0009-\u0020I\u0073\u004c\u006f\u0073\u0073l\u0065\u0073s\u003a\u0020\u0025\u0076\u000a",_begb .IsLossless )); -_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020R\u0065\u0071\u0075\u0069r\u0065\u0073\u0041\u0075\u0078\u0069\u006ci\u0061\u0072\u0079\u0042\u0075\u0066\u0066\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_begb ._fafc ));_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020M\u0069\u0067\u0068\u0074C\u006f\u006e\u0074\u0061\u0069\u006e\u0052e\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0076\u000a",_begb ._ffcgf )); -_bgeec .WriteString (_ff .Sprintf ("\u0009\u002d\u0020\u0049\u0073\u0053\u0074\u0072\u0069\u0070\u0065\u0064:\u0020\u0025\u0076\u000a",_begb .IsStripe ));_bgeec .WriteString (_ff .Sprintf ("\t\u002d\u0020\u004d\u0061xS\u0074r\u0069\u0070\u0065\u0053\u0069z\u0065\u003a\u0020\u0025\u0076\u000a",_begb .MaxStripeSize )); -return _bgeec .String ();};var (_aegg Segmenter ;_fbcb =map[Type ]func ()Segmenter {TSymbolDictionary :func ()Segmenter {return &SymbolDictionary {}},TIntermediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateTextRegion :func ()Segmenter {return &TextRegion {}},TImmediateLosslessTextRegion :func ()Segmenter {return &TextRegion {}},TPatternDictionary :func ()Segmenter {return &PatternDictionary {}},TIntermediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TImmediateLosslessHalftoneRegion :func ()Segmenter {return &HalftoneRegion {}},TIntermediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateGenericRegion :func ()Segmenter {return &GenericRegion {}},TImmediateLosslessGenericRegion :func ()Segmenter {return &GenericRegion {}},TIntermediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TImmediateLosslessGenericRefinementRegion :func ()Segmenter {return &GenericRefinementRegion {}},TPageInformation :func ()Segmenter {return &PageInformationSegment {}},TEndOfPage :func ()Segmenter {return _aegg },TEndOfStrip :func ()Segmenter {return &EndOfStripe {}},TEndOfFile :func ()Segmenter {return _aegg },TProfiles :func ()Segmenter {return _aegg },TTables :func ()Segmenter {return &TableSegment {}},TExtension :func ()Segmenter {return _aegg },TBitmap :func ()Segmenter {return _aegg }}; -);func (_egfda *TextRegion )decodeCurrentT ()(int64 ,error ){if _egfda .SbStrips !=1{if _egfda .IsHuffmanEncoded {_fcgf ,_eabf :=_egfda ._bfde .ReadBits (byte (_egfda .LogSBStrips ));return int64 (_fcgf ),_eabf ;};_bec ,_facg :=_egfda ._bfga .DecodeInt (_egfda ._ffg ); -if _facg !=nil {return 0,_facg ;};return int64 (_bec ),nil ;};return 0,nil ;};type TableSegment struct{_daff *_b .Reader ;_acdeg int32 ;_aega int32 ;_cbea int32 ;_gdec int32 ;_ggec int32 ;};func (_cfcce *HalftoneRegion )checkInput ()error {if _cfcce .IsMMREncoded {if _cfcce .HTemplate !=0{_ge .Log .Debug ("\u0048\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030",_cfcce .HTemplate ); -};if _cfcce .HSkipEnabled {_ge .Log .Debug ("\u0048\u0053\u006b\u0069\u0070\u0045\u006e\u0061\u0062\u006c\u0065\u0064\u0020\u0030\u0020\u0025\u0076\u0020(\u0073\u0068\u006f\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u0029",_cfcce .HSkipEnabled ); -};};return nil ;};func (_dbae *SymbolDictionary )encodeRefinementATFlags (_eebd _b .BinaryWriter )(_aadf int ,_ecfd error ){const _eafc ="\u0065\u006e\u0063od\u0065\u0052\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; -if !_dbae .UseRefinementAggregation ||_dbae .SdrTemplate !=0{return 0,nil ;};for _afcf :=0;_afcf < 2;_afcf ++{if _ecfd =_eebd .WriteByte (byte (_dbae .SdrATX [_afcf ]));_ecfd !=nil {return _aadf ,_ac .Wrapf (_ecfd ,_eafc ,"\u0053\u0064\u0072\u0041\u0054\u0058\u005b\u0025\u0064\u005d",_afcf ); -};_aadf ++;if _ecfd =_eebd .WriteByte (byte (_dbae .SdrATY [_afcf ]));_ecfd !=nil {return _aadf ,_ac .Wrapf (_ecfd ,_eafc ,"\u0053\u0064\u0072\u0041\u0054\u0059\u005b\u0025\u0064\u005d",_afcf );};_aadf ++;};return _aadf ,nil ;};type PageInformationSegment struct{_eegd *_b .Reader ; -PageBMHeight int ;PageBMWidth int ;ResolutionX int ;ResolutionY int ;_aecb bool ;_gcbcf _be .CombinationOperator ;_fafc bool ;DefaultPixelValue uint8 ;_ffcgf bool ;IsLossless bool ;IsStripe bool ;MaxStripeSize uint16 ;};func (_cgbe *PageInformationSegment )Init (h *Header ,r *_b .Reader )(_fdad error ){_cgbe ._eegd =r ; -if _fdad =_cgbe .parseHeader ();_fdad !=nil {return _ac .Wrap (_fdad ,"P\u0061\u0067\u0065\u0049\u006e\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065g\u006d\u0065\u006et\u002eI\u006e\u0069\u0074","");};return nil ;};func (_gee *GenericRefinementRegion )decodeTypicalPredictedLine (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce int )error {_eee :=_ef -int (_gee .ReferenceDY ); -_gbd :=_gee .ReferenceBitmap .GetByteIndex (0,_eee );_ecc :=_gee .RegionBitmap .GetByteIndex (0,_ef );var _eac error ;switch _gee .TemplateID {case 0:_eac =_gee .decodeTypicalPredictedLineTemplate0 (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce ,_ecc ,_eee ,_gbd ); -case 1:_eac =_gee .decodeTypicalPredictedLineTemplate1 (_ef ,_aaa ,_gb ,_fcc ,_efa ,_fce ,_ecc ,_eee ,_gbd );};return _eac ;};func (_bfdc *GenericRegion )decodeTemplate2 (_bdgg ,_edg ,_fec int ,_afbb ,_eacab int )(_efc error ){const _gebfb ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0032"; -var (_dbb ,_gcgf int ;_egfa ,_cacg int ;_gfaf byte ;_fbd ,_gebeg int ;);if _bdgg >=1{_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0031"); -};_egfa =int (_gfaf );};if _bdgg >=2{_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab -_bfdc .Bitmap .RowStride );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0032");};_cacg =int (_gfaf )<<4; -};_dbb =(_egfa >>3&0x7c)|(_cacg >>3&0x380);for _bbc :=0;_bbc < _fec ;_bbc =_fbd {var (_dcab byte ;_cdf int ;);_fbd =_bbc +8;if _cgf :=_edg -_bbc ;_cgf > 8{_cdf =8;}else {_cdf =_cgf ;};if _bdgg > 0{_egfa <<=8;if _fbd < _edg {_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab +1); -if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0030");};_egfa |=int (_gfaf );};};if _bdgg > 1{_cacg <<=8;if _fbd < _edg {_gfaf ,_efc =_bfdc .Bitmap .GetByte (_eacab -_bfdc .Bitmap .RowStride +1); -if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0031");};_cacg |=int (_gfaf )<<4;};};for _fgc :=0;_fgc < _cdf ;_fgc ++{_faa :=uint (10-_fgc );if _bfdc ._bbba {_gcgf =_bfdc .overrideAtTemplate2 (_dbb ,_bbc +_fgc ,_bdgg ,int (_dcab ),_fgc ); -_bfdc ._bed .SetIndex (int32 (_gcgf ));}else {_bfdc ._bed .SetIndex (int32 (_dbb ));};_gebeg ,_efc =_bfdc ._befa .DecodeBit (_bfdc ._bed );if _efc !=nil {return _ac .Wrap (_efc ,_gebfb ,"");};_dcab |=byte (_gebeg <>_faa )&0x4)|((_cacg >>_faa )&0x80); -};if _ecg :=_bfdc .Bitmap .SetByte (_afbb ,_dcab );_ecg !=nil {return _ac .Wrap (_ecg ,_gebfb ,"");};_afbb ++;_eacab ++;};return nil ;};func (_edc *template0 )setIndex (_deae *_aca .DecoderStats ){_deae .SetIndex (0x100)};func (_eege *GenericRegion )decodeSLTP ()(int ,error ){switch _eege .GBTemplate {case 0:_eege ._bed .SetIndex (0x9B25); -case 1:_eege ._bed .SetIndex (0x795);case 2:_eege ._bed .SetIndex (0xE5);case 3:_eege ._bed .SetIndex (0x195);};return _eege ._befa .DecodeBit (_eege ._bed );};func (_acc *Header )readReferredToSegmentNumbers (_ecbb *_b .Reader ,_bbee int )([]int ,error ){const _aede ="\u0072\u0065\u0061\u0064R\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0054\u006f\u0053e\u0067m\u0065\u006e\u0074\u004e\u0075\u006d\u0062e\u0072\u0073"; -_aefgf :=make ([]int ,_bbee );if _bbee > 0{_acc .RTSegments =make ([]*Header ,_bbee );var (_cacfa uint64 ;_gcce error ;);for _begc :=0;_begc < _bbee ;_begc ++{_cacfa ,_gcce =_ecbb .ReadBits (byte (_acc .referenceSize ())<<3);if _gcce !=nil {return nil ,_ac .Wrapf (_gcce ,_aede ,"\u0027\u0025\u0064\u0027 \u0072\u0065\u0066\u0065\u0072\u0072\u0065\u0064\u0020\u0073e\u0067m\u0065\u006e\u0074\u0020\u006e\u0075\u006db\u0065\u0072",_begc ); -};_aefgf [_begc ]=int (_cacfa &_ae .MaxInt32 );};};return _aefgf ,nil ;};func _daac (_fecg *_b .Reader ,_gdbb *Header )*TextRegion {_gabd :=&TextRegion {_bfde :_fecg ,Header :_gdbb ,RegionInfo :NewRegionSegment (_fecg )};return _gabd ;};func (_cbbg *SymbolDictionary )decodeDirectlyThroughGenericRegion (_egaac ,_cda uint32 )error {if _cbbg ._bbfdd ==nil {_cbbg ._bbfdd =NewGenericRegion (_cbbg ._ffaa ); -};_cbbg ._bbfdd .setParametersWithAt (false ,byte (_cbbg .SdTemplate ),false ,false ,_cbbg .SdATX ,_cbbg .SdATY ,_egaac ,_cda ,_cbbg ._bgba ,_cbbg ._gede );return _cbbg .addSymbol (_cbbg ._bbfdd );};func (_dddcf *SymbolDictionary )setSymbolsArray ()error {if _dddcf ._ggfa ==nil {if _acce :=_dddcf .retrieveImportSymbols (); -_acce !=nil {return _acce ;};};if _dddcf ._aegd ==nil {_dddcf ._aegd =append (_dddcf ._aegd ,_dddcf ._ggfa ...);};return nil ;};func (_cacc *TextRegion )checkInput ()error {const _bgfg ="\u0063\u0068\u0065\u0063\u006b\u0049\u006e\u0070\u0075\u0074";if !_cacc .UseRefinement {if _cacc .SbrTemplate !=0{_ge .Log .Debug ("\u0053\u0062\u0072Te\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030"); -_cacc .SbrTemplate =0;};};if _cacc .SbHuffFS ==2||_cacc .SbHuffRDWidth ==2||_cacc .SbHuffRDHeight ==2||_cacc .SbHuffRDX ==2||_cacc .SbHuffRDY ==2{return _ac .Error (_bgfg ,"h\u0075\u0066\u0066\u006d\u0061\u006e \u0066\u006c\u0061\u0067\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064"); -};if !_cacc .UseRefinement {if _cacc .SbHuffRSize !=0{_ge .Log .Debug ("\u0053\u0062\u0048uf\u0066\u0052\u0053\u0069\u007a\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030");_cacc .SbHuffRSize =0;};if _cacc .SbHuffRDY !=0{_ge .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044Y\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030"); -_cacc .SbHuffRDY =0;};if _cacc .SbHuffRDX !=0{_ge .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044X\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030");_cacc .SbHuffRDX =0;};if _cacc .SbHuffRDWidth !=0{_ge .Log .Debug ("\u0053b\u0048\u0075\u0066\u0066R\u0044\u0057\u0069\u0064\u0074h\u0020s\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u00200"); -_cacc .SbHuffRDWidth =0;};if _cacc .SbHuffRDHeight !=0{_ge .Log .Debug ("\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069g\u0068\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0030");_cacc .SbHuffRDHeight =0;};};return nil ; -};func (_aadea *SymbolDictionary )encodeATFlags (_edbb _b .BinaryWriter )(_fcgd int ,_gdbe error ){const _gbeag ="\u0065\u006e\u0063\u006f\u0064\u0065\u0041\u0054\u0046\u006c\u0061\u0067\u0073";if _aadea .IsHuffmanEncoded ||_aadea .SdTemplate !=0{return 0,nil ; -};_eefea :=4;if _aadea .SdTemplate !=0{_eefea =1;};for _ddbe :=0;_ddbe < _eefea ;_ddbe ++{if _gdbe =_edbb .WriteByte (byte (_aadea .SdATX [_ddbe ]));_gdbe !=nil {return _fcgd ,_ac .Wrapf (_gdbe ,_gbeag ,"\u0053d\u0041\u0054\u0058\u005b\u0025\u0064]",_ddbe ); -};_fcgd ++;if _gdbe =_edbb .WriteByte (byte (_aadea .SdATY [_ddbe ]));_gdbe !=nil {return _fcgd ,_ac .Wrapf (_gdbe ,_gbeag ,"\u0053d\u0041\u0054\u0059\u005b\u0025\u0064]",_ddbe );};_fcgd ++;};return _fcgd ,nil ;};func (_bcea *TextRegion )getUserTable (_dcec int )(_dc .Tabler ,error ){const _fggf ="\u0067\u0065\u0074U\u0073\u0065\u0072\u0054\u0061\u0062\u006c\u0065"; -var _egfgf int ;for _ ,_eaed :=range _bcea .Header .RTSegments {if _eaed .Type ==53{if _egfgf ==_dcec {_gedb ,_gdcb :=_eaed .GetSegmentData ();if _gdcb !=nil {return nil ,_gdcb ;};_cab ,_degg :=_gedb .(*TableSegment );if !_degg {_ge .Log .Debug (_ff .Sprintf ("\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079p\u0065\u00205\u0033\u0020\u002d\u0020\u0061\u006ed\u0020in\u0064\u0065\u0078\u003a\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_eaed .SegmentNumber )); -return nil ,_ac .Error (_fggf ,"\u0073\u0065\u0067\u006d\u0065\u006e\u0074 \u0077\u0069\u0074h\u0020\u0054\u0079\u0070e\u0020\u0035\u0033\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u002a\u0054\u0061\u0062\u006c\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074"); -};return _dc .NewEncodedTable (_cab );};_egfgf ++;};};return nil ,nil ;};func (_abbfd *TextRegion )setContexts (_fedb *_aca .DecoderStats ,_daecac *_aca .DecoderStats ,_gabf *_aca .DecoderStats ,_cbgbg *_aca .DecoderStats ,_afbd *_aca .DecoderStats ,_cgdc *_aca .DecoderStats ,_abcd *_aca .DecoderStats ,_abfc *_aca .DecoderStats ,_efba *_aca .DecoderStats ,_eecd *_aca .DecoderStats ){_abbfd ._agfd =_daecac ; -_abbfd ._eaff =_gabf ;_abbfd ._febc =_cbgbg ;_abbfd ._ffg =_afbd ;_abbfd ._dgdc =_abcd ;_abbfd ._gcag =_abfc ;_abbfd ._fgef =_cgdc ;_abbfd ._bcfe =_efba ;_abbfd ._dfa =_eecd ;_abbfd ._cdccb =_fedb ;};func (_dfgd *GenericRegion )decodeTemplate3 (_gde ,_gbfc ,_cfd int ,_gfef ,_cag int )(_fade error ){const _gaa ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0033"; -var (_bfgc ,_dbdcc int ;_adef int ;_bcag byte ;_gce ,_efbc int ;);if _gde >=1{_bcag ,_fade =_dfgd .Bitmap .GetByte (_cag );if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_adef =int (_bcag );};_bfgc =(_adef >>1)&0x70; -for _gabg :=0;_gabg < _cfd ;_gabg =_gce {var (_gbfb byte ;_gfc int ;);_gce =_gabg +8;if _gacc :=_gbfc -_gabg ;_gacc > 8{_gfc =8;}else {_gfc =_gacc ;};if _gde >=1{_adef <<=8;if _gce < _gbfc {_bcag ,_fade =_dfgd .Bitmap .GetByte (_cag +1);if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"\u0069\u006e\u006e\u0065\u0072\u0020\u002d\u0020\u006c\u0069\u006e\u0065 \u003e\u003d\u0020\u0031"); -};_adef |=int (_bcag );};};for _bfa :=0;_bfa < _gfc ;_bfa ++{if _dfgd ._bbba {_dbdcc =_dfgd .overrideAtTemplate3 (_bfgc ,_gabg +_bfa ,_gde ,int (_gbfb ),_bfa );_dfgd ._bed .SetIndex (int32 (_dbdcc ));}else {_dfgd ._bed .SetIndex (int32 (_bfgc ));};_efbc ,_fade =_dfgd ._befa .DecodeBit (_dfgd ._bed ); -if _fade !=nil {return _ac .Wrap (_fade ,_gaa ,"");};_gbfb |=byte (_efbc )<>uint (8-_bfa ))&0x010);};if _acbb :=_dfgd .Bitmap .SetByte (_gfef ,_gbfb );_acbb !=nil {return _ac .Wrap (_acbb ,_gaa ,""); -};_gfef ++;_cag ++;};return nil ;};func (_agdf *GenericRegion )overrideAtTemplate0b (_gbe ,_ceed ,_cfed ,_dad ,_cfbgg ,_abbb int )int {if _agdf .GBAtOverride [0]{_gbe &=0xFFFD;if _agdf .GBAtY [0]==0&&_agdf .GBAtX [0]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [0]&0x1))<<1; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [0]),_cfed +int (_agdf .GBAtY [0])))<<1;};};if _agdf .GBAtOverride [1]{_gbe &=0xDFFF;if _agdf .GBAtY [1]==0&&_agdf .GBAtX [1]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [1]&0x1))<<13; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [1]),_cfed +int (_agdf .GBAtY [1])))<<13;};};if _agdf .GBAtOverride [2]{_gbe &=0xFDFF;if _agdf .GBAtY [2]==0&&_agdf .GBAtX [2]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [2]&0x1))<<9; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [2]),_cfed +int (_agdf .GBAtY [2])))<<9;};};if _agdf .GBAtOverride [3]{_gbe &=0xBFFF;if _agdf .GBAtY [3]==0&&_agdf .GBAtX [3]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [3]&0x1))<<14; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [3]),_cfed +int (_agdf .GBAtY [3])))<<14;};};if _agdf .GBAtOverride [4]{_gbe &=0xEFFF;if _agdf .GBAtY [4]==0&&_agdf .GBAtX [4]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [4]&0x1))<<12; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [4]),_cfed +int (_agdf .GBAtY [4])))<<12;};};if _agdf .GBAtOverride [5]{_gbe &=0xFFDF;if _agdf .GBAtY [5]==0&&_agdf .GBAtX [5]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [5]&0x1))<<5; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [5]),_cfed +int (_agdf .GBAtY [5])))<<5;};};if _agdf .GBAtOverride [6]{_gbe &=0xFFFB;if _agdf .GBAtY [6]==0&&_agdf .GBAtX [6]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [6]&0x1))<<2; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [6]),_cfed +int (_agdf .GBAtY [6])))<<2;};};if _agdf .GBAtOverride [7]{_gbe &=0xFFF7;if _agdf .GBAtY [7]==0&&_agdf .GBAtX [7]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [7]&0x1))<<3; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [7]),_cfed +int (_agdf .GBAtY [7])))<<3;};};if _agdf .GBAtOverride [8]{_gbe &=0xF7FF;if _agdf .GBAtY [8]==0&&_agdf .GBAtX [8]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [8]&0x1))<<11; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [8]),_cfed +int (_agdf .GBAtY [8])))<<11;};};if _agdf .GBAtOverride [9]{_gbe &=0xFFEF;if _agdf .GBAtY [9]==0&&_agdf .GBAtX [9]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [9]&0x1))<<4; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [9]),_cfed +int (_agdf .GBAtY [9])))<<4;};};if _agdf .GBAtOverride [10]{_gbe &=0x7FFF;if _agdf .GBAtY [10]==0&&_agdf .GBAtX [10]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [10]&0x1))<<15; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [10]),_cfed +int (_agdf .GBAtY [10])))<<15;};};if _agdf .GBAtOverride [11]{_gbe &=0xFDFF;if _agdf .GBAtY [11]==0&&_agdf .GBAtX [11]>=-int8 (_cfbgg ){_gbe |=(_dad >>uint (int8 (_abbb )-_agdf .GBAtX [11]&0x1))<<10; -}else {_gbe |=int (_agdf .getPixel (_ceed +int (_agdf .GBAtX [11]),_cfed +int (_agdf .GBAtY [11])))<<10;};};return _gbe ;};var _ _dc .BasicTabler =&TableSegment {};func (_fgd *GenericRefinementRegion )setParameters (_bad *_aca .DecoderStats ,_bbe *_aca .Decoder ,_dagg int8 ,_fafa ,_dgc uint32 ,_cgeb *_be .Bitmap ,_aade ,_afbg int32 ,_bba bool ,_egbg []int8 ,_eaec []int8 ){_ge .Log .Trace ("\u005b\u0047\u0045NE\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052E\u0047I\u004fN\u005d \u0073\u0065\u0074\u0050\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073"); -if _bad !=nil {_fgd ._bge =_bad ;};if _bbe !=nil {_fgd ._bg =_bbe ;};_fgd .TemplateID =_dagg ;_fgd .RegionInfo .BitmapWidth =_fafa ;_fgd .RegionInfo .BitmapHeight =_dgc ;_fgd .ReferenceBitmap =_cgeb ;_fgd .ReferenceDX =_aade ;_fgd .ReferenceDY =_afbg ; -_fgd .IsTPGROn =_bba ;_fgd .GrAtX =_egbg ;_fgd .GrAtY =_eaec ;_fgd .RegionBitmap =nil ;_ge .Log .Trace ("[\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052E\u0046\u002d\u0052\u0045\u0047\u0049\u004fN]\u0020\u0073\u0065\u0074P\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073 f\u0069\u006ei\u0073\u0068\u0065\u0064\u002e\u0020\u0025\u0073",_fgd ); -};func (_geg *template1 )form (_fbbd ,_fbgb ,_dae ,_bcf ,_fdb int16 )int16 {return ((_fbbd &0x02)<<8)|(_fbgb <<6)|((_dae &0x03)<<4)|(_bcf <<1)|_fdb ;};func (_dgb *GenericRefinementRegion )readAtPixels ()error {_dgb .GrAtX =make ([]int8 ,2);_dgb .GrAtY =make ([]int8 ,2); -_ceee ,_baef :=_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtX [0]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtY [0]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ; -};_dgb .GrAtX [1]=int8 (_ceee );_ceee ,_baef =_dgb ._acab .ReadByte ();if _baef !=nil {return _baef ;};_dgb .GrAtY [1]=int8 (_ceee );return nil ;};func (_acb *GenericRefinementRegion )getGrReference ()(*_be .Bitmap ,error ){segments :=_acb ._aeg .RTSegments ; -if len (segments )==0{return nil ,_d .New ("\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0065\u0078is\u0074\u0073");};_bb ,_afb :=segments [0].GetSegmentData ();if _afb !=nil {return nil ,_afb ; -};_cf ,_da :=_bb .(Regioner );if !_da {return nil ,_ff .Errorf ("\u0072\u0065\u0066\u0065\u0072r\u0065\u0064\u0020\u0074\u006f\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_bb ); -};return _cf .GetRegionBitmap ();};func (_bdf *GenericRegion )decodeLine (_geb ,_aace ,_bgd int )error {const _bga ="\u0064\u0065\u0063\u006f\u0064\u0065\u004c\u0069\u006e\u0065";_gdcd :=_bdf .Bitmap .GetByteIndex (0,_geb );_gff :=_gdcd -_bdf .Bitmap .RowStride ; -switch _bdf .GBTemplate {case 0:if !_bdf .UseExtTemplates {return _bdf .decodeTemplate0a (_geb ,_aace ,_bgd ,_gdcd ,_gff );};return _bdf .decodeTemplate0b (_geb ,_aace ,_bgd ,_gdcd ,_gff );case 1:return _bdf .decodeTemplate1 (_geb ,_aace ,_bgd ,_gdcd ,_gff ); -case 2:return _bdf .decodeTemplate2 (_geb ,_aace ,_bgd ,_gdcd ,_gff );case 3:return _bdf .decodeTemplate3 (_geb ,_aace ,_bgd ,_gdcd ,_gff );};return _ac .Errorf (_bga ,"\u0069\u006e\u0076a\u006c\u0069\u0064\u0020G\u0042\u0054\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u003a\u0020\u0025\u0064",_bdf .GBTemplate ); -};func (_bage *RegionSegment )String ()string {_cfg :=&_e .Builder {};_cfg .WriteString ("\u0009[\u0052E\u0047\u0049\u004f\u004e\u0020S\u0045\u0047M\u0045\u004e\u0054\u005d\u000a");_cfg .WriteString (_ff .Sprintf ("\t\u0009\u002d\u0020\u0042\u0069\u0074m\u0061\u0070\u0020\u0028\u0077\u0069d\u0074\u0068\u002c\u0020\u0068\u0065\u0069g\u0068\u0074\u0029\u0020\u005b\u0025\u0064\u0078\u0025\u0064]\u000a",_bage .BitmapWidth ,_bage .BitmapHeight )); -_cfg .WriteString (_ff .Sprintf ("\u0009\u0009\u002d\u0020L\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0028\u0078,\u0079)\u003a\u0020\u005b\u0025\u0064\u002c\u0025d\u005d\u000a",_bage .XLocation ,_bage .YLocation ));_cfg .WriteString (_ff .Sprintf ("\t\u0009\u002d\u0020\u0043\u006f\u006db\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0073",_bage .CombinaionOperator )); -return _cfg .String ();};func (_ggge *PageInformationSegment )readResolution ()error {_cbbf ,_befc :=_ggge ._eegd .ReadBits (32);if _befc !=nil {return _befc ;};_ggge .ResolutionX =int (_cbbf &_ae .MaxInt32 );_cbbf ,_befc =_ggge ._eegd .ReadBits (32);if _befc !=nil {return _befc ; -};_ggge .ResolutionY =int (_cbbf &_ae .MaxInt32 );return nil ;};type Regioner interface{GetRegionBitmap ()(*_be .Bitmap ,error );GetRegionInfo ()*RegionSegment ;};type OrganizationType uint8 ;func (_deab *TextRegion )computeSymbolCodeLength ()error {if _deab .IsHuffmanEncoded {return _deab .symbolIDCodeLengths (); -};_deab ._bcac =int8 (_ae .Ceil (_ae .Log (float64 (_deab .NumberOfSymbols ))/_ae .Log (2)));return nil ;};func (_deca *PageInformationSegment )CombinationOperator ()_be .CombinationOperator {return _deca ._gcbcf ;};func (_bcfc *SymbolDictionary )parseHeader ()(_adaa error ){_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); -defer func (){if _adaa !=nil {_ge .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u0020\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u005b\u0050\u0041\u0052SE\u002d\u0048\u0045A\u0044\u0045R\u005d\u0020\u0066\u0061\u0069\u006ce\u0064\u002e \u0025\u0076",_adaa ); -}else {_ge .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); -};}();if _adaa =_bcfc .readRegionFlags ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setAtPixels ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setRefinementAtPixels ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .readNumberOfExportedSymbols ();_adaa !=nil {return _adaa ; -};if _adaa =_bcfc .readNumberOfNewSymbols ();_adaa !=nil {return _adaa ;};if _adaa =_bcfc .setInSyms ();_adaa !=nil {return _adaa ;};if _bcfc ._aegee {_gbgf :=_bcfc .Header .RTSegments ;for _gfce :=len (_gbgf )-1;_gfce >=0;_gfce --{if _gbgf [_gfce ].Type ==0{_aga ,_efac :=_gbgf [_gfce ].SegmentData .(*SymbolDictionary ); -if !_efac {_adaa =_ff .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074:\u0020\u0025\u0076\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020S\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_gbgf [_gfce ]); -return _adaa ;};if _aga ._aegee {_bcfc .setRetainedCodingContexts (_aga );};break ;};};};if _adaa =_bcfc .checkInput ();_adaa !=nil {return _adaa ;};return nil ;};func (_fgde *PageInformationSegment )encodeFlags (_deaea _b .BinaryWriter )(_fegea error ){const _aegf ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; -if _fegea =_deaea .SkipBits (1);_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0072\u0065\u0073e\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074");};var _cbge int ;if _fgde .CombinationOperatorOverrideAllowed (){_cbge =1;};if _fegea =_deaea .WriteBit (_cbge ); -_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u006f\u0076\u0065\u0072\u0072\u0069\u0064\u0064\u0065\u006e");};_cbge =0;if _fgde ._fafc {_cbge =1; -};if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0072e\u0071\u0075\u0069\u0072e\u0073\u0020\u0061\u0075\u0078i\u006ci\u0061r\u0079\u0020\u0062\u0075\u0066\u0066\u0065r");};if _fegea =_deaea .WriteBit ((int (_fgde ._gcbcf )>>1)&0x01); -_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006d\u0062\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006f\u0070\u0065\u0072\u0061\u0074o\u0072\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0062\u0069\u0074");};if _fegea =_deaea .WriteBit (int (_fgde ._gcbcf )&0x01); -_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0062\u0069\u0074");};_cbge =int (_fgde .DefaultPixelValue ); -if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0064e\u0066\u0061\u0075\u006c\u0074\u0020\u0070\u0061\u0067\u0065\u0020p\u0069\u0078\u0065\u006c\u0020\u0076\u0061\u006c\u0075\u0065");};_cbge =0;if _fgde ._ffcgf {_cbge =1; -};if _fegea =_deaea .WriteBit (_cbge );_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"\u0063\u006f\u006e\u0074ai\u006e\u0073\u0020\u0072\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074");};_cbge =0;if _fgde .IsLossless {_cbge =1;};if _fegea =_deaea .WriteBit (_cbge ); -_fegea !=nil {return _ac .Wrap (_fegea ,_aegf ,"p\u0061\u0067\u0065\u0020\u0069\u0073 \u0065\u0076\u0065\u006e\u0074\u0075\u0061\u006c\u006cy\u0020\u006c\u006fs\u0073l\u0065\u0073\u0073");};return nil ;};const (ORandom OrganizationType =iota ;OSequential ; -);func (_cddbg *TextRegion )readAmountOfSymbolInstances ()error {_aecf ,_dgebb :=_cddbg ._bfde .ReadBits (32);if _dgebb !=nil {return _dgebb ;};_cddbg .NumberOfSymbolInstances =uint32 (_aecf &_ae .MaxUint32 );_ecaf :=_cddbg .RegionInfo .BitmapWidth *_cddbg .RegionInfo .BitmapHeight ; -if _ecaf < _cddbg .NumberOfSymbolInstances {_ge .Log .Debug ("\u004c\u0069\u006d\u0069t\u0069\u006e\u0067\u0020t\u0068\u0065\u0020n\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020d\u0065\u0063\u006f\u0064e\u0064\u0020\u0073\u0079m\u0062\u006f\u006c\u0020\u0069n\u0073\u0074\u0061\u006e\u0063\u0065\u0073 \u0074\u006f\u0020\u006f\u006ee\u0020\u0070\u0065\u0072\u0020\u0070\u0069\u0078\u0065l\u0020\u0028\u0020\u0025\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0029",_ecaf ,_cddbg .NumberOfSymbolInstances ); -_cddbg .NumberOfSymbolInstances =_ecaf ;};return nil ;};func (_afcc *PageInformationSegment )readMaxStripeSize ()error {_gbfe ,_aeca :=_afcc ._eegd .ReadBits (15);if _aeca !=nil {return _aeca ;};_afcc .MaxStripeSize =uint16 (_gbfe &_ae .MaxUint16 );return nil ; -};func (_fda *HalftoneRegion )GetRegionBitmap ()(*_be .Bitmap ,error ){if _fda .HalftoneRegionBitmap !=nil {return _fda .HalftoneRegionBitmap ,nil ;};var _bbbee error ;_fda .HalftoneRegionBitmap =_be .New (int (_fda .RegionSegment .BitmapWidth ),int (_fda .RegionSegment .BitmapHeight )); -if _fda .Patterns ==nil ||(_fda .Patterns !=nil &&len (_fda .Patterns )==0){_fda .Patterns ,_bbbee =_fda .GetPatterns ();if _bbbee !=nil {return nil ,_bbbee ;};};if _fda .HDefaultPixel ==1{_fda .HalftoneRegionBitmap .SetDefaultPixel ();};_geef :=_ae .Ceil (_ae .Log (float64 (len (_fda .Patterns )))/_ae .Log (2)); -_afdg :=int (_geef );var _dacd [][]int ;_dacd ,_bbbee =_fda .grayScaleDecoding (_afdg );if _bbbee !=nil {return nil ,_bbbee ;};if _bbbee =_fda .renderPattern (_dacd );_bbbee !=nil {return nil ,_bbbee ;};return _fda .HalftoneRegionBitmap ,nil ;};func (_agc *GenericRegion )getPixel (_bbd ,_daaf int )int8 {if _bbd < 0||_bbd >=_agc .Bitmap .Width {return 0; -};if _daaf < 0||_daaf >=_agc .Bitmap .Height {return 0;};if _agc .Bitmap .GetPixel (_bbd ,_daaf ){return 1;};return 0;};type Pager interface{GetSegment (int )(*Header ,error );GetBitmap ()(*_be .Bitmap ,error );};func (_dafe *GenericRegion )overrideAtTemplate3 (_fedd ,_dgeb ,_adgc ,_dacf ,_dbac int )int {_fedd &=0x3EF; -if _dafe .GBAtY [0]==0&&_dafe .GBAtX [0]>=-int8 (_dbac ){_fedd |=(_dacf >>uint (7-(int8 (_dbac )+_dafe .GBAtX [0]))&0x1)<<4;}else {_fedd |=int (_dafe .getPixel (_dgeb +int (_dafe .GBAtX [0]),_adgc +int (_dafe .GBAtY [0])))<<4;};return _fedd ;};func (_bggd *SymbolDictionary )readRefinementAtPixels (_cfeaa int )error {_bggd .SdrATX =make ([]int8 ,_cfeaa ); -_bggd .SdrATY =make ([]int8 ,_cfeaa );var (_ddf byte ;_afga error ;);for _ggdc :=0;_ggdc < _cfeaa ;_ggdc ++{_ddf ,_afga =_bggd ._ffaa .ReadByte ();if _afga !=nil {return _afga ;};_bggd .SdrATX [_ggdc ]=int8 (_ddf );_ddf ,_afga =_bggd ._ffaa .ReadByte (); -if _afga !=nil {return _afga ;};_bggd .SdrATY [_ggdc ]=int8 (_ddf );};return nil ;};func (_aba *SymbolDictionary )getUserTable (_gaeb int )(_dc .Tabler ,error ){var _dddca int ;for _ ,_ddbf :=range _aba .Header .RTSegments {if _ddbf .Type ==53{if _dddca ==_gaeb {_bggg ,_eagd :=_ddbf .GetSegmentData (); -if _eagd !=nil {return nil ,_eagd ;};_dged :=_bggg .(_dc .BasicTabler );return _dc .NewEncodedTable (_dged );};_dddca ++;};};return nil ,nil ;};func (_gbeb *PatternDictionary )parseHeader ()error {_ge .Log .Trace ("\u005b\u0050\u0041\u0054\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054I\u004f\u004e\u0041\u0052\u0059\u005d[\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d\u0020b\u0065\u0067\u0069\u006e"); -defer func (){_ge .Log .Trace ("\u005b\u0050\u0041T\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u005b\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); -}();_ ,_ggbc :=_gbeb ._abca .ReadBits (5);if _ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readTemplate ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readIsMMREncoded ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .readPatternWidthAndHeight ();_ggbc !=nil {return _ggbc ; -};if _ggbc =_gbeb .readGrayMax ();_ggbc !=nil {return _ggbc ;};if _ggbc =_gbeb .computeSegmentDataStructure ();_ggbc !=nil {return _ggbc ;};return _gbeb .checkInput ();};func (_dff *HalftoneRegion )renderPattern (_ddbg [][]int )(_ffcg error ){var _bedc ,_beee int ; -for _cad :=0;_cad < int (_dff .HGridHeight );_cad ++{for _cde :=0;_cde < int (_dff .HGridWidth );_cde ++{_bedc =_dff .computeX (_cad ,_cde );_beee =_dff .computeY (_cad ,_cde );_afegg :=_dff .Patterns [_ddbg [_cad ][_cde ]];if _ffcg =_be .Blit (_afegg ,_dff .HalftoneRegionBitmap ,_bedc +int (_dff .HGridX ),_beee +int (_dff .HGridY ),_dff .CombinationOperator ); -_ffcg !=nil {return _ffcg ;};};};return nil ;};type templater interface{form (_adc ,_baec ,_ece ,_bbg ,_gfd int16 )int16 ;setIndex (_gdc *_aca .DecoderStats );};func (_gacg *TextRegion )decodeRdw ()(int64 ,error ){const _aafg ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064w"; -if _gacg .IsHuffmanEncoded {if _gacg .SbHuffRDWidth ==3{if _gacg ._afff ==nil {var (_fegf int ;_abbf error ;);if _gacg .SbHuffFS ==3{_fegf ++;};if _gacg .SbHuffDS ==3{_fegf ++;};if _gacg .SbHuffDT ==3{_fegf ++;};_gacg ._afff ,_abbf =_gacg .getUserTable (_fegf ); -if _abbf !=nil {return 0,_ac .Wrap (_abbf ,_aafg ,"");};};return _gacg ._afff .Decode (_gacg ._bfde );};_caafc ,_agbg :=_dc .GetStandardTable (14+int (_gacg .SbHuffRDWidth ));if _agbg !=nil {return 0,_ac .Wrap (_agbg ,_aafg ,"");};return _caafc .Decode (_gacg ._bfde ); -};_ebcb ,_aggd :=_gacg ._bfga .DecodeInt (_gacg ._dgdc );if _aggd !=nil {return 0,_ac .Wrap (_aggd ,_aafg ,"");};return int64 (_ebcb ),nil ;};func (_ddbgf *SymbolDictionary )setCodingStatistics ()error {if _ddbgf ._bccf ==nil {_ddbgf ._bccf =_aca .NewStats (512,1); -};if _ddbgf ._ace ==nil {_ddbgf ._ace =_aca .NewStats (512,1);};if _ddbgf ._eafgd ==nil {_ddbgf ._eafgd =_aca .NewStats (512,1);};if _ddbgf ._cecg ==nil {_ddbgf ._cecg =_aca .NewStats (512,1);};if _ddbgf ._ggbf ==nil {_ddbgf ._ggbf =_aca .NewStats (512,1); -};if _ddbgf .UseRefinementAggregation &&_ddbgf ._gecad ==nil {_ddbgf ._gecad =_aca .NewStats (1< 0x0f{_becg .SbDsOffset -=0x20;};_cgad ,_egdbc =_becg ._bfde .ReadBit ();if _egdbc !=nil {return _egdbc ;};_becg .DefaultPixel =int8 (_cgad ); -_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .CombinationOperator =_be .CombinationOperator (int (_adbd )&0x3);_cgad ,_egdbc =_becg ._bfde .ReadBit ();if _egdbc !=nil {return _egdbc ;};_becg .IsTransposed =int8 (_cgad ); -_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .ReferenceCorner =int16 (_adbd )&0x3;_adbd ,_egdbc =_becg ._bfde .ReadBits (2);if _egdbc !=nil {return _egdbc ;};_becg .LogSBStrips =int16 (_adbd )&0x3;_becg .SbStrips =1<>1)&0x01);_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"f\u0069r\u0073\u0074\u0020\u0067\u0062\u0074\u0065\u006dp\u006c\u0061\u0074\u0065 b\u0069\u0074"); -};if _ccfg =w .WriteBit (int (_aded .GBTemplate )&0x01);_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"s\u0065\u0063\u006f\u006ed \u0067b\u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u0062\u0069\u0074");};if _aded .UseMMR {_bfd =1;};if _ccfg =w .WriteBit (_bfd ); -_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"u\u0073\u0065\u0020\u004d\u004d\u0052\u0020\u0062\u0069\u0074");};_fdd ++;if _aff ,_ccfg =_aded .writeGBAtPixels (w );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_fdd +=_aff ;_cfc :=_fd .New (); -if _ccfg =_cfc .EncodeBitmap (_aded .Bitmap ,_aded .IsTPGDon );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_cfc .Final ();var _eaca int64 ;if _eaca ,_ccfg =_cfc .WriteTo (w );_ccfg !=nil {return _fdd ,_ac .Wrap (_ccfg ,_efaeb ,"");};_fdd +=int (_eaca ); -return _fdd ,nil ;};var _ SegmentEncoder =&GenericRegion {};func (_cded *Header )writeSegmentNumber (_degbg _b .BinaryWriter )(_gaaa int ,_fdee error ){_cfea :=make ([]byte ,4);_c .BigEndian .PutUint32 (_cfea ,_cded .SegmentNumber );if _gaaa ,_fdee =_degbg .Write (_cfea ); -_fdee !=nil {return 0,_ac .Wrap (_fdee ,"\u0048e\u0061\u0064\u0065\u0072.\u0077\u0072\u0069\u0074\u0065S\u0065g\u006de\u006e\u0074\u004e\u0075\u006d\u0062\u0065r","");};return _gaaa ,nil ;};func (_acaff *SymbolDictionary )retrieveImportSymbols ()error {for _ ,_gdcf :=range _acaff .Header .RTSegments {if _gdcf .Type ==0{_cbbdc ,_gcac :=_gdcf .GetSegmentData (); -if _gcac !=nil {return _gcac ;};_eagff ,_ddaa :=_cbbdc .(*SymbolDictionary );if !_ddaa {return _ff .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0044\u0061\u0074a\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u003a\u0020%\u0054",_cbbdc ); -};_adgf ,_gcac :=_eagff .GetDictionary ();if _gcac !=nil {return _ff .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064 \u0073\u0065\u0067m\u0065\u006e\u0074 \u0077\u0069t\u0068\u0020\u0069\u006e\u0064\u0065x\u003a %\u0064\u0020\u0067\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0073",_gdcf .SegmentNumber ,_gcac .Error ()); -};_acaff ._ggfa =append (_acaff ._ggfa ,_adgf ...);_acaff ._debf +=_eagff .NumberOfExportedSymbols ;};};return nil ;};func (_fbfd *Header )Encode (w _b .BinaryWriter )(_gcgd int ,_bfac error ){const _def ="\u0048\u0065\u0061d\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065"; -var _eabg _b .BinaryWriter ;_ge .Log .Trace ("\u005b\u0053\u0045G\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045\u0052\u005d[\u0045\u004e\u0043\u004f\u0044\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _bfac !=nil {_ge .Log .Trace ("[\u0053\u0045\u0047\u004d\u0045\u004eT\u002d\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0045\u004e\u0043\u004f\u0044E\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020%\u0076",_bfac ); -}else {_ge .Log .Trace ("\u005b\u0053\u0045\u0047ME\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0025\u0076",_fbfd );_ge .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045N\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u005b\u0045\u004e\u0043O\u0044\u0045\u005d\u0020\u0046\u0069\u006ei\u0073\u0068\u0065\u0064"); -};}();w .FinishByte ();if _fbfd .SegmentData !=nil {_gcf ,_ceg :=_fbfd .SegmentData .(SegmentEncoder );if !_ceg {return 0,_ac .Errorf (_def ,"\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0064\u006f\u0065s\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074 \u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0045\u006e\u0063\u006f\u0064er\u0020\u0069\u006e\u0074\u0065\u0072\u0066\u0061\u0063\u0065",_fbfd .SegmentData ); -};_eabg =_b .BufferedMSB ();_gcgd ,_bfac =_gcf .Encode (_eabg );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_fbfd .SegmentDataLength =uint64 (_gcgd );};if _fbfd .pageSize ()==4{_fbfd .PageAssociationFieldSize =true ;};var _aab int ;_aab ,_bfac =_fbfd .writeSegmentNumber (w ); -if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;if _bfac =_fbfd .writeFlags (w );_bfac !=nil {return _gcgd ,_ac .Wrap (_bfac ,_def ,"");};_gcgd ++;_aab ,_bfac =_fbfd .writeReferredToCount (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,""); -};_gcgd +=_aab ;_aab ,_bfac =_fbfd .writeReferredToSegments (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;_aab ,_bfac =_fbfd .writeSegmentPageAssociation (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ; -_aab ,_bfac =_fbfd .writeSegmentDataLength (w );if _bfac !=nil {return 0,_ac .Wrap (_bfac ,_def ,"");};_gcgd +=_aab ;_fbfd .HeaderLength =int64 (_gcgd )-int64 (_fbfd .SegmentDataLength );if _eabg !=nil {if _ ,_bfac =w .Write (_eabg .Data ());_bfac !=nil {return _gcgd ,_ac .Wrap (_bfac ,_def ,"\u0077r\u0069t\u0065\u0020\u0073\u0065\u0067m\u0065\u006et\u0020\u0064\u0061\u0074\u0061"); -};};return _gcgd ,nil ;};type EndOfStripe struct{_ga *_b .Reader ;_cd int ;};func (_cff *Header )pageSize ()uint {if _cff .PageAssociation <=255{return 1;};return 4;};func (_agcgb *PageInformationSegment )encodeStripingInformation (_cefg _b .BinaryWriter )(_bfea int ,_geca error ){const _gdd ="\u0065n\u0063\u006f\u0064\u0065S\u0074\u0072\u0069\u0070\u0069n\u0067I\u006ef\u006f\u0072\u006d\u0061\u0074\u0069\u006fn"; -if !_agcgb .IsStripe {if _bfea ,_geca =_cefg .Write ([]byte {0x00,0x00});_geca !=nil {return 0,_ac .Wrap (_geca ,_gdd ,"n\u006f\u0020\u0073\u0074\u0072\u0069\u0070\u0069\u006e\u0067");};return _bfea ,nil ;};_afab :=make ([]byte ,2);_c .BigEndian .PutUint16 (_afab ,_agcgb .MaxStripeSize |1<<15); -if _bfea ,_geca =_cefg .Write (_afab );_geca !=nil {return 0,_ac .Wrapf (_geca ,_gdd ,"\u0073\u0074\u0072i\u0070\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_agcgb .MaxStripeSize );};return _bfea ,nil ;};func (_afbga *SymbolDictionary )getToExportFlags ()([]int ,error ){var (_aedc int ; -_geabe int32 ;_dcfgc error ;_cbedb =int32 (_afbga ._debf +_afbga .NumberOfNewSymbols );_ddg =make ([]int ,_cbedb ););for _aadc :=int32 (0);_aadc < _cbedb ;_aadc +=_geabe {if _afbga .IsHuffmanEncoded {_fcgcab ,_bgda :=_dc .GetStandardTable (1);if _bgda !=nil {return nil ,_bgda ; -};_accf ,_bgda :=_fcgcab .Decode (_afbga ._ffaa );if _bgda !=nil {return nil ,_bgda ;};_geabe =int32 (_accf );}else {_geabe ,_dcfgc =_afbga ._gede .DecodeInt (_afbga ._ggbf );if _dcfgc !=nil {return nil ,_dcfgc ;};};if _geabe !=0{if _aadc +_geabe > _cbedb {return nil ,_ac .Error ("\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0067\u0065\u0074T\u006f\u0045\u0078\u0070\u006f\u0072\u0074F\u006c\u0061\u0067\u0073","\u006d\u0061\u006c\u0066\u006f\u0072m\u0065\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0064\u0061\u0074\u0061\u0020\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u002e\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u006f\u0075\u0074\u0020\u006ff\u0020r\u0061\u006e\u0067\u0065"); -};for _dgab :=_aadc ;_dgab < _aadc +_geabe ;_dgab ++{_ddg [_dgab ]=_aedc ;};};if _aedc ==0{_aedc =1;}else {_aedc =0;};};return _ddg ,nil ;};func (_gbbc *TextRegion )decodeStripT ()(_ffcdg int64 ,_cbae error ){if _gbbc .IsHuffmanEncoded {if _gbbc .SbHuffDT ==3{if _gbbc ._fdcf ==nil {var _dadd int ; -if _gbbc .SbHuffFS ==3{_dadd ++;};if _gbbc .SbHuffDS ==3{_dadd ++;};_gbbc ._fdcf ,_cbae =_gbbc .getUserTable (_dadd );if _cbae !=nil {return 0,_cbae ;};};_ffcdg ,_cbae =_gbbc ._fdcf .Decode (_gbbc ._bfde );if _cbae !=nil {return 0,_cbae ;};}else {var _cgba _dc .Tabler ; -_cgba ,_cbae =_dc .GetStandardTable (11+int (_gbbc .SbHuffDT ));if _cbae !=nil {return 0,_cbae ;};_ffcdg ,_cbae =_cgba .Decode (_gbbc ._bfde );if _cbae !=nil {return 0,_cbae ;};};}else {var _defg int32 ;_defg ,_cbae =_gbbc ._bfga .DecodeInt (_gbbc ._agfd ); -if _cbae !=nil {return 0,_cbae ;};_ffcdg =int64 (_defg );};_ffcdg *=int64 (-_gbbc .SbStrips );return _ffcdg ,nil ;};func (_fcab *PatternDictionary )checkInput ()error {if _fcab .HdpHeight < 1||_fcab .HdpWidth < 1{return _d .New ("in\u0076\u0061l\u0069\u0064\u0020\u0048\u0065\u0061\u0064\u0065\u0072 \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0057\u0069\u0064\u0074\u0068\u002f\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020g\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020z\u0065\u0072o"); -};if _fcab .IsMMREncoded {if _fcab .HDTemplate !=0{_ge .Log .Debug ("\u0076\u0061\u0072\u0069\u0061\u0062\u006c\u0065\u0020\u0048\u0044\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030"); -};};return nil ;};func (_fgaf *HalftoneRegion )shiftAndFill (_fbge int )int {_fbge >>=8;if _fbge < 0{_bdfd :=int (_ae .Log (float64 (_bgbd (_fbge )))/_ae .Log (2));_gdee :=31-_bdfd ;for _dfeg :=1;_dfeg < _gdee ;_dfeg ++{_fbge |=1<=1{_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe );if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_caf =int (_ccg );};if _gaec >=2{_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe -_cfbg .Bitmap .RowStride ); -if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_edac =int (_ccg )<<6;};_fgg =(_caf &0xf0)|(_edac &0x3800);for _dac :=0;_dac < _gabe ;_dac =_dfgb {var (_agf byte ;_cbab int ;);_dfgb =_dac +8;if _ecd :=_afeg -_dac ; -_ecd > 8{_cbab =8;}else {_cbab =_ecd ;};if _gaec > 0{_caf <<=8;if _dfgb < _afeg {_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe +1);if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_caf |=int (_ccg );};};if _gaec > 1{_edac <<=8; -if _dfgb < _afeg {_ccg ,_dce =_cfbg .Bitmap .GetByte (_gebe -_cfbg .Bitmap .RowStride +1);if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_edac |=int (_ccg )<<6;};};for _bcad :=0;_bcad < _cbab ;_bcad ++{_gadec :=uint (7-_bcad ); -if _cfbg ._bbba {_bff =_cfbg .overrideAtTemplate0b (_fgg ,_dac +_bcad ,_gaec ,int (_agf ),_bcad ,int (_gadec ));_cfbg ._bed .SetIndex (int32 (_bff ));}else {_cfbg ._bed .SetIndex (int32 (_fgg ));};var _dbdc int ;_dbdc ,_dce =_cfbg ._befa .DecodeBit (_cfbg ._bed ); -if _dce !=nil {return _ac .Wrap (_dce ,_acag ,"");};_agf |=byte (_dbdc <<_gadec );_fgg =((_fgg &0x7bf7)<<1)|_dbdc |((_caf >>_gadec )&0x10)|((_edac >>_gadec )&0x800);};if _dbf :=_cfbg .Bitmap .SetByte (_cbf ,_agf );_dbf !=nil {return _ac .Wrap (_dbf ,_acag ,""); -};_cbf ++;_gebe ++;};return nil ;};func (_efbf *Header )readSegmentPageAssociation (_decb Documenter ,_cca *_b .Reader ,_bbgef uint64 ,_adf ...int )(_caee error ){const _dffb ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074P\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061t\u0069\u006f\u006e"; -if !_efbf .PageAssociationFieldSize {_aafc ,_ffcc :=_cca .ReadBits (8);if _ffcc !=nil {return _ac .Wrap (_ffcc ,_dffb ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_efbf .PageAssociation =int (_aafc &0xFF);}else {_ccae ,_aec :=_cca .ReadBits (32); -if _aec !=nil {return _ac .Wrap (_aec ,_dffb ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_efbf .PageAssociation =int (_ccae &_ae .MaxInt32 );};if _bbgef ==0{return nil ;};if _efbf .PageAssociation !=0{_bdfc ,_bedd :=_decb .GetPage (_efbf .PageAssociation ); -if _bedd !=nil {return _ac .Wrap (_bedd ,_dffb ,"\u0061s\u0073\u006f\u0063\u0069a\u0074\u0065\u0064\u0020\u0070a\u0067e\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006ed");};var _cffg int ;for _eddb :=uint64 (0);_eddb < _bbgef ;_eddb ++{_cffg =_adf [_eddb ]; -_efbf .RTSegments [_eddb ],_bedd =_bdfc .GetSegment (_cffg );if _bedd !=nil {var _eagf error ;_efbf .RTSegments [_eddb ],_eagf =_decb .GetGlobalSegment (_cffg );if _eagf !=nil {return _ac .Wrapf (_bedd ,_dffb ,"\u0072\u0065\u0066\u0065\u0072\u0065n\u0063\u0065\u0020s\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0020\u0061\u0074\u0020pa\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0072\u0020\u0069\u006e\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0073",_efbf .PageAssociation ); -};};};return nil ;};for _befd :=uint64 (0);_befd < _bbgef ;_befd ++{_efbf .RTSegments [_befd ],_caee =_decb .GetGlobalSegment (_adf [_befd ]);if _caee !=nil {return _ac .Wrapf (_caee ,_dffb ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u003a\u0020\u0027\u0025d\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_adf [_befd ]); -};};return nil ;};func (_cbb *GenericRefinementRegion )updateOverride ()error {if _cbb .GrAtX ==nil ||_cbb .GrAtY ==nil {return _d .New ("\u0041\u0054\u0020\u0070\u0069\u0078\u0065\u006c\u0073\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};if len (_cbb .GrAtX )!=len (_cbb .GrAtY ){return _d .New ("A\u0054\u0020\u0070\u0069xe\u006c \u0069\u006e\u0063\u006f\u006es\u0069\u0073\u0074\u0065\u006e\u0074"); -};_cbb ._fed =make ([]bool ,len (_cbb .GrAtX ));switch _cbb .TemplateID {case 0:if _cbb .GrAtX [0]!=-1&&_cbb .GrAtY [0]!=-1{_cbb ._fed [0]=true ;_cbb ._eb =true ;};if _cbb .GrAtX [1]!=-1&&_cbb .GrAtY [1]!=-1{_cbb ._fed [1]=true ;_cbb ._eb =true ;};case 1:_cbb ._eb =false ; -};return nil ;};func (_gada *TextRegion )getSymbols ()error {if _gada .Header .RTSegments !=nil {return _gada .initSymbols ();};return nil ;};type RegionSegment struct{_ddaf *_b .Reader ;BitmapWidth uint32 ;BitmapHeight uint32 ;XLocation uint32 ;YLocation uint32 ; -CombinaionOperator _be .CombinationOperator ;};func (_dafc *Header )CleanSegmentData (){if _dafc .SegmentData !=nil {_dafc .SegmentData =nil ;};};func (_gbb *HalftoneRegion )combineGrayscalePlanes (_ecggc []*_be .Bitmap ,_ebag int )error {_egac :=0;for _bdfe :=0; -_bdfe < _ecggc [_ebag ].Height ;_bdfe ++{for _ffc :=0;_ffc < _ecggc [_ebag ].Width ;_ffc +=8{_ffca ,_ggf :=_ecggc [_ebag +1].GetByte (_egac );if _ggf !=nil {return _ggf ;};_dbgc ,_ggf :=_ecggc [_ebag ].GetByte (_egac );if _ggf !=nil {return _ggf ;};_ggf =_ecggc [_ebag ].SetByte (_egac ,_be .CombineBytes (_dbgc ,_ffca ,_be .CmbOpXor )); -if _ggf !=nil {return _ggf ;};_egac ++;};};return nil ;};func (_dbd *GenericRegion )Size ()int {return _dbd .RegionSegment .Size ()+1+2*len (_dbd .GBAtX )};type template0 struct{};func (_fdeb *TextRegion )decodeIb (_dagff ,_febce int64 )(*_be .Bitmap ,error ){const _eeef ="\u0064\u0065\u0063\u006f\u0064\u0065\u0049\u0062"; -var (_bccfb error ;_fcad *_be .Bitmap ;);if _dagff ==0{if int (_febce )> len (_fdeb .Symbols )-1{return nil ,_ac .Error (_eeef ,"\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0049\u0042\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0020\u0069\u006e\u0064\u0065x\u0020\u006f\u0075\u0074\u0020o\u0066\u0020r\u0061\u006e\u0067\u0065"); -};return _fdeb .Symbols [int (_febce )],nil ;};var _bgdb ,_ccbf ,_befda ,_fgfg int64 ;_bgdb ,_bccfb =_fdeb .decodeRdw ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_ccbf ,_bccfb =_fdeb .decodeRdh ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,""); -};_befda ,_bccfb =_fdeb .decodeRdx ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_fgfg ,_bccfb =_fdeb .decodeRdy ();if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};if _fdeb .IsHuffmanEncoded {if _ ,_bccfb =_fdeb .decodeSymInRefSize (); -_bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"");};_fdeb ._bfde .Align ();};_fegd :=_fdeb .Symbols [_febce ];_fgfee :=uint32 (_fegd .Width );_agba :=uint32 (_fegd .Height );_faaa :=int32 (uint32 (_bgdb )>>1)+int32 (_befda );_aebb :=int32 (uint32 (_ccbf )>>1)+int32 (_fgfg ); -if _fdeb ._fggc ==nil {_fdeb ._fggc =_ead (_fdeb ._bfde ,nil );};_fdeb ._fggc .setParameters (_fdeb ._cdccb ,_fdeb ._bfga ,_fdeb .SbrTemplate ,_fgfee +uint32 (_bgdb ),_agba +uint32 (_ccbf ),_fegd ,_faaa ,_aebb ,false ,_fdeb .SbrATX ,_fdeb .SbrATY );_fcad ,_bccfb =_fdeb ._fggc .GetRegionBitmap (); -if _bccfb !=nil {return nil ,_ac .Wrap (_bccfb ,_eeef ,"\u0067\u0072\u0066");};if _fdeb .IsHuffmanEncoded {_fdeb ._bfde .Align ();};return _fcad ,nil ;};func (_bfcf *PatternDictionary )readPatternWidthAndHeight ()error {_faab ,_fdadb :=_bfcf ._abca .ReadByte (); -if _fdadb !=nil {return _fdadb ;};_bfcf .HdpWidth =_faab ;_faab ,_fdadb =_bfcf ._abca .ReadByte ();if _fdadb !=nil {return _fdadb ;};_bfcf .HdpHeight =_faab ;return nil ;};func (_cdaf *TextRegion )InitEncode (globalSymbolsMap ,localSymbolsMap map[int ]int ,comps []int ,inLL *_be .Points ,symbols *_be .Bitmaps ,classIDs *_ea .IntSlice ,boxes *_be .Boxes ,width ,height ,symBits int ){_cdaf .RegionInfo =&RegionSegment {BitmapWidth :uint32 (width ),BitmapHeight :uint32 (height )}; -_cdaf ._gdfg =globalSymbolsMap ;_cdaf ._caeg =localSymbolsMap ;_cdaf ._cdaa =comps ;_cdaf ._acbaa =inLL ;_cdaf ._gbdd =symbols ;_cdaf ._adac =classIDs ;_cdaf ._eacf =boxes ;_cdaf ._gcfe =symBits ;};func (_cfbggd *SymbolDictionary )decodeAggregate (_efcd ,_dcfg uint32 )error {var (_cfebf int64 ; -_cdfa error ;);if _cfbggd .IsHuffmanEncoded {_cfebf ,_cdfa =_cfbggd .huffDecodeRefAggNInst ();if _cdfa !=nil {return _cdfa ;};}else {_afag ,_aabg :=_cfbggd ._gede .DecodeInt (_cfbggd ._cecg );if _aabg !=nil {return _aabg ;};_cfebf =int64 (_afag );};if _cfebf > 1{return _cfbggd .decodeThroughTextRegion (_efcd ,_dcfg ,uint32 (_cfebf )); -}else if _cfebf ==1{return _cfbggd .decodeRefinedSymbol (_efcd ,_dcfg );};return nil ;}; \ No newline at end of file +case TBitmap :return "\u0042\u0069\u0074\u006d\u0061\u0070";};return "I\u006ev\u0061\u006c\u0069\u0064\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u0020Ki\u006e\u0064";};func (_beea *HalftoneRegion )computeGrayScalePlanes (_efa []*_bb .Bitmap ,_ddgc int )([][]int ,error ){_bcfa :=make ([][]int ,_beea .HGridHeight ); +for _gccgf :=0;_gccgf < len (_bcfa );_gccgf ++{_bcfa [_gccgf ]=make ([]int ,_beea .HGridWidth );};for _eafd :=0;_eafd < int (_beea .HGridHeight );_eafd ++{for _acaa :=0;_acaa < int (_beea .HGridWidth );_acaa +=8{var _cdad int ;if _fgdcd :=int (_beea .HGridWidth )-_acaa ; +_fgdcd > 8{_cdad =8;}else {_cdad =_fgdcd ;};_fgea :=_efa [0].GetByteIndex (_acaa ,_eafd );for _ggc :=0;_ggc < _cdad ;_ggc ++{_ggde :=_ggc +_acaa ;_bcfa [_eafd ][_ggde ]=0;for _aad :=0;_aad < _ddgc ;_aad ++{_aga ,_eebf :=_efa [_aad ].GetByte (_fgea );if _eebf !=nil {return nil ,_eebf ; +};_cbge :=_aga >>uint (7-_ggde &7);_efe :=_cbge &1;_gdd :=1< 0{_ecf ,_dgc =_cfg .RegionBitmap .GetByte (_ag -_eeb );if _dgc !=nil {return _dgc ;};_cgd =int (_ecf );};if _fg > 0&&_fg <=_cfg .ReferenceBitmap .Height {_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg -_fad +_cebc ); +if _dgc !=nil {return _dgc ;};_bbe =int (_ecf )<<4;};if _fg >=0&&_fg < _cfg .ReferenceBitmap .Height {_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg +_cebc );if _dgc !=nil {return _dgc ;};_gce =int (_ecf )<<1;};if _fg > -2&&_fg < _cfg .ReferenceBitmap .Height -1{_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg +_fad +_cebc ); +if _dgc !=nil {return _dgc ;};_deac =int (_ecf );};_fea =((_cgd >>5)&0x6)|((_deac >>2)&0x30)|(_gce &0x180)|(_bbe &0xc00);var _cba int ;for _ccd :=0;_ccd < _ccf ;_ccd =_cba {var _cca int ;_cba =_ccd +8;var _geb int ;if _geb =_ecad -_ccd ;_geb > 8{_geb =8; +};_gfag :=_cba < _ecad ;_ff :=_cba < _cfg .ReferenceBitmap .Width ;_ege :=_cebc +1;if _eca > 0{_ecf =0;if _gfag {_ecf ,_dgc =_cfg .RegionBitmap .GetByte (_ag -_eeb +1);if _dgc !=nil {return _dgc ;};};_cgd =(_cgd <<8)|int (_ecf );};if _fg > 0&&_fg <=_cfg .ReferenceBitmap .Height {var _ecfd int ; +if _ff {_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg -_fad +_ege );if _dgc !=nil {return _dgc ;};_ecfd =int (_ecf )<<4;};_bbe =(_bbe <<8)|_ecfd ;};if _fg >=0&&_fg < _cfg .ReferenceBitmap .Height {var _fdf int ;if _ff {_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg +_ege ); +if _dgc !=nil {return _dgc ;};_fdf =int (_ecf )<<1;};_gce =(_gce <<8)|_fdf ;};if _fg > -2&&_fg < (_cfg .ReferenceBitmap .Height -1){_ecf =0;if _ff {_ecf ,_dgc =_cfg .ReferenceBitmap .GetByte (_ecbg +_fad +_ege );if _dgc !=nil {return _dgc ;};};_deac =(_deac <<8)|int (_ecf ); +};for _abf :=0;_abf < _geb ;_abf ++{var _geee int ;_acee :=false ;_faa :=(_fea >>4)&0x1ff;if _faa ==0x1ff{_acee =true ;_geee =1;}else if _faa ==0x00{_acee =true ;};if !_acee {if _cfg ._bea {_afa =_cfg .overrideAtTemplate0 (_fea ,_ccd +_abf ,_eca ,_cca ,_abf ); +_cfg ._de .SetIndex (int32 (_afa ));}else {_cfg ._de .SetIndex (int32 (_fea ));};_geee ,_dgc =_cfg ._ce .DecodeBit (_cfg ._de );if _dgc !=nil {return _dgc ;};};_fff :=uint (7-_abf );_cca |=_geee <<_fff ;_fea =((_fea &0xdb6)<<1)|_geee |(_cgd >>_fff +5)&0x002|((_deac >>_fff +2)&0x010)|((_gce >>_fff )&0x080)|((_bbe >>_fff )&0x400); +};_dgc =_cfg .RegionBitmap .SetByte (_ag ,byte (_cca ));if _dgc !=nil {return _dgc ;};_ag ++;_ecbg ++;};return nil ;};func (_bgdf *Header )writeSegmentPageAssociation (_dafc _g .BinaryWriter )(_ece int ,_dbgg error ){const _fdaea ="w\u0072\u0069\u0074\u0065\u0053\u0065g\u006d\u0065\u006e\u0074\u0050\u0061\u0067\u0065\u0041s\u0073\u006f\u0063i\u0061t\u0069\u006f\u006e"; +if _bgdf .pageSize ()!=4{if _dbgg =_dafc .WriteByte (byte (_bgdf .PageAssociation ));_dbgg !=nil {return 0,_cd .Wrap (_dbgg ,_fdaea ,"\u0070\u0061\u0067\u0065\u0053\u0069\u007a\u0065\u0020\u0021\u003d\u0020\u0034");};return 1,nil ;};_efbf :=make ([]byte ,4); +_a .BigEndian .PutUint32 (_efbf ,uint32 (_bgdf .PageAssociation ));if _ece ,_dbgg =_dafc .Write (_efbf );_dbgg !=nil {return 0,_cd .Wrap (_dbgg ,_fdaea ,"\u0034 \u0062y\u0074\u0065\u0020\u0070\u0061g\u0065\u0020n\u0075\u006d\u0062\u0065\u0072");};return _ece ,nil ; +};func (_cb *EndOfStripe )Init (h *Header ,r *_g .Reader )error {_cb ._cg =r ;return _cb .parseHeader ()};func (_eeaa *SymbolDictionary )getSbSymCodeLen ()int8 {_bcead :=int8 (_e .Ceil (_e .Log (float64 (_eeaa ._fcda +_eeaa .NumberOfNewSymbols ))/_e .Log (2))); +if _eeaa .IsHuffmanEncoded &&_bcead < 1{return 1;};return _bcead ;};func (_bffg *Header )writeSegmentNumber (_afgc _g .BinaryWriter )(_cgbb int ,_gedef error ){_afgf :=make ([]byte ,4);_a .BigEndian .PutUint32 (_afgf ,_bffg .SegmentNumber );if _cgbb ,_gedef =_afgc .Write (_afgf ); +_gedef !=nil {return 0,_cd .Wrap (_gedef ,"\u0048e\u0061\u0064\u0065\u0072.\u0077\u0072\u0069\u0074\u0065S\u0065g\u006de\u006e\u0074\u004e\u0075\u006d\u0062\u0065r","");};return _cgbb ,nil ;};type template0 struct{};func (_ccee *Header )readNumberOfReferredToSegments (_dee *_g .Reader )(uint64 ,error ){const _ggfa ="\u0072\u0065\u0061\u0064\u004e\u0075\u006d\u0062\u0065\u0072O\u0066\u0052\u0065\u0066\u0065\u0072\u0072e\u0064\u0054\u006f\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073"; +_dag ,_cag :=_dee .ReadBits (3);if _cag !=nil {return 0,_cd .Wrap (_cag ,_ggfa ,"\u0063\u006f\u0075n\u0074\u0020\u006f\u0066\u0020\u0072\u0074\u0073");};_dag &=0xf;var _acac []byte ;if _dag <=4{_acac =make ([]byte ,5);for _dcag :=0;_dcag <=4;_dcag ++{_cedg ,_ebda :=_dee .ReadBit (); +if _ebda !=nil {return 0,_cd .Wrap (_ebda ,_ggfa ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_acac [_dcag ]=byte (_cedg );};}else {_dag ,_cag =_dee .ReadBits (29);if _cag !=nil {return 0,_cag ;};_dag &=_e .MaxInt32 ;_deaf :=(_dag +8)>>3; +_deaf <<=3;_acac =make ([]byte ,_deaf );var _fbece uint64 ;for _fbece =0;_fbece < _deaf ;_fbece ++{_adc ,_ede :=_dee .ReadBit ();if _ede !=nil {return 0,_cd .Wrap (_ede ,_ggfa ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_acac [_fbece ]=byte (_adc ); +};};return _dag ,nil ;};func (_fddg *SymbolDictionary )setAtPixels ()error {if _fddg .IsHuffmanEncoded {return nil ;};_cbec :=1;if _fddg .SdTemplate ==0{_cbec =4;};if _bbfa :=_fddg .readAtPixels (_cbec );_bbfa !=nil {return _bbfa ;};return nil ;};func (_dgbg *TableSegment )StreamReader ()*_g .Reader {return _dgbg ._aeda }; +func (_ddgfd *TextRegion )decodeRI ()(int64 ,error ){if !_ddgfd .UseRefinement {return 0,nil ;};if _ddgfd .IsHuffmanEncoded {_dbef ,_fdfad :=_ddgfd ._aafc .ReadBit ();return int64 (_dbef ),_fdfad ;};_gddaf ,_agef :=_ddgfd ._eccgc .DecodeInt (_ddgfd ._dgab ); +return int64 (_gddaf ),_agef ;};func (_cada *TextRegion )decodeRdy ()(int64 ,error ){const _adgf ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064y";if _cada .IsHuffmanEncoded {if _cada .SbHuffRDY ==3{if _cada ._bbg ==nil {var (_fcfg int ;_fded error ;);if _cada .SbHuffFS ==3{_fcfg ++; +};if _cada .SbHuffDS ==3{_fcfg ++;};if _cada .SbHuffDT ==3{_fcfg ++;};if _cada .SbHuffRDWidth ==3{_fcfg ++;};if _cada .SbHuffRDHeight ==3{_fcfg ++;};if _cada .SbHuffRDX ==3{_fcfg ++;};_cada ._bbg ,_fded =_cada .getUserTable (_fcfg );if _fded !=nil {return 0,_cd .Wrap (_fded ,_adgf ,""); +};};return _cada ._bbg .Decode (_cada ._aafc );};_dgdd ,_efbg :=_afb .GetStandardTable (14+int (_cada .SbHuffRDY ));if _efbg !=nil {return 0,_efbg ;};return _dgdd .Decode (_cada ._aafc );};_dfegb ,_badb :=_cada ._eccgc .DecodeInt (_cada ._bfcdb );if _badb !=nil {return 0,_cd .Wrap (_badb ,_adgf ,""); +};return int64 (_dfegb ),nil ;};func (_gdda *PageInformationSegment )readIsStriped ()error {_fbeg ,_fgce :=_gdda ._gcdg .ReadBit ();if _fgce !=nil {return _fgce ;};if _fbeg ==1{_gdda .IsStripe =true ;};return nil ;};func (_fddfg *Header )readDataStartOffset (_bbba *_g .Reader ,_dggce OrganizationType ){if _dggce ==OSequential {_fddfg .SegmentDataStartOffset =uint64 (_bbba .AbsolutePosition ()); +};};func (_eac *GenericRefinementRegion )decodeTypicalPredictedLineTemplate1 (_acbb ,_dcb ,_fgd ,_fca ,_edg ,_bg ,_ffe ,_cbc ,_agb int )(_ffa error ){var (_eea ,_aea int ;_ced ,_fdfa int ;_fge ,_gge int ;_adf byte ;);if _acbb > 0{_adf ,_ffa =_eac .RegionBitmap .GetByte (_ffe -_fgd ); +if _ffa !=nil {return _ffa ;};_ced =int (_adf );};if _cbc > 0&&_cbc <=_eac .ReferenceBitmap .Height {_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb -_fca +_bg );if _ffa !=nil {return _ffa ;};_fdfa =int (_adf )<<2;};if _cbc >=0&&_cbc < _eac .ReferenceBitmap .Height {_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb +_bg ); +if _ffa !=nil {return _ffa ;};_fge =int (_adf );};if _cbc > -2&&_cbc < _eac .ReferenceBitmap .Height -1{_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb +_fca +_bg );if _ffa !=nil {return _ffa ;};_gge =int (_adf );};_eea =((_ced >>5)&0x6)|((_gge >>2)&0x30)|(_fge &0xc0)|(_fdfa &0x200); +_aea =((_gge >>2)&0x70)|(_fge &0xc0)|(_fdfa &0x700);var _eaf int ;for _daa :=0;_daa < _edg ;_daa =_eaf {var (_aaf int ;_cbd int ;);_eaf =_daa +8;if _aaf =_dcb -_daa ;_aaf > 8{_aaf =8;};_fbb :=_eaf < _dcb ;_ebf :=_eaf < _eac .ReferenceBitmap .Width ;_baf :=_bg +1; +if _acbb > 0{_adf =0;if _fbb {_adf ,_ffa =_eac .RegionBitmap .GetByte (_ffe -_fgd +1);if _ffa !=nil {return _ffa ;};};_ced =(_ced <<8)|int (_adf );};if _cbc > 0&&_cbc <=_eac .ReferenceBitmap .Height {var _faab int ;if _ebf {_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb -_fca +_baf ); +if _ffa !=nil {return _ffa ;};_faab =int (_adf )<<2;};_fdfa =(_fdfa <<8)|_faab ;};if _cbc >=0&&_cbc < _eac .ReferenceBitmap .Height {_adf =0;if _ebf {_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb +_baf );if _ffa !=nil {return _ffa ;};};_fge =(_fge <<8)|int (_adf ); +};if _cbc > -2&&_cbc < (_eac .ReferenceBitmap .Height -1){_adf =0;if _ebf {_adf ,_ffa =_eac .ReferenceBitmap .GetByte (_agb +_fca +_baf );if _ffa !=nil {return _ffa ;};};_gge =(_gge <<8)|int (_adf );};for _aedd :=0;_aedd < _aaf ;_aedd ++{var _bdc int ; +_eda :=(_aea >>4)&0x1ff;switch _eda {case 0x1ff:_bdc =1;case 0x00:_bdc =0;default:_eac ._de .SetIndex (int32 (_eea ));_bdc ,_ffa =_eac ._ce .DecodeBit (_eac ._de );if _ffa !=nil {return _ffa ;};};_bff :=uint (7-_aedd );_cbd |=_bdc <<_bff ;_eea =((_eea &0x0d6)<<1)|_bdc |(_ced >>_bff +5)&0x002|((_gge >>_bff +2)&0x010)|((_fge >>_bff )&0x040)|((_fdfa >>_bff )&0x200); +_aea =((_aea &0xdb)<<1)|((_gge >>_bff +2)&0x010)|((_fge >>_bff )&0x080)|((_fdfa >>_bff )&0x400);};_ffa =_eac .RegionBitmap .SetByte (_ffe ,byte (_cbd ));if _ffa !=nil {return _ffa ;};_ffe ++;_agb ++;};return nil ;};func (_daae *TextRegion )decodeCurrentT ()(int64 ,error ){if _daae .SbStrips !=1{if _daae .IsHuffmanEncoded {_gabd ,_fddc :=_daae ._aafc .ReadBits (byte (_daae .LogSBStrips )); +return int64 (_gabd ),_fddc ;};_feee ,_ffeg :=_daae ._eccgc .DecodeInt (_daae ._ggfd );if _ffeg !=nil {return 0,_ffeg ;};return int64 (_feee ),nil ;};return 0,nil ;};func (_cgde *GenericRegion )GetRegionInfo ()*RegionSegment {return _cgde .RegionSegment }; +func (_dbgf *TextRegion )checkInput ()error {const _edfd ="\u0063\u0068\u0065\u0063\u006b\u0049\u006e\u0070\u0075\u0074";if !_dbgf .UseRefinement {if _dbgf .SbrTemplate !=0{_bc .Log .Debug ("\u0053\u0062\u0072Te\u006d\u0070\u006c\u0061\u0074\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030"); +_dbgf .SbrTemplate =0;};};if _dbgf .SbHuffFS ==2||_dbgf .SbHuffRDWidth ==2||_dbgf .SbHuffRDHeight ==2||_dbgf .SbHuffRDX ==2||_dbgf .SbHuffRDY ==2{return _cd .Error (_edfd ,"h\u0075\u0066\u0066\u006d\u0061\u006e \u0066\u006c\u0061\u0067\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064"); +};if !_dbgf .UseRefinement {if _dbgf .SbHuffRSize !=0{_bc .Log .Debug ("\u0053\u0062\u0048uf\u0066\u0052\u0053\u0069\u007a\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030");_dbgf .SbHuffRSize =0;};if _dbgf .SbHuffRDY !=0{_bc .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044Y\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030"); +_dbgf .SbHuffRDY =0;};if _dbgf .SbHuffRDX !=0{_bc .Log .Debug ("S\u0062\u0048\u0075\u0066fR\u0044X\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0062\u0065\u0020\u0030");_dbgf .SbHuffRDX =0;};if _dbgf .SbHuffRDWidth !=0{_bc .Log .Debug ("\u0053b\u0048\u0075\u0066\u0066R\u0044\u0057\u0069\u0064\u0074h\u0020s\u0068o\u0075\u006c\u0064\u0020\u0062\u0065\u00200"); +_dbgf .SbHuffRDWidth =0;};if _dbgf .SbHuffRDHeight !=0{_bc .Log .Debug ("\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069g\u0068\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0030");_dbgf .SbHuffRDHeight =0;};};return nil ; +};func (_bbc *GenericRegion )decodeTemplate2 (_ccdf ,_dfgd ,_eed int ,_bef ,_cged int )(_eada error ){const _bgd ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0032";var (_afbc ,_bee int ;_cdd ,_gbe int ;_cff byte ;_beee ,_aegg int ; +);if _ccdf >=1{_cff ,_eada =_bbc .Bitmap .GetByte (_cged );if _eada !=nil {return _cd .Wrap (_eada ,_bgd ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0031");};_cdd =int (_cff );};if _ccdf >=2{_cff ,_eada =_bbc .Bitmap .GetByte (_cged -_bbc .Bitmap .RowStride ); +if _eada !=nil {return _cd .Wrap (_eada ,_bgd ,"\u006ci\u006ee\u004e\u0075\u006d\u0062\u0065\u0072\u0020\u003e\u003d\u0020\u0032");};_gbe =int (_cff )<<4;};_afbc =(_cdd >>3&0x7c)|(_gbe >>3&0x380);for _cbb :=0;_cbb < _eed ;_cbb =_beee {var (_ecdd byte ; +_ggf int ;);_beee =_cbb +8;if _cdfg :=_dfgd -_cbb ;_cdfg > 8{_ggf =8;}else {_ggf =_cdfg ;};if _ccdf > 0{_cdd <<=8;if _beee < _dfgd {_cff ,_eada =_bbc .Bitmap .GetByte (_cged +1);if _eada !=nil {return _cd .Wrap (_eada ,_bgd ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0030"); +};_cdd |=int (_cff );};};if _ccdf > 1{_gbe <<=8;if _beee < _dfgd {_cff ,_eada =_bbc .Bitmap .GetByte (_cged -_bbc .Bitmap .RowStride +1);if _eada !=nil {return _cd .Wrap (_eada ,_bgd ,"\u006c\u0069\u006e\u0065\u004e\u0075\u006d\u0062\u0065r\u0020\u003e\u0020\u0031"); +};_gbe |=int (_cff )<<4;};};for _dbe :=0;_dbe < _ggf ;_dbe ++{_agd :=uint (10-_dbe );if _bbc ._cfgc {_bee =_bbc .overrideAtTemplate2 (_afbc ,_cbb +_dbe ,_ccdf ,int (_ecdd ),_dbe );_bbc ._egge .SetIndex (int32 (_bee ));}else {_bbc ._egge .SetIndex (int32 (_afbc )); +};_aegg ,_eada =_bbc ._dda .DecodeBit (_bbc ._egge );if _eada !=nil {return _cd .Wrap (_eada ,_bgd ,"");};_ecdd |=byte (_aegg <>_agd )&0x4)|((_gbe >>_agd )&0x80);};if _cgc :=_bbc .Bitmap .SetByte (_bef ,_ecdd ); +_cgc !=nil {return _cd .Wrap (_cgc ,_bgd ,"");};_bef ++;_cged ++;};return nil ;};type SymbolDictionary struct{_cgdga *_g .Reader ;SdrTemplate int8 ;SdTemplate int8 ;_fgg bool ;_gcea bool ;SdHuffAggInstanceSelection bool ;SdHuffBMSizeSelection int8 ;SdHuffDecodeWidthSelection int8 ; +SdHuffDecodeHeightSelection int8 ;UseRefinementAggregation bool ;IsHuffmanEncoded bool ;SdATX []int8 ;SdATY []int8 ;SdrATX []int8 ;SdrATY []int8 ;NumberOfExportedSymbols uint32 ;NumberOfNewSymbols uint32 ;Header *Header ;_fcda uint32 ;_feeg []*_bb .Bitmap ; +_dgb uint32 ;_cdgd []*_bb .Bitmap ;_ecea _afb .Tabler ;_aeed _afb .Tabler ;_bgec _afb .Tabler ;_bedf _afb .Tabler ;_bdg []*_bb .Bitmap ;_dabb []*_bb .Bitmap ;_dbgeb *_ecb .Decoder ;_bbad *TextRegion ;_cfgd *GenericRegion ;_adde *GenericRefinementRegion ; +_ebeg *_ecb .DecoderStats ;_cadb *_ecb .DecoderStats ;_ecde *_ecb .DecoderStats ;_adca *_ecb .DecoderStats ;_ecfg *_ecb .DecoderStats ;_bda *_ecb .DecoderStats ;_efge *_ecb .DecoderStats ;_cgca *_ecb .DecoderStats ;_ccg *_ecb .DecoderStats ;_ddfg int8 ; +_efgeg *_bb .Bitmaps ;_gcf []int ;_dcaf map[int ]int ;_ecfga bool ;};type SegmentEncoder interface{Encode (_dddb _g .BinaryWriter )(_eece int ,_bde error );};func (_badf *PageInformationSegment )CombinationOperatorOverrideAllowed ()bool {return _badf ._bfbd }; +func (_dgff *PageInformationSegment )readCombinationOperatorOverrideAllowed ()error {_dbga ,_fccf :=_dgff ._gcdg .ReadBit ();if _fccf !=nil {return _fccf ;};if _dbga ==1{_dgff ._bfbd =true ;};return nil ;};func (_gebd *PageInformationSegment )checkInput ()error {if _gebd .PageBMHeight ==_e .MaxInt32 {if !_gebd .IsStripe {_bc .Log .Debug ("P\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0053\u0065\u0067me\u006e\u0074\u002e\u0049s\u0053\u0074\u0072\u0069\u0070\u0065\u0020\u0073\u0068ou\u006c\u0064 \u0062\u0065\u0020\u0074\u0072\u0075\u0065\u002e"); +};};return nil ;};func (_cfbc *Header )readSegmentPageAssociation (_cgae Documenter ,_adfa *_g .Reader ,_cgdg uint64 ,_gede ...int )(_fbba error ){const _gab ="\u0072\u0065\u0061\u0064\u0053\u0065\u0067\u006d\u0065\u006e\u0074P\u0061\u0067\u0065\u0041\u0073\u0073\u006f\u0063\u0069\u0061t\u0069\u006f\u006e"; +if !_cfbc .PageAssociationFieldSize {_addc ,_baea :=_adfa .ReadBits (8);if _baea !=nil {return _cd .Wrap (_baea ,_gab ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_cfbc .PageAssociation =int (_addc &0xFF);}else {_gebg ,_bbce :=_adfa .ReadBits (32); +if _bbce !=nil {return _cd .Wrap (_bbce ,_gab ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_cfbc .PageAssociation =int (_gebg &_e .MaxInt32 );};if _cgdg ==0{return nil ;};if _cfbc .PageAssociation !=0{_eefc ,_ebcdg :=_cgae .GetPage (_cfbc .PageAssociation ); +if _ebcdg !=nil {return _cd .Wrap (_ebcdg ,_gab ,"\u0061s\u0073\u006f\u0063\u0069a\u0074\u0065\u0064\u0020\u0070a\u0067e\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006ed");};var _ggac int ;for _ffeb :=uint64 (0);_ffeb < _cgdg ;_ffeb ++{_ggac =_gede [_ffeb ]; +_cfbc .RTSegments [_ffeb ],_ebcdg =_eefc .GetSegment (_ggac );if _ebcdg !=nil {var _feac error ;_cfbc .RTSegments [_ffeb ],_feac =_cgae .GetGlobalSegment (_ggac );if _feac !=nil {return _cd .Wrapf (_ebcdg ,_gab ,"\u0072\u0065\u0066\u0065\u0072\u0065n\u0063\u0065\u0020s\u0065\u0067\u006de\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064\u0020\u0061\u0074\u0020pa\u0067\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0072\u0020\u0069\u006e\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0073",_cfbc .PageAssociation ); +};};};return nil ;};for _deee :=uint64 (0);_deee < _cgdg ;_deee ++{_cfbc .RTSegments [_deee ],_fbba =_cgae .GetGlobalSegment (_gede [_deee ]);if _fbba !=nil {return _cd .Wrapf (_fbba ,_gab ,"\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u003a\u0020\u0027\u0025d\u0027\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_gede [_deee ]); +};};return nil ;};func (_ddgg *HalftoneRegion )parseHeader ()error {if _ffb :=_ddgg .RegionSegment .parseHeader ();_ffb !=nil {return _ffb ;};_fbaf ,_bedaf :=_ddgg ._dbge .ReadBit ();if _bedaf !=nil {return _bedaf ;};_ddgg .HDefaultPixel =int8 (_fbaf ); +_bgc ,_bedaf :=_ddgg ._dbge .ReadBits (3);if _bedaf !=nil {return _bedaf ;};_ddgg .CombinationOperator =_bb .CombinationOperator (_bgc &0xf);_fbaf ,_bedaf =_ddgg ._dbge .ReadBit ();if _bedaf !=nil {return _bedaf ;};if _fbaf ==1{_ddgg .HSkipEnabled =true ; +};_bgc ,_bedaf =_ddgg ._dbge .ReadBits (2);if _bedaf !=nil {return _bedaf ;};_ddgg .HTemplate =byte (_bgc &0xf);_fbaf ,_bedaf =_ddgg ._dbge .ReadBit ();if _bedaf !=nil {return _bedaf ;};if _fbaf ==1{_ddgg .IsMMREncoded =true ;};_bgc ,_bedaf =_ddgg ._dbge .ReadBits (32); +if _bedaf !=nil {return _bedaf ;};_ddgg .HGridWidth =uint32 (_bgc &_e .MaxUint32 );_bgc ,_bedaf =_ddgg ._dbge .ReadBits (32);if _bedaf !=nil {return _bedaf ;};_ddgg .HGridHeight =uint32 (_bgc &_e .MaxUint32 );_bgc ,_bedaf =_ddgg ._dbge .ReadBits (32);if _bedaf !=nil {return _bedaf ; +};_ddgg .HGridX =int32 (_bgc &_e .MaxInt32 );_bgc ,_bedaf =_ddgg ._dbge .ReadBits (32);if _bedaf !=nil {return _bedaf ;};_ddgg .HGridY =int32 (_bgc &_e .MaxInt32 );_bgc ,_bedaf =_ddgg ._dbge .ReadBits (16);if _bedaf !=nil {return _bedaf ;};_ddgg .HRegionX =uint16 (_bgc &_e .MaxUint16 ); +_bgc ,_bedaf =_ddgg ._dbge .ReadBits (16);if _bedaf !=nil {return _bedaf ;};_ddgg .HRegionY =uint16 (_bgc &_e .MaxUint16 );if _bedaf =_ddgg .computeSegmentDataStructure ();_bedaf !=nil {return _bedaf ;};return _ddgg .checkInput ();};func (_aaga *Header )pageSize ()uint {if _aaga .PageAssociation <=255{return 1; +};return 4;};func (_gbfb *SymbolDictionary )readNumberOfExportedSymbols ()error {_geac ,_befb :=_gbfb ._cgdga .ReadBits (32);if _befb !=nil {return _befb ;};_gbfb .NumberOfExportedSymbols =uint32 (_geac &_e .MaxUint32 );return nil ;};func (_gee *GenericRefinementRegion )decodeOptimized (_aeg ,_ddg ,_fa ,_da ,_dg ,_aed ,_dgg int )error {var (_bbd error ; +_cf int ;_acd int ;);_ace :=_aeg -int (_gee .ReferenceDY );if _bd :=int (-_gee .ReferenceDX );_bd > 0{_cf =_bd ;};_gff :=_gee .ReferenceBitmap .GetByteIndex (_cf ,_ace );if _gee .ReferenceDX > 0{_acd =int (_gee .ReferenceDX );};_fd :=_gee .RegionBitmap .GetByteIndex (_acd ,_aeg ); +switch _gee .TemplateID {case 0:_bbd =_gee .decodeTemplate (_aeg ,_ddg ,_fa ,_da ,_dg ,_aed ,_dgg ,_fd ,_ace ,_gff ,_gee ._ab );case 1:_bbd =_gee .decodeTemplate (_aeg ,_ddg ,_fa ,_da ,_dg ,_aed ,_dgg ,_fd ,_ace ,_gff ,_gee ._df );};return _bbd ;};var _ SegmentEncoder =&RegionSegment {}; +func (_aede *TextRegion )decodeSymInRefSize ()(int64 ,error ){const _deff ="\u0064e\u0063o\u0064\u0065\u0053\u0079\u006dI\u006e\u0052e\u0066\u0053\u0069\u007a\u0065";if _aede .SbHuffRSize ==0{_bfda ,_gcdeg :=_afb .GetStandardTable (1);if _gcdeg !=nil {return 0,_cd .Wrap (_gcdeg ,_deff ,""); +};return _bfda .Decode (_aede ._aafc );};if _aede ._ceba ==nil {var (_gaac int ;_facb error ;);if _aede .SbHuffFS ==3{_gaac ++;};if _aede .SbHuffDS ==3{_gaac ++;};if _aede .SbHuffDT ==3{_gaac ++;};if _aede .SbHuffRDWidth ==3{_gaac ++;};if _aede .SbHuffRDHeight ==3{_gaac ++; +};if _aede .SbHuffRDX ==3{_gaac ++;};if _aede .SbHuffRDY ==3{_gaac ++;};_aede ._ceba ,_facb =_aede .getUserTable (_gaac );if _facb !=nil {return 0,_cd .Wrap (_facb ,_deff ,"");};};_bdee ,_dcca :=_aede ._ceba .Decode (_aede ._aafc );if _dcca !=nil {return 0,_cd .Wrap (_dcca ,_deff ,""); +};return _bdee ,nil ;};func (_acba *TextRegion )readUseRefinement ()error {if !_acba .UseRefinement ||_acba .SbrTemplate !=0{return nil ;};var (_ccbaa byte ;_egbd error ;);_acba .SbrATX =make ([]int8 ,2);_acba .SbrATY =make ([]int8 ,2);_ccbaa ,_egbd =_acba ._aafc .ReadByte (); +if _egbd !=nil {return _egbd ;};_acba .SbrATX [0]=int8 (_ccbaa );_ccbaa ,_egbd =_acba ._aafc .ReadByte ();if _egbd !=nil {return _egbd ;};_acba .SbrATY [0]=int8 (_ccbaa );_ccbaa ,_egbd =_acba ._aafc .ReadByte ();if _egbd !=nil {return _egbd ;};_acba .SbrATX [1]=int8 (_ccbaa ); +_ccbaa ,_egbd =_acba ._aafc .ReadByte ();if _egbd !=nil {return _egbd ;};_acba .SbrATY [1]=int8 (_ccbaa );return nil ;};func (_dcf *SymbolDictionary )getToExportFlags ()([]int ,error ){var (_edada int ;_eeaf int32 ;_gcddc error ;_bagd =int32 (_dcf ._fcda +_dcf .NumberOfNewSymbols ); +_fgbf =make ([]int ,_bagd ););for _ccecf :=int32 (0);_ccecf < _bagd ;_ccecf +=_eeaf {if _dcf .IsHuffmanEncoded {_aac ,_dged :=_afb .GetStandardTable (1);if _dged !=nil {return nil ,_dged ;};_fdbg ,_dged :=_aac .Decode (_dcf ._cgdga );if _dged !=nil {return nil ,_dged ; +};_eeaf =int32 (_fdbg );}else {_eeaf ,_gcddc =_dcf ._dbgeb .DecodeInt (_dcf ._ecfg );if _gcddc !=nil {return nil ,_gcddc ;};};if _eeaf !=0{if _ccecf +_eeaf > _bagd {return nil ,_cd .Error ("\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0067\u0065\u0074T\u006f\u0045\u0078\u0070\u006f\u0072\u0074F\u006c\u0061\u0067\u0073","\u006d\u0061\u006c\u0066\u006f\u0072m\u0065\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0064\u0061\u0074\u0061\u0020\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u002e\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u006f\u0075\u0074\u0020\u006ff\u0020r\u0061\u006e\u0067\u0065"); +};for _bafe :=_ccecf ;_bafe < _ccecf +_eeaf ;_bafe ++{_fgbf [_bafe ]=_edada ;};};if _edada ==0{_edada =1;}else {_edada =0;};};return _fgbf ,nil ;};func (_afbf *template1 )form (_dcdg ,_egd ,_egg ,_ecc ,_aba int16 )int16 {return ((_dcdg &0x02)<<8)|(_egd <<6)|((_egg &0x03)<<4)|(_ecc <<1)|_aba ; +};func (_ccddc *TextRegion )decodeRdw ()(int64 ,error ){const _egeag ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064w";if _ccddc .IsHuffmanEncoded {if _ccddc .SbHuffRDWidth ==3{if _ccddc ._gfba ==nil {var (_cbfe int ;_fcca error ;);if _ccddc .SbHuffFS ==3{_cbfe ++; +};if _ccddc .SbHuffDS ==3{_cbfe ++;};if _ccddc .SbHuffDT ==3{_cbfe ++;};_ccddc ._gfba ,_fcca =_ccddc .getUserTable (_cbfe );if _fcca !=nil {return 0,_cd .Wrap (_fcca ,_egeag ,"");};};return _ccddc ._gfba .Decode (_ccddc ._aafc );};_bgfc ,_edggc :=_afb .GetStandardTable (14+int (_ccddc .SbHuffRDWidth )); +if _edggc !=nil {return 0,_cd .Wrap (_edggc ,_egeag ,"");};return _bgfc .Decode (_ccddc ._aafc );};_acbbe ,_bfbf :=_ccddc ._eccgc .DecodeInt (_ccddc ._ggef );if _bfbf !=nil {return 0,_cd .Wrap (_bfbf ,_egeag ,"");};return int64 (_acbbe ),nil ;};func (_ffbc *PatternDictionary )checkInput ()error {if _ffbc .HdpHeight < 1||_ffbc .HdpWidth < 1{return _ee .New ("in\u0076\u0061l\u0069\u0064\u0020\u0048\u0065\u0061\u0064\u0065\u0072 \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0057\u0069\u0064\u0074\u0068\u002f\u0048\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020g\u0072e\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020z\u0065\u0072o"); +};if _ffbc .IsMMREncoded {if _ffbc .HDTemplate !=0{_bc .Log .Debug ("\u0076\u0061\u0072\u0069\u0061\u0062\u006c\u0065\u0020\u0048\u0044\u0054\u0065\u006d\u0070\u006c\u0061\u0074e\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030"); +};};return nil ;};func (_cafg *HalftoneRegion )checkInput ()error {if _cafg .IsMMREncoded {if _cafg .HTemplate !=0{_bc .Log .Debug ("\u0048\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0020\u003d\u0020\u0025\u0064\u0020\u0073\u0068\u006f\u0075l\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0030",_cafg .HTemplate ); +};if _cafg .HSkipEnabled {_bc .Log .Debug ("\u0048\u0053\u006b\u0069\u0070\u0045\u006e\u0061\u0062\u006c\u0065\u0064\u0020\u0030\u0020\u0025\u0076\u0020(\u0073\u0068\u006f\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u0029",_cafg .HSkipEnabled ); +};};return nil ;};func (_fcbc *PageInformationSegment )readIsLossless ()error {_afgae ,_aecbd :=_fcbc ._gcdg .ReadBit ();if _aecbd !=nil {return _aecbd ;};if _afgae ==1{_fcbc .IsLossless =true ;};return nil ;};func (_ffgf *TextRegion )initSymbols ()error {const _gagg ="i\u006e\u0069\u0074\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; +for _ ,_affga :=range _ffgf .Header .RTSegments {if _affga ==nil {return _cd .Error (_gagg ,"\u006e\u0069\u006c\u0020\u0073\u0065\u0067\u006de\u006e\u0074\u0020pr\u006f\u0076\u0069\u0064\u0065\u0064 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0074\u0065\u0078\u0074\u0020\u0072\u0065g\u0069\u006f\u006e\u0020\u0053\u0079\u006d\u0062o\u006c\u0073"); +};if _affga .Type ==0{_bfdca ,_ccbe :=_affga .GetSegmentData ();if _ccbe !=nil {return _cd .Wrap (_ccbe ,_gagg ,"");};_bdea ,_fcde :=_bfdca .(*SymbolDictionary );if !_fcde {return _cd .Error (_gagg ,"\u0072e\u0066\u0065r\u0072\u0065\u0064 \u0054\u006f\u0020\u0053\u0065\u0067\u006de\u006e\u0074\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006cD\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_bdea ._ccg =_ffgf ._efgae ;_daabd ,_ccbe :=_bdea .GetDictionary ();if _ccbe !=nil {return _cd .Wrap (_ccbe ,_gagg ,"");};_ffgf .Symbols =append (_ffgf .Symbols ,_daabd ...);};};_ffgf .NumberOfSymbols =uint32 (len (_ffgf .Symbols ));return nil ;};func (_daagg *TextRegion )decodeIb (_fdgc ,_dacde int64 )(*_bb .Bitmap ,error ){const _dggd ="\u0064\u0065\u0063\u006f\u0064\u0065\u0049\u0062"; +var (_cfce error ;_ggdg *_bb .Bitmap ;);if _fdgc ==0{if int (_dacde )> len (_daagg .Symbols )-1{return nil ,_cd .Error (_dggd ,"\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0049\u0042\u0020\u0062\u0069\u0074\u006d\u0061\u0070\u002e\u0020\u0069\u006e\u0064\u0065x\u0020\u006f\u0075\u0074\u0020o\u0066\u0020r\u0061\u006e\u0067\u0065"); +};return _daagg .Symbols [int (_dacde )],nil ;};var _feeea ,_aceee ,_bfbgb ,_cbbcb int64 ;_feeea ,_cfce =_daagg .decodeRdw ();if _cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,"");};_aceee ,_cfce =_daagg .decodeRdh ();if _cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,""); +};_bfbgb ,_cfce =_daagg .decodeRdx ();if _cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,"");};_cbbcb ,_cfce =_daagg .decodeRdy ();if _cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,"");};if _daagg .IsHuffmanEncoded {if _ ,_cfce =_daagg .decodeSymInRefSize (); +_cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,"");};_daagg ._aafc .Align ();};_dcff :=_daagg .Symbols [_dacde ];_ddaa :=uint32 (_dcff .Width );_dcc :=uint32 (_dcff .Height );_gcca :=int32 (uint32 (_feeea )>>1)+int32 (_bfbgb );_afbd :=int32 (uint32 (_aceee )>>1)+int32 (_cbbcb ); +if _daagg ._fedc ==nil {_daagg ._fedc =_cgg (_daagg ._aafc ,nil );};_daagg ._fedc .setParameters (_daagg ._abdae ,_daagg ._eccgc ,_daagg .SbrTemplate ,_ddaa +uint32 (_feeea ),_dcc +uint32 (_aceee ),_dcff ,_gcca ,_afbd ,false ,_daagg .SbrATX ,_daagg .SbrATY ); +_ggdg ,_cfce =_daagg ._fedc .GetRegionBitmap ();if _cfce !=nil {return nil ,_cd .Wrap (_cfce ,_dggd ,"\u0067\u0072\u0066");};if _daagg .IsHuffmanEncoded {_daagg ._aafc .Align ();};return _ggdg ,nil ;};var _ templater =&template0 {};func (_gfgf *PageInformationSegment )readCombinationOperator ()error {_cgff ,_fdgg :=_gfgf ._gcdg .ReadBits (2); +if _fdgg !=nil {return _fdgg ;};_gfgf ._cfd =_bb .CombinationOperator (int (_cgff ));return nil ;};type TextRegion struct{_aafc *_g .Reader ;RegionInfo *RegionSegment ;SbrTemplate int8 ;SbDsOffset int8 ;DefaultPixel int8 ;CombinationOperator _bb .CombinationOperator ; +IsTransposed int8 ;ReferenceCorner int16 ;LogSBStrips int16 ;UseRefinement bool ;IsHuffmanEncoded bool ;SbHuffRSize int8 ;SbHuffRDY int8 ;SbHuffRDX int8 ;SbHuffRDHeight int8 ;SbHuffRDWidth int8 ;SbHuffDT int8 ;SbHuffDS int8 ;SbHuffFS int8 ;SbrATX []int8 ; +SbrATY []int8 ;NumberOfSymbolInstances uint32 ;_aagac int64 ;SbStrips int8 ;NumberOfSymbols uint32 ;RegionBitmap *_bb .Bitmap ;Symbols []*_bb .Bitmap ;_eccgc *_ecb .Decoder ;_fedc *GenericRefinementRegion ;_ffda *_ecb .DecoderStats ;_bedc *_ecb .DecoderStats ; +_gfdc *_ecb .DecoderStats ;_ggfd *_ecb .DecoderStats ;_dgab *_ecb .DecoderStats ;_ggef *_ecb .DecoderStats ;_acdc *_ecb .DecoderStats ;_efgae *_ecb .DecoderStats ;_aeac *_ecb .DecoderStats ;_bfcdb *_ecb .DecoderStats ;_abdae *_ecb .DecoderStats ;_eaagc int8 ; +_cegb *_afb .FixedSizeTable ;Header *Header ;_edaa _afb .Tabler ;_affg _afb .Tabler ;_bcga _afb .Tabler ;_gfba _afb .Tabler ;_ffcg _afb .Tabler ;_gfge _afb .Tabler ;_bbg _afb .Tabler ;_ceba _afb .Tabler ;_bgeb ,_bdca map[int ]int ;_bfbbc []int ;_cab *_bb .Points ; +_bdcag *_bb .Bitmaps ;_ggee *_ec .IntSlice ;_cbee ,_gebga int ;_bddd *_bb .Boxes ;};func (_agcf *RegionSegment )Size ()int {return 17};func (_gadc *SymbolDictionary )decodeDifferenceWidth ()(int64 ,error ){if _gadc .IsHuffmanEncoded {switch _gadc .SdHuffDecodeWidthSelection {case 0:_fdgd ,_facd :=_afb .GetStandardTable (2); +if _facd !=nil {return 0,_facd ;};return _fdgd .Decode (_gadc ._cgdga );case 1:_abaaf ,_cde :=_afb .GetStandardTable (3);if _cde !=nil {return 0,_cde ;};return _abaaf .Decode (_gadc ._cgdga );case 3:if _gadc ._aeed ==nil {var _gcdgd int ;if _gadc .SdHuffDecodeHeightSelection ==3{_gcdgd ++; +};_defc ,_faee :=_gadc .getUserTable (_gcdgd );if _faee !=nil {return 0,_faee ;};_gadc ._aeed =_defc ;};return _gadc ._aeed .Decode (_gadc ._cgdga );};}else {_gdcg ,_gabc :=_gadc ._dbgeb .DecodeInt (_gadc ._ecde );if _gabc !=nil {return 0,_gabc ;};return int64 (_gdcg ),nil ; +};return 0,nil ;};func (_ggg *GenericRefinementRegion )readAtPixels ()error {_ggg .GrAtX =make ([]int8 ,2);_ggg .GrAtY =make ([]int8 ,2);_acdd ,_cgag :=_ggg ._fe .ReadByte ();if _cgag !=nil {return _cgag ;};_ggg .GrAtX [0]=int8 (_acdd );_acdd ,_cgag =_ggg ._fe .ReadByte (); +if _cgag !=nil {return _cgag ;};_ggg .GrAtY [0]=int8 (_acdd );_acdd ,_cgag =_ggg ._fe .ReadByte ();if _cgag !=nil {return _cgag ;};_ggg .GrAtX [1]=int8 (_acdd );_acdd ,_cgag =_ggg ._fe .ReadByte ();if _cgag !=nil {return _cgag ;};_ggg .GrAtY [1]=int8 (_acdd ); +return nil ;};func (_adda *PatternDictionary )readPatternWidthAndHeight ()error {_bffc ,_afega :=_adda ._ffbe .ReadByte ();if _afega !=nil {return _afega ;};_adda .HdpWidth =_bffc ;_bffc ,_afega =_adda ._ffbe .ReadByte ();if _afega !=nil {return _afega ; +};_adda .HdpHeight =_bffc ;return nil ;};func (_faaga *RegionSegment )parseHeader ()error {const _ffed ="p\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072";_bc .Log .Trace ("\u005b\u0052\u0045\u0047I\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002dH\u0045A\u0044\u0045\u0052\u005d\u0020\u0042\u0065g\u0069\u006e"); +defer func (){_bc .Log .Trace ("\u005b\u0052\u0045G\u0049\u004f\u004e\u005d[\u0050\u0041\u0052\u0053\u0045\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064");}();_dacd ,_abce :=_faaga ._aged .ReadBits (32); +if _abce !=nil {return _cd .Wrap (_abce ,_ffed ,"\u0077\u0069\u0064t\u0068");};_faaga .BitmapWidth =uint32 (_dacd &_e .MaxUint32 );_dacd ,_abce =_faaga ._aged .ReadBits (32);if _abce !=nil {return _cd .Wrap (_abce ,_ffed ,"\u0068\u0065\u0069\u0067\u0068\u0074"); +};_faaga .BitmapHeight =uint32 (_dacd &_e .MaxUint32 );_dacd ,_abce =_faaga ._aged .ReadBits (32);if _abce !=nil {return _cd .Wrap (_abce ,_ffed ,"\u0078\u0020\u006c\u006f\u0063\u0061\u0074\u0069\u006f\u006e");};_faaga .XLocation =uint32 (_dacd &_e .MaxUint32 ); +_dacd ,_abce =_faaga ._aged .ReadBits (32);if _abce !=nil {return _cd .Wrap (_abce ,_ffed ,"\u0079\u0020\u006c\u006f\u0063\u0061\u0074\u0069\u006f\u006e");};_faaga .YLocation =uint32 (_dacd &_e .MaxUint32 );if _ ,_abce =_faaga ._aged .ReadBits (5);_abce !=nil {return _cd .Wrap (_abce ,_ffed ,"\u0064i\u0072\u0079\u0020\u0072\u0065\u0061d"); +};if _abce =_faaga .readCombinationOperator ();_abce !=nil {return _cd .Wrap (_abce ,_ffed ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072");};return nil ;};func _cgg (_cdffe *_g .Reader ,_dfcb *Header )*GenericRefinementRegion {return &GenericRefinementRegion {_fe :_cdffe ,RegionInfo :NewRegionSegment (_cdffe ),_bf :_dfcb ,_ab :&template0 {},_df :&template1 {}}; +};func (_aaaf *HalftoneRegion )GetRegionInfo ()*RegionSegment {return _aaaf .RegionSegment };func (_cabf *TextRegion )readRegionFlags ()error {var (_cfbcf int ;_cddc uint64 ;_bagc error ;);_cfbcf ,_bagc =_cabf ._aafc .ReadBit ();if _bagc !=nil {return _bagc ; +};_cabf .SbrTemplate =int8 (_cfbcf );_cddc ,_bagc =_cabf ._aafc .ReadBits (5);if _bagc !=nil {return _bagc ;};_cabf .SbDsOffset =int8 (_cddc );if _cabf .SbDsOffset > 0x0f{_cabf .SbDsOffset -=0x20;};_cfbcf ,_bagc =_cabf ._aafc .ReadBit ();if _bagc !=nil {return _bagc ; +};_cabf .DefaultPixel =int8 (_cfbcf );_cddc ,_bagc =_cabf ._aafc .ReadBits (2);if _bagc !=nil {return _bagc ;};_cabf .CombinationOperator =_bb .CombinationOperator (int (_cddc )&0x3);_cfbcf ,_bagc =_cabf ._aafc .ReadBit ();if _bagc !=nil {return _bagc ; +};_cabf .IsTransposed =int8 (_cfbcf );_cddc ,_bagc =_cabf ._aafc .ReadBits (2);if _bagc !=nil {return _bagc ;};_cabf .ReferenceCorner =int16 (_cddc )&0x3;_cddc ,_bagc =_cabf ._aafc .ReadBits (2);if _bagc !=nil {return _bagc ;};_cabf .LogSBStrips =int16 (_cddc )&0x3; +_cabf .SbStrips =1<>=8;if _gagb < 0{_bgeg :=int (_e .Log (float64 (_gacb (_gagb )))/_e .Log (2)); +_agae :=31-_bgeg ;for _begc :=1;_begc < _agae ;_begc ++{_gagb |=1<=1{_add ,_decd =_cefd .Bitmap .GetByte (_fgc );if _decd !=nil {return _cd .Wrap (_decd ,_gbb ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_cggg =int (_add );};if _bfg >=2{_add ,_decd =_cefd .Bitmap .GetByte (_fgc -_cefd .Bitmap .RowStride ); +if _decd !=nil {return _cd .Wrap (_decd ,_gbb ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_fce =int (_add )<<5;};_ecac =((_cggg >>1)&0x1f8)|((_fce >>1)&0x1e00);for _ddgf :=0;_ddgf < _ead ;_ddgf =_ded {var (_ega byte ;_faagg int ;);_ded =_ddgf +8; +if _geeb :=_eccf -_ddgf ;_geeb > 8{_faagg =8;}else {_faagg =_geeb ;};if _bfg > 0{_cggg <<=8;if _ded < _eccf {_add ,_decd =_cefd .Bitmap .GetByte (_fgc +1);if _decd !=nil {return _cd .Wrap (_decd ,_gbb ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030"); +};_cggg |=int (_add );};};if _bfg > 1{_fce <<=8;if _ded < _eccf {_add ,_decd =_cefd .Bitmap .GetByte (_fgc -_cefd .Bitmap .RowStride +1);if _decd !=nil {return _cd .Wrap (_decd ,_gbb ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_fce |=int (_add )<<5; +};};for _fda :=0;_fda < _faagg ;_fda ++{if _cefd ._cfgc {_ffg =_cefd .overrideAtTemplate1 (_ecac ,_ddgf +_fda ,_bfg ,int (_ega ),_fda );_cefd ._egge .SetIndex (int32 (_ffg ));}else {_cefd ._egge .SetIndex (int32 (_ecac ));};_fecc ,_decd =_cefd ._dda .DecodeBit (_cefd ._egge ); +if _decd !=nil {return _cd .Wrap (_decd ,_gbb ,"");};_ega |=byte (_fecc )<>_gbga )&0x8)|((_fce >>_gbga )&0x200);};if _dab :=_cefd .Bitmap .SetByte (_aecf ,_ega );_dab !=nil {return _cd .Wrap (_dab ,_gbb ,""); +};_aecf ++;_fgc ++;};return nil ;};func (_dfeg *SymbolDictionary )decodeHeightClassCollectiveBitmap (_ecfa int64 ,_gcaa ,_ecfb uint32 )(*_bb .Bitmap ,error ){if _ecfa ==0{_ebgc :=_bb .New (int (_ecfb ),int (_gcaa ));var (_dfbe byte ;_ddc error ;);for _daeff :=0; +_daeff < len (_ebgc .Data );_daeff ++{_dfbe ,_ddc =_dfeg ._cgdga .ReadByte ();if _ddc !=nil {return nil ,_ddc ;};if _ddc =_ebgc .SetByte (_daeff ,_dfbe );_ddc !=nil {return nil ,_ddc ;};};return _ebgc ,nil ;};if _dfeg ._cfgd ==nil {_dfeg ._cfgd =NewGenericRegion (_dfeg ._cgdga ); +};_dfeg ._cfgd .setParameters (true ,_dfeg ._cgdga .AbsolutePosition (),_ecfa ,_gcaa ,_ecfb );_aaff ,_dacda :=_dfeg ._cfgd .GetRegionBitmap ();if _dacda !=nil {return nil ,_dacda ;};return _aaff ,nil ;};func (_aaef *PatternDictionary )computeSegmentDataStructure ()error {_aaef .DataOffset =_aaef ._ffbe .AbsolutePosition (); +_aaef .DataHeaderLength =_aaef .DataOffset -_aaef .DataHeaderOffset ;_aaef .DataLength =int64 (_aaef ._ffbe .AbsoluteLength ())-_aaef .DataHeaderLength ;return nil ;};func (_acdf *GenericRegion )computeSegmentDataStructure ()error {_acdf .DataOffset =_acdf ._cea .AbsolutePosition (); +_acdf .DataHeaderLength =_acdf .DataOffset -_acdf .DataHeaderOffset ;_acdf .DataLength =int64 (_acdf ._cea .AbsoluteLength ())-_acdf .DataHeaderLength ;return nil ;};func (_egga *PageInformationSegment )readContainsRefinement ()error {_ccc ,_bfge :=_egga ._gcdg .ReadBit (); +if _bfge !=nil {return _bfge ;};if _ccc ==1{_egga ._ccb =true ;};return nil ;};func (_fdec *TextRegion )GetRegionBitmap ()(*_bb .Bitmap ,error ){if _fdec .RegionBitmap !=nil {return _fdec .RegionBitmap ,nil ;};if !_fdec .IsHuffmanEncoded {if _gadb :=_fdec .setCodingStatistics (); +_gadb !=nil {return nil ,_gadb ;};};if _dagdg :=_fdec .createRegionBitmap ();_dagdg !=nil {return nil ,_dagdg ;};if _bbcb :=_fdec .decodeSymbolInstances ();_bbcb !=nil {return nil ,_bbcb ;};return _fdec .RegionBitmap ,nil ;};func (_edb *SymbolDictionary )Encode (w _g .BinaryWriter )(_cgaf int ,_abaa error ){const _bgfg ="\u0053\u0079\u006dbo\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0045\u006e\u0063\u006f\u0064\u0065"; +if _edb ==nil {return 0,_cd .Error (_bgfg ,"\u0073\u0079m\u0062\u006f\u006c\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066in\u0065\u0064");};if _cgaf ,_abaa =_edb .encodeFlags (w );_abaa !=nil {return _cgaf ,_cd .Wrap (_abaa ,_bgfg ,""); +};_efdc ,_abaa :=_edb .encodeATFlags (w );if _abaa !=nil {return _cgaf ,_cd .Wrap (_abaa ,_bgfg ,"");};_cgaf +=_efdc ;if _efdc ,_abaa =_edb .encodeRefinementATFlags (w );_abaa !=nil {return _cgaf ,_cd .Wrap (_abaa ,_bgfg ,"");};_cgaf +=_efdc ;if _efdc ,_abaa =_edb .encodeNumSyms (w ); +_abaa !=nil {return _cgaf ,_cd .Wrap (_abaa ,_bgfg ,"");};_cgaf +=_efdc ;if _efdc ,_abaa =_edb .encodeSymbols (w );_abaa !=nil {return _cgaf ,_cd .Wrap (_abaa ,_bgfg ,"");};_cgaf +=_efdc ;return _cgaf ,nil ;};func (_eff *GenericRefinementRegion )parseHeader ()(_eec error ){_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072s\u0069\u006e\u0067\u0020\u0048e\u0061\u0064e\u0072\u002e\u002e\u002e"); +_fcbd :=_c .Now ();defer func (){if _eec ==nil {_bc .Log .Trace ("\u005b\u0047\u0045\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045G\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0069\u006e\u0069\u0073\u0068id\u0020\u0069\u006e\u003a\u0020\u0025\u0064\u0020\u006e\u0073",_c .Since (_fcbd ).Nanoseconds ()); +}else {_bc .Log .Trace ("\u005b\u0047E\u004e\u0045\u0052\u0049\u0043\u002d\u0052\u0045\u0046\u002d\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0073",_eec ); +};}();if _eec =_eff .RegionInfo .parseHeader ();_eec !=nil {return _eec ;};_ ,_eec =_eff ._fe .ReadBits (6);if _eec !=nil {return _eec ;};_eff .IsTPGROn ,_eec =_eff ._fe .ReadBool ();if _eec !=nil {return _eec ;};var _cfca int ;_cfca ,_eec =_eff ._fe .ReadBit (); +if _eec !=nil {return _eec ;};_eff .TemplateID =int8 (_cfca );switch _eff .TemplateID {case 0:_eff .Template =_eff ._ab ;if _eec =_eff .readAtPixels ();_eec !=nil {return _eec ;};case 1:_eff .Template =_eff ._df ;};return nil ;};func (_gfbg *TextRegion )decodeStripT ()(_daabc int64 ,_ffedd error ){if _gfbg .IsHuffmanEncoded {if _gfbg .SbHuffDT ==3{if _gfbg ._bcga ==nil {var _bdbd int ; +if _gfbg .SbHuffFS ==3{_bdbd ++;};if _gfbg .SbHuffDS ==3{_bdbd ++;};_gfbg ._bcga ,_ffedd =_gfbg .getUserTable (_bdbd );if _ffedd !=nil {return 0,_ffedd ;};};_daabc ,_ffedd =_gfbg ._bcga .Decode (_gfbg ._aafc );if _ffedd !=nil {return 0,_ffedd ;};}else {var _abfc _afb .Tabler ; +_abfc ,_ffedd =_afb .GetStandardTable (11+int (_gfbg .SbHuffDT ));if _ffedd !=nil {return 0,_ffedd ;};_daabc ,_ffedd =_abfc .Decode (_gfbg ._aafc );if _ffedd !=nil {return 0,_ffedd ;};};}else {var _babfa int32 ;_babfa ,_ffedd =_gfbg ._eccgc .DecodeInt (_gfbg ._ffda ); +if _ffedd !=nil {return 0,_ffedd ;};_daabc =int64 (_babfa );};_daabc *=int64 (-_gfbg .SbStrips );return _daabc ,nil ;};func (_gdde *PatternDictionary )readGrayMax ()error {_acg ,_gced :=_gdde ._ffbe .ReadBits (32);if _gced !=nil {return _gced ;};_gdde .GrayMax =uint32 (_acg &_e .MaxUint32 ); +return nil ;};func (_bcd *GenericRefinementRegion )Init (header *Header ,r *_g .Reader )error {_bcd ._bf =header ;_bcd ._fe =r ;_bcd .RegionInfo =NewRegionSegment (r );return _bcd .parseHeader ();};func (_ebg *GenericRefinementRegion )getGrReference ()(*_bb .Bitmap ,error ){segments :=_ebg ._bf .RTSegments ; +if len (segments )==0{return nil ,_ee .New ("\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0065\u0078is\u0074\u0073");};_gd ,_cbg :=segments [0].GetSegmentData (); +if _cbg !=nil {return nil ,_cbg ;};_ef ,_ge :=_gd .(Regioner );if !_ge {return nil ,_ea .Errorf ("\u0072\u0065\u0066\u0065\u0072r\u0065\u0064\u0020\u0074\u006f\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0052\u0065\u0067\u0069\u006f\u006e\u0065\u0072\u003a\u0020\u0025\u0054",_gd ); +};return _ef .GetRegionBitmap ();};func NewHeader (d Documenter ,r *_g .Reader ,offset int64 ,organizationType OrganizationType )(*Header ,error ){_agde :=&Header {Reader :r };if _dfbc :=_agde .parse (d ,r ,offset ,organizationType );_dfbc !=nil {return nil ,_cd .Wrap (_dfbc ,"\u004ee\u0077\u0048\u0065\u0061\u0064\u0065r",""); +};return _agde ,nil ;};func (_adaa *GenericRegion )overrideAtTemplate0b (_dde ,_accb ,_ffad ,_ffdb ,_gde ,_afg int )int {if _adaa .GBAtOverride [0]{_dde &=0xFFFD;if _adaa .GBAtY [0]==0&&_adaa .GBAtX [0]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [0]&0x1))<<1; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [0]),_ffad +int (_adaa .GBAtY [0])))<<1;};};if _adaa .GBAtOverride [1]{_dde &=0xDFFF;if _adaa .GBAtY [1]==0&&_adaa .GBAtX [1]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [1]&0x1))<<13; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [1]),_ffad +int (_adaa .GBAtY [1])))<<13;};};if _adaa .GBAtOverride [2]{_dde &=0xFDFF;if _adaa .GBAtY [2]==0&&_adaa .GBAtX [2]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [2]&0x1))<<9; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [2]),_ffad +int (_adaa .GBAtY [2])))<<9;};};if _adaa .GBAtOverride [3]{_dde &=0xBFFF;if _adaa .GBAtY [3]==0&&_adaa .GBAtX [3]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [3]&0x1))<<14; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [3]),_ffad +int (_adaa .GBAtY [3])))<<14;};};if _adaa .GBAtOverride [4]{_dde &=0xEFFF;if _adaa .GBAtY [4]==0&&_adaa .GBAtX [4]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [4]&0x1))<<12; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [4]),_ffad +int (_adaa .GBAtY [4])))<<12;};};if _adaa .GBAtOverride [5]{_dde &=0xFFDF;if _adaa .GBAtY [5]==0&&_adaa .GBAtX [5]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [5]&0x1))<<5; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [5]),_ffad +int (_adaa .GBAtY [5])))<<5;};};if _adaa .GBAtOverride [6]{_dde &=0xFFFB;if _adaa .GBAtY [6]==0&&_adaa .GBAtX [6]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [6]&0x1))<<2; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [6]),_ffad +int (_adaa .GBAtY [6])))<<2;};};if _adaa .GBAtOverride [7]{_dde &=0xFFF7;if _adaa .GBAtY [7]==0&&_adaa .GBAtX [7]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [7]&0x1))<<3; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [7]),_ffad +int (_adaa .GBAtY [7])))<<3;};};if _adaa .GBAtOverride [8]{_dde &=0xF7FF;if _adaa .GBAtY [8]==0&&_adaa .GBAtX [8]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [8]&0x1))<<11; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [8]),_ffad +int (_adaa .GBAtY [8])))<<11;};};if _adaa .GBAtOverride [9]{_dde &=0xFFEF;if _adaa .GBAtY [9]==0&&_adaa .GBAtX [9]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [9]&0x1))<<4; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [9]),_ffad +int (_adaa .GBAtY [9])))<<4;};};if _adaa .GBAtOverride [10]{_dde &=0x7FFF;if _adaa .GBAtY [10]==0&&_adaa .GBAtX [10]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [10]&0x1))<<15; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [10]),_ffad +int (_adaa .GBAtY [10])))<<15;};};if _adaa .GBAtOverride [11]{_dde &=0xFDFF;if _adaa .GBAtY [11]==0&&_adaa .GBAtX [11]>=-int8 (_gde ){_dde |=(_ffdb >>uint (int8 (_afg )-_adaa .GBAtX [11]&0x1))<<10; +}else {_dde |=int (_adaa .getPixel (_accb +int (_adaa .GBAtX [11]),_ffad +int (_adaa .GBAtY [11])))<<10;};};return _dde ;};func (_ebcf *GenericRegion )decodeTemplate3 (_fgb ,_ddf ,_gbc int ,_bfc ,_fdb int )(_ccad error ){const _acdb ="\u0064e\u0063o\u0064\u0065\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0033"; +var (_gfbd ,_gec int ;_ccaf int ;_cfab byte ;_fgba ,_efga int ;);if _fgb >=1{_cfab ,_ccad =_ebcf .Bitmap .GetByte (_fdb );if _ccad !=nil {return _cd .Wrap (_ccad ,_acdb ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_ccaf =int (_cfab );};_gfbd =(_ccaf >>1)&0x70; +for _cadc :=0;_cadc < _gbc ;_cadc =_fgba {var (_eccc byte ;_dada int ;);_fgba =_cadc +8;if _eacg :=_ddf -_cadc ;_eacg > 8{_dada =8;}else {_dada =_eacg ;};if _fgb >=1{_ccaf <<=8;if _fgba < _ddf {_cfab ,_ccad =_ebcf .Bitmap .GetByte (_fdb +1);if _ccad !=nil {return _cd .Wrap (_ccad ,_acdb ,"\u0069\u006e\u006e\u0065\u0072\u0020\u002d\u0020\u006c\u0069\u006e\u0065 \u003e\u003d\u0020\u0031"); +};_ccaf |=int (_cfab );};};for _bfbb :=0;_bfbb < _dada ;_bfbb ++{if _ebcf ._cfgc {_gec =_ebcf .overrideAtTemplate3 (_gfbd ,_cadc +_bfbb ,_fgb ,int (_eccc ),_bfbb );_ebcf ._egge .SetIndex (int32 (_gec ));}else {_ebcf ._egge .SetIndex (int32 (_gfbd ));}; +_efga ,_ccad =_ebcf ._dda .DecodeBit (_ebcf ._egge );if _ccad !=nil {return _cd .Wrap (_ccad ,_acdb ,"");};_eccc |=byte (_efga )<>uint (8-_bfbb ))&0x010);};if _gdad :=_ebcf .Bitmap .SetByte (_bfc ,_eccc ); +_gdad !=nil {return _cd .Wrap (_gdad ,_acdb ,"");};_bfc ++;_fdb ++;};return nil ;};func (_fgff *PageInformationSegment )readWidthAndHeight ()error {_fbea ,_ffca :=_fgff ._gcdg .ReadBits (32);if _ffca !=nil {return _ffca ;};_fgff .PageBMWidth =int (_fbea &_e .MaxInt32 ); +_fbea ,_ffca =_fgff ._gcdg .ReadBits (32);if _ffca !=nil {return _ffca ;};_fgff .PageBMHeight =int (_fbea &_e .MaxInt32 );return nil ;};func (_agdcd *TextRegion )setCodingStatistics ()error {if _agdcd ._ffda ==nil {_agdcd ._ffda =_ecb .NewStats (512,1); +};if _agdcd ._bedc ==nil {_agdcd ._bedc =_ecb .NewStats (512,1);};if _agdcd ._gfdc ==nil {_agdcd ._gfdc =_ecb .NewStats (512,1);};if _agdcd ._ggfd ==nil {_agdcd ._ggfd =_ecb .NewStats (512,1);};if _agdcd ._dgab ==nil {_agdcd ._dgab =_ecb .NewStats (512,1); +};if _agdcd ._ggef ==nil {_agdcd ._ggef =_ecb .NewStats (512,1);};if _agdcd ._acdc ==nil {_agdcd ._acdc =_ecb .NewStats (512,1);};if _agdcd ._efgae ==nil {_agdcd ._efgae =_ecb .NewStats (1<=1{_gaee =_eedg .RetainBits [0]; +};_gaee |=byte (len (_eedg .RTSNumbers ))<<5;if _bbfb =_cfgb .WriteByte (_gaee );_bbfb !=nil {return 0,_cd .Wrap (_bbfb ,_aagf ,"\u0073\u0068\u006fr\u0074\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};return 1,nil ;};_beb :=uint32 (len (_eedg .RTSNumbers )); +_fgbb :=make ([]byte ,4+_ec .Ceil (len (_eedg .RTSNumbers )+1,8));_beb |=0x7<<29;_a .BigEndian .PutUint32 (_fgbb ,_beb );copy (_fgbb [1:],_eedg .RetainBits );_cfabe ,_bbfb =_cfgb .Write (_fgbb );if _bbfb !=nil {return 0,_cd .Wrap (_bbfb ,_aagf ,"l\u006f\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0061\u0074"); +};return _cfabe ,nil ;};func (_aae *GenericRegion )decodeTemplate0a (_cggb ,_eebb ,_accd int ,_dga ,_agbf int )(_db error ){const _edgg ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0061";var (_dad ,_fgf int ;_bce ,_age int ; +_gcdb byte ;_acf int ;);if _cggb >=1{_gcdb ,_db =_aae .Bitmap .GetByte (_agbf );if _db !=nil {return _cd .Wrap (_db ,_edgg ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_bce =int (_gcdb );};if _cggb >=2{_gcdb ,_db =_aae .Bitmap .GetByte (_agbf -_aae .Bitmap .RowStride ); +if _db !=nil {return _cd .Wrap (_db ,_edgg ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_age =int (_gcdb )<<6;};_dad =(_bce &0xf0)|(_age &0x3800);for _ebe :=0;_ebe < _accd ;_ebe =_acf {var (_fbfb byte ;_afe int ;);_acf =_ebe +8;if _gcdc :=_eebb -_ebe ; +_gcdc > 8{_afe =8;}else {_afe =_gcdc ;};if _cggb > 0{_bce <<=8;if _acf < _eebb {_gcdb ,_db =_aae .Bitmap .GetByte (_agbf +1);if _db !=nil {return _cd .Wrap (_db ,_edgg ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_bce |=int (_gcdb );};};if _cggb > 1{_faeg :=_agbf -_aae .Bitmap .RowStride +1; +_age <<=8;if _acf < _eebb {_gcdb ,_db =_aae .Bitmap .GetByte (_faeg );if _db !=nil {return _cd .Wrap (_db ,_edgg ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_age |=int (_gcdb )<<6;}else {_age |=0;};};for _dbg :=0;_dbg < _afe ;_dbg ++{_ecfe :=uint (7-_dbg ); +if _aae ._cfgc {_fgf =_aae .overrideAtTemplate0a (_dad ,_ebe +_dbg ,_cggb ,int (_fbfb ),_dbg ,int (_ecfe ));_aae ._egge .SetIndex (int32 (_fgf ));}else {_aae ._egge .SetIndex (int32 (_dad ));};var _cef int ;_cef ,_db =_aae ._dda .DecodeBit (_aae ._egge ); +if _db !=nil {return _cd .Wrap (_db ,_edgg ,"");};_fbfb |=byte (_cef )<<_ecfe ;_dad =((_dad &0x7bf7)<<1)|_cef |((_bce >>_ecfe )&0x10)|((_age >>_ecfe )&0x800);};if _dac :=_aae .Bitmap .SetByte (_dga ,_fbfb );_dac !=nil {return _cd .Wrap (_dac ,_edgg ,""); +};_dga ++;_agbf ++;};return nil ;};func (_afgab *SymbolDictionary )getUserTable (_ecagc int )(_afb .Tabler ,error ){var _eeceg int ;for _ ,_agda :=range _afgab .Header .RTSegments {if _agda .Type ==53{if _eeceg ==_ecagc {_ecbd ,_edeb :=_agda .GetSegmentData (); +if _edeb !=nil {return nil ,_edeb ;};_fdbd :=_ecbd .(_afb .BasicTabler );return _afb .NewEncodedTable (_fdbd );};_eeceg ++;};};return nil ,nil ;};func (_cac *GenericRegion )InitEncode (bm *_bb .Bitmap ,xLoc ,yLoc ,template int ,duplicateLineRemoval bool )error {const _fac ="\u0047e\u006e\u0065\u0072\u0069\u0063\u0052\u0065\u0067\u0069\u006f\u006e.\u0049\u006e\u0069\u0074\u0045\u006e\u0063\u006f\u0064\u0065"; +if bm ==nil {return _cd .Error (_fac ,"\u0070\u0072\u006f\u0076id\u0065\u0064\u0020\u006e\u0069\u006c\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if xLoc < 0||yLoc < 0{return _cd .Error (_fac ,"\u0078\u0020\u0061\u006e\u0064\u0020\u0079\u0020\u006c\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074h\u0061\u006e\u0020\u0030"); +};_cac .Bitmap =bm ;_cac .GBTemplate =byte (template );switch _cac .GBTemplate {case 0:_cac .GBAtX =[]int8 {3,-3,2,-2};_cac .GBAtY =[]int8 {-1,-1,-2,-2};case 1:_cac .GBAtX =[]int8 {3};_cac .GBAtY =[]int8 {-1};case 2,3:_cac .GBAtX =[]int8 {2};_cac .GBAtY =[]int8 {-1}; +default:return _cd .Errorf (_fac ,"\u0070\u0072o\u0076\u0069\u0064\u0065\u0064 \u0074\u0065\u006d\u0070\u006ca\u0074\u0065\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u007b\u0030\u002c\u0031\u002c\u0032\u002c\u0033\u007d",template ); +};_cac .RegionSegment =&RegionSegment {BitmapHeight :uint32 (bm .Height ),BitmapWidth :uint32 (bm .Width ),XLocation :uint32 (xLoc ),YLocation :uint32 (yLoc )};_cac .IsTPGDon =duplicateLineRemoval ;return nil ;};func (_egda *HalftoneRegion )combineGrayscalePlanes (_gdadd []*_bb .Bitmap ,_dbd int )error {_cdgg :=0; +for _bbbc :=0;_bbbc < _gdadd [_dbd ].Height ;_bbbc ++{for _eccg :=0;_eccg < _gdadd [_dbd ].Width ;_eccg +=8{_cdae ,_afag :=_gdadd [_dbd +1].GetByte (_cdgg );if _afag !=nil {return _afag ;};_gae ,_afag :=_gdadd [_dbd ].GetByte (_cdgg );if _afag !=nil {return _afag ; +};_afag =_gdadd [_dbd ].SetByte (_cdgg ,_bb .CombineBytes (_gae ,_cdae ,_bb .CmbOpXor ));if _afag !=nil {return _afag ;};_cdgg ++;};};return nil ;};func (_gacd *PatternDictionary )parseHeader ()error {_bc .Log .Trace ("\u005b\u0050\u0041\u0054\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054I\u004f\u004e\u0041\u0052\u0059\u005d[\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d\u0020b\u0065\u0067\u0069\u006e"); +defer func (){_bc .Log .Trace ("\u005b\u0050\u0041T\u0054\u0045\u0052\u004e\u002d\u0044\u0049\u0043\u0054\u0049\u004f\u004e\u0041\u0052\u0059\u005d\u005b\u0070\u0061\u0072\u0073\u0065\u0048\u0065\u0061\u0064\u0065\u0072\u005d \u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); +}();_ ,_gfdd :=_gacd ._ffbe .ReadBits (5);if _gfdd !=nil {return _gfdd ;};if _gfdd =_gacd .readTemplate ();_gfdd !=nil {return _gfdd ;};if _gfdd =_gacd .readIsMMREncoded ();_gfdd !=nil {return _gfdd ;};if _gfdd =_gacd .readPatternWidthAndHeight ();_gfdd !=nil {return _gfdd ; +};if _gfdd =_gacd .readGrayMax ();_gfdd !=nil {return _gfdd ;};if _gfdd =_gacd .computeSegmentDataStructure ();_gfdd !=nil {return _gfdd ;};return _gacd .checkInput ();};func (_ebef *RegionSegment )readCombinationOperator ()error {_cbcd ,_bfbbg :=_ebef ._aged .ReadBits (3); +if _bfbbg !=nil {return _bfbbg ;};_ebef .CombinaionOperator =_bb .CombinationOperator (_cbcd &0xF);return nil ;};func (_efb *GenericRegion )setParameters (_feg bool ,_fdae ,_aeb int64 ,_beaa ,_gcc uint32 ){_efb .IsMMREncoded =_feg ;_efb .DataOffset =_fdae ; +_efb .DataLength =_aeb ;_efb .RegionSegment .BitmapHeight =_beaa ;_efb .RegionSegment .BitmapWidth =_gcc ;_efb ._ccff =nil ;_efb .Bitmap =nil ;};func (_fdgaf *SymbolDictionary )InitEncode (symbols *_bb .Bitmaps ,symbolList []int ,symbolMap map[int ]int ,unborderSymbols bool )error {const _gccgc ="S\u0079\u006d\u0062\u006f\u006c\u0044i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002eI\u006e\u0069\u0074E\u006ec\u006f\u0064\u0065"; +_fdgaf .SdATX =[]int8 {3,-3,2,-2};_fdgaf .SdATY =[]int8 {-1,-1,-2,-2};_fdgaf ._efgeg =symbols ;_fdgaf ._gcf =make ([]int ,len (symbolList ));copy (_fdgaf ._gcf ,symbolList );if len (_fdgaf ._gcf )!=_fdgaf ._efgeg .Size (){return _cd .Error (_gccgc ,"s\u0079\u006d\u0062\u006f\u006c\u0073\u0020\u0061\u006e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u004ci\u0073\u0074\u0020\u006f\u0066\u0020\u0064\u0069\u0066\u0066er\u0065\u006e\u0074 \u0073i\u007a\u0065"); +};_fdgaf .NumberOfNewSymbols =uint32 (symbols .Size ());_fdgaf .NumberOfExportedSymbols =uint32 (symbols .Size ());_fdgaf ._dcaf =symbolMap ;_fdgaf ._ecfga =unborderSymbols ;return nil ;};type PatternDictionary struct{_ffbe *_g .Reader ;DataHeaderOffset int64 ; +DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;GBAtX []int8 ;GBAtY []int8 ;IsMMREncoded bool ;HDTemplate byte ;HdpWidth byte ;HdpHeight byte ;Patterns []*_bb .Bitmap ;GrayMax uint32 ;};type OrganizationType uint8 ;func (_dbad *TextRegion )decodeDfs ()(int64 ,error ){if _dbad .IsHuffmanEncoded {if _dbad .SbHuffFS ==3{if _dbad ._edaa ==nil {var _ggcb error ; +_dbad ._edaa ,_ggcb =_dbad .getUserTable (0);if _ggcb !=nil {return 0,_ggcb ;};};return _dbad ._edaa .Decode (_dbad ._aafc );};_egef ,_bbbd :=_afb .GetStandardTable (6+int (_dbad .SbHuffFS ));if _bbbd !=nil {return 0,_bbbd ;};return _egef .Decode (_dbad ._aafc ); +};_eacb ,_aedc :=_dbad ._eccgc .DecodeInt (_dbad ._bedc );if _aedc !=nil {return 0,_aedc ;};return int64 (_eacb ),nil ;};type TableSegment struct{_aeda *_g .Reader ;_ffef int32 ;_cec int32 ;_cddb int32 ;_aggd int32 ;_cfdf int32 ;};func (_bdcb *TextRegion )decodeRdh ()(int64 ,error ){const _eacd ="\u0064e\u0063\u006f\u0064\u0065\u0052\u0064h"; +if _bdcb .IsHuffmanEncoded {if _bdcb .SbHuffRDHeight ==3{if _bdcb ._ffcg ==nil {var (_cbbcc int ;_dcfec error ;);if _bdcb .SbHuffFS ==3{_cbbcc ++;};if _bdcb .SbHuffDS ==3{_cbbcc ++;};if _bdcb .SbHuffDT ==3{_cbbcc ++;};if _bdcb .SbHuffRDWidth ==3{_cbbcc ++; +};_bdcb ._ffcg ,_dcfec =_bdcb .getUserTable (_cbbcc );if _dcfec !=nil {return 0,_cd .Wrap (_dcfec ,_eacd ,"");};};return _bdcb ._ffcg .Decode (_bdcb ._aafc );};_efad ,_egdd :=_afb .GetStandardTable (14+int (_bdcb .SbHuffRDHeight ));if _egdd !=nil {return 0,_cd .Wrap (_egdd ,_eacd ,""); +};return _efad .Decode (_bdcb ._aafc );};_agea ,_cegg :=_bdcb ._eccgc .DecodeInt (_bdcb ._acdc );if _cegg !=nil {return 0,_cd .Wrap (_cegg ,_eacd ,"");};return int64 (_agea ),nil ;};func (_beed *TextRegion )decodeSymbolInstances ()error {_ebbd ,_edfbe :=_beed .decodeStripT (); +if _edfbe !=nil {return _edfbe ;};var (_aeff int64 ;_bcdea uint32 ;);for _bcdea < _beed .NumberOfSymbolInstances {_cbcff ,_ceda :=_beed .decodeDT ();if _ceda !=nil {return _ceda ;};_ebbd +=_cbcff ;var _fddba int64 ;_adab :=true ;_beed ._aagac =0;for {if _adab {_fddba ,_ceda =_beed .decodeDfs (); +if _ceda !=nil {return _ceda ;};_aeff +=_fddba ;_beed ._aagac =_aeff ;_adab =false ;}else {_gbcd ,_eefcd :=_beed .decodeIds ();if _ee .Is (_eefcd ,_af .ErrOOB ){break ;};if _eefcd !=nil {return _eefcd ;};if _bcdea >=_beed .NumberOfSymbolInstances {break ; +};_beed ._aagac +=_gbcd +int64 (_beed .SbDsOffset );};_faf ,_bagdb :=_beed .decodeCurrentT ();if _bagdb !=nil {return _bagdb ;};_bfbg :=_ebbd +_faf ;_eadg ,_bagdb :=_beed .decodeID ();if _bagdb !=nil {return _bagdb ;};_gaa ,_bagdb :=_beed .decodeRI (); +if _bagdb !=nil {return _bagdb ;};_aefa ,_bagdb :=_beed .decodeIb (_gaa ,_eadg );if _bagdb !=nil {return _bagdb ;};if _bagdb =_beed .blit (_aefa ,_bfbg );_bagdb !=nil {return _bagdb ;};_bcdea ++;};};return nil ;};func (_cbe *SymbolDictionary )decodeNewSymbols (_eggaa ,_fdef uint32 ,_gded *_bb .Bitmap ,_eddg ,_edgc int32 )error {if _cbe ._adde ==nil {_cbe ._adde =_cgg (_cbe ._cgdga ,nil ); +if _cbe ._dbgeb ==nil {var _edda error ;_cbe ._dbgeb ,_edda =_ecb .New (_cbe ._cgdga );if _edda !=nil {return _edda ;};};if _cbe ._ebeg ==nil {_cbe ._ebeg =_ecb .NewStats (65536,1);};};_cbe ._adde .setParameters (_cbe ._ebeg ,_cbe ._dbgeb ,_cbe .SdrTemplate ,_eggaa ,_fdef ,_gded ,_eddg ,_edgc ,false ,_cbe .SdrATX ,_cbe .SdrATY ); +return _cbe .addSymbol (_cbe ._adde );};type GenericRegion struct{_cea *_g .Reader ;DataHeaderOffset int64 ;DataHeaderLength int64 ;DataOffset int64 ;DataLength int64 ;RegionSegment *RegionSegment ;UseExtTemplates bool ;IsTPGDon bool ;GBTemplate byte ; +IsMMREncoded bool ;UseMMR bool ;GBAtX []int8 ;GBAtY []int8 ;GBAtOverride []bool ;_cfgc bool ;Bitmap *_bb .Bitmap ;_dda *_ecb .Decoder ;_egge *_ecb .DecoderStats ;_ccff *_fb .Decoder ;};func (_deec *PageInformationSegment )CombinationOperator ()_bb .CombinationOperator {return _deec ._cfd }; +func (_faaa *SymbolDictionary )parseHeader ()(_cdbe error ){_bc .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069\u006e\u0073\u002e\u002e\u002e"); +defer func (){if _cdbe !=nil {_bc .Log .Trace ("\u005bS\u0059\u004dB\u004f\u004c\u0020\u0044I\u0043\u0054\u0049O\u004e\u0041\u0052\u0059\u005d\u005b\u0050\u0041\u0052SE\u002d\u0048\u0045A\u0044\u0045R\u005d\u0020\u0066\u0061\u0069\u006ce\u0064\u002e \u0025\u0076",_cdbe ); +}else {_bc .Log .Trace ("\u005b\u0053\u0059\u004d\u0042\u004f\u004c \u0044\u0049\u0043T\u0049\u004f\u004e\u0041R\u0059\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069\u0073\u0068\u0065\u0064\u002e"); +};}();if _cdbe =_faaa .readRegionFlags ();_cdbe !=nil {return _cdbe ;};if _cdbe =_faaa .setAtPixels ();_cdbe !=nil {return _cdbe ;};if _cdbe =_faaa .setRefinementAtPixels ();_cdbe !=nil {return _cdbe ;};if _cdbe =_faaa .readNumberOfExportedSymbols ();_cdbe !=nil {return _cdbe ; +};if _cdbe =_faaa .readNumberOfNewSymbols ();_cdbe !=nil {return _cdbe ;};if _cdbe =_faaa .setInSyms ();_cdbe !=nil {return _cdbe ;};if _faaa ._gcea {_gbgab :=_faaa .Header .RTSegments ;for _ceaa :=len (_gbgab )-1;_ceaa >=0;_ceaa --{if _gbgab [_ceaa ].Type ==0{_gecg ,_ggfc :=_gbgab [_ceaa ].SegmentData .(*SymbolDictionary ); +if !_ggfc {_cdbe =_ea .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074:\u0020\u0025\u0076\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020S\u0079\u006d\u0062\u006f\u006c\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074",_gbgab [_ceaa ]); +return _cdbe ;};if _gecg ._gcea {_faaa .setRetainedCodingContexts (_gecg );};break ;};};};if _cdbe =_faaa .checkInput ();_cdbe !=nil {return _cdbe ;};return nil ;};func (_egcc *SymbolDictionary )readRegionFlags ()error {var (_cfeg uint64 ;_fdfc int ;); +_ ,_bfca :=_egcc ._cgdga .ReadBits (3);if _bfca !=nil {return _bfca ;};_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ;};_egcc .SdrTemplate =int8 (_fdfc );_cfeg ,_bfca =_egcc ._cgdga .ReadBits (2);if _bfca !=nil {return _bfca ;};_egcc .SdTemplate =int8 (_cfeg &0xf); +_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ;};if _fdfc ==1{_egcc ._fgg =true ;};_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ;};if _fdfc ==1{_egcc ._gcea =true ;};_fdfc ,_bfca =_egcc ._cgdga .ReadBit (); +if _bfca !=nil {return _bfca ;};if _fdfc ==1{_egcc .SdHuffAggInstanceSelection =true ;};_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ;};_egcc .SdHuffBMSizeSelection =int8 (_fdfc );_cfeg ,_bfca =_egcc ._cgdga .ReadBits (2);if _bfca !=nil {return _bfca ; +};_egcc .SdHuffDecodeWidthSelection =int8 (_cfeg &0xf);_cfeg ,_bfca =_egcc ._cgdga .ReadBits (2);if _bfca !=nil {return _bfca ;};_egcc .SdHuffDecodeHeightSelection =int8 (_cfeg &0xf);_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ; +};if _fdfc ==1{_egcc .UseRefinementAggregation =true ;};_fdfc ,_bfca =_egcc ._cgdga .ReadBit ();if _bfca !=nil {return _bfca ;};if _fdfc ==1{_egcc .IsHuffmanEncoded =true ;};return nil ;};func (_eebe *SymbolDictionary )huffDecodeBmSize ()(int64 ,error ){if _eebe ._bgec ==nil {var (_bcbg int ; +_cead error ;);if _eebe .SdHuffDecodeHeightSelection ==3{_bcbg ++;};if _eebe .SdHuffDecodeWidthSelection ==3{_bcbg ++;};_eebe ._bgec ,_cead =_eebe .getUserTable (_bcbg );if _cead !=nil {return 0,_cead ;};};return _eebe ._bgec .Decode (_eebe ._cgdga );}; +func (_ccaa *PageInformationSegment )encodeFlags (_efae _g .BinaryWriter )(_aadg error ){const _gabg ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073";if _aadg =_efae .SkipBits (1);_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0072\u0065\u0073e\u0072\u0076\u0065\u0064\u0020\u0062\u0069\u0074"); +};var _dfeb int ;if _ccaa .CombinationOperatorOverrideAllowed (){_dfeb =1;};if _aadg =_efae .WriteBit (_dfeb );_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u006f\u0076\u0065\u0072\u0072\u0069\u0064\u0064\u0065\u006e"); +};_dfeb =0;if _ccaa ._deb {_dfeb =1;};if _aadg =_efae .WriteBit (_dfeb );_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0072e\u0071\u0075\u0069\u0072e\u0073\u0020\u0061\u0075\u0078i\u006ci\u0061r\u0079\u0020\u0062\u0075\u0066\u0066\u0065r");};if _aadg =_efae .WriteBit ((int (_ccaa ._cfd )>>1)&0x01); +_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0063\u006f\u006d\u0062\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006f\u0070\u0065\u0072\u0061\u0074o\u0072\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0062\u0069\u0074");};if _aadg =_efae .WriteBit (int (_ccaa ._cfd )&0x01); +_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0063\u006f\u006db\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0070\u0065\u0072a\u0074\u006f\u0072\u0020\u0073\u0065\u0063\u006f\u006e\u0064\u0020\u0062\u0069\u0074");};_dfeb =int (_ccaa .DefaultPixelValue ); +if _aadg =_efae .WriteBit (_dfeb );_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0064e\u0066\u0061\u0075\u006c\u0074\u0020\u0070\u0061\u0067\u0065\u0020p\u0069\u0078\u0065\u006c\u0020\u0076\u0061\u006c\u0075\u0065");};_dfeb =0;if _ccaa ._ccb {_dfeb =1; +};if _aadg =_efae .WriteBit (_dfeb );_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"\u0063\u006f\u006e\u0074ai\u006e\u0073\u0020\u0072\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074");};_dfeb =0;if _ccaa .IsLossless {_dfeb =1;};if _aadg =_efae .WriteBit (_dfeb ); +_aadg !=nil {return _cd .Wrap (_aadg ,_gabg ,"p\u0061\u0067\u0065\u0020\u0069\u0073 \u0065\u0076\u0065\u006e\u0074\u0075\u0061\u006c\u006cy\u0020\u006c\u006fs\u0073l\u0065\u0073\u0073");};return nil ;};func (_gfc *SymbolDictionary )decodeRefinedSymbol (_bddc ,_baeb uint32 )error {var (_ggcd int ; +_aafg ,_ccbc int32 ;);if _gfc .IsHuffmanEncoded {_aebd ,_fcg :=_gfc ._cgdga .ReadBits (byte (_gfc ._ddfg ));if _fcg !=nil {return _fcg ;};_ggcd =int (_aebd );_cfaa ,_fcg :=_afb .GetStandardTable (15);if _fcg !=nil {return _fcg ;};_aegga ,_fcg :=_cfaa .Decode (_gfc ._cgdga ); +if _fcg !=nil {return _fcg ;};_aafg =int32 (_aegga );_aegga ,_fcg =_cfaa .Decode (_gfc ._cgdga );if _fcg !=nil {return _fcg ;};_ccbc =int32 (_aegga );_cfaa ,_fcg =_afb .GetStandardTable (1);if _fcg !=nil {return _fcg ;};if _ ,_fcg =_cfaa .Decode (_gfc ._cgdga ); +_fcg !=nil {return _fcg ;};_gfc ._cgdga .Align ();}else {_agf ,_cgegc :=_gfc ._dbgeb .DecodeIAID (uint64 (_gfc ._ddfg ),_gfc ._ccg );if _cgegc !=nil {return _cgegc ;};_ggcd =int (_agf );_aafg ,_cgegc =_gfc ._dbgeb .DecodeInt (_gfc ._bda );if _cgegc !=nil {return _cgegc ; +};_ccbc ,_cgegc =_gfc ._dbgeb .DecodeInt (_gfc ._efge );if _cgegc !=nil {return _cgegc ;};};if _bbeg :=_gfc .setSymbolsArray ();_bbeg !=nil {return _bbeg ;};_ggb :=_gfc ._dabb [_ggcd ];if _deae :=_gfc .decodeNewSymbols (_bddc ,_baeb ,_ggb ,_aafg ,_ccbc ); +_deae !=nil {return _deae ;};if _gfc .IsHuffmanEncoded {_gfc ._cgdga .Align ();};return nil ;};func (_daace *SymbolDictionary )setRetainedCodingContexts (_bggd *SymbolDictionary ){_daace ._dbgeb =_bggd ._dbgeb ;_daace .IsHuffmanEncoded =_bggd .IsHuffmanEncoded ; +_daace .UseRefinementAggregation =_bggd .UseRefinementAggregation ;_daace .SdTemplate =_bggd .SdTemplate ;_daace .SdrTemplate =_bggd .SdrTemplate ;_daace .SdATX =_bggd .SdATX ;_daace .SdATY =_bggd .SdATY ;_daace .SdrATX =_bggd .SdrATX ;_daace .SdrATY =_bggd .SdrATY ; +_daace ._ebeg =_bggd ._ebeg ;};func (_gfbdc *TableSegment )Init (h *Header ,r *_g .Reader )error {_gfbdc ._aeda =r ;return _gfbdc .parseHeader ();};func (_ebd *template0 )setIndex (_bbda *_ecb .DecoderStats ){_bbda .SetIndex (0x100)};func (_aebdf *TextRegion )blit (_ffadc *_bb .Bitmap ,_ffbb int64 )error {if _aebdf .IsTransposed ==0&&(_aebdf .ReferenceCorner ==2||_aebdf .ReferenceCorner ==3){_aebdf ._aagac +=int64 (_ffadc .Width -1); +}else if _aebdf .IsTransposed ==1&&(_aebdf .ReferenceCorner ==0||_aebdf .ReferenceCorner ==2){_aebdf ._aagac +=int64 (_ffadc .Height -1);};_eebd :=_aebdf ._aagac ;if _aebdf .IsTransposed ==1{_eebd ,_ffbb =_ffbb ,_eebd ;};switch _aebdf .ReferenceCorner {case 0:_ffbb -=int64 (_ffadc .Height -1); +case 2:_ffbb -=int64 (_ffadc .Height -1);_eebd -=int64 (_ffadc .Width -1);case 3:_eebd -=int64 (_ffadc .Width -1);};_eeec :=_bb .Blit (_ffadc ,_aebdf .RegionBitmap ,int (_eebd ),int (_ffbb ),_aebdf .CombinationOperator );if _eeec !=nil {return _eeec ;}; +if _aebdf .IsTransposed ==0&&(_aebdf .ReferenceCorner ==0||_aebdf .ReferenceCorner ==1){_aebdf ._aagac +=int64 (_ffadc .Width -1);};if _aebdf .IsTransposed ==1&&(_aebdf .ReferenceCorner ==1||_aebdf .ReferenceCorner ==3){_aebdf ._aagac +=int64 (_ffadc .Height -1); +};return nil ;};type GenericRefinementRegion struct{_ab templater ;_df templater ;_fe *_g .Reader ;_bf *Header ;RegionInfo *RegionSegment ;IsTPGROn bool ;TemplateID int8 ;Template templater ;GrAtX []int8 ;GrAtY []int8 ;RegionBitmap *_bb .Bitmap ;ReferenceBitmap *_bb .Bitmap ; +ReferenceDX int32 ;ReferenceDY int32 ;_ce *_ecb .Decoder ;_de *_ecb .DecoderStats ;_bea bool ;_eg []bool ;};func (_acgd *TextRegion )computeSymbolCodeLength ()error {if _acgd .IsHuffmanEncoded {return _acgd .symbolIDCodeLengths ();};_acgd ._eaagc =int8 (_e .Ceil (_e .Log (float64 (_acgd .NumberOfSymbols ))/_e .Log (2))); +return nil ;};func (_agcg *PageInformationSegment )readResolution ()error {_dgdc ,_egb :=_agcg ._gcdg .ReadBits (32);if _egb !=nil {return _egb ;};_agcg .ResolutionX =int (_dgdc &_e .MaxInt32 );_dgdc ,_egb =_agcg ._gcdg .ReadBits (32);if _egb !=nil {return _egb ; +};_agcg .ResolutionY =int (_dgdc &_e .MaxInt32 );return nil ;};func (_abdg *SymbolDictionary )decodeHeightClassDeltaHeightWithHuffman ()(int64 ,error ){switch _abdg .SdHuffDecodeHeightSelection {case 0:_bdcc ,_dagd :=_afb .GetStandardTable (4);if _dagd !=nil {return 0,_dagd ; +};return _bdcc .Decode (_abdg ._cgdga );case 1:_dbda ,_edfb :=_afb .GetStandardTable (5);if _edfb !=nil {return 0,_edfb ;};return _dbda .Decode (_abdg ._cgdga );case 3:if _abdg ._ecea ==nil {_cfe ,_gcdd :=_afb .GetStandardTable (0);if _gcdd !=nil {return 0,_gcdd ; +};_abdg ._ecea =_cfe ;};return _abdg ._ecea .Decode (_abdg ._cgdga );};return 0,nil ;};func (_gacab *RegionSegment )Encode (w _g .BinaryWriter )(_dbc int ,_bdd error ){const _egbg ="R\u0065g\u0069\u006f\u006e\u0053\u0065\u0067\u006d\u0065n\u0074\u002e\u0045\u006eco\u0064\u0065"; +_fef :=make ([]byte ,4);_a .BigEndian .PutUint32 (_fef ,_gacab .BitmapWidth );_dbc ,_bdd =w .Write (_fef );if _bdd !=nil {return 0,_cd .Wrap (_bdd ,_egbg ,"\u0057\u0069\u0064t\u0068");};_a .BigEndian .PutUint32 (_fef ,_gacab .BitmapHeight );var _gbgf int ; +_gbgf ,_bdd =w .Write (_fef );if _bdd !=nil {return 0,_cd .Wrap (_bdd ,_egbg ,"\u0048\u0065\u0069\u0067\u0068\u0074");};_dbc +=_gbgf ;_a .BigEndian .PutUint32 (_fef ,_gacab .XLocation );_gbgf ,_bdd =w .Write (_fef );if _bdd !=nil {return 0,_cd .Wrap (_bdd ,_egbg ,"\u0058L\u006f\u0063\u0061\u0074\u0069\u006fn"); +};_dbc +=_gbgf ;_a .BigEndian .PutUint32 (_fef ,_gacab .YLocation );_gbgf ,_bdd =w .Write (_fef );if _bdd !=nil {return 0,_cd .Wrap (_bdd ,_egbg ,"\u0059L\u006f\u0063\u0061\u0074\u0069\u006fn");};_dbc +=_gbgf ;if _bdd =w .WriteByte (byte (_gacab .CombinaionOperator )&0x07); +_bdd !=nil {return 0,_cd .Wrap (_bdd ,_egbg ,"c\u006fm\u0062\u0069\u006e\u0061\u0074\u0069\u006f\u006e \u006f\u0070\u0065\u0072at\u006f\u0072");};_dbc ++;return _dbc ,nil ;};type template1 struct{};func (_cfcg *TextRegion )decodeID ()(int64 ,error ){if _cfcg .IsHuffmanEncoded {if _cfcg ._cegb ==nil {_cbbff ,_cdgb :=_cfcg ._aafc .ReadBits (byte (_cfcg ._eaagc )); +return int64 (_cbbff ),_cdgb ;};return _cfcg ._cegb .Decode (_cfcg ._aafc );};return _cfcg ._eccgc .DecodeIAID (uint64 (_cfcg ._eaagc ),_cfcg ._efgae );};func (_defe *SymbolDictionary )retrieveImportSymbols ()error {for _ ,_gbec :=range _defe .Header .RTSegments {if _gbec .Type ==0{_eddf ,_fece :=_gbec .GetSegmentData (); +if _fece !=nil {return _fece ;};_gfafg ,_dcfe :=_eddf .(*SymbolDictionary );if !_dcfe {return _ea .Errorf ("\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0020\u0044\u0061\u0074a\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0053\u0065\u0067m\u0065\u006e\u0074\u003a\u0020%\u0054",_eddf ); +};_eddff ,_fece :=_gfafg .GetDictionary ();if _fece !=nil {return _ea .Errorf ("\u0072\u0065\u006c\u0061\u0074\u0065\u0064 \u0073\u0065\u0067m\u0065\u006e\u0074 \u0077\u0069t\u0068\u0020\u0069\u006e\u0064\u0065x\u003a %\u0064\u0020\u0067\u0065\u0074\u0044\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0073",_gbec .SegmentNumber ,_fece .Error ()); +};_defe ._feeg =append (_defe ._feeg ,_eddff ...);_defe ._fcda +=_gfafg .NumberOfExportedSymbols ;};};return nil ;};func (_fbee *PageInformationSegment )String ()string {_daag :=&_b .Builder {};_daag .WriteString ("\u000a\u005b\u0050\u0041G\u0045\u002d\u0049\u004e\u0046\u004f\u0052\u004d\u0041\u0054I\u004fN\u002d\u0053\u0045\u0047\u004d\u0045\u004eT\u005d\u000a"); +_daag .WriteString (_ea .Sprintf ("\u0009\u002d \u0042\u004d\u0048e\u0069\u0067\u0068\u0074\u003a\u0020\u0025\u0064\u000a",_fbee .PageBMHeight ));_daag .WriteString (_ea .Sprintf ("\u0009-\u0020B\u004d\u0057\u0069\u0064\u0074\u0068\u003a\u0020\u0025\u0064\u000a",_fbee .PageBMWidth )); +_daag .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0058\u003a\u0020\u0025\u0064\u000a",_fbee .ResolutionX ));_daag .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0052es\u006f\u006c\u0075\u0074\u0069\u006f\u006e\u0059\u003a\u0020\u0025\u0064\u000a",_fbee .ResolutionY )); +_daag .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0073\u000a",_fbee ._cfd ));_daag .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006eO\u0070\u0065\u0072\u0061\u0074\u006f\u0072O\u0076\u0065\u0072\u0072\u0069\u0064\u0065\u003a\u0020\u0025v\u000a",_fbee ._bfbd )); +_daag .WriteString (_ea .Sprintf ("\u0009-\u0020I\u0073\u004c\u006f\u0073\u0073l\u0065\u0073s\u003a\u0020\u0025\u0076\u000a",_fbee .IsLossless ));_daag .WriteString (_ea .Sprintf ("\u0009\u002d\u0020R\u0065\u0071\u0075\u0069r\u0065\u0073\u0041\u0075\u0078\u0069\u006ci\u0061\u0072\u0079\u0042\u0075\u0066\u0066\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_fbee ._deb )); +_daag .WriteString (_ea .Sprintf ("\u0009\u002d\u0020M\u0069\u0067\u0068\u0074C\u006f\u006e\u0074\u0061\u0069\u006e\u0052e\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0076\u000a",_fbee ._ccb ));_daag .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0049\u0073\u0053\u0074\u0072\u0069\u0070\u0065\u0064:\u0020\u0025\u0076\u000a",_fbee .IsStripe )); +_daag .WriteString (_ea .Sprintf ("\t\u002d\u0020\u004d\u0061xS\u0074r\u0069\u0070\u0065\u0053\u0069z\u0065\u003a\u0020\u0025\u0076\u000a",_fbee .MaxStripeSize ));return _daag .String ();};func (_bge *GenericRegion )decodeTemplate0b (_bdb ,_daf ,_caf int ,_geg ,_egdf int )(_cefa error ){const _gdb ="\u0064\u0065c\u006f\u0064\u0065T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0030\u0062"; +var (_accf ,_cda int ;_abbe ,_bfb int ;_fag byte ;_eaff int ;);if _bdb >=1{_fag ,_cefa =_bge .Bitmap .GetByte (_egdf );if _cefa !=nil {return _cd .Wrap (_cefa ,_gdb ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00201");};_abbe =int (_fag );};if _bdb >=2{_fag ,_cefa =_bge .Bitmap .GetByte (_egdf -_bge .Bitmap .RowStride ); +if _cefa !=nil {return _cd .Wrap (_cefa ,_gdb ,"\u006ci\u006e\u0065\u0020\u003e\u003d\u00202");};_bfb =int (_fag )<<6;};_accf =(_abbe &0xf0)|(_bfb &0x3800);for _aceeg :=0;_aceeg < _caf ;_aceeg =_eaff {var (_bafc byte ;_fbbc int ;);_eaff =_aceeg +8;if _cge :=_daf -_aceeg ; +_cge > 8{_fbbc =8;}else {_fbbc =_cge ;};if _bdb > 0{_abbe <<=8;if _eaff < _daf {_fag ,_cefa =_bge .Bitmap .GetByte (_egdf +1);if _cefa !=nil {return _cd .Wrap (_cefa ,_gdb ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0030");};_abbe |=int (_fag );};};if _bdb > 1{_bfb <<=8; +if _eaff < _daf {_fag ,_cefa =_bge .Bitmap .GetByte (_egdf -_bge .Bitmap .RowStride +1);if _cefa !=nil {return _cd .Wrap (_cefa ,_gdb ,"\u006c\u0069\u006e\u0065\u0020\u003e\u0020\u0031");};_bfb |=int (_fag )<<6;};};for _ddde :=0;_ddde < _fbbc ;_ddde ++{_fdga :=uint (7-_ddde ); +if _bge ._cfgc {_cda =_bge .overrideAtTemplate0b (_accf ,_aceeg +_ddde ,_bdb ,int (_bafc ),_ddde ,int (_fdga ));_bge ._egge .SetIndex (int32 (_cda ));}else {_bge ._egge .SetIndex (int32 (_accf ));};var _bca int ;_bca ,_cefa =_bge ._dda .DecodeBit (_bge ._egge ); +if _cefa !=nil {return _cd .Wrap (_cefa ,_gdb ,"");};_bafc |=byte (_bca <<_fdga );_accf =((_accf &0x7bf7)<<1)|_bca |((_abbe >>_fdga )&0x10)|((_bfb >>_fdga )&0x800);};if _dae :=_bge .Bitmap .SetByte (_geg ,_bafc );_dae !=nil {return _cd .Wrap (_dae ,_gdb ,""); +};_geg ++;_egdf ++;};return nil ;};func (_accbd *TextRegion )readAmountOfSymbolInstances ()error {_cega ,_edde :=_accbd ._aafc .ReadBits (32);if _edde !=nil {return _edde ;};_accbd .NumberOfSymbolInstances =uint32 (_cega &_e .MaxUint32 );_deafb :=_accbd .RegionInfo .BitmapWidth *_accbd .RegionInfo .BitmapHeight ; +if _deafb < _accbd .NumberOfSymbolInstances {_bc .Log .Debug ("\u004c\u0069\u006d\u0069t\u0069\u006e\u0067\u0020t\u0068\u0065\u0020n\u0075\u006d\u0062\u0065\u0072\u0020o\u0066\u0020d\u0065\u0063\u006f\u0064e\u0064\u0020\u0073\u0079m\u0062\u006f\u006c\u0020\u0069n\u0073\u0074\u0061\u006e\u0063\u0065\u0073 \u0074\u006f\u0020\u006f\u006ee\u0020\u0070\u0065\u0072\u0020\u0070\u0069\u0078\u0065l\u0020\u0028\u0020\u0025\u0064\u0020\u0069\u006e\u0073\u0074\u0065\u0061\u0064\u0020\u006f\u0066\u0020\u0025\u0064\u0029",_deafb ,_accbd .NumberOfSymbolInstances ); +_accbd .NumberOfSymbolInstances =_deafb ;};return nil ;};func (_edd *GenericRegion )overrideAtTemplate0a (_cae ,_dfe ,_edf ,_abda ,_beda ,_efgb int )int {if _edd .GBAtOverride [0]{_cae &=0xFFEF;if _edd .GBAtY [0]==0&&_edd .GBAtX [0]>=-int8 (_beda ){_cae |=(_abda >>uint (int8 (_efgb )-_edd .GBAtX [0]&0x1))<<4; +}else {_cae |=int (_edd .getPixel (_dfe +int (_edd .GBAtX [0]),_edf +int (_edd .GBAtY [0])))<<4;};};if _edd .GBAtOverride [1]{_cae &=0xFBFF;if _edd .GBAtY [1]==0&&_edd .GBAtX [1]>=-int8 (_beda ){_cae |=(_abda >>uint (int8 (_efgb )-_edd .GBAtX [1]&0x1))<<10; +}else {_cae |=int (_edd .getPixel (_dfe +int (_edd .GBAtX [1]),_edf +int (_edd .GBAtY [1])))<<10;};};if _edd .GBAtOverride [2]{_cae &=0xF7FF;if _edd .GBAtY [2]==0&&_edd .GBAtX [2]>=-int8 (_beda ){_cae |=(_abda >>uint (int8 (_efgb )-_edd .GBAtX [2]&0x1))<<11; +}else {_cae |=int (_edd .getPixel (_dfe +int (_edd .GBAtX [2]),_edf +int (_edd .GBAtY [2])))<<11;};};if _edd .GBAtOverride [3]{_cae &=0x7FFF;if _edd .GBAtY [3]==0&&_edd .GBAtX [3]>=-int8 (_beda ){_cae |=(_abda >>uint (int8 (_efgb )-_edd .GBAtX [3]&0x1))<<15; +}else {_cae |=int (_edd .getPixel (_dfe +int (_edd .GBAtX [3]),_edf +int (_edd .GBAtY [3])))<<15;};};return _cae ;};func (_gcdf *SymbolDictionary )setCodingStatistics ()error {if _gcdf ._cgca ==nil {_gcdf ._cgca =_ecb .NewStats (512,1);};if _gcdf ._cadb ==nil {_gcdf ._cadb =_ecb .NewStats (512,1); +};if _gcdf ._ecde ==nil {_gcdf ._ecde =_ecb .NewStats (512,1);};if _gcdf ._adca ==nil {_gcdf ._adca =_ecb .NewStats (512,1);};if _gcdf ._ecfg ==nil {_gcdf ._ecfg =_ecb .NewStats (512,1);};if _gcdf .UseRefinementAggregation &&_gcdf ._ccg ==nil {_gcdf ._ccg =_ecb .NewStats (1<=-_bbfd {_gdc |=(_ffd >>uint (7-(_bbfd +int (_gb .GrAtX [0])))&0x1)<<3;}else {_gdc |=_gb .getPixel (_gb .RegionBitmap ,_cgdd +int (_gb .GrAtX [0]),_fbf +int (_gb .GrAtY [0]))<<3;};};if _gb ._eg [1]{_gdc &=0xefff; +if _gb .GrAtY [1]==0&&int (_gb .GrAtX [1])>=-_bbfd {_gdc |=(_ffd >>uint (7-(_bbfd +int (_gb .GrAtX [1])))&0x1)<<12;}else {_gdc |=_gb .getPixel (_gb .ReferenceBitmap ,_cgdd +int (_gb .GrAtX [1]),_fbf +int (_gb .GrAtY [1]));};};return _gdc ;};func (_gbgc *SymbolDictionary )huffDecodeRefAggNInst ()(int64 ,error ){if !_gbgc .SdHuffAggInstanceSelection {_feegg ,_ddfa :=_afb .GetStandardTable (1); +if _ddfa !=nil {return 0,_ddfa ;};return _feegg .Decode (_gbgc ._cgdga );};if _gbgc ._bedf ==nil {var (_aaac int ;_aeggb error ;);if _gbgc .SdHuffDecodeHeightSelection ==3{_aaac ++;};if _gbgc .SdHuffDecodeWidthSelection ==3{_aaac ++;};if _gbgc .SdHuffBMSizeSelection ==3{_aaac ++; +};_gbgc ._bedf ,_aeggb =_gbgc .getUserTable (_aaac );if _aeggb !=nil {return 0,_aeggb ;};};return _gbgc ._bedf .Decode (_gbgc ._cgdga );};type EncodeInitializer interface{InitEncode ();};func (_gedb *PatternDictionary )readTemplate ()error {_eaad ,_gbcb :=_gedb ._ffbe .ReadBits (2); +if _gbcb !=nil {return _gbcb ;};_gedb .HDTemplate =byte (_eaad );return nil ;};var _ SegmentEncoder =&GenericRegion {};type Regioner interface{GetRegionBitmap ()(*_bb .Bitmap ,error );GetRegionInfo ()*RegionSegment ;};func (_fffb *SymbolDictionary )setRefinementAtPixels ()error {if !_fffb .UseRefinementAggregation ||_fffb .SdrTemplate !=0{return nil ; +};if _gegf :=_fffb .readRefinementAtPixels (2);_gegf !=nil {return _gegf ;};return nil ;};var (_ Regioner =&TextRegion {};_ Segmenter =&TextRegion {};);func (_aaae *TextRegion )createRegionBitmap ()error {_aaae .RegionBitmap =_bb .New (int (_aaae .RegionInfo .BitmapWidth ),int (_aaae .RegionInfo .BitmapHeight )); +if _aaae .DefaultPixel !=0{_aaae .RegionBitmap .SetDefaultPixel ();};return nil ;};func (_fbab *SymbolDictionary )encodeFlags (_agdd _g .BinaryWriter )(_bfdc int ,_bcea error ){const _bdfbd ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; +if _bcea =_agdd .SkipBits (3);_bcea !=nil {return 0,_cd .Wrap (_bcea ,_bdfbd ,"\u0065\u006d\u0070\u0074\u0079\u0020\u0062\u0069\u0074\u0073");};var _cage int ;if _fbab .SdrTemplate > 0{_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"s\u0064\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"); +};_cage =0;if _fbab .SdTemplate > 1{_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_cage =0;if _fbab .SdTemplate ==1||_fbab .SdTemplate ==3{_cage =1; +};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};_cage =0;if _fbab ._fgg {_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0063\u006f\u0064in\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0065\u0064"); +};_cage =0;if _fbab ._gcea {_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0063\u006f\u0064\u0069ng\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0075\u0073\u0065\u0064");};_cage =0;if _fbab .SdHuffAggInstanceSelection {_cage =1; +};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0048\u0075\u0066\u0066\u0041\u0067\u0067\u0049\u006e\u0073\u0074");};_cage =int (_fbab .SdHuffBMSizeSelection );if _bcea =_agdd .WriteBit (_cage ); +_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0048u\u0066\u0066\u0042\u006d\u0053\u0069\u007a\u0065");};_cage =0;if _fbab .SdHuffDecodeWidthSelection > 1{_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068"); +};_cage =0;switch _fbab .SdHuffDecodeWidthSelection {case 1,3:_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"s\u0064\u0048\u0075\u0066\u0066\u0057\u0069\u0064\u0074\u0068");};_cage =0;if _fbab .SdHuffDecodeHeightSelection > 1{_cage =1; +};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_cage =0;switch _fbab .SdHuffDecodeHeightSelection {case 1,3:_cage =1;};if _bcea =_agdd .WriteBit (_cage ); +_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0048u\u0066\u0066\u0048\u0065\u0069\u0067\u0068\u0074");};_cage =0;if _fbab .UseRefinementAggregation {_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0052\u0065\u0066\u0041\u0067\u0067"); +};_cage =0;if _fbab .IsHuffmanEncoded {_cage =1;};if _bcea =_agdd .WriteBit (_cage );_bcea !=nil {return _bfdc ,_cd .Wrap (_bcea ,_bdfbd ,"\u0073\u0064\u0048\u0075\u0066\u0066");};return 2,nil ;};func (_gfgfc *PatternDictionary )extractPatterns (_cfbf *_bb .Bitmap )error {var _egcg int ; +_egf :=make ([]*_bb .Bitmap ,_gfgfc .GrayMax +1);for _egcg <=int (_gfgfc .GrayMax ){_fbgec :=int (_gfgfc .HdpWidth )*_egcg ;_dcg :=_eb .Rect (_fbgec ,0,_fbgec +int (_gfgfc .HdpWidth ),int (_gfgfc .HdpHeight ));_cgga ,_egfa :=_bb .Extract (_dcg ,_cfbf ); +if _egfa !=nil {return _egfa ;};_egf [_egcg ]=_cgga ;_egcg ++;};_gfgfc .Patterns =_egf ;return nil ;};func (_gcdfe *TextRegion )setContexts (_fedfg *_ecb .DecoderStats ,_gfgfg *_ecb .DecoderStats ,_fcbf *_ecb .DecoderStats ,_fbdc *_ecb .DecoderStats ,_fcga *_ecb .DecoderStats ,_aadf *_ecb .DecoderStats ,_dbea *_ecb .DecoderStats ,_debg *_ecb .DecoderStats ,_gfae *_ecb .DecoderStats ,_ebdd *_ecb .DecoderStats ){_gcdfe ._ffda =_gfgfg ; +_gcdfe ._bedc =_fcbf ;_gcdfe ._gfdc =_fbdc ;_gcdfe ._ggfd =_fcga ;_gcdfe ._ggef =_dbea ;_gcdfe ._acdc =_debg ;_gcdfe ._efgae =_aadf ;_gcdfe ._aeac =_gfae ;_gcdfe ._bfcdb =_ebdd ;_gcdfe ._abdae =_fedfg ;};func (_dcafe *TextRegion )encodeSymbols (_gafad _g .BinaryWriter )(_fedac int ,_geaf error ){const _gbgee ="\u0065\u006e\u0063\u006f\u0064\u0065\u0053\u0079\u006d\u0062\u006f\u006c\u0073"; +_febef :=make ([]byte ,4);_a .BigEndian .PutUint32 (_febef ,_dcafe .NumberOfSymbols );if _fedac ,_geaf =_gafad .Write (_febef );_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"\u004e\u0075\u006dbe\u0072\u004f\u0066\u0053\u0079\u006d\u0062\u006f\u006c\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073"); +};_cced ,_geaf :=_bb .NewClassedPoints (_dcafe ._cab ,_dcafe ._bfbbc );if _geaf !=nil {return 0,_cd .Wrap (_geaf ,_gbgee ,"");};var _cfad ,_ddddf int ;_bfde :=_ba .New ();_bfde .Init ();if _geaf =_bfde .EncodeInteger (_ba .IADT ,0);_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0020\u0044\u0054"); +};_cfaad ,_geaf :=_cced .GroupByY ();if _geaf !=nil {return 0,_cd .Wrap (_geaf ,_gbgee ,"");};for _ ,_bdbb :=range _cfaad {_ccggf :=int (_bdbb .YAtIndex (0));_bfeg :=_ccggf -_cfad ;if _geaf =_bfde .EncodeInteger (_ba .IADT ,_bfeg );_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,""); +};var _dgedf int ;for _fgfc ,_agaf :=range _bdbb .IntSlice {switch _fgfc {case 0:_agbc :=int (_bdbb .XAtIndex (_fgfc ))-_ddddf ;if _geaf =_bfde .EncodeInteger (_ba .IAFS ,_agbc );_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"");};_ddddf +=_agbc ; +_dgedf =_ddddf ;default:_afbb :=int (_bdbb .XAtIndex (_fgfc ))-_dgedf ;if _geaf =_bfde .EncodeInteger (_ba .IADS ,_afbb );_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"");};_dgedf +=_afbb ;};_deaa ,_bafeg :=_dcafe ._ggee .Get (_agaf );if _bafeg !=nil {return _fedac ,_cd .Wrap (_bafeg ,_gbgee ,""); +};_ddad ,_egdb :=_dcafe ._bgeb [_deaa ];if !_egdb {_ddad ,_egdb =_dcafe ._bdca [_deaa ];if !_egdb {return _fedac ,_cd .Errorf (_gbgee ,"\u0053\u0079\u006d\u0062\u006f\u006c:\u0020\u0027\u0025d\u0027\u0020\u0069s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064 \u0069\u006e\u0020\u0067\u006cob\u0061\u006c\u0020\u0061\u006e\u0064\u0020\u006c\u006f\u0063\u0061\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0020\u006d\u0061\u0070",_deaa ); +};};if _bafeg =_bfde .EncodeIAID (_dcafe ._gebga ,_ddad );_bafeg !=nil {return _fedac ,_cd .Wrap (_bafeg ,_gbgee ,"");};};if _geaf =_bfde .EncodeOOB (_ba .IADS );_geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"");};};_bfde .Final ();_ebed ,_geaf :=_bfde .WriteTo (_gafad ); +if _geaf !=nil {return _fedac ,_cd .Wrap (_geaf ,_gbgee ,"");};_fedac +=int (_ebed );return _fedac ,nil ;};func (_feaf *TextRegion )parseHeader ()error {var _dcafb error ;_bc .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0062\u0065\u0067\u0069n\u0073\u002e\u002e\u002e"); +defer func (){if _dcafb !=nil {_bc .Log .Trace ("\u005b\u0054\u0045\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045\u002d\u0048\u0045\u0041\u0044E\u0052\u005d\u0020\u0066\u0061i\u006c\u0065d\u002e\u0020\u0025\u0076",_dcafb ); +}else {_bc .Log .Trace ("\u005b\u0054E\u0058\u0054\u0020\u0052E\u0047\u0049O\u004e\u005d\u005b\u0050\u0041\u0052\u0053\u0045-\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0066\u0069\u006e\u0069s\u0068\u0065\u0064\u002e");};}();if _dcafb =_feaf .RegionInfo .parseHeader (); +_dcafb !=nil {return _dcafb ;};if _dcafb =_feaf .readRegionFlags ();_dcafb !=nil {return _dcafb ;};if _feaf .IsHuffmanEncoded {if _dcafb =_feaf .readHuffmanFlags ();_dcafb !=nil {return _dcafb ;};};if _dcafb =_feaf .readUseRefinement ();_dcafb !=nil {return _dcafb ; +};if _dcafb =_feaf .readAmountOfSymbolInstances ();_dcafb !=nil {return _dcafb ;};if _dcafb =_feaf .getSymbols ();_dcafb !=nil {return _dcafb ;};if _dcafb =_feaf .computeSymbolCodeLength ();_dcafb !=nil {return _dcafb ;};if _dcafb =_feaf .checkInput (); +_dcafb !=nil {return _dcafb ;};_bc .Log .Trace ("\u0025\u0073",_feaf .String ());return nil ;};func (_bcfd *Header )parse (_caa Documenter ,_aaeg *_g .Reader ,_fbgb int64 ,_adac OrganizationType )(_gfg error ){const _cade ="\u0070\u0061\u0072s\u0065";_bc .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048E\u0041\u0044\u0045\u0052\u005d\u005b\u0050A\u0052\u0053\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073"); +defer func (){if _gfg !=nil {_bc .Log .Trace ("\u005b\u0053\u0045GM\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045R\u005d[\u0050A\u0052S\u0045\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020\u0025\u0076",_gfg );}else {_bc .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052]\u005bP\u0041\u0052\u0053\u0045\u005d\u0020\u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064"); +};}();_ ,_gfg =_aaeg .Seek (_fbgb ,_d .SeekStart );if _gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"\u0073\u0065\u0065\u006b\u0020\u0073\u0074\u0061\u0072\u0074");};if _gfg =_bcfd .readSegmentNumber (_aaeg );_gfg !=nil {return _cd .Wrap (_gfg ,_cade ,""); +};if _gfg =_bcfd .readHeaderFlags ();_gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"");};var _acad uint64 ;_acad ,_gfg =_bcfd .readNumberOfReferredToSegments (_aaeg );if _gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"");};_bcfd .RTSNumbers ,_gfg =_bcfd .readReferredToSegmentNumbers (_aaeg ,int (_acad )); +if _gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"");};_gfg =_bcfd .readSegmentPageAssociation (_caa ,_aaeg ,_acad ,_bcfd .RTSNumbers ...);if _gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"");};if _bcfd .Type !=TEndOfFile {if _gfg =_bcfd .readSegmentDataLength (_aaeg ); +_gfg !=nil {return _cd .Wrap (_gfg ,_cade ,"");};};_bcfd .readDataStartOffset (_aaeg ,_adac );_bcfd .readHeaderLength (_aaeg ,_fbgb );_bc .Log .Trace ("\u0025\u0073",_bcfd );return nil ;};func (_febe *Header )writeFlags (_baca _g .BinaryWriter )(_fcf error ){const _gaga ="\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065F\u006c\u0061\u0067\u0073"; +_gcde :=byte (_febe .Type );if _fcf =_baca .WriteByte (_gcde );_fcf !=nil {return _cd .Wrap (_fcf ,_gaga ,"\u0077\u0072\u0069ti\u006e\u0067\u0020\u0073\u0065\u0067\u006d\u0065\u006et\u0020t\u0079p\u0065 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};if !_febe .RetainFlag &&!_febe .PageAssociationFieldSize {return nil ;};if _fcf =_baca .SkipBits (-8);_fcf !=nil {return _cd .Wrap (_fcf ,_gaga ,"\u0073\u006bi\u0070\u0070\u0069\u006e\u0067\u0020\u0062\u0061\u0063\u006b\u0020\u0074\u0068\u0065\u0020\u0062\u0069\u0074\u0073\u0020\u0066\u0061il\u0065\u0064"); +};var _abbc int ;if _febe .RetainFlag {_abbc =1;};if _fcf =_baca .WriteBit (_abbc );_fcf !=nil {return _cd .Wrap (_fcf ,_gaga ,"\u0072\u0065\u0074\u0061in\u0020\u0072\u0065\u0074\u0061\u0069\u006e\u0020\u0066\u006c\u0061\u0067\u0073");};_abbc =0;if _febe .PageAssociationFieldSize {_abbc =1; +};if _fcf =_baca .WriteBit (_abbc );_fcf !=nil {return _cd .Wrap (_fcf ,_gaga ,"p\u0061\u0067\u0065\u0020as\u0073o\u0063\u0069\u0061\u0074\u0069o\u006e\u0020\u0066\u006c\u0061\u0067");};_baca .FinishByte ();return nil ;};func (_egcgg *TextRegion )GetRegionInfo ()*RegionSegment {return _egcgg .RegionInfo }; +func (_afgd *PatternDictionary )Init (h *Header ,r *_g .Reader )error {_afgd ._ffbe =r ;return _afgd .parseHeader ();};func (_fcbfg *TextRegion )setParameters (_gcbd *_ecb .Decoder ,_baff ,_ggggb bool ,_ebee ,_fbdb uint32 ,_efag uint32 ,_ecba int8 ,_gdfb uint32 ,_bdba int8 ,_bded _bb .CombinationOperator ,_gfcd int8 ,_dgfe int16 ,_gdca ,_bdag ,_dcgg ,_eccfg ,_eeca ,_fdfbc ,_afcc ,_dagb ,_efec ,_fggg int8 ,_gfcf ,_bgb []int8 ,_dcaa []*_bb .Bitmap ,_bdda int8 ){_fcbfg ._eccgc =_gcbd ; +_fcbfg .IsHuffmanEncoded =_baff ;_fcbfg .UseRefinement =_ggggb ;_fcbfg .RegionInfo .BitmapWidth =_ebee ;_fcbfg .RegionInfo .BitmapHeight =_fbdb ;_fcbfg .NumberOfSymbolInstances =_efag ;_fcbfg .SbStrips =_ecba ;_fcbfg .NumberOfSymbols =_gdfb ;_fcbfg .DefaultPixel =_bdba ; +_fcbfg .CombinationOperator =_bded ;_fcbfg .IsTransposed =_gfcd ;_fcbfg .ReferenceCorner =_dgfe ;_fcbfg .SbDsOffset =_gdca ;_fcbfg .SbHuffFS =_bdag ;_fcbfg .SbHuffDS =_dcgg ;_fcbfg .SbHuffDT =_eccfg ;_fcbfg .SbHuffRDWidth =_eeca ;_fcbfg .SbHuffRDHeight =_fdfbc ; +_fcbfg .SbHuffRSize =_efec ;_fcbfg .SbHuffRDX =_afcc ;_fcbfg .SbHuffRDY =_dagb ;_fcbfg .SbrTemplate =_fggg ;_fcbfg .SbrATX =_gfcf ;_fcbfg .SbrATY =_bgb ;_fcbfg .Symbols =_dcaa ;_fcbfg ._eaagc =_bdda ;};func (_fbaa *Header )Encode (w _g .BinaryWriter )(_ddeg int ,_bdfd error ){const _fcdb ="\u0048\u0065\u0061d\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065"; +var _fbbg _g .BinaryWriter ;_bc .Log .Trace ("\u005b\u0053\u0045G\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045\u0052\u005d[\u0045\u004e\u0043\u004f\u0044\u0045\u005d\u0020\u0042\u0065\u0067\u0069\u006e\u0073");defer func (){if _bdfd !=nil {_bc .Log .Trace ("[\u0053\u0045\u0047\u004d\u0045\u004eT\u002d\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0045\u004e\u0043\u004f\u0044E\u005d\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u002e\u0020%\u0076",_bdfd ); +}else {_bc .Log .Trace ("\u005b\u0053\u0045\u0047ME\u004e\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u0020\u0025\u0076",_fbaa );_bc .Log .Trace ("\u005b\u0053\u0045\u0047\u004d\u0045N\u0054\u002d\u0048\u0045\u0041\u0044\u0045\u0052\u005d\u005b\u0045\u004e\u0043O\u0044\u0045\u005d\u0020\u0046\u0069\u006ei\u0073\u0068\u0065\u0064"); +};}();w .FinishByte ();if _fbaa .SegmentData !=nil {_dgfb ,_dedg :=_fbaa .SegmentData .(SegmentEncoder );if !_dedg {return 0,_cd .Errorf (_fcdb ,"\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u003a\u0020\u0025\u0054\u0020\u0064\u006f\u0065s\u006e\u0027\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074 \u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0045\u006e\u0063\u006f\u0064er\u0020\u0069\u006e\u0074\u0065\u0072\u0066\u0061\u0063\u0065",_fbaa .SegmentData ); +};_fbbg =_g .BufferedMSB ();_ddeg ,_bdfd =_dgfb .Encode (_fbbg );if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,"");};_fbaa .SegmentDataLength =uint64 (_ddeg );};if _fbaa .pageSize ()==4{_fbaa .PageAssociationFieldSize =true ;};var _dggc int ;_dggc ,_bdfd =_fbaa .writeSegmentNumber (w ); +if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,"");};_ddeg +=_dggc ;if _bdfd =_fbaa .writeFlags (w );_bdfd !=nil {return _ddeg ,_cd .Wrap (_bdfd ,_fcdb ,"");};_ddeg ++;_dggc ,_bdfd =_fbaa .writeReferredToCount (w );if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,""); +};_ddeg +=_dggc ;_dggc ,_bdfd =_fbaa .writeReferredToSegments (w );if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,"");};_ddeg +=_dggc ;_dggc ,_bdfd =_fbaa .writeSegmentPageAssociation (w );if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,"");};_ddeg +=_dggc ; +_dggc ,_bdfd =_fbaa .writeSegmentDataLength (w );if _bdfd !=nil {return 0,_cd .Wrap (_bdfd ,_fcdb ,"");};_ddeg +=_dggc ;_fbaa .HeaderLength =int64 (_ddeg )-int64 (_fbaa .SegmentDataLength );if _fbbg !=nil {if _ ,_bdfd =w .Write (_fbbg .Data ());_bdfd !=nil {return _ddeg ,_cd .Wrap (_bdfd ,_fcdb ,"\u0077r\u0069t\u0065\u0020\u0073\u0065\u0067m\u0065\u006et\u0020\u0064\u0061\u0074\u0061"); +};};return _ddeg ,nil ;};func NewGenericRegion (r *_g .Reader )*GenericRegion {return &GenericRegion {RegionSegment :NewRegionSegment (r ),_cea :r };};func (_adae *GenericRegion )decodeSLTP ()(int ,error ){switch _adae .GBTemplate {case 0:_adae ._egge .SetIndex (0x9B25); +case 1:_adae ._egge .SetIndex (0x795);case 2:_adae ._egge .SetIndex (0xE5);case 3:_adae ._egge .SetIndex (0x195);};return _adae ._dda .DecodeBit (_adae ._egge );};type Segmenter interface{Init (_fbbge *Header ,_beeb *_g .Reader )error ;};func (_agee *TextRegion )encodeFlags (_accg _g .BinaryWriter )(_gacfb int ,_gfffa error ){const _fegf ="e\u006e\u0063\u006f\u0064\u0065\u0046\u006c\u0061\u0067\u0073"; +if _gfffa =_accg .WriteBit (int (_agee .SbrTemplate ));_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"s\u0062\u0072\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065");};if _ ,_gfffa =_accg .WriteBits (uint64 (_agee .SbDsOffset ),5);_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0073\u0062\u0044\u0073\u004f\u0066\u0066\u0073\u0065\u0074"); +};if _gfffa =_accg .WriteBit (int (_agee .DefaultPixel ));_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0044\u0065\u0066a\u0075\u006c\u0074\u0050\u0069\u0078\u0065\u006c");};if _ ,_gfffa =_accg .WriteBits (uint64 (_agee .CombinationOperator ),2); +_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0043\u006f\u006d\u0062in\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065\u0072\u0061\u0074\u006f\u0072");};if _gfffa =_accg .WriteBit (int (_agee .IsTransposed ));_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0069\u0073\u0020\u0074\u0072\u0061\u006e\u0073\u0070\u006f\u0073\u0065\u0064"); +};if _ ,_gfffa =_accg .WriteBits (uint64 (_agee .ReferenceCorner ),2);_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0072\u0065f\u0065\u0072\u0065n\u0063\u0065\u0020\u0063\u006f\u0072\u006e\u0065\u0072");};if _ ,_gfffa =_accg .WriteBits (uint64 (_agee .LogSBStrips ),2); +_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"L\u006f\u0067\u0053\u0042\u0053\u0074\u0072\u0069\u0070\u0073");};var _bfbbb int ;if _agee .UseRefinement {_bfbbb =1;};if _gfffa =_accg .WriteBit (_bfbbb );_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"\u0075\u0073\u0065\u0020\u0072\u0065\u0066\u0069\u006ee\u006d\u0065\u006e\u0074"); +};_bfbbb =0;if _agee .IsHuffmanEncoded {_bfbbb =1;};if _gfffa =_accg .WriteBit (_bfbbb );_gfffa !=nil {return _gacfb ,_cd .Wrap (_gfffa ,_fegf ,"u\u0073\u0065\u0020\u0068\u0075\u0066\u0066\u006d\u0061\u006e");};_gacfb =2;return _gacfb ,nil ;};func (_bbef *PatternDictionary )setGbAtPixels (){if _bbef .HDTemplate ==0{_bbef .GBAtX =make ([]int8 ,4); +_bbef .GBAtY =make ([]int8 ,4);_bbef .GBAtX [0]=-int8 (_bbef .HdpWidth );_bbef .GBAtY [0]=0;_bbef .GBAtX [1]=-3;_bbef .GBAtY [1]=-1;_bbef .GBAtX [2]=2;_bbef .GBAtY [2]=-2;_bbef .GBAtX [3]=-2;_bbef .GBAtY [3]=-2;}else {_bbef .GBAtX =[]int8 {-int8 (_bbef .HdpWidth )}; +_bbef .GBAtY =[]int8 {0};};};func (_gcfg *TextRegion )String ()string {_affgd :=&_b .Builder {};_affgd .WriteString ("\u000a[\u0054E\u0058\u0054\u0020\u0052\u0045\u0047\u0049\u004f\u004e\u005d\u000a");_affgd .WriteString (_gcfg .RegionInfo .String ()+"\u000a"); +_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053br\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0025\u0076\u000a",_gcfg .SbrTemplate ));_affgd .WriteString (_ea .Sprintf ("\u0009-\u0020S\u0062\u0044\u0073\u004f\u0066f\u0073\u0065t\u003a\u0020\u0025\u0076\u000a",_gcfg .SbDsOffset )); +_affgd .WriteString (_ea .Sprintf ("\t\u002d \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0050i\u0078\u0065\u006c\u003a %\u0076\u000a",_gcfg .DefaultPixel ));_affgd .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0043\u006f\u006d\u0062i\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070\u0065r\u0061\u0074\u006fr\u003a \u0025\u0076\u000a",_gcfg .CombinationOperator )); +_affgd .WriteString (_ea .Sprintf ("\t\u002d \u0049\u0073\u0054\u0072\u0061\u006e\u0073\u0070o\u0073\u0065\u0064\u003a %\u0076\u000a",_gcfg .IsTransposed ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020Re\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0043\u006f\u0072\u006e\u0065\u0072\u003a\u0020\u0025\u0076\u000a",_gcfg .ReferenceCorner )); +_affgd .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0055\u0073eR\u0065f\u0069\u006e\u0065\u006d\u0065n\u0074\u003a\u0020\u0025\u0076\u000a",_gcfg .UseRefinement ));_affgd .WriteString (_ea .Sprintf ("\u0009-\u0020\u0049\u0073\u0048\u0075\u0066\u0066\u006d\u0061\u006e\u0045n\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0076\u000a",_gcfg .IsHuffmanEncoded )); +if _gcfg .IsHuffmanEncoded {_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0053\u0069\u007a\u0065\u003a\u0020\u0025\u0076\u000a",_gcfg .SbHuffRSize ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0059:\u0020\u0025\u0076\u000a",_gcfg .SbHuffRDY )); +_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0048\u0075\u0066\u0066\u0052\u0044\u0058:\u0020\u0025\u0076\u000a",_gcfg .SbHuffRDX ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053bH\u0075\u0066\u0066\u0052\u0044\u0048\u0065\u0069\u0067\u0068\u0074\u003a\u0020\u0025v\u000a",_gcfg .SbHuffRDHeight )); +_affgd .WriteString (_ea .Sprintf ("\t\u002d\u0020\u0053\u0062Hu\u0066f\u0052\u0044\u0057\u0069\u0064t\u0068\u003a\u0020\u0025\u0076\u000a",_gcfg .SbHuffRDWidth ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0054\u003a\u0020\u0025\u0076\u000a",_gcfg .SbHuffDT )); +_affgd .WriteString (_ea .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0044\u0053\u003a\u0020\u0025\u0076\u000a",_gcfg .SbHuffDS ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d \u0053\u0062\u0048u\u0066\u0066\u0046\u0053\u003a\u0020\u0025\u0076\u000a",_gcfg .SbHuffFS )); +};_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_gcfg .SbrATX ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0059:\u0020\u0025\u0076\u000a",_gcfg .SbrATY )); +_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020N\u0075\u006d\u0062\u0065r\u004f\u0066\u0053\u0079\u006d\u0062\u006fl\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u003a\u0020\u0025\u0076\u000a",_gcfg .NumberOfSymbolInstances ));_affgd .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0053\u0062\u0072\u0041\u0054\u0058:\u0020\u0025\u0076\u000a",_gcfg .SbrATX )); +return _affgd .String ();};func (_dbfc *PatternDictionary )GetDictionary ()([]*_bb .Bitmap ,error ){if _dbfc .Patterns !=nil {return _dbfc .Patterns ,nil ;};if !_dbfc .IsMMREncoded {_dbfc .setGbAtPixels ();};_eadb :=NewGenericRegion (_dbfc ._ffbe );_eadb .setParametersMMR (_dbfc .IsMMREncoded ,_dbfc .DataOffset ,_dbfc .DataLength ,uint32 (_dbfc .HdpHeight ),(_dbfc .GrayMax +1)*uint32 (_dbfc .HdpWidth ),_dbfc .HDTemplate ,false ,false ,_dbfc .GBAtX ,_dbfc .GBAtY ); +_ccba ,_dagc :=_eadb .GetRegionBitmap ();if _dagc !=nil {return nil ,_dagc ;};if _dagc =_dbfc .extractPatterns (_ccba );_dagc !=nil {return nil ,_dagc ;};return _dbfc .Patterns ,nil ;};func (_fddd *SymbolDictionary )encodeNumSyms (_gggb _g .BinaryWriter )(_eee int ,_afd error ){const _egea ="\u0065\u006e\u0063\u006f\u0064\u0065\u004e\u0075\u006d\u0053\u0079\u006d\u0073"; +_fcada :=make ([]byte ,4);_a .BigEndian .PutUint32 (_fcada ,_fddd .NumberOfExportedSymbols );if _eee ,_afd =_gggb .Write (_fcada );_afd !=nil {return _eee ,_cd .Wrap (_afd ,_egea ,"\u0065\u0078p\u006f\u0072\u0074e\u0064\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073"); +};_a .BigEndian .PutUint32 (_fcada ,_fddd .NumberOfNewSymbols );_gfe ,_afd :=_gggb .Write (_fcada );if _afd !=nil {return _eee ,_cd .Wrap (_afd ,_egea ,"n\u0065\u0077\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0073");};return _eee +_gfe ,nil ;};func (_gafaf *GenericRegion )readGBAtPixels (_fdcf int )error {const _eabb ="\u0072\u0065\u0061\u0064\u0047\u0042\u0041\u0074\u0050i\u0078\u0065\u006c\u0073"; +_gafaf .GBAtX =make ([]int8 ,_fdcf );_gafaf .GBAtY =make ([]int8 ,_fdcf );for _cdac :=0;_cdac < _fdcf ;_cdac ++{_fbg ,_cgeg :=_gafaf ._cea .ReadByte ();if _cgeg !=nil {return _cd .Wrapf (_cgeg ,_eabb ,"\u0058\u0020\u0061t\u0020\u0069\u003a\u0020\u0027\u0025\u0064\u0027",_cdac ); +};_gafaf .GBAtX [_cdac ]=int8 (_fbg );_fbg ,_cgeg =_gafaf ._cea .ReadByte ();if _cgeg !=nil {return _cd .Wrapf (_cgeg ,_eabb ,"\u0059\u0020\u0061t\u0020\u0069\u003a\u0020\u0027\u0025\u0064\u0027",_cdac );};_gafaf .GBAtY [_cdac ]=int8 (_fbg );};return nil ; +};func (_abac *RegionSegment )String ()string {_cege :=&_b .Builder {};_cege .WriteString ("\u0009[\u0052E\u0047\u0049\u004f\u004e\u0020S\u0045\u0047M\u0045\u004e\u0054\u005d\u000a");_cege .WriteString (_ea .Sprintf ("\t\u0009\u002d\u0020\u0042\u0069\u0074m\u0061\u0070\u0020\u0028\u0077\u0069d\u0074\u0068\u002c\u0020\u0068\u0065\u0069g\u0068\u0074\u0029\u0020\u005b\u0025\u0064\u0078\u0025\u0064]\u000a",_abac .BitmapWidth ,_abac .BitmapHeight )); +_cege .WriteString (_ea .Sprintf ("\u0009\u0009\u002d\u0020L\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0028\u0078,\u0079)\u003a\u0020\u005b\u0025\u0064\u002c\u0025d\u005d\u000a",_abac .XLocation ,_abac .YLocation ));_cege .WriteString (_ea .Sprintf ("\t\u0009\u002d\u0020\u0043\u006f\u006db\u0069\u006e\u0061\u0074\u0069\u006f\u006e\u004f\u0070e\u0072\u0061\u0074o\u0072:\u0020\u0025\u0073",_abac .CombinaionOperator )); +return _cege .String ();};func (_dbb *TableSegment )HtOOB ()int32 {return _dbb ._ffef };var _ _afb .BasicTabler =&TableSegment {};func (_afba *SymbolDictionary )setInSyms ()error {if _afba .Header .RTSegments !=nil {return _afba .retrieveImportSymbols (); +};_afba ._feeg =make ([]*_bb .Bitmap ,0);return nil ;};func (_abfb *TableSegment )HtHigh ()int32 {return _abfb ._cfdf };func (_gaca *HalftoneRegion )renderPattern (_bcfc [][]int )(_ddb error ){var _dgf ,_fed int ;for _fgag :=0;_fgag < int (_gaca .HGridHeight ); +_fgag ++{for _aadd :=0;_aadd < int (_gaca .HGridWidth );_aadd ++{_dgf =_gaca .computeX (_fgag ,_aadd );_fed =_gaca .computeY (_fgag ,_aadd );_bbed :=_gaca .Patterns [_bcfc [_fgag ][_aadd ]];if _ddb =_bb .Blit (_bbed ,_gaca .HalftoneRegionBitmap ,_dgf +int (_gaca .HGridX ),_fed +int (_gaca .HGridY ),_gaca .CombinationOperator ); +_ddb !=nil {return _ddb ;};};};return nil ;};func (_acbd *GenericRefinementRegion )getPixel (_bfae *_bb .Bitmap ,_ga ,_dfcd int )int {if _ga < 0||_ga >=_bfae .Width {return 0;};if _dfcd < 0||_dfcd >=_bfae .Height {return 0;};if _bfae .GetPixel (_ga ,_dfcd ){return 1; +};return 0;};func (_eecb *TextRegion )InitEncode (globalSymbolsMap ,localSymbolsMap map[int ]int ,comps []int ,inLL *_bb .Points ,symbols *_bb .Bitmaps ,classIDs *_ec .IntSlice ,boxes *_bb .Boxes ,width ,height ,symBits int ){_eecb .RegionInfo =&RegionSegment {BitmapWidth :uint32 (width ),BitmapHeight :uint32 (height )}; +_eecb ._bgeb =globalSymbolsMap ;_eecb ._bdca =localSymbolsMap ;_eecb ._bfbbc =comps ;_eecb ._cab =inLL ;_eecb ._bdcag =symbols ;_eecb ._ggee =classIDs ;_eecb ._bddd =boxes ;_eecb ._gebga =symBits ;};func (_ceeb *SymbolDictionary )encodeRefinementATFlags (_cgce _g .BinaryWriter )(_edec int ,_bccd error ){const _gcfb ="\u0065\u006e\u0063od\u0065\u0052\u0065\u0066\u0069\u006e\u0065\u006d\u0065\u006e\u0074\u0041\u0054\u0046\u006c\u0061\u0067\u0073"; +if !_ceeb .UseRefinementAggregation ||_ceeb .SdrTemplate !=0{return 0,nil ;};for _abfg :=0;_abfg < 2;_abfg ++{if _bccd =_cgce .WriteByte (byte (_ceeb .SdrATX [_abfg ]));_bccd !=nil {return _edec ,_cd .Wrapf (_bccd ,_gcfb ,"\u0053\u0064\u0072\u0041\u0054\u0058\u005b\u0025\u0064\u005d",_abfg ); +};_edec ++;if _bccd =_cgce .WriteByte (byte (_ceeb .SdrATY [_abfg ]));_bccd !=nil {return _edec ,_cd .Wrapf (_bccd ,_gcfb ,"\u0053\u0064\u0072\u0041\u0054\u0059\u005b\u0025\u0064\u005d",_abfg );};_edec ++;};return _edec ,nil ;};func (_cfa *template1 )setIndex (_fae *_ecb .DecoderStats ){_fae .SetIndex (0x080)}; +func (_dfgg *Header )writeSegmentDataLength (_eccfd _g .BinaryWriter )(_eegc int ,_egac error ){_fbag :=make ([]byte ,4);_a .BigEndian .PutUint32 (_fbag ,uint32 (_dfgg .SegmentDataLength ));if _eegc ,_egac =_eccfd .Write (_fbag );_egac !=nil {return 0,_cd .Wrap (_egac ,"\u0048\u0065a\u0064\u0065\u0072\u002e\u0077\u0072\u0069\u0074\u0065\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u004c\u0065ng\u0074\u0068",""); +};return _eegc ,nil ;};func (_eagfd *SymbolDictionary )decodeAggregate (_abca ,_gfbb uint32 )error {var (_dcge int64 ;_aabe error ;);if _eagfd .IsHuffmanEncoded {_dcge ,_aabe =_eagfd .huffDecodeRefAggNInst ();if _aabe !=nil {return _aabe ;};}else {_egeg ,_eegf :=_eagfd ._dbgeb .DecodeInt (_eagfd ._adca ); +if _eegf !=nil {return _eegf ;};_dcge =int64 (_egeg );};if _dcge > 1{return _eagfd .decodeThroughTextRegion (_abca ,_gfbb ,uint32 (_dcge ));}else if _dcge ==1{return _eagfd .decodeRefinedSymbol (_abca ,_gfbb );};return nil ;};func (_ac *GenericRefinementRegion )decodeSLTP ()(int ,error ){_ac .Template .setIndex (_ac ._de ); +return _ac ._ce .DecodeBit (_ac ._de );};func (_dgggg *SymbolDictionary )setSymbolsArray ()error {if _dgggg ._feeg ==nil {if _aabgb :=_dgggg .retrieveImportSymbols ();_aabgb !=nil {return _aabgb ;};};if _dgggg ._dabb ==nil {_dgggg ._dabb =append (_dgggg ._dabb ,_dgggg ._feeg ...); +};return nil ;};type EndOfStripe struct{_cg *_g .Reader ;_be int ;};func (_fbcd *TableSegment )HtPS ()int32 {return _fbcd ._cec };func (_dgcb *SymbolDictionary )decodeHeightClassBitmap (_eggc *_bb .Bitmap ,_dagf int64 ,_fbc int ,_eabe []int )error {for _fbcc :=_dagf ; +_fbcc < int64 (_dgcb ._dgb );_fbcc ++{var _bfaea int ;for _abced :=_dagf ;_abced <=_fbcc -1;_abced ++{_bfaea +=_eabe [_abced ];};_dfba :=_eb .Rect (_bfaea ,0,_bfaea +_eabe [_fbcc ],_fbc );_dgdb ,_gfaf :=_bb .Extract (_dfba ,_eggc );if _gfaf !=nil {return _gfaf ; +};_dgcb ._cdgd [_fbcc ]=_dgdb ;_dgcb ._dabb =append (_dgcb ._dabb ,_dgdb );};return nil ;};func (_ecacf *TextRegion )symbolIDCodeLengths ()error {var (_cafa []*_afb .Code ;_bddg uint64 ;_aaega _afb .Tabler ;_dccg error ;);for _acef :=0;_acef < 35;_acef ++{_bddg ,_dccg =_ecacf ._aafc .ReadBits (4); +if _dccg !=nil {return _dccg ;};_edbf :=int (_bddg &0xf);if _edbf > 0{_cafa =append (_cafa ,_afb .NewCode (int32 (_edbf ),0,int32 (_acef ),false ));};};_aaega ,_dccg =_afb .NewFixedSizeTable (_cafa );if _dccg !=nil {return _dccg ;};var (_edae int64 ;_bedab uint32 ; +_geag []*_afb .Code ;_deeb int64 ;);for _bedab < _ecacf .NumberOfSymbols {_deeb ,_dccg =_aaega .Decode (_ecacf ._aafc );if _dccg !=nil {return _dccg ;};if _deeb < 32{if _deeb > 0{_geag =append (_geag ,_afb .NewCode (int32 (_deeb ),0,int32 (_bedab ),false )); +};_edae =_deeb ;_bedab ++;}else {var _dacg ,_defda int64 ;switch _deeb {case 32:_bddg ,_dccg =_ecacf ._aafc .ReadBits (2);if _dccg !=nil {return _dccg ;};_dacg =3+int64 (_bddg );if _bedab > 0{_defda =_edae ;};case 33:_bddg ,_dccg =_ecacf ._aafc .ReadBits (3); +if _dccg !=nil {return _dccg ;};_dacg =3+int64 (_bddg );case 34:_bddg ,_dccg =_ecacf ._aafc .ReadBits (7);if _dccg !=nil {return _dccg ;};_dacg =11+int64 (_bddg );};for _bdfg :=0;_bdfg < int (_dacg );_bdfg ++{if _defda > 0{_geag =append (_geag ,_afb .NewCode (int32 (_defda ),0,int32 (_bedab ),false )); +};_bedab ++;};};};_ecacf ._aafc .Align ();_ecacf ._cegb ,_dccg =_afb .NewFixedSizeTable (_geag );return _dccg ;};func (_efgd *Header )GetSegmentData ()(Segmenter ,error ){var _ffee Segmenter ;if _efgd .SegmentData !=nil {_ffee =_efgd .SegmentData ;};if _ffee ==nil {_fegd ,_gaec :=_decb [_efgd .Type ]; +if !_gaec {return nil ,_ea .Errorf ("\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0073\u002f\u0020\u0025\u0064\u0020\u0063\u0072e\u0061t\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020",_efgd .Type ,_efgd .Type );};_ffee =_fegd (); +_bc .Log .Trace ("\u005b\u0053E\u0047\u004d\u0045\u004e\u0054-\u0048\u0045\u0041\u0044\u0045R\u005d\u005b\u0023\u0025\u0064\u005d\u0020\u0047\u0065\u0074\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u0074\u0020\u004f\u0066\u0066\u0073\u0065\u0074\u003a\u0020\u0025\u0030\u0034\u0058",_efgd .SegmentNumber ,_efgd .SegmentDataStartOffset ); +_aeca ,_eaag :=_efgd .subInputReader ();if _eaag !=nil {return nil ,_eaag ;};if _agbe :=_ffee .Init (_efgd ,_aeca );_agbe !=nil {_bc .Log .Debug ("\u0049\u006e\u0069\u0074 \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076 \u0066o\u0072\u0020\u0074\u0079\u0070\u0065\u003a \u0025\u0054",_agbe ,_ffee ); +return nil ,_agbe ;};_efgd .SegmentData =_ffee ;};return _ffee ,nil ;};func (_ecd *GenericRefinementRegion )decodeTypicalPredictedLine (_bae ,_acb ,_dea ,_cc ,_fdg ,_gc int )error {_abe :=_bae -int (_ecd .ReferenceDY );_gda :=_ecd .ReferenceBitmap .GetByteIndex (0,_abe ); +_ad :=_ecd .RegionBitmap .GetByteIndex (0,_bae );var _eab error ;switch _ecd .TemplateID {case 0:_eab =_ecd .decodeTypicalPredictedLineTemplate0 (_bae ,_acb ,_dea ,_cc ,_fdg ,_gc ,_ad ,_abe ,_gda );case 1:_eab =_ecd .decodeTypicalPredictedLineTemplate1 (_bae ,_acb ,_dea ,_cc ,_fdg ,_gc ,_ad ,_abe ,_gda ); +};return _eab ;};type templater interface{form (_gga ,_ddd ,_gaf ,_aegc ,_fdd int16 )int16 ;setIndex (_fdc *_ecb .DecoderStats );};func (_cdeb *TextRegion )readHuffmanFlags ()error {var (_dbab int ;_dbabe uint64 ;_befc error ;);_ ,_befc =_cdeb ._aafc .ReadBit (); +if _befc !=nil {return _befc ;};_dbab ,_befc =_cdeb ._aafc .ReadBit ();if _befc !=nil {return _befc ;};_cdeb .SbHuffRSize =int8 (_dbab );_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ;};_cdeb .SbHuffRDY =int8 (_dbabe )&0xf;_dbabe ,_befc =_cdeb ._aafc .ReadBits (2); +if _befc !=nil {return _befc ;};_cdeb .SbHuffRDX =int8 (_dbabe )&0xf;_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ;};_cdeb .SbHuffRDHeight =int8 (_dbabe )&0xf;_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ; +};_cdeb .SbHuffRDWidth =int8 (_dbabe )&0xf;_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ;};_cdeb .SbHuffDT =int8 (_dbabe )&0xf;_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ;};_cdeb .SbHuffDS =int8 (_dbabe )&0xf; +_dbabe ,_befc =_cdeb ._aafc .ReadBits (2);if _befc !=nil {return _befc ;};_cdeb .SbHuffFS =int8 (_dbabe )&0xf;return nil ;};func (_eagf *GenericRegion )GetRegionBitmap ()(_dgd *_bb .Bitmap ,_fec error ){if _eagf .Bitmap !=nil {return _eagf .Bitmap ,nil ; +};if _eagf .IsMMREncoded {if _eagf ._ccff ==nil {_eagf ._ccff ,_fec =_fb .New (_eagf ._cea ,int (_eagf .RegionSegment .BitmapWidth ),int (_eagf .RegionSegment .BitmapHeight ),_eagf .DataOffset ,_eagf .DataLength );if _fec !=nil {return nil ,_fec ;};};_eagf .Bitmap ,_fec =_eagf ._ccff .UncompressMMR (); +return _eagf .Bitmap ,_fec ;};if _fec =_eagf .updateOverrideFlags ();_fec !=nil {return nil ,_fec ;};var _abc int ;if _eagf ._dda ==nil {_eagf ._dda ,_fec =_ecb .New (_eagf ._cea );if _fec !=nil {return nil ,_fec ;};};if _eagf ._egge ==nil {_eagf ._egge =_ecb .NewStats (65536,1); +};_eagf .Bitmap =_bb .New (int (_eagf .RegionSegment .BitmapWidth ),int (_eagf .RegionSegment .BitmapHeight ));_gcb :=int (uint32 (_eagf .Bitmap .Width +7)&(^uint32 (7)));for _eae :=0;_eae < _eagf .Bitmap .Height ;_eae ++{if _eagf .IsTPGDon {var _bac int ; +_bac ,_fec =_eagf .decodeSLTP ();if _fec !=nil {return nil ,_fec ;};_abc ^=_bac ;};if _abc ==1{if _eae > 0{if _fec =_eagf .copyLineAbove (_eae );_fec !=nil {return nil ,_fec ;};};}else {if _fec =_eagf .decodeLine (_eae ,_eagf .Bitmap .Width ,_gcb );_fec !=nil {return nil ,_fec ; +};};};return _eagf .Bitmap ,nil ;};func (_gag *GenericRefinementRegion )String ()string {_gfff :=&_b .Builder {};_gfff .WriteString ("\u000a[\u0047E\u004e\u0045\u0052\u0049\u0043 \u0052\u0045G\u0049\u004f\u004e\u005d\u000a");_gfff .WriteString (_gag .RegionInfo .String ()+"\u000a"); +_gfff .WriteString (_ea .Sprintf ("\u0009\u002d \u0049\u0073\u0054P\u0047\u0052\u006f\u006e\u003a\u0020\u0025\u0076\u000a",_gag .IsTPGROn ));_gfff .WriteString (_ea .Sprintf ("\u0009-\u0020T\u0065\u006d\u0070\u006c\u0061t\u0065\u0049D\u003a\u0020\u0025\u0076\u000a",_gag .TemplateID )); +_gfff .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0058\u003a\u0020\u0025\u0076\u000a",_gag .GrAtX ));_gfff .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0047\u0072\u0041\u0074\u0059\u003a\u0020\u0025\u0076\u000a",_gag .GrAtY )); +_gfff .WriteString (_ea .Sprintf ("\u0009-\u0020R\u0065\u0066\u0065\u0072\u0065n\u0063\u0065D\u0058\u0020\u0025\u0076\u000a",_gag .ReferenceDX ));_gfff .WriteString (_ea .Sprintf ("\u0009\u002d\u0020\u0052ef\u0065\u0072\u0065\u006e\u0063\u0044\u0065\u0059\u003a\u0020\u0025\u0076\u000a",_gag .ReferenceDY )); +return _gfff .String ();};func (_bfa *GenericRefinementRegion )decodeTemplate (_fde ,_cdf ,_gfd ,_bbb ,_fgee ,_fbbf ,_fcad ,_fffa ,_dfc ,_cdff int ,_cfc templater )(_bgf error ){var (_aab ,_daaa ,_cfb ,_aff ,_bcb int16 ;_bgfb ,_dca ,_dcad ,_bgg int ;_eag byte ; +);if _dfc >=1&&(_dfc -1)< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -_bbb );if _bgf !=nil {return _bgf ;};_bgfb =int (_eag );};if _dfc >=0&&(_dfc )< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff ); +if _bgf !=nil {return _bgf ;};_dca =int (_eag );};if _dfc >=-1&&(_dfc +1)< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff +_bbb );if _bgf !=nil {return _bgf ;};_dcad =int (_eag );};_cdff ++;if _fde >=1{_eag ,_bgf =_bfa .RegionBitmap .GetByte (_fffa -_gfd ); +if _bgf !=nil {return _bgf ;};_bgg =int (_eag );};_fffa ++;_cbf :=_bfa .ReferenceDX %8;_cgb :=6+_cbf ;_dff :=_cdff %_bbb ;if _cgb >=0{if _cgb < 8{_aab =int16 (_bgfb >>uint (_cgb ))&0x07;};if _cgb < 8{_daaa =int16 (_dca >>uint (_cgb ))&0x07;};if _cgb < 8{_cfb =int16 (_dcad >>uint (_cgb ))&0x07; +};if _cgb ==6&&_dff > 1{if _dfc >=1&&(_dfc -1)< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -_bbb -2);if _bgf !=nil {return _bgf ;};_aab |=int16 (_eag <<2)&0x04;};if _dfc >=0&&_dfc < _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -2); +if _bgf !=nil {return _bgf ;};_daaa |=int16 (_eag <<2)&0x04;};if _dfc >=-1&&_dfc +1< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff +_bbb -2);if _bgf !=nil {return _bgf ;};_cfb |=int16 (_eag <<2)&0x04;};};if _cgb ==0{_bgfb =0; +_dca =0;_dcad =0;if _dff < _bbb -1{if _dfc >=1&&_dfc -1< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -_bbb );if _bgf !=nil {return _bgf ;};_bgfb =int (_eag );};if _dfc >=0&&_dfc < _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff ); +if _bgf !=nil {return _bgf ;};_dca =int (_eag );};if _dfc >=-1&&_dfc +1< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff +_bbb );if _bgf !=nil {return _bgf ;};_dcad =int (_eag );};};_cdff ++;};}else {_aab =int16 (_bgfb <<1)&0x07; +_daaa =int16 (_dca <<1)&0x07;_cfb =int16 (_dcad <<1)&0x07;_bgfb =0;_dca =0;_dcad =0;if _dff < _bbb -1{if _dfc >=1&&_dfc -1< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -_bbb );if _bgf !=nil {return _bgf ;};_bgfb =int (_eag ); +};if _dfc >=0&&_dfc < _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff );if _bgf !=nil {return _bgf ;};_dca =int (_eag );};if _dfc >=-1&&_dfc +1< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff +_bbb ); +if _bgf !=nil {return _bgf ;};_dcad =int (_eag );};_cdff ++;};_aab |=int16 ((_bgfb >>7)&0x07);_daaa |=int16 ((_dca >>7)&0x07);_cfb |=int16 ((_dcad >>7)&0x07);};_aff =int16 (_bgg >>6);_bcb =0;_fcb :=(2-_cbf )%8;_bgfb <<=uint (_fcb );_dca <<=uint (_fcb ); +_dcad <<=uint (_fcb );_bgg <<=2;var _fbe int ;for _eaa :=0;_eaa < _cdf ;_eaa ++{_cdg :=_eaa &0x07;_ffc :=_cfc .form (_aab ,_daaa ,_cfb ,_aff ,_bcb );if _bfa ._bea {_eag ,_bgf =_bfa .RegionBitmap .GetByte (_bfa .RegionBitmap .GetByteIndex (_eaa ,_fde )); +if _bgf !=nil {return _bgf ;};_bfa ._de .SetIndex (int32 (_bfa .overrideAtTemplate0 (int (_ffc ),_eaa ,_fde ,int (_eag ),_cdg )));}else {_bfa ._de .SetIndex (int32 (_ffc ));};_fbe ,_bgf =_bfa ._ce .DecodeBit (_bfa ._de );if _bgf !=nil {return _bgf ;};if _bgf =_bfa .RegionBitmap .SetPixel (_eaa ,_fde ,byte (_fbe )); +_bgf !=nil {return _bgf ;};_aab =((_aab <<1)|0x01&int16 (_bgfb >>7))&0x07;_daaa =((_daaa <<1)|0x01&int16 (_dca >>7))&0x07;_cfb =((_cfb <<1)|0x01&int16 (_dcad >>7))&0x07;_aff =((_aff <<1)|0x01&int16 (_bgg >>7))&0x07;_bcb =int16 (_fbe );if (_eaa -int (_bfa .ReferenceDX ))%8==5{_bgfb =0; +_dca =0;_dcad =0;if ((_eaa -int (_bfa .ReferenceDX ))/8)+1< _bfa .ReferenceBitmap .RowStride {if _dfc >=1&&(_dfc -1)< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff -_bbb );if _bgf !=nil {return _bgf ;};_bgfb =int (_eag ); +};if _dfc >=0&&_dfc < _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff );if _bgf !=nil {return _bgf ;};_dca =int (_eag );};if _dfc >=-1&&(_dfc +1)< _bfa .ReferenceBitmap .Height {_eag ,_bgf =_bfa .ReferenceBitmap .GetByte (_cdff +_bbb ); +if _bgf !=nil {return _bgf ;};_dcad =int (_eag );};};_cdff ++;}else {_bgfb <<=1;_dca <<=1;_dcad <<=1;};if _cdg ==5&&_fde >=1{if ((_eaa >>3)+1)>=_bfa .RegionBitmap .RowStride {_bgg =0;}else {_eag ,_bgf =_bfa .RegionBitmap .GetByte (_fffa -_gfd );if _bgf !=nil {return _bgf ; +};_bgg =int (_eag );};_fffa ++;}else {_bgg <<=1;};};return nil ;};func (_dd *EndOfStripe )LineNumber ()int {return _dd ._be };func (_bafa *PageInformationSegment )encodeStripingInformation (_gca _g .BinaryWriter )(_dbff int ,_fdda error ){const _cgf ="\u0065n\u0063\u006f\u0064\u0065S\u0074\u0072\u0069\u0070\u0069n\u0067I\u006ef\u006f\u0072\u006d\u0061\u0074\u0069\u006fn"; +if !_bafa .IsStripe {if _dbff ,_fdda =_gca .Write ([]byte {0x00,0x00});_fdda !=nil {return 0,_cd .Wrap (_fdda ,_cgf ,"n\u006f\u0020\u0073\u0074\u0072\u0069\u0070\u0069\u006e\u0067");};return _dbff ,nil ;};_ceac :=make ([]byte ,2);_a .BigEndian .PutUint16 (_ceac ,_bafa .MaxStripeSize |1<<15); +if _dbff ,_fdda =_gca .Write (_ceac );_fdda !=nil {return 0,_cd .Wrapf (_fdda ,_cgf ,"\u0073\u0074\u0072i\u0070\u0069\u006e\u0067\u003a\u0020\u0025\u0064",_bafa .MaxStripeSize );};return _dbff ,nil ;};func _ecdeg (_ccgc *_g .Reader ,_fddgb *Header )*TextRegion {_eefe :=&TextRegion {_aafc :_ccgc ,Header :_fddgb ,RegionInfo :NewRegionSegment (_ccgc )}; +return _eefe ;};func (_bbaf *SymbolDictionary )Init (h *Header ,r *_g .Reader )error {_bbaf .Header =h ;_bbaf ._cgdga =r ;return _bbaf .parseHeader ();};func (_eccca *PageInformationSegment )parseHeader ()(_agga error ){_bc .Log .Trace ("\u005b\u0050\u0061\u0067\u0065I\u006e\u0066\u006f\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u0053\u0065\u0067m\u0065\u006e\u0074\u005d\u0020\u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065\u0061\u0064\u0065\u0072\u002e\u002e\u002e"); +defer func (){var _dddba ="[\u0050\u0061\u0067\u0065\u0049\u006e\u0066\u006f\u0072m\u0061\u0074\u0069\u006f\u006e\u0053\u0065gm\u0065\u006e\u0074\u005d \u0050\u0061\u0072\u0073\u0069\u006e\u0067\u0048\u0065ad\u0065\u0072 \u0046\u0069\u006e\u0069\u0073\u0068\u0065\u0064"; +if _agga !=nil {_dddba +="\u0020\u0077\u0069t\u0068\u0020\u0065\u0072\u0072\u006f\u0072\u0020"+_agga .Error ();}else {_dddba +="\u0020\u0073\u0075\u0063\u0063\u0065\u0073\u0073\u0066\u0075\u006c\u006c\u0079";};_bc .Log .Trace (_dddba );}();if _agga =_eccca .readWidthAndHeight (); +_agga !=nil {return _agga ;};if _agga =_eccca .readResolution ();_agga !=nil {return _agga ;};_ ,_agga =_eccca ._gcdg .ReadBit ();if _agga !=nil {return _agga ;};if _agga =_eccca .readCombinationOperatorOverrideAllowed ();_agga !=nil {return _agga ;};if _agga =_eccca .readRequiresAuxiliaryBuffer (); +_agga !=nil {return _agga ;};if _agga =_eccca .readCombinationOperator ();_agga !=nil {return _agga ;};if _agga =_eccca .readDefaultPixelValue ();_agga !=nil {return _agga ;};if _agga =_eccca .readContainsRefinement ();_agga !=nil {return _agga ;};if _agga =_eccca .readIsLossless (); +_agga !=nil {return _agga ;};if _agga =_eccca .readIsStriped ();_agga !=nil {return _agga ;};if _agga =_eccca .readMaxStripeSize ();_agga !=nil {return _agga ;};if _agga =_eccca .checkInput ();_agga !=nil {return _agga ;};_bc .Log .Trace ("\u0025\u0073",_eccca ); +return nil ;}; \ No newline at end of file diff --git a/internal/jbig2/encoder/arithmetic/arithmetic.go b/internal/jbig2/encoder/arithmetic/arithmetic.go index b203ba502..5a40b3175 100644 --- a/internal/jbig2/encoder/arithmetic/arithmetic.go +++ b/internal/jbig2/encoder/arithmetic/arithmetic.go @@ -9,52 +9,51 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package arithmetic ;import (_g "bytes";_b "github.com/unidoc/unipdf/v3/common";_fb "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_d "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_e "io";);type state struct{_fbbf uint16 ;_cda ,_eefb uint8 ;_bdfd uint8 ; -};type codingContext struct{_ec []byte ;_bf []byte ;};func (_dg *Encoder )EncodeBitmap (bm *_fb .Bitmap ,duplicateLineRemoval bool )error {_b .Log .Trace ("\u0045n\u0063\u006f\u0064\u0065 \u0042\u0069\u0074\u006d\u0061p\u0020[\u0025d\u0078\u0025\u0064\u005d\u002c\u0020\u0025s",bm .Width ,bm .Height ,bm ); -var (_ga ,_ce uint8 ;_gb ,_fcf ,_af uint16 ;_dge ,_bgg ,_bc byte ;_deaa ,_dcb ,_gc int ;_efa ,_feg []byte ;);for _eg :=0;_eg < bm .Height ;_eg ++{_dge ,_bgg =0,0;if _eg >=2{_dge =bm .Data [(_eg -2)*bm .RowStride ];};if _eg >=1{_bgg =bm .Data [(_eg -1)*bm .RowStride ]; -if duplicateLineRemoval {_dcb =_eg *bm .RowStride ;_efa =bm .Data [_dcb :_dcb +bm .RowStride ];_gc =(_eg -1)*bm .RowStride ;_feg =bm .Data [_gc :_gc +bm .RowStride ];if _g .Equal (_efa ,_feg ){_ce =_ga ^1;_ga =1;}else {_ce =_ga ;_ga =0;};};};if duplicateLineRemoval {if _ad :=_dg .encodeBit (_dg ._ge ,_aac ,_ce ); -_ad !=nil {return _ad ;};if _ga !=0{continue ;};};_bc =bm .Data [_eg *bm .RowStride ];_gb =uint16 (_dge >>5);_fcf =uint16 (_bgg >>4);_dge <<=3;_bgg <<=4;_af =0;for _deaa =0;_deaa < bm .Width ;_deaa ++{_dgf :=uint32 (_gb <<11|_fcf <<4|_af );_fba :=(_bc &0x80)>>7; -_cgg :=_dg .encodeBit (_dg ._ge ,_dgf ,_fba );if _cgg !=nil {return _cgg ;};_gb <<=1;_fcf <<=1;_af <<=1;_gb |=uint16 ((_dge &0x80)>>7);_fcf |=uint16 ((_bgg &0x80)>>7);_af |=uint16 (_fba );_ecc :=_deaa %8;_cc :=_deaa /8+1;if _ecc ==4&&_eg >=2{_dge =0;if _cc < bm .RowStride {_dge =bm .Data [(_eg -2)*bm .RowStride +_cc ]; -};}else {_dge <<=1;};if _ecc ==3&&_eg >=1{_bgg =0;if _cc < bm .RowStride {_bgg =bm .Data [(_eg -1)*bm .RowStride +_cc ];};}else {_bgg <<=1;};if _ecc ==7{_bc =0;if _cc < bm .RowStride {_bc =bm .Data [_eg *bm .RowStride +_cc ];};}else {_bc <<=1;};_gb &=31; -_fcf &=127;_af &=15;};};return nil ;};func (_gd *Encoder )Refine (iTemp ,iTarget *_fb .Bitmap ,ox ,oy int )error {for _bd :=0;_bd < iTarget .Height ;_bd ++{var _afd int ;_ggf :=_bd +oy ;var (_fdb ,_ae ,_ecf ,_cbd ,_fg uint16 ;_fea ,_bga ,_eab ,_ddf ,_gcb byte ; -);if _ggf >=1&&(_ggf -1)< iTemp .Height {_fea =iTemp .Data [(_ggf -1)*iTemp .RowStride ];};if _ggf >=0&&_ggf < iTemp .Height {_bga =iTemp .Data [_ggf *iTemp .RowStride ];};if _ggf >=-1&&_ggf +1< iTemp .Height {_eab =iTemp .Data [(_ggf +1)*iTemp .RowStride ]; -};if _bd >=1{_ddf =iTarget .Data [(_bd -1)*iTarget .RowStride ];};_gcb =iTarget .Data [_bd *iTarget .RowStride ];_ag :=uint (6+ox );_fdb =uint16 (_fea >>_ag );_ae =uint16 (_bga >>_ag );_ecf =uint16 (_eab >>_ag );_cbd =uint16 (_ddf >>6);_da :=uint (2-ox ); -_fea <<=_da ;_bga <<=_da ;_eab <<=_da ;_ddf <<=2;for _afd =0;_afd < iTarget .Width ;_afd ++{_ffag :=(_fdb <<10)|(_ae <<7)|(_ecf <<4)|(_cbd <<1)|_fg ;_dbg :=_gcb >>7;_gde :=_gd .encodeBit (_gd ._ge ,uint32 (_ffag ),_dbg );if _gde !=nil {return _gde ;};_fdb <<=1; -_ae <<=1;_ecf <<=1;_cbd <<=1;_fdb |=uint16 (_fea >>7);_ae |=uint16 (_bga >>7);_ecf |=uint16 (_eab >>7);_cbd |=uint16 (_ddf >>7);_fg =uint16 (_dbg );_fbg :=_afd %8;_egc :=_afd /8+1;if _fbg ==5+ox {_fea ,_bga ,_eab =0,0,0;if _egc < iTemp .RowStride &&_ggf >=1&&(_ggf -1)< iTemp .Height {_fea =iTemp .Data [(_ggf -1)*iTemp .RowStride +_egc ]; -};if _egc < iTemp .RowStride &&_ggf >=0&&_ggf < iTemp .Height {_bga =iTemp .Data [_ggf *iTemp .RowStride +_egc ];};if _egc < iTemp .RowStride &&_ggf >=-1&&(_ggf +1)< iTemp .Height {_eab =iTemp .Data [(_ggf +1)*iTemp .RowStride +_egc ];};}else {_fea <<=1; -_bga <<=1;_eab <<=1;};if _fbg ==5&&_bd >=1{_ddf =0;if _egc < iTarget .RowStride {_ddf =iTarget .Data [(_bd -1)*iTarget .RowStride +_egc ];};}else {_ddf <<=1;};if _fbg ==7{_gcb =0;if _egc < iTarget .RowStride {_gcb =iTarget .Data [_bd *iTarget .RowStride +_egc ]; -};}else {_gcb <<=1;};_fdb &=7;_ae &=7;_ecf &=7;_cbd &=7;};};return nil ;};func (_egca *Encoder )Reset (){_egca ._ef =0x8000;_egca ._ff =0;_egca ._bb =12;_egca ._dea =-1;_egca ._ea =0;_egca ._ba =nil ;_egca ._ge =_db (_bfg );};func (_fd *Encoder )EncodeInteger (proc Class ,value int )(_ffg error ){_b .Log .Trace ("\u0045\u006eco\u0064\u0065\u0020I\u006e\u0074\u0065\u0067er:\u0027%d\u0027\u0020\u0077\u0069\u0074\u0068\u0020Cl\u0061\u0073\u0073\u003a\u0020\u0027\u0025s\u0027",value ,proc ); -if _ffg =_fd .encodeInteger (proc ,value );_ffg !=nil {return _d .Wrap (_ffg ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u006e\u0074\u0065\u0067\u0065\u0072","");};return nil ;};func (_cb *codingContext )flipMps (_aa uint32 ){_cb ._bf [_aa ]=1-_cb ._bf [_aa ]}; -func (_bce *Encoder )flush (){_bce .setBits ();_bce ._ff <<=_bce ._bb ;_bce .byteOut ();_bce ._ff <<=_bce ._bb ;_bce .byteOut ();_bce .emit ();if _bce ._ea !=0xff{_bce ._dea ++;_bce ._ea =0xff;_bce .emit ();};_bce ._dea ++;_bce ._ea =0xac;_bce ._dea ++; -_bce .emit ();};type Class int ;func (_bab *Encoder )Flush (){_bab ._fc =0;_bab ._ffa =nil ;_bab ._dea =-1};func (_deg *Encoder )renormalize (){for {_deg ._ef <<=1;_deg ._ff <<=1;_deg ._bb --;if _deg ._bb ==0{_deg .byteOut ();};if (_deg ._ef &0x8000)!=0{break ; -};};};func (_cbb *Encoder )EncodeOOB (proc Class )(_gg error ){_b .Log .Trace ("E\u006e\u0063\u006f\u0064\u0065\u0020O\u004f\u0042\u0020\u0077\u0069\u0074\u0068\u0020\u0043l\u0061\u0073\u0073:\u0020'\u0025\u0073\u0027",proc );if _gg =_cbb .encodeOOB (proc ); -_gg !=nil {return _d .Wrap (_gg ,"\u0045n\u0063\u006f\u0064\u0065\u004f\u004fB","");};return nil ;};func (_abf *Encoder )code0 (_fcd *codingContext ,_bcd uint32 ,_gbb uint16 ,_eb byte ){if _fcd .mps (_bcd )==0{_abf .codeMPS (_fcd ,_bcd ,_gbb ,_eb );}else {_abf .codeLPS (_fcd ,_bcd ,_gbb ,_eb ); -};};var _gbg =[]state {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; -func (_a *codingContext )mps (_ece uint32 )int {return int (_a ._bf [_ece ])};func (_edf *Encoder )codeMPS (_fgc *codingContext ,_adb uint32 ,_eef uint16 ,_aega byte ){_edf ._ef -=_eef ;if _edf ._ef &0x8000!=0{_edf ._ff +=uint32 (_eef );return ;};if _edf ._ef < _eef {_edf ._ef =_eef ; -}else {_edf ._ff +=uint32 (_eef );};_fgc ._ec [_adb ]=_gbg [_aega ]._cda ;_edf .renormalize ();};func _db (_dd int )*codingContext {return &codingContext {_ec :make ([]byte ,_dd ),_bf :make ([]byte ,_dd )};};func (_gba *Encoder )rBlock (){if _gba ._dea >=0{_gba .emit (); -};_gba ._dea ++;_gba ._ea =uint8 (_gba ._ff >>20);_gba ._ff &=0xfffff;_gba ._bb =7;};func (_gefd *Encoder )encodeIAID (_gga ,_bfb int )error {if _gefd ._ba ==nil {_gefd ._ba =_db (1<>31);if _ffd :=_gefd .encodeBit (_gefd ._ba ,_ggfg ,_egb );_ffd !=nil {return _ffd ;};_ffe =(_ffe <<1)|uint32 (_egb );_bfb <<=1;};return nil ; -};type Encoder struct{_ff uint32 ;_ef uint16 ;_bb ,_ea uint8 ;_dea int ;_dbc int ;_ffa [][]byte ;_aad []byte ;_fc int ;_ge *codingContext ;_cf [13]*codingContext ;_ba *codingContext ;};func (_ab *Encoder )DataSize ()int {return _ab .dataSize ()};var _ _e .WriterTo =&Encoder {}; -var _cg =[]intEncRangeS {{0,3,0,2,0,2},{-1,-1,9,4,0,0},{-3,-2,5,3,2,1},{4,19,2,3,4,4},{-19,-4,3,3,4,4},{20,83,6,4,20,6},{-83,-20,7,4,20,6},{84,339,14,5,84,8},{-339,-84,15,5,84,8},{340,4435,30,6,340,12},{-4435,-340,31,6,340,12},{4436,2000000000,62,6,4436,32},{-2000000000,-4436,63,6,4436,32}}; -func (_gcf *Encoder )WriteTo (w _e .Writer )(int64 ,error ){const _gce ="\u0045n\u0063o\u0064\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0054\u006f";var _dde int64 ;for _gf ,_dbcb :=range _gcf ._ffa {_eea ,_faf :=w .Write (_dbcb );if _faf !=nil {return 0,_d .Wrapf (_faf ,_gce ,"\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0074\u0020\u0069'\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0063h\u0075\u006e\u006b",_gf ); -};_dde +=int64 (_eea );};_gcf ._aad =_gcf ._aad [:_gcf ._fc ];_agb ,_eae :=w .Write (_gcf ._aad );if _eae !=nil {return 0,_d .Wrap (_eae ,_gce ,"\u0062u\u0066f\u0065\u0072\u0065\u0064\u0020\u0063\u0068\u0075\u006e\u006b\u0073");};_dde +=int64 (_agb );return _dde ,nil ; -};func (_ecff *Encoder )byteOut (){if _ecff ._ea ==0xff{_ecff .rBlock ();return ;};if _ecff ._ff < 0x8000000{_ecff .lBlock ();return ;};_ecff ._ea ++;if _ecff ._ea !=0xff{_ecff .lBlock ();return ;};_ecff ._ff &=0x7ffffff;_ecff .rBlock ();};func (_bcf *Encoder )encodeOOB (_cbf Class )error {_fgdc :=_bcf ._cf [_cbf ]; -_ddfe :=_bcf .encodeBit (_fgdc ,1,1);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,3,0);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,6,0);if _ddfe !=nil {return _ddfe ;};_ddfe =_bcf .encodeBit (_fgdc ,12,0);if _ddfe !=nil {return _ddfe ; -};return nil ;};const (_bfg =65536;_fdbf =20*1024;);func New ()*Encoder {_gef :=&Encoder {};_gef .Init ();return _gef };func (_ee *Encoder )Final (){_ee .flush ()};func (_fbb *Encoder )setBits (){_dbb :=_fbb ._ff +uint32 (_fbb ._ef );_fbb ._ff |=0xffff; -if _fbb ._ff >=_dbb {_fbb ._ff -=0x8000;};};func (_bbb *Encoder )emit (){if _bbb ._fc ==_fdbf {_bbb ._ffa =append (_bbb ._ffa ,_bbb ._aad );_bbb ._aad =make ([]byte ,_fdbf );_bbb ._fc =0;};_bbb ._aad [_bbb ._fc ]=_bbb ._ea ;_bbb ._fc ++;};const _aac =0x9b25; -func (_fa Class )String ()string {switch _fa {case IAAI :return "\u0049\u0041\u0041\u0049";case IADH :return "\u0049\u0041\u0044\u0048";case IADS :return "\u0049\u0041\u0044\u0053";case IADT :return "\u0049\u0041\u0044\u0054";case IADW :return "\u0049\u0041\u0044\u0057"; -case IAEX :return "\u0049\u0041\u0045\u0058";case IAFS :return "\u0049\u0041\u0046\u0053";case IAIT :return "\u0049\u0041\u0049\u0054";case IARDH :return "\u0049\u0041\u0052D\u0048";case IARDW :return "\u0049\u0041\u0052D\u0057";case IARDX :return "\u0049\u0041\u0052D\u0058"; -case IARDY :return "\u0049\u0041\u0052D\u0059";case IARI :return "\u0049\u0041\u0052\u0049";default:return "\u0055N\u004b\u004e\u004f\u0057\u004e";};};type intEncRangeS struct{_c ,_bg int ;_dc ,_fe uint8 ;_de uint16 ;_bge uint8 ;};func (_ed *Encoder )Init (){_ed ._ge =_db (_bfg ); -_ed ._ef =0x8000;_ed ._ff =0;_ed ._bb =12;_ed ._dea =-1;_ed ._ea =0;_ed ._fc =0;_ed ._aad =make ([]byte ,_fdbf );for _cfa :=0;_cfa < len (_ed ._cf );_cfa ++{_ed ._cf [_cfa ]=_db (512);};_ed ._ba =nil ;};func (_bgc *Encoder )dataSize ()int {return _fdbf *len (_bgc ._ffa )+_bgc ._fc }; -func (_fcb *Encoder )encodeInteger (_bfa Class ,_gfbf int )error {const _deac ="E\u006e\u0063\u006f\u0064er\u002ee\u006e\u0063\u006f\u0064\u0065I\u006e\u0074\u0065\u0067\u0065\u0072";if _gfbf > 2000000000||_gfbf < -2000000000{return _d .Errorf (_deac ,"\u0061\u0072\u0069\u0074\u0068\u006d\u0065\u0074i\u0063\u0020\u0065nc\u006f\u0064\u0065\u0072\u0020\u002d \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",_gfbf ); -};_cfff :=_fcb ._cf [_bfa ];_bdf :=uint32 (1);var _fdc int ;for ;;_fdc ++{if _cg [_fdc ]._c <=_gfbf &&_cg [_fdc ]._bg >=_gfbf {break ;};};if _gfbf < 0{_gfbf =-_gfbf ;};_gfbf -=int (_cg [_fdc ]._de );_cge :=_cg [_fdc ]._dc ;for _cd :=uint8 (0);_cd < _cg [_fdc ]._fe ; -_cd ++{_bda :=_cge &1;if _ac :=_fcb .encodeBit (_cfff ,_bdf ,_bda );_ac !=nil {return _d .Wrap (_ac ,_deac ,"");};_cge >>=1;if _bdf &0x100> 0{_bdf =(((_bdf <<1)|uint32 (_bda ))&0x1ff)|0x100;}else {_bdf =(_bdf <<1)|uint32 (_bda );};};_gfbf <<=32-_cg [_fdc ]._bge ; -for _aab :=uint8 (0);_aab < _cg [_fdc ]._bge ;_aab ++{_df :=uint8 ((uint32 (_gfbf )&0x80000000)>>31);if _eee :=_fcb .encodeBit (_cfff ,_bdf ,_df );_eee !=nil {return _d .Wrap (_eee ,_deac ,"\u006d\u006f\u0076\u0065 \u0064\u0061\u0074\u0061\u0020\u0074\u006f\u0020\u0074\u0068e\u0020t\u006f\u0070\u0020\u006f\u0066\u0020\u0077o\u0072\u0064"); -};_gfbf <<=1;if _bdf &0x100!=0{_bdf =(((_bdf <<1)|uint32 (_df ))&0x1ff)|0x100;}else {_bdf =(_bdf <<1)|uint32 (_df );};};return nil ;};func (_fgd *Encoder )codeLPS (_gcfb *codingContext ,_eba uint32 ,_cef uint16 ,_cefc byte ){_fgd ._ef -=_cef ;if _fgd ._ef < _cef {_fgd ._ff +=uint32 (_cef ); -}else {_fgd ._ef =_cef ;};if _gbg [_cefc ]._bdfd ==1{_gcfb .flipMps (_eba );};_gcfb ._ec [_eba ]=_gbg [_cefc ]._eefb ;_fgd .renormalize ();};func (_ebe *Encoder )lBlock (){if _ebe ._dea >=0{_ebe .emit ();};_ebe ._dea ++;_ebe ._ea =uint8 (_ebe ._ff >>19); -_ebe ._ff &=0x7ffff;_ebe ._bb =8;};func (_gfa *Encoder )encodeBit (_ebb *codingContext ,_gcd uint32 ,_eabe uint8 )error {const _gbbc ="\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0065\u006e\u0063\u006fd\u0065\u0042\u0069\u0074";_gfa ._dbc ++;if _gcd >=uint32 (len (_ebb ._ec )){return _d .Errorf (_gbbc ,"\u0061r\u0069\u0074h\u006d\u0065\u0074i\u0063\u0020\u0065\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0074\u0078\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0027\u0025\u0064\u0027",_gcd ); -};_ecd :=_ebb ._ec [_gcd ];_bgcc :=_ebb .mps (_gcd );_fafc :=_gbg [_ecd ]._fbbf ;_b .Log .Trace ("\u0045\u0043\u003a\u0020\u0025d\u0009\u0020D\u003a\u0020\u0025d\u0009\u0020\u0049\u003a\u0020\u0025d\u0009\u0020\u004dPS\u003a \u0025\u0064\u0009\u0020\u0051\u0045\u003a \u0025\u0030\u0034\u0058\u0009\u0020\u0020\u0041\u003a\u0020\u0025\u0030\u0034\u0058\u0009\u0020\u0043\u003a %\u0030\u0038\u0058\u0009\u0020\u0043\u0054\u003a\u0020\u0025\u0064\u0009\u0020\u0042\u003a\u0020\u0025\u0030\u0032\u0058\u0009\u0020\u0042\u0050\u003a\u0020\u0025\u0064",_gfa ._dbc ,_eabe ,_ecd ,_bgcc ,_fafc ,_gfa ._ef ,_gfa ._ff ,_gfa ._bb ,_gfa ._ea ,_gfa ._dea ); -if _eabe ==0{_gfa .code0 (_ebb ,_gcd ,_fafc ,_ecd );}else {_gfa .code1 (_ebb ,_gcd ,_fafc ,_ecd );};return nil ;};func (_aeg *Encoder )code1 (_dce *codingContext ,_afdg uint32 ,_gfb uint16 ,_dbca byte ){if _dce .mps (_afdg )==1{_aeg .codeMPS (_dce ,_afdg ,_gfb ,_dbca ); -}else {_aeg .codeLPS (_dce ,_afdg ,_gfb ,_dbca );};};func (_efd *Encoder )EncodeIAID (symbolCodeLength ,value int )(_cff error ){_b .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0049A\u0049\u0044\u002e S\u0079\u006d\u0062\u006f\u006c\u0043o\u0064\u0065\u004c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002c \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",symbolCodeLength ,value ); -if _cff =_efd .encodeIAID (symbolCodeLength ,value );_cff !=nil {return _d .Wrap (_cff ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u0041\u0049\u0044","");};return nil ;};const (IAAI Class =iota ;IADH ;IADS ;IADT ;IADW ;IAEX ;IAFS ;IAIT ;IARDH ;IARDW ; -IARDX ;IARDY ;IARI ;); \ No newline at end of file +package arithmetic ;import (_e "bytes";_aa "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_c "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_a "io";);func (_eag *Encoder )encodeOOB (_ced Class )error {_gfe :=_eag ._dd [_ced ]; +_aegc :=_eag .encodeBit (_gfe ,1,1);if _aegc !=nil {return _aegc ;};_aegc =_eag .encodeBit (_gfe ,3,0);if _aegc !=nil {return _aegc ;};_aegc =_eag .encodeBit (_gfe ,6,0);if _aegc !=nil {return _aegc ;};_aegc =_eag .encodeBit (_gfe ,12,0);if _aegc !=nil {return _aegc ; +};return nil ;};func (_cfe *Encoder )Reset (){_cfe ._b =0x8000;_cfe ._da =0;_cfe ._gc =12;_cfe ._ggg =-1;_cfe ._bc =0;_cfe ._ba =nil ;_cfe ._aeg =_fe (_ece );};func (_aab *codingContext )mps (_ef uint32 )int {return int (_aab ._ecg [_ef ])};func _fe (_gd int )*codingContext {return &codingContext {_gg :make ([]byte ,_gd ),_ecg :make ([]byte ,_gd )}; +};func (_abd *Encoder )emit (){if _abd ._fa ==_bfb {_abd ._ee =append (_abd ._ee ,_abd ._fb );_abd ._fb =make ([]byte ,_bfb );_abd ._fa =0;};_abd ._fb [_abd ._fa ]=_abd ._bc ;_abd ._fa ++;};func (_geb *Encoder )Refine (iTemp ,iTarget *_d .Bitmap ,ox ,oy int )error {for _fc :=0; +_fc < iTarget .Height ;_fc ++{var _bcf int ;_fed :=_fc +oy ;var (_dfb ,_bd ,_af ,_gf ,_ada uint16 ;_dcd ,_edf ,_edag ,_gge ,_gde byte ;);if _fed >=1&&(_fed -1)< iTemp .Height {_dcd =iTemp .Data [(_fed -1)*iTemp .RowStride ];};if _fed >=0&&_fed < iTemp .Height {_edf =iTemp .Data [_fed *iTemp .RowStride ]; +};if _fed >=-1&&_fed +1< iTemp .Height {_edag =iTemp .Data [(_fed +1)*iTemp .RowStride ];};if _fc >=1{_gge =iTarget .Data [(_fc -1)*iTarget .RowStride ];};_gde =iTarget .Data [_fc *iTarget .RowStride ];_ged :=uint (6+ox );_dfb =uint16 (_dcd >>_ged );_bd =uint16 (_edf >>_ged ); +_af =uint16 (_edag >>_ged );_gf =uint16 (_gge >>6);_eg :=uint (2-ox );_dcd <<=_eg ;_edf <<=_eg ;_edag <<=_eg ;_gge <<=2;for _bcf =0;_bcf < iTarget .Width ;_bcf ++{_abg :=(_dfb <<10)|(_bd <<7)|(_af <<4)|(_gf <<1)|_ada ;_egg :=_gde >>7;_ffb :=_geb .encodeBit (_geb ._aeg ,uint32 (_abg ),_egg ); +if _ffb !=nil {return _ffb ;};_dfb <<=1;_bd <<=1;_af <<=1;_gf <<=1;_dfb |=uint16 (_dcd >>7);_bd |=uint16 (_edf >>7);_af |=uint16 (_edag >>7);_gf |=uint16 (_gge >>7);_ada =uint16 (_egg );_gcf :=_bcf %8;_ag :=_bcf /8+1;if _gcf ==5+ox {_dcd ,_edf ,_edag =0,0,0; +if _ag < iTemp .RowStride &&_fed >=1&&(_fed -1)< iTemp .Height {_dcd =iTemp .Data [(_fed -1)*iTemp .RowStride +_ag ];};if _ag < iTemp .RowStride &&_fed >=0&&_fed < iTemp .Height {_edf =iTemp .Data [_fed *iTemp .RowStride +_ag ];};if _ag < iTemp .RowStride &&_fed >=-1&&(_fed +1)< iTemp .Height {_edag =iTemp .Data [(_fed +1)*iTemp .RowStride +_ag ]; +};}else {_dcd <<=1;_edf <<=1;_edag <<=1;};if _gcf ==5&&_fc >=1{_gge =0;if _ag < iTarget .RowStride {_gge =iTarget .Data [(_fc -1)*iTarget .RowStride +_ag ];};}else {_gge <<=1;};if _gcf ==7{_gde =0;if _ag < iTarget .RowStride {_gde =iTarget .Data [_fc *iTarget .RowStride +_ag ]; +};}else {_gde <<=1;};_dfb &=7;_bd &=7;_af &=7;_gf &=7;};};return nil ;};func (_eaf *Encoder )Flush (){_eaf ._fa =0;_eaf ._ee =nil ;_eaf ._ggg =-1};var _bag =[]state {{0x5601,1,1,1},{0x3401,2,6,0},{0x1801,3,9,0},{0x0AC1,4,12,0},{0x0521,5,29,0},{0x0221,38,33,0},{0x5601,7,6,1},{0x5401,8,14,0},{0x4801,9,14,0},{0x3801,10,14,0},{0x3001,11,17,0},{0x2401,12,18,0},{0x1C01,13,20,0},{0x1601,29,21,0},{0x5601,15,14,1},{0x5401,16,14,0},{0x5101,17,15,0},{0x4801,18,16,0},{0x3801,19,17,0},{0x3401,20,18,0},{0x3001,21,19,0},{0x2801,22,19,0},{0x2401,23,20,0},{0x2201,24,21,0},{0x1C01,25,22,0},{0x1801,26,23,0},{0x1601,27,24,0},{0x1401,28,25,0},{0x1201,29,26,0},{0x1101,30,27,0},{0x0AC1,31,28,0},{0x09C1,32,29,0},{0x08A1,33,30,0},{0x0521,34,31,0},{0x0441,35,32,0},{0x02A1,36,33,0},{0x0221,37,34,0},{0x0141,38,35,0},{0x0111,39,36,0},{0x0085,40,37,0},{0x0049,41,38,0},{0x0025,42,39,0},{0x0015,43,40,0},{0x0009,44,41,0},{0x0005,45,42,0},{0x0001,45,43,0},{0x5601,46,46,0}}; +func New ()*Encoder {_de :=&Encoder {};_de .Init ();return _de };func (_eda *Encoder )EncodeIAID (symbolCodeLength ,value int )(_ea error ){_aa .Log .Trace ("\u0045\u006e\u0063\u006f\u0064\u0065\u0020\u0049A\u0049\u0044\u002e S\u0079\u006d\u0062\u006f\u006c\u0043o\u0064\u0065\u004c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u002c \u0056\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",symbolCodeLength ,value ); +if _ea =_eda .encodeIAID (symbolCodeLength ,value );_ea !=nil {return _c .Wrap (_ea ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u0041\u0049\u0044","");};return nil ;};func (_cea *Encoder )EncodeBitmap (bm *_d .Bitmap ,duplicateLineRemoval bool )error {_aa .Log .Trace ("\u0045n\u0063\u006f\u0064\u0065 \u0042\u0069\u0074\u006d\u0061p\u0020[\u0025d\u0078\u0025\u0064\u005d\u002c\u0020\u0025s",bm .Width ,bm .Height ,bm ); +var (_bce ,_bcg uint8 ;_ac ,_gb ,_dg uint16 ;_fac ,_ddg ,_aaca byte ;_ddga ,_ggd ,_cg int ;_bcee ,_dc []byte ;);for _ddge :=0;_ddge < bm .Height ;_ddge ++{_fac ,_ddg =0,0;if _ddge >=2{_fac =bm .Data [(_ddge -2)*bm .RowStride ];};if _ddge >=1{_ddg =bm .Data [(_ddge -1)*bm .RowStride ]; +if duplicateLineRemoval {_ggd =_ddge *bm .RowStride ;_bcee =bm .Data [_ggd :_ggd +bm .RowStride ];_cg =(_ddge -1)*bm .RowStride ;_dc =bm .Data [_cg :_cg +bm .RowStride ];if _e .Equal (_bcee ,_dc ){_bcg =_bce ^1;_bce =1;}else {_bcg =_bce ;_bce =0;};};}; +if duplicateLineRemoval {if _efc :=_cea .encodeBit (_cea ._aeg ,_ab ,_bcg );_efc !=nil {return _efc ;};if _bce !=0{continue ;};};_aaca =bm .Data [_ddge *bm .RowStride ];_ac =uint16 (_fac >>5);_gb =uint16 (_ddg >>4);_fac <<=3;_ddg <<=4;_dg =0;for _ddga =0; +_ddga < bm .Width ;_ddga ++{_faf :=uint32 (_ac <<11|_gb <<4|_dg );_aca :=(_aaca &0x80)>>7;_ecd :=_cea .encodeBit (_cea ._aeg ,_faf ,_aca );if _ecd !=nil {return _ecd ;};_ac <<=1;_gb <<=1;_dg <<=1;_ac |=uint16 ((_fac &0x80)>>7);_gb |=uint16 ((_ddg &0x80)>>7); +_dg |=uint16 (_aca );_gga :=_ddga %8;_cc :=_ddga /8+1;if _gga ==4&&_ddge >=2{_fac =0;if _cc < bm .RowStride {_fac =bm .Data [(_ddge -2)*bm .RowStride +_cc ];};}else {_fac <<=1;};if _gga ==3&&_ddge >=1{_ddg =0;if _cc < bm .RowStride {_ddg =bm .Data [(_ddge -1)*bm .RowStride +_cc ]; +};}else {_ddg <<=1;};if _gga ==7{_aaca =0;if _cc < bm .RowStride {_aaca =bm .Data [_ddge *bm .RowStride +_cc ];};}else {_aaca <<=1;};_ac &=31;_gb &=127;_dg &=15;};};return nil ;};type Class int ;func (_bg *Encoder )WriteTo (w _a .Writer )(int64 ,error ){const _fgd ="\u0045n\u0063o\u0064\u0065\u0072\u002e\u0057\u0072\u0069\u0074\u0065\u0054\u006f"; +var _eaec int64 ;for _fag ,_fcc :=range _bg ._ee {_ega ,_cgd :=w .Write (_fcc );if _cgd !=nil {return 0,_c .Wrapf (_cgd ,_fgd ,"\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0061\u0074\u0020\u0069'\u0074\u0068\u003a\u0020\u0027\u0025\u0064\u0027\u0020\u0063h\u0075\u006e\u006b",_fag ); +};_eaec +=int64 (_ega );};_bg ._fb =_bg ._fb [:_bg ._fa ];_db ,_eee :=w .Write (_bg ._fb );if _eee !=nil {return 0,_c .Wrap (_eee ,_fgd ,"\u0062u\u0066f\u0065\u0072\u0065\u0064\u0020\u0063\u0068\u0075\u006e\u006b\u0073");};_eaec +=int64 (_db );return _eaec ,nil ; +};func (_gaa *Encoder )flush (){_gaa .setBits ();_gaa ._da <<=_gaa ._gc ;_gaa .byteOut ();_gaa ._da <<=_gaa ._gc ;_gaa .byteOut ();_gaa .emit ();if _gaa ._bc !=0xff{_gaa ._ggg ++;_gaa ._bc =0xff;_gaa .emit ();};_gaa ._ggg ++;_gaa ._bc =0xac;_gaa ._ggg ++; +_gaa .emit ();};func (_dgc *Encoder )dataSize ()int {return _bfb *len (_dgc ._ee )+_dgc ._fa };func (_cfc *Encoder )codeMPS (_ade *codingContext ,_bf uint32 ,_abf uint16 ,_gbg byte ){_cfc ._b -=_abf ;if _cfc ._b &0x8000!=0{_cfc ._da +=uint32 (_abf );return ; +};if _cfc ._b < _abf {_cfc ._b =_abf ;}else {_cfc ._da +=uint32 (_abf );};_ade ._gg [_bf ]=_bag [_gbg ]._ecc ;_cfc .renormalize ();};const _ab =0x9b25;func (_gfc *Encoder )encodeBit (_feg *codingContext ,_bgg uint32 ,_fef uint8 )error {const _bbe ="\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0065\u006e\u0063\u006fd\u0065\u0042\u0069\u0074"; +_gfc ._ecb ++;if _bgg >=uint32 (len (_feg ._gg )){return _c .Errorf (_bbe ,"\u0061r\u0069\u0074h\u006d\u0065\u0074i\u0063\u0020\u0065\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0074\u0078\u0020\u006e\u0075m\u0062\u0065\u0072\u003a\u0020\u0027\u0025\u0064\u0027",_bgg ); +};_bceg :=_feg ._gg [_bgg ];_fd :=_feg .mps (_bgg );_baea :=_bag [_bceg ]._egac ;_aa .Log .Trace ("\u0045\u0043\u003a\u0020\u0025d\u0009\u0020D\u003a\u0020\u0025d\u0009\u0020\u0049\u003a\u0020\u0025d\u0009\u0020\u004dPS\u003a \u0025\u0064\u0009\u0020\u0051\u0045\u003a \u0025\u0030\u0034\u0058\u0009\u0020\u0020\u0041\u003a\u0020\u0025\u0030\u0034\u0058\u0009\u0020\u0043\u003a %\u0030\u0038\u0058\u0009\u0020\u0043\u0054\u003a\u0020\u0025\u0064\u0009\u0020\u0042\u003a\u0020\u0025\u0030\u0032\u0058\u0009\u0020\u0042\u0050\u003a\u0020\u0025\u0064",_gfc ._ecb ,_fef ,_bceg ,_fd ,_baea ,_gfc ._b ,_gfc ._da ,_gfc ._gc ,_gfc ._bc ,_gfc ._ggg ); +if _fef ==0{_gfc .code0 (_feg ,_bgg ,_baea ,_bceg );}else {_gfc .code1 (_feg ,_bgg ,_baea ,_bceg );};return nil ;};func (_bab *Encoder )code1 (_ebb *codingContext ,_gbb uint32 ,_cfg uint16 ,_bb byte ){if _ebb .mps (_gbb )==1{_bab .codeMPS (_ebb ,_gbb ,_cfg ,_bb ); +}else {_bab .codeLPS (_ebb ,_gbb ,_cfg ,_bb );};};func (_ad Class )String ()string {switch _ad {case IAAI :return "\u0049\u0041\u0041\u0049";case IADH :return "\u0049\u0041\u0044\u0048";case IADS :return "\u0049\u0041\u0044\u0053";case IADT :return "\u0049\u0041\u0044\u0054"; +case IADW :return "\u0049\u0041\u0044\u0057";case IAEX :return "\u0049\u0041\u0045\u0058";case IAFS :return "\u0049\u0041\u0046\u0053";case IAIT :return "\u0049\u0041\u0049\u0054";case IARDH :return "\u0049\u0041\u0052D\u0048";case IARDW :return "\u0049\u0041\u0052D\u0057"; +case IARDX :return "\u0049\u0041\u0052D\u0058";case IARDY :return "\u0049\u0041\u0052D\u0059";case IARI :return "\u0049\u0041\u0052\u0049";default:return "\u0055N\u004b\u004e\u004f\u0057\u004e";};};func (_ga *Encoder )DataSize ()int {return _ga .dataSize ()}; +type Encoder struct{_da uint32 ;_b uint16 ;_gc ,_bc uint8 ;_ggg int ;_ecb int ;_ee [][]byte ;_fb []byte ;_fa int ;_aeg *codingContext ;_dd [13]*codingContext ;_ba *codingContext ;};var _ _a .WriterTo =&Encoder {};func (_edff *Encoder )encodeIAID (_dgd ,_gcc int )error {if _edff ._ba ==nil {_edff ._ba =_fe (1<>31);if _dgdc :=_edff .encodeBit (_edff ._ba ,_cga ,_gbd );_dgdc !=nil {return _dgdc ; +};_cdb =(_cdb <<1)|uint32 (_gbd );_gcc <<=1;};return nil ;};func (_daf *Encoder )codeLPS (_ecda *codingContext ,_bcggd uint32 ,_ddgg uint16 ,_ceae byte ){_daf ._b -=_ddgg ;if _daf ._b < _ddgg {_daf ._da +=uint32 (_ddgg );}else {_daf ._b =_ddgg ;};if _bag [_ceae ]._cb ==1{_ecda .flipMps (_bcggd ); +};_ecda ._gg [_bcggd ]=_bag [_ceae ]._dcf ;_daf .renormalize ();};type intEncRangeS struct{_ce ,_ed int ;_aac ,_ae uint8 ;_f uint16 ;_ec uint8 ;};func (_fg *Encoder )EncodeInteger (proc Class ,value int )(_cf error ){_aa .Log .Trace ("\u0045\u006eco\u0064\u0065\u0020I\u006e\u0074\u0065\u0067er:\u0027%d\u0027\u0020\u0077\u0069\u0074\u0068\u0020Cl\u0061\u0073\u0073\u003a\u0020\u0027\u0025s\u0027",value ,proc ); +if _cf =_fg .encodeInteger (proc ,value );_cf !=nil {return _c .Wrap (_cf ,"\u0045\u006e\u0063\u006f\u0064\u0065\u0049\u006e\u0074\u0065\u0067\u0065\u0072","");};return nil ;};func (_beg *Encoder )lBlock (){if _beg ._ggg >=0{_beg .emit ();};_beg ._ggg ++; +_beg ._bc =uint8 (_beg ._da >>19);_beg ._da &=0x7ffff;_beg ._gc =8;};var _ff =[]intEncRangeS {{0,3,0,2,0,2},{-1,-1,9,4,0,0},{-3,-2,5,3,2,1},{4,19,2,3,4,4},{-19,-4,3,3,4,4},{20,83,6,4,20,6},{-83,-20,7,4,20,6},{84,339,14,5,84,8},{-339,-84,15,5,84,8},{340,4435,30,6,340,12},{-4435,-340,31,6,340,12},{4436,2000000000,62,6,4436,32},{-2000000000,-4436,63,6,4436,32}}; +type state struct{_egac uint16 ;_ecc ,_dcf uint8 ;_cb uint8 ;};func (_bcgg *Encoder )byteOut (){if _bcgg ._bc ==0xff{_bcgg .rBlock ();return ;};if _bcgg ._da < 0x8000000{_bcgg .lBlock ();return ;};_bcgg ._bc ++;if _bcgg ._bc !=0xff{_bcgg .lBlock ();return ; +};_bcgg ._da &=0x7ffffff;_bcgg .rBlock ();};func (_dag *Encoder )rBlock (){if _dag ._ggg >=0{_dag .emit ();};_dag ._ggg ++;_dag ._bc =uint8 (_dag ._da >>20);_dag ._da &=0xfffff;_dag ._gc =7;};func (_bgb *Encoder )renormalize (){for {_bgb ._b <<=1;_bgb ._da <<=1; +_bgb ._gc --;if _bgb ._gc ==0{_bgb .byteOut ();};if (_bgb ._b &0x8000)!=0{break ;};};};func (_ge *Encoder )Init (){_ge ._aeg =_fe (_ece );_ge ._b =0x8000;_ge ._da =0;_ge ._gc =12;_ge ._ggg =-1;_ge ._bc =0;_ge ._fa =0;_ge ._fb =make ([]byte ,_bfb );for _aef :=0; +_aef < len (_ge ._dd );_aef ++{_ge ._dd [_aef ]=_fe (512);};_ge ._ba =nil ;};type codingContext struct{_gg []byte ;_ecg []byte ;};const (IAAI Class =iota ;IADH ;IADS ;IADT ;IADW ;IAEX ;IAFS ;IAIT ;IARDH ;IARDW ;IARDX ;IARDY ;IARI ;);func (_eae *Encoder )EncodeOOB (proc Class )(_bae error ){_aa .Log .Trace ("E\u006e\u0063\u006f\u0064\u0065\u0020O\u004f\u0042\u0020\u0077\u0069\u0074\u0068\u0020\u0043l\u0061\u0073\u0073:\u0020'\u0025\u0073\u0027",proc ); +if _bae =_eae .encodeOOB (proc );_bae !=nil {return _c .Wrap (_bae ,"\u0045n\u0063\u006f\u0064\u0065\u004f\u004fB","");};return nil ;};func (_df *codingContext )flipMps (_adc uint32 ){_df ._ecg [_adc ]=1-_df ._ecg [_adc ]};const (_ece =65536;_bfb =20*1024; +);func (_cgdf *Encoder )setBits (){_gec :=_cgdf ._da +uint32 (_cgdf ._b );_cgdf ._da |=0xffff;if _cgdf ._da >=_gec {_cgdf ._da -=0x8000;};};func (_acad *Encoder )Final (){_acad .flush ()};func (_egge *Encoder )encodeInteger (_agf Class ,_adef int )error {const _bba ="E\u006e\u0063\u006f\u0064er\u002ee\u006e\u0063\u006f\u0064\u0065I\u006e\u0074\u0065\u0067\u0065\u0072"; +if _adef > 2000000000||_adef < -2000000000{return _c .Errorf (_bba ,"\u0061\u0072\u0069\u0074\u0068\u006d\u0065\u0074i\u0063\u0020\u0065nc\u006f\u0064\u0065\u0072\u0020\u002d \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u003a\u0020\u0027%\u0064\u0027",_adef ); +};_agc :=_egge ._dd [_agf ];_bbed :=uint32 (1);var _ccf int ;for ;;_ccf ++{if _ff [_ccf ]._ce <=_adef &&_ff [_ccf ]._ed >=_adef {break ;};};if _adef < 0{_adef =-_adef ;};_adef -=int (_ff [_ccf ]._f );_cca :=_ff [_ccf ]._aac ;for _bff :=uint8 (0);_bff < _ff [_ccf ]._ae ; +_bff ++{_fff :=_cca &1;if _dfg :=_egge .encodeBit (_agc ,_bbed ,_fff );_dfg !=nil {return _c .Wrap (_dfg ,_bba ,"");};_cca >>=1;if _bbed &0x100> 0{_bbed =(((_bbed <<1)|uint32 (_fff ))&0x1ff)|0x100;}else {_bbed =(_bbed <<1)|uint32 (_fff );};};_adef <<=32-_ff [_ccf ]._ec ; +for _ccad :=uint8 (0);_ccad < _ff [_ccf ]._ec ;_ccad ++{_afe :=uint8 ((uint32 (_adef )&0x80000000)>>31);if _bcc :=_egge .encodeBit (_agc ,_bbed ,_afe );_bcc !=nil {return _c .Wrap (_bcc ,_bba ,"\u006d\u006f\u0076\u0065 \u0064\u0061\u0074\u0061\u0020\u0074\u006f\u0020\u0074\u0068e\u0020t\u006f\u0070\u0020\u006f\u0066\u0020\u0077o\u0072\u0064"); +};_adef <<=1;if _bbed &0x100!=0{_bbed =(((_bbed <<1)|uint32 (_afe ))&0x1ff)|0x100;}else {_bbed =(_bbed <<1)|uint32 (_afe );};};return nil ;};func (_ca *Encoder )code0 (_cce *codingContext ,_be uint32 ,_deg uint16 ,_cd byte ){if _cce .mps (_be )==0{_ca .codeMPS (_cce ,_be ,_deg ,_cd ); +}else {_ca .codeLPS (_cce ,_be ,_deg ,_cd );};}; \ No newline at end of file diff --git a/internal/jbig2/encoder/classer/classer.go b/internal/jbig2/encoder/classer/classer.go index 5bf82808c..9b939535b 100644 --- a/internal/jbig2/encoder/classer/classer.go +++ b/internal/jbig2/encoder/classer/classer.go @@ -9,102 +9,103 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package classer ;import (_e "github.com/unidoc/unipdf/v3/common";_cb "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_eg "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_fe "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_f "image";_c "math"; -);type Settings struct{MaxCompWidth int ;MaxCompHeight int ;SizeHaus int ;RankHaus float64 ;Thresh float64 ;WeightFactor float64 ;KeepClassInstances bool ;Components _eg .Component ;Method Method ;};func (_dff *Classer )classifyRankHaus (_ecg *_eg .Boxes ,_daaf *_eg .Bitmaps ,_geg int )error {const _dgc ="\u0063\u006ca\u0073\u0073\u0069f\u0079\u0052\u0061\u006e\u006b\u0048\u0061\u0075\u0073"; -if _ecg ==nil {return _fe .Error (_dgc ,"\u0062\u006fx\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};if _daaf ==nil {return _fe .Error (_dgc ,"\u0070\u0069x\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};_abdc :=len (_daaf .Values );if _abdc ==0{return _fe .Error (_dgc ,"e\u006dp\u0074\u0079\u0020\u006e\u0065\u0077\u0020\u0063o\u006d\u0070\u006f\u006een\u0074\u0073");};_fed :=_daaf .CountPixels ();_daag :=_dff .Settings .SizeHaus ;_db :=_eg .SelCreateBrick (_daag ,_daag ,_daag /2,_daag /2,_eg .SelHit ); -_gegg :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_abdc )};_ced :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_abdc )};var (_cac ,_dgg ,_fcf *_eg .Bitmap ;_abf error ;);for _dba :=0;_dba < _abdc ;_dba ++{_cac ,_abf =_daaf .GetBitmap (_dba );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,""); -};_dgg ,_abf =_cac .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};_fcf ,_abf =_eg .Dilate (nil ,_dgg ,_db );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};_gegg .Values [_abdc ]=_dgg ; -_ced .Values [_abdc ]=_fcf ;};_ffa ,_abf :=_eg .Centroids (_gegg .Values );if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};if _abf =_ffa .Add (_dff .CentroidPoints );_abf !=nil {_e .Log .Trace ("\u004e\u006f\u0020\u0063en\u0074\u0072\u006f\u0069\u0064\u0073\u0020\u0074\u006f\u0020\u0061\u0064\u0064"); -};if _dff .Settings .RankHaus ==1.0{_abf =_dff .classifyRankHouseOne (_ecg ,_daaf ,_gegg ,_ced ,_ffa ,_geg );}else {_abf =_dff .classifyRankHouseNonOne (_ecg ,_daaf ,_gegg ,_ced ,_ffa ,_fed ,_geg );};if _abf !=nil {return _fe .Wrap (_abf ,_dgc ,"");};return nil ; -};type similarTemplatesFinder struct{Classer *Classer ;Width int ;Height int ;Index int ;CurrentNumbers []int ;N int ;};func (_ac *Classer )verifyMethod (_feb Method )error {if _feb !=RankHaus &&_feb !=Correlation {return _fe .Error ("\u0076\u0065\u0072i\u0066\u0079\u004d\u0065\u0074\u0068\u006f\u0064","\u0069\u006e\u0076\u0061li\u0064\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072\u0020\u006d\u0065\u0074\u0068o\u0064"); -};return nil ;};func DefaultSettings ()Settings {_ccg :=&Settings {};_ccg .SetDefault ();return *_ccg };const (MaxDiffWidth =2;MaxDiffHeight =2;);func (_gea *Classer )getULCorners (_dad *_eg .Bitmap ,_ab *_eg .Boxes )error {const _ega ="\u0067\u0065\u0074U\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; -if _dad ==nil {return _fe .Error (_ega ,"\u006e\u0069l\u0020\u0069\u006da\u0067\u0065\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _ab ==nil {return _fe .Error (_ega ,"\u006e\u0069\u006c\u0020\u0062\u006f\u0075\u006e\u0064\u0073");};if _gea .PtaUL ==nil {_gea .PtaUL =&_eg .Points {}; -};_dg :=len (*_ab );var (_gf ,_ga ,_ggb ,_gef int ;_ba ,_ae ,_dcd ,_bf float32 ;_gd error ;_bde *_f .Rectangle ;_fdd *_eg .Bitmap ;_fac _f .Point ;);for _af :=0;_af < _dg ;_af ++{_gf =_gea .BaseIndex +_af ;if _ba ,_ae ,_gd =_gea .CentroidPoints .GetGeometry (_gf ); -_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050o\u0069\u006e\u0074\u0073");};if _ga ,_gd =_gea .ClassIDs .Get (_gf );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u006c\u0061s\u0073\u0049\u0044\u0073\u002e\u0047\u0065\u0074"); -};if _dcd ,_bf ,_gd =_gea .CentroidPointsTemplates .GetGeometry (_ga );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0043\u0065\u006etr\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_facb :=_dcd -_ba ; -_ca :=_bf -_ae ;if _facb >=0{_ggb =int (_facb +0.5);}else {_ggb =int (_facb -0.5);};if _ca >=0{_gef =int (_ca +0.5);}else {_gef =int (_ca -0.5);};if _bde ,_gd =_ab .Get (_af );_gd !=nil {return _fe .Wrap (_gd ,_ega ,"");};_bc ,_efg :=_bde .Min .X ,_bde .Min .Y ; -_fdd ,_gd =_gea .UndilatedTemplates .GetBitmap (_ga );if _gd !=nil {return _fe .Wrap (_gd ,_ega ,"\u0055\u006e\u0064\u0069\u006c\u0061\u0074\u0065\u0064\u0054e\u006d\u0070\u006c\u0061\u0074\u0065\u0073.\u0047\u0065\u0074\u0028\u0069\u0043\u006c\u0061\u0073\u0073\u0029"); -};_fac ,_gd =_bgc (_dad ,_bc ,_efg ,_ggb ,_gef ,_fdd );if _gd !=nil {return _fe .Wrap (_gd ,_ega ,"");};_gea .PtaUL .AddPoint (float32 (_bc -_ggb +_fac .X ),float32 (_efg -_gef +_fac .Y ));};return nil ;};type Classer struct{BaseIndex int ;Settings Settings ; -ComponentsNumber *_cb .IntSlice ;TemplateAreas *_cb .IntSlice ;Widths map[int ]int ;Heights map[int ]int ;NumberOfClasses int ;ClassInstances *_eg .BitmapsArray ;UndilatedTemplates *_eg .Bitmaps ;DilatedTemplates *_eg .Bitmaps ;TemplatesSize _cb .IntsMap ; -FgTemplates *_cb .NumSlice ;CentroidPoints *_eg .Points ;CentroidPointsTemplates *_eg .Points ;ClassIDs *_cb .IntSlice ;ComponentPageNumbers *_cb .IntSlice ;PtaUL *_eg .Points ;PtaLL *_eg .Points ;};func (_gad *Classer )classifyCorrelation (_dfg *_eg .Boxes ,_gefa *_eg .Bitmaps ,_bfb int )error {const _fb ="\u0063\u006c\u0061\u0073si\u0066\u0079\u0043\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e"; -if _dfg ==nil {return _fe .Error (_fb ,"\u006e\u0065\u0077\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062o\u0078\u0065\u0073\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064"); -};if _gefa ==nil {return _fe .Error (_fb ,"\u006e\u0065wC\u006f\u006d\u0070o\u006e\u0065\u006e\u0074s b\u0069tm\u0061\u0070\u0020\u0061\u0072\u0072\u0061y \u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_daf :=len (_gefa .Values );if _daf ==0{_e .Log .Debug ("\u0063l\u0061\u0073s\u0069\u0066\u0079C\u006f\u0072\u0072\u0065\u006c\u0061\u0074i\u006f\u006e\u0020\u002d\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0070\u0069\u0078\u0061s\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079"); -return nil ;};var (_ag ,_gdb *_eg .Bitmap ;_fbc error ;);_dda :=&_eg .Bitmaps {Values :make ([]*_eg .Bitmap ,_daf )};for _fc ,_gc :=range _gefa .Values {_gdb ,_fbc =_gc .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _fbc !=nil {return _fe .Wrap (_fbc ,_fb ,""); -};_dda .Values [_fc ]=_gdb ;};_dcg :=_gad .FgTemplates ;_gaca :=_eg .MakePixelSumTab8 ();_cgc :=_eg .MakePixelCentroidTab8 ();_fgg :=make ([]int ,_daf );_agd :=make ([][]int ,_daf );_bge :=_eg .Points (make ([]_eg .Point ,_daf ));_gbe :=&_bge ;var (_bfg ,_ccd int ; -_agc ,_ecd ,_gcb int ;_de ,_dag int ;_ce byte ;);for _bfc ,_afe :=range _dda .Values {_agd [_bfc ]=make ([]int ,_afe .Height );_bfg =0;_ccd =0;_ecd =(_afe .Height -1)*_afe .RowStride ;_agc =0;for _dag =_afe .Height -1;_dag >=0;_dag ,_ecd =_dag -1,_ecd -_afe .RowStride {_agd [_bfc ][_dag ]=_agc ; -_gcb =0;for _de =0;_de < _afe .RowStride ;_de ++{_ce =_afe .Data [_ecd +_de ];_gcb +=_gaca [_ce ];_bfg +=_cgc [_ce ]+_de *8*_gaca [_ce ];};_agc +=_gcb ;_ccd +=_gcb *_dag ;};_fgg [_bfc ]=_agc ;if _agc > 0{(*_gbe )[_bfc ]=_eg .Point {X :float32 (_bfg )/float32 (_agc ),Y :float32 (_ccd )/float32 (_agc )}; -}else {(*_gbe )[_bfc ]=_eg .Point {X :float32 (_afe .Width )/float32 (2),Y :float32 (_afe .Height )/float32 (2)};};};if _fbc =_gad .CentroidPoints .Add (_gbe );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0063\u0065\u006et\u0072\u006f\u0069\u0064\u0020\u0061\u0064\u0064"); -};var (_dcc ,_gee ,_cad int ;_aec float64 ;_be ,_edcb ,_beg ,_ff float32 ;_dca ,_cae _eg .Point ;_abd bool ;_ddb *similarTemplatesFinder ;_gfb int ;_fec *_eg .Bitmap ;_dcag *_f .Rectangle ;_aaf *_eg .Bitmaps ;);for _gfb ,_gdb =range _dda .Values {_gee =_fgg [_gfb ]; -if _be ,_edcb ,_fbc =_gbe .GetGeometry (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0070t\u0061\u0020\u002d\u0020\u0069");};_abd =false ;_ggbg :=len (_gad .UndilatedTemplates .Values );_ddb =_fcef (_gad ,_gdb );for _acc :=_ddb .Next ();_acc > -1; -{if _fec ,_fbc =_gad .UndilatedTemplates .GetBitmap (_acc );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0075\u006e\u0069dl\u0061\u0074\u0065\u0064\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0062\u006d\u0032");};if _cad ,_fbc =_dcg .GetInt (_acc ); -_fbc !=nil {_e .Log .Trace ("\u0046\u0047\u0020T\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u005b\u0069\u0063\u006ca\u0073\u0073\u005d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fbc );};if _beg ,_ff ,_fbc =_gad .CentroidPointsTemplates .GetGeometry (_acc ); -_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074T\u0065\u006d\u0070\u006c\u0061\u0074e\u0073\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u00782\u002c\u0079\u0032\u0020"); -};if _gad .Settings .WeightFactor > 0.0{if _dcc ,_fbc =_gad .TemplateAreas .Get (_acc );_fbc !=nil {_e .Log .Trace ("\u0054\u0065\u006dp\u006c\u0061\u0074\u0065A\u0072\u0065\u0061\u0073\u005b\u0069\u0063l\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0061\u0072\u0065\u0061\u0020\u0025\u0076",_fbc ); -};_aec =_gad .Settings .Thresh +(1.0-_gad .Settings .Thresh )*_gad .Settings .WeightFactor *float64 (_cad )/float64 (_dcc );}else {_aec =_gad .Settings .Thresh ;};_fee ,_aff :=_eg .CorrelationScoreThresholded (_gdb ,_fec ,_gee ,_cad ,_dca .X -_cae .X ,_dca .Y -_cae .Y ,MaxDiffWidth ,MaxDiffHeight ,_gaca ,_agd [_gfb ],float32 (_aec )); -if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"");};if _bff {var (_gfe ,_fgge float64 ;_edbe ,_ecc int ;);_gfe ,_aff =_eg .CorrelationScore (_gdb ,_fec ,_gee ,_cad ,_be -_beg ,_edcb -_ff ,MaxDiffWidth ,MaxDiffHeight ,_gaca );if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); -};_fgge ,_aff =_eg .CorrelationScoreSimple (_gdb ,_fec ,_gee ,_cad ,_be -_beg ,_edcb -_ff ,MaxDiffWidth ,MaxDiffHeight ,_gaca );if _aff !=nil {return _fe .Wrap (_aff ,_fb ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); -};_edbe =int (_c .Sqrt (_gfe *float64 (_gee )*float64 (_cad )));_ecc =int (_c .Sqrt (_fgge *float64 (_gee )*float64 (_cad )));if (_gfe >=_aec )!=(_fgge >=_aec ){return _fe .Errorf (_fb ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u006f\u0072\u0065\u0020\u006d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020-\u0020\u0025d\u0028\u00250\u002e\u0034\u0066\u002c\u0020\u0025\u0076\u0029\u0020\u0076\u0073\u0020\u0025d(\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0076)\u0020\u0025\u0030\u002e\u0034\u0066",_edbe ,_gfe ,_gfe >=_aec ,_ecc ,_fgge ,_fgge >=_aec ,_gfe -_fgge ); -};if _gfe >=_aec !=_fee {return _fe .Errorf (_fb ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043o\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e \u0073\u0063\u006f\u0072\u0065 \u004d\u0069\u0073\u006d\u0061t\u0063\u0068 \u0062\u0065\u0074w\u0065\u0065\u006e\u0020\u0063\u006frr\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020/\u0020\u0074\u0068\u0072\u0065s\u0068\u006f\u006c\u0064\u002e\u0020\u0043\u006f\u006dpa\u0072\u0069\u0073\u006f\u006e:\u0020\u0025\u0030\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0064\u0029\u0020\u003e\u003d\u0020\u00250\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u0029\u0020\u0076\u0073\u0020\u0025\u0076",_gfe ,_gfe *float64 (_gee )*float64 (_cad ),_edbe ,_aec ,float32 (_aec )*float32 (_gee )*float32 (_cad ),_fee ); -};};if _fee {_abd =true ;if _aff =_gad .ClassIDs .Add (_acc );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064");};if _aff =_gad .ComponentPageNumbers .Add (_bfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064"); -};if _gad .Settings .KeepClassInstances {if _ag ,_aff =_gefa .GetBitmap (_gfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u004b\u0065\u0065\u0070Cl\u0061\u0073\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u002d \u0069");};if _aaf ,_aff =_gad .ClassInstances .GetBitmaps (_acc ); -_aff !=nil {return _fe .Wrap (_aff ,_fb ,"K\u0065\u0065\u0070\u0043\u006c\u0061s\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065s\u0020\u002d\u0020i\u0043l\u0061\u0073\u0073");};_aaf .AddBitmap (_ag );if _dcag ,_aff =_dfg .Get (_gfb );_aff !=nil {return _fe .Wrap (_aff ,_fb ,"\u004be\u0065p\u0043\u006c\u0061\u0073\u0073I\u006e\u0073t\u0061\u006e\u0063\u0065\u0073"); -};_aaf .AddBox (_dcag );};break ;};};if !_abd {if _fbc =_gad .ClassIDs .Add (_ggbg );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _fbc =_gad .ComponentPageNumbers .Add (_bfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_aaf =&_eg .Bitmaps {};if _ag ,_fbc =_gefa .GetBitmap (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_aaf .AddBitmap (_ag );_acb ,_geae :=_ag .Width ,_ag .Height ;_cda :=uint64 (_geae )*uint64 (_acb );_gad .TemplatesSize .Add (_cda ,_ggbg ); -if _dcag ,_fbc =_dfg .Get (_gfb );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_aaf .AddBox (_dcag );_gad .ClassInstances .AddBitmaps (_aaf );_gad .CentroidPointsTemplates .AddPoint (_be ,_edcb );_gad .FgTemplates .AddInt (_gee ); -_gad .UndilatedTemplates .AddBitmap (_ag );_dcc =(_gdb .Width -2*JbAddedPixels )*(_gdb .Height -2*JbAddedPixels );if _fbc =_gad .TemplateAreas .Add (_dcc );_fbc !=nil {return _fe .Wrap (_fbc ,_fb ,"\u0021\u0066\u006f\u0075\u006e\u0064");};};};_gad .NumberOfClasses =len (_gad .UndilatedTemplates .Values ); -return nil ;};func _fcef (_eac *Classer ,_gbf *_eg .Bitmap )*similarTemplatesFinder {return &similarTemplatesFinder {Width :_gbf .Width ,Height :_gbf .Height ,Classer :_eac };};var TwoByTwoWalk =[]int {0,0,0,1,-1,0,0,-1,1,0,-1,1,1,1,-1,-1,1,-1,0,-2,2,0,0,2,-2,0,-1,-2,1,-2,2,-1,2,1,1,2,-1,2,-2,1,-2,-1,-2,-2,2,-2,2,2,-2,2}; -func (_eef *Settings )SetDefault (){if _eef .MaxCompWidth ==0{switch _eef .Components {case _eg .ComponentConn :_eef .MaxCompWidth =MaxConnCompWidth ;case _eg .ComponentCharacters :_eef .MaxCompWidth =MaxCharCompWidth ;case _eg .ComponentWords :_eef .MaxCompWidth =MaxWordCompWidth ; -};};if _eef .MaxCompHeight ==0{_eef .MaxCompHeight =MaxCompHeight ;};if _eef .Thresh ==0.0{_eef .Thresh =0.9;};if _eef .WeightFactor ==0.0{_eef .WeightFactor =0.75;};if _eef .RankHaus ==0.0{_eef .RankHaus =0.97;};if _eef .SizeHaus ==0{_eef .SizeHaus =2; -};};func (_cff *Classer )classifyRankHouseOne (_dab *_eg .Boxes ,_abe ,_gaa ,_ecdd *_eg .Bitmaps ,_begd *_eg .Points ,_ccc int )(_gdg error ){const _add ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; -var (_fad ,_edbd ,_ada ,_dcdd float32 ;_cfa int ;_cacd ,_acg ,_ecb ,_eag ,_agb *_eg .Bitmap ;_dfa ,_aecf bool ;);for _caf :=0;_caf < len (_abe .Values );_caf ++{_acg =_gaa .Values [_caf ];_ecb =_ecdd .Values [_caf ];_fad ,_edbd ,_gdg =_begd .GetGeometry (_caf ); -if _gdg !=nil {return _fe .Wrapf (_gdg ,_add ,"\u0066\u0069\u0072\u0073\u0074\u0020\u0067\u0065\u006fm\u0065\u0074\u0072\u0079");};_gga :=len (_cff .UndilatedTemplates .Values );_dfa =false ;_dagf :=_fcef (_cff ,_acg );for _cfa =_dagf .Next ();_cfa > -1; -{_eag ,_gdg =_cff .UndilatedTemplates .GetBitmap (_cfa );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0062\u006d\u0033");};_agb ,_gdg =_cff .DilatedTemplates .GetBitmap (_cfa );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0062\u006d\u0034");};_ada ,_dcdd ,_gdg =_cff .CentroidPointsTemplates .GetGeometry (_cfa ); -if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0073");};_aecf ,_gdg =_eg .HausTest (_acg ,_ecb ,_eag ,_agb ,_fad -_ada ,_edbd -_dcdd ,MaxDiffWidth ,MaxDiffHeight ); -if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};if _aecf {_dfa =true ;if _gdg =_cff .ClassIDs .Add (_cfa );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};if _gdg =_cff .ComponentPageNumbers .Add (_ccc );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,""); -};if _cff .Settings .KeepClassInstances {_baa ,_cfg :=_cff .ClassInstances .GetBitmaps (_cfa );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_cacd ,_cfg =_abe .GetBitmap (_caf );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a"); -};_baa .AddBitmap (_cacd );_eaa ,_cfg :=_dab .Get (_caf );if _cfg !=nil {return _fe .Wrap (_cfg ,_add ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_baa .AddBox (_eaa );};break ;};};if !_dfa {if _gdg =_cff .ClassIDs .Add (_gga );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,""); -};if _gdg =_cff .ComponentPageNumbers .Add (_ccc );_gdg !=nil {return _fe .Wrap (_gdg ,_add ,"");};_fea :=&_eg .Bitmaps {};_cacd ,_gdg =_abe .GetBitmap (_caf );if _gdg !=nil {return _fe .Wrap (_gdg ,_add ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_fea .Values =append (_fea .Values ,_cacd ); -_bffe ,_dbd :=_cacd .Width ,_cacd .Height ;_cff .TemplatesSize .Add (uint64 (_dbd )*uint64 (_bffe ),_gga );_ebec ,_efb :=_dab .Get (_caf );if _efb !=nil {return _fe .Wrap (_efb ,_add ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_fea .AddBox (_ebec );_cff .ClassInstances .AddBitmaps (_fea ); -_cff .CentroidPointsTemplates .AddPoint (_fad ,_edbd );_cff .UndilatedTemplates .AddBitmap (_acg );_cff .DilatedTemplates .AddBitmap (_ecb );};};return nil ;};func _bgc (_gec *_eg .Bitmap ,_ace ,_ee ,_ec ,_ecf int ,_bbd *_eg .Bitmap )(_gdc _f .Point ,_fg error ){const _cgg ="\u0066i\u006e\u0061\u006c\u0041l\u0069\u0067\u006e\u006d\u0065n\u0074P\u006fs\u0069\u0074\u0069\u006f\u006e\u0069\u006eg"; -if _gec ==nil {return _gdc ,_fe .Error (_cgg ,"\u0073\u006f\u0075\u0072ce\u0020\u006e\u006f\u0074\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};if _bbd ==nil {return _gdc ,_fe .Error (_cgg ,"t\u0065\u006d\u0070\u006cat\u0065 \u006e\u006f\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064"); -};_eca ,_edb :=_bbd .Width ,_bbd .Height ;_gab ,_ea :=_ace -_ec -JbAddedPixels ,_ee -_ecf -JbAddedPixels ;_e .Log .Trace ("\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0077\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0068\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0078\u003a\u0020\u0027\u0025d'\u002c\u0020\u0062\u0079\u003a\u0020\u0027\u0025\u0064\u0027",_ace ,_ee ,_eca ,_edb ,_gab ,_ea ); -_eae ,_fg :=_eg .Rect (_gab ,_ea ,_eca ,_edb );if _fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_ad ,_ ,_fg :=_gec .ClipRectangle (_eae );if _fg !=nil {_e .Log .Error ("\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069\u0070\u0020\u0072\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u003a\u0020\u0025\u0076",_eae ); -return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_daa :=_eg .New (_ad .Width ,_ad .Height );_dga :=_c .MaxInt32 ;var _cbf ,_cd ,_cdf ,_bdg ,_gecf int ;for _cbf =-1;_cbf <=1;_cbf ++{for _cd =-1;_cd <=1;_cd ++{if _ ,_fg =_eg .Copy (_daa ,_ad );_fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,""); -};if _fg =_daa .RasterOperation (_cd ,_cbf ,_eca ,_edb ,_eg .PixSrcXorDst ,_bbd ,0,0);_fg !=nil {return _gdc ,_fe .Wrap (_fg ,_cgg ,"");};_cdf =_daa .CountPixels ();if _cdf < _dga {_bdg =_cd ;_gecf =_cbf ;_dga =_cdf ;};};};_gdc .X =_bdg ;_gdc .Y =_gecf ; -return _gdc ,nil ;};const JbAddedPixels =6;func (_da *Classer )ComputeLLCorners ()(_ggd error ){const _ef ="\u0043l\u0061\u0073\u0073\u0065\u0072\u002e\u0043\u006f\u006d\u0070\u0075t\u0065\u004c\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073";if _da .PtaUL ==nil {return _fe .Error (_ef ,"\u0055\u004c\u0020\u0043or\u006e\u0065\u0072\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064"); -};_dc :=len (*_da .PtaUL );_da .PtaLL =&_eg .Points {};var (_egf ,_bb float32 ;_a ,_cg int ;_eb *_eg .Bitmap ;);for _cf :=0;_cf < _dc ;_cf ++{_egf ,_bb ,_ggd =_da .PtaUL .GetGeometry (_cf );if _ggd !=nil {_e .Log .Debug ("\u0047e\u0074\u0074\u0069\u006e\u0067\u0020\u0050\u0074\u0061\u0055\u004c \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ggd ); -return _fe .Wrap (_ggd ,_ef ,"\u0050\u0074\u0061\u0055\u004c\u0020\u0047\u0065\u006fm\u0065\u0074\u0072\u0079");};_a ,_ggd =_da .ClassIDs .Get (_cf );if _ggd !=nil {_e .Log .Debug ("\u0047\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0043\u006c\u0061s\u0073\u0049\u0044\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_ggd ); -return _fe .Wrap (_ggd ,_ef ,"\u0043l\u0061\u0073\u0073\u0049\u0044");};_eb ,_ggd =_da .UndilatedTemplates .GetBitmap (_a );if _ggd !=nil {_e .Log .Debug ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0055\u006ed\u0069\u006c\u0061\u0074\u0065\u0064\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ggd ); -return _fe .Wrap (_ggd ,_ef ,"\u0055\u006e\u0064\u0069la\u0074\u0065\u0064\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_cg =_eb .Height ;_da .PtaLL .AddPoint (_egf ,_bb +float32 (_cg ));};return nil ;};func Init (settings Settings )(*Classer ,error ){const _d ="\u0063\u006c\u0061s\u0073\u0065\u0072\u002e\u0049\u006e\u0069\u0074"; -_df :=&Classer {Settings :settings ,Widths :map[int ]int {},Heights :map[int ]int {},TemplatesSize :_cb .IntsMap {},TemplateAreas :&_cb .IntSlice {},ComponentPageNumbers :&_cb .IntSlice {},ClassIDs :&_cb .IntSlice {},ComponentsNumber :&_cb .IntSlice {},CentroidPoints :&_eg .Points {},CentroidPointsTemplates :&_eg .Points {},UndilatedTemplates :&_eg .Bitmaps {},DilatedTemplates :&_eg .Bitmaps {},ClassInstances :&_eg .BitmapsArray {},FgTemplates :&_cb .NumSlice {}}; -if _g :=_df .Settings .Validate ();_g !=nil {return nil ,_fe .Wrap (_g ,_d ,"");};return _df ,nil ;};var _bff bool ;func (_bg *Classer )addPageComponents (_gge *_eg .Bitmap ,_fa *_eg .Boxes ,_dd *_eg .Bitmaps ,_aa int ,_cc Method )error {const _gb ="\u0043l\u0061\u0073\u0073\u0065r\u002e\u0041\u0064\u0064\u0050a\u0067e\u0043o\u006d\u0070\u006f\u006e\u0065\u006e\u0074s"; -if _gge ==nil {return _fe .Error (_gb ,"\u006e\u0069\u006c\u0020\u0069\u006e\u0070\u0075\u0074 \u0070\u0061\u0067\u0065");};if _fa ==nil ||_dd ==nil ||len (*_fa )==0{_e .Log .Trace ("\u0041\u0064\u0064P\u0061\u0067\u0065\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0073\u002e\u0020\u004e\u006f\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",_gge ); -return nil ;};var _edc error ;switch _cc {case RankHaus :_edc =_bg .classifyRankHaus (_fa ,_dd ,_aa );case Correlation :_edc =_bg .classifyCorrelation (_fa ,_dd ,_aa );default:_e .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a\u0020'%\u0076\u0027",_cc ); -return _fe .Error (_gb ,"\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};if _edc !=nil {return _fe .Wrap (_edc ,_gb ,"");};if _edc =_bg .getULCorners (_gge ,_fa );_edc !=nil {return _fe .Wrap (_edc ,_gb ,""); -};_fdg :=len (*_fa );_bg .BaseIndex +=_fdg ;if _edc =_bg .ComponentsNumber .Add (_fdg );_edc !=nil {return _fe .Wrap (_edc ,_gb ,"");};return nil ;};type Method int ;func (_bdge Settings )Validate ()error {const _baf ="\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0073\u002e\u0056\u0061\u006ci\u0064\u0061\u0074\u0065"; -if _bdge .Thresh < 0.4||_bdge .Thresh > 0.98{return _fe .Error (_baf ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0034\u0020\u002d\u0020\u0030\u002e\u0039\u0038\u005d"); -};if _bdge .WeightFactor < 0.0||_bdge .WeightFactor > 1.0{return _fe .Error (_baf ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006ec\u006f\u0064\u0065\u0072\u0020w\u0065\u0069\u0067\u0068\u0074\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0030\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); -};if _bdge .RankHaus < 0.5||_bdge .RankHaus > 1.0{return _fe .Error (_baf ,"\u006a\u0062\u0069\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065 \u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 [\u0030\u002e\u0035\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); -};if _bdge .SizeHaus < 1||_bdge .SizeHaus > 10{return _fe .Error (_baf ,"\u006a\u0062\u0069\u0067\u0032 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0073\u0069\u007a\u0065\u0020h\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0031\u0020\u002d\u0020\u0031\u0030]"); -};switch _bdge .Components {case _eg .ComponentConn ,_eg .ComponentCharacters ,_eg .ComponentWords :default:return _fe .Error (_baf ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0063\u006c\u0061\u0073s\u0065r\u0020c\u006f\u006d\u0070\u006f\u006e\u0065\u006et"); -};return nil ;};func (_bd *Classer )AddPage (inputPage *_eg .Bitmap ,pageNumber int ,method Method )(_fd error ){const _ed ="\u0043l\u0061s\u0073\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_bd .Widths [pageNumber ]=inputPage .Width ;_bd .Heights [pageNumber ]=inputPage .Height ; -if _fd =_bd .verifyMethod (method );_fd !=nil {return _fe .Wrap (_fd ,_ed ,"");};_gg ,_ge ,_fd :=inputPage .GetComponents (_bd .Settings .Components ,_bd .Settings .MaxCompWidth ,_bd .Settings .MaxCompHeight );if _fd !=nil {return _fe .Wrap (_fd ,_ed ,""); -};_e .Log .Debug ("\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_gg );if _fd =_bd .addPageComponents (inputPage ,_ge ,_gg ,pageNumber ,method );_fd !=nil {return _fe .Wrap (_fd ,_ed ,"");};return nil ;};func (_gfg *similarTemplatesFinder )Next ()int {var (_aef ,_cea ,_fbg ,_dfd int ; -_ead bool ;_cge *_eg .Bitmap ;_feca error ;);for {if _gfg .Index >=25{return -1;};_cea =_gfg .Width +TwoByTwoWalk [2*_gfg .Index ];_aef =_gfg .Height +TwoByTwoWalk [2*_gfg .Index +1];if _aef < 1||_cea < 1{_gfg .Index ++;continue ;};if len (_gfg .CurrentNumbers )==0{_gfg .CurrentNumbers ,_ead =_gfg .Classer .TemplatesSize .GetSlice (uint64 (_cea )*uint64 (_aef )); -if !_ead {_gfg .Index ++;continue ;};_gfg .N =0;};_fbg =len (_gfg .CurrentNumbers );for ;_gfg .N < _fbg ;_gfg .N ++{_dfd =_gfg .CurrentNumbers [_gfg .N ];_cge ,_feca =_gfg .Classer .DilatedTemplates .GetBitmap (_dfd );if _feca !=nil {_e .Log .Debug ("\u0046\u0069\u006e\u0064\u004e\u0065\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0074\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020"); -return 0;};if _cge .Width -2*JbAddedPixels ==_cea &&_cge .Height -2*JbAddedPixels ==_aef {return _dfd ;};};_gfg .Index ++;_gfg .CurrentNumbers =nil ;};};func (_eea *Classer )classifyRankHouseNonOne (_ebd *_eg .Boxes ,_fgc ,_aba ,_bfge *_eg .Bitmaps ,_aga *_eg .Points ,_ccb *_cb .NumSlice ,_aafb int )(_bfcb error ){const _bgg ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; -var (_bbb ,_cdd ,_cadc ,_eec float32 ;_eed ,_dgaf ,_dcdg int ;_egc ,_ecad ,_gbc ,_afg ,_fag *_eg .Bitmap ;_fce ,_bffg bool ;);_aee :=_eg .MakePixelSumTab8 ();for _efd :=0;_efd < len (_fgc .Values );_efd ++{if _ecad ,_bfcb =_aba .GetBitmap (_efd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"b\u006d\u0073\u0031\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); -};if _eed ,_bfcb =_ccb .GetInt (_efd );_bfcb !=nil {_e .Log .Trace ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0046\u0047T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073 \u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_efd ,_bfcb ); -};if _gbc ,_bfcb =_bfge .GetBitmap (_efd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"b\u006d\u0073\u0032\u002e\u0047\u0065\u0074\u0028\u0069\u0029");};if _bbb ,_cdd ,_bfcb =_aga .GetGeometry (_efd );_bfcb !=nil {return _fe .Wrapf (_bfcb ,_bgg ,"\u0070t\u0061[\u0069\u005d\u002e\u0047\u0065\u006f\u006d\u0065\u0074\u0072\u0079"); -};_afd :=len (_eea .UndilatedTemplates .Values );_fce =false ;_ebg :=_fcef (_eea ,_ecad );for _dcdg =_ebg .Next ();_dcdg > -1;{if _afg ,_bfcb =_eea .UndilatedTemplates .GetBitmap (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0070\u0069\u0078\u0061\u0074\u002e\u005b\u0069\u0043l\u0061\u0073\u0073\u005d"); -};if _dgaf ,_bfcb =_eea .FgTemplates .GetInt (_dcdg );_bfcb !=nil {_e .Log .Trace ("\u0047\u0065\u0074\u0074\u0069\u006eg\u0020\u0046\u0047\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u005b\u0025d\u005d\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_dcdg ,_bfcb ); -};if _fag ,_bfcb =_eea .DilatedTemplates .GetBitmap (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0070\u0069\u0078\u0061\u0074\u0064\u005b\u0069\u0043l\u0061\u0073\u0073\u005d");};if _cadc ,_eec ,_bfcb =_eea .CentroidPointsTemplates .GetGeometry (_dcdg ); -_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0043\u0065\u006et\u0072\u006f\u0069\u0064P\u006f\u0069\u006e\u0074\u0073\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u005b\u0069\u0043\u006c\u0061\u0073\u0073\u005d");};_bffg ,_bfcb =_eg .RankHausTest (_ecad ,_gbc ,_afg ,_fag ,_bbb -_cadc ,_cdd -_eec ,MaxDiffWidth ,MaxDiffHeight ,_eed ,_dgaf ,float32 (_eea .Settings .RankHaus ),_aee ); -if _bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"");};if _bffg {_fce =true ;if _bfcb =_eea .ClassIDs .Add (_dcdg );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"");};if _bfcb =_eea .ComponentPageNumbers .Add (_aafb );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,""); -};if _eea .Settings .KeepClassInstances {_dfb ,_dbg :=_eea .ClassInstances .GetBitmaps (_dcdg );if _dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"\u0063\u002e\u0050\u0069\u0078\u0061\u0061\u002e\u0047\u0065\u0074B\u0069\u0074\u006d\u0061\u0070\u0073\u0028\u0069\u0043\u006ca\u0073\u0073\u0029"); -};if _egc ,_dbg =_fgc .GetBitmap (_efd );_dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"\u0070i\u0078\u0061\u005b\u0069\u005d");};_dfb .Values =append (_dfb .Values ,_egc );_acbd ,_dbg :=_ebd .Get (_efd );if _dbg !=nil {return _fe .Wrap (_dbg ,_bgg ,"b\u006f\u0078\u0061\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); -};_dfb .Boxes =append (_dfb .Boxes ,_acbd );};break ;};};if !_fce {if _bfcb =_eea .ClassIDs .Add (_afd );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _bfcb =_eea .ComponentPageNumbers .Add (_aafb );_bfcb !=nil {return _fe .Wrap (_bfcb ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_agcd :=&_eg .Bitmaps {};_egc =_fgc .Values [_efd ];_agcd .AddBitmap (_egc );_fdf ,_ecde :=_egc .Width ,_egc .Height ;_eea .TemplatesSize .Add (uint64 (_fdf )*uint64 (_ecde ),_afd );_ebda ,_faga :=_ebd .Get (_efd );if _faga !=nil {return _fe .Wrap (_faga ,_bgg ,"\u0021\u0066\u006f\u0075\u006e\u0064"); -};_agcd .AddBox (_ebda );_eea .ClassInstances .AddBitmaps (_agcd );_eea .CentroidPointsTemplates .AddPoint (_bbb ,_cdd );_eea .UndilatedTemplates .AddBitmap (_ecad );_eea .DilatedTemplates .AddBitmap (_gbc );_eea .FgTemplates .AddInt (_eed );};};_eea .NumberOfClasses =len (_eea .UndilatedTemplates .Values ); -return nil ;};const (MaxConnCompWidth =350;MaxCharCompWidth =350;MaxWordCompWidth =1000;MaxCompHeight =120;);const (RankHaus Method =iota ;Correlation ;); \ No newline at end of file +package classer ;import (_gf "github.com/unidoc/unipdf/v3/common";_fg "github.com/unidoc/unipdf/v3/internal/jbig2/basic";_b "github.com/unidoc/unipdf/v3/internal/jbig2/bitmap";_cd "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_c "image";_g "math"; +);type Settings struct{MaxCompWidth int ;MaxCompHeight int ;SizeHaus int ;RankHaus float64 ;Thresh float64 ;WeightFactor float64 ;KeepClassInstances bool ;Components _b .Component ;Method Method ;};func (_ege *Classer )getULCorners (_fb *_b .Bitmap ,_ece *_b .Boxes )error {const _dca ="\u0067\u0065\u0074U\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; +if _fb ==nil {return _cd .Error (_dca ,"\u006e\u0069l\u0020\u0069\u006da\u0067\u0065\u0020\u0062\u0069\u0074\u006d\u0061\u0070");};if _ece ==nil {return _cd .Error (_dca ,"\u006e\u0069\u006c\u0020\u0062\u006f\u0075\u006e\u0064\u0073");};if _ege .PtaUL ==nil {_ege .PtaUL =&_b .Points {}; +};_bg :=len (*_ece );var (_bb ,_eca ,_bdd ,_db int ;_cb ,_ca ,_ce ,_eeg float32 ;_aca error ;_ega *_c .Rectangle ;_baf *_b .Bitmap ;_dd _c .Point ;);for _bdb :=0;_bdb < _bg ;_bdb ++{_bb =_ege .BaseIndex +_bdb ;if _cb ,_ca ,_aca =_ege .CentroidPoints .GetGeometry (_bb ); +_aca !=nil {return _cd .Wrap (_aca ,_dca ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050o\u0069\u006e\u0074\u0073");};if _eca ,_aca =_ege .ClassIDs .Get (_bb );_aca !=nil {return _cd .Wrap (_aca ,_dca ,"\u0043\u006c\u0061s\u0073\u0049\u0044\u0073\u002e\u0047\u0065\u0074"); +};if _ce ,_eeg ,_aca =_ege .CentroidPointsTemplates .GetGeometry (_eca );_aca !=nil {return _cd .Wrap (_aca ,_dca ,"\u0043\u0065\u006etr\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074\u0073\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_bde :=_ce -_cb ; +_cef :=_eeg -_ca ;if _bde >=0{_bdd =int (_bde +0.5);}else {_bdd =int (_bde -0.5);};if _cef >=0{_db =int (_cef +0.5);}else {_db =int (_cef -0.5);};if _ega ,_aca =_ece .Get (_bdb );_aca !=nil {return _cd .Wrap (_aca ,_dca ,"");};_agb ,_afc :=_ega .Min .X ,_ega .Min .Y ; +_baf ,_aca =_ege .UndilatedTemplates .GetBitmap (_eca );if _aca !=nil {return _cd .Wrap (_aca ,_dca ,"\u0055\u006e\u0064\u0069\u006c\u0061\u0074\u0065\u0064\u0054e\u006d\u0070\u006c\u0061\u0074\u0065\u0073.\u0047\u0065\u0074\u0028\u0069\u0043\u006c\u0061\u0073\u0073\u0029"); +};_dd ,_aca =_be (_fb ,_agb ,_afc ,_bdd ,_db ,_baf );if _aca !=nil {return _cd .Wrap (_aca ,_dca ,"");};_ege .PtaUL .AddPoint (float32 (_agb -_bdd +_dd .X ),float32 (_afc -_db +_dd .Y ));};return nil ;};const (MaxDiffWidth =2;MaxDiffHeight =2;);func Init (settings Settings )(*Classer ,error ){const _a ="\u0063\u006c\u0061s\u0073\u0065\u0072\u002e\u0049\u006e\u0069\u0074"; +_ae :=&Classer {Settings :settings ,Widths :map[int ]int {},Heights :map[int ]int {},TemplatesSize :_fg .IntsMap {},TemplateAreas :&_fg .IntSlice {},ComponentPageNumbers :&_fg .IntSlice {},ClassIDs :&_fg .IntSlice {},ComponentsNumber :&_fg .IntSlice {},CentroidPoints :&_b .Points {},CentroidPointsTemplates :&_b .Points {},UndilatedTemplates :&_b .Bitmaps {},DilatedTemplates :&_b .Bitmaps {},ClassInstances :&_b .BitmapsArray {},FgTemplates :&_fg .NumSlice {}}; +if _e :=_ae .Settings .Validate ();_e !=nil {return nil ,_cd .Wrap (_e ,_a ,"");};return _ae ,nil ;};func _fcgd (_gaf *Classer ,_fdcb *_b .Bitmap )*similarTemplatesFinder {return &similarTemplatesFinder {Width :_fdcb .Width ,Height :_fdcb .Height ,Classer :_gaf }; +};func (_daa *Classer )classifyRankHaus (_cgg *_b .Boxes ,_edag *_b .Bitmaps ,_fgd int )error {const _df ="\u0063\u006ca\u0073\u0073\u0069f\u0079\u0052\u0061\u006e\u006b\u0048\u0061\u0075\u0073";if _cgg ==nil {return _cd .Error (_df ,"\u0062\u006fx\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};if _edag ==nil {return _cd .Error (_df ,"\u0070\u0069x\u0061\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");};_bebe :=len (_edag .Values );if _bebe ==0{return _cd .Error (_df ,"e\u006dp\u0074\u0079\u0020\u006e\u0065\u0077\u0020\u0063o\u006d\u0070\u006f\u006een\u0074\u0073"); +};_fca :=_edag .CountPixels ();_fdc :=_daa .Settings .SizeHaus ;_adf :=_b .SelCreateBrick (_fdc ,_fdc ,_fdc /2,_fdc /2,_b .SelHit );_ffc :=&_b .Bitmaps {Values :make ([]*_b .Bitmap ,_bebe )};_fef :=&_b .Bitmaps {Values :make ([]*_b .Bitmap ,_bebe )};var (_fcb ,_fba ,_aef *_b .Bitmap ; +_gce error ;);for _cff :=0;_cff < _bebe ;_cff ++{_fcb ,_gce =_edag .GetBitmap (_cff );if _gce !=nil {return _cd .Wrap (_gce ,_df ,"");};_fba ,_gce =_fcb .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _gce !=nil {return _cd .Wrap (_gce ,_df ,""); +};_aef ,_gce =_b .Dilate (nil ,_fba ,_adf );if _gce !=nil {return _cd .Wrap (_gce ,_df ,"");};_ffc .Values [_bebe ]=_fba ;_fef .Values [_bebe ]=_aef ;};_bfc ,_gce :=_b .Centroids (_ffc .Values );if _gce !=nil {return _cd .Wrap (_gce ,_df ,"");};if _gce =_bfc .Add (_daa .CentroidPoints ); +_gce !=nil {_gf .Log .Trace ("\u004e\u006f\u0020\u0063en\u0074\u0072\u006f\u0069\u0064\u0073\u0020\u0074\u006f\u0020\u0061\u0064\u0064");};if _daa .Settings .RankHaus ==1.0{_gce =_daa .classifyRankHouseOne (_cgg ,_edag ,_ffc ,_fef ,_bfc ,_fgd );}else {_gce =_daa .classifyRankHouseNonOne (_cgg ,_edag ,_ffc ,_fef ,_bfc ,_fca ,_fgd ); +};if _gce !=nil {return _cd .Wrap (_gce ,_df ,"");};return nil ;};const JbAddedPixels =6;func (_afb *Classer )classifyCorrelation (_dae *_b .Boxes ,_deg *_b .Bitmaps ,_ead int )error {const _acab ="\u0063\u006c\u0061\u0073si\u0066\u0079\u0043\u006f\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e"; +if _dae ==nil {return _cd .Error (_acab ,"\u006e\u0065\u0077\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062o\u0078\u0065\u0073\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064"); +};if _deg ==nil {return _cd .Error (_acab ,"\u006e\u0065wC\u006f\u006d\u0070o\u006e\u0065\u006e\u0074s b\u0069tm\u0061\u0070\u0020\u0061\u0072\u0072\u0061y \u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064");};_fab :=len (_deg .Values );if _fab ==0{_gf .Log .Debug ("\u0063l\u0061\u0073s\u0069\u0066\u0079C\u006f\u0072\u0072\u0065\u006c\u0061\u0074i\u006f\u006e\u0020\u002d\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0070\u0069\u0078\u0061s\u0020\u0069\u0073\u0020\u0065\u006d\u0070\u0074\u0079"); +return nil ;};var (_eb ,_cbe *_b .Bitmap ;_cfc error ;);_eea :=&_b .Bitmaps {Values :make ([]*_b .Bitmap ,_fab )};for _cfg ,_dg :=range _deg .Values {_cbe ,_cfc =_dg .AddBorderGeneral (JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,JbAddedPixels ,0);if _cfc !=nil {return _cd .Wrap (_cfc ,_acab ,""); +};_eea .Values [_cfg ]=_cbe ;};_cae :=_afb .FgTemplates ;_gec :=_b .MakePixelSumTab8 ();_gecb :=_b .MakePixelCentroidTab8 ();_beb :=make ([]int ,_fab );_gb :=make ([][]int ,_fab );_daef :=_b .Points (make ([]_b .Point ,_fab ));_caf :=&_daef ;var (_cdb ,_ada int ; +_eaf ,_dgd ,_cge int ;_cdg ,_dde int ;_dcb byte ;);for _gba ,_daf :=range _eea .Values {_gb [_gba ]=make ([]int ,_daf .Height );_cdb =0;_ada =0;_dgd =(_daf .Height -1)*_daf .RowStride ;_eaf =0;for _dde =_daf .Height -1;_dde >=0;_dde ,_dgd =_dde -1,_dgd -_daf .RowStride {_gb [_gba ][_dde ]=_eaf ; +_cge =0;for _cdg =0;_cdg < _daf .RowStride ;_cdg ++{_dcb =_daf .Data [_dgd +_cdg ];_cge +=_gec [_dcb ];_cdb +=_gecb [_dcb ]+_cdg *8*_gec [_dcb ];};_eaf +=_cge ;_ada +=_cge *_dde ;};_beb [_gba ]=_eaf ;if _eaf > 0{(*_caf )[_gba ]=_b .Point {X :float32 (_cdb )/float32 (_eaf ),Y :float32 (_ada )/float32 (_eaf )}; +}else {(*_caf )[_gba ]=_b .Point {X :float32 (_daf .Width )/float32 (2),Y :float32 (_daf .Height )/float32 (2)};};};if _cfc =_afb .CentroidPoints .Add (_caf );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0063\u0065\u006et\u0072\u006f\u0069\u0064\u0020\u0061\u0064\u0064"); +};var (_gea ,_cgc ,_dgb int ;_gd float64 ;_bbb ,_abd ,_baga ,_bdea float32 ;_bed ,_dgc _b .Point ;_eda bool ;_dbd *similarTemplatesFinder ;_geb int ;_abb *_b .Bitmap ;_eeb *_c .Rectangle ;_cafd *_b .Bitmaps ;);for _geb ,_cbe =range _eea .Values {_cgc =_beb [_geb ]; +if _bbb ,_abd ,_cfc =_caf .GetGeometry (_geb );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0070t\u0061\u0020\u002d\u0020\u0069");};_eda =false ;_agag :=len (_afb .UndilatedTemplates .Values );_dbd =_fcgd (_afb ,_cbe );for _fad :=_dbd .Next ();_fad > -1; +{if _abb ,_cfc =_afb .UndilatedTemplates .GetBitmap (_fad );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0075\u006e\u0069dl\u0061\u0074\u0065\u0064\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0062\u006d\u0032");};if _dgb ,_cfc =_cae .GetInt (_fad ); +_cfc !=nil {_gf .Log .Trace ("\u0046\u0047\u0020T\u0065\u006d\u0070\u006ca\u0074\u0065\u0020\u005b\u0069\u0063\u006ca\u0073\u0073\u005d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_cfc );};if _baga ,_bdea ,_cfc =_afb .CentroidPointsTemplates .GetGeometry (_fad ); +_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0050\u006f\u0069\u006e\u0074T\u0065\u006d\u0070\u006c\u0061\u0074e\u0073\u005b\u0069\u0063\u006c\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u00782\u002c\u0079\u0032\u0020"); +};if _afb .Settings .WeightFactor > 0.0{if _gea ,_cfc =_afb .TemplateAreas .Get (_fad );_cfc !=nil {_gf .Log .Trace ("\u0054\u0065\u006dp\u006c\u0061\u0074\u0065A\u0072\u0065\u0061\u0073\u005b\u0069\u0063l\u0061\u0073\u0073\u005d\u0020\u003d\u0020\u0061\u0072\u0065\u0061\u0020\u0025\u0076",_cfc ); +};_gd =_afb .Settings .Thresh +(1.0-_afb .Settings .Thresh )*_afb .Settings .WeightFactor *float64 (_dgb )/float64 (_gea );}else {_gd =_afb .Settings .Thresh ;};_fabe ,_bf :=_b .CorrelationScoreThresholded (_cbe ,_abb ,_cgc ,_dgb ,_bed .X -_dgc .X ,_bed .Y -_dgc .Y ,MaxDiffWidth ,MaxDiffHeight ,_gec ,_gb [_geb ],float32 (_gd )); +if _bf !=nil {return _cd .Wrap (_bf ,_acab ,"");};if _ecd {var (_dcd ,_cfb float64 ;_ebd ,_caa int ;);_dcd ,_bf =_b .CorrelationScore (_cbe ,_abb ,_cgc ,_dgb ,_bbb -_baga ,_abd -_bdea ,MaxDiffWidth ,MaxDiffHeight ,_gec );if _bf !=nil {return _cd .Wrap (_bf ,_acab ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); +};_cfb ,_bf =_b .CorrelationScoreSimple (_cbe ,_abb ,_cgc ,_dgb ,_bbb -_baga ,_abd -_bdea ,MaxDiffWidth ,MaxDiffHeight ,_gec );if _bf !=nil {return _cd .Wrap (_bf ,_acab ,"d\u0065\u0062\u0075\u0067Co\u0072r\u0065\u006c\u0061\u0074\u0069o\u006e\u0053\u0063\u006f\u0072\u0065"); +};_ebd =int (_g .Sqrt (_dcd *float64 (_cgc )*float64 (_dgb )));_caa =int (_g .Sqrt (_cfb *float64 (_cgc )*float64 (_dgb )));if (_dcd >=_gd )!=(_cfb >=_gd ){return _cd .Errorf (_acab ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043\u006f\u0072r\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u006f\u0072\u0065\u0020\u006d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020-\u0020\u0025d\u0028\u00250\u002e\u0034\u0066\u002c\u0020\u0025\u0076\u0029\u0020\u0076\u0073\u0020\u0025d(\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0076)\u0020\u0025\u0030\u002e\u0034\u0066",_ebd ,_dcd ,_dcd >=_gd ,_caa ,_cfb ,_cfb >=_gd ,_dcd -_cfb ); +};if _dcd >=_gd !=_fabe {return _cd .Errorf (_acab ,"\u0064\u0065\u0062\u0075\u0067\u0020\u0043o\u0072\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e \u0073\u0063\u006f\u0072\u0065 \u004d\u0069\u0073\u006d\u0061t\u0063\u0068 \u0062\u0065\u0074w\u0065\u0065\u006e\u0020\u0063\u006frr\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0020/\u0020\u0074\u0068\u0072\u0065s\u0068\u006f\u006c\u0064\u002e\u0020\u0043\u006f\u006dpa\u0072\u0069\u0073\u006f\u006e:\u0020\u0025\u0030\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u002c\u0020\u0025\u0064\u0029\u0020\u003e\u003d\u0020\u00250\u002e\u0034\u0066\u0028\u0025\u0030\u002e\u0034\u0066\u0029\u0020\u0076\u0073\u0020\u0025\u0076",_dcd ,_dcd *float64 (_cgc )*float64 (_dgb ),_ebd ,_gd ,float32 (_gd )*float32 (_cgc )*float32 (_dgb ),_fabe ); +};};if _fabe {_eda =true ;if _bf =_afb .ClassIDs .Add (_fad );_bf !=nil {return _cd .Wrap (_bf ,_acab ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064");};if _bf =_afb .ComponentPageNumbers .Add (_ead );_bf !=nil {return _cd .Wrap (_bf ,_acab ,"\u006f\u0076\u0065\u0072\u0054\u0068\u0072\u0065\u0073\u0068\u006f\u006c\u0064"); +};if _afb .Settings .KeepClassInstances {if _eb ,_bf =_deg .GetBitmap (_geb );_bf !=nil {return _cd .Wrap (_bf ,_acab ,"\u004b\u0065\u0065\u0070Cl\u0061\u0073\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0073\u0020\u002d \u0069");};if _cafd ,_bf =_afb .ClassInstances .GetBitmaps (_fad ); +_bf !=nil {return _cd .Wrap (_bf ,_acab ,"K\u0065\u0065\u0070\u0043\u006c\u0061s\u0073\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065s\u0020\u002d\u0020i\u0043l\u0061\u0073\u0073");};_cafd .AddBitmap (_eb );if _eeb ,_bf =_dae .Get (_geb );_bf !=nil {return _cd .Wrap (_bf ,_acab ,"\u004be\u0065p\u0043\u006c\u0061\u0073\u0073I\u006e\u0073t\u0061\u006e\u0063\u0065\u0073"); +};_cafd .AddBox (_eeb );};break ;};};if !_eda {if _cfc =_afb .ClassIDs .Add (_agag );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _cfc =_afb .ComponentPageNumbers .Add (_ead );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_cafd =&_b .Bitmaps {};if _eb ,_cfc =_deg .GetBitmap (_geb );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_cafd .AddBitmap (_eb );_eege ,_bff :=_eb .Width ,_eb .Height ;_bac :=uint64 (_bff )*uint64 (_eege );_afb .TemplatesSize .Add (_bac ,_agag ); +if _eeb ,_cfc =_dae .Get (_geb );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_cafd .AddBox (_eeb );_afb .ClassInstances .AddBitmaps (_cafd );_afb .CentroidPointsTemplates .AddPoint (_bbb ,_abd );_afb .FgTemplates .AddInt (_cgc ); +_afb .UndilatedTemplates .AddBitmap (_eb );_gea =(_cbe .Width -2*JbAddedPixels )*(_cbe .Height -2*JbAddedPixels );if _cfc =_afb .TemplateAreas .Add (_gea );_cfc !=nil {return _cd .Wrap (_cfc ,_acab ,"\u0021\u0066\u006f\u0075\u006e\u0064");};};};_afb .NumberOfClasses =len (_afb .UndilatedTemplates .Values ); +return nil ;};var _ecd bool ;type Method int ;func _be (_ea *_b .Bitmap ,_cac ,_faa ,_ccc ,_cea int ,_aff *_b .Bitmap )(_fbc _c .Point ,_ddc error ){const _dba ="\u0066i\u006e\u0061\u006c\u0041l\u0069\u0067\u006e\u006d\u0065n\u0074P\u006fs\u0069\u0074\u0069\u006f\u006e\u0069\u006eg"; +if _ea ==nil {return _fbc ,_cd .Error (_dba ,"\u0073\u006f\u0075\u0072ce\u0020\u006e\u006f\u0074\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};if _aff ==nil {return _fbc ,_cd .Error (_dba ,"t\u0065\u006d\u0070\u006cat\u0065 \u006e\u006f\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0064"); +};_dcf ,_ab :=_aff .Width ,_aff .Height ;_bag ,_fgg :=_cac -_ccc -JbAddedPixels ,_faa -_cea -JbAddedPixels ;_gf .Log .Trace ("\u0078\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0079\u003a\u0020\u0027\u0025\u0064'\u002c\u0020\u0077\u003a\u0020\u0027\u0025\u0064\u0027\u002c\u0020\u0068\u003a \u0027\u0025\u0064\u0027\u002c\u0020\u0062\u0078\u003a\u0020\u0027\u0025d'\u002c\u0020\u0062\u0079\u003a\u0020\u0027\u0025\u0064\u0027",_cac ,_faa ,_dcf ,_ab ,_bag ,_fgg ); +_edd ,_ddc :=_b .Rect (_bag ,_fgg ,_dcf ,_ab );if _ddc !=nil {return _fbc ,_cd .Wrap (_ddc ,_dba ,"");};_gc ,_ ,_ddc :=_ea .ClipRectangle (_edd );if _ddc !=nil {_gf .Log .Error ("\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069\u0070\u0020\u0072\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u003a\u0020\u0025\u0076",_edd ); +return _fbc ,_cd .Wrap (_ddc ,_dba ,"");};_ecb :=_b .New (_gc .Width ,_gc .Height );_fcg :=_g .MaxInt32 ;var _fd ,_da ,_ddf ,_aga ,_de int ;for _fd =-1;_fd <=1;_fd ++{for _da =-1;_da <=1;_da ++{if _ ,_ddc =_b .Copy (_ecb ,_gc );_ddc !=nil {return _fbc ,_cd .Wrap (_ddc ,_dba ,""); +};if _ddc =_ecb .RasterOperation (_da ,_fd ,_dcf ,_ab ,_b .PixSrcXorDst ,_aff ,0,0);_ddc !=nil {return _fbc ,_cd .Wrap (_ddc ,_dba ,"");};_ddf =_ecb .CountPixels ();if _ddf < _fcg {_aga =_da ;_de =_fd ;_fcg =_ddf ;};};};_fbc .X =_aga ;_fbc .Y =_de ;return _fbc ,nil ; +};const (MaxConnCompWidth =350;MaxCharCompWidth =350;MaxWordCompWidth =1000;MaxCompHeight =120;);func (_aed Settings )Validate ()error {const _dafc ="\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0073\u002e\u0056\u0061\u006ci\u0064\u0061\u0074\u0065";if _aed .Thresh < 0.4||_aed .Thresh > 0.98{return _cd .Error (_dafc ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074\u0068\u0072\u0065\u0073\u0068\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0034\u0020\u002d\u0020\u0030\u002e\u0039\u0038\u005d"); +};if _aed .WeightFactor < 0.0||_aed .WeightFactor > 1.0{return _cd .Error (_dafc ,"\u006a\u0062i\u0067\u0032\u0020\u0065\u006ec\u006f\u0064\u0065\u0072\u0020w\u0065\u0069\u0067\u0068\u0074\u0020\u0066\u0061\u0063\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0030\u002e\u0030\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); +};if _aed .RankHaus < 0.5||_aed .RankHaus > 1.0{return _cd .Error (_dafc ,"\u006a\u0062\u0069\u0067\u0032\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0072a\u006e\u006b\u0020\u0068\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065 \u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065 [\u0030\u002e\u0035\u0020\u002d\u0020\u0031\u002e\u0030\u005d"); +};if _aed .SizeHaus < 1||_aed .SizeHaus > 10{return _cd .Error (_dafc ,"\u006a\u0062\u0069\u0067\u0032 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0073\u0069\u007a\u0065\u0020h\u0061\u0075\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u005b\u0031\u0020\u002d\u0020\u0031\u0030]"); +};switch _aed .Components {case _b .ComponentConn ,_b .ComponentCharacters ,_b .ComponentWords :default:return _cd .Error (_dafc ,"\u0069n\u0076\u0061\u006c\u0069d\u0020\u0063\u006c\u0061\u0073s\u0065r\u0020c\u006f\u006d\u0070\u006f\u006e\u0065\u006et"); +};return nil ;};type Classer struct{BaseIndex int ;Settings Settings ;ComponentsNumber *_fg .IntSlice ;TemplateAreas *_fg .IntSlice ;Widths map[int ]int ;Heights map[int ]int ;NumberOfClasses int ;ClassInstances *_b .BitmapsArray ;UndilatedTemplates *_b .Bitmaps ; +DilatedTemplates *_b .Bitmaps ;TemplatesSize _fg .IntsMap ;FgTemplates *_fg .NumSlice ;CentroidPoints *_b .Points ;CentroidPointsTemplates *_b .Points ;ClassIDs *_fg .IntSlice ;ComponentPageNumbers *_fg .IntSlice ;PtaUL *_b .Points ;PtaLL *_b .Points ; +};func (_afcf *similarTemplatesFinder )Next ()int {var (_eac ,_fbb ,_fgge ,_cgb int ;_fgda bool ;_caff *_b .Bitmap ;_egdcc error ;);for {if _afcf .Index >=25{return -1;};_fbb =_afcf .Width +TwoByTwoWalk [2*_afcf .Index ];_eac =_afcf .Height +TwoByTwoWalk [2*_afcf .Index +1]; +if _eac < 1||_fbb < 1{_afcf .Index ++;continue ;};if len (_afcf .CurrentNumbers )==0{_afcf .CurrentNumbers ,_fgda =_afcf .Classer .TemplatesSize .GetSlice (uint64 (_fbb )*uint64 (_eac ));if !_fgda {_afcf .Index ++;continue ;};_afcf .N =0;};_fgge =len (_afcf .CurrentNumbers ); +for ;_afcf .N < _fgge ;_afcf .N ++{_cgb =_afcf .CurrentNumbers [_afcf .N ];_caff ,_egdcc =_afcf .Classer .DilatedTemplates .GetBitmap (_cgb );if _egdcc !=nil {_gf .Log .Debug ("\u0046\u0069\u006e\u0064\u004e\u0065\u0078\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u003a\u0020\u0074\u0065\u006d\u0070\u006c\u0061t\u0065\u0020\u006e\u006f\u0074 \u0066\u006fu\u006e\u0064\u003a\u0020"); +return 0;};if _caff .Width -2*JbAddedPixels ==_fbb &&_caff .Height -2*JbAddedPixels ==_eac {return _cgb ;};};_afcf .Index ++;_afcf .CurrentNumbers =nil ;};};func (_acf *Classer )verifyMethod (_fc Method )error {if _fc !=RankHaus &&_fc !=Correlation {return _cd .Error ("\u0076\u0065\u0072i\u0066\u0079\u004d\u0065\u0074\u0068\u006f\u0064","\u0069\u006e\u0076\u0061li\u0064\u0020\u0063\u006c\u0061\u0073\u0073\u0065\u0072\u0020\u006d\u0065\u0074\u0068o\u0064"); +};return nil ;};func (_fa *Classer )AddPage (inputPage *_b .Bitmap ,pageNumber int ,method Method )(_d error ){const _eg ="\u0043l\u0061s\u0073\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_fa .Widths [pageNumber ]=inputPage .Width ;_fa .Heights [pageNumber ]=inputPage .Height ; +if _d =_fa .verifyMethod (method );_d !=nil {return _cd .Wrap (_d ,_eg ,"");};_cc ,_dc ,_d :=inputPage .GetComponents (_fa .Settings .Components ,_fa .Settings .MaxCompWidth ,_fa .Settings .MaxCompHeight );if _d !=nil {return _cd .Wrap (_d ,_eg ,"");}; +_gf .Log .Debug ("\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_cc );if _d =_fa .addPageComponents (inputPage ,_dc ,_cc ,pageNumber ,method );_d !=nil {return _cd .Wrap (_d ,_eg ,"");};return nil ;};func (_cf *Classer )ComputeLLCorners ()(_ba error ){const _ac ="\u0043l\u0061\u0073\u0073\u0065\u0072\u002e\u0043\u006f\u006d\u0070\u0075t\u0065\u004c\u004c\u0043\u006f\u0072\u006e\u0065\u0072\u0073"; +if _cf .PtaUL ==nil {return _cd .Error (_ac ,"\u0055\u004c\u0020\u0043or\u006e\u0065\u0072\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006ee\u0064");};_fe :=len (*_cf .PtaUL );_cf .PtaLL =&_b .Points {};var (_ee ,_egd float32 ;_ccd ,_ge int ; +_ed *_b .Bitmap ;);for _ec :=0;_ec < _fe ;_ec ++{_ee ,_egd ,_ba =_cf .PtaUL .GetGeometry (_ec );if _ba !=nil {_gf .Log .Debug ("\u0047e\u0074\u0074\u0069\u006e\u0067\u0020\u0050\u0074\u0061\u0055\u004c \u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ba ); +return _cd .Wrap (_ba ,_ac ,"\u0050\u0074\u0061\u0055\u004c\u0020\u0047\u0065\u006fm\u0065\u0074\u0072\u0079");};_ccd ,_ba =_cf .ClassIDs .Get (_ec );if _ba !=nil {_gf .Log .Debug ("\u0047\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0043\u006c\u0061s\u0073\u0049\u0044\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_ba ); +return _cd .Wrap (_ba ,_ac ,"\u0043l\u0061\u0073\u0073\u0049\u0044");};_ed ,_ba =_cf .UndilatedTemplates .GetBitmap (_ccd );if _ba !=nil {_gf .Log .Debug ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0055\u006ed\u0069\u006c\u0061\u0074\u0065\u0064\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ba ); +return _cd .Wrap (_ba ,_ac ,"\u0055\u006e\u0064\u0069la\u0074\u0065\u0064\u0020\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073");};_ge =_ed .Height ;_cf .PtaLL .AddPoint (_ee ,_egd +float32 (_ge ));};return nil ;};func (_abf *Classer )classifyRankHouseOne (_gfg *_b .Boxes ,_eafc ,_abdg ,_egdc *_b .Bitmaps ,_dbg *_b .Points ,_dce int )(_dfg error ){const _bc ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; +var (_cgeb ,_gbe ,_cde ,_ebdd float32 ;_geg int ;_gfb ,_ga ,_add ,_cgce ,_aa *_b .Bitmap ;_bfb ,_cfbc bool ;);for _acb :=0;_acb < len (_eafc .Values );_acb ++{_ga =_abdg .Values [_acb ];_add =_egdc .Values [_acb ];_cgeb ,_gbe ,_dfg =_dbg .GetGeometry (_acb ); +if _dfg !=nil {return _cd .Wrapf (_dfg ,_bc ,"\u0066\u0069\u0072\u0073\u0074\u0020\u0067\u0065\u006fm\u0065\u0074\u0072\u0079");};_bdf :=len (_abf .UndilatedTemplates .Values );_bfb =false ;_cbee :=_fcgd (_abf ,_ga );for _geg =_cbee .Next ();_geg > -1; +{_cgce ,_dfg =_abf .UndilatedTemplates .GetBitmap (_geg );if _dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"\u0062\u006d\u0033");};_aa ,_dfg =_abf .DilatedTemplates .GetBitmap (_geg );if _dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"\u0062\u006d\u0034");};_cde ,_ebdd ,_dfg =_abf .CentroidPointsTemplates .GetGeometry (_geg ); +if _dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"\u0043\u0065\u006e\u0074\u0072\u006f\u0069\u0064\u0054\u0065\u006d\u0070l\u0061\u0074\u0065\u0073");};_cfbc ,_dfg =_b .HausTest (_ga ,_add ,_cgce ,_aa ,_cgeb -_cde ,_gbe -_ebdd ,MaxDiffWidth ,MaxDiffHeight ); +if _dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"");};if _cfbc {_bfb =true ;if _dfg =_abf .ClassIDs .Add (_geg );_dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"");};if _dfg =_abf .ComponentPageNumbers .Add (_dce );_dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"");}; +if _abf .Settings .KeepClassInstances {_fgc ,_gee :=_abf .ClassInstances .GetBitmaps (_geg );if _gee !=nil {return _cd .Wrap (_gee ,_bc ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_gfb ,_gee =_eafc .GetBitmap (_acb );if _gee !=nil {return _cd .Wrap (_gee ,_bc ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a"); +};_fgc .AddBitmap (_gfb );_dbf ,_gee :=_gfg .Get (_acb );if _gee !=nil {return _cd .Wrap (_gee ,_bc ,"\u004be\u0065\u0070\u0050\u0069\u0078\u0061a");};_fgc .AddBox (_dbf );};break ;};};if !_bfb {if _dfg =_abf .ClassIDs .Add (_bdf );_dfg !=nil {return _cd .Wrap (_dfg ,_bc ,""); +};if _dfg =_abf .ComponentPageNumbers .Add (_dce );_dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"");};_dea :=&_b .Bitmaps {};_gfb ,_dfg =_eafc .GetBitmap (_acb );if _dfg !=nil {return _cd .Wrap (_dfg ,_bc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_dea .Values =append (_dea .Values ,_gfb ); +_gdg ,_cafdf :=_gfb .Width ,_gfb .Height ;_abf .TemplatesSize .Add (uint64 (_cafdf )*uint64 (_gdg ),_bdf );_bad ,_cba :=_gfg .Get (_acb );if _cba !=nil {return _cd .Wrap (_cba ,_bc ,"\u0021\u0066\u006f\u0075\u006e\u0064");};_dea .AddBox (_bad );_abf .ClassInstances .AddBitmaps (_dea ); +_abf .CentroidPointsTemplates .AddPoint (_cgeb ,_gbe );_abf .UndilatedTemplates .AddBitmap (_ga );_abf .DilatedTemplates .AddBitmap (_add );};};return nil ;};var TwoByTwoWalk =[]int {0,0,0,1,-1,0,0,-1,1,0,-1,1,1,1,-1,-1,1,-1,0,-2,2,0,0,2,-2,0,-1,-2,1,-2,2,-1,2,1,1,2,-1,2,-2,1,-2,-1,-2,-2,2,-2,2,2,-2,2}; +func DefaultSettings ()Settings {_dbfe :=&Settings {};_dbfe .SetDefault ();return *_dbfe };func (_af *Classer )addPageComponents (_ff *_b .Bitmap ,_ad *_b .Boxes ,_bd *_b .Bitmaps ,_ace int ,_ag Method )error {const _afd ="\u0043l\u0061\u0073\u0073\u0065r\u002e\u0041\u0064\u0064\u0050a\u0067e\u0043o\u006d\u0070\u006f\u006e\u0065\u006e\u0074s"; +if _ff ==nil {return _cd .Error (_afd ,"\u006e\u0069\u006c\u0020\u0069\u006e\u0070\u0075\u0074 \u0070\u0061\u0067\u0065");};if _ad ==nil ||_bd ==nil ||len (*_ad )==0{_gf .Log .Trace ("\u0041\u0064\u0064P\u0061\u0067\u0065\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0073\u002e\u0020\u004e\u006f\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064",_ff ); +return nil ;};var _cg error ;switch _ag {case RankHaus :_cg =_af .classifyRankHaus (_ad ,_bd ,_ace );case Correlation :_cg =_af .classifyCorrelation (_ad ,_bd ,_ace );default:_gf .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064\u003a\u0020'%\u0076\u0027",_ag ); +return _cd .Error (_afd ,"\u0075\u006e\u006bno\u0077\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0069\u0066\u0079\u0020\u006d\u0065\u0074\u0068\u006f\u0064");};if _cg !=nil {return _cd .Wrap (_cg ,_afd ,"");};if _cg =_af .getULCorners (_ff ,_ad );_cg !=nil {return _cd .Wrap (_cg ,_afd ,""); +};_egc :=len (*_ad );_af .BaseIndex +=_egc ;if _cg =_af .ComponentsNumber .Add (_egc );_cg !=nil {return _cd .Wrap (_cg ,_afd ,"");};return nil ;};type similarTemplatesFinder struct{Classer *Classer ;Width int ;Height int ;Index int ;CurrentNumbers []int ; +N int ;};func (_fga *Classer )classifyRankHouseNonOne (_gfa *_b .Boxes ,_cfcg ,_ebg ,_fcc *_b .Bitmaps ,_eddd *_b .Points ,_addb *_fg .NumSlice ,_aaf int )(_bdg error ){const _caac ="\u0043\u006c\u0061\u0073s\u0065\u0072\u002e\u0063\u006c\u0061\u0073\u0073\u0069\u0066y\u0052a\u006e\u006b\u0048\u006f\u0075\u0073\u0065O\u006e\u0065"; +var (_deaa ,_gcc ,_afcc ,_egcb float32 ;_bagad ,_fea ,_ggg int ;_adc ,_eae ,_ccb ,_dbe ,_cbea *_b .Bitmap ;_ffca ,_abdgd bool ;);_fcf :=_b .MakePixelSumTab8 ();for _baa :=0;_baa < len (_cfcg .Values );_baa ++{if _eae ,_bdg =_ebg .GetBitmap (_baa );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"b\u006d\u0073\u0031\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); +};if _bagad ,_bdg =_addb .GetInt (_baa );_bdg !=nil {_gf .Log .Trace ("\u0047\u0065t\u0074\u0069\u006e\u0067 \u0046\u0047T\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u0073 \u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_baa ,_bdg ); +};if _ccb ,_bdg =_fcc .GetBitmap (_baa );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"b\u006d\u0073\u0032\u002e\u0047\u0065\u0074\u0028\u0069\u0029");};if _deaa ,_gcc ,_bdg =_eddd .GetGeometry (_baa );_bdg !=nil {return _cd .Wrapf (_bdg ,_caac ,"\u0070t\u0061[\u0069\u005d\u002e\u0047\u0065\u006f\u006d\u0065\u0074\u0072\u0079"); +};_bgg :=len (_fga .UndilatedTemplates .Values );_ffca =false ;_fbce :=_fcgd (_fga ,_eae );for _ggg =_fbce .Next ();_ggg > -1;{if _dbe ,_bdg =_fga .UndilatedTemplates .GetBitmap (_ggg );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"\u0070\u0069\u0078\u0061\u0074\u002e\u005b\u0069\u0043l\u0061\u0073\u0073\u005d"); +};if _fea ,_bdg =_fga .FgTemplates .GetInt (_ggg );_bdg !=nil {_gf .Log .Trace ("\u0047\u0065\u0074\u0074\u0069\u006eg\u0020\u0046\u0047\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065\u005b\u0025d\u005d\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_ggg ,_bdg ); +};if _cbea ,_bdg =_fga .DilatedTemplates .GetBitmap (_ggg );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"\u0070\u0069\u0078\u0061\u0074\u0064\u005b\u0069\u0043l\u0061\u0073\u0073\u005d");};if _afcc ,_egcb ,_bdg =_fga .CentroidPointsTemplates .GetGeometry (_ggg ); +_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"\u0043\u0065\u006et\u0072\u006f\u0069\u0064P\u006f\u0069\u006e\u0074\u0073\u0054\u0065m\u0070\u006c\u0061\u0074\u0065\u0073\u005b\u0069\u0043\u006c\u0061\u0073\u0073\u005d");};_abdgd ,_bdg =_b .RankHausTest (_eae ,_ccb ,_dbe ,_cbea ,_deaa -_afcc ,_gcc -_egcb ,MaxDiffWidth ,MaxDiffHeight ,_bagad ,_fea ,float32 (_fga .Settings .RankHaus ),_fcf ); +if _bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"");};if _abdgd {_ffca =true ;if _bdg =_fga .ClassIDs .Add (_ggg );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"");};if _bdg =_fga .ComponentPageNumbers .Add (_aaf );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,""); +};if _fga .Settings .KeepClassInstances {_abbc ,_adfb :=_fga .ClassInstances .GetBitmaps (_ggg );if _adfb !=nil {return _cd .Wrap (_adfb ,_caac ,"\u0063\u002e\u0050\u0069\u0078\u0061\u0061\u002e\u0047\u0065\u0074B\u0069\u0074\u006d\u0061\u0070\u0073\u0028\u0069\u0043\u006ca\u0073\u0073\u0029"); +};if _adc ,_adfb =_cfcg .GetBitmap (_baa );_adfb !=nil {return _cd .Wrap (_adfb ,_caac ,"\u0070i\u0078\u0061\u005b\u0069\u005d");};_abbc .Values =append (_abbc .Values ,_adc );_bae ,_adfb :=_gfa .Get (_baa );if _adfb !=nil {return _cd .Wrap (_adfb ,_caac ,"b\u006f\u0078\u0061\u002e\u0047\u0065\u0074\u0028\u0069\u0029"); +};_abbc .Boxes =append (_abbc .Boxes ,_bae );};break ;};};if !_ffca {if _bdg =_fga .ClassIDs .Add (_bgg );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"\u0021\u0066\u006f\u0075\u006e\u0064");};if _bdg =_fga .ComponentPageNumbers .Add (_aaf );_bdg !=nil {return _cd .Wrap (_bdg ,_caac ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_aeb :=&_b .Bitmaps {};_adc =_cfcg .Values [_baa ];_aeb .AddBitmap (_adc );_gbc ,_fec :=_adc .Width ,_adc .Height ;_fga .TemplatesSize .Add (uint64 (_gbc )*uint64 (_fec ),_bgg );_dcea ,_cag :=_gfa .Get (_baa );if _cag !=nil {return _cd .Wrap (_cag ,_caac ,"\u0021\u0066\u006f\u0075\u006e\u0064"); +};_aeb .AddBox (_dcea );_fga .ClassInstances .AddBitmaps (_aeb );_fga .CentroidPointsTemplates .AddPoint (_deaa ,_gcc );_fga .UndilatedTemplates .AddBitmap (_eae );_fga .DilatedTemplates .AddBitmap (_ccb );_fga .FgTemplates .AddInt (_bagad );};};_fga .NumberOfClasses =len (_fga .UndilatedTemplates .Values ); +return nil ;};func (_ccf *Settings )SetDefault (){if _ccf .MaxCompWidth ==0{switch _ccf .Components {case _b .ComponentConn :_ccf .MaxCompWidth =MaxConnCompWidth ;case _b .ComponentCharacters :_ccf .MaxCompWidth =MaxCharCompWidth ;case _b .ComponentWords :_ccf .MaxCompWidth =MaxWordCompWidth ; +};};if _ccf .MaxCompHeight ==0{_ccf .MaxCompHeight =MaxCompHeight ;};if _ccf .Thresh ==0.0{_ccf .Thresh =0.9;};if _ccf .WeightFactor ==0.0{_ccf .WeightFactor =0.75;};if _ccf .RankHaus ==0.0{_ccf .RankHaus =0.97;};if _ccf .SizeHaus ==0{_ccf .SizeHaus =2; +};};const (RankHaus Method =iota ;Correlation ;); \ No newline at end of file diff --git a/internal/jbig2/errors/errors.go b/internal/jbig2/errors/errors.go index 1d28a67f2..ec41d73b6 100644 --- a/internal/jbig2/errors/errors.go +++ b/internal/jbig2/errors/errors.go @@ -9,8 +9,8 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package errors ;import (_e "fmt";_d "golang.org/x/xerrors";);func _b (_gf ,_c string )*processError {return &processError {_dd :"\u005b\u0055\u006e\u0069\u0050\u0044\u0046\u005d",_gc :_gf ,_ec :_c };};func (_gcb *processError )Error ()string {var _ddc string ; -if _gcb ._dd !=""{_ddc =_gcb ._dd ;};_ddc +="\u0050r\u006f\u0063\u0065\u0073\u0073\u003a "+_gcb ._ec ;if _gcb ._gc !=""{_ddc +="\u0020\u004d\u0065\u0073\u0073\u0061\u0067\u0065\u003a\u0020"+_gcb ._gc ;};if _gcb ._ge !=nil {_ddc +="\u002e\u0020"+_gcb ._ge .Error (); -};return _ddc ;};func (_a *processError )Unwrap ()error {return _a ._ge };func Wrap (err error ,processName ,message string )error {if _ca ,_f :=err .(*processError );_f {_ca ._dd ="";};_df :=_b (message ,processName );_df ._ge =err ;return _df ;};func Errorf (processName ,message string ,arguments ...interface{})error {return _b (_e .Sprintf (message ,arguments ...),processName ); -};func Wrapf (err error ,processName ,message string ,arguments ...interface{})error {if _cb ,_da :=err .(*processError );_da {_cb ._dd ="";};_cf :=_b (_e .Sprintf (message ,arguments ...),processName );_cf ._ge =err ;return _cf ;};func Error (processName ,message string )error {return _b (message ,processName )}; -var _ _d .Wrapper =(*processError )(nil );type processError struct{_dd string ;_ec string ;_gc string ;_ge error ;}; \ No newline at end of file +package errors ;import (_b "fmt";_f "golang.org/x/xerrors";);func Error (processName ,message string )error {return _df (message ,processName )};func Wrap (err error ,processName ,message string )error {if _fb ,_fe :=err .(*processError );_fe {_fb ._eb =""; +};_ac :=_df (message ,processName );_ac ._g =err ;return _ac ;};func (_a *processError )Error ()string {var _bc string ;if _a ._eb !=""{_bc =_a ._eb ;};_bc +="\u0050r\u006f\u0063\u0065\u0073\u0073\u003a "+_a ._bg ;if _a ._fc !=""{_bc +="\u0020\u004d\u0065\u0073\u0073\u0061\u0067\u0065\u003a\u0020"+_a ._fc ; +};if _a ._g !=nil {_bc +="\u002e\u0020"+_a ._g .Error ();};return _bc ;};var _ _f .Wrapper =(*processError )(nil );type processError struct{_eb string ;_bg string ;_fc string ;_g error ;};func _df (_ag ,_db string )*processError {return &processError {_eb :"\u005b\u0055\u006e\u0069\u0050\u0044\u0046\u005d",_fc :_ag ,_bg :_db }; +};func Errorf (processName ,message string ,arguments ...interface{})error {return _df (_b .Sprintf (message ,arguments ...),processName );};func (_fcf *processError )Unwrap ()error {return _fcf ._g };func Wrapf (err error ,processName ,message string ,arguments ...interface{})error {if _fbg ,_ae :=err .(*processError ); +_ae {_fbg ._eb ="";};_eg :=_df (_b .Sprintf (message ,arguments ...),processName );_eg ._g =err ;return _eg ;}; \ No newline at end of file diff --git a/internal/jbig2/internal/internal.go b/internal/jbig2/internal/internal.go index 26a98575e..46fc667b9 100644 --- a/internal/jbig2/internal/internal.go +++ b/internal/jbig2/internal/internal.go @@ -9,4 +9,4 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package internal ;import _f "errors";var ErrOOB =_f .New ("o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u0061\u006e\u0064"); \ No newline at end of file +package internal ;import _b "errors";var ErrOOB =_b .New ("o\u0075\u0074\u0020\u006f\u0066\u0020\u0062\u0061\u006e\u0064"); \ No newline at end of file diff --git a/internal/jbig2/jbig2.go b/internal/jbig2/jbig2.go index 7042b08d9..9f89d294c 100644 --- a/internal/jbig2/jbig2.go +++ b/internal/jbig2/jbig2.go @@ -9,9 +9,9 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package jbig2 ;import (_f "github.com/unidoc/unipdf/v3/internal/bitwise";_a "github.com/unidoc/unipdf/v3/internal/jbig2/decoder";_d "github.com/unidoc/unipdf/v3/internal/jbig2/document";_bd "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments"; -_ab "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_g "sort";);type Globals map[int ]*_bd .Header ;func DecodeGlobals (encoded []byte )(Globals ,error ){const _e ="\u0044\u0065\u0063\u006f\u0064\u0065\u0047\u006c\u006f\u0062\u0061\u006c\u0073";_ed :=_f .NewReader (encoded ); -_af ,_fb :=_d .DecodeDocument (_ed ,nil );if _fb !=nil {return nil ,_ab .Wrap (_fb ,_e ,"");};if _af .GlobalSegments ==nil ||(_af .GlobalSegments .Segments ==nil ){return nil ,_ab .Error (_e ,"\u006eo\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064"); -};_eg :=Globals {};for _ ,_gf :=range _af .GlobalSegments .Segments {_eg [int (_gf .SegmentNumber )]=_gf ;};return _eg ,nil ;};func DecodeBytes (encoded []byte ,parameters _a .Parameters ,globals ...Globals )([]byte ,error ){var _dg Globals ;if len (globals )> 0{_dg =globals [0]; -};_fg ,_ge :=_a .Decode (encoded ,parameters ,_dg .ToDocumentGlobals ());if _ge !=nil {return nil ,_ge ;};return _fg .DecodeNextPage ();};func (_bg Globals )ToDocumentGlobals ()*_d .Globals {if _bg ==nil {return nil ;};_ba :=[]*_bd .Header {};for _ ,_ae :=range _bg {_ba =append (_ba ,_ae ); -};_g .Slice (_ba ,func (_ac ,_cd int )bool {return _ba [_ac ].SegmentNumber < _ba [_cd ].SegmentNumber });return &_d .Globals {Segments :_ba };}; \ No newline at end of file +package jbig2 ;import (_a "github.com/unidoc/unipdf/v3/internal/bitwise";_c "github.com/unidoc/unipdf/v3/internal/jbig2/decoder";_cb "github.com/unidoc/unipdf/v3/internal/jbig2/document";_gg "github.com/unidoc/unipdf/v3/internal/jbig2/document/segments"; +_d "github.com/unidoc/unipdf/v3/internal/jbig2/errors";_gc "sort";);func (_db Globals )ToDocumentGlobals ()*_cb .Globals {if _db ==nil {return nil ;};_eb :=[]*_gg .Header {};for _ ,_f :=range _db {_eb =append (_eb ,_f );};_gc .Slice (_eb ,func (_dbg ,_ge int )bool {return _eb [_dbg ].SegmentNumber < _eb [_ge ].SegmentNumber }); +return &_cb .Globals {Segments :_eb };};type Globals map[int ]*_gg .Header ;func DecodeGlobals (encoded []byte )(Globals ,error ){const _ag ="\u0044\u0065\u0063\u006f\u0064\u0065\u0047\u006c\u006f\u0062\u0061\u006c\u0073";_ef :=_a .NewReader (encoded ); +_ad ,_ced :=_cb .DecodeDocument (_ef ,nil );if _ced !=nil {return nil ,_d .Wrap (_ced ,_ag ,"");};if _ad .GlobalSegments ==nil ||(_ad .GlobalSegments .Segments ==nil ){return nil ,_d .Error (_ag ,"\u006eo\u0020\u0067\u006c\u006f\u0062\u0061\u006c\u0020\u0073\u0065\u0067m\u0065\u006e\u0074\u0073\u0020\u0066\u006f\u0075\u006e\u0064"); +};_ec :=Globals {};for _ ,_b :=range _ad .GlobalSegments .Segments {_ec [int (_b .SegmentNumber )]=_b ;};return _ec ,nil ;};func DecodeBytes (encoded []byte ,parameters _c .Parameters ,globals ...Globals )([]byte ,error ){var _e Globals ;if len (globals )> 0{_e =globals [0]; +};_ce ,_de :=_c .Decode (encoded ,parameters ,_e .ToDocumentGlobals ());if _de !=nil {return nil ,_de ;};return _ce .DecodeNextPage ();}; \ No newline at end of file diff --git a/internal/license/license.go b/internal/license/license.go index d0359199d..b906a3f3a 100644 --- a/internal/license/license.go +++ b/internal/license/license.go @@ -9,112 +9,113 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package license ;import (_ga "bytes";_gc "compress/gzip";_f "crypto";_aec "crypto/aes";_ef "crypto/cipher";_ab "crypto/hmac";_da "crypto/rand";_abb "crypto/rsa";_gb "crypto/sha256";_bf "crypto/sha512";_ggf "crypto/x509";_bg "encoding/base64";_gga "encoding/hex"; -_gcg "encoding/json";_dd "encoding/pem";_a "errors";_ae "fmt";_dg "github.com/unidoc/unipdf/v3/common";_c "io";_cc "net";_ge "net/http";_fe "os";_e "path/filepath";_b "sort";_d "strings";_gg "sync";_fed "time";);const (LicenseTierUnlicensed ="\u0075\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; -LicenseTierCommunity ="\u0063o\u006d\u006d\u0075\u006e\u0069\u0074y";LicenseTierIndividual ="\u0069\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c";LicenseTierBusiness ="\u0062\u0075\u0073\u0069\u006e\u0065\u0073\u0073";);func _cedc (_agdd ,_feeb []byte )([]byte ,error ){_edc :=make ([]byte ,_bg .URLEncoding .DecodedLen (len (_feeb ))); -_fdd ,_geba :=_bg .URLEncoding .Decode (_edc ,_feeb );if _geba !=nil {return nil ,_geba ;};_edc =_edc [:_fdd ];_cfe ,_geba :=_aec .NewCipher (_agdd );if _geba !=nil {return nil ,_geba ;};if len (_edc )< _aec .BlockSize {return nil ,_a .New ("c\u0069p\u0068\u0065\u0072\u0074\u0065\u0078\u0074\u0020t\u006f\u006f\u0020\u0073ho\u0072\u0074"); -};_gdac :=_edc [:_aec .BlockSize ];_edc =_edc [_aec .BlockSize :];_edge :=_ef .NewCFBDecrypter (_cfe ,_gdac );_edge .XORKeyStream (_edc ,_edc );return _edc ,nil ;};func _gbc ()(string ,error ){_dgbc :=_d .TrimSpace (_fe .Getenv (_acg ));if _dgbc ==""{_dg .Log .Debug ("\u0024\u0025\u0073\u0020e\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061\u0072\u0069\u0061\u0062l\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020\u0057\u0069\u006c\u006c\u0020\u0075\u0073\u0065\u0020\u0068\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u0074\u006f\u0020s\u0074\u006f\u0072\u0065\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020in\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u002e",_acg ); -_bca :=_bdf ();if len (_bca )==0{return "",_ae .Errorf ("r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0024\u0025\u0073\u0020\u0065\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061r\u0069a\u0062\u006c\u0065\u0020o\u0072\u0020h\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_acg ); -};_dgbc =_e .Join (_bca ,"\u002eu\u006e\u0069\u0064\u006f\u0063");};_cee :=_fe .MkdirAll (_dgbc ,0777);if _cee !=nil {return "",_cee ;};return _dgbc ,nil ;};func (_cbg *LicenseKey )ToString ()string {if _cbg ._fca {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; -};_efa :=_ae .Sprintf ("\u004ci\u0063e\u006e\u0073\u0065\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_cbg .LicenseId );_efa +=_ae .Sprintf ("\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_cbg .CustomerId ); -_efa +=_ae .Sprintf ("\u0043u\u0073t\u006f\u006d\u0065\u0072\u0020N\u0061\u006de\u003a\u0020\u0025\u0073\u000a",_cbg .CustomerName );_efa +=_ae .Sprintf ("\u0054i\u0065\u0072\u003a\u0020\u0025\u0073\n",_cbg .Tier );_efa +=_ae .Sprintf ("\u0043r\u0065a\u0074\u0065\u0064\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dg .UtcTimeFormat (_cbg .CreatedAt )); -if _cbg .ExpiresAt ==nil {_efa +="\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041t\u003a\u0020N\u0065\u0076\u0065\u0072\u000a";}else {_efa +=_ae .Sprintf ("\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_dg .UtcTimeFormat (*_cbg .ExpiresAt )); -};_efa +=_ae .Sprintf ("\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u003a\u0020\u0025\u0073\u0020<\u0025\u0073\u003e\u000a",_cbg .CreatorName ,_cbg .CreatorEmail );return _efa ;};type defaultStateHolder struct{};var _gaa stateLoader =defaultStateHolder {}; -type reportState struct{Instance string `json:"inst"`;Next string `json:"n"`;Docs int64 `json:"d"`;NumErrors int64 `json:"e"`;LimitDocs bool `json:"ld"`;RemainingDocs int64 `json:"rd"`;LastReported _fed .Time `json:"lr"`;LastWritten _fed .Time `json:"lw"`; -Usage map[string ]int `json:"u"`;UsageLogs []interface{}`json:"ul,omitempty"`;};func _fbg ()*meteredClient {_fg :=meteredClient {_eac :"h\u0074\u0074\u0070\u0073\u003a\u002f/\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069d\u006f\u0063\u002ei\u006f/\u0061\u0070\u0069",_fcd :&_ge .Client {Timeout :30*_fed .Second }}; -if _bgf :=_fe .Getenv ("\u0055N\u0049\u0044\u004f\u0043_\u004c\u0049\u0043\u0045\u004eS\u0045_\u0053E\u0052\u0056\u0045\u0052\u005f\u0055\u0052L");_d .HasPrefix (_bgf ,"\u0068\u0074\u0074\u0070"){_fg ._eac =_bgf ;};return &_fg ;};func (_dfc *meteredClient )checkinUsage (_cfa meteredUsageCheckinForm )(meteredUsageCheckinResp ,error ){_cfa .Package ="\u0075\u006e\u0069\u0070\u0064\u0066"; -_cfa .PackageVersion =_dg .Version ;var _egd meteredUsageCheckinResp ;_afed :=_dfc ._eac +"\u002f\u006d\u0065\u0074er\u0065\u0064\u002f\u0075\u0073\u0061\u0067\u0065\u005f\u0063\u0068\u0065\u0063\u006bi\u006e";_dge ,_ddg :=_gcg .Marshal (_cfa );if _ddg !=nil {return _egd ,_ddg ; -};_geb ,_ddg :=_gcgd (_dge );if _ddg !=nil {return _egd ,_ddg ;};_gce ,_ddg :=_ge .NewRequest ("\u0050\u004f\u0053\u0054",_afed ,_geb );if _ddg !=nil {return _egd ,_ddg ;};_gce .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); -_gce .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_gce .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); -_gce .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_dfc ._eaa );_cfb ,_ddg :=_dfc ._fcd .Do (_gce );if _ddg !=nil {return _egd ,_ddg ;};defer _cfb .Body .Close ();if _cfb .StatusCode !=200{_bgc ,_bfca :=_fbbg (_cfb );if _bfca !=nil {return _egd ,_bfca ; -};_bfca =_gcg .Unmarshal (_bgc ,&_egd );if _bfca !=nil {return _egd ,_bfca ;};return _egd ,_ae .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_cfb .StatusCode ); -};_cfg :=_cfb .Header .Get ("\u0058\u002d\u0055\u0043\u002d\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065");_gea :=_cba (_cfa .MacAddress ,string (_dge ));if _gea !=_cfg {_dg .Log .Error ("I\u006e\u0076\u0061l\u0069\u0064\u0020\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u002c\u0020\u0073\u0065t\u0020\u0074\u0068e\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0073\u0065\u0072\u0076e\u0072\u0020\u0074\u006f \u0068\u0074\u0074\u0070s\u003a\u002f\u002f\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069o\u002f\u0061\u0070\u0069"); -return _egd ,_a .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0065\u0072\u0076\u0065\u0072 \u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065"); -};_gae ,_ddg :=_fbbg (_cfb );if _ddg !=nil {return _egd ,_ddg ;};_ddg =_gcg .Unmarshal (_gae ,&_egd );if _ddg !=nil {return _egd ,_ddg ;};return _egd ,nil ;};var _eg =_fed .Date (2020,1,1,0,0,0,0,_fed .UTC );func _gcgd (_age []byte )(_c .Reader ,error ){_aeb :=new (_ga .Buffer ); -_edd :=_gc .NewWriter (_aeb );_edd .Write (_age );_bcc :=_edd .Close ();if _bcc !=nil {return nil ,_bcc ;};return _aeb ,nil ;};type meteredClient struct{_eac string ;_eaa string ;_fcd *_ge .Client ;};func SetMeteredKey (apiKey string )error {if len (apiKey )==0{_dg .Log .Error ("\u004d\u0065\u0074\u0065\u0072e\u0064\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0041\u0050\u0049 \u004b\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079"); -_dg .Log .Error ("\u002d\u0020\u0047\u0072\u0061\u0062\u0020\u006f\u006e\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0072\u0065\u0065\u0020\u0054\u0069\u0065\u0072\u0020\u0061t\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063\u006c\u006fud\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _ae .Errorf ("\u006de\u0074\u0065\u0072e\u0064\u0020\u006ci\u0063en\u0073\u0065\u0020\u0061\u0070\u0069\u0020k\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u003a\u0020\u0063\u0072\u0065\u0061\u0074\u0065 o\u006ee\u0020\u0061\u0074\u0020\u0068\u0074t\u0070\u0073\u003a\u002f\u002fc\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063.\u0069\u006f"); -};if _cebc !=nil &&(_cebc ._fca ||_cebc .Tier !=LicenseTierUnlicensed ){_dg .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u0061\u006e\u006eo\u0074 \u0073\u0065\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0074\u0077\u0069c\u0065\u0020\u002d\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u006a\u0075\u0073\u0074\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069z\u0065\u0020\u006f\u006e\u0063\u0065"); -return _a .New ("\u006c\u0069\u0063en\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0061\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0073\u0065\u0074");};_dcb :=_fbg ();_dcb ._eaa =apiKey ;_gee ,_aeccb :=_dcb .getStatus ();if _aeccb !=nil {return _aeccb ;}; -if !_gee .Valid {return _a .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064");};_feec :=&LicenseKey {_fca :true ,_bcg :apiKey ,_ecc :true };_cebc =_feec ;return nil ;};func _bd (_ca string ,_dgb string )([]byte ,error ){var (_ee int ; -_dfb string ;);for _ ,_dfb =range []string {"\u000a\u002b\u000a","\u000d\u000a\u002b\r\u000a","\u0020\u002b\u0020"}{if _ee =_d .Index (_dgb ,_dfb );_ee !=-1{break ;};};if _ee ==-1{return nil ,_ae .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u002c \u0073i\u0067n\u0061t\u0075\u0072\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072"); -};_cb :=_dgb [:_ee ];_gf :=_ee +len (_dfb );_af :=_dgb [_gf :];if _cb ==""||_af ==""{return nil ,_ae .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0069n\u0070\u0075\u0074,\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0069\u0067\u0069n\u0061\u006c \u006f\u0072\u0020\u0073\u0069\u0067n\u0061\u0074u\u0072\u0065"); -};_dfg ,_dde :=_bg .StdEncoding .DecodeString (_cb );if _dde !=nil {return nil ,_ae .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0072\u0069\u0067\u0069\u006ea\u006c");};_dea ,_dde :=_bg .StdEncoding .DecodeString (_af ); -if _dde !=nil {return nil ,_ae .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065");};_ff ,_ :=_dd .Decode ([]byte (_ca ));if _ff ==nil {return nil ,_ae .Errorf ("\u0050\u0075\u0062\u004b\u0065\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};_ag ,_dde :=_ggf .ParsePKIXPublicKey (_ff .Bytes );if _dde !=nil {return nil ,_dde ;};_fbe :=_ag .(*_abb .PublicKey );if _fbe ==nil {return nil ,_ae .Errorf ("\u0050u\u0062\u004b\u0065\u0079\u0020\u0063\u006f\u006e\u0076\u0065\u0072s\u0069\u006f\u006e\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); -};_cf :=_bf .New ();_cf .Write (_dfg );_eb :=_cf .Sum (nil );_dde =_abb .VerifyPKCS1v15 (_fbe ,_f .SHA512 ,_eb ,_dea );if _dde !=nil {return nil ,_dde ;};return _dfg ,nil ;};const _dcg ="\u0055\u004e\u0049\u0050DF\u005f\u004c\u0049\u0043\u0045\u004e\u0053\u0045\u005f\u0050\u0041\u0054\u0048"; -func TrackUse (useKey string ){if _cebc ==nil {return ;};if !_cebc ._fca ||len (_cebc ._bcg )==0{return ;};if len (useKey )==0{return ;};_bdce .Lock ();defer _bdce .Unlock ();if _fedg ==nil {_fedg =map[string ]int {};};_fedg [useKey ]++;};func MakeUnlicensedKey ()*LicenseKey {_cd :=LicenseKey {}; -_cd .CustomerName ="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064";_cd .Tier =LicenseTierUnlicensed ;_cd .CreatedAt =_fed .Now ().UTC ();_cd .CreatedAtInt =_cd .CreatedAt .Unix ();return &_cd ;};func _dc (_gab string ,_aecc []byte )(string ,error ){_gba ,_ :=_dd .Decode ([]byte (_gab )); -if _gba ==nil {return "",_ae .Errorf ("\u0050\u0072\u0069\u0076\u004b\u0065\u0079\u0020\u0066a\u0069\u006c\u0065\u0064");};_fb ,_df :=_ggf .ParsePKCS1PrivateKey (_gba .Bytes );if _df !=nil {return "",_df ;};_fa :=_bf .New ();_fa .Write (_aecc );_de :=_fa .Sum (nil ); -_db ,_df :=_abb .SignPKCS1v15 (_da .Reader ,_fb ,_f .SHA512 ,_de );if _df !=nil {return "",_df ;};_bgb :=_bg .StdEncoding .EncodeToString (_aecc );_bgb +="\u000a\u002b\u000a";_bgb +=_bg .StdEncoding .EncodeToString (_db );return _bgb ,nil ;};const _acg ="\u0055N\u0049D\u004f\u0043\u005f\u004c\u0049C\u0045\u004eS\u0045\u005f\u0044\u0049\u0052"; -type meteredUsageCheckinResp struct{Instance string `json:"inst"`;Next string `json:"next"`;Success bool `json:"success"`;Message string `json:"message"`;RemainingDocs int `json:"rd"`;LimitDocs bool `json:"ld"`;};func GetLicenseKey ()*LicenseKey {if _cebc ==nil {return nil ; -};_eee :=*_cebc ;return &_eee ;};func _fbbg (_feed *_ge .Response )([]byte ,error ){var _dcgg []byte ;_agee ,_fff :=_dff (_feed );if _fff !=nil {return _dcgg ,_fff ;};return _c .ReadAll (_agee );};var _aed []interface{};var _cebc =MakeUnlicensedKey (); -var _fedg map[string ]int ;func GetMeteredState ()(MeteredStatus ,error ){if _cebc ==nil {return MeteredStatus {},_a .New ("\u006c\u0069\u0063\u0065ns\u0065\u0020\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");};if !_cebc ._fca ||len (_cebc ._bcg )==0{return MeteredStatus {},_a .New ("\u0061p\u0069 \u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074"); -};_agc ,_gde :=_gaa .loadState (_cebc ._bcg );if _gde !=nil {_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gde );return MeteredStatus {},_gde ;};if _agc .Docs > 0{_eeb :=_bfcd ("","","",true );if _eeb !=nil {return MeteredStatus {},_eeb ; -};};_bdce .Lock ();defer _bdce .Unlock ();_cgb :=_fbg ();_cgb ._eaa =_cebc ._bcg ;_ggff ,_gde :=_cgb .getStatus ();if _gde !=nil {return MeteredStatus {},_gde ;};if !_ggff .Valid {return MeteredStatus {},_a .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064"); -};_abd :=MeteredStatus {OK :true ,Credits :_ggff .OrgCredits ,Used :_ggff .OrgUsed };return _abd ,nil ;};var _ffb map[string ]struct{};func (_bdc *LicenseKey )Validate ()error {if _bdc ._fca {return nil ;};if len (_bdc .LicenseId )< 10{return _ae .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020L\u0069\u0063\u0065n\u0073e\u0020\u0049\u0064"); -};if len (_bdc .CustomerId )< 10{return _ae .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020C\u0075\u0073\u0074\u006f\u006d\u0065\u0072 \u0049\u0064");};if len (_bdc .CustomerName )< 1{return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043u\u0073\u0074\u006f\u006d\u0065\u0072\u0020\u004e\u0061\u006d\u0065"); -};if _ggc .After (_bdc .CreatedAt ){return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064 \u0041\u0074\u0020\u0069\u0073 \u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _bdc .ExpiresAt ==nil {_ea :=_bdc .CreatedAt .AddDate (1,0,0);if _eg .After (_ea ){_ea =_eg ;};_bdc .ExpiresAt =&_ea ;};if _bdc .CreatedAt .After (*_bdc .ExpiresAt ){return _ae .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0041\u0074 \u0063a\u006e\u006e\u006f\u0074 \u0062\u0065 \u0047\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0045\u0078\u0070\u0069\u0072\u0065\u0073\u0020\u0041\u0074"); -};if _bdc .isExpired (){_cad :="\u0054\u0068\u0065\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0065\u0078\u0070\u0069r\u0065\u0064\u002e\u000a"+"\u0059o\u0075\u0020\u006d\u0061y\u0020n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0075\u0070d\u0061\u0074\u0065\u0020\u0074\u0068\u0065\u0020l\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006e\u0065\u0077\u0065s\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0072\u0020\u0079o\u0075\u0072\u0020\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074i\u006fn\u002e\u000a"+"\u0054o\u0020\u0066\u0069\u006ed y\u006f\u0075\u0072\u0020n\u0065\u0077\u0065\u0073\u0074\u0020\u006c\u0069\u0063\u0065n\u0073\u0065\u0020\u006b\u0065\u0079\u002c\u0020\u0067\u006f\u0020\u0074\u006f\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063l\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064oc\u002e\u0069\u006f \u0061\u006e\u0064\u0020\u0067o\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006d\u0065\u006e\u0075\u002e"; -return _ae .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0025\u0073",_cad );};if len (_bdc .CreatorName )< 1{return _ae .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020na\u006d\u0065"); -};if len (_bdc .CreatorEmail )< 1{return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043r\u0065\u0061\u0074\u006f\u0072\u0020\u0065\u006d\u0061\u0069\u006c");};if _bdc .CreatedAt .After (_gaf ){if !_bdc .UniPDF {return _ae .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020\u0054\u0068\u0069\u0073\u0020\u0055\u006e\u0069\u0044\u006f\u0063\u0020k\u0065\u0079\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d \u0066\u006f\u0072\u0020\u0055\u006e\u0069\u0050\u0044\u0046"); -};};return nil ;};func SetMeteredKeyPersistentCache (val bool ){_cebc ._ecc =val };const (_be ="\u002d\u002d\u002d--\u0042\u0045\u0047\u0049\u004e\u0020\u0055\u004e\u0049D\u004fC\u0020L\u0049C\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d"; -_fee ="\u002d\u002d\u002d\u002d\u002d\u0045\u004e\u0044\u0020\u0055\u004e\u0049\u0044\u004f\u0043 \u004cI\u0043\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d";);func (_aee *meteredClient )getStatus ()(meteredStatusResp ,error ){var _ce meteredStatusResp ; -_gfg :=_aee ._eac +"\u002fm\u0065t\u0065\u0072\u0065\u0064\u002f\u0073\u0074\u0061\u0074\u0075\u0073";var _bea meteredStatusForm ;_bb ,_ed :=_gcg .Marshal (_bea );if _ed !=nil {return _ce ,_ed ;};_ffe ,_ed :=_gcgd (_bb );if _ed !=nil {return _ce ,_ed ; -};_ba ,_ed :=_ge .NewRequest ("\u0050\u004f\u0053\u0054",_gfg ,_ffe );if _ed !=nil {return _ce ,_ed ;};_ba .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); -_ba .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_ba .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); -_ba .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_aee ._eaa );_bbe ,_ed :=_aee ._fcd .Do (_ba );if _ed !=nil {return _ce ,_ed ;};defer _bbe .Body .Close ();if _bbe .StatusCode !=200{return _ce ,_ae .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_bbe .StatusCode ); -};_fbf ,_ed :=_fbbg (_bbe );if _ed !=nil {return _ce ,_ed ;};_ed =_gcg .Unmarshal (_fbf ,&_ce );if _ed !=nil {return _ce ,_ed ;};return _ce ,nil ;};func (_abbb *LicenseKey )IsLicensed ()bool {return _abbb .Tier !=LicenseTierUnlicensed ||_abbb ._fca };const _bfbc ="U\u004eI\u0050\u0044\u0046\u005f\u0043\u0055\u0053\u0054O\u004d\u0045\u0052\u005fNA\u004d\u0045"; -func _dfbg (_bdd string )(LicenseKey ,error ){var _ac LicenseKey ;_ec ,_fc :=_afe (_be ,_fee ,_bdd );if _fc !=nil {return _ac ,_fc ;};_gad ,_fc :=_bd (_bba ,_ec );if _fc !=nil {return _ac ,_fc ;};_fc =_gcg .Unmarshal (_gad ,&_ac );if _fc !=nil {return _ac ,_fc ; -};_ac .CreatedAt =_fed .Unix (_ac .CreatedAtInt ,0);if _ac .ExpiresAtInt > 0{_gec :=_fed .Unix (_ac .ExpiresAtInt ,0);_ac .ExpiresAt =&_gec ;};return _ac ,nil ;};func _ced (_eacc ,_afeb []byte )([]byte ,error ){_gda ,_ggd :=_aec .NewCipher (_eacc );if _ggd !=nil {return nil ,_ggd ; -};_dcge :=make ([]byte ,_aec .BlockSize +len (_afeb ));_cac :=_dcge [:_aec .BlockSize ];if _ ,_bbaa :=_c .ReadFull (_da .Reader ,_cac );_bbaa !=nil {return nil ,_bbaa ;};_ccce :=_ef .NewCFBEncrypter (_gda ,_cac );_ccce .XORKeyStream (_dcge [_aec .BlockSize :],_afeb ); -_cga :=make ([]byte ,_bg .URLEncoding .EncodedLen (len (_dcge )));_bg .URLEncoding .Encode (_cga ,_dcge );return _cga ,nil ;};func _dff (_cbgd *_ge .Response )(_c .ReadCloser ,error ){var _bfg error ;var _cbd _c .ReadCloser ;switch _d .ToLower (_cbgd .Header .Get ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")){case "\u0067\u007a\u0069\u0070":_cbd ,_bfg =_gc .NewReader (_cbgd .Body ); -if _bfg !=nil {return _cbd ,_bfg ;};defer _cbd .Close ();default:_cbd =_cbgd .Body ;};return _cbd ,nil ;};func _cba (_fec ,_gag string )string {_feb :=[]byte (_fec );_fbbge :=_ab .New (_gb .New ,_feb );_fbbge .Write ([]byte (_gag ));return _bg .StdEncoding .EncodeToString (_fbbge .Sum (nil )); -};func (_ddf *LicenseKey )TypeToString ()string {if _ddf ._fca {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e";};if _ddf .Tier ==LicenseTierUnlicensed {return "\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; -};if _ddf .Tier ==LicenseTierCommunity {return "\u0041\u0047PL\u0076\u0033\u0020O\u0070\u0065\u006e\u0020Sou\u0072ce\u0020\u0043\u006f\u006d\u006d\u0075\u006eit\u0079\u0020\u004c\u0069\u0063\u0065\u006es\u0065";};if _ddf .Tier ==LicenseTierIndividual ||_ddf .Tier =="\u0069\u006e\u0064i\u0065"{return "\u0043\u006f\u006dm\u0065\u0072\u0063\u0069a\u006c\u0020\u004c\u0069\u0063\u0065\u006es\u0065\u0020\u002d\u0020\u0049\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c"; -};return "\u0043\u006fm\u006d\u0065\u0072\u0063\u0069\u0061\u006c\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u002d\u0020\u0042\u0075\u0073\u0069ne\u0073\u0073";};func (_afd *LicenseKey )isExpired ()bool {return _afd .getExpiryDateToCompare ().After (*_afd .ExpiresAt )}; -func SetLicenseKey (content string ,customerName string )error {_afeda ,_daf :=_dfbg (content );if _daf !=nil {_dg .Log .Error ("\u004c\u0069c\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u0072\u0072\u006f\u0072: \u0025\u0076",_daf ); -return _daf ;};if !_d .EqualFold (_afeda .CustomerName ,customerName ){_dg .Log .Error ("L\u0069ce\u006es\u0065 \u0063\u006f\u0064\u0065\u0020i\u0073\u0073\u0075e\u0020\u002d\u0020\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006da\u0074\u0063\u0068, e\u0078\u0070\u0065\u0063\u0074\u0065d\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067o\u0074 \u0027\u0025\u0073\u0027",_afeda .CustomerName ,customerName ); -return _ae .Errorf ("\u0063\u0075\u0073\u0074\u006fm\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006d\u0061t\u0063\u0068\u002c\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067\u006f\u0074\u0020\u0027\u0025\u0073'",_afeda .CustomerName ,customerName ); -};_daf =_afeda .Validate ();if _daf !=nil {_dg .Log .Error ("\u004c\u0069\u0063\u0065\u006e\u0073e\u0020\u0063\u006f\u0064\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074i\u006f\u006e\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_daf ); -return _daf ;};_cebc =&_afeda ;return nil ;};const _bba ="\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e \u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049I\u0042\u0049\u006a\u0041NB\u0067\u006b\u0071\u0068\u006b\u0069G\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046A\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u0051\u0045A\u006dF\u0055\u0069\u0079\u0064\u0037\u0062\u0035\u0058\u006a\u0070\u006b\u0050\u0035\u0052\u0061\u0070\u0034\u0077\u000a\u0044\u0063\u0031d\u0079\u007a\u0049\u0051\u0034\u004c\u0065\u006b\u0078\u0072\u0076\u0079\u0074\u006e\u0045\u004d\u0070\u004e\u0055\u0062\u006f\u0036i\u0041\u0037\u0034\u0056\u0038\u0072\u0075\u005a\u004f\u0076\u0072\u0053\u0063\u0073\u0066\u0032\u0051\u0065\u004e9\u002f\u0071r\u0055\u0047\u0038\u0071\u0045\u0062\u0055\u0057\u0064\u006f\u0045\u0059\u0071+\u000a\u006f\u0074\u0046\u004e\u0041\u0046N\u0078\u006c\u0047\u0062\u0078\u0062\u0044\u0048\u0063\u0064\u0047\u0056\u0061\u004d\u0030\u004f\u0058\u0064\u0058g\u0044y\u004c5\u0061\u0049\u0045\u0061\u0067\u004c\u0030\u0063\u0035\u0070\u0077\u006a\u0049\u0064\u0050G\u0049\u006e\u0034\u0036\u0066\u0037\u0038\u0065\u004d\u004a\u002b\u004a\u006b\u0064\u0063\u0070\u0044\n\u0044\u004a\u0061\u0071\u0059\u0058d\u0072\u007a5\u004b\u0065\u0073\u0068\u006aS\u0069\u0049\u0061\u0061\u0037\u006d\u0065\u006e\u0042\u0049\u0041\u0058\u0053\u0034\u0055\u0046\u0078N\u0066H\u0068\u004e\u0030\u0048\u0043\u0059\u005a\u0059\u0071\u0051\u0047\u0037\u0062K+\u0073\u0035\u0072R\u0048\u006f\u006e\u0079\u0064\u004eW\u0045\u0047\u000a\u0048\u0038M\u0079\u0076\u00722\u0070\u0079\u0061\u0032K\u0072\u004d\u0075m\u0066\u006d\u0041\u0078\u0055\u0042\u0036\u0066\u0065\u006e\u0043\u002f4\u004f\u0030\u0057\u00728\u0067\u0066\u0050\u004f\u0055\u0038R\u0069\u0074\u006d\u0062\u0044\u0076\u0051\u0050\u0049\u0052\u0058\u004fL\u0034\u0076\u0054B\u0072\u0042\u0064\u0062a\u0041\u000a9\u006e\u0077\u004e\u0050\u002b\u0069\u002f\u002f\u0032\u0030\u004d\u00542\u0062\u0078\u006d\u0065\u0057\u0042\u002b\u0067\u0070\u0063\u0045\u0068G\u0070\u0058\u005a7\u0033\u0033\u0061\u007a\u0051\u0078\u0072\u0043\u0033\u004a\u0034\u0076\u0033C\u005a\u006d\u0045\u004eS\u0074\u0044\u004b\u002f\u004b\u0044\u0053\u0050\u004b\u0055\u0047\u0066\u00756\u000a\u0066\u0077I\u0044\u0041\u0051\u0041\u0042\u000a\u002d\u002d\u002d\u002d\u002dE\u004e\u0044\u0020\u0050\u0055\u0042\u004c\u0049\u0043 \u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\n"; -func _ffg ()([]string ,[]string ,error ){_bgff ,_dgdd :=_cc .Interfaces ();if _dgdd !=nil {return nil ,nil ,_dgdd ;};var _ega []string ;var _aefa []string ;for _ ,_acc :=range _bgff {if _acc .Flags &_cc .FlagUp ==0||_ga .Equal (_acc .HardwareAddr ,nil ){continue ; -};_add ,_ebb :=_acc .Addrs ();if _ebb !=nil {return nil ,nil ,_ebb ;};_egcb :=0;for _ ,_aaf :=range _add {var _bbda _cc .IP ;switch _dec :=_aaf .(type ){case *_cc .IPNet :_bbda =_dec .IP ;case *_cc .IPAddr :_bbda =_dec .IP ;};if _bbda .IsLoopback (){continue ; -};if _bbda .To4 ()==nil {continue ;};_aefa =append (_aefa ,_bbda .String ());_egcb ++;};_eccg :=_acc .HardwareAddr .String ();if _eccg !=""&&_egcb > 0{_ega =append (_ega ,_eccg );};};return _ega ,_aefa ,nil ;};func _bege ()(_cc .IP ,error ){_agd ,_cec :=_cc .Dial ("\u0075\u0064\u0070","\u0038\u002e\u0038\u002e\u0038\u002e\u0038\u003a\u0038\u0030"); -if _cec !=nil {return nil ,_cec ;};defer _agd .Close ();_dded :=_agd .LocalAddr ().(*_cc .UDPAddr );return _dded .IP ,nil ;};type meteredUsageCheckinForm struct{Instance string `json:"inst"`;Next string `json:"next"`;UsageNumber int `json:"usage_number"`; -NumFailed int64 `json:"num_failed"`;Hostname string `json:"hostname"`;LocalIP string `json:"local_ip"`;MacAddress string `json:"mac_address"`;Package string `json:"package"`;PackageVersion string `json:"package_version"`;Usage map[string ]int `json:"u"`; -IsPersistentCache bool `json:"is_persistent_cache"`;Timestamp int64 `json:"timestamp"`;UsageLogs []interface{}`json:"ul,omitempty"`;};type meteredStatusResp struct{Valid bool `json:"valid"`;OrgCredits int64 `json:"org_credits"`;OrgUsed int64 `json:"org_used"`; -OrgRemaining int64 `json:"org_remaining"`;};func (_cge *LicenseKey )getExpiryDateToCompare ()_fed .Time {if _cge .Trial {return _fed .Now ().UTC ();};return _dg .ReleasedAt ;};type meteredStatusForm struct{};func _afe (_fd string ,_gd string ,_bfc string )(string ,error ){_bgg :=_d .Index (_bfc ,_fd ); -if _bgg ==-1{return "",_ae .Errorf ("\u0068\u0065a\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_dgd :=_d .Index (_bfc ,_gd );if _dgd ==-1{return "",_ae .Errorf ("\u0066\u006fo\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -};_cg :=_bgg +len (_fd )+1;return _bfc [_cg :_dgd -1],nil ;};type stateLoader interface{loadState (_feeg string )(reportState ,error );updateState (_dba ,_abbg ,_fgf string ,_fcb int ,_cdg bool ,_caf int ,_bbf int ,_baa _fed .Time ,_acd map[string ]int ,_ddfc ...interface{})error ; -};var _ggc =_fed .Date (2010,1,1,0,0,0,0,_fed .UTC );func SetMeteredKeyUsageLogVerboseMode (val bool ){_cebc ._eea =val };func init (){_dbc :=_fe .Getenv (_dcg );_ecg :=_fe .Getenv (_bfbc );if len (_dbc )==0||len (_ecg )==0{return ;};_bace ,_fcdg :=_fe .ReadFile (_dbc ); -if _fcdg !=nil {_dg .Log .Error ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0072\u0065ad \u006cic\u0065\u006e\u0073\u0065\u0020\u0063\u006fde\u0020\u0066\u0069\u006c\u0065\u003a\u0020%\u0076",_fcdg );return ;};_fcdg =SetLicenseKey (string (_bace ),_ecg ); -if _fcdg !=nil {_dg .Log .Error ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u006c\u006f\u0061\u0064\u0020\u006ci\u0063\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_fcdg );return ;};};type MeteredStatus struct{OK bool ; -Credits int64 ;Used int64 ;};var _gaf =_fed .Date (2019,6,6,0,0,0,0,_fed .UTC );type LicenseKey struct{LicenseId string `json:"license_id"`;CustomerId string `json:"customer_id"`;CustomerName string `json:"customer_name"`;Tier string `json:"tier"`;CreatedAt _fed .Time `json:"-"`; -CreatedAtInt int64 `json:"created_at"`;ExpiresAt *_fed .Time `json:"-"`;ExpiresAtInt int64 `json:"expires_at"`;CreatedBy string `json:"created_by"`;CreatorName string `json:"creator_name"`;CreatorEmail string `json:"creator_email"`;UniPDF bool `json:"unipdf"`; -UniOffice bool `json:"unioffice"`;UniHTML bool `json:"unihtml"`;Trial bool `json:"trial"`;_fca bool ;_bcg string ;_ecc bool ;_eea bool ;};func _bdf ()string {_dbca :=_fe .Getenv ("\u0048\u004f\u004d\u0045");if len (_dbca )==0{_dbca ,_ =_fe .UserHomeDir (); -};return _dbca ;};func _bfcd (_ebd string ,_afef string ,_cca string ,_bag bool )error {if _cebc ==nil {return _a .New ("\u006e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073e\u0020\u006b\u0065\u0079");};if !_cebc ._fca ||len (_cebc ._bcg )==0{return nil ; -};if len (_ebd )==0&&!_bag {return _a .New ("\u0064\u006f\u0063\u004b\u0065\u0079\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};_bdce .Lock ();defer _bdce .Unlock ();if _ffb ==nil {_ffb =map[string ]struct{}{};};if _fedg ==nil {_fedg =map[string ]int {}; -};_bda :=0;if len (_ebd )> 0{_ ,_abbe :=_ffb [_ebd ];if !_abbe {_ffb [_ebd ]=struct{}{};_bda ++;};if _cebc ._eea {_aed =append (_aed ,map[string ]interface{}{"\u0074\u0069\u006d\u0065":_fed .Now ().String (),"\u0066\u0075\u006e\u0063":_afef ,"\u0072\u0065\u0066":_ebd [:8],"\u0066\u0069\u006c\u0065":_cca ,"\u0063\u006f\u0073\u0074":_bda }); -if _abbe &&_bda ==0{_dg .Log .Info ("\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025\u0073 \u007c \u004e\u006f\u0020\u0063\u0072\u0065\u0064\u0069\u0074\u0020\u0075\u0073\u0065\u0064",_fed .Now ().String (),_ebd [:8],_afef ); -};};};if _bda ==0&&!_bag {return nil ;};_fedg [_afef ]++;_gcga :=_fed .Now ();_fce ,_faf :=_gaa .loadState (_cebc ._bcg );if _faf !=nil {_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_faf );return _faf ;};_fce .UsageLogs =append (_fce .UsageLogs ,_aed ...); -if _fce .Usage ==nil {_fce .Usage =map[string ]int {};};for _dee ,_fcac :=range _fedg {if _dee !=""{_fce .Usage [_dee ]+=_fcac ;};};_fedg =nil ;const _ddfg =24*_fed .Hour ;const _beac =3*24*_fed .Hour ;if len (_fce .Instance )==0||_gcga .Sub (_fce .LastReported )> _ddfg ||(_fce .LimitDocs &&_fce .RemainingDocs <=_fce .Docs +int64 (_bda ))||_bag {_ddc ,_ggcc :=_fe .Hostname (); -if _ggcc !=nil {return _ggcc ;};_bdg :=_fce .Docs ;_ccac ,_cebf ,_ggcc :=_ffg ();if _ggcc !=nil {_dg .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u006c\u006fc\u0061\u006c\u0020\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u003a\u0020\u0025\u0073",_ggcc .Error ()); -_ccac =append (_ccac ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce");_cebf =append (_cebf ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce"); -}else {_b .Strings (_cebf );_b .Strings (_ccac );_beg ,_afde :=_bege ();if _afde !=nil {return _afde ;};_gff :=false ;for _ ,_gcc :=range _cebf {if _gcc ==_beg .String (){_gff =true ;};};if !_gff {_cebf =append (_cebf ,_beg .String ());};};_efg :=_fbg (); -_efg ._eaa =_cebc ._bcg ;_bdg +=int64 (_bda );_gef :=meteredUsageCheckinForm {Instance :_fce .Instance ,Next :_fce .Next ,UsageNumber :int (_bdg ),NumFailed :_fce .NumErrors ,Hostname :_ddc ,LocalIP :_d .Join (_cebf ,"\u002c\u0020"),MacAddress :_d .Join (_ccac ,"\u002c\u0020"),Package :"\u0075\u006e\u0069\u0070\u0064\u0066",PackageVersion :_dg .Version ,Usage :_fce .Usage ,IsPersistentCache :_cebc ._ecc ,Timestamp :_gcga .Unix ()}; -if len (_ccac )==0{_gef .MacAddress ="\u006e\u006f\u006e\u0065";};if _cebc ._eea {_gef .UsageLogs =_fce .UsageLogs ;};_gbe :=int64 (0);_cgd :=_fce .NumErrors ;_aag :=_gcga ;_geee :=0;_ebdb :=_fce .LimitDocs ;_gbd ,_ggcc :=_efg .checkinUsage (_gef );if _ggcc !=nil {if _gcga .Sub (_fce .LastReported )> _beac {if !_gbd .Success {return _a .New (_gbd .Message ); -};return _a .New ("\u0074\u006f\u006f\u0020\u006c\u006f\u006e\u0067\u0020\u0073\u0069\u006e\u0063\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0073\u0075\u0063\u0063e\u0073\u0073\u0066\u0075\u006c \u0063\u0068e\u0063\u006b\u0069\u006e");};_gbe =_bdg ;_cgd ++; -_aag =_fce .LastReported ;}else {_ebdb =_gbd .LimitDocs ;_geee =_gbd .RemainingDocs ;_cgd =0;};if len (_gbd .Instance )==0{_gbd .Instance =_gef .Instance ;};if len (_gbd .Next )==0{_gbd .Next =_gef .Next ;};_ggcc =_gaa .updateState (_efg ._eaa ,_gbd .Instance ,_gbd .Next ,int (_gbe ),_ebdb ,_geee ,int (_cgd ),_aag ,nil ); -if _ggcc !=nil {return _ggcc ;};if !_gbd .Success {return _ae .Errorf ("\u0065r\u0072\u006f\u0072\u003a\u0020\u0025s",_gbd .Message );};}else {_faf =_gaa .updateState (_cebc ._bcg ,_fce .Instance ,_fce .Next ,int (_fce .Docs )+_bda ,_fce .LimitDocs ,int (_fce .RemainingDocs ),int (_fce .NumErrors ),_fce .LastReported ,_fce .Usage ,_fce .UsageLogs ...); -if _faf !=nil {return _faf ;};};if _cebc ._eea &&len (_ebd )> 0{_ccc :="";if _cca !=""{_ccc =_ae .Sprintf ("\u0046i\u006c\u0065\u0020\u0025\u0073\u0020|",_cca );};_dg .Log .Info ("%\u0073\u0020\u007c\u0020\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025s\u0020\u007c\u0020\u0025\u0064\u0020\u0063\u0072\u0065\u0064it\u0028\u0073\u0029 \u0075s\u0065\u0064",_gcga .String (),_ccc ,_ebd [:8],_afef ,_bda ); -};return nil ;};func Track (docKey string ,useKey string ,docName string )error {return _bfcd (docKey ,useKey ,docName ,!_cebc ._ecc );};func (_egc defaultStateHolder )updateState (_dbd ,_abc ,_aef string ,_eca int ,_gge bool ,_fbb int ,_cbf int ,_ebg _fed .Time ,_acdg map[string ]int ,_bde ...interface{})error {_ggaa ,_ceb :=_gbc (); -if _ceb !=nil {return _ceb ;};if len (_dbd )< 20{return _a .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_abcb :=[]byte (_dbd );_faa :=_bf .Sum512_256 (_abcb [:20]);_eec :=_gga .EncodeToString (_faa [:]);_ffc :=_e .Join (_ggaa ,_eec ); -var _ecd reportState ;_ecd .Docs =int64 (_eca );_ecd .NumErrors =int64 (_cbf );_ecd .LimitDocs =_gge ;_ecd .RemainingDocs =int64 (_fbb );_ecd .LastWritten =_fed .Now ().UTC ();_ecd .LastReported =_ebg ;_ecd .Instance =_abc ;_ecd .Next =_aef ;_ecd .Usage =_acdg ; -_ecd .UsageLogs =_bde ;_cfge ,_ceb :=_gcg .Marshal (_ecd );if _ceb !=nil {return _ceb ;};const _aa ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_cfge ,_ceb =_ced ([]byte (_aa ),_cfge );if _ceb !=nil {return _ceb ; -};_ceb =_fe .WriteFile (_ffc ,_cfge ,0600);if _ceb !=nil {return _ceb ;};return nil ;};var _bdce =&_gg .Mutex {};func (_ege defaultStateHolder )loadState (_dgbe string )(reportState ,error ){_bbc ,_ecb :=_gbc ();if _ecb !=nil {return reportState {},_ecb ; -};_ecb =_fe .MkdirAll (_bbc ,0777);if _ecb !=nil {return reportState {},_ecb ;};if len (_dgbe )< 20{return reportState {},_a .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_bfb :=[]byte (_dgbe );_eeba :=_bf .Sum512_256 (_bfb [:20]); -_aca :=_gga .EncodeToString (_eeba [:]);_edb :=_e .Join (_bbc ,_aca );_edg ,_ecb :=_fe .ReadFile (_edb );if _ecb !=nil {if _fe .IsNotExist (_ecb ){return reportState {},nil ;};_dg .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecb );return reportState {},_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061"); -};const _aae ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_edg ,_ecb =_cedc ([]byte (_aae ),_edg );if _ecb !=nil {return reportState {},_ecb ;};var _bbd reportState ;_ecb =_gcg .Unmarshal (_edg ,&_bbd );if _ecb !=nil {_dg .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0076",_ecb ); -return reportState {},_a .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061");};return _bbd ,nil ;}; \ No newline at end of file +package license ;import (_ad "bytes";_ef "compress/gzip";_e "crypto";_bc "crypto/aes";_abc "crypto/cipher";_af "crypto/hmac";_ab "crypto/rand";_dfe "crypto/rsa";_ce "crypto/sha256";_dbg "crypto/sha512";_gc "crypto/x509";_df "encoding/base64";_db "encoding/hex"; +_fa "encoding/json";_dbe "encoding/pem";_eg "errors";_ca "fmt";_bb "github.com/unidoc/unipdf/v3/common";_cb "io";_da "net";_f "net/http";_cf "os";_d "path/filepath";_g "sort";_gg "strings";_a "sync";_b "time";);type reportState struct{Instance string `json:"inst"`; +Next string `json:"n"`;Docs int64 `json:"d"`;NumErrors int64 `json:"e"`;LimitDocs bool `json:"ld"`;RemainingDocs int64 `json:"rd"`;LastReported _b .Time `json:"lr"`;LastWritten _b .Time `json:"lw"`;Usage map[string ]int `json:"u"`;UsageLogs []interface{}`json:"ul,omitempty"`; +};func (_bae *meteredClient )checkinUsage (_eadg meteredUsageCheckinForm )(meteredUsageCheckinResp ,error ){_eadg .Package ="\u0075\u006e\u0069\u0070\u0064\u0066";_eadg .PackageVersion =_bb .Version ;var _dcg meteredUsageCheckinResp ;_bab :=_bae ._bf +"\u002f\u006d\u0065\u0074er\u0065\u0064\u002f\u0075\u0073\u0061\u0067\u0065\u005f\u0063\u0068\u0065\u0063\u006bi\u006e"; +_ffe ,_cfba :=_fa .Marshal (_eadg );if _cfba !=nil {return _dcg ,_cfba ;};_dff ,_cfba :=_ebdd (_ffe );if _cfba !=nil {return _dcg ,_cfba ;};_ccae ,_cfba :=_f .NewRequest ("\u0050\u004f\u0053\u0054",_bab ,_dff );if _cfba !=nil {return _dcg ,_cfba ;};_ccae .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e"); +_ccae .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_ccae .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); +_ccae .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_bae ._bea );_bba ,_cfba :=_bae ._cca .Do (_ccae );if _cfba !=nil {return _dcg ,_cfba ;};defer _bba .Body .Close ();if _bba .StatusCode !=200{_fgc ,_bgf :=_dgga (_bba );if _bgf !=nil {return _dcg ,_bgf ; +};_bgf =_fa .Unmarshal (_fgc ,&_dcg );if _bgf !=nil {return _dcg ,_bgf ;};return _dcg ,_ca .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_bba .StatusCode ); +};_ffg :=_bba .Header .Get ("\u0058\u002d\u0055\u0043\u002d\u0053\u0069\u0067\u006ea\u0074\u0075\u0072\u0065");_egb :=_cff (_eadg .MacAddress ,string (_ffe ));if _egb !=_ffg {_bb .Log .Error ("I\u006e\u0076\u0061l\u0069\u0064\u0020\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u002c\u0020\u0073\u0065t\u0020\u0074\u0068e\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0073\u0065\u0072\u0076e\u0072\u0020\u0074\u006f \u0068\u0074\u0074\u0070s\u003a\u002f\u002f\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069o\u002f\u0061\u0070\u0069"); +return _dcg ,_eg .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u0063\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0065\u0072\u0076\u0065\u0072 \u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065"); +};_dcge ,_cfba :=_dgga (_bba );if _cfba !=nil {return _dcg ,_cfba ;};_cfba =_fa .Unmarshal (_dcge ,&_dcg );if _cfba !=nil {return _dcg ,_cfba ;};return _dcg ,nil ;};type meteredUsageCheckinResp struct{Instance string `json:"inst"`;Next string `json:"next"`; +Success bool `json:"success"`;Message string `json:"message"`;RemainingDocs int `json:"rd"`;LimitDocs bool `json:"ld"`;};func (_gbga *LicenseKey )TypeToString ()string {if _gbga ._efe {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; +};if _gbga .Tier ==LicenseTierUnlicensed {return "\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064";};if _gbga .Tier ==LicenseTierCommunity {return "\u0041\u0047PL\u0076\u0033\u0020O\u0070\u0065\u006e\u0020Sou\u0072ce\u0020\u0043\u006f\u006d\u006d\u0075\u006eit\u0079\u0020\u004c\u0069\u0063\u0065\u006es\u0065"; +};if _gbga .Tier ==LicenseTierIndividual ||_gbga .Tier =="\u0069\u006e\u0064i\u0065"{return "\u0043\u006f\u006dm\u0065\u0072\u0063\u0069a\u006c\u0020\u004c\u0069\u0063\u0065\u006es\u0065\u0020\u002d\u0020\u0049\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c"; +};return "\u0043\u006fm\u006d\u0065\u0072\u0063\u0069\u0061\u006c\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u002d\u0020\u0042\u0075\u0073\u0069ne\u0073\u0073";};type meteredUsageCheckinForm struct{Instance string `json:"inst"`;Next string `json:"next"`; +UsageNumber int `json:"usage_number"`;NumFailed int64 `json:"num_failed"`;Hostname string `json:"hostname"`;LocalIP string `json:"local_ip"`;MacAddress string `json:"mac_address"`;Package string `json:"package"`;PackageVersion string `json:"package_version"`; +Usage map[string ]int `json:"u"`;IsPersistentCache bool `json:"is_persistent_cache"`;Timestamp int64 `json:"timestamp"`;UsageLogs []interface{}`json:"ul,omitempty"`;};func _ac (_ed string ,_gbf string )([]byte ,error ){var (_cc int ;_adfb string ;);for _ ,_adfb =range []string {"\u000a\u002b\u000a","\u000d\u000a\u002b\r\u000a","\u0020\u002b\u0020"}{if _cc =_gg .Index (_gbf ,_adfb ); +_cc !=-1{break ;};};if _cc ==-1{return nil ,_ca .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u002c \u0073i\u0067n\u0061t\u0075\u0072\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072");};_edf :=_gbf [:_cc ]; +_fd :=_cc +len (_adfb );_gcf :=_gbf [_fd :];if _edf ==""||_gcf ==""{return nil ,_ca .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u0069n\u0070\u0075\u0074,\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0069\u0067\u0069n\u0061\u006c \u006f\u0072\u0020\u0073\u0069\u0067n\u0061\u0074u\u0072\u0065"); +};_fe ,_aa :=_df .StdEncoding .DecodeString (_edf );if _aa !=nil {return nil ,_ca .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0072\u0069\u0067\u0069\u006ea\u006c");};_eb ,_aa :=_df .StdEncoding .DecodeString (_gcf ); +if _aa !=nil {return nil ,_ca .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065");};_edc ,_ :=_dbe .Decode ([]byte (_ed ));if _edc ==nil {return nil ,_ca .Errorf ("\u0050\u0075\u0062\u004b\u0065\u0079\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};_edd ,_aa :=_gc .ParsePKIXPublicKey (_edc .Bytes );if _aa !=nil {return nil ,_aa ;};_egd :=_edd .(*_dfe .PublicKey );if _egd ==nil {return nil ,_ca .Errorf ("\u0050u\u0062\u004b\u0065\u0079\u0020\u0063\u006f\u006e\u0076\u0065\u0072s\u0069\u006f\u006e\u0020\u0066\u0061\u0069\u006c\u0065\u0064"); +};_afc :=_dbg .New ();_afc .Write (_fe );_cbf :=_afc .Sum (nil );_aa =_dfe .VerifyPKCS1v15 (_egd ,_e .SHA512 ,_cbf ,_eb );if _aa !=nil {return nil ,_aa ;};return _fe ,nil ;};type meteredStatusResp struct{Valid bool `json:"valid"`;OrgCredits int64 `json:"org_credits"`; +OrgUsed int64 `json:"org_used"`;OrgRemaining int64 `json:"org_remaining"`;};func (_bac *LicenseKey )getExpiryDateToCompare ()_b .Time {if _bac .Trial {return _b .Now ().UTC ();};return _bb .ReleasedAt ;};const (LicenseTierUnlicensed ="\u0075\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; +LicenseTierCommunity ="\u0063o\u006d\u006d\u0075\u006e\u0069\u0074y";LicenseTierIndividual ="\u0069\u006e\u0064\u0069\u0076\u0069\u0064\u0075\u0061\u006c";LicenseTierBusiness ="\u0062\u0075\u0073\u0069\u006e\u0065\u0073\u0073";);var _abfe =&_a .Mutex {}; +func _eddd (_cfbe ,_cab []byte )([]byte ,error ){_ccbg :=make ([]byte ,_df .URLEncoding .DecodedLen (len (_cab )));_babe ,_aaeb :=_df .URLEncoding .Decode (_ccbg ,_cab );if _aaeb !=nil {return nil ,_aaeb ;};_ccbg =_ccbg [:_babe ];_gafa ,_aaeb :=_bc .NewCipher (_cfbe ); +if _aaeb !=nil {return nil ,_aaeb ;};if len (_ccbg )< _bc .BlockSize {return nil ,_eg .New ("c\u0069p\u0068\u0065\u0072\u0074\u0065\u0078\u0074\u0020t\u006f\u006f\u0020\u0073ho\u0072\u0074");};_gef :=_ccbg [:_bc .BlockSize ];_ccbg =_ccbg [_bc .BlockSize :]; +_bbeg :=_abc .NewCFBDecrypter (_gafa ,_gef );_bbeg .XORKeyStream (_ccbg ,_ccbg );return _ccbg ,nil ;};func (_ead *meteredClient )getStatus ()(meteredStatusResp ,error ){var _bg meteredStatusResp ;_ebe :=_ead ._bf +"\u002fm\u0065t\u0065\u0072\u0065\u0064\u002f\u0073\u0074\u0061\u0074\u0075\u0073"; +var _bbe meteredStatusForm ;_dfc ,_cfb :=_fa .Marshal (_bbe );if _cfb !=nil {return _bg ,_cfb ;};_bbf ,_cfb :=_ebdd (_dfc );if _cfb !=nil {return _bg ,_cfb ;};_faf ,_cfb :=_f .NewRequest ("\u0050\u004f\u0053\u0054",_ebe ,_bbf );if _cfb !=nil {return _bg ,_cfb ; +};_faf .Header .Add ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","\u0061\u0070p\u006c\u0069\u0063a\u0074\u0069\u006f\u006e\u002f\u006a\u0073\u006f\u006e");_faf .Header .Add ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070"); +_faf .Header .Add ("\u0041c\u0063e\u0070\u0074\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0067\u007a\u0069\u0070");_faf .Header .Add ("\u0058-\u0041\u0050\u0049\u002d\u004b\u0045Y",_ead ._bea );_bed ,_cfb :=_ead ._cca .Do (_faf );if _cfb !=nil {return _bg ,_cfb ; +};defer _bed .Body .Close ();if _bed .StatusCode !=200{return _bg ,_ca .Errorf ("\u0066\u0061i\u006c\u0065\u0064\u0020t\u006f\u0020c\u0068\u0065\u0063\u006b\u0069\u006e\u002c\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u0020\u0069s\u003a\u0020\u0025\u0064",_bed .StatusCode ); +};_aae ,_cfb :=_dgga (_bed );if _cfb !=nil {return _bg ,_cfb ;};_cfb =_fa .Unmarshal (_aae ,&_bg );if _cfb !=nil {return _bg ,_cfb ;};return _bg ,nil ;};func MakeUnlicensedKey ()*LicenseKey {_eda :=LicenseKey {};_eda .CustomerName ="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064"; +_eda .Tier =LicenseTierUnlicensed ;_eda .CreatedAt =_b .Now ().UTC ();_eda .CreatedAtInt =_eda .CreatedAt .Unix ();return &_eda ;};func TrackUse (useKey string ){if _dbfc ==nil {return ;};if !_dbfc ._efe ||len (_dbfc ._dg )==0{return ;};if len (useKey )==0{return ; +};_abfe .Lock ();defer _abfe .Unlock ();if _ee ==nil {_ee =map[string ]int {};};_ee [useKey ]++;};func _cagc (_bbba ,_gag []byte )([]byte ,error ){_gaa ,_fad :=_bc .NewCipher (_bbba );if _fad !=nil {return nil ,_fad ;};_befe :=make ([]byte ,_bc .BlockSize +len (_gag )); +_edcc :=_befe [:_bc .BlockSize ];if _ ,_gff :=_cb .ReadFull (_ab .Reader ,_edcc );_gff !=nil {return nil ,_gff ;};_dda :=_abc .NewCFBEncrypter (_gaa ,_edcc );_dda .XORKeyStream (_befe [_bc .BlockSize :],_gag );_efaac :=make ([]byte ,_df .URLEncoding .EncodedLen (len (_befe ))); +_df .URLEncoding .Encode (_efaac ,_befe );return _efaac ,nil ;};var _dbfc =MakeUnlicensedKey ();var _dbef map[string ]struct{};func SetMeteredKeyUsageLogVerboseMode (val bool ){_dbfc ._bef =val };func SetMeteredKeyPersistentCache (val bool ){_dbfc ._cdc =val }; +type defaultStateHolder struct{};func SetMeteredKey (apiKey string )error {if len (apiKey )==0{_bb .Log .Error ("\u004d\u0065\u0074\u0065\u0072e\u0064\u0020\u004c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u0041\u0050\u0049 \u004b\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079"); +_bb .Log .Error ("\u002d\u0020\u0047\u0072\u0061\u0062\u0020\u006f\u006e\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0072\u0065\u0065\u0020\u0054\u0069\u0065\u0072\u0020\u0061t\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063\u006c\u006fud\u002e\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _ca .Errorf ("\u006de\u0074\u0065\u0072e\u0064\u0020\u006ci\u0063en\u0073\u0065\u0020\u0061\u0070\u0069\u0020k\u0065\u0079\u0020\u006d\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006d\u0070\u0074\u0079\u003a\u0020\u0063\u0072\u0065\u0061\u0074\u0065 o\u006ee\u0020\u0061\u0074\u0020\u0068\u0074t\u0070\u0073\u003a\u002f\u002fc\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064\u006f\u0063.\u0069\u006f"); +};if _dbfc !=nil &&(_dbfc ._efe ||_dbfc .Tier !=LicenseTierUnlicensed ){_bb .Log .Error ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0043\u0061\u006e\u006eo\u0074 \u0073\u0065\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0074\u0077\u0069c\u0065\u0020\u002d\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u006a\u0075\u0073\u0074\u0020\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0069z\u0065\u0020\u006f\u006e\u0063\u0065"); +return _eg .New ("\u006c\u0069\u0063en\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0061\u006c\u0072\u0065\u0061\u0064\u0079\u0020\u0073\u0065\u0074");};_cg :=_dce ();_cg ._bea =apiKey ;_faff ,_ffgd :=_cg .getStatus ();if _ffgd !=nil {return _ffgd ;};if !_faff .Valid {return _eg .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064"); +};_ebc :=&LicenseKey {_efe :true ,_dg :apiKey ,_cdc :true };_dbfc =_ebc ;return nil ;};func (_efa *LicenseKey )isExpired ()bool {return _efa .getExpiryDateToCompare ().After (*_efa .ExpiresAt )};func SetLicenseKey (content string ,customerName string )error {_eea ,_efd :=_dcb (content ); +if _efd !=nil {_bb .Log .Error ("\u004c\u0069c\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020\u0065\u0072\u0072\u006f\u0072: \u0025\u0076",_efd );return _efd ;};if !_gg .EqualFold (_eea .CustomerName ,customerName ){_bb .Log .Error ("L\u0069ce\u006es\u0065 \u0063\u006f\u0064\u0065\u0020i\u0073\u0073\u0075e\u0020\u002d\u0020\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006da\u0074\u0063\u0068, e\u0078\u0070\u0065\u0063\u0074\u0065d\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067o\u0074 \u0027\u0025\u0073\u0027",_eea .CustomerName ,customerName ); +return _ca .Errorf ("\u0063\u0075\u0073\u0074\u006fm\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0020\u006d\u0069\u0073\u006d\u0061t\u0063\u0068\u002c\u0020\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0025\u0073\u0027\u002c\u0020\u0062\u0075\u0074\u0020\u0067\u006f\u0074\u0020\u0027\u0025\u0073'",_eea .CustomerName ,customerName ); +};_efd =_eea .Validate ();if _efd !=nil {_bb .Log .Error ("\u004c\u0069\u0063\u0065\u006e\u0073e\u0020\u0063\u006f\u0064\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074i\u006f\u006e\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_efd );return _efd ; +};_dbfc =&_eea ;return nil ;};func _beb ()string {_cga :=_cf .Getenv ("\u0048\u004f\u004d\u0045");if len (_cga )==0{_cga ,_ =_cf .UserHomeDir ();};return _cga ;};func _gdf ()(_da .IP ,error ){_abfd ,_aac :=_da .Dial ("\u0075\u0064\u0070","\u0038\u002e\u0038\u002e\u0038\u002e\u0038\u003a\u0038\u0030"); +if _aac !=nil {return nil ,_aac ;};defer _abfd .Close ();_dbga :=_abfd .LocalAddr ().(*_da .UDPAddr );return _dbga .IP ,nil ;};const _dea ="\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e \u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049I\u0042\u0049\u006a\u0041NB\u0067\u006b\u0071\u0068\u006b\u0069G\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046A\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u0051\u0045A\u006dF\u0055\u0069\u0079\u0064\u0037\u0062\u0035\u0058\u006a\u0070\u006b\u0050\u0035\u0052\u0061\u0070\u0034\u0077\u000a\u0044\u0063\u0031d\u0079\u007a\u0049\u0051\u0034\u004c\u0065\u006b\u0078\u0072\u0076\u0079\u0074\u006e\u0045\u004d\u0070\u004e\u0055\u0062\u006f\u0036i\u0041\u0037\u0034\u0056\u0038\u0072\u0075\u005a\u004f\u0076\u0072\u0053\u0063\u0073\u0066\u0032\u0051\u0065\u004e9\u002f\u0071r\u0055\u0047\u0038\u0071\u0045\u0062\u0055\u0057\u0064\u006f\u0045\u0059\u0071+\u000a\u006f\u0074\u0046\u004e\u0041\u0046N\u0078\u006c\u0047\u0062\u0078\u0062\u0044\u0048\u0063\u0064\u0047\u0056\u0061\u004d\u0030\u004f\u0058\u0064\u0058g\u0044y\u004c5\u0061\u0049\u0045\u0061\u0067\u004c\u0030\u0063\u0035\u0070\u0077\u006a\u0049\u0064\u0050G\u0049\u006e\u0034\u0036\u0066\u0037\u0038\u0065\u004d\u004a\u002b\u004a\u006b\u0064\u0063\u0070\u0044\n\u0044\u004a\u0061\u0071\u0059\u0058d\u0072\u007a5\u004b\u0065\u0073\u0068\u006aS\u0069\u0049\u0061\u0061\u0037\u006d\u0065\u006e\u0042\u0049\u0041\u0058\u0053\u0034\u0055\u0046\u0078N\u0066H\u0068\u004e\u0030\u0048\u0043\u0059\u005a\u0059\u0071\u0051\u0047\u0037\u0062K+\u0073\u0035\u0072R\u0048\u006f\u006e\u0079\u0064\u004eW\u0045\u0047\u000a\u0048\u0038M\u0079\u0076\u00722\u0070\u0079\u0061\u0032K\u0072\u004d\u0075m\u0066\u006d\u0041\u0078\u0055\u0042\u0036\u0066\u0065\u006e\u0043\u002f4\u004f\u0030\u0057\u00728\u0067\u0066\u0050\u004f\u0055\u0038R\u0069\u0074\u006d\u0062\u0044\u0076\u0051\u0050\u0049\u0052\u0058\u004fL\u0034\u0076\u0054B\u0072\u0042\u0064\u0062a\u0041\u000a9\u006e\u0077\u004e\u0050\u002b\u0069\u002f\u002f\u0032\u0030\u004d\u00542\u0062\u0078\u006d\u0065\u0057\u0042\u002b\u0067\u0070\u0063\u0045\u0068G\u0070\u0058\u005a7\u0033\u0033\u0061\u007a\u0051\u0078\u0072\u0043\u0033\u004a\u0034\u0076\u0033C\u005a\u006d\u0045\u004eS\u0074\u0044\u004b\u002f\u004b\u0044\u0053\u0050\u004b\u0055\u0047\u0066\u00756\u000a\u0066\u0077I\u0044\u0041\u0051\u0041\u0042\u000a\u002d\u002d\u002d\u002d\u002dE\u004e\u0044\u0020\u0050\u0055\u0042\u004c\u0049\u0043 \u004b\u0045Y\u002d\u002d\u002d\u002d\u002d\n"; +func GetMeteredState ()(MeteredStatus ,error ){if _dbfc ==nil {return MeteredStatus {},_eg .New ("\u006c\u0069\u0063\u0065ns\u0065\u0020\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");};if !_dbfc ._efe ||len (_dbfc ._dg )==0{return MeteredStatus {},_eg .New ("\u0061p\u0069 \u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074"); +};_dge ,_fde :=_cfd .loadState (_dbfc ._dg );if _fde !=nil {_bb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fde );return MeteredStatus {},_fde ;};if _dge .Docs > 0{_gba :=_dga ("","","",true );if _gba !=nil {return MeteredStatus {},_gba ; +};};_abfe .Lock ();defer _abfe .Unlock ();_egbb :=_dce ();_egbb ._bea =_dbfc ._dg ;_fb ,_fde :=_egbb .getStatus ();if _fde !=nil {return MeteredStatus {},_fde ;};if !_fb .Valid {return MeteredStatus {},_eg .New ("\u006b\u0065\u0079\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069\u0064"); +};_gge :=MeteredStatus {OK :true ,Credits :_fb .OrgCredits ,Used :_fb .OrgUsed };return _gge ,nil ;};func Track (docKey string ,useKey string ,docName string )error {return _dga (docKey ,useKey ,docName ,!_dbfc ._cdc );};func (_ccb *LicenseKey )ToString ()string {if _ccb ._efe {return "M\u0065t\u0065\u0072\u0065\u0064\u0020\u0073\u0075\u0062s\u0063\u0072\u0069\u0070ti\u006f\u006e"; +};_egc :=_ca .Sprintf ("\u004ci\u0063e\u006e\u0073\u0065\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_ccb .LicenseId );_egc +=_ca .Sprintf ("\u0043\u0075s\u0074\u006f\u006de\u0072\u0020\u0049\u0064\u003a\u0020\u0025\u0073\u000a",_ccb .CustomerId ); +_egc +=_ca .Sprintf ("\u0043u\u0073t\u006f\u006d\u0065\u0072\u0020N\u0061\u006de\u003a\u0020\u0025\u0073\u000a",_ccb .CustomerName );_egc +=_ca .Sprintf ("\u0054i\u0065\u0072\u003a\u0020\u0025\u0073\n",_ccb .Tier );_egc +=_ca .Sprintf ("\u0043r\u0065a\u0074\u0065\u0064\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_bb .UtcTimeFormat (_ccb .CreatedAt )); +if _ccb .ExpiresAt ==nil {_egc +="\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041t\u003a\u0020N\u0065\u0076\u0065\u0072\u000a";}else {_egc +=_ca .Sprintf ("\u0045x\u0070i\u0072\u0065\u0073\u0020\u0041\u0074\u003a\u0020\u0025\u0073\u000a",_bb .UtcTimeFormat (*_ccb .ExpiresAt )); +};_egc +=_ca .Sprintf ("\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u003a\u0020\u0025\u0073\u0020<\u0025\u0073\u003e\u000a",_ccb .CreatorName ,_ccb .CreatorEmail );return _egc ;};func _dce ()*meteredClient {_ccbe :=meteredClient {_bf :"h\u0074\u0074\u0070\u0073\u003a\u002f/\u0063\u006c\u006f\u0075\u0064\u002e\u0075\u006e\u0069d\u006f\u0063\u002ei\u006f/\u0061\u0070\u0069",_cca :&_f .Client {Timeout :30*_b .Second }}; +if _cdcf :=_cf .Getenv ("\u0055N\u0049\u0044\u004f\u0043_\u004c\u0049\u0043\u0045\u004eS\u0045_\u0053E\u0052\u0056\u0045\u0052\u005f\u0055\u0052L");_gg .HasPrefix (_cdcf ,"\u0068\u0074\u0074\u0070"){_ccbe ._bf =_cdcf ;};return &_ccbe ;};const _bcf ="U\u004eI\u0050\u0044\u0046\u005f\u0043\u0055\u0053\u0054O\u004d\u0045\u0052\u005fNA\u004d\u0045"; +const _gbfa ="\u0055\u004e\u0049\u0050DF\u005f\u004c\u0049\u0043\u0045\u004e\u0053\u0045\u005f\u0050\u0041\u0054\u0048";func _dga (_eae string ,_gbgd string ,_bggc string ,_cgef bool )error {if _dbfc ==nil {return _eg .New ("\u006e\u006f\u0020\u006c\u0069\u0063\u0065\u006e\u0073e\u0020\u006b\u0065\u0079"); +};if !_dbfc ._efe ||len (_dbfc ._dg )==0{return nil ;};if len (_eae )==0&&!_cgef {return _eg .New ("\u0064\u006f\u0063\u004b\u0065\u0079\u0020\u006e\u006ft\u0020\u0073\u0065\u0074");};_abfe .Lock ();defer _abfe .Unlock ();if _dbef ==nil {_dbef =map[string ]struct{}{}; +};if _ee ==nil {_ee =map[string ]int {};};_cef :=0;if len (_eae )> 0{_ ,_ebea :=_dbef [_eae ];if !_ebea {_dbef [_eae ]=struct{}{};_cef ++;};if _dbfc ._bef {_gd =append (_gd ,map[string ]interface{}{"\u0074\u0069\u006d\u0065":_b .Now ().String (),"\u0066\u0075\u006e\u0063":_gbgd ,"\u0072\u0065\u0066":_eae [:8],"\u0066\u0069\u006c\u0065":_bggc ,"\u0063\u006f\u0073\u0074":_cef }); +if _ebea &&_cef ==0{_bb .Log .Info ("\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025\u0073 \u007c \u004e\u006f\u0020\u0063\u0072\u0065\u0064\u0069\u0074\u0020\u0075\u0073\u0065\u0064",_b .Now ().String (),_eae [:8],_gbgd ); +};};};if _cef ==0&&!_cgef {return nil ;};_ee [_gbgd ]++;_agaa :=_b .Now ();_eca ,_ecce :=_cfd .loadState (_dbfc ._dg );if _ecce !=nil {_bb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecce );return _ecce ;};_eca .UsageLogs =append (_eca .UsageLogs ,_gd ...); +if _eca .Usage ==nil {_eca .Usage =map[string ]int {};};for _fdee ,_ged :=range _ee {if _fdee !=""{_eca .Usage [_fdee ]+=_ged ;};};_ee =nil ;const _gbe =24*_b .Hour ;const _beeb =3*24*_b .Hour ;if len (_eca .Instance )==0||_agaa .Sub (_eca .LastReported )> _gbe ||(_eca .LimitDocs &&_eca .RemainingDocs <=_eca .Docs +int64 (_cef ))||_cgef {_dba ,_gea :=_cf .Hostname (); +if _gea !=nil {return _gea ;};_dad :=_eca .Docs ;_bbb ,_dgbd ,_gea :=_gab ();if _gea !=nil {_bb .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u006c\u006fc\u0061\u006c\u0020\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u003a\u0020\u0025\u0073",_gea .Error ()); +_bbb =append (_bbb ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce");_dgbd =append (_dgbd ,"\u0069n\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020n\u006ft\u0020a\u0076\u0061\u0069\u006c\u0061\u0062\u006ce"); +}else {_g .Strings (_dgbd );_g .Strings (_bbb );_de ,_geda :=_gdf ();if _geda !=nil {return _geda ;};_bdc :=false ;for _ ,_gf :=range _dgbd {if _gf ==_de .String (){_bdc =true ;};};if !_bdc {_dgbd =append (_dgbd ,_de .String ());};};_abfb :=_dce ();_abfb ._bea =_dbfc ._dg ; +_dad +=int64 (_cef );_bcag :=meteredUsageCheckinForm {Instance :_eca .Instance ,Next :_eca .Next ,UsageNumber :int (_dad ),NumFailed :_eca .NumErrors ,Hostname :_dba ,LocalIP :_gg .Join (_dgbd ,"\u002c\u0020"),MacAddress :_gg .Join (_bbb ,"\u002c\u0020"),Package :"\u0075\u006e\u0069\u0070\u0064\u0066",PackageVersion :_bb .Version ,Usage :_eca .Usage ,IsPersistentCache :_dbfc ._cdc ,Timestamp :_agaa .Unix ()}; +if len (_bbb )==0{_bcag .MacAddress ="\u006e\u006f\u006e\u0065";};if _dbfc ._bef {_bcag .UsageLogs =_eca .UsageLogs ;};_dgg :=int64 (0);_ebcd :=_eca .NumErrors ;_efaa :=_agaa ;_gfb :=0;_gbd :=_eca .LimitDocs ;_edg ,_gea :=_abfb .checkinUsage (_bcag );if _gea !=nil {if _agaa .Sub (_eca .LastReported )> _beeb {if !_edg .Success {return _eg .New (_edg .Message ); +};return _eg .New ("\u0074\u006f\u006f\u0020\u006c\u006f\u006e\u0067\u0020\u0073\u0069\u006e\u0063\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0073\u0075\u0063\u0063e\u0073\u0073\u0066\u0075\u006c \u0063\u0068e\u0063\u006b\u0069\u006e");};_dgg =_dad ;_ebcd ++; +_efaa =_eca .LastReported ;}else {_gbd =_edg .LimitDocs ;_gfb =_edg .RemainingDocs ;_ebcd =0;};if len (_edg .Instance )==0{_edg .Instance =_bcag .Instance ;};if len (_edg .Next )==0{_edg .Next =_bcag .Next ;};_gea =_cfd .updateState (_abfb ._bea ,_edg .Instance ,_edg .Next ,int (_dgg ),_gbd ,_gfb ,int (_ebcd ),_efaa ,nil ); +if _gea !=nil {return _gea ;};if !_edg .Success {return _ca .Errorf ("\u0065r\u0072\u006f\u0072\u003a\u0020\u0025s",_edg .Message );};}else {_ecce =_cfd .updateState (_dbfc ._dg ,_eca .Instance ,_eca .Next ,int (_eca .Docs )+_cef ,_eca .LimitDocs ,int (_eca .RemainingDocs ),int (_eca .NumErrors ),_eca .LastReported ,_eca .Usage ,_eca .UsageLogs ...); +if _ecce !=nil {return _ecce ;};};if _dbfc ._bef &&len (_eae )> 0{_cee :="";if _bggc !=""{_cee =_ca .Sprintf ("\u0046i\u006c\u0065\u0020\u0025\u0073\u0020|",_bggc );};_bb .Log .Info ("%\u0073\u0020\u007c\u0020\u0025\u0073\u0020\u0052\u0065\u0066\u003a\u0020\u0025\u0073\u0020\u007c\u0020\u0025s\u0020\u007c\u0020\u0025\u0064\u0020\u0063\u0072\u0065\u0064it\u0028\u0073\u0029 \u0075s\u0065\u0064",_agaa .String (),_cee ,_eae [:8],_gbgd ,_cef ); +};return nil ;};func (_eba defaultStateHolder )updateState (_bbec ,_dae ,_dbgd string ,_aeb int ,_abf bool ,_dgb int ,_ebce int ,_dbf _b .Time ,_eff map[string ]int ,_ecc ...interface{})error {_bd ,_ebd :=_ege ();if _ebd !=nil {return _ebd ;};if len (_bbec )< 20{return _eg .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079"); +};_bgg :=[]byte (_bbec );_beg :=_dbg .Sum512_256 (_bgg [:20]);_cfc :=_db .EncodeToString (_beg [:]);_gbfb :=_d .Join (_bd ,_cfc );var _edda reportState ;_edda .Docs =int64 (_aeb );_edda .NumErrors =int64 (_ebce );_edda .LimitDocs =_abf ;_edda .RemainingDocs =int64 (_dgb ); +_edda .LastWritten =_b .Now ().UTC ();_edda .LastReported =_dbf ;_edda .Instance =_dae ;_edda .Next =_dbgd ;_edda .Usage =_eff ;_edda .UsageLogs =_ecc ;_cbg ,_ebd :=_fa .Marshal (_edda );if _ebd !=nil {return _ebd ;};const _bcae ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057"; +_cbg ,_ebd =_cagc ([]byte (_bcae ),_cbg );if _ebd !=nil {return _ebd ;};_ebd =_cf .WriteFile (_gbfb ,_cbg ,0600);if _ebd !=nil {return _ebd ;};return nil ;};type stateLoader interface{loadState (_eag string )(reportState ,error );updateState (_bbd ,_abcd ,_dfa string ,_cge int ,_fgcb bool ,_cag int ,_caec int ,_ccg _b .Time ,_ebb map[string ]int ,_dfb ...interface{})error ; +};func (_gaf *LicenseKey )Validate ()error {if _gaf ._efe {return nil ;};if len (_gaf .LicenseId )< 10{return _ca .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020L\u0069\u0063\u0065n\u0073e\u0020\u0049\u0064"); +};if len (_gaf .CustomerId )< 10{return _ca .Errorf ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020C\u0075\u0073\u0074\u006f\u006d\u0065\u0072 \u0049\u0064");};if len (_gaf .CustomerName )< 1{return _ca .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043u\u0073\u0074\u006f\u006d\u0065\u0072\u0020\u004e\u0061\u006d\u0065"); +};if _ga .After (_gaf .CreatedAt ){return _ca .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064 \u0041\u0074\u0020\u0069\u0073 \u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _gaf .ExpiresAt ==nil {_ae :=_gaf .CreatedAt .AddDate (1,0,0);if _abd .After (_ae ){_ae =_abd ;};_gaf .ExpiresAt =&_ae ;};if _gaf .CreatedAt .After (*_gaf .ExpiresAt ){return _ca .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0041\u0074 \u0063a\u006e\u006e\u006f\u0074 \u0062\u0065 \u0047\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0045\u0078\u0070\u0069\u0072\u0065\u0073\u0020\u0041\u0074"); +};if _gaf .isExpired (){_ebg :="\u0054\u0068\u0065\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u006c\u0072\u0065a\u0064\u0079\u0020\u0065\u0078\u0070\u0069r\u0065\u0064\u002e\u000a"+"\u0059o\u0075\u0020\u006d\u0061y\u0020n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0075\u0070d\u0061\u0074\u0065\u0020\u0074\u0068\u0065\u0020l\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006e\u0065\u0077\u0065s\u0074\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0072\u0020\u0079o\u0075\u0072\u0020\u006f\u0072\u0067\u0061\u006e\u0069\u007a\u0061\u0074i\u006fn\u002e\u000a"+"\u0054o\u0020\u0066\u0069\u006ed y\u006f\u0075\u0072\u0020n\u0065\u0077\u0065\u0073\u0074\u0020\u006c\u0069\u0063\u0065n\u0073\u0065\u0020\u006b\u0065\u0079\u002c\u0020\u0067\u006f\u0020\u0074\u006f\u0020\u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0063l\u006f\u0075\u0064\u002e\u0075\u006e\u0069\u0064oc\u002e\u0069\u006f \u0061\u006e\u0064\u0020\u0067o\u0020t\u006f\u0020\u0074\u0068\u0065\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006d\u0065\u006e\u0075\u002e"; +return _ca .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0025\u0073",_ebg );};if len (_gaf .CreatorName )< 1{return _ca .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u003a\u0020\u0043\u0072\u0065\u0061\u0074\u006f\u0072\u0020na\u006d\u0065"); +};if len (_gaf .CreatorEmail )< 1{return _ca .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069c\u0065\u006e\u0073\u0065\u003a\u0020\u0043r\u0065\u0061\u0074\u006f\u0072\u0020\u0065\u006d\u0061\u0069\u006c");};if _gaf .CreatedAt .After (_ff ){if !_gaf .UniPDF {return _ca .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065:\u0020\u0054\u0068\u0069\u0073\u0020\u0055\u006e\u0069\u0044\u006f\u0063\u0020k\u0065\u0079\u0020\u0069\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d \u0066\u006f\u0072\u0020\u0055\u006e\u0069\u0050\u0044\u0046"); +};};return nil ;};func _dgga (_bdf *_f .Response )([]byte ,error ){var _ecaf []byte ;_bfe ,_beef :=_cfg (_bdf );if _beef !=nil {return _ecaf ,_beef ;};return _cb .ReadAll (_bfe );};const (_gb ="\u002d\u002d\u002d--\u0042\u0045\u0047\u0049\u004e\u0020\u0055\u004e\u0049D\u004fC\u0020L\u0049C\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d"; +_bca ="\u002d\u002d\u002d\u002d\u002d\u0045\u004e\u0044\u0020\u0055\u004e\u0049\u0044\u004f\u0043 \u004cI\u0043\u0045\u004e\u0053\u0045\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d";);func _ec (_be string ,_ggg []byte )(string ,error ){_ag ,_ :=_dbe .Decode ([]byte (_be )); +if _ag ==nil {return "",_ca .Errorf ("\u0050\u0072\u0069\u0076\u004b\u0065\u0079\u0020\u0066a\u0069\u006c\u0065\u0064");};_fg ,_adf :=_gc .ParsePKCS1PrivateKey (_ag .Bytes );if _adf !=nil {return "",_adf ;};_dc :=_dbg .New ();_dc .Write (_ggg );_bee :=_dc .Sum (nil ); +_baa ,_adf :=_dfe .SignPKCS1v15 (_ab .Reader ,_fg ,_e .SHA512 ,_bee );if _adf !=nil {return "",_adf ;};_aga :=_df .StdEncoding .EncodeToString (_ggg );_aga +="\u000a\u002b\u000a";_aga +=_df .StdEncoding .EncodeToString (_baa );return _aga ,nil ;};var _ga =_b .Date (2010,1,1,0,0,0,0,_b .UTC ); +func (_ea *LicenseKey )IsLicensed ()bool {return _ea .Tier !=LicenseTierUnlicensed ||_ea ._efe };var _cfd stateLoader =defaultStateHolder {};func (_cagb defaultStateHolder )loadState (_dceb string )(reportState ,error ){_ge ,_baab :=_ege ();if _baab !=nil {return reportState {},_baab ; +};_baab =_cf .MkdirAll (_ge ,0777);if _baab !=nil {return reportState {},_baab ;};if len (_dceb )< 20{return reportState {},_eg .New ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006b\u0065\u0079");};_bde :=[]byte (_dceb );_beeg :=_dbg .Sum512_256 (_bde [:20]); +_fdd :=_db .EncodeToString (_beeg [:]);_bcc :=_d .Join (_ge ,_fdd );_bege ,_baab :=_cf .ReadFile (_bcc );if _baab !=nil {if _cf .IsNotExist (_baab ){return reportState {},nil ;};_bb .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_baab );return reportState {},_eg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061"); +};const _bda ="\u0068\u00619\u004e\u004b\u0038]\u0052\u0062\u004c\u002a\u006d\u0034\u004c\u004b\u0057";_bege ,_baab =_eddd ([]byte (_bda ),_bege );if _baab !=nil {return reportState {},_baab ;};var _dbdg reportState ;_baab =_fa .Unmarshal (_bege ,&_dbdg ); +if _baab !=nil {_bb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0076",_baab );return reportState {},_eg .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0061"); +};return _dbdg ,nil ;};func _ebdd (_fdc []byte )(_cb .Reader ,error ){_fgb :=new (_ad .Buffer );_fga :=_ef .NewWriter (_fgb );_fga .Write (_fdc );_ddg :=_fga .Close ();if _ddg !=nil {return nil ,_ddg ;};return _fgb ,nil ;};type MeteredStatus struct{OK bool ; +Credits int64 ;Used int64 ;};type LicenseKey struct{LicenseId string `json:"license_id"`;CustomerId string `json:"customer_id"`;CustomerName string `json:"customer_name"`;Tier string `json:"tier"`;CreatedAt _b .Time `json:"-"`;CreatedAtInt int64 `json:"created_at"`; +ExpiresAt *_b .Time `json:"-"`;ExpiresAtInt int64 `json:"expires_at"`;CreatedBy string `json:"created_by"`;CreatorName string `json:"creator_name"`;CreatorEmail string `json:"creator_email"`;UniPDF bool `json:"unipdf"`;UniOffice bool `json:"unioffice"`; +UniHTML bool `json:"unihtml"`;Trial bool `json:"trial"`;_efe bool ;_dg string ;_cdc bool ;_bef bool ;};const _bbef ="\u0055N\u0049D\u004f\u0043\u005f\u004c\u0049C\u0045\u004eS\u0045\u005f\u0044\u0049\u0052";func _cfg (_bdd *_f .Response )(_cb .ReadCloser ,error ){var _bcac error ; +var _ffb _cb .ReadCloser ;switch _gg .ToLower (_bdd .Header .Get ("\u0043\u006fn\u0074\u0065\u006et\u002d\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")){case "\u0067\u007a\u0069\u0070":_ffb ,_bcac =_ef .NewReader (_bdd .Body );if _bcac !=nil {return _ffb ,_bcac ; +};defer _ffb .Close ();default:_ffb =_bdd .Body ;};return _ffb ,nil ;};var _ff =_b .Date (2019,6,6,0,0,0,0,_b .UTC );func GetLicenseKey ()*LicenseKey {if _dbfc ==nil {return nil ;};_ebf :=*_dbfc ;return &_ebf ;};var _gd []interface{};func init (){_bgb :=_cf .Getenv (_gbfa ); +_gee :=_cf .Getenv (_bcf );if len (_bgb )==0||len (_gee )==0{return ;};_cba ,_baad :=_cf .ReadFile (_bgb );if _baad !=nil {_bb .Log .Error ("\u0055\u006eab\u006c\u0065\u0020t\u006f\u0020\u0072\u0065ad \u006cic\u0065\u006e\u0073\u0065\u0020\u0063\u006fde\u0020\u0066\u0069\u006c\u0065\u003a\u0020%\u0076",_baad ); +return ;};_baad =SetLicenseKey (string (_cba ),_gee );if _baad !=nil {_bb .Log .Error ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u006c\u006f\u0061\u0064\u0020\u006ci\u0063\u0065\u006e\u0073\u0065\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_baad ); +return ;};};func _dcb (_gbg string )(LicenseKey ,error ){var _dbc LicenseKey ;_dbgc ,_aabg :=_abcb (_gb ,_bca ,_gbg );if _aabg !=nil {return _dbc ,_aabg ;};_fge ,_aabg :=_ac (_dea ,_dbgc );if _aabg !=nil {return _dbc ,_aabg ;};_aabg =_fa .Unmarshal (_fge ,&_dbc ); +if _aabg !=nil {return _dbc ,_aabg ;};_dbc .CreatedAt =_b .Unix (_dbc .CreatedAtInt ,0);if _dbc .ExpiresAtInt > 0{_dbd :=_b .Unix (_dbc .ExpiresAtInt ,0);_dbc .ExpiresAt =&_dbd ;};return _dbc ,nil ;};type meteredClient struct{_bf string ;_bea string ;_cca *_f .Client ; +};func _cff (_eec ,_gda string )string {_fdg :=[]byte (_eec );_eage :=_af .New (_ce .New ,_fdg );_eage .Write ([]byte (_gda ));return _df .StdEncoding .EncodeToString (_eage .Sum (nil ));};var _abd =_b .Date (2020,1,1,0,0,0,0,_b .UTC );func _abcb (_acb string ,_cd string ,_aab string )(string ,error ){_fc :=_gg .Index (_aab ,_acb ); +if _fc ==-1{return "",_ca .Errorf ("\u0068\u0065a\u0064\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_edcg :=_gg .Index (_aab ,_cd );if _edcg ==-1{return "",_ca .Errorf ("\u0066\u006fo\u0074\u0065\u0072 \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +};_dfg :=_fc +len (_acb )+1;return _aab [_dfg :_edcg -1],nil ;};func _gab ()([]string ,[]string ,error ){_dcbd ,_aed :=_da .Interfaces ();if _aed !=nil {return nil ,nil ,_aed ;};var _gad []string ;var _ccf []string ;for _ ,_cgb :=range _dcbd {if _cgb .Flags &_da .FlagUp ==0||_ad .Equal (_cgb .HardwareAddr ,nil ){continue ; +};_bggb ,_dca :=_cgb .Addrs ();if _dca !=nil {return nil ,nil ,_dca ;};_bdb :=0;for _ ,_fda :=range _bggb {var _fddg _da .IP ;switch _dffb :=_fda .(type ){case *_da .IPNet :_fddg =_dffb .IP ;case *_da .IPAddr :_fddg =_dffb .IP ;};if _fddg .IsLoopback (){continue ; +};if _fddg .To4 ()==nil {continue ;};_ccf =append (_ccf ,_fddg .String ());_bdb ++;};_abe :=_cgb .HardwareAddr .String ();if _abe !=""&&_bdb > 0{_gad =append (_gad ,_abe );};};return _gad ,_ccf ,nil ;};func _ege ()(string ,error ){_gdc :=_gg .TrimSpace (_cf .Getenv (_bbef )); +if _gdc ==""{_bb .Log .Debug ("\u0024\u0025\u0073\u0020e\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061\u0072\u0069\u0061\u0062l\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e\u0020\u0057\u0069\u006c\u006c\u0020\u0075\u0073\u0065\u0020\u0068\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u0074\u006f\u0020s\u0074\u006f\u0072\u0065\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020in\u0066o\u0072\u006d\u0061\u0074\u0069\u006f\u006e\u002e",_bbef ); +_fgae :=_beb ();if len (_fgae )==0{return "",_ca .Errorf ("r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0024\u0025\u0073\u0020\u0065\u006e\u0076\u0069\u0072\u006f\u006e\u006d\u0065\u006e\u0074\u0020\u0076\u0061r\u0069a\u0062\u006c\u0065\u0020o\u0072\u0020h\u006f\u006d\u0065\u0020\u0064\u0069\u0072\u0065\u0063\u0074\u006f\u0072\u0079\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_bbef ); +};_gdc =_d .Join (_fgae ,"\u002eu\u006e\u0069\u0064\u006f\u0063");};_cbe :=_cf .MkdirAll (_gdc ,0777);if _cbe !=nil {return "",_cbe ;};return _gdc ,nil ;};type meteredStatusForm struct{};var _ee map[string ]int ; \ No newline at end of file diff --git a/internal/sampling/sampling.go b/internal/sampling/sampling.go index fcf487a44..c182a570f 100644 --- a/internal/sampling/sampling.go +++ b/internal/sampling/sampling.go @@ -9,19 +9,18 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sampling ;import (_c "github.com/unidoc/unipdf/v3/internal/bitwise";_d "github.com/unidoc/unipdf/v3/internal/imageutil";_e "io";);func (_dd *Writer )WriteSample (sample uint32 )error {if _ ,_fef :=_dd ._fg .WriteBits (uint64 (sample ),_dd ._egd .BitsPerComponent ); -_fef !=nil {return _fef ;};_dd ._gfa --;if _dd ._gfa ==0{_dd ._gfa =_dd ._egd .ColorComponents ;_dd ._aa ++;};if _dd ._aa ==_dd ._egd .Width {if _dd ._ad {_dd ._fg .FinishByte ();};_dd ._aa =0;};return nil ;};type Reader struct{_ec _d .ImageBase ;_gg *_c .Reader ; -_bc ,_bf ,_bg int ;_ca bool ;};type SampleWriter interface{WriteSample (_bcb uint32 )error ;WriteSamples (_fd []uint32 )error ;};func (_ge *Reader )ReadSamples (samples []uint32 )(_gf error ){for _f :=0;_f < len (samples );_f ++{samples [_f ],_gf =_ge .ReadSample (); -if _gf !=nil {return _gf ;};};return nil ;};type SampleReader interface{ReadSample ()(uint32 ,error );ReadSamples (_g []uint32 )error ;};type Writer struct{_egd _d .ImageBase ;_fg *_c .Writer ;_aa ,_gfa int ;_ad bool ;};func ResampleBytes (data []byte ,bitsPerSample int )[]uint32 {var _a []uint32 ; -_af :=bitsPerSample ;var _fe uint32 ;var _ce byte ;_ac :=0;_bd :=0;_gb :=0;for _gb < len (data ){if _ac > 0{_gbc :=_ac ;if _af < _gbc {_gbc =_af ;};_fe =(_fe <>uint (8-_gbc ));_ac -=_gbc ;if _ac > 0{_ce =_ce <>uint (_ac ));if _ee < 8{_ce =_eca <=bitsPerSample {_afd :=_ac ;if _af < _afd {_afd =_af ;};_fe =(_fe <>uint (8-_afd ));_ac -=_afd ;if _ac > 0{_ce =_ce < 0{_eb :=_bff ;if _eg < _eb {_eb =_eg ;};_ceb =(_ceb <>uint (bitsPerInputSample -_eb ));_bff -=_eb ;if _bff > 0{_ed =_ed <>uint (_bff )); -if _ege < bitsPerInputSample {_ed =_bge <=bitsPerOutputSample {_ebb :=_bff ;if _eg < _ebb {_ebb =_eg ;};_ceb =(_ceb <>uint (bitsPerInputSample -_ebb )); -_bff -=_ebb ;if _bff > 0{_ed =_ed < 0&&_eg < bitsPerOutputSample {_ceb <<=uint (_eg );_acd =append (_acd ,_ceb );};return _acd ; -}; \ No newline at end of file +package sampling ;import (_f "github.com/unidoc/unipdf/v3/internal/bitwise";_d "github.com/unidoc/unipdf/v3/internal/imageutil";_g "io";);func NewReader (img _d .ImageBase )*Reader {return &Reader {_dc :_f .NewReader (img .Data ),_c :img ,_e :img .ColorComponents ,_fg :img .BytesPerLine *8!=img .ColorComponents *img .BitsPerComponent *img .Width }; +};type SampleReader interface{ReadSample ()(uint32 ,error );ReadSamples (_gg []uint32 )error ;};type Writer struct{_ed _d .ImageBase ;_cb *_f .Writer ;_fbg ,_edf int ;_gcg bool ;};type Reader struct{_c _d .ImageBase ;_dc *_f .Reader ;_ga ,_dcd ,_e int ; +_fg bool ;};func ResampleBytes (data []byte ,bitsPerSample int )[]uint32 {var _a []uint32 ;_baf :=bitsPerSample ;var _dd uint32 ;var _ag byte ;_gf :=0;_gb :=0;_ee :=0;for _ee < len (data ){if _gf > 0{_fff :=_gf ;if _baf < _fff {_fff =_baf ;};_dd =(_dd <>uint (8-_fff )); +_gf -=_fff ;if _gf > 0{_ag =_ag <>uint (_gf )); +if _gfb < 8{_ag =_ac <=bitsPerSample {_ge :=_gf ;if _baf < _ge {_ge =_baf ;};_dd =(_dd <>uint (8-_ge ));_gf -=_ge ; +if _gf > 0{_ag =_ag < 0{_be :=_fe ; +if _fb < _be {_be =_fb ;};_ec =(_ec <>uint (bitsPerInputSample -_be ));_fe -=_be ;if _fe > 0{_ab =_ab <>uint (_fe ));if _gc < bitsPerInputSample {_ab =_ef <=bitsPerOutputSample {_bd :=_fe ;if _fb < _bd {_bd =_fb ;};_ec =(_ec <>uint (bitsPerInputSample -_bd ));_fe -=_bd ;if _fe > 0{_ab =_ab < 0&&_fb < bitsPerOutputSample {_ec <<=uint (_fb );_baa =append (_baa ,_ec );};return _baa ;};func (_bafd *Writer )WriteSamples (samples []uint32 )error {for _ae :=0;_ae < len (samples );_ae ++{if _df :=_bafd .WriteSample (samples [_ae ]); +_df !=nil {return _df ;};};return nil ;};type SampleWriter interface{WriteSample (_bad uint32 )error ;WriteSamples (_afc []uint32 )error ;};func (_bg *Reader )ReadSamples (samples []uint32 )(_dcg error ){for _ff :=0;_ff < len (samples );_ff ++{samples [_ff ],_dcg =_bg .ReadSample (); +if _dcg !=nil {return _dcg ;};};return nil ;};func (_cf *Reader )ReadSample ()(uint32 ,error ){if _cf ._dcd ==_cf ._c .Height {return 0,_g .EOF ;};_bc ,_ba :=_cf ._dc .ReadBits (byte (_cf ._c .BitsPerComponent ));if _ba !=nil {return 0,_ba ;};_cf ._e --; +if _cf ._e ==0{_cf ._e =_cf ._c .ColorComponents ;_cf ._ga ++;};if _cf ._ga ==_cf ._c .Width {if _cf ._fg {_cf ._dc .ConsumeRemainingBits ();};_cf ._ga =0;_cf ._dcd ++;};return uint32 (_bc ),nil ;}; \ No newline at end of file diff --git a/internal/strutils/strutils.go b/internal/strutils/strutils.go index 8ca297a19..30f9ebf17 100644 --- a/internal/strutils/strutils.go +++ b/internal/strutils/strutils.go @@ -9,9 +9,10 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package strutils ;import (_d "bytes";_g "github.com/unidoc/unipdf/v3/common";_ae "unicode/utf16";);func UTF16ToRunes (b []byte )[]rune {if len (b )==1{return []rune {rune (b [0])};};if len (b )%2!=0{b =append (b ,0);_g .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u0054\u0046\u0031\u0036\u0054\u006f\u0052\u0075\u006e\u0065\u0073.\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0077it\u0068\u0020\u007ae\u0072o\u0073\u002e"); -};_f :=len (b )>>1;_fb :=make ([]uint16 ,_f );for _gb :=0;_gb < _f ;_gb ++{_fb [_gb ]=uint16 (b [_gb <<1])<<8+uint16 (b [_gb <<1+1]);};_dc :=_ae .Decode (_fb );return _dc ;};func init (){_e =map[rune ]byte {};for _c ,_db :=range _feg {_e [_db ]=_c ;};}; -func UTF16ToString (b []byte )string {return string (UTF16ToRunes (b ))};func StringToUTF16 (s string )string {_b :=_ae .Encode ([]rune (s ));var _da _d .Buffer ;for _ ,_dce :=range _b {_da .WriteByte (byte ((_dce >>8)&0xff));_da .WriteByte (byte (_dce &0xff)); -};return _da .String ();};func PDFDocEncodingToString (b []byte )string {return string (PDFDocEncodingToRunes (b ))};var _e map[rune ]byte ;func StringToPDFDocEncoding (s string )[]byte {var _ce _d .Buffer ;for _ ,_ed :=range s {_ca ,_cc :=_e [_ed ];if !_cc {_g .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0044\u0046\u0044\u006f\u0063\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0063\u002f\u0025\u0058\u0020\u002d\u0020s\u006b\u0069\u0070\u0070\u0069n\u0067",_ed ,_ed ); -continue ;};_ce .WriteByte (_ca );};return _ce .Bytes ();};func PDFDocEncodingToRunes (b []byte )[]rune {var _fd []rune ;for _ ,_ec :=range b {_fe ,_fdb :=_feg [_ec ];if !_fdb {_g .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020P\u0044\u0046\u0044o\u0063\u0045\u006ec\u006f\u0064i\u006e\u0067\u0020\u0069\u006e\u0070u\u0074 m\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u0020\u0025\u0064\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067",_ec ); -continue ;};_fd =append (_fd ,_fe );};return _fd ;};var _feg =map[byte ]rune {0x01:'\u0001',0x02:'\u0002',0x03:'\u0003',0x04:'\u0004',0x05:'\u0005',0x06:'\u0006',0x07:'\u0007',0x08:'\u0008',0x09:'\u0009',0x0a:'\u000a',0x0b:'\u000b',0x0c:'\u000c',0x0d:'\u000d',0x0e:'\u000e',0x0f:'\u000f',0x10:'\u0010',0x11:'\u0011',0x12:'\u0012',0x13:'\u0013',0x14:'\u0014',0x15:'\u0015',0x16:'\u0017',0x17:'\u0017',0x18:'\u02d8',0x19:'\u02c7',0x1a:'\u02c6',0x1b:'\u02d9',0x1c:'\u02dd',0x1d:'\u02db',0x1e:'\u02da',0x1f:'\u02dc',0x20:'\u0020',0x21:'\u0021',0x22:'\u0022',0x23:'\u0023',0x24:'\u0024',0x25:'\u0025',0x26:'\u0026',0x27:'\u0027',0x28:'\u0028',0x29:'\u0029',0x2a:'\u002a',0x2b:'\u002b',0x2c:'\u002c',0x2d:'\u002d',0x2e:'\u002e',0x2f:'\u002f',0x30:'\u0030',0x31:'\u0031',0x32:'\u0032',0x33:'\u0033',0x34:'\u0034',0x35:'\u0035',0x36:'\u0036',0x37:'\u0037',0x38:'\u0038',0x39:'\u0039',0x3a:'\u003a',0x3b:'\u003b',0x3c:'\u003c',0x3d:'\u003d',0x3e:'\u003e',0x3f:'\u003f',0x40:'\u0040',0x41:'\u0041',0x42:'\u0042',0x43:'\u0043',0x44:'\u0044',0x45:'\u0045',0x46:'\u0046',0x47:'\u0047',0x48:'\u0048',0x49:'\u0049',0x4a:'\u004a',0x4b:'\u004b',0x4c:'\u004c',0x4d:'\u004d',0x4e:'\u004e',0x4f:'\u004f',0x50:'\u0050',0x51:'\u0051',0x52:'\u0052',0x53:'\u0053',0x54:'\u0054',0x55:'\u0055',0x56:'\u0056',0x57:'\u0057',0x58:'\u0058',0x59:'\u0059',0x5a:'\u005a',0x5b:'\u005b',0x5c:'\u005c',0x5d:'\u005d',0x5e:'\u005e',0x5f:'\u005f',0x60:'\u0060',0x61:'\u0061',0x62:'\u0062',0x63:'\u0063',0x64:'\u0064',0x65:'\u0065',0x66:'\u0066',0x67:'\u0067',0x68:'\u0068',0x69:'\u0069',0x6a:'\u006a',0x6b:'\u006b',0x6c:'\u006c',0x6d:'\u006d',0x6e:'\u006e',0x6f:'\u006f',0x70:'\u0070',0x71:'\u0071',0x72:'\u0072',0x73:'\u0073',0x74:'\u0074',0x75:'\u0075',0x76:'\u0076',0x77:'\u0077',0x78:'\u0078',0x79:'\u0079',0x7a:'\u007a',0x7b:'\u007b',0x7c:'\u007c',0x7d:'\u007d',0x7e:'\u007e',0x80:'\u2022',0x81:'\u2020',0x82:'\u2021',0x83:'\u2026',0x84:'\u2014',0x85:'\u2013',0x86:'\u0192',0x87:'\u2044',0x88:'\u2039',0x89:'\u203a',0x8a:'\u2212',0x8b:'\u2030',0x8c:'\u201e',0x8d:'\u201c',0x8e:'\u201d',0x8f:'\u2018',0x90:'\u2019',0x91:'\u201a',0x92:'\u2122',0x93:'\ufb01',0x94:'\ufb02',0x95:'\u0141',0x96:'\u0152',0x97:'\u0160',0x98:'\u0178',0x99:'\u017d',0x9a:'\u0131',0x9b:'\u0142',0x9c:'\u0153',0x9d:'\u0161',0x9e:'\u017e',0xa0:'\u20ac',0xa1:'\u00a1',0xa2:'\u00a2',0xa3:'\u00a3',0xa4:'\u00a4',0xa5:'\u00a5',0xa6:'\u00a6',0xa7:'\u00a7',0xa8:'\u00a8',0xa9:'\u00a9',0xaa:'\u00aa',0xab:'\u00ab',0xac:'\u00ac',0xae:'\u00ae',0xaf:'\u00af',0xb0:'\u00b0',0xb1:'\u00b1',0xb2:'\u00b2',0xb3:'\u00b3',0xb4:'\u00b4',0xb5:'\u00b5',0xb6:'\u00b6',0xb7:'\u00b7',0xb8:'\u00b8',0xb9:'\u00b9',0xba:'\u00ba',0xbb:'\u00bb',0xbc:'\u00bc',0xbd:'\u00bd',0xbe:'\u00be',0xbf:'\u00bf',0xc0:'\u00c0',0xc1:'\u00c1',0xc2:'\u00c2',0xc3:'\u00c3',0xc4:'\u00c4',0xc5:'\u00c5',0xc6:'\u00c6',0xc7:'\u00c7',0xc8:'\u00c8',0xc9:'\u00c9',0xca:'\u00ca',0xcb:'\u00cb',0xcc:'\u00cc',0xcd:'\u00cd',0xce:'\u00ce',0xcf:'\u00cf',0xd0:'\u00d0',0xd1:'\u00d1',0xd2:'\u00d2',0xd3:'\u00d3',0xd4:'\u00d4',0xd5:'\u00d5',0xd6:'\u00d6',0xd7:'\u00d7',0xd8:'\u00d8',0xd9:'\u00d9',0xda:'\u00da',0xdb:'\u00db',0xdc:'\u00dc',0xdd:'\u00dd',0xde:'\u00de',0xdf:'\u00df',0xe0:'\u00e0',0xe1:'\u00e1',0xe2:'\u00e2',0xe3:'\u00e3',0xe4:'\u00e4',0xe5:'\u00e5',0xe6:'\u00e6',0xe7:'\u00e7',0xe8:'\u00e8',0xe9:'\u00e9',0xea:'\u00ea',0xeb:'\u00eb',0xec:'\u00ec',0xed:'\u00ed',0xee:'\u00ee',0xef:'\u00ef',0xf0:'\u00f0',0xf1:'\u00f1',0xf2:'\u00f2',0xf3:'\u00f3',0xf4:'\u00f4',0xf5:'\u00f5',0xf6:'\u00f6',0xf7:'\u00f7',0xf8:'\u00f8',0xf9:'\u00f9',0xfa:'\u00fa',0xfb:'\u00fb',0xfc:'\u00fc',0xfd:'\u00fd',0xfe:'\u00fe',0xff:'\u00ff'}; +package strutils ;import (_g "bytes";_e "github.com/unidoc/unipdf/v3/common";_bf "unicode/utf16";);func StringToPDFDocEncoding (s string )[]byte {var _fc _g .Buffer ;for _ ,_ebd :=range s {_cbe ,_dg :=_d [_ebd ];if !_dg {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0044\u0046\u0044\u006f\u0063\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0072\u0075\u006e\u0065\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0063\u002f\u0025\u0058\u0020\u002d\u0020s\u006b\u0069\u0070\u0070\u0069n\u0067",_ebd ,_ebd ); +continue ;};_fc .WriteByte (_cbe );};return _fc .Bytes ();};func init (){_d =map[rune ]byte {};for _ff ,_bfe :=range _bg {_d [_bfe ]=_ff ;};};func PDFDocEncodingToString (b []byte )string {return string (PDFDocEncodingToRunes (b ))};func UTF16ToString (b []byte )string {return string (UTF16ToRunes (b ))}; +func StringToUTF16 (s string )string {_bc :=_bf .Encode ([]rune (s ));var _cc _g .Buffer ;for _ ,_bb :=range _bc {_cc .WriteByte (byte ((_bb >>8)&0xff));_cc .WriteByte (byte (_bb &0xff));};return _cc .String ();};func PDFDocEncodingToRunes (b []byte )[]rune {var _fb []rune ; +for _ ,_afg :=range b {_cb ,_fg :=_bg [_afg ];if !_fg {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020P\u0044\u0046\u0044o\u0063\u0045\u006ec\u006f\u0064i\u006e\u0067\u0020\u0069\u006e\u0070u\u0074 m\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0065\u0072\u0072\u006f\u0072\u0020\u0025\u0064\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067",_afg ); +continue ;};_fb =append (_fb ,_cb );};return _fb ;};var _bg =map[byte ]rune {0x01:'\u0001',0x02:'\u0002',0x03:'\u0003',0x04:'\u0004',0x05:'\u0005',0x06:'\u0006',0x07:'\u0007',0x08:'\u0008',0x09:'\u0009',0x0a:'\u000a',0x0b:'\u000b',0x0c:'\u000c',0x0d:'\u000d',0x0e:'\u000e',0x0f:'\u000f',0x10:'\u0010',0x11:'\u0011',0x12:'\u0012',0x13:'\u0013',0x14:'\u0014',0x15:'\u0015',0x16:'\u0017',0x17:'\u0017',0x18:'\u02d8',0x19:'\u02c7',0x1a:'\u02c6',0x1b:'\u02d9',0x1c:'\u02dd',0x1d:'\u02db',0x1e:'\u02da',0x1f:'\u02dc',0x20:'\u0020',0x21:'\u0021',0x22:'\u0022',0x23:'\u0023',0x24:'\u0024',0x25:'\u0025',0x26:'\u0026',0x27:'\u0027',0x28:'\u0028',0x29:'\u0029',0x2a:'\u002a',0x2b:'\u002b',0x2c:'\u002c',0x2d:'\u002d',0x2e:'\u002e',0x2f:'\u002f',0x30:'\u0030',0x31:'\u0031',0x32:'\u0032',0x33:'\u0033',0x34:'\u0034',0x35:'\u0035',0x36:'\u0036',0x37:'\u0037',0x38:'\u0038',0x39:'\u0039',0x3a:'\u003a',0x3b:'\u003b',0x3c:'\u003c',0x3d:'\u003d',0x3e:'\u003e',0x3f:'\u003f',0x40:'\u0040',0x41:'\u0041',0x42:'\u0042',0x43:'\u0043',0x44:'\u0044',0x45:'\u0045',0x46:'\u0046',0x47:'\u0047',0x48:'\u0048',0x49:'\u0049',0x4a:'\u004a',0x4b:'\u004b',0x4c:'\u004c',0x4d:'\u004d',0x4e:'\u004e',0x4f:'\u004f',0x50:'\u0050',0x51:'\u0051',0x52:'\u0052',0x53:'\u0053',0x54:'\u0054',0x55:'\u0055',0x56:'\u0056',0x57:'\u0057',0x58:'\u0058',0x59:'\u0059',0x5a:'\u005a',0x5b:'\u005b',0x5c:'\u005c',0x5d:'\u005d',0x5e:'\u005e',0x5f:'\u005f',0x60:'\u0060',0x61:'\u0061',0x62:'\u0062',0x63:'\u0063',0x64:'\u0064',0x65:'\u0065',0x66:'\u0066',0x67:'\u0067',0x68:'\u0068',0x69:'\u0069',0x6a:'\u006a',0x6b:'\u006b',0x6c:'\u006c',0x6d:'\u006d',0x6e:'\u006e',0x6f:'\u006f',0x70:'\u0070',0x71:'\u0071',0x72:'\u0072',0x73:'\u0073',0x74:'\u0074',0x75:'\u0075',0x76:'\u0076',0x77:'\u0077',0x78:'\u0078',0x79:'\u0079',0x7a:'\u007a',0x7b:'\u007b',0x7c:'\u007c',0x7d:'\u007d',0x7e:'\u007e',0x80:'\u2022',0x81:'\u2020',0x82:'\u2021',0x83:'\u2026',0x84:'\u2014',0x85:'\u2013',0x86:'\u0192',0x87:'\u2044',0x88:'\u2039',0x89:'\u203a',0x8a:'\u2212',0x8b:'\u2030',0x8c:'\u201e',0x8d:'\u201c',0x8e:'\u201d',0x8f:'\u2018',0x90:'\u2019',0x91:'\u201a',0x92:'\u2122',0x93:'\ufb01',0x94:'\ufb02',0x95:'\u0141',0x96:'\u0152',0x97:'\u0160',0x98:'\u0178',0x99:'\u017d',0x9a:'\u0131',0x9b:'\u0142',0x9c:'\u0153',0x9d:'\u0161',0x9e:'\u017e',0xa0:'\u20ac',0xa1:'\u00a1',0xa2:'\u00a2',0xa3:'\u00a3',0xa4:'\u00a4',0xa5:'\u00a5',0xa6:'\u00a6',0xa7:'\u00a7',0xa8:'\u00a8',0xa9:'\u00a9',0xaa:'\u00aa',0xab:'\u00ab',0xac:'\u00ac',0xae:'\u00ae',0xaf:'\u00af',0xb0:'\u00b0',0xb1:'\u00b1',0xb2:'\u00b2',0xb3:'\u00b3',0xb4:'\u00b4',0xb5:'\u00b5',0xb6:'\u00b6',0xb7:'\u00b7',0xb8:'\u00b8',0xb9:'\u00b9',0xba:'\u00ba',0xbb:'\u00bb',0xbc:'\u00bc',0xbd:'\u00bd',0xbe:'\u00be',0xbf:'\u00bf',0xc0:'\u00c0',0xc1:'\u00c1',0xc2:'\u00c2',0xc3:'\u00c3',0xc4:'\u00c4',0xc5:'\u00c5',0xc6:'\u00c6',0xc7:'\u00c7',0xc8:'\u00c8',0xc9:'\u00c9',0xca:'\u00ca',0xcb:'\u00cb',0xcc:'\u00cc',0xcd:'\u00cd',0xce:'\u00ce',0xcf:'\u00cf',0xd0:'\u00d0',0xd1:'\u00d1',0xd2:'\u00d2',0xd3:'\u00d3',0xd4:'\u00d4',0xd5:'\u00d5',0xd6:'\u00d6',0xd7:'\u00d7',0xd8:'\u00d8',0xd9:'\u00d9',0xda:'\u00da',0xdb:'\u00db',0xdc:'\u00dc',0xdd:'\u00dd',0xde:'\u00de',0xdf:'\u00df',0xe0:'\u00e0',0xe1:'\u00e1',0xe2:'\u00e2',0xe3:'\u00e3',0xe4:'\u00e4',0xe5:'\u00e5',0xe6:'\u00e6',0xe7:'\u00e7',0xe8:'\u00e8',0xe9:'\u00e9',0xea:'\u00ea',0xeb:'\u00eb',0xec:'\u00ec',0xed:'\u00ed',0xee:'\u00ee',0xef:'\u00ef',0xf0:'\u00f0',0xf1:'\u00f1',0xf2:'\u00f2',0xf3:'\u00f3',0xf4:'\u00f4',0xf5:'\u00f5',0xf6:'\u00f6',0xf7:'\u00f7',0xf8:'\u00f8',0xf9:'\u00f9',0xfa:'\u00fa',0xfb:'\u00fb',0xfc:'\u00fc',0xfd:'\u00fd',0xfe:'\u00fe',0xff:'\u00ff'}; +var _d map[rune ]byte ;func UTF16ToRunes (b []byte )[]rune {if len (b )==1{return []rune {rune (b [0])};};if len (b )%2!=0{b =append (b ,0);_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u0054\u0046\u0031\u0036\u0054\u006f\u0052\u0075\u006e\u0065\u0073.\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0077it\u0068\u0020\u007ae\u0072o\u0073\u002e"); +};_eb :=len (b )>>1;_c :=make ([]uint16 ,_eb );for _ga :=0;_ga < _eb ;_ga ++{_c [_ga ]=uint16 (b [_ga <<1])<<8+uint16 (b [_ga <<1+1]);};_ffb :=_bf .Decode (_c );return _ffb ;}; \ No newline at end of file diff --git a/internal/testutils/testutils.go b/internal/testutils/testutils.go index 75d6b257c..075f3f987 100644 --- a/internal/testutils/testutils.go +++ b/internal/testutils/testutils.go @@ -9,32 +9,31 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package testutils ;import (_cc "crypto/md5";_gb "encoding/hex";_gg "errors";_b "fmt";_cda "github.com/unidoc/unipdf/v3/common";_fc "github.com/unidoc/unipdf/v3/core";_f "image";_g "image/png";_da "io";_a "os";_e "os/exec";_df "path/filepath";_cd "strings"; -_d "testing";);func RunRenderTest (t *_d .T ,pdfPath ,outputDir ,baselineRenderPath string ,saveBaseline bool ){_edc :=_cd .TrimSuffix (_df .Base (pdfPath ),_df .Ext (pdfPath ));t .Run ("\u0072\u0065\u006e\u0064\u0065\u0072",func (_dfd *_d .T ){_dcda :=_df .Join (outputDir ,_edc ); -_agc :=_dcda +"\u002d%\u0064\u002e\u0070\u006e\u0067";if _bafa :=RenderPDFToPNGs (pdfPath ,0,_agc );_bafa !=nil {_dfd .Skip (_bafa );};for _gda :=1;true ;_gda ++{_gdb :=_b .Sprintf ("\u0025s\u002d\u0025\u0064\u002e\u0070\u006eg",_dcda ,_gda );_de :=_df .Join (baselineRenderPath ,_b .Sprintf ("\u0025\u0073\u002d\u0025\u0064\u005f\u0065\u0078\u0070\u002e\u0070\u006e\u0067",_edc ,_gda )); -if _ ,_feb :=_a .Stat (_gdb );_feb !=nil {break ;};_dfd .Logf ("\u0025\u0073",_de );if saveBaseline {_dfd .Logf ("\u0043\u006fp\u0079\u0069\u006eg\u0020\u0025\u0073\u0020\u002d\u003e\u0020\u0025\u0073",_gdb ,_de );_ee :=CopyFile (_gdb ,_de );if _ee !=nil {_dfd .Fatalf ("\u0045\u0052\u0052OR\u0020\u0063\u006f\u0070\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_de ,_ee ); -};continue ;};_dfd .Run (_b .Sprintf ("\u0070\u0061\u0067\u0065\u0025\u0064",_gda ),func (_edcd *_d .T ){_edcd .Logf ("\u0043o\u006dp\u0061\u0072\u0069\u006e\u0067 \u0025\u0073 \u0076\u0073\u0020\u0025\u0073",_gdb ,_de );_ea ,_ad :=ComparePNGFiles (_gdb ,_de ); -if _a .IsNotExist (_ad ){_edcd .Fatal ("\u0069m\u0061g\u0065\u0020\u0066\u0069\u006ce\u0020\u006di\u0073\u0073\u0069\u006e\u0067");}else if !_ea {_edcd .Fatal ("\u0077\u0072\u006f\u006eg \u0070\u0061\u0067\u0065\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0065\u0064"); -};});};});};func ComparePNGFiles (file1 ,file2 string )(bool ,error ){_ff ,_ec :=HashFile (file1 );if _ec !=nil {return false ,_ec ;};_cdc ,_ec :=HashFile (file2 );if _ec !=nil {return false ,_ec ;};if _ff ==_cdc {return true ,nil ;};_dcd ,_ec :=ReadPNG (file1 ); -if _ec !=nil {return false ,_ec ;};_ffe ,_ec :=ReadPNG (file2 );if _ec !=nil {return false ,_ec ;};if _dcd .Bounds ()!=_ffe .Bounds (){return false ,nil ;};return CompareImages (_dcd ,_ffe );};func RenderPDFToPNGs (pdfPath string ,dpi int ,outpathTpl string )error {if dpi <=0{dpi =100; -};if _ ,_bd :=_e .LookPath ("\u0067\u0073");_bd !=nil {return ErrRenderNotSupported ;};return _e .Command ("\u0067\u0073","\u002d\u0073\u0044\u0045\u0056\u0049\u0043\u0045\u003d\u0070\u006e\u0067a\u006c\u0070\u0068\u0061","\u002d\u006f",outpathTpl ,_b .Sprintf ("\u002d\u0072\u0025\u0064",dpi ),pdfPath ).Run (); -};func ParseIndirectObjects (rawpdf string )(map[int64 ]_fc .PdfObject ,error ){_cce :=_fc .NewParserFromString (rawpdf );_gc :=map[int64 ]_fc .PdfObject {};for {_aa ,_acf :=_cce .ParseIndirectObject ();if _acf !=nil {if _acf ==_da .EOF {break ;};return nil ,_acf ; -};switch _eee :=_aa .(type ){case *_fc .PdfIndirectObject :_gc [_eee .ObjectNumber ]=_aa ;case *_fc .PdfObjectStream :_gc [_eee .ObjectNumber ]=_aa ;};};for _ ,_aga :=range _gc {_aff (_aga ,_gc );};return _gc ,nil ;};var (ErrRenderNotSupported =_gg .New ("\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0073 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0069\u0073\u0020\u0073\u0079\u0073\u0074\u0065m"); -);func ReadPNG (file string )(_f .Image ,error ){_ccb ,_gd :=_a .Open (file );if _gd !=nil {return nil ,_gd ;};defer _ccb .Close ();return _g .Decode (_ccb );};func HashFile (file string )(string ,error ){_bfb ,_ed :=_a .Open (file );if _ed !=nil {return "",_ed ; -};defer _bfb .Close ();_ag :=_cc .New ();if _ ,_ed =_da .Copy (_ag ,_bfb );_ed !=nil {return "",_ed ;};return _gb .EncodeToString (_ag .Sum (nil )),nil ;};func CompareImages (img1 ,img2 _f .Image )(bool ,error ){_ca :=img1 .Bounds ();_bfe :=0;for _bg :=0; -_bg < _ca .Size ().X ;_bg ++{for _af :=0;_af < _ca .Size ().Y ;_af ++{_ac ,_db ,_dbd ,_ :=img1 .At (_bg ,_af ).RGBA ();_fg ,_baf ,_dc ,_ :=img2 .At (_bg ,_af ).RGBA ();if _ac !=_fg ||_db !=_baf ||_dbd !=_dc {_bfe ++;};};};_ae :=float64 (_bfe )/float64 (_ca .Dx ()*_ca .Dy ()); -if _ae > 0.0001{_b .Printf ("\u0064\u0069\u0066f \u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0064\u0029\u000a",_ae ,_bfe );return false ,nil ;};return true ,nil ;};func CompareDictionariesDeep (d1 ,d2 *_fc .PdfObjectDictionary )bool {if len (d1 .Keys ())!=len (d2 .Keys ()){_cda .Log .Debug ("\u0044\u0069\u0063\u0074\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",len (d1 .Keys ()),len (d2 .Keys ())); -_cda .Log .Debug ("\u0057\u0061s\u0020\u0027\u0025s\u0027\u0020\u0076\u0073\u0020\u0027\u0025\u0073\u0027",d1 .WriteString (),d2 .WriteString ());return false ;};for _ ,_bgc :=range d1 .Keys (){if _bgc =="\u0050\u0061\u0072\u0065\u006e\u0074"{continue ; -};_bge :=_fc .TraceToDirectObject (d1 .Get (_bgc ));_dab :=_fc .TraceToDirectObject (d2 .Get (_bgc ));if _bge ==nil {_cda .Log .Debug ("\u00761\u0020\u0069\u0073\u0020\u006e\u0069l");return false ;};if _dab ==nil {_cda .Log .Debug ("\u00762\u0020\u0069\u0073\u0020\u006e\u0069l"); -return false ;};switch _gdd :=_bge .(type ){case *_fc .PdfObjectDictionary :_cbf ,_fab :=_dab .(*_fc .PdfObjectDictionary );if !_fab {_cda .Log .Debug ("\u0054\u0079\u0070\u0065 m\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0025\u0054\u0020\u0076\u0073\u0020%\u0054",_bge ,_dab ); -return false ;};if !CompareDictionariesDeep (_gdd ,_cbf ){return false ;};continue ;case *_fc .PdfObjectArray :_ffa ,_fcd :=_dab .(*_fc .PdfObjectArray );if !_fcd {_cda .Log .Debug ("\u00762\u0020n\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -return false ;};if _gdd .Len ()!=_ffa .Len (){_cda .Log .Debug ("\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_gdd .Len (),_ffa .Len ()); -return false ;};for _ebd :=0;_ebd < _gdd .Len ();_ebd ++{_afa :=_fc .TraceToDirectObject (_gdd .Get (_ebd ));_faa :=_fc .TraceToDirectObject (_ffa .Get (_ebd ));if _fcef ,_cbc :=_afa .(*_fc .PdfObjectDictionary );_cbc {_gbe ,_bc :=_faa .(*_fc .PdfObjectDictionary ); -if !_bc {return false ;};if !CompareDictionariesDeep (_fcef ,_gbe ){return false ;};}else {if _afa .WriteString ()!=_faa .WriteString (){_cda .Log .Debug ("M\u0069\u0073\u006d\u0061tc\u0068 \u0027\u0025\u0073\u0027\u0020!\u003d\u0020\u0027\u0025\u0073\u0027",_afa .WriteString (),_faa .WriteString ()); -return false ;};};};continue ;};if _bge .String ()!=_dab .String (){_cda .Log .Debug ("\u006b\u0065y\u003d\u0025\u0073\u0020\u004d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0021\u0020\u0027\u0025\u0073\u0027\u0020\u0021\u003d\u0020'%\u0073\u0027",_bgc ,_bge .String (),_dab .String ()); -_cda .Log .Debug ("\u0046o\u0072 \u0027\u0025\u0054\u0027\u0020\u002d\u0020\u0027\u0025\u0054\u0027",_bge ,_dab );_cda .Log .Debug ("\u0046\u006f\u0072\u0020\u0027\u0025\u002b\u0076\u0027\u0020\u002d\u0020'\u0025\u002b\u0076\u0027",_bge ,_dab );return false ; -};};return true ;};func CopyFile (src ,dst string )error {_fe ,_ba :=_a .Open (src );if _ba !=nil {return _ba ;};defer _fe .Close ();_bf ,_ba :=_a .Create (dst );if _ba !=nil {return _ba ;};defer _bf .Close ();_ ,_ba =_da .Copy (_bf ,_fe );return _ba ; -};func _aff (_ded _fc .PdfObject ,_bfa map[int64 ]_fc .PdfObject )error {switch _fge :=_ded .(type ){case *_fc .PdfIndirectObject :_eea :=_fge ;_aff (_eea .PdfObject ,_bfa );case *_fc .PdfObjectDictionary :_eeee :=_fge ;for _ ,_agaf :=range _eeee .Keys (){_bfg :=_eeee .Get (_agaf ); -if _cf ,_cac :=_bfg .(*_fc .PdfObjectReference );_cac {_fce ,_age :=_bfa [_cf .ObjectNumber ];if !_age {return _gg .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); -};_eeee .Set (_agaf ,_fce );}else {_aff (_bfg ,_bfa );};};case *_fc .PdfObjectArray :_ebc :=_fge ;for _fcec ,_ge :=range _ebc .Elements (){if _gad ,_dbf :=_ge .(*_fc .PdfObjectReference );_dbf {_fgc ,_geb :=_bfa [_gad .ObjectNumber ];if !_geb {return _gg .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); -};_ebc .Set (_fcec ,_fgc );}else {_aff (_ge ,_bfa );};};};return nil ;}; \ No newline at end of file +package testutils ;import (_ag "crypto/md5";_abd "encoding/hex";_ff "errors";_d "fmt";_bcf "github.com/unidoc/unipdf/v3/common";_agd "github.com/unidoc/unipdf/v3/core";_ea "image";_ab "image/png";_be "io";_e "os";_bc "os/exec";_f "path/filepath";_b "strings"; +_aga "testing";);func CompareDictionariesDeep (d1 ,d2 *_agd .PdfObjectDictionary )bool {if len (d1 .Keys ())!=len (d2 .Keys ()){_bcf .Log .Debug ("\u0044\u0069\u0063\u0074\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",len (d1 .Keys ()),len (d2 .Keys ())); +_bcf .Log .Debug ("\u0057\u0061s\u0020\u0027\u0025s\u0027\u0020\u0076\u0073\u0020\u0027\u0025\u0073\u0027",d1 .WriteString (),d2 .WriteString ());return false ;};for _ ,_bfa :=range d1 .Keys (){if _bfa =="\u0050\u0061\u0072\u0065\u006e\u0074"{continue ; +};_acf :=_agd .TraceToDirectObject (d1 .Get (_bfa ));_dgd :=_agd .TraceToDirectObject (d2 .Get (_bfa ));if _acf ==nil {_bcf .Log .Debug ("\u00761\u0020\u0069\u0073\u0020\u006e\u0069l");return false ;};if _dgd ==nil {_bcf .Log .Debug ("\u00762\u0020\u0069\u0073\u0020\u006e\u0069l"); +return false ;};switch _eff :=_acf .(type ){case *_agd .PdfObjectDictionary :_cc ,_dag :=_dgd .(*_agd .PdfObjectDictionary );if !_dag {_bcf .Log .Debug ("\u0054\u0079\u0070\u0065 m\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0020\u0025\u0054\u0020\u0076\u0073\u0020%\u0054",_acf ,_dgd ); +return false ;};if !CompareDictionariesDeep (_eff ,_cc ){return false ;};continue ;case *_agd .PdfObjectArray :_ed ,_fgb :=_dgd .(*_agd .PdfObjectArray );if !_fgb {_bcf .Log .Debug ("\u00762\u0020n\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +return false ;};if _eff .Len ()!=_ed .Len (){_bcf .Log .Debug ("\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006d\u0069s\u006da\u0074\u0063\u0068\u0020\u0028\u0025\u0064\u0020\u0021\u003d\u0020\u0025\u0064\u0029",_eff .Len (),_ed .Len ()); +return false ;};for _ba :=0;_ba < _eff .Len ();_ba ++{_bag :=_agd .TraceToDirectObject (_eff .Get (_ba ));_edf :=_agd .TraceToDirectObject (_ed .Get (_ba ));if _fd ,_dcg :=_bag .(*_agd .PdfObjectDictionary );_dcg {_bdb ,_gdc :=_edf .(*_agd .PdfObjectDictionary ); +if !_gdc {return false ;};if !CompareDictionariesDeep (_fd ,_bdb ){return false ;};}else {if _bag .WriteString ()!=_edf .WriteString (){_bcf .Log .Debug ("M\u0069\u0073\u006d\u0061tc\u0068 \u0027\u0025\u0073\u0027\u0020!\u003d\u0020\u0027\u0025\u0073\u0027",_bag .WriteString (),_edf .WriteString ()); +return false ;};};};continue ;};if _acf .String ()!=_dgd .String (){_bcf .Log .Debug ("\u006b\u0065y\u003d\u0025\u0073\u0020\u004d\u0069\u0073\u006d\u0061\u0074\u0063\u0068\u0021\u0020\u0027\u0025\u0073\u0027\u0020\u0021\u003d\u0020'%\u0073\u0027",_bfa ,_acf .String (),_dgd .String ()); +_bcf .Log .Debug ("\u0046o\u0072 \u0027\u0025\u0054\u0027\u0020\u002d\u0020\u0027\u0025\u0054\u0027",_acf ,_dgd );_bcf .Log .Debug ("\u0046\u006f\u0072\u0020\u0027\u0025\u002b\u0076\u0027\u0020\u002d\u0020'\u0025\u002b\u0076\u0027",_acf ,_dgd );return false ; +};};return true ;};func CopyFile (src ,dst string )error {_bcd ,_da :=_e .Open (src );if _da !=nil {return _da ;};defer _bcd .Close ();_g ,_da :=_e .Create (dst );if _da !=nil {return _da ;};defer _g .Close ();_ ,_da =_be .Copy (_g ,_bcd );return _da ; +};func ReadPNG (file string )(_ea .Image ,error ){_eg ,_ffe :=_e .Open (file );if _ffe !=nil {return nil ,_ffe ;};defer _eg .Close ();return _ab .Decode (_eg );};func RunRenderTest (t *_aga .T ,pdfPath ,outputDir ,baselineRenderPath string ,saveBaseline bool ){_aa :=_b .TrimSuffix (_f .Base (pdfPath ),_f .Ext (pdfPath )); +t .Run ("\u0072\u0065\u006e\u0064\u0065\u0072",func (_acb *_aga .T ){_de :=_f .Join (outputDir ,_aa );_cd :=_de +"\u002d%\u0064\u002e\u0070\u006e\u0067";if _ega :=RenderPDFToPNGs (pdfPath ,0,_cd );_ega !=nil {_acb .Skip (_ega );};for _fc :=1;true ;_fc ++{_ge :=_d .Sprintf ("\u0025s\u002d\u0025\u0064\u002e\u0070\u006eg",_de ,_fc ); +_egf :=_f .Join (baselineRenderPath ,_d .Sprintf ("\u0025\u0073\u002d\u0025\u0064\u005f\u0065\u0078\u0070\u002e\u0070\u006e\u0067",_aa ,_fc ));if _ ,_cb :=_e .Stat (_ge );_cb !=nil {break ;};_acb .Logf ("\u0025\u0073",_egf );if saveBaseline {_acb .Logf ("\u0043\u006fp\u0079\u0069\u006eg\u0020\u0025\u0073\u0020\u002d\u003e\u0020\u0025\u0073",_ge ,_egf ); +_dc :=CopyFile (_ge ,_egf );if _dc !=nil {_acb .Fatalf ("\u0045\u0052\u0052OR\u0020\u0063\u006f\u0070\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_egf ,_dc );};continue ;};_acb .Run (_d .Sprintf ("\u0070\u0061\u0067\u0065\u0025\u0064",_fc ),func (_dg *_aga .T ){_dg .Logf ("\u0043o\u006dp\u0061\u0072\u0069\u006e\u0067 \u0025\u0073 \u0076\u0073\u0020\u0025\u0073",_ge ,_egf ); +_bdg ,_acd :=ComparePNGFiles (_ge ,_egf );if _e .IsNotExist (_acd ){_dg .Fatal ("\u0069m\u0061g\u0065\u0020\u0066\u0069\u006ce\u0020\u006di\u0073\u0073\u0069\u006e\u0067");}else if !_bdg {_dg .Fatal ("\u0077\u0072\u006f\u006eg \u0070\u0061\u0067\u0065\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0065\u0064"); +};});};});};func CompareImages (img1 ,img2 _ea .Image )(bool ,error ){_gb :=img1 .Bounds ();_bb :=0;for _beb :=0;_beb < _gb .Size ().X ;_beb ++{for _ga :=0;_ga < _gb .Size ().Y ;_ga ++{_beg ,_gd ,_egg ,_ :=img1 .At (_beb ,_ga ).RGBA ();_gad ,_gg ,_ad ,_ :=img2 .At (_beb ,_ga ).RGBA (); +if _beg !=_gad ||_gd !=_gg ||_egg !=_ad {_bb ++;};};};_ebde :=float64 (_bb )/float64 (_gb .Dx ()*_gb .Dy ());if _ebde > 0.0001{_d .Printf ("\u0064\u0069\u0066f \u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0064\u0029\u000a",_ebde ,_bb ); +return false ,nil ;};return true ,nil ;};func RenderPDFToPNGs (pdfPath string ,dpi int ,outpathTpl string )error {if dpi <=0{dpi =100;};if _ ,_bed :=_bc .LookPath ("\u0067\u0073");_bed !=nil {return ErrRenderNotSupported ;};return _bc .Command ("\u0067\u0073","\u002d\u0073\u0044\u0045\u0056\u0049\u0043\u0045\u003d\u0070\u006e\u0067a\u006c\u0070\u0068\u0061","\u002d\u006f",outpathTpl ,_d .Sprintf ("\u002d\u0072\u0025\u0064",dpi ),pdfPath ).Run (); +};func _feb (_gee _agd .PdfObject ,_bf map[int64 ]_agd .PdfObject )error {switch _bcb :=_gee .(type ){case *_agd .PdfIndirectObject :_af :=_bcb ;_feb (_af .PdfObject ,_bf );case *_agd .PdfObjectDictionary :_fbd :=_bcb ;for _ ,_fac :=range _fbd .Keys (){_cdc :=_fbd .Get (_fac ); +if _deb ,_ef :=_cdc .(*_agd .PdfObjectReference );_ef {_adf ,_fga :=_bf [_deb .ObjectNumber ];if !_fga {return _ff .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); +};_fbd .Set (_fac ,_adf );}else {_feb (_cdc ,_bf );};};case *_agd .PdfObjectArray :_ebb :=_bcb ;for _feg ,_gef :=range _ebb .Elements (){if _ebg ,_efg :=_gef .(*_agd .PdfObjectReference );_efg {_ada ,_faca :=_bf [_ebg .ObjectNumber ];if !_faca {return _ff .New ("r\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0074\u006f\u0020\u006f\u0075\u0074\u0073i\u0064\u0065\u0020o\u0062j\u0065\u0063\u0074"); +};_ebb .Set (_feg ,_ada );}else {_feb (_gef ,_bf );};};};return nil ;};func ComparePNGFiles (file1 ,file2 string )(bool ,error ){_df ,_c :=HashFile (file1 );if _c !=nil {return false ,_c ;};_ade ,_c :=HashFile (file2 );if _c !=nil {return false ,_c ;}; +if _df ==_ade {return true ,nil ;};_fa ,_c :=ReadPNG (file1 );if _c !=nil {return false ,_c ;};_cf ,_c :=ReadPNG (file2 );if _c !=nil {return false ,_c ;};if _fa .Bounds ()!=_cf .Bounds (){return false ,nil ;};return CompareImages (_fa ,_cf );};var (ErrRenderNotSupported =_ff .New ("\u0072\u0065\u006e\u0064\u0065r\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0073 \u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0069\u0073\u0020\u0073\u0079\u0073\u0074\u0065m"); +);func HashFile (file string )(string ,error ){_bd ,_ebd :=_e .Open (file );if _ebd !=nil {return "",_ebd ;};defer _bd .Close ();_agc :=_ag .New ();if _ ,_ebd =_be .Copy (_agc ,_bd );_ebd !=nil {return "",_ebd ;};return _abd .EncodeToString (_agc .Sum (nil )),nil ; +};func ParseIndirectObjects (rawpdf string )(map[int64 ]_agd .PdfObject ,error ){_fg :=_agd .NewParserFromString (rawpdf );_ec :=map[int64 ]_agd .PdfObject {};for {_fcf ,_dgf :=_fg .ParseIndirectObject ();if _dgf !=nil {if _dgf ==_be .EOF {break ;};return nil ,_dgf ; +};switch _dd :=_fcf .(type ){case *_agd .PdfIndirectObject :_ec [_dd .ObjectNumber ]=_fcf ;case *_agd .PdfObjectStream :_ec [_dd .ObjectNumber ]=_fcf ;};};for _ ,_faf :=range _ec {_feb (_faf ,_ec );};return _ec ,nil ;}; \ No newline at end of file diff --git a/internal/textencoding/internal/syncmap/syncmap.go b/internal/textencoding/internal/syncmap/syncmap.go index 78b8a0bec..37aa4b8c1 100644 --- a/internal/textencoding/internal/syncmap/syncmap.go +++ b/internal/textencoding/internal/syncmap/syncmap.go @@ -9,24 +9,25 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package syncmap ;import _c "sync";func (_eg *RuneStringMap )Length ()int {_eg ._dd .RLock ();defer _eg ._dd .RUnlock ();return len (_eg ._aee );};func MakeRuneByteMap (length int )*RuneByteMap {_be :=make (map[rune ]byte ,length );return &RuneByteMap {_fe :_be }; -};func (_gd *RuneSet )Length ()int {_gd ._beb .RLock ();defer _gd ._beb .RUnlock ();return len (_gd ._adb )};func (_aca *RuneUint16Map )RangeDelete (f func (_deb rune ,_ged uint16 )(_ccb bool ,_fac bool )){_aca ._ce .Lock ();defer _aca ._ce .Unlock (); -for _gea ,_af :=range _aca ._aa {_ba ,_deg :=f (_gea ,_af );if _ba {delete (_aca ._aa ,_gea );};if _deg {break ;};};};func (_eee *RuneUint16Map )Range (f func (_beac rune ,_gae uint16 )(_cdb bool )){_eee ._ce .RLock ();defer _eee ._ce .RUnlock ();for _cad ,_ef :=range _eee ._aa {if f (_cad ,_ef ){break ; -};};};func (_cba *RuneByteMap )Range (f func (_da rune ,_ge byte )(_ga bool )){_cba ._bc .RLock ();defer _cba ._bc .RUnlock ();for _cab ,_fb :=range _cba ._fe {if f (_cab ,_fb ){break ;};};};type RuneSet struct{_adb map[rune ]struct{};_beb _c .RWMutex ; -};func (_df *StringRuneMap )Write (g string ,r rune ){_df ._bdf .Lock ();defer _df ._bdf .Unlock ();_df ._gede [g ]=r ;};func MakeRuneSet (length int )*RuneSet {return &RuneSet {_adb :make (map[rune ]struct{},length )}};func (_gcb *RuneByteMap )Length ()int {_gcb ._bc .RLock (); -defer _gcb ._bc .RUnlock ();return len (_gcb ._fe );};func (_bdb *RuneByteMap )Read (r rune )(byte ,bool ){_bdb ._bc .RLock ();defer _bdb ._bc .RUnlock ();_faa ,_cb :=_bdb ._fe [r ];return _faa ,_cb ;};func (_ccc *StringsMap )Range (f func (_fgf ,_edc string )(_dad bool )){_ccc ._gb .RLock (); -defer _ccc ._gb .RUnlock ();for _ceg ,_bg :=range _ccc ._aeea {if f (_ceg ,_bg ){break ;};};};func MakeRuneUint16Map (length int )*RuneUint16Map {return &RuneUint16Map {_aa :make (map[rune ]uint16 ,length )};};func (_gcg *RuneUint16Map )Write (r rune ,g uint16 ){_gcg ._ce .Lock (); -defer _gcg ._ce .Unlock ();_gcg ._aa [r ]=g ;};type RuneUint16Map struct{_aa map[rune ]uint16 ;_ce _c .RWMutex ;};func (_ab *RuneStringMap )Range (f func (_ea rune ,_abe string )(_fad bool )){_ab ._dd .RLock ();defer _ab ._dd .RUnlock ();for _fg ,_cd :=range _ab ._aee {if f (_fg ,_cd ){break ; -};};};func NewStringRuneMap (m map[string ]rune )*StringRuneMap {return &StringRuneMap {_gede :m }};type StringsTuple struct{Key ,Value string ;};func (_aaf *StringsMap )Copy ()*StringsMap {_aaf ._gb .RLock ();defer _aaf ._gb .RUnlock ();_ead :=map[string ]string {}; -for _bbg ,_bcge :=range _aaf ._aeea {_ead [_bbg ]=_bcge ;};return &StringsMap {_aeea :_ead };};func (_cc *RuneStringMap )Write (r rune ,s string ){_cc ._dd .Lock ();defer _cc ._dd .Unlock ();_cc ._aee [r ]=s ;};func NewByteRuneMap (m map[byte ]rune )*ByteRuneMap {return &ByteRuneMap {_g :m }}; -func (_ae *RuneByteMap )Write (r rune ,b byte ){_ae ._bc .Lock ();defer _ae ._bc .Unlock ();_ae ._fe [r ]=b };type StringRuneMap struct{_gede map[string ]rune ;_bdf _c .RWMutex ;};func (_dde *RuneUint16Map )Length ()int {_dde ._ce .RLock ();defer _dde ._ce .RUnlock (); -return len (_dde ._aa );};func MakeByteRuneMap (length int )*ByteRuneMap {return &ByteRuneMap {_g :make (map[byte ]rune ,length )}};type StringsMap struct{_aeea map[string ]string ;_gb _c .RWMutex ;};func (_bf *RuneUint16Map )Read (r rune )(uint16 ,bool ){_bf ._ce .RLock (); -defer _bf ._ce .RUnlock ();_ac ,_egd :=_bf ._aa [r ];return _ac ,_egd ;};func (_cbc *StringRuneMap )Range (f func (_bbb string ,_degc rune )(_aef bool )){_cbc ._bdf .RLock ();defer _cbc ._bdf .RUnlock ();for _gcbd ,_abc :=range _cbc ._gede {if f (_gcbd ,_abc ){break ; -};};};func (_ee *RuneStringMap )Read (r rune )(string ,bool ){_ee ._dd .RLock ();defer _ee ._dd .RUnlock ();_fef ,_bce :=_ee ._aee [r ];return _fef ,_bce ;};func (_a *ByteRuneMap )Range (f func (_b byte ,_ed rune )(_ad bool )){_a ._f .RLock ();defer _a ._f .RUnlock (); -for _ca ,_fa :=range _a ._g {if f (_ca ,_fa ){break ;};};};func (_fba *RuneSet )Range (f func (_eb rune )(_de bool )){_fba ._beb .RLock ();defer _fba ._beb .RUnlock ();for _def :=range _fba ._adb {if f (_def ){break ;};};};func (_gc *ByteRuneMap )Write (b byte ,r rune ){_gc ._f .Lock (); -defer _gc ._f .Unlock ();_gc ._g [b ]=r };func (_aae *StringRuneMap )Read (g string )(rune ,bool ){_aae ._bdf .RLock ();defer _aae ._bdf .RUnlock ();_ddd ,_dg :=_aae ._gede [g ];return _ddd ,_dg ;};type ByteRuneMap struct{_g map[byte ]rune ;_f _c .RWMutex ; -};func (_fbg *StringRuneMap )Length ()int {_fbg ._bdf .RLock ();defer _fbg ._bdf .RUnlock ();return len (_fbg ._gede );};func (_edd *RuneSet )Write (r rune ){_edd ._beb .Lock ();defer _edd ._beb .Unlock ();_edd ._adb [r ]=struct{}{};};func NewRuneStringMap (m map[rune ]string )*RuneStringMap {return &RuneStringMap {_aee :m }}; -func NewStringsMap (tuples []StringsTuple )*StringsMap {_gfd :=map[string ]string {};for _ ,_db :=range tuples {_gfd [_db .Key ]=_db .Value ;};return &StringsMap {_aeea :_gfd };};type RuneByteMap struct{_fe map[rune ]byte ;_bc _c .RWMutex ;};type RuneStringMap struct{_aee map[rune ]string ; -_dd _c .RWMutex ;};func (_fd *RuneUint16Map )Delete (r rune ){_fd ._ce .Lock ();defer _fd ._ce .Unlock ();delete (_fd ._aa ,r )};func (_adg *StringsMap )Write (g1 ,g2 string ){_adg ._gb .Lock ();defer _adg ._gb .Unlock ();_adg ._aeea [g1 ]=g2 ;};func (_bd *ByteRuneMap )Length ()int {_bd ._f .RLock (); -defer _bd ._f .RUnlock ();return len (_bd ._g )};func (_gf *ByteRuneMap )Read (b byte )(rune ,bool ){_gf ._f .RLock ();defer _gf ._f .RUnlock ();_d ,_ff :=_gf ._g [b ];return _d ,_ff ;};func (_bb *RuneSet )Exists (r rune )bool {_bb ._beb .RLock ();defer _bb ._beb .RUnlock (); -_ ,_bcg :=_bb ._adb [r ];return _bcg ;};func (_abf *StringsMap )Read (g string )(string ,bool ){_abf ._gb .RLock ();defer _abf ._gb .RUnlock ();_cdg ,_ccg :=_abf ._aeea [g ];return _cdg ,_ccg ;}; \ No newline at end of file +package syncmap ;import _a "sync";func (_cga *RuneUint16Map )Delete (r rune ){_cga ._ecd .Lock ();defer _cga ._ecd .Unlock ();delete (_cga ._ada ,r );};func (_cg *RuneUint16Map )Read (r rune )(uint16 ,bool ){_cg ._ecd .RLock ();defer _cg ._ecd .RUnlock (); +_ea ,_efg :=_cg ._ada [r ];return _ea ,_efg ;};func (_bca *StringRuneMap )Length ()int {_bca ._cde .RLock ();defer _bca ._cde .RUnlock ();return len (_bca ._fdg );};func MakeRuneSet (length int )*RuneSet {return &RuneSet {_f :make (map[rune ]struct{},length )}}; +func (_bda *StringsMap )Range (f func (_bde ,_bbd string )(_gcc bool )){_bda ._abd .RLock ();defer _bda ._abd .RUnlock ();for _fdb ,_cbc :=range _bda ._ebe {if f (_fdb ,_cbc ){break ;};};};func NewStringRuneMap (m map[string ]rune )*StringRuneMap {return &StringRuneMap {_fdg :m }}; +func (_egc *RuneSet )Write (r rune ){_egc ._bg .Lock ();defer _egc ._bg .Unlock ();_egc ._f [r ]=struct{}{}};type RuneStringMap struct{_ae map[rune ]string ;_ce _a .RWMutex ;};func (_bgf *StringsMap )Copy ()*StringsMap {_bgf ._abd .RLock ();defer _bgf ._abd .RUnlock (); +_gde :=map[string ]string {};for _gebd ,_acf :=range _bgf ._ebe {_gde [_gebd ]=_acf ;};return &StringsMap {_ebe :_gde };};type StringsTuple struct{Key ,Value string ;};func (_dee *RuneUint16Map )Length ()int {_dee ._ecd .RLock ();defer _dee ._ecd .RUnlock (); +return len (_dee ._ada );};func (_fe *RuneUint16Map )RangeDelete (f func (_cbg rune ,_ege uint16 )(_gg bool ,_eb bool )){_fe ._ecd .Lock ();defer _fe ._ecd .Unlock ();for _ebf ,_ag :=range _fe ._ada {_geb ,_gfe :=f (_ebf ,_ag );if _geb {delete (_fe ._ada ,_ebf ); +};if _gfe {break ;};};};func NewByteRuneMap (m map[byte ]rune )*ByteRuneMap {return &ByteRuneMap {_e :m }};func (_af *RuneStringMap )Read (r rune )(string ,bool ){_af ._ce .RLock ();defer _af ._ce .RUnlock ();_be ,_bf :=_af ._ae [r ];return _be ,_bf ;}; +func (_dg *RuneByteMap )Range (f func (_ab rune ,_ddd byte )(_gb bool )){_dg ._bc .RLock ();defer _dg ._bc .RUnlock ();for _eg ,_abf :=range _dg ._ad {if f (_eg ,_abf ){break ;};};};func NewRuneStringMap (m map[rune ]string )*RuneStringMap {return &RuneStringMap {_ae :m }}; +func (_gad *ByteRuneMap )Range (f func (_d byte ,_de rune )(_ba bool )){_gad ._g .RLock ();defer _gad ._g .RUnlock ();for _db ,_dc :=range _gad ._e {if f (_db ,_dc ){break ;};};};func MakeRuneUint16Map (length int )*RuneUint16Map {return &RuneUint16Map {_ada :make (map[rune ]uint16 ,length )}; +};type StringRuneMap struct{_fdg map[string ]rune ;_cde _a .RWMutex ;};func (_ac *StringRuneMap )Write (g string ,r rune ){_ac ._cde .Lock ();defer _ac ._cde .Unlock ();_ac ._fdg [g ]=r ;};func (_cb *ByteRuneMap )Length ()int {_cb ._g .RLock ();defer _cb ._g .RUnlock (); +return len (_cb ._e )};func (_ga *ByteRuneMap )Read (b byte )(rune ,bool ){_ga ._g .RLock ();defer _ga ._g .RUnlock ();_cd ,_b :=_ga ._e [b ];return _cd ,_b ;};func (_dce *RuneSet )Exists (r rune )bool {_dce ._bg .RLock ();defer _dce ._bg .RUnlock ();_ ,_dbe :=_dce ._f [r ]; +return _dbe ;};type ByteRuneMap struct{_e map[byte ]rune ;_g _a .RWMutex ;};type RuneUint16Map struct{_ada map[rune ]uint16 ;_ecd _a .RWMutex ;};func MakeRuneByteMap (length int )*RuneByteMap {_dd :=make (map[rune ]byte ,length );return &RuneByteMap {_ad :_dd }; +};func MakeByteRuneMap (length int )*ByteRuneMap {return &ByteRuneMap {_e :make (map[byte ]rune ,length )}};func (_aa *ByteRuneMap )Write (b byte ,r rune ){_aa ._g .Lock ();defer _aa ._g .Unlock ();_aa ._e [b ]=r };func (_gf *RuneByteMap )Length ()int {_gf ._bc .RLock (); +defer _gf ._bc .RUnlock ();return len (_gf ._ad )};func (_efc *StringsMap )Read (g string )(string ,bool ){_efc ._abd .RLock ();defer _efc ._abd .RUnlock ();_bba ,_eae :=_efc ._ebe [g ];return _bba ,_eae ;};func NewStringsMap (tuples []StringsTuple )*StringsMap {_dcf :=map[string ]string {}; +for _ ,_egb :=range tuples {_dcf [_egb .Key ]=_egb .Value ;};return &StringsMap {_ebe :_dcf };};func (_eac *StringRuneMap )Read (g string )(rune ,bool ){_eac ._cde .RLock ();defer _eac ._cde .RUnlock ();_edc ,_ade :=_eac ._fdg [g ];return _edc ,_ade ;}; +func (_ef *RuneByteMap )Write (r rune ,b byte ){_ef ._bc .Lock ();defer _ef ._bc .Unlock ();_ef ._ad [r ]=b };func (_ed *RuneUint16Map )Range (f func (_cee rune ,_ccd uint16 )(_gba bool )){_ed ._ecd .RLock ();defer _ed ._ecd .RUnlock ();for _ede ,_bgd :=range _ed ._ada {if f (_ede ,_bgd ){break ; +};};};func (_bd *RuneByteMap )Read (r rune )(byte ,bool ){_bd ._bc .RLock ();defer _bd ._bc .RUnlock ();_ge ,_ddb :=_bd ._ad [r ];return _ge ,_ddb ;};type RuneSet struct{_f map[rune ]struct{};_bg _a .RWMutex ;};func (_ccg *RuneStringMap )Write (r rune ,s string ){_ccg ._ce .Lock (); +defer _ccg ._ce .Unlock ();_ccg ._ae [r ]=s ;};type RuneByteMap struct{_ad map[rune ]byte ;_bc _a .RWMutex ;};func (_dgb *StringRuneMap )Range (f func (_gdc string ,_cbgd rune )(_abff bool )){_dgb ._cde .RLock ();defer _dgb ._cde .RUnlock ();for _bbf ,_gbe :=range _dgb ._fdg {if f (_bbf ,_gbe ){break ; +};};};func (_gc *RuneUint16Map )Write (r rune ,g uint16 ){_gc ._ecd .Lock ();defer _gc ._ecd .Unlock ();_gc ._ada [r ]=g ;};type StringsMap struct{_ebe map[string ]string ;_abd _a .RWMutex ;};func (_eff *RuneStringMap )Length ()int {_eff ._ce .RLock (); +defer _eff ._ce .RUnlock ();return len (_eff ._ae );};func (_df *RuneSet )Length ()int {_df ._bg .RLock ();defer _df ._bg .RUnlock ();return len (_df ._f )};func (_cc *RuneSet )Range (f func (_bcc rune )(_aab bool )){_cc ._bg .RLock ();defer _cc ._bg .RUnlock (); +for _bb :=range _cc ._f {if f (_bb ){break ;};};};func (_gd *RuneStringMap )Range (f func (_egg rune ,_gbc string )(_afc bool )){_gd ._ce .RLock ();defer _gd ._ce .RUnlock ();for _dbd ,_fd :=range _gd ._ae {if f (_dbd ,_fd ){break ;};};};func (_ca *StringsMap )Write (g1 ,g2 string ){_ca ._abd .Lock (); +defer _ca ._abd .Unlock ();_ca ._ebe [g1 ]=g2 ;}; \ No newline at end of file diff --git a/internal/textencoding/textencoding.go b/internal/textencoding/textencoding.go index b721eba74..026d6e162 100644 --- a/internal/textencoding/textencoding.go +++ b/internal/textencoding/textencoding.go @@ -9,103 +9,99 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package textencoding ;import (_ga "bytes";_ff "encoding/binary";_b "errors";_d "fmt";_ea "github.com/unidoc/unipdf/v3/common";_bc "github.com/unidoc/unipdf/v3/core";_egc "github.com/unidoc/unipdf/v3/internal/cmap";_be "github.com/unidoc/unipdf/v3/internal/strutils"; -_fde "github.com/unidoc/unipdf/v3/internal/textencoding/internal/syncmap";_ag "golang.org/x/text/encoding";_fea "golang.org/x/text/transform";_fd "regexp";_eg "sort";_ac "strconv";_a "strings";_e "sync";_f "unicode";_fe "unicode/utf8";);type GlyphName string ; -type GID uint16 ;func (_abc *differencesEncoding )Charcodes ()[]CharCode {_bba :=_abc ._ebf .Charcodes ();_bbe :=true ;_cea :=make (map[CharCode ]struct{},len (_bba ));for _ ,_bcd :=range _bba {_cea [_bcd ]=struct{}{};};_abc ._gff .Range (func (_dcb byte ,_eeb rune )(_dgd bool ){_bgg :=CharCode (_dcb ); -if _ ,_bdg :=_cea [_bgg ];!_bdg {_bba =append (_bba ,_bgg );_bbe =false ;};return false ;});if !_bbe {_eg .Slice (_bba ,func (_ccb ,_gce int )bool {return _bba [_ccb ]< _bba [_gce ]});};return _bba ;};var _fbad =[...]_fde .StringsTuple {{Key :"\u0066\u005f\u0066",Value :"\u0066\u0066"},{Key :"\u0066\u005f\u0066_\u0069",Value :"\u0066\u0066\u0069"},{Key :"\u0066\u005f\u0066_\u006c",Value :"\u0066\u0066\u006c"},{Key :"\u0066\u005f\u0069",Value :"\u0066\u0069"},{Key :"\u0066\u005f\u006c",Value :"\u0066\u006c"},{Key :"a\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e",Value :"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006d\u0074\u0075r\u006e\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0074\u0075r\u006e",Value :"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"n\u006c\u0066\u0074\u006c\u0066\u0074\u0068\u006f\u006f\u006b",Value :"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0075p\u0041\u006c\u0070\u0068\u0061",Value :"\u0041\u006c\u0070h\u0061"},{Key :"\u0049s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0062\u0062",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0043\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0048\u0062\u0062",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u0048\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u004e\u0062\u0062",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u004e\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u0050\u0062\u0062",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0050\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0051\u0062\u0062",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0051\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0052\u0062\u0062",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u0052\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u005a\u0062\u0062",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u005a\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u0075\u0070\u0042\u0065\u0074\u0061",Value :"\u0042\u0065\u0074\u0061"},{Key :"\u004f\u0049",Value :"\u0042t\u006f\u0070\u0062\u0061\u0072"},{Key :"\u0048m\u0061\u0063\u0072\u006f\u006e",Value :"\u0043\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0064\u006f\u0074",Value :"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0043\u0068\u0065",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00341",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"l\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063"},{Key :"\u0075\u0070\u0043h\u0069",Value :"\u0043\u0068\u0069"},{Key :"\u0079\u0075\u0073\u0062\u0069\u0067",Value :"\u0043\u0068\u0069"},{Key :"\u0067\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0044\u005a"},{Key :"\u0047\u0062\u0061\u0072",Value :"\u0044Z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u0073\u006c\u0061\u0073\u0068",Value :"\u0044\u0063\u0072\u006f\u0061\u0074"},{Key :"\u0044\u0065",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00321",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0069n\u0063\u0072\u0065\u006d\u0065\u006et",Value :"\u0044\u0065\u006ct\u0061"},{Key :"\u0075p\u0044\u0065\u006c\u0074\u0061",Value :"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0065\u0073\u0068\u006c\u006f\u006f\u0070\u0072\u0065\u0076",Value :"\u0044\u0068\u006fo\u006b"},{Key :"\u006d\u0062\u0066\u0064\u0069\u0067\u0061\u006d\u006d\u0061",Value :"\u0044i\u0067\u0061\u006d\u006d\u0061"},{Key :"\u0047e\u004b\u0061\u0072\u0065\u0076",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0044\u0069\u0067\u0061\u006d\u006da",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0047s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0044\u007a"},{Key :"\u0067\u0062\u0061\u0072",Value :"\u0044z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u007a\u0068\u0065",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00345",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u0063\u0079\u0072\u0069\u006c",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00353",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004es\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0045\u0064\u006f\u0074",Value :"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004f\u0045\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070",Value :"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0045\u006c",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00329",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u006d",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00330",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0067",Value :"\u0045\u006e\u0067"},{Key :"\u006b\u0072\u0061",Value :"\u0045o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0045\u0070\u0073\u0069\u006c\u006fn",Value :"\u0045p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0073\u0074\u0072\u0069\u0063\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u0045\u0071\u0075i\u0076"},{Key :"\u0054r\u0074\u0068\u006f\u006f\u006b",Value :"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0045c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00347",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0045t\u0061",Value :"\u0045\u0074\u0061"},{Key :"\u0045\u0075\u006ce\u0072",Value :"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0065\u0075\u0072\u006f",Value :"\u0045\u0075\u0072\u006f"},{Key :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0063l\u006f\u0073\u0065\u0064",Value :"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004f\u0068\u006fo\u006b",Value :"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0032",Value :"\u0046\u0068\u006fo\u006b"},{Key :"\u0046\u0074\u0075r\u006e",Value :"\u0046\u0069\u006e\u0076"},{Key :"\u0046\u0046\u0049\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046\u0046\u004c\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046F\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046I\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046L\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0062a\u0062\u0079\u0067\u0061\u006d\u006da",Value :"\u0047\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0075p\u0047\u0061\u006d\u006d\u0061",Value :"\u0047\u0061\u006dm\u0061"},{Key :"\u0055\u0073\u0074r\u0074",Value :"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0064r\u0074\u0068\u006f\u006f\u006b",Value :"\u0047\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0047\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0064\u006f\u0074",Value :"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0065",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00320",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00350",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0061\u006d\u0065",Value :"\u0047\u006d\u0069\u0072"},{Key :"\u006f\u0067\u006f\u006e\u0065\u006b\u006e\u006f\u0073\u0070",Value :"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b"},{Key :"\u0063\u0074\u0075r\u006e",Value :"\u0047s\u0074\u0072\u006f\u006b\u0065"},{Key :"w\u0068\u0069\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0062\u006f\u0078",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0054e\u0072\u0074\u0064\u0065\u0073",Value :"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0049\u006e\u006f\u0064\u006f\u0074",Value :"\u0049"},{Key :"\u0079o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0049\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0049\u0064\u006f\u0074"},{Key :"\u0049\u0065",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00322",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u006d",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0069",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00326",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"r\u0074\u0075\u0072\u006e\u0061\u0073\u0063\u0065\u006e\u0064",Value :"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0049\u006f",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00323",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0049\u006f\u0074\u0061",Value :"\u0049\u006f\u0074\u0061"},{Key :"\u007a\u0062\u0061\u0072",Value :"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e"},{Key :"\u0059\u006f\u0067\u0068",Value :"\u0049s\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0075p\u004b\u0061\u0070\u0070\u0061",Value :"\u004b\u0061\u0070p\u0061"},{Key :"\u0065\u0072\u0065\u0076",Value :"\u004b\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u004b\u0068\u0061",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00339",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0059o\u0067\u0068\u0072\u0065\u0076",Value :"\u004b\u0068\u006fo\u006b"},{Key :"\u004b\u006a\u0065",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00361",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045n\u0072\u0074\u0064\u0065\u0073",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u004b\u006f\u0070\u0070\u0061",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0067\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u004a"},{Key :"\u0075\u0070\u004c\u0061\u006d\u0062\u0064\u0061",Value :"\u004c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u004c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067c\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u004c\u0064\u006f\u0074",Value :"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004b\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u006a"},{Key :"\u004c\u006a\u0065",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00358",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u004d\u0075",Value :"\u004d\u0075"},{Key :"\u0074m\u0061\u0063\u0072\u006f\u006e",Value :"\u004e\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"t\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0065",Value :"\u004ee\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u004e\u0075",Value :"\u004e\u0075"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0077",Value :"\u004ew\u0061\u0072\u0072\u006f\u0077"},{Key :"\u004f\u0063\u0079\u0072\u0069\u006c",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00332",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"\u0072\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0070\u0069\u0070\u0065",Value :"\u004f\u0068\u006fr\u006e"},{Key :"\u0070\u0069\u0070\u0065\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u004f\u0069"},{Key :"\u004f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u006f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u0075p\u004f\u006d\u0065\u0067\u0061",Value :"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006d\u0068\u006f",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"o\u0068\u006d\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"\u0075p\u004f\u006d\u0069\u0063\u0072\u006fn",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u0079\u0061\u0074",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"e\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076",Value :"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0059\u0052",Value :"\u004f\u006f\u0070e\u006e"},{Key :"\u004f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006c\u0079\u006fg\u0068",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0059\u0075\u0073\u0062\u0069\u0067",Value :"\u0050\u0068\u0069"},{Key :"\u0075\u0070\u0050h\u0069",Value :"\u0050\u0068\u0069"},{Key :"\u0044Z\u0068\u0061\u0063\u0065\u006b",Value :"\u0050\u0068\u006fo\u006b"},{Key :"\u0075\u0070\u0050\u0069",Value :"\u0050\u0069"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b",Value :"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0075\u0070\u0050s\u0069",Value :"\u0050\u0073\u0069"},{Key :"\u0065\u006e\u0064\u006f\u0066\u0070\u0072\u006f\u006f\u0066",Value :"\u0051\u0045\u0044"},{Key :"\u0065\u006f\u0070",Value :"\u0051\u0045\u0044"},{Key :"\u0052\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0052\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0065",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0075\u0070\u0052h\u006f",Value :"\u0052\u0068\u006f"},{Key :"\u0073r\u0074\u0068\u006f\u006f\u006b",Value :"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064"},{Key :"\u0047\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",Value :"\u0053"},{Key :"\u0053\u0053",Value :"\u0053"},{Key :"\u0032\u0035\u0030\u0063",Value :"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0033\u0063",Value :"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0032\u0063",Value :"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0031\u0063",Value :"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0064",Value :"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0063",Value :"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0062",Value :"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0065",Value :"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0066",Value :"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0061",Value :"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0063",Value :"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0062",Value :"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0061",Value :"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0045\u006e\u0047\u0065",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0053\u0061\u006d\u0070\u0069",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062\u0062\u0061\u0072",Value :"\u0053\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0053",Value :"\u0053c\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0074r\u0074\u0068\u006f\u006f\u006b",Value :"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0065",Value :"\u0053e\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0053\u0068\u0061",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00342",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0050\u0065\u0068\u006f\u006f\u006b",Value :"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0055\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0075p\u0053\u0069\u0067\u006d\u0061",Value :"\u0053\u0069\u0067m\u0061"},{Key :"\u0047e\u0072m\u0061\u006e\u0064\u0062\u006c\u0073\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0053S\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u004b\u0061\u0062a\u0072",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0053\u0074\u0069\u0067\u006d\u0061",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0077",Value :"\u0053w\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u0054a\u0075",Value :"\u0054\u0061\u0075"},{Key :"\u004bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0054\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075p\u0054\u0068\u0065\u0074\u0061",Value :"\u0054\u0068\u0065t\u0061"},{Key :"\u0061\u0068\u0061\u0063\u0065\u006b",Value :"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"\u0054\u0073\u0065",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00340",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0054\u0073\u0068\u0065",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00360",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0055\u0063\u0079\u0072\u0069\u006c",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00337",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"j\u0068\u006f\u006f\u006b\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065"},{Key :"\u0049\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0068\u006fr\u006e"},{Key :"\u0045\u0070\u0073\u0069\u006c\u006f\u006e\u0031",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0055d\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0066s\u0063\u0072\u0069\u0070\u0074",Value :"\u0055o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0055\u0070\u0073\u0069\u006c\u006fn",Value :"\u0055p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006f\u006c",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u005a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u007a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b"},{Key :"\u004f\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e"},{Key :"\u005ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0045\u0074\u0075r\u006e",Value :"\u0055\u0072\u0069n\u0067"},{Key :"U\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00362",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0066o\u0072\u0063\u0065\u0065\u0078\u0074r",Value :"\u0056\u0044\u0061s\u0068"},{Key :"\u006f\u0068\u0061\u0063\u0065\u006b",Value :"\u0056\u0068\u006fo\u006b"},{Key :"\u0047\u0061\u006d\u006d\u0061\u0031",Value :"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0059\u0061\u0074",Value :"\u0058\u0069"},{Key :"\u0075\u0070\u0058\u0069",Value :"\u0058\u0069"},{Key :"\u0049\u006f\u0074a\u0031",Value :"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0055\u0068\u0061\u0063\u0065\u006b",Value :"\u0059\u0068\u006fo\u006b"},{Key :"\u0059\u0069",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00356",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0068\u006fo\u006b",Value :"\u005a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u005a\u0064\u006f\u0074",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006ca\u006d\u0062\u0064\u0061\u0062\u0061r",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075\u0070\u005a\u0065\u0074\u0061",Value :"\u005a\u0065\u0074\u0061"},{Key :"\u0074\u0065\u006c\u0065\u0070\u0068\u006f\u006e\u0065b\u006c\u0061\u0063\u006b",Value :"\u0061\u0034"},{Key :"\u006da\u006c\u0074\u0065\u0073\u0065",Value :"\u0061\u0039"},{Key :"\u006d\u0061\u006ct\u0065\u0073\u0065\u0063\u0072\u006f\u0073\u0073",Value :"\u0061\u0039"},{Key :"\u0070\u006f\u0069nt\u0069\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",Value :"\u0061\u0031\u0032"},{Key :"\u0063h\u0065\u0063\u006b\u006d\u0061\u0072k",Value :"\u0061\u0031\u0039"},{Key :"\u0062i\u0067\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0035"},{Key :"\u0062l\u0061\u0063\u006b\u0073\u0074\u0061r",Value :"\u0061\u0033\u0035"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0037"},{Key :"\u0076a\u0072\u0073\u0074\u0061\u0072",Value :"\u0061\u0034\u0039"},{Key :"\u0064\u0069\u006eg\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",Value :"\u0061\u0035\u0036"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0031"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0062\u0075\u006cl\u0065\u0074\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0061\u0037\u0031"},{Key :"b\u006c\u0061\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0048\u0031\u0038\u0035\u0033\u0033",Value :"\u0061\u0037\u0031"},{Key :"\u0066i\u006c\u006c\u0065\u0064\u0062\u006fx",Value :"\u0061\u0037\u0033"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0036"},{Key :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u0037\u0036"},{Key :"\u0062i\u0067b\u006c\u0061\u0063\u006b\u0074r\u0069\u0061n\u0067\u006c\u0065\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0074r\u0069\u0061\u0067\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0062l\u0061\u0063\u006b\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e\u0073\u006c\u0064",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069\u0061\u0067\u0064\u006e",Value :"\u0061\u0037\u0037"},{Key :"b\u0069g\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069a\u006e\u0067\u006c\u0065do\u0077\u006e",Value :"\u0061\u0037\u0037"},{Key :"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062s\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0062\u006c\u0061c\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065r\u0074\u0073\u006c\u0064",Value :"\u0061\u0038\u0031"},{Key :"b\u006ca\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0068a\u006c\u0066\u0063\u0069rc\u006c\u0065",Value :"\u0061\u0038\u0031"},{Key :"\u006fn\u0065\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0038"},{Key :"\u0074e\u006e\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0039"},{Key :"\u006fn\u0065\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0038"},{Key :"u\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068\u0076",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061r\u0072\u006f\u0077\u0075\u0070\u0064n",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0064\u0072\u0061\u0066\u0074\u0069\u006e\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0036"},{Key :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0068\u0065\u0061\u0076\u0079",Value :"\u0061\u0031\u0036\u0039"},{Key :"\u0059o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0061\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0063\u006d\u0062",Value :"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db"},{Key :"\u0061r\u0072o\u0077\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075p\u0073l\u006f\u0070\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0061\u0064\u006ft\u0073"},{Key :"\u006cr\u0074\u0068\u006f\u006f\u006b",Value :"\u0061e\u0061\u0063\u0075\u0074\u0065"},{Key :"l\u0065\u0066\u0074\u0074\u006f\u0072\u0069\u0067\u0068\u0074",Value :"\u0061f\u0069\u0069\u0032\u0039\u0039"},{Key :"r\u0069\u0067\u0068\u0074\u0074\u006f\u006c\u0065\u0066\u0074",Value :"\u0061f\u0069\u0069\u0033\u0030\u0030"},{Key :"\u007a\u0065\u0072\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0033\u0030\u0031"},{Key :"\u0041\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0041c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0042\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0042\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0056\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u0056\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u005a\u0068\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"Z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"\u005a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u005a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u0049i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u0049i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u004b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u004b\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u0045\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0045\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0050e\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0050\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0045\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0072",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0073",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0045\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0054\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0054\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0045\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0045\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0053\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0053\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0048\u0061\u0072\u0064",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0048\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0059\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0059\u0065\u0072\u0069",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0053\u006f\u0066\u0074",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0053\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0049\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0055\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0049\u0041\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0044\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"D\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"\u0047\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"G\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"\u0044\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"D\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"\u0049\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u0049c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u004a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"N\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"\u0061c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0061\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0067\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0067\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0064\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0064\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0069\u006f",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u0069\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u0069i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0069i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0065\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0065\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0074\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0074\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0075c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0075\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0065\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u0065\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u006b\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"k\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"s\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0073\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0069\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0075\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"\u0069\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"d\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0064\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0069c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u0069\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"n\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"\u006e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"k\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u006b\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u0075\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"u\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"Y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346"},{Key :"\u0046\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347"},{Key :"\u0049z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348"},{Key :"\u0066\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395"},{Key :"\u0069z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00390",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"a\u0072\u0061\u0062\u0069\u0063\u0063\u006f\u006d\u006d\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"c\u006f\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"t\u0068\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0074h\u0072e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0074\u0068\u0072\u0065\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0073\u0069\u0078\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073\u0069\u0078",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073i\u0078\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073e\u0076e\u006e\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0073\u0065\u0076\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"s\u0065\u0076\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"\u0061r\u0061b\u0069\u0063\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0073e\u006di\u0063\u006f\u006c\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"\u0061r\u0061b\u0069\u0063\u0071\u0075\u0065s\u0074\u0069o\u006e\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"a\u006ce\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u006da\u0064\u0064a\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0077\u0061\u0077\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0077\u0061\u0077\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0074\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0074e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u0068a\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u006b\u0068\u0061\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u006b\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u0064a\u006c\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0064\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0073\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"\u0073\u0065\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"s\u0068\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073\u0068\u0065e\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0073\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0064\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0064a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0061i\u006e\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0061\u0069\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0066e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0066\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0071\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0071a\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0061r\u0061\u0062\u0069\u0063\u006b\u0061f",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006ba\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006c\u0061\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006ca\u006d\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006d\u0065\u0065\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u006d\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"d\u0061m\u006d\u0061\u0074\u0061\u006e\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"k\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006b\u0061\u0073r\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006a\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u006ae\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u0074\u0074\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311"},{Key :"\u0064\u0064\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312"},{Key :"\u006e\u006fo\u006e\u0067\u0068u\u006e\u006e\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334"},{Key :"\u0073\u0068\u0065\u0071\u0065\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u0073\u0068\u0065q\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006e\u0065\u0077\u0073\u0068\u0065\u0071\u0065\u006c\u0073\u0069\u0067\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006ee\u0077\u0073\u0068\u0065\u0071\u0065l",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006d\u0061\u0071a\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"m\u0061\u0071\u0061\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"g\u0069\u006d\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0067\u0069\u006de\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0068\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u0068\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u007a\u0061\u0079i\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"z\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"\u0068e\u0074\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0068\u0065\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0079o\u0064\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0066\u0069\u006e\u0061lk\u0061\u0066\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0071\u0061\u006da\u0074\u0073\u0068\u0065br\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u006e\u0075\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0070\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0074\u0073\u0061d\u0069",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"t\u0073\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0073i\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068i\u006e\u0073\u0069n\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0076\u0061\u0076v\u0061\u0076\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076\u0064\u0062\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0076\u0061\u0076\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0071\u0061\u006d\u0061ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006da\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006dat\u0073\u0071\u0061\u0074\u0061\u006e\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0075\u006e\u0069\u0074\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061m\u0061\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0037",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"q\u0061\u006d\u0061\u0074sq\u0061t\u0061\u006e\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0064\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0039",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006da\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0030",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0033",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u0031\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"s\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065v\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073\u0062\u006c\u006f\u0063\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0032",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0069\u006ed\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0072\u0061\u0066\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0070\u0061\u0073e\u0071",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"p\u0061\u0073\u0065\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"\u006cs\u0063\u0072\u0069\u0070\u0074",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006cs\u0071\u0075\u0061\u0072\u0065",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006c\u0069\u0074e\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0065\u006c\u006c",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0070\u0064\u0066",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373"},{Key :"\u006c\u0072\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374"},{Key :"\u0072\u006c\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375"},{Key :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068n\u006f\u006ej\u006f\u0069\u006e\u0065\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u0077\u006d",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u007a\u0065\u0072\u006f\u006e\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u006f\u006dp\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"a\u0072\u0061\u0062\u0069cf\u0069v\u0065\u0070\u006f\u0069\u006et\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"a\u0073t\u0065\u0072\u0069\u0073\u006b\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0063\u006fm\u006d\u0061\u0072e\u0076\u0065\u0072\u0073\u0065\u0064\u006d\u006f\u0064",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u006e\u0075\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0069\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061i\u006e\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006er\u0074\u0068\u006f\u006f\u006b",Value :"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00364",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061\u006c\u0065\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00315",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u006c\u0065\u0066",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0066\u0066\u0069\u006e\u0061l",Value :"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00313",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0062\u0065\u006c\u006f\u0077",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006c\u0061\u006d\u0065d",Value :"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00349",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006ce\u0066\u006d\u0061k\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0079e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0070\u0061\u0074\u0061\u0068",Value :"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0070\u0068\u006d\u0061\u0074h",Value :"\u0061\u006c\u0065p\u0068"},{Key :"\u0062\u0061\u0063\u006b\u0063\u006f\u006e\u0067",Value :"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0075p\u0061\u006c\u0070\u0068\u0061",Value :"\u0061\u006c\u0070h\u0061"},{Key :"\u0063\u0031\u0035\u0038",Value :"\u0061m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006c\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0061\u006e\u0067\u006c\u0065",Value :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00370",Value :"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0042\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0062\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0042\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0062\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0041\u006e\u0067\u0073\u0074\u0072\u006f\u006d",Value :"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d"},{Key :"\u0061\u0063\u0077\u0067\u0061\u0070\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0039\u00329",Value :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u006c\u0069\u006d\u0069\u0074",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"\u0064\u006f\u0074e\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"a\u006c\u006d\u006f\u0073\u0074\u0065\u0071\u0075\u0061\u006c",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0066\u0061\u006c\u006c\u0069\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0074\u0072\u0070l",Value :"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074"},{Key :"\u0061\u006c\u006d\u006f\u0073\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u006f\u0066\u006c\u0069\u006e\u0065",Value :"\u0061\u0072\u0063"},{Key :"c\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0073",Value :"\u0061\u0072\u0063e\u0071"},{Key :"\u0061r\u0072o\u0077\u0073\u0065\u006d\u0061n\u0074\u0069c\u006c\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063\u0075\u0072\u0076\u0065\u0061\u0072\u0072\u006fw\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0065\u006d\u0063l\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u006cm\u0069\u0064\u0074\u0069\u006c\u0064e",Value :"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0033",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u0064\u006f\u0077\u006e\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e"},{Key :"\u006c\u0065\u0066\u0074\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0064\u0061\u0073\u0068a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074"},{Key :"u\u0070\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070"},{Key :"\u004c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"U\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0044o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e"},{Key :"\u004ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0064\u0062\u006c",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0055p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070"},{Key :"\u0064o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n"},{Key :"\u0073w\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0073e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0064\u006f\u0077\u006e\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0069o\u0074\u0061\u0073\u0075\u0062",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064"},{Key :"\u0068\u006f\u006f\u006b\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t"},{Key :"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066"},{Key :"\u0061r\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072l\u0065\u0066t\u0072\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0065\u0066\u0074\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0031",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069g\u0068\u0074\u0068a\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"n\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u006ft\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072r\u0069\u0067h\u0074\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0072i\u0067h\u0074\u0077\u0068\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0062\u0061\u0072l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u004c\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"R\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0075\u0070"},{Key :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0064\u006e\u0062\u0073\u0065",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u0075\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072o\u0077\u0062\u0061\u0072",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u006ew\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075p\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u0075\u0070\u0064o\u0077\u006e\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u006ee\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0075\u0070",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0075\u0070\u0077h\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0069\u006e\u0065\u0076\u0065\u0072\u0074",Value :"\u0061s\u0063\u0072\u0069\u0070\u0074"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061s\u0073\u0065\u0072\u0074\u0069\u006fn",Value :"\u0061\u0073\u0073\u0065\u0072\u0074"},{Key :"\u0061\u0073\u0074",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0073t\u0065\u0072\u0069s\u006b\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075a\u006c\u0061\u006c\u0074",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"a\u0073\u0079\u006d\u0070\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006de\u0071",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006di\u006c\u0061\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0074\u0073\u0069\u0067\u006e",Value :"\u0061\u0074"},{Key :"\u0061l\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0061\u0079\u0069\u006e",Value :"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00382",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0079\u0069\u006e",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u0072\u0065\u0076",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069m\u0065\u0064\u0062\u006c\u0072\u0065\u0076\u0031",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0073e\u0063\u006f\u006e\u0064\u0072\u0065v",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070l\u0065\u0072\u0065\u0076",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070r\u0069m\u0065\u0074\u0072\u0069\u0070\u006c\u0065\u0072\u0065\u0076\u0031",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00343",Value :"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0076\u0065\u0072\u0074",Value :"\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062\u0061\u0072",Value :"\u0062\u0061\u0072"},{Key :"\u0074\u0061\u0062l\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",Value :"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061"},{Key :"\u0068\u006f\u006d\u0065",Value :"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u006e\u006f\u0072",Value :"\u0062\u0061\u0072\u0076\u0065\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00366",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u0065",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00316",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u0062\u0065\u0074\u0061",Value :"\u0062\u0065\u0074\u0061"},{Key :"\u0047\u0065\u0068\u006f\u006f\u006b",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0076\u0061\u0072\u0062\u0065\u0074a",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062e\u0074\u0064\u0061\u0067\u0065\u0073h",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0062\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00365",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0062\u0065\u0074",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"b\u0065\u0074\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0031",Value :"\u0062\u0068\u006fo\u006b"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072",Value :"\u0062\u0069\u0067\u0076\u0065\u0065"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063a\u006c\u0061\u006e\u0064",Value :"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065"},{Key :"r\u0069\u006e\u0067\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006e\u0077\u006f\u0070\u0065\u006e",Value :"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065f\u0074\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0062\u006ca\u0063\u006b\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0074r\u0069\u0061\u0067\u006c\u0066",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064\u0031",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u006cl\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u006cr\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0072\u0065\u0063\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0068r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0074r\u0069\u0061\u0067\u0072\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0062l\u0061c\u006b\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068t\u0073\u006c\u0064\u0031",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0034\u0033",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078\u0066i\u006c\u006c\u0065\u0064",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u006d\u0069\u006c\u0065\u0079",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0069\u006e\u0076s\u006d\u0069\u006c\u0065\u0066\u0061\u0063\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0073\u006d\u0061\u006clt\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e"},{Key :"\u0074\u0072\u0061n\u0067\u006c\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0075l\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0075r\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0076\u0069\u0073i\u0062\u006c\u0065\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"v\u0069\u0073\u0075\u0061\u006c\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"\u0062l\u006f\u0063\u006b\u0066\u0075\u006cl",Value :"\u0062\u006c\u006fc\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00306",Value :"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062o\u0074\u0074\u006f\u006d\u0061\u0072c",Value :"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0073\u0071u\u0061\u0072\u0065v\u0065\u0072\u0074\u0062\u0069\u0073\u0065\u0063\u0074",Value :"\u0062\u006f\u0078\u0062\u0061\u0072"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u006c\u0062\u0072\u0061\u0063\u0065",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0068\u0074\u0069\u0070\u0064\u006f\u0077n\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070d\u006f\u0077n\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u0065",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061p\u0070\u006c\u0065\u006f\u0070\u0065n",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074"},{Key :"\u0065\u006e\u0074e\u0072",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072e\u0074\u0075r\u006e\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070\u0075\u0070\u006c\u0065\u0066\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072a\u0063\u0065\u0068t\u0069\u0070\u0075\u0070\u0072\u0069\u0067\u0068\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0062\u0072\u0061\u0063\u006b",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u006b",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"c\u006f\u006e\u0074\u0065\u0078\u0074\u006d\u0065\u006e\u0075",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074"},{Key :"\u0070\u006f\u0077e\u0072",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070"},{Key :"\u0072\u0068\u006f\u0031",Value :"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062"},{Key :"s\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u006d\u0061\u0074\u0068",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u006f\u0074",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0062u\u006c\u006c\u0073\u0065\u0079\u00651",Value :"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065"},{Key :"\u0063\u0074",Value :"\u0063"},{Key :"\u006fv\u0065\u0072\u0073\u0074\u006f\u0072e",Value :"\u0063\u0031\u0034\u0033"},{Key :"\u0068m\u0061\u0063\u0072\u006f\u006e",Value :"\u0063\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0063\u0061\u006e\u0064\u0072\u0061",Value :"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062"},{Key :"\u0077\u0068\u0069\u0074ea\u0072\u0072\u006f\u0077\u0075\u0070\u0066\u0072\u006f\u006d\u0062\u0061\u0072",Value :"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00348",Value :"\u0063\u0061\u0072\u0065\u006f\u0066"},{Key :"\u0063\u0061\u0072e\u0074",Value :"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074"},{Key :"\u0063\u0068\u0065c\u006b",Value :"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e"},{Key :"l\u0069\u006e\u0065\u0076\u0065\u0072\u0074\u0073\u0075\u0062",Value :"\u0063\u0063\u0075r\u006c"},{Key :"\u0063\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0063\u0064\u006f\u0074"},{Key :"\u004b\u006f\u0070p\u0061",Value :"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0063\u0065i\u006c",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0063\u0065i\u006c",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u006c\u0073\u0069\u0075\u0073",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0064\u0065g\u0072\u0065\u0065c\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0043\u004c",Value :"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00389",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063\u0068\u0065",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0063h\u0069",Value :"\u0063\u0068\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00390",Value :"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00388",Value :"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00389",Value :"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00392",Value :"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0072i\u006e\u0067\u0065\u0071\u0075\u0061l",Value :"\u0063\u0069\u0072\u0063\u0065\u0071"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0062\u006f\u0074\u0074\u006f\u006d\u0073\u006c\u0064",Value :"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006d\u0069\u006e\u0075\u0073\u0031",Value :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0064\u0065\u0071\u0075\u0061\u006c",Value :"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c"},{Key :"c\u0069\u0072\u0063\u006cem\u0075l\u0074\u0069\u0070\u006c\u0079d\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072c\u006c\u0065\u006d\u0075\u006ct\u0069\u0070l\u0079\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u006f\u0074\u0069\u006d\u0065\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"t\u0069\u006d\u0065\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0064\u006ft",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069r\u0063\u006c\u0065d\u006f\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006f\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u006f\u0064\u006f\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075s\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u006f\u0070\u006cu\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0070\u006c\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0063\u0069\u0072\u0063",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0074\u006f\u0070\u0073\u006c\u0064",Value :"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0076\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c"},{Key :"\u0063\u0069\u0072\u0063le\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069r\u0063\u006c\u0065\u0072\u0069\u0067\u0068\u0074h\u0061\u006c\u0066\u0062la\u0063\u006b",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0068\u0061\u0074",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068\u0061\u0074\u0077\u0069\u0064\u0065\u0072",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065\u0073t",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0063\u0077g\u0061\u0070\u0063i\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e"},{Key :"\u0061\u0031\u0031\u0032",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u006c\u0075\u0062"},{Key :"v\u0061\u0072\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0065\u0061\u0073\u0074",Value :"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u006da\u0074\u0068\u0063\u006f\u006c\u006fn",Value :"\u0063\u006f\u006co\u006e"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006c\u006f\u006e\u0065\u0071"},{Key :"\u0043\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063o\u006c\u006f\u006e\u0073\u0069\u0067n",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0069\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0063\u006f\u006d\u006d\u0061\u0074\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062"},{Key :"\u0075\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0074\u0075r\u006e\u0065\u0064\u0063\u006f\u006d\u006d\u0061",Value :"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0061p\u0070r\u006f\u0078\u0069\u006d\u0061t\u0065\u006cy\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006e\u0067",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006et\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006f\u006e\u0074in\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006fn\u0074\u0069\u006et\u0065\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u006f\u0069\u006e\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0041\u0043\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b"},{Key :"\u0042\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c"},{Key :"\u0042\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S"},{Key :"\u0043\u0041\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e"},{Key :"\u0043\u0052",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u0058\u004f\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0031",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0032",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032"},{Key :"\u0058\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0033",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0034",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034"},{Key :"\u0044\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c"},{Key :"\u0044\u0043\u0030",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0044\u004c\u0045",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0045\u004d",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M"},{Key :"\u0045\u004e\u0051",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051"},{Key :"\u0045\u004f\u0054",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054"},{Key :"\u0045\u0053\u0043",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043"},{Key :"\u0045\u0054\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042"},{Key :"\u0045\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058"},{Key :"\u0046\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F"},{Key :"\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0049\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0049\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0048\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T"},{Key :"\u004c\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF"},{Key :"\u004e\u0041\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b"},{Key :"\u002e\u006e\u0075l\u006c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u004e\u0055\u004c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u0049\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0053\u0049",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I"},{Key :"\u0053\u004f",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O"},{Key :"\u0053\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054"},{Key :"\u0053\u004f\u0048",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058"},{Key :"\u0045\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0055\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0059\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e"},{Key :"\u0049\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0056\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T"},{Key :"\u0061\u006d\u0061l\u0067",Value :"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0064\u006f\u0074\u0064\u0062\u006c\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064"},{Key :"\u006d\u0075l\u0074\u0069\u0070l\u0079\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070\u0064\u006f\u0074"},{Key :"\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0063u\u0072\u006c\u0061\u006e\u0064",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0077\u0065\u0064\u0067\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0075\u0070\u0072\u0069\u0073\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t"},{Key :"\u0063\u0075\u0072\u006c\u006f\u0072",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0076\u0065\u0065",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0066\u0061\u006c\u006c",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077r\u0069\u0067\u0068\u0074",Value :"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077"},{Key :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00307",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u0067e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0070\u0061c\u0065\u006f\u0070\u0065\u006e\u0062\u006f\u0078",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064d\u0061\u0067\u0067\u0065\u0072",Value :"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064a\u006ce\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00367",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006ce\u0074",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0070\u0061\u0074\u0061h\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0073\u0065\u0067\u006fl\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u0069\u0072\u0069\u0071",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068i\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006f\u006c\u0061\u006d",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0068\u0065\u0076\u0061",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073h\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0074\u0073\u0065\u0072\u0065",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0074s\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00355",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006dm\u0061",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u006dm\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"d\u0061\u0072\u0067\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0068\u0069\u0066\u0074\u006f\u0075\u0074",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0078\u0063\u0065\u0073\u0073",Value :"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e\u0061r\u0072\u006f\u0077\u0073",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0074\u0077o\u0068\u0065\u0061d\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0070\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070"},{Key :"\u006c\u0042\u0072\u0061\u0063\u006b",Value :"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0042\u0072\u0061\u0063\u006b",Value :"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u0069\u006e\u0074",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0062\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0056\u0065\u0072\u0074",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0062\u0061\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062a\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u006c\u0069\u006e\u0065\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0073\u006c\u006f\u0070\u0065\u0065\u006c\u006ci\u0070\u0073\u0069\u0073",Value :"\u0064\u0064\u006ft\u0073"},{Key :"\u0064\u0065\u0063\u0069ma\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062i\u0063",Value :"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0064\u0065\u006c\u0074\u0061\u0065\u0071\u0075\u0061\u006c",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065q",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u006b\u0065\u006c\u0076\u0069\u006e",Value :"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0034",Value :"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0075p\u0064\u0065\u006c\u0074\u0061",Value :"\u0064\u0065\u006ct\u0061"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u0065\u007a\u0068"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0073\u0075\u0062",Value :"\u0064\u0068\u006fo\u006b"},{Key :"\u0061\u0031\u0031\u0031",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0073\u006f\u006c\u0069\u0064",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0076\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006ed\u0073\u0075\u0069\u0074",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006d\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068"},{Key :"d\u0069\u0061\u006d\u006f\u006e\u0064\u0073\u0075\u0069\u0074",Value :"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0064\u0064\u006f\u0074",Value :"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061t\u006f\u006e\u006f\u0073",Value :"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0062\u0075\u006d\u0070\u0065\u0071",Value :"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065"},{Key :"\u0063\u0031\u0034\u0034",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069\u0076",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069v\u0069\u0064\u0065o\u006e\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0064\u0069\u0076\u0069\u0064\u0065\u006f\u006e\u0074\u0069\u006d\u0065\u0073",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0062\u0061\u0072\u0031",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u006d\u0069\u0064",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0073\u0069\u006e\u0067\u006c\u0065",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0064\u0069\u0076\u0073\u006c\u0061\u0073\u0068",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u006d\u0061\u0074h",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00399",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u006a\u0065",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063kt\u0068\u0072\u0065\u0065\u0071\u0074\u0072\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0073h\u0061\u0064\u0065\u0064\u0061\u0072k",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0064\u0063\u0072\u006f\u0061\u0074",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0064\u0073\u006c\u0061\u0073\u0068",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0062\u006c\u006fc\u006b\u006c\u006f\u0077\u0068\u0061\u006c\u0066",Value :"\u0064n\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00394",Value :"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00300",Value :"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0065\u0073\u0063\u0075\u0064\u006f",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006d\u0061\u0074\u0068\u0064\u006f\u006c\u006c\u0061\u0072",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006di\u006c\u0072\u0065\u0069\u0073",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u0069o\u0074a\u0064\u0069\u0061\u0065\u0072e\u0073\u0069s\u0074\u006f\u006e\u006f\u0073",Value :"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et"},{Key :"\u0064\u006f\u0074",Value :"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062"},{Key :"\u0053\u0074\u0069\u0067\u006d\u0061",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"d\u006f\u0074\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"\u0062\u0072\u0065v\u0065\u0069\u006e\u0076\u006e\u006f\u0073\u0070",Value :"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b"},{Key :"\u0067\u0065\u006f\u006d\u0070\u0072\u006f\u0070\u006fr\u0074\u0069\u006f\u006e",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006fn\u0067\u0065\u006f\u006d",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0068",Value :"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0078\u0062\u0073o\u006c",Value :"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0073\u0075b",Value :"\u0064\u0074\u0061i\u006c"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0031",Value :"\u0064\u007a"},{Key :"\u0074\u0069\u006cd\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065"},{Key :"\u0047\u0068\u0061\u0063\u0065\u006b",Value :"\u0064z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0063\u0075\u0072\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00393",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u007a\u0068\u0065",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00301",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0063\u0079\u0072\u0069\u006c",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0064\u006f\u0074",Value :"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00300",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0065\u0069\u0067\u0068\u0074",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"e\u0069\u0067\u0068\u0074\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006ft\u0065\u0064\u0062\u006c",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0074\u0077\u006f\u006e\u006f\u0074\u0065\u0073",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0065ig\u0068\u0074",Value :"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00368",Value :"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i"},{Key :"o\u006d\u0065\u0067\u0061\u0063\u006c\u006f\u0073\u0065\u0064",Value :"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00377",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006c",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e",Value :"\u0065l\u0065\u006d\u0065\u006e\u0074"},{Key :"\u0065l\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0075n\u0069c\u006f\u0064\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0076\u0064\u006ft\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0076\u0065\u0072t\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00378",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006d",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070u\u006e\u0063\u0074\u0064\u0061\u0073h",Value :"\u0065\u006d\u0064\u0061\u0073\u0068"},{Key :"\u0076\u0061\u0072\u006e\u006f\u0074\u0068\u0069\u006e\u0067",Value :"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074"},{Key :"\u0072a\u006e\u0067\u0065\u0064\u0061\u0073h",Value :"\u0065\u006e\u0064\u0061\u0073\u0068"},{Key :"\u006e\u0067",Value :"\u0065\u006e\u0067"},{Key :"\u0072\u0069\u006e\u0067ri\u0067\u0068\u0074\u0068\u0061\u006c\u0066\u0063\u0065\u006e\u0074\u0065\u0072",Value :"\u0065\u006f\u0070e\u006e"},{Key :"c\u0065\u0064\u0069\u006c\u006c\u0061\u006e\u006f\u0073\u0070",Value :"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0072i\u006eg\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0070",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"t\u0061\u0063\u006b\u0064\u006f\u0077\u006e\u006d\u0069\u0064",Value :"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0074a\u0063\u006b\u0075\u0070\u006d\u0069d",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b"},{Key :"\u0075p\u0065\u0070\u0073\u0069\u006c\u006fn",Value :"\u0065p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0075\u0070\u0076a\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0063\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0048\u0063\u0079\u0072\u0069\u006c",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0075\u0070\u0062\u0061\u0063\u006b\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0063\u006f\u006c\u006f\u006e",Value :"\u0065q\u0063\u006f\u006c\u006f\u006e"},{Key :"\u0064\u0065\u0066\u0069\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0065\u0071\u0064e\u0066"},{Key :"\u0065\u0071\u0075a\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0065\u0071\u0067t\u0072"},{Key :"\u0065q\u0075\u0061\u006c\u006c\u0065\u0073s",Value :"\u0065\u0071\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0073\u0075\u0063\u0063",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0031",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"e\u0071\u0073\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",Value :"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0070\u0072\u0065\u0063",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0070\u0072\u0065\u0063e\u0064\u0065\u0073\u0031",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0073i\u006d",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0074\u0069\u006c\u0064\u0065",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062"},{Key :"\u0065\u0071\u0075i\u0076",Value :"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065"},{Key :"\u0061\u0073\u0079m\u0070",Value :"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00382",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0072",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0073\u0075\u0062",Value :"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00395",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0065c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00383",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0073",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u006e\u006f\u0073\u0070",Value :"\u0065\u0073\u0068"},{Key :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0073\u0075p\u006e\u006f\u0073\u0070",Value :"\u0065s\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0063\u006fm\u006d\u0061\u0074u\u0072\u006e\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0065t\u0061",Value :"\u0065\u0074\u0061"},{Key :"\u0044\u0062\u0061\u0072",Value :"\u0065\u0074\u0068"},{Key :"\u0044m\u0061\u0063\u0072\u006f\u006e",Value :"\u0065\u0074\u0068"},{Key :"\u006da\u0074\u0068\u0065\u0074\u0068",Value :"\u0065\u0074\u0068"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068v\u0062\u0061\u0073\u0065",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065t\u006ea\u0068\u0074\u0061\u0066\u006fu\u006b\u0068h\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061ht\u0061\u0066\u006f\u0075\u006b\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0045\u0078\u0063\u006c\u0061\u006d",Value :"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l"},{Key :"\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"t\u0068\u0065\u0072\u0065\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"p\u006c\u0075\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065\u007a\u0068"},{Key :"j\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0062\u0061\u0072",Value :"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u006d\u0069\u006eu\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065z\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"\u0065z\u0068\u0074\u0061\u0069\u006c"},{Key :"\u0064\u0065g\u0072\u0065\u0065f\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0064e\u0067r\u0065\u0065\u0066\u0061\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0066a\u0072\u0065\u006e\u0068\u0065\u0069t",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"f\u0061\u0074\u0068\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00354",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074h\u0061",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"f\u0061\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065r\u0069\u0067\u0068\u0074",Value :"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0068\u006fo\u006b",Value :"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0076\u0065\u006eu\u0073",Value :"\u0066\u0065\u006d\u0061\u006c\u0065"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0064a\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068d\u0061\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00377",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00383",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066i\u006e\u0061\u006c\u0070\u0065",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070e\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00385",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0066\u0069n\u0061\u006c\u0074s\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00397",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fi\u0076\u0065",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0069\u0076\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066i\u0076\u0065\u0073\u0075\u0062",Value :"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066i\u0076\u0065",Value :"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00365",Value :"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u006c\u0066\u006c\u006f\u006f\u0072",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0066\u006c\u006f\u006f\u0072",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0056\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0066\u006c\u006f\u0072\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00311",Value :"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00309",Value :"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069"},{Key :"s\u0075\u0063\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0065\u0071\u0071",Value :"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u006eo\u0074f\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0063\u0063\u0065\u0071",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"s\u0075\u0063\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0063\u0063\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00359",Value :"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0056\u0064\u0061s\u0068",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0066\u006f\u0072c\u0065",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0056\u0076\u0064\u0061\u0073\u0068",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0074\u0061\u0063\u006b\u0074\u0072\u0070\u006c",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0070i\u0074\u0063\u0068\u0066\u006f\u0072k",Value :"\u0066\u006f\u0072\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00396",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fo\u0075\u0072",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u006f\u0075\u0072\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066o\u0075\u0072\u0073\u0075\u0062",Value :"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066o\u0075\u0072",Value :"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00364",Value :"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069"},{Key :"\u0066r\u0061\u0063\u0073\u006c\u0061\u0073h",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0066r\u0061\u0063\u0074\u0069\u006f\u006e1",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0068\u0074\u0075r\u006e",Value :"\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00309",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0067\u0061\u006d\u006d\u0061",Value :"\u0067\u0061\u006dm\u0061"},{Key :"\u0075\u0073\u0074r\u0074",Value :"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0067\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0064\u006f\u0074"},{Key :"\u0042\u0075\u006d\u0070\u0065\u0071",Value :"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074"},{Key :"\u0044\u006f\u0074e\u0071",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0073\u0064\u006f\u0074\u0073",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067e\u006f\u006d\u0065\u0071\u0075\u0061l",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065n\u0064\u0074\u0065\u0078\u0074",Value :"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0065\u0072\u0065\u0073\u0068",Value :"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073",Value :"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065n\u0071\u0075\u0069\u0072\u0079",Value :"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067e\u0072\u0073\u0068\u0061\u0079\u0069m",Value :"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072y\u006d\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0067\u0067\u0067"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00334",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"g\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00398",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067i\u006d\u0065\u006c\u006d\u0061\u0074h",Value :"\u0067\u0069\u006de\u006c"},{Key :"g\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0067i\u006de\u006c\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00300",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0067\u006a\u0065",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0070\u0061\u006c\u0061\u0074\u006e\u006f\u0073\u0070",Value :"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070"},{Key :"\u0064\u006f\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0072\u0065\u0074\u0072\u006f\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0062\u0072\u0065v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065"},{Key :"\u0062r\u0065v\u0065\u0069\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u006e\u0073i\u006d"},{Key :"\u006e\u0061\u0062l\u0061",Value :"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074"},{Key :"\u0067r\u0061\u0076\u0065\u0063\u006f\u006db",Value :"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",Value :"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064"},{Key :"\u0067\u0074\u0072\u0065\u0071\u0071\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0074\u0072\u0064\u006f\u0074",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074"},{Key :"\u0067\u0065\u0071",Value :"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0073\u0073",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067t\u0072\u0065\u0071\u006c\u0065\u0073s",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u006e\u0065\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067t\u0072\u0061\u0070\u0070\u0072\u006fx",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0074\u0072\u0073\u0069\u006d",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067t\u0072\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0065q\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0065\u0071\u0071",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0068e\u0068a\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00309",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006dz\u0061",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"h\u0061\u006d\u007a\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aad\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0066a\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aaf\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007a\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062i\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0073u\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00392",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u0072\u0064",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0064\u006fw\u006e\u0068\u0061r\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0074\u006f\u0070\u0068\u0061\u006c\u0066",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u006fp\u0068\u0061\u006c\u0066",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074"},{Key :"h\u0061t\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074af\u0070\u0061\u0074\u0061\u0068\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061t\u0061\u0066\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061fp\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0066",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00300",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0065n\u0064\u006d\u0065\u0064\u0069\u0075m",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0033",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00302",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0073\u0075\u0062\u0073\u0074\u0069\u0074\u0075\u0074\u0065",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0034",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066qa\u006da\u0074\u0073\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074af\u0071\u0061\u006d\u0061\u0074\u0073\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068a\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0062",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0065n\u0064\u006f\u0066\u0066\u0069\u006ce",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00301",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0063\u0061\u006e\u0063\u0065\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0031\u0037",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0032\u0034",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0033\u0030",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061t\u0061\u0066\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061fs\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074af\u0073\u0065\u0067\u006f\u006c\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0061\u0031\u0031\u0030",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0076\u0061\u0072h\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068e\u0061\u0072\u0074\u0073\u0075\u0069t",Value :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"h\u0065\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00370",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074t\u0077\u006f\u0061\u0072ab\u0069\u0063",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b",Value :"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b"},{Key :"\u0068\u0065r\u006d\u0069\u0074c\u006f\u006e\u006a\u006d\u0061\u0074\u0072\u0069\u0078",Value :"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078"},{Key :"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0069\u0072i\u0071",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0064",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00393",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"h\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0065\u0073\u0063\u0061\u0070\u0065",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068\u0069\u0072\u0069\u0071\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0031",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00323",Value :"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00306",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006ca\u006d",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0031\u0039",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0032\u0036",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0033\u0032",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"h\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006c\u0061\u006d\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006ca\u006d\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0070\u0061c\u0065\u006c\u0069\u0074\u0065\u0072\u0061\u006c",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00326",Value :"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065\u0063\u006f\u006d\u0062",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u006f\u0076\u0068\u006f\u006f\u006b",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u0074e\u0072\u0074\u0064\u0065\u0073",Value :"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0030\u0030\u0032\u00308",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0068\u006f\u0072\u0069\u007a\u0062\u0061\u0072",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0061\u0073\u0068",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0071u\u006f\u0074\u0065\u0064\u0061\u0073h",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce",Value :"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0078\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0053\u0044\u0031\u0039\u0030\u0031\u0030\u0030",Value :"\u0068t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u005a\u0062\u0061\u0072",Value :"\u0068\u0076"},{Key :"\u0068\u0079\u0070h\u0065\u006e\u002d\u002c\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u0063\u0068\u0061\u0072",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"h\u0079\u0070\u0068\u0065\u006e\u006d\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068y\u0070\u0068\u0065\u006e\u0031",Value :"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o"},{Key :"\u006a\u0068\u0061\u0063\u0065\u006b",Value :"\u0069\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0072\u0074\u0075r\u006e",Value :"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"d\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00370",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0065",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00374",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0069",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0072\u0070\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0074\u0072\u0069\u0070\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0072t\u0075\u0072\u006e\u0068\u006f\u006fk",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"r\u0074\u0075\u0072\u006e\u0072\u0074\u0068\u006f\u006f\u006b",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061\u0075\u0078i\u006c\u0069\u0061\u0072\u0079\u006f\u0066\u0066",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0033",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006d\u0061g\u0065",Value :"\u0069m\u0061\u0067\u0065\u006f\u0066"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u0072\u0069\u0067\u0068t\u006c\u0065\u0066\u0074",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069m\u0061g\u0065\u006f\u0072\u0061\u0070p\u0072\u006fx\u0065\u0071\u0075\u0061\u006c",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0072\u0069\u0073i\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069\u006e\u0066t\u0079",Value :"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079"},{Key :"c\u006c\u0077\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u006d\u0061\u0074\u0068",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0069\u006e\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074e\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074\u0062\u006f\u0074\u0074\u006fm",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062o\u0074\u0074\u006f\u006d",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0069\u006e\u0074\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0063\u0061\u0070",Value :"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0043\u0061\u0070",Value :"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0062\u0069\u0067\u0063\u0061\u0070",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0069\u006et\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u006e\u0061r\u0079\u0069\u006et\u0065\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0073\u0071\u0063a\u0070",Value :"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u0069\u006e\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069\u006e\u0076\u0065\u0072\u0073\u0065\u0062\u0075\u006c\u006c\u0065\u0074",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069n\u0076e\u0072\u0073\u0065\u0077\u0068i\u0074\u0065c\u0069\u0072\u0063\u006c\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0077h\u0069t\u0065\u0063\u0069\u0072\u0063l\u0065\u0069n\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0053\u0069\u006e\u0076\u006c\u0061\u007a\u0079",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u006c\u0061\u007a\u0079\u0073\u0069\u006e\u0076",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006e",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0070",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0075\u0070\u0069\u006f\u0074\u0061",Value :"\u0069\u006f\u0074\u0061"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072",Value :"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n"},{Key :"\u0068\u0069\u0067\u0068\u0063\u006f\u006d\u006d\u0061\u006e",Value :"\u0069\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0062\u0072\u0069\u0064\u0067\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00320",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ae\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"j\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0076e\u0072\u0073\u0063o\u0072\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00376",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006b\u0061",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00375",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006b\u0061\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u006b\u0061\u0066f\u0069\u006e\u0061\u006c",Value :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0061\u0066\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075p\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061\u0070p\u0061"},{Key :"\u0054\u0065\u0054s\u0065",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00340",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074\u006f\u0061r\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0074\u0077\u0065\u0065\u006c",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0074\u0077\u0065\u0065\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0073r\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00353",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0068\u006f\u006d\u006f\u0074\u0068\u0065\u0074\u0069\u0063",Value :"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e"},{Key :"\u006bh\u0061\u0068\u0066\u0069\u006e\u0061l",Value :"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0068\u0061\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00382",Value :"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00385",Value :"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00383",Value :"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00384",Value :"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00371",Value :"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0079o\u0067\u0068\u0072\u0065\u0076",Value :"\u006b\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00386",Value :"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00381",Value :"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061\u0072\u0063\u0068\u0064\u0062\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u006bt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00349",Value :"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069"},{Key :"\u006c\u0061m\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061m\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077it\u0068\u0061\u006c\u0065\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u006c\u0061\u006d\u0062\u0064\u0061",Value :"\u006c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u0032\u0062\u0061\u0072",Value :"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u006ca\u006de\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00376",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006de\u0064",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"l\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0068\u006f\u006c\u0061\u006d",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065dh\u006f\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072e\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006a\u0065\u0065\u006d\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006b\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u006c\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u0077\u0069\u0074h\u006d\u0065\u0065\u006d\u0077i\u0074h\u0068a\u0068\u0069\u006e\u0069\u0074\u0069\u0061l",Value :"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"l\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0079\u006f\u0067\u0068\u0074\u0061\u0069\u006c",Value :"\u006c\u0062\u0061\u0072"},{Key :"\u0078\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0062\u0065l\u0074"},{Key :"\u006c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006c\u0064\u006f\u0074",Value :"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0064\u0072\u006f\u0061\u006e\u0067",Value :"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0071\u0075\u0069\u0067\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077"},{Key :"\u006c\u0065\u0073\u0073\u0065\u0071\u0071\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0071",Value :"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l"},{Key :"\u006ce\u0073\u0073\u0065\u0071\u0067\u0074r",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065s\u0073\u0065\u0071u\u0061\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065\u0071",Value :"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073\u0073\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c"},{Key :"\u006c\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006e\u006ft\u006c\u0065\u0073s\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006c\u0065\u0073s\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006c\u0065\u0073\u0073\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0073\u0069\u006d",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006ce\u0073s\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065q\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0071\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073s\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u006f\u006e\u0065\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068",Value :"\u006c\u0065\u007a\u0068"},{Key :"\u0062\u006c\u006f\u0063\u006b\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066",Value :"\u006cf\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067l\u006ft\u0074\u0061\u006c\u0072\u0065\u0076\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068t\u0064\u006f\u0077\u006e",Value :"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0030\u0038\u0039\u00341",Value :"\u006c\u0069\u0072\u0061"},{Key :"\u006b\u0068\u0061\u0063\u0065\u006b",Value :"\u006c\u006a"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00306",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006c\u006a\u0065",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073w\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u006c\u0061r\u0063"},{Key :"\u0076\u0065\u0072y\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",Value :"\u006c\u006c\u006c"},{Key :"\u0073\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065"},{Key :"\u006ce\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u006e\u0073i\u006d"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00324",Value :"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006ed\u0074\u0065\u0078\u0074",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u0077\u0065\u0064g\u0065",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006e\u0065\u0067",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006c\u006fg\u0069\u0063\u0061l\u006f\u0072\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072\u0074\u0065\u0078\u0074",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0076\u0065\u0065",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00317",Value :"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u004f\u0062\u0061\u0072",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0062\u006c\u0073",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0068",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0069",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u006c",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006fn\u0067",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006f\u006e\u0067\u0074",Value :"\u006c\u006f\u006e\u0067\u0073\u0074"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u006c\u006fz\u0065\u006e\u0067\u0065",Value :"\u006co\u007a\u0065\u006e\u0067\u0065"},{Key :"\u0073e\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u0072\u0061r\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00318",Value :"\u006c\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006fv\u0065\u0072\u0073\u0063\u006f\u0072e",Value :"\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0062\u0061\u0072",Value :"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u006da\u0068a\u0070\u0061\u006b\u0068\u006ce\u0066\u0074h\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072\u0074\u0074\u0061\u0062",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00355",Value :"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00352",Value :"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00328",Value :"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00351",Value :"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00353",Value :"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00354",Value :"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00350",Value :"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069"},{Key :"\u006d\u0061\u006c\u0065",Value :"\u006d\u0061\u0072\u0073"},{Key :"\u0073\u0079\u006ec\u0068",Value :"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077"},{Key :"m\u0065\u0061\u0073\u0075\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006d\u0065\u0061\u0073\u0065\u0071"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0072\u0063",Value :"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006de\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"m\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00378",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0068\u0065\u0062\u0072\u0065w",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0064\u0061\u0067\u0065\u0073h",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066\u006f\u0072\u006d\u0066\u0065\u0065\u0064",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065r\u006b\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0072\u006bha\u006b\u0065\u0066\u0075\u006c\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0043\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0048\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u005a\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u0074o\u006e\u0065\u006c\u006f\u0077",Value :"\u006d\u0068\u006fo\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006f\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0062",Value :"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u006d\u0070",Value :"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s"},{Key :"\u0070\u0072\u0069m\u0065",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0031",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0074o\u006e\u0065\u006d\u0069\u0064",Value :"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0074r\u0075\u0065\u0073\u0074\u0061\u0074e",Value :"\u006d\u006f\u0064\u0065\u006c\u0073"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00313",Value :"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0042s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0042"},{Key :"\u0045s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0045"},{Key :"\u0046s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0046"},{Key :"\u0048s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0048"},{Key :"\u0049s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0049"},{Key :"\u004cs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004c"},{Key :"\u004ds\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004d"},{Key :"\u0052s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0052"},{Key :"\u0065s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0065"},{Key :"g\u0073\u0063\u0072\u0069\u0070\u0074\u006d\u0061\u0074\u0068",Value :"\u006d\u0073\u0063r\u0067"},{Key :"\u0030s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u006fs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u0074\u006f\u006e\u0065\u0068\u0069\u0067\u0068",Value :"\u006dt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006d\u0075\u0031",Value :"\u006d\u0075"},{Key :"\u0067\u0067",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"g\u0072\u0065\u0061\u0074\u0065\u0072\u006d\u0075\u0063\u0068",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0073\u0073\u006d\u0075\u0063\u0068",Value :"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073"},{Key :"\u0075\u0070\u006d\u0075",Value :"\u006du\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006c\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0074\u0069\u006d\u0065\u0073",Value :"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0074\u0068\u0072\u0065\u0065t\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u0074\u0068\u0072\u0065\u0065\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0074\u0069\u006de\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079"},{Key :"m\u0075\u006e\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0068\u006e\u006f\u0074\u0065",Value :"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065"},{Key :"\u0066\u006c\u0061\u0074",Value :"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e"},{Key :"\u0073\u0068\u0061r\u0070",Value :"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e"},{Key :"\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u006e\u0061\u006e\u0064"},{Key :"\u006e\u006f\u0074\u0061\u006c\u006d\u006f\u0073\u0074e\u0071\u0075\u0061\u006c",Value :"\u006ea\u0070\u0070\u0072\u006f\u0078"},{Key :"\u006eo\u0074e\u0071\u0075\u0069\u0076\u0061s\u0079\u006dp\u0074\u006f\u0074\u0069\u0063",Value :"\u006e\u0061\u0073\u0079\u006d\u0070"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u006e\u006f\u0062\u0072\u0065\u0061\u006b",Value :"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0054m\u0061\u0063\u0072\u006f\u006e",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00387",Value :"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u006eg\u0074\u0072\u0073\u0069\u006d"},{Key :"\u0074\u006f\u006ee\u0065\u0078\u0074\u0072\u0061\u006c\u006f\u0077",Value :"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t"},{Key :"\u0067r\u0061\u0076\u0065\u006e\u006f\u0073p",Value :"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00357",Value :"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00301",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ni\u006e\u0065",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006e\u0069\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006ei\u006e\u0065\u0073\u0075\u0062",Value :"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u006ei\u006e\u0065",Value :"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00369",Value :"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0069\u006e\u0076",Value :"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0067\u0072e\u0061\u0074\u0065\u0072",Value :"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d"},{Key :"\u006eb\u0073\u0070\u0061\u0063\u0065",Value :"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00399",Value :"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00305",Value :"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00346",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006eo\u006f\u006e\u0066\u0069\u006e\u0061l",Value :"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006fo\u006e\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u006e\u0063\u006fn\u0067",Value :"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c"},{Key :"\u006el\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074"},{Key :"n\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006d\u0069\u0064",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006f\u0074\u0064\u0069\u0076\u0069\u0064\u0065\u0073",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006e\u0069",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u006e\u006f\u0074\u006f\u0077\u006e\u0065\u0072",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"n\u006f\u0074\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u0061\u0072\u0072\u006fwd\u0062\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006eL\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006f\u0074e\u006c\u0065\u006d\u0065\u006e\u0074\u006f\u0066",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u006f\u0074i\u006e",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u0065",Value :"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006ee\u0078\u0069\u0073\u0074\u0073",Value :"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c"},{Key :"\u006e\u0056\u0064\u0061\u0073\u0068",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u0056\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u006f\u0074f\u006f\u0072\u0063\u0065\u0065\u0078\u0074\u0072",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u0067\u0074\u0072",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006e\u0067\u0065\u0071",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u0067\u0074\u0072\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065r\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u006e\u0065\u0071\u0075\u0069\u0076",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006c\u0065s\u0073",Value :"\u006eo\u0074\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006c\u0065\u0071",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074\u0062\u0061\u0072\u0064\u0062l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u006ep\u0061\u0072\u0061\u006c\u006c\u0065l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0065\u0064\u0073",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u0070\u0072e\u0063",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006f\u0074\u0073\u0061\u0074\u0069\u0073\u0066\u0079",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0076\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0073\u0069\u006d",Value :"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072"},{Key :"\u006eo\u0074p\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006eo\u0074r\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006e\u006f\u0074\u0066\u006f\u006c\u006c\u006f\u0077\u0073",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u0073\u0075c\u0063",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u006f\u0074\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006e\u006f\u0074\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"n\u006ft\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065l\u0065\u0066\u0074\u0065qu\u0061\u006c",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"\u006et\u0072i\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0065\u0071",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"n\u006f\u0074\u0074\u0072ia\u006eg\u006c\u0065\u0072\u0069\u0067h\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074r\u0069\u0061\u006eg\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006ft\u0074\u0075\u0072n\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u006e\u0076\u0064\u0061\u0073\u0068",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u0070\u0072e\u0063\u0065\u0065d\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u006e\u006f\u0074\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0069m\u0065"},{Key :"\u006e\u006ft\u0073\u0075\u0062s\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071"},{Key :"\u006eo\u0074s\u0075\u0070\u0065\u0072\u0073e\u0074\u0073q\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u0064\u0062\u0061\u0072",Value :"\u006e\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0075\u0070\u006e\u0075",Value :"\u006e\u0075"},{Key :"\u006f\u0063\u0074\u006f\u0074\u0068\u006f\u0072\u0070\u0065",Value :"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0033\u00352",Value :"\u006e\u0075\u006d\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00380",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006e\u0068\u0065\u0062\u0072\u0065w",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006ed\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006e\u0075\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00325",Value :"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065x\u006e\u006f\u0073\u0070",Value :"\u006fb\u0061\u0072\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00380",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u006f\u0063\u0079\u0072\u0069\u006c",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0072r\u0074\u0068\u006f\u006f\u006b",Value :"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u006c\u0065\u0066\u0074",Value :"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070i\u0070\u0065\u0064\u0062\u006c",Value :"\u006f\u0068\u006fr\u006e"},{Key :"\u006fd\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0065x\u0063\u006c\u0061\u006d\u0031",Value :"\u006f\u0069"},{Key :"v\u006f\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0076\u006f\u006c\u0075\u006d\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0073u\u0072f\u0061\u0063\u0065\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0073\u0075\u0072f\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0063\u0063l\u0077\u0063\u006fn\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0072\u0066\u0069s\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076",Value :"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0032",Value :"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0075p\u006f\u006d\u0065\u0067\u0061",Value :"\u006f\u006d\u0065g\u0061"},{Key :"\u0075p\u0076\u0061\u0072\u0070\u0069",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u0070\u0069\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u004ba\u0072\u0074\u0064\u0065\u0073",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u006e\u006f\u0073\u0070",Value :"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0047\u0065\u0062a\u0072",Value :"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0075p\u006f\u006d\u0069\u0063\u0072\u006fn",Value :"\u006fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u006f\u006e\u0065\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u006f\u006e\u0065d\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00393",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006fn\u0065\u0061\u0072\u0061\u0062\u0069c",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u006e\u0065\u0073\u0075\u0062",Value :"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00361",Value :"\u006fn\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0065p\u0073i\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0068\u006f\u006f\u006b",Value :"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0031",Value :"\u006f\u006f\u0070e\u006e"},{Key :"\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c",Value :"\u006f\u0072\u0069\u0067\u006f\u0066"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c"},{Key :"\u0076\u0065\u0065\u0062\u0061\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u0078\u006f\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u006d\u0074\u0075r\u006e",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006fv\u0065\u0072\u0062\u0061\u0072",Value :"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062"},{Key :"n\u0048\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e"},{Key :"\u006eH\u0075\u0070\u0061\u0072\u0072\u006fw",Value :"\u0070\u0061\u0067\u0065\u0075\u0070"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00327",Value :"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062a\u0072\u0064\u0062\u006c\u0032",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0064\u006f\u0075\u0062\u006c\u0065",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0066\u0069\u006c\u006ced\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",Value :"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"o\u0072\u006e\u0061\u0074el\u0065f\u0074\u0070\u0061\u0072\u0065n\u0074\u0068\u0065\u0073\u0069\u0073",Value :"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0062",Value :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006f\u0072\u006e\u0061te\u0072\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073i\u0073",Value :"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0065\u006c\u0070",Value :"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0070a\u0072\u0074\u0069\u0061\u006c",Value :"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066"},{Key :"\u006e\u0075\u006c\u006c",Value :"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070a\u0074a\u0068\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00398",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0032\u0061",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074a\u0068\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"p\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0031\u0064",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074a\u0068",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0072e\u0063o\u0072\u0064\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0062a\u0063\u006b\u0073\u0070\u0061\u0063e",Value :"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00381",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070e\u0063\u0079\u0072\u0069\u006c",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0070\u0065\u0077i\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00306",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00381",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0070\u0065\u0072\u0063\u0065\u006et\u0073\u0069\u0067\u006e",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0063\u0064\u006ft\u0070",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u006d\u0069\u0064\u0064\u006f\u0074",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",Value :"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064"},{Key :"\u0062\u006f\u0074",Value :"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072"},{Key :"\u0050\u0074\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u0070e\u0073\u0065\u0074\u0061\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u006cc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0070\u0065\u0073\u006f\u0070\u0068",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0070\u0068\u0069",Value :"\u0070\u0068\u0069"},{Key :"\u0070\u0068\u0069\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u0075\u0070\u0070h\u0069",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u007ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u006e\u006f\u0073\u0070",Value :"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00338",Value :"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0044z\u0068\u0061\u0063\u0065\u006b",Value :"\u0070\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00310",Value :"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00308",Value :"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00312",Value :"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0075\u0070\u0070\u0069",Value :"\u0070\u0069"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065r\u0032\u0070\u0069\u0031",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0068\u0073\u006c\u0061\u0073\u0068",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0070\u0069\u0031",Value :"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0070l\u0075\u0073\u0073\u0075\u0062",Value :"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0070\u006d",Value :"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00307",Value :"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i"},{Key :"p\u0072\u0065\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0065\u0071\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c"},{Key :"\u0070r\u0065c\u0065\u0065\u0064\u0073\u006eo\u0074\u0073i\u006d\u0069\u006c\u0061\u0072",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006ft\u0070\u0072\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"p\u0072\u0065\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065q\u0075\u0061\u006c\u0031",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0071\u0075i\u0076\u006c\u006e\u0074",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070r\u0065\u0063\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0052\u0078",Value :"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e"},{Key :"\u0062a\u0063\u006b\u0070\u0072\u0069\u006de",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u006di\u006e\u0075\u0074\u0065\u0072\u0065v",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0072\u0065\u00761",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069m\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u006f\u0064",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"p\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"v\u0061\u0072\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0043\u006f\u006co\u006e",Value :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e"},{Key :"\u0070\u0072\u006f\u0070\u0074\u006f",Value :"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c"},{Key :"\u006co\u0077\u0065\u0072\u0072\u0061\u006ek",Value :"\u0070\u0072\u0075\u0072\u0065\u006c"},{Key :"\u0075\u0070\u0070s\u0069",Value :"\u0070\u0073\u0069"},{Key :"\u0073h\u0069\u0066\u0074\u0069\u006e",Value :"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0071\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0071a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0063\u006b\u006e\u006f\u0077\u006c\u0065\u0064\u0067\u0065",Value :"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u0071\u0068\u006fo\u006b"},{Key :"\u0071o\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0071\u006f\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00387",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0061\u006d\u0061\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066q\u0061\u006d\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0075\u0062\u0075\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00396",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u006c\u0061\u006e\u006b\u0062",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0069\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0031\u0038",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0032\u0035",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0033\u0031",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062u\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071u\u0062u\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0071u\u0065\u0073\u0074\u0065\u0071"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u006c\u0065\u0066\u0074",Value :"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t"},{Key :"\u0071\u0075\u006f\u0074\u0065\u006c\u0065\u0066\u0074\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0065\u0076",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071u\u006ft\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0069\u0067\u0068\u0074",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"n\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",Value :"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0062t",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0074p",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0076\u0065\u0072\u0074\u0065\u0078",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0072\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u006f\u006f\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u006da\u0074\u0068\u0072\u0061\u0074\u0069o",Value :"\u0072\u0061\u0074i\u006f"},{Key :"\u0072\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052\u0073\u006da\u006c\u006c\u0063\u0061\u0070\u0069\u006e\u0076",Value :"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0073\u006f\u0075\u006e\u0064\u0063\u006f\u0070\u0079r\u0069\u0067\u0068\u0074",Value :"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072e\u0066\u006d\u0061\u0072\u006b",Value :"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0052",Value :"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00325",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068\u0079eh\u0061\u006c\u0065\u0066\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0065\u0061\u0073\u0074",Value :"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0065\u0073\u0068\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00388",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066p\u0061\u0074\u0061\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066s\u0065\u0067\u006f\u006c",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0073\u0065g\u006f\u006c\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0068\u006f\u006c\u0061m",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0070\u0061\u0074\u0061h",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0075b\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0065\u0067\u006fl",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0068\u0065\u0076a",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0074\u0073\u0065\u0072e",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0074\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d\u0065q",Value :"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0072\u0065\u0076\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0061\u0072r\u006f\u0077\u006co\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"r\u0065\u0076\u0069\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006e\u0076\u006e\u006f\u0074",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006co\u0067i\u0063\u0061\u006c\u006e\u006ft\u0072\u0065v\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u0061\u0063\u0075t\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk"},{Key :"\u0068a\u0063\u0065\u006b\u006e\u006f\u0073p",Value :"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0072h\u006f",Value :"\u0072\u0068\u006f"},{Key :"\u0072\u0069\u006e\u0067\u006e\u006f\u0073\u0070",Value :"\u0072\u0068\u006fo\u006b"},{Key :"\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u006e\u006f\u0073\u0070",Value :"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0074\u0065\u0074s\u0065",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0072\u0068\u006f",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065"},{Key :"\u0075\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077"},{Key :"\u006c\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065"},{Key :"\u006c\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077"},{Key :"\u0062\u0065\u0074a\u0031",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0076\u0061\u0072\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006f\u0063\u0069r\u0063",Value :"\u0072i\u006e\u0067\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0074\u006f\u006e\u006f\u0073",Value :"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u006eu\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b\u0073\u0075\u0062",Value :"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006b\u0061\u0070\u0070\u0061\u0031",Value :"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0065\u0071\u0063\u0069\u0072\u0063",Value :"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c"},{Key :"h\u006f\u006f\u006b\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067"},{Key :"\u0064o\u0074\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00315",Value :"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00313",Value :"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0072\u0069\u0067\u0068t\u0068\u0061\u006c\u0066",Value :"\u0072t\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0062r\u0065\u0076\u0065\u006e\u006f\u0073p",Value :"\u0072t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0072\u0074\u0075\u0072\u006e\u0068\u006f\u006f\u006bs\u0075\u0070\u0065\u0072",Value :"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072"},{Key :"\u0072\u0075\u0070\u0065\u0065\u0073",Value :"\u0072\u0075\u0070e\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00316",Value :"\u0072\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00381",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0061m\u0065\u006b\u0068w\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00330",Value :"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00345",Value :"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00348",Value :"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00347",Value :"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00331",Value :"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00329",Value :"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00344",Value :"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00333",Value :"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00332",Value :"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00346",Value :"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00335",Value :"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00334",Value :"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00336",Value :"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00337",Value :"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073a\u0074\u0069\u0073\u0066\u0079",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u0076\u0044\u0061s\u0068",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073\u0063\u0068w\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0038\u00346",Value :"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u006c\u0066\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk"},{Key :"\u0068\u0069\u0067\u0068\u0065\u0072\u0072\u0061\u006e\u006b",Value :"\u0073\u0063\u0075\u0072\u0065\u006c"},{Key :"\u0064\u0070\u0072\u0069\u006d\u0065",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0064\u0062\u006c",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0064\u0062\u006c1",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0073e\u0065\u006e\u0066\u0069\u006e\u0061l",Value :"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00395",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0072\u006f\u0075\u0070\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067o\u006c",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0066",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0032\u0063",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0033",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0062",Value :"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073ev\u0065\u006e",Value :"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00367",Value :"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00357",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068a\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061d\u0064\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0064\u0061m\u006d\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",Value :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077"},{Key :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",Value :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u006b\u0061s\u0072\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0062l\u006fc\u006b\u0068\u0061\u006c\u0066\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061d\u0065"},{Key :"s\u0068\u0061\u0064\u0065\u006d\u0065\u0064\u0069\u0075\u006d",Value :"\u0073\u0068\u0061d\u0065"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0071\u0074\u0072\u0073h\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u006ct\u0073\u0068\u0061\u0064\u0065",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u0073\u0068\u0065\u0065\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0065e\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u006f\u006f\u006b",Value :"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u004c\u0073\u0068",Value :"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t"},{Key :"\u0052\u0073\u0068",Value :"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00389",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069nd\u0061\u0067\u0065\u0073\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073h\u0061\u006e\u0064\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0073\u0068\u0069nw\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00304",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073h\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00394",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069n\u0077\u0069\u0074\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0067\u0072\u0061v\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0073\u0068\u006fo\u006b"},{Key :"\u0075p\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067m\u0061"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0073\u0069\u0067\u006d\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0043\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00339",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0074e\u0067",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006ee\u0077\u006c\u0069\u006e\u0065",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"s\u0069\u006c\u0075\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0069\u006d",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074i\u006c\u0064\u0065\u006d\u0061\u0074h",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074\u0069\u006c\u0064\u0065\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0073i\u006d\u006e\u0065\u0071\u0071"},{Key :"\u0073\u0069\u006e\u0065",Value :"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065"},{Key :"\u0073\u0069\u0078\u0073\u0075\u0062",Value :"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0073\u0069\u0078",Value :"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00366",Value :"\u0073i\u0078\u0074\u0068\u0061\u0069"},{Key :"\u006da\u0074\u0068\u0073\u006c\u0061\u0073h",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0042\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0062\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0066\u0072\u006fw\u006e",Value :"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e"},{Key :"s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067l\u0065\u006c\u0065\u0066ts\u006c\u0064",Value :"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074"},{Key :"s\u006d\u0061\u006c\u006ctr\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u0073\u006d\u0061l\u006c\u0065\u006c\u0065\u006d\u0065\u006e\u0074",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u006f\u0077\u006e\u0065\u0072\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073l\u0075\u0072\u0062\u0065\u006c\u006fw",Value :"\u0073\u006d\u0069l\u0065"},{Key :"\u0077\u0068i\u0074\u0065\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",Value :"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00358",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073f\u0074\u0068\u0079\u0070\u0068\u0065n",Value :"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00394",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073\u006f\u0066\u0074",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u0065\u0069",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u0065\u0067\u0061\u0074\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u006f\u0074",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u0044\u0065\u0069",Value :"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00321",Value :"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00320",Value :"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00391",Value :"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00322",Value :"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0073p\u0061c\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0073\u0070\u0061c\u0065"},{Key :"\u0061\u0031\u0030\u0039",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073p\u0061\u0064\u0065\u0073\u0075\u0069t",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0076\u0061\u0072s\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074",Value :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0073\u0071\u0069\u006d\u0061\u0067\u0065\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"\u0073q\u006fr\u0069\u0067\u0069\u006e\u006fr\u006e\u006ft\u0065\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"s\u0069\u0067\u006d\u0061\u006c\u0075\u006e\u0061\u0074\u0065",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0073q\u0075a\u0072\u0065\u0063\u0072\u006f\u0073\u0073\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0064\u006f\u0074",Value :"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft"},{Key :"\u0062\u006f\u0078\u0068\u006f\u0072\u0069\u007a\u0068\u0061\u0074\u0063\u0068",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0068\u0066\u0069\u006c\u006c",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074",Value :"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006f\u0078\u006d\u0069\u006e\u0075\u0073",Value :"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073"},{Key :"\u0062\u006f\u0078\u0074\u0069\u006d\u0065\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075a\u0072\u0065\u0068\u0076\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0062o\u0078\u0070\u006c\u0075\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006fx\u006c\u0065\u0066t\u0064\u0069\u0061\u0067\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073e\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0072\u0074\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0065\u0073w\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078v\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0076\u0066\u0069\u006c\u006c",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"\u0062l\u0061c\u006b\u0069\u006e\u0077\u0068i\u0074\u0065s\u0071\u0075\u0061\u0072\u0065",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u0062o\u0078\u006e\u0065\u0073\u0074\u0065d",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074"},{Key :"\u0061r\u0072o\u0077\u0073\u0071\u0075\u0069g\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072i\u0067h\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u006f\u0078\u0072\u006f\u0075\u006e\u0064\u0065\u0064",Value :"\u0073q\u0075\u006f\u0076\u0061\u006c"},{Key :"\u0073t\u0061\u0072\u0065\u0071\u0075\u0061l",Value :"\u0073\u0074\u0061\u0072\u0065\u0071"},{Key :"\u0053\u0075\u0062\u0073\u0065\u0074",Value :"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0064b\u006c\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074o\u0072\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062s\u0065\u0074\u006e\u006f\u0074\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066o\u006c\u006c\u006f\u0077\u0073",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0073\u0075\u0063\u0063",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006e\u0069",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006f\u0077\u006ee\u0072",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00358",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006bu\u006e",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006b\u0075\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0073\u0075\u006d",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075m\u006d\u0061\u0074i\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075\u006d\u006d\u0061\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0063o\u006d\u0070\u0061\u0073\u0073",Value :"\u0073\u0075\u006e"},{Key :"\u0053\u0075\u0070\u0073\u0065\u0074",Value :"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c"},{Key :"\u006e\u006f\u0074\u0073up\u0065\u0072\u0073\u0065\u0074\u006f\u0072\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0073\u0075\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u006eo\u0074\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0061\u0074\u0074\u0069\u0063\u0065\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0064\u0061\u0073h\u0076",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00331",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065"},{Key :"\u0075\u0070\u0074a\u0075",Value :"\u0074\u0061\u0075"},{Key :"\u0074\u0061\u0076\u0064\u0061\u0067\u0065\u0073",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00390",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0061\u0076",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0063\u0061r\u006f\u006e\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0074c\u0061\u0072\u006f\u006e\u0031"},{Key :"\u0062a\u0072m\u0069\u0064\u0073\u0068\u006f\u0072\u0074\u006e\u006f\u0073\u0070",Value :"\u0074\u0063\u0063\u0075\u0072\u006c"},{Key :"\u0074\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00307",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065hm\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00317",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u006d\u0061\u0072\u0062\u0075\u0074\u0061",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074\u0061\u0066\u0069\u006e\u0061\u006c",Value :"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u006c",Value :"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee"},{Key :"\u0062\u0065\u006c\u006c",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u0074\u0061\u006c\u0069\u006e\u006b\u0065s\u0063\u0061\u0070\u0065",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0030",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069\u006cd\u0065\u006d\u0069\u0064\u006e\u006f\u0073\u0070",Value :"\u0074\u0065\u0073\u0068"},{Key :"\u0074e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00372",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0065\u0074",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"L\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073t\u0061\u0072\u0074\u0074\u0065\u0078t",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074e\u0076i\u0072\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00324",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0061\u006c",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0061\u006c\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00356",Value :"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00319",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0065\u0068\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065t\u0061"},{Key :"\u0067\u0065\u0068\u006f\u006f\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0074\u0068e\u0074\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00397",Value :"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069"},{Key :"\u0041\u0068\u0061\u0063\u0065\u006b",Value :"\u0074\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00398",Value :"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00303",Value :"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00396",Value :"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00304",Value :"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00302",Value :"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0074h\u006f\u0075\u0073\u0061n\u0064\u0073\u0073\u0065\u0070a\u0072a\u0074o\u0072\u0070\u0065\u0072\u0073\u0069\u0061n",Value :"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0062",Value :"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074hr\u0065\u0065",Value :"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00363",Value :"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i"},{Key :"\u0074\u0069\u0065",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0074\u0069\u0065\u0031",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0077\u0069\u0064e",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0072",Value :"\u0074\u0069\u006cd\u0065"},{Key :"t\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0073\u0074",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0077\u0069\u0064\u0065\u0075\u0074\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0074i\u006c\u0064\u0065\u0063\u006f\u006db",Value :"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u0062\u006f\u0074\u0068",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069p\u0065\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0077\u0065\u0073\u0074",Value :"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0065\u0074\u0075r\u006e",Value :"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00395",Value :"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0074\u006f\u0070\u0061\u0072\u0063",Value :"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00301",Value :"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0074",Value :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0066\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006ce\u0066\u0074\u0065\u0071",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067r\u0069\u0067\u0068\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"p\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c\u0031",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062l\u006e\u006f\u0073\u0070",Value :"\u0074\u0073"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0074s\u0061d\u0069\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00388",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0065",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00394",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065\u0072\u0065\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"t\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0031\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065r\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0066\u0069\u006c\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0032\u0062",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00308",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0068\u0065",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063o\u006dm\u0061\u0073\u0075\u0070\u0072\u0065\u0076\u006e\u006f\u0073\u0070",Value :"\u0074t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0069\u006f\u0074\u0061\u0074\u0075\u0072\u006e",Value :"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061"},{Key :"\u0076\u0064\u0061s\u0068",Value :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00394",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074\u0077\u006f",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0077\u006f\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0065n\u006ce\u0061\u0064\u0065\u0072\u0074\u0077\u006f\u0064\u006f\u0074\u0073",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0073\u0075\u0062",Value :"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0074\u0077\u006f",Value :"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00362",Value :"\u0074w\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0067\u0072\u0061v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0062\u0061\u0072"},{Key :"\u0064e\u006c\u0074\u0061\u0074\u0075\u0072n",Value :"\u0075\u0062\u0072\u0065\u0076\u0065"},{Key :"\u0075\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"e\u0073\u0068\u0073\u0068\u006f\u0072\u0074\u0072\u0065\u0076",Value :"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0041\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e"},{Key :"\u0069\u0068\u0061\u0063\u0065\u006b",Value :"\u0075\u0068\u006fr\u006e"},{Key :"\u0074\u0074\u0075r\u006e",Value :"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ew\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u006c\u0061r\u0063"},{Key :"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u0074\u0077\u006f\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u006d\u0069d\u0068\u006f\u0072i\u007a\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0075\u0070",Value :"\u0075\u006e\u0069o\u006e"},{Key :"\u0043\u0075\u0070",Value :"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074i\u0074\u0065\u0078\u0074",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u0070\u006cu\u0073",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0073\u0071\u0063u\u0070",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0075\u006e\u0069\u006f\u006e\u0073\u0071\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"u\u006e\u0069\u006f\u006e\u0073\u0071\u0074\u0065\u0078\u0074",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0069\u0067\u0063\u0075\u0070",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u006ea\u0072\u0079\u0075\u006e\u0069\u006fn",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0075\u006e\u0069o\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0066\u006f\u0072\u0061\u006c\u006c",Value :"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l"},{Key :"b\u006c\u006f\u0063\u006b\u0075\u0070\u0068\u0061\u006c\u0066",Value :"\u0075p\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067e\u006b\u0061\u0072\u0065\u0076",Value :"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da"},{Key :"\u0065n\u0072\u0074\u0064\u0065\u0073",Value :"\u0075p\u006b\u006f\u0070\u0070\u0061"},{Key :"\u004ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061"},{Key :"\u006ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061"},{Key :"\u0065\u006e\u0067\u0065",Value :"\u0075p\u0073\u0061\u006d\u0070\u0069"},{Key :"\u0075p\u0075\u0070\u0073\u0069\u006c\u006fn",Value :"\u0075p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0061\u0063\u0075t\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0078\u0073\u006f\u006c",Value :"\u0075p\u0073\u006c\u006f\u0070\u0065"},{Key :"\u006b\u0061\u0062a\u0072",Value :"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061"},{Key :"\u0055\u0070s\u0069\u006c\u006fn\u0031\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0064\u0069\u0061\u0065r\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0043\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061"},{Key :"\u006ee\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u0072\u0061r\u0063"},{Key :"\u0044\u0062\u0061r\u0031",Value :"\u0075\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0070e\u0072s\u0070\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064",Value :"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065"},{Key :"\u0063l\u0077c\u006f\u006e\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00369",Value :"\u0076\u0061\u0076"},{Key :"\u0076a\u0076\u0068\u0065\u0062\u0072\u0065w",Value :"\u0076\u0061\u0076"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00323",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076a\u0076\u0064\u0061\u0067\u0065\u0073h",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"v\u0061\u0076\u0064\u0061\u0067\u0065\u0073\u0068\u0036\u0035",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00300",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076w\u0069\u0074\u0068\u0068\u006f\u006c\u0061\u006d",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0065\u0063",Value :"\u0076\u0065\u0063\u0074\u006f\u0072"},{Key :"e\u0071\u0075\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072",Value :"\u0076\u0065\u0065e\u0071"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00305",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0076\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0076e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0053\u0061\u006dp\u0069",Value :"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0074a\u0063k\u006c\u0065\u0066\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076\u0068\u006fo\u006b"},{Key :"\u0076\u0065\u0072\u0074\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0076\u0065\u0072t\u0072\u0065\u0063\u0074",Value :"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074\u0061c\u006b\u0072\u0069g\u0068\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076t\u0075\u0072\u006e\u0065\u0064"},{Key :"o\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074\u0031",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0072\u0069\u006e\u0067\u006d\u0061\u0074\u0068",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00348",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0077\u0061\u0077\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065s",Value :"\u0077\u0065\u0064\u0067\u0065\u0071"},{Key :"\u0050s\u0063\u0072\u0069\u0070\u0074",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u0077\u0070",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u006f\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"s\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0062\u006c\u0061\u0063ki\u006e\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0064i\u0061m\u006f\u006e\u0064\u0072\u0068o\u006d\u0062n\u0065\u0073\u0074\u0065\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0031",Value :"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u0067\u006c\u0066\u006f\u0070\u0065\u006e",Value :"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074"},{Key :"t\u0072\u0069\u0061\u0067\u0072\u0074\u006f\u0070\u0065\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074"},{Key :"\u0073m\u0061l\u006c\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0031",Value :"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0035\u0031",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0062\u0069\u0067w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",Value :"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"v\u0061\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0062\u0069\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0075\u0070",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00319",Value :"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0077\u0072",Value :"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0064i\u0061e\u0072\u0065\u0073\u0069\u0073t\u006f\u006eo\u0073\u006e\u006f\u0073\u0070",Value :"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061\u006e\u0067l\u0065\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0077t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0075\u0070\u0078\u0069",Value :"\u0078\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00358",Value :"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00394",Value :"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u0061\u0072",Value :"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00350",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0079\u0065\u0068",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00319",Value :"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00314",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061b\u006f\u0076\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068wi\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0059\u0065\u006e",Value :"\u0079\u0065\u006e"},{Key :"a\u0075\u0078\u0069\u006c\u0069\u0061\u0072\u0079\u006f\u006e",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0031",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u0065\u0072\u0061hb\u0065\u006e\u0079\u006f\u006d\u006f\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00393",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0065\u0072\u0069",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"s\u0074\u0061\u0072\u0074\u006f\u0066\u0068\u0065\u0061\u0064",Value :"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00304",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0069",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0077\u0065\u0073\u0074",Value :"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0079o\u0064\u0064\u0061\u0067\u0065\u0073h",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00318",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0064\u0062\u006c",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00305",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0079\u006f\u0064p\u0061\u0074\u0061\u0068",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u006fu\u0062\u006c\u0065\u0079\u006f\u0064\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00314",Value :"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00393",Value :"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0064z\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0072"},{Key :"i\u006f\u0074\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0068\u006f\u0072\u006e\u006e\u006f\u0073\u0070",Value :"\u0079t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00332",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00326",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0069\u006e",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0069\u006e\u0066\u0069\u006e\u0061l",Value :"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070\u006c\u0065\u0066\u0074",Value :"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"a\u0072\u0072\u006f\u0077\u007a\u0069\u0067\u007a\u0061\u0067",Value :"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"z\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u007aa\u0079i\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006e\u006c\u0065\u0067",Value :"\u007a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0074a\u0063k\u0064\u006f\u0077\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0063\u0075r\u006c"},{Key :"\u006d\u0063\u0061\u0070\u0074\u0075\u0072\u006e",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007a\u0064\u006f\u0074",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007ae\u0072\u006f\u0064\u006f\u0074",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u007ae\u0072\u006f\u0073\u006c\u0061\u0073h",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00392",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ze\u0072\u006f",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0065\u0072\u006f\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007ae\u0072\u006f\u0073\u0075\u0062",Value :"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u007ae\u0072\u006f",Value :"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00360",Value :"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0062\u006f\u006d",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"z\u0065\u0072\u006f\u0077id\u0074h\u006e\u006f\u0062\u0072\u0065a\u006b\u0073\u0070\u0061\u0063\u0065",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"\u007ae\u0072\u006f\u0073\u0070\u0061\u0063e",Value :"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065"},{Key :"\u0075\u0070\u007a\u0065\u0074\u0061",Value :"\u007a\u0065\u0074\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00372",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u007a\u0068\u0065",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006e\u0065\u0067\u0061\u0063\u006b\u006e\u006f\u0077l\u0065\u0064\u0067\u0065",Value :"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0061\u0063\u006b\u0075\u0070\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"}}; -func (_gdc *simpleEncoder )Reset (){};type IdentityEncoder struct{_gcf string ;_bedb *_fde .RuneSet ;};const (_ffge ="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_cde ="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -);func (_dgg *IdentityEncoder )String ()string {return _dgg ._gcf };var (_bge =_dfd (_fdg ,_ageg );_egcf =_dfd (_eda ,_dfgg ););func (_cba CMapEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_acc ,_cg :=_cba .charcodeToString (code );if len (_acc )< 1{return MissingCodeRune ,false ; -};return ([]rune (_acc ))[0],_cg ;};func GlyphToRune (glyph GlyphName )(rune ,bool ){_adb :=string (glyph );if _a .Contains (_adb ,"\u002e"){_gbcd :=_gag .FindStringSubmatch (_adb );if _gbcd !=nil {_adb =_gbcd [1];};};if _ffa ,_aaga :=_bede .Read (_adb ); -_aaga {_adb =_ffa ;};if _bbd ,_gffd :=_gab .Read (_adb );_gffd {return _bbd ,true ;};if _edf ,_fcca :=_cbac .Read (_adb );_fcca {return _edf ,true ;};if _acb :=_geg .FindStringSubmatch (_adb );_acb !=nil {_eaba ,_dccf :=_ac .ParseInt (_acb [1],16,32);if _dccf ==nil {return rune (_eaba ),true ; -};};if _gfb :=_dfa .FindStringSubmatch (_adb );_gfb !=nil {_fgd ,_cfff :=_ac .Atoi (_gfb [1]);if _cfff ==nil {return rune (_fgd ),true ;};};return rune (0),false ;};func (_cgggd *TrueTypeFontEncoder )RegisteredRunes ()[]rune {_bbfc :=make ([]rune ,_cgggd ._dggd .Length ()); -_eedcb :=0;_cgggd ._dggd .Range (func (_ebcce rune )(_aafa bool ){_bbfc [_eedcb ]=_ebcce ;_eedcb ++;return false });return _bbfc ;};func (_cbe CMapEncoder )String ()string {return _cbe ._gf };func NewCustomSimpleTextEncoder (encoding ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){if len (encoding )==0{return nil ,_b .New ("e\u006d\u0070\u0074\u0079 c\u0075s\u0074\u006f\u006d\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067"); -};const _egce ="\u0063\u0075\u0073\u0074\u006f\u006d";_eaa :=_fde .MakeByteRuneMap (len (encoding ));for _dfgf ,_fff :=range encoding {_efb ,_gac :=GlyphToRune (_fff );if !_gac {_ea .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077n\u0020\u0067\u006c\u0079\u0070\u0068\u002e\u0020\u0025\u0071",_fff ); -continue ;};_eaa .Write (byte (_dfgf ),_efb );};_fed :=_ffe (_egce ,_eaa );if len (differences )!=0{_fed =ApplyDifferences (_fed ,differences );};return _fed ,nil ;};func (_afc *IdentityEncoder )ToPdfObject ()_bc .PdfObject {if _afc ._gcf !=""{return _bc .MakeName (_afc ._gcf ); -};return _bc .MakeNull ();};var _bea =_fde .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x16',0x17:'\x17',0x18:'\x18',0x19:'\x19',0x1a:'\x1a',0x1b:'\x1b',0x1c:'\x1c',0x1d:'\x1d',0x1e:'\x1e',0x1f:'\x1f',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'\u007f',0x80:'Ä',0x81:'Å',0x82:'Ç',0x83:'É',0x84:'Ñ',0x85:'Ö',0x86:'Ü',0x87:'á',0x88:'à',0x89:'â',0x8a:'ä',0x8b:'ã',0x8c:'å',0x8d:'ç',0x8e:'é',0x8f:'è',0x90:'ê',0x91:'ë',0x92:'í',0x93:'ì',0x94:'î',0x95:'ï',0x96:'ñ',0x97:'ó',0x98:'ò',0x99:'ô',0x9a:'ö',0x9b:'õ',0x9c:'ú',0x9d:'ù',0x9e:'û',0x9f:'ü',0xa0:'†',0xa1:'°',0xa2:'¢',0xa3:'£',0xa4:'§',0xa5:'•',0xa6:'¶',0xa7:'ß',0xa8:'®',0xa9:'©',0xaa:'™',0xab:'´',0xac:'¨',0xad:'≠',0xae:'Æ',0xaf:'Ø',0xb0:'∞',0xb1:'±',0xb2:'≤',0xb3:'≥',0xb4:'¥',0xb5:'µ',0xb6:'∂',0xb7:'∑',0xb8:'∏',0xb9:'π',0xba:'∫',0xbb:'ª',0xbc:'º',0xbd:'Ω',0xbe:'æ',0xbf:'ø',0xc0:'¿',0xc1:'¡',0xc2:'¬',0xc3:'√',0xc4:'ƒ',0xc5:'≈',0xc6:'∆',0xc7:'«',0xc8:'»',0xc9:'…',0xca:'\u00a0',0xcb:'À',0xcc:'Ã',0xcd:'Õ',0xce:'Œ',0xcf:'œ',0xd0:'–',0xd1:'—',0xd2:'“',0xd3:'”',0xd4:'‘',0xd5:'’',0xd6:'÷',0xd7:'◊',0xd8:'ÿ',0xd9:'Ÿ',0xda:'⁄',0xdb:'€',0xdc:'‹',0xdd:'›',0xde:'fi',0xdf:'fl',0xe0:'‡',0xe1:'·',0xe2:'‚',0xe3:'„',0xe4:'‰',0xe5:'Â',0xe6:'Ê',0xe7:'Á',0xe8:'Ë',0xe9:'È',0xea:'Í',0xeb:'Î',0xec:'Ï',0xed:'Ì',0xee:'Ó',0xef:'Ô',0xf0:'\uf8ff',0xf1:'Ò',0xf2:'Ú',0xf3:'Û',0xf4:'Ù',0xf5:'ı',0xf6:'ˆ',0xf7:'˜',0xf8:'¯',0xf9:'˘',0xfa:'˙',0xfb:'˚',0xfc:'¸',0xfd:'˝',0xfe:'˛',0xff:'ˇ'}); -func (_dae *simpleEncoding )ToPdfObject ()_bc .PdfObject {return _bc .MakeName (_dae ._ffaf )};func ApplyDifferences (base SimpleEncoder ,differences map[CharCode ]GlyphName )SimpleEncoder {if len (differences )==0{return base ;};_abd :=make ([]charCodeGlyphNameTuple ,len (differences )); -var _egf int ;for _gaf ,_fcd :=range differences {_abd [_egf ]=charCodeGlyphNameTuple {CharCode :_gaf ,GlyphName :_fcd };_egf ++;};_bac :=&differencesEncoding {_ebf :base ,_ebcc :_da (_abd ...),_gff :_fde .MakeByteRuneMap (len (differences )),_aed :_fde .MakeRuneByteMap (len (differences ))}; -if _faa ,_cd :=base .(*differencesEncoding );_cd {_eba :=make (map[CharCode ]GlyphName );_faa ._ebcc .Range (func (_fecf CharCode ,_fda GlyphName )(_dcca bool ){_eba [_fecf ]=_fda ;return false });_bac ._ebcc .Range (func (_db CharCode ,_ddef GlyphName )(_dga bool ){_eba [_db ]=_ddef ; -return false });differences =_eba ;};for _fdfg ,_efg :=range differences {_fdb :=byte (_fdfg );_adg ,_aab :=GlyphToRune (_efg );if _aab {_bac ._aed .Write (_adg ,_fdb );}else {_ea .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0061\u0074c\u0068\u0020\u0066\u006f\u0072\u0020\u0067\u006c\u0079ph\u003d\u0025\u0071 \u0064\u0069f\u0066\u0065\u0072\u0065\u006e\u0063e\u0073\u003d%\u002b\u0076",_efg ,differences ); -};_bac ._gff .Write (_fdb ,_adg );};return _bac ;};func (_bae simpleDecoder )Reset (){};func (_dce *differencesEncoding )BaseName ()string {return _dce ._ebf .BaseName ()};func (_fa *charCodeGlyphNameMap )Length ()int {_fa ._gg .RLock ();defer _fa ._gg .RUnlock (); -return len (_fa ._cf );};func NewMacRomanEncoder ()SimpleEncoder {return _fbfe .NewEncoder ()};const (MissingCodeRune ='\ufffd';MissingCodeString =string (MissingCodeRune ););func (_dcba *simpleEncoding )String ()string {return "\u0073i\u006dp\u006c\u0065\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0028"+_dcba ._ffaf +"\u0029"; -};var _cca =_fde .NewRuneStringMap (map[rune ]string {0xfffd:"\u002en\u006f\u0074\u0064\u0065\u0066",0x250a:"\u0032\u0035\u0030\u0061",0x250b:"\u0032\u0035\u0030\u0062",0x250d:"\u0032\u0035\u0030\u0064",0x250e:"\u0032\u0035\u0030\u0065",0x250f:"\u0032\u0035\u0030\u0066",0x251a:"\u0032\u0035\u0031\u0061",0x251b:"\u0032\u0035\u0031\u0062",0x251d:"\u0032\u0035\u0031\u0064",0x251e:"\u0032\u0035\u0031\u0065",0x251f:"\u0032\u0035\u0031\u0066",0x252a:"\u0032\u0035\u0032\u0061",0x252b:"\u0032\u0035\u0032\u0062",0x252d:"\u0032\u0035\u0032\u0064",0x252e:"\u0032\u0035\u0032\u0065",0x252f:"\u0032\u0035\u0032\u0066",0x253a:"\u0032\u0035\u0033\u0061",0x253b:"\u0032\u0035\u0033\u0062",0x253d:"\u0032\u0035\u0033\u0064",0x253e:"\u0032\u0035\u0033\u0065",0x253f:"\u0032\u0035\u0033\u0066",0x254a:"\u0032\u0035\u0034\u0061",0x254b:"\u0032\u0035\u0034\u0062",0x254c:"\u0032\u0035\u0034\u0063",0x254d:"\u0032\u0035\u0034\u0064",0x254e:"\u0032\u0035\u0034\u0065",0x254f:"\u0032\u0035\u0034\u0066",0x256d:"\u0032\u0035\u0036\u0064",0x256e:"\u0032\u0035\u0036\u0065",0x256f:"\u0032\u0035\u0036\u0066",0x257a:"\u0032\u0035\u0037\u0061",0x257b:"\u0032\u0035\u0037\u0062",0x257c:"\u0032\u0035\u0037\u0063",0x257d:"\u0032\u0035\u0037\u0064",0x257e:"\u0032\u0035\u0037\u0065",0x257f:"\u0032\u0035\u0037\u0066",0x0041:"\u0041",0x00c6:"\u0041\u0045",0x01fc:"\u0041E\u0061\u0063\u0075\u0074\u0065",0x01e2:"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e6:"\u0041E\u0073\u006d\u0061\u006c\u006c",0x2370:"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e",0x2353:"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074",0x2340:"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068",0x233f:"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068",0x00c1:"\u0041\u0061\u0063\u0075\u0074\u0065",0xf7e1:"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0102:"\u0041\u0062\u0072\u0065\u0076\u0065",0x1eae:"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d0:"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb6:"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb0:"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb2:"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb4:"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01cd:"\u0041\u0063\u0061\u0072\u006f\u006e",0x24b6:"\u0041c\u0069\u0072\u0063\u006c\u0065",0x00c2:"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea4:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1eac:"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea6:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea8:"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7e2:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1eaa:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0xf6c9:"\u0041\u0063\u0075t\u0065",0xf7b4:"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0200:"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00c4:"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d2:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01de:"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e4:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ea0:"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e0:"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x00c0:"\u0041\u0067\u0072\u0061\u0076\u0065",0xf7e0:"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ea2:"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x04d4:"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0202:"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0391:"\u0041\u006c\u0070h\u0061",0x0386:"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0x0100:"\u0041m\u0061\u0063\u0072\u006f\u006e",0xff21:"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0104:"\u0041o\u0067\u006f\u006e\u0065\u006b",0x00c5:"\u0041\u0072\u0069n\u0067",0x01fa:"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e00:"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0xf7e5:"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c",0xf761:"\u0041\u0073\u006d\u0061\u006c\u006c",0x00c3:"\u0041\u0074\u0069\u006c\u0064\u0065",0xf7e3:"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x0531:"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0042:"\u0042",0x2ae7:"\u0042\u0061\u0072\u0076",0x1d538:"\u0042\u0062\u0062\u0041",0x1d539:"\u0042\u0062\u0062\u0042",0x2102:"\u0042\u0062\u0062\u0043",0x1d53b:"\u0042\u0062\u0062\u0044",0x1d53c:"\u0042\u0062\u0062\u0045",0x1d53d:"\u0042\u0062\u0062\u0046",0x1d53e:"\u0042\u0062\u0062\u0047",0x213e:"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061",0x210d:"\u0042\u0062\u0062\u0048",0x1d540:"\u0042\u0062\u0062\u0049",0x1d541:"\u0042\u0062\u0062\u004a",0x1d542:"\u0042\u0062\u0062\u004b",0x1d543:"\u0042\u0062\u0062\u004c",0x1d544:"\u0042\u0062\u0062\u004d",0x2115:"\u0042\u0062\u0062\u004e",0x1d546:"\u0042\u0062\u0062\u004f",0x2119:"\u0042\u0062\u0062\u0050",0x213f:"\u0042\u0062\u0062P\u0069",0x211a:"\u0042\u0062\u0062\u0051",0x211d:"\u0042\u0062\u0062\u0052",0x1d54a:"\u0042\u0062\u0062\u0053",0x1d54b:"\u0042\u0062\u0062\u0054",0x1d54c:"\u0042\u0062\u0062\u0055",0x1d54d:"\u0042\u0062\u0062\u0056",0x1d54e:"\u0042\u0062\u0062\u0057",0x1d54f:"\u0042\u0062\u0062\u0058",0x1d550:"\u0042\u0062\u0062\u0059",0x2124:"\u0042\u0062\u0062\u005a",0x1d552:"\u0042\u0062\u0062\u0061",0x1d553:"\u0042\u0062\u0062\u0062",0x1d554:"\u0042\u0062\u0062\u0063",0x1d555:"\u0042\u0062\u0062\u0064",0x1d556:"\u0042\u0062\u0062\u0065",0x1d7e0:"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074",0x1d557:"\u0042\u0062\u0062\u0066",0x1d7dd:"\u0042b\u0062\u0066\u0069\u0076\u0065",0x1d7dc:"\u0042b\u0062\u0066\u006f\u0075\u0072",0x1d558:"\u0042\u0062\u0062\u0067",0x213d:"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061",0x1d559:"\u0042\u0062\u0062\u0068",0x1d55a:"\u0042\u0062\u0062\u0069",0x1d55b:"\u0042\u0062\u0062\u006a",0x1d55c:"\u0042\u0062\u0062\u006b",0x1d55d:"\u0042\u0062\u0062\u006c",0x1d55e:"\u0042\u0062\u0062\u006d",0x1d55f:"\u0042\u0062\u0062\u006e",0x1d7e1:"\u0042b\u0062\u006e\u0069\u006e\u0065",0x1d560:"\u0042\u0062\u0062\u006f",0x1d7d9:"\u0042\u0062\u0062\u006f\u006e\u0065",0x1d561:"\u0042\u0062\u0062\u0070",0x213c:"\u0042\u0062\u0062p\u0069",0x1d562:"\u0042\u0062\u0062\u0071",0x1d563:"\u0042\u0062\u0062\u0072",0x1d564:"\u0042\u0062\u0062\u0073",0x1d7df:"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e",0x1d7de:"\u0042\u0062\u0062\u0073\u0069\u0078",0x2140:"\u0042\u0062\u0062\u0073\u0075\u006d",0x1d565:"\u0042\u0062\u0062\u0074",0x1d7db:"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065",0x1d7da:"\u0042\u0062\u0062\u0074\u0077\u006f",0x1d566:"\u0042\u0062\u0062\u0075",0x1d567:"\u0042\u0062\u0062\u0076",0x1d568:"\u0042\u0062\u0062\u0077",0x1d569:"\u0042\u0062\u0062\u0078",0x1d56a:"\u0042\u0062\u0062\u0079",0x1d56b:"\u0042\u0062\u0062\u007a",0x1d7d8:"\u0042b\u0062\u007a\u0065\u0072\u006f",0x24b7:"\u0042c\u0069\u0072\u0063\u006c\u0065",0x1e02:"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e04:"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0532:"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0392:"\u0042\u0065\u0074\u0061",0x0181:"\u0042\u0068\u006fo\u006b",0x1e06:"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff22:"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f4:"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf762:"\u0042\u0073\u006d\u0061\u006c\u006c",0x0229:"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p",0x0182:"\u0042t\u006f\u0070\u0062\u0061\u0072",0x0043:"\u0043",0x053e:"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0106:"\u0043\u0061\u0063\u0075\u0074\u0065",0xf6ca:"\u0043\u0061\u0072o\u006e",0xf6f5:"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x010c:"\u0043\u0063\u0061\u0072\u006f\u006e",0x00c7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e08:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0xf7e7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x24b8:"\u0043c\u0069\u0072\u0063\u006c\u0065",0x0108:"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x010a:"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf7b8:"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x0549:"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04bc:"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0427:"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04be:"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b6:"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f4:"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0543:"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cb:"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b8:"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03a7:"\u0043\u0068\u0069",0x0187:"\u0043\u0068\u006fo\u006b",0xf6f6:"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0xff23:"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0551:"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a74:"\u0043o\u006c\u006f\u006e\u0065\u0071",0xf763:"\u0043\u0073\u006d\u0061\u006c\u006c",0x0044:"\u0044",0x27f1:"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x01f1:"\u0044\u005a",0x01c4:"\u0044Z\u0063\u0061\u0072\u006f\u006e",0x0534:"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0189:"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x2ae5:"\u0044\u0061\u0073h\u0056",0x27da:"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h",0x2ae4:"\u0044\u0061\u0073h\u0076",0x010e:"\u0044\u0063\u0061\u0072\u006f\u006e",0xf810:"\u0044c\u0061\u0072\u006f\u006e\u0031",0x1e10:"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24b9:"\u0044c\u0069\u0072\u0063\u006c\u0065",0x1e12:"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0110:"\u0044\u0063\u0072\u006f\u0061\u0074",0x1e0a:"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0c:"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw",0x290b:"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x0414:"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ee:"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2206:"\u0044\u0065\u006ct\u0061",0x0394:"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b",0x018a:"\u0044\u0068\u006fo\u006b",0xf6cb:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf6cc:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065",0xf6cd:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065",0xf7a8:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c",0x1d7cb:"\u0044i\u0067\u0061\u006d\u006d\u0061",0x03dc:"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x1e0e:"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff24:"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f7:"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c",0xf764:"\u0044\u0073\u006d\u0061\u006c\u006c",0x018b:"\u0044t\u006f\u0070\u0062\u0061\u0072",0x01f2:"\u0044\u007a",0x01c5:"\u0044z\u0063\u0061\u0072\u006f\u006e",0x04e0:"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x040f:"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0045:"\u0045",0x00c9:"\u0045\u0061\u0063\u0075\u0074\u0065",0xf7e9:"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0114:"\u0045\u0062\u0072\u0065\u0076\u0065",0x011a:"\u0045\u0063\u0061\u0072\u006f\u006e",0x1e1c:"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0535:"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24ba:"\u0045c\u0069\u0072\u0063\u006c\u0065",0x00ca:"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebe:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e18:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec6:"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec0:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec2:"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7ea:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ec4:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0404:"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0204:"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cb:"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7eb:"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0116:"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb8:"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00c8:"\u0045\u0067\u0072\u0061\u0076\u0065",0xf7e8:"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0537:"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1eba:"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x2167:"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x0206:"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0464:"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x041b:"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x216a:"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0112:"\u0045m\u0061\u0063\u0072\u006f\u006e",0x1e16:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e14:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x041c:"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff25:"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x04a2:"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014a:"\u0045\u006e\u0067",0x04a4:"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c7:"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0118:"\u0045o\u0067\u006f\u006e\u0065\u006b",0x0190:"\u0045\u006f\u0070e\u006e",0x0395:"\u0045p\u0073\u0069\u006c\u006f\u006e",0x0388:"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2263:"\u0045\u0071\u0075i\u0076",0x018e:"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d",0x042d:"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04aa:"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01a9:"\u0045\u0073\u0068",0xf765:"\u0045\u0073\u006d\u0061\u006c\u006c",0x0397:"\u0045\u0074\u0061",0x0538:"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0389:"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00d0:"\u0045\u0074\u0068",0xf7f0:"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c",0x1ebc:"\u0045\u0074\u0069\u006c\u0064\u0065",0x1e1a:"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x2107:"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074",0x20ac:"\u0045\u0075\u0072\u006f",0x01b7:"\u0045\u007a\u0068",0x01ee:"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x01b8:"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x0046:"\u0046",0x24bb:"\u0046c\u0069\u0072\u0063\u006c\u0065",0x1e1e:"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0556:"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e4:"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c",0x0191:"\u0046\u0068\u006fo\u006b",0x2132:"\u0046\u0069\u006e\u0076",0x2164:"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n",0xff26:"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2163:"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n",0xf766:"\u0046\u0073\u006d\u0061\u006c\u006c",0x0047:"\u0047",0x3387:"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x01f4:"\u0047\u0061\u0063\u0075\u0074\u0065",0x0393:"\u0047\u0061\u006dm\u0061",0x0194:"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x03ea:"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x011e:"\u0047\u0062\u0072\u0065\u0076\u0065",0x01e6:"\u0047\u0063\u0061\u0072\u006f\u006e",0x24bc:"\u0047c\u0069\u0072\u0063\u006c\u0065",0x011c:"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0122:"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x0120:"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0413:"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0542:"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0494:"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0492:"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0490:"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0193:"\u0047\u0068\u006fo\u006b",0x0533:"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e20:"\u0047m\u0061\u0063\u0072\u006f\u006e",0x2141:"\u0047\u006d\u0069\u0072",0xff27:"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6ce:"\u0047\u0072\u0061v\u0065",0xf760:"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf767:"\u0047\u0073\u006d\u0061\u006c\u006c",0x022b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b",0x029b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b",0x01e4:"\u0047s\u0074\u0072\u006f\u006b\u0065",0x2aa2:"\u0047\u0074",0x0048:"\u0048",0x25a1:"\u0048\u0032\u0032\u0030\u0037\u0033",0x33cb:"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065",0x04a8:"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04b2:"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0126:"\u0048\u0062\u0061\u0072",0x1e2a:"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e28:"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24bd:"\u0048c\u0069\u0072\u0063\u006c\u0065",0x0124:"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e26:"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e22:"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e24:"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw",0x26a5:"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065",0xff28:"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0540:"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e8:"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0xf768:"\u0048\u0073\u006d\u0061\u006c\u006c",0x022c:"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p",0xf6cf:"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf6f8:"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c",0x3390:"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065",0x0049:"\u0049",0x0132:"\u0049\u004a",0x00cd:"\u0049\u0061\u0063\u0075\u0074\u0065",0xf7ed:"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x012c:"\u0049\u0062\u0072\u0065\u0076\u0065",0x01cf:"\u0049\u0063\u0061\u0072\u006f\u006e",0x24be:"\u0049c\u0069\u0072\u0063\u006c\u0065",0x00ce:"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf7ee:"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x03fc:"\u0049c\u0079\u0072\u0069\u006c\u0031",0x0208:"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cf:"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2e:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e4:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7ef:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0130:"\u0049\u0064\u006f\u0074",0x1eca:"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d6:"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0415:"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f8:"\u0049\u0065\u0068\u006f\u006f\u006b",0x03fa:"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x2111:"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x00cc:"\u0049\u0067\u0072\u0061\u0076\u0065",0xf7ec:"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ec8:"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0418:"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x020a:"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x012a:"\u0049m\u0061\u0063\u0072\u006f\u006e",0x04e2:"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff29:"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x053b:"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0401:"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x012e:"\u0049o\u0067\u006f\u006e\u0065\u006b",0x0399:"\u0049\u006f\u0074\u0061",0x0196:"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x02f3:"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03aa:"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x038a:"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs",0xf769:"\u0049\u0073\u006d\u0061\u006c\u006c",0x0197:"\u0049s\u0074\u0072\u006f\u006b\u0065",0x0128:"\u0049\u0074\u0069\u006c\u0064\u0065",0x1e2c:"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0476:"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x004a:"\u004a",0x0541:"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24bf:"\u004ac\u0069\u0072\u0063\u006c\u0065",0x0134:"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x054b:"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2a:"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a1d:"\u004a\u006f\u0069\u006e",0xf76a:"\u004a\u0073\u006d\u0061\u006c\u006c",0x004b:"\u004b",0x3385:"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x33cd:"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065",0x04a0:"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1e30:"\u004b\u0061\u0063\u0075\u0074\u0065",0x049a:"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ff:"\u004b\u0061\u0068\u006f\u006f\u006b",0x04c3:"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x039a:"\u004b\u0061\u0070p\u0061",0x049e:"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049c:"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01e8:"\u004b\u0063\u0061\u0072\u006f\u006e",0x0136:"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24c0:"\u004bc\u0069\u0072\u0063\u006c\u0065",0x1e32:"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0554:"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x053f:"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0425:"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e6:"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0198:"\u004b\u0068\u006fo\u006b",0x040c:"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e34:"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2b:"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0480:"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03de:"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b",0x046e:"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf76b:"\u004b\u0073\u006d\u0061\u006c\u006c",0x004c:"\u004c",0x01c7:"\u004c\u004a",0xf6bf:"\u004c\u004c",0x2b45:"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x0139:"\u004c\u0061\u0063\u0075\u0074\u0065",0x039b:"\u004c\u0061\u006d\u0062\u0064\u0061",0x27ec:"\u004cb\u0072\u0062\u0072\u0061\u006b",0x013d:"\u004c\u0063\u0061\u0072\u006f\u006e",0xf812:"\u004cc\u0061\u0072\u006f\u006e\u0031",0x013b:"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81a:"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611",0x24c1:"\u004cc\u0069\u0072\u0063\u006c\u0065",0x1e3c:"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013f:"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e36:"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e38:"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b2:"\u004c\u0064\u0073\u0068",0x053c:"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c8:"\u004c\u006a",0x0409:"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e3a:"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2c:"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x27f8:"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27fa:"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27fd:"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fe:"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f9:"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2995:"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r",0x0141:"\u004c\u0073\u006c\u0061\u0073\u0068",0xf6f9:"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76c:"\u004c\u0073\u006d\u0061\u006c\u006c",0x022f:"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p",0x2aa1:"\u004c\u0074",0x29da:"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x004d:"\u004d",0x3386:"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0xf6d0:"\u004d\u0061\u0063\u0072\u006f\u006e",0xf7af:"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x1e3e:"\u004d\u0061\u0063\u0075\u0074\u0065",0x2906:"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2907:"\u004d\u0061\u0070\u0073\u0074\u006f",0x24c2:"\u004dc\u0069\u0072\u0063\u006c\u0065",0x1e40:"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e42:"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0544:"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2d:"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf76d:"\u004d\u0073\u006d\u0061\u006c\u006c",0x019c:"\u004dt\u0075\u0072\u006e\u0065\u0064",0x039c:"\u004d\u0075",0x004e:"\u004e",0x01ca:"\u004e\u004a",0x0143:"\u004e\u0061\u0063\u0075\u0074\u0065",0x0147:"\u004e\u0063\u0061\u0072\u006f\u006e",0xf81c:"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24c3:"\u004ec\u0069\u0072\u0063\u006c\u0065",0x1e4a:"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0145:"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e44:"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e46:"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x21d7:"\u004ee\u0061\u0072\u0072\u006f\u0077",0x019d:"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x2168:"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x01cb:"\u004e\u006a",0x1e48:"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2e:"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aec:"\u004e\u006f\u0074",0x0546:"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf76e:"\u004e\u0073\u006d\u0061\u006c\u006c",0x00d1:"\u004e\u0074\u0069\u006c\u0064\u0065",0xf7f1:"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x039d:"\u004e\u0075",0x21d6:"\u004ew\u0061\u0072\u0072\u006f\u0077",0x004f:"\u004f",0x0152:"\u004f\u0045",0xf6fa:"\u004fE\u0073\u006d\u0061\u006c\u006c",0x00d3:"\u004f\u0061\u0063\u0075\u0074\u0065",0xf7f3:"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x04e8:"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ea:"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014e:"\u004f\u0062\u0072\u0065\u0076\u0065",0x01d1:"\u004f\u0063\u0061\u0072\u006f\u006e",0x019f:"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065",0x24c4:"\u004fc\u0069\u0072\u0063\u006c\u0065",0x00d4:"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed0:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed8:"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed2:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed4:"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7f4:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ed6:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x041e:"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x0150:"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e",0x020c:"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x00d6:"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7f6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ecc:"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw",0xf6fb:"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c",0x00d2:"\u004f\u0067\u0072\u0061\u0076\u0065",0xf7f2:"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0555:"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1ece:"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a0:"\u004f\u0068\u006fr\u006e",0x1eda:"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee2:"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edc:"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1ede:"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee0:"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x01a2:"\u004f\u0069",0x020e:"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x014c:"\u004fm\u0061\u0063\u0072\u006f\u006e",0x1e52:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e50:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x2126:"\u004f\u006d\u0065g\u0061",0x0460:"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03a9:"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b",0x2127:"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076",0x047a:"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047c:"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x038f:"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x039f:"\u004fm\u0069\u0063\u0072\u006f\u006e",0x038c:"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff2f:"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2160:"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x01ea:"\u004fo\u0067\u006f\u006e\u0065\u006b",0x01ec:"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0186:"\u004f\u006f\u0070e\u006e",0x00d8:"\u004f\u0073\u006c\u0061\u0073\u0068",0x01fe:"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0xf7f8:"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76f:"\u004f\u0073\u006d\u0061\u006c\u006c",0x047e:"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00d5:"\u004f\u0074\u0069\u006c\u0064\u0065",0x1e4c:"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4e:"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0xf7f5:"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x2a37:"\u004f\u0074\u0069\u006d\u0065\u0073",0x0050:"\u0050",0x1e54:"\u0050\u0061\u0063\u0075\u0074\u0065",0x24c5:"\u0050c\u0069\u0072\u0063\u006c\u0065",0x1e56:"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x054a:"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04a6:"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x03a6:"\u0050\u0068\u0069",0x01a4:"\u0050\u0068\u006fo\u006b",0x03a0:"\u0050\u0069",0x0553:"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210e:"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074",0xff30:"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2abb:"\u0050\u0072\u0065\u0063",0x214a:"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065",0x03a8:"\u0050\u0073\u0069",0x0470:"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf770:"\u0050\u0073\u006d\u0061\u006c\u006c",0x0051:"\u0051",0x220e:"\u0051\u0045\u0044",0x24c6:"\u0051c\u0069\u0072\u0063\u006c\u0065",0xff31:"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf771:"\u0051\u0073\u006d\u0061\u006c\u006c",0x2047:"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x0052:"\u0052",0x2b46:"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x054c:"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0154:"\u0052\u0061\u0063\u0075\u0074\u0065",0x27ed:"\u0052b\u0072\u0062\u0072\u0061\u006b",0x0158:"\u0052\u0063\u0061\u0072\u006f\u006e",0x0156:"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81e:"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c7:"\u0052c\u0069\u0072\u0063\u006c\u0065",0xf831:"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0210:"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e",0x1e58:"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5a:"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5c:"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b3:"\u0052\u0064\u0073\u0068",0x0550:"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x211c:"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x03a1:"\u0052\u0068\u006f",0xf6fc:"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl",0x0212:"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x1e5e:"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff32:"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2996:"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0xf772:"\u0052\u0073\u006d\u0061\u006c\u006c",0x0281:"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064",0x02b6:"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072",0x023f:"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x29db:"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0053:"\u0053",0x024f:"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030",0x250c:"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030",0x2514:"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030",0x2510:"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030",0x2518:"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030",0x253c:"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030",0x252c:"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030",0x2534:"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030",0x251c:"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030",0x2524:"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030",0x2500:"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030",0x2502:"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030",0x2561:"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030",0x2562:"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030",0x2556:"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030",0x2555:"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030",0x2563:"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030",0x2551:"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030",0x2557:"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030",0x255d:"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030",0x255c:"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030",0x255b:"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030",0x255e:"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030",0x255f:"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030",0x255a:"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030",0x2554:"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030",0x2569:"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030",0x2566:"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030",0x2560:"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030",0x2550:"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030",0x256c:"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030",0x2567:"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030",0x2568:"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030",0x2564:"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030",0x2565:"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030",0x2559:"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030",0x2558:"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030",0x2552:"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030",0x2553:"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030",0x256b:"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030",0x256a:"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030",0x015a:"\u0053\u0061\u0063\u0075\u0074\u0065",0x1e64:"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x03e0:"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b",0x0160:"\u0053\u0063\u0061\u0072\u006f\u006e",0x1e66:"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf6fd:"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x015e:"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf816:"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611",0x018f:"\u0053\u0063\u0068w\u0061",0x04d8:"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04da:"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x24c8:"\u0053c\u0069\u0072\u0063\u006c\u0065",0x015c:"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0218:"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e60:"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e62:"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e68:"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x21d8:"\u0053e\u0061\u0072\u0072\u006f\u0077",0x054d:"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2166:"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0547:"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0428:"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e2:"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04ba:"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ec:"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x03a3:"\u0053\u0069\u0067m\u0061",0x2165:"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0xff33:"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a4e:"\u0053\u0071\u0063a\u0070",0x2a4f:"\u0053\u0071\u0063u\u0070",0xf773:"\u0053\u0073\u006d\u0061\u006c\u006c",0x03da:"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x2abc:"\u0053\u0075\u0063\u0063",0x21d9:"\u0053w\u0061\u0072\u0072\u006f\u0077",0x0054:"\u0054",0x03a4:"\u0054\u0061\u0075",0x0166:"\u0054\u0062\u0061\u0072",0x0164:"\u0054\u0063\u0061\u0072\u006f\u006e",0xf814:"\u0054c\u0061\u0072\u006f\u006e\u0031",0xf818:"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c9:"\u0054c\u0069\u0072\u0063\u006c\u0065",0x1e70:"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0162:"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6a:"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6c:"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ac:"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2169:"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x04b4:"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0398:"\u0054\u0068\u0065t\u0061",0x01ac:"\u0054\u0068\u006fo\u006b",0x00de:"\u0054\u0068\u006fr\u006e",0xf7fe:"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c",0x2162:"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0xf6fe:"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x054f:"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6e:"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff34:"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0539:"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01bc:"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0184:"\u0054o\u006e\u0065\u0073\u0069\u0078",0x01a7:"\u0054o\u006e\u0065\u0074\u0077\u006f",0x01ae:"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0426:"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x040b:"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf774:"\u0054\u0073\u006d\u0061\u006c\u006c",0x216b:"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0x2161:"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x0055:"\u0055",0x27f0:"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077",0x00da:"\u0055\u0061\u0063\u0075\u0074\u0065",0xf7fa:"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x016c:"\u0055\u0062\u0072\u0065\u0076\u0065",0x01d3:"\u0055\u0063\u0061\u0072\u006f\u006e",0xf833:"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24ca:"\u0055c\u0069\u0072\u0063\u006c\u0065",0x00db:"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e76:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0xf7fb:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x0423:"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0214:"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00dc:"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d7:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e72:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01d9:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f0:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01db:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d5:"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7fc:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ee4:"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00d9:"\u0055\u0067\u0072\u0061\u0076\u0065",0xf7f9:"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ee6:"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01af:"\u0055\u0068\u006fr\u006e",0x1ee8:"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef0:"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eea:"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eec:"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eee:"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0170:"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x04f2:"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0216:"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0478:"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x016a:"\u0055m\u0061\u0063\u0072\u006f\u006e",0x04ee:"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7a:"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xff35:"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0172:"\u0055o\u0067\u006f\u006e\u0065\u006b",0x03a5:"\u0055p\u0073\u0069\u006c\u006f\u006e",0x03d2:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x03d3:"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b",0x01b1:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e",0x02f4:"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03ab:"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03d4:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x038e:"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x016e:"\u0055\u0072\u0069n\u0067",0x040e:"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf775:"\u0055\u0073\u006d\u0061\u006c\u006c",0x04ae:"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b0:"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0168:"\u0055\u0074\u0069\u006c\u0064\u0065",0x1e78:"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e74:"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x290a:"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x0056:"\u0056",0x22ab:"\u0056\u0044\u0061s\u0068",0x2aeb:"\u0056\u0062\u0061\u0072",0x24cb:"\u0056c\u0069\u0072\u0063\u006c\u0065",0x1e7e:"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a54:"\u0056\u0065\u0065",0x054e:"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01b2:"\u0056\u0068\u006fo\u006b",0xff36:"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0548:"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf776:"\u0056\u0073\u006d\u0061\u006c\u006c",0x1e7c:"\u0056\u0074\u0069\u006c\u0064\u0065",0x2980:"\u0056\u0076\u0065r\u0074",0x0057:"\u0057",0x1e82:"\u0057\u0061\u0063\u0075\u0074\u0065",0x24cc:"\u0057c\u0069\u0072\u0063\u006c\u0065",0x0174:"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e84:"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e86:"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e88:"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a53:"\u0057\u0065\u0064g\u0065",0x1e80:"\u0057\u0067\u0072\u0061\u0076\u0065",0xff37:"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf777:"\u0057\u0073\u006d\u0061\u006c\u006c",0x0058:"\u0058",0x24cd:"\u0058c\u0069\u0072\u0063\u006c\u0065",0x1e8c:"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8a:"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x053d:"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x039e:"\u0058\u0069",0xff38:"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf778:"\u0058\u0073\u006d\u0061\u006c\u006c",0x0059:"\u0059",0x00dd:"\u0059\u0061\u0063\u0075\u0074\u0065",0xf7fd:"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x24ce:"\u0059c\u0069\u0072\u0063\u006c\u0065",0x0176:"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0178:"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7ff:"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1e8e:"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef4:"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04f8:"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x1ef2:"\u0059\u0067\u0072\u0061\u0076\u0065",0x01b3:"\u0059\u0068\u006fo\u006b",0x1ef6:"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0545:"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0407:"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0552:"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff39:"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf779:"\u0059\u0073\u006d\u0061\u006c\u006c",0x021f:"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p",0x1ef8:"\u0059\u0074\u0069\u006c\u0064\u0065",0x2144:"\u0059\u0075\u0070",0x046a:"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046c:"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0466:"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0468:"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x005a:"\u005a",0x0536:"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0179:"\u005a\u0061\u0063\u0075\u0074\u0065",0x017d:"\u005a\u0063\u0061\u0072\u006f\u006e",0xf6ff:"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x24cf:"\u005ac\u0069\u0072\u0063\u006c\u0065",0x1e90:"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x017b:"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e92:"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0498:"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04de:"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x0396:"\u005a\u0065\u0074\u0061",0x053a:"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fd:"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c1:"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0496:"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dc:"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e94:"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff3a:"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf77a:"\u005a\u0073\u006d\u0061\u006c\u006c",0x01b5:"\u005as\u0074\u0072\u006f\u006b\u0065",0x0061:"\u0061",0x2701:"\u0061\u0031",0x2702:"\u0061\u0032",0x2704:"\u0061\u0033",0x260e:"\u0061\u0034",0x2706:"\u0061\u0035",0x271d:"\u0061\u0036",0x271e:"\u0061\u0037",0x271f:"\u0061\u0038",0x2720:"\u0061\u0039",0x2721:"\u0061\u0031\u0030",0x261b:"\u0061\u0031\u0031",0x261e:"\u0061\u0031\u0032",0x270c:"\u0061\u0031\u0033",0x270d:"\u0061\u0031\u0034",0x270e:"\u0061\u0031\u0035",0x270f:"\u0061\u0031\u0036",0x2711:"\u0061\u0031\u0037",0x2712:"\u0061\u0031\u0038",0x2713:"\u0061\u0031\u0039",0x2714:"\u0061\u0032\u0030",0x2715:"\u0061\u0032\u0031",0x2716:"\u0061\u0032\u0032",0x2717:"\u0061\u0032\u0033",0x2718:"\u0061\u0032\u0034",0x2719:"\u0061\u0032\u0035",0x271a:"\u0061\u0032\u0036",0x271b:"\u0061\u0032\u0037",0x271c:"\u0061\u0032\u0038",0x2722:"\u0061\u0032\u0039",0x2723:"\u0061\u0033\u0030",0x2724:"\u0061\u0033\u0031",0x2725:"\u0061\u0033\u0032",0x2726:"\u0061\u0033\u0033",0x2727:"\u0061\u0033\u0034",0x2605:"\u0061\u0033\u0035",0x2729:"\u0061\u0033\u0036",0x272a:"\u0061\u0033\u0037",0x272b:"\u0061\u0033\u0038",0x272c:"\u0061\u0033\u0039",0x272d:"\u0061\u0034\u0030",0x272e:"\u0061\u0034\u0031",0x272f:"\u0061\u0034\u0032",0x2730:"\u0061\u0034\u0033",0x2731:"\u0061\u0034\u0034",0x2732:"\u0061\u0034\u0035",0x2733:"\u0061\u0034\u0036",0x2734:"\u0061\u0034\u0037",0x2735:"\u0061\u0034\u0038",0x2736:"\u0061\u0034\u0039",0x2737:"\u0061\u0035\u0030",0x2738:"\u0061\u0035\u0031",0x2739:"\u0061\u0035\u0032",0x273a:"\u0061\u0035\u0033",0x273b:"\u0061\u0035\u0034",0x273c:"\u0061\u0035\u0035",0x273d:"\u0061\u0035\u0036",0x273e:"\u0061\u0035\u0037",0x273f:"\u0061\u0035\u0038",0x2740:"\u0061\u0035\u0039",0x2741:"\u0061\u0036\u0030",0x2742:"\u0061\u0036\u0031",0x2743:"\u0061\u0036\u0032",0x2744:"\u0061\u0036\u0033",0x2745:"\u0061\u0036\u0034",0x2746:"\u0061\u0036\u0035",0x2747:"\u0061\u0036\u0036",0x2748:"\u0061\u0036\u0037",0x2749:"\u0061\u0036\u0038",0x274a:"\u0061\u0036\u0039",0x274b:"\u0061\u0037\u0030",0x25cf:"\u0061\u0037\u0031",0x274d:"\u0061\u0037\u0032",0x25a0:"\u0061\u0037\u0033",0x274f:"\u0061\u0037\u0034",0x2751:"\u0061\u0037\u0035",0x25b2:"\u0061\u0037\u0036",0x25bc:"\u0061\u0037\u0037",0x25c6:"\u0061\u0037\u0038",0x2756:"\u0061\u0037\u0039",0x25d7:"\u0061\u0038\u0031",0x2758:"\u0061\u0038\u0032",0x2759:"\u0061\u0038\u0033",0x275a:"\u0061\u0038\u0034",0xf8de:"\u0061\u0038\u0035",0xf8e0:"\u0061\u0038\u0036",0xf8e1:"\u0061\u0038\u0037",0xf8e2:"\u0061\u0038\u0038",0xf8d7:"\u0061\u0038\u0039",0xf8d8:"\u0061\u0039\u0030",0xf8db:"\u0061\u0039\u0031",0xf8dc:"\u0061\u0039\u0032",0xf8d9:"\u0061\u0039\u0033",0xf8da:"\u0061\u0039\u0034",0xf8e3:"\u0061\u0039\u0035",0xf8e4:"\u0061\u0039\u0036",0x275b:"\u0061\u0039\u0037",0x275c:"\u0061\u0039\u0038",0x275d:"\u0061\u0039\u0039",0x275e:"\u0061\u0031\u0030\u0030",0x2761:"\u0061\u0031\u0030\u0031",0x2762:"\u0061\u0031\u0030\u0032",0x2763:"\u0061\u0031\u0030\u0033",0x2764:"\u0061\u0031\u0030\u0034",0x2710:"\u0061\u0031\u0030\u0035",0x2765:"\u0061\u0031\u0030\u0036",0x2766:"\u0061\u0031\u0030\u0037",0x2767:"\u0061\u0031\u0030\u0038",0x2709:"\u0061\u0031\u0031\u0037",0x2708:"\u0061\u0031\u0031\u0038",0x2707:"\u0061\u0031\u0031\u0039",0x2460:"\u0061\u0031\u0032\u0030",0x2461:"\u0061\u0031\u0032\u0031",0x2462:"\u0061\u0031\u0032\u0032",0x2463:"\u0061\u0031\u0032\u0033",0x2464:"\u0061\u0031\u0032\u0034",0x2465:"\u0061\u0031\u0032\u0035",0x2466:"\u0061\u0031\u0032\u0036",0x2467:"\u0061\u0031\u0032\u0037",0x2468:"\u0061\u0031\u0032\u0038",0x2469:"\u0061\u0031\u0032\u0039",0x2776:"\u0061\u0031\u0033\u0030",0x2777:"\u0061\u0031\u0033\u0031",0x2778:"\u0061\u0031\u0033\u0032",0x2779:"\u0061\u0031\u0033\u0033",0x277a:"\u0061\u0031\u0033\u0034",0x277b:"\u0061\u0031\u0033\u0035",0x277c:"\u0061\u0031\u0033\u0036",0x277d:"\u0061\u0031\u0033\u0037",0x277e:"\u0061\u0031\u0033\u0038",0x277f:"\u0061\u0031\u0033\u0039",0x2780:"\u0061\u0031\u0034\u0030",0x2781:"\u0061\u0031\u0034\u0031",0x2782:"\u0061\u0031\u0034\u0032",0x2783:"\u0061\u0031\u0034\u0033",0x2784:"\u0061\u0031\u0034\u0034",0x2785:"\u0061\u0031\u0034\u0035",0x2786:"\u0061\u0031\u0034\u0036",0x2787:"\u0061\u0031\u0034\u0037",0x2788:"\u0061\u0031\u0034\u0038",0x2789:"\u0061\u0031\u0034\u0039",0x278a:"\u0061\u0031\u0035\u0030",0x278b:"\u0061\u0031\u0035\u0031",0x278c:"\u0061\u0031\u0035\u0032",0x278d:"\u0061\u0031\u0035\u0033",0x278e:"\u0061\u0031\u0035\u0034",0x278f:"\u0061\u0031\u0035\u0035",0x2790:"\u0061\u0031\u0035\u0036",0x2791:"\u0061\u0031\u0035\u0037",0x2792:"\u0061\u0031\u0035\u0038",0x2793:"\u0061\u0031\u0035\u0039",0x2794:"\u0061\u0031\u0036\u0030",0x27a3:"\u0061\u0031\u0036\u0032",0x2195:"\u0061\u0031\u0036\u0034",0x2799:"\u0061\u0031\u0036\u0035",0x279b:"\u0061\u0031\u0036\u0036",0x279c:"\u0061\u0031\u0036\u0037",0x279d:"\u0061\u0031\u0036\u0038",0x279e:"\u0061\u0031\u0036\u0039",0x279f:"\u0061\u0031\u0037\u0030",0x27a0:"\u0061\u0031\u0037\u0031",0x27a1:"\u0061\u0031\u0037\u0032",0x27a2:"\u0061\u0031\u0037\u0033",0x27a4:"\u0061\u0031\u0037\u0034",0x27a5:"\u0061\u0031\u0037\u0035",0x27a6:"\u0061\u0031\u0037\u0036",0x27a7:"\u0061\u0031\u0037\u0037",0x27a8:"\u0061\u0031\u0037\u0038",0x27a9:"\u0061\u0031\u0037\u0039",0x27ab:"\u0061\u0031\u0038\u0030",0x27ad:"\u0061\u0031\u0038\u0031",0x27af:"\u0061\u0031\u0038\u0032",0x27b2:"\u0061\u0031\u0038\u0033",0x27b3:"\u0061\u0031\u0038\u0034",0x27b5:"\u0061\u0031\u0038\u0035",0x27b8:"\u0061\u0031\u0038\u0036",0x27ba:"\u0061\u0031\u0038\u0037",0x27bb:"\u0061\u0031\u0038\u0038",0x27bc:"\u0061\u0031\u0038\u0039",0x27bd:"\u0061\u0031\u0039\u0030",0x27be:"\u0061\u0031\u0039\u0031",0x279a:"\u0061\u0031\u0039\u0032",0x27aa:"\u0061\u0031\u0039\u0033",0x27b6:"\u0061\u0031\u0039\u0034",0x27b9:"\u0061\u0031\u0039\u0035",0x2798:"\u0061\u0031\u0039\u0036",0x27b4:"\u0061\u0031\u0039\u0037",0x27b7:"\u0061\u0031\u0039\u0038",0x27ac:"\u0061\u0031\u0039\u0039",0x27ae:"\u0061\u0032\u0030\u0030",0x27b1:"\u0061\u0032\u0030\u0031",0x2703:"\u0061\u0032\u0030\u0032",0x2750:"\u0061\u0032\u0030\u0033",0x2752:"\u0061\u0032\u0030\u0034",0xf8dd:"\u0061\u0032\u0030\u0035",0xf8df:"\u0061\u0032\u0030\u0036",0x0986:"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00e1:"\u0061\u0061\u0063\u0075\u0074\u0065",0x0906:"\u0061\u0061\u0064\u0065\u0076\u0061",0x0a86:"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a06:"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a3e:"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3303:"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x09be:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x093e:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0abe:"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x055f:"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0970:"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061",0x0985:"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311a:"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0103:"\u0061\u0062\u0072\u0065\u0076\u0065",0x1eaf:"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d1:"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb7:"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb1:"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb3:"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb5:"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01ce:"\u0061\u0063\u0061\u0072\u006f\u006e",0x2100:"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff",0x23e6:"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et",0x267e:"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065",0x24d0:"\u0061c\u0069\u0072\u0063\u006c\u0065",0x00e2:"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea5:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ead:"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea7:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea9:"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1eab:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x00b4:"\u0061\u0063\u0075t\u0065",0x0317:"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0301:"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db",0x0954:"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a",0x02cf:"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0x0274:"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p",0x0341:"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x2940:"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2939:"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x21ba:"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077",0x293a:"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293b:"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x0201:"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0a71:"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2101:"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074",0x0905:"\u0061\u0064\u0065v\u0061",0x00e4:"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d3:"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01df:"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ea1:"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e1:"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x22f0:"\u0061\u0064\u006ft\u0073",0x00e6:"\u0061\u0065",0x01fd:"\u0061e\u0061\u0063\u0075\u0074\u0065",0x3150:"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x01e3:"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e",0x200e:"\u0061f\u0069\u0069\u0032\u0039\u0039",0x200f:"\u0061f\u0069\u0069\u0033\u0030\u0030",0x200d:"\u0061f\u0069\u0069\u0033\u0030\u0031",0x0410:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317",0x0411:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318",0x0412:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319",0x0416:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324",0x0417:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325",0x0419:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327",0x041a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328",0x041d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331",0x041f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333",0x0420:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334",0x0421:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335",0x0422:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336",0x0424:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338",0x0429:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343",0x042a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344",0x042b:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345",0x042c:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346",0x042e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348",0x042f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349",0x0402:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351",0x0403:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352",0x0405:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354",0x0406:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355",0x0408:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357",0x040a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359",0xf6c4:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363",0xf6c5:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364",0x0430:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365",0x0432:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367",0x0433:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368",0x0434:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369",0x0451:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371",0x0437:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373",0x0439:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375",0x043d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379",0x0442:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384",0x0443:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385",0x0444:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386",0x0445:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387",0x0448:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390",0x0449:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391",0x044e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396",0x044f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397",0x0455:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302",0x0456:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303",0x0458:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305",0x045a:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307",0x045c:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309",0x045e:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310",0x0462:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346",0x0472:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347",0x0474:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348",0xf6c6:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392",0x0473:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395",0x0475:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396",0xf6c7:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331",0xf6c8:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332",0x060c:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388",0x0663:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395",0x0666:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398",0x0667:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399",0x061b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303",0x061f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307",0x0622:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310",0x0623:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311",0x0624:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312",0x062a:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318",0x062d:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321",0x062e:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322",0x062f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323",0x0633:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327",0x0634:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328",0x0635:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329",0x0636:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330",0x0639:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333",0x0641:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341",0x0642:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342",0x0643:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343",0x0644:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344",0x0645:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345",0x064b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351",0x064c:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352",0x0650:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356",0x0698:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308",0x0679:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311",0x0688:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312",0x06ba:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314",0x06d5:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334",0x20aa:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336",0x05be:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345",0x05d2:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366",0x05d4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368",0x05d6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370",0x05d7:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371",0x05d9:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373",0x05da:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374",0x05df:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379",0x05e4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384",0x05e6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386",0xfb2b:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395",0x05f0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316",0x05f1:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317",0x05b8:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397",0x05b0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399",0x05c2:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303",0x05bf:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341",0x05c0:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342",0x2113:"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389",0x202c:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373",0x202d:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374",0x202e:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375",0x200c:"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364",0x066d:"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367",0x02bd:"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337",0x00e0:"\u0061\u0067\u0072\u0061\u0076\u0065",0x0a85:"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a05:"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3042:"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ea3:"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0990:"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci",0x311e:"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0910:"\u0061\u0069\u0064\u0065\u0076\u0061",0x04d5:"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0a90:"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a10:"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a48:"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfeca:"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfecb:"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfec9:"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfecc:"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0203:"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c8:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0948:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac8:"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x30a2:"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff71:"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x314f:"\u0061k\u006f\u0072\u0065\u0061\u006e",0x05d0:"\u0061\u006c\u0065\u0066",0x0627:"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063",0xfb30:"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfe8e:"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe84:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0625:"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063",0xfe88:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfe8d:"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb4f:"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfe82:"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0649:"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfef0:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",0xfeef:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfef4:"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb2e:"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2f:"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x0671:"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca",0xfb51:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c",0xfb50:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfd3c:"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c",0xfd3d:"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe83:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe87:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe81:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0x2135:"\u0061\u006c\u0065p\u0068",0x224c:"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c",0x03b1:"\u0061\u006c\u0070h\u0061",0x03ac:"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0xd802:"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072",0x0101:"\u0061m\u0061\u0063\u0072\u006f\u006e",0xff41:"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0026:"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed",0xff06:"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xf726:"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c",0x33c2:"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x3122:"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3124:"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x27e8:"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e9:"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x299f:"\u0061\u006e\u0067\u0064\u006e\u0072",0x0e5a:"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069",0x2220:"\u0061\u006e\u0067l\u0065",0x3008:"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3f:"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3009:"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074",0xfe40:"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x2329:"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t",0x232a:"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x299e:"\u0061\u006e\u0067\u006c\u0065\u0073",0x29a4:"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r",0x212b:"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d",0x20e7:"\u0061n\u006e\u0075\u0069\u0074\u0079",0x0387:"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a",0x27f2:"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x0952:"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0982:"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0902:"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061",0x0a82:"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0105:"\u0061o\u0067\u006f\u006e\u0065\u006b",0x3300:"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x249c:"\u0061\u0070\u0061\u0072\u0065\u006e",0x0245:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",0x055a:"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e",0x02bc:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064",0x0246:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076",0xf8ff:"\u0061\u0070\u0070l\u0065",0x2250:"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073",0x2a70:"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q",0x2248:"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c",0x2252:"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065",0x224b:"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074",0x224a:"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x318e:"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318d:"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x2312:"\u0061\u0072\u0063",0x2258:"\u0061\u0072\u0063e\u0071",0x21b6:"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e",0x21b7:"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e",0x1e9a:"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067",0x00e5:"\u0061\u0072\u0069n\u0067",0x01fb:"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e01:"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0x0590:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e",0x058d:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074",0x058f:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074",0x058e:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070",0x2194:"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h",0x21e3:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e",0x21e0:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074",0x21e2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074",0x21e1:"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070",0x21d4:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068",0x21d5:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076",0x21d3:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e",0x21d0:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0x21d2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x21d1:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070",0x2193:"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n",0x2199:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x2198:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074",0x21e9:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065",0x02c5:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064",0x02c2:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x02c3:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064",0x02c4:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064",0x21aa:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074",0x21a9:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074",0xf8e7:"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078",0x2190:"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t",0x21bd:"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066",0x21cd:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065",0x21c6:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074",0x21e6:"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065",0x2192:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x21c1:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066",0x21cf:"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065",0x21c4:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074",0x21e8:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",0x21e4:"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074",0x21e5:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074",0x21a2:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074",0x21a3:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074",0x21da:"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074",0x21db:"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2191:"\u0061r\u0072\u006f\u0077\u0075\u0070",0x21a8:"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065",0x2196:"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074",0x21c5:"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e",0x2197:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074",0x21e7:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065",0xf8e6:"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078",0xd80a:"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b",0x005e:"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d",0xff3e:"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065",0x007e:"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065",0xff5e:"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0251:"\u0061s\u0063\u0072\u0069\u0070\u0074",0x0252:"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064",0x3041:"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a1:"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff67:"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22a6:"\u0061\u0073\u0073\u0065\u0072\u0074",0x2a6e:"\u0061\u0073\u0074e\u0071",0x20f0:"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074",0x002a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",0x2217:"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068",0xff0a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe61:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c",0x2042:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d",0x2609:"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e",0xf6e9:"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2243:"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c",0x0040:"\u0061\u0074",0x00e3:"\u0061\u0074\u0069\u006c\u0064\u0065",0xff20:"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6b:"\u0061t\u0073\u006d\u0061\u006c\u006c",0x0250:"\u0061t\u0075\u0072\u006e\u0065\u0064",0x0994:"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci",0x3120:"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0914:"\u0061\u0075\u0064\u0065\u0076\u0061",0x0a94:"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a14:"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09d7:"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0a4c:"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09cc:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x094c:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0acc:"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x093d:"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061",0x2a11:"\u0061\u0077\u0069n\u0074",0x0561:"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb20:"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e2:"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0062:"\u0062",0x2aed:"\u0062\u004e\u006f\u0074",0x09ac:"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci",0x2036:"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065",0x024c:"\u0062\u0061\u0063\u006b\u0065\u0064",0x005c:"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h",0xff3c:"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0x2037:"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065",0x092c:"\u0062\u0061\u0064\u0065\u0076\u0061",0x22ff:"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r",0x0aac:"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2c:"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3070:"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e3f:"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069",0x30d0:"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x007c:"\u0062\u0061\u0072",0x2aea:"\u0062\u0061\u0072\u0056",0x2a43:"\u0062\u0061\u0072\u0063\u0061\u0070",0x2a42:"\u0062\u0061\u0072\u0063\u0075\u0070",0x2961:"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074",0x295d:"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",0x21b9:"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061",0x2956:"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e",0x2952:"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",0x02a9:"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070",0xff5c:"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x21b8:"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077",0x2920:"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064",0x295f:"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x295b:"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",0x2912:"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x2958:"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",0x2954:"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",0x22bd:"\u0062\u0061\u0072\u0076\u0065\u0065",0x3105:"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23b6:"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b",0x24d1:"\u0062c\u0069\u0072\u0063\u006c\u0065",0x1e03:"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e05:"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2506:"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068",0x266c:"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073",0x2235:"\u0062e\u0063\u0061\u0075\u0073\u0065",0x0431:"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0628:"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfe90:"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe91:"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3079:"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe8f:"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe92:"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc9f:"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc08:"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc6d:"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc6e:"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc09:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc9d:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xe812:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc9c:"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc9e:"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc6a:"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc6f:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc0a:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30d9:"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0562:"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x23e3:"\u0062e\u006e\u007a\u0065\u006e\u0072",0x03b2:"\u0062\u0065\u0074\u0061",0x03d0:"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0xfb31:"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x2136:"\u0062\u0065\u0074\u0068",0x05d1:"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w",0xfb4c:"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x226c:"\u0062e\u0074\u0077\u0065\u0065\u006e",0x09ad:"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092d:"\u0062h\u0061\u0064\u0065\u0076\u0061",0x0aad:"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2d:"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0253:"\u0062\u0068\u006fo\u006b",0x27d8:"\u0062\u0069\u0067\u0062\u006f\u0074",0x2a03:"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft",0x2afc:"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x2a00:"\u0062i\u0067\u006f\u0064\u006f\u0074",0x2a01:"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073",0x2a02:"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s",0x2a57:"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065",0x2a58:"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065",0x2a05:"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070",0x2a06:"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070",0x2aff:"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0x2a09:"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073",0x27d9:"\u0062\u0069\u0067\u0074\u006f\u0070",0x2a1e:"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x2a04:"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073",0x22c1:"\u0062\u0069\u0067\u0076\u0065\u0065",0x22c0:"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065",0x3073:"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d3:"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0298:"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b",0x0a02:"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3331:"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x29ed:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077",0x2688:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074",0x2689:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073",0x25d5:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065",0x29ea:"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077",0x29d7:"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073",0x25d6:"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25c4:"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072",0x25c0:"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3010:"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0xfe3b:"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3011:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0xfe3c:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x25e3:"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e2:"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25ac:"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065",0x25ba:"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r",0x25b6:"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25aa:"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x263b:"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",0x25be:"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e",0x25e4:"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e5:"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b4:"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x2423:"\u0062\u006c\u0061n\u006b",0x1e07:"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x2b2c:"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2e:"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x2588:"\u0062\u006c\u006fc\u006b",0xff42:"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e1a:"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069",0x307c:"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30dc:"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x25e1:"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x22c8:"\u0062\u006f\u0077\u0074\u0069\u0065",0x29c6:"\u0062\u006f\u0078\u0061\u0073\u0074",0x25eb:"\u0062\u006f\u0078\u0062\u0061\u0072",0x29c8:"\u0062\u006f\u0078\u0062\u006f\u0078",0x29c5:"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h",0x29c7:"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce",0x29c4:"\u0062o\u0078\u0064\u0069\u0061\u0067",0x29c9:"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078",0x249d:"\u0062\u0070\u0061\u0072\u0065\u006e",0x33c3:"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065",0xf8f4:"\u0062r\u0061\u0063\u0065\u0065\u0078",0x007b:"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t",0xf8f3:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074",0xf8f2:"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064",0xff5b:"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe5b:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0xf8f1:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070",0xfe37:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x007d:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074",0xf8fe:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8fd:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064",0xff5d:"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5c:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xf8fc:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe38:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x005b:"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xf8f0:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ef:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078",0xff3b:"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x2045:"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c",0xf8ee:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070",0x005d:"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xf8fb:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074",0xf8fa:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078",0xff3d:"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065",0x2046:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c",0xf8f9:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070",0x02d8:"\u0062\u0072\u0065v\u0065",0xf006:"\u0062\u0072\u0065\u0076\u0065\u0031",0x032e:"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0306:"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062",0x032f:"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x0311:"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062",0x0361:"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062",0x032a:"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x033a:"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062",0x02ad:"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x00a6:"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r",0x2b41:"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x2b47:"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27c8:"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062",0x0180:"\u0062s\u0074\u0072\u006f\u006b\u0065",0xf6ea:"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2a32:"\u0062\u0074\u0069\u006d\u0065\u0073",0x0183:"\u0062t\u006f\u0070\u0062\u0061\u0072",0x3076:"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d6:"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2022:"\u0062\u0075\u006c\u006c\u0065\u0074",0x2219:"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072",0x25ce:"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065",0x2aae:"\u0062u\u006d\u0070\u0065\u0071\u0071",0x0063:"\u0063",0x0080:"\u0063\u0031\u0032\u0038",0x0081:"\u0063\u0031\u0032\u0039",0x008d:"\u0063\u0031\u0034\u0031",0x008e:"\u0063\u0031\u0034\u0032",0x008f:"\u0063\u0031\u0034\u0033",0x056e:"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099a:"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0107:"\u0063\u0061\u0063\u0075\u0074\u0065",0x2106:"\u0063a\u0064\u0061\u0075\u006e\u0061",0x091a:"\u0063\u0061\u0064\u0065\u0076\u0061",0x0a9a:"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1a:"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3388:"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e",0x0981:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069",0x0310:"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062",0x0901:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061",0x0a81:"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2a49:"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p",0x2a40:"\u0063\u0061\u0070\u0064\u006f\u0074",0xd809:"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",0x2a47:"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070",0x21ea:"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b",0x2a44:"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065",0x2105:"\u0063\u0061\u0072\u0065\u006f\u0066",0x2038:"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074",0x02c7:"\u0063\u0061\u0072o\u006e",0xf00a:"\u0063\u0061\u0072\u006f\u006e\u0031",0x032c:"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030c:"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062",0x21b5:"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x3118:"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o",0x010d:"\u0063\u0063\u0061\u0072\u006f\u006e",0x00e7:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e09:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0x24d2:"\u0063c\u0069\u0072\u0063\u006c\u0065",0x0109:"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0255:"\u0063\u0063\u0075r\u006c",0x293f:"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077",0x010b:"\u0063\u0064\u006f\u0074",0x33c5:"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x00b8:"\u0063e\u0064\u0069\u006c\u006c\u0061",0xf008:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031",0xf00d:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032",0x0327:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062",0x2308:"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074",0x2309:"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074",0x00a2:"\u0063\u0065\u006e\u0074",0x2103:"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",0xf6df:"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xffe0:"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf7a2:"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2104:"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065",0xf6e0:"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0579:"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099b:"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091b:"\u0063h\u0061\u0064\u0065\u0076\u0061",0x0a9b:"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1b:"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3114:"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04bd:"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0447:"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04bf:"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b7:"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f5:"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0573:"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cc:"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b9:"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03c7:"\u0063\u0068\u0069",0x3277:"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3217:"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3269:"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314a:"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3209:"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e0a:"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x0e08:"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e09:"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x0e0c:"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069",0x0188:"\u0063\u0068\u006fo\u006b",0x3276:"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3216:"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3268:"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3148:"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3208:"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x321c:"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x29c3:"\u0063\u0069\u0072\u0045",0x27df:"\u0063\u0069\u0072\u0062\u006f\u0074",0x2257:"\u0063\u0069\u0072\u0063\u0065\u0071",0x229b:"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b",0x25d2:"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b",0x20dd:"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074",0x29bf:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074",0x229d:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068",0x2298:"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065",0x29ec:"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x29b7:"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2686:"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074",0x2687:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073",0x29b6:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074",0x29be:"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074",0x229c:"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c",0x29b5:"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072",0x25f5:"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x25f6:"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x2297:"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2b30:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x21f4:"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2299:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074",0x2295:"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073",0x3036:"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x229a:"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067",0x25d3:"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b",0x25f4:"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25f7:"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25d4:"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b",0x25cd:"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c",0x25d0:"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x25d1:"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x02c6:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf003:"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031",0x032d:"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062",0x0302:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062",0x2a10:"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074",0x2aef:"\u0063\u0069\u0072\u006d\u0069\u0064",0x29c2:"\u0063i\u0072\u0073\u0063\u0069\u0072",0x2327:"\u0063\u006c\u0065a\u0072",0x01c2:"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072",0x01c0:"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c",0x01c1:"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c",0x01c3:"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x27f3:"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e",0x2a4d:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070",0x2a4c:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070",0x2a50:"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064",0x2050:"\u0063l\u006f\u0073\u0075\u0072\u0065",0x2663:"\u0063\u006c\u0075\u0062",0x2667:"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x33a4:"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff43:"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a0:"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x0581:"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x003a:"\u0063\u006f\u006co\u006e",0x2254:"\u0063o\u006c\u006f\u006e\u0065\u0071",0x20a1:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",0xff1a:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe55:"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x02d1:"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064",0x02d0:"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064",0x002c:"\u0063\u006f\u006dm\u0061",0x0313:"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x0315:"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062",0xf6c3:"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x055d:"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf6e1:"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x2a29:"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073",0xff0c:"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0314:"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062",0xfe50:"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c",0x0299:"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0xf6e2:"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0312:"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x02bb:"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064",0x2201:"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074",0x27e1:"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x27e2:"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074",0x27e3:"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074",0x2a6d:"\u0063o\u006e\u0067\u0064\u006f\u0074",0x2245:"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et",0x2332:"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072",0x2a07:"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et",0x222e:"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2303:"\u0063o\u006e\u0074\u0072\u006f\u006c",0x0006:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b",0x0007:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c",0x0008:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S",0x0018:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e",0x000d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R",0x0011:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031",0x0012:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032",0x0013:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033",0x0014:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034",0x007f:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c",0x0010:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045",0x0019:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M",0x0005:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051",0x0004:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054",0x001b:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043",0x0017:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042",0x0003:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058",0x000c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F",0x001c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S",0x001d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S",0x0009:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T",0x000a:"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF",0x0015:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b",0x0000:"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c",0x001e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S",0x000f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I",0x000e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O",0x0002:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054",0x0001:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058",0x001a:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042",0x0016:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e",0x001f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S",0x000b:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T",0x2a3f:"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t",0x2210:"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x00a9:"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t",0xf8e9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073",0xf6d9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066",0x300c:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0xff62:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0xfe41:"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x300d:"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074",0xff63:"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0xfe42:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c",0x337f:"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065",0x33c7:"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x33c6:"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065",0x249e:"\u0063\u0070\u0061\u0072\u0065\u006e",0x20a2:"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f",0x0227:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068",0x0297:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064",0x2acf:"\u0063\u0073\u0075\u0062",0x2ad1:"\u0063\u0073\u0075b\u0065",0x2ad0:"\u0063\u0073\u0075\u0070",0x2ad2:"\u0063\u0073\u0075p\u0065",0x221b:"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074",0x2a48:"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p",0x228d:"\u0063\u0075\u0070\u0064\u006f\u0074",0x228c:"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2a46:"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070",0x2a45:"\u0063\u0075\u0070\u0076\u0065\u0065",0x22cf:"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064",0x21ab:"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t",0x22ce:"\u0063u\u0072\u006c\u0079\u006f\u0072",0x21ac:"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074",0x00a4:"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x293d:"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073",0x293c:"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073",0x2941:"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",0x21bb:"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2938:"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293e:"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0xf6d1:"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065",0xf6d2:"\u0063y\u0072\u0046\u006c\u0065\u0078",0xf6d4:"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065",0xf6d5:"\u0063y\u0072\u0066\u006c\u0065\u0078",0x0064:"\u0064",0x0564:"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09a6:"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0926:"\u0064\u0061\u0064\u0065\u0076\u0061",0xfebe:"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebf:"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfebd:"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec0:"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x05bc:"\u0064\u0061\u0067\u0065\u0073\u0068",0x2020:"\u0064\u0061\u0067\u0067\u0065\u0072",0x2021:"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l",0x0aa6:"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a26:"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3060:"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c0:"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xfb33:"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068",0x2138:"\u0064\u0061\u006c\u0065\u0074\u0068",0x05d3:"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",0xfeaa:"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea9:"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x064f:"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe78:"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe821:"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077",0xfe79:"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0xe835:"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe72:"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe824:"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe836:"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x0964:"\u0064\u0061\u006ed\u0061",0x2621:"\u0064\u0061\u006e\u0067\u0065\u0072",0x05a7:"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2ae3:"\u0064\u0061\u0073h\u0056",0x27db:"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h",0x2239:"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn",0x296b:"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x296d:"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x0485:"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x290f:"\u0064b\u006b\u0061\u0072\u006f\u0077",0xf6d3:"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065",0x300a:"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3d:"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c",0x300b:"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074",0xfe3e:"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c",0x032b:"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x21ca:"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e",0x058a:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e",0x219e:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074",0x21a0:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074",0x0588:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070",0x21c8:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070",0x27e6:"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e7:"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x0965:"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061",0xf6d6:"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065",0x030f:"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x222c:"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x0333:"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0x033f:"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062",0x02ba:"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2016:"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072",0x030e:"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x3109:"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o",0x33c8:"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x010f:"\u0064\u0063\u0061\u0072\u006f\u006e",0xf811:"\u0064c\u0061\u0072\u006f\u006e\u0031",0x1e11:"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d3:"\u0064c\u0069\u0072\u0063\u006c\u0065",0x1e13:"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x09a1:"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0921:"\u0064d\u0061\u0064\u0065\u0076\u0061",0x0aa1:"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a21:"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb89:"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x20dc:"\u0064\u0064\u0064\u0064\u006f\u0074",0x095c:"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a",0x20db:"\u0064\u0064\u0064o\u0074",0x09a2:"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0922:"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa2:"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a22:"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x1e0b:"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0d:"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw",0x22f1:"\u0064\u0064\u006ft\u0073",0x2a77:"\u0064d\u006f\u0074\u0073\u0065\u0071",0x066b:"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x225c:"\u0064e\u0066\u0069\u006e\u0065\u0073",0x00b0:"\u0064\u0065\u0067\u0072\u0065\u0065",0x212a:"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e",0x05ad:"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077",0x3067:"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x03ef:"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c",0x30c7:"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ba:"\u0064\u0065\u006c\u0065\u0074\u0065",0x232b:"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074",0x2326:"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x03b4:"\u0064\u0065\u006ct\u0061",0x018d:"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064",0x09f8:"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069",0x02a4:"\u0064\u0065\u007a\u0068",0x09a7:"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0927:"\u0064h\u0061\u0064\u0065\u0076\u0061",0x0aa7:"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a27:"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0257:"\u0064\u0068\u006fo\u006b",0x0088:"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s",0x0344:"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062",0x2300:"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072",0x2666:"\u0064i\u0061\u006d\u006f\u006e\u0064",0x2b19:"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b",0x27d0:"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074",0x291d:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x291f:"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2b16:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x22c4:"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068",0x2b17:"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b",0x2662:"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x2b18:"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b",0x2680:"\u0064\u0069\u0063e\u0069",0x2681:"\u0064\u0069\u0063\u0065\u0069\u0069",0x2682:"\u0064i\u0063\u0065\u0069\u0069\u0069",0x2683:"\u0064\u0069\u0063\u0065\u0069\u0076",0x2684:"\u0064\u0069\u0063e\u0076",0x2685:"\u0064\u0069\u0063\u0065\u0076\u0069",0x00a8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf005:"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731",0xf6d7:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065",0x0324:"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0308:"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062",0xf6d8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065",0x0385:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073",0x224f:"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065",0x3062:"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c2:"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x22f2:"\u0064\u0069\u0073i\u006e",0x2a08:"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et",0x3003:"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k",0x00f7:"\u0064\u0069\u0076\u0069\u0064\u0065",0x22c7:"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2223:"\u0064i\u0076\u0069\u0064\u0065\u0073",0x2215:"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",0x0452:"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2593:"\u0064k\u0073\u0068\u0061\u0064\u0065",0xf823:"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031",0x1e0f:"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3397:"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x0111:"\u0064m\u0061\u0063\u0072\u006f\u006e",0xff44:"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2584:"\u0064n\u0062\u006c\u006f\u0063\u006b",0x2581:"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b",0x2585:"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x2582:"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2587:"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2583:"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2586:"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x0e0e:"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069",0x0e14:"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i",0x3069:"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c9:"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0024:"\u0064\u006f\u006c\u006c\u0061\u0072",0xf6e3:"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff04:"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf724:"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065",0xfe69:"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c",0xf6e4:"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x20ab:"\u0064\u006f\u006e\u0067",0x3326:"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x02d9:"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et",0x0307:"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062",0x0323:"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062",0xf820:"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031",0x2a67:"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076",0x30fb:"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0131:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069",0xf6be:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a",0x0284:"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b",0x22c5:"\u0064o\u0074\u006d\u0061\u0074\u0068",0x2238:"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073",0x2214:"\u0064o\u0074\u0070\u006c\u0075\u0073",0x2a6a:"\u0064\u006f\u0074\u0073\u0069\u006d",0x223a:"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073",0x25cc:"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1a:"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x2a30:"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073",0x2a62:"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065",0x29fa:"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073",0x2913:"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2908:"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x297f:"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2959:"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072",0x2955:"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072",0x2965:"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074",0x2935:"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x29f9:"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e",0x031e:"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02d5:"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064",0x29e8:"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b",0x29e9:"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b",0x21f5:"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",0x296f:"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21af:"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077",0x249f:"\u0064\u0070\u0061\u0072\u0065\u006e",0x2910:"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077",0x29f6:"\u0064\u0073\u006f\u006c",0x2a64:"\u0064\u0073\u0075\u0062",0xf6eb:"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0256:"\u0064\u0074\u0061i\u006c",0x018c:"\u0064t\u006f\u0070\u0062\u0061\u0072",0x29df:"\u0064u\u0061\u006c\u006d\u0061\u0070",0x3065:"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c5:"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0234:"\u0064\u0079\u006fg\u0068",0x01f3:"\u0064\u007a",0x02a3:"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065",0x01c6:"\u0064z\u0063\u0061\u0072\u006f\u006e",0x02a5:"\u0064\u007a\u0063\u0075\u0072\u006c",0x04e1:"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x045f:"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0065:"\u0065",0x00e9:"\u0065\u0061\u0063\u0075\u0074\u0065",0x2641:"\u0065\u0061\u0072t\u0068",0x098f:"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311c:"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0115:"\u0065\u0062\u0072\u0065\u0076\u0065",0x090d:"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a8d:"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0945:"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac5:"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x011b:"\u0065\u0063\u0061\u0072\u006f\u006e",0x1e1d:"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0565:"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0587:"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24d4:"\u0065c\u0069\u0072\u0063\u006c\u0065",0x00ea:"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebf:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e19:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec7:"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec1:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec3:"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ec5:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0454:"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0205:"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e",0x090f:"\u0065\u0064\u0065v\u0061",0x00eb:"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s",0x0117:"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb9:"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0a0f:"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a47:"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x00e8:"\u0065\u0067\u0072\u0061\u0076\u0065",0x2a98:"\u0065\u0067\u0073\u0064\u006f\u0074",0x0a8f:"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0567:"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x311d:"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3048:"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ebb:"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x311f:"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0038:"\u0065\u0069\u0067h\u0074",0x09ee:"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096e:"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a",0x2471:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2485:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2499:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0aee:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6e:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0668:"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x3028:"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x266b:"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064",0x3227:"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2088:"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff18:"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf738:"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247b:"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e",0x248f:"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064",0x06f8:"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2177:"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x2078:"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e58:"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i",0x0207:"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0465:"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30a8:"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff74:"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0a74:"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3154:"\u0065k\u006f\u0072\u0065\u0061\u006e",0x043b:"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2208:"\u0065l\u0065\u006d\u0065\u006e\u0074",0x246a:"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x247e:"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2492:"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x217a:"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x23e7:"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073",0x2026:"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",0x22ee:"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x2a97:"\u0065\u006c\u0073\u0064\u006f\u0074",0x0113:"\u0065m\u0061\u0063\u0072\u006f\u006e",0x1e17:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e15:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x043c:"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2014:"\u0065\u006d\u0064\u0061\u0073\u0068",0xfe31:"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0xff45:"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x055b:"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e",0x2205:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x29b3:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072",0x29b4:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c",0x29b1:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072",0x29b2:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063",0xd801:"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft",0x2001:"\u0065\u006d\u0071\u0075\u0061\u0064",0x2003:"\u0065m\u0073\u0070\u0061\u0063\u0065",0x3123:"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x20df:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x20de:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065",0x20e4:"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2013:"\u0065\u006e\u0064\u0061\u0073\u0068",0xfe32:"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x04a3:"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014b:"\u0065\u006e\u0067",0x3125:"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04a5:"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c8:"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2000:"\u0065\u006e\u0071\u0075\u0061\u0064",0x2002:"\u0065n\u0073\u0070\u0061\u0063\u0065",0x0119:"\u0065o\u0067\u006f\u006e\u0065\u006b",0x3153:"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x025b:"\u0065\u006f\u0070e\u006e",0x029a:"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x025c:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x025e:"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064",0x025d:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b",0x24a0:"\u0065\u0070\u0061\u0072\u0065\u006e",0x29e3:"\u0065\u0070\u0061\u0072\u0073\u006c",0x03b5:"\u0065p\u0073\u0069\u006c\u006f\u006e",0x03f5:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x022a:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x03f6:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076",0x03ad:"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2255:"\u0065q\u0063\u006f\u006c\u006f\u006e",0x225d:"\u0065\u0071\u0064e\u0066",0x2a66:"\u0065\u0071\u0064o\u0074",0x2a75:"\u0065\u0071\u0065\u0071",0x2a76:"\u0065\u0071\u0065\u0071\u0065\u0071",0x22dd:"\u0065\u0071\u0067t\u0072",0x22dc:"\u0065\u0071\u006c\u0065\u0073\u0073",0x2a9a:"\u0065\u0071\u0071\u0067\u0074\u0072",0x2a99:"\u0065q\u0071\u006c\u0065\u0073\u0073",0x2a71:"\u0065q\u0071\u0070\u006c\u0075\u0073",0x2a73:"\u0065\u0071\u0071\u0073\u0069\u006d",0x2a9c:"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",0x2a9b:"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",0x003d:"\u0065\u0071\u0075a\u006c",0x2b40:"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0xff1d:"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x22df:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073",0x2a96:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072",0x2a95:"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073",0x22de:"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2242:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072",0x22d5:"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2971:"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0xfe66:"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c",0x208c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062",0x207c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a78:"\u0065q\u0075\u0069\u0076\u0044\u0044",0x2a68:"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t",0x2a69:"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074",0x2261:"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065",0x224d:"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063",0x29e5:"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c",0x3126:"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0440:"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0258:"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d",0x044d:"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x29f3:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065",0x29f1:"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064",0x29ef:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065",0x29f2:"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065",0x29f0:"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x29ee:"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x0441:"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ab:"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0283:"\u0065\u0073\u0068",0x0286:"\u0065s\u0068\u0063\u0075\u0072\u006c",0x090e:"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x0946:"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x01aa:"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070",0x0285:"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x3047:"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a7:"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6a:"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x212e:"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d",0xf6ec:"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr",0x03b7:"\u0065\u0074\u0061",0x0568:"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03ae:"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00f0:"\u0065\u0074\u0068",0x1ebd:"\u0065\u0074\u0069\u006c\u0064\u0065",0x1e1b:"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0591:"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077",0x01dd:"\u0065t\u0075\u0072\u006e\u0065\u0064",0x3161:"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x20a0:"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x09c7:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0947:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac7:"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0021:"\u0065\u0078\u0063\u006c\u0061\u006d",0x055c:"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x203c:"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l",0x00a1:"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e",0xf7a1:"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c",0xff01:"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf721:"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c",0x2203:"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c",0x0292:"\u0065\u007a\u0068",0x01ef:"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x0293:"\u0065z\u0068\u0063\u0075\u0072\u006c",0x01b9:"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x01ba:"\u0065z\u0068\u0074\u0061\u0069\u006c",0x0066:"\u0066",0xf70c:"\u0066\u0037\u0030\u0063",0xf70e:"\u0066\u0037\u0030\u0065",0xf70a:"\u0066\u0037\u0030\u0061",0xf70d:"\u0066\u0037\u0030\u0064",0xf70f:"\u0066\u0037\u0030\u0066",0xf70b:"\u0066\u0037\u0030\u0062",0xf71c:"\u0066\u0037\u0031\u0063",0xf71d:"\u0066\u0037\u0031\u0064",0xf71a:"\u0066\u0037\u0031\u0061",0xf700:"\u0066\u0037\u0030\u0030",0xf701:"\u0066\u0037\u0030\u0031",0xf702:"\u0066\u0037\u0030\u0032",0xf703:"\u0066\u0037\u0030\u0033",0xf704:"\u0066\u0037\u0030\u0034",0xf705:"\u0066\u0037\u0030\u0035",0xf706:"\u0066\u0037\u0030\u0036",0xf707:"\u0066\u0037\u0030\u0037",0xf708:"\u0066\u0037\u0030\u0038",0xf709:"\u0066\u0037\u0030\u0039",0xf710:"\u0066\u0037\u0031\u0030",0xf711:"\u0066\u0037\u0031\u0031",0xf712:"\u0066\u0037\u0031\u0032",0xf713:"\u0066\u0037\u0031\u0033",0xf714:"\u0066\u0037\u0031\u0034",0xf715:"\u0066\u0037\u0031\u0035",0xf716:"\u0066\u0037\u0031\u0036",0xf717:"\u0066\u0037\u0031\u0037",0xf718:"\u0066\u0037\u0031\u0038",0xf719:"\u0066\u0037\u0031\u0039",0x095e:"\u0066\u0061\u0064\u0065\u0076\u0061",0x0a5e:"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2109:"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",0x06cc:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068",0xfbfd:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfbfc:"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe77:"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe76:"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe820:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077",0x064e:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",0xe832:"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe70:"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe823:"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe833:"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x3108:"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o",0x29d3:"\u0066b\u006f\u0077\u0074\u0069\u0065",0x24d5:"\u0066c\u0069\u0072\u0063\u006c\u0065",0x2a3e:"\u0066\u0063\u006d\u0070",0x292f:"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077",0x292c:"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067",0x1e1f:"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0586:"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfed2:"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed3:"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed1:"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed4:"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc31:"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc32:"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x03e5:"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2640:"\u0066\u0065\u006d\u0061\u006c\u0065",0xfb00:"\u0066\u0066",0xfb03:"\u0066\u0066\u0069",0xfb04:"\u0066\u0066\u006c",0xfb01:"\u0066\u0069",0x246e:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2482:"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2496:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x2012:"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068",0x2007:"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065",0xfb3a:"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077",0xe803:"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073",0xe802:"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061",0x05dd:"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077",0x05e3:"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e5:"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069",0x2a0f:"\u0066\u0069\u006e\u0074",0x02c9:"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065",0x25c9:"\u0066i\u0073\u0068\u0065\u0079\u0065",0x0035:"\u0066\u0069\u0076\u0065",0x0665:"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0x09eb:"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096b:"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061",0x215d:"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aeb:"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6b:"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3025:"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3224:"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2085:"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff15:"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf735:"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2478:"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n",0x248c:"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f5:"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2174:"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n",0x215a:"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h",0x2075:"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e55:"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069",0xfb02:"\u0066\u006c",0x230a:"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t",0x230b:"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074",0x0192:"\u0066\u006c\u006f\u0072\u0069\u006e",0x23e5:"\u0066\u006c\u0074n\u0073",0xff46:"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3399:"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e1f:"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i",0x0e1d:"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069",0x2aba:"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab6:"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x22e9:"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074",0x2ab0:"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c",0x227d:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079",0x227f:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c",0x0e4f:"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069",0x22a9:"\u0066\u006f\u0072\u0063\u0065\u0073",0x22aa:"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r",0x22d4:"\u0066\u006f\u0072\u006b",0x2adc:"\u0066\u006f\u0072k\u0073",0x2add:"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074",0x2ad9:"\u0066\u006f\u0072k\u0076",0x0034:"\u0066\u006f\u0075\u0072",0x0664:"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x09ea:"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096a:"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061",0x2158:"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073",0x0aea:"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6a:"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3024:"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3223:"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2084:"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff14:"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f7:"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069",0xf734:"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2477:"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n",0x2005:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065",0x248b:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064",0x06f4:"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2173:"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n",0x2074:"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246d:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2481:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2495:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e54:"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069",0x221c:"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074",0x02cb:"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x2999:"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s",0x24a1:"\u0066\u0070\u0061\u0072\u0065\u006e",0x2044:"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e",0x20a3:"\u0066\u0072\u0061n\u0063",0x024b:"\u0066r\u006f\u006e\u0074\u0065\u0064",0x27d7:"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x0067:"\u0067",0x0997:"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci",0x01f5:"\u0067\u0061\u0063\u0075\u0074\u0065",0x0917:"\u0067\u0061\u0064\u0065\u0076\u0061",0x06af:"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c",0xfb93:"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb94:"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb92:"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb95:"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0a97:"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a17:"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304c:"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ac:"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x03b3:"\u0067\u0061\u006dm\u0061",0x0263:"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c",0x02e0:"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03eb:"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x310d:"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o",0x011f:"\u0067\u0062\u0072\u0065\u0076\u0065",0x01e7:"\u0067\u0063\u0061\u0072\u006f\u006e",0x0123:"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d6:"\u0067c\u0069\u0072\u0063\u006c\u0065",0x011d:"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0121:"\u0067\u0064\u006f\u0074",0x03cf:"\u0067\u0065\u0062a\u0072",0x3052:"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b2:"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x224e:"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074",0x2251:"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c",0x2afa:"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et",0x059c:"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077",0x05f3:"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x059d:"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077",0x00df:"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",0x059e:"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077",0x05f4:"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa9:"\u0067\u0065\u0073c\u0063",0x2a80:"\u0067\u0065\u0073\u0064\u006f\u0074",0x2a82:"\u0067e\u0073\u0064\u006f\u0074\u006f",0x2a84:"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c",0x2a94:"\u0067\u0065\u0073\u006c\u0065\u0073",0x3013:"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b",0x22d9:"\u0067\u0067\u0067",0x2af8:"\u0067g\u0067\u006e\u0065\u0073\u0074",0x0998:"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0572:"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0918:"\u0067h\u0061\u0064\u0065\u0076\u0061",0x0a98:"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a18:"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x063a:"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfece:"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfecf:"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfecd:"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed0:"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0495:"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0493:"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0491:"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x095a:"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a5a:"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0260:"\u0067\u0068\u006fo\u006b",0x3393:"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e",0x304e:"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ae:"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0563:"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2137:"\u0067\u0069\u006de\u006c",0xfb32:"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0453:"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2a92:"\u0067\u006c\u0045",0x2aa5:"\u0067\u006c\u0061",0x29e6:"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b",0x2aa4:"\u0067\u006c\u006a",0x0249:"\u0067l\u006f\u0074\u0074\u0061\u006c",0x01be:"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065",0x024a:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076",0x0294:"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070",0x0231:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072",0x0232:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076",0x0226:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076",0x0296:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",0x02c0:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064",0x0295:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x02c1:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064",0x02e4:"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072",0x0225:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076",0x02a1:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065",0x02a2:"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d",0x1e21:"\u0067m\u0061\u0063\u0072\u006f\u006e",0xff47:"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x22e7:"\u0067\u006e\u0073i\u006d",0x3054:"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b4:"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24a2:"\u0067\u0070\u0061\u0072\u0065\u006e",0x33ac:"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e",0x2207:"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074",0x0060:"\u0067\u0072\u0061v\u0065",0x0316:"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0300:"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x0953:"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a",0x02b3:"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070",0x02ce:"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0xff40:"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0340:"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x003e:"\u0067r\u0065\u0061\u0074\u0065\u0072",0x2a8c:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073",0x22d7:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074",0x2265:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0x22db:"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073",0xff1e:"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a8a:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",0x2a88:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a86:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c",0x2273:"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2277:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073",0x2269:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c",0x2267:"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe65:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c",0x0261:"\u0067s\u0063\u0072\u0069\u0070\u0074",0x2a8e:"\u0067\u0073\u0069m\u0065",0x2a90:"\u0067\u0073\u0069m\u006c",0x01e5:"\u0067s\u0074\u0072\u006f\u006b\u0065",0x2aa7:"\u0067\u0074\u0063\u0063",0x2a7a:"\u0067\u0074\u0063i\u0072",0x29a0:"\u0067\u0074\u006c\u0070\u0061\u0072",0x2a7c:"\u0067t\u0071\u0075\u0065\u0073\u0074",0x2978:"\u0067\u0074\u0072\u0061\u0072\u0072",0x3050:"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x00ab:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074",0x00bb:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074",0x2039:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074",0x203a:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074",0x30b0:"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3318:"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x33c9:"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065",0x0068:"\u0068",0x04a9:"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x06c1:"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063",0x09b9:"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci",0x029f:"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x04b3:"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0939:"\u0068\u0061\u0064\u0065\u0076\u0061",0x0ab9:"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a39:"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea2:"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea3:"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x306f:"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfea1:"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea4:"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcaa:"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x200a:"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e",0x332a:"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x30cf:"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8a:"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0a4d:"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x0621:"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe80:"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x3164:"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072",0x044a:"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21c3:"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x21c2:"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074",0x21bc:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070",0x21cc:"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21c0:"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070",0x21cb:"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074",0x21bf:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074",0x21be:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074",0x23af:"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x33ca:"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b2:"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036",0x05b3:"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038",0x05b1:"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",0x2a6f:"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx",0x0127:"\u0068\u0062\u0061\u0072",0x310f:"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o",0x1e2b:"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e29:"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d7:"\u0068c\u0069\u0072\u0063\u006c\u0065",0x0125:"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x03f7:"\u0068\u0063\u0079\u0072\u0069\u006c",0x1e27:"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e23:"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e25:"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2665:"\u0068\u0065\u0061r\u0074",0x2661:"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0xfb34:"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0647:"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfba7:"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",0xfeea:"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfba5:"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfba4:"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063",0xfba8:"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xfeeb:"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3078:"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfee9:"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfba9:"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xfeec:"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd8:"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x337b:"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30d8:"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8d:"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3336:"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x0267:"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b",0x22b9:"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078",0x3339:"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x2394:"\u0068e\u0078\u0061\u0067\u006f\u006e",0x2b23:"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x0266:"\u0068\u0068\u006fo\u006b",0x023a:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x02b1:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x327b:"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x321b:"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x326d:"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x314e:"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320d:"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x0674:"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa",0x3072:"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d2:"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8b:"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b4:"\u0068i\u0072\u0069\u0071\u0031\u0034",0x2924:"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw",0x2923:"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw",0x2925:"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077",0x2926:"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077",0x1e96:"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff48:"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0570:"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0e2b:"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i",0x307b:"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30db:"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8e:"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b9:"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",0x0e2e:"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069",0x0309:"\u0068o\u006f\u006b\u0063\u006d\u0062",0x0321:"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0322:"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x3342:"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x03e9:"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x2015:"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072",0x05a2:"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062",0x031b:"\u0068o\u0072\u006e\u0063\u006d\u0062",0x2668:"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073",0x29d6:"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s",0x2302:"\u0068\u006f\u0075s\u0065",0x24a3:"\u0068\u0070\u0061\u0072\u0065\u006e",0x25ad:"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x0239:"\u0068\u0073\u0075\u0070\u0065\u0072",0x02b0:"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0265:"\u0068t\u0075\u0072\u006e\u0065\u0064",0x3075:"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3333:"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x30d5:"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8c:"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02dd:"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf009:"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031",0x030b:"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062",0x0195:"\u0068\u0076",0x002d:"\u0068\u0079\u0070\u0068\u0065\u006e",0x2043:"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",0x2027:"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft",0xf6e5:"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0d:"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe63:"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c",0xf6e6:"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x2010:"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o",0x3030:"\u0068z\u0069\u0067\u007a\u0061\u0067",0x0069:"\u0069",0x00ed:"\u0069\u0061\u0063\u0075\u0074\u0065",0x01f8:"\u0069\u0062\u0061\u0072",0x0987:"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3127:"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o",0x012d:"\u0069\u0062\u0072\u0065\u0076\u0065",0x01d0:"\u0069\u0063\u0061\u0072\u006f\u006e",0x24d8:"\u0069c\u0069\u0072\u0063\u006c\u0065",0x00ee:"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0209:"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e",0x328f:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065",0x328b:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x323f:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x323a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e",0x32a5:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3006:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065",0x3001:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061",0xff64:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074",0x3237:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e",0x32a3:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x322f:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e",0x323d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e",0x329d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065",0x3240:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3296:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065",0x3236:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n",0x322b:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e",0x3232:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e",0x32a4:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065",0x3005:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b",0x3298:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065",0x3238:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e",0x32a7:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065",0x32a6:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065",0x32a9:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce",0x322e:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e",0x322a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e",0x3234:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e",0x3002:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064",0x329e:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065",0x3243:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e",0x3239:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n",0x323e:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x32a8:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065",0x3299:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x3242:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e",0x3233:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x3000:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065",0x3235:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3231:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e",0x323b:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e",0x3230:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e",0x323c:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n",0x322c:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e",0x322d:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e",0x3007:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f",0x328e:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065",0x328a:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x3294:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3290:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065",0x328c:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065",0x328d:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x0907:"\u0069\u0064\u0065v\u0061",0x00ef:"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2f:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e5:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1ecb:"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d7:"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0435:"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f9:"\u0069\u0065\u0068\u006f\u006f\u006b",0x03fb:"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x3275:"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3215:"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3267:"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3147:"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3207:"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x00ec:"\u0069\u0067\u0072\u0061\u0076\u0065",0x0a87:"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a07:"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3044:"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ec9:"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0988:"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci",0x0438:"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0908:"\u0069\u0069\u0064\u0065\u0076\u0061",0x0a88:"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a08:"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2a0c:"\u0069\u0069\u0069\u0069\u006e\u0074",0x222d:"\u0069\u0069\u0069n\u0074",0x0a40:"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x29dc:"\u0069\u0069\u006e\u0066\u0069\u006e",0x020b:"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c0:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0940:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac0:"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0133:"\u0069\u006a",0x30a4:"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff72:"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3163:"\u0069k\u006f\u0072\u0065\u0061\u006e",0x05ac:"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077",0x012b:"\u0069m\u0061\u0063\u0072\u006f\u006e",0x04e3:"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x22b7:"\u0069m\u0061\u0067\u0065\u006f\u0066",0x2253:"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l",0x1d6a4:"\u0069\u006d\u0061t\u0068",0x0a3f:"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0xff49:"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x221e:"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079",0x056b:"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a0e:"\u0069\u006e\u0074\u0042\u0061\u0072",0x2a0d:"\u0069\u006e\u0074\u0062\u0061\u0072",0x2a19:"\u0069\u006e\u0074\u0063\u0061\u0070",0x2231:"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x2a1a:"\u0069\u006e\u0074\u0063\u0075\u0070",0x2216:"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065",0x222b:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2321:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074",0xf8f5:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078",0x2320:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070",0x22ba:"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c",0x2af4:"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x203d:"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067",0x2e18:"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e",0x2229:"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",0x22d2:"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c",0x22c2:"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x2293:"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071",0x23ae:"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072",0x3305:"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x2a17:"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b",0x2a3c:"\u0069n\u0074\u0070\u0072\u006f\u0064",0x2a3d:"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072",0x2a18:"\u0069\u006e\u0074\u0078",0x25d8:"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t",0x25d9:"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce",0x223e:"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073",0x25db:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25da:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x012f:"\u0069o\u0067\u006f\u006e\u0065\u006b",0x03b9:"\u0069\u006f\u0074\u0061",0x01f9:"\u0069\u006f\u0074a\u0031",0x03ca:"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0390:"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",0x0269:"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n",0x03af:"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs",0x24a4:"\u0069\u0070\u0061\u0072\u0065\u006e",0x0a72:"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x22f9:"\u0069\u0073\u0069n\u0045",0x22f5:"\u0069s\u0069\u006e\u0064\u006f\u0074",0x22f7:"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f4:"\u0069\u0073\u0069n\u0073",0x22f8:"\u0069\u0073\u0069\u006e\u0076\u0062",0x3043:"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a3:"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff68:"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09fa:"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0268:"\u0069s\u0074\u0072\u006f\u006b\u0065",0xf6ed:"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr",0x309d:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30fd:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0x0129:"\u0069\u0074\u0069\u006c\u0064\u0065",0x1e2d:"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x3129:"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x09bf:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x093f:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0abf:"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0477:"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x006a:"\u006a",0x0571:"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099c:"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci",0x091c:"\u006a\u0061\u0064\u0065\u0076\u0061",0x0a9c:"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1c:"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3110:"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x01f0:"\u006a\u0063\u0061\u0072\u006f\u006e",0x24d9:"\u006ac\u0069\u0072\u0063\u006c\u0065",0x0135:"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x029d:"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c",0x022d:"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c",0x025f:"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065",0x062c:"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9e:"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9f:"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe9d:"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea0:"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca8:"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8b:"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb8a:"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x099d:"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091d:"\u006ah\u0061\u0064\u0065\u0076\u0061",0x0a9d:"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1d:"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x057b:"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x3004:"\u006a\u0069\u0073",0x1d6a5:"\u006a\u006d\u0061t\u0068",0xff4a:"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24a5:"\u006a\u0070\u0061\u0072\u0065\u006e",0x023b:"\u006a\u0073\u0075\u0070\u0065\u0072",0x02b2:"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr",0x006b:"\u006b",0x04a1:"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0995:"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e31:"\u006b\u0061\u0063\u0075\u0074\u0065",0x043a:"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049b:"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0915:"\u006b\u0061\u0064\u0065\u0076\u0061",0x05db:"\u006b\u0061\u0066",0xfb3b:"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h",0xfeda:"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfedb:"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed9:"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfedc:"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb4d:"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0a95:"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a15:"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304b:"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0400:"\u006b\u0061\u0068\u006f\u006f\u006b",0x04c4:"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30ab:"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff76:"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03ba:"\u006b\u0061\u0070p\u0061",0x03f0:"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x3171:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3184:"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e",0x3178:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3179:"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x330d:"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x03d7:"\u006ba\u0072\u0074\u0064\u0065\u0073",0x0640:"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063",0x30f5:"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3384:"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0xfe7a:"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe826:"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077",0xfe7b:"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0x064d:"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",0xfe74:"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe827:"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0x049f:"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff70:"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068",0x049d:"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x310e:"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o",0x3389:"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x01e9:"\u006b\u0063\u0061\u0072\u006f\u006e",0x24da:"\u006bc\u0069\u0072\u0063\u006c\u0065",0x0137:"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e33:"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0584:"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x06a9:"\u006b\u0065\u0068e\u0068",0xfb8f:"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfb90:"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8e:"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb91:"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",0x3051:"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b1:"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff79:"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x056f:"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x223b:"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e",0x30f6:"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0138:"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063",0x0996:"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0916:"\u006bh\u0061\u0064\u0065\u0076\u0061",0x0a96:"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a16:"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea6:"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfea7:"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea5:"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea8:"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcac:"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x03e7:"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0959:"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a59:"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3278:"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3218:"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326a:"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314b:"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320a:"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e02:"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069",0x0e05:"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069",0x0e03:"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069",0x0e04:"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069",0x0e5b:"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069",0x0199:"\u006b\u0068\u006fo\u006b",0x0e06:"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069",0x3391:"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e",0x304d:"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ad:"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff77:"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3315:"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3316:"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065",0x3314:"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x326e:"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x320e:"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3260:"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3131:"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3200:"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3133:"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x1e35:"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3398:"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a6:"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4b:"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a2:"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x3053:"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c0:"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e01:"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i",0x30b3:"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7a:"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x331e:"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x0481:"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x327f:"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c",0x0343:"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062",0x24a6:"\u006b\u0070\u0061\u0072\u0065\u006e",0x33aa:"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e",0x046f:"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x33cf:"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x022e:"\u006b\u0074\u0075r\u006e",0x029e:"\u006bt\u0075\u0072\u006e\u0065\u0064",0x304f:"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30af:"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff78:"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33b8:"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33be:"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006c:"\u006c",0x27ea:"\u006c\u0041\u006e\u0067\u006c\u0065",0x2983:"\u006c\u0042\u0072\u0061\u0063\u0065",0x2985:"\u006c\u0050\u0061\u0072\u0065\u006e",0x09b2:"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci",0x013a:"\u006c\u0061\u0063\u0075\u0074\u0065",0x0932:"\u006c\u0061\u0064\u0065\u0076\u0061",0x0ab2:"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a32:"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e45:"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069",0xfefc:"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfef8:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef7:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefa:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef9:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefb:"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfef6:"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef5:"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0x03bb:"\u006c\u0061\u006d\u0062\u0064\u0061",0x019b:"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065",0xfb3c:"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068",0x05dc:"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0xe805:"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d",0xe804:"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d",0xfede:"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfcca:"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedf:"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedd:"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcc9:"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfccb:"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfdf2:"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfee0:"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfd88:"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfccc:"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc43:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc40:"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfccd:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc3f:"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc41:"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc42:"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe811:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c",0xfc44:"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x2991:"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft",0x29e0:"\u006c\u0061\u0070\u006c\u0061\u0063",0x25ef:"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x2aab:"\u006c\u0061\u0074",0x2aad:"\u006c\u0061\u0074\u0065",0x27c5:"\u006c\u0062\u0061\u0067",0x019a:"\u006c\u0062\u0061\u0072",0x2114:"\u006c\u0062\u0062a\u0072",0x026c:"\u006c\u0062\u0065l\u0074",0x2997:"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x310c:"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o",0x23a9:"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23a8:"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d",0x23a7:"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a2:"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a3:"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298f:"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b",0x298b:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a1:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x298d:"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b",0x2772:"\u006cb\u0072\u0062\u0072\u0061\u006b",0x013e:"\u006c\u0063\u0061\u0072\u006f\u006e",0xf813:"\u006cc\u0061\u0072\u006f\u006e\u0031",0x24db:"\u006cc\u0069\u0072\u0063\u006c\u0065",0x1e3d:"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013c:"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x29fc:"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0140:"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e37:"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e39:"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x031a:"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062",0x2b4a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b42:"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078",0x2b4b:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072",0x2977:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073",0x2b32:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073",0x2946:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073",0x2943:"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2973:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x297a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074",0x21fd:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065",0x2b3e:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290c:"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b3f:"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x290e:"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x291b:"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2b38:"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2936:"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x297c:"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d0:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074",0x295e:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072",0x2962:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e",0x295a:"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072",0x296a:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068",0x21c7:"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073",0x263e:"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e",0x27d5:"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x2948:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x21ff:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x2950:"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e",0x294b:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070",0x2967:"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2966:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x294a:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e",0x294e:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070",0x21dc:"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077",0x0318:"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2919:"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c",0x2b31:"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x219c:"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077",0x2af9:"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et",0x2aa8:"\u006c\u0065\u0073c\u0063",0x2a7f:"\u006c\u0065\u0073\u0064\u006f\u0074",0x2a81:"\u006ce\u0073\u0064\u006f\u0074\u006f",0x2a83:"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072",0x2a93:"\u006c\u0065\u0073\u0067\u0065\u0073",0x003c:"\u006c\u0065\u0073\u0073",0x2a8b:"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072",0x22d6:"\u006ce\u0073\u0073\u0064\u006f\u0074",0x2264:"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l",0x22da:"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072",0xff1c:"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a89:"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x2a87:"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a85:"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c",0x2a7d:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",0x2272:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2276:"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2268:"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2266:"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe64:"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl",0x026e:"\u006c\u0065\u007a\u0068",0x258c:"\u006cf\u0062\u006c\u006f\u0063\u006b",0x29d1:"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x258f:"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x258b:"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x258e:"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2589:"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258d:"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258a:"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x29d4:"\u006cf\u0074\u0069\u006d\u0065\u0073",0x2a91:"\u006c\u0067\u0045",0x2b24:"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1b:"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2b1c:"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x026d:"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x21b4:"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064",0x2028:"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",0x0280:"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070",0x029c:"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x20a4:"\u006c\u0069\u0072\u0061",0x056c:"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c9:"\u006c\u006a",0x0459:"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6c0:"\u006c\u006c",0x0933:"\u006cl\u0061\u0064\u0065\u0076\u0061",0x0ab3:"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2989:"\u006cl\u0061\u006e\u0067\u006c\u0065",0x25df:"\u006c\u006c\u0061r\u0063",0x1e3b:"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x22d8:"\u006c\u006c\u006c",0x0934:"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061",0x2af7:"\u006cl\u006c\u006e\u0065\u0073\u0074",0x2987:"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x25fa:"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x09e1:"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0961:"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e3:"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0963:"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x026b:"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065",0xff4c:"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b0:"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x33d0:"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x22e6:"\u006c\u006e\u0073i\u006d",0x0e2c:"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069",0x2227:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064",0x00ac:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2228:"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr",0xf830:"\u006co\u0067\u006f\u006e\u0065\u006b",0x0e25:"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x27de:"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v",0x27cc:"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e",0x27f5:"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27f7:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2b33:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077",0x27fb:"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fc:"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f6:"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x27ff:"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",0x017f:"\u006c\u006f\u006eg\u0073",0xfb05:"\u006c\u006f\u006e\u0067\u0073\u0074",0x024e:"\u006co\u0077\u0065\u0072\u0065\u0064",0x2a1c:"\u006c\u006f\u0077\u0069\u006e\u0074",0xfe4e:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065",0x0332:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe4d:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064",0x25ca:"\u006co\u007a\u0065\u006e\u0067\u0065",0x27e0:"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073",0x24a7:"\u006c\u0070\u0061\u0072\u0065\u006e",0x239c:"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x239d:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x2993:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0x239b:"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x25de:"\u006c\u0072\u0061r\u0063",0x202a:"\u006c\u0072\u0065",0x25ff:"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x29e1:"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071",0x2a8d:"\u006c\u0073\u0069m\u0065",0x2a8f:"\u006c\u0073\u0069m\u0067",0x0142:"\u006c\u0073\u006c\u0061\u0073\u0068",0x2acd:"\u006cs\u0071\u0068\u006f\u006f\u006b",0x026a:"\u006c\u0073\u0075\u0070\u0065\u0072",0xf6ee:"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr",0x2aa6:"\u006c\u0074\u0063\u0063",0x2a79:"\u006c\u0074\u0063i\u0072",0x2976:"\u006c\u0074\u006c\u0061\u0072\u0072",0x2a7b:"\u006ct\u0071\u0075\u0065\u0073\u0074",0x29cf:"\u006c\u0074\u0072\u0069\u0076\u0062",0xf821:"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031",0x0e26:"\u006c\u0075\u0074\u0068\u0061\u0069",0x23b8:"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee",0x098c:"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090c:"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e2:"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0962:"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x29d8:"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x33d3:"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065",0x006d:"\u006d",0x09ae:"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci",0x00af:"\u006d\u0061\u0063\u0072\u006f\u006e",0x0331:"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x0304:"\u006da\u0063\u0072\u006f\u006e\u0063\u006db",0x02cd:"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064",0xffe3:"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x1e3f:"\u006d\u0061\u0063\u0075\u0074\u0065",0x092e:"\u006d\u0061\u0064\u0065\u0076\u0061",0x0aae:"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2e:"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x05a4:"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077",0x307e:"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xf895:"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf894:"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4b:"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069",0xf893:"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88c:"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88b:"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069",0x0e48:"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i",0xf88a:"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0xf884:"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0x0e31:"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069",0xf889:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e47:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069",0xf88f:"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf88e:"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e49:"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069",0xf88d:"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf892:"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf891:"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e4a:"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069",0xf890:"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e46:"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069",0x30de:"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8f:"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3347:"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x21a7:"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e",0x21a4:"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x21a6:"\u006d\u0061\u0070\u0073\u0074\u006f",0x21a5:"\u006d\u0061\u0070\u0073\u0075\u0070",0x2642:"\u006d\u0061\u0072\u0073",0x05af:"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077",0x3383:"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x1d400:"\u006d\u0062\u0066\u0041",0x1d6a8:"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061",0x1d401:"\u006d\u0062\u0066\u0042",0x1d6a9:"\u006db\u0066\u0042\u0065\u0074\u0061",0x1d402:"\u006d\u0062\u0066\u0043",0x1d6be:"\u006d\u0062\u0066\u0043\u0068\u0069",0x1d403:"\u006d\u0062\u0066\u0044",0x1d6ab:"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061",0x1d7ca:"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061",0x1d404:"\u006d\u0062\u0066\u0045",0x1d6ac:"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6ae:"\u006d\u0062\u0066\u0045\u0074\u0061",0x1d405:"\u006d\u0062\u0066\u0046",0x1d406:"\u006d\u0062\u0066\u0047",0x1d6aa:"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061",0x1d407:"\u006d\u0062\u0066\u0048",0x1d408:"\u006d\u0062\u0066\u0049",0x1d6b0:"\u006db\u0066\u0049\u006f\u0074\u0061",0x1d409:"\u006d\u0062\u0066\u004a",0x1d40a:"\u006d\u0062\u0066\u004b",0x1d6b1:"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061",0x1d40b:"\u006d\u0062\u0066\u004c",0x1d6b2:"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a",0x1d40c:"\u006d\u0062\u0066\u004d",0x1d6b3:"\u006d\u0062\u0066M\u0075",0x1d40d:"\u006d\u0062\u0066\u004e",0x1d6b4:"\u006d\u0062\u0066N\u0075",0x1d40e:"\u006d\u0062\u0066\u004f",0x1d6c0:"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061",0x1d6b6:"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d40f:"\u006d\u0062\u0066\u0050",0x1d6bd:"\u006d\u0062\u0066\u0050\u0068\u0069",0x1d6b7:"\u006d\u0062\u0066P\u0069",0x1d6bf:"\u006d\u0062\u0066\u0050\u0073\u0069",0x1d410:"\u006d\u0062\u0066\u0051",0x1d411:"\u006d\u0062\u0066\u0052",0x1d6b8:"\u006d\u0062\u0066\u0052\u0068\u006f",0x1d412:"\u006d\u0062\u0066\u0053",0x1d6ba:"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061",0x1d413:"\u006d\u0062\u0066\u0054",0x1d6bb:"\u006d\u0062\u0066\u0054\u0061\u0075",0x1d6af:"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061",0x1d414:"\u006d\u0062\u0066\u0055",0x1d6bc:"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d415:"\u006d\u0062\u0066\u0056",0x1d416:"\u006d\u0062\u0066\u0057",0x1d417:"\u006d\u0062\u0066\u0058",0x1d6b5:"\u006d\u0062\u0066X\u0069",0x1d418:"\u006d\u0062\u0066\u0059",0x1d419:"\u006d\u0062\u0066\u005a",0x1d6ad:"\u006db\u0066\u005a\u0065\u0074\u0061",0x1d41a:"\u006d\u0062\u0066\u0061",0x1d6c2:"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061",0x1d41b:"\u006d\u0062\u0066\u0062",0x1d6c3:"\u006db\u0066\u0062\u0065\u0074\u0061",0x1d41c:"\u006d\u0062\u0066\u0063",0x1d6d8:"\u006d\u0062\u0066\u0063\u0068\u0069",0x1d41d:"\u006d\u0062\u0066\u0064",0x1d6c5:"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061",0x1d41e:"\u006d\u0062\u0066\u0065",0x1d6c6:"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6c8:"\u006d\u0062\u0066\u0065\u0074\u0061",0x1d41f:"\u006d\u0062\u0066\u0066",0x1d56c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041",0x1d56d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042",0x1d56e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043",0x1d56f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044",0x1d570:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045",0x1d571:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046",0x1d572:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047",0x1d573:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048",0x1d574:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049",0x1d575:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a",0x1d576:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b",0x1d577:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c",0x1d578:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d",0x1d579:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e",0x1d57a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f",0x1d57b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050",0x1d57c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051",0x1d57d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052",0x1d57e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053",0x1d57f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054",0x1d580:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055",0x1d581:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056",0x1d582:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057",0x1d583:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058",0x1d584:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059",0x1d585:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a",0x1d586:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061",0x1d587:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062",0x1d588:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063",0x1d589:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064",0x1d58a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065",0x1d58b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066",0x1d58c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067",0x1d58d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068",0x1d58e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069",0x1d58f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a",0x1d590:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b",0x1d591:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c",0x1d592:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d",0x1d593:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e",0x1d594:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f",0x1d595:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070",0x1d596:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071",0x1d597:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072",0x1d598:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073",0x1d599:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074",0x1d59a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075",0x1d59b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076",0x1d59c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077",0x1d59d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078",0x1d59e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079",0x1d59f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a",0x1d420:"\u006d\u0062\u0066\u0067",0x1d6c4:"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061",0x1d421:"\u006d\u0062\u0066\u0068",0x1d422:"\u006d\u0062\u0066\u0069",0x1d6ca:"\u006db\u0066\u0069\u006f\u0074\u0061",0x1d468:"\u006d\u0062\u0066\u0069\u0074\u0041",0x1d71c:"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d469:"\u006d\u0062\u0066\u0069\u0074\u0042",0x1d71d:"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a",0x1d46a:"\u006d\u0062\u0066\u0069\u0074\u0043",0x1d732:"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069",0x1d46b:"\u006d\u0062\u0066\u0069\u0074\u0044",0x1d71f:"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d46c:"\u006d\u0062\u0066\u0069\u0074\u0045",0x1d720:"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d722:"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061",0x1d46d:"\u006d\u0062\u0066\u0069\u0074\u0046",0x1d46e:"\u006d\u0062\u0066\u0069\u0074\u0047",0x1d71e:"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d46f:"\u006d\u0062\u0066\u0069\u0074\u0048",0x1d470:"\u006d\u0062\u0066\u0069\u0074\u0049",0x1d724:"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a",0x1d471:"\u006d\u0062\u0066\u0069\u0074\u004a",0x1d472:"\u006d\u0062\u0066\u0069\u0074\u004b",0x1d725:"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d473:"\u006d\u0062\u0066\u0069\u0074\u004c",0x1d726:"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061",0x1d474:"\u006d\u0062\u0066\u0069\u0074\u004d",0x1d727:"\u006db\u0066\u0069\u0074\u004d\u0075",0x1d475:"\u006d\u0062\u0066\u0069\u0074\u004e",0x1d728:"\u006db\u0066\u0069\u0074\u004e\u0075",0x1d476:"\u006d\u0062\u0066\u0069\u0074\u004f",0x1d734:"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d72a:"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d477:"\u006d\u0062\u0066\u0069\u0074\u0050",0x1d731:"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069",0x1d72b:"\u006db\u0066\u0069\u0074\u0050\u0069",0x1d733:"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069",0x1d478:"\u006d\u0062\u0066\u0069\u0074\u0051",0x1d479:"\u006d\u0062\u0066\u0069\u0074\u0052",0x1d72c:"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f",0x1d47a:"\u006d\u0062\u0066\u0069\u0074\u0053",0x1d72e:"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d47b:"\u006d\u0062\u0066\u0069\u0074\u0054",0x1d72f:"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075",0x1d723:"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d47c:"\u006d\u0062\u0066\u0069\u0074\u0055",0x1d730:"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d47d:"\u006d\u0062\u0066\u0069\u0074\u0056",0x1d47e:"\u006d\u0062\u0066\u0069\u0074\u0057",0x1d47f:"\u006d\u0062\u0066\u0069\u0074\u0058",0x1d729:"\u006db\u0066\u0069\u0074\u0058\u0069",0x1d480:"\u006d\u0062\u0066\u0069\u0074\u0059",0x1d481:"\u006d\u0062\u0066\u0069\u0074\u005a",0x1d721:"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a",0x1d482:"\u006d\u0062\u0066\u0069\u0074\u0061",0x1d736:"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d483:"\u006d\u0062\u0066\u0069\u0074\u0062",0x1d737:"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a",0x1d484:"\u006d\u0062\u0066\u0069\u0074\u0063",0x1d74c:"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069",0x1d485:"\u006d\u0062\u0066\u0069\u0074\u0064",0x1d739:"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d486:"\u006d\u0062\u0066\u0069\u0074\u0065",0x1d73a:"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d73c:"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061",0x1d487:"\u006d\u0062\u0066\u0069\u0074\u0066",0x1d488:"\u006d\u0062\u0066\u0069\u0074\u0067",0x1d738:"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d489:"\u006d\u0062\u0066\u0069\u0074\u0068",0x1d48a:"\u006d\u0062\u0066\u0069\u0074\u0069",0x1d73e:"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a",0x1d48b:"\u006d\u0062\u0066\u0069\u0074\u006a",0x1d48c:"\u006d\u0062\u0066\u0069\u0074\u006b",0x1d73f:"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d48d:"\u006d\u0062\u0066\u0069\u0074\u006c",0x1d740:"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061",0x1d48e:"\u006d\u0062\u0066\u0069\u0074\u006d",0x1d741:"\u006db\u0066\u0069\u0074\u006d\u0075",0x1d48f:"\u006d\u0062\u0066\u0069\u0074\u006e",0x1d735:"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d742:"\u006db\u0066\u0069\u0074\u006e\u0075",0x1d490:"\u006d\u0062\u0066\u0069\u0074\u006f",0x1d74e:"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d744:"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d491:"\u006d\u0062\u0066\u0069\u0074\u0070",0x1d74f:"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d74b:"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069",0x1d745:"\u006db\u0066\u0069\u0074\u0070\u0069",0x1d74d:"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069",0x1d492:"\u006d\u0062\u0066\u0069\u0074\u0071",0x1d493:"\u006d\u0062\u0066\u0069\u0074\u0072",0x1d746:"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f",0x1d494:"\u006d\u0062\u0066\u0069\u0074\u0073",0x1d63c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d790:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061",0x1d63d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d791:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d63e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d7a6:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d63f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d793:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061",0x1d640:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d794:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d796:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d641:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d642:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d792:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061",0x1d643:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d644:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d798:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d645:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d646:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d799:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061",0x1d647:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d79a:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d648:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d79b:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075",0x1d649:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d79c:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075",0x1d64a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d7a8:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061",0x1d79e:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d64b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d7a5:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d79f:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069",0x1d7a7:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d64c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d64d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d7a0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d64e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d7a2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061",0x1d64f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d7a3:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d797:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061",0x1d650:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d7a4:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d651:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d652:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d653:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d79d:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069",0x1d654:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d655:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d795:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d656:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d7aa:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061",0x1d657:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d7ab:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d658:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d7c0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d659:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d7ad:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061",0x1d65a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d7ae:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7b0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d65b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d65c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d7ac:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061",0x1d65d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d65e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d7b2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d65f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d660:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d7b3:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061",0x1d661:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d7b4:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d662:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d7b5:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075",0x1d663:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d7a9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061",0x1d7b6:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075",0x1d664:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d7c2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061",0x1d7b8:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d665:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d7c3:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d7bf:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d7b9:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069",0x1d7c1:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d666:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d667:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d7ba:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d668:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d7bc:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061",0x1d669:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d7bd:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d7b1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061",0x1d66a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d7be:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d66b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d7a1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061",0x1d7c4:"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7c6:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061",0x1d7c7:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d7c9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069",0x1d7c8:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d7bb:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061",0x1d7c5:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061",0x1d66c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d66d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d7b7:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069",0x1d66e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d66f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d7af:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d748:"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d495:"\u006d\u0062\u0066\u0069\u0074\u0074",0x1d749:"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075",0x1d73d:"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d496:"\u006d\u0062\u0066\u0069\u0074\u0075",0x1d74a:"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d497:"\u006d\u0062\u0066\u0069\u0074\u0076",0x1d72d:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d750:"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d752:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d753:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069",0x1d755:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d754:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f",0x1d747:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d751:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d498:"\u006d\u0062\u0066\u0069\u0074\u0077",0x1d499:"\u006d\u0062\u0066\u0069\u0074\u0078",0x1d743:"\u006db\u0066\u0069\u0074\u0078\u0069",0x1d49a:"\u006d\u0062\u0066\u0069\u0074\u0079",0x1d49b:"\u006d\u0062\u0066\u0069\u0074\u007a",0x1d73b:"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a",0x1d423:"\u006d\u0062\u0066\u006a",0x1d424:"\u006d\u0062\u0066\u006b",0x1d6cb:"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061",0x1d425:"\u006d\u0062\u0066\u006c",0x1d6cc:"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a",0x1d426:"\u006d\u0062\u0066\u006d",0x1d6cd:"\u006d\u0062\u0066m\u0075",0x1d427:"\u006d\u0062\u0066\u006e",0x1d6c1:"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061",0x1d6ce:"\u006d\u0062\u0066n\u0075",0x1d428:"\u006d\u0062\u0066\u006f",0x1d6da:"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061",0x1d6d0:"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d429:"\u006d\u0062\u0066\u0070",0x1d6db:"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d6df:"\u006d\u0062\u0066\u0070\u0068\u0069",0x1d6d1:"\u006d\u0062\u0066p\u0069",0x1d6d9:"\u006d\u0062\u0066\u0070\u0073\u0069",0x1d42a:"\u006d\u0062\u0066\u0071",0x1d42b:"\u006d\u0062\u0066\u0072",0x1d6d2:"\u006d\u0062\u0066\u0072\u0068\u006f",0x1d42c:"\u006d\u0062\u0066\u0073",0x1d5d4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041",0x1d756:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061",0x1d5d5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042",0x1d757:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d5d6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043",0x1d76c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d5d7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044",0x1d759:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061",0x1d5d8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045",0x1d75a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e",0x1d75c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d5d9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046",0x1d5da:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047",0x1d758:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061",0x1d5db:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048",0x1d5dc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049",0x1d75e:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d5dd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a",0x1d5de:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b",0x1d75f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061",0x1d5df:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c",0x1d760:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d5e0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d",0x1d761:"\u006db\u0066\u0073\u0061\u006e\u0073\u004du",0x1d5e1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e",0x1d762:"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu",0x1d5e2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f",0x1d76e:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061",0x1d764:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e",0x1d5e3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050",0x1d76b:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d765:"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i",0x1d76d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d5e4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051",0x1d5e5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052",0x1d766:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d5e6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053",0x1d768:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061",0x1d5e7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054",0x1d769:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d75d:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061",0x1d5e8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055",0x1d76a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e",0x1d5e9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056",0x1d5ea:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057",0x1d5eb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058",0x1d763:"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i",0x1d5ec:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059",0x1d5ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a",0x1d75b:"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d5ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061",0x1d770:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061",0x1d5ef:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062",0x1d771:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d5f0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063",0x1d786:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d5f1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064",0x1d773:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061",0x1d5f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065",0x1d7f4:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d774:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d776:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d5f3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066",0x1d7f1:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065",0x1d7f0:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072",0x1d5f4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067",0x1d772:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061",0x1d5f5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068",0x1d5f6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069",0x1d778:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d5f7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a",0x1d5f8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b",0x1d779:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061",0x1d5f9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c",0x1d77a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d5fa:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d",0x1d77b:"\u006db\u0066\u0073\u0061\u006e\u0073\u006du",0x1d5fb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e",0x1d76f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061",0x1d7f5:"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065",0x1d77c:"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu",0x1d5fc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f",0x1d788:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061",0x1d77e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e",0x1d7ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5fd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070",0x1d789:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c",0x1d785:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d77f:"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i",0x1d787:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d5fe:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071",0x1d5ff:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072",0x1d780:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d600:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073",0x1d7f3:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d782:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061",0x1d7f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d601:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074",0x1d783:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d777:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061",0x1d7ef:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d602:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075",0x1d784:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e",0x1d603:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076",0x1d767:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d78a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d78c:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d78d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d78f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069",0x1d78e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d781:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d78b:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d604:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077",0x1d605:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078",0x1d77d:"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i",0x1d606:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079",0x1d607:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a",0x1d7ec:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f",0x1d775:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d4d0:"\u006db\u0066\u0073\u0063\u0072\u0041",0x1d4d1:"\u006db\u0066\u0073\u0063\u0072\u0042",0x1d4d2:"\u006db\u0066\u0073\u0063\u0072\u0043",0x1d4d3:"\u006db\u0066\u0073\u0063\u0072\u0044",0x1d4d4:"\u006db\u0066\u0073\u0063\u0072\u0045",0x1d4d5:"\u006db\u0066\u0073\u0063\u0072\u0046",0x1d4d6:"\u006db\u0066\u0073\u0063\u0072\u0047",0x1d4d7:"\u006db\u0066\u0073\u0063\u0072\u0048",0x1d4d8:"\u006db\u0066\u0073\u0063\u0072\u0049",0x1d4d9:"\u006db\u0066\u0073\u0063\u0072\u004a",0x1d4da:"\u006db\u0066\u0073\u0063\u0072\u004b",0x1d4db:"\u006db\u0066\u0073\u0063\u0072\u004c",0x1d4dc:"\u006db\u0066\u0073\u0063\u0072\u004d",0x1d4dd:"\u006db\u0066\u0073\u0063\u0072\u004e",0x1d4de:"\u006db\u0066\u0073\u0063\u0072\u004f",0x1d4df:"\u006db\u0066\u0073\u0063\u0072\u0050",0x1d4e0:"\u006db\u0066\u0073\u0063\u0072\u0051",0x1d4e1:"\u006db\u0066\u0073\u0063\u0072\u0052",0x1d4e2:"\u006db\u0066\u0073\u0063\u0072\u0053",0x1d4e3:"\u006db\u0066\u0073\u0063\u0072\u0054",0x1d4e4:"\u006db\u0066\u0073\u0063\u0072\u0055",0x1d4e5:"\u006db\u0066\u0073\u0063\u0072\u0056",0x1d4e6:"\u006db\u0066\u0073\u0063\u0072\u0057",0x1d4e7:"\u006db\u0066\u0073\u0063\u0072\u0058",0x1d4e8:"\u006db\u0066\u0073\u0063\u0072\u0059",0x1d4e9:"\u006db\u0066\u0073\u0063\u0072\u005a",0x1d4ea:"\u006db\u0066\u0073\u0063\u0072\u0061",0x1d4eb:"\u006db\u0066\u0073\u0063\u0072\u0062",0x1d4ec:"\u006db\u0066\u0073\u0063\u0072\u0063",0x1d4ed:"\u006db\u0066\u0073\u0063\u0072\u0064",0x1d4ee:"\u006db\u0066\u0073\u0063\u0072\u0065",0x1d4ef:"\u006db\u0066\u0073\u0063\u0072\u0066",0x1d4f0:"\u006db\u0066\u0073\u0063\u0072\u0067",0x1d4f1:"\u006db\u0066\u0073\u0063\u0072\u0068",0x1d4f2:"\u006db\u0066\u0073\u0063\u0072\u0069",0x1d4f3:"\u006db\u0066\u0073\u0063\u0072\u006a",0x1d4f4:"\u006db\u0066\u0073\u0063\u0072\u006b",0x1d4f5:"\u006db\u0066\u0073\u0063\u0072\u006c",0x1d4f6:"\u006db\u0066\u0073\u0063\u0072\u006d",0x1d4f7:"\u006db\u0066\u0073\u0063\u0072\u006e",0x1d4f8:"\u006db\u0066\u0073\u0063\u0072\u006f",0x1d4f9:"\u006db\u0066\u0073\u0063\u0072\u0070",0x1d4fa:"\u006db\u0066\u0073\u0063\u0072\u0071",0x1d4fb:"\u006db\u0066\u0073\u0063\u0072\u0072",0x1d4fc:"\u006db\u0066\u0073\u0063\u0072\u0073",0x1d4fd:"\u006db\u0066\u0073\u0063\u0072\u0074",0x1d4fe:"\u006db\u0066\u0073\u0063\u0072\u0075",0x1d4ff:"\u006db\u0066\u0073\u0063\u0072\u0076",0x1d500:"\u006db\u0066\u0073\u0063\u0072\u0077",0x1d501:"\u006db\u0066\u0073\u0063\u0072\u0078",0x1d502:"\u006db\u0066\u0073\u0063\u0072\u0079",0x1d503:"\u006db\u0066\u0073\u0063\u0072\u007a",0x1d6d4:"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061",0x1d42d:"\u006d\u0062\u0066\u0074",0x1d6d5:"\u006d\u0062\u0066\u0074\u0061\u0075",0x1d6c9:"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061",0x1d42e:"\u006d\u0062\u0066\u0075",0x1d6d6:"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d42f:"\u006d\u0062\u0066\u0076",0x1d6b9:"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d6dc:"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6de:"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d6d7:"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i",0x1d6e1:"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069",0x1d6e0:"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o",0x1d6d3:"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d6dd:"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d430:"\u006d\u0062\u0066\u0077",0x1d431:"\u006d\u0062\u0066\u0078",0x1d6cf:"\u006d\u0062\u0066x\u0069",0x1d432:"\u006d\u0062\u0066\u0079",0x1d433:"\u006d\u0062\u0066\u007a",0x1d6c7:"\u006db\u0066\u007a\u0065\u0074\u0061",0x3107:"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o",0x33d4:"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24dc:"\u006dc\u0069\u0072\u0063\u006c\u0065",0x33a5:"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x26ab:"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b25:"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b27:"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fc:"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x29eb:"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065",0x1e41:"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e43:"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x2981:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x25fe:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x26ac:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x25fd:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x26aa:"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b26:"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b28:"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fb:"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x29af:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077",0x29ae:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065",0x29ab:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077",0x29a9:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077",0x29aa:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065",0x29a8:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065",0x29ad:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077",0x29ac:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065",0x225e:"\u006d\u0065\u0061\u0073\u0065\u0071",0x2221:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x299b:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",0x22be:"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065",0x2b51:"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072",0x2b50:"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0xfee2:"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfee3:"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfee1:"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfee4:"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd1:"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc48:"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfccf:"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcce:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfcd0:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x334d:"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3081:"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x337e:"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065",0x30e1:"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff92:"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05de:"\u006d\u0065\u006d",0xfb3e:"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x0574:"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x05a5:"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a6:"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077",0x1d504:"\u006d\u0066\u0072\u0061\u006b\u0041",0x1d505:"\u006d\u0066\u0072\u0061\u006b\u0042",0x212d:"\u006d\u0066\u0072\u0061\u006b\u0043",0x1d507:"\u006d\u0066\u0072\u0061\u006b\u0044",0x1d508:"\u006d\u0066\u0072\u0061\u006b\u0045",0x1d509:"\u006d\u0066\u0072\u0061\u006b\u0046",0x1d50a:"\u006d\u0066\u0072\u0061\u006b\u0047",0x210c:"\u006d\u0066\u0072\u0061\u006b\u0048",0x1d50d:"\u006d\u0066\u0072\u0061\u006b\u004a",0x1d50e:"\u006d\u0066\u0072\u0061\u006b\u004b",0x1d50f:"\u006d\u0066\u0072\u0061\u006b\u004c",0x1d510:"\u006d\u0066\u0072\u0061\u006b\u004d",0x1d511:"\u006d\u0066\u0072\u0061\u006b\u004e",0x1d512:"\u006d\u0066\u0072\u0061\u006b\u004f",0x1d513:"\u006d\u0066\u0072\u0061\u006b\u0050",0x1d514:"\u006d\u0066\u0072\u0061\u006b\u0051",0x1d516:"\u006d\u0066\u0072\u0061\u006b\u0053",0x1d517:"\u006d\u0066\u0072\u0061\u006b\u0054",0x1d518:"\u006d\u0066\u0072\u0061\u006b\u0055",0x1d519:"\u006d\u0066\u0072\u0061\u006b\u0056",0x1d51a:"\u006d\u0066\u0072\u0061\u006b\u0057",0x1d51b:"\u006d\u0066\u0072\u0061\u006b\u0058",0x1d51c:"\u006d\u0066\u0072\u0061\u006b\u0059",0x2128:"\u006d\u0066\u0072\u0061\u006b\u005a",0x1d51e:"\u006d\u0066\u0072\u0061\u006b\u0061",0x1d51f:"\u006d\u0066\u0072\u0061\u006b\u0062",0x1d520:"\u006d\u0066\u0072\u0061\u006b\u0063",0x1d521:"\u006d\u0066\u0072\u0061\u006b\u0064",0x1d522:"\u006d\u0066\u0072\u0061\u006b\u0065",0x1d523:"\u006d\u0066\u0072\u0061\u006b\u0066",0x1d524:"\u006d\u0066\u0072\u0061\u006b\u0067",0x1d525:"\u006d\u0066\u0072\u0061\u006b\u0068",0x1d526:"\u006d\u0066\u0072\u0061\u006b\u0069",0x1d527:"\u006d\u0066\u0072\u0061\u006b\u006a",0x1d528:"\u006d\u0066\u0072\u0061\u006b\u006b",0x1d529:"\u006d\u0066\u0072\u0061\u006b\u006c",0x1d52a:"\u006d\u0066\u0072\u0061\u006b\u006d",0x1d52b:"\u006d\u0066\u0072\u0061\u006b\u006e",0x1d52c:"\u006d\u0066\u0072\u0061\u006b\u006f",0x1d52d:"\u006d\u0066\u0072\u0061\u006b\u0070",0x1d52e:"\u006d\u0066\u0072\u0061\u006b\u0071",0x1d52f:"\u006d\u0066\u0072\u0061\u006b\u0072",0x1d530:"\u006d\u0066\u0072\u0061\u006b\u0073",0x1d531:"\u006d\u0066\u0072\u0061\u006b\u0074",0x1d532:"\u006d\u0066\u0072\u0061\u006b\u0075",0x1d533:"\u006d\u0066\u0072\u0061\u006b\u0076",0x1d534:"\u006d\u0066\u0072\u0061\u006b\u0077",0x1d535:"\u006d\u0066\u0072\u0061\u006b\u0078",0x1d536:"\u006d\u0066\u0072\u0061\u006b\u0079",0x1d537:"\u006d\u0066\u0072\u0061\u006b\u007a",0x0271:"\u006d\u0068\u006fo\u006b",0x3392:"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e",0x0095:"\u006d\u0069\u0063r\u006f",0x2a5d:"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e",0x2a5c:"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",0x2af0:"\u006d\u0069\u0064\u0063\u0069\u0072",0xff65:"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0x3272:"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3212:"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3264:"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3141:"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3170:"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3204:"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x316e:"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316f:"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x307f:"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30df:"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff90:"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a5:"\u006d\u0069\u006c\u006c",0x2212:"\u006d\u0069\u006eu\u0073",0x0320:"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2296:"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",0x2a2a:"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074",0x2a2b:"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073",0x208b:"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x02d7:"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064",0x2213:"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s",0x2a2c:"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073",0x207b:"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2032:"\u006d\u0069\u006e\u0075\u0074\u0065",0x334a:"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3349:"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x1d434:"\u006d\u0069\u0074\u0041",0x1d6e2:"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d435:"\u006d\u0069\u0074\u0042",0x2145:"\u006di\u0074\u0042\u0062\u0062\u0044",0x2146:"\u006di\u0074\u0042\u0062\u0062\u0064",0x2147:"\u006di\u0074\u0042\u0062\u0062\u0065",0x2148:"\u006di\u0074\u0042\u0062\u0062\u0069",0x2149:"\u006di\u0074\u0042\u0062\u0062\u006a",0x1d6e3:"\u006di\u0074\u0042\u0065\u0074\u0061",0x1d436:"\u006d\u0069\u0074\u0043",0x1d6f8:"\u006d\u0069\u0074\u0043\u0068\u0069",0x1d437:"\u006d\u0069\u0074\u0044",0x1d6e5:"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d438:"\u006d\u0069\u0074\u0045",0x1d6e6:"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6e8:"\u006d\u0069\u0074\u0045\u0074\u0061",0x1d439:"\u006d\u0069\u0074\u0046",0x1d43a:"\u006d\u0069\u0074\u0047",0x1d6e4:"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d43b:"\u006d\u0069\u0074\u0048",0x1d43c:"\u006d\u0069\u0074\u0049",0x1d6ea:"\u006di\u0074\u0049\u006f\u0074\u0061",0x1d43d:"\u006d\u0069\u0074\u004a",0x1d43e:"\u006d\u0069\u0074\u004b",0x1d6eb:"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d43f:"\u006d\u0069\u0074\u004c",0x1d6ec:"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a",0x1d440:"\u006d\u0069\u0074\u004d",0x1d6ed:"\u006d\u0069\u0074M\u0075",0x1d441:"\u006d\u0069\u0074\u004e",0x1d6ee:"\u006d\u0069\u0074N\u0075",0x1d442:"\u006d\u0069\u0074\u004f",0x1d6fa:"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d6f0:"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d443:"\u006d\u0069\u0074\u0050",0x1d6f7:"\u006d\u0069\u0074\u0050\u0068\u0069",0x1d6f1:"\u006d\u0069\u0074P\u0069",0x1d6f9:"\u006d\u0069\u0074\u0050\u0073\u0069",0x1d444:"\u006d\u0069\u0074\u0051",0x1d445:"\u006d\u0069\u0074\u0052",0x1d6f2:"\u006d\u0069\u0074\u0052\u0068\u006f",0x1d446:"\u006d\u0069\u0074\u0053",0x1d6f4:"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d447:"\u006d\u0069\u0074\u0054",0x1d6f5:"\u006d\u0069\u0074\u0054\u0061\u0075",0x1d6e9:"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d448:"\u006d\u0069\u0074\u0055",0x1d6f6:"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d449:"\u006d\u0069\u0074\u0056",0x1d44a:"\u006d\u0069\u0074\u0057",0x1d44b:"\u006d\u0069\u0074\u0058",0x1d6ef:"\u006d\u0069\u0074X\u0069",0x1d44c:"\u006d\u0069\u0074\u0059",0x1d44d:"\u006d\u0069\u0074\u005a",0x1d6e7:"\u006di\u0074\u005a\u0065\u0074\u0061",0x1d44e:"\u006d\u0069\u0074\u0061",0x1d6fc:"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d44f:"\u006d\u0069\u0074\u0062",0x1d6fd:"\u006di\u0074\u0062\u0065\u0074\u0061",0x1d450:"\u006d\u0069\u0074\u0063",0x1d712:"\u006d\u0069\u0074\u0063\u0068\u0069",0x1d451:"\u006d\u0069\u0074\u0064",0x1d6ff:"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d452:"\u006d\u0069\u0074\u0065",0x1d700:"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d702:"\u006d\u0069\u0074\u0065\u0074\u0061",0x1d453:"\u006d\u0069\u0074\u0066",0x1d454:"\u006d\u0069\u0074\u0067",0x1d6fe:"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d456:"\u006d\u0069\u0074\u0069",0x1d704:"\u006di\u0074\u0069\u006f\u0074\u0061",0x1d457:"\u006d\u0069\u0074\u006a",0x1d458:"\u006d\u0069\u0074\u006b",0x1d705:"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d459:"\u006d\u0069\u0074\u006c",0x1d706:"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a",0x1d45a:"\u006d\u0069\u0074\u006d",0x1d707:"\u006d\u0069\u0074m\u0075",0x1d45b:"\u006d\u0069\u0074\u006e",0x1d6fb:"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d708:"\u006d\u0069\u0074n\u0075",0x1d45c:"\u006d\u0069\u0074\u006f",0x1d714:"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d70a:"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d45d:"\u006d\u0069\u0074\u0070",0x1d715:"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d711:"\u006d\u0069\u0074\u0070\u0068\u0069",0x1d70b:"\u006d\u0069\u0074p\u0069",0x1d713:"\u006d\u0069\u0074\u0070\u0073\u0069",0x1d45e:"\u006d\u0069\u0074\u0071",0x1d45f:"\u006d\u0069\u0074\u0072",0x1d70c:"\u006d\u0069\u0074\u0072\u0068\u006f",0x1d460:"\u006d\u0069\u0074\u0073",0x1d608:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d609:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d60a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d60b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d60c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d60d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d60e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d60f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d610:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d611:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d612:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d613:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d614:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d615:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d616:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d617:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d618:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d619:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d61a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d61b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d61c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d61d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d61e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d61f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d620:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d621:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d622:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d623:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d624:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d625:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d626:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d627:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d628:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d629:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d62a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d62b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d62c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d62d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d62e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d62f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d630:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d631:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d632:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d633:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d634:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d635:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d636:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d637:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d638:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d639:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d63a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d63b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d70e:"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d461:"\u006d\u0069\u0074\u0074",0x1d70f:"\u006d\u0069\u0074\u0074\u0061\u0075",0x1d703:"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d462:"\u006d\u0069\u0074\u0075",0x1d710:"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d463:"\u006d\u0069\u0074\u0076",0x1d6f3:"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d716:"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d718:"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d719:"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i",0x1d71b:"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d71a:"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o",0x1d70d:"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d717:"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d464:"\u006d\u0069\u0074\u0077",0x1d465:"\u006d\u0069\u0074\u0078",0x1d709:"\u006d\u0069\u0074x\u0069",0x1d466:"\u006d\u0069\u0074\u0079",0x1d467:"\u006d\u0069\u0074\u007a",0x1d701:"\u006di\u0074\u007a\u0065\u0074\u0061",0x2adb:"\u006d\u006c\u0063\u0070",0x0270:"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0x3396:"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a3:"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4d:"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339f:"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x22a7:"\u006d\u006f\u0064\u0065\u006c\u0073",0x2a0a:"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m",0x3082:"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c1:"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x30e2:"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff93:"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33d6:"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e",0x0e21:"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069",0x33a7:"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x33a8:"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x24a8:"\u006d\u0070\u0061\u0072\u0065\u006e",0x33ab:"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e",0x1d5a0:"\u006d\u0073\u0061\u006e\u0073\u0041",0x1d5a1:"\u006d\u0073\u0061\u006e\u0073\u0042",0x1d5a2:"\u006d\u0073\u0061\u006e\u0073\u0043",0x1d5a3:"\u006d\u0073\u0061\u006e\u0073\u0044",0x1d5a4:"\u006d\u0073\u0061\u006e\u0073\u0045",0x1d5a5:"\u006d\u0073\u0061\u006e\u0073\u0046",0x1d5a6:"\u006d\u0073\u0061\u006e\u0073\u0047",0x1d5a7:"\u006d\u0073\u0061\u006e\u0073\u0048",0x1d5a8:"\u006d\u0073\u0061\u006e\u0073\u0049",0x1d5a9:"\u006d\u0073\u0061\u006e\u0073\u004a",0x1d5aa:"\u006d\u0073\u0061\u006e\u0073\u004b",0x1d5ab:"\u006d\u0073\u0061\u006e\u0073\u004c",0x1d5ac:"\u006d\u0073\u0061\u006e\u0073\u004d",0x1d5ad:"\u006d\u0073\u0061\u006e\u0073\u004e",0x1d5ae:"\u006d\u0073\u0061\u006e\u0073\u004f",0x1d5af:"\u006d\u0073\u0061\u006e\u0073\u0050",0x1d5b0:"\u006d\u0073\u0061\u006e\u0073\u0051",0x1d5b1:"\u006d\u0073\u0061\u006e\u0073\u0052",0x1d5b2:"\u006d\u0073\u0061\u006e\u0073\u0053",0x1d5b3:"\u006d\u0073\u0061\u006e\u0073\u0054",0x1d5b4:"\u006d\u0073\u0061\u006e\u0073\u0055",0x1d5b5:"\u006d\u0073\u0061\u006e\u0073\u0056",0x1d5b6:"\u006d\u0073\u0061\u006e\u0073\u0057",0x1d5b7:"\u006d\u0073\u0061\u006e\u0073\u0058",0x1d5b8:"\u006d\u0073\u0061\u006e\u0073\u0059",0x1d5b9:"\u006d\u0073\u0061\u006e\u0073\u005a",0x1d5ba:"\u006d\u0073\u0061\u006e\u0073\u0061",0x1d5bb:"\u006d\u0073\u0061\u006e\u0073\u0062",0x1d5bc:"\u006d\u0073\u0061\u006e\u0073\u0063",0x1d5bd:"\u006d\u0073\u0061\u006e\u0073\u0064",0x1d5be:"\u006d\u0073\u0061\u006e\u0073\u0065",0x1d7ea:"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d5bf:"\u006d\u0073\u0061\u006e\u0073\u0066",0x1d7e7:"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e",0x1d7e6:"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r",0x1d5c0:"\u006d\u0073\u0061\u006e\u0073\u0067",0x1d5c1:"\u006d\u0073\u0061\u006e\u0073\u0068",0x1d5c2:"\u006d\u0073\u0061\u006e\u0073\u0069",0x1d5c3:"\u006d\u0073\u0061\u006e\u0073\u006a",0x1d5c4:"\u006d\u0073\u0061\u006e\u0073\u006b",0x1d5c5:"\u006d\u0073\u0061\u006e\u0073\u006c",0x1d5c6:"\u006d\u0073\u0061\u006e\u0073\u006d",0x1d5c7:"\u006d\u0073\u0061\u006e\u0073\u006e",0x1d7eb:"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee",0x1d5c8:"\u006d\u0073\u0061\u006e\u0073\u006f",0x1d7e3:"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5c9:"\u006d\u0073\u0061\u006e\u0073\u0070",0x1d5ca:"\u006d\u0073\u0061\u006e\u0073\u0071",0x1d5cb:"\u006d\u0073\u0061\u006e\u0073\u0072",0x1d5cc:"\u006d\u0073\u0061\u006e\u0073\u0073",0x1d7e9:"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d7e8:"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d5cd:"\u006d\u0073\u0061\u006e\u0073\u0074",0x1d7e5:"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7e4:"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d5ce:"\u006d\u0073\u0061\u006e\u0073\u0075",0x1d5cf:"\u006d\u0073\u0061\u006e\u0073\u0076",0x1d5d0:"\u006d\u0073\u0061\u006e\u0073\u0077",0x1d5d1:"\u006d\u0073\u0061\u006e\u0073\u0078",0x1d5d2:"\u006d\u0073\u0061\u006e\u0073\u0079",0x1d5d3:"\u006d\u0073\u0061\u006e\u0073\u007a",0x1d7e2:"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o",0x1d49c:"\u006d\u0073\u0063r\u0041",0x212c:"\u006d\u0073\u0063r\u0042",0x1d49e:"\u006d\u0073\u0063r\u0043",0x1d49f:"\u006d\u0073\u0063r\u0044",0x2130:"\u006d\u0073\u0063r\u0045",0x2131:"\u006d\u0073\u0063r\u0046",0x1d4a2:"\u006d\u0073\u0063r\u0047",0x210b:"\u006d\u0073\u0063r\u0048",0x2110:"\u006d\u0073\u0063r\u0049",0x1d4a5:"\u006d\u0073\u0063r\u004a",0x1d4a6:"\u006d\u0073\u0063r\u004b",0x2112:"\u006d\u0073\u0063r\u004c",0x2133:"\u006d\u0073\u0063r\u004d",0x1d4a9:"\u006d\u0073\u0063r\u004e",0x1d4aa:"\u006d\u0073\u0063r\u004f",0x1d4ab:"\u006d\u0073\u0063r\u0050",0x1d4ac:"\u006d\u0073\u0063r\u0051",0x211b:"\u006d\u0073\u0063r\u0052",0x1d4ae:"\u006d\u0073\u0063r\u0053",0x1d4af:"\u006d\u0073\u0063r\u0054",0x1d4b0:"\u006d\u0073\u0063r\u0055",0x1d4b1:"\u006d\u0073\u0063r\u0056",0x1d4b2:"\u006d\u0073\u0063r\u0057",0x1d4b3:"\u006d\u0073\u0063r\u0058",0x1d4b4:"\u006d\u0073\u0063r\u0059",0x1d4b5:"\u006d\u0073\u0063r\u005a",0x1d4b6:"\u006d\u0073\u0063r\u0061",0x1d4b7:"\u006d\u0073\u0063r\u0062",0x1d4b8:"\u006d\u0073\u0063r\u0063",0x1d4b9:"\u006d\u0073\u0063r\u0064",0x212f:"\u006d\u0073\u0063r\u0065",0x1d4bb:"\u006d\u0073\u0063r\u0066",0x210a:"\u006d\u0073\u0063r\u0067",0x1d4bd:"\u006d\u0073\u0063r\u0068",0x1d4be:"\u006d\u0073\u0063r\u0069",0x1d4bf:"\u006d\u0073\u0063r\u006a",0x1d4c0:"\u006d\u0073\u0063r\u006b",0x1d4c1:"\u006d\u0073\u0063r\u006c",0x1d4c2:"\u006d\u0073\u0063r\u006d",0x1d4c3:"\u006d\u0073\u0063r\u006e",0x2134:"\u006d\u0073\u0063r\u006f",0x1d4c5:"\u006d\u0073\u0063r\u0070",0x1d4c6:"\u006d\u0073\u0063r\u0071",0x1d4c7:"\u006d\u0073\u0063r\u0072",0x1d4c8:"\u006d\u0073\u0063r\u0073",0x1d4c9:"\u006d\u0073\u0063r\u0074",0x1d4ca:"\u006d\u0073\u0063r\u0075",0x1d4cb:"\u006d\u0073\u0063r\u0076",0x1d4cc:"\u006d\u0073\u0063r\u0077",0x1d4cd:"\u006d\u0073\u0063r\u0078",0x1d4ce:"\u006d\u0073\u0063r\u0079",0x1d4cf:"\u006d\u0073\u0063r\u007a",0x33b3:"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0xf6ef:"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr",0x1d670:"\u006d\u0074\u0074\u0041",0x1d671:"\u006d\u0074\u0074\u0042",0x1d672:"\u006d\u0074\u0074\u0043",0x1d673:"\u006d\u0074\u0074\u0044",0x1d674:"\u006d\u0074\u0074\u0045",0x1d675:"\u006d\u0074\u0074\u0046",0x1d676:"\u006d\u0074\u0074\u0047",0x1d677:"\u006d\u0074\u0074\u0048",0x1d678:"\u006d\u0074\u0074\u0049",0x1d679:"\u006d\u0074\u0074\u004a",0x1d67a:"\u006d\u0074\u0074\u004b",0x1d67b:"\u006d\u0074\u0074\u004c",0x1d67c:"\u006d\u0074\u0074\u004d",0x1d67d:"\u006d\u0074\u0074\u004e",0x1d67e:"\u006d\u0074\u0074\u004f",0x1d67f:"\u006d\u0074\u0074\u0050",0x1d680:"\u006d\u0074\u0074\u0051",0x1d681:"\u006d\u0074\u0074\u0052",0x1d682:"\u006d\u0074\u0074\u0053",0x1d683:"\u006d\u0074\u0074\u0054",0x1d684:"\u006d\u0074\u0074\u0055",0x1d685:"\u006d\u0074\u0074\u0056",0x1d686:"\u006d\u0074\u0074\u0057",0x1d687:"\u006d\u0074\u0074\u0058",0x1d688:"\u006d\u0074\u0074\u0059",0x1d689:"\u006d\u0074\u0074\u005a",0x1d68a:"\u006d\u0074\u0074\u0061",0x1d68b:"\u006d\u0074\u0074\u0062",0x1d68c:"\u006d\u0074\u0074\u0063",0x1d68d:"\u006d\u0074\u0074\u0064",0x1d68e:"\u006d\u0074\u0074\u0065",0x1d7fe:"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074",0x1d68f:"\u006d\u0074\u0074\u0066",0x1d7fb:"\u006dt\u0074\u0066\u0069\u0076\u0065",0x1d7fa:"\u006dt\u0074\u0066\u006f\u0075\u0072",0x1d690:"\u006d\u0074\u0074\u0067",0x1d691:"\u006d\u0074\u0074\u0068",0x1d692:"\u006d\u0074\u0074\u0069",0x1d693:"\u006d\u0074\u0074\u006a",0x1d694:"\u006d\u0074\u0074\u006b",0x1d695:"\u006d\u0074\u0074\u006c",0x1d696:"\u006d\u0074\u0074\u006d",0x1d697:"\u006d\u0074\u0074\u006e",0x1d7ff:"\u006dt\u0074\u006e\u0069\u006e\u0065",0x1d698:"\u006d\u0074\u0074\u006f",0x1d7f7:"\u006d\u0074\u0074\u006f\u006e\u0065",0x1d699:"\u006d\u0074\u0074\u0070",0x1d69a:"\u006d\u0074\u0074\u0071",0x1d69b:"\u006d\u0074\u0074\u0072",0x1d69c:"\u006d\u0074\u0074\u0073",0x1d7fd:"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e",0x1d7fc:"\u006d\u0074\u0074\u0073\u0069\u0078",0x1d69d:"\u006d\u0074\u0074\u0074",0x1d7f9:"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065",0x1d7f8:"\u006d\u0074\u0074\u0074\u0077\u006f",0x1d69e:"\u006d\u0074\u0074\u0075",0x1d69f:"\u006d\u0074\u0074\u0076",0x1d6a0:"\u006d\u0074\u0074\u0077",0x1d6a1:"\u006d\u0074\u0074\u0078",0x1d6a2:"\u006d\u0074\u0074\u0079",0x1d6a3:"\u006d\u0074\u0074\u007a",0x1d7f6:"\u006dt\u0074\u007a\u0065\u0072\u006f",0x026f:"\u006dt\u0075\u0072\u006e\u0065\u0064",0x00b5:"\u006d\u0075",0x3382:"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e",0x226b:"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x226a:"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",0x338c:"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e",0x03bc:"\u006du\u0067\u0072\u0065\u0065\u006b",0x338d:"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e",0x3080:"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e0:"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff91:"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3395:"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e",0x22c9:"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074",0x22ca:"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074",0x22b8:"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070",0x27dc:"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076",0x22cb:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",0x22cc:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",0x00d7:"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",0x339b:"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e",0x05a3:"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x266a:"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065",0x266d:"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e",0x266f:"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e",0x33b2:"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e",0x33b6:"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e",0x33bc:"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e",0x33b9:"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33b7:"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33bf:"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33bd:"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006e:"\u006e",0x21fa:"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b3a:"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21fc:"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21fb:"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2915:"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2b35:"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3d:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2901:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2918:"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x09a8:"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci",0x0144:"\u006e\u0061\u0063\u0075\u0074\u0065",0x0928:"\u006e\u0061\u0064\u0065\u0076\u0061",0x0aa8:"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a28:"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x306a:"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x20a6:"\u006e\u0061\u0069r\u0061",0x30ca:"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff85:"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22bc:"\u006e\u0061\u006e\u0064",0x2249:"\u006ea\u0070\u0070\u0072\u006f\u0078",0x3381:"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x226d:"\u006e\u0061\u0073\u0079\u006d\u0070",0x266e:"\u006ea\u0074\u0075\u0072\u0061\u006c",0x2011:"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e",0x310b:"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o",0x0148:"\u006e\u0063\u0061\u0072\u006f\u006e",0x0146:"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81d:"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24dd:"\u006ec\u0069\u0072\u0063\u006c\u0065",0x1e4b:"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e45:"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e47:"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x306d:"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cd:"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff88:"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2931:"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077",0x292e:"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077",0x2922:"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw",0x26b2:"\u006e\u0065\u0075\u0074\u0065\u0072",0x338b:"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x0999:"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0919:"\u006eg\u0061\u0064\u0065\u0076\u0061",0x0a99:"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a19:"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e07:"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069",0x2275:"\u006eg\u0074\u0072\u0073\u0069\u006d",0x2af5:"\u006eh\u0056\u0076\u0065\u0072\u0074",0x3093:"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea",0x0272:"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x0273:"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x2af2:"\u006e\u0068\u0070a\u0072",0x326f:"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x320f:"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3135:"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3261:"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3136:"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3134:"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3168:"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3201:"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3167:"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3166:"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x306b:"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cb:"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff86:"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf899:"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e4d:"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069",0x0039:"\u006e\u0069\u006e\u0065",0x09ef:"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096f:"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061",0x0aef:"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6f:"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0669:"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x3029:"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3228:"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2089:"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff19:"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf739:"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247c:"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n",0x2490:"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f9:"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2178:"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x2079:"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2472:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2486:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x249a:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e59:"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069",0x22fe:"\u006e\u0069\u006f\u0062\u0061\u0072",0x22fc:"\u006e\u0069\u0073",0x22fa:"\u006e\u0069\u0073\u0064",0x01cc:"\u006e\u006a",0x30f3:"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea",0xff9d:"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x019e:"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067",0x2278:"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072",0x2274:"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d",0x1e49:"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff4e:"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339a:"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x09a3:"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0923:"\u006en\u0061\u0064\u0065\u0076\u0061",0x0aa3:"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a23:"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0929:"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061",0x306e:"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ce:"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff89:"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x00a0:"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065",0x0e13:"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i",0x0e19:"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069",0x0646:"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfee6:"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb9f:"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfee7:"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfee5:"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcd2:"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4b:"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfee8:"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd5:"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4e:"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfc8d:"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc8e:"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc4f:"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064",0xfcd3:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xe815:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcd4:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc8f:"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc50:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc70:"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c",0x2247:"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c",0x21ae:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x219a:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",0x219b:"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x2224:"\u006e\u006f\u0074\u0062\u0061\u0072",0x220c:"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",0x21ce:"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x2209:"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074",0x2260:"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2204:"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c",0x22ae:"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s",0x22af:"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061",0x226f:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2271:"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c",0x2279:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073",0x2a7e:"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x2262:"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c",0x226e:"\u006eo\u0074\u006c\u0065\u0073\u0073",0x2270:"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2226:"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2280:"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x22ad:"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073",0x2241:"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x2284:"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t",0x2288:"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c",0x2281:"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2285:"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",0x2289:"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c",0x22ec:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074",0x22ed:"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074",0x22ea:"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22eb:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x22ac:"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065",0x0576:"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24a9:"\u006e\u0070\u0061\u0072\u0065\u006e",0x2a14:"\u006ep\u006f\u006c\u0069\u006e\u0074",0x22e0:"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x2244:"\u006e\u0073\u0069m\u0065",0x22e2:"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",0x22e3:"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",0x33b1:"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x22e1:"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x207f:"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr",0x00f1:"\u006e\u0074\u0069\u006c\u0064\u0065",0x03bd:"\u006e\u0075",0x306c:"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cc:"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff87:"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09bc:"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x093c:"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a",0x0abc:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a3c:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0023:"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e",0xff03:"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5f:"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c",0x0374:"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b",0x0375:"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b",0x2116:"\u006e\u0075\u006d\u0065\u0072\u006f",0x05e0:"\u006e\u0075\u006e",0xfb40:"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h",0x2902:"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2904:"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2903:"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x29de:"\u006ev\u0069\u006e\u0066\u0074\u0079",0x21f7:"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b39:"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21f9:"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21f8:"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2914:"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x33b5:"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x2b34:"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3c:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2900:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2917:"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2932:"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2921:"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw",0x33bb:"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x099e:"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091e:"\u006ey\u0061\u0064\u0065\u0076\u0061",0x0a9e:"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1e:"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x006f:"\u006f",0x00f3:"\u006f\u0061\u0063\u0075\u0074\u0065",0x0e2d:"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x233d:"\u006f\u0062\u0061\u0072",0x0275:"\u006fb\u0061\u0072\u0072\u0065\u0064",0x04e9:"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04eb:"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0993:"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311b:"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o",0x29ba:"\u006f\u0062\u006f\u0074",0x23e0:"\u006fb\u0072\u0062\u0072\u0061\u006b",0x014f:"\u006f\u0062\u0072\u0065\u0076\u0065",0x29b8:"\u006fb\u0073\u006c\u0061\u0073\u0068",0x0911:"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a91:"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0949:"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac9:"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x01d2:"\u006f\u0063\u0061\u0072\u006f\u006e",0x24de:"\u006fc\u0069\u0072\u0063\u006c\u0065",0x00f4:"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed1:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed9:"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed3:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed5:"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ed7:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x043e:"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x020d:"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x0913:"\u006f\u0064\u0065v\u0061",0x00f6:"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e7:"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2a38:"\u006f\u0064\u0069\u0076",0x1ecd:"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw",0x29bc:"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074",0x0153:"\u006f\u0065",0x315a:"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x02db:"\u006f\u0067\u006f\u006e\u0065\u006b",0x0328:"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db",0x00f2:"\u006f\u0067\u0072\u0061\u0076\u0065",0x29c1:"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e",0x0a93:"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i",0x0585:"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x304a:"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ecf:"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a1:"\u006f\u0068\u006fr\u006e",0x1edb:"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee3:"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edd:"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1edf:"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee1:"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0151:"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x01a3:"\u006f\u0069",0x2230:"\u006f\u0069\u0069\u0069\u006e\u0074",0x222f:"\u006f\u0069\u0069n\u0074",0x2233:"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x020f:"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30aa:"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea",0xff75:"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3157:"\u006fk\u006f\u0072\u0065\u0061\u006e",0x29bb:"\u006fl\u0063\u0072\u006f\u0073\u0073",0x05ab:"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w",0x29c0:"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n",0x014d:"\u006fm\u0061\u0063\u0072\u006f\u006e",0x1e53:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e51:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x0950:"\u006f\u006d\u0064\u0065\u0076\u0061",0x03c9:"\u006f\u006d\u0065g\u0061",0x03d6:"\u006f\u006d\u0065\u0067\u0061\u0031",0x0461:"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0277:"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x047b:"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047d:"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x03ce:"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x0ad0:"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x03bf:"\u006fm\u0069\u0063\u0072\u006f\u006e",0x03cc:"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff4f:"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0031:"\u006f\u006e\u0065",0x09e7:"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0967:"\u006fn\u0065\u0064\u0065\u0076\u0061",0x2024:"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",0x215b:"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h",0x2155:"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068",0xf6dc:"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d",0x0ae7:"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a67:"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0661:"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x00bd:"\u006fn\u0065\u0068\u0061\u006c\u0066",0x3021:"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3220:"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2081:"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff11:"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f4:"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf731:"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2474:"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e",0x2488:"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd",0x06f1:"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00bc:"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072",0x2170:"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x2159:"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068",0x00b9:"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e51:"\u006fn\u0065\u0074\u0068\u0061\u0069",0x2153:"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064",0x01eb:"\u006fo\u0067\u006f\u006e\u0065\u006b",0x01ed:"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0a13:"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a4b:"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0254:"\u006f\u006f\u0070e\u006e",0x24aa:"\u006f\u0070\u0061\u0072\u0065\u006e",0x29b9:"\u006f\u0070\u0065r\u0070",0x2a2d:"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d",0x2a2e:"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d",0x2325:"\u006f\u0070\u0074\u0069\u006f\u006e",0x00aa:"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065",0x00ba:"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065",0x22b6:"\u006f\u0072\u0069\u0067\u006f\u0066",0x221f:"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c",0x22bb:"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x0912:"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x094a:"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x00f8:"\u006f\u0073\u006c\u0061\u0073\u0068",0x01ff:"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0x3049:"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a9:"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6b:"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6f0:"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr",0x047f:"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00f5:"\u006f\u0074\u0069\u006c\u0064\u0065",0x1e4d:"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4f:"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0x2a36:"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t",0x2a34:"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d",0x2a35:"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d",0x3121:"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x2125:"\u006f\u0075\u006ec\u0065",0x23de:"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e",0x23b4:"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20d6:"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x20e1:"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x203e:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065",0xfe4a:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065",0x0305:"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe49:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064",0xfe4c:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079",0xfe4b:"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079",0x23dc:"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n",0x09cb:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x094b:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0acb:"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0070:"\u0070",0x3380:"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x332b:"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065",0x09aa:"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e55:"\u0070\u0061\u0063\u0075\u0074\u0065",0x092a:"\u0070\u0061\u0064\u0065\u0076\u0061",0x21df:"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e",0x21de:"\u0070\u0061\u0067\u0065\u0075\u0070",0x0aaa:"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2a:"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3071:"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e2f:"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069",0x30d1:"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0484:"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db",0x04c0:"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x317f:"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x00b6:"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h",0x2029:"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072",0x2225:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x25b1:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",0x25b0:"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b",0x0028:"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t",0xfd3e:"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xf8ed:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ec:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078",0x208d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff08:"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe59:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0x207d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0xf8eb:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070",0xfe35:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x0029:"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074",0xfd3f:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xf8f8:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8f7:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078",0x208e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072",0xff09:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5a:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0x207e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072",0xf8f6:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe36:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x2af3:"\u0070\u0061\u0072\u0073\u0069\u006d",0x2202:"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066",0x2aa3:"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e",0x0599:"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x33a9:"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b7:"\u0070a\u0074\u0061\u0068\u0031\u0031",0x05a1:"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x3106:"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24df:"\u0070c\u0069\u0072\u0063\u006c\u0065",0x1e57:"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x043f:"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfb44:"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068",0x333b:"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0xfb43:"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x067e:"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c",0x057a:"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb57:"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb58:"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x307a:"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfb56:"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb59:"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xe813:"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0x30da:"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x04a7:"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x2b20:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b1f:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0xfb4e:"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0025:"\u0070e\u0072\u0063\u0065\u006e\u0074",0x066a:"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063",0xff05:"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6a:"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",0x002e:"\u0070\u0065\u0072\u0069\u006f\u0064",0x0589:"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x00b7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064",0x0097:"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030",0xff61:"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6e7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0e:"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe52:"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c",0xf6e8:"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x0342:"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062",0x27c2:"\u0070\u0065\u0072\u0070",0x2a5e:"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064",0x22a5:"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072",0x2ae1:"\u0070\u0065\u0072p\u0073",0x2031:"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064",0x2030:"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064",0x20a7:"\u0070\u0065\u0073\u0065\u0074\u0061",0xf81b:"\u0070\u0065\u0073o\u0031",0x338a:"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x09ab:"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092b:"\u0070h\u0061\u0064\u0065\u0076\u0061",0x0aab:"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2b:"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x03c6:"\u0070\u0068\u0069",0x03d5:"\u0070\u0068\u0069\u0031",0x327a:"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x321a:"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326c:"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314d:"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320c:"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0278:"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e",0x0e3a:"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069",0x01a5:"\u0070\u0068\u006fo\u006b",0x0e1e:"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e1c:"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0e20:"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069",0x03c0:"\u0070\u0069",0x3273:"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3213:"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3176:"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3265:"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3172:"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3142:"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3205:"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3174:"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e",0x3144:"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3175:"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e",0x3177:"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x3173:"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x3074:"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d4:"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0583:"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210f:"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069",0x002b:"\u0070\u006c\u0075\u0073",0x031f:"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2a25:"\u0070l\u0075\u0073\u0064\u006f\u0074",0x2a72:"\u0070l\u0075\u0073\u0065\u0071\u0071",0x2a23:"\u0070l\u0075\u0073\u0068\u0061\u0074",0x208a:"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x00b1:"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s",0x02d6:"\u0070l\u0075\u0073\u006d\u006f\u0064",0xff0b:"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a26:"\u0070l\u0075\u0073\u0073\u0069\u006d",0xfe62:"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl",0x2a27:"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f",0x207a:"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a28:"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066",0xff50:"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33d8:"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x307d:"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x261f:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065",0x261c:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065",0x261d:"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065",0x2a15:"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074",0x30dd:"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0e1b:"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i",0x3012:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x3020:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065",0x24ab:"\u0070\u0070\u0061\u0072\u0065\u006e",0x2ab7:"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x2ab9:"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab5:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c",0x22e8:"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074",0x227a:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2aaf:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c",0x227c:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079",0x227e:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2ab3:"\u0070r\u0065\u0063\u0065\u0071\u0071",0x2ab1:"\u0070r\u0065\u0063\u006e\u0065\u0071",0x211e:"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",0x0243:"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064",0x02b9:"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2035:"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x220f:"\u0070r\u006f\u0064\u0075\u0063\u0074",0x2313:"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066",0x2305:"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065",0x30fc:"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061",0x2318:"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr",0x2282:"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",0x2283:"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x2237:"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e",0x221d:"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c",0x22b0:"\u0070\u0072\u0075\u0072\u0065\u006c",0x03c8:"\u0070\u0073\u0069",0x0471:"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0486:"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x33b0:"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x3077:"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d7:"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x27d3:"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b",0x2008:"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065",0x27d4:"\u0070u\u0073\u0068\u006f\u0075\u0074",0x33b4:"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33ba:"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x0071:"\u0071",0x0958:"\u0071\u0061\u0064\u0065\u0076\u0061",0x05a8:"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfed6:"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed7:"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed5:"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed8:"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x059f:"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3111:"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e0:"\u0071c\u0069\u0072\u0063\u006c\u0065",0x02a0:"\u0071\u0068\u006fo\u006b",0xff51:"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb47:"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h",0x05e7:"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x24ac:"\u0071\u0070\u0061\u0072\u0065\u006e",0x2057:"\u0071\u0070\u0072\u0069\u006d\u0065",0x2669:"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065",0x05bb:"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x225f:"\u0071u\u0065\u0073\u0074\u0065\u0071",0x003f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x055e:"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x00bf:"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e",0xf7bf:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c",0x037e:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b",0xff1f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf73f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x0022:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c",0x201e:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065",0x201c:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0xff02:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x301e:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065",0x301d:"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064",0x201f:"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076",0x201d:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x2018:"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t",0x0244:"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x201b:"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x2019:"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x0149:"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e",0x201a:"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065",0x0027:"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065",0xff07:"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x0072:"\u0072",0x27eb:"\u0072\u0041\u006e\u0067\u006c\u0065",0x2984:"\u0072\u0042\u0072\u0061\u0063\u0065",0x2986:"\u0072\u0050\u0061\u0072\u0065\u006e",0x057c:"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b0:"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0155:"\u0072\u0061\u0063\u0075\u0074\u0065",0x0930:"\u0072\u0061\u0064\u0065\u0076\u0061",0x221a:"\u0072a\u0064\u0069\u0063\u0061\u006c",0xf8e5:"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x",0x33ae:"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065",0x33af:"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065",0x33ad:"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e",0x0ab0:"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a30:"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3089:"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x024d:"\u0072\u0061\u0069\u0073\u0065\u0064",0x30e9:"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff97:"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09f1:"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069",0x09f0:"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0264:"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e",0x2992:"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft",0x237c:"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077",0x2236:"\u0072\u0061\u0074i\u006f",0xe816:"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d",0x27c6:"\u0072\u0062\u0061\u0067",0x2998:"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x3116:"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23ad:"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23ac:"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d",0x23ab:"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a5:"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a6:"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298e:"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b",0x298c:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a4:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x2990:"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b",0x2773:"\u0072b\u0072\u0062\u0072\u0061\u006b",0x0159:"\u0072\u0063\u0061\u0072\u006f\u006e",0x0157:"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81f:"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611",0x24e1:"\u0072c\u0069\u0072\u0063\u006c\u0065",0xf832:"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x29fd:"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0211:"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e",0x292b:"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067",0x2930:"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077",0x1e59:"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5b:"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5d:"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x2117:"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074",0x203b:"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b",0x2286:"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",0x2287:"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x00ae:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064",0xf8e8:"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073",0xf6da:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066",0x0631:"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c",0x0580:"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfeae:"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x308c:"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfead:"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30ec:"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9a:"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfb48:"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05e8:"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q",0x211f:"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065",0x29a3:"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065",0x29a5:"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x22cd:"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",0x29b0:"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x223d:"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065",0x0597:"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2310:"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2aee:"\u0072e\u0076\u006e\u006d\u0069\u0064",0x29d2:"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x027e:"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk",0x027f:"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",0x29d5:"\u0072f\u0074\u0069\u006d\u0065\u0073",0x09dd:"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095d:"\u0072h\u0061\u0064\u0065\u0076\u0061",0x03c1:"\u0072\u0068\u006f",0x027d:"\u0072\u0068\u006fo\u006b",0x027b:"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064",0x02b5:"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03f1:"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",0x02de:"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064",0x3271:"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3211:"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3263:"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3140:"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x313a:"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3169:"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3139:"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e",0x313b:"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x316c:"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3203:"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x313f:"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e",0x313c:"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316b:"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e",0x313d:"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x313e:"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x316a:"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x316d:"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e",0x299d:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074",0x231d:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065",0x231c:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077",0x231f:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065",0x299c:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072",0x231e:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077",0x2975:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b48:"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078",0x2b4c:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072",0x291e:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064",0x2b43:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072",0x27f4:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073",0x2945:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073",0x2942:"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2974:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072",0x2b44:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074",0x21fe:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065",0x2947:"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290d:"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2933:"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x291c:"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2911:"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2937:"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x297d:"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d1:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074",0x2957:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072",0x2964:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e",0x2953:"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072",0x296c:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068",0x2970:"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079",0x2969:"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2968:"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x263d:"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn",0x27d6:"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e",0x2b54:"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b53:"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b",0x21c9:"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",0x0319:"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x291a:"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l",0x21f6:"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x22bf:"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x219d:"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077",0x308a:"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ea:"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff98:"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02da:"\u0072\u0069\u006e\u0067",0xf007:"\u0072\u0069\u006eg\u0031",0x0325:"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030a:"\u0072i\u006e\u0067\u0063\u006d\u0062",0xd80d:"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064",0x02bf:"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074",0x0559:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e",0x031c:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02d3:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064",0x02be:"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074",0x0339:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x02d2:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064",0x2256:"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c",0x028f:"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x0248:"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072",0x2a22:"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073",0x02ac:"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070",0x0247:"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072",0x0213:"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x3351:"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x202b:"\u0072\u006c\u0065",0x1e5f:"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x027c:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067",0x027a:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0xff52:"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b1:"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x308d:"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ed:"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9b:"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0e23:"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i",0x24ad:"\u0072\u0070\u0061\u0072\u0065\u006e",0x239f:"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x2994:"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r",0x23a0:"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x239e:"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x2a12:"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074",0x09dc:"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0931:"\u0072r\u0061\u0064\u0065\u0076\u0061",0x0a5c:"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x298a:"\u0072r\u0061\u006e\u0067\u006c\u0065",0x0691:"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb8d:"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x2988:"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x09e0:"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0960:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0ae0:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x09c4:"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0944:"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x0ac4:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069",0x29f7:"\u0072s\u006f\u006c\u0062\u0061\u0072",0x2ace:"\u0072s\u0071\u0068\u006f\u006f\u006b",0x2a65:"\u0072\u0073\u0075\u0062",0x023c:"\u0072\u0073\u0075\u0070\u0065\u0072",0xf6f1:"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2590:"\u0072t\u0062\u006c\u006f\u0063\u006b",0x2595:"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x29ce:"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069",0x0279:"\u0072t\u0075\u0072\u006e\u0065\u0064",0x02b4:"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x023e:"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x023d:"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x308b:"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30eb:"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff99:"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29f4:"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064",0x20a8:"\u0072\u0075\u0070e\u0065",0x09f2:"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x09f3:"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf6dd:"\u0072\u0075\u0070\u0069\u0061\u0068",0x0e24:"\u0072\u0075\u0074\u0068\u0061\u0069",0x23b9:"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee",0x098b:"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090b:"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0a8b:"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c3:"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0943:"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac3:"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i",0x29d9:"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0073:"\u0073",0x09b8:"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci",0x015b:"\u0073\u0061\u0063\u0075\u0074\u0065",0x1e65:"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0938:"\u0073\u0061\u0064\u0065\u0076\u0061",0xfeba:"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebb:"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb9:"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfebc:"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0ab8:"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a38:"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3055:"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b5:"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7b:"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfdfa:"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0x05e1:"\u0073\u0061\u006d\u0065\u006b\u0068",0xfb41:"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2143:"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064",0x2142:"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064",0x0e32:"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069",0x0e41:"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069",0x0e44:"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069",0x0e43:"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069",0x0e33:"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069",0x0e30:"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i",0x0e40:"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i",0xf886:"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e35:"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069",0xf885:"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e34:"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i",0x0e42:"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i",0xf888:"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e37:"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069",0xf887:"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e36:"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069",0x0e38:"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i",0x0e39:"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069",0x22a8:"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s",0x3119:"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0161:"\u0073\u0063\u0061\u0072\u006f\u006e",0x1e67:"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x015f:"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf817:"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611",0x0259:"\u0073\u0063\u0068w\u0061",0x04d9:"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04db:"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x025a:"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk",0x24e2:"\u0073c\u0069\u0072\u0063\u006c\u0065",0x015d:"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0219:"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x2a13:"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074",0x2108:"\u0073c\u0072\u0075\u0070\u006c\u0065",0x22b1:"\u0073\u0063\u0075\u0072\u0065\u006c",0x1e61:"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e63:"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e69:"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x033c:"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02af:"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",0x2033:"\u0073\u0065\u0063\u006f\u006e\u0064",0x02ca:"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x00a7:"\u0073e\u0063\u0074\u0069\u006f\u006e",0xfeb2:"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb3:"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfeb1:"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb4:"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcb0:"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x05b6:"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0592:"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x057d:"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x305b:"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bb:"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7e:"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x003b:"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn",0xff1b:"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe54:"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c",0x309c:"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061",0xff9f:"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0x3322:"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x3323:"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x292d:"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2120:"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b",0x29f5:"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",0x0037:"\u0073\u0065\u0076e\u006e",0x09ed:"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096d:"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a",0x215e:"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aed:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6d:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3027:"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3226:"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2087:"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff17:"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf737:"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247a:"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x248e:"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x06f7:"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2176:"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x2077:"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2470:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2484:"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e",0x2498:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e57:"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i",0x0577:"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b6:"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0651:"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfc61:"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5e:"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xfc60:"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063",0xfe7d:"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe7c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfc62:"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5f:"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xe825:"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw",0xe829:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf3:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c",0xe82b:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0xe828:"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077",0xfcf2:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c",0xe818:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xe82a:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077",0xe82c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf4:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c",0xe82d:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0x2592:"\u0073\u0068\u0061d\u0065",0xf822:"\u0073\u0068\u0061\u0064\u0065\u0031",0x2591:"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074",0x0936:"\u0073h\u0061\u0064\u0065\u0076\u0061",0x0ab6:"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a36:"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0593:"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x3115:"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0xfeb6:"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb7:"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfeb5:"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb8:"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfd30:"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c",0x03e3:"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04bb:"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21b0:"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t",0x21b1:"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x03ed:"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x05e9:"\u0073\u0068\u0069\u006e",0xfb49:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",0xfb2c:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074",0xfb2d:"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077",0x05c1:"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2a:"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074",0x0282:"\u0073\u0068\u006fo\u006b",0x2adf:"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b",0x2ade:"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b",0x2944:"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2ae0:"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b",0x29e2:"\u0073h\u0075\u0066\u0066\u006c\u0065",0x03c3:"\u0073\u0069\u0067m\u0061",0x03c2:"\u0073\u0069\u0067\u006d\u0061\u0031",0x03f2:"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b",0x3057:"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b7:"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7c:"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05bd:"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa0:"\u0073\u0069\u006dg\u0045",0x2a9e:"\u0073\u0069\u006d\u0067\u0074\u0072",0x223c:"\u0073i\u006d\u0069\u006c\u0061\u0072",0x2b49:"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2972:"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2a9f:"\u0073\u0069\u006dl\u0045",0x2a9d:"\u0073i\u006d\u006c\u0065\u0073\u0073",0x2a6c:"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d",0x2246:"\u0073i\u006d\u006e\u0065\u0071\u0071",0x2a24:"\u0073i\u006d\u0070\u006c\u0075\u0073",0x2a6b:"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073",0x223f:"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065",0x3274:"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3214:"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317e:"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3266:"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x317a:"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3145:"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x317b:"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3206:"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317d:"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x317c:"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x0036:"\u0073\u0069\u0078",0x09ec:"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096c:"\u0073i\u0078\u0064\u0065\u0076\u0061",0x0aec:"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6c:"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3026:"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3225:"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2086:"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff16:"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf736:"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2479:"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e",0x2006:"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248d:"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd",0x06f6:"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2175:"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0x2076:"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246f:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x09f9:"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069",0x2483:"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2497:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e56:"\u0073i\u0078\u0074\u0068\u0061\u0069",0x002f:"\u0073\u006c\u0061s\u0068",0x02ab:"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070",0xff0f:"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x02aa:"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070",0x1e9b:"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074",0x2322:"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e",0x25c2:"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074",0x25b8:"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x06e4:"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061",0x220a:"\u0073m\u0061\u006c\u006c\u0069\u006e",0x220d:"\u0073m\u0061\u006c\u006c\u006e\u0069",0x2a33:"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073",0x2b29:"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b2a:"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x29e4:"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c",0x2323:"\u0073\u006d\u0069l\u0065",0x263a:"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e",0xff53:"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aaa:"\u0073\u006d\u0074",0x2aac:"\u0073\u006d\u0074\u0065",0x2b52:"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0x2b2b:"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x05c3:"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077",0x00ad:"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e",0x044c:"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x305d:"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bd:"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7f:"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0338:"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x0337:"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062",0x0e29:"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069",0x0e28:"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069",0x0e0b:"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069",0x0e2a:"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i",0x0020:"\u0073\u0070\u0061c\u0065",0x2660:"\u0073\u0070\u0061d\u0065",0x2664:"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0x24ae:"\u0073\u0070\u0061\u0072\u0065\u006e",0x2222:"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065",0x29a1:"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x2a16:"\u0073\u0071\u0069n\u0074",0x2311:"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e",0x23b7:"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d",0x22e4:"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071",0x22e5:"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071",0x033b:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x2b13:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b",0x33c4:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063",0x339d:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d",0x25a9:"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c",0x22a1:"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft",0x25a4:"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c",0x228f:"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065",0x338f:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067",0x339e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d",0x33ce:"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c",0x25e7:"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x2b15:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b",0x25f1:"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x33d1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e",0x33d2:"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg",0x25ea:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b",0x25f2:"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x338e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067",0x33d5:"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l",0x229f:"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073",0x339c:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d",0x33a1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064",0x22a0:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2290:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c",0x25a6:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c",0x229e:"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073",0x25e8:"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b",0x02ae:"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x2b12:"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b",0x25e9:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b",0x25f0:"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25a7:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c",0x25a8:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c",0x2b14:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b",0x25f3:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25a5:"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c",0x25a3:"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k",0x21ad:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",0x21dd:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x25a2:"\u0073q\u0075\u006f\u0076\u0061\u006c",0x33db:"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x09b7:"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0937:"\u0073s\u0061\u0064\u0065\u0076\u0061",0x0ab7:"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x3149:"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3185:"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3180:"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3132:"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3165:"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3143:"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3146:"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3138:"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x2afd:"\u0073\u0073\u006c\u0061\u0073\u0068",0xf6f2:"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr",0xfb06:"\u0073\u0074",0x22c6:"\u0073\u0074\u0061\u0072",0x225b:"\u0073\u0074\u0061\u0072\u0065\u0071",0x00a3:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067",0xffe1:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x23e4:"\u0073\u0074\u0072n\u0073",0x0336:"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062",0x0335:"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x2ac3:"\u0073u\u0062\u0065\u0064\u006f\u0074",0x2ac1:"\u0073u\u0062\u006d\u0075\u006c\u0074",0x2979:"\u0073u\u0062\u0072\u0061\u0072\u0072",0x2ac9:"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c3:"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x22d0:"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l",0x2ac5:"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c",0x2abd:"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft",0x228a:"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2acb:"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c",0x2abf:"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2291:"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x2ac7:"\u0073\u0075\u0062\u0073\u0069\u006d",0x2ad5:"\u0073\u0075\u0062\u0073\u0075\u0062",0x2ad3:"\u0073\u0075\u0062\u0073\u0075\u0070",0x2ab8:"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x227b:"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2ab4:"\u0073u\u0063\u0063\u0065\u0071\u0071",0x2ab2:"\u0073u\u0063\u0063\u006e\u0065\u0071",0x220b:"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",0x3059:"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b9:"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7d:"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0652:"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfe7e:"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe822:"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077",0xfe7f:"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c",0xe834:"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x23b3:"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm",0x2a0b:"\u0073\u0075\u006d\u0069\u006e\u0074",0x2211:"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn",0x23b2:"\u0073\u0075\u006d\u0074\u006f\u0070",0x263c:"\u0073\u0075\u006e",0x2ad8:"\u0073u\u0070\u0064\u0073\u0075\u0062",0x2ac4:"\u0073u\u0070\u0065\u0064\u006f\u0074",0x0670:"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066",0x22d1:"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c",0x2ac6:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x228b:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2acc:"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",0x2292:"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x27c9:"\u0073u\u0070\u0068\u0073\u006f\u006c",0x2ad7:"\u0073u\u0070\u0068\u0073\u0075\u0062",0x297b:"\u0073u\u0070\u006c\u0061\u0072\u0072",0x2ac2:"\u0073u\u0070\u006d\u0075\u006c\u0074",0x2aca:"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c4:"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x2abe:"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft",0x2ac0:"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2ac8:"\u0073\u0075\u0070\u0073\u0069\u006d",0x2ad4:"\u0073\u0075\u0070\u0073\u0075\u0062",0x2ad6:"\u0073\u0075\u0070\u0073\u0075\u0070",0x33dc:"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x337c:"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x0074:"\u0074",0x09a4:"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci",0x22a4:"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e",0x22a3:"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074",0x0924:"\u0074\u0061\u0064\u0065\u0076\u0061",0x0aa4:"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a24:"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0637:"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec2:"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec3:"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x305f:"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec1:"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec4:"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x337d:"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30bf:"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff80:"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2afe:"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0xfe71:"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065",0x03c4:"\u0074\u0061\u0075",0xfb4a:"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h",0x05ea:"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w",0x0167:"\u0074\u0062\u0061\u0072",0x310a:"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0165:"\u0074\u0063\u0061\u0072\u006f\u006e",0xf815:"\u0074c\u0061\u0072\u006f\u006e\u0031",0x02a8:"\u0074\u0063\u0063\u0075\u0072\u006c",0x0163:"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf819:"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611",0x0686:"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7b:"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7c:"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfb7a:"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb7d:"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x24e3:"\u0074c\u0069\u0072\u0063\u006c\u0065",0x1e71:"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e97:"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e6b:"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6d:"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ad:"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfe96:"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfca2:"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc0c:"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063",0xfe97:"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3066:"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe95:"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfca1:"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0b:"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0x0629:"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe94:"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfe93:"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfe98:"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca4:"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0e:"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc73:"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc74:"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xe814:"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfca3:"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc75:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc10:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30c6:"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff83:"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2121:"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee",0x05a0:"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a9:"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3229:"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x247d:"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2491:"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd",0x2179:"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x02a7:"\u0074\u0065\u0073\u0068",0xfb38:"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h",0x05d8:"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w",0x04b5:"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x059b:"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x09a5:"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0925:"\u0074h\u0061\u0064\u0065\u0076\u0061",0x0aa5:"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a25:"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0630:"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeac:"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeab:"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xf898:"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf897:"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4c:"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069",0xf896:"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x062b:"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9a:"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9b:"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe99:"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe9c:"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca6:"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc12:"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",0x2234:"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e",0x29e7:"\u0074h\u0065\u0072\u006d\u006f\u0064",0x03b8:"\u0074\u0068\u0065t\u0061",0x03d1:"\u0074\u0068\u0065\u0074\u0061\u0031",0x3279:"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3219:"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326b:"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314c:"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320b:"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x2009:"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e",0x246c:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2480:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2494:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e11:"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069",0x01ad:"\u0074\u0068\u006fo\u006b",0x0e12:"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069",0x00fe:"\u0074\u0068\u006fr\u006e",0x0e17:"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e10:"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e18:"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069",0x0e16:"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0482:"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x066c:"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x0033:"\u0074\u0068\u0072e\u0065",0x09e9:"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x27c0:"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x0969:"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a",0x2af6:"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e",0x215c:"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x2157:"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073",0x0ae9:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a69:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3023:"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3222:"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2083:"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff13:"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x09f6:"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069",0xf733:"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2476:"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e",0x2004:"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248a:"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f3:"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00be:"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073",0xf6de:"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068",0x2172:"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0x00b3:"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e53:"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i",0x20e8:"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074",0x3394:"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e",0x2040:"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t",0x29dd:"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079",0x3061:"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c1:"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff81:"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3270:"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3210:"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3262:"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3137:"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x3202:"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x02dc:"\u0074\u0069\u006cd\u0065",0xf004:"\u0074\u0069\u006c\u0064\u0065\u0031",0x0330:"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0303:"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062",0x0360:"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062",0x0276:"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p",0x0334:"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062",0x033e:"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062",0x2a31:"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072",0x0596:"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x0a70:"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0483:"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x057f:"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6f:"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x29ff:"\u0074\u006d\u0069\u006e\u0075\u0073",0xff54:"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0569:"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2928:"\u0074\u006f\u0065\u0061",0x3068:"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c8:"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff84:"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2927:"\u0074\u006f\u006e\u0061",0x02e5:"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064",0x02e9:"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064",0x02e6:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064",0x02e8:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064",0x02e7:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064",0x01bd:"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0185:"\u0074o\u006e\u0065\u0073\u0069\u0078",0x01a8:"\u0074o\u006e\u0065\u0074\u0077\u006f",0x0384:"\u0074\u006f\u006eo\u0073",0x3327:"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e",0x0e0f:"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069",0x2336:"\u0074\u006f\u0070\u0062\u006f\u0074",0x2af1:"\u0074\u006f\u0070\u0063\u0069\u0072",0x2ada:"\u0074o\u0070\u0066\u006f\u0072\u006b",0x25e0:"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x3014:"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe5d:"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c",0xfe39:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3015:"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t",0xfe5e:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xfe3a:"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x2929:"\u0074\u006f\u0073\u0061",0x0e15:"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i",0x292a:"\u0074\u006f\u0077\u0061",0x01ab:"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b",0x24af:"\u0074\u0070\u0061\u0072\u0065\u006e",0x29fe:"\u0074\u0070\u006cu\u0073",0x2122:"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k",0xf8ea:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073",0xf6db:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066",0x23e2:"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m",0x0288:"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x2023:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074",0x25ec:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074",0x25ed:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b",0x22b4:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c",0x2a3a:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073",0x29ca:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074",0x2a39:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073",0x25ee:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b",0x22b5:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c",0x29cc:"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s",0x29cd:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073",0x2a3b:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073",0x29cb:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x29fb:"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073",0x2034:"\u0074r\u0070\u0072\u0069\u006d\u0065",0x2afb:"\u0074r\u0073\u006c\u0061\u0073\u0068",0x02a6:"\u0074\u0073",0xfb46:"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068",0x0446:"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x05b5:"\u0074s\u0065\u0072\u0065\u0031\u0032",0x045b:"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6f3:"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr",0x099f:"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091f:"\u0074t\u0061\u0064\u0065\u0076\u0061",0x0a9f:"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1f:"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb67:"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb68:"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb69:"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x09a0:"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0920:"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa0:"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a20:"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0287:"\u0074t\u0075\u0072\u006e\u0065\u0064",0x3064:"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c4:"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff82:"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29a2:"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce",0x2129:"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061",0x2319:"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft",0x22a2:"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",0x3063:"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c3:"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6f:"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x246b:"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x247f:"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e",0x2493:"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x217b:"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0xd80c:"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068",0x2473:"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065",0x5344:"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075",0x2487:"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x249b:"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064",0x0032:"\u0074\u0077\u006f",0x0662:"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c",0x09e8:"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x2a4b:"\u0074w\u006f\u0063\u0061\u0070\u0073",0x2a4a:"\u0074w\u006f\u0063\u0075\u0070\u0073",0x0968:"\u0074w\u006f\u0064\u0065\u0076\u0061",0x2025:"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",0xfe30:"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c",0x2156:"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s",0x0ae8:"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a68:"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3022:"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x21a1:"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x2b3b:"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c",0x2b37:"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b36:"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2905:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f",0x2916:"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c",0x219f:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077",0x2949:"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x3221:"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2082:"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff12:"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f5:"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf732:"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2475:"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e",0x2489:"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd",0x06f2:"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2171:"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x01bb:"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be",0x00b2:"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e52:"\u0074w\u006f\u0074\u0068\u0061\u0069",0x2154:"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s",0x2982:"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn",0x0075:"\u0075",0x2643:"\u0075\u0032\u00364\u0033",0x00fa:"\u0075\u0061\u0063\u0075\u0074\u0065",0x0289:"\u0075\u0062\u0061\u0072",0x0989:"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3128:"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23e1:"\u0075b\u0072\u0062\u0072\u0061\u006b",0x016d:"\u0075\u0062\u0072\u0065\u0076\u0065",0x01d4:"\u0075\u0063\u0061\u0072\u006f\u006e",0xf834:"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24e4:"\u0075c\u0069\u0072\u0063\u006c\u0065",0x00fb:"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e77:"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0951:"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0171:"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e",0x0215:"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0909:"\u0075\u0064\u0065v\u0061",0x00fc:"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d8:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e73:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01da:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f1:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01dc:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d6:"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ee5:"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00f9:"\u0075\u0067\u0072\u0061\u0076\u0065",0x0a89:"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a09:"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3046:"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ee7:"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01b0:"\u0075\u0068\u006fr\u006e",0x1ee9:"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef1:"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eeb:"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eed:"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eef:"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x04f3:"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0217:"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30a6:"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff73:"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0479:"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x315c:"\u0075k\u006f\u0072\u0065\u0061\u006e",0x25dc:"\u0075\u006c\u0061r\u0063",0x25f8:"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x016b:"\u0075m\u0061\u0063\u0072\u006f\u006e",0x04ef:"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7b:"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0a41:"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x2a41:"\u0075\u006d\u0069\u006e\u0075\u0073",0xff55:"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23df:"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065",0x23b5:"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20ee:"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x20ed:"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x23dd:"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e",0x20ef:"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x20ec:"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e",0x005f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x2017:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c",0xff3f:"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe33:"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0xfe4f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079",0x203f:"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065",0x22ef:"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073",0x222a:"\u0075\u006e\u0069o\u006e",0x22d3:"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c",0x228e:"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069",0x2294:"\u0075n\u0069\u006f\u006e\u0073\u0071",0x22c3:"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t",0x2200:"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l",0x0173:"\u0075o\u0067\u006f\u006e\u0065\u006b",0x214b:"\u0075\u0070\u0061n\u0064",0x24b0:"\u0075\u0070\u0061\u0072\u0065\u006e",0x2909:"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x29bd:"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2580:"\u0075p\u0062\u006c\u006f\u0063\u006b",0x03dd:"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da",0x2951:"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074",0x294d:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074",0x294c:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074",0x294f:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074",0x296e:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x2594:"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x297e:"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2960:"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072",0x295c:"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072",0x2963:"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x27d2:"\u0075\u0070\u0069\u006e",0x2a1b:"\u0075\u0070\u0069n\u0074",0x03df:"\u0075p\u006b\u006f\u0070\u0070\u0061",0x03d8:"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061",0x03d9:"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061",0x05c4:"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",0x2934:"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0x03e1:"\u0075p\u0073\u0061\u006d\u0070\u0069",0x03c5:"\u0075p\u0073\u0069\u006c\u006f\u006e",0x02f9:"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073",0x03cb:"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03b0:"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073",0x028a:"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e",0x03cd:"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x29f8:"\u0075p\u0073\u006c\u006f\u0070\u0065",0x03db:"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061",0x031d:"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x02d4:"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd",0x03f4:"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x0a73:"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x25dd:"\u0075\u0072\u0061r\u0063",0x016f:"\u0075\u0072\u0069n\u0067",0x25f9:"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x3045:"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a5:"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff69:"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x04af:"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b1:"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0169:"\u0075\u0074\u0069\u006c\u0064\u0065",0x1e79:"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e75:"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x098a:"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci",0x090a:"\u0075\u0075\u0064\u0065\u0076\u0061",0x0a8a:"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a0a:"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a42:"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09c2:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0942:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac2:"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c1:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0941:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac1:"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0076:"\u0076",0x2ae8:"\u0076\u0042\u0061\u0072",0x2ae9:"\u0076\u0042\u0061r\u0076",0x2ae2:"\u0076\u0044\u0064\u0061\u0073\u0068",0x0935:"\u0076\u0061\u0064\u0065\u0076\u0061",0x0ab5:"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a35:"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x30f7:"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2ae6:"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068",0x23ce:"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x2306:"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",0x2b21:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e",0x2b22:"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x232c:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073",0xfb1e:"\u0076\u0061\u0072\u0069\u006b\u0061",0x22f6:"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f3:"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073",0x22fd:"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r",0x22fb:"\u0076\u0061\u0072\u006e\u0069\u0073",0x2232:"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x22b2:"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22b3:"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2a61:"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r",0x05d5:"\u0076\u0061\u0076",0xfb35:"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb4b:"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d",0x23aa:"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x29d0:"\u0076\u0062\u0072\u0074\u0072\u0069",0x24e5:"\u0076c\u0069\u0072\u0063\u006c\u0065",0x1e7f:"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a2f:"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073",0x20d7:"\u0076\u0065\u0063\u0074\u006f\u0072",0x27c7:"\u0076\u0065\u0065\u0064\u006f\u0074",0x2a63:"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072",0x225a:"\u0076\u0065\u0065e\u0071",0x2a5b:"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a52:"\u0076e\u0065\u006f\u0064\u006f\u0074",0x2a56:"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065",0x2a59:"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x06a4:"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfb6b:"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb6c:"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb6a:"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb6d:"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x30f9:"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2123:"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065",0x030d:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062",0x0329:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02cc:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064",0x02c8:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064",0x20d2:"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079",0x057e:"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x028b:"\u0076\u0068\u006fo\u006b",0x2317:"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061",0x30f8:"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x09cd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x094d:"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061",0x0acd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x0983:"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069",0x0903:"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061",0x0a83:"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x27dd:"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h",0xff56:"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0578:"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x309e:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30fe:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x309b:"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061",0xff9e:"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x30fa:"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b1:"\u0076\u0070\u0061\u0072\u0065\u006e",0x25af:"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x25ae:"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",0x021b:"\u0076s\u0063\u0072\u0069\u0070\u0074",0x1e7d:"\u0076\u0074\u0069\u006c\u0064\u0065",0x021c:"\u0076\u0074\u0075r\u006e",0x028c:"\u0076t\u0075\u0072\u006e\u0065\u0064",0x3094:"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f4:"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2b1d:"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2218:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1e:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x299a:"\u0076z\u0069\u0067\u007a\u0061\u0067",0x0077:"\u0077",0x1e83:"\u0077\u0061\u0063\u0075\u0074\u0065",0x3159:"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n",0x308f:"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ef:"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9c:"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3158:"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x308e:"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ee:"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3357:"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x301c:"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068",0xfe34:"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x0648:"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c",0xfeee:"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe86:"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeed:"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe85:"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0x33dd:"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24e6:"\u0077c\u0069\u0072\u0063\u006c\u0065",0x0175:"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e85:"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e87:"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e89:"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a5f:"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072",0x27d1:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074",0x2a60:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072",0x2a5a:"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a51:"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft",0x2a55:"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x2259:"\u0077\u0065\u0064\u0067\u0065\u0071",0x3091:"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x2118:"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073",0x30f1:"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315e:"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x315d:"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n",0x1e81:"\u0077\u0067\u0072\u0061\u0076\u0065",0x25e6:"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074",0x25cb:"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x300e:"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074",0xfe43:"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x300f:"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xfe44:"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x25c7:"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x25c8:"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064",0x25bf:"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25bd:"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x27c1:"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065",0x25c3:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25c1:"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3016:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0x3017:"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0x25c5:"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",0x25bb:"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",0x25b9:"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b7:"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25ab:"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x27e4:"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074",0x27e5:"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074",0x2606:"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r",0x260f:"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065",0x3018:"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074",0x3019:"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x25b5:"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x25b3:"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2b2d:"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2f:"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x29a6:"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",0x29a7:"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x20e9:"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065",0x3090:"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f0:"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315f:"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0xff57:"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3092:"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f2:"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff66:"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a9:"\u0077\u006f\u006e",0xffe6:"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e27:"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069",0x24b2:"\u0077\u0070\u0061\u0072\u0065\u006e",0x2240:"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074",0x1e98:"\u0077\u0072\u0069n\u0067",0x0240:"\u0077\u0073\u0075\u0070\u0065\u0072",0x02b7:"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr",0x021d:"\u0077\u0074\u0075r\u006e",0x028d:"\u0077t\u0075\u0072\u006e\u0065\u0064",0x01bf:"\u0077\u0079\u006e\u006e",0x0078:"\u0078",0x033d:"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db",0x3112:"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e7:"\u0078c\u0069\u0072\u0063\u006c\u0065",0x1e8d:"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8b:"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x056d:"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03be:"\u0078\u0069",0xff58:"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24b3:"\u0078\u0070\u0061\u0072\u0065\u006e",0x02e3:"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0079:"\u0079",0x334e:"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x09af:"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00fd:"\u0079\u0061\u0063\u0075\u0074\u0065",0x092f:"\u0079\u0061\u0064\u0065\u0076\u0061",0x3152:"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n",0x0aaf:"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2f:"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3084:"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e4:"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff94:"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3151:"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e4e:"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069",0x3083:"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e3:"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6c:"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0463:"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x24e8:"\u0079c\u0069\u0072\u0063\u006c\u0065",0x0177:"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x00ff:"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8f:"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef5:"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw",0x064a:"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c",0x06d2:"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfbaf:"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfef2:"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0626:"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8a:"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8b:"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063",0xfe8c:"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfef3:"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfef1:"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcdd:"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc58:"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc94:"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0x06d1:"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063",0xfc95:"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc59:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfcdb:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfe89:"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0xfcda:"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcdc:"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc91:"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0x3156:"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x00a5:"\u0079\u0065\u006e",0xffe5:"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3155:"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n",0x3186:"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e",0x05aa:"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077",0x044b:"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04f9:"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x3181:"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e",0x3183:"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3182:"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x059a:"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077",0x1ef3:"\u0079\u0067\u0072\u0061\u0076\u0065",0x01b4:"\u0079\u0068\u006fo\u006b",0x1ef7:"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0575:"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0457:"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3162:"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0x262f:"\u0079i\u006e\u0079\u0061\u006e\u0067",0x0582:"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff59:"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb39:"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05f2:"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfb1f:"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",0x0222:"\u0079\u006f\u0067\u0068",0x0223:"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c",0x3088:"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3189:"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e8:"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff96:"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x315b:"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x3087:"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e7:"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6e:"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03f3:"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b",0x3188:"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3187:"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e22:"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i",0x0e0d:"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x24b4:"\u0079\u0070\u0061\u0072\u0065\u006e",0x037a:"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069",0x0345:"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062",0x01a6:"\u0079\u0072",0x1e99:"\u0079\u0072\u0069n\u0067",0x0241:"\u0079\u0073\u0075\u0070\u0065\u0072",0x02b8:"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr",0x1ef9:"\u0079\u0074\u0069\u006c\u0064\u0065",0x021e:"\u0079\u0074\u0075r\u006e",0x028e:"\u0079t\u0075\u0072\u006e\u0065\u0064",0x3086:"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x318c:"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e6:"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff95:"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3160:"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x046b:"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046d:"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0467:"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0469:"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x3085:"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e5:"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6d:"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x318b:"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318a:"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x09df:"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095f:"\u0079y\u0061\u0064\u0065\u0076\u0061",0x007a:"\u007a",0x0566:"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x017a:"\u007a\u0061\u0063\u0075\u0074\u0065",0x095b:"\u007a\u0061\u0064\u0065\u0076\u0061",0x0a5b:"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0638:"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec6:"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec7:"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3056:"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec5:"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec8:"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0632:"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb0:"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeaf:"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30b6:"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0595:"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0594:"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0598:"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfb36:"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x3117:"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x017e:"\u007a\u0063\u0061\u0072\u006f\u006e",0x24e9:"\u007ac\u0069\u0072\u0063\u006c\u0065",0x1e91:"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x2a1f:"\u007a\u0063\u006d\u0070",0x0291:"\u007a\u0063\u0075r\u006c",0x017c:"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e93:"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0499:"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04df:"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x305c:"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bc:"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0030:"\u007a\u0065\u0072\u006f",0x09e6:"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0966:"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061",0x0ae6:"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a66:"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0660:"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x2080:"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff10:"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf730:"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x06f0:"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2070:"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e50:"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069",0xfeff:"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072",0x200b:"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065",0x03b6:"\u007a\u0065\u0074\u0061",0x3113:"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x056a:"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fe:"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c2:"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0436:"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0497:"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dd:"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3058:"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b8:"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ae:"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x1e95:"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff5a:"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x305e:"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30be:"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b5:"\u007a\u0070\u0061\u0072\u0065\u006e",0x2a20:"\u007a\u0070\u0069p\u0065",0x2a21:"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074",0x0290:"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0220:"\u007ar\u0074\u0068\u006f\u006f\u006b",0x01b6:"\u007as\u0074\u0072\u006f\u006b\u0065",0x305a:"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ba:"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061"}); -func NewWinAnsiEncoder ()SimpleEncoder {return _fbc .NewEncoder ()};func (_ee CMapEncoder )charcodeToString (_gca CharCode )(string ,bool ){if _ee ._fee ==nil {return MissingCodeString ,false ;};_dcc :=_egc .CharCode (_gca );if _ee ._eae !=nil {var _af bool ; -if _dcc ,_af =_ee ._eae .CharcodeToCID (_egc .CharCode (_gca ));!_af {return MissingCodeString ,false ;};};return _ee ._fee .CharcodeToUnicode (_dcc );};const (_fdg ="\u0050\u0064\u0066\u0044\u006f\u0063\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_eda ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -);func (_geb CMapEncoder )Decode (raw []byte )string {if _geb ._eae !=nil {if _ed ,_bca :=_geb ._eae .BytesToCharcodes (raw );_bca {var _ddb _ga .Buffer ;for _ ,_ebc :=range _ed {_agf ,_ :=_geb .charcodeToString (CharCode (_ebc ));_ddb .WriteString (_agf ); -};return _ddb .String ();};};return _fac (_geb ,raw );};func _dfd (_fae string ,_ggc *_fde .ByteRuneMap )*simpleMapping {return &simpleMapping {_dbb :_fae ,_bacc :_ggc };};type charCodeGlyphNameMap struct{_cf map[CharCode ]GlyphName ;_gg _e .RWMutex ;}; -func (_dc CMapEncoder )RuneToCharcode (r rune )(CharCode ,bool ){if _dc ._fee ==nil {return 0,false ;};_fecd ,_beb :=_dc ._fee .StringToCID (string (r ));if !_beb {return 0,false ;};if _dc ._eae !=nil {_gc ,_gfa :=_dc ._eae .CIDToCharcode (_fecd );if !_gfa {return 0,false ; -};return CharCode (_gc ),true ;};return CharCode (_fecd ),true ;};func (_dgdb *simpleEncodersMap )Read (s string )(func ()SimpleEncoder ,bool ){_dgdb ._eggg .RLock ();defer _dgdb ._eggg .RUnlock ();_gdcb ,_dfag :=_dgdb ._fecfg [s ];return _gdcb ,_dfag ; -};func (_ebb *simpleEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_gfbe :=byte (code );_cggg ,_acda :=_ebb ._fbe .Read (_gfbe );if _ebb ._bbag ==nil {_ebb ._bbag =_fde .MakeRuneSet (1);};_ebb ._bbag .Write (_cggg ); -return _cggg ,_acda ;};func (_gccg simpleDecoder )Transform (dst ,src []byte ,_ bool )(_agba ,_ddc int ,_ error ){for len (src )!=0{_gagf :=src [0];src =src [1:];_bggf ,_fcac :=_gccg ._aea .Read (_gagf );if !_fcac {_bggf =MissingCodeRune ;};if _fe .RuneLen (_bggf )> len (dst ){return _agba ,_ddc ,_fea .ErrShortDst ; -};_acfc :=_fe .EncodeRune (dst ,_bggf );dst =dst [_acfc :];_ddc ++;_agba +=_acfc ;};return _agba ,_ddc ,nil ;};func (_bbg UTF16Encoder )String ()string {return _bbg ._aee };type charCodeGlyphNameTuple struct{CharCode CharCode ;GlyphName GlyphName ;};var _ageg =_fde .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x17',0x17:'\x17',0x18:'˘',0x19:'ˇ',0x1a:'ˆ',0x1b:'˙',0x1c:'˝',0x1d:'˛',0x1e:'˚',0x1f:'˜',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x80:'•',0x81:'†',0x82:'‡',0x83:'…',0x84:'—',0x85:'–',0x86:'ƒ',0x87:'⁄',0x88:'‹',0x89:'›',0x8a:'−',0x8b:'‰',0x8c:'„',0x8d:'“',0x8e:'”',0x8f:'‘',0x90:'’',0x91:'‚',0x92:'™',0x93:'fi',0x94:'fl',0x95:'Ł',0x96:'Œ',0x97:'Š',0x98:'Ÿ',0x99:'Ž',0x9a:'ı',0x9b:'ł',0x9c:'œ',0x9d:'š',0x9e:'ž',0xa0:'€',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); -func (_gcae *TrueTypeFontEncoder )GlyphToCharcode (glyph GlyphName )(CharCode ,bool ){if len (glyph )==7&&glyph [0:3]=="\u0075\u006e\u0069"{var _efd uint16 ;_egbf ,_gaaf :=_d .Sscanf (string (glyph ),"\u0075\u006e\u0069%\u0058",&_efd );if _egbf ==1&&_gaaf ==nil {return _gcae .RuneToCharcode (rune (_efd )); -};};if _bfe ,_edfd :=_gab .Read (string (glyph ));_edfd {return _gcae .RuneToCharcode (_bfe );};_ea .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u003a\u0020\u0075\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0067\u006c\u0079\u0070\u0068\u002d\u003e\u0063\u0068a\u0072\u0063\u006f\u0064\u0065\u0020e\u006e\u0074r\u0079\u0020(\u0025s\u0029",glyph ); -return 0,false ;};func (_fccag *simpleEncoder )Transform (dst ,src []byte ,atEOF bool )(_dgae ,_aba int ,_ error ){for len (src )!=0{if !_fe .FullRune (src )&&!atEOF {return _dgae ,_aba ,_fea .ErrShortSrc ;}else if len (dst )==0{return _dgae ,_aba ,_fea .ErrShortDst ; -};_fbfa ,_bfd :=_fe .DecodeRune (src );if _fbfa ==_fe .RuneError {_fbfa =MissingCodeRune ;};src =src [_bfd :];_aba +=_bfd ;_aac ,_dgb :=_fccag ._efe .Read (_fbfa );if !_dgb {_aac ,_ =_fccag ._efe .Read (MissingCodeRune );};dst [0]=_aac ;dst =dst [1:];_dgae ++; -};return _dgae ,_aba ,nil ;};func NewSimpleTextEncoder (baseName string ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){_fdca ,_dgf :=_bfc .Read (baseName );if !_dgf {_ea .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004ee\u0077\u0053\u0069mp\u006c\u0065\u0054\u0065\u0078\u0074E\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0071",baseName ); -return nil ,nil ;};_geca :=_fdca ();if len (differences )!=0{_geca =ApplyDifferences (_geca ,differences );};return _geca ,nil ;};func _edg (_bec TextEncoder ,_bab string )[]byte {_egb :=[]rune (_bab );_gbb :=make ([]byte ,0,len (_egb )*2);for _ ,_dbf :=range _egb {_gdd ,_cef :=_bec .RuneToCharcode (_dbf ); -if !_cef {_ea .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020t\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065. \u0072\u0075\u006ee\u003d%\u002b\u0071",_dbf );continue ; -};var _add [2]byte ;_ff .BigEndian .PutUint16 (_add [:],uint16 (_gdd ));_gbb =append (_gbb ,_add [:]...);};return _gbb ;};func (_cffef *IdentityEncoder )Decode (raw []byte )string {return _fac (_cffef ,raw )};func (_fgg *simpleEncoding )BaseName ()string {return _fgg ._ffaf }; -var _ebbg =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'\uf721',0x22:'\uf6f8',0x23:'\uf7a2',0x24:'\uf724',0x25:'\uf6e4',0x26:'\uf726',0x27:'\uf7b4',0x28:'⁽',0x29:'⁾',0x2a:'‥',0x2b:'․',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'⁄',0x30:'\uf730',0x31:'\uf731',0x32:'\uf732',0x33:'\uf733',0x34:'\uf734',0x35:'\uf735',0x36:'\uf736',0x37:'\uf737',0x38:'\uf738',0x39:'\uf739',0x3a:':',0x3b:';',0x3d:'\uf6de',0x3f:'\uf73f',0x44:'\uf7f0',0x47:'¼',0x48:'½',0x49:'¾',0x4a:'⅛',0x4b:'⅜',0x4c:'⅝',0x4d:'⅞',0x4e:'⅓',0x4f:'⅔',0x56:'ff',0x57:'fi',0x58:'fl',0x59:'ffi',0x5a:'ffl',0x5b:'₍',0x5d:'₎',0x5e:'\uf6f6',0x5f:'\uf6e5',0x60:'\uf760',0x61:'\uf761',0x62:'\uf762',0x63:'\uf763',0x64:'\uf764',0x65:'\uf765',0x66:'\uf766',0x67:'\uf767',0x68:'\uf768',0x69:'\uf769',0x6a:'\uf76a',0x6b:'\uf76b',0x6c:'\uf76c',0x6d:'\uf76d',0x6e:'\uf76e',0x6f:'\uf76f',0x70:'\uf770',0x71:'\uf771',0x72:'\uf772',0x73:'\uf773',0x74:'\uf774',0x75:'\uf775',0x76:'\uf776',0x77:'\uf777',0x78:'\uf778',0x79:'\uf779',0x7a:'\uf77a',0x7b:'₡',0x7c:'\uf6dc',0x7d:'\uf6dd',0x7e:'\uf6fe',0x81:'\uf6e9',0x82:'\uf6e0',0x87:'\uf7e1',0x88:'\uf7e0',0x89:'\uf7e2',0x8a:'\uf7e4',0x8b:'\uf7e3',0x8c:'\uf7e5',0x8d:'\uf7e7',0x8e:'\uf7e9',0x8f:'\uf7e8',0x90:'\uf7ea',0x91:'\uf7eb',0x92:'\uf7ed',0x93:'\uf7ec',0x94:'\uf7ee',0x95:'\uf7ef',0x96:'\uf7f1',0x97:'\uf7f3',0x98:'\uf7f2',0x99:'\uf7f4',0x9a:'\uf7f6',0x9b:'\uf7f5',0x9c:'\uf7fa',0x9d:'\uf7f9',0x9e:'\uf7fb',0x9f:'\uf7fc',0xa1:'⁸',0xa2:'₄',0xa3:'₃',0xa4:'₆',0xa5:'₈',0xa6:'₇',0xa7:'\uf6fd',0xa9:'\uf6df',0xaa:'₂',0xac:'\uf7a8',0xae:'\uf6f5',0xaf:'\uf6f0',0xb0:'₅',0xb2:'\uf6e1',0xb3:'\uf6e7',0xb4:'\uf7fd',0xb6:'\uf6e3',0xb9:'\uf7fe',0xbb:'₉',0xbc:'₀',0xbd:'\uf6ff',0xbe:'\uf7e6',0xbf:'\uf7f8',0xc0:'\uf7bf',0xc1:'₁',0xc2:'\uf6f9',0xc9:'\uf7b8',0xcf:'\uf6fa',0xd0:'‒',0xd1:'\uf6e6',0xd6:'\uf7a1',0xd8:'\uf7ff',0xda:'¹',0xdb:'²',0xdc:'³',0xdd:'⁴',0xde:'⁵',0xdf:'⁶',0xe0:'⁷',0xe1:'⁹',0xe2:'⁰',0xe4:'\uf6ec',0xe5:'\uf6f1',0xe6:'\uf6f3',0xe9:'\uf6ed',0xea:'\uf6f2',0xeb:'\uf6eb',0xf1:'\uf6ee',0xf2:'\uf6fb',0xf3:'\uf6f4',0xf4:'\uf7af',0xf5:'\uf6ea',0xf6:'ⁿ',0xf7:'\uf6ef',0xf8:'\uf6e2',0xf9:'\uf6e8',0xfa:'\uf6f7',0xfb:'\uf6fc'}); -func _ffe (_eca string ,_afa *_fde .ByteRuneMap )SimpleEncoder {_dge :=&simpleEncoding {_ffaf :_eca ,_fbe :_afa ,_eed :_fde .MakeRuneByteMap (_afa .Length ())};_dge ._fbe .Range (func (_bfg byte ,_fbga rune )(_cda bool ){if _ccbf ,_cdg :=_dge ._eed .Read (_fbga ); -!_cdg ||_bfg < _ccbf {_dge ._eed .Write (_fbga ,_bfg );};return false ;});return _dge ;};func (_gdg *TrueTypeFontEncoder )SubsetRegistered (){_ea .Log .Info ("\u0054\u0054\u0046\u0020Su\u0062\u0073\u0065\u0074\u003a\u0020\u0050\u0072\u0075\u006e\u0069\u006e\u0067"); -_gdg ._aaf .RangeDelete (func (_gad rune ,_ uint16 )(_edaa bool ,_bgef bool ){return !_gdg ._dggd .Exists (_gad ),_bgef });};func _fac (_bdce TextEncoder ,_gec []byte )string {_ade :=make ([]rune ,0,len (_gec )/2+len (_gec )%2);for len (_gec )> 0{if len (_gec )==1{_gec =[]byte {_gec [0],0}; -};_efgd :=CharCode (_ff .BigEndian .Uint16 (_gec [:]));_gec =_gec [2:];_fca ,_dfg :=_bdce .CharcodeToRune (_efgd );if !_dfg {_ea .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070 \u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020to\u0020\u0072\u0075n\u0065\u002e \u0063\u0068\u0061\u0072\u0063\u006fd\u0065\u003d%\u0023\u0078",_efgd ); -continue ;};_ade =append (_ade ,_fca );};return string (_ade );};var (_bfc =&simpleEncodersMap {_fecfg :map[string ]func ()SimpleEncoder {}};);func (_ddg *simpleEncoding )Encode (str string )[]byte {_dbg ,_ :=_ddg .NewEncoder ().Bytes ([]byte (str ));return _dbg ; -};func NewMacExpertEncoder ()SimpleEncoder {return _abcg .NewEncoder ()};var (_dfa =_fd .MustCompile ("\u005e\u005b\u0041\u002dZa\u002d\u007a\u005d\u0028\u005c\u0064\u007b\u0031\u002c\u0035\u007d\u0029\u0024");_geg =_fd .MustCompile ("\u005e\u0075\u006e\u0069\u0028\u005b\u005c\u0064\u0041\u002d\u0046\u005d{\u0034\u007d\u0029\u0024"); -_gag =_fd .MustCompile ("\u005e\u0028\u005cw\u002b\u0029\u005c\u002e\u005c\u0077\u002b\u0024"););type simpleMapping struct{_dbb string ;_ecae _e .Once ;_bacc *_fde .ByteRuneMap ;_aceb *_fde .RuneByteMap ;};var _fab =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'•',0x80:'€',0x81:'•',0x82:'‚',0x83:'ƒ',0x84:'„',0x85:'…',0x86:'†',0x87:'‡',0x88:'ˆ',0x89:'‰',0x8a:'Š',0x8b:'‹',0x8c:'Œ',0x8d:'•',0x8e:'Ž',0x8f:'•',0x90:'•',0x91:'‘',0x92:'’',0x93:'“',0x94:'”',0x95:'•',0x96:'–',0x97:'—',0x98:'˜',0x99:'™',0x9a:'š',0x9b:'›',0x9c:'œ',0x9d:'•',0x9e:'ž',0x9f:'Ÿ',0xa0:' ',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xad:'-',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); -var _cbac =_fde .NewStringRuneMap (map[string ]rune {"\u0066\u005f\u0074":0xe000,"\u0066\u005f\u006a":0xe001,"\u0066\u005f\u0062":0xe002,"\u0066\u005f\u0068":0xe003,"\u0066\u005f\u006b":0xe004,"\u0074\u005f\u0074":0xe005,"\u0074\u005f\u0066":0xe006,"\u0066\u005f\u0066_\u006a":0xe007,"\u0066\u005f\u0066_\u0062":0xe008,"\u0066\u005f\u0066_\u0068":0xe009,"\u0066\u005f\u0066_\u006b":0xe00a,"\u0054\u005f\u0068":0xe00b}); -type UTF16Encoder struct{_aee string };func (_bgf *IdentityEncoder )RegisteredRunes ()[]rune {_gcaf :=make ([]rune ,_bgf ._bedb .Length ());_gef :=0;_bgf ._bedb .Range (func (_fcde rune )(_gbe bool ){_gcaf [_gef ]=_fcde ;_gef ++;return false });return _gcaf ; -};func (_faac *simpleEncoding )NewDecoder ()*_ag .Decoder {return &_ag .Decoder {Transformer :simpleDecoder {_aea :_faac ._fbe }};};func _gege (_bggd rune )string {_aef :="u\u006e\u0070\u0072\u0069\u006e\u0074\u0061\u0062\u006c\u0065";if _f .IsPrint (_bggd ){_aef =_d .Sprintf ("\u0025\u0023\u0071",_bggd ); -};return _d .Sprintf ("\u0025\u002b\u0071\u0020\u0028\u0025\u0073\u0029",_bggd ,_aef );};type simpleEncoder struct{_efe *_fde .RuneByteMap };func NewUTF16TextEncoder (baseName string )UTF16Encoder {return UTF16Encoder {baseName }};func NewStandardEncoder ()SimpleEncoder {return _egcf .NewEncoder ()}; -func (_gbfg *IdentityEncoder )Encode (str string )[]byte {return _edg (_gbfg ,str )};const (_dbcb ="\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_gda ="Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"; -);func (_bgb *simpleMapping )NewEncoder ()SimpleEncoder {_bgb ._ecae .Do (_bgb .init );return &simpleEncoding {_ffaf :_bgb ._dbb ,_eed :_bgb ._aceb ,_fbe :_bgb ._bacc };};func NewCMapEncoder (baseName string ,codeToCID ,cidToUnicode *_egc .CMap )CMapEncoder {return CMapEncoder {_gf :baseName ,_eae :codeToCID ,_fee :cidToUnicode }; -};func (_fbbc *simpleEncoding )NewEncoder ()*_ag .Encoder {return &_ag .Encoder {Transformer :&simpleEncoder {_efe :_fbbc ._eed }};};func (_gfd *IdentityEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_gfd ._bedb .Write (rune (code ));return rune (code ),true ; -};func NewIdentityTextEncoder (baseName string )*IdentityEncoder {return &IdentityEncoder {_gcf :baseName ,_bedb :_fde .MakeRuneSet (0)};};func (_df *differencesEncoding )Decode (raw []byte )string {_gd :=make ([]rune ,0,len (raw ));for _ ,_bga :=range raw {_aag ,_ :=_df .CharcodeToRune (CharCode (_bga )); -_gd =append (_gd ,_aag );};return string (_gd );};func RuneToGlyph (r rune )(GlyphName ,bool ){_fdd ,_cce :=_cca .Read (r );if !_cce &&r > 0{_fdd =_d .Sprintf ("\u0075n\u0069\u0025\u0030\u0034\u0078",r );_cce =true ;};return GlyphName (_fdd ),_cce ;};func (_aeae UTF16Encoder )RuneToCharcode (r rune )(CharCode ,bool ){return CharCode (r ),true }; -type CMapEncoder struct{_gf string ;_eae *_egc .CMap ;_fee *_egc .CMap ;};func (_cbfe *simpleEncodersMap )Write (s string ,f func ()SimpleEncoder ){_cbfe ._eggg .Lock ();defer _cbfe ._eggg .Unlock ();_cbfe ._fecfg [s ]=f ;};func (_bdc *differencesEncoding )String ()string {return _d .Sprintf ("\u0064\u0069\u0066\u0066er\u0065\u006e\u0063\u0065\u0073\u0028\u0025\u0073\u002c\u0020\u0025\u0076\u0029",_bdc ._ebf .String (),_bdc ._ebcc ); -};func NewPdfDocEncoder ()SimpleEncoder {return _bge .NewEncoder ()};type CharCode uint16 ;func NewSymbolEncoder ()SimpleEncoder {return _cdab .NewEncoder ()};var (_ SimpleEncoder =(*simpleEncoding )(nil );_ _ag .Encoding =(*simpleEncoding )(nil ););func _gge (_adf *charCodeGlyphNameMap )*_bc .PdfObjectArray {if _adf .Length ()==0{return nil ; -};_fg :=make ([]CharCode ,0,_adf .Length ());_adf .Range (func (_dde CharCode ,_ GlyphName )(_eef bool ){_fg =append (_fg ,_dde );return false });_eg .Slice (_fg ,func (_gcd ,_agb int )bool {return _fg [_gcd ]< _fg [_agb ]});_cac :=_fg [0];_ae ,_ :=_adf .Read (_cac ); -_aeg :=[]_bc .PdfObject {_bc .MakeInteger (int64 (_cac )),_bc .MakeName (string (_ae ))};for _ ,_fdf :=range _fg [1:]{if _fdf ==_cac +1{_ae ,_ =_adf .Read (_fdf );_aeg =append (_aeg ,_bc .MakeName (string (_ae )));}else {_aeg =append (_aeg ,_bc .MakeInteger (int64 (_fdf ))); -};_cac =_fdf ;};return _bc .MakeArray (_aeg ...);};func ExpandLigatures (runes []rune )string {var _gcc _ga .Buffer ;for _ ,_cffe :=range runes {_ebd :=RuneToString (_cffe );_gcc .WriteString (_ebd );};return _gcc .String ();};func (_ba *charCodeGlyphNameMap )Write (k CharCode ,v GlyphName ){_ba ._gg .Lock (); -defer _ba ._gg .Unlock ();_ba ._cf [k ]=v ;};func NewTrueTypeFontEncoder (runeToGIDMap map[rune ]GID )*TrueTypeFontEncoder {_ccf :=_fde .MakeRuneUint16Map (len (runeToGIDMap ));for _ecgd ,_bbef :=range runeToGIDMap {_ccf .Write (_ecgd ,uint16 (_bbef )); -};return &TrueTypeFontEncoder {_aaf :_ccf ,_dggd :_fde .MakeRuneSet (0)};};func (_ge *charCodeGlyphNameMap )Read (key CharCode )(GlyphName ,bool ){_ge ._gg .RLock ();defer _ge ._gg .RUnlock ();_fc ,_ca :=_ge ._cf [key ];return _fc ,_ca ;};type differencesEncoding struct{_ebf SimpleEncoder ; -_ebcc *charCodeGlyphNameMap ;_gff *_fde .ByteRuneMap ;_aed *_fde .RuneByteMap ;};func (_dbcg *simpleMapping )init (){_dbcg ._aceb =_fde .MakeRuneByteMap (_dbcg ._bacc .Length ());_dbcg ._bacc .Range (func (_eag byte ,_eaed rune )(_acab bool ){if _ffb ,_cfc :=_dbcg ._aceb .Read (_eaed ); -!_cfc ||_eag < _ffb {_dbcg ._aceb .Write (_eaed ,_eag );};return false ;});};func (_fdbe *TrueTypeFontEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_cdaf :=rune (-1);_fdbe ._aaf .Range (func (_bceda rune ,_cab uint16 )(_dad bool ){_dacf :=CharCode (_cab ); -if _dacf ==code {_cdaf =_bceda ;return true ;};return false ;});if _cdaf !=-1{return _cdaf ,true ;};_ea .Log .Debug ("\u0043h\u0061\u0072c\u006f\u0064\u0065\u0054o\u0052\u0075\u006ee\u003a\u0020\u004e\u006f\u0020\u006d\u0061\u0074\u0063h.\u0020\u0063\u006fd\u0065\u003d0\u0078\u0025\u0030\u0034\u0078\u0020e\u006e\u0063=\u0025\u0073",code ,_fdbe ); -return 0,false ;};func (_ggcd *TrueTypeFontEncoder )Decode (raw []byte )string {return _fac (_ggcd ,raw )};var (_cdab =_dfd (_dbcb ,_fdae );_fecg =_dfd (_gda ,_agbac ););var (_abcg =_dfd (_ffge ,_ebbg );_fbfe =_dfd (_cde ,_bea ););func (_gbab *TrueTypeFontEncoder )ToPdfObject ()_bc .PdfObject {return _bc .MakeNull ()}; -var (_fbc =_dfd (_ccab ,_fab ););var _fdae =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'∀',0x23:'#',0x24:'∃',0x25:'%',0x26:'&',0x27:'∋',0x28:'(',0x29:')',0x2a:'∗',0x2b:'+',0x2c:',',0x2d:'−',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'≅',0x41:'Α',0x42:'Β',0x43:'Χ',0x44:'∆',0x45:'Ε',0x46:'Φ',0x47:'Γ',0x48:'Η',0x49:'Ι',0x4a:'ϑ',0x4b:'Κ',0x4c:'Λ',0x4d:'Μ',0x4e:'Ν',0x4f:'Ο',0x50:'Π',0x51:'Θ',0x52:'Ρ',0x53:'Σ',0x54:'Τ',0x55:'Υ',0x56:'ς',0x57:'Ω',0x58:'Ξ',0x59:'Ψ',0x5a:'Ζ',0x5b:'[',0x5c:'∴',0x5d:']',0x5e:'⊥',0x5f:'_',0x60:'\uf8e5',0x61:'α',0x62:'β',0x63:'χ',0x64:'δ',0x65:'ε',0x66:'φ',0x67:'γ',0x68:'η',0x69:'ι',0x6a:'ϕ',0x6b:'κ',0x6c:'λ',0x6d:'µ',0x6e:'ν',0x6f:'ο',0x70:'π',0x71:'θ',0x72:'ρ',0x73:'σ',0x74:'τ',0x75:'υ',0x76:'ϖ',0x77:'ω',0x78:'ξ',0x79:'ψ',0x7a:'ζ',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'∼',0xa0:'€',0xa1:'ϒ',0xa2:'′',0xa3:'≤',0xa4:'⁄',0xa5:'∞',0xa6:'ƒ',0xa7:'♣',0xa8:'♦',0xa9:'♥',0xaa:'♠',0xab:'↔',0xac:'←',0xad:'↑',0xae:'→',0xaf:'↓',0xb0:'°',0xb1:'±',0xb2:'″',0xb3:'≥',0xb4:'×',0xb5:'∝',0xb6:'∂',0xb7:'•',0xb8:'÷',0xb9:'≠',0xba:'≡',0xbb:'≈',0xbc:'…',0xbd:'\uf8e6',0xbe:'\uf8e7',0xbf:'↵',0xc0:'ℵ',0xc1:'ℑ',0xc2:'ℜ',0xc3:'℘',0xc4:'⊗',0xc5:'⊕',0xc6:'∅',0xc7:'∩',0xc8:'∪',0xc9:'⊃',0xca:'⊇',0xcb:'⊄',0xcc:'⊂',0xcd:'⊆',0xce:'∈',0xcf:'∉',0xd0:'∠',0xd1:'∇',0xd2:'\uf6da',0xd3:'\uf6d9',0xd4:'\uf6db',0xd5:'∏',0xd6:'√',0xd7:'⋅',0xd8:'¬',0xd9:'∧',0xda:'∨',0xdb:'⇔',0xdc:'⇐',0xdd:'⇑',0xde:'⇒',0xdf:'⇓',0xe0:'◊',0xe1:'〈',0xe2:'\uf8e8',0xe3:'\uf8e9',0xe4:'\uf8ea',0xe5:'∑',0xe6:'\uf8eb',0xe7:'\uf8ec',0xe8:'\uf8ed',0xe9:'\uf8ee',0xea:'\uf8ef',0xeb:'\uf8f0',0xec:'\uf8f1',0xed:'\uf8f2',0xee:'\uf8f3',0xef:'\uf8f4',0xf1:'〉',0xf2:'∫',0xf3:'⌠',0xf4:'\uf8f5',0xf5:'⌡',0xf6:'\uf8f6',0xf7:'\uf8f7',0xf8:'\uf8f8',0xf9:'\uf8f9',0xfa:'\uf8fa',0xfb:'\uf8fb',0xfc:'\uf8fc',0xfd:'\uf8fd',0xfe:'\uf8fe'}); -func init (){RegisterSimpleEncoding (_ffge ,NewMacExpertEncoder );RegisterSimpleEncoding (_cde ,NewMacRomanEncoder );};func (_bcab *simpleEncoding )RuneToCharcode (r rune )(CharCode ,bool ){_aca ,_bff :=_bcab ._eed .Read (r );if _bcab ._bbag ==nil {_bcab ._bbag =_fde .MakeRuneSet (1); -};_bcab ._bbag .Write (r );return CharCode (_aca ),_bff ;};func (_bcag *differencesEncoding )RuneToCharcode (r rune )(CharCode ,bool ){if _acf ,_fbg :=_bcag ._aed .Read (r );_fbg {return CharCode (_acf ),true ;};return _bcag ._ebf .RuneToCharcode (r ); -};func (_bce CMapEncoder )Encode (str string )[]byte {if _bce ._fee ==nil {return []byte {};};if _bce ._fee .NBits ()==8{return _aaa (_bce ,str );};return _edg (_bce ,str );};func (_fefg *simpleEncoding )Charcodes ()[]CharCode {_cgb :=make ([]CharCode ,0,_fefg ._fbe .Length ()); -_fefg ._fbe .Range (func (_agg byte ,_ rune )(_egcef bool ){_cgb =append (_cgb ,CharCode (_agg ));return false });_eg .Slice (_cgb ,func (_bcea ,_affg int )bool {return _cgb [_bcea ]< _cgb [_affg ]});return _cgb ;};type SimpleEncoder interface{TextEncoder ; -BaseName ()string ;Charcodes ()[]CharCode ;};var _agbac =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'✁',0x22:'✂',0x23:'✃',0x24:'✄',0x25:'☎',0x26:'✆',0x27:'✇',0x28:'✈',0x29:'✉',0x2a:'☛',0x2b:'☞',0x2c:'✌',0x2d:'✍',0x2e:'✎',0x2f:'✏',0x30:'✐',0x31:'✑',0x32:'✒',0x33:'✓',0x34:'✔',0x35:'✕',0x36:'✖',0x37:'✗',0x38:'✘',0x39:'✙',0x3a:'✚',0x3b:'✛',0x3c:'✜',0x3d:'✝',0x3e:'✞',0x3f:'✟',0x40:'✠',0x41:'✡',0x42:'✢',0x43:'✣',0x44:'✤',0x45:'✥',0x46:'✦',0x47:'✧',0x48:'★',0x49:'✩',0x4a:'✪',0x4b:'✫',0x4c:'✬',0x4d:'✭',0x4e:'✮',0x4f:'✯',0x50:'✰',0x51:'✱',0x52:'✲',0x53:'✳',0x54:'✴',0x55:'✵',0x56:'✶',0x57:'✷',0x58:'✸',0x59:'✹',0x5a:'✺',0x5b:'✻',0x5c:'✼',0x5d:'✽',0x5e:'✾',0x5f:'✿',0x60:'❀',0x61:'❁',0x62:'❂',0x63:'❃',0x64:'❄',0x65:'❅',0x66:'❆',0x67:'❇',0x68:'❈',0x69:'❉',0x6a:'❊',0x6b:'❋',0x6c:'●',0x6d:'❍',0x6e:'■',0x6f:'❏',0x70:'❐',0x71:'❑',0x72:'❒',0x73:'▲',0x74:'▼',0x75:'◆',0x76:'❖',0x77:'◗',0x78:'❘',0x79:'❙',0x7a:'❚',0x7b:'❛',0x7c:'❜',0x7d:'❝',0x7e:'❞',0x80:'\uf8d7',0x81:'\uf8d8',0x82:'\uf8d9',0x83:'\uf8da',0x84:'\uf8db',0x85:'\uf8dc',0x86:'\uf8dd',0x87:'\uf8de',0x88:'\uf8df',0x89:'\uf8e0',0x8a:'\uf8e1',0x8b:'\uf8e2',0x8c:'\uf8e3',0x8d:'\uf8e4',0xa1:'❡',0xa2:'❢',0xa3:'❣',0xa4:'❤',0xa5:'❥',0xa6:'❦',0xa7:'❧',0xa8:'♣',0xa9:'♦',0xaa:'♥',0xab:'♠',0xac:'①',0xad:'②',0xae:'③',0xaf:'④',0xb0:'⑤',0xb1:'⑥',0xb2:'⑦',0xb3:'⑧',0xb4:'⑨',0xb5:'⑩',0xb6:'❶',0xb7:'❷',0xb8:'❸',0xb9:'❹',0xba:'❺',0xbb:'❻',0xbc:'❼',0xbd:'❽',0xbe:'❾',0xbf:'❿',0xc0:'➀',0xc1:'➁',0xc2:'➂',0xc3:'➃',0xc4:'➄',0xc5:'➅',0xc6:'➆',0xc7:'➇',0xc8:'➈',0xc9:'➉',0xca:'➊',0xcb:'➋',0xcc:'➌',0xcd:'➍',0xce:'➎',0xcf:'➏',0xd0:'➐',0xd1:'➑',0xd2:'➒',0xd3:'➓',0xd4:'➔',0xd5:'→',0xd6:'↔',0xd7:'↕',0xd8:'➘',0xd9:'➙',0xda:'➚',0xdb:'➛',0xdc:'➜',0xdd:'➝',0xde:'➞',0xdf:'➟',0xe0:'➠',0xe1:'➡',0xe2:'➢',0xe3:'➣',0xe4:'➤',0xe5:'➥',0xe6:'➦',0xe7:'➧',0xe8:'➨',0xe9:'➩',0xea:'➪',0xeb:'➫',0xec:'➬',0xed:'➭',0xee:'➮',0xef:'➯',0xf1:'➱',0xf2:'➲',0xf3:'➳',0xf4:'➴',0xf5:'➵',0xf6:'➶',0xf7:'➷',0xf8:'➸',0xf9:'➹',0xfa:'➺',0xfb:'➻',0xfc:'➼',0xfd:'➽',0xfe:'➾'}); -func init (){RegisterSimpleEncoding (_dbcb ,NewSymbolEncoder );RegisterSimpleEncoding (_gda ,NewZapfDingbatsEncoder );};var _bede =_fde .NewStringsMap (_fbad [:]);func (_feeb *differencesEncoding )Encode (str string )[]byte {_cbf :=[]rune (str );_cge :=_ga .NewBuffer (nil ); -_cge .Grow (len (_cbf ));for _ ,_eaeb :=range _cbf {_cfd ,_ :=_feeb .RuneToCharcode (_eaeb );_cge .WriteByte (byte (_cfd ));};return _cge .Bytes ();};func (_cgg *differencesEncoding )ToPdfObject ()_bc .PdfObject {_fdce :=_bc .MakeDict ();_fdce .Set ("\u0054\u0079\u0070\u0065",_bc .MakeName ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")); -_fdce .Set ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cgg ._ebf .ToPdfObject ());if _egcb :=_gge (_cgg ._ebcc );_egcb !=nil {_fdce .Set ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073",_egcb );}else {_ea .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073\u0020\u0061\u0072\u0072\u0061y\u0020i\u0073\u0020\u006e\u0069l\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};return _bc .MakeIndirectObject (_fdce );};func (_agbg *TrueTypeFontEncoder )String ()string {_gdga :=[]string {_d .Sprintf ("\u0025\u0064\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073",_agbg ._aaf .Length ())};type runeGID struct{_gdbg rune ;_ddec GID ; -};_baf :=make ([]runeGID ,0,_agbg ._aaf .Length ());_agbg ._aaf .Range (func (_gbd rune ,_abf uint16 )(_bcf bool ){_baf =append (_baf ,runeGID {_gdbg :_gbd ,_ddec :GID (_abf )});return false ;});_eg .Slice (_baf ,func (_afe ,_fcf int )bool {return _baf [_afe ]._gdbg < _baf [_fcf ]._gdbg }); -_bced :=len (_baf );if _bced > _eaaf {_bced =_eaaf ;};for _dddd :=0;_dddd < _bced ;_dddd ++{_cdgb :=_baf [_dddd ];_gdga =append (_gdga ,_d .Sprintf ("\u0025\u0064\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u003a\u0020\u0025\u0071",_cdgb ._gdbg ,_cdgb ._gdbg ,_cdgb ._ddec )); -};return _d .Sprintf ("T\u0052U\u0045\u0054\u0059\u0050\u0045\u005f\u0045\u004eC\u004f\u0044\u0045\u0052{%\u0073\u007d",_a .Join (_gdga ,"\u002c\u0020"));};func (_dca CMapEncoder )ToPdfObject ()_bc .PdfObject {if _dca ._gf !=""{return _bc .MakeName (_dca ._gf ); -};return _bc .MakeNull ();};func NewZapfDingbatsEncoder ()SimpleEncoder {return _fecg .NewEncoder ()};func init (){RegisterSimpleEncoding (_fdg ,NewPdfDocEncoder );RegisterSimpleEncoding (_eda ,NewStandardEncoder );};func RegisterSimpleEncoding (name string ,fnc func ()SimpleEncoder ){if _ ,_dbc :=_bfc .Read (name ); -_dbc {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064");};_bfc .Write (name ,fnc );};func (_adda *IdentityEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_adda ._bedb .Write (r );return CharCode (r ),true ; -};var _gab =_fde .NewStringRuneMap (map[string ]rune {"\u002en\u006f\u0074\u0064\u0065\u0066":0xfffd,"\u0032\u0035\u0030\u0061":0x250a,"\u0032\u0035\u0030\u0062":0x250b,"\u0032\u0035\u0030\u0064":0x250d,"\u0032\u0035\u0030\u0065":0x250e,"\u0032\u0035\u0030\u0066":0x250f,"\u0032\u0035\u0031\u0061":0x251a,"\u0032\u0035\u0031\u0062":0x251b,"\u0032\u0035\u0031\u0064":0x251d,"\u0032\u0035\u0031\u0065":0x251e,"\u0032\u0035\u0031\u0066":0x251f,"\u0032\u0035\u0032\u0061":0x252a,"\u0032\u0035\u0032\u0062":0x252b,"\u0032\u0035\u0032\u0064":0x252d,"\u0032\u0035\u0032\u0065":0x252e,"\u0032\u0035\u0032\u0066":0x252f,"\u0032\u0035\u0033\u0061":0x253a,"\u0032\u0035\u0033\u0062":0x253b,"\u0032\u0035\u0033\u0064":0x253d,"\u0032\u0035\u0033\u0065":0x253e,"\u0032\u0035\u0033\u0066":0x253f,"\u0032\u0035\u0034\u0061":0x254a,"\u0032\u0035\u0034\u0062":0x254b,"\u0032\u0035\u0034\u0063":0x254c,"\u0032\u0035\u0034\u0064":0x254d,"\u0032\u0035\u0034\u0065":0x254e,"\u0032\u0035\u0034\u0066":0x254f,"\u0032\u0035\u0036\u0064":0x256d,"\u0032\u0035\u0036\u0065":0x256e,"\u0032\u0035\u0036\u0066":0x256f,"\u0032\u0035\u0037\u0061":0x257a,"\u0032\u0035\u0037\u0062":0x257b,"\u0032\u0035\u0037\u0063":0x257c,"\u0032\u0035\u0037\u0064":0x257d,"\u0032\u0035\u0037\u0065":0x257e,"\u0032\u0035\u0037\u0066":0x257f,"\u0041":0x0041,"\u0041\u0045":0x00c6,"\u0041E\u0061\u0063\u0075\u0074\u0065":0x01fc,"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e":0x01e2,"\u0041E\u0073\u006d\u0061\u006c\u006c":0xf7e6,"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e":0x2370,"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074":0x2353,"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068":0x2340,"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068":0x233f,"\u0041\u0061\u0063\u0075\u0074\u0065":0x00c1,"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e1,"\u0041\u0062\u0072\u0065\u0076\u0065":0x0102,"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eae,"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d0,"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb6,"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb0,"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb2,"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb4,"\u0041\u0063\u0061\u0072\u006f\u006e":0x01cd,"\u0041c\u0069\u0072\u0063\u006c\u0065":0x24b6,"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00c2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea4,"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1eac,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea6,"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea8,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7e2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eaa,"\u0041\u0063\u0075t\u0065":0xf6c9,"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7b4,"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0200,"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00c4,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d2,"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01de,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7e4,"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea0,"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e0,"\u0041\u0067\u0072\u0061\u0076\u0065":0x00c0,"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e0,"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea2,"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d4,"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0202,"\u0041\u006c\u0070h\u0061":0x0391,"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x0386,"\u0041m\u0061\u0063\u0072\u006f\u006e":0x0100,"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff21,"\u0041o\u0067\u006f\u006e\u0065\u006b":0x0104,"\u0041\u0072\u0069n\u0067":0x00c5,"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fa,"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e00,"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c":0xf7e5,"\u0041\u0073\u006d\u0061\u006c\u006c":0xf761,"\u0041\u0074\u0069\u006c\u0064\u0065":0x00c3,"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e3,"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0531,"\u0042":0x0042,"\u0042\u0061\u0072\u0076":0x2ae7,"\u0042\u0062\u0062\u0041":0x1d538,"\u0042\u0062\u0062\u0042":0x1d539,"\u0042\u0062\u0062\u0043":0x2102,"\u0042\u0062\u0062\u0044":0x1d53b,"\u0042\u0062\u0062\u0045":0x1d53c,"\u0042\u0062\u0062\u0046":0x1d53d,"\u0042\u0062\u0062\u0047":0x1d53e,"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061":0x213e,"\u0042\u0062\u0062\u0048":0x210d,"\u0042\u0062\u0062\u0049":0x1d540,"\u0042\u0062\u0062\u004a":0x1d541,"\u0042\u0062\u0062\u004b":0x1d542,"\u0042\u0062\u0062\u004c":0x1d543,"\u0042\u0062\u0062\u004d":0x1d544,"\u0042\u0062\u0062\u004e":0x2115,"\u0042\u0062\u0062\u004f":0x1d546,"\u0042\u0062\u0062\u0050":0x2119,"\u0042\u0062\u0062P\u0069":0x213f,"\u0042\u0062\u0062\u0051":0x211a,"\u0042\u0062\u0062\u0052":0x211d,"\u0042\u0062\u0062\u0053":0x1d54a,"\u0042\u0062\u0062\u0054":0x1d54b,"\u0042\u0062\u0062\u0055":0x1d54c,"\u0042\u0062\u0062\u0056":0x1d54d,"\u0042\u0062\u0062\u0057":0x1d54e,"\u0042\u0062\u0062\u0058":0x1d54f,"\u0042\u0062\u0062\u0059":0x1d550,"\u0042\u0062\u0062\u005a":0x2124,"\u0042\u0062\u0062\u0061":0x1d552,"\u0042\u0062\u0062\u0062":0x1d553,"\u0042\u0062\u0062\u0063":0x1d554,"\u0042\u0062\u0062\u0064":0x1d555,"\u0042\u0062\u0062\u0065":0x1d556,"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074":0x1d7e0,"\u0042\u0062\u0062\u0066":0x1d557,"\u0042b\u0062\u0066\u0069\u0076\u0065":0x1d7dd,"\u0042b\u0062\u0066\u006f\u0075\u0072":0x1d7dc,"\u0042\u0062\u0062\u0067":0x1d558,"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061":0x213d,"\u0042\u0062\u0062\u0068":0x1d559,"\u0042\u0062\u0062\u0069":0x1d55a,"\u0042\u0062\u0062\u006a":0x1d55b,"\u0042\u0062\u0062\u006b":0x1d55c,"\u0042\u0062\u0062\u006c":0x1d55d,"\u0042\u0062\u0062\u006d":0x1d55e,"\u0042\u0062\u0062\u006e":0x1d55f,"\u0042b\u0062\u006e\u0069\u006e\u0065":0x1d7e1,"\u0042\u0062\u0062\u006f":0x1d560,"\u0042\u0062\u0062\u006f\u006e\u0065":0x1d7d9,"\u0042\u0062\u0062\u0070":0x1d561,"\u0042\u0062\u0062p\u0069":0x213c,"\u0042\u0062\u0062\u0071":0x1d562,"\u0042\u0062\u0062\u0072":0x1d563,"\u0042\u0062\u0062\u0073":0x1d564,"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e":0x1d7df,"\u0042\u0062\u0062\u0073\u0069\u0078":0x1d7de,"\u0042\u0062\u0062\u0073\u0075\u006d":0x2140,"\u0042\u0062\u0062\u0074":0x1d565,"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065":0x1d7db,"\u0042\u0062\u0062\u0074\u0077\u006f":0x1d7da,"\u0042\u0062\u0062\u0075":0x1d566,"\u0042\u0062\u0062\u0076":0x1d567,"\u0042\u0062\u0062\u0077":0x1d568,"\u0042\u0062\u0062\u0078":0x1d569,"\u0042\u0062\u0062\u0079":0x1d56a,"\u0042\u0062\u0062\u007a":0x1d56b,"\u0042b\u0062\u007a\u0065\u0072\u006f":0x1d7d8,"\u0042c\u0069\u0072\u0063\u006c\u0065":0x24b7,"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e02,"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e04,"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0532,"\u0042\u0065\u0074\u0061":0x0392,"\u0042\u0068\u006fo\u006b":0x0181,"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e06,"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff22,"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf6f4,"\u0042\u0073\u006d\u0061\u006c\u006c":0xf762,"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p":0x0229,"\u0042t\u006f\u0070\u0062\u0061\u0072":0x0182,"\u0043":0x0043,"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053e,"\u0043\u0061\u0063\u0075\u0074\u0065":0x0106,"\u0043\u0061\u0072o\u006e":0xf6ca,"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6f5,"\u0043\u0063\u0061\u0072\u006f\u006e":0x010c,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00c7,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e08,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7e7,"\u0043c\u0069\u0072\u0063\u006c\u0065":0x24b8,"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0108,"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x010a,"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7b8,"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0549,"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bc,"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0427,"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04be,"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b6,"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f4,"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0543,"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cb,"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b8,"\u0043\u0068\u0069":0x03a7,"\u0043\u0068\u006fo\u006b":0x0187,"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf6f6,"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff23,"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0551,"\u0043o\u006c\u006f\u006e\u0065\u0071":0x2a74,"\u0043\u0073\u006d\u0061\u006c\u006c":0xf763,"\u0044":0x0044,"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x27f1,"\u0044\u005a":0x01f1,"\u0044Z\u0063\u0061\u0072\u006f\u006e":0x01c4,"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0534,"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0189,"\u0044\u0061\u0073h\u0056":0x2ae5,"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h":0x27da,"\u0044\u0061\u0073h\u0076":0x2ae4,"\u0044\u0063\u0061\u0072\u006f\u006e":0x010e,"\u0044c\u0061\u0072\u006f\u006e\u0031":0xf810,"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e10,"\u0044c\u0069\u0072\u0063\u006c\u0065":0x24b9,"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e12,"\u0044\u0063\u0072\u006f\u0061\u0074":0x0110,"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0a,"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0c,"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x290b,"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0414,"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ee,"\u0044\u0065\u006ct\u0061":0x2206,"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b":0x0394,"\u0044\u0068\u006fo\u006b":0x018a,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0xf6cb,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065":0xf6cc,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065":0xf6cd,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c":0xf7a8,"\u0044i\u0067\u0061\u006d\u006d\u0061":0x1d7cb,"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03dc,"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0e,"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff24,"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c":0xf6f7,"\u0044\u0073\u006d\u0061\u006c\u006c":0xf764,"\u0044t\u006f\u0070\u0062\u0061\u0072":0x018b,"\u0044\u007a":0x01f2,"\u0044z\u0063\u0061\u0072\u006f\u006e":0x01c5,"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e0,"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040f,"\u0045":0x0045,"\u0045\u0061\u0063\u0075\u0074\u0065":0x00c9,"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e9,"\u0045\u0062\u0072\u0065\u0076\u0065":0x0114,"\u0045\u0063\u0061\u0072\u006f\u006e":0x011a,"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1c,"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0535,"\u0045c\u0069\u0072\u0063\u006c\u0065":0x24ba,"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ca,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebe,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e18,"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec6,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec0,"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec2,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ea,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec4,"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0404,"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0204,"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cb,"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7eb,"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0116,"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb8,"\u0045\u0067\u0072\u0061\u0076\u0065":0x00c8,"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e8,"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0537,"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eba,"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2167,"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0206,"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0464,"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041b,"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x216a,"\u0045m\u0061\u0063\u0072\u006f\u006e":0x0112,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e16,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e14,"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041c,"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff25,"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a2,"\u0045\u006e\u0067":0x014a,"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a4,"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c7,"\u0045o\u0067\u006f\u006e\u0065\u006b":0x0118,"\u0045\u006f\u0070e\u006e":0x0190,"\u0045p\u0073\u0069\u006c\u006f\u006e":0x0395,"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x0388,"\u0045\u0071\u0075i\u0076":0x2263,"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d":0x018e,"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x042d,"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04aa,"\u0045\u0073\u0068":0x01a9,"\u0045\u0073\u006d\u0061\u006c\u006c":0xf765,"\u0045\u0074\u0061":0x0397,"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0538,"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x0389,"\u0045\u0074\u0068":0x00d0,"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f0,"\u0045\u0074\u0069\u006c\u0064\u0065":0x1ebc,"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1a,"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074":0x2107,"\u0045\u0075\u0072\u006f":0x20ac,"\u0045\u007a\u0068":0x01b7,"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ee,"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b8,"\u0046":0x0046,"\u0046c\u0069\u0072\u0063\u006c\u0065":0x24bb,"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1e,"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0556,"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e4,"\u0046\u0068\u006fo\u006b":0x0191,"\u0046\u0069\u006e\u0076":0x2132,"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2164,"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff26,"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2163,"\u0046\u0073\u006d\u0061\u006c\u006c":0xf766,"\u0047":0x0047,"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3387,"\u0047\u0061\u0063\u0075\u0074\u0065":0x01f4,"\u0047\u0061\u006dm\u0061":0x0393,"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0194,"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ea,"\u0047\u0062\u0072\u0065\u0076\u0065":0x011e,"\u0047\u0063\u0061\u0072\u006f\u006e":0x01e6,"\u0047c\u0069\u0072\u0063\u006c\u0065":0x24bc,"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011c,"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0122,"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0120,"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0413,"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0542,"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0494,"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0492,"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0490,"\u0047\u0068\u006fo\u006b":0x0193,"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0533,"\u0047m\u0061\u0063\u0072\u006f\u006e":0x1e20,"\u0047\u006d\u0069\u0072":0x2141,"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff27,"\u0047\u0072\u0061v\u0065":0xf6ce,"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf760,"\u0047\u0073\u006d\u0061\u006c\u006c":0xf767,"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b":0x022b,"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b":0x029b,"\u0047s\u0074\u0072\u006f\u006b\u0065":0x01e4,"\u0047\u0074":0x2aa2,"\u0048":0x0048,"\u0048\u0032\u0032\u0030\u0037\u0033":0x25a1,"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065":0x33cb,"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a8,"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b2,"\u0048\u0062\u0061\u0072":0x0126,"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2a,"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e28,"\u0048c\u0069\u0072\u0063\u006c\u0065":0x24bd,"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0124,"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e26,"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e22,"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e24,"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065":0x26a5,"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff28,"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0540,"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e8,"\u0048\u0073\u006d\u0061\u006c\u006c":0xf768,"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p":0x022c,"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0xf6cf,"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c":0xf6f8,"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065":0x3390,"\u0049":0x0049,"\u0049\u004a":0x0132,"\u0049\u0061\u0063\u0075\u0074\u0065":0x00cd,"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ed,"\u0049\u0062\u0072\u0065\u0076\u0065":0x012c,"\u0049\u0063\u0061\u0072\u006f\u006e":0x01cf,"\u0049c\u0069\u0072\u0063\u006c\u0065":0x24be,"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ce,"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ee,"\u0049c\u0079\u0072\u0069\u006c\u0031":0x03fc,"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0208,"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cf,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2e,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e4,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ef,"\u0049\u0064\u006f\u0074":0x0130,"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eca,"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d6,"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0415,"\u0049\u0065\u0068\u006f\u006f\u006b":0x03f8,"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fa,"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x2111,"\u0049\u0067\u0072\u0061\u0076\u0065":0x00cc,"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ec,"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec8,"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0418,"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020a,"\u0049m\u0061\u0063\u0072\u006f\u006e":0x012a,"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e2,"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff29,"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053b,"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0401,"\u0049o\u0067\u006f\u006e\u0065\u006b":0x012e,"\u0049\u006f\u0074\u0061":0x0399,"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0196,"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f3,"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03aa,"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs":0x038a,"\u0049\u0073\u006d\u0061\u006c\u006c":0xf769,"\u0049s\u0074\u0072\u006f\u006b\u0065":0x0197,"\u0049\u0074\u0069\u006c\u0064\u0065":0x0128,"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2c,"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0476,"\u004a":0x004a,"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0541,"\u004ac\u0069\u0072\u0063\u006c\u0065":0x24bf,"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0134,"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054b,"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2a,"\u004a\u006f\u0069\u006e":0x2a1d,"\u004a\u0073\u006d\u0061\u006c\u006c":0xf76a,"\u004b":0x004b,"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3385,"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065":0x33cd,"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a0,"\u004b\u0061\u0063\u0075\u0074\u0065":0x1e30,"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049a,"\u004b\u0061\u0068\u006f\u006f\u006b":0x03ff,"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c3,"\u004b\u0061\u0070p\u0061":0x039a,"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049e,"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049c,"\u004b\u0063\u0061\u0072\u006f\u006e":0x01e8,"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0136,"\u004bc\u0069\u0072\u0063\u006c\u0065":0x24c0,"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e32,"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0554,"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053f,"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0425,"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e6,"\u004b\u0068\u006fo\u006b":0x0198,"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040c,"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e34,"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2b,"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0480,"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b":0x03de,"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046e,"\u004b\u0073\u006d\u0061\u006c\u006c":0xf76b,"\u004c":0x004c,"\u004c\u004a":0x01c7,"\u004c\u004c":0xf6bf,"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b45,"\u004c\u0061\u0063\u0075\u0074\u0065":0x0139,"\u004c\u0061\u006d\u0062\u0064\u0061":0x039b,"\u004cb\u0072\u0062\u0072\u0061\u006b":0x27ec,"\u004c\u0063\u0061\u0072\u006f\u006e":0x013d,"\u004cc\u0061\u0072\u006f\u006e\u0031":0xf812,"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x013b,"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611":0xf81a,"\u004cc\u0069\u0072\u0063\u006c\u0065":0x24c1,"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3c,"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x013f,"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e36,"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e38,"\u004c\u0064\u0073\u0068":0x21b2,"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053c,"\u004c\u006a":0x01c8,"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0409,"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3a,"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2c,"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f8,"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27fa,"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fd,"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fe,"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f9,"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r":0x2995,"\u004c\u0073\u006c\u0061\u0073\u0068":0x0141,"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf6f9,"\u004c\u0073\u006d\u0061\u006c\u006c":0xf76c,"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p":0x022f,"\u004c\u0074":0x2aa1,"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29da,"\u004d":0x004d,"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3386,"\u004d\u0061\u0063\u0072\u006f\u006e":0xf6d0,"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf7af,"\u004d\u0061\u0063\u0075\u0074\u0065":0x1e3e,"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2906,"\u004d\u0061\u0070\u0073\u0074\u006f":0x2907,"\u004dc\u0069\u0072\u0063\u006c\u0065":0x24c2,"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e40,"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e42,"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0544,"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2d,"\u004d\u0073\u006d\u0061\u006c\u006c":0xf76d,"\u004dt\u0075\u0072\u006e\u0065\u0064":0x019c,"\u004d\u0075":0x039c,"\u004e":0x004e,"\u004e\u004a":0x01ca,"\u004e\u0061\u0063\u0075\u0074\u0065":0x0143,"\u004e\u0063\u0061\u0072\u006f\u006e":0x0147,"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81c,"\u004ec\u0069\u0072\u0063\u006c\u0065":0x24c3,"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4a,"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0145,"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e44,"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e46,"\u004ee\u0061\u0072\u0072\u006f\u0077":0x21d7,"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x019d,"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2168,"\u004e\u006a":0x01cb,"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e48,"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2e,"\u004e\u006f\u0074":0x2aec,"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0546,"\u004e\u0073\u006d\u0061\u006c\u006c":0xf76e,"\u004e\u0074\u0069\u006c\u0064\u0065":0x00d1,"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f1,"\u004e\u0075":0x039d,"\u004ew\u0061\u0072\u0072\u006f\u0077":0x21d6,"\u004f":0x004f,"\u004f\u0045":0x0152,"\u004fE\u0073\u006d\u0061\u006c\u006c":0xf6fa,"\u004f\u0061\u0063\u0075\u0074\u0065":0x00d3,"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f3,"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e8,"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ea,"\u004f\u0062\u0072\u0065\u0076\u0065":0x014e,"\u004f\u0063\u0061\u0072\u006f\u006e":0x01d1,"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065":0x019f,"\u004fc\u0069\u0072\u0063\u006c\u0065":0x24c4,"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00d4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed0,"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed8,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed2,"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7f4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed6,"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x041e,"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e":0x0150,"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020c,"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00d6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7f6,"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecc,"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c":0xf6fb,"\u004f\u0067\u0072\u0061\u0076\u0065":0x00d2,"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f2,"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0555,"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ece,"\u004f\u0068\u006fr\u006e":0x01a0,"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1eda,"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee2,"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edc,"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1ede,"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee0,"\u004f\u0069":0x01a2,"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020e,"\u004fm\u0061\u0063\u0072\u006f\u006e":0x014c,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e52,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e50,"\u004f\u006d\u0065g\u0061":0x2126,"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0460,"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b":0x03a9,"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076":0x2127,"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047a,"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047c,"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x038f,"\u004fm\u0069\u0063\u0072\u006f\u006e":0x039f,"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038c,"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2f,"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2160,"\u004fo\u0067\u006f\u006e\u0065\u006b":0x01ea,"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ec,"\u004f\u006f\u0070e\u006e":0x0186,"\u004f\u0073\u006c\u0061\u0073\u0068":0x00d8,"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01fe,"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f8,"\u004f\u0073\u006d\u0061\u006c\u006c":0xf76f,"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047e,"\u004f\u0074\u0069\u006c\u0064\u0065":0x00d5,"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4c,"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4e,"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f5,"\u004f\u0074\u0069\u006d\u0065\u0073":0x2a37,"\u0050":0x0050,"\u0050\u0061\u0063\u0075\u0074\u0065":0x1e54,"\u0050c\u0069\u0072\u0063\u006c\u0065":0x24c5,"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e56,"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054a,"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a6,"\u0050\u0068\u0069":0x03a6,"\u0050\u0068\u006fo\u006b":0x01a4,"\u0050\u0069":0x03a0,"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0553,"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074":0x210e,"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff30,"\u0050\u0072\u0065\u0063":0x2abb,"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065":0x214a,"\u0050\u0073\u0069":0x03a8,"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0470,"\u0050\u0073\u006d\u0061\u006c\u006c":0xf770,"\u0051":0x0051,"\u0051\u0045\u0044":0x220e,"\u0051c\u0069\u0072\u0063\u006c\u0065":0x24c6,"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff31,"\u0051\u0073\u006d\u0061\u006c\u006c":0xf771,"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x2047,"\u0052":0x0052,"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2b46,"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054c,"\u0052\u0061\u0063\u0075\u0074\u0065":0x0154,"\u0052b\u0072\u0062\u0072\u0061\u006b":0x27ed,"\u0052\u0063\u0061\u0072\u006f\u006e":0x0158,"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0156,"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81e,"\u0052c\u0069\u0072\u0063\u006c\u0065":0x24c7,"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf831,"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0210,"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e58,"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5a,"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5c,"\u0052\u0064\u0073\u0068":0x21b3,"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0550,"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x211c,"\u0052\u0068\u006f":0x03a1,"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl":0xf6fc,"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0212,"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5e,"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff32,"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2996,"\u0052\u0073\u006d\u0061\u006c\u006c":0xf772,"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064":0x0281,"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072":0x02b6,"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023f,"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29db,"\u0053":0x0053,"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030":0x024f,"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030":0x250c,"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030":0x2514,"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030":0x2510,"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030":0x2518,"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030":0x253c,"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030":0x252c,"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030":0x2534,"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030":0x251c,"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030":0x2524,"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030":0x2500,"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030":0x2502,"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030":0x2561,"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030":0x2562,"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030":0x2556,"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030":0x2555,"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030":0x2563,"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030":0x2551,"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030":0x2557,"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030":0x255d,"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030":0x255c,"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030":0x255b,"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030":0x255e,"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030":0x255f,"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030":0x255a,"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030":0x2554,"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030":0x2569,"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030":0x2566,"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030":0x2560,"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030":0x2550,"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030":0x256c,"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030":0x2567,"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030":0x2568,"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030":0x2564,"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030":0x2565,"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030":0x2559,"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030":0x2558,"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030":0x2552,"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030":0x2553,"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030":0x256b,"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030":0x256a,"\u0053\u0061\u0063\u0075\u0074\u0065":0x015a,"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e64,"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b":0x03e0,"\u0053\u0063\u0061\u0072\u006f\u006e":0x0160,"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e66,"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6fd,"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015e,"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611":0xf816,"\u0053\u0063\u0068w\u0061":0x018f,"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d8,"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04da,"\u0053c\u0069\u0072\u0063\u006c\u0065":0x24c8,"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015c,"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0218,"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e60,"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e62,"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e68,"\u0053e\u0061\u0072\u0072\u006f\u0077":0x21d8,"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054d,"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2166,"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0547,"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0428,"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e2,"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ba,"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ec,"\u0053\u0069\u0067m\u0061":0x03a3,"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2165,"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff33,"\u0053\u0071\u0063a\u0070":0x2a4e,"\u0053\u0071\u0063u\u0070":0x2a4f,"\u0053\u0073\u006d\u0061\u006c\u006c":0xf773,"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03da,"\u0053\u0075\u0063\u0063":0x2abc,"\u0053w\u0061\u0072\u0072\u006f\u0077":0x21d9,"\u0054":0x0054,"\u0054\u0061\u0075":0x03a4,"\u0054\u0062\u0061\u0072":0x0166,"\u0054\u0063\u0061\u0072\u006f\u006e":0x0164,"\u0054c\u0061\u0072\u006f\u006e\u0031":0xf814,"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611":0xf818,"\u0054c\u0069\u0072\u0063\u006c\u0065":0x24c9,"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e70,"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0162,"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6a,"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6c,"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ac,"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2169,"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b4,"\u0054\u0068\u0065t\u0061":0x0398,"\u0054\u0068\u006fo\u006b":0x01ac,"\u0054\u0068\u006fr\u006e":0x00de,"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c":0xf7fe,"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2162,"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf6fe,"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054f,"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6e,"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff34,"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0539,"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bc,"\u0054o\u006e\u0065\u0073\u0069\u0078":0x0184,"\u0054o\u006e\u0065\u0074\u0077\u006f":0x01a7,"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x01ae,"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0426,"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040b,"\u0054\u0073\u006d\u0061\u006c\u006c":0xf774,"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x216b,"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2161,"\u0055":0x0055,"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077":0x27f0,"\u0055\u0061\u0063\u0075\u0074\u0065":0x00da,"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fa,"\u0055\u0062\u0072\u0065\u0076\u0065":0x016c,"\u0055\u0063\u0061\u0072\u006f\u006e":0x01d3,"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf833,"\u0055c\u0069\u0072\u0063\u006c\u0065":0x24ca,"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00db,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e76,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7fb,"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0423,"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0214,"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00dc,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d7,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e72,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01d9,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f0,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01db,"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d5,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7fc,"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee4,"\u0055\u0067\u0072\u0061\u0076\u0065":0x00d9,"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f9,"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee6,"\u0055\u0068\u006fr\u006e":0x01af,"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee8,"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef0,"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eea,"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eec,"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eee,"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0170,"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f2,"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0216,"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0478,"\u0055m\u0061\u0063\u0072\u006f\u006e":0x016a,"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ee,"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7a,"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff35,"\u0055o\u0067\u006f\u006e\u0065\u006b":0x0172,"\u0055p\u0073\u0069\u006c\u006f\u006e":0x03a5,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03d2,"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b":0x03d3,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e":0x01b1,"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f4,"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ab,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d4,"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038e,"\u0055\u0072\u0069n\u0067":0x016e,"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x040e,"\u0055\u0073\u006d\u0061\u006c\u006c":0xf775,"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04ae,"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b0,"\u0055\u0074\u0069\u006c\u0064\u0065":0x0168,"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e78,"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e74,"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x290a,"\u0056":0x0056,"\u0056\u0044\u0061s\u0068":0x22ab,"\u0056\u0062\u0061\u0072":0x2aeb,"\u0056c\u0069\u0072\u0063\u006c\u0065":0x24cb,"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7e,"\u0056\u0065\u0065":0x2a54,"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054e,"\u0056\u0068\u006fo\u006b":0x01b2,"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff36,"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0548,"\u0056\u0073\u006d\u0061\u006c\u006c":0xf776,"\u0056\u0074\u0069\u006c\u0064\u0065":0x1e7c,"\u0056\u0076\u0065r\u0074":0x2980,"\u0057":0x0057,"\u0057\u0061\u0063\u0075\u0074\u0065":0x1e82,"\u0057c\u0069\u0072\u0063\u006c\u0065":0x24cc,"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0174,"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e84,"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e86,"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e88,"\u0057\u0065\u0064g\u0065":0x2a53,"\u0057\u0067\u0072\u0061\u0076\u0065":0x1e80,"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff37,"\u0057\u0073\u006d\u0061\u006c\u006c":0xf777,"\u0058":0x0058,"\u0058c\u0069\u0072\u0063\u006c\u0065":0x24cd,"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8c,"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8a,"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053d,"\u0058\u0069":0x039e,"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff38,"\u0058\u0073\u006d\u0061\u006c\u006c":0xf778,"\u0059":0x0059,"\u0059\u0061\u0063\u0075\u0074\u0065":0x00dd,"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fd,"\u0059c\u0069\u0072\u0063\u006c\u0065":0x24ce,"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0176,"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s":0x0178,"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ff,"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8e,"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef4,"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f8,"\u0059\u0067\u0072\u0061\u0076\u0065":0x1ef2,"\u0059\u0068\u006fo\u006b":0x01b3,"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef6,"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0545,"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0407,"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0552,"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff39,"\u0059\u0073\u006d\u0061\u006c\u006c":0xf779,"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p":0x021f,"\u0059\u0074\u0069\u006c\u0064\u0065":0x1ef8,"\u0059\u0075\u0070":0x2144,"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046a,"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046c,"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0466,"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0468,"\u005a":0x005a,"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0536,"\u005a\u0061\u0063\u0075\u0074\u0065":0x0179,"\u005a\u0063\u0061\u0072\u006f\u006e":0x017d,"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6ff,"\u005ac\u0069\u0072\u0063\u006c\u0065":0x24cf,"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e90,"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017b,"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e92,"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0498,"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04de,"\u005a\u0065\u0074\u0061":0x0396,"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053a,"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fd,"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c1,"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0496,"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dc,"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e94,"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3a,"\u005a\u0073\u006d\u0061\u006c\u006c":0xf77a,"\u005as\u0074\u0072\u006f\u006b\u0065":0x01b5,"\u0061":0x0061,"\u0061\u0031":0x2701,"\u0061\u0032":0x2702,"\u0061\u0033":0x2704,"\u0061\u0034":0x260e,"\u0061\u0035":0x2706,"\u0061\u0036":0x271d,"\u0061\u0037":0x271e,"\u0061\u0038":0x271f,"\u0061\u0039":0x2720,"\u0061\u0031\u0030":0x2721,"\u0061\u0031\u0031":0x261b,"\u0061\u0031\u0032":0x261e,"\u0061\u0031\u0033":0x270c,"\u0061\u0031\u0034":0x270d,"\u0061\u0031\u0035":0x270e,"\u0061\u0031\u0036":0x270f,"\u0061\u0031\u0037":0x2711,"\u0061\u0031\u0038":0x2712,"\u0061\u0031\u0039":0x2713,"\u0061\u0032\u0030":0x2714,"\u0061\u0032\u0031":0x2715,"\u0061\u0032\u0032":0x2716,"\u0061\u0032\u0033":0x2717,"\u0061\u0032\u0034":0x2718,"\u0061\u0032\u0035":0x2719,"\u0061\u0032\u0036":0x271a,"\u0061\u0032\u0037":0x271b,"\u0061\u0032\u0038":0x271c,"\u0061\u0032\u0039":0x2722,"\u0061\u0033\u0030":0x2723,"\u0061\u0033\u0031":0x2724,"\u0061\u0033\u0032":0x2725,"\u0061\u0033\u0033":0x2726,"\u0061\u0033\u0034":0x2727,"\u0061\u0033\u0035":0x2605,"\u0061\u0033\u0036":0x2729,"\u0061\u0033\u0037":0x272a,"\u0061\u0033\u0038":0x272b,"\u0061\u0033\u0039":0x272c,"\u0061\u0034\u0030":0x272d,"\u0061\u0034\u0031":0x272e,"\u0061\u0034\u0032":0x272f,"\u0061\u0034\u0033":0x2730,"\u0061\u0034\u0034":0x2731,"\u0061\u0034\u0035":0x2732,"\u0061\u0034\u0036":0x2733,"\u0061\u0034\u0037":0x2734,"\u0061\u0034\u0038":0x2735,"\u0061\u0034\u0039":0x2736,"\u0061\u0035\u0030":0x2737,"\u0061\u0035\u0031":0x2738,"\u0061\u0035\u0032":0x2739,"\u0061\u0035\u0033":0x273a,"\u0061\u0035\u0034":0x273b,"\u0061\u0035\u0035":0x273c,"\u0061\u0035\u0036":0x273d,"\u0061\u0035\u0037":0x273e,"\u0061\u0035\u0038":0x273f,"\u0061\u0035\u0039":0x2740,"\u0061\u0036\u0030":0x2741,"\u0061\u0036\u0031":0x2742,"\u0061\u0036\u0032":0x2743,"\u0061\u0036\u0033":0x2744,"\u0061\u0036\u0034":0x2745,"\u0061\u0036\u0035":0x2746,"\u0061\u0036\u0036":0x2747,"\u0061\u0036\u0037":0x2748,"\u0061\u0036\u0038":0x2749,"\u0061\u0036\u0039":0x274a,"\u0061\u0037\u0030":0x274b,"\u0061\u0037\u0031":0x25cf,"\u0061\u0037\u0032":0x274d,"\u0061\u0037\u0033":0x25a0,"\u0061\u0037\u0034":0x274f,"\u0061\u0037\u0035":0x2751,"\u0061\u0037\u0036":0x25b2,"\u0061\u0037\u0037":0x25bc,"\u0061\u0037\u0038":0x25c6,"\u0061\u0037\u0039":0x2756,"\u0061\u0038\u0031":0x25d7,"\u0061\u0038\u0032":0x2758,"\u0061\u0038\u0033":0x2759,"\u0061\u0038\u0034":0x275a,"\u0061\u0038\u0035":0xf8de,"\u0061\u0038\u0036":0xf8e0,"\u0061\u0038\u0037":0xf8e1,"\u0061\u0038\u0038":0xf8e2,"\u0061\u0038\u0039":0xf8d7,"\u0061\u0039\u0030":0xf8d8,"\u0061\u0039\u0031":0xf8db,"\u0061\u0039\u0032":0xf8dc,"\u0061\u0039\u0033":0xf8d9,"\u0061\u0039\u0034":0xf8da,"\u0061\u0039\u0035":0xf8e3,"\u0061\u0039\u0036":0xf8e4,"\u0061\u0039\u0037":0x275b,"\u0061\u0039\u0038":0x275c,"\u0061\u0039\u0039":0x275d,"\u0061\u0031\u0030\u0030":0x275e,"\u0061\u0031\u0030\u0031":0x2761,"\u0061\u0031\u0030\u0032":0x2762,"\u0061\u0031\u0030\u0033":0x2763,"\u0061\u0031\u0030\u0034":0x2764,"\u0061\u0031\u0030\u0035":0x2710,"\u0061\u0031\u0030\u0036":0x2765,"\u0061\u0031\u0030\u0037":0x2766,"\u0061\u0031\u0030\u0038":0x2767,"\u0061\u0031\u0031\u0037":0x2709,"\u0061\u0031\u0031\u0038":0x2708,"\u0061\u0031\u0031\u0039":0x2707,"\u0061\u0031\u0032\u0030":0x2460,"\u0061\u0031\u0032\u0031":0x2461,"\u0061\u0031\u0032\u0032":0x2462,"\u0061\u0031\u0032\u0033":0x2463,"\u0061\u0031\u0032\u0034":0x2464,"\u0061\u0031\u0032\u0035":0x2465,"\u0061\u0031\u0032\u0036":0x2466,"\u0061\u0031\u0032\u0037":0x2467,"\u0061\u0031\u0032\u0038":0x2468,"\u0061\u0031\u0032\u0039":0x2469,"\u0061\u0031\u0033\u0030":0x2776,"\u0061\u0031\u0033\u0031":0x2777,"\u0061\u0031\u0033\u0032":0x2778,"\u0061\u0031\u0033\u0033":0x2779,"\u0061\u0031\u0033\u0034":0x277a,"\u0061\u0031\u0033\u0035":0x277b,"\u0061\u0031\u0033\u0036":0x277c,"\u0061\u0031\u0033\u0037":0x277d,"\u0061\u0031\u0033\u0038":0x277e,"\u0061\u0031\u0033\u0039":0x277f,"\u0061\u0031\u0034\u0030":0x2780,"\u0061\u0031\u0034\u0031":0x2781,"\u0061\u0031\u0034\u0032":0x2782,"\u0061\u0031\u0034\u0033":0x2783,"\u0061\u0031\u0034\u0034":0x2784,"\u0061\u0031\u0034\u0035":0x2785,"\u0061\u0031\u0034\u0036":0x2786,"\u0061\u0031\u0034\u0037":0x2787,"\u0061\u0031\u0034\u0038":0x2788,"\u0061\u0031\u0034\u0039":0x2789,"\u0061\u0031\u0035\u0030":0x278a,"\u0061\u0031\u0035\u0031":0x278b,"\u0061\u0031\u0035\u0032":0x278c,"\u0061\u0031\u0035\u0033":0x278d,"\u0061\u0031\u0035\u0034":0x278e,"\u0061\u0031\u0035\u0035":0x278f,"\u0061\u0031\u0035\u0036":0x2790,"\u0061\u0031\u0035\u0037":0x2791,"\u0061\u0031\u0035\u0038":0x2792,"\u0061\u0031\u0035\u0039":0x2793,"\u0061\u0031\u0036\u0030":0x2794,"\u0061\u0031\u0036\u0032":0x27a3,"\u0061\u0031\u0036\u0034":0x2195,"\u0061\u0031\u0036\u0035":0x2799,"\u0061\u0031\u0036\u0036":0x279b,"\u0061\u0031\u0036\u0037":0x279c,"\u0061\u0031\u0036\u0038":0x279d,"\u0061\u0031\u0036\u0039":0x279e,"\u0061\u0031\u0037\u0030":0x279f,"\u0061\u0031\u0037\u0031":0x27a0,"\u0061\u0031\u0037\u0032":0x27a1,"\u0061\u0031\u0037\u0033":0x27a2,"\u0061\u0031\u0037\u0034":0x27a4,"\u0061\u0031\u0037\u0035":0x27a5,"\u0061\u0031\u0037\u0036":0x27a6,"\u0061\u0031\u0037\u0037":0x27a7,"\u0061\u0031\u0037\u0038":0x27a8,"\u0061\u0031\u0037\u0039":0x27a9,"\u0061\u0031\u0038\u0030":0x27ab,"\u0061\u0031\u0038\u0031":0x27ad,"\u0061\u0031\u0038\u0032":0x27af,"\u0061\u0031\u0038\u0033":0x27b2,"\u0061\u0031\u0038\u0034":0x27b3,"\u0061\u0031\u0038\u0035":0x27b5,"\u0061\u0031\u0038\u0036":0x27b8,"\u0061\u0031\u0038\u0037":0x27ba,"\u0061\u0031\u0038\u0038":0x27bb,"\u0061\u0031\u0038\u0039":0x27bc,"\u0061\u0031\u0039\u0030":0x27bd,"\u0061\u0031\u0039\u0031":0x27be,"\u0061\u0031\u0039\u0032":0x279a,"\u0061\u0031\u0039\u0033":0x27aa,"\u0061\u0031\u0039\u0034":0x27b6,"\u0061\u0031\u0039\u0035":0x27b9,"\u0061\u0031\u0039\u0036":0x2798,"\u0061\u0031\u0039\u0037":0x27b4,"\u0061\u0031\u0039\u0038":0x27b7,"\u0061\u0031\u0039\u0039":0x27ac,"\u0061\u0032\u0030\u0030":0x27ae,"\u0061\u0032\u0030\u0031":0x27b1,"\u0061\u0032\u0030\u0032":0x2703,"\u0061\u0032\u0030\u0033":0x2750,"\u0061\u0032\u0030\u0034":0x2752,"\u0061\u0032\u0030\u0035":0xf8dd,"\u0061\u0032\u0030\u0036":0xf8df,"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0986,"\u0061\u0061\u0063\u0075\u0074\u0065":0x00e1,"\u0061\u0061\u0064\u0065\u0076\u0061":0x0906,"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a86,"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a06,"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3e,"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3303,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09be,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x093e,"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abe,"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055f,"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061":0x0970,"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0985,"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311a,"\u0061\u0062\u0072\u0065\u0076\u0065":0x0103,"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eaf,"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d1,"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb7,"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb1,"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb3,"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb5,"\u0061\u0063\u0061\u0072\u006f\u006e":0x01ce,"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff":0x2100,"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et":0x23e6,"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065":0x267e,"\u0061c\u0069\u0072\u0063\u006c\u0065":0x24d0,"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00e2,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea5,"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ead,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea7,"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea9,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eab,"\u0061\u0063\u0075t\u0065":0x00b4,"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0317,"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db":0x0301,"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a":0x0954,"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02cf,"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p":0x0274,"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0341,"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x2940,"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2939,"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077":0x21ba,"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293a,"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293b,"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0201,"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a71,"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074":0x2101,"\u0061\u0064\u0065v\u0061":0x0905,"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00e4,"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d3,"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01df,"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea1,"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e1,"\u0061\u0064\u006ft\u0073":0x22f0,"\u0061\u0065":0x00e6,"\u0061e\u0061\u0063\u0075\u0074\u0065":0x01fd,"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3150,"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e":0x01e3,"\u0061f\u0069\u0069\u0032\u0039\u0039":0x200e,"\u0061f\u0069\u0069\u0033\u0030\u0030":0x200f,"\u0061f\u0069\u0069\u0033\u0030\u0031":0x200d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317":0x0410,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318":0x0411,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319":0x0412,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324":0x0416,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325":0x0417,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327":0x0419,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328":0x041a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331":0x041d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333":0x041f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334":0x0420,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335":0x0421,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336":0x0422,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338":0x0424,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343":0x0429,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344":0x042a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345":0x042b,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346":0x042c,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348":0x042e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349":0x042f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351":0x0402,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352":0x0403,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354":0x0405,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355":0x0406,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357":0x0408,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359":0x040a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363":0xf6c4,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364":0xf6c5,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365":0x0430,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367":0x0432,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368":0x0433,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369":0x0434,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371":0x0451,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373":0x0437,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375":0x0439,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379":0x043d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384":0x0442,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385":0x0443,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386":0x0444,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387":0x0445,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390":0x0448,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391":0x0449,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396":0x044e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397":0x044f,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302":0x0455,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303":0x0456,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305":0x0458,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307":0x045a,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309":0x045c,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310":0x045e,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346":0x0462,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347":0x0472,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348":0x0474,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392":0xf6c6,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395":0x0473,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396":0x0475,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331":0xf6c7,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332":0xf6c8,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388":0x060c,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395":0x0663,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398":0x0666,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399":0x0667,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303":0x061b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307":0x061f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310":0x0622,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311":0x0623,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312":0x0624,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318":0x062a,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321":0x062d,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322":0x062e,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323":0x062f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327":0x0633,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328":0x0634,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329":0x0635,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330":0x0636,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333":0x0639,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341":0x0641,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342":0x0642,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343":0x0643,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344":0x0644,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345":0x0645,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351":0x064b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352":0x064c,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356":0x0650,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308":0x0698,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311":0x0679,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312":0x0688,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314":0x06ba,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334":0x06d5,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336":0x20aa,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345":0x05be,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366":0x05d2,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368":0x05d4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370":0x05d6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371":0x05d7,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373":0x05d9,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374":0x05da,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379":0x05df,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384":0x05e4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386":0x05e6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395":0xfb2b,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316":0x05f0,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317":0x05f1,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397":0x05b8,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399":0x05b0,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303":0x05c2,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341":0x05bf,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342":0x05c0,"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389":0x2113,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373":0x202c,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374":0x202d,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375":0x202e,"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364":0x200c,"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367":0x066d,"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337":0x02bd,"\u0061\u0067\u0072\u0061\u0076\u0065":0x00e0,"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a85,"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a05,"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3042,"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea3,"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0990,"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311e,"\u0061\u0069\u0064\u0065\u0076\u0061":0x0910,"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d5,"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a90,"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a10,"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a48,"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeca,"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecb,"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec9,"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecc,"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0203,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c8,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0948,"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac8,"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a2,"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff71,"\u0061k\u006f\u0072\u0065\u0061\u006e":0x314f,"\u0061\u006c\u0065\u0066":0x05d0,"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063":0x0627,"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb30,"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8e,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe84,"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063":0x0625,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe88,"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8d,"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4f,"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe82,"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0x0649,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063":0xfef0,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeef,"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef4,"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2e,"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2f,"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca":0x0671,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c":0xfb51,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfb50,"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c":0xfd3c,"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfd3d,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe83,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe87,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe81,"\u0061\u006c\u0065p\u0068":0x2135,"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c":0x224c,"\u0061\u006c\u0070h\u0061":0x03b1,"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x03ac,"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072":0xd802,"\u0061m\u0061\u0063\u0072\u006f\u006e":0x0101,"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff41,"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed":0x0026,"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff06,"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c":0xf726,"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c2,"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3122,"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3124,"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e8,"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e9,"\u0061\u006e\u0067\u0064\u006e\u0072":0x299f,"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069":0x0e5a,"\u0061\u006e\u0067l\u0065":0x2220,"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3008,"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3f,"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074":0x3009,"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe40,"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t":0x2329,"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x232a,"\u0061\u006e\u0067\u006c\u0065\u0073":0x299e,"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r":0x29a4,"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d":0x212b,"\u0061n\u006e\u0075\u0069\u0074\u0079":0x20e7,"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a":0x0387,"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x27f2,"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0952,"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0982,"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061":0x0902,"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a82,"\u0061o\u0067\u006f\u006e\u0065\u006b":0x0105,"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3300,"\u0061\u0070\u0061\u0072\u0065\u006e":0x249c,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065":0x0245,"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e":0x055a,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064":0x02bc,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076":0x0246,"\u0061\u0070\u0070l\u0065":0xf8ff,"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073":0x2250,"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q":0x2a70,"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c":0x2248,"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065":0x2252,"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074":0x224b,"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x224a,"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318e,"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x318d,"\u0061\u0072\u0063":0x2312,"\u0061\u0072\u0063e\u0071":0x2258,"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e":0x21b6,"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e":0x21b7,"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067":0x1e9a,"\u0061\u0072\u0069n\u0067":0x00e5,"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fb,"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e01,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e":0x0590,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074":0x058d,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074":0x058f,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070":0x058e,"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h":0x2194,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e":0x21e3,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074":0x21e0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074":0x21e2,"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070":0x21e1,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068":0x21d4,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076":0x21d5,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e":0x21d3,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x21d0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x21d2,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070":0x21d1,"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n":0x2193,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x2199,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074":0x2198,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065":0x21e9,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064":0x02c5,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x02c2,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064":0x02c3,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064":0x02c4,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074":0x21aa,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074":0x21a9,"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078":0xf8e7,"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t":0x2190,"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066":0x21bd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065":0x21cd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074":0x21c6,"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065":0x21e6,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x2192,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066":0x21c1,"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065":0x21cf,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074":0x21c4,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065":0x21e8,"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074":0x21e4,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074":0x21e5,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074":0x21a2,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074":0x21a3,"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074":0x21da,"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21db,"\u0061r\u0072\u006f\u0077\u0075\u0070":0x2191,"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065":0x21a8,"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074":0x2196,"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e":0x21c5,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074":0x2197,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065":0x21e7,"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078":0xf8e6,"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b":0xd80a,"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d":0x005e,"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3e,"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065":0x007e,"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5e,"\u0061s\u0063\u0072\u0069\u0070\u0074":0x0251,"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064":0x0252,"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3041,"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a1,"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff67,"\u0061\u0073\u0073\u0065\u0072\u0074":0x22a6,"\u0061\u0073\u0074e\u0071":0x2a6e,"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074":0x20f0,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b":0x002a,"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068":0x2217,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0a,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c":0xfe61,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d":0x2042,"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e":0x2609,"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6e9,"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c":0x2243,"\u0061\u0074":0x0040,"\u0061\u0074\u0069\u006c\u0064\u0065":0x00e3,"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff20,"\u0061t\u0073\u006d\u0061\u006c\u006c":0xfe6b,"\u0061t\u0075\u0072\u006e\u0065\u0064":0x0250,"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci":0x0994,"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3120,"\u0061\u0075\u0064\u0065\u0076\u0061":0x0914,"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a94,"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a14,"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09d7,"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4c,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09cc,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094c,"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0acc,"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061":0x093d,"\u0061\u0077\u0069n\u0074":0x2a11,"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0561,"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb20,"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x05e2,"\u0062":0x0062,"\u0062\u004e\u006f\u0074":0x2aed,"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ac,"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065":0x2036,"\u0062\u0061\u0063\u006b\u0065\u0064":0x024c,"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h":0x005c,"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff3c,"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065":0x2037,"\u0062\u0061\u0064\u0065\u0076\u0061":0x092c,"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r":0x22ff,"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aac,"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2c,"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3070,"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069":0x0e3f,"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d0,"\u0062\u0061\u0072":0x007c,"\u0062\u0061\u0072\u0056":0x2aea,"\u0062\u0061\u0072\u0063\u0061\u0070":0x2a43,"\u0062\u0061\u0072\u0063\u0075\u0070":0x2a42,"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074":0x2961,"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074":0x295d,"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061":0x21b9,"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e":0x2956,"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070":0x2952,"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070":0x02a9,"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5c,"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077":0x21b8,"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064":0x2920,"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x295f,"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070":0x295b,"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x2912,"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074":0x2958,"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074":0x2954,"\u0062\u0061\u0072\u0076\u0065\u0065":0x22bd,"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3105,"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b":0x23b6,"\u0062c\u0069\u0072\u0063\u006c\u0065":0x24d1,"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e03,"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e05,"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068":0x2506,"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073":0x266c,"\u0062e\u0063\u0061\u0075\u0073\u0065":0x2235,"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0431,"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0628,"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe90,"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe91,"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3079,"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8f,"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe92,"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfc9f,"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc08,"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc6d,"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc6e,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc09,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfc9d,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe812,"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9c,"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9e,"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6a,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6f,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc0a,"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d9,"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0562,"\u0062e\u006e\u007a\u0065\u006e\u0072":0x23e3,"\u0062\u0065\u0074\u0061":0x03b2,"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d0,"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb31,"\u0062\u0065\u0074\u0068":0x2136,"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d1,"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4c,"\u0062e\u0074\u0077\u0065\u0065\u006e":0x226c,"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ad,"\u0062h\u0061\u0064\u0065\u0076\u0061":0x092d,"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aad,"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2d,"\u0062\u0068\u006fo\u006b":0x0253,"\u0062\u0069\u0067\u0062\u006f\u0074":0x27d8,"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft":0x2a03,"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2afc,"\u0062i\u0067\u006f\u0064\u006f\u0074":0x2a00,"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073":0x2a01,"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s":0x2a02,"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065":0x2a57,"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065":0x2a58,"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070":0x2a05,"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070":0x2a06,"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2aff,"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073":0x2a09,"\u0062\u0069\u0067\u0074\u006f\u0070":0x27d9,"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x2a1e,"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073":0x2a04,"\u0062\u0069\u0067\u0076\u0065\u0065":0x22c1,"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065":0x22c0,"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3073,"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d3,"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b":0x0298,"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a02,"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3331,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077":0x29ed,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074":0x2688,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073":0x2689,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065":0x25d5,"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077":0x29ea,"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073":0x29d7,"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25d6,"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072":0x25c4,"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c0,"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3010,"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3b,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3011,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe3c,"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e3,"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e2,"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065":0x25ac,"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r":0x25ba,"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b6,"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25aa,"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065":0x263b,"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e":0x25be,"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e4,"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e5,"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b4,"\u0062\u006c\u0061n\u006b":0x2423,"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e07,"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2c,"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2e,"\u0062\u006c\u006fc\u006b":0x2588,"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff42,"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069":0x0e1a,"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307c,"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dc,"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e1,"\u0062\u006f\u0077\u0074\u0069\u0065":0x22c8,"\u0062\u006f\u0078\u0061\u0073\u0074":0x29c6,"\u0062\u006f\u0078\u0062\u0061\u0072":0x25eb,"\u0062\u006f\u0078\u0062\u006f\u0078":0x29c8,"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h":0x29c5,"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce":0x29c7,"\u0062o\u0078\u0064\u0069\u0061\u0067":0x29c4,"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078":0x29c9,"\u0062\u0070\u0061\u0072\u0065\u006e":0x249d,"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065":0x33c3,"\u0062r\u0061\u0063\u0065\u0065\u0078":0xf8f4,"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t":0x007b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f3,"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064":0xf8f2,"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff5b,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe5b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070":0xf8f1,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe37,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074":0x007d,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8fe,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064":0xf8fd,"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5d,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5c,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8fc,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe38,"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x005b,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f0,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ef,"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3b,"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c":0x2045,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070":0xf8ee,"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x005d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074":0xf8fb,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078":0xf8fa,"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065":0xff3d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c":0x2046,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070":0xf8f9,"\u0062\u0072\u0065v\u0065":0x02d8,"\u0062\u0072\u0065\u0076\u0065\u0031":0xf006,"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032e,"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062":0x0306,"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x032f,"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062":0x0311,"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062":0x0361,"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x032a,"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062":0x033a,"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ad,"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r":0x00a6,"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b41,"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x2b47,"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062":0x27c8,"\u0062s\u0074\u0072\u006f\u006b\u0065":0x0180,"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ea,"\u0062\u0074\u0069\u006d\u0065\u0073":0x2a32,"\u0062t\u006f\u0070\u0062\u0061\u0072":0x0183,"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3076,"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d6,"\u0062\u0075\u006c\u006c\u0065\u0074":0x2022,"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072":0x2219,"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065":0x25ce,"\u0062u\u006d\u0070\u0065\u0071\u0071":0x2aae,"\u0063":0x0063,"\u0063\u0031\u0032\u0038":0x0080,"\u0063\u0031\u0032\u0039":0x0081,"\u0063\u0031\u0034\u0031":0x008d,"\u0063\u0031\u0034\u0032":0x008e,"\u0063\u0031\u0034\u0033":0x008f,"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056e,"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci":0x099a,"\u0063\u0061\u0063\u0075\u0074\u0065":0x0107,"\u0063a\u0064\u0061\u0075\u006e\u0061":0x2106,"\u0063\u0061\u0064\u0065\u0076\u0061":0x091a,"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9a,"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1a,"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e":0x3388,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069":0x0981,"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062":0x0310,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061":0x0901,"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a81,"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p":0x2a49,"\u0063\u0061\u0070\u0064\u006f\u0074":0x2a40,"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b":0xd809,"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070":0x2a47,"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b":0x21ea,"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065":0x2a44,"\u0063\u0061\u0072\u0065\u006f\u0066":0x2105,"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074":0x2038,"\u0063\u0061\u0072o\u006e":0x02c7,"\u0063\u0061\u0072\u006f\u006e\u0031":0xf00a,"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032c,"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062":0x030c,"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x21b5,"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3118,"\u0063\u0063\u0061\u0072\u006f\u006e":0x010d,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00e7,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e09,"\u0063c\u0069\u0072\u0063\u006c\u0065":0x24d2,"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0109,"\u0063\u0063\u0075r\u006c":0x0255,"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077":0x293f,"\u0063\u0064\u006f\u0074":0x010b,"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33c5,"\u0063e\u0064\u0069\u006c\u006c\u0061":0x00b8,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031":0xf008,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032":0xf00d,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062":0x0327,"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074":0x2308,"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074":0x2309,"\u0063\u0065\u006e\u0074":0x00a2,"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065":0x2103,"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6df,"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe0,"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf7a2,"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065":0x2104,"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e0,"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0579,"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099b,"\u0063h\u0061\u0064\u0065\u0076\u0061":0x091b,"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9b,"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1b,"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3114,"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bd,"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0447,"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bf,"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b7,"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f5,"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0573,"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cc,"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b9,"\u0063\u0068\u0069":0x03c7,"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3277,"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3217,"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3269,"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314a,"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3209,"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0a,"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e08,"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e09,"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069":0x0e0c,"\u0063\u0068\u006fo\u006b":0x0188,"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3276,"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3216,"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3268,"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3148,"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3208,"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321c,"\u0063\u0069\u0072\u0045":0x29c3,"\u0063\u0069\u0072\u0062\u006f\u0074":0x27df,"\u0063\u0069\u0072\u0063\u0065\u0071":0x2257,"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b":0x229b,"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b":0x25d2,"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074":0x20dd,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074":0x29bf,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068":0x229d,"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065":0x2298,"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x29ec,"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x29b7,"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074":0x2686,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073":0x2687,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074":0x29b6,"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074":0x29be,"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c":0x229c,"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072":0x29b5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f6,"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x2297,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b30,"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x21f4,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074":0x2299,"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073":0x2295,"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3036,"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067":0x229a,"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b":0x25d3,"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f4,"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f7,"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b":0x25d4,"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c":0x25cd,"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d0,"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d1,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x02c6,"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031":0xf003,"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062":0x032d,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062":0x0302,"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074":0x2a10,"\u0063\u0069\u0072\u006d\u0069\u0064":0x2aef,"\u0063i\u0072\u0073\u0063\u0069\u0072":0x29c2,"\u0063\u006c\u0065a\u0072":0x2327,"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072":0x01c2,"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c":0x01c0,"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c":0x01c1,"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x01c3,"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e":0x27f3,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070":0x2a4d,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070":0x2a4c,"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064":0x2a50,"\u0063l\u006f\u0073\u0075\u0072\u0065":0x2050,"\u0063\u006c\u0075\u0062":0x2663,"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2667,"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a4,"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff43,"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a0,"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0581,"\u0063\u006f\u006co\u006e":0x003a,"\u0063o\u006c\u006f\u006e\u0065\u0071":0x2254,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079":0x20a1,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1a,"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xfe55,"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064":0x02d1,"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064":0x02d0,"\u0063\u006f\u006dm\u0061":0x002c,"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0313,"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062":0x0315,"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0xf6c3,"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055d,"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6e1,"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073":0x2a29,"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0c,"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062":0x0314,"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c":0xfe50,"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x0299,"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e2,"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0312,"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064":0x02bb,"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074":0x2201,"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x27e1,"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074":0x27e2,"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074":0x27e3,"\u0063o\u006e\u0067\u0064\u006f\u0074":0x2a6d,"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et":0x2245,"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072":0x2332,"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et":0x2a07,"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222e,"\u0063o\u006e\u0074\u0072\u006f\u006c":0x2303,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b":0x0006,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c":0x0007,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S":0x0008,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e":0x0018,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R":0x000d,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031":0x0011,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032":0x0012,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033":0x0013,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034":0x0014,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c":0x007f,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045":0x0010,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M":0x0019,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051":0x0005,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054":0x0004,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043":0x001b,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042":0x0017,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058":0x0003,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F":0x000c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S":0x001c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S":0x001d,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T":0x0009,"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF":0x000a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b":0x0015,"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c":0x0000,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S":0x001e,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I":0x000f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O":0x000e,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054":0x0002,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058":0x0001,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042":0x001a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e":0x0016,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S":0x001f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T":0x000b,"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t":0x2a3f,"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x2210,"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t":0x00a9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073":0xf8e9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066":0xf6d9,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x300c,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff62,"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe41,"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074":0x300d,"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff63,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c":0xfe42,"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065":0x337f,"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x33c7,"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065":0x33c6,"\u0063\u0070\u0061\u0072\u0065\u006e":0x249e,"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f":0x20a2,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068":0x0227,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064":0x0297,"\u0063\u0073\u0075\u0062":0x2acf,"\u0063\u0073\u0075b\u0065":0x2ad1,"\u0063\u0073\u0075\u0070":0x2ad0,"\u0063\u0073\u0075p\u0065":0x2ad2,"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074":0x221b,"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p":0x2a48,"\u0063\u0075\u0070\u0064\u006f\u0074":0x228d,"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x228c,"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070":0x2a46,"\u0063\u0075\u0070\u0076\u0065\u0065":0x2a45,"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064":0x22cf,"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t":0x21ab,"\u0063u\u0072\u006c\u0079\u006f\u0072":0x22ce,"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074":0x21ac,"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x00a4,"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073":0x293d,"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073":0x293c,"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077":0x2941,"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x21bb,"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2938,"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x293e,"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065":0xf6d1,"\u0063y\u0072\u0046\u006c\u0065\u0078":0xf6d2,"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065":0xf6d4,"\u0063y\u0072\u0066\u006c\u0065\u0078":0xf6d5,"\u0064":0x0064,"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0564,"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a6,"\u0064\u0061\u0064\u0065\u0076\u0061":0x0926,"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfebe,"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebf,"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfebd,"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec0,"\u0064\u0061\u0067\u0065\u0073\u0068":0x05bc,"\u0064\u0061\u0067\u0067\u0065\u0072":0x2020,"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l":0x2021,"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa6,"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a26,"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3060,"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c0,"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068":0xfb33,"\u0064\u0061\u006c\u0065\u0074\u0068":0x2138,"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077":0x05d3,"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeaa,"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea9,"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x064f,"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe78,"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077":0xe821,"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe79,"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe835,"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe72,"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe824,"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe836,"\u0064\u0061\u006ed\u0061":0x0964,"\u0064\u0061\u006e\u0067\u0065\u0072":0x2621,"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a7,"\u0064\u0061\u0073h\u0056":0x2ae3,"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h":0x27db,"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn":0x2239,"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x296b,"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x296d,"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0485,"\u0064b\u006b\u0061\u0072\u006f\u0077":0x290f,"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065":0xf6d3,"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x300a,"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c":0xfe3d,"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074":0x300b,"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c":0xfe3e,"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032b,"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e":0x21ca,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e":0x058a,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074":0x219e,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074":0x21a0,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070":0x0588,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070":0x21c8,"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e6,"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e7,"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061":0x0965,"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065":0xf6d6,"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x030f,"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222c,"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0333,"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062":0x033f,"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02ba,"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072":0x2016,"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x030e,"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3109,"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33c8,"\u0064\u0063\u0061\u0072\u006f\u006e":0x010f,"\u0064c\u0061\u0072\u006f\u006e\u0031":0xf811,"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e11,"\u0064c\u0069\u0072\u0063\u006c\u0065":0x24d3,"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e13,"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a1,"\u0064d\u0061\u0064\u0065\u0076\u0061":0x0921,"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa1,"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a21,"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb89,"\u0064\u0064\u0064\u0064\u006f\u0074":0x20dc,"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a":0x095c,"\u0064\u0064\u0064o\u0074":0x20db,"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a2,"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061":0x0922,"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa2,"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a22,"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0b,"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0d,"\u0064\u0064\u006ft\u0073":0x22f1,"\u0064d\u006f\u0074\u0073\u0065\u0071":0x2a77,"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x066b,"\u0064e\u0066\u0069\u006e\u0065\u0073":0x225c,"\u0064\u0065\u0067\u0072\u0065\u0065":0x00b0,"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e":0x212a,"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077":0x05ad,"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3067,"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ef,"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c7,"\u0064\u0065\u006c\u0065\u0074\u0065":0x05ba,"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074":0x232b,"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2326,"\u0064\u0065\u006ct\u0061":0x03b4,"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064":0x018d,"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f8,"\u0064\u0065\u007a\u0068":0x02a4,"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a7,"\u0064h\u0061\u0064\u0065\u0076\u0061":0x0927,"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa7,"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a27,"\u0064\u0068\u006fo\u006b":0x0257,"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s":0x0088,"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062":0x0344,"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072":0x2300,"\u0064i\u0061\u006d\u006f\u006e\u0064":0x2666,"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b":0x2b19,"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074":0x27d0,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x291d,"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x291f,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x2b16,"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068":0x22c4,"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b":0x2b17,"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2662,"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b":0x2b18,"\u0064\u0069\u0063e\u0069":0x2680,"\u0064\u0069\u0063\u0065\u0069\u0069":0x2681,"\u0064i\u0063\u0065\u0069\u0069\u0069":0x2682,"\u0064\u0069\u0063\u0065\u0069\u0076":0x2683,"\u0064\u0069\u0063e\u0076":0x2684,"\u0064\u0069\u0063\u0065\u0076\u0069":0x2685,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x00a8,"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731":0xf005,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065":0xf6d7,"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0324,"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062":0x0308,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065":0xf6d8,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073":0x0385,"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065":0x224f,"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3062,"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c2,"\u0064\u0069\u0073i\u006e":0x22f2,"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et":0x2a08,"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k":0x3003,"\u0064\u0069\u0076\u0069\u0064\u0065":0x00f7,"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22c7,"\u0064i\u0076\u0069\u0064\u0065\u0073":0x2223,"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068":0x2215,"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0452,"\u0064k\u0073\u0068\u0061\u0064\u0065":0x2593,"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031":0xf823,"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0f,"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3397,"\u0064m\u0061\u0063\u0072\u006f\u006e":0x0111,"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff44,"\u0064n\u0062\u006c\u006f\u0063\u006b":0x2584,"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b":0x2581,"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x2585,"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x2582,"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2587,"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2583,"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x2586,"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069":0x0e0e,"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i":0x0e14,"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3069,"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c9,"\u0064\u006f\u006c\u006c\u0061\u0072":0x0024,"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e3,"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff04,"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065":0xf724,"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c":0xfe69,"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e4,"\u0064\u006f\u006e\u0067":0x20ab,"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3326,"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et":0x02d9,"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062":0x0307,"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062":0x0323,"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031":0xf820,"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076":0x2a67,"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fb,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069":0x0131,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a":0xf6be,"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b":0x0284,"\u0064o\u0074\u006d\u0061\u0074\u0068":0x22c5,"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073":0x2238,"\u0064o\u0074\u0070\u006c\u0075\u0073":0x2214,"\u0064\u006f\u0074\u0073\u0069\u006d":0x2a6a,"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073":0x223a,"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x25cc,"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1a,"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073":0x2a30,"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065":0x2a62,"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073":0x29fa,"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x2913,"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2908,"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297f,"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072":0x2959,"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072":0x2955,"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074":0x2965,"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2935,"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e":0x29f9,"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031e,"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064":0x02d5,"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b":0x29e8,"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b":0x29e9,"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073":0x21f5,"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296f,"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077":0x21af,"\u0064\u0070\u0061\u0072\u0065\u006e":0x249f,"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077":0x2910,"\u0064\u0073\u006f\u006c":0x29f6,"\u0064\u0073\u0075\u0062":0x2a64,"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6eb,"\u0064\u0074\u0061i\u006c":0x0256,"\u0064t\u006f\u0070\u0062\u0061\u0072":0x018c,"\u0064u\u0061\u006c\u006d\u0061\u0070":0x29df,"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3065,"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c5,"\u0064\u0079\u006fg\u0068":0x0234,"\u0064\u007a":0x01f3,"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065":0x02a3,"\u0064z\u0063\u0061\u0072\u006f\u006e":0x01c6,"\u0064\u007a\u0063\u0075\u0072\u006c":0x02a5,"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e1,"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045f,"\u0065":0x0065,"\u0065\u0061\u0063\u0075\u0074\u0065":0x00e9,"\u0065\u0061\u0072t\u0068":0x2641,"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098f,"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311c,"\u0065\u0062\u0072\u0065\u0076\u0065":0x0115,"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x090d,"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8d,"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0945,"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac5,"\u0065\u0063\u0061\u0072\u006f\u006e":0x011b,"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1d,"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0565,"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0587,"\u0065c\u0069\u0072\u0063\u006c\u0065":0x24d4,"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ea,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebf,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e19,"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec7,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec1,"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec3,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec5,"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0454,"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0205,"\u0065\u0064\u0065v\u0061":0x090f,"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00eb,"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0117,"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb9,"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0f,"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a47,"\u0065\u0067\u0072\u0061\u0076\u0065":0x00e8,"\u0065\u0067\u0073\u0064\u006f\u0074":0x2a98,"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a8f,"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0567,"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311d,"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3048,"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ebb,"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311f,"\u0065\u0069\u0067h\u0074":0x0038,"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ee,"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a":0x096e,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2471,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2485,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2499,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aee,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6e,"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0668,"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3028,"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064":0x266b,"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3227,"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2088,"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff18,"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf738,"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e":0x247b,"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064":0x248f,"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f8,"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2177,"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2078,"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i":0x0e58,"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0207,"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0465,"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a8,"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff74,"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a74,"\u0065k\u006f\u0072\u0065\u0061\u006e":0x3154,"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043b,"\u0065l\u0065\u006d\u0065\u006e\u0074":0x2208,"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246a,"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247e,"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2492,"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x217a,"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073":0x23e7,"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073":0x2026,"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0x22ee,"\u0065\u006c\u0073\u0064\u006f\u0074":0x2a97,"\u0065m\u0061\u0063\u0072\u006f\u006e":0x0113,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e17,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e15,"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043c,"\u0065\u006d\u0064\u0061\u0073\u0068":0x2014,"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe31,"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff45,"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e":0x055b,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x2205,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072":0x29b3,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c":0x29b4,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072":0x29b1,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063":0x29b2,"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft":0xd801,"\u0065\u006d\u0071\u0075\u0061\u0064":0x2001,"\u0065m\u0073\u0070\u0061\u0063\u0065":0x2003,"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3123,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x20df,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065":0x20de,"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x20e4,"\u0065\u006e\u0064\u0061\u0073\u0068":0x2013,"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe32,"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a3,"\u0065\u006e\u0067":0x014b,"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3125,"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a5,"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c8,"\u0065\u006e\u0071\u0075\u0061\u0064":0x2000,"\u0065n\u0073\u0070\u0061\u0063\u0065":0x2002,"\u0065o\u0067\u006f\u006e\u0065\u006b":0x0119,"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x3153,"\u0065\u006f\u0070e\u006e":0x025b,"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x029a,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x025c,"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064":0x025e,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b":0x025d,"\u0065\u0070\u0061\u0072\u0065\u006e":0x24a0,"\u0065\u0070\u0061\u0072\u0073\u006c":0x29e3,"\u0065p\u0073\u0069\u006c\u006f\u006e":0x03b5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03f5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x022a,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076":0x03f6,"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03ad,"\u0065q\u0063\u006f\u006c\u006f\u006e":0x2255,"\u0065\u0071\u0064e\u0066":0x225d,"\u0065\u0071\u0064o\u0074":0x2a66,"\u0065\u0071\u0065\u0071":0x2a75,"\u0065\u0071\u0065\u0071\u0065\u0071":0x2a76,"\u0065\u0071\u0067t\u0072":0x22dd,"\u0065\u0071\u006c\u0065\u0073\u0073":0x22dc,"\u0065\u0071\u0071\u0067\u0074\u0072":0x2a9a,"\u0065q\u0071\u006c\u0065\u0073\u0073":0x2a99,"\u0065q\u0071\u0070\u006c\u0075\u0073":0x2a71,"\u0065\u0071\u0071\u0073\u0069\u006d":0x2a73,"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072":0x2a9c,"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073":0x2a9b,"\u0065\u0071\u0075a\u006c":0x003d,"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b40,"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1d,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073":0x22df,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a96,"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073":0x2a95,"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x22de,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072":0x2242,"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x22d5,"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2971,"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c":0xfe66,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062":0x208c,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207c,"\u0065q\u0075\u0069\u0076\u0044\u0044":0x2a78,"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t":0x2a68,"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074":0x2a69,"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065":0x2261,"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063":0x224d,"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c":0x29e5,"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3126,"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0440,"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d":0x0258,"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x044d,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065":0x29f3,"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064":0x29f1,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065":0x29ef,"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065":0x29f2,"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x29f0,"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x29ee,"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0441,"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ab,"\u0065\u0073\u0068":0x0283,"\u0065s\u0068\u0063\u0075\u0072\u006c":0x0286,"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x090e,"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0946,"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070":0x01aa,"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0285,"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3047,"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a7,"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6a,"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d":0x212e,"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ec,"\u0065\u0074\u0061":0x03b7,"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0568,"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x03ae,"\u0065\u0074\u0068":0x00f0,"\u0065\u0074\u0069\u006c\u0064\u0065":0x1ebd,"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1b,"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077":0x0591,"\u0065t\u0075\u0072\u006e\u0065\u0064":0x01dd,"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3161,"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x20a0,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c7,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0947,"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac7,"\u0065\u0078\u0063\u006c\u0061\u006d":0x0021,"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x055c,"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l":0x203c,"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e":0x00a1,"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c":0xf7a1,"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff01,"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c":0xf721,"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c":0x2203,"\u0065\u007a\u0068":0x0292,"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ef,"\u0065z\u0068\u0063\u0075\u0072\u006c":0x0293,"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b9,"\u0065z\u0068\u0074\u0061\u0069\u006c":0x01ba,"\u0066":0x0066,"\u0066\u0037\u0030\u0065":0xf70e,"\u0066\u0037\u0030\u0061":0xf70a,"\u0066\u0037\u0030\u0063":0xf70c,"\u0066\u0037\u0030\u0064":0xf70d,"\u0066\u0037\u0030\u0062":0xf70b,"\u0066\u0037\u0030\u0066":0xf70f,"\u0066\u0037\u0031\u0063":0xf71c,"\u0066\u0037\u0031\u0061":0xf71a,"\u0066\u0037\u0031\u0064":0xf71d,"\u0066\u0037\u0030\u0030":0xf700,"\u0066\u0037\u0030\u0031":0xf701,"\u0066\u0037\u0030\u0032":0xf702,"\u0066\u0037\u0030\u0033":0xf703,"\u0066\u0037\u0030\u0034":0xf704,"\u0066\u0037\u0030\u0035":0xf705,"\u0066\u0037\u0030\u0036":0xf706,"\u0066\u0037\u0030\u0037":0xf707,"\u0066\u0037\u0030\u0038":0xf708,"\u0066\u0037\u0030\u0039":0xf709,"\u0066\u0037\u0031\u0030":0xf710,"\u0066\u0037\u0031\u0031":0xf711,"\u0066\u0037\u0031\u0032":0xf712,"\u0066\u0037\u0031\u0033":0xf713,"\u0066\u0037\u0031\u0034":0xf714,"\u0066\u0037\u0031\u0035":0xf715,"\u0066\u0037\u0031\u0036":0xf716,"\u0066\u0037\u0031\u0037":0xf717,"\u0066\u0037\u0031\u0038":0xf718,"\u0066\u0037\u0031\u0039":0xf719,"\u0066\u0061\u0064\u0065\u0076\u0061":0x095e,"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5e,"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074":0x2109,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068":0x06cc,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfbfd,"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfbfc,"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe77,"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe76,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077":0xe820,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063":0x064e,"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe832,"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe70,"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe823,"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe833,"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3108,"\u0066b\u006f\u0077\u0074\u0069\u0065":0x29d3,"\u0066c\u0069\u0072\u0063\u006c\u0065":0x24d5,"\u0066\u0063\u006d\u0070":0x2a3e,"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077":0x292f,"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067":0x292c,"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1f,"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0586,"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed2,"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed3,"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed1,"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed4,"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc31,"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc32,"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e5,"\u0066\u0065\u006d\u0061\u006c\u0065":0x2640,"\u0066\u0066":0xfb00,"\u0066\u0066\u0069":0xfb03,"\u0066\u0066\u006c":0xfb04,"\u0066\u0069":0xfb01,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246e,"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2482,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2496,"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068":0x2012,"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065":0x2007,"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077":0xfb3a,"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073":0xe803,"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061":0xe802,"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077":0x05dd,"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05e3,"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069":0x05e5,"\u0066\u0069\u006e\u0074":0x2a0f,"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065":0x02c9,"\u0066i\u0073\u0068\u0065\u0079\u0065":0x25c9,"\u0066\u0069\u0076\u0065":0x0035,"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0665,"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09eb,"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061":0x096b,"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215d,"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aeb,"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6b,"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3025,"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3224,"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2085,"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff15,"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf735,"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n":0x2478,"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248c,"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f5,"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2174,"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h":0x215a,"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2075,"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069":0x0e55,"\u0066\u006c":0xfb02,"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t":0x230a,"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074":0x230b,"\u0066\u006c\u006f\u0072\u0069\u006e":0x0192,"\u0066\u006c\u0074n\u0073":0x23e5,"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff46,"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x3399,"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i":0x0e1f,"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069":0x0e1d,"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2aba,"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2ab6,"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074":0x22e9,"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c":0x2ab0,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079":0x227d,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c":0x227f,"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4f,"\u0066\u006f\u0072\u0063\u0065\u0073":0x22a9,"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r":0x22aa,"\u0066\u006f\u0072\u006b":0x22d4,"\u0066\u006f\u0072k\u0073":0x2adc,"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074":0x2add,"\u0066\u006f\u0072k\u0076":0x2ad9,"\u0066\u006f\u0075\u0072":0x0034,"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x0664,"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ea,"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061":0x096a,"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073":0x2158,"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aea,"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6a,"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3024,"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3223,"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2084,"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff14,"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069":0x09f7,"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf734,"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n":0x2477,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065":0x2005,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064":0x248b,"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f4,"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2173,"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2074,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246d,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2481,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2495,"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069":0x0e54,"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074":0x221c,"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02cb,"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s":0x2999,"\u0066\u0070\u0061\u0072\u0065\u006e":0x24a1,"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e":0x2044,"\u0066\u0072\u0061n\u0063":0x20a3,"\u0066r\u006f\u006e\u0074\u0065\u0064":0x024b,"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d7,"\u0067":0x0067,"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0997,"\u0067\u0061\u0063\u0075\u0074\u0065":0x01f5,"\u0067\u0061\u0064\u0065\u0076\u0061":0x0917,"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c":0x06af,"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb93,"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb94,"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb92,"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb95,"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a97,"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a17,"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304c,"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ac,"\u0067\u0061\u006dm\u0061":0x03b3,"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c":0x0263,"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02e0,"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03eb,"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310d,"\u0067\u0062\u0072\u0065\u0076\u0065":0x011f,"\u0067\u0063\u0061\u0072\u006f\u006e":0x01e7,"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0123,"\u0067c\u0069\u0072\u0063\u006c\u0065":0x24d6,"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011d,"\u0067\u0064\u006f\u0074":0x0121,"\u0067\u0065\u0062a\u0072":0x03cf,"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3052,"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b2,"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074":0x224e,"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c":0x2251,"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et":0x2afa,"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077":0x059c,"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0x05f3,"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077":0x059d,"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073":0x00df,"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077":0x059e,"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05f4,"\u0067\u0065\u0073c\u0063":0x2aa9,"\u0067\u0065\u0073\u0064\u006f\u0074":0x2a80,"\u0067e\u0073\u0064\u006f\u0074\u006f":0x2a82,"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c":0x2a84,"\u0067\u0065\u0073\u006c\u0065\u0073":0x2a94,"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b":0x3013,"\u0067\u0067\u0067":0x22d9,"\u0067g\u0067\u006e\u0065\u0073\u0074":0x2af8,"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0998,"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0572,"\u0067h\u0061\u0064\u0065\u0076\u0061":0x0918,"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a98,"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a18,"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x063a,"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfece,"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfecf,"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfecd,"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed0,"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0495,"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0493,"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0491,"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x095a,"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5a,"\u0067\u0068\u006fo\u006b":0x0260,"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3393,"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304e,"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ae,"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0563,"\u0067\u0069\u006de\u006c":0x2137,"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb32,"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0453,"\u0067\u006c\u0045":0x2a92,"\u0067\u006c\u0061":0x2aa5,"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b":0x29e6,"\u0067\u006c\u006a":0x2aa4,"\u0067l\u006f\u0074\u0074\u0061\u006c":0x0249,"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065":0x01be,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076":0x024a,"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070":0x0294,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072":0x0231,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076":0x0232,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076":0x0226,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064":0x0296,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064":0x02c0,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0295,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064":0x02c1,"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072":0x02e4,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076":0x0225,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065":0x02a1,"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d":0x02a2,"\u0067m\u0061\u0063\u0072\u006f\u006e":0x1e21,"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff47,"\u0067\u006e\u0073i\u006d":0x22e7,"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3054,"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b4,"\u0067\u0070\u0061\u0072\u0065\u006e":0x24a2,"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ac,"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074":0x2207,"\u0067\u0072\u0061v\u0065":0x0060,"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0316,"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x0300,"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a":0x0953,"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070":0x02b3,"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02ce,"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff40,"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0340,"\u0067r\u0065\u0061\u0074\u0065\u0072":0x003e,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073":0x2a8c,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074":0x22d7,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2265,"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073":0x22db,"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1e,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c":0x2a8a,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a88,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c":0x2a86,"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2273,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073":0x2277,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c":0x2269,"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2267,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c":0xfe65,"\u0067s\u0063\u0072\u0069\u0070\u0074":0x0261,"\u0067\u0073\u0069m\u0065":0x2a8e,"\u0067\u0073\u0069m\u006c":0x2a90,"\u0067s\u0074\u0072\u006f\u006b\u0065":0x01e5,"\u0067\u0074\u0063\u0063":0x2aa7,"\u0067\u0074\u0063i\u0072":0x2a7a,"\u0067\u0074\u006c\u0070\u0061\u0072":0x29a0,"\u0067t\u0071\u0075\u0065\u0073\u0074":0x2a7c,"\u0067\u0074\u0072\u0061\u0072\u0072":0x2978,"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3050,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074":0x00ab,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074":0x00bb,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074":0x2039,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074":0x203a,"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b0,"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3318,"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065":0x33c9,"\u0068":0x0068,"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a9,"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063":0x06c1,"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b9,"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029f,"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b3,"\u0068\u0061\u0064\u0065\u0076\u0061":0x0939,"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab9,"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a39,"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea2,"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea3,"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306f,"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea1,"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea4,"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcaa,"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e":0x200a,"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x332a,"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cf,"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8a,"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a4d,"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0621,"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe80,"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072":0x3164,"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044a,"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x21c3,"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074":0x21c2,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070":0x21bc,"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21cc,"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070":0x21c0,"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074":0x21cb,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074":0x21bf,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074":0x21be,"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23af,"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33ca,"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036":0x05b2,"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038":0x05b3,"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077":0x05b1,"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx":0x2a6f,"\u0068\u0062\u0061\u0072":0x0127,"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310f,"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2b,"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e29,"\u0068c\u0069\u0072\u0063\u006c\u0065":0x24d7,"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0125,"\u0068\u0063\u0079\u0072\u0069\u006c":0x03f7,"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e27,"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e23,"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e25,"\u0068\u0065\u0061r\u0074":0x2665,"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2661,"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb34,"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0647,"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063":0xfba7,"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeea,"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfba5,"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063":0xfba4,"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfba8,"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeeb,"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3078,"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee9,"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfba9,"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeec,"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd8,"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337b,"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d8,"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8d,"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3336,"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b":0x0267,"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078":0x22b9,"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3339,"\u0068e\u0078\u0061\u0067\u006f\u006e":0x2394,"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b23,"\u0068\u0068\u006fo\u006b":0x0266,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023a,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b1,"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x327b,"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321b,"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x326d,"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314e,"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x320d,"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa":0x0674,"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3072,"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d2,"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8b,"\u0068i\u0072\u0069\u0071\u0031\u0034":0x05b4,"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw":0x2924,"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw":0x2923,"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077":0x2925,"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077":0x2926,"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e96,"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff48,"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0570,"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i":0x0e2b,"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307b,"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30db,"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8e,"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077":0x05b9,"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069":0x0e2e,"\u0068o\u006f\u006b\u0063\u006d\u0062":0x0309,"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0321,"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0322,"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3342,"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e9,"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072":0x2015,"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062":0x05a2,"\u0068o\u0072\u006e\u0063\u006d\u0062":0x031b,"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073":0x2668,"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s":0x29d6,"\u0068\u006f\u0075s\u0065":0x2302,"\u0068\u0070\u0061\u0072\u0065\u006e":0x24a3,"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25ad,"\u0068\u0073\u0075\u0070\u0065\u0072":0x0239,"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b0,"\u0068t\u0075\u0072\u006e\u0065\u0064":0x0265,"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3075,"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3333,"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d5,"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8c,"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x02dd,"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031":0xf009,"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062":0x030b,"\u0068\u0076":0x0195,"\u0068\u0079\u0070\u0068\u0065\u006e":0x002d,"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074":0x2043,"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft":0x2027,"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e5,"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0d,"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c":0xfe63,"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e6,"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o":0x2010,"\u0068z\u0069\u0067\u007a\u0061\u0067":0x3030,"\u0069":0x0069,"\u0069\u0061\u0063\u0075\u0074\u0065":0x00ed,"\u0069\u0062\u0061\u0072":0x01f8,"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0987,"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3127,"\u0069\u0062\u0072\u0065\u0076\u0065":0x012d,"\u0069\u0063\u0061\u0072\u006f\u006e":0x01d0,"\u0069c\u0069\u0072\u0063\u006c\u0065":0x24d8,"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ee,"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0209,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065":0x328f,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x328b,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323f,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e":0x323a,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x32a5,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065":0x3006,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061":0x3001,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074":0xff64,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e":0x3237,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x32a3,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e":0x322f,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e":0x323d,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065":0x329d,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3240,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065":0x3296,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n":0x3236,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e":0x322b,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e":0x3232,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065":0x32a4,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b":0x3005,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065":0x3298,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e":0x3238,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065":0x32a7,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065":0x32a6,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce":0x32a9,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e":0x322e,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e":0x322a,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e":0x3234,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064":0x3002,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065":0x329e,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e":0x3243,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n":0x3239,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065":0x32a8,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x3299,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e":0x3242,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x3233,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065":0x3000,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3235,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e":0x3231,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e":0x323b,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e":0x3230,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n":0x323c,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e":0x322c,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e":0x322d,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f":0x3007,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065":0x328e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x328a,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x3294,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065":0x3290,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065":0x328c,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x328d,"\u0069\u0064\u0065v\u0061":0x0907,"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ef,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2f,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e5,"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecb,"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d7,"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0435,"\u0069\u0065\u0068\u006f\u006f\u006b":0x03f9,"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fb,"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3275,"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3215,"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3267,"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3147,"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3207,"\u0069\u0067\u0072\u0061\u0076\u0065":0x00ec,"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a87,"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a07,"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3044,"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec9,"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0988,"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0438,"\u0069\u0069\u0064\u0065\u0076\u0061":0x0908,"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a88,"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a08,"\u0069\u0069\u0069\u0069\u006e\u0074":0x2a0c,"\u0069\u0069\u0069n\u0074":0x222d,"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a40,"\u0069\u0069\u006e\u0066\u0069\u006e":0x29dc,"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020b,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c0,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0940,"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac0,"\u0069\u006a":0x0133,"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a4,"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff72,"\u0069k\u006f\u0072\u0065\u0061\u006e":0x3163,"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077":0x05ac,"\u0069m\u0061\u0063\u0072\u006f\u006e":0x012b,"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e3,"\u0069m\u0061\u0067\u0065\u006f\u0066":0x22b7,"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l":0x2253,"\u0069\u006d\u0061t\u0068":0x1d6a4,"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a3f,"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff49,"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079":0x221e,"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056b,"\u0069\u006e\u0074\u0042\u0061\u0072":0x2a0e,"\u0069\u006e\u0074\u0062\u0061\u0072":0x2a0d,"\u0069\u006e\u0074\u0063\u0061\u0070":0x2a19,"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2231,"\u0069\u006e\u0074\u0063\u0075\u0070":0x2a1a,"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065":0x2216,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222b,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074":0x2321,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078":0xf8f5,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070":0x2320,"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c":0x22ba,"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2af4,"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067":0x203d,"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e":0x2e18,"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e":0x2229,"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c":0x22d2,"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x22c2,"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071":0x2293,"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072":0x23ae,"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3305,"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b":0x2a17,"\u0069n\u0074\u0070\u0072\u006f\u0064":0x2a3c,"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072":0x2a3d,"\u0069\u006e\u0074\u0078":0x2a18,"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t":0x25d8,"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce":0x25d9,"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073":0x223e,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25db,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25da,"\u0069o\u0067\u006f\u006e\u0065\u006b":0x012f,"\u0069\u006f\u0074\u0061":0x03b9,"\u0069\u006f\u0074a\u0031":0x01f9,"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ca,"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073":0x0390,"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n":0x0269,"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs":0x03af,"\u0069\u0070\u0061\u0072\u0065\u006e":0x24a4,"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a72,"\u0069\u0073\u0069n\u0045":0x22f9,"\u0069s\u0069\u006e\u0064\u006f\u0074":0x22f5,"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f7,"\u0069\u0073\u0069n\u0073":0x22f4,"\u0069\u0073\u0069\u006e\u0076\u0062":0x22f8,"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3043,"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a3,"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff68,"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09fa,"\u0069s\u0074\u0072\u006f\u006b\u0065":0x0268,"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ed,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x309d,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30fd,"\u0069\u0074\u0069\u006c\u0064\u0065":0x0129,"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2d,"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3129,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09bf,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x093f,"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0abf,"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0477,"\u006a":0x006a,"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0571,"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci":0x099c,"\u006a\u0061\u0064\u0065\u0076\u0061":0x091c,"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9c,"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1c,"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3110,"\u006a\u0063\u0061\u0072\u006f\u006e":0x01f0,"\u006ac\u0069\u0072\u0063\u006c\u0065":0x24d9,"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0135,"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c":0x029d,"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c":0x022d,"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065":0x025f,"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0x062c,"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9e,"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9f,"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe9d,"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea0,"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca8,"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb8b,"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8a,"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099d,"\u006ah\u0061\u0064\u0065\u0076\u0061":0x091d,"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9d,"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1d,"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057b,"\u006a\u0069\u0073":0x3004,"\u006a\u006d\u0061t\u0068":0x1d6a5,"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4a,"\u006a\u0070\u0061\u0072\u0065\u006e":0x24a5,"\u006a\u0073\u0075\u0070\u0065\u0072":0x023b,"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b2,"\u006b":0x006b,"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a1,"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci":0x0995,"\u006b\u0061\u0063\u0075\u0074\u0065":0x1e31,"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043a,"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049b,"\u006b\u0061\u0064\u0065\u0076\u0061":0x0915,"\u006b\u0061\u0066":0x05db,"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb3b,"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeda,"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedb,"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed9,"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedc,"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4d,"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a95,"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a15,"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304b,"\u006b\u0061\u0068\u006f\u006f\u006b":0x0400,"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c4,"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ab,"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff76,"\u006b\u0061\u0070p\u0061":0x03ba,"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03f0,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3171,"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e":0x3184,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3178,"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3179,"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x330d,"\u006ba\u0072\u0074\u0064\u0065\u0073":0x03d7,"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063":0x0640,"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f5,"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3384,"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7a,"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077":0xe826,"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7b,"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063":0x064d,"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe74,"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe827,"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049f,"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068":0xff70,"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049d,"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310e,"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3389,"\u006b\u0063\u0061\u0072\u006f\u006e":0x01e9,"\u006bc\u0069\u0072\u0063\u006c\u0065":0x24da,"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0137,"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e33,"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0584,"\u006b\u0065\u0068e\u0068":0x06a9,"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfb8f,"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfb90,"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8e,"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c":0xfb91,"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3051,"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b1,"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff79,"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056f,"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e":0x223b,"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f6,"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063":0x0138,"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0996,"\u006bh\u0061\u0064\u0065\u0076\u0061":0x0916,"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a96,"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a16,"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea6,"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea7,"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea5,"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea8,"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcac,"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e7,"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x0959,"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a59,"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3278,"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3218,"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326a,"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314b,"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320a,"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069":0x0e02,"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069":0x0e05,"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069":0x0e03,"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069":0x0e04,"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069":0x0e5b,"\u006b\u0068\u006fo\u006b":0x0199,"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069":0x0e06,"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3391,"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304d,"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ad,"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff77,"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3315,"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065":0x3316,"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3314,"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326e,"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320e,"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3260,"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x3131,"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3200,"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3133,"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e35,"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3398,"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a6,"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4b,"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a2,"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3053,"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c0,"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i":0x0e01,"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b3,"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7a,"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x331e,"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0481,"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c":0x327f,"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062":0x0343,"\u006b\u0070\u0061\u0072\u0065\u006e":0x24a6,"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33aa,"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046f,"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x33cf,"\u006b\u0074\u0075r\u006e":0x022e,"\u006bt\u0075\u0072\u006e\u0065\u0064":0x029e,"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304f,"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30af,"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff78,"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b8,"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33be,"\u006c":0x006c,"\u006c\u0041\u006e\u0067\u006c\u0065":0x27ea,"\u006c\u0042\u0072\u0061\u0063\u0065":0x2983,"\u006c\u0050\u0061\u0072\u0065\u006e":0x2985,"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b2,"\u006c\u0061\u0063\u0075\u0074\u0065":0x013a,"\u006c\u0061\u0064\u0065\u0076\u0061":0x0932,"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab2,"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a32,"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069":0x0e45,"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfefc,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef8,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef7,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfefa,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef9,"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfefb,"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef6,"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef5,"\u006c\u0061\u006d\u0062\u0064\u0061":0x03bb,"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065":0x019b,"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068":0xfb3c,"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05dc,"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d":0xe805,"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d":0xe804,"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfede,"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfcca,"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedf,"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfedd,"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcc9,"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccb,"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfdf2,"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee0,"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfd88,"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccc,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc43,"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc40,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfccd,"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc3f,"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc41,"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc42,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c":0xe811,"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc44,"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft":0x2991,"\u006c\u0061\u0070\u006c\u0061\u0063":0x29e0,"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25ef,"\u006c\u0061\u0074":0x2aab,"\u006c\u0061\u0074\u0065":0x2aad,"\u006c\u0062\u0061\u0067":0x27c5,"\u006c\u0062\u0061\u0072":0x019a,"\u006c\u0062\u0062a\u0072":0x2114,"\u006c\u0062\u0065l\u0074":0x026c,"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2997,"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310c,"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23a9,"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d":0x23a8,"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23a7,"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a2,"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a3,"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b":0x298f,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298b,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a1,"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b":0x298d,"\u006cb\u0072\u0062\u0072\u0061\u006b":0x2772,"\u006c\u0063\u0061\u0072\u006f\u006e":0x013e,"\u006cc\u0061\u0072\u006f\u006e\u0031":0xf813,"\u006cc\u0069\u0072\u0063\u006c\u0065":0x24db,"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3d,"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x013c,"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fc,"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0140,"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e37,"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e39,"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062":0x031a,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2b4a,"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078":0x2b42,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072":0x2b4b,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073":0x2977,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073":0x2b32,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073":0x2946,"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2943,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2973,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074":0x297a,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065":0x21fd,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2b3e,"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290c,"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2b3f,"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290e,"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291b,"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2b38,"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2936,"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297c,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074":0x20d0,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072":0x295e,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e":0x2962,"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072":0x295a,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068":0x296a,"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073":0x21c7,"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e":0x263e,"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d5,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2948,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x21ff,"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e":0x2950,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070":0x294b,"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2967,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2966,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e":0x294a,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070":0x294e,"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077":0x21dc,"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0318,"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c":0x2919,"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x2b31,"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077":0x219c,"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et":0x2af9,"\u006c\u0065\u0073c\u0063":0x2aa8,"\u006c\u0065\u0073\u0064\u006f\u0074":0x2a7f,"\u006ce\u0073\u0064\u006f\u0074\u006f":0x2a81,"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072":0x2a83,"\u006c\u0065\u0073\u0067\u0065\u0073":0x2a93,"\u006c\u0065\u0073\u0073":0x003c,"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a8b,"\u006ce\u0073\u0073\u0064\u006f\u0074":0x22d6,"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l":0x2264,"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072":0x22da,"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1c,"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2a89,"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a87,"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c":0x2a85,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074":0x2a7d,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2272,"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x2276,"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x2268,"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2266,"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl":0xfe64,"\u006c\u0065\u007a\u0068":0x026e,"\u006cf\u0062\u006c\u006f\u0063\u006b":0x258c,"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d1,"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x258f,"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x258b,"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x258e,"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2589,"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x258d,"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x258a,"\u006cf\u0074\u0069\u006d\u0065\u0073":0x29d4,"\u006c\u0067\u0045":0x2a91,"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2b24,"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1b,"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1c,"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x026d,"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064":0x21b4,"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072":0x2028,"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070":0x0280,"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029c,"\u006c\u0069\u0072\u0061":0x20a4,"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056c,"\u006c\u006a":0x01c9,"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0459,"\u006c\u006c":0xf6c0,"\u006cl\u0061\u0064\u0065\u0076\u0061":0x0933,"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab3,"\u006cl\u0061\u006e\u0067\u006c\u0065":0x2989,"\u006c\u006c\u0061r\u0063":0x25df,"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3b,"\u006c\u006c\u006c":0x22d8,"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061":0x0934,"\u006cl\u006c\u006e\u0065\u0073\u0074":0x2af7,"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2987,"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25fa,"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e1,"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0961,"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09e3,"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0963,"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065":0x026b,"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4c,"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b0,"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d0,"\u006c\u006e\u0073i\u006d":0x22e6,"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069":0x0e2c,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064":0x2227,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x00ac,"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr":0x2228,"\u006co\u0067\u006f\u006e\u0065\u006b":0xf830,"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e25,"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v":0x27de,"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":0x27cc,"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f5,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27f7,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077":0x2b33,"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fb,"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fc,"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f6,"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077":0x27ff,"\u006c\u006f\u006eg\u0073":0x017f,"\u006c\u006f\u006e\u0067\u0073\u0074":0xfb05,"\u006co\u0077\u0065\u0072\u0065\u0064":0x024e,"\u006c\u006f\u0077\u0069\u006e\u0074":0x2a1c,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065":0xfe4e,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0332,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064":0xfe4d,"\u006co\u007a\u0065\u006e\u0067\u0065":0x25ca,"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073":0x27e0,"\u006c\u0070\u0061\u0072\u0065\u006e":0x24a7,"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239c,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x239d,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2993,"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239b,"\u006c\u0072\u0061r\u0063":0x25de,"\u006c\u0072\u0065":0x202a,"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25ff,"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071":0x29e1,"\u006c\u0073\u0069m\u0065":0x2a8d,"\u006c\u0073\u0069m\u0067":0x2a8f,"\u006c\u0073\u006c\u0061\u0073\u0068":0x0142,"\u006cs\u0071\u0068\u006f\u006f\u006b":0x2acd,"\u006c\u0073\u0075\u0070\u0065\u0072":0x026a,"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ee,"\u006c\u0074\u0063\u0063":0x2aa6,"\u006c\u0074\u0063i\u0072":0x2a79,"\u006c\u0074\u006c\u0061\u0072\u0072":0x2976,"\u006ct\u0071\u0075\u0065\u0073\u0074":0x2a7b,"\u006c\u0074\u0072\u0069\u0076\u0062":0x29cf,"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031":0xf821,"\u006c\u0075\u0074\u0068\u0061\u0069":0x0e26,"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b8,"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098c,"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090c,"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e2,"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0962,"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d8,"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065":0x33d3,"\u006d":0x006d,"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ae,"\u006d\u0061\u0063\u0072\u006f\u006e":0x00af,"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0331,"\u006da\u0063\u0072\u006f\u006e\u0063\u006db":0x0304,"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064":0x02cd,"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe3,"\u006d\u0061\u0063\u0075\u0074\u0065":0x1e3f,"\u006d\u0061\u0064\u0065\u0076\u0061":0x092e,"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aae,"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2e,"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077":0x05a4,"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307e,"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf895,"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf894,"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069":0x0e4b,"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf893,"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88c,"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069":0xf88b,"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i":0x0e48,"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf88a,"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf884,"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069":0x0e31,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf889,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069":0x0e47,"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf88f,"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf88e,"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069":0x0e49,"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88d,"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf892,"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf891,"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069":0x0e4a,"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf890,"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069":0x0e46,"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30de,"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8f,"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3347,"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e":0x21a7,"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x21a4,"\u006d\u0061\u0070\u0073\u0074\u006f":0x21a6,"\u006d\u0061\u0070\u0073\u0075\u0070":0x21a5,"\u006d\u0061\u0072\u0073":0x2642,"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077":0x05af,"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3383,"\u006d\u0062\u0066\u0041":0x1d400,"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061":0x1d6a8,"\u006d\u0062\u0066\u0042":0x1d401,"\u006db\u0066\u0042\u0065\u0074\u0061":0x1d6a9,"\u006d\u0062\u0066\u0043":0x1d402,"\u006d\u0062\u0066\u0043\u0068\u0069":0x1d6be,"\u006d\u0062\u0066\u0044":0x1d403,"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061":0x1d6ab,"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061":0x1d7ca,"\u006d\u0062\u0066\u0045":0x1d404,"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6ac,"\u006d\u0062\u0066\u0045\u0074\u0061":0x1d6ae,"\u006d\u0062\u0066\u0046":0x1d405,"\u006d\u0062\u0066\u0047":0x1d406,"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061":0x1d6aa,"\u006d\u0062\u0066\u0048":0x1d407,"\u006d\u0062\u0066\u0049":0x1d408,"\u006db\u0066\u0049\u006f\u0074\u0061":0x1d6b0,"\u006d\u0062\u0066\u004a":0x1d409,"\u006d\u0062\u0066\u004b":0x1d40a,"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061":0x1d6b1,"\u006d\u0062\u0066\u004c":0x1d40b,"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a":0x1d6b2,"\u006d\u0062\u0066\u004d":0x1d40c,"\u006d\u0062\u0066M\u0075":0x1d6b3,"\u006d\u0062\u0066\u004e":0x1d40d,"\u006d\u0062\u0066N\u0075":0x1d6b4,"\u006d\u0062\u0066\u004f":0x1d40e,"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061":0x1d6c0,"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6b6,"\u006d\u0062\u0066\u0050":0x1d40f,"\u006d\u0062\u0066\u0050\u0068\u0069":0x1d6bd,"\u006d\u0062\u0066P\u0069":0x1d6b7,"\u006d\u0062\u0066\u0050\u0073\u0069":0x1d6bf,"\u006d\u0062\u0066\u0051":0x1d410,"\u006d\u0062\u0066\u0052":0x1d411,"\u006d\u0062\u0066\u0052\u0068\u006f":0x1d6b8,"\u006d\u0062\u0066\u0053":0x1d412,"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061":0x1d6ba,"\u006d\u0062\u0066\u0054":0x1d413,"\u006d\u0062\u0066\u0054\u0061\u0075":0x1d6bb,"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061":0x1d6af,"\u006d\u0062\u0066\u0055":0x1d414,"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6bc,"\u006d\u0062\u0066\u0056":0x1d415,"\u006d\u0062\u0066\u0057":0x1d416,"\u006d\u0062\u0066\u0058":0x1d417,"\u006d\u0062\u0066X\u0069":0x1d6b5,"\u006d\u0062\u0066\u0059":0x1d418,"\u006d\u0062\u0066\u005a":0x1d419,"\u006db\u0066\u005a\u0065\u0074\u0061":0x1d6ad,"\u006d\u0062\u0066\u0061":0x1d41a,"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061":0x1d6c2,"\u006d\u0062\u0066\u0062":0x1d41b,"\u006db\u0066\u0062\u0065\u0074\u0061":0x1d6c3,"\u006d\u0062\u0066\u0063":0x1d41c,"\u006d\u0062\u0066\u0063\u0068\u0069":0x1d6d8,"\u006d\u0062\u0066\u0064":0x1d41d,"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061":0x1d6c5,"\u006d\u0062\u0066\u0065":0x1d41e,"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6c6,"\u006d\u0062\u0066\u0065\u0074\u0061":0x1d6c8,"\u006d\u0062\u0066\u0066":0x1d41f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041":0x1d56c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042":0x1d56d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043":0x1d56e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044":0x1d56f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045":0x1d570,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046":0x1d571,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047":0x1d572,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048":0x1d573,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049":0x1d574,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a":0x1d575,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b":0x1d576,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c":0x1d577,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d":0x1d578,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e":0x1d579,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f":0x1d57a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050":0x1d57b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051":0x1d57c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052":0x1d57d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053":0x1d57e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054":0x1d57f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055":0x1d580,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056":0x1d581,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057":0x1d582,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058":0x1d583,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059":0x1d584,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a":0x1d585,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061":0x1d586,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062":0x1d587,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063":0x1d588,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064":0x1d589,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065":0x1d58a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066":0x1d58b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067":0x1d58c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068":0x1d58d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069":0x1d58e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a":0x1d58f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b":0x1d590,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c":0x1d591,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d":0x1d592,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e":0x1d593,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f":0x1d594,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070":0x1d595,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071":0x1d596,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072":0x1d597,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073":0x1d598,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074":0x1d599,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075":0x1d59a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076":0x1d59b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077":0x1d59c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078":0x1d59d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079":0x1d59e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a":0x1d59f,"\u006d\u0062\u0066\u0067":0x1d420,"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061":0x1d6c4,"\u006d\u0062\u0066\u0068":0x1d421,"\u006d\u0062\u0066\u0069":0x1d422,"\u006db\u0066\u0069\u006f\u0074\u0061":0x1d6ca,"\u006d\u0062\u0066\u0069\u0074\u0041":0x1d468,"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d71c,"\u006d\u0062\u0066\u0069\u0074\u0042":0x1d469,"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a":0x1d71d,"\u006d\u0062\u0066\u0069\u0074\u0043":0x1d46a,"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069":0x1d732,"\u006d\u0062\u0066\u0069\u0074\u0044":0x1d46b,"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d71f,"\u006d\u0062\u0066\u0069\u0074\u0045":0x1d46c,"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d720,"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061":0x1d722,"\u006d\u0062\u0066\u0069\u0074\u0046":0x1d46d,"\u006d\u0062\u0066\u0069\u0074\u0047":0x1d46e,"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d71e,"\u006d\u0062\u0066\u0069\u0074\u0048":0x1d46f,"\u006d\u0062\u0066\u0069\u0074\u0049":0x1d470,"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a":0x1d724,"\u006d\u0062\u0066\u0069\u0074\u004a":0x1d471,"\u006d\u0062\u0066\u0069\u0074\u004b":0x1d472,"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d725,"\u006d\u0062\u0066\u0069\u0074\u004c":0x1d473,"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061":0x1d726,"\u006d\u0062\u0066\u0069\u0074\u004d":0x1d474,"\u006db\u0066\u0069\u0074\u004d\u0075":0x1d727,"\u006d\u0062\u0066\u0069\u0074\u004e":0x1d475,"\u006db\u0066\u0069\u0074\u004e\u0075":0x1d728,"\u006d\u0062\u0066\u0069\u0074\u004f":0x1d476,"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d734,"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d72a,"\u006d\u0062\u0066\u0069\u0074\u0050":0x1d477,"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069":0x1d731,"\u006db\u0066\u0069\u0074\u0050\u0069":0x1d72b,"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069":0x1d733,"\u006d\u0062\u0066\u0069\u0074\u0051":0x1d478,"\u006d\u0062\u0066\u0069\u0074\u0052":0x1d479,"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f":0x1d72c,"\u006d\u0062\u0066\u0069\u0074\u0053":0x1d47a,"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d72e,"\u006d\u0062\u0066\u0069\u0074\u0054":0x1d47b,"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075":0x1d72f,"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d723,"\u006d\u0062\u0066\u0069\u0074\u0055":0x1d47c,"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d730,"\u006d\u0062\u0066\u0069\u0074\u0056":0x1d47d,"\u006d\u0062\u0066\u0069\u0074\u0057":0x1d47e,"\u006d\u0062\u0066\u0069\u0074\u0058":0x1d47f,"\u006db\u0066\u0069\u0074\u0058\u0069":0x1d729,"\u006d\u0062\u0066\u0069\u0074\u0059":0x1d480,"\u006d\u0062\u0066\u0069\u0074\u005a":0x1d481,"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a":0x1d721,"\u006d\u0062\u0066\u0069\u0074\u0061":0x1d482,"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d736,"\u006d\u0062\u0066\u0069\u0074\u0062":0x1d483,"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a":0x1d737,"\u006d\u0062\u0066\u0069\u0074\u0063":0x1d484,"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069":0x1d74c,"\u006d\u0062\u0066\u0069\u0074\u0064":0x1d485,"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d739,"\u006d\u0062\u0066\u0069\u0074\u0065":0x1d486,"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d73a,"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061":0x1d73c,"\u006d\u0062\u0066\u0069\u0074\u0066":0x1d487,"\u006d\u0062\u0066\u0069\u0074\u0067":0x1d488,"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d738,"\u006d\u0062\u0066\u0069\u0074\u0068":0x1d489,"\u006d\u0062\u0066\u0069\u0074\u0069":0x1d48a,"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a":0x1d73e,"\u006d\u0062\u0066\u0069\u0074\u006a":0x1d48b,"\u006d\u0062\u0066\u0069\u0074\u006b":0x1d48c,"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d73f,"\u006d\u0062\u0066\u0069\u0074\u006c":0x1d48d,"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061":0x1d740,"\u006d\u0062\u0066\u0069\u0074\u006d":0x1d48e,"\u006db\u0066\u0069\u0074\u006d\u0075":0x1d741,"\u006d\u0062\u0066\u0069\u0074\u006e":0x1d48f,"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d735,"\u006db\u0066\u0069\u0074\u006e\u0075":0x1d742,"\u006d\u0062\u0066\u0069\u0074\u006f":0x1d490,"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d74e,"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d744,"\u006d\u0062\u0066\u0069\u0074\u0070":0x1d491,"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d74f,"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069":0x1d74b,"\u006db\u0066\u0069\u0074\u0070\u0069":0x1d745,"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069":0x1d74d,"\u006d\u0062\u0066\u0069\u0074\u0071":0x1d492,"\u006d\u0062\u0066\u0069\u0074\u0072":0x1d493,"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f":0x1d746,"\u006d\u0062\u0066\u0069\u0074\u0073":0x1d494,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d63c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061":0x1d790,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d63d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d791,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d63e,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d7a6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d63f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061":0x1d793,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d640,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d794,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d796,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d641,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d642,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061":0x1d792,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d643,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d644,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d798,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d645,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d646,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061":0x1d799,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d647,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d79a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d648,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075":0x1d79b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d649,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075":0x1d79c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d64a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061":0x1d7a8,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d79e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d64b,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d7a5,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069":0x1d79f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d7a7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d64c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d64d,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d7a0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d64e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061":0x1d7a2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d64f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d7a3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061":0x1d797,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d650,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7a4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d651,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d652,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d653,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069":0x1d79d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d654,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d655,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d795,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d656,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061":0x1d7aa,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d657,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d7ab,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d658,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d7c0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d659,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061":0x1d7ad,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d65a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7ae,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d7b0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d65b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d65c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061":0x1d7ac,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d65d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d65e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d7b2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d65f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d660,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061":0x1d7b3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d661,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d7b4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d662,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075":0x1d7b5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d663,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061":0x1d7a9,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075":0x1d7b6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d664,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061":0x1d7c2,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d7b8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d665,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d7c3,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d7bf,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069":0x1d7b9,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d7c1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d666,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d667,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d7ba,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d668,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061":0x1d7bc,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d669,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d7bd,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061":0x1d7b1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d66a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7be,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d66b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061":0x1d7a1,"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7c4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061":0x1d7c6,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d7c7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069":0x1d7c9,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d7c8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061":0x1d7bb,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061":0x1d7c5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d66c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d66d,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069":0x1d7b7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d66e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d66f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d7af,"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d748,"\u006d\u0062\u0066\u0069\u0074\u0074":0x1d495,"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075":0x1d749,"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d73d,"\u006d\u0062\u0066\u0069\u0074\u0075":0x1d496,"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d74a,"\u006d\u0062\u0066\u0069\u0074\u0076":0x1d497,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d72d,"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d750,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d752,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069":0x1d753,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d755,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f":0x1d754,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d747,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d751,"\u006d\u0062\u0066\u0069\u0074\u0077":0x1d498,"\u006d\u0062\u0066\u0069\u0074\u0078":0x1d499,"\u006db\u0066\u0069\u0074\u0078\u0069":0x1d743,"\u006d\u0062\u0066\u0069\u0074\u0079":0x1d49a,"\u006d\u0062\u0066\u0069\u0074\u007a":0x1d49b,"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a":0x1d73b,"\u006d\u0062\u0066\u006a":0x1d423,"\u006d\u0062\u0066\u006b":0x1d424,"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061":0x1d6cb,"\u006d\u0062\u0066\u006c":0x1d425,"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a":0x1d6cc,"\u006d\u0062\u0066\u006d":0x1d426,"\u006d\u0062\u0066m\u0075":0x1d6cd,"\u006d\u0062\u0066\u006e":0x1d427,"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061":0x1d6c1,"\u006d\u0062\u0066n\u0075":0x1d6ce,"\u006d\u0062\u0066\u006f":0x1d428,"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061":0x1d6da,"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6d0,"\u006d\u0062\u0066\u0070":0x1d429,"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d6db,"\u006d\u0062\u0066\u0070\u0068\u0069":0x1d6df,"\u006d\u0062\u0066p\u0069":0x1d6d1,"\u006d\u0062\u0066\u0070\u0073\u0069":0x1d6d9,"\u006d\u0062\u0066\u0071":0x1d42a,"\u006d\u0062\u0066\u0072":0x1d42b,"\u006d\u0062\u0066\u0072\u0068\u006f":0x1d6d2,"\u006d\u0062\u0066\u0073":0x1d42c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041":0x1d5d4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061":0x1d756,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042":0x1d5d5,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d757,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043":0x1d5d6,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d76c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044":0x1d5d7,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061":0x1d759,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045":0x1d5d8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e":0x1d75a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d75c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046":0x1d5d9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047":0x1d5da,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061":0x1d758,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048":0x1d5db,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049":0x1d5dc,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d75e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a":0x1d5dd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b":0x1d5de,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061":0x1d75f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c":0x1d5df,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d760,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d":0x1d5e0,"\u006db\u0066\u0073\u0061\u006e\u0073\u004du":0x1d761,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e":0x1d5e1,"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu":0x1d762,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f":0x1d5e2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061":0x1d76e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e":0x1d764,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050":0x1d5e3,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d76b,"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i":0x1d765,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d76d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051":0x1d5e4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052":0x1d5e5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d766,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053":0x1d5e6,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061":0x1d768,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054":0x1d5e7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d769,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061":0x1d75d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055":0x1d5e8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e":0x1d76a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056":0x1d5e9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057":0x1d5ea,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058":0x1d5eb,"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i":0x1d763,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059":0x1d5ec,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a":0x1d5ed,"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d75b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061":0x1d5ee,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061":0x1d770,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062":0x1d5ef,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d771,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063":0x1d5f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d786,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064":0x1d5f1,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061":0x1d773,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065":0x1d5f2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7f4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d774,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d776,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066":0x1d5f3,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065":0x1d7f1,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072":0x1d7f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067":0x1d5f4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061":0x1d772,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068":0x1d5f5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069":0x1d5f6,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d778,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a":0x1d5f7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b":0x1d5f8,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061":0x1d779,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c":0x1d5f9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d77a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d":0x1d5fa,"\u006db\u0066\u0073\u0061\u006e\u0073\u006du":0x1d77b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e":0x1d5fb,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061":0x1d76f,"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065":0x1d7f5,"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu":0x1d77c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f":0x1d5fc,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061":0x1d788,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e":0x1d77e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7ed,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070":0x1d5fd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c":0x1d789,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d785,"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i":0x1d77f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d787,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071":0x1d5fe,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072":0x1d5ff,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d780,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073":0x1d600,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7f3,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061":0x1d782,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7f2,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074":0x1d601,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d783,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061":0x1d777,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7ef,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7ee,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075":0x1d602,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e":0x1d784,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076":0x1d603,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d767,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d78a,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d78c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d78d,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069":0x1d78f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d78e,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d781,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d78b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077":0x1d604,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078":0x1d605,"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i":0x1d77d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079":0x1d606,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a":0x1d607,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f":0x1d7ec,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d775,"\u006db\u0066\u0073\u0063\u0072\u0041":0x1d4d0,"\u006db\u0066\u0073\u0063\u0072\u0042":0x1d4d1,"\u006db\u0066\u0073\u0063\u0072\u0043":0x1d4d2,"\u006db\u0066\u0073\u0063\u0072\u0044":0x1d4d3,"\u006db\u0066\u0073\u0063\u0072\u0045":0x1d4d4,"\u006db\u0066\u0073\u0063\u0072\u0046":0x1d4d5,"\u006db\u0066\u0073\u0063\u0072\u0047":0x1d4d6,"\u006db\u0066\u0073\u0063\u0072\u0048":0x1d4d7,"\u006db\u0066\u0073\u0063\u0072\u0049":0x1d4d8,"\u006db\u0066\u0073\u0063\u0072\u004a":0x1d4d9,"\u006db\u0066\u0073\u0063\u0072\u004b":0x1d4da,"\u006db\u0066\u0073\u0063\u0072\u004c":0x1d4db,"\u006db\u0066\u0073\u0063\u0072\u004d":0x1d4dc,"\u006db\u0066\u0073\u0063\u0072\u004e":0x1d4dd,"\u006db\u0066\u0073\u0063\u0072\u004f":0x1d4de,"\u006db\u0066\u0073\u0063\u0072\u0050":0x1d4df,"\u006db\u0066\u0073\u0063\u0072\u0051":0x1d4e0,"\u006db\u0066\u0073\u0063\u0072\u0052":0x1d4e1,"\u006db\u0066\u0073\u0063\u0072\u0053":0x1d4e2,"\u006db\u0066\u0073\u0063\u0072\u0054":0x1d4e3,"\u006db\u0066\u0073\u0063\u0072\u0055":0x1d4e4,"\u006db\u0066\u0073\u0063\u0072\u0056":0x1d4e5,"\u006db\u0066\u0073\u0063\u0072\u0057":0x1d4e6,"\u006db\u0066\u0073\u0063\u0072\u0058":0x1d4e7,"\u006db\u0066\u0073\u0063\u0072\u0059":0x1d4e8,"\u006db\u0066\u0073\u0063\u0072\u005a":0x1d4e9,"\u006db\u0066\u0073\u0063\u0072\u0061":0x1d4ea,"\u006db\u0066\u0073\u0063\u0072\u0062":0x1d4eb,"\u006db\u0066\u0073\u0063\u0072\u0063":0x1d4ec,"\u006db\u0066\u0073\u0063\u0072\u0064":0x1d4ed,"\u006db\u0066\u0073\u0063\u0072\u0065":0x1d4ee,"\u006db\u0066\u0073\u0063\u0072\u0066":0x1d4ef,"\u006db\u0066\u0073\u0063\u0072\u0067":0x1d4f0,"\u006db\u0066\u0073\u0063\u0072\u0068":0x1d4f1,"\u006db\u0066\u0073\u0063\u0072\u0069":0x1d4f2,"\u006db\u0066\u0073\u0063\u0072\u006a":0x1d4f3,"\u006db\u0066\u0073\u0063\u0072\u006b":0x1d4f4,"\u006db\u0066\u0073\u0063\u0072\u006c":0x1d4f5,"\u006db\u0066\u0073\u0063\u0072\u006d":0x1d4f6,"\u006db\u0066\u0073\u0063\u0072\u006e":0x1d4f7,"\u006db\u0066\u0073\u0063\u0072\u006f":0x1d4f8,"\u006db\u0066\u0073\u0063\u0072\u0070":0x1d4f9,"\u006db\u0066\u0073\u0063\u0072\u0071":0x1d4fa,"\u006db\u0066\u0073\u0063\u0072\u0072":0x1d4fb,"\u006db\u0066\u0073\u0063\u0072\u0073":0x1d4fc,"\u006db\u0066\u0073\u0063\u0072\u0074":0x1d4fd,"\u006db\u0066\u0073\u0063\u0072\u0075":0x1d4fe,"\u006db\u0066\u0073\u0063\u0072\u0076":0x1d4ff,"\u006db\u0066\u0073\u0063\u0072\u0077":0x1d500,"\u006db\u0066\u0073\u0063\u0072\u0078":0x1d501,"\u006db\u0066\u0073\u0063\u0072\u0079":0x1d502,"\u006db\u0066\u0073\u0063\u0072\u007a":0x1d503,"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061":0x1d6d4,"\u006d\u0062\u0066\u0074":0x1d42d,"\u006d\u0062\u0066\u0074\u0061\u0075":0x1d6d5,"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061":0x1d6c9,"\u006d\u0062\u0066\u0075":0x1d42e,"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6d6,"\u006d\u0062\u0066\u0076":0x1d42f,"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6b9,"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6dc,"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d6de,"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i":0x1d6d7,"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069":0x1d6e1,"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o":0x1d6e0,"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d6d3,"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d6dd,"\u006d\u0062\u0066\u0077":0x1d430,"\u006d\u0062\u0066\u0078":0x1d431,"\u006d\u0062\u0066x\u0069":0x1d6cf,"\u006d\u0062\u0066\u0079":0x1d432,"\u006d\u0062\u0066\u007a":0x1d433,"\u006db\u0066\u007a\u0065\u0074\u0061":0x1d6c7,"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o":0x3107,"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33d4,"\u006dc\u0069\u0072\u0063\u006c\u0065":0x24dc,"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a5,"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x26ab,"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b25,"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b27,"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fc,"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065":0x29eb,"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e41,"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e43,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2981,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fe,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26ac,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fd,"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26aa,"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b26,"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b28,"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fb,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077":0x29af,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065":0x29ae,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077":0x29ab,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077":0x29a9,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065":0x29aa,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065":0x29a8,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077":0x29ad,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065":0x29ac,"\u006d\u0065\u0061\u0073\u0065\u0071":0x225e,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x2221,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074":0x299b,"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065":0x22be,"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072":0x2b51,"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b50,"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee2,"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfee3,"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee1,"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee4,"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd1,"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc48,"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfccf,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcce,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd0,"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334d,"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3081,"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065":0x337e,"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e1,"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff92,"\u006d\u0065\u006d":0x05de,"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb3e,"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0574,"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a5,"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077":0x05a6,"\u006d\u0066\u0072\u0061\u006b\u0041":0x1d504,"\u006d\u0066\u0072\u0061\u006b\u0042":0x1d505,"\u006d\u0066\u0072\u0061\u006b\u0043":0x212d,"\u006d\u0066\u0072\u0061\u006b\u0044":0x1d507,"\u006d\u0066\u0072\u0061\u006b\u0045":0x1d508,"\u006d\u0066\u0072\u0061\u006b\u0046":0x1d509,"\u006d\u0066\u0072\u0061\u006b\u0047":0x1d50a,"\u006d\u0066\u0072\u0061\u006b\u0048":0x210c,"\u006d\u0066\u0072\u0061\u006b\u004a":0x1d50d,"\u006d\u0066\u0072\u0061\u006b\u004b":0x1d50e,"\u006d\u0066\u0072\u0061\u006b\u004c":0x1d50f,"\u006d\u0066\u0072\u0061\u006b\u004d":0x1d510,"\u006d\u0066\u0072\u0061\u006b\u004e":0x1d511,"\u006d\u0066\u0072\u0061\u006b\u004f":0x1d512,"\u006d\u0066\u0072\u0061\u006b\u0050":0x1d513,"\u006d\u0066\u0072\u0061\u006b\u0051":0x1d514,"\u006d\u0066\u0072\u0061\u006b\u0053":0x1d516,"\u006d\u0066\u0072\u0061\u006b\u0054":0x1d517,"\u006d\u0066\u0072\u0061\u006b\u0055":0x1d518,"\u006d\u0066\u0072\u0061\u006b\u0056":0x1d519,"\u006d\u0066\u0072\u0061\u006b\u0057":0x1d51a,"\u006d\u0066\u0072\u0061\u006b\u0058":0x1d51b,"\u006d\u0066\u0072\u0061\u006b\u0059":0x1d51c,"\u006d\u0066\u0072\u0061\u006b\u005a":0x2128,"\u006d\u0066\u0072\u0061\u006b\u0061":0x1d51e,"\u006d\u0066\u0072\u0061\u006b\u0062":0x1d51f,"\u006d\u0066\u0072\u0061\u006b\u0063":0x1d520,"\u006d\u0066\u0072\u0061\u006b\u0064":0x1d521,"\u006d\u0066\u0072\u0061\u006b\u0065":0x1d522,"\u006d\u0066\u0072\u0061\u006b\u0066":0x1d523,"\u006d\u0066\u0072\u0061\u006b\u0067":0x1d524,"\u006d\u0066\u0072\u0061\u006b\u0068":0x1d525,"\u006d\u0066\u0072\u0061\u006b\u0069":0x1d526,"\u006d\u0066\u0072\u0061\u006b\u006a":0x1d527,"\u006d\u0066\u0072\u0061\u006b\u006b":0x1d528,"\u006d\u0066\u0072\u0061\u006b\u006c":0x1d529,"\u006d\u0066\u0072\u0061\u006b\u006d":0x1d52a,"\u006d\u0066\u0072\u0061\u006b\u006e":0x1d52b,"\u006d\u0066\u0072\u0061\u006b\u006f":0x1d52c,"\u006d\u0066\u0072\u0061\u006b\u0070":0x1d52d,"\u006d\u0066\u0072\u0061\u006b\u0071":0x1d52e,"\u006d\u0066\u0072\u0061\u006b\u0072":0x1d52f,"\u006d\u0066\u0072\u0061\u006b\u0073":0x1d530,"\u006d\u0066\u0072\u0061\u006b\u0074":0x1d531,"\u006d\u0066\u0072\u0061\u006b\u0075":0x1d532,"\u006d\u0066\u0072\u0061\u006b\u0076":0x1d533,"\u006d\u0066\u0072\u0061\u006b\u0077":0x1d534,"\u006d\u0066\u0072\u0061\u006b\u0078":0x1d535,"\u006d\u0066\u0072\u0061\u006b\u0079":0x1d536,"\u006d\u0066\u0072\u0061\u006b\u007a":0x1d537,"\u006d\u0068\u006fo\u006b":0x0271,"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3392,"\u006d\u0069\u0063r\u006f":0x0095,"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e":0x2a5d,"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065":0x2a5c,"\u006d\u0069\u0064\u0063\u0069\u0072":0x2af0,"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff65,"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3272,"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3212,"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3264,"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3141,"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3170,"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3204,"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x316e,"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x316f,"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307f,"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30df,"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff90,"\u006d\u0069\u006c\u006c":0x20a5,"\u006d\u0069\u006eu\u0073":0x2212,"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0320,"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065":0x2296,"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074":0x2a2a,"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073":0x2a2b,"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208b,"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064":0x02d7,"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s":0x2213,"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073":0x2a2c,"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207b,"\u006d\u0069\u006e\u0075\u0074\u0065":0x2032,"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334a,"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3349,"\u006d\u0069\u0074\u0041":0x1d434,"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d6e2,"\u006d\u0069\u0074\u0042":0x1d435,"\u006di\u0074\u0042\u0062\u0062\u0044":0x2145,"\u006di\u0074\u0042\u0062\u0062\u0064":0x2146,"\u006di\u0074\u0042\u0062\u0062\u0065":0x2147,"\u006di\u0074\u0042\u0062\u0062\u0069":0x2148,"\u006di\u0074\u0042\u0062\u0062\u006a":0x2149,"\u006di\u0074\u0042\u0065\u0074\u0061":0x1d6e3,"\u006d\u0069\u0074\u0043":0x1d436,"\u006d\u0069\u0074\u0043\u0068\u0069":0x1d6f8,"\u006d\u0069\u0074\u0044":0x1d437,"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d6e5,"\u006d\u0069\u0074\u0045":0x1d438,"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6e6,"\u006d\u0069\u0074\u0045\u0074\u0061":0x1d6e8,"\u006d\u0069\u0074\u0046":0x1d439,"\u006d\u0069\u0074\u0047":0x1d43a,"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d6e4,"\u006d\u0069\u0074\u0048":0x1d43b,"\u006d\u0069\u0074\u0049":0x1d43c,"\u006di\u0074\u0049\u006f\u0074\u0061":0x1d6ea,"\u006d\u0069\u0074\u004a":0x1d43d,"\u006d\u0069\u0074\u004b":0x1d43e,"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d6eb,"\u006d\u0069\u0074\u004c":0x1d43f,"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a":0x1d6ec,"\u006d\u0069\u0074\u004d":0x1d440,"\u006d\u0069\u0074M\u0075":0x1d6ed,"\u006d\u0069\u0074\u004e":0x1d441,"\u006d\u0069\u0074N\u0075":0x1d6ee,"\u006d\u0069\u0074\u004f":0x1d442,"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d6fa,"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6f0,"\u006d\u0069\u0074\u0050":0x1d443,"\u006d\u0069\u0074\u0050\u0068\u0069":0x1d6f7,"\u006d\u0069\u0074P\u0069":0x1d6f1,"\u006d\u0069\u0074\u0050\u0073\u0069":0x1d6f9,"\u006d\u0069\u0074\u0051":0x1d444,"\u006d\u0069\u0074\u0052":0x1d445,"\u006d\u0069\u0074\u0052\u0068\u006f":0x1d6f2,"\u006d\u0069\u0074\u0053":0x1d446,"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d6f4,"\u006d\u0069\u0074\u0054":0x1d447,"\u006d\u0069\u0074\u0054\u0061\u0075":0x1d6f5,"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d6e9,"\u006d\u0069\u0074\u0055":0x1d448,"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6f6,"\u006d\u0069\u0074\u0056":0x1d449,"\u006d\u0069\u0074\u0057":0x1d44a,"\u006d\u0069\u0074\u0058":0x1d44b,"\u006d\u0069\u0074X\u0069":0x1d6ef,"\u006d\u0069\u0074\u0059":0x1d44c,"\u006d\u0069\u0074\u005a":0x1d44d,"\u006di\u0074\u005a\u0065\u0074\u0061":0x1d6e7,"\u006d\u0069\u0074\u0061":0x1d44e,"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d6fc,"\u006d\u0069\u0074\u0062":0x1d44f,"\u006di\u0074\u0062\u0065\u0074\u0061":0x1d6fd,"\u006d\u0069\u0074\u0063":0x1d450,"\u006d\u0069\u0074\u0063\u0068\u0069":0x1d712,"\u006d\u0069\u0074\u0064":0x1d451,"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d6ff,"\u006d\u0069\u0074\u0065":0x1d452,"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d700,"\u006d\u0069\u0074\u0065\u0074\u0061":0x1d702,"\u006d\u0069\u0074\u0066":0x1d453,"\u006d\u0069\u0074\u0067":0x1d454,"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d6fe,"\u006d\u0069\u0074\u0069":0x1d456,"\u006di\u0074\u0069\u006f\u0074\u0061":0x1d704,"\u006d\u0069\u0074\u006a":0x1d457,"\u006d\u0069\u0074\u006b":0x1d458,"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d705,"\u006d\u0069\u0074\u006c":0x1d459,"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a":0x1d706,"\u006d\u0069\u0074\u006d":0x1d45a,"\u006d\u0069\u0074m\u0075":0x1d707,"\u006d\u0069\u0074\u006e":0x1d45b,"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d6fb,"\u006d\u0069\u0074n\u0075":0x1d708,"\u006d\u0069\u0074\u006f":0x1d45c,"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d714,"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d70a,"\u006d\u0069\u0074\u0070":0x1d45d,"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d715,"\u006d\u0069\u0074\u0070\u0068\u0069":0x1d711,"\u006d\u0069\u0074p\u0069":0x1d70b,"\u006d\u0069\u0074\u0070\u0073\u0069":0x1d713,"\u006d\u0069\u0074\u0071":0x1d45e,"\u006d\u0069\u0074\u0072":0x1d45f,"\u006d\u0069\u0074\u0072\u0068\u006f":0x1d70c,"\u006d\u0069\u0074\u0073":0x1d460,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d608,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d609,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d60a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d60b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d60c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d60d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d60e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d60f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d610,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d611,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d612,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d613,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d614,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d615,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d616,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d617,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d618,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d619,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d61a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d61b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d61c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d61d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d61e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d61f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d620,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d621,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d622,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d623,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d624,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d625,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d626,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d627,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d628,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d629,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d62a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d62b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d62c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d62d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d62e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d62f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d630,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d631,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d632,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d633,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d634,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d635,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d636,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d637,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d638,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d639,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d63a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d63b,"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d70e,"\u006d\u0069\u0074\u0074":0x1d461,"\u006d\u0069\u0074\u0074\u0061\u0075":0x1d70f,"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d703,"\u006d\u0069\u0074\u0075":0x1d462,"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d710,"\u006d\u0069\u0074\u0076":0x1d463,"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6f3,"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d716,"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d718,"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i":0x1d719,"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d71b,"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o":0x1d71a,"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d70d,"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d717,"\u006d\u0069\u0074\u0077":0x1d464,"\u006d\u0069\u0074\u0078":0x1d465,"\u006d\u0069\u0074x\u0069":0x1d709,"\u006d\u0069\u0074\u0079":0x1d466,"\u006d\u0069\u0074\u007a":0x1d467,"\u006di\u0074\u007a\u0065\u0074\u0061":0x1d701,"\u006d\u006c\u0063\u0070":0x2adb,"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x0270,"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3396,"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a3,"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4d,"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x339f,"\u006d\u006f\u0064\u0065\u006c\u0073":0x22a7,"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m":0x2a0a,"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3082,"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c1,"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e2,"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff93,"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e":0x33d6,"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069":0x0e21,"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33a7,"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a8,"\u006d\u0070\u0061\u0072\u0065\u006e":0x24a8,"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ab,"\u006d\u0073\u0061\u006e\u0073\u0041":0x1d5a0,"\u006d\u0073\u0061\u006e\u0073\u0042":0x1d5a1,"\u006d\u0073\u0061\u006e\u0073\u0043":0x1d5a2,"\u006d\u0073\u0061\u006e\u0073\u0044":0x1d5a3,"\u006d\u0073\u0061\u006e\u0073\u0045":0x1d5a4,"\u006d\u0073\u0061\u006e\u0073\u0046":0x1d5a5,"\u006d\u0073\u0061\u006e\u0073\u0047":0x1d5a6,"\u006d\u0073\u0061\u006e\u0073\u0048":0x1d5a7,"\u006d\u0073\u0061\u006e\u0073\u0049":0x1d5a8,"\u006d\u0073\u0061\u006e\u0073\u004a":0x1d5a9,"\u006d\u0073\u0061\u006e\u0073\u004b":0x1d5aa,"\u006d\u0073\u0061\u006e\u0073\u004c":0x1d5ab,"\u006d\u0073\u0061\u006e\u0073\u004d":0x1d5ac,"\u006d\u0073\u0061\u006e\u0073\u004e":0x1d5ad,"\u006d\u0073\u0061\u006e\u0073\u004f":0x1d5ae,"\u006d\u0073\u0061\u006e\u0073\u0050":0x1d5af,"\u006d\u0073\u0061\u006e\u0073\u0051":0x1d5b0,"\u006d\u0073\u0061\u006e\u0073\u0052":0x1d5b1,"\u006d\u0073\u0061\u006e\u0073\u0053":0x1d5b2,"\u006d\u0073\u0061\u006e\u0073\u0054":0x1d5b3,"\u006d\u0073\u0061\u006e\u0073\u0055":0x1d5b4,"\u006d\u0073\u0061\u006e\u0073\u0056":0x1d5b5,"\u006d\u0073\u0061\u006e\u0073\u0057":0x1d5b6,"\u006d\u0073\u0061\u006e\u0073\u0058":0x1d5b7,"\u006d\u0073\u0061\u006e\u0073\u0059":0x1d5b8,"\u006d\u0073\u0061\u006e\u0073\u005a":0x1d5b9,"\u006d\u0073\u0061\u006e\u0073\u0061":0x1d5ba,"\u006d\u0073\u0061\u006e\u0073\u0062":0x1d5bb,"\u006d\u0073\u0061\u006e\u0073\u0063":0x1d5bc,"\u006d\u0073\u0061\u006e\u0073\u0064":0x1d5bd,"\u006d\u0073\u0061\u006e\u0073\u0065":0x1d5be,"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7ea,"\u006d\u0073\u0061\u006e\u0073\u0066":0x1d5bf,"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e":0x1d7e7,"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r":0x1d7e6,"\u006d\u0073\u0061\u006e\u0073\u0067":0x1d5c0,"\u006d\u0073\u0061\u006e\u0073\u0068":0x1d5c1,"\u006d\u0073\u0061\u006e\u0073\u0069":0x1d5c2,"\u006d\u0073\u0061\u006e\u0073\u006a":0x1d5c3,"\u006d\u0073\u0061\u006e\u0073\u006b":0x1d5c4,"\u006d\u0073\u0061\u006e\u0073\u006c":0x1d5c5,"\u006d\u0073\u0061\u006e\u0073\u006d":0x1d5c6,"\u006d\u0073\u0061\u006e\u0073\u006e":0x1d5c7,"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee":0x1d7eb,"\u006d\u0073\u0061\u006e\u0073\u006f":0x1d5c8,"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7e3,"\u006d\u0073\u0061\u006e\u0073\u0070":0x1d5c9,"\u006d\u0073\u0061\u006e\u0073\u0071":0x1d5ca,"\u006d\u0073\u0061\u006e\u0073\u0072":0x1d5cb,"\u006d\u0073\u0061\u006e\u0073\u0073":0x1d5cc,"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7e9,"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7e8,"\u006d\u0073\u0061\u006e\u0073\u0074":0x1d5cd,"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7e5,"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7e4,"\u006d\u0073\u0061\u006e\u0073\u0075":0x1d5ce,"\u006d\u0073\u0061\u006e\u0073\u0076":0x1d5cf,"\u006d\u0073\u0061\u006e\u0073\u0077":0x1d5d0,"\u006d\u0073\u0061\u006e\u0073\u0078":0x1d5d1,"\u006d\u0073\u0061\u006e\u0073\u0079":0x1d5d2,"\u006d\u0073\u0061\u006e\u0073\u007a":0x1d5d3,"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o":0x1d7e2,"\u006d\u0073\u0063r\u0041":0x1d49c,"\u006d\u0073\u0063r\u0042":0x212c,"\u006d\u0073\u0063r\u0043":0x1d49e,"\u006d\u0073\u0063r\u0044":0x1d49f,"\u006d\u0073\u0063r\u0045":0x2130,"\u006d\u0073\u0063r\u0046":0x2131,"\u006d\u0073\u0063r\u0047":0x1d4a2,"\u006d\u0073\u0063r\u0048":0x210b,"\u006d\u0073\u0063r\u0049":0x2110,"\u006d\u0073\u0063r\u004a":0x1d4a5,"\u006d\u0073\u0063r\u004b":0x1d4a6,"\u006d\u0073\u0063r\u004c":0x2112,"\u006d\u0073\u0063r\u004d":0x2133,"\u006d\u0073\u0063r\u004e":0x1d4a9,"\u006d\u0073\u0063r\u004f":0x1d4aa,"\u006d\u0073\u0063r\u0050":0x1d4ab,"\u006d\u0073\u0063r\u0051":0x1d4ac,"\u006d\u0073\u0063r\u0052":0x211b,"\u006d\u0073\u0063r\u0053":0x1d4ae,"\u006d\u0073\u0063r\u0054":0x1d4af,"\u006d\u0073\u0063r\u0055":0x1d4b0,"\u006d\u0073\u0063r\u0056":0x1d4b1,"\u006d\u0073\u0063r\u0057":0x1d4b2,"\u006d\u0073\u0063r\u0058":0x1d4b3,"\u006d\u0073\u0063r\u0059":0x1d4b4,"\u006d\u0073\u0063r\u005a":0x1d4b5,"\u006d\u0073\u0063r\u0061":0x1d4b6,"\u006d\u0073\u0063r\u0062":0x1d4b7,"\u006d\u0073\u0063r\u0063":0x1d4b8,"\u006d\u0073\u0063r\u0064":0x1d4b9,"\u006d\u0073\u0063r\u0065":0x212f,"\u006d\u0073\u0063r\u0066":0x1d4bb,"\u006d\u0073\u0063r\u0067":0x210a,"\u006d\u0073\u0063r\u0068":0x1d4bd,"\u006d\u0073\u0063r\u0069":0x1d4be,"\u006d\u0073\u0063r\u006a":0x1d4bf,"\u006d\u0073\u0063r\u006b":0x1d4c0,"\u006d\u0073\u0063r\u006c":0x1d4c1,"\u006d\u0073\u0063r\u006d":0x1d4c2,"\u006d\u0073\u0063r\u006e":0x1d4c3,"\u006d\u0073\u0063r\u006f":0x2134,"\u006d\u0073\u0063r\u0070":0x1d4c5,"\u006d\u0073\u0063r\u0071":0x1d4c6,"\u006d\u0073\u0063r\u0072":0x1d4c7,"\u006d\u0073\u0063r\u0073":0x1d4c8,"\u006d\u0073\u0063r\u0074":0x1d4c9,"\u006d\u0073\u0063r\u0075":0x1d4ca,"\u006d\u0073\u0063r\u0076":0x1d4cb,"\u006d\u0073\u0063r\u0077":0x1d4cc,"\u006d\u0073\u0063r\u0078":0x1d4cd,"\u006d\u0073\u0063r\u0079":0x1d4ce,"\u006d\u0073\u0063r\u007a":0x1d4cf,"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b3,"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ef,"\u006d\u0074\u0074\u0041":0x1d670,"\u006d\u0074\u0074\u0042":0x1d671,"\u006d\u0074\u0074\u0043":0x1d672,"\u006d\u0074\u0074\u0044":0x1d673,"\u006d\u0074\u0074\u0045":0x1d674,"\u006d\u0074\u0074\u0046":0x1d675,"\u006d\u0074\u0074\u0047":0x1d676,"\u006d\u0074\u0074\u0048":0x1d677,"\u006d\u0074\u0074\u0049":0x1d678,"\u006d\u0074\u0074\u004a":0x1d679,"\u006d\u0074\u0074\u004b":0x1d67a,"\u006d\u0074\u0074\u004c":0x1d67b,"\u006d\u0074\u0074\u004d":0x1d67c,"\u006d\u0074\u0074\u004e":0x1d67d,"\u006d\u0074\u0074\u004f":0x1d67e,"\u006d\u0074\u0074\u0050":0x1d67f,"\u006d\u0074\u0074\u0051":0x1d680,"\u006d\u0074\u0074\u0052":0x1d681,"\u006d\u0074\u0074\u0053":0x1d682,"\u006d\u0074\u0074\u0054":0x1d683,"\u006d\u0074\u0074\u0055":0x1d684,"\u006d\u0074\u0074\u0056":0x1d685,"\u006d\u0074\u0074\u0057":0x1d686,"\u006d\u0074\u0074\u0058":0x1d687,"\u006d\u0074\u0074\u0059":0x1d688,"\u006d\u0074\u0074\u005a":0x1d689,"\u006d\u0074\u0074\u0061":0x1d68a,"\u006d\u0074\u0074\u0062":0x1d68b,"\u006d\u0074\u0074\u0063":0x1d68c,"\u006d\u0074\u0074\u0064":0x1d68d,"\u006d\u0074\u0074\u0065":0x1d68e,"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074":0x1d7fe,"\u006d\u0074\u0074\u0066":0x1d68f,"\u006dt\u0074\u0066\u0069\u0076\u0065":0x1d7fb,"\u006dt\u0074\u0066\u006f\u0075\u0072":0x1d7fa,"\u006d\u0074\u0074\u0067":0x1d690,"\u006d\u0074\u0074\u0068":0x1d691,"\u006d\u0074\u0074\u0069":0x1d692,"\u006d\u0074\u0074\u006a":0x1d693,"\u006d\u0074\u0074\u006b":0x1d694,"\u006d\u0074\u0074\u006c":0x1d695,"\u006d\u0074\u0074\u006d":0x1d696,"\u006d\u0074\u0074\u006e":0x1d697,"\u006dt\u0074\u006e\u0069\u006e\u0065":0x1d7ff,"\u006d\u0074\u0074\u006f":0x1d698,"\u006d\u0074\u0074\u006f\u006e\u0065":0x1d7f7,"\u006d\u0074\u0074\u0070":0x1d699,"\u006d\u0074\u0074\u0071":0x1d69a,"\u006d\u0074\u0074\u0072":0x1d69b,"\u006d\u0074\u0074\u0073":0x1d69c,"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e":0x1d7fd,"\u006d\u0074\u0074\u0073\u0069\u0078":0x1d7fc,"\u006d\u0074\u0074\u0074":0x1d69d,"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065":0x1d7f9,"\u006d\u0074\u0074\u0074\u0077\u006f":0x1d7f8,"\u006d\u0074\u0074\u0075":0x1d69e,"\u006d\u0074\u0074\u0076":0x1d69f,"\u006d\u0074\u0074\u0077":0x1d6a0,"\u006d\u0074\u0074\u0078":0x1d6a1,"\u006d\u0074\u0074\u0079":0x1d6a2,"\u006d\u0074\u0074\u007a":0x1d6a3,"\u006dt\u0074\u007a\u0065\u0072\u006f":0x1d7f6,"\u006dt\u0075\u0072\u006e\u0065\u0064":0x026f,"\u006d\u0075":0x00b5,"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e":0x3382,"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226b,"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073":0x226a,"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e":0x338c,"\u006du\u0067\u0072\u0065\u0065\u006b":0x03bc,"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e":0x338d,"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3080,"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e0,"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff91,"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e":0x3395,"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074":0x22c9,"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074":0x22ca,"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070":0x22b8,"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076":0x27dc,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074":0x22cb,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074":0x22cc,"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079":0x00d7,"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e":0x339b,"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a3,"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065":0x266a,"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e":0x266d,"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e":0x266f,"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e":0x33b2,"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e":0x33b6,"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e":0x33bc,"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33b9,"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b7,"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33bf,"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bd,"\u006e":0x006e,"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21fa,"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b3a,"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fc,"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fb,"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2915,"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b35,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3d,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2901,"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2918,"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a8,"\u006e\u0061\u0063\u0075\u0074\u0065":0x0144,"\u006e\u0061\u0064\u0065\u0076\u0061":0x0928,"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa8,"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a28,"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306a,"\u006e\u0061\u0069r\u0061":0x20a6,"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ca,"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff85,"\u006e\u0061\u006e\u0064":0x22bc,"\u006ea\u0070\u0070\u0072\u006f\u0078":0x2249,"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3381,"\u006e\u0061\u0073\u0079\u006d\u0070":0x226d,"\u006ea\u0074\u0075\u0072\u0061\u006c":0x266e,"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e":0x2011,"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310b,"\u006e\u0063\u0061\u0072\u006f\u006e":0x0148,"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0146,"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81d,"\u006ec\u0069\u0072\u0063\u006c\u0065":0x24dd,"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4b,"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e45,"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e47,"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306d,"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cd,"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff88,"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077":0x2931,"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077":0x292e,"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw":0x2922,"\u006e\u0065\u0075\u0074\u0065\u0072":0x26b2,"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338b,"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0999,"\u006eg\u0061\u0064\u0065\u0076\u0061":0x0919,"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a99,"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a19,"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069":0x0e07,"\u006eg\u0074\u0072\u0073\u0069\u006d":0x2275,"\u006eh\u0056\u0076\u0065\u0072\u0074":0x2af5,"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea":0x3093,"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x0272,"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x0273,"\u006e\u0068\u0070a\u0072":0x2af2,"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x326f,"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x320f,"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3135,"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3261,"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3136,"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3134,"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3168,"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3201,"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3167,"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3166,"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306b,"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cb,"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff86,"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf899,"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069":0x0e4d,"\u006e\u0069\u006e\u0065":0x0039,"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ef,"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061":0x096f,"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aef,"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6f,"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0669,"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3029,"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3228,"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2089,"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff19,"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf739,"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n":0x247c,"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2490,"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f9,"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2178,"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2079,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2472,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2486,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x249a,"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069":0x0e59,"\u006e\u0069\u006f\u0062\u0061\u0072":0x22fe,"\u006e\u0069\u0073":0x22fc,"\u006e\u0069\u0073\u0064":0x22fa,"\u006e\u006a":0x01cc,"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea":0x30f3,"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff9d,"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067":0x019e,"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072":0x2278,"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d":0x2274,"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e49,"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4e,"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x339a,"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a3,"\u006en\u0061\u0064\u0065\u0076\u0061":0x0923,"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa3,"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a23,"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061":0x0929,"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306e,"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ce,"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff89,"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065":0x00a0,"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i":0x0e13,"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069":0x0e19,"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0646,"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee6,"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfb9f,"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfee7,"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee5,"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd2,"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4b,"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee8,"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd5,"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4e,"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfc8d,"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc8e,"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064":0xfc4f,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd3,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xe815,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd4,"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc8f,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc50,"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c":0xfc70,"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c":0x2247,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ae,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074":0x219a,"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x219b,"\u006e\u006f\u0074\u0062\u0061\u0072":0x2224,"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073":0x220c,"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ce,"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074":0x2209,"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2260,"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c":0x2204,"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s":0x22ae,"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061":0x22af,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226f,"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c":0x2271,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073":0x2279,"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2a7e,"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c":0x2262,"\u006eo\u0074\u006c\u0065\u0073\u0073":0x226e,"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x2270,"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2226,"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x2280,"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073":0x22ad,"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2241,"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t":0x2284,"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c":0x2288,"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x2281,"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074":0x2285,"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c":0x2289,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074":0x22ec,"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074":0x22ed,"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22ea,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22eb,"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065":0x22ac,"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0576,"\u006e\u0070\u0061\u0072\u0065\u006e":0x24a9,"\u006ep\u006f\u006c\u0069\u006e\u0074":0x2a14,"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e0,"\u006e\u0073\u0069m\u0065":0x2244,"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071":0x22e2,"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071":0x22e3,"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b1,"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e1,"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr":0x207f,"\u006e\u0074\u0069\u006c\u0064\u0065":0x00f1,"\u006e\u0075":0x03bd,"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306c,"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cc,"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff87,"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09bc,"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a":0x093c,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abc,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3c,"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e":0x0023,"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff03,"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c":0xfe5f,"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b":0x0374,"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b":0x0375,"\u006e\u0075\u006d\u0065\u0072\u006f":0x2116,"\u006e\u0075\u006e":0x05e0,"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h":0xfb40,"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2902,"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2904,"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2903,"\u006ev\u0069\u006e\u0066\u0074\u0079":0x29de,"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21f7,"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b39,"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f9,"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f8,"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2914,"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b5,"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b34,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3c,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2900,"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2917,"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x2932,"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw":0x2921,"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bb,"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099e,"\u006ey\u0061\u0064\u0065\u0076\u0061":0x091e,"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9e,"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1e,"\u006f":0x006f,"\u006f\u0061\u0063\u0075\u0074\u0065":0x00f3,"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e2d,"\u006f\u0062\u0061\u0072":0x233d,"\u006fb\u0061\u0072\u0072\u0065\u0064":0x0275,"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e9,"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04eb,"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0993,"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o":0x311b,"\u006f\u0062\u006f\u0074":0x29ba,"\u006fb\u0072\u0062\u0072\u0061\u006b":0x23e0,"\u006f\u0062\u0072\u0065\u0076\u0065":0x014f,"\u006fb\u0073\u006c\u0061\u0073\u0068":0x29b8,"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x0911,"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a91,"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0949,"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac9,"\u006f\u0063\u0061\u0072\u006f\u006e":0x01d2,"\u006fc\u0069\u0072\u0063\u006c\u0065":0x24de,"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00f4,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed1,"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed9,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed3,"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed5,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed7,"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x043e,"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020d,"\u006f\u0064\u0065v\u0061":0x0913,"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00f6,"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e7,"\u006f\u0064\u0069\u0076":0x2a38,"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecd,"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074":0x29bc,"\u006f\u0065":0x0153,"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315a,"\u006f\u0067\u006f\u006e\u0065\u006b":0x02db,"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db":0x0328,"\u006f\u0067\u0072\u0061\u0076\u0065":0x00f2,"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e":0x29c1,"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a93,"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0585,"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea":0x304a,"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ecf,"\u006f\u0068\u006fr\u006e":0x01a1,"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1edb,"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee3,"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edd,"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1edf,"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee1,"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0151,"\u006f\u0069":0x01a3,"\u006f\u0069\u0069\u0069\u006e\u0074":0x2230,"\u006f\u0069\u0069n\u0074":0x222f,"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2233,"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020f,"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea":0x30aa,"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff75,"\u006fk\u006f\u0072\u0065\u0061\u006e":0x3157,"\u006fl\u0063\u0072\u006f\u0073\u0073":0x29bb,"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w":0x05ab,"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n":0x29c0,"\u006fm\u0061\u0063\u0072\u006f\u006e":0x014d,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e53,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e51,"\u006f\u006d\u0064\u0065\u0076\u0061":0x0950,"\u006f\u006d\u0065g\u0061":0x03c9,"\u006f\u006d\u0065\u0067\u0061\u0031":0x03d6,"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0461,"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x0277,"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047b,"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047d,"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x03ce,"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ad0,"\u006fm\u0069\u0063\u0072\u006f\u006e":0x03bf,"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cc,"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4f,"\u006f\u006e\u0065":0x0031,"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e7,"\u006fn\u0065\u0064\u0065\u0076\u0061":0x0967,"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072":0x2024,"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h":0x215b,"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068":0x2155,"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d":0xf6dc,"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae7,"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a67,"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0661,"\u006fn\u0065\u0068\u0061\u006c\u0066":0x00bd,"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3021,"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3220,"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2081,"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff11,"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f4,"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf731,"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e":0x2474,"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd":0x2488,"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f1,"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072":0x00bc,"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2170,"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068":0x2159,"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b9,"\u006fn\u0065\u0074\u0068\u0061\u0069":0x0e51,"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064":0x2153,"\u006fo\u0067\u006f\u006e\u0065\u006b":0x01eb,"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ed,"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a13,"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4b,"\u006f\u006f\u0070e\u006e":0x0254,"\u006f\u0070\u0061\u0072\u0065\u006e":0x24aa,"\u006f\u0070\u0065r\u0070":0x29b9,"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d":0x2a2d,"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d":0x2a2e,"\u006f\u0070\u0074\u0069\u006f\u006e":0x2325,"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065":0x00aa,"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065":0x00ba,"\u006f\u0072\u0069\u0067\u006f\u0066":0x22b6,"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c":0x221f,"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x22bb,"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x0912,"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094a,"\u006f\u0073\u006c\u0061\u0073\u0068":0x00f8,"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01ff,"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3049,"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a9,"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6b,"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f0,"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047f,"\u006f\u0074\u0069\u006c\u0064\u0065":0x00f5,"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4d,"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4f,"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t":0x2a36,"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d":0x2a34,"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d":0x2a35,"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3121,"\u006f\u0075\u006ec\u0065":0x2125,"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e":0x23de,"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b4,"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x20d6,"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x20e1,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065":0x203e,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065":0xfe4a,"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0305,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064":0xfe49,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079":0xfe4c,"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079":0xfe4b,"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n":0x23dc,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09cb,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x094b,"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0acb,"\u0070":0x0070,"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x3380,"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065":0x332b,"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09aa,"\u0070\u0061\u0063\u0075\u0074\u0065":0x1e55,"\u0070\u0061\u0064\u0065\u0076\u0061":0x092a,"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e":0x21df,"\u0070\u0061\u0067\u0065\u0075\u0070":0x21de,"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaa,"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2a,"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3071,"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069":0x0e2f,"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d1,"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db":0x0484,"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c0,"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x317f,"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":0x00b6,"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072":0x2029,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2225,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d":0x25b1,"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b":0x25b0,"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t":0x0028,"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfd3e,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074":0xf8ed,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ec,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0x208d,"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff08,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe59,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0x207d,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070":0xf8eb,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe35,"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074":0x0029,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfd3f,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8f8,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078":0xf8f7,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072":0x208e,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff09,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5a,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072":0x207e,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8f6,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe36,"\u0070\u0061\u0072\u0073\u0069\u006d":0x2af3,"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066":0x2202,"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e":0x2aa3,"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0599,"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33a9,"\u0070a\u0074\u0061\u0068\u0031\u0031":0x05b7,"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05a1,"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3106,"\u0070c\u0069\u0072\u0063\u006c\u0065":0x24df,"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e57,"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043f,"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068":0xfb44,"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x333b,"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb43,"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c":0x067e,"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057a,"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb57,"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb58,"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307a,"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb56,"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb59,"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe813,"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30da,"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a7,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b20,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b1f,"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4e,"\u0070e\u0072\u0063\u0065\u006e\u0074":0x0025,"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063":0x066a,"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff05,"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c":0xfe6a,"\u0070\u0065\u0072\u0069\u006f\u0064":0x002e,"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x0589,"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064":0x00b7,"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030":0x0097,"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff61,"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e7,"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0e,"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c":0xfe52,"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e8,"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062":0x0342,"\u0070\u0065\u0072\u0070":0x27c2,"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064":0x2a5e,"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072":0x22a5,"\u0070\u0065\u0072p\u0073":0x2ae1,"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064":0x2031,"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064":0x2030,"\u0070\u0065\u0073\u0065\u0074\u0061":0x20a7,"\u0070\u0065\u0073o\u0031":0xf81b,"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338a,"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ab,"\u0070h\u0061\u0064\u0065\u0076\u0061":0x092b,"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aab,"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2b,"\u0070\u0068\u0069":0x03c6,"\u0070\u0068\u0069\u0031":0x03d5,"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x327a,"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x321a,"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326c,"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314d,"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320c,"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e":0x0278,"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069":0x0e3a,"\u0070\u0068\u006fo\u006b":0x01a5,"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e1e,"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e1c,"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e20,"\u0070\u0069":0x03c0,"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3273,"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3213,"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3176,"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3265,"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3172,"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3142,"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3205,"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e":0x3174,"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3144,"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e":0x3175,"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x3177,"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3173,"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3074,"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d4,"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0583,"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069":0x210f,"\u0070\u006c\u0075\u0073":0x002b,"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031f,"\u0070l\u0075\u0073\u0064\u006f\u0074":0x2a25,"\u0070l\u0075\u0073\u0065\u0071\u0071":0x2a72,"\u0070l\u0075\u0073\u0068\u0061\u0074":0x2a23,"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208a,"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s":0x00b1,"\u0070l\u0075\u0073\u006d\u006f\u0064":0x02d6,"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0b,"\u0070l\u0075\u0073\u0073\u0069\u006d":0x2a26,"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl":0xfe62,"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f":0x2a27,"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207a,"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066":0x2a28,"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff50,"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d8,"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307d,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065":0x261f,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065":0x261c,"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065":0x261d,"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074":0x2a15,"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dd,"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i":0x0e1b,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3012,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065":0x3020,"\u0070\u0070\u0061\u0072\u0065\u006e":0x24ab,"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab7,"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2ab9,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c":0x2ab5,"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074":0x22e8,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x227a,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c":0x2aaf,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079":0x227c,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x227e,"\u0070r\u0065\u0063\u0065\u0071\u0071":0x2ab3,"\u0070r\u0065\u0063\u006e\u0065\u0071":0x2ab1,"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e":0x211e,"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064":0x0243,"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02b9,"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x2035,"\u0070r\u006f\u0064\u0075\u0063\u0074":0x220f,"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066":0x2313,"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065":0x2305,"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061":0x30fc,"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr":0x2318,"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074":0x2282,"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2283,"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e":0x2237,"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c":0x221d,"\u0070\u0072\u0075\u0072\u0065\u006c":0x22b0,"\u0070\u0073\u0069":0x03c8,"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0471,"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0486,"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b0,"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3077,"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d7,"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b":0x27d3,"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065":0x2008,"\u0070u\u0073\u0068\u006f\u0075\u0074":0x27d4,"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b4,"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33ba,"\u0071":0x0071,"\u0071\u0061\u0064\u0065\u0076\u0061":0x0958,"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a8,"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed6,"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed7,"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed5,"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed8,"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x059f,"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3111,"\u0071c\u0069\u0072\u0063\u006c\u0065":0x24e0,"\u0071\u0068\u006fo\u006b":0x02a0,"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff51,"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb47,"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0x05e7,"\u0071\u0070\u0061\u0072\u0065\u006e":0x24ac,"\u0071\u0070\u0072\u0069\u006d\u0065":0x2057,"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065":0x2669,"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05bb,"\u0071u\u0065\u0073\u0074\u0065\u0071":0x225f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x003f,"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055e,"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e":0x00bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c":0xf7bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b":0x037e,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf73f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c":0x0022,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065":0x201e,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x201c,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff02,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065":0x301e,"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064":0x301d,"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076":0x201f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x201d,"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t":0x2018,"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x0244,"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x201b,"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2019,"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e":0x0149,"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065":0x201a,"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065":0x0027,"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff07,"\u0072":0x0072,"\u0072\u0041\u006e\u0067\u006c\u0065":0x27eb,"\u0072\u0042\u0072\u0061\u0063\u0065":0x2984,"\u0072\u0050\u0061\u0072\u0065\u006e":0x2986,"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057c,"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b0,"\u0072\u0061\u0063\u0075\u0074\u0065":0x0155,"\u0072\u0061\u0064\u0065\u0076\u0061":0x0930,"\u0072a\u0064\u0069\u0063\u0061\u006c":0x221a,"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x":0xf8e5,"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065":0x33ae,"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065":0x33af,"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e":0x33ad,"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab0,"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a30,"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3089,"\u0072\u0061\u0069\u0073\u0065\u0064":0x024d,"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e9,"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff97,"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f1,"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f0,"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e":0x0264,"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft":0x2992,"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077":0x237c,"\u0072\u0061\u0074i\u006f":0x2236,"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d":0xe816,"\u0072\u0062\u0061\u0067":0x27c6,"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2998,"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3116,"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23ad,"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d":0x23ac,"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23ab,"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a5,"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a6,"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b":0x298e,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298c,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a4,"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b":0x2990,"\u0072b\u0072\u0062\u0072\u0061\u006b":0x2773,"\u0072\u0063\u0061\u0072\u006f\u006e":0x0159,"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0157,"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81f,"\u0072c\u0069\u0072\u0063\u006c\u0065":0x24e1,"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf832,"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fd,"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0211,"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067":0x292b,"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077":0x2930,"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e59,"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5b,"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5d,"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074":0x2117,"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b":0x203b,"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074":0x2286,"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2287,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064":0x00ae,"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073":0xf8e8,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066":0xf6da,"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0631,"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0580,"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeae,"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308c,"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfead,"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ec,"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9a,"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb48,"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q":0x05e8,"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065":0x211f,"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065":0x29a3,"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29a5,"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c":0x22cd,"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x29b0,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065":0x223d,"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0x0597,"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x2310,"\u0072e\u0076\u006e\u006d\u0069\u0064":0x2aee,"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d2,"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk":0x027e,"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064":0x027f,"\u0072f\u0074\u0069\u006d\u0065\u0073":0x29d5,"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dd,"\u0072h\u0061\u0064\u0065\u0076\u0061":0x095d,"\u0072\u0068\u006f":0x03c1,"\u0072\u0068\u006fo\u006b":0x027d,"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064":0x027b,"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b5,"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b":0x03f1,"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064":0x02de,"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3271,"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3211,"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3263,"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3140,"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x313a,"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3169,"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e":0x3139,"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x313b,"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x316c,"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3203,"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e":0x313f,"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x313c,"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e":0x316b,"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x313d,"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x313e,"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x316a,"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e":0x316d,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074":0x299d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065":0x231d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077":0x231c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065":0x231f,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072":0x299c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077":0x231e,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2975,"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078":0x2b48,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072":0x2b4c,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064":0x291e,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072":0x2b43,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073":0x27f4,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073":0x2945,"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2942,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072":0x2974,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074":0x2b44,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065":0x21fe,"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2947,"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290d,"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2933,"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291c,"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2911,"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2937,"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297d,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074":0x20d1,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072":0x2957,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e":0x2964,"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072":0x2953,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068":0x296c,"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079":0x2970,"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2969,"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2968,"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn":0x263d,"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e":0x27d6,"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b54,"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b":0x2b53,"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073":0x21c9,"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0319,"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l":0x291a,"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x21f6,"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x22bf,"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077":0x219d,"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308a,"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ea,"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff98,"\u0072\u0069\u006e\u0067":0x02da,"\u0072\u0069\u006eg\u0031":0xf007,"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0325,"\u0072i\u006e\u0067\u0063\u006d\u0062":0x030a,"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064":0xd80d,"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074":0x02bf,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e":0x0559,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062":0x031c,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064":0x02d3,"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074":0x02be,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0339,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064":0x02d2,"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c":0x2256,"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x028f,"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072":0x0248,"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073":0x2a22,"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070":0x02ac,"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072":0x0247,"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0213,"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3351,"\u0072\u006c\u0065":0x202b,"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5f,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067":0x027c,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x027a,"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff52,"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b1,"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308d,"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ed,"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9b,"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i":0x0e23,"\u0072\u0070\u0061\u0072\u0065\u006e":0x24ad,"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239f,"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r":0x2994,"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x23a0,"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239e,"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074":0x2a12,"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dc,"\u0072r\u0061\u0064\u0065\u0076\u0061":0x0931,"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5c,"\u0072r\u0061\u006e\u0067\u006c\u0065":0x298a,"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0691,"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb8d,"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2988,"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e0,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0960,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0ae0,"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09c4,"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0944,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069":0x0ac4,"\u0072s\u006f\u006c\u0062\u0061\u0072":0x29f7,"\u0072s\u0071\u0068\u006f\u006f\u006b":0x2ace,"\u0072\u0073\u0075\u0062":0x2a65,"\u0072\u0073\u0075\u0070\u0065\u0072":0x023c,"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f1,"\u0072t\u0062\u006c\u006f\u0063\u006b":0x2590,"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2595,"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069":0x29ce,"\u0072t\u0075\u0072\u006e\u0065\u0064":0x0279,"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b4,"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023e,"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023d,"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308b,"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30eb,"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff99,"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064":0x29f4,"\u0072\u0075\u0070e\u0065":0x20a8,"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f2,"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f3,"\u0072\u0075\u0070\u0069\u0061\u0068":0xf6dd,"\u0072\u0075\u0074\u0068\u0061\u0069":0x0e24,"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b9,"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098b,"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090b,"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8b,"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09c3,"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0943,"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i":0x0ac3,"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d9,"\u0073":0x0073,"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b8,"\u0073\u0061\u0063\u0075\u0074\u0065":0x015b,"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e65,"\u0073\u0061\u0064\u0065\u0076\u0061":0x0938,"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeba,"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebb,"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb9,"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebc,"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab8,"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a38,"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3055,"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b5,"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7b,"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0xfdfa,"\u0073\u0061\u006d\u0065\u006b\u0068":0x05e1,"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0xfb41,"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064":0x2143,"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064":0x2142,"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069":0x0e32,"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069":0x0e41,"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069":0x0e44,"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069":0x0e43,"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069":0x0e33,"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i":0x0e30,"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i":0x0e40,"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf886,"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069":0x0e35,"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf885,"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i":0x0e34,"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i":0x0e42,"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf888,"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069":0x0e37,"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf887,"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069":0x0e36,"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i":0x0e38,"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069":0x0e39,"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s":0x22a8,"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3119,"\u0073\u0063\u0061\u0072\u006f\u006e":0x0161,"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e67,"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015f,"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611":0xf817,"\u0073\u0063\u0068w\u0061":0x0259,"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d9,"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04db,"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk":0x025a,"\u0073c\u0069\u0072\u0063\u006c\u0065":0x24e2,"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015d,"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0219,"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074":0x2a13,"\u0073c\u0072\u0075\u0070\u006c\u0065":0x2108,"\u0073\u0063\u0075\u0072\u0065\u006c":0x22b1,"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e61,"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e63,"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e69,"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x033c,"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070":0x02af,"\u0073\u0065\u0063\u006f\u006e\u0064":0x2033,"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02ca,"\u0073e\u0063\u0074\u0069\u006f\u006e":0x00a7,"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb2,"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb3,"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb1,"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb4,"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcb0,"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x05b6,"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0592,"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057d,"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305b,"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bb,"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7e,"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn":0x003b,"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff1b,"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c":0xfe54,"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061":0x309c,"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff9f,"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3322,"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3323,"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x292d,"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b":0x2120,"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073":0x29f5,"\u0073\u0065\u0076e\u006e":0x0037,"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ed,"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a":0x096d,"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215e,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aed,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6d,"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3027,"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3226,"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2087,"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff17,"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf737,"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247a,"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x248e,"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f7,"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2176,"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2077,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x2470,"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e":0x2484,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2498,"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i":0x0e57,"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0577,"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b6,"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0651,"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc61,"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5e,"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc60,"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe7d,"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfe7c,"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc62,"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5f,"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw":0xe825,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe829,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf3,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82b,"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077":0xe828,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf2,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xe818,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077":0xe82a,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe82c,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf4,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82d,"\u0073\u0068\u0061d\u0065":0x2592,"\u0073\u0068\u0061\u0064\u0065\u0031":0xf822,"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074":0x2591,"\u0073h\u0061\u0064\u0065\u0076\u0061":0x0936,"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab6,"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a36,"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x0593,"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3115,"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb6,"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfeb7,"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb5,"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb8,"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c":0xfd30,"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e3,"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04bb,"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t":0x21b0,"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21b1,"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ed,"\u0073\u0068\u0069\u006e":0x05e9,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068":0xfb49,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074":0xfb2c,"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077":0xfb2d,"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05c1,"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074":0xfb2a,"\u0073\u0068\u006fo\u006b":0x0282,"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b":0x2adf,"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b":0x2ade,"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2944,"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b":0x2ae0,"\u0073h\u0075\u0066\u0066\u006c\u0065":0x29e2,"\u0073\u0069\u0067m\u0061":0x03c3,"\u0073\u0069\u0067\u006d\u0061\u0031":0x03c2,"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b":0x03f2,"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3057,"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b7,"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7c,"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05bd,"\u0073\u0069\u006dg\u0045":0x2aa0,"\u0073\u0069\u006d\u0067\u0074\u0072":0x2a9e,"\u0073i\u006d\u0069\u006c\u0061\u0072":0x223c,"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b49,"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x2972,"\u0073\u0069\u006dl\u0045":0x2a9f,"\u0073i\u006d\u006c\u0065\u0073\u0073":0x2a9d,"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d":0x2a6c,"\u0073i\u006d\u006e\u0065\u0071\u0071":0x2246,"\u0073i\u006d\u0070\u006c\u0075\u0073":0x2a24,"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073":0x2a6b,"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065":0x223f,"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3274,"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3214,"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x317e,"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3266,"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x317a,"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3145,"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x317b,"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3206,"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x317d,"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x317c,"\u0073\u0069\u0078":0x0036,"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ec,"\u0073i\u0078\u0064\u0065\u0076\u0061":0x096c,"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aec,"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6c,"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3026,"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3225,"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2086,"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff16,"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf736,"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e":0x2479,"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2006,"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd":0x248d,"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f6,"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2175,"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2076,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246f,"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069":0x09f9,"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2483,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2497,"\u0073i\u0078\u0074\u0068\u0061\u0069":0x0e56,"\u0073\u006c\u0061s\u0068":0x002f,"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070":0x02ab,"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0f,"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070":0x02aa,"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074":0x1e9b,"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e":0x2322,"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074":0x25c2,"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x25b8,"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061":0x06e4,"\u0073m\u0061\u006c\u006c\u0069\u006e":0x220a,"\u0073m\u0061\u006c\u006c\u006e\u0069":0x220d,"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073":0x2a33,"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b29,"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2a,"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c":0x29e4,"\u0073\u006d\u0069l\u0065":0x2323,"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e":0x263a,"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff53,"\u0073\u006d\u0074":0x2aaa,"\u0073\u006d\u0074\u0065":0x2aac,"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b52,"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2b,"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077":0x05c3,"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e":0x00ad,"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044c,"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305d,"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bd,"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7f,"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0338,"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062":0x0337,"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069":0x0e29,"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069":0x0e28,"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069":0x0e0b,"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i":0x0e2a,"\u0073\u0070\u0061c\u0065":0x0020,"\u0073\u0070\u0061d\u0065":0x2660,"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2664,"\u0073\u0070\u0061\u0072\u0065\u006e":0x24ae,"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065":0x2222,"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a1,"\u0073\u0071\u0069n\u0074":0x2a16,"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e":0x2311,"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d":0x23b7,"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071":0x22e4,"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071":0x22e5,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x033b,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b":0x2b13,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063":0x33c4,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d":0x339d,"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c":0x25a9,"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft":0x22a1,"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c":0x25a4,"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065":0x228f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067":0x338f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d":0x339e,"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c":0x33ce,"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x25e7,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b":0x2b15,"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e":0x33d1,"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg":0x33d2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b":0x25ea,"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067":0x338e,"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l":0x33d5,"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073":0x229f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d":0x339c,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064":0x33a1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22a0,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c":0x2290,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c":0x25a6,"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073":0x229e,"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b":0x25e8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ae,"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b":0x2b12,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b":0x25e9,"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f0,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c":0x25a7,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c":0x25a8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b":0x2b14,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f3,"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c":0x25a5,"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k":0x25a3,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074":0x21ad,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21dd,"\u0073q\u0075\u006f\u0076\u0061\u006c":0x25a2,"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x33db,"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b7,"\u0073s\u0061\u0064\u0065\u0076\u0061":0x0937,"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab7,"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3149,"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3185,"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3180,"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3132,"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3165,"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3143,"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3146,"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3138,"\u0073\u0073\u006c\u0061\u0073\u0068":0x2afd,"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f2,"\u0073\u0074":0xfb06,"\u0073\u0074\u0061\u0072":0x22c6,"\u0073\u0074\u0061\u0072\u0065\u0071":0x225b,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067":0x00a3,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xffe1,"\u0073\u0074\u0072n\u0073":0x23e4,"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062":0x0336,"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0335,"\u0073u\u0062\u0065\u0064\u006f\u0074":0x2ac3,"\u0073u\u0062\u006d\u0075\u006c\u0074":0x2ac1,"\u0073u\u0062\u0072\u0061\u0072\u0072":0x2979,"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2ac9,"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c3,"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l":0x22d0,"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c":0x2ac5,"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft":0x2abd,"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x228a,"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c":0x2acb,"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2abf,"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2291,"\u0073\u0075\u0062\u0073\u0069\u006d":0x2ac7,"\u0073\u0075\u0062\u0073\u0075\u0062":0x2ad5,"\u0073\u0075\u0062\u0073\u0075\u0070":0x2ad3,"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab8,"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x227b,"\u0073u\u0063\u0063\u0065\u0071\u0071":0x2ab4,"\u0073u\u0063\u0063\u006e\u0065\u0071":0x2ab2,"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074":0x220b,"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3059,"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b9,"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7d,"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0652,"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7e,"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077":0xe822,"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7f,"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe834,"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm":0x23b3,"\u0073\u0075\u006d\u0069\u006e\u0074":0x2a0b,"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn":0x2211,"\u0073\u0075\u006d\u0074\u006f\u0070":0x23b2,"\u0073\u0075\u006e":0x263c,"\u0073u\u0070\u0064\u0073\u0075\u0062":0x2ad8,"\u0073u\u0070\u0065\u0064\u006f\u0074":0x2ac4,"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066":0x0670,"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c":0x22d1,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2ac6,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x228b,"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c":0x2acc,"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2292,"\u0073u\u0070\u0068\u0073\u006f\u006c":0x27c9,"\u0073u\u0070\u0068\u0073\u0075\u0062":0x2ad7,"\u0073u\u0070\u006c\u0061\u0072\u0072":0x297b,"\u0073u\u0070\u006d\u0075\u006c\u0074":0x2ac2,"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2aca,"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c4,"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft":0x2abe,"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2ac0,"\u0073\u0075\u0070\u0073\u0069\u006d":0x2ac8,"\u0073\u0075\u0070\u0073\u0075\u0062":0x2ad4,"\u0073\u0075\u0070\u0073\u0075\u0070":0x2ad6,"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33dc,"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337c,"\u0074":0x0074,"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a4,"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e":0x22a4,"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074":0x22a3,"\u0074\u0061\u0064\u0065\u0076\u0061":0x0924,"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa4,"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a24,"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c":0x0637,"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec2,"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec3,"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305f,"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec1,"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec4,"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337d,"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bf,"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff80,"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2afe,"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065":0xfe71,"\u0074\u0061\u0075":0x03c4,"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h":0xfb4a,"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w":0x05ea,"\u0074\u0062\u0061\u0072":0x0167,"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310a,"\u0074\u0063\u0061\u0072\u006f\u006e":0x0165,"\u0074c\u0061\u0072\u006f\u006e\u0031":0xf815,"\u0074\u0063\u0063\u0075\u0072\u006c":0x02a8,"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0163,"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611":0xf819,"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0686,"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb7b,"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfb7c,"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb7a,"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb7d,"\u0074c\u0069\u0072\u0063\u006c\u0065":0x24e3,"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e71,"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e97,"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6b,"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6d,"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ad,"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe96,"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfca2,"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063":0xfc0c,"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe97,"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3066,"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe95,"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca1,"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0b,"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0629,"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfe94,"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfe93,"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe98,"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca4,"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0e,"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc73,"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc74,"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe814,"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfca3,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc75,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc10,"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c6,"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff83,"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee":0x2121,"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a0,"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a9,"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3229,"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247d,"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd":0x2491,"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2179,"\u0074\u0065\u0073\u0068":0x02a7,"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h":0xfb38,"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d8,"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b5,"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x059b,"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a5,"\u0074h\u0061\u0064\u0065\u0076\u0061":0x0925,"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa5,"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a25,"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0x0630,"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeac,"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeab,"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf898,"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf897,"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069":0x0e4c,"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf896,"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x062b,"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9a,"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9b,"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe99,"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9c,"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca6,"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064":0xfc12,"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e":0x2234,"\u0074h\u0065\u0072\u006d\u006f\u0064":0x29e7,"\u0074\u0068\u0065t\u0061":0x03b8,"\u0074\u0068\u0065\u0074\u0061\u0031":0x03d1,"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3279,"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3219,"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326b,"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314c,"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320b,"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e":0x2009,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246c,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2480,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2494,"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069":0x0e11,"\u0074\u0068\u006fo\u006b":0x01ad,"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e12,"\u0074\u0068\u006fr\u006e":0x00fe,"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e17,"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e10,"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069":0x0e18,"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e16,"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0482,"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x066c,"\u0074\u0068\u0072e\u0065":0x0033,"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e9,"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x27c0,"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a":0x0969,"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e":0x2af6,"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215c,"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073":0x2157,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae9,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a69,"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3023,"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3222,"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2083,"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff13,"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069":0x09f6,"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf733,"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e":0x2476,"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2004,"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248a,"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f3,"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073":0x00be,"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068":0xf6de,"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2172,"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b3,"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i":0x0e53,"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074":0x20e8,"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3394,"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t":0x2040,"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079":0x29dd,"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3061,"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c1,"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff81,"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3270,"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3210,"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3262,"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x3137,"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3202,"\u0074\u0069\u006cd\u0065":0x02dc,"\u0074\u0069\u006c\u0064\u0065\u0031":0xf004,"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0330,"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062":0x0303,"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062":0x0360,"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p":0x0276,"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062":0x0334,"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062":0x033e,"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072":0x2a31,"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0596,"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a70,"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0483,"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057f,"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6f,"\u0074\u006d\u0069\u006e\u0075\u0073":0x29ff,"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff54,"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0569,"\u0074\u006f\u0065\u0061":0x2928,"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3068,"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c8,"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff84,"\u0074\u006f\u006e\u0061":0x2927,"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064":0x02e5,"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064":0x02e9,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064":0x02e6,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064":0x02e8,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064":0x02e7,"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bd,"\u0074o\u006e\u0065\u0073\u0069\u0078":0x0185,"\u0074o\u006e\u0065\u0074\u0077\u006f":0x01a8,"\u0074\u006f\u006eo\u0073":0x0384,"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e":0x3327,"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069":0x0e0f,"\u0074\u006f\u0070\u0062\u006f\u0074":0x2336,"\u0074\u006f\u0070\u0063\u0069\u0072":0x2af1,"\u0074o\u0070\u0066\u006f\u0072\u006b":0x2ada,"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e0,"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3014,"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c":0xfe5d,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe39,"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t":0x3015,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5e,"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe3a,"\u0074\u006f\u0073\u0061":0x2929,"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i":0x0e15,"\u0074\u006f\u0077\u0061":0x292a,"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b":0x01ab,"\u0074\u0070\u0061\u0072\u0065\u006e":0x24af,"\u0074\u0070\u006cu\u0073":0x29fe,"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k":0x2122,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073":0xf8ea,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066":0xf6db,"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m":0x23e2,"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0288,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074":0x2023,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074":0x25ec,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b":0x25ed,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c":0x22b4,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073":0x2a3a,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074":0x29ca,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073":0x2a39,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b":0x25ee,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c":0x22b5,"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s":0x29cc,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073":0x29cd,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073":0x2a3b,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29cb,"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073":0x29fb,"\u0074r\u0070\u0072\u0069\u006d\u0065":0x2034,"\u0074r\u0073\u006c\u0061\u0073\u0068":0x2afb,"\u0074\u0073":0x02a6,"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068":0xfb46,"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0446,"\u0074s\u0065\u0072\u0065\u0031\u0032":0x05b5,"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045b,"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f3,"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099f,"\u0074t\u0061\u0064\u0065\u0076\u0061":0x091f,"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9f,"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1f,"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb67,"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb68,"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb69,"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a0,"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061":0x0920,"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa0,"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a20,"\u0074t\u0075\u0072\u006e\u0065\u0064":0x0287,"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3064,"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c4,"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff82,"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce":0x29a2,"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061":0x2129,"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft":0x2319,"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074":0x22a2,"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3063,"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c3,"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6f,"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x246b,"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e":0x247f,"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2493,"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x217b,"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068":0xd80c,"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065":0x2473,"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075":0x5344,"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x2487,"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064":0x249b,"\u0074\u0077\u006f":0x0032,"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c":0x0662,"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e8,"\u0074w\u006f\u0063\u0061\u0070\u0073":0x2a4b,"\u0074w\u006f\u0063\u0075\u0070\u0073":0x2a4a,"\u0074w\u006f\u0064\u0065\u0076\u0061":0x0968,"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072":0x2025,"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c":0xfe30,"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s":0x2156,"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae8,"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a68,"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3022,"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x21a1,"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c":0x2b3b,"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x2b37,"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2b36,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f":0x2905,"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c":0x2916,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077":0x219f,"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2949,"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3221,"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2082,"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff12,"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f5,"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf732,"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e":0x2475,"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd":0x2489,"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f2,"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2171,"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be":0x01bb,"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b2,"\u0074w\u006f\u0074\u0068\u0061\u0069":0x0e52,"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s":0x2154,"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn":0x2982,"\u0075":0x0075,"\u0075\u0032\u00364\u0033":0x2643,"\u0075\u0061\u0063\u0075\u0074\u0065":0x00fa,"\u0075\u0062\u0061\u0072":0x0289,"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0989,"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3128,"\u0075b\u0072\u0062\u0072\u0061\u006b":0x23e1,"\u0075\u0062\u0072\u0065\u0076\u0065":0x016d,"\u0075\u0063\u0061\u0072\u006f\u006e":0x01d4,"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf834,"\u0075c\u0069\u0072\u0063\u006c\u0065":0x24e4,"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00fb,"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e77,"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0951,"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e":0x0171,"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0215,"\u0075\u0064\u0065v\u0061":0x0909,"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00fc,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d8,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e73,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01da,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f1,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01dc,"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d6,"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee5,"\u0075\u0067\u0072\u0061\u0076\u0065":0x00f9,"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a89,"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a09,"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3046,"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee7,"\u0075\u0068\u006fr\u006e":0x01b0,"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee9,"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef1,"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eeb,"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eed,"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eef,"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f3,"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0217,"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a6,"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff73,"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0479,"\u0075k\u006f\u0072\u0065\u0061\u006e":0x315c,"\u0075\u006c\u0061r\u0063":0x25dc,"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f8,"\u0075m\u0061\u0063\u0072\u006f\u006e":0x016b,"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ef,"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7b,"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a41,"\u0075\u006d\u0069\u006e\u0075\u0073":0x2a41,"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff55,"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065":0x23df,"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b5,"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x20ee,"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x20ed,"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e":0x23dd,"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x20ef,"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e":0x20ec,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x005f,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c":0x2017,"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3f,"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe33,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079":0xfe4f,"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065":0x203f,"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073":0x22ef,"\u0075\u006e\u0069o\u006e":0x222a,"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c":0x22d3,"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069":0x228e,"\u0075n\u0069\u006f\u006e\u0073\u0071":0x2294,"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t":0x22c3,"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l":0x2200,"\u0075o\u0067\u006f\u006e\u0065\u006b":0x0173,"\u0075\u0070\u0061n\u0064":0x214b,"\u0075\u0070\u0061\u0072\u0065\u006e":0x24b0,"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2909,"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x29bd,"\u0075p\u0062\u006c\u006f\u0063\u006b":0x2580,"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da":0x03dd,"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074":0x2951,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074":0x294d,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074":0x294c,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074":0x294f,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296e,"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2594,"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297e,"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072":0x2960,"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072":0x295c,"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x2963,"\u0075\u0070\u0069\u006e":0x27d2,"\u0075\u0070\u0069n\u0074":0x2a1b,"\u0075p\u006b\u006f\u0070\u0070\u0061":0x03df,"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061":0x03d8,"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061":0x03d9,"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077":0x05c4,"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x2934,"\u0075p\u0073\u0061\u006d\u0070\u0069":0x03e1,"\u0075p\u0073\u0069\u006c\u006f\u006e":0x03c5,"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073":0x02f9,"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03cb,"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073":0x03b0,"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e":0x028a,"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cd,"\u0075p\u0073\u006c\u006f\u0070\u0065":0x29f8,"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061":0x03db,"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x031d,"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd":0x02d4,"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x03f4,"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a73,"\u0075\u0072\u0061r\u0063":0x25dd,"\u0075\u0072\u0069n\u0067":0x016f,"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f9,"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3045,"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a5,"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff69,"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04af,"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b1,"\u0075\u0074\u0069\u006c\u0064\u0065":0x0169,"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e79,"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e75,"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci":0x098a,"\u0075\u0075\u0064\u0065\u0076\u0061":0x090a,"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8a,"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0a,"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a42,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c2,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0942,"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac2,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c1,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0941,"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac1,"\u0076":0x0076,"\u0076\u0042\u0061\u0072":0x2ae8,"\u0076\u0042\u0061r\u0076":0x2ae9,"\u0076\u0044\u0064\u0061\u0073\u0068":0x2ae2,"\u0076\u0061\u0064\u0065\u0076\u0061":0x0935,"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab5,"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a35,"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f7,"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068":0x2ae6,"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x23ce,"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065":0x2306,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e":0x2b21,"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b22,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073":0x232c,"\u0076\u0061\u0072\u0069\u006b\u0061":0xfb1e,"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f6,"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073":0x22f3,"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r":0x22fd,"\u0076\u0061\u0072\u006e\u0069\u0073":0x22fb,"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2232,"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22b2,"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22b3,"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r":0x2a61,"\u0076\u0061\u0076":0x05d5,"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb35,"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d":0xfb4b,"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23aa,"\u0076\u0062\u0072\u0074\u0072\u0069":0x29d0,"\u0076c\u0069\u0072\u0063\u006c\u0065":0x24e5,"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7f,"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073":0x2a2f,"\u0076\u0065\u0063\u0074\u006f\u0072":0x20d7,"\u0076\u0065\u0065\u0064\u006f\u0074":0x27c7,"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072":0x2a63,"\u0076\u0065\u0065e\u0071":0x225a,"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5b,"\u0076e\u0065\u006f\u0064\u006f\u0074":0x2a52,"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065":0x2a56,"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a59,"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c":0x06a4,"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb6b,"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6c,"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb6a,"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6d,"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f9,"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065":0x2123,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062":0x030d,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062":0x0329,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064":0x02cc,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064":0x02c8,"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079":0x20d2,"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057e,"\u0076\u0068\u006fo\u006b":0x028b,"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061":0x2317,"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f8,"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09cd,"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061":0x094d,"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0acd,"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069":0x0983,"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061":0x0903,"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a83,"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h":0x27dd,"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff56,"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0578,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x309e,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fe,"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061":0x309b,"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9e,"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fa,"\u0076\u0070\u0061\u0072\u0065\u006e":0x24b1,"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25af,"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b":0x25ae,"\u0076s\u0063\u0072\u0069\u0070\u0074":0x021b,"\u0076\u0074\u0069\u006c\u0064\u0065":0x1e7d,"\u0076\u0074\u0075r\u006e":0x021c,"\u0076t\u0075\u0072\u006e\u0065\u0064":0x028c,"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3094,"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f4,"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1d,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x2218,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1e,"\u0076z\u0069\u0067\u007a\u0061\u0067":0x299a,"\u0077":0x0077,"\u0077\u0061\u0063\u0075\u0074\u0065":0x1e83,"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3159,"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308f,"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ef,"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9c,"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3158,"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308e,"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ee,"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3357,"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068":0x301c,"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe34,"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c":0x0648,"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeee,"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe86,"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeed,"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe85,"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33dd,"\u0077c\u0069\u0072\u0063\u006c\u0065":0x24e6,"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0175,"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e85,"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e87,"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e89,"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072":0x2a5f,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074":0x27d1,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072":0x2a60,"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5a,"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft":0x2a51,"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a55,"\u0077\u0065\u0064\u0067\u0065\u0071":0x2259,"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3091,"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073":0x2118,"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f1,"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315e,"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n":0x315d,"\u0077\u0067\u0072\u0061\u0076\u0065":0x1e81,"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074":0x25e6,"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25cb,"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074":0x300e,"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe43,"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x300f,"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe44,"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x25c7,"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064":0x25c8,"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25bf,"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25bd,"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065":0x27c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25c3,"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3016,"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3017,"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074":0x25c5,"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074":0x25bb,"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b9,"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b7,"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25ab,"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074":0x27e4,"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074":0x27e5,"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r":0x2606,"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065":0x260f,"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074":0x3018,"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x3019,"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b5,"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b3,"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2d,"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2f,"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e":0x29a6,"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a7,"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065":0x20e9,"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3090,"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f0,"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x315f,"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff57,"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3092,"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f2,"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff66,"\u0077\u006f\u006e":0x20a9,"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe6,"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069":0x0e27,"\u0077\u0070\u0061\u0072\u0065\u006e":0x24b2,"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074":0x2240,"\u0077\u0072\u0069n\u0067":0x1e98,"\u0077\u0073\u0075\u0070\u0065\u0072":0x0240,"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b7,"\u0077\u0074\u0075r\u006e":0x021d,"\u0077t\u0075\u0072\u006e\u0065\u0064":0x028d,"\u0077\u0079\u006e\u006e":0x01bf,"\u0078":0x0078,"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db":0x033d,"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3112,"\u0078c\u0069\u0072\u0063\u006c\u0065":0x24e7,"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8d,"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8b,"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056d,"\u0078\u0069":0x03be,"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff58,"\u0078\u0070\u0061\u0072\u0065\u006e":0x24b3,"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02e3,"\u0079":0x0079,"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x334e,"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09af,"\u0079\u0061\u0063\u0075\u0074\u0065":0x00fd,"\u0079\u0061\u0064\u0065\u0076\u0061":0x092f,"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3152,"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaf,"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2f,"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3084,"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e4,"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff94,"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3151,"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4e,"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3083,"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e3,"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6c,"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0463,"\u0079c\u0069\u0072\u0063\u006c\u0065":0x24e8,"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0177,"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ff,"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8f,"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef5,"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c":0x064a,"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x06d2,"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfbaf,"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfef2,"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0626,"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8a,"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063":0xfe8b,"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe8c,"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef3,"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfef1,"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcdd,"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc58,"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc94,"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063":0x06d1,"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc95,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc59,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfcdb,"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe89,"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcda,"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcdc,"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc91,"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3156,"\u0079\u0065\u006e":0x00a5,"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe5,"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n":0x3155,"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e":0x3186,"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077":0x05aa,"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044b,"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f9,"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e":0x3181,"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3183,"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3182,"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077":0x059a,"\u0079\u0067\u0072\u0061\u0076\u0065":0x1ef3,"\u0079\u0068\u006fo\u006b":0x01b4,"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef7,"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0575,"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0457,"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x3162,"\u0079i\u006e\u0079\u0061\u006e\u0067":0x262f,"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0582,"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff59,"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb39,"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0x05f2,"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb1f,"\u0079\u006f\u0067\u0068":0x0222,"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c":0x0223,"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3088,"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n":0x3189,"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e8,"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff96,"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x315b,"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3087,"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e7,"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6e,"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b":0x03f3,"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3188,"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3187,"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i":0x0e22,"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0d,"\u0079\u0070\u0061\u0072\u0065\u006e":0x24b4,"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069":0x037a,"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062":0x0345,"\u0079\u0072":0x01a6,"\u0079\u0072\u0069n\u0067":0x1e99,"\u0079\u0073\u0075\u0070\u0065\u0072":0x0241,"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b8,"\u0079\u0074\u0069\u006c\u0064\u0065":0x1ef9,"\u0079\u0074\u0075r\u006e":0x021e,"\u0079t\u0075\u0072\u006e\u0065\u0064":0x028e,"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3086,"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n":0x318c,"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e6,"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff95,"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3160,"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046b,"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046d,"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0467,"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0469,"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3085,"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e5,"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6d,"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318b,"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x318a,"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09df,"\u0079y\u0061\u0064\u0065\u0076\u0061":0x095f,"\u007a":0x007a,"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0566,"\u007a\u0061\u0063\u0075\u0074\u0065":0x017a,"\u007a\u0061\u0064\u0065\u0076\u0061":0x095b,"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5b,"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c":0x0638,"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec6,"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec7,"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3056,"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec5,"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec8,"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0632,"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb0,"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeaf,"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b6,"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x0595,"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x0594,"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0598,"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb36,"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3117,"\u007a\u0063\u0061\u0072\u006f\u006e":0x017e,"\u007ac\u0069\u0072\u0063\u006c\u0065":0x24e9,"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e91,"\u007a\u0063\u006d\u0070":0x2a1f,"\u007a\u0063\u0075r\u006c":0x0291,"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017c,"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e93,"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0499,"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04df,"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305c,"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bc,"\u007a\u0065\u0072\u006f":0x0030,"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e6,"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061":0x0966,"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae6,"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a66,"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0660,"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2080,"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff10,"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf730,"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f0,"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2070,"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069":0x0e50,"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072":0xfeff,"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065":0x200b,"\u007a\u0065\u0074\u0061":0x03b6,"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3113,"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056a,"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fe,"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c2,"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0436,"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0497,"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dd,"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3058,"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b8,"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05ae,"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e95,"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5a,"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305e,"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30be,"\u007a\u0070\u0061\u0072\u0065\u006e":0x24b5,"\u007a\u0070\u0069p\u0065":0x2a20,"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074":0x2a21,"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0290,"\u007ar\u0074\u0068\u006f\u006f\u006b":0x0220,"\u007as\u0074\u0072\u006f\u006b\u0065":0x01b6,"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305a,"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ba}); -func (_gadg UTF16Encoder )Encode (str string )[]byte {return []byte (_be .StringToUTF16 (str ))};var _fba =_fde .NewRuneStringMap (map[rune ]string {'Ꜳ':"\u0041\u0041",'ꜳ':"\u0061\u0061",'Ꜵ':"\u0061\u0061",'ꜵ':"\u0061\u006f",'Ꜷ':"\u0041\u0055",'ꜷ':"\u0061\u0075",'Ꜽ':"\u0041\u0059",'ꜽ':"\u0061\u0079",'\U0001f670':"\u0065\u0074",'ff':"\u0066\u0066",'ffi':"\u0066\u0066\u0069",'ffl':"\u0066\u0066\u006c",'fi':"\u0066\u0069",'fl':"\u0066\u006c",'Œ':"\u004f\u0045",'œ':"\u006f\u0065",'Ꝏ':"\u004f\u004f",'ꝏ':"\u006f\u006f",'st':"\u0073\u0074",'ſt':"\u017f\u0074",'Ꜩ':"\u0054\u005a",'ꜩ':"\u0074\u007a",'ᵫ':"\u0075\u0065",'Ꝡ':"\u0056\u0059",'ꝡ':"\u0076\u0079",0xe000:"\u0066\u0074",0xe001:"\u0066\u006a",0xe002:"\u0066\u0062",0xe003:"\u0066\u0068",0xe004:"\u0066\u006b",0xe005:"\u0074\u0074",0xe006:"\u0074\u0066",0xe007:"\u0066\u0066\u006a",0xe008:"\u0066\u0066\u0062",0xe009:"\u0066\u0066\u0068",0xe00a:"\u0066\u0066\u006b",0xe00b:"\u0054\u005f\u0068"}); -func _da (_c ...charCodeGlyphNameTuple )*charCodeGlyphNameMap {_cb :=map[CharCode ]GlyphName {};for _ ,_fb :=range _c {_cb [_fb .CharCode ]=_fb .GlyphName ;};return &charCodeGlyphNameMap {_cf :_cb };};func init (){RegisterSimpleEncoding (_ccab ,NewWinAnsiEncoder )}; -func (_bbda UTF16Encoder )CharcodeToRune (code CharCode )(rune ,bool ){return rune (code ),true };func RuneToString (r rune )string {if _gea ,_fag :=_fba .Read (r );_fag {return _gea ;};return string (r );};func _aaa (_abe TextEncoder ,_aagd string )[]byte {_bda :=make ([]byte ,0,len (_aagd )); -for _ ,_eea :=range _aagd {_gdb ,_gba :=_abe .RuneToCharcode (_eea );if !_gba ||_gdb > 0xff{_ea .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078",_eea ); -continue ;};_bda =append (_bda ,byte (_gdb ));};return _bda ;};const _eaaf =10;func (_fad *differencesEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_cbfd :=byte (code );if _fcc ,_fdc :=_fad ._gff .Read (_cbfd ); -_fdc {return _fcc ,true ;};return _fad ._ebf .CharcodeToRune (code );};type simpleEncodersMap struct{_fecfg map[string ]func ()SimpleEncoder ;_eggg _e .RWMutex ;};func (_ggcdd UTF16Encoder )ToPdfObject ()_bc .PdfObject {if _ggcdd ._aee !=""{return _bc .MakeName (_ggcdd ._aee ); -};return _bc .MakeNull ();};var _dfgg =_fde .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'’',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'‘',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'⁄',0xa5:'¥',0xa6:'ƒ',0xa7:'§',0xa8:'¤',0xa9:'\'',0xaa:'“',0xab:'«',0xac:'‹',0xad:'›',0xae:'fi',0xaf:'fl',0xb1:'–',0xb2:'†',0xb3:'‡',0xb4:'·',0xb6:'¶',0xb7:'•',0xb8:'‚',0xb9:'„',0xba:'”',0xbb:'»',0xbc:'…',0xbd:'‰',0xbf:'¿',0xc1:'`',0xc2:'´',0xc3:'ˆ',0xc4:'˜',0xc5:'¯',0xc6:'˘',0xc7:'˙',0xc8:'¨',0xca:'˚',0xcb:'¸',0xcc:'˝',0xcd:'˛',0xce:'ˇ',0xcf:'—',0xe1:'Æ',0xe3:'ª',0xe8:'Ł',0xe9:'Ø',0xea:'Œ',0xeb:'º',0xf1:'æ',0xf5:'ı',0xf8:'ł',0xf9:'ø',0xfa:'œ',0xfb:'ß'}); -func (_afd *simpleEncoding )Decode (raw []byte )string {_bedbd ,_ :=_afd .NewDecoder ().Bytes (raw );return string (_bedbd );};func (_ebg *charCodeGlyphNameMap )Delete (key CharCode ){_ebg ._gg .Lock ();defer _ebg ._gg .Unlock ();delete (_ebg ._cf ,key ); -};func (_ecc *TrueTypeFontEncoder )Encode (str string )[]byte {return _edg (_ecc ,str )};func FromFontDifferences (diffList *_bc .PdfObjectArray )(map[CharCode ]GlyphName ,error ){_ce :=make (map[CharCode ]GlyphName );var _bd CharCode ;for _ ,_acd :=range diffList .Elements (){switch _bbf :=_acd .(type ){case *_bc .PdfObjectInteger :_bd =CharCode (*_bbf ); -case *_bc .PdfObjectName :_bg :=string (*_bbf );_ce [_bd ]=GlyphName (_bg );_bd ++;default:_ea .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0074\u0079\u0070\u0065\u002e\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_acd );return nil ,_bc .ErrTypeError ; -};};return _ce ,nil ;};func (_cff *charCodeGlyphNameMap )Range (f func (_ad CharCode ,_bed GlyphName )(_ffc bool )){_cff ._gg .RLock ();defer _cff ._gg .RUnlock ();for _egg ,_eb :=range _cff ._cf {if f (_egg ,_eb ){break ;};};};func (_eeg UTF16Encoder )Decode (raw []byte )string {return _be .UTF16ToString (raw )}; -func (_ace *charCodeGlyphNameMap )RangeDelete (f func (_aa CharCode ,_fef GlyphName )(_bb bool ,_fec bool )){_ace ._gg .Lock ();defer _ace ._gg .Unlock ();for _ab ,_dd :=range _ace ._cf {_eab ,_dg :=f (_ab ,_dd );if _eab {delete (_ace ._cf ,_ab );};if _dg {break ; -};};};func (_dgcd *TrueTypeFontEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_gaae ,_dcce :=_dgcd ._aaf .Read (r );if !_dcce {_ea .Log .Debug ("M\u0069\u0073\u0073\u0069\u006e\u0067 \u0072\u0075\u006e\u0065\u0020\u0025d\u0020\u0028\u0025\u002b\u0071\u0029\u0020f\u0072\u006f\u006d\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067",r ,r ); -return 0,false ;};_dgcd ._dggd .Write (r );_dgec :=CharCode (_gaae );return _dgec ,true ;};func (_dba *IdentityEncoder )GlyphToRune (glyph GlyphName )(rune ,bool ){if glyph =="\u0073\u0070\u0061c\u0065"{return ' ',true ;}else if !_a .HasPrefix (string (glyph ),"\u0075\u006e\u0069")||len (glyph )!=7{return 0,false ; -};_cgef ,_aff :=_ac .ParseUint (string (glyph [3:]),16,16);if _aff !=nil {return 0,false ;};return rune (_cgef ),true ;};type simpleEncoding struct{_ffaf string ;_eed *_fde .RuneByteMap ;_fbe *_fde .ByteRuneMap ;_bbag *_fde .RuneSet ;};type TextEncoder interface{String ()string ; -Encode (_ege string )[]byte ;Decode (_gaa []byte )string ;RuneToCharcode (_ecg rune )(CharCode ,bool );CharcodeToRune (_fdcb CharCode )(rune ,bool );ToPdfObject ()_bc .PdfObject ;};const _ccab ="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; -func (_gbea *IdentityEncoder )RuneToGlyph (r rune )(GlyphName ,bool ){if r ==' '{return "\u0073\u0070\u0061c\u0065",true ;};_bad :=GlyphName (_d .Sprintf ("\u0075n\u0069\u0025\u002e\u0034\u0058",r ));return _bad ,true ;};type TrueTypeFontEncoder struct{_aaf *_fde .RuneUint16Map ; -_dggd *_fde .RuneSet ;};type simpleDecoder struct{_aea *_fde .ByteRuneMap };func (_eedc *simpleEncodersMap )Range (f func (_dac string ,_bceg func ()SimpleEncoder )(_dggc bool )){_eedc ._eggg .RLock ();defer _eedc ._eggg .RUnlock ();for _ddd ,_cbc :=range _eedc ._fecfg {if f (_ddd ,_cbc ){break ; -};};}; \ No newline at end of file +package textencoding ;import (_fdc "bytes";_g "encoding/binary";_eb "errors";_cf "fmt";_gc "github.com/unidoc/unipdf/v3/common";_ca "github.com/unidoc/unipdf/v3/core";_d "github.com/unidoc/unipdf/v3/internal/cmap";_agc "github.com/unidoc/unipdf/v3/internal/strutils"; +_cb "github.com/unidoc/unipdf/v3/internal/textencoding/internal/syncmap";_a "golang.org/x/text/encoding";_ag "golang.org/x/text/transform";_ba "regexp";_fd "sort";_ebe "strconv";_c "strings";_f "sync";_fg "unicode";_b "unicode/utf8";);type UTF16Encoder struct{_gbcc string }; +func (_eg *charCodeGlyphNameMap )Delete (key CharCode ){_eg ._ff .Lock ();defer _eg ._ff .Unlock ();delete (_eg ._dd ,key );};func RuneToString (r rune )string {if _gba ,_dgdb :=_gdd .Read (r );_dgdb {return _gba ;};return string (r );};func (_bbdg *simpleEncoding )BaseName ()string {return _bbdg ._bda }; +func NewUTF16TextEncoder (baseName string )UTF16Encoder {return UTF16Encoder {baseName }};func (_aadb *simpleMapping )NewEncoder ()SimpleEncoder {_aadb ._fcbc .Do (_aadb .init );return &simpleEncoding {_bda :_aadb ._fggb ,_dca :_aadb ._gbg ,_bad :_aadb ._aegg }; +};func (_bfcc *simpleEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_fae :=byte (code );_gfa ,_dcg :=_bfcc ._bad .Read (_fae );if _bfcc ._bcd ==nil {_bfcc ._bcd =_cb .MakeRuneSet (1);};_bfcc ._bcd .Write (_gfa ); +return _gfa ,_dcg ;};func NewCustomSimpleTextEncoder (encoding ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){if len (encoding )==0{return nil ,_eb .New ("e\u006d\u0070\u0074\u0079 c\u0075s\u0074\u006f\u006d\u0020\u0065n\u0063\u006f\u0064\u0069\u006e\u0067"); +};const _aec ="\u0063\u0075\u0073\u0074\u006f\u006d";_ceb :=_cb .MakeByteRuneMap (len (encoding ));for _cgab ,_dcb :=range encoding {_bccg ,_ecc :=GlyphToRune (_dcb );if !_ecc {_gc .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077n\u0020\u0067\u006c\u0079\u0070\u0068\u002e\u0020\u0025\u0071",_dcb ); +continue ;};_ceb .Write (byte (_cgab ),_bccg );};_dce :=_cebe (_aec ,_ceb );if len (differences )!=0{_dce =ApplyDifferences (_dce ,differences );};return _dce ,nil ;};type simpleEncoder struct{_fgb *_cb .RuneByteMap };func NewWinAnsiEncoder ()SimpleEncoder {return _gad .NewEncoder ()}; +type GlyphName string ;func _ea (_ga ...charCodeGlyphNameTuple )*charCodeGlyphNameMap {_cc :=map[CharCode ]GlyphName {};for _ ,_gb :=range _ga {_cc [_gb .CharCode ]=_gb .GlyphName ;};return &charCodeGlyphNameMap {_dd :_cc };};type TextEncoder interface{String ()string ; +Encode (_dc string )[]byte ;Decode (_bdc []byte )string ;RuneToCharcode (_eca rune )(CharCode ,bool );CharcodeToRune (_bccf CharCode )(rune ,bool );ToPdfObject ()_ca .PdfObject ;};func (_edfa *simpleEncoding )RuneToCharcode (r rune )(CharCode ,bool ){_fgcb ,_gdad :=_edfa ._dca .Read (r ); +if _edfa ._bcd ==nil {_edfa ._bcd =_cb .MakeRuneSet (1);};_edfa ._bcd .Write (r );return CharCode (_fgcb ),_gdad ;};func NewSymbolEncoder ()SimpleEncoder {return _geb .NewEncoder ()};var _fgd =_cb .NewStringRuneMap (map[string ]rune {"\u0066\u005f\u0074":0xe000,"\u0066\u005f\u006a":0xe001,"\u0066\u005f\u0062":0xe002,"\u0066\u005f\u0068":0xe003,"\u0066\u005f\u006b":0xe004,"\u0074\u005f\u0074":0xe005,"\u0074\u005f\u0066":0xe006,"\u0066\u005f\u0066_\u006a":0xe007,"\u0066\u005f\u0066_\u0062":0xe008,"\u0066\u005f\u0066_\u0068":0xe009,"\u0066\u005f\u0066_\u006b":0xe00a,"\u0054\u005f\u0068":0xe00b}); +func (_geg *differencesEncoding )ToPdfObject ()_ca .PdfObject {_cdbb :=_ca .MakeDict ();_cdbb .Set ("\u0054\u0079\u0070\u0065",_ca .MakeName ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));_cdbb .Set ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_geg ._fcb .ToPdfObject ()); +if _fdag :=_bef (_geg ._afd );_fdag !=nil {_cdbb .Set ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073",_fdag );}else {_gc .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0066\u006f\u006e\u0074\u0020\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073\u0020\u0061\u0072\u0072\u0061y\u0020i\u0073\u0020\u006e\u0069l\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};return _ca .MakeIndirectObject (_cdbb );};func ApplyDifferences (base SimpleEncoder ,differences map[CharCode ]GlyphName )SimpleEncoder {if len (differences )==0{return base ;};_dbg :=make ([]charCodeGlyphNameTuple ,len (differences ));var _agdb int ; +for _ggf ,_afe :=range differences {_dbg [_agdb ]=charCodeGlyphNameTuple {CharCode :_ggf ,GlyphName :_afe };_agdb ++;};_ded :=&differencesEncoding {_fcb :base ,_afd :_ea (_dbg ...),_ge :_cb .MakeByteRuneMap (len (differences )),_gdb :_cb .MakeRuneByteMap (len (differences ))}; +if _edf ,_gfd :=base .(*differencesEncoding );_gfd {_bfefe :=make (map[CharCode ]GlyphName );_edf ._afd .Range (func (_bcc CharCode ,_aab GlyphName )(_gcbc bool ){_bfefe [_bcc ]=_aab ;return false });_ded ._afd .Range (func (_baag CharCode ,_aca GlyphName )(_bdd bool ){_bfefe [_baag ]=_aca ; +return false });differences =_bfefe ;};for _bff ,_dbgb :=range differences {_ggb :=byte (_bff );_cfc ,_aga :=GlyphToRune (_dbgb );if _aga {_ded ._gdb .Write (_cfc ,_ggb );}else {_gc .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u004e\u006f \u006d\u0061\u0074c\u0068\u0020\u0066\u006f\u0072\u0020\u0067\u006c\u0079ph\u003d\u0025\u0071 \u0064\u0069f\u0066\u0065\u0072\u0065\u006e\u0063e\u0073\u003d%\u002b\u0076",_dbgb ,differences ); +};_ded ._ge .Write (_ggb ,_cfc );};return _ded ;};var _gdd =_cb .NewRuneStringMap (map[rune ]string {'Ꜳ':"\u0041\u0041",'ꜳ':"\u0061\u0061",'Ꜵ':"\u0061\u0061",'ꜵ':"\u0061\u006f",'Ꜷ':"\u0041\u0055",'ꜷ':"\u0061\u0075",'Ꜽ':"\u0041\u0059",'ꜽ':"\u0061\u0079",'\U0001f670':"\u0065\u0074",'ff':"\u0066\u0066",'ffi':"\u0066\u0066\u0069",'ffl':"\u0066\u0066\u006c",'fi':"\u0066\u0069",'fl':"\u0066\u006c",'Œ':"\u004f\u0045",'œ':"\u006f\u0065",'Ꝏ':"\u004f\u004f",'ꝏ':"\u006f\u006f",'st':"\u0073\u0074",'ſt':"\u017f\u0074",'Ꜩ':"\u0054\u005a",'ꜩ':"\u0074\u007a",'ᵫ':"\u0075\u0065",'Ꝡ':"\u0056\u0059",'ꝡ':"\u0076\u0079",0xe000:"\u0066\u0074",0xe001:"\u0066\u006a",0xe002:"\u0066\u0062",0xe003:"\u0066\u0068",0xe004:"\u0066\u006b",0xe005:"\u0074\u0074",0xe006:"\u0074\u0066",0xe007:"\u0066\u0066\u006a",0xe008:"\u0066\u0066\u0062",0xe009:"\u0066\u0066\u0068",0xe00a:"\u0066\u0066\u006b",0xe00b:"\u0054\u005f\u0068"}); +func _bef (_afb *charCodeGlyphNameMap )*_ca .PdfObjectArray {if _afb .Length ()==0{return nil ;};_gf :=make ([]CharCode ,0,_afb .Length ());_afb .Range (func (_fb CharCode ,_ GlyphName )(_cdc bool ){_gf =append (_gf ,_fb );return false });_fd .Slice (_gf ,func (_cca ,_ef int )bool {return _gf [_cca ]< _gf [_ef ]}); +_bfef :=_gf [0];_bca ,_ :=_afb .Read (_bfef );_dfb :=[]_ca .PdfObject {_ca .MakeInteger (int64 (_bfef )),_ca .MakeName (string (_bca ))};for _ ,_bb :=range _gf [1:]{if _bb ==_bfef +1{_bca ,_ =_afb .Read (_bb );_dfb =append (_dfb ,_ca .MakeName (string (_bca ))); +}else {_dfb =append (_dfb ,_ca .MakeInteger (int64 (_bb )));};_bfef =_bb ;};return _ca .MakeArray (_dfb ...);};func NewTrueTypeFontEncoder (runeToGIDMap map[rune ]GID )*TrueTypeFontEncoder {_aegc :=_cb .MakeRuneUint16Map (len (runeToGIDMap ));for _gdc ,_ffe :=range runeToGIDMap {_aegc .Write (_gdc ,uint16 (_ffe )); +};return &TrueTypeFontEncoder {_afagf :_aegc ,_gdde :_cb .MakeRuneSet (0)};};func (_adg CMapEncoder )Encode (str string )[]byte {if _adg ._ddf ==nil {return []byte {};};if _adg ._ddf .NBits ()==8{return _bab (_adg ,str );};return _ae (_adg ,str );};type IdentityEncoder struct{_cgec string ; +_aea *_cb .RuneSet ;};type simpleDecoder struct{_befg *_cb .ByteRuneMap };func _abf (_gggf string ,_cfe *_cb .ByteRuneMap )*simpleMapping {return &simpleMapping {_fggb :_gggf ,_aegg :_cfe };};func _ecg (_fcd TextEncoder ,_gce []byte )string {_cgc :=make ([]rune ,0,len (_gce )/2+len (_gce )%2); +for len (_gce )> 0{if len (_gce )==1{_gce =[]byte {_gce [0],0};};_eaae :=CharCode (_g .BigEndian .Uint16 (_gce [:]));_gce =_gce [2:];_cge ,_bge :=_fcd .CharcodeToRune (_eaae );if !_bge {_gc .Log .Debug ("\u0046a\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070 \u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020to\u0020\u0072\u0075n\u0065\u002e \u0063\u0068\u0061\u0072\u0063\u006fd\u0065\u003d%\u0023\u0078",_eaae ); +continue ;};_cgc =append (_cgc ,_cge );};return string (_cgc );};func (_agbe *IdentityEncoder )Decode (raw []byte )string {return _ecg (_agbe ,raw )};var _bfac =_cb .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'∀',0x23:'#',0x24:'∃',0x25:'%',0x26:'&',0x27:'∋',0x28:'(',0x29:')',0x2a:'∗',0x2b:'+',0x2c:',',0x2d:'−',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'≅',0x41:'Α',0x42:'Β',0x43:'Χ',0x44:'∆',0x45:'Ε',0x46:'Φ',0x47:'Γ',0x48:'Η',0x49:'Ι',0x4a:'ϑ',0x4b:'Κ',0x4c:'Λ',0x4d:'Μ',0x4e:'Ν',0x4f:'Ο',0x50:'Π',0x51:'Θ',0x52:'Ρ',0x53:'Σ',0x54:'Τ',0x55:'Υ',0x56:'ς',0x57:'Ω',0x58:'Ξ',0x59:'Ψ',0x5a:'Ζ',0x5b:'[',0x5c:'∴',0x5d:']',0x5e:'⊥',0x5f:'_',0x60:'\uf8e5',0x61:'α',0x62:'β',0x63:'χ',0x64:'δ',0x65:'ε',0x66:'φ',0x67:'γ',0x68:'η',0x69:'ι',0x6a:'ϕ',0x6b:'κ',0x6c:'λ',0x6d:'µ',0x6e:'ν',0x6f:'ο',0x70:'π',0x71:'θ',0x72:'ρ',0x73:'σ',0x74:'τ',0x75:'υ',0x76:'ϖ',0x77:'ω',0x78:'ξ',0x79:'ψ',0x7a:'ζ',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'∼',0xa0:'€',0xa1:'ϒ',0xa2:'′',0xa3:'≤',0xa4:'⁄',0xa5:'∞',0xa6:'ƒ',0xa7:'♣',0xa8:'♦',0xa9:'♥',0xaa:'♠',0xab:'↔',0xac:'←',0xad:'↑',0xae:'→',0xaf:'↓',0xb0:'°',0xb1:'±',0xb2:'″',0xb3:'≥',0xb4:'×',0xb5:'∝',0xb6:'∂',0xb7:'•',0xb8:'÷',0xb9:'≠',0xba:'≡',0xbb:'≈',0xbc:'…',0xbd:'\uf8e6',0xbe:'\uf8e7',0xbf:'↵',0xc0:'ℵ',0xc1:'ℑ',0xc2:'ℜ',0xc3:'℘',0xc4:'⊗',0xc5:'⊕',0xc6:'∅',0xc7:'∩',0xc8:'∪',0xc9:'⊃',0xca:'⊇',0xcb:'⊄',0xcc:'⊂',0xcd:'⊆',0xce:'∈',0xcf:'∉',0xd0:'∠',0xd1:'∇',0xd2:'\uf6da',0xd3:'\uf6d9',0xd4:'\uf6db',0xd5:'∏',0xd6:'√',0xd7:'⋅',0xd8:'¬',0xd9:'∧',0xda:'∨',0xdb:'⇔',0xdc:'⇐',0xdd:'⇑',0xde:'⇒',0xdf:'⇓',0xe0:'◊',0xe1:'〈',0xe2:'\uf8e8',0xe3:'\uf8e9',0xe4:'\uf8ea',0xe5:'∑',0xe6:'\uf8eb',0xe7:'\uf8ec',0xe8:'\uf8ed',0xe9:'\uf8ee',0xea:'\uf8ef',0xeb:'\uf8f0',0xec:'\uf8f1',0xed:'\uf8f2',0xee:'\uf8f3',0xef:'\uf8f4',0xf1:'〉',0xf2:'∫',0xf3:'⌠',0xf4:'\uf8f5',0xf5:'⌡',0xf6:'\uf8f6',0xf7:'\uf8f7',0xf8:'\uf8f8',0xf9:'\uf8f9',0xfa:'\uf8fa',0xfb:'\uf8fb',0xfc:'\uf8fc',0xfd:'\uf8fd',0xfe:'\uf8fe'}); +func NewSimpleTextEncoder (baseName string ,differences map[CharCode ]GlyphName )(SimpleEncoder ,error ){_fgde ,_eac :=_eeag .Read (baseName );if !_eac {_gc .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004ee\u0077\u0053\u0069mp\u006c\u0065\u0054\u0065\u0078\u0074E\u006e\u0063\u006f\u0064\u0065\u0072\u002e\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e \u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067 \u0025\u0071",baseName ); +return nil ,nil ;};_ebd :=_fgde ();if len (differences )!=0{_ebd =ApplyDifferences (_ebd ,differences );};return _ebd ,nil ;};func (_afea *TrueTypeFontEncoder )Decode (raw []byte )string {return _ecg (_afea ,raw )};func (_ggd CMapEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_cde ,_bcf :=_ggd .charcodeToString (code ); +if len (_cde )< 1{return MissingCodeRune ,false ;};return ([]rune (_cde ))[0],_bcf ;};var (_fbf =_ba .MustCompile ("\u005e\u005b\u0041\u002dZa\u002d\u007a\u005d\u0028\u005c\u0064\u007b\u0031\u002c\u0035\u007d\u0029\u0024");_ffda =_ba .MustCompile ("\u005e\u0075\u006e\u0069\u0028\u005b\u005c\u0064\u0041\u002d\u0046\u005d{\u0034\u007d\u0029\u0024"); +_aef =_ba .MustCompile ("\u005e\u0028\u005cw\u002b\u0029\u005c\u002e\u005c\u0077\u002b\u0024"););func (_aee UTF16Encoder )ToPdfObject ()_ca .PdfObject {if _aee ._gbcc !=""{return _ca .MakeName (_aee ._gbcc );};return _ca .MakeNull ();};func FromFontDifferences (diffList *_ca .PdfObjectArray )(map[CharCode ]GlyphName ,error ){_aa :=make (map[CharCode ]GlyphName ); +var _bagd CharCode ;for _ ,_cgd :=range diffList .Elements (){switch _feb :=_cgd .(type ){case *_ca .PdfObjectInteger :_bagd =CharCode (*_feb );case *_ca .PdfObjectName :_bagf :=string (*_feb );_aa [_bagd ]=GlyphName (_bagf );_bagd ++;default:_gc .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0074\u0079\u0070\u0065\u002e\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_cgd ); +return nil ,_ca .ErrTypeError ;};};return _aa ,nil ;};func (_cff *IdentityEncoder )ToPdfObject ()_ca .PdfObject {if _cff ._cgec !=""{return _ca .MakeName (_cff ._cgec );};return _ca .MakeNull ();};func GlyphToRune (glyph GlyphName )(rune ,bool ){_bdb :=string (glyph ); +if _c .Contains (_bdb ,"\u002e"){_fge :=_aef .FindStringSubmatch (_bdb );if _fge !=nil {_bdb =_fge [1];};};if _aag ,_abg :=_cfbf .Read (_bdb );_abg {_bdb =_aag ;};if _caf ,_ebed :=_gaf .Read (_bdb );_ebed {return _caf ,true ;};if _baaa ,_gbc :=_fgd .Read (_bdb ); +_gbc {return _baaa ,true ;};if _agdf :=_ffda .FindStringSubmatch (_bdb );_agdf !=nil {_ggg ,_adf :=_ebe .ParseInt (_agdf [1],16,32);if _adf ==nil {return rune (_ggg ),true ;};};if _cgg :=_fbf .FindStringSubmatch (_bdb );_cgg !=nil {_fgc ,_geda :=_ebe .Atoi (_cgg [1]); +if _geda ==nil {return rune (_fgc ),true ;};};return rune (0),false ;};func (_adfc *TrueTypeFontEncoder )ToPdfObject ()_ca .PdfObject {return _ca .MakeNull ()};func RuneToGlyph (r rune )(GlyphName ,bool ){_cdd ,_aaf :=_cga .Read (r );if !_aaf &&r > 0{_cdd =_cf .Sprintf ("\u0075n\u0069\u0025\u0030\u0034\u0078",r ); +_aaf =true ;};return GlyphName (_cdd ),_aaf ;};type TrueTypeFontEncoder struct{_afagf *_cb .RuneUint16Map ;_gdde *_cb .RuneSet ;};type GID uint16 ;func (_gcf *differencesEncoding )BaseName ()string {return _gcf ._fcb .BaseName ()};type CharCode uint16 ; +func NewIdentityTextEncoder (baseName string )*IdentityEncoder {return &IdentityEncoder {_cgec :baseName ,_aea :_cb .MakeRuneSet (0)};};func (_fbg simpleDecoder )Reset (){};func (_ebfd UTF16Encoder )Decode (raw []byte )string {return _agc .UTF16ToString (raw )}; +func NewMacExpertEncoder ()SimpleEncoder {return _dec .NewEncoder ()};func (_bfff *IdentityEncoder )GlyphToRune (glyph GlyphName )(rune ,bool ){if glyph =="\u0073\u0070\u0061c\u0065"{return ' ',true ;}else if !_c .HasPrefix (string (glyph ),"\u0075\u006e\u0069")||len (glyph )!=7{return 0,false ; +};_dad ,_acc :=_ebe .ParseUint (string (glyph [3:]),16,16);if _acc !=nil {return 0,false ;};return rune (_dad ),true ;};var (_ SimpleEncoder =(*simpleEncoding )(nil );_ _a .Encoding =(*simpleEncoding )(nil ););func (_db *charCodeGlyphNameMap )RangeDelete (f func (_af CharCode ,_gge GlyphName )(_fe bool ,_bg bool )){_db ._ff .Lock (); +defer _db ._ff .Unlock ();for _ffd ,_baa :=range _db ._dd {_df ,_bfc :=f (_ffd ,_baa );if _df {delete (_db ._dd ,_ffd );};if _bfc {break ;};};};func NewZapfDingbatsEncoder ()SimpleEncoder {return _baac .NewEncoder ()};func (_cdbe CMapEncoder )charcodeToString (_ed CharCode )(string ,bool ){if _cdbe ._ddf ==nil {return MissingCodeString ,false ; +};_dea :=_d .CharCode (_ed );if _cdbe ._cdb !=nil {var _gcb bool ;if _dea ,_gcb =_cdbe ._cdb .CharcodeToCID (_d .CharCode (_ed ));!_gcb {return MissingCodeString ,false ;};};return _cdbe ._ddf .CharcodeToUnicode (_dea );};func (_eee *simpleEncoding )Encode (str string )[]byte {_ggde ,_ :=_eee .NewEncoder ().Bytes ([]byte (str )); +return _ggde ;};func (_dee simpleDecoder )Transform (dst ,src []byte ,_ bool )(_cdbee ,_dda int ,_ error ){for len (src )!=0{_afag :=src [0];src =src [1:];_cea ,_gaae :=_dee ._befg .Read (_afag );if !_gaae {_cea =MissingCodeRune ;};if _b .RuneLen (_cea )> len (dst ){return _cdbee ,_dda ,_ag .ErrShortDst ; +};_gaff :=_b .EncodeRune (dst ,_cea );dst =dst [_gaff :];_dda ++;_cdbee +=_gaff ;};return _cdbee ,_dda ,nil ;};var _dag =_cb .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'’',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'‘',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'⁄',0xa5:'¥',0xa6:'ƒ',0xa7:'§',0xa8:'¤',0xa9:'\'',0xaa:'“',0xab:'«',0xac:'‹',0xad:'›',0xae:'fi',0xaf:'fl',0xb1:'–',0xb2:'†',0xb3:'‡',0xb4:'·',0xb6:'¶',0xb7:'•',0xb8:'‚',0xb9:'„',0xba:'”',0xbb:'»',0xbc:'…',0xbd:'‰',0xbf:'¿',0xc1:'`',0xc2:'´',0xc3:'ˆ',0xc4:'˜',0xc5:'¯',0xc6:'˘',0xc7:'˙',0xc8:'¨',0xca:'˚',0xcb:'¸',0xcc:'˝',0xcd:'˛',0xce:'ˇ',0xcf:'—',0xe1:'Æ',0xe3:'ª',0xe8:'Ł',0xe9:'Ø',0xea:'Œ',0xeb:'º',0xf1:'æ',0xf5:'ı',0xf8:'ł',0xf9:'ø',0xfa:'œ',0xfb:'ß'}); +func (_def *TrueTypeFontEncoder )String ()string {_fdeb :=[]string {_cf .Sprintf ("\u0025\u0064\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073",_def ._afagf .Length ())};type runeGID struct{_afbf rune ;_dcd GID ;};_feg :=make ([]runeGID ,0,_def ._afagf .Length ()); +_def ._afagf .Range (func (_eda rune ,_ddb uint16 )(_ebdb bool ){_feg =append (_feg ,runeGID {_afbf :_eda ,_dcd :GID (_ddb )});return false ;});_fd .Slice (_feg ,func (_dbf ,_efc int )bool {return _feg [_dbf ]._afbf < _feg [_efc ]._afbf });_bac :=len (_feg ); +if _bac > _egc {_bac =_egc ;};for _efgb :=0;_efgb < _bac ;_efgb ++{_gfe :=_feg [_efgb ];_fdeb =append (_fdeb ,_cf .Sprintf ("\u0025\u0064\u003d\u0030\u0078\u0025\u0030\u0032\u0078\u003a\u0020\u0025\u0071",_gfe ._afbf ,_gfe ._afbf ,_gfe ._dcd ));};return _cf .Sprintf ("T\u0052U\u0045\u0054\u0059\u0050\u0045\u005f\u0045\u004eC\u004f\u0044\u0045\u0052{%\u0073\u007d",_c .Join (_fdeb ,"\u002c\u0020")); +};func (_fcga UTF16Encoder )RuneToCharcode (r rune )(CharCode ,bool ){return CharCode (r ),true };func (_fcc *differencesEncoding )CharcodeToRune (code CharCode )(rune ,bool ){if code > 0xff{return MissingCodeRune ,false ;};_da :=byte (code );if _dgd ,_eag :=_fcc ._ge .Read (_da ); +_eag {return _dgd ,true ;};return _fcc ._fcb .CharcodeToRune (code );};const _egc =10;func (_gaa *IdentityEncoder )RuneToGlyph (r rune )(GlyphName ,bool ){if r ==' '{return "\u0073\u0070\u0061c\u0065",true ;};_eba :=GlyphName (_cf .Sprintf ("\u0075n\u0069\u0025\u002e\u0034\u0058",r )); +return _eba ,true ;};type SimpleEncoder interface{TextEncoder ;BaseName ()string ;Charcodes ()[]CharCode ;};var _cffe =_cb .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'\uf721',0x22:'\uf6f8',0x23:'\uf7a2',0x24:'\uf724',0x25:'\uf6e4',0x26:'\uf726',0x27:'\uf7b4',0x28:'⁽',0x29:'⁾',0x2a:'‥',0x2b:'․',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'⁄',0x30:'\uf730',0x31:'\uf731',0x32:'\uf732',0x33:'\uf733',0x34:'\uf734',0x35:'\uf735',0x36:'\uf736',0x37:'\uf737',0x38:'\uf738',0x39:'\uf739',0x3a:':',0x3b:';',0x3d:'\uf6de',0x3f:'\uf73f',0x44:'\uf7f0',0x47:'¼',0x48:'½',0x49:'¾',0x4a:'⅛',0x4b:'⅜',0x4c:'⅝',0x4d:'⅞',0x4e:'⅓',0x4f:'⅔',0x56:'ff',0x57:'fi',0x58:'fl',0x59:'ffi',0x5a:'ffl',0x5b:'₍',0x5d:'₎',0x5e:'\uf6f6',0x5f:'\uf6e5',0x60:'\uf760',0x61:'\uf761',0x62:'\uf762',0x63:'\uf763',0x64:'\uf764',0x65:'\uf765',0x66:'\uf766',0x67:'\uf767',0x68:'\uf768',0x69:'\uf769',0x6a:'\uf76a',0x6b:'\uf76b',0x6c:'\uf76c',0x6d:'\uf76d',0x6e:'\uf76e',0x6f:'\uf76f',0x70:'\uf770',0x71:'\uf771',0x72:'\uf772',0x73:'\uf773',0x74:'\uf774',0x75:'\uf775',0x76:'\uf776',0x77:'\uf777',0x78:'\uf778',0x79:'\uf779',0x7a:'\uf77a',0x7b:'₡',0x7c:'\uf6dc',0x7d:'\uf6dd',0x7e:'\uf6fe',0x81:'\uf6e9',0x82:'\uf6e0',0x87:'\uf7e1',0x88:'\uf7e0',0x89:'\uf7e2',0x8a:'\uf7e4',0x8b:'\uf7e3',0x8c:'\uf7e5',0x8d:'\uf7e7',0x8e:'\uf7e9',0x8f:'\uf7e8',0x90:'\uf7ea',0x91:'\uf7eb',0x92:'\uf7ed',0x93:'\uf7ec',0x94:'\uf7ee',0x95:'\uf7ef',0x96:'\uf7f1',0x97:'\uf7f3',0x98:'\uf7f2',0x99:'\uf7f4',0x9a:'\uf7f6',0x9b:'\uf7f5',0x9c:'\uf7fa',0x9d:'\uf7f9',0x9e:'\uf7fb',0x9f:'\uf7fc',0xa1:'⁸',0xa2:'₄',0xa3:'₃',0xa4:'₆',0xa5:'₈',0xa6:'₇',0xa7:'\uf6fd',0xa9:'\uf6df',0xaa:'₂',0xac:'\uf7a8',0xae:'\uf6f5',0xaf:'\uf6f0',0xb0:'₅',0xb2:'\uf6e1',0xb3:'\uf6e7',0xb4:'\uf7fd',0xb6:'\uf6e3',0xb9:'\uf7fe',0xbb:'₉',0xbc:'₀',0xbd:'\uf6ff',0xbe:'\uf7e6',0xbf:'\uf7f8',0xc0:'\uf7bf',0xc1:'₁',0xc2:'\uf6f9',0xc9:'\uf7b8',0xcf:'\uf6fa',0xd0:'‒',0xd1:'\uf6e6',0xd6:'\uf7a1',0xd8:'\uf7ff',0xda:'¹',0xdb:'²',0xdc:'³',0xdd:'⁴',0xde:'⁵',0xdf:'⁶',0xe0:'⁷',0xe1:'⁹',0xe2:'⁰',0xe4:'\uf6ec',0xe5:'\uf6f1',0xe6:'\uf6f3',0xe9:'\uf6ed',0xea:'\uf6f2',0xeb:'\uf6eb',0xf1:'\uf6ee',0xf2:'\uf6fb',0xf3:'\uf6f4',0xf4:'\uf7af',0xf5:'\uf6ea',0xf6:'ⁿ',0xf7:'\uf6ef',0xf8:'\uf6e2',0xf9:'\uf6e8',0xfa:'\uf6f7',0xfb:'\uf6fc'}); +func (_eae CMapEncoder )ToPdfObject ()_ca .PdfObject {if _eae ._eaa !=""{return _ca .MakeName (_eae ._eaa );};return _ca .MakeNull ();};func (_abdbb UTF16Encoder )Encode (str string )[]byte {return []byte (_agc .StringToUTF16 (str ))};const _fgf ="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +func (_cd *charCodeGlyphNameMap )Length ()int {_cd ._ff .RLock ();defer _cd ._ff .RUnlock ();return len (_cd ._dd );};func (_ffg *charCodeGlyphNameMap )Write (k CharCode ,v GlyphName ){_ffg ._ff .Lock ();defer _ffg ._ff .Unlock ();_ffg ._dd [k ]=v ;};func (_be *charCodeGlyphNameMap )Range (f func (_bec CharCode ,_ee GlyphName )(_bf bool )){_be ._ff .RLock (); +defer _be ._ff .RUnlock ();for _gg ,_bag :=range _be ._dd {if f (_gg ,_bag ){break ;};};};const (_eef ="\u0050\u0064\u0066\u0044\u006f\u0063\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_edeg ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +);func (_bbc *differencesEncoding )String ()string {return _cf .Sprintf ("\u0064\u0069\u0066\u0066er\u0065\u006e\u0063\u0065\u0073\u0028\u0025\u0073\u002c\u0020\u0025\u0076\u0029",_bbc ._fcb .String (),_bbc ._afd );};func (_egg *simpleEncoder )Transform (dst ,src []byte ,atEOF bool )(_cfaa ,_daa int ,_ error ){for len (src )!=0{if !_b .FullRune (src )&&!atEOF {return _cfaa ,_daa ,_ag .ErrShortSrc ; +}else if len (dst )==0{return _cfaa ,_daa ,_ag .ErrShortDst ;};_adgg ,_aefe :=_b .DecodeRune (src );if _adgg ==_b .RuneError {_adgg =MissingCodeRune ;};src =src [_aefe :];_daa +=_aefe ;_aac ,_bfaf :=_egg ._fgb .Read (_adgg );if !_bfaf {_aac ,_ =_egg ._fgb .Read (MissingCodeRune ); +};dst [0]=_aac ;dst =dst [1:];_cfaa ++;};return _cfaa ,_daa ,nil ;};var (_eeag =&simpleEncodersMap {_ebf :map[string ]func ()SimpleEncoder {}};);func (_fc CMapEncoder )RuneToCharcode (r rune )(CharCode ,bool ){if _fc ._ddf ==nil {return 0,false ;};_acd ,_bc :=_fc ._ddf .StringToCID (string (r )); +if !_bc {return 0,false ;};if _fc ._cdb !=nil {_agd ,_bfe :=_fc ._cdb .CIDToCharcode (_acd );if !_bfe {return 0,false ;};return CharCode (_agd ),true ;};return CharCode (_acd ),true ;};var (_dec =_abf (_bdfb ,_cffe );_fccc =_abf (_abd ,_gbac ););func (_dcba *simpleEncoding )NewEncoder ()*_a .Encoder {return &_a .Encoder {Transformer :&simpleEncoder {_fgb :_dcba ._dca }}; +};type charCodeGlyphNameMap struct{_dd map[CharCode ]GlyphName ;_ff _f .RWMutex ;};func (_cec *TrueTypeFontEncoder )GlyphToCharcode (glyph GlyphName )(CharCode ,bool ){if len (glyph )==7&&glyph [0:3]=="\u0075\u006e\u0069"{var _bba uint16 ;_egag ,_fbcc :=_cf .Sscanf (string (glyph ),"\u0075\u006e\u0069%\u0058",&_bba ); +if _egag ==1&&_fbcc ==nil {return _cec .RuneToCharcode (rune (_bba ));};};if _babg ,_gfcb :=_gaf .Read (string (glyph ));_gfcb {return _cec .RuneToCharcode (_babg );};_gc .Log .Debug ("\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u003a\u0020\u0075\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u0066\u0069\u006e\u0064\u0020\u0067\u006c\u0079\u0070\u0068\u002d\u003e\u0063\u0068a\u0072\u0063\u006f\u0064\u0065\u0020e\u006e\u0074r\u0079\u0020(\u0025s\u0029",glyph ); +return 0,false ;};type simpleEncoding struct{_bda string ;_dca *_cb .RuneByteMap ;_bad *_cb .ByteRuneMap ;_bcd *_cb .RuneSet ;};type charCodeGlyphNameTuple struct{CharCode CharCode ;GlyphName GlyphName ;};const (_egge ="\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"; +_aafg ="Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067";);func NewPdfDocEncoder ()SimpleEncoder {return _dgcb .NewEncoder ()};func _ae (_ab TextEncoder ,_cad string )[]byte {_gcd :=[]rune (_cad );_beb :=make ([]byte ,0,len (_gcd )*2); +for _ ,_dab :=range _gcd {_efe ,_dfef :=_ab .RuneToCharcode (_dab );if !_dfef {_gc .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020t\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065. \u0072\u0075\u006ee\u003d%\u002b\u0071",_dab ); +continue ;};var _gag [2]byte ;_g .BigEndian .PutUint16 (_gag [:],uint16 (_efe ));_beb =append (_beb ,_gag [:]...);};return _beb ;};func (_gegc *IdentityEncoder )String ()string {return _gegc ._cgec };func (_gac UTF16Encoder )CharcodeToRune (code CharCode )(rune ,bool ){return rune (code ),true }; +func (_agb *IdentityEncoder )Encode (str string )[]byte {return _ae (_agb ,str )};var _gbac =_cb .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x16',0x17:'\x17',0x18:'\x18',0x19:'\x19',0x1a:'\x1a',0x1b:'\x1b',0x1c:'\x1c',0x1d:'\x1d',0x1e:'\x1e',0x1f:'\x1f',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'\u007f',0x80:'Ä',0x81:'Å',0x82:'Ç',0x83:'É',0x84:'Ñ',0x85:'Ö',0x86:'Ü',0x87:'á',0x88:'à',0x89:'â',0x8a:'ä',0x8b:'ã',0x8c:'å',0x8d:'ç',0x8e:'é',0x8f:'è',0x90:'ê',0x91:'ë',0x92:'í',0x93:'ì',0x94:'î',0x95:'ï',0x96:'ñ',0x97:'ó',0x98:'ò',0x99:'ô',0x9a:'ö',0x9b:'õ',0x9c:'ú',0x9d:'ù',0x9e:'û',0x9f:'ü',0xa0:'†',0xa1:'°',0xa2:'¢',0xa3:'£',0xa4:'§',0xa5:'•',0xa6:'¶',0xa7:'ß',0xa8:'®',0xa9:'©',0xaa:'™',0xab:'´',0xac:'¨',0xad:'≠',0xae:'Æ',0xaf:'Ø',0xb0:'∞',0xb1:'±',0xb2:'≤',0xb3:'≥',0xb4:'¥',0xb5:'µ',0xb6:'∂',0xb7:'∑',0xb8:'∏',0xb9:'π',0xba:'∫',0xbb:'ª',0xbc:'º',0xbd:'Ω',0xbe:'æ',0xbf:'ø',0xc0:'¿',0xc1:'¡',0xc2:'¬',0xc3:'√',0xc4:'ƒ',0xc5:'≈',0xc6:'∆',0xc7:'«',0xc8:'»',0xc9:'…',0xca:'\u00a0',0xcb:'À',0xcc:'Ã',0xcd:'Õ',0xce:'Œ',0xcf:'œ',0xd0:'–',0xd1:'—',0xd2:'“',0xd3:'”',0xd4:'‘',0xd5:'’',0xd6:'÷',0xd7:'◊',0xd8:'ÿ',0xd9:'Ÿ',0xda:'⁄',0xdb:'€',0xdc:'‹',0xdd:'›',0xde:'fi',0xdf:'fl',0xe0:'‡',0xe1:'·',0xe2:'‚',0xe3:'„',0xe4:'‰',0xe5:'Â',0xe6:'Ê',0xe7:'Á',0xe8:'Ë',0xe9:'È',0xea:'Í',0xeb:'Î',0xec:'Ï',0xed:'Ì',0xee:'Ó',0xef:'Ô',0xf0:'\uf8ff',0xf1:'Ò',0xf2:'Ú',0xf3:'Û',0xf4:'Ù',0xf5:'ı',0xf6:'ˆ',0xf7:'˜',0xf8:'¯',0xf9:'˘',0xfa:'˙',0xfb:'˚',0xfc:'¸',0xfd:'˝',0xfe:'˛',0xff:'ˇ'}); +func (_agdc *simpleMapping )init (){_agdc ._gbg =_cb .MakeRuneByteMap (_agdc ._aegg .Length ());_agdc ._aegg .Range (func (_bcfg byte ,_ebda rune )(_dff bool ){if _deda ,_abb :=_agdc ._gbg .Read (_ebda );!_abb ||_bcfg < _deda {_agdc ._gbg .Write (_ebda ,_bcfg ); +};return false ;});};func RegisterSimpleEncoding (name string ,fnc func ()SimpleEncoder ){if _ ,_agda :=_eeag .Read (name );_agda {panic ("\u0061l\u0072e\u0061\u0064\u0079\u0020\u0072e\u0067\u0069s\u0074\u0065\u0072\u0065\u0064");};_eeag .Write (name ,fnc ); +};func (_eaed *differencesEncoding )Charcodes ()[]CharCode {_ged :=_eaed ._fcb .Charcodes ();_fcg :=true ;_cba :=make (map[CharCode ]struct{},len (_ged ));for _ ,_dfe :=range _ged {_cba [_dfe ]=struct{}{};};_eaed ._ge .Range (func (_bae byte ,_aad rune )(_dbb bool ){_edg :=CharCode (_bae ); +if _ ,_cgb :=_cba [_edg ];!_cgb {_ged =append (_ged ,_edg );_fcg =false ;};return false ;});if !_fcg {_fd .Slice (_ged ,func (_agag ,_gda int )bool {return _ged [_agag ]< _ged [_gda ]});};return _ged ;};type CMapEncoder struct{_eaa string ;_cdb *_d .CMap ; +_ddf *_d .CMap ;};var _gaf =_cb .NewStringRuneMap (map[string ]rune {"\u002en\u006f\u0074\u0064\u0065\u0066":0xfffd,"\u0032\u0035\u0030\u0061":0x250a,"\u0032\u0035\u0030\u0062":0x250b,"\u0032\u0035\u0030\u0064":0x250d,"\u0032\u0035\u0030\u0065":0x250e,"\u0032\u0035\u0030\u0066":0x250f,"\u0032\u0035\u0031\u0061":0x251a,"\u0032\u0035\u0031\u0062":0x251b,"\u0032\u0035\u0031\u0064":0x251d,"\u0032\u0035\u0031\u0065":0x251e,"\u0032\u0035\u0031\u0066":0x251f,"\u0032\u0035\u0032\u0061":0x252a,"\u0032\u0035\u0032\u0062":0x252b,"\u0032\u0035\u0032\u0064":0x252d,"\u0032\u0035\u0032\u0065":0x252e,"\u0032\u0035\u0032\u0066":0x252f,"\u0032\u0035\u0033\u0061":0x253a,"\u0032\u0035\u0033\u0062":0x253b,"\u0032\u0035\u0033\u0064":0x253d,"\u0032\u0035\u0033\u0065":0x253e,"\u0032\u0035\u0033\u0066":0x253f,"\u0032\u0035\u0034\u0061":0x254a,"\u0032\u0035\u0034\u0062":0x254b,"\u0032\u0035\u0034\u0063":0x254c,"\u0032\u0035\u0034\u0064":0x254d,"\u0032\u0035\u0034\u0065":0x254e,"\u0032\u0035\u0034\u0066":0x254f,"\u0032\u0035\u0036\u0064":0x256d,"\u0032\u0035\u0036\u0065":0x256e,"\u0032\u0035\u0036\u0066":0x256f,"\u0032\u0035\u0037\u0061":0x257a,"\u0032\u0035\u0037\u0062":0x257b,"\u0032\u0035\u0037\u0063":0x257c,"\u0032\u0035\u0037\u0064":0x257d,"\u0032\u0035\u0037\u0065":0x257e,"\u0032\u0035\u0037\u0066":0x257f,"\u0041":0x0041,"\u0041\u0045":0x00c6,"\u0041E\u0061\u0063\u0075\u0074\u0065":0x01fc,"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e":0x01e2,"\u0041E\u0073\u006d\u0061\u006c\u006c":0xf7e6,"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e":0x2370,"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074":0x2353,"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068":0x2340,"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068":0x233f,"\u0041\u0061\u0063\u0075\u0074\u0065":0x00c1,"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e1,"\u0041\u0062\u0072\u0065\u0076\u0065":0x0102,"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eae,"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d0,"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb6,"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb0,"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb2,"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb4,"\u0041\u0063\u0061\u0072\u006f\u006e":0x01cd,"\u0041c\u0069\u0072\u0063\u006c\u0065":0x24b6,"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00c2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea4,"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1eac,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea6,"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea8,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7e2,"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eaa,"\u0041\u0063\u0075t\u0065":0xf6c9,"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7b4,"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0200,"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00c4,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d2,"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01de,"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7e4,"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea0,"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e0,"\u0041\u0067\u0072\u0061\u0076\u0065":0x00c0,"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e0,"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea2,"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d4,"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0202,"\u0041\u006c\u0070h\u0061":0x0391,"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x0386,"\u0041m\u0061\u0063\u0072\u006f\u006e":0x0100,"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff21,"\u0041o\u0067\u006f\u006e\u0065\u006b":0x0104,"\u0041\u0072\u0069n\u0067":0x00c5,"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fa,"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e00,"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c":0xf7e5,"\u0041\u0073\u006d\u0061\u006c\u006c":0xf761,"\u0041\u0074\u0069\u006c\u0064\u0065":0x00c3,"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e3,"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0531,"\u0042":0x0042,"\u0042\u0061\u0072\u0076":0x2ae7,"\u0042\u0062\u0062\u0041":0x1d538,"\u0042\u0062\u0062\u0042":0x1d539,"\u0042\u0062\u0062\u0043":0x2102,"\u0042\u0062\u0062\u0044":0x1d53b,"\u0042\u0062\u0062\u0045":0x1d53c,"\u0042\u0062\u0062\u0046":0x1d53d,"\u0042\u0062\u0062\u0047":0x1d53e,"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061":0x213e,"\u0042\u0062\u0062\u0048":0x210d,"\u0042\u0062\u0062\u0049":0x1d540,"\u0042\u0062\u0062\u004a":0x1d541,"\u0042\u0062\u0062\u004b":0x1d542,"\u0042\u0062\u0062\u004c":0x1d543,"\u0042\u0062\u0062\u004d":0x1d544,"\u0042\u0062\u0062\u004e":0x2115,"\u0042\u0062\u0062\u004f":0x1d546,"\u0042\u0062\u0062\u0050":0x2119,"\u0042\u0062\u0062P\u0069":0x213f,"\u0042\u0062\u0062\u0051":0x211a,"\u0042\u0062\u0062\u0052":0x211d,"\u0042\u0062\u0062\u0053":0x1d54a,"\u0042\u0062\u0062\u0054":0x1d54b,"\u0042\u0062\u0062\u0055":0x1d54c,"\u0042\u0062\u0062\u0056":0x1d54d,"\u0042\u0062\u0062\u0057":0x1d54e,"\u0042\u0062\u0062\u0058":0x1d54f,"\u0042\u0062\u0062\u0059":0x1d550,"\u0042\u0062\u0062\u005a":0x2124,"\u0042\u0062\u0062\u0061":0x1d552,"\u0042\u0062\u0062\u0062":0x1d553,"\u0042\u0062\u0062\u0063":0x1d554,"\u0042\u0062\u0062\u0064":0x1d555,"\u0042\u0062\u0062\u0065":0x1d556,"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074":0x1d7e0,"\u0042\u0062\u0062\u0066":0x1d557,"\u0042b\u0062\u0066\u0069\u0076\u0065":0x1d7dd,"\u0042b\u0062\u0066\u006f\u0075\u0072":0x1d7dc,"\u0042\u0062\u0062\u0067":0x1d558,"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061":0x213d,"\u0042\u0062\u0062\u0068":0x1d559,"\u0042\u0062\u0062\u0069":0x1d55a,"\u0042\u0062\u0062\u006a":0x1d55b,"\u0042\u0062\u0062\u006b":0x1d55c,"\u0042\u0062\u0062\u006c":0x1d55d,"\u0042\u0062\u0062\u006d":0x1d55e,"\u0042\u0062\u0062\u006e":0x1d55f,"\u0042b\u0062\u006e\u0069\u006e\u0065":0x1d7e1,"\u0042\u0062\u0062\u006f":0x1d560,"\u0042\u0062\u0062\u006f\u006e\u0065":0x1d7d9,"\u0042\u0062\u0062\u0070":0x1d561,"\u0042\u0062\u0062p\u0069":0x213c,"\u0042\u0062\u0062\u0071":0x1d562,"\u0042\u0062\u0062\u0072":0x1d563,"\u0042\u0062\u0062\u0073":0x1d564,"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e":0x1d7df,"\u0042\u0062\u0062\u0073\u0069\u0078":0x1d7de,"\u0042\u0062\u0062\u0073\u0075\u006d":0x2140,"\u0042\u0062\u0062\u0074":0x1d565,"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065":0x1d7db,"\u0042\u0062\u0062\u0074\u0077\u006f":0x1d7da,"\u0042\u0062\u0062\u0075":0x1d566,"\u0042\u0062\u0062\u0076":0x1d567,"\u0042\u0062\u0062\u0077":0x1d568,"\u0042\u0062\u0062\u0078":0x1d569,"\u0042\u0062\u0062\u0079":0x1d56a,"\u0042\u0062\u0062\u007a":0x1d56b,"\u0042b\u0062\u007a\u0065\u0072\u006f":0x1d7d8,"\u0042c\u0069\u0072\u0063\u006c\u0065":0x24b7,"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e02,"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e04,"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0532,"\u0042\u0065\u0074\u0061":0x0392,"\u0042\u0068\u006fo\u006b":0x0181,"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e06,"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff22,"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf6f4,"\u0042\u0073\u006d\u0061\u006c\u006c":0xf762,"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p":0x0229,"\u0042t\u006f\u0070\u0062\u0061\u0072":0x0182,"\u0043":0x0043,"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053e,"\u0043\u0061\u0063\u0075\u0074\u0065":0x0106,"\u0043\u0061\u0072o\u006e":0xf6ca,"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6f5,"\u0043\u0063\u0061\u0072\u006f\u006e":0x010c,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00c7,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e08,"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7e7,"\u0043c\u0069\u0072\u0063\u006c\u0065":0x24b8,"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0108,"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x010a,"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c":0xf7b8,"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0549,"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bc,"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0427,"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04be,"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b6,"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f4,"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0543,"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cb,"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b8,"\u0043\u0068\u0069":0x03a7,"\u0043\u0068\u006fo\u006b":0x0187,"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf6f6,"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff23,"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0551,"\u0043o\u006c\u006f\u006e\u0065\u0071":0x2a74,"\u0043\u0073\u006d\u0061\u006c\u006c":0xf763,"\u0044":0x0044,"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x27f1,"\u0044\u005a":0x01f1,"\u0044Z\u0063\u0061\u0072\u006f\u006e":0x01c4,"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0534,"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0189,"\u0044\u0061\u0073h\u0056":0x2ae5,"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h":0x27da,"\u0044\u0061\u0073h\u0076":0x2ae4,"\u0044\u0063\u0061\u0072\u006f\u006e":0x010e,"\u0044c\u0061\u0072\u006f\u006e\u0031":0xf810,"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e10,"\u0044c\u0069\u0072\u0063\u006c\u0065":0x24b9,"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e12,"\u0044\u0063\u0072\u006f\u0061\u0074":0x0110,"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0a,"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0c,"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x290b,"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0414,"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ee,"\u0044\u0065\u006ct\u0061":0x2206,"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b":0x0394,"\u0044\u0068\u006fo\u006b":0x018a,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0xf6cb,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065":0xf6cc,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065":0xf6cd,"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c":0xf7a8,"\u0044i\u0067\u0061\u006d\u006d\u0061":0x1d7cb,"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03dc,"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0e,"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff24,"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c":0xf6f7,"\u0044\u0073\u006d\u0061\u006c\u006c":0xf764,"\u0044t\u006f\u0070\u0062\u0061\u0072":0x018b,"\u0044\u007a":0x01f2,"\u0044z\u0063\u0061\u0072\u006f\u006e":0x01c5,"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e0,"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040f,"\u0045":0x0045,"\u0045\u0061\u0063\u0075\u0074\u0065":0x00c9,"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e9,"\u0045\u0062\u0072\u0065\u0076\u0065":0x0114,"\u0045\u0063\u0061\u0072\u006f\u006e":0x011a,"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1c,"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0535,"\u0045c\u0069\u0072\u0063\u006c\u0065":0x24ba,"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ca,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebe,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e18,"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec6,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec0,"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec2,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ea,"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec4,"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0404,"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0204,"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cb,"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7eb,"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0116,"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb8,"\u0045\u0067\u0072\u0061\u0076\u0065":0x00c8,"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7e8,"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0537,"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eba,"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2167,"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0206,"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0464,"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041b,"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x216a,"\u0045m\u0061\u0063\u0072\u006f\u006e":0x0112,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e16,"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e14,"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x041c,"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff25,"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a2,"\u0045\u006e\u0067":0x014a,"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a4,"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c7,"\u0045o\u0067\u006f\u006e\u0065\u006b":0x0118,"\u0045\u006f\u0070e\u006e":0x0190,"\u0045p\u0073\u0069\u006c\u006f\u006e":0x0395,"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x0388,"\u0045\u0071\u0075i\u0076":0x2263,"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d":0x018e,"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x042d,"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04aa,"\u0045\u0073\u0068":0x01a9,"\u0045\u0073\u006d\u0061\u006c\u006c":0xf765,"\u0045\u0074\u0061":0x0397,"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0538,"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x0389,"\u0045\u0074\u0068":0x00d0,"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f0,"\u0045\u0074\u0069\u006c\u0064\u0065":0x1ebc,"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1a,"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074":0x2107,"\u0045\u0075\u0072\u006f":0x20ac,"\u0045\u007a\u0068":0x01b7,"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ee,"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b8,"\u0046":0x0046,"\u0046c\u0069\u0072\u0063\u006c\u0065":0x24bb,"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1e,"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0556,"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e4,"\u0046\u0068\u006fo\u006b":0x0191,"\u0046\u0069\u006e\u0076":0x2132,"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2164,"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff26,"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2163,"\u0046\u0073\u006d\u0061\u006c\u006c":0xf766,"\u0047":0x0047,"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3387,"\u0047\u0061\u0063\u0075\u0074\u0065":0x01f4,"\u0047\u0061\u006dm\u0061":0x0393,"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0194,"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ea,"\u0047\u0062\u0072\u0065\u0076\u0065":0x011e,"\u0047\u0063\u0061\u0072\u006f\u006e":0x01e6,"\u0047c\u0069\u0072\u0063\u006c\u0065":0x24bc,"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011c,"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0122,"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0120,"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0413,"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0542,"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0494,"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0492,"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0490,"\u0047\u0068\u006fo\u006b":0x0193,"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0533,"\u0047m\u0061\u0063\u0072\u006f\u006e":0x1e20,"\u0047\u006d\u0069\u0072":0x2141,"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff27,"\u0047\u0072\u0061v\u0065":0xf6ce,"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf760,"\u0047\u0073\u006d\u0061\u006c\u006c":0xf767,"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b":0x022b,"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b":0x029b,"\u0047s\u0074\u0072\u006f\u006b\u0065":0x01e4,"\u0047\u0074":0x2aa2,"\u0048":0x0048,"\u0048\u0032\u0032\u0030\u0037\u0033":0x25a1,"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065":0x33cb,"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a8,"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b2,"\u0048\u0062\u0061\u0072":0x0126,"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2a,"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e28,"\u0048c\u0069\u0072\u0063\u006c\u0065":0x24bd,"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0124,"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e26,"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e22,"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e24,"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065":0x26a5,"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff28,"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0540,"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e8,"\u0048\u0073\u006d\u0061\u006c\u006c":0xf768,"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p":0x022c,"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0xf6cf,"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c":0xf6f8,"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065":0x3390,"\u0049":0x0049,"\u0049\u004a":0x0132,"\u0049\u0061\u0063\u0075\u0074\u0065":0x00cd,"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ed,"\u0049\u0062\u0072\u0065\u0076\u0065":0x012c,"\u0049\u0063\u0061\u0072\u006f\u006e":0x01cf,"\u0049c\u0069\u0072\u0063\u006c\u0065":0x24be,"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ce,"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7ee,"\u0049c\u0079\u0072\u0069\u006c\u0031":0x03fc,"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0208,"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00cf,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2e,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e4,"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ef,"\u0049\u0064\u006f\u0074":0x0130,"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eca,"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d6,"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0415,"\u0049\u0065\u0068\u006f\u006f\u006b":0x03f8,"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fa,"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x2111,"\u0049\u0067\u0072\u0061\u0076\u0065":0x00cc,"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7ec,"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec8,"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0418,"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020a,"\u0049m\u0061\u0063\u0072\u006f\u006e":0x012a,"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e2,"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff29,"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053b,"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0401,"\u0049o\u0067\u006f\u006e\u0065\u006b":0x012e,"\u0049\u006f\u0074\u0061":0x0399,"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e":0x0196,"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f3,"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03aa,"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs":0x038a,"\u0049\u0073\u006d\u0061\u006c\u006c":0xf769,"\u0049s\u0074\u0072\u006f\u006b\u0065":0x0197,"\u0049\u0074\u0069\u006c\u0064\u0065":0x0128,"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2c,"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0476,"\u004a":0x004a,"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0541,"\u004ac\u0069\u0072\u0063\u006c\u0065":0x24bf,"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0134,"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054b,"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2a,"\u004a\u006f\u0069\u006e":0x2a1d,"\u004a\u0073\u006d\u0061\u006c\u006c":0xf76a,"\u004b":0x004b,"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3385,"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065":0x33cd,"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a0,"\u004b\u0061\u0063\u0075\u0074\u0065":0x1e30,"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049a,"\u004b\u0061\u0068\u006f\u006f\u006b":0x03ff,"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c3,"\u004b\u0061\u0070p\u0061":0x039a,"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049e,"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049c,"\u004b\u0063\u0061\u0072\u006f\u006e":0x01e8,"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0136,"\u004bc\u0069\u0072\u0063\u006c\u0065":0x24c0,"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e32,"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0554,"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053f,"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0425,"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e6,"\u004b\u0068\u006fo\u006b":0x0198,"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040c,"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e34,"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2b,"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0480,"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b":0x03de,"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046e,"\u004b\u0073\u006d\u0061\u006c\u006c":0xf76b,"\u004c":0x004c,"\u004c\u004a":0x01c7,"\u004c\u004c":0xf6bf,"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b45,"\u004c\u0061\u0063\u0075\u0074\u0065":0x0139,"\u004c\u0061\u006d\u0062\u0064\u0061":0x039b,"\u004cb\u0072\u0062\u0072\u0061\u006b":0x27ec,"\u004c\u0063\u0061\u0072\u006f\u006e":0x013d,"\u004cc\u0061\u0072\u006f\u006e\u0031":0xf812,"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x013b,"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611":0xf81a,"\u004cc\u0069\u0072\u0063\u006c\u0065":0x24c1,"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3c,"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x013f,"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e36,"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e38,"\u004c\u0064\u0073\u0068":0x21b2,"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053c,"\u004c\u006a":0x01c8,"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0409,"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3a,"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2c,"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f8,"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27fa,"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fd,"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fe,"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f9,"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r":0x2995,"\u004c\u0073\u006c\u0061\u0073\u0068":0x0141,"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf6f9,"\u004c\u0073\u006d\u0061\u006c\u006c":0xf76c,"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p":0x022f,"\u004c\u0074":0x2aa1,"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29da,"\u004d":0x004d,"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065":0x3386,"\u004d\u0061\u0063\u0072\u006f\u006e":0xf6d0,"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf7af,"\u004d\u0061\u0063\u0075\u0074\u0065":0x1e3e,"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2906,"\u004d\u0061\u0070\u0073\u0074\u006f":0x2907,"\u004dc\u0069\u0072\u0063\u006c\u0065":0x24c2,"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e40,"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e42,"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0544,"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2d,"\u004d\u0073\u006d\u0061\u006c\u006c":0xf76d,"\u004dt\u0075\u0072\u006e\u0065\u0064":0x019c,"\u004d\u0075":0x039c,"\u004e":0x004e,"\u004e\u004a":0x01ca,"\u004e\u0061\u0063\u0075\u0074\u0065":0x0143,"\u004e\u0063\u0061\u0072\u006f\u006e":0x0147,"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81c,"\u004ec\u0069\u0072\u0063\u006c\u0065":0x24c3,"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4a,"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0145,"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e44,"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e46,"\u004ee\u0061\u0072\u0072\u006f\u0077":0x21d7,"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x019d,"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2168,"\u004e\u006a":0x01cb,"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e48,"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2e,"\u004e\u006f\u0074":0x2aec,"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0546,"\u004e\u0073\u006d\u0061\u006c\u006c":0xf76e,"\u004e\u0074\u0069\u006c\u0064\u0065":0x00d1,"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f1,"\u004e\u0075":0x039d,"\u004ew\u0061\u0072\u0072\u006f\u0077":0x21d6,"\u004f":0x004f,"\u004f\u0045":0x0152,"\u004fE\u0073\u006d\u0061\u006c\u006c":0xf6fa,"\u004f\u0061\u0063\u0075\u0074\u0065":0x00d3,"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f3,"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e8,"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ea,"\u004f\u0062\u0072\u0065\u0076\u0065":0x014e,"\u004f\u0063\u0061\u0072\u006f\u006e":0x01d1,"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065":0x019f,"\u004fc\u0069\u0072\u0063\u006c\u0065":0x24c4,"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00d4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed0,"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed8,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed2,"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7f4,"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed6,"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x041e,"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e":0x0150,"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020c,"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00d6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e6,"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7f6,"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecc,"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c":0xf6fb,"\u004f\u0067\u0072\u0061\u0076\u0065":0x00d2,"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f2,"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0555,"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ece,"\u004f\u0068\u006fr\u006e":0x01a0,"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1eda,"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee2,"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edc,"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1ede,"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee0,"\u004f\u0069":0x01a2,"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020e,"\u004fm\u0061\u0063\u0072\u006f\u006e":0x014c,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e52,"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e50,"\u004f\u006d\u0065g\u0061":0x2126,"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0460,"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b":0x03a9,"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076":0x2127,"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047a,"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047c,"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x038f,"\u004fm\u0069\u0063\u0072\u006f\u006e":0x039f,"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038c,"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff2f,"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2160,"\u004fo\u0067\u006f\u006e\u0065\u006b":0x01ea,"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ec,"\u004f\u006f\u0070e\u006e":0x0186,"\u004f\u0073\u006c\u0061\u0073\u0068":0x00d8,"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01fe,"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c":0xf7f8,"\u004f\u0073\u006d\u0061\u006c\u006c":0xf76f,"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047e,"\u004f\u0074\u0069\u006c\u0064\u0065":0x00d5,"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4c,"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4e,"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f5,"\u004f\u0074\u0069\u006d\u0065\u0073":0x2a37,"\u0050":0x0050,"\u0050\u0061\u0063\u0075\u0074\u0065":0x1e54,"\u0050c\u0069\u0072\u0063\u006c\u0065":0x24c5,"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e56,"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054a,"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a6,"\u0050\u0068\u0069":0x03a6,"\u0050\u0068\u006fo\u006b":0x01a4,"\u0050\u0069":0x03a0,"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0553,"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074":0x210e,"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff30,"\u0050\u0072\u0065\u0063":0x2abb,"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065":0x214a,"\u0050\u0073\u0069":0x03a8,"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0470,"\u0050\u0073\u006d\u0061\u006c\u006c":0xf770,"\u0051":0x0051,"\u0051\u0045\u0044":0x220e,"\u0051c\u0069\u0072\u0063\u006c\u0065":0x24c6,"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff31,"\u0051\u0073\u006d\u0061\u006c\u006c":0xf771,"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x2047,"\u0052":0x0052,"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2b46,"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054c,"\u0052\u0061\u0063\u0075\u0074\u0065":0x0154,"\u0052b\u0072\u0062\u0072\u0061\u006b":0x27ed,"\u0052\u0063\u0061\u0072\u006f\u006e":0x0158,"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0156,"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81e,"\u0052c\u0069\u0072\u0063\u006c\u0065":0x24c7,"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf831,"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0210,"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e58,"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5a,"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5c,"\u0052\u0064\u0073\u0068":0x21b3,"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0550,"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072":0x211c,"\u0052\u0068\u006f":0x03a1,"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl":0xf6fc,"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0212,"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5e,"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff32,"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2996,"\u0052\u0073\u006d\u0061\u006c\u006c":0xf772,"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064":0x0281,"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072":0x02b6,"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023f,"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29db,"\u0053":0x0053,"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030":0x024f,"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030":0x250c,"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030":0x2514,"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030":0x2510,"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030":0x2518,"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030":0x253c,"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030":0x252c,"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030":0x2534,"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030":0x251c,"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030":0x2524,"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030":0x2500,"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030":0x2502,"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030":0x2561,"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030":0x2562,"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030":0x2556,"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030":0x2555,"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030":0x2563,"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030":0x2551,"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030":0x2557,"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030":0x255d,"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030":0x255c,"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030":0x255b,"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030":0x255e,"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030":0x255f,"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030":0x255a,"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030":0x2554,"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030":0x2569,"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030":0x2566,"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030":0x2560,"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030":0x2550,"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030":0x256c,"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030":0x2567,"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030":0x2568,"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030":0x2564,"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030":0x2565,"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030":0x2559,"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030":0x2558,"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030":0x2552,"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030":0x2553,"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030":0x256b,"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030":0x256a,"\u0053\u0061\u0063\u0075\u0074\u0065":0x015a,"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e64,"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b":0x03e0,"\u0053\u0063\u0061\u0072\u006f\u006e":0x0160,"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e66,"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6fd,"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015e,"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611":0xf816,"\u0053\u0063\u0068w\u0061":0x018f,"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d8,"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04da,"\u0053c\u0069\u0072\u0063\u006c\u0065":0x24c8,"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015c,"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0218,"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e60,"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e62,"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e68,"\u0053e\u0061\u0072\u0072\u006f\u0077":0x21d8,"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054d,"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2166,"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0547,"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0428,"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e2,"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ba,"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ec,"\u0053\u0069\u0067m\u0061":0x03a3,"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2165,"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff33,"\u0053\u0071\u0063a\u0070":0x2a4e,"\u0053\u0071\u0063u\u0070":0x2a4f,"\u0053\u0073\u006d\u0061\u006c\u006c":0xf773,"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b":0x03da,"\u0053\u0075\u0063\u0063":0x2abc,"\u0053w\u0061\u0072\u0072\u006f\u0077":0x21d9,"\u0054":0x0054,"\u0054\u0061\u0075":0x03a4,"\u0054\u0062\u0061\u0072":0x0166,"\u0054\u0063\u0061\u0072\u006f\u006e":0x0164,"\u0054c\u0061\u0072\u006f\u006e\u0031":0xf814,"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611":0xf818,"\u0054c\u0069\u0072\u0063\u006c\u0065":0x24c9,"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e70,"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0162,"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6a,"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6c,"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ac,"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2169,"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b4,"\u0054\u0068\u0065t\u0061":0x0398,"\u0054\u0068\u006fo\u006b":0x01ac,"\u0054\u0068\u006fr\u006e":0x00de,"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c":0xf7fe,"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2162,"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c":0xf6fe,"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054f,"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6e,"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff34,"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0539,"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bc,"\u0054o\u006e\u0065\u0073\u0069\u0078":0x0184,"\u0054o\u006e\u0065\u0074\u0077\u006f":0x01a7,"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x01ae,"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0426,"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x040b,"\u0054\u0073\u006d\u0061\u006c\u006c":0xf774,"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x216b,"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2161,"\u0055":0x0055,"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077":0x27f0,"\u0055\u0061\u0063\u0075\u0074\u0065":0x00da,"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fa,"\u0055\u0062\u0072\u0065\u0076\u0065":0x016c,"\u0055\u0063\u0061\u0072\u006f\u006e":0x01d3,"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf833,"\u0055c\u0069\u0072\u0063\u006c\u0065":0x24ca,"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00db,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e76,"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c":0xf7fb,"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0423,"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0214,"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00dc,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d7,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e72,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01d9,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f0,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01db,"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d5,"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7fc,"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee4,"\u0055\u0067\u0072\u0061\u0076\u0065":0x00d9,"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c":0xf7f9,"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee6,"\u0055\u0068\u006fr\u006e":0x01af,"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee8,"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef0,"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eea,"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eec,"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eee,"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0170,"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f2,"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0216,"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0478,"\u0055m\u0061\u0063\u0072\u006f\u006e":0x016a,"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ee,"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7a,"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff35,"\u0055o\u0067\u006f\u006e\u0065\u006b":0x0172,"\u0055p\u0073\u0069\u006c\u006f\u006e":0x03a5,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03d2,"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b":0x03d3,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e":0x01b1,"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073":0x02f4,"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ab,"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d4,"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x038e,"\u0055\u0072\u0069n\u0067":0x016e,"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x040e,"\u0055\u0073\u006d\u0061\u006c\u006c":0xf775,"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04ae,"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b0,"\u0055\u0074\u0069\u006c\u0064\u0065":0x0168,"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e78,"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e74,"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x290a,"\u0056":0x0056,"\u0056\u0044\u0061s\u0068":0x22ab,"\u0056\u0062\u0061\u0072":0x2aeb,"\u0056c\u0069\u0072\u0063\u006c\u0065":0x24cb,"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7e,"\u0056\u0065\u0065":0x2a54,"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x054e,"\u0056\u0068\u006fo\u006b":0x01b2,"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff36,"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0548,"\u0056\u0073\u006d\u0061\u006c\u006c":0xf776,"\u0056\u0074\u0069\u006c\u0064\u0065":0x1e7c,"\u0056\u0076\u0065r\u0074":0x2980,"\u0057":0x0057,"\u0057\u0061\u0063\u0075\u0074\u0065":0x1e82,"\u0057c\u0069\u0072\u0063\u006c\u0065":0x24cc,"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0174,"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e84,"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e86,"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e88,"\u0057\u0065\u0064g\u0065":0x2a53,"\u0057\u0067\u0072\u0061\u0076\u0065":0x1e80,"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff37,"\u0057\u0073\u006d\u0061\u006c\u006c":0xf777,"\u0058":0x0058,"\u0058c\u0069\u0072\u0063\u006c\u0065":0x24cd,"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8c,"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8a,"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053d,"\u0058\u0069":0x039e,"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff38,"\u0058\u0073\u006d\u0061\u006c\u006c":0xf778,"\u0059":0x0059,"\u0059\u0061\u0063\u0075\u0074\u0065":0x00dd,"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c":0xf7fd,"\u0059c\u0069\u0072\u0063\u006c\u0065":0x24ce,"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0176,"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s":0x0178,"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c":0xf7ff,"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8e,"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef4,"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f8,"\u0059\u0067\u0072\u0061\u0076\u0065":0x1ef2,"\u0059\u0068\u006fo\u006b":0x01b3,"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef6,"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0545,"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0407,"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0552,"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff39,"\u0059\u0073\u006d\u0061\u006c\u006c":0xf779,"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p":0x021f,"\u0059\u0074\u0069\u006c\u0064\u0065":0x1ef8,"\u0059\u0075\u0070":0x2144,"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046a,"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046c,"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0466,"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0468,"\u005a":0x005a,"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0536,"\u005a\u0061\u0063\u0075\u0074\u0065":0x0179,"\u005a\u0063\u0061\u0072\u006f\u006e":0x017d,"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf6ff,"\u005ac\u0069\u0072\u0063\u006c\u0065":0x24cf,"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e90,"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017b,"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e92,"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0498,"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04de,"\u005a\u0065\u0074\u0061":0x0396,"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x053a,"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fd,"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c1,"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0496,"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dc,"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e94,"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3a,"\u005a\u0073\u006d\u0061\u006c\u006c":0xf77a,"\u005as\u0074\u0072\u006f\u006b\u0065":0x01b5,"\u0061":0x0061,"\u0061\u0031":0x2701,"\u0061\u0032":0x2702,"\u0061\u0033":0x2704,"\u0061\u0034":0x260e,"\u0061\u0035":0x2706,"\u0061\u0036":0x271d,"\u0061\u0037":0x271e,"\u0061\u0038":0x271f,"\u0061\u0039":0x2720,"\u0061\u0031\u0030":0x2721,"\u0061\u0031\u0031":0x261b,"\u0061\u0031\u0032":0x261e,"\u0061\u0031\u0033":0x270c,"\u0061\u0031\u0034":0x270d,"\u0061\u0031\u0035":0x270e,"\u0061\u0031\u0036":0x270f,"\u0061\u0031\u0037":0x2711,"\u0061\u0031\u0038":0x2712,"\u0061\u0031\u0039":0x2713,"\u0061\u0032\u0030":0x2714,"\u0061\u0032\u0031":0x2715,"\u0061\u0032\u0032":0x2716,"\u0061\u0032\u0033":0x2717,"\u0061\u0032\u0034":0x2718,"\u0061\u0032\u0035":0x2719,"\u0061\u0032\u0036":0x271a,"\u0061\u0032\u0037":0x271b,"\u0061\u0032\u0038":0x271c,"\u0061\u0032\u0039":0x2722,"\u0061\u0033\u0030":0x2723,"\u0061\u0033\u0031":0x2724,"\u0061\u0033\u0032":0x2725,"\u0061\u0033\u0033":0x2726,"\u0061\u0033\u0034":0x2727,"\u0061\u0033\u0035":0x2605,"\u0061\u0033\u0036":0x2729,"\u0061\u0033\u0037":0x272a,"\u0061\u0033\u0038":0x272b,"\u0061\u0033\u0039":0x272c,"\u0061\u0034\u0030":0x272d,"\u0061\u0034\u0031":0x272e,"\u0061\u0034\u0032":0x272f,"\u0061\u0034\u0033":0x2730,"\u0061\u0034\u0034":0x2731,"\u0061\u0034\u0035":0x2732,"\u0061\u0034\u0036":0x2733,"\u0061\u0034\u0037":0x2734,"\u0061\u0034\u0038":0x2735,"\u0061\u0034\u0039":0x2736,"\u0061\u0035\u0030":0x2737,"\u0061\u0035\u0031":0x2738,"\u0061\u0035\u0032":0x2739,"\u0061\u0035\u0033":0x273a,"\u0061\u0035\u0034":0x273b,"\u0061\u0035\u0035":0x273c,"\u0061\u0035\u0036":0x273d,"\u0061\u0035\u0037":0x273e,"\u0061\u0035\u0038":0x273f,"\u0061\u0035\u0039":0x2740,"\u0061\u0036\u0030":0x2741,"\u0061\u0036\u0031":0x2742,"\u0061\u0036\u0032":0x2743,"\u0061\u0036\u0033":0x2744,"\u0061\u0036\u0034":0x2745,"\u0061\u0036\u0035":0x2746,"\u0061\u0036\u0036":0x2747,"\u0061\u0036\u0037":0x2748,"\u0061\u0036\u0038":0x2749,"\u0061\u0036\u0039":0x274a,"\u0061\u0037\u0030":0x274b,"\u0061\u0037\u0031":0x25cf,"\u0061\u0037\u0032":0x274d,"\u0061\u0037\u0033":0x25a0,"\u0061\u0037\u0034":0x274f,"\u0061\u0037\u0035":0x2751,"\u0061\u0037\u0036":0x25b2,"\u0061\u0037\u0037":0x25bc,"\u0061\u0037\u0038":0x25c6,"\u0061\u0037\u0039":0x2756,"\u0061\u0038\u0031":0x25d7,"\u0061\u0038\u0032":0x2758,"\u0061\u0038\u0033":0x2759,"\u0061\u0038\u0034":0x275a,"\u0061\u0038\u0035":0xf8de,"\u0061\u0038\u0036":0xf8e0,"\u0061\u0038\u0037":0xf8e1,"\u0061\u0038\u0038":0xf8e2,"\u0061\u0038\u0039":0xf8d7,"\u0061\u0039\u0030":0xf8d8,"\u0061\u0039\u0031":0xf8db,"\u0061\u0039\u0032":0xf8dc,"\u0061\u0039\u0033":0xf8d9,"\u0061\u0039\u0034":0xf8da,"\u0061\u0039\u0035":0xf8e3,"\u0061\u0039\u0036":0xf8e4,"\u0061\u0039\u0037":0x275b,"\u0061\u0039\u0038":0x275c,"\u0061\u0039\u0039":0x275d,"\u0061\u0031\u0030\u0030":0x275e,"\u0061\u0031\u0030\u0031":0x2761,"\u0061\u0031\u0030\u0032":0x2762,"\u0061\u0031\u0030\u0033":0x2763,"\u0061\u0031\u0030\u0034":0x2764,"\u0061\u0031\u0030\u0035":0x2710,"\u0061\u0031\u0030\u0036":0x2765,"\u0061\u0031\u0030\u0037":0x2766,"\u0061\u0031\u0030\u0038":0x2767,"\u0061\u0031\u0031\u0037":0x2709,"\u0061\u0031\u0031\u0038":0x2708,"\u0061\u0031\u0031\u0039":0x2707,"\u0061\u0031\u0032\u0030":0x2460,"\u0061\u0031\u0032\u0031":0x2461,"\u0061\u0031\u0032\u0032":0x2462,"\u0061\u0031\u0032\u0033":0x2463,"\u0061\u0031\u0032\u0034":0x2464,"\u0061\u0031\u0032\u0035":0x2465,"\u0061\u0031\u0032\u0036":0x2466,"\u0061\u0031\u0032\u0037":0x2467,"\u0061\u0031\u0032\u0038":0x2468,"\u0061\u0031\u0032\u0039":0x2469,"\u0061\u0031\u0033\u0030":0x2776,"\u0061\u0031\u0033\u0031":0x2777,"\u0061\u0031\u0033\u0032":0x2778,"\u0061\u0031\u0033\u0033":0x2779,"\u0061\u0031\u0033\u0034":0x277a,"\u0061\u0031\u0033\u0035":0x277b,"\u0061\u0031\u0033\u0036":0x277c,"\u0061\u0031\u0033\u0037":0x277d,"\u0061\u0031\u0033\u0038":0x277e,"\u0061\u0031\u0033\u0039":0x277f,"\u0061\u0031\u0034\u0030":0x2780,"\u0061\u0031\u0034\u0031":0x2781,"\u0061\u0031\u0034\u0032":0x2782,"\u0061\u0031\u0034\u0033":0x2783,"\u0061\u0031\u0034\u0034":0x2784,"\u0061\u0031\u0034\u0035":0x2785,"\u0061\u0031\u0034\u0036":0x2786,"\u0061\u0031\u0034\u0037":0x2787,"\u0061\u0031\u0034\u0038":0x2788,"\u0061\u0031\u0034\u0039":0x2789,"\u0061\u0031\u0035\u0030":0x278a,"\u0061\u0031\u0035\u0031":0x278b,"\u0061\u0031\u0035\u0032":0x278c,"\u0061\u0031\u0035\u0033":0x278d,"\u0061\u0031\u0035\u0034":0x278e,"\u0061\u0031\u0035\u0035":0x278f,"\u0061\u0031\u0035\u0036":0x2790,"\u0061\u0031\u0035\u0037":0x2791,"\u0061\u0031\u0035\u0038":0x2792,"\u0061\u0031\u0035\u0039":0x2793,"\u0061\u0031\u0036\u0030":0x2794,"\u0061\u0031\u0036\u0032":0x27a3,"\u0061\u0031\u0036\u0034":0x2195,"\u0061\u0031\u0036\u0035":0x2799,"\u0061\u0031\u0036\u0036":0x279b,"\u0061\u0031\u0036\u0037":0x279c,"\u0061\u0031\u0036\u0038":0x279d,"\u0061\u0031\u0036\u0039":0x279e,"\u0061\u0031\u0037\u0030":0x279f,"\u0061\u0031\u0037\u0031":0x27a0,"\u0061\u0031\u0037\u0032":0x27a1,"\u0061\u0031\u0037\u0033":0x27a2,"\u0061\u0031\u0037\u0034":0x27a4,"\u0061\u0031\u0037\u0035":0x27a5,"\u0061\u0031\u0037\u0036":0x27a6,"\u0061\u0031\u0037\u0037":0x27a7,"\u0061\u0031\u0037\u0038":0x27a8,"\u0061\u0031\u0037\u0039":0x27a9,"\u0061\u0031\u0038\u0030":0x27ab,"\u0061\u0031\u0038\u0031":0x27ad,"\u0061\u0031\u0038\u0032":0x27af,"\u0061\u0031\u0038\u0033":0x27b2,"\u0061\u0031\u0038\u0034":0x27b3,"\u0061\u0031\u0038\u0035":0x27b5,"\u0061\u0031\u0038\u0036":0x27b8,"\u0061\u0031\u0038\u0037":0x27ba,"\u0061\u0031\u0038\u0038":0x27bb,"\u0061\u0031\u0038\u0039":0x27bc,"\u0061\u0031\u0039\u0030":0x27bd,"\u0061\u0031\u0039\u0031":0x27be,"\u0061\u0031\u0039\u0032":0x279a,"\u0061\u0031\u0039\u0033":0x27aa,"\u0061\u0031\u0039\u0034":0x27b6,"\u0061\u0031\u0039\u0035":0x27b9,"\u0061\u0031\u0039\u0036":0x2798,"\u0061\u0031\u0039\u0037":0x27b4,"\u0061\u0031\u0039\u0038":0x27b7,"\u0061\u0031\u0039\u0039":0x27ac,"\u0061\u0032\u0030\u0030":0x27ae,"\u0061\u0032\u0030\u0031":0x27b1,"\u0061\u0032\u0030\u0032":0x2703,"\u0061\u0032\u0030\u0033":0x2750,"\u0061\u0032\u0030\u0034":0x2752,"\u0061\u0032\u0030\u0035":0xf8dd,"\u0061\u0032\u0030\u0036":0xf8df,"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0986,"\u0061\u0061\u0063\u0075\u0074\u0065":0x00e1,"\u0061\u0061\u0064\u0065\u0076\u0061":0x0906,"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a86,"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a06,"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3e,"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3303,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09be,"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x093e,"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abe,"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055f,"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061":0x0970,"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0985,"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311a,"\u0061\u0062\u0072\u0065\u0076\u0065":0x0103,"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065":0x1eaf,"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d1,"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077":0x1eb7,"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065":0x1eb1,"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1eb3,"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065":0x1eb5,"\u0061\u0063\u0061\u0072\u006f\u006e":0x01ce,"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff":0x2100,"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et":0x23e6,"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065":0x267e,"\u0061c\u0069\u0072\u0063\u006c\u0065":0x24d0,"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00e2,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ea5,"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ead,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ea7,"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ea9,"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1eab,"\u0061\u0063\u0075t\u0065":0x00b4,"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0317,"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db":0x0301,"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a":0x0954,"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02cf,"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p":0x0274,"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0341,"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x2940,"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2939,"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077":0x21ba,"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293a,"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x293b,"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0201,"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a71,"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074":0x2101,"\u0061\u0064\u0065v\u0061":0x0905,"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00e4,"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04d3,"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01df,"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ea1,"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e":0x01e1,"\u0061\u0064\u006ft\u0073":0x22f0,"\u0061\u0065":0x00e6,"\u0061e\u0061\u0063\u0075\u0074\u0065":0x01fd,"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3150,"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e":0x01e3,"\u0061f\u0069\u0069\u0032\u0039\u0039":0x200e,"\u0061f\u0069\u0069\u0033\u0030\u0030":0x200f,"\u0061f\u0069\u0069\u0033\u0030\u0031":0x200d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317":0x0410,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318":0x0411,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319":0x0412,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324":0x0416,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325":0x0417,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327":0x0419,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328":0x041a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331":0x041d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333":0x041f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334":0x0420,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335":0x0421,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336":0x0422,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338":0x0424,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343":0x0429,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344":0x042a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345":0x042b,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346":0x042c,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348":0x042e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349":0x042f,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351":0x0402,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352":0x0403,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354":0x0405,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355":0x0406,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357":0x0408,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359":0x040a,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363":0xf6c4,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364":0xf6c5,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365":0x0430,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367":0x0432,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368":0x0433,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369":0x0434,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371":0x0451,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373":0x0437,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375":0x0439,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379":0x043d,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384":0x0442,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385":0x0443,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386":0x0444,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387":0x0445,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390":0x0448,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391":0x0449,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396":0x044e,"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397":0x044f,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302":0x0455,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303":0x0456,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305":0x0458,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307":0x045a,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309":0x045c,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310":0x045e,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346":0x0462,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347":0x0472,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348":0x0474,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392":0xf6c6,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395":0x0473,"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396":0x0475,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331":0xf6c7,"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332":0xf6c8,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388":0x060c,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395":0x0663,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398":0x0666,"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399":0x0667,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303":0x061b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307":0x061f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310":0x0622,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311":0x0623,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312":0x0624,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318":0x062a,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321":0x062d,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322":0x062e,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323":0x062f,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327":0x0633,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328":0x0634,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329":0x0635,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330":0x0636,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333":0x0639,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341":0x0641,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342":0x0642,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343":0x0643,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344":0x0644,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345":0x0645,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351":0x064b,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352":0x064c,"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356":0x0650,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308":0x0698,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311":0x0679,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312":0x0688,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314":0x06ba,"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334":0x06d5,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336":0x20aa,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345":0x05be,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366":0x05d2,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368":0x05d4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370":0x05d6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371":0x05d7,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373":0x05d9,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374":0x05da,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379":0x05df,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384":0x05e4,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386":0x05e6,"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395":0xfb2b,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316":0x05f0,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317":0x05f1,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397":0x05b8,"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399":0x05b0,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303":0x05c2,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341":0x05bf,"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342":0x05c0,"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389":0x2113,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373":0x202c,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374":0x202d,"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375":0x202e,"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364":0x200c,"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367":0x066d,"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337":0x02bd,"\u0061\u0067\u0072\u0061\u0076\u0065":0x00e0,"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a85,"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a05,"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3042,"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ea3,"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0990,"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311e,"\u0061\u0069\u0064\u0065\u0076\u0061":0x0910,"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d5,"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a90,"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a10,"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a48,"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeca,"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecb,"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec9,"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfecc,"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0203,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c8,"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0948,"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac8,"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a2,"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff71,"\u0061k\u006f\u0072\u0065\u0061\u006e":0x314f,"\u0061\u006c\u0065\u0066":0x05d0,"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063":0x0627,"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb30,"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8e,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe84,"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063":0x0625,"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe88,"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8d,"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4f,"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe82,"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0x0649,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063":0xfef0,"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeef,"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef4,"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2e,"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0xfb2f,"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca":0x0671,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c":0xfb51,"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfb50,"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c":0xfd3c,"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfd3d,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe83,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe87,"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfe81,"\u0061\u006c\u0065p\u0068":0x2135,"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c":0x224c,"\u0061\u006c\u0070h\u0061":0x03b1,"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073":0x03ac,"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072":0xd802,"\u0061m\u0061\u0063\u0072\u006f\u006e":0x0101,"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff41,"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed":0x0026,"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff06,"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c":0xf726,"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c2,"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3122,"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3124,"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e8,"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e9,"\u0061\u006e\u0067\u0064\u006e\u0072":0x299f,"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069":0x0e5a,"\u0061\u006e\u0067l\u0065":0x2220,"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3008,"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3f,"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074":0x3009,"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe40,"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t":0x2329,"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x232a,"\u0061\u006e\u0067\u006c\u0065\u0073":0x299e,"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r":0x29a4,"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d":0x212b,"\u0061n\u006e\u0075\u0069\u0074\u0079":0x20e7,"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a":0x0387,"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x27f2,"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0952,"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0982,"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061":0x0902,"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a82,"\u0061o\u0067\u006f\u006e\u0065\u006b":0x0105,"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3300,"\u0061\u0070\u0061\u0072\u0065\u006e":0x249c,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065":0x0245,"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e":0x055a,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064":0x02bc,"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076":0x0246,"\u0061\u0070\u0070l\u0065":0xf8ff,"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073":0x2250,"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q":0x2a70,"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c":0x2248,"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065":0x2252,"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074":0x224b,"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x224a,"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318e,"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x318d,"\u0061\u0072\u0063":0x2312,"\u0061\u0072\u0063e\u0071":0x2258,"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e":0x21b6,"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e":0x21b7,"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067":0x1e9a,"\u0061\u0072\u0069n\u0067":0x00e5,"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065":0x01fb,"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077":0x1e01,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e":0x0590,"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074":0x058d,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074":0x058f,"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070":0x058e,"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h":0x2194,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e":0x21e3,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074":0x21e0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074":0x21e2,"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070":0x21e1,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068":0x21d4,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076":0x21d5,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e":0x21d3,"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x21d0,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x21d2,"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070":0x21d1,"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n":0x2193,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x2199,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074":0x2198,"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065":0x21e9,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064":0x02c5,"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x02c2,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064":0x02c3,"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064":0x02c4,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074":0x21aa,"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074":0x21a9,"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078":0xf8e7,"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t":0x2190,"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066":0x21bd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065":0x21cd,"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074":0x21c6,"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065":0x21e6,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x2192,"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066":0x21c1,"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065":0x21cf,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074":0x21c4,"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065":0x21e8,"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074":0x21e4,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074":0x21e5,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074":0x21a2,"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074":0x21a3,"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074":0x21da,"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21db,"\u0061r\u0072\u006f\u0077\u0075\u0070":0x2191,"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065":0x21a8,"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074":0x2196,"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e":0x21c5,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074":0x2197,"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065":0x21e7,"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078":0xf8e6,"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b":0xd80a,"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d":0x005e,"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3e,"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065":0x007e,"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5e,"\u0061s\u0063\u0072\u0069\u0070\u0074":0x0251,"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064":0x0252,"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3041,"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a1,"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff67,"\u0061\u0073\u0073\u0065\u0072\u0074":0x22a6,"\u0061\u0073\u0074e\u0071":0x2a6e,"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074":0x20f0,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b":0x002a,"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068":0x2217,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0a,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c":0xfe61,"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d":0x2042,"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e":0x2609,"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6e9,"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c":0x2243,"\u0061\u0074":0x0040,"\u0061\u0074\u0069\u006c\u0064\u0065":0x00e3,"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff20,"\u0061t\u0073\u006d\u0061\u006c\u006c":0xfe6b,"\u0061t\u0075\u0072\u006e\u0065\u0064":0x0250,"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci":0x0994,"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3120,"\u0061\u0075\u0064\u0065\u0076\u0061":0x0914,"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a94,"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a14,"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09d7,"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4c,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09cc,"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094c,"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0acc,"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061":0x093d,"\u0061\u0077\u0069n\u0074":0x2a11,"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0561,"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb20,"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x05e2,"\u0062":0x0062,"\u0062\u004e\u006f\u0074":0x2aed,"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ac,"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065":0x2036,"\u0062\u0061\u0063\u006b\u0065\u0064":0x024c,"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h":0x005c,"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff3c,"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065":0x2037,"\u0062\u0061\u0064\u0065\u0076\u0061":0x092c,"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r":0x22ff,"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aac,"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2c,"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3070,"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069":0x0e3f,"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d0,"\u0062\u0061\u0072":0x007c,"\u0062\u0061\u0072\u0056":0x2aea,"\u0062\u0061\u0072\u0063\u0061\u0070":0x2a43,"\u0062\u0061\u0072\u0063\u0075\u0070":0x2a42,"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074":0x2961,"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074":0x295d,"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061":0x21b9,"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e":0x2956,"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070":0x2952,"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070":0x02a9,"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5c,"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077":0x21b8,"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064":0x2920,"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x295f,"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070":0x295b,"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077":0x2912,"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074":0x2958,"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074":0x2954,"\u0062\u0061\u0072\u0076\u0065\u0065":0x22bd,"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3105,"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b":0x23b6,"\u0062c\u0069\u0072\u0063\u006c\u0065":0x24d1,"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e03,"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e05,"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068":0x2506,"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073":0x266c,"\u0062e\u0063\u0061\u0075\u0073\u0065":0x2235,"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0431,"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0628,"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe90,"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe91,"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3079,"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe8f,"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe92,"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfc9f,"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc08,"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc6d,"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc6e,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc09,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfc9d,"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe812,"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9c,"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfc9e,"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6a,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc6f,"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc0a,"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d9,"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0562,"\u0062e\u006e\u007a\u0065\u006e\u0072":0x23e3,"\u0062\u0065\u0074\u0061":0x03b2,"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03d0,"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb31,"\u0062\u0065\u0074\u0068":0x2136,"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d1,"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4c,"\u0062e\u0074\u0077\u0065\u0065\u006e":0x226c,"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ad,"\u0062h\u0061\u0064\u0065\u0076\u0061":0x092d,"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aad,"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2d,"\u0062\u0068\u006fo\u006b":0x0253,"\u0062\u0069\u0067\u0062\u006f\u0074":0x27d8,"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft":0x2a03,"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2afc,"\u0062i\u0067\u006f\u0064\u006f\u0074":0x2a00,"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073":0x2a01,"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s":0x2a02,"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065":0x2a57,"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065":0x2a58,"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070":0x2a05,"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070":0x2a06,"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2aff,"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073":0x2a09,"\u0062\u0069\u0067\u0074\u006f\u0070":0x27d9,"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x2a1e,"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073":0x2a04,"\u0062\u0069\u0067\u0076\u0065\u0065":0x22c1,"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065":0x22c0,"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3073,"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d3,"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b":0x0298,"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a02,"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3331,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077":0x29ed,"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074":0x2688,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073":0x2689,"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065":0x25d5,"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077":0x29ea,"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073":0x29d7,"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25d6,"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072":0x25c4,"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c0,"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3010,"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe3b,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3011,"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe3c,"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e3,"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e2,"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065":0x25ac,"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r":0x25ba,"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b6,"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25aa,"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065":0x263b,"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e":0x25be,"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x25e4,"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25e5,"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b4,"\u0062\u006c\u0061n\u006b":0x2423,"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e07,"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2c,"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2e,"\u0062\u006c\u006fc\u006b":0x2588,"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff42,"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069":0x0e1a,"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307c,"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dc,"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e1,"\u0062\u006f\u0077\u0074\u0069\u0065":0x22c8,"\u0062\u006f\u0078\u0061\u0073\u0074":0x29c6,"\u0062\u006f\u0078\u0062\u0061\u0072":0x25eb,"\u0062\u006f\u0078\u0062\u006f\u0078":0x29c8,"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h":0x29c5,"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce":0x29c7,"\u0062o\u0078\u0064\u0069\u0061\u0067":0x29c4,"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078":0x29c9,"\u0062\u0070\u0061\u0072\u0065\u006e":0x249d,"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065":0x33c3,"\u0062r\u0061\u0063\u0065\u0065\u0078":0xf8f4,"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t":0x007b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f3,"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064":0xf8f2,"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff5b,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe5b,"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070":0xf8f1,"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe37,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074":0x007d,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8fe,"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064":0xf8fd,"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5d,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5c,"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8fc,"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe38,"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x005b,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074":0xf8f0,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ef,"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff3b,"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c":0x2045,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070":0xf8ee,"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x005d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074":0xf8fb,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078":0xf8fa,"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065":0xff3d,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c":0x2046,"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070":0xf8f9,"\u0062\u0072\u0065v\u0065":0x02d8,"\u0062\u0072\u0065\u0076\u0065\u0031":0xf006,"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032e,"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062":0x0306,"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x032f,"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062":0x0311,"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062":0x0361,"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x032a,"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062":0x033a,"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ad,"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r":0x00a6,"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b41,"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x2b47,"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062":0x27c8,"\u0062s\u0074\u0072\u006f\u006b\u0065":0x0180,"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ea,"\u0062\u0074\u0069\u006d\u0065\u0073":0x2a32,"\u0062t\u006f\u0070\u0062\u0061\u0072":0x0183,"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3076,"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d6,"\u0062\u0075\u006c\u006c\u0065\u0074":0x2022,"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072":0x2219,"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065":0x25ce,"\u0062u\u006d\u0070\u0065\u0071\u0071":0x2aae,"\u0063":0x0063,"\u0063\u0031\u0032\u0038":0x0080,"\u0063\u0031\u0032\u0039":0x0081,"\u0063\u0031\u0034\u0031":0x008d,"\u0063\u0031\u0034\u0032":0x008e,"\u0063\u0031\u0034\u0033":0x008f,"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056e,"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci":0x099a,"\u0063\u0061\u0063\u0075\u0074\u0065":0x0107,"\u0063a\u0064\u0061\u0075\u006e\u0061":0x2106,"\u0063\u0061\u0064\u0065\u0076\u0061":0x091a,"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9a,"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1a,"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e":0x3388,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069":0x0981,"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062":0x0310,"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061":0x0901,"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a81,"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p":0x2a49,"\u0063\u0061\u0070\u0064\u006f\u0074":0x2a40,"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b":0xd809,"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070":0x2a47,"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b":0x21ea,"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065":0x2a44,"\u0063\u0061\u0072\u0065\u006f\u0066":0x2105,"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074":0x2038,"\u0063\u0061\u0072o\u006e":0x02c7,"\u0063\u0061\u0072\u006f\u006e\u0031":0xf00a,"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032c,"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062":0x030c,"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x21b5,"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3118,"\u0063\u0063\u0061\u0072\u006f\u006e":0x010d,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x00e7,"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065":0x1e09,"\u0063c\u0069\u0072\u0063\u006c\u0065":0x24d2,"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0109,"\u0063\u0063\u0075r\u006c":0x0255,"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077":0x293f,"\u0063\u0064\u006f\u0074":0x010b,"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33c5,"\u0063e\u0064\u0069\u006c\u006c\u0061":0x00b8,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031":0xf008,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032":0xf00d,"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062":0x0327,"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074":0x2308,"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074":0x2309,"\u0063\u0065\u006e\u0074":0x00a2,"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065":0x2103,"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6df,"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe0,"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf7a2,"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065":0x2104,"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e0,"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0579,"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099b,"\u0063h\u0061\u0064\u0065\u0076\u0061":0x091b,"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9b,"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1b,"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3114,"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bd,"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0447,"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04bf,"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04b7,"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04f5,"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0573,"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04cc,"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x04b9,"\u0063\u0068\u0069":0x03c7,"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3277,"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3217,"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3269,"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314a,"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3209,"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0a,"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e08,"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e09,"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069":0x0e0c,"\u0063\u0068\u006fo\u006b":0x0188,"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3276,"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3216,"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3268,"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3148,"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3208,"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321c,"\u0063\u0069\u0072\u0045":0x29c3,"\u0063\u0069\u0072\u0062\u006f\u0074":0x27df,"\u0063\u0069\u0072\u0063\u0065\u0071":0x2257,"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b":0x229b,"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b":0x25d2,"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074":0x20dd,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074":0x29bf,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068":0x229d,"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065":0x2298,"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x29ec,"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x29b7,"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074":0x2686,"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073":0x2687,"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074":0x29b6,"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074":0x29be,"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c":0x229c,"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072":0x29b5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f5,"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f6,"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x2297,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b30,"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x21f4,"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074":0x2299,"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073":0x2295,"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3036,"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067":0x229a,"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b":0x25d3,"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f4,"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f7,"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b":0x25d4,"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c":0x25cd,"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d0,"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b":0x25d1,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x02c6,"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031":0xf003,"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062":0x032d,"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062":0x0302,"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074":0x2a10,"\u0063\u0069\u0072\u006d\u0069\u0064":0x2aef,"\u0063i\u0072\u0073\u0063\u0069\u0072":0x29c2,"\u0063\u006c\u0065a\u0072":0x2327,"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072":0x01c2,"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c":0x01c0,"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c":0x01c1,"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x01c3,"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e":0x27f3,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070":0x2a4d,"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070":0x2a4c,"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064":0x2a50,"\u0063l\u006f\u0073\u0075\u0072\u0065":0x2050,"\u0063\u006c\u0075\u0062":0x2663,"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2667,"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a4,"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff43,"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a0,"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0581,"\u0063\u006f\u006co\u006e":0x003a,"\u0063o\u006c\u006f\u006e\u0065\u0071":0x2254,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079":0x20a1,"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1a,"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xfe55,"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064":0x02d1,"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064":0x02d0,"\u0063\u006f\u006dm\u0061":0x002c,"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0313,"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062":0x0315,"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0xf6c3,"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055d,"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0xf6e1,"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073":0x2a29,"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0c,"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062":0x0314,"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c":0xfe50,"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x0299,"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0xf6e2,"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x0312,"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064":0x02bb,"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074":0x2201,"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x27e1,"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074":0x27e2,"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074":0x27e3,"\u0063o\u006e\u0067\u0064\u006f\u0074":0x2a6d,"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et":0x2245,"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072":0x2332,"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et":0x2a07,"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222e,"\u0063o\u006e\u0074\u0072\u006f\u006c":0x2303,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b":0x0006,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c":0x0007,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S":0x0008,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e":0x0018,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R":0x000d,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031":0x0011,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032":0x0012,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033":0x0013,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034":0x0014,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c":0x007f,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045":0x0010,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M":0x0019,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051":0x0005,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054":0x0004,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043":0x001b,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042":0x0017,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058":0x0003,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F":0x000c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S":0x001c,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S":0x001d,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T":0x0009,"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF":0x000a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b":0x0015,"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c":0x0000,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S":0x001e,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I":0x000f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O":0x000e,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054":0x0002,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058":0x0001,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042":0x001a,"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e":0x0016,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S":0x001f,"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T":0x000b,"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t":0x2a3f,"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x2210,"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t":0x00a9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073":0xf8e9,"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066":0xf6d9,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x300c,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff62,"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l":0xfe41,"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074":0x300d,"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff63,"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c":0xfe42,"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065":0x337f,"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x33c7,"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065":0x33c6,"\u0063\u0070\u0061\u0072\u0065\u006e":0x249e,"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f":0x20a2,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068":0x0227,"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064":0x0297,"\u0063\u0073\u0075\u0062":0x2acf,"\u0063\u0073\u0075b\u0065":0x2ad1,"\u0063\u0073\u0075\u0070":0x2ad0,"\u0063\u0073\u0075p\u0065":0x2ad2,"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074":0x221b,"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p":0x2a48,"\u0063\u0075\u0070\u0064\u006f\u0074":0x228d,"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x228c,"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070":0x2a46,"\u0063\u0075\u0070\u0076\u0065\u0065":0x2a45,"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064":0x22cf,"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t":0x21ab,"\u0063u\u0072\u006c\u0079\u006f\u0072":0x22ce,"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074":0x21ac,"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x00a4,"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073":0x293d,"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073":0x293c,"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077":0x2941,"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077":0x21bb,"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077":0x2938,"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x293e,"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065":0xf6d1,"\u0063y\u0072\u0046\u006c\u0065\u0078":0xf6d2,"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065":0xf6d4,"\u0063y\u0072\u0066\u006c\u0065\u0078":0xf6d5,"\u0064":0x0064,"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0564,"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a6,"\u0064\u0061\u0064\u0065\u0076\u0061":0x0926,"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfebe,"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebf,"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfebd,"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec0,"\u0064\u0061\u0067\u0065\u0073\u0068":0x05bc,"\u0064\u0061\u0067\u0067\u0065\u0072":0x2020,"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l":0x2021,"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa6,"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a26,"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3060,"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c0,"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068":0xfb33,"\u0064\u0061\u006c\u0065\u0074\u0068":0x2138,"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077":0x05d3,"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeaa,"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea9,"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x064f,"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe78,"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077":0xe821,"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe79,"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe835,"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe72,"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe824,"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe836,"\u0064\u0061\u006ed\u0061":0x0964,"\u0064\u0061\u006e\u0067\u0065\u0072":0x2621,"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a7,"\u0064\u0061\u0073h\u0056":0x2ae3,"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h":0x27db,"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn":0x2239,"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e":0x296b,"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x296d,"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0485,"\u0064b\u006b\u0061\u0072\u006f\u0077":0x290f,"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065":0xf6d3,"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x300a,"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c":0xfe3d,"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074":0x300b,"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c":0xfe3e,"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x032b,"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e":0x21ca,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e":0x058a,"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074":0x219e,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074":0x21a0,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070":0x0588,"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070":0x21c8,"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074":0x27e6,"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x27e7,"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061":0x0965,"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065":0xf6d6,"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x030f,"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222c,"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0333,"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062":0x033f,"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02ba,"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072":0x2016,"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062":0x030e,"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3109,"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33c8,"\u0064\u0063\u0061\u0072\u006f\u006e":0x010f,"\u0064c\u0061\u0072\u006f\u006e\u0031":0xf811,"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e11,"\u0064c\u0069\u0072\u0063\u006c\u0065":0x24d3,"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e13,"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a1,"\u0064d\u0061\u0064\u0065\u0076\u0061":0x0921,"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa1,"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a21,"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb89,"\u0064\u0064\u0064\u0064\u006f\u0074":0x20dc,"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a":0x095c,"\u0064\u0064\u0064o\u0074":0x20db,"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a2,"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061":0x0922,"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa2,"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a22,"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e0b,"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e0d,"\u0064\u0064\u006ft\u0073":0x22f1,"\u0064d\u006f\u0074\u0073\u0065\u0071":0x2a77,"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x066b,"\u0064e\u0066\u0069\u006e\u0065\u0073":0x225c,"\u0064\u0065\u0067\u0072\u0065\u0065":0x00b0,"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e":0x212a,"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077":0x05ad,"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3067,"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03ef,"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c7,"\u0064\u0065\u006c\u0065\u0074\u0065":0x05ba,"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074":0x232b,"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2326,"\u0064\u0065\u006ct\u0061":0x03b4,"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064":0x018d,"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f8,"\u0064\u0065\u007a\u0068":0x02a4,"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a7,"\u0064h\u0061\u0064\u0065\u0076\u0061":0x0927,"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa7,"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a27,"\u0064\u0068\u006fo\u006b":0x0257,"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s":0x0088,"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062":0x0344,"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072":0x2300,"\u0064i\u0061\u006d\u006f\u006e\u0064":0x2666,"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b":0x2b19,"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074":0x27d0,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x291d,"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x291f,"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x2b16,"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068":0x22c4,"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b":0x2b17,"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065":0x2662,"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b":0x2b18,"\u0064\u0069\u0063e\u0069":0x2680,"\u0064\u0069\u0063\u0065\u0069\u0069":0x2681,"\u0064i\u0063\u0065\u0069\u0069\u0069":0x2682,"\u0064\u0069\u0063\u0065\u0069\u0076":0x2683,"\u0064\u0069\u0063e\u0076":0x2684,"\u0064\u0069\u0063\u0065\u0076\u0069":0x2685,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x00a8,"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731":0xf005,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065":0xf6d7,"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0324,"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062":0x0308,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065":0xf6d8,"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073":0x0385,"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065":0x224f,"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3062,"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c2,"\u0064\u0069\u0073i\u006e":0x22f2,"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et":0x2a08,"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k":0x3003,"\u0064\u0069\u0076\u0069\u0064\u0065":0x00f7,"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22c7,"\u0064i\u0076\u0069\u0064\u0065\u0073":0x2223,"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068":0x2215,"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0452,"\u0064k\u0073\u0068\u0061\u0064\u0065":0x2593,"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031":0xf823,"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e0f,"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3397,"\u0064m\u0061\u0063\u0072\u006f\u006e":0x0111,"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff44,"\u0064n\u0062\u006c\u006f\u0063\u006b":0x2584,"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b":0x2581,"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x2585,"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x2582,"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2587,"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2583,"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x2586,"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069":0x0e0e,"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i":0x0e14,"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3069,"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c9,"\u0064\u006f\u006c\u006c\u0061\u0072":0x0024,"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e3,"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff04,"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065":0xf724,"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c":0xfe69,"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e4,"\u0064\u006f\u006e\u0067":0x20ab,"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3326,"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et":0x02d9,"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062":0x0307,"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062":0x0323,"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031":0xf820,"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076":0x2a67,"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fb,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069":0x0131,"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a":0xf6be,"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b":0x0284,"\u0064o\u0074\u006d\u0061\u0074\u0068":0x22c5,"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073":0x2238,"\u0064o\u0074\u0070\u006c\u0075\u0073":0x2214,"\u0064\u006f\u0074\u0073\u0069\u006d":0x2a6a,"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073":0x223a,"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x25cc,"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1a,"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073":0x2a30,"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065":0x2a62,"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073":0x29fa,"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072":0x2913,"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2908,"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297f,"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072":0x2959,"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072":0x2955,"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074":0x2965,"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2935,"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e":0x29f9,"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031e,"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064":0x02d5,"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b":0x29e8,"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b":0x29e9,"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073":0x21f5,"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296f,"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077":0x21af,"\u0064\u0070\u0061\u0072\u0065\u006e":0x249f,"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077":0x2910,"\u0064\u0073\u006f\u006c":0x29f6,"\u0064\u0073\u0075\u0062":0x2a64,"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6eb,"\u0064\u0074\u0061i\u006c":0x0256,"\u0064t\u006f\u0070\u0062\u0061\u0072":0x018c,"\u0064u\u0061\u006c\u006d\u0061\u0070":0x29df,"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3065,"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c5,"\u0064\u0079\u006fg\u0068":0x0234,"\u0064\u007a":0x01f3,"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065":0x02a3,"\u0064z\u0063\u0061\u0072\u006f\u006e":0x01c6,"\u0064\u007a\u0063\u0075\u0072\u006c":0x02a5,"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04e1,"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045f,"\u0065":0x0065,"\u0065\u0061\u0063\u0075\u0074\u0065":0x00e9,"\u0065\u0061\u0072t\u0068":0x2641,"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098f,"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o":0x311c,"\u0065\u0062\u0072\u0065\u0076\u0065":0x0115,"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x090d,"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8d,"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0945,"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac5,"\u0065\u0063\u0061\u0072\u006f\u006e":0x011b,"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065":0x1e1d,"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0565,"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0587,"\u0065c\u0069\u0072\u0063\u006c\u0065":0x24d4,"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ea,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ebf,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e19,"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ec7,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ec1,"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ec3,"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ec5,"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c":0x0454,"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0205,"\u0065\u0064\u0065v\u0061":0x090f,"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00eb,"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0117,"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1eb9,"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0f,"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a47,"\u0065\u0067\u0072\u0061\u0076\u0065":0x00e8,"\u0065\u0067\u0073\u0064\u006f\u0074":0x2a98,"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a8f,"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0567,"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311d,"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3048,"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ebb,"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x311f,"\u0065\u0069\u0067h\u0074":0x0038,"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ee,"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a":0x096e,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2471,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2485,"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2499,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aee,"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6e,"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0668,"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3028,"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064":0x266b,"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3227,"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2088,"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff18,"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf738,"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e":0x247b,"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064":0x248f,"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f8,"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e":0x2177,"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2078,"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i":0x0e58,"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0207,"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0465,"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a8,"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff74,"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a74,"\u0065k\u006f\u0072\u0065\u0061\u006e":0x3154,"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043b,"\u0065l\u0065\u006d\u0065\u006e\u0074":0x2208,"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246a,"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247e,"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2492,"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x217a,"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073":0x23e7,"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073":0x2026,"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0x22ee,"\u0065\u006c\u0073\u0064\u006f\u0074":0x2a97,"\u0065m\u0061\u0063\u0072\u006f\u006e":0x0113,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e17,"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e15,"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043c,"\u0065\u006d\u0064\u0061\u0073\u0068":0x2014,"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe31,"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff45,"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e":0x055b,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x2205,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072":0x29b3,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c":0x29b4,"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072":0x29b1,"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063":0x29b2,"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft":0xd801,"\u0065\u006d\u0071\u0075\u0061\u0064":0x2001,"\u0065m\u0073\u0070\u0061\u0063\u0065":0x2003,"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3123,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064":0x20df,"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065":0x20de,"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x20e4,"\u0065\u006e\u0064\u0061\u0073\u0068":0x2013,"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe32,"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a3,"\u0065\u006e\u0067":0x014b,"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3125,"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a5,"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c8,"\u0065\u006e\u0071\u0075\u0061\u0064":0x2000,"\u0065n\u0073\u0070\u0061\u0063\u0065":0x2002,"\u0065o\u0067\u006f\u006e\u0065\u006b":0x0119,"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x3153,"\u0065\u006f\u0070e\u006e":0x025b,"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x029a,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x025c,"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064":0x025e,"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b":0x025d,"\u0065\u0070\u0061\u0072\u0065\u006e":0x24a0,"\u0065\u0070\u0061\u0072\u0073\u006c":0x29e3,"\u0065p\u0073\u0069\u006c\u006f\u006e":0x03b5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031":0x03f5,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x022a,"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076":0x03f6,"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03ad,"\u0065q\u0063\u006f\u006c\u006f\u006e":0x2255,"\u0065\u0071\u0064e\u0066":0x225d,"\u0065\u0071\u0064o\u0074":0x2a66,"\u0065\u0071\u0065\u0071":0x2a75,"\u0065\u0071\u0065\u0071\u0065\u0071":0x2a76,"\u0065\u0071\u0067t\u0072":0x22dd,"\u0065\u0071\u006c\u0065\u0073\u0073":0x22dc,"\u0065\u0071\u0071\u0067\u0074\u0072":0x2a9a,"\u0065q\u0071\u006c\u0065\u0073\u0073":0x2a99,"\u0065q\u0071\u0070\u006c\u0075\u0073":0x2a71,"\u0065\u0071\u0071\u0073\u0069\u006d":0x2a73,"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072":0x2a9c,"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073":0x2a9b,"\u0065\u0071\u0075a\u006c":0x003d,"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x2b40,"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1d,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073":0x22df,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a96,"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073":0x2a95,"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x22de,"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072":0x2242,"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x22d5,"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2971,"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c":0xfe66,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062":0x208c,"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207c,"\u0065q\u0075\u0069\u0076\u0044\u0044":0x2a78,"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t":0x2a68,"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074":0x2a69,"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065":0x2261,"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063":0x224d,"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c":0x29e5,"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3126,"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0440,"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d":0x0258,"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x044d,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065":0x29f3,"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064":0x29f1,"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065":0x29ef,"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065":0x29f2,"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x29f0,"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x29ee,"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0441,"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ab,"\u0065\u0073\u0068":0x0283,"\u0065s\u0068\u0063\u0075\u0072\u006c":0x0286,"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x090e,"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0946,"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070":0x01aa,"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0285,"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3047,"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a7,"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6a,"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d":0x212e,"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ec,"\u0065\u0074\u0061":0x03b7,"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0568,"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073":0x03ae,"\u0065\u0074\u0068":0x00f0,"\u0065\u0074\u0069\u006c\u0064\u0065":0x1ebd,"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e1b,"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077":0x0591,"\u0065t\u0075\u0072\u006e\u0065\u0064":0x01dd,"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3161,"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079":0x20a0,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c7,"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0947,"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac7,"\u0065\u0078\u0063\u006c\u0061\u006d":0x0021,"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x055c,"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l":0x203c,"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e":0x00a1,"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c":0xf7a1,"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff01,"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c":0xf721,"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c":0x2203,"\u0065\u007a\u0068":0x0292,"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e":0x01ef,"\u0065z\u0068\u0063\u0075\u0072\u006c":0x0293,"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x01b9,"\u0065z\u0068\u0074\u0061\u0069\u006c":0x01ba,"\u0066":0x0066,"\u0066\u0037\u0030\u0065":0xf70e,"\u0066\u0037\u0030\u0061":0xf70a,"\u0066\u0037\u0030\u0063":0xf70c,"\u0066\u0037\u0030\u0064":0xf70d,"\u0066\u0037\u0030\u0062":0xf70b,"\u0066\u0037\u0030\u0066":0xf70f,"\u0066\u0037\u0031\u0063":0xf71c,"\u0066\u0037\u0031\u0061":0xf71a,"\u0066\u0037\u0031\u0064":0xf71d,"\u0066\u0037\u0030\u0030":0xf700,"\u0066\u0037\u0030\u0031":0xf701,"\u0066\u0037\u0030\u0032":0xf702,"\u0066\u0037\u0030\u0033":0xf703,"\u0066\u0037\u0030\u0034":0xf704,"\u0066\u0037\u0030\u0035":0xf705,"\u0066\u0037\u0030\u0036":0xf706,"\u0066\u0037\u0030\u0037":0xf707,"\u0066\u0037\u0030\u0038":0xf708,"\u0066\u0037\u0030\u0039":0xf709,"\u0066\u0037\u0031\u0030":0xf710,"\u0066\u0037\u0031\u0031":0xf711,"\u0066\u0037\u0031\u0032":0xf712,"\u0066\u0037\u0031\u0033":0xf713,"\u0066\u0037\u0031\u0034":0xf714,"\u0066\u0037\u0031\u0035":0xf715,"\u0066\u0037\u0031\u0036":0xf716,"\u0066\u0037\u0031\u0037":0xf717,"\u0066\u0037\u0031\u0038":0xf718,"\u0066\u0037\u0031\u0039":0xf719,"\u0066\u0061\u0064\u0065\u0076\u0061":0x095e,"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5e,"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074":0x2109,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068":0x06cc,"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfbfd,"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfbfc,"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe77,"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe76,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077":0xe820,"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063":0x064e,"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe832,"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe70,"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe823,"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe833,"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3108,"\u0066b\u006f\u0077\u0074\u0069\u0065":0x29d3,"\u0066c\u0069\u0072\u0063\u006c\u0065":0x24d5,"\u0066\u0063\u006d\u0070":0x2a3e,"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077":0x292f,"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067":0x292c,"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e1f,"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0586,"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed2,"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed3,"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed1,"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed4,"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc31,"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc32,"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c":0x03e5,"\u0066\u0065\u006d\u0061\u006c\u0065":0x2640,"\u0066\u0066":0xfb00,"\u0066\u0066\u0069":0xfb03,"\u0066\u0066\u006c":0xfb04,"\u0066\u0069":0xfb01,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246e,"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2482,"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2496,"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068":0x2012,"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065":0x2007,"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077":0xfb3a,"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073":0xe803,"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061":0xe802,"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077":0x05dd,"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05e3,"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069":0x05e5,"\u0066\u0069\u006e\u0074":0x2a0f,"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065":0x02c9,"\u0066i\u0073\u0068\u0065\u0079\u0065":0x25c9,"\u0066\u0069\u0076\u0065":0x0035,"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0665,"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09eb,"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061":0x096b,"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215d,"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aeb,"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6b,"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3025,"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3224,"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2085,"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff15,"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf735,"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n":0x2478,"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248c,"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f5,"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n":0x2174,"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h":0x215a,"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2075,"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069":0x0e55,"\u0066\u006c":0xfb02,"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t":0x230a,"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074":0x230b,"\u0066\u006c\u006f\u0072\u0069\u006e":0x0192,"\u0066\u006c\u0074n\u0073":0x23e5,"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff46,"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x3399,"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i":0x0e1f,"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069":0x0e1d,"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2aba,"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2ab6,"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074":0x22e9,"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c":0x2ab0,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079":0x227d,"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c":0x227f,"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4f,"\u0066\u006f\u0072\u0063\u0065\u0073":0x22a9,"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r":0x22aa,"\u0066\u006f\u0072\u006b":0x22d4,"\u0066\u006f\u0072k\u0073":0x2adc,"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074":0x2add,"\u0066\u006f\u0072k\u0076":0x2ad9,"\u0066\u006f\u0075\u0072":0x0034,"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x0664,"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ea,"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061":0x096a,"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073":0x2158,"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aea,"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6a,"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3024,"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3223,"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2084,"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff14,"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069":0x09f7,"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf734,"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n":0x2477,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065":0x2005,"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064":0x248b,"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f4,"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n":0x2173,"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2074,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246d,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2481,"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2495,"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069":0x0e54,"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074":0x221c,"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02cb,"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s":0x2999,"\u0066\u0070\u0061\u0072\u0065\u006e":0x24a1,"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e":0x2044,"\u0066\u0072\u0061n\u0063":0x20a3,"\u0066r\u006f\u006e\u0074\u0065\u0064":0x024b,"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d7,"\u0067":0x0067,"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci":0x0997,"\u0067\u0061\u0063\u0075\u0074\u0065":0x01f5,"\u0067\u0061\u0064\u0065\u0076\u0061":0x0917,"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c":0x06af,"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb93,"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb94,"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb92,"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb95,"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a97,"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a17,"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304c,"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ac,"\u0067\u0061\u006dm\u0061":0x03b3,"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c":0x0263,"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02e0,"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03eb,"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310d,"\u0067\u0062\u0072\u0065\u0076\u0065":0x011f,"\u0067\u0063\u0061\u0072\u006f\u006e":0x01e7,"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0123,"\u0067c\u0069\u0072\u0063\u006c\u0065":0x24d6,"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x011d,"\u0067\u0064\u006f\u0074":0x0121,"\u0067\u0065\u0062a\u0072":0x03cf,"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3052,"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b2,"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074":0x224e,"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c":0x2251,"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et":0x2afa,"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077":0x059c,"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0x05f3,"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077":0x059d,"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073":0x00df,"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077":0x059e,"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05f4,"\u0067\u0065\u0073c\u0063":0x2aa9,"\u0067\u0065\u0073\u0064\u006f\u0074":0x2a80,"\u0067e\u0073\u0064\u006f\u0074\u006f":0x2a82,"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c":0x2a84,"\u0067\u0065\u0073\u006c\u0065\u0073":0x2a94,"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b":0x3013,"\u0067\u0067\u0067":0x22d9,"\u0067g\u0067\u006e\u0065\u0073\u0074":0x2af8,"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0998,"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0572,"\u0067h\u0061\u0064\u0065\u0076\u0061":0x0918,"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a98,"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a18,"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x063a,"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfece,"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfecf,"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfecd,"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed0,"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x0495,"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0493,"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0491,"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x095a,"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5a,"\u0067\u0068\u006fo\u006b":0x0260,"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3393,"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304e,"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ae,"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0563,"\u0067\u0069\u006de\u006c":0x2137,"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb32,"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0453,"\u0067\u006c\u0045":0x2a92,"\u0067\u006c\u0061":0x2aa5,"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b":0x29e6,"\u0067\u006c\u006a":0x2aa4,"\u0067l\u006f\u0074\u0074\u0061\u006c":0x0249,"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065":0x01be,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076":0x024a,"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070":0x0294,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072":0x0231,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076":0x0232,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076":0x0226,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064":0x0296,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064":0x02c0,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x0295,"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064":0x02c1,"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072":0x02e4,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076":0x0225,"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065":0x02a1,"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d":0x02a2,"\u0067m\u0061\u0063\u0072\u006f\u006e":0x1e21,"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff47,"\u0067\u006e\u0073i\u006d":0x22e7,"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3054,"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b4,"\u0067\u0070\u0061\u0072\u0065\u006e":0x24a2,"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ac,"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074":0x2207,"\u0067\u0072\u0061v\u0065":0x0060,"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0316,"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062":0x0300,"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a":0x0953,"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070":0x02b3,"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064":0x02ce,"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff40,"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062":0x0340,"\u0067r\u0065\u0061\u0074\u0065\u0072":0x003e,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073":0x2a8c,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074":0x22d7,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2265,"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073":0x22db,"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1e,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c":0x2a8a,"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a88,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c":0x2a86,"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2273,"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073":0x2277,"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c":0x2269,"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2267,"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c":0xfe65,"\u0067s\u0063\u0072\u0069\u0070\u0074":0x0261,"\u0067\u0073\u0069m\u0065":0x2a8e,"\u0067\u0073\u0069m\u006c":0x2a90,"\u0067s\u0074\u0072\u006f\u006b\u0065":0x01e5,"\u0067\u0074\u0063\u0063":0x2aa7,"\u0067\u0074\u0063i\u0072":0x2a7a,"\u0067\u0074\u006c\u0070\u0061\u0072":0x29a0,"\u0067t\u0071\u0075\u0065\u0073\u0074":0x2a7c,"\u0067\u0074\u0072\u0061\u0072\u0072":0x2978,"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3050,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074":0x00ab,"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074":0x00bb,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074":0x2039,"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074":0x203a,"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b0,"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3318,"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065":0x33c9,"\u0068":0x0068,"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04a9,"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063":0x06c1,"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b9,"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029f,"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b3,"\u0068\u0061\u0064\u0065\u0076\u0061":0x0939,"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab9,"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a39,"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea2,"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea3,"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306f,"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea1,"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea4,"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcaa,"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e":0x200a,"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x332a,"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cf,"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8a,"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a4d,"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0621,"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe80,"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072":0x3164,"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044a,"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074":0x21c3,"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074":0x21c2,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070":0x21bc,"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21cc,"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070":0x21c0,"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074":0x21cb,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074":0x21bf,"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074":0x21be,"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23af,"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33ca,"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036":0x05b2,"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038":0x05b3,"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077":0x05b1,"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx":0x2a6f,"\u0068\u0062\u0061\u0072":0x0127,"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310f,"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2b,"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x1e29,"\u0068c\u0069\u0072\u0063\u006c\u0065":0x24d7,"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0125,"\u0068\u0063\u0079\u0072\u0069\u006c":0x03f7,"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e27,"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e23,"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e25,"\u0068\u0065\u0061r\u0074":0x2665,"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2661,"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb34,"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0647,"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063":0xfba7,"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeea,"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfba5,"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063":0xfba4,"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfba8,"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeeb,"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3078,"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee9,"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfba9,"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeec,"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd8,"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337b,"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d8,"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8d,"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3336,"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b":0x0267,"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078":0x22b9,"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3339,"\u0068e\u0078\u0061\u0067\u006f\u006e":0x2394,"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b23,"\u0068\u0068\u006fo\u006b":0x0266,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023a,"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b1,"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x327b,"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x321b,"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x326d,"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314e,"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x320d,"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa":0x0674,"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3072,"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d2,"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8b,"\u0068i\u0072\u0069\u0071\u0031\u0034":0x05b4,"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw":0x2924,"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw":0x2923,"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077":0x2925,"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077":0x2926,"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e96,"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff48,"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0570,"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i":0x0e2b,"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307b,"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30db,"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8e,"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077":0x05b9,"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069":0x0e2e,"\u0068o\u006f\u006b\u0063\u006d\u0062":0x0309,"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0321,"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0322,"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3342,"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e9,"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072":0x2015,"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062":0x05a2,"\u0068o\u0072\u006e\u0063\u006d\u0062":0x031b,"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073":0x2668,"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s":0x29d6,"\u0068\u006f\u0075s\u0065":0x2302,"\u0068\u0070\u0061\u0072\u0065\u006e":0x24a3,"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25ad,"\u0068\u0073\u0075\u0070\u0065\u0072":0x0239,"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b0,"\u0068t\u0075\u0072\u006e\u0065\u0064":0x0265,"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3075,"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3333,"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d5,"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8c,"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x02dd,"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031":0xf009,"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062":0x030b,"\u0068\u0076":0x0195,"\u0068\u0079\u0070\u0068\u0065\u006e":0x002d,"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074":0x2043,"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft":0x2027,"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e5,"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0d,"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c":0xfe63,"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e6,"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o":0x2010,"\u0068z\u0069\u0067\u007a\u0061\u0067":0x3030,"\u0069":0x0069,"\u0069\u0061\u0063\u0075\u0074\u0065":0x00ed,"\u0069\u0062\u0061\u0072":0x01f8,"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0987,"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3127,"\u0069\u0062\u0072\u0065\u0076\u0065":0x012d,"\u0069\u0063\u0061\u0072\u006f\u006e":0x01d0,"\u0069c\u0069\u0072\u0063\u006c\u0065":0x24d8,"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00ee,"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0209,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065":0x328f,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x328b,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323f,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e":0x323a,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x32a5,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065":0x3006,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061":0x3001,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074":0xff64,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e":0x3237,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x32a3,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e":0x322f,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e":0x323d,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065":0x329d,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3240,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065":0x3296,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n":0x3236,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e":0x322b,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e":0x3232,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065":0x32a4,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b":0x3005,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065":0x3298,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e":0x3238,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065":0x32a7,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065":0x32a6,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce":0x32a9,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e":0x322e,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e":0x322a,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e":0x3234,"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064":0x3002,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065":0x329e,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e":0x3243,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n":0x3239,"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e":0x323e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065":0x32a8,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x3299,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e":0x3242,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x3233,"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065":0x3000,"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e":0x3235,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e":0x3231,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e":0x323b,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e":0x3230,"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n":0x323c,"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e":0x322c,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e":0x322d,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f":0x3007,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065":0x328e,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x328a,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x3294,"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065":0x3290,"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065":0x328c,"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065":0x328d,"\u0069\u0064\u0065v\u0061":0x0907,"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ef,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x1e2f,"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e5,"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecb,"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d7,"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0435,"\u0069\u0065\u0068\u006f\u006f\u006b":0x03f9,"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b":0x03fb,"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3275,"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3215,"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3267,"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3147,"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3207,"\u0069\u0067\u0072\u0061\u0076\u0065":0x00ec,"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a87,"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a07,"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3044,"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ec9,"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci":0x0988,"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0438,"\u0069\u0069\u0064\u0065\u0076\u0061":0x0908,"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a88,"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a08,"\u0069\u0069\u0069\u0069\u006e\u0074":0x2a0c,"\u0069\u0069\u0069n\u0074":0x222d,"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a40,"\u0069\u0069\u006e\u0066\u0069\u006e":0x29dc,"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020b,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c0,"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0940,"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac0,"\u0069\u006a":0x0133,"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a4,"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff72,"\u0069k\u006f\u0072\u0065\u0061\u006e":0x3163,"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077":0x05ac,"\u0069m\u0061\u0063\u0072\u006f\u006e":0x012b,"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e3,"\u0069m\u0061\u0067\u0065\u006f\u0066":0x22b7,"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l":0x2253,"\u0069\u006d\u0061t\u0068":0x1d6a4,"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a3f,"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff49,"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079":0x221e,"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056b,"\u0069\u006e\u0074\u0042\u0061\u0072":0x2a0e,"\u0069\u006e\u0074\u0062\u0061\u0072":0x2a0d,"\u0069\u006e\u0074\u0063\u0061\u0070":0x2a19,"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2231,"\u0069\u006e\u0074\u0063\u0075\u0070":0x2a1a,"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065":0x2216,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c":0x222b,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074":0x2321,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078":0xf8f5,"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070":0x2320,"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c":0x22ba,"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065":0x2af4,"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067":0x203d,"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e":0x2e18,"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e":0x2229,"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c":0x22d2,"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079":0x22c2,"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071":0x2293,"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072":0x23ae,"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3305,"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b":0x2a17,"\u0069n\u0074\u0070\u0072\u006f\u0064":0x2a3c,"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072":0x2a3d,"\u0069\u006e\u0074\u0078":0x2a18,"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t":0x25d8,"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce":0x25d9,"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073":0x223e,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25db,"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065":0x25da,"\u0069o\u0067\u006f\u006e\u0065\u006b":0x012f,"\u0069\u006f\u0074\u0061":0x03b9,"\u0069\u006f\u0074a\u0031":0x01f9,"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03ca,"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073":0x0390,"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n":0x0269,"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs":0x03af,"\u0069\u0070\u0061\u0072\u0065\u006e":0x24a4,"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a72,"\u0069\u0073\u0069n\u0045":0x22f9,"\u0069s\u0069\u006e\u0064\u006f\u0074":0x22f5,"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f7,"\u0069\u0073\u0069n\u0073":0x22f4,"\u0069\u0073\u0069\u006e\u0076\u0062":0x22f8,"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3043,"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a3,"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff68,"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09fa,"\u0069s\u0074\u0072\u006f\u006b\u0065":0x0268,"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ed,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x309d,"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30fd,"\u0069\u0074\u0069\u006c\u0064\u0065":0x0129,"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e2d,"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3129,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09bf,"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x093f,"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0abf,"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0477,"\u006a":0x006a,"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0571,"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci":0x099c,"\u006a\u0061\u0064\u0065\u0076\u0061":0x091c,"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9c,"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1c,"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3110,"\u006a\u0063\u0061\u0072\u006f\u006e":0x01f0,"\u006ac\u0069\u0072\u0063\u006c\u0065":0x24d9,"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0135,"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c":0x029d,"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c":0x022d,"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065":0x025f,"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0x062c,"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9e,"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9f,"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe9d,"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea0,"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca8,"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb8b,"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8a,"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099d,"\u006ah\u0061\u0064\u0065\u0076\u0061":0x091d,"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9d,"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1d,"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057b,"\u006a\u0069\u0073":0x3004,"\u006a\u006d\u0061t\u0068":0x1d6a5,"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4a,"\u006a\u0070\u0061\u0072\u0065\u006e":0x24a5,"\u006a\u0073\u0075\u0070\u0065\u0072":0x023b,"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b2,"\u006b":0x006b,"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04a1,"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci":0x0995,"\u006b\u0061\u0063\u0075\u0074\u0065":0x1e31,"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043a,"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049b,"\u006b\u0061\u0064\u0065\u0076\u0061":0x0915,"\u006b\u0061\u0066":0x05db,"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb3b,"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeda,"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedb,"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed9,"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedc,"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4d,"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a95,"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a15,"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304b,"\u006b\u0061\u0068\u006f\u006f\u006b":0x0400,"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04c4,"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ab,"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff76,"\u006b\u0061\u0070p\u0061":0x03ba,"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b":0x03f0,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3171,"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e":0x3184,"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3178,"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3179,"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x330d,"\u006ba\u0072\u0074\u0064\u0065\u0073":0x03d7,"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063":0x0640,"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f5,"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3384,"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7a,"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077":0xe826,"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7b,"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063":0x064d,"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe74,"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077":0xe827,"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049f,"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068":0xff70,"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x049d,"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310e,"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3389,"\u006b\u0063\u0061\u0072\u006f\u006e":0x01e9,"\u006bc\u0069\u0072\u0063\u006c\u0065":0x24da,"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0137,"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e33,"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0584,"\u006b\u0065\u0068e\u0068":0x06a9,"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfb8f,"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfb90,"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb8e,"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c":0xfb91,"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3051,"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b1,"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff79,"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056f,"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e":0x223b,"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f6,"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063":0x0138,"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0996,"\u006bh\u0061\u0064\u0065\u0076\u0061":0x0916,"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a96,"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a16,"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea6,"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfea7,"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfea5,"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfea8,"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcac,"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e7,"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061":0x0959,"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a59,"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3278,"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3218,"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326a,"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314b,"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320a,"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069":0x0e02,"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069":0x0e05,"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069":0x0e03,"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069":0x0e04,"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069":0x0e5b,"\u006b\u0068\u006fo\u006b":0x0199,"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069":0x0e06,"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3391,"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304d,"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ad,"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff77,"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3315,"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065":0x3316,"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3314,"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326e,"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320e,"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3260,"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x3131,"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3200,"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3133,"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e35,"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3398,"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a6,"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4b,"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a2,"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3053,"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c0,"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i":0x0e01,"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b3,"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7a,"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x331e,"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0481,"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c":0x327f,"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062":0x0343,"\u006b\u0070\u0061\u0072\u0065\u006e":0x24a6,"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33aa,"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x046f,"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x33cf,"\u006b\u0074\u0075r\u006e":0x022e,"\u006bt\u0075\u0072\u006e\u0065\u0064":0x029e,"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x304f,"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30af,"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff78,"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b8,"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33be,"\u006c":0x006c,"\u006c\u0041\u006e\u0067\u006c\u0065":0x27ea,"\u006c\u0042\u0072\u0061\u0063\u0065":0x2983,"\u006c\u0050\u0061\u0072\u0065\u006e":0x2985,"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b2,"\u006c\u0061\u0063\u0075\u0074\u0065":0x013a,"\u006c\u0061\u0064\u0065\u0076\u0061":0x0932,"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab2,"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a32,"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069":0x0e45,"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfefc,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef8,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef7,"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfefa,"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef9,"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfefb,"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063":0xfef6,"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfef5,"\u006c\u0061\u006d\u0062\u0064\u0061":0x03bb,"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065":0x019b,"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068":0xfb3c,"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077":0x05dc,"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d":0xe805,"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d":0xe804,"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfede,"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfcca,"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfedf,"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfedd,"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcc9,"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccb,"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063":0xfdf2,"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee0,"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfd88,"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfccc,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc43,"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc40,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfccd,"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc3f,"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc41,"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc42,"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c":0xe811,"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc44,"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft":0x2991,"\u006c\u0061\u0070\u006c\u0061\u0063":0x29e0,"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25ef,"\u006c\u0061\u0074":0x2aab,"\u006c\u0061\u0074\u0065":0x2aad,"\u006c\u0062\u0061\u0067":0x27c5,"\u006c\u0062\u0061\u0072":0x019a,"\u006c\u0062\u0062a\u0072":0x2114,"\u006c\u0062\u0065l\u0074":0x026c,"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2997,"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310c,"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23a9,"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d":0x23a8,"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23a7,"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a2,"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a3,"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b":0x298f,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298b,"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a1,"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b":0x298d,"\u006cb\u0072\u0062\u0072\u0061\u006b":0x2772,"\u006c\u0063\u0061\u0072\u006f\u006e":0x013e,"\u006cc\u0061\u0072\u006f\u006e\u0031":0xf813,"\u006cc\u0069\u0072\u0063\u006c\u0065":0x24db,"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e3d,"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x013c,"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fc,"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x0140,"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e37,"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e39,"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062":0x031a,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2b4a,"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078":0x2b42,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072":0x2b4b,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073":0x2977,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073":0x2b32,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073":0x2946,"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2943,"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2973,"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074":0x297a,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065":0x21fd,"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2b3e,"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290c,"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2b3f,"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290e,"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291b,"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2b38,"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2936,"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297c,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074":0x20d0,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072":0x295e,"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e":0x2962,"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072":0x295a,"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068":0x296a,"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073":0x21c7,"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e":0x263e,"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e":0x27d5,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2948,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065":0x21ff,"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e":0x2950,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070":0x294b,"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2967,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2966,"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e":0x294a,"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070":0x294e,"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077":0x21dc,"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0318,"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c":0x2919,"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x2b31,"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077":0x219c,"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et":0x2af9,"\u006c\u0065\u0073c\u0063":0x2aa8,"\u006c\u0065\u0073\u0064\u006f\u0074":0x2a7f,"\u006ce\u0073\u0064\u006f\u0074\u006f":0x2a81,"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072":0x2a83,"\u006c\u0065\u0073\u0067\u0065\u0073":0x2a93,"\u006c\u0065\u0073\u0073":0x003c,"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072":0x2a8b,"\u006ce\u0073\u0073\u0064\u006f\u0074":0x22d6,"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l":0x2264,"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072":0x22da,"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff1c,"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2a89,"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2a87,"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c":0x2a85,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074":0x2a7d,"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074":0x2272,"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x2276,"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x2268,"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c":0x2266,"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl":0xfe64,"\u006c\u0065\u007a\u0068":0x026e,"\u006cf\u0062\u006c\u006f\u0063\u006b":0x258c,"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d1,"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x258f,"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b":0x258b,"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b":0x258e,"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x2589,"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b":0x258d,"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b":0x258a,"\u006cf\u0074\u0069\u006d\u0065\u0073":0x29d4,"\u006c\u0067\u0045":0x2a91,"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2b24,"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1b,"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1c,"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x026d,"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064":0x21b4,"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072":0x2028,"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070":0x0280,"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x029c,"\u006c\u0069\u0072\u0061":0x20a4,"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056c,"\u006c\u006a":0x01c9,"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0459,"\u006c\u006c":0xf6c0,"\u006cl\u0061\u0064\u0065\u0076\u0061":0x0933,"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab3,"\u006cl\u0061\u006e\u0067\u006c\u0065":0x2989,"\u006c\u006c\u0061r\u0063":0x25df,"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e3b,"\u006c\u006c\u006c":0x22d8,"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061":0x0934,"\u006cl\u006c\u006e\u0065\u0073\u0074":0x2af7,"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2987,"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25fa,"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e1,"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0961,"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09e3,"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0963,"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065":0x026b,"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4c,"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b0,"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d0,"\u006c\u006e\u0073i\u006d":0x22e6,"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069":0x0e2c,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064":0x2227,"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x00ac,"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr":0x2228,"\u006co\u0067\u006f\u006e\u0065\u006b":0xf830,"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e25,"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v":0x27de,"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e":0x27cc,"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x27f5,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x27f7,"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077":0x2b33,"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x27fb,"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f":0x27fc,"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x27f6,"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077":0x27ff,"\u006c\u006f\u006eg\u0073":0x017f,"\u006c\u006f\u006e\u0067\u0073\u0074":0xfb05,"\u006co\u0077\u0065\u0072\u0065\u0064":0x024e,"\u006c\u006f\u0077\u0069\u006e\u0074":0x2a1c,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065":0xfe4e,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0332,"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064":0xfe4d,"\u006co\u007a\u0065\u006e\u0067\u0065":0x25ca,"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073":0x27e0,"\u006c\u0070\u0061\u0072\u0065\u006e":0x24a7,"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239c,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x239d,"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073":0x2993,"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239b,"\u006c\u0072\u0061r\u0063":0x25de,"\u006c\u0072\u0065":0x202a,"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25ff,"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071":0x29e1,"\u006c\u0073\u0069m\u0065":0x2a8d,"\u006c\u0073\u0069m\u0067":0x2a8f,"\u006c\u0073\u006c\u0061\u0073\u0068":0x0142,"\u006cs\u0071\u0068\u006f\u006f\u006b":0x2acd,"\u006c\u0073\u0075\u0070\u0065\u0072":0x026a,"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ee,"\u006c\u0074\u0063\u0063":0x2aa6,"\u006c\u0074\u0063i\u0072":0x2a79,"\u006c\u0074\u006c\u0061\u0072\u0072":0x2976,"\u006ct\u0071\u0075\u0065\u0073\u0074":0x2a7b,"\u006c\u0074\u0072\u0069\u0076\u0062":0x29cf,"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031":0xf821,"\u006c\u0075\u0074\u0068\u0061\u0069":0x0e26,"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b8,"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098c,"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090c,"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e2,"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0962,"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d8,"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065":0x33d3,"\u006d":0x006d,"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci":0x09ae,"\u006d\u0061\u0063\u0072\u006f\u006e":0x00af,"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0331,"\u006da\u0063\u0072\u006f\u006e\u0063\u006db":0x0304,"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064":0x02cd,"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe3,"\u006d\u0061\u0063\u0075\u0074\u0065":0x1e3f,"\u006d\u0061\u0064\u0065\u0076\u0061":0x092e,"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aae,"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2e,"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077":0x05a4,"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307e,"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf895,"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf894,"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069":0x0e4b,"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf893,"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88c,"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069":0xf88b,"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i":0x0e48,"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf88a,"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069":0xf884,"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069":0x0e31,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf889,"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069":0x0e47,"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf88f,"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf88e,"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069":0x0e49,"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf88d,"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf892,"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069":0xf891,"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069":0x0e4a,"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf890,"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069":0x0e46,"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30de,"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff8f,"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065":0x3347,"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e":0x21a7,"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x21a4,"\u006d\u0061\u0070\u0073\u0074\u006f":0x21a6,"\u006d\u0061\u0070\u0073\u0075\u0070":0x21a5,"\u006d\u0061\u0072\u0073":0x2642,"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077":0x05af,"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3383,"\u006d\u0062\u0066\u0041":0x1d400,"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061":0x1d6a8,"\u006d\u0062\u0066\u0042":0x1d401,"\u006db\u0066\u0042\u0065\u0074\u0061":0x1d6a9,"\u006d\u0062\u0066\u0043":0x1d402,"\u006d\u0062\u0066\u0043\u0068\u0069":0x1d6be,"\u006d\u0062\u0066\u0044":0x1d403,"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061":0x1d6ab,"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061":0x1d7ca,"\u006d\u0062\u0066\u0045":0x1d404,"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6ac,"\u006d\u0062\u0066\u0045\u0074\u0061":0x1d6ae,"\u006d\u0062\u0066\u0046":0x1d405,"\u006d\u0062\u0066\u0047":0x1d406,"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061":0x1d6aa,"\u006d\u0062\u0066\u0048":0x1d407,"\u006d\u0062\u0066\u0049":0x1d408,"\u006db\u0066\u0049\u006f\u0074\u0061":0x1d6b0,"\u006d\u0062\u0066\u004a":0x1d409,"\u006d\u0062\u0066\u004b":0x1d40a,"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061":0x1d6b1,"\u006d\u0062\u0066\u004c":0x1d40b,"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a":0x1d6b2,"\u006d\u0062\u0066\u004d":0x1d40c,"\u006d\u0062\u0066M\u0075":0x1d6b3,"\u006d\u0062\u0066\u004e":0x1d40d,"\u006d\u0062\u0066N\u0075":0x1d6b4,"\u006d\u0062\u0066\u004f":0x1d40e,"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061":0x1d6c0,"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6b6,"\u006d\u0062\u0066\u0050":0x1d40f,"\u006d\u0062\u0066\u0050\u0068\u0069":0x1d6bd,"\u006d\u0062\u0066P\u0069":0x1d6b7,"\u006d\u0062\u0066\u0050\u0073\u0069":0x1d6bf,"\u006d\u0062\u0066\u0051":0x1d410,"\u006d\u0062\u0066\u0052":0x1d411,"\u006d\u0062\u0066\u0052\u0068\u006f":0x1d6b8,"\u006d\u0062\u0066\u0053":0x1d412,"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061":0x1d6ba,"\u006d\u0062\u0066\u0054":0x1d413,"\u006d\u0062\u0066\u0054\u0061\u0075":0x1d6bb,"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061":0x1d6af,"\u006d\u0062\u0066\u0055":0x1d414,"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6bc,"\u006d\u0062\u0066\u0056":0x1d415,"\u006d\u0062\u0066\u0057":0x1d416,"\u006d\u0062\u0066\u0058":0x1d417,"\u006d\u0062\u0066X\u0069":0x1d6b5,"\u006d\u0062\u0066\u0059":0x1d418,"\u006d\u0062\u0066\u005a":0x1d419,"\u006db\u0066\u005a\u0065\u0074\u0061":0x1d6ad,"\u006d\u0062\u0066\u0061":0x1d41a,"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061":0x1d6c2,"\u006d\u0062\u0066\u0062":0x1d41b,"\u006db\u0066\u0062\u0065\u0074\u0061":0x1d6c3,"\u006d\u0062\u0066\u0063":0x1d41c,"\u006d\u0062\u0066\u0063\u0068\u0069":0x1d6d8,"\u006d\u0062\u0066\u0064":0x1d41d,"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061":0x1d6c5,"\u006d\u0062\u0066\u0065":0x1d41e,"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6c6,"\u006d\u0062\u0066\u0065\u0074\u0061":0x1d6c8,"\u006d\u0062\u0066\u0066":0x1d41f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041":0x1d56c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042":0x1d56d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043":0x1d56e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044":0x1d56f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045":0x1d570,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046":0x1d571,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047":0x1d572,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048":0x1d573,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049":0x1d574,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a":0x1d575,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b":0x1d576,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c":0x1d577,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d":0x1d578,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e":0x1d579,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f":0x1d57a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050":0x1d57b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051":0x1d57c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052":0x1d57d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053":0x1d57e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054":0x1d57f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055":0x1d580,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056":0x1d581,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057":0x1d582,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058":0x1d583,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059":0x1d584,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a":0x1d585,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061":0x1d586,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062":0x1d587,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063":0x1d588,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064":0x1d589,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065":0x1d58a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066":0x1d58b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067":0x1d58c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068":0x1d58d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069":0x1d58e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a":0x1d58f,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b":0x1d590,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c":0x1d591,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d":0x1d592,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e":0x1d593,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f":0x1d594,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070":0x1d595,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071":0x1d596,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072":0x1d597,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073":0x1d598,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074":0x1d599,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075":0x1d59a,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076":0x1d59b,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077":0x1d59c,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078":0x1d59d,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079":0x1d59e,"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a":0x1d59f,"\u006d\u0062\u0066\u0067":0x1d420,"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061":0x1d6c4,"\u006d\u0062\u0066\u0068":0x1d421,"\u006d\u0062\u0066\u0069":0x1d422,"\u006db\u0066\u0069\u006f\u0074\u0061":0x1d6ca,"\u006d\u0062\u0066\u0069\u0074\u0041":0x1d468,"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d71c,"\u006d\u0062\u0066\u0069\u0074\u0042":0x1d469,"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a":0x1d71d,"\u006d\u0062\u0066\u0069\u0074\u0043":0x1d46a,"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069":0x1d732,"\u006d\u0062\u0066\u0069\u0074\u0044":0x1d46b,"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d71f,"\u006d\u0062\u0066\u0069\u0074\u0045":0x1d46c,"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d720,"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061":0x1d722,"\u006d\u0062\u0066\u0069\u0074\u0046":0x1d46d,"\u006d\u0062\u0066\u0069\u0074\u0047":0x1d46e,"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d71e,"\u006d\u0062\u0066\u0069\u0074\u0048":0x1d46f,"\u006d\u0062\u0066\u0069\u0074\u0049":0x1d470,"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a":0x1d724,"\u006d\u0062\u0066\u0069\u0074\u004a":0x1d471,"\u006d\u0062\u0066\u0069\u0074\u004b":0x1d472,"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d725,"\u006d\u0062\u0066\u0069\u0074\u004c":0x1d473,"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061":0x1d726,"\u006d\u0062\u0066\u0069\u0074\u004d":0x1d474,"\u006db\u0066\u0069\u0074\u004d\u0075":0x1d727,"\u006d\u0062\u0066\u0069\u0074\u004e":0x1d475,"\u006db\u0066\u0069\u0074\u004e\u0075":0x1d728,"\u006d\u0062\u0066\u0069\u0074\u004f":0x1d476,"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d734,"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d72a,"\u006d\u0062\u0066\u0069\u0074\u0050":0x1d477,"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069":0x1d731,"\u006db\u0066\u0069\u0074\u0050\u0069":0x1d72b,"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069":0x1d733,"\u006d\u0062\u0066\u0069\u0074\u0051":0x1d478,"\u006d\u0062\u0066\u0069\u0074\u0052":0x1d479,"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f":0x1d72c,"\u006d\u0062\u0066\u0069\u0074\u0053":0x1d47a,"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d72e,"\u006d\u0062\u0066\u0069\u0074\u0054":0x1d47b,"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075":0x1d72f,"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d723,"\u006d\u0062\u0066\u0069\u0074\u0055":0x1d47c,"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d730,"\u006d\u0062\u0066\u0069\u0074\u0056":0x1d47d,"\u006d\u0062\u0066\u0069\u0074\u0057":0x1d47e,"\u006d\u0062\u0066\u0069\u0074\u0058":0x1d47f,"\u006db\u0066\u0069\u0074\u0058\u0069":0x1d729,"\u006d\u0062\u0066\u0069\u0074\u0059":0x1d480,"\u006d\u0062\u0066\u0069\u0074\u005a":0x1d481,"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a":0x1d721,"\u006d\u0062\u0066\u0069\u0074\u0061":0x1d482,"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d736,"\u006d\u0062\u0066\u0069\u0074\u0062":0x1d483,"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a":0x1d737,"\u006d\u0062\u0066\u0069\u0074\u0063":0x1d484,"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069":0x1d74c,"\u006d\u0062\u0066\u0069\u0074\u0064":0x1d485,"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d739,"\u006d\u0062\u0066\u0069\u0074\u0065":0x1d486,"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d73a,"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061":0x1d73c,"\u006d\u0062\u0066\u0069\u0074\u0066":0x1d487,"\u006d\u0062\u0066\u0069\u0074\u0067":0x1d488,"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d738,"\u006d\u0062\u0066\u0069\u0074\u0068":0x1d489,"\u006d\u0062\u0066\u0069\u0074\u0069":0x1d48a,"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a":0x1d73e,"\u006d\u0062\u0066\u0069\u0074\u006a":0x1d48b,"\u006d\u0062\u0066\u0069\u0074\u006b":0x1d48c,"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d73f,"\u006d\u0062\u0066\u0069\u0074\u006c":0x1d48d,"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061":0x1d740,"\u006d\u0062\u0066\u0069\u0074\u006d":0x1d48e,"\u006db\u0066\u0069\u0074\u006d\u0075":0x1d741,"\u006d\u0062\u0066\u0069\u0074\u006e":0x1d48f,"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d735,"\u006db\u0066\u0069\u0074\u006e\u0075":0x1d742,"\u006d\u0062\u0066\u0069\u0074\u006f":0x1d490,"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d74e,"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d744,"\u006d\u0062\u0066\u0069\u0074\u0070":0x1d491,"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d74f,"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069":0x1d74b,"\u006db\u0066\u0069\u0074\u0070\u0069":0x1d745,"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069":0x1d74d,"\u006d\u0062\u0066\u0069\u0074\u0071":0x1d492,"\u006d\u0062\u0066\u0069\u0074\u0072":0x1d493,"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f":0x1d746,"\u006d\u0062\u0066\u0069\u0074\u0073":0x1d494,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d63c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061":0x1d790,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d63d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d791,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d63e,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d7a6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d63f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061":0x1d793,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d640,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d794,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d796,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d641,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d642,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061":0x1d792,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d643,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d644,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d798,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d645,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d646,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061":0x1d799,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d647,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d79a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d648,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075":0x1d79b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d649,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075":0x1d79c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d64a,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061":0x1d7a8,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d79e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d64b,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d7a5,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069":0x1d79f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d7a7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d64c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d64d,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d7a0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d64e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061":0x1d7a2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d64f,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d7a3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061":0x1d797,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d650,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7a4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d651,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d652,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d653,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069":0x1d79d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d654,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d655,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d795,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d656,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061":0x1d7aa,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d657,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d7ab,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d658,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d7c0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d659,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061":0x1d7ad,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d65a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7ae,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d7b0,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d65b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d65c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061":0x1d7ac,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d65d,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d65e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d7b2,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d65f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d660,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061":0x1d7b3,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d661,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d7b4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d662,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075":0x1d7b5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d663,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061":0x1d7a9,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075":0x1d7b6,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d664,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061":0x1d7c2,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d7b8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d665,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d7c3,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d7bf,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069":0x1d7b9,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d7c1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d666,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d667,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d7ba,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d668,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061":0x1d7bc,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d669,"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d7bd,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061":0x1d7b1,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d66a,"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7be,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d66b,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061":0x1d7a1,"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d7c4,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061":0x1d7c6,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d7c7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069":0x1d7c9,"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d7c8,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061":0x1d7bb,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061":0x1d7c5,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d66c,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d66d,"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069":0x1d7b7,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d66e,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d66f,"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d7af,"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d748,"\u006d\u0062\u0066\u0069\u0074\u0074":0x1d495,"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075":0x1d749,"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d73d,"\u006d\u0062\u0066\u0069\u0074\u0075":0x1d496,"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d74a,"\u006d\u0062\u0066\u0069\u0074\u0076":0x1d497,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d72d,"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d750,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d752,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069":0x1d753,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d755,"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f":0x1d754,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d747,"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d751,"\u006d\u0062\u0066\u0069\u0074\u0077":0x1d498,"\u006d\u0062\u0066\u0069\u0074\u0078":0x1d499,"\u006db\u0066\u0069\u0074\u0078\u0069":0x1d743,"\u006d\u0062\u0066\u0069\u0074\u0079":0x1d49a,"\u006d\u0062\u0066\u0069\u0074\u007a":0x1d49b,"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a":0x1d73b,"\u006d\u0062\u0066\u006a":0x1d423,"\u006d\u0062\u0066\u006b":0x1d424,"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061":0x1d6cb,"\u006d\u0062\u0066\u006c":0x1d425,"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a":0x1d6cc,"\u006d\u0062\u0066\u006d":0x1d426,"\u006d\u0062\u0066m\u0075":0x1d6cd,"\u006d\u0062\u0066\u006e":0x1d427,"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061":0x1d6c1,"\u006d\u0062\u0066n\u0075":0x1d6ce,"\u006d\u0062\u0066\u006f":0x1d428,"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061":0x1d6da,"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6d0,"\u006d\u0062\u0066\u0070":0x1d429,"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d6db,"\u006d\u0062\u0066\u0070\u0068\u0069":0x1d6df,"\u006d\u0062\u0066p\u0069":0x1d6d1,"\u006d\u0062\u0066\u0070\u0073\u0069":0x1d6d9,"\u006d\u0062\u0066\u0071":0x1d42a,"\u006d\u0062\u0066\u0072":0x1d42b,"\u006d\u0062\u0066\u0072\u0068\u006f":0x1d6d2,"\u006d\u0062\u0066\u0073":0x1d42c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041":0x1d5d4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061":0x1d756,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042":0x1d5d5,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061":0x1d757,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043":0x1d5d6,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069":0x1d76c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044":0x1d5d7,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061":0x1d759,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045":0x1d5d8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e":0x1d75a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061":0x1d75c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046":0x1d5d9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047":0x1d5da,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061":0x1d758,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048":0x1d5db,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049":0x1d5dc,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061":0x1d75e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a":0x1d5dd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b":0x1d5de,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061":0x1d75f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c":0x1d5df,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061":0x1d760,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d":0x1d5e0,"\u006db\u0066\u0073\u0061\u006e\u0073\u004du":0x1d761,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e":0x1d5e1,"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu":0x1d762,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f":0x1d5e2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061":0x1d76e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e":0x1d764,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050":0x1d5e3,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069":0x1d76b,"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i":0x1d765,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069":0x1d76d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051":0x1d5e4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052":0x1d5e5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f":0x1d766,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053":0x1d5e6,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061":0x1d768,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054":0x1d5e7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075":0x1d769,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061":0x1d75d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055":0x1d5e8,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e":0x1d76a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056":0x1d5e9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057":0x1d5ea,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058":0x1d5eb,"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i":0x1d763,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059":0x1d5ec,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a":0x1d5ed,"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061":0x1d75b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061":0x1d5ee,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061":0x1d770,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062":0x1d5ef,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061":0x1d771,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063":0x1d5f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069":0x1d786,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064":0x1d5f1,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061":0x1d773,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065":0x1d5f2,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7f4,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d774,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061":0x1d776,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066":0x1d5f3,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065":0x1d7f1,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072":0x1d7f0,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067":0x1d5f4,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061":0x1d772,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068":0x1d5f5,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069":0x1d5f6,"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061":0x1d778,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a":0x1d5f7,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b":0x1d5f8,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061":0x1d779,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c":0x1d5f9,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061":0x1d77a,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d":0x1d5fa,"\u006db\u0066\u0073\u0061\u006e\u0073\u006du":0x1d77b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e":0x1d5fb,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061":0x1d76f,"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065":0x1d7f5,"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu":0x1d77c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f":0x1d5fc,"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061":0x1d788,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e":0x1d77e,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7ed,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070":0x1d5fd,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c":0x1d789,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069":0x1d785,"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i":0x1d77f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069":0x1d787,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071":0x1d5fe,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072":0x1d5ff,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f":0x1d780,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073":0x1d600,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7f3,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061":0x1d782,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7f2,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074":0x1d601,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075":0x1d783,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061":0x1d777,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7ef,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7ee,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075":0x1d602,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e":0x1d784,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076":0x1d603,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d767,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e":0x1d78a,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d78c,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069":0x1d78d,"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069":0x1d78f,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f":0x1d78e,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d781,"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d78b,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077":0x1d604,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078":0x1d605,"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i":0x1d77d,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079":0x1d606,"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a":0x1d607,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f":0x1d7ec,"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061":0x1d775,"\u006db\u0066\u0073\u0063\u0072\u0041":0x1d4d0,"\u006db\u0066\u0073\u0063\u0072\u0042":0x1d4d1,"\u006db\u0066\u0073\u0063\u0072\u0043":0x1d4d2,"\u006db\u0066\u0073\u0063\u0072\u0044":0x1d4d3,"\u006db\u0066\u0073\u0063\u0072\u0045":0x1d4d4,"\u006db\u0066\u0073\u0063\u0072\u0046":0x1d4d5,"\u006db\u0066\u0073\u0063\u0072\u0047":0x1d4d6,"\u006db\u0066\u0073\u0063\u0072\u0048":0x1d4d7,"\u006db\u0066\u0073\u0063\u0072\u0049":0x1d4d8,"\u006db\u0066\u0073\u0063\u0072\u004a":0x1d4d9,"\u006db\u0066\u0073\u0063\u0072\u004b":0x1d4da,"\u006db\u0066\u0073\u0063\u0072\u004c":0x1d4db,"\u006db\u0066\u0073\u0063\u0072\u004d":0x1d4dc,"\u006db\u0066\u0073\u0063\u0072\u004e":0x1d4dd,"\u006db\u0066\u0073\u0063\u0072\u004f":0x1d4de,"\u006db\u0066\u0073\u0063\u0072\u0050":0x1d4df,"\u006db\u0066\u0073\u0063\u0072\u0051":0x1d4e0,"\u006db\u0066\u0073\u0063\u0072\u0052":0x1d4e1,"\u006db\u0066\u0073\u0063\u0072\u0053":0x1d4e2,"\u006db\u0066\u0073\u0063\u0072\u0054":0x1d4e3,"\u006db\u0066\u0073\u0063\u0072\u0055":0x1d4e4,"\u006db\u0066\u0073\u0063\u0072\u0056":0x1d4e5,"\u006db\u0066\u0073\u0063\u0072\u0057":0x1d4e6,"\u006db\u0066\u0073\u0063\u0072\u0058":0x1d4e7,"\u006db\u0066\u0073\u0063\u0072\u0059":0x1d4e8,"\u006db\u0066\u0073\u0063\u0072\u005a":0x1d4e9,"\u006db\u0066\u0073\u0063\u0072\u0061":0x1d4ea,"\u006db\u0066\u0073\u0063\u0072\u0062":0x1d4eb,"\u006db\u0066\u0073\u0063\u0072\u0063":0x1d4ec,"\u006db\u0066\u0073\u0063\u0072\u0064":0x1d4ed,"\u006db\u0066\u0073\u0063\u0072\u0065":0x1d4ee,"\u006db\u0066\u0073\u0063\u0072\u0066":0x1d4ef,"\u006db\u0066\u0073\u0063\u0072\u0067":0x1d4f0,"\u006db\u0066\u0073\u0063\u0072\u0068":0x1d4f1,"\u006db\u0066\u0073\u0063\u0072\u0069":0x1d4f2,"\u006db\u0066\u0073\u0063\u0072\u006a":0x1d4f3,"\u006db\u0066\u0073\u0063\u0072\u006b":0x1d4f4,"\u006db\u0066\u0073\u0063\u0072\u006c":0x1d4f5,"\u006db\u0066\u0073\u0063\u0072\u006d":0x1d4f6,"\u006db\u0066\u0073\u0063\u0072\u006e":0x1d4f7,"\u006db\u0066\u0073\u0063\u0072\u006f":0x1d4f8,"\u006db\u0066\u0073\u0063\u0072\u0070":0x1d4f9,"\u006db\u0066\u0073\u0063\u0072\u0071":0x1d4fa,"\u006db\u0066\u0073\u0063\u0072\u0072":0x1d4fb,"\u006db\u0066\u0073\u0063\u0072\u0073":0x1d4fc,"\u006db\u0066\u0073\u0063\u0072\u0074":0x1d4fd,"\u006db\u0066\u0073\u0063\u0072\u0075":0x1d4fe,"\u006db\u0066\u0073\u0063\u0072\u0076":0x1d4ff,"\u006db\u0066\u0073\u0063\u0072\u0077":0x1d500,"\u006db\u0066\u0073\u0063\u0072\u0078":0x1d501,"\u006db\u0066\u0073\u0063\u0072\u0079":0x1d502,"\u006db\u0066\u0073\u0063\u0072\u007a":0x1d503,"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061":0x1d6d4,"\u006d\u0062\u0066\u0074":0x1d42d,"\u006d\u0062\u0066\u0074\u0061\u0075":0x1d6d5,"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061":0x1d6c9,"\u006d\u0062\u0066\u0075":0x1d42e,"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6d6,"\u006d\u0062\u0066\u0076":0x1d42f,"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6b9,"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6dc,"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d6de,"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i":0x1d6d7,"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069":0x1d6e1,"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o":0x1d6e0,"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d6d3,"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d6dd,"\u006d\u0062\u0066\u0077":0x1d430,"\u006d\u0062\u0066\u0078":0x1d431,"\u006d\u0062\u0066x\u0069":0x1d6cf,"\u006d\u0062\u0066\u0079":0x1d432,"\u006d\u0062\u0066\u007a":0x1d433,"\u006db\u0066\u007a\u0065\u0074\u0061":0x1d6c7,"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o":0x3107,"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33d4,"\u006dc\u0069\u0072\u0063\u006c\u0065":0x24dc,"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a5,"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x26ab,"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b25,"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b27,"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fc,"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065":0x29eb,"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e41,"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e43,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065":0x2981,"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x25fe,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26ac,"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fd,"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x26aa,"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b26,"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b28,"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x25fb,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077":0x29af,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065":0x29ae,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077":0x29ab,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077":0x29a9,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065":0x29aa,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065":0x29a8,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077":0x29ad,"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065":0x29ac,"\u006d\u0065\u0061\u0073\u0065\u0071":0x225e,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x2221,"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074":0x299b,"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065":0x22be,"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072":0x2b51,"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b50,"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee2,"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfee3,"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee1,"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee4,"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd1,"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc48,"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfccf,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcce,"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd0,"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334d,"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3081,"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065":0x337e,"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e1,"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff92,"\u006d\u0065\u006d":0x05de,"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb3e,"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0574,"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a5,"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077":0x05a6,"\u006d\u0066\u0072\u0061\u006b\u0041":0x1d504,"\u006d\u0066\u0072\u0061\u006b\u0042":0x1d505,"\u006d\u0066\u0072\u0061\u006b\u0043":0x212d,"\u006d\u0066\u0072\u0061\u006b\u0044":0x1d507,"\u006d\u0066\u0072\u0061\u006b\u0045":0x1d508,"\u006d\u0066\u0072\u0061\u006b\u0046":0x1d509,"\u006d\u0066\u0072\u0061\u006b\u0047":0x1d50a,"\u006d\u0066\u0072\u0061\u006b\u0048":0x210c,"\u006d\u0066\u0072\u0061\u006b\u004a":0x1d50d,"\u006d\u0066\u0072\u0061\u006b\u004b":0x1d50e,"\u006d\u0066\u0072\u0061\u006b\u004c":0x1d50f,"\u006d\u0066\u0072\u0061\u006b\u004d":0x1d510,"\u006d\u0066\u0072\u0061\u006b\u004e":0x1d511,"\u006d\u0066\u0072\u0061\u006b\u004f":0x1d512,"\u006d\u0066\u0072\u0061\u006b\u0050":0x1d513,"\u006d\u0066\u0072\u0061\u006b\u0051":0x1d514,"\u006d\u0066\u0072\u0061\u006b\u0053":0x1d516,"\u006d\u0066\u0072\u0061\u006b\u0054":0x1d517,"\u006d\u0066\u0072\u0061\u006b\u0055":0x1d518,"\u006d\u0066\u0072\u0061\u006b\u0056":0x1d519,"\u006d\u0066\u0072\u0061\u006b\u0057":0x1d51a,"\u006d\u0066\u0072\u0061\u006b\u0058":0x1d51b,"\u006d\u0066\u0072\u0061\u006b\u0059":0x1d51c,"\u006d\u0066\u0072\u0061\u006b\u005a":0x2128,"\u006d\u0066\u0072\u0061\u006b\u0061":0x1d51e,"\u006d\u0066\u0072\u0061\u006b\u0062":0x1d51f,"\u006d\u0066\u0072\u0061\u006b\u0063":0x1d520,"\u006d\u0066\u0072\u0061\u006b\u0064":0x1d521,"\u006d\u0066\u0072\u0061\u006b\u0065":0x1d522,"\u006d\u0066\u0072\u0061\u006b\u0066":0x1d523,"\u006d\u0066\u0072\u0061\u006b\u0067":0x1d524,"\u006d\u0066\u0072\u0061\u006b\u0068":0x1d525,"\u006d\u0066\u0072\u0061\u006b\u0069":0x1d526,"\u006d\u0066\u0072\u0061\u006b\u006a":0x1d527,"\u006d\u0066\u0072\u0061\u006b\u006b":0x1d528,"\u006d\u0066\u0072\u0061\u006b\u006c":0x1d529,"\u006d\u0066\u0072\u0061\u006b\u006d":0x1d52a,"\u006d\u0066\u0072\u0061\u006b\u006e":0x1d52b,"\u006d\u0066\u0072\u0061\u006b\u006f":0x1d52c,"\u006d\u0066\u0072\u0061\u006b\u0070":0x1d52d,"\u006d\u0066\u0072\u0061\u006b\u0071":0x1d52e,"\u006d\u0066\u0072\u0061\u006b\u0072":0x1d52f,"\u006d\u0066\u0072\u0061\u006b\u0073":0x1d530,"\u006d\u0066\u0072\u0061\u006b\u0074":0x1d531,"\u006d\u0066\u0072\u0061\u006b\u0075":0x1d532,"\u006d\u0066\u0072\u0061\u006b\u0076":0x1d533,"\u006d\u0066\u0072\u0061\u006b\u0077":0x1d534,"\u006d\u0066\u0072\u0061\u006b\u0078":0x1d535,"\u006d\u0066\u0072\u0061\u006b\u0079":0x1d536,"\u006d\u0066\u0072\u0061\u006b\u007a":0x1d537,"\u006d\u0068\u006fo\u006b":0x0271,"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e":0x3392,"\u006d\u0069\u0063r\u006f":0x0095,"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e":0x2a5d,"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065":0x2a5c,"\u006d\u0069\u0064\u0063\u0069\u0072":0x2af0,"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068":0xff65,"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3272,"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3212,"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3264,"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x3141,"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3170,"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3204,"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x316e,"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x316f,"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307f,"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30df,"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff90,"\u006d\u0069\u006c\u006c":0x20a5,"\u006d\u0069\u006eu\u0073":0x2212,"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0320,"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065":0x2296,"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074":0x2a2a,"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073":0x2a2b,"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208b,"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064":0x02d7,"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s":0x2213,"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073":0x2a2c,"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207b,"\u006d\u0069\u006e\u0075\u0074\u0065":0x2032,"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x334a,"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3349,"\u006d\u0069\u0074\u0041":0x1d434,"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061":0x1d6e2,"\u006d\u0069\u0074\u0042":0x1d435,"\u006di\u0074\u0042\u0062\u0062\u0044":0x2145,"\u006di\u0074\u0042\u0062\u0062\u0064":0x2146,"\u006di\u0074\u0042\u0062\u0062\u0065":0x2147,"\u006di\u0074\u0042\u0062\u0062\u0069":0x2148,"\u006di\u0074\u0042\u0062\u0062\u006a":0x2149,"\u006di\u0074\u0042\u0065\u0074\u0061":0x1d6e3,"\u006d\u0069\u0074\u0043":0x1d436,"\u006d\u0069\u0074\u0043\u0068\u0069":0x1d6f8,"\u006d\u0069\u0074\u0044":0x1d437,"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061":0x1d6e5,"\u006d\u0069\u0074\u0045":0x1d438,"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6e6,"\u006d\u0069\u0074\u0045\u0074\u0061":0x1d6e8,"\u006d\u0069\u0074\u0046":0x1d439,"\u006d\u0069\u0074\u0047":0x1d43a,"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061":0x1d6e4,"\u006d\u0069\u0074\u0048":0x1d43b,"\u006d\u0069\u0074\u0049":0x1d43c,"\u006di\u0074\u0049\u006f\u0074\u0061":0x1d6ea,"\u006d\u0069\u0074\u004a":0x1d43d,"\u006d\u0069\u0074\u004b":0x1d43e,"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061":0x1d6eb,"\u006d\u0069\u0074\u004c":0x1d43f,"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a":0x1d6ec,"\u006d\u0069\u0074\u004d":0x1d440,"\u006d\u0069\u0074M\u0075":0x1d6ed,"\u006d\u0069\u0074\u004e":0x1d441,"\u006d\u0069\u0074N\u0075":0x1d6ee,"\u006d\u0069\u0074\u004f":0x1d442,"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061":0x1d6fa,"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d6f0,"\u006d\u0069\u0074\u0050":0x1d443,"\u006d\u0069\u0074\u0050\u0068\u0069":0x1d6f7,"\u006d\u0069\u0074P\u0069":0x1d6f1,"\u006d\u0069\u0074\u0050\u0073\u0069":0x1d6f9,"\u006d\u0069\u0074\u0051":0x1d444,"\u006d\u0069\u0074\u0052":0x1d445,"\u006d\u0069\u0074\u0052\u0068\u006f":0x1d6f2,"\u006d\u0069\u0074\u0053":0x1d446,"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061":0x1d6f4,"\u006d\u0069\u0074\u0054":0x1d447,"\u006d\u0069\u0074\u0054\u0061\u0075":0x1d6f5,"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061":0x1d6e9,"\u006d\u0069\u0074\u0055":0x1d448,"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e":0x1d6f6,"\u006d\u0069\u0074\u0056":0x1d449,"\u006d\u0069\u0074\u0057":0x1d44a,"\u006d\u0069\u0074\u0058":0x1d44b,"\u006d\u0069\u0074X\u0069":0x1d6ef,"\u006d\u0069\u0074\u0059":0x1d44c,"\u006d\u0069\u0074\u005a":0x1d44d,"\u006di\u0074\u005a\u0065\u0074\u0061":0x1d6e7,"\u006d\u0069\u0074\u0061":0x1d44e,"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061":0x1d6fc,"\u006d\u0069\u0074\u0062":0x1d44f,"\u006di\u0074\u0062\u0065\u0074\u0061":0x1d6fd,"\u006d\u0069\u0074\u0063":0x1d450,"\u006d\u0069\u0074\u0063\u0068\u0069":0x1d712,"\u006d\u0069\u0074\u0064":0x1d451,"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061":0x1d6ff,"\u006d\u0069\u0074\u0065":0x1d452,"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d700,"\u006d\u0069\u0074\u0065\u0074\u0061":0x1d702,"\u006d\u0069\u0074\u0066":0x1d453,"\u006d\u0069\u0074\u0067":0x1d454,"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061":0x1d6fe,"\u006d\u0069\u0074\u0069":0x1d456,"\u006di\u0074\u0069\u006f\u0074\u0061":0x1d704,"\u006d\u0069\u0074\u006a":0x1d457,"\u006d\u0069\u0074\u006b":0x1d458,"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061":0x1d705,"\u006d\u0069\u0074\u006c":0x1d459,"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a":0x1d706,"\u006d\u0069\u0074\u006d":0x1d45a,"\u006d\u0069\u0074m\u0075":0x1d707,"\u006d\u0069\u0074\u006e":0x1d45b,"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061":0x1d6fb,"\u006d\u0069\u0074n\u0075":0x1d708,"\u006d\u0069\u0074\u006f":0x1d45c,"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061":0x1d714,"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e":0x1d70a,"\u006d\u0069\u0074\u0070":0x1d45d,"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c":0x1d715,"\u006d\u0069\u0074\u0070\u0068\u0069":0x1d711,"\u006d\u0069\u0074p\u0069":0x1d70b,"\u006d\u0069\u0074\u0070\u0073\u0069":0x1d713,"\u006d\u0069\u0074\u0071":0x1d45e,"\u006d\u0069\u0074\u0072":0x1d45f,"\u006d\u0069\u0074\u0072\u0068\u006f":0x1d70c,"\u006d\u0069\u0074\u0073":0x1d460,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041":0x1d608,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042":0x1d609,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043":0x1d60a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044":0x1d60b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045":0x1d60c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046":0x1d60d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047":0x1d60e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048":0x1d60f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049":0x1d610,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a":0x1d611,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b":0x1d612,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c":0x1d613,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d":0x1d614,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e":0x1d615,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f":0x1d616,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050":0x1d617,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051":0x1d618,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052":0x1d619,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053":0x1d61a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054":0x1d61b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055":0x1d61c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056":0x1d61d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057":0x1d61e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058":0x1d61f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059":0x1d620,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a":0x1d621,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061":0x1d622,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062":0x1d623,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063":0x1d624,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064":0x1d625,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065":0x1d626,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066":0x1d627,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067":0x1d628,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068":0x1d629,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069":0x1d62a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a":0x1d62b,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b":0x1d62c,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c":0x1d62d,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d":0x1d62e,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e":0x1d62f,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f":0x1d630,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070":0x1d631,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071":0x1d632,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072":0x1d633,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073":0x1d634,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074":0x1d635,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075":0x1d636,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076":0x1d637,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077":0x1d638,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078":0x1d639,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079":0x1d63a,"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a":0x1d63b,"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061":0x1d70e,"\u006d\u0069\u0074\u0074":0x1d461,"\u006d\u0069\u0074\u0074\u0061\u0075":0x1d70f,"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061":0x1d703,"\u006d\u0069\u0074\u0075":0x1d462,"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e":0x1d710,"\u006d\u0069\u0074\u0076":0x1d463,"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x1d6f3,"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e":0x1d716,"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061":0x1d718,"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i":0x1d719,"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069":0x1d71b,"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o":0x1d71a,"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061":0x1d70d,"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061":0x1d717,"\u006d\u0069\u0074\u0077":0x1d464,"\u006d\u0069\u0074\u0078":0x1d465,"\u006d\u0069\u0074x\u0069":0x1d709,"\u006d\u0069\u0074\u0079":0x1d466,"\u006d\u0069\u0074\u007a":0x1d467,"\u006di\u0074\u007a\u0065\u0074\u0061":0x1d701,"\u006d\u006c\u0063\u0070":0x2adb,"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x0270,"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x3396,"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a3,"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4d,"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x339f,"\u006d\u006f\u0064\u0065\u006c\u0073":0x22a7,"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m":0x2a0a,"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3082,"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33c1,"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e2,"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff93,"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e":0x33d6,"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069":0x0e21,"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33a7,"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065":0x33a8,"\u006d\u0070\u0061\u0072\u0065\u006e":0x24a8,"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e":0x33ab,"\u006d\u0073\u0061\u006e\u0073\u0041":0x1d5a0,"\u006d\u0073\u0061\u006e\u0073\u0042":0x1d5a1,"\u006d\u0073\u0061\u006e\u0073\u0043":0x1d5a2,"\u006d\u0073\u0061\u006e\u0073\u0044":0x1d5a3,"\u006d\u0073\u0061\u006e\u0073\u0045":0x1d5a4,"\u006d\u0073\u0061\u006e\u0073\u0046":0x1d5a5,"\u006d\u0073\u0061\u006e\u0073\u0047":0x1d5a6,"\u006d\u0073\u0061\u006e\u0073\u0048":0x1d5a7,"\u006d\u0073\u0061\u006e\u0073\u0049":0x1d5a8,"\u006d\u0073\u0061\u006e\u0073\u004a":0x1d5a9,"\u006d\u0073\u0061\u006e\u0073\u004b":0x1d5aa,"\u006d\u0073\u0061\u006e\u0073\u004c":0x1d5ab,"\u006d\u0073\u0061\u006e\u0073\u004d":0x1d5ac,"\u006d\u0073\u0061\u006e\u0073\u004e":0x1d5ad,"\u006d\u0073\u0061\u006e\u0073\u004f":0x1d5ae,"\u006d\u0073\u0061\u006e\u0073\u0050":0x1d5af,"\u006d\u0073\u0061\u006e\u0073\u0051":0x1d5b0,"\u006d\u0073\u0061\u006e\u0073\u0052":0x1d5b1,"\u006d\u0073\u0061\u006e\u0073\u0053":0x1d5b2,"\u006d\u0073\u0061\u006e\u0073\u0054":0x1d5b3,"\u006d\u0073\u0061\u006e\u0073\u0055":0x1d5b4,"\u006d\u0073\u0061\u006e\u0073\u0056":0x1d5b5,"\u006d\u0073\u0061\u006e\u0073\u0057":0x1d5b6,"\u006d\u0073\u0061\u006e\u0073\u0058":0x1d5b7,"\u006d\u0073\u0061\u006e\u0073\u0059":0x1d5b8,"\u006d\u0073\u0061\u006e\u0073\u005a":0x1d5b9,"\u006d\u0073\u0061\u006e\u0073\u0061":0x1d5ba,"\u006d\u0073\u0061\u006e\u0073\u0062":0x1d5bb,"\u006d\u0073\u0061\u006e\u0073\u0063":0x1d5bc,"\u006d\u0073\u0061\u006e\u0073\u0064":0x1d5bd,"\u006d\u0073\u0061\u006e\u0073\u0065":0x1d5be,"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074":0x1d7ea,"\u006d\u0073\u0061\u006e\u0073\u0066":0x1d5bf,"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e":0x1d7e7,"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r":0x1d7e6,"\u006d\u0073\u0061\u006e\u0073\u0067":0x1d5c0,"\u006d\u0073\u0061\u006e\u0073\u0068":0x1d5c1,"\u006d\u0073\u0061\u006e\u0073\u0069":0x1d5c2,"\u006d\u0073\u0061\u006e\u0073\u006a":0x1d5c3,"\u006d\u0073\u0061\u006e\u0073\u006b":0x1d5c4,"\u006d\u0073\u0061\u006e\u0073\u006c":0x1d5c5,"\u006d\u0073\u0061\u006e\u0073\u006d":0x1d5c6,"\u006d\u0073\u0061\u006e\u0073\u006e":0x1d5c7,"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee":0x1d7eb,"\u006d\u0073\u0061\u006e\u0073\u006f":0x1d5c8,"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065":0x1d7e3,"\u006d\u0073\u0061\u006e\u0073\u0070":0x1d5c9,"\u006d\u0073\u0061\u006e\u0073\u0071":0x1d5ca,"\u006d\u0073\u0061\u006e\u0073\u0072":0x1d5cb,"\u006d\u0073\u0061\u006e\u0073\u0073":0x1d5cc,"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e":0x1d7e9,"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078":0x1d7e8,"\u006d\u0073\u0061\u006e\u0073\u0074":0x1d5cd,"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065":0x1d7e5,"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f":0x1d7e4,"\u006d\u0073\u0061\u006e\u0073\u0075":0x1d5ce,"\u006d\u0073\u0061\u006e\u0073\u0076":0x1d5cf,"\u006d\u0073\u0061\u006e\u0073\u0077":0x1d5d0,"\u006d\u0073\u0061\u006e\u0073\u0078":0x1d5d1,"\u006d\u0073\u0061\u006e\u0073\u0079":0x1d5d2,"\u006d\u0073\u0061\u006e\u0073\u007a":0x1d5d3,"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o":0x1d7e2,"\u006d\u0073\u0063r\u0041":0x1d49c,"\u006d\u0073\u0063r\u0042":0x212c,"\u006d\u0073\u0063r\u0043":0x1d49e,"\u006d\u0073\u0063r\u0044":0x1d49f,"\u006d\u0073\u0063r\u0045":0x2130,"\u006d\u0073\u0063r\u0046":0x2131,"\u006d\u0073\u0063r\u0047":0x1d4a2,"\u006d\u0073\u0063r\u0048":0x210b,"\u006d\u0073\u0063r\u0049":0x2110,"\u006d\u0073\u0063r\u004a":0x1d4a5,"\u006d\u0073\u0063r\u004b":0x1d4a6,"\u006d\u0073\u0063r\u004c":0x2112,"\u006d\u0073\u0063r\u004d":0x2133,"\u006d\u0073\u0063r\u004e":0x1d4a9,"\u006d\u0073\u0063r\u004f":0x1d4aa,"\u006d\u0073\u0063r\u0050":0x1d4ab,"\u006d\u0073\u0063r\u0051":0x1d4ac,"\u006d\u0073\u0063r\u0052":0x211b,"\u006d\u0073\u0063r\u0053":0x1d4ae,"\u006d\u0073\u0063r\u0054":0x1d4af,"\u006d\u0073\u0063r\u0055":0x1d4b0,"\u006d\u0073\u0063r\u0056":0x1d4b1,"\u006d\u0073\u0063r\u0057":0x1d4b2,"\u006d\u0073\u0063r\u0058":0x1d4b3,"\u006d\u0073\u0063r\u0059":0x1d4b4,"\u006d\u0073\u0063r\u005a":0x1d4b5,"\u006d\u0073\u0063r\u0061":0x1d4b6,"\u006d\u0073\u0063r\u0062":0x1d4b7,"\u006d\u0073\u0063r\u0063":0x1d4b8,"\u006d\u0073\u0063r\u0064":0x1d4b9,"\u006d\u0073\u0063r\u0065":0x212f,"\u006d\u0073\u0063r\u0066":0x1d4bb,"\u006d\u0073\u0063r\u0067":0x210a,"\u006d\u0073\u0063r\u0068":0x1d4bd,"\u006d\u0073\u0063r\u0069":0x1d4be,"\u006d\u0073\u0063r\u006a":0x1d4bf,"\u006d\u0073\u0063r\u006b":0x1d4c0,"\u006d\u0073\u0063r\u006c":0x1d4c1,"\u006d\u0073\u0063r\u006d":0x1d4c2,"\u006d\u0073\u0063r\u006e":0x1d4c3,"\u006d\u0073\u0063r\u006f":0x2134,"\u006d\u0073\u0063r\u0070":0x1d4c5,"\u006d\u0073\u0063r\u0071":0x1d4c6,"\u006d\u0073\u0063r\u0072":0x1d4c7,"\u006d\u0073\u0063r\u0073":0x1d4c8,"\u006d\u0073\u0063r\u0074":0x1d4c9,"\u006d\u0073\u0063r\u0075":0x1d4ca,"\u006d\u0073\u0063r\u0076":0x1d4cb,"\u006d\u0073\u0063r\u0077":0x1d4cc,"\u006d\u0073\u0063r\u0078":0x1d4cd,"\u006d\u0073\u0063r\u0079":0x1d4ce,"\u006d\u0073\u0063r\u007a":0x1d4cf,"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b3,"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6ef,"\u006d\u0074\u0074\u0041":0x1d670,"\u006d\u0074\u0074\u0042":0x1d671,"\u006d\u0074\u0074\u0043":0x1d672,"\u006d\u0074\u0074\u0044":0x1d673,"\u006d\u0074\u0074\u0045":0x1d674,"\u006d\u0074\u0074\u0046":0x1d675,"\u006d\u0074\u0074\u0047":0x1d676,"\u006d\u0074\u0074\u0048":0x1d677,"\u006d\u0074\u0074\u0049":0x1d678,"\u006d\u0074\u0074\u004a":0x1d679,"\u006d\u0074\u0074\u004b":0x1d67a,"\u006d\u0074\u0074\u004c":0x1d67b,"\u006d\u0074\u0074\u004d":0x1d67c,"\u006d\u0074\u0074\u004e":0x1d67d,"\u006d\u0074\u0074\u004f":0x1d67e,"\u006d\u0074\u0074\u0050":0x1d67f,"\u006d\u0074\u0074\u0051":0x1d680,"\u006d\u0074\u0074\u0052":0x1d681,"\u006d\u0074\u0074\u0053":0x1d682,"\u006d\u0074\u0074\u0054":0x1d683,"\u006d\u0074\u0074\u0055":0x1d684,"\u006d\u0074\u0074\u0056":0x1d685,"\u006d\u0074\u0074\u0057":0x1d686,"\u006d\u0074\u0074\u0058":0x1d687,"\u006d\u0074\u0074\u0059":0x1d688,"\u006d\u0074\u0074\u005a":0x1d689,"\u006d\u0074\u0074\u0061":0x1d68a,"\u006d\u0074\u0074\u0062":0x1d68b,"\u006d\u0074\u0074\u0063":0x1d68c,"\u006d\u0074\u0074\u0064":0x1d68d,"\u006d\u0074\u0074\u0065":0x1d68e,"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074":0x1d7fe,"\u006d\u0074\u0074\u0066":0x1d68f,"\u006dt\u0074\u0066\u0069\u0076\u0065":0x1d7fb,"\u006dt\u0074\u0066\u006f\u0075\u0072":0x1d7fa,"\u006d\u0074\u0074\u0067":0x1d690,"\u006d\u0074\u0074\u0068":0x1d691,"\u006d\u0074\u0074\u0069":0x1d692,"\u006d\u0074\u0074\u006a":0x1d693,"\u006d\u0074\u0074\u006b":0x1d694,"\u006d\u0074\u0074\u006c":0x1d695,"\u006d\u0074\u0074\u006d":0x1d696,"\u006d\u0074\u0074\u006e":0x1d697,"\u006dt\u0074\u006e\u0069\u006e\u0065":0x1d7ff,"\u006d\u0074\u0074\u006f":0x1d698,"\u006d\u0074\u0074\u006f\u006e\u0065":0x1d7f7,"\u006d\u0074\u0074\u0070":0x1d699,"\u006d\u0074\u0074\u0071":0x1d69a,"\u006d\u0074\u0074\u0072":0x1d69b,"\u006d\u0074\u0074\u0073":0x1d69c,"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e":0x1d7fd,"\u006d\u0074\u0074\u0073\u0069\u0078":0x1d7fc,"\u006d\u0074\u0074\u0074":0x1d69d,"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065":0x1d7f9,"\u006d\u0074\u0074\u0074\u0077\u006f":0x1d7f8,"\u006d\u0074\u0074\u0075":0x1d69e,"\u006d\u0074\u0074\u0076":0x1d69f,"\u006d\u0074\u0074\u0077":0x1d6a0,"\u006d\u0074\u0074\u0078":0x1d6a1,"\u006d\u0074\u0074\u0079":0x1d6a2,"\u006d\u0074\u0074\u007a":0x1d6a3,"\u006dt\u0074\u007a\u0065\u0072\u006f":0x1d7f6,"\u006dt\u0075\u0072\u006e\u0065\u0064":0x026f,"\u006d\u0075":0x00b5,"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e":0x3382,"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226b,"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073":0x226a,"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e":0x338c,"\u006du\u0067\u0072\u0065\u0065\u006b":0x03bc,"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e":0x338d,"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3080,"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e0,"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff91,"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e":0x3395,"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074":0x22c9,"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074":0x22ca,"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070":0x22b8,"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076":0x27dc,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074":0x22cb,"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074":0x22cc,"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079":0x00d7,"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e":0x339b,"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05a3,"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065":0x266a,"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e":0x266d,"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e":0x266f,"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e":0x33b2,"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e":0x33b6,"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e":0x33bc,"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33b9,"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b7,"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33bf,"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bd,"\u006e":0x006e,"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21fa,"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b3a,"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fc,"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21fb,"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2915,"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b35,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3d,"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2901,"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2918,"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a8,"\u006e\u0061\u0063\u0075\u0074\u0065":0x0144,"\u006e\u0061\u0064\u0065\u0076\u0061":0x0928,"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa8,"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a28,"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306a,"\u006e\u0061\u0069r\u0061":0x20a6,"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ca,"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff85,"\u006e\u0061\u006e\u0064":0x22bc,"\u006ea\u0070\u0070\u0072\u006f\u0078":0x2249,"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x3381,"\u006e\u0061\u0073\u0079\u006d\u0070":0x226d,"\u006ea\u0074\u0075\u0072\u0061\u006c":0x266e,"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e":0x2011,"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o":0x310b,"\u006e\u0063\u0061\u0072\u006f\u006e":0x0148,"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0146,"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611":0xf81d,"\u006ec\u0069\u0072\u0063\u006c\u0065":0x24dd,"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e4b,"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e45,"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e47,"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306d,"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cd,"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff88,"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077":0x2931,"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077":0x292e,"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw":0x2922,"\u006e\u0065\u0075\u0074\u0065\u0072":0x26b2,"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338b,"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0999,"\u006eg\u0061\u0064\u0065\u0076\u0061":0x0919,"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a99,"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a19,"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069":0x0e07,"\u006eg\u0074\u0072\u0073\u0069\u006d":0x2275,"\u006eh\u0056\u0076\u0065\u0072\u0074":0x2af5,"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea":0x3093,"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t":0x0272,"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078":0x0273,"\u006e\u0068\u0070a\u0072":0x2af2,"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x326f,"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x320f,"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3135,"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3261,"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3136,"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3134,"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3168,"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3201,"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3167,"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3166,"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306b,"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cb,"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff86,"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf899,"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069":0x0e4d,"\u006e\u0069\u006e\u0065":0x0039,"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ef,"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061":0x096f,"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aef,"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6f,"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0669,"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3029,"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e":0x3228,"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2089,"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff19,"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf739,"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n":0x247c,"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2490,"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f9,"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n":0x2178,"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2079,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x2472,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2486,"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x249a,"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069":0x0e59,"\u006e\u0069\u006f\u0062\u0061\u0072":0x22fe,"\u006e\u0069\u0073":0x22fc,"\u006e\u0069\u0073\u0064":0x22fa,"\u006e\u006a":0x01cc,"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea":0x30f3,"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff9d,"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067":0x019e,"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072":0x2278,"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d":0x2274,"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e49,"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4e,"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x339a,"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a3,"\u006en\u0061\u0064\u0065\u0076\u0061":0x0923,"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa3,"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a23,"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061":0x0929,"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306e,"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ce,"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff89,"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065":0x00a0,"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i":0x0e13,"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069":0x0e19,"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0646,"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee6,"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfb9f,"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfee7,"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfee5,"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd2,"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4b,"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfee8,"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfcd5,"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063":0xfc4e,"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfc8d,"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc8e,"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064":0xfc4f,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcd3,"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xe815,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcd4,"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc8f,"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfc50,"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c":0xfc70,"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c":0x2247,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ae,"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074":0x219a,"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074":0x219b,"\u006e\u006f\u0074\u0062\u0061\u0072":0x2224,"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073":0x220c,"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068":0x21ce,"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074":0x2209,"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x2260,"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c":0x2204,"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s":0x22ae,"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061":0x22af,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072":0x226f,"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c":0x2271,"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073":0x2279,"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c":0x2a7e,"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c":0x2262,"\u006eo\u0074\u006c\u0065\u0073\u0073":0x226e,"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x2270,"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2226,"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x2280,"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073":0x22ad,"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072":0x2241,"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t":0x2284,"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c":0x2288,"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x2281,"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074":0x2285,"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c":0x2289,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074":0x22ec,"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074":0x22ed,"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22ea,"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22eb,"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065":0x22ac,"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0576,"\u006e\u0070\u0061\u0072\u0065\u006e":0x24a9,"\u006ep\u006f\u006c\u0069\u006e\u0074":0x2a14,"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e0,"\u006e\u0073\u0069m\u0065":0x2244,"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071":0x22e2,"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071":0x22e3,"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b1,"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071":0x22e1,"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr":0x207f,"\u006e\u0074\u0069\u006c\u0064\u0065":0x00f1,"\u006e\u0075":0x03bd,"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x306c,"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30cc,"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff87,"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09bc,"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a":0x093c,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0abc,"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a3c,"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e":0x0023,"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff03,"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c":0xfe5f,"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b":0x0374,"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b":0x0375,"\u006e\u0075\u006d\u0065\u0072\u006f":0x2116,"\u006e\u0075\u006e":0x05e0,"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h":0xfb40,"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2902,"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2904,"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2903,"\u006ev\u0069\u006e\u0066\u0074\u0079":0x29de,"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x21f7,"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2b39,"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f9,"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x21f8,"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2914,"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b5,"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077":0x2b34,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c":0x2b3c,"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x2900,"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c":0x2917,"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x2932,"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw":0x2921,"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33bb,"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099e,"\u006ey\u0061\u0064\u0065\u0076\u0061":0x091e,"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9e,"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1e,"\u006f":0x006f,"\u006f\u0061\u0063\u0075\u0074\u0065":0x00f3,"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069":0x0e2d,"\u006f\u0062\u0061\u0072":0x233d,"\u006fb\u0061\u0072\u0072\u0065\u0064":0x0275,"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04e9,"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04eb,"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0993,"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o":0x311b,"\u006f\u0062\u006f\u0074":0x29ba,"\u006fb\u0072\u0062\u0072\u0061\u006b":0x23e0,"\u006f\u0062\u0072\u0065\u0076\u0065":0x014f,"\u006fb\u0073\u006c\u0061\u0073\u0068":0x29b8,"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061":0x0911,"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a91,"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061":0x0949,"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac9,"\u006f\u0063\u0061\u0072\u006f\u006e":0x01d2,"\u006fc\u0069\u0072\u0063\u006c\u0065":0x24de,"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00f4,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065":0x1ed1,"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ed9,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065":0x1ed3,"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065":0x1ed5,"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065":0x1ed7,"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c":0x043e,"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e":0x020d,"\u006f\u0064\u0065v\u0061":0x0913,"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s":0x00f6,"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04e7,"\u006f\u0064\u0069\u0076":0x2a38,"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ecd,"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074":0x29bc,"\u006f\u0065":0x0153,"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315a,"\u006f\u0067\u006f\u006e\u0065\u006b":0x02db,"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db":0x0328,"\u006f\u0067\u0072\u0061\u0076\u0065":0x00f2,"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e":0x29c1,"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a93,"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0585,"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea":0x304a,"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ecf,"\u006f\u0068\u006fr\u006e":0x01a1,"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1edb,"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ee3,"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1edd,"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1edf,"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1ee1,"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074":0x0151,"\u006f\u0069":0x01a3,"\u006f\u0069\u0069\u0069\u006e\u0074":0x2230,"\u006f\u0069\u0069n\u0074":0x222f,"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2233,"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x020f,"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea":0x30aa,"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff75,"\u006fk\u006f\u0072\u0065\u0061\u006e":0x3157,"\u006fl\u0063\u0072\u006f\u0073\u0073":0x29bb,"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w":0x05ab,"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n":0x29c0,"\u006fm\u0061\u0063\u0072\u006f\u006e":0x014d,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065":0x1e53,"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065":0x1e51,"\u006f\u006d\u0064\u0065\u0076\u0061":0x0950,"\u006f\u006d\u0065g\u0061":0x03c9,"\u006f\u006d\u0065\u0067\u0061\u0031":0x03d6,"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0461,"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064":0x0277,"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047b,"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x047d,"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073":0x03ce,"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ad0,"\u006fm\u0069\u0063\u0072\u006f\u006e":0x03bf,"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cc,"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff4f,"\u006f\u006e\u0065":0x0031,"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e7,"\u006fn\u0065\u0064\u0065\u0076\u0061":0x0967,"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072":0x2024,"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h":0x215b,"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068":0x2155,"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d":0xf6dc,"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae7,"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a67,"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063":0x0661,"\u006fn\u0065\u0068\u0061\u006c\u0066":0x00bd,"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3021,"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3220,"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2081,"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff11,"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f4,"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf731,"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e":0x2474,"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd":0x2488,"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f1,"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072":0x00bc,"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e":0x2170,"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068":0x2159,"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b9,"\u006fn\u0065\u0074\u0068\u0061\u0069":0x0e51,"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064":0x2153,"\u006fo\u0067\u006f\u006e\u0065\u006b":0x01eb,"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e":0x01ed,"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a13,"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a4b,"\u006f\u006f\u0070e\u006e":0x0254,"\u006f\u0070\u0061\u0072\u0065\u006e":0x24aa,"\u006f\u0070\u0065r\u0070":0x29b9,"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d":0x2a2d,"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d":0x2a2e,"\u006f\u0070\u0074\u0069\u006f\u006e":0x2325,"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065":0x00aa,"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065":0x00ba,"\u006f\u0072\u0069\u0067\u006f\u0066":0x22b6,"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c":0x221f,"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x22bb,"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061":0x0912,"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x094a,"\u006f\u0073\u006c\u0061\u0073\u0068":0x00f8,"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065":0x01ff,"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3049,"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a9,"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6b,"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f0,"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x047f,"\u006f\u0074\u0069\u006c\u0064\u0065":0x00f5,"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e4d,"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073":0x1e4f,"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t":0x2a36,"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d":0x2a34,"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d":0x2a35,"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3121,"\u006f\u0075\u006ec\u0065":0x2125,"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e":0x23de,"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b4,"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x20d6,"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077":0x20e1,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065":0x203e,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065":0xfe4a,"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062":0x0305,"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064":0xfe49,"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079":0xfe4c,"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079":0xfe4b,"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n":0x23dc,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09cb,"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x094b,"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0acb,"\u0070":0x0070,"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x3380,"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065":0x332b,"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09aa,"\u0070\u0061\u0063\u0075\u0074\u0065":0x1e55,"\u0070\u0061\u0064\u0065\u0076\u0061":0x092a,"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e":0x21df,"\u0070\u0061\u0067\u0065\u0075\u0070":0x21de,"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaa,"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2a,"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3071,"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069":0x0e2f,"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d1,"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db":0x0484,"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c0,"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x317f,"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h":0x00b6,"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072":0x2029,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c":0x2225,"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d":0x25b1,"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b":0x25b0,"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t":0x0028,"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063":0xfd3e,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074":0xf8ed,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078":0xf8ec,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0x208d,"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff08,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c":0xfe59,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0x207d,"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070":0xf8eb,"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe35,"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074":0x0029,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063":0xfd3f,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074":0xf8f8,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078":0xf8f7,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072":0x208e,"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff09,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5a,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072":0x207e,"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070":0xf8f6,"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe36,"\u0070\u0061\u0072\u0073\u0069\u006d":0x2af3,"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066":0x2202,"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e":0x2aa3,"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0599,"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x33a9,"\u0070a\u0074\u0061\u0068\u0031\u0031":0x05b7,"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05a1,"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3106,"\u0070c\u0069\u0072\u0063\u006c\u0065":0x24df,"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e57,"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x043f,"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068":0xfb44,"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x333b,"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb43,"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c":0x067e,"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057a,"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb57,"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb58,"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307a,"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb56,"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb59,"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe813,"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30da,"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04a7,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b20,"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b1f,"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0xfb4e,"\u0070e\u0072\u0063\u0065\u006e\u0074":0x0025,"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063":0x066a,"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff05,"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c":0xfe6a,"\u0070\u0065\u0072\u0069\u006f\u0064":0x002e,"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e":0x0589,"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064":0x00b7,"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030":0x0097,"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff61,"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072":0xf6e7,"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0e,"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c":0xfe52,"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072":0xf6e8,"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062":0x0342,"\u0070\u0065\u0072\u0070":0x27c2,"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064":0x2a5e,"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072":0x22a5,"\u0070\u0065\u0072p\u0073":0x2ae1,"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064":0x2031,"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064":0x2030,"\u0070\u0065\u0073\u0065\u0074\u0061":0x20a7,"\u0070\u0065\u0073o\u0031":0xf81b,"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065":0x338a,"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ab,"\u0070h\u0061\u0064\u0065\u0076\u0061":0x092b,"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aab,"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2b,"\u0070\u0068\u0069":0x03c6,"\u0070\u0068\u0069\u0031":0x03d5,"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x327a,"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x321a,"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326c,"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314d,"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320c,"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e":0x0278,"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069":0x0e3a,"\u0070\u0068\u006fo\u006b":0x01a5,"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e1e,"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e1c,"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e20,"\u0070\u0069":0x03c0,"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3273,"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3213,"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3176,"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3265,"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3172,"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3142,"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3205,"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e":0x3174,"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3144,"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e":0x3175,"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x3177,"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3173,"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3074,"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d4,"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0583,"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069":0x210f,"\u0070\u006c\u0075\u0073":0x002b,"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x031f,"\u0070l\u0075\u0073\u0064\u006f\u0074":0x2a25,"\u0070l\u0075\u0073\u0065\u0071\u0071":0x2a72,"\u0070l\u0075\u0073\u0068\u0061\u0074":0x2a23,"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x208a,"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s":0x00b1,"\u0070l\u0075\u0073\u006d\u006f\u0064":0x02d6,"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff0b,"\u0070l\u0075\u0073\u0073\u0069\u006d":0x2a26,"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl":0xfe62,"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f":0x2a27,"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x207a,"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066":0x2a28,"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff50,"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065":0x33d8,"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x307d,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065":0x261f,"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065":0x261c,"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065":0x261d,"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074":0x2a15,"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30dd,"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i":0x0e1b,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b":0x3012,"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065":0x3020,"\u0070\u0070\u0061\u0072\u0065\u006e":0x24ab,"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab7,"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076":0x2ab9,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c":0x2ab5,"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074":0x22e8,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073":0x227a,"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c":0x2aaf,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079":0x227c,"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c":0x227e,"\u0070r\u0065\u0063\u0065\u0071\u0071":0x2ab3,"\u0070r\u0065\u0063\u006e\u0065\u0071":0x2ab1,"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e":0x211e,"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064":0x0243,"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064":0x02b9,"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x2035,"\u0070r\u006f\u0064\u0075\u0063\u0074":0x220f,"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066":0x2313,"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065":0x2305,"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061":0x30fc,"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr":0x2318,"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074":0x2282,"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2283,"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e":0x2237,"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c":0x221d,"\u0070\u0072\u0075\u0072\u0065\u006c":0x22b0,"\u0070\u0073\u0069":0x03c8,"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0471,"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0486,"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065":0x33b0,"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3077,"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30d7,"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b":0x27d3,"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065":0x2008,"\u0070u\u0073\u0068\u006f\u0075\u0074":0x27d4,"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33b4,"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065":0x33ba,"\u0071":0x0071,"\u0071\u0061\u0064\u0065\u0076\u0061":0x0958,"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a8,"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfed6,"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed7,"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfed5,"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfed8,"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x059f,"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3111,"\u0071c\u0069\u0072\u0063\u006c\u0065":0x24e0,"\u0071\u0068\u006fo\u006b":0x02a0,"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff51,"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h":0xfb47,"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077":0x05e7,"\u0071\u0070\u0061\u0072\u0065\u006e":0x24ac,"\u0071\u0070\u0072\u0069\u006d\u0065":0x2057,"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065":0x2669,"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077":0x05bb,"\u0071u\u0065\u0073\u0074\u0065\u0071":0x225f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e":0x003f,"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x055e,"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e":0x00bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c":0xf7bf,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b":0x037e,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff1f,"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c":0xf73f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c":0x0022,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065":0x201e,"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074":0x201c,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff02,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065":0x301e,"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064":0x301d,"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076":0x201f,"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074":0x201d,"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t":0x2018,"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064":0x0244,"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064":0x201b,"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074":0x2019,"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e":0x0149,"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065":0x201a,"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065":0x0027,"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065":0xff07,"\u0072":0x0072,"\u0072\u0041\u006e\u0067\u006c\u0065":0x27eb,"\u0072\u0042\u0072\u0061\u0063\u0065":0x2984,"\u0072\u0050\u0061\u0072\u0065\u006e":0x2986,"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057c,"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b0,"\u0072\u0061\u0063\u0075\u0074\u0065":0x0155,"\u0072\u0061\u0064\u0065\u0076\u0061":0x0930,"\u0072a\u0064\u0069\u0063\u0061\u006c":0x221a,"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x":0xf8e5,"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065":0x33ae,"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065":0x33af,"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e":0x33ad,"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab0,"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a30,"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3089,"\u0072\u0061\u0069\u0073\u0065\u0064":0x024d,"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e9,"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff97,"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069":0x09f1,"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f0,"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e":0x0264,"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft":0x2992,"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077":0x237c,"\u0072\u0061\u0074i\u006f":0x2236,"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d":0xe816,"\u0072\u0062\u0061\u0067":0x27c6,"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b":0x2998,"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3116,"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064":0x23ad,"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d":0x23ac,"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064":0x23ab,"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23a5,"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064":0x23a6,"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b":0x298e,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072":0x298c,"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064":0x23a4,"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b":0x2990,"\u0072b\u0072\u0062\u0072\u0061\u006b":0x2773,"\u0072\u0063\u0061\u0072\u006f\u006e":0x0159,"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0157,"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611":0xf81f,"\u0072c\u0069\u0072\u0063\u006c\u0065":0x24e1,"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0xf832,"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065":0x29fd,"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0211,"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067":0x292b,"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077":0x2930,"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e59,"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e5b,"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e":0x1e5d,"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074":0x2117,"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b":0x203b,"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074":0x2286,"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074":0x2287,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064":0x00ae,"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073":0xf8e8,"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066":0xf6da,"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c":0x0631,"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0580,"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeae,"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308c,"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfead,"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ec,"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9a,"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb48,"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q":0x05e8,"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065":0x211f,"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065":0x29a3,"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29a5,"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c":0x22cd,"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074":0x29b0,"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065":0x223d,"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0x0597,"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074":0x2310,"\u0072e\u0076\u006e\u006d\u0069\u0064":0x2aee,"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065":0x29d2,"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk":0x027e,"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064":0x027f,"\u0072f\u0074\u0069\u006d\u0065\u0073":0x29d5,"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dd,"\u0072h\u0061\u0064\u0065\u0076\u0061":0x095d,"\u0072\u0068\u006f":0x03c1,"\u0072\u0068\u006fo\u006b":0x027d,"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064":0x027b,"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b5,"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b":0x03f1,"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064":0x02de,"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3271,"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3211,"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3263,"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3140,"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x313a,"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3169,"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e":0x3139,"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e":0x313b,"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x316c,"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3203,"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e":0x313f,"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x313c,"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e":0x316b,"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x313d,"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e":0x313e,"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x316a,"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e":0x316d,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074":0x299d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065":0x231d,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077":0x231c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065":0x231f,"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072":0x299c,"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077":0x231e,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078":0x2975,"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078":0x2b48,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072":0x2b4c,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064":0x291e,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072":0x2b43,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073":0x27f4,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073":0x2945,"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2942,"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072":0x2974,"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074":0x2b44,"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065":0x21fe,"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078":0x2947,"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x290d,"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077":0x2933,"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c":0x291c,"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077":0x2911,"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077":0x2937,"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297d,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074":0x20d1,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072":0x2957,"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e":0x2964,"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072":0x2953,"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068":0x296c,"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079":0x2970,"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e":0x2969,"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070":0x2968,"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn":0x263d,"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e":0x27d6,"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e":0x2b54,"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b":0x2b53,"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073":0x21c9,"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x0319,"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l":0x291a,"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073":0x21f6,"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x22bf,"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077":0x219d,"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308a,"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ea,"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff98,"\u0072\u0069\u006e\u0067":0x02da,"\u0072\u0069\u006eg\u0031":0xf007,"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0325,"\u0072i\u006e\u0067\u0063\u006d\u0062":0x030a,"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064":0xd80d,"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074":0x02bf,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e":0x0559,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062":0x031c,"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064":0x02d3,"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074":0x02be,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062":0x0339,"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064":0x02d2,"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c":0x2256,"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x028f,"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072":0x0248,"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073":0x2a22,"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070":0x02ac,"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072":0x0247,"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0213,"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065":0x3351,"\u0072\u006c\u0065":0x202b,"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e5f,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067":0x027c,"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064":0x027a,"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff52,"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065":0x23b1,"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308d,"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ed,"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9b,"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i":0x0e23,"\u0072\u0070\u0061\u0072\u0065\u006e":0x24ad,"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x239f,"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r":0x2994,"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064":0x23a0,"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064":0x239e,"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074":0x2a12,"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09dc,"\u0072r\u0061\u0064\u0065\u0076\u0061":0x0931,"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5c,"\u0072r\u0061\u006e\u0067\u006c\u0065":0x298a,"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0691,"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb8d,"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073":0x2988,"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e0,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x0960,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0ae0,"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci":0x09c4,"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061":0x0944,"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069":0x0ac4,"\u0072s\u006f\u006c\u0062\u0061\u0072":0x29f7,"\u0072s\u0071\u0068\u006f\u006f\u006b":0x2ace,"\u0072\u0073\u0075\u0062":0x2a65,"\u0072\u0073\u0075\u0070\u0065\u0072":0x023c,"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f1,"\u0072t\u0062\u006c\u006f\u0063\u006b":0x2590,"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2595,"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069":0x29ce,"\u0072t\u0075\u0072\u006e\u0065\u0064":0x0279,"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x02b4,"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072":0x023e,"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072":0x023d,"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308b,"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30eb,"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff99,"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064":0x29f4,"\u0072\u0075\u0070e\u0065":0x20a8,"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f2,"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f3,"\u0072\u0075\u0070\u0069\u0061\u0068":0xf6dd,"\u0072\u0075\u0074\u0068\u0061\u0069":0x0e24,"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee":0x23b9,"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x098b,"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061":0x090b,"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8b,"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09c3,"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061":0x0943,"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i":0x0ac3,"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067":0x29d9,"\u0073":0x0073,"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09b8,"\u0073\u0061\u0063\u0075\u0074\u0065":0x015b,"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e65,"\u0073\u0061\u0064\u0065\u0076\u0061":0x0938,"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeba,"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebb,"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb9,"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfebc,"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab8,"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a38,"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3055,"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b5,"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7b,"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063":0xfdfa,"\u0073\u0061\u006d\u0065\u006b\u0068":0x05e1,"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077":0xfb41,"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064":0x2143,"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064":0x2142,"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069":0x0e32,"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069":0x0e41,"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069":0x0e44,"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069":0x0e43,"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069":0x0e33,"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i":0x0e30,"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i":0x0e40,"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf886,"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069":0x0e35,"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf885,"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i":0x0e34,"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i":0x0e42,"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf888,"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069":0x0e37,"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069":0xf887,"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069":0x0e36,"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i":0x0e38,"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069":0x0e39,"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s":0x22a8,"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3119,"\u0073\u0063\u0061\u0072\u006f\u006e":0x0161,"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e67,"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x015f,"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611":0xf817,"\u0073\u0063\u0068w\u0061":0x0259,"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04d9,"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04db,"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk":0x025a,"\u0073c\u0069\u0072\u0063\u006c\u0065":0x24e2,"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x015d,"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074":0x0219,"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074":0x2a13,"\u0073c\u0072\u0075\u0070\u006c\u0065":0x2108,"\u0073\u0063\u0075\u0072\u0065\u006c":0x22b1,"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e61,"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e63,"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074":0x1e69,"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x033c,"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070":0x02af,"\u0073\u0065\u0063\u006f\u006e\u0064":0x2033,"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065":0x02ca,"\u0073e\u0063\u0074\u0069\u006f\u006e":0x00a7,"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb2,"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb3,"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb1,"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb4,"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfcb0,"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x05b6,"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0592,"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057d,"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305b,"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bb,"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7e,"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn":0x003b,"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065":0xff1b,"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c":0xfe54,"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061":0x309c,"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068":0xff9f,"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065":0x3322,"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3323,"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077":0x292d,"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b":0x2120,"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073":0x29f5,"\u0073\u0065\u0076e\u006e":0x0037,"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ed,"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a":0x096d,"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215e,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aed,"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6d,"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3027,"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3226,"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2087,"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff17,"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf737,"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247a,"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x248e,"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f7,"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2176,"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2077,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x2470,"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e":0x2484,"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2498,"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i":0x0e57,"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0577,"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b6,"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0651,"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc61,"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5e,"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc60,"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c":0xfe7d,"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064":0xfe7c,"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063":0xfc62,"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063":0xfc5f,"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw":0xe825,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe829,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf3,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82b,"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077":0xe828,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf2,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xe818,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077":0xe82a,"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077":0xe82c,"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c":0xfcf4,"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077":0xe82d,"\u0073\u0068\u0061d\u0065":0x2592,"\u0073\u0068\u0061\u0064\u0065\u0031":0xf822,"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074":0x2591,"\u0073h\u0061\u0064\u0065\u0076\u0061":0x0936,"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab6,"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a36,"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x0593,"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3115,"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb6,"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfeb7,"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeb5,"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeb8,"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c":0xfd30,"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063":0x03e3,"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04bb,"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t":0x21b0,"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x21b1,"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063":0x03ed,"\u0073\u0068\u0069\u006e":0x05e9,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068":0xfb49,"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074":0xfb2c,"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077":0xfb2d,"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05c1,"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074":0xfb2a,"\u0073\u0068\u006fo\u006b":0x0282,"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b":0x2adf,"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b":0x2ade,"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2944,"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b":0x2ae0,"\u0073h\u0075\u0066\u0066\u006c\u0065":0x29e2,"\u0073\u0069\u0067m\u0061":0x03c3,"\u0073\u0069\u0067\u006d\u0061\u0031":0x03c2,"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b":0x03f2,"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3057,"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b7,"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7c,"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077":0x05bd,"\u0073\u0069\u006dg\u0045":0x2aa0,"\u0073\u0069\u006d\u0067\u0074\u0072":0x2a9e,"\u0073i\u006d\u0069\u006c\u0061\u0072":0x223c,"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077":0x2b49,"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077":0x2972,"\u0073\u0069\u006dl\u0045":0x2a9f,"\u0073i\u006d\u006c\u0065\u0073\u0073":0x2a9d,"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d":0x2a6c,"\u0073i\u006d\u006e\u0065\u0071\u0071":0x2246,"\u0073i\u006d\u0070\u006c\u0075\u0073":0x2a24,"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073":0x2a6b,"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065":0x223f,"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e":0x3274,"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3214,"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x317e,"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3266,"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e":0x317a,"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3145,"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x317b,"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3206,"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x317d,"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x317c,"\u0073\u0069\u0078":0x0036,"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09ec,"\u0073i\u0078\u0064\u0065\u0076\u0061":0x096c,"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aec,"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a6c,"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3026,"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3225,"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2086,"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff16,"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf736,"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e":0x2479,"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2006,"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd":0x248d,"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f6,"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e":0x2175,"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2076,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x246f,"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069":0x09f9,"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2483,"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064":0x2497,"\u0073i\u0078\u0074\u0068\u0061\u0069":0x0e56,"\u0073\u006c\u0061s\u0068":0x002f,"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070":0x02ab,"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff0f,"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070":0x02aa,"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074":0x1e9b,"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e":0x2322,"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074":0x25c2,"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x25b8,"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061":0x06e4,"\u0073m\u0061\u006c\u006c\u0069\u006e":0x220a,"\u0073m\u0061\u006c\u006c\u006e\u0069":0x220d,"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073":0x2a33,"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x2b29,"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2a,"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c":0x29e4,"\u0073\u006d\u0069l\u0065":0x2323,"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e":0x263a,"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff53,"\u0073\u006d\u0074":0x2aaa,"\u0073\u006d\u0074\u0065":0x2aac,"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072":0x2b52,"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065":0x2b2b,"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077":0x05c3,"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e":0x00ad,"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044c,"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305d,"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bd,"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7f,"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0338,"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062":0x0337,"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069":0x0e29,"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069":0x0e28,"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069":0x0e0b,"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i":0x0e2a,"\u0073\u0070\u0061c\u0065":0x0020,"\u0073\u0070\u0061d\u0065":0x2660,"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065":0x2664,"\u0073\u0070\u0061\u0072\u0065\u006e":0x24ae,"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065":0x2222,"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a1,"\u0073\u0071\u0069n\u0074":0x2a16,"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e":0x2311,"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d":0x23b7,"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071":0x22e4,"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071":0x22e5,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x033b,"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b":0x2b13,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063":0x33c4,"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d":0x339d,"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c":0x25a9,"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft":0x22a1,"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c":0x25a4,"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065":0x228f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067":0x338f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d":0x339e,"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c":0x33ce,"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b":0x25e7,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b":0x2b15,"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064":0x25f1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e":0x33d1,"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg":0x33d2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b":0x25ea,"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064":0x25f2,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067":0x338e,"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l":0x33d5,"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073":0x229f,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d":0x339c,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064":0x33a1,"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079":0x22a0,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c":0x2290,"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c":0x25a6,"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073":0x229e,"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b":0x25e8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070":0x02ae,"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b":0x2b12,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b":0x25e9,"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064":0x25f0,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c":0x25a7,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c":0x25a8,"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b":0x2b14,"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064":0x25f3,"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c":0x25a5,"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k":0x25a3,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074":0x21ad,"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x21dd,"\u0073q\u0075\u006f\u0076\u0061\u006c":0x25a2,"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065":0x33db,"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09b7,"\u0073s\u0061\u0064\u0065\u0076\u0061":0x0937,"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab7,"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e":0x3149,"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x3185,"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e":0x3180,"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e":0x3132,"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3165,"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e":0x3143,"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e":0x3146,"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e":0x3138,"\u0073\u0073\u006c\u0061\u0073\u0068":0x2afd,"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f2,"\u0073\u0074":0xfb06,"\u0073\u0074\u0061\u0072":0x22c6,"\u0073\u0074\u0061\u0072\u0065\u0071":0x225b,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067":0x00a3,"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xffe1,"\u0073\u0074\u0072n\u0073":0x23e4,"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062":0x0336,"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062":0x0335,"\u0073u\u0062\u0065\u0064\u006f\u0074":0x2ac3,"\u0073u\u0062\u006d\u0075\u006c\u0074":0x2ac1,"\u0073u\u0062\u0072\u0061\u0072\u0072":0x2979,"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2ac9,"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c3,"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l":0x22d0,"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c":0x2ac5,"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft":0x2abd,"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c":0x228a,"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c":0x2acb,"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2abf,"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2291,"\u0073\u0075\u0062\u0073\u0069\u006d":0x2ac7,"\u0073\u0075\u0062\u0073\u0075\u0062":0x2ad5,"\u0073\u0075\u0062\u0073\u0075\u0070":0x2ad3,"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078":0x2ab8,"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073":0x227b,"\u0073u\u0063\u0063\u0065\u0071\u0071":0x2ab4,"\u0073u\u0063\u0063\u006e\u0065\u0071":0x2ab2,"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074":0x220b,"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3059,"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b9,"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff7d,"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0652,"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe7e,"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077":0xe822,"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c":0xfe7f,"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061":0xe834,"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm":0x23b3,"\u0073\u0075\u006d\u0069\u006e\u0074":0x2a0b,"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn":0x2211,"\u0073\u0075\u006d\u0074\u006f\u0070":0x23b2,"\u0073\u0075\u006e":0x263c,"\u0073u\u0070\u0064\u0073\u0075\u0062":0x2ad8,"\u0073u\u0070\u0065\u0064\u006f\u0074":0x2ac4,"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066":0x0670,"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c":0x22d1,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c":0x2ac6,"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c":0x228b,"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c":0x2acc,"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c":0x2292,"\u0073u\u0070\u0068\u0073\u006f\u006c":0x27c9,"\u0073u\u0070\u0068\u0073\u0075\u0062":0x2ad7,"\u0073u\u0070\u006c\u0061\u0072\u0072":0x297b,"\u0073u\u0070\u006d\u0075\u006c\u0074":0x2ac2,"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078":0x2aca,"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063":0x27c4,"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft":0x2abe,"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073":0x2ac0,"\u0073\u0075\u0070\u0073\u0069\u006d":0x2ac8,"\u0073\u0075\u0070\u0073\u0075\u0062":0x2ad4,"\u0073\u0075\u0070\u0073\u0075\u0070":0x2ad6,"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065":0x33dc,"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337c,"\u0074":0x0074,"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09a4,"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e":0x22a4,"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074":0x22a3,"\u0074\u0061\u0064\u0065\u0076\u0061":0x0924,"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa4,"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a24,"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c":0x0637,"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec2,"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec3,"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305f,"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec1,"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec4,"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065":0x337d,"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bf,"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff80,"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067":0x2afe,"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065":0xfe71,"\u0074\u0061\u0075":0x03c4,"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h":0xfb4a,"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w":0x05ea,"\u0074\u0062\u0061\u0072":0x0167,"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o":0x310a,"\u0074\u0063\u0061\u0072\u006f\u006e":0x0165,"\u0074c\u0061\u0072\u006f\u006e\u0031":0xf815,"\u0074\u0063\u0063\u0075\u0072\u006c":0x02a8,"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0x0163,"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611":0xf819,"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x0686,"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb7b,"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfb7c,"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb7a,"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb7d,"\u0074c\u0069\u0072\u0063\u006c\u0065":0x24e3,"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e71,"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e97,"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e6b,"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e6d,"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ad,"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe96,"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfca2,"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063":0xfc0c,"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe97,"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3066,"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe95,"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca1,"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0b,"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063":0x0629,"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063":0xfe94,"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfe93,"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe98,"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfca4,"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc0e,"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc73,"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc74,"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xe814,"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfca3,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc75,"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064":0xfc10,"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c6,"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff83,"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee":0x2121,"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a0,"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x05a9,"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3229,"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x247d,"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd":0x2491,"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e":0x2179,"\u0074\u0065\u0073\u0068":0x02a7,"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h":0xfb38,"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w":0x05d8,"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b5,"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x059b,"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a5,"\u0074h\u0061\u0064\u0065\u0076\u0061":0x0925,"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa5,"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a25,"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0x0630,"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeac,"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeab,"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069":0xf898,"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069":0xf897,"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069":0x0e4c,"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069":0xf896,"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063":0x062b,"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9a,"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfe9b,"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfe99,"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe9c,"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c":0xfca6,"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064":0xfc12,"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e":0x2234,"\u0074h\u0065\u0072\u006d\u006f\u0064":0x29e7,"\u0074\u0068\u0065t\u0061":0x03b8,"\u0074\u0068\u0065\u0074\u0061\u0031":0x03d1,"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e":0x3279,"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e":0x3219,"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x326b,"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e":0x314c,"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x320b,"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e":0x2009,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065":0x246c,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e":0x2480,"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064":0x2494,"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069":0x0e11,"\u0074\u0068\u006fo\u006b":0x01ad,"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069":0x0e12,"\u0074\u0068\u006fr\u006e":0x00fe,"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e17,"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069":0x0e10,"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069":0x0e18,"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069":0x0e16,"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0482,"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063":0x066c,"\u0074\u0068\u0072e\u0065":0x0033,"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e9,"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065":0x27c0,"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a":0x0969,"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e":0x2af6,"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073":0x215c,"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073":0x2157,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae9,"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a69,"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3023,"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e":0x3222,"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2083,"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065":0xff13,"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069":0x09f6,"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf733,"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e":0x2476,"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065":0x2004,"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x248a,"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f3,"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073":0x00be,"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068":0xf6de,"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e":0x2172,"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b3,"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i":0x0e53,"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074":0x20e8,"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e":0x3394,"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t":0x2040,"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079":0x29dd,"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3061,"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c1,"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff81,"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3270,"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e":0x3210,"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e":0x3262,"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e":0x3137,"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e":0x3202,"\u0074\u0069\u006cd\u0065":0x02dc,"\u0074\u0069\u006c\u0064\u0065\u0031":0xf004,"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062":0x0330,"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062":0x0303,"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062":0x0360,"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p":0x0276,"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062":0x0334,"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062":0x033e,"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072":0x2a31,"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0596,"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a70,"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062":0x0483,"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057f,"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e6f,"\u0074\u006d\u0069\u006e\u0075\u0073":0x29ff,"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff54,"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0569,"\u0074\u006f\u0065\u0061":0x2928,"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3068,"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c8,"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff84,"\u0074\u006f\u006e\u0061":0x2927,"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064":0x02e5,"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064":0x02e9,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064":0x02e6,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064":0x02e8,"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064":0x02e7,"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065":0x01bd,"\u0074o\u006e\u0065\u0073\u0069\u0078":0x0185,"\u0074o\u006e\u0065\u0074\u0077\u006f":0x01a8,"\u0074\u006f\u006eo\u0073":0x0384,"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e":0x3327,"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069":0x0e0f,"\u0074\u006f\u0070\u0062\u006f\u0074":0x2336,"\u0074\u006f\u0070\u0063\u0069\u0072":0x2af1,"\u0074o\u0070\u0066\u006f\u0072\u006b":0x2ada,"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065":0x25e0,"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074":0x3014,"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c":0xfe5d,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe39,"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t":0x3015,"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c":0xfe5e,"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c":0xfe3a,"\u0074\u006f\u0073\u0061":0x2929,"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i":0x0e15,"\u0074\u006f\u0077\u0061":0x292a,"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b":0x01ab,"\u0074\u0070\u0061\u0072\u0065\u006e":0x24af,"\u0074\u0070\u006cu\u0073":0x29fe,"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k":0x2122,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073":0xf8ea,"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066":0xf6db,"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m":0x23e2,"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0288,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074":0x2023,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074":0x25ec,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b":0x25ed,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c":0x22b4,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073":0x2a3a,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074":0x29ca,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073":0x2a39,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b":0x25ee,"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c":0x22b5,"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s":0x29cc,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073":0x29cd,"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073":0x2a3b,"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072":0x29cb,"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073":0x29fb,"\u0074r\u0070\u0072\u0069\u006d\u0065":0x2034,"\u0074r\u0073\u006c\u0061\u0073\u0068":0x2afb,"\u0074\u0073":0x02a6,"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068":0xfb46,"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0446,"\u0074s\u0065\u0072\u0065\u0031\u0032":0x05b5,"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x045b,"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr":0xf6f3,"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x099f,"\u0074t\u0061\u0064\u0065\u0076\u0061":0x091f,"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a9f,"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a1f,"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb67,"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb68,"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb69,"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09a0,"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061":0x0920,"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aa0,"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a20,"\u0074t\u0075\u0072\u006e\u0065\u0064":0x0287,"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3064,"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c4,"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff82,"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce":0x29a2,"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061":0x2129,"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft":0x2319,"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074":0x22a2,"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3063,"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30c3,"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6f,"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x246b,"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e":0x247f,"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064":0x2493,"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e":0x217b,"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068":0xd80c,"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065":0x2473,"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075":0x5344,"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e":0x2487,"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064":0x249b,"\u0074\u0077\u006f":0x0032,"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c":0x0662,"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e8,"\u0074w\u006f\u0063\u0061\u0070\u0073":0x2a4b,"\u0074w\u006f\u0063\u0075\u0070\u0073":0x2a4a,"\u0074w\u006f\u0064\u0065\u0076\u0061":0x0968,"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072":0x2025,"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c":0xfe30,"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s":0x2156,"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae8,"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a68,"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075":0x3022,"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077":0x21a1,"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c":0x2b3b,"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077":0x2b37,"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d":0x2b36,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f":0x2905,"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c":0x2916,"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077":0x219f,"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065":0x2949,"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e":0x3221,"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2082,"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff12,"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09f5,"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf732,"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e":0x2475,"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd":0x2489,"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f2,"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e":0x2171,"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be":0x01bb,"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x00b2,"\u0074w\u006f\u0074\u0068\u0061\u0069":0x0e52,"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s":0x2154,"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn":0x2982,"\u0075":0x0075,"\u0075\u0032\u00364\u0033":0x2643,"\u0075\u0061\u0063\u0075\u0074\u0065":0x00fa,"\u0075\u0062\u0061\u0072":0x0289,"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x0989,"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3128,"\u0075b\u0072\u0062\u0072\u0061\u006b":0x23e1,"\u0075\u0062\u0072\u0065\u0076\u0065":0x016d,"\u0075\u0063\u0061\u0072\u006f\u006e":0x01d4,"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061":0xf834,"\u0075c\u0069\u0072\u0063\u006c\u0065":0x24e4,"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x00fb,"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077":0x1e77,"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061":0x0951,"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e":0x0171,"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e":0x0215,"\u0075\u0064\u0065v\u0061":0x0909,"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00fc,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065":0x01d8,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077":0x1e73,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e":0x01da,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04f1,"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065":0x01dc,"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e":0x01d6,"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ee5,"\u0075\u0067\u0072\u0061\u0076\u0065":0x00f9,"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i":0x0a89,"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i":0x0a09,"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea":0x3046,"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ee7,"\u0075\u0068\u006fr\u006e":0x01b0,"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065":0x1ee9,"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077":0x1ef1,"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065":0x1eeb,"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065":0x1eed,"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065":0x1eef,"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063":0x04f3,"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065":0x0217,"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea":0x30a6,"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068":0xff73,"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0479,"\u0075k\u006f\u0072\u0065\u0061\u006e":0x315c,"\u0075\u006c\u0061r\u0063":0x25dc,"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f8,"\u0075m\u0061\u0063\u0072\u006f\u006e":0x016b,"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04ef,"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x1e7b,"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069":0x0a41,"\u0075\u006d\u0069\u006e\u0075\u0073":0x2a41,"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff55,"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065":0x23df,"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074":0x23b5,"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077":0x20ee,"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e":0x20ed,"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e":0x23dd,"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077":0x20ef,"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e":0x20ec,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065":0x005f,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c":0x2017,"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff3f,"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c":0xfe33,"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079":0xfe4f,"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065":0x203f,"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073":0x22ef,"\u0075\u006e\u0069o\u006e":0x222a,"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c":0x22d3,"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069":0x228e,"\u0075n\u0069\u006f\u006e\u0073\u0071":0x2294,"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t":0x22c3,"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l":0x2200,"\u0075o\u0067\u006f\u006e\u0065\u006b":0x0173,"\u0075\u0070\u0061n\u0064":0x214b,"\u0075\u0070\u0061\u0072\u0065\u006e":0x24b0,"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064":0x2909,"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065":0x29bd,"\u0075p\u0062\u006c\u006f\u0063\u006b":0x2580,"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da":0x03dd,"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074":0x2951,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074":0x294d,"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074":0x294c,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074":0x294f,"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x296e,"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b":0x2594,"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c":0x297e,"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072":0x2960,"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072":0x295c,"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074":0x2963,"\u0075\u0070\u0069\u006e":0x27d2,"\u0075\u0070\u0069n\u0074":0x2a1b,"\u0075p\u006b\u006f\u0070\u0070\u0061":0x03df,"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061":0x03d8,"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061":0x03d9,"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077":0x05c4,"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077":0x2934,"\u0075p\u0073\u0061\u006d\u0070\u0069":0x03e1,"\u0075p\u0073\u0069\u006c\u006f\u006e":0x03c5,"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073":0x02f9,"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073":0x03cb,"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073":0x03b0,"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e":0x028a,"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073":0x03cd,"\u0075p\u0073\u006c\u006f\u0070\u0065":0x29f8,"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061":0x03db,"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062":0x031d,"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd":0x02d4,"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061":0x03f4,"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a73,"\u0075\u0072\u0061r\u0063":0x25dd,"\u0075\u0072\u0069n\u0067":0x016f,"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25f9,"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061":0x3045,"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061":0x30a5,"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff69,"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x04af,"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04b1,"\u0075\u0074\u0069\u006c\u0064\u0065":0x0169,"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065":0x1e79,"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077":0x1e75,"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci":0x098a,"\u0075\u0075\u0064\u0065\u0076\u0061":0x090a,"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a8a,"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a0a,"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a42,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069":0x09c2,"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061":0x0942,"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ac2,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069":0x09c1,"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061":0x0941,"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069":0x0ac1,"\u0076":0x0076,"\u0076\u0042\u0061\u0072":0x2ae8,"\u0076\u0042\u0061r\u0076":0x2ae9,"\u0076\u0044\u0064\u0061\u0073\u0068":0x2ae2,"\u0076\u0061\u0064\u0065\u0076\u0061":0x0935,"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ab5,"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a35,"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f7,"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068":0x2ae6,"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e":0x23ce,"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065":0x2306,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e":0x2b21,"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b":0x2b22,"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073":0x232c,"\u0076\u0061\u0072\u0069\u006b\u0061":0xfb1e,"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072":0x22f6,"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073":0x22f3,"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r":0x22fd,"\u0076\u0061\u0072\u006e\u0069\u0073":0x22fb,"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065":0x2232,"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074":0x22b2,"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074":0x22b3,"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r":0x2a61,"\u0076\u0061\u0076":0x05d5,"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb35,"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d":0xfb4b,"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072":0x23aa,"\u0076\u0062\u0072\u0074\u0072\u0069":0x29d0,"\u0076c\u0069\u0072\u0063\u006c\u0065":0x24e5,"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e7f,"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073":0x2a2f,"\u0076\u0065\u0063\u0074\u006f\u0072":0x20d7,"\u0076\u0065\u0065\u0064\u006f\u0074":0x27c7,"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072":0x2a63,"\u0076\u0065\u0065e\u0071":0x225a,"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5b,"\u0076e\u0065\u006f\u0064\u006f\u0074":0x2a52,"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065":0x2a56,"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a59,"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c":0x06a4,"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfb6b,"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6c,"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfb6a,"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfb6d,"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f9,"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065":0x2123,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062":0x030d,"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062":0x0329,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064":0x02cc,"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064":0x02c8,"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079":0x20d2,"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x057e,"\u0076\u0068\u006fo\u006b":0x028b,"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061":0x2317,"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f8,"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09cd,"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061":0x094d,"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069":0x0acd,"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069":0x0983,"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061":0x0903,"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0a83,"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h":0x27dd,"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff56,"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0578,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x309e,"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fe,"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061":0x309b,"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9e,"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30fa,"\u0076\u0070\u0061\u0072\u0065\u006e":0x24b1,"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065":0x25af,"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b":0x25ae,"\u0076s\u0063\u0072\u0069\u0070\u0074":0x021b,"\u0076\u0074\u0069\u006c\u0064\u0065":0x1e7d,"\u0076\u0074\u0075r\u006e":0x021c,"\u0076t\u0075\u0072\u006e\u0065\u0064":0x028c,"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3094,"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f4,"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1d,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065":0x2218,"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065":0x2b1e,"\u0076z\u0069\u0067\u007a\u0061\u0067":0x299a,"\u0077":0x0077,"\u0077\u0061\u0063\u0075\u0074\u0065":0x1e83,"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3159,"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308f,"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ef,"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff9c,"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3158,"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x308e,"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ee,"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x3357,"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068":0x301c,"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c":0xfe34,"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c":0x0648,"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfeee,"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe86,"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeed,"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe85,"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065":0x33dd,"\u0077c\u0069\u0072\u0063\u006c\u0065":0x24e6,"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0175,"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e85,"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e87,"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e89,"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072":0x2a5f,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074":0x27d1,"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072":0x2a60,"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074":0x2a5a,"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft":0x2a51,"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065":0x2a55,"\u0077\u0065\u0064\u0067\u0065\u0071":0x2259,"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3091,"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073":0x2118,"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f1,"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x315e,"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n":0x315d,"\u0077\u0067\u0072\u0061\u0076\u0065":0x1e81,"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074":0x25e6,"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065":0x25cb,"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074":0x300e,"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe43,"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x300f,"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c":0xfe44,"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064":0x25c7,"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064":0x25c8,"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25bf,"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25bd,"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065":0x27c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25c3,"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce":0x25c1,"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074":0x3016,"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074":0x3017,"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074":0x25c5,"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074":0x25bb,"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b9,"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065":0x25b7,"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065":0x25ab,"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074":0x27e4,"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074":0x27e5,"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r":0x2606,"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065":0x260f,"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074":0x3018,"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074":0x3019,"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065":0x25b5,"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065":0x25b3,"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c":0x2b2d,"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c":0x2b2f,"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e":0x29a6,"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070":0x29a7,"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065":0x20e9,"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3090,"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f0,"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x315f,"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff57,"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3092,"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30f2,"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff66,"\u0077\u006f\u006e":0x20a9,"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe6,"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069":0x0e27,"\u0077\u0070\u0061\u0072\u0065\u006e":0x24b2,"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074":0x2240,"\u0077\u0072\u0069n\u0067":0x1e98,"\u0077\u0073\u0075\u0070\u0065\u0072":0x0240,"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b7,"\u0077\u0074\u0075r\u006e":0x021d,"\u0077t\u0075\u0072\u006e\u0065\u0064":0x028d,"\u0077\u0079\u006e\u006e":0x01bf,"\u0078":0x0078,"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db":0x033d,"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o":0x3112,"\u0078c\u0069\u0072\u0063\u006c\u0065":0x24e7,"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s":0x1e8d,"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8b,"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056d,"\u0078\u0069":0x03be,"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff58,"\u0078\u0070\u0061\u0072\u0065\u006e":0x24b3,"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02e3,"\u0079":0x0079,"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065":0x334e,"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci":0x09af,"\u0079\u0061\u0063\u0075\u0074\u0065":0x00fd,"\u0079\u0061\u0064\u0065\u0076\u0061":0x092f,"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n":0x3152,"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0aaf,"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a2f,"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3084,"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e4,"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff94,"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3151,"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069":0x0e4e,"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3083,"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e3,"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6c,"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0463,"\u0079c\u0069\u0072\u0063\u006c\u0065":0x24e8,"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x0177,"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s":0x00ff,"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x1e8f,"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw":0x1ef5,"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c":0x064a,"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x06d2,"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfbaf,"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfef2,"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063":0x0626,"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfe8a,"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063":0xfe8b,"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c":0xfe8c,"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfef3,"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfef1,"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063":0xfcdd,"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063":0xfc58,"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063":0xfc94,"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063":0x06d1,"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c":0xfc95,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064":0xfc59,"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c":0xfcdb,"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d":0xfe89,"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcda,"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c":0xfcdc,"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c":0xfc91,"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3156,"\u0079\u0065\u006e":0x00a5,"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xffe5,"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n":0x3155,"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e":0x3186,"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077":0x05aa,"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x044b,"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063":0x04f9,"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e":0x3181,"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e":0x3183,"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e":0x3182,"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077":0x059a,"\u0079\u0067\u0072\u0061\u0076\u0065":0x1ef3,"\u0079\u0068\u006fo\u006b":0x01b4,"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065":0x1ef7,"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0575,"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0457,"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e":0x3162,"\u0079i\u006e\u0079\u0061\u006e\u0067":0x262f,"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0582,"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff59,"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077":0xfb39,"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077":0x05f2,"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb1f,"\u0079\u006f\u0067\u0068":0x0222,"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c":0x0223,"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3088,"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n":0x3189,"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e8,"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff96,"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x315b,"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3087,"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e7,"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6e,"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b":0x03f3,"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x3188,"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e":0x3187,"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i":0x0e22,"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069":0x0e0d,"\u0079\u0070\u0061\u0072\u0065\u006e":0x24b4,"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069":0x037a,"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062":0x0345,"\u0079\u0072":0x01a6,"\u0079\u0072\u0069n\u0067":0x1e99,"\u0079\u0073\u0075\u0070\u0065\u0072":0x0241,"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr":0x02b8,"\u0079\u0074\u0069\u006c\u0064\u0065":0x1ef9,"\u0079\u0074\u0075r\u006e":0x021e,"\u0079t\u0075\u0072\u006e\u0065\u0064":0x028e,"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3086,"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n":0x318c,"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e6,"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff95,"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e":0x3160,"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x046b,"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063":0x046d,"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063":0x0467,"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c":0x0469,"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3085,"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30e5,"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068":0xff6d,"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e":0x318b,"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e":0x318a,"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09df,"\u0079y\u0061\u0064\u0065\u0076\u0061":0x095f,"\u007a":0x007a,"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x0566,"\u007a\u0061\u0063\u0075\u0074\u0065":0x017a,"\u007a\u0061\u0064\u0065\u0076\u0061":0x095b,"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a5b,"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c":0x0638,"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063":0xfec6,"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec7,"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3056,"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfec5,"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfec8,"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063":0x0632,"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063":0xfeb0,"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064":0xfeaf,"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b6,"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077":0x0595,"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077":0x0594,"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077":0x0598,"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077":0xfb36,"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o":0x3117,"\u007a\u0063\u0061\u0072\u006f\u006e":0x017e,"\u007ac\u0069\u0072\u0063\u006c\u0065":0x24e9,"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078":0x1e91,"\u007a\u0063\u006d\u0070":0x2a1f,"\u007a\u0063\u0075r\u006c":0x0291,"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074":0x017c,"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw":0x1e93,"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0499,"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063":0x04df,"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305c,"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30bc,"\u007a\u0065\u0072\u006f":0x0030,"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069":0x09e6,"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061":0x0966,"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069":0x0ae6,"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069":0x0a66,"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063":0x0660,"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072":0x2080,"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff10,"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065":0xf730,"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e":0x06f0,"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072":0x2070,"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069":0x0e50,"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072":0xfeff,"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065":0x200b,"\u007a\u0065\u0074\u0061":0x03b6,"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f":0x3113,"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e":0x056a,"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065":0x03fe,"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04c2,"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x0436,"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063":0x0497,"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063":0x04dd,"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x3058,"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30b8,"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077":0x05ae,"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077":0x1e95,"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065":0xff5a,"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305e,"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30be,"\u007a\u0070\u0061\u0072\u0065\u006e":0x24b5,"\u007a\u0070\u0069p\u0065":0x2a20,"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074":0x2a21,"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b":0x0290,"\u007ar\u0074\u0068\u006f\u006f\u006b":0x0220,"\u007as\u0074\u0072\u006f\u006b\u0065":0x01b6,"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061":0x305a,"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061":0x30ba}); +func (_aed *IdentityEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_aed ._aea .Write (r );return CharCode (r ),true ;};func _gcc (_ggcg rune )string {_fccg :="u\u006e\u0070\u0072\u0069\u006e\u0074\u0061\u0062\u006c\u0065";if _fg .IsPrint (_ggcg ){_fccg =_cf .Sprintf ("\u0025\u0023\u0071",_ggcg ); +};return _cf .Sprintf ("\u0025\u002b\u0071\u0020\u0028\u0025\u0073\u0029",_ggcg ,_fccg );};var _gfcf =_cb .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'✁',0x22:'✂',0x23:'✃',0x24:'✄',0x25:'☎',0x26:'✆',0x27:'✇',0x28:'✈',0x29:'✉',0x2a:'☛',0x2b:'☞',0x2c:'✌',0x2d:'✍',0x2e:'✎',0x2f:'✏',0x30:'✐',0x31:'✑',0x32:'✒',0x33:'✓',0x34:'✔',0x35:'✕',0x36:'✖',0x37:'✗',0x38:'✘',0x39:'✙',0x3a:'✚',0x3b:'✛',0x3c:'✜',0x3d:'✝',0x3e:'✞',0x3f:'✟',0x40:'✠',0x41:'✡',0x42:'✢',0x43:'✣',0x44:'✤',0x45:'✥',0x46:'✦',0x47:'✧',0x48:'★',0x49:'✩',0x4a:'✪',0x4b:'✫',0x4c:'✬',0x4d:'✭',0x4e:'✮',0x4f:'✯',0x50:'✰',0x51:'✱',0x52:'✲',0x53:'✳',0x54:'✴',0x55:'✵',0x56:'✶',0x57:'✷',0x58:'✸',0x59:'✹',0x5a:'✺',0x5b:'✻',0x5c:'✼',0x5d:'✽',0x5e:'✾',0x5f:'✿',0x60:'❀',0x61:'❁',0x62:'❂',0x63:'❃',0x64:'❄',0x65:'❅',0x66:'❆',0x67:'❇',0x68:'❈',0x69:'❉',0x6a:'❊',0x6b:'❋',0x6c:'●',0x6d:'❍',0x6e:'■',0x6f:'❏',0x70:'❐',0x71:'❑',0x72:'❒',0x73:'▲',0x74:'▼',0x75:'◆',0x76:'❖',0x77:'◗',0x78:'❘',0x79:'❙',0x7a:'❚',0x7b:'❛',0x7c:'❜',0x7d:'❝',0x7e:'❞',0x80:'\uf8d7',0x81:'\uf8d8',0x82:'\uf8d9',0x83:'\uf8da',0x84:'\uf8db',0x85:'\uf8dc',0x86:'\uf8dd',0x87:'\uf8de',0x88:'\uf8df',0x89:'\uf8e0',0x8a:'\uf8e1',0x8b:'\uf8e2',0x8c:'\uf8e3',0x8d:'\uf8e4',0xa1:'❡',0xa2:'❢',0xa3:'❣',0xa4:'❤',0xa5:'❥',0xa6:'❦',0xa7:'❧',0xa8:'♣',0xa9:'♦',0xaa:'♥',0xab:'♠',0xac:'①',0xad:'②',0xae:'③',0xaf:'④',0xb0:'⑤',0xb1:'⑥',0xb2:'⑦',0xb3:'⑧',0xb4:'⑨',0xb5:'⑩',0xb6:'❶',0xb7:'❷',0xb8:'❸',0xb9:'❹',0xba:'❺',0xbb:'❻',0xbc:'❼',0xbd:'❽',0xbe:'❾',0xbf:'❿',0xc0:'➀',0xc1:'➁',0xc2:'➂',0xc3:'➃',0xc4:'➄',0xc5:'➅',0xc6:'➆',0xc7:'➇',0xc8:'➈',0xc9:'➉',0xca:'➊',0xcb:'➋',0xcc:'➌',0xcd:'➍',0xce:'➎',0xcf:'➏',0xd0:'➐',0xd1:'➑',0xd2:'➒',0xd3:'➓',0xd4:'➔',0xd5:'→',0xd6:'↔',0xd7:'↕',0xd8:'➘',0xd9:'➙',0xda:'➚',0xdb:'➛',0xdc:'➜',0xdd:'➝',0xde:'➞',0xdf:'➟',0xe0:'➠',0xe1:'➡',0xe2:'➢',0xe3:'➣',0xe4:'➤',0xe5:'➥',0xe6:'➦',0xe7:'➧',0xe8:'➨',0xe9:'➩',0xea:'➪',0xeb:'➫',0xec:'➬',0xed:'➭',0xee:'➮',0xef:'➯',0xf1:'➱',0xf2:'➲',0xf3:'➳',0xf4:'➴',0xf5:'➵',0xf6:'➶',0xf7:'➷',0xf8:'➸',0xf9:'➹',0xfa:'➺',0xfb:'➻',0xfc:'➼',0xfd:'➽',0xfe:'➾'}); +func init (){RegisterSimpleEncoding (_bdfb ,NewMacExpertEncoder );RegisterSimpleEncoding (_abd ,NewMacRomanEncoder );};var _gbd =_cb .NewByteRuneMap (map[byte ]rune {0x1:'\x01',0x2:'\x02',0x3:'\x03',0x4:'\x04',0x5:'\x05',0x6:'\x06',0x7:'\a',0x8:'\b',0x9:'\t',0xa:'\n',0xb:'\v',0xc:'\f',0xd:'\r',0xe:'\x0e',0xf:'\x0f',0x10:'\x10',0x11:'\x11',0x12:'\x12',0x13:'\x13',0x14:'\x14',0x15:'\x15',0x16:'\x17',0x17:'\x17',0x18:'˘',0x19:'ˇ',0x1a:'ˆ',0x1b:'˙',0x1c:'˝',0x1d:'˛',0x1e:'˚',0x1f:'˜',0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x80:'•',0x81:'†',0x82:'‡',0x83:'…',0x84:'—',0x85:'–',0x86:'ƒ',0x87:'⁄',0x88:'‹',0x89:'›',0x8a:'−',0x8b:'‰',0x8c:'„',0x8d:'“',0x8e:'”',0x8f:'‘',0x90:'’',0x91:'‚',0x92:'™',0x93:'fi',0x94:'fl',0x95:'Ł',0x96:'Œ',0x97:'Š',0x98:'Ÿ',0x99:'Ž',0x9a:'ı',0x9b:'ł',0x9c:'œ',0x9d:'š',0x9e:'ž',0xa0:'€',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); +func (_cce *IdentityEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_cce ._aea .Write (rune (code ));return rune (code ),true ;};func ExpandLigatures (runes []rune )string {var _agf _fdc .Buffer ;for _ ,_beff :=range runes {_bdba :=RuneToString (_beff ); +_agf .WriteString (_bdba );};return _agf .String ();};func NewStandardEncoder ()SimpleEncoder {return _babd .NewEncoder ()};func (_ceg UTF16Encoder )String ()string {return _ceg ._gbcc };func (_fa *differencesEncoding )Decode (raw []byte )string {_caa :=make ([]rune ,0,len (raw )); +for _ ,_gca :=range raw {_bgf ,_ :=_fa .CharcodeToRune (CharCode (_gca ));_caa =append (_caa ,_bgf );};return string (_caa );};func init (){RegisterSimpleEncoding (_egge ,NewSymbolEncoder );RegisterSimpleEncoding (_aafg ,NewZapfDingbatsEncoder );};const (MissingCodeRune ='\ufffd'; +MissingCodeString =string (MissingCodeRune ););func NewMacRomanEncoder ()SimpleEncoder {return _fccc .NewEncoder ()};var _dac =_cb .NewByteRuneMap (map[byte ]rune {0x20:' ',0x21:'!',0x22:'"',0x23:'#',0x24:'$',0x25:'%',0x26:'&',0x27:'\'',0x28:'(',0x29:')',0x2a:'*',0x2b:'+',0x2c:',',0x2d:'-',0x2e:'.',0x2f:'/',0x30:'0',0x31:'1',0x32:'2',0x33:'3',0x34:'4',0x35:'5',0x36:'6',0x37:'7',0x38:'8',0x39:'9',0x3a:':',0x3b:';',0x3c:'<',0x3d:'=',0x3e:'>',0x3f:'?',0x40:'@',0x41:'A',0x42:'B',0x43:'C',0x44:'D',0x45:'E',0x46:'F',0x47:'G',0x48:'H',0x49:'I',0x4a:'J',0x4b:'K',0x4c:'L',0x4d:'M',0x4e:'N',0x4f:'O',0x50:'P',0x51:'Q',0x52:'R',0x53:'S',0x54:'T',0x55:'U',0x56:'V',0x57:'W',0x58:'X',0x59:'Y',0x5a:'Z',0x5b:'[',0x5c:'\\',0x5d:']',0x5e:'^',0x5f:'_',0x60:'`',0x61:'a',0x62:'b',0x63:'c',0x64:'d',0x65:'e',0x66:'f',0x67:'g',0x68:'h',0x69:'i',0x6a:'j',0x6b:'k',0x6c:'l',0x6d:'m',0x6e:'n',0x6f:'o',0x70:'p',0x71:'q',0x72:'r',0x73:'s',0x74:'t',0x75:'u',0x76:'v',0x77:'w',0x78:'x',0x79:'y',0x7a:'z',0x7b:'{',0x7c:'|',0x7d:'}',0x7e:'~',0x7f:'•',0x80:'€',0x81:'•',0x82:'‚',0x83:'ƒ',0x84:'„',0x85:'…',0x86:'†',0x87:'‡',0x88:'ˆ',0x89:'‰',0x8a:'Š',0x8b:'‹',0x8c:'Œ',0x8d:'•',0x8e:'Ž',0x8f:'•',0x90:'•',0x91:'‘',0x92:'’',0x93:'“',0x94:'”',0x95:'•',0x96:'–',0x97:'—',0x98:'˜',0x99:'™',0x9a:'š',0x9b:'›',0x9c:'œ',0x9d:'•',0x9e:'ž',0x9f:'Ÿ',0xa0:' ',0xa1:'¡',0xa2:'¢',0xa3:'£',0xa4:'¤',0xa5:'¥',0xa6:'¦',0xa7:'§',0xa8:'¨',0xa9:'©',0xaa:'ª',0xab:'«',0xac:'¬',0xad:'-',0xae:'®',0xaf:'¯',0xb0:'°',0xb1:'±',0xb2:'²',0xb3:'³',0xb4:'´',0xb5:'µ',0xb6:'¶',0xb7:'·',0xb8:'¸',0xb9:'¹',0xba:'º',0xbb:'»',0xbc:'¼',0xbd:'½',0xbe:'¾',0xbf:'¿',0xc0:'À',0xc1:'Á',0xc2:'Â',0xc3:'Ã',0xc4:'Ä',0xc5:'Å',0xc6:'Æ',0xc7:'Ç',0xc8:'È',0xc9:'É',0xca:'Ê',0xcb:'Ë',0xcc:'Ì',0xcd:'Í',0xce:'Î',0xcf:'Ï',0xd0:'Ð',0xd1:'Ñ',0xd2:'Ò',0xd3:'Ó',0xd4:'Ô',0xd5:'Õ',0xd6:'Ö',0xd7:'×',0xd8:'Ø',0xd9:'Ù',0xda:'Ú',0xdb:'Û',0xdc:'Ü',0xdd:'Ý',0xde:'Þ',0xdf:'ß',0xe0:'à',0xe1:'á',0xe2:'â',0xe3:'ã',0xe4:'ä',0xe5:'å',0xe6:'æ',0xe7:'ç',0xe8:'è',0xe9:'é',0xea:'ê',0xeb:'ë',0xec:'ì',0xed:'í',0xee:'î',0xef:'ï',0xf0:'ð',0xf1:'ñ',0xf2:'ò',0xf3:'ó',0xf4:'ô',0xf5:'õ',0xf6:'ö',0xf7:'÷',0xf8:'ø',0xf9:'ù',0xfa:'ú',0xfb:'û',0xfc:'ü',0xfd:'ý',0xfe:'þ',0xff:'ÿ'}); +func _cebe (_cfa string ,_aeg *_cb .ByteRuneMap )SimpleEncoder {_fee :=&simpleEncoding {_bda :_cfa ,_bad :_aeg ,_dca :_cb .MakeRuneByteMap (_aeg .Length ())};_fee ._bad .Range (func (_bdbf byte ,_bgaa rune )(_aae bool ){if _bbd ,_dga :=_fee ._dca .Read (_bgaa ); +!_dga ||_bdbf < _bbd {_fee ._dca .Write (_bgaa ,_bdbf );};return false ;});return _fee ;};func (_ceab *TrueTypeFontEncoder )RegisteredRunes ()[]rune {_dbd :=make ([]rune ,_ceab ._gdde .Length ());_agabd :=0;_ceab ._gdde .Range (func (_abgf rune )(_efg bool ){_dbd [_agabd ]=_abgf ; +_agabd ++;return false });return _dbd ;};func (_acf *simpleEncoding )NewDecoder ()*_a .Decoder {return &_a .Decoder {Transformer :simpleDecoder {_befg :_acf ._bad }};};func init (){RegisterSimpleEncoding (_eef ,NewPdfDocEncoder );RegisterSimpleEncoding (_edeg ,NewStandardEncoder ); +};func (_dcea *TrueTypeFontEncoder )SubsetRegistered (){_gc .Log .Info ("\u0054\u0054\u0046\u0020Su\u0062\u0073\u0065\u0074\u003a\u0020\u0050\u0072\u0075\u006e\u0069\u006e\u0067");_dcea ._afagf .RangeDelete (func (_edea rune ,_ uint16 )(_abdb bool ,_fdaf bool ){return !_dcea ._gdde .Exists (_edea ),_fdaf }); +};var _cga =_cb .NewRuneStringMap (map[rune ]string {0xfffd:"\u002en\u006f\u0074\u0064\u0065\u0066",0x250a:"\u0032\u0035\u0030\u0061",0x250b:"\u0032\u0035\u0030\u0062",0x250d:"\u0032\u0035\u0030\u0064",0x250e:"\u0032\u0035\u0030\u0065",0x250f:"\u0032\u0035\u0030\u0066",0x251a:"\u0032\u0035\u0031\u0061",0x251b:"\u0032\u0035\u0031\u0062",0x251d:"\u0032\u0035\u0031\u0064",0x251e:"\u0032\u0035\u0031\u0065",0x251f:"\u0032\u0035\u0031\u0066",0x252a:"\u0032\u0035\u0032\u0061",0x252b:"\u0032\u0035\u0032\u0062",0x252d:"\u0032\u0035\u0032\u0064",0x252e:"\u0032\u0035\u0032\u0065",0x252f:"\u0032\u0035\u0032\u0066",0x253a:"\u0032\u0035\u0033\u0061",0x253b:"\u0032\u0035\u0033\u0062",0x253d:"\u0032\u0035\u0033\u0064",0x253e:"\u0032\u0035\u0033\u0065",0x253f:"\u0032\u0035\u0033\u0066",0x254a:"\u0032\u0035\u0034\u0061",0x254b:"\u0032\u0035\u0034\u0062",0x254c:"\u0032\u0035\u0034\u0063",0x254d:"\u0032\u0035\u0034\u0064",0x254e:"\u0032\u0035\u0034\u0065",0x254f:"\u0032\u0035\u0034\u0066",0x256d:"\u0032\u0035\u0036\u0064",0x256e:"\u0032\u0035\u0036\u0065",0x256f:"\u0032\u0035\u0036\u0066",0x257a:"\u0032\u0035\u0037\u0061",0x257b:"\u0032\u0035\u0037\u0062",0x257c:"\u0032\u0035\u0037\u0063",0x257d:"\u0032\u0035\u0037\u0064",0x257e:"\u0032\u0035\u0037\u0065",0x257f:"\u0032\u0035\u0037\u0066",0x0041:"\u0041",0x00c6:"\u0041\u0045",0x01fc:"\u0041E\u0061\u0063\u0075\u0074\u0065",0x01e2:"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e6:"\u0041E\u0073\u006d\u0061\u006c\u006c",0x2370:"\u0041\u0050\u004c\u0062\u006f\u0078\u0071\u0075\u0065s\u0074\u0069\u006f\u006e",0x2353:"\u0041\u0050\u004c\u0062\u006f\u0078\u0075\u0070\u0063\u0061\u0072\u0065\u0074",0x2340:"\u0041P\u004cn\u006f\u0074\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068",0x233f:"A\u0050\u004c\u006e\u006f\u0074\u0073\u006c\u0061\u0073\u0068",0x00c1:"\u0041\u0061\u0063\u0075\u0074\u0065",0xf7e1:"A\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0102:"\u0041\u0062\u0072\u0065\u0076\u0065",0x1eae:"A\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d0:"\u0041\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb6:"\u0041\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb0:"A\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb2:"\u0041b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb4:"A\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01cd:"\u0041\u0063\u0061\u0072\u006f\u006e",0x24b6:"\u0041c\u0069\u0072\u0063\u006c\u0065",0x00c2:"A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea4:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1eac:"\u0041\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea6:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea8:"A\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7e2:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1eaa:"\u0041\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0xf6c9:"\u0041\u0063\u0075t\u0065",0xf7b4:"\u0041\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0200:"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00c4:"\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d2:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01de:"\u0041d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7e4:"\u0041\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ea0:"\u0041d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e0:"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x00c0:"\u0041\u0067\u0072\u0061\u0076\u0065",0xf7e0:"A\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ea2:"\u0041\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x04d4:"A\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0202:"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0391:"\u0041\u006c\u0070h\u0061",0x0386:"\u0041\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0x0100:"\u0041m\u0061\u0063\u0072\u006f\u006e",0xff21:"\u0041\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0104:"\u0041o\u0067\u006f\u006e\u0065\u006b",0x00c5:"\u0041\u0072\u0069n\u0067",0x01fa:"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e00:"\u0041\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0xf7e5:"\u0041\u0072\u0069\u006e\u0067\u0073\u006d\u0061\u006c\u006c",0xf761:"\u0041\u0073\u006d\u0061\u006c\u006c",0x00c3:"\u0041\u0074\u0069\u006c\u0064\u0065",0xf7e3:"A\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x0531:"A\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0042:"\u0042",0x2ae7:"\u0042\u0061\u0072\u0076",0x1d538:"\u0042\u0062\u0062\u0041",0x1d539:"\u0042\u0062\u0062\u0042",0x2102:"\u0042\u0062\u0062\u0043",0x1d53b:"\u0042\u0062\u0062\u0044",0x1d53c:"\u0042\u0062\u0062\u0045",0x1d53d:"\u0042\u0062\u0062\u0046",0x1d53e:"\u0042\u0062\u0062\u0047",0x213e:"\u0042\u0062\u0062\u0047\u0061\u006d\u006d\u0061",0x210d:"\u0042\u0062\u0062\u0048",0x1d540:"\u0042\u0062\u0062\u0049",0x1d541:"\u0042\u0062\u0062\u004a",0x1d542:"\u0042\u0062\u0062\u004b",0x1d543:"\u0042\u0062\u0062\u004c",0x1d544:"\u0042\u0062\u0062\u004d",0x2115:"\u0042\u0062\u0062\u004e",0x1d546:"\u0042\u0062\u0062\u004f",0x2119:"\u0042\u0062\u0062\u0050",0x213f:"\u0042\u0062\u0062P\u0069",0x211a:"\u0042\u0062\u0062\u0051",0x211d:"\u0042\u0062\u0062\u0052",0x1d54a:"\u0042\u0062\u0062\u0053",0x1d54b:"\u0042\u0062\u0062\u0054",0x1d54c:"\u0042\u0062\u0062\u0055",0x1d54d:"\u0042\u0062\u0062\u0056",0x1d54e:"\u0042\u0062\u0062\u0057",0x1d54f:"\u0042\u0062\u0062\u0058",0x1d550:"\u0042\u0062\u0062\u0059",0x2124:"\u0042\u0062\u0062\u005a",0x1d552:"\u0042\u0062\u0062\u0061",0x1d553:"\u0042\u0062\u0062\u0062",0x1d554:"\u0042\u0062\u0062\u0063",0x1d555:"\u0042\u0062\u0062\u0064",0x1d556:"\u0042\u0062\u0062\u0065",0x1d7e0:"\u0042\u0062\u0062\u0065\u0069\u0067\u0068\u0074",0x1d557:"\u0042\u0062\u0062\u0066",0x1d7dd:"\u0042b\u0062\u0066\u0069\u0076\u0065",0x1d7dc:"\u0042b\u0062\u0066\u006f\u0075\u0072",0x1d558:"\u0042\u0062\u0062\u0067",0x213d:"\u0042\u0062\u0062\u0067\u0061\u006d\u006d\u0061",0x1d559:"\u0042\u0062\u0062\u0068",0x1d55a:"\u0042\u0062\u0062\u0069",0x1d55b:"\u0042\u0062\u0062\u006a",0x1d55c:"\u0042\u0062\u0062\u006b",0x1d55d:"\u0042\u0062\u0062\u006c",0x1d55e:"\u0042\u0062\u0062\u006d",0x1d55f:"\u0042\u0062\u0062\u006e",0x1d7e1:"\u0042b\u0062\u006e\u0069\u006e\u0065",0x1d560:"\u0042\u0062\u0062\u006f",0x1d7d9:"\u0042\u0062\u0062\u006f\u006e\u0065",0x1d561:"\u0042\u0062\u0062\u0070",0x213c:"\u0042\u0062\u0062p\u0069",0x1d562:"\u0042\u0062\u0062\u0071",0x1d563:"\u0042\u0062\u0062\u0072",0x1d564:"\u0042\u0062\u0062\u0073",0x1d7df:"\u0042\u0062\u0062\u0073\u0065\u0076\u0065\u006e",0x1d7de:"\u0042\u0062\u0062\u0073\u0069\u0078",0x2140:"\u0042\u0062\u0062\u0073\u0075\u006d",0x1d565:"\u0042\u0062\u0062\u0074",0x1d7db:"\u0042\u0062\u0062\u0074\u0068\u0072\u0065\u0065",0x1d7da:"\u0042\u0062\u0062\u0074\u0077\u006f",0x1d566:"\u0042\u0062\u0062\u0075",0x1d567:"\u0042\u0062\u0062\u0076",0x1d568:"\u0042\u0062\u0062\u0077",0x1d569:"\u0042\u0062\u0062\u0078",0x1d56a:"\u0042\u0062\u0062\u0079",0x1d56b:"\u0042\u0062\u0062\u007a",0x1d7d8:"\u0042b\u0062\u007a\u0065\u0072\u006f",0x24b7:"\u0042c\u0069\u0072\u0063\u006c\u0065",0x1e02:"\u0042\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e04:"\u0042d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0532:"B\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0392:"\u0042\u0065\u0074\u0061",0x0181:"\u0042\u0068\u006fo\u006b",0x1e06:"\u0042\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff22:"\u0042\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f4:"\u0042\u0072\u0065\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf762:"\u0042\u0073\u006d\u0061\u006c\u006c",0x0229:"\u0042s\u006d\u0061\u006c\u006c\u0063\u0061p",0x0182:"\u0042t\u006f\u0070\u0062\u0061\u0072",0x0043:"\u0043",0x053e:"\u0043\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0106:"\u0043\u0061\u0063\u0075\u0074\u0065",0xf6ca:"\u0043\u0061\u0072o\u006e",0xf6f5:"\u0043\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x010c:"\u0043\u0063\u0061\u0072\u006f\u006e",0x00c7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e08:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0xf7e7:"\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x24b8:"\u0043c\u0069\u0072\u0063\u006c\u0065",0x0108:"C\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x010a:"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf7b8:"\u0043\u0065\u0064i\u006c\u006c\u0061\u0073\u006d\u0061\u006c\u006c",0x0549:"C\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04bc:"C\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0427:"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04be:"\u0043\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b6:"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f4:"\u0043\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0543:"\u0043\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cb:"C\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b8:"\u0043h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03a7:"\u0043\u0068\u0069",0x0187:"\u0043\u0068\u006fo\u006b",0xf6f6:"\u0043i\u0072c\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0xff23:"\u0043\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0551:"\u0043\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a74:"\u0043o\u006c\u006f\u006e\u0065\u0071",0xf763:"\u0043\u0073\u006d\u0061\u006c\u006c",0x0044:"\u0044",0x27f1:"\u0044\u0044\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x01f1:"\u0044\u005a",0x01c4:"\u0044Z\u0063\u0061\u0072\u006f\u006e",0x0534:"\u0044\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0189:"\u0044\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x2ae5:"\u0044\u0061\u0073h\u0056",0x27da:"\u0044a\u0073\u0068\u0056\u0044\u0061\u0073h",0x2ae4:"\u0044\u0061\u0073h\u0076",0x010e:"\u0044\u0063\u0061\u0072\u006f\u006e",0xf810:"\u0044c\u0061\u0072\u006f\u006e\u0031",0x1e10:"\u0044\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24b9:"\u0044c\u0069\u0072\u0063\u006c\u0065",0x1e12:"\u0044\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0110:"\u0044\u0063\u0072\u006f\u0061\u0074",0x1e0a:"\u0044\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0c:"\u0044d\u006f\u0074\u0062\u0065\u006c\u006fw",0x290b:"\u0044\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x0414:"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ee:"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2206:"\u0044\u0065\u006ct\u0061",0x0394:"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b",0x018a:"\u0044\u0068\u006fo\u006b",0xf6cb:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf6cc:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0041\u0063\u0075\u0074\u0065",0xf6cd:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0047\u0072\u0061\u0076\u0065",0xf7a8:"\u0044\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0073\u006d\u0061\u006c\u006c",0x1d7cb:"\u0044i\u0067\u0061\u006d\u006d\u0061",0x03dc:"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x1e0e:"\u0044\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff24:"\u0044\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6f7:"\u0044\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074s\u006d\u0061\u006c\u006c",0xf764:"\u0044\u0073\u006d\u0061\u006c\u006c",0x018b:"\u0044t\u006f\u0070\u0062\u0061\u0072",0x01f2:"\u0044\u007a",0x01c5:"\u0044z\u0063\u0061\u0072\u006f\u006e",0x04e0:"D\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x040f:"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0045:"\u0045",0x00c9:"\u0045\u0061\u0063\u0075\u0074\u0065",0xf7e9:"E\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x0114:"\u0045\u0062\u0072\u0065\u0076\u0065",0x011a:"\u0045\u0063\u0061\u0072\u006f\u006e",0x1e1c:"\u0045\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0535:"E\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24ba:"\u0045c\u0069\u0072\u0063\u006c\u0065",0x00ca:"E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebe:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e18:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec6:"\u0045\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec0:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec2:"E\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7ea:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ec4:"\u0045\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0404:"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0204:"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cb:"\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7eb:"\u0045\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0116:"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb8:"\u0045d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00c8:"\u0045\u0067\u0072\u0061\u0076\u0065",0xf7e8:"E\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0537:"\u0045\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1eba:"\u0045\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x2167:"\u0045\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x0206:"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0464:"\u0045\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x041b:"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x216a:"E\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0112:"\u0045m\u0061\u0063\u0072\u006f\u006e",0x1e16:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e14:"\u0045\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x041c:"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff25:"\u0045\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x04a2:"\u0045\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014a:"\u0045\u006e\u0067",0x04a4:"\u0045\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c7:"\u0045\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0118:"\u0045o\u0067\u006f\u006e\u0065\u006b",0x0190:"\u0045\u006f\u0070e\u006e",0x0395:"\u0045p\u0073\u0069\u006c\u006f\u006e",0x0388:"\u0045\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2263:"\u0045\u0071\u0075i\u0076",0x018e:"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d",0x042d:"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04aa:"\u0045\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01a9:"\u0045\u0073\u0068",0xf765:"\u0045\u0073\u006d\u0061\u006c\u006c",0x0397:"\u0045\u0074\u0061",0x0538:"\u0045\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0389:"\u0045\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00d0:"\u0045\u0074\u0068",0xf7f0:"\u0045\u0074\u0068\u0073\u006d\u0061\u006c\u006c",0x1ebc:"\u0045\u0074\u0069\u006c\u0064\u0065",0x1e1a:"E\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x2107:"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074",0x20ac:"\u0045\u0075\u0072\u006f",0x01b7:"\u0045\u007a\u0068",0x01ee:"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x01b8:"E\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x0046:"\u0046",0x24bb:"\u0046c\u0069\u0072\u0063\u006c\u0065",0x1e1e:"\u0046\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0556:"F\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e4:"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c",0x0191:"\u0046\u0068\u006fo\u006b",0x2132:"\u0046\u0069\u006e\u0076",0x2164:"\u0046i\u0076\u0065\u0072\u006f\u006d\u0061n",0xff26:"\u0046\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2163:"\u0046o\u0075\u0072\u0072\u006f\u006d\u0061n",0xf766:"\u0046\u0073\u006d\u0061\u006c\u006c",0x0047:"\u0047",0x3387:"\u0047\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x01f4:"\u0047\u0061\u0063\u0075\u0074\u0065",0x0393:"\u0047\u0061\u006dm\u0061",0x0194:"\u0047\u0061\u006dm\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x03ea:"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x011e:"\u0047\u0062\u0072\u0065\u0076\u0065",0x01e6:"\u0047\u0063\u0061\u0072\u006f\u006e",0x24bc:"\u0047c\u0069\u0072\u0063\u006c\u0065",0x011c:"G\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0122:"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x0120:"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0413:"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0542:"\u0047\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0494:"G\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0492:"\u0047\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0490:"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0193:"\u0047\u0068\u006fo\u006b",0x0533:"G\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e20:"\u0047m\u0061\u0063\u0072\u006f\u006e",0x2141:"\u0047\u006d\u0069\u0072",0xff27:"\u0047\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf6ce:"\u0047\u0072\u0061v\u0065",0xf760:"\u0047\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0xf767:"\u0047\u0073\u006d\u0061\u006c\u006c",0x022b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070\u0068\u006f\u006f\u006b",0x029b:"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b",0x01e4:"\u0047s\u0074\u0072\u006f\u006b\u0065",0x2aa2:"\u0047\u0074",0x0048:"\u0048",0x25a1:"\u0048\u0032\u0032\u0030\u0037\u0033",0x33cb:"\u0048\u0050\u0073\u0071\u0075\u0061\u0072\u0065",0x04a8:"\u0048\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04b2:"\u0048\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0126:"\u0048\u0062\u0061\u0072",0x1e2a:"H\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e28:"\u0048\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24bd:"\u0048c\u0069\u0072\u0063\u006c\u0065",0x0124:"H\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e26:"\u0048d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e22:"\u0048\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e24:"\u0048d\u006f\u0074\u0062\u0065\u006c\u006fw",0x26a5:"\u0048\u0065\u0072\u006d\u0061\u0070\u0068\u0072\u006f\u0064\u0069\u0074\u0065",0xff28:"\u0048\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0540:"\u0048\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03e8:"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0xf768:"\u0048\u0073\u006d\u0061\u006c\u006c",0x022c:"\u0048s\u006d\u0061\u006c\u006c\u0063\u0061p",0xf6cf:"\u0048\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf6f8:"\u0048\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074s\u006d\u0061\u006c\u006c",0x3390:"\u0048\u007a\u0073\u0071\u0075\u0061\u0072\u0065",0x0049:"\u0049",0x0132:"\u0049\u004a",0x00cd:"\u0049\u0061\u0063\u0075\u0074\u0065",0xf7ed:"I\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x012c:"\u0049\u0062\u0072\u0065\u0076\u0065",0x01cf:"\u0049\u0063\u0061\u0072\u006f\u006e",0x24be:"\u0049c\u0069\u0072\u0063\u006c\u0065",0x00ce:"I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf7ee:"\u0049\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x03fc:"\u0049c\u0079\u0072\u0069\u006c\u0031",0x0208:"\u0049d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00cf:"\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2e:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e4:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7ef:"\u0049\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x0130:"\u0049\u0064\u006f\u0074",0x1eca:"\u0049d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d6:"\u0049e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0415:"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f8:"\u0049\u0065\u0068\u006f\u006f\u006b",0x03fa:"\u0049\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x2111:"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x00cc:"\u0049\u0067\u0072\u0061\u0076\u0065",0xf7ec:"I\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ec8:"\u0049\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0418:"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x020a:"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x012a:"\u0049m\u0061\u0063\u0072\u006f\u006e",0x04e2:"\u0049m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff29:"\u0049\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x053b:"I\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0401:"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x012e:"\u0049o\u0067\u006f\u006e\u0065\u006b",0x0399:"\u0049\u006f\u0074\u0061",0x0196:"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e",0x02f3:"\u0049\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03aa:"\u0049\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x038a:"\u0049o\u0074\u0061\u0074\u006f\u006e\u006fs",0xf769:"\u0049\u0073\u006d\u0061\u006c\u006c",0x0197:"\u0049s\u0074\u0072\u006f\u006b\u0065",0x0128:"\u0049\u0074\u0069\u006c\u0064\u0065",0x1e2c:"I\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0476:"\u0049\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x004a:"\u004a",0x0541:"\u004a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24bf:"\u004ac\u0069\u0072\u0063\u006c\u0065",0x0134:"J\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x054b:"\u004a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2a:"\u004a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a1d:"\u004a\u006f\u0069\u006e",0xf76a:"\u004a\u0073\u006d\u0061\u006c\u006c",0x004b:"\u004b",0x3385:"\u004b\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0x33cd:"\u004b\u004b\u0073\u0071\u0075\u0061\u0072\u0065",0x04a0:"\u004b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1e30:"\u004b\u0061\u0063\u0075\u0074\u0065",0x049a:"\u004b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ff:"\u004b\u0061\u0068\u006f\u006f\u006b",0x04c3:"\u004b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x039a:"\u004b\u0061\u0070p\u0061",0x049e:"\u004b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049c:"\u004ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x01e8:"\u004b\u0063\u0061\u0072\u006f\u006e",0x0136:"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24c0:"\u004bc\u0069\u0072\u0063\u006c\u0065",0x1e32:"\u004bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0554:"K\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x053f:"K\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0425:"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e6:"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0198:"\u004b\u0068\u006fo\u006b",0x040c:"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e34:"\u004b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2b:"\u004b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0480:"\u004b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03de:"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b",0x046e:"K\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf76b:"\u004b\u0073\u006d\u0061\u006c\u006c",0x004c:"\u004c",0x01c7:"\u004c\u004a",0xf6bf:"\u004c\u004c",0x2b45:"\u004c\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x0139:"\u004c\u0061\u0063\u0075\u0074\u0065",0x039b:"\u004c\u0061\u006d\u0062\u0064\u0061",0x27ec:"\u004cb\u0072\u0062\u0072\u0061\u006b",0x013d:"\u004c\u0063\u0061\u0072\u006f\u006e",0xf812:"\u004cc\u0061\u0072\u006f\u006e\u0031",0x013b:"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81a:"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611",0x24c1:"\u004cc\u0069\u0072\u0063\u006c\u0065",0x1e3c:"\u004c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013f:"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e36:"\u004cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e38:"\u004cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b2:"\u004c\u0064\u0073\u0068",0x053c:"\u004c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c8:"\u004c\u006a",0x0409:"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e3a:"\u004c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2c:"\u004c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x27f8:"\u004c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27fa:"\u004co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27fd:"\u004c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fe:"\u004c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f9:"\u004c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2995:"\u004cp\u0061\u0072\u0065\u006e\u0067\u0074r",0x0141:"\u004c\u0073\u006c\u0061\u0073\u0068",0xf6f9:"L\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76c:"\u004c\u0073\u006d\u0061\u006c\u006c",0x022f:"\u004cs\u006d\u0061\u006c\u006c\u0063\u0061p",0x2aa1:"\u004c\u0074",0x29da:"\u004c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x004d:"\u004d",0x3386:"\u004d\u0042\u0073\u0071\u0075\u0061\u0072\u0065",0xf6d0:"\u004d\u0061\u0063\u0072\u006f\u006e",0xf7af:"M\u0061\u0063\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x1e3e:"\u004d\u0061\u0063\u0075\u0074\u0065",0x2906:"\u004d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2907:"\u004d\u0061\u0070\u0073\u0074\u006f",0x24c2:"\u004dc\u0069\u0072\u0063\u006c\u0065",0x1e40:"\u004d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e42:"\u004dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0544:"M\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff2d:"\u004d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf76d:"\u004d\u0073\u006d\u0061\u006c\u006c",0x019c:"\u004dt\u0075\u0072\u006e\u0065\u0064",0x039c:"\u004d\u0075",0x004e:"\u004e",0x01ca:"\u004e\u004a",0x0143:"\u004e\u0061\u0063\u0075\u0074\u0065",0x0147:"\u004e\u0063\u0061\u0072\u006f\u006e",0xf81c:"\u004ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24c3:"\u004ec\u0069\u0072\u0063\u006c\u0065",0x1e4a:"\u004e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0145:"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e44:"\u004e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e46:"\u004ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x21d7:"\u004ee\u0061\u0072\u0072\u006f\u0077",0x019d:"\u004eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x2168:"\u004ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x01cb:"\u004e\u006a",0x1e48:"\u004e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff2e:"\u004e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aec:"\u004e\u006f\u0074",0x0546:"N\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf76e:"\u004e\u0073\u006d\u0061\u006c\u006c",0x00d1:"\u004e\u0074\u0069\u006c\u0064\u0065",0xf7f1:"N\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x039d:"\u004e\u0075",0x21d6:"\u004ew\u0061\u0072\u0072\u006f\u0077",0x004f:"\u004f",0x0152:"\u004f\u0045",0xf6fa:"\u004fE\u0073\u006d\u0061\u006c\u006c",0x00d3:"\u004f\u0061\u0063\u0075\u0074\u0065",0xf7f3:"O\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x04e8:"\u004fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ea:"\u004f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014e:"\u004f\u0062\u0072\u0065\u0076\u0065",0x01d1:"\u004f\u0063\u0061\u0072\u006f\u006e",0x019f:"\u004f\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064t\u0069\u006c\u0064\u0065",0x24c4:"\u004fc\u0069\u0072\u0063\u006c\u0065",0x00d4:"O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed0:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed8:"\u004f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed2:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed4:"O\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0xf7f4:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x1ed6:"\u004f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x041e:"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x0150:"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e",0x020c:"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x00d6:"\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf7f6:"\u004f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ecc:"\u004fd\u006f\u0074\u0062\u0065\u006c\u006fw",0xf6fb:"O\u0067\u006f\u006e\u0065\u006b\u0073\u006d\u0061\u006c\u006c",0x00d2:"\u004f\u0067\u0072\u0061\u0076\u0065",0xf7f2:"O\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x0555:"\u004f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1ece:"\u004f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a0:"\u004f\u0068\u006fr\u006e",0x1eda:"\u004f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee2:"\u004f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edc:"\u004f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1ede:"\u004f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee0:"\u004f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x01a2:"\u004f\u0069",0x020e:"\u004f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x014c:"\u004fm\u0061\u0063\u0072\u006f\u006e",0x1e52:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e50:"\u004f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x2126:"\u004f\u006d\u0065g\u0061",0x0460:"\u004f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03a9:"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b",0x2127:"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076",0x047a:"\u004fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047c:"\u004fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x038f:"\u004f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x039f:"\u004fm\u0069\u0063\u0072\u006f\u006e",0x038c:"\u004f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff2f:"\u004f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2160:"\u004f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x01ea:"\u004fo\u0067\u006f\u006e\u0065\u006b",0x01ec:"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0186:"\u004f\u006f\u0070e\u006e",0x00d8:"\u004f\u0073\u006c\u0061\u0073\u0068",0x01fe:"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0xf7f8:"O\u0073\u006c\u0061\u0073\u0068\u0073\u006d\u0061\u006c\u006c",0xf76f:"\u004f\u0073\u006d\u0061\u006c\u006c",0x047e:"\u004f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00d5:"\u004f\u0074\u0069\u006c\u0064\u0065",0x1e4c:"O\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4e:"\u004f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0xf7f5:"O\u0074\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x2a37:"\u004f\u0074\u0069\u006d\u0065\u0073",0x0050:"\u0050",0x1e54:"\u0050\u0061\u0063\u0075\u0074\u0065",0x24c5:"\u0050c\u0069\u0072\u0063\u006c\u0065",0x1e56:"\u0050\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x054a:"P\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04a6:"P\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x03a6:"\u0050\u0068\u0069",0x01a4:"\u0050\u0068\u006fo\u006b",0x03a0:"\u0050\u0069",0x0553:"\u0050\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210e:"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074",0xff30:"\u0050\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2abb:"\u0050\u0072\u0065\u0063",0x214a:"\u0050\u0072\u006fp\u0065\u0072\u0074\u0079\u004c\u0069\u006e\u0065",0x03a8:"\u0050\u0073\u0069",0x0470:"P\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf770:"\u0050\u0073\u006d\u0061\u006c\u006c",0x0051:"\u0051",0x220e:"\u0051\u0045\u0044",0x24c6:"\u0051c\u0069\u0072\u0063\u006c\u0065",0xff31:"\u0051\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf771:"\u0051\u0073\u006d\u0061\u006c\u006c",0x2047:"\u0051\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x0052:"\u0052",0x2b46:"R\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x054c:"\u0052\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0154:"\u0052\u0061\u0063\u0075\u0074\u0065",0x27ed:"\u0052b\u0072\u0062\u0072\u0061\u006b",0x0158:"\u0052\u0063\u0061\u0072\u006f\u006e",0x0156:"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81e:"\u0052c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c7:"\u0052c\u0069\u0072\u0063\u006c\u0065",0xf831:"R\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0210:"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e",0x1e58:"\u0052\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5a:"\u0052d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5c:"\u0052d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x21b3:"\u0052\u0064\u0073\u0068",0x0550:"R\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x211c:"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072",0x03a1:"\u0052\u0068\u006f",0xf6fc:"\u0052i\u006e\u0067\u0073\u006d\u0061\u006cl",0x0212:"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x1e5e:"\u0052\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff32:"\u0052\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2996:"\u0052\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0xf772:"\u0052\u0073\u006d\u0061\u006c\u006c",0x0281:"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064",0x02b6:"\u0052\u0073\u006d\u0061ll\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069o\u0072",0x023f:"\u0052\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x29db:"\u0052\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0053:"\u0053",0x024f:"\u0053\u0044\u0031\u0035\u0030\u0031\u0030\u0030",0x250c:"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030",0x2514:"\u0053\u0046\u0030\u0032\u0030\u0030\u0030\u0030",0x2510:"\u0053\u0046\u0030\u0033\u0030\u0030\u0030\u0030",0x2518:"\u0053\u0046\u0030\u0034\u0030\u0030\u0030\u0030",0x253c:"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030",0x252c:"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030",0x2534:"\u0053\u0046\u0030\u0037\u0030\u0030\u0030\u0030",0x251c:"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030",0x2524:"\u0053\u0046\u0030\u0039\u0030\u0030\u0030\u0030",0x2500:"\u0053\u0046\u0031\u0030\u0030\u0030\u0030\u0030",0x2502:"\u0053\u0046\u0031\u0031\u0030\u0030\u0030\u0030",0x2561:"\u0053\u0046\u0031\u0039\u0030\u0030\u0030\u0030",0x2562:"\u0053\u0046\u0032\u0030\u0030\u0030\u0030\u0030",0x2556:"\u0053\u0046\u0032\u0031\u0030\u0030\u0030\u0030",0x2555:"\u0053\u0046\u0032\u0032\u0030\u0030\u0030\u0030",0x2563:"\u0053\u0046\u0032\u0033\u0030\u0030\u0030\u0030",0x2551:"\u0053\u0046\u0032\u0034\u0030\u0030\u0030\u0030",0x2557:"\u0053\u0046\u0032\u0035\u0030\u0030\u0030\u0030",0x255d:"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030",0x255c:"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030",0x255b:"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030",0x255e:"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030",0x255f:"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030",0x255a:"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030",0x2554:"\u0053\u0046\u0033\u0039\u0030\u0030\u0030\u0030",0x2569:"\u0053\u0046\u0034\u0030\u0030\u0030\u0030\u0030",0x2566:"\u0053\u0046\u0034\u0031\u0030\u0030\u0030\u0030",0x2560:"\u0053\u0046\u0034\u0032\u0030\u0030\u0030\u0030",0x2550:"\u0053\u0046\u0034\u0033\u0030\u0030\u0030\u0030",0x256c:"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030",0x2567:"\u0053\u0046\u0034\u0035\u0030\u0030\u0030\u0030",0x2568:"\u0053\u0046\u0034\u0036\u0030\u0030\u0030\u0030",0x2564:"\u0053\u0046\u0034\u0037\u0030\u0030\u0030\u0030",0x2565:"\u0053\u0046\u0034\u0038\u0030\u0030\u0030\u0030",0x2559:"\u0053\u0046\u0034\u0039\u0030\u0030\u0030\u0030",0x2558:"\u0053\u0046\u0035\u0030\u0030\u0030\u0030\u0030",0x2552:"\u0053\u0046\u0035\u0031\u0030\u0030\u0030\u0030",0x2553:"\u0053\u0046\u0035\u0032\u0030\u0030\u0030\u0030",0x256b:"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030",0x256a:"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030",0x015a:"\u0053\u0061\u0063\u0075\u0074\u0065",0x1e64:"\u0053a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x03e0:"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b",0x0160:"\u0053\u0063\u0061\u0072\u006f\u006e",0x1e66:"\u0053c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0xf6fd:"S\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x015e:"\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf816:"\u0053c\u0065\u0064\u0069\u006c\u006c\u00611",0x018f:"\u0053\u0063\u0068w\u0061",0x04d8:"\u0053\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04da:"S\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x24c8:"\u0053c\u0069\u0072\u0063\u006c\u0065",0x015c:"S\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0218:"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e60:"\u0053\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e62:"\u0053d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e68:"\u0053d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x21d8:"\u0053e\u0061\u0072\u0072\u006f\u0077",0x054d:"S\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2166:"\u0053\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x0547:"S\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0428:"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03e2:"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04ba:"\u0053\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03ec:"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x03a3:"\u0053\u0069\u0067m\u0061",0x2165:"\u0053\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0xff33:"\u0053\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a4e:"\u0053\u0071\u0063a\u0070",0x2a4f:"\u0053\u0071\u0063u\u0070",0xf773:"\u0053\u0073\u006d\u0061\u006c\u006c",0x03da:"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b",0x2abc:"\u0053\u0075\u0063\u0063",0x21d9:"\u0053w\u0061\u0072\u0072\u006f\u0077",0x0054:"\u0054",0x03a4:"\u0054\u0061\u0075",0x0166:"\u0054\u0062\u0061\u0072",0x0164:"\u0054\u0063\u0061\u0072\u006f\u006e",0xf814:"\u0054c\u0061\u0072\u006f\u006e\u0031",0xf818:"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611",0x24c9:"\u0054c\u0069\u0072\u0063\u006c\u0065",0x1e70:"\u0054\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0162:"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6a:"\u0054\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6c:"\u0054d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ac:"\u0054\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2169:"\u0054\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x04b4:"\u0054\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0398:"\u0054\u0068\u0065t\u0061",0x01ac:"\u0054\u0068\u006fo\u006b",0x00de:"\u0054\u0068\u006fr\u006e",0xf7fe:"\u0054\u0068\u006f\u0072\u006e\u0073\u006d\u0061\u006c\u006c",0x2162:"\u0054\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0xf6fe:"\u0054\u0069\u006c\u0064\u0065\u0073\u006d\u0061\u006c\u006c",0x054f:"\u0054\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6e:"\u0054\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff34:"\u0054\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0539:"\u0054\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01bc:"\u0054\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0184:"\u0054o\u006e\u0065\u0073\u0069\u0078",0x01a7:"\u0054o\u006e\u0065\u0074\u0077\u006f",0x01ae:"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0426:"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x040b:"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf774:"\u0054\u0073\u006d\u0061\u006c\u006c",0x216b:"T\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0x2161:"\u0054\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x0055:"\u0055",0x27f0:"\u0055\u0055\u0070\u0061\u0072\u0072\u006f\u0077",0x00da:"\u0055\u0061\u0063\u0075\u0074\u0065",0xf7fa:"U\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x016c:"\u0055\u0062\u0072\u0065\u0076\u0065",0x01d3:"\u0055\u0063\u0061\u0072\u006f\u006e",0xf833:"\u0055\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24ca:"\u0055c\u0069\u0072\u0063\u006c\u0065",0x00db:"U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e76:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0xf7fb:"\u0055\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0073\u006d\u0061\u006c\u006c",0x0423:"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0214:"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e",0x00dc:"\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d7:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e72:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01d9:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f0:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01db:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d5:"\u0055d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0xf7fc:"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1ee4:"\u0055d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00d9:"\u0055\u0067\u0072\u0061\u0076\u0065",0xf7f9:"U\u0067\u0072\u0061\u0076\u0065\u0073\u006d\u0061\u006c\u006c",0x1ee6:"\u0055\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01af:"\u0055\u0068\u006fr\u006e",0x1ee8:"\u0055\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef0:"\u0055\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eea:"\u0055\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eec:"\u0055\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eee:"\u0055\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0170:"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x04f2:"U\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0216:"\u0055\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0478:"\u0055\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x016a:"\u0055m\u0061\u0063\u0072\u006f\u006e",0x04ee:"\u0055m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7a:"\u0055m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xff35:"\u0055\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0172:"\u0055o\u0067\u006f\u006e\u0065\u006b",0x03a5:"\u0055p\u0073\u0069\u006c\u006f\u006e",0x03d2:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x03d3:"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b",0x01b1:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e",0x02f4:"\u0055\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",0x03ab:"\u0055p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03d4:"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x038e:"\u0055\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x016e:"\u0055\u0072\u0069n\u0067",0x040e:"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0xf775:"\u0055\u0073\u006d\u0061\u006c\u006c",0x04ae:"\u0055\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b0:"\u0055\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0168:"\u0055\u0074\u0069\u006c\u0064\u0065",0x1e78:"U\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e74:"U\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x290a:"\u0055\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x0056:"\u0056",0x22ab:"\u0056\u0044\u0061s\u0068",0x2aeb:"\u0056\u0062\u0061\u0072",0x24cb:"\u0056c\u0069\u0072\u0063\u006c\u0065",0x1e7e:"\u0056d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a54:"\u0056\u0065\u0065",0x054e:"V\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01b2:"\u0056\u0068\u006fo\u006b",0xff36:"\u0056\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0548:"\u0056\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf776:"\u0056\u0073\u006d\u0061\u006c\u006c",0x1e7c:"\u0056\u0074\u0069\u006c\u0064\u0065",0x2980:"\u0056\u0076\u0065r\u0074",0x0057:"\u0057",0x1e82:"\u0057\u0061\u0063\u0075\u0074\u0065",0x24cc:"\u0057c\u0069\u0072\u0063\u006c\u0065",0x0174:"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e84:"\u0057d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e86:"\u0057\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e88:"\u0057d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a53:"\u0057\u0065\u0064g\u0065",0x1e80:"\u0057\u0067\u0072\u0061\u0076\u0065",0xff37:"\u0057\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf777:"\u0057\u0073\u006d\u0061\u006c\u006c",0x0058:"\u0058",0x24cd:"\u0058c\u0069\u0072\u0063\u006c\u0065",0x1e8c:"\u0058d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8a:"\u0058\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x053d:"X\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x039e:"\u0058\u0069",0xff38:"\u0058\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf778:"\u0058\u0073\u006d\u0061\u006c\u006c",0x0059:"\u0059",0x00dd:"\u0059\u0061\u0063\u0075\u0074\u0065",0xf7fd:"Y\u0061\u0063\u0075\u0074\u0065\u0073\u006d\u0061\u006c\u006c",0x24ce:"\u0059c\u0069\u0072\u0063\u006c\u0065",0x0176:"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0178:"\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s",0xf7ff:"\u0059\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073s\u006d\u0061\u006c\u006c",0x1e8e:"\u0059\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef4:"\u0059d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04f8:"Y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x1ef2:"\u0059\u0067\u0072\u0061\u0076\u0065",0x01b3:"\u0059\u0068\u006fo\u006b",0x1ef6:"\u0059\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0545:"\u0059\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0407:"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0552:"\u0059\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff39:"\u0059\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf779:"\u0059\u0073\u006d\u0061\u006c\u006c",0x021f:"\u0059s\u006d\u0061\u006c\u006c\u0063\u0061p",0x1ef8:"\u0059\u0074\u0069\u006c\u0064\u0065",0x2144:"\u0059\u0075\u0070",0x046a:"\u0059\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046c:"\u0059\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0466:"\u0059\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0468:"\u0059u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x005a:"\u005a",0x0536:"\u005a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0179:"\u005a\u0061\u0063\u0075\u0074\u0065",0x017d:"\u005a\u0063\u0061\u0072\u006f\u006e",0xf6ff:"Z\u0063\u0061\u0072\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x24cf:"\u005ac\u0069\u0072\u0063\u006c\u0065",0x1e90:"Z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x017b:"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e92:"\u005ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0498:"\u005a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04de:"\u005ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x0396:"\u005a\u0065\u0074\u0061",0x053a:"Z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fd:"\u005a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c1:"\u005a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0496:"Z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dc:"\u005a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e94:"\u005a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff3a:"\u005a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf77a:"\u005a\u0073\u006d\u0061\u006c\u006c",0x01b5:"\u005as\u0074\u0072\u006f\u006b\u0065",0x0061:"\u0061",0x2701:"\u0061\u0031",0x2702:"\u0061\u0032",0x2704:"\u0061\u0033",0x260e:"\u0061\u0034",0x2706:"\u0061\u0035",0x271d:"\u0061\u0036",0x271e:"\u0061\u0037",0x271f:"\u0061\u0038",0x2720:"\u0061\u0039",0x2721:"\u0061\u0031\u0030",0x261b:"\u0061\u0031\u0031",0x261e:"\u0061\u0031\u0032",0x270c:"\u0061\u0031\u0033",0x270d:"\u0061\u0031\u0034",0x270e:"\u0061\u0031\u0035",0x270f:"\u0061\u0031\u0036",0x2711:"\u0061\u0031\u0037",0x2712:"\u0061\u0031\u0038",0x2713:"\u0061\u0031\u0039",0x2714:"\u0061\u0032\u0030",0x2715:"\u0061\u0032\u0031",0x2716:"\u0061\u0032\u0032",0x2717:"\u0061\u0032\u0033",0x2718:"\u0061\u0032\u0034",0x2719:"\u0061\u0032\u0035",0x271a:"\u0061\u0032\u0036",0x271b:"\u0061\u0032\u0037",0x271c:"\u0061\u0032\u0038",0x2722:"\u0061\u0032\u0039",0x2723:"\u0061\u0033\u0030",0x2724:"\u0061\u0033\u0031",0x2725:"\u0061\u0033\u0032",0x2726:"\u0061\u0033\u0033",0x2727:"\u0061\u0033\u0034",0x2605:"\u0061\u0033\u0035",0x2729:"\u0061\u0033\u0036",0x272a:"\u0061\u0033\u0037",0x272b:"\u0061\u0033\u0038",0x272c:"\u0061\u0033\u0039",0x272d:"\u0061\u0034\u0030",0x272e:"\u0061\u0034\u0031",0x272f:"\u0061\u0034\u0032",0x2730:"\u0061\u0034\u0033",0x2731:"\u0061\u0034\u0034",0x2732:"\u0061\u0034\u0035",0x2733:"\u0061\u0034\u0036",0x2734:"\u0061\u0034\u0037",0x2735:"\u0061\u0034\u0038",0x2736:"\u0061\u0034\u0039",0x2737:"\u0061\u0035\u0030",0x2738:"\u0061\u0035\u0031",0x2739:"\u0061\u0035\u0032",0x273a:"\u0061\u0035\u0033",0x273b:"\u0061\u0035\u0034",0x273c:"\u0061\u0035\u0035",0x273d:"\u0061\u0035\u0036",0x273e:"\u0061\u0035\u0037",0x273f:"\u0061\u0035\u0038",0x2740:"\u0061\u0035\u0039",0x2741:"\u0061\u0036\u0030",0x2742:"\u0061\u0036\u0031",0x2743:"\u0061\u0036\u0032",0x2744:"\u0061\u0036\u0033",0x2745:"\u0061\u0036\u0034",0x2746:"\u0061\u0036\u0035",0x2747:"\u0061\u0036\u0036",0x2748:"\u0061\u0036\u0037",0x2749:"\u0061\u0036\u0038",0x274a:"\u0061\u0036\u0039",0x274b:"\u0061\u0037\u0030",0x25cf:"\u0061\u0037\u0031",0x274d:"\u0061\u0037\u0032",0x25a0:"\u0061\u0037\u0033",0x274f:"\u0061\u0037\u0034",0x2751:"\u0061\u0037\u0035",0x25b2:"\u0061\u0037\u0036",0x25bc:"\u0061\u0037\u0037",0x25c6:"\u0061\u0037\u0038",0x2756:"\u0061\u0037\u0039",0x25d7:"\u0061\u0038\u0031",0x2758:"\u0061\u0038\u0032",0x2759:"\u0061\u0038\u0033",0x275a:"\u0061\u0038\u0034",0xf8de:"\u0061\u0038\u0035",0xf8e0:"\u0061\u0038\u0036",0xf8e1:"\u0061\u0038\u0037",0xf8e2:"\u0061\u0038\u0038",0xf8d7:"\u0061\u0038\u0039",0xf8d8:"\u0061\u0039\u0030",0xf8db:"\u0061\u0039\u0031",0xf8dc:"\u0061\u0039\u0032",0xf8d9:"\u0061\u0039\u0033",0xf8da:"\u0061\u0039\u0034",0xf8e3:"\u0061\u0039\u0035",0xf8e4:"\u0061\u0039\u0036",0x275b:"\u0061\u0039\u0037",0x275c:"\u0061\u0039\u0038",0x275d:"\u0061\u0039\u0039",0x275e:"\u0061\u0031\u0030\u0030",0x2761:"\u0061\u0031\u0030\u0031",0x2762:"\u0061\u0031\u0030\u0032",0x2763:"\u0061\u0031\u0030\u0033",0x2764:"\u0061\u0031\u0030\u0034",0x2710:"\u0061\u0031\u0030\u0035",0x2765:"\u0061\u0031\u0030\u0036",0x2766:"\u0061\u0031\u0030\u0037",0x2767:"\u0061\u0031\u0030\u0038",0x2709:"\u0061\u0031\u0031\u0037",0x2708:"\u0061\u0031\u0031\u0038",0x2707:"\u0061\u0031\u0031\u0039",0x2460:"\u0061\u0031\u0032\u0030",0x2461:"\u0061\u0031\u0032\u0031",0x2462:"\u0061\u0031\u0032\u0032",0x2463:"\u0061\u0031\u0032\u0033",0x2464:"\u0061\u0031\u0032\u0034",0x2465:"\u0061\u0031\u0032\u0035",0x2466:"\u0061\u0031\u0032\u0036",0x2467:"\u0061\u0031\u0032\u0037",0x2468:"\u0061\u0031\u0032\u0038",0x2469:"\u0061\u0031\u0032\u0039",0x2776:"\u0061\u0031\u0033\u0030",0x2777:"\u0061\u0031\u0033\u0031",0x2778:"\u0061\u0031\u0033\u0032",0x2779:"\u0061\u0031\u0033\u0033",0x277a:"\u0061\u0031\u0033\u0034",0x277b:"\u0061\u0031\u0033\u0035",0x277c:"\u0061\u0031\u0033\u0036",0x277d:"\u0061\u0031\u0033\u0037",0x277e:"\u0061\u0031\u0033\u0038",0x277f:"\u0061\u0031\u0033\u0039",0x2780:"\u0061\u0031\u0034\u0030",0x2781:"\u0061\u0031\u0034\u0031",0x2782:"\u0061\u0031\u0034\u0032",0x2783:"\u0061\u0031\u0034\u0033",0x2784:"\u0061\u0031\u0034\u0034",0x2785:"\u0061\u0031\u0034\u0035",0x2786:"\u0061\u0031\u0034\u0036",0x2787:"\u0061\u0031\u0034\u0037",0x2788:"\u0061\u0031\u0034\u0038",0x2789:"\u0061\u0031\u0034\u0039",0x278a:"\u0061\u0031\u0035\u0030",0x278b:"\u0061\u0031\u0035\u0031",0x278c:"\u0061\u0031\u0035\u0032",0x278d:"\u0061\u0031\u0035\u0033",0x278e:"\u0061\u0031\u0035\u0034",0x278f:"\u0061\u0031\u0035\u0035",0x2790:"\u0061\u0031\u0035\u0036",0x2791:"\u0061\u0031\u0035\u0037",0x2792:"\u0061\u0031\u0035\u0038",0x2793:"\u0061\u0031\u0035\u0039",0x2794:"\u0061\u0031\u0036\u0030",0x27a3:"\u0061\u0031\u0036\u0032",0x2195:"\u0061\u0031\u0036\u0034",0x2799:"\u0061\u0031\u0036\u0035",0x279b:"\u0061\u0031\u0036\u0036",0x279c:"\u0061\u0031\u0036\u0037",0x279d:"\u0061\u0031\u0036\u0038",0x279e:"\u0061\u0031\u0036\u0039",0x279f:"\u0061\u0031\u0037\u0030",0x27a0:"\u0061\u0031\u0037\u0031",0x27a1:"\u0061\u0031\u0037\u0032",0x27a2:"\u0061\u0031\u0037\u0033",0x27a4:"\u0061\u0031\u0037\u0034",0x27a5:"\u0061\u0031\u0037\u0035",0x27a6:"\u0061\u0031\u0037\u0036",0x27a7:"\u0061\u0031\u0037\u0037",0x27a8:"\u0061\u0031\u0037\u0038",0x27a9:"\u0061\u0031\u0037\u0039",0x27ab:"\u0061\u0031\u0038\u0030",0x27ad:"\u0061\u0031\u0038\u0031",0x27af:"\u0061\u0031\u0038\u0032",0x27b2:"\u0061\u0031\u0038\u0033",0x27b3:"\u0061\u0031\u0038\u0034",0x27b5:"\u0061\u0031\u0038\u0035",0x27b8:"\u0061\u0031\u0038\u0036",0x27ba:"\u0061\u0031\u0038\u0037",0x27bb:"\u0061\u0031\u0038\u0038",0x27bc:"\u0061\u0031\u0038\u0039",0x27bd:"\u0061\u0031\u0039\u0030",0x27be:"\u0061\u0031\u0039\u0031",0x279a:"\u0061\u0031\u0039\u0032",0x27aa:"\u0061\u0031\u0039\u0033",0x27b6:"\u0061\u0031\u0039\u0034",0x27b9:"\u0061\u0031\u0039\u0035",0x2798:"\u0061\u0031\u0039\u0036",0x27b4:"\u0061\u0031\u0039\u0037",0x27b7:"\u0061\u0031\u0039\u0038",0x27ac:"\u0061\u0031\u0039\u0039",0x27ae:"\u0061\u0032\u0030\u0030",0x27b1:"\u0061\u0032\u0030\u0031",0x2703:"\u0061\u0032\u0030\u0032",0x2750:"\u0061\u0032\u0030\u0033",0x2752:"\u0061\u0032\u0030\u0034",0xf8dd:"\u0061\u0032\u0030\u0035",0xf8df:"\u0061\u0032\u0030\u0036",0x0986:"\u0061a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00e1:"\u0061\u0061\u0063\u0075\u0074\u0065",0x0906:"\u0061\u0061\u0064\u0065\u0076\u0061",0x0a86:"\u0061\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a06:"\u0061\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a3e:"\u0061a\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3303:"\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x09be:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x093e:"\u0061a\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0abe:"\u0061\u0061\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x055f:"\u0061b\u0062\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006f\u006e\u006da\u0072\u006b\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0970:"a\u0062b\u0072\u0065\u0076\u0069\u0061\u0074\u0069\u006fn\u0073\u0069\u0067\u006ede\u0076\u0061",0x0985:"\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311a:"\u0061b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0103:"\u0061\u0062\u0072\u0065\u0076\u0065",0x1eaf:"a\u0062\u0072\u0065\u0076\u0065\u0061\u0063\u0075\u0074\u0065",0x04d1:"\u0061\u0062\u0072\u0065\u0076\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1eb7:"\u0061\u0062\u0072\u0065\u0076\u0065\u0064\u006f\u0074b\u0065\u006c\u006f\u0077",0x1eb1:"a\u0062\u0072\u0065\u0076\u0065\u0067\u0072\u0061\u0076\u0065",0x1eb3:"\u0061b\u0072e\u0076\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x1eb5:"a\u0062\u0072\u0065\u0076\u0065\u0074\u0069\u006c\u0064\u0065",0x01ce:"\u0061\u0063\u0061\u0072\u006f\u006e",0x2100:"\u0061c\u0063\u006f\u0075\u006e\u0074\u006ff",0x23e6:"\u0061c\u0063\u0075\u0072\u0072\u0065\u006et",0x267e:"\u0061\u0063\u0069\u0064\u0066\u0072\u0065\u0065",0x24d0:"\u0061c\u0069\u0072\u0063\u006c\u0065",0x00e2:"a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ea5:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ead:"\u0061\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ea7:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ea9:"a\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1eab:"\u0061\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x00b4:"\u0061\u0063\u0075t\u0065",0x0317:"\u0061\u0063\u0075\u0074\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0301:"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db",0x0954:"\u0061c\u0075\u0074\u0065\u0064\u0065\u0076a",0x02cf:"a\u0063\u0075\u0074\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0x0274:"\u0061c\u0075\u0074\u0065\u006e\u006f\u0073p",0x0341:"\u0061\u0063\u0075t\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x2940:"\u0061\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2939:"\u0061c\u0077l\u0065\u0066\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x21ba:"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077",0x293a:"\u0061c\u0077o\u0076\u0065\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293b:"\u0061\u0063w\u0075\u006e\u0064e\u0072\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x0201:"\u0061d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0a71:"\u0061\u0064\u0064\u0061\u006b\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2101:"\u0061\u0064\u0064\u0072\u0065\u0073\u0073\u0073\u0075b\u006a\u0065\u0063\u0074",0x0905:"\u0061\u0064\u0065v\u0061",0x00e4:"\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s",0x04d3:"\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01df:"\u0061d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ea1:"\u0061d\u006f\u0074\u0062\u0065\u006c\u006fw",0x01e1:"\u0061\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e",0x22f0:"\u0061\u0064\u006ft\u0073",0x00e6:"\u0061\u0065",0x01fd:"\u0061e\u0061\u0063\u0075\u0074\u0065",0x3150:"\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x01e3:"\u0061\u0065\u006d\u0061\u0063\u0072\u006f\u006e",0x200e:"\u0061f\u0069\u0069\u0032\u0039\u0039",0x200f:"\u0061f\u0069\u0069\u0033\u0030\u0030",0x200d:"\u0061f\u0069\u0069\u0033\u0030\u0031",0x0410:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317",0x0411:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318",0x0412:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319",0x0416:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324",0x0417:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325",0x0419:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327",0x041a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328",0x041d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331",0x041f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333",0x0420:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334",0x0421:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335",0x0422:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336",0x0424:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338",0x0429:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343",0x042a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344",0x042b:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345",0x042c:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346",0x042e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348",0x042f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349",0x0402:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351",0x0403:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352",0x0405:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354",0x0406:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355",0x0408:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357",0x040a:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359",0xf6c4:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00363",0xf6c5:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00364",0x0430:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365",0x0432:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367",0x0433:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368",0x0434:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369",0x0451:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371",0x0437:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373",0x0439:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375",0x043d:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379",0x0442:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384",0x0443:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385",0x0444:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386",0x0445:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387",0x0448:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390",0x0449:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391",0x044e:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396",0x044f:"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397",0x0455:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302",0x0456:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303",0x0458:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305",0x045a:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307",0x045c:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309",0x045e:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310",0x0462:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346",0x0472:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347",0x0474:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348",0xf6c6:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00392",0x0473:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395",0x0475:"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396",0xf6c7:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00331",0xf6c8:"\u0061f\u0069\u0069\u0031\u0030\u0038\u00332",0x060c:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388",0x0663:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395",0x0666:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398",0x0667:"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399",0x061b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303",0x061f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307",0x0622:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310",0x0623:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311",0x0624:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312",0x062a:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318",0x062d:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321",0x062e:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322",0x062f:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323",0x0633:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327",0x0634:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328",0x0635:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329",0x0636:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330",0x0639:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333",0x0641:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341",0x0642:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342",0x0643:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343",0x0644:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344",0x0645:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345",0x064b:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351",0x064c:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352",0x0650:"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356",0x0698:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308",0x0679:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311",0x0688:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312",0x06ba:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314",0x06d5:"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334",0x20aa:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336",0x05be:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345",0x05d2:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366",0x05d4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368",0x05d6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370",0x05d7:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371",0x05d9:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373",0x05da:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374",0x05df:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379",0x05e4:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384",0x05e6:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386",0xfb2b:"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395",0x05f0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316",0x05f1:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317",0x05b8:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397",0x05b0:"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399",0x05c2:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303",0x05bf:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341",0x05c0:"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342",0x2113:"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389",0x202c:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373",0x202d:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374",0x202e:"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375",0x200c:"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364",0x066d:"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367",0x02bd:"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337",0x00e0:"\u0061\u0067\u0072\u0061\u0076\u0065",0x0a85:"\u0061g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a05:"\u0061g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3042:"\u0061h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ea3:"\u0061\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0990:"\u0061i\u0062\u0065\u006e\u0067\u0061\u006ci",0x311e:"\u0061\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0910:"\u0061\u0069\u0064\u0065\u0076\u0061",0x04d5:"a\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0a90:"\u0061\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a10:"\u0061\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a48:"\u0061i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfeca:"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfecb:"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfec9:"a\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfecc:"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0203:"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c8:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0948:"\u0061i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac8:"\u0061\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x30a2:"\u0061k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff71:"\u0061k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x314f:"\u0061k\u006f\u0072\u0065\u0061\u006e",0x05d0:"\u0061\u006c\u0065\u0066",0x0627:"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063",0xfb30:"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfe8e:"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe84:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0625:"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063",0xfe88:"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfe8d:"\u0061\u006c\u0065f\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb4f:"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfe82:"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0x0649:"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfef0:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",0xfeef:"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfef4:"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb2e:"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2f:"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x0671:"\u0061l\u0065\u0066\u0077\u0061\u0073\u006ca",0xfb51:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061f\u0069\u006e\u0061\u006c",0xfb50:"\u0061\u006c\u0065\u0066\u0077\u0061\u0073\u006c\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfd3c:"a\u006c\u0065\u0066\u0077it\u0068f\u0061\u0074\u0068\u0061\u0074a\u006e\u0066\u0069\u006e\u0061\u006c",0xfd3d:"\u0061l\u0065\u0066\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe83:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe87:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0068\u0061\u006dz\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfe81:"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0064d\u0061\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0x2135:"\u0061\u006c\u0065p\u0068",0x224c:"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c",0x03b1:"\u0061\u006c\u0070h\u0061",0x03ac:"\u0061\u006c\u0070\u0068\u0061\u0074\u006f\u006e\u006f\u0073",0xd802:"a\u006c\u0074\u0073\u0065\u006c\u0065\u0063\u0074\u006f\u0072",0x0101:"\u0061m\u0061\u0063\u0072\u006f\u006e",0xff41:"\u0061\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0026:"\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed",0xff06:"\u0061m\u0070e\u0072\u0073\u0061\u006e\u0064m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xf726:"\u0061\u006d\u0070\u0065\u0072\u0073\u0061\u006e\u0064s\u006d\u0061\u006c\u006c",0x33c2:"\u0061\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x3122:"\u0061\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3124:"a\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x27e8:"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e9:"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x299f:"\u0061\u006e\u0067\u0064\u006e\u0072",0x0e5a:"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069",0x2220:"\u0061\u006e\u0067l\u0065",0x3008:"\u0061\u006eg\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3f:"\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006ce\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3009:"\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074",0xfe40:"\u0061n\u0067\u006c\u0065\u0062r\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x2329:"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t",0x232a:"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x299e:"\u0061\u006e\u0067\u006c\u0065\u0073",0x29a4:"\u0061n\u0067\u006c\u0065\u0075\u0062\u0061r",0x212b:"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d",0x20e7:"\u0061n\u006e\u0075\u0069\u0074\u0079",0x0387:"\u0061n\u006f\u0074\u0065\u006c\u0065\u0069a",0x27f2:"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x0952:"\u0061\u006e\u0075d\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0982:"\u0061n\u0075s\u0076\u0061\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0902:"\u0061\u006e\u0075s\u0076\u0061\u0072\u0061\u0064\u0065\u0076\u0061",0x0a82:"\u0061\u006eu\u0073\u0076\u0061r\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0105:"\u0061o\u0067\u006f\u006e\u0065\u006b",0x3300:"\u0061\u0070\u0061a\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x249c:"\u0061\u0070\u0061\u0072\u0065\u006e",0x0245:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",0x055a:"\u0061p\u006fs\u0074\u0072\u006f\u0070\u0068e\u0061\u0072m\u0065\u006e\u0069\u0061\u006e",0x02bc:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064",0x0246:"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0072\u0065\u0076",0xf8ff:"\u0061\u0070\u0070l\u0065",0x2250:"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073",0x2a70:"\u0061p\u0070\u0072\u006f\u0078\u0065\u0071q",0x2248:"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c",0x2252:"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065",0x224b:"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074",0x224a:"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x318e:"\u0061\u0072\u0061e\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318d:"a\u0072\u0061\u0065\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x2312:"\u0061\u0072\u0063",0x2258:"\u0061\u0072\u0063e\u0071",0x21b6:"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e",0x21b7:"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e",0x1e9a:"\u0061\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u006cf\u0072\u0069\u006e\u0067",0x00e5:"\u0061\u0072\u0069n\u0067",0x01fb:"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065",0x1e01:"\u0061\u0072\u0069\u006e\u0067\u0062\u0065\u006c\u006f\u0077",0x0590:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u0064\u006f\u0077\u006e",0x058d:"\u0061\u0072\u0072o\u0077\u0062\u0061\u0072\u006c\u0065\u0066\u0074",0x058f:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074",0x058e:"\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0075\u0070",0x2194:"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h",0x21e3:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e",0x21e0:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074",0x21e2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074",0x21e1:"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070",0x21d4:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068",0x21d5:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076",0x21d3:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e",0x21d0:"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0x21d2:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x21d1:"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070",0x2193:"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n",0x2199:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x2198:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074",0x21e9:"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065",0x02c5:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u0064\u006f\u0077\u006e\u006d\u006f\u0064",0x02c2:"\u0061\u0072r\u006f\u0077\u0068e\u0061\u0064\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x02c3:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064",0x02c4:"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064u\u0070\u006d\u006f\u0064",0x21aa:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074",0x21a9:"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074",0xf8e7:"\u0061\u0072\u0072o\u0077\u0068\u006f\u0072\u0069\u007a\u0065\u0078",0x2190:"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t",0x21bd:"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066",0x21cd:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065",0x21c6:"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074",0x21e6:"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065",0x2192:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x21c1:"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066",0x21cf:"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065",0x21c4:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074",0x21e8:"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",0x21e4:"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074",0x21e5:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074",0x21a2:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074",0x21a3:"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074",0x21da:"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074",0x21db:"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2191:"\u0061r\u0072\u006f\u0077\u0075\u0070",0x21a8:"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065",0x2196:"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074",0x21c5:"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e",0x2197:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074",0x21e7:"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065",0xf8e6:"a\u0072\u0072\u006f\u0077\u0076\u0065\u0072\u0074\u0065\u0078",0xd80a:"a\u0073c\u0065\u006e\u0064\u0065\u0072\u0063\u006f\u006dp\u0077\u006f\u0072\u0064ma\u0072\u006b",0x005e:"a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d",0xff3e:"a\u0073c\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006dm\u006f\u006e\u006f\u0073pa\u0063\u0065",0x007e:"\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065",0xff5e:"\u0061\u0073\u0063\u0069it\u0069\u006c\u0064\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0251:"\u0061s\u0063\u0072\u0069\u0070\u0074",0x0252:"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064",0x3041:"\u0061\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a1:"\u0061\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff67:"\u0061\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22a6:"\u0061\u0073\u0073\u0065\u0072\u0074",0x2a6e:"\u0061\u0073\u0074e\u0071",0x20f0:"a\u0073\u0074\u0065\u0072\u0061\u0063\u0063\u0065\u006e\u0074",0x002a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",0x2217:"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068",0xff0a:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe61:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0073\u006d\u0061\u006c\u006c",0x2042:"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006d",0x2609:"\u0061\u0073\u0074\u0072\u006f\u0073\u0075\u006e",0xf6e9:"\u0061s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2243:"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c",0x0040:"\u0061\u0074",0x00e3:"\u0061\u0074\u0069\u006c\u0064\u0065",0xff20:"a\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6b:"\u0061t\u0073\u006d\u0061\u006c\u006c",0x0250:"\u0061t\u0075\u0072\u006e\u0065\u0064",0x0994:"\u0061u\u0062\u0065\u006e\u0067\u0061\u006ci",0x3120:"\u0061\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0914:"\u0061\u0075\u0064\u0065\u0076\u0061",0x0a94:"\u0061\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a14:"\u0061\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09d7:"\u0061\u0075\u006c\u0065ng\u0074\u0068\u006d\u0061\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0a4c:"\u0061u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09cc:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x094c:"\u0061u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0acc:"\u0061\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x093d:"\u0061\u0076\u0061g\u0072\u0061\u0068\u0061\u0064\u0065\u0076\u0061",0x2a11:"\u0061\u0077\u0069n\u0074",0x0561:"a\u0079\u0062\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb20:"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e2:"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0062:"\u0062",0x2aed:"\u0062\u004e\u006f\u0074",0x09ac:"\u0062a\u0062\u0065\u006e\u0067\u0061\u006ci",0x2036:"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065",0x024c:"\u0062\u0061\u0063\u006b\u0065\u0064",0x005c:"\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h",0xff3c:"\u0062a\u0063k\u0073\u006c\u0061\u0073\u0068m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0x2037:"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065",0x092c:"\u0062\u0061\u0064\u0065\u0076\u0061",0x22ff:"\u0062a\u0067\u006d\u0065\u006d\u0062\u0065r",0x0aac:"\u0062\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2c:"\u0062\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3070:"\u0062\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e3f:"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069",0x30d0:"\u0062\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x007c:"\u0062\u0061\u0072",0x2aea:"\u0062\u0061\u0072\u0056",0x2a43:"\u0062\u0061\u0072\u0063\u0061\u0070",0x2a42:"\u0062\u0061\u0072\u0063\u0075\u0070",0x2961:"\u0062a\u0072d\u006f\u0077\u006e\u0068\u0061r\u0070\u006fo\u006e\u006c\u0065\u0066\u0074",0x295d:"\u0062\u0061\u0072\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",0x21b9:"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061",0x2956:"\u0062a\u0072l\u0065\u0066\u0074\u0068\u0061r\u0070\u006fo\u006e\u0064\u006f\u0077\u006e",0x2952:"\u0062\u0061r\u006c\u0065\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",0x02a9:"\u0062\u0061\u0072\u006d\u0069\u0064\u006c\u006f\u006eg\u006e\u006f\u0073\u0070",0xff5c:"\u0062\u0061\u0072m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x21b8:"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077",0x2920:"b\u0061r\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u0064\u0069\u0061mo\u006e\u0064",0x295f:"\u0062\u0061\u0072\u0072ig\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x295b:"\u0062\u0061\u0072\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",0x2912:"\u0062\u0061\u0072\u0075\u0070\u0061\u0072\u0072\u006f\u0077",0x2958:"\u0062\u0061r\u0075\u0070\u0068a\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",0x2954:"\u0062\u0061\u0072\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",0x22bd:"\u0062\u0061\u0072\u0076\u0065\u0065",0x3105:"\u0062b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23b6:"\u0062\u0062\u0072\u006b\u0074\u0062\u0072\u006b",0x24d1:"\u0062c\u0069\u0072\u0063\u006c\u0065",0x1e03:"\u0062\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e05:"\u0062d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2506:"\u0062\u0064\u0074\u0072\u0069\u0070\u006c\u0065\u0076\u0064\u0061\u0073\u0068",0x266c:"b\u0065a\u006d\u0065\u0064\u0073\u0069\u0078\u0074\u0065e\u006e\u0074\u0068\u006eot\u0065\u0073",0x2235:"\u0062e\u0063\u0061\u0075\u0073\u0065",0x0431:"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0628:"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfe90:"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe91:"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3079:"\u0062\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe8f:"b\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe92:"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc9f:"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc08:"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc6d:"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc6e:"\u0062\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc09:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc9d:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xe812:"\u0062\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc9c:"\u0062e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc9e:"\u0062e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc6a:"\u0062e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc6f:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc0a:"\u0062e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30d9:"\u0062\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0562:"b\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x23e3:"\u0062e\u006e\u007a\u0065\u006e\u0072",0x03b2:"\u0062\u0065\u0074\u0061",0x03d0:"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0xfb31:"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x2136:"\u0062\u0065\u0074\u0068",0x05d1:"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w",0xfb4c:"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x226c:"\u0062e\u0074\u0077\u0065\u0065\u006e",0x09ad:"\u0062\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092d:"\u0062h\u0061\u0064\u0065\u0076\u0061",0x0aad:"b\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2d:"b\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0253:"\u0062\u0068\u006fo\u006b",0x27d8:"\u0062\u0069\u0067\u0062\u006f\u0074",0x2a03:"\u0062i\u0067\u0063\u0075\u0070\u0064\u006ft",0x2afc:"\u0062\u0069\u0067\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x2a00:"\u0062i\u0067\u006f\u0064\u006f\u0074",0x2a01:"\u0062\u0069\u0067\u006f\u0070\u006c\u0075\u0073",0x2a02:"\u0062i\u0067\u006f\u0074\u0069\u006d\u0065s",0x2a57:"\u0062\u0069\u0067s\u006c\u006f\u0070\u0065\u0064\u0076\u0065\u0065",0x2a58:"\u0062\u0069\u0067\u0073\u006c\u006f\u0070\u0065\u0064w\u0065\u0064\u0067\u0065",0x2a05:"\u0062\u0069\u0067\u0073\u0071\u0063\u0061\u0070",0x2a06:"\u0062\u0069\u0067\u0073\u0071\u0063\u0075\u0070",0x2aff:"\u0062\u0069\u0067\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0x2a09:"\u0062\u0069\u0067\u0074\u0069\u006d\u0065\u0073",0x27d9:"\u0062\u0069\u0067\u0074\u006f\u0070",0x2a1e:"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x2a04:"\u0062\u0069\u0067\u0075\u0070\u006c\u0075\u0073",0x22c1:"\u0062\u0069\u0067\u0076\u0065\u0065",0x22c0:"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065",0x3073:"\u0062\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d3:"\u0062\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0298:"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b",0x0a02:"\u0062\u0069\u006e\u0064\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3331:"\u0062\u0069\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x29ed:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u006f\u0077\u006e\u0061rr\u006f\u0077",0x2688:"b\u006ca\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065d\u0072\u0069\u0067\u0068td\u006f\u0074",0x2689:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077\u006f\u0064\u006f\u0074\u0073",0x25d5:"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065",0x29ea:"b\u006c\u0061\u0063\u006bdi\u0061m\u006f\u006e\u0064\u0064\u006fw\u006e\u0061\u0072\u0072\u006f\u0077",0x29d7:"\u0062\u006c\u0061\u0063\u006b\u0068\u006f\u0075\u0072g\u006c\u0061\u0073\u0073",0x25d6:"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25c4:"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072",0x25c0:"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3010:"\u0062\u006c\u0061\u0063\u006b\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0xfe3b:"\u0062\u006c\u0061ck\u006c\u0065\u006e\u0074\u0069\u0063\u0075\u006c\u0061r\u0062r\u0061c\u006be\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3011:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0xfe3c:"b\u006c\u0061\u0063\u006b\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061r\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x25e3:"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e2:"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25ac:"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065",0x25ba:"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r",0x25b6:"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25aa:"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x263b:"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",0x25be:"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e",0x25e4:"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x25e5:"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b4:"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x2423:"\u0062\u006c\u0061n\u006b",0x1e07:"\u0062\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x2b2c:"b\u006c\u006b\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2e:"b\u006c\u006b\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x2588:"\u0062\u006c\u006fc\u006b",0xff42:"\u0062\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e1a:"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069",0x307c:"\u0062\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30dc:"\u0062\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x25e1:"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x22c8:"\u0062\u006f\u0077\u0074\u0069\u0065",0x29c6:"\u0062\u006f\u0078\u0061\u0073\u0074",0x25eb:"\u0062\u006f\u0078\u0062\u0061\u0072",0x29c8:"\u0062\u006f\u0078\u0062\u006f\u0078",0x29c5:"\u0062o\u0078\u0062\u0073\u006c\u0061\u0073h",0x29c7:"\u0062o\u0078\u0063\u0069\u0072\u0063\u006ce",0x29c4:"\u0062o\u0078\u0064\u0069\u0061\u0067",0x29c9:"\u0062\u006f\u0078\u006f\u006e\u0062\u006f\u0078",0x249d:"\u0062\u0070\u0061\u0072\u0065\u006e",0x33c3:"\u0062\u0071\u0073\u0071\u0075\u0061\u0072\u0065",0xf8f4:"\u0062r\u0061\u0063\u0065\u0065\u0078",0x007b:"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t",0xf8f3:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0074",0xf8f2:"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u006d\u0069\u0064",0xff5b:"\u0062r\u0061c\u0065\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe5b:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0xf8f1:"b\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0074\u0070",0xfe37:"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x007d:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074",0xf8fe:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8fd:"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064",0xff5d:"\u0062\u0072\u0061\u0063er\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5c:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xf8fc:"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe38:"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x005b:"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xf8f0:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ef:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0065\u0078",0xff3b:"b\u0072a\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x2045:"\u0062\u0072a\u0063\u006b\u0065t\u006c\u0065\u0066\u0074\u0071\u0075\u0069\u006c\u006c",0xf8ee:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0074\u0070",0x005d:"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xf8fb:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074",0xf8fa:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0065\u0078",0xff3d:"b\u0072\u0061\u0063\u006bet\u0072i\u0067\u0068\u0074\u006d\u006fn\u006f\u0073\u0070\u0061\u0063\u0065",0x2046:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074q\u0075\u0069\u006c\u006c",0xf8f9:"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070",0x02d8:"\u0062\u0072\u0065v\u0065",0xf006:"\u0062\u0072\u0065\u0076\u0065\u0031",0x032e:"\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0306:"\u0062\u0072\u0065\u0076\u0065\u0063\u006d\u0062",0x032f:"b\u0072\u0065\u0076\u0065in\u0076e\u0072\u0074\u0065\u0064\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x0311:"\u0062\u0072e\u0076\u0065\u0069n\u0076\u0065\u0072\u0074\u0065\u0064\u0063\u006d\u0062",0x0361:"\u0062\u0072\u0065\u0076ei\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0064\u006f\u0075\u0062\u006c\u0065\u0063m\u0062",0x032a:"\u0062\u0072\u0069\u0064\u0067\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x033a:"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062",0x02ad:"\u0062\u0072i\u0064\u0067\u0065i\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x00a6:"\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r",0x2b41:"\u0062\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x2b47:"\u0062s\u0069m\u0069\u006c\u0061\u0072\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x27c8:"\u0062\u0073\u006f\u006c\u0068\u0073\u0075\u0062",0x0180:"\u0062s\u0074\u0072\u006f\u006b\u0065",0xf6ea:"\u0062s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2a32:"\u0062\u0074\u0069\u006d\u0065\u0073",0x0183:"\u0062t\u006f\u0070\u0062\u0061\u0072",0x3076:"\u0062\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d6:"\u0062\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2022:"\u0062\u0075\u006c\u006c\u0065\u0074",0x2219:"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072",0x25ce:"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065",0x2aae:"\u0062u\u006d\u0070\u0065\u0071\u0071",0x0063:"\u0063",0x0080:"\u0063\u0031\u0032\u0038",0x0081:"\u0063\u0031\u0032\u0039",0x008d:"\u0063\u0031\u0034\u0031",0x008e:"\u0063\u0031\u0034\u0032",0x008f:"\u0063\u0031\u0034\u0033",0x056e:"\u0063\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099a:"\u0063a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0107:"\u0063\u0061\u0063\u0075\u0074\u0065",0x2106:"\u0063a\u0064\u0061\u0075\u006e\u0061",0x091a:"\u0063\u0061\u0064\u0065\u0076\u0061",0x0a9a:"\u0063\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1a:"\u0063\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3388:"\u0063a\u006c\u0073\u0071\u0075\u0061\u0072e",0x0981:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006ed\u0075\u0062e\u006e\u0067\u0061\u006c\u0069",0x0310:"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062",0x0901:"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u0064\u0065\u0076\u0061",0x0a81:"\u0063\u0061\u006e\u0064ra\u0062\u0069\u006e\u0064\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2a49:"\u0063a\u0070\u0062\u0061\u0072\u0063\u0075p",0x2a40:"\u0063\u0061\u0070\u0064\u006f\u0074",0xd809:"\u0063\u0061\u0070\u0069ta\u006c\u0063\u006f\u006d\u0070\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",0x2a47:"\u0063\u0061\u0070\u006f\u0076\u0065\u0072\u0063\u0075\u0070",0x21ea:"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b",0x2a44:"\u0063\u0061\u0070\u0077\u0065\u0064\u0067\u0065",0x2105:"\u0063\u0061\u0072\u0065\u006f\u0066",0x2038:"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074",0x02c7:"\u0063\u0061\u0072o\u006e",0xf00a:"\u0063\u0061\u0072\u006f\u006e\u0031",0x032c:"\u0063\u0061\u0072\u006f\u006e\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030c:"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062",0x21b5:"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x3118:"\u0063b\u006f\u0070\u006f\u006d\u006f\u0066o",0x010d:"\u0063\u0063\u0061\u0072\u006f\u006e",0x00e7:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x1e09:"\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0061\u0063\u0075\u0074\u0065",0x24d2:"\u0063c\u0069\u0072\u0063\u006c\u0065",0x0109:"c\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0255:"\u0063\u0063\u0075r\u006c",0x293f:"\u0063c\u0077u\u006e\u0064\u0065\u0072\u0063u\u0072\u0076e\u0061\u0072\u0072\u006f\u0077",0x010b:"\u0063\u0064\u006f\u0074",0x33c5:"\u0063\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x00b8:"\u0063e\u0064\u0069\u006c\u006c\u0061",0xf008:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0031",0xf00d:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0032",0x0327:"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062",0x2308:"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074",0x2309:"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074",0x00a2:"\u0063\u0065\u006e\u0074",0x2103:"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",0xf6df:"\u0063\u0065\u006et\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xffe0:"\u0063\u0065\u006e\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf7a2:"\u0063\u0065\u006et\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2104:"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065",0xf6e0:"\u0063\u0065\u006et\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0579:"c\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099b:"\u0063\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091b:"\u0063h\u0061\u0064\u0065\u0076\u0061",0x0a9b:"c\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1b:"c\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3114:"\u0063\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04bd:"c\u0068e\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x0447:"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04bf:"\u0063\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065\u0072\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04b7:"c\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04f5:"\u0063\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0573:"\u0063\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x04cc:"c\u0068\u0065\u006b\u0068ak\u0061s\u0073\u0069\u0061\u006e\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x04b9:"\u0063h\u0065\u0076\u0065\u0072t\u0069\u0063\u0061\u006c\u0073t\u0072o\u006be\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x03c7:"\u0063\u0068\u0069",0x3277:"c\u0068i\u0065\u0075\u0063\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3217:"\u0063\u0068\u0069\u0065uc\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3269:"\u0063\u0068\u0069\u0065uc\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314a:"\u0063\u0068\u0069\u0065\u0075\u0063\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3209:"\u0063h\u0069e\u0075\u0063\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e0a:"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x0e08:"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e09:"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x0e0c:"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069",0x0188:"\u0063\u0068\u006fo\u006b",0x3276:"\u0063i\u0065u\u0063\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3216:"\u0063\u0069\u0065\u0075\u0063\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3268:"\u0063\u0069\u0065\u0075\u0063\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3148:"c\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3208:"\u0063\u0069e\u0075\u0063\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x321c:"\u0063\u0069\u0065\u0075\u0063\u0075\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x29c3:"\u0063\u0069\u0072\u0045",0x27df:"\u0063\u0069\u0072\u0062\u006f\u0074",0x2257:"\u0063\u0069\u0072\u0063\u0065\u0071",0x229b:"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b",0x25d2:"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b",0x20dd:"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074",0x29bf:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0062\u0075\u006c\u006c\u0065\u0074",0x229d:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068",0x2298:"\u0063\u0069\u0072c\u006c\u0065\u0064\u0069\u0076\u0069\u0064\u0065",0x29ec:"\u0063i\u0072c\u006c\u0065\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x29b7:"\u0063i\u0072c\u006c\u0065\u0064\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2686:"\u0063i\u0072c\u006c\u0065\u0064\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074",0x2687:"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0074\u0077o\u0064\u006f\u0074\u0073",0x29b6:"c\u0069\u0072\u0063\u006c\u0065\u0064\u0076\u0065\u0072\u0074",0x29be:"\u0063i\u0072c\u006c\u0065\u0064\u0077\u0068i\u0074\u0065b\u0075\u006c\u006c\u0065\u0074",0x229c:"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c",0x29b5:"\u0063\u0069\u0072\u0063\u006c\u0065\u0068\u0062\u0061\u0072",0x25f5:"\u0063\u0069\u0072c\u006c\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x25f6:"\u0063\u0069\u0072c\u006c\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x2297:"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2b30:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u006e\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x21f4:"\u0063i\u0072c\u006c\u0065\u006f\u006e\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2299:"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074",0x2295:"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073",0x3036:"\u0063\u0069r\u0063\u006c\u0065p\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x229a:"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067",0x25d3:"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b",0x25f4:"\u0063\u0069\u0072c\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25f7:"\u0063\u0069\u0072c\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25d4:"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b",0x25cd:"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c",0x25d0:"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x25d1:"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",0x02c6:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0xf003:"c\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0031",0x032d:"\u0063i\u0072c\u0075\u006d\u0066\u006c\u0065x\u0062\u0065l\u006f\u0077\u0063\u006d\u0062",0x0302:"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062",0x2a10:"\u0063\u0069\u0072\u0066\u006e\u0069\u006e\u0074",0x2aef:"\u0063\u0069\u0072\u006d\u0069\u0064",0x29c2:"\u0063i\u0072\u0073\u0063\u0069\u0072",0x2327:"\u0063\u006c\u0065a\u0072",0x01c2:"\u0063\u006c\u0069\u0063\u006b\u0061\u006c\u0076\u0065\u006f\u006c\u0061\u0072",0x01c0:"c\u006c\u0069\u0063\u006b\u0064\u0065\u006e\u0074\u0061\u006c",0x01c1:"\u0063\u006c\u0069c\u006b\u006c\u0061\u0074\u0065\u0072\u0061\u006c",0x01c3:"\u0063\u006c\u0069\u0063\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x27f3:"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e",0x2a4d:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0061\u0070",0x2a4c:"\u0063\u006c\u006fs\u0065\u0064\u0076\u0061\u0072\u0063\u0075\u0070",0x2a50:"c\u006c\u006f\u0073\u0065dv\u0061r\u0063\u0075\u0070\u0073\u006da\u0073\u0068\u0070\u0072\u006f\u0064",0x2050:"\u0063l\u006f\u0073\u0075\u0072\u0065",0x2663:"\u0063\u006c\u0075\u0062",0x2667:"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x33a4:"\u0063\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff43:"\u0063\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a0:"\u0063m\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x0581:"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x003a:"\u0063\u006f\u006co\u006e",0x2254:"\u0063o\u006c\u006f\u006e\u0065\u0071",0x20a1:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",0xff1a:"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xfe55:"\u0063\u006f\u006c\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x02d1:"\u0063\u006f\u006c\u006fnt\u0072\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072\u0068\u0061\u006c\u0066\u006do\u0064",0x02d0:"\u0063o\u006co\u006e\u0074\u0072\u0069\u0061n\u0067\u0075l\u0061\u0072\u006d\u006f\u0064",0x002c:"\u0063\u006f\u006dm\u0061",0x0313:"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x0315:"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062",0xf6c3:"c\u006f\u006d\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x055d:"\u0063\u006f\u006d\u006d\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xf6e1:"\u0063\u006f\u006d\u006d\u0061\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x2a29:"\u0063\u006f\u006d\u006d\u0061\u006d\u0069\u006e\u0075\u0073",0xff0c:"\u0063\u006f\u006d\u006d\u0061\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0314:"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062",0xfe50:"\u0063\u006f\u006d\u006d\u0061\u0073\u006d\u0061\u006c\u006c",0x0299:"\u0063\u006f\u006dm\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0xf6e2:"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0312:"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x02bb:"\u0063\u006f\u006d\u006d\u0061\u0074\u0075\u0072\u006ee\u0064\u006d\u006f\u0064",0x2201:"\u0063\u006f\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074",0x27e1:"\u0063\u006f\u006e\u0063\u0061\u0076\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x27e2:"\u0063\u006f\u006e\u0063av\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u006c\u0065f\u0074",0x27e3:"\u0063\u006f\u006eca\u0076\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0074\u0069\u0063\u006b\u0072\u0069\u0067\u0068\u0074",0x2a6d:"\u0063o\u006e\u0067\u0064\u006f\u0074",0x2245:"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et",0x2332:"\u0063\u006f\u006e\u0069\u0063\u0074\u0061\u0070\u0065\u0072",0x2a07:"\u0063o\u006e\u006a\u0071\u0075\u0061\u006et",0x222e:"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2303:"\u0063o\u006e\u0074\u0072\u006f\u006c",0x0006:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b",0x0007:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c",0x0008:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S",0x0018:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e",0x000d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R",0x0011:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031",0x0012:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032",0x0013:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033",0x0014:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034",0x007f:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c",0x0010:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045",0x0019:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M",0x0005:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051",0x0004:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054",0x001b:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043",0x0017:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042",0x0003:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058",0x000c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F",0x001c:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S",0x001d:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S",0x0009:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T",0x000a:"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF",0x0015:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b",0x0000:"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c",0x001e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S",0x000f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I",0x000e:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O",0x0002:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054",0x0001:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058",0x001a:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042",0x0016:"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e",0x001f:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S",0x000b:"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T",0x2a3f:"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t",0x2210:"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x00a9:"\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t",0xf8e9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074\u0073\u0061\u006e\u0073",0xf6d9:"\u0063\u006f\u0070\u0079\u0072\u0069\u0067\u0068\u0074s\u0065\u0072\u0069\u0066",0x300c:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0xff62:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0xfe41:"\u0063o\u0072\u006e\u0065\u0072b\u0072\u0061\u0063\u006b\u0065t\u006ce\u0066t\u0076\u0065\u0072\u0074\u0069\u0063\u0061l",0x300d:"\u0063o\u0072n\u0065\u0072\u0062\u0072\u0061c\u006b\u0065t\u0072\u0069\u0067\u0068\u0074",0xff63:"c\u006f\u0072\u006e\u0065\u0072\u0062r\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068t\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0xfe42:"\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074i\u0063\u0061\u006c",0x337f:"\u0063\u006f\u0072\u0070\u006f\u0072\u0061\u0074\u0069\u006f\u006e\u0073q\u0075\u0061\u0072\u0065",0x33c7:"\u0063\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x33c6:"\u0063\u006f\u0076\u0065\u0072\u006b\u0067\u0073\u0071\u0075\u0061\u0072\u0065",0x249e:"\u0063\u0070\u0061\u0072\u0065\u006e",0x20a2:"\u0063\u0072\u0075\u007a\u0065\u0069\u0072\u006f",0x0227:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068",0x0297:"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064",0x2acf:"\u0063\u0073\u0075\u0062",0x2ad1:"\u0063\u0073\u0075b\u0065",0x2ad0:"\u0063\u0073\u0075\u0070",0x2ad2:"\u0063\u0073\u0075p\u0065",0x221b:"\u0063\u0075\u0062\u0065\u0072\u006f\u006f\u0074",0x2a48:"\u0063u\u0070\u0062\u0061\u0072\u0063\u0061p",0x228d:"\u0063\u0075\u0070\u0064\u006f\u0074",0x228c:"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2a46:"\u0063\u0075\u0070\u006f\u0076\u0065\u0072\u0063\u0061\u0070",0x2a45:"\u0063\u0075\u0070\u0076\u0065\u0065",0x22cf:"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064",0x21ab:"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t",0x22ce:"\u0063u\u0072\u006c\u0079\u006f\u0072",0x21ac:"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074",0x00a4:"\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x293d:"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006fw\u006c\u0065f\u0074\u0070\u006c\u0075\u0073",0x293c:"c\u0075r\u0076\u0065\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u006din\u0075\u0073",0x2941:"\u0063\u0077\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",0x21bb:"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",0x2938:"\u0063w\u0072i\u0067\u0068\u0074\u0061\u0072\u0063\u0061\u0072\u0072\u006f\u0077",0x293e:"\u0063\u0077\u0075\u006e\u0064\u0065\u0072\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0xf6d1:"\u0063\u0079\u0072\u0042\u0072\u0065\u0076\u0065",0xf6d2:"\u0063y\u0072\u0046\u006c\u0065\u0078",0xf6d4:"\u0063\u0079\u0072\u0062\u0072\u0065\u0076\u0065",0xf6d5:"\u0063y\u0072\u0066\u006c\u0065\u0078",0x0064:"\u0064",0x0564:"\u0064\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09a6:"\u0064a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0926:"\u0064\u0061\u0064\u0065\u0076\u0061",0xfebe:"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebf:"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfebd:"d\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec0:"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x05bc:"\u0064\u0061\u0067\u0065\u0073\u0068",0x2020:"\u0064\u0061\u0067\u0067\u0065\u0072",0x2021:"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l",0x0aa6:"\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a26:"\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3060:"\u0064\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c0:"\u0064\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xfb33:"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068",0x2138:"\u0064\u0061\u006c\u0065\u0074\u0068",0x05d3:"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",0xfeaa:"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea9:"d\u0061\u006c\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x064f:"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe78:"\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe821:"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077",0xfe79:"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0xe835:"\u0064\u0061\u006dm\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe72:"\u0064\u0061m\u006d\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe824:"d\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe836:"\u0064a\u006dm\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x0964:"\u0064\u0061\u006ed\u0061",0x2621:"\u0064\u0061\u006e\u0067\u0065\u0072",0x05a7:"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2ae3:"\u0064\u0061\u0073h\u0056",0x27db:"\u0064a\u0073\u0068\u0056\u0064\u0061\u0073h",0x2239:"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn",0x296b:"\u0064\u0061\u0073\u0068le\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",0x296d:"d\u0061s\u0068\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x0485:"\u0064a\u0073\u0069\u0061\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x290f:"\u0064b\u006b\u0061\u0072\u006f\u0077",0xf6d3:"\u0064\u0062\u006c\u0047\u0072\u0061\u0076\u0065",0x300a:"\u0064\u0062\u006c\u0061ng\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe3d:"d\u0062\u006c\u0061\u006e\u0067\u006ce\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0076\u0065r\u0074i\u0063\u0061\u006c",0x300b:"d\u0062l\u0061\u006e\u0067\u006c\u0065\u0062\u0072\u0061c\u006b\u0065\u0074\u0072ig\u0068\u0074",0xfe3e:"\u0064\u0062\u006c\u0061n\u0067\u006c\u0065\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069g\u0068\u0074\u0076\u0065\u0072\u0074\u0069c\u0061\u006c",0x032b:"\u0064\u0062\u006car\u0063\u0068\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x21ca:"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e",0x058a:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u0064\u006f\u0077\u006e",0x219e:"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074",0x21a0:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074",0x0588:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068e\u0061\u0064\u0075\u0070",0x21c8:"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070",0x27e6:"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074",0x27e7:"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x0965:"\u0064\u0062\u006c\u0064\u0061\u006e\u0064\u0061",0xf6d6:"\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065",0x030f:"d\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x222c:"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x0333:"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0x033f:"\u0064\u0062\u006c\u006f\u0076\u0065\u0072\u006c\u0069n\u0065\u0063\u006d\u0062",0x02ba:"d\u0062\u006c\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2016:"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072",0x030e:"\u0064\u0062\u006cve\u0072\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062",0x3109:"\u0064b\u006f\u0070\u006f\u006d\u006f\u0066o",0x33c8:"\u0064\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x010f:"\u0064\u0063\u0061\u0072\u006f\u006e",0xf811:"\u0064c\u0061\u0072\u006f\u006e\u0031",0x1e11:"\u0064\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d3:"\u0064c\u0069\u0072\u0063\u006c\u0065",0x1e13:"\u0064\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x09a1:"\u0064\u0064\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0921:"\u0064d\u0061\u0064\u0065\u0076\u0061",0x0aa1:"d\u0064\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a21:"d\u0064\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb89:"\u0064d\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x20dc:"\u0064\u0064\u0064\u0064\u006f\u0074",0x095c:"\u0064d\u0064\u0068\u0061\u0064\u0065\u0076a",0x20db:"\u0064\u0064\u0064o\u0074",0x09a2:"d\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0922:"\u0064\u0064\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa2:"\u0064\u0064\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a22:"\u0064\u0064\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x1e0b:"\u0064\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e0d:"\u0064d\u006f\u0074\u0062\u0065\u006c\u006fw",0x22f1:"\u0064\u0064\u006ft\u0073",0x2a77:"\u0064d\u006f\u0074\u0073\u0065\u0071",0x066b:"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x225c:"\u0064e\u0066\u0069\u006e\u0065\u0073",0x00b0:"\u0064\u0065\u0067\u0072\u0065\u0065",0x212a:"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e",0x05ad:"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077",0x3067:"\u0064\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x03ef:"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c",0x30c7:"\u0064\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ba:"\u0064\u0065\u006c\u0065\u0074\u0065",0x232b:"\u0064\u0065\u006c\u0065\u0074\u0065\u006c\u0065\u0066\u0074",0x2326:"d\u0065\u006c\u0065\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x03b4:"\u0064\u0065\u006ct\u0061",0x018d:"d\u0065\u006c\u0074\u0061\u0074\u0075\u0072\u006e\u0065\u0064",0x09f8:"d\u0065\u006e\u006f\u006d\u0069\u006ea\u0074\u006f\u0072\u006d\u0069\u006eu\u0073\u006f\u006e\u0065\u006e\u0075\u006de\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061l\u0069",0x02a4:"\u0064\u0065\u007a\u0068",0x09a7:"\u0064\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0927:"\u0064h\u0061\u0064\u0065\u0076\u0061",0x0aa7:"d\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a27:"d\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0257:"\u0064\u0068\u006fo\u006b",0x0088:"\u0064i\u0061\u0065\u0072\u0065\u0073\u0069s",0x0344:"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061\u0074\u006f\u006eo\u0073\u0063\u006d\u0062",0x2300:"\u0064\u0069\u0061\u006d\u0065\u0074\u0065\u0072",0x2666:"\u0064i\u0061\u006d\u006f\u006e\u0064",0x2b19:"\u0064i\u0061m\u006f\u006e\u0064\u0062\u006f\u0074\u0062\u006c\u0061\u0063\u006b",0x27d0:"d\u0069\u0061\u006d\u006f\u006e\u0064\u0063\u0064\u006f\u0074",0x291d:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x291f:"\u0064\u0069\u0061\u006don\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2b16:"\u0064\u0069a\u006d\u006f\u006ed\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x22c4:"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068",0x2b17:"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0069\u0067\u0068\u0074b\u006c\u0061\u0063\u006b",0x2662:"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065",0x2b18:"\u0064i\u0061m\u006f\u006e\u0064\u0074\u006f\u0070\u0062\u006c\u0061\u0063\u006b",0x2680:"\u0064\u0069\u0063e\u0069",0x2681:"\u0064\u0069\u0063\u0065\u0069\u0069",0x2682:"\u0064i\u0063\u0065\u0069\u0069\u0069",0x2683:"\u0064\u0069\u0063\u0065\u0069\u0076",0x2684:"\u0064\u0069\u0063e\u0076",0x2685:"\u0064\u0069\u0063\u0065\u0076\u0069",0x00a8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0xf005:"\u0064i\u0065\u0072\u0065\u0073\u0069\u00731",0xf6d7:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0061\u0063\u0075\u0074\u0065",0x0324:"\u0064\u0069e\u0072\u0065\u0073i\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0308:"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062",0xf6d8:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0067\u0072\u0061\u0076\u0065",0x0385:"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073",0x224f:"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065",0x3062:"\u0064\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c2:"\u0064\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x22f2:"\u0064\u0069\u0073i\u006e",0x2a08:"\u0064i\u0073\u006a\u0071\u0075\u0061\u006et",0x3003:"\u0064i\u0074\u0074\u006f\u006d\u0061\u0072k",0x00f7:"\u0064\u0069\u0076\u0069\u0064\u0065",0x22c7:"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2223:"\u0064i\u0076\u0069\u0064\u0065\u0073",0x2215:"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",0x0452:"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2593:"\u0064k\u0073\u0068\u0061\u0064\u0065",0xf823:"\u0064\u006b\u0073\u0068\u0061\u0064\u0065\u0031",0x1e0f:"\u0064\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3397:"\u0064\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x0111:"\u0064m\u0061\u0063\u0072\u006f\u006e",0xff44:"\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2584:"\u0064n\u0062\u006c\u006f\u0063\u006b",0x2581:"\u0064\u006e\u0065i\u0067\u0068\u0074\u0062\u006c\u006f\u0063\u006b",0x2585:"\u0064\u006e\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x2582:"\u0064\u006e\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2587:"\u0064n\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2583:"\u0064n\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x2586:"\u0064\u006e\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x0e0e:"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069",0x0e14:"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i",0x3069:"\u0064\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c9:"\u0064\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0024:"\u0064\u006f\u006c\u006c\u0061\u0072",0xf6e3:"\u0064\u006f\u006c\u006c\u0061\u0072\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff04:"\u0064o\u006cl\u0061\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf724:"\u0064\u006f\u006c\u006c\u0061\u0072\u006f\u006c\u0064s\u0074\u0079\u006c\u0065",0xfe69:"d\u006f\u006c\u006c\u0061\u0072\u0073\u006d\u0061\u006c\u006c",0xf6e4:"\u0064\u006f\u006c\u006c\u0061\u0072\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x20ab:"\u0064\u006f\u006e\u0067",0x3326:"\u0064\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x02d9:"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et",0x0307:"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062",0x0323:"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062",0xf820:"\u0064\u006f\u0074\u0063\u0069\u0072\u0063\u006c\u0065\u0031",0x2a67:"\u0064\u006f\u0074\u0065\u0071\u0075\u0069\u0076",0x30fb:"d\u006f\u0074\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0131:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069",0xf6be:"\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u006a",0x0284:"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b",0x22c5:"\u0064o\u0074\u006d\u0061\u0074\u0068",0x2238:"\u0064\u006f\u0074\u006d\u0069\u006e\u0075\u0073",0x2214:"\u0064o\u0074\u0070\u006c\u0075\u0073",0x2a6a:"\u0064\u006f\u0074\u0073\u0069\u006d",0x223a:"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073",0x25cc:"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1a:"\u0064\u006f\u0074t\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x2a30:"\u0064\u006f\u0074\u0074\u0069\u006d\u0065\u0073",0x2a62:"\u0064\u006f\u0075b\u006c\u0065\u0062\u0061\u0072\u0076\u0065\u0065",0x29fa:"\u0064\u006f\u0075\u0062\u006c\u0065\u0070\u006c\u0075\u0073",0x2913:"\u0064\u006f\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",0x2908:"\u0064o\u0077n\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x297f:"\u0064\u006f\u0077n\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2959:"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006fo\u006e\u006ce\u0066\u0074\u0062\u0061\u0072",0x2955:"\u0064\u006f\u0077\u006eha\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0061\u0072",0x2965:"d\u006f\u0077\u006e\u0068ar\u0070o\u006f\u006e\u0073\u006c\u0065f\u0074\u0072\u0069\u0067\u0068\u0074",0x2935:"d\u006fw\u006e\u0072\u0069\u0067\u0068\u0074\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x29f9:"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e",0x031e:"\u0064\u006fw\u006e\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02d5:"d\u006f\u0077\u006e\u0074\u0061\u0063\u006b\u006d\u006f\u0064",0x29e8:"d\u006f\u0077\u006e\u0074ri\u0061n\u0067\u006c\u0065\u006c\u0065f\u0074\u0062\u006c\u0061\u0063\u006b",0x29e9:"\u0064\u006f\u0077\u006etr\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u006c\u0061c\u006b",0x21f5:"\u0064\u006f\u0077n\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",0x296f:"\u0064\u006f\u0077nu\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21af:"\u0064o\u0077n\u007a\u0069\u0067\u007a\u0061\u0067\u0061\u0072\u0072\u006f\u0077",0x249f:"\u0064\u0070\u0061\u0072\u0065\u006e",0x2910:"\u0064\u0072\u0062\u006b\u0061\u0072\u006f\u0077",0x29f6:"\u0064\u0073\u006f\u006c",0x2a64:"\u0064\u0073\u0075\u0062",0xf6eb:"\u0064s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0256:"\u0064\u0074\u0061i\u006c",0x018c:"\u0064t\u006f\u0070\u0062\u0061\u0072",0x29df:"\u0064u\u0061\u006c\u006d\u0061\u0070",0x3065:"\u0064\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c5:"\u0064\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0234:"\u0064\u0079\u006fg\u0068",0x01f3:"\u0064\u007a",0x02a3:"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065",0x01c6:"\u0064z\u0063\u0061\u0072\u006f\u006e",0x02a5:"\u0064\u007a\u0063\u0075\u0072\u006c",0x04e1:"d\u007ae\u0061\u0062\u006b\u0068\u0061\u0073\u0069\u0061n\u0063\u0079\u0072\u0069ll\u0069\u0063",0x045f:"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0065:"\u0065",0x00e9:"\u0065\u0061\u0063\u0075\u0074\u0065",0x2641:"\u0065\u0061\u0072t\u0068",0x098f:"\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311c:"\u0065b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0115:"\u0065\u0062\u0072\u0065\u0076\u0065",0x090d:"e\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a8d:"\u0065c\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0945:"e\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac5:"\u0065c\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x011b:"\u0065\u0063\u0061\u0072\u006f\u006e",0x1e1d:"\u0065\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0062\u0072\u0065\u0076\u0065",0x0565:"e\u0063\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0587:"\u0065c\u0068y\u0069\u0077\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24d4:"\u0065c\u0069\u0072\u0063\u006c\u0065",0x00ea:"e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ebf:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1e19:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1ec7:"\u0065\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ec1:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ec3:"e\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ec5:"\u0065\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x0454:"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c",0x0205:"\u0065d\u0062\u006c\u0067\u0072\u0061\u0076e",0x090f:"\u0065\u0064\u0065v\u0061",0x00eb:"\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s",0x0117:"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1eb9:"\u0065d\u006f\u0074\u0062\u0065\u006c\u006fw",0x0a0f:"\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a47:"\u0065e\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x00e8:"\u0065\u0067\u0072\u0061\u0076\u0065",0x2a98:"\u0065\u0067\u0073\u0064\u006f\u0074",0x0a8f:"\u0065g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0567:"\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x311d:"\u0065\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x3048:"\u0065h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ebb:"\u0065\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x311f:"\u0065\u0069\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0038:"\u0065\u0069\u0067h\u0074",0x09ee:"\u0065\u0069\u0067h\u0074\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096e:"\u0065i\u0067\u0068\u0074\u0064\u0065\u0076a",0x2471:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2485:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2499:"\u0065\u0069\u0067\u0068\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0aee:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6e:"\u0065\u0069\u0067\u0068\u0074\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0668:"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x3028:"\u0065\u0069\u0067\u0068\u0074\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x266b:"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064",0x3227:"e\u0069\u0067\u0068\u0074id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2088:"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff18:"\u0065\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf738:"\u0065\u0069\u0067\u0068\u0074\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247b:"\u0065\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e",0x248f:"e\u0069\u0067\u0068\u0074\u0070\u0065\u0072\u0069\u006f\u0064",0x06f8:"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2177:"\u0065\u0069\u0067\u0068\u0074\u0072\u006f\u006d\u0061\u006e",0x2078:"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e58:"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i",0x0207:"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x0465:"\u0065\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30a8:"\u0065k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff74:"\u0065k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0a74:"\u0065k\u006fn\u006b\u0061\u0072\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3154:"\u0065k\u006f\u0072\u0065\u0061\u006e",0x043b:"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2208:"\u0065l\u0065\u006d\u0065\u006e\u0074",0x246a:"\u0065\u006c\u0065v\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x247e:"e\u006c\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2492:"\u0065\u006c\u0065v\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x217a:"e\u006c\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x23e7:"\u0065\u006c\u0069\u006e\u0074\u0065\u0072\u0073",0x2026:"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",0x22ee:"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x2a97:"\u0065\u006c\u0073\u0064\u006f\u0074",0x0113:"\u0065m\u0061\u0063\u0072\u006f\u006e",0x1e17:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e15:"\u0065\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x043c:"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2014:"\u0065\u006d\u0064\u0061\u0073\u0068",0xfe31:"\u0065\u006d\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0xff45:"\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x055b:"e\u006dp\u0068\u0061\u0073\u0069\u0073\u006d\u0061\u0072k\u0061\u0072\u006d\u0065ni\u0061\u006e",0x2205:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x29b3:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072",0x29b4:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0061\u0072\u0072\u006c",0x29b1:"\u0065\u006d\u0070t\u0079\u0073\u0065\u0074\u006f\u0062\u0061\u0072",0x29b2:"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074\u006f\u0063\u0069\u0072\u0063",0xd801:"\u0065m\u0070\u0074\u0079\u0073\u006c\u006ft",0x2001:"\u0065\u006d\u0071\u0075\u0061\u0064",0x2003:"\u0065m\u0073\u0070\u0061\u0063\u0065",0x3123:"\u0065\u006e\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x20df:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064\u0069a\u006d\u006f\u006e\u0064",0x20de:"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0073\u0071\u0075\u0061\u0072\u0065",0x20e4:"\u0065n\u0063l\u006f\u0073\u0065\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2013:"\u0065\u006e\u0064\u0061\u0073\u0068",0xfe32:"\u0065\u006e\u0064\u0061\u0073\u0068\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x04a3:"\u0065\u006e\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x014b:"\u0065\u006e\u0067",0x3125:"e\u006e\u0067\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x04a5:"\u0065\u006e\u0067\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04c8:"\u0065\u006e\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2000:"\u0065\u006e\u0071\u0075\u0061\u0064",0x2002:"\u0065n\u0073\u0070\u0061\u0063\u0065",0x0119:"\u0065o\u0067\u006f\u006e\u0065\u006b",0x3153:"\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x025b:"\u0065\u006f\u0070e\u006e",0x029a:"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x025c:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x025e:"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064",0x025d:"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b",0x24a0:"\u0065\u0070\u0061\u0072\u0065\u006e",0x29e3:"\u0065\u0070\u0061\u0072\u0073\u006c",0x03b5:"\u0065p\u0073\u0069\u006c\u006f\u006e",0x03f5:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031",0x022a:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x03f6:"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076",0x03ad:"\u0065\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x2255:"\u0065q\u0063\u006f\u006c\u006f\u006e",0x225d:"\u0065\u0071\u0064e\u0066",0x2a66:"\u0065\u0071\u0064o\u0074",0x2a75:"\u0065\u0071\u0065\u0071",0x2a76:"\u0065\u0071\u0065\u0071\u0065\u0071",0x22dd:"\u0065\u0071\u0067t\u0072",0x22dc:"\u0065\u0071\u006c\u0065\u0073\u0073",0x2a9a:"\u0065\u0071\u0071\u0067\u0074\u0072",0x2a99:"\u0065q\u0071\u006c\u0065\u0073\u0073",0x2a71:"\u0065q\u0071\u0070\u006c\u0075\u0073",0x2a73:"\u0065\u0071\u0071\u0073\u0069\u006d",0x2a9c:"e\u0071\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",0x2a9b:"\u0065\u0071\u0071s\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",0x003d:"\u0065\u0071\u0075a\u006c",0x2b40:"\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0xff1d:"\u0065\u0071\u0075\u0061\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x22df:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073",0x2a96:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072",0x2a95:"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073",0x22de:"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2242:"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072",0x22d5:"\u0065\u0071\u0075\u0061\u006c\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2971:"\u0065q\u0075a\u006c\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0xfe66:"\u0065\u0071\u0075\u0061\u006c\u0073\u006d\u0061\u006c\u006c",0x208c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062",0x207c:"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a78:"\u0065q\u0075\u0069\u0076\u0044\u0044",0x2a68:"\u0065q\u0075\u0069\u0076\u0056\u0065\u0072t",0x2a69:"\u0065\u0071\u0075\u0069\u0076\u0056\u0076\u0065\u0072\u0074",0x2261:"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065",0x224d:"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063",0x29e5:"\u0065\u0071\u0076\u0070\u0061\u0072\u0073\u006c",0x3126:"\u0065\u0072\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x0440:"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0258:"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d",0x044d:"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x29f3:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0063i\u0072\u0063\u006c\u0065",0x29f1:"\u0065r\u0072b\u0061\u0072\u0062\u006c\u0061c\u006b\u0064i\u0061\u006d\u006f\u006e\u0064",0x29ef:"\u0065\u0072\u0072\u0062\u0061\u0072\u0062\u006c\u0061\u0063\u006b\u0073q\u0075\u0061\u0072\u0065",0x29f2:"\u0065\u0072\u0072b\u0061\u0072\u0063\u0069\u0072\u0063\u006c\u0065",0x29f0:"\u0065\u0072\u0072\u0062\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x29ee:"\u0065\u0072\u0072b\u0061\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x0441:"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04ab:"\u0065\u0073\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0283:"\u0065\u0073\u0068",0x0286:"\u0065s\u0068\u0063\u0075\u0072\u006c",0x090e:"\u0065\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x0946:"\u0065\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x01aa:"\u0065s\u0068r\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006c\u006f\u006f\u0070",0x0285:"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x3047:"\u0065\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a7:"\u0065\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6a:"\u0065\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x212e:"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065d",0xf6ec:"\u0065s\u0075\u0070\u0065\u0072\u0069\u006fr",0x03b7:"\u0065\u0074\u0061",0x0568:"\u0065\u0074\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03ae:"\u0065\u0074\u0061\u0074\u006f\u006e\u006f\u0073",0x00f0:"\u0065\u0074\u0068",0x1ebd:"\u0065\u0074\u0069\u006c\u0064\u0065",0x1e1b:"e\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x0591:"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077",0x01dd:"\u0065t\u0075\u0072\u006e\u0065\u0064",0x3161:"\u0065\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x20a0:"\u0065\u0075\u0072o\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",0x09c7:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0947:"\u0065\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac7:"\u0065v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0021:"\u0065\u0078\u0063\u006c\u0061\u006d",0x055c:"\u0065\u0078\u0063\u006c\u0061\u006d\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x203c:"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l",0x00a1:"\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e",0xf7a1:"\u0065x\u0063l\u0061\u006d\u0064\u006f\u0077\u006e\u0073\u006d\u0061\u006c\u006c",0xff01:"\u0065x\u0063l\u0061\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf721:"e\u0078\u0063\u006c\u0061\u006d\u0073\u006d\u0061\u006c\u006c",0x2203:"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c",0x0292:"\u0065\u007a\u0068",0x01ef:"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e",0x0293:"\u0065z\u0068\u0063\u0075\u0072\u006c",0x01b9:"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x01ba:"\u0065z\u0068\u0074\u0061\u0069\u006c",0x0066:"\u0066",0xf70c:"\u0066\u0037\u0030\u0063",0xf70e:"\u0066\u0037\u0030\u0065",0xf70a:"\u0066\u0037\u0030\u0061",0xf70d:"\u0066\u0037\u0030\u0064",0xf70f:"\u0066\u0037\u0030\u0066",0xf70b:"\u0066\u0037\u0030\u0062",0xf71c:"\u0066\u0037\u0031\u0063",0xf71d:"\u0066\u0037\u0031\u0064",0xf71a:"\u0066\u0037\u0031\u0061",0xf700:"\u0066\u0037\u0030\u0030",0xf701:"\u0066\u0037\u0030\u0031",0xf702:"\u0066\u0037\u0030\u0032",0xf703:"\u0066\u0037\u0030\u0033",0xf704:"\u0066\u0037\u0030\u0034",0xf705:"\u0066\u0037\u0030\u0035",0xf706:"\u0066\u0037\u0030\u0036",0xf707:"\u0066\u0037\u0030\u0037",0xf708:"\u0066\u0037\u0030\u0038",0xf709:"\u0066\u0037\u0030\u0039",0xf710:"\u0066\u0037\u0031\u0030",0xf711:"\u0066\u0037\u0031\u0031",0xf712:"\u0066\u0037\u0031\u0032",0xf713:"\u0066\u0037\u0031\u0033",0xf714:"\u0066\u0037\u0031\u0034",0xf715:"\u0066\u0037\u0031\u0035",0xf716:"\u0066\u0037\u0031\u0036",0xf717:"\u0066\u0037\u0031\u0037",0xf718:"\u0066\u0037\u0031\u0038",0xf719:"\u0066\u0037\u0031\u0039",0x095e:"\u0066\u0061\u0064\u0065\u0076\u0061",0x0a5e:"\u0066\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2109:"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",0x06cc:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068",0xfbfd:"\u0066\u0061\u0072\u0073\u0069\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfbfc:"\u0066\u0061r\u0073\u0069\u0079e\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe77:"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe76:"\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe820:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077",0x064e:"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",0xe832:"\u0066\u0061\u0074h\u0061\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0xfe70:"\u0066\u0061t\u0068\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe823:"f\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0xe833:"\u0066a\u0074h\u0061\u0074\u0061\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x3108:"\u0066b\u006f\u0070\u006f\u006d\u006f\u0066o",0x29d3:"\u0066b\u006f\u0077\u0074\u0069\u0065",0x24d5:"\u0066c\u0069\u0072\u0063\u006c\u0065",0x2a3e:"\u0066\u0063\u006d\u0070",0x292f:"\u0066\u0064\u0069\u0061\u0067\u006f\u0076\u006e\u0065a\u0072\u0072\u006f\u0077",0x292c:"\u0066\u0064\u0069a\u0067\u006f\u0076\u0072\u0064\u0069\u0061\u0067",0x1e1f:"\u0066\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0586:"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfed2:"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed3:"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed1:"f\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed4:"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc31:"\u0066\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc32:"\u0066e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x03e5:"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c",0x2640:"\u0066\u0065\u006d\u0061\u006c\u0065",0xfb00:"\u0066\u0066",0xfb03:"\u0066\u0066\u0069",0xfb04:"\u0066\u0066\u006c",0xfb01:"\u0066\u0069",0x246e:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2482:"\u0066\u0069\u0066t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2496:"\u0066\u0069\u0066\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x2012:"\u0066\u0069\u0067\u0075\u0072\u0065\u0064\u0061\u0073\u0068",0x2007:"f\u0069\u0067\u0075\u0072\u0065\u0073\u0070\u0061\u0063\u0065",0xfb3a:"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077",0xe803:"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068q\u0061\u006d\u0061\u0074\u0073",0xe802:"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0077\u0069\u0074\u0068s\u0068\u0065\u0076\u0061",0x05dd:"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077",0x05e3:"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x05e5:"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069",0x2a0f:"\u0066\u0069\u006e\u0074",0x02c9:"\u0066\u0069r\u0073\u0074\u0074o\u006e\u0065\u0063\u0068\u0069\u006e\u0065\u0073\u0065",0x25c9:"\u0066i\u0073\u0068\u0065\u0079\u0065",0x0035:"\u0066\u0069\u0076\u0065",0x0665:"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0x09eb:"f\u0069\u0076\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096b:"\u0066\u0069\u0076\u0065\u0064\u0065\u0076\u0061",0x215d:"f\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aeb:"\u0066\u0069\u0076e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6b:"\u0066\u0069\u0076e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3025:"\u0066\u0069\u0076e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3224:"f\u0069v\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2085:"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff15:"\u0066\u0069\u0076\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf735:"\u0066\u0069\u0076e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2478:"\u0066i\u0076\u0065\u0070\u0061\u0072\u0065n",0x248c:"\u0066\u0069\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f5:"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2174:"\u0066i\u0076\u0065\u0072\u006f\u006d\u0061n",0x215a:"\u0066i\u0076\u0065\u0073\u0069\u0078\u0074h",0x2075:"\u0066\u0069\u0076e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e55:"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069",0xfb02:"\u0066\u006c",0x230a:"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t",0x230b:"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074",0x0192:"\u0066\u006c\u006f\u0072\u0069\u006e",0x23e5:"\u0066\u006c\u0074n\u0073",0xff46:"\u0066\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3399:"\u0066\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e1f:"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i",0x0e1d:"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069",0x2aba:"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab6:"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x22e9:"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074",0x2ab0:"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c",0x227d:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079",0x227f:"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c",0x0e4f:"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069",0x22a9:"\u0066\u006f\u0072\u0063\u0065\u0073",0x22aa:"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r",0x22d4:"\u0066\u006f\u0072\u006b",0x2adc:"\u0066\u006f\u0072k\u0073",0x2add:"\u0066\u006f\u0072\u006b\u0073\u006e\u006f\u0074",0x2ad9:"\u0066\u006f\u0072k\u0076",0x0034:"\u0066\u006f\u0075\u0072",0x0664:"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x09ea:"f\u006f\u0075\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096a:"\u0066\u006f\u0075\u0072\u0064\u0065\u0076\u0061",0x2158:"\u0066\u006f\u0075\u0072\u0066\u0069\u0066\u0074\u0068\u0073",0x0aea:"\u0066\u006f\u0075r\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6a:"\u0066\u006f\u0075r\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3024:"\u0066\u006f\u0075r\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3223:"f\u006fu\u0072\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2084:"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff14:"\u0066\u006f\u0075\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f7:"f\u006fu\u0072\u006e\u0075\u006d\u0065\u0072\u0061\u0074o\u0072\u0062\u0065\u006ega\u006c\u0069",0xf734:"\u0066\u006f\u0075r\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2477:"\u0066o\u0075\u0072\u0070\u0061\u0072\u0065n",0x2005:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0065\u006ds\u0070\u0061\u0063\u0065",0x248b:"\u0066\u006f\u0075\u0072\u0070\u0065\u0072\u0069\u006f\u0064",0x06f4:"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2173:"\u0066o\u0075\u0072\u0072\u006f\u006d\u0061n",0x2074:"\u0066\u006f\u0075r\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246d:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2481:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2495:"\u0066\u006f\u0075\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e54:"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069",0x221c:"\u0066\u006f\u0075\u0072\u0074\u0068\u0072\u006f\u006f\u0074",0x02cb:"\u0066\u006f\u0075\u0072\u0074\u0068\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x2999:"\u0066o\u0075\u0072\u0076\u0064\u006f\u0074s",0x24a1:"\u0066\u0070\u0061\u0072\u0065\u006e",0x2044:"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e",0x20a3:"\u0066\u0072\u0061n\u0063",0x024b:"\u0066r\u006f\u006e\u0074\u0065\u0064",0x27d7:"\u0066\u0075\u006c\u006c\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x0067:"\u0067",0x0997:"\u0067a\u0062\u0065\u006e\u0067\u0061\u006ci",0x01f5:"\u0067\u0061\u0063\u0075\u0074\u0065",0x0917:"\u0067\u0061\u0064\u0065\u0076\u0061",0x06af:"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c",0xfb93:"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb94:"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb92:"g\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb95:"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0a97:"\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a17:"\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304c:"\u0067\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ac:"\u0067\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x03b3:"\u0067\u0061\u006dm\u0061",0x0263:"\u0067a\u006dm\u0061\u006c\u0061\u0074\u0069\u006e\u0073\u006d\u0061\u006c\u006c",0x02e0:"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03eb:"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x310d:"\u0067b\u006f\u0070\u006f\u006d\u006f\u0066o",0x011f:"\u0067\u0062\u0072\u0065\u0076\u0065",0x01e7:"\u0067\u0063\u0061\u0072\u006f\u006e",0x0123:"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d6:"\u0067c\u0069\u0072\u0063\u006c\u0065",0x011d:"g\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0121:"\u0067\u0064\u006f\u0074",0x03cf:"\u0067\u0065\u0062a\u0072",0x3052:"\u0067\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b2:"\u0067\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x224e:"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074",0x2251:"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c",0x2afa:"\u0067e\u0071\u0071\u0073\u006c\u0061\u006et",0x059c:"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077",0x05f3:"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x059d:"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077",0x00df:"\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",0x059e:"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077",0x05f4:"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa9:"\u0067\u0065\u0073c\u0063",0x2a80:"\u0067\u0065\u0073\u0064\u006f\u0074",0x2a82:"\u0067e\u0073\u0064\u006f\u0074\u006f",0x2a84:"\u0067\u0065\u0073\u0064\u006f\u0074\u006f\u006c",0x2a94:"\u0067\u0065\u0073\u006c\u0065\u0073",0x3013:"\u0067\u0065\u0074\u0061\u006d\u0061\u0072\u006b",0x22d9:"\u0067\u0067\u0067",0x2af8:"\u0067g\u0067\u006e\u0065\u0073\u0074",0x0998:"\u0067\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0572:"\u0067\u0068\u0061d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0918:"\u0067h\u0061\u0064\u0065\u0076\u0061",0x0a98:"g\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a18:"g\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x063a:"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfece:"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfecf:"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfecd:"\u0067\u0068\u0061\u0069\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed0:"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0495:"g\u0068\u0065\u006d\u0069dd\u006ce\u0068\u006f\u006f\u006b\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0493:"\u0067\u0068\u0065\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0491:"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x095a:"\u0067\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a5a:"\u0067\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0260:"\u0067\u0068\u006fo\u006b",0x3393:"\u0067h\u007a\u0073\u0071\u0075\u0061\u0072e",0x304e:"\u0067\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ae:"\u0067\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0563:"g\u0069\u006d\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2137:"\u0067\u0069\u006de\u006c",0xfb32:"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0453:"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x2a92:"\u0067\u006c\u0045",0x2aa5:"\u0067\u006c\u0061",0x29e6:"g\u006c\u0065\u0069\u0063\u0068\u0073\u0074\u0061\u0072\u006b",0x2aa4:"\u0067\u006c\u006a",0x0249:"\u0067l\u006f\u0074\u0074\u0061\u006c",0x01be:"g\u006c\u006f\u0074\u0074al\u0069n\u0076\u0065\u0072\u0074\u0065d\u0073\u0074\u0072\u006f\u006b\u0065",0x024a:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0072\u0065\u0076",0x0294:"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070",0x0231:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0062\u0061\u0072",0x0232:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0072\u0065\u0076",0x0226:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u0069\u006e\u0076",0x0296:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",0x02c0:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074o\u0070\u006d\u006f\u0064",0x0295:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x02c1:"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u006do\u0064",0x02e4:"g\u006c\u006f\u0074\u0074\u0061\u006cs\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073e\u0064\u0073\u0075p\u0065r\u0069\u006f\u0072",0x0225:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0072e\u0076\u0069\u006e\u0076",0x02a1:"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065",0x02a2:"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d",0x1e21:"\u0067m\u0061\u0063\u0072\u006f\u006e",0xff47:"\u0067\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x22e7:"\u0067\u006e\u0073i\u006d",0x3054:"\u0067\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b4:"\u0067\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24a2:"\u0067\u0070\u0061\u0072\u0065\u006e",0x33ac:"\u0067p\u0061\u0073\u0071\u0075\u0061\u0072e",0x2207:"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074",0x0060:"\u0067\u0072\u0061v\u0065",0x0316:"\u0067\u0072\u0061\u0076\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0300:"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062",0x0953:"\u0067r\u0061\u0076\u0065\u0064\u0065\u0076a",0x02b3:"\u0067\u0072\u0061\u0076\u0065\u006c\u0065\u0066\u0074\u006e\u006f\u0073\u0070",0x02ce:"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064",0xff40:"\u0067\u0072\u0061\u0076\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x0340:"\u0067\u0072\u0061v\u0065\u0074\u006f\u006e\u0065\u0063\u006d\u0062",0x003e:"\u0067r\u0065\u0061\u0074\u0065\u0072",0x2a8c:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073",0x22d7:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074",0x2265:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0x22db:"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073",0xff1e:"\u0067\u0072e\u0061\u0074\u0065r\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a8a:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",0x2a88:"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a86:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c",0x2273:"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2277:"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073",0x2269:"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c",0x2267:"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe65:"\u0067\u0072\u0065a\u0074\u0065\u0072\u0073\u006d\u0061\u006c\u006c",0x0261:"\u0067s\u0063\u0072\u0069\u0070\u0074",0x2a8e:"\u0067\u0073\u0069m\u0065",0x2a90:"\u0067\u0073\u0069m\u006c",0x01e5:"\u0067s\u0074\u0072\u006f\u006b\u0065",0x2aa7:"\u0067\u0074\u0063\u0063",0x2a7a:"\u0067\u0074\u0063i\u0072",0x29a0:"\u0067\u0074\u006c\u0070\u0061\u0072",0x2a7c:"\u0067t\u0071\u0075\u0065\u0073\u0074",0x2978:"\u0067\u0074\u0072\u0061\u0072\u0072",0x3050:"\u0067\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x00ab:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074",0x00bb:"\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074",0x2039:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074",0x203a:"\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074",0x30b0:"\u0067\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3318:"\u0067\u0075\u0072a\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x33c9:"\u0067\u0079\u0073\u0071\u0075\u0061\u0072\u0065",0x0068:"\u0068",0x04a9:"\u0068\u0061\u0061\u0062kh\u0061\u0073\u0069\u0061\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x06c1:"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063",0x09b9:"\u0068a\u0062\u0065\u006e\u0067\u0061\u006ci",0x029f:"\u0068\u0061\u0063e\u006b\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x04b3:"\u0068\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0939:"\u0068\u0061\u0064\u0065\u0076\u0061",0x0ab9:"\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a39:"\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea2:"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea3:"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x306f:"\u0068\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfea1:"h\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea4:"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcaa:"\u0068a\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x200a:"\u0068a\u0069\u0072\u0073\u0070\u0061\u0063e",0x332a:"h\u0061\u0069\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x30cf:"\u0068\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8a:"\u0068\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0a4d:"\u0068\u0061\u006c\u0061\u006e\u0074\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x0621:"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe80:"\u0068\u0061\u006d\u007a\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x3164:"\u0068\u0061\u006eg\u0075\u006c\u0066\u0069\u006c\u006c\u0065\u0072",0x044a:"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21c3:"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074",0x21c2:"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074",0x21bc:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070",0x21cc:"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x21c0:"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070",0x21cb:"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074",0x21bf:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074",0x21be:"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074",0x23af:"\u0068\u0061\u0072\u0072\u006f\u0077\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x33ca:"\u0068\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b2:"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036",0x05b3:"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038",0x05b1:"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",0x2a6f:"\u0068a\u0074\u0061\u0070\u0070\u0072\u006fx",0x0127:"\u0068\u0062\u0061\u0072",0x310f:"\u0068b\u006f\u0070\u006f\u006d\u006f\u0066o",0x1e2b:"h\u0062\u0072\u0065\u0076\u0065\u0062\u0065\u006c\u006f\u0077",0x1e29:"\u0068\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24d7:"\u0068c\u0069\u0072\u0063\u006c\u0065",0x0125:"h\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x03f7:"\u0068\u0063\u0079\u0072\u0069\u006c",0x1e27:"\u0068d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e23:"\u0068\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e25:"\u0068d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2665:"\u0068\u0065\u0061r\u0074",0x2661:"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0xfb34:"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x0647:"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfba7:"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",0xfeea:"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfba5:"\u0068e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfba4:"h\u0065\u0068\u0068\u0061\u006d\u007aa\u0061\u0062\u006f\u0076\u0065\u0069\u0073\u006f\u006ca\u0074\u0065\u0064a\u0072a\u0062\u0069\u0063",0xfba8:"\u0068\u0065\u0068\u0069ni\u0074\u0069\u0061\u006c\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xfeeb:"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3078:"\u0068\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfee9:"h\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfba9:"h\u0065\u0068\u006d\u0065di\u0061l\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xfeec:"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd8:"\u0068e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0x337b:"\u0068e\u0069s\u0065\u0069\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30d8:"\u0068\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8d:"\u0068\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3336:"\u0068e\u006bu\u0074\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x0267:"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b",0x22b9:"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078",0x3339:"\u0068\u0065\u0072u\u0074\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x2394:"\u0068e\u0078\u0061\u0067\u006f\u006e",0x2b23:"\u0068\u0065\u0078a\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x0266:"\u0068\u0068\u006fo\u006b",0x023a:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x02b1:"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x327b:"\u0068i\u0065u\u0068\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x321b:"\u0068\u0069\u0065\u0075\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x326d:"\u0068\u0069\u0065\u0075\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x314e:"h\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320d:"\u0068\u0069e\u0075\u0068\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x0674:"\u0068i\u0067\u0068\u0068\u0061\u006d\u007aa",0x3072:"\u0068\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d2:"\u0068\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8b:"\u0068\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b4:"\u0068i\u0072\u0069\u0071\u0031\u0034",0x2924:"\u0068k\u006e\u0065\u0061\u0072\u0072\u006fw",0x2923:"\u0068k\u006e\u0077\u0061\u0072\u0072\u006fw",0x2925:"\u0068\u006b\u0073\u0065\u0061\u0072\u006f\u0077",0x2926:"\u0068\u006b\u0073\u0077\u0061\u0072\u006f\u0077",0x1e96:"\u0068\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff48:"\u0068\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0570:"\u0068\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0e2b:"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i",0x307b:"\u0068\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30db:"\u0068\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8e:"\u0068\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05b9:"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",0x0e2e:"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069",0x0309:"\u0068o\u006f\u006b\u0063\u006d\u0062",0x0321:"\u0068\u006f\u006fkp\u0061\u006c\u0061\u0074\u0061\u006c\u0069\u007a\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0322:"h\u006f\u006f\u006b\u0072et\u0072o\u0066\u006c\u0065\u0078\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x3342:"\u0068\u006f\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x03e9:"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x2015:"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072",0x05a2:"\u0068\u006f\u0072\u0069\u007a\u0074\u0061\u0062",0x031b:"\u0068o\u0072\u006e\u0063\u006d\u0062",0x2668:"\u0068\u006f\u0074\u0073\u0070\u0072\u0069\u006e\u0067\u0073",0x29d6:"\u0068o\u0075\u0072\u0067\u006c\u0061\u0073s",0x2302:"\u0068\u006f\u0075s\u0065",0x24a3:"\u0068\u0070\u0061\u0072\u0065\u006e",0x25ad:"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x0239:"\u0068\u0073\u0075\u0070\u0065\u0072",0x02b0:"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0265:"\u0068t\u0075\u0072\u006e\u0065\u0064",0x3075:"\u0068\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3333:"\u0068\u0075\u0069i\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x30d5:"\u0068\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8c:"\u0068\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02dd:"\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0xf009:"\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0031",0x030b:"\u0068u\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074\u0063\u006d\u0062",0x0195:"\u0068\u0076",0x002d:"\u0068\u0079\u0070\u0068\u0065\u006e",0x2043:"\u0068\u0079\u0070h\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",0x2027:"\u0068y\u0070\u0068\u0065\u006e\u0064\u006ft",0xf6e5:"\u0068\u0079\u0070\u0068\u0065\u006e\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0d:"\u0068y\u0070h\u0065\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe63:"h\u0079\u0070\u0068\u0065\u006e\u0073\u006d\u0061\u006c\u006c",0xf6e6:"\u0068\u0079\u0070\u0068\u0065\u006e\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x2010:"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o",0x3030:"\u0068z\u0069\u0067\u007a\u0061\u0067",0x0069:"\u0069",0x00ed:"\u0069\u0061\u0063\u0075\u0074\u0065",0x01f8:"\u0069\u0062\u0061\u0072",0x0987:"\u0069\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3127:"\u0069b\u006f\u0070\u006f\u006d\u006f\u0066o",0x012d:"\u0069\u0062\u0072\u0065\u0076\u0065",0x01d0:"\u0069\u0063\u0061\u0072\u006f\u006e",0x24d8:"\u0069c\u0069\u0072\u0063\u006c\u0065",0x00ee:"i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0209:"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e",0x328f:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0065\u0061r\u0074\u0068\u0063\u0069rc\u006c\u0065",0x328b:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0066\u0069\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x323f:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0061\u006cl\u0069\u0061\u006e\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x323a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u0061\u006c\u006c\u0070ar\u0065\u006e",0x32a5:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u0065\u006e\u0074\u0072\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3006:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006c\u006f\u0073\u0065",0x3001:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0063\u006f\u006d\u006d\u0061",0xff64:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063c\u006f\u006d\u006d\u0061le\u0066\u0074",0x3237:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069c\u0063\u006f\u006e\u0067\u0072\u0061\u0074u\u006c\u0061\u0074\u0069\u006f\u006e\u0070\u0061\u0072\u0065\u006e",0x32a3:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0063\u006fr\u0072\u0065\u0063\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x322f:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0065\u0061\u0072t\u0068\u0070\u0061\u0072\u0065\u006e",0x323d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u006e\u0074\u0065\u0072\u0070\u0072\u0069\u0073\u0065\u0070a\u0072\u0065\u006e",0x329d:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063e\u0078\u0063\u0065\u006c\u006c\u0065\u006e\u0074\u0063\u0069r\u0063\u006c\u0065",0x3240:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0066\u0065s\u0074\u0069\u0076\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3296:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u006e\u0061\u006e\u0063\u0069\u0061\u006c\u0063\u0069r\u0063\u006c\u0065",0x3236:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0066i\u006ea\u006ec\u0069\u0061\u006c\u0070\u0061\u0072\u0065n",0x322b:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063f\u0069\u0072\u0065\u0070ar\u0065\u006e",0x3232:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063h\u0061\u0076\u0065\u0070ar\u0065\u006e",0x32a4:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0068\u0069\u0067h\u0063\u0069\u0072\u0063\u006c\u0065",0x3005:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0069\u0074e\u0072\u0061\u0074\u0069\u006f\u006e\u006d\u0061\u0072\u006b",0x3298:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u006c\u0061\u0062\u006f\u0072\u0063\u0069\u0072\u0063l\u0065",0x3238:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0061\u0062o\u0072\u0070\u0061\u0072\u0065\u006e",0x32a7:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006c\u0065\u0066t\u0063\u0069\u0072\u0063\u006c\u0065",0x32a6:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063l\u006f\u0077\u0063\u0069rc\u006c\u0065",0x32a9:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u006de\u0064i\u0063i\u006e\u0065\u0063\u0069\u0072\u0063\u006ce",0x322e:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u006d\u0065\u0074a\u006c\u0070\u0061\u0072\u0065\u006e",0x322a:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063m\u006f\u006f\u006e\u0070ar\u0065\u006e",0x3234:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063n\u0061\u006d\u0065\u0070ar\u0065\u006e",0x3002:"\u0069\u0064\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070e\u0072\u0069\u006f\u0064",0x329e:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0070\u0072\u0069\u006e\u0074\u0063\u0069\u0072\u0063l\u0065",0x3243:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0072\u0065\u0061c\u0068\u0070\u0061\u0072\u0065\u006e",0x3239:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0072e\u0070r\u0065s\u0065\u006e\u0074\u0070\u0061\u0072\u0065n",0x323e:"\u0069d\u0065\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0072\u0065s\u006f\u0075\u0072\u0063\u0065\u0070\u0061\u0072\u0065\u006e",0x32a8:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0072\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063l\u0065",0x3299:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0065\u0063\u0072\u0065\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x3242:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063s\u0065\u006c\u0066\u0070ar\u0065\u006e",0x3233:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u006f\u0063\u0069\u0065\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x3000:"\u0069\u0064e\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073\u0070\u0061\u0063\u0065",0x3235:"\u0069\u0064\u0065og\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0070\u0065\u0063\u0069\u0061\u006c\u0070\u0061\u0072\u0065\u006e",0x3231:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u006fc\u006b\u0070\u0061\u0072\u0065\u006e",0x323b:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0073\u0074\u0075d\u0079\u0070\u0061\u0072\u0065\u006e",0x3230:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0069\u0063\u0073\u0075\u006e\u0070\u0061\u0072\u0065\u006e",0x323c:"\u0069d\u0065\u006f\u0067\u0072a\u0070\u0068\u0069\u0063\u0073u\u0070e\u0072v\u0069\u0073\u0065\u0070\u0061\u0072\u0065n",0x322c:"i\u0064\u0065\u006f\u0067ra\u0070h\u0069\u0063\u0077\u0061\u0074e\u0072\u0070\u0061\u0072\u0065\u006e",0x322d:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063w\u006f\u006f\u0064\u0070ar\u0065\u006e",0x3007:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u007a\u0065\u0072\u006f",0x328e:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u006d\u0065t\u0061\u006c\u0063\u0069rc\u006c\u0065",0x328a:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006d\u006f\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x3294:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u006e\u0061\u006d\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x3290:"\u0069d\u0065o\u0067\u0072\u0061\u0070\u0068s\u0075\u006ec\u0069\u0072\u0063\u006c\u0065",0x328c:"i\u0064e\u006f\u0067\u0072\u0061\u0070\u0068\u0077\u0061t\u0065\u0072\u0063\u0069rc\u006c\u0065",0x328d:"\u0069\u0064\u0065\u006fgr\u0061\u0070\u0068\u0077\u006f\u006f\u0064\u0063\u0069\u0072\u0063\u006c\u0065",0x0907:"\u0069\u0064\u0065v\u0061",0x00ef:"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e2f:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x04e5:"\u0069\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x1ecb:"\u0069d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04d7:"\u0069e\u0062r\u0065\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0435:"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x03f9:"\u0069\u0065\u0068\u006f\u006f\u006b",0x03fb:"\u0069\u0065\u0068o\u006f\u006b\u006f\u0067\u006f\u006e\u0065\u006b",0x3275:"\u0069e\u0075n\u0067\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3215:"\u0069\u0065\u0075\u006e\u0067\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3267:"\u0069\u0065\u0075\u006e\u0067\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3147:"i\u0065\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3207:"\u0069\u0065u\u006e\u0067\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x00ec:"\u0069\u0067\u0072\u0061\u0076\u0065",0x0a87:"\u0069g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a07:"\u0069g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3044:"\u0069h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ec9:"\u0069\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0988:"\u0069i\u0062\u0065\u006e\u0067\u0061\u006ci",0x0438:"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0908:"\u0069\u0069\u0064\u0065\u0076\u0061",0x0a88:"\u0069\u0069\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a08:"\u0069\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x2a0c:"\u0069\u0069\u0069\u0069\u006e\u0074",0x222d:"\u0069\u0069\u0069n\u0074",0x0a40:"\u0069i\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x29dc:"\u0069\u0069\u006e\u0066\u0069\u006e",0x020b:"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x09c0:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0940:"\u0069i\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac0:"\u0069\u0069\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0133:"\u0069\u006a",0x30a4:"\u0069k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff72:"\u0069k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3163:"\u0069k\u006f\u0072\u0065\u0061\u006e",0x05ac:"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077",0x012b:"\u0069m\u0061\u0063\u0072\u006f\u006e",0x04e3:"\u0069m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x22b7:"\u0069m\u0061\u0067\u0065\u006f\u0066",0x2253:"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l",0x1d6a4:"\u0069\u006d\u0061t\u0068",0x0a3f:"\u0069\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0xff49:"\u0069\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x221e:"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079",0x056b:"i\u006e\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2a0e:"\u0069\u006e\u0074\u0042\u0061\u0072",0x2a0d:"\u0069\u006e\u0074\u0062\u0061\u0072",0x2a19:"\u0069\u006e\u0074\u0063\u0061\u0070",0x2231:"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x2a1a:"\u0069\u006e\u0074\u0063\u0075\u0070",0x2216:"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065",0x222b:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",0x2321:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074",0xf8f5:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0065\u0078",0x2320:"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070",0x22ba:"\u0069\u006e\u0074\u0065\u0072\u0063\u0061\u006c",0x2af4:"\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0061\u0076\u0065",0x203d:"i\u006e\u0074\u0065\u0072\u0072\u006f\u0062\u0061\u006e\u0067",0x2e18:"\u0069n\u0074e\u0072\u0072\u006f\u0062\u0061\u006e\u0067\u0064\u006f\u0077\u006e",0x2229:"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",0x22d2:"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c",0x22c2:"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",0x2293:"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071",0x23ae:"i\u006e\u0074\u0065\u0078\u0074\u0065\u006e\u0064\u0065\u0072",0x3305:"\u0069\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x2a17:"\u0069\u006e\u0074\u006c\u0061\u0072\u0068\u006b",0x2a3c:"\u0069n\u0074\u0070\u0072\u006f\u0064",0x2a3d:"\u0069\u006e\u0074\u0070\u0072\u006f\u0064\u0072",0x2a18:"\u0069\u006e\u0074\u0078",0x25d8:"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t",0x25d9:"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce",0x223e:"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073",0x25db:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x25da:"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065",0x012f:"\u0069o\u0067\u006f\u006e\u0065\u006b",0x03b9:"\u0069\u006f\u0074\u0061",0x01f9:"\u0069\u006f\u0074a\u0031",0x03ca:"\u0069\u006f\u0074a\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0390:"\u0069\u006f\u0074\u0061\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",0x0269:"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n",0x03af:"\u0069o\u0074\u0061\u0074\u006f\u006e\u006fs",0x24a4:"\u0069\u0070\u0061\u0072\u0065\u006e",0x0a72:"i\u0072\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x22f9:"\u0069\u0073\u0069n\u0045",0x22f5:"\u0069s\u0069\u006e\u0064\u006f\u0074",0x22f7:"\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f4:"\u0069\u0073\u0069n\u0073",0x22f8:"\u0069\u0073\u0069\u006e\u0076\u0062",0x3043:"\u0069\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a3:"\u0069\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff68:"\u0069\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09fa:"\u0069\u0073\u0073\u0068\u0061\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0268:"\u0069s\u0074\u0072\u006f\u006b\u0065",0xf6ed:"\u0069s\u0075\u0070\u0065\u0072\u0069\u006fr",0x309d:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30fd:"\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0x0129:"\u0069\u0074\u0069\u006c\u0064\u0065",0x1e2d:"i\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x3129:"\u0069\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x09bf:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x093f:"\u0069\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0abf:"\u0069v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0477:"\u0069\u007a\u0068it\u0073\u0061\u0064\u0062\u006c\u0067\u0072\u0061\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x006a:"\u006a",0x0571:"\u006a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x099c:"\u006aa\u0062\u0065\u006e\u0067\u0061\u006ci",0x091c:"\u006a\u0061\u0064\u0065\u0076\u0061",0x0a9c:"\u006a\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1c:"\u006a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3110:"\u006ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x01f0:"\u006a\u0063\u0061\u0072\u006f\u006e",0x24d9:"\u006ac\u0069\u0072\u0063\u006c\u0065",0x0135:"j\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x029d:"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c",0x022d:"\u006a\u0063\u0072\u006f\u0073\u0073\u0074\u0061\u0069\u006c",0x025f:"\u006a\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0073t\u0072\u006f\u006b\u0065",0x062c:"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9e:"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9f:"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe9d:"\u006a\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea0:"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca8:"\u006a\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8b:"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb8a:"j\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x099d:"\u006a\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091d:"\u006ah\u0061\u0064\u0065\u0076\u0061",0x0a9d:"j\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1d:"j\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x057b:"\u006a\u0068\u0065h\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x3004:"\u006a\u0069\u0073",0x1d6a5:"\u006a\u006d\u0061t\u0068",0xff4a:"\u006a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24a5:"\u006a\u0070\u0061\u0072\u0065\u006e",0x023b:"\u006a\u0073\u0075\u0070\u0065\u0072",0x02b2:"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr",0x006b:"\u006b",0x04a1:"\u006b\u0061\u0062\u0061\u0073\u0068\u006b\u0069\u0072\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0995:"\u006ba\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e31:"\u006b\u0061\u0063\u0075\u0074\u0065",0x043a:"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x049b:"\u006b\u0061\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0915:"\u006b\u0061\u0064\u0065\u0076\u0061",0x05db:"\u006b\u0061\u0066",0xfb3b:"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h",0xfeda:"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfedb:"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed9:"k\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfedc:"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb4d:"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0a95:"\u006b\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a15:"\u006b\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x304b:"\u006b\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0400:"\u006b\u0061\u0068\u006f\u006f\u006b",0x04c4:"\u006b\u0061\u0068\u006f\u006f\u006b\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x30ab:"\u006b\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff76:"\u006b\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03ba:"\u006b\u0061\u0070p\u0061",0x03f0:"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",0x3171:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u006d\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3184:"k\u0061\u0070\u0079\u0065ou\u006ep\u0068\u0069\u0065\u0075\u0070h\u006b\u006f\u0072\u0065\u0061\u006e",0x3178:"\u006b\u0061\u0070\u0079eo\u0075\u006e\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3179:"\u006ba\u0070\u0079\u0065\u006f\u0075\u006e\u0073\u0073\u0061\u006e\u0067p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x330d:"\u006b\u0061\u0072\u006f\u0072\u0069\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x03d7:"\u006ba\u0072\u0074\u0064\u0065\u0073",0x0640:"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063",0x30f5:"\u006ba\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3384:"\u006b\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0xfe7a:"\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe826:"\u006b\u0061\u0073\u0072\u0061\u006c\u006f\u0077",0xfe7b:"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c",0x064d:"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",0xfe74:"\u006b\u0061s\u0072\u0061\u0074a\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe827:"k\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u006c\u006f\u0077",0x049f:"\u006b\u0061s\u0074\u0072\u006fk\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xff70:"\u006b\u0061\u0074\u0061h\u0069\u0072\u0061\u0070\u0072\u006f\u006c\u006f\u006e\u0067m\u0061r\u006b\u0068\u0061\u006c\u0066\u0077\u0069d\u0074\u0068",0x049d:"\u006ba\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0073\u0074\u0072o\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x310e:"\u006bb\u006f\u0070\u006f\u006d\u006f\u0066o",0x3389:"\u006b\u0063\u0061\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x01e9:"\u006b\u0063\u0061\u0072\u006f\u006e",0x24da:"\u006bc\u0069\u0072\u0063\u006c\u0065",0x0137:"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x1e33:"\u006bd\u006f\u0074\u0062\u0065\u006c\u006fw",0x0584:"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x06a9:"\u006b\u0065\u0068e\u0068",0xfb8f:"\u006b\u0065\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfb90:"\u006b\u0065\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfb8e:"\u006b\u0065\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb91:"k\u0065\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",0x3051:"\u006b\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b1:"\u006b\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff79:"\u006b\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x056f:"k\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x223b:"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e",0x30f6:"\u006be\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0138:"\u006b\u0067\u0072e\u0065\u006e\u006c\u0061\u006e\u0064\u0069\u0063",0x0996:"\u006b\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0916:"\u006bh\u0061\u0064\u0065\u0076\u0061",0x0a96:"k\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a16:"k\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfea6:"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfea7:"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfea5:"\u006b\u0068\u0061h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfea8:"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcac:"\u006b\u0068\u0061\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x03e7:"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x0959:"\u006b\u0068\u0068\u0061\u0064\u0065\u0076\u0061",0x0a59:"\u006b\u0068\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3278:"k\u0068i\u0065\u0075\u006b\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3218:"\u006b\u0068\u0069\u0065uk\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326a:"\u006b\u0068\u0069\u0065uk\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314b:"\u006b\u0068\u0069\u0065\u0075\u006b\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320a:"\u006bh\u0069e\u0075\u006b\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0e02:"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069",0x0e05:"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069",0x0e03:"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069",0x0e04:"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069",0x0e5b:"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069",0x0199:"\u006b\u0068\u006fo\u006b",0x0e06:"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069",0x3391:"\u006bh\u007a\u0073\u0071\u0075\u0061\u0072e",0x304d:"\u006b\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ad:"\u006b\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff77:"\u006b\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3315:"\u006b\u0069r\u006f\u0067\u0075r\u0061\u006d\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3316:"\u006b\u0069\u0072\u006f\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073q\u0075\u0061\u0072\u0065",0x3314:"\u006b\u0069\u0072\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x326e:"\u006b\u0069\u0079\u0065ok\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x320e:"\u006bi\u0079e\u006f\u006b\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3260:"\u006bi\u0079e\u006f\u006b\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3131:"\u006b\u0069\u0079e\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3200:"\u006b\u0069\u0079\u0065\u006f\u006b\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3133:"\u006b\u0069y\u0065\u006f\u006bs\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x1e35:"\u006b\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x3398:"\u006b\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a6:"\u006b\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4b:"\u006b\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33a2:"\u006bm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x3053:"\u006b\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c0:"\u006b\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x0e01:"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i",0x30b3:"\u006b\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7a:"\u006b\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x331e:"k\u006f\u006f\u0070\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x0481:"\u006b\u006f\u0070\u0070\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x327f:"k\u006fr\u0065\u0061\u006e\u0073\u0074\u0061\u006e\u0064a\u0072\u0064\u0073\u0079mb\u006f\u006c",0x0343:"\u006b\u006f\u0072\u006f\u006e\u0069\u0073\u0063\u006d\u0062",0x24a6:"\u006b\u0070\u0061\u0072\u0065\u006e",0x33aa:"\u006bp\u0061\u0073\u0071\u0075\u0061\u0072e",0x046f:"k\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x33cf:"\u006b\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x022e:"\u006b\u0074\u0075r\u006e",0x029e:"\u006bt\u0075\u0072\u006e\u0065\u0064",0x304f:"\u006b\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30af:"\u006b\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff78:"\u006b\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33b8:"\u006b\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33be:"\u006b\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006c:"\u006c",0x27ea:"\u006c\u0041\u006e\u0067\u006c\u0065",0x2983:"\u006c\u0042\u0072\u0061\u0063\u0065",0x2985:"\u006c\u0050\u0061\u0072\u0065\u006e",0x09b2:"\u006ca\u0062\u0065\u006e\u0067\u0061\u006ci",0x013a:"\u006c\u0061\u0063\u0075\u0074\u0065",0x0932:"\u006c\u0061\u0064\u0065\u0076\u0061",0x0ab2:"\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a32:"\u006c\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e45:"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069",0xfefc:"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfef8:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef7:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefa:"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef9:"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfefb:"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfef6:"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063",0xfef5:"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0x03bb:"\u006c\u0061\u006d\u0062\u0064\u0061",0x019b:"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065",0xfb3c:"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068",0x05dc:"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",0xe805:"\u006c\u0061\u006ded\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0068\u006f\u006c\u0061\u006d",0xe804:"\u006c\u0061\u006d\u0065\u0064\u0077\u0069\u0074\u0068h\u006f\u006c\u0061\u006d",0xfede:"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfcca:"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedf:"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfedd:"l\u0061\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcc9:"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfccb:"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfdf2:"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063",0xfee0:"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfd88:"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfccc:"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc43:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfc40:"\u006ca\u006dw\u0069\u0074\u0068\u0068\u0061h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfccd:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfc3f:"\u006c\u0061\u006d\u0077it\u0068\u006a\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc41:"\u006c\u0061\u006d\u0077it\u0068\u006b\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc42:"\u006c\u0061\u006d\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe811:"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u006d\u0065\u0065\u006dw\u0069\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069t\u0069\u0061\u006c",0xfc44:"\u006ca\u006dw\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x2991:"\u006ca\u006e\u0067\u006c\u0065\u0064\u006ft",0x29e0:"\u006c\u0061\u0070\u006c\u0061\u0063",0x25ef:"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x2aab:"\u006c\u0061\u0074",0x2aad:"\u006c\u0061\u0074\u0065",0x27c5:"\u006c\u0062\u0061\u0067",0x019a:"\u006c\u0062\u0061\u0072",0x2114:"\u006c\u0062\u0062a\u0072",0x026c:"\u006c\u0062\u0065l\u0074",0x2997:"\u006c\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x310c:"\u006cb\u006f\u0070\u006f\u006d\u006f\u0066o",0x23a9:"\u006c\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23a8:"\u006cb\u0072\u0061\u0063\u0065\u006d\u0069d",0x23a7:"\u006c\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a2:"\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a3:"\u006c\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298f:"\u006c\u0062\u0072a\u0063\u006b\u006c\u006c\u0074\u0069\u0063\u006b",0x298b:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a1:"\u006c\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x298d:"\u006c\u0062\u0072a\u0063\u006b\u0075\u006c\u0074\u0069\u0063\u006b",0x2772:"\u006cb\u0072\u0062\u0072\u0061\u006b",0x013e:"\u006c\u0063\u0061\u0072\u006f\u006e",0xf813:"\u006cc\u0061\u0072\u006f\u006e\u0031",0x24db:"\u006cc\u0069\u0072\u0063\u006c\u0065",0x1e3d:"\u006c\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x013c:"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x29fc:"l\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0140:"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e37:"\u006cd\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e39:"\u006cd\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x031a:"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062",0x2b4a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b42:"\u006c\u0065\u0066\u0074ar\u0072\u006f\u0077\u0062\u0061\u0063\u006b\u0061\u0070\u0070\u0072\u006f\u0078",0x2b4b:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0073\u0069m\u0069\u006c\u0061\u0072",0x2977:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0073\u0073",0x2b32:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u006f\u006e\u006f\u0070\u006c\u0075\u0073",0x2946:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0070\u006c\u0075\u0073",0x2943:"\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006f\u0072t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2973:"\u006c\u0065f\u0074\u0061\u0072r\u006f\u0077\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x297a:"\u006ce\u0066t\u0061\u0072\u0072\u006f\u0077\u0073\u0075\u0062\u0073\u0065\u0074",0x21fd:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069a\u006e\u0067\u006c\u0065",0x2b3e:"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290c:"l\u0065\u0066\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b3f:"\u006ce\u0066t\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x290e:"\u006c\u0065\u0066t\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x291b:"l\u0065\u0066\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2b38:"\u006c\u0065\u0066t\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2936:"\u006c\u0065\u0066\u0074do\u0077\u006e\u0063\u0075\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x297c:"\u006c\u0065\u0066t\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d0:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0061c\u0063\u0065\u006e\u0074",0x295e:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0064o\u0077\u006e\u0062\u0061\u0072",0x2962:"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073u\u0070\u0064\u006f\u0077\u006e",0x295a:"\u006c\u0065f\u0074\u0068\u0061r\u0070\u006f\u006f\u006e\u0075\u0070\u0062\u0061\u0072",0x296a:"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075p\u0064\u0061\u0073\u0068",0x21c7:"\u006c\u0065\u0066\u0074\u006c\u0065\u0066\u0074\u0061r\u0072\u006f\u0077\u0073",0x263e:"\u006c\u0065\u0066\u0074\u006d\u006f\u006f\u006e",0x27d5:"\u006c\u0065\u0066\u0074\u006f\u0075\u0074\u0065\u0072\u006a\u006f\u0069\u006e",0x2948:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x21ff:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0072\u0069\u0061\u006e\u0067l\u0065",0x2950:"\u006ce\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e",0x294b:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006eu\u0070",0x2967:"l\u0065\u0066\u0074\u0072ig\u0068t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2966:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x294a:"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u0064\u006fw\u006e",0x294e:"l\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061r\u0070\u006f\u006f\u006eup\u0075\u0070",0x21dc:"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077",0x0318:"\u006c\u0065f\u0074\u0074\u0061c\u006b\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2919:"\u006c\u0065\u0066\u0074\u0074\u0061\u0069\u006c",0x2b31:"\u006ce\u0066t\u0074\u0068\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x219c:"\u006c\u0065\u0066\u0074\u0077\u0061\u0076\u0065\u0061\u0072\u0072\u006f\u0077",0x2af9:"\u006ce\u0071\u0071\u0073\u006c\u0061\u006et",0x2aa8:"\u006c\u0065\u0073c\u0063",0x2a7f:"\u006c\u0065\u0073\u0064\u006f\u0074",0x2a81:"\u006ce\u0073\u0064\u006f\u0074\u006f",0x2a83:"\u006c\u0065\u0073\u0064\u006f\u0074\u006f\u0072",0x2a93:"\u006c\u0065\u0073\u0067\u0065\u0073",0x003c:"\u006c\u0065\u0073\u0073",0x2a8b:"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072",0x22d6:"\u006ce\u0073\u0073\u0064\u006f\u0074",0x2264:"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l",0x22da:"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072",0xff1c:"\u006c\u0065\u0073\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a89:"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x2a87:"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2a85:"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c",0x2a7d:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",0x2272:"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074",0x2276:"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2268:"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2266:"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c",0xfe64:"\u006ce\u0073\u0073\u0073\u006d\u0061\u006cl",0x026e:"\u006c\u0065\u007a\u0068",0x258c:"\u006cf\u0062\u006c\u006f\u0063\u006b",0x29d1:"\u006c\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x258f:"\u006c\u0066\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x258b:"\u006c\u0066\u0066\u0069\u0076\u0065\u0065\u0069\u0067\u0068\u0074\u0068b\u006c\u006f\u0063\u006b",0x258e:"\u006c\u0066\u0071\u0075\u0061\u0072\u0074\u0065\u0072b\u006c\u006f\u0063\u006b",0x2589:"\u006cf\u0073e\u0076\u0065\u006e\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258d:"\u006cf\u0074h\u0072\u0065\u0065\u0065\u0069g\u0068\u0074h\u0062\u006c\u006f\u0063\u006b",0x258a:"\u006c\u0066\u0074\u0068re\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0062\u006c\u006f\u0063\u006b",0x29d4:"\u006cf\u0074\u0069\u006d\u0065\u0073",0x2a91:"\u006c\u0067\u0045",0x2b24:"l\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1b:"l\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2b1c:"l\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x026d:"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x21b4:"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064",0x2028:"\u006c\u0069\u006e\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",0x0280:"\u006c\u0069\u006ee\u0076\u0065\u0072\u0074\u006e\u006f\u0073\u0070",0x029c:"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x20a4:"\u006c\u0069\u0072\u0061",0x056c:"\u006c\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x01c9:"\u006c\u006a",0x0459:"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6c0:"\u006c\u006c",0x0933:"\u006cl\u0061\u0064\u0065\u0076\u0061",0x0ab3:"l\u006c\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x2989:"\u006cl\u0061\u006e\u0067\u006c\u0065",0x25df:"\u006c\u006c\u0061r\u0063",0x1e3b:"\u006c\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x22d8:"\u006c\u006c\u006c",0x0934:"\u006c\u006c\u006c\u0061\u0064\u0065\u0076\u0061",0x2af7:"\u006cl\u006c\u006e\u0065\u0073\u0074",0x2987:"\u006c\u006c\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x25fa:"\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x09e1:"\u006c\u006cv\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0961:"\u006c\u006c\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e3:"\u006cl\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0963:"\u006c\u006c\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x026b:"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065",0xff4c:"\u006c\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b0:"\u006c\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x33d0:"\u006c\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x22e6:"\u006c\u006e\u0073i\u006d",0x0e2c:"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069",0x2227:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064",0x00ac:"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2228:"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr",0xf830:"\u006co\u0067\u006f\u006e\u0065\u006b",0x0e25:"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x27de:"\u006co\u006e\u0067\u0064\u0061\u0073\u0068v",0x27cc:"\u006c\u006f\u006eg\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e",0x27f5:"\u006c\u006f\u006e\u0067\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x27f7:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x2b33:"\u006co\u006eg\u006c\u0065\u0066\u0074\u0073q\u0075\u0069g\u0061\u0072\u0072\u006f\u0077",0x27fb:"\u006c\u006f\u006eg\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x27fc:"\u006c\u006f\u006e\u0067\u006d\u0061\u0070\u0073\u0074\u006f",0x27f6:"\u006c\u006f\u006e\u0067\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x27ff:"\u006c\u006f\u006e\u0067ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",0x017f:"\u006c\u006f\u006eg\u0073",0xfb05:"\u006c\u006f\u006e\u0067\u0073\u0074",0x024e:"\u006co\u0077\u0065\u0072\u0065\u0064",0x2a1c:"\u006c\u006f\u0077\u0069\u006e\u0074",0xfe4e:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u0065\u006e\u0074\u0065r\u006c\u0069\u006e\u0065",0x0332:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe4d:"\u006c\u006f\u0077\u006c\u0069\u006e\u0065\u0064\u0061\u0073\u0068\u0065\u0064",0x25ca:"\u006co\u007a\u0065\u006e\u0067\u0065",0x27e0:"\u006c\u006f\u007ae\u006e\u0067\u0065\u006d\u0069\u006e\u0075\u0073",0x24a7:"\u006c\u0070\u0061\u0072\u0065\u006e",0x239c:"\u006c\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x239d:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x2993:"\u006c\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0073\u0073",0x239b:"\u006c\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x25de:"\u006c\u0072\u0061r\u0063",0x202a:"\u006c\u0072\u0065",0x25ff:"\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x29e1:"\u006c\u0072\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0065\u0071",0x2a8d:"\u006c\u0073\u0069m\u0065",0x2a8f:"\u006c\u0073\u0069m\u0067",0x0142:"\u006c\u0073\u006c\u0061\u0073\u0068",0x2acd:"\u006cs\u0071\u0068\u006f\u006f\u006b",0x026a:"\u006c\u0073\u0075\u0070\u0065\u0072",0xf6ee:"\u006cs\u0075\u0070\u0065\u0072\u0069\u006fr",0x2aa6:"\u006c\u0074\u0063\u0063",0x2a79:"\u006c\u0074\u0063i\u0072",0x2976:"\u006c\u0074\u006c\u0061\u0072\u0072",0x2a7b:"\u006ct\u0071\u0075\u0065\u0073\u0074",0x29cf:"\u006c\u0074\u0072\u0069\u0076\u0062",0xf821:"\u006c\u0074\u0073\u0068\u0061\u0064\u0065\u0031",0x0e26:"\u006c\u0075\u0074\u0068\u0061\u0069",0x23b8:"\u006cv\u0062\u006f\u0078\u006c\u0069\u006ee",0x098c:"\u006cv\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090c:"\u006c\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x09e2:"\u006cv\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0962:"l\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x29d8:"\u006c\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x33d3:"\u006c\u0078\u0073\u0071\u0075\u0061\u0072\u0065",0x006d:"\u006d",0x09ae:"\u006da\u0062\u0065\u006e\u0067\u0061\u006ci",0x00af:"\u006d\u0061\u0063\u0072\u006f\u006e",0x0331:"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x0304:"\u006da\u0063\u0072\u006f\u006e\u0063\u006db",0x02cd:"\u006d\u0061\u0063r\u006f\u006e\u006c\u006f\u0077\u006d\u006f\u0064",0xffe3:"\u006da\u0063r\u006f\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x1e3f:"\u006d\u0061\u0063\u0075\u0074\u0065",0x092e:"\u006d\u0061\u0064\u0065\u0076\u0061",0x0aae:"\u006d\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2e:"\u006d\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x05a4:"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077",0x307e:"\u006d\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xf895:"\u006d\u0061\u0069\u0063ha\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf894:"\u006d\u0061\u0069ch\u0061\u0074\u0074\u0061\u0077\u0061\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4b:"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069",0xf893:"\u006da\u0069\u0063\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88c:"\u006d\u0061i\u0065\u006b\u006co\u0077\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf88b:"\u006d\u0061\u0069\u0065\u006b\u006c\u006f\u0077\u0072\u0069\u0067\u0068t\u0074\u0068\u0061\u0069",0x0e48:"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i",0xf88a:"\u006da\u0069e\u006b\u0075\u0070\u0070\u0065r\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0xf884:"\u006da\u0069h\u0061\u006e\u0061\u006b\u0061t\u006c\u0065f\u0074\u0074\u0068\u0061\u0069",0x0e31:"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069",0xf889:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e47:"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069",0xf88f:"\u006d\u0061\u0069\u0074\u0068\u006f\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf88e:"\u006da\u0069t\u0068\u006f\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e49:"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069",0xf88d:"\u006d\u0061\u0069\u0074ho\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0xf892:"\u006d\u0061\u0069\u0074\u0072\u0069\u006c\u006f\u0077\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0xf891:"\u006da\u0069t\u0072\u0069\u006c\u006f\u0077r\u0069\u0067h\u0074\u0074\u0068\u0061\u0069",0x0e4a:"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069",0xf890:"\u006d\u0061\u0069\u0074ri\u0075\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e46:"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069",0x30de:"\u006d\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff8f:"\u006d\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3347:"\u006d\u0061\u006e\u0073\u0079\u006f\u006e\u0073\u0071\u0075\u0061\u0072\u0065",0x21a7:"\u006d\u0061\u0070\u0073\u0064\u006f\u0077\u006e",0x21a4:"\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x21a6:"\u006d\u0061\u0070\u0073\u0074\u006f",0x21a5:"\u006d\u0061\u0070\u0073\u0075\u0070",0x2642:"\u006d\u0061\u0072\u0073",0x05af:"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077",0x3383:"\u006d\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x1d400:"\u006d\u0062\u0066\u0041",0x1d6a8:"\u006d\u0062\u0066\u0041\u006c\u0070\u0068\u0061",0x1d401:"\u006d\u0062\u0066\u0042",0x1d6a9:"\u006db\u0066\u0042\u0065\u0074\u0061",0x1d402:"\u006d\u0062\u0066\u0043",0x1d6be:"\u006d\u0062\u0066\u0043\u0068\u0069",0x1d403:"\u006d\u0062\u0066\u0044",0x1d6ab:"\u006d\u0062\u0066\u0044\u0065\u006c\u0074\u0061",0x1d7ca:"\u006d\u0062\u0066\u0044\u0069\u0067\u0061\u006d\u006d\u0061",0x1d404:"\u006d\u0062\u0066\u0045",0x1d6ac:"\u006d\u0062\u0066\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6ae:"\u006d\u0062\u0066\u0045\u0074\u0061",0x1d405:"\u006d\u0062\u0066\u0046",0x1d406:"\u006d\u0062\u0066\u0047",0x1d6aa:"\u006d\u0062\u0066\u0047\u0061\u006d\u006d\u0061",0x1d407:"\u006d\u0062\u0066\u0048",0x1d408:"\u006d\u0062\u0066\u0049",0x1d6b0:"\u006db\u0066\u0049\u006f\u0074\u0061",0x1d409:"\u006d\u0062\u0066\u004a",0x1d40a:"\u006d\u0062\u0066\u004b",0x1d6b1:"\u006d\u0062\u0066\u004b\u0061\u0070\u0070\u0061",0x1d40b:"\u006d\u0062\u0066\u004c",0x1d6b2:"\u006db\u0066\u004c\u0061\u006d\u0062\u0064a",0x1d40c:"\u006d\u0062\u0066\u004d",0x1d6b3:"\u006d\u0062\u0066M\u0075",0x1d40d:"\u006d\u0062\u0066\u004e",0x1d6b4:"\u006d\u0062\u0066N\u0075",0x1d40e:"\u006d\u0062\u0066\u004f",0x1d6c0:"\u006d\u0062\u0066\u004f\u006d\u0065\u0067\u0061",0x1d6b6:"\u006d\u0062\u0066\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d40f:"\u006d\u0062\u0066\u0050",0x1d6bd:"\u006d\u0062\u0066\u0050\u0068\u0069",0x1d6b7:"\u006d\u0062\u0066P\u0069",0x1d6bf:"\u006d\u0062\u0066\u0050\u0073\u0069",0x1d410:"\u006d\u0062\u0066\u0051",0x1d411:"\u006d\u0062\u0066\u0052",0x1d6b8:"\u006d\u0062\u0066\u0052\u0068\u006f",0x1d412:"\u006d\u0062\u0066\u0053",0x1d6ba:"\u006d\u0062\u0066\u0053\u0069\u0067\u006d\u0061",0x1d413:"\u006d\u0062\u0066\u0054",0x1d6bb:"\u006d\u0062\u0066\u0054\u0061\u0075",0x1d6af:"\u006d\u0062\u0066\u0054\u0068\u0065\u0074\u0061",0x1d414:"\u006d\u0062\u0066\u0055",0x1d6bc:"\u006d\u0062\u0066\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d415:"\u006d\u0062\u0066\u0056",0x1d416:"\u006d\u0062\u0066\u0057",0x1d417:"\u006d\u0062\u0066\u0058",0x1d6b5:"\u006d\u0062\u0066X\u0069",0x1d418:"\u006d\u0062\u0066\u0059",0x1d419:"\u006d\u0062\u0066\u005a",0x1d6ad:"\u006db\u0066\u005a\u0065\u0074\u0061",0x1d41a:"\u006d\u0062\u0066\u0061",0x1d6c2:"\u006d\u0062\u0066\u0061\u006c\u0070\u0068\u0061",0x1d41b:"\u006d\u0062\u0066\u0062",0x1d6c3:"\u006db\u0066\u0062\u0065\u0074\u0061",0x1d41c:"\u006d\u0062\u0066\u0063",0x1d6d8:"\u006d\u0062\u0066\u0063\u0068\u0069",0x1d41d:"\u006d\u0062\u0066\u0064",0x1d6c5:"\u006d\u0062\u0066\u0064\u0065\u006c\u0074\u0061",0x1d41e:"\u006d\u0062\u0066\u0065",0x1d6c6:"\u006d\u0062\u0066\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6c8:"\u006d\u0062\u0066\u0065\u0074\u0061",0x1d41f:"\u006d\u0062\u0066\u0066",0x1d56c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0041",0x1d56d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0042",0x1d56e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0043",0x1d56f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0044",0x1d570:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0045",0x1d571:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0046",0x1d572:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0047",0x1d573:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0048",0x1d574:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0049",0x1d575:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004a",0x1d576:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004b",0x1d577:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004c",0x1d578:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004d",0x1d579:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004e",0x1d57a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u004f",0x1d57b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0050",0x1d57c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0051",0x1d57d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0052",0x1d57e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0053",0x1d57f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0054",0x1d580:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0055",0x1d581:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0056",0x1d582:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0057",0x1d583:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0058",0x1d584:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0059",0x1d585:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u005a",0x1d586:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0061",0x1d587:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0062",0x1d588:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0063",0x1d589:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0064",0x1d58a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0065",0x1d58b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0066",0x1d58c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0067",0x1d58d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0068",0x1d58e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0069",0x1d58f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006a",0x1d590:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006b",0x1d591:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006c",0x1d592:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006d",0x1d593:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006e",0x1d594:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u006f",0x1d595:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0070",0x1d596:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0071",0x1d597:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0072",0x1d598:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0073",0x1d599:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0074",0x1d59a:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0075",0x1d59b:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0076",0x1d59c:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0077",0x1d59d:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0078",0x1d59e:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u0079",0x1d59f:"\u006d\u0062\u0066\u0066\u0072\u0061\u006b\u007a",0x1d420:"\u006d\u0062\u0066\u0067",0x1d6c4:"\u006d\u0062\u0066\u0067\u0061\u006d\u006d\u0061",0x1d421:"\u006d\u0062\u0066\u0068",0x1d422:"\u006d\u0062\u0066\u0069",0x1d6ca:"\u006db\u0066\u0069\u006f\u0074\u0061",0x1d468:"\u006d\u0062\u0066\u0069\u0074\u0041",0x1d71c:"\u006d\u0062\u0066\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d469:"\u006d\u0062\u0066\u0069\u0074\u0042",0x1d71d:"\u006db\u0066\u0069\u0074\u0042\u0065\u0074a",0x1d46a:"\u006d\u0062\u0066\u0069\u0074\u0043",0x1d732:"\u006d\u0062\u0066\u0069\u0074\u0043\u0068\u0069",0x1d46b:"\u006d\u0062\u0066\u0069\u0074\u0044",0x1d71f:"\u006d\u0062\u0066\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d46c:"\u006d\u0062\u0066\u0069\u0074\u0045",0x1d720:"\u006d\u0062\u0066i\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d722:"\u006d\u0062\u0066\u0069\u0074\u0045\u0074\u0061",0x1d46d:"\u006d\u0062\u0066\u0069\u0074\u0046",0x1d46e:"\u006d\u0062\u0066\u0069\u0074\u0047",0x1d71e:"\u006d\u0062\u0066\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d46f:"\u006d\u0062\u0066\u0069\u0074\u0048",0x1d470:"\u006d\u0062\u0066\u0069\u0074\u0049",0x1d724:"\u006db\u0066\u0069\u0074\u0049\u006f\u0074a",0x1d471:"\u006d\u0062\u0066\u0069\u0074\u004a",0x1d472:"\u006d\u0062\u0066\u0069\u0074\u004b",0x1d725:"\u006d\u0062\u0066\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d473:"\u006d\u0062\u0066\u0069\u0074\u004c",0x1d726:"m\u0062\u0066\u0069\u0074\u004c\u0061\u006d\u0062\u0064\u0061",0x1d474:"\u006d\u0062\u0066\u0069\u0074\u004d",0x1d727:"\u006db\u0066\u0069\u0074\u004d\u0075",0x1d475:"\u006d\u0062\u0066\u0069\u0074\u004e",0x1d728:"\u006db\u0066\u0069\u0074\u004e\u0075",0x1d476:"\u006d\u0062\u0066\u0069\u0074\u004f",0x1d734:"\u006d\u0062\u0066\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d72a:"\u006d\u0062\u0066i\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d477:"\u006d\u0062\u0066\u0069\u0074\u0050",0x1d731:"\u006d\u0062\u0066\u0069\u0074\u0050\u0068\u0069",0x1d72b:"\u006db\u0066\u0069\u0074\u0050\u0069",0x1d733:"\u006d\u0062\u0066\u0069\u0074\u0050\u0073\u0069",0x1d478:"\u006d\u0062\u0066\u0069\u0074\u0051",0x1d479:"\u006d\u0062\u0066\u0069\u0074\u0052",0x1d72c:"\u006d\u0062\u0066\u0069\u0074\u0052\u0068\u006f",0x1d47a:"\u006d\u0062\u0066\u0069\u0074\u0053",0x1d72e:"\u006d\u0062\u0066\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d47b:"\u006d\u0062\u0066\u0069\u0074\u0054",0x1d72f:"\u006d\u0062\u0066\u0069\u0074\u0054\u0061\u0075",0x1d723:"\u006d\u0062\u0066\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d47c:"\u006d\u0062\u0066\u0069\u0074\u0055",0x1d730:"\u006d\u0062\u0066i\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d47d:"\u006d\u0062\u0066\u0069\u0074\u0056",0x1d47e:"\u006d\u0062\u0066\u0069\u0074\u0057",0x1d47f:"\u006d\u0062\u0066\u0069\u0074\u0058",0x1d729:"\u006db\u0066\u0069\u0074\u0058\u0069",0x1d480:"\u006d\u0062\u0066\u0069\u0074\u0059",0x1d481:"\u006d\u0062\u0066\u0069\u0074\u005a",0x1d721:"\u006db\u0066\u0069\u0074\u005a\u0065\u0074a",0x1d482:"\u006d\u0062\u0066\u0069\u0074\u0061",0x1d736:"\u006d\u0062\u0066\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d483:"\u006d\u0062\u0066\u0069\u0074\u0062",0x1d737:"\u006db\u0066\u0069\u0074\u0062\u0065\u0074a",0x1d484:"\u006d\u0062\u0066\u0069\u0074\u0063",0x1d74c:"\u006d\u0062\u0066\u0069\u0074\u0063\u0068\u0069",0x1d485:"\u006d\u0062\u0066\u0069\u0074\u0064",0x1d739:"\u006d\u0062\u0066\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d486:"\u006d\u0062\u0066\u0069\u0074\u0065",0x1d73a:"\u006d\u0062\u0066i\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d73c:"\u006d\u0062\u0066\u0069\u0074\u0065\u0074\u0061",0x1d487:"\u006d\u0062\u0066\u0069\u0074\u0066",0x1d488:"\u006d\u0062\u0066\u0069\u0074\u0067",0x1d738:"\u006d\u0062\u0066\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d489:"\u006d\u0062\u0066\u0069\u0074\u0068",0x1d48a:"\u006d\u0062\u0066\u0069\u0074\u0069",0x1d73e:"\u006db\u0066\u0069\u0074\u0069\u006f\u0074a",0x1d48b:"\u006d\u0062\u0066\u0069\u0074\u006a",0x1d48c:"\u006d\u0062\u0066\u0069\u0074\u006b",0x1d73f:"\u006d\u0062\u0066\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d48d:"\u006d\u0062\u0066\u0069\u0074\u006c",0x1d740:"m\u0062\u0066\u0069\u0074\u006c\u0061\u006d\u0062\u0064\u0061",0x1d48e:"\u006d\u0062\u0066\u0069\u0074\u006d",0x1d741:"\u006db\u0066\u0069\u0074\u006d\u0075",0x1d48f:"\u006d\u0062\u0066\u0069\u0074\u006e",0x1d735:"\u006d\u0062\u0066\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d742:"\u006db\u0066\u0069\u0074\u006e\u0075",0x1d490:"\u006d\u0062\u0066\u0069\u0074\u006f",0x1d74e:"\u006d\u0062\u0066\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d744:"\u006d\u0062\u0066i\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d491:"\u006d\u0062\u0066\u0069\u0074\u0070",0x1d74f:"\u006d\u0062\u0066i\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d74b:"\u006d\u0062\u0066\u0069\u0074\u0070\u0068\u0069",0x1d745:"\u006db\u0066\u0069\u0074\u0070\u0069",0x1d74d:"\u006d\u0062\u0066\u0069\u0074\u0070\u0073\u0069",0x1d492:"\u006d\u0062\u0066\u0069\u0074\u0071",0x1d493:"\u006d\u0062\u0066\u0069\u0074\u0072",0x1d746:"\u006d\u0062\u0066\u0069\u0074\u0072\u0068\u006f",0x1d494:"\u006d\u0062\u0066\u0069\u0074\u0073",0x1d63c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d790:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073A\u006c\u0070\u0068\u0061",0x1d63d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d791:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d63e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d7a6:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d63f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d793:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073D\u0065\u006c\u0074\u0061",0x1d640:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d794:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d796:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d641:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d642:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d792:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073G\u0061\u006d\u006d\u0061",0x1d643:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d644:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d798:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d645:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d646:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d799:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073K\u0061\u0070\u0070\u0061",0x1d647:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d79a:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d648:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d79b:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004d\u0075",0x1d649:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d79c:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004e\u0075",0x1d64a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d7a8:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073O\u006d\u0065\u0067\u0061",0x1d79e:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d64b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d7a5:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d79f:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0050\u0069",0x1d7a7:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d64c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d64d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d7a0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d64e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d7a2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073S\u0069\u0067\u006d\u0061",0x1d64f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d7a3:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d797:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073T\u0068\u0065\u0074\u0061",0x1d650:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d7a4:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d651:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d652:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d653:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d79d:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0058\u0069",0x1d654:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d655:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d795:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d656:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d7aa:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073a\u006c\u0070\u0068\u0061",0x1d657:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d7ab:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d658:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d7c0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d659:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d7ad:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073d\u0065\u006c\u0074\u0061",0x1d65a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d7ae:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7b0:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d65b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d65c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d7ac:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073g\u0061\u006d\u006d\u0061",0x1d65d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d65e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d7b2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d65f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d660:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d7b3:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073k\u0061\u0070\u0070\u0061",0x1d661:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d7b4:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d662:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d7b5:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006d\u0075",0x1d663:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d7a9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073n\u0061\u0062\u006c\u0061",0x1d7b6:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006e\u0075",0x1d664:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d7c2:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073o\u006d\u0065\u0067\u0061",0x1d7b8:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d665:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d7c3:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d7bf:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d7b9:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0070\u0069",0x1d7c1:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d666:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d667:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d7ba:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d668:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d7bc:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073s\u0069\u0067\u006d\u0061",0x1d669:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d7bd:"\u006d\u0062\u0066i\u0074\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d7b1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073t\u0068\u0065\u0074\u0061",0x1d66a:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d7be:"\u006d\u0062f\u0069\u0074\u0073a\u006e\u0073\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d66b:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d7a1:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072T\u0068\u0065\u0074\u0061",0x1d7c4:"\u006d\u0062\u0066\u0069ts\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d7c6:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072k\u0061\u0070\u0070\u0061",0x1d7c7:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d7c9:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073v\u0061\u0072\u0070\u0069",0x1d7c8:"\u006db\u0066i\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d7bb:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072s\u0069\u0067\u006d\u0061",0x1d7c5:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0076\u0061\u0072t\u0068\u0065\u0074\u0061",0x1d66c:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d66d:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d7b7:"m\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0078\u0069",0x1d66e:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d66f:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d7af:"\u006d\u0062\u0066\u0069\u0074\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d748:"\u006d\u0062\u0066\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d495:"\u006d\u0062\u0066\u0069\u0074\u0074",0x1d749:"\u006d\u0062\u0066\u0069\u0074\u0074\u0061\u0075",0x1d73d:"\u006d\u0062\u0066\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d496:"\u006d\u0062\u0066\u0069\u0074\u0075",0x1d74a:"\u006d\u0062\u0066i\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d497:"\u006d\u0062\u0066\u0069\u0074\u0076",0x1d72d:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d750:"\u006db\u0066i\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d752:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d753:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0068\u0069",0x1d755:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d754:"m\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0072\u0068\u006f",0x1d747:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d751:"\u006d\u0062\u0066\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d498:"\u006d\u0062\u0066\u0069\u0074\u0077",0x1d499:"\u006d\u0062\u0066\u0069\u0074\u0078",0x1d743:"\u006db\u0066\u0069\u0074\u0078\u0069",0x1d49a:"\u006d\u0062\u0066\u0069\u0074\u0079",0x1d49b:"\u006d\u0062\u0066\u0069\u0074\u007a",0x1d73b:"\u006db\u0066\u0069\u0074\u007a\u0065\u0074a",0x1d423:"\u006d\u0062\u0066\u006a",0x1d424:"\u006d\u0062\u0066\u006b",0x1d6cb:"\u006d\u0062\u0066\u006b\u0061\u0070\u0070\u0061",0x1d425:"\u006d\u0062\u0066\u006c",0x1d6cc:"\u006db\u0066\u006c\u0061\u006d\u0062\u0064a",0x1d426:"\u006d\u0062\u0066\u006d",0x1d6cd:"\u006d\u0062\u0066m\u0075",0x1d427:"\u006d\u0062\u0066\u006e",0x1d6c1:"\u006d\u0062\u0066\u006e\u0061\u0062\u006c\u0061",0x1d6ce:"\u006d\u0062\u0066n\u0075",0x1d428:"\u006d\u0062\u0066\u006f",0x1d6da:"\u006d\u0062\u0066\u006f\u006d\u0065\u0067\u0061",0x1d6d0:"\u006d\u0062\u0066\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d429:"\u006d\u0062\u0066\u0070",0x1d6db:"\u006d\u0062\u0066\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d6df:"\u006d\u0062\u0066\u0070\u0068\u0069",0x1d6d1:"\u006d\u0062\u0066p\u0069",0x1d6d9:"\u006d\u0062\u0066\u0070\u0073\u0069",0x1d42a:"\u006d\u0062\u0066\u0071",0x1d42b:"\u006d\u0062\u0066\u0072",0x1d6d2:"\u006d\u0062\u0066\u0072\u0068\u006f",0x1d42c:"\u006d\u0062\u0066\u0073",0x1d5d4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0041",0x1d756:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0041\u006c\u0070\u0068\u0061",0x1d5d5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0042",0x1d757:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0042\u0065\u0074\u0061",0x1d5d6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043",0x1d76c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0043\u0068\u0069",0x1d5d7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0044",0x1d759:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0044\u0065\u006c\u0074\u0061",0x1d5d8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045",0x1d75a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0070s\u0069\u006c\u006f\u006e",0x1d75c:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0045\u0074\u0061",0x1d5d9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0046",0x1d5da:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0047",0x1d758:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0047\u0061\u006d\u006d\u0061",0x1d5db:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0048",0x1d5dc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0049",0x1d75e:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0049\u006f\u0074\u0061",0x1d5dd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004a",0x1d5de:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004b",0x1d75f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004b\u0061\u0070\u0070\u0061",0x1d5df:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c",0x1d760:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004c\u0061\u006d\u0062\u0064\u0061",0x1d5e0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004d",0x1d761:"\u006db\u0066\u0073\u0061\u006e\u0073\u004du",0x1d5e1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004e",0x1d762:"\u006db\u0066\u0073\u0061\u006e\u0073\u004eu",0x1d5e2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f",0x1d76e:"\u006d\u0062\u0066s\u0061\u006e\u0073\u004f\u006d\u0065\u0067\u0061",0x1d764:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u004f\u006di\u0063\u0072\u006f\u006e",0x1d5e3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050",0x1d76b:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0068\u0069",0x1d765:"\u006db\u0066\u0073\u0061\u006e\u0073\u0050i",0x1d76d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0050\u0073\u0069",0x1d5e4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0051",0x1d5e5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052",0x1d766:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0052\u0068\u006f",0x1d5e6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0053",0x1d768:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0053\u0069\u0067\u006d\u0061",0x1d5e7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054",0x1d769:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0054\u0061\u0075",0x1d75d:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0054\u0068\u0065\u0074\u0061",0x1d5e8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055",0x1d76a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0055\u0070s\u0069\u006c\u006f\u006e",0x1d5e9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0056",0x1d5ea:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0057",0x1d5eb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0058",0x1d763:"\u006db\u0066\u0073\u0061\u006e\u0073\u0058i",0x1d5ec:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0059",0x1d5ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u005a",0x1d75b:"m\u0062\u0066\u0073\u0061\u006e\u0073\u005a\u0065\u0074\u0061",0x1d5ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0061",0x1d770:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0061\u006c\u0070\u0068\u0061",0x1d5ef:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0062",0x1d771:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0062\u0065\u0074\u0061",0x1d5f0:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063",0x1d786:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0063\u0068\u0069",0x1d5f1:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0064",0x1d773:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0064\u0065\u006c\u0074\u0061",0x1d5f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065",0x1d7f4:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d774:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d776:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0065\u0074\u0061",0x1d5f3:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0066",0x1d7f1:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u0069\u0076\u0065",0x1d7f0:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0066\u006f\u0075\u0072",0x1d5f4:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0067",0x1d772:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0067\u0061\u006d\u006d\u0061",0x1d5f5:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0068",0x1d5f6:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0069",0x1d778:"m\u0062\u0066\u0073\u0061\u006e\u0073\u0069\u006f\u0074\u0061",0x1d5f7:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006a",0x1d5f8:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006b",0x1d779:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006b\u0061\u0070\u0070\u0061",0x1d5f9:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c",0x1d77a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006c\u0061\u006d\u0062\u0064\u0061",0x1d5fa:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006d",0x1d77b:"\u006db\u0066\u0073\u0061\u006e\u0073\u006du",0x1d5fb:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006e",0x1d76f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006e\u0061\u0062\u006c\u0061",0x1d7f5:"m\u0062\u0066\u0073\u0061\u006e\u0073\u006e\u0069\u006e\u0065",0x1d77c:"\u006db\u0066\u0073\u0061\u006e\u0073\u006eu",0x1d5fc:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f",0x1d788:"\u006d\u0062\u0066s\u0061\u006e\u0073\u006f\u006d\u0065\u0067\u0061",0x1d77e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006di\u0063\u0072\u006f\u006e",0x1d7ed:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5fd:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070",0x1d789:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0061r\u0074\u0069\u0061\u006c",0x1d785:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0068\u0069",0x1d77f:"\u006db\u0066\u0073\u0061\u006e\u0073\u0070i",0x1d787:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0070\u0073\u0069",0x1d5fe:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0071",0x1d5ff:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072",0x1d780:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0072\u0068\u006f",0x1d600:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073",0x1d7f3:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d782:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0073\u0069\u0067\u006d\u0061",0x1d7f2:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d601:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074",0x1d783:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0061\u0075",0x1d777:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0065\u0074\u0061",0x1d7ef:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7ee:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d602:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075",0x1d784:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0075\u0070s\u0069\u006c\u006f\u006e",0x1d603:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076",0x1d767:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d78a:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0065\u0070s\u0069\u006c\u006f\u006e",0x1d78c:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d78d:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0068\u0069",0x1d78f:"\u006d\u0062\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0070\u0069",0x1d78e:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0076\u0061\u0072\u0072\u0068\u006f",0x1d781:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d78b:"\u006db\u0066s\u0061\u006e\u0073\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d604:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0077",0x1d605:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0078",0x1d77d:"\u006db\u0066\u0073\u0061\u006e\u0073\u0078i",0x1d606:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u0079",0x1d607:"\u006d\u0062\u0066\u0073\u0061\u006e\u0073\u007a",0x1d7ec:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0072\u006f",0x1d775:"m\u0062\u0066\u0073\u0061\u006e\u0073\u007a\u0065\u0074\u0061",0x1d4d0:"\u006db\u0066\u0073\u0063\u0072\u0041",0x1d4d1:"\u006db\u0066\u0073\u0063\u0072\u0042",0x1d4d2:"\u006db\u0066\u0073\u0063\u0072\u0043",0x1d4d3:"\u006db\u0066\u0073\u0063\u0072\u0044",0x1d4d4:"\u006db\u0066\u0073\u0063\u0072\u0045",0x1d4d5:"\u006db\u0066\u0073\u0063\u0072\u0046",0x1d4d6:"\u006db\u0066\u0073\u0063\u0072\u0047",0x1d4d7:"\u006db\u0066\u0073\u0063\u0072\u0048",0x1d4d8:"\u006db\u0066\u0073\u0063\u0072\u0049",0x1d4d9:"\u006db\u0066\u0073\u0063\u0072\u004a",0x1d4da:"\u006db\u0066\u0073\u0063\u0072\u004b",0x1d4db:"\u006db\u0066\u0073\u0063\u0072\u004c",0x1d4dc:"\u006db\u0066\u0073\u0063\u0072\u004d",0x1d4dd:"\u006db\u0066\u0073\u0063\u0072\u004e",0x1d4de:"\u006db\u0066\u0073\u0063\u0072\u004f",0x1d4df:"\u006db\u0066\u0073\u0063\u0072\u0050",0x1d4e0:"\u006db\u0066\u0073\u0063\u0072\u0051",0x1d4e1:"\u006db\u0066\u0073\u0063\u0072\u0052",0x1d4e2:"\u006db\u0066\u0073\u0063\u0072\u0053",0x1d4e3:"\u006db\u0066\u0073\u0063\u0072\u0054",0x1d4e4:"\u006db\u0066\u0073\u0063\u0072\u0055",0x1d4e5:"\u006db\u0066\u0073\u0063\u0072\u0056",0x1d4e6:"\u006db\u0066\u0073\u0063\u0072\u0057",0x1d4e7:"\u006db\u0066\u0073\u0063\u0072\u0058",0x1d4e8:"\u006db\u0066\u0073\u0063\u0072\u0059",0x1d4e9:"\u006db\u0066\u0073\u0063\u0072\u005a",0x1d4ea:"\u006db\u0066\u0073\u0063\u0072\u0061",0x1d4eb:"\u006db\u0066\u0073\u0063\u0072\u0062",0x1d4ec:"\u006db\u0066\u0073\u0063\u0072\u0063",0x1d4ed:"\u006db\u0066\u0073\u0063\u0072\u0064",0x1d4ee:"\u006db\u0066\u0073\u0063\u0072\u0065",0x1d4ef:"\u006db\u0066\u0073\u0063\u0072\u0066",0x1d4f0:"\u006db\u0066\u0073\u0063\u0072\u0067",0x1d4f1:"\u006db\u0066\u0073\u0063\u0072\u0068",0x1d4f2:"\u006db\u0066\u0073\u0063\u0072\u0069",0x1d4f3:"\u006db\u0066\u0073\u0063\u0072\u006a",0x1d4f4:"\u006db\u0066\u0073\u0063\u0072\u006b",0x1d4f5:"\u006db\u0066\u0073\u0063\u0072\u006c",0x1d4f6:"\u006db\u0066\u0073\u0063\u0072\u006d",0x1d4f7:"\u006db\u0066\u0073\u0063\u0072\u006e",0x1d4f8:"\u006db\u0066\u0073\u0063\u0072\u006f",0x1d4f9:"\u006db\u0066\u0073\u0063\u0072\u0070",0x1d4fa:"\u006db\u0066\u0073\u0063\u0072\u0071",0x1d4fb:"\u006db\u0066\u0073\u0063\u0072\u0072",0x1d4fc:"\u006db\u0066\u0073\u0063\u0072\u0073",0x1d4fd:"\u006db\u0066\u0073\u0063\u0072\u0074",0x1d4fe:"\u006db\u0066\u0073\u0063\u0072\u0075",0x1d4ff:"\u006db\u0066\u0073\u0063\u0072\u0076",0x1d500:"\u006db\u0066\u0073\u0063\u0072\u0077",0x1d501:"\u006db\u0066\u0073\u0063\u0072\u0078",0x1d502:"\u006db\u0066\u0073\u0063\u0072\u0079",0x1d503:"\u006db\u0066\u0073\u0063\u0072\u007a",0x1d6d4:"\u006d\u0062\u0066\u0073\u0069\u0067\u006d\u0061",0x1d42d:"\u006d\u0062\u0066\u0074",0x1d6d5:"\u006d\u0062\u0066\u0074\u0061\u0075",0x1d6c9:"\u006d\u0062\u0066\u0074\u0068\u0065\u0074\u0061",0x1d42e:"\u006d\u0062\u0066\u0075",0x1d6d6:"\u006d\u0062\u0066\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d42f:"\u006d\u0062\u0066\u0076",0x1d6b9:"m\u0062\u0066\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d6dc:"\u006d\u0062\u0066\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6de:"m\u0062\u0066\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d6d7:"\u006db\u0066\u0076\u0061\u0072\u0070\u0068i",0x1d6e1:"\u006d\u0062\u0066\u0076\u0061\u0072\u0070\u0069",0x1d6e0:"\u006db\u0066\u0076\u0061\u0072\u0072\u0068o",0x1d6d3:"m\u0062\u0066\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d6dd:"m\u0062\u0066\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d430:"\u006d\u0062\u0066\u0077",0x1d431:"\u006d\u0062\u0066\u0078",0x1d6cf:"\u006d\u0062\u0066x\u0069",0x1d432:"\u006d\u0062\u0066\u0079",0x1d433:"\u006d\u0062\u0066\u007a",0x1d6c7:"\u006db\u0066\u007a\u0065\u0074\u0061",0x3107:"\u006db\u006f\u0070\u006f\u006d\u006f\u0066o",0x33d4:"\u006d\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24dc:"\u006dc\u0069\u0072\u0063\u006c\u0065",0x33a5:"\u006d\u0063\u0075b\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x26ab:"m\u0064\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x2b25:"\u006d\u0064\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b27:"\u006d\u0064\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fc:"m\u0064\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x29eb:"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u006c\u006fz\u0065\u006e\u0067\u0065",0x1e41:"\u006d\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e43:"\u006dd\u006f\u0074\u0062\u0065\u006c\u006fw",0x2981:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",0x25fe:"\u006d\u0064\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x26ac:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x25fd:"\u006d\u0064\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x26aa:"m\u0064\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b26:"\u006d\u0064\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b28:"\u006d\u0064\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x25fb:"m\u0064\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x29af:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u006c\u0074\u006f\u0073\u0077",0x29ae:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0064\u0072\u0074\u006f\u0073\u0065",0x29ab:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0064\u0074\u006f\u0073\u0077",0x29a9:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u006c\u0075\u0074\u006f\u006e\u0077",0x29aa:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0064\u0074\u006f\u0073\u0065",0x29a8:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0072\u0075\u0074\u006f\u006e\u0065",0x29ad:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u006c\u0074\u006f\u006e\u0077",0x29ac:"\u006de\u0061s\u0061\u006e\u0067\u006c\u0065\u0075\u0072\u0074\u006f\u006e\u0065",0x225e:"\u006d\u0065\u0061\u0073\u0065\u0071",0x2221:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x299b:"\u006d\u0065\u0061\u0073\u0075\u0072\u0065\u0064\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",0x22be:"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065",0x2b51:"\u006d\u0065\u0064b\u006c\u0061\u0063\u006b\u0073\u0074\u0061\u0072",0x2b50:"\u006d\u0065\u0064w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0xfee2:"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfee3:"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfee1:"\u006d\u0065\u0065m\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfee4:"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd1:"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc48:"\u006d\u0065\u0065\u006dme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfccf:"\u006de\u0065m\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcce:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfcd0:"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x334d:"\u006d\u0065\u0065\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3081:"\u006d\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x337e:"\u006d\u0065\u0069\u007a\u0069\u0065\u0072\u0061\u0073q\u0075\u0061\u0072\u0065",0x30e1:"\u006d\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff92:"\u006d\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05de:"\u006d\u0065\u006d",0xfb3e:"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x0574:"m\u0065\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x05a5:"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a6:"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077",0x1d504:"\u006d\u0066\u0072\u0061\u006b\u0041",0x1d505:"\u006d\u0066\u0072\u0061\u006b\u0042",0x212d:"\u006d\u0066\u0072\u0061\u006b\u0043",0x1d507:"\u006d\u0066\u0072\u0061\u006b\u0044",0x1d508:"\u006d\u0066\u0072\u0061\u006b\u0045",0x1d509:"\u006d\u0066\u0072\u0061\u006b\u0046",0x1d50a:"\u006d\u0066\u0072\u0061\u006b\u0047",0x210c:"\u006d\u0066\u0072\u0061\u006b\u0048",0x1d50d:"\u006d\u0066\u0072\u0061\u006b\u004a",0x1d50e:"\u006d\u0066\u0072\u0061\u006b\u004b",0x1d50f:"\u006d\u0066\u0072\u0061\u006b\u004c",0x1d510:"\u006d\u0066\u0072\u0061\u006b\u004d",0x1d511:"\u006d\u0066\u0072\u0061\u006b\u004e",0x1d512:"\u006d\u0066\u0072\u0061\u006b\u004f",0x1d513:"\u006d\u0066\u0072\u0061\u006b\u0050",0x1d514:"\u006d\u0066\u0072\u0061\u006b\u0051",0x1d516:"\u006d\u0066\u0072\u0061\u006b\u0053",0x1d517:"\u006d\u0066\u0072\u0061\u006b\u0054",0x1d518:"\u006d\u0066\u0072\u0061\u006b\u0055",0x1d519:"\u006d\u0066\u0072\u0061\u006b\u0056",0x1d51a:"\u006d\u0066\u0072\u0061\u006b\u0057",0x1d51b:"\u006d\u0066\u0072\u0061\u006b\u0058",0x1d51c:"\u006d\u0066\u0072\u0061\u006b\u0059",0x2128:"\u006d\u0066\u0072\u0061\u006b\u005a",0x1d51e:"\u006d\u0066\u0072\u0061\u006b\u0061",0x1d51f:"\u006d\u0066\u0072\u0061\u006b\u0062",0x1d520:"\u006d\u0066\u0072\u0061\u006b\u0063",0x1d521:"\u006d\u0066\u0072\u0061\u006b\u0064",0x1d522:"\u006d\u0066\u0072\u0061\u006b\u0065",0x1d523:"\u006d\u0066\u0072\u0061\u006b\u0066",0x1d524:"\u006d\u0066\u0072\u0061\u006b\u0067",0x1d525:"\u006d\u0066\u0072\u0061\u006b\u0068",0x1d526:"\u006d\u0066\u0072\u0061\u006b\u0069",0x1d527:"\u006d\u0066\u0072\u0061\u006b\u006a",0x1d528:"\u006d\u0066\u0072\u0061\u006b\u006b",0x1d529:"\u006d\u0066\u0072\u0061\u006b\u006c",0x1d52a:"\u006d\u0066\u0072\u0061\u006b\u006d",0x1d52b:"\u006d\u0066\u0072\u0061\u006b\u006e",0x1d52c:"\u006d\u0066\u0072\u0061\u006b\u006f",0x1d52d:"\u006d\u0066\u0072\u0061\u006b\u0070",0x1d52e:"\u006d\u0066\u0072\u0061\u006b\u0071",0x1d52f:"\u006d\u0066\u0072\u0061\u006b\u0072",0x1d530:"\u006d\u0066\u0072\u0061\u006b\u0073",0x1d531:"\u006d\u0066\u0072\u0061\u006b\u0074",0x1d532:"\u006d\u0066\u0072\u0061\u006b\u0075",0x1d533:"\u006d\u0066\u0072\u0061\u006b\u0076",0x1d534:"\u006d\u0066\u0072\u0061\u006b\u0077",0x1d535:"\u006d\u0066\u0072\u0061\u006b\u0078",0x1d536:"\u006d\u0066\u0072\u0061\u006b\u0079",0x1d537:"\u006d\u0066\u0072\u0061\u006b\u007a",0x0271:"\u006d\u0068\u006fo\u006b",0x3392:"\u006dh\u007a\u0073\u0071\u0075\u0061\u0072e",0x0095:"\u006d\u0069\u0063r\u006f",0x2a5d:"\u006di\u0064\u0062\u0061\u0072\u0076\u0065e",0x2a5c:"m\u0069\u0064\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",0x2af0:"\u006d\u0069\u0064\u0063\u0069\u0072",0xff65:"\u006d\u0069\u0064\u0064\u006c\u0065\u0064\u006f\u0074\u006b\u0061t\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077i\u0064\u0074\u0068",0x3272:"\u006di\u0065u\u006d\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3212:"\u006d\u0069\u0065\u0075\u006d\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3264:"\u006d\u0069\u0065\u0075\u006d\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3141:"m\u0069\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x3170:"\u006di\u0065u\u006d\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3204:"\u006d\u0069e\u0075\u006d\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x316e:"\u006d\u0069e\u0075\u006d\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316f:"\u006di\u0065u\u006d\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x307f:"\u006d\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30df:"\u006d\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff90:"\u006d\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a5:"\u006d\u0069\u006c\u006c",0x2212:"\u006d\u0069\u006eu\u0073",0x0320:"\u006d\u0069\u006e\u0075\u0073\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2296:"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",0x2a2a:"\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074",0x2a2b:"\u006d\u0069\u006e\u0075\u0073\u0066\u0064\u006f\u0074\u0073",0x208b:"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x02d7:"\u006d\u0069\u006e\u0075\u0073\u006d\u006f\u0064",0x2213:"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s",0x2a2c:"\u006d\u0069\u006e\u0075\u0073\u0072\u0064\u006f\u0074\u0073",0x207b:"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2032:"\u006d\u0069\u006e\u0075\u0074\u0065",0x334a:"\u006di\u0072i\u0062\u0061\u0061\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x3349:"\u006d\u0069\u0072\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x1d434:"\u006d\u0069\u0074\u0041",0x1d6e2:"\u006d\u0069\u0074\u0041\u006c\u0070\u0068\u0061",0x1d435:"\u006d\u0069\u0074\u0042",0x2145:"\u006di\u0074\u0042\u0062\u0062\u0044",0x2146:"\u006di\u0074\u0042\u0062\u0062\u0064",0x2147:"\u006di\u0074\u0042\u0062\u0062\u0065",0x2148:"\u006di\u0074\u0042\u0062\u0062\u0069",0x2149:"\u006di\u0074\u0042\u0062\u0062\u006a",0x1d6e3:"\u006di\u0074\u0042\u0065\u0074\u0061",0x1d436:"\u006d\u0069\u0074\u0043",0x1d6f8:"\u006d\u0069\u0074\u0043\u0068\u0069",0x1d437:"\u006d\u0069\u0074\u0044",0x1d6e5:"\u006d\u0069\u0074\u0044\u0065\u006c\u0074\u0061",0x1d438:"\u006d\u0069\u0074\u0045",0x1d6e6:"\u006d\u0069\u0074\u0045\u0070\u0073\u0069\u006c\u006f\u006e",0x1d6e8:"\u006d\u0069\u0074\u0045\u0074\u0061",0x1d439:"\u006d\u0069\u0074\u0046",0x1d43a:"\u006d\u0069\u0074\u0047",0x1d6e4:"\u006d\u0069\u0074\u0047\u0061\u006d\u006d\u0061",0x1d43b:"\u006d\u0069\u0074\u0048",0x1d43c:"\u006d\u0069\u0074\u0049",0x1d6ea:"\u006di\u0074\u0049\u006f\u0074\u0061",0x1d43d:"\u006d\u0069\u0074\u004a",0x1d43e:"\u006d\u0069\u0074\u004b",0x1d6eb:"\u006d\u0069\u0074\u004b\u0061\u0070\u0070\u0061",0x1d43f:"\u006d\u0069\u0074\u004c",0x1d6ec:"\u006di\u0074\u004c\u0061\u006d\u0062\u0064a",0x1d440:"\u006d\u0069\u0074\u004d",0x1d6ed:"\u006d\u0069\u0074M\u0075",0x1d441:"\u006d\u0069\u0074\u004e",0x1d6ee:"\u006d\u0069\u0074N\u0075",0x1d442:"\u006d\u0069\u0074\u004f",0x1d6fa:"\u006d\u0069\u0074\u004f\u006d\u0065\u0067\u0061",0x1d6f0:"\u006d\u0069\u0074\u004f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d443:"\u006d\u0069\u0074\u0050",0x1d6f7:"\u006d\u0069\u0074\u0050\u0068\u0069",0x1d6f1:"\u006d\u0069\u0074P\u0069",0x1d6f9:"\u006d\u0069\u0074\u0050\u0073\u0069",0x1d444:"\u006d\u0069\u0074\u0051",0x1d445:"\u006d\u0069\u0074\u0052",0x1d6f2:"\u006d\u0069\u0074\u0052\u0068\u006f",0x1d446:"\u006d\u0069\u0074\u0053",0x1d6f4:"\u006d\u0069\u0074\u0053\u0069\u0067\u006d\u0061",0x1d447:"\u006d\u0069\u0074\u0054",0x1d6f5:"\u006d\u0069\u0074\u0054\u0061\u0075",0x1d6e9:"\u006d\u0069\u0074\u0054\u0068\u0065\u0074\u0061",0x1d448:"\u006d\u0069\u0074\u0055",0x1d6f6:"\u006d\u0069\u0074\u0055\u0070\u0073\u0069\u006c\u006f\u006e",0x1d449:"\u006d\u0069\u0074\u0056",0x1d44a:"\u006d\u0069\u0074\u0057",0x1d44b:"\u006d\u0069\u0074\u0058",0x1d6ef:"\u006d\u0069\u0074X\u0069",0x1d44c:"\u006d\u0069\u0074\u0059",0x1d44d:"\u006d\u0069\u0074\u005a",0x1d6e7:"\u006di\u0074\u005a\u0065\u0074\u0061",0x1d44e:"\u006d\u0069\u0074\u0061",0x1d6fc:"\u006d\u0069\u0074\u0061\u006c\u0070\u0068\u0061",0x1d44f:"\u006d\u0069\u0074\u0062",0x1d6fd:"\u006di\u0074\u0062\u0065\u0074\u0061",0x1d450:"\u006d\u0069\u0074\u0063",0x1d712:"\u006d\u0069\u0074\u0063\u0068\u0069",0x1d451:"\u006d\u0069\u0074\u0064",0x1d6ff:"\u006d\u0069\u0074\u0064\u0065\u006c\u0074\u0061",0x1d452:"\u006d\u0069\u0074\u0065",0x1d700:"\u006d\u0069\u0074\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d702:"\u006d\u0069\u0074\u0065\u0074\u0061",0x1d453:"\u006d\u0069\u0074\u0066",0x1d454:"\u006d\u0069\u0074\u0067",0x1d6fe:"\u006d\u0069\u0074\u0067\u0061\u006d\u006d\u0061",0x1d456:"\u006d\u0069\u0074\u0069",0x1d704:"\u006di\u0074\u0069\u006f\u0074\u0061",0x1d457:"\u006d\u0069\u0074\u006a",0x1d458:"\u006d\u0069\u0074\u006b",0x1d705:"\u006d\u0069\u0074\u006b\u0061\u0070\u0070\u0061",0x1d459:"\u006d\u0069\u0074\u006c",0x1d706:"\u006di\u0074\u006c\u0061\u006d\u0062\u0064a",0x1d45a:"\u006d\u0069\u0074\u006d",0x1d707:"\u006d\u0069\u0074m\u0075",0x1d45b:"\u006d\u0069\u0074\u006e",0x1d6fb:"\u006d\u0069\u0074\u006e\u0061\u0062\u006c\u0061",0x1d708:"\u006d\u0069\u0074n\u0075",0x1d45c:"\u006d\u0069\u0074\u006f",0x1d714:"\u006d\u0069\u0074\u006f\u006d\u0065\u0067\u0061",0x1d70a:"\u006d\u0069\u0074\u006f\u006d\u0069\u0063\u0072\u006f\u006e",0x1d45d:"\u006d\u0069\u0074\u0070",0x1d715:"\u006d\u0069\u0074\u0070\u0061\u0072\u0074\u0069\u0061\u006c",0x1d711:"\u006d\u0069\u0074\u0070\u0068\u0069",0x1d70b:"\u006d\u0069\u0074p\u0069",0x1d713:"\u006d\u0069\u0074\u0070\u0073\u0069",0x1d45e:"\u006d\u0069\u0074\u0071",0x1d45f:"\u006d\u0069\u0074\u0072",0x1d70c:"\u006d\u0069\u0074\u0072\u0068\u006f",0x1d460:"\u006d\u0069\u0074\u0073",0x1d608:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0041",0x1d609:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0042",0x1d60a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0043",0x1d60b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0044",0x1d60c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0045",0x1d60d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0046",0x1d60e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0047",0x1d60f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0048",0x1d610:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0049",0x1d611:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004a",0x1d612:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004b",0x1d613:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004c",0x1d614:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004d",0x1d615:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004e",0x1d616:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u004f",0x1d617:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0050",0x1d618:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0051",0x1d619:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0052",0x1d61a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0053",0x1d61b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0054",0x1d61c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0055",0x1d61d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0056",0x1d61e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0057",0x1d61f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0058",0x1d620:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0059",0x1d621:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u005a",0x1d622:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0061",0x1d623:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0062",0x1d624:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0063",0x1d625:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0064",0x1d626:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0065",0x1d627:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0066",0x1d628:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0067",0x1d629:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0068",0x1d62a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0069",0x1d62b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006a",0x1d62c:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006b",0x1d62d:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006c",0x1d62e:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006d",0x1d62f:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006e",0x1d630:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u006f",0x1d631:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0070",0x1d632:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0071",0x1d633:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0072",0x1d634:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0073",0x1d635:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0074",0x1d636:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0075",0x1d637:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0076",0x1d638:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0077",0x1d639:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0078",0x1d63a:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u0079",0x1d63b:"\u006d\u0069\u0074\u0073\u0061\u006e\u0073\u007a",0x1d70e:"\u006d\u0069\u0074\u0073\u0069\u0067\u006d\u0061",0x1d461:"\u006d\u0069\u0074\u0074",0x1d70f:"\u006d\u0069\u0074\u0074\u0061\u0075",0x1d703:"\u006d\u0069\u0074\u0074\u0068\u0065\u0074\u0061",0x1d462:"\u006d\u0069\u0074\u0075",0x1d710:"\u006d\u0069\u0074\u0075\u0070\u0073\u0069\u006c\u006f\u006e",0x1d463:"\u006d\u0069\u0074\u0076",0x1d6f3:"m\u0069\u0074\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x1d716:"\u006d\u0069\u0074\u0076\u0061\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",0x1d718:"m\u0069\u0074\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",0x1d719:"\u006di\u0074\u0076\u0061\u0072\u0070\u0068i",0x1d71b:"\u006d\u0069\u0074\u0076\u0061\u0072\u0070\u0069",0x1d71a:"\u006di\u0074\u0076\u0061\u0072\u0072\u0068o",0x1d70d:"m\u0069\u0074\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",0x1d717:"m\u0069\u0074\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",0x1d464:"\u006d\u0069\u0074\u0077",0x1d465:"\u006d\u0069\u0074\u0078",0x1d709:"\u006d\u0069\u0074x\u0069",0x1d466:"\u006d\u0069\u0074\u0079",0x1d467:"\u006d\u0069\u0074\u007a",0x1d701:"\u006di\u0074\u007a\u0065\u0074\u0061",0x2adb:"\u006d\u006c\u0063\u0070",0x0270:"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0x3396:"\u006d\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x33a3:"\u006d\u006d\u0063\u0075\u0062\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0xff4d:"\u006d\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339f:"\u006dm\u0073q\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x22a7:"\u006d\u006f\u0064\u0065\u006c\u0073",0x2a0a:"\u006do\u0064\u0074\u0077\u006f\u0073\u0075m",0x3082:"\u006d\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x33c1:"\u006d\u006f\u0068\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x30e2:"\u006d\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff93:"\u006d\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x33d6:"\u006do\u006c\u0073\u0071\u0075\u0061\u0072e",0x0e21:"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069",0x33a7:"\u006d\u006f\u0076e\u0072\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x33a8:"\u006d\u006f\u0076\u0065rs\u0073\u0071\u0075\u0061\u0072\u0065\u0064\u0073\u0071\u0075\u0061\u0072\u0065",0x24a8:"\u006d\u0070\u0061\u0072\u0065\u006e",0x33ab:"\u006dp\u0061\u0073\u0071\u0075\u0061\u0072e",0x1d5a0:"\u006d\u0073\u0061\u006e\u0073\u0041",0x1d5a1:"\u006d\u0073\u0061\u006e\u0073\u0042",0x1d5a2:"\u006d\u0073\u0061\u006e\u0073\u0043",0x1d5a3:"\u006d\u0073\u0061\u006e\u0073\u0044",0x1d5a4:"\u006d\u0073\u0061\u006e\u0073\u0045",0x1d5a5:"\u006d\u0073\u0061\u006e\u0073\u0046",0x1d5a6:"\u006d\u0073\u0061\u006e\u0073\u0047",0x1d5a7:"\u006d\u0073\u0061\u006e\u0073\u0048",0x1d5a8:"\u006d\u0073\u0061\u006e\u0073\u0049",0x1d5a9:"\u006d\u0073\u0061\u006e\u0073\u004a",0x1d5aa:"\u006d\u0073\u0061\u006e\u0073\u004b",0x1d5ab:"\u006d\u0073\u0061\u006e\u0073\u004c",0x1d5ac:"\u006d\u0073\u0061\u006e\u0073\u004d",0x1d5ad:"\u006d\u0073\u0061\u006e\u0073\u004e",0x1d5ae:"\u006d\u0073\u0061\u006e\u0073\u004f",0x1d5af:"\u006d\u0073\u0061\u006e\u0073\u0050",0x1d5b0:"\u006d\u0073\u0061\u006e\u0073\u0051",0x1d5b1:"\u006d\u0073\u0061\u006e\u0073\u0052",0x1d5b2:"\u006d\u0073\u0061\u006e\u0073\u0053",0x1d5b3:"\u006d\u0073\u0061\u006e\u0073\u0054",0x1d5b4:"\u006d\u0073\u0061\u006e\u0073\u0055",0x1d5b5:"\u006d\u0073\u0061\u006e\u0073\u0056",0x1d5b6:"\u006d\u0073\u0061\u006e\u0073\u0057",0x1d5b7:"\u006d\u0073\u0061\u006e\u0073\u0058",0x1d5b8:"\u006d\u0073\u0061\u006e\u0073\u0059",0x1d5b9:"\u006d\u0073\u0061\u006e\u0073\u005a",0x1d5ba:"\u006d\u0073\u0061\u006e\u0073\u0061",0x1d5bb:"\u006d\u0073\u0061\u006e\u0073\u0062",0x1d5bc:"\u006d\u0073\u0061\u006e\u0073\u0063",0x1d5bd:"\u006d\u0073\u0061\u006e\u0073\u0064",0x1d5be:"\u006d\u0073\u0061\u006e\u0073\u0065",0x1d7ea:"\u006d\u0073\u0061\u006e\u0073\u0065\u0069\u0067\u0068\u0074",0x1d5bf:"\u006d\u0073\u0061\u006e\u0073\u0066",0x1d7e7:"\u006ds\u0061\u006e\u0073\u0066\u0069\u0076e",0x1d7e6:"\u006ds\u0061\u006e\u0073\u0066\u006f\u0075r",0x1d5c0:"\u006d\u0073\u0061\u006e\u0073\u0067",0x1d5c1:"\u006d\u0073\u0061\u006e\u0073\u0068",0x1d5c2:"\u006d\u0073\u0061\u006e\u0073\u0069",0x1d5c3:"\u006d\u0073\u0061\u006e\u0073\u006a",0x1d5c4:"\u006d\u0073\u0061\u006e\u0073\u006b",0x1d5c5:"\u006d\u0073\u0061\u006e\u0073\u006c",0x1d5c6:"\u006d\u0073\u0061\u006e\u0073\u006d",0x1d5c7:"\u006d\u0073\u0061\u006e\u0073\u006e",0x1d7eb:"\u006ds\u0061\u006e\u0073\u006e\u0069\u006ee",0x1d5c8:"\u006d\u0073\u0061\u006e\u0073\u006f",0x1d7e3:"\u006d\u0073\u0061\u006e\u0073\u006f\u006e\u0065",0x1d5c9:"\u006d\u0073\u0061\u006e\u0073\u0070",0x1d5ca:"\u006d\u0073\u0061\u006e\u0073\u0071",0x1d5cb:"\u006d\u0073\u0061\u006e\u0073\u0072",0x1d5cc:"\u006d\u0073\u0061\u006e\u0073\u0073",0x1d7e9:"\u006d\u0073\u0061\u006e\u0073\u0073\u0065\u0076\u0065\u006e",0x1d7e8:"\u006d\u0073\u0061\u006e\u0073\u0073\u0069\u0078",0x1d5cd:"\u006d\u0073\u0061\u006e\u0073\u0074",0x1d7e5:"\u006d\u0073\u0061\u006e\u0073\u0074\u0068\u0072\u0065\u0065",0x1d7e4:"\u006d\u0073\u0061\u006e\u0073\u0074\u0077\u006f",0x1d5ce:"\u006d\u0073\u0061\u006e\u0073\u0075",0x1d5cf:"\u006d\u0073\u0061\u006e\u0073\u0076",0x1d5d0:"\u006d\u0073\u0061\u006e\u0073\u0077",0x1d5d1:"\u006d\u0073\u0061\u006e\u0073\u0078",0x1d5d2:"\u006d\u0073\u0061\u006e\u0073\u0079",0x1d5d3:"\u006d\u0073\u0061\u006e\u0073\u007a",0x1d7e2:"\u006ds\u0061\u006e\u0073\u007a\u0065\u0072o",0x1d49c:"\u006d\u0073\u0063r\u0041",0x212c:"\u006d\u0073\u0063r\u0042",0x1d49e:"\u006d\u0073\u0063r\u0043",0x1d49f:"\u006d\u0073\u0063r\u0044",0x2130:"\u006d\u0073\u0063r\u0045",0x2131:"\u006d\u0073\u0063r\u0046",0x1d4a2:"\u006d\u0073\u0063r\u0047",0x210b:"\u006d\u0073\u0063r\u0048",0x2110:"\u006d\u0073\u0063r\u0049",0x1d4a5:"\u006d\u0073\u0063r\u004a",0x1d4a6:"\u006d\u0073\u0063r\u004b",0x2112:"\u006d\u0073\u0063r\u004c",0x2133:"\u006d\u0073\u0063r\u004d",0x1d4a9:"\u006d\u0073\u0063r\u004e",0x1d4aa:"\u006d\u0073\u0063r\u004f",0x1d4ab:"\u006d\u0073\u0063r\u0050",0x1d4ac:"\u006d\u0073\u0063r\u0051",0x211b:"\u006d\u0073\u0063r\u0052",0x1d4ae:"\u006d\u0073\u0063r\u0053",0x1d4af:"\u006d\u0073\u0063r\u0054",0x1d4b0:"\u006d\u0073\u0063r\u0055",0x1d4b1:"\u006d\u0073\u0063r\u0056",0x1d4b2:"\u006d\u0073\u0063r\u0057",0x1d4b3:"\u006d\u0073\u0063r\u0058",0x1d4b4:"\u006d\u0073\u0063r\u0059",0x1d4b5:"\u006d\u0073\u0063r\u005a",0x1d4b6:"\u006d\u0073\u0063r\u0061",0x1d4b7:"\u006d\u0073\u0063r\u0062",0x1d4b8:"\u006d\u0073\u0063r\u0063",0x1d4b9:"\u006d\u0073\u0063r\u0064",0x212f:"\u006d\u0073\u0063r\u0065",0x1d4bb:"\u006d\u0073\u0063r\u0066",0x210a:"\u006d\u0073\u0063r\u0067",0x1d4bd:"\u006d\u0073\u0063r\u0068",0x1d4be:"\u006d\u0073\u0063r\u0069",0x1d4bf:"\u006d\u0073\u0063r\u006a",0x1d4c0:"\u006d\u0073\u0063r\u006b",0x1d4c1:"\u006d\u0073\u0063r\u006c",0x1d4c2:"\u006d\u0073\u0063r\u006d",0x1d4c3:"\u006d\u0073\u0063r\u006e",0x2134:"\u006d\u0073\u0063r\u006f",0x1d4c5:"\u006d\u0073\u0063r\u0070",0x1d4c6:"\u006d\u0073\u0063r\u0071",0x1d4c7:"\u006d\u0073\u0063r\u0072",0x1d4c8:"\u006d\u0073\u0063r\u0073",0x1d4c9:"\u006d\u0073\u0063r\u0074",0x1d4ca:"\u006d\u0073\u0063r\u0075",0x1d4cb:"\u006d\u0073\u0063r\u0076",0x1d4cc:"\u006d\u0073\u0063r\u0077",0x1d4cd:"\u006d\u0073\u0063r\u0078",0x1d4ce:"\u006d\u0073\u0063r\u0079",0x1d4cf:"\u006d\u0073\u0063r\u007a",0x33b3:"\u006d\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0xf6ef:"\u006ds\u0075\u0070\u0065\u0072\u0069\u006fr",0x1d670:"\u006d\u0074\u0074\u0041",0x1d671:"\u006d\u0074\u0074\u0042",0x1d672:"\u006d\u0074\u0074\u0043",0x1d673:"\u006d\u0074\u0074\u0044",0x1d674:"\u006d\u0074\u0074\u0045",0x1d675:"\u006d\u0074\u0074\u0046",0x1d676:"\u006d\u0074\u0074\u0047",0x1d677:"\u006d\u0074\u0074\u0048",0x1d678:"\u006d\u0074\u0074\u0049",0x1d679:"\u006d\u0074\u0074\u004a",0x1d67a:"\u006d\u0074\u0074\u004b",0x1d67b:"\u006d\u0074\u0074\u004c",0x1d67c:"\u006d\u0074\u0074\u004d",0x1d67d:"\u006d\u0074\u0074\u004e",0x1d67e:"\u006d\u0074\u0074\u004f",0x1d67f:"\u006d\u0074\u0074\u0050",0x1d680:"\u006d\u0074\u0074\u0051",0x1d681:"\u006d\u0074\u0074\u0052",0x1d682:"\u006d\u0074\u0074\u0053",0x1d683:"\u006d\u0074\u0074\u0054",0x1d684:"\u006d\u0074\u0074\u0055",0x1d685:"\u006d\u0074\u0074\u0056",0x1d686:"\u006d\u0074\u0074\u0057",0x1d687:"\u006d\u0074\u0074\u0058",0x1d688:"\u006d\u0074\u0074\u0059",0x1d689:"\u006d\u0074\u0074\u005a",0x1d68a:"\u006d\u0074\u0074\u0061",0x1d68b:"\u006d\u0074\u0074\u0062",0x1d68c:"\u006d\u0074\u0074\u0063",0x1d68d:"\u006d\u0074\u0074\u0064",0x1d68e:"\u006d\u0074\u0074\u0065",0x1d7fe:"\u006d\u0074\u0074\u0065\u0069\u0067\u0068\u0074",0x1d68f:"\u006d\u0074\u0074\u0066",0x1d7fb:"\u006dt\u0074\u0066\u0069\u0076\u0065",0x1d7fa:"\u006dt\u0074\u0066\u006f\u0075\u0072",0x1d690:"\u006d\u0074\u0074\u0067",0x1d691:"\u006d\u0074\u0074\u0068",0x1d692:"\u006d\u0074\u0074\u0069",0x1d693:"\u006d\u0074\u0074\u006a",0x1d694:"\u006d\u0074\u0074\u006b",0x1d695:"\u006d\u0074\u0074\u006c",0x1d696:"\u006d\u0074\u0074\u006d",0x1d697:"\u006d\u0074\u0074\u006e",0x1d7ff:"\u006dt\u0074\u006e\u0069\u006e\u0065",0x1d698:"\u006d\u0074\u0074\u006f",0x1d7f7:"\u006d\u0074\u0074\u006f\u006e\u0065",0x1d699:"\u006d\u0074\u0074\u0070",0x1d69a:"\u006d\u0074\u0074\u0071",0x1d69b:"\u006d\u0074\u0074\u0072",0x1d69c:"\u006d\u0074\u0074\u0073",0x1d7fd:"\u006d\u0074\u0074\u0073\u0065\u0076\u0065\u006e",0x1d7fc:"\u006d\u0074\u0074\u0073\u0069\u0078",0x1d69d:"\u006d\u0074\u0074\u0074",0x1d7f9:"\u006d\u0074\u0074\u0074\u0068\u0072\u0065\u0065",0x1d7f8:"\u006d\u0074\u0074\u0074\u0077\u006f",0x1d69e:"\u006d\u0074\u0074\u0075",0x1d69f:"\u006d\u0074\u0074\u0076",0x1d6a0:"\u006d\u0074\u0074\u0077",0x1d6a1:"\u006d\u0074\u0074\u0078",0x1d6a2:"\u006d\u0074\u0074\u0079",0x1d6a3:"\u006d\u0074\u0074\u007a",0x1d7f6:"\u006dt\u0074\u007a\u0065\u0072\u006f",0x026f:"\u006dt\u0075\u0072\u006e\u0065\u0064",0x00b5:"\u006d\u0075",0x3382:"\u006du\u0061\u0073\u0071\u0075\u0061\u0072e",0x226b:"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x226a:"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",0x338c:"\u006du\u0066\u0073\u0071\u0075\u0061\u0072e",0x03bc:"\u006du\u0067\u0072\u0065\u0065\u006b",0x338d:"\u006du\u0067\u0073\u0071\u0075\u0061\u0072e",0x3080:"\u006d\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e0:"\u006d\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff91:"\u006d\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3395:"\u006du\u006c\u0073\u0071\u0075\u0061\u0072e",0x22c9:"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074",0x22ca:"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074",0x22b8:"\u006d\u0075\u006c\u0074\u0069\u006d\u0061\u0070",0x27dc:"m\u0075\u006c\u0074\u0069\u006d\u0061\u0070\u0069\u006e\u0076",0x22cb:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",0x22cc:"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",0x00d7:"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",0x339b:"\u006du\u006d\u0073\u0071\u0075\u0061\u0072e",0x05a3:"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x266a:"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065",0x266d:"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e",0x266f:"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e",0x33b2:"\u006du\u0073\u0073\u0071\u0075\u0061\u0072e",0x33b6:"\u006du\u0076\u0073\u0071\u0075\u0061\u0072e",0x33bc:"\u006du\u0077\u0073\u0071\u0075\u0061\u0072e",0x33b9:"\u006d\u0076\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33b7:"\u006d\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33bf:"\u006d\u0077\u006de\u0067\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x33bd:"\u006d\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x006e:"\u006e",0x21fa:"n\u0056\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b3a:"\u006eV\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21fc:"\u006e\u0056l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21fb:"\u006e\u0056\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2915:"\u006e\u0056r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2b35:"\u006eV\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3d:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2901:"\u006e\u0056\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2918:"\u006e\u0056\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x09a8:"\u006ea\u0062\u0065\u006e\u0067\u0061\u006ci",0x0144:"\u006e\u0061\u0063\u0075\u0074\u0065",0x0928:"\u006e\u0061\u0064\u0065\u0076\u0061",0x0aa8:"\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a28:"\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x306a:"\u006e\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x20a6:"\u006e\u0061\u0069r\u0061",0x30ca:"\u006e\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff85:"\u006e\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x22bc:"\u006e\u0061\u006e\u0064",0x2249:"\u006ea\u0070\u0070\u0072\u006f\u0078",0x3381:"\u006e\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x226d:"\u006e\u0061\u0073\u0079\u006d\u0070",0x266e:"\u006ea\u0074\u0075\u0072\u0061\u006c",0x2011:"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e",0x310b:"\u006eb\u006f\u0070\u006f\u006d\u006f\u0066o",0x0148:"\u006e\u0063\u0061\u0072\u006f\u006e",0x0146:"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81d:"\u006ec\u0065\u0064\u0069\u006c\u006c\u00611",0x24dd:"\u006ec\u0069\u0072\u0063\u006c\u0065",0x1e4b:"\u006e\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e45:"\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e47:"\u006ed\u006f\u0074\u0062\u0065\u006c\u006fw",0x306d:"\u006e\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cd:"\u006e\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff88:"\u006e\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2931:"n\u0065\u006f\u0076\u006e\u0077\u0061\u0072\u0072\u006f\u0077",0x292e:"n\u0065\u006f\u0076\u0073\u0065\u0061\u0072\u0072\u006f\u0077",0x2922:"\u006ee\u0073\u0077\u0061\u0072\u0072\u006fw",0x26b2:"\u006e\u0065\u0075\u0074\u0065\u0072",0x338b:"\u006e\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x0999:"\u006e\u0067\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0919:"\u006eg\u0061\u0064\u0065\u0076\u0061",0x0a99:"n\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a19:"n\u0067\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0e07:"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069",0x2275:"\u006eg\u0074\u0072\u0073\u0069\u006d",0x2af5:"\u006eh\u0056\u0076\u0065\u0072\u0074",0x3093:"\u006eh\u0069\u0072\u0061\u0067\u0061\u006ea",0x0272:"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t",0x0273:"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078",0x2af2:"\u006e\u0068\u0070a\u0072",0x326f:"\u006ei\u0065u\u006e\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x320f:"\u006e\u0069\u0065\u0075\u006e\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3135:"\u006e\u0069e\u0075\u006e\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3261:"\u006e\u0069\u0065\u0075\u006e\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3136:"\u006e\u0069e\u0075\u006e\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3134:"n\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3168:"\u006ei\u0065u\u006e\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3201:"\u006e\u0069e\u0075\u006e\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3167:"\u006ei\u0065u\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3166:"\u006e\u0069\u0065\u0075\u006e\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x306b:"\u006e\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cb:"\u006e\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff86:"\u006e\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf899:"\u006e\u0069k\u0068\u0061\u0068i\u0074\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e4d:"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069",0x0039:"\u006e\u0069\u006e\u0065",0x09ef:"n\u0069\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096f:"\u006e\u0069\u006e\u0065\u0064\u0065\u0076\u0061",0x0aef:"\u006e\u0069\u006ee\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6f:"\u006e\u0069\u006ee\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0669:"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x3029:"\u006e\u0069\u006ee\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3228:"n\u0069n\u0065\u0069\u0064\u0065\u006f\u0067\u0072\u0061p\u0068\u0069\u0063\u0070ar\u0065\u006e",0x2089:"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff19:"\u006e\u0069\u006e\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf739:"\u006e\u0069\u006ee\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247c:"\u006ei\u006e\u0065\u0070\u0061\u0072\u0065n",0x2490:"\u006e\u0069\u006e\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f9:"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2178:"\u006ei\u006e\u0065\u0072\u006f\u006d\u0061n",0x2079:"\u006e\u0069\u006ee\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2472:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2486:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x249a:"\u006e\u0069\u006e\u0065\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e59:"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069",0x22fe:"\u006e\u0069\u006f\u0062\u0061\u0072",0x22fc:"\u006e\u0069\u0073",0x22fa:"\u006e\u0069\u0073\u0064",0x01cc:"\u006e\u006a",0x30f3:"\u006ek\u0061\u0074\u0061\u006b\u0061\u006ea",0xff9d:"\u006ek\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x019e:"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067",0x2278:"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072",0x2274:"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d",0x1e49:"\u006e\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff4e:"\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x339a:"\u006e\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x09a3:"\u006e\u006e\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0923:"\u006en\u0061\u0064\u0065\u0076\u0061",0x0aa3:"n\u006e\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a23:"n\u006e\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0929:"\u006e\u006e\u006e\u0061\u0064\u0065\u0076\u0061",0x306e:"\u006e\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ce:"\u006e\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff89:"\u006e\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x00a0:"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065",0x0e13:"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i",0x0e19:"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069",0x0646:"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfee6:"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb9f:"n\u006f\u006f\u006e\u0067hu\u006en\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfee7:"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfee5:"\u006e\u006f\u006fn\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcd2:"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4b:"\u006e\u006f\u006f\u006eje\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfee8:"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcd5:"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfc4e:"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063",0xfc8d:"\u006e\u006f\u006f\u006eno\u006f\u006e\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc8e:"\u006eo\u006f\u006e\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u006da\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc4f:"n\u006f\u006f\u006e\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075r\u0061\u0069\u0073o\u006ca\u0074\u0065\u0064",0xfcd3:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xe815:"\u006eo\u006fn\u0077\u0069\u0074\u0068\u0068e\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcd4:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc8f:"\u006e\u006fo\u006e\u0077\u0069t\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc50:"\u006e\u006f\u006f\u006ewi\u0074\u0068\u0079\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfc70:"\u006e\u006f\u006f\u006e\u0077\u0069\u0074\u0068\u007a\u0061\u0069\u006ef\u0069\u006e\u0061\u006c",0x2247:"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c",0x21ae:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x219a:"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",0x219b:"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",0x2224:"\u006e\u006f\u0074\u0062\u0061\u0072",0x220c:"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",0x21ce:"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068",0x2209:"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074",0x2260:"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2204:"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c",0x22ae:"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s",0x22af:"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061",0x226f:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072",0x2271:"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c",0x2279:"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073",0x2a7e:"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",0x2262:"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c",0x226e:"\u006eo\u0074\u006c\u0065\u0073\u0073",0x2270:"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2226:"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x2280:"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x22ad:"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073",0x2241:"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072",0x2284:"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t",0x2288:"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c",0x2281:"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2285:"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",0x2289:"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c",0x22ec:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074",0x22ed:"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074",0x22ea:"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22eb:"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x22ac:"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065",0x0576:"n\u006f\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x24a9:"\u006e\u0070\u0061\u0072\u0065\u006e",0x2a14:"\u006ep\u006f\u006c\u0069\u006e\u0074",0x22e0:"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x2244:"\u006e\u0073\u0069m\u0065",0x22e2:"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",0x22e3:"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",0x33b1:"\u006e\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x22e1:"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",0x207f:"\u006es\u0075\u0070\u0065\u0072\u0069\u006fr",0x00f1:"\u006e\u0074\u0069\u006c\u0064\u0065",0x03bd:"\u006e\u0075",0x306c:"\u006e\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30cc:"\u006e\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff87:"\u006e\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09bc:"\u006e\u0075\u006bt\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x093c:"\u006eu\u006b\u0074\u0061\u0064\u0065\u0076a",0x0abc:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a3c:"\u006e\u0075\u006b\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0023:"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e",0xff03:"\u006e\u0075\u006d\u0062er\u0073\u0069\u0067\u006e\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5f:"\u006eu\u006db\u0065\u0072\u0073\u0069\u0067\u006e\u0073\u006d\u0061\u006c\u006c",0x0374:"\u006e\u0075m\u0065\u0072\u0061l\u0073\u0069\u0067\u006e\u0067\u0072\u0065\u0065\u006b",0x0375:"n\u0075\u006d\u0065\u0072al\u0073i\u0067\u006e\u006c\u006f\u0077e\u0072\u0067\u0072\u0065\u0065\u006b",0x2116:"\u006e\u0075\u006d\u0065\u0072\u006f",0x05e0:"\u006e\u0075\u006e",0xfb40:"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h",0x2902:"n\u0076\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2904:"\u006e\u0076L\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2903:"\u006e\u0076\u0052i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x29de:"\u006ev\u0069\u006e\u0066\u0074\u0079",0x21f7:"n\u0076\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2b39:"\u006ev\u006ce\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x21f9:"\u006e\u0076l\u0065\u0066\u0074r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x21f8:"\u006e\u0076\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2914:"\u006e\u0076r\u0069\u0067\u0068t\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x33b5:"\u006e\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x2b34:"\u006ev\u0074w\u006f\u0068\u0065\u0061\u0064l\u0065\u0066t\u0061\u0072\u0072\u006f\u0077",0x2b3c:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061i\u006c",0x2900:"\u006e\u0076\u0074\u0077oh\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x2917:"\u006e\u0076\u0074wo\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",0x2932:"n\u0077\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2921:"\u006ew\u0073\u0065\u0061\u0072\u0072\u006fw",0x33bb:"\u006e\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x099e:"\u006e\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091e:"\u006ey\u0061\u0064\u0065\u0076\u0061",0x0a9e:"n\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1e:"n\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x006f:"\u006f",0x00f3:"\u006f\u0061\u0063\u0075\u0074\u0065",0x0e2d:"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069",0x233d:"\u006f\u0062\u0061\u0072",0x0275:"\u006fb\u0061\u0072\u0072\u0065\u0064",0x04e9:"\u006fb\u0061r\u0072\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04eb:"\u006f\u0062\u0061rr\u0065\u0064\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0993:"\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x311b:"\u006fb\u006f\u0070\u006f\u006d\u006f\u0066o",0x29ba:"\u006f\u0062\u006f\u0074",0x23e0:"\u006fb\u0072\u0062\u0072\u0061\u006b",0x014f:"\u006f\u0062\u0072\u0065\u0076\u0065",0x29b8:"\u006fb\u0073\u006c\u0061\u0073\u0068",0x0911:"o\u0063\u0061\u006e\u0064\u0072\u0061\u0064\u0065\u0076\u0061",0x0a91:"\u006fc\u0061n\u0064\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0949:"o\u0063a\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065l\u0073\u0069\u0067\u006ede\u0076\u0061",0x0ac9:"\u006fc\u0061\u006e\u0064\u0072\u0061\u0076\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x01d2:"\u006f\u0063\u0061\u0072\u006f\u006e",0x24de:"\u006fc\u0069\u0072\u0063\u006c\u0065",0x00f4:"o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1ed1:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0061\u0063\u0075\u0074\u0065",0x1ed9:"\u006f\u0063\u0069\u0072cu\u006d\u0066\u006c\u0065\u0078\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1ed3:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0067\u0072\u0061\u0076\u0065",0x1ed5:"o\u0063i\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078h\u006f\u006f\u006b\u0061bo\u0076\u0065",0x1ed7:"\u006f\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0074\u0069\u006c\u0064\u0065",0x043e:"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c",0x020d:"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e",0x0913:"\u006f\u0064\u0065v\u0061",0x00f6:"\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s",0x04e7:"\u006f\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x2a38:"\u006f\u0064\u0069\u0076",0x1ecd:"\u006fd\u006f\u0074\u0062\u0065\u006c\u006fw",0x29bc:"\u006f\u0064\u006ft\u0073\u006c\u0061\u0073\u0068\u0064\u006f\u0074",0x0153:"\u006f\u0065",0x315a:"\u006f\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x02db:"\u006f\u0067\u006f\u006e\u0065\u006b",0x0328:"\u006fg\u006f\u006e\u0065\u006b\u0063\u006db",0x00f2:"\u006f\u0067\u0072\u0061\u0076\u0065",0x29c1:"\u006f\u0067\u0072e\u0061\u0074\u0065\u0072\u0074\u0068\u0061\u006e",0x0a93:"\u006fg\u0075\u006a\u0061\u0072\u0061\u0074i",0x0585:"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x304a:"\u006fh\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ecf:"\u006f\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01a1:"\u006f\u0068\u006fr\u006e",0x1edb:"\u006f\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ee3:"\u006f\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1edd:"\u006f\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1edf:"\u006f\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1ee1:"\u006f\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x0151:"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",0x01a3:"\u006f\u0069",0x2230:"\u006f\u0069\u0069\u0069\u006e\u0074",0x222f:"\u006f\u0069\u0069n\u0074",0x2233:"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x020f:"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30aa:"\u006fk\u0061\u0074\u0061\u006b\u0061\u006ea",0xff75:"\u006fk\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x3157:"\u006fk\u006f\u0072\u0065\u0061\u006e",0x29bb:"\u006fl\u0063\u0072\u006f\u0073\u0073",0x05ab:"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w",0x29c0:"\u006fl\u0065\u0073\u0073\u0074\u0068\u0061n",0x014d:"\u006fm\u0061\u0063\u0072\u006f\u006e",0x1e53:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0061\u0063\u0075\u0074\u0065",0x1e51:"\u006f\u006d\u0061c\u0072\u006f\u006e\u0067\u0072\u0061\u0076\u0065",0x0950:"\u006f\u006d\u0064\u0065\u0076\u0061",0x03c9:"\u006f\u006d\u0065g\u0061",0x03d6:"\u006f\u006d\u0065\u0067\u0061\u0031",0x0461:"\u006f\u006d\u0065\u0067\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0277:"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064",0x047b:"\u006fm\u0065g\u0061\u0072\u006f\u0075\u006ed\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x047d:"\u006fm\u0065g\u0061\u0074\u0069\u0074\u006co\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x03ce:"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073",0x0ad0:"\u006f\u006d\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x03bf:"\u006fm\u0069\u0063\u0072\u006f\u006e",0x03cc:"\u006f\u006d\u0069c\u0072\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0xff4f:"\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0031:"\u006f\u006e\u0065",0x09e7:"\u006f\u006e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0967:"\u006fn\u0065\u0064\u0065\u0076\u0061",0x2024:"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",0x215b:"\u006fn\u0065\u0065\u0069\u0067\u0068\u0074h",0x2155:"\u006f\u006e\u0065\u0066\u0069\u0066\u0074\u0068",0xf6dc:"\u006fn\u0065\u0066\u0069\u0074\u0074\u0065d",0x0ae7:"o\u006e\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a67:"o\u006e\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0661:"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",0x00bd:"\u006fn\u0065\u0068\u0061\u006c\u0066",0x3021:"o\u006e\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3220:"\u006f\u006e\u0065\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2081:"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff11:"\u006f\u006e\u0065m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f4:"\u006f\u006e\u0065\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf731:"o\u006e\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2474:"\u006f\u006e\u0065\u0070\u0061\u0072\u0065\u006e",0x2488:"\u006fn\u0065\u0070\u0065\u0072\u0069\u006fd",0x06f1:"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00bc:"\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072",0x2170:"\u006f\u006e\u0065\u0072\u006f\u006d\u0061\u006e",0x2159:"\u006f\u006e\u0065\u0073\u0069\u0078\u0074\u0068",0x00b9:"o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e51:"\u006fn\u0065\u0074\u0068\u0061\u0069",0x2153:"\u006f\u006e\u0065\u0074\u0068\u0069\u0072\u0064",0x01eb:"\u006fo\u0067\u006f\u006e\u0065\u006b",0x01ed:"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e",0x0a13:"\u006f\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a4b:"\u006fo\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0254:"\u006f\u006f\u0070e\u006e",0x24aa:"\u006f\u0070\u0061\u0072\u0065\u006e",0x29b9:"\u006f\u0070\u0065r\u0070",0x2a2d:"\u006f\u0070\u006c\u0075\u0073\u006c\u0068\u0072\u0069\u006d",0x2a2e:"\u006f\u0070\u006c\u0075\u0073\u0072\u0068\u0072\u0069\u006d",0x2325:"\u006f\u0070\u0074\u0069\u006f\u006e",0x00aa:"o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065",0x00ba:"\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065",0x22b6:"\u006f\u0072\u0069\u0067\u006f\u0066",0x221f:"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c",0x22bb:"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x0912:"\u006f\u0073\u0068\u006f\u0072\u0074\u0064\u0065\u0076\u0061",0x094a:"\u006f\u0073\u0068\u006frt\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x00f8:"\u006f\u0073\u006c\u0061\u0073\u0068",0x01ff:"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065",0x3049:"\u006f\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a9:"\u006f\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff6b:"\u006f\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6f0:"\u006fs\u0075\u0070\u0065\u0072\u0069\u006fr",0x047f:"\u006f\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x00f5:"\u006f\u0074\u0069\u006c\u0064\u0065",0x1e4d:"o\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e4f:"\u006f\u0074\u0069\u006c\u0064\u0065\u0064\u0069\u0065r\u0065\u0073\u0069\u0073",0x2a36:"\u006ft\u0069\u006d\u0065\u0073\u0068\u0061t",0x2a34:"o\u0074\u0069\u006d\u0065\u0073\u006c\u0068\u0072\u0069\u006d",0x2a35:"o\u0074\u0069\u006d\u0065\u0073\u0072\u0068\u0072\u0069\u006d",0x3121:"\u006f\u0075\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x2125:"\u006f\u0075\u006ec\u0065",0x23de:"\u006fv\u0065\u0072\u0062\u0072\u0061\u0063e",0x23b4:"o\u0076\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20d6:"\u006f\u0076\u0065\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x20e1:"\u006fv\u0065r\u006c\u0065\u0066\u0074\u0072i\u0067\u0068t\u0061\u0072\u0072\u006f\u0077",0x203e:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065",0xfe4a:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0063e\u006e\u0074e\u0072\u006c\u0069\u006e\u0065",0x0305:"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062",0xfe49:"\u006f\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0064a\u0073\u0068\u0065\u0064",0xfe4c:"\u006fv\u0065r\u006c\u0069\u006e\u0065\u0064\u0062\u006c\u0077\u0061\u0076\u0079",0xfe4b:"\u006f\u0076\u0065r\u006c\u0069\u006e\u0065\u0077\u0061\u0076\u0079",0x23dc:"\u006fv\u0065\u0072\u0070\u0061\u0072\u0065n",0x09cb:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x094b:"\u006f\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0acb:"\u006fv\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0070:"\u0070",0x3380:"\u0070\u0061\u0061m\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x332b:"\u0070\u0061\u0061\u0073\u0065\u006e\u0074\u006f\u0073q\u0075\u0061\u0072\u0065",0x09aa:"\u0070a\u0062\u0065\u006e\u0067\u0061\u006ci",0x1e55:"\u0070\u0061\u0063\u0075\u0074\u0065",0x092a:"\u0070\u0061\u0064\u0065\u0076\u0061",0x21df:"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e",0x21de:"\u0070\u0061\u0067\u0065\u0075\u0070",0x0aaa:"\u0070\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2a:"\u0070\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3071:"\u0070\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x0e2f:"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069",0x30d1:"\u0070\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0484:"\u0070a\u006c\u0061\u0074\u0061l\u0069\u007a\u0061\u0074\u0069o\u006ec\u0079r\u0069\u006c\u006c\u0069\u0063\u0063\u006db",0x04c0:"\u0070\u0061l\u006f\u0063\u0068k\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x317f:"\u0070\u0061\u006e\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x00b6:"\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h",0x2029:"\u0070a\u0072a\u0067\u0072\u0061\u0070\u0068s\u0065\u0070a\u0072\u0061\u0074\u006f\u0072",0x2225:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c",0x25b1:"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",0x25b0:"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b",0x0028:"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t",0xfd3e:"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063",0xf8ed:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0074",0xf8ec:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0065\u0078",0x208d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff08:"\u0070a\u0072e\u006e\u006c\u0065\u0066\u0074m\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe59:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074s\u006d\u0061\u006c\u006c",0x207d:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0xf8eb:"p\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0074\u0070",0xfe35:"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x0029:"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074",0xfd3f:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063",0xf8f8:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0074",0xf8f7:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0065\u0078",0x208e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072",0xff09:"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe5a:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0x207e:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0073\u0075p\u0065\u0072\u0069\u006f\u0072",0xf8f6:"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070",0xfe36:"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0x2af3:"\u0070\u0061\u0072\u0073\u0069\u006d",0x2202:"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066",0x2aa3:"\u0070\u0061\u0072\u0074ia\u006c\u006d\u0065\u0065\u0074\u0063\u006f\u006e\u0074\u0072\u0061\u0063\u0074\u0069o\u006e",0x0599:"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x33a9:"\u0070\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x05b7:"\u0070a\u0074\u0061\u0068\u0031\u0031",0x05a1:"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x3106:"\u0070b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24df:"\u0070c\u0069\u0072\u0063\u006c\u0065",0x1e57:"\u0070\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x043f:"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfb44:"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068",0x333b:"p\u0065\u0065\u007a\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0xfb43:"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x067e:"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c",0x057a:"p\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfb57:"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb58:"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x307a:"\u0070\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfb56:"p\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb59:"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xe813:"\u0070\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0x30da:"\u0070\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x04a7:"p\u0065m\u0069\u0064\u0064\u006c\u0065\u0068\u006f\u006fk\u0063\u0079\u0072\u0069ll\u0069\u0063",0x2b20:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b1f:"\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0xfb4e:"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x0025:"\u0070e\u0072\u0063\u0065\u006e\u0074",0x066a:"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063",0xff05:"\u0070\u0065r\u0063\u0065\u006et\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe6a:"\u0070\u0065\u0072c\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",0x002e:"\u0070\u0065\u0072\u0069\u006f\u0064",0x0589:"\u0070\u0065\u0072\u0069\u006f\u0064\u0061\u0072\u006de\u006e\u0069\u0061\u006e",0x00b7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064",0x0097:"\u0070\u0065r\u0069\u006f\u0064c\u0065\u006e\u0074\u0065\u0072\u0065\u0064\u002e\u0030",0xff61:"\u0070e\u0072i\u006f\u0064\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xf6e7:"\u0070\u0065\u0072\u0069\u006f\u0064\u0069\u006e\u0066e\u0072\u0069\u006f\u0072",0xff0e:"\u0070e\u0072i\u006f\u0064\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe52:"p\u0065\u0072\u0069\u006f\u0064\u0073\u006d\u0061\u006c\u006c",0xf6e8:"\u0070\u0065\u0072\u0069\u006f\u0064\u0073\u0075\u0070e\u0072\u0069\u006f\u0072",0x0342:"\u0070\u0065\u0072\u0069sp\u006f\u006d\u0065\u006e\u0069\u0067\u0072\u0065\u0065\u006b\u0063\u006d\u0062",0x27c2:"\u0070\u0065\u0072\u0070",0x2a5e:"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064",0x22a5:"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072",0x2ae1:"\u0070\u0065\u0072p\u0073",0x2031:"\u0070\u0065\u0072\u0074\u0065\u006e\u0074\u0068\u006fu\u0073\u0061\u006e\u0064",0x2030:"p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064",0x20a7:"\u0070\u0065\u0073\u0065\u0074\u0061",0xf81b:"\u0070\u0065\u0073o\u0031",0x338a:"\u0070\u0066\u0073\u0071\u0075\u0061\u0072\u0065",0x09ab:"\u0070\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x092b:"\u0070h\u0061\u0064\u0065\u0076\u0061",0x0aab:"p\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2b:"p\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x03c6:"\u0070\u0068\u0069",0x03d5:"\u0070\u0068\u0069\u0031",0x327a:"p\u0068i\u0065\u0075\u0070\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x321a:"\u0070\u0068\u0069\u0065up\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326c:"\u0070\u0068\u0069\u0065up\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314d:"\u0070\u0068\u0069\u0065\u0075\u0070\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320c:"\u0070h\u0069e\u0075\u0070\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x0278:"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e",0x0e3a:"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069",0x01a5:"\u0070\u0068\u006fo\u006b",0x0e1e:"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e1c:"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0e20:"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069",0x03c0:"\u0070\u0069",0x3273:"\u0070i\u0065u\u0070\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3213:"\u0070\u0069\u0065\u0075\u0070\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3176:"\u0070\u0069e\u0075\u0070\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3265:"\u0070\u0069\u0065\u0075\u0070\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3172:"\u0070\u0069\u0065\u0075\u0070\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3142:"p\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3205:"\u0070\u0069e\u0075\u0070\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3174:"p\u0069\u0065\u0075\u0070si\u006fs\u006b\u0069\u0079\u0065\u006fk\u006b\u006f\u0072\u0065\u0061\u006e",0x3144:"\u0070i\u0065u\u0070\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3175:"p\u0069\u0065\u0075\u0070si\u006fs\u0074\u0069\u006b\u0065\u0075t\u006b\u006f\u0072\u0065\u0061\u006e",0x3177:"\u0070i\u0065u\u0070\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x3173:"\u0070\u0069\u0065\u0075\u0070\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x3074:"\u0070\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d4:"\u0070\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0583:"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x210f:"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069",0x002b:"\u0070\u006c\u0075\u0073",0x031f:"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x2a25:"\u0070l\u0075\u0073\u0064\u006f\u0074",0x2a72:"\u0070l\u0075\u0073\u0065\u0071\u0071",0x2a23:"\u0070l\u0075\u0073\u0068\u0061\u0074",0x208a:"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0x00b1:"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s",0x02d6:"\u0070l\u0075\u0073\u006d\u006f\u0064",0xff0b:"\u0070\u006c\u0075\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2a26:"\u0070l\u0075\u0073\u0073\u0069\u006d",0xfe62:"\u0070l\u0075\u0073\u0073\u006d\u0061\u006cl",0x2a27:"\u0070\u006c\u0075\u0073\u0073\u0075\u0062\u0074\u0077\u006f",0x207a:"\u0070\u006c\u0075s\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2a28:"\u0070\u006c\u0075\u0073\u0074\u0072\u0069\u0066",0xff50:"\u0070\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x33d8:"\u0070\u006d\u0073\u0071\u0075\u0061\u0072\u0065",0x307d:"\u0070\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x261f:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0064\u006f\u0077\u006e\u0077\u0068\u0069t\u0065",0x261c:"\u0070\u006f\u0069\u006eti\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u006c\u0065\u0066\u0074\u0077\u0068\u0069t\u0065",0x261d:"p\u006fi\u006e\u0074\u0069\u006e\u0067\u0069\u006e\u0064e\u0078\u0075\u0070\u0077hi\u0074\u0065",0x2a15:"\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0074",0x30dd:"\u0070\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0e1b:"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i",0x3012:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072\u006b",0x3020:"\u0070\u006f\u0073\u0074\u0061\u006c\u006d\u0061\u0072k\u0066\u0061\u0063\u0065",0x24ab:"\u0070\u0070\u0061\u0072\u0065\u006e",0x2ab7:"\u0070\u0072\u0065\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x2ab9:"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076",0x2ab5:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c",0x22e8:"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074",0x227a:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073",0x2aaf:"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c",0x227c:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079",0x227e:"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c",0x2ab3:"\u0070r\u0065\u0063\u0065\u0071\u0071",0x2ab1:"\u0070r\u0065\u0063\u006e\u0065\u0071",0x211e:"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e",0x0243:"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u006d\u006f\u0064",0x02b9:"\u0070\u0072\u0069\u006d\u0065\u006d\u006f\u0064",0x2035:"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x220f:"\u0070r\u006f\u0064\u0075\u0063\u0074",0x2313:"\u0070\u0072\u006f\u0066\u0073\u0075\u0072\u0066",0x2305:"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065",0x30fc:"\u0070\u0072\u006f\u006c\u006f\u006e\u0067\u0065\u0064\u006b\u0061\u006e\u0061",0x2318:"\u0070r\u006f\u0070\u0065\u006c\u006c\u006fr",0x2282:"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",0x2283:"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x2237:"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e",0x221d:"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c",0x22b0:"\u0070\u0072\u0075\u0072\u0065\u006c",0x03c8:"\u0070\u0073\u0069",0x0471:"p\u0073\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0486:"\u0070s\u0069\u006c\u0069\u0070\u006e\u0065\u0075\u006d\u0061\u0074\u0061c\u0079\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x33b0:"\u0070\u0073\u0073\u0071\u0075\u0061\u0072\u0065",0x3077:"\u0070\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30d7:"\u0070\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x27d3:"\u0070\u0075\u006c\u006c\u0062\u0061\u0063\u006b",0x2008:"\u0070\u0075n\u0063\u0074\u0075a\u0074\u0069\u006f\u006e\u0073\u0070\u0061\u0063\u0065",0x27d4:"\u0070u\u0073\u0068\u006f\u0075\u0074",0x33b4:"\u0070\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x33ba:"\u0070\u0077\u0073\u0071\u0075\u0061\u0072\u0065",0x0071:"\u0071",0x0958:"\u0071\u0061\u0064\u0065\u0076\u0061",0x05a8:"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfed6:"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfed7:"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfed5:"q\u0061\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfed8:"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x059f:"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3111:"\u0071b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e0:"\u0071c\u0069\u0072\u0063\u006c\u0065",0x02a0:"\u0071\u0068\u006fo\u006b",0xff51:"\u0071\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb47:"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h",0x05e7:"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",0x24ac:"\u0071\u0070\u0061\u0072\u0065\u006e",0x2057:"\u0071\u0070\u0072\u0069\u006d\u0065",0x2669:"q\u0075\u0061\u0072\u0074\u0065\u0072\u006e\u006f\u0074\u0065",0x05bb:"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",0x225f:"\u0071u\u0065\u0073\u0074\u0065\u0071",0x003f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e",0x055e:"\u0071\u0075e\u0073\u0074\u0069o\u006e\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x00bf:"\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e",0xf7bf:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006es\u006d\u0061\u006c\u006c",0x037e:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0067\u0072\u0065\u0065\u006b",0xff1f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf73f:"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0073\u006d\u0061\u006c\u006c",0x0022:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c",0x201e:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065",0x201c:"\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074",0xff02:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x301e:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0070\u0072\u0069\u006d\u0065",0x301d:"q\u0075\u006f\u0074\u0065db\u006cp\u0072\u0069\u006d\u0065\u0072e\u0076\u0065\u0072\u0073\u0065\u0064",0x201f:"q\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0065\u0076",0x201d:"\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074",0x2018:"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t",0x0244:"\u0071\u0075\u006ft\u0065\u006c\u0065\u0066\u0074\u006d\u006f\u0064",0x201b:"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",0x2019:"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",0x0149:"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e",0x201a:"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065",0x0027:"q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065",0xff07:"q\u0075o\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065m\u006f\u006e\u006f\u0073pa\u0063\u0065",0x0072:"\u0072",0x27eb:"\u0072\u0041\u006e\u0067\u006c\u0065",0x2984:"\u0072\u0042\u0072\u0061\u0063\u0065",0x2986:"\u0072\u0050\u0061\u0072\u0065\u006e",0x057c:"\u0072\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b0:"\u0072a\u0062\u0065\u006e\u0067\u0061\u006ci",0x0155:"\u0072\u0061\u0063\u0075\u0074\u0065",0x0930:"\u0072\u0061\u0064\u0065\u0076\u0061",0x221a:"\u0072a\u0064\u0069\u0063\u0061\u006c",0xf8e5:"\u0072a\u0064\u0069\u0063\u0061\u006c\u0065x",0x33ae:"\u0072\u0061\u0064\u006f\u0076\u0065\u0072\u0073\u0073q\u0075\u0061\u0072\u0065",0x33af:"r\u0061\u0064\u006f\u0076er\u0073s\u0071\u0075\u0061\u0072\u0065d\u0073\u0071\u0075\u0061\u0072\u0065",0x33ad:"\u0072a\u0064\u0073\u0071\u0075\u0061\u0072e",0x0ab0:"\u0072\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a30:"\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3089:"\u0072\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x024d:"\u0072\u0061\u0069\u0073\u0065\u0064",0x30e9:"\u0072\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff97:"\u0072\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x09f1:"\u0072\u0061\u006c\u006fwe\u0072\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061l\u0069",0x09f0:"\u0072\u0061\u006did\u0064\u006c\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0264:"\u0072\u0061\u006d\u0073\u0068\u006f\u0072\u006e",0x2992:"\u0072a\u006e\u0067\u006c\u0065\u0064\u006ft",0x237c:"r\u0061\u006e\u0067\u006ced\u006fw\u006e\u007a\u0069\u0067\u007aa\u0067\u0061\u0072\u0072\u006f\u0077",0x2236:"\u0072\u0061\u0074i\u006f",0xe816:"\u0072\u0061\u0079\u0061\u006c\u0065\u0066\u006c\u0061\u006d",0x27c6:"\u0072\u0062\u0061\u0067",0x2998:"\u0072\u0062\u006c\u006b\u0062\u0072\u0062\u0072\u0061\u006b",0x3116:"\u0072b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23ad:"\u0072\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u006e\u0064",0x23ac:"\u0072b\u0072\u0061\u0063\u0065\u006d\u0069d",0x23ab:"\u0072\u0062\u0072\u0061\u0063\u0065\u0075\u0065\u006e\u0064",0x23a5:"\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x23a6:"\u0072\u0062\u0072\u0061\u0063\u006b\u006c\u0065\u006e\u0064",0x298e:"\u0072\u0062\u0072a\u0063\u006b\u006c\u0072\u0074\u0069\u0063\u006b",0x298c:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0062\u0061\u0072",0x23a4:"\u0072\u0062\u0072\u0061\u0063\u006b\u0075\u0065\u006e\u0064",0x2990:"\u0072\u0062\u0072a\u0063\u006b\u0075\u0072\u0074\u0069\u0063\u006b",0x2773:"\u0072b\u0072\u0062\u0072\u0061\u006b",0x0159:"\u0072\u0063\u0061\u0072\u006f\u006e",0x0157:"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf81f:"\u0072c\u0065\u0064\u0069\u006c\u006c\u00611",0x24e1:"\u0072c\u0069\u0072\u0063\u006c\u0065",0xf832:"r\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x29fd:"r\u0063\u0075\u0072\u0076\u0079\u0061\u006e\u0067\u006c\u0065",0x0211:"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e",0x292b:"\u0072\u0064\u0069a\u0067\u006f\u0076\u0066\u0064\u0069\u0061\u0067",0x2930:"\u0072\u0064\u0069\u0061\u0067\u006f\u0076\u0073\u0065a\u0072\u0072\u006f\u0077",0x1e59:"\u0072\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e5b:"\u0072d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e5d:"\u0072d\u006ft\u0062\u0065\u006c\u006f\u0077\u006d\u0061\u0063\u0072\u006f\u006e",0x2117:"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074",0x203b:"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b",0x2286:"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",0x2287:"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",0x00ae:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064",0xf8e8:"\u0072\u0065\u0067i\u0073\u0074\u0065\u0072\u0073\u0061\u006e\u0073",0xf6da:"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0073\u0065\u0072\u0069\u0066",0x0631:"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c",0x0580:"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xfeae:"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x308c:"\u0072\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfead:"r\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30ec:"\u0072\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9a:"\u0072\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfb48:"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05e8:"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q",0x211f:"\u0072\u0065\u0073\u0070\u006f\u006e\u0073\u0065",0x29a3:"\u0072\u0065\u0076\u0061\u006e\u0067\u006c\u0065",0x29a5:"\u0072\u0065\u0076a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x22cd:"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",0x29b0:"r\u0065\u0076\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074",0x223d:"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065",0x0597:"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2310:"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074",0x2aee:"\u0072e\u0076\u006e\u006d\u0069\u0064",0x29d2:"\u0072\u0066\u0062\u006f\u0077\u0074\u0069\u0065",0x027e:"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk",0x027f:"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",0x29d5:"\u0072f\u0074\u0069\u006d\u0065\u0073",0x09dd:"\u0072\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095d:"\u0072h\u0061\u0064\u0065\u0076\u0061",0x03c1:"\u0072\u0068\u006f",0x027d:"\u0072\u0068\u006fo\u006b",0x027b:"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064",0x02b5:"\u0072\u0068\u006f\u006fkt\u0075\u0072\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x03f1:"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",0x02de:"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b\u006d\u006f\u0064",0x3271:"\u0072i\u0065u\u006c\u0061\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3211:"\u0072\u0069\u0065\u0075\u006c\u0061\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x3263:"\u0072\u0069\u0065\u0075\u006c\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3140:"\u0072\u0069e\u0075\u006c\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x313a:"\u0072\u0069\u0065\u0075\u006c\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3169:"r\u0069\u0065\u0075\u006cki\u0079e\u006f\u006b\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3139:"r\u0069\u0065\u0075\u006c\u006b\u006f\u0072\u0065\u0061\u006e",0x313b:"\u0072\u0069e\u0075\u006c\u006di\u0065\u0075\u006d\u006b\u006f\u0072\u0065\u0061\u006e",0x316c:"\u0072i\u0065u\u006c\u0070\u0061\u006e\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x3203:"\u0072\u0069e\u0075\u006c\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x313f:"\u0072i\u0065u\u006c\u0070\u0068\u0069\u0065u\u0070\u0068k\u006f\u0072\u0065\u0061\u006e",0x313c:"\u0072\u0069e\u0075\u006c\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x316b:"r\u0069e\u0075\u006c\u0070\u0069\u0065\u0075\u0070\u0073i\u006f\u0073\u006b\u006fre\u0061\u006e",0x313d:"\u0072i\u0065u\u006c\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x313e:"\u0072i\u0065u\u006c\u0074\u0068\u0069\u0065u\u0074\u0068k\u006f\u0072\u0065\u0061\u006e",0x316a:"\u0072\u0069\u0065\u0075\u006c\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x316d:"\u0072\u0069\u0065\u0075ly\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006b\u006f\u0072\u0065a\u006e",0x299d:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006ce\u006d\u0064\u006f\u0074",0x231d:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065",0x231c:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077",0x231f:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065",0x299c:"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0071\u0072",0x231e:"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077",0x2975:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0061\u0070\u0070\u0072\u006f\u0078",0x2b48:"r\u0069g\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062a\u0063\u006b\u0061\u0070pr\u006f\u0078",0x2b4c:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0062\u0073i\u006d\u0069\u006c\u0061\u0072",0x291e:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0064\u0069a\u006d\u006f\u006e\u0064",0x2b43:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0067\u0074\u0072",0x27f4:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u006f\u006eo\u0070\u006c\u0075\u0073",0x2945:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0070\u006c\u0075\u0073",0x2942:"\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0068\u006fr\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2974:"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073\u0069m\u0069\u006c\u0061\u0072",0x2b44:"\u0072\u0069g\u0068\u0074\u0061r\u0072\u006f\u0077\u0073\u0075\u0070\u0073\u0065\u0074",0x21fe:"\u0072i\u0067h\u0074\u0061\u0072\u0072\u006fw\u0074\u0072i\u0061\u006e\u0067\u006c\u0065",0x2947:"r\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0078",0x290d:"\u0072\u0069\u0067h\u0074\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2933:"\u0072\u0069g\u0068\u0074\u0063u\u0072\u0076\u0065\u0064\u0061\u0072\u0072\u006f\u0077",0x291c:"\u0072\u0069\u0067h\u0074\u0064\u0062\u006c\u0074\u0061\u0069\u006c",0x2911:"\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0074\u0061\u0072\u0072\u006f\u0077",0x2937:"r\u0069g\u0068\u0074\u0064\u006f\u0077\u006e\u0063\u0075r\u0076\u0065\u0064\u0061rr\u006f\u0077",0x297d:"\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x20d1:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006ea\u0063\u0063\u0065\u006e\u0074",0x2957:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u0062\u0061\u0072",0x2964:"\u0072\u0069\u0067\u0068th\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070\u0064\u006f\u0077\u006e",0x2953:"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006eu\u0070\u0062\u0061\u0072",0x296c:"\u0072i\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006eu\u0070\u0064\u0061\u0073\u0068",0x2970:"\u0072\u0069\u0067\u0068\u0074\u0069\u006d\u0070\u006c\u0079",0x2969:"r\u0069\u0067\u0068\u0074le\u0066t\u0068\u0061\u0072\u0070\u006fo\u006e\u0073\u0064\u006f\u0077\u006e",0x2968:"\u0072\u0069\u0067\u0068tl\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u0075\u0070",0x263d:"\u0072i\u0067\u0068\u0074\u006d\u006f\u006fn",0x27d6:"\u0072\u0069\u0067\u0068\u0074\u006f\u0075\u0074\u0065r\u006a\u006f\u0069\u006e",0x2b54:"\u0072\u0069\u0067\u0068\u0074\u0070\u0065\u006e\u0074\u0061\u0067\u006f\u006e",0x2b53:"\u0072i\u0067h\u0074\u0070\u0065\u006e\u0074a\u0067\u006fn\u0062\u006c\u0061\u0063\u006b",0x21c9:"\u0072\u0069g\u0068\u0074\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",0x0319:"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x291a:"\u0072i\u0067\u0068\u0074\u0074\u0061\u0069l",0x21f6:"\u0072\u0069g\u0068\u0074\u0074h\u0072\u0065\u0065\u0061\u0072\u0072\u006f\u0077\u0073",0x22bf:"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x219d:"\u0072\u0069\u0067\u0068\u0074\u0077\u0061\u0076\u0065a\u0072\u0072\u006f\u0077",0x308a:"\u0072\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ea:"\u0072\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff98:"\u0072\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x02da:"\u0072\u0069\u006e\u0067",0xf007:"\u0072\u0069\u006eg\u0031",0x0325:"\u0072\u0069\u006eg\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x030a:"\u0072i\u006e\u0067\u0063\u006d\u0062",0xd80d:"\u0072\u0069\u006e\u0067\u0066\u0069\u0074\u0074\u0065\u0064",0x02bf:"\u0072\u0069\u006eg\u0068\u0061\u006c\u0066\u006c\u0065\u0066\u0074",0x0559:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0061\u0072\u006d\u0065ni\u0061\u006e",0x031c:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02d3:"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0063\u0065\u006e\u0074er\u0065\u0064",0x02be:"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074",0x0339:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062",0x02d2:"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0063e\u006e\u0074\u0065\u0072\u0065\u0064",0x2256:"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c",0x028f:"\u0072\u0069\u006e\u0067le\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x0248:"\u0072\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066s\u0075\u0070\u0065\u0072",0x2a22:"\u0072\u0069\u006e\u0067\u0070\u006c\u0075\u0073",0x02ac:"r\u0069n\u0067\u0072\u0069\u0067\u0068\u0074\u0068\u0061l\u0066\u0073\u0075\u0062no\u0073\u0070",0x0247:"\u0072i\u006eg\u0072\u0069\u0067\u0068\u0074h\u0061\u006cf\u0073\u0075\u0070\u0065\u0072",0x0213:"\u0072\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x3351:"\u0072\u0069\u0074\u0074\u006f\u0072\u0075\u0073\u0071\u0075\u0061\u0072\u0065",0x202b:"\u0072\u006c\u0065",0x1e5f:"\u0072\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x027c:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067",0x027a:"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064",0xff52:"\u0072\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23b1:"\u0072\u006d\u006f\u0075\u0073\u0074\u0061\u0063\u0068\u0065",0x308d:"\u0072\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ed:"\u0072\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9b:"\u0072\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0e23:"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i",0x24ad:"\u0072\u0070\u0061\u0072\u0065\u006e",0x239f:"\u0072\u0070\u0061\u0072\u0065\u006e\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x2994:"\u0072p\u0061\u0072\u0065\u006e\u0067\u0074r",0x23a0:"\u0072\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u006e\u0064",0x239e:"\u0072\u0070\u0061\u0072\u0065\u006e\u0075\u0065\u006e\u0064",0x2a12:"\u0072\u0070\u0070\u006f\u006c\u0069\u006e\u0074",0x09dc:"\u0072\u0072\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0931:"\u0072r\u0061\u0064\u0065\u0076\u0061",0x0a5c:"r\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x298a:"\u0072r\u0061\u006e\u0067\u006c\u0065",0x0691:"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb8d:"\u0072r\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x2988:"\u0072\u0072\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073\u0069\u0073",0x09e0:"\u0072\u0072v\u006f\u0063\u0061l\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0960:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0ae0:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x09c4:"\u0072r\u0076\u006f\u0063\u0061l\u0069\u0063\u0076\u006f\u0077e\u006cs\u0069g\u006e\u0062\u0065\u006e\u0067\u0061\u006ci",0x0944:"\u0072\u0072\u0076\u006fca\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065v\u0061",0x0ac4:"\u0072\u0072\u0076\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006fw\u0065\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061r\u0061\u0074\u0069",0x29f7:"\u0072s\u006f\u006c\u0062\u0061\u0072",0x2ace:"\u0072s\u0071\u0068\u006f\u006f\u006b",0x2a65:"\u0072\u0073\u0075\u0062",0x023c:"\u0072\u0073\u0075\u0070\u0065\u0072",0xf6f1:"\u0072s\u0075\u0070\u0065\u0072\u0069\u006fr",0x2590:"\u0072t\u0062\u006c\u006f\u0063\u006b",0x2595:"\u0072\u0074\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x29ce:"\u0072\u0074\u0072\u0069\u006c\u0074\u0072\u0069",0x0279:"\u0072t\u0075\u0072\u006e\u0065\u0064",0x02b4:"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x023e:"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072",0x023d:"\u0072\u0074\u0075\u0072\u006e\u0073\u0075\u0070\u0065\u0072",0x308b:"\u0072\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30eb:"\u0072\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff99:"\u0072\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29f4:"r\u0075\u006c\u0065\u0064\u0065\u006c\u0061\u0079\u0065\u0064",0x20a8:"\u0072\u0075\u0070e\u0065",0x09f2:"\u0072\u0075p\u0065\u0065\u006da\u0072\u006b\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x09f3:"\u0072\u0075p\u0065\u0065\u0073i\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf6dd:"\u0072\u0075\u0070\u0069\u0061\u0068",0x0e24:"\u0072\u0075\u0074\u0068\u0061\u0069",0x23b9:"\u0072v\u0062\u006f\u0078\u006c\u0069\u006ee",0x098b:"\u0072v\u006fc\u0061\u006c\u0069\u0063\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x090b:"\u0072\u0076\u006fc\u0061\u006c\u0069\u0063\u0064\u0065\u0076\u0061",0x0a8b:"\u0072\u0076o\u0063\u0061\u006ci\u0063\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c3:"\u0072v\u006f\u0063\u0061\u006c\u0069\u0063\u0076\u006f\u0077\u0065\u006cs\u0069\u0067\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0943:"r\u0076\u006f\u0063\u0061li\u0063v\u006f\u0077\u0065\u006c\u0073i\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac3:"\u0072v\u006f\u0063\u0061\u006ci\u0063\u0076\u006f\u0077\u0065l\u0073i\u0067n\u0067\u0075\u006a\u0061\u0072\u0061\u0074i",0x29d9:"\u0072\u0076\u007a\u0069\u0067\u007a\u0061\u0067",0x0073:"\u0073",0x09b8:"\u0073a\u0062\u0065\u006e\u0067\u0061\u006ci",0x015b:"\u0073\u0061\u0063\u0075\u0074\u0065",0x1e65:"\u0073a\u0063u\u0074\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x0938:"\u0073\u0061\u0064\u0065\u0076\u0061",0xfeba:"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfebb:"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb9:"s\u0061\u0064\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfebc:"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0ab8:"\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a38:"\u0073\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3055:"\u0073\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b5:"\u0073\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7b:"\u0073\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0xfdfa:"\u0073\u0061\u006cl\u0061\u006c\u006c\u0061h\u006f\u0075\u0061\u006c\u0061\u0079\u0068e\u0077\u0061\u0073\u0061\u006c\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",0x05e1:"\u0073\u0061\u006d\u0065\u006b\u0068",0xfb41:"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077",0x2143:"\u0073\u0061\u006e\u0073\u004c\u006d\u0069\u0072\u0072\u006f\u0072\u0065\u0064",0x2142:"s\u0061\u006e\u0073\u004c\u0074\u0075\u0072\u006e\u0065\u0064",0x0e32:"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069",0x0e41:"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069",0x0e44:"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069",0x0e43:"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069",0x0e33:"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069",0x0e30:"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i",0x0e40:"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i",0xf886:"\u0073\u0061\u0072\u0061\u0069\u0069\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e35:"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069",0xf885:"\u0073\u0061\u0072\u0061\u0069\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e34:"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i",0x0e42:"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i",0xf888:"\u0073a\u0072a\u0075\u0065\u0065\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x0e37:"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069",0xf887:"\u0073\u0061\u0072\u0061\u0075\u0065\u006c\u0065\u0066t\u0074\u0068\u0061\u0069",0x0e36:"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069",0x0e38:"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i",0x0e39:"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069",0x22a8:"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s",0x3119:"\u0073b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0161:"\u0073\u0063\u0061\u0072\u006f\u006e",0x1e67:"\u0073c\u0061r\u006f\u006e\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x015f:"\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf817:"\u0073c\u0065\u0064\u0069\u006c\u006c\u00611",0x0259:"\u0073\u0063\u0068w\u0061",0x04d9:"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04db:"s\u0063\u0068\u0077\u0061di\u0065r\u0065\u0073\u0069\u0073\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x025a:"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk",0x24e2:"\u0073c\u0069\u0072\u0063\u006c\u0065",0x015d:"s\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x0219:"\u0073\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",0x2a13:"\u0073\u0063\u0070\u006f\u006c\u0069\u006e\u0074",0x2108:"\u0073c\u0072\u0075\u0070\u006c\u0065",0x22b1:"\u0073\u0063\u0075\u0072\u0065\u006c",0x1e61:"\u0073\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e63:"\u0073d\u006f\u0074\u0062\u0065\u006c\u006fw",0x1e69:"\u0073d\u006ft\u0062\u0065\u006c\u006f\u0077d\u006f\u0074a\u0063\u0063\u0065\u006e\u0074",0x033c:"\u0073e\u0061g\u0075\u006c\u006c\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x02af:"\u0073\u0065\u0061\u0067\u0075\u006c\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",0x2033:"\u0073\u0065\u0063\u006f\u006e\u0064",0x02ca:"\u0073\u0065\u0063\u006f\u006e\u0064\u0074\u006f\u006e\u0065\u0063\u0068i\u006e\u0065\u0073\u0065",0x00a7:"\u0073e\u0063\u0074\u0069\u006f\u006e",0xfeb2:"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb3:"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfeb1:"\u0073\u0065\u0065n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb4:"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfcb0:"\u0073\u0065\u0065\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0x05b6:"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0592:"\u0073\u0065\u0067\u006f\u006c\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x057d:"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x305b:"\u0073\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bb:"\u0073\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7e:"\u0073\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x003b:"\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn",0xff1b:"\u0073e\u006di\u0063\u006f\u006c\u006f\u006em\u006f\u006eo\u0073\u0070\u0061\u0063\u0065",0xfe54:"\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006es\u006d\u0061\u006c\u006c",0x309c:"\u0073e\u006di\u0076\u006f\u0069\u0063\u0065d\u006d\u0061r\u006b\u006b\u0061\u006e\u0061",0xff9f:"s\u0065\u006d\u0069\u0076\u006f\u0069c\u0065\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006ea\u0068\u0061\u006cf\u0077i\u0064\u0074\u0068",0x3322:"s\u0065\u006e\u0074\u0069\u0073\u0071\u0075\u0061\u0072\u0065",0x3323:"s\u0065\u006e\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x292d:"s\u0065\u006f\u0076\u006e\u0065\u0061\u0072\u0072\u006f\u0077",0x2120:"s\u0065\u0072\u0076\u0069\u0063\u0065\u006d\u0061\u0072\u006b",0x29f5:"\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",0x0037:"\u0073\u0065\u0076e\u006e",0x09ed:"\u0073\u0065\u0076e\u006e\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096d:"\u0073e\u0076\u0065\u006e\u0064\u0065\u0076a",0x215e:"\u0073\u0065\u0076e\u006e\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x0aed:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6d:"\u0073\u0065\u0076\u0065\u006e\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3027:"\u0073\u0065\u0076\u0065\u006e\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3226:"s\u0065\u0076\u0065\u006eid\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2087:"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff17:"\u0073\u0065\u0076\u0065\u006e\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0xf737:"\u0073\u0065\u0076\u0065\u006e\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x247a:"\u0073\u0065\u0076\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x248e:"s\u0065\u0076\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x06f7:"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2176:"\u0073\u0065\u0076\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x2077:"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x2470:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2484:"\u0073\u0065\u0076\u0065\u006e\u0074\u0065\u0065\u006ep\u0061\u0072\u0065\u006e",0x2498:"\u0073e\u0076e\u006e\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e57:"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i",0x0577:"s\u0068\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x09b6:"\u0073\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0651:"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfc61:"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5e:"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xfc60:"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063",0xfe7d:"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",0xfe7c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0069\u0073\u006fl\u0061\u0074\u0065\u0064",0xfc62:"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063",0xfc5f:"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",0xe825:"\u0073h\u0061\u0064\u0064\u0061\u006c\u006fw",0xe829:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf3:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u006d\u0065\u0064\u0069\u0061\u006c",0xe82b:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0xe828:"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077",0xfcf2:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u006d\u0065\u0064\u0069\u0061\u006c",0xe818:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xe82a:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077",0xe82c:"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",0xfcf4:"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u006d\u0065\u0064\u0069\u0061\u006c",0xe82d:"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",0x2592:"\u0073\u0068\u0061d\u0065",0xf822:"\u0073\u0068\u0061\u0064\u0065\u0031",0x2591:"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074",0x0936:"\u0073h\u0061\u0064\u0065\u0076\u0061",0x0ab6:"s\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a36:"s\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0593:"\u0073\u0068a\u006c\u0073\u0068e\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x3115:"\u0073\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0xfeb6:"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb7:"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfeb5:"\u0073\u0068\u0065\u0065\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfeb8:"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfd30:"s\u0068e\u0065\u006e\u0077\u0069\u0074\u0068\u006d\u0065e\u006d\u0069\u006e\u0069ti\u0061\u006c",0x03e3:"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063",0x04bb:"\u0073\u0068\u0068a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x21b0:"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t",0x21b1:"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x03ed:"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063",0x05e9:"\u0073\u0068\u0069\u006e",0xfb49:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",0xfb2c:"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074",0xfb2d:"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077",0x05c1:"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0xfb2a:"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074",0x0282:"\u0073\u0068\u006fo\u006b",0x2adf:"\u0073\u0068\u006f\u0072\u0074\u0064\u006f\u0077\u006e\u0074\u0061\u0063\u006b",0x2ade:"\u0073\u0068\u006f\u0072\u0074\u006c\u0065\u0066\u0074\u0074\u0061\u0063\u006b",0x2944:"\u0073h\u006f\u0072\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2ae0:"s\u0068\u006f\u0072\u0074\u0075\u0070\u0074\u0061\u0063\u006b",0x29e2:"\u0073h\u0075\u0066\u0066\u006c\u0065",0x03c3:"\u0073\u0069\u0067m\u0061",0x03c2:"\u0073\u0069\u0067\u006d\u0061\u0031",0x03f2:"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b",0x3057:"\u0073\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b7:"\u0073\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7c:"\u0073\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x05bd:"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",0x2aa0:"\u0073\u0069\u006dg\u0045",0x2a9e:"\u0073\u0069\u006d\u0067\u0074\u0072",0x223c:"\u0073i\u006d\u0069\u006c\u0061\u0072",0x2b49:"\u0073\u0069m\u0069\u006c\u0061r\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",0x2972:"\u0073\u0069\u006d\u0069\u006c\u0061\u0072\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",0x2a9f:"\u0073\u0069\u006dl\u0045",0x2a9d:"\u0073i\u006d\u006c\u0065\u0073\u0073",0x2a6c:"s\u0069\u006d\u006d\u0069\u006e\u0075\u0073\u0073\u0069\u006d",0x2246:"\u0073i\u006d\u006e\u0065\u0071\u0071",0x2a24:"\u0073i\u006d\u0070\u006c\u0075\u0073",0x2a6b:"\u0073\u0069\u006d\u0072\u0064\u006f\u0074\u0073",0x223f:"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065",0x3274:"\u0073\u0069\u006f\u0073\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006bo\u0072\u0065\u0061\u006e",0x3214:"\u0073\u0069o\u0073\u0061\u0070a\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317e:"\u0073i\u006fs\u0063\u0069\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3266:"\u0073\u0069o\u0073\u0063\u0069r\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x317a:"\u0073\u0069o\u0073\u006b\u0069y\u0065\u006f\u006b\u006b\u006f\u0072\u0065\u0061\u006e",0x3145:"\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x317b:"\u0073i\u006fs\u006e\u0069\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3206:"\u0073i\u006fs\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x317d:"\u0073i\u006fs\u0070\u0069\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x317c:"\u0073\u0069o\u0073\u0074\u0069k\u0065\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x0036:"\u0073\u0069\u0078",0x09ec:"\u0073\u0069\u0078\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x096c:"\u0073i\u0078\u0064\u0065\u0076\u0061",0x0aec:"s\u0069\u0078\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a6c:"s\u0069\u0078\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3026:"s\u0069\u0078\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3225:"\u0073\u0069\u0078\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2086:"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff16:"\u0073\u0069\u0078m\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf736:"s\u0069\u0078\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2479:"\u0073\u0069\u0078\u0070\u0061\u0072\u0065\u006e",0x2006:"\u0073\u0069\u0078\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248d:"\u0073i\u0078\u0070\u0065\u0072\u0069\u006fd",0x06f6:"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2175:"\u0073\u0069\u0078\u0072\u006f\u006d\u0061\u006e",0x2076:"s\u0069\u0078\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x246f:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x09f9:"\u0073\u0069\u0078\u0074\u0065\u0065n\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079\u0064\u0065\u006e\u006f\u006di\u006e\u0061\u0074\u006f\u0072\u0062\u0065n\u0067\u0061\u006c\u0069",0x2483:"\u0073\u0069\u0078t\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2497:"\u0073\u0069\u0078\u0074\u0065\u0065\u006e\u0070\u0065\u0072\u0069\u006f\u0064",0x0e56:"\u0073i\u0078\u0074\u0068\u0061\u0069",0x002f:"\u0073\u006c\u0061s\u0068",0x02ab:"\u0073\u006c\u0061\u0073\u0068\u006c\u006f\u006e\u0067\u006e\u006f\u0073\u0070",0xff0f:"\u0073\u006c\u0061\u0073\u0068\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x02aa:"\u0073\u006c\u0061\u0073\u0068\u0073\u0068\u006f\u0072t\u006e\u006f\u0073\u0070",0x1e9b:"\u0073\u006c\u006f\u006e\u0067\u0064\u006f\u0074\u0061c\u0063\u0065\u006e\u0074",0x2322:"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e",0x25c2:"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074",0x25b8:"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x06e4:"\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0067\u0068m\u0061\u0064\u0064\u0061",0x220a:"\u0073m\u0061\u006c\u006c\u0069\u006e",0x220d:"\u0073m\u0061\u006c\u006c\u006e\u0069",0x2a33:"\u0073\u006d\u0061\u0073\u0068\u0074\u0069\u006d\u0065\u0073",0x2b29:"\u0073\u006d\u0062l\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x2b2a:"\u0073\u006d\u0062l\u006b\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x29e4:"\u0073\u006d\u0065\u0070\u0061\u0072\u0073\u006c",0x2323:"\u0073\u006d\u0069l\u0065",0x263a:"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e",0xff53:"\u0073\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x2aaa:"\u0073\u006d\u0074",0x2aac:"\u0073\u006d\u0074\u0065",0x2b52:"s\u006d\u0077\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",0x2b2b:"\u0073\u006d\u0077h\u0074\u006c\u006f\u007a\u0065\u006e\u0067\u0065",0x05c3:"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077",0x00ad:"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e",0x044c:"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x305d:"\u0073\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bd:"\u0073\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7f:"\u0073\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0338:"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x0337:"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062",0x0e29:"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069",0x0e28:"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069",0x0e0b:"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069",0x0e2a:"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i",0x0020:"\u0073\u0070\u0061c\u0065",0x2660:"\u0073\u0070\u0061d\u0065",0x2664:"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065",0x24ae:"\u0073\u0070\u0061\u0072\u0065\u006e",0x2222:"\u0073\u0070\u0068\u0065\u0072\u0069\u0063\u0061\u006ca\u006e\u0067\u006c\u0065",0x29a1:"\u0073\u0070h\u0065\u0072\u0069c\u0061\u006c\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x2a16:"\u0073\u0071\u0069n\u0074",0x2311:"\u0073q\u006c\u006f\u007a\u0065\u006e\u0067e",0x23b7:"\u0073\u0071\u0072\u0074\u0062\u006f\u0074\u0074\u006f\u006d",0x22e4:"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071",0x22e5:"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071",0x033b:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x2b13:"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u006f\u0074b\u006c\u0061\u0063\u006b",0x33c4:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u0063",0x339d:"\u0073\u0071\u0075\u0061\u0072\u0065\u0063\u006d",0x25a9:"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c",0x22a1:"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft",0x25a4:"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c",0x228f:"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065",0x338f:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u0067",0x339e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006b\u006d",0x33ce:"\u0073q\u0075a\u0072\u0065\u006b\u006d\u0063\u0061\u0070\u0069\u0074\u0061\u006c",0x25e7:"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b",0x2b15:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006c\u0062\u006c\u0061\u0063\u006b",0x25f1:"\u0073\u0071\u0075a\u0072\u0065\u006c\u006c\u0071\u0075\u0061\u0064",0x33d1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u006e",0x33d2:"\u0073q\u0075\u0061\u0072\u0065\u006c\u006fg",0x25ea:"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b",0x25f2:"\u0073\u0071\u0075a\u0072\u0065\u006c\u0072\u0071\u0075\u0061\u0064",0x338e:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0067",0x33d5:"\u0073q\u0075\u0061\u0072\u0065\u006d\u0069l",0x229f:"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073",0x339c:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u006d",0x33a1:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0073\u0071u\u0061\u0072\u0065\u0064",0x22a0:"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079",0x2290:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c",0x25a6:"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c",0x229e:"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073",0x25e8:"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b",0x02ae:"\u0073\u0071\u0075\u0061\u0072\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",0x2b12:"\u0073\u0071\u0075\u0061\u0072\u0065\u0074\u006f\u0070b\u006c\u0061\u0063\u006b",0x25e9:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b",0x25f0:"\u0073\u0071\u0075a\u0072\u0065\u0075\u006c\u0071\u0075\u0061\u0064",0x25a7:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c",0x25a8:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c",0x2b14:"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u0072\u0062\u006c\u0061\u0063\u006b",0x25f3:"\u0073\u0071\u0075a\u0072\u0065\u0075\u0072\u0071\u0075\u0061\u0064",0x25a5:"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c",0x25a3:"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k",0x21ad:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",0x21dd:"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x25a2:"\u0073q\u0075\u006f\u0076\u0061\u006c",0x33db:"\u0073\u0072\u0073\u0071\u0075\u0061\u0072\u0065",0x09b7:"\u0073\u0073\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0937:"\u0073s\u0061\u0064\u0065\u0076\u0061",0x0ab7:"s\u0073\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x3149:"\u0073\u0073a\u006e\u0067\u0063i\u0065\u0075\u0063\u006b\u006f\u0072\u0065\u0061\u006e",0x3185:"\u0073\u0073a\u006e\u0067\u0068i\u0065\u0075\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x3180:"\u0073\u0073a\u006e\u0067\u0069e\u0075\u006e\u0067\u006b\u006f\u0072\u0065\u0061\u006e",0x3132:"\u0073\u0073\u0061\u006e\u0067\u006b\u0069\u0079\u0065\u006f\u006b\u006bo\u0072\u0065\u0061\u006e",0x3165:"\u0073\u0073a\u006e\u0067\u006ei\u0065\u0075\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x3143:"\u0073\u0073a\u006e\u0067\u0070i\u0065\u0075\u0070\u006b\u006f\u0072\u0065\u0061\u006e",0x3146:"\u0073s\u0061n\u0067\u0073\u0069\u006f\u0073\u006b\u006f\u0072\u0065\u0061\u006e",0x3138:"\u0073\u0073\u0061\u006e\u0067\u0074\u0069\u006b\u0065\u0075\u0074\u006bo\u0072\u0065\u0061\u006e",0x2afd:"\u0073\u0073\u006c\u0061\u0073\u0068",0xf6f2:"\u0073s\u0075\u0070\u0065\u0072\u0069\u006fr",0xfb06:"\u0073\u0074",0x22c6:"\u0073\u0074\u0061\u0072",0x225b:"\u0073\u0074\u0061\u0072\u0065\u0071",0x00a3:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067",0xffe1:"\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x23e4:"\u0073\u0074\u0072n\u0073",0x0336:"s\u0074r\u006f\u006b\u0065\u006c\u006f\u006e\u0067\u006fv\u0065\u0072\u006c\u0061yc\u006d\u0062",0x0335:"s\u0074\u0072\u006f\u006bes\u0068o\u0072\u0074\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062",0x2ac3:"\u0073u\u0062\u0065\u0064\u006f\u0074",0x2ac1:"\u0073u\u0062\u006d\u0075\u006c\u0074",0x2979:"\u0073u\u0062\u0072\u0061\u0072\u0072",0x2ac9:"\u0073\u0075\u0062s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c3:"\u0073\u0075\u0062\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x22d0:"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l",0x2ac5:"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c",0x2abd:"\u0073u\u0062\u0073\u0065\u0074\u0064\u006ft",0x228a:"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",0x2acb:"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c",0x2abf:"\u0073\u0075\u0062\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2291:"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x2ac7:"\u0073\u0075\u0062\u0073\u0069\u006d",0x2ad5:"\u0073\u0075\u0062\u0073\u0075\u0062",0x2ad3:"\u0073\u0075\u0062\u0073\u0075\u0070",0x2ab8:"\u0073\u0075\u0063\u0063\u0061\u0070\u0070\u0072\u006f\u0078",0x227b:"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073",0x2ab4:"\u0073u\u0063\u0063\u0065\u0071\u0071",0x2ab2:"\u0073u\u0063\u0063\u006e\u0065\u0071",0x220b:"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",0x3059:"\u0073\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b9:"\u0073\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff7d:"\u0073\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0652:"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfe7e:"\u0073\u0075\u006b\u0075\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xe822:"\u0073\u0075\u006b\u0075\u006e\u006c\u006f\u0077",0xfe7f:"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c",0xe834:"\u0073\u0075\u006bu\u006e\u006f\u006e\u0068\u0061\u006d\u007a\u0061",0x23b3:"\u0073u\u006d\u0062\u006f\u0074\u0074\u006fm",0x2a0b:"\u0073\u0075\u006d\u0069\u006e\u0074",0x2211:"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn",0x23b2:"\u0073\u0075\u006d\u0074\u006f\u0070",0x263c:"\u0073\u0075\u006e",0x2ad8:"\u0073u\u0070\u0064\u0073\u0075\u0062",0x2ac4:"\u0073u\u0070\u0065\u0064\u006f\u0074",0x0670:"\u0073u\u0070e\u0072\u0073\u0063\u0072\u0069\u0070\u0074\u0061\u006c\u0065\u0066",0x22d1:"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c",0x2ac6:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",0x228b:"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",0x2acc:"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",0x2292:"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",0x27c9:"\u0073u\u0070\u0068\u0073\u006f\u006c",0x2ad7:"\u0073u\u0070\u0068\u0073\u0075\u0062",0x297b:"\u0073u\u0070\u006c\u0061\u0072\u0072",0x2ac2:"\u0073u\u0070\u006d\u0075\u006c\u0074",0x2aca:"\u0073\u0075\u0070s\u0065\u0074\u0061\u0070\u0070\u0072\u006f\u0078",0x27c4:"\u0073\u0075\u0070\u0073\u0065\u0074\u0063\u0069\u0072\u0063",0x2abe:"\u0073u\u0070\u0073\u0065\u0074\u0064\u006ft",0x2ac0:"\u0073\u0075\u0070\u0073\u0065\u0074\u0070\u006c\u0075\u0073",0x2ac8:"\u0073\u0075\u0070\u0073\u0069\u006d",0x2ad4:"\u0073\u0075\u0070\u0073\u0075\u0062",0x2ad6:"\u0073\u0075\u0070\u0073\u0075\u0070",0x33dc:"\u0073\u0076\u0073\u0071\u0075\u0061\u0072\u0065",0x337c:"\u0073y\u006fu\u0077\u0061\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x0074:"\u0074",0x09a4:"\u0074a\u0062\u0065\u006e\u0067\u0061\u006ci",0x22a4:"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e",0x22a3:"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074",0x0924:"\u0074\u0061\u0064\u0065\u0076\u0061",0x0aa4:"\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a24:"\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0637:"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec2:"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec3:"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x305f:"\u0074\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec1:"t\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec4:"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x337d:"\u0074\u0061i\u0073\u0079\u006fu\u0065\u0072\u0061\u0073\u0071\u0075\u0061\u0072\u0065",0x30bf:"\u0074\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff80:"\u0074\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2afe:"\u0074\u0061\u006c\u006c\u006f\u0062\u006c\u006f\u006e\u0067",0xfe71:"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065",0x03c4:"\u0074\u0061\u0075",0xfb4a:"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h",0x05ea:"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w",0x0167:"\u0074\u0062\u0061\u0072",0x310a:"\u0074b\u006f\u0070\u006f\u006d\u006f\u0066o",0x0165:"\u0074\u0063\u0061\u0072\u006f\u006e",0xf815:"\u0074c\u0061\u0072\u006f\u006e\u0031",0x02a8:"\u0074\u0063\u0063\u0075\u0072\u006c",0x0163:"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0xf819:"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611",0x0686:"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7b:"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb7c:"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfb7a:"\u0074\u0063\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb7d:"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x24e3:"\u0074c\u0069\u0072\u0063\u006c\u0065",0x1e71:"\u0074\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x1e97:"\u0074d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e6b:"\u0074\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e6d:"\u0074d\u006f\u0074\u0062\u0065\u006c\u006fw",0x04ad:"\u0074\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xfe96:"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfca2:"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfc0c:"t\u0065h\u0068\u0061\u0068\u0069\u0073\u006f\u006c\u0061t\u0065\u0064\u0061\u0072ab\u0069\u0063",0xfe97:"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3066:"\u0074\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfe95:"t\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfca1:"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0b:"t\u0065\u0068\u006a\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0x0629:"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063",0xfe94:"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063",0xfe93:"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074a\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0xfe98:"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca4:"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc0e:"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc73:"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0xfc74:"\u0074\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xe814:"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0065\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfca3:"\u0074e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc75:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0xfc10:"\u0074e\u0068w\u0069\u0074\u0068\u0079\u0065h\u0069\u0073o\u006c\u0061\u0074\u0065\u0064",0x30c6:"\u0074\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff83:"\u0074\u0065\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2121:"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee",0x05a0:"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x05a9:"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x3229:"\u0074\u0065\u006e\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x247d:"\u0074\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2491:"\u0074e\u006e\u0070\u0065\u0072\u0069\u006fd",0x2179:"\u0074\u0065\u006e\u0072\u006f\u006d\u0061\u006e",0x02a7:"\u0074\u0065\u0073\u0068",0xfb38:"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h",0x05d8:"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w",0x04b5:"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x059b:"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x09a5:"\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0925:"\u0074h\u0061\u0064\u0065\u0076\u0061",0x0aa5:"t\u0068\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a25:"t\u0068\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0630:"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeac:"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeab:"\u0074\u0068\u0061l\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xf898:"\u0074\u0068\u0061\u006eth\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u006c\u0065\u0066\u0074\u0074\u0068a\u0069",0xf897:"\u0074\u0068\u0061nt\u0068\u0061\u006b\u0068\u0061\u0074\u006c\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u0068\u0061\u0069",0x0e4c:"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069",0xf896:"\u0074h\u0061\u006e\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0068\u0061\u0069",0x062b:"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9a:"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe9b:"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe99:"\u0074\u0068\u0065h\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe9c:"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfca6:"\u0074\u0068\u0065\u0068wi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",0xfc12:"t\u0068e\u0068\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",0x2234:"\u0074h\u0065\u0072\u0065\u0066\u006f\u0072e",0x29e7:"\u0074h\u0065\u0072\u006d\u006f\u0064",0x03b8:"\u0074\u0068\u0065t\u0061",0x03d1:"\u0074\u0068\u0065\u0074\u0061\u0031",0x3279:"t\u0068i\u0065\u0075\u0074\u0068\u0061\u0063\u0069\u0072c\u006c\u0065\u006b\u006fre\u0061\u006e",0x3219:"\u0074\u0068\u0069\u0065ut\u0068\u0061\u0070\u0061\u0072\u0065\u006e\u006b\u006f\u0072\u0065\u0061\u006e",0x326b:"\u0074\u0068\u0069\u0065ut\u0068\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x314c:"\u0074\u0068\u0069\u0065\u0075\u0074\u0068\u006b\u006f\u0072\u0065\u0061\u006e",0x320b:"\u0074h\u0069e\u0075\u0074\u0068\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x2009:"\u0074h\u0069\u006e\u0073\u0070\u0061\u0063e",0x246c:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0063i\u0072\u0063\u006c\u0065",0x2480:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070\u0061\u0072\u0065\u006e",0x2494:"\u0074\u0068\u0069\u0072\u0074\u0065\u0065\u006e\u0070e\u0072\u0069\u006f\u0064",0x0e11:"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069",0x01ad:"\u0074\u0068\u006fo\u006b",0x0e12:"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069",0x00fe:"\u0074\u0068\u006fr\u006e",0x0e17:"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e10:"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069",0x0e18:"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069",0x0e16:"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069",0x0482:"\u0074\u0068o\u0075\u0073\u0061n\u0064\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x066c:"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063",0x0033:"\u0074\u0068\u0072e\u0065",0x09e9:"\u0074\u0068\u0072e\u0065\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x27c0:"t\u0068\u0072\u0065\u0065\u0064\u0061\u006e\u0067\u006c\u0065",0x0969:"\u0074h\u0072\u0065\u0065\u0064\u0065\u0076a",0x2af6:"\u0074\u0068\u0072\u0065\u0065\u0064\u006f\u0074\u0063\u006f\u006c\u006f\u006e",0x215c:"\u0074\u0068\u0072e\u0065\u0065\u0069\u0067\u0068\u0074\u0068\u0073",0x2157:"t\u0068\u0072\u0065\u0065\u0066\u0069\u0066\u0074\u0068\u0073",0x0ae9:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a69:"\u0074\u0068\u0072\u0065\u0065\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3023:"\u0074\u0068\u0072\u0065\u0065\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x3222:"t\u0068\u0072\u0065\u0065id\u0065o\u0067\u0072\u0061\u0070\u0068i\u0063\u0070\u0061\u0072\u0065\u006e",0x2083:"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff13:"\u0074\u0068\u0072\u0065\u0065\u006d\u006f\u006e\u006fs\u0070\u0061\u0063\u0065",0x09f6:"t\u0068\u0072\u0065\u0065nu\u006de\u0072\u0061\u0074\u006f\u0072b\u0065\u006e\u0067\u0061\u006c\u0069",0xf733:"\u0074\u0068\u0072\u0065\u0065\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2476:"\u0074\u0068\u0072\u0065\u0065\u0070\u0061\u0072\u0065\u006e",0x2004:"\u0074h\u0072e\u0065\u0070\u0065\u0072\u0065\u006d\u0073\u0070\u0061\u0063\u0065",0x248a:"t\u0068\u0072\u0065\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x06f3:"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x00be:"\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073",0xf6de:"\u0074\u0068\u0072\u0065eq\u0075\u0061\u0072\u0074\u0065\u0072\u0073\u0065\u006d\u0064\u0061\u0073\u0068",0x2172:"\u0074\u0068\u0072\u0065\u0065\u0072\u006f\u006d\u0061\u006e",0x00b3:"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e53:"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i",0x20e8:"\u0074\u0068\u0072\u0065\u0065\u0075\u006e\u0064\u0065\u0072\u0064\u006f\u0074",0x3394:"\u0074h\u007a\u0073\u0071\u0075\u0061\u0072e",0x2040:"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t",0x29dd:"\u0074\u0069\u0065\u0069\u006e\u0066\u0074\u0079",0x3061:"\u0074\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c1:"\u0074\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff81:"\u0074\u0069\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3270:"\u0074\u0069\u006b\u0065ut\u0061\u0063\u0069\u0072\u0063\u006c\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3210:"\u0074i\u006be\u0075\u0074\u0061\u0070\u0061r\u0065\u006ek\u006f\u0072\u0065\u0061\u006e",0x3262:"\u0074i\u006be\u0075\u0074\u0063\u0069\u0072c\u006c\u0065k\u006f\u0072\u0065\u0061\u006e",0x3137:"\u0074\u0069\u006be\u0075\u0074\u006b\u006f\u0072\u0065\u0061\u006e",0x3202:"\u0074\u0069\u006b\u0065\u0075\u0074\u0070\u0061\u0072\u0065\u006e\u006bo\u0072\u0065\u0061\u006e",0x02dc:"\u0074\u0069\u006cd\u0065",0xf004:"\u0074\u0069\u006c\u0064\u0065\u0031",0x0330:"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",0x0303:"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062",0x0360:"\u0074\u0069\u006c\u0064\u0065\u0064\u006f\u0075\u0062l\u0065\u0063\u006d\u0062",0x0276:"\u0074i\u006c\u0064\u0065\u006e\u006f\u0073p",0x0334:"\u0074i\u006cd\u0065\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063\u006d\u0062",0x033e:"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0069\u0063\u0061\u006c\u0063\u006d\u0062",0x2a31:"\u0074\u0069\u006d\u0065\u0073\u0062\u0061\u0072",0x0596:"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0x0a70:"\u0074\u0069\u0070\u0070\u0069\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0483:"\u0074\u0069t\u006c\u006f\u0063y\u0072\u0069\u006c\u006c\u0069\u0063\u0063\u006d\u0062",0x057f:"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x1e6f:"\u0074\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0x29ff:"\u0074\u006d\u0069\u006e\u0075\u0073",0xff54:"\u0074\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0569:"\u0074\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x2928:"\u0074\u006f\u0065\u0061",0x3068:"\u0074\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c8:"\u0074\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff84:"\u0074\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x2927:"\u0074\u006f\u006e\u0061",0x02e5:"\u0074\u006f\u006e\u0065ba\u0072\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068\u006d\u006f\u0064",0x02e9:"\u0074o\u006ee\u0062\u0061\u0072\u0065\u0078t\u0072\u0061l\u006f\u0077\u006d\u006f\u0064",0x02e6:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u0068\u0069g\u0068\u006d\u006f\u0064",0x02e8:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006c\u006f\u0077\u006d\u006f\u0064",0x02e7:"\u0074\u006f\u006e\u0065\u0062\u0061\u0072\u006d\u0069\u0064\u006d\u006f\u0064",0x01bd:"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065",0x0185:"\u0074o\u006e\u0065\u0073\u0069\u0078",0x01a8:"\u0074o\u006e\u0065\u0074\u0077\u006f",0x0384:"\u0074\u006f\u006eo\u0073",0x3327:"\u0074o\u006e\u0073\u0071\u0075\u0061\u0072e",0x0e0f:"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069",0x2336:"\u0074\u006f\u0070\u0062\u006f\u0074",0x2af1:"\u0074\u006f\u0070\u0063\u0069\u0072",0x2ada:"\u0074o\u0070\u0066\u006f\u0072\u006b",0x25e0:"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065",0x3014:"\u0074o\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074",0xfe5d:"\u0074\u006fr\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0073ma\u006c\u006c",0xfe39:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072a\u0063k\u0065\u0074\u006c\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x3015:"\u0074o\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006cl\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068t",0xfe5e:"\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068e\u006c\u006c\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0073\u006d\u0061\u006c\u006c",0xfe3a:"\u0074\u006f\u0072\u0074\u006f\u0069s\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074r\u0069\u0067\u0068\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c",0x2929:"\u0074\u006f\u0073\u0061",0x0e15:"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i",0x292a:"\u0074\u006f\u0077\u0061",0x01ab:"\u0074\u0070\u0061l\u0061\u0074\u0061\u006c\u0068\u006f\u006f\u006b",0x24af:"\u0074\u0070\u0061\u0072\u0065\u006e",0x29fe:"\u0074\u0070\u006cu\u0073",0x2122:"\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k",0xf8ea:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006b\u0073\u0061\u006e\u0073",0xf6db:"\u0074\u0072\u0061\u0064\u0065\u006d\u0061\u0072\u006bs\u0065\u0072\u0069\u0066",0x23e2:"\u0074r\u0061\u0070\u0065\u007a\u0069\u0075m",0x0288:"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x2023:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0062u\u006c\u006c\u0065\u0074",0x25ec:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074",0x25ed:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b",0x22b4:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c",0x2a3a:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006d\u0069\u006e\u0075\u0073",0x29ca:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006f\u0064\u006f\u0074",0x2a39:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0070\u006c\u0075\u0073",0x25ee:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b",0x22b5:"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c",0x29cc:"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065s",0x29cd:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073e\u0072\u0069\u0066\u0073",0x2a3b:"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0074\u0069\u006d\u0065\u0073",0x29cb:"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0075\u0062\u0061\u0072",0x29fb:"\u0074\u0072\u0069\u0070\u006c\u0065\u0070\u006c\u0075\u0073",0x2034:"\u0074r\u0070\u0072\u0069\u006d\u0065",0x2afb:"\u0074r\u0073\u006c\u0061\u0073\u0068",0x02a6:"\u0074\u0073",0xfb46:"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068",0x0446:"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x05b5:"\u0074s\u0065\u0072\u0065\u0031\u0032",0x045b:"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0xf6f3:"\u0074s\u0075\u0070\u0065\u0072\u0069\u006fr",0x099f:"\u0074\u0074\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x091f:"\u0074t\u0061\u0064\u0065\u0076\u0061",0x0a9f:"t\u0074\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a1f:"t\u0074\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0xfb67:"\u0074t\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb68:"\u0074\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb69:"\u0074\u0074e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x09a0:"t\u0074\u0068\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0920:"\u0074\u0074\u0068\u0061\u0064\u0065\u0076\u0061",0x0aa0:"\u0074\u0074\u0068a\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a20:"\u0074\u0074\u0068a\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0287:"\u0074t\u0075\u0072\u006e\u0065\u0064",0x3064:"\u0074\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c4:"\u0074\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff82:"\u0074\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x29a2:"\u0074u\u0072\u006e\u0061\u006e\u0067\u006ce",0x2129:"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061",0x2319:"\u0074u\u0072\u006e\u0065\u0064\u006e\u006ft",0x22a2:"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",0x3063:"\u0074u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30c3:"\u0074u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6f:"\u0074u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x246b:"\u0074\u0077\u0065l\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x247f:"t\u0077\u0065\u006c\u0076\u0065\u0070\u0061\u0072\u0065\u006e",0x2493:"\u0074\u0077\u0065l\u0076\u0065\u0070\u0065\u0072\u0069\u006f\u0064",0x217b:"t\u0077\u0065\u006c\u0076\u0065\u0072\u006f\u006d\u0061\u006e",0xd80c:"t\u0077\u0065\u006c\u0076\u0065\u0075\u0064\u0061\u0073\u0068",0x2473:"\u0074\u0077\u0065n\u0074\u0079\u0063\u0069\u0072\u0063\u006c\u0065",0x5344:"\u0074\u0077\u0065\u006e\u0074\u0079\u0068\u0061\u006eg\u007a\u0068\u006f\u0075",0x2487:"t\u0077\u0065\u006e\u0074\u0079\u0070\u0061\u0072\u0065\u006e",0x249b:"\u0074\u0077\u0065n\u0074\u0079\u0070\u0065\u0072\u0069\u006f\u0064",0x0032:"\u0074\u0077\u006f",0x0662:"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c",0x09e8:"\u0074\u0077\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x2a4b:"\u0074w\u006f\u0063\u0061\u0070\u0073",0x2a4a:"\u0074w\u006f\u0063\u0075\u0070\u0073",0x0968:"\u0074w\u006f\u0064\u0065\u0076\u0061",0x2025:"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",0xfe30:"t\u0077o\u0064\u006f\u0074\u006c\u0065\u0061\u0064\u0065r\u0076\u0065\u0072\u0074ic\u0061\u006c",0x2156:"\u0074w\u006f\u0066\u0069\u0066\u0074\u0068s",0x0ae8:"t\u0077\u006f\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a68:"t\u0077\u006f\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3022:"t\u0077\u006f\u0068\u0061\u006e\u0067\u007a\u0068\u006f\u0075",0x21a1:"\u0074\u0077o\u0068\u0065\u0061d\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",0x2b3b:"t\u0077o\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077ta\u0069\u006c",0x2b37:"\u0074\u0077\u006f\u0068ea\u0064\u006c\u0065\u0066\u0074\u0064\u0062\u006b\u0061\u0072\u0072\u006f\u0077",0x2b36:"\u0074w\u006fh\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0066\u0072\u006f\u006d",0x2905:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u006d\u0061\u0070\u0073\u0074\u006f",0x2916:"t\u0077\u006f\u0068\u0065ad\u0072i\u0067\u0068\u0074\u0061\u0072r\u006f\u0077\u0074\u0061\u0069\u006c",0x219f:"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0075\u0070a\u0072\u0072\u006f\u0077",0x2949:"t\u0077o\u0068\u0065\u0061\u0064\u0075\u0070\u0061\u0072r\u006f\u0077\u0063\u0069rc\u006c\u0065",0x3221:"\u0074\u0077\u006f\u0069de\u006f\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0070\u0061\u0072\u0065\u006e",0x2082:"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff12:"\u0074\u0077\u006fm\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x09f5:"\u0074\u0077\u006f\u006eum\u0065\u0072\u0061\u0074\u006f\u0072\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0xf732:"t\u0077\u006f\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x2475:"\u0074\u0077\u006f\u0070\u0061\u0072\u0065\u006e",0x2489:"\u0074w\u006f\u0070\u0065\u0072\u0069\u006fd",0x06f2:"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2171:"\u0074\u0077\u006f\u0072\u006f\u006d\u0061\u006e",0x01bb:"\u0074w\u006f\u0073\u0074\u0072\u006f\u006be",0x00b2:"t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e52:"\u0074w\u006f\u0074\u0068\u0061\u0069",0x2154:"\u0074w\u006f\u0074\u0068\u0069\u0072\u0064s",0x2982:"\u0074y\u0070\u0065\u0063\u006f\u006c\u006fn",0x0075:"\u0075",0x2643:"\u0075\u0032\u00364\u0033",0x00fa:"\u0075\u0061\u0063\u0075\u0074\u0065",0x0289:"\u0075\u0062\u0061\u0072",0x0989:"\u0075\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x3128:"\u0075b\u006f\u0070\u006f\u006d\u006f\u0066o",0x23e1:"\u0075b\u0072\u0062\u0072\u0061\u006b",0x016d:"\u0075\u0062\u0072\u0065\u0076\u0065",0x01d4:"\u0075\u0063\u0061\u0072\u006f\u006e",0xf834:"\u0075\u0063\u0065\u0064\u0069\u006c\u006c\u0061",0x24e4:"\u0075c\u0069\u0072\u0063\u006c\u0065",0x00fb:"u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e77:"\u0075\u0063i\u0072\u0063\u0075m\u0066\u006c\u0065\u0078\u0062\u0065\u006c\u006f\u0077",0x0951:"\u0075\u0064\u0061\u0074\u0074\u0061\u0064\u0065\u0076\u0061",0x0171:"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e",0x0215:"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e",0x0909:"\u0075\u0064\u0065v\u0061",0x00fc:"\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s",0x01d8:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073a\u0063\u0075\u0074\u0065",0x1e73:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073b\u0065\u006c\u006f\u0077",0x01da:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e",0x04f1:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x01dc:"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065",0x01d6:"\u0075d\u0069e\u0072\u0065\u0073\u0069\u0073\u006d\u0061\u0063\u0072\u006f\u006e",0x1ee5:"\u0075d\u006f\u0074\u0062\u0065\u006c\u006fw",0x00f9:"\u0075\u0067\u0072\u0061\u0076\u0065",0x0a89:"\u0075g\u0075\u006a\u0061\u0072\u0061\u0074i",0x0a09:"\u0075g\u0075\u0072\u006d\u0075\u006b\u0068i",0x3046:"\u0075h\u0069\u0072\u0061\u0067\u0061\u006ea",0x1ee7:"\u0075\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x01b0:"\u0075\u0068\u006fr\u006e",0x1ee9:"\u0075\u0068\u006f\u0072\u006e\u0061\u0063\u0075\u0074\u0065",0x1ef1:"\u0075\u0068\u006f\u0072\u006e\u0064\u006f\u0074\u0062\u0065\u006c\u006f\u0077",0x1eeb:"\u0075\u0068\u006f\u0072\u006e\u0067\u0072\u0061\u0076\u0065",0x1eed:"\u0075\u0068\u006f\u0072\u006e\u0068\u006f\u006f\u006ba\u0062\u006f\u0076\u0065",0x1eef:"\u0075\u0068\u006f\u0072\u006e\u0074\u0069\u006c\u0064\u0065",0x04f3:"u\u0068\u0075\u006e\u0067ar\u0075m\u006c\u0061\u0075\u0074\u0063y\u0072\u0069\u006c\u006c\u0069\u0063",0x0217:"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065",0x30a6:"\u0075k\u0061\u0074\u0061\u006b\u0061\u006ea",0xff73:"\u0075k\u0061t\u0061\u006b\u0061\u006e\u0061h\u0061\u006cf\u0077\u0069\u0064\u0074\u0068",0x0479:"\u0075\u006b\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x315c:"\u0075k\u006f\u0072\u0065\u0061\u006e",0x25dc:"\u0075\u006c\u0061r\u0063",0x25f8:"\u0075\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x016b:"\u0075m\u0061\u0063\u0072\u006f\u006e",0x04ef:"\u0075m\u0061c\u0072\u006f\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x1e7b:"\u0075m\u0061c\u0072\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x0a41:"\u0075\u006d\u0061\u0074\u0072\u0061\u0067\u0075\u0072m\u0075\u006b\u0068\u0069",0x2a41:"\u0075\u006d\u0069\u006e\u0075\u0073",0xff55:"\u0075\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x23df:"\u0075\u006e\u0064\u0065\u0072\u0062\u0072\u0061\u0063\u0065",0x23b5:"\u0075\u006e\u0064e\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074",0x20ee:"\u0075\u006e\u0064\u0065\u0072\u006c\u0065\u0066\u0074a\u0072\u0072\u006f\u0077",0x20ed:"u\u006ed\u0065\u0072\u006c\u0065\u0066\u0074\u0068\u0061r\u0070\u006f\u006f\u006edo\u0077\u006e",0x23dd:"\u0075\u006e\u0064\u0065\u0072\u0070\u0061\u0072\u0065\u006e",0x20ef:"\u0075n\u0064e\u0072\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",0x20ec:"u\u006e\u0064\u0065\u0072ri\u0067h\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0064\u006f\u0077\u006e",0x005f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065",0x2017:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c",0xff3f:"\u0075\u006e\u0064\u0065rs\u0063\u006f\u0072\u0065\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfe33:"\u0075n\u0064e\u0072\u0073\u0063\u006f\u0072e\u0076\u0065r\u0074\u0069\u0063\u0061\u006c",0xfe4f:"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u0077\u0061\u0076\u0079",0x203f:"\u0075\u006e\u0064\u0065\u0072\u0074\u0069\u0065",0x22ef:"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073",0x222a:"\u0075\u006e\u0069o\u006e",0x22d3:"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c",0x228e:"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069",0x2294:"\u0075n\u0069\u006f\u006e\u0073\u0071",0x22c3:"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t",0x2200:"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l",0x0173:"\u0075o\u0067\u006f\u006e\u0065\u006b",0x214b:"\u0075\u0070\u0061n\u0064",0x24b0:"\u0075\u0070\u0061\u0072\u0065\u006e",0x2909:"\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072\u0072\u0065\u0064",0x29bd:"\u0075p\u0061r\u0072\u006f\u0077\u006f\u006e\u0063\u0069\u0072\u0063\u006c\u0065",0x2580:"\u0075p\u0062\u006c\u006f\u0063\u006b",0x03dd:"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da",0x2951:"u\u0070\u0064\u006f\u0077nh\u0061r\u0070\u006f\u006f\u006e\u006ce\u0066\u0074\u006c\u0065\u0066\u0074",0x294d:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0072\u0069\u0067h\u0074",0x294c:"\u0075\u0070\u0064\u006fwn\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u006c\u0065f\u0074",0x294f:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074\u0072\u0069\u0067\u0068\u0074",0x296e:"\u0075\u0070\u0064ow\u006e\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x2594:"\u0075\u0070\u0065\u0069\u0067\u0068\u0074\u0068\u0062\u006c\u006f\u0063\u006b",0x297e:"\u0075\u0070\u0066\u0069\u0073\u0068\u0074\u0061\u0069\u006c",0x2960:"\u0075\u0070h\u0061\u0072\u0070o\u006f\u006e\u006c\u0065\u0066\u0074\u0062\u0061\u0072",0x295c:"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0072\u0069\u0067h\u0074\u0062\u0061\u0072",0x2963:"\u0075\u0070\u0068\u0061rp\u006f\u006f\u006e\u0073\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",0x27d2:"\u0075\u0070\u0069\u006e",0x2a1b:"\u0075\u0070\u0069n\u0074",0x03df:"\u0075p\u006b\u006f\u0070\u0070\u0061",0x03d8:"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061",0x03d9:"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061",0x05c4:"\u0075\u0070\u0070\u0065\u0072\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",0x2934:"\u0075\u0070\u0072\u0069\u0067\u0068\u0074\u0063\u0075\u0072\u0076\u0065a\u0072\u0072\u006f\u0077",0x03e1:"\u0075p\u0073\u0061\u006d\u0070\u0069",0x03c5:"\u0075p\u0073\u0069\u006c\u006f\u006e",0x02f9:"u\u0070\u0073\u0069\u006con\u0064i\u0061\u0065\u0072\u0065\u0073i\u0073\u0074\u006f\u006e\u006f\u0073",0x03cb:"\u0075p\u0073i\u006c\u006f\u006e\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",0x03b0:"u\u0070s\u0069\u006c\u006f\u006e\u0064\u0069\u0065\u0072e\u0073\u0069\u0073\u0074on\u006f\u0073",0x028a:"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e",0x03cd:"\u0075\u0070\u0073i\u006c\u006f\u006e\u0074\u006f\u006e\u006f\u0073",0x29f8:"\u0075p\u0073\u006c\u006f\u0070\u0065",0x03db:"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061",0x031d:"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062",0x02d4:"\u0075p\u0074\u0061\u0063\u006b\u006d\u006fd",0x03f4:"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061",0x0a73:"u\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x25dd:"\u0075\u0072\u0061r\u0063",0x016f:"\u0075\u0072\u0069n\u0067",0x25f9:"\u0075\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x3045:"\u0075\u0073\u006d\u0061\u006c\u006c\u0068\u0069\u0072a\u0067\u0061\u006e\u0061",0x30a5:"\u0075\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074a\u006b\u0061\u006e\u0061",0xff69:"\u0075\u0073\u006dal\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x04af:"\u0075\u0073\u0074\u0072\u0061\u0069\u0067\u0068\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x04b1:"\u0075\u0073\u0074ra\u0069\u0067\u0068\u0074\u0073\u0074\u0072\u006f\u006b\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0169:"\u0075\u0074\u0069\u006c\u0064\u0065",0x1e79:"u\u0074\u0069\u006c\u0064\u0065\u0061\u0063\u0075\u0074\u0065",0x1e75:"u\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077",0x098a:"\u0075u\u0062\u0065\u006e\u0067\u0061\u006ci",0x090a:"\u0075\u0075\u0064\u0065\u0076\u0061",0x0a8a:"\u0075\u0075\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a0a:"\u0075\u0075\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0a42:"\u0075u\u006da\u0074\u0072\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x09c2:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069g\u006e\u0062e\u006e\u0067\u0061\u006c\u0069",0x0942:"\u0075u\u0076o\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0064\u0065\u0076\u0061",0x0ac2:"\u0075\u0075\u0076\u006fwe\u006c\u0073\u0069\u0067\u006e\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x09c1:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067\u006e\u0062\u0065n\u0067\u0061\u006c\u0069",0x0941:"\u0075\u0076\u006f\u0077\u0065\u006c\u0073\u0069\u0067n\u0064\u0065\u0076\u0061",0x0ac1:"\u0075v\u006fw\u0065\u006c\u0073\u0069\u0067n\u0067\u0075j\u0061\u0072\u0061\u0074\u0069",0x0076:"\u0076",0x2ae8:"\u0076\u0042\u0061\u0072",0x2ae9:"\u0076\u0042\u0061r\u0076",0x2ae2:"\u0076\u0044\u0064\u0061\u0073\u0068",0x0935:"\u0076\u0061\u0064\u0065\u0076\u0061",0x0ab5:"\u0076\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a35:"\u0076\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x30f7:"\u0076\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2ae6:"\u0076\u0061\u0072\u0056\u0064\u0061\u0073\u0068",0x23ce:"\u0076\u0061\u0072\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e",0x2306:"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",0x2b21:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e",0x2b22:"\u0076a\u0072h\u0065\u0078\u0061\u0067\u006f\u006e\u0062\u006c\u0061\u0063\u006b",0x232c:"\u0076\u0061\u0072\u0068\u0065\u0078\u0061\u0067\u006f\u006e\u006c\u0072b\u006f\u006e\u0064\u0073",0xfb1e:"\u0076\u0061\u0072\u0069\u006b\u0061",0x22f6:"v\u0061\u0072\u0069\u0073\u0069\u006e\u006f\u0062\u0061\u0072",0x22f3:"\u0076\u0061\u0072\u0069\u0073\u0069\u006e\u0073",0x22fd:"\u0076a\u0072\u006e\u0069\u006f\u0062\u0061r",0x22fb:"\u0076\u0061\u0072\u006e\u0069\u0073",0x2232:"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065",0x22b2:"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",0x22b3:"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",0x2a61:"\u0076a\u0072\u0076\u0065\u0065\u0062\u0061r",0x05d5:"\u0076\u0061\u0076",0xfb35:"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0xfb4b:"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d",0x23aa:"\u0076\u0062\u0072\u0061\u0063\u0065\u0065\u0078\u0074e\u006e\u0064\u0065\u0072",0x29d0:"\u0076\u0062\u0072\u0074\u0072\u0069",0x24e5:"\u0076c\u0069\u0072\u0063\u006c\u0065",0x1e7f:"\u0076d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a2f:"\u0076\u0065\u0063\u0074\u0069\u006d\u0065\u0073",0x20d7:"\u0076\u0065\u0063\u0074\u006f\u0072",0x27c7:"\u0076\u0065\u0065\u0064\u006f\u0074",0x2a63:"\u0076\u0065\u0065d\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072",0x225a:"\u0076\u0065\u0065e\u0071",0x2a5b:"\u0076\u0065\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a52:"\u0076e\u0065\u006f\u0064\u006f\u0074",0x2a56:"\u0076\u0065\u0065\u006f\u006e\u0076\u0065\u0065",0x2a59:"\u0076\u0065\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x06a4:"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c",0xfb6b:"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfb6c:"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfb6a:"v\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfb6d:"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x30f9:"\u0076\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2123:"\u0076\u0065\u0072\u0073\u0069\u0063\u006c\u0065",0x030d:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0061\u0062\u006f\u0076ec\u006d\u0062",0x0329:"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062",0x02cc:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006ci\u006e\u0065l\u006f\u0077\u006d\u006f\u0064",0x02c8:"\u0076e\u0072t\u0069\u0063\u0061\u006c\u006c\u0069\u006e\u0065\u006d\u006f\u0064",0x20d2:"v\u0065\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079",0x057e:"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x028b:"\u0076\u0068\u006fo\u006b",0x2317:"\u0076\u0069\u0065\u0077\u0064\u0061\u0074\u0061",0x30f8:"\u0076\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x09cd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x094d:"\u0076\u0069\u0072\u0061\u006d\u0061\u0064\u0065\u0076\u0061",0x0acd:"\u0076\u0069\u0072\u0061\u006d\u0061\u0067\u0075\u006aa\u0072\u0061\u0074\u0069",0x0983:"\u0076\u0069\u0073\u0061\u0072\u0067\u0061\u0062\u0065n\u0067\u0061\u006c\u0069",0x0903:"v\u0069\u0073\u0061\u0072\u0067\u0061\u0064\u0065\u0076\u0061",0x0a83:"\u0076i\u0073a\u0072\u0067\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x27dd:"\u0076l\u006f\u006e\u0067\u0064\u0061\u0073h",0xff56:"\u0076\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0578:"\u0076\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x309e:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30fe:"\u0076\u006f\u0069ce\u0064\u0069\u0074\u0065\u0072\u0061\u0074\u0069\u006f\u006e\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x309b:"\u0076\u006f\u0069\u0063\u0065\u0064\u006d\u0061\u0072k\u006b\u0061\u006e\u0061",0xff9e:"\u0076\u006f\u0069ce\u0064\u006d\u0061\u0072\u006b\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x30fa:"\u0076\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b1:"\u0076\u0070\u0061\u0072\u0065\u006e",0x25af:"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",0x25ae:"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",0x021b:"\u0076s\u0063\u0072\u0069\u0070\u0074",0x1e7d:"\u0076\u0074\u0069\u006c\u0064\u0065",0x021c:"\u0076\u0074\u0075r\u006e",0x028c:"\u0076t\u0075\u0072\u006e\u0065\u0064",0x3094:"\u0076\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f4:"\u0076\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x2b1d:"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",0x2218:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",0x2b1e:"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",0x299a:"\u0076z\u0069\u0067\u007a\u0061\u0067",0x0077:"\u0077",0x1e83:"\u0077\u0061\u0063\u0075\u0074\u0065",0x3159:"\u0077a\u0065\u006b\u006f\u0072\u0065\u0061n",0x308f:"\u0077\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ef:"\u0077\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff9c:"\u0077\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3158:"\u0077\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x308e:"\u0077a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ee:"\u0077a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x3357:"w\u0061\u0074\u0074\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x301c:"\u0077\u0061\u0076\u0065\u0064\u0061\u0073\u0068",0xfe34:"\u0077\u0061\u0076\u0079un\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0076\u0065\u0072\u0074\u0069\u0063a\u006c",0x0648:"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c",0xfeee:"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfe86:"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeed:"w\u0061\u0077\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfe85:"\u0077a\u0077\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0x33dd:"\u0077\u0062\u0073\u0071\u0075\u0061\u0072\u0065",0x24e6:"\u0077c\u0069\u0072\u0063\u006c\u0065",0x0175:"w\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x1e85:"\u0077d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e87:"\u0077\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e89:"\u0077d\u006f\u0074\u0062\u0065\u006c\u006fw",0x2a5f:"\u0077\u0065\u0064\u0067\u0065\u0062\u0061\u0072",0x27d1:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0074",0x2a60:"\u0077\u0065\u0064\u0067\u0065\u0064\u006f\u0075\u0062l\u0065\u0062\u0061\u0072",0x2a5a:"\u0077\u0065\u0064g\u0065\u006d\u0069\u0064\u0076\u0065\u0072\u0074",0x2a51:"\u0077e\u0064\u0067\u0065\u006f\u0064\u006ft",0x2a55:"\u0077\u0065\u0064g\u0065\u006f\u006e\u0077\u0065\u0064\u0067\u0065",0x2259:"\u0077\u0065\u0064\u0067\u0065\u0071",0x3091:"\u0077\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x2118:"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073",0x30f1:"\u0077\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315e:"\u0077\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x315d:"\u0077e\u006f\u006b\u006f\u0072\u0065\u0061n",0x1e81:"\u0077\u0067\u0072\u0061\u0076\u0065",0x25e6:"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074",0x25cb:"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065",0x300e:"\u0077\u0068\u0069\u0074ec\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074",0xfe43:"\u0077\u0068\u0069\u0074\u0065\u0063\u006f\u0072\u006e\u0065r\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x300f:"\u0077\u0068\u0069te\u0063\u006f\u0072\u006e\u0065\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0xfe44:"\u0077\u0068\u0069t\u0065\u0063\u006f\u0072n\u0065\u0072\u0062\u0072\u0061\u0063\u006be\u0074\u0072\u0069\u0067\u0068\u0074\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c",0x25c7:"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",0x25c8:"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064",0x25bf:"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25bd:"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x27c1:"w\u0068i\u0074\u0065\u0069\u006e\u0077\u0068\u0069\u0074e\u0074\u0072\u0069\u0061ng\u006c\u0065",0x25c3:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25c1:"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",0x3016:"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u006e\u0074\u0069\u0063u\u006c\u0061\u0072\u0062\u0072\u0061\u0063\u006b\u0065\u0074l\u0065\u0066\u0074",0x3017:"w\u0068\u0069\u0074\u0065\u006c\u0065n\u0074\u0069\u0063\u0075\u006c\u0061\u0072\u0062\u0072a\u0063\u006b\u0065t\u0072i\u0067\u0068\u0074",0x25c5:"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",0x25bb:"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",0x25b9:"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x25b7:"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065",0x25ab:"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065",0x27e4:"\u0077\u0068\u0069\u0074es\u0071\u0075\u0061\u0072\u0065\u0074\u0069\u0063\u006b\u006c\u0065\u0066\u0074",0x27e5:"w\u0068i\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065t\u0069\u0063\u006b\u0072ig\u0068\u0074",0x2606:"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r",0x260f:"\u0077\u0068\u0069\u0074\u0065\u0074\u0065\u006c\u0065p\u0068\u006f\u006e\u0065",0x3018:"\u0077\u0068i\u0074\u0065\u0074\u006f\u0072\u0074\u006f\u0069\u0073\u0065\u0073\u0068\u0065\u006c\u006c\u0062\u0072\u0061\u0063\u006b\u0065\u0074le\u0066\u0074",0x3019:"\u0077\u0068\u0069\u0074\u0065\u0074\u006f\u0072\u0074\u006fi\u0073\u0065\u0073\u0068\u0065\u006c\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074",0x25b5:"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065",0x25b3:"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",0x2b2d:"w\u0068\u0074\u0068\u006f\u0072\u007a\u006f\u0076\u0061\u006c",0x2b2f:"w\u0068\u0074\u0076\u0065\u0072\u0074\u006f\u0076\u0061\u006c",0x29a6:"\u0077\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",0x29a7:"w\u0069\u0064\u0065\u0061\u006e\u0067\u006c\u0065\u0075\u0070",0x20e9:"\u0077i\u0064e\u0062\u0072\u0069\u0064\u0067\u0065\u0061\u0062\u006f\u0076\u0065",0x3090:"\u0077\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f0:"\u0077\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x315f:"\u0077\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0xff57:"\u0077\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3092:"\u0077\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30f2:"\u0077\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff66:"\u0077\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x20a9:"\u0077\u006f\u006e",0xffe6:"\u0077\u006f\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x0e27:"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069",0x24b2:"\u0077\u0070\u0061\u0072\u0065\u006e",0x2240:"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074",0x1e98:"\u0077\u0072\u0069n\u0067",0x0240:"\u0077\u0073\u0075\u0070\u0065\u0072",0x02b7:"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr",0x021d:"\u0077\u0074\u0075r\u006e",0x028d:"\u0077t\u0075\u0072\u006e\u0065\u0064",0x01bf:"\u0077\u0079\u006e\u006e",0x0078:"\u0078",0x033d:"\u0078a\u0062\u006f\u0076\u0065\u0063\u006db",0x3112:"\u0078b\u006f\u0070\u006f\u006d\u006f\u0066o",0x24e7:"\u0078c\u0069\u0072\u0063\u006c\u0065",0x1e8d:"\u0078d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8b:"\u0078\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x056d:"x\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03be:"\u0078\u0069",0xff58:"\u0078\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x24b3:"\u0078\u0070\u0061\u0072\u0065\u006e",0x02e3:"\u0078s\u0075\u0070\u0065\u0072\u0069\u006fr",0x0079:"\u0079",0x334e:"y\u0061\u0061\u0064\u006f\u0073\u0071\u0075\u0061\u0072\u0065",0x09af:"\u0079a\u0062\u0065\u006e\u0067\u0061\u006ci",0x00fd:"\u0079\u0061\u0063\u0075\u0074\u0065",0x092f:"\u0079\u0061\u0064\u0065\u0076\u0061",0x3152:"\u0079a\u0065\u006b\u006f\u0072\u0065\u0061n",0x0aaf:"\u0079\u0061\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a2f:"\u0079\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x3084:"\u0079\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e4:"\u0079\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff94:"\u0079\u0061\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3151:"\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e4e:"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069",0x3083:"\u0079a\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e3:"\u0079a\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6c:"\u0079a\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x0463:"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x24e8:"\u0079c\u0069\u0072\u0063\u006c\u0065",0x0177:"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x00ff:"\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s",0x1e8f:"\u0079\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1ef5:"\u0079d\u006f\u0074\u0062\u0065\u006c\u006fw",0x064a:"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c",0x06d2:"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfbaf:"y\u0065h\u0062\u0061\u0072\u0072\u0065\u0065\u0066\u0069n\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfef2:"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0x0626:"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8a:"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfe8b:"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063",0xfe8c:"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c",0xfef3:"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfef1:"y\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfcdd:"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063",0xfc58:"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063",0xfc94:"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063",0x06d1:"\u0079\u0065\u0068th\u0072\u0065\u0065\u0064\u006f\u0074\u0073\u0062\u0065\u006c\u006f\u0077\u0061\u0072\u0061\u0062\u0069\u0063",0xfc95:"\u0079\u0065\u0068wi\u0074\u0068\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",0xfc59:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",0xfcdb:"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",0xfe89:"\u0079e\u0068\u0077\u0069\u0074h\u0068\u0061\u006d\u007a\u0061a\u0062o\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065d",0xfcda:"\u0079e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",0xfcdc:"\u0079e\u0068w\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",0xfc91:"\u0079e\u0068w\u0069\u0074\u0068\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",0x3156:"\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x00a5:"\u0079\u0065\u006e",0xffe5:"\u0079\u0065\u006em\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x3155:"\u0079e\u006f\u006b\u006f\u0072\u0065\u0061n",0x3186:"\u0079\u0065\u006f\u0072\u0069\u006e\u0068\u0069\u0065\u0075\u0068\u006bo\u0072\u0065\u0061\u006e",0x05aa:"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077",0x044b:"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04f9:"y\u0065r\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069s\u0063\u0079\u0072\u0069ll\u0069\u0063",0x3181:"\u0079\u0065\u0073\u0069\u0065\u0075\u006e\u0067\u006bo\u0072\u0065\u0061\u006e",0x3183:"y\u0065\u0073\u0069\u0065un\u0067p\u0061\u006e\u0073\u0069\u006fs\u006b\u006f\u0072\u0065\u0061\u006e",0x3182:"\u0079e\u0073i\u0065\u0075\u006e\u0067\u0073i\u006f\u0073k\u006f\u0072\u0065\u0061\u006e",0x059a:"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077",0x1ef3:"\u0079\u0067\u0072\u0061\u0076\u0065",0x01b4:"\u0079\u0068\u006fo\u006b",0x1ef7:"\u0079\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065",0x0575:"\u0079\u0069\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x0457:"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3162:"\u0079\u0069\u006b\u006f\u0072\u0065\u0061\u006e",0x262f:"\u0079i\u006e\u0079\u0061\u006e\u0067",0x0582:"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0xff59:"\u0079\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xfb39:"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",0x05f2:"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",0xfb1f:"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",0x0222:"\u0079\u006f\u0067\u0068",0x0223:"\u0079\u006f\u0067\u0068\u0063\u0075\u0072\u006c",0x3088:"\u0079\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x3189:"\u0079o\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e8:"\u0079\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff96:"\u0079\u006f\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x315b:"\u0079\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x3087:"\u0079o\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e7:"\u0079o\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6e:"\u0079o\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x03f3:"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b",0x3188:"y\u006f\u0079\u0061\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x3187:"\u0079\u006f\u0079\u0061\u006b\u006f\u0072\u0065\u0061\u006e",0x0e22:"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i",0x0e0d:"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069",0x24b4:"\u0079\u0070\u0061\u0072\u0065\u006e",0x037a:"\u0079\u0070\u006f\u0067\u0065\u0067\u0072\u0061\u006d\u006d\u0065\u006e\u0069",0x0345:"y\u0070\u006f\u0067\u0065gr\u0061m\u006d\u0065\u006e\u0069\u0067r\u0065\u0065\u006b\u0063\u006d\u0062",0x01a6:"\u0079\u0072",0x1e99:"\u0079\u0072\u0069n\u0067",0x0241:"\u0079\u0073\u0075\u0070\u0065\u0072",0x02b8:"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr",0x1ef9:"\u0079\u0074\u0069\u006c\u0064\u0065",0x021e:"\u0079\u0074\u0075r\u006e",0x028e:"\u0079t\u0075\u0072\u006e\u0065\u0064",0x3086:"\u0079\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x318c:"\u0079u\u0069\u006b\u006f\u0072\u0065\u0061n",0x30e6:"\u0079\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff95:"\u0079\u0075\u006b\u0061ta\u006b\u0061\u006e\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x3160:"\u0079\u0075\u006b\u006f\u0072\u0065\u0061\u006e",0x046b:"\u0079\u0075\u0073\u0062\u0069\u0067\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x046d:"\u0079\u0075\u0073\u0062ig\u0069\u006f\u0074\u0069\u0066\u0069\u0065\u0064\u0063\u0079\u0072\u0069\u006c\u006ci\u0063",0x0467:"\u0079\u0075\u0073\u006c\u0069\u0074\u0074\u006c\u0065\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",0x0469:"\u0079u\u0073\u006c\u0069\u0074t\u006c\u0065\u0069\u006f\u0074i\u0066i\u0065d\u0063\u0079\u0072\u0069\u006c\u006c\u0069c",0x3085:"\u0079u\u0073m\u0061\u006c\u006c\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30e5:"\u0079u\u0073m\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0xff6d:"\u0079u\u0073\u006d\u0061\u006c\u006c\u006b\u0061\u0074\u0061\u006b\u0061n\u0061\u0068\u0061\u006c\u0066\u0077\u0069\u0064\u0074\u0068",0x318b:"\u0079\u0075\u0079\u0065\u006b\u006f\u0072\u0065\u0061\u006e",0x318a:"y\u0075\u0079\u0065\u006f\u006b\u006f\u0072\u0065\u0061\u006e",0x09df:"\u0079\u0079\u0061\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x095f:"\u0079y\u0061\u0064\u0065\u0076\u0061",0x007a:"\u007a",0x0566:"\u007a\u0061\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x017a:"\u007a\u0061\u0063\u0075\u0074\u0065",0x095b:"\u007a\u0061\u0064\u0065\u0076\u0061",0x0a5b:"\u007a\u0061\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0638:"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c",0xfec6:"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",0xfec7:"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x3056:"\u007a\u0061\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0xfec5:"z\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0xfec8:"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0x0632:"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063",0xfeb0:"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",0xfeaf:"\u007a\u0061\u0069n\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",0x30b6:"\u007a\u0061\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0595:"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",0x0594:"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077",0x0598:"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077",0xfb36:"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",0x3117:"\u007ab\u006f\u0070\u006f\u006d\u006f\u0066o",0x017e:"\u007a\u0063\u0061\u0072\u006f\u006e",0x24e9:"\u007ac\u0069\u0072\u0063\u006c\u0065",0x1e91:"z\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",0x2a1f:"\u007a\u0063\u006d\u0070",0x0291:"\u007a\u0063\u0075r\u006c",0x017c:"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",0x1e93:"\u007ad\u006f\u0074\u0062\u0065\u006c\u006fw",0x0499:"\u007a\u0065\u0064\u0065sc\u0065\u006e\u0064\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x04df:"\u007ae\u0064i\u0065\u0072\u0065\u0073\u0069s\u0063\u0079r\u0069\u006c\u006c\u0069\u0063",0x305c:"\u007a\u0065\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30bc:"\u007a\u0065\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x0030:"\u007a\u0065\u0072\u006f",0x09e6:"z\u0065\u0072\u006f\u0062\u0065\u006e\u0067\u0061\u006c\u0069",0x0966:"\u007a\u0065\u0072\u006f\u0064\u0065\u0076\u0061",0x0ae6:"\u007a\u0065\u0072o\u0067\u0075\u006a\u0061\u0072\u0061\u0074\u0069",0x0a66:"\u007a\u0065\u0072o\u0067\u0075\u0072\u006d\u0075\u006b\u0068\u0069",0x0660:"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",0x2080:"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",0xff10:"\u007a\u0065\u0072\u006f\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0xf730:"\u007a\u0065\u0072o\u006f\u006c\u0064\u0073\u0074\u0079\u006c\u0065",0x06f0:"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e",0x2070:"\u007a\u0065\u0072o\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072",0x0e50:"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069",0xfeff:"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072",0x200b:"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065",0x03b6:"\u007a\u0065\u0074\u0061",0x3113:"\u007a\u0068\u0062\u006f\u0070\u006f\u006d\u006f\u0066\u006f",0x056a:"z\u0068\u0065\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e",0x03fe:"\u007a\u0068\u0065\u0062\u0072\u0065\u0076\u0065",0x04c2:"\u007a\u0068e\u0062\u0072\u0065v\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0436:"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x0497:"z\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063",0x04dd:"\u007a\u0068\u0065\u0064ie\u0072\u0065\u0073\u0069\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",0x3058:"\u007a\u0069\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30b8:"\u007a\u0069\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x05ae:"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077",0x1e95:"\u007a\u006c\u0069\u006e\u0065\u0062\u0065\u006c\u006f\u0077",0xff5a:"\u007a\u006d\u006f\u006e\u006f\u0073\u0070\u0061\u0063\u0065",0x305e:"\u007a\u006f\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30be:"\u007a\u006f\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061",0x24b5:"\u007a\u0070\u0061\u0072\u0065\u006e",0x2a20:"\u007a\u0070\u0069p\u0065",0x2a21:"\u007a\u0070\u0072\u006f\u006a\u0065\u0063\u0074",0x0290:"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b",0x0220:"\u007ar\u0074\u0068\u006f\u006f\u006b",0x01b6:"\u007as\u0074\u0072\u006f\u006b\u0065",0x305a:"\u007a\u0075\u0068\u0069\u0072\u0061\u0067\u0061\u006e\u0061",0x30ba:"\u007a\u0075\u006b\u0061\u0074\u0061\u006b\u0061\u006e\u0061"}); +func _bab (_cdf TextEncoder ,_efa string )[]byte {_ace :=make ([]byte ,0,len (_efa ));for _ ,_eea :=range _efa {_ecac ,_cbc :=_cdf .RuneToCharcode (_eea );if !_cbc ||_ecac > 0xff{_gc .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0066\u006f\u0072\u0020\u0072\u0075\u006e\u0065\u0020\u0030\u0078\u0025\u0030\u0034\u0078",_eea ); +continue ;};_ace =append (_ace ,byte (_ecac ));};return _ace ;};func (_efb *simpleEncoding )Decode (raw []byte )string {_ega ,_ :=_efb .NewDecoder ().Bytes (raw );return string (_ega );};var _cfbf =_cb .NewStringsMap (_bfa [:]);type differencesEncoding struct{_fcb SimpleEncoder ; +_afd *charCodeGlyphNameMap ;_ge *_cb .ByteRuneMap ;_gdb *_cb .RuneByteMap ;};func init (){RegisterSimpleEncoding (_fgf ,NewWinAnsiEncoder )};func (_eaf *simpleEncoder )Reset (){};func (_cg CMapEncoder )String ()string {return _cg ._eaa };func (_dg *charCodeGlyphNameMap )Read (key CharCode )(GlyphName ,bool ){_dg ._ff .RLock (); +defer _dg ._ff .RUnlock ();_gd ,_ec :=_dg ._dd [key ];return _gd ,_ec ;};func (_afg *TrueTypeFontEncoder )Encode (str string )[]byte {return _ae (_afg ,str )};func (_gfc *simpleEncodersMap )Write (s string ,f func ()SimpleEncoder ){_gfc ._ecf .Lock (); +defer _gfc ._ecf .Unlock ();_gfc ._ebf [s ]=f ;};func NewCMapEncoder (baseName string ,codeToCID ,cidToUnicode *_d .CMap )CMapEncoder {return CMapEncoder {_eaa :baseName ,_cdb :codeToCID ,_ddf :cidToUnicode };};var (_gad =_abf (_fgf ,_dac ););func (_ffb *differencesEncoding )RuneToCharcode (r rune )(CharCode ,bool ){if _edc ,_baf :=_ffb ._gdb .Read (r ); +_baf {return CharCode (_edc ),true ;};return _ffb ._fcb .RuneToCharcode (r );};func (_cbe *simpleEncodersMap )Range (f func (_abc string ,_fde func ()SimpleEncoder )(_babe bool )){_cbe ._ecf .RLock ();defer _cbe ._ecf .RUnlock ();for _dccg ,_daag :=range _cbe ._ebf {if f (_dccg ,_daag ){break ; +};};};func (_ede *differencesEncoding )Encode (str string )[]byte {_bgaf :=[]rune (str );_ce :=_fdc .NewBuffer (nil );_ce .Grow (len (_bgaf ));for _ ,_bfb :=range _bgaf {_aaba ,_ :=_ede .RuneToCharcode (_bfb );_ce .WriteByte (byte (_aaba ));};return _ce .Bytes (); +};func (_bade *TrueTypeFontEncoder )CharcodeToRune (code CharCode )(rune ,bool ){_acdg :=rune (-1);_bade ._afagf .Range (func (_dgf rune ,_bgfb uint16 )(_ced bool ){_aadf :=CharCode (_bgfb );if _aadf ==code {_acdg =_dgf ;return true ;};return false ;}); +if _acdg !=-1{return _acdg ,true ;};_gc .Log .Debug ("\u0043h\u0061\u0072c\u006f\u0064\u0065\u0054o\u0052\u0075\u006ee\u003a\u0020\u004e\u006f\u0020\u006d\u0061\u0074\u0063h.\u0020\u0063\u006fd\u0065\u003d0\u0078\u0025\u0030\u0034\u0078\u0020e\u006e\u0063=\u0025\u0073",code ,_bade ); +return 0,false ;};const (_bdfb ="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067";_abd ="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067";);func (_eeb *simpleEncoding )ToPdfObject ()_ca .PdfObject {return _ca .MakeName (_eeb ._bda )}; +func (_de CMapEncoder )Decode (raw []byte )string {if _de ._cdb !=nil {if _cfb ,_ecb :=_de ._cdb .BytesToCharcodes (raw );_ecb {var _gga _fdc .Buffer ;for _ ,_afa :=range _cfb {_gcg ,_ :=_de .charcodeToString (CharCode (_afa ));_gga .WriteString (_gcg ); +};return _gga .String ();};};return _ecg (_de ,raw );};type simpleEncodersMap struct{_ebf map[string ]func ()SimpleEncoder ;_ecf _f .RWMutex ;};func (_bccfe *simpleEncoding )Charcodes ()[]CharCode {_ebag :=make ([]CharCode ,0,_bccfe ._bad .Length ());_bccfe ._bad .Range (func (_ffbf byte ,_ rune )(_dgc bool ){_ebag =append (_ebag ,CharCode (_ffbf )); +return false });_fd .Slice (_ebag ,func (_fgea ,_cgca int )bool {return _ebag [_fgea ]< _ebag [_cgca ]});return _ebag ;};type simpleMapping struct{_fggb string ;_fcbc _f .Once ;_aegg *_cb .ByteRuneMap ;_gbg *_cb .RuneByteMap ;};func (_bdf *simpleEncodersMap )Read (s string )(func ()SimpleEncoder ,bool ){_bdf ._ecf .RLock (); +defer _bdf ._ecf .RUnlock ();_dcc ,_aeac :=_bdf ._ebf [s ];return _dcc ,_aeac ;};func (_ccb *TrueTypeFontEncoder )RuneToCharcode (r rune )(CharCode ,bool ){_gbbg ,_cgdd :=_ccb ._afagf .Read (r );if !_cgdd {_gc .Log .Debug ("M\u0069\u0073\u0073\u0069\u006e\u0067 \u0072\u0075\u006e\u0065\u0020\u0025d\u0020\u0028\u0025\u002b\u0071\u0029\u0020f\u0072\u006f\u006d\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067",r ,r ); +return 0,false ;};_ccb ._gdde .Write (r );_cee :=CharCode (_gbbg );return _cee ,true ;};func (_cag *IdentityEncoder )RegisteredRunes ()[]rune {_fgg :=make ([]rune ,_cag ._aea .Length ());_fec :=0;_cag ._aea .Range (func (_fgga rune )(_cac bool ){_fgg [_fec ]=_fgga ; +_fec ++;return false });return _fgg ;};var (_geb =_abf (_egge ,_bfac );_baac =_abf (_aafg ,_gfcf ););var (_dgcb =_abf (_eef ,_gbd );_babd =_abf (_edeg ,_dag ););func (_aba *simpleEncoding )String ()string {return "\u0073i\u006dp\u006c\u0065\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0028"+_aba ._bda +"\u0029"; +};var _bfa =[...]_cb .StringsTuple {{Key :"\u0066\u005f\u0066",Value :"\u0066\u0066"},{Key :"\u0066\u005f\u0066_\u0069",Value :"\u0066\u0066\u0069"},{Key :"\u0066\u005f\u0066_\u006c",Value :"\u0066\u0066\u006c"},{Key :"\u0066\u005f\u0069",Value :"\u0066\u0069"},{Key :"\u0066\u005f\u006c",Value :"\u0066\u006c"},{Key :"a\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e",Value :"\u0041\u0045\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006d\u0074\u0075r\u006e\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u0041d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0074\u0075r\u006e",Value :"\u0041\u0064\u006f\u0074\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"n\u006c\u0066\u0074\u006c\u0066\u0074\u0068\u006f\u006f\u006b",Value :"\u0041\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0075p\u0041\u006c\u0070\u0068\u0061",Value :"\u0041\u006c\u0070h\u0061"},{Key :"\u0049s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0041\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0062\u0062",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0043\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0043"},{Key :"\u0048\u0062\u0062",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u0048\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0048"},{Key :"\u004e\u0062\u0062",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u004e\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u004e"},{Key :"\u0050\u0062\u0062",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0050\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0050"},{Key :"\u0051\u0062\u0062",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0051\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0051"},{Key :"\u0052\u0062\u0062",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u0052\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u0052"},{Key :"\u005a\u0062\u0062",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u005a\u0064\u0062\u006c\u0073\u0074\u0072\u0075\u0063\u006b",Value :"\u0042\u0062\u0062\u005a"},{Key :"\u0075\u0070\u0042\u0065\u0074\u0061",Value :"\u0042\u0065\u0074\u0061"},{Key :"\u004f\u0049",Value :"\u0042t\u006f\u0070\u0062\u0061\u0072"},{Key :"\u0048m\u0061\u0063\u0072\u006f\u006e",Value :"\u0043\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0043\u0064\u006f\u0074",Value :"\u0043\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0043\u0068\u0065",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00341",Value :"C\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"l\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"C\u0068e\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0065r\u0063\u0079\u0072\u0069ll\u0069\u0063"},{Key :"\u0075\u0070\u0043h\u0069",Value :"\u0043\u0068\u0069"},{Key :"\u0079\u0075\u0073\u0062\u0069\u0067",Value :"\u0043\u0068\u0069"},{Key :"\u0067\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0044\u005a"},{Key :"\u0047\u0062\u0061\u0072",Value :"\u0044Z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u0073\u006c\u0061\u0073\u0068",Value :"\u0044\u0063\u0072\u006f\u0061\u0074"},{Key :"\u0044\u0065",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00321",Value :"\u0044\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0044e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0069n\u0063\u0072\u0065\u006d\u0065\u006et",Value :"\u0044\u0065\u006ct\u0061"},{Key :"\u0075p\u0044\u0065\u006c\u0074\u0061",Value :"\u0044\u0065\u006c\u0074\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0065\u0073\u0068\u006c\u006f\u006f\u0070\u0072\u0065\u0076",Value :"\u0044\u0068\u006fo\u006b"},{Key :"\u006d\u0062\u0066\u0064\u0069\u0067\u0061\u006d\u006d\u0061",Value :"\u0044i\u0067\u0061\u006d\u006d\u0061"},{Key :"\u0047e\u004b\u0061\u0072\u0065\u0076",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0044\u0069\u0067\u0061\u006d\u006da",Value :"\u0044\u0069\u0067a\u006d\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0047s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0044\u007a"},{Key :"\u0067\u0062\u0061\u0072",Value :"\u0044z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0044\u007a\u0068\u0065",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00345",Value :"\u0044\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u0063\u0079\u0072\u0069\u006c",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00353",Value :"\u0045c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004es\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0045d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0045\u0064\u006f\u0074",Value :"\u0045\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004f\u0045\u0073\u006d\u0061\u006c\u006c\u0063\u0061\u0070",Value :"\u0045\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0045\u006c",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00329",Value :"\u0045\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045\u006d",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00330",Value :"\u0045\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0067",Value :"\u0045\u006e\u0067"},{Key :"\u006b\u0072\u0061",Value :"\u0045o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0045\u0070\u0073\u0069\u006c\u006fn",Value :"\u0045p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0073\u0074\u0072\u0069\u0063\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u0045\u0071\u0075i\u0076"},{Key :"\u0054r\u0074\u0068\u006f\u006f\u006b",Value :"\u0045r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0045c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00347",Value :"\u0045\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0045t\u0061",Value :"\u0045\u0074\u0061"},{Key :"\u0045\u0075\u006ce\u0072",Value :"\u0045\u0075\u006c\u0065\u0072\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0065\u0075\u0072\u006f",Value :"\u0045\u0075\u0072\u006f"},{Key :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0063l\u006f\u0073\u0065\u0064",Value :"\u0045\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004f\u0068\u006fo\u006b",Value :"\u0046e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0032",Value :"\u0046\u0068\u006fo\u006b"},{Key :"\u0046\u0074\u0075r\u006e",Value :"\u0046\u0069\u006e\u0076"},{Key :"\u0046\u0046\u0049\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046\u0046\u004c\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046F\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046I\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0046L\u0073\u006d\u0061\u006c\u006c",Value :"\u0046\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0062a\u0062\u0079\u0067\u0061\u006d\u006da",Value :"\u0047\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0075p\u0047\u0061\u006d\u006d\u0061",Value :"\u0047\u0061\u006dm\u0061"},{Key :"\u0055\u0073\u0074r\u0074",Value :"\u0047\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0064r\u0074\u0068\u006f\u006f\u006b",Value :"\u0047\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0047\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0047\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0064\u006f\u0074",Value :"\u0047\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0047\u0065",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00320",Value :"\u0047\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00350",Value :"\u0047\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0047\u0061\u006d\u0065",Value :"\u0047\u006d\u0069\u0072"},{Key :"\u006f\u0067\u006f\u006e\u0065\u006b\u006e\u006f\u0073\u0070",Value :"\u0047\u0073\u006d\u0061\u006c\u006c\u0068\u006f\u006f\u006b"},{Key :"\u0063\u0074\u0075r\u006e",Value :"\u0047s\u0074\u0072\u006f\u006b\u0065"},{Key :"w\u0068\u0069\u0074\u0065\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0062\u006f\u0078",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0048\u0032\u0032\u0030\u0037\u0033"},{Key :"\u0054e\u0072\u0074\u0064\u0065\u0073",Value :"\u0048\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0049\u006e\u006f\u0064\u006f\u0074",Value :"\u0049"},{Key :"\u0079o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0049\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0049\u0064\u006f\u0074"},{Key :"\u0049\u0065",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00322",Value :"\u0049\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u006d",Value :"\u0049\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0049\u0069",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00326",Value :"\u0049\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"r\u0074\u0075\u0072\u006e\u0061\u0073\u0063\u0065\u006e\u0064",Value :"\u0049\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0049\u006f",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00323",Value :"\u0049\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0049\u006f\u0074\u0061",Value :"\u0049\u006f\u0074\u0061"},{Key :"\u007a\u0062\u0061\u0072",Value :"I\u006f\u0074\u0061\u0061\u0066\u0072\u0069\u0063\u0061\u006e"},{Key :"\u0059\u006f\u0067\u0068",Value :"\u0049s\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0075p\u004b\u0061\u0070\u0070\u0061",Value :"\u004b\u0061\u0070p\u0061"},{Key :"\u0065\u0072\u0065\u0076",Value :"\u004b\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004b\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u004b\u0068\u0061",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00339",Value :"K\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u004b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0059o\u0067\u0068\u0072\u0065\u0076",Value :"\u004b\u0068\u006fo\u006b"},{Key :"\u004b\u006a\u0065",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00361",Value :"K\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0045n\u0072\u0074\u0064\u0065\u0073",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u004b\u006f\u0070\u0070\u0061",Value :"\u004b\u006f\u0070\u0070\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0067\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u004a"},{Key :"\u0075\u0070\u004c\u0061\u006d\u0062\u0064\u0061",Value :"\u004c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u004c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u004c\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067c\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u004cc\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u004c\u0064\u006f\u0074",Value :"\u004c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u004b\u0068\u0061\u0063\u0065\u006b",Value :"\u004c\u006a"},{Key :"\u004c\u006a\u0065",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00358",Value :"L\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u004d\u0075",Value :"\u004d\u0075"},{Key :"\u0074m\u0061\u0063\u0072\u006f\u006e",Value :"\u004e\u0063\u0061\u0072\u006f\u006e"},{Key :"\u004e\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"t\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u004e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0065",Value :"\u004ee\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u004e\u0075",Value :"\u004e\u0075"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006e\u0077",Value :"\u004ew\u0061\u0072\u0072\u006f\u0077"},{Key :"\u004f\u0063\u0079\u0072\u0069\u006c",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00332",Value :"\u004fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u004f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u004fd\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"\u0072\u0064\u0065\u0073\u0063\u0065\u006e\u0064",Value :"\u004fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0070\u0069\u0070\u0065",Value :"\u004f\u0068\u006fr\u006e"},{Key :"\u0070\u0069\u0070\u0065\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u004f\u0069"},{Key :"\u004f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u006f\u0068\u006d",Value :"\u004f\u006d\u0065g\u0061"},{Key :"\u0075p\u004f\u006d\u0065\u0067\u0061",Value :"\u004f\u006d\u0065\u0067\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006d\u0068\u006f",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"o\u0068\u006d\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064",Value :"\u004f\u006d\u0065\u0067\u0061\u0069\u006e\u0076"},{Key :"\u0075p\u004f\u006d\u0069\u0063\u0072\u006fn",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u0079\u0061\u0074",Value :"\u004fm\u0069\u0063\u0072\u006f\u006e"},{Key :"e\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0072\u0065\u0076",Value :"\u004f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0059\u0052",Value :"\u004f\u006f\u0070e\u006e"},{Key :"\u004f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006c\u0079\u006fg\u0068",Value :"O\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0059\u0075\u0073\u0062\u0069\u0067",Value :"\u0050\u0068\u0069"},{Key :"\u0075\u0070\u0050h\u0069",Value :"\u0050\u0068\u0069"},{Key :"\u0044Z\u0068\u0061\u0063\u0065\u006b",Value :"\u0050\u0068\u006fo\u006b"},{Key :"\u0075\u0070\u0050\u0069",Value :"\u0050\u0069"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b",Value :"P\u006c\u0061\u006e\u0063\u006b\u0063\u006f\u006e\u0073\u0074"},{Key :"\u0075\u0070\u0050s\u0069",Value :"\u0050\u0073\u0069"},{Key :"\u0065\u006e\u0064\u006f\u0066\u0070\u0072\u006f\u006f\u0066",Value :"\u0051\u0045\u0044"},{Key :"\u0065\u006f\u0070",Value :"\u0051\u0045\u0044"},{Key :"\u0052\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0052\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052s\u006d\u0061\u006c\u006c\u0063\u0061p",Value :"\u0052d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0052\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0065",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0052\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u0052\u0066\u0072\u0061\u006b\u0074\u0075\u0072"},{Key :"\u0075\u0070\u0052h\u006f",Value :"\u0052\u0068\u006f"},{Key :"\u0073r\u0074\u0068\u006f\u006f\u006b",Value :"\u0052\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ci\u006ee\u0076\u0065\u0072\u0074\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0052\u0073\u006d\u0061\u006c\u006c\u0069\u006e\u0076e\u0072\u0074\u0065\u0064"},{Key :"\u0047\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073",Value :"\u0053"},{Key :"\u0053\u0053",Value :"\u0053"},{Key :"\u0032\u0035\u0030\u0063",Value :"\u0053\u0046\u0030\u0031\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0033\u0063",Value :"\u0053\u0046\u0030\u0035\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0032\u0063",Value :"\u0053\u0046\u0030\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0031\u0063",Value :"\u0053\u0046\u0030\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0064",Value :"\u0053\u0046\u0032\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0063",Value :"\u0053\u0046\u0032\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0062",Value :"\u0053\u0046\u0032\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0065",Value :"\u0053\u0046\u0033\u0036\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0066",Value :"\u0053\u0046\u0033\u0037\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0035\u0061",Value :"\u0053\u0046\u0033\u0038\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0063",Value :"\u0053\u0046\u0034\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0062",Value :"\u0053\u0046\u0035\u0033\u0030\u0030\u0030\u0030"},{Key :"\u0032\u0035\u0036\u0061",Value :"\u0053\u0046\u0035\u0034\u0030\u0030\u0030\u0030"},{Key :"\u0045\u006e\u0047\u0065",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0053\u0061\u006d\u0070\u0069",Value :"\u0053\u0061\u006d\u0070\u0069\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062\u0062\u0061\u0072",Value :"\u0053\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0053",Value :"\u0053c\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0074r\u0074\u0068\u006f\u006f\u006b",Value :"\u0053\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0065",Value :"\u0053e\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0053\u0068\u0061",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00342",Value :"S\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0050\u0065\u0068\u006f\u006f\u006b",Value :"\u0053\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0055\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"S\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0075p\u0053\u0069\u0067\u006d\u0061",Value :"\u0053\u0069\u0067m\u0061"},{Key :"\u0047e\u0072m\u0061\u006e\u0064\u0062\u006c\u0073\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u0053S\u0073\u006d\u0061\u006c\u006c",Value :"\u0053\u0073\u006d\u0061\u006c\u006c"},{Key :"\u004b\u0061\u0062a\u0072",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0053\u0074\u0069\u0067\u006d\u0061",Value :"S\u0074\u0069\u0067\u006d\u0061\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0073\u0077",Value :"\u0053w\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075\u0070\u0054a\u0075",Value :"\u0054\u0061\u0075"},{Key :"\u004bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0054c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0054\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u0054\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075p\u0054\u0068\u0065\u0074\u0061",Value :"\u0054\u0068\u0065t\u0061"},{Key :"\u0061\u0068\u0061\u0063\u0065\u006b",Value :"\u0054\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"\u0054\u0073\u0065",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00340",Value :"T\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0054\u0073\u0068\u0065",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00360",Value :"\u0054\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0055\u0063\u0079\u0072\u0069\u006c",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00337",Value :"\u0055c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"j\u0068\u006f\u006f\u006b\u0064\u0062\u006c\u0062\u0061\u0072",Value :"\u0055d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073g\u0072\u0061\u0076\u0065"},{Key :"\u0049\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0068\u006fr\u006e"},{Key :"\u0045\u0070\u0073\u0069\u006c\u006f\u006e\u0031",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0055d\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u0055\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0066s\u0063\u0072\u0069\u0070\u0074",Value :"\u0055o\u0067\u006f\u006e\u0065\u006b"},{Key :"\u0075p\u0055\u0070\u0073\u0069\u006c\u006fn",Value :"\u0055p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006f\u006c",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u005a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u007a\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"U\u0070\u0073\u0069\u006c\u006f\u006ea\u0063\u0075\u0074\u0065\u0068\u006f\u006f\u006b\u0073y\u006d\u0062\u006fl\u0067r\u0065\u0065\u006b"},{Key :"\u004f\u0068\u0061\u0063\u0065\u006b",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0061\u0066r\u0069\u0063\u0061\u006e"},{Key :"\u005ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u0068\u006f\u006fk\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0045\u0074\u0075r\u006e",Value :"\u0055\u0072\u0069n\u0067"},{Key :"U\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00362",Value :"\u0055\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0066o\u0072\u0063\u0065\u0065\u0078\u0074r",Value :"\u0056\u0044\u0061s\u0068"},{Key :"\u006f\u0068\u0061\u0063\u0065\u006b",Value :"\u0056\u0068\u006fo\u006b"},{Key :"\u0047\u0061\u006d\u006d\u0061\u0031",Value :"W\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0059\u0061\u0074",Value :"\u0058\u0069"},{Key :"\u0075\u0070\u0058\u0069",Value :"\u0058\u0069"},{Key :"\u0049\u006f\u0074a\u0031",Value :"Y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0055\u0068\u0061\u0063\u0065\u006b",Value :"\u0059\u0068\u006fo\u006b"},{Key :"\u0059\u0069",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00356",Value :"\u0059\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u004e\u0068\u006fo\u006b",Value :"\u005a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u005a\u0064\u006f\u0074",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006ca\u006d\u0062\u0064\u0061\u0062\u0061r",Value :"\u005a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0075\u0070\u005a\u0065\u0074\u0061",Value :"\u005a\u0065\u0074\u0061"},{Key :"\u0074\u0065\u006c\u0065\u0070\u0068\u006f\u006e\u0065b\u006c\u0061\u0063\u006b",Value :"\u0061\u0034"},{Key :"\u006da\u006c\u0074\u0065\u0073\u0065",Value :"\u0061\u0039"},{Key :"\u006d\u0061\u006ct\u0065\u0073\u0065\u0063\u0072\u006f\u0073\u0073",Value :"\u0061\u0039"},{Key :"\u0070\u006f\u0069nt\u0069\u006e\u0067\u0069\u006e\u0064\u0065\u0078\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065",Value :"\u0061\u0031\u0032"},{Key :"\u0063h\u0065\u0063\u006b\u006d\u0061\u0072k",Value :"\u0061\u0031\u0039"},{Key :"\u0062i\u0067\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0035"},{Key :"\u0062l\u0061\u0063\u006b\u0073\u0074\u0061r",Value :"\u0061\u0033\u0035"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061\u0033\u0037"},{Key :"\u0076a\u0072\u0073\u0074\u0061\u0072",Value :"\u0061\u0034\u0039"},{Key :"\u0064\u0069\u006eg\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b",Value :"\u0061\u0035\u0036"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0031"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0062\u0075\u006cl\u0065\u0074\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0061\u0037\u0031"},{Key :"b\u006c\u0061\u0063\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0037\u0031"},{Key :"\u0048\u0031\u0038\u0035\u0033\u0033",Value :"\u0061\u0037\u0031"},{Key :"\u0066i\u006c\u006c\u0065\u0064\u0062\u006fx",Value :"\u0061\u0037\u0033"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0033"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0061\u0037\u0033"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0036"},{Key :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u0037\u0036"},{Key :"\u0062i\u0067b\u006c\u0061\u0063\u006b\u0074r\u0069\u0061n\u0067\u006c\u0065\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0074r\u0069\u0061\u0067\u0075\u0070",Value :"\u0061\u0037\u0036"},{Key :"\u0062l\u0061\u0063\u006b\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e\u0073\u006c\u0064",Value :"\u0061\u0037\u0037"},{Key :"\u0074r\u0069\u0061\u0067\u0064\u006e",Value :"\u0061\u0037\u0037"},{Key :"b\u0069g\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069a\u006e\u0067\u006c\u0065do\u0077\u006e",Value :"\u0061\u0037\u0037"},{Key :"\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062s\u006f\u006c\u0069\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0062\u006c\u0061c\u006b\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u006d\u0064\u006c\u0067\u0062\u006c\u006b\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0061\u0037\u0038"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065r\u0074\u0073\u006c\u0064",Value :"\u0061\u0038\u0031"},{Key :"b\u006ca\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0068a\u006c\u0066\u0063\u0069rc\u006c\u0065",Value :"\u0061\u0038\u0031"},{Key :"\u006fn\u0065\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0061\u0031\u0032\u0038"},{Key :"\u0074e\u006e\u0063\u0069\u0072\u0063\u006ce",Value :"\u0061\u0031\u0032\u0039"},{Key :"\u006fn\u0065\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0030"},{Key :"\u0074w\u006f\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0031"},{Key :"t\u0068\u0072\u0065\u0065\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0032"},{Key :"\u0066\u006f\u0075\u0072\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0033"},{Key :"\u0066\u0069\u0076\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0034"},{Key :"\u0073i\u0078\u0063\u0069\u0072c\u006c\u0065\u0069\u006e\u0076e\u0072s\u0065s\u0061\u006e\u0073\u0073\u0065\u0072\u0069f",Value :"\u0061\u0031\u0035\u0035"},{Key :"s\u0065\u0076\u0065\u006e\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0036"},{Key :"e\u0069\u0067\u0068\u0074\u0063\u0069r\u0063\u006c\u0065\u0069\u006e\u0076\u0065\u0072\u0073e\u0073\u0061\u006es\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0037"},{Key :"\u006e\u0069\u006e\u0065\u0063\u0069\u0072\u0063\u006c\u0065\u0069n\u0076\u0065\u0072\u0073\u0065\u0073\u0061\u006e\u0073\u0073e\u0072\u0069\u0066",Value :"\u0061\u0031\u0035\u0038"},{Key :"u\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068\u0076",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0061r\u0072\u006f\u0077\u0075\u0070\u0064n",Value :"\u0061\u0031\u0036\u0034"},{Key :"\u0064\u0072\u0061\u0066\u0074\u0069\u006e\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0031\u0036\u0036"},{Key :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0068\u0065\u0061\u0076\u0079",Value :"\u0061\u0031\u0036\u0039"},{Key :"\u0059o\u0067\u0068\u0068\u0061\u0063\u0065k",Value :"\u0061\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0063\u006d\u0062",Value :"\u0061c\u0075\u0074\u0065\u0063\u006f\u006db"},{Key :"\u0061r\u0072o\u0077\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0061c\u0077o\u0070\u0065\u006e\u0063\u0069r\u0063\u006ce\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0075p\u0073l\u006f\u0070\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0061\u0064\u006ft\u0073"},{Key :"\u006cr\u0074\u0068\u006f\u006f\u006b",Value :"\u0061e\u0061\u0063\u0075\u0074\u0065"},{Key :"l\u0065\u0066\u0074\u0074\u006f\u0072\u0069\u0067\u0068\u0074",Value :"\u0061f\u0069\u0069\u0032\u0039\u0039"},{Key :"r\u0069\u0067\u0068\u0074\u0074\u006f\u006c\u0065\u0066\u0074",Value :"\u0061f\u0069\u0069\u0033\u0030\u0030"},{Key :"\u007a\u0065\u0072\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0033\u0030\u0031"},{Key :"\u0041\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0041c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00317"},{Key :"\u0042\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0042\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00318"},{Key :"\u0056\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u0056\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00319"},{Key :"\u005a\u0068\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"Z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00324"},{Key :"\u005a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u005a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00325"},{Key :"\u0049i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u0049i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00327"},{Key :"\u004b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u004b\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00328"},{Key :"\u0045\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0045\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00331"},{Key :"\u0050e\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0050\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00333"},{Key :"\u0045\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0072",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00334"},{Key :"\u0045\u0073",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0045\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00335"},{Key :"\u0054\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0054\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00336"},{Key :"\u0045\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0045\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00338"},{Key :"\u0053\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0053\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00343"},{Key :"\u0048\u0061\u0072\u0064",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0048\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00344"},{Key :"\u0059\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0059\u0065\u0072\u0069",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00345"},{Key :"\u0053\u006f\u0066\u0074",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0053\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00346"},{Key :"\u0049\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0055\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00348"},{Key :"\u0049\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0049\u0041\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00349"},{Key :"\u0044\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"D\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00351"},{Key :"\u0047\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"G\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00352"},{Key :"\u0044\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"D\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00354"},{Key :"\u0049\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u0049c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00355"},{Key :"\u004a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00357"},{Key :"\u004e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"N\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00359"},{Key :"\u0061c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0061\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00365"},{Key :"\u0076\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00367"},{Key :"\u0067\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0067\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00368"},{Key :"\u0064\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0064\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00369"},{Key :"\u0069\u006f",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u0069\u006f\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00371"},{Key :"\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00373"},{Key :"\u0069i\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0069i\u0073h\u006f\u0072\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00375"},{Key :"\u0065\u006e",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0065\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00379"},{Key :"\u0074\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0074\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00384"},{Key :"\u0075c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0075\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00385"},{Key :"\u0065\u0066\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u0065\u0066",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00386"},{Key :"\u006b\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"k\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00387"},{Key :"s\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00390"},{Key :"\u0073\u0068\u0063\u0068\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0073\u0068\u0063h\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00391"},{Key :"\u0069\u0075",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0075\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00396"},{Key :"\u0069\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"\u0069\u0061",Value :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00397"},{Key :"d\u007a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0064\u007a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00302"},{Key :"\u0069c\u0079\u0072\u0069\u006c\u006c\u0069c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u0069\u0063\u0079\u0072\u0069\u006c",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00303"},{Key :"\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00305"},{Key :"n\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"\u006e\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00307"},{Key :"k\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u006b\u006a\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00309"},{Key :"\u0075\u0073\u0068\u006f\u0072\u0074\u0063\u0079\u0072i\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"u\u0063\u0079\u0072\u0069\u006c\u0062\u0072\u0065\u0076\u0065",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00310"},{Key :"Y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00346"},{Key :"\u0046\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00347"},{Key :"\u0049z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00348"},{Key :"\u0066\u0069\u0074a\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00395"},{Key :"\u0069z\u0068i\u0074\u0073\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00390",Value :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00396"},{Key :"a\u0072\u0061\u0062\u0069\u0063\u0063\u006f\u006d\u006d\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"c\u006f\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00388"},{Key :"t\u0068\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0074h\u0072e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0074\u0068\u0072\u0065\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00395"},{Key :"\u0073\u0069\u0078\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073\u0069\u0078",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073i\u0078\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00398"},{Key :"\u0073e\u0076e\u006e\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0073\u0065\u0076\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"s\u0065\u0076\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00399"},{Key :"\u0061r\u0061b\u0069\u0063\u0073\u0065\u006d\u0069\u0063\u006f\u006c\u006f\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0073e\u006di\u0063\u006f\u006c\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00303"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"\u0061r\u0061b\u0069\u0063\u0071\u0075\u0065s\u0074\u0069o\u006e\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00307"},{Key :"a\u006ce\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u006da\u0064\u0064a\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00310"},{Key :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0061\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00311"},{Key :"\u0077\u0061\u0077\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0077\u0061\u0077\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00312"},{Key :"\u0074\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0074e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00318"},{Key :"\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u0068a\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00321"},{Key :"\u006b\u0068\u0061\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u006b\u0068\u0061\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00322"},{Key :"\u0064a\u006c\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0064\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00323"},{Key :"\u0073\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"\u0073\u0065\u0065\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00327"},{Key :"s\u0068\u0065\u0065\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073\u0068\u0065e\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00328"},{Key :"\u0073a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0073\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00329"},{Key :"\u0064\u0061\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0064a\u0064\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00330"},{Key :"\u0061i\u006e\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0061\u0069\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00333"},{Key :"\u0066e\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0066\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00341"},{Key :"\u0071\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0071a\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00342"},{Key :"\u0061r\u0061\u0062\u0069\u0063\u006b\u0061f",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006ba\u0066\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00343"},{Key :"\u006c\u0061\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006ca\u006d\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00344"},{Key :"\u006d\u0065\u0065\u006d",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u006d\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00345"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00351"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"d\u0061m\u006d\u0061\u0074\u0061\u006e\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00352"},{Key :"k\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006b\u0061\u0073r\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00356"},{Key :"\u006a\u0065\u0068",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u006ae\u0068\u0061\u0072\u0061\u0062\u0069c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00308"},{Key :"\u0074\u0074\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00311"},{Key :"\u0064\u0064\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00312"},{Key :"\u006e\u006fo\u006e\u0067\u0068u\u006e\u006e\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00314"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00334"},{Key :"\u0073\u0068\u0065\u0071\u0065\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u0073\u0068\u0065q\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006e\u0065\u0077\u0073\u0068\u0065\u0071\u0065\u006c\u0073\u0069\u0067\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006ee\u0077\u0073\u0068\u0065\u0071\u0065l",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00336"},{Key :"\u006d\u0061\u0071a\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"m\u0061\u0071\u0061\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00345"},{Key :"g\u0069\u006d\u0065\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0067\u0069\u006de\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00366"},{Key :"\u0068\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u0068\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00368"},{Key :"\u007a\u0061\u0079i\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"z\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00370"},{Key :"\u0068e\u0074\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0068\u0065\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00371"},{Key :"\u0079o\u0064\u0068\u0065\u0062\u0072\u0065w",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00373"},{Key :"\u0066\u0069\u006e\u0061lk\u0061\u0066\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0071\u0061\u006da\u0074\u0073\u0068\u0065br\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00374"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u006e\u0075\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006e\u0075\u006e",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00379"},{Key :"\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0070\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00384"},{Key :"\u0074\u0073\u0061d\u0069",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"t\u0073\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00386"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0073i\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068i\u006e\u0073\u0069n\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00395"},{Key :"\u0076\u0061\u0076v\u0061\u0076\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076\u0064\u0062\u006c",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00316"},{Key :"\u0076\u0061\u0076y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0076\u0061\u0076\u0079\u006f\u0064",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00317"},{Key :"\u0071\u0061\u006d\u0061ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006da\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006dat\u0073\u0071\u0061\u0074\u0061\u006e\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0075\u006e\u0069\u0074\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061m\u0061\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0037",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0061\u0074\u0061\u006e\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"q\u0061\u006d\u0061\u0074sq\u0061t\u0061\u006e\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0064\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0063",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0039",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071a\u006da\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0030",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0033",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00397"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u0031\u0031\u0035",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"s\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065v\u0061",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073\u0062\u006c\u006f\u0063\u006b",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065\u0076\u0061\u0032\u0032",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073h\u0065v\u0061\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0068\u0065\u0076\u0061\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00399"},{Key :"\u0073\u0069\u006ed\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00303"},{Key :"\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0072\u0061\u0066\u0065",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00341"},{Key :"\u0070\u0061\u0073e\u0071",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"p\u0061\u0073\u0065\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00342"},{Key :"\u006cs\u0063\u0072\u0069\u0070\u0074",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006cs\u0071\u0075\u0061\u0072\u0065",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u006c\u0069\u0074e\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0065\u006c\u006c",Value :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00389"},{Key :"\u0070\u0064\u0066",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00373"},{Key :"\u006c\u0072\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00374"},{Key :"\u0072\u006c\u006f",Value :"\u0061f\u0069\u0069\u0036\u0031\u0035\u00375"},{Key :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068n\u006f\u006ej\u006f\u0069\u006e\u0065\u0072",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u0077\u006d",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u007a\u0065\u0072\u006f\u006e\u006f\u006a\u006f\u0069\u006e",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"\u0063\u006f\u006dp\u0077\u006f\u0072\u0064\u006d\u0061\u0072\u006b",Value :"\u0061f\u0069\u0069\u0036\u0031\u0036\u00364"},{Key :"a\u0072\u0061\u0062\u0069cf\u0069v\u0065\u0070\u006f\u0069\u006et\u0065\u0064\u0073\u0074\u0061\u0072",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"a\u0073t\u0065\u0072\u0069\u0073\u006b\u0061\u006c\u0074o\u006e\u0065\u0061\u0072ab\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0061f\u0069\u0069\u0036\u0033\u0031\u00367"},{Key :"\u0063\u006fm\u006d\u0061\u0072e\u0076\u0065\u0072\u0073\u0065\u0064\u006d\u006f\u0064",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u006e\u0075\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0061f\u0069\u0069\u0036\u0034\u0039\u00337"},{Key :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0069\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0061\u0069n\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061i\u006e\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061i\u006em\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006er\u0074\u0068\u006f\u006f\u006b",Value :"\u0061\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00364",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061\u006c\u0065\u0066\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0061\u006c\u0065\u0066"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00315",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0061\u006c\u0065\u0066",Value :"\u0061\u006c\u0065\u0066\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0061\u006ce\u0066\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0066\u0066\u0069\u006e\u0061l",Value :"\u0061l\u0065f\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00313",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061l\u0065f\u0077\u0069\u0074\u0068\u0068a\u006d\u007aa\u0062\u0065\u006c\u006f\u0077",Value :"a\u006ce\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065l\u006f\u0077\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u0068\u0061m\u007a\u0061\u0062\u0065\u006co\u0077f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006c\u0061\u006d\u0065d",Value :"\u0061l\u0065f\u006c\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065fw\u0069\u0074\u0068\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006e\u0061\u006c",Value :"\u0061l\u0065\u0066\u006d\u0061d\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069n\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00349",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061",Value :"\u0061\u006c\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006ce\u0066\u006d\u0061k\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0061\u006c\u0065\u0066ma\u006b\u0073\u0075\u0072\u0061\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0079e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0061\u006c\u0065fm\u0061\u006b\u0073\u0075\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0070\u0061\u0074\u0061\u0068",Value :"\u0061l\u0065f\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u006c\u0065\u0066\u0077\u0069\u0074\u0068\u0071a\u006d\u0061\u0074\u0073",Value :"\u0061\u006ce\u0066\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061l\u0065\u0070\u0068\u006d\u0061\u0074h",Value :"\u0061\u006c\u0065p\u0068"},{Key :"\u0062\u0061\u0063\u006b\u0063\u006f\u006e\u0067",Value :"\u0061\u006c\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0075p\u0061\u006c\u0070\u0068\u0061",Value :"\u0061\u006c\u0070h\u0061"},{Key :"\u0063\u0031\u0035\u0038",Value :"\u0061m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u006c\u0061\u006e\u0067\u006c\u0065",Value :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0061\u006e\u0067\u006c\u0065",Value :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00370",Value :"\u0061\u006e\u0067\u006b\u0068\u0061\u006e\u006b\u0068u\u0074\u0068\u0061\u0069"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0042\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061\u006e\u0067\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u006c\u0065f\u0074\u0062\u0069\u0067\u0067",Value :"\u0061n\u0067\u006c\u0065\u006c\u0065\u0066t"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0042\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061n\u0067b\u0072\u0061\u0063\u006b\u0065t\u0072\u0069g\u0068\u0074\u0062\u0069\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u006e\u0067\u0062ra\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0041\u006e\u0067\u0073\u0074\u0072\u006f\u006d",Value :"\u0061\u006e\u0067\u0073\u0074\u0072\u006f\u006d"},{Key :"\u0061\u0063\u0077\u0067\u0061\u0070\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u006e\u0074\u0069\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0039\u00329",Value :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u006d\u006f\u0064"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u006c\u0069\u006d\u0069\u0074",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"\u0064\u006f\u0074e\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0061\u0063\u0068\u0065\u0073"},{Key :"a\u006c\u006d\u006f\u0073\u0074\u0065\u0071\u0075\u0061\u006c",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078",Value :"a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0066\u0061\u006c\u006c\u0069\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0061p\u0070r\u006f\u0078\u0065\u0071\u0075a\u006c\u006fr\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0074\u0072\u0070l",Value :"a\u0070\u0070\u0072\u006f\u0078\u0069\u0064\u0065\u006e\u0074"},{Key :"\u0061\u006c\u006d\u006f\u0073\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071",Value :"\u0061\u0070\u0070\u0072\u006f\u0078\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u006f\u0066\u006c\u0069\u006e\u0065",Value :"\u0061\u0072\u0063"},{Key :"c\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0073",Value :"\u0061\u0072\u0063e\u0071"},{Key :"\u0061r\u0072o\u0077\u0073\u0065\u006d\u0061n\u0074\u0069c\u006c\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063\u0075\u0072\u0076\u0065\u0061\u0072\u0072\u006fw\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0063h\u006c\u0065\u0066\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0065\u006d\u0063l\u006f\u0063\u006b\u0077",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u0063u\u0072v\u0065\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0063\u0068\u0072\u0069\u0067\u0068\u0074\u0064\u006f\u0077\u006e"},{Key :"\u006cm\u0069\u0064\u0074\u0069\u006c\u0064e",Value :"\u0061\u0072\u0069\u006e\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0033",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0062\u006f\u0074h"},{Key :"\u0064\u006f\u0077\u006e\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0064\u006f\u0077\u006e"},{Key :"\u006c\u0065\u0066\u0074\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0064\u0061\u0073\u0068a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068r\u0069\u0067\u0068\u0074"},{Key :"u\u0070\u0064\u0061\u0073\u0068\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0064\u0061\u0073\u0068\u0075\u0070"},{Key :"\u004c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068"},{Key :"U\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0062\u006f\u0074\u0068\u0076"},{Key :"\u0044o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u0064\u006f\u0077\u006e"},{Key :"\u004ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u0064\u0062\u006c",Value :"\u0061\u0072\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0055p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u0062\u006c\u0075\u0070"},{Key :"\u0064o\u0077\u006e\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u0064\u006f\u0077n"},{Key :"\u0073w\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0073e\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0064\u006f\u0077\u006e\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006ew\u0068\u0069\u0074\u0065"},{Key :"\u0069o\u0074\u0061\u0073\u0075\u0062",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064\u0072\u0069\u0067h\u0074\u006d\u006f\u0064"},{Key :"\u0068\u006f\u006f\u006b\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0068\u006f\u006f\u006b\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0068\u006f\u006f\u006br\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066\u0074\u0061\u0072\u0072\u006fw",Value :"\u0061r\u0072\u006f\u0077\u006c\u0065\u0066t"},{Key :"\u006ce\u0066t\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0062\u006f\u0074\u0068\u0061\u006c\u0066"},{Key :"\u0061r\u0072o\u0077\u0064\u0062\u006c\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u004c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074d\u0062\u006cs\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072l\u0065\u0066t\u0072\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006ce\u0066t\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u006c\u0065\u0066\u0074o\u0076\u0065r\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0065\u0066\u0074\u0077\u0068\u0069\u0074\u0065a\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0031\u0036\u0031",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0069g\u0068\u0074\u0068a\u0072\u0070\u006f\u006f\u006e\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0062\u006ft\u0068\u0061\u006c\u0066"},{Key :"\u0061\u0072r\u006f\u0077\u0064b\u006c\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"n\u0052\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006e\u006ft\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074",Value :"\u0061\u0072\u0072\u006fwr\u0069\u0067\u0068\u0074\u0064\u0062\u006c\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u0061r\u0072o\u0077\u0070\u0061\u0072\u0072r\u0069\u0067h\u0074\u006c\u0065\u0066\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068t\u006f\u0076e\u0072\u006c\u0065\u0066\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0072i\u0067h\u0074\u0077\u0068\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0072\u0069\u0067\u0068\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0062\u0061\u0072l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0074\u0061\u0062\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061\u0072",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0062\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006c\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006fw\u0074\u0061\u0069\u006c",Value :"\u0061\u0072\u0072\u006f\u0077\u0074\u0061\u0069\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u004c\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072o\u0077\u0074\u0072\u0069\u0070\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"R\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072r\u006f\u0077\u0074r\u0069\u0070\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075p\u0061\u0072\u0072\u006f\u0077",Value :"\u0061r\u0072\u006f\u0077\u0075\u0070"},{Key :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0064\u006e\u0062\u0073\u0065",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u0075\u0070\u0064\u006f\u0077\u006e\u0061\u0072\u0072o\u0077\u0062\u0061\u0072",Value :"\u0061r\u0072o\u0077\u0075\u0070\u0064\u006f\u0077\u006e\u0062\u0061\u0073\u0065"},{Key :"\u006ew\u0061\u0072\u0072\u006f\u0077",Value :"a\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075p\u0064\u006f\u0077\u006e",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u0075\u0070\u0064o\u0077\u006e\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0061\u0072\u0072\u006f\u0077\u0075\u0070\u006c\u0065\u0066\u0074\u006ff\u0064\u006f\u0077\u006e"},{Key :"\u006ee\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u006f\u0070\u0065\u006e\u0075\u0070",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0075\u0070\u0077h\u0069\u0074\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0061\u0072\u0072o\u0077\u0075\u0070\u0077\u0068\u0069\u0074\u0065"},{Key :"\u006c\u0069\u006e\u0065\u0076\u0065\u0072\u0074",Value :"\u0061s\u0063\u0072\u0069\u0070\u0074"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0031",Value :"\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061s\u0073\u0065\u0072\u0074\u0069\u006fn",Value :"\u0061\u0073\u0073\u0065\u0072\u0074"},{Key :"\u0061\u0073\u0074",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0073t\u0065\u0072\u0069s\u006b\u0063\u0065\u006e\u0074\u0065\u0072\u0065\u0064",Value :"\u0061\u0073\u0074e\u0072\u0069\u0073\u006b\u006d\u0061\u0074\u0068"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075a\u006c\u0061\u006c\u0074",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"a\u0073\u0079\u006d\u0070\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006de\u0071",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0069\u006di\u006c\u0061\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0061\u0073\u0079\u006dpt\u006f\u0074\u0069\u0063\u0061\u006c\u006c\u0079\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0061\u0074\u0073\u0069\u0067\u006e",Value :"\u0061\u0074"},{Key :"\u0061l\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0061\u0079\u0069\u006e",Value :"\u0061\u0079i\u006e\u0061\u006ct\u006f\u006e\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00382",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0079\u0069\u006e",Value :"\u0061\u0079\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"p\u0072\u0069\u006d\u0065\u0064\u0062\u006c\u0072\u0065\u0076",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069m\u0065\u0064\u0062\u006c\u0072\u0065\u0076\u0031",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0073e\u0063\u006f\u006e\u0064\u0072\u0065v",Value :"\u0062\u0061\u0063\u006b\u0064\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070l\u0065\u0072\u0065\u0076",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0070r\u0069m\u0065\u0074\u0072\u0069\u0070\u006c\u0065\u0072\u0065\u0076\u0031",Value :"b\u0061\u0063\u006b\u0074\u0072\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00343",Value :"\u0062\u0061\u0068\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0076\u0065\u0072\u0074",Value :"\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062\u0061\u0072",Value :"\u0062\u0061\u0072"},{Key :"\u0074\u0061\u0062l\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074",Value :"\u0062a\u0072\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077\u0072i\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077\u0062\u0061"},{Key :"\u0068\u006f\u006d\u0065",Value :"b\u0061\u0072\u006f\u0076er\u006eo\u0072\u0074\u0068\u0077\u0065s\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u006e\u006f\u0072",Value :"\u0062\u0061\u0072\u0076\u0065\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00366",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u0065",Value :"\u0062\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00316",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068",Value :"\u0062e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0062\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0062\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0062e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"b\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0062\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"b\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0062e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u0062\u0065\u0074\u0061",Value :"\u0062\u0065\u0074\u0061"},{Key :"\u0047\u0065\u0068\u006f\u006f\u006b",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075p\u0076\u0061\u0072\u0062\u0065\u0074a",Value :"\u0062e\u0074a\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0062e\u0074\u0064\u0061\u0067\u0065\u0073h",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0062e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0062\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00365",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0062\u0065\u0074",Value :"\u0062e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"b\u0065\u0074\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0062\u0065\u0074\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0031",Value :"\u0062\u0068\u006fo\u006b"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072",Value :"\u0062\u0069\u0067\u0076\u0065\u0065"},{Key :"\u006e\u0061\u0072\u0079\u006c\u006f\u0067\u0069\u0063a\u006c\u0061\u006e\u0064",Value :"\u0062\u0069\u0067\u0077\u0065\u0064\u0067\u0065"},{Key :"r\u0069\u006e\u0067\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0062\u0069\u006c\u0061\u0062\u0069\u0061\u006c\u0063\u006c\u0069\u0063\u006b"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006e\u0077\u006f\u0070\u0065\u006e",Value :"\u0062\u006c\u0061\u0063kc\u0069\u0072\u0063\u006c\u0065\u0075\u006c\u0071\u0075\u0061\u0064\u0077\u0068\u0069t\u0065"},{Key :"\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065f\u0074\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0062\u006ca\u0063\u006b\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0074r\u0069\u0061\u0067\u006c\u0066",Value :"\u0062l\u0061\u0063\u006b\u006c\u0065\u0066\u0074\u0070\u006f\u0069\u006et\u0069\u006e\u0067\u0070\u006f\u0069\u006e\u0074\u0065\u0072"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064\u0031",Value :"\u0062l\u0061\u0063\u006b\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u006cl\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063kl\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u006cr\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0072\u0065\u0063\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0068r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0065\u0063\u0074a\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0074r\u0069\u0061\u0067\u0072\u0074",Value :"\u0062l\u0061\u0063\u006b\u0072i\u0067\u0068\u0074\u0070\u006fi\u006et\u0069n\u0067\u0070\u006f\u0069\u006e\u0074\u0065r"},{Key :"\u0062l\u0061c\u006b\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068t\u0073\u006c\u0064\u0031",Value :"\u0062\u006c\u0061\u0063\u006b\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0034\u0033",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078\u0066i\u006c\u006c\u0065\u0064",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0062\u006c\u006b\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"b\u006c\u0061\u0063\u006b\u0073\u006d\u0069\u006c\u0065\u0079",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0069\u006e\u0076s\u006d\u0069\u006c\u0065\u0066\u0061\u0063\u0065",Value :"\u0062\u006ca\u0063\u006b\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065"},{Key :"\u0073\u006d\u0061\u006clt\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u0064\u006f\u0077\u006e"},{Key :"\u0074\u0072\u0061n\u0067\u006c\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0075l\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063ku\u0070\u0070\u0065\u0072\u006c\u0065\u0066\u0074\u0074\u0072\u0069\u0061\u006e\u0067l\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0075r\u0062l\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061ck\u0075\u0070\u0070\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0073\u006c\u0064",Value :"\u0062\u006c\u0061\u0063k\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0076\u0069\u0073i\u0062\u006c\u0065\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"v\u0069\u0073\u0075\u0061\u006c\u0073\u0070\u0061\u0063\u0065",Value :"\u0062\u006c\u0061n\u006b"},{Key :"\u0062l\u006f\u0063\u006b\u0066\u0075\u006cl",Value :"\u0062\u006c\u006fc\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00306",Value :"\u0062\u006f\u0062a\u0069\u006d\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062o\u0074\u0074\u006f\u006d\u0061\u0072c",Value :"\u0062\u006f\u0074\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0073\u0071u\u0061\u0072\u0065v\u0065\u0072\u0074\u0062\u0069\u0073\u0065\u0063\u0074",Value :"\u0062\u006f\u0078\u0062\u0061\u0072"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061c\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u006c\u0062\u0072\u0061\u0063\u0065",Value :"\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0068\u0074\u0069\u0070\u0064\u006f\u0077n\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070d\u006f\u0077n\u0072\u0069\u0067\u0068\u0074",Value :"\u0062\u0072\u0061\u0063\u0065\u006c\u0065\u0066\u0074\u0076\u0065\u0072t\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u0065",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061p\u0070\u006c\u0065\u006f\u0070\u0065n",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0062\u0074"},{Key :"\u0065\u006e\u0074e\u0072",Value :"\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074\u006d\u0069\u0064"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072e\u0074\u0075r\u006e\u006c\u0065\u0066\u0074",Value :"\u0062\u0072\u0061c\u0065\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0062r\u0061c\u0065\u0068\u0074\u0069\u0070\u0075\u0070\u006c\u0065\u0066\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072a\u0063\u0065\u0068t\u0069\u0070\u0075\u0070\u0072\u0069\u0067\u0068\u0074",Value :"\u0062r\u0061c\u0065\u0072\u0069\u0067\u0068t\u0076\u0065r\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0062\u0072\u0061\u0063\u006b",Value :"b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062r\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u0072a\u0063\u006b\u0065t\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0062\u0072\u0061\u0063\u006b",Value :"\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"c\u006f\u006e\u0074\u0065\u0078\u0074\u006d\u0065\u006e\u0075",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0062\u0074"},{Key :"\u0070\u006f\u0077e\u0072",Value :"\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069g\u0068\u0074\u0074\u0070"},{Key :"\u0072\u0068\u006f\u0031",Value :"\u0062\u0072\u0069\u0064ge\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064\u0062\u0065\u006c\u006f\u0077\u0063m\u0062"},{Key :"s\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u006d\u0061\u0074\u0068",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u006f\u0074",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0076\u0079\u0073\u006d\u0062\u006c\u006b\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0062\u0075\u006c\u006c\u0065\u0074\u006f\u0070\u0065r\u0061\u0074\u006f\u0072"},{Key :"\u0062u\u006c\u006c\u0073\u0065\u0079\u00651",Value :"\u0062\u0075\u006c\u006c\u0073\u0065\u0079\u0065"},{Key :"\u0063\u0074",Value :"\u0063"},{Key :"\u006fv\u0065\u0072\u0073\u0074\u006f\u0072e",Value :"\u0063\u0031\u0034\u0033"},{Key :"\u0068m\u0061\u0063\u0072\u006f\u006e",Value :"\u0063\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0063\u0061\u006e\u0064\u0072\u0061",Value :"\u0063\u0061\u006e\u0064\u0072\u0061\u0062\u0069\u006ed\u0075\u0063\u006d\u0062"},{Key :"\u0077\u0068\u0069\u0074ea\u0072\u0072\u006f\u0077\u0075\u0070\u0066\u0072\u006f\u006d\u0062\u0061\u0072",Value :"\u0063\u0061\u0070\u0073\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0032\u00348",Value :"\u0063\u0061\u0072\u0065\u006f\u0066"},{Key :"\u0063\u0061\u0072e\u0074",Value :"c\u0061\u0072\u0065\u0074\u0069\u006e\u0073\u0065\u0072\u0074"},{Key :"\u0063\u0068\u0065c\u006b",Value :"\u0063\u0061\u0072\u006f\u006e\u0063\u006d\u0062"},{Key :"\u0063a\u0072r\u0069\u0061\u0067\u0065\u0072\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063\u0061\u0072\u0072\u0069\u0061\u0067\u0065\u0072e\u0074\u0075\u0072\u006e"},{Key :"l\u0069\u006e\u0065\u0076\u0065\u0072\u0074\u0073\u0075\u0062",Value :"\u0063\u0063\u0075r\u006c"},{Key :"\u0063\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0063\u0064\u006f\u0074"},{Key :"\u004b\u006f\u0070p\u0061",Value :"\u0063\u0065\u0064\u0069\u006c\u006c\u0061\u0063\u006d\u0062"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0042\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065f\u0074\u0062\u0069\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u006c\u0063\u0065i\u006c",Value :"c\u0065\u0069\u006c\u0069\u006e\u0067\u006c\u0065\u0066\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063\u0065i\u006c\u0069\u006eg\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067\u0067",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0063\u0065i\u006c",Value :"\u0063\u0065\u0069l\u0069\u006e\u0067\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0063e\u006c\u0073\u0069\u0075\u0073",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0064\u0065g\u0072\u0065\u0065c\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065",Value :"\u0063\u0065\u006e\u0074\u0069\u0067\u0072\u0061\u0064\u0065"},{Key :"\u0043\u004c",Value :"\u0063\u0065\u006e\u0074\u0072\u0065\u006c\u0069\u006e\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00389",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063\u0068\u0065",Value :"c\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0075\u0070\u0063h\u0069",Value :"\u0063\u0068\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00390",Value :"\u0063\u0068\u006fc\u0068\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00388",Value :"c\u0068\u006f\u0063\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00389",Value :"\u0063\u0068\u006fc\u0068\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00392",Value :"c\u0068\u006f\u0063\u0068\u006f\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0072i\u006e\u0067\u0065\u0071\u0075\u0061l",Value :"\u0063\u0069\u0072\u0063\u0065\u0071"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0061\u0073\u0074e\u0072\u0069\u0073\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0062\u006f\u0074\u0074\u006f\u006d\u0073\u006c\u0064",Value :"c\u0069\u0072\u0063\u006ceb\u006ft\u0074\u006f\u006d\u0068\u0061l\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072c\u006c\u0065\u0063\u006f\u0070\u0079\u0072\u0074"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u006d\u0069\u006e\u0075\u0073\u0031",Value :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0064\u0061\u0073\u0068"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0064\u0065\u0071\u0075\u0061\u006c",Value :"c\u0069\u0072\u0063\u006c\u0065\u0065\u0071\u0075\u0061\u006c"},{Key :"c\u0069\u0072\u0063\u006cem\u0075l\u0074\u0069\u0070\u006c\u0079d\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072c\u006c\u0065\u006d\u0075\u006ct\u0069\u0070l\u0079\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u006f\u0074\u0069\u006d\u0065\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"t\u0069\u006d\u0065\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0064\u006ft",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069r\u0063\u006c\u0065d\u006f\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006f\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u006f\u0064\u006f\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u006f\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075s\u0074\u0065\u0078\u0074",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u006f\u0070\u006cu\u0073",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0070\u006c\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0070\u006c\u0075\u0073"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u0064\u0063\u0069\u0072\u0063",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u006e\u0067"},{Key :"\u0063\u0069\u0072c\u006c\u0065\u0074\u006f\u0070\u0073\u006c\u0064",Value :"\u0063i\u0072c\u006c\u0065\u0074\u006f\u0070h\u0061\u006cf\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006e\u0065\u0073\u006c\u0064",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0072\u0071\u0075\u0061\u0064b\u006c\u0061\u0063\u006b"},{Key :"\u0063i\u0072c\u006c\u0065\u0076\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0063\u0069\u0072\u0063\u006c\u0065\u0076\u0065\u0072t\u0066\u0069\u006c\u006c"},{Key :"\u0063\u0069\u0072\u0063le\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0063\u0069\u0072cl\u0065\u0077\u0069\u0074\u0068\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"c\u0069r\u0063\u006c\u0065\u0072\u0069\u0067\u0068\u0074h\u0061\u006c\u0066\u0062la\u0063\u006b",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0063i\u0072\u0063\u006c\u0065\u0077\u0069\u0074\u0068\u0072\u0069\u0067h\u0074\u0068\u0061\u006c\u0066\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0068\u0061\u0074",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068\u0061\u0074\u0077\u0069\u0064\u0065\u0072",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0068a\u0074\u0077\u0069\u0064\u0065\u0073t",Value :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0063\u006d\u0062"},{Key :"\u0063\u0077g\u0061\u0070\u0063i\u0072\u0063\u006c\u0065\u0061\u0072\u0072\u006f\u0077",Value :"\u0063l\u006f\u0063\u006b\u0077\u0069\u0073e"},{Key :"\u0061\u0031\u0031\u0032",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062"},{Key :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0062\u006c\u0061\u0063\u006b",Value :"\u0063\u006c\u0075\u0062"},{Key :"v\u0061\u0072\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074",Value :"\u0063\u006c\u0075\u0062\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0065\u0061\u0073\u0074",Value :"\u0063\u006f\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u006da\u0074\u0068\u0063\u006f\u006c\u006fn",Value :"\u0063\u006f\u006co\u006e"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006c\u006f\u006e\u0065\u0071"},{Key :"\u0043\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063\u006f\u006c\u006f\u006e\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0063o\u006c\u006f\u006e\u0073\u0069\u0067n",Value :"\u0063\u006f\u006c\u006f\u006e\u006d\u006f\u006e\u0065\u0074\u0061\u0072\u0079"},{Key :"\u0069\u006f\u0074\u0061\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0063\u006f\u006d\u006d\u0061\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0063\u006f\u006d\u006d\u0061\u0074\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u0063o\u006dm\u0061\u0061\u0062\u006f\u0076e\u0072\u0069g\u0068\u0074\u0063\u006d\u0062"},{Key :"\u0075\u0070s\u0069\u006c\u006fn\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073",Value :"c\u006f\u006d\u006d\u0061re\u0076e\u0072\u0073\u0065\u0064\u0061b\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u006f\u0074\u0075r\u006e\u0065\u0064\u0063\u006f\u006d\u006d\u0061",Value :"\u0063\u006f\u006d\u006dat\u0075\u0072\u006e\u0065\u0064\u0061\u0062\u006f\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0061p\u0070r\u006f\u0078\u0069\u006d\u0061t\u0065\u006cy\u0065\u0071\u0075\u0061\u006c",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006e\u0067",Value :"\u0063o\u006e\u0067\u0072\u0075\u0065\u006et"},{Key :"\u0063\u006f\u006et\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006f\u006e\u0074in\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0063\u006fn\u0074\u0069\u006et\u0065\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u006f\u0069\u006e\u0074",Value :"\u0063o\u006et\u006f\u0075\u0072\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0041\u0043\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0041\u0043\u004b"},{Key :"\u0042\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0042\u0045\u004c"},{Key :"\u0042\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0042S"},{Key :"\u0043\u0041\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0043\u0041\u004e"},{Key :"\u0043\u0052",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0043R"},{Key :"\u0058\u004f\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0031",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0031"},{Key :"\u0044\u0043\u0032",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0032"},{Key :"\u0058\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0033",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0033"},{Key :"\u0044\u0043\u0034",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0043\u0034"},{Key :"\u0044\u0045\u004c",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u0045\u004c"},{Key :"\u0044\u0043\u0030",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0044\u004c\u0045",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0044\u004c\u0045"},{Key :"\u0045\u004d",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0045M"},{Key :"\u0045\u004e\u0051",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004e\u0051"},{Key :"\u0045\u004f\u0054",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u004f\u0054"},{Key :"\u0045\u0053\u0043",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0053\u0043"},{Key :"\u0045\u0054\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0042"},{Key :"\u0045\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0045\u0054\u0058"},{Key :"\u0046\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046F"},{Key :"\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0049\u0046\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0046S"},{Key :"\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0049\u0047\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0047S"},{Key :"\u0048\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0048T"},{Key :"\u004c\u0046",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u004cF"},{Key :"\u004e\u0041\u004b",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0041\u004b"},{Key :"\u002e\u006e\u0075l\u006c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u004e\u0055\u004c",Value :"c\u006f\u006e\u0074\u0072\u006f\u006c\u004e\u0055\u004c\u004c"},{Key :"\u0049\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0052\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0052S"},{Key :"\u0053\u0049",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053I"},{Key :"\u0053\u004f",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0053O"},{Key :"\u0053\u0054\u0058",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u004f\u0054"},{Key :"\u0053\u004f\u0048",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0054\u0058"},{Key :"\u0045\u004f\u0046",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0055\u0042",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0055\u0042"},{Key :"\u0053\u0059\u004e",Value :"\u0063\u006f\u006e\u0074\u0072\u006f\u006c\u0053\u0059\u004e"},{Key :"\u0049\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0055\u0053",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0055S"},{Key :"\u0056\u0054",Value :"\u0063o\u006e\u0074\u0072\u006f\u006c\u0056T"},{Key :"\u0061\u006d\u0061l\u0067",Value :"\u0063o\u0070\u0072\u006f\u0064\u0075\u0063t"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0063\u006f\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0063\u006fp\u0072\u006f\u0064u\u0063\u0074\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0064\u006f\u0074\u0064\u0062\u006c\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0063\u0073\u0074\u0072\u0065\u0074\u0063\u0068\u0065\u0064"},{Key :"\u006d\u0075l\u0074\u0069\u0070l\u0079\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070\u0064\u006f\u0074"},{Key :"\u006d\u0075\u006c\u0074\u0069\u0073\u0065\u0074",Value :"\u0063\u0075\u0070l\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077"},{Key :"\u0063u\u0072\u006c\u0061\u006e\u0064",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0077\u0065\u0064\u0067\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u0075\u0070\u0072\u0069\u0073\u0065",Value :"\u0063\u0075\u0072\u006c\u0079\u0061\u006e\u0064"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074",Value :"\u0063u\u0072\u006c\u0079\u006c\u0065\u0066t"},{Key :"\u0063\u0075\u0072\u006c\u006f\u0072",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0063\u0075\u0072\u006c\u0079\u0076\u0065\u0065",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0066\u0061\u006c\u006c",Value :"\u0063u\u0072\u006c\u0079\u006f\u0072"},{Key :"\u006c\u006f\u006f\u0070\u0061\u0072\u0072\u006f\u0077r\u0069\u0067\u0068\u0074",Value :"\u0063\u0075\u0072\u006c\u0079\u0072\u0069\u0067\u0068\u0074"},{Key :"a\u0072\u0072\u006f\u0077\u0063\u006c\u006f\u0063\u006b\u0077",Value :"\u0063\u0077\u006f\u0070\u0065\u006e\u0063\u0069\u0072\u0063\u006c\u0065a\u0072\u0072\u006f\u0077"},{Key :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0064\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0064a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00307",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u0067e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0070\u0061c\u0065\u006f\u0070\u0065\u006e\u0062\u006f\u0078",Value :"\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064d\u0061\u0067\u0067\u0065\u0072",Value :"\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064a\u006ce\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"d\u0061\u006c\u0065\u0074\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006d\u0061\u0074\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00367",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006ce\u0074",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0070\u0061\u0074\u0061h\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064a\u006ce\u0074\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074ha\u0074a\u0066\u0073\u0065\u0067\u006fl\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u0069\u0072\u0069\u0071",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068i\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0068\u006f\u006c\u0061\u006d",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0070\u0061\u0074\u0061\u0068",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0071\u0075\u0062\u0075\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0065\u0067\u006f\u006c",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0073\u0068\u0065\u0076\u0061",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0073h\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0065\u0074\u0074\u0073\u0065\u0072\u0065",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061l\u0065\u0074\u0074s\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064\u0061\u006c\u0065\u0074\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c",Value :"\u0064\u0061\u006c\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00355",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006dm\u0061",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064\u0061\u006d\u006d\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"d\u0061\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0064a\u006dm\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"d\u0061\u006d\u006d\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"d\u0061\u0072\u0067\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0068\u0069\u0066\u0074\u006f\u0075\u0074",Value :"\u0064a\u0072g\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0078\u0063\u0065\u0073\u0073",Value :"\u0064a\u0073\u0068\u0063\u006f\u006c\u006fn"},{Key :"\u0064\u0062\u006ca\u0072\u0072\u006f\u0077\u0064\u006f\u0077\u006e",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0064\u006f\u0077\u006e\u0064\u006f\u0077\u006e\u0061r\u0072\u006f\u0077\u0073",Value :"d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0064\u0077\u006e"},{Key :"\u0074\u0077o\u0068\u0065\u0061d\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u0064\u0062l\u0061\u0072\u0072o\u0077\u0068\u0065\u0061\u0064\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0077\u006f\u0068\u0065\u0061\u0064\u0072\u0069\u0067\u0068\u0074a\u0072\u0072\u006f\u0077",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0061\u0064r\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0070\u0075\u0070\u0061\u0072\u0072\u006f\u0077\u0073",Value :"\u0064\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0075\u0070"},{Key :"\u006c\u0042\u0072\u0061\u0063\u006b",Value :"\u0064\u0062\u006c\u0062\u0072\u0061\u0063\u006b\u0065t\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0042\u0072\u0061\u0063\u006b",Value :"\u0064b\u006cb\u0072\u0061\u0063\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u0069\u006e\u0074",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0064\u0062\u006c",Value :"d\u0062\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0056\u0065\u0072\u0074",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0062\u0061\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c\u0062a\u0072\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"v\u0065\u0072\u0074\u006c\u0069\u006e\u0065\u0064\u0062\u006c",Value :"\u0064\u0062\u006c\u0076\u0065\u0072\u0074\u0069\u0063a\u006c\u0062\u0061\u0072"},{Key :"\u0064\u006f\u0077\u006e\u0073\u006c\u006f\u0070\u0065\u0065\u006c\u006ci\u0070\u0073\u0069\u0073",Value :"\u0064\u0064\u006ft\u0073"},{Key :"\u0064\u0065\u0063\u0069ma\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062i\u0063",Value :"\u0064\u0065\u0063im\u0061\u006c\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0064\u0065\u006c\u0074\u0061\u0065\u0071\u0075\u0061\u006c",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u0074r\u0069\u0061\u006e\u0067\u006c\u0065q",Value :"\u0064e\u0066\u0069\u006e\u0065\u0073"},{Key :"\u006b\u0065\u006c\u0076\u0069\u006e",Value :"\u0064\u0065\u0067r\u0065\u0065\u006b\u0065\u006c\u0076\u0069\u006e"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0034",Value :"\u0064\u0065\u0068\u0069\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006b\u0068\u0061\u0072\u0074\u0064\u0065\u0073",Value :"\u0064e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0075p\u0064\u0065\u006c\u0074\u0061",Value :"\u0064\u0065\u006ct\u0061"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u0065\u007a\u0068"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0073\u0075\u0062",Value :"\u0064\u0068\u006fo\u006b"},{Key :"\u0061\u0031\u0031\u0031",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0073\u006f\u006c\u0069\u0064",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0076\u0061\u0072\u0064\u0069\u0061\u006d\u006f\u006ed\u0073\u0075\u0069\u0074",Value :"\u0064i\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006d\u0077h\u0074\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"d\u0069\u0061\u006d\u006f\u006e\u0064\u006d\u0061\u0074\u0068"},{Key :"d\u0069\u0061\u006d\u006f\u006e\u0064\u0073\u0075\u0069\u0074",Value :"\u0064\u0069a\u006d\u006f\u006ed\u0073\u0075\u0069\u0074\u0077\u0068\u0069\u0074\u0065"},{Key :"\u0064\u0064\u006f\u0074",Value :"d\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u006c\u0079\u0074\u0069\u006b\u0061t\u006f\u006e\u006f\u0073",Value :"\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0062\u0075\u006d\u0070\u0065\u0071",Value :"\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065"},{Key :"\u0063\u0031\u0034\u0034",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069\u0076",Value :"\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0064\u0069v\u0069\u0064\u0065o\u006e\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0064\u0069\u0076\u0069\u0064\u0065\u006f\u006e\u0074\u0069\u006d\u0065\u0073",Value :"\u0064\u0069\u0076\u0069\u0064\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0062\u0061\u0072\u0031",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u006d\u0069\u0064",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0073\u0069\u006e\u0067\u006c\u0065",Value :"\u0064i\u0076\u0069\u0064\u0065\u0073"},{Key :"\u0064\u0069\u0076\u0073\u006c\u0061\u0073\u0068",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u006d\u0061\u0074h",Value :"\u0064\u0069\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00399",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u006a\u0065",Value :"d\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063kt\u0068\u0072\u0065\u0065\u0071\u0074\u0072\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0073h\u0061\u0064\u0065\u0064\u0061\u0072k",Value :"\u0064k\u0073\u0068\u0061\u0064\u0065"},{Key :"\u0064\u0063\u0072\u006f\u0061\u0074",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0064\u0073\u006c\u0061\u0073\u0068",Value :"\u0064m\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0062\u006c\u006fc\u006b\u006c\u006f\u0077\u0068\u0061\u006c\u0066",Value :"\u0064n\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00394",Value :"d\u006f\u0063\u0068\u0061\u0064\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00300",Value :"\u0064o\u0064\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0065\u0073\u0063\u0075\u0064\u006f",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006d\u0061\u0074\u0068\u0064\u006f\u006c\u006c\u0061\u0072",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u006di\u006c\u0072\u0065\u0069\u0073",Value :"\u0064\u006f\u006c\u006c\u0061\u0072"},{Key :"\u0069o\u0074a\u0064\u0069\u0061\u0065\u0072e\u0073\u0069s\u0074\u006f\u006e\u006f\u0073",Value :"\u0064o\u0074\u0061\u0063\u0063\u0065\u006et"},{Key :"\u0064\u006f\u0074",Value :"\u0064\u006f\u0074a\u0063\u0063\u0065\u006e\u0074\u0063\u006d\u0062"},{Key :"\u0053\u0074\u0069\u0067\u006d\u0061",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"d\u006f\u0074\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062",Value :"\u0064\u006f\u0074b\u0065\u006c\u006f\u0077\u0063\u006f\u006d\u0062"},{Key :"\u0062\u0072\u0065v\u0065\u0069\u006e\u0076\u006e\u006f\u0073\u0070",Value :"\u0064o\u0074l\u0065\u0073\u0073\u006a\u0073t\u0072\u006fk\u0065\u0068\u006f\u006f\u006b"},{Key :"\u0067\u0065\u006f\u006d\u0070\u0072\u006f\u0070\u006fr\u0074\u0069\u006f\u006e",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006fn\u0067\u0065\u006f\u006d",Value :"\u0064\u006f\u0074\u0073\u006d\u0069\u006e\u0075\u0073\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u0061\u0073\u0068",Value :"\u0064\u006f\u0074t\u0065\u0064\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0078\u0062\u0073o\u006c",Value :"\u0064o\u0077\u006e\u0073\u006c\u006f\u0070e"},{Key :"\u006da\u0063\u0072\u006f\u006e\u0073\u0075b",Value :"\u0064\u0074\u0061i\u006c"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0031",Value :"\u0064\u007a"},{Key :"\u0074\u0069\u006cd\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0061\u006c\u0074\u006f\u006e\u0065"},{Key :"\u0047\u0068\u0061\u0063\u0065\u006b",Value :"\u0064z\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072e\u006e\u006f\u0073\u0070",Value :"\u0064\u007a\u0063\u0075\u0072\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00393",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u007a\u0068\u0065",Value :"\u0064\u007a\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00301",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0063\u0079\u0072\u0069\u006c",Value :"\u0065c\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0065\u0064\u006f\u0074",Value :"\u0065\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00300",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072\u0061\u0062\u0069ci\u006ed\u0069\u0063\u0064\u0069\u0067i\u0074\u0065\u0069\u0067\u0068\u0074",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"e\u0069\u0067\u0068\u0074\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0065i\u0067h\u0074\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006ft\u0065\u0064\u0062\u006c",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0074\u0077\u006f\u006e\u006f\u0074\u0065\u0073",Value :"\u0065\u0069g\u0068\u0074\u0068n\u006f\u0074\u0065\u0062\u0065\u0061\u006d\u0065\u0064"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0065\u0069\u0067\u0068\u0074\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0065ig\u0068\u0074",Value :"\u0065\u0069\u0067h\u0074\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00368",Value :"\u0065i\u0067\u0068\u0074\u0074\u0068\u0061i"},{Key :"o\u006d\u0065\u0067\u0061\u0063\u006c\u006f\u0073\u0065\u0064",Value :"\u0065\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00377",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006c",Value :"\u0065\u006c\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e",Value :"\u0065l\u0065\u006d\u0065\u006e\u0074"},{Key :"\u0065l\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0075n\u0069c\u006f\u0064\u0065\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073"},{Key :"\u0076\u0064\u006ft\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0076\u0065\u0072t\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0065\u006cl\u0069\u0070\u0073i\u0073\u0076\u0065\u0072\u0074\u0069\u0063\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00378",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u006d",Value :"\u0065\u006d\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070u\u006e\u0063\u0074\u0064\u0061\u0073h",Value :"\u0065\u006d\u0064\u0061\u0073\u0068"},{Key :"\u0076\u0061\u0072\u006e\u006f\u0074\u0068\u0069\u006e\u0067",Value :"\u0065\u006d\u0070\u0074\u0079\u0073\u0065\u0074"},{Key :"\u0072a\u006e\u0067\u0065\u0064\u0061\u0073h",Value :"\u0065\u006e\u0064\u0061\u0073\u0068"},{Key :"\u006e\u0067",Value :"\u0065\u006e\u0067"},{Key :"\u0072\u0069\u006e\u0067ri\u0067\u0068\u0074\u0068\u0061\u006c\u0066\u0063\u0065\u006e\u0074\u0065\u0072",Value :"\u0065\u006f\u0070e\u006e"},{Key :"c\u0065\u0064\u0069\u006c\u006c\u0061\u006e\u006f\u0073\u0070",Value :"e\u006f\u0070\u0065\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0072i\u006eg\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066\u0073\u0075\u0070",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"t\u0061\u0063\u006b\u0064\u006f\u0077\u006e\u006d\u0069\u0064",Value :"\u0065\u006f\u0070\u0065nr\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0074a\u0063\u006b\u0075\u0070\u006d\u0069d",Value :"\u0065\u006f\u0070\u0065\u006e\u0072\u0065\u0076\u0065\u0072\u0073\u0065d\u0068\u006f\u006f\u006b"},{Key :"\u0075p\u0065\u0070\u0073\u0069\u006c\u006fn",Value :"\u0065p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0075\u0070\u0076a\u0072\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0063\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0031"},{Key :"\u0048\u0063\u0079\u0072\u0069\u006c",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0075\u0070\u0062\u0061\u0063\u006b\u0065\u0070\u0073\u0069\u006c\u006f\u006e",Value :"\u0065\u0070\u0073\u0069\u006c\u006f\u006e\u0069\u006e\u0076"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0063\u006f\u006c\u006f\u006e",Value :"\u0065q\u0063\u006f\u006c\u006f\u006e"},{Key :"\u0064\u0065\u0066\u0069\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0065\u0071\u0064e\u0066"},{Key :"\u0065\u0071\u0075a\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0065\u0071\u0067t\u0072"},{Key :"\u0065q\u0075\u0061\u006c\u006c\u0065\u0073s",Value :"\u0065\u0071\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0073\u0075\u0063\u0063",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0031",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0066\u006fl\u006c\u006f\u0077\u0073"},{Key :"\u0065\u0071\u0073\u006c\u0061\u006e\u0074\u0067\u0074\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"e\u0071\u0073\u006c\u0061\u006e\u0074\u006c\u0065\u0073\u0073",Value :"e\u0071\u0075\u0061\u006c\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"c\u0075\u0072\u006c\u0079\u0065\u0071\u0070\u0072\u0065\u0063",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0070\u0072\u0065\u0063e\u0064\u0065\u0073\u0031",Value :"\u0065q\u0075a\u006c\u006f\u0072\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u0065\u0071\u0073i\u006d",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0074\u0069\u006c\u0064\u0065",Value :"\u0065\u0071\u0075\u0061\u006c\u006f\u0072\u0073\u0069m\u0069\u006c\u0061\u0072"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072",Value :"\u0065\u0071\u0075\u0061\u006c\u0073\u0075\u0062"},{Key :"\u0065\u0071\u0075i\u0076",Value :"e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0063\u0065"},{Key :"\u0061\u0073\u0079m\u0070",Value :"\u0065q\u0075i\u0076\u0061\u0073\u0079\u006d\u0070\u0074\u006f\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00382",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0072",Value :"\u0065\u0072\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0073\u0075\u0062",Value :"\u0065r\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00395",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0065c\u0079\u0072\u0069\u006c\u0072\u0065v",Value :"\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00383",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0065\u0073",Value :"\u0065\u0073\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063a\u006ed\u0072\u0061\u0062\u0069\u006e\u0064\u0075\u006e\u006f\u0073\u0070",Value :"\u0065\u0073\u0068"},{Key :"\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065\u0073\u0075p\u006e\u006f\u0073\u0070",Value :"\u0065s\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0063\u006fm\u006d\u0061\u0074u\u0072\u006e\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0065\u0073h\u0073\u0071\u0075a\u0074\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0065t\u0061",Value :"\u0065\u0074\u0061"},{Key :"\u0044\u0062\u0061\u0072",Value :"\u0065\u0074\u0068"},{Key :"\u0044m\u0061\u0063\u0072\u006f\u006e",Value :"\u0065\u0074\u0068"},{Key :"\u006da\u0074\u0068\u0065\u0074\u0068",Value :"\u0065\u0074\u0068"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068v\u0062\u0061\u0073\u0065",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065t\u006ea\u0068\u0074\u0061\u0066\u006fu\u006b\u0068h\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061ht\u0061\u0066\u006f\u0075\u006b\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0065\u0074\u006e\u0061\u0068\u0074\u0061\u006c\u0065\u0066\u0074\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0045\u0078\u0063\u006c\u0061\u006d",Value :"\u0065x\u0063\u006c\u0061\u006d\u0064\u0062l"},{Key :"\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"t\u0068\u0065\u0072\u0065\u0065\u0078\u0069\u0073\u0074\u0073",Value :"e\u0078\u0069\u0073\u0074\u0065\u006e\u0074\u0069\u0061\u006c"},{Key :"p\u006c\u0075\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065\u007a\u0068"},{Key :"j\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0062\u0061\u0072",Value :"\u0065\u007a\u0068\u0063\u0061\u0072\u006f\u006e"},{Key :"\u006d\u0069\u006eu\u0073\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0065z\u0068\u0063\u0075\u0072\u006c"},{Key :"\u0055\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"e\u007a\u0068\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073h\u0061\u0063\u0065\u006b",Value :"\u0065z\u0068\u0074\u0061\u0069\u006c"},{Key :"\u0064\u0065g\u0072\u0065\u0065f\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0064e\u0067r\u0065\u0065\u0066\u0061\u0072\u0065\u006e\u0068\u0065\u0069\u0074",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"\u0066a\u0072\u0065\u006e\u0068\u0065\u0069t",Value :"\u0066\u0061\u0068\u0072\u0065\u006e\u0068\u0065\u0069\u0074"},{Key :"f\u0061\u0074\u0068\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0066a\u0074h\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00354",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074h\u0061",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"f\u0061\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0066\u0061\u0074\u0068\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065r\u0069\u0067\u0068\u0074",Value :"f\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0066\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0066e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0068\u006fo\u006b",Value :"\u0066e\u0069\u0063\u006f\u0070\u0074\u0069c"},{Key :"\u0076\u0065\u006eu\u0073",Value :"\u0066\u0065\u006d\u0061\u006c\u0065"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006b\u0061\u0066\u0064a\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0066i\u006ea\u006c\u006b\u0061\u0066\u0077i\u0074\u0068d\u0061\u0067\u0065\u0073\u0068",Value :"f\u0069n\u0061\u006c\u006b\u0061\u0066\u0064\u0061\u0067e\u0073\u0068\u0068\u0065br\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00377",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u006d\u0065\u006d\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00383",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066i\u006e\u0061\u006c\u0070\u0065",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070e\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00385",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0066\u0069n\u0061\u006c\u0074s\u0061\u0064\u0069\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0066\u0069\u006e\u0061\u006c",Value :"\u0066\u0069\u006e\u0061\u006c\u0074\u0073\u0061\u0064\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00397",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fi\u0076\u0065",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0069\u0076\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u0069\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066i\u0076\u0065\u0073\u0075\u0062",Value :"\u0066\u0069\u0076e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066i\u0076\u0065",Value :"f\u0069\u0076\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00365",Value :"\u0066\u0069\u0076\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006fo\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u006c\u0066\u006c\u006f\u006f\u0072",Value :"\u0066l\u006f\u006f\u0072\u006c\u0065\u0066t"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072\u0066\u006c\u006f\u006f\u0072",Value :"\u0066\u006c\u006f\u006f\u0072\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0056\u0063\u0075\u0072\u0073\u0069\u0076\u0065",Value :"\u0066\u006c\u006f\u0072\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00311",Value :"\u0066o\u0066\u0061\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00309",Value :"\u0066\u006f\u0066\u0061\u0074\u0068\u0061\u0069"},{Key :"s\u0075\u0063\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0066o\u006cl\u006f\u0077\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0065\u0071\u0071",Value :"\u0066\u006fl\u006c\u006f\u0077n\u006f\u0074\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u0073\u0075\u0063\u0063\u006e\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u006f\u0072\u006e\u006f\u0074\u0065q\u0076\u006c\u006e\u0074"},{Key :"\u006eo\u0074f\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0063\u0063\u0065\u0071",Value :"\u0066\u006f\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"s\u0075\u0063\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072c\u0075\u0072\u006c\u0079"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0063\u0063\u0073\u0069\u006d",Value :"\u0066\u006f\u006c\u006c\u006f\u0077\u0073\u006f\u0072e\u0071\u0075\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00359",Value :"f\u006f\u006e\u0067\u006d\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0056\u0064\u0061s\u0068",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0066\u006f\u0072c\u0065",Value :"\u0066\u006f\u0072\u0063\u0065\u0073"},{Key :"\u0056\u0076\u0064\u0061\u0073\u0068",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0074\u0061\u0063\u006b\u0074\u0072\u0070\u006c",Value :"\u0066o\u0072\u0063\u0065\u0073\u0062\u0061r"},{Key :"\u0070i\u0074\u0063\u0068\u0066\u006f\u0072k",Value :"\u0066\u006f\u0072\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00396",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074fo\u0075\u0072",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u006f\u0075\u0072\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063",Value :"\u0066\u006f\u0075\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066o\u0075\u0072\u0073\u0075\u0062",Value :"\u0066\u006f\u0075r\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u0066o\u0075\u0072",Value :"f\u006f\u0075\u0072\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00364",Value :"\u0066\u006f\u0075\u0072\u0074\u0068\u0061\u0069"},{Key :"\u0066r\u0061\u0063\u0073\u006c\u0061\u0073h",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0066r\u0061\u0063\u0074\u0069\u006f\u006e1",Value :"\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0068\u0074\u0075r\u006e",Value :"\u0067\u0061\u0063\u0075\u0074\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00309",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066",Value :"\u0067a\u0066\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0067a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0067\u0061\u006d\u006d\u0061",Value :"\u0067\u0061\u006dm\u0061"},{Key :"\u0075\u0073\u0074r\u0074",Value :"\u0067\u0061\u006eg\u0069\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0067\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0067\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0067\u0064\u006f\u0074"},{Key :"\u0042\u0075\u006d\u0070\u0065\u0071",Value :"\u0067\u0065\u006f\u006d\u0065\u0071\u0075\u0069\u0076a\u006c\u0065\u006e\u0074"},{Key :"\u0044\u006f\u0074e\u0071",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0073\u0064\u006f\u0074\u0073",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067e\u006f\u006d\u0065\u0071\u0075\u0061l",Value :"\u0067e\u006fm\u0065\u0074\u0072\u0069\u0063a\u006c\u006cy\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0065n\u0064\u0074\u0065\u0078\u0074",Value :"\u0067e\u0072e\u0073\u0068\u0061\u0063\u0063e\u006e\u0074h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0065\u0072\u0065\u0073\u0068",Value :"\u0067\u0065\u0072e\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u006e\u0064\u0074\u0072\u0061\u006e\u0073",Value :"\u0067e\u0072e\u0073\u0068\u006d\u0075\u0071d\u0061\u006dh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065n\u0071\u0075\u0069\u0072\u0079",Value :"g\u0065\u0072\u0073\u0068ay\u0069m\u0061\u0063\u0063\u0065\u006et\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067e\u0072\u0073\u0068\u0061\u0079\u0069m",Value :"\u0067e\u0072s\u0068\u0061\u0079\u0069\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072y\u006d\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u0067\u0067\u0067"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00334",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e",Value :"g\u0068\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061\u0069\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0067\u0068a\u0069\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0067\u0068\u0061i\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0067h\u0061i\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"g\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0067\u0068\u0061\u0069\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00398",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067\u0065\u0075\u0070\u0074\u0075\u0072\u006e",Value :"\u0067\u0068\u0065\u0075\u0070\u0074\u0075\u0072\u006e\u0063\u0079\u0072i\u006c\u006c\u0069\u0063"},{Key :"\u0067i\u006d\u0065\u006c\u006d\u0061\u0074h",Value :"\u0067\u0069\u006de\u006c"},{Key :"g\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0067i\u006de\u006c\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0067\u0069\u006d\u0065\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00300",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0067\u006a\u0065",Value :"g\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0070\u0061\u006c\u0061\u0074\u006e\u006f\u0073\u0070",Value :"g\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070"},{Key :"\u0064\u006f\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064"},{Key :"\u0068\u006fo\u006b\u0073\u0075b\u0072\u0065\u0074\u0072\u006f\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074ta\u006c\u0073\u0074\u006f\u0070\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0062\u0072\u0065v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0073t\u0072\u006f\u006b\u0065"},{Key :"\u0062r\u0065v\u0065\u0069\u006e\u0076\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0067l\u006f\u0074\u0074\u0061l\u0073\u0074\u006f\u0070\u0073t\u0072o\u006be\u0072\u0065\u0076\u0065\u0072\u0073\u0065d"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u006e\u0073i\u006d"},{Key :"\u006e\u0061\u0062l\u0061",Value :"\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074"},{Key :"\u0067r\u0061\u0076\u0065\u0063\u006f\u006db",Value :"\u0067\u0072\u0061\u0076\u0065\u0063\u006d\u0062"},{Key :"\u0064\u0069\u0061\u0065\u0072\u0065\u0073\u0069\u0073t\u006f\u006e\u006f\u0073",Value :"g\u0072\u0061\u0076\u0065\u006c\u006f\u0077\u006d\u006f\u0064"},{Key :"\u0067\u0074\u0072\u0065\u0071\u0071\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071l\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0074\u0072\u0064\u006f\u0074",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0064\u006f\u0074"},{Key :"\u0067\u0065\u0071",Value :"\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u0065\u0071\u0075\u0061\u006c\u006c\u0065\u0073\u0073",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067t\u0072\u0065\u0071\u006c\u0065\u0073s",Value :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071u\u0061\u006co\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006ft\u0064\u0062l\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067\u006e\u0065\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067t\u0072\u0061\u0070\u0070\u0072\u006fx",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072a\u0070\u0070r\u006f\u0078\u0065\u0071\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067\u0074\u0072\u0073\u0069\u006d",Value :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u0067t\u0072\u006c\u0065\u0073\u0073",Value :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006c\u0065\u0073\u0073"},{Key :"\u0067\u006e\u0065q\u0071",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0067r\u0065a\u0074\u0065\u0072\u006f\u0072n\u006f\u0074d\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0067\u0065\u0071\u0071",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0067r\u0065a\u0074\u0065\u0072\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0064\u0062l\u0065\u0071\u0075\u0061\u006c",Value :"\u0067\u0072e\u0061\u0074\u0065r\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0068e\u0068a\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061\u0061\u006c\u0074\u006f\u006e\u0065\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00309",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006dz\u0061",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"h\u0061\u006d\u007a\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aad\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0066a\u0074\u0068\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aaf\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007a\u0061\u006c\u006f\u0077\u0061r\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061\u006d\u007aal\u006f\u0077\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061\u0072\u0061\u0062i\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0061m\u007a\u0061\u0073u\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0068\u0061m\u007a\u0061\u0064a\u006d\u006d\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00392",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u0072\u0064",Value :"\u0068\u0061r\u0064\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064o\u0077n\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0064\u006f\u0077\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0064\u006fw\u006e\u0068\u0061r\u0070\u006f\u006f\u006e\u0072\u0069\u0067\u0068\u0074",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0064\u006f\u0077\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072r\u006f\u0077\u006ce\u0066\u0074\u0074\u006f\u0070\u0068\u0061\u006c\u0066",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074\u0062a\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u0074\u006fp\u0068\u0061\u006c\u0066",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072\u0070o\u006f\u006e\u0075\u0070",Value :"\u0068a\u0072p\u006f\u006f\u006e\u0072\u0069g\u0068\u0074b\u0061\u0072\u0062\u0075\u0070"},{Key :"\u006c\u0065\u0066\u0074\u0072\u0069\u0067\u0068\u0074\u0068\u0061\u0072p\u006f\u006f\u006e\u0073",Value :"\u0068\u0061r\u0070\u006f\u006fn\u0072\u0069\u0067\u0068\u0074\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u006c\u0065\u0066\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070\u006c\u0065\u0066\u0074"},{Key :"\u0075\u0070\u0068\u0061\u0072\u0070\u006f\u006f\u006er\u0069\u0067\u0068\u0074",Value :"\u0068\u0061\u0072\u0070\u006f\u006f\u006e\u0075\u0070r\u0069\u0067\u0068\u0074"},{Key :"h\u0061t\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074af\u0070\u0061\u0074\u0061\u0068\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061t\u0061\u0066\u0070a\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061fp\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0066",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00300",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0065n\u0064\u006d\u0065\u0064\u0069\u0075m",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0032\u0033",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0068\u0061\u0074a\u0066\u0070\u0061\u0074\u0061\u0068\u0031\u0036"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00302",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0073\u0075\u0062\u0073\u0074\u0069\u0074\u0075\u0074\u0065",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0033\u0034",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066qa\u006da\u0074\u0073\u0077\u0069\u0064e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074af\u0071\u0061\u006d\u0061\u0074\u0073\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068a\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0071\u0075a\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0031\u0062",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"h\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0065n\u0064\u006f\u0066\u0066\u0069\u006ce",Value :"\u0068\u0061\u0074\u0061\u0066\u0071\u0061\u006d\u0061\u0074\u0073\u0032\u0038"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00301",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0063\u0061\u006e\u0063\u0065\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0031\u0037",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0032\u0034",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074a\u0066\u0073\u0065\u0067\u006f\u006c\u0033\u0030",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061t\u0061\u0066\u0073e\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074\u0061fs\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068\u0065\u0062\u0072e\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0068\u0061\u0074af\u0073\u0065\u0067\u006f\u006c\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"h\u0061t\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0077i\u0064\u0065\u0068\u0065br\u0065\u0077"},{Key :"\u0061\u0031\u0031\u0030",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0076\u0061\u0072h\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074",Value :"\u0068\u0065\u0061r\u0074"},{Key :"\u0068e\u0061\u0072\u0074\u0073\u0075\u0069t",Value :"\u0068\u0065\u0061\u0072\u0074\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"h\u0065\u0077\u0069\u0074\u0068\u006d\u0061\u0070\u0069\u0071",Value :"\u0068\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00370",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068",Value :"\u0068e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u006c\u0074t\u0077\u006f\u0061\u0072ab\u0069\u0063",Value :"\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0068\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0068e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0068e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0068\u006f\u0074\u0069\u0063\u0068\u006f\u006f\u006b",Value :"\u0068\u0065\u006e\u0067\u0068\u006f\u006f\u006b"},{Key :"\u0068\u0065r\u006d\u0069\u0074c\u006f\u006e\u006a\u006d\u0061\u0074\u0072\u0069\u0078",Value :"\u0068\u0065\u0072m\u0069\u0074\u006d\u0061\u0074\u0072\u0069\u0078"},{Key :"\u0074\u0069l\u0064\u0065\u0076e\u0072\u0074\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0069\u0072i\u0071",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0064",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00393",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"h\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0065\u0073\u0063\u0061\u0070\u0065",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068\u0069\u0072\u0069\u0071\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072\u0069\u0071\u0032\u0031",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0068i\u0072i\u0071\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068i\u0072\u0069\u0071\u0031\u0034"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00323",Value :"\u0068o\u0068\u0069\u0070\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00306",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006ca\u006d",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0031\u0039",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0032\u0036",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006c\u0061\u006d\u0033\u0032",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"h\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068\u006f\u006c\u0061\u006d\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0068o\u006ca\u006d\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0070\u0061c\u0065\u006c\u0069\u0074\u0065\u0072\u0061\u006c",Value :"\u0068o\u006ca\u006d\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00326",Value :"\u0068\u006f\u006eo\u006b\u0068\u0075\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0068\u006f\u006f\u006b\u0061\u0062\u006f\u0076\u0065\u0063\u006f\u006d\u0062",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u006f\u0076\u0068\u006f\u006f\u006b",Value :"\u0068o\u006f\u006b\u0063\u006d\u0062"},{Key :"\u0074e\u0072\u0074\u0064\u0065\u0073",Value :"\u0068\u006f\u0072\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0030\u0030\u0032\u00308",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0068\u006f\u0072\u0069\u007a\u0062\u0061\u0072",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0061\u0073\u0068",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0071u\u006f\u0074\u0065\u0064\u0061\u0073h",Value :"\u0068\u006f\u0072\u0069\u007a\u006f\u006e\u0074\u0061\u006c\u0062\u0061\u0072"},{Key :"\u0072e\u0063\u0074\u0061\u006e\u0067\u006ce",Value :"\u0068\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0078\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0068s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0053\u0044\u0031\u0039\u0030\u0031\u0030\u0030",Value :"\u0068t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u005a\u0062\u0061\u0072",Value :"\u0068\u0076"},{Key :"\u0068\u0079\u0070h\u0065\u006e\u002d\u002c\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u0063\u0068\u0061\u0072",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"h\u0079\u0070\u0068\u0065\u006e\u006d\u0069\u006e\u0075\u0073",Value :"\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0068y\u0070\u0068\u0065\u006e\u0031",Value :"\u0068y\u0070\u0068\u0065\u006e\u0074\u0077o"},{Key :"\u006a\u0068\u0061\u0063\u0065\u006b",Value :"\u0069\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0072\u0074\u0075r\u006e",Value :"\u0069d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"d\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00370",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0065",Value :"\u0069\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00374",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u0069",Value :"\u0069\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0072\u0070\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0074\u0072\u0069\u0070\u006c\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u0069\u0069\u0069n\u0074"},{Key :"\u0072t\u0075\u0072\u006e\u0068\u006f\u006fk",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"r\u0074\u0075\u0072\u006e\u0072\u0074\u0068\u006f\u006f\u006b",Value :"\u0069\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0061\u0075\u0078i\u006c\u0069\u0061\u0072\u0079\u006f\u0066\u0066",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0033",Value :"\u0069\u006c\u0075\u0079\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006d\u0061g\u0065",Value :"\u0069m\u0061\u0067\u0065\u006f\u0066"},{Key :"\u0065\u0071\u0075\u0061\u006c\u0064\u006f\u0074\u0072\u0069\u0067\u0068t\u006c\u0065\u0066\u0074",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069m\u0061g\u0065\u006f\u0072\u0061\u0070p\u0072\u006fx\u0065\u0071\u0075\u0061\u006c",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0072\u0069\u0073i\u006e\u0067\u0064\u006f\u0074\u0073\u0065\u0071",Value :"\u0069m\u0061\u0067\u0065\u006fr\u0061\u0070\u0070\u0072\u006fx\u0069m\u0061t\u0065\u006c\u0079\u0065\u0071\u0075\u0061l"},{Key :"\u0069\u006e\u0066t\u0079",Value :"\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079"},{Key :"c\u006c\u0077\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0069\u006e\u0074c\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063k\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067\u0067",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0062\u0061\u0063\u006b\u0073\u006c\u0061\u0073\u0068\u006d\u0061\u0074\u0068",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0073\u0065\u0074\u006d\u0069\u006e\u0075\u0073",Value :"\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0064\u0069\u0076\u0069\u0064\u0065"},{Key :"\u0069\u006e\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074e\u0067\u0072\u0061\u006c\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069\u006e\u0074e\u0067\u0072\u0061\u006c\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c"},{Key :"\u0069n\u0074\u0062\u006f\u0074\u0074\u006fm",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062o\u0074\u0074\u006f\u006d",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0062\u0074"},{Key :"i\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0069\u006e\u0074\u0074\u006f\u0070",Value :"\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c\u0074\u0070"},{Key :"\u0063\u0061\u0070",Value :"\u0069\u006e\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e"},{Key :"\u0043\u0061\u0070",Value :"\u0069n\u0074e\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0062\u0069\u0067\u0063\u0061\u0070",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0069\u006et\u0065\u0072\u0073e\u0063\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u006e\u0061r\u0079\u0069\u006et\u0065\u0072\u0073\u0065\u0063\u0074\u0069\u006f\u006e",Value :"\u0069\u006e\u0074\u0065rs\u0065\u0063\u0074\u0069\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079"},{Key :"\u0073\u0071\u0063a\u0070",Value :"\u0069\u006e\u0074\u0065\u0072\u0073\u0065\u0063\u0074i\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0075\u006c\u006c\u0065\u0074\u0069\u006e\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069\u006e\u0076\u0065\u0072\u0073\u0065\u0062\u0075\u006c\u006c\u0065\u0074",Value :"\u0069n\u0076\u0062\u0075\u006c\u006c\u0065t"},{Key :"\u0069n\u0076e\u0072\u0073\u0065\u0077\u0068i\u0074\u0065c\u0069\u0072\u0063\u006c\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0077h\u0069t\u0065\u0063\u0069\u0072\u0063l\u0065\u0069n\u0076\u0065\u0072\u0073\u0065",Value :"\u0069n\u0076\u0063\u0069\u0072\u0063\u006ce"},{Key :"\u0053\u0069\u006e\u0076\u006c\u0061\u007a\u0079",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u006c\u0061\u007a\u0079\u0073\u0069\u006e\u0076",Value :"\u0069\u006e\u0076\u006c\u0061\u007a\u0079\u0073"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0064\u006e",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u006c\u006f\u0077\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0069n\u0076s\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065\u0075\u0070",Value :"\u0069\u006e\u0076wh\u0069\u0074\u0065\u0075\u0070\u0070\u0065\u0072\u0068\u0061\u006c\u0066\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0075\u0070\u0069\u006f\u0074\u0061",Value :"\u0069\u006f\u0074\u0061"},{Key :"\u0067\u0061\u006d\u006d\u0061\u0073\u0075\u0070\u0065\u0072",Value :"\u0069o\u0074\u0061\u006c\u0061\u0074\u0069n"},{Key :"\u0068\u0069\u0067\u0068\u0063\u006f\u006d\u006d\u0061\u006e",Value :"\u0069\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0062\u0072\u0069\u0064\u0067\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u006a\u0063\u0072o\u0073\u0073\u0065\u0064\u0074\u0061\u0069\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00320",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d",Value :"\u006a\u0065\u0065\u006d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ae\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006ae\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"j\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006a\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u006a\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006f\u0076e\u0072\u0073\u0063o\u0072\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u006as\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00376",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006b\u0061",Value :"\u006b\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00375",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u006b\u0061\u0066"},{Key :"\u006ba\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006b\u0061\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006ba\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u006b\u0061\u0066f\u0069\u006e\u0061\u006c",Value :"\u006b\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ba\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0061\u0066\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u006b\u0061\u0066\u0072\u0061\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075p\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061\u0070p\u0061"},{Key :"\u0054\u0065\u0054s\u0065",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u006b\u0061\u0070\u0070\u0061",Value :"\u006b\u0061p\u0070\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00340",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074\u006f\u0061r\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0074\u0077\u0065\u0065\u006c",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0074\u0077\u0065\u0065\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006b\u0061\u0073\u0068\u0069\u0064\u0061\u0061\u0075\u0074o\u006e\u006f\u0073\u0069\u0064\u0065\u0062e\u0061\u0072\u0069\u006e\u0067\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ba\u0073r\u0061\u0068\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c",Value :"k\u0061\u0073\u0072\u0061\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00353",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e",Value :"\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006b\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074\u006e\u006f\u0074",Value :"k\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0068\u006f\u006d\u006f\u0074\u0068\u0065\u0074\u0069\u0063",Value :"\u006b\u0065\u0072\u006e\u0065\u006c\u0063\u006f\u006e\u0074\u0072\u0061c\u0074\u0069\u006f\u006e"},{Key :"\u006bh\u0061\u0068\u0066\u0069\u006e\u0061l",Value :"\u006bh\u0061h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"k\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006b\u0068\u0061\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006b\u0068a\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u006b\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00382",Value :"k\u0068\u006f\u006b\u0068\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00385",Value :"k\u0068\u006f\u006b\u0068\u006f\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00383",Value :"\u006b\u0068\u006fk\u0068\u0075\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00384",Value :"\u006b\u0068\u006fk\u0068\u0077\u0061\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00371",Value :"\u006b\u0068\u006f\u006d\u0075\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0079o\u0067\u0068\u0072\u0065\u0076",Value :"\u006b\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00386",Value :"\u006b\u0068\u006f\u0072\u0061\u006b\u0068\u0061\u006eg\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00381",Value :"\u006bo\u006b\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061\u0072\u0063\u0068\u0064\u0062\u006c\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u006bt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00349",Value :"\u006ca\u006bk\u0068\u0061\u006e\u0067\u0079\u0061\u006f\u0074\u0068\u0061\u0069"},{Key :"\u006c\u0061m\u0077\u0069\u0074h\u0061\u006c\u0065\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u006ca\u006da\u006c\u0065\u0066\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u0068\u0061\u006d\u007a\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066h\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006co\u0077f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061m\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066\u0068\u0061\u006d\u007a\u0061\u0062\u0065\u006c\u006f\u0077\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u0068a\u006d\u007a\u0061\u0062\u0065\u006c\u006fw\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077it\u0068\u0061\u006c\u0065\u0066\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"l\u0061\u006d\u0061\u006cef\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065\u0066m\u0061\u0064\u0064\u0061\u0061\u0062\u006f\u0076\u0065\u0066i\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0061l\u0065\u0066\u006d\u0061\u0064\u0064\u0061\u0061\u0062\u006fv\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061b\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0061\u006c\u0065f\u006d\u0061\u0064\u0064\u0061\u0061\u0062o\u0076\u0065\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0064",Value :"\u006c\u0061\u006da\u006c\u0065\u0066\u006da\u0064\u0064\u0061\u0061\u0062\u006f\u0076e\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075\u0070\u006c\u0061\u006d\u0062\u0064\u0061",Value :"\u006c\u0061\u006d\u0062\u0064\u0061"},{Key :"\u0032\u0062\u0061\u0072",Value :"\u006c\u0061\u006db\u0064\u0061\u0073\u0074\u0072\u006f\u006b\u0065"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u006ca\u006de\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"l\u0061\u006d\u0065\u0064\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00376",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006de\u0064",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"l\u0061\u006d\u0065\u0064\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065\u0064\u0068\u006f\u006c\u0061\u006d",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0065dh\u006f\u006c\u0061\u006d\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072e\u0077",Value :"\u006c\u0061m\u0065\u0064\u0068o\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c",Value :"\u006c\u0061\u006d\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u006c\u0061\u006d\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006c\u0061\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006a\u0065\u0065\u006d\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0065\u006d\u006b\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006c\u0061m\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006b\u0068a\u0068\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006b\u0068\u0061\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061\u006c\u006c\u0061\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u006c\u0061\u006dla\u006d\u0068\u0065\u0068\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u006d\u0065\u0064\u0069\u0061l",Value :"\u006ca\u006dm\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006d\u0077\u0069\u0074h\u006d\u0065\u0065\u006d\u0077i\u0074h\u0068a\u0068\u0069\u006e\u0069\u0074\u0069\u0061l",Value :"\u006c\u0061\u006dme\u0065\u006d\u0068\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006ca\u006dw\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"l\u0061m\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"l\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"l\u0061\u0072\u0067\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0079\u006f\u0067\u0068\u0074\u0061\u0069\u006c",Value :"\u006c\u0062\u0061\u0072"},{Key :"\u0078\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0062\u0065l\u0074"},{Key :"\u006c\u0063\u0065\u0064\u0069\u006c\u006c\u0061",Value :"\u006c\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u006c\u0064\u006f\u0074",Value :"\u006c\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u0064\u0072\u006f\u0061\u006e\u0067",Value :"\u006c\u0065\u0066\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0062\u006fv\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u0071\u0075\u0069\u0067\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u006c\u0065\u0066\u0074\u0073\u0071\u0075\u0069\u0067a\u0072\u0072\u006f\u0077"},{Key :"\u006c\u0065\u0073\u0073\u0065\u0071\u0071\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u006c\u0067\u0072e\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0071",Value :"\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l"},{Key :"\u006ce\u0073\u0073\u0065\u0071\u0067\u0074r",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065s\u0073\u0065\u0071u\u0061\u006c\u0067\u0072\u0065\u0061\u0074\u0065\u0072",Value :"\u006ce\u0073s\u0065\u0071\u0075\u0061\u006co\u0072\u0067r\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065\u0071",Value :"\u006c\u0065\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073\u0073\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u006ce\u0073s\u006f\u0072\u0061\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u006c"},{Key :"\u006c\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006e\u006ft\u006c\u0065\u0073s\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074"},{Key :"\u006c\u0065\u0073s\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006c\u0065\u0073\u0073\u006f\u0072\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0073\u0069\u006d",Value :"\u006c\u0065s\u0073\u006f\u0072e\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074"},{Key :"\u006ce\u0073\u0073\u0067\u0074\u0072",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006ce\u0073s\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u006e\u0065q\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0071\u0071",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0065\u0073s\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c",Value :"\u006c\u0065\u0073\u0073\u006f\u0076\u0065\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u006f\u006e\u0065\u0065\u0078\u0074\u0072\u0061\u0068\u0069\u0067\u0068",Value :"\u006c\u0065\u007a\u0068"},{Key :"\u0062\u006c\u006f\u0063\u006b\u006c\u0065\u0066\u0074\u0068\u0061\u006c\u0066",Value :"\u006cf\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067l\u006ft\u0074\u0061\u006c\u0072\u0065\u0076\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068t\u0064\u006f\u0077\u006e",Value :"\u006c\u0069\u006e\u0065\u0066\u0065\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0030\u0038\u0039\u00341",Value :"\u006c\u0069\u0072\u0061"},{Key :"\u006b\u0068\u0061\u0063\u0065\u006b",Value :"\u006c\u006a"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00306",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006c\u006a\u0065",Value :"l\u006a\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073w\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u006c\u0061r\u0063"},{Key :"\u0076\u0065\u0072y\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073",Value :"\u006c\u006c\u006c"},{Key :"\u0073\u0073\u0075\u0070\u0065\u0072",Value :"\u006c\u006d\u0069d\u0064\u006c\u0065\u0074\u0069\u006c\u0064\u0065"},{Key :"\u006ce\u0073s\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006c\u006e\u0073i\u006d"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00324",Value :"l\u006f\u0063\u0068\u0075\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006ed\u0074\u0065\u0078\u0074",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u0077\u0065\u0064g\u0065",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0061\u006e\u0064"},{Key :"\u006e\u0065\u0067",Value :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006c\u006fg\u0069\u0063\u0061l\u006f\u0072\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006f\u0072\u0074\u0065\u0078\u0074",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0076\u0065\u0065",Value :"\u006co\u0067\u0069\u0063\u0061\u006c\u006fr"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00317",Value :"\u006c\u006f\u006c\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u004f\u0062\u0061\u0072",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0064\u0062\u006c\u0073",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0068",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u0069",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u006c\u006f\u006e\u0067\u0073\u006c",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006fn\u0067",Value :"\u006c\u006f\u006eg\u0073"},{Key :"\u0073\u006c\u006f\u006e\u0067\u0074",Value :"\u006c\u006f\u006e\u0067\u0073\u0074"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u006c\u006fz\u0065\u006e\u0067\u0065",Value :"\u006co\u007a\u0065\u006e\u0067\u0065"},{Key :"\u0073e\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u006c\u0072\u0061r\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00318",Value :"\u006c\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006fv\u0065\u0072\u0073\u0063\u006f\u0072e",Value :"\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0062\u0061\u0072",Value :"\u006d\u0061\u0063\u0072\u006f\u006e\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u006da\u0068a\u0070\u0061\u006b\u0068\u006ce\u0066\u0074h\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0076e\u0072\u0074\u0074\u0061\u0062",Value :"\u006d\u0061\u0068\u0061\u0070\u0061\u006b\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00355",Value :"\u006da\u0069c\u0068\u0061\u0074\u0074\u0061\u0077\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00352",Value :"\u006da\u0069\u0065\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00328",Value :"\u006d\u0061\u0069\u0068\u0061\u006e\u0061\u006b\u0061t\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00351",Value :"\u006d\u0061\u0069\u0074\u0061\u0069\u006b\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00353",Value :"\u006d\u0061\u0069\u0074\u0068\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00354",Value :"\u006d\u0061\u0069\u0074\u0072\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00350",Value :"\u006d\u0061\u0069y\u0061\u006d\u006f\u006b\u0074\u0068\u0061\u0069"},{Key :"\u006d\u0061\u006c\u0065",Value :"\u006d\u0061\u0072\u0073"},{Key :"\u0073\u0079\u006ec\u0068",Value :"\u006da\u0073o\u0072\u0061\u0063\u0069\u0072c\u006c\u0065h\u0065\u0062\u0072\u0065\u0077"},{Key :"m\u0065\u0061\u0073\u0075\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006d\u0065\u0061\u0073\u0065\u0071"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065\u0061\u0072\u0063",Value :"\u006de\u0061s\u0075\u0072\u0065\u0064\u0072i\u0067\u0068t\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006de\u0065\u006d\u0066\u0069\u006e\u0061l",Value :"\u006de\u0065m\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"m\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006d\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006d\u0065e\u006d\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006d\u0065\u0065\u006dwi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"m\u0065\u0065\u006d\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00378",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0068\u0065\u0062\u0072\u0065w",Value :"\u006d\u0065\u006d"},{Key :"\u006de\u006d\u0064\u0061\u0067\u0065\u0073h",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u006d\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006de\u006dd\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0066\u006f\u0072\u006d\u0066\u0065\u0065\u0064",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065r\u006b\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006d\u0065\u0072k\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0072\u006bha\u006b\u0065\u0066\u0075\u006c\u0061\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u006de\u0072k\u0068\u0061\u006b\u0065\u0066u\u006c\u0061h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0043\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0043\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0043"},{Key :"\u0048\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u0048\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u0048"},{Key :"\u005a\u0062\u006ca\u0063\u006b\u006c\u0065\u0074\u0074\u0065\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u0063\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u005a\u0066\u0072\u0061\u006b\u0074\u0075\u0072",Value :"\u006d\u0066\u0072\u0061\u006b\u005a"},{Key :"\u0074o\u006e\u0065\u006c\u006f\u0077",Value :"\u006d\u0068\u006fo\u006b"},{Key :"c\u0069\u0072\u0063\u006c\u0065\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006f\u006d\u0069\u006e\u0075\u0073",Value :"m\u0069\u006e\u0075\u0073\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0069\u006e\u0075\u0073\u0073\u0075\u0062",Value :"\u006d\u0069\u006e\u0075\u0073\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u006d\u0070",Value :"\u006di\u006e\u0075\u0073\u0070\u006c\u0075s"},{Key :"\u0070\u0072\u0069m\u0065",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0031",Value :"\u006d\u0069\u006e\u0075\u0074\u0065"},{Key :"\u0074o\u006e\u0065\u006d\u0069\u0064",Value :"\u006d\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0074r\u0075\u0065\u0073\u0074\u0061\u0074e",Value :"\u006d\u006f\u0064\u0065\u006c\u0073"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00313",Value :"\u006d\u006f\u006d\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0042s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0042"},{Key :"\u0045s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0045"},{Key :"\u0046s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0046"},{Key :"\u0048s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0048"},{Key :"\u0049s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0049"},{Key :"\u004cs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004c"},{Key :"\u004ds\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u004d"},{Key :"\u0052s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0052"},{Key :"\u0065s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u0065"},{Key :"g\u0073\u0063\u0072\u0069\u0070\u0074\u006d\u0061\u0074\u0068",Value :"\u006d\u0073\u0063r\u0067"},{Key :"\u0030s\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u006fs\u0063\u0072\u0069\u0070\u0074",Value :"\u006d\u0073\u0063r\u006f"},{Key :"\u0074\u006f\u006e\u0065\u0068\u0069\u0067\u0068",Value :"\u006dt\u0075\u0072\u006e\u0065\u0064"},{Key :"\u006d\u0075\u0031",Value :"\u006d\u0075"},{Key :"\u0067\u0067",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"g\u0072\u0065\u0061\u0074\u0065\u0072\u006d\u0075\u0063\u0068",Value :"m\u0075\u0063\u0068\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006c\u0065\u0073\u0073\u006d\u0075\u0063\u0068",Value :"\u006d\u0075\u0063\u0068\u006c\u0065\u0073\u0073"},{Key :"\u0075\u0070\u006d\u0075",Value :"\u006du\u0067\u0072\u0065\u0065\u006b"},{Key :"\u006c\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0063\u006c\u006f\u0073e\u006c\u0065\u0066\u0074"},{Key :"\u0072\u0074\u0069\u006d\u0065\u0073",Value :"\u006du\u006ct\u0069\u0063\u006c\u006f\u0073\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006c\u0065\u0066\u0074\u0074\u0068\u0072\u0065\u0065t\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006e\u006c\u0065\u0066\u0074"},{Key :"\u0072i\u0067h\u0074\u0074\u0068\u0072\u0065\u0065\u0074\u0069\u006d\u0065\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u006f\u0070\u0065\u006er\u0069\u0067\u0068\u0074"},{Key :"\u0074\u0069\u006de\u0073",Value :"\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079"},{Key :"m\u0075\u006e\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006du\u006ea\u0068\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0065\u0069\u0067\u0068\u0074\u0068\u006e\u006f\u0074\u0065",Value :"m\u0075\u0073\u0069\u0063\u0061\u006c\u006e\u006f\u0074\u0065"},{Key :"\u0066\u006c\u0061\u0074",Value :"\u006d\u0075\u0073\u0069\u0063\u0066\u006c\u0061\u0074\u0073\u0069\u0067\u006e"},{Key :"\u0073\u0068\u0061r\u0070",Value :"\u006d\u0075\u0073\u0069\u0063\u0073\u0068\u0061\u0072p\u0073\u0069\u0067\u006e"},{Key :"\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u006e\u0061\u006e\u0064"},{Key :"\u006e\u006f\u0074\u0061\u006c\u006d\u006f\u0073\u0074e\u0071\u0075\u0061\u006c",Value :"\u006ea\u0070\u0070\u0072\u006f\u0078"},{Key :"\u006eo\u0074e\u0071\u0075\u0069\u0076\u0061s\u0079\u006dp\u0074\u006f\u0074\u0069\u0063",Value :"\u006e\u0061\u0073\u0079\u006d\u0070"},{Key :"\u0068\u0079\u0070\u0068\u0065\u006e\u006e\u006f\u0062\u0072\u0065\u0061\u006b",Value :"\u006e\u0062\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0054m\u0061\u0063\u0072\u006f\u006e",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006e\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u006e\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00387",Value :"\u006e\u0067\u006f\u006e\u0067\u0075\u0074\u0068\u0061\u0069"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u0065\u0071u\u0069\u0076\u006c\u006e\u0074",Value :"\u006eg\u0074\u0072\u0073\u0069\u006d"},{Key :"\u0074\u006f\u006ee\u0065\u0078\u0074\u0072\u0061\u006c\u006f\u0077",Value :"\u006eh\u006f\u006f\u006b\u006c\u0065\u0066t"},{Key :"\u0067r\u0061\u0076\u0065\u006e\u006f\u0073p",Value :"\u006e\u0068\u006f\u006f\u006b\u0072\u0065\u0074\u0072o\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00357",Value :"\u006e\u0069\u006bh\u0061\u0068\u0069\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00301",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ni\u006e\u0065",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006e\u0069\u006e\u0065\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u006e\u0069\u006e\u0065\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u006ei\u006e\u0065\u0073\u0075\u0062",Value :"\u006e\u0069\u006ee\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u006ei\u006e\u0065",Value :"n\u0069\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00369",Value :"\u006e\u0069\u006e\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0067\u006c\u006f\u0074\u0074\u0061\u006c\u0073\u0074\u006f\u0070\u0062a\u0072\u0069\u006e\u0076",Value :"\u006e\u006c\u0065\u0067\u0072\u0069\u0067\u0068\u0074\u006c\u006f\u006e\u0067"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0067\u0072e\u0061\u0074\u0065\u0072",Value :"\u006e\u006c\u0065\u0073\u0073\u0067\u0074\u0072"},{Key :"\u006eo\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0069\u0076\u006c\u006e\u0074",Value :"\u006e\u006c\u0065\u0073\u0073\u0073\u0069\u006d"},{Key :"\u006eb\u0073\u0070\u0061\u0063\u0065",Value :"\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00399",Value :"\u006eo\u006e\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00305",Value :"\u006e\u006f\u006e\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00346",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e",Value :"\u006e\u006f\u006f\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006eo\u006f\u006e\u0066\u0069\u006e\u0061l",Value :"\u006eo\u006fn\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063",Value :"n\u006fo\u006e\u0068\u0065\u0068\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006aee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u006e\u006fo\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006e\u006f\u006f\u006ewi\u0074\u0068\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"n\u006f\u006f\u006e\u006dee\u006di\u006e\u0069\u0074\u0069\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"n\u006fo\u006e\u0077\u0069\u0074\u0068\u006d\u0065\u0065m\u0069\u0073\u006f\u006cat\u0065\u0064",Value :"\u006e\u006f\u006f\u006eme\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u006e\u0063\u006fn\u0067",Value :"\u006e\u006f\u0074\u0061\u0070\u0070\u0072\u006f\u0078e\u0071\u0075\u0061\u006c"},{Key :"\u006el\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006c\u0065\u0066\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074a\u0072\u0072\u006f\u0077\u006c\u0065\u0066\u0074"},{Key :"n\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006e\u006f\u0074\u0061\u0072\u0072\u006f\u0077\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006d\u0069\u0064",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006f\u0074\u0064\u0069\u0076\u0069\u0064\u0065\u0073",Value :"\u006e\u006f\u0074\u0062\u0061\u0072"},{Key :"\u006e\u006e\u0069",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u006e\u006f\u0074\u006f\u0077\u006e\u0065\u0072",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"n\u006f\u0074\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074",Value :"n\u006f\u0074\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073"},{Key :"\u0061\u0072\u0072\u006fwd\u0062\u006c\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006eL\u0065f\u0074\u0072\u0069\u0067\u0068\u0074\u0061\u0072\u0072\u006f\u0077",Value :"\u006eo\u0074d\u0062\u006c\u0061\u0072\u0072\u006f\u0077\u0062\u006f\u0074\u0068"},{Key :"\u006e\u006f\u0074e\u006c\u0065\u006d\u0065\u006e\u0074\u006f\u0066",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u006f\u0074i\u006e",Value :"\u006e\u006f\u0074\u0065\u006c\u0065\u006d\u0065\u006e\u0074"},{Key :"\u006e\u0065",Value :"\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006ee\u0078\u0069\u0073\u0074\u0073",Value :"\u006e\u006f\u0074\u0065\u0078\u0069\u0073\u0074\u0065n\u0074\u0069\u0061\u006c"},{Key :"\u006e\u0056\u0064\u0061\u0073\u0068",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065",Value :"\u006eo\u0074\u0066\u006f\u0072\u0063\u0065s"},{Key :"\u006e\u0056\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u006f\u0074f\u006f\u0072\u0063\u0065\u0065\u0078\u0074\u0072",Value :"\u006e\u006f\u0074\u0066\u006f\u0072\u0063\u0065\u0073e\u0078\u0074\u0072\u0061"},{Key :"\u006e\u0067\u0074\u0072",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072"},{Key :"\u006e\u0067\u0065\u0071",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074g\u0072\u0065\u0061\u0074\u0065r\u006e\u006fr\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u0067\u0074\u0072\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065r\u006c\u0065\u0073\u0073",Value :"\u006e\u006f\u0074\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u006e\u006fr\u006c\u0065\u0073\u0073"},{Key :"\u0067\u0065\u0071\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u0067\u0072\u0065\u0061te\u0072\u006f\u0072\u0065\u0071\u0075\u0061\u006c\u0073\u006c\u0061\u006e\u0074",Value :"\u006e\u006f\u0074\u0067re\u0061\u0074\u0065\u0072\u006f\u0072\u0073\u006c\u006e\u0074\u0065\u0071\u006c"},{Key :"\u006e\u0065\u0071\u0075\u0069\u0076",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0065\u0071\u0075\u0069\u0076\u0061l\u0065\u006e\u0063\u0065",Value :"\u006e\u006f\u0074i\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c"},{Key :"\u006e\u006c\u0065s\u0073",Value :"\u006eo\u0074\u006c\u0065\u0073\u0073"},{Key :"\u006e\u006c\u0065\u0071",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074l\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u006c\u0065\u0073\u0073\u0065\u0071\u0075\u0061\u006c\u0031",Value :"\u006eo\u0074l\u0065\u0073\u0073\u006e\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006eo\u0074\u0062\u0061\u0072\u0064\u0062l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u006ep\u0061\u0072\u0061\u006c\u006c\u0065l",Value :"n\u006f\u0074\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0065\u0064\u0073",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u0070\u0072e\u0063",Value :"n\u006f\u0074\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006f\u0074\u0073\u0061\u0074\u0069\u0073\u0066\u0079",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0076\u0044\u0061\u0073\u0068",Value :"\u006e\u006f\u0074s\u0061\u0074\u0069\u0073\u0066\u0069\u0065\u0073"},{Key :"\u006e\u0073\u0069\u006d",Value :"\u006e\u006f\u0074\u0073\u0069\u006d\u0069\u006c\u0061\u0072"},{Key :"\u006eo\u0074p\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074",Value :"\u006eo\u0074\u0073\u0075\u0062\u0073\u0065t"},{Key :"\u006eo\u0074r\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0062\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074s\u0075\u0062\u0073\u0065\u0074\u0065\u0071\u006c"},{Key :"\u006e\u006f\u0074\u0066\u006f\u006c\u006c\u006f\u0077\u0073",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u0073\u0075c\u0063",Value :"n\u006f\u0074\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u006e\u006f\u0074\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074",Value :"n\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074"},{Key :"\u006e\u006f\u0074\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"\u006es\u0075\u0070\u0073\u0065\u0074\u0065q",Value :"\u006e\u006f\u0074\u0073\u0075\u0070\u0065\u0072\u0073e\u0074\u0065\u0071\u006c"},{Key :"n\u006ft\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065l\u0065\u0066\u0074\u0065qu\u0061\u006c",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"\u006et\u0072i\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0065\u0071",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u0065\u0071\u006c\u006c\u0065\u0066\u0074"},{Key :"n\u006f\u0074\u0074\u0072ia\u006eg\u006c\u0065\u0072\u0069\u0067h\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074r\u0069\u0061\u006eg\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u006e\u006f\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u0065\u0071\u006cr\u0069\u0067\u0068\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006eo\u0074t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u006e\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u006e\u006ft\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006e\u006ft\u0074\u0075\u0072n\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u006e\u0076\u0064\u0061\u0073\u0068",Value :"\u006e\u006f\u0074t\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065"},{Key :"\u0070\u0072e\u0063\u0065\u0065d\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0070\u0072e\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u006e\u006f\u0074\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0069m\u0065"},{Key :"\u006e\u006ft\u0073\u0075\u0062s\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071"},{Key :"\u006eo\u0074s\u0075\u0070\u0065\u0072\u0073e\u0074\u0073q\u0065\u0071\u0075\u0061\u006c",Value :"n\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071"},{Key :"\u0066o\u006cl\u006f\u0077\u0073\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u006e\u0073\u0075c\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071"},{Key :"\u0064\u0062\u0061\u0072",Value :"\u006e\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0075\u0070\u006e\u0075",Value :"\u006e\u0075"},{Key :"\u006f\u0063\u0074\u006f\u0074\u0068\u006f\u0072\u0070\u0065",Value :"\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e"},{Key :"\u0061f\u0069\u0069\u0036\u0031\u0033\u00352",Value :"\u006e\u0075\u006d\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00380",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006e\u0068\u0065\u0062\u0072\u0065w",Value :"\u006e\u0075\u006e"},{Key :"\u006eu\u006ed\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u006e\u0075\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u006eu\u006e\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00325",Value :"\u006f\u0061\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065x\u006e\u006f\u0073\u0070",Value :"\u006fb\u0061\u0072\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00380",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u006f\u0063\u0079\u0072\u0069\u006c",Value :"\u006fc\u0079\u0072\u0069\u006c\u006c\u0069c"},{Key :"\u0072r\u0074\u0068\u006f\u006f\u006b",Value :"\u006fd\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u006c\u0065\u0066\u0074",Value :"\u006f\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070i\u0070\u0065\u0064\u0062\u006c",Value :"\u006f\u0068\u006fr\u006e"},{Key :"\u006fd\u0062\u006c\u0061\u0063\u0075\u0074e",Value :"\u006f\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074"},{Key :"\u0065x\u0063\u006c\u0061\u006d\u0031",Value :"\u006f\u0069"},{Key :"v\u006f\u006c\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0076\u006f\u006c\u0075\u006d\u0065\u0069\u006e\u0074e\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069\u0069\u006e\u0074"},{Key :"\u0073u\u0072f\u0061\u0063\u0065\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0073\u0075\u0072f\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069\u0069n\u0074"},{Key :"\u0063\u0063l\u0077\u0063\u006fn\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u006f\u0069n\u0074\u0063\u0074r\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0072\u0066\u0069s\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076",Value :"\u006f\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0032",Value :"\u006fl\u0065\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0075p\u006f\u006d\u0065\u0067\u0061",Value :"\u006f\u006d\u0065g\u0061"},{Key :"\u0075p\u0076\u0061\u0072\u0070\u0069",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u0070\u0069\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u004ba\u0072\u0074\u0064\u0065\u0073",Value :"\u006f\u006d\u0065\u0067\u0061\u0031"},{Key :"\u006d\u0061\u0063\u0072\u006f\u006e\u006e\u006f\u0073\u0070",Value :"\u006f\u006de\u0067\u0061\u006ca\u0074\u0069\u006e\u0063\u006c\u006f\u0073\u0065\u0064"},{Key :"\u0047\u0065\u0062a\u0072",Value :"\u006f\u006d\u0065\u0067\u0061\u0074\u006f\u006e\u006f\u0073"},{Key :"\u0075p\u006f\u006d\u0069\u0063\u0072\u006fn",Value :"\u006fm\u0069\u0063\u0072\u006f\u006e"},{Key :"\u006f\u006e\u0065\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u006f\u006e\u0065d\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072",Value :"\u006f\u006e\u0065\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00393",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006fn\u0065\u0061\u0072\u0061\u0062\u0069c",Value :"\u006f\u006e\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u006f\u006e\u0065\u0073\u0075\u0062",Value :"o\u006e\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u006f\u006e\u0065",Value :"\u006f\u006e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00361",Value :"\u006fn\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0065p\u0073i\u006c\u006f\u006e\u0031\u0072\u0065\u0076\u0068\u006f\u006f\u006b",Value :"\u006f\u006f\u0067\u006f\u006e\u0065\u006b\u006d\u0061\u0063\u0072\u006f\u006e"},{Key :"\u0067\u0072\u0061\u0076\u0065\u0031",Value :"\u006f\u006f\u0070e\u006e"},{Key :"\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c",Value :"\u006f\u0072\u0069\u0067\u006f\u0066"},{Key :"\u0072\u0069\u0067\u0068\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u006f\u0072\u0074\u0068\u006f\u0067\u006f\u006e\u0061\u006c"},{Key :"\u0076\u0065\u0065\u0062\u0061\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u0078\u006f\u0072",Value :"\u006f\u0072\u0075n\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065"},{Key :"\u006d\u0074\u0075r\u006e",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006f\u0073\u0074r\u006f\u006b\u0065\u0061\u0063\u0075\u0074\u0065",Value :"o\u0073\u006c\u0061\u0073\u0068\u0061\u0063\u0075\u0074\u0065"},{Key :"\u006fv\u0065\u0072\u0062\u0061\u0072",Value :"o\u0076\u0065\u0072\u006c\u0069\u006e\u0065\u0063\u006d\u0062"},{Key :"n\u0048\u0064\u006f\u0077\u006e\u0061\u0072\u0072\u006f\u0077",Value :"\u0070\u0061\u0067\u0065\u0064\u006f\u0077\u006e"},{Key :"\u006eH\u0075\u0070\u0061\u0072\u0072\u006fw",Value :"\u0070\u0061\u0067\u0065\u0075\u0070"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00327",Value :"\u0070\u0061\u0069\u0079\u0061\u006e\u006e\u006f\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0062a\u0072\u0064\u0062\u006c\u0032",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0076\u0065\u0078\u0074\u0065\u006e\u0064\u0064\u006f\u0075\u0062\u006c\u0065",Value :"\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c"},{Key :"\u0066\u0069\u006c\u006ced\u0070\u0061\u0072\u0061\u006c\u006c\u0065\u006c\u006f\u0067\u0072\u0061\u006d",Value :"\u0070a\u0072a\u006c\u006c\u0065\u006c\u006fg\u0072\u0061m\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0042\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0062\u0069\u0067\u0067",Value :"\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t"},{Key :"o\u0072\u006e\u0061\u0074el\u0065f\u0074\u0070\u0061\u0072\u0065n\u0074\u0068\u0065\u0073\u0069\u0073",Value :"p\u0061\u0072\u0065\u006ele\u0066t\u0061\u006c\u0074\u006f\u006ee\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0061\u0072e\u006e\u006c\u0065\u0066\u0074\u0073\u0075\u0062",Value :"\u0070\u0061\u0072\u0065\u006e\u006c\u0065\u0066\u0074\u0069\u006e\u0066e\u0072\u0069\u006f\u0072"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0042\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0042\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0062\u0069\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068t\u0062\u0069\u0067\u0067",Value :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006f\u0072\u006e\u0061te\u0072\u0069\u0067\u0068\u0074\u0070\u0061\u0072\u0065\u006e\u0074\u0068\u0065\u0073i\u0073",Value :"\u0070\u0061\u0072\u0065nr\u0069\u0067\u0068\u0074\u0061\u006c\u0074\u006f\u006e\u0065\u0061\u0072\u0061\u0062i\u0063"},{Key :"\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074\u0073\u0075\u0062",Value :"\u0070a\u0072e\u006e\u0072\u0069\u0067\u0068t\u0069\u006ef\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0068\u0065\u006c\u0070",Value :"\u0070\u0061\u0072e\u006e\u0072\u0069\u0067\u0068\u0074\u0074\u0070"},{Key :"\u0070a\u0072\u0074\u0069\u0061\u006c",Value :"p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066"},{Key :"\u006e\u0075\u006c\u006c",Value :"\u0070\u0061\u0073h\u0074\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0070a\u0074a\u0068\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00398",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0032\u0061",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074a\u0068\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"p\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070a\u0074\u0061\u0068\u0031\u0064",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074a\u0068",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0072e\u0063o\u0072\u0064\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0070\u0061\u0074\u0061\u0068\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070a\u0074\u0061\u0068\u0031\u0031"},{Key :"\u0062a\u0063\u006b\u0073\u0070\u0061\u0063e",Value :"p\u0061\u007a\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00381",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070e\u0063\u0079\u0072\u0069\u006c",Value :"\u0070\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0070\u0065\u0077i\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0066\u0069\u006e\u0061\u006c\u0070\u0065\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0070\u0065\u0066\u0069na\u006c\u0064\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00306",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068",Value :"\u0070e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0070\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0070\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0070e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0077\u0069\u0074\u0068\u0072\u0061\u0066\u0065",Value :"\u0070\u0065\u0072a\u0066\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00381",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0061\u0062\u0069\u0063\u0070\u0065\u0072\u0063\u0065\u006et\u0073\u0069\u0067\u006e",Value :"\u0070\u0065\u0072\u0063\u0065\u006e\u0074\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0063\u0064\u006ft\u0070",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u006d\u0069\u0064\u0064\u006f\u0074",Value :"\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065",Value :"\u0070\u0065\u0072\u0070\u0063\u006f\u0072\u0072\u0065s\u0070\u006f\u006e\u0064"},{Key :"\u0062\u006f\u0074",Value :"\u0070\u0065\u0072\u0070\u0065\u006e\u0064\u0069\u0063\u0075\u006c\u0061\u0072"},{Key :"\u0050\u0074\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u0070e\u0073\u0065\u0074\u0061\u0073",Value :"\u0070\u0065\u0073\u0065\u0074\u0061"},{Key :"\u006cc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0070\u0065\u0073\u006f\u0070\u0068",Value :"\u0070\u0065\u0073o\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0070\u0068\u0069",Value :"\u0070\u0068\u0069"},{Key :"\u0070\u0068\u0069\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u0075\u0070\u0070h\u0069",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u007ae\u0063\u0065\u0064\u0069\u006c\u006ca",Value :"\u0070\u0068\u0069\u0031"},{Key :"\u006f\u0076\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u006e\u006f\u0073\u0070",Value :"\u0070\u0068\u0069\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00338",Value :"p\u0068\u0069\u006e\u0074\u0068\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0044z\u0068\u0061\u0063\u0065\u006b",Value :"\u0070\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00310",Value :"p\u0068\u006f\u0070\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00308",Value :"\u0070\u0068\u006fp\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00312",Value :"\u0070\u0068\u006f\u0073\u0061\u006d\u0070\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0075\u0070\u0070\u0069",Value :"\u0070\u0069"},{Key :"\u0061\u0072\u0072o\u0077\u006c\u0065\u0066\u0074\u006e\u006f\u0074",Value :"\u0070\u0069\u0077r\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065r\u0032\u0070\u0069\u0031",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0068\u0073\u006c\u0061\u0073\u0068",Value :"\u0070\u006c\u0061\u006e\u0063\u006b\u006f\u0076\u0065\u0072\u0032\u0070\u0069"},{Key :"\u0070\u0069\u0031",Value :"\u0070\u006c\u0075s\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0070l\u0075\u0073\u0073\u0075\u0062",Value :"\u0070\u006c\u0075s\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0070\u006d",Value :"\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00307",Value :"\u0070o\u0070\u006c\u0061\u0074\u0068\u0061i"},{Key :"p\u0072\u0065\u0063\u006e\u0061\u0070\u0070\u0072\u006f\u0078",Value :"\u0070\u0072e\u0063\u0065\u0064e\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u0076"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0065\u0071\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u006e\u006f\u0074\u0073\u006cn\u0074\u0065\u0071\u006c"},{Key :"\u0070r\u0065c\u0065\u0065\u0064\u0073\u006eo\u0074\u0073i\u006d\u0069\u006c\u0061\u0072",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063\u006e\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u006f\u0072n\u006f\u0074e\u0071\u0076\u006c\u006e\u0074"},{Key :"\u0070\u0072\u0065\u0063",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073"},{Key :"\u006e\u006ft\u0070\u0072\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u006c",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0071",Value :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065\u0071\u0075\u0061\u006c"},{Key :"p\u0072\u0065\u0063\u0063\u0075\u0072\u006c\u0079\u0065\u0071",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0073\u0065q\u0075\u0061\u006c\u0031",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0063\u0075\u0072\u006c\u0079"},{Key :"\u0070\u0072\u0065\u0063\u0065\u0064\u0065\u0071\u0075i\u0076\u006c\u006e\u0074",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070r\u0065\u0063\u0073\u0069\u006d",Value :"\u0070r\u0065c\u0065\u0064\u0065\u0073\u006f\u0072\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0052\u0078",Value :"\u0070\u0072\u0065s\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e"},{Key :"\u0062a\u0063\u006b\u0070\u0072\u0069\u006de",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u006di\u006e\u0075\u0074\u0065\u0072\u0065v",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0072\u0065\u00761",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u0069m\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065",Value :"\u0070\u0072\u0069\u006d\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0070\u0072\u006f\u0064",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0070\u0072\u006f\u0064\u0075\u0063\u0074\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"p\u0072\u006f\u0064\u0075\u0063\u0074\u0074\u0065\u0078\u0074",Value :"\u0070r\u006f\u0064\u0075\u0063\u0074"},{Key :"v\u0061\u0072\u0062\u0061\u0072\u0077\u0065\u0064\u0067\u0065",Value :"\u0070\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u0076\u0065"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074",Value :"\u0070\u0072\u006fp\u0065\u0072\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0070\u0072\u006f\u0070\u0065\u0072\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0043\u006f\u006co\u006e",Value :"\u0070\u0072\u006f\u0070\u006f\u0072\u0074\u0069\u006f\u006e"},{Key :"\u0070\u0072\u006f\u0070\u0074\u006f",Value :"\u0070\u0072\u006fp\u006f\u0072\u0074\u0069\u006f\u006e\u0061\u006c"},{Key :"\u006co\u0077\u0065\u0072\u0072\u0061\u006ek",Value :"\u0070\u0072\u0075\u0072\u0065\u006c"},{Key :"\u0075\u0070\u0070s\u0069",Value :"\u0070\u0073\u0069"},{Key :"\u0073h\u0069\u0066\u0074\u0069\u006e",Value :"q\u0061\u0064\u006d\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c",Value :"\u0071\u0061\u0066\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0071\u0061\u0066\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0071\u0061f\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0071a\u0066\u006d\u0065\u0064\u0069\u0061l",Value :"\u0071a\u0066m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"a\u0063\u006b\u006e\u006f\u0077\u006c\u0065\u0064\u0067\u0065",Value :"\u0071\u0061r\u006e\u0065\u0079p\u0061\u0072\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078\u0073\u0075b\u006e\u006f\u0073\u0070",Value :"\u0071\u0068\u006fo\u006b"},{Key :"\u0071o\u0066d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0071\u006f\u0066\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0071o\u0066\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00387",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0061\u0074\u0061\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068at\u0061\u0066\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0068\u0065\u0062\u0072\u0065w",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u0069\u0072\u0069\u0071\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0061\u006d\u0061\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066q\u0061\u006d\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071o\u0066\u0071\u0075\u0062\u0075\u0074s",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0065\u0067\u006f\u006c\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0073\u0068\u0065\u0076\u0061\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u006f\u0066\u0074\u0073\u0065\u0072\u0065\u0068e\u0062\u0072\u0065\u0077",Value :"\u0071o\u0066q\u0075\u0062\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00396",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0062\u006c\u0061\u006e\u006b\u0062",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0069\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0031\u0038",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0032\u0035",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075\u0074\u0073\u0033\u0031",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062u\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071u\u0062u\u0074\u0073\u006e\u0061\u0072r\u006f\u0077h\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0062\u0075ts\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0071\u0075b\u0075\u0074\u0073w\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e\u0065\u0071\u0075\u0061\u006c",Value :"\u0071u\u0065\u0073\u0074\u0065\u0071"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u006c\u0065\u0066\u0074",Value :"\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t"},{Key :"\u0071\u0075\u006f\u0074\u0065\u006c\u0065\u0066\u0074\u0072\u0065\u0076e\u0072\u0073\u0065\u0064",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0065\u0076",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064"},{Key :"\u0071u\u006ft\u0065\u0073\u0069\u006e\u0067\u006c\u0072\u0069\u0067\u0068\u0074",Value :"\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"n\u0061\u0070\u006f\u0073\u0074\u0072\u006f\u0070\u0068\u0065",Value :"q\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u006e"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0042\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"r\u0061\u0064\u0069\u0063\u0061\u006c\u0062\u0069\u0067\u0067",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0062t",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072a\u0064\u0069\u0063\u0061\u006c\u0074p",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0072\u0061\u0064\u0069\u0063\u0061\u006c\u0076\u0065\u0072\u0074\u0065\u0078",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0072\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u006f\u006f\u0074",Value :"\u0072a\u0064\u0069\u0063\u0061\u006c"},{Key :"\u006da\u0074\u0068\u0072\u0061\u0074\u0069o",Value :"\u0072\u0061\u0074i\u006f"},{Key :"\u0072\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0072\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u0052\u0073\u006da\u006c\u006c\u0063\u0061\u0070\u0069\u006e\u0076",Value :"\u0072d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0073\u006f\u0075\u006e\u0064\u0063\u006f\u0070\u0079r\u0069\u0067\u0068\u0074",Value :"r\u0065\u0063\u006f\u0072\u0064\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072e\u0066\u006d\u0061\u0072\u006b",Value :"\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u006d\u0061\u0072\u006b"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066l\u0065\u0078\u0073\u0075\u0062\u0073\u0065\u0074"},{Key :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u0075\u0061\u006c",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0072\u0065\u0066\u006c\u0065\u0078\u0073\u0075\u0070e\u0072\u0073\u0065\u0074"},{Key :"\u0063i\u0072\u0063\u006c\u0065\u0052",Value :"\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00325",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0072\u0065\u0068\u0079eh\u0061\u006c\u0065\u0066\u006c\u0061\u006d\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0072e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0065\u0061\u0073\u0074",Value :"r\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0072\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0072\u0065\u0073\u0068\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0072\u0065s\u0068\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00388",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066p\u0061\u0074\u0061\u0068",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0061\u0074\u0061\u0066s\u0065\u0067\u006f\u006c",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"r\u0065s\u0068\u0068\u0061\u0074\u0061\u0066\u0073\u0065g\u006f\u006c\u0068\u0065br\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u0069\u0072\u0069\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0068\u006f\u006c\u0061m",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0068\u006f\u006c\u0061\u006d\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0070\u0061\u0074\u0061h",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0070\u0061\u0074\u0061\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0061\u006d\u0061\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0061m\u0061\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065\u0073\u0068\u0071\u0075\u0062\u0075\u0074\u0073",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072\u0065s\u0068\u0071\u0075b\u0075\u0074\u0073\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0065\u0067\u006fl",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0073\u0068\u0065\u0076a",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0073\u0068\u0065\u0076\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073\u0068\u0074\u0073\u0065\u0072e",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0072e\u0073h\u0074\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0073\u0068\u0068\u0069\u0072\u0069q"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d\u0065q",Value :"\u0072\u0065\u0076\u0061\u0073\u0079\u006d\u0070\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0062a\u0063\u006b\u0073\u0069\u006d",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0072\u0065\u0076\u0073\u0069\u006d\u0069\u006c\u0061\u0072",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u0065\u0072\u0073\u0065\u0064\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0061\u0072r\u006f\u0077\u006co\u006e\u0067\u0062\u006f\u0074\u0068\u006e\u006f\u0074",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"r\u0065\u0076\u0069\u0061\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0072e\u0076i\u0061\u006d\u0075\u0067\u0072a\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0069\u006e\u0076\u006e\u006f\u0074",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u006co\u0067i\u0063\u0061\u006c\u006e\u006ft\u0072\u0065v\u0065\u0072\u0073\u0065\u0064",Value :"\u0072\u0065\u0076\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074"},{Key :"\u0061\u0063\u0075t\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0072f\u0069\u0073\u0068\u0068\u006f\u006fk"},{Key :"\u0068a\u0063\u0065\u006b\u006e\u006f\u0073p",Value :"\u0072\u0066\u0069\u0073\u0068\u0068\u006f\u006f\u006b\u0072\u0065\u0076e\u0072\u0073\u0065\u0064"},{Key :"\u0075\u0070\u0072h\u006f",Value :"\u0072\u0068\u006f"},{Key :"\u0072\u0069\u006e\u0067\u006e\u006f\u0073\u0070",Value :"\u0072\u0068\u006fo\u006b"},{Key :"\u0064\u0069\u0065r\u0065\u0073\u0069\u0073\u006e\u006f\u0073\u0070",Value :"r\u0068\u006f\u006f\u006b\u0074\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0074\u0065\u0074s\u0065",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0072\u0068\u006f",Value :"\u0072\u0068\u006f\u0073\u0079\u006d\u0062\u006f\u006cg\u0072\u0065\u0065\u006b"},{Key :"\u0075\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0065"},{Key :"\u0075\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u006e\u0077"},{Key :"\u006c\u0072\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0065"},{Key :"\u006c\u006c\u0063\u006f\u0072\u006e\u0065\u0072",Value :"\u0072\u0069\u0067h\u0074\u0061\u006e\u0067\u006c\u0065\u0073\u0077"},{Key :"\u0062\u0065\u0074a\u0031",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0076\u0061\u0072\u006c\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0072\u0069\u0067\u0068\u0074\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u006f\u0063\u0069r\u0063",Value :"\u0072i\u006e\u0067\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0074\u006f\u006e\u006f\u0073",Value :"r\u0069n\u0067\u0068\u0061\u006c\u0066\u006c\u0065\u0066t\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u006eu\u006de\u0072\u0061\u006c\u0067\u0072\u0065\u0065\u006b\u0073\u0075\u0062",Value :"\u0072\u0069\u006e\u0067\u0068\u0061\u006c\u0066\u0072\u0069\u0067\u0068\u0074"},{Key :"\u006b\u0061\u0070\u0070\u0061\u0031",Value :"r\u0069\u006e\u0067\u0068al\u0066r\u0069\u0067\u0068\u0074\u0062e\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0065\u0071\u0063\u0069\u0072\u0063",Value :"r\u0069\u006e\u0067\u0069\u006e\u0065\u0071\u0075\u0061\u006c"},{Key :"h\u006f\u006f\u006b\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067"},{Key :"\u0064o\u0074\u006e\u006f\u0073\u0070",Value :"\u0072\u006c\u006f\u006e\u0067\u006c\u0065\u0067\u0074u\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00315",Value :"\u0072o\u0072\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00313",Value :"\u0072\u0072\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0072\u0069\u0067\u0068t\u0068\u0061\u006c\u0066",Value :"\u0072t\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0062r\u0065\u0076\u0065\u006e\u006f\u0073p",Value :"\u0072t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0072t\u0075r\u006e\u0065\u0064\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0072\u0074\u0075\u0072\u006e\u0068\u006f\u006f\u006bs\u0075\u0070\u0065\u0072",Value :"\u0072\u0074u\u0072\u006e\u0072t\u0068\u006f\u006f\u006b\u0073\u0075\u0070\u0065\u0072"},{Key :"\u0072\u0075\u0070\u0065\u0065\u0073",Value :"\u0072\u0075\u0070e\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00316",Value :"\u0072\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0061\u0064\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0061\u0064\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0061d\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073a\u0064\u006d\u0065\u0064\u0069\u0061l",Value :"\u0073a\u0064m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00381",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0061\u006d\u0065\u006b\u0068"},{Key :"\u0073\u0061\u006de\u006b\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0061m\u0065\u006b\u0068w\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0073a\u006de\u006b\u0068\u0064\u0061\u0067e\u0073\u0068h\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00330",Value :"\u0073\u0061\u0072\u0061\u0061\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00345",Value :"\u0073\u0061\u0072\u0061\u0061\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00348",Value :"\u0073a\u0072a\u0061\u0069\u006d\u0061\u0069m\u0061\u006ca\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00347",Value :"\u0073\u0061\u0072\u0061\u0061\u0069\u006d\u0061\u0069\u006d\u0075\u0061n\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00331",Value :"\u0073\u0061\u0072\u0061\u0061\u006d\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00329",Value :"\u0073a\u0072\u0061\u0061\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00344",Value :"\u0073a\u0072\u0061\u0065\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00333",Value :"\u0073\u0061\u0072\u0061\u0069\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00332",Value :"\u0073a\u0072\u0061\u0069\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00346",Value :"\u0073a\u0072\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00335",Value :"s\u0061\u0072\u0061\u0075\u0065\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00334",Value :"\u0073\u0061\u0072\u0061\u0075\u0065\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00336",Value :"\u0073a\u0072\u0061\u0075\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00337",Value :"\u0073\u0061\u0072\u0061\u0075\u0075\u0074\u0068\u0061\u0069"},{Key :"\u0073a\u0074\u0069\u0073\u0066\u0079",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u0076\u0044\u0061s\u0068",Value :"\u0073a\u0074\u0069\u0073\u0066\u0069\u0065s"},{Key :"\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073\u0063\u0068w\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0038\u00346",Value :"\u0073\u0063\u0068\u0077\u0061\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0068\u0061\u006c\u0066\u006c\u0065\u006e\u0067\u0074\u0068",Value :"\u0073c\u0068\u0077\u0061\u0068\u006f\u006fk"},{Key :"\u0068\u0069\u0067\u0068\u0065\u0072\u0072\u0061\u006e\u006b",Value :"\u0073\u0063\u0075\u0072\u0065\u006c"},{Key :"\u0064\u0070\u0072\u0069\u006d\u0065",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0064\u0062\u006c",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0070r\u0069\u006d\u0065\u0064\u0062\u006c1",Value :"\u0073\u0065\u0063\u006f\u006e\u0064"},{Key :"\u0073e\u0065\u006e\u0066\u0069\u006e\u0061l",Value :"\u0073e\u0065n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073\u0065\u0065\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0065e\u006e\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00395",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0067\u0072\u006f\u0075\u0070\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067o\u006c",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0066",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0032\u0063",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067\u006f\u006c\u0031\u0033",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0065\u0067\u006f\u006c\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073e\u0067o\u006c\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"s\u0065\u0067\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067\u0062\u006f\u0074\u0068",Value :"s\u0065\u0068\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0073\u0065\u0076\u0065\u006e\u0073\u0075\u0062",Value :"\u0073\u0065\u0076\u0065\u006e\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0073ev\u0065\u006e",Value :"\u0073\u0065\u0076e\u006e\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00367",Value :"\u0073e\u0076\u0065\u006e\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00357",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068a\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063",Value :"\u0073\u0068\u0061d\u0064\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u0064\u0061\u006d\u006d\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0066\u0061\u0074\u0068\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061d\u0064\u0061\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068a\u0064\u0064\u0061h\u006f\u006e\u0074\u0061\u0074\u0077\u0065\u0065\u006c"},{Key :"\u0073\u0068\u0061dd\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006ca\u0074\u0065\u0064",Value :"s\u0068a\u0064\u0064\u0061\u006b\u0061\u0073\u0072\u0061t\u0061\u006e\u0061\u0072ab\u0069\u0063"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0064\u0061m\u006d\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064a\u006d\u006d\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0064\u0061\u006d\u006da\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0064\u0061\u006d\u006d\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066a\u0074\u0068\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077",Value :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u0066\u0061t\u0068\u0061\u006c\u006f\u0077"},{Key :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077",Value :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u0066\u0061\u0074\u0068a\u0074\u0061\u006e\u006c\u006f\u0077"},{Key :"\u0073h\u0061d\u0064\u0061\u0077\u0069\u0074h\u006b\u0061s\u0072\u0061\u006c\u006f\u0077",Value :"\u0073\u0068\u0061\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006ba\u0073\u0072\u0061\u0069\u0073\u006f\u006c\u0061\u0074\u0065d\u006c\u006f\u0077"},{Key :"s\u0068\u0061\u0064\u0064aw\u0069t\u0068\u006b\u0061\u0073\u0072a\u0074\u0061\u006e\u006c\u006f\u0077",Value :"\u0073\u0068a\u0064\u0064\u0061\u0077\u0069\u0074\u0068\u006b\u0061\u0073\u0072\u0061\u0074\u0061\u006e\u0069\u0073\u006f\u006c\u0061\u0074\u0065dl\u006f\u0077"},{Key :"\u0062l\u006fc\u006b\u0068\u0061\u006c\u0066\u0073\u0068\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061d\u0065"},{Key :"s\u0068\u0061\u0064\u0065\u006d\u0065\u0064\u0069\u0075\u006d",Value :"\u0073\u0068\u0061d\u0065"},{Key :"\u0062\u006c\u006f\u0063\u006b\u0071\u0074\u0072\u0073h\u0061\u0064\u0065\u0064",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u006ct\u0073\u0068\u0061\u0064\u0065",Value :"\u0073\u0068\u0061\u0064\u0065\u006c\u0069\u0067\u0068\u0074"},{Key :"\u0073\u0068\u0065\u0065\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0068e\u0065\u006e\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0068\u0065e\u006e\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0073h\u0065e\u006e\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"s\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0073\u0068\u0065\u0065\u006e\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0070\u0065\u0068\u006f\u006f\u006b",Value :"\u0073\u0068\u0065\u0069\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u004c\u0073\u0068",Value :"\u0073h\u0069\u0066\u0074\u006c\u0065\u0066t"},{Key :"\u0052\u0073\u0068",Value :"\u0073\u0068\u0069\u0066\u0074\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0075\u0073\u0074\u0072\u0074\u0062\u0061\u0072",Value :"s\u0068\u0069\u006d\u0061\u0063\u006f\u0070\u0074\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00389",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068\u0069\u006e\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069\u006e\u0077\u0069\u0074\u0068\u0064a\u0067\u0065\u0073\u0068",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0073\u0068\u0069nd\u0061\u0067\u0065\u0073\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073h\u0061\u006e\u0064\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0073\u0068i\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068i\u006e\u0064\u0061g\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0073\u0068\u0069nw\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068\u0061\u006e\u0064\u0073\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006eda\u0067\u0065\u0073\u0068\u0073\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072e\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00304",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073h\u0069\u006e\u0064\u006f\u0074",Value :"\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00394",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074\u0068e\u0062\u0072\u0065\u0077",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0073h\u0069n\u0077\u0069\u0074\u0068\u0073\u0068\u0069\u006e\u0064\u006f\u0074",Value :"s\u0068\u0069\u006e\u0073\u0068\u0069\u006e\u0064\u006f\u0074"},{Key :"\u0067\u0072\u0061v\u0065\u0064\u0062\u006c\u006e\u006f\u0073\u0070",Value :"\u0073\u0068\u006fo\u006b"},{Key :"\u0075p\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067m\u0061"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0073\u0069\u0067\u006d\u0061",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0073\u0069\u0067\u006d\u0061\u0066\u0069\u006e\u0061\u006c",Value :"\u0073\u0069\u0067\u006d\u0061\u0031"},{Key :"\u0043\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0073\u0069\u0067\u006dal\u0075\u006e\u0061\u0074\u0065\u0073\u0079\u006d\u0062\u006f\u006c\u0067\u0072\u0065e\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0038\u00339",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006d\u0065\u0074e\u0067",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u006ee\u0077\u006c\u0069\u006e\u0065",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"s\u0069\u006c\u0075\u0071\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0073i\u006cu\u0071\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0073\u0069\u006d",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074i\u006c\u0064\u0065\u006d\u0061\u0074h",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0074\u0069\u006c\u0064\u0065\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072",Value :"\u0073i\u006d\u0069\u006c\u0061\u0072"},{Key :"\u0061\u0070\u0070\u0072\u006f\u0078\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"\u0073i\u006d\u006e\u0065\u0071\u0071"},{Key :"\u0073\u0069\u006e\u0065",Value :"\u0073\u0069\u006e\u0065\u0077\u0061\u0076\u0065"},{Key :"\u0073\u0069\u0078\u0073\u0075\u0062",Value :"s\u0069\u0078\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0073\u0069\u0078",Value :"\u0073\u0069\u0078\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00366",Value :"\u0073i\u0078\u0074\u0068\u0061\u0069"},{Key :"\u006da\u0074\u0068\u0073\u006c\u0061\u0073h",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0042\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0042\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073\u006c\u0061\u0073\u0068\u0062\u0069\u0067",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0073l\u0061\u0073\u0068\u0062\u0069\u0067g",Value :"\u0073\u006c\u0061s\u0068"},{Key :"\u0066\u0072\u006fw\u006e",Value :"\u0073l\u0075\u0072\u0061\u0062\u006f\u0076e"},{Key :"s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067l\u0065\u006c\u0065\u0066ts\u006c\u0064",Value :"\u0073\u006d\u0061\u006clb\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065f\u0074"},{Key :"s\u006d\u0061\u006c\u006ctr\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0073\u006d\u0061ll\u0062\u006c\u0061\u0063\u006b\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0065\u006c\u0065m\u0065\u006e\u0074\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u0073\u006d\u0061l\u006c\u0065\u006c\u0065\u006d\u0065\u006e\u0074",Value :"\u0073m\u0061\u006c\u006c\u0069\u006e"},{Key :"\u006f\u0077\u006e\u0065\u0072\u0073\u006d\u0061\u006c\u006c",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073m\u0061\u006c\u006c\u006e\u0069"},{Key :"\u0073l\u0075\u0072\u0062\u0065\u006c\u006fw",Value :"\u0073\u006d\u0069l\u0065"},{Key :"\u0077\u0068i\u0074\u0065\u0073m\u0069\u006c\u0069\u006e\u0067\u0066\u0061\u0063\u0065",Value :"\u0073m\u0069\u006c\u0065\u0066\u0061\u0063e"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00358",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071",Value :"\u0073\u006f\u0066\u0070\u0061\u0073\u0075\u0071\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0073f\u0074\u0068\u0079\u0070\u0068\u0065n",Value :"\u0073\u006f\u0066\u0074\u0068\u0079\u0070\u0068\u0065\u006e"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00394",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073\u006f\u0066\u0074",Value :"\u0073\u006ff\u0074\u0073\u0069g\u006e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0064\u0065\u0069",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u0065\u0067\u0061\u0074\u0069\u006f\u006e\u0073\u006c\u0061\u0073\u0068",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u006e\u006f\u0074",Value :"s\u006f\u006c\u0069\u0064us\u006co\u006e\u0067\u006f\u0076\u0065r\u006c\u0061\u0079\u0063\u006d\u0062"},{Key :"\u0044\u0065\u0069",Value :"\u0073\u006f\u006c\u0069du\u0073\u0073\u0068\u006f\u0072\u0074\u006f\u0076\u0065\u0072\u006c\u0061\u0079\u0063m\u0062"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00321",Value :"\u0073\u006f\u0072\u0075\u0073\u0069\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00320",Value :"\u0073\u006f\u0073\u0061\u006c\u0061\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00391",Value :"\u0073\u006f\u0073\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00322",Value :"\u0073o\u0073\u0075\u0061\u0074\u0068\u0061i"},{Key :"\u0073p\u0061c\u0065\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0073\u0070\u0061c\u0065"},{Key :"\u0061\u0031\u0030\u0039",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073p\u0061\u0064\u0065\u0073\u0075\u0069t",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074b\u006c\u0061\u0063\u006b",Value :"\u0073\u0070\u0061d\u0065"},{Key :"\u0076\u0061\u0072s\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074",Value :"\u0073\u0070\u0061\u0064\u0065\u0073\u0075\u0069\u0074w\u0068\u0069\u0074\u0065"},{Key :"\u0073\u0071\u0069\u006d\u0061\u0067\u0065\u006f\u0072\u006e\u006f\u0074e\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"\u0073q\u006fr\u0069\u0067\u0069\u006e\u006fr\u006e\u006ft\u0065\u0071\u0075\u0061\u006c",Value :"s\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071"},{Key :"s\u0069\u0067\u006d\u0061\u006c\u0075\u006e\u0061\u0074\u0065",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0073q\u0075a\u0072\u0065\u0063\u0072\u006f\u0073\u0073\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061r\u0065\u0064\u0069\u0061\u0067\u006f\u006e\u0061\u006c\u0063r\u006fs\u0073\u0068\u0061\u0074\u0063\u0068\u0066i\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0064\u006f\u0074",Value :"\u0073q\u0075\u0061\u0072\u0065\u0064\u006ft"},{Key :"\u0062\u006f\u0078\u0068\u006f\u0072\u0069\u007a\u0068\u0061\u0074\u0063\u0068",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0068\u0066\u0069\u006c\u006c",Value :"s\u0071u\u0061\u0072\u0065\u0068\u006f\u0072\u0069\u007ao\u006e\u0074\u0061\u006cfi\u006c\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074",Value :"s\u0071\u0075\u0061\u0072\u0065\u0069\u006d\u0061\u0067\u0065"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0073q\u0075a\u0072\u0065\u006c\u0065\u0066\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0073\u0065\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006c\u0072\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006f\u0078\u006d\u0069\u006e\u0075\u0073",Value :"s\u0071\u0075\u0061\u0072\u0065\u006d\u0069\u006e\u0075\u0073"},{Key :"\u0062\u006f\u0078\u0074\u0069\u006d\u0065\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006d\u0075\u006ct\u0069\u0070\u006c\u0079"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0069g\u0069\u006e\u0061\u006c"},{Key :"\u0062\u006f\u0078\u0063\u0072\u006f\u0073\u0073\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075a\u0072\u0065\u0068\u0076\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u006f\u0072\u0074\u0068o\u0067\u006f\u006e\u0061\u006c\u0063\u0072o\u0073\u0073\u0068\u0061\u0074\u0063\u0068\u0066\u0069\u006c\u006c"},{Key :"\u0062o\u0078\u0070\u006c\u0075\u0073",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0070\u006c\u0075\u0073"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u0072\u0069\u0067h\u0074\u0073\u006c\u0064",Value :"\u0073\u0071u\u0061\u0072\u0065r\u0069\u0067\u0068\u0074\u0062\u006c\u0061\u0063\u006b"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073\u006c\u0064",Value :"\u0073\u0071\u0075\u0061\u0072\u0065\u0075\u006c\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0062\u006fx\u006c\u0065\u0066t\u0064\u0069\u0061\u0067\u0068\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0077\u0073e\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u006c\u0065\u0066\u0074\u0074o\u006c\u006f\u0077\u0065\u0072\u0072\u0069\u0067\u0068\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078\u0072\u0074\u0064\u0069\u0061\u0067h\u0061\u0074\u0063\u0068",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0073\u0071\u0075\u0061\u0072\u0065\u006e\u0065\u0073w\u0066\u0069\u006c\u006c",Value :"\u0073\u0071\u0075a\u0072\u0065\u0075\u0070p\u0065\u0072\u0072\u0069\u0067\u0068\u0074t\u006f\u006c\u006f\u0077\u0065\u0072\u006c\u0065\u0066\u0074\u0066\u0069\u006c\u006c"},{Key :"\u0062\u006f\u0078v\u0065\u0072\u0074\u0068\u0061\u0074\u0063\u0068",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"s\u0071\u0075\u0061\u0072\u0065\u0076\u0066\u0069\u006c\u006c",Value :"\u0073q\u0075a\u0072\u0065\u0076\u0065\u0072t\u0069\u0063a\u006c\u0066\u0069\u006c\u006c"},{Key :"\u0062l\u0061c\u006b\u0069\u006e\u0077\u0068i\u0074\u0065s\u0071\u0075\u0061\u0072\u0065",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u0062o\u0078\u006e\u0065\u0073\u0074\u0065d",Value :"\u0073q\u0075\u0061\u0072\u0065w\u0068\u0069\u0074\u0065\u0077i\u0074h\u0073m\u0061\u006c\u006c\u0062\u006c\u0061\u0063k"},{Key :"\u006c\u0065\u0066\u0074ri\u0067\u0068\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u006c\u0065\u0066\u0074r\u0069\u0067\u0068\u0074"},{Key :"\u0061r\u0072o\u0077\u0073\u0071\u0075\u0069g\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0072i\u0067h\u0074\u0073\u0071\u0075\u0069\u0067\u0061\u0072\u0072\u006f\u0077",Value :"\u0073\u0071\u0075\u0069\u0067\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0062\u006f\u0078\u0072\u006f\u0075\u006e\u0064\u0065\u0064",Value :"\u0073q\u0075\u006f\u0076\u0061\u006c"},{Key :"\u0073t\u0061\u0072\u0065\u0071\u0075\u0061l",Value :"\u0073\u0074\u0061\u0072\u0065\u0071"},{Key :"\u0053\u0075\u0062\u0073\u0065\u0074",Value :"\u0073u\u0062\u0073\u0065\u0074\u0064\u0062l"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u0064b\u006c\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0064\u0062\u006ce\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006f\u0074\u0073\u0075\u0062\u0073\u0065\u0074o\u0072\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0062\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062s\u0065\u0074\u006e\u006f\u0074\u0065\u0071\u006c",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u006f\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0062\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064b\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0062\u0073\u0065\u0074\u0065\u0071",Value :"\u0073\u0075\u0062\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0066o\u006c\u006c\u006f\u0077\u0073",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0073\u0075\u0063\u0063",Value :"\u0073\u0075\u0063\u0063\u0065\u0065\u0064\u0073"},{Key :"\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006e\u0069",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u006f\u0077\u006ee\u0072",Value :"\u0073\u0075\u0063\u0068\u0074\u0068\u0061\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00358",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006bu\u006e",Value :"s\u0075\u006b\u0075\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0073\u0075\u006b\u0075\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"s\u0075\u006b\u0075\u006e\u006d\u0065\u0064\u0069\u0061\u006c"},{Key :"\u0073\u0075\u006d",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075m\u006d\u0061\u0074i\u006f\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0073\u0075\u006d\u006d\u0061\u0074\u0069\u006f\u006e\u0074\u0065\u0078\u0074",Value :"\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn"},{Key :"\u0063o\u006d\u0070\u0061\u0073\u0073",Value :"\u0073\u0075\u006e"},{Key :"\u0053\u0075\u0070\u0073\u0065\u0074",Value :"s\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u0064\u0062\u006c"},{Key :"\u006e\u006f\u0074\u0073up\u0065\u0072\u0073\u0065\u0074\u006f\u0072\u0064\u0062\u006c\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u0065\u0071q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u0064\u0062\u006c\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006e\u006ft\u0073\u0075\u0070e\u0072\u0073\u0065\u0074\u006f\u0072\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0065\u0072\u0073\u0065\u0074\u006eo\u0074\u0065\u0071\u006c",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073u\u0070\u0073\u0065\u0074\u006e\u0065q",Value :"\u0073\u0075p\u0065\u0072\u0073e\u0074\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0073\u0075\u0070\u0073\u0065\u0074\u006e\u0065\u0071\u0071",Value :"\u0073\u0075\u0070\u0065rs\u0065\u0074\u006f\u0072\u006e\u006f\u0074\u0064\u0062\u006c\u0065\u0071\u006c"},{Key :"\u0073\u0071\u0073\u0075\u0070\u0073\u0065\u0074\u0065\u0071",Value :"\u0073u\u0070e\u0072\u0073\u0065\u0074\u0073\u0071\u0065\u0071\u0075\u0061\u006c"},{Key :"\u006c\u0061\u0074\u0074\u0069\u0063\u0065\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0074\u006f\u0070",Value :"\u0074\u0061\u0063\u006b\u0064\u006f\u0077\u006e"},{Key :"\u0064\u0061\u0073h\u0076",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065r\u0069\u0067\u0068\u0074",Value :"\u0074\u0061\u0063\u006b\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00331",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068",Value :"\u0074a\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074a\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074a\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0066\u0061\u0074\u0068\u0061\u0074\u0061\u006e\u006f\u006e\u0074\u0061t\u0077\u0065\u0065\u006c",Value :"\u0074a\u0074\u0077\u0065\u0065\u006c\u0077\u0069\u0074\u0068\u0066\u0061t\u0068\u0061\u0074\u0061\u006e\u0061\u0062\u006f\u0076\u0065"},{Key :"\u0075\u0070\u0074a\u0075",Value :"\u0074\u0061\u0075"},{Key :"\u0074\u0061\u0076\u0064\u0061\u0067\u0065\u0073",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074a\u0076\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00390",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0061\u0076",Value :"\u0074a\u0076\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0063\u0061r\u006f\u006e\u0061\u006c\u0074\u006f\u006e\u0065",Value :"\u0074c\u0061\u0072\u006f\u006e\u0031"},{Key :"\u0062a\u0072m\u0069\u0064\u0073\u0068\u006f\u0072\u0074\u006e\u006f\u0073\u0070",Value :"\u0074\u0063\u0063\u0075\u0072\u006c"},{Key :"\u0074\u0063\u006fm\u006d\u0061\u0061\u0063\u0063\u0065\u006e\u0074",Value :"\u0074\u0063\u0065\u0064\u0069\u006c\u006c\u0061"},{Key :"\u006bc\u0065\u0064\u0069\u006c\u006c\u00611",Value :"\u0074c\u0065\u0064\u0069\u006c\u006c\u00611"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00307",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068",Value :"t\u0063\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0063h\u0065\u0068\u0066i\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068e\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0063\u0068\u0065hm\u0065\u0065\u006d\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062i\u0063",Value :"\u0074c\u0068e\u0068\u0069\u006e\u0069\u0074i\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0063\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0074\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u0068\u0069\u006ei\u0074\u0069\u0061\u006c",Value :"\u0074\u0065\u0068\u0068ah\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006a\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006a\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00317",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u0068\u006d\u0061\u0072\u0062\u0075\u0074\u0061",Value :"\u0074\u0065h\u006d\u0061\u0072b\u0075\u0074\u0061\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068m\u0061\u0072\u0062\u0075\u0074\u0061\u0066\u0069\u006e\u0061\u006c",Value :"t\u0065\u0068\u006d\u0061rb\u0075t\u0061\u0066\u0069\u006e\u0061l\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0074e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"t\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0074\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"t\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0074e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0065\u006c",Value :"\u0074e\u006c\u0065\u0070\u0068\u006f\u006ee"},{Key :"\u0062\u0065\u006c\u006c",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0067\u0065\u0064\u006f\u006c\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064\u0061\u0074\u0061\u006c\u0069\u006e\u006b\u0065s\u0063\u0061\u0070\u0065",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0030",Value :"\u0074\u0065\u006c\u0069sh\u0061\u0071\u0065\u0074\u0061\u006e\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069\u006cd\u0065\u006d\u0069\u0064\u006e\u006f\u0073\u0070",Value :"\u0074\u0065\u0073\u0068"},{Key :"\u0074e\u0074d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0074\u0065\u0074\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0074e\u0074\u0064\u0061\u0067\u0065\u0073h"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00372",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"\u0074\u0065\u0074",Value :"\u0074e\u0074\u0068\u0065\u0062\u0072\u0065w"},{Key :"L\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078",Value :"\u0074\u0065\u0074\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0073t\u0061\u0072\u0074\u0074\u0065\u0078t",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074e\u0076i\u0072\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"t\u0065\u0076\u0069\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00324",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0061\u006c",Value :"\u0074\u0068\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0061\u006c\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0061l\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00356",Value :"\u0074h\u0061n\u0074\u0068\u0061\u006b\u0068\u0061\u0074\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00319",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068",Value :"\u0074\u0068\u0065\u0068\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074h\u0065\u0068\u0066\u0069\u006e\u0061l",Value :"\u0074h\u0065h\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"t\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0074\u0068\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0065\u0068\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0074\u0068e\u0068\u006d\u0065d\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0075p\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065t\u0061"},{Key :"\u0067\u0065\u0068\u006f\u006f\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0075\u0070\u0076\u0061\u0072\u0074\u0068\u0065\u0074\u0061",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0074\u0068e\u0074\u0061\u0073y\u006d\u0062\u006f\u006c\u0067\u0072\u0065\u0065\u006b",Value :"\u0074\u0068\u0065\u0074\u0061\u0031"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00397",Value :"\u0074\u0068\u006f\u006e\u0061\u006e\u0067\u006d\u006f\u006e\u0074\u0068o\u0074\u0068\u0061\u0069"},{Key :"\u0041\u0068\u0061\u0063\u0065\u006b",Value :"\u0074\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00398",Value :"\u0074\u0068\u006f\u0070\u0068\u0075\u0074\u0068\u0061o\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00303",Value :"\u0074\u0068\u006f\u0074\u0068\u0061\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00396",Value :"t\u0068\u006f\u0074\u0068\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00304",Value :"\u0074\u0068\u006ft\u0068\u006f\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00302",Value :"\u0074\u0068\u006ft\u0068\u0075\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0074h\u006f\u0075\u0073\u0061n\u0064\u0073\u0073\u0065\u0070a\u0072a\u0074o\u0072\u0070\u0065\u0072\u0073\u0069\u0061n",Value :"\u0074h\u006f\u0075\u0073\u0061\u006e\u0064\u0073\u0073\u0065\u0070\u0061r\u0061\u0074\u006f\u0072\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0062",Value :"\u0074\u0068\u0072\u0065\u0065\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074hr\u0065\u0065",Value :"\u0074\u0068\u0072e\u0065\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00363",Value :"\u0074h\u0072\u0065\u0065\u0074\u0068\u0061i"},{Key :"\u0074\u0069\u0065",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0074\u0069\u0065\u0031",Value :"\u0074i\u0065\u0063\u006f\u006e\u0063\u0061t"},{Key :"\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074i\u006c\u0064\u0065\u0077\u0069\u0064e",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0074\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0072",Value :"\u0074\u0069\u006cd\u0065"},{Key :"t\u0069\u006c\u0064\u0065\u0077\u0069\u0064\u0065\u0073\u0074",Value :"\u0074\u0069\u006cd\u0065"},{Key :"\u0077\u0069\u0064\u0065\u0075\u0074\u0069\u006c\u0064\u0065",Value :"\u0074\u0069\u006c\u0064\u0065\u0062\u0065\u006c\u006f\u0077\u0063\u006d\u0062"},{Key :"\u0074i\u006c\u0064\u0065\u0063\u006f\u006db",Value :"\u0074\u0069\u006c\u0064\u0065\u0063\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0077\u0061\u0076\u0065\u0062\u006f\u0074\u0068",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0069p\u0065\u0068\u0061l\u0065\u0066\u0074\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074\u0069\u0070e\u0068\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006e\u006f\u0072\u0074h\u0077\u0065\u0073\u0074",Value :"\u0074\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0065\u0074\u0075r\u006e",Value :"\u0074\u006f\u006e\u0065\u0066\u0069\u0076\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00395",Value :"t\u006f\u0070\u0061\u0074\u0061\u006b\u0074\u0068\u0061\u0069"},{Key :"\u0074\u006f\u0070\u0061\u0072\u0063",Value :"\u0074\u006f\u0070\u0073\u0065\u006d\u0069\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00301",Value :"\u0074o\u0074\u0061\u006f\u0074\u0068\u0061i"},{Key :"\u0063\u006f\u006d\u006d\u0061\u0073\u0075\u0070\u0072\u0069\u0067\u0068t\u006e\u006f\u0073\u0070",Value :"\u0074\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0074",Value :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0063\u0064\u006f\u0074"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0073\u006c\u0064",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074b\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0066\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006ce\u0066\u0074\u0065\u0071",Value :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074e\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067l\u0065\u0072\u0069\u0067\u0068\u0074\u0073\u006c\u0064",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074\u0065\u0071",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0074\u0072i\u0061\u006e\u0067r\u0069\u0067\u0068\u0074\u0065\u0071\u0075\u0061\u006c",Value :"\u0074r\u0069a\u006e\u0067\u006c\u0065\u0072i\u0067\u0068t\u0065\u0071\u0075\u0061\u006c"},{Key :"\u0070\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"p\u0072\u0069\u006d\u0065\u0074\u0072\u0069\u0070\u006c\u0031",Value :"\u0074r\u0070\u0072\u0069\u006d\u0065"},{Key :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062l\u006e\u006f\u0073\u0070",Value :"\u0074\u0073"},{Key :"\u0074\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0074s\u0061d\u0069\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"t\u0073\u0061\u0064\u0069\u0064\u0061\u0067\u0065\u0073\u0068"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00388",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0065",Value :"t\u0073\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00394",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065\u0072\u0065\u006e\u0061\u0072\u0072\u006f\u0077\u0068e\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"t\u0073\u0065\u0072\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0031\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074\u0073\u0065r\u0065",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0077\u0069\u0064\u0065\u0068\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0066\u0069\u006c\u0065\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u006f\u0072",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065\u0072\u0065\u0032\u0062",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0074s\u0065r\u0065\u0071\u0075\u0061\u0072t\u0065\u0072h\u0065\u0062\u0072\u0065\u0077",Value :"\u0074s\u0065\u0072\u0065\u0031\u0032"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00308",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0074\u0073\u0068\u0065",Value :"\u0074\u0073\u0068e\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0063o\u006dm\u0061\u0073\u0075\u0070\u0072\u0065\u0076\u006e\u006f\u0073\u0070",Value :"\u0074t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0069\u006f\u0074\u0061\u0074\u0075\u0072\u006e",Value :"\u0074\u0075\u0072\u006e\u0065\u0064\u0069\u006f\u0074\u0061"},{Key :"\u0076\u0064\u0061s\u0068",Value :"\u0074\u0075\u0072\u006e\u0073\u0074\u0069\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00394",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061\u0072\u0061\u0062ic\u0069\u006e\u0064\u0069\u0063\u0064\u0069\u0067\u0069\u0074\u0074\u0077\u006f",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0074\u0077\u006f\u0068\u0061\u0063\u006b\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0074w\u006f\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0065n\u006ce\u0061\u0064\u0065\u0072\u0074\u0077\u006f\u0064\u006f\u0074\u0073",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u0065\u006e\u006ce\u0061\u0064\u0065\u0072",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0064\u006f\u0074\u006c\u0065\u0061\u0064",Value :"\u0074\u0077\u006fd\u006f\u0074\u006c\u0065\u0061\u0064\u0065\u0072"},{Key :"\u0074\u0077\u006f\u0073\u0075\u0062",Value :"t\u0077\u006f\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"e\u0078\u0074\u0065\u006e\u0064\u0065d\u0061\u0072\u0061\u0062\u0069\u0063\u0069\u006e\u0064i\u0063\u0064\u0069g\u0069t\u0074\u0077\u006f",Value :"\u0074\u0077\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00362",Value :"\u0074w\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0067\u0072\u0061v\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0062\u0061\u0072"},{Key :"\u0064e\u006c\u0074\u0061\u0074\u0075\u0072n",Value :"\u0075\u0062\u0072\u0065\u0076\u0065"},{Key :"\u0075\u0068\u0075\u006e\u0067\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074",Value :"\u0075d\u0062\u006c\u0061\u0063\u0075\u0074e"},{Key :"e\u0073\u0068\u0073\u0068\u006f\u0072\u0074\u0072\u0065\u0076",Value :"\u0075d\u0062\u006c\u0067\u0072\u0061\u0076e"},{Key :"\u0041\u0061\u0063\u0075\u0074\u0065\u0072\u0069\u006e\u0067",Value :"\u0075\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073c\u0061\u0072\u006f\u006e"},{Key :"\u0069\u0068\u0061\u0063\u0065\u006b",Value :"\u0075\u0068\u006fr\u006e"},{Key :"\u0074\u0074\u0075r\u006e",Value :"\u0075\u0069\u006e\u0076\u0065\u0072\u0074\u0065\u0064b\u0072\u0065\u0076\u0065"},{Key :"\u006ew\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u006c\u0061r\u0063"},{Key :"\u0064\u0062\u006c\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u0074\u0077\u006f\u006c\u006f\u0077\u006c\u0069\u006e\u0065",Value :"\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065\u0064\u0062\u006c"},{Key :"\u006d\u0069d\u0068\u006f\u0072i\u007a\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073",Value :"\u0075\u006e\u0069c\u006f\u0064\u0065\u0063\u0064\u006f\u0074\u0073"},{Key :"\u0063\u0075\u0070",Value :"\u0075\u006e\u0069o\u006e"},{Key :"\u0043\u0075\u0070",Value :"\u0075\u006e\u0069\u006f\u006e\u0064\u0062\u006c"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074i\u0074\u0065\u0078\u0074",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0075\u0070\u006cu\u0073",Value :"\u0075\u006e\u0069\u006f\u006e\u006d\u0075\u006c\u0074\u0069"},{Key :"\u0073\u0071\u0063u\u0070",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0075\u006e\u0069\u006f\u006e\u0073\u0071\u0064\u0069s\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"u\u006e\u0069\u006f\u006e\u0073\u0071\u0074\u0065\u0078\u0074",Value :"\u0075n\u0069\u006f\u006e\u0073\u0071"},{Key :"\u0062\u0069\u0067\u0063\u0075\u0070",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u006ea\u0072\u0079\u0075\u006e\u0069\u006fn",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0075\u006e\u0069o\u006e\u0064\u0069\u0073\u0070\u006c\u0061\u0079",Value :"\u0075n\u0069\u006f\u006e\u0074\u0065\u0078t"},{Key :"\u0066\u006f\u0072\u0061\u006c\u006c",Value :"\u0075n\u0069\u0076\u0065\u0072\u0073\u0061l"},{Key :"b\u006c\u006f\u0063\u006b\u0075\u0070\u0068\u0061\u006c\u0066",Value :"\u0075p\u0062\u006c\u006f\u0063\u006b"},{Key :"\u0067e\u006b\u0061\u0072\u0065\u0076",Value :"\u0075p\u0064\u0069\u0067\u0061\u006d\u006da"},{Key :"\u0065n\u0072\u0074\u0064\u0065\u0073",Value :"\u0075p\u006b\u006f\u0070\u0070\u0061"},{Key :"\u004ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u004b\u006f\u0070\u0070\u0061"},{Key :"\u006ba\u0076\u0065\u0072\u0074\u0062\u0061r",Value :"\u0075\u0070\u006f\u006c\u0064\u006b\u006f\u0070\u0070\u0061"},{Key :"\u0065\u006e\u0067\u0065",Value :"\u0075p\u0073\u0061\u006d\u0070\u0069"},{Key :"\u0075p\u0075\u0070\u0073\u0069\u006c\u006fn",Value :"\u0075p\u0073\u0069\u006c\u006f\u006e"},{Key :"\u0061\u0063\u0075t\u0065\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0075\u0070\u0073i\u006c\u006f\u006e\u006c\u0061\u0074\u0069\u006e"},{Key :"\u0078\u0073\u006f\u006c",Value :"\u0075p\u0073\u006c\u006f\u0070\u0065"},{Key :"\u006b\u0061\u0062a\u0072",Value :"\u0075\u0070\u0073\u0074\u0069\u0067\u006d\u0061"},{Key :"\u0055\u0070s\u0069\u006c\u006fn\u0031\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0055\u0070\u0073\u0069\u006c\u006f\u006e\u0031\u0064\u0069\u0061\u0065r\u0065\u0073\u0069\u0073",Value :"\u0075\u0070\u0074\u0061\u0063\u006b\u0062\u0065\u006co\u0077\u0063\u006d\u0062"},{Key :"\u0043\u0068\u0065\u0076\u0065\u0072\u0074\u0062\u0061\u0072",Value :"\u0075\u0070\u0076\u0061\u0072\u0054\u0068\u0065\u0074\u0061"},{Key :"\u006ee\u0071\u0075\u0061\u0064\u0061\u0072c",Value :"\u0075\u0072\u0061r\u0063"},{Key :"\u0044\u0062\u0061r\u0031",Value :"\u0075\u0074\u0069\u006c\u0064\u0065"},{Key :"\u0070e\u0072s\u0070\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064",Value :"\u0076\u0061\u0072\u0064\u006f\u0075\u0062\u006c\u0065\u0062\u0061\u0072w\u0065\u0064\u0067\u0065"},{Key :"\u0063l\u0077c\u006f\u006e\u0074\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c",Value :"\u0076\u0061r\u006f\u0069\u006et\u0063\u006c\u006f\u0063\u006b\u0077\u0069\u0073\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074",Value :"\u0076a\u0072t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074",Value :"\u0076\u0061r\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0072\u0069\u0067\u0068\u0074"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0036\u00369",Value :"\u0076\u0061\u0076"},{Key :"\u0076a\u0076\u0068\u0065\u0062\u0072\u0065w",Value :"\u0076\u0061\u0076"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00323",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076a\u0076\u0064\u0061\u0067\u0065\u0073h",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"v\u0061\u0076\u0064\u0061\u0067\u0065\u0073\u0068\u0036\u0035",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0076\u0061\u0076\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0076a\u0076d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00300",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d\u0068e\u0062\u0072\u0065\u0077",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0061\u0076w\u0069\u0074\u0068\u0068\u006f\u006c\u0061\u006d",Value :"\u0076\u0061\u0076\u0068\u006f\u006c\u0061\u006d"},{Key :"\u0076\u0065\u0063",Value :"\u0076\u0065\u0063\u0074\u006f\u0072"},{Key :"e\u0071\u0075\u0069\u0061\u006e\u0067\u0075\u006c\u0061\u0072",Value :"\u0076\u0065\u0065e\u0071"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00305",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068",Value :"\u0076e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0076\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0076\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0076\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0076e\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u0076e\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0053\u0061\u006dp\u0069",Value :"v\u0065r\u0074\u0069\u0063\u0061\u006c\u006c\u0069\u006ee\u0062\u0065\u006c\u006fwc\u006d\u0062"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006e\u0067b\u006f\u0074\u0068\u0076",Value :"v\u0065\u0077\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0074a\u0063k\u006c\u0065\u0066\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076\u0068\u006fo\u006b"},{Key :"\u0076\u0065\u0072\u0074\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065",Value :"\u0076\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0066\u0069\u006c\u006c\u0065\u0064\u0076\u0065\u0072t\u0072\u0065\u0063\u0074",Value :"\u0076r\u0065c\u0074\u0061\u006e\u0067\u006c\u0065\u0062\u006c\u0061\u0063\u006b"},{Key :"\u0074\u0061c\u006b\u0072\u0069g\u0068\u0074\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0076t\u0075\u0072\u006e\u0065\u0064"},{Key :"o\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074\u0031",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0072\u0069\u006e\u0067\u006d\u0061\u0074\u0068",Value :"\u0076\u0079\u0073\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00348",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077",Value :"\u0077a\u0077\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c",Value :"\u0077\u0061\u0077\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0077\u0061\u0077\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0077a\u0077\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0065s\u0074\u0069\u006d\u0061\u0074\u0065s",Value :"\u0077\u0065\u0064\u0067\u0065\u0071"},{Key :"\u0050s\u0063\u0072\u0069\u0070\u0074",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u0077\u0070",Value :"w\u0065\u0069\u0065\u0072\u0073\u0074\u0072\u0061\u0073\u0073"},{Key :"\u006f\u0070\u0065\u006e\u0062\u0075\u006c\u006c\u0065\u0074",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"s\u006d\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0062\u0075\u006c\u006c\u0065\u0074"},{Key :"\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0063\u0069\u0072\u0063\u006c\u0065",Value :"w\u0068\u0069\u0074\u0065\u0063\u0069\u0072\u0063\u006c\u0065"},{Key :"\u0064\u0069\u0061m\u006f\u006e\u0064\u0072\u0068\u006f\u006d\u0062",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u006d\u0064\u006c\u0067\u0077\u0068\u0074\u0064\u0069a\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069t\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064"},{Key :"\u0062\u006c\u0061\u0063ki\u006e\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0064i\u0061m\u006f\u006e\u0064\u0072\u0068o\u006d\u0062n\u0065\u0073\u0074\u0065\u0064",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u0069\u0061\u006d\u006f\u006e\u0064\u0063o\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0062\u006c\u0061\u0063\u006b\u0073\u006d\u0061\u006c\u006c\u0064\u0069a\u006d\u006f\u006e\u0064"},{Key :"\u0073\u006da\u006c\u006c\u0074r\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069a\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0064\u006f\u0077\u006e\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0062i\u0067t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0064\u006f\u0077\u006e",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0069\u006e\u0076",Value :"\u0077h\u0069\u0074\u0065\u0064o\u0077\u006e\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006ce\u006c\u0065\u0066\u0074",Value :"\u0077\u0068\u0069\u0074\u0065\u006c\u0065\u0066\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0073m\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u006c\u0065\u0066\u0074\u0031",Value :"\u0077h\u0069\u0074\u0065\u006ce\u0066\u0074\u0070\u006f\u0069n\u0074i\u006eg\u0074\u0072\u0069\u0061\u006e\u0067\u006ce"},{Key :"t\u0072\u0069\u0061\u0067\u006c\u0066\u006f\u0070\u0065\u006e",Value :"\u0077\u0068i\u0074\u0065\u0070o\u0069\u006e\u0074\u0065\u0072\u006c\u0065\u0066\u0074"},{Key :"t\u0072\u0069\u0061\u0067\u0072\u0074\u006f\u0070\u0065\u006e",Value :"\u0077\u0068\u0069\u0074\u0065\u0070\u006f\u0069\u006e\u0074\u0065\u0072r\u0069\u0067\u0068\u0074"},{Key :"\u0073m\u0061l\u006c\u0074\u0072\u0069\u0061n\u0067\u006ce\u0072\u0069\u0067\u0068\u0074",Value :"\u0077\u0068\u0069t\u0065\u0072\u0069\u0067h\u0074\u0070\u006f\u0069\u006e\u0074\u0069n\u0067\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0072i\u0067\u0068\u0074\u0031",Value :"\u0077\u0068\u0069\u0074\u0065\u0072\u0069\u0067\u0068\u0074\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061n\u0067\u006c\u0065"},{Key :"\u0048\u0031\u0038\u0035\u0035\u0031",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0062\u006f\u0078",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"s\u006d\u0077\u0068\u0074\u0073\u0071\u0075\u0061\u0072\u0065",Value :"\u0077\u0068i\u0074\u0065\u0073m\u0061\u006c\u006c\u0073\u0071\u0075\u0061\u0072\u0065"},{Key :"\u0062\u0069\u0067w\u0068\u0069\u0074\u0065\u0073\u0074\u0061\u0072",Value :"\u0077h\u0069\u0074\u0065\u0073\u0074\u0061r"},{Key :"\u0073\u006d\u0061\u006c\u006c\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"v\u0061\u0072\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069\u0074e\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067s\u006da\u006c\u006c\u0074\u0072\u0069\u0061\u006eg\u006c\u0065"},{Key :"\u0062\u0069\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065\u0075\u0070",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065",Value :"\u0077\u0068\u0069te\u0075\u0070\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0074\u0072\u0069\u0061\u006e\u0067\u006c\u0065"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00319",Value :"\u0077\u006f\u0077\u0061\u0065\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0077\u0072",Value :"\u0077\u0072\u0065\u0061\u0074\u0068\u0070\u0072\u006f\u0064\u0075\u0063\u0074"},{Key :"\u0064i\u0061e\u0072\u0065\u0073\u0069\u0073t\u006f\u006eo\u0073\u006e\u006f\u0073\u0070",Value :"\u0077s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0061\u006e\u0067l\u0065\u0073\u0075\u0070\u006e\u006f\u0073\u0070",Value :"\u0077t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0075\u0070\u0078\u0069",Value :"\u0078\u0069"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00358",Value :"\u0079\u0061\u006da\u006b\u006b\u0061\u006e\u0074\u0068\u0061\u0069"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00394",Value :"y\u0061\u0074\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0049\u0062\u0061\u0072",Value :"y\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00350",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0079\u0065\u0068",Value :"\u0079e\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0035\u00319",Value :"\u0079e\u0068b\u0061\u0072\u0072\u0065\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u0079\u0065\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00314",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061a\u0062\u006f\u0076\u0065",Value :"\u0079\u0065\u0068\u0068am\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u0066\u0069\u006ea\u006c",Value :"\u0079e\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065f\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068\u0077\u0069\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061b\u006f\u0076\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006fv\u0065\u0069\u006e\u0069\u0074\u0069\u0061\u006c\u0061\u0072a\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068wi\u0074\u0068\u0068\u0061\u006d\u007a\u0061\u0061\u0062\u006f\u0076\u0065\u006d\u0065\u0064\u0069\u0061\u006c",Value :"\u0079e\u0068\u0068\u0061\u006dz\u0061\u0061\u0062\u006f\u0076e\u006de\u0064i\u0061\u006c\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u0061l\u0065\u0066\u006d\u0061\u006b\u0073\u0075\u0072\u0061\u0069\u006ei\u0074\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u0079\u0065h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079e\u0068w\u0069\u0074\u0068\u006d\u0065e\u006d\u0069n\u0069\u0074\u0069\u0061\u006c",Value :"y\u0065h\u006d\u0065\u0065\u006d\u0069\u006e\u0069\u0074i\u0061\u006c\u0061\u0072ab\u0069\u0063"},{Key :"\u0079\u0065\u0068\u0077it\u0068\u006d\u0065\u0065\u006d\u0069\u0073\u006f\u006c\u0061\u0074\u0065\u0064",Value :"y\u0065\u0068\u006d\u0065em\u0069s\u006f\u006c\u0061\u0074\u0065d\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0079\u0065h\u0077\u0069\u0074h\u006e\u006f\u006f\u006e\u0066\u0069\u006e\u0061\u006c",Value :"\u0079e\u0068n\u006f\u006f\u006e\u0066\u0069n\u0061\u006ca\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0059\u0065\u006e",Value :"\u0079\u0065\u006e"},{Key :"a\u0075\u0078\u0069\u006c\u0069\u0061\u0072\u0079\u006f\u006e",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0064e\u0076\u0063\u006f\u006e\u0031",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u0065\u0072\u0061hb\u0065\u006e\u0079\u006f\u006d\u006f\u006c\u0065\u0066\u0074\u0068\u0065\u0062\u0072e\u0077",Value :"\u0079e\u0072a\u0068\u0062\u0065\u006e\u0079o\u006d\u006fh\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00393",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0065\u0072\u0069",Value :"\u0079\u0065\u0072i\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"s\u0074\u0061\u0072\u0074\u006f\u0066\u0068\u0065\u0061\u0064",Value :"y\u0065\u0074\u0069\u0076\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0075\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0068\u006fo\u006b"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0031\u00304",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0079\u0069",Value :"\u0079\u0069\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u0073\u006f\u0075\u0074h\u0077\u0065\u0073\u0074",Value :"\u0079\u0069\u0077n\u0061\u0072\u006d\u0065\u006e\u0069\u0061\u006e"},{Key :"\u0079o\u0064\u0064\u0061\u0067\u0065\u0073h",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u0079o\u0064d\u0061\u0067\u0065\u0073\u0068\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00318",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0079\u006f\u0064\u0064\u0062\u006c",Value :"\u0079\u006f\u0064y\u006f\u0064\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0037\u00305",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0064\u006f\u0075\u0062\u006c\u0065\u0079\u006f\u0064p\u0061\u0074\u0061\u0068",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"d\u006fu\u0062\u006c\u0065\u0079\u006f\u0064\u0070\u0061t\u0061\u0068\u0068\u0065br\u0065\u0077",Value :"\u0079\u006f\u0064\u0079\u006f\u0064\u0070\u0061\u0074\u0061\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u0063\u0068\u0065\u0072\u0074\u0064\u0065\u0073",Value :"\u0079\u006f\u0074\u0067\u0072\u0065\u0065\u006b"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00314",Value :"\u0079o\u0079\u0061\u006b\u0074\u0068\u0061i"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0036\u00393",Value :"\u0079\u006f\u0079\u0069\u006e\u0067\u0074\u0068\u0061\u0069"},{Key :"\u0064z\u0068\u0061\u0063\u0065\u006b",Value :"\u0079\u0072"},{Key :"i\u006f\u0074\u0061\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u0079s\u0075\u0070\u0065\u0072\u0069\u006fr"},{Key :"\u0068\u006f\u0072\u006e\u006e\u006f\u0073\u0070",Value :"\u0079t\u0075\u0072\u006e\u0065\u0064"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00332",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068",Value :"\u007aa\u0068\u0061\u0072\u0061\u0062\u0069c"},{Key :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c",Value :"\u007a\u0061\u0068\u0066\u0069\u006e\u0061\u006c\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0068\u0069\u006e\u0069\u0074\u0069\u0061\u006c",Value :"\u007a\u0061h\u0069\u006e\u0069t\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0068\u006d\u0065\u0064\u0069\u0061l",Value :"\u007aa\u0068m\u0065\u0064\u0069\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0034\u00326",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0061\u0069\u006e",Value :"\u007a\u0061\u0069\u006e\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u007aa\u0069\u006e\u0066\u0069\u006e\u0061l",Value :"\u007aa\u0069n\u0066\u0069\u006e\u0061\u006c\u0061\u0072\u0061\u0062\u0069\u0063"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070r\u0069\u0067\u0068\u0074",Value :"\u007a\u0061q\u0065\u0066\u0067a\u0064\u006f\u006c\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0061\u0072\u0072\u006f\u0077\u006c\u006f\u006f\u0070\u006c\u0065\u0066\u0074",Value :"\u007a\u0061q\u0065\u0066\u0071a\u0074\u0061\u006e\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"a\u0072\u0072\u006f\u0077\u007a\u0069\u0067\u007a\u0061\u0067",Value :"z\u0061\u0072\u0071\u0061\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"z\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u007aa\u0079i\u006e\u0077\u0069\u0074\u0068\u0064\u0061\u0067\u0065\u0073\u0068",Value :"\u007a\u0061\u0079\u0069\u006e\u0064\u0061\u0067\u0065\u0073\u0068\u0068e\u0062\u0072\u0065\u0077"},{Key :"\u006e\u006c\u0065\u0067",Value :"\u007a\u0063\u0061\u0072\u006f\u006e"},{Key :"\u0074a\u0063k\u0064\u006f\u0077\u006e\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0063\u0075r\u006c"},{Key :"\u006d\u0063\u0061\u0070\u0074\u0075\u0072\u006e",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007a\u0064\u006f\u0074",Value :"\u007a\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074"},{Key :"\u007ae\u0072\u006f\u0064\u006f\u0074",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u007ae\u0072\u006f\u0073\u006c\u0061\u0073h",Value :"\u007a\u0065\u0072\u006f"},{Key :"\u0061f\u0069\u0069\u0035\u0037\u0033\u00392",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"a\u0072a\u0062\u0069\u0063\u0069\u006e\u0064\u0069\u0063d\u0069\u0067\u0069\u0074ze\u0072\u006f",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007a\u0065\u0072\u006f\u0061\u0072\u0061\u0062\u0069\u0063",Value :"\u007a\u0065\u0072\u006f\u0068\u0061\u0063\u006b\u0061r\u0061\u0062\u0069\u0063"},{Key :"\u007ae\u0072\u006f\u0073\u0075\u0062",Value :"\u007a\u0065\u0072o\u0069\u006e\u0066\u0065\u0072\u0069\u006f\u0072"},{Key :"\u0065\u0078\u0074\u0065n\u0064\u0065\u0064\u0061\u0072\u0061\u0062\u0069\u0063\u0069n\u0064i\u0063\u0064\u0069\u0067\u0069\u0074\u007ae\u0072\u006f",Value :"z\u0065\u0072\u006f\u0070\u0065\u0072\u0073\u0069\u0061\u006e"},{Key :"\u0061f\u0069\u0069\u0035\u0039\u0037\u00360",Value :"\u007a\u0065\u0072\u006f\u0074\u0068\u0061\u0069"},{Key :"\u0062\u006f\u006d",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"z\u0065\u0072\u006f\u0077id\u0074h\u006e\u006f\u0062\u0072\u0065a\u006b\u0073\u0070\u0061\u0063\u0065",Value :"\u007ae\u0072o\u0077\u0069\u0064\u0074\u0068\u006a\u006f\u0069\u006e\u0065\u0072"},{Key :"\u007ae\u0072\u006f\u0073\u0070\u0061\u0063e",Value :"\u007a\u0065\u0072\u006f\u0077\u0069\u0064\u0074\u0068s\u0070\u0061\u0063\u0065"},{Key :"\u0075\u0070\u007a\u0065\u0074\u0061",Value :"\u007a\u0065\u0074\u0061"},{Key :"\u0061f\u0069\u0069\u0031\u0030\u0030\u00372",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u007a\u0068\u0065",Value :"z\u0068\u0065\u0063\u0079\u0072\u0069\u006c\u006c\u0069\u0063"},{Key :"\u006e\u0065\u0067\u0061\u0063\u006b\u006e\u006f\u0077l\u0065\u0064\u0067\u0065",Value :"z\u0069\u006e\u006f\u0072\u0068\u0065\u0062\u0072\u0065\u0077"},{Key :"\u0074\u0061\u0063\u006b\u0075\u0070\u0073\u0075\u0062\u006e\u006f\u0073\u0070",Value :"\u007a\u0072\u0065\u0074\u0072\u006f\u0066\u006c\u0065x\u0068\u006f\u006f\u006b"}}; diff --git a/internal/timeutils/timeutils.go b/internal/timeutils/timeutils.go index 86c2857ae..3bda26c6e 100644 --- a/internal/timeutils/timeutils.go +++ b/internal/timeutils/timeutils.go @@ -9,12 +9,12 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package timeutils ;import (_b "errors";_g "fmt";_cf "regexp";_c "strconv";_a "time";);var _ff =_cf .MustCompile ("\u005cs\u002a\u0044\u005cs\u002a\u003a\u005cs\u002a(\\\u0064\u007b\u0034\u007d\u0029\u0028\u005cd\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064{2\u007d)\u003f\u0028\u005b\u002b\u002d\u005a]\u0029\u003f\u0028\u005c\u0064{\u0032\u007d\u0029\u003f\u0027\u003f\u0028\u005c\u0064\u007b\u0032}\u0029\u003f"); -func FormatPdfTime (in _a .Time )string {_e :=in .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_bd ,_ :=_c .ParseInt (_e [1:3],10,32);_bff ,_ :=_c .ParseInt (_e [4:6],10,32);_d :=int64 (in .Year ());_cb :=int64 (in .Month ());_de :=int64 (in .Day ()); -_ed :=int64 (in .Hour ());_beg :=int64 (in .Minute ());_fe :=int64 (in .Second ());_gb :=_e [0];return _g .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_d ,_cb ,_de ,_ed ,_beg ,_fe ,_gb ,_bd ,_bff ); -};func ParsePdfTime (pdfTime string )(_a .Time ,error ){_aa :=_ff .FindAllStringSubmatch (pdfTime ,1);if len (_aa )< 1{if len (pdfTime )> 0&&pdfTime [0]!='D'{pdfTime =_g .Sprintf ("\u0044\u003a\u0025\u0073",pdfTime );return ParsePdfTime (pdfTime );};return _a .Time {},_g .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0065\u0020s\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0073\u0029",pdfTime ); -};if len (_aa [0])!=10{return _a .Time {},_b .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0067\u0065\u0078p\u0020\u0067\u0072\u006f\u0075\u0070 \u006d\u0061\u0074\u0063\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020!\u003d\u0020\u0031\u0030"); -};_ea ,_ :=_c .ParseInt (_aa [0][1],10,32);_ge ,_ :=_c .ParseInt (_aa [0][2],10,32);_ac ,_ :=_c .ParseInt (_aa [0][3],10,32);_af ,_ :=_c .ParseInt (_aa [0][4],10,32);_ba ,_ :=_c .ParseInt (_aa [0][5],10,32);_bag ,_ :=_c .ParseInt (_aa [0][6],10,32);var (_dd byte ; -_dg int64 ;_bed int64 ;);_dd ='+';if len (_aa [0][7])> 0{if _aa [0][7]=="\u002d"{_dd ='-';}else if _aa [0][7]=="\u005a"{_dd ='Z';};};if len (_aa [0][8])> 0{_dg ,_ =_c .ParseInt (_aa [0][8],10,32);}else {_dg =0;};if len (_aa [0][9])> 0{_bed ,_ =_c .ParseInt (_aa [0][9],10,32); -}else {_bed =0;};_gc :=int (_dg *60*60+_bed *60);switch _dd {case '-':_gc =-_gc ;case 'Z':_gc =0;};_aad :=_g .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_dd ,_dg ,_bed );_dc :=_a .FixedZone (_aad ,_gc );return _a .Date (int (_ea ),_a .Month (_ge ),int (_ac ),int (_af ),int (_ba ),int (_bag ),0,_dc ),nil ; -}; \ No newline at end of file +package timeutils ;import (_d "errors";_fe "fmt";_f "regexp";_ac "strconv";_da "time";);var _fd =_f .MustCompile ("\u005cs\u002a\u0044\u005cs\u002a\u003a\u005cs\u002a(\\\u0064\u007b\u0034\u007d\u0029\u0028\u005cd\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064\u007b\u0032\u007d\u0029\u0028\u005c\u0064{2\u007d)\u003f\u0028\u005b\u002b\u002d\u005a]\u0029\u003f\u0028\u005c\u0064{\u0032\u007d\u0029\u003f\u0027\u003f\u0028\u005c\u0064\u007b\u0032}\u0029\u003f"); +func FormatPdfTime (in _da .Time )string {_de :=in .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_g ,_ :=_ac .ParseInt (_de [1:3],10,32);_b ,_ :=_ac .ParseInt (_de [4:6],10,32);_e :=int64 (in .Year ());_gd :=int64 (in .Month ());_ee :=int64 (in .Day ()); +_fea :=int64 (in .Hour ());_cg :=int64 (in .Minute ());_gf :=int64 (in .Second ());_bb :=_de [0];return _fe .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_e ,_gd ,_ee ,_fea ,_cg ,_gf ,_bb ,_g ,_b ); +};func ParsePdfTime (pdfTime string )(_da .Time ,error ){_db :=_fd .FindAllStringSubmatch (pdfTime ,1);if len (_db )< 1{if len (pdfTime )> 0&&pdfTime [0]!='D'{pdfTime =_fe .Sprintf ("\u0044\u003a\u0025\u0073",pdfTime );return ParsePdfTime (pdfTime );}; +return _da .Time {},_fe .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0064\u0061\u0074\u0065\u0020s\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0073\u0029",pdfTime );};if len (_db [0])!=10{return _da .Time {},_d .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0067\u0065\u0078p\u0020\u0067\u0072\u006f\u0075\u0070 \u006d\u0061\u0074\u0063\u0068\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020!\u003d\u0020\u0031\u0030"); +};_cc ,_ :=_ac .ParseInt (_db [0][1],10,32);_cf ,_ :=_ac .ParseInt (_db [0][2],10,32);_gfd ,_ :=_ac .ParseInt (_db [0][3],10,32);_gg ,_ :=_ac .ParseInt (_db [0][4],10,32);_dg ,_ :=_ac .ParseInt (_db [0][5],10,32);_gdd ,_ :=_ac .ParseInt (_db [0][6],10,32); +var (_bbg byte ;_bbgd int64 ;_cab int64 ;);_bbg ='+';if len (_db [0][7])> 0{if _db [0][7]=="\u002d"{_bbg ='-';}else if _db [0][7]=="\u005a"{_bbg ='Z';};};if len (_db [0][8])> 0{_bbgd ,_ =_ac .ParseInt (_db [0][8],10,32);}else {_bbgd =0;};if len (_db [0][9])> 0{_cab ,_ =_ac .ParseInt (_db [0][9],10,32); +}else {_cab =0;};_cgc :=int (_bbgd *60*60+_cab *60);switch _bbg {case '-':_cgc =-_cgc ;case 'Z':_cgc =0;};_ed :=_fe .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_bbg ,_bbgd ,_cab );_acg :=_da .FixedZone (_ed ,_cgc ); +return _da .Date (int (_cc ),_da .Month (_cf ),int (_gfd ),int (_gg ),int (_dg ),int (_gdd ),0,_acg ),nil ;}; \ No newline at end of file diff --git a/internal/transform/transform.go b/internal/transform/transform.go index 0cff74392..1fd340dd8 100644 --- a/internal/transform/transform.go +++ b/internal/transform/transform.go @@ -9,21 +9,22 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package transform ;import (_g "fmt";_b "github.com/unidoc/unipdf/v3/common";_fe "math";);func (_fef Matrix )Angle ()float64 {_d :=_fe .Atan2 (-_fef [1],_fef [0]);if _d < 0.0{_d +=2*_fe .Pi ;};return _d /_fe .Pi *180.0;};func (_cc Matrix )Mult (b Matrix )Matrix {_cc .Concat (b ); -return _cc };func (_ba Matrix )Rotate (theta float64 )Matrix {return _ba .Mult (RotationMatrix (theta ))};func (_ff Matrix )ScalingFactorX ()float64 {return _fe .Hypot (_ff [0],_ff [1])};func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }};func (_e Matrix )Round (precision float64 )Matrix {for _c :=range _e {_e [_c ]=_fe .Round (_e [_c ]/precision )*precision ; -};return _e ;};func NewMatrixFromTransforms (xScale ,yScale ,theta ,tx ,ty float64 )Matrix {return IdentityMatrix ().Scale (xScale ,yScale ).Rotate (theta ).Translate (tx ,ty );};type Point struct{X float64 ;Y float64 ;};func (_af Matrix )Singular ()bool {return _fe .Abs (_af [0]*_af [4]-_af [1]*_af [3])< _aa }; -func (_gg Point )String ()string {return _g .Sprintf ("(\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0029",_gg .X ,_gg .Y );};func (_ab *Matrix )Clone ()Matrix {return NewMatrix (_ab [0],_ab [1],_ab [3],_ab [4],_ab [6],_ab [7])};func (_eb Matrix )Translation ()(float64 ,float64 ){return _eb [6],_eb [7]}; -func (_ed Matrix )Translate (tx ,ty float64 )Matrix {return _ed .Mult (TranslationMatrix (tx ,ty ))};func (_ag *Matrix )clampRange (){for _fea ,_fde :=range _ag {if _fde > _bdd {_b .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_fde ,_bdd ); -_ag [_fea ]=_bdd ;}else if _fde < -_bdd {_b .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_fde ,-_bdd );_ag [_fea ]=-_bdd ;};};};func (_ec *Point )Set (x ,y float64 ){_ec .X ,_ec .Y =x ,y };func (_gd Matrix )Scale (xScale ,yScale float64 )Matrix {return _gd .Mult (ScaleMatrix (xScale ,yScale ))}; -func (_aaf Matrix )Unrealistic ()bool {_baf ,_bbc ,_bde ,_ead :=_fe .Abs (_aaf [0]),_fe .Abs (_aaf [1]),_fe .Abs (_aaf [3]),_fe .Abs (_aaf [4]);_df :=_baf > _ede &&_ead > _ede ;_agf :=_bbc > _ede &&_bde > _ede ;return !(_df ||_agf );};func (_fdd *Point )Transform (a ,b ,c ,d ,tx ,ty float64 ){_dd :=NewMatrix (a ,b ,c ,d ,tx ,ty ); -_fdd .transformByMatrix (_dd );};func (_fbc *Matrix )Concat (b Matrix ){*_fbc =Matrix {b [0]*_fbc [0]+b [1]*_fbc [3],b [0]*_fbc [1]+b [1]*_fbc [4],0,b [3]*_fbc [0]+b [4]*_fbc [3],b [3]*_fbc [1]+b [4]*_fbc [4],0,b [6]*_fbc [0]+b [7]*_fbc [3]+_fbc [6],b [6]*_fbc [1]+b [7]*_fbc [4]+_fbc [7],1}; -_fbc .clampRange ();};func (_bee Point )Distance (b Point )float64 {return _fe .Hypot (_bee .X -b .X ,_bee .Y -b .Y )};func (_cca Point )Interpolate (b Point ,t float64 )Point {return Point {X :(1-t )*_cca .X +t *b .X ,Y :(1-t )*_cca .Y +t *b .Y };};const _bdd =1e9; -func (_ca Matrix )Identity ()bool {return _ca [0]==1&&_ca [1]==0&&_ca [2]==0&&_ca [3]==0&&_ca [4]==1&&_ca [5]==0&&_ca [6]==0&&_ca [7]==0&&_ca [8]==1;};func (_eg Matrix )String ()string {_a ,_gb ,_fb ,_fc ,_be ,_cg :=_eg [0],_eg [1],_eg [3],_eg [4],_eg [6],_eg [7]; -return _g .Sprintf ("\u005b\u00257\u002e\u0034\u0066\u002c%\u0037\u002e4\u0066\u002c\u0025\u0037\u002e\u0034\u0066\u002c%\u0037\u002e\u0034\u0066\u003a\u0025\u0037\u002e\u0034\u0066\u002c\u00257\u002e\u0034\u0066\u005d",_a ,_gb ,_fb ,_fc ,_be ,_cg );}; -func (_cee Point )Rotate (theta float64 )Point {_bdg :=_fe .Hypot (_cee .X ,_cee .Y );_fcf :=_fe .Atan2 (_cee .Y ,_cee .X );_feag ,_eda :=_fe .Sincos (_fcf +theta /180.0*_fe .Pi );return Point {_bdg *_eda ,_bdg *_feag };};func (_ce *Matrix )Shear (x ,y float64 ){_ce .Concat (ShearMatrix (x ,y ))}; -func TranslationMatrix (tx ,ty float64 )Matrix {return NewMatrix (1,0,0,1,tx ,ty )};func (_ef Matrix )Inverse ()(Matrix ,bool ){_bef ,_gde :=_ef [0],_ef [1];_cgg ,_ffg :=_ef [3],_ef [4];_ad ,_dc :=_ef [6],_ef [7];_ea :=_bef *_ffg -_gde *_cgg ;if _fe .Abs (_ea )< _cb {return Matrix {},false ; -};_fg ,_bb :=_ffg /_ea ,-_gde /_ea ;_abd ,_bcd :=-_cgg /_ea ,_bef /_ea ;_bf :=-(_fg *_ad +_abd *_dc );_gc :=-(_bb *_ad +_bcd *_dc );return NewMatrix (_fg ,_bb ,_abd ,_bcd ,_bf ,_gc ),true ;};const _cb =1.0e-6;func ShearMatrix (x ,y float64 )Matrix {return NewMatrix (1,y ,x ,1,0,0)}; -func ScaleMatrix (x ,y float64 )Matrix {return NewMatrix (x ,0,0,y ,0,0)};const _ede =1e-6;func RotationMatrix (angle float64 )Matrix {_fd :=_fe .Cos (angle );_bd :=_fe .Sin (angle );return NewMatrix (_fd ,_bd ,-_bd ,_fd ,0,0);};func (_da *Point )transformByMatrix (_ffgc Matrix ){_da .X ,_da .Y =_ffgc .Transform (_da .X ,_da .Y )}; -func (_fbg Point )Displace (delta Point )Point {return Point {_fbg .X +delta .X ,_fbg .Y +delta .Y }};const _aa =1e-10;func NewMatrix (a ,b ,c ,d ,tx ,ty float64 )Matrix {_ge :=Matrix {a ,b ,0,c ,d ,0,tx ,ty ,1};_ge .clampRange ();return _ge ;};func (_caf Matrix )ScalingFactorY ()float64 {return _fe .Hypot (_caf [3],_caf [4])}; -func (_bag *Matrix )Set (a ,b ,c ,d ,tx ,ty float64 ){_bag [0],_bag [1]=a ,b ;_bag [3],_bag [4]=c ,d ;_bag [6],_bag [7]=tx ,ty ;_bag .clampRange ();};type Matrix [9]float64 ;func IdentityMatrix ()Matrix {return NewMatrix (1,0,0,1,0,0)};func (_bc Matrix )Transform (x ,y float64 )(float64 ,float64 ){_bg :=x *_bc [0]+y *_bc [3]+_bc [6]; -_baa :=x *_bc [1]+y *_bc [4]+_bc [7];return _bg ,_baa ;}; \ No newline at end of file +package transform ;import (_a "fmt";_f "github.com/unidoc/unipdf/v3/common";_b "math";);func (_adg Matrix )Angle ()float64 {_cc :=_b .Atan2 (-_adg [1],_adg [0]);if _cc < 0.0{_cc +=2*_b .Pi ;};return _cc /_b .Pi *180.0;};func IdentityMatrix ()Matrix {return NewMatrix (1,0,0,1,0,0)}; +func NewPoint (x ,y float64 )Point {return Point {X :x ,Y :y }};func ShearMatrix (x ,y float64 )Matrix {return NewMatrix (1,y ,x ,1,0,0)};func (_fgb *Point )Transform (a ,b ,c ,d ,tx ,ty float64 ){_fa :=NewMatrix (a ,b ,c ,d ,tx ,ty );_fgb .transformByMatrix (_fa ); +};func (_e *Matrix )Shear (x ,y float64 ){_e .Concat (ShearMatrix (x ,y ))};func (_bg Matrix )Translation ()(float64 ,float64 ){return _bg [6],_bg [7]};type Point struct{X float64 ;Y float64 ;};func (_c Matrix )Identity ()bool {return _c [0]==1&&_c [1]==0&&_c [2]==0&&_c [3]==0&&_c [4]==1&&_c [5]==0&&_c [6]==0&&_c [7]==0&&_c [8]==1; +};func (_cg Matrix )Inverse ()(Matrix ,bool ){_bfd ,_eed :=_cg [0],_cg [1];_ef ,_ab :=_cg [3],_cg [4];_gb ,_ffc :=_cg [6],_cg [7];_bcb :=_bfd *_ab -_eed *_ef ;if _b .Abs (_bcb )< _df {return Matrix {},false ;};_bb ,_efb :=_ab /_bcb ,-_eed /_bcb ;_af ,_ga :=-_ef /_bcb ,_bfd /_bcb ; +_ae :=-(_bb *_gb +_af *_ffc );_bfa :=-(_efb *_gb +_ga *_ffc );return NewMatrix (_bb ,_efb ,_af ,_ga ,_ae ,_bfa ),true ;};func (_dg Matrix )Scale (xScale ,yScale float64 )Matrix {return _dg .Mult (ScaleMatrix (xScale ,yScale ))};func (_da *Matrix )Set (a ,b ,c ,d ,tx ,ty float64 ){_da [0],_da [1]=a ,b ; +_da [3],_da [4]=c ,d ;_da [6],_da [7]=tx ,ty ;_da .clampRange ();};func (_fgg Point )Rotate (theta float64 )Point {_ccb :=_b .Hypot (_fgg .X ,_fgg .Y );_dc :=_b .Atan2 (_fgg .Y ,_fgg .X );_gf ,_db :=_b .Sincos (_dc +theta /180.0*_b .Pi );return Point {_ccb *_db ,_ccb *_gf }; +};func (_gg Matrix )Rotate (theta float64 )Matrix {return _gg .Mult (RotationMatrix (theta ))};func (_bec Point )Interpolate (b Point ,t float64 )Point {return Point {X :(1-t )*_bec .X +t *b .X ,Y :(1-t )*_bec .Y +t *b .Y };};func (_ff Matrix )Transform (x ,y float64 )(float64 ,float64 ){_bf :=x *_ff [0]+y *_ff [3]+_ff [6]; +_cab :=x *_ff [1]+y *_ff [4]+_ff [7];return _bf ,_cab ;};const _bga =1e-6;const _cef =1e-10;func TranslationMatrix (tx ,ty float64 )Matrix {return NewMatrix (1,0,0,1,tx ,ty )};func (_cfg *Point )Set (x ,y float64 ){_cfg .X ,_cfg .Y =x ,y };const _df =1.0e-6; +func (_ec Point )String ()string {return _a .Sprintf ("(\u0025\u002e\u0032\u0066\u002c\u0025\u002e\u0032\u0066\u0029",_ec .X ,_ec .Y );};func (_cd Matrix )Translate (tx ,ty float64 )Matrix {return _cd .Mult (TranslationMatrix (tx ,ty ))};func (_bfc Matrix )Singular ()bool {return _b .Abs (_bfc [0]*_bfc [4]-_bfc [1]*_bfc [3])< _cef }; +func (_bda *Point )transformByMatrix (_ecb Matrix ){_bda .X ,_bda .Y =_ecb .Transform (_bda .X ,_bda .Y )};func (_fdb *Matrix )clampRange (){for _ffd ,_bfb :=range _fdb {if _bfb > _bbb {_f .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_bfb ,_bbb ); +_fdb [_ffd ]=_bbb ;}else if _bfb < -_bbb {_f .Log .Debug ("\u0043L\u0041M\u0050\u003a\u0020\u0025\u0067\u0020\u002d\u003e\u0020\u0025\u0067",_bfb ,-_bbb );_fdb [_ffd ]=-_bbb ;};};};func (_bbf Point )Distance (b Point )float64 {return _b .Hypot (_bbf .X -b .X ,_bbf .Y -b .Y )}; +func (_bd Matrix )Mult (b Matrix )Matrix {_bd .Concat (b );return _bd };func (_bce Point )Displace (delta Point )Point {return Point {_bce .X +delta .X ,_bce .Y +delta .Y }};func (_be Matrix )Round (precision float64 )Matrix {for _fd :=range _be {_be [_fd ]=_b .Round (_be [_fd ]/precision )*precision ; +};return _be ;};func (_ad *Matrix )Clone ()Matrix {return NewMatrix (_ad [0],_ad [1],_ad [3],_ad [4],_ad [6],_ad [7])};func (_daf Matrix )Unrealistic ()bool {_ea ,_eb ,_fc ,_fge :=_b .Abs (_daf [0]),_b .Abs (_daf [1]),_b .Abs (_daf [3]),_b .Abs (_daf [4]); +_aba :=_ea > _bga &&_fge > _bga ;_cge :=_eb > _bga &&_fc > _bga ;return !(_aba ||_cge );};func (_ee Matrix )ScalingFactorY ()float64 {return _b .Hypot (_ee [3],_ee [4])};type Matrix [9]float64 ;func (_gd Matrix )ScalingFactorX ()float64 {return _b .Hypot (_gd [0],_gd [1])}; +func NewMatrixFromTransforms (xScale ,yScale ,theta ,tx ,ty float64 )Matrix {return IdentityMatrix ().Scale (xScale ,yScale ).Rotate (theta ).Translate (tx ,ty );};func (_cb Matrix )String ()string {_ca ,_cf ,_beb ,_gc ,_ce ,_cbe :=_cb [0],_cb [1],_cb [3],_cb [4],_cb [6],_cb [7]; +return _a .Sprintf ("\u005b\u00257\u002e\u0034\u0066\u002c%\u0037\u002e4\u0066\u002c\u0025\u0037\u002e\u0034\u0066\u002c%\u0037\u002e\u0034\u0066\u003a\u0025\u0037\u002e\u0034\u0066\u002c\u00257\u002e\u0034\u0066\u005d",_ca ,_cf ,_beb ,_gc ,_ce ,_cbe ); +};func (_fg *Matrix )Concat (b Matrix ){*_fg =Matrix {b [0]*_fg [0]+b [1]*_fg [3],b [0]*_fg [1]+b [1]*_fg [4],0,b [3]*_fg [0]+b [4]*_fg [3],b [3]*_fg [1]+b [4]*_fg [4],0,b [6]*_fg [0]+b [7]*_fg [3]+_fg [6],b [6]*_fg [1]+b [7]*_fg [4]+_fg [7],1};_fg .clampRange (); +};func RotationMatrix (angle float64 )Matrix {_d :=_b .Cos (angle );_aa :=_b .Sin (angle );return NewMatrix (_d ,_aa ,-_aa ,_d ,0,0);};func NewMatrix (a ,b ,c ,d ,tx ,ty float64 )Matrix {_bc :=Matrix {a ,b ,0,c ,d ,0,tx ,ty ,1};_bc .clampRange ();return _bc ; +};func ScaleMatrix (x ,y float64 )Matrix {return NewMatrix (x ,0,0,y ,0,0)};const _bbb =1e9; \ No newline at end of file diff --git a/internal/uuid/uuid.go b/internal/uuid/uuid.go index 96d7214c4..15bedc025 100644 --- a/internal/uuid/uuid.go +++ b/internal/uuid/uuid.go @@ -9,6 +9,6 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package uuid ;import (_fd "crypto/rand";_a "encoding/hex";_g "io";);var _ff =_fd .Reader ;func (_af UUID )String ()string {var _fb [36]byte ;_bb (_fb [:],_af );return string (_fb [:])};type UUID [16]byte ;var Nil =_aff ;var _aff UUID ;func MustUUID ()UUID {uuid ,_b :=NewUUID (); -if _b !=nil {panic (_b );};return uuid ;};func NewUUID ()(UUID ,error ){var uuid UUID ;_ ,_e :=_g .ReadFull (_ff ,uuid [:]);if _e !=nil {return _aff ,_e ;};uuid [6]=(uuid [6]&0x0f)|0x40;uuid [8]=(uuid [8]&0x3f)|0x80;return uuid ,nil ;};func _bb (_eb []byte ,_afb UUID ){_a .Encode (_eb ,_afb [:4]); -_eb [8]='-';_a .Encode (_eb [9:13],_afb [4:6]);_eb [13]='-';_a .Encode (_eb [14:18],_afb [6:8]);_eb [18]='-';_a .Encode (_eb [19:23],_afb [8:10]);_eb [23]='-';_a .Encode (_eb [24:],_afb [10:]);}; \ No newline at end of file +package uuid ;import (_b "crypto/rand";_ef "encoding/hex";_g "io";);func (_ag UUID )String ()string {var _gc [36]byte ;_d (_gc [:],_ag );return string (_gc [:])};func MustUUID ()UUID {uuid ,_a :=NewUUID ();if _a !=nil {panic (_a );};return uuid ;};func _d (_fa []byte ,_ba UUID ){_ef .Encode (_fa ,_ba [:4]); +_fa [8]='-';_ef .Encode (_fa [9:13],_ba [4:6]);_fa [13]='-';_ef .Encode (_fa [14:18],_ba [6:8]);_fa [18]='-';_ef .Encode (_fa [19:23],_ba [8:10]);_fa [23]='-';_ef .Encode (_fa [24:],_ba [10:]);};type UUID [16]byte ;var _c =_b .Reader ;func NewUUID ()(UUID ,error ){var uuid UUID ; +_ ,_ff :=_g .ReadFull (_c ,uuid [:]);if _ff !=nil {return _gd ,_ff ;};uuid [6]=(uuid [6]&0x0f)|0x40;uuid [8]=(uuid [8]&0x3f)|0x80;return uuid ,nil ;};var Nil =_gd ;var _gd UUID ; \ No newline at end of file diff --git a/model/internal/colorprofile/colorprofile.go b/model/internal/colorprofile/colorprofile.go index 26ac4dbb4..e34027514 100644 --- a/model/internal/colorprofile/colorprofile.go +++ b/model/internal/colorprofile/colorprofile.go @@ -9,50 +9,51 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package colorprofile ;import (_b "bytes";_da "compress/gzip";_bg "encoding/hex";_e "errors";_a "fmt";_ae "github.com/unidoc/unipdf/v3/model";_fd "io";_ee "io/ioutil";_bf "os";_c "path/filepath";_d "strconv";_g "strings";_ec "time";);var _badb =[...]uint16 {0,20,34,48,62,77,91,105,120,134,148,163,177,192,207,222,237,252,267,282,297,312,327,342,357,372,387}; -const _dfg ="\u0043\u006fl\u006f\u0072\u0053\u0070\u0061\u0063\u0065Un\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0058Y\u005a\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065L\u0041\u0042C\u006f\u006c\u006f\u0072Spa\u0063\u0065\u004c\u0055\u0056\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0043\u0042R\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0058\u0059\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061ce\u0052\u0047\u0042\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0047\u0052\u0041\u0059C\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0048\u0053\u0056C\u006f\u006c\u006f\u0072S\u0070\u0061\u0063\u0065\u0048\u004c\u0053\u0043o\u006c\u006frS\u0070\u0061\u0063e\u0043\u004d\u0059\u004b\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0043\u004d\u0059\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0032\u0043L\u0052\u0043\u006f\u006c\u006f\u0072\u0053p\u0061c\u0065\u0033\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0034\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070a\u0063\u00655\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0036\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070a\u0063\u0065\u0037\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0038\u0043\u004c\u0052\u0043o\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0039C\u004cR\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0041\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0042\u0043\u004cR\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0043\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0044C\u004c\u0052\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063eE\u0043\u004c\u0052\u0043\u006f\u006co\u0072\u0053\u0070\u0061\u0063\u0065\u0046\u0043L\u0052"; -var (ErrUndefinedHeaderDeviceClass =_e .New ("\u0075\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0063la\u0073\u0073");ErrUndefinedHeaderColorSpace =_e .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065r\u0020c\u006f\u006c\u006f\u0072\u0020\u0073\u0070a\u0063\u0065"); -);const (ColorSpaceUndefined ColorSpace =iota ;ColorSpaceXYZ ;ColorSpaceLAB ;ColorSpaceLUV ;ColorSpaceYCBR ;ColorSpaceYXY ;ColorSpaceRGB ;ColorSpaceGRAY ;ColorSpaceHSV ;ColorSpaceHLS ;ColorSpaceCMYK ;ColorSpaceCMY ;ColorSpace2CLR ;ColorSpace3CLR ;ColorSpace4CLR ; -ColorSpace5CLR ;ColorSpace6CLR ;ColorSpace7CLR ;ColorSpace8CLR ;ColorSpace9CLR ;ColorSpaceACLR ;ColorSpaceBCLR ;ColorSpaceCCLR ;ColorSpaceDCLR ;ColorSpaceECLR ;ColorSpaceFCLR ;);type asset struct{_fe []byte ;_bgb _bf .FileInfo ;};var _ded =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xf1\x75\x54\x94\x6f\xf8\xee\x81\x8e\x5d\x28\xd8\x8a\x85\xa2\x02\x06\x22\x28\x61\x53\x62\x01\x12\xa2\x80\x4a\x88\x20\x48\x49\x33\xf3\xf6\x74\x37\x4c\x30\x0c\xc3\x0c\xdd\xdd\xdd\x25\xa2\x52\x2a\x26\x62\x77\xf7\x59\xdf\xfd\xdb\x6b\xed\xb3\xd7\x39\xfb\xfa\xe7\xfd\xbc\xd7\x73\xad\x75\xdf\xcf\x73\xe1\x74\xb4\xdb\xad\x4f\x9f\x3e\x35\x5d\x07\x87\x8b\x8c\x8a\x89\xb2\x75\xf4\x3c\x79\xca\xcf\x5f\x6f\xce\x28\x6e\x3a\x6e\x1e\x4e\x1b\xb7\x1b\xb7\xda\xef\x52\x74\xe4\x7f\x19\xdc\xff\x53\x5f\x47\x70\xd3\xfe\xfb\xde\xda\xe9\x7f\xdc\xd6\xf6\xff\x9d\xfb\xff\x2b\xad\x80\xcb\xd1\x97\x70\xb8\x69\xcb\x70\x38\x9c\xe5\xa5\xc8\xa8\x18\x1c\x6e\xda\x7f\xb3\x7c\xe3\x63\x22\xff\xe3\x7c\x1c\x0e\xb7\xcc\xff\xea\xff\xe2\xe6\xff\xd8\xda\xd4\xc6\x04\x87\x9b\x76\x1b\x37\xed\xf2\x79\x6b\x53\x9b\xdd\xb8\x69\x41\x26\xff\x9b\x4d\x71\xd3\xfb\x59\xff\xb1\x8d\xa9\xb5\x09\x6e\xe6\xee\xe7\xb8\x99\xd7\x4e\xd8\x98\x5a\xef\xc6\xcd\x55\xef\xf9\xdf\x6c\x8a\x5b\xb8\x0c\xc1\xe1\xb2\x7a\x83\xfc\xc2\x62\x70\x0b\xeb\x4f\xe1\xa6\xad\x99\x19\xe3\x17\x15\x84\x5b\x34\x7a\x1a\x37\xcd\x32\xea\x7f\xf6\xf9\x5f\xd2\x3b\xee\xe6\xac\x67\x1b\xe1\x17\x73\x39\x40\x2f\xce\x54\xcf\xcc\xc4\x64\x8b\x9e\xa1\xbf\x5f\xf4\x71\x5b\xdb\x88\xd0\x88\x28\xa3\xff\xaf\x6b\x4c\xc3\xc5\x5c\x4e\x88\xf9\x8f\xfe\xcf\xb9\xde\x7f\xcf\x19\x7c\xe9\xaa\x5e\xdc\x6e\x63\x53\xbd\x9d\x7a\xb6\x11\x91\x89\x51\xc1\x41\x57\x62\xf4\x0c\x2f\x19\xe9\x99\x9a\x98\x98\xef\x34\x35\x31\xb1\xd0\xfb\x9f\xb0\x5b\x44\x68\x6c\x4c\x70\x44\x78\xf4\x0e\x3d\xeb\xd0\x50\x3d\xd7\xff\x82\xd1\x7a\xae\x97\xa3\x2f\x47\xc5\x5d\x0e\x30\xc6\x9d\xf3\xf4\xd2\xfb\x9f\x59\x63\x76\x38\xdc\x43\x47\x1c\xae\xf1\xce\xff\xf1\x66\x9c\xc0\xe1\x66\x5c\xc3\xe1\xa6\xb7\x86\x05\xc6\x98\xfe\xe7\xcc\x9c\xb1\x00\xf7\x3f\xbd\xfc\x5f\x6b\xfe\xff\xfc\x4f\xfb\x5f\xe6\xb4\x6f\x33\xde\xce\x9a\x9a\x73\x7f\xde\xc8\x82\x5b\x0b\xc7\xb5\x9f\x2e\xfe\xb0\xf4\xcf\x8a\x79\xab\x96\xea\xae\x5b\x6b\xb4\xde\x54\xcf\x6a\xd3\xc1\xcd\x87\xb7\x1e\x31\x3c\xbc\xed\xd0\x8e\x83\xc6\xfb\x4c\x2c\x4d\xf7\x9a\x95\xee\x29\xde\x5b\x60\x9e\x67\x91\x63\x99\x65\x95\xb1\x4f\xb3\x5f\x7d\x20\xfd\x60\xfa\xa1\xf4\xc3\xe9\x47\xd4\xd6\x19\x36\x59\xb6\x39\x76\xf9\xf6\x45\x47\xcb\x1c\xaa\x8e\xd5\x1d\x6f\x3e\xd1\x7e\xb2\xfb\xd4\x80\x63\xaf\x53\x97\x73\xc7\xe9\x56\x97\x26\xd7\x7a\xb7\x1a\xf7\xca\x33\xa5\x1e\x45\x67\xf3\xce\x65\x79\xaa\xbd\x94\xde\x29\xe7\x65\x17\xa4\x17\xe5\x3e\x4a\xdf\x0c\xbf\x02\xff\xaa\x4b\x6d\x01\x37\x2e\xdf\x0f\x9c\x0c\x7a\x7c\xe5\x61\xf0\x83\x90\xfb\x57\x27\x42\x27\xc2\xee\x87\xdf\x8f\x78\x10\xf9\xf0\xda\xa3\xa8\x27\xd1\x4f\x63\xa6\x62\x9f\xc7\xbd\x8c\x7f\x9d\xf0\x36\xf1\x03\xfe\x13\xe1\x0b\xf0\x1d\xfc\x09\xfd\x41\x70\x48\x0e\xea\x8a\xfe\xc6\x32\x88\x4e\xc4\xef\x24\x15\xf9\x24\xf9\x33\x25\x95\x7a\x8c\xfa\x81\x26\xa7\xdb\xd3\xdf\x31\x24\x4c\x1b\xe6\x6b\x56\x32\xdb\x9a\xfd\x8a\x93\xc4\x3d\xc2\x7d\xc5\x4b\xe2\xdb\xf0\xdf\x08\xa4\x42\x7b\xe1\x47\x91\x52\xec\x28\xfe\x95\x94\x9b\xec\x25\x99\x2f\xa9\x93\x86\xc9\x56\xca\x5a\xe4\x21\x29\xcb\x52\x1a\x15\xc1\xa9\xcb\x52\x9b\x94\x57\xd3\x56\xa4\xb5\xaa\xc2\xd3\x75\xd3\x3b\xd4\xd7\x34\xeb\x34\x3d\x19\xb1\x99\x1b\x33\x07\xb2\x12\xb3\xb7\x64\x0f\xe5\x80\xb9\x46\xb9\xc3\x79\x68\xfe\xce\xfc\xb1\x02\x52\xa1\x49\xe1\xdd\x22\x4a\xb1\x69\xf1\x44\x09\xad\xd4\xac\x74\xa2\x8c\x51\xbe\xaf\xfc\x45\x85\xa4\xf2\x68\xe5\xe7\x2a\x55\xb5\x53\xf5\xcf\x9a\xcc\x5a\xd7\xda\xbf\x75\xb9\xf5\xe7\x1a\x66\x37\x54\x34\x06\x34\x2d\x6d\x6a\x6d\xbe\xd6\xb2\xa1\xe5\x7a\x2b\xd0\x66\xd4\x36\xda\x4e\xec\xd8\xd5\x71\xa7\x93\xd4\xb5\xb3\x6b\xb8\x1b\xec\xd1\xef\xe9\xe9\x0d\xeb\xd3\xe9\x2b\xeb\x77\x1f\x30\xb8\xce\x1f\xfc\x31\xe4\x73\xb3\xf5\xf6\xa6\x61\x64\xe4\xde\x98\xf9\x38\xfb\xce\xe3\x7b\x7b\x27\xa8\xf7\x47\x1e\xea\x3f\x8a\x78\x5c\x33\x39\xed\xe9\xf1\x29\xc1\xb3\x6f\x2f\xbc\x5e\xd6\xbf\x5e\xfb\x86\xf0\x76\xf4\xbd\xe9\x07\xc6\xc7\x47\x9f\xf7\x7c\xa1\x7c\x1d\xfe\xbe\xe9\x47\xc4\xcf\x86\xdf\x0b\xff\x5c\xf8\x5b\xf8\xef\x1f\x0e\x37\xed\xc7\x8c\x0f\xb3\x5e\xcd\x99\x9c\xf7\x70\xc1\x83\x85\xcf\xb5\x3f\x2e\xfe\xb9\x6c\xc6\x8a\x05\xab\x96\xea\xae\x59\xbb\x79\xfd\x0e\x3d\xd3\x4d\xe6\x9b\x2d\xb7\x5a\x1a\x5a\x6c\xdb\xbb\xc3\xcc\xd8\xd4\xc4\xd4\xd4\xd4\xac\x64\x4f\xd1\xde\x7c\xf3\x5c\x8b\x6c\xcb\x4c\x2b\xcd\x3e\xf5\x7e\xd5\x81\xb4\x83\xa9\x87\x14\x87\x53\x8e\xc8\xad\x65\x36\x52\x5b\xa9\x9d\xcc\x3e\xe5\xa8\xd2\x21\xfd\x58\xf6\xf1\xc2\x13\x55\x27\x5b\x4e\x0d\x38\x76\x3b\x75\x38\xb7\x9d\x6e\x73\x69\x73\x6d\x77\xeb\x74\xef\x3e\xd3\xe7\x71\xfd\xec\x8d\x73\xb7\x3c\x6f\x7b\x0d\x7b\x8f\x9c\x1f\xb9\x30\x72\x71\xc4\x67\xc4\x77\xd4\x6f\xcc\xff\xce\xa5\x89\x80\x87\x97\x27\x03\x1f\x07\xdd\xbd\x32\x1c\x3c\x18\xd2\x7b\xb5\x23\xb4\x25\xac\x31\xbc\x2e\xa2\x3a\xb2\xea\x5a\x65\x54\x65\x74\x65\x4c\x55\x6c\x4d\x5c\x7d\x7c\x73\x42\x47\x62\x2f\xfe\x06\x61\x0c\x78\x08\xbe\x80\x3e\x21\x38\x44\x8d\x3a\xa0\xaf\x31\x01\xd1\x92\xf8\x80\x44\x25\x1b\x93\x47\x29\x08\xd5\x88\x7a\x8b\x06\xd2\x0d\xe9\xb7\x18\x30\x73\x1b\x73\x94\x45\x64\x9b\xb0\x27\x38\x0c\xae\x05\xf7\x29\x4f\xc8\xb7\xe6\xbf\x15\xa4\x08\x4f\x08\xbf\x8b\x32\xc5\xee\x49\xd3\x93\x4a\x92\x7d\x24\x8b\x24\x0d\xd2\x30\xd9\x0a\x59\xa3\x3c\x30\x45\x3b\xa5\x5a\xe1\x9f\xaa\x95\x5a\xa5\xf4\x4f\x5b\x98\x56\xad\x0a\x48\xd7\x4e\xaf\x53\x07\x69\x96\x68\x1a\x33\x42\x32\x57\x64\xb6\x66\x85\x67\xeb\x66\x77\xe6\x44\xe5\xae\xcf\xed\xcd\x8b\xcb\xdf\x94\x3f\x58\x40\x28\x34\x28\xbc\x55\x04\x17\x6f\x2f\x1e\x2b\x21\x95\x9a\x94\xde\x2b\xa3\x95\x9b\x96\xdf\xab\xa0\x54\x9a\x54\xde\xa9\x22\x57\x9b\x54\xdf\xab\xa1\xd5\xee\xad\x7d\x52\x27\xa8\xb7\xa9\xff\xd8\x90\xde\xe8\xda\x34\xa3\xa9\xac\x39\xa0\x65\x59\x4b\x7b\x6b\x74\xdb\xa6\xb6\xa1\x76\xb8\x63\x47\xc7\x78\x27\xa9\x6b\x57\xd7\x58\x37\xda\x63\xd8\x73\xbd\x37\xaa\x6f\x79\x5f\x65\xbf\xc7\xc0\xf6\xeb\xaa\x1b\x4b\x87\xd0\x9b\xaf\x6e\xbb\x0c\x97\x8d\x2e\x1e\x0b\x1d\x6f\xbb\xbb\xe2\x5e\xd0\x44\xf9\xfd\x7f\x0f\x1d\x1e\xb1\x1e\x0f\x4e\x2e\x7e\x7a\x7a\x4a\xf8\xec\xd7\x0b\xff\x97\x9d\xaf\x0d\xdf\xd0\xde\x4e\xbd\xb7\xfe\x20\xfb\xf8\xee\xb3\xf5\x17\xde\xd7\x89\xef\x86\x3f\xa2\x7e\x36\xfd\x5e\xf8\xe7\xfc\xdf\x82\xff\xfa\x9f\x3e\x67\xe6\xa2\xd9\xcb\xe7\xae\x99\xbf\x41\x6b\xfd\xa2\xb5\x3a\xab\x97\xe8\x2e\x5b\xb3\x62\xcd\xaa\x35\xba\xcb\xd7\xfc\x5b\xf7\x6a\xc3\xdd\x8d\x43\xfa\xd7\xb7\xdc\x32\x98\x30\x7a\xb1\xfd\xbb\xf1\x3c\x93\xd5\xa6\xdb\xcc\xca\xf6\x94\xee\x2d\x35\x2f\xb1\x28\xb1\x2c\xb6\x2a\xda\x57\xb0\x3f\xff\x40\xee\xc1\xec\x43\x99\x87\x35\x47\x54\xd6\xa9\x36\x72\x5b\xa9\x9d\xc4\x3e\xf9\xa8\xc4\x41\x7e\x2c\xed\x78\xd6\x89\x92\x93\x0d\xa7\x06\x1c\x5b\x9d\xea\x9c\x2b\x4e\x97\xba\x14\xbb\x16\xbb\x15\xbb\x97\x9e\xa9\xf0\xa8\x3e\x5b\x77\xae\xc9\xb3\xd5\xab\xc3\xbb\xeb\x7c\xcf\x85\xbe\x8b\x03\x3e\x83\xbe\x43\x7e\xb7\xfd\x47\x2f\xdd\x0d\x78\x70\x79\x32\xf0\x49\xd0\xfd\x2b\x63\xc1\xb7\x43\x06\xaf\xf6\x87\x76\x87\x75\x84\xb7\x45\xb4\x44\x36\x5f\x6b\x8a\x6a\x8a\x6e\x8e\x69\x89\x6d\x8b\xeb\x88\xef\x4e\xe8\x4f\x1c\xc2\x8f\x12\x26\x80\x49\xf0\x35\xf4\xe5\xff\xea\xff\x3e\x89\x4c\xde\x49\x1e\xa6\x80\xd4\xad\xd4\x41\x5a\x22\x5d\x9f\x3e\xc0\x48\x60\xea\x33\xaf\xb3\xf0\xec\xad\xec\x9b\x1c\x88\xbb\x9d\x3b\xc6\x23\xf3\xcd\xf8\x0f\x05\x1c\xe1\x01\xe1\x4b\x91\x54\x7c\x4c\xfc\x2d\x29\x2b\xf9\xac\x64\xae\xa4\x56\x1a\x2a\x5b\x2a\xab\x96\x5f\x48\x99\x99\x92\xa7\x70\x57\xfc\x49\xcd\x52\xba\x2a\xff\xa4\xe5\xa8\xdc\xd3\x71\xe9\x05\x6a\x4f\xcd\x6c\x4d\x69\x86\x4f\xa6\x56\x66\x4d\xd6\xe5\xec\x25\xd9\x4d\x39\xa1\xb9\xab\x73\x3b\xf3\xa2\xf3\xf5\xf2\x07\x0a\xf0\x85\x5b\x0b\x6f\x15\x21\xc5\x3b\x8a\xc7\x4a\xc8\xa5\xbb\x4b\x27\xca\xe8\xe5\xe6\xe5\x4f\x2a\xb8\x95\xfb\x2b\x9f\x55\xf1\xab\x0f\x54\x4f\xd5\xf0\x6a\xf7\xd7\x4e\xd5\x09\xea\x0f\xd7\xbf\x6e\x90\x37\x9e\x68\xfc\xd1\x94\xdd\x7c\xb6\x65\x4e\x4b\x65\x6b\x40\xdb\xd2\xb6\x96\xf6\xf0\x8e\x35\x1d\xdd\x9d\xd1\x5d\xeb\xbb\xba\xbb\xaf\xf5\xac\xee\x69\xee\x0d\xea\xd3\xea\x2b\xee\x77\x1b\x30\xb8\xce\x19\xfc\x34\xe4\x71\xb3\xf2\xf6\xb2\xe1\xc8\x91\xde\xb1\x4d\xe3\x09\x77\x06\xee\xe9\x4d\x44\xdd\x6f\x7d\xb8\xf8\x91\xef\xe3\x82\x27\x3f\x9e\xda\x4d\xf1\x9f\xbd\x7d\x71\xe2\x65\xc6\xab\x7f\x6f\x3c\xdf\x96\xbe\x9f\xff\xc1\xef\x63\xd5\xe7\x85\x5f\xfc\xbe\x56\x7c\x9f\xfb\xc3\xfb\x67\xe1\xef\xe9\x7f\x3c\xfe\xe6\xfe\xd7\x3f\xee\xf3\xb4\xe7\xd3\xef\xcd\x18\x9a\xd9\x3b\xab\x7b\xf6\xc0\x9c\x5b\x73\x87\xe7\x8d\xce\x1f\x5b\x70\x47\xeb\xde\xc2\xfb\x8b\x1e\x6b\x4f\xe9\xbc\x5a\xfc\x7e\xc9\xe7\xa5\x3f\x96\xfd\x5b\x31\x73\xe5\xfc\x55\x3a\xab\x57\xe8\xea\xae\xd1\x5d\xab\xbb\x4e\x77\xfd\x9a\x0d\x6b\xf4\xd6\x6c\x5c\xb3\x69\x8d\xbe\xee\x66\xdd\x2d\xab\xb7\xae\x32\x58\x69\xb8\xdc\x68\xe9\xb6\x25\xdb\x17\xef\xd0\xd9\xb9\xd8\x78\xe9\xae\x15\x26\xba\xbb\xf5\x4c\x8d\xcc\xcc\xf6\xec\xd8\xbb\xd5\x5c\xdf\x62\xa3\xe5\x46\xab\x8d\xfb\xf4\xf7\x6f\x39\x60\x78\x70\xfb\xa1\x5d\x87\x4d\x8f\x98\x5b\x5b\xd9\xec\xb7\x3d\x64\x77\xc4\xde\xfa\xa8\xad\x83\xdd\xb1\xa3\xc7\x1d\x4e\x1c\x3f\x79\xe2\xd4\x29\xc7\x13\x4e\xf6\xce\x47\x4e\xef\x77\xb1\x70\x35\x73\xdb\xe5\xbe\xe3\x8c\x91\x87\xc1\xd9\x2d\xe7\x36\x7b\x6e\xf6\xda\xec\xbd\xf9\xfc\xd6\x0b\x86\x17\xb7\xfb\xec\xf2\xdd\xe3\xb7\xcf\xff\xc8\xa5\x63\x01\x2e\x97\xbd\x02\x03\x83\x2e\x5c\xf1\x08\x76\x0e\x39\x71\xf5\x68\xa8\x6d\x98\x4d\xb8\x75\x84\x75\xa4\xf5\x35\xdb\x28\xfb\xe8\x63\x31\x27\x63\x9d\xe3\xdc\xe2\xcf\x25\x5c\x48\xf4\xc7\x07\x11\x42\x81\x6b\x60\x2c\x84\x87\x21\x04\x44\x13\xb0\x28\x62\x18\x29\x88\xec\x47\x39\x4f\xf5\xa0\xb9\xd0\x1d\x19\xc7\x99\x47\x59\x76\x6c\x5b\x8e\x2d\xd7\x8e\x77\x94\x7f\x5c\xe0\x24\x74\x17\x79\x8b\x03\x92\x22\x92\x09\x12\x86\x54\x2a\xe3\xc8\x49\x29\x80\x22\x26\x35\x42\x19\x92\x16\xa8\x0a\x48\xf7\x57\xfb\x6b\xfc\x33\x02\x32\x03\xb3\x82\xb3\x43\x73\xae\xe5\xc6\xe6\x11\xf2\xd1\x02\x5a\x21\xb7\x28\xa9\x38\xb5\x24\xb3\xb4\xb0\xac\xb4\xbc\xb4\xa2\xa4\xb2\xb8\xaa\xa8\xba\xb0\xa6\xa0\x36\xbf\x2e\xaf\x3e\xa7\x21\xab\x31\xa3\x49\xdd\xac\x6a\x51\xb6\x2a\xda\x52\xda\xe5\x1d\x29\x9d\xa9\x5d\xaa\xee\xcc\x9e\xfc\xde\xf2\xbe\xa6\xfe\xfe\x81\xe6\xeb\x95\x83\x85\x37\x72\x86\x32\x6e\xaa\x6f\xa5\xdf\x4e\x1f\x56\x8f\x64\x8c\x66\x8f\xe5\x8d\x17\xdc\x29\xbe\x5b\x7a\xaf\x62\xa2\xfa\x7e\xdd\x83\xc6\x87\xad\x8f\xba\x1e\xf7\x3f\xb9\x39\x39\xfe\xf4\xd1\xd4\xc3\x67\x63\xcf\x07\x5f\x74\xbf\x6c\x7d\x55\xff\xba\xea\x4d\xd9\xdb\xe2\x77\x05\xef\xf3\x3f\xe4\x7d\xcc\xff\x54\xf8\xb9\xe4\x4b\xe5\xd7\xfa\x6f\xed\xdf\x07\x7e\x8c\xfe\x7c\xf4\xeb\xc5\xef\xf7\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x08\x0e\xfe\xfd\xae\x13\xc1\x21\x73\xef\xff\x46\x70\xc8\x8a\xfe\x4c\x04\x87\x6c\xa9\xc9\x40\xa6\x21\xa6\x9a\x4c\x64\x1a\x62\xcb\x69\x45\xa6\x21\xae\xb1\x7d\xc8\x34\xe4\xb2\xb7\x3b\x32\x0d\x21\x1c\xd8\x86\x4c\x47\xa4\x4b\x6e\x23\x5b\x11\xc5\x3f\x63\x18\x4f\x5a\xff\xf6\x0e\x1c\x45\xcc\xbb\xaf\x05\xc7\x12\xcf\xf4\x0d\xc3\x18\xf6\xa3\xba\x17\xf6\xc1\x76\xaa\x7f\xc3\x19\x18\x89\x33\x07\x2e\xc5\x5c\x62\x6d\xe0\x76\x4c\xdb\x4b\x05\xdf\x41\x47\xf6\x8b\xe0\x57\xa8\x78\xc9\x41\x44\x0f\xb5\xff\x7b\x18\x9e\x43\x8b\x7b\x33\x09\x4f\xa3\x8a\x26\x56\x43\xaf\x28\x8d\x7d\xf3\xa1\x5f\xe4\x3b\x55\xaf\x60\x2d\xf2\x06\xb5\x0b\x6c\x43\x7a\xcf\x76\x86\xcf\x91\x12\x62\x8a\x60\x90\xf8\xcc\x6b\x11\xac\x21\x7a\xec\x5f\x06\xb7\x62\x6d\x8b\xdb\xe1\xbf\xd8\xd2\xdf\xde\x50\x10\xff\xe4\x6b\x1c\xe4\xca\xed\xbe\x6b\x07\xb9\x70\xb6\xf4\x1c\x85\xce\xb2\x32\x2a\x0f\x41\x97\x99\xd6\xaa\x2f\x10\x9e\xb1\x89\xf9\x03\x92\xd3\xe7\x44\x6b\xa0\x09\xea\xf8\xb9\xef\xf0\x1a\x4a\xf2\xbe\xfd\xb0\x03\xd9\x7d\xf1\x36\x38\x91\xf8\xe0\xa7\x06\x8c\x93\x6f\x7f\xe9\x02\x46\x4a\x3a\xc6\xbd\xc1\xc8\xa4\xb0\xae\x20\x90\x20\xb2\x2c\x8f\x02\x93\x04\xba\x69\x4e\x60\x39\x6f\x27\x03\x01\x9f\x70\x0e\x45\x11\xa0\xdd\xac\x43\xe7\x70\x10\xc4\x30\xb3\x62\x42\x85\xb4\xfd\x3a\x0f\xa1\x56\x72\xcb\x77\x2e\x50\x96\x81\x3e\x37\x06\x4a\xd3\x13\x47\xa3\x81\x52\x65\x50\x07\x03\x68\x4d\x89\x2e\xcd\x01\x86\xa5\xbc\xd4\x6c\x70\x4e\x52\x3b\x7d\x11\x68\x21\x7c\x7f\xcd\x13\x64\xf1\x17\x9d\x5d\x05\x3e\xe6\x6c\xb7\xfc\x04\x69\x33\x13\x74\x9a\xc0\x7f\x54\xf5\xd7\xd9\x80\x69\xa5\xdd\xd3\x51\xc0\xa0\x54\xff\xf6\x2b\x60\x65\xc1\x9f\xb6\x25\xc0\x8a\x9c\x9b\xc5\x27\x81\xed\x19\x39\x29\x78\xe0\xa4\x8a\x44\x5d\x0f\x60\x0a\xdb\x88\x3a\x60\x48\xf2\xe6\xcc\x43\x50\x4f\xa4\xb4\xb4\x04\x1d\x78\x77\x74\x8a\xc1\x85\x0c\x87\x4f\xb9\x80\x41\x77\xdb\x13\x47\x00\xd7\x76\xec\x26\x8d\xf0\xa0\xe1\x47\x73\x15\xe1\x7a\x35\xab\x70\x16\xe1\x7a\x99\x96\xcc\x9b\xf0\xaa\x20\x9e\x6c\x05\xac\xcb\xaa\x08\xd7\x07\x7c\x54\x23\xee\xf9\x40\x46\xca\x12\x0b\x00\xe8\x48\x0e\xd2\x91\x02\xf1\xac\x8e\x0f\x04\xe0\xd4\x5d\xe3\x47\xf6\x80\xe1\xed\x1b\x37\xfc\x08\x3f\xae\x9f\x6e\x94\x11\xc6\xba\x2a\xf3\xfe\x10\x7a\x9b\xdf\x4a\xe2\x09\x63\xb5\x3a\x44\x16\xe1\x5f\xe9\xa7\xd0\x52\x60\x45\x5e\x88\x5b\x37\x70\x44\x13\x60\xfe\x11\x08\x54\xdc\xd3\x91\x01\x4b\x38\xe3\xef\x3b\x80\xab\x4f\x6a\x1e\x5e\x06\x0e\x4c\xac\x19\x64\x02\x73\x46\x1c\x1a\x9a\x09\xf7\x06\x37\xe5\x6d\x23\x74\x74\xb5\x25\x97\x11\x7a\x9b\x1d\xb1\x87\x84\x17\xd5\xbc\xd0\xa5\x84\x77\xc5\x66\x6e\x04\x60\x66\xb6\xdc\x7c\x04\x30\x4c\x3b\xa2\xd3\x49\xe8\xe5\x32\xde\xaf\x00\x04\xaf\x46\x1f\x14\x00\x8e\x93\x05\xd7\x5f\x01\x33\x26\x12\x1a\xf4\x08\x03\xc3\x0f\x72\xf9\x84\xdc\x81\x3f\xc9\x06\x04\x4d\x27\x0e\xbb\x4a\xa8\x6d\x28\xbe\x2a\x21\x94\x94\x43\x6e\x7e\x84\xbc\x7c\x0b\xf3\xa7\x84\x7e\xd5\xf0\x62\x73\x82\x0b\x77\xe0\xe7\x09\xe2\x19\xa8\xf7\x65\x28\xf6\x12\xba\x75\x67\x21\xc6\x84\xbe\x74\x9b\x63\xd6\xf0\xa2\x8a\x30\xf4\x39\xa4\x54\x19\xa0\x95\x30\xc6\x4c\x43\x23\xe1\xe6\x68\x77\xd4\x00\xfe\xea\x69\x81\x4c\x20\x56\xfb\x72\x91\x34\x04\x59\xfc\x03\x21\x23\x05\x3f\x02\xb1\x66\xe2\xea\x17\x64\xec\x3c\x96\x3b\xbe\x05\x9b\x8e\x9d\xeb\x0a\x40\xdb\xb1\x45\xe5\x19\x28\x80\xd2\xd3\x12\x51\x2f\xf4\x1e\xe3\x0d\xaa\x87\xf6\x47\xd5\x20\xaf\xd0\xdc\x73\xe9\x48\x0d\xca\xd9\x67\x84\x50\xd1\x84\xc5\xb1\x08\x09\x3d\xf6\x9d\x80\x1d\xa1\x06\x3f\x4f\x41\x1f\x52\x34\x63\xfb\x50\x80\x3c\xd5\xc9\x45\x5d\xc8\xcb\xca\xee\xa2\x6b\x48\x80\xb2\x1f\xf9\x4e\x72\x65\x1c\x46\x7a\x89\xef\xa2\x0c\x91\x6c\x22\x7a\xf6\x2f\x42\x26\x6a\x59\x15\x22\x3e\x98\x72\xf1\x52\xe4\x22\xb6\xe8\x6b\x15\x1a\xcb\xb3\x9a\x1a\x47\x97\x73\x6e\x8f\x20\x48\x0f\xfb\x78\xfb\x53\x84\xcb\x7c\x5a\xea\x8c\xf8\x31\xc4\xa9\x71\x88\x09\x9d\x43\xfb\x81\x68\xd3\xe8\xd7\xb6\x23\xf3\xa8\x21\x67\x67\xc2\x7f\x28\x0e\x96\x4f\xe1\xe7\x64\x33\x1d\x1e\x3c\x42\x1c\xf9\xfc\x09\x19\x94\xd6\x3c\xdd\x84\x04\x26\xf3\x6e\x2b\x91\x25\xe2\x4b\x6d\x8b\xe1\xbb\xc2\xe3\xc5\x44\xb8\x98\x7f\x2c\x65\x18\x26\x73\x13\xa8\x34\x38\x80\x9d\x13\x39\x1f\x0e\x60\xb6\x7b\xe8\xc2\x97\xe9\x0f\x2c\x6d\x61\x67\xda\x3a\x1d\x77\x78\x0b\xb9\xf1\xe3\x2f\x64\x95\xfa\xc7\x93\x95\x70\x9b\x6a\xc3\xcd\x16\x98\x90\xba\xad\x65\x1f\x7c\x44\x7e\xb6\xb0\x12\xd6\x95\x08\xe5\xe6\xd0\x73\xf1\x1b\xca\x3a\xa8\x53\x78\x38\xfc\x2d\xd4\xc5\x23\x9d\x39\x04\xf5\xb2\xfb\x2d\xea\xa0\x22\xa6\xb3\xce\x31\xc8\x9b\x2a\x7a\x0f\xc3\xf8\xf2\xab\x0f\xeb\xe0\xed\xc5\xf1\x37\x0e\x40\x13\xf9\xc4\xc6\x3e\x88\x93\x4d\xc8\x0f\x83\xdc\x34\xb1\xd2\xa5\xd0\xb6\x34\x90\x64\x01\x2d\x49\x09\x09\xf3\x86\xb4\x25\x47\xdd\x97\x42\xf3\x45\xc6\x16\x4b\xc1\x47\xbc\x1c\x9d\x93\xa0\x3f\x63\xdb\x5b\x6d\x98\xda\x99\x72\x7f\x37\x3c\xb3\xc5\x75\x60\x0c\x4a\xad\xdf\x5f\x1f\x0b\xed\xab\xfc\x98\x6b\x06\x3e\x2b\x91\x26\xfd\x03\x9b\xf2\x2d\x30\x2f\x30\x37\xb3\xe0\xea\x00\x98\xa2\x9a\xe7\xfa\x12\xe4\xca\x69\xe6\xfe\xe0\xf9\xe4\xcd\x3a\xb6\x40\x07\x4b\xfa\xea\x25\x5c\x38\x26\xb8\x67\x0c\xef\xb8\x09\xf6\xb5\x42\x85\xfd\xb6\xb5\x01\xd0\xfe\x8e\xf1\xec\xbd\xe0\xfd\x26\x7b\xf1\x66\x30\xb3\x3a\x15\x29\x07\xc9\x25\x0d\x21\xc1\xa0\x5b\x2e\xc9\x75\x06\xb8\x53\x5d\xbf\xf7\x21\xf0\x53\xe1\xaf\xe3\x0c\x78\x73\x54\xaf\x4c\xe1\xce\x47\x1b\xef\x9e\x83\xad\xef\x94\xf5\xbe\x84\xaa\x6f\xeb\xd4\xb0\xa0\xfd\x03\x9b\xb3\xfc\xc1\xf1\x4e\x9c\xc8\x1f\x4c\x6a\xec\x44\x16\x80\x11\x55\x0e\xc1\xb7\x40\xa3\x22\x5b\x97\x06\xe0\x7d\xd6\xeb\xbd\xf5\x40\x8b\xb2\x46\x07\x04\x16\x73\x9d\x5e\x2a\xe0\x7b\xcf\x7f\xde\xa9\x84\x8f\x3d\xd6\xef\x75\x84\x4a\xee\x6e\xac\x7e\x0b\x6d\xbf\xd5\x93\xd9\x07\xd6\xf6\x6f\x13\x8e\x80\x61\xed\x57\x60\x31\xb8\xaf\xde\x33\xd8\x0f\x78\x59\xc6\x76\x49\x06\x52\xf2\xa2\xf7\x76\x00\x81\x2a\x7b\x9d\xe7\x04\x11\x97\xff\xd9\x93\xd2\x0c\x76\x4f\x3e\x20\xff\x03\xa7\x6e\xdf\x23\xdb\x81\xe3\x6d\x34\x52\x3e\x78\xaf\x44\x8f\xb4\x11\x9a\xa6\xb8\x44\xd4\x40\xf5\x34\x2b\xa2\x2e\xbc\x25\x92\x89\x31\x60\x92\xc7\x6b\xf4\x0f\x3c\x65\xf9\x01\x85\x11\x07\x9d\x76\xf4\x14\x22\xfd\x14\x4d\xd1\xc7\xe6\x3c\xf9\x4d\x0e\x43\xab\x6f\xfd\x25\x35\xa0\x7e\xad\xd5\xa4\x7d\xe8\xec\xe2\x8b\xc4\x1a\x64\x22\xa5\x9c\x78\x12\xd5\xa3\x72\xb1\xeb\xa8\x71\xc4\x07\xcc\x0d\xdd\xeb\x61\x8f\xde\x45\x2d\x2d\xa3\xd1\x50\xf4\xa8\x8e\x07\x7a\x14\xdd\xf6\x91\x46\xa6\x53\x22\x9e\x6c\x22\xdd\x27\xd7\xdd\x5a\x43\xda\x47\x5e\xd6\xf2\x88\xd8\x41\x3a\x53\x24\x27\xba\x11\x07\x52\x56\x62\x4f\x89\x4c\xca\x0b\x2c\x81\xe8\x1b\x11\x80\x2d\x26\x2e\x3c\x53\x84\xe6\x62\x65\x96\xd3\xd0\xa3\x58\x98\xf6\x6f\x74\x33\xfa\xee\xfd\x08\x29\x87\x6b\xfc\x28\x8a\x34\x8b\x3d\x35\x44\x20\x46\xb1\x22\x9b\x3d\xb0\x9f\xcc\x75\x85\xeb\x30\x21\xfd\xa9\xac\x16\xdb\x42\xfb\x40\x2e\x43\x9b\x68\x33\xc2\x43\xd0\x18\xca\x0f\xf7\x5e\x74\x33\xf9\x85\xc5\x51\xe4\x06\x79\xba\x36\x1f\x51\x11\xcb\xde\xcd\x21\xb9\x48\x4e\x3f\xa8\x20\xd2\x92\x7c\x07\x35\xd8\xa4\xc8\xbb\x91\x82\x5d\x14\x9c\xcf\x3f\x8f\xbe\xe1\xc5\x4b\xd7\xa3\x24\x4e\x13\xe9\x38\xba\x85\xbd\x20\xec\x34\x32\xce\xb4\x71\x7b\x83\xf0\xe8\x80\x79\x09\x62\x45\x7d\xa5\x7d\x05\x7e\x4e\xe6\xbd\xd9\x4a\x2c\x4f\x8f\x9a\x68\xc0\xfe\x2a\x7b\x06\xae\x63\xf1\x29\x6f\xea\x2b\xd1\x31\xd9\xbe\xdc\x14\xf4\x62\xb2\x38\x99\x82\x7c\x16\xeb\x60\x4f\x11\x91\x80\x12\xba\x1f\xb1\xe3\xbe\x73\x5b\x03\x7f\x65\xfb\x99\x9b\xc2\x12\xa6\xae\x76\x28\xbc\x96\x7a\xf1\x65\x13\xf6\xa4\x94\x79\x37\x00\xf3\x2c\xec\xed\x73\x44\x6f\xe7\xcd\xa9\x3d\x85\x1a\x66\x6d\xca\x76\x43\x54\xea\x43\xe2\xab\x88\x95\x32\x02\x9d\x0b\x3f\x90\xd3\x43\xca\x60\x46\xb2\xc8\xe5\x37\x6c\x29\x2c\xdd\x2b\x82\xfa\x79\x91\xda\x20\xa4\x47\x7f\xf6\x7c\x3f\x71\x71\x7b\xcc\xd8\x18\x66\xde\x74\xae\xfb\x19\x2a\xa8\x8d\xab\xfa\x82\xdc\xae\x70\xc9\x5c\x8b\xec\x2f\xde\x20\xf4\x86\x6f\xe4\xbe\x87\x4d\xe1\xb8\x8c\x94\xe0\x1d\xb0\x6e\xda\xde\xd3\xe3\x50\x83\xec\xfb\x9e\x77\x90\x5d\xd2\x63\x6d\x0c\x04\x58\x47\xa7\x36\x13\xad\x86\x3f\x8d\x4c\x60\xfe\x37\x36\x74\xde\x43\x85\xbd\xdb\x2a\x3e\x20\xd7\xdb\x3e\x6b\x0c\x90\x1d\x0d\x42\x3e\x0d\x2e\xa9\xda\x02\x0a\xe1\x13\xc5\x58\xd0\x20\x74\x23\x47\xe4\xfc\x01\xf2\x51\xaf\xdc\x13\x04\x4e\xa6\x3c\xd6\xe6\x82\x0b\x38\x87\x9f\x5e\x26\x3a\xdd\x47\x47\x96\x61\xd1\x63\x87\x3a\xe7\xa3\x8a\xa1\xa1\x8a\x75\xc8\x40\xdf\x66\xf5\x39\x44\xbf\xdd\x8a\xd7\x0d\x2b\x1b\x2c\x81\x57\xf0\xae\x8a\x5f\x41\x47\xa0\xac\x42\x17\xe7\x0c\x68\x4b\x96\xcd\x1e\x1b\x30\x57\xb9\x59\xbb\x11\x68\xe1\xbc\x9c\xbc\x4f\xf4\x9a\x32\x1c\x26\x62\x01\x0f\x64\x1d\xe1\xa8\x68\xac\xb9\x1c\x40\x1a\x87\x8a\xd2\x9b\x90\xd9\xbd\xce\xbc\x43\x70\x6c\x6b\x3f\x10\x0f\xfd\xaa\x9b\x16\xf8\x00\xba\x5c\xaa\x72\x06\xc0\x5b\xb9\xd5\x7b\x4e\x80\xce\x69\x6a\x9d\x2d\x80\x1d\x77\xc7\x73\x77\x76\x06\xb0\x6b\x3c\x86\x75\x19\xf0\xec\x0d\x65\xce\x04\xa0\x9a\x76\xfa\x2f\x40\x92\xbd\x84\xf6\x07\x18\x12\x9f\xa3\xbe\x01\xbd\x91\x3f\x94\x47\xe0\xaf\x10\x2a\xb9\x07\x4a\x75\x19\x20\xd5\xc2\x66\x7b\xde\x10\xef\xc2\x03\x0b\x87\x88\x09\x88\xc5\xb3\xab\xec\x05\xc8\xc1\x31\x15\x73\x18\x59\xd8\xc3\x61\x60\xf0\x83\xea\x6f\x74\x12\x5c\x94\xe5\x47\x93\xc2\x42\x51\x29\x55\x00\xf7\x22\x97\x29\x12\x64\x7e\xf0\x17\x72\x0a\x62\xe7\x62\x43\x4a\x41\x80\x3d\x78\xe2\x75\xa4\x67\x21\x81\x78\x0d\x69\x9c\x82\x58\x09\xa4\x6b\xa3\x3d\xcc\x13\xc4\x17\xdd\x05\x8c\x69\xc4\xe0\xea\x3d\xf4\xe5\xd8\xf3\xcc\x42\x9a\x09\x86\x88\x16\x50\x2d\x31\x6f\xf8\x06\xe5\x28\x66\x17\x1c\x49\xf6\xc2\xd6\x9f\x6e\x21\x85\xa1\xef\xf6\xac\x22\xe6\xa2\xcf\x17\x5a\x11\xdd\x50\xc2\xd3\x6d\x4c\x21\x7b\xef\x48\x08\xe3\x2a\x6b\x7e\x97\x0f\x7d\x0f\x63\xb0\x72\x84\x66\x43\xcf\xce\x38\x4d\xbd\x40\x93\x0a\xfa\x28\x31\xd4\x76\xa8\x86\x2c\xa0\xfc\xbc\x12\x45\x6a\xa3\x2c\x70\x9e\x20\x7e\x22\xaf\x37\x4b\x20\x5a\x91\x12\xb5\xbe\x63\xfd\x44\xa3\x27\xa6\xcc\x2d\xe2\xa7\xb7\xeb\xe8\xe3\x22\xa3\x0e\x16\x2d\x4b\xe0\x53\xb1\x8c\x5a\xce\x13\xab\x95\x94\x21\xce\x3d\xbe\x2d\xf9\x0d\xdb\x03\x3c\x4f\x5e\xc6\x1c\x0a\x3a\x4f\xb2\x62\x58\x38\x2f\x26\x06\xd0\x32\x4c\xff\x60\x2a\x6a\x88\xd6\x07\x6c\x31\xe9\xf3\x23\x3f\x06\x5d\x49\xbb\x59\x4a\xbf\xa4\x58\xda\x56\x43\x33\x97\x71\xca\x1c\xa9\x87\x24\xcb\x54\xdf\x29\x67\xc5\x39\xdc\x3a\x72\x8c\xd0\x0f\x98\x4e\x4a\xe3\x2f\x0b\x3c\x43\x2c\xe5\xb4\x3a\x9d\xc3\xae\xb3\x60\x53\x21\xfa\x8f\xa1\x5c\xb8\x00\xb5\xa5\x94\x3f\x70\xa1\xff\x2a\x5a\x79\x43\x4d\xeb\xc8\xe3\xb7\xd8\x53\xa5\xd9\xb3\x8b\x3f\x50\x24\x9a\x48\x65\x1d\x59\x93\x76\x8f\x5d\x48\x6a\x51\x78\xe2\x2d\x88\xaf\xa4\x3d\x01\x93\xd8\xcf\x24\x33\xc7\x13\xd8\x12\x41\x85\x29\x0e\x35\xe5\xfe\x5a\x68\x82\xd8\xd1\x37\xde\x4b\xa0\xbf\x6c\xfa\x3c\x30\x49\xcb\xac\x73\x6e\x9c\xa4\x7a\x55\xb6\x17\xa6\x51\x1c\x4a\x67\x2a\xa8\x64\x87\x02\x33\x66\x06\xe9\x42\xf6\x95\x84\x50\x22\xaa\x86\x2f\x85\x61\xac\x54\xee\x29\x53\x54\x2e\xbd\xbb\xdb\x07\xc9\x49\x72\x5a\x78\x10\x16\x31\x2f\xdc\xa1\xd0\xbf\xdd\xf8\xd2\xaf\x4d\x2b\xe8\x4b\xae\x9f\xa0\x86\x74\x6a\xe7\xe7\x52\x6c\x9a\x2d\xe4\x1a\xb2\x49\xad\x15\x7d\x92\x64\x56\xbe\x2f\xee\x1e\xd1\xa1\x70\x99\xff\x56\xcc\x26\xab\xfb\xa4\x0d\x6a\xaf\x7a\x6a\x72\x1b\x39\x21\xbf\xbe\xf0\x14\xbc\x86\x6d\x39\x5e\xc7\xd8\x3e\xee\xd9\x67\x4f\xeb\xb9\xc5\xa8\xd7\xa6\x46\x0e\x70\xf2\x46\x28\xd6\x5d\xe6\xb2\x3b\xe4\xcd\xcd\xc5\x74\x03\xd2\xba\x5a\x83\x38\x73\xe2\xd6\xb2\x08\xbf\x54\x4c\x37\x9f\x78\xe2\x39\xba\x34\x73\xa1\x49\x1e\xa2\xa3\x98\x5c\x18\x03\x5d\x67\xdf\x19\xdf\xc4\x38\xf3\xf0\x69\x6f\x06\xed\xde\x9d\xe6\xba\x50\xea\xd5\xdb\xbe\x79\x7b\x29\xbb\x06\x54\x32\x6b\xf2\xcc\xce\x0c\x5a\x0a\xf1\x7d\x53\x5a\x6c\x0b\xf6\xb6\xfa\x8a\x9f\x03\x3a\x5a\x7c\xf7\x44\x2d\xd2\x9e\x63\x6b\x52\x0c\x57\x28\x9d\x17\x0e\x41\x67\x39\x7a\x77\x5d\xc4\x96\xf8\x7f\x03\x09\x42\x3b\xc2\xc1\xc6\x31\x7e\x24\x21\xb4\xf0\x37\x77\x8c\xa0\x49\xdd\xc2\x39\x49\xf8\xc9\x0a\x64\x95\x00\xdc\xc4\xb5\xcc\x55\xe0\x81\x4b\x3d\x74\x22\x38\x75\x6a\x3d\xf5\x0f\xc4\x36\xf1\xa4\x74\xc1\xae\xf3\x39\xe4\xef\x70\xff\x1d\xb1\x48\x04\x0d\xf4\xe7\x0a\x5a\xa0\xba\x86\x7f\xfc\x19\x90\xb2\xd0\x9c\x9b\x00\x31\x15\x51\xec\x4f\x90\x84\xd9\xcc\x0a\x81\xc6\x12\x98\x8c\x07\xf0\xee\x4b\x36\xf4\xf3\x30\x74\x52\x45\x9d\x82\xaf\xef\xfa\x44\x69\x42\x8e\xce\x3f\x4e\xfe\x8a\x38\x8e\x0f\x09\xbf\x62\xcd\x7d\xc3\x02\x6b\xcc\xbf\x61\x23\x2f\x19\xfd\x55\x10\xcb\xd5\x45\x53\x53\xba\xd8\x0a\xd4\x87\xb9\x89\xb5\x16\x75\x8a\xff\xc3\x90\xa3\x6e\xfe\x2d\xf4\xad\xa8\xfd\xc9\x5d\xd4\x46\xd4\x6a\x97\x92\xa2\x44\x03\xe6\xaf\x23\xdf\x42\x7e\x8c\xed\x10\xee\x63\xce\xed\xf5\xe5\xb3\x18\xf3\xea\x46\xb9\xef\xe8\xd3\xf2\xf5\x38\x57\x69\x73\xe5\xb1\xac\xcf\xd4\xcd\xf4\xf7\xcc\x04\x4a\x42\xdc\x5b\xc6\x74\xf2\xa8\x5f\x0f\x2d\x8d\xbc\xf4\xc4\x79\xea\x49\x92\xe7\xae\xd5\x14\x63\xe2\xcf\x79\xff\xc8\xa7\x30\xce\x88\x40\xa0\x16\x86\x75\x0f\xf2\xde\xf0\xdf\xd6\x5a\x70\xcf\xf0\x3c\x72\xf9\xec\x5b\x9c\x26\xd9\x0c\xd6\x05\xf6\x7e\x5a\x32\xe3\x0d\xf3\x69\x6c\x03\x1d\x63\x24\xfb\x76\xd1\x96\xd1\xb7\x1d\x2f\xa2\xd4\x50\x6f\x19\x57\x92\x45\x94\x67\xf3\x57\x91\x58\xa4\x03\xc3\x8b\x05\x3b\x52\xee\x77\x6d\xe2\xc5\xcb\x78\xd5\x42\xce\x88\xe4\x70\xf6\x3f\xb6\x8b\xf8\x9f\x84\xca\xbc\x23\x1c\xa0\xee\x67\x84\xf3\x5b\x63\x58\xf4\xb9\xdc\x5a\x9f\x36\x2a\x8b\x2d\x3e\x8e\xa3\x6c\x61\x2a\x8c\x2f\x90\xde\x33\x36\xcf\x3f\x42\x6c\x26\xbf\xb8\x39\xca\x07\xf2\x04\xed\x93\xdc\xfb\xd9\x57\x2a\x8f\x72\xac\x33\x76\x67\xf6\xb0\xca\x54\x8f\x93\xa2\x98\xbb\x53\x05\x64\x0f\x7a\x8b\xdc\x2f\xea\x09\xcd\x53\xb2\xf5\x22\x46\xb9\x27\x1a\x39\x36\x8b\x1c\xce\xaf\xdf\x39\x42\xda\xc8\x15\xcd\x8f\xc1\x9a\x68\x96\x37\x82\xf9\x05\x75\x77\x5b\xa9\xdc\x81\xaa\xd4\xf2\xd9\x9c\xd9\x65\xe7\x34\x52\x56\x50\xe1\x2b\x91\x2f\x63\x2c\x37\x8a\x18\x4a\xf7\xcd\x9c\x73\xcd\x8c\xfa\x51\xc5\xbc\x60\x4c\x89\x54\xe0\x8e\xfe\x24\xfd\x90\xf4\xec\xb4\x20\x4a\xc5\xc9\xf3\xa9\xd8\x4c\x86\xf3\xf5\xb3\xfc\x27\xfd\xdb\x9b\x69\xdc\xdf\x5d\x5b\x4a\x5e\x71\xb6\xb7\x3c\x4b\xe7\xb3\xe2\xea\x63\x04\xe1\x8c\xc1\xca\x47\x68\x2a\xdd\xa6\xe4\x4c\x84\x94\xda\x9a\x57\xe2\x7d\x97\x62\x92\xf1\xf5\x28\x8e\x94\x97\x36\xb4\x23\x9b\x68\x25\x63\xcf\x17\xa1\x18\x6b\xee\x00\xc8\xff\x7d\xdb\xa4\x29\x9d\xa7\x7b\xbd\xaa\x64\x3e\xc7\xa6\x67\xb1\xaa\x88\x85\xb4\x19\xf2\x25\x8c\xfe\x86\x95\xc8\x28\xdd\xac\x6a\x5e\xf8\x0b\x6a\x46\xf1\x23\xef\x53\x14\xad\xdc\x34\x7b\x09\x09\xd6\xb4\xee\xc0\x13\xa7\xa5\x44\xcf\x2f\x47\xcd\x58\xe9\xfd\x37\x05\x5a\x77\xaf\x36\xbe\xe6\x19\x0d\xa7\x16\xbb\x70\x4e\x0c\xa6\xa4\xfd\x62\x25\xf6\xb8\xf1\xde\x30\xaa\x5a\x47\x91\x83\x74\xed\x7a\xaf\xf0\xcb\xd4\xd8\x8a\x06\xaf\x17\xe4\xc1\xc2\x3f\xf6\x97\x49\x66\x59\x45\x3b\xf0\x58\x86\xa2\x63\xc1\x4c\xa4\x8d\xf5\x7c\x40\xa1\x38\x88\xd7\x6d\x36\x93\x3d\xc0\xfb\x97\x82\x12\x14\x9f\xa3\x8e\x49\x3a\x8d\xff\x21\x24\x8b\xb6\x13\x02\xb0\x41\xfe\x57\x60\x5a\x64\x01\xb7\x03\x28\x3f\xcf\x66\x6b\xc0\x4b\x47\x67\x30\xd3\xa0\xc5\xdb\x2f\x31\xd6\xc2\xb8\x39\x5e\xb4\x40\x98\xdb\x5f\x98\x32\x04\x16\x34\xf9\xcb\x10\x30\xa7\x24\x4f\x62\x04\x66\xa7\x97\x89\xff\x81\xe5\x82\x21\xe1\x03\x70\x0c\x33\xe5\x37\x40\xdb\x22\xb7\x70\x65\x10\xfb\xfc\x62\x36\x05\x7a\x6e\x9f\xc4\x64\xc3\x36\xdb\xb5\x19\xcb\xe1\xc9\x39\x3b\x69\x7e\xf0\xf7\xbe\x5b\x29\x41\x68\x48\x23\x55\xb6\x05\x5d\x59\x7c\x3b\x79\x08\xb9\xa9\xfa\x25\x2e\x47\x24\x82\x3d\xc2\x14\x24\x06\x4d\xe5\xc3\x08\x3e\x42\xc1\x0d\x40\x04\xde\x12\xf6\x59\x44\x6a\x6f\xca\xbc\x82\x68\xb6\xb5\xd3\xbf\x21\x3f\xe7\x2c\xa5\x1d\x46\x44\xbd\xa0\xbc\x97\xbe\xb7\xc1\x40\x4a\xa3\x39\x17\x89\x93\x4f\x50\x23\xd2\xaa\xc5\x06\x94\x54\xde\x0f\xe1\x12\xf2\x24\x42\xe0\xfd\x20\x7b\x87\xa7\x70\x26\x49\x0f\xbd\xca\x58\x8f\x48\xb6\x76\x28\xe3\x07\xb1\x72\x9b\x17\x9d\x4a\xe4\xce\x59\x4c\xad\xc6\xb4\xba\x1f\xc8\x67\xf1\x0f\xd6\x3d\x92\xf4\x72\x5f\x14\x6e\x4f\xd2\x70\x60\xe5\x25\x11\x95\xbd\x82\x5b\x2f\x88\x65\xb6\xc0\x9e\xbc\x40\x86\x3c\x4c\xc6\xb9\x40\x47\x3c\xab\x59\xae\xb4\xc3\xb6\x8f\x18\x21\xd4\x4d\xdb\xb4\x68\x2f\x28\x94\x39\xfb\x28\x7f\x88\x9a\xae\x78\x59\x84\x6c\x4b\xed\x1e\xc9\x31\xc9\xb6\xfc\xc6\xa4\xe5\x49\xab\x53\x67\x0b\xbf\x8a\x16\x72\x12\xf8\xcf\x05\x4b\x21\x13\xee\x43\xde\xd1\xd0\x64\xf6\x04\x07\x3c\x97\xc3\x6c\x67\xd1\x6c\x1d\xe8\x23\x8c\x3b\x46\x7d\xb4\x83\xf4\xeb\x73\xf0\x94\xed\x64\xd3\x0e\x23\xd9\xa2\xec\xc3\xd5\xc7\x92\x1b\x33\xfc\x72\x35\x62\x52\x7a\x5c\xca\x0c\xe1\x79\xe5\x15\x56\x12\xff\x48\x8a\x2f\x10\xcf\x35\x97\x42\x57\x57\xb0\x4d\x92\x52\xce\x96\x33\x57\x09\x65\x36\x7e\xf4\x0d\xbc\xfb\x46\x5e\xd4\x20\xae\xfb\x9c\x5a\xb2\x3e\xf5\x7c\xdb\x0e\xe9\xcd\xaa\x07\x95\x33\x92\x93\xcb\x6e\x67\xf3\xc4\xc7\x8a\xbe\xca\x70\xc2\x25\x79\x13\x8c\x02\xde\xf3\xac\x5a\x7c\x05\x67\x58\x5d\x1e\x4c\x67\xf5\x28\xb3\x3d\xe8\x8c\x62\x39\xcd\x3a\x88\x96\x93\x3c\x66\x38\x40\x19\x15\x55\xcd\x19\x21\xf9\xd0\x4f\xb5\x9c\x97\x1d\xed\xba\x56\x6e\x95\x7c\xb7\x55\x93\x19\x2e\x86\x1b\x1a\x93\xdf\x08\x77\x55\x17\xd2\x2a\x79\xaf\xca\x18\x09\x8f\x39\xcd\x85\xf1\x41\x2f\x58\x8a\x1c\xaf\x33\xa6\x8c\x58\xcd\xc1\x23\x57\x68\xfe\xca\x01\xc3\xbd\x14\xbc\x74\xcd\x9c\x27\xc4\x11\xc6\xa3\xe6\x63\x32\xf0\xfa\xeb\x32\x7b\xc9\xdc\x9e\x1b\x19\x04\xb1\xaa\x9d\x9e\x3c\x5d\x68\xdd\xa4\x43\x1d\xe5\xbd\xa9\x49\x4c\x58\xc6\xa9\x28\x7b\x1f\x64\xc6\xa2\x14\xfa\xb8\x2b\x19\x67\xb2\xef\x1e\xfe\x47\xb3\x50\x3b\x1a\xfc\xa5\xd8\xca\xfa\xe6\xfc\x21\xd2\x98\x11\x4d\x5e\xb2\xfc\xe1\x9c\xd2\x20\xc9\xb6\x1b\xa7\x35\x25\xe2\x8a\xde\x8e\xa4\xc3\x42\xfb\xf6\x6f\x54\x3d\xde\xc3\xa6\x19\xf1\xe1\x1c\x49\xcd\xb2\x40\x0d\xcb\xb3\x6c\x83\xfb\x6e\xc6\xfa\x82\xcd\x87\xeb\xa9\x9f\x33\x9e\x1b\x7c\x20\xbf\x94\xff\x99\x6b\x43\x5c\xc5\x2c\xab\xd6\xca\x25\x25\x82\xf9\xb8\x2c\xab\xc4\x09\xe5\x6a\xcd\x12\xfc\x46\xbe\x7f\xda\x27\x3c\x01\x1b\x57\x8c\xe2\xbf\x44\x17\xcb\xea\x09\xfc\x4b\x56\xc9\x29\xc0\xb1\xd3\x9f\x45\x00\xb8\xf0\xc0\x05\x3e\x1f\x1c\xd6\x8f\xe6\x66\x42\xfd\xd3\x3f\x31\x31\xd8\xb3\xea\x5c\xae\x1e\xd0\x95\x77\x26\xf3\x09\x30\x9e\x1a\xa3\xee\x02\x46\x78\x43\x69\x85\xc0\x17\xcc\x4b\x21\x05\x77\x47\xef\x93\xd1\x41\xba\xff\xad\xe4\x58\xf0\xe7\x69\x89\xc8\x17\x8a\x3e\x30\x8f\x8f\x41\xaf\xf5\xcd\xb9\x2a\x58\x32\xfd\x0e\x13\x80\xb3\x2a\x53\x73\x9a\x11\xf3\xdc\xb4\x4c\x36\xfc\x57\xd1\xab\x26\xc0\x55\x3c\xeb\xb4\x2b\xb0\x1c\x7d\xac\xf0\x84\x93\xa3\xfa\x64\x4e\x70\xa1\x7f\x64\xb2\x35\x7c\xef\xf4\x01\xd1\x5e\x64\xce\xfe\x7a\xbe\x2f\x62\xa5\x3f\x8d\x4b\x42\x0a\xa6\xdf\x66\x7a\x23\x06\x15\xd2\xec\x8f\x54\x20\x27\x23\xe3\x09\xa5\x34\xe5\x51\xfa\x6b\xf2\x04\xd7\x49\x39\x41\x36\x43\x3e\xa6\xdc\x24\xa9\xaf\xbd\x97\xf6\x91\x0e\xf8\x95\x24\xb5\x10\x5f\x3a\xf3\x84\x2d\x44\x64\xbf\x39\xef\x03\x71\xfb\xa6\x1a\xae\x0e\xf1\xd8\xf4\x77\x8c\x31\x34\xa6\x3c\x30\x5b\xc2\xb9\x97\x9d\x98\xe1\xcb\x2e\x90\x97\xa7\xbb\xb2\xfc\x38\x66\xca\xa3\xcc\x9d\xf0\xfb\x14\x6b\xc6\x92\x6b\x33\xa4\xb6\xf4\x4d\xbe\x0f\x93\x6c\x68\xb6\x4e\xf7\x84\x96\x54\xa7\x7d\xcd\x3c\x3f\x0a\xb4\x89\xc5\x09\xa1\x78\xce\x30\x61\xac\xc3\x9e\x94\x9d\xc9\x7a\x95\xbc\x29\xeb\xa4\xa6\x5f\x6c\x27\x43\x55\x3d\x42\x1f\xf6\x92\xd4\x46\xbe\x14\x7a\x26\xaf\xe3\x4e\x45\xea\x48\x5a\x38\x01\xbe\x0b\xc5\x9d\xac\x8f\x4e\x9b\x04\x25\xcc\x2b\xfb\x9c\xb8\x5d\x0c\xdd\x4d\x11\xec\x42\x7a\xed\x0c\x88\xee\x48\x3a\x59\x72\x30\x2b\x48\xad\xc8\xb8\xa8\x39\xa6\xda\x29\xa9\x56\x1d\x4c\x55\x32\x2f\xa6\x1a\xca\x3f\x81\x2e\xf2\xd5\x52\xb7\xf0\x34\xc9\xea\xa4\x07\x17\x07\xc5\xba\xa2\x44\x47\x73\xfe\x5f\xc1\x0c\x2b\x29\x77\x01\xf7\xdd\x26\x43\x56\x0f\xa7\x70\xc6\x7d\x9a\x0d\xc5\xb1\xc8\x34\xeb\x6c\xc9\x77\x75\x94\x66\x7d\x61\x7c\xd2\xab\xb4\xbf\xb9\x2f\xe9\xe9\x8a\xbb\x59\x8e\x84\x22\x59\x83\xba\x3c\x6c\x43\x72\x45\x9a\xed\x05\x50\x54\x92\xf2\xf0\xd4\x0e\x3e\x5b\x8a\x5a\x76\x73\x04\x49\xdd\x1b\xeb\x58\xbb\x84\xf3\x66\x2e\xa4\xc6\x52\xbf\x17\xec\xc9\x52\x34\x4f\x57\x91\x35\x8e\x75\xaf\xc5\x0b\x54\x8b\xab\xf2\xa9\x83\x8a\xd1\x32\xf3\xc4\x0f\x32\x55\x61\xd5\x55\x72\x32\x25\xf7\xfc\xf9\x25\xa2\xf0\xcc\xe5\x27\x67\xf2\x6d\x55\x7f\x2d\x3e\x70\x0e\x29\x7e\x6c\x3c\xc8\xec\x4e\x52\xcc\xdc\x41\xb9\x4f\x3f\x93\x9f\x90\x95\xd6\xb5\x33\xad\x51\xe3\xdd\x5a\x24\x32\x55\x6d\x69\x9c\x4d\xf9\xa5\xb8\x53\xb3\x3b\xd1\x50\x96\x54\xee\x12\x32\x90\x1c\x51\x24\xf2\xbe\x26\x72\xcc\xfd\x74\x82\xc8\x5f\x93\x49\xb7\x48\xe6\xe8\xa4\x8d\x6e\xd4\x61\x32\x25\x73\x67\x1e\xa7\xf0\xe8\xb7\xf3\xc6\xb2\x14\x03\x85\x69\x0b\x35\x3e\xdd\x77\x85\x09\xaa\xed\x6d\x0f\x29\xc7\x15\x83\x8d\xed\x09\x98\x8c\x50\x23\x09\xb1\x48\x76\x28\xe7\x78\x7d\x10\xad\x2a\xca\x39\xa1\xcf\xbb\x9f\xbb\xd9\xc2\x87\xdd\x95\xfe\x6f\xe3\x02\xe6\x76\xe9\x8a\x99\x4c\xca\x36\x86\x5e\xfa\x86\xea\x3c\xfc\xa6\xa4\x07\xe5\x3c\xfc\x69\xe6\xaa\x62\x2e\x9e\x00\x15\xe7\xc7\xe1\x6f\x5e\x93\x65\x5f\x20\x38\x06\xcc\xd2\x9c\x24\xdc\x3f\xe3\x98\xb6\x07\xe0\xd8\x7d\x4b\x59\x04\x5e\x32\xf5\x91\xd8\x40\x47\xd7\x6c\x48\xda\x06\x9f\xc5\xe1\x38\xd6\x70\x8b\x4a\x51\x7d\x11\xf8\x99\x14\x56\x7e\x1c\x78\xc3\xc8\x2e\x3e\x05\x4c\x42\xae\xf9\x56\xe0\xdc\x6b\x2e\xd9\xfa\xa0\xe3\xa5\x66\xcd\x6a\x50\x73\x46\x3b\x6d\x3e\xb4\xca\xae\x56\xfe\x01\xca\x30\xdd\x2a\x31\x85\x8f\xe8\xfe\x4c\xd2\x43\xb4\x71\x38\x8e\x15\xfc\x46\xb5\xaa\x7a\x29\xfc\x4b\xfc\xa9\x1c\x07\x17\x33\x4c\x8b\x67\xc3\xf1\xe0\xd7\xbc\x4f\x70\xd8\xb5\x59\x59\x8f\x61\xe0\x12\x5e\x7d\x0f\x96\xb9\xdf\x54\xde\x82\x87\xed\x50\x79\x2b\xb2\x6e\xf7\x47\x89\x16\x12\xa7\x7b\x47\xfc\x17\x5d\x8b\xc3\x71\x96\x21\x2e\x69\x84\xaa\xcb\x14\x91\xd8\xb1\xcc\x8b\x3c\x4e\x2f\x2c\x0a\x22\xeb\x81\xbe\x79\x17\x49\x9c\xc8\xab\x59\xee\xa4\xb5\xfe\xef\xd5\x2e\xc4\xeb\xee\x3e\xca\x13\xc4\x14\x3b\x5d\xb9\x0d\xd1\x7f\xb7\x32\x59\x48\x3c\xa1\x5b\x2e\x86\x89\x83\x38\x1c\x9b\x86\x5e\x55\xba\x54\x4e\xb2\x03\x44\x57\x4a\xbb\x59\x87\x68\x7d\x85\xfd\x4c\x6d\x80\x9b\xdb\xc3\x98\x19\x51\x9c\xd9\x41\x5f\xee\x6f\x9f\xde\x4d\x73\x73\xeb\x4d\xed\xa5\xe6\xdb\xe6\xc8\x2a\x29\x7f\x77\x7b\x25\x7d\xa1\x50\x74\x2b\x45\x0d\x94\x3b\x38\x5b\x56\x0b\x56\x92\xea\x5b\xb9\x5b\xc4\x17\x5e\x29\x35\x11\x2e\xa6\x3e\x2e\x3c\xc2\xbf\x42\xa8\xca\x3d\xcc\xbd\x1b\xfe\x36\xf3\x20\x27\xd8\x4f\x98\x6e\xcb\xde\xee\xb6\x3b\xd5\x81\x35\xdf\xd6\x5c\xa6\xcf\x78\xb4\x7b\x55\xd2\x49\xc6\x42\xdd\x3e\xe1\x04\xbd\x0a\x27\x62\x4e\x12\xdf\x29\x66\x54\xa4\xa6\x99\x0b\xd6\x94\x48\x15\x77\x29\x94\x82\x2c\x39\x8c\x0f\xcd\x91\x4b\x0d\xc3\x1a\x32\xd8\x49\xcf\x7d\x11\x15\x47\xf4\xd0\xf5\xa8\x82\x2b\xf8\x66\x83\x48\x2f\xf1\x97\x99\x64\x88\x41\x6e\xbb\x6e\x8b\xe0\x16\x3b\x1d\xf7\x93\xd1\x4d\xce\x95\xe3\x2b\xae\xe4\xb7\xf3\xe8\x25\x4e\x39\x6c\xb2\x6e\x81\x7b\x26\x25\x51\x3b\x67\xbf\xfa\x62\x68\x42\xc6\xc6\x34\x07\x1f\x0f\xd5\x1a\x45\x98\x8b\x9d\x62\x85\xac\xc6\x3a\x5f\x32\x29\x31\x32\x59\x2c\xfa\x98\x74\x40\x97\x2b\xd0\xe5\xcf\x9c\x66\x4f\x7f\x43\x5d\x23\x6d\xaf\xb8\x56\x93\xc1\x9d\x57\x72\xb2\xe2\x1b\x51\x56\x60\x5e\xba\x3f\x5e\x92\x33\xbb\xd0\xf5\xaa\xb6\x66\x24\x37\xe1\xa2\x56\x5a\x5b\xe6\xbd\xd3\x9b\x53\x8a\xd4\xf1\x47\xba\x24\x40\x9a\xcf\xae\x58\x11\x49\x3e\xaa\x6b\xcb\x17\x0b\xef\x4d\x8b\xa7\x3b\xd1\xec\xa4\x76\x15\x71\xcd\x87\x39\xd7\x4a\x9c\xea\xcd\xb0\xe7\x05\x3b\xaa\x57\xc5\xbd\xcc\xfe\x50\xf6\x38\x24\x58\x53\x5e\x54\x77\x21\x2e\x4d\x92\x77\xdb\x39\x3d\x05\xcc\xb6\x3c\x72\x49\xe2\xa0\x99\xb9\xcb\x4c\x74\x22\x75\x99\xee\x0e\xfe\x51\xf1\xac\x69\xc9\xb4\xdf\xb4\x12\xc9\x78\x45\x6c\xe7\x61\xf6\x9b\x12\xdb\x96\x97\x98\x53\xc1\xaa\x06\x4a\x9c\x47\xf6\x60\x8d\x6e\xf0\x43\x0d\xa9\xbc\xf1\xfc\x9f\xb4\x0b\xc5\xd9\xce\x87\x52\x2c\xf3\x8f\x1f\x59\x93\xfc\x27\xf3\xc6\xae\xc5\xc2\x6f\xca\x1e\x5d\x2b\xde\x5d\xf1\xd4\xb4\x5b\xb4\x24\xda\x2b\xb6\x71\xe7\x6b\x42\x3a\xd1\xa0\x65\x90\x50\x9c\x90\x58\x7f\x87\x50\x1e\xe6\x50\xf5\x82\xf0\xc6\x2f\xa9\xf4\x0d\x70\xe6\x8c\x7b\xc1\x3f\xe0\xfe\xb1\x0d\x39\x5a\x20\xc7\xca\x5a\xb3\x09\x0a\x36\xf4\x57\x8e\xc1\x21\x4b\xf2\x14\x4f\x10\x39\x0e\xc7\x7b\x80\x84\xb3\x17\x76\xc6\x43\x0e\xd8\xdb\x96\x38\x48\x37\xc1\xa4\x9e\x0b\x4e\x85\x69\x55\xa9\xc1\xb7\x7e\x41\xa5\x05\xd0\x86\x33\x06\x05\x1d\x50\xb4\xc3\xd7\xec\x51\xe8\xb5\xd5\x36\xf5\x4f\x98\x69\x78\x50\xd9\x88\x1c\x5b\x22\x53\xf4\xa1\x26\x38\x1c\x6f\x00\x81\x58\x4f\x3a\x17\xa1\x4b\xb0\xb2\x16\x5d\x24\x3f\xfe\x75\xfd\x21\xc4\x3e\xf4\x7a\xd5\x19\x44\xd7\x6f\x6f\x69\x00\xb2\xda\xfd\x47\x01\x84\x58\x39\x5c\xcf\x4e\x42\x60\xab\xb9\xea\x36\xe4\x91\xe1\x06\x25\x07\xbd\xba\x84\xad\x90\x62\x2b\x70\x38\x9e\x12\xe9\x61\x6d\xea\xb0\xa6\x74\x60\x5b\x9b\xbd\x29\x73\xe3\xc9\x75\x2c\xb2\x43\x68\x60\x65\x01\xa9\xd2\x77\xb0\xa4\x9d\xe4\xe2\xae\xcc\xbf\x4f\x5a\xe2\x40\xca\xfa\x42\xfc\x65\x39\xae\xb6\x20\x7e\x31\xf8\x9e\xfa\x8b\x64\xbc\x24\x39\xe5\x25\xc9\x15\x87\xe3\xfe\x45\x6b\x99\x70\x7b\x09\xdb\x00\x55\x35\x35\x33\xdf\xc7\x2f\xa8\x7d\xc6\xa8\xbe\xfa\xbd\x52\x9b\xde\xe8\x1b\x56\xb2\x83\xf6\xc6\xdd\x3e\xdf\x81\xe6\xe0\x60\x99\xe5\x4f\xed\xb5\x4c\x4d\xe7\x50\x03\x0c\xee\xa7\x1e\xa6\x06\x2e\x69\x92\xff\xa2\x54\xe3\x70\xdc\x8d\xd8\x3d\xe6\x9e\xf6\x45\xc2\x7b\xe8\xae\xa6\xcd\x82\x1d\x71\xac\x5a\x17\x1e\x76\x95\x58\x91\xc8\x5d\xed\x3b\xbb\x38\x99\x3d\xea\x36\x95\x57\xca\x6a\x3b\xfa\x22\xb3\x97\x39\x61\x79\x45\xf5\x98\xa9\x6b\xd0\xa7\x88\x66\x7c\x5e\xf2\x4b\xf6\x8e\x3e\x1d\x87\xe3\x6c\x27\x7e\x66\x1c\x6e\xb3\x57\x8c\x20\xb6\x8d\x17\xe4\xf5\xb1\xb2\x1a\xa2\x54\x11\x92\x52\xae\x49\xa6\xf9\xec\x2e\xaa\x13\x4b\xdd\x8c\x73\x6f\x08\xef\x1f\x3d\x9b\xf1\x58\xe0\x6d\x39\x33\xed\x23\x7f\x85\x41\x56\x4a\x24\x0f\x59\x7a\x44\x2a\x67\xad\xc1\xe1\x58\x6f\xc8\x51\xf4\xf8\xd6\xfb\x39\x0e\xb0\x63\xc3\xa3\xcc\x4b\x31\x82\xea\x6f\x6a\x4e\x70\x6a\xf9\xa2\xb4\xce\x8b\xb6\x45\x6b\x53\x0d\x5c\xbd\x72\x77\xca\x3b\xec\x73\x32\xac\xa4\x05\x16\x58\x9a\xbd\x64\x96\x81\xaf\xbc\x54\x1c\xb0\xf4\x9c\x44\xc9\xa9\xc1\xe1\x58\x38\x4a\x01\xcd\xa3\x15\x2a\xff\x04\x1d\x6e\x60\x97\x24\x44\xf3\xab\xd3\x0b\x17\x5e\x49\x2d\xcb\xcc\xcd\xbd\x70\xbc\x50\x95\x15\xe1\x02\xe7\xe4\x68\x18\x76\x5f\x34\x85\xe9\xf3\xcc\x7f\x2b\x2b\x53\x8b\x0c\x36\xcb\x57\x4b\xa9\x4b\xaf\x24\x8f\xf2\x7e\xe3\x70\x4c\x57\x6a\x26\xb5\xa6\xd5\xb5\x56\x0c\x56\x37\x04\x56\x7e\x89\x5e\x56\x0d\x95\x9d\xbd\xb2\xb9\x2c\xbe\xa8\xe6\xfc\xed\xc2\xa0\xfc\x13\x2e\xba\x39\x21\x39\x76\x76\x1a\x4d\x70\xc6\x94\x79\xbb\x32\x5c\xe5\x69\xa0\x23\xeb\x91\x5b\x2c\xc5\x27\x47\xf0\x5f\xe1\x56\x33\xfe\x50\x7f\x50\x8d\x5a\xf5\x9a\x54\xe0\xe1\x06\xcb\xba\xd7\x51\x79\xd5\xa7\xab\x0f\x06\x35\x96\x1d\x2c\x07\xcf\xc7\x16\xea\x15\xbf\x3f\xdd\x9f\xb3\xb6\xc0\xde\x2e\x54\xb3\x2c\xfb\xa1\xb9\x52\xa9\xa3\x0e\x30\x58\x25\xf3\x4b\xa1\x2e\xcd\x4d\x7a\x2e\x50\xe0\x4e\x33\x38\x34\x1d\x12\xb7\x7f\x02\x18\xc0\x47\x77\x65\x00\xed\x91\x9b\x5b\xe3\x01\xc5\xe5\xab\x0d\xe6\x40\xa3\xd7\xa9\xaa\x29\x50\xc7\x49\x5c\x9a\x01\xb2\x6c\x66\x16\xf8\x40\x7b\xcc\x06\xb3\x0d\xe0\x79\xfa\x79\xea\x6e\x64\xbd\xb6\x8e\xca\x05\xdd\x85\xc3\x09\x56\x20\xb5\x24\xbb\x7e\x22\xec\x81\x3f\xd1\xe5\x0c\xeb\x44\x7c\x68\x35\x80\x9a\x2e\x1f\xaa\x7f\x05\xe5\x79\xed\xac\x52\x41\x9d\x4e\xd1\xa5\x01\xb0\x96\xf5\xb3\x82\x2d\x30\x6a\xd6\x92\xf5\x1b\xd9\xa0\xcf\x53\xe7\x20\xdf\xb4\xe7\xab\x76\xa0\x99\x38\x1c\xff\x0f\xd2\x42\xfc\xdc\x6f\x84\xcd\xc0\xaf\xed\xfc\x82\x52\x23\x6a\x5a\x86\xd0\xf9\x97\xb5\xea\x93\x90\x26\xaf\x19\x55\x2e\x48\x8e\xd3\xe9\xd2\x95\x48\xb3\x75\x47\xfe\x1d\x74\x86\x59\x7e\x56\x13\x7a\x55\x1f\xaf\x8e\xc4\x56\x68\xcf\x48\x7b\x83\x85\xe0\x70\xfc\x2e\x74\x06\x31\xb2\xcf\x93\x1a\x94\x58\xda\xb9\x83\x22\x88\xb8\xd2\xa2\x45\x6e\x0c\x68\xaa\xbb\x4f\xde\xec\x59\x59\x99\x4e\xaa\x72\x9a\x5f\x12\x44\x8a\xb7\x66\xe7\x1b\x92\x02\xcc\x64\x59\x1b\x48\xe1\xfa\x7e\xe9\x7d\xa4\x71\xed\x35\x69\xdb\x48\x7e\x38\x1c\x7f\x25\xfa\x92\xb8\xbd\xb7\x8d\x1d\x91\x18\xdd\xc1\x62\x99\x45\x18\x34\xfb\x32\xfe\x04\x10\xeb\x2c\xe8\xff\x3c\xd1\x4a\x1c\xdd\xc4\x71\xbc\xb8\x9d\xc6\xb6\x0e\xc8\xa3\xd0\xd6\x99\xc5\x67\x5e\xa5\x8e\xea\x7b\xa9\xbe\xd3\x36\x6a\x3b\x2a\x8d\x28\x0c\x1c\x8e\xb7\x9d\x88\xc3\x9e\xf7\xea\x0a\x3b\x12\xb7\xb5\x4f\x09\x36\x87\x3f\x6c\xaa\xe7\xb1\x02\x6c\x6a\xc5\x5c\x03\xcf\x63\x15\xbe\xec\x0f\x8e\x9a\x62\x3d\xd6\x33\xeb\xfd\xb9\xf7\x59\x2b\xcc\xce\x66\x14\x33\xa9\xfa\xe7\x55\x2b\x99\xf5\xda\xfc\xd4\x45\x34\x29\x0e\xc7\x35\x24\xcd\xc3\x36\xf7\x98\x28\x2e\x24\x84\xb4\xfd\x95\x3b\x84\x6f\x69\xbc\x21\xb5\xb8\xc4\xad\x49\x4f\xde\x73\x4e\x55\x7e\x59\xec\xef\xa8\x5b\xb4\x49\xd8\x71\xe4\x76\xce\xa8\x20\xd2\x6c\x9d\x46\xc5\x47\xf5\xfd\x95\xef\x78\x72\xed\x0f\x29\x72\xe6\x79\x1c\x8e\x3d\x4e\x0e\x45\xaf\x75\xcb\xb2\xcd\xe3\x73\xda\xbc\x32\x82\xc2\xdc\x1a\xd7\xa5\x67\xfb\xb7\x55\xbf\x48\x9b\x75\xf6\x71\x59\x96\x42\x7c\x2a\xba\xf0\xa2\xfc\xca\x11\xd7\x1c\x6d\xa9\xd2\xb4\x43\x3d\x2c\x59\xaf\x6f\xab\xd4\x11\xb5\xe9\xe8\xcb\x21\x76\x11\x0e\xc7\x7a\x48\x61\x21\x65\xdd\xcb\xca\xac\xe2\xa6\x5a\x1f\x14\x4d\x84\x8a\x1a\x32\xf2\x93\xfd\xa7\x57\xfb\xe6\x04\x9e\xdd\x54\xa6\x95\x19\x75\xf2\x66\x41\xa3\x7a\xea\xf0\x68\x76\xb0\x2a\xc2\x34\x5a\x6d\xa4\xa8\xd5\x3f\x90\x7a\x46\xe2\xa8\x73\x59\x26\xe2\x96\xe1\x70\x2c\x23\x6a\x20\x72\xb0\xeb\x41\x35\x3f\x2e\xa6\x55\x5d\xfe\x37\xf4\x40\x43\x58\x89\xd0\x2f\xbb\x7a\x43\xe1\x5e\x8f\xbe\xd2\x96\xbc\x15\x27\x19\x05\xd7\xb2\x0f\x1f\xce\xca\x5e\xa5\x29\x31\x3d\x9b\x7e\x43\xf9\x43\xdf\x41\xf1\x59\xda\xa9\xc3\x95\xad\xe7\x51\x71\x38\xe6\x0d\x6a\x36\x7c\xbd\x4b\xd3\x70\x36\x6e\x5e\xab\x7f\x4d\xd6\xd5\x17\x0d\x3b\x2a\xcd\xfc\xbc\xaa\x6e\x97\xd6\x79\xa0\xa5\xa1\x45\x5e\x27\xdd\x0a\x96\xe7\xa5\x1c\x26\x66\x55\x66\xed\x36\x75\x48\xf7\x57\x15\xea\xfb\x29\x20\xd9\x33\x9d\x01\x29\x97\xbf\x11\x87\x63\xfa\x50\x2b\xc1\xf9\x43\x03\x90\x73\xb4\x51\x3f\x01\x5a\x1e\x6c\xdc\x65\x0c\x96\x5f\xec\x6c\x69\x00\x8b\xdc\x97\xd6\x5b\x80\x0f\x8f\xb5\x56\xb6\x40\xb6\x07\xca\x4a\x6c\xa1\x7b\xbb\x74\xf2\xfa\x60\xf5\x06\x62\x56\x22\xd2\xa9\x75\x5e\xfd\x0e\x25\xe1\x70\xc2\x8d\xc8\x33\xe0\xc3\x50\x24\x52\x13\xbd\xb6\x7f\x23\x72\x3c\x78\x61\xe7\x28\xdc\x73\x31\xbb\xe5\x2a\xcc\x74\xfb\x5e\xf7\x02\x26\x1f\xcb\xac\x4c\x80\xab\x0e\x48\x8b\xff\x21\x6b\x76\xe1\xf2\xd2\x90\x82\x0d\x21\x59\x2e\xa8\x48\xcb\x53\xdd\x84\x3e\xc3\xe1\x84\xd3\x91\x29\xa0\x6a\x68\x2d\xf1\x78\xf4\xea\xbe\x1a\x2c\xf5\xca\xf3\xce\x44\x6c\xf6\x45\x72\xcb\x42\x94\xef\x76\xaf\x4e\x80\x7a\x1f\x63\x55\x6e\x44\x2f\x1c\x40\x8a\xf3\x51\xb1\xf1\xa7\x3c\x7f\xf4\xdb\x06\xcf\x2c\x1d\xac\x42\xeb\x84\x1a\xc4\x92\x71\x38\x41\x1b\xaa\x0f\x84\xde\xb0\xa3\x85\x45\xb5\xf7\xbe\xa5\x46\x5e\x51\x77\xa4\x51\xa0\x8b\x0e\xcd\xb6\xe4\x5e\x37\x75\xed\x10\xf9\xd4\xb1\xb3\x15\x3e\xa4\x3f\x07\x3c\x8a\xa6\x48\x53\xc6\x4f\x72\xeb\x48\xbf\x37\x9c\xca\x3c\x47\x16\x69\x5d\x4a\xcf\x26\x5d\xc6\xe1\x04\xd3\xb1\x19\x00\x71\x50\xcd\x31\x8c\xea\xe8\xb5\x61\x8d\x5c\x11\xb7\x3f\x67\x26\x5d\xdc\xd7\xc4\x65\x50\xdc\x24\xb5\x9b\xe8\x05\xc7\x4e\x96\x17\xd0\xa7\x1d\x70\x2c\xda\x4d\x13\x19\xdf\xcf\xf9\x48\x0b\xd9\x70\x26\x23\x82\xf6\x45\x4b\xae\x12\x51\x7c\x71\x38\xfe\x4c\xe2\x12\xc0\xe1\xfa\x67\xd1\xce\x28\x55\x0f\x5f\x40\xbf\x42\x6c\xdf\xc3\xfb\x72\xd1\xa0\x71\x82\x4b\x72\x63\xd4\x44\x71\x1c\x8f\x1d\x2c\xfb\xc6\xb6\x3d\x60\x57\x18\xc7\x42\x8c\x27\x72\xd6\xb3\x36\x6c\x08\xd4\xc4\xb2\x76\x6b\x3d\x4e\x0b\xa2\x1d\xc6\xe1\xb8\x1f\x49\x4b\x09\xc5\x03\x8f\x15\x71\x51\xcb\xba\x31\xb9\x6b\xd0\xbf\x36\x7d\xa9\xf5\x85\x8c\x86\xae\x64\x6b\x37\xed\x6a\x0f\x31\xec\x70\xaf\x74\x58\xf8\xf9\xc0\xac\x02\x47\x41\xa7\x71\x77\xd6\x2b\x81\xf1\x06\x96\x5a\x9f\x17\xbf\xd0\x23\x75\x8c\xd1\x8d\xc3\x71\x92\xc8\x51\x84\xc5\x03\x2b\xb3\x3a\xaf\xc5\x75\x15\x69\xbe\x04\xf9\xb4\x1e\x4d\xb7\xbe\x30\xbf\x7e\x4a\x59\xea\x4a\xa8\x8a\x52\x5c\x76\xf0\x2f\x79\x2b\x0f\xd8\x9f\x9f\xef\x23\x9d\x34\x16\x65\xfe\x94\xcc\xda\x20\x4c\x5f\x2f\x9a\xbf\x30\x4b\x21\x63\x3d\xc0\xe1\xd8\x14\x4a\x14\xbe\xba\xff\x72\xa9\xe1\xb5\x79\x5d\xf3\x0a\x6f\x05\x4e\xb6\x68\xf2\x34\xe7\xa9\xf5\xe6\xd9\x12\x97\x2f\x95\x65\x19\x13\x47\xbf\x97\xec\x54\x0b\xf7\x07\xe7\xc9\xd2\xba\x8d\xa1\xcc\xad\x29\x1d\x1b\xea\x55\x07\x93\xd7\x2c\xfc\x99\x92\xc2\x51\xe3\x70\xac\x36\xea\x26\x7c\x60\xff\x96\x2a\xcb\xc8\x9c\xce\xda\xb2\xcc\xc0\x8c\x96\x73\xc5\x5e\xe7\x1d\xea\x1e\x17\x18\xb8\x54\x56\x9e\xcd\x3d\x75\xb4\xa7\x78\x30\xcb\x7e\xbf\x53\x9e\x95\x9a\x66\x9c\x90\x51\x95\x9a\xb3\xe1\x6e\x5a\x9f\xc4\x7f\x91\x49\xca\x7a\xee\x79\x1c\x8e\x15\x44\x3d\x87\x5f\xd5\x77\xbf\xae\x3c\xd2\xa9\x33\xa0\xea\x47\x60\x64\xcb\xf4\xf2\x8c\xf3\xcb\xeb\x48\x25\x17\x5d\x28\x15\xef\x0a\x26\x8f\xe6\x17\x5f\xca\x5d\xbe\xdf\x21\xb7\x27\x43\x63\x8c\x66\x98\xa6\x2d\xd5\x5b\x92\x66\x23\xf5\x5d\x04\xc8\x19\xdc\x49\x1c\x8e\xf9\x93\x7a\xf9\x97\x37\x64\x03\x2e\x7b\xe5\x03\x79\x81\xc7\xef\x3c\x80\x62\x41\x66\xf7\x4b\x28\x05\x6c\xaf\xdc\x0c\xf1\xc1\x04\x55\x1a\xf4\x0e\x8a\x62\xfe\x81\x97\x40\x03\xd1\x42\xf8\x20\xbc\xc1\xd3\x03\x0e\x87\xe3\xf7\xc1\xb0\x12\xee\x59\x1c\x00\x7f\x83\x07\x7f\xc2\xa0\x1a\xc5\x5e\xc2\x60\x3b\xba\x67\xfc\x07\xf8\x12\xf9\xd7\xbd\x16\x5a\x85\x0c\x55\x9c\x85\xf4\x90\x6b\x69\xef\x20\x1e\x32\xc2\x3c\x0e\x35\x23\x8f\xa3\x3e\x41\xff\x90\x89\x73\xe5\xb0\x0d\x32\x6a\xf5\x13\x26\x22\x3d\x3a\x8f\xe1\x0f\x48\xe2\x0f\x22\xb8\x99\x7c\xf7\x05\x0d\xb4\x27\x5b\x8d\x2f\x02\xfd\x48\xf2\xae\x63\xa0\x94\xf8\xac\x1c\x00\x7b\x88\x57\xd3\x6c\x20\x23\xe2\x39\x86\x0c\xba\x44\x5c\x1c\x75\x19\x2a\xc3\xea\xcf\xcd\x86\x67\x61\x3e\x56\x28\x7c\x06\xfd\xae\x13\x0e\x77\xa0\xce\xdf\xc8\x80\x17\xa7\xee\x19\x13\x80\xd9\xd7\x46\x0d\x00\x0d\x4b\xbb\x03\x02\xc6\x18\xdd\xa5\xb7\x41\x5d\xba\x38\xf5\x15\x78\x8e\x96\x49\x3f\x0d\xa6\x51\x1b\xae\x05\x43\x0b\x28\x35\x67\x57\x42\x71\xe4\x5c\xcb\x6a\xe8\x06\x29\x59\xfb\x13\x6c\x45\x34\xfe\xd2\x41\x08\x93\x84\x3d\x9d\x20\xa4\x26\x79\x0d\x1f\x23\xdc\x14\x39\xb4\x15\x01\xb3\x05\xc7\x4b\x96\x00\xc7\x78\x01\x0a\x47\x80\xc3\xc9\xa7\x3e\x02\x9e\xb0\x3e\x46\xda\x81\xde\xcc\x2d\x1e\xbb\xc0\xdb\x74\x17\xcb\x15\x90\x09\x95\xab\xdd\x0c\x41\xe4\xad\x9f\x3a\xf1\xdd\xe9\x7d\x4f\x06\xf1\x1f\xd3\x66\xdd\x0a\x21\xe8\x2b\x76\xb4\x8c\x11\x5c\x65\xd1\x45\x2e\x04\x46\x72\xa7\xbc\x98\x70\x4f\x6c\x49\x49\x04\xcc\x05\xca\x88\x2d\x40\x39\xf7\xdb\x99\x13\xe0\x5e\xb6\xb3\x05\x13\xe4\x30\x6e\x68\x17\x80\xf5\xd4\x85\x1f\xec\xf1\xeb\xcb\xb0\x47\xa1\x78\x9b\x22\xc9\x8d\x07\xf8\x80\xbc\x92\xa6\x4b\x78\x4e\x56\x7b\xfe\x37\x7c\x9f\x7a\x44\x4a\x23\xac\x52\xbe\x25\x71\x09\x09\xf2\x97\x61\x1c\xc2\xa7\xe4\x9b\xee\x2b\x81\x48\x61\xa7\xf9\x5d\xa0\x85\x67\xad\x9d\x0d\xf4\xd3\x6b\xde\xf6\x25\x4e\x76\x0c\xdc\x1f\x4d\xfc\xd9\x2c\xb9\x1e\x87\x9f\x57\xc7\x6e\x98\x8d\xdf\x59\xe9\x9b\x5b\x8e\xf7\x2f\xd9\x98\x1c\x86\xcf\xcb\xeb\xc5\x8a\x08\xf3\x33\x8f\x5f\xfd\x41\x00\xd2\x8a\x5c\x27\x09\xef\xe4\x7b\xcc\x37\x02\x96\x49\x23\xda\x62\xc0\x94\xb5\xef\x35\x15\x6f\x38\xfa\xe5\x5e\x03\x7e\xdd\xd0\x83\x7e\x5b\xfc\xf2\xbe\xbc\xda\xbb\xf8\x9d\x1d\x5e\xd9\x69\x78\x8f\xc6\x09\x31\x84\x17\x54\x5b\x23\xdf\xf1\x53\x25\x21\x21\x0c\x82\x49\xee\x3e\x97\xdf\x04\xb2\x1a\xdc\x2b\x25\x0c\x29\xcc\xb4\x05\x84\x36\xce\xc9\x57\x4d\xf8\xed\x0f\x81\xbb\x77\xf1\x46\x77\x56\xf4\xf9\xe2\xd7\xdd\x02\x6a\x7e\xe2\xb7\xf7\xe7\x64\xf5\xe1\x1d\x3b\x52\x45\xe5\x78\xa4\x31\x14\x39\x81\xef\xab\xfc\x16\xfc\x81\x30\xad\xf0\xaf\x4b\x29\xc1\x36\xab\x6c\x6f\x14\x81\xab\x14\x6a\xd7\x13\x62\x38\x7f\x5e\xad\xc3\x9b\x3c\x3f\x7e\x77\x1b\x7e\xcb\x23\xa8\xb7\x1a\xbf\xec\x0e\xbd\xc6\x1d\xbf\xf2\xd6\xc9\x2c\x03\xbc\x71\x5f\x9b\x48\x1f\x7f\xa6\x7d\x21\xdc\x8f\x97\xd4\xcf\x0a\x06\xf0\x0d\x65\xc7\x5c\xf8\xf8\xa7\x79\x76\x7b\x13\x08\xbb\x54\x9b\x75\xb6\xe2\x3f\x71\x6d\xbe\x88\x51\x10\xb0\x9e\xd2\x42\x0f\x00\xc1\xc3\x3f\x90\xbf\x40\x5e\x3b\x88\x8c\x01\xef\x4a\xe7\x21\x19\xc0\x87\x54\x7d\x44\x01\x8e\xd3\x9e\x21\x00\xe4\x7e\x6d\x26\xe2\x0b\x75\x9c\xb5\x45\x8e\xc3\xfb\xad\x66\x21\xfb\xe0\x62\x1d\x1a\x72\x0e\xbe\xfb\xb9\x16\x19\x43\xf8\x4f\xcd\x11\x35\xe2\x32\xbc\x1e\x89\x45\x8c\xda\x4a\x11\x4f\x64\x66\x89\x0d\x62\x06\x8f\x29\xf0\x88\x05\xb2\x93\xb6\x13\xd1\x43\xce\x47\x92\x91\x35\x08\xc1\x23\x05\x59\x86\x24\x59\x92\x91\xe5\x48\xa9\xce\x4c\xc4\x12\xa1\x7d\xea\x45\x5c\x49\x0f\x26\x1d\x10\x3d\x92\xc7\xed\xfd\xf0\x7b\x62\x4f\xeb\x04\x3c\x49\xdc\x5d\x1c\x07\xdf\xc0\x7a\x53\xba\xe1\x5b\x58\x1d\x95\x0e\xb7\x63\x82\x88\xcf\xf0\x30\xe6\xe5\xb1\x16\xbe\x87\xad\xb2\x5c\x00\xbf\x40\x27\xb4\x0b\x11\x1d\xd4\xeb\xc3\x2b\x38\x8e\xad\x79\x1c\x0e\x9f\x64\x01\x37\x83\x61\x43\xe6\xae\x16\x23\x78\x25\x63\x5a\xe1\x33\x78\x09\xed\xb9\x3c\x18\x9e\x4f\x5b\x41\x39\x09\x2f\xa3\x1e\x0c\xff\x06\x9b\x50\xdc\xce\x18\xc2\x2e\x64\x5f\x0b\x5f\x38\x88\x84\xd7\xf6\x84\x99\x44\xb3\xf7\xc6\x50\x55\xb2\xf6\xc3\x66\x88\x21\x36\xbe\x21\x83\x42\x84\x36\x4d\xc1\xd0\x59\xfe\xe5\x82\xbd\x90\x0b\x57\x2e\x7d\x0a\xb9\x72\xa6\x91\x3e\x43\x7e\x2c\xff\xb0\x51\x88\xcd\x28\x73\xb7\x85\x1a\xe8\x33\xcc\xbb\xa0\xdb\xd4\x6b\xda\xdb\xa1\x47\xe4\x4d\x6f\x8f\x41\xb3\x55\x4e\xf7\x3b\xc1\x67\xa9\xd5\xd7\xfb\xc0\x21\xf9\x9f\x06\x05\x58\x26\x0d\xc8\x8b\x01\xb3\x92\x86\x25\xce\x60\xbe\x28\x94\x28\x00\xeb\xf9\x9f\x43\xdb\xc0\xb7\xdc\x08\xb7\x68\x68\x3d\xeb\xa3\xb9\x33\x64\xcc\xc8\xd3\x36\x83\xd6\x50\xfe\xbd\x6a\x05\x7d\x4a\x4a\xef\x5d\x04\xf7\x15\x7c\xef\x3f\x04\xae\xcc\x3d\x58\xb7\x03\xf8\x94\x19\x9f\xb3\x03\x78\x9c\x5e\x9c\x64\x02\xbc\x48\x7d\x8f\x96\x81\xd3\xe5\xab\xaf\x5a\x82\x3b\x93\x77\xbb\xba\x83\x67\x85\x9e\x7b\x2b\xc0\xf3\xbc\x25\xda\x67\xc0\xb5\xf4\xcc\x17\x07\x40\xab\xb6\xcc\xf1\xeb\xc0\xb7\xc6\xac\x9e\x1b\x40\x4b\x4d\x7f\xf5\x0d\x40\x50\xde\x97\xf9\x06\x88\x2d\xaa\x10\xad\x01\xf0\xb9\x02\x78\x04\xe0\x67\x1c\x0d\xce\x07\xca\x95\x2f\x5c\xb6\x02\x23\xb2\xc2\xbd\x3a\xc0\x60\x52\x92\xb6\x3b\x40\x60\xad\x7a\xa6\x05\x5e\x1d\x0e\x1b\xad\x02\x57\x0c\xa6\x74\x15\x01\x9d\x3d\xd9\x95\xe5\x00\xb3\x8d\xa2\x99\x02\x02\x1a\x0e\x08\x2c\x00\xaf\xca\x51\x68\x27\x10\x54\xbc\xff\x8a\x03\x10\x98\xe3\x7a\xda\x16\x88\x48\x1f\xdb\x43\x05\x82\x52\xea\xb5\xbd\x80\xb9\x9c\x35\x53\xf6\x60\xec\xc4\x9b\x91\x09\x70\xd3\x68\x43\xe7\x4d\xa0\x6f\xc8\xbb\x62\x0c\xa0\xf6\xd6\x69\x96\x00\x9e\x6d\x93\xfc\x28\xc0\xbe\xfe\x0d\x88\x00\x27\x2b\xca\x83\xca\x01\xab\xc2\x85\xce\xdf\x81\x9d\x59\x33\xf7\xf8\x00\x86\xca\x05\xda\x20\xa1\x86\xd3\xfe\xb4\x00\x24\x3c\x4d\x1b\xd9\x07\x6e\x78\xb0\xac\x73\x27\xd0\x38\xe6\x52\x61\x06\x5c\x1b\x3a\xa6\x4e\x00\x2c\x7a\xbe\xf3\x9e\x00\xab\x5b\x01\x70\x0e\xb0\xa4\xb6\x2a\xe8\x24\xe1\x7d\xa9\x9b\xf3\x0d\xc2\x50\x2e\x65\xcf\x65\x42\x47\x9a\x58\xfb\x21\xc1\x9c\x3b\xef\x5d\x11\x69\x84\x70\xea\x21\x9b\x64\x4d\x48\xbe\x71\x93\x58\x4e\xb8\xd9\x34\x4e\xb4\x03\x70\x05\x1d\xd8\x3d\xc0\x5b\x16\x88\x51\x40\x63\x32\x0f\xdb\x04\x76\x86\xdb\xa3\x2d\xd0\x45\xf7\xfb\xe8\x25\xe8\xa3\x85\x1b\xba\x16\xa6\x68\xfb\xa2\xcb\xe0\x9b\x6f\x47\x49\x7b\x61\xd6\x83\x4a\x62\x21\x1c\x73\x63\x1e\x71\x3b\xec\xd1\xa4\x8d\xf5\xc0\x3b\x0a\x66\x60\x61\xb0\xa9\xb4\x1a\xdb\x04\x73\x48\x8f\xd0\x6e\x78\x24\xac\x1d\x45\x91\x25\xee\x21\xe8\x5e\xc4\xc1\x7c\x18\xf9\x8d\xd0\x16\xfd\x41\xbe\x21\xc0\x9b\x37\x44\x25\xf1\xf9\xfd\x09\xe2\x66\x62\xe4\xa0\x11\x96\x43\x9c\xd1\xb8\x0f\x3b\x83\x01\xf9\x07\xb1\x39\xd8\x66\xe9\x32\xb4\x1e\xd3\x21\x1d\x41\xa3\xb1\x85\x61\x16\xe8\x01\xf4\x8d\xdb\x7d\xe4\x2f\xda\x65\x7e\x15\xb9\x81\x96\x2d\xaa\x40\x6e\xa0\xc7\x5f\xaf\xc0\x2a\x58\x49\x13\xcb\x31\x6b\x26\x6b\x20\x14\x1d\x67\x9c\xae\x97\xa1\x24\xfa\xfe\xdc\x62\xf4\x28\x6d\x5f\xb2\x06\x9d\x4e\x8d\x21\x4e\x43\xba\x28\x55\xa1\x7b\x11\x15\xf9\x91\xeb\x27\x04\x24\xcf\xdb\xdb\x8c\xb8\x93\x9c\x16\x5d\x40\x4e\x13\x97\xbd\x3c\x8f\x19\x89\xab\xee\x06\xa2\xe9\xa2\xd9\x7d\xf9\xa8\x99\xe0\x60\xed\x6b\xe4\x16\x0f\xcc\x59\x85\xb0\x39\xfd\x49\x16\x88\x33\xfb\x04\xda\x8c\xac\x65\xf6\x5c\xdd\x0e\xff\x61\x98\xb9\xae\x87\x27\x69\x9a\xbd\x87\xe0\x6a\xaa\xf5\x22\x27\x38\x85\xf4\xf3\x39\x03\x25\x29\x47\xc7\x89\xe8\x02\x45\x68\xcf\x2b\xa4\x48\x36\x50\x63\x88\xd8\x48\xdc\xb3\x2e\xc3\x6f\xc5\x4f\x44\xf9\x70\x99\x30\x09\x09\x82\x29\x7c\x9b\x90\x35\x70\x00\xe7\x9e\xcb\x39\xd8\x81\x45\xde\x33\x00\xaf\x64\x24\x2c\xba\x08\x8d\x51\xae\x4f\xcd\x43\xba\x8b\x1e\x8f\x2e\x45\x7c\xf3\x3d\xba\x2e\xc2\x7f\xb2\x3b\x2b\xeb\x61\x4a\xc6\x96\x8c\xf5\xf0\x4e\x15\x2c\x10\x40\x9f\x14\xcf\x21\x0e\xd4\x2b\x3b\x78\x45\x0e\x65\x24\x91\x4f\xdb\x43\x44\xc1\xe3\x3d\xd6\x90\x3d\xf7\xfe\x22\x11\x38\x4a\x0f\x7d\x12\x8b\xd4\xb6\xe0\x6f\xd3\x10\xfd\xfa\xd2\xf6\x57\x70\x41\xf5\xac\xf2\x0b\xf0\xf6\xb2\x5d\xe9\x93\x50\x5b\xa1\x2d\x0f\x83\x28\x39\xae\x40\x35\xe4\xad\x39\x18\xb4\x0c\xda\xa5\x5c\xed\xac\x07\xcd\x94\x6d\x34\x53\x81\xd5\x49\x6e\x8b\xd4\xe0\x2e\xe6\xc0\xa3\x33\xc8\xbd\x9b\x13\x37\xe3\x90\xc3\x03\xce\xad\x77\xe1\xbc\x2e\x45\xa9\x33\xbc\xae\xa5\x28\xed\x39\x54\x50\x27\xe4\xe4\x41\x7e\x15\x01\x84\x95\x90\x61\xd1\xec\xcb\xd5\xe0\xa3\xec\x20\x27\x2b\x30\x2d\xdd\xc2\x6c\x25\x78\x3a\xe5\xc0\xa2\x1c\xa0\x8a\xdd\xfc\x90\x8b\xbc\xbe\x7b\x76\x28\x13\x39\x39\xec\xdd\x3a\x03\x2e\x18\xdc\x5d\x12\x0b\x2f\xef\xee\x4d\x5b\x09\x29\x5b\x37\xb3\x9f\x41\xc7\xeb\x02\xf1\x61\xd0\xbc\xf2\xf0\xcb\x46\x60\x79\xc1\x3a\xc7\xe7\xa0\x5f\xa6\xaf\xe9\x5b\x50\x27\x35\x61\x51\x1f\x10\xc4\x09\x7c\x38\x1d\xf9\xf4\xf8\xd5\xd0\x22\xc4\xe1\x9e\xb4\xc5\x1f\x56\x8e\x68\x17\x0f\xc1\xd3\x07\x0f\x2b\x09\x10\xd8\x6d\xc0\xf6\x84\xd6\x34\x3f\x4b\xfc\x0c\x0e\xd6\x5c\x0e\xe8\x06\xaf\x96\x5c\x72\x6c\x04\x67\xe7\xf4\x9a\x7e\x02\x0a\x94\x5f\xb5\x77\x10\x9e\x70\x72\x9f\x74\x33\x55\x89\xcd\xc3\x2e\x0c\x2e\x7e\x7b\x27\x93\x7e\x1e\x8f\x54\x9a\xd1\xf0\xf8\x61\xcd\x08\x35\x87\x70\x58\x10\x45\x69\x23\x7c\x82\xa2\xc8\x8f\x80\xfa\x2b\x7e\xa4\xdf\x20\xdd\xf9\x37\x49\x0f\x72\x36\x0b\x26\xc6\xc1\xba\x5a\x2a\xe2\x5e\x98\xf5\xf8\x33\x73\x09\x38\x78\x1b\x63\xcc\x01\xef\x76\x34\xd3\x26\xc1\x27\x15\x11\xb4\xf9\xe0\x53\xcd\x1a\xaa\x1d\xf8\x8b\xdf\x49\xf1\x87\x2e\x81\xa3\x64\x11\x34\x10\x34\x4a\x6a\x86\xcd\x9d\xa3\x89\xdf\x60\x99\xe9\x0f\xa2\x17\xb2\x44\xcb\x93\xb8\x11\xd9\xf2\x78\x15\x83\x86\xcd\xba\x55\x40\x27\xa1\xe5\xed\xef\x69\x61\x68\x44\x79\x16\x35\x05\x5d\xaf\xf6\xa2\x4c\x20\x53\xfc\xa5\x14\x2d\xe4\x1d\x78\x90\x6c\x8b\xce\x0d\x72\x24\x61\xa8\x8e\xd3\x57\x62\x1f\xba\xd4\x54\x4e\xb4\x40\xad\xb4\xf4\xb0\xbf\xc8\xb3\x87\x02\x7a\x22\xa3\xe0\xa6\x09\x8d\x41\x6f\x6a\xc3\x53\x21\x5a\x7d\x99\x2d\xa5\x81\x7a\x3d\x7d\x31\x65\x36\xe5\x0b\xf7\x39\xf9\x28\xc5\x15\x30\x25\x71\xc8\x55\x81\x4e\xc4\xf7\xa4\x7f\x4e\xba\x44\x77\x92\xa3\xe9\x1c\xac\x8b\x78\x7b\xc1\x0b\x0c\xc3\xd4\xf7\x9b\x69\x6f\x85\xde\x37\x64\xd4\x27\xfc\x47\x2d\x75\x94\x57\x3c\xd7\x12\x31\x45\x9f\xd3\x98\x86\x27\x07\xb3\x0f\x72\xa2\x48\x65\xcc\x67\xf8\x29\xd2\x2c\x86\xe8\xf2\x49\xa2\x37\xdd\xcc\xf1\x0c\x56\x43\x1d\xdf\x2d\xc7\x0c\x28\xfd\x0b\xbe\xa3\x1d\xa4\xa8\x7b\x6f\x68\x97\x15\xd3\xae\xab\xa8\x11\xb2\xeb\x4d\x3f\x29\x09\x12\xa4\xe8\x09\x39\x23\xe9\x60\xea\x03\xd2\x23\xd1\x1c\xd6\x0f\x92\x31\xff\x63\xa2\x9c\x48\xe1\x8e\x07\x38\x60\x83\xec\xda\x53\x1a\x4c\x8f\x99\xbf\x7b\x0f\x4a\x62\xcc\xd4\x5a\x8e\xfc\xa5\xec\xbd\x23\xa2\xd6\xe5\x5f\xea\x0f\xa4\xb4\xe6\x18\x36\x20\xe4\xc1\x8c\xa7\x05\x28\xe9\x73\x3a\x35\x45\x49\x32\x52\x1a\x32\xde\x10\x63\xe4\x13\xf1\x37\xb1\x01\x09\xd9\xff\x31\xa6\x2d\xde\x71\x52\x83\x9e\xe7\xbf\x31\x69\x41\xf2\xb9\x61\x5a\x81\xf0\x17\x5a\xc9\xe8\x47\x6a\x56\xc3\xde\x9e\x5a\x8a\xac\xba\xa7\x4e\x97\x4c\x29\x47\xf3\x76\x92\x52\x8a\x7e\xc9\x82\x89\x1d\x79\x01\xb4\xc7\xc4\xf9\x99\xb7\xe3\x66\x63\x17\xd2\x8d\xfc\xae\xa2\xa9\x0a\xf0\x04\x1f\x79\x20\xd5\x32\xd9\x88\xac\x17\xd7\x69\xc5\xc1\xb6\x8c\xb7\xc3\x8f\xa9\x95\xd7\x97\x77\x75\x53\x24\xdd\x2f\xaa\xff\x90\x91\x36\x59\x8e\x01\x89\xde\x38\x43\x42\x26\x66\x54\x3b\x50\x37\x62\xe3\xa5\xd4\x98\x38\x6c\x7d\x7e\xba\xef\x26\xd4\x31\x53\x79\x5c\x81\x90\x54\x0b\x77\x25\xc1\x95\x72\x03\x2d\x14\x6a\x63\x75\xdc\xfe\x4b\xbd\x39\x72\xbc\xf3\x35\x25\xf3\x46\x75\xf5\x6a\x32\xd2\xfb\x23\xfb\x14\x09\x69\x7f\x91\x5c\x4f\x14\x34\xe6\x50\x2e\x63\x8d\xd5\x7e\xd1\x43\xe8\xf7\x92\xb7\x3e\x32\x54\x2f\xef\xf4\xf1\xc3\xc8\xa9\x8c\x1d\xbb\x42\xe0\x38\x85\xa5\x56\x36\x14\xce\x0e\xbc\x7d\x8a\x3a\x35\x91\xd1\x69\x45\xc9\x19\xed\xaa\x0a\x22\x47\x0d\x15\x66\x65\x90\xae\xf4\xed\x4f\xde\x44\x0c\x6f\x67\x92\xef\x60\xac\x86\x9e\x68\x6f\xb4\xb6\x72\xd4\xe7\x30\x32\x5a\x94\x72\x7c\x31\xfc\x35\xdb\x63\x57\x08\xbc\x34\x35\x5d\xeb\x2f\xf8\x8e\x9d\x3f\xaa\x23\x34\x4a\xc8\xee\x89\xe7\x07\x25\xae\xac\x5b\xcf\x6d\x4e\xc4\xe7\x09\x39\xae\x89\x4f\xe4\x0b\x58\x6f\xf1\x61\xf4\x74\x26\x4a\x30\x8e\x2b\x65\x2c\x07\xe6\xfa\x55\xd2\x4a\x81\x89\x13\xa1\xd4\x8b\x60\x99\xf1\x6b\x4a\x00\x94\x35\x2f\x9d\x5c\x04\xdb\x8f\x78\x09\x68\x00\xa1\xbb\x9c\x37\x05\xc8\x6a\xdd\xb9\x67\x81\x92\xdc\x71\xf6\x47\x60\x48\xe6\xcb\x92\x80\x0b\xe9\xb3\x99\xe6\x20\x18\xb7\x85\x3e\x0e\xfe\xf6\x33\xa1\xd1\xa0\x84\xe3\x4f\xa9\xc7\xa1\xcf\xc6\x18\xc5\x1b\x16\xcf\x73\x27\xe7\xc2\x1d\xc3\x0a\xfe\x5b\x24\xae\xeb\x25\x2f\x04\x39\x5a\x43\xe2\xbc\x47\x16\xe7\xae\x63\xf3\xe1\x27\xd2\x0a\xd6\x21\x78\x90\x16\xc8\x98\x82\xdf\xc4\x26\xd3\x05\xc8\x3a\xdf\x1a\xda\x49\xe4\xc8\xf1\x04\xaa\x2e\x72\xc9\xd8\x92\xb2\x1b\xa9\x9c\xb7\x87\x0c\x23\x31\xb7\x7e\xf1\x67\xd2\xa4\x9d\x57\xb8\x42\xea\x8d\x6a\x3d\xce\x36\xca\xdf\xec\x3a\xd6\x30\x65\xbf\x24\x90\xc9\x26\x73\xa9\x7b\x18\x87\xc8\x3a\x31\x0c\xda\x67\x92\xd2\xa7\x95\xda\x4e\x5a\x7c\xac\x88\xa2\x26\xb2\x76\x36\x92\x1b\x89\x67\xe6\xe9\x93\x7e\x62\x4b\x6f\x9e\xe3\xb9\xf3\x17\xb5\xdf\xe5\x4c\x71\x1b\x2b\xb9\x6c\x2a\xc7\x33\xeb\x00\xcb\x94\xf5\x35\xe9\x0f\xe3\x15\x33\x93\xfc\x82\x9e\xc5\x40\xa3\x03\x69\x57\xe9\xfe\x17\x6f\x52\x4d\x69\xc6\xc7\xe6\x51\x16\x52\x17\xed\x0c\x21\xaf\xa3\x9c\x9a\x77\x8a\x64\x49\xec\xbf\xd1\xc1\x1d\x91\xf9\xb7\xed\xe1\x5c\x96\x78\x94\xff\x64\x4f\x4f\xb2\xcb\xa8\x60\x66\x89\xf6\x8a\xd9\x0c\x6f\xc1\x5e\x92\x8c\xbe\x81\x77\x21\xca\x9a\xfa\x9c\x43\xb9\x70\x8f\xa2\x61\xc9\x1c\xae\x90\x63\x19\xc3\x3b\x57\x91\x62\xe9\xac\x79\x08\x31\x92\x0c\x5d\xf7\xe1\x9a\xe7\xcc\x6c\x9e\x60\xf7\x67\x2e\x2d\x4d\x63\x05\xa9\x57\xaa\x13\x98\xd3\x95\xff\x84\xf1\xf4\xfc\x94\x17\x58\x29\x2d\x5c\xfa\x26\x32\x89\x6a\x9e\xf4\xe2\xbc\x98\xfc\x4e\x38\x7c\xf4\x1a\xa9\x9a\xf7\x6d\x47\x0a\x51\xcd\x9d\x3d\xaf\x01\x0b\xa7\x0e\xf5\xcf\xe4\xee\xae\x59\xdd\x08\xb0\x33\x2b\xd6\x14\xbb\xb0\x0c\x4a\x74\x54\x87\x19\x65\xf9\x93\x7c\x5f\xba\x73\x76\x0e\xd2\x41\x9b\xab\x49\x0c\x9f\xa4\xf4\xa5\x59\x7a\x1f\x22\xc3\xf2\x0f\xf6\x61\xa4\x03\x12\xdc\x8e\xf9\x44\x1d\xd1\xdf\x79\x37\xd1\x52\xfa\x54\xcf\x08\xd7\xb7\xe7\x50\xfd\x15\x76\x73\x7b\x6c\xa1\x05\x6b\x57\x13\x5e\x69\xce\x28\xa8\x3d\xc1\x8d\xa6\xef\x2b\xff\x09\xfd\xa6\x3e\x28\xca\x0f\x73\xa6\xf0\x73\x1d\x3c\x5f\x93\x2d\x34\xb7\xec\x42\x89\xcf\x95\xbf\xb7\xc7\x63\xd9\xd2\x47\xf3\xee\xa3\x06\x4c\x45\xf7\x37\x6e\xe8\xd0\x96\x3a\x84\x3d\xd8\xf7\xae\xc0\x91\x65\xde\xc9\x4c\x3d\xc3\xc8\x6b\x7e\xc1\x49\xa3\x1b\xd7\xad\x87\xac\xa8\x5d\x15\x2e\xa1\xe9\x94\x88\xa2\x60\x4f\x1f\xf2\xc2\x9c\x38\xbb\xd9\xc4\x0a\xf5\xfd\xed\xc7\xb0\x60\x79\xcb\xfc\x59\xc8\x4d\xd6\xbe\x6e\x3b\x6e\xc4\x98\x75\x6d\x27\x7b\xf0\x66\x4d\xbe\x80\xb5\xbb\xff\x9f\x22\x9d\x21\xeb\xfc\xc7\xfe\x4e\xd7\x69\x1e\x00\x55\xd4\x94\x5a\x7e\xe8\x46\x8a\x79\xb9\xe5\xb9\xdf\xa4\xde\x82\x2e\xdb\x41\x62\x60\x66\xd3\x76\x1b\x6c\xb6\x62\xf1\x7c\x0f\xe4\x2c\x8b\xd8\xe3\x2e\x37\x8c\x6f\xae\xf7\x92\x7c\x4b\xb0\x2d\x7c\x99\xd4\x99\x50\x9f\xb6\x5b\xd4\x9c\x78\x98\x27\x10\xb4\x25\x8e\x20\xbb\x78\xcd\xf8\x8c\xf0\x00\x4e\x13\x81\xea\xc5\x67\x0d\x01\xbe\x76\x67\x98\x33\x40\x4b\xa3\x7f\xf4\x26\xe8\xd4\x6c\x22\x6d\x35\x3c\xbf\x9b\x2c\x2b\x25\x04\xd6\xd1\x25\x62\x02\xab\x70\x73\x52\x38\xa1\x4d\x89\x8a\x22\x00\x1c\x77\x4a\x10\x0f\xb8\xc3\x0a\x1e\x09\x18\x0a\x9b\xe0\x70\x41\x6f\xaf\x15\xac\x02\x70\xca\xf6\x15\xe3\x1d\x14\x66\x94\x4f\x2f\x87\xb7\xcd\x0e\xa0\x2d\x87\x13\xbb\x72\x65\x76\xb0\x5e\x6d\xa5\x64\x2f\x8c\x2b\x38\x9b\xb4\x1c\xfa\x92\xda\x27\xda\x00\x4d\x72\x4f\x0a\x4c\xa0\xd7\xf0\x3c\x9e\x35\xbc\x3e\xcc\x9b\xe3\x0e\xfb\x7b\xa6\xb1\xf0\xb0\xd4\x96\xc1\x68\x87\x6f\x18\x5d\xa1\x73\x11\xdb\xd9\x0e\xd4\x17\xc8\xfc\xce\x93\x52\x06\xa5\xa7\xc6\x35\x99\x42\xd9\x9c\xaf\x25\x8e\x23\xc7\x2a\x30\x21\x91\x74\x87\xb3\x8c\x9f\x42\xf2\x00\x5f\x70\xcb\x88\x3f\x43\xbd\xd8\xfd\xc4\x82\x73\x4d\xcc\x7f\xc4\xa3\x36\x8f\x18\xce\xd8\x4b\xa3\x19\xf4\x35\xd8\x93\xd9\x47\xa8\x97\x50\x7a\xfb\x75\x49\x0f\xe7\x65\xf5\x9a\xa4\x5a\x76\x67\x6e\xb1\xa8\x95\xc5\x49\xb1\x10\x8c\x30\xcf\xb2\x1e\xf2\x3e\x31\xcc\x80\xeb\xdc\x95\xf4\x83\x57\x2f\xb1\x0f\xd3\x5c\xce\x3e\x64\x86\x52\x1d\x6c\x4e\xd1\xeb\x29\x17\x0d\xfb\x68\x31\xe4\xa7\xb3\xe9\x14\x15\x71\x4f\x9b\xbb\x64\x5d\x72\x5f\x65\x7c\xd2\xd6\xa4\x99\x39\x4e\x22\x43\xd1\x0e\xd9\x13\xc1\x41\xc1\x69\xa6\x8a\xe7\xcd\xc3\x08\xf9\x1c\x1a\xe7\x69\x48\x20\xab\x9a\xed\xe4\xf1\x8a\x71\x87\x29\xb2\x6e\xa3\x6f\x66\xac\x36\x54\x52\xdb\xe9\xe6\xb3\x1f\x93\xc7\x48\x37\x5b\x16\x25\xa7\x66\x14\x94\xc7\x8a\x85\xea\x45\x59\xeb\x85\xd2\xb4\x8b\x92\x5b\xfc\x34\x05\x8b\x5e\xcf\x2d\x95\x35\x26\x7e\x60\xdf\x95\xe8\x5c\x79\xc2\x9a\x27\xf6\x3d\xf3\x84\x61\x24\x90\x1e\x79\x40\x0b\xe2\xad\x33\x34\xa1\xbc\xe2\x34\xcd\xd9\x4c\xba\x4e\x9d\xde\x78\x2b\x39\xaa\x62\x71\xe9\x32\x71\x78\x89\x93\xe6\x83\xd0\xa7\x20\x2b\xa9\x85\x7f\x26\xe7\x16\xf5\x3a\xf7\x5c\xc6\xf7\x04\x43\x76\x62\xba\x51\x90\x0b\x53\x99\xea\xe1\x9e\x4f\xaf\x97\x25\x1e\x9e\xa2\xbe\x49\xd6\x36\x50\x51\xce\x88\x16\xcf\x31\x27\x69\xd3\x5e\xd6\xbf\x4d\xae\x69\x8f\x2d\x3e\x22\xe6\x34\x7d\x49\x7f\x2c\x8c\xa8\xf3\x10\x35\xf0\x3d\x2a\xd9\xe4\x47\xdc\x63\x25\x05\x71\x7e\x6c\xb7\xfc\xe1\xcb\x0d\xcc\xa0\xac\xaf\x6e\xe7\xe9\xf1\xea\xf5\x87\x9e\x52\x53\x53\x3f\x1b\xcc\x25\x7f\x90\x04\xcc\xb1\x23\xe2\x19\x60\xdd\xe7\xe4\xd1\xbe\xc9\x22\x4f\xb1\xa6\x6b\xb1\xea\xa7\x90\xd0\xba\x54\x38\xce\xf7\xaa\x7f\x40\x9e\xc9\xb5\xab\x62\xc6\x4a\xd8\x87\x4b\xad\x2f\xcf\x63\x1e\xcb\x7f\xe3\xda\x4b\x3f\x9d\x55\x76\x08\xa0\x86\xa7\x07\x6e\xbd\x45\x2e\x91\xe9\xcc\xb9\x40\xdc\xc2\x9c\x5f\xa7\x97\xfc\xe6\xa6\xb8\x90\x23\x2e\x1e\xc0\x54\xfb\x84\x84\xee\x83\xc2\x0d\x7c\xc7\xd6\x0a\x92\x07\xd7\xa8\x61\x76\xcc\x0f\xf6\xca\xaa\xb3\x01\x44\xa6\x4e\x49\x86\xab\x0f\x5d\x27\xef\xe3\x21\x73\xaa\xbe\xe6\xe7\xd6\x1e\xf2\x29\xb9\xfd\x9c\x74\xac\x80\xe9\x56\xbe\x34\xfb\x42\xfc\xd1\xec\xf3\x19\xfb\xe3\xfb\xe5\x3d\xe9\xd6\x09\x07\x39\xbe\xca\xd3\x09\x9d\xc8\x96\x94\x80\xc4\x88\x6b\xc7\xa5\x89\x78\x0b\xbf\x8d\x49\x1c\xc2\x5a\x67\x7d\x61\x06\xb0\x70\x5f\x1f\xef\x3b\xf0\x67\xd3\x6e\xae\x1b\xb4\x6c\x7a\x00\x73\x2f\xf4\xad\x2c\x3a\xeb\x03\x5e\x9c\xd5\xa8\x99\xc0\x0f\xc9\x77\xab\xde\xe2\x7f\xb1\xc7\x94\xb3\x09\x47\xe1\xc2\x14\x7d\x42\x49\xe4\x84\xd4\x16\x30\xf3\x6d\x49\xf2\x05\x6e\x38\x75\x0b\xc9\x60\xd4\x3e\x88\xf7\x14\x5a\xb1\xf1\x33\xf7\x04\x34\x39\xdd\x99\x69\x08\xdb\x94\x0e\x65\x51\xa0\x79\x59\x2b\x35\x28\xf8\x47\x26\x50\x49\xc1\x49\xb6\x53\x6a\x2d\xf8\x0e\x36\x93\x4f\x40\xcb\x22\x43\xa4\xd3\xa1\xb3\xbe\xde\x49\x5b\xa1\x12\xa7\x48\xe1\x19\x78\xde\x3e\x73\x5e\x23\x1c\xb8\xb1\x9b\x6b\x00\xff\x9c\x7e\x92\x39\x03\x6e\x2b\x69\xca\xcc\x27\xeb\x65\xea\xa8\xbb\x49\x7c\xa9\x38\xed\x37\xf1\x33\xcb\x39\x75\x23\x91\x00\x1d\x91\x9f\x24\xae\x8b\x60\x4b\xe2\xb0\x27\x3e\x72\xb1\x12\x6b\x74\xec\x11\x8c\x63\x14\xab\x5a\xde\x71\xcc\x67\xa3\x80\x93\x83\x29\xa6\xc7\x32\x20\x74\x45\x71\x54\xe6\x16\x16\xa2\x19\x55\x9b\x30\xa9\x92\xb0\x34\x4f\x46\x3c\x73\x9f\x02\xa3\x27\x80\x76\xb2\x62\x1a\x3b\x3c\x23\xf9\x29\xb5\xff\xe2\x0d\xf1\x6a\xea\x1a\xc7\x8d\x82\x13\x94\xb3\x56\x4e\xdc\x72\x72\xd5\xc6\x08\xf6\x3f\x72\xd9\xf4\x66\x7a\x17\xc6\x2f\x32\xcd\xe0\x8b\x54\xea\x94\x74\x95\x70\x49\xf2\x41\x65\x1f\x3f\x92\xb1\x36\xe5\x33\xf7\x01\x70\x48\xb6\x89\xe3\x1b\x56\x95\xec\xcd\x5e\x74\x71\x9a\x48\xcc\xec\x39\x15\xcd\xaf\x63\x5c\xb3\x7c\xc2\x5d\x49\x3f\xbb\xf1\x02\xfb\x20\x7d\xe3\x8c\x0d\xb4\x6f\xa4\x39\x05\x76\x19\xda\xaa\xed\xaa\xba\xf4\x95\xa9\x9f\xc5\x61\xca\xfd\x29\x0a\x5a\x40\xca\x59\x99\x21\x3e\x53\x9a\x98\xdc\x18\x6a\x9f\x54\x24\x06\xce\xb7\x0a\x9f\x0a\x1d\x4e\x22\xfc\xd9\xfc\x79\x96\xbb\x39\x1e\x5c\xe3\x8d\xcb\x58\x67\x38\xf3\x67\x44\x52\xdf\x90\xff\xe6\x19\x6a\xee\x16\xb9\x28\xdb\x54\xf7\xf3\x97\x0a\x93\x52\x7f\x64\x77\x53\x54\x29\xb3\x32\x02\x13\x71\xd2\xd5\xe9\x33\x43\x5a\x92\x1c\x52\x7b\xbd\x23\x84\x09\x72\xf9\x89\x68\x9e\x40\x92\x60\xe1\xcf\x1e\x15\xff\xd3\xcb\x62\x56\x09\xbc\x66\x28\xa9\xeb\xa9\x39\x39\x4e\x19\x8b\x1a\x7c\x15\x2f\x54\x9f\x6a\xa2\xf8\xb5\xa9\x1f\x2b\x2e\x91\x86\xe5\xef\x4b\xb6\xc5\x3b\x49\x3e\xe6\xbf\x0c\xde\x9d\xb4\x28\xbb\xc7\x6b\xa1\x70\x97\xa6\xfe\xb8\x33\xcf\x3a\x6d\xd2\x9c\xcc\x06\x14\xba\x7a\x86\xcc\xa3\xe2\x47\x33\x1a\x29\x28\x7d\x76\xb6\x38\x63\x41\xbb\x87\x42\x4f\xf5\xad\x59\x87\xf7\x38\xf5\x73\x5d\x3a\x69\xb6\xfc\x59\xd5\xe2\x38\xa6\xe4\x41\x69\xcc\x15\x54\xfc\xa1\xe0\x93\x67\xb4\x70\x6e\x0e\xe7\xd8\x0d\xde\xf2\x8c\x4b\xe6\x46\xec\xe3\xca\x57\x1b\xfe\x32\xa7\x25\x3b\xce\x98\xa0\xec\xa0\xd3\xb2\x7e\x69\xfe\xf5\xa6\xa6\xc4\xa8\xde\x77\x2e\xe5\x6d\x4b\x7d\xd9\xe2\x47\x3c\x2b\xbf\x59\xcf\x8e\x7d\x2e\x69\xa8\xca\x0a\x7a\x23\x6e\x2d\xbd\x7b\xee\x9b\x60\xa0\x70\xcf\xb1\x68\xee\x50\xf6\xd7\xbd\xef\x58\x3f\xd2\x17\x6d\xf8\xce\x48\x96\x9c\x9b\xa9\x47\xae\xa5\xdf\x4e\x3d\x5b\x79\x3e\xbe\x47\x48\x28\xc5\x27\xec\xa6\xcd\x2a\xcc\x4f\x10\x11\x5e\xe6\x76\x25\xae\x8c\xd0\xcb\x7c\x94\xd8\xe8\x77\x53\x3d\x1d\x0f\xb9\xf9\x2b\xf5\x08\xde\xb6\xf6\xf2\xfd\xc0\x79\x93\x47\xc9\x95\x60\xc0\xea\x29\xf1\x3b\x88\x83\xc3\xb1\x7f\xc2\x01\x8a\x67\x15\xbf\xf1\x25\xc2\x25\xa5\xfa\xf8\x71\xaa\xba\xd0\x8b\x30\x87\x20\xcc\x85\x08\xae\xe1\x37\x33\xd3\x08\xcd\x7e\x9c\xf4\x5e\xc0\xde\x4d\x2f\xf5\x3d\xf0\xd4\x56\x4b\xbe\x12\x54\x9a\x94\x26\xa7\x41\xfe\xab\xbb\xc4\x0f\xe0\x93\x38\x1c\xfb\x15\x2c\x50\x44\x54\xa8\xc0\x7a\x81\xba\xa4\x0f\xcc\xa2\xee\x2b\x9c\x05\x6a\x08\x56\xb9\x26\x60\x5d\x38\x2d\xd3\x13\xfc\xe0\x67\x9f\x4e\x85\x0e\xba\x3e\x4f\x2d\x83\x32\x6c\x86\x65\x93\xf0\x2a\x13\x4a\x72\x2c\x2c\x5b\x5d\x28\xae\x45\xbc\x70\x38\x76\x2b\xfc\x2d\xa5\xb8\xfc\x05\xe9\x10\xff\x65\xc9\x1a\x62\x1b\x25\xb9\xe0\x22\x71\x3f\x5e\x98\xc3\xc7\xc6\xc2\x9e\x67\xb4\x60\x22\xdf\x2a\xd5\x47\x2c\xd6\x35\x22\x75\x13\x16\x61\x73\x4d\xe6\x83\x05\x98\xec\x4f\xfa\x8c\xc5\xac\x16\x89\x77\x11\x17\xe3\x70\xec\x3d\xa8\xae\x5c\x59\xee\xc2\xf8\xc9\x9f\x56\x0c\x31\x56\x92\xcb\xf3\xdb\xe8\xfa\x89\x6d\xd9\xdf\x68\xa7\xc2\x4c\x32\xb6\x53\xf9\xbe\x8b\x54\xfe\x94\x3f\x2e\xf7\x14\x12\x0a\xd1\x66\xa6\xb4\x87\x32\x63\xd7\xef\xa4\xd3\xe4\xca\xd5\x6a\x91\x3f\x65\x23\x0e\xc7\x8a\xc4\x82\x65\xa2\xb2\x2a\x81\x01\xf7\x7b\xd1\x5b\xde\x24\xa9\x2b\xdf\x82\x7b\x2d\xe1\x79\x76\x08\x67\x7d\x68\xb8\x46\xce\x7a\xea\x73\x21\x6d\x84\x39\xec\x62\xaf\xd0\x61\x3c\xb2\x4e\x92\xee\xa6\x3f\xdf\xd5\x22\x56\xd3\x8f\xac\xee\x12\x12\xe8\x73\x70\xae\x4c\x21\x31\x4f\x7a\xbc\x6c\xa9\xa2\x8a\x53\x5e\x74\x4a\xae\x26\x5e\xcb\x13\x4b\x99\xf1\xaa\xac\xfa\xe4\x2b\x57\x0f\xa9\x9f\x88\xcf\x5f\x3c\x95\xa6\x2b\xc4\x4e\x5f\x4c\x39\xcd\xef\x3a\xf2\x58\x12\xcc\x5b\xb9\xcb\x55\x34\xc8\xf9\xb9\xba\x4a\x70\x8d\xf5\x0e\x57\xc7\x88\x23\x07\x25\xd7\x96\x8e\xe6\xba\xb3\x0d\x0a\xbf\x64\xb9\x61\x5a\x79\x56\x1a\x66\xdc\xb1\x2c\x77\x15\x2f\xf8\x87\x3a\x2c\x35\xf3\xc2\x66\xa5\x52\xfe\xcf\xf9\x82\x7c\x48\x4a\x38\xb2\x24\xf9\x69\xb2\xbe\x71\x93\xe8\xa0\x38\x78\x35\x9b\x5f\xc4\x73\x9a\x36\x93\x9e\x42\x19\x4b\x32\x2a\x6d\xa9\x5a\xc3\xcc\x2e\x7c\x50\x26\x42\xc0\xbc\xf9\xc5\xb3\x63\xae\x67\x2d\xcb\x3f\x77\x45\xaa\xde\x90\x5d\xe5\xfd\x44\x69\x97\xe1\xea\x64\x2f\xbf\x9a\xae\x7f\x78\x77\x72\xa2\xd2\xd6\x78\xbd\xb0\x47\xf6\x7e\xf5\x41\xfe\x46\xe1\xba\x69\x7b\x69\x9f\x68\xb3\xc5\x84\xd2\xfa\x86\x38\xc6\x8f\xc2\xd1\x1a\x0d\xdc\x9e\xfb\xad\xa2\x39\x66\x43\xe6\xcf\x92\xfe\xa0\xaf\xe9\xdf\x0b\x9e\x79\xbb\x2a\x57\xe6\x5a\x39\x76\xc8\xf7\x66\xde\x3e\x34\x90\x6c\x93\xfe\x70\xe7\x7d\x21\x5d\xb1\x6d\xb5\x11\xaf\x4f\x64\x3f\xed\x0c\x4d\x4e\x8b\x11\x3d\x2e\x2d\x69\xdb\xcb\xb8\x50\xd8\xd6\x64\x04\x6f\xce\xbd\x53\x37\x3f\x9a\x95\x39\x54\xf9\x22\x28\x3a\xbd\xb3\xf4\xb6\xd7\x44\xea\x9d\xc2\xaf\x8e\x57\x64\xef\x72\x1f\x1d\x22\x27\x7d\xca\xc8\xdc\x59\x2e\xdc\x9d\x3a\xba\xda\x9c\xe7\x26\xde\x3a\x8d\x42\xdb\x4e\xcb\xa7\x17\xb5\x87\x24\x1e\x85\x3f\x35\xc9\x12\x69\xb1\xbc\xda\xc9\xc4\xc6\x90\x94\x4a\x63\xfc\x66\x9f\x6d\x25\x11\xf8\x4a\xb7\x5d\xf9\x95\x84\xb0\xa3\x87\xb3\xfe\x00\x27\x2c\xf2\xd5\xe7\x40\xe7\xad\x9f\x95\x17\xa0\xd8\xc5\x78\x45\x21\xdc\x80\xc3\xf1\x14\xc8\x22\x3a\xdc\xf6\x97\xf0\x1c\x6e\x6c\xb2\x22\x7c\x8e\xf5\xa8\xe5\x11\x7e\x84\x84\x54\x3c\x06\x0c\x7d\x70\x25\x46\x00\xd1\x6d\x6e\x7e\x3c\x38\xf3\xe8\xda\xac\x76\x30\xc7\x82\xaf\xde\x0e\x45\x6e\x1d\x57\x1e\x80\xdd\x17\x27\x28\x98\xc8\x39\x1c\x8e\x47\x41\x36\xd3\x8f\xb7\x71\xa0\x42\x18\x6d\x1c\x83\x28\xb1\xcb\x6b\xad\xa0\xf3\x21\xbb\x2b\xb8\xd0\xd9\x8b\x43\xc5\x77\x21\xd8\x75\x22\x7f\x27\x34\x60\xff\x3d\x0b\x84\x8f\x58\xc4\xa4\xbf\x83\x7b\xb6\xb6\x2b\x67\x22\xf8\xc5\x09\x0a\x67\xd4\x0e\x87\xe3\x9d\x41\xa2\x68\xfc\xd6\x1e\x52\x1c\xf4\xb6\x71\x2d\xf1\x65\x8c\xaa\x86\x42\x3c\x17\xdc\x5e\xfe\x08\xfb\x76\x31\xbc\x78\x0f\xd6\xe0\x4a\xc9\x23\x63\x05\xf6\xa5\x99\xc3\xd8\xff\x87\xa2\xfa\xf0\x87\xf2\x61\x00\x00\xfe\x34\x54\x66\x7b\x4b\xd2\x4e\x8a\x4a\x7b\x4a\x11\x22\x23\x23\x45\x08\x15\x49\x38\x77\xf7\xcc\xdb\x7b\x6f\xe7\xee\x9c\x73\x0e\x67\x9c\xbd\x47\x56\x54\x8a\xf6\xd0\xde\x7b\x8f\x5f\xfb\xfd\xbc\x7f\xc4\xf7\xf3\xed\x5c\xe7\x67\x88\xa2\x3c\x5d\x54\xa2\x3b\x4a\xdd\x35\x51\xa1\x11\x53\xd9\x00\x20\xac\x26\x9f\x64\xfe\xe9\x9a\xca\x29\x45\x13\xdb\x52\xd8\xcd\x59\x33\x1b\x6f\xb0\x7a\x8f\xed\xab\x5d\xcf\xfc\x17\x63\x6f\x11\x31\x63\x43\x56\x98\x9f\x30\x9e\xee\x3a\x6a\x5a\xcb\x90\xae\x9b\x96\x5f\xcc\x88\x5e\x24\xd7\x9a\x18\xb4\x89\xfd\xb9\x1a\xfa\x7f\x00\x20\xb8\x42\x51\x31\x45\x9d\x27\xc4\x7e\xc8\x70\xeb\x19\xe1\xab\x4c\x56\xe3\x2a\x01\xe7\xe8\xe5\x1a\x05\x3f\xf2\x50\x61\xc5\x47\x5e\x40\xf0\x90\x79\x27\x37\x71\xd7\xec\x42\x19\xc7\xbc\xf6\x81\xfe\x33\x67\xca\x22\xa6\xe6\x06\x67\xea\xa4\x91\x6a\x09\xcb\x17\x00\xf8\xf7\xa9\x16\x86\xf9\x74\x65\x2e\x0a\xff\x6a\x1d\x91\x23\xca\x30\x36\x24\x29\x8d\xc9\xef\xab\xdb\xe5\x9d\x07\x07\x2b\xc6\xcb\xac\x82\xa7\x96\x1c\x92\x10\xbc\x59\xc6\x12\xb1\xcb\x5a\x34\xef\x9f\xc8\x7e\xd1\xf1\xdc\x01\x61\xc1\xa4\xd0\x9c\xb5\xdc\x63\x00\xc0\x33\xd1\x37\xd3\x5b\x4e\xcf\x33\x35\x43\xbf\x5b\x70\x46\xc7\x53\xe6\xfa\xeb\xf9\xec\xa4\xef\xd5\x0b\x74\x1f\xa3\xef\x97\x1f\xd7\x60\xfb\xbc\x8a\xeb\xd4\x81\x3b\x6f\x15\xfc\x51\x1d\xf1\xfc\x9b\x17\xa8\x78\xb7\x68\x51\xae\xb5\x8c\x32\xe9\x94\x6a\x95\xc0\x1a\x00\xb8\x75\x0c\x02\x4d\xd5\xd1\x51\xed\x04\xbe\x6e\x99\x59\xf1\x2f\x5d\x57\x9f\x5d\xfa\x20\xf1\x4b\x55\x43\x71\xcd\x81\x57\x65\xef\x0a\xcb\x83\x8e\x17\x7b\x18\x7e\xef\x5c\x5c\x90\xa5\x2f\xf7\x24\xea\xda\xb4\x82\x85\x4f\xd5\xc7\x54\xb9\x93\x40\x65\x92\x68\x27\x00\x70\x47\x30\x8f\xd2\xc6\x76\x08\x1b\x86\xc0\x84\xe6\x37\xb5\x19\xe9\x4e\xf5\xfe\x55\x13\x13\xa1\x2a\x7a\x79\xf9\x01\xb0\xac\xc6\x8c\x0f\xb2\x2e\xfa\x52\x54\xe4\x75\xab\xc0\xc3\xc8\xf6\xf4\xd2\xe1\xf4\x6b\x17\x5e\x54\x4f\x53\xef\x9a\xc4\x52\xfc\x10\xaf\x04\x00\x4e\x21\xb3\x89\x4a\xe9\x88\x68\xfd\x48\x7c\xd3\xdc\xd8\x14\x77\xb2\xaa\x7e\x6a\xdd\xad\xc4\x69\x55\xde\xd5\x51\x07\x1c\xcb\x8e\x5a\xec\x03\xdb\x8a\xf2\x4b\x8b\xbc\x0a\x0c\x37\x8b\x28\x9e\x0b\x74\x53\x0c\xbb\x16\x5e\xcd\x31\xe5\xca\x26\x35\x28\x8e\x89\x1f\x01\x93\x39\x1e\xcc\xeb\xa4\xef\xe7\xd2\xc0\x04\xfc\xde\xde\x4c\x90\x75\x62\xcf\x69\x12\xa8\x8d\xef\x69\x41\xc1\x17\x11\xcf\xea\xd3\xa0\x23\x01\x69\x55\x47\x60\xbb\xed\x0b\xcb\xa2\xe1\x47\xab\x3c\x8b\x4e\x22\x8f\x5c\x96\x17\x24\x63\xd3\xec\x3f\xeb\xff\x90\xc2\x00\x40\x7c\x83\x74\x98\xd4\x73\xce\x16\x7e\x89\x5f\xde\x3b\x05\xbe\x75\xc2\xe5\xf4\x12\xb8\x33\x3e\xbf\x65\x05\x7c\x23\xa2\xb7\x7e\x3e\x32\x3b\x20\xa4\x6a\x2e\x22\xda\x6e\x5b\x36\x1b\x75\x5f\xb5\xb4\x68\x13\xfa\xcd\x65\x5e\xc1\x26\xec\x83\xfd\x3f\xfd\x05\xd2\x15\x00\x10\xb7\x91\x52\x48\xb4\xb3\x66\x4c\x86\x1f\xd5\x53\x8b\x85\xa6\x7e\xeb\xb8\x80\x8d\x8f\xcf\x6e\xbe\x86\xbe\x8d\xc8\xaf\x1b\xc2\x46\x06\x78\x56\x5e\xc4\x7c\xb7\x7d\x28\x1d\xc0\xea\x57\xcd\x36\x7d\x27\xf9\xb8\xcc\x36\x7c\x27\x4f\x76\xb0\xd6\xd3\xc8\x3a\x00\x10\xd3\x49\xb5\xd8\xbf\xfe\x47\xf4\x71\xd9\x92\xee\x4f\xb4\xa3\xa9\x39\x1d\xf6\xd4\xfe\xf8\xa5\xcd\x8e\xd4\xc8\x88\x43\x75\xb3\xa8\x33\xfc\x7f\x54\xce\xa0\x5a\x6d\x3b\x5d\x3a\x99\xea\xb4\x6a\xbc\x29\x88\x1a\xea\x32\xc3\xb0\x93\xfa\xd0\x61\x5d\x5e\x15\xb5\x10\x00\x44\x83\x64\x23\x56\xd5\xbf\x90\xf3\x29\x7b\x7b\xf7\x5a\xf6\xcf\xd4\x6d\xed\xfb\xd8\xa3\xe3\x1e\x36\x25\xb2\xd6\x45\x2c\xa9\x4d\x61\xaa\xfc\xcf\x59\x8e\x31\x5d\xb6\x69\xcc\x89\x8c\x3b\x1e\x5f\x0b\x85\x8c\x2e\x97\x09\xf9\x27\x99\x2b\x1d\x4e\xea\x4a\xe9\x57\x01\x40\xf8\x90\xd2\x8a\xf9\xf5\x65\x8a\x77\xe0\x86\xbb\xa8\xc2\x27\x29\xf7\xda\x72\x05\xc2\x38\x49\x63\x0d\x3f\x26\xfc\x7d\x4d\x07\x2f\xda\x5f\x5e\xd1\xc8\x25\x6d\xcb\x28\xa9\xe2\xdc\xf2\xb8\x61\x3c\xcf\xc1\xbb\xd8\xeb\x85\x9c\x8b\x0e\x65\x5a\x19\xf3\x09\x00\x08\x1e\x51\xbb\xd1\x92\x33\x32\xf5\x4f\xdc\xea\xce\xfc\x9c\x29\x29\x9e\xad\x55\xca\xb5\x87\x9f\x37\x74\xc8\x93\xc2\xbd\xab\x4f\x4b\x7b\xfd\xc7\x94\xd7\x4b\x22\xb6\xd9\x16\x17\x8b\x57\x78\xe8\x0b\x1a\x44\x27\x5c\x96\xe4\x45\x08\x6b\xc7\x3b\x6a\x66\x73\xea\x01\x80\xaf\xa0\xaf\x47\xee\xf4\xbe\x2e\x34\x67\xa5\x9d\xfe\x5a\x30\xfb\x78\x56\x2b\xa0\xcf\x3d\x3c\xaf\xc1\x4a\xb7\x68\x3f\xb3\xea\x77\xee\x0b\xbf\xd8\xb2\xf7\x39\xaf\xb6\x32\x8b\xee\xaa\x02\x3d\x76\x19\x5e\x2a\x47\xcc\xfb\xa7\x23\x4a\x6f\x8f\x0f\x51\xff\xe4\x5b\x03\x00\x4f\xcd\x88\x42\x26\xf6\xc6\x57\x9e\xcc\x34\x9c\xce\x2a\x4f\x38\x66\x69\x21\x99\x8f\xc6\xc6\xd6\x13\x8a\x4e\x84\xf5\x56\xc5\x1b\xcb\xf7\xb4\x95\x85\x18\x42\xb7\x5a\x17\x6d\xd2\x4f\x76\xff\x66\xd8\xa4\x51\xb9\x8c\xd4\x56\x2b\xa3\xc7\x0b\xd4\xb6\xc2\x31\x00\xc0\xbd\xcf\x74\x85\x0b\x7a\x97\xd5\x5d\xc9\x5c\x7f\x7a\x5d\x35\xf5\x58\x68\x8b\xb7\x25\x24\x76\x74\xbd\x67\xd9\xf2\xb0\xf4\xaa\x69\x25\xde\x7b\xf0\x65\x56\xa6\xe2\x2d\xc3\xa6\x97\x05\xfb\xdd\x6f\xe4\x3f\xd6\xdd\x74\x19\xa3\x0d\x52\x5d\x19\x6f\xc9\x91\x09\xaf\x03\x00\x97\xc2\x4c\x85\x37\xf7\xbc\x6c\x36\x65\x5c\xef\xf8\xd8\xe0\x7a\xf4\x6f\xf3\x9f\x9a\x9b\x31\xcd\x75\xcf\x2a\x75\x61\x1e\x95\x6d\xe5\xa4\x3d\xbb\x4a\x0b\xcd\x63\xb7\x74\x98\x68\x85\xb7\xdc\x07\xf2\x71\x7a\x99\xcb\x14\xcd\xcd\x9c\xcf\xe3\x5f\xa9\x7e\x8b\xb2\x00\x80\x6b\xc3\xc4\x88\xa5\x83\x87\xa0\x33\xe9\x4e\xe7\x02\xa0\x8e\xa4\x88\xde\xad\x50\xc1\x41\xa7\xd3\x0e\x50\x7f\x70\x4e\xf3\x79\x78\xfe\x6e\x61\x9d\x10\xae\xdd\xd8\x5d\x19\x84\x10\xdc\x92\x4b\xdd\xd0\x54\xa7\xd1\x45\xcb\xb0\x52\xdb\xe0\x02\x06\xa9\x0a\x00\x24\x6f\x49\x52\xa2\x70\x10\x40\xd7\xa6\x4f\x3b\xfb\x0e\xf9\x99\xb4\xb3\xe7\x01\xd2\x78\xd0\xba\xa3\x01\x31\x05\xf3\x9a\x41\x64\x60\x37\x5a\xb7\x1d\x5d\xb6\xb1\xae\x72\x1c\xda\xec\x76\xd8\xfc\x03\x23\xcc\xf9\x61\xfa\x49\xc2\x6c\x0f\x14\xec\x23\xcf\x02\x00\xc9\x00\x49\x49\x3c\x7a\xb1\x80\x74\x3e\x7d\xf4\x59\x1e\x29\x26\x69\x69\x0f\x86\x7d\x8f\x7e\xdf\x11\x89\x55\x04\xe3\x9a\x9d\x30\xe3\xee\xd4\xda\xe7\xd8\xb5\x8d\x46\x8b\x85\xb4\xce\x2d\xca\x5c\x4d\xea\x9d\xf3\xd1\x54\x45\x36\xda\x1e\x2a\x18\x41\xbe\x00\x00\x12\x0e\xe9\x3a\x71\xf2\x85\x6b\xf4\x9f\x27\x6b\xfb\x3b\xe8\x9e\x89\x77\xbb\x2b\x69\xc4\xe8\xc6\x76\x11\xf5\x63\xf0\x9e\xa6\x03\x54\xdd\x6e\x9f\xda\x79\x54\x64\x23\xb3\xe2\x29\x55\xe2\x16\x59\xf2\x9b\x7a\x65\xce\x87\xc2\x37\x34\x86\x2d\xc3\x30\x97\x6a\x02\x00\x71\x27\xb9\x91\x38\xee\x82\x3d\xb7\xf0\xa4\xb4\xef\x2b\x47\x9e\x58\xd9\xf5\x90\x2d\x8e\xce\x6d\xeb\x67\x55\x05\x6f\x6d\xcc\x65\x8d\xdd\xbd\xa9\x26\x96\xc9\xde\x48\xa9\x98\xc7\xdc\xed\x16\x51\xb2\x94\xb9\xc7\x69\x84\xf1\x07\xf3\x9d\x6d\x6f\xbe\x15\xbd\x14\x00\x44\x5d\x94\x01\x82\x69\xc0\x5f\x5c\x7d\x32\xb0\x6f\xa5\xc8\x37\x11\xe9\x9a\x26\x78\x17\x4d\x68\x1b\xcd\xaf\x09\x5e\xd9\x30\xcc\xb3\xec\x76\xab\xce\xe5\x5e\xde\x08\x96\x87\x73\x37\xb8\x45\x15\xfb\x73\x47\x39\x39\x16\xfc\xe2\x6e\xb4\x9b\x96\x77\x93\xa9\x02\x00\x61\x3d\xf5\x26\xc1\xf7\xfc\xae\xdc\x91\x69\x4f\xce\x2c\xcd\x99\x9c\x68\xd7\x69\xa7\x5c\x7b\xe0\x4f\xcb\x7b\xf9\xb1\x7d\x55\xf5\x6d\xd2\x9b\xbb\xfa\xab\x08\x12\x64\xe3\xfa\x32\x37\x31\xd1\x6d\x67\xd1\x54\xb1\x83\x53\x80\x21\x5f\x48\xb3\xa3\xe8\xf6\x72\x16\x02\x80\x20\x92\xbe\x0e\x9f\x7b\x0e\x2d\x5c\x9b\xe6\xdf\x1b\x6d\x30\x1c\xa1\x9c\x5e\xa3\x5f\x72\x20\xa5\x65\xbc\xf6\xec\xbe\x59\x75\xd7\x73\xcb\x77\xf9\x55\x0a\x73\xee\x6c\xb8\x53\xba\x4d\xc5\x74\x9b\x62\x72\x51\x3c\x72\x8a\xc8\x57\x48\xa7\xdb\x5d\xd1\x3a\xf0\x36\x01\x00\x7f\x2f\x63\x03\x7e\xd1\xd9\xb3\x96\xc4\x13\x43\x3d\x95\x65\xd1\x47\x46\x76\x08\x4a\x32\xa2\x9e\x37\x1f\x32\xe5\x06\xc9\xeb\x66\x1a\xa7\x78\x3f\xb2\x0c\xe5\xff\xdd\xa0\x34\x63\x79\x27\x96\x7f\x2e\xdc\x97\x9b\xef\x84\xe8\x2d\x8a\xf9\xf6\x4b\x35\xf6\x82\x11\x00\xc0\x63\x33\xde\x65\x0f\x9f\xa5\xd7\xc2\x27\x48\x3d\x71\x55\x2b\x13\xba\x3b\xb6\x54\xcc\x88\x2a\x69\x1e\x5b\x3a\x37\x28\xa2\xb6\xb1\x98\xe0\x5d\x6b\xc9\x28\xac\xde\x80\x98\x67\x19\x56\x2c\x7f\x6f\x7c\xa4\xe5\x38\xe5\xeb\xd7\x2a\x4f\xda\xc7\xe6\xb2\x05\xcd\x00\xc0\x5b\xc2\x5c\x94\x2d\x3b\xbb\xbe\x09\x38\xe1\xd9\x63\x5b\x47\x4f\x10\xb4\x3f\xae\x0e\x8d\xc2\x37\x19\x2d\x7b\x82\x96\xd5\xee\x2b\x9b\xea\xad\xb2\x8c\x2e\x66\x6c\xc0\x95\x94\x19\x83\x96\xff\x33\xc6\xe8\xfe\x38\x0d\xe6\x95\xa8\x8e\xd9\x17\xa9\xdf\x08\xff\xff\x85\x85\xe9\xf9\x2d\x15\x66\x81\x1b\x9e\x9d\x81\x3b\xc0\xaa\xeb\x1a\xf8\x21\xf8\xa5\x77\x32\x32\x1f\x5a\x57\x4d\x40\x92\x20\xad\x8e\x88\x9c\x83\x95\x6c\x47\xd4\x1e\xd9\x70\xca\x1d\x4d\x40\xae\x44\xf8\xa2\x1d\xe8\xd1\xf5\xcf\xb0\x19\xe8\x93\xf1\xff\xb0\x5c\xf4\xdb\x57\x21\xf4\x10\x35\x3d\x7d\x09\x3b\xa3\x25\xd7\xda\xe1\x30\x34\xb7\x67\x07\x6c\x42\xd1\xaa\x4a\xf8\x03\x2a\xd3\xf6\x23\x47\x30\x7b\xd6\x29\xa4\x0e\x0b\x4f\x57\xa3\x4e\x98\x22\x5c\x88\xb2\xb0\xf3\xeb\x63\xd0\x6f\xd8\xfb\xf1\x12\x8c\x87\x15\x7d\x91\x41\xde\xd4\x55\x4f\xbe\x41\x0a\xca\xd9\xab\x77\xa0\xf3\x94\xd4\xee\x78\xd8\x95\xfc\xb4\xf2\x01\xcc\x20\xcb\xb4\x1e\xf0\x0b\xb2\x98\x79\x16\xd9\x4f\xce\x4d\xb7\x46\x86\xc8\x94\xf0\x51\xe8\x1e\x72\xe4\xba\x37\x68\x27\x79\xfe\xf8\xf5\x58\x1c\x89\xfe\x89\x06\xfa\xf2\x66\x3f\x7a\x03\x16\x70\xc7\x5d\x7e\x08\xbe\x62\xbf\xe8\xd4\x42\xe1\xac\xab\x16\x1f\xe8\x34\xf3\x56\x6e\x3b\xec\xcc\x9c\xcd\xe0\xc0\x02\x46\xfc\x49\x7b\xc4\x99\x2e\xdc\xef\x8c\x54\xd2\xca\xd7\xad\x40\x57\x53\x87\x1c\x06\xd1\x0b\x94\xac\x0f\x2d\xc4\x68\xb9\xfe\xe1\x56\xe2\x69\xe9\xbd\x4b\xb6\xe0\x02\xc9\x84\x8e\xcb\x20\x2a\x0a\x2c\xe7\x83\x0f\x05\xf9\xea\xe5\x50\x20\x7f\x36\x7d\x21\x34\xc0\x95\x9d\xf8\x08\x1f\x67\xff\x0e\xdb\x82\xd8\xb2\xa2\xd6\xe6\x20\x7c\xc6\x25\x87\x02\xd4\x81\x96\xfd\xae\x8f\x30\x90\xf7\xf9\xfe\x56\xa2\x8b\x16\x19\x5c\x4b\xa4\xaa\xef\xb6\x8f\x22\x9e\x51\x25\x95\x5e\x03\xe7\xca\xbf\xab\x54\xa0\x4c\xaa\xa5\xf6\x40\xb3\xc4\x1b\x53\x6f\x41\xa7\x05\x17\x43\x8f\xc2\x47\x79\x71\x6b\xa7\xc0\x4f\x39\x33\x1d\x72\x90\x00\x46\xe2\x9b\x68\xfc\xe7\x4a\xfd\x9d\xdb\x04\xbf\xb2\xaf\x03\xc5\x04\x6d\x49\x40\x8b\x80\xf0\xa1\xd0\x50\x82\x11\x83\xf3\x3f\x2a\x32\x89\xfd\xba\x9d\xe4\x87\x60\x98\x1a\x4a\xf1\x06\xff\x53\x14\x84\x6c\x80\x74\x92\xeb\x9e\x47\xe1\x29\x42\xb1\x83\x0e\x3e\xc4\x9e\xfd\xb2\x0b\x2f\xea\x6a\xbf\xbd\x0e\xff\xb0\xed\xc2\xb9\x4d\x04\xa7\xa6\xd1\x4d\x1e\x04\xa8\xd6\xb1\x68\x0b\xe1\xbe\x65\xb6\x2c\x9a\x18\x62\xb6\x22\x8d\x21\xde\x31\xf6\x1e\xab\x03\xa1\xbc\xf4\xe0\xb1\xd0\x6c\xf5\x96\x35\x35\x10\x43\xb1\xcc\x41\x08\x75\x71\x35\xcf\xd3\xf0\xef\xaf\xea\x6f\xda\x12\x46\x5f\x1c\xec\xfb\x46\x58\xd0\xff\xa2\xfe\x37\x21\xbb\xeb\x79\xe1\x5c\xc2\xf9\xd6\x2a\xc9\x11\xe2\xea\xfa\x48\x74\x37\xb1\xda\x72\xe6\xe8\x6e\xd0\xb5\xf8\xd5\x3e\x47\xb0\xd4\x00\xae\x59\x00\x4d\xd3\x64\x38\xf0\xa1\x20\x7e\xc5\x33\x11\xfe\xde\xdd\xf9\x37\x96\x12\x46\x5c\x7f\xd7\x37\x9e\xe0\x3c\x24\xa9\x9f\x44\x48\x3f\x37\xdb\xb8\x83\xd0\xd1\x1d\x2d\x96\x13\xe7\xb4\x9e\x44\x44\x44\x59\xdd\xf6\xe4\x4a\xe2\xaf\x72\x73\xd0\x10\x98\x68\x2a\x5d\xfd\x0f\x1c\xd4\x9d\x75\xa8\x01\x7f\x0a\x62\x9f\x7e\xc0\x77\x3f\xb1\x5c\x67\x13\x46\xdc\xf3\x3e\x13\x4b\x98\x70\x03\xac\x4b\x24\xec\x1f\xd2\x15\xe4\x12\x34\x67\x8f\x8b\xfe\x12\xde\x77\xfe\x44\x26\x12\x0f\x36\x6f\x4b\xf6\x23\x5a\xaa\xbe\x04\x95\x83\x23\xcc\x6b\xd6\x58\x83\x09\xfa\xf0\xf1\xd3\xc0\x0c\x81\xe9\x43\x1d\x56\x4d\x84\x1e\x52\x30\x11\xf1\xcb\xa5\x4e\xec\x28\x18\x75\xda\x88\x1d\x07\x8b\x2a\x08\xd8\x11\x68\x41\xee\x18\x2c\x03\x9e\xce\x98\x8e\x65\xc0\x83\x69\x55\x18\x09\xa1\xef\x9f\x83\x89\x51\xcf\x75\x29\x98\x05\xbd\x39\x7e\x15\xf6\x15\xb3\x79\x7f\x0f\x1b\x83\x5c\x79\x50\x81\xfe\x87\xbc\x1a\xfa\x88\xde\x47\x3e\x74\xdc\x44\x5f\x21\x8f\xca\x4b\xd0\xd7\xe8\x18\x75\x10\x36\x0e\x45\xe9\x51\x98\x2d\xfa\x2c\x6d\x19\xb6\x09\xdb\x1e\x66\xc4\xc2\x31\xc1\xda\x6b\x18\x0b\x1b\x76\x28\xc5\x7a\xb1\xf6\x77\xaf\xd1\x13\x94\x35\xf7\x7b\xd1\xe3\xe4\xf7\x43\xb6\xe8\x21\x72\x6e\xc7\x08\xf4\x24\x79\x73\xd9\x23\x94\x4a\x1e\x95\x53\x82\x6a\xc8\x13\x68\xcd\x68\x0d\x79\xf1\x89\x5c\xf4\x3d\x79\x51\xd8\x74\x6c\x0e\x79\xc6\xda\xa3\x58\x04\xd9\xde\x21\x16\x33\x90\x14\x6f\xbe\x22\x27\xb9\x23\xef\xde\x41\x70\x9c\x29\x17\x5d\x11\x02\x7b\x74\xdb\x76\x44\xc1\xb2\x2b\x0d\x42\x9a\x98\xcb\x54\x6b\x90\x5b\x0c\x2a\x95\x88\x8e\xa5\x3f\x48\x95\xa3\x7b\xe8\x4b\x42\x97\xa1\x0a\xda\x71\xcf\x33\xe8\x15\x6a\xbd\x83\x1d\xb6\x98\x02\xbe\xde\x0e\x2b\x65\x61\x77\x3c\x61\x83\xa4\x65\x20\x15\xae\x15\x8f\x6f\xc9\x81\xfb\x85\x27\x4b\x3a\xe0\xa7\xfc\xbb\x8a\x8b\x88\x3d\x2f\x93\xe2\x85\xec\xe2\x5a\xa7\x88\x91\x1c\x36\x3f\x24\x06\xf9\xc4\x9a\xec\xb9\x17\x75\x63\xd4\x3a\x4c\x44\x53\x69\xd9\x2f\x13\xa0\x6f\x3a\xee\xed\xbd\xd0\x3f\xcd\xa6\x73\xa5\xf0\x94\x9c\xb6\xa6\x9b\xf0\x6c\x65\x7c\xb1\x03\xec\x26\x1f\x2f\xf7\x86\x63\x24\x37\x49\xaf\x61\x8d\x48\x79\x9c\x04\x7f\x15\xf8\x04\x2b\x91\x40\x1e\xb0\xe6\x16\xc2\x64\x7f\x76\x98\x8f\x94\x30\xa2\x9f\xdd\x86\xd6\x54\xdc\xbf\x71\x0b\xda\x50\x1a\xd7\x3f\x03\xda\x56\x74\xbf\x21\x19\xf2\x33\xc6\x14\x76\x43\x87\xf5\x97\xa5\x4b\x20\x89\x36\x00\x1b\x0f\xdd\xc8\xa9\x3c\xfa\x13\x5e\xa9\x18\xbb\x0f\x83\x69\x92\xb4\x35\x01\x70\xb9\xf0\xa8\xc3\x7e\xb8\x8c\xed\xf0\xc4\x0b\xbc\x73\x5a\x7e\xcd\x0b\xbc\xd9\xf2\xb8\xd7\x00\x0e\x35\xec\xac\xb3\x06\x6f\x55\x73\x0b\x18\xe0\x9b\xf2\x26\xf1\x54\xc8\xb1\xf8\x2a\xb2\x01\x3a\x5c\x70\x36\x39\x03\xb2\xe8\x2c\x41\xa1\xd0\xbf\x9c\xd6\xd5\x45\xf0\x1c\xf9\x1b\x87\xc3\xf0\x58\x2e\xf5\xd1\x28\x68\xe6\xe5\xa5\x57\x66\x80\xef\x07\xb4\xdd\x38\xf0\xfc\x99\x0f\xd5\x4f\xc0\x73\x9d\x8e\xf9\x78\xf0\x4a\xcb\x4c\xa1\x1b\xf8\xad\xf6\x2b\xc4\x80\x56\x56\xe8\x92\x1c\xa0\x98\xe2\xb1\x81\xa9\x90\x24\x7f\x78\xf5\x1c\xa8\x34\xf7\xb7\xc3\x61\x48\xc8\xa7\x3c\x5c\x09\x4d\xbb\xad\xbb\xbc\x19\xfc\x78\xb5\xa4\x4b\x0a\x9e\xbf\xc8\xaa\x06\xc0\xae\xfe\x75\x7a\x2d\xd8\xd3\x59\x26\x48\x04\xef\x36\xff\x07\x5e\x87\xc6\xd7\x5a\x25\xc2\x90\x5b\x59\x6b\xe0\x1c\x28\xd0\x04\xac\xfa\x0a\x25\xea\xbc\x1d\x30\x68\x93\x60\xf9\x03\x39\x64\xfd\x68\xfe\x25\x35\xf8\x78\xf8\x7e\xe7\x4b\xb0\xe5\x5a\x42\x55\x04\x68\xba\x58\x92\xf7\x0b\xcc\xeb\x2b\xe6\x0f\x81\xe5\xa7\x33\xc1\x28\xf0\x4a\xe3\xf7\xc4\x59\xe0\xfd\xca\x3f\x7b\xbf\x83\xaf\x4b\xf0\xab\x7e\x83\xbf\xf2\xce\x3a\xdc\x07\xab\x04\x99\xaf\xba\x29\x9f\x08\x03\x77\xe6\x53\x40\x62\xcc\x80\x91\xe2\x48\xec\x6c\x1d\x4d\x1e\x02\xa7\x9b\x77\x93\x85\xa0\x4a\x79\x98\x1c\x08\xa5\x51\x2e\x92\xa7\xc2\x51\x29\x5f\x49\xf7\x11\xd7\x90\x07\xa4\x32\xe4\xb3\x67\x37\x49\x8c\x36\x38\x2c\x25\x55\x63\xe3\x5f\x39\x50\x82\xe0\xef\xc3\x81\xe4\x4f\xc8\xfc\xf3\x5f\xc9\x52\x64\x63\xcb\x36\xf2\x7e\x64\x57\x09\x44\x76\x44\x32\x14\x06\xd2\x6b\xe4\x25\x65\x26\xa9\x01\x3d\x91\x72\x92\xa4\x45\x1f\x86\x1c\x21\x11\x30\x5f\x4f\x37\xd2\x49\xac\xde\xbe\x84\xc4\xc6\x1a\x5e\xce\x25\x57\x91\x23\x6e\x67\x92\xe3\xc8\x33\xce\x4f\x24\xdb\x93\x9e\x35\xa7\x90\x9e\x93\xa8\xc5\x4d\xa4\x6a\xd2\x31\xf9\x47\x12\x87\x84\x92\x61\x52\x3c\xc9\x72\xfc\x1b\x29\x94\xd4\x16\xfc\x8c\xb4\x9d\x34\xb0\xa6\x9b\xb4\x89\xf4\xca\xfe\x28\x29\x8e\xc4\x7d\xbe\x9c\xd4\xc2\x7e\x7f\x53\x48\x3a\xc5\x5e\x70\x76\x2d\x69\x2d\xcb\xb9\xf1\x0c\x69\x24\xd3\xbf\x68\x13\xf6\x82\xc1\x90\xc9\xb0\x73\xf4\x8f\xa4\x60\xac\x91\x7e\xe4\xd8\x27\xac\x96\xd6\xbe\xef\x0f\xd6\x46\x9b\xb1\xc6\x15\x6b\xa1\x0a\xec\xe7\x61\x8f\x28\x47\x9e\x72\xb0\x1f\x52\xfb\xeb\xef\xb0\x0a\x71\x6e\x1f\x1f\xc3\x89\xc6\x37\x2c\xc6\xb6\x0a\xb8\x85\x95\xd8\x6c\xfe\x14\xa9\x1b\x66\xc5\xed\xc6\x66\xa0\x7f\x38\x59\x47\xdf\x61\x63\xd9\x53\xf7\xed\xc4\x66\x32\x5b\x57\xf7\x63\xd3\x18\x1c\xfb\x9d\xd8\x62\xda\x81\xc7\xfd\x98\x8f\x76\xf1\x35\x67\x6c\x9c\xfa\x67\xef\x43\xf4\x86\x4a\x5d\x97\x85\x6a\x15\x07\x8d\x76\x68\x9a\xcc\x45\x6c\x41\x63\x25\xd6\xc8\x39\x34\x46\xf8\x2a\xf9\x31\x7a\x9c\xdf\x15\xc4\x46\x89\x5c\xe3\xea\x14\x34\x9d\x7d\xc1\xfe\x04\x7a\x84\xb1\xe5\xe1\x62\x34\xbf\xdc\xe5\xb2\x06\x8d\x28\x39\xdf\xed\x8b\x4e\x35\xa5\xd5\x8c\x45\xae\x16\x4c\xcd\xef\x45\x0a\xf3\xcc\x42\x15\xa2\xd2\x04\x40\xdf\x90\x5c\xd5\xed\xa4\x64\xc4\x28\x8f\x0b\x84\x10\x8b\xf8\xcf\xaa\x87\x88\x42\xb8\xde\xde\x84\xc4\xb3\xee\xdc\x63\xa1\xa1\xed\xc7\x86\x26\x20\x7f\x9b\x3e\x9d\xee\x43\xea\xea\xa0\xca\x22\x24\xb5\xf2\x5b\x1e\x0b\xf1\x2c\x0b\xe4\xb3\x90\xf9\x45\x6a\x70\x3e\xb2\xd0\xd0\x7b\xe4\x31\xb2\x44\xfb\x6c\x6f\x24\xe2\x9a\xe3\xb9\x6a\x07\x62\x25\x2f\xb6\x6f\x81\x1b\xb9\x5b\xef\xc4\xa2\xe9\x83\x65\x17\x5e\xa2\xb6\xe7\x12\xda\x2b\x90\x92\x9e\x4f\x15\x02\x64\x7f\x47\x80\x96\x85\x4c\x6b\x22\x70\xcb\xe1\xef\x35\x5c\x02\x02\xbf\x29\x3f\x99\xc0\x84\xaf\x15\x39\x05\x9c\x80\x3b\xf3\xb7\x78\x34\xc2\xd2\x5c\xc4\xbe\x1d\xde\xcc\x5f\x31\x2c\x43\xe1\x9b\x13\x2e\x4c\x46\x27\x5e\x8e\x6a\xbb\x89\x98\x07\x70\xe5\x16\x64\xcf\x99\x20\x4d\x2d\x62\xd5\xf1\x99\xf3\x02\xbe\xd3\x84\xc7\x5f\x82\xcf\x56\xf7\xc5\xff\x07\x17\x96\x0e\x04\xcc\x84\xd1\xc2\x58\x0f\x3e\x1c\xa0\xad\xb4\xbf\x07\x3d\xe5\x5f\x1d\x1e\x81\x22\xf7\x85\x03\x78\xd4\xf6\x16\xad\xcd\x13\xc9\xb9\xb2\xbd\x7c\x34\xb2\x72\xa0\x42\x33\x15\xbe\xd7\xfb\x80\x13\x09\x97\xb4\x3f\xc3\x47\xc0\xbc\x86\xf2\x78\x35\x1c\x5e\x69\xe3\xff\x01\x9e\x5b\xdc\xe6\x21\x85\x1e\xe5\xb9\x39\x6c\x82\xa2\x05\x8e\xf7\x67\xb1\x73\xf0\x3e\x97\x6c\x59\xd5\xf8\xcf\x5d\x2c\xa6\x99\x40\xa8\xa6\x33\xbe\x11\xfe\xe4\x13\x19\xbb\x89\x5a\x61\x1a\x9d\x0e\x22\xd0\x79\xda\x79\x28\x23\x69\x0e\x6d\x12\x9c\x1a\x68\x4d\x4d\x44\x22\x3d\x86\x29\xaf\xd1\xbd\xb6\x12\xca\x39\xf4\xc1\xbd\x48\xf6\x24\x28\x72\x68\x1b\x6b\x15\x94\xd7\x39\xc8\xdc\x0c\x0d\x57\xb5\x30\xb8\xb0\xad\xbe\x94\xfe\x04\x0e\x17\x54\xd3\xdd\xe0\xc7\xd0\x62\x1a\x09\x21\x27\xf2\xa9\xc3\xe8\xcc\xbd\x24\xea\x4e\xb4\xc4\xe3\x30\xe5\x1a\xe6\x63\xbb\x94\xd2\x80\x41\x77\x85\x2c\x19\x26\x18\x4c\x65\x36\x60\x19\x9d\x13\x18\x83\x58\x62\xe5\x6f\x86\x23\xb6\x3d\xef\x37\x1d\xc6\x36\x0b\x26\xd3\x2e\x63\xa7\x40\x25\x6d\x15\xd6\x98\x38\x85\x9a\x83\x7d\xdc\x6b\x47\x9d\x40\x5a\xe4\x61\x43\x29\x26\xe1\x6d\xfe\x51\xb8\x24\xef\xe1\x6b\xcc\x48\xd6\xb4\x0b\x97\x18\x7a\x66\x62\x47\x3a\xbd\x85\x91\x63\xe1\xd3\x97\xd1\x1f\xeb\x2c\x34\x1d\xdd\x8b\xf7\x98\x66\x45\xbb\x40\xe4\x53\xb3\x68\xf1\x47\x9c\x28\x7f\xa8\xf7\x03\x76\x50\x78\xd4\x23\xee\x2c\xca\x32\xea\x4c\x9b\xc7\x94\xd1\x94\xd1\xb7\x97\x30\xca\x45\x9d\x03\xa1\xf4\x47\x42\x66\x5b\x2f\xdd\x45\xb0\xaa\xfc\x13\x8d\xc2\xbb\xae\x75\xa5\x7e\xe0\x72\xb8\x18\x35\x8e\x93\x48\x08\xa5\xdc\x63\xef\x4a\x58\x48\x39\xcc\x72\xf4\x17\x90\xdf\x30\xfe\x73\x5f\x49\xa6\x33\xa6\xd8\xda\x92\x7d\xa8\x77\x6f\x86\x31\x3c\xd5\x47\xcf\x1d\xa7\xa7\xaa\xf0\xad\x53\x68\x66\x45\x4c\x59\x08\xf5\x9b\x2c\x34\xd7\x40\x0d\x97\x04\x73\x66\x50\x06\x45\x69\xf8\x19\x94\x10\x01\x3b\x7e\x21\xf9\x22\xcf\xe0\x77\x8f\x1c\xca\x39\xb7\x72\x90\xf4\x98\xbd\xdf\x76\x29\x89\x4b\x2f\xbe\x56\x43\x4f\x29\x51\xf7\x8f\xa1\x55\x98\x4a\x9a\x94\xd4\x2f\x05\x15\x25\x6f\xa8\x1b\xf5\xac\x9c\x78\x8a\x42\x7b\x98\x65\x4b\x19\xaf\x0e\xc0\x05\x91\x65\x4a\xd7\xc3\x3d\x64\x1b\xd9\xc4\x3d\x6f\x49\x0c\xf1\xc4\x95\xc7\xb0\x7f\x82\x5e\x5b\x39\x06\xb1\x56\x5c\xf1\xa1\x87\x35\x1f\xea\x3d\x4e\x43\xea\x5d\x1b\x96\x53\xf3\xaa\x97\x14\x49\x29\x77\xca\x6f\x2b\x97\x52\x96\x97\x20\x0c\x80\x9c\x57\xb8\x34\x93\x4c\x76\xd6\x37\xc7\xfa\x93\x24\x9a\x10\xdf\x1b\xa4\xd1\xaa\x45\x2b\xce\x63\xa9\x72\x7b\xdb\x42\xf4\x2c\xe7\xd8\xa5\x99\xf4\xa4\xf3\xb3\xbb\x63\x69\x99\x67\x5c\x6a\x3f\x50\x59\x9d\xe3\x0a\x59\x94\xd6\x96\x5a\xf9\x6e\xca\xa8\xfa\x4d\xb4\xed\xe4\xe4\xca\xe6\x53\x5f\x48\xc3\xa5\xd3\x63\x46\x93\x36\x17\x1e\xf2\x79\x88\x15\xe8\x67\xac\xd8\x8c\xfe\x51\x27\xd9\x5a\x50\x2f\xde\xd6\x21\x27\x7a\xca\x95\xb9\x5d\xe9\xb4\x8c\x0b\x03\xb5\x23\xa9\x68\xff\x1e\xa3\x99\x62\xe9\xa2\xca\x10\xf2\xdb\x56\x36\x95\x4e\xf6\xa9\xa7\x9c\xda\x47\xaa\xae\x0c\x39\x04\x93\x6c\xcd\x80\x0f\x05\x4b\x36\xae\x5c\xe1\x80\x36\x68\xd2\x6d\x2f\x23\xaf\x78\x0f\x06\xc3\xe9\xc9\xb7\xf7\x74\x96\xd2\x12\xaf\x56\xd5\x78\x51\x93\x2f\xde\x2b\xf8\x4b\x11\xf6\x37\x4b\x9f\x90\xbb\xbb\xf6\x53\x7e\x92\x27\xb6\x5c\x4f\xbf\x4d\x3a\x59\xb7\xfc\x90\x33\xd6\x5a\xe1\xe5\x13\x8c\xd9\x16\x05\xac\x70\x40\xf7\x6a\xaf\xdb\x2d\x44\x12\xf8\x4b\x2e\x57\x88\xa7\x67\xfb\xf6\x86\x0b\x29\xd9\x2f\x1b\xbc\x05\x56\x78\xb8\x78\x3c\xaf\x8b\x30\x47\x79\x93\x4b\x27\xdc\x62\xf4\x70\xb6\x11\xbb\xb3\x96\xb3\xfe\x82\x67\x62\xb9\xcc\x3e\xa8\xdf\x97\xcd\x30\xc1\x67\xdc\x52\xe8\xf7\x90\xe1\x71\x66\xfa\x06\xd4\x74\xe9\x9f\x88\x00\xce\xeb\xd1\x08\xad\xc0\x93\xf5\x2c\xbe\x1e\xac\x2f\x3a\xc8\x8b\x87\xc6\x29\xdd\xb9\xae\xd0\x29\xc6\x12\xf6\x27\xd8\x26\x33\x9f\xd5\x06\x37\xc6\xda\x32\x95\x48\x82\xef\x78\x06\x1b\x1d\xe7\x36\x9a\x7e\x01\x1d\x18\x77\x80\xbe\x1c\x9b\x7f\xc9\x57\xf8\x00\x9d\xd7\x3d\x2c\xe0\xa2\x4e\x75\x3d\xfc\xad\xe8\x2c\x93\x9e\x37\x02\x9d\xac\xa0\x71\x2e\xa2\xee\x74\x1e\x5b\x8b\x42\x99\xd3\x58\x99\xe8\x8d\x18\x05\xf3\x00\xe6\xea\x53\xca\x88\xc2\xe0\xe5\xed\x74\x03\xf6\x65\x9c\x37\x1d\xc0\x6e\x0f\x16\x09\xfa\x18\xb3\xbb\xfc\xf9\x62\x3a\xbb\x76\x37\x2f\x8a\xf6\xaa\xd0\x93\xbb\x86\x16\x2b\xf7\xe0\x4c\xa1\x3e\xa7\x85\xb3\x3e\x50\x55\x19\x63\x99\x97\xa8\xfb\x0f\x99\x19\x03\x94\x5f\xbb\x3f\xd2\x6f\x53\xcc\xcb\xf7\xd3\x17\x51\x94\xe3\x7c\x68\x04\x32\xf5\xc2\x6f\xfe\x1f\x41\xfe\xe9\x6e\xde\x65\x3e\x5a\xdd\xcb\x2d\xe3\xf9\x17\xf4\x70\xa8\x5c\x47\xe9\x0d\x76\x22\xfb\x2f\x75\x16\x6b\x2f\xdb\x3a\xfd\x23\x73\x33\x6b\xf6\xc1\x5e\xc6\x6a\xa6\xd3\xee\x10\xfa\x16\xc6\xea\xe5\x76\x34\x84\x9e\x33\x0e\xa3\xd6\x53\x7d\x06\xc2\xf9\x78\xe5\xb5\x0e\x27\x9e\x8f\xc2\xa6\x6a\x0b\x77\x8e\xcc\xd3\xe0\xcf\x7e\x23\x89\x92\xe0\x58\xe7\x44\x6c\xf2\x0d\x66\xb3\xe0\xf1\xc9\x1b\x8c\x2a\xfe\x96\xe8\x6b\xf4\x02\x2e\x6f\x57\x35\xad\x88\xfd\xdb\xb5\x9b\x7a\x93\xf5\x60\x5c\x35\xe5\x17\xed\xe7\xd9\x6e\xde\x13\x53\x7c\x6b\x0d\xb7\xa4\xc0\x5c\x71\x83\x03\xe9\x9f\xe9\x47\xb3\xb7\xeb\xac\x45\x07\x58\x53\x73\x97\x62\x6f\x98\xa3\x54\xf1\x69\xae\xf4\x9f\x72\xd9\x01\x1e\xed\x85\xa4\xc3\xbb\x87\xfa\x58\xe4\xe8\xea\x4f\xf9\x25\x88\x1b\xf7\x8d\xfc\x8d\x19\xda\x07\xf3\x0a\xeb\x77\x34\x07\x70\x4f\x54\x93\xcb\x88\x9c\xb5\x15\xd5\xda\x6e\xd6\x6b\x73\x9f\x60\x1b\xb3\xd2\x74\x16\xf9\xcd\xc8\x31\x5c\x49\xcd\xa6\x73\x75\x17\xa3\x56\xd1\x32\xd4\xe7\x76\x76\x53\xe3\x94\x8e\xcb\x3a\x28\x71\xb2\x3d\xd6\xd3\xc9\x6b\xd9\xa9\xbd\x6b\x78\x83\x67\xd6\x37\x2e\xe4\x66\x76\x96\x9a\x23\x38\x2e\xad\x9f\x73\x3b\x58\x97\x1a\xc7\xf1\xa2\x98\xfc\xea\x5f\xf0\x46\xc6\x91\xf2\x97\xc7\x5f\xd0\x7d\x8a\x7b\x22\x1e\xd1\x5c\x0a\x54\x5e\x9d\xd4\x31\x79\x76\xcb\x16\x91\x3f\xe7\xcc\xb4\x9e\x4f\x32\x71\x5d\x7a\x82\x78\x17\x2f\x02\x0d\x5b\xb9\x99\x67\xed\x4b\x4e\x71\x66\x77\xbf\x55\x3f\x64\x9d\x69\x97\x72\x59\x4c\xb0\xc9\x0e\x02\x19\x3e\x35\xe8\xf1\x6d\x74\xe7\xf2\x9b\x11\x51\xd4\x4f\xc5\xee\x5e\xd1\x94\x8b\x86\x07\x4b\xbf\x92\x2b\xd4\x5f\xad\xbd\x49\xfe\xdc\xd6\x6e\x05\xaf\xf7\xea\xef\x7a\x0a\x37\x69\xb0\xad\xb8\x96\x33\xe6\x9c\xaf\x7a\x05\xab\xb4\x47\xc2\x79\xc2\xdc\xdf\x5e\x0c\x3e\x67\x4c\x6e\x2c\x3f\xd6\x45\x7b\x50\x9d\x13\xfe\x8d\x5a\x5c\x86\xf3\x72\xa6\x10\x0a\x1b\x97\xbe\x25\x7b\x6b\xb6\x5b\x8b\xb1\xb3\xbc\xb1\xbd\xa3\x55\x7f\x70\xe1\x8d\xe1\x4a\x9b\xec\x69\xa5\x1b\xe4\xa3\xb2\x7b\x35\xb7\xa4\x4b\xf0\x18\x9f\x2b\x0e\x25\x04\x20\xa0\x10\x22\x6e\x4b\x05\xf8\x46\x30\x20\x12\xe2\x3e\x81\xf6\x79\x89\x38\x7b\xe0\xa0\x25\x54\xf6\x16\x84\x68\x55\xc8\xd4\xa0\x99\x3d\xeb\x55\x6c\xc2\x9f\x06\xb1\xc2\x40\x4c\x32\x23\xb2\x62\xe2\x55\xcd\x0a\xc9\x55\x70\x3b\xef\x85\x78\x34\xd8\x0e\xbf\x14\xae\x87\x92\x52\x50\x7e\x1a\xec\x1c\x09\x70\xdb\xe0\x2b\x5e\x8b\x39\xee\x08\x7d\x89\x27\x7b\x05\x7a\xc0\x8a\xcd\x14\xa2\xb7\xbb\xe3\x55\x73\xe0\x0b\xf5\x3d\x8a\xad\xf0\xbd\x92\x66\xd9\x5e\xc4\x36\x17\x95\x90\x90\x79\x3c\x3f\x51\x2d\x12\x02\x47\x08\x3e\x20\x55\xc7\x7f\xf1\x57\xa0\x2e\x11\x52\x2e\x13\x65\xed\x18\xe2\x58\xa1\xef\x96\x8c\x60\x8f\xc1\x30\x2b\x94\x79\x0c\x23\x77\x7e\x55\xee\xa4\x05\xd5\x45\xcb\x09\xd4\x57\xc5\x09\x52\x39\x35\x4d\xbd\x5c\x3c\x44\xb5\xe6\x8e\x17\x4d\xa1\x34\x42\x9e\x82\x70\x0a\xfb\xd8\x6f\x9e\x8e\x72\x3c\xbc\x99\x6b\x45\xf1\xdc\xb1\x92\xcd\xa5\xd8\x2e\x2e\x66\xf1\x28\x0b\xac\x68\x8c\x27\x64\xab\xd3\x1a\x05\x83\xc7\xae\x5d\x25\xcb\xe7\xca\x8a\x26\x4b\xae\x72\xf8\xaa\x37\xe2\xe9\x6c\x16\xfb\xb1\x30\x81\x25\x07\x17\xf0\x6b\x98\xe7\x8f\xd9\xf3\xac\x99\xe3\xf7\xbf\xe1\xa4\x30\x36\x6f\x2f\x65\x7d\xa4\x53\x17\x63\xcc\x07\xf4\x55\x56\xb7\x18\xcb\x28\xad\x1d\xb3\xe5\x55\xf2\xe8\x6a\xa5\xf4\xbb\xf4\x42\x61\xab\x64\xb9\xc4\x4d\x99\x2f\xca\x12\xa1\x2c\x8b\xa0\x5b\x70\x97\x68\xc3\x77\xe4\xa7\x1f\x9d\xce\x85\x78\x36\xfb\xa7\xb0\xaf\x72\x78\xdb\x5d\x58\x61\xec\x9d\x8b\x43\x99\x8b\x59\xdc\x31\x1b\xe9\x91\xb4\x83\xad\x97\xe4\xf3\x0a\xac\x2b\x29\xd2\x28\x7d\x71\x41\x96\x58\xab\x5b\x25\xa7\x08\xaf\xe4\x6a\x18\x9d\x82\x29\x39\xa3\xf1\xbe\xbc\x54\x05\x3b\x49\xcc\x39\x2b\x1b\x1f\xfa\x91\xed\x2c\x66\x6c\xdb\xc9\x14\x0b\x77\x2d\x7a\xc9\xd8\x2d\x98\x3c\x06\xa6\x05\x33\x04\xcd\x91\xf2\xd1\xd5\x6e\x15\x23\xa5\x6b\x2b\xaa\xf2\x3d\xc4\xf1\xa5\x5e\xd2\x38\x21\xa3\xa8\x91\x76\x91\x5f\x63\x9c\x83\x83\x79\xa3\xf5\xcc\x23\x3f\x39\xd1\x9a\xb7\x21\xb5\xac\xb2\x9c\xb0\xad\xfe\xcc\x89\x8a\x15\x8b\x62\xe8\x16\x69\xc8\x18\x21\x55\xc2\xc2\x37\xc6\xc9\xe7\x76\xc6\x97\x2d\x91\xba\xb7\xad\xcc\x5b\x2b\xf6\x6f\xbc\x21\x3e\x21\x4c\xad\xdd\x4f\x79\xc3\x17\x5b\x1a\x33\x3b\xb9\x83\xa5\x73\x12\x32\x39\xd3\x4c\x60\x70\x32\xeb\x70\xfe\x8b\x2d\xbe\x8c\x56\xed\xbf\x85\xed\xf4\xed\x4a\xc5\x18\x2d\xe5\x3b\xc7\xba\x81\x2c\x5f\xd0\xdf\x5b\xba\x4f\xea\xde\xb3\x51\x17\x25\xde\xd5\x41\x15\x49\x85\xb1\xcd\x2a\xca\x0c\x3e\xa9\x8e\x9d\x09\x70\x6b\x2a\xa1\xf8\x73\xec\x77\xa5\xc9\xfb\x86\x59\x1e\xa6\xcc\xcd\x77\x19\xcc\xfc\xa4\x85\x34\xda\xaf\x9c\xcd\x63\x6a\x28\x3a\x8e\xbc\xbe\x5f\xee\x3c\x78\xdc\xac\x94\x2e\x3a\xa7\xd1\x1a\xc5\x1e\xbd\x5a\xe1\x3d\xe1\xee\xd3\x91\xe4\x34\xfe\xc1\xe6\x0f\x19\x89\x5c\x72\x1d\x25\xde\x87\x6d\xa9\x1c\xbf\x2f\x93\xf9\xca\x6c\xda\xac\x64\xac\x2d\xf8\xb8\x30\x93\x26\x52\xa7\x8e\xf9\x4c\x99\xc3\x79\x60\xf9\x6d\xf2\xc0\x8d\x31\xca\x0b\x36\xe0\xea\x54\xd1\xfa\x23\xd9\x41\xdc\x5d\x5a\x03\xde\x1a\x39\xa0\x7e\x8c\xbf\x97\xd6\xaf\x5a\x44\xb8\x12\xf3\x4e\x7e\x8c\xf8\x70\xaf\x87\xa4\x01\xfc\xbd\x61\xae\x68\x17\x3c\xd9\xf9\x8c\xe0\x31\xb2\x73\x44\x13\xa7\x0e\x25\x58\xd2\x0b\xeb\x08\x11\xc6\xb1\x86\x21\x42\x87\x72\x50\x3f\x8e\x38\x8d\x73\x46\x1b\x42\xe4\xc1\x8f\xd4\x1a\xd0\x31\xed\x80\xf2\x25\x78\x3e\x86\x27\xf7\x84\xa4\x01\xb7\x25\x22\x38\x7e\xfd\x2d\xd1\x72\x64\x85\xb3\x5c\x70\x19\x9d\x3a\xa2\x9c\x53\x88\xf6\x56\x5c\x2d\xf4\x83\xae\x16\x9c\x34\xa4\x40\x9f\x94\x9b\xf2\xca\xe1\x31\x9c\xcd\x9a\xbf\xf0\x2a\x38\x49\x1d\x04\x63\x27\x5e\x2a\x0b\xe0\xf7\x31\x4b\x65\xdf\x11\x5c\x00\x53\x72\x10\xf9\xb9\x5e\x25\x1a\x81\x92\x9c\x4f\x0a\x4a\xb0\x95\x23\x6a\x38\x10\xe6\x57\x7e\xc6\x18\x4b\x69\x34\x44\xe7\xeb\x29\x09\x8a\xc5\xba\x3f\xe4\xbf\x6c\x77\x4d\x24\xb9\x01\x3a\x91\x53\x4d\x66\x9e\x18\xa7\xb4\x23\x83\x87\x92\x64\x49\x64\xb2\xff\x73\xf1\x4d\x32\x71\xbd\xab\x90\x4a\xc6\x9c\xfd\x04\x2e\xe4\xe1\x11\x2f\xd9\x5f\x49\x85\x65\x31\x05\xc5\x9c\x69\xf9\x53\xf4\x9f\xd9\x21\x72\x2b\x5d\x08\x0b\x63\xcd\xcb\xad\x64\x56\x83\xd9\x39\x0e\x8c\xef\xa9\x8b\x14\x19\x8c\x84\x83\xf9\xd2\x1b\xf4\xfb\xfe\xbb\xc4\xbb\xe8\x81\xeb\x4e\x0b\x5e\xd1\x86\x9d\x5d\xf9\x99\xb4\x6f\x23\xd7\xb2\xbd\x28\x0b\xcd\x6f\x0b\x96\x4b\x26\xe5\x9d\xd7\x27\x8b\x2e\x4a\x6f\x69\xdb\x85\xa7\x98\x63\x72\x67\x09\xa6\x11\xb3\x54\x04\x5e\x5f\xca\x26\xf9\x23\xae\x21\xfa\x9a\x34\x80\xc3\xf5\xd3\x89\xaa\xd8\xc7\xd6\x45\x09\xf6\xb0\x50\x67\x27\x5e\x19\x2b\x71\x64\x2e\x2b\x8b\x9a\x57\xb2\xcc\x50\xaa\x2b\xd1\xfe\x97\x77\x53\x63\x92\x8c\xd0\x2e\x56\xb3\xe8\xbe\x6a\x9c\xca\x1f\x7f\x5b\xd9\xa7\x98\x72\xac\x5f\xbe\x42\x36\xea\x80\x5c\xa2\x14\xff\xdb\x63\x16\x7e\x13\xfe\x5c\x5b\xca\xa7\x0a\xc2\xe6\x0e\x73\x5b\xf9\xfe\x23\x3f\x32\x8f\xd1\xd5\xa6\xbf\x86\xe0\x32\x65\xee\xe7\x3c\x41\x49\xae\xc8\x45\xf3\xd0\x24\xa5\x62\xea\x39\x05\xc9\xd9\xab\x94\x31\xfa\xed\x47\x77\xca\x3a\xb4\x1b\xa2\x76\x48\x16\xa8\x77\xf8\xe6\x0a\x61\xe5\x41\xcf\x3b\xbc\xbf\x72\xa7\xb9\xe9\xdc\x69\x62\xf1\x28\x67\x86\x8e\xe9\x5d\xe8\x63\x38\xd5\x5c\xaa\x5e\x96\xc7\xae\x7f\x2c\xd8\xa3\x69\xaf\x19\x41\x6e\xc9\xf9\x6a\xb1\xc9\x62\x2b\x97\x97\x8e\x4b\x6a\x93\xa1\x45\xce\x11\xaf\xc4\xd7\x0a\x02\x7c\x08\xc2\x45\x79\xd5\x6b\x7e\xf3\x34\x9a\xb9\x4e\x2f\x39\xf9\x72\x9b\x51\x9b\xe9\xbf\x59\x06\xa3\xcc\x90\xd4\x79\x2c\xe7\x48\x1e\xad\x2d\x9a\x9f\xa9\xa9\x6e\x5a\x42\xfa\x94\xf3\xa4\x76\x38\x73\x40\x39\xa5\x12\x4d\x9a\x20\x3b\x54\xb6\x21\x22\x4c\x6c\x2e\x1e\xbf\xfb\x97\xe0\x8b\x71\xd1\x1a\x1d\xef\x88\xee\x85\x53\x13\x27\x42\x71\x72\xd4\x01\xba\x81\xbd\xb0\xe0\xaf\x61\x7f\x1f\x51\xd5\x9a\x97\xd1\xbd\x8e\xd7\xae\xc9\x69\x1f\x20\xed\xce\xe9\x6d\xde\x96\xe9\xa1\x78\x5d\xa7\x4f\x64\xc8\x16\x57\x4d\x08\xbf\x2f\x3e\x56\x56\xbc\x5b\x27\x30\x17\x59\xd6\xc4\xf3\x1c\xf2\x47\x3b\x59\xd8\x4f\x94\xc4\x51\x4a\xfa\x52\xf6\x49\x35\xae\x76\x34\x2e\x45\xf8\xbb\x32\x3a\xdb\x9e\x76\xbd\xac\x25\xdb\x40\x1c\x57\x32\x06\x1f\x92\xca\x2e\x0c\x21\xcc\x8f\x25\xe7\x1b\x89\xe3\x83\x23\xb5\xdf\xc0\x99\x3b\x70\xea\xbd\xd0\xce\x95\x3b\x95\x0e\xf0\xc9\x19\x90\x5c\x8b\x94\x00\x00\x9f\x8c\x7e\x56\x4f\xaa\x91\x11\x0e\x0a\x73\x2d\x9f\x08\x2d\x34\x52\xd9\x01\xa2\x13\xa1\xa9\xb8\x86\x28\x4e\xdd\x52\x68\x0b\x2e\x8a\xdd\x9c\x9f\x08\xde\x08\x76\xd4\x76\x40\xc6\x1d\xdb\xd4\xf3\x61\xfa\x4a\x47\xc5\x47\xe4\xc4\x8c\x04\x39\x1b\x3d\x0a\x00\xfc\x13\xd8\xbc\x9c\xe2\x9a\x85\x50\xa6\x70\x8d\x85\x0b\x49\x69\x2e\xa5\xdf\xa1\x5e\xc2\xe1\xe2\x83\xd0\xdf\x94\xb7\xc6\x76\x38\x32\xe6\x53\xfe\x1c\xf8\xd2\xbe\xbb\x5a\x18\x49\xd8\x61\x93\xf3\x0a\x05\x56\x7c\x57\x9c\x46\x8b\x67\xec\x97\x47\x61\x20\x00\xf0\xb7\x61\x6c\x55\x5f\x75\x02\xf9\x81\x20\xb9\xe2\x22\x59\x4f\x8d\x2f\xdd\x4d\xf6\xc3\x9b\x8a\x6a\xc8\xd3\x52\xbc\x8d\xb3\x48\x7f\x62\x0e\xea\x51\xb2\xcd\xbe\x18\xcd\x23\xb2\xc7\xf6\xe2\x9c\x83\xe4\xe0\x15\xf5\x8a\x75\x64\xe6\x8c\x7d\xb2\x36\x8a\x27\x00\xf0\x2a\x49\x75\xca\xc1\xaa\x1a\x16\x95\x0f\x55\x2c\x64\x3e\xa2\xc0\xe6\x62\xe6\xe2\xec\xeb\x45\x53\x19\xac\xe3\x82\x02\x90\xfe\xeb\x50\x5d\xde\x53\xba\x2c\xe8\xa2\x26\x88\xbe\x6b\xfb\x76\x55\x27\xed\xe3\x0a\x58\xce\xa7\x5d\x98\x11\x2f\x7d\x4d\xf7\x05\x00\xee\x6b\x8a\x8d\xa2\xa4\xca\x5d\x68\xe1\x1d\x2d\x57\x0b\x8a\xc8\x3c\xf3\x6c\xfe\x51\xdc\x2f\x13\x99\x17\x76\xec\xbc\xe1\x09\x37\xe8\x90\x55\x5e\x30\x27\x25\x68\x5d\x6e\x1b\xdb\xb0\xed\x8a\x6a\x3e\xeb\xe6\x0a\x6f\xd9\x5d\x56\xf4\x0c\xae\x14\x60\xad\x02\x00\xee\x44\x6a\xb0\x3c\xbd\x92\x90\xbb\x84\xeb\x5a\xf6\x26\x27\x9a\xb4\xb9\x24\x5d\x49\xcb\xaa\x2f\x3c\x2b\x97\x1f\xd5\x18\x5c\xa4\xcd\xd1\xdf\x74\x3c\xc9\xc4\xc0\x10\xf5\x7f\x22\xca\xb6\xf9\xca\x48\xe1\x18\xb7\x5b\xb2\x11\x82\xe9\x33\x10\xf1\x1b\xde\x2c\x20\x91\xfd\x9d\x3e\x41\x7a\xa7\x72\x5d\xd1\x15\xb6\xb1\x8c\x5b\x38\x06\xbd\x57\x62\x63\x40\x33\x0f\x17\x86\xe7\x95\x26\x1f\xc8\xd7\x6b\x3e\x1e\xb8\xa4\xb3\x56\x43\x7b\xf7\xab\xd3\x55\x4b\xb6\x86\x2b\xce\x29\xac\xdc\xfc\xa5\xc7\x65\xc8\x8c\x70\xf1\x7c\x21\x0e\xa8\x60\xcf\x64\x50\x25\x69\x95\x23\x6a\x51\xd6\xd2\xb2\xb8\x2a\x27\x64\x47\xf1\xb9\xf2\xb6\x53\xcf\x0b\xc7\x9b\x7d\x92\x46\xe5\x07\x9b\x1e\x45\xa9\xb4\xe5\x05\x55\x01\xbb\xd4\x76\xfa\xc6\x2d\x99\x8a\x18\xdd\xc4\xe5\x06\xc9\x87\x9c\xf7\xd3\xff\x8a\xc4\x92\xf5\xc0\x3d\xd6\x09\xa6\x45\x2c\xb3\x7c\x6e\x56\x33\x13\xca\x82\x1a\x00\x98\x54\x6c\xa9\x09\x3b\xb5\xd9\xf8\xd1\x62\x48\x4c\xce\x5f\x5a\xfa\x27\xca\x4e\x8b\x15\x33\xfd\x2f\xe4\xdc\x28\x8c\xda\x32\x59\x31\x3f\xdf\xb8\x3c\x56\x52\xa6\x99\x37\xfd\x8d\x68\x8d\x34\x16\xf8\xc5\x1a\xcf\x72\x12\x0d\x5a\xee\x9d\x9e\xc1\x28\x2f\x5b\xd5\x1a\x0a\xdd\x2e\x66\x35\x82\xe9\x45\xc6\xce\xda\x82\x23\x2f\xf4\x1f\x2b\x2f\x47\x6a\xb5\x5b\xcb\x3d\xfc\x33\x72\x04\x25\x87\x37\x5f\x94\x0f\x1a\x13\x97\xaf\x91\x04\x68\xcf\x4f\xff\x29\xac\x94\xed\x18\xb1\x8c\xa9\x64\x45\x31\x26\x77\xbe\xc8\x7e\x0c\xe7\xb7\x45\xe0\xf7\x67\x70\x1a\xef\xe1\x4f\x27\x5f\xa9\x8d\x27\x04\x1d\xcc\xb3\x0c\x13\x6d\xf6\xbd\x2e\x8d\x20\xbe\xf1\xde\x6a\xba\x0e\x7e\xf1\x7c\x65\xc8\x82\xe7\x2f\x8c\xd3\x9d\x41\x92\x27\xcc\xd7\xfa\xa2\xe7\x01\x40\xb4\x04\x33\xd1\xaf\x77\xe2\x88\x18\x7c\xa2\xf5\x03\xb1\x2b\xe3\x50\x23\x99\xf8\x37\xd9\x5c\xeb\x00\x86\x1f\x24\x58\xc4\xe0\x8d\x7d\x7d\xa5\x93\x21\x9a\xb7\xb3\x49\x09\x87\x79\x5e\x35\xec\x40\x76\x2d\x0c\xd4\x69\x51\xdf\x09\x6e\xda\xd9\x58\x22\x00\x88\x6c\xb1\x26\xba\xb4\x73\x34\xbc\x03\xf6\x68\x65\xc2\x11\x19\x0b\x1b\xe7\xc1\x89\xc9\xf8\x9a\x06\x98\x7d\xd0\xdf\xb2\x15\xbe\xbe\x2f\xcf\xdc\x83\xec\xdb\xf9\xcf\xe4\x8f\xbc\xf1\x6c\x35\x00\xa8\x7e\xe1\x0e\x5d\x2c\x76\x6a\xc2\x3a\xcd\x35\x52\x28\x00\x08\xaf\x93\xec\x69\x0f\x4f\xef\xa4\x38\x42\x8a\x96\x8b\xe4\xd3\xa7\xf2\x1a\x52\xc8\xb1\xc9\xa3\x6b\x46\x93\x97\x44\xbf\xaa\x10\x92\x67\xee\xf3\x33\x4f\x25\xaf\xd9\xd9\x5a\xa8\x23\x67\x78\x2a\xf3\x63\xc8\x9d\x0b\xdd\xb4\xcd\x94\x6d\x13\x92\x34\xb6\x94\x02\x00\x10\x2e\x27\x4f\xa2\x1d\xe8\x48\x61\xb9\x40\xe3\x5a\xc6\x30\x71\xa7\xc6\xd5\x5b\x18\xfd\x49\xdc\xea\xbd\x8c\xd5\xd1\xec\xf2\x7b\xf4\xf6\xa0\xcf\x25\xc9\xf4\x53\x3b\xb3\x8c\x1f\xe9\x7b\x3c\x93\xf5\xc5\xf4\x4d\x0b\xe7\x6b\x3e\xd0\xe9\x13\x72\x73\x27\xd1\x67\x02\x80\x60\x1f\x65\x07\x75\xa0\xbd\x4d\x50\x0a\x26\x35\x47\xf0\xd5\xe9\x47\xea\xfe\xf1\xc8\x49\x63\xab\xf4\x5c\x6e\xf4\xdc\xf2\x55\x9c\xf2\x20\x59\x71\x33\xfb\xd3\xce\x45\x46\x6f\x76\x9c\xa7\x67\xde\x5b\xd6\xf7\x85\x33\x35\x8e\x6c\xc7\x09\xb7\xd5\xa3\x98\x69\x00\xc0\x8f\xa5\xc6\x52\x3e\xb7\xdb\xe5\xcc\x20\x0a\x9a\x24\xca\xd0\x93\xbc\x3a\x37\xb9\x32\x71\x71\x65\x97\xf4\xc5\x01\xdf\x32\x3f\x49\x74\xe0\xad\xa2\x21\xd1\x5f\x2f\x69\x41\x98\xf0\xca\x9a\x6b\xba\xaf\x82\xb7\x0b\x47\xe4\xda\x0a\x4a\x26\xae\x50\x15\x70\xc4\x00\xc0\x5b\x44\x7b\x4f\xbe\xd7\x16\x62\x74\x22\xf0\x1a\xbf\xe4\xf7\xa4\xe9\x6a\xf3\xf2\x32\x8f\xac\xac\x74\xd1\x8e\x8e\x8a\x28\xd5\xa9\xbb\x02\xad\x8a\xe6\xa9\xba\x76\x3c\x36\x14\x28\xc7\xac\xd9\xaf\xdb\x22\xef\x5a\xd0\xad\xde\x2e\xa5\x4d\x0c\x52\x2a\xf9\x2b\x00\x80\xbb\x96\xb1\x88\xd4\xd2\xfa\xc6\xb2\x1e\x9f\xdd\x28\x2e\xcb\x3c\xc1\xa9\x5d\x53\xa2\x4d\x70\xb3\x54\x9a\x0a\x23\x93\x4b\x5d\x0a\x6e\xec\xf5\x30\xe9\xf3\xa3\x76\x78\x1a\xe6\xe4\x6d\x59\x7d\x49\x5b\xa6\x09\x5f\x00\xe5\x68\x95\xa2\x89\x61\x8a\x5e\x61\x3c\x00\x70\x10\xe6\x54\x92\x67\x6b\x53\xed\xef\xec\x77\x8d\xb1\x55\xc3\x27\xc6\xd6\x8e\xaa\xa8\x8f\xaf\xb7\x40\xa5\xbc\x88\x1f\xe6\x27\xc5\x92\x80\xcb\xa6\xd8\xc2\xcf\xdb\x5f\xe6\xdf\x2a\x98\xbc\x5a\xad\x8d\xd5\xfd\x5c\x10\x9f\xe3\x9d\xb3\x7e\x62\x8c\x22\x58\xe4\x0f\x00\x1c\x47\x66\x12\xd6\xdc\x8a\x36\xbb\x67\x13\x1a\x17\xd6\xf7\xa4\x2a\x6a\xce\xd4\x24\xc4\x07\x5b\xd6\x56\xce\x8f\x30\x98\x95\xe5\x93\x03\x78\x26\xbb\x92\x4f\xdb\xeb\xf3\x49\x26\xfb\xd5\x90\xe6\x57\xbe\xf5\x82\x44\xd5\xa0\x9a\x36\x91\x25\x6f\x11\x03\x00\xc0\xce\x67\x72\x11\xaf\xbe\x4f\xf8\x8f\x59\xf6\xdd\x2b\x08\x3b\x8f\xef\x6b\xc7\x13\x24\xb1\x3f\x9b\x6a\x89\xa3\xf7\xef\xab\xbd\x4f\x2c\xf1\x5b\x58\x69\x07\xa2\x5b\x67\x95\x6e\x85\x60\xf7\x53\xa6\x5c\xd8\xe4\x2c\x33\x3c\x42\xbe\xd9\x55\xeb\x4f\x60\xc9\x00\x20\x8e\xc3\x7e\x22\xf3\xfa\x18\x60\x56\xe6\x87\xae\xb3\xa0\xf2\xf8\xda\xf6\x19\x60\x63\xec\xe3\xa6\x43\xe0\xb7\xfd\x1b\x6a\x45\x50\x82\xdf\x44\x4b\x17\x3c\x72\xab\xb5\xf9\x3f\x78\xc0\x3d\xd5\x74\x18\x69\x76\x16\x1b\x2a\xd0\x41\xbb\x73\xfa\x55\xd8\x53\x00\x10\x7b\x91\xc6\xc0\xdf\xfb\x1c\x91\xd9\x99\x03\x5d\x09\xc8\x94\xe3\x53\xda\xea\x10\xeb\xd8\xee\xa6\x91\xc8\xc4\xfd\x4e\xb5\x1b\x90\xbd\x7b\x7e\x58\xd2\x90\xb6\x2d\xdf\xcc\x85\xe8\x7e\xf7\x78\xd3\x54\xcc\xde\x59\x6c\x38\x82\x7d\xb5\xbb\x93\xf7\x98\x54\x0b\x00\xe2\xd1\xa4\x20\x38\xfd\x4c\x34\x45\x97\x19\xd2\x59\x44\x71\x3f\x56\xd4\xfa\x9b\xdc\x15\x8b\x6b\xdc\x45\xc6\xc2\x1e\xd4\xa0\xe4\xa3\x7b\x7a\x2a\xaa\xc9\xe4\x2d\x43\x25\xcf\xc9\xdd\xee\x07\x0b\xe3\x29\xce\xce\xca\x7c\x13\xe5\x9c\xfd\x8c\xbc\x31\x94\x6e\x00\x10\xed\x25\xef\x82\xa7\xf5\x12\x59\xc9\x19\xaf\x4f\x5f\x64\x56\x1f\x5b\xdb\xea\xca\xf8\x1d\xbb\xb4\x01\x65\xc4\x85\x95\x56\x77\xd0\xdf\xee\x91\x97\x7f\xa6\x17\x6c\x29\x2b\x59\x42\x67\xba\xfb\x18\x73\xe8\x0a\xe7\x5c\xfd\x59\xc6\x7c\xfb\xfd\xda\xdf\xb4\x5f\x00\x20\x8c\xa5\x1c\x81\xf8\x3d\x4d\x02\x4b\xc6\xf1\xd3\x76\x7c\xf9\xd1\x96\x96\x23\x3c\x52\xcc\x60\x7d\x0b\x97\x1d\x96\x56\x3d\x8a\x53\xb7\x27\xb6\xdc\x93\x33\x7a\x0b\xad\x38\x99\xcd\x72\x5f\x59\x70\x9e\x1d\xe8\xac\xcf\x7b\xc4\xee\xb5\x97\x69\x1e\x31\x27\x01\x80\xe0\x08\xf5\x14\x34\xbe\xfb\xa9\x8a\x71\x6a\xb8\x63\x85\x62\xe8\xa8\x4b\x33\x24\x5f\x18\xb3\xa8\xae\x57\x4a\x0f\xed\xaa\x1a\x21\x99\xe2\x3b\x58\xb6\x52\x74\x75\xcb\x8c\xa2\x83\xc2\x6b\x2b\xff\x33\xd4\x0b\xbd\x9c\x5b\x75\x85\x82\x0a\x07\x87\xdc\x44\xf6\x0b\x00\xe0\xcf\xa2\xbd\x06\x17\x76\x2f\x29\xb0\x3f\x35\xb1\x1d\xd4\xb7\x27\x9f\x6a\x1a\xd0\x81\x87\x0e\xd7\x8d\xd5\xb8\x87\xfc\xad\x5c\xaf\x9e\xe7\xbb\xb0\x34\x49\xb5\x7f\xb3\xd8\x24\x54\x3c\x5e\x99\x97\xff\x50\x3e\xe0\xac\xd5\xb6\x49\x2e\x39\xf8\xaa\xb7\xf2\x36\x01\x00\x6f\x1e\x63\x1c\x31\xa0\x4b\x5b\x2e\x4d\xdf\xdc\xf6\xc5\x7c\x33\xc9\xd4\xe4\x5d\xbc\xe8\xa0\xb6\x16\x5f\x18\x13\xb2\xcb\xa2\x33\x5c\xf1\x61\x9a\xcf\xe9\x4b\x37\xcf\x28\xfc\xa8\xcb\x5f\x19\x94\xef\x99\x1b\xe3\x2c\xd7\x7c\x51\xf8\x39\x20\x39\x7e\x02\x0f\x00\xe0\x1e\x66\xdc\x22\xbc\xe8\x8a\xab\x19\x7d\x72\xb8\xad\xde\xf2\x5f\x92\x5f\x93\x55\xd9\x9f\x83\x5e\xb5\xab\xcc\xd6\xc1\x9f\x2c\x21\x45\xb1\x3e\x5e\x66\xd0\xf8\x6b\xd3\xd3\x42\x7d\xfe\xe3\x95\x2b\xf4\x77\xb4\x5a\x67\xb9\x46\xa0\x6c\x73\x50\xaa\x06\x05\xff\x00\x80\xf3\x9b\xe9\x48\xe0\x76\x39\x36\x3c\x3d\x49\x6f\x3b\x51\xab\x4d\xfc\xd4\xd8\x50\x75\x22\xfa\xbf\x9a\xfb\x15\x69\xc1\x95\x15\xdf\x4b\xa5\x3e\x93\xcc\x8e\xc5\x51\x9b\xfa\x0b\x37\x1b\x8f\xae\x9c\xaf\x4f\xc9\x3b\xe8\x5c\xac\xb1\x57\xdd\x73\x18\x50\xad\x16\x6a\x00\x80\x43\x66\x7a\x66\x4f\x1d\x78\x4a\xdc\x98\xfa\xac\x7f\x02\x31\x3a\x21\xbe\x7b\x3d\x91\x11\x15\xd2\x1e\x40\xbc\x12\xf8\xb7\xc9\x17\xdc\xef\xbd\xb1\xd6\x1b\x9a\xbc\xbe\xc2\xe2\x05\xfd\x73\x55\x99\x71\xc8\x1c\xc7\x48\x53\x0f\x9a\x65\x33\xc9\x70\x0f\xeb\x07\x00\x09\x4c\x5a\x9e\x6d\x37\x80\x41\xa5\xa9\x6f\xfb\x8a\xa0\xfc\x84\x88\xae\xeb\x90\x26\xca\xaf\xed\x3d\x54\x13\xf8\xbd\xf1\x13\x0c\x78\xaf\xaa\xf9\x0c\x73\xd7\x17\x55\x7c\x41\xbc\x5d\x73\xcc\x9e\xa8\xab\x63\xa4\x89\x8d\xf9\xda\xb8\x19\x74\xa4\xd5\x00\x20\x09\x23\xb9\xe3\xfe\x0e\xcc\x42\xbd\x52\xef\xf7\xed\x40\xed\x12\xfc\xbb\x4e\x22\xc3\x51\x1b\xdb\x84\x48\x47\xe0\xeb\x46\x19\x72\xd7\x7b\x69\x8d\x1c\xdd\xb8\x3e\xbf\x42\x85\xf6\xba\xaa\x4a\x9e\x60\x44\xc7\x48\xd3\x7a\xd2\x49\x9b\xcd\x86\x5d\xa4\x97\x00\x20\xb1\x27\xa5\xe3\x72\xcf\x87\x52\xc1\x54\xda\x19\x94\xf2\x26\xfe\x4b\x67\x19\x25\x31\xca\xba\xb5\x97\x32\x2e\x70\xa0\xe1\x3c\xf9\x9e\xf7\xf8\xea\xb3\xe4\x57\xeb\x25\xe5\x67\x29\x8b\x5c\x75\x25\x0b\x28\x02\xc7\x23\x85\x49\xd4\x03\x36\x99\xf9\x07\x28\xe7\xff\x2f\x8b\x1c\x85\x4b\x3b\x77\x84\x3d\x35\xd5\xab\x57\xc6\xda\x15\x5f\x74\xba\x87\x89\x44\x3e\x6a\x79\xcd\xb8\x10\x78\xba\xfe\x27\x23\xc8\xdb\xaa\xea\x1b\xfd\xcf\x7a\x61\xd9\x67\xfa\x23\xd7\x82\x62\x6f\x86\xad\x23\x62\x4c\x65\x9c\xb7\xa9\xd7\x6f\xa5\xdd\x02\x00\xd1\x2e\x0a\x2e\xeb\xe9\x59\x91\x70\x49\xca\xad\x9e\x46\xfe\x8f\xf8\xe0\x8e\xc7\xbc\x1b\x91\x55\x2d\x93\xb9\x97\x02\xcb\xeb\x97\x71\x7e\xef\xfc\x5a\x35\x9f\xe3\xb7\x9e\x59\x36\x8b\x7d\xcb\xb5\xb8\x28\x9a\x3d\xe0\xa8\x2b\x38\xca\x71\xb1\xf9\x95\x37\x85\x71\x0e\x00\x84\x5b\xa8\x8c\xac\x8e\x7e\x99\x0a\x49\x91\x75\x37\x29\xba\xe3\xbe\xb6\xdf\x95\xcf\x8c\xdc\xdc\xf4\x57\x8a\x04\x2e\xaf\xb3\x96\x38\xee\xe4\x5b\xfe\x89\xde\xad\xf7\x32\xbf\x17\x4d\x75\x95\x9b\xe6\x0b\xaf\x39\x5e\x33\x58\x09\xd2\x6d\x21\x2d\xc6\x3e\x08\x00\xfc\x87\xb4\x17\x59\x23\xfa\x2e\x1a\x14\xc7\xff\x74\xbd\xd3\x6f\x8e\x23\xb5\xdb\x68\x7f\x45\x94\x34\xcd\xc9\x3d\xb7\x57\x5c\x3b\x37\xe7\xde\x4e\x5b\xcb\x64\xd5\x96\x75\x0f\xcd\x23\x94\x13\x5d\x13\x0a\x5d\xe5\x06\xc7\xa7\xfa\x4f\x92\x51\xb6\x97\x35\xdb\xb8\x44\x00\xe0\xdd\xa4\xbf\xce\x3c\xd5\x37\xa3\x4c\x72\x3c\xab\x6b\x47\xc9\xa5\xc3\xbf\xdb\x62\x8b\xdc\x22\x16\x34\x1e\x37\xb2\xf7\x3a\xd4\x24\x18\x3c\xbd\x0a\x2a\x22\xf5\x61\xeb\xd4\x25\xbb\xb5\x3f\x5c\x7d\x8c\x07\xd5\x09\x73\xac\xf5\x63\xe5\xd6\x76\x4e\xb9\xeb\xf9\xab\x01\x80\x37\x91\x91\x97\xb9\xe2\xcc\x50\x55\xe5\xf1\xd5\x9d\x9f\x2a\x8a\x0e\xb7\xb6\xd9\x96\xf6\x86\x3f\x6f\x9c\x52\x02\x04\x5c\xa9\x19\x63\x92\x79\x65\x97\xff\x34\x5a\xaf\x43\x8b\x9f\xeb\xdb\x5c\xb7\x17\x7c\xd0\x04\xcd\x59\x9a\xc7\x55\x84\xda\xed\x55\xd7\xf0\x5f\x03\x00\xb7\x9c\x31\x9c\xf1\xfe\x0c\xa9\x7e\xeb\xb1\x9f\x9d\x9a\x1a\xe0\x30\xb3\xb5\xdc\xf2\x29\xbc\xae\xa1\xbc\x7c\x5e\x40\x51\x75\x8e\xd9\xc3\x2b\xba\x9c\x67\x7a\xb0\x8e\x58\x8c\x33\x3c\x74\x0d\x2c\x38\xa9\x3d\x3f\x27\x42\xf7\x55\xb9\xcf\x4e\xa2\x9e\x20\xc8\x04\x00\xee\x4a\xc6\xfb\x37\xcb\x89\x41\x59\xc5\x77\xe7\x13\x1b\x71\xec\x0b\xf5\xa0\x53\xf6\xfe\xd6\x07\x20\x15\x3f\xce\xfc\x13\xfc\x80\xbf\xa6\xfc\x0c\xc5\x12\x5e\x51\x37\x40\x77\x41\xfb\xd4\x08\x18\x83\x3c\x42\x67\x23\x8b\xe0\x8d\x9e\x0c\xe4\x34\x32\xc5\x3e\x01\xe5\x20\x5b\x5f\xa7\x10\x30\xa2\xf5\x9d\x70\xc2\x5f\x22\x34\xf0\x9b\x88\x23\x7e\x69\x75\x21\xbe\x02\xc3\xcc\x9b\xc1\x14\xb0\x4f\xe9\x0d\xbe\x81\x50\x8a\x06\x82\xe1\x9d\x29\xbd\xb0\x3b\xfc\x3b\x84\x09\x3f\x46\x0a\x3c\x6d\x11\x31\xba\xc8\x7e\x14\x7a\x14\xf9\xf9\x4a\x8b\x6f\x41\x04\xc3\x24\x42\x00\x22\x1d\xd8\x40\x18\x42\xda\x5a\xa2\x88\x51\x48\x57\x09\x48\x7c\x86\x3c\x54\x48\xc1\x2c\x74\x13\xf9\x1f\x34\x19\xcd\x4b\xd9\x08\x5d\x47\xbf\x85\x8c\x84\x55\xd8\xda\x35\x85\x48\x20\x16\x6b\xd7\x89\x7a\xa2\x8f\x5e\x28\xb3\xa9\x8c\xc1\x5b\x0a\xfc\x0c\x86\xd3\xb9\x60\x7c\x17\x9d\xde\x54\x44\x08\xa2\xdd\x2f\xfa\x8f\xf0\x8c\xb6\x57\xbe\x8e\xc8\xa1\xbe\x27\x5d\x06\xb7\x50\x65\xc7\x3d\xa0\x19\x54\xa7\xe0\xa9\xd0\x4f\x8a\x6a\xcd\x04\xb8\x92\x32\xcb\x8e\x86\x18\x48\xcf\x9e\xdd\xc4\xed\x14\x85\xde\xf8\x83\xfb\x4f\xf0\xab\x1f\xcc\xb6\xf0\x75\x0d\xcf\xf0\x7e\xbc\xdd\xa6\x60\xfc\x47\x2e\x20\x6d\x20\x98\xd8\x0f\x30\x8c\x98\xc6\x6a\x3b\x36\x0d\x8c\x62\xf2\xf6\x79\x41\x3b\x19\xc1\xab\x99\xd0\x0f\xfa\x52\x3b\x1c\xfc\x98\xf2\xe3\x49\x77\x96\x9f\x1a\x7f\x6d\x18\x37\x56\x95\x7a\x26\x0f\xd7\xa3\x08\xae\x77\xce\x4e\x96\x6d\x33\x9a\xf1\xd3\x25\x9b\x24\xab\xf1\x77\x45\x7b\xd0\xe5\x84\x6a\x41\xf0\x51\x1b\xa2\x91\x17\x11\xc4\x00\x85\x9c\x98\xd5\x13\x21\x1f\x16\xc9\x8e\x09\xcf\xa3\xfd\x7e\xe4\x98\x59\x6c\xce\xbf\x82\xcb\xda\x5e\xa4\xea\x99\x95\x75\xc7\xc8\xae\xa9\xc6\x61\xf9\xbe\x86\xa8\x6c\x0f\x9d\x95\x68\x56\xf6\x7f\xea\xf3\x70\x24\xfe\xaa\x92\x90\x44\x23\x5c\x94\xcd\x09\x8c\x21\x36\x8b\x06\x57\x1d\x07\x13\xf9\xff\xec\x72\x20\x4f\x66\xe7\x7d\x4b\xe6\xf8\x56\xfd\xd0\x95\xcc\xba\xc6\x45\x9d\x35\x59\x47\x6a\xde\x57\x45\x67\xfd\xb1\xe0\xf4\xf3\x70\x45\xe6\x57\x02\xbb\xec\x13\xa6\x10\x90\x83\xdf\x93\x2f\x4f\x1c\x43\xd8\xaa\xe9\xdf\xbb\x82\xe8\xa6\x9a\xef\x51\x47\x1c\x94\xa9\xec\xc4\x60\x2e\x67\xf7\xdd\x3d\x99\x5b\x2e\x2e\xbe\x58\x98\x39\xd0\xff\xa8\x23\x3c\x2b\xb2\x9b\x6a\x99\x90\xf5\xbc\xed\x9d\xf6\x03\x8e\xd6\xb8\x92\x37\x26\x7b\x47\x75\x14\xa1\x15\x3f\xa5\x2c\x24\x41\x8f\x7f\x6e\x72\x0e\xf0\x22\xd4\xea\xbd\x3c\x96\x10\x43\xd4\x75\x76\x42\x70\x01\x2f\xfc\x4e\x54\xa6\xcf\x75\xd6\x85\xa6\xcc\x6b\x43\xf7\xdb\x13\xb2\x0e\x9e\xb7\xab\x98\x93\x75\xbf\xe7\x9b\xd6\x1a\x97\xd1\x5e\xc6\x75\xcf\x5e\xd8\xe8\x43\x00\xb2\x3f\x55\x95\x24\xd8\xe1\xeb\xcc\x57\xfd\x3f\x10\x8e\x19\x8f\x78\x00\xc4\x51\x5a\xc0\xae\x9a\x78\x9e\x6f\x33\x6c\xca\xf4\xbb\xfb\xf9\xc2\x88\xcc\xa1\x1b\xbf\xda\x8a\xb3\x82\x2e\x5d\x28\x4f\xce\xea\x3e\xbf\x57\x13\x8d\xf3\xeb\xe1\x73\xc4\xb8\x8f\x6d\x25\x78\x7c\x76\x6d\x3d\x35\xbe\x09\x7f\xc8\xe2\xe0\x7f\x01\xff\xb7\xe8\x8e\x87\x1d\x81\xa7\x63\xdb\xdb\x13\x37\xf3\xc3\x9f\x9d\x86\x3d\xb3\xa6\xdf\x5c\x00\xef\xc7\x8d\x3c\x3b\x13\xce\xc6\xdd\x6b\x2c\x81\x35\xd9\xfa\xa2\x95\xf0\x05\x7c\xb6\x4c\x01\xff\x21\x28\x48\x21\xc8\x26\x62\xdf\xb1\xcf\x88\x1c\xfc\x11\xbc\x00\xf9\x0c\x4f\x5b\xb3\x08\x0d\x41\x66\xda\xb5\xa2\xd7\x91\xb4\xa7\x6f\x21\x98\x10\x71\x23\x04\x2a\x27\x0c\xf7\x87\x42\xf7\x89\x47\x1a\x1e\xc2\x53\x88\x43\xa6\x43\xf0\x7e\x30\x54\x7a\x03\x56\x40\xb3\x30\x23\xfc\x1c\x7a\x7f\xcc\x0f\x09\x87\x5b\xf7\x09\x91\x73\x08\xb4\x5a\x8d\xba\xa3\x73\xec\x7c\xd0\x21\x74\xf1\xd3\x09\xe0\x00\xdc\x76\x3d\x1b\xb2\x81\x6f\xf5\xd1\xa1\x3d\xc8\xa4\x06\x3b\x88\x85\xb8\x15\xca\xa0\x2b\xc8\x61\xa9\x23\x3c\x1f\x19\x40\x7f\xc3\x74\x74\xe7\xd1\x3e\xf8\x37\x5a\xb6\x6f\x06\x02\x61\x36\xab\xb7\x22\x2f\xb1\x30\xbb\x59\xa8\x0c\x1b\xf7\xd8\x8e\x48\xa4\x5f\xb8\xaa\x24\x5e\xa2\x6f\xee\x2d\x00\x17\xd1\xea\xea\xe2\x40\x98\x36\xcf\xb8\x18\xbc\x43\x35\x89\xfb\x20\x2f\x6a\x34\xf2\x08\xaa\xa3\xce\x4e\xee\x84\x7d\x29\xbd\x41\x1b\xe0\xbb\x94\xe4\x55\xa5\xc8\x7e\x8a\x9d\xed\x63\xd4\x8a\x3c\xe2\xa1\x86\x90\x20\x9c\x77\x65\x2a\xa1\x8f\xff\xbe\xfb\x25\x71\x15\xaf\xa6\xe6\x0c\x91\xc1\xcd\x32\x18\x89\xcf\x39\xbe\xa2\x4c\x30\x9a\xed\x05\x57\x81\x0f\x59\x9b\x92\xce\x42\x74\xe6\xb2\xc0\x93\xf0\x12\xc6\xb4\x55\x9b\x60\x1d\x7d\x9a\xed\x1b\x64\x0f\x75\xec\xfd\x2c\x3c\x33\x67\xd9\xa5\xb1\xf8\x37\x4a\xaf\x2e\x57\x42\x92\xdc\xb7\x7a\x1a\xa1\x4e\x1a\x94\x6f\x47\x9c\x2a\x4e\x10\xfc\x23\x2a\x84\x12\x28\x15\x5c\xca\x6f\x4e\xec\x05\xaf\x72\xef\xee\xed\x80\xf0\x1c\x2b\x8f\x1b\xd0\x6b\xd6\x61\xbb\x49\x30\x9d\xf6\xef\xce\x8d\xec\xf2\xe2\x9f\x17\x75\xf8\x09\x26\xa7\x8e\x0a\x3c\xbe\x60\xad\xa5\x1c\x3f\xa0\x9f\xae\xeb\x24\xb8\x6b\xbe\xf1\x5e\x11\xea\x73\x1e\x12\xb5\xc4\x20\x45\xd3\x91\x50\xe2\x6f\xa9\x20\xa0\x16\xd4\x8a\x4e\x79\x1c\x82\x46\xf0\xef\xd9\x1d\x86\x68\xcc\x8e\xdb\xa9\xd9\xeb\x9b\xb5\x03\xe3\xb2\xf9\xf5\x11\x6d\x01\xd9\x5f\xab\xfd\xcb\x23\xf1\x7b\xca\x7f\x69\xe8\x78\x73\x49\x0e\xe7\x1e\x61\x45\xa1\x3b\xfe\x12\xe1\x8c\xbe\x30\xfe\x36\x31\x4d\x33\xc5\x5f\x0a\x3a\x28\x4b\xdd\x5b\xc1\x04\xd9\x41\xbb\x4c\xf0\x2e\xc7\xf3\xe6\xdc\xec\xdd\xe7\x7b\xce\x3e\xca\x16\x9d\x69\x6c\xfe\x93\x3d\xdc\x29\x2a\x9d\x83\x5f\xdc\xea\xae\x3e\x8e\xa7\xd4\x97\xb0\xde\xe0\x7f\x55\x8d\xcb\x9e\x4a\xe0\x94\xae\x8f\x83\x88\x53\x0a\x77\xf9\x15\x13\x95\x79\x65\xee\xab\x88\x4f\xd4\xde\x76\x04\x30\x86\xb7\xf6\xc6\xc2\x6c\xbf\x2b\x3f\xfa\x3f\x65\x8b\x2f\x72\x9a\xc7\x66\x5f\xed\x7f\x6f\x5e\x89\x9f\xd1\x3d\x3d\x87\x81\x3f\xd9\x66\xc7\x9a\x83\xbf\x53\xff\x00\x77\x90\x90\x54\x09\x1d\x7e\x43\xb8\x5f\xf2\xca\x2f\x88\x18\x54\xd0\xe9\x6e\x43\x94\x6b\x30\x3b\x0d\x38\x92\xf7\xf4\x7a\x62\xb6\xcf\xf0\xd6\xfe\x35\xd9\xf4\x6b\x94\xa6\x80\xec\xf6\x41\x61\x09\x9c\xfd\xdf\xd9\x08\xd5\x13\xbc\x57\xd7\x7d\x26\x1d\x5f\xd4\xba\x26\xeb\x3e\xc1\xa5\x6e\xcf\x61\x29\x81\x53\x31\xcd\xcf\x8d\xf0\xb8\x68\x81\xfb\x44\xa2\xb3\x0e\xb0\xfb\x4e\xcc\xe0\xbb\x3f\x9c\x86\xed\xc8\x14\x5c\x7e\x8e\xcd\xce\xa2\xf6\x6c\x41\x7f\xe3\x8e\xd5\x6e\x44\x9f\x67\xaf\x28\x98\x8b\x3e\xc2\x4f\x12\x7d\x41\xaf\x11\x36\x21\x8b\xd0\xeb\xc4\xec\xe4\xdd\xe8\x3b\xb0\x2e\xf0\x23\x66\x0d\x3d\x5c\x45\xc6\x56\xc0\x7f\x6c\x87\x30\x0e\x42\x7d\xb0\x06\xcd\xc5\x57\x5c\x1e\x8f\x52\x09\xdb\xbb\x53\x50\x1c\xe1\x5a\x4d\x3c\x9a\x4c\xdc\x6b\xf0\x43\x4f\x12\x9f\x8a\xdc\x50\x1c\x58\x0b\xa7\xa1\x1c\x48\x9e\x64\x42\x2d\x70\x7a\xe0\x31\xf4\x1e\xb2\xcd\xe3\x27\x66\x83\xfc\xb1\x8d\xc3\x50\x74\xc5\xfd\x00\x74\x24\xf4\xf9\xd2\x6a\xe4\x0b\x3c\xaf\x4b\x8a\x7c\x81\x8f\x55\x73\x91\x67\xb0\x2a\x3f\x0d\xf9\x0d\xdf\x16\x42\xa8\x35\x12\x09\x35\xa1\x6b\x91\xdb\x49\x4e\x68\x1c\x1a\xb9\x77\x08\x2d\x46\xfb\x3c\xb8\xe8\x75\xcc\xc3\x16\xc0\xa2\xb0\x31\x77\x7d\x61\x29\x6d\x70\x30\x1a\xae\xa3\x1d\x3a\x5d\x07\x37\x53\x1f\x57\xbe\x83\xef\x53\x0f\xeb\x1d\x10\x1b\xca\x0f\xc1\x62\x64\x35\xa5\x1b\x2c\x46\x52\x29\xf2\xc4\x85\x88\x85\x12\xbd\x77\x02\x6a\x45\x99\xeb\x31\x05\xdd\x46\x7e\x6c\xf3\x1b\xed\x26\x7d\xb9\xb3\x04\x32\xf3\x3f\x5d\xf8\x08\x9d\xe6\x3d\xed\x98\x09\x3d\xe5\x9e\xb1\x9c\x84\x3e\x72\xb4\xba\x4a\x78\x3a\x9b\xc5\x7b\x0d\xef\x65\xa9\x89\x5a\x58\xc2\xac\x38\xb2\x05\x7e\xcf\x68\x0e\x38\x89\x04\xd0\xcf\xb9\x77\x23\x6c\xda\x5b\xdb\xed\xc8\x1f\xca\x8f\x5b\x6f\xc0\x37\xca\x87\xe7\xbf\x82\xff\x14\xd3\xdb\x08\xd0\x7a\xd9\xa6\xf2\x21\xc8\x43\x12\xa5\x5d\x02\x05\x88\xa8\x5c\x06\x24\x10\x5c\x22\x24\x41\x0f\xf9\x33\x12\xb6\xc2\xbb\xb8\x87\xfd\xdb\x60\x03\xbb\xc2\x3d\x1e\xbe\xc9\x5a\x6b\x1b\x8b\x6c\xa3\x3d\xb9\x71\x80\x38\x5c\x14\x7c\x96\x0f\x8e\x37\xe6\xb5\x8c\x02\xbd\xf3\xef\x95\xa6\x80\x3e\xba\xbb\xea\x07\xe0\x89\xdc\xbb\x6c\x1c\x58\xab\x7a\x9f\x9d\x03\xd9\xc8\xdf\xc5\x5d\x83\xd2\x24\x9f\xfc\xba\xa1\x33\x22\x9b\x95\x3f\xa0\xd7\xfc\x4a\xdb\x5e\x78\x3d\x33\xe7\xea\x07\x22\xb7\x51\xd1\x37\x82\x28\xad\xa5\x34\x9a\x88\xad\x95\x86\x92\x29\xc4\xbe\x32\xbc\xaa\x90\xf8\xaa\x78\x2b\xf3\x18\xb8\xc2\x38\x3a\xeb\x22\x48\xcb\x2b\x3b\x7c\x08\x7c\x94\x1b\xba\xa7\x18\x5a\xa7\x5c\xbe\x32\x01\xda\x23\x9b\x61\xfb\x18\x62\xb1\x7f\x5d\x6e\x25\xc2\x67\xa3\x7a\x9e\x12\x69\x3d\xf4\xfa\x83\x44\x61\x87\xd8\xf4\x96\x98\xdb\x9c\xaa\xc8\x23\xb6\xd4\xcd\xa4\xb3\x89\x5f\x2d\x65\x99\x0b\xc1\xed\xe6\xe9\xb1\x63\x41\x86\x31\xd1\xb7\x19\xec\xc9\x9b\xb6\xe2\x26\x78\x2e\xa7\xdf\xf6\x0d\x64\xc5\x7d\x73\xa9\x81\x08\x5e\x8a\xeb\xfe\x40\x44\x07\x96\xd7\xa5\x12\xc9\x67\xce\x9a\x6c\x88\xac\xce\x0d\xf2\xb3\x44\x43\xcb\x31\x5a\x37\xf1\x4a\xdd\xa9\x0c\x3c\x38\xdd\xe2\x1f\x03\x83\x41\xc5\x7f\x7d\x63\x40\xa4\x60\xc9\x8a\x0a\x10\xce\x7d\x6f\x37\x01\x2c\xe6\x29\x86\x5e\x13\x33\x6e\x62\xdd\xae\xc4\xd4\x2b\x40\x6d\x25\x31\xe1\xc2\xee\xc2\x70\x62\x62\x5f\xac\x7c\x11\x11\xd7\xb9\x84\xe6\x4e\x54\x37\x37\x9e\xfa\x49\xbc\x52\x3b\x21\x66\x11\xf1\xbf\xf2\x45\xbe\x1b\xc0\xc9\xa6\xf4\x15\x35\xa0\x95\x36\xc9\xee\x18\x38\x9d\xf7\xe8\x5a\x37\xbd\x3e\x23\xad\x7f\x0b\xdd\x3e\x33\xab\xf9\x14\x2d\x2e\x2b\xb3\x74\x34\xf5\x11\x2e\x42\xad\xa2\xa6\x65\xef\x67\x6f\xa7\x7c\xc2\x33\xb2\xa3\x29\x64\xc2\x40\x1c\x8e\x32\x1b\x9c\xe3\x37\x97\x7c\x0e\x3a\xbc\x62\x80\x2c\x80\x73\xad\x33\xc9\x79\x48\xe6\xd5\xeb\xf4\x99\xd9\x31\x7d\x49\x34\x0c\x3f\xb1\x49\x49\x7d\x84\x6f\x36\x7b\x50\x33\x09\x41\x39\x97\xa9\x36\x84\xdf\x2c\x36\x45\x4b\xbc\x8f\x6b\xa1\xac\x07\x87\x0e\x3f\x24\x3f\x83\xce\xee\xd1\x93\xf3\xe0\xaa\x15\x3b\xc8\x04\x44\x61\x3d\x89\x2c\x41\xed\xaf\x3c\xa0\xd1\x41\xdc\x19\x06\xf5\x07\x78\xbd\xb1\x8e\x9a\x04\xb9\x96\xec\xa7\x8e\x81\x4e\xe6\x58\x51\x0a\xa0\x8b\xcc\xab\x94\x6d\x70\x0c\x6e\x26\xf9\x39\x02\x1c\x3e\x4a\xce\x45\xb4\x7b\xe6\x91\x13\xd1\x15\x6e\x2f\xc8\x5e\x68\xf7\xb8\x1b\xe4\x64\xf4\xf2\xe5\xed\xd4\x40\xca\xef\x9e\x47\x94\x61\x8a\xa5\xc1\x9d\x12\x4b\x89\x29\xfa\x4c\x19\x49\x19\xa3\xec\x20\x57\x93\x7b\x18\xa5\xe4\x38\x72\x45\xd6\x4c\xf2\x6c\x72\x7e\x2c\x87\xf4\x8e\xcc\xf1\x3d\x45\x1a\x22\x13\xdc\x60\x52\x2d\x19\x1a\xf7\x82\x74\x8b\x64\xbe\x34\x9e\x92\xc9\xad\xea\x2e\x24\xbf\xe2\xdc\xae\xd3\x93\x33\xd8\x1f\x4d\x04\xb2\x33\xeb\xab\xe2\x30\xe9\x2e\xcb\x96\x9e\x4a\xd2\x30\x7d\x32\x01\x52\x12\x83\x15\x63\x22\x6d\xa3\x0f\xf8\xdc\x22\xcd\xa3\x4f\x76\xdb\x86\xfd\xa5\x91\xad\xdd\x49\xd3\x29\xaa\x8b\xaf\xc8\xc7\xe4\x9e\x9d\x26\xf2\x54\xa9\xa9\x76\x1c\xa9\x58\x62\x6f\xfc\x46\x8a\x11\x1d\x91\xfd\x24\x39\x0b\xfa\x68\x0b\xb0\xd7\xfc\x3d\xa7\x1e\x63\x9d\xdc\x73\x87\x3a\xb1\x1c\x4e\xa4\xcf\x4e\x2c\x8b\xf5\xc1\x6d\x0c\xb6\x9b\x79\xc9\x9a\x8c\x05\xd3\xc0\x81\x03\x24\xb6\x71\x6b\x87\x0f\xc9\x3d\xbf\xae\x0a\xc6\x6e\xe5\xb9\x18\x38\x18\x4f\x93\x2c\x69\xc2\xfc\x73\xca\x29\x33\xb1\x59\x4a\xab\xf4\x39\xe8\x17\x59\xc8\xc1\x78\xf4\xbc\xb8\x7a\xf7\x7e\x54\x23\x5c\xb6\xdc\x80\x86\xf1\x7d\xad\x5f\xa1\xdb\x99\x23\xcf\x1a\x48\x81\xb5\xb4\x56\x2a\x76\xbf\xf2\xaa\x65\x14\x96\x5e\xee\xa3\x5f\x86\xcd\x2a\x49\x17\xa1\xe8\x60\x21\x97\x34\x1e\xcd\xcd\x37\xa7\x85\xa0\x99\xda\xba\x03\xcf\x50\xef\x9c\xc1\x5d\x5e\xe8\x04\xc5\xd2\xe5\xa3\x91\x7a\x29\xd1\xfa\x0f\x22\x62\x6f\xed\x23\x92\xbc\x7a\xda\x9a\x95\x58\xdf\xe9\xc3\xe5\x00\xb6\xaf\xe5\x8e\xce\x13\x7d\x5d\xff\x5b\x60\x40\x65\x55\x7f\xd0\x70\x34\xac\xec\xbf\xd4\x73\xe8\xfc\xa2\xeb\x51\x45\xc8\x43\x43\x99\xb7\x3f\x52\xa0\xfd\xe5\x9a\x82\x6c\x56\x95\xd9\x8c\x45\xac\xb8\x13\xcf\xd4\x91\x02\x06\x4a\x9b\x86\xb0\xfe\xbe\xa7\x65\xcb\xb0\xdd\x5d\x1f\xb5\x89\xe8\x8d\x36\x1d\x7f\x18\xcd\x6e\x74\x41\xf2\x50\xb7\xea\x9c\xd4\x65\xc8\xe7\xb2\x8f\x51\xf3\x90\x92\xa2\x75\x3b\xdf\x22\xb1\xf9\xbf\x5c\x37\xc0\xef\xd4\x66\x9b\x45\x70\x11\xb7\xe6\xcc\x42\xd2\xbe\x2b\xed\x4d\x9e\x58\xc7\xc5\xa2\x52\x16\xb6\xe2\x6c\xa4\xe6\x0c\x5a\xdd\x5d\xc4\xdf\x8d\x7a\xb7\x75\x22\x33\x90\xf7\x0d\x7d\x29\xf5\x48\x49\x55\x71\x64\x37\x12\x56\x1a\xbb\xb3\x11\xfe\x59\x38\xc6\xd5\x13\x26\x6a\x6c\x6c\xb2\xe0\x19\x3c\xe0\xec\x0d\xde\xcb\x53\xa2\x36\x2b\x6e\x53\x86\xda\x22\xe0\x68\x32\x35\xfa\x97\xec\xdc\x2c\x89\x38\x88\x55\x88\x33\x92\x9e\x30\x0b\xb3\x1f\xa4\xfd\x61\x54\x10\x56\x47\x8f\xa3\x0f\x10\x39\xde\x0d\x74\x2b\xf0\xda\xb2\x28\x1a\x07\x76\x1d\x53\x42\x1b\x8d\xec\xe8\xff\xce\x0b\xc0\x85\xb4\xae\xe1\xae\xcd\xb6\xad\x38\xc7\x59\x91\xdd\xae\x5f\xcd\xf6\xc0\x1f\x13\x95\xb0\xb6\x11\x96\x93\xfc\x98\x81\xc4\xd9\x69\x59\x8c\x44\xd0\xe9\x80\x90\xae\x80\xe6\x7b\xef\xa4\x3d\x84\x67\x2e\x7d\x4d\x23\x20\x33\xc7\x1c\xa7\xfe\x40\xce\xf5\xdb\x71\x1b\x88\x9b\x5a\x22\x39\xf5\xc4\x82\xf2\xdf\xec\x2e\xd0\x36\x2f\x8b\xd5\x0b\x1e\x15\xfe\x62\xde\x00\x1f\x60\xe5\x8c\x8f\x10\xf5\xc4\x2b\xc6\x64\x78\xed\x81\xf9\xf4\x20\xf8\xc5\xce\x77\x34\x13\x22\x58\x5a\x4d\xf3\x42\xb7\x8f\x39\x4a\xed\x43\x19\x67\x8a\x39\x3c\x72\x44\xd3\x30\xdb\x44\x9e\x52\x96\xc5\xea\x21\x5d\xd1\xfe\x65\x3e\x22\xe9\x05\x5a\xa6\x1d\x89\x8a\xa6\x33\xd6\x90\x04\xa9\xb7\xe8\x89\xa4\xc2\xa8\x00\x5a\x2d\xa9\x6e\xa7\x1f\x6d\x16\xa9\x6f\x69\x04\xb5\x81\xf4\x73\x0c\x99\xba\x85\xb4\xad\x77\x14\xbb\x8c\x5d\xdb\x18\xc5\x6a\x65\x7d\x2f\x1d\xc5\x7c\xc8\x5a\xa0\x31\x32\x6d\x98\x61\xfc\x18\xc6\x36\x86\x02\x09\xa4\x67\xd3\xff\xa6\xdc\xa6\x35\xd0\xd3\x22\x21\x9a\x1d\xed\xae\x57\x23\x15\x47\x0b\x5d\x3a\x97\x6a\x45\x1b\x39\xa6\x9b\x42\xa3\x4c\xec\x8e\x62\x5d\x96\xbc\xad\x6f\x63\x7e\x14\xa7\x97\xb0\x98\x4e\xc2\x2f\xb9\xdb\x18\x7b\x05\x18\x6f\x3a\x9d\xc9\x9f\x0a\xcf\xa7\x9d\xe7\x0e\x1e\xbf\x4e\x9b\xc6\xe1\x46\x14\x50\x4f\xb0\xf7\x78\x39\x53\x06\x59\x33\x97\xdc\xa6\x04\x31\x83\xc7\xfc\x47\x3e\x4d\xbd\x78\xfa\x1c\x6b\x61\xfe\x92\xda\x20\xe6\x5a\xdd\x70\xd1\x34\xc6\x21\x0d\x51\xf5\x81\xce\x56\x03\xec\x2f\xb4\x0e\x25\x0b\xf4\xa4\x8d\x96\x2f\x3d\xb6\x8c\x1a\x2a\x39\x13\x1e\x41\x29\x10\xa5\xed\xd8\x41\xfe\x25\xd8\xb8\x04\x23\xc7\xf0\x6e\x8f\x3d\x44\x6a\x63\xac\x6a\x3f\xc6\xac\xad\xbc\x57\x75\x95\x71\xbd\xfc\x84\xd1\x42\xff\x63\x06\x14\x85\x74\x27\x13\xc8\xbc\x42\xf3\x37\xbc\x20\x78\x51\x05\x79\x47\x92\x33\x29\xb7\x73\x2f\x87\x7d\xa1\xcc\x55\x85\x6e\xf7\x26\xa7\xc8\x17\x2f\xfe\x47\xaa\x91\x18\xc7\xaa\xb1\x6f\xac\xb0\x56\x27\x66\xcb\x69\x9c\xe5\x3c\xa3\xa7\x75\x97\xa1\x82\x7e\xa3\xe1\x9d\xac\x8e\xf6\xa6\x26\x9d\xfe\x87\x66\x5b\x71\x33\x5b\x4a\xf5\x32\x6f\x4f\xfc\x46\xa1\x16\x2a\x42\x6b\xc9\x9d\xfa\xef\xdb\xbc\xc9\x63\x34\xdf\x17\xc7\x91\x36\x2a\xc3\xc6\x1a\xb0\x23\x9c\xb1\x2d\x2b\x99\x79\x7d\x4f\x2b\x1e\x32\xaa\xbb\x13\xf3\xaf\xd0\xcf\xb5\x37\x49\x1f\xd2\xae\x35\x0d\xd1\xd7\x52\x5f\xd7\xf6\xe0\x86\xa9\x33\x2c\xd5\x89\xe1\x94\x60\x33\x3f\xd4\x8d\xcc\x2e\xc4\x6f\x7d\x48\xea\xd1\x57\x2d\x5e\x8e\xbd\xce\x59\x30\xb6\x15\x1b\xc3\xc9\x6f\x4e\x67\x22\x17\x99\x15\x4b\x19\x39\x67\x2f\xe5\x2f\xa2\x57\xf5\x3c\x96\x6e\xa6\x55\x74\x18\x69\x1a\x6a\x7d\xf3\x06\x5c\x30\xe5\x56\x6d\xc7\x91\x87\x14\x2b\xcb\xca\x90\x8b\x64\xcf\x12\xe3\x56\x3d\x29\xb1\x80\xb0\x78\x1e\x96\xa5\x4e\x19\xfb\x07\x85\x38\xef\x5b\x4f\xc9\x3a\xd2\xcf\x54\x86\x48\x67\x9f\x7a\x58\xf0\x5a\x4c\xcc\xf8\xab\x98\x26\x7c\x95\x35\x82\x79\x48\x90\x84\x5b\x80\x7f\xc9\xbb\x9e\x7d\x24\x79\x12\x37\x10\xdf\x1d\xe6\xca\x7e\x4a\x9c\xb9\xf5\x09\xcb\x08\xc6\x2d\xc4\x33\xbf\x43\x6d\xa3\x9e\x33\x0e\x21\xee\x2d\x75\x32\xdf\xac\x70\x4b\xae\xa4\x1c\xe7\x5c\xb0\x45\x3c\x0b\xf7\x5d\x7e\x4a\x28\xc8\xae\x64\x74\x09\x6c\xf0\x74\x7c\x34\x8f\x4d\xc0\x92\x64\x5c\x3b\xa2\x38\xb4\x85\x5d\x0b\x6a\xb7\x52\x58\x74\x28\x77\xe1\x52\xe6\x53\x58\x37\xaa\x8f\x11\x80\x48\x9a\x3f\x48\x6f\x10\xec\x2a\x86\x25\x5e\x04\x86\x81\x29\x6a\x25\x3a\xca\xba\x84\x6e\x44\x06\xc3\x99\x6f\x06\x27\x64\xf7\xf3\x56\x81\x3d\x49\x93\x38\x9d\x10\x2f\x34\x9c\x9d\x09\x07\x6e\xf5\x64\xed\x43\x46\x2d\xf8\xc6\xac\x47\x4e\x8f\x6a\x67\xb8\xa0\x9e\x4d\x3e\x92\x1a\x8c\x54\x1e\x20\xf6\xc2\x90\xfc\x91\xc2\x7e\xec\x94\xf4\x90\x20\x1c\x3b\x4c\xbb\xc5\x7b\x8d\x25\xe1\xf2\xb9\x14\x4c\x90\x38\x91\xe3\x84\xf5\x85\xc8\x58\x77\xb1\xef\x5b\x2a\x99\xdd\xa4\x25\x0b\x3a\x99\x2e\x24\xea\xe8\x91\xf4\x1c\xec\x7e\x43\xbf\xb8\x8f\x59\x59\x36\x5d\x14\xc4\x9c\x9d\x57\x27\x78\xcb\x20\x48\x16\xf3\xe9\xf4\x4b\xd4\xd3\xbc\x85\xf4\xcd\x59\xf9\x9c\x73\xb4\x8b\x47\x56\xb1\x71\xb4\x94\xe0\x5b\xac\x8d\xb4\xd1\x5b\x96\x30\x5d\xa8\xc5\x0b\x38\x8c\x54\x2a\x7b\xf4\x3a\xda\x1d\x32\xb5\x3e\x5d\xf4\x4c\xb4\xc7\x0c\x0b\x99\xc2\x25\xba\x58\xc1\x0a\xfe\x37\xd1\x73\xde\x00\xaf\x8a\xa2\xe5\x66\x70\xf1\x99\x4a\x8e\x0b\xe7\x68\x82\x3f\xeb\x1a\x3b\x36\xd8\x85\xa9\x66\x45\x6c\x6e\x64\x10\x98\xa9\x0b\x44\x74\x03\xe3\xf3\xe8\x3e\x9a\x1d\xd5\xab\xd6\x45\xb4\x4c\x37\xaa\x38\x53\x30\x90\xfb\x5d\x33\x81\x4f\xc8\xb9\x2b\x68\xe5\x4d\x54\x16\x92\x0c\x9c\x6a\xf9\xa9\x53\x17\xd8\x47\xa4\xd1\x71\x1d\xac\x59\x62\x9f\xa0\x0f\x8c\xab\xc2\x2d\x9b\xee\xd2\xcd\xfc\xa4\x05\x4b\x68\x35\x3c\xbc\xd5\x24\xaa\x1d\x1d\xa9\x52\x0a\x1f\x95\x35\x17\xde\x16\x60\x25\xc5\x39\x7d\x7c\x47\x53\x13\x4f\xc6\x2d\x2b\xa0\xa1\x46\x8e\x97\xde\xf7\xe4\x4f\xd6\x07\xad\xcb\xe1\x05\xcc\xc2\x9c\xef\x81\x4a\x46\x94\xe2\xfe\xc6\xe7\x74\x47\xd9\xc6\xf9\x3a\x9a\xad\x58\x63\xb5\x8a\x12\xc8\x4c\xb5\x3c\x15\x5e\x6c\xe9\x37\xae\x10\x44\x37\xbc\x56\x0e\xf1\xde\xd6\x7c\xe3\x54\x72\xd3\x2d\xc3\xf0\x3d\xf6\x8f\xd2\xf2\xb4\x68\x96\xa6\x88\x19\xd3\xc8\xdc\x55\x10\xbd\x37\x89\xfe\x5f\x5e\xf0\x86\xc7\xb4\x96\xdc\x67\x2e\x7f\xa8\x12\x79\xa7\xd5\x66\x72\x35\xeb\x5f\xc5\x1d\x61\x4f\xd7\x8d\x82\x3d\x82\xbd\xed\xcd\x8a\xaf\xbc\xe1\xe6\x74\xf6\x3d\xee\xfe\xba\xcf\xf0\x4c\xf6\xb5\xaa\x98\x13\xc5\xac\xb4\xb2\xbe\x98\x39\xcc\xf1\xc5\x2b\x03\x1e\xd0\x3b\x0a\xfa\x36\x10\x68\x68\xde\x5a\x97\x2e\xaa\x97\xf2\xb0\xd5\x3e\x72\x08\x5b\x50\xfe\x53\x58\x77\x76\x91\x81\x24\x58\xdf\x73\x53\xe1\xcd\x6b\x3f\x1d\xce\x5e\xc7\x75\x6d\x11\x40\x08\x3b\xaf\xbe\xf0\x84\x13\xcb\xb5\xaa\xea\x90\x99\xd1\x59\xd6\x1e\x90\x49\x4f\x2d\x7a\xb4\xc1\x83\x36\x2f\xbf\xce\xc5\x42\xe9\x57\x71\xac\x98\xa4\xb3\xec\xdb\x45\x0f\xf2\x59\xe9\x7e\xda\xe9\x79\x63\x4e\x65\x8a\x39\x9a\xfc\x0c\x2a\xed\x87\x7a\x5d\x26\x1f\xaf\x55\x5e\xca\xaa\x3b\xa6\x97\x27\xe3\x7e\x1f\x88\x95\x02\xf8\xe8\x3d\x1e\x22\x0b\xa1\xdf\x53\x2b\x30\x83\xce\x73\xda\xf9\x5d\x50\x3a\x90\xc2\x4e\x45\x22\x8a\x0e\xe6\x5b\x67\x56\x68\x24\x3a\x45\x16\x22\xb6\xd2\x6c\xc5\x6d\xa6\x81\x39\xb7\xb3\x47\xe1\x17\x2a\xe1\xec\x17\xc7\x3c\xe4\xb3\xf1\xaf\xa3\xfe\x4a\x3a\x88\xe3\x7c\x1f\x89\x60\x70\xb9\xe7\x11\x01\x0d\xda\x3a\x27\x8f\x6f\x82\x77\x02\xe9\xec\x48\xa4\xd8\x74\x41\x2f\xc4\xaf\xd7\x8c\xd4\x2d\xc5\x5b\x44\xf8\xdc\x61\xc2\x5c\xea\xbb\x1c\x98\x60\xcc\x36\x29\x9d\x89\x3e\x47\xdb\x64\x67\x41\xdb\x28\x95\x04\x07\x3e\xf3\x55\x89\x36\x43\x3d\x9e\xcb\x05\xfb\x60\xe1\x1c\x1a\x3f\x13\x89\x01\xc8\xec\xe5\xe8\xea\x42\xaf\xbc\x0a\xd4\x4a\xad\xd1\xee\x45\xa7\x08\x57\xe4\x8e\x43\x27\x53\xfa\x55\x0d\xe8\x3c\x9c\x4e\x71\x14\xdd\x9d\x7c\x59\x36\x1b\x15\x46\x0e\x88\x87\xd0\x57\xbe\xa3\x85\x85\xd8\x8e\x35\x43\xfc\x4e\x4c\x3e\xe7\x38\xef\x2a\x69\x06\x70\x86\x95\x83\x69\x8c\x81\xba\x6b\xf4\xc8\x1c\x86\x06\xa3\xfd\x12\x4c\x52\x6f\xa1\x09\xc9\xa7\x95\x5f\x68\xd3\xb2\xaa\xe4\x95\xd4\x9a\xa4\x1f\xd2\x54\x2a\x2e\x72\xa2\xd8\x8d\xea\xeb\x73\x42\x38\x8a\x3a\x73\xcd\x09\xbe\x33\xe5\xbf\x39\x07\x79\x33\xa9\x1b\x46\x8c\x65\xbe\x21\xcf\x37\x88\x75\x2e\xfc\x3d\x2a\xe7\xdc\x73\xbc\x64\xde\x8b\x1c\x0e\x37\x8b\x54\xaa\xdc\xcd\x39\x91\x59\x2f\xb7\x62\x13\x93\xa6\x49\xce\xb1\xca\x23\xfc\x45\x22\xe6\xbb\xdd\x97\x05\x71\x4c\xf7\x35\xe3\x79\x59\x0c\xcd\x9c\x43\xdc\x9d\x0c\xf3\x88\x54\xa6\x13\x45\xaf\xaf\xd0\x1e\xc9\x61\x2a\xb6\xe6\x4e\x52\x8d\xe0\x8e\x54\x0d\x2a\xc2\xd0\xa7\x0a\x86\x0c\x9f\x31\x5d\xb6\x4d\x62\x38\xa2\x97\x8c\x16\x7d\x08\xb7\x13\x0e\x08\xfd\x77\x0d\xf3\x95\xfc\xba\xd5\xc9\xdc\x3c\xde\xc9\x39\xf3\x39\x3b\xb8\xec\x11\xe7\x19\xd3\x69\x26\x9d\x46\xf3\xaf\x28\x4c\xb6\x49\x6d\x36\xb6\xb0\x67\xa9\x92\x0c\x93\x91\xe9\x8a\xc9\x79\x61\xe9\x27\xa4\xdd\x1a\x65\x82\xa3\x98\x91\xf3\x3d\xac\x51\x18\xa0\x4c\xf2\xee\xe2\x4f\x92\xfd\x58\xa5\xe5\xda\x49\x17\x3b\x36\xb2\x85\xc2\xf6\x91\x23\xe9\x41\x8c\x28\xcd\xb0\xe6\x6a\xed\x90\x04\x54\x93\xab\x74\xcc\x68\xd5\xda\x8a\xed\x50\xaa\xfc\xa6\xb9\x2e\xed\x8e\x14\x2c\x5a\x10\x57\x21\x5e\x53\x50\x1a\x4a\x14\x7c\xd2\xef\xda\x59\xc9\xab\xd6\x2e\xf6\xa8\xe7\xe8\x73\x7e\x3a\x2e\x61\xdb\x4a\x9d\x46\xce\xa0\x99\x99\xcd\x9a\xcd\x9a\xf3\x2d\xa8\xb8\x5f\x8d\x6b\xf8\xcc\x90\xab\x16\xd5\x6e\x03\x2b\xe4\x6d\x95\x71\x69\xcb\xa5\xe1\x65\x84\x38\x07\xb1\x75\x71\x61\xc8\x7b\x41\x87\xf1\xed\xce\x75\x3c\x38\x9f\xea\xb1\x9f\x13\xab\xa9\x9e\xfd\x95\x55\x2f\x83\x47\xae\xa2\xf9\xb1\xb6\xe5\xb6\x69\x9a\x3b\x61\xf1\x2a\x75\x6c\x9b\x85\xfe\x41\x35\xae\xa9\x05\x9c\x2c\x97\xd6\xe9\x4e\xe8\xa4\xce\x55\x59\x87\xc5\xa2\xfe\xf2\x03\x21\x4c\x01\xae\xe4\xa8\xd7\x7d\xde\x12\xe3\x1f\x8f\x69\xec\x3f\xba\x33\xb3\x1f\xb3\xd6\xc8\xc9\x23\x93\xa9\x7d\x2c\x9e\xa4\xcb\xb2\x27\xbd\x81\x35\x54\xfa\xef\x54\x1d\x8a\x2f\xee\xc9\x68\xca\x5c\x56\x98\x99\xd9\x9e\xbc\xda\xe0\x9c\xf5\xe4\x40\xa3\xee\x62\xf6\xfc\xbd\x8e\xb9\x18\x9e\xb4\xa5\x50\xe5\x4b\xf8\xe6\x7a\x45\xce\x03\xe3\xa6\x06\xc8\x86\xa0\x7c\x00\xe0\x6d\x41\x3e\x4b\x62\x2b\x2e\x66\xe6\xb1\x08\xa5\xec\xac\x04\x74\x5e\x71\x14\x6e\x65\xc6\xf5\xc2\xc9\xb8\x9f\x49\x8f\xf3\xcf\x67\x3f\x3d\x90\xa6\x23\xe1\x5f\x05\x0c\xe7\x6e\x24\xda\x6c\x81\x55\x13\xc1\xf5\xae\x75\xf2\x38\x28\x66\x6a\x90\xcc\x08\xc7\x01\x00\xcf\x19\x9d\x2f\xfe\x54\x11\x91\x5d\xce\x9a\x5e\x3a\x15\xbf\x11\xe9\x2a\x7a\x8b\x1f\xcc\xc8\x36\x56\x11\x8e\x24\x71\xf3\xd3\x89\xd3\x0e\xcc\xd5\xb9\x12\x1f\x05\x28\xd4\xaf\xc1\xfe\x2d\x7e\xca\x01\xa8\xde\x35\x57\xbe\x00\x56\x4f\x0d\x93\xc5\x21\x99\x00\xc0\x7d\x87\x0a\x44\xd7\xca\xe9\xc8\x7c\xa6\x9d\xd9\x0f\xd9\x0d\xf7\x14\xb9\x23\x07\x4f\xe9\x0a\x3e\x23\x70\xe2\x65\x7d\x1d\xd2\x12\x45\xd4\x66\xa3\x8e\x01\xd6\xea\xcd\xa8\x7c\xf3\x13\xe5\x32\x6c\xac\x6b\x8a\x8c\x83\x91\xa6\xc6\x4a\xcb\x48\xab\x01\x80\x1b\x86\x75\x8a\x16\x96\xd5\x53\xdb\x18\x7b\x4b\x58\x54\x3e\xf4\xd4\x94\x4a\xdd\x93\x7e\xa9\x60\x1d\xe5\x4b\xe2\xec\xbc\x7f\x94\xe6\xc8\xab\x9a\x7e\x4a\x91\x3f\x9c\x23\xa3\x98\x37\x53\x14\x08\xa5\xc4\x75\x8b\xf4\x0a\x65\x60\x2a\x55\xd2\x43\x0d\x04\x00\x8e\x90\xec\x2c\x38\x57\xfa\x8f\x3b\x9e\x3e\xab\xf8\x02\x27\x08\xfc\x59\xd8\xcc\x16\x9f\xfc\x6e\x60\xb3\x4e\x1f\x89\xc8\x0b\x63\x8d\x8d\x9c\xaf\x99\xc7\x24\xf8\x3d\x55\x7d\x60\x8e\xdc\x3c\x49\x7e\x9d\x21\x74\xb5\x95\xce\x60\x1c\x9c\x6a\x16\x0f\x32\xb6\x02\x00\xbb\x95\x72\x8a\xcf\x2a\xf5\x57\x04\x52\x1f\x15\x4f\x92\xdd\x21\xaa\x8c\xaf\xa4\x71\x69\x65\xf9\x35\xe2\xab\x09\x6e\x3a\xa2\x28\x3a\x62\x46\xae\x8f\xd0\xd6\x6f\x8c\x6a\x06\xff\xda\xa6\x2c\xd9\x07\x5e\xdd\xb2\x62\xc9\x72\xde\xac\xa9\xd5\x22\x3d\x67\x09\x00\xb0\x74\xb4\xed\xdc\x01\x73\x99\x21\x96\xb2\xb9\x08\xd4\x3b\x11\x96\x19\xe3\xb5\xdf\x4f\x84\xe6\x2f\xc8\x2d\x8e\xfb\xa0\x7d\x94\x93\xbc\xff\x87\xba\x52\x19\xbc\x67\xbc\x12\x93\x1f\xdc\x68\x94\x1d\x92\xe6\x2d\x9b\x2b\xa6\x4b\x4e\x4c\xa5\x0b\xfb\xf9\x04\x00\x60\x76\xd3\x6b\x39\x07\xcd\x68\xc5\x5b\xd2\x83\xa2\xbd\x65\x40\x76\xa7\x71\x61\x89\x4d\xca\x4f\xfd\x2d\x93\xdd\xe1\x72\x2d\xa7\x60\x66\xd8\x35\x75\xa8\x3e\xd8\x77\xb2\xd2\x49\xdb\xb6\xe1\x92\xf4\x45\x2e\x79\x69\xaa\x78\x94\xb2\x75\xea\x32\xe1\x22\xd1\x32\x60\x2c\x73\x32\xe3\x1e\xbb\xd6\x9c\x58\xfb\x80\xb4\xad\x68\x5d\x55\x7b\xf6\x1c\xa3\x4d\x05\x2b\x25\x46\x5f\x5f\xba\xeb\xb0\x93\x36\xb6\xd8\x21\x6c\xbf\xda\xa5\x70\xb4\x4f\xa1\xe2\x85\x61\xdb\x86\x0c\x69\x45\xde\x98\xa5\xf3\x44\x8d\x39\xf7\xa7\xda\x0b\xba\xc4\x7e\x80\x13\xa3\x82\xb9\x97\x3d\xdf\xec\xd3\xbc\x0a\xab\x2e\x9a\x56\xff\x16\x27\x2d\x78\x5a\x23\x3e\x7e\x5f\x4f\xaf\x74\x8a\x2d\xd3\xce\x2f\x6b\x0e\xfd\x94\x73\xaf\x84\xe9\x13\xae\xd0\x98\x36\x6d\x58\x26\xdd\x9f\xdf\xb2\xe4\x8b\xc8\x3f\x97\x31\x75\x82\xc0\x5d\xb2\x18\x08\x62\x2c\x67\x4a\xd0\xa0\xb6\xd9\xa7\xae\xe0\x78\x8d\xef\x32\xce\xa4\x2e\xab\xbd\x91\x59\x1a\x6f\x5d\xd9\x9e\x25\x8b\x48\x28\xd3\xe0\x8a\x02\xd6\x16\x43\xd9\x77\xb6\x3b\x18\xe3\x09\xab\x57\x6d\xd5\x53\x88\x15\xf3\xbe\x69\x8f\x43\x2e\xf6\xd1\xb9\xc3\xf0\x19\x00\x10\xdc\x44\x7b\xd0\x95\xad\xea\x2c\x31\x2e\xa5\x11\xc2\x79\xa5\xda\xd6\x66\xe0\x5e\xc7\x3d\xab\x8c\xcd\xd6\x44\x6c\x2f\xdb\x85\xc7\x05\x4c\x2f\x5e\x46\xc8\xda\xf6\xd5\x38\x83\x28\x5d\xb5\x5c\xef\x05\x5e\x9c\xf7\x45\xeb\x01\x8f\xb2\xc7\xe5\x6a\x91\x58\x00\x10\xd4\xa0\x37\xd0\x51\xad\xb3\xf1\x38\xdc\xf6\x46\x6b\xfc\xf3\x94\x3b\xb5\xd6\x84\xfd\x71\x0d\x96\xbf\x84\x4b\x11\x53\x4b\x5f\x10\x71\xfe\x9f\x8a\x2e\x81\x3b\xb6\xdd\x28\xe8\x86\x96\xaf\x9a\x99\xf7\x05\x76\x9d\xf7\x5e\xf3\x14\x71\xb3\x17\xe7\xee\x41\x83\x00\x40\x80\xc3\x96\x20\x1d\x2d\x2b\x90\xe0\xac\x4b\x0d\x6e\x48\x48\x4a\x70\xcd\x56\x24\x28\x6e\xa7\x65\x1d\x92\x11\x5e\x57\xba\x18\x69\xf5\xcf\x2b\x9a\x84\x2e\xdb\xa6\x2c\x18\x8d\xd6\x7b\x7c\xce\xdb\x84\x85\xcc\x7b\xab\x71\x25\x8d\xb2\xef\x57\xa7\x92\x8a\x00\x80\xdf\x4b\x5a\x05\xdf\x68\x8e\xa4\xba\x66\x2d\xae\xdf\x4f\x1d\x71\xfc\x4a\xf5\x61\x4a\xef\xe1\xa1\x8a\xc3\x14\x5a\x78\xa8\x39\x92\x92\xe4\xef\x6b\xf2\xa5\xa4\x6c\x0b\x36\x6c\xa6\x88\x3d\xfa\x74\xa7\x28\x43\xf3\xde\xe5\x06\x53\x43\x1c\xec\x73\x12\xa9\xae\x00\xc0\x7b\x45\x3e\x09\x7b\x34\xd1\xd8\x2f\x32\xd9\x75\x54\xf6\xc6\xe3\xbe\x55\x22\x16\xe7\x70\x70\xb9\x82\x79\x7f\xff\x93\x12\x09\x33\xdc\xef\x79\x21\x99\xf1\x6e\xdb\xc8\x7c\x1c\xc3\xec\x21\xd7\x9a\x18\x82\x79\xaf\xd5\x99\x8c\x0f\x0e\xa1\xaa\x10\x3a\x0f\x00\x78\x23\x28\x5a\xe8\x44\x63\x96\xf4\x47\x46\x49\x2d\x47\x52\x75\xcc\xbb\x52\x27\x4e\x88\x8d\x2d\xcb\x13\x4d\xdf\x6f\x5d\xac\x12\xbc\xf1\x5b\x6a\x64\xf1\x9f\x6d\x4d\xd5\x43\x7c\x7b\x8f\x0d\x9a\x7c\x1e\x3c\xef\x5e\x4e\x20\x0f\x72\x30\x29\x9e\xb0\xaa\x00\x80\x73\x8e\xe6\x06\x06\x35\x3c\xd5\x7d\x3e\xc5\xa8\x79\xac\x79\x75\x74\xa5\xe5\xb5\xfa\x75\xcc\x81\xd2\x97\xaa\x5f\x61\x33\x8a\xee\x28\x5d\xf7\x84\x16\x5c\x90\xb3\xb6\xb4\xe4\xb5\xcb\x9c\xdd\xdb\x73\xef\x4b\xd7\xcd\x2b\x52\x65\x89\xfd\x1c\x7a\xe5\x17\xb9\x7b\x00\x80\x7d\x9b\x7e\x90\xb8\xbd\x21\xb1\xa4\x27\x9d\x5e\x93\x5d\x94\x90\xec\x69\xa1\x1a\xdf\x1f\x4a\x2e\xc5\x19\x4e\x84\xae\x29\x3a\xa4\x1f\xef\xcb\x2d\xd8\xab\xfd\xbc\x65\x6a\xde\x36\xcd\x6a\xf7\x2d\xb9\xfb\x72\x5a\xe6\x85\x2a\xcf\xc9\x77\x38\xf4\xc9\x9e\xf3\x33\x01\x80\x3d\x87\xe1\x4f\x28\x69\xd8\x60\x39\x9a\x3e\xb2\xc6\xa7\xac\x2c\xa9\xcb\x12\x56\xf2\xe6\xe0\xcf\xd2\x2d\x45\xeb\x42\x2e\x16\xcd\x31\x9a\x7d\x57\x17\xd8\x19\x4e\x6e\x1e\xd4\xfd\xd2\x8f\x76\x1f\x9b\x3b\x4a\x13\x3d\xcf\x53\x99\xaa\x78\xe0\x30\x28\x4b\x11\x1c\x04\x00\xd6\xff\x28\xa6\x0f\xbf\x18\x1f\xc7\x01\xe0\x8f\x59\x42\x1f\x9b\x50\xa4\x08\x95\x90\x28\x54\x1a\x54\x46\xa1\xa4\x3d\xb5\xeb\xf6\x78\xee\x79\x6e\xef\xdd\x75\xd7\x5d\xb7\xba\xeb\xae\x6b\xef\xbd\x07\x21\x23\x9b\xec\xcd\x07\x1f\xe3\x6b\xef\xf8\xbd\x7e\x7f\xc4\xbb\x93\x5b\x0e\xae\xec\x9a\xde\x4e\x41\x16\xb6\xcd\x6d\x21\x65\xa6\x36\x2d\x69\xa4\x26\x98\x6a\xbf\xd5\x35\x1c\xa6\x57\x5e\xa8\x99\x11\xf2\xd9\xdc\x59\x99\xbb\xb3\xdc\x60\x32\xff\xf5\x78\xa7\x55\x1b\x0a\x1c\xbd\x54\xaf\xd5\x6e\xb6\x5f\x14\xa3\x85\x0b\x00\x80\xef\xc9\xbd\x86\x57\x8e\xd8\x61\x6e\xe5\x4f\x0c\x8e\x60\xf5\xe9\xf7\x7b\x49\xb8\xf8\x38\xb7\xce\x45\x78\xd7\x83\xb3\x5a\xaa\x09\x6b\x77\x67\x35\xec\x24\x46\xf8\xdc\xad\xbe\x0b\xea\xdc\xba\x2c\x23\xd0\x4c\x7b\x07\x53\x1d\xcc\xb5\x59\x61\xd0\x50\x30\x00\x20\xb3\xa5\x2d\xc3\x8b\x4f\x94\xe3\x91\xf9\x5f\x06\x8f\xe0\x27\xd2\x6f\xf4\xce\x23\x70\xe3\x1c\x3a\x3a\x89\x2b\x22\x7e\xb7\x1c\x20\x3e\xdd\x9d\x58\xff\x2f\x38\xee\x73\xb5\x5a\x44\x7a\xe3\xd6\x65\x21\xc3\xf6\xf6\xab\x4c\xd9\xe4\x04\x9b\x5d\x86\x28\xca\x5b\x00\x28\x7c\x42\x5b\x85\x87\x4f\xb8\x81\x6e\xf9\xcf\x06\x9e\x83\xdc\xf4\x91\x9e\x6a\xf0\x7e\xdc\xcc\x8e\x83\x24\xdf\x88\x37\xcd\x6f\x48\x97\x77\x1f\xa8\xe7\x43\x0a\x9f\x73\xd5\x1e\x30\xc1\xad\xcd\xb2\x86\x8c\xb5\x5f\x6f\x9a\x4b\x61\xda\xa4\x95\x7e\xa5\x0e\x02\x40\xa1\x81\x96\x83\x0f\x3d\xee\x4f\x69\xca\x37\x0d\x4c\xa1\x58\xd2\x11\xdd\x97\x29\xaa\xd8\x33\xed\x34\x4a\x73\x44\x57\xb3\x13\xe5\xd3\x6e\xa7\xba\x41\x6a\xa2\x4f\x73\x55\x1a\xf5\x8d\x5b\x63\x79\x3c\x4d\x66\x1f\x50\xe6\x47\x3f\x66\x63\x29\xb5\xa1\x8f\x03\x80\xf4\x09\xfd\x18\xae\x6a\x38\x82\x95\x90\xef\xde\xbf\x80\xb5\x3a\x7d\x65\xd7\x23\xe6\xc3\x58\x56\x5b\x09\x53\x17\x41\x6f\x0a\x64\xd2\x83\x3f\xd7\x3e\x64\xf2\x7c\xa4\x95\x6c\x66\x97\x9b\xd1\x4c\x61\xd9\xda\xc7\x1a\xf7\xb3\xce\xdb\x7c\xd2\x7d\x61\x39\x02\x80\xe4\x07\x43\x81\x8b\x1a\x42\x0a\xae\xe5\x5d\xeb\xf3\x14\xac\x4c\x3b\xd3\xf9\x8b\x8f\x88\xf5\x6c\xed\xe6\x9d\x89\xf0\x6d\xcc\xe6\xed\x0b\xee\xab\x9d\xca\x7d\xeb\x73\xac\xa2\x82\xdb\xe7\x56\x68\xd2\x70\xc7\xec\xf3\x0d\xd1\x3c\xe2\x4c\x3f\xed\x0d\xce\x5e\x00\x90\x4c\x65\xb6\x61\x8d\x83\xf9\x8a\xa4\xbc\xd9\xbd\xee\xf2\x65\xa9\xdf\x3a\x3e\xc8\xee\xc4\xa0\x5a\xea\x0a\xcb\xc3\xc5\x0d\x47\xa5\xca\x60\xe7\xea\x4f\x92\x3a\xef\xcf\x16\xb9\xf8\xa7\x5b\x64\x19\x45\xdc\x61\x2f\x28\x9d\x21\x4e\x9a\x59\xaf\x39\xc4\x5f\x0e\x00\xa2\x21\xf6\x7a\x4c\xf9\x80\xaa\xb4\x27\x77\x45\x4f\xa2\xee\x42\xea\xbc\x0e\x47\xcd\xcb\xa3\xaa\xe6\x5b\xea\xe5\x07\x46\xea\x59\x2a\x38\x88\x50\xbd\x52\x39\xc3\x3b\xab\x7c\x50\xf1\xc2\x6d\x92\x51\xa7\x58\x6f\x4f\xd1\xcf\x92\x91\x67\xbe\x56\x3b\x08\x0b\x00\x40\x78\x9a\xe3\x87\x7e\xd7\xff\xab\xda\x31\x27\xbd\xfb\x52\xc5\xc9\x94\xa8\xf6\xd2\x72\x44\xf4\xfd\xe6\xbd\xa6\x95\x07\xe6\xd5\xbd\x34\x4e\x0b\x7c\x58\x25\x28\xdd\xbe\xed\x7d\xf9\x5a\x9d\xc2\xb5\xc1\xf0\x5d\xdd\x69\x9f\xa2\x0b\x52\xbc\x98\xb5\xa0\x64\x95\x38\x16\x00\x84\x93\xb8\x73\xd0\xf8\xfe\x53\x0d\x19\xd9\x13\xdd\xca\xda\x53\xc9\xbf\xda\x93\xab\xdd\xa2\xf9\xcd\x93\x2a\x5a\xf6\x9f\xac\xd3\x95\xe3\x03\x0d\x55\x3b\x4c\xb4\x6d\x43\xe6\xbb\x86\x71\x57\xa9\xc1\xa8\xfd\x6e\x1f\xa7\xbd\xa1\x3c\x3c\xcb\x5d\xa5\x93\xac\x03\x00\x81\x86\x1b\x8b\x9e\xd6\xcf\x6f\xb5\xcf\x36\x77\x1f\x6e\x0a\x4b\x6e\x6d\x9f\x5f\xcf\x8d\x0e\x69\x6a\xaa\xf9\xb9\x5f\x58\xe7\x5b\x55\x1a\x88\xad\xbc\x6d\x79\xbc\xad\xd2\x8c\x37\xa5\xb9\x0a\x0c\xab\xf5\x43\xf6\x78\x6d\x90\x0a\x9c\x95\xa1\xfc\x2c\xb9\x08\x00\x82\x45\x5c\x16\x22\xe7\xcc\x3f\xb8\xd9\x19\x57\x47\xea\x71\xea\x84\xd1\xa1\x70\xbc\x73\x64\x72\xef\x71\xfc\xe5\x30\x73\xa7\x33\xa1\xc9\x3f\xa5\x45\x4c\x1c\xdc\xb2\xbf\x61\x12\xf8\xc5\xa5\xbb\xfa\x06\x14\xb7\xa4\xaa\xe2\x06\x3c\x66\x25\x28\x3b\x4d\xb9\x0b\x00\x45\x8e\x34\x7f\x04\x69\xd4\x48\xe0\x64\x3c\x1d\xf1\x27\x3c\x49\xb8\x39\xf8\x9c\x18\x10\x99\xdb\x9b\x40\xec\x0c\xab\xe9\x38\x05\x26\xf8\xe7\xb4\x6c\x24\xf9\x6c\x39\x5a\x5f\x0d\xed\x70\x19\xac\xe6\xc0\xe9\x4b\x3a\x2a\x38\xe4\x52\xab\xa6\x32\x22\x75\x17\x00\xc8\xde\xd1\xfc\x10\xf4\xd1\x4d\x24\xe7\x8c\xd7\x27\xae\x92\xa2\x13\x1e\x0c\x82\x24\x51\x64\x41\xcf\x07\xd2\x68\x58\x6d\x47\x12\xe4\xeb\x9f\xdf\x7c\x1e\x7a\xb3\x25\xa9\x3e\x10\x1e\x76\x39\x5b\xed\x44\xee\x5a\x72\xaa\x62\x15\xe5\x8c\xd5\xa5\xb2\x79\xd4\x5f\x00\x20\x33\xd1\xe8\x88\xb8\xd3\xfe\xd4\xf8\x8c\x33\xc7\x9f\x53\xb7\x26\x0c\x0e\x48\xa9\x0b\x22\x63\x7b\xe6\x53\x17\x85\x95\xb5\xf3\xa8\x61\xfe\x39\x4d\x1f\xa8\x95\x5b\x32\xeb\x8e\xd1\xdc\x5d\xee\x56\x05\xd3\xc6\x97\xfc\x6b\xd9\x46\x1f\xb0\x5e\x60\x9c\x47\x7f\x02\x00\x85\x37\xe8\xb8\x82\x89\x53\x9b\x58\xaf\x33\x8a\x86\x1f\xb0\x94\x09\x65\xfd\x02\xd6\xce\xc8\x5d\xdd\x0b\x99\xaf\xc2\x64\x6d\x32\xe6\x29\xff\xa4\xc6\x9f\xcc\x93\x5b\x8e\xd5\xe6\x31\x3f\xb9\x3c\xaf\xdc\xcb\x4a\xb1\xb3\x2d\x77\x65\xef\xb2\x4e\x2f\x7d\xcf\xb2\x02\x00\xe9\x43\x86\xa1\x60\xe2\xe4\x2e\xe1\xfa\x0c\xe2\xd0\xbf\x82\x94\x04\x42\x9f\x84\x6f\x8e\xb4\xef\x72\xe0\x7d\x09\x23\xb6\x1a\x79\x24\xff\xbd\x8d\xd3\x79\x76\x5b\x12\x6b\xd0\xdc\x0f\x2e\x9f\x2a\xf6\xf3\x5c\xed\xb6\x9a\x97\xf0\x2c\xd6\xf5\xfa\x11\xce\x0c\x00\x90\xdc\x67\xf6\x14\x44\x8f\x04\x2b\x82\x8e\x5d\x1e\xbc\x56\xf4\x39\xfe\x46\x6f\x86\xac\xed\x30\xbb\xe3\x6b\x21\x33\xf4\xbf\x16\x9c\x94\xe3\x77\xab\xfe\x8e\xa4\x7e\x8b\x6d\x75\x80\x64\x85\xcb\xb8\x65\x8e\x64\x9d\x1d\x5c\x66\x10\xfd\x9a\xe1\xaa\x5b\xc7\x2b\x05\x00\xb1\x90\xbd\x32\x9f\x78\xc2\xa9\xd4\xf6\x98\xf5\xc0\x45\xdd\xba\x78\x87\x1e\xac\x26\xfa\xd0\x78\xc7\x94\x12\x63\xe8\xde\x66\x86\xca\xc9\x2f\xbc\xee\x55\xf1\x1d\x4f\x4b\xd5\x41\xc5\x2f\x97\x96\x72\x6b\xf9\x3b\x3b\x8d\x11\x2c\x2c\x9c\xc1\xd4\x3c\x10\x74\x01\x80\x88\xcd\xb1\xcf\xb7\x3f\x9e\x55\xb5\x24\x5d\x39\xb0\xc2\xd2\x1a\xa7\xeb\xbe\x68\xce\x3a\x14\xd5\x1e\x55\xe6\x1f\x72\xbe\x69\xd4\x90\xe8\xfb\xa2\xce\x4b\x7f\xc7\x33\xb6\xb2\x4c\xfb\xdc\x85\x6f\xde\x5b\xd2\x6a\xd7\x6e\xe0\xca\x25\x33\xce\xa8\xaf\x88\xfe\xdf\x45\x1f\xe7\x66\xde\xf1\xe3\x6b\xea\x81\xf4\xfd\xfd\xe3\x35\x99\x71\x89\xdd\xe4\xca\xb7\x87\x16\xb7\xfd\xb6\x98\x43\x14\x4d\x39\xe6\x5a\xdf\xfe\xda\x9b\x65\x72\x4f\xbf\xca\xa0\xd2\x66\x17\x96\xe9\x89\xc6\x62\x77\xde\x30\x45\x71\x75\xc6\x47\x75\x88\x78\x2d\x00\x08\x0f\x71\x97\xe4\xe5\x0f\x3f\x68\x8e\x49\x9f\xd1\xcf\x69\xd0\xc7\xb9\x76\x3b\xd6\x59\x1f\x7c\xdd\xa6\xae\xee\x08\x29\x68\xfc\x5d\x19\xee\x5b\x51\x9b\x5d\x8e\xf1\xdc\x5e\x71\xd5\x78\xdf\xc5\x68\x3a\xac\xf3\xb0\x9b\x28\x4d\x2e\xbe\x65\xb3\xb5\x44\x2f\xee\x01\x00\xc1\x25\xae\xef\xe3\x2b\x78\x0c\x72\xed\xb5\x44\x82\x0b\x2a\xe1\x64\x10\xe1\x26\x9a\xdf\xbe\x92\x88\xc3\x74\x98\xbf\x80\x4b\xb1\xbf\x65\x5d\xe0\x59\x7c\x3e\x79\x9c\x24\x26\xbc\xc9\xfc\x0e\x65\x83\x50\x78\x0d\x7c\x80\xf4\x66\xd3\x27\xf2\x22\x78\x95\xcd\x73\x4a\x28\x4c\x79\xf4\x0c\xa7\xc4\xe6\x5e\x95\xe1\xa3\x70\x61\x23\x62\xc2\x5c\xbc\x53\x5b\x3e\x61\x04\xff\xcb\xbc\x87\x48\x27\xbc\x92\x2d\x06\x83\x89\x7f\xc8\xc1\xa4\xe5\xa4\x15\x99\x28\xc8\x06\x0a\x0d\xf7\x80\x01\x38\x6e\x93\x08\xbe\x49\xf6\xb2\xa9\xa2\xac\x24\x87\x3e\x7c\x83\x1d\x21\x5e\xbe\xd2\x85\x13\x82\x09\x27\xc6\xf0\x07\xc1\xe7\xad\x55\x84\xa5\xa4\x63\x26\x01\xe1\x25\xe9\x77\x61\x01\x71\x00\xea\x84\x5b\xc0\x0a\x98\x9c\xf1\x9a\x54\x41\x0e\x38\x50\x0d\xd5\x91\xff\xb7\x69\x1b\xcc\xa7\x60\x6d\x88\xe4\x67\x14\xef\x07\x5e\x98\xf5\x8c\xb9\x97\x9e\x60\x1d\xe9\x37\x87\x5f\xe2\x16\xd1\x4b\x9a\x7f\xe2\x5e\xd3\xf3\xcb\x66\xe2\xc7\xe8\x47\xa4\x4b\x09\xbd\xf4\x64\x48\x4e\xec\xa1\x23\x8e\xfd\x0b\x5e\xa7\xe7\xef\x1f\x24\x7d\xa4\x1f\xd9\x58\x0d\x5d\xa6\x6f\xb3\x09\x22\x87\xd2\x02\xef\xed\x45\x5d\x17\x8a\x2e\xce\x41\xdf\x14\xe8\x87\x1c\x30\xd7\xf8\x75\x4d\xfb\xb0\x03\xbc\x8b\x06\x0a\xae\x83\x37\x55\xdc\x8a\xef\xe6\x1e\x22\xc5\x12\x2e\x73\x4a\xd3\xaf\x13\xff\xb2\x1f\xec\x9f\x47\x72\x62\x2f\xdf\xe8\x09\x59\xb1\xf6\xdb\xc4\xc0\x5c\x46\xda\x1d\x27\xe4\xa5\xe2\x86\xb1\x7f\x50\x03\xf2\x89\x81\x83\xe8\xbe\xa2\x88\x06\x25\xa6\xbb\xb0\x5b\xff\x1c\x3b\x24\x75\x13\x05\xe0\x6e\x88\x5b\x41\x7b\xfc\x6f\x91\x47\xda\x10\x71\x87\xa0\x62\xdf\x41\x30\x9d\xbf\xc6\xe3\x1c\x29\x98\x5b\x6f\x83\x80\x4e\xb3\x30\x37\xa9\x08\x95\x45\x74\x16\x87\xac\x34\xbd\xec\xed\x41\xd5\x19\x03\xea\x1c\xd0\x35\x7a\xb6\x56\x83\xe9\xd2\x8c\x08\x36\x60\xc7\x4b\xa6\x13\xc2\xf1\x36\xc5\x5b\x52\x13\x08\x07\x8a\x62\xf6\x6e\x24\x52\xa5\x62\x0f\x57\xf0\xa0\xd8\xdd\x46\x4a\xba\xc7\x0d\xbe\xae\x2f\x78\xd1\x71\xfa\xf4\x28\x72\x4a\xab\x6d\x77\x30\x6a\x7e\x63\x58\xf5\x10\xda\xb6\x36\x4e\x9d\x84\x59\x5c\x19\xcf\x73\xc6\xfa\x98\xf7\xe1\x58\x38\x94\x61\x59\xf2\x1b\x7c\xab\xe6\x7e\xd8\x74\xc2\x33\xe5\xe9\x0d\x20\xb1\x56\xde\x63\x53\x44\x0a\xe1\x8f\x5d\x1d\x2c\xe8\x1f\x5d\x76\xb2\x19\x71\xe5\x44\x44\xe7\x24\xe4\xe5\x81\xfc\x4a\x05\xea\x64\x77\xb6\x6a\x1f\xfa\x54\x9b\x3f\x67\x1b\xe6\x49\xc3\x4f\xcc\x39\xdc\xc2\x6a\x41\x92\x1c\xbf\xdb\xfc\x2b\xd4\x9e\x90\x5a\x7a\xc2\xfd\x7f\x44\x27\x75\xa3\x4d\x31\x78\x59\xf8\xf0\xca\x58\xc1\xc0\xa5\x80\x91\x2b\x88\x91\x73\xb6\x1d\x0e\xc8\xbe\x93\x1d\x15\x4d\x28\xcb\xd0\x16\x25\x1a\x6d\xe8\xe1\xb2\xf3\x31\xed\x6d\x9d\x98\xc5\xd8\xc7\x0d\xed\x49\xd3\xf1\xd3\xab\xc4\x21\xa3\x84\xf9\xa6\xcb\xee\x67\x09\x17\xb5\x6f\x6c\x3a\x40\x50\xa4\xbc\xb2\xb8\xa0\x6f\x1c\x3d\xe2\x88\x68\xbe\xfc\xb6\x1d\x83\x54\x9f\xdf\x5c\x31\x1d\x85\x3f\x15\x51\x7c\x05\x9d\x3e\xb4\x81\x75\x1b\x83\xec\xfe\x17\xad\xc6\x2a\x5a\x53\x12\x3b\x70\x15\x75\x15\x21\xd5\x78\x53\x85\x97\xfb\x2d\xc2\x01\x3d\x66\xa6\x0d\xf1\x85\xe8\xe5\x3d\x22\x58\x80\x28\xba\xc8\x06\x4f\x22\x9f\x0c\xdd\x23\x39\xa2\x9d\x9b\x17\x91\xf8\x98\x04\xe3\x5e\xd2\x37\x6c\x83\x84\x0c\x65\xe2\xdd\xa1\xb9\xd0\x0b\x42\xdf\xb1\x7a\x18\x06\x23\xf7\xbf\x24\x2f\x26\xdd\xdf\xd8\x4e\x2e\x87\xb7\xda\xb0\x28\x85\xf0\xad\xbb\x66\xa2\x14\x73\xf2\x42\x3f\xf1\x17\xb6\x6f\x68\x05\x88\xc0\x55\x37\xc5\x83\xff\xe2\xa5\x06\x39\x29\x9f\x20\x14\x5f\x27\xbd\x21\xb6\x90\x40\x88\x06\x3e\x39\x66\x07\xaf\x87\xec\xf6\x87\xc2\xf7\x60\xbf\x8d\x9b\xc8\x18\xb2\xb7\xcd\x5c\x0a\x48\xe6\xdd\x19\x21\x74\x13\x97\x8d\x3d\x22\x6e\x27\xf6\x0c\x1e\x21\x0e\x82\x51\x8d\xc5\xe0\x6e\xf0\x79\xe9\x38\x78\x93\x24\x16\xaf\x23\xe5\x40\x31\xe0\x13\xc8\x16\xde\x98\xae\x86\x46\xc9\x56\xfb\xc6\x61\x1e\xf9\xb2\xc7\x23\xf2\x2a\x0a\x66\xc6\x2b\xca\x4e\x0a\xea\xd6\x0f\xbc\x0b\x7d\xd5\xf9\x45\xf8\x73\x74\xeb\x7e\x1e\x01\x4b\x7b\x56\xff\x99\x38\x87\x36\xaa\xcf\x22\x76\xd2\x86\x85\xf7\xc1\x2c\xda\x03\xe2\x39\x92\x33\x7d\x5a\x9a\x86\xf4\x93\xee\xb8\xcf\x06\xba\x48\xdf\xe2\x91\x0c\xe3\xe8\x9b\x66\x5c\x25\x97\xd3\xb0\xe3\x3f\xb1\xaf\x04\xe8\xb3\xc1\x38\x35\xbf\xaa\xf7\x34\x3e\x8c\x77\xbd\xee\x08\xfe\x0b\xcf\x56\xfb\x96\x50\xcf\x8d\x15\x48\x89\xf9\x9c\x61\x42\x0d\xe8\xcf\x59\x97\x6a\x22\xad\x65\x0b\xf6\x1e\x82\xac\x58\x2f\x37\x4c\x40\xf5\xac\xa0\x19\xff\x83\x5f\x30\x18\x37\x6c\x30\x37\x15\xc9\xa3\x49\x58\x51\xd1\xbd\x1e\x00\xb7\x5f\x76\xb0\xa6\x0a\x0f\x48\x6f\x68\x12\xf0\xc7\x25\xe9\xfc\x75\x04\xb9\x78\x06\x1e\x24\x62\x84\x35\x29\x65\x60\x96\xc0\x37\xac\x92\x14\xca\x7b\xb0\xa1\x92\xf4\x82\x5b\x6c\xb3\x1a\xb6\x67\x09\xae\x1e\x44\x77\x99\xff\x9e\x1c\xc6\xc0\x65\x9c\x4e\x0c\xd6\xab\xf4\x77\x95\x2f\xf6\x9d\x2e\xb5\x64\x25\xae\x4b\x7d\x9a\xbb\x12\xaf\x50\x6d\xc0\xb6\x10\x18\x0a\x4e\x72\x00\x11\x92\x5d\x0f\xd5\x83\xc9\xd2\x6d\x1b\xd6\x80\x6f\xc4\x73\x6c\x92\xa1\xf5\xdc\xfd\x97\x2c\xe8\xf9\x6d\x5f\x4f\xac\x47\xdf\x6c\x4e\x68\x9f\x82\x51\xd6\x77\x5a\x5e\x62\xf7\x57\x7f\x2e\xfe\x88\x9b\x5b\xe1\xc8\x5e\x81\xfb\x68\xf2\x45\xbf\xc5\x3f\x2b\xdd\x99\x78\x87\x70\x5f\xb3\x25\x84\x4b\x1c\x51\xc6\xb9\x2b\xc1\x9d\x72\xba\x0d\x95\xc4\xe1\x1f\xbf\xa0\x44\x8d\x9f\x7c\x3e\x3c\x0d\xad\x19\xde\xdb\x72\x16\xb3\xb7\x4f\x6d\x1e\xc1\xfc\xee\x3c\x2d\x7f\x8d\xed\x6f\xb9\xc2\xf4\xc3\xa9\xea\x07\x50\x01\x78\x4e\x15\x33\x81\x4d\x28\x30\xbb\xef\x29\x21\x06\x96\x7a\xba\xcf\x26\xb6\xa9\x03\x6c\x24\x24\x2b\xe1\xa9\xb1\x6a\xd4\xf9\xb1\xfb\x43\xab\xd0\xcc\xd1\x67\xcd\x8f\x31\x1b\x4e\x0c\x9b\x9e\x60\x6e\x0d\x80\xf2\x45\x58\x79\xf7\x64\x06\x84\xcb\x68\xcd\x42\x2a\xf0\xe1\xf5\xda\xf8\xdf\x04\xf7\xca\x96\x3d\x81\x84\xcf\x26\x4f\xb7\x17\xc4\x44\x2d\xc2\xa6\x1b\xac\x16\x41\xe7\xbf\xa0\xfa\xaf\x3d\x1b\x44\xa1\xb3\x2e\x9a\x9b\x37\x63\xac\xcf\xae\x36\xf9\x60\xaa\x46\x68\x45\x44\xec\x91\x01\x1d\xfd\x25\xce\xa1\x8b\x87\x5c\x8c\xfb\xd3\xb2\x33\xbe\x06\x7f\xa1\x76\x70\xcf\x0a\x02\xdb\xc2\x74\x7b\x4f\x78\xa8\x7b\x33\x73\x3e\xb8\x40\x74\x61\xfc\x29\x2c\x42\x4c\x3a\x5b\x00\x0b\x90\xf9\x7d\x5b\x61\x35\xea\x78\xdd\x38\x7c\x06\x33\x55\x97\x4d\x9e\x86\x4d\x15\x4e\x26\xef\xc0\xfd\x4b\xb4\x26\x33\x08\x94\xb4\x25\xe4\xab\xe0\x8a\xbd\xbd\x14\x0f\x52\xab\x87\x33\x85\x01\x3b\xce\x68\xa1\xfa\xc3\x13\xe3\x6b\xa1\x1a\x8c\xf3\x99\x72\xe8\x1c\xd6\xa3\x17\x09\x7d\xc3\xb9\xd7\x2d\x82\x37\xe1\x1d\xb5\xf5\x30\x8d\xb0\x4e\x70\x14\x3e\x45\x8c\x26\xe4\x93\x1d\x40\x45\x2a\x97\xcc\x26\xdd\xdc\xbb\x81\xfc\x09\x9e\xb5\xc1\x48\x39\x44\x76\x98\xe1\x47\x5d\x43\x36\xdd\x48\x23\x5d\x26\xe4\x8d\xde\x87\xe6\x13\xed\x7a\xcc\x50\x3c\x71\xb8\x36\x1c\x2a\x01\x8f\x69\x3e\x41\xff\x23\x2d\xe6\xb7\xc0\x21\xa4\xf7\xf8\xdb\x70\x0b\x34\x9e\x3a\x9d\xec\x02\x0f\x84\xf5\x92\x6b\xc8\x9a\x0d\x87\x28\xb6\x94\xc8\x19\x8b\x28\xdf\x29\x94\x6b\x6c\x30\x8c\xe6\x7d\x7a\x3a\x58\x49\xdb\xda\xf5\x82\x34\x99\xe6\x56\xdd\x4d\xca\xa4\x2d\x55\x4b\x48\xe3\xb4\x35\xbc\x02\x28\x94\x16\x8d\x3b\x05\x9d\xa3\x15\xa6\x2c\x84\x13\x69\x27\x43\x3f\xc3\xdf\x68\x9f\xdc\xaf\x93\x33\xe8\x33\x67\x58\x51\x32\x69\x05\x57\x30\x44\x67\x7e\xdc\xc9\x9d\x44\x36\xaf\xb5\xd3\x83\xf8\x81\xfb\xa3\xca\x15\x8c\xe1\xee\x2d\x71\x04\x6f\x70\xea\xb8\x2e\xa4\x38\x8e\x0b\xb6\x85\xf4\x8e\x5d\x95\xec\x0e\x15\xb1\x9d\x43\x0f\xc1\x1b\x59\x26\x77\x01\xac\x67\x39\xcc\x08\x24\x9b\x18\xf0\xa5\x6e\x82\xb5\x7c\xee\x09\x34\x81\x2b\xeb\x69\x47\x13\x67\x15\xee\xaf\xe0\x11\xb1\x92\xf7\xca\x32\xe2\x17\xb1\x8e\x7d\x09\xe4\x89\x62\x31\x02\xd2\x3a\xe1\xc2\xa4\xad\xa4\x71\xfe\xf9\x90\x16\x08\xc3\x13\xbb\xfb\x41\xe3\x5c\xd4\x0c\x36\x7c\x8b\x05\x8d\xfd\x87\xfb\x6b\x42\x0f\x5d\xc1\x53\x8c\xcb\x5b\xde\xe0\x3f\xea\x5b\xca\x9d\x09\xa9\x5a\x5f\x45\x2e\xe1\x4d\xc9\x09\xe6\x45\xa2\x50\x79\x00\x35\x06\x7a\xcb\xcf\x26\xdc\x03\x5f\xc9\x82\xf6\x74\x91\x04\x92\x71\xb7\x73\xa4\x5b\xa2\x97\x33\x2e\x43\xf7\xb8\xee\xe7\xb0\xb8\xec\x56\xc7\x81\x43\xb8\xdb\x8d\xe6\x26\x16\x7e\x5f\xdd\xf2\xb2\x6b\xf8\x81\x2a\x6e\xd1\x2e\xc2\x9e\xf2\xbb\xf4\x6b\x84\x97\x65\xce\x48\x5b\xa2\x56\x1f\x19\x0f\x82\xfb\xd4\x8c\xdd\x75\xe0\x7f\xc5\x4f\xdc\xc2\x48\xab\xe5\xbe\x36\x53\x21\x57\xbe\xe2\x8c\x17\xce\xe1\x44\x75\x9f\x03\x4e\x36\xe8\xd7\xb0\x0f\xf7\xb5\xa7\xcb\xd0\x83\xcf\xee\x70\x28\x0c\xc6\xbf\x6d\x8e\xa5\x4e\x10\x84\x75\xc4\x82\x02\xe2\xb6\x4a\x74\xdc\x5a\xe2\x3d\x53\x5c\x70\x3f\x98\xaf\x2f\x77\xed\x07\x75\x25\x27\x6d\x16\x91\xaa\x85\xdc\xd1\x7d\xb8\xe9\xe7\x10\xbd\xde\x38\xcc\xa9\x96\xfa\x63\xb8\x9b\xc3\xc3\xa5\x77\xf1\x01\x7d\x5d\x52\x2c\xfe\x44\x27\x8e\xba\x93\x70\xb4\x65\x76\xfe\x08\xe1\x4f\x1d\x39\xd6\x4c\xd4\x55\x5c\x0d\xce\x04\x57\x94\x99\x5c\x55\x60\xb0\xe6\xa1\x8d\x3f\x29\x4c\xb4\xf5\xb4\x16\xfb\xfa\xca\xbe\x1e\x36\x2e\x62\xec\x40\x5d\x1b\xae\x7e\xf4\x9f\xd2\x8d\x78\xdb\xe3\xd5\x92\x5b\x78\x56\xdf\x5f\x4a\x13\xc1\xb6\x73\x55\x7e\x18\xa1\xbe\x79\x51\x6c\x38\xd1\xa7\xe6\x6e\xb0\x2f\xb1\xa5\xfc\x9a\xab\x81\x78\x52\x17\x69\x53\x02\xb6\x89\x04\xe7\x47\x18\xcf\x0a\x96\x0f\x2d\x63\x1c\x43\x54\xb6\xf4\xd3\xbf\xa0\x16\x99\xbf\xd3\x7b\xd0\x19\x8a\x1d\x74\x3e\x66\x8c\x69\xa0\x1f\xc6\x45\xa3\x68\xf4\x75\xf8\x4f\x09\x28\xda\x04\xb1\x6c\xf7\x7b\xda\x0b\xd2\x4e\xd7\x5c\xda\x33\xe8\xa4\x55\x1a\x7d\x0f\xfc\xfe\xbc\x0d\x63\x39\x7a\xc9\x60\x22\xbd\x09\xb3\xab\xf9\x07\x3d\x1c\x1b\x63\xde\x49\x5f\x8d\x8b\x94\x0b\xe8\xd3\xf1\xb9\x8c\xdf\xb4\xa7\x84\x72\xe4\x47\xda\x59\xe2\xbb\xf8\xff\x68\x9d\xa4\x90\xdd\x4c\x5a\x33\x24\x5e\xff\x81\x76\x1c\xee\xb1\xb2\xa3\x7b\x90\x0b\xcf\xed\xa1\x27\xe0\x7d\x06\x24\xb4\x3f\x84\xc9\xcd\xeb\x68\x8d\x84\x11\x13\x8e\x56\x4c\xcc\x2a\xba\x41\xa3\x83\xee\x8c\x38\x5a\x0e\x69\x09\x32\x9d\x96\x0c\xcd\x8f\x27\xd2\xe2\x61\xbb\xdd\xb6\xb4\x02\xb2\xf5\x7a\x23\x8d\x4b\x7e\x3c\xfd\x0d\xdd\x9a\x72\xf0\x4c\x21\xf5\x1d\xa5\xaa\xef\x01\xb5\x85\xd2\xd2\x48\xa3\xd2\x29\xad\xc6\x4f\x54\x02\xe5\x82\x8c\x48\x25\x52\x26\xe8\x8e\x54\x02\x35\x0c\x11\x4d\x65\x52\xcb\xe2\x2a\xa9\x5a\xda\xa4\xe0\x2c\xea\x69\x5a\xd4\x7a\x5f\xea\x53\x9a\xd1\x6a\x12\x0d\xa6\x6d\x39\x7d\x81\x52\xca\x4d\xee\xdd\x46\xe1\x71\xee\xd4\xbf\xa6\x10\x38\xe1\x06\x88\x42\x66\x9f\x2a\x5c\x41\x91\xb0\xf7\x53\x5f\x53\xca\x58\x6f\x0b\xf6\x52\x06\x58\xca\xd8\xb3\x94\x3b\xac\x3d\x41\x97\xa8\x36\xcc\xcf\xeb\xad\xa8\xf6\xcc\x26\xab\x20\xea\x20\x63\xed\xc9\x3a\xf2\xb9\xc2\x86\xee\x04\x72\x95\xb4\xb8\xee\x00\x59\x21\xc9\xd5\x7f\x27\x5b\xc4\x9e\x92\x41\xf2\xb0\xc8\x8a\x52\x4f\x7e\x28\xf8\x94\xbf\x95\x62\xc3\x7f\x18\xf3\x9a\xe2\xc2\xbb\x18\x14\x4c\x09\xe7\x8e\xad\x1b\xa7\x44\x71\xad\xad\x34\x94\x4f\xac\x25\x27\x32\xe0\x76\x43\x7e\xc7\x77\x58\xa5\x4f\xaa\xbe\x02\xf3\xb5\xbe\xda\x32\x58\x5f\xf2\x4b\xa4\x82\xfb\x95\xbd\x70\x0f\xfc\x5c\xc1\xc9\xe5\x91\x97\x16\x85\x1c\x35\x91\xfd\x0b\x97\x06\xe6\x91\x93\x24\x53\xd7\x49\xc9\x7b\x44\x2c\x6b\x57\xf2\x2d\x4e\xd3\xd0\x5d\x78\x5e\xa3\xbe\x0d\x09\x4d\xd4\x1d\xae\xcc\x81\x5e\x57\xdb\xa8\xa3\xa1\x5f\x96\x76\x01\x1e\x5e\x6c\x3a\x44\x3a\x03\x07\x95\xbe\xcd\xbe\x0e\x43\x5a\x30\x7a\x2b\x5c\x59\x32\x37\x20\x05\x3e\xa9\x78\xb5\xf6\x1b\xac\x29\x52\x59\x87\x90\xdd\x79\x6f\x07\xce\x41\xbd\x83\xe8\x96\x0c\xa8\xb1\x37\xc5\x12\x0d\x69\x3b\x37\xaa\xa2\x21\x4b\xcb\x5d\x5e\x11\xd4\xdd\x90\x0b\xda\x40\xf7\xab\xff\xcb\x0a\x85\xff\xb1\x44\x46\x7d\x83\x3d\x8d\xdd\xbb\xf2\xe0\x7d\x3a\xe5\xda\x34\xf8\x1f\x95\xc5\xfa\x08\x5c\x26\x18\xee\xbf\x04\x9d\x3d\xf5\xaa\x99\x0a\x99\x8e\x17\x96\x93\x20\xf2\x80\x95\x92\x0e\x91\xbb\x83\xb9\xa3\x90\xa0\x2d\x81\x78\x08\xaa\x6a\x4c\xce\xac\x80\xae\xd6\xec\x8e\xc2\x42\xef\x2d\xce\xbb\x6c\x61\xc0\x48\x5d\xbb\x05\xea\x56\x97\x58\xe3\xe0\x00\xe1\xb1\x7e\x6b\x68\x7c\x8c\xdd\x74\x1e\x2a\x1c\xfd\x6d\xbe\x04\x1d\x1e\xd9\x58\x7c\x1f\x0a\x1d\x5c\xc8\xf5\x80\xc2\xba\xcf\x12\x46\xa1\x84\xb6\x94\xcc\x4d\x10\xb9\x61\x3c\x6a\x11\x24\xaf\xf6\xf0\xbf\x0b\x15\x9b\xf1\x6b\x37\x43\xde\x9a\xcf\xd6\x83\x50\x8b\xb0\x6b\xd8\x91\xdf\x99\x2f\x6c\x5f\xc4\xbb\x52\xf0\xbd\x2a\x90\xfb\x07\x19\xab\x09\xe4\x86\xa2\x3a\x84\xd1\x1c\x3d\x66\x03\xa4\x66\xbf\xc6\x0e\xe7\x20\xd9\x81\xf8\x9c\x68\x17\x56\x05\xd1\x6e\x57\x0d\x6b\x15\xd8\xb6\xe6\x3b\xf3\x1d\xe4\x37\xf5\x38\xd3\x04\x5f\x18\x42\xf3\x7e\xa3\x42\xdb\x92\x78\x6e\xe8\xcc\x4a\x19\x37\x07\x43\x51\xeb\x38\xc7\xb1\x22\x41\x1f\x67\x15\xae\x03\x9a\xc5\xa6\xe3\xbf\x65\x7f\x60\xbd\x24\x1e\x3c\x32\xc8\x4a\x03\x9b\x76\x05\x30\x3f\x93\xbe\xaf\x31\x30\x2f\xc1\x1e\x53\x95\xcc\x42\x72\xcc\x60\x27\x6f\x1f\xce\xb5\x55\xc7\x15\xe1\x26\x2a\xae\x71\x6e\xe1\xcf\x97\xbc\xe0\x6c\x27\xb0\x05\x8b\xd8\x55\xc4\x64\x12\xc8\x9e\x07\xc6\x64\xa3\x58\x3c\x52\xfa\x91\x38\xd6\x3f\x10\xd6\xff\x3f\x66\x2b\x8c\x58\x93\xc3\x94\x93\x63\xa6\xca\x99\x29\x94\x45\x03\xab\xb9\x53\xc9\x0b\x5b\x66\x70\x62\xc9\x7e\x96\x00\xf6\x30\x39\x53\x45\x64\x6f\x23\x1b\x78\xa3\xac\x2e\xf2\x6b\x70\x3f\xcb\x8b\x12\x95\x55\xc0\xec\xa7\x9c\x8b\xd2\x32\xe3\xa8\xbe\xfe\x87\x99\x8b\xa9\x35\x6b\x96\x32\xbe\xd0\x16\x4e\x6d\x67\xdc\xa1\xde\xe9\xc3\xb1\x9b\xd8\x70\x53\x36\xdb\x93\xbd\xd8\x3c\xca\x6a\x65\xb5\x28\xed\x58\xdb\x59\x11\x5c\x11\xf3\x0c\xf3\x27\x71\x03\x33\x96\x79\x2a\x93\xc8\x78\xcf\x54\x46\x5e\x62\x98\x98\xd9\x7e\x27\x19\xe9\x4c\xef\xd5\x6f\x18\x9b\x99\xeb\xa6\xfe\x60\x38\xd3\x3b\x7a\xf8\xac\xeb\x12\x4a\xc3\x09\xd6\x11\x31\xcd\xb4\x8d\xf9\x50\x44\x51\x58\x98\x05\x42\x0c\xc7\x9b\x69\x25\xc0\xe3\x7f\x33\xca\xf9\xc5\x19\x08\x46\x28\xaf\xf3\xf0\x0f\xfa\x57\xee\x35\x3f\x7f\x7a\x2d\x77\xd2\xea\x6e\x7a\x16\x87\x3a\x2d\x84\x1e\xc3\xa4\x76\xed\x63\x76\xe9\xc4\x75\xa9\xcc\x28\x4d\x93\xe1\x2a\xe3\x79\xc9\xe9\xa2\x4c\x06\x51\x79\x9c\xe5\xc6\x98\xaf\x18\xc0\x39\xd3\xbb\x8b\xce\xa7\x8f\xd3\x33\x0a\x6f\x1c\x1a\xa0\x2f\x90\x3c\xf6\xcd\xa5\x9d\x10\x2f\x5a\x9d\x41\x4b\x13\x4d\x9b\xd6\x46\x3b\xca\xfe\xaf\xfd\x32\xd3\xae\xf6\x62\xf5\x47\x46\x6f\xd5\xff\xf4\x64\x46\xa4\xe5\x77\xe1\x66\xfa\x63\xd3\x07\x86\x13\x1d\x34\xdc\xc3\x84\xd1\x57\xe8\x2e\xa6\x6d\xa5\x5d\x50\x77\x1c\x44\xd2\x20\x65\xd5\x4e\x02\xcd\x51\xfe\xda\xf9\x13\xd5\x2c\x6b\x9d\x3e\x8d\x2a\xe6\x2d\x6c\x35\x30\xde\xf5\x4e\xaf\xbc\xc7\xe0\x74\x1e\xd0\xe2\x19\xb3\x5b\xa9\x92\x5d\xf4\xe2\x46\x2e\xed\x20\x7d\x55\x2d\x1e\xa5\xa7\x1d\xaf\x4c\x48\x19\xa0\x65\x99\xbd\x22\x36\xd2\xfe\x31\x2c\xdc\x41\xa1\x36\x6a\x55\xce\x31\xd4\x25\xca\xc0\xe9\x73\x29\x3f\xf9\x67\x5b\xaa\x18\xff\x1d\xdf\x52\xf1\x8e\x01\x0e\x6c\xd2\x94\xd0\x3f\xf5\xcc\x12\x17\xd0\x31\xed\x4d\x54\x11\xed\x47\xf3\x66\xe4\x4b\x5a\x61\x9d\x39\x65\x25\xcd\xa3\x6a\x5a\x78\x23\xf5\xb2\x99\xb0\x63\x31\x35\xd3\xb0\xd5\x79\x15\x65\xa8\xc4\x6a\xfa\x6a\x8a\x4e\x90\xd1\xfc\x90\xf1\x78\x54\x51\xb1\x85\x91\x34\x92\xae\xfe\x8f\x7e\x69\xf0\xbb\xe8\x0c\x3d\xb0\x77\x1f\xe5\x13\x6d\xa0\x03\x8f\x4c\xa5\x85\x35\x33\x93\x9b\xa8\x0f\xea\xe8\xe1\x07\xa9\xb8\x4a\xde\xf6\x3b\x94\xdf\x65\xef\x9d\x97\x50\x7c\xd5\xfb\xa7\x27\x53\xfe\x11\x74\xb6\x99\x64\x79\x79\x2f\xaa\x57\x48\xff\x14\xa4\xea\xad\x24\x16\xc4\x45\xe9\x0d\x71\x1e\x6a\x2b\xfd\x94\x68\x3b\xba\x0f\xfd\x5d\xf0\x07\x1b\x99\x7a\x99\x3f\x86\x9f\x1c\x91\xcd\x6b\x27\xb4\x6c\xff\x8f\x7b\x0a\x0c\x5e\xb5\x88\x5b\x40\x3a\x39\xd9\x89\xfd\x11\xbe\xd8\x3a\x56\xd8\x83\xa4\x56\xe5\x49\xb3\x50\x75\xba\x6c\x89\x23\xfa\x8a\x34\x40\xf4\x1e\xf3\x86\xbe\x53\x78\x16\xb7\x06\x0d\x0b\x0c\x78\x64\x6a\x32\x1f\x22\x5c\x8e\x98\xc3\x23\x80\x9b\xb6\xab\xb8\x6a\x12\xec\x78\x9b\x1b\x0e\x55\x4f\xfe\x87\x7d\x93\xec\xd9\xf2\xba\xd0\x16\xbb\xa3\xb2\x5e\x72\x03\x67\xaf\x1d\x12\x9b\x71\x7f\x24\x46\x11\x09\x7f\x92\x56\x25\x8c\x21\xd4\xa3\xbe\x08\xbc\x89\x6d\x29\xaf\xf9\x2b\xc1\x0b\xe1\xdd\xbc\xf5\xa4\x27\xdb\xf7\x73\x13\xa0\x67\x8e\x1d\xdc\xf9\xf0\xc5\xc9\xf6\xec\x5a\xf2\x83\x66\x86\xe4\x14\xc4\xab\xf0\x11\xd7\x43\xaf\x34\x11\x22\x0d\xec\x2b\x8e\x10\xf2\x60\x29\x95\x24\x80\xe1\x2f\xc8\x67\xfc\x3c\x32\x98\x02\xf0\x52\x29\xb3\xc2\x67\x72\xe9\x14\xb1\xcf\x49\xce\x49\xea\x4c\x47\x12\x07\x45\x65\x4f\x0e\x67\x3b\x52\xe9\x8d\xdf\xc4\xa7\x99\x65\xe5\x67\x44\xf5\x4c\x42\xc9\x2b\xa1\x9e\xe9\x2d\x9a\x26\x28\x61\x7c\xa1\x1c\xe2\x6b\x19\x27\x11\x77\x78\x5a\x46\x5b\xb2\x1d\xd7\xcc\x68\x38\x90\xc0\x39\xcf\x28\xf5\x89\xe1\xfc\xc3\x28\x72\xcc\x64\x57\x31\xca\x27\x37\xb3\x72\xe8\x01\x0d\xf6\xa2\x07\xa2\xad\x66\x17\xe1\x39\x21\x4e\x45\x12\x0c\x0b\x4c\x82\x66\xfe\x08\x7f\x84\xbc\x9c\x77\x91\xf7\xa1\x60\x84\x7b\x97\x17\x90\xb4\x96\xf3\x96\xab\xdd\xdf\xc4\x59\xcc\x79\xed\xfd\x99\x1d\xc5\x39\xe2\x88\x64\x8d\x72\x66\x4e\xd9\xce\x2c\x66\xfc\xad\xfd\x9f\x70\x42\x4d\x37\xbe\x12\x3c\x54\x7d\x2c\xde\xc2\x1f\x57\x1e\xe1\xa9\x78\x77\x15\x22\xc8\x93\xfb\xa2\xe8\x74\xfe\x4c\xce\x4f\xd9\xe2\x84\x06\xce\x7c\x69\xde\x3e\x06\xdb\x4f\x3c\xe0\xbd\x92\x85\x15\xed\x76\x9c\xcf\x3c\x25\xe4\x4f\xe1\x33\xb4\xec\x80\x6a\xad\xd0\xb5\xca\xa1\x54\x2b\xf0\xb5\xf0\x8a\x26\xf8\xfb\x4d\xaf\x39\x4c\xde\x7e\xa3\x1b\x78\x80\x7b\x58\x9f\x9d\x1b\xce\xc9\xd2\xb4\xc4\xaf\x65\x33\x55\x5f\xf7\x06\xb0\xaa\x8a\x83\xb7\x6d\x66\x5e\x2b\xfa\xbb\x52\xc2\xb4\x29\x94\x4f\xe9\xa6\x3f\xe2\x6e\xaf\x94\x0a\x5d\x3a\x0a\x74\x66\xc1\x3f\xad\xab\x65\x36\xfc\xd9\x8d\x03\xac\x2a\xde\xb4\x3a\x67\x42\x31\x77\x72\x15\x29\x7b\x90\x63\x5b\x7e\x2e\xf6\x1c\x7b\x65\x99\x5d\xd8\x6c\xd6\x2e\x3d\x75\xeb\x26\x66\x86\x86\xb9\xe2\x15\x83\xa6\x30\x4e\x39\x41\x0f\xe6\x5d\xaa\x10\x0a\x17\xf6\x27\x68\x7b\x05\x93\xba\x87\x0b\x37\xf3\xbe\xb6\xff\x66\xde\xe5\xfe\xdb\x62\x85\xbf\xc9\xb9\x5b\xff\x2b\x7b\x1e\xfb\x51\xf5\xa3\x58\x2f\xd6\x2b\xcb\x99\x50\x29\x6b\x4a\xd9\xb8\xd7\x28\x73\xa5\x7e\x68\x45\x33\x63\x8d\x72\xeb\x94\xbb\xb4\x27\xfc\x2c\x4b\xa3\xe0\xef\x09\x81\xe6\x37\xff\xe5\x60\x9b\x94\xcd\xbb\xde\x5b\xc9\xf4\xe1\x76\x77\xe6\xe2\x83\x39\xe5\xad\x73\xb2\x8a\xd8\xfa\x86\xd2\x98\xb3\x2c\x6d\x8d\x7b\xe8\x26\x66\xad\xe5\xae\x17\x8b\xd1\x63\xdc\xbc\xc2\x48\x37\xaa\x52\xa6\xce\xa6\x1d\xe5\x77\x1a\x89\xfa\xcb\x79\x9d\x4a\x17\x6d\x75\xc1\x4a\xe1\x5a\x75\x31\x82\x48\xdd\xac\x12\x20\xef\xa2\xc1\x62\x26\x3a\xe5\xd8\x12\x39\x06\xf3\xe3\x08\x2c\xcb\xc2\x35\x04\x9f\x94\x82\x84\xd4\x4d\xa7\xc5\xb7\x89\x3f\x96\x1e\x11\x67\x93\xa2\x00\x80\xf7\x9b\xbc\xd8\xf0\x5a\xbf\x05\xf1\xab\xd8\xa8\x5d\x8e\x5a\x2e\xa8\x57\xcf\x47\x6f\xa6\x0c\xaa\x16\x60\x22\xd1\xb3\x8b\xed\xb0\xc5\xe9\x9d\xf2\x85\xb8\x57\x47\x56\xcb\x16\x13\x8e\x06\x33\xa5\xde\xc4\x91\x4d\x4a\x71\x35\x69\xde\xd2\x00\xb1\x1f\xe4\x02\x00\xbc\x27\xe4\x1c\x43\xa4\xce\x80\xc9\x2e\xb6\xd5\xc8\xb1\x81\x82\xd5\x25\x0a\xdc\x62\x8a\x9f\xb2\x0c\xf7\x09\xa5\x56\x34\xe0\xff\x97\xbe\xbf\xa8\x95\x68\x15\x75\xb6\x70\x00\xf4\x0a\xde\x25\x79\x4b\x8a\xd9\x94\x21\xce\x81\x32\x96\xba\x8a\x01\x78\x17\x00\xf0\x5a\xc8\x5f\xf4\x63\xda\x62\xd2\x74\xf9\xa0\x5a\x4e\x12\xf1\x3e\xa9\xaa\x48\x5f\xc9\xeb\x8b\x07\xa0\x34\xa4\x59\x7e\x03\x7a\x9e\x86\x96\xbd\x80\xb9\x51\xb3\xa5\x7f\xc8\xdb\x83\x86\x24\x3b\xc9\xe3\x9b\x96\x88\x4e\x52\x10\x4b\xbd\x45\xfe\x94\x3f\x00\xc0\x9b\x4f\xcd\xd7\x95\x6b\x78\xf4\x98\x22\x7e\x89\x91\x9e\xcc\x1d\x56\xf6\xd0\x63\xe1\xb9\x8a\xbb\xf4\x40\x44\x55\xd1\x5f\xfa\xae\x54\x99\xcc\x9e\x9e\x18\xb9\x4f\xea\x4f\x17\x05\xb9\x89\x85\xf4\xfa\x8d\x83\xa2\x85\xf4\x6b\x4b\xdd\x84\x04\xc6\x6a\x00\xe0\xe6\xd2\x7e\x6a\x97\xa8\x07\xf8\xf6\x32\x4f\xd5\x19\x5e\x3d\x87\x5e\xfc\x82\xe7\x40\xfa\x4f\x31\x87\x4b\x2d\x30\x14\xf9\x70\xfe\x97\x52\x56\x98\xc2\x61\x1c\xa6\x48\x84\x9c\x15\x81\xc5\xa2\x9b\xec\x81\x8d\x39\xc2\x58\x36\x69\xe9\x16\x41\x21\x5b\x05\x6c\xe7\xe8\x18\xb0\x3a\xa4\xa4\xb5\x38\x5d\x1a\xae\xbc\xa9\x58\xcf\x2a\x57\xfc\x29\xba\x0d\x7a\xc8\x5d\x64\xd9\xf9\xb6\xb2\x83\x85\x40\xb2\x8f\x94\x22\x69\x3b\xb4\x57\xdc\x20\x46\x05\x94\x0b\xbf\x8b\xb6\x78\x9c\x11\x20\x85\xc1\x4b\xa7\xf0\xd1\x02\x34\x20\x67\x2b\x59\x52\x55\x68\xc9\x1e\xd3\x88\x38\x5e\x19\x61\x54\x33\x46\x14\x88\xd2\x54\x42\x41\x91\x5c\xb7\x28\x17\x53\xd8\xa1\xbe\x90\x38\x22\x79\xa6\x2a\x39\x38\x4d\xbc\xa8\x18\xb1\x4b\x23\x4c\x94\xa7\x78\x58\xf1\xcf\xca\xfe\xb5\xd3\xf3\x6a\x25\xc5\xc0\x69\xd6\x79\xce\xc1\x62\xb6\xea\x65\x93\xa3\x50\xa6\x9c\x51\xef\x49\x07\x14\xab\x6b\x36\xe2\x4e\x14\x05\x54\x3a\x65\xbf\x2c\x4c\x2c\x9f\x97\x90\x20\xe1\x97\xcd\x08\x3f\x2f\xea\x28\x5d\xe4\xcf\x15\x7c\xd4\xc6\x6f\x70\xe0\x1f\x2c\x91\xd8\x59\xf1\x16\xcb\x1e\x02\x8f\x58\x2e\xdc\x2e\x45\x97\xea\x6c\x47\x9e\xe0\x64\xf1\x8b\xd6\xdd\xb4\x6d\x8a\x19\x8d\xbf\x70\xd3\x8b\x1c\xea\x8c\xd9\x3b\x0b\x37\x57\xef\x88\x3f\x21\x39\x6a\xb9\x1f\xbe\x47\x44\x33\xe9\xfd\xe7\x09\xda\x0d\x7a\xf7\x3e\xfe\x74\xed\xb6\x25\x97\xb9\xdd\x72\x2f\xe0\x0b\xf3\x34\x6f\xa7\x62\x96\xaa\xba\x6f\x9a\xc0\xa1\x78\xb8\xab\x8f\xaa\x90\x3f\x6e\x0f\xc0\x22\x64\x6f\x9a\x1b\xb2\xda\xa4\xdf\x1a\x66\xc6\x87\x49\xe6\xd5\xe4\x1f\x78\x2c\xda\x54\xf1\xd9\xaf\x5f\x10\x67\xb6\x76\x27\xf3\x74\xfa\xc0\x25\x7d\xdc\xb5\x0a\x9f\x49\xab\x99\x41\x3c\x99\x70\xa8\x36\x36\x7f\x01\x23\xb7\x2a\xb7\x20\x9b\xc8\xb7\xb0\x11\xdd\xf9\xd7\x4c\x3a\xd4\xbc\x54\x82\xa1\x05\x2d\x3d\x22\xd1\x0d\x63\x1d\x43\xf9\xea\xeb\xb8\x2b\x3e\x0c\xd5\x1c\x02\x7b\xad\x95\xe2\x36\xb8\x68\xee\x98\xc2\x42\x0a\x05\x00\xe1\x69\xf2\x35\x61\x54\xcd\x28\xe2\x2b\x63\x4e\xe5\x43\xd4\x3c\xe2\xb6\xf2\xbf\xe8\xf5\xf9\x1c\xd3\x1a\x4c\x58\xaa\xbb\x61\x1f\x56\x74\xe4\x80\x2e\x15\xf7\x2c\x34\x42\x4d\x27\x44\xfb\x24\x28\xcf\x13\x47\x5c\x3e\x28\x8c\xa4\xb9\x73\x1f\x2b\xd2\xa0\xe9\x00\x20\x34\x53\xa6\x08\x1e\xd5\x6c\xc7\x00\xf4\x9a\xca\x68\xcc\x0b\xc2\x9d\x72\x08\x7b\x26\xdf\xb5\xac\x05\xd7\x9c\x72\xbf\xf4\x01\xbe\xeb\xc8\x34\xed\x6f\xc2\xed\xd0\x79\x6a\x47\x70\xae\x8f\xa7\x92\x48\xf2\x75\x79\xa4\x38\x02\x1d\x98\xfb\x59\x31\x0b\xb6\x03\x00\x61\x36\x25\x9f\xff\xb6\xda\x0d\x8c\xa0\xf5\x57\xa4\x83\x97\xf1\x1f\xcd\x66\x52\x40\x5e\xaa\xf1\x1a\x69\x20\xc5\xbd\x74\x0a\x14\x1d\x95\xab\x5d\x07\xdb\x86\xc8\x4a\xa2\xe1\x3b\xde\x77\x8a\xfb\xc9\x62\x97\x41\xb9\x85\xb2\x65\xde\x32\xf9\x36\xca\x3d\x00\x10\x9c\xa2\xd6\xf2\x3e\x54\xed\xa1\x5e\xa1\x9e\xb7\xc0\xd4\xaf\xf8\xc9\xa6\x1e\x9a\x55\x2e\xcf\xf0\x99\x36\x3f\xb9\x40\xef\x4a\xf3\x89\x1c\xd0\xc4\xd3\xe8\x7b\x26\x54\x45\xb4\x3b\xde\x44\xc5\x6f\xba\x8b\x8b\xb6\xe8\x1e\x9d\x3d\xcf\xaf\x68\x17\x7d\x02\x00\xf8\x13\xf4\x45\xdc\xb7\x95\x09\x9c\xaf\x94\x13\xe5\x26\x8e\x12\x37\xbd\xec\x05\xc7\x39\xa7\xcc\xb0\x86\xdd\x9b\x54\xa6\x4b\x67\x67\x46\x4e\x55\xab\xd9\x5e\x7b\x92\x95\x57\xd8\x4b\xbc\x6d\x14\xfe\xac\xbf\x2e\x79\x45\xf3\xd8\x8b\xe6\x1d\x93\xed\x62\xbd\x05\x00\xbe\x1b\x03\xe4\xe0\x2a\xf6\x17\x4d\x27\xc7\x98\xcb\x0a\x7f\x61\xca\x8d\x1f\xa5\x8f\xb2\x8f\x96\x6e\x94\x0c\x27\x42\xda\x7c\x71\xcb\x61\xa0\xa4\x52\x74\x7c\x37\xb7\xf8\x89\xf0\xe5\xb6\x5c\xf9\x7e\xa1\xb3\xcb\x02\xd9\x6c\xc1\xd5\x79\x6c\xe9\x7f\xbc\xe7\x00\xc0\xb3\x65\x1d\x60\x9d\xb2\x54\xe8\x27\xa0\x53\xa6\x1f\xba\x35\x68\x6f\xe3\x3e\x4d\x64\xd6\x14\x3d\xb7\x04\x9f\xb0\x5b\xd3\xa7\xac\x38\xf8\x4a\xf5\x43\xf1\x29\xb8\xa4\xd8\x5b\x9e\xb4\xb5\xae\xc8\x28\xfb\xbd\xa6\xb8\xf0\x90\x6c\xde\xbc\x28\xc9\x2f\x91\x2b\x00\x70\xb7\xb3\x87\x99\x3b\x2d\x31\x35\xd6\xa4\x30\x93\xb9\xb2\x08\x39\x64\x78\x65\x59\x94\x61\xd6\x3b\x98\xe4\xf1\x93\x35\x11\xc6\x65\x11\x27\x55\x62\xfd\x60\x90\x46\x71\x41\x5b\xe4\x75\xa1\x68\xb5\xba\x79\xf5\x6d\xe9\x29\xe5\x8e\x79\x93\x25\x3e\x92\x1b\x00\xc0\xe1\x72\x5e\x33\x44\x16\xfb\xc6\x3b\xa0\xda\x84\xad\x77\x41\x2e\x34\x0c\xd5\x64\x66\x4c\xd3\xbd\xab\x2c\x8f\xc3\x68\xec\xca\x5f\x47\xec\x56\x45\x99\x0e\x05\xb9\x2b\xe4\x86\x6f\x5e\x28\xd9\x63\xfd\x9a\xd5\x6c\x29\xb6\x24\x62\xee\x75\xf1\xa8\xf4\x0d\x00\x70\x1c\xb9\x09\xf4\x8f\xe5\x0f\xda\x6d\xc1\xe9\x26\xdf\x16\x4f\x04\xcf\x20\x6c\x0c\x3a\xc6\xd6\xb5\xd4\x45\xc5\x4d\x52\x5f\xad\xc6\x84\x3f\x55\x59\x55\xb4\x06\x3e\x54\xf8\x9b\xff\xf3\x72\x97\x51\x0d\xb7\x57\x1f\x95\xfc\x52\x7f\x9a\x7b\x5e\xec\x52\x78\x06\x00\xd8\x5a\x6e\x0d\xe1\x5d\xf7\xcc\x82\x20\x84\xb0\x7d\x33\x22\x35\x83\xd3\x8c\x43\xd2\xe3\x3f\xd6\x8f\xa1\x86\x0f\x8d\xd7\x2c\xc7\xac\x0e\xf1\xae\x38\x86\x6d\xd8\xa1\x31\xf5\xe2\x0f\x6d\x58\x67\x88\x27\x4e\x73\x70\xd1\x3d\x07\x55\x36\x64\x4d\x11\x64\x01\x00\xc9\x6e\xca\x29\x42\x57\x17\x16\x79\x0d\x11\xdb\xd6\x80\x1a\xcd\x48\x6f\xfa\x83\xee\x8d\xbf\x50\x9f\x84\x39\x7e\xa8\xb3\xba\x1b\xfb\xbf\x90\xe5\x15\xd3\xf1\x01\x3b\x38\xa6\x34\x42\xe3\x86\x95\x86\x59\xe0\x2a\x07\x77\x9d\x8e\x84\xb7\x31\x6b\x42\x60\x6f\x00\x90\x2c\xa1\x5c\x23\xe0\x3a\x1f\x61\x44\x88\xe5\x6d\xeb\xb1\x71\x19\x1b\x9a\x38\x38\xfb\x78\x63\xdd\x3b\xdc\xfb\x43\xe2\xea\x03\xf8\xd7\x7b\x7e\x58\xca\x88\x33\x77\xe4\x96\xfd\x05\x83\x37\xcc\x2b\x6d\x21\x51\x1d\xbc\x74\xbb\x20\x83\xcd\xa0\xfa\x05\x79\x35\x00\x88\xaf\x52\x57\xe2\xff\xed\xb8\x04\x1e\x2e\xd0\xb5\x6e\x00\x9b\x8f\x35\x36\x1a\x48\x36\xf1\xee\x75\xb3\x48\xc2\x43\xeb\xab\x30\x90\xfb\x9e\xca\xf2\x73\xd0\x87\x1d\xae\x65\x6e\xf0\x45\xf7\x0f\xfa\x27\x64\x8b\x43\x80\x36\x8f\x42\x9a\x39\xa5\xe4\x2b\x95\x01\x00\x62\x07\xda\x06\xbc\x7f\xfb\xbf\xd4\x88\xfc\xdf\x2d\xbb\xa8\x09\xc7\x96\x37\xd4\x52\x73\xe3\x6a\x6a\x57\x52\x05\x07\x7b\x2b\xa5\xd4\x73\x7b\x82\xcd\xaf\x68\x2e\xdb\xef\x1b\xc3\x69\x06\xf7\x33\x7a\x2b\xba\x93\xc3\x3e\x0d\x95\x7e\x69\xe6\x01\xd5\x23\xc6\x5c\x00\x10\x05\xd3\x41\x9c\xac\x6d\x82\x7d\x2d\x3f\xb2\x39\x8e\x8d\x4b\xa7\xd4\x9f\x66\xcf\x8f\x5b\x5a\x13\xc0\x1a\x3b\xe8\x5b\xd1\xc6\xaa\xdc\x3d\x6e\x9e\xcb\x52\x6f\xe7\x18\x70\xac\x6a\xf7\x12\x9d\x3b\xeb\xa1\xc3\x01\x75\x21\x1b\x31\x53\xab\x1c\x61\x51\x01\x40\x98\xc6\xe8\xc0\x1a\x5a\xdb\xa4\x94\xbc\xf8\x26\x2f\x49\x77\x1a\xbb\xae\x5d\x7c\x33\xd6\xb3\x7a\xa3\xe8\x6b\x04\xd2\x62\x12\x6d\xde\xbd\xc6\x34\x45\x28\xf4\xf9\x59\x9a\x23\xb4\x76\x0f\xd1\xce\x13\x9c\x71\xd8\x57\x12\x21\xf8\x3c\xf3\x6d\x71\x20\xd7\x04\x00\x02\x77\x56\x20\x26\xa2\xe5\x89\xc6\x3d\xd7\xb5\x31\xb3\xa4\x27\x95\x5a\xfb\x42\xb5\x23\x66\x67\x55\x4a\x71\x5f\x78\x61\xf9\x65\x45\x4c\x70\x4a\xd9\x56\xf9\x02\x9f\xa3\xfa\xd2\xa2\xe9\x6e\x37\x35\xbe\xb2\x5c\x87\xe5\xaa\x54\x69\xf7\xac\x39\x8a\x85\x02\x6f\x00\xe0\xfb\xb3\x51\xe8\xf0\x96\xad\xe5\x8f\x73\xdc\x1a\xae\x98\xbe\xa5\x80\xb5\xb1\xc6\x6f\x47\x77\x57\x5e\x2c\x7d\x7b\xa0\xb6\xdc\x47\x3f\x25\x48\x69\xac\xd0\xee\xf7\xae\xd7\x2f\x50\xbf\x71\x8b\x50\x97\xab\xae\xdb\x0f\x29\x1b\xe5\xea\x59\xb3\xe5\x4b\x45\x09\x00\xc0\xe3\x72\xd2\x50\x77\x9b\x7f\xd6\xf8\x67\xb7\x36\x48\xaa\x6c\x52\x80\xda\xc5\x96\xb1\xe8\xf1\x4a\xae\x59\x76\x60\x8f\xf9\x4d\x19\x14\xe4\x67\x8c\x33\x54\x79\x1f\xd3\x9d\xd3\x77\xb8\x2d\x55\x47\x68\x30\xf6\xa5\xca\xd0\x62\xcf\x59\x0b\x8a\x64\xe2\x10\x00\xe0\xd9\x73\x8e\xa3\x88\xcd\xbd\x8d\x33\xb2\xf7\x35\xec\xa9\x2b\x4d\x36\xd4\x8c\xd5\x6c\x89\xa6\x56\x7a\x56\x3e\xdc\xff\xc3\x2c\xb3\x74\x06\xfe\x35\xfc\x32\x6b\xbc\xb7\xe9\xb2\x8d\x4d\xae\x7f\x4a\xee\xea\x98\xf6\x25\xc5\x03\x4a\xca\xac\x6d\xb2\x87\x92\xa9\x00\xc0\x55\x72\xfe\x20\x42\x06\xa7\x23\x96\x65\xce\xed\x9d\x8c\x9c\x9f\xb8\xbf\x73\x2e\xca\x36\x6a\x65\xab\x33\xda\x73\x2f\xbb\x71\x03\x86\xbd\x2b\xaf\x76\x23\xf6\xb7\x57\x6a\x65\x30\x5e\xbe\x56\x6b\xee\x26\xee\xb4\xdb\x5e\x76\x18\x3c\x6b\x45\xd0\xdd\x82\x33\x01\x40\x8a\xa4\xae\x44\xac\x19\x20\xa2\xe4\x19\x5f\x7a\xd8\xe8\xd4\x44\x9f\x0e\x03\x66\x53\xd4\x3f\x2d\x3d\x58\xc7\xbd\xc4\x86\x51\xdc\xf6\x5d\xa9\x35\x97\xf0\x34\xaf\xc4\x8a\x17\x84\x47\x6b\x0d\xe6\x74\x70\x9f\x5d\xa8\xf1\x0f\x49\x6f\x65\xd0\x71\xe1\x5b\x00\x20\xdd\x46\x75\x28\xf8\xd5\xff\x1f\x76\x53\xc6\xe5\x9e\x69\xd8\xbb\x89\x0e\x1d\xae\x38\x56\xe4\xb7\x96\x50\xfc\xf6\xbd\xa9\x0d\x71\x84\xd5\xbb\x0e\xd6\x64\x10\x7d\xbc\xa2\x2a\x68\x60\xce\x5a\x83\x19\x20\x19\xec\x22\x8d\x5a\x68\xc4\x6a\x48\xb7\x82\x5c\x09\x00\x92\x37\xd4\x94\x02\x43\xdf\x3d\xd0\x90\x41\xe9\x9e\x0a\xbe\x4c\xb8\xd8\xbe\x95\xb4\x31\xb2\xa5\x39\x91\x54\xb5\x77\x4d\x3d\x04\x05\xed\x5a\x55\xcd\x85\xa7\x78\x6d\xb5\x94\xc1\x8f\xd6\x6a\x4c\x8e\xe4\x41\x3b\xb4\xa1\x89\x52\x61\x3d\x43\xeb\x48\x1d\x01\x00\x89\x1b\x2d\xb9\xc0\xad\xf7\x36\x35\x35\x63\x5e\xd7\x14\x6a\x4e\x42\x7e\xdb\x56\x6a\x4e\x64\x6c\x53\x26\x95\x1b\x76\xbf\x4e\x48\x3d\xeb\xff\xbc\x4a\x4d\x73\xf1\xb2\x29\x6f\xa6\x55\xac\x95\x94\x6d\xa4\xfb\xd9\x95\x94\x56\x30\xe6\x5a\xa7\x68\x00\x86\x3d\x00\x88\xf7\xd2\x8d\xf9\xbd\x3d\x8f\xd9\xf5\xc7\x0c\x9d\xf3\xd8\x7b\xe3\xff\xb4\x06\xb3\x9e\x1f\xfe\xda\x48\x62\x55\x84\x09\x6a\xcd\x2c\x91\xbf\xa1\xb2\x89\xc5\xde\x72\xc3\x7c\x92\x65\x59\x4b\x35\xfa\xb1\xfe\xda\xf5\xeb\x4b\xd8\xa3\xd6\x9d\x25\x37\x59\xd1\x00\x20\x4a\x60\x5c\xc9\x7b\xdd\xdd\x2c\xf9\x2f\x7d\xbc\xfd\x95\x64\x59\xfc\xce\x16\x7b\xb1\xdf\xe1\xe0\x86\xc3\x22\x54\xe8\xab\x1a\x58\x78\xc6\x7f\x49\x85\x50\xb8\x7d\x0b\xce\x64\x12\xdc\x5f\x7b\xd8\x60\x23\x78\x6a\x77\x47\xb7\x45\xd0\x38\x63\xa9\x2a\x90\xeb\x04\x00\xc2\xe5\xac\x5d\x79\xd3\xba\x6a\xd5\x2b\xd2\xbe\xb5\x7d\x51\x99\xe3\xf2\x9b\xbd\x94\xeb\x0e\xd1\xea\x73\x14\xe7\x42\xbd\xab\xe5\x72\xa5\x1f\xd5\x52\x59\xc4\xf0\xfc\x59\x36\x2c\xeb\x5c\x6b\x5b\xba\x58\x16\x62\xf7\xaf\x76\x89\xe4\xec\x8c\xa4\xe2\xdf\x7c\x34\x00\x08\xd6\xb0\x0f\xe4\x2e\xed\xfc\x60\x3e\x9c\xe6\xd2\x16\x5c\x96\x12\x6b\x69\x12\x1a\x72\x0f\x9e\xa8\xeb\xd3\xcb\x43\x78\x55\x0f\xb4\x2f\x7d\x9f\x95\x4f\x68\xe8\x9e\x70\x99\x83\x7a\x97\x4b\xbb\x3e\x53\x79\xca\xae\x4d\xb3\xbf\x68\xcd\x0c\x9a\xe2\xbd\x30\x1e\x00\xf8\x19\x9c\xb5\x39\x55\x9d\xcd\x55\x09\xa9\x03\xad\xdf\x2b\xdc\x63\xc3\x9a\x7c\xca\x27\x1f\xcc\xaf\x4b\x37\x4d\x0a\xf1\xa9\x62\x19\xbd\x7d\xcd\xe5\x96\xd2\x16\xcf\x50\xe3\x59\x1d\xcd\x45\xa9\x9f\xa6\x9e\x66\xd7\xac\xbe\x26\x97\xce\xd0\x2b\x92\x45\x1e\x00\xc0\xfb\xc5\xa1\xe6\xf8\x77\xe6\xd4\xdd\x48\x3d\xd6\x5a\x51\x43\x8e\x99\x68\xbc\x57\xe5\x79\x70\x7d\x1d\x50\xb1\x2a\x64\x52\xd5\x92\xf2\x10\x5f\xb0\xdc\xdb\x34\xc7\xd3\xdd\x98\x60\x98\xed\x52\xa8\xe3\x6a\x2e\xda\x5d\x52\x6f\x56\xf4\xce\xb8\x2a\x6f\x10\xdd\x03\x00\x1e\x96\xd3\x9e\xb5\x74\x64\x1a\x72\x49\xd2\xd3\xc1\x4f\xc8\x07\xd1\x5e\xbd\xff\x43\xd5\x1e\x08\xef\xbc\x8f\xae\x0f\x9e\xd5\x3a\x88\x79\xb8\x3d\xb2\x51\x8d\xf3\xf3\xe8\xab\x15\xe0\x07\x9c\xa0\xca\x2f\xc4\xa3\x0b\x48\x96\x5b\xe0\xa9\xa9\x9f\x4a\x8d\xf0\x35\x00\x28\xc4\x51\xbd\xb3\xfe\x39\x01\xa3\xa9\x49\x0f\x07\x41\x8c\x7d\xb4\x57\x2f\x0d\x33\x74\xe0\x60\x27\x12\x2b\x09\x9e\xdb\x1a\x89\xe3\x6f\x8f\x6d\xdc\x84\xef\xf4\x38\x55\xeb\x4c\x9c\xec\x24\xa8\x54\x82\x29\x0b\x8a\x2c\x58\x92\x7c\x9a\x63\xe9\x6e\xb2\x27\x00\x14\x7a\x52\x3d\x32\x7f\x1e\xff\x84\x9b\x95\x74\x75\xe0\x37\x8e\x1b\xbd\xa1\x77\x36\x7e\xf2\x81\x7d\x1d\xbf\xf0\xea\xe0\xd9\x2d\x8f\x09\x59\xdb\x63\x1b\x8e\x13\xb3\x3c\xce\xd5\x74\x82\x1c\x27\x55\xe5\x1a\x52\xdb\x82\xfa\xf2\xdf\x50\xdf\xb4\xdd\xfa\xeb\xe4\x77\x00\x20\x7d\x4c\x45\x65\x8e\x0d\x3f\x25\x6d\x4c\xaa\xef\xff\x48\x8a\x89\xb6\xed\xb1\x22\x31\x0f\x6c\xe8\x98\x4e\x7a\x1a\xf4\xa5\xf9\x3b\x84\xda\xbe\xaf\xfe\x26\xec\xe8\x71\xbe\xfa\x0c\xfc\xc9\xa9\xa6\x62\x0b\x79\x7c\xc1\x63\xf3\x07\x4a\xd7\x34\xa5\xee\x34\xf5\x29\x00\x48\x17\xd2\xf2\x33\xa5\x43\x23\xd4\xd3\x49\xd8\xbe\x3b\xd4\xae\x23\xb7\xbb\xbe\x53\xcb\x0f\x00\x6d\x7f\xa9\xad\x41\x57\x9b\xbe\x53\xdf\x6c\xdf\x5c\x77\x83\x16\xe0\x31\x54\x75\x9c\xd6\xe7\xd4\x65\x59\x47\xcf\x58\xb8\xc8\x34\xc6\x08\x99\xf6\x52\x5b\xc2\x98\x07\x00\x12\x17\xba\x25\xf3\xe8\x60\x37\xfb\x45\x92\x57\xef\x4d\x36\xea\x88\xae\xf3\x13\xeb\xef\xfe\x33\x6d\x00\xab\x3b\xa8\xa2\x71\x82\x65\xd8\x6e\x5b\x7b\x8b\xa5\xf2\xa8\xaf\xec\x67\xf5\x3a\x0d\x96\xaf\x60\x7b\x2d\x0c\x2c\xab\x64\xf7\x4c\xf7\xd2\x24\xb3\x1c\x00\x40\xec\xca\x18\xcd\xa8\x1c\xd0\x4b\x2e\x26\x96\xf4\x54\x88\x9f\x1d\xb1\xed\x68\x11\x4d\xec\xdf\xd3\x32\x28\xda\x16\xb4\xb1\xa1\x5f\x58\xe6\xd3\x5a\xa3\x15\xae\xf2\x40\x55\x50\x04\x4f\x9d\x06\x4c\x27\x85\x1e\x0b\x35\x46\x6b\xc1\xf2\xe9\xad\x25\x9d\x9c\x0e\x00\x10\x3e\x63\x6d\xcd\x58\xdf\x1f\x57\xa2\x4a\x9c\xd6\xcd\x51\x4d\x89\xc2\xb6\xd7\x14\xd3\xf6\xb5\x35\x77\x2b\xb6\x06\xd6\xd6\x77\xc9\x9d\x7d\x02\xaa\x35\x45\xde\x1e\xcb\x2d\x74\x59\x8d\x53\x59\x59\x6b\xe1\x87\x85\xa3\xa5\xa7\xc4\xad\x56\x33\x55\x09\xbc\xb3\x00\x20\x78\xc6\xf6\x3a\x76\xb8\x4f\x6a\x3a\x9a\x90\xd2\xd5\x69\xdc\x1f\xf9\xb2\xed\x5e\xe9\xa1\x7d\xee\x4d\x2f\x74\x86\x40\xd7\xba\x27\xda\xf5\xde\x37\xaa\xae\x68\x66\x6d\x38\x53\x7e\xb2\x84\xed\x04\x1a\x1f\x17\x37\x2e\xbc\xad\x3f\x53\x58\x6b\x15\xa6\x0c\x15\x30\x01\x40\x60\xcf\xfe\x5f\xfa\xc3\xbe\x90\xca\x39\x09\xd6\x5d\x49\xe5\x37\x22\xab\xdb\x40\x53\xcb\xde\x8f\x4d\x54\xe3\xc3\x80\xaf\x75\x04\x43\x8c\x77\x6d\x55\xae\x7e\x70\x43\x6d\x79\xaa\xf6\x80\x13\xc2\x88\x55\x99\x17\xbe\xd0\xef\x92\xbd\xb6\x42\x15\x77\x0a\xfd\x01\x80\xdf\xca\xf1\x4e\xc7\xf4\xfe\xa8\xdd\x11\x3f\xd8\xf9\xb7\xea\x69\x24\xbe\xcd\xa6\xa2\x6a\xef\x99\x26\x9b\xf2\x0b\x01\xd7\x6a\x7f\x98\x7e\x78\x2b\x2a\xff\x67\x2c\xdb\x60\x36\xbf\xd0\xd3\x9d\x98\x86\xc7\xea\x4d\x8b\x1c\x75\xa2\xa2\x09\xab\xc6\x62\x2b\xe1\x3d\x00\xe0\x7b\x70\x0a\xc6\x23\xd1\xca\x1c\xfb\x33\x08\x4c\x4e\xee\xed\xde\x1d\xd8\xb0\x7c\x49\xed\x55\xdc\x4a\x84\xb7\x36\x0b\x3f\x1d\xf9\x4d\x30\x05\xff\x13\x7d\x9e\x60\x45\x9c\x86\xad\x4b\xdd\x06\xae\xc0\x5b\xc2\x5e\x93\xfc\x88\xac\x0d\x4e\xd0\x3a\xd2\x7c\x6b\x0a\x79\x3a\xe9\xf4\x0d\x0e\x0a\x2e\xc8\x1a\x6d\x47\xe7\x21\x86\x7b\xb8\x98\x34\xd4\x8a\x5a\x27\x6c\x34\x1a\xab\xb9\x88\xdb\x87\x79\xcc\xcf\xc3\xa7\xe1\xa2\xf1\x54\x02\x1b\x7f\x3b\xa5\x87\xd8\x4a\xc4\x84\x41\xe0\x53\xf0\x83\xfb\x28\xe9\x3e\xe4\x68\x1d\x0e\xdf\x82\x24\xd7\xfb\x91\xe9\xe8\xe7\xa7\x9f\xa2\x20\xcc\x68\xf7\x28\x9a\x86\xbd\x59\x93\x8a\x91\xe1\xae\x6b\x66\x63\xab\xf1\xff\xf2\xce\xe0\xce\x12\xad\x70\x9f\xf0\x13\xe0\xe6\x94\x1d\x44\x5f\x52\x6e\xd8\x2c\x90\x02\x09\xdc\xf1\x24\x0a\x9c\x6c\xed\x0a\x2b\x61\xea\xd5\xb2\x82\x1a\xe8\xf5\xc9\x8f\x88\xcb\xb0\x67\xe7\x0b\x94\x2d\x9c\x57\xd5\x8b\xde\x08\x0f\x95\x94\x60\xd2\xc8\x6b\xb9\x74\x6c\x19\xb9\x14\xfb\x04\xf7\x91\xb2\x34\x39\x88\x10\x41\x91\x87\x06\x10\xcd\x94\xef\xee\x93\xc1\x6a\xaa\xab\xb5\x03\xf4\x9a\x52\x7a\xf9\x55\xde\x57\xb6\xdf\x48\x6c\x81\x1f\xeb\x51\x87\x1b\x42\xca\xc2\x56\x2e\x47\x5e\x65\x2d\x54\x2d\x45\xaf\x62\x9e\xe5\xb8\x61\xc8\x4c\x01\xe6\x04\xf6\x25\x73\x7f\xd2\x1a\x7c\x3a\x73\x72\x08\x8b\x70\x82\xd1\xe3\xa6\x25\x9e\x62\x84\x58\x7b\x40\xae\xb4\xd1\x8b\xd7\x72\x33\xa5\x31\xc7\xfd\xf2\x2e\x4a\x5c\xdb\x72\x0b\xfc\xc4\x53\x2c\x20\x42\x27\x7c\x5d\x6c\x40\xfe\x15\x3c\x63\x5d\x47\x13\xf8\xf7\xd1\xa5\x98\xaf\xbc\xdb\x09\x9f\x71\x85\xdc\xa1\x3d\xa7\xf1\xff\xe3\x9c\x70\xdb\x4e\xf8\x8f\x5d\x6d\x7d\x88\x84\x64\xdc\x3e\xff\x37\xe7\x40\xe9\xe3\xc1\xde\xdc\x32\xdd\xb9\xe6\xb3\x79\x5f\x35\xb5\xa6\x3f\x05\x09\x25\x18\xf9\x41\xc4\x15\xa5\x0f\x63\x14\x75\x58\xfe\x17\x39\x8e\xfe\x57\xd6\x11\x7f\x16\x4b\x97\x26\xee\x6e\xc6\x7d\x10\x2f\x71\xad\xc1\xdf\x15\xae\xb5\xa6\x81\x3c\x76\xd7\xd9\xd0\xec\x98\xa6\x49\x7d\x6f\x72\x46\xeb\x38\x8d\x7b\xf3\x3c\xab\xf7\x1b\xcb\xf2\x35\x96\xb7\x32\x07\x84\xad\x89\x46\x1b\x45\xaa\x4b\xff\x20\x16\xa2\xb7\x68\xd3\xe2\x08\x98\x0b\xaa\xee\xe0\x22\x5c\xb0\x62\xab\xeb\x54\xbc\xa3\x4c\x63\x2d\x23\x7e\xe2\x05\x8e\xae\xc9\xfa\x3c\x84\xef\x99\xc8\x89\xea\xdb\x5d\xbf\x31\xb7\xb9\xf3\x77\x69\x49\xfe\xfc\x56\x89\x74\x43\x01\xb7\xe1\x0f\xe5\x27\x72\x6e\xcd\xa1\x7c\x3c\xaa\xc9\x42\x89\x75\xc7\xec\x36\x96\x04\x35\x63\x3b\x75\xd6\xeb\xa9\x38\xb1\x2a\xcb\x5a\x47\xa4\x0b\x62\x4e\x1f\xc9\x3a\x3f\x9a\xd6\xe3\x99\xb3\xf6\xc4\xa9\xba\xf8\x5c\xda\xc0\x5f\xfd\xe9\xbc\x7b\x3d\xcb\x24\xd9\x05\xa1\xed\xb3\x29\xbb\x10\x17\x1b\x6f\xe7\x5d\x42\xe5\xd4\x90\x62\x1a\xd1\xdf\x2d\x53\x83\x52\xb0\xa9\xc6\xc9\xeb\x13\x70\x1b\xd4\x1a\xeb\x41\xe2\x7a\xe1\xbc\x53\x23\x59\x96\x8b\xd1\xdd\xfa\xec\x1f\x67\x53\x6b\x8f\xe7\x86\x9c\xf4\xd1\x6f\xcc\x2b\x19\xfc\x2a\xbe\x9d\xff\xb3\x87\x4c\xee\x47\x80\x6d\xd7\xf2\x12\x50\x36\x0d\xdf\x63\x52\xd1\xb2\xaa\x5f\x41\xfe\x98\xb7\xe6\x88\xf5\x59\xd8\x3a\xed\xd2\x19\x73\x09\x06\x61\xde\x95\x38\x5c\x62\x76\xeb\xc8\x5b\xdc\xeb\x5c\x7a\xe7\x3f\x78\x5e\xfe\xf6\xca\x6f\x84\x4d\x05\xef\x55\x0f\x09\x4f\x90\xdd\x9c\xd7\x44\x2d\x5a\x8b\xcd\x02\x53\xb0\xe2\x64\x2b\xd2\x66\x7c\x61\xe8\x66\xc8\x9a\x08\xbb\x7d\x80\xba\x48\x6b\xad\xd7\x90\xf7\x43\xce\x97\x05\xd8\xb4\xfc\xd7\x23\x2b\x71\x93\x10\xfb\x3a\x8e\xe2\xda\x90\x5d\x95\x61\x78\x3c\x7a\xb9\x6a\x07\x21\x18\xc3\xe3\x1c\x25\x5a\xe3\x96\x60\xee\x13\x1f\xe2\x2b\x92\xa8\xe0\x18\xf1\x50\x48\x0f\xa9\x13\x7c\xe8\x26\x84\x30\xd0\x5a\xab\x3f\xe4\x55\xd0\xfd\x4b\x3d\x98\x68\xf4\x81\x13\x87\xb1\xf6\x18\xbf\x76\x25\xf6\x19\x36\xb1\x42\x8c\xeb\xc2\xe5\x29\xc5\x78\x05\x9e\xc1\xee\x22\x20\x08\x9d\x98\xa3\xc4\x44\xe2\xe7\xc4\x5f\x60\x1c\x69\x67\xc8\x0e\x52\x34\x54\xe0\xb6\x03\x5a\x0c\x27\x58\x5d\x85\x9f\xc3\xfd\x17\xce\xa2\xc4\xd0\xa6\x61\x3a\xba\x00\xe2\xb6\xde\xc4\x64\x40\xe3\xe5\xbf\xb0\xe1\xb0\x67\xb1\x2b\x2e\x08\xae\x64\x41\xf8\x40\xb2\x07\x3a\x94\x10\x45\x1e\x4e\x9c\x45\xc4\x52\x0e\xed\x21\x80\x3c\xca\x55\xd7\x13\xa4\x7d\x54\x67\xab\x0e\x78\x3f\xe5\xcc\xf9\x57\xc8\x69\xac\xc3\x83\xd7\x90\xdf\x59\xb3\x5a\xe6\xa0\x7e\x31\x5b\xcd\x47\x31\x53\x98\x59\xf2\x46\xec\x12\xa6\x3b\xd3\x0d\xb7\x81\x69\x8d\xda\x84\x3f\xc2\x78\x9a\xb0\x98\x20\x60\xf4\xec\x7e\x42\xb4\x30\x0a\x5d\x59\x60\x36\x23\xc8\xea\x33\xc4\xa6\x7d\x3a\x7b\xbb\x80\x22\x71\xee\x3f\x81\x50\x8a\x57\x37\x05\x21\x87\x45\xff\x94\xd5\xa1\x1e\x09\x17\x14\xad\xc3\xd8\x0a\x1c\xe9\xb7\xb0\x5b\xf8\xc1\xc8\x05\xb8\x02\x5e\x6a\xfc\x54\x7c\x27\x37\x77\xb7\x17\xe1\x32\x47\xe8\xba\x89\x28\x62\x1b\xac\x5d\x48\xc7\x19\x7f\x46\x17\xe6\x47\xeb\x19\xbd\xde\x05\xe9\x5a\x5a\x7d\x2d\x02\xab\xc6\x1a\xf6\x20\x75\xaa\x54\xe9\x04\xea\x4a\x71\x38\xf5\x01\x66\x96\xdc\xa7\x20\x1e\x1b\x2b\x5b\x14\x7b\x0d\x57\x2d\x79\x19\xec\x81\xbf\x22\x1a\x5b\xdf\x43\x20\x0a\x17\x58\x63\xc1\xb3\xec\x0b\x27\x53\xf2\x92\x1a\x5c\xbb\x48\xf9\x9c\x9a\x47\xb5\x9e\x05\xd5\x95\x63\xba\x6f\x88\x0b\xe5\x3a\xf1\x33\x14\x50\x96\x40\xfe\x1f\x3a\xac\x74\x6a\x5e\x25\xc6\xac\x29\x8e\xa1\x61\x3f\xa9\x96\x07\xad\xc0\x3b\xca\x2f\xad\x5f\x8f\x6f\x97\xa5\x58\x2b\xc0\x75\xbc\xa0\x13\x7b\xf2\x80\x81\x9c\x0e\x56\xfe\xdc\x9e\xcc\xea\x25\x05\x4e\x1d\x7b\x34\xff\x43\xec\x69\xb1\x16\x7e\x43\x12\xeb\x6b\xe1\x35\xa8\xe1\xea\xf5\xb9\xb3\x30\x4b\xcb\xf9\x47\x77\x62\x73\x0c\xb7\x02\xfd\x70\x0a\x2d\x7d\x5d\x2d\x7e\xb9\xf2\x97\x75\x25\xb1\x4d\x10\x7c\x3c\x37\xf7\xe2\x29\xaf\xf6\x96\xbc\x27\xc3\xe7\xaa\x02\xf2\x3f\xf4\x6f\xd1\x38\x20\x66\x77\x31\x84\x9b\x90\x3e\xad\x65\x10\x02\x45\x6e\x30\xe6\x64\xa3\xaf\x55\x63\xa2\x07\xb0\xcb\xcb\xb7\x06\x7c\xc2\xf9\x1a\xf2\xd6\xf1\x70\x43\xea\xe5\xd6\xe7\x89\x71\x82\x9f\xc3\xe7\x72\x4d\x63\xf3\xda\xe7\xe5\x35\x8e\x46\x56\x9a\xf3\xbb\x4f\x24\xab\xd9\x05\x67\x06\xf6\x09\xca\x10\xaf\xba\xa7\x90\xfe\x43\x39\xb7\x4a\xb2\xbf\xa1\x31\xf5\xaf\xa2\x11\x98\xf6\x2a\xe7\x80\xf3\xd8\xf3\x26\xcb\x3a\x39\xce\x5b\xa3\x9e\xe1\x48\x18\x15\x1e\x19\xdb\x4c\x0c\xcc\x8e\x1f\x5a\x46\x54\xe5\xae\x6e\x31\x13\x3f\xe5\xfd\x6b\x7e\x0d\xe6\x17\x34\x2b\xbc\xc0\xf7\x48\x0e\xb3\x94\x54\x80\xce\x42\x31\x49\x3f\xb1\xc9\x09\x22\x88\x8f\xcf\xde\xe3\x0e\x2f\x23\xc6\xb9\xe6\xc0\x0a\xd2\x3c\x2b\x2c\xf9\x2b\x74\xe4\x7c\x22\x21\x32\x1f\x1c\x8c\x26\xf4\x17\xdc\x69\xfe\x8f\xe8\x89\x8c\x30\xfb\x12\xbb\x51\xa7\xe4\x22\x30\x02\xe3\xcb\x9c\x0e\xde\xc7\x5e\x46\x4e\x90\x28\xf8\x82\xf8\x09\x68\x0d\x71\xd9\x6e\x13\x74\x05\x6c\x77\x9d\x02\x1f\x81\x6c\xad\x82\xc9\x57\xa0\x89\x73\x54\x3c\x02\xd5\x37\xc0\xc1\xff\x87\xee\x6c\x5e\x43\x00\x31\x8f\x4d\x4c\x22\x80\xfd\x5b\x74\x9f\x68\xc1\xaf\x64\xe4\x80\x21\x84\x24\x24\x0e\xfc\x45\xac\x8a\x17\x92\x7a\x48\xc0\x6e\x7f\x08\x07\x05\xad\x3f\x0d\x03\xf0\x5e\xab\x0d\x64\x15\xfc\xe4\x4c\x0f\x56\x49\x22\xf5\x5d\xc1\x6d\x21\x8d\x37\x0a\x70\xaf\x21\x3f\xe3\x4f\xbc\x0e\x2a\x95\x51\x08\x09\xf0\x32\xfa\x06\xe2\x4a\xb8\x0d\x91\x4d\xfc\x42\x8e\x8e\x2b\x07\xaf\x52\x80\x60\x98\xd4\x44\xd1\xad\xdf\x0b\x05\x52\xa7\x5a\x4d\x27\xcf\xa6\xdc\x38\xdd\x82\xf1\x61\x66\xf6\xce\xc5\xdc\x67\x7a\xd5\x77\x61\x35\x8c\xff\x0c\x71\xb8\x34\x46\x47\xa1\x2d\xde\x97\x51\x48\x7d\x4d\x58\xc2\x20\x17\x1c\x25\x4e\x61\x14\xc4\xf6\x13\x3f\x31\x92\x83\x3e\x82\x17\x19\x11\xeb\x97\x91\x12\x18\xab\xad\x62\x60\x7f\xda\xb7\x93\x0d\xa8\x21\xd1\xe7\x6e\x1b\xb4\x50\xb4\xac\xf6\x1e\x06\x23\x5c\xa8\x6f\xc6\x1e\x12\x04\x48\x4a\x70\xfe\x7c\x14\xa5\x0c\xbf\x9e\x57\x99\x1f\x40\x58\xcd\xbd\x13\x73\x9a\xe8\xc4\x9d\x1a\x74\x98\x38\xc1\xf1\x5b\x77\x15\xa4\xb1\x29\x56\xc5\x10\xcc\xf8\x79\xfc\x0b\x52\xa8\x73\xe8\x20\xa3\x22\x35\xee\xd5\x11\xe8\x55\x25\x5e\xda\x18\x8c\xb5\xf2\x90\x88\x88\x9d\xa4\x48\x83\xdb\x70\x40\x51\x5e\xae\x12\x6f\x5b\x98\x73\x94\x4f\x58\x2c\x49\x0b\x4c\x20\xfc\x12\xa1\xd6\x65\x13\xb3\x05\xef\xac\x3e\x90\xc8\xec\xee\xa1\x00\x84\xb4\x2e\xbc\xf5\x1c\x12\x5d\xed\x59\xf1\x00\x75\xb8\x22\x48\x3d\x1f\xbd\xd5\x1c\x2c\xc8\xc4\x6c\x30\x7a\x90\x2e\x61\xbd\x75\x7f\xb3\xff\xc3\x1d\x52\xf7\x45\xef\xc0\x27\x2b\xb1\x01\xb1\x84\x50\x79\xf2\xda\x37\x04\xa3\xcc\xde\x7a\x3d\x78\x91\x67\x3f\xb0\x11\xb1\xb5\x2f\xaa\xf9\x22\xe2\x6f\x17\xa5\xfc\x04\xf2\x7c\x1b\x4f\x65\x8b\xaa\x6f\x82\x79\x30\xba\xbc\x6e\x1f\x68\x83\x69\xac\xfc\x99\x75\x14\x7b\xc6\x2c\x8c\xfa\x8e\x1b\x37\xcc\xdd\x85\xc7\x0f\x68\xbe\xaf\xcd\x22\x4c\x57\xd2\xac\xfd\xc1\x83\x02\xdb\xfe\xd0\x82\x3f\x23\x40\xd3\x17\xc4\xd8\xe0\x29\xf3\xbf\x48\x75\x6f\xb2\xd2\x1b\x85\xee\x78\xc0\x6d\x47\x1f\x6b\xd9\x44\x3c\x8c\xc9\xad\x4f\xca\xec\xc0\x52\xab\x72\xa3\x20\x1c\xdf\x9c\xb1\xcb\x05\x9f\x5d\x7a\x6f\x6d\x20\xbe\xaa\x44\x6a\x7d\x8c\xf8\x45\x30\xd8\xa7\x29\x38\x77\xf6\x44\xd3\x5e\x84\xf2\x94\x8f\x39\x10\x99\x34\x0c\x15\x6b\x50\xee\x7d\x6a\xae\x23\x7a\x41\x27\x8b\x70\x01\x33\xb7\x25\x30\x33\x08\xeb\x50\x37\x1e\xe5\x8a\x5b\x59\x79\xd0\x7f\x02\xf7\xb5\xec\xd7\xda\x30\xbc\x83\x7a\xc2\xba\x87\x98\x2a\xb4\x3b\x4e\xa7\x68\xb3\xde\x75\x2c\xa1\x60\x73\x9a\xaa\xd9\x94\x7d\x79\x7c\x6d\x3e\x25\xaa\x60\x97\x28\x93\x92\x87\x5c\x0a\x17\x51\x28\xa8\xaf\xb9\xfe\x14\x0b\xe6\xd3\x51\x7b\x4a\x2b\xee\x6f\x40\x31\xe5\x32\xe1\x83\xcb\x69\x2a\x00\x76\x4e\x3b\x46\xfd\x1f\x84\x1c\x1e\x22\x97\xe4\x5d\x68\xcf\x22\x4b\x0b\x3c\xab\x6e\x91\xf1\x88\x61\xcd\x08\x59\x8b\x5a\x2d\x3c\x4e\x3e\x8f\xae\x80\xbe\x93\x3f\x63\x7d\x72\x06\x28\xee\xb8\x47\xd1\x6a\x4a\x1c\xc1\x10\x60\x43\x51\x80\xbe\x2e\x31\x94\xcb\xa4\x9a\x69\x9e\xd4\xdb\xf0\xe4\xa1\x8f\xb0\x16\x79\xb5\xad\x16\x6e\x42\x3d\xaa\x72\x84\x2d\x18\x47\x8d\x35\xfc\x0c\xeb\x2a\x5c\x40\x5e\x8f\x8b\x87\x12\xc8\xc7\xf0\xe6\x9c\x6d\xe4\x06\xc2\xef\xe8\x75\xe4\x77\x60\xce\xae\x6a\x4a\x00\xa9\xdf\x65\x11\x45\x00\x8d\x4f\x5b\x44\x6d\x84\x2f\x0c\xbc\x82\xa6\x10\x3b\x5b\x46\x21\x77\xf0\x70\x45\x08\x74\x00\x3c\x53\x82\x82\x74\xa4\x18\x7e\x2b\xf4\x99\xf4\x97\xb4\x0a\xde\x07\x35\x67\xbb\xc2\x8d\x30\xe2\xc8\x41\xf2\x5c\x72\x88\xff\x4f\x32\x8f\x32\x7d\x8d\x85\x7c\x9d\x22\x99\x36\x99\xea\x4a\xa9\xe8\x0f\x07\x49\x74\x56\x73\x04\x78\x8e\x4e\x2f\x6f\x22\x2d\xa3\x67\x2b\x7f\x90\xa8\xf4\x48\x5e\x1a\xe9\x1d\xfd\x20\xf1\x2b\x14\x4b\x8f\xcb\x5a\x07\x5d\xa5\x17\x44\xf1\x60\x1f\xba\xd4\x1f\x05\x77\xd0\x2d\x6b\xc8\xf0\x47\x7a\xed\xb4\x48\x4a\x2e\xad\xa1\x37\x9d\x08\x0a\x81\xc6\x23\xc4\x21\x81\x9f\xd9\x16\x5c\xc0\xa7\x17\x43\x20\x8f\x37\xc0\x9d\x41\x9a\xce\xb3\x22\x9c\x20\x31\xb9\x29\x99\xab\xa0\x19\x9c\xfe\xc8\x76\x08\xcb\x59\xe2\xf7\x3f\xe8\x09\x9b\xbc\xe6\x30\x3c\x8f\x3d\x63\x5a\x2d\xd9\xc0\x28\xef\xaa\xc7\x7f\x54\xbb\xd7\x4f\x21\xc4\xa8\xaa\x8d\x95\x84\x01\xe5\x6c\xf9\x0e\xe2\x4e\xc5\x1e\xd6\x1f\xe2\x68\x11\x0b\xf7\x06\x8c\x2a\x3c\x75\x4c\x02\xbe\x91\x02\x87\xb9\xa4\x4c\xf1\x01\xbf\x4d\xa4\x1b\xc2\xea\x35\x1b\x49\x8f\x04\xb4\xe9\xa9\x30\x96\xbd\xbb\x23\x10\xbf\xa6\xea\x55\x4d\x1a\x9e\x51\x61\x5f\x1a\x83\x7f\x68\xa6\xc8\xfe\x21\xa4\x1a\xeb\x18\x7f\x08\xef\xf4\x97\xb0\x4b\x89\x1c\xcd\xdb\xb4\x6f\xe0\x1a\xd5\xc4\xa1\xb5\x60\x47\xf1\x62\xdf\x8d\x24\xe7\x22\xf4\xea\x4a\xd2\xf2\x42\xd4\x74\x01\x34\xc6\xe5\xb6\xfe\xc4\x59\xba\xb6\x57\xa1\x70\x13\x6d\x67\x74\x3b\xf0\x47\x9b\x37\x49\x67\xe0\x6f\xd5\xe7\xd1\xed\x08\xc7\xaa\x45\xe8\x44\xc2\x4f\x8b\x2a\x15\x41\xd4\x94\x49\x22\x7e\x82\xeb\xf5\xfc\x9d\xc1\xa0\x5e\xfd\x69\xf5\x12\x90\x5e\x1c\x37\xbd\x0c\x0a\xe4\xc7\xb7\x2e\xc5\x81\x83\xe6\x4a\x0d\x6e\xac\x77\x4c\x1b\x87\x5f\xd9\x79\x56\xe2\x89\x2f\x6d\xd5\xd1\x22\x08\xce\x8d\xfb\x50\x95\x84\xb6\x9a\xfb\x29\x17\x89\xe1\x15\x31\x11\x38\xe2\x83\xb2\xeb\x3b\xde\x80\x7b\xf5\xc3\xce\xef\xc1\x15\xaa\xe0\xe9\xc3\xa4\xa7\x82\xa9\x2d\x48\x5c\xf8\x29\xb7\x8a\xd7\x38\xed\x71\x1b\x4d\x23\xee\x59\x7f\xab\x58\x8a\x8f\xee\xde\x48\xed\xc2\x5f\x6b\x63\xa3\xec\x09\x71\x8d\x4d\x29\x71\x84\x37\x35\x43\x11\xf3\x88\x04\xcb\xd0\x8e\x3e\xe2\x4d\x63\xb5\xf3\x07\xa2\xbc\xc4\x60\x65\x43\x8a\x12\x24\x75\x4c\xb0\xbd\xb3\x82\x6b\x65\xac\xda\x9c\xa5\x06\x88\xe5\x94\xfb\xbc\xc8\x89\xd9\x97\x5f\xcf\x7c\xc5\x4c\x46\x48\xb0\xcf\x18\x7f\x51\x84\x74\x2a\xa3\x0e\x43\x3c\xf8\x91\x11\x83\x63\xef\x8c\x65\x2c\x24\xa0\x9d\xe2\x18\x76\xe0\xfa\xc9\x2f\x19\x7b\xa0\xd4\x8e\x03\xac\xa4\xdc\x17\x35\xaf\x98\xf7\xf3\x29\xa5\xb7\x99\xc7\x10\xd6\x32\x01\x73\x3e\x92\xcc\x8c\x61\x8c\xa1\x6d\xb1\xa9\x0c\x1a\xa6\x2a\x7d\x26\xc3\x17\x77\xe4\xa0\x8a\x01\x10\xe6\xee\xf8\x4b\x1f\x27\xb6\x3a\xd9\xd1\x5f\x91\xec\x26\x8f\x33\xdc\xa0\xe7\xed\x32\xa6\x04\xd1\x5c\xb3\x85\xb9\x10\x35\xa3\x74\x03\xa3\x0a\x1d\x55\xf8\x88\x81\xc0\xe4\x33\xfa\x19\x3e\xd8\x5a\xcc\x38\xfd\x17\xee\x77\x9a\x9c\x7e\x86\x90\x7e\x70\x3b\xbd\x8c\x78\x65\x47\x2d\x5d\x40\x5a\xb3\xea\x5f\xba\x19\x0a\x9c\x7c\x95\xfe\x1b\x2e\x6f\x7d\xc1\x98\x4b\xa0\x56\x49\xe8\x9d\xc4\x55\xba\x42\x7a\x2e\xb1\x4f\x8a\xa7\xfb\x81\xa9\x74\x0a\xdd\x81\xb4\x0c\xdd\x43\xfb\x4a\xfa\x37\xd5\x40\xbb\x0b\x0d\x46\xe0\x69\x17\xe1\xa2\xed\x9f\x69\x0f\xc9\x71\xab\xc8\xb4\x2f\xe4\x2f\x93\x2f\xd3\x19\x94\xb4\x16\x37\x1a\x93\x7a\xb5\xe2\x06\x6d\x2f\xf5\x85\x76\x36\xcd\x8e\xfa\x55\xb2\x80\x36\x97\x36\x8d\x16\x4c\xfd\x46\x5b\x8a\x32\x51\x3f\xd1\xc2\x53\x1a\xa8\x0f\x68\xb4\xf0\x11\xea\x4f\xda\xe0\x76\x22\x6d\x09\xed\xbf\x55\x89\x34\x7b\xfa\xfc\x29\xcb\x68\x17\x68\xc1\x4d\x5a\x6a\x10\xaf\xd7\x72\x88\x1a\xc4\x0b\x55\xe7\x51\xb7\x71\x87\x44\x72\xaa\x07\xd7\x99\xf2\x92\xea\xc1\x51\x22\x73\xa9\x6e\x1c\xfb\xe4\x72\xea\x66\x76\xcd\x81\x6f\x54\x7f\xf6\xba\xed\xf3\xa8\x81\xac\x9e\x55\xfb\xa8\x5b\x58\xc8\x29\x52\xea\x77\x86\x43\x83\x03\xf9\x97\xb2\xd4\xf4\x9c\xfc\xb7\x78\xab\xca\x8e\xfc\x55\x7e\x56\x90\x4f\xfe\x5e\xb4\x1d\xfe\x4a\x99\x52\xd8\x58\x50\x47\xf9\x47\xea\x9e\xe4\x4c\x71\x12\xd7\xee\xbf\x44\xf1\x11\x39\xfa\x84\x52\xfc\x04\x03\xab\x26\x53\xfe\xe1\xbf\x9b\x3a\x93\xf2\x81\x25\xaf\xcd\x24\x6f\xb7\x08\x8d\x18\xb2\x87\x79\xb9\xe2\x2e\xd9\xc5\x58\xc7\x8b\x24\xbb\x96\xae\x84\x66\x93\xb7\x69\xc5\x79\xef\xc8\xfb\x4b\xbe\x25\x18\xc9\x59\xca\xf8\x7d\x4a\x32\x43\x7e\xc2\x3b\x9d\xcc\x95\x81\x8e\x5a\xf2\x16\x29\x34\x35\x99\xb2\x8e\xd3\x57\x1d\x0f\xbf\x68\x73\x2c\xcd\x87\x4f\x35\x03\x45\x37\xe0\xee\xfa\x01\x4e\x16\xdc\x57\x13\x01\x06\xc1\xa7\x2a\xce\xe7\x86\xc3\xe3\xe6\x2d\xf1\x9b\xe1\x77\x06\xc5\xde\x54\xf2\x34\xed\xf7\x6d\x48\xf2\xa4\x92\xef\x8e\x36\x70\x89\xfc\xcd\x54\x90\x5c\xc2\x23\x56\xa5\xc3\x27\x7b\x57\xea\xf9\xb0\xa5\xb3\x5e\xf6\x03\x2e\x6c\xb3\x65\xab\x61\x71\x93\x3f\x91\x05\x17\xd6\x1d\xc9\x31\xc2\xba\xaa\xf0\x38\x1d\x5c\x5f\xee\x1b\xf6\x14\x1e\x34\x6e\xdb\x36\x0b\x6e\xd3\xd1\x57\xde\x86\x37\x17\xd7\x4d\x55\x92\xbd\xf8\xcb\x2b\x35\xb0\x69\x38\x5c\x77\x05\x26\xf7\x5b\x64\xe1\x70\x72\x77\x3f\xeb\x1b\x7c\xa8\xdd\x4c\xf8\x08\xef\x6f\xce\xc8\x71\x80\xf7\xd7\xfd\x8d\xf3\x80\xa3\xaa\x0a\xc3\xc4\x70\x7c\xb9\xdb\xd6\x9b\x70\x80\xc1\x75\xe5\x0d\xa8\x4c\xf9\xbf\xa9\x57\xe1\x3a\x3e\xbe\xe6\xb2\xc8\x92\x59\x67\xb8\x27\x34\x66\x8b\x15\x2d\x02\x45\x6e\x01\x6f\x25\xbf\x23\x7f\x07\x69\x90\x77\x0f\xb1\x3c\xaf\x9c\xfb\x03\x35\x2f\x61\x33\x77\x05\x66\xf1\xde\x30\x4e\x02\x6e\xf5\x56\x23\x7b\x18\xff\xdb\x21\x85\xdd\x4e\x2c\x06\x12\x59\x32\x28\xbd\x66\x95\xf0\x46\x6e\xa4\x61\xb7\xe0\xdf\xbc\x71\xc5\x4a\xfe\xab\x02\x02\xd7\xc0\xb7\x43\x7c\x25\x85\xf2\x0e\xa2\xd4\x79\x9b\xb9\x0c\xcc\xa6\xf8\x8b\x9c\x3e\xec\xb3\xbd\xb3\x39\xb3\xf0\xa6\xad\x09\x6c\x16\xd1\xc3\x61\x27\x9b\x0d\x52\x80\x6c\x16\x06\xba\x59\xcd\x16\xce\x44\xd8\x95\x96\x0b\x36\x21\xc3\xe4\x2c\x7e\x00\xaa\x8e\x6b\xc3\x63\xa3\x2f\x81\x27\xb8\xe7\xb1\x8b\x72\x7b\xb8\xd6\x38\x74\xfc\x31\x4e\x38\xfe\x51\xd8\x45\x76\x33\x31\x62\xab\x1d\x7b\x3b\xa8\x72\xb0\x63\xfb\x92\xca\x01\x32\x2b\x00\xe6\x55\x4d\xe6\xd7\xe3\x23\xf5\x9b\x79\x4f\x08\xff\x14\xb9\xf0\x96\x13\xc6\xd8\x97\xb9\x08\x22\x93\x58\xc7\x39\x03\x86\xe7\x0c\x71\x16\x93\x36\xc4\x49\xd9\x08\x68\x65\xd8\x56\xd6\x7b\xe8\xa3\x97\x82\xa5\x84\x07\xed\x5f\xb3\x24\xe4\x44\xa0\x83\x39\x40\xf1\xaa\x40\xf0\x92\x28\x81\xda\x87\xdc\x72\x8a\xb0\xb0\x96\xf3\x89\xd2\xcd\xc2\x73\xa2\x29\xf7\x08\x78\xf6\x09\xea\xfc\xec\x5a\xf6\x6a\x6a\x5a\x6c\x19\x4b\x46\xed\x0b\x95\xb1\x1c\x69\x53\xbd\x3c\x99\xa7\x68\x7b\xec\xff\x63\x5a\x68\x94\x49\xce\x8c\x3f\xd4\x6f\xe5\xfd\xdc\x6d\x9c\x6b\x9a\x79\x1c\x25\x07\x2b\x5d\xc5\x7e\xcb\x99\xc5\x9c\xcd\x4e\x64\xab\xf0\x5b\x58\xd7\xd9\x1b\xb3\x84\xac\x50\xd6\xd3\x98\x6a\xe6\x30\xcb\x10\xf2\x94\x19\xc9\x3a\xb0\xe5\x2e\xe3\x13\xcb\xda\xfe\x13\xa3\x86\xf9\x68\x52\x19\xc3\x89\x5e\x5d\xf6\x83\x33\x55\x2e\x57\x5d\x65\x27\x14\xe9\x44\x1f\x59\xc3\x32\x01\x7d\x06\xcb\xa7\x70\x23\x36\x83\xd9\x25\xb9\x9f\xf1\x86\xe9\x2d\xd6\x1e\xdd\xcd\x18\x10\x1d\xdd\x33\xca\x38\x2a\x9c\xb9\x65\x1e\xfd\x13\xff\x8d\x7d\x19\x9d\xcd\x0f\x9f\xf4\x83\xee\xce\xfc\x6a\x9c\xce\x5e\x66\x72\x29\xe6\xb0\x38\x86\x71\xc1\x45\xe6\x84\xfe\x1a\x75\x16\x93\xa8\x95\xa2\xd5\x8c\x6f\xea\xdd\xc7\xc2\x18\x14\xe5\xdf\x23\xb7\x18\x56\x8a\xbe\xdd\x5a\xba\xa5\x08\xed\xb9\x89\xbe\xb3\x50\x68\xbf\x9a\xd6\x22\xf1\x9d\xec\x4a\xc3\xb1\x3f\xe9\x6f\xb3\xa4\x8d\xe7\xe4\x1d\xac\xe5\xf5\xf3\x79\xcf\x99\x96\x1a\x1f\x72\x00\xd3\xbe\xd2\x09\xf9\x89\xa1\x36\xff\x4d\x1b\x63\x2c\x35\x9e\x8f\x92\xd0\x8d\x7a\x4d\x30\x9e\xee\xa9\xc1\x6d\xf6\xa1\xf5\xaa\x9e\x2c\x17\xd3\xe6\x14\x6d\x9d\x1c\x46\xbd\xc5\xd5\xe8\x27\xb1\xf8\x1d\xaa\xa2\x97\xac\xe9\xad\x34\xde\x02\x26\xb7\x69\x27\x4c\x63\x7c\xaf\xbb\x82\x0c\x64\x20\xaa\x0f\xa5\xb9\xd1\x5f\x59\xba\xa2\xa6\xd0\xb3\x4c\x2b\x82\x7e\xd3\x3e\x94\xd6\x6c\xba\x4e\x2b\xd0\xda\x2c\x8f\xa4\xd6\xca\x47\x27\x1f\xa3\xe2\x79\xde\xba\x23\x2c\x66\x9f\xa9\xc8\x97\xf9\xa1\xdb\x8f\x8b\x60\xa6\xb4\xd7\x40\xff\x32\x46\x9b\x7f\x23\xfa\x18\x9e\x0d\x5b\x52\x3b\xe8\xe5\x35\xbb\x23\x4d\xf4\xc5\x15\x89\x41\x35\xb4\x62\x53\xf1\xa6\x62\xea\x84\x1e\xbb\x3c\x94\x3a\x5f\xf1\x75\xb2\x8e\xf2\x9a\xa7\x54\x05\x97\xdc\xcd\x3c\x2e\x6e\x52\xcd\xcc\xe6\x31\x53\x8b\x0f\xe4\xfa\x12\xad\xe4\x55\x79\x7f\x73\x3f\x17\x4d\x2a\x78\x98\xb4\xad\x30\x02\x79\xf1\x60\xa0\xa4\x0a\x7d\x63\xd7\x1c\xb1\x3d\xf6\xba\x7b\x99\xf0\x05\xde\xbc\x48\x29\x7c\x47\xf8\x06\x00\xdc\x12\x68\x5c\x59\x53\xb2\x22\xe7\xbd\x78\x9d\x32\x21\x8f\xcc\x78\xa7\xa8\xc9\xff\x46\x28\x93\x2f\x44\x60\x73\x8b\x65\x4c\xd4\xbc\xc4\x87\xd2\x87\xe8\xde\x88\x2f\x92\x60\x2c\xe4\x7f\x57\x74\x16\xbf\xd9\x1d\x2f\xac\x21\x74\x2e\x2a\x14\xb6\x11\xcf\x00\x00\x17\x0b\xbb\x28\x27\xab\x72\x0a\x42\x44\x9a\xe2\x66\x84\x8e\x81\x54\x58\x21\x1f\x10\x5c\x8a\x78\xe8\x39\xb9\xeb\x64\x00\x26\x2b\x91\x26\xcd\xc6\x5e\x8f\x30\x8b\x6f\xe2\x8f\xf8\x97\x89\x50\x84\x93\xee\xfb\x85\xf1\xa0\xf5\x22\x9e\x30\x1d\x7c\x02\x00\x5c\x7f\xb8\x4b\x71\x4b\x69\x8d\xfd\x23\xc4\x2a\x20\xdc\x1d\x7a\x44\xd1\x4f\x7c\x19\x7e\xb5\x8c\x4c\xc8\xcf\x09\x2e\x9c\x4c\x3c\x98\xd0\x26\x21\x81\x7b\xc3\xbf\x88\xbe\x91\x8e\xfa\xbb\x0a\xcb\xa1\x9d\xee\x33\x05\x7a\x78\xee\x22\xad\x80\x09\xab\x01\x80\xa3\xa1\xb8\xc8\x73\x14\x13\xd0\x4f\xc1\x2a\x79\x3a\xcc\xa1\xcd\x90\x3d\x84\xff\xc5\x4e\x14\xa2\xc9\x5b\xb2\x7d\xa5\x53\xc9\xaa\xf8\x33\x62\x21\x65\x4e\xb8\x9b\x68\x11\x45\xe3\xa7\x13\xdc\xa6\xce\x76\x6b\xe3\xdf\xa2\x82\x8b\xf4\x7c\x23\xf5\x24\x00\xb0\xdf\x51\x4f\x14\xad\x96\x9f\x63\xde\xe5\x9d\x2b\x3a\xcc\x1c\xa4\x74\x17\x3e\x61\x0a\x30\x67\xa4\x14\xe6\xa1\x2c\x57\x89\x1d\x73\x7d\xdc\x55\x51\x3d\xd3\xfe\x40\xac\x30\x90\xb9\xcc\xcf\x5a\x30\x93\x39\xdf\x2d\x8f\x6f\xc5\x5c\xb6\xa8\x9e\x57\xca\xdc\x0e\x00\xec\x15\xf4\xe8\x42\xa0\xa8\x41\x6a\xe6\x5c\x97\xb9\x4b\xbe\xc0\x4f\xa4\x83\x12\x7b\xb4\x9d\x24\x55\xbc\x2c\xa3\x46\x3c\x45\xb4\x2a\x16\x12\x96\x09\xb7\xef\xf7\x12\x04\x08\x12\x7c\x9d\xf9\xb3\xf9\x34\xd7\x71\xee\x04\xef\xe1\x22\x2e\x37\x99\x37\x13\x00\x58\x4e\x4c\xbc\x64\x95\xac\x5f\x37\xcc\xfa\x58\x18\xab\x75\x84\xe6\x4a\x7e\xab\xf3\x91\xb9\x62\x83\x4a\x75\x6c\x95\x68\x57\xf1\xc9\x98\x25\x82\x67\xf2\x5f\xfb\x26\xf3\x05\x45\x7e\x3b\x5d\x79\x47\x0a\x65\xae\xab\xb8\x3b\xa5\x79\x8b\x5c\x39\x24\xd1\x72\x00\x60\xc6\xb0\x77\x88\x36\xca\x68\xd5\xb7\x99\xcb\x0b\x27\x55\xa6\x82\x11\x12\x59\xf9\xbd\x82\xd3\xe2\x4d\xa6\x88\xb4\x0a\xe1\x55\xc3\x60\xf4\x90\x80\xa8\x5f\x1f\x76\x83\x6f\xaf\xa9\xdb\xb1\x82\x7b\xaf\xe4\xe8\x7a\x5f\x4e\x73\xf1\xb3\x85\x25\xec\x31\x69\x0c\x00\x30\x5a\x39\xe5\xc2\x24\xd9\x96\xc6\xef\x8c\x70\xe9\xf9\xfa\xdd\x44\xa1\x24\xb3\x06\x53\x30\x57\x3c\xa5\x52\x97\x06\x08\x8d\xe5\x03\xd1\xae\x02\xff\xb2\x5b\x61\x47\x78\x4f\x0d\xb6\xdb\x9b\xb8\x25\x3a\xca\xba\xbb\x9c\xc4\x12\xea\xc2\x14\x76\x62\x61\x0d\x00\x30\x0e\x70\x37\x0a\x1a\x0b\x5f\xb5\x67\xd0\x2b\xa4\x45\x2d\x7c\xc2\x2b\xc9\x96\x46\x66\x3e\x55\x74\xb6\x8e\x90\x4a\x17\xc6\x57\xa7\x1e\xe9\xe3\x7f\xad\xf0\x0b\xfd\xc1\x2b\x32\x07\x6c\x4f\xe1\x7a\x19\x6e\xaf\x2b\x65\xbf\xd0\x30\x16\x1e\x61\xf5\xca\x3a\x80\x69\xf4\x93\x5c\x29\x73\x51\x85\x4f\xd6\x4a\x52\x86\xb9\x24\xfb\x12\x2a\xa8\xcc\x3a\x57\x9c\xb9\xa6\x54\x92\xbf\x23\x3e\x53\x37\x0f\x61\x7b\x70\x81\x9a\x8d\xfc\x12\x54\xa5\x9a\x82\xfe\xea\x35\x47\xd1\x89\x7d\xee\xf4\x4a\x3e\x13\x5f\x62\x9b\x5e\xa4\x27\xbc\x07\x00\xc1\x6e\xb8\x9d\x31\x62\xa1\xe5\x02\xa4\x05\xa6\xb7\x79\x38\xe4\x17\x63\x66\xfe\xd7\x8c\x07\xfa\x3f\x88\xfc\x78\x27\xad\x12\x35\x39\xe2\xae\x7a\x1e\xba\x25\x88\xa0\xd4\x61\xf1\x5b\x3e\x28\x52\xf0\x0e\x4e\x0f\x8a\x8e\x13\x24\xb6\xb4\xa2\x70\xa2\x19\x00\x04\x76\xf0\x5d\x46\x5a\xf9\xd9\x02\x6b\xb0\xcb\x14\x8c\x08\x46\xea\x0c\x27\x91\xd2\x0c\x91\x1e\x8d\x1a\x8b\xbb\xad\x9d\x8f\x59\x1f\xa1\x2e\xd1\x60\x4d\x41\xbb\x94\xeb\xf1\x6e\x5b\xc6\xe4\x13\x84\x62\xa7\x2b\x45\xd9\xc4\xd3\xb6\x2a\xd9\x6b\xb0\x11\x00\xf8\xb7\xc9\x7b\xe8\x78\x73\x33\x76\x2f\xf1\x66\xd9\x6a\x9c\x23\xe2\x4c\xe9\x29\xdc\xfb\x63\x17\x74\xf9\xf8\x33\x71\x9e\x9a\x39\x84\x81\x08\x2b\x55\x39\xf1\x42\xe0\xe9\x62\x5f\xf0\x7f\x5b\x28\x72\x17\xd2\x63\xa7\x1e\x99\x16\x6a\xb0\x1d\x2a\xfc\x0d\x17\x00\x00\x7f\x33\x45\x4c\x4b\x33\x61\x48\x0a\xc2\x53\xe3\x6c\x68\x45\xc1\xa8\xbe\x05\x92\xa4\xbf\xd0\xa6\x42\xbf\x63\x73\xd5\x73\x60\x66\x78\x94\xb2\x81\xec\x1c\xe8\xae\x38\x44\x1e\xdf\xb2\xbc\x28\x84\x82\x74\xd2\x16\xf6\x50\xfe\xda\xbe\x93\xbe\xa6\x96\x00\x00\x2f\x8f\x36\x89\xea\x5e\x46\xa3\x93\xf0\x2d\x86\xe9\x74\x49\x7e\xaf\xae\x8d\x0e\xa7\x7d\xd4\xe4\xd1\xa1\x98\xe2\x92\x15\x74\xf1\x01\x79\xf1\x29\x7a\x6f\x80\x40\x8e\xa0\x7f\xf3\x6c\x92\x15\x30\xbc\x9d\x70\xd2\xdb\x0c\xd9\x3f\x6b\x25\x37\x19\xc5\x00\xc0\x35\xd2\x73\xc9\x97\x8d\x0b\x44\x68\x5c\x9a\x7e\x4c\x78\x31\x2f\x56\x2b\x16\xae\x4a\x6d\x52\x87\x09\x90\x47\x09\xaa\x49\xfc\xb1\xfd\x25\x8a\x16\xbe\xff\xae\xde\xa2\x34\xde\x49\xcf\xa5\x85\x89\xbc\x58\xa7\xf5\x92\x56\xde\xde\x7f\x02\xc5\xc7\x38\x1c\x00\xe0\x14\x31\x77\xc2\x8b\x0c\x19\x25\xbe\x98\x21\xdd\x27\x65\x67\xce\x57\x4d\x5f\x31\x32\x25\xab\x84\xa8\x98\x16\x1d\xae\xf4\x28\xaa\xda\x27\x95\x3f\x97\xc5\xf9\x8f\xcb\xf4\x85\x2e\x9b\x73\xa5\x0a\xe9\x8a\x55\xdd\xe2\x5b\x12\xd4\x3f\x1e\xa2\x10\xfe\x15\x00\x60\xb7\xb0\xfa\x48\xb8\xd2\x06\x73\x3d\x3a\x48\x97\x5f\x76\x25\x1b\xaf\x71\x37\x3c\x49\x9e\xaa\x7a\xa3\xbf\x73\xe4\x9f\xe2\x0a\xed\xfd\xbd\x08\x79\xba\xfa\x9d\xdf\x7d\x99\x53\x89\xeb\x26\x89\x74\xa6\xb2\xd2\xf1\xb3\xd8\x57\x8e\xb5\x1d\x17\x26\x88\xd0\x00\xc0\x9e\xc4\xfe\x00\xb6\x95\xe2\xaa\x73\x50\x32\x9d\x67\x65\x50\xd6\xa8\xfa\x83\x65\x7a\x52\x96\xaa\xc1\x34\x12\xc5\x2e\x4e\x37\x0a\xc3\x3e\xc8\x57\x96\xa6\xf8\x61\x0b\x1f\xe9\xb0\x9b\x3c\x24\x03\x1a\x5b\x47\xb3\xe8\x71\x31\xc5\xb6\x46\x70\x51\xcc\x05\x00\x56\x29\x27\x1e\xb4\x29\xdd\xd1\x20\x40\x7e\xd6\x7e\xa9\x73\xcd\xda\xa6\xae\xaf\x6e\x4b\x7c\xa1\x4a\xad\xdc\x1b\xb5\xa8\x78\x6e\xf9\xeb\x30\x65\xd1\x98\xa9\xcc\x6f\x6d\x21\xdf\x18\xbf\xf1\xbd\x24\x4a\x37\xe0\x88\x14\xa5\xa8\x96\xda\xf6\x08\x96\x48\x08\x00\xc0\x9a\xcf\xe9\x43\x2e\x6f\x85\xb3\x97\x67\x2d\x6b\x5a\x99\x53\x99\x64\xac\xbb\x96\xe7\x76\xa4\xb8\xda\x9c\x3f\xb4\x7f\x4a\x45\x1e\x82\x14\xf0\xc5\xec\x88\x3a\xbc\xf5\x89\xe1\x35\x26\x68\xdd\x15\xfd\x42\x9c\xfb\xd2\xc9\xda\xc3\xf8\x31\xab\x46\x55\x22\x48\x05\x00\x51\x25\xb9\x19\xd1\xdb\x72\x33\xb7\x39\xf3\x66\xa3\x30\xdf\x3a\x09\x5d\x17\x56\x90\x70\xa4\xa0\xda\x11\xd1\xbb\xef\xa9\xe5\x33\x6a\x67\xc0\x1d\x53\x0b\xfa\xd1\xd6\x4b\x06\x16\x56\xb3\x6e\x4c\xd7\x81\xdf\xbd\x74\xbe\xe6\x2b\xa1\xda\xea\x8e\xca\x86\x64\x0d\x00\x22\x34\xb9\x13\xb1\xbf\x65\x6b\x01\x22\x53\xd0\xf0\x05\xa1\x4a\xf2\xae\x1d\x44\xf6\x1e\xf1\xad\x32\xa2\x1e\xef\xeb\xb1\x80\x98\xcd\x01\x5d\xa6\x9d\xd8\x8a\xad\x1d\x86\xb9\x78\xb7\x75\x27\x75\xfb\x08\x86\xa5\x2b\x35\x02\xe2\x25\xab\x3f\x4a\x1d\xe9\x13\x00\x88\x5c\x28\xd3\x11\xd6\x4d\x9f\xb1\xab\x32\x9d\xeb\x2f\x62\xef\x26\x0e\xd5\xb4\xe0\xe4\x51\xe7\x2a\x75\x78\xc4\xbe\x23\xe5\x14\x42\x7e\xc0\xb1\xb2\x50\x22\x67\x2b\xa1\xd4\x11\x6c\x59\x67\xd1\xa6\x92\x86\x96\x6e\x53\x2b\xa0\x3a\xeb\x90\x62\x25\x39\x0a\x00\x84\x08\xea\xb2\x02\xd7\xc6\x6b\xe0\xf5\x8c\x8c\xba\x1e\x52\x4a\xa2\x5d\xb5\x81\x74\x33\xca\xab\xa2\x08\x3a\xba\xf7\x86\x19\x86\xbe\xed\xfa\x62\xdc\x07\xd7\x6e\x75\xd0\xaf\x25\x63\xd7\x51\x35\xf9\x94\x9d\x4b\xc3\x4a\x44\x54\xc0\xba\x58\x91\x4f\x7d\x03\x00\x02\x15\x2d\x2f\x3f\xb8\xe1\x5f\x5a\xdc\x31\x7d\xed\x00\x2d\x2d\x21\xab\xaa\x94\x96\x16\xa9\xb4\xa8\x68\xac\xbd\x61\x26\x2e\x6d\x70\x17\x6c\x88\xa1\xcf\xf4\xea\xd7\x79\xd1\x0b\xd6\x85\xa9\x21\xfa\xfb\xa5\x87\x54\x1c\x86\xc1\xfa\xa9\x3c\x88\x91\x02\x00\xfc\x6e\x7a\x43\x1e\xbe\x5e\x24\x58\x97\xde\x55\x83\xe6\x6b\xe3\xa1\xca\x64\xfe\x9c\xc3\x03\xe5\x09\x3c\x6d\x98\xb8\xec\x20\xcf\xdf\xff\x6e\xe9\x7a\xee\x67\xaf\x5d\xda\x59\xdc\xd1\x75\x56\x25\x01\xdc\x6b\x4b\xe3\x94\x2b\x79\xf6\x33\x7c\x65\x4d\x6c\x21\x00\xf0\xa4\xcc\xdd\x39\xef\xeb\x04\x8a\x94\x34\x56\x35\x28\x8f\x8b\xe3\x56\xe4\x17\x45\x1c\xba\x6b\xce\x95\xf9\x85\x1e\x37\x26\x17\x86\xfa\xaf\xd3\x07\x4a\x33\xb6\x34\x6b\xd6\x4b\x9a\xd6\xd6\xa8\x0e\x49\x12\x97\xfa\x16\xcf\x15\xdd\x9a\x81\x28\xc4\xf0\x56\x01\x00\xd7\xc2\xa2\xe4\xac\xab\x6d\x2c\x7d\x9c\x2a\xab\x6a\xd5\x47\xc6\x92\x2c\xcd\xda\x13\x07\x9f\x98\x5a\x34\x1e\x21\x8f\x0d\x35\x25\x3d\x7e\xc9\x3a\xad\x2a\x6b\xcb\x14\x75\x91\x32\x7d\xed\x0a\x65\x95\xa2\xc5\xee\xa6\xe2\x60\x61\xe5\x8c\x1c\x69\xbe\x60\x37\x00\x70\xde\xb0\xd1\xd9\xac\xda\x23\xe6\x89\x54\xab\xaa\x58\xd3\xf6\x58\xc0\x12\x6f\x44\x1c\xc4\x99\x62\x4a\xeb\x43\x68\x86\x70\xfd\x6c\x3f\x1b\x5d\xb0\xd6\xe4\xd9\xa7\xf6\xd3\xb8\xb8\xbc\x54\x86\xa9\xf6\xda\xb5\xc8\x1f\x17\xf9\xce\x40\x48\xee\x0a\x37\x01\x00\x87\xcd\xbe\x91\xf5\xb6\xe6\x67\x15\x37\x45\x5a\xf9\xa7\xa2\x34\xa6\xb4\x7c\xa2\xbc\xfe\xa0\x43\xd9\x17\xd3\xb5\x10\xef\xd2\x67\x65\x4e\xbe\x97\xb4\xb7\x0d\x1c\x4f\x69\xc9\x75\xbd\xa3\xcb\x85\xe2\x8b\xea\x24\xbb\x3a\x79\xa8\x5c\x30\xa3\x50\xe2\x22\xfc\x0a\x00\xec\x9f\x9c\xe5\x99\x70\x77\x4e\xf6\xed\xa4\xc1\xf6\xe7\xb9\xdb\xa3\x49\x2d\xf9\x79\xaa\x03\x37\x1a\x7e\x15\xcc\x0d\xee\xaf\x65\x21\xda\x77\x78\x54\x7e\x47\x91\x37\x56\x97\xf3\x30\x09\xce\xde\x65\x0a\x9c\xcf\x82\x47\xc6\x59\xf8\xfe\xa9\xb7\xd4\x2e\xa4\x48\x00\x10\x1f\xa7\xcc\xcc\x0c\xe8\xba\x9e\x17\x9e\xa4\x68\x8f\xcb\x67\x46\x27\x34\xbf\x2e\x68\x3a\x30\xd0\x40\x43\x7c\x0d\x6e\xa8\x9d\x81\x4a\xdf\xe1\x54\xc9\x43\xff\xd8\x68\x29\xb7\xc3\x56\x38\xfb\x95\xb9\xe3\x83\x17\x02\x86\x52\x82\x6c\x9a\x6d\xc9\x45\xd2\x71\x00\x10\xb3\x28\xd3\x32\x7e\x76\x05\x14\xfc\x2f\x29\xbe\xed\x0a\xe2\x4b\xb4\x67\x73\x36\xf2\xfb\x81\xd2\x06\x00\x6d\x1d\x2c\xaf\x29\xc4\x84\xee\x98\x53\x69\x8b\x6d\xda\x58\x62\xae\xc4\xaf\x73\xf6\x37\xf6\x11\x14\x0b\x97\x19\x56\x11\xdb\xa7\x79\x94\x24\x40\x22\x00\x10\x7b\x52\x42\x33\x4e\x74\x4e\xc1\xee\x4b\xb2\x6b\xad\xc0\x7e\x3e\xf2\xa2\x29\x02\xa7\x3a\x70\xb8\xee\x0b\x3e\x37\xf8\x40\xb5\x82\x90\xb2\xfd\x76\xc5\x62\x22\x6e\x23\xde\xd4\x08\xea\x9d\xb7\x1a\x4e\x92\x1a\x16\x86\x94\xce\x81\x94\xd3\xe8\xaa\x70\x72\x13\x00\x88\x0a\xa8\xe1\x19\xf6\xed\x97\xc0\x87\x89\xe2\x16\x36\x29\xee\x08\xaa\x71\x2b\x69\x60\xff\xcb\xda\x7f\xa1\x1d\x41\x9f\xaa\xc4\xd0\xdd\xed\x52\xcb\x1c\xb8\x70\xa3\x5f\x59\x25\x39\xce\x79\x43\x69\x0f\x65\xe3\xc2\x7c\xdd\x1b\xca\x9f\x69\xd7\x95\xab\x68\x73\x00\x40\x28\xa2\x15\x1f\x83\xdb\xee\xd1\x9c\x12\xbe\x37\xb3\x68\xce\x51\x6f\x1b\x36\xfc\x1f\x85\x75\xa1\x16\x05\xda\x28\x00\xf8\x03\x01\x15\x0b\x0c\x4c\x42\x29\x03\x01\x05\x24\x14\x90\x92\x12\xa4\x1b\x86\x98\xee\xee\xee\x62\x9a\x18\x86\xee\x06\xb1\xbb\xbb\x75\xad\x35\x7e\x5d\x63\xcd\xb5\xbb\xce\x73\xee\xe2\x15\x78\x6f\xa6\x0c\x3c\x12\xa4\x24\xe8\x7a\x75\x02\x5d\x54\x44\xd7\x1c\xc1\xc3\xa0\xdf\x6d\x3d\xc2\x4c\x9f\x25\xcd\x5b\x85\xff\xcd\x33\x34\x9d\x11\xed\x74\x5a\x65\xfe\x22\xca\x00\x40\xd5\x2d\x3c\x55\x73\x78\x42\xa1\xac\x2a\x8b\x1b\x0b\x52\x3c\xce\x8b\x1e\xba\xa7\x80\xa7\x5f\xeb\xaf\x57\xd8\x27\x4c\xea\x49\x90\x1f\x8e\x3c\xdd\x71\x59\x5e\x1b\x34\xd6\x8a\x90\x8b\x7d\x26\xdb\x8a\xe4\xe7\xe6\x9d\xb7\x86\xca\xfb\x9d\x5a\x4c\x10\xa9\x2f\x00\x4a\x9c\x78\x53\xf5\xa1\xad\x65\xa6\xe4\x52\xf8\xe8\x7c\x63\x54\xae\x74\xf0\xb2\x61\x75\xba\x7f\x9f\x56\xbf\x21\x1e\xdd\x1d\xad\x23\x45\x26\xb5\x5f\xa9\xdd\x17\x94\xd6\x82\xaf\x8d\xf7\xbe\xd1\x94\x51\xeb\x35\xef\x6e\xc3\x4f\xf5\x31\xa7\x7f\x8d\x8b\xe4\x24\x00\x14\x7c\x49\x7e\xb5\xf3\x38\xa2\x39\xa9\xa4\x73\x64\x6d\xd3\x9e\x9c\xdd\x03\xdf\xac\x2b\xd3\x50\xbd\x3b\x1b\x4e\xc4\x1d\xe8\x42\xd5\x6b\x23\x06\xdb\x67\xd5\x49\x03\x4f\x35\x1f\xb4\x0c\x79\xb3\xac\x6a\x93\x69\xde\x58\xc3\x02\xdd\xbc\xc9\x93\x0d\xae\xca\x2a\x00\xe4\x47\xa5\x1b\xaa\x4c\xe3\x76\x1d\x0b\x4a\xd6\x0f\x9f\x6b\x2b\xca\x81\x0c\x18\x5b\x1a\xd2\xe6\xf6\x66\x34\xcf\x8a\xa3\x76\xfe\x6c\xda\x16\x81\x6e\x1b\xb2\xb6\x04\x9a\x9a\xab\x1a\x9e\x78\x97\x58\x3d\x2d\x97\xe7\x8d\xd4\x37\xe8\x45\x93\x3d\xf4\x12\x55\x38\x00\xf2\x22\x69\x43\x95\xef\x98\xb5\xa7\xb8\xf8\xc1\x70\x55\x17\x3b\xc7\x65\xc0\xbb\xa3\x33\xf5\x7a\xcf\xed\x76\xe7\xb8\x8d\x9d\xd2\xd6\xc1\x88\xf8\xb6\x90\xe6\x3f\x81\x2c\xdb\x8b\x26\x96\x77\x4e\x63\x63\x7d\xdb\xbc\xbd\x75\x6f\x0d\xc3\x93\xd3\x75\x57\x54\xcf\x00\x90\x5d\x91\xde\x86\x24\x1c\x80\xa1\x46\x0b\x8d\x7b\x6e\xa1\x6f\x6f\x41\xed\xcc\xc2\x3a\x24\x3b\x4c\x1c\xc2\x95\xc7\x44\x8f\xf9\xe1\xff\x09\x73\x1e\x62\x11\x8d\x2b\x5f\xf5\xfd\x47\xce\xf7\xf8\xdc\x03\xa8\x8b\x5c\xd6\x75\xc1\x68\x2d\xf6\xf5\xd6\x1e\xd6\x45\x00\x6a\xf7\xf0\x56\x41\x56\xef\xbf\x8f\x9d\x59\xc8\xdf\x53\x88\x9b\xb9\xa5\x78\xc7\x4d\xfc\xcc\x4d\x3f\x26\x36\x11\x42\x63\xd6\x8f\x0e\x13\xa5\x61\xd3\x87\x26\x91\xed\x56\xbe\xef\xe3\x52\x4c\x9e\xd3\xba\xf5\x34\x4f\x97\xe2\xce\x37\x74\x98\xfd\x21\x6b\x02\x7b\x25\x00\xb5\x54\x9e\x27\x64\xda\xfe\x42\x7c\x63\x61\xd5\xee\xeb\x04\xd2\x96\x98\x1d\xa5\xc4\x94\x4d\x2f\xb6\x9e\x20\x45\xc5\x04\x8d\xae\x26\x57\x84\x4d\x1e\x54\x50\xc6\x56\x7e\xea\x03\xb4\xd9\x9e\x0b\xbb\x67\xd3\x89\x2e\x8c\x4e\x14\x43\x6d\x7f\xb3\xf1\x34\xfb\x1f\x00\x6a\x17\xf3\x2a\x2a\xee\xee\x5b\x48\x19\x2b\x8c\xda\xd5\x49\x5d\xb7\xc5\x63\x7b\x30\xf5\xc0\xa6\xa3\xe3\x13\x34\x6e\xcc\x94\x91\x55\xf4\xaa\xd0\x97\x03\x0a\x06\x6c\xe5\x8b\x9e\xdf\x4c\xbe\xe7\xaa\x2e\x47\x96\xc9\x65\xbc\x23\x91\xcd\x9b\xe4\xdd\x30\xc1\xbd\x0f\x80\x36\x8d\x5f\x52\x81\xdf\x73\x91\x15\x5a\x70\x7f\x27\x91\x25\xcf\xbc\xb2\xcd\x85\x75\x75\x93\x60\xac\x89\x9d\x10\x7d\x65\x78\x21\xfb\xef\xd0\x43\xfd\x64\x8e\x78\xe5\x95\xee\x47\xdc\x24\xcf\x75\x1d\x8f\x78\xde\x2e\x4f\xda\xa7\xf0\xa7\x4d\x62\xd5\x0b\x05\xf3\x00\xd0\x94\x09\x1a\x2b\x66\xed\xbe\x22\x48\x2c\x10\xef\x80\x09\xd6\x64\x72\xb7\xfe\x14\x2c\xdd\xb4\x76\x54\x23\x88\x8d\x36\x0c\xcd\x12\xc8\x43\x6b\xfb\xe0\x82\x6b\x2b\xc7\xbb\x2e\x0b\xe3\x3c\x23\xdb\x4f\x08\x3f\xbb\xba\xb5\x5e\x12\xe9\x27\x5d\xae\xcb\x14\xad\x06\x40\x8d\x16\x9e\x29\x87\xee\xe2\x2a\x1d\xf3\x3f\x6c\x77\x52\xa8\x32\xa7\x8c\x9b\x14\xd3\x92\xce\x8c\xf8\xca\xc7\xa2\xc3\x06\x86\xe5\x9c\xd0\xe4\x5e\x67\x79\xc1\x4a\x4d\x27\x4d\x0e\xf5\xcc\x6c\xdb\x24\xff\xd7\x95\xde\xe2\x2a\xfb\xea\x90\x69\x1e\x93\x9c\x01\x40\xb5\x5c\xbc\xa1\xec\xe9\xce\x65\xc6\xc1\x7c\xda\xc4\x49\x83\x34\x43\x3d\x86\xd4\xa3\x92\x72\x86\xfe\xe8\x74\x1b\xce\xf7\xab\x6b\x1f\x87\x7c\xe8\x7e\x53\x9b\xb3\x32\xbb\xa3\xb2\xd6\xc5\x33\xb9\x75\x81\xb6\xdf\x75\x9b\x6d\x4c\x65\x71\x18\x32\xc1\x64\xff\xfc\xbf\xc4\x24\xf1\x65\x09\x3b\x66\xda\xc2\xf2\xee\x6e\x3d\x6c\xd5\x6f\xfe\x3e\x8a\x6d\xf8\x99\x78\x71\xc8\xb1\x7e\xdf\x86\xec\x3e\x53\xdd\xf6\x10\x45\xf7\x4c\xcb\x87\x15\x9f\xdb\x2d\xe6\x7b\x9e\xf3\x5b\x22\x8c\xe5\xae\x07\x9b\x3a\xb5\x4a\x87\x47\xc6\x52\x45\x2b\x00\x0a\xb2\x74\x72\xe9\xb7\xed\xd6\xb6\x23\x79\x0d\x5b\x53\x5b\xde\x6f\xde\x37\xf2\xb1\x39\x3c\xd1\x32\xa8\x6e\xba\xbd\xc1\xb3\x6f\x9e\xf5\x70\x48\x59\x57\x53\x63\xf7\x8a\x1b\xed\x2b\xea\xfb\x3d\x67\x34\x1f\x32\x67\xbb\x5e\x69\x9a\x55\x7b\xd9\xd1\xc9\x70\x5e\x59\x0e\x80\x62\x9a\xb4\xa4\x74\xc7\xf6\x65\x5d\xfb\xf3\xca\xc7\xcf\x77\xdc\xd8\xac\x1c\x21\xb5\x4f\x4d\x44\x0f\x3a\xb4\x76\xad\xff\xd3\xab\x6e\x81\x84\xa4\x74\xcd\xb6\x69\x56\x9c\x6b\xeb\x69\x7c\xe8\xb9\xb8\x79\xb9\xe5\xa9\xeb\x6f\x6b\xbe\xee\x91\x63\xb4\xc1\x4b\x05\x00\x90\xcb\xa4\xb6\x13\xab\xd1\xaf\x2a\xb9\xbb\x83\xb0\x6b\xaa\x4f\x0c\x1a\x70\x58\xe8\xfb\xe6\x78\x7c\x2f\x62\x4b\xed\x64\xc2\x5b\xd4\x31\xee\x43\x52\x3e\x76\x35\x66\x23\xf9\x0a\xbe\xb7\xf0\x1a\xb5\x8a\x94\x1c\xf7\x83\xf6\x94\x72\xc4\x7f\x2b\xfd\x35\x6d\xd0\xe1\x38\xbb\x91\x31\xff\xb8\x17\x6a\x04\xda\xbe\xab\x10\xfd\x0b\x6e\x19\xf8\x0b\xbb\x05\x89\xb3\xd5\xe3\xfa\xd1\x2c\x2d\x8a\x30\x0f\xdb\xc8\xcd\x21\x5a\xf0\xc3\xe8\x23\xe4\x40\xe2\xf9\xc2\x1a\xca\x0d\xca\xcc\xb8\x06\x1a\x81\xe6\xef\x8f\xa7\xb3\xe9\x13\x0e\x43\xec\x1c\xc6\xc3\x63\x4b\x91\x04\xe4\xdb\x9d\x64\xd4\x65\xb4\x6a\x60\x26\x26\x1c\xeb\xd2\x74\x03\xbb\x15\x77\x4a\xb3\x0f\x1f\x43\x30\x70\xf6\x12\xae\x93\xb2\xd1\xf1\x24\x05\x65\x49\xc1\x7f\x94\x04\xea\xaf\xb8\x30\xea\x2b\xfa\x1e\xff\x55\xb4\x1f\x8c\x8f\x0e\x36\xf6\x24\xe6\xdd\x23\xcb\xe1\xd3\x48\xb7\xb7\x9b\x11\x83\xe4\x7d\x7d\xe9\xa8\x2d\x14\xad\x35\x19\xfd\x8e\xda\xa8\x2e\xc3\xf6\xd0\xb6\xb1\x95\x78\x38\xfd\x1a\x2a\x91\x18\xc3\xf8\x52\x30\x9b\xec\xc1\x5a\xb4\x51\x4c\xb9\xcb\xf6\xf6\x3b\x44\x7d\xc2\x3e\xee\xd0\xcc\xda\xcc\x99\x7a\xa8\xa2\xe6\x2e\x67\xe6\xc4\x05\x58\x3f\x67\x7d\x8f\x0d\x81\xe1\x20\x1a\xf6\xa3\x22\x38\x27\x94\x5f\x31\xf3\xb9\x21\xac\x6c\xec\x1f\x6e\x27\x32\x06\xff\x83\xe7\x92\xef\x4f\xfc\xce\x13\xc5\xde\x26\x9f\xe5\xdd\xf1\x43\x51\x4e\xf0\x5e\x3a\x1c\x62\x4a\x78\x89\x07\x42\xaa\x97\x48\xbb\xc7\x9f\xd6\x3c\x93\x86\x77\x3d\x85\x1d\x92\xec\xab\x0f\x40\x4c\x48\xa0\x0a\x23\x6a\xbb\x64\x3e\x73\x0e\xe6\x80\xf8\x1c\x22\x0c\x77\x5d\x2c\xc8\x8b\x21\xbc\x11\xaf\x8e\x0d\x25\x9d\x13\xdd\xf2\x5b\x46\x1e\x17\x65\x38\x7c\x61\xec\x14\xa0\xf7\xb6\x40\xae\x5a\xc0\x68\x6a\xd5\x7d\x13\xaf\xa3\xa0\xe6\xbe\xe1\xb3\xf9\x1c\xec\xb5\x5e\x2e\x43\x22\x67\xe8\x16\xd2\x57\xa1\xc3\xb4\xdd\xb0\x3a\x2c\x4e\xe3\x9d\x6b\x8f\x6f\x51\x35\xc5\xc4\x11\x15\xca\x45\xbe\x63\xa4\x12\xf9\x79\xc7\x50\xfa\x55\x71\xc5\xae\x7d\x15\x75\xdd\x21\x43\xc3\x95\x8d\x1d\x5d\xad\x6f\xab\x5b\xda\xa6\x18\x35\xd0\x03\xcd\x1c\x49\x09\xfc\xb5\xf5\x29\x35\x17\xb5\xa2\x61\x03\x14\x60\xa8\x16\x5e\xf6\x51\xdc\x56\xe3\x8e\xe8\x54\x42\xa7\xde\xc5\xd7\x8f\x88\xa9\x5d\xe8\x08\xa1\xaf\x97\xfe\xb7\xc3\x5a\x7e\x7d\x7b\xf2\x40\x1b\xe4\xe2\xf8\xd6\xe6\xb7\x55\xd7\x47\x5c\xf5\x5d\x35\x5f\x07\x84\x22\x2d\x7c\x75\xcf\x4d\xf2\x10\x92\xd4\x39\xab\x5a\x83\x3e\xda\xba\x2a\xab\x0d\xe7\xd0\x14\xb7\x41\x86\xff\x54\x3f\xe2\xb3\x9b\xb0\xc3\x34\xe4\x28\xa1\x9d\x57\x4c\xdf\x7e\xac\x9c\xb2\xaf\xa7\xff\x0a\x84\xbf\xeb\x50\x73\x60\x95\x6e\xdb\x1e\xdd\xa3\x9a\xe1\xb1\x3d\xc2\x1b\xb0\x7b\x43\x8d\x64\x27\xa4\x47\x5f\x76\xd5\x37\x34\xae\xf3\x79\x56\x08\x76\xa4\x55\xb0\x21\x09\xdf\xd8\xa4\xf1\x69\x27\x64\x5a\xce\x3a\x8e\xd2\x78\x8a\x2b\xdb\x57\x95\x7b\x1d\x9d\xd2\x1f\x0b\x09\x3b\xf0\xc4\xd6\x5d\x95\xba\xa7\x5e\x57\x51\x53\xbe\x23\x5a\x58\x0c\x93\x8e\xef\x26\xd5\x23\x0e\x0c\x3b\x56\xd9\xd0\x4e\x7d\xcb\xb7\x7c\xc6\x46\x77\xa6\x6e\x58\x83\xf7\x68\xd9\xe3\xb3\x13\x7f\xbc\x3e\xdd\xf1\x0f\xf5\x97\x32\xe6\x70\x3e\x6e\x5f\xa5\xf7\xb6\x47\xf8\xad\xd5\x92\xde\x11\xc2\x10\xf4\x60\xe3\x76\xe2\x28\xc2\x57\x75\x85\x74\x1c\xd5\xc6\x9e\x45\x7e\x8e\x9d\x87\xbc\x4b\xf5\xc7\x37\xe5\xdf\xa0\x91\x48\x89\x1b\xe1\xf4\x51\xca\x71\xbf\xdd\x0c\x0a\xed\xbc\xc3\x36\xf6\x19\x86\xe9\x10\x0c\xcb\x80\x6e\xd8\x36\x0b\x27\x83\xc7\xf4\x7c\xc4\x37\x20\xfd\x1a\xa7\x12\x0e\xa0\xa3\x55\xa1\xc4\x0f\x58\x24\x4b\x4a\x0e\xc1\x2b\x90\x55\x14\x35\x71\x22\x1f\x46\x7d\x49\xfe\xb5\xd1\x91\xbe\x81\xe6\xed\x87\x66\x4c\xa7\x5f\x70\x30\xb2\x8d\xcc\xf4\x83\x68\xcc\x06\x24\x67\x62\x35\xb6\x12\xbd\xac\x27\x18\xa7\xc2\xec\x6c\xd8\x82\xbf\x80\xe3\x2a\xd5\xc4\x25\x84\x0c\xe6\x6b\x12\x9d\xb4\x08\xf1\x80\xfc\x98\xfc\x3e\xef\x03\xb5\x94\xfa\x28\x76\x80\x76\x90\x3e\xee\xb7\x92\x6e\x64\x4e\x76\xe0\xb2\xd3\x58\x11\xfb\x8d\xc8\xfb\x24\xbf\xf1\x6a\xf4\x46\xb2\x7f\x17\x0f\xd3\x47\x99\x53\x77\x16\x37\x83\xba\x5c\x11\x86\x97\xd0\xb2\x19\x47\x89\x53\xe8\x3c\xf8\x63\x52\x1b\x63\x6b\xde\x22\xca\x06\xe6\xab\x98\x6f\xd4\x5d\xec\x19\xbe\x07\x68\x32\xf6\x39\x07\x22\xab\x95\x93\xb9\x77\x00\x7e\x8b\xbd\x72\xd4\x80\x2c\x60\x8b\x3b\xce\xa0\x6e\xb2\x2f\x58\x62\x31\x70\x4e\xa4\xec\x3a\xce\x81\xb3\x93\x5e\x8b\x1f\xe6\x46\xc2\x1e\x13\x61\xdc\x43\xb9\xf1\x64\x0f\x5e\x4a\x4c\x35\xa5\x9f\x77\xc8\x97\x4b\x45\xf0\xfe\x73\x18\x64\x5e\xe2\x89\x76\x5b\x61\x73\x25\x5b\x87\xc7\xe1\x9d\x92\xca\x76\x17\x64\xb4\xf8\x97\x69\x14\xf5\x4a\xbc\x4b\x4a\xc0\x8c\x8a\x05\xb4\x02\x1c\x59\xbc\x05\xfa\x3f\x42\x92\x78\x49\x0e\x8c\xe4\x26\x7a\x16\x7d\x9a\x3c\x24\x1a\xf2\x8d\xa7\xe4\x8a\xb6\x38\x7c\x67\xfc\x10\xf4\xec\xf8\x56\x7d\xcf\xd4\x37\xb8\x18\xda\x61\xcc\x6f\xd1\xc3\x21\xfa\xcf\x86\x0a\xe4\x0a\x5d\xa7\xb8\x14\xed\x54\x9b\x45\xe1\x60\x5e\x6a\xbe\xd7\x6c\xc6\xdd\x57\x37\x65\x07\x13\x4e\xaa\xd6\x6d\x78\x4a\x82\x2b\xee\xf8\xdc\x23\xfd\x96\xef\x77\x4c\x60\xb8\x88\x85\xdb\x36\x55\xd9\x3a\xbb\xfb\xea\x6a\x8a\xdb\xc3\x6d\xe1\x30\xf7\x96\xa3\xba\x60\xf8\x27\x5b\xb1\x10\x82\xbc\xdf\xf8\x94\x34\x81\xbe\x53\x5f\x59\x75\x14\xfb\x8f\xf9\xf4\x96\x2f\xf8\x5b\xc6\x55\xeb\xbf\x13\x85\xba\x1d\x3e\x78\x92\xa3\xf6\x89\xa3\x94\x8e\x91\xfe\xd8\xba\xa0\xf2\xfa\x04\xb6\x87\x5f\x5d\x3b\xe6\x60\x0d\x83\xe6\x0f\x99\xb4\xa9\xf0\x35\xfd\xfe\xfc\x46\xa4\x67\x77\x0f\x71\x2e\xda\xbb\xc3\xa9\xb2\x00\xbb\xa6\x25\x33\xf3\x0e\x7e\x95\xd5\xb2\x3e\x82\x70\xad\x3e\xd8\xc7\x89\x98\x6a\x4a\x72\x1c\xa7\xbd\x53\x4c\x1e\xdf\x5c\x29\xdd\xb3\xbf\x7b\x6b\xf5\xa6\x1d\xbf\x1a\xd1\xd0\x99\x13\x4b\x35\x2a\xd8\xd3\xd1\x54\xde\x53\xc4\xa5\xc1\x6c\x02\x19\x75\xb9\x37\x1c\x72\x06\x73\xaf\xe3\x4f\x26\x01\xf7\x57\xcb\xf1\xa8\x2f\x04\xaa\xf5\x8f\xf7\x07\xc2\xff\x2c\x45\x8e\x0f\x69\x4d\x8a\x33\x63\xfb\x2b\xe3\x0f\x2f\xe8\xf6\xaa\x76\xd8\x3f\xbf\xe1\x56\xcd\x99\x5d\xaf\x35\x76\xb0\xba\x6d\xfb\x79\x48\x04\x7d\xac\x8a\x30\x09\x85\x1f\xbc\x0b\xc1\x62\x68\xbd\x6b\x33\x43\x71\x35\x1d\xd2\xa8\x7f\xf0\xdf\x5a\xe6\xfb\xcc\x20\x64\xd4\x5d\x76\x0a\xa7\xb9\x29\xd7\xee\x2b\x27\x76\x42\xfe\x1a\x2b\x24\x15\x56\xc7\x76\x6a\xc9\x6e\x50\xa5\xe5\x1d\xf9\x21\xfc\xbb\x1c\x46\x39\x83\xe2\x30\x00\x75\x0f\xe6\x03\x3c\x98\x76\x08\xcf\xcb\x95\xd3\x4f\x91\xfc\x63\xc4\x8c\x63\x94\x51\xdf\xcd\xcc\x42\xda\x71\x87\x35\x1c\x38\xe3\xe1\x5e\x06\x01\x5e\x73\x77\x54\x49\x0c\x83\x3d\xef\xb8\x49\x9a\x81\xb8\x6b\x49\x27\x7d\x41\xdb\xc9\x4e\x93\x7f\x60\x57\xd1\xa9\x54\x27\x7c\x16\x6c\x27\xcd\x9b\x28\xcd\x5d\x44\x4f\x24\xdf\x88\xf1\x63\x14\xd0\x1c\x7d\x1d\x18\x9f\xe8\x07\x1d\x5c\x39\xa1\x4c\xed\x1e\x21\x3e\x08\xe9\x34\x32\x4a\x58\x80\xda\xdb\x31\x9f\x38\x15\x53\x6c\x36\x91\x66\xe0\x56\xc8\xbc\xc8\xab\x08\x80\xf6\x3f\x4a\x06\xf1\x3a\x2c\x9c\x2a\x26\xef\xce\x19\xa1\xed\xa1\x6e\x8b\xbe\x4c\xbf\x4b\xd7\xfa\x9c\x63\x08\x18\x9f\x1c\xec\xd8\x6f\x58\x84\x5d\xc7\x31\xd7\x89\xd4\xa1\xaf\xd8\x3f\x24\x63\x1b\x1e\x1f\x48\xb6\x98\x5c\x08\x85\x94\x11\xc9\x05\x62\x13\xf5\x7f\xd4\x1d\xa4\xa7\xf4\x85\xd0\x68\x4a\x02\xa3\x2c\xfb\x1e\xb5\x95\x39\x1c\xbd\x82\x76\x8f\xf5\x8f\x0f\x89\xce\x65\xef\x76\x70\x62\x6f\xe2\x30\x76\x1c\x40\x7d\x63\x25\x0d\x2e\xc1\x04\xb1\x4e\xb6\xec\xc5\x52\xd9\x81\x06\x15\xee\x10\xbb\x5f\x4c\x23\xf8\x72\xd6\x52\x54\x44\x33\xe7\x44\xcd\x46\xb2\x0b\xb7\x3c\x7b\x06\x45\xc9\xfd\xb5\xa1\x99\x7a\x95\xa7\xf1\x09\xa7\x55\xf2\x6e\x38\x24\xb2\x58\xbc\xe6\x6d\x67\x90\xc1\xe2\xfd\xfd\x71\x28\xa5\x58\x66\xfb\x89\x7e\x29\x8e\xd0\xfd\xc2\xe6\x89\xa7\x89\x16\xe2\x6e\x8a\x9e\x92\x0b\x09\x95\xa2\xd3\xd5\x71\xc4\x2f\xa2\xa1\xac\xf5\x64\x89\x48\xb7\x61\x3a\xe5\xa6\x08\xe7\xe3\x40\xcd\x14\x85\x38\x34\x32\xfb\x05\xbb\xb6\x7a\xc0\x5d\x8d\xe9\x3d\x13\x08\xa3\xc1\xdf\xaa\x41\xcd\xd6\xbd\xd5\xee\x47\x9b\x6b\xf7\x08\x5c\xb1\x6b\xb5\x22\xa2\x0a\x77\x57\xb3\xa9\x72\x0f\xc1\xa4\x76\xd8\x32\x9d\x14\xa6\x3c\xb2\x7e\x1d\xb9\x5e\xa1\xf5\x1e\x22\x7f\x91\x5b\x1d\xde\x31\x76\x88\xb9\xa3\xcd\xd0\xf3\x1d\xd3\xbb\x92\xe1\x69\xad\x27\x1a\x62\x11\x57\x9a\xa9\xea\x26\x54\x45\x53\x20\xcf\x0b\xe3\xdc\x70\x17\x7f\x16\x7b\xae\x8e\x05\x89\xc0\x5b\xcc\x93\x33\xee\x10\x37\x19\xea\xa2\x72\x49\xc3\xba\x2c\xef\x64\xd2\x37\x6d\xa7\x63\x34\xc3\x41\xfa\x64\xb8\x12\x6a\x3f\xae\xea\xf0\x81\x09\x46\xb2\xea\x22\x11\x53\x06\xa7\x28\xb7\x23\x6d\xbd\xc7\x39\x95\xe8\xcc\x2e\x24\x2e\x14\x3b\xaf\xed\x63\xf9\x75\xdc\x93\x66\xcc\xe6\x23\x84\xa6\xc6\xfb\x91\x06\xe2\x9f\xba\x89\x65\x77\x49\x51\xc6\xb3\x8e\x38\xba\x4c\xfe\x70\xa8\xb5\xe6\xd8\xae\xd3\xed\x85\xb0\xd8\xed\x21\x16\x04\xfc\xd8\xb8\x50\xf1\x01\x99\x35\x7c\x91\x3d\x8a\xfa\xd5\xff\x07\x6b\xc2\x1c\xe9\x71\x2d\x4f\xc1\xe9\x3b\xa6\x6d\x2e\x20\xc4\xb7\xd8\x47\x66\x10\xdb\xad\xcc\x65\xa7\x88\x17\xcc\x17\x1c\x5b\xe8\x2b\x15\x6d\x43\x73\x6b\x8c\x07\x97\xb4\x9d\x80\x39\xec\x8d\x33\x5f\x80\xf3\x76\xae\x57\xc0\x91\x60\x22\x98\x1d\x8c\xea\x1e\xb5\xc3\xfa\x60\xaa\x06\x46\xcb\x5e\xe3\xfc\x7b\xa2\x36\x2f\xc4\x5f\x6d\x3f\x14\x19\x46\xf4\x6e\x66\x2d\xbb\x4b\x8c\xa8\xdb\xe0\xf8\x8e\xd6\xa5\x74\xda\x1a\x49\xdf\x0d\x29\xec\xb5\xa7\xbf\xa9\x7a\xde\xe4\xca\x58\x03\xcd\xaf\x9d\xca\x18\x86\x6f\x17\x78\x31\x23\x50\x7e\x44\x02\xf3\x38\xa6\xa3\xb2\x8a\x05\xc3\x07\x64\x72\x58\xef\x89\x37\xa2\x96\xb1\x85\x94\xac\xa5\xbb\xd9\x37\x69\x50\x7b\x2e\x2f\x83\xb9\x7c\x5c\x49\x63\xd7\x6c\xe8\x29\xa0\x5d\x80\xa1\xad\x58\xfa\x2a\x04\x57\x0b\xa7\x9f\x46\xa9\xf8\x52\x06\x09\x33\x46\x78\xc4\x5c\x88\xbb\x0d\xf9\x97\x79\x85\xe8\x96\xe9\xca\x62\x93\xf1\x91\x17\xd8\x1e\xd4\xa6\xa5\x24\xb6\x98\x9e\x6b\x5f\xce\xf3\x67\xee\x1b\x3b\x4b\x4d\x44\x24\x77\xb7\x50\xb7\xa2\xe6\x36\x4e\xd0\x02\xd1\x27\x35\xe3\xb4\x7f\xb1\x12\xde\x03\xfa\x00\xbe\x82\x90\xcd\x40\x11\xa3\x21\x68\xe6\x3a\x72\x40\xc6\x30\xf3\x13\x35\x22\x52\xc0\x1a\xa6\xcf\x5d\x9a\xc4\x9e\xc3\x10\xdb\x97\x70\x9f\xb0\xb4\x23\xbd\xe4\xa5\x84\xbc\xce\x2e\xf2\x09\x22\xb6\xfe\x19\x85\x4c\xa2\xa8\xfd\xa9\x29\xe4\x7e\xae\x8e\xb6\x9a\xf2\x11\xbf\x9c\xee\x42\x8b\xab\x20\x32\x00\xdd\xb6\xf9\x2d\xe3\x21\x73\x4e\xc4\x7b\xe6\x6e\x56\x99\xd7\x37\xd6\x42\x76\x92\xbd\x90\x1b\xcb\x11\x0e\xbb\x13\xf3\x19\xb7\x3b\xdc\x48\x4e\x4c\x5c\x5d\x21\xe9\x1c\xf3\x89\x72\x1f\xf9\x04\x8b\xc5\x49\xa7\x9c\x65\x2f\xc5\x4d\xa5\x5e\x64\x5f\x28\xe7\xd2\xee\x71\x44\x9b\x83\xe9\x57\xb9\x9b\x23\x28\x8c\x9d\xdc\x2f\x5e\x77\x98\x0e\xbc\x4a\xfb\x13\x1c\x06\x4f\x35\x18\x87\x6f\x15\x2d\x68\x2b\x26\xd0\x85\x9f\xcc\x47\x89\x9b\x85\xfb\x15\xc9\x24\xb4\x70\x8c\x6d\x47\xd6\x08\x07\x31\x4f\x28\x03\xc2\xa1\x32\x29\xf5\xb2\x70\x6b\x3a\x86\x76\x45\x78\x38\xfc\x1b\xfd\x88\xf0\x8c\xd7\x3e\xfa\x47\xe1\xc1\x49\x1e\xec\x31\x81\xb6\x8f\x86\xa5\xe8\xde\x35\x5f\xc0\x31\x6a\x7f\x18\xd1\x78\x91\xf6\x9d\x6c\x29\x61\x42\xf3\x88\xe9\x4a\x7c\xa3\xfe\x1b\x1d\x44\x5e\xa5\xba\x52\xea\x4a\xc1\x29\x4f\xa4\xa5\x53\xb5\x8a\x93\xe1\x31\x34\x9e\xfc\xaa\x97\x92\xa6\x93\x2f\x9b\xd4\xc3\xea\x10\xaf\xee\x09\x44\xff\x6a\xf9\xd8\xa4\xc0\x2e\xb1\x7d\xd0\x87\xe1\x36\x58\x1f\x49\xe6\xe0\x79\x0d\xd7\xe8\x61\x84\xb3\x75\x07\x91\x52\xd2\x42\x73\x5b\x71\x37\x19\x67\x64\xa6\x2e\xa1\xb4\xeb\xcb\xd6\x95\x53\x4d\xb5\x44\xaf\xf9\x54\x9d\xe6\xf1\xa4\xc7\xcc\x8f\x52\x4a\xd7\x62\xb4\x64\xf8\x4d\xa3\x1c\x43\x1c\xf8\x56\x9b\x80\x65\xf5\xbe\x13\x45\xe3\x0e\x75\x7d\xa1\x8a\x08\x2e\xed\x2f\xe1\xdf\x89\x88\x96\xb3\x45\x9b\x49\x47\x9a\x5a\x53\x5c\xc8\xdf\x1a\x68\x61\x16\xca\xbf\x96\xbd\x9e\xdd\x94\x53\x86\x36\x87\xb9\x4c\xb8\xbc\xa4\x73\x03\x7a\xc5\xb6\x7d\x0d\xdb\x30\xcb\xc7\xe5\x5a\x0e\x76\xcd\x48\xa0\x50\x88\xa3\x0c\x5c\xa1\x5c\xc1\x1f\xe9\x2d\x85\x97\x11\xe7\x75\x9e\x2d\x3c\x4e\xc2\xb6\xad\x4c\xee\x23\x77\xdb\xf4\x61\xe9\x14\x65\x23\xdc\x53\x45\xc9\x37\xf1\x1c\x62\x98\xce\x8a\x99\x1d\x26\xd4\xdd\x3d\x43\x0d\x73\xd0\x0f\x76\xa6\x6b\x9e\x60\x5e\x4e\xec\x13\x7c\xc4\xf9\x8c\xb9\x52\x72\xf1\xc8\xa1\x44\xd8\x6b\xc2\xf6\xbe\xbc\x42\x14\xc9\xb1\x2b\x37\x19\x4e\x0e\x6d\xcb\x08\x0b\xa0\x38\xdb\xc2\x3c\x1b\xc8\x3b\xcd\x37\x1d\x94\x0c\x91\x82\xde\xbb\x8d\x17\x0c\x49\xb2\xbd\xe6\xcd\xaa\xea\x34\xe8\xb8\xdf\x6a\xde\x4a\x63\x78\xce\xf0\x74\x86\x3b\xcf\x0f\x79\x12\x15\xc6\xdb\x84\x89\x2d\x01\x3c\x0a\xee\x4a\xca\x30\xaf\x8d\x88\x0a\x73\xe3\x5d\x23\x5f\x71\xcf\xe1\xcf\xa6\x9e\x00\xf9\x02\x33\x33\xa5\x77\x3a\xd7\xb1\xfa\xae\x2d\x95\x0b\xa0\x9f\xf4\xef\xb9\xd3\xe0\x3f\x24\x03\xdc\x08\xd4\x54\xba\x9e\x4b\xc0\x84\x21\x77\x72\x7b\x71\x35\xc5\x06\xee\x33\x42\x5f\x4a\x11\x2f\x80\xf4\x36\xf4\x32\x8f\x46\x9d\xe1\xbe\x82\x77\x94\x36\x02\xb2\x05\x68\xe6\xe9\x9e\x42\xf6\x3f\xf0\xa6\x26\x1b\xfb\x2b\x92\xa4\x4f\xe3\x2c\x45\x07\x4b\xec\x38\x48\xcc\x0b\xda\x17\xce\x4e\xdc\x19\x64\x10\xe7\x0f\x61\xa2\x78\x09\xb7\x80\x34\x92\x62\xcf\x1d\xa3\x8c\x84\x1a\x78\x53\x69\x7c\xf7\xe9\xbc\x42\xfa\x4d\x50\x2d\x58\xc5\x52\x74\xd1\x99\x47\xf0\xb1\x8d\xf7\x58\xee\x04\x4a\x6d\x0f\x8b\x47\x34\x8a\x1a\x59\x0f\x49\xd7\xa8\x07\xd8\xd9\x94\x00\xc4\x22\xf6\x3e\xaa\xae\x68\x0d\x27\x98\xf6\x2b\xb9\x80\xd3\xc3\x40\x87\xce\xe3\x7a\x30\xb7\x2f\xb9\xc9\xad\x61\x19\x81\x89\xaf\xe1\x14\x77\xfc\x45\xff\x4c\xc7\x37\x94\x30\x10\x8c\x05\xda\x70\xc6\x2d\xc6\x98\x30\x9d\x59\xc1\x2c\xa5\xd4\x33\x5f\xb3\x16\xc2\xe7\xb2\x18\xac\xc7\x85\x79\xec\xc9\xec\x9d\x9b\x06\xd9\x2d\x1c\x55\xc8\x20\xc7\x9b\x9b\xb0\xe4\x38\x27\x93\xbb\x15\x3c\xe4\x9d\xe5\xa5\xb7\xcf\xa6\x69\x04\x8b\xea\xb6\xd2\xbe\x09\x42\xd4\xa3\x74\xb2\x20\x8c\xff\x92\xe1\x2a\x48\x24\xe7\x33\xf6\x0a\xca\xa1\xbf\x99\xa5\x02\x55\x41\x39\xcb\x4e\xb0\x3d\xe9\x1d\xab\x57\xf0\x20\x24\x89\xbd\x56\x38\x79\xc9\x00\x3b\x5a\x38\xcd\x6e\x2d\xcf\x51\xe0\xd3\x52\x46\x61\x6b\x53\xcd\xe1\xd4\x39\x9a\x76\x65\x19\x75\xa7\xfa\x16\xf7\x24\x0d\xaf\xfa\x41\xa4\xd0\x83\x55\xbe\x35\x69\xf4\x57\xca\x9c\xbc\xf7\x8c\x41\x85\x20\xf1\x0e\x13\x2a\x1f\x5d\x5b\xcb\xfc\x20\xfb\xb8\x84\xc0\xbc\x25\xe3\xd9\x0d\x70\x67\x8a\xba\x9b\x7e\x90\x17\x35\x1d\x32\xbc\x25\x9f\xb3\x4e\x97\xc7\x51\x84\x0d\x71\xec\xab\xd4\x94\x3a\x12\x7e\x98\xb6\xc0\xdc\x5a\xb5\x93\xf6\xcc\x78\x32\xd7\x4a\xdf\xab\x7f\x99\x70\x84\xc1\xd1\xcd\x5d\x73\x90\x39\x49\x2b\x5a\x32\x97\x71\x5a\x7d\xd5\x7e\x0a\x27\x49\x72\xcf\xea\x4e\x52\xf7\xff\xa7\x9f\x41\x5e\xd4\x0b\x91\xc2\xc9\x97\xba\x0e\xb0\xe6\x52\x9a\x3a\x66\xe3\xe6\x51\x71\xad\x25\x95\x29\xb4\x44\x9b\x21\xa7\x82\xbe\xb8\xf1\x58\xfc\x6e\xfa\x9d\xba\x5f\xc1\xaf\x18\x45\xe6\x93\x8b\xeb\xe9\x5f\xf4\x1e\xf6\x21\xec\x31\x59\x6f\x63\x0e\x29\x76\xcc\xa4\x8b\x23\xdd\x19\x9e\x90\x74\x91\x75\x03\xfb\x98\x10\x4a\x7e\xef\x0e\x2c\x91\xea\xd3\xd5\x04\xd9\x4e\xfd\xda\x8e\xca\x7e\x48\xbb\xd0\x12\x1a\x9f\x4d\x57\x34\xcd\x0c\x6e\xa1\x7f\x6d\x58\xbd\x98\x44\xe7\x19\xfe\xb2\xcf\x61\x67\xcb\x73\x1a\x76\x11\xff\xec\x80\xd5\xf6\x90\xda\x27\x32\x24\xb3\xc8\x5b\xc6\xe6\x31\x6e\x51\xa6\x0f\x9d\xc1\x7c\xa7\x5c\xed\x87\x40\x32\xa9\x6d\xdd\xb7\xb2\x6b\x69\x98\x8e\x8c\xf8\x59\xf4\x45\x2d\xd7\x83\xe9\x74\xb6\xf5\xc4\x62\x26\xed\xa6\x69\x89\x7d\x3d\xeb\x94\xfc\x60\xd3\x90\x94\x03\x01\x86\x9b\x92\xfb\x55\x55\xf2\x1c\x49\x6e\xcd\x10\xfb\x98\xf8\x1d\xdc\x01\x4f\x11\x37\x20\x39\x55\x70\x71\x14\xfa\x6b\xae\x9b\xe8\x25\x4e\x1d\x4f\x15\x8d\x12\x5d\x82\x94\x22\x03\x39\x6f\x41\xb9\xe8\x21\x75\x26\x00\xa2\x93\x4c\x5a\x93\x8b\xa4\xb8\x9a\x65\x88\x17\x3f\x82\x9a\x64\x87\xc5\x3c\x78\x23\x3b\x56\x1c\x88\xec\xc6\x7d\x15\xbd\x40\x5f\xad\xfc\x28\xea\xc6\x4d\xca\x99\x10\x21\x09\x69\xf1\xab\x44\xf1\x24\x71\x50\x81\x28\x82\x22\x5a\xb0\x49\x64\xa0\xbe\x00\x40\xd4\xc8\x7c\x68\x45\x89\xa3\xe1\x0b\xf5\x6d\xa2\xd7\x88\x57\x32\x1f\x51\x1f\x6a\x9c\x35\x20\x22\x60\x50\x38\x82\x28\x1a\x97\x5a\xc9\x11\x4d\x21\x44\xe6\xa4\x0a\xef\x93\x36\xc4\x3d\x16\x9e\xa5\x04\x06\x2d\x17\x5e\xa2\xfe\xbb\x20\x52\xe4\x4b\x9f\x01\x80\xa8\x8c\xa5\x6d\xd8\x29\x24\xe0\x8a\x74\xb3\x85\xeb\xf1\x0d\x92\x6d\x42\x17\xc2\x61\x26\x4c\xf0\x87\x34\x0b\x9b\x2b\x78\x43\xa6\x40\xf8\x82\x1b\x94\x7f\xb3\x49\x82\x13\x34\x54\x5c\x8a\xe0\x0c\xfd\x4c\xe0\x45\xc1\x73\xe6\x8c\x05\x2b\x85\xab\x99\x67\x01\x10\x1e\xe3\xc4\xd6\x57\xf1\x6d\xb4\x25\xda\xdd\x7c\x23\xed\xae\xb8\x8c\x2f\xa7\x2b\x19\x6b\xf9\x6a\x46\x3a\x26\x9a\xdf\xc8\x74\xaf\xd0\xf2\x9b\x59\x8e\x59\xad\xfc\x4e\xd6\x87\x8d\xe3\xfc\x93\xec\xf3\x81\x54\xfe\x3b\x8e\x6e\xc1\x2a\xc1\x5c\xce\x6b\x00\x84\x93\x79\x73\x2d\xe3\xbc\x24\x5e\xa1\x26\x8c\xb7\x82\xa7\x17\x4d\xe5\x2d\xe6\x4d\xd0\x3e\xf1\x22\x79\x0f\xd0\xcb\x79\xe5\xfc\xc5\xe5\x26\x1e\x93\x8f\xd9\x72\x81\xd7\xc8\x3f\xb2\xd1\x97\x77\x5a\xe0\x1c\x18\xc5\xfb\x4f\x90\xb9\x20\x95\x77\x5f\x50\x04\x80\xc0\x8b\x7f\xcf\x54\xc6\x59\xa2\xda\xab\x7c\xc3\x49\x55\xe5\xf3\x2f\x72\xe8\xca\x53\x94\x4f\x9c\x21\xa5\x07\xb2\x98\xf3\x48\x41\x29\xfd\xcd\x5d\x24\xbf\x97\x89\xe5\x26\xc9\x63\x63\x17\x73\x75\xb2\xce\xd5\x7c\xee\x6e\x99\xfb\x02\x27\x2e\x51\xba\x15\x00\x7e\x82\x68\xbd\xfe\x29\xeb\x4b\x43\xaf\x7c\x80\xed\x5e\xef\xc3\x3d\xc0\xce\xb0\x18\xc9\x4e\x6c\xbd\xd9\x01\xde\xcd\xbe\x61\xa4\x96\x10\x39\xee\xfa\x27\x19\xde\x9c\x2a\x5d\x49\x8c\x03\xa7\x5f\x7b\x21\x60\x1b\xe7\xa4\xc6\x32\xbf\x95\x53\xa4\x62\x00\x1f\x9e\x50\x92\xa8\x5b\xc6\x9a\xdf\x7d\x5e\xfa\x94\x55\xd3\xb9\x93\x03\x58\x83\xed\x14\x22\x86\xf5\xa6\x75\x09\x6c\x2d\x3b\xdc\xb6\xb7\xd8\x97\x2d\xb5\x66\x6c\x9e\xc2\xbe\x54\xff\x28\xda\x99\x33\xcb\xa2\x5e\x75\x97\xe3\x61\x1a\x9e\xbf\x90\xad\xaa\xcd\x06\xb9\xdc\xfb\xd2\xf7\xb5\x41\xcc\x77\x43\x5e\xd2\x79\xac\x80\xfe\x83\xec\x14\x16\xbe\x37\x90\x70\x94\x35\xd6\x25\x86\xda\x58\x1f\xda\xcf\x14\x75\xb0\xa3\x5b\x7e\xa6\x37\xb2\x15\xb6\xf0\x0d\xfd\xec\x83\x8d\xe6\x55\x2a\xf6\xc1\xba\xdd\x6e\x2f\xd9\xae\xba\x7b\x80\xce\x65\xcb\x1a\xb5\x70\xe6\x8d\xf1\x09\x09\x86\xf9\x67\x74\x11\x6b\x2f\x2b\x74\x28\x8b\x90\xc0\x42\xf7\xc3\xa1\x41\xac\x9e\x1e\x78\x51\x22\xeb\x59\x67\x56\x7a\x36\x7b\x55\x5b\xdc\x06\x0c\x3b\xaf\xb9\x78\x55\x31\x3b\xa6\x71\xae\xdb\x4b\x16\xca\xe0\x02\xba\x38\x5f\xe5\xf6\xca\x06\x43\x0a\x24\x46\xb0\x5d\xf7\xbc\x8a\x49\x77\xab\x1d\xac\x19\xc2\x8c\x6a\x0d\xb0\x37\x95\x16\x0d\x07\x59\x98\x77\x5e\x0d\x41\x9f\x4d\xfe\x5b\xb5\x05\x97\x17\xd1\xa6\xac\x26\x1c\xf7\x7b\xa2\xb8\x4c\xfa\xc7\x65\x40\xe9\x47\x89\x02\x40\x7a\x84\x35\x49\x69\xaf\x8f\xaa\xce\x13\x04\xd5\xfe\x81\x16\xd0\xba\xb5\x77\xe0\x99\x98\x04\xcd\x6d\x64\x76\x65\xb0\xfa\x0e\x9a\x96\x47\x53\x5d\xc2\xf6\x26\xd7\x2a\x2f\xe3\xff\x8b\x40\x2a\x3e\x91\xdc\xfc\xce\x2a\xa8\xe4\x77\x2e\xdd\x8a\xf3\x94\xef\x00\x48\x8d\xac\x54\x45\xa5\x6e\x0d\xcc\xcc\x6f\xa9\x5d\x80\xa8\xa1\xf9\x6b\x67\xa0\xbc\xd0\xe7\x34\x3e\xe8\x3b\x90\x63\xea\x70\xec\x81\xbc\xb9\xaa\x28\xfc\xf6\xe4\xf5\xca\x14\xe2\xfe\x88\x10\x85\x90\xdc\xe5\x37\xaa\x98\x4a\x8d\x71\x19\x51\x14\xd0\x66\x03\x20\xcd\x62\xdd\x90\xfd\xad\xb5\x61\x83\x78\x69\x9a\x3a\x9c\x98\xf2\x55\xdd\x87\x3f\x8a\x3a\xac\x3a\x4f\xf4\xa8\xf8\x5b\xf9\x89\x64\xcc\xdd\xa4\x74\xa1\xcc\xdf\x54\xab\x08\xa1\x0e\x85\xef\x92\xf3\xe8\xb3\xfc\xb8\xf2\xf9\x8c\x24\x97\x4b\xf2\x0d\x8c\xd3\x00\x48\x3a\x38\x45\x52\x9b\x66\x32\x25\x86\x3b\x53\x3d\x9f\xba\x8c\xbc\x5b\x15\x44\x7d\x8d\xec\x54\x62\x68\x97\xca\x1f\x28\x86\xe8\x27\x73\x10\xf2\xbf\x19\x97\x92\x2e\xc8\x5d\x98\x8f\xc2\xa3\x64\x6c\xd6\xdf\x7e\x31\x32\x77\xf6\xa8\xcb\x03\xd9\x42\xf6\x57\x00\xc4\x2f\x78\x53\x25\xa5\xaa\x09\xf6\x4b\xf6\x45\xe5\x6e\x4e\x04\x49\xa5\xf8\x8b\x43\x45\x98\x15\xde\x9c\x1b\x65\xff\xc8\x19\xdc\xf8\x6c\xbd\x6c\x2f\xf7\x7c\xd2\x14\xe9\x77\x5e\xce\xba\xa3\x52\x0e\xef\x8e\x9f\xb3\x74\x09\x3f\xcb\x75\x92\xe4\x11\x9f\x09\x80\x78\x15\x7f\x4c\x14\xac\x38\x21\xcf\x61\x5e\x90\x7f\x96\xcf\x24\xf4\xcb\xd7\xcb\x06\x61\x77\x65\x2d\xb2\xb4\x52\x8c\xcc\x5e\xfa\x29\x2b\x4a\x5a\x22\x1d\x4c\xf8\x28\x19\x97\xc2\xc3\x9e\x4b\x22\xa4\xbe\xbe\x2a\xf1\x55\xa9\x93\xcb\x3b\x31\x46\xb2\x0e\x00\xd1\x32\xe1\x2d\x41\xb8\x9c\x64\x3a\x41\xff\x24\xdb\x65\xdc\x87\x7b\x23\x9b\x67\x50\x42\xb7\x48\xf9\x7a\x68\xf1\x6f\xc9\x3b\x5d\x6c\xe6\x0f\x49\x49\xad\x57\xfc\x53\xf1\x59\xed\x94\x30\x17\x71\xaa\x66\x92\xcf\x4b\xd1\x65\x35\xcc\x65\xa7\x28\x55\x11\x05\x80\x30\x57\xdc\xc9\x23\xcb\x7a\xdb\x26\xd1\xd2\xa5\x3f\x5b\xf2\xb1\x44\x69\xb1\x4d\x52\xfd\x3f\xc9\x05\x6b\x7f\xd1\x5e\x49\x5c\xc3\x85\x8c\x1b\xe2\x3d\x75\x6f\xe2\xde\x88\x83\x2c\x3e\xa1\xc1\xa2\x41\x93\xc8\x67\x99\xc8\xd3\xd0\xe4\x92\x28\xa4\xab\xf1\x00\x08\xc6\xa5\xf3\xb8\x3d\xb2\xea\xee\x9b\x54\xa3\x74\xa2\xf3\x19\xe6\x84\x74\x6e\xfb\xb5\xea\x8d\x12\x79\xeb\xd6\xa2\x35\xe2\x8f\xcd\xb5\x19\xe5\x62\x5c\x13\x2c\x4e\x2d\x7a\xdc\x58\x10\x72\x5d\x94\x5b\x2f\xf0\xbe\x22\xdc\x6d\xf6\x72\x59\x22\xf8\xa5\x39\x00\x80\x20\x57\xda\xc1\xf9\x2e\x5b\x31\xf0\x93\xf2\x4d\x4a\xee\x7b\x88\x89\x95\x5c\xe8\x69\xa9\xba\x24\x09\xed\x4a\x2b\xbc\x20\x6e\x69\x7f\x93\x31\x45\xec\xda\x6a\x88\x4b\x16\x49\x9a\x73\x43\x5a\x84\x8f\xac\x67\xbd\x3b\x85\xc1\x75\x4b\x5c\x3c\x05\xb9\xda\x6b\x00\xf0\xaf\xc8\x00\xcd\xd2\xfc\x02\x32\x82\x6b\x68\x7a\x57\xf5\x00\xfa\xc7\x3a\x09\xea\x54\x7a\xa4\xc1\x17\x1e\x9a\xfd\xa4\x2e\x15\x29\x4f\xa6\x98\xab\xd0\xff\xad\x7f\x62\x54\xe3\x10\x81\xce\xfa\x6f\x84\x9d\xee\x58\xbd\x3f\xa9\x69\x6a\x6b\xad\x0f\xa5\x1b\x00\x45\x0a\x7b\x06\xcd\xbd\xd9\xa3\x9a\x8d\x8b\x68\xf2\x86\x52\xa0\xdb\x1b\x23\xe0\x55\xa5\xac\x7a\x32\x32\x3f\xbb\xd3\x32\x8a\x46\x27\x47\x98\xae\x61\xad\xeb\x77\x18\xa7\xe2\x6f\xad\x7e\xa3\x57\x10\x9f\xb8\xe3\x74\x07\xc8\xca\xa9\x87\xb5\xc7\xa9\x69\x00\x28\x66\xb2\x57\x52\x9b\x6c\x79\x30\x0a\xf6\xbc\xb5\x10\x11\x0a\x2d\x6b\xc0\x20\x5f\x94\xfa\xd5\x1d\x47\x77\x67\xe7\x5b\x66\x60\x25\x9b\x3e\x9b\x62\xf0\xdc\xf5\x02\x03\x9f\x28\x59\x7d\x55\x3f\x9d\x9c\xe7\x8e\xd1\x25\x51\x0e\x4d\xbd\xab\xcd\xa4\x6d\x01\x40\x7e\x8a\x6d\xa0\xe0\xad\xc7\x30\x68\xcc\xa9\x86\xd7\xd8\x0b\x35\xac\xfa\xe5\xf8\x25\x25\x10\x0b\x97\x20\xcc\x1a\x36\x5d\x22\xfe\xde\x54\x6d\x74\x25\x5b\xd6\x3b\xea\xab\xa8\xa1\xab\x45\xb5\xbf\x69\x06\xf7\x9a\xda\x68\xfa\x80\xb3\x8b\x26\x9a\x69\x07\x80\xdc\x8d\x73\x87\x7c\xb8\x31\x9a\x74\x18\xfd\xb4\x9e\x45\x3e\x5b\xcd\xb3\xec\xa5\x8c\x17\x73\xcd\x4b\xa9\xc3\x5b\x1e\x19\x15\xb4\x43\x49\xdb\xf4\x7f\xd3\xff\x8d\x22\xeb\x22\x98\x0b\x57\x07\x6b\x5f\xb0\xfc\xdd\xf3\xb5\xde\x6c\xe0\x1c\xaf\x76\xe3\xac\x06\x40\x96\xc5\x2b\x27\xb1\xeb\xbf\x30\xf7\xa3\x4e\xd6\xf9\xb1\x56\x57\x31\xcc\x70\x96\xa1\x48\x65\x7c\xc4\xf6\xda\xe2\x62\xc8\x61\x1f\x49\xfc\xaa\x9b\xe0\xd0\x23\xaf\xd7\x2e\xe2\xae\x0b\xb8\xa2\xb9\xcb\xfd\xcf\x3d\x5e\xe3\xca\x33\x3b\xb3\x94\x6f\xf9\x61\x00\x48\xd9\xfc\x3b\x84\x1d\x75\x53\x24\xc1\xc8\x48\x33\x54\x32\xaf\xd2\xd3\x78\x56\xfc\xba\xb0\xc8\x90\x2d\xbe\x96\x39\x49\xf7\x97\xf8\x6c\xe2\xcc\xda\x34\xf1\x85\xc8\x05\x9a\xa3\xe2\x7b\x01\x99\x6a\xa9\xf8\xab\xbb\x83\xaa\x43\x12\xe6\xdc\xaf\x40\x89\xbd\x00\x90\x60\x84\xfb\xf1\x4b\xcc\xdb\x75\x74\xf8\x49\x93\x67\xed\x68\xc5\x88\xa1\x47\x7b\xb1\xc0\x5d\xbf\x42\x3b\x6b\xf3\x8b\xda\x1d\x9a\xbc\x84\x79\xda\x68\x75\x67\xc4\x26\xf5\x49\xf5\xa4\x55\xdb\x54\x62\x95\x66\x49\xbf\x52\xad\x5a\xed\x3c\x2c\x5f\x2f\xc3\x02\x20\xd6\x89\x63\xb0\xf7\x4c\xb7\xad\x2a\x18\xc3\x98\xd2\x18\x5d\x2e\xd2\x1f\xad\xbf\x9d\xf7\x45\x57\x58\xc7\x49\x7f\xa1\x7d\x66\xf1\x8f\x5f\xab\x11\x99\xee\x87\x2b\xd4\x0b\x8d\x7b\x56\x39\x29\x2f\x18\x2e\x2e\x71\x50\x1c\xd7\x4d\x73\x66\xcb\x0a\x94\xb3\x00\x10\x3d\x93\x50\xb1\xa1\xa6\xea\xd6\xff\x41\x1f\x18\xfe\x69\x29\x2a\x7b\xa7\xc7\xd8\xf6\xe6\x31\x6a\x7f\x35\xf9\xa6\x73\xb4\xb5\x8d\x0d\x71\x57\x35\x2b\x1a\x16\x84\x87\xab\x4e\xd6\x5d\x58\x79\x48\x89\xb3\xf8\x2d\x3e\xaa\xc8\x33\xcc\x74\xae\x90\xde\x56\xad\x04\x40\x54\x2b\xf9\x07\xd3\x6d\x7c\xd7\x55\x07\x85\x18\x84\x1d\x2f\xca\x04\x7a\xd7\x76\xbf\xbc\x79\xb5\x2d\xad\x98\xf4\x55\x5a\xbf\xe6\x3d\x71\x06\xf5\x11\xdb\xa2\xf0\xc9\xaa\x72\x6b\xcb\xca\x06\xc5\x87\xfa\x6b\x8b\x3b\xe4\x87\x8c\xa3\xce\x18\xe9\x1a\xb5\x3b\x00\xa2\x69\xd2\xf8\xea\xfb\x83\x4e\x95\xa4\xd2\x03\x7d\xe9\xd5\xcc\xbc\xb9\xdd\xdd\x50\x66\xfa\xad\xce\x25\x70\x75\xc2\x9c\x36\x0b\xf2\x70\xe4\xb9\xe6\xef\x98\x59\x41\x8c\x26\x01\x0e\xeb\xed\xd4\x28\x27\x0c\xcc\xe1\x36\xbc\x26\x6d\x99\x74\xcb\xb8\x8c\x86\x07\x40\x25\xe2\x78\x54\xb7\x0e\xa4\x54\xbf\x2b\x55\xf4\xea\xa0\x67\x72\x5f\x75\x3d\x87\xdb\xd2\xc7\x3b\x28\x48\x7a\xfc\x9b\xd6\x1f\x68\x6a\xe4\xd6\x66\x2c\xd6\x10\x04\xb3\x7e\xc3\xef\xf2\x76\x6a\x9c\x4c\xdc\x35\xa7\xbe\x01\x4b\xf6\x72\x00\x86\x43\xb4\x97\x00\xa8\xa2\x39\x8b\xaa\xb3\xfb\x35\xb0\xe6\xd2\xe4\x9e\x2b\x88\xf4\xdc\xf1\xae\x40\xe4\x8b\x74\x5e\xfb\x19\xb4\x21\xfe\x68\x6b\x19\x16\x12\xa9\xb1\x5d\xc7\x6f\x0e\x4a\xb7\xa2\x89\x71\xde\x93\x1a\xf8\x64\xe7\x39\xa3\xf5\x77\x29\xf1\x0e\x7e\x86\x64\xfa\x79\x00\x94\x2f\x38\x35\x55\xa4\xde\x37\x18\x8f\x12\x43\x37\x04\x5b\x93\xeb\xde\xf1\x00\xd7\x95\xf6\xa3\x4d\x44\x70\x8a\xcf\x6f\x59\x4a\x54\x44\xae\x6d\xea\x21\x7b\x04\x39\x37\x26\x50\x0e\x2c\x7b\x52\x5f\x42\x5b\x36\xe7\x5a\x5d\x0f\x7d\x81\x03\x51\x1f\xc2\x0a\x00\x40\xb9\x82\x4b\xaf\xfc\xd9\x43\x24\x5e\x28\x01\x9d\x9f\x48\xf7\x72\x08\xed\x12\xf2\xa5\xb4\xca\xd6\x10\xca\x9d\xb8\x2b\xb6\x07\x34\x10\x71\xcc\x4a\xa0\x87\x05\xee\x6c\x70\x61\x50\x97\x9d\xae\x0b\x64\xb6\xce\x79\x6f\x29\x67\xe1\x1c\xf6\xeb\xa6\x72\x2e\x01\xa0\xc8\xe2\x5d\xae\xcc\xea\x5e\xc6\xf0\x2d\x4e\xe8\x18\x60\xec\xcd\xde\xdb\x16\xc5\x8c\x49\xdd\xdf\xfc\x85\xf9\x32\x2e\xa1\x69\x8c\xb5\x35\x62\x73\x63\x12\x5b\x12\x58\x52\xf7\x8c\x53\xb1\xac\xcd\x32\x85\x9b\x31\x77\x8a\xd9\x83\x37\xd9\x71\xba\xf6\x01\x3f\x17\x00\x39\x49\xe0\x57\xb1\xbd\x13\x2d\x6c\x2e\x9a\xdd\xf6\x41\x38\x91\x75\xa3\xa5\x41\xb8\x3f\xe5\x9d\xad\x52\x78\x67\x63\x9d\xd5\x5b\xe4\x12\xbe\xaf\xfe\x9c\x28\x6b\xf5\x1b\x0b\x4f\xd4\xb5\x8c\x64\x52\x8a\xbd\xe7\xfa\x1b\x61\x62\xb9\x23\x46\x53\x24\x92\x02\x20\x4b\x11\x9e\x29\xdf\xde\x7e\x43\xbd\xb3\x70\x61\xab\x4e\x1d\xb3\xe5\x63\x73\x9a\x6a\x67\x8a\x6f\xd3\x12\x55\x5c\xec\xfd\x86\x57\xca\x7f\xc2\x7d\xea\x3a\x95\xc6\xd5\x64\x33\x42\x59\xb1\x6c\x95\xb1\x5c\x29\x99\xbb\xcc\x30\x5b\x11\xeb\xd8\xaf\xf6\x96\x7a\x03\x20\x85\x8a\x1d\xcb\x8e\xb6\x8d\x59\x5e\x17\x2c\x6f\x11\x9b\x1f\x6c\x99\x64\xcb\x30\x5d\x49\x4e\xb7\xfa\x1a\x1f\xc6\xfa\xd4\x7f\x36\x3a\xaf\x63\x5b\x4e\x18\x36\x07\xbc\x30\xd9\xf4\x17\x97\xee\x37\xa8\x74\x47\xe7\xdc\xd0\x2f\xd6\x38\x3b\xee\x56\x05\xca\xd3\x01\x90\x6c\x93\x4c\x2e\xdb\xd8\x16\x6f\x3d\x94\xbf\xb3\x65\x7a\xa3\x2c\xd3\xd6\x74\xb7\x21\x6d\xd3\xcb\xc6\x6d\xf5\x41\x31\xd7\xeb\xc5\x75\x6b\xd6\x85\x5b\x8a\x2c\x45\x01\xdb\x4d\x61\x66\xe3\x52\xb3\x61\x81\xb1\x64\xce\x01\x9d\x49\xdb\xe7\xb8\x5b\x39\xa4\x08\x01\x40\x92\x2f\x81\x97\x5e\x6a\xfd\xbb\xe5\x57\x7e\x5e\xb3\xad\x79\x28\x33\xa5\x09\x69\x2b\xd8\x34\xd4\x18\xde\xe4\x1b\xd3\x5e\x6f\x67\x9d\xbf\x6e\xa6\xf9\x76\x63\x60\x80\xd5\xb8\xbb\xbe\x71\xa9\x42\xaf\x34\x33\xe7\x1c\xab\x7d\x58\xfb\xc7\xf1\xbe\x72\x92\xd2\x09\x00\xf1\x55\xc9\xb1\x12\xe9\xf8\xe4\xca\x4f\xb9\x6d\x23\x8b\xab\x6f\x6d\x5e\x3b\x18\x09\xdd\x91\x98\xdd\xc7\x86\x0f\xaf\xff\xd2\xbd\x17\x79\x2e\xc4\xa7\xe3\x29\xc6\x71\x45\x6a\x5b\x34\x2e\xd5\x1d\xd6\x12\x43\x20\xce\xdc\xd1\xec\x4b\x8a\xb0\xa3\x9b\xfe\xa2\x97\x02\xa0\x96\x70\xd8\x25\x55\x63\x89\x35\xe5\xb9\xc2\xe1\x0a\xd8\xec\xcd\x0b\x06\xe4\xf0\x23\x89\x11\xbd\xd7\x90\xb2\xf5\x8f\xba\xbd\xd0\xf8\x90\xf9\x1d\xb9\x58\xc6\x8a\x4d\xad\xe3\x78\x85\x3b\xae\x79\x27\x91\x38\xf3\xa6\xcd\x46\xfa\x66\x57\x67\xc2\xd0\xf7\x01\xa0\x8e\xe0\x60\x4b\xd6\x8e\x4a\x60\xef\x73\x0b\x86\xda\x11\xbc\xf4\xb7\xfd\x97\x91\x7f\x12\xdd\x7a\x57\xa0\xb5\xeb\x8f\x77\xf1\xb1\xa9\x21\x76\xed\x7b\xf1\xbe\x2b\xa2\x5a\x17\x11\xa7\xb8\xd3\x9a\x97\x91\xf6\xcd\xfc\x64\x03\x94\xb9\x76\x3b\x8c\xaf\x18\x42\x00\x54\x0f\x38\x03\xc5\xdd\xc3\x6f\x30\x41\x39\xd7\x07\x03\xb0\x65\xe9\xfc\x3e\x06\x4e\x92\xb0\xa3\xfb\x0e\xfe\xee\x7a\x7a\x67\x34\x31\x77\xed\x89\x36\x31\xe9\xe1\x8a\x79\xcd\xff\x52\x68\xee\xa4\xa6\x57\xd4\x4b\xb3\x56\x5a\x77\xd2\x5e\xda\x7d\x37\x5c\x61\x75\x03\xa0\x72\xe5\x0e\x15\xc7\x0c\x95\x13\x4f\xe7\x94\xf6\xef\x21\x8d\xa5\x7d\xef\x75\x27\x2b\x13\x36\x76\xe9\x28\x86\xf5\x73\xda\xbf\x53\xb7\xaf\x65\xb4\x26\xd2\xfe\x5d\xfe\x8f\x6d\x90\xb1\xd4\x9d\x6c\xed\x63\x66\xce\x2a\x6a\x2c\x62\x65\xd8\x67\xea\xbb\xb9\xb3\x00\x50\xae\xe6\x7d\x29\x62\x0d\xba\xd0\xf7\x66\x6f\xeb\xc3\x32\x12\xd3\xb0\xdd\xd7\x19\xe7\xe2\x8f\x77\x66\x31\xf9\x51\x03\x6d\x27\x59\xe9\x6b\xbd\x5b\xe6\xb0\x3d\x97\xf7\x36\xd1\x39\x76\xee\xa8\x46\x0c\xd7\x6e\x96\xa0\xc1\x8e\xfb\xd3\xbe\x57\xc7\xe5\x57\x02\xa0\x48\x12\x24\x14\x2a\xfa\x8b\x05\x37\xb3\x5e\xf7\xec\x10\x3c\x49\x3d\xd1\xe5\x27\x78\x15\xbf\xaa\x7d\x5c\xe8\x1e\x15\xd8\x1a\x20\x84\xaf\x39\x62\x53\x0b\xf7\x2d\x47\x36\x7e\x11\xad\x70\x47\xd4\x9f\x17\xfd\x35\xeb\x4c\x9d\x8f\xd8\x71\xd2\x1c\xed\x5b\x51\x2c\x00\xf2\x85\xc2\x23\x05\xe7\x7b\xc7\x54\xe2\xac\xf0\xee\x48\x95\x5d\xaa\x47\xc7\x19\x25\x37\xae\xa9\xad\x50\xe9\x13\x39\xd2\xfc\x40\xf1\x72\x4d\x51\xd3\x66\xc5\xd1\xe5\x8b\x1a\xce\x2a\x8e\xba\x67\xd6\x29\x94\xae\xb3\x3e\x98\x87\xe4\xc1\x93\x2a\x35\x7b\x25\x66\x00\x64\xab\x45\xff\xcb\x7f\xde\x23\x31\xaf\xda\x02\xef\x9a\x67\x0a\x48\x81\xb4\x8f\x18\xd7\x6c\x7c\xdd\x1a\x67\xc0\x47\xce\xb7\x5d\xd2\x9f\x0f\xfe\xcb\x9a\xaf\xcf\xf6\x1f\xab\x7f\xa1\x9f\xee\x3e\xc9\x62\xad\x95\xce\xba\x67\x52\xa9\x74\x93\x94\xea\x23\x32\x19\x00\x52\x91\xf8\x64\x3e\xbb\x67\x66\xc3\xc9\x2d\x8e\x9d\xd6\xfa\xe6\x94\x19\xed\x01\x75\xec\x8d\xdd\x2d\x87\x2d\x96\x88\xbb\xb6\xcd\xe6\x1b\xc1\x5d\x8d\x7f\x9b\xb7\xf8\x2b\xeb\x19\xa6\xc2\x25\xaf\x2c\x8b\xf5\xe7\x66\xdd\x35\xbe\xd1\xd8\x4d\xea\x57\xaf\x97\xc3\x01\x90\x7a\x48\x02\xf3\xe7\x77\xb7\xd9\xae\x66\xee\xe8\x74\x6f\x32\x25\x5f\x68\xeb\xb3\x96\x6c\x24\xb7\x84\x36\xc2\x22\x76\x34\xed\x6b\xe8\x09\x56\x36\x66\xd6\x9f\xf4\x67\xd7\xbd\xae\x03\x4b\xde\x9a\xb9\xc6\xa1\x59\x5f\x8c\x81\xda\x98\x49\x7f\xa9\xea\x14\xcb\x01\x90\xb4\x4a\x64\xb9\xb4\x1d\xfe\x55\xfc\xcd\xb6\x09\xdf\x9a\x90\xa4\x94\xb1\xd5\xd0\x27\xd1\xad\xc3\xf9\xf0\xfd\x61\xaa\x01\x3e\x72\xef\x6a\xc7\x5e\x03\xfa\x86\x37\xa7\xeb\x1e\xf6\xe3\xfc\xaf\x9d\x93\xf1\x1f\x9d\xb7\xb7\x55\x92\x52\x00\xb0\x14\xd0\xef\x02\xa0\xa9\xe6\x98\x72\x71\xdb\x21\x35\xb7\x37\x1b\xb7\x22\x61\x95\x49\xeb\x47\xf9\xf0\x47\xd1\xe6\xa1\x51\xa4\x22\x4c\xdc\x7f\x0f\x9d\xb3\xda\xa9\xe7\x33\x36\xc6\x5b\xd6\x95\x8c\x0f\x58\xe0\xd2\x41\x24\xbc\x77\xbe\xd5\x7a\x81\x0c\x00\x30\x3f\x65\xac\x01\x40\x33\x9b\xc3\xcf\x2d\xdd\xd6\x00\xaf\xda\xcc\x19\x1f\x46\xec\x4f\x5a\x36\x72\x0e\xe5\x16\x2d\x18\xb2\x43\x4b\xc2\xc8\xfd\x11\x58\xef\x80\x9f\x3d\x05\xb8\x27\xde\xf2\xce\x01\x42\xdf\x02\xdf\xf6\x0b\xa4\x18\xe7\x6f\xad\x2b\x29\xf3\x01\x30\x43\x18\x0f\x01\x50\x6f\xe5\xec\xca\x5d\x34\xe1\x88\x41\x6d\x5e\x33\x16\x84\x25\x24\x5e\x1b\xae\xc1\xd1\xa2\x37\x0c\x0c\xe0\xf7\x84\x45\xf7\xbe\x21\xba\x07\xdc\xee\x9e\x4d\x6a\xf0\x66\x76\xc0\x28\x73\x16\xac\x6f\xe3\x52\x4b\xa7\xad\x6d\x3e\x47\xfb\x02\xd6\x98\xc2\x59\x0f\x01\x50\xdd\xe0\x4e\xe4\x1c\x1b\x2f\x25\xfe\x48\x3f\x3f\x32\x4e\x1a\x49\xa4\x0e\x4d\x21\xd7\x6c\x78\xd1\x5f\x44\x29\x0b\xfd\xd1\xd3\x43\xa5\x06\x0c\x76\x9e\xa3\x59\xbd\x6b\xda\xe7\xd3\x8f\x2e\xc8\x6c\xf5\x64\x3c\x99\x06\xb7\x95\xb0\xa8\x80\x6a\xf8\xc9\xf5\x07\x40\xf9\x8c\xf7\x2d\xfb\xd1\xd8\x2c\x7a\x7d\x7a\xd8\x30\x94\x31\x2b\x71\xd6\xc0\x01\x86\x62\x83\xa9\x6f\x1e\x33\x24\x74\xa2\x1b\xc5\xfc\x15\x40\xeb\xd0\xb2\xce\x7a\x6f\x6a\xbd\xca\xee\x5e\x50\xdc\x7c\x8e\xd3\x3b\xcd\x6a\xfd\x8f\xe7\x0c\x76\xe8\x2f\xf2\xf3\x01\x50\x02\x41\x4c\xb6\x75\x24\x47\x80\x4d\xbb\x39\xd8\x2e\x40\x26\x74\xf4\xfd\x14\x94\x6f\x08\xed\xa9\x10\x98\x42\x11\x9d\x7b\x04\xff\x06\xc4\xb5\xbd\x16\x26\x7b\xaf\x6d\x89\x14\x1e\x5b\x20\xb2\x4d\x16\x69\xa6\x83\x86\xcf\xa2\x3a\xbb\xf9\xba\x08\xe1\x4f\x00\xe4\xa7\x85\x7d\xd9\xcb\x86\xd4\xca\x7d\x69\xd5\x03\x53\x94\x3e\x09\x21\xbd\x4a\x85\x79\xfd\xb5\xae\x77\x8a\xcc\xd0\x05\x1d\x79\x8a\xe0\x00\xa7\xd6\x46\x85\xaf\xf7\x6c\xdb\x5b\x45\xf6\x02\xb3\xb5\x55\x51\x36\x7d\x73\x7d\xa5\x2c\xdd\x0e\xa6\xfd\x25\x59\x02\x80\xec\x6f\xd1\xee\xac\xb4\xc1\x7c\xe3\x93\xd4\x89\xbe\x73\x86\x07\xf1\xbd\x3d\x69\xfa\x37\xeb\x73\x3b\xf7\xea\xd3\x43\xfa\xdb\xbd\x75\xb7\x56\xf5\xb4\x88\x75\xd6\x65\xc7\x9a\x3e\xe9\x02\x17\x60\x1b\x0d\x5a\xdf\xe9\x90\x3a\x2f\xe5\x16\xbb\x7a\xad\x9d\xf4\x01\x00\xb2\x00\xb1\x79\xcb\xeb\x81\x9b\xf5\x19\xa9\xd0\xbe\xb8\xba\x65\xf1\xc8\xee\x1d\x96\xe9\xeb\x3d\x3b\x7d\xcd\x99\x21\xbc\xb6\x5a\xd3\xb9\x55\x92\xe6\xcf\xa6\xf2\x65\x03\x4d\x54\xa3\xcb\x02\x44\xa3\xbd\x6e\xe5\x74\xaa\x85\xa1\x6a\xb7\x9b\xd0\xb0\x65\xa3\x00\x48\x2f\x8b\xdf\x6e\xb1\x0e\x94\x35\xad\x48\xf5\xeb\xdd\xd5\xf8\x22\x3e\xaa\xdb\xbd\xe1\x58\xd4\xaf\x0e\x45\x83\x5d\x08\xa2\xf5\x45\x3d\x63\x15\xad\xb9\xa8\x0e\xbe\xac\xdf\x7a\xd7\x8c\x58\xc0\x6d\xc8\xd1\xdf\x9c\xde\x66\x1e\x56\x1f\xb5\xbb\xaf\xbe\x29\xaf\x04\x40\x9a\x2b\x09\x9d\x18\x82\xce\x28\xa4\xf5\x6e\x83\x19\x4a\x70\x4d\x49\x88\xc9\xe5\xf9\xb5\xb3\x91\xbd\x95\x35\x02\x27\x74\x79\x8d\x9c\xe8\x87\x5d\x07\x97\x43\x9e\xe3\xfd\x51\x96\x8c\xa7\xc4\x15\xd8\x5b\x91\x6a\x32\x20\x3c\xf4\x1a\x25\x9f\x21\x4f\xb5\x2b\x62\x91\xa9\xdb\xb7\xee\xad\xce\x2e\x55\xf4\xdc\xad\xf9\x5d\xb1\xcc\x2a\x82\xf5\x56\xee\xd4\x56\x23\x70\x35\x14\x3e\x1a\x95\x01\x4f\x20\x34\x63\x52\x90\x1f\x20\x14\x5c\x09\x66\x24\x83\x47\x60\xe1\x8d\x91\x01\x24\x18\x29\xda\x8b\x48\xf6\xa5\xcc\xb0\x4b\x64\xad\xa0\xb1\xc6\xf7\x57\xb6\x43\x0e\x75\x7f\xab\x26\x57\xfd\x69\xdc\x06\x4d\x81\xc6\x6a\xfa\xe0\xeb\xe0\xa3\xbc\x93\xc8\xf5\xa8\xd5\x84\x99\xe8\x42\x8c\xba\xe2\x07\x56\x81\xfb\x90\x31\x17\x7f\x98\xc8\x8a\xf8\x8b\x78\x80\x7c\xc6\x6b\x3d\x89\x4c\x4d\xb1\x8b\x66\x5e\xa2\xd3\x47\x8f\x97\xeb\x90\x9c\xae\xe5\x90\x66\xf4\x92\x06\x97\xaa\x93\x98\x56\xf5\x9a\x9a\x0f\xb8\x0a\xae\x00\x1e\x42\x58\x83\xfb\x80\x94\x13\xdf\x55\xb8\xa2\x5f\x92\xf7\x6e\xce\xc0\x65\x52\x55\x11\xa1\x84\x1a\xba\x9f\xe7\x3d\xc2\x77\xc6\x62\xbb\x54\xe6\x54\xe6\xd8\xf0\x70\xc9\x7e\x52\x65\x07\xb4\xdc\x81\x5c\x51\x47\x84\x54\x50\x92\x94\x07\xaa\x8e\x53\x4b\x39\x51\xd0\x8d\x34\x31\xf6\x36\xfc\x04\xbd\xa5\xdc\x0f\x55\xc2\xd8\x93\xae\xc5\x3c\x64\xde\x0d\xef\xc4\x4f\x65\xdd\xf4\x34\xe2\x59\xec\x4d\x76\x42\x46\x30\xfb\xd7\xe0\xed\x22\x77\xf6\x89\xb6\xc6\x92\x76\xce\x0a\xf3\xe5\xf2\x10\x4e\x91\x22\x15\x72\x9e\x73\x80\xf5\xa9\x9a\xcd\x5d\x8b\x39\x0c\x0b\xe0\x36\x97\xc5\x22\x9e\xf3\x9c\xd2\x2e\xa3\xf5\x3c\x4a\xb8\x1b\xf6\x38\xef\xb8\x27\x0c\x37\x99\xd7\x67\xb7\x8b\x8e\xe2\x05\xf5\x3b\xe5\x17\xaa\x04\x2d\x53\x0a\x5f\x28\xaf\x1b\x21\x25\x6a\xa5\x97\x6c\x66\x79\x91\x82\xce\xf8\x5c\x19\x29\xbf\x8e\x76\xa8\x71\x97\xfb\x94\x5c\x86\x4f\x95\x61\x53\xc7\x91\xd7\xa5\x5b\xd7\x65\x61\x16\x49\xde\x79\xce\xc7\x64\x48\xbc\xed\x7d\x69\x34\x61\x48\x0f\x39\xe7\x81\x75\x59\x53\x53\xfe\xd9\x86\x22\xbd\x4f\x51\x47\x5d\xab\xf8\x4f\xa9\xd1\xfc\x0f\x7d\x49\x45\x9d\xc9\x07\x59\x53\xd5\x62\xc8\x2e\xa6\x40\x07\x75\xa4\x94\x26\x84\x51\xab\x0e\xd3\xa0\xfe\x51\x1f\xf6\xd8\x85\xf6\x55\x25\xd9\xe3\xa9\xb7\xc5\xff\xeb\xea\xcb\xa6\xf4\xc7\x35\x5e\xce\xa3\xf4\x0c\xd4\x16\x16\x52\x3a\x7f\x8a\x52\x4b\x48\xed\x29\x54\x61\xb9\xa4\x45\x0a\xff\x58\xd9\xdc\xd4\x59\x14\x5e\xb3\xbb\x61\x38\x79\x10\x3e\x66\x39\x14\xfa\x1e\x35\xd9\xe4\xef\x41\x42\x41\x75\x36\xfb\x1d\x54\x94\xcc\xb5\xf3\x46\xf6\xa2\xb1\x8a\x46\xb7\xbc\x99\xc3\x95\xda\xc1\xc2\xa9\x03\x49\xc2\xae\x12\xa7\xde\xe5\x94\x27\xe5\x0b\x3a\x3f\xc1\xd1\x95\x6b\xda\x6c\x85\xc7\x6a\x32\x9b\x57\x25\x17\xc2\x93\x1b\x2f\x84\x9e\x44\xb6\xd4\x3d\xf5\xc0\x22\x7f\x1a\x06\xed\x9f\x51\xbd\x64\xf7\x3b\x13\xb3\xee\xef\x10\x36\x58\x72\x8f\x4d\x84\x6a\x23\x0a\xc6\x46\x8f\x09\xc3\x8b\xbb\x87\x72\x29\x82\xb2\xd1\xbe\x63\xf0\xb9\x90\xa3\xdd\x8e\x85\xfc\xea\xbf\xdb\x57\x25\xaf\x81\x5d\x6a\x86\x85\x9e\x44\x7a\x34\xbe\xf2\xa8\x43\x72\x4d\xfe\x93\xa2\x29\xbb\xe4\x39\xa3\x39\xf0\xa3\x85\xf9\x9d\x17\x91\xa0\xa4\xb0\x7e\x04\x95\x52\x1e\xa5\xba\x82\x1e\xaa\xcc\xe4\x7a\x61\xfd\x6a\x18\x38\x2b\xee\x24\x9c\x57\xbe\x9f\xc0\x41\x99\x37\xcf\x22\x45\x60\xff\x8e\x98\x45\x3e\x45\x78\xee\x79\x91\x92\x49\x5e\x63\x57\xc4\x6a\xa3\x85\x8e\x60\x61\x53\x4a\xb3\x3a\x7e\xc1\x19\xe5\x9f\xea\xde\x23\xfe\xad\x54\xa9\xfc\x50\x8c\x9a\xcd\x1c\x31\x66\x31\x7c\x29\x6e\x36\xf6\x3e\xf2\x4e\x79\x12\x7e\x1b\xa6\x39\x7d\x90\xa8\xc1\xab\xc2\x8f\x93\x03\x49\x71\x9e\xf5\xe4\x6d\x94\xd5\x76\x29\xac\x62\xda\xab\x61\x76\x4d\x31\x84\xd8\xb1\x0c\xfa\xb1\x6a\x6f\x5d\x00\x5c\x03\xb5\x53\x12\x91\x89\x70\x26\xfb\x31\xda\x05\xf9\x0b\x2b\xc5\xbc\xc3\xd4\x94\x5d\xc1\x3d\xc5\xdd\x4c\x4f\x22\xdc\x20\x22\xc2\xa9\x24\x0d\xf9\x94\x27\x9a\x3c\x99\x0a\xb7\x8b\x63\x39\xd2\xef\x0f\xf2\x2b\x71\x48\xd0\x96\x5e\x1d\x85\x9a\x30\x4b\xa1\x7e\x98\x0d\xf2\xef\x70\x57\x9c\x03\xab\x0d\x39\x1b\xff\x10\x83\x41\xaf\x20\x8e\x95\x3e\xc3\x66\x91\xe5\x69\x52\x3c\x9a\x8a\x58\x77\x87\x18\x41\x5f\xec\xb9\x90\x68\x65\xac\xb5\x2b\x61\xc6\xb3\xa6\xf6\x4b\xcb\x5b\x88\x7b\x5b\x74\x90\x11\xd2\x5f\xc6\xe7\x55\x17\xc8\x57\x64\xea\x9a\xff\x28\x6f\x98\x10\xb8\x0f\xcd\x0b\x9d\x8f\xc4\xd1\x53\x4b\x01\xfa\x28\x83\x95\x7a\x01\x67\xcf\x1c\x5b\x97\x86\x7f\xcc\x3a\xec\x71\x97\xe0\xc9\x2e\xb4\x6b\x60\x60\x38\x69\xbd\x1d\xa5\x4b\xd9\xf3\x6c\xa7\xcb\xcb\xd9\x5a\x43\x06\x64\x9c\x7d\x51\xba\xa8\x1a\x70\x36\x30\x3c\xa1\x35\x9c\xbd\xa8\x58\xf8\x4d\xee\xba\x92\xc5\xa8\x3c\xee\xf6\xd4\x85\x98\x6d\xbc\xc8\xb0\xeb\xb8\x4e\x5e\xaf\x47\x1f\x6e\x07\x6f\xdc\xee\x01\xbd\x85\x47\xea\x9e\x5c\x14\xa3\xa4\x5b\xb3\x4b\xba\x14\xaf\x6b\xdf\x97\xcf\x55\x14\x89\xde\x43\xcc\xf2\xfd\xb4\xa0\xea\x15\xf2\x00\x84\x09\x7a\x51\x66\x29\xda\x83\x60\x4a\xbf\xa6\x38\xa0\x7e\x4a\xcb\xc2\x16\x60\x7e\x48\x0e\x78\xf0\x31\x7f\x24\x8b\xed\x2b\x69\xad\xc2\xf2\x0e\x64\xfe\x97\x86\x1b\xf5\xef\x8b\x2c\xf5\x7e\x9a\x73\xa5\x6b\x2c\x26\xc1\xc7\xf2\x6b\xa6\x57\x94\x9a\x4a\xa5\x71\x13\xec\x77\x4d\x96\xde\x54\x88\x80\x2f\xaa\xbd\xba\xe9\x2b\x72\x8f\x76\x56\x68\x19\xfa\x98\x1a\xe7\xe1\x83\xbe\xae\x9a\x67\x3f\x4e\xfd\x26\x7e\xdf\xc6\xcc\x33\xf4\xb6\xd5\x39\x17\xa6\x76\x87\xaa\x3e\x94\x38\x76\x6c\xe3\xc7\x96\x6d\x6f\x5b\x48\xba\x06\x61\x35\x53\xa0\xd6\xea\x1c\xeb\xce\x82\x75\xb0\x80\xfa\x67\x9b\x5c\x10\xb7\x2d\xde\x21\xa7\x50\x4f\x8d\x5b\xdd\x9f\xa0\xa7\xe9\x62\xed\x7f\x52\x45\xb2\xb9\xad\x03\x79\xeb\x46\x3a\x2d\x69\x05\x4f\x06\xaf\xaa\x62\x8b\x9b\xfb\xfe\xe1\x35\x96\xa5\x75\x3f\x22\x45\x41\x66\x74\x9c\x87\xce\xad\x7a\xd6\xda\x9c\x7f\x12\x7a\xc4\x56\x90\x74\x08\x41\x6c\xf4\x0a\x69\x45\x31\xeb\x20\xee\x8f\x51\xed\x86\x8d\x93\xd6\x52\x43\x65\x77\x5a\xe7\xe5\x7e\xd9\xb6\xcd\x7c\xac\xc0\x3a\x6e\x51\x1e\x2b\x8e\x1b\xc9\xe0\x2d\x2f\x7d\x36\xf0\x8b\xf8\x77\x45\x4f\x6f\x6d\xcd\x91\x2a\x56\xe7\xb7\x7c\x05\x74\x4b\xdb\xe6\x24\x1b\xfc\xb3\x6d\x2c\xc4\x86\xfc\xda\x98\xe3\x31\x1d\xb5\xd0\xb8\x63\x92\x92\x72\x40\x9e\x3a\x70\x1c\xd5\x50\x18\xd1\xba\x15\xdd\x58\x12\x6b\xfa\x1b\xb3\xab\x7c\x89\xbc\x10\x7b\xaf\x32\x8c\xf9\x0d\xbf\xbc\x06\x82\x3e\x43\x30\xc3\x91\xa5\xa9\xa4\x39\x28\x71\xea\x1b\xb2\x1e\x7b\x72\x5d\x02\xe5\x7f\x84\xeb\x1e\x22\x6a\x04\x79\x15\xf8\xcd\x5e\x4d\x33\xf7\xbf\x40\x3c\x2c\x5d\xd4\xf2\x2f\x6a\x41\xf9\x49\xd3\x72\x74\x61\x65\xb1\x6c\x1b\x66\xa4\xc6\x9b\x59\x89\xf3\x81\xfd\x40\x27\xe0\xb7\x22\x77\x96\xdc\x24\x66\x61\x04\xa9\x3a\xd2\xbf\x78\xec\x3a\x7b\xca\x66\x92\xbf\x47\x26\xa5\x8b\xb2\x14\xbc\x61\xbd\xa2\x47\xf7\x3b\xc2\x43\x20\x4b\x5b\x66\x23\x5a\xab\xa8\x46\x0c\xf2\x7b\xcd\x41\x99\x3d\x5a\x04\x5f\xcf\x38\x82\xf5\x44\x1e\x45\xed\xc2\x9d\xc5\x04\x97\x54\x12\xe4\xb8\xe1\xd4\x00\xd2\x3a\x62\x7c\xd8\x4e\xf2\x30\xb9\xdf\xc3\x93\xfc\x83\x9a\x0b\xfe\x63\xd9\x18\x7e\xbd\xf6\x35\x44\x84\xd4\xb6\x0e\x66\x87\x4a\xd4\x1f\x84\x6f\x47\x5f\x97\x28\x91\x95\xd8\x6e\x3a\x0f\xbd\x0a\xaf\x40\xb6\x61\xa7\x11\x21\xc5\x0c\xdc\x17\x72\x7c\x0a\x95\x70\x85\x1a\x1c\xe6\x4f\x82\xd0\x3e\xb9\x3f\x24\x35\x30\x3c\xec\xdc\x98\xb7\x58\x09\xdd\xcb\x2b\x3b\x88\x73\xac\x82\x6a\x21\x69\x93\xce\x0f\x8a\x25\x17\x88\x3d\xe1\x9b\x28\x6c\x5a\x3c\x32\x91\xba\x1d\xa1\x45\xe7\xd2\x5e\x14\x99\xb1\x38\x86\x7f\xf2\x51\x3c\x8e\x49\x0c\xed\x23\xce\x64\x59\xdc\xc7\x89\x5e\xec\x18\xbb\x32\xa6\x03\x87\xd6\x19\x5a\x91\xce\xaa\x6a\x38\x54\x99\xc4\x7a\xa1\xd5\x55\x57\xb0\xa3\x85\xdb\xa0\xd5\xec\x71\xea\x64\xb8\x92\x13\x0e\x67\x21\x8f\x72\x8e\x17\x8e\x62\xec\xb8\xb9\xc9\x73\x71\x5e\xdc\x57\xa1\x1b\xf0\x97\x78\x24\x77\x1d\xfe\x30\xaf\xd1\x6e\x80\xb1\x8e\x67\x6a\xbb\x52\x9a\xa9\x40\xd6\x55\x97\xab\xe4\xbf\xd5\xa9\x90\x8b\x72\x05\xbf\xb9\xea\x97\xec\x1b\xd9\x0f\x9a\x2f\x63\x41\x6f\xc1\x0f\x49\xbf\x15\x14\xa0\x02\xa4\xb4\x4d\x53\x30\x38\xc9\x87\x10\x05\x6e\x95\x84\xe6\x0e\xc5\xcd\x16\x7f\xb1\x0f\xa1\xaf\x15\x62\x5a\x56\x16\x47\xd4\xcb\xcc\x2e\xa5\x1a\xcb\x2b\x65\x68\xf9\x07\x33\x9f\x3b\x54\x99\x60\x7c\x49\x84\x55\xef\x32\x94\xd7\x64\xc1\x12\x75\x27\xf3\x5d\x10\x57\x6a\x57\x24\x4d\x42\x07\x68\x54\x6b\x2f\x61\x3e\xa8\x67\xba\xcf\xc7\xbc\x52\x5e\xb6\x57\xd1\x14\xe2\x17\xb6\x39\x85\x77\xba\x3f\x1a\x9d\x4b\xb2\x3a\x77\xc9\x73\xca\xce\xb7\x57\xb1\xbf\x43\xfc\x5a\x1e\xe0\x1f\x56\x0d\xd9\x8a\xab\xbe\x40\x53\x1b\x8f\xe4\x3e\x87\x3f\xad\x5f\x92\xe8\x85\xda\x6c\xe6\xad\x8d\xc2\xcc\x33\x46\x2c\xb9\x8a\x59\x56\x7b\xc2\xfe\x32\xcd\x59\xfa\xb9\x29\xa9\x90\x3f\x74\xdf\x90\x58\xfc\x7a\x60\xbd\xac\xae\x0c\xda\xcb\x60\xe7\x56\x1c\xea\x32\xe1\x33\xaa\xe2\xda\x5b\xab\xa8\x35\x0f\x5a\xea\x73\xb9\x70\x7e\x13\x3f\xe1\x32\xf2\x51\x03\x69\xad\x2b\xba\xc7\xf2\xf7\x92\xab\xe8\x9d\xfa\x5d\x93\x26\x53\x77\xcb\xf6\x5a\x47\x0b\x63\xb6\xde\xd5\xef\x28\x6e\x1b\x7d\x21\x9b\x55\x36\x6d\xe8\x12\xeb\x7e\x05\xa4\xdf\x86\xfb\xaf\xf2\x56\x4f\x56\x95\x4f\x0d\xb9\xe3\x59\x6e\x0c\xdc\xb9\x15\x97\x30\x8a\x44\x37\xfd\x58\x3b\x1d\xed\xdd\xb0\x6f\xc9\x6f\xb4\xaf\xd1\x6f\x52\x19\x35\x46\xee\xdf\x2e\x24\x24\x17\xae\xae\xfb\x4e\xf8\x5e\xe2\xad\x99\x4a\x6c\x2a\x77\x11\x38\x93\x54\x95\x33\xc8\x71\xe4\xda\x1a\x1f\xe8\x1e\x8a\x0d\xbe\x32\xff\x05\x75\x2f\x2a\x29\x69\x39\xed\x24\x96\xbd\x76\x26\x7d\x98\x40\x5b\xf4\x8e\x7e\x8b\xb4\x03\x00\xce\x1b\xba\x7d\xdb\x41\xdc\x8e\x92\xdb\x75\x29\x78\x5d\xb9\x58\x8d\x21\x14\x54\x7a\xf3\x09\x44\x5c\xf5\x35\xd2\x30\xa9\x1e\xd6\x02\x0d\x23\x1f\x43\x16\xe5\xb3\xa8\x76\x18\xbf\xc4\x1b\x34\x7f\xbc\xcb\x9a\xdb\xf4\x65\xc4\x3d\x8b\x2e\xd2\xd3\xc9\x5d\x00\x70\x76\xd2\x1b\x5b\xdf\x62\x57\x56\x8c\x58\x34\xb8\xe5\x55\x53\x55\xc7\xf0\x73\x6b\x20\xbc\x13\x84\x5c\xd8\x31\xd2\x2c\x62\x2b\x32\xbe\x66\x90\xf4\x0c\xbd\x3d\x7f\x12\x25\x16\x17\x91\xc8\xa1\xf2\x08\xd7\xd6\x98\x69\x4a\x72\xd0\xa2\x71\xda\x08\xe5\x0a\x00\x1c\x28\x03\xdf\x7c\x01\xc5\x80\xcb\x4d\xdd\xe8\x41\x64\xb9\xe2\x13\xe6\x2e\x7a\x12\x77\x13\x2e\x09\x73\x8b\x70\x09\x7f\x10\x77\xb2\xda\x4c\x8c\x24\x0c\xe5\x2d\x20\x1d\x24\xb5\x24\x9c\xa1\xf8\x50\x3a\xd7\xac\xa0\x26\xd3\xc8\x8b\xc8\xd4\x42\xba\x09\x00\xf6\x20\x8b\x60\xcb\x83\xef\x21\x4c\x36\x06\x22\x03\x88\xc1\x72\x12\xaa\x95\x94\xc0\x7e\x86\x89\x22\xf3\xf1\xad\xd8\xc7\x94\xf3\x55\x72\xbc\x96\x36\x3f\x37\x9c\xb8\x9e\x8e\x49\xf0\x25\x9d\x60\x5c\x0c\x3e\x45\xfe\xc3\x9a\xb6\x08\x45\xfe\xce\xda\x0d\xc2\x58\x0f\x39\x4a\xeb\x46\x28\x91\xb1\x57\x5f\x02\x9f\xc5\x24\x48\x5f\x23\xea\x98\x8f\x58\x1a\x54\x19\x8b\x83\x43\x63\x42\xd8\xbe\x95\x2c\x9c\x3d\xfb\x7c\x4e\x1e\xfe\x1a\x87\x15\xcf\x26\xf2\xb9\x6b\x83\x6b\x48\x47\xb9\xb7\x16\x95\x90\xfa\x78\xb3\x81\x9c\xb5\x80\xa7\xac\xef\xad\x6a\x95\x25\xd6\x3a\xd6\xe4\xcb\xec\xc5\xbb\x61\xf3\xa5\x5b\x19\x2a\xc4\x0c\x69\x21\xa6\x1b\xe5\x22\x9d\x52\xf1\x16\x33\x53\xb2\x35\xdb\x15\x37\x45\x52\x1a\x27\xc3\x5f\x95\x4c\x0f\xda\x4d\x5c\x26\x3e\xbc\x28\x8a\x38\x4b\x4c\xb2\x5b\xc4\x9c\x23\x4c\xb2\x64\x43\x68\xe6\x5e\xf5\xc5\xaa\x0a\x53\x8d\x70\xac\x26\xc1\xb8\x8c\x36\x02\x2b\xd2\x5f\x41\xfd\x40\xb0\x75\xa2\x72\x2e\xaa\xb1\xd6\x77\xcb\x6d\xcc\x84\xe6\xe4\x46\x09\xce\xac\x46\x05\x4d\xc6\x3f\x53\x45\x2c\x7c\x81\xff\xa2\xf8\x6d\x87\x60\xc0\xc5\x2d\xa6\x89\x8a\xb0\x8e\x33\x2a\xbf\xca\x15\x6d\xdb\xf9\x3f\xab\x7d\x5b\x54\xd4\x85\xd0\x14\x5b\x31\x52\x03\x67\x58\xdd\xcb\x42\x91\x7d\xf5\x97\x33\x8f\xa1\xaf\x58\xf8\xb1\xdb\xb0\x7b\x4c\xc1\x81\x78\xfc\x14\x43\xda\xc2\x1e\x7c\x90\x56\x63\xb7\x9d\x7e\x57\xaa\x36\x5e\x2d\x3f\xd3\x9f\xad\x44\x41\x0e\xf5\xbc\xe5\xe7\x55\x1d\xec\xc2\x52\x78\x35\x0f\xdb\xef\x23\x7e\xc1\x5d\x5a\x63\x4a\x77\x23\x37\xda\x54\x99\x65\x68\x4c\xe3\xc5\x58\x18\x36\xaf\x7e\x71\x60\x34\xae\xc1\x7c\x71\x61\x2b\xee\x98\xae\xdc\xee\x09\x5d\x29\x4b\x32\xfa\x96\x33\x47\x7e\x2a\x6e\x41\xd0\x43\x55\xbc\xff\x55\xc1\xfb\x5b\x28\x73\x6b\x84\x3d\x27\x10\x1d\xb0\xfe\xce\xbf\x4a\x31\x88\xbf\xda\xce\x64\x2e\x43\xfd\x68\xde\x19\x1b\x86\xb9\x61\xed\x0f\x0c\xc1\xcd\xa8\xe7\x2f\x3c\x8c\x0b\xd4\x1f\xb0\x0f\xa1\x4f\x97\xed\xac\x2f\xa1\x75\x15\x3c\xd3\x0a\x69\x9f\x8b\x3f\x89\xdd\xe8\x45\x65\x4f\xe9\x67\xe8\x8f\x21\x7f\xa1\xf7\x33\x84\xd5\x0f\xca\xdf\x32\xbd\x61\xff\x6e\x79\xc9\xbc\x8e\x9a\x14\x7b\x80\x25\xc4\x2e\x59\xed\xcf\x76\xc3\xbf\x72\x83\xb1\x0b\x89\xff\x02\xc0\x77\xa1\xa7\xd5\x0d\x53\x17\x97\xa8\x34\xf7\xa8\x6d\xe5\x91\x22\x1e\x2d\x08\x72\x93\x1e\x46\xbb\x53\xcd\x41\x07\xd1\x1b\x61\x1b\xca\x29\x8c\x42\xc4\x8f\x2d\x7c\xa6\x0f\xfa\x62\x2c\x89\xf9\x2f\xae\x25\xe0\x15\xcb\x44\xf4\x70\x2b\x61\xdd\x26\x9d\x05\x80\x77\x9b\x7e\xc2\xf2\x81\xdc\x54\x91\xad\x09\xa4\x6c\xae\xec\x13\xfe\x4d\x75\xaa\xfe\x48\x33\x51\xaf\xc2\x32\x50\x4d\xb4\x61\xc4\xc9\xb2\x37\x74\x39\x7a\xe3\x96\x19\x0c\x2c\xf6\x7c\xac\x17\x33\x89\x90\x1d\x70\x98\xf9\x8b\xa4\x73\xcb\x67\xa5\x92\xbf\x00\xc0\xd3\x33\x14\xe6\x02\xc2\x7f\xb0\xc7\x2a\x05\xf1\x1f\x44\x8b\x60\x2d\xe9\x2e\x2a\x95\x1a\x40\xbe\x8d\xf1\x41\xa2\x28\x8f\x70\xf3\x4b\x1f\x53\x9f\x13\xa6\x67\xae\xa2\x7d\x27\xcd\x8c\x11\xd1\x3f\x52\xa6\x04\xb0\x19\xc7\xa9\xa7\xdd\x12\x98\xb3\x69\xfb\x00\xe0\xde\x67\xc1\x8d\x3b\x70\x45\xb8\x7d\xca\xe9\x78\x05\x61\x2a\xef\x1e\x61\x2b\x31\x86\xfc\x95\x78\x8f\xa4\x44\x14\x93\xdd\xc8\x4f\x4b\x3e\x53\x92\xa9\x29\x19\x35\x54\x2e\x6d\x5b\xf4\x5b\x5a\x2b\x63\x61\x40\x30\x9d\xc7\x2c\x70\x8b\xa6\x9f\x61\xfe\x03\x00\xd7\x9d\x83\xd2\xff\x87\xf1\xa5\x6f\x94\x8b\xb0\x64\xfa\x5b\xae\x1c\xb7\x93\xa1\x23\x1d\x25\x4c\x63\x6e\x84\xa7\x10\xb1\xac\x49\x25\x93\x49\x87\x59\x67\x36\x37\x53\xdc\xd8\xf5\xd1\x10\x6a\x11\xa7\x66\xd5\x1d\x5a\x22\xd7\xcd\x2d\x94\xa6\xe1\x46\x03\xc0\x29\xe4\xe5\xd6\x62\x90\xad\x92\xa9\xd2\xd5\xa8\xff\xc4\x5f\xd9\x05\x98\x6c\xf1\x55\xc2\x69\xec\x35\x71\x27\x54\x8d\x2f\x17\xf3\x8a\x24\x84\xff\x89\xf3\xd2\x8b\x49\xa5\xe2\xe0\x0d\x28\xf2\x4e\xf1\xd4\x55\x51\x94\x1e\xd1\x0b\xb7\xf9\x54\x27\x51\x2f\x00\xec\x1a\xc1\x7f\x9a\x20\x78\x9e\xe1\x2f\xf1\x24\xc4\x7b\xfd\x19\x66\x26\x4a\xa3\x9b\xc0\xfd\x87\x59\x59\xdb\x54\xfd\x04\x7b\x4d\x2b\x2b\x74\xc1\x53\x35\x88\xb4\x65\xc4\x19\xea\xf4\xf5\x24\x12\x5b\xb5\x76\xa5\x8e\x8c\x52\x6e\x9e\x77\x8d\xfc\x49\x7e\x1a\x00\x56\x97\x78\x85\xaa\x04\x36\xb3\xb5\x4a\x98\x03\x3f\xd5\x2c\xa7\x4f\x20\xe9\x4d\x56\x2c\x15\xbd\xb4\x71\xac\xca\x84\xb9\x51\x7f\x30\xff\x29\x4e\x65\x39\x94\xba\x9c\x10\x6a\x3a\x1a\xd5\x45\xec\x34\x5c\x5e\xf1\x8a\x24\xd7\xe7\xce\x53\x92\x23\xd5\x6f\xc0\x4c\xd6\x7c\xc9\x77\x65\x23\x74\xa0\xbb\x4b\xd0\x01\x2f\xef\x94\xd1\x5d\x90\xae\xed\x49\x98\x87\xa8\x7d\xad\x0e\x55\xae\x18\xbc\x6d\x67\x3e\x1d\xe7\x63\x2d\x4a\x39\x8f\xbf\x52\xff\x33\xaa\x84\x18\x6d\xd9\xb6\x62\x82\x34\xc7\xa4\x9f\x47\x23\x5d\xd3\xb6\x80\x40\xe6\x71\xe9\xa0\xd2\x11\x5a\x36\xe8\x26\xf0\x84\x3b\xf5\x9d\xa2\xb5\x20\xf6\xf6\x64\x60\xb8\xa8\x92\xce\xd3\x95\xfb\x30\x4e\xed\xc1\xf9\x6b\xb0\x7b\x5a\xa4\x29\x4d\xf8\xea\xa6\xbf\xa3\x42\x09\x47\x1a\xd3\x56\x74\x13\xc5\x75\xb3\xe6\x29\x48\x31\xb5\xcf\x80\x88\xb9\x51\xb6\x54\xb3\x81\xdb\x57\xf0\x5b\xec\xc0\x1d\x2f\xfe\xc1\x24\x73\xdb\xcb\xae\xe3\x1e\x71\x0f\x41\xb6\x55\xdb\xb8\x2f\xab\x27\x0a\x9a\x78\x8b\x60\xbb\x52\x91\xbc\x42\xe4\xe5\xc8\x1b\xbc\x56\xcc\x71\xff\x7d\xbc\x0f\xf8\x52\x57\x3e\xbf\x89\x38\x0b\x00\x61\x02\xbd\x56\x6d\xe0\x14\x95\x14\x88\xd0\x1c\x46\xf9\x14\xc6\x03\x8e\x01\xd2\x81\x2b\xe6\x9c\xa9\x0e\xaf\x5e\xc4\x9d\x05\xfd\xaf\xc0\x8f\x5b\x84\x18\x4d\x75\xe0\x8e\xa2\xc5\x91\x46\xde\x74\x5c\x90\x7f\x33\x8f\x48\x10\xb9\xe2\xf8\x2b\x88\x0f\x00\x10\x3a\xd2\xdf\xab\x6e\xb1\x67\x96\xdf\x16\x1e\x63\xc7\x57\xc6\x31\x12\xd9\xc2\x6a\x1b\xf6\x28\xfb\x32\xf4\x79\x95\x8e\x13\x84\x28\xc9\x1f\xe2\x18\x50\x7f\xa7\x58\x39\xbf\xb0\xa8\xc8\x34\x2e\x01\x7f\xc5\x9f\xcb\xbd\x47\xfc\xc7\x95\xcb\x6b\x21\x3b\x00\x20\x38\xc0\x68\x55\x2e\x67\x88\xa1\x2f\x05\xa1\x8c\x97\xf0\x07\xb4\xd3\x4c\x28\xd2\x86\x61\x30\x5f\xa0\xd9\x95\x44\x16\x07\x4b\xc9\x1b\x65\x3b\xe2\x69\xc9\x87\xd9\x75\x44\x49\xc4\x7e\xce\x0a\x32\xda\x3f\x91\xd3\x43\x75\x76\x6d\xe4\x12\xa9\x17\x01\x10\xb8\xb0\x10\xf2\xdd\x34\x3b\x6c\x13\xdf\x8e\xd6\x8b\xfb\x4e\xed\xa3\xa7\x13\x36\xa2\x49\xf4\x5f\xc4\x06\x88\x8a\xb1\x8b\xec\x98\xfb\x88\x89\xa2\xf0\x92\x17\xb0\x16\x53\x7f\x46\xa4\xb2\xae\xd2\xab\xfc\x5d\xd8\x10\x86\xce\xb5\x87\xb3\x8e\xf1\x03\x00\x7e\x16\xa7\x40\xa6\x20\xdf\xa7\xb6\x70\x87\x29\x43\x34\x29\x45\x4a\x2d\xa3\x47\xa1\x90\xb4\x50\x86\x43\x45\x1b\x7d\x2e\xe3\x41\xee\x7c\xfa\x13\xe6\xc9\x4d\x44\xc6\x0e\xd6\x44\xf8\x5f\x4c\x15\x5b\xe7\x77\x97\xe5\xcd\x49\x71\xfd\x8b\xf5\x84\x83\x02\x80\x07\xe3\x45\x88\xbf\x12\x63\x84\x07\xd8\x7c\x92\x97\xf0\x7f\xa4\x4a\xf2\x2c\xe1\x2b\x04\x87\xe2\x22\x7c\x5a\xf6\x86\xba\x40\xf8\x2a\xbb\x85\x36\x47\xf8\x31\x29\x84\xee\x24\xfc\xb3\xee\x29\xfd\x3f\x91\xbd\x5f\x2a\x43\x24\x9a\xe2\xba\x95\x49\x12\x6e\x03\x80\xab\x12\xb4\x0b\x0f\xe0\x57\xd7\x3e\x65\x26\x13\xd2\xb5\x7f\x08\x95\xc4\x02\x6d\x08\x6c\x90\x44\xd1\x14\x94\xe6\x91\x1b\xd4\xfc\xac\xb5\x94\x71\x55\x47\x22\xa0\x1e\x56\x9e\x0d\xfb\x4c\xdb\xa1\xf8\xe4\xdb\x4d\x8f\x57\xe4\xb9\x62\x19\x68\x59\x0e\x00\x9c\xb3\xa2\x11\x81\x27\xce\xad\x69\x2b\xfd\x12\x7e\xa5\x35\x00\xf7\x90\x90\xdc\x60\x84\x66\x13\xf1\x75\xef\x4a\x7c\x49\xcd\x96\xcc\x2d\xab\xc8\x67\x4d\x9d\x09\xcb\x29\xff\x19\xfe\x84\x45\x50\x1f\xea\xb1\x3e\x3f\x69\x65\xba\xa5\xae\x5e\xf4\x09\x95\x3b\x00\x9c\x70\x49\x25\xbf\x1a\xab\x6f\x3f\x42\x5f\x89\xdb\xde\xfa\x1e\x97\x86\x7f\xd4\x32\xa9\xe6\x2c\x71\x8a\x6d\x76\xf1\x56\x52\xa8\x75\x61\xe6\x59\x32\xac\x61\x61\xfc\xdf\x14\x5d\xdd\xd2\xd0\x8f\x54\x96\x39\xdd\xe7\x10\xf5\xb1\x71\xa6\xab\x03\x3d\x43\xdd\x07\x00\xfb\x89\xd4\x89\x77\x11\xeb\xd5\x3b\x93\x36\x88\xcb\xee\x9e\x8c\xbd\x8b\xd7\x74\xdc\xad\xc1\x13\xfa\xda\xc6\x8a\x11\xc4\x73\x2d\xd4\x4c\x3d\xe9\x87\x2d\x28\x7e\x1b\xc5\xab\xf1\x4b\xe8\x5f\x94\x5f\xf5\x2f\x7c\x7a\xa9\x59\xe6\x12\x57\x2f\xda\xb8\xe6\x29\x00\x6c\x88\x54\xc1\xce\x55\x7c\x2b\xdc\x44\x0e\x52\xc4\x94\x84\xa0\xe0\x72\x5b\xf9\x64\xc8\x53\xf9\x1c\xc8\xd9\xfc\x83\x32\x4b\xf5\x58\xda\x73\xd9\x6c\x58\x67\xcc\x3b\x69\x07\xb2\x2f\xd8\x28\x2d\xc0\xd0\x3d\x69\x52\x24\xee\xb4\xf3\x07\xe9\x26\xc2\x7e\x00\x24\xcb\x19\x65\xac\x7e\xf9\xd6\x92\x6a\x52\xb7\x7c\x61\xb9\x03\xf2\x93\xcc\x02\x31\x42\xd8\xb2\x15\xd5\x73\xf2\x0b\xa5\x27\xa1\xbb\xd2\xf4\xd2\x12\x04\x2e\xa6\x4b\xf2\x1b\xbd\x26\xb8\x42\x72\x0a\x7b\xc0\x13\x2e\x79\x8c\xbf\x34\x6d\xba\xe4\x1a\x91\x09\x80\xf8\x39\xc3\xca\x7c\x27\xc3\x94\x0f\x92\xa6\x4b\x3f\x56\x4e\x42\xb2\xa5\xb5\xd5\xe9\x10\x3b\x69\x2c\x54\x9d\xf7\x4c\xf2\x01\xfe\x3e\x6d\xb5\xa4\x19\x85\x8d\xc9\x92\xe4\x60\x3e\x06\x07\x4a\x02\xf0\x09\x9e\x85\x92\x2d\xc4\x45\xd3\x3c\x25\x59\x24\x15\x00\xe2\x66\xe6\x52\xc6\x56\x89\x2b\x74\x2d\xe1\x9c\xf8\x2e\x7c\x2a\x62\x83\x78\x1c\x71\xae\xfc\x8d\x58\x80\xda\x9a\xfb\x4b\x9c\x8f\x19\x4b\xad\x10\x7b\xe2\xf6\x45\x77\x8a\x3e\x10\x2e\x07\xed\x13\xfd\x43\xea\xf7\x5c\x2f\x9e\x45\xf1\x9e\x96\x28\x0e\xa6\x6e\x04\x40\xf4\x9c\x35\x41\x5f\x25\x9a\x8b\x7e\x8d\x17\x09\xff\x87\x65\xc1\x57\x0b\xb7\xe3\x1e\x97\x7d\x13\xf6\x13\x72\x73\xbd\x85\x9d\xc4\x5b\x29\x1d\x42\x0d\x19\x11\xed\x20\x64\x53\x7e\x07\x95\x0a\x6b\x69\x04\x4f\x0f\xe1\x41\xba\x69\x1a\x54\xe4\xc8\xa0\x01\x20\x5a\xc9\x21\x53\x6f\x09\x5c\xc9\x78\x5c\x0e\xff\x2d\x05\x09\x5b\xc4\xbf\x43\x4d\x2b\xfd\xcd\x7f\x4b\x8b\xce\x49\x14\x4c\xa5\xc7\x27\xdf\x17\x4c\x67\x64\x6f\xa8\x11\xb8\x32\x61\x81\x9f\x04\x71\x2c\xa4\x27\x10\x30\xd8\xe1\xd3\xe4\x82\xdb\xec\x4f\x00\x08\x09\x3c\x5f\x0a\x8a\x8b\xe3\xb5\x61\x1a\xb9\x12\xde\xc7\x9a\x32\x6e\x33\x3f\xb0\x24\x8d\xfb\x9c\x5f\x99\xb5\x9d\x17\xcc\xef\xda\xc4\xe7\x95\xf2\xdf\xac\x0f\xe7\x49\x05\x1b\x03\x7d\x79\x13\x02\x83\x47\x3d\xef\x8c\xe0\xca\xb4\x56\x3e\x44\xd0\x03\x80\xa0\x4c\x50\x40\x4a\x63\x17\xaa\x0e\xa3\xae\xb0\x9b\x54\x21\x55\x0d\xec\x8f\x4a\x4b\xd1\x67\xce\x1a\xa5\xdb\x96\x36\x8e\x50\xd1\x94\x54\xcb\x39\xa7\x70\x8f\x82\x71\x3d\xe5\x3d\xab\x55\xdc\x2d\xf2\x78\x8f\x65\x5c\x94\xdc\x61\x9a\x8e\x17\x2b\xb1\x02\xc0\x37\x8b\xfc\x08\x3a\xd6\xca\xba\x6c\x64\x1e\x8b\x62\x49\xa8\xc4\xb0\x4e\x98\xe7\x15\x9e\x65\x7b\x1a\xff\xcd\x6c\x64\x73\x0c\xfb\x13\x87\xd8\x77\xf5\x86\xc8\x83\x9c\x50\x1d\x25\xe0\x31\x87\x50\xcb\x76\x97\x73\x88\x9a\x6f\xd3\xb2\xb9\x34\xf9\x05\x00\x78\xdf\xc4\x03\xf8\x8f\xcc\xde\xa6\xbb\x88\x43\xcc\x6f\x56\x1d\xe4\x31\xab\xa0\x71\x69\x61\x2e\x6b\xac\x7e\x3c\x33\x94\xed\x5c\x17\x9b\x58\xc0\x26\x9a\x2f\x46\xb2\xd9\x97\x4d\xd4\x80\x7e\x8e\x9d\x31\xd3\x3d\x93\xfd\x9f\x0e\x33\x2d\x96\xeb\xac\xf4\x00\x80\xd7\x21\xd9\x88\xe7\x32\x23\xda\x76\x21\xb2\x98\x86\xd6\x38\x88\x90\xf9\xae\xb9\xaf\x10\xb0\xe2\x6d\x8e\x19\xef\x59\xf5\xd6\xaa\x44\x5f\xd6\xcf\x86\x83\x91\xc5\xec\xd2\xfa\x98\x80\x5a\x36\xcf\xa2\x70\x5f\xc7\x4e\x37\xc0\xa7\x65\x70\x28\xaa\x0d\x00\xf0\x56\x49\xb6\x21\x17\x5b\x6a\x8a\x66\x54\x05\x99\xde\x97\x9c\x2d\x66\x18\x1b\xcb\x49\xd9\xae\x86\xd2\xca\x85\x29\xae\x7a\x9f\xea\xc7\x31\xb4\xda\x67\xb0\xa3\x21\x07\xb5\xa7\x90\x23\x7e\x1a\xcd\x4f\x4c\x86\xdb\x7a\xed\x12\x5c\xb8\xe3\x5a\xe5\x27\x62\x37\x00\xb2\x36\xa6\x0c\x71\xc2\x1c\x5a\x72\xb4\xf2\xa6\xf1\x6e\x79\x72\x71\xa0\xa1\x0e\xb2\x2f\xeb\x8c\x9e\x51\xbd\x3c\xf9\x82\x0e\x02\xdd\x19\x13\x59\x1b\x86\x28\x0f\xa9\xd5\x7a\xa3\x67\xfa\x51\x35\x08\x2c\xc1\x2d\x59\xa3\xc6\x7b\x3a\xe6\x2a\x55\xa4\x18\x00\x64\xa5\xcc\x46\x44\x95\xc9\xb1\xbc\xbb\x92\x62\x38\x05\xf9\x50\x74\x5b\xaf\xaf\x0e\xcb\xa2\xe9\xea\xa0\x88\x64\x5e\xad\x05\x7e\x28\xfa\xb3\x96\x8d\x5a\x1b\x52\xa0\xa1\x61\x86\xfd\x8a\xd4\xa7\x70\x37\xdc\x32\xd5\xcf\x08\x39\x8e\x2c\xa5\x33\x39\x0a\x00\xd9\x54\xe6\x6f\xf8\x46\x43\x40\x0d\x15\x82\xd3\x7d\x84\x51\x0a\xff\xad\x7d\x89\x08\xdb\xd2\xab\xfd\x88\x72\xdf\x74\x45\x6b\x8f\xf1\x8c\xae\xd2\xd8\xe1\xd6\xae\xbd\xab\x76\x25\xa4\xf9\x2d\x50\xd1\x49\x2e\x6e\x85\x2a\x0d\x79\x83\xe3\x88\xfc\x2d\xf5\x29\x00\xd2\x6c\x76\x16\xcc\xbd\xf6\x3b\x6a\x5b\x45\x99\xf6\x27\x26\xad\xe0\xa3\xd6\x01\x7b\x38\xf3\x9c\x26\x00\x9f\xb8\x69\x86\xba\x80\x70\x6f\xc3\x1e\x15\x8e\x24\x59\x9b\xa5\xd4\x53\x02\x7c\x2f\x2b\x67\x50\xbb\xdd\x2a\x94\x1e\xb4\x46\xc7\xe7\xb2\xe3\xcc\xc5\x00\x48\x44\x9c\x87\x50\xa0\x9d\x4f\xcc\x2f\x2f\xd7\xf8\x90\xac\xf9\xbf\xd5\x91\x64\x63\xc6\x73\x15\x97\x32\x98\x94\xa4\x3c\x48\xbd\xb1\xc1\x59\xf1\x82\x3e\x7d\xcd\x71\xc5\x22\x46\x92\xaf\x50\x3e\xc2\xc4\xb8\x55\xcb\xf7\xb2\x82\x9c\x96\x49\x3b\x38\xfe\x00\x88\xf7\xf2\x10\xd5\xad\x2a\x29\x7b\x57\xe9\x37\xe5\x3e\x4e\x68\xde\x1e\xc5\x6f\x4e\xf7\xe6\xf3\x8a\x32\xae\x47\x62\x9e\x7c\x37\xb7\x7f\x7d\xac\xdc\x89\x17\xbe\xc6\x47\x96\xc7\x3b\xe7\xeb\x25\x7d\xca\xaf\x72\x4b\x91\x9e\xe3\x1f\x75\xe2\x4a\xe6\x09\xe6\x00\x20\x6a\x10\x14\x56\xcd\x50\x28\x65\xea\x92\x7e\xf9\x6d\x59\x71\xae\x4e\x1e\x26\x5b\x9b\x7e\x44\xd6\x27\x73\x4a\xc0\xcb\x16\x48\x9f\x45\x31\xa5\x62\xe9\xb9\x60\xa9\xe4\x85\x74\x9f\xcf\x36\x09\x47\x7a\xce\x6d\xae\x24\x59\x5a\xe7\xa4\x13\xbd\x11\x17\x03\x20\x3c\x2a\x7c\x04\x79\x2e\x5f\x60\x08\x2e\x96\xca\xd4\x7a\x49\x8e\x54\xfa\x47\x77\x2c\xed\xa6\x94\xab\x9b\x1a\xdf\x27\xf9\x5a\x5b\x18\x79\x49\x22\xd0\x8e\x06\xfd\x96\xd8\x6b\x97\xf9\x44\x89\x35\x9a\x03\xf3\x3a\xc5\x11\xaa\x2c\x27\xb9\xc8\x4d\xe6\x00\x80\xd0\x5b\xec\x0f\x81\xc8\x34\x75\x9b\x8a\xa7\xca\xec\x2c\xd5\x39\x0b\xa4\x42\x33\x22\x8d\x23\xf9\x69\xa2\xc5\x97\x4b\x58\x46\x5d\xa4\x49\x32\xc5\xb0\x2d\xe8\xaa\xd8\x62\xb0\xf3\x99\x25\x9e\xad\x07\xf3\x58\xa2\x7e\x4d\x96\x13\x55\xd8\x2d\x5f\x0c\x80\xe0\x8a\xb8\xa5\xe2\x8d\xcc\xd5\x7a\xb0\x68\x50\xaa\x6c\xdc\x9e\x7d\x46\x3a\xa5\xc1\x98\x16\x2d\xe1\xd7\x73\xe3\xd7\x88\x3f\xd5\x91\x22\xa9\x62\xb9\x85\x1d\x74\x4c\xec\x66\xde\xee\xe3\x20\x12\x1b\x07\xe6\x91\x85\x6f\xb5\x5f\x9d\x8c\xc2\x19\x8a\x85\x00\x08\x4a\x25\x53\x0a\xb2\x3b\x12\x8a\x46\xb3\x02\xda\xdc\x4b\xc3\x53\x89\x2d\x2e\xe5\x7b\xe3\x3e\xdb\x22\x2a\xe3\x23\x3f\x5a\x91\xd5\xaf\xd7\x60\x1b\x64\xb0\x21\xff\xb3\x75\xd7\x90\x98\xc5\xf7\x2c\x17\xd0\xcf\x66\xa4\x9a\xbf\xe0\x1c\x41\x9d\xf6\x18\x79\x04\x00\xc5\x3e\xd6\x68\x81\x7f\xfb\xdc\x52\xff\x2c\xd0\x3a\xa3\x9c\x97\x9a\xdc\xbc\x10\x72\x21\xee\x7c\x53\x69\xb5\x47\xe4\xf9\xc6\x0e\xa8\x69\x4d\x46\xfd\x45\x84\x87\xff\xce\x3a\x7f\xd4\xe0\xe2\x87\x96\xe5\x98\x57\x33\x10\xe6\x5c\xdc\x29\x30\xaa\xcd\xa3\xb8\x03\xa0\xc0\xb1\x3a\xf3\xdf\xb5\x3e\x2d\xbf\xbc\xe5\x4c\xf3\x0f\xc8\xc7\x54\x57\x9b\x67\xf5\xdc\xb8\x3a\x2b\x0f\x1a\x10\x69\x6d\xb8\x0e\x27\xae\xf1\xad\x9f\x81\xbc\xe4\x6f\xb3\x10\x31\xab\x16\x3f\x30\xd3\x70\x51\x33\x44\xa6\x66\xfc\x43\x70\x51\x73\x99\xf2\x15\x00\xc5\x5c\xd6\x93\x7c\xef\xe6\xcf\x35\xbe\x5b\x9c\x6c\x81\xd0\xe7\x29\xa5\x56\x1a\xbc\x2b\xce\xbe\xe1\x26\x52\x1e\xe9\x53\x1f\x8b\x96\x06\x9f\xb2\x68\xb0\x26\xff\x02\xd3\x77\xbc\x6d\xf1\x59\x13\x20\xa6\xcf\x18\x36\xce\x25\x8d\xda\xcd\x55\x8f\xd3\x8b\x00\x90\x27\xb1\xff\xe4\x71\x9b\x3e\x20\x0f\x65\xe6\x5a\x33\xd1\x49\xc9\x43\x0d\xe3\x98\x5d\x1b\xe1\xf5\xfe\xb8\xa4\x88\x56\x4b\x17\xfe\x45\x70\xa9\xe9\x37\xb1\xc9\xdf\xd9\x48\x23\x6f\x5a\xbc\xdb\x20\xa0\x1c\x9f\x71\x5d\xcf\xa6\xfe\xb1\xab\x56\x89\x58\x4e\x00\xc8\x10\x5c\x78\xae\xd4\xba\x1a\xff\x4f\x86\xb4\xc1\x42\xf8\xb9\xe9\x4b\xbd\x1d\x69\x6a\xec\x71\x4b\x2d\x39\x3a\x62\x8e\x79\x21\x45\x11\xf4\xc2\x28\xa4\xde\xf0\xdb\xad\xff\x41\xf7\x5e\xdc\xaa\x77\x64\xe0\x67\x7c\xaf\xfd\x97\x59\x67\x37\xa1\x2c\xe7\xd8\x00\x90\xea\x79\x67\x72\x18\xf5\xdb\x98\x53\x37\x1b\xea\x36\x30\x77\x6f\xf2\x35\x9f\x63\x95\xc4\xba\x9a\x70\x6c\xc7\x70\xb1\x71\x26\xfb\x44\x10\x43\x6f\xe6\xa8\xfd\xb0\x3a\x1f\x6e\xc1\x62\x43\xed\x7c\x5e\xe8\xcc\x08\xcd\x2e\xbe\x8b\xbd\x97\xfc\x32\xff\x06\x00\x12\xa8\x80\x97\xbd\xc5\x72\x58\xf4\x21\xbd\xd3\x5c\x26\x76\x48\x4a\x33\x39\x8b\x67\xc6\x94\x1a\xf6\x88\x03\xd7\x3d\xd3\xe3\xc4\x90\xc0\xaf\xba\x19\x62\xab\xdf\x0c\xed\x1e\xf1\xd3\xc5\x48\x4d\x9d\xa4\x72\x66\xb1\xea\xbb\xf8\xbc\x3d\x4e\xd6\x2e\x12\x02\x20\x16\x0b\x4f\x67\xf5\x99\xe3\x34\xe3\x69\x0f\x8c\xcf\x35\xa9\x89\x36\x83\x55\x7d\x2b\x7a\x9f\xbe\x40\x2d\x59\x07\xd7\xcd\x51\x27\x04\xd6\x6a\xaf\xa8\xe7\xfa\x1e\xd0\x58\xd5\x73\x17\x2f\x57\xe3\x55\x9a\x99\x31\xca\x2e\x79\xb7\x7d\x9d\x74\xbb\x64\x2b\x00\xa2\x5b\xa2\x4b\x59\xab\x4c\x1a\x43\x5a\x1a\xdf\x18\xa7\xdf\x93\x98\xaa\xff\xa3\x5f\x1a\xcd\xd0\xed\xd3\x75\xae\x5b\x53\xcb\xd4\xc5\x06\x56\x6b\xe3\x6b\x3f\xfa\xb6\x69\xe6\xd4\x5e\x5a\x3c\x57\xf5\x3f\xad\xff\xcc\x28\xc5\x57\x65\xba\x7d\xbd\x34\x46\xda\x08\x80\x48\x23\xf6\xdf\x72\xc8\xf8\xd8\x92\x93\xb6\xda\xd0\x6d\x1e\x49\x9c\xae\x47\x99\x7e\x45\xa7\xe9\x96\x9a\x30\xeb\xe6\x69\x6f\x1a\x3f\x07\xe6\x68\x7a\x8d\x43\xbe\x36\x35\xd7\xf0\x78\xf1\x12\xd5\x5a\x5d\xee\xcc\x2d\x8a\x60\xd5\x76\xfb\x63\x92\x5e\x19\x03\x00\xd1\x3c\x71\x6d\x26\xbf\x2f\xa8\x78\x4e\x0a\xa5\xfb\x9f\x52\x62\xdc\xa3\xce\xbe\xf2\x33\x51\x07\xdb\xdb\x2a\x23\x42\x16\xb6\xb6\x57\x9f\x5b\xf9\xbd\x59\x0b\x23\x2c\x3d\xd0\xb4\x1b\x39\xc3\x2d\xd5\x7a\x09\x8d\x9c\x4a\xae\x7f\x81\xdb\x08\x80\x8e\x4f\x19\x07\x40\x39\xc2\x76\xcb\x2c\xeb\x9d\x59\x8a\x4d\x29\xe8\xba\x55\xde\x12\x77\xa6\x63\x1b\xe4\x74\x54\x4f\xdb\xe1\x6a\xfb\x10\xd0\x72\x03\x5a\xb1\xf2\xb9\xed\x02\xfc\xaf\xa5\xbb\x9b\x26\xa1\x62\xdd\x72\xac\x8b\x31\x90\xa9\xcd\xf5\x1b\x71\x9f\x01\xd0\x39\x51\x1d\x00\x50\x16\xb3\x7e\x66\xae\xee\x7e\x55\xfe\x31\x65\x55\xe7\x79\xc8\x8f\xb8\xce\xf6\xfd\x55\x3f\xa3\x38\xad\x0f\xa0\x60\xed\x9d\x16\x07\x78\xe0\xca\xcb\xb6\xc9\x48\xd6\xd2\x41\x6b\x02\x7a\xaf\x5b\x61\x63\x39\xb6\x73\xea\x9e\x3a\x1e\x61\x12\x00\xb5\x1c\xea\x21\x00\x14\x5f\xd9\x61\x19\x94\xce\x1f\x35\x0e\xc9\xe2\xf6\xef\xd0\x9d\x71\x53\xdb\x9c\xe1\x95\x51\x93\x5a\xc2\x90\xe1\x6b\x85\x36\x38\x7a\xc5\x4a\xb5\x95\x89\x5d\xb9\x54\xd4\xb0\x0f\xef\xe5\xb6\xa5\xfe\x0a\x61\x74\xea\x0b\xf3\x7d\xd2\x49\x00\xb4\x59\xf4\xa7\x00\x28\x3c\x39\x91\x9b\xff\xb4\x7f\x42\x8a\x37\x7d\x6f\x5b\x8a\x7a\xb6\x91\xdd\x92\x85\x49\x8a\x54\xd8\xb4\xd8\x8b\x6b\x17\x5a\x2f\xe2\x09\x2b\xa3\x1b\x9e\x13\x17\x2e\xcd\xad\x0f\x20\xed\x75\xab\xaa\x0b\xa5\xf8\x39\x2f\x30\xad\xa4\x2d\x04\x40\xe3\xc6\xaa\x01\x40\x1e\xce\x35\x6f\x9e\xdd\x96\x82\x0f\xdf\x14\xd7\x42\x26\xe4\xc4\xfe\x6b\x1b\x24\xc2\x22\x9d\xac\x9f\x49\xb6\x35\xa3\x8d\x89\xe4\xe7\x2b\x5e\xd5\xc3\xa9\x51\x4b\x97\x5a\xfa\x69\x0a\x37\x9c\xb9\x83\x7e\xd9\x39\xc3\x20\x65\x1e\x01\x40\xf5\x92\x73\x0a\x00\x59\x01\xef\x55\x7a\x76\xf3\x4d\x46\x40\x52\x9d\xcd\x83\x71\x31\x36\xdb\x4a\x64\xc2\x22\x54\x0d\x97\x58\x9e\x6b\xb6\xd4\x07\xb2\xde\xae\xe8\xb7\xa0\xd9\xa7\x96\xda\x9b\x0e\x72\x7a\xdc\xb4\x46\x03\xd7\xe2\x3c\xa4\x4b\xe5\x3d\x06\x99\xca\x0a\xfe\x6e\x00\xa4\x2b\x05\xc2\x34\x6a\xd3\x45\xa1\x3e\xf1\x81\x35\x50\x38\x14\xb3\xbb\xa1\x5d\x78\x38\x62\x46\xfd\x74\xe1\xb7\xe0\xcf\x16\xb2\x28\x7d\x45\x99\xe9\xaa\xa8\xd7\xeb\x82\x31\x49\x3c\xdf\xcd\xac\x7f\x2b\x9e\x70\xfe\xa4\x55\x8a\x3d\x41\x8b\x62\x85\x68\x21\x00\x92\x54\x61\x77\xea\x5e\x6b\xa0\xea\x48\x62\x68\x43\xab\x8a\x17\xe3\x5d\x3f\x4f\x15\x1c\xae\xb2\xe8\x54\x0e\xc1\x22\xb3\x93\xf2\xe3\x0a\x47\x23\x57\xf9\xdb\xcb\x64\x98\xa2\x5a\xe7\x86\xd7\x0d\x2b\xd7\x38\x7f\xd7\xac\x90\x19\xc1\x01\xf9\x06\x89\x0b\x00\xe2\x0e\x91\x3a\x15\xd2\x48\xd4\x85\x25\x3c\xae\xff\xb7\xf6\x44\xf4\x9d\x3a\x64\x6d\x6e\x78\xa6\xf9\x71\xad\x63\x70\xb6\xa9\x48\x7b\x77\xf9\x13\xc3\x3d\xed\x4d\x2f\xaa\x9e\xa6\x35\xb9\x21\x74\xd3\xd4\xf2\x69\x53\xd5\x4c\xc5\x6c\x70\x4b\xb6\x5f\xf2\x13\x00\x71\x92\xe8\x43\xaa\x6b\xc3\x11\x93\x7b\x42\x77\x7d\xb4\xb1\x2e\x7a\xc4\x72\xcc\x38\x2d\x3c\xd0\xbc\xce\x30\x11\x9c\x68\x1c\x30\x48\x97\xdf\x37\xac\x31\x54\x7a\xf1\x75\x97\xf5\x99\x6e\xdc\xda\x0c\x2d\x77\x9a\xbf\x6a\x5c\x59\x66\x37\x47\xe6\x21\xbd\x02\x80\xe8\xb6\xb8\x28\xf9\xce\x70\x5a\x31\x21\xee\xe4\xc0\xfb\xd2\xfa\xf5\xe1\x7d\x23\xe5\xfb\x43\xe3\x7b\xcc\x95\xd3\x03\xae\x77\xc9\xab\x79\x3e\x5f\x3a\x60\xd0\xff\xe3\xe0\x2e\xdc\xa2\xc0\x9f\x3f\x80\x7f\x14\x41\x54\x14\x10\x04\x01\x05\x15\xa4\x4b\xe9\x46\xba\x6b\x61\x61\xbb\xbb\xbb\xbb\xd9\x05\x96\x4e\xc5\xee\x6e\xcf\x3c\xbb\xc5\xee\x3c\xef\xec\x3b\xf3\x8c\x33\x7e\xcf\xf7\xf7\x47\xcc\xbc\x66\x9e\x79\x3f\xf3\x23\xe8\xd3\xe8\x30\x85\xe9\xf5\x7d\xc9\x7a\xda\x6e\xb7\xd4\xc1\x40\x96\x01\x80\x8e\xff\x84\xb9\x00\xd8\x64\xf2\xa4\xd2\xc3\x1b\x92\x11\x5b\x17\xed\x58\xfb\x37\x6a\x6b\x56\xcc\xea\x7d\x98\x2d\xc9\xc9\x2b\xb7\xe1\xce\xc5\x9e\x5a\xbe\x8b\xe8\x16\xf6\x71\xe9\x08\x19\x1e\xf4\xdf\x92\xdb\xd4\x41\x6f\xff\xc5\xcf\xe8\x6b\xdc\x60\x03\x38\x76\x24\x00\x1d\x2a\xa1\x01\x00\xdb\x5c\xb9\x6f\x69\xff\xfa\x59\xe8\xb9\x8b\xba\xd7\x3c\xc3\xfc\xcc\x9a\xbe\xea\x28\xee\x76\x72\xc0\x8a\xf3\x84\xc3\xb1\x9b\x97\x3d\x24\x5d\x0c\x7b\x3a\x7a\x81\xf2\x2d\xe8\xbf\x25\x53\xe9\x5e\xde\x91\x8b\x67\x32\x5e\xbb\xc9\xfa\x7b\x38\x89\x00\xb4\xff\x23\x5a\x00\x80\xf5\x37\x79\x69\xc9\xab\xb5\xf3\xf1\xdf\xf2\x7f\xac\x9e\x4a\xec\xc8\xec\x5c\xe9\x42\x0e\x49\xda\xbb\xdc\x8f\xf2\x28\x96\xb1\x34\x89\xb6\x3f\x6c\xcf\x92\x38\xc6\xca\xa0\xe7\x23\x6c\x96\xcc\x3b\x6f\x98\xc3\x71\x71\xdb\xdc\xfb\x07\xef\x2b\x00\x6d\x7b\x24\x29\x00\x58\x6e\x2a\x8a\x4a\xd6\xae\x0e\xa0\x32\xf3\x87\x56\x2e\xa4\xad\xca\x9c\xb3\xbc\x9e\xfe\x34\x09\xb6\x94\xc7\x44\xc7\x86\x2c\x19\x64\xfd\x13\x66\x1a\xe9\xe3\xd8\x82\x6e\x0e\x5d\xe2\x79\x79\x37\x0e\x1e\xe4\x8b\xdc\x9e\xf4\x84\x89\x08\x00\x38\x84\xb2\x0e\x00\xcc\x2f\x95\x4b\x8a\x7f\x5f\xa9\x67\x1d\xc9\xfb\xbc\xbc\x8b\x7d\x25\x63\xf3\xd2\xad\x9c\xfb\x0b\xbf\x2c\xb9\xc7\x9b\x1a\x73\x75\xb1\x07\xbf\x31\xac\x61\x78\x8a\x60\x24\xe8\xf8\x60\x96\xf0\xb6\x37\x65\xc0\x5f\x3c\x77\xe2\xcc\x2e\xf9\xff\x7f\x44\x29\x51\xdc\x04\xc0\xec\xaa\x7a\x5f\x5c\xbd\xdc\x57\x3c\x98\x67\x5f\x9a\x2e\x09\xc9\xa8\x5d\xc2\x90\x2c\x5f\xb8\x79\x64\xb5\x14\x1d\xb3\x7c\xe8\xa9\x2c\x25\x2c\x73\xe0\x9b\x7c\x7a\xd0\xa5\xfe\x74\xf9\x47\xef\x0d\xbd\x7f\x2a\x3e\x4d\x74\x38\x8b\x55\xfb\x00\xb0\x6d\x55\xf7\x00\x60\xbc\xa4\x11\x14\xed\x1e\xfd\x47\x63\xcb\x0b\x58\x92\xa4\x19\x4d\xff\x39\xa2\xd3\xec\x5c\xc8\x19\x3a\xa3\xf9\x2f\x46\x3e\xe8\xa3\xc5\x85\x45\xf4\x2f\xd2\x5e\x0f\xba\xd6\xdb\xad\xc3\x78\xff\xd9\x13\xa8\xbb\x3d\xf1\x9f\x76\xa3\xae\x03\x00\xab\x58\x7b\x02\x00\xc3\x0b\xad\xa9\xf0\xc5\x92\x68\x6b\x4e\x2e\x7f\x44\x6b\x9d\x9a\x2e\x1f\x7a\x60\xb9\xbd\x10\x0c\x2e\xb0\x9c\x89\x09\xe9\x37\x5a\x1e\x86\x3e\xe8\xbd\x66\x0d\x08\xea\xeb\xa9\xb1\xa6\x7b\x5f\xef\xda\x6b\xfe\xdd\xdd\xab\x2d\xd4\xb8\x16\x00\x8b\x5e\x3f\x04\x80\xa1\x58\xd7\x5c\xb8\x65\x31\xde\xd1\x95\x9b\x31\x7c\xc0\xb1\x20\xbd\x70\x68\x8e\xfd\xe6\x82\x6b\x03\x02\xfb\xe6\x98\x71\x7d\xa7\xec\x7b\x42\x4f\xf5\x86\xd9\xff\x0c\xb2\x74\x6f\xb4\x27\x7b\xdf\xe9\x72\xb5\xde\x75\x8f\x70\xf0\xcd\x13\x01\x30\xff\x32\xc8\x00\xd0\x7f\xd0\x1d\x29\x54\x8e\xac\x71\x62\x73\xa7\x0e\x83\x8e\xa7\xe9\xb3\x06\x89\x1d\xfc\x05\x07\xfa\x77\x74\x94\x45\x7f\xea\x1b\xd7\x81\x0c\x3d\xd9\x43\xea\xf0\x0e\x6a\xef\xfa\xb7\x6d\x83\xf7\xbf\x9d\xa9\xad\x2b\xdc\x1b\xec\x6b\x2c\xd9\x00\x98\x29\xc6\x45\x00\xe8\xad\xfa\x90\xa5\xbf\x50\xe3\x6a\x53\xfa\x02\xd0\xbf\x37\x1c\x6c\x1d\xc2\xf6\x42\x23\xd5\x14\xbc\x13\x76\x8c\x27\x20\x6e\x41\x09\x08\xfb\xc8\x8f\x70\xb3\x1a\x0f\xd1\x22\x88\x97\x0a\xc7\x18\x26\xea\xaa\xc4\x0b\x2c\x38\xd3\x37\x20\x89\x3d\x9e\x9d\x0b\x80\xb4\x90\xbf\x62\xa9\x37\xfc\x29\xa4\xb4\x37\x1f\x39\x06\x15\xd8\xc6\xd0\x57\x61\x56\xd5\x6e\x9c\x0b\xf2\x3c\xf7\x16\xa1\x01\x1b\x41\x48\x24\x6d\x21\x28\x1b\x4b\xa9\x73\xc9\x77\x0a\x65\xf4\xc5\x74\x48\x22\x97\xd9\xca\xc2\xcf\xfc\xc0\x6a\xe1\x64\x01\x20\xf9\x2a\x20\x8f\x86\xb4\x9c\x69\xd6\xf6\x60\xe0\x7f\xc0\xeb\x6d\x00\x15\x84\xf2\x52\x7e\xc5\x48\x31\xbf\xb8\x69\xb8\x0f\x04\x37\xfc\x4a\xa2\x9c\xec\x0e\x19\xa3\x4c\xa7\x4d\x2f\x9c\x41\xdb\xc0\x8c\x4e\x0c\x64\xac\x63\xff\x31\x73\x07\x73\x15\x97\x03\x80\x64\xb1\x90\xb2\x18\xd9\x78\x0e\x73\xae\x6b\x5d\x73\x25\xde\xdb\x82\x87\xfd\x41\x5c\xa4\x70\x20\x1d\xe4\x0e\xf6\x57\x4c\x1d\xf5\x5f\x5c\x27\x3e\x94\x01\x6b\x78\x43\xfc\xc5\x3a\x5a\x40\xa5\x9c\xe0\xce\x49\xd0\xd3\x1e\xf0\x17\xce\x44\x30\x16\x08\x32\x01\x10\x5f\x14\x6f\x1d\x4e\xa8\x2f\xa1\x76\x3b\xaf\x42\x3e\xd1\x73\x4d\xb7\xa1\x87\x19\x37\xe5\x0b\x61\x5b\x59\x1a\xd6\x25\xe4\x6f\x9c\x5c\xac\x03\x73\x95\xfb\xa9\xc1\x1b\xff\x96\xbf\x75\xd1\x0e\xd2\x33\x21\x3e\xfe\x17\xd5\x4b\x74\x63\x66\x04\xed\x88\x18\x0f\x80\xe8\x83\xcc\x67\xb0\xa4\xfa\x35\xef\x65\xc7\xbc\xba\xeb\xfc\xa7\xc6\x16\xc8\x03\xc1\x79\xe9\xc3\xe6\x69\xc2\xd3\xcc\x0d\xf0\x16\xd1\x2d\x4c\x07\x6a\x8b\xf8\x5e\x7d\x1e\xce\x4d\xf2\x64\xd1\x54\x62\xb8\xf4\x49\xbc\x83\x0c\x93\xed\x98\xe9\x43\xa5\xc8\xce\x01\x20\x0a\x53\x20\xfa\x36\x96\xef\xd4\xe6\x39\xb6\x55\x7d\xd7\x26\xe9\xbd\xeb\x5a\xb4\x81\xe2\x2b\x90\xeb\x5a\x1f\xfa\xfd\x66\x9a\xd6\x1f\x3d\x19\x31\x51\x3b\xad\x6e\x32\x7a\xb1\xd6\x25\x3f\x16\xf7\x46\xf3\x2e\xde\x83\x18\xaf\x39\xef\xff\x8d\xfc\x58\x53\x01\x80\x30\x5b\x2d\xea\x29\x28\x91\x77\x54\xb4\x4a\x2b\xa6\xb7\x87\x6a\xa7\x56\xef\x71\xfc\x10\xfe\xa8\x67\xd8\xff\xa1\x65\x37\xa5\xb4\xfe\x85\xdc\x00\x9b\x6c\x3b\x53\xf3\x01\x79\xd9\xba\x36\x0f\x83\x2d\xb5\x18\xe2\x7a\xf1\x03\x66\xae\xff\x13\xd2\x33\x53\x11\x00\x82\xcd\xba\xa8\xae\xde\x22\xe3\x62\x99\xf5\x56\x59\xfc\xf0\x52\xb5\xa2\xf2\xed\xe0\x26\x81\xb5\xf6\x78\xff\x76\xca\x33\xc8\x96\xde\xad\x08\x67\xf3\xd2\xee\x91\x9a\x00\x84\xbe\x53\x9d\x3b\x86\x09\xee\xa0\xc7\x91\x70\xea\xb6\x55\xfe\xdf\x48\xd9\xad\x0c\xd0\x24\xa8\x33\xd0\x3b\x9f\x16\x7e\x58\x99\x61\xcd\x2e\xed\x5b\xf6\xe9\x7f\xfe\x8c\x0e\x0a\x5c\x6a\x63\x16\x67\x50\xd8\x90\xd9\x43\x17\x10\x89\xcd\x3e\x03\x35\xd5\x37\xe0\xdf\x7b\x8f\xe5\x6e\x46\xaf\xe8\x2e\x8d\x63\xe2\xdc\x3b\xf3\x67\xce\x27\x3e\x76\x08\x41\x97\x20\xc8\x98\xd3\xc9\x2d\xec\x5e\xf7\xc3\x72\xb3\x74\xfe\x1a\x8a\xaa\xbf\xe2\xf2\xca\xdd\xfc\xdd\x35\xeb\x96\x4f\xa2\x44\x37\x0c\x8e\x96\x21\xc6\x43\x3b\x46\xb8\xd5\x47\xe1\xd2\x41\x53\xee\x26\x74\x44\xdf\xc6\xb8\xc5\xd8\xd6\x9e\x39\x33\x05\x44\x6a\xdb\x7b\xf0\x92\x7f\xd4\xb8\x7d\xe4\x17\x66\x4f\x6d\x41\x17\x07\x97\xd2\x70\xdc\x92\x85\xbf\x08\x8d\x56\xc0\x88\x76\xd8\x71\xf6\x5e\x32\x13\x25\xc6\xd5\x53\x09\xb8\x90\x86\xed\x74\x1e\xf1\x5a\x41\x2c\xd3\x46\xdd\x90\xc0\x67\x07\x32\x67\xcf\x6c\x66\xef\x64\x63\x00\x90\x72\x05\xa1\x23\xf3\x50\x7d\x90\x9c\xce\x51\x4c\x05\x14\x6f\x56\xe1\xfc\x60\x02\xf9\x16\xc2\x44\xe4\x01\xf6\x3c\x92\x1f\x36\x08\x7b\x89\x92\x4d\xe0\x37\xe4\xd3\xb8\xe4\xeb\x8b\xce\x33\xd6\xd0\xab\x12\x82\x59\x35\x2c\xd2\xcc\xb9\xec\x19\x9c\x26\x00\xa4\x11\x82\x3b\xc3\xa9\x08\x4d\x33\xc2\x79\x12\x45\x84\x47\x98\x76\x61\x70\xc8\x3f\x65\xdf\x70\x06\xcc\x03\x96\x95\x70\x10\xff\x12\x5b\x4a\x9e\x42\x7a\x5b\x7f\x91\x4a\xa6\x81\x45\x6c\xfa\x7e\xe6\xec\xf8\x31\xa6\x80\xfd\xd8\xff\x05\x8b\xca\x35\x03\x20\xb9\x20\xbc\x3c\x58\xdd\xbc\x1e\xc3\xeb\x70\x85\xfd\x85\x3b\x61\x0c\x46\xe6\x10\xbe\x4b\xfb\xd0\x2b\xc8\xf5\xcc\x06\x5c\x38\xf5\x20\x26\x87\x70\x90\x11\x51\xf7\x8e\x8c\x60\x0d\xe5\x9f\xa0\xde\xe7\xba\xc5\x97\xd1\xb7\xf2\xa3\xfc\x57\x31\x7e\x0a\x6a\x00\x90\x00\xc9\x94\xfe\x96\xc6\x19\x54\xff\xb6\x62\x68\x0f\xed\x9a\xbe\x17\x16\xcf\x90\x4a\xb2\x11\x37\x59\x91\x8c\x68\xf4\x30\xfb\x6f\x74\x26\x4e\xc2\xdd\x56\x17\x40\x6c\xe0\xcb\xf2\x67\x51\x26\x08\xb3\xe3\x2e\x51\x9f\x8b\x8e\xfb\xab\xe8\xbd\x62\x1e\x00\xe2\x08\x19\xba\x97\x59\x77\x91\x57\x6a\xef\x82\x58\xf9\x2d\x3a\x5f\x28\x56\x50\x2f\x7a\x09\x2b\x14\x42\xe9\x93\x90\x8b\x44\x5c\x54\x1e\x06\x26\x36\xd4\x96\xe1\x99\x92\xa1\x3c\x05\xa9\x44\xba\x39\x8e\x4a\x49\x97\x0d\xf8\x13\x68\x65\xb2\x0b\x00\x88\xe0\x8a\xfe\xae\x8f\x55\x23\x9a\x5c\x5b\x7e\xed\x2e\x0d\x4a\xfd\xb2\xe1\x81\x86\x2a\x78\x07\xf5\xd2\xb0\xa8\x65\x30\x84\xc6\x80\x38\x85\xdc\xa7\x69\xaf\x09\xc1\x4e\xd1\x0c\xe5\xae\x22\xf8\x6a\x56\xc6\x7e\x22\x79\x6a\x46\xfc\x39\x94\x9d\x9a\x7c\x00\x84\x04\xf5\x72\xa7\xad\x5c\xdb\x3e\xc1\xe2\x5f\x75\xad\x6d\x8a\xf2\x57\x5d\x9a\x63\x2a\x3f\x01\xb2\xda\x3e\x9d\xbc\xab\x39\xa6\x35\x04\xce\x87\x1f\xb2\x05\x57\x4f\x47\x17\x58\x03\x73\x9e\xe0\xd8\x16\xdf\x58\x1b\x41\x62\x0e\xf5\xc7\x93\xb7\x9a\xfc\x40\xa6\xe0\xb4\x2e\xb7\xfd\x44\x29\x7f\xf8\x8b\x89\x54\xf1\x6c\xa8\x4a\x41\xa8\xe1\x0d\xe8\xb9\x07\xea\x7f\xf4\x2d\x21\x31\x9a\x46\x7b\xf6\xc2\xf0\xb0\xfa\xae\x63\x55\x79\xc8\xb7\xce\x33\x39\x30\x6c\x7e\xfb\x9d\x58\x38\x1e\xd6\x96\xe4\xaf\x25\x7d\x6f\xf5\x02\x2b\x04\x78\x03\xad\x7d\x6e\xc9\x8d\xe5\xc3\xc6\xb3\x15\xe5\x4b\x2d\xf2\x0b\xd5\x97\x96\x34\x72\xd3\xea\xb1\x23\xd3\x88\x5f\x9a\xdc\x07\x8f\xc0\xdc\x5a\x8e\xf4\x13\x2b\x7f\x22\xc9\x3d\xbf\x72\xd2\x30\xbf\x77\xad\x8b\xc5\xe1\x1e\x39\xf7\xfa\xaf\x27\x2d\x76\x78\x80\x47\x82\x08\x63\x72\xdb\xae\x12\xe6\xda\x2a\x23\xa1\xfc\xca\xaa\x3f\xe5\x9c\xea\xea\x15\x58\xce\xf3\xba\xdb\x4b\x2f\x11\x77\x37\xea\x96\xc4\xb4\xdc\x6d\x49\x1f\x96\x55\xbe\x44\x3c\x1c\xd8\x93\x93\x8b\xc9\xeb\x73\x8b\xed\xc6\x61\xba\x5b\xfd\x7f\x90\x02\xda\x4c\xe3\x92\xf9\xe7\x8d\xeb\x06\xae\xe2\x2d\xb5\x90\xf6\x0e\xc2\xc5\x86\x73\x86\xb5\xa4\x14\x68\x8c\xd4\x9b\xbc\x0b\x76\x94\x71\x98\x8a\x45\x71\xd1\x1b\xe8\x11\x38\xbf\x3a\x02\x13\x10\xcf\xe6\xc7\xb3\x6e\x51\x07\xe2\x8e\x71\x12\x99\x93\xfc\x7e\x72\x5e\xb3\xcb\x00\x90\xbe\x17\xd8\xfa\x7f\x60\x59\x90\x85\x6d\x67\x71\xaf\xa1\x75\xfa\xf7\x04\x0b\x0c\x2e\xe1\x92\x32\x90\x6b\x18\x09\x14\x1f\xac\x0b\x3a\x8e\xe6\x4a\x80\xd5\x7e\x62\xb8\x92\x0f\xe6\x5d\x65\xfe\xa0\x2f\x88\x93\xb0\xe9\xac\x4a\xbf\x0b\x9c\x26\x4e\x26\x00\xd2\x8d\xc2\xa4\xfe\x59\xe8\x96\xe6\x54\xc7\x57\xac\x07\xec\x87\x3e\x05\x77\x1b\xb9\x57\x7c\x92\x70\x10\xb3\x87\x3e\x48\x3a\x8a\x3f\x8e\x5a\x4f\xb9\x4b\x3a\x57\x6b\xa1\x03\xea\x83\x3c\x39\x73\x06\xe3\x6b\x5c\x02\xab\x9b\x7d\xd4\x6f\x29\x7b\x2b\x97\x0a\x80\x14\x22\x0a\xe9\x9d\x0a\xdf\x84\xf1\xb3\xc7\x22\xd7\xe1\xc4\xda\x95\xe8\x63\x84\x7d\x22\x2a\xf6\x25\x79\x0a\x8d\x45\x48\xa7\xca\x91\xab\x49\x83\xf4\x97\x35\x5b\x29\x3f\x59\x84\xdc\x9b\xf4\x3c\xce\x8d\xd8\xad\x8c\x9b\x7c\x17\x3f\x1e\x0b\x22\x48\x00\x40\xd2\x2a\xa9\xe8\xae\x6b\x9e\x44\x19\xb4\x19\x60\x18\x1a\x51\x13\x84\x38\xcb\x08\x10\x4e\x47\xc7\x30\xcf\x50\x4b\xb0\x7b\xd8\xbd\x88\xd5\x04\x38\x17\x57\x7d\x9b\xf4\x1f\x3f\x29\x37\x85\xca\x12\xba\xc4\x16\xd1\x67\x88\xfa\xfd\x20\x8c\x0f\xe2\x7a\x00\xc4\xbb\x64\x9d\x9d\x68\xc8\x0d\xee\x32\xcb\x45\x28\x95\x77\x42\xd5\x0f\xf3\xe1\x5f\xe6\xff\x8e\x58\x2e\xb8\x4b\x99\x8f\x26\x0a\x7f\xc2\x37\xe2\x16\x89\x67\x57\x4f\x26\xce\x94\x14\xe6\x0c\x93\x77\x4a\xa9\x31\xcf\xa9\x54\x19\xc1\x6f\x11\x7d\x83\x6c\x1d\x00\xa2\xbf\x14\x47\x3a\x26\xd5\x6e\x56\x67\x9a\x06\x1a\x86\xd5\x1a\x85\xb5\xa9\x53\xbd\x99\x7b\xa7\x45\xa6\x3e\x4c\xe2\x23\x6c\xea\xa7\xb0\x5c\xf4\x06\x8d\x4b\xe5\x0b\xdc\x61\xcd\xfc\xec\x8b\x44\x93\xa6\x38\x46\x43\x5e\xa4\x69\xf1\x6b\xa1\xf9\x69\x7c\x01\x10\xbe\x51\xef\x72\x0c\x57\x6d\x75\xfc\x66\x50\xd5\x9e\xb0\xbf\x91\xed\x6e\x78\x63\x9f\xc1\x09\x87\xfa\xb6\xc6\x11\x5e\xc2\xd0\xb6\xba\xe6\x8f\xc8\x5d\x56\x6a\xc5\x1f\x98\xaf\x16\x4d\xb6\x2f\xfe\x91\x79\x30\x26\x88\xb8\xc6\x74\xda\xaf\x91\xea\x69\x3c\x06\x66\x09\x6b\x74\x19\xad\x87\x2b\xec\x43\x6c\xdd\xbe\xea\x2b\x03\x6f\xa4\xd3\xea\xc3\xfb\x6b\x59\xbb\x1a\x29\xbd\x7a\xfc\xfa\xe6\x8b\xdd\x7b\xa1\xaf\x10\x85\x9d\x4f\x2b\xfc\xd0\xab\x9d\x9e\x59\xed\xb8\xcd\xed\xf9\xd1\xaf\x08\x16\xc7\x7e\x3f\x31\xa5\xd1\xd6\x05\xac\x82\xc7\x86\xda\xd6\xf0\xf2\x17\x4b\x3f\xeb\x82\xab\x13\x46\x3d\x25\xdc\x3a\xe3\x62\x77\x56\x22\xe4\xf4\xd0\x3d\x7c\x66\xf3\xc2\x81\x8d\xd0\x4e\xf8\x96\x3e\x51\xf9\x4d\x74\x60\x4f\x5a\x16\x13\x17\xdb\x35\x21\xfa\x3d\x61\xb2\x33\xd9\x6f\x31\xf9\x83\x5d\x0b\x8e\x09\x96\x1a\xfd\x6c\xc7\xcb\xc5\xab\xbb\xb4\xbb\xab\xb6\xad\x84\x4b\xdc\x6b\x7f\x2d\x77\x61\xde\x87\xe4\x8d\x3a\x70\xdf\xa1\x6b\x16\x4f\x82\x92\xe1\x61\x43\x9a\xf2\x63\xa8\x8e\xfe\x17\x59\x02\xec\xea\x5e\x4c\xcc\x1c\xbc\xbe\xeb\xbd\xdf\x3f\x64\x9a\xe3\xc3\xb8\x99\x82\x45\xc6\x36\x27\x93\xf2\xb1\x56\x64\xee\xa6\xfe\xd3\xf0\x5c\x19\x4b\x77\x83\x16\xf1\x22\x19\x95\xb0\xc3\x24\x3a\x73\x0b\xaa\xa5\xe5\x3d\x7b\x36\xf6\x5d\x65\x15\x67\x98\x38\x92\x75\x9c\x37\x9e\xda\x10\x75\x8c\xef\xca\x58\xe9\xc3\x10\x68\x58\x3b\x00\x90\x8f\x08\x3d\x3b\x34\xe4\x40\x48\x88\xe9\x2a\x25\x03\x5a\xa4\xe8\xa7\x72\x61\x8d\xdc\x7e\xda\x53\xa4\x8e\xf8\x94\xc1\xc7\x9c\x6b\x51\xb0\xdc\x09\x33\x2b\x9e\xb1\xd7\x93\x85\x59\x2c\xee\x42\xda\x8d\x28\x2b\xaf\x9c\x79\xdb\xa7\x8a\xff\x2f\x7b\x04\x00\x79\x8b\x70\x59\xbb\x85\x58\x0c\x7d\x6f\x9a\x44\x32\xc1\x4e\xcb\xff\x26\xff\x81\x6c\xe7\x7c\xa3\x2a\x31\x2c\x62\x33\x3d\x01\xcf\x6c\x19\xc7\x78\x45\xe2\x54\x68\x58\x5b\xa8\x9a\x2c\x7f\x4e\x23\xa3\x33\xaa\x8c\x2b\x67\x97\xfa\xa4\xf0\x51\x9c\x53\x00\xc8\x27\x88\xe4\x8e\x03\xd8\x23\xe8\x56\x03\x1a\x9f\x87\x7d\x28\xa3\x12\x1e\x10\x02\xd9\x1b\x48\xc7\x48\x42\x42\x36\xe5\x20\xe5\x45\xb3\x07\xed\x00\x1d\x51\xbe\x83\x71\x80\x79\x3b\x53\xc0\xea\xe4\x34\x45\x3e\x62\x9f\xe5\xa9\x7c\x7c\x79\x3e\x7c\x0b\x00\xb2\x02\x89\xd5\x1e\x88\x4a\x21\x8f\xe9\xee\xa3\xbf\x53\xbb\x25\x9f\xb1\x2f\xe9\xe9\x2c\x0c\x61\x06\xe3\x3b\xde\x9f\x54\xcf\xba\x01\xf5\xa0\xb4\x73\x36\x95\xdd\xa3\x9d\xe0\x39\x32\xee\x31\xce\x08\x18\x91\xad\xac\xe9\xa2\x49\x3e\x9e\x9c\xe3\xa2\x2d\x00\x48\x45\xb2\x23\x36\x23\xec\x2e\xa7\x57\x5b\x8f\xf8\xc1\x5d\x23\x76\xa0\x17\xf0\xd6\x33\x67\x62\xfb\xf9\x63\xd8\xcf\x84\x69\x42\x8f\x26\x1f\x92\x4e\x94\x5f\x36\x95\xf2\x52\x2c\xcf\x28\xa3\xcf\x90\xec\x8d\xcc\x66\xd0\xa4\x67\x7c\xa6\xb1\x8d\xb2\xa9\x00\x48\x56\x2b\xee\x9a\x1f\x43\xa3\x94\x74\xd5\x8f\x16\xbe\xf2\xac\x50\x0b\x7f\xa2\xf2\xa5\x17\xa0\xda\x54\x75\x18\x24\xb6\x4c\x35\x0c\xd9\x87\xff\xa1\x7a\x50\xf2\x1f\x69\x99\x3a\x2c\xdd\x42\x79\xa3\xa6\x46\x3c\xa6\xe5\xab\xd7\xfa\xc4\x33\x3f\xaa\x45\x00\x88\xb7\xab\x57\x1b\xb7\x36\x9c\x6d\x85\x29\xbe\x35\x39\x6d\x3b\xf9\x1b\x5a\x50\xb6\xf1\xd4\x11\x44\xb6\xb5\x1e\xf5\x02\x1d\x6e\x59\xd3\xa0\xc1\x79\x99\xdf\x97\x8c\x27\x3c\x31\xe7\xa6\xdd\x22\x97\x99\x5a\x23\x8c\x94\x25\xc6\x7f\x7d\x12\x18\xaf\x0d\x57\x01\x10\x7b\x6a\x7f\xe9\x6f\xd5\xbd\xe9\xb7\xc9\x61\x90\x9d\x7d\x19\xbc\x05\x50\x67\xcf\x69\x4a\x09\xac\xb5\x3b\x17\x79\x00\xe9\xec\xdc\x59\xaf\xc7\x0c\x3a\xe7\x15\x67\xe1\xed\xed\xbd\x69\x30\xd2\xd4\xb6\x09\x11\xd5\x64\x91\xfd\x9c\x4f\x0d\x23\xda\x5a\x0e\x80\xa8\x4f\xff\xaf\x7e\x66\x5d\xcb\xe2\x63\xb2\xed\x10\xbf\x91\x40\xee\xaa\xa6\xbf\x86\x1a\xc8\x67\x5a\xfe\x18\x60\x21\xeb\x10\xff\xf4\x19\xeb\x63\x31\xa0\xa7\xaf\xe8\x3b\xee\x5b\xd7\xfa\xb4\x4c\xa2\xc5\xf9\x7b\x44\x35\xe9\x6d\xc7\x5c\x1f\x2e\xfd\x64\xeb\x4c\x00\x44\x8d\x86\x9d\x3a\x5b\xed\xbb\x15\x21\xb2\xdc\x86\x81\x65\x29\xdc\xca\xa6\x96\xd1\x28\xb2\xaa\xa5\x7e\xe4\x17\xd2\x07\x81\x18\x3a\x5d\x0f\xd0\xec\x01\x67\xd1\x33\x1c\xb5\xaf\x25\xad\x80\xf0\xb9\x67\x6e\x84\x90\x84\xe9\xdc\xe7\xb3\x9f\x9e\x6a\x57\x03\x1f\xe1\x5b\x63\x82\xf9\x2e\x3b\xb3\xb6\x57\xb5\x9e\x7d\xaf\xe1\x3f\xc1\x55\xce\x5a\x68\x35\x4d\xcc\x75\xc0\x76\xa2\x89\x3c\x1b\x2a\xb3\x61\x98\xdf\x85\x3d\x51\xbc\x49\xb0\x86\x48\x4c\x5d\x2a\x3c\x44\x79\x3f\x7f\x86\xc8\xcc\xf0\xf1\xac\x91\x6c\x63\xb9\x00\xa0\xdc\x2e\x14\x98\x43\x99\x8d\x90\x40\xe5\x4f\x56\x12\x34\x4e\xb0\x88\x1d\x0f\x4b\xa2\x3e\xe5\x64\x23\xeb\x50\xf7\xb8\x18\x8c\xa3\x21\x94\xd7\x86\xbf\x54\x5c\xcc\x3f\x4e\x0e\x4b\x85\x08\xbe\xd0\x88\x61\x8f\x85\x63\xcc\x0c\xcf\x1c\x49\x12\xeb\x11\x00\x4a\x91\xf0\x95\x09\x4b\xe7\x42\x4f\x29\xcb\x19\x36\x98\x83\x3f\xc0\xdc\x87\x2c\xa4\x96\xb2\x9e\x61\x02\x50\x55\x9c\x78\xbc\x67\xfd\x2a\xae\x86\xe4\x51\x74\x8b\x77\x9d\x3a\x33\x75\x82\x20\x94\xe1\x19\xb6\x4d\x38\x91\x35\xe2\x99\x20\x5e\xc1\x99\x00\x80\x72\xbe\x68\x8b\xa1\x95\x12\x86\xfa\x2c\x5f\x49\x65\x61\x6b\x79\xbe\xb4\x1b\x78\x13\xf9\x23\xa3\x8e\xf8\x10\x19\xc9\xbc\x4f\x69\xa8\x5b\xcb\xa6\xd3\xce\x16\x4d\xe0\x7c\x66\x56\xa7\xd0\x78\x4c\xf6\x9e\x30\x2c\x1f\xc3\x3d\xe9\x19\x21\xa2\xf1\x8e\x03\xa0\x60\x48\x56\xeb\xe7\x10\xb6\x93\x4e\xca\x72\x48\x55\x94\xa5\x9c\x73\xe4\x5f\xb4\x26\xd2\x19\xea\x7e\x46\x28\x62\x16\xdd\xc2\x9a\x58\x7b\x98\x59\xc3\x7e\x5d\x58\xc0\x9e\xc6\xbd\x95\xfc\x84\xb3\x99\xbf\x3b\x2c\x98\xbb\x4e\x58\xe9\x99\x2a\x9c\x2b\xfc\x00\x80\x7c\x89\xec\xb4\x56\x83\xdd\xc3\x4e\x96\x8c\xe1\xc5\x1c\x24\xdb\x4c\x84\x71\xc5\xc4\xe5\xe4\x7a\xde\x36\xf8\x0c\x6a\x13\xff\x57\xcd\x1d\x7a\xbd\xb0\xb2\xc0\xc4\xcc\x12\x8d\x24\x63\xd9\x40\xfc\x32\xf4\x31\x67\x9c\xd4\xc5\xb3\x9a\xff\x4c\x0a\x07\x40\x76\x4d\x71\x46\x5d\x85\x7c\x28\xb7\x8b\x76\xa0\xff\x55\x8c\x63\xf6\xe2\xfc\x15\x48\xfc\x53\x42\x9d\xe2\xb7\x96\x4e\x52\xaf\x32\xaa\xba\x9b\x72\x49\xd9\xb5\x48\x47\xfb\x57\x05\x92\xb6\x30\x6e\xaa\x78\xa1\x4e\xe6\x65\xd5\x05\x4f\x22\x8f\xaa\x3a\x09\x80\xf4\x4f\x35\x5b\xe9\x0e\x7b\x61\x79\x21\xd8\x87\x4c\xb2\xc0\xe8\x37\xd0\xed\xe6\x23\xb8\x46\xec\x57\x73\x5e\x73\x12\x81\x6d\x3a\x59\x45\x25\xdd\x33\x95\xe5\x3b\xa9\x89\xc6\x8b\x49\x93\xe8\xb1\x46\x7c\x68\x06\x23\xd4\xe8\xe6\x29\xe5\x42\xf4\x47\x00\x90\x26\x68\x37\xca\x2b\x9a\x4f\xf5\x48\xf8\xf1\xf0\x92\x6e\x28\x8d\x83\xbc\xd0\x35\x19\x3b\x03\x53\xe3\x3c\x08\x9d\x8b\xbb\xd3\xc1\xad\xd4\x13\x69\xed\xe1\x79\xf7\xc8\x0f\x1c\x4f\x16\x3a\xa8\xef\xec\xbb\xe6\xfd\x4b\x7b\xd7\x7a\xca\xd3\xc6\x19\x34\xdf\x02\x40\xb2\x5b\xaf\x95\xed\x6f\x0e\x1d\x92\xf3\x56\xc0\x86\x07\x01\xf5\x05\x72\x7e\x3f\x16\xb3\x0c\xbd\xae\xf7\x50\xd3\x11\x5c\x5a\x4f\x40\x65\x32\xe1\x52\x97\x2c\x6f\x05\xb9\xca\xf9\x64\x21\x83\x4a\xea\xa0\xcf\xfb\x9b\x46\x68\x7b\xe4\xb9\x9c\x93\x6a\xfd\xdf\x3c\xc9\x31\x64\xca\x60\xd0\xb5\xa3\x1b\x78\xc5\xb0\xe9\x8b\xdf\x52\x9d\x88\x81\x11\x6f\x0c\x0c\xed\x37\x14\xdf\x64\xc7\x2e\x1d\x28\xa8\xf4\x22\x64\xf6\x61\xf3\x3a\x49\xfb\x7a\xcc\x0b\x39\x94\x2b\x5d\x97\x43\x3d\xa8\xa7\x9d\xd5\x9e\xf7\xd8\x9b\x6c\x77\x00\x90\x4c\x34\xec\x51\xbe\x12\x7e\xaa\x7d\x29\x9c\x2b\x6a\x84\x24\xd1\xef\x8a\xce\x41\x99\xb8\x58\x71\x09\xec\x00\xf4\xaa\xf8\x3a\x2a\xbe\xf2\xa4\x84\x87\xdd\x90\xd7\x27\x0d\x20\xa6\x2f\xf0\x91\x3e\xa6\x0c\x86\xfc\x29\xd3\xd3\x05\x53\xf2\x15\x27\x98\x03\x00\xa8\xef\x09\x5f\x28\x27\x09\x6a\x20\x11\x02\xba\xe0\x32\x34\x8e\x5e\x26\x64\xc3\x42\xb1\x23\xa2\x29\xc8\x44\x68\xb9\xe8\x00\x06\x55\x59\x29\x96\xe3\xfb\xf2\xe2\x24\x05\xa4\x7b\x89\xa7\xa4\xf3\xa8\x1f\x43\x8e\x4a\x2f\x31\x5a\xa7\x64\x29\x6a\x58\x14\x00\xd4\x4b\x44\xe5\x8a\x20\xde\x06\x68\x07\x7f\x1d\xbf\x16\x06\xa1\xad\x17\x4c\x43\x4e\xc2\x8e\x13\x9c\x45\x5f\x6d\xda\x2b\x1c\xc1\x1d\xaa\x38\x27\x92\x13\x77\xe5\x1e\x12\x63\x28\x7b\x13\x0d\x92\x46\x7a\x7b\xc8\x72\xe9\x64\xe6\x93\x29\x59\xf2\xe3\x6c\x03\x00\xea\x1a\xd1\x17\x99\x91\xcd\x41\xd9\x79\x01\x9c\x3a\xcc\x39\x6a\x18\xb7\x06\xf7\x15\xbd\x91\x07\x21\xd6\x37\x76\xf0\xa9\xe4\xe3\xe5\xa7\x05\x2a\x5a\x5e\xce\x13\x61\x37\xe3\x68\xc2\x6b\xd1\x3a\xf6\x8c\x10\x9a\x98\xc0\xf9\x31\xa5\x5a\xd6\xcb\x2b\x04\x40\xd5\x23\x39\x2f\xf9\xc2\x08\x20\x3e\xe1\x9c\x67\x96\x92\xf7\x51\xc6\xb3\xba\xa8\x42\xd4\x2a\xf6\x0d\x7a\x15\x64\x84\x1b\xc1\xcc\x28\xfb\xca\xe3\xb1\x63\x73\x52\xf9\x3b\xb8\xf3\x12\x54\x82\x7f\x78\x3f\x42\x72\x85\x1b\x05\xf2\x29\x7c\x69\x93\x50\x02\x80\xf2\x9c\x6c\x4c\xbc\x93\xf2\x93\x79\x8d\xdd\x4f\x53\xb1\xbd\x48\x6f\x18\xe3\x39\x39\xc8\x25\x4c\x0d\xb7\xad\x61\x0b\x7b\x22\xef\x6d\x59\x3c\x47\x2b\x68\xcc\x6e\xe7\xbe\x10\xee\x4b\xf0\xe1\x17\x89\x7d\x43\xfc\xf9\x3f\x25\x11\x53\x36\x48\x7c\x24\xaf\x00\x50\xbc\x55\x1c\x14\xda\x89\xa3\xd2\x6e\x66\x1f\x39\x4c\x36\x8b\xe8\x4b\x39\x2d\x1b\x40\xb8\xd0\x0c\xf2\x59\xf5\xe5\x8c\x52\xf9\xa6\x92\x9f\xcc\x5f\x8a\xfc\xac\x21\xf6\xa8\xe2\x6a\x3c\x97\xeb\xaf\x64\x05\x5f\xe6\x9e\x50\xde\x9b\x72\x41\x34\xa0\x4a\x00\x40\x31\x59\x9d\xc9\x67\xe3\x94\xa6\x10\xfa\x41\x42\x93\xf1\x0c\x5e\x46\xca\x32\x32\x60\x6d\x94\x08\x63\x70\x9d\x3b\x2d\xd0\x70\xbb\xf8\x19\xc3\xc5\xd0\x9b\xb9\x9f\x79\xcd\xd0\x18\x77\x83\x8d\x35\xc4\x05\x1b\x38\x13\x0d\xe3\xa7\xdc\x13\xda\x75\x7b\x00\x90\x43\xb4\xf5\xdc\x7f\x30\xba\xce\x7c\x5a\x0b\x4e\xe5\x2c\xc4\xc5\x11\x0c\x1d\x49\x2d\x2c\x92\xae\x3d\xbc\x36\x80\x62\x6e\x0b\x2a\x9e\x45\xeb\x72\xcc\xce\x9c\xcd\x30\xda\x23\xe2\x70\xac\xd0\x56\x58\x70\x32\xeb\xa2\xcd\x3e\xe5\x91\xe0\x9a\x49\x0c\x80\xec\xb2\xde\x9d\xcb\x44\x9f\xeb\x1f\x47\xbd\x8d\x3d\xd7\xbb\x0b\xbb\x05\x7f\xaf\xa7\xa1\xc5\x85\x78\xb7\xeb\xdf\x9a\x13\xe4\x27\x9d\x43\x45\x77\xa8\x9f\x9d\xb5\x19\x6f\xe8\x1f\x3a\xbc\xe2\xf2\x99\x3d\xed\x13\x83\xe7\xb3\xf2\x1d\xa8\x29\x6f\x04\x02\x8b\x1b\x00\x32\xab\x7e\x3f\xd7\x07\x9d\x3d\xfc\x8b\xaa\xc3\xe6\x0c\x49\xb1\x30\x7c\xed\xc0\xcd\xe6\xa3\xc4\x92\xfe\xfc\x9a\x41\x72\x59\xef\xca\xa2\x43\x54\x5c\x4f\x48\xc6\x23\x3a\xba\x6b\x7d\x5c\x01\xe3\x7b\xa7\x38\x38\x9d\xb9\xa4\x7d\xd4\x23\x90\xff\xda\x5a\x0a\x80\x6c\x8e\x21\x97\x29\xd7\xce\xac\x43\x12\xbf\x6b\x0e\x42\x06\x91\x77\x34\x4e\xe8\xe1\xc6\x08\x0d\x0f\xf6\xa6\x62\x4c\x43\x44\x65\xe7\x8f\x69\xc8\xd8\xde\x94\x2d\x1a\x35\xe1\x5b\x64\xa1\xe6\x24\x25\xca\xff\xae\xb6\x99\xb6\xcc\xf5\x9d\x6e\x0e\xf3\x3a\x00\xba\xa3\xa2\xa7\x8c\xaf\x6a\x1a\x04\x4a\x54\xa9\x0b\xa1\xb5\x48\xaa\x7a\x11\x2c\x0d\xb2\x4b\x5d\x8c\x8c\xa8\x20\xab\x5b\x30\xa9\xf9\x02\xb5\x14\xdf\x98\x82\x55\xaf\x27\xc9\x23\xa7\x6a\x26\x51\x89\xfe\xe7\x35\x4b\xe9\x43\xae\x3f\xb4\xeb\x59\x16\x00\x74\x1a\x71\x20\x83\xad\xfc\x0d\xaa\x22\xbc\x57\x9e\x81\xa5\x20\x9e\x28\xff\x46\xdc\x87\x64\xa9\xa6\xa3\xbb\xca\xdf\xab\x8a\x70\xd4\xfc\xa9\x2a\x2d\xb1\x2a\xc5\x43\x75\x96\x92\x1c\x71\x5f\x9d\x4d\x7b\xec\x7f\x50\x7d\x9d\x71\xdf\x6d\x92\x36\x8c\xdd\x09\x80\x2e\x41\xbc\x92\x9e\x28\xeb\x44\x01\xfc\x5e\xd9\x3f\x98\x44\xf8\x4e\x39\x1a\xd7\xd2\x10\x2d\xff\x8d\xb0\xbe\x7c\xbc\x22\x94\xec\x9f\x97\xab\x68\xa7\xb6\x27\x63\x94\x80\x31\x31\x82\xa1\x74\xb0\xb2\xfd\x97\xab\xe6\xb0\xef\xb9\xc5\x68\x00\xaf\x08\x00\xad\x58\x9a\x4d\xbd\x23\x3e\x4b\xe8\xc5\x69\x25\x25\x24\x25\x6c\xaf\xe4\x14\xa5\xa1\x7e\x91\x14\x41\x4b\x2e\x4b\x90\x7e\x65\xc4\xe4\xda\x65\x1d\xac\xc8\xa4\x4b\xf2\x70\x4e\x78\x44\x80\xfc\x02\xf7\x3f\x7f\xa7\xa2\x91\x5f\xec\x06\x53\x5d\x11\x6a\x00\xd0\x6c\x95\x7b\x51\x08\xc2\x59\xf4\xa3\x58\xa8\x70\x3b\x33\xb9\x65\xb7\x08\xc6\xea\xa9\x43\x88\x03\xd9\x3f\x4b\x91\xe2\xe7\x5c\x59\xce\x1d\xc9\x4a\xde\xb7\xa4\x1c\x29\x5c\x20\x0e\x3f\x25\x0b\x14\xbe\xf2\x37\xca\xfa\x44\x4f\xdd\x46\x94\xa3\xd2\x71\x00\xa8\x9f\x2b\x6e\x92\xd6\x72\xb7\x89\x96\xa3\xf7\xf1\xc8\x62\x71\xf3\x4c\x7e\x83\x24\xbc\xe6\xb3\x20\x4f\x72\xbf\x64\xb6\xb0\x5a\xba\x32\xfb\xbc\xa8\x40\xc6\x58\x48\x16\xc7\xcb\x53\xc2\xb3\xc4\x6f\x14\xe3\xfd\x4b\x24\x30\x85\xc4\x6d\x4c\x11\xa9\x1c\x05\x40\x75\x5f\xed\x47\x78\xca\xda\xaa\x43\xa0\xc2\xd9\x9b\x75\x15\x4d\xd7\x39\x87\x74\x91\xd5\x63\xdc\x3b\xba\x88\x62\x7f\xbe\xbf\x2e\x31\xdb\x55\x10\xaa\xcb\x5a\xb0\x4b\x58\xae\xab\x99\x7f\x5f\xe4\xa5\x53\xfb\xcf\x12\x6d\xd4\xe9\xdd\x3e\xca\xa7\x6a\xf5\x00\xa8\x42\x34\x6f\xf1\x47\x18\x26\xc7\x6a\xc4\x67\xe6\x71\xfb\x8b\xc6\xbd\xac\xef\xf6\xe8\xaa\x73\x9c\x94\x56\x7d\x11\x84\xcb\xb7\x3d\xca\x2a\xe3\xed\xb3\xd5\x2c\xc8\xe0\xbf\xb6\x9e\x9b\x4f\x13\x5c\xb4\xb2\xfd\xee\x0b\x1d\x96\xd2\x89\xae\xb2\x3a\xc3\x6f\x00\x28\x47\x74\x1c\xbc\x37\xfd\x65\xe7\x25\x84\x80\xe9\xe3\xfc\xab\xb1\x98\x55\xd3\xf1\xa1\x8a\xc3\x56\x77\x4c\x29\xf2\xe1\xec\x6b\x0f\xcb\x9a\xc1\x73\x6f\x6b\x5c\xe0\xcf\x2f\x70\x0c\xcf\x87\x08\x62\x1d\x3e\x7e\x77\x04\x3f\x6c\xbb\x27\x4e\x91\xfe\x6d\xf2\x02\x40\xd9\xa0\xf7\xc6\x19\xe8\xc2\xbe\x32\xc4\x14\x86\xb9\xb7\x1c\xf2\x2f\x73\x67\x4f\x4a\x55\x06\xeb\x5e\xf7\xec\xc2\xf7\x9c\x49\x5d\xae\x59\xe3\xb9\x88\xce\xc9\x0b\x7c\x78\x7d\xce\xc4\xf9\x48\xbe\xba\x23\xc9\xef\xa3\x00\x62\xdf\x37\x31\x4b\x4a\x36\xa7\x01\xa0\x78\xae\xef\x45\x5c\xb4\xdf\xab\x2f\x6d\x8a\xb1\x7b\x36\xe6\x54\xff\x6a\x6d\x6a\x4e\x2c\xa9\xb6\x75\xc1\x33\x72\xdd\xac\xf7\x50\xe4\x94\x60\xeb\x22\xec\x92\x18\x1f\xcb\x19\xc2\xcd\xe0\xdd\x96\x6d\xe4\xd3\x9e\x75\x96\x5b\xd4\xef\xe3\x04\xa6\x0e\x76\x2c\x00\xc6\x54\xc9\x42\x44\x43\xab\x02\x72\xbe\xf1\x84\x6d\x3f\x74\xa4\x7a\xa3\xcd\x0b\x46\x2a\xfe\x65\x65\x21\x33\x72\x8e\x58\x6e\x62\xe2\x93\x9f\x58\x1a\xf1\x09\xd1\x4f\xcd\xef\x48\x09\xc1\x4b\xcc\x2f\x29\x8f\x3d\xe1\x96\x19\xb4\x9b\xe3\x3a\x4d\x41\xec\xfd\x00\x18\x5e\x4b\xf2\xe1\xe7\x6d\x01\x50\x5d\x63\x93\x95\x00\x8b\xab\xae\xb5\x9c\x44\x5c\x2a\xde\x68\x29\x44\xb3\x73\x38\xe6\xb3\xb8\xc4\xe4\x51\x33\x92\xf0\x2b\x7a\x8b\x79\x2a\xf9\x74\xb0\xcd\xec\x43\x2b\xf0\x24\x98\xf3\x18\x2e\xe3\xb6\x18\xfb\x38\x9b\x01\x30\x0c\x48\x96\xc3\x5e\x98\xe7\x23\x21\x10\xa9\x69\x0f\x7a\xa8\x4a\x61\x42\x62\xaf\x14\xbd\x34\x8d\x23\xcc\xc9\x3e\x66\xdc\x4e\xb2\x24\x7b\x1a\xe9\x94\xaf\xd1\xb9\xc6\x0c\x3a\x31\xb8\xdc\x58\xc3\x14\x7a\x0a\x8d\x7a\xd6\x5f\xe3\x5e\x19\x04\x7c\x08\x00\xfa\x5b\xd2\xef\x2d\xcb\x0d\x7d\x78\x4a\x03\xdd\x90\x44\x24\x55\xae\xd3\x3f\x21\x57\x14\x45\xe9\x77\x53\x53\xb3\xfd\xf5\xdd\xf4\xb4\x24\xad\x9e\xc9\xcc\x8f\xba\xac\x6f\x62\x2f\x0a\x0e\xd6\x2b\xb8\xd3\x3c\x2d\xfa\xfd\xbc\xc2\xf1\xb1\xfa\x6c\x91\x1d\x00\xdd\x4f\xf9\xea\x66\x93\xce\x85\xfa\xad\x5e\xa1\x3d\x40\xb7\x55\xdc\xd4\xda\x98\x13\x0a\xe9\x5a\x13\xcb\x96\xc5\xd0\x5a\x39\x21\x0b\x3f\x68\xb5\xdc\x03\x51\x24\xad\x8a\x5f\x37\xfb\xad\x76\x93\xe0\x86\xe7\x32\xdd\x24\xe1\x9d\xf1\x0c\xdd\x6c\xe9\x62\x00\x74\x49\xca\x6c\xa8\x5c\xa5\x16\x4c\xaf\x5b\xa4\x52\x0a\x3e\x95\xef\x54\x69\x84\x97\x0b\x4a\x54\x47\x45\x7b\x32\xf1\x6a\x57\xf1\xa6\x85\x7e\xea\x58\xc9\xa6\xc8\x5d\x6a\xa4\x74\xe3\xec\x76\x35\x57\xb6\xd1\x73\x50\x7d\x45\x8e\x1a\x7f\x5c\x33\xa4\x34\x01\xa0\x9d\xab\xce\x6c\x5c\x26\x3f\xa7\x72\xd6\x7c\x96\xdf\x53\x9d\x2d\x5b\xa9\x98\xa4\xfa\xb9\x48\xaa\x68\x56\x57\x64\xec\x51\x1c\x53\x6f\x58\xa0\x55\x4e\xd3\x4c\x8d\xcc\x55\x92\x34\x92\xd9\x65\x4a\x9d\xe6\x95\x67\xa7\x2a\x4a\x3b\x73\xfc\x4f\xb5\x4c\x73\x06\x00\x0d\x54\x73\x0a\xb2\x49\xba\xd6\x72\xb8\xfa\x97\xf4\xb9\x45\x57\x7a\x42\x96\x64\x49\xce\x3f\x2d\x33\x98\xdf\x67\x94\xc8\x6e\x9a\x0f\x2e\x48\x96\x97\x9b\x87\x22\xe7\xc8\xb7\x99\x1d\xb3\x33\xe4\x5f\xcc\x03\x9e\xdb\x14\x9f\x8d\x0f\x5d\xd2\x55\x6b\xf5\xff\x73\xf3\x98\xce\x0f\x52\x29\xb9\xee\x70\x56\xaf\x94\xce\x72\xcc\x2d\xa5\x4a\xa5\xf6\x15\xf9\x6a\xe9\x29\x7b\x5c\x86\x97\x2c\xa0\xf5\xe8\x82\xa9\xb2\xde\x56\x41\xa4\x9b\xdc\xb5\xb5\x60\x76\xb4\xbc\xda\x76\xde\x73\xbb\x82\x6c\x7e\xe1\x92\xaf\x2a\x32\xac\x06\x40\xad\xd2\x75\x41\x5c\x25\xf3\x9c\xc7\xab\x31\x12\xae\x33\xbd\x34\x42\x32\xd6\x31\x9c\x5f\x27\xf5\xeb\x70\x49\xff\x57\x8a\x6b\x17\x2f\x00\xd2\x87\xed\xd3\x22\xdd\x65\x8d\x6d\x63\xb3\x33\x64\x9d\x0e\x81\xe7\x45\xf9\x7e\xeb\x4a\x17\x8a\xf2\x98\x71\x25\x00\x6a\x3f\xbd\x4f\xc5\xe8\xc0\x60\xfd\xb6\xe2\xf8\xbe\x1f\x8d\x7d\x79\xb3\x7b\xad\xcd\xfc\xf4\xf2\x9e\x1c\x78\x4b\xe2\xcb\xee\xf1\x28\x4c\xe4\xc7\xce\x3f\xb0\xac\x90\x8b\x9d\x1e\x04\xb6\xaf\xd2\xf9\x88\x3c\xd7\x3d\xb7\x6d\x0f\xcd\x0e\x80\x2d\x83\x8b\x07\xc0\xbc\x48\xaa\xad\x50\xf4\x47\x37\x4e\x2a\xfa\xd9\xbb\x19\x7a\x3c\xf7\x45\x0f\x14\x26\x4c\x9f\xd5\x1d\x8a\x9c\x9f\x78\xa2\x6b\x3c\xfa\x4b\xe4\x1d\xe7\xbf\xb8\x5b\x21\xc7\x9c\xb1\xc4\x55\xbe\x4a\xe7\x14\x4a\xa0\x3b\xcc\xf1\x85\x9e\x0f\x80\xf5\x08\xf7\x38\x00\xa6\x7f\xa4\x94\x8a\xca\xde\xbd\xd0\xae\xa2\xdf\x7b\x10\xb0\xf9\xb9\x1b\xba\x67\x21\x36\xa5\x3d\xeb\x1a\x8f\x8e\x4d\xec\x73\xfe\x8b\xbd\x14\xb9\xaf\xe3\x3b\xc1\x10\xb2\xb9\x23\x97\x3c\xcf\x57\xd7\x31\x87\x8a\x77\xe7\x3b\xe6\x33\x6a\x01\xb0\xa6\xf0\x06\x01\x30\x75\x4a\xd7\x95\x6b\xba\x03\x11\x97\x8a\x02\x3b\xef\xa2\x3d\x73\x67\x39\x7f\xc7\xe6\xa5\xd1\x3a\xce\xe1\xb5\x89\x71\xed\x4f\x88\xb7\x23\xa9\xed\x13\x28\xf9\x21\xca\x36\x18\xad\xcb\x57\xd8\x96\xc3\x60\xb9\x2f\x6e\xe5\xb2\x7d\x00\xb0\x4c\x12\xba\x00\x60\x3c\x2c\xbb\x52\x76\xd7\x09\xc5\xb5\x17\x52\x3a\xf0\x04\x7a\x0e\xaf\x9d\x45\x2a\x4e\xbd\xde\x36\x40\x59\x90\xb0\xd5\x31\x46\x5b\x10\x39\xd9\xe1\xce\xc8\x0d\xc9\xb7\xd3\x59\xa9\xbe\x7c\x7b\x11\xfb\xb9\xfb\x59\xeb\x16\x1e\x1e\x00\xd3\x15\xf1\x31\x00\x0c\x8f\x15\xd5\xa5\x1f\xdb\xe7\x53\x38\x05\x2b\xdb\x66\xd1\x40\xf6\x39\x47\x22\xdd\x94\x5a\x68\x97\x31\x03\x12\xd2\x5b\x2f\xb0\x0e\x46\x6c\x6a\x0d\xe4\xb0\x43\xdc\x6c\x26\x9e\x87\x2f\xcb\x06\xe1\xb7\xbb\x7f\xb7\x8c\x17\x7e\x02\xc0\xb8\x51\x46\x01\xc0\xe0\xa5\x3c\x5e\xb2\xab\x75\x13\x57\xb5\x68\xb3\xed\x2f\x5e\x77\xb6\x87\x2d\x99\x3f\x9a\xd2\x6f\x5d\x2b\xd8\x12\xbf\xd4\x1a\x2a\x1c\x8b\xc8\xb5\xf4\x8b\x7e\x05\x9f\xb6\xcc\x92\xcc\xf7\x15\x9b\xcf\x4a\x73\x27\xd5\x19\x2f\xcb\x89\x00\x18\x82\x95\xdb\x01\xd0\x3d\x53\x6b\x8a\x0f\x58\xfe\x96\xfd\x97\x7f\xd7\x52\x26\xb7\x67\x11\xcc\xbb\x14\x53\x53\x66\x9b\x93\x15\x83\xf1\xe5\xa6\x93\xca\xb4\xf0\xcf\xa6\x66\xe5\xab\xe0\x41\xe3\xdf\xaa\xa5\xbe\x52\xe3\x4a\x35\x74\x52\x9b\x21\x46\x93\x04\x80\xee\x87\x86\x02\x80\x6e\x9a\xe6\x6a\x71\xb0\xe9\x99\xa1\x25\x3f\xd1\x54\x60\x50\x65\x1e\x32\x1e\x34\xb4\x25\x77\x1a\x4b\x0d\x9b\xe2\xde\x19\x9e\x18\x6e\x85\x1f\x34\x98\x8c\x51\xc1\x3a\x43\xbe\x51\xef\xab\xd5\x7f\x32\xd2\x27\xed\xd0\x3d\x36\x04\x81\x00\xdd\x4c\xdd\x2e\x00\xb4\x1c\xed\xcb\xa2\x6e\xe3\x57\xcb\x91\xbc\xdb\x46\x9c\xe5\x50\xa6\xd2\xf0\xc2\xb2\x39\x19\x6a\xe0\x59\xd6\xc6\x9d\x35\x4c\xb0\x1c\x08\xdf\xa8\xdf\x66\x79\x1d\xac\xd3\x73\xac\x71\xbe\x03\xfa\x60\x8b\xdf\xa4\xbb\xba\x7c\xe3\x35\xb0\x50\xbb\x4e\xbf\x19\x00\x6d\x8c\xae\xaa\xc8\xcf\x18\x65\x1f\xce\xb3\x1a\xfa\xed\x96\xcc\x5a\x43\xa8\x9d\x98\x5c\xa0\x5f\x6e\xaf\x8a\xfb\x4d\x3f\xdf\x5e\x1f\xbe\x43\xf7\xd0\x2e\x0e\x1e\xd4\xad\xb4\x67\xfa\x5e\xd4\x65\xda\xaa\x26\xcf\xd1\x9a\xcc\x95\x80\xa1\x0d\x31\x74\x01\xa0\x39\xa5\x3b\x50\x38\x7e\xc9\x92\xfa\x5b\x39\x63\x23\x67\x1a\x97\xa5\x4f\x1d\xf6\x6e\x26\x2f\xb0\x0f\x8e\xc0\x53\xa2\x35\x03\xf9\xa8\x79\xf3\x9e\xf4\x8f\xc7\xfa\x06\xba\xf5\x45\xe2\x5f\x7a\xaa\x7b\xb9\xa4\xbd\xae\x79\xce\x50\xba\x07\x00\xad\x0f\x79\x62\x00\x2c\x51\xd2\xcf\x05\x0f\x16\x67\x36\xce\xcd\x59\x3f\xac\x85\x1e\x4e\x7b\x31\xf8\x14\xd6\xbc\x80\x33\x60\x42\x7c\x88\x66\xf5\x67\xa3\xd7\xcf\xbb\xd7\x37\x15\xc7\x0d\xf4\xec\xcd\x21\xfa\x79\x9a\x7a\x9c\xe4\x15\xae\xe8\x0e\x3c\x7d\x13\x00\xad\x38\xde\x01\x00\xcc\x63\xd2\xb1\x82\x2d\xc3\x57\xa0\x8b\x73\xe4\x43\x49\x30\xef\xb4\xbd\x03\x5b\x11\x9a\x05\x95\xfd\x44\xd4\x5f\xd1\x35\x7d\xf1\x58\xfe\xbc\x33\xbd\xd3\x08\x9e\x81\x93\x7a\x8a\x49\x76\xcf\xee\xee\x21\xca\x63\x57\x59\x7b\x07\x63\x3b\x00\xb6\x8b\x7c\x09\x00\x66\x86\x6c\x62\x41\xc2\xa0\x17\x62\x4f\x0e\xe8\x5f\x85\xba\x9c\x56\xd1\xd7\x84\xf9\x33\xf1\x55\x6f\x2c\x3e\x20\xda\xb5\xc7\x87\x48\x98\x37\xd8\x3d\x89\xbc\x3f\xe0\x4b\x57\x35\xf5\x9d\xe7\x40\xe7\x0a\xfa\x43\xd7\xf5\x8e\xdb\x6c\x36\x00\xd6\xc5\xc2\x4d\x00\x98\xba\xe5\xb3\x16\xb5\xf7\xb1\x70\x1e\xd9\xd4\xde\x34\xfc\xab\xd4\x9d\x3d\x9e\xc4\x43\x89\xcc\xee\x71\xe4\x95\x51\xcb\xbb\x00\x75\x78\x5e\x43\xe7\x24\xfa\x68\xc0\x75\x67\x2d\xd3\xe4\xb9\xa1\xc3\xc9\x6e\x72\x7d\x60\x0f\xe4\xfd\x0e\x80\x05\x27\xc9\x03\xc0\xb8\x55\xd1\x96\xff\xa4\x27\x8e\x7c\x30\xeb\x44\xd7\x67\x6a\x45\x6a\x68\xe7\x5d\xda\x58\xc2\x5b\xe7\x33\x06\x3e\x6a\x51\xc7\x0f\xd6\x84\x79\x9e\x1d\xd3\xd9\xbb\x02\xf6\xb4\xc3\xb9\x15\x9e\x87\xdb\x8c\xbc\xcf\x6e\x33\x6d\x6c\x11\x06\x00\x73\xaa\xec\x7f\x66\xdd\x51\xfe\x9b\xb7\xdd\x79\x9d\x43\xc9\x7c\xd7\x31\xc6\x6d\x4d\xe9\x6f\xbf\xcf\x5b\x9e\x20\x68\x9f\xc4\x3f\x14\xf9\x47\x5b\xa6\xe0\xcd\xdc\x5b\x0e\xb6\x28\x3a\x60\x8b\xfd\xa4\xb8\xc9\xf3\x4b\xeb\x25\xc9\x6a\x37\x8b\x25\x5f\xde\x0a\x80\x71\x85\xf2\x30\x00\xfa\xb5\xea\xc1\x3c\xbf\xf6\x40\xa9\x26\x93\xdc\x16\x2b\x0b\x4b\x99\xe7\x80\xca\x0e\x27\x44\xda\x1d\x72\x62\xe4\x96\xd6\x4b\x8a\xa0\xb9\xfb\x5b\x67\x2b\xde\x04\x6c\xb3\x59\x95\xdb\xbc\xc2\xac\x76\xd5\x4e\xb7\x7b\xa6\x76\xf5\x7d\x00\x0c\x3c\x4d\x3a\x00\xba\x8b\x9a\x23\xb9\x87\xec\x9f\x74\xba\x8c\x17\xf6\x69\xba\xfd\xc9\xa3\xad\x45\xba\xf7\xf1\x7b\x6d\x7a\x7d\x56\x24\xd7\x7a\x41\x3f\x3a\xb7\xc7\x9a\x60\xf0\x09\x58\x63\xd9\x69\xe8\xf5\xaa\x34\xef\x36\x94\x4c\x0c\x33\x16\xea\xe9\x00\xe8\x1d\xba\xe6\xff\x89\xa3\xdd\x97\x5b\x64\x07\xa6\xd3\x19\x4b\x5a\xe7\x98\xee\x26\xd3\x6d\x18\xd3\xdb\xf8\x2e\xeb\xa8\x39\x28\xb2\xc9\xf2\xd4\x4c\x98\x6b\xb7\xd4\x98\x4f\x06\xac\x33\xdf\x35\x7f\xf4\xa2\x98\xee\x9b\x36\x4e\xac\x37\xac\xfc\xff\x5b\x79\x80\xbe\x06\x00\xed\x73\x5d\x4c\xce\xb5\xd6\xf9\x36\x6b\x06\xcc\x56\x6e\x6b\x4d\x2e\xb3\xda\x6c\xad\xf1\x06\xcb\x01\xdb\xa6\xc8\x62\xf3\x27\xdb\xbf\x73\xfb\xcd\xd4\xd6\xaa\x80\x73\xa6\x7f\x6d\x47\xbd\x56\x18\xff\xb1\xec\x9d\x38\xac\x7f\x61\x42\x02\xa0\x6b\x37\x44\x00\xa0\x6d\xd7\x99\xb3\x55\x2b\x9e\xd6\xff\x95\xc6\x5c\xf6\xa2\xb1\x63\xc1\xa5\xa5\xbe\xcd\x29\x31\xd2\x25\xfd\xb0\x3f\xc2\x86\x17\xa7\x23\x37\xcf\x5e\x38\x02\x30\x72\x5f\xde\x70\x33\x7e\xc6\x94\xd2\x81\x47\x24\xde\xf8\xbd\x5d\x81\x74\x35\x00\x8e\x2a\xfe\x3c\x00\x2c\x6f\x65\xb1\xd9\xd0\xe5\xd6\xc6\xf0\xb4\xda\xa5\xab\xa1\x2b\x16\xec\x59\xf2\x02\x16\x18\x43\x5b\xac\x42\xf4\x86\x0d\x8e\xc4\xa3\xe3\x66\x67\x0c\x8f\xc7\x5e\xf0\x6d\x1d\x42\x11\xb2\xa7\x60\xfb\x3f\x93\x9b\xc7\xdf\xec\x6c\x62\xf8\x00\x60\x3f\xc9\x6f\x06\xc0\xd2\x2e\xfd\x37\x7b\xfe\xb2\x18\xe8\x48\x5a\xe8\x28\xae\xe5\xf5\x82\xae\xc5\xfb\x10\x19\x31\xf5\x23\x48\x94\x36\xcc\x3e\x1c\x88\x79\x3d\x3b\x6d\xf0\x0b\x9e\xe2\xdb\x37\xd8\x4c\xdc\x32\x45\xd8\xf7\x99\xd2\x3e\xfe\x83\x53\xcb\xf4\x04\xc0\x1e\xcf\xff\x05\x80\x65\xbe\x2c\x3c\xeb\xed\x92\x2c\xc4\xea\xd4\x7b\x23\x07\x51\x3d\x0b\x0a\x86\xe1\x18\x5d\xcc\xf4\xa1\x59\xb8\xd1\x30\xcc\xc0\x47\xc2\xe5\xd9\xf3\xfb\x9f\x90\xa7\xf9\xae\xe8\x2f\xa0\x06\x4e\x71\xf6\xbc\xa0\x3b\x5d\xe6\xb5\x9f\x62\x9f\x03\xc0\xf6\x51\xe4\xfb\xff\xe9\xa6\xe4\xac\xea\xe1\x3d\xd8\xd1\xd4\xfa\x21\x24\x5e\x9a\x78\x60\x30\x98\x98\x1d\xbd\xaa\xff\x23\xd9\x2b\xcc\xb3\xef\x01\xe5\xe3\xac\x77\xbd\x37\x69\x7f\xfa\xf6\xf5\x26\x32\xd6\x4d\x59\xd7\x75\x80\xed\xe2\x02\x6d\x73\xe3\xc7\x03\x60\xdd\x2e\xb1\x03\x60\x42\x2b\x56\x65\xde\x19\xc4\x93\x17\xa4\x9c\x1d\x08\xa6\x6c\x4b\xcc\xea\xfb\x40\x8b\x89\xce\xe9\xbd\x4b\xdf\x16\x7a\xbc\xe7\x1a\xb3\x6c\xd6\xf1\xee\x6b\xac\x37\xbe\x6d\xdd\xe1\x1c\xca\x94\x63\xce\x61\xde\x6a\x17\xa7\x1d\x21\xba\x03\x80\xc5\x20\x7b\x09\x80\x51\xa1\xf2\xc8\xd8\xd5\x17\xc9\xb6\xa7\xf8\xf7\x02\xce\xb6\x84\x47\xdd\xaf\xb9\x67\xa2\xbe\x74\x3d\xe7\x3d\x0f\x1d\xe9\x7c\x2b\xf0\x9f\x75\xa2\x73\xa2\xb0\xd9\x77\xaf\x13\x2f\xe2\x7b\x04\xb5\x9d\x96\x10\x26\x78\xda\x12\xe4\x6b\x01\x30\xbd\x56\x9e\x06\xc0\x50\xa5\x5e\x9c\x21\xea\xa6\x49\xea\x93\x2f\x74\xd5\x4b\x7e\x25\x2c\xee\x84\x48\x57\x47\x5d\x70\x62\x64\x2d\xa1\xd6\x0e\x91\x3c\x78\xd6\xe5\xf6\x15\xf2\x4f\xbe\xaf\xda\xbd\x14\xdb\x3c\x44\x76\xb5\x2a\x73\x82\xcd\x22\x55\x77\x01\x60\xdc\xa9\xf1\x06\x40\xcf\xd0\xec\xc8\xc0\x77\x06\x6b\xdd\x92\xb5\xce\xe9\xda\xba\x84\xf4\x8e\x30\xed\x48\x94\xb2\x3d\x4d\xfb\x33\xb4\xa6\xad\x5e\xa7\x9b\xb5\xdd\xd1\xaf\xf7\xf4\x7d\xe9\xf0\xd3\x1b\x3c\xd6\xda\x96\xe9\xeb\x26\x3c\x31\xc7\xea\xc6\x00\x30\x5c\xd0\xb9\x00\xa0\xbb\xa9\xed\x4d\xff\xe4\x0c\x31\x2e\x4c\x2e\xec\xf0\x33\x42\x13\xbc\xdb\x63\x8d\xea\x28\x7c\x5b\xb6\xf1\x42\x68\xae\xa3\xd1\x54\x34\x6b\x9b\x7d\x99\xe9\xac\xef\x67\x7b\x98\x69\xc4\xe3\x9c\xf5\x77\xa3\xd9\xd5\xdb\xe4\x30\x94\x00\x60\x80\xe9\xfe\x06\x40\x37\xa0\x7d\x97\xde\xd5\x91\x69\x79\x90\x3c\xb9\x3d\xc1\xf2\x3a\xfe\x4b\x5b\x81\x75\x7c\x54\xb3\xa3\xdc\x0a\x09\xcd\xb7\xb7\x58\x6f\xcd\x3a\xda\xba\xda\x36\x73\x46\x60\xeb\x3c\x6b\x86\xc7\x4f\xcb\x55\x33\xc7\xb5\xc6\x78\xd3\xd8\x07\x80\x7e\x4c\x7f\x0e\x00\x5d\xba\x4e\x32\xf0\x0c\x36\x56\xb9\xbf\x3d\x1a\xd1\x57\x4b\x32\xc4\xa2\xb8\x0d\xdf\x25\x34\x4c\x1b\xf4\x12\xfd\x3d\xee\x22\x7c\x0f\xea\x00\x31\x00\xbd\xba\x16\x42\x16\xe3\x17\xe7\x3e\xa7\xfe\x41\xde\x1c\x2b\xa1\x6b\xe8\x99\x33\xe0\xcc\xd3\xcc\x12\x00\x24\x23\xbc\x9d\xfd\x37\x9b\x39\xb5\x07\xda\x20\x30\x2a\xc4\x57\x8f\x43\x28\xa1\x68\xf1\x6e\xd4\x45\xd8\x4d\x3a\x1c\x5b\x8a\x22\xa2\x16\xe2\x8f\x61\x7f\xd5\x3c\x20\xd5\x12\x97\xe5\x3a\x29\xf7\xa8\x4d\xb1\x01\x34\x3b\xc3\x3a\x23\x90\xb9\x90\x95\x07\x80\xa4\x91\x2f\xed\x3b\xd4\xe4\x0b\x79\xe4\xe0\x35\xe7\x40\xff\xd1\xb5\xc1\x6c\xb0\xe7\xa2\xaf\xc8\xe9\x28\x77\xda\x3e\xf4\x5e\xec\x22\xe4\x6a\x1c\x89\x60\xae\x21\x11\x83\xc8\x57\x73\x93\xc8\x27\xe9\xe1\x31\xc7\xa8\x26\x96\x8b\xef\x55\x46\xe7\xff\xfa\xad\xf8\x3f\x81\xa2\xe7\x46\xdd\x06\xe4\xcc\xd6\x6d\x90\x5c\x74\x97\xe6\x5d\xd3\x5b\xec\x7f\xc2\xee\x96\x13\x04\x33\x55\x83\xd8\x47\x8e\x42\x0c\xa0\x0f\x50\x2f\x54\x1b\x71\x47\x18\xd2\x9c\x1e\x62\x37\xdb\x33\x26\x8e\x4c\xe5\x96\xfb\xea\xe9\x29\xbc\x0c\x00\xc4\x71\xa2\xb1\xae\x5b\x55\x66\xe2\xef\xd6\x0f\xb5\x78\xf2\x26\xb5\xbc\x01\x46\x75\x08\x4a\x9b\xb4\x74\x2e\x85\xd4\x72\x9c\xc9\x84\x2f\x43\xfa\xb3\x09\x55\xdb\x31\x78\x2e\x26\xfb\x0f\x3c\x93\x5f\x11\xbd\x9d\x58\x28\x78\xe2\xdb\x44\xbd\x2a\x24\x02\x20\xaa\x91\x56\x38\x7f\x96\xad\x64\x7d\xb2\x40\x2a\xcf\x70\x32\x54\x1e\xb5\x53\xb8\x62\xbe\x7b\x83\x8c\xb7\x99\xdc\x04\x9d\xc0\xff\x01\xdb\x09\x1b\x15\xe6\x57\xbe\x46\xc5\x88\x2c\xd9\x25\x58\x82\xf8\x48\x74\x15\x3e\x5b\x72\xd0\xb7\x88\x62\x93\x5c\x02\x40\xa8\x97\x0f\xb7\xdb\x0b\xaf\x28\x3e\x1a\x7f\x95\xb6\x28\x17\xc9\x1f\x57\xfc\x50\xda\xb8\xfe\x35\x27\x95\xc7\x88\xcb\x1b\xd6\xaa\xa6\xb6\xd4\x40\x7b\x54\x65\x15\x77\xe0\x74\x95\x29\xcb\x86\xba\xa1\xfa\x2d\xea\x23\x66\xa7\x6a\xcc\xb7\x99\xec\xaa\x6a\x01\x40\xb0\x5c\x75\xd0\x11\x92\x3f\xa1\x75\x89\xfe\x6e\xe1\x0b\xdb\x63\xe9\xf7\xd2\xe7\xb6\x60\x36\xb1\xf2\xa3\xb5\x85\x10\x56\x37\xd3\x32\xdc\xec\xdb\x58\x64\x3e\x5f\xfe\xb2\xa5\xc9\xf4\x5f\xe6\x33\xc4\xdf\xa6\xe8\xa8\xf5\xa8\x07\x46\xb4\x2f\x81\x34\xdd\x90\x0d\x80\x20\x58\xcb\x6f\xed\xca\xe9\x18\x30\xea\x60\x8b\x86\xfb\x27\x48\xda\x8a\x8f\xf5\x4a\x58\x33\xca\xbf\x75\x9f\xc1\x7d\xae\x29\xeb\x0a\x84\x46\x35\x0c\x39\xd1\xe5\x25\xd0\x4b\xed\xa3\x99\xed\xf0\x61\xc7\x8b\xa8\x1d\xc8\xd5\x76\x89\xef\x41\x62\xbd\xb5\x05\x00\xfe\x79\xfd\xde\x56\xb7\xec\x8b\xa3\xe3\xb4\x27\xf3\x6f\x2c\x8e\x96\x4c\x2f\x1e\x3f\x9c\xc4\x5c\x5d\x5e\x30\x38\x0f\xd7\x59\x3d\xd2\x3f\xb5\xe9\x8f\xfa\xcf\x3d\x6f\xca\xc3\xa0\x69\x5d\xa7\x32\xad\xf0\x59\xce\xcd\x51\x4f\x90\x0b\x3b\xc6\xcd\x70\x25\xbc\x69\xc5\x02\xc0\x5f\x6a\xb0\xdb\x76\x64\x97\xaf\x34\x68\xe9\xf9\xc5\xcb\x19\xe2\x8b\x45\xf4\xa5\x73\x98\xf4\xb2\x8d\x8b\x8f\xe3\xf0\xd5\x93\x86\x51\x4d\x67\xeb\x29\x03\xcf\xcb\xe7\x35\x6d\xec\xa3\x65\x0e\xc1\x96\x75\x7f\x8a\x0e\x43\x1c\xee\x3c\x3b\x83\x43\x60\xda\x1f\x01\xc0\x6f\x31\x4e\xe8\xf9\x80\x14\x54\x9e\x6b\x5d\x8e\xfa\x55\x2b\xd2\xfc\x89\x59\x07\x99\x24\x64\xe1\xf4\xd0\xdb\xd4\x0a\x82\x09\x7e\x08\x81\x25\xf5\xa1\xd7\x57\x37\x50\x7e\xc3\x2f\xcb\x29\xa1\x3d\x26\x6f\x8e\xf1\x64\xa4\xd2\x33\x7d\x05\xac\xa5\x4c\x38\x00\x92\xd3\xfc\x05\xdd\x3f\xe0\xb3\x6a\x77\xd8\x2e\x23\xee\x43\xa6\x68\x42\x51\x47\xa0\xf5\x82\xa3\x98\x8b\xb0\x8b\x94\x9d\xf8\x09\x28\x14\xfc\x3e\xb1\x04\xfb\xa5\xea\x11\xb9\x9f\x38\x9c\xfd\x96\xfa\x80\x5a\x19\x7d\x82\x5e\xc6\x30\xf8\x16\xb2\xa6\xb0\x6a\x01\x90\x68\xf9\xaf\xba\xbe\x34\x9f\x83\x1c\xb6\x7e\x82\x1d\x86\x9e\x57\xc3\x11\x37\x60\x47\x04\x5e\xe8\x00\xe4\x1b\x4a\x20\x56\x89\x8d\x81\xc3\xf0\xff\x10\xf8\x55\x6c\x12\x8d\x7c\x2c\x7b\x90\x72\x9e\xee\x17\xad\xa1\x95\x31\x7f\xf8\x7a\x31\xe9\x6c\x2d\x00\x92\x70\xc1\x9f\x9d\x93\x21\x12\xc4\x6d\x4b\x7a\xd3\x05\x34\x4c\x79\xa1\xa5\x08\x7b\x8a\xb7\x0b\x7e\x8b\xd0\x48\x7a\x83\x6a\x23\x7d\x82\x35\x63\xeb\xa8\xcb\x2b\xfb\x08\x33\x19\xf5\x59\x3f\x48\x2b\x58\x9f\xa2\x7e\x50\x92\xb9\xb9\x3e\x37\x18\x9e\xbc\x4a\x00\xc4\xcd\xe2\xb8\x8e\xc0\x5a\x1c\x11\x61\xd2\x36\xb8\x91\xeb\x15\xf5\x8d\xa7\xa9\x19\x5c\x5a\xf3\x6a\x7a\x28\xf1\x2a\x7c\x39\x33\xb4\x05\x87\xda\xcd\x0e\xab\x38\x8d\x3d\xc2\x8d\xce\x82\x13\xf4\xfc\xf9\x51\x06\xd2\x0c\xc1\x45\x9f\x2d\xb4\x5d\x42\x2e\x00\x22\x95\xb4\xb7\xad\xb4\xb2\x97\x45\x35\x3c\xae\x31\xb1\xf7\xca\x1e\xd5\x3b\xb9\xe3\x38\x91\x8d\x5b\x79\x05\x84\x13\xcd\x2f\xf9\x43\xcd\x22\x44\x91\xe0\x65\xc5\x78\x74\xbb\x28\x2f\xf3\x10\x4e\x23\x6e\x8b\x9a\x4b\xf0\x96\x8c\xf8\x2c\xa6\x0a\x25\x63\x00\x08\x77\xcb\xaf\xb7\x3e\x2d\xb9\xa0\xf0\xd6\xad\xae\x98\xa9\x50\x49\xae\x55\x6b\x14\x0f\x58\xd5\xf5\x40\x39\x1f\x1f\xd2\x38\xa0\x54\x43\x83\x5a\x8a\x94\x17\xca\x7e\x20\xae\xab\xe6\x64\x4e\x47\x7f\x51\x71\x22\xff\xc4\x76\xaa\x96\xfa\x9c\x27\x3f\x56\x55\x03\x20\x38\xa1\x7a\x61\x1d\x2d\x04\x36\xad\x66\x65\xc9\x4a\xeb\x63\xb1\x67\x05\xce\x9a\xc5\xd8\x56\x13\x6b\x31\x63\xb7\x37\x4c\x31\x3f\x68\x7c\xd3\xf4\xd9\x1c\x51\x36\x03\x76\xd4\xc4\xcd\x10\xa1\xbc\x8c\x07\x23\xfb\xd0\x3b\x8c\x53\x7c\x9e\x91\x9e\x18\x3c\x00\x10\xa4\x6a\x6d\x96\x71\xf9\xdc\xfe\x28\xb5\x5f\x51\x45\xef\x19\x61\x7f\x59\x66\x0f\x8c\x4e\xa8\x8a\xea\xfa\x1d\xe3\xa8\x5b\xd8\x19\xd3\x38\xa9\xb1\xb0\xa3\xbd\x54\xd2\x92\xda\xf6\x36\x23\x14\xb1\xd3\x81\x8a\xdc\x8e\x52\xd8\x27\xf8\x16\x93\xfc\x2c\x3f\x00\xe0\xdf\xd3\xef\x32\x73\xf3\xd6\x2e\xee\x52\x99\x0b\x35\xc3\xd7\x84\xd3\x4b\x85\x83\x3f\x68\xef\x2b\xd9\x03\xae\x98\xf8\x5a\x6d\xdf\x64\xc8\x49\xc8\x70\xcf\x94\xd2\xc6\xe6\xc1\xae\x49\x19\x41\x88\x78\xa7\x6f\xe4\x1d\xd4\xb8\x76\xa9\x6f\x2b\x71\xbb\xed\x33\x00\xfc\x4d\x06\x9d\xd9\x3f\x6f\xf6\x0a\x57\x55\x4c\xc1\xcb\x65\xe3\x04\x27\x4a\x6e\x2e\xb9\x45\xdb\x55\x71\x65\x64\x10\x33\xa1\xe6\xe5\x50\x35\x64\x2b\xc4\xb5\xff\x5b\x29\xbc\x79\x72\xef\x8a\x8c\x24\xf8\xa6\xee\xa6\xa8\x00\xa4\xa5\x73\x81\xef\x27\x62\xb4\x5d\x08\xb2\xf8\x58\xc3\x37\xe7\x45\x4c\x7a\xe5\x03\xf3\x5f\xd8\x8e\x5a\xab\x92\x86\xf7\x84\xf8\xf2\x52\x08\x6b\xa1\x0f\x48\x28\x12\x0f\x7e\xa8\xe5\x14\xa5\x01\xbd\xb2\x72\x12\x6d\x11\x7e\x20\x0b\xca\x88\x24\xf7\x47\x51\x99\x25\xf4\x79\x3e\x53\x39\x6e\xcc\x0c\x00\xa4\x95\xfc\xde\x8e\x37\xc8\x97\xb5\x1b\xcd\x41\x68\x05\xc4\x45\xb1\x0d\xbb\x00\x9a\xcf\xed\xc1\x03\xd8\x11\xe2\x65\xc2\x37\x54\x6d\x4b\x25\x79\x32\xf6\x69\xc5\x28\x35\x8c\x68\xca\x9a\x40\x8f\xa5\xc6\x44\x85\x32\xd0\x0c\xdc\xf4\xbf\xd9\x7c\x56\x1c\x00\x52\x17\x41\x41\x87\x0b\x7c\x05\x64\xa9\xa9\x14\x49\x85\xae\x96\xbf\x47\x37\xc0\xfa\x38\xff\x60\x1b\x91\x97\x88\xf9\x78\x25\x76\x6a\xf3\x79\xe2\x7e\x42\x43\x45\x12\xf9\x27\x79\x79\xe6\x56\xda\x5c\xda\xdb\xc8\x47\x74\x3c\xf3\xfa\xf4\x63\xac\x1b\x6c\x24\x00\x92\x0d\xc2\x85\x6d\x53\xa1\x64\xc4\x90\xc1\xd1\x62\x42\xcf\x96\x09\xe0\xa7\xb0\x6d\xec\xe5\xa8\x20\x42\x00\x61\x0e\x66\x90\x74\x08\x7a\x1d\x1f\x41\xa5\x97\x93\x89\x3b\x18\x21\x99\x01\x94\xf1\xac\x93\x91\x0c\x6a\x33\x77\xfa\xf4\xe5\x4c\x2d\x2f\x02\x00\xf1\x63\x31\xd3\x1e\xdb\x80\x23\x7c\xd0\xdd\x69\xbc\x4e\x7a\x27\x79\xdf\x4c\xa6\x3c\x66\xb5\xc0\xbe\xd2\xce\xe1\x5d\x91\xfb\x19\x57\x9a\x1e\x62\xfa\x58\xb7\xca\xfa\xf1\x44\xce\x5f\x19\x6a\xe2\x4b\xde\xeb\x88\x9f\xe4\x7c\xc1\xd2\xe9\x26\x46\xac\xb0\x1a\x00\xb1\x87\xf4\xb4\x0d\x5d\xb3\x81\x79\x4b\x9b\x55\xcf\x60\x27\x8b\x95\x8d\x25\x1c\x33\xd3\xaf\xd9\x8b\x7b\x1e\xfb\x09\xee\xc1\x8f\x6b\xfc\x84\x8a\x15\x58\x4b\xaf\x63\x53\x84\x2f\xd2\x5f\xe3\x9f\x89\x4b\x23\xd6\x13\xf3\x25\xe4\xe9\x32\xda\xdf\x92\x8d\x00\x88\x16\xc9\xbf\x5b\x26\x97\xbf\x97\x47\xa9\x67\x56\xbb\xca\xb7\x0b\x9d\x75\x29\x8a\x78\x7a\x0d\x84\xa6\xd0\x60\x50\xd0\xe3\x8a\xe7\x90\x55\xf0\x64\x65\x79\xc9\x35\x94\x59\xb9\x39\xbd\x18\x4b\x52\x79\x47\x08\x71\x87\x54\xf0\xe9\xfb\xa8\xcd\xaa\x50\x00\x84\x75\xaa\x6f\xc6\xd7\x25\x11\x56\x94\x32\xad\xbc\xdd\x72\x97\xff\x57\xb5\xa7\xa5\x96\x7a\xa4\x6e\xc8\xbc\x09\xf5\xa5\x31\xcf\x3c\xb3\x41\xd3\xfc\xb7\x49\x5e\xfc\x2f\x42\x61\x7c\x90\xb6\x0d\xad\x36\x96\x46\x2c\xc0\x3c\x32\x6c\x99\xfe\x80\x52\xa3\xff\x0d\x00\xc1\x01\xad\xd6\x90\x55\xa8\xed\x3d\x2d\x1f\x2e\x8d\xea\xb1\xf0\x08\x15\x4f\xbb\x53\x28\xc2\x1a\x67\xe7\x76\xe4\xe3\x06\xa4\x33\xb5\x7e\x25\x74\x61\xfb\xde\x62\x04\xec\xaf\xb6\xac\x34\x3c\x2a\xc8\x7e\x26\xa2\x1c\xbd\xa6\xb5\xcd\x27\x87\xac\xb7\x68\x00\x10\xc0\xf4\x43\xfa\x95\x05\xdb\x47\x02\xe5\x53\x4b\xe0\x43\x12\xee\xf5\x8a\xa0\x81\xc3\x14\x50\x7d\xbe\xef\x01\xd2\x58\xbf\xbc\x77\x7c\x3d\xae\xc9\xd8\x3d\xbf\x38\x15\x56\xd4\x59\x9a\xd6\x82\x74\x74\x88\x22\x18\xe8\xc8\xb6\x77\x3e\x32\x72\x88\x8d\x02\x80\x20\xdc\x40\xd0\x17\x15\x84\x2c\xd3\xca\xb6\x15\x1f\x19\xed\xe2\x6a\xca\x95\x8b\xed\xe4\x23\xd5\x31\xc3\x44\x64\x4b\xfd\xb8\xc1\xd4\xfa\xea\xc6\x67\xfd\x53\x8a\xd3\x5b\x36\xf6\xdc\x4b\x13\x22\x5d\xba\x76\x47\x6c\x46\xad\x73\x0e\xfb\xdc\x27\xf5\xb7\xde\x03\x81\xfc\x6b\x86\xfb\x56\x1d\xb1\xa3\x2a\x4c\xe3\x47\x1a\xaa\x3d\x24\xf2\x25\x9f\x83\xe4\xd2\x45\xd4\x44\xe8\x0b\x4c\x3c\x6d\x07\x7c\x07\x24\x9e\x91\x87\xb6\x94\x78\x30\xaf\xe1\x19\x69\xae\xec\x62\x72\xf9\x7c\x0d\x67\x16\x6d\x8f\xe7\x3e\xfe\x10\xe3\x77\x00\x64\x6f\x05\xf3\x2d\xeb\xf0\xb2\xda\x33\x6a\x2c\x61\x2b\xc4\x4f\xa8\x22\x4d\x83\x56\xd3\x9e\x91\x97\xc2\xd6\xa1\x37\x52\xab\x51\x73\x1b\x0e\xd1\x27\x60\xd7\x17\xaf\x63\x1c\x23\xe6\xa5\xee\x60\x41\x29\x67\xe7\x67\xb1\xb3\xe8\x7f\x78\xae\xe5\x4f\x63\x6e\x04\x40\xb6\x5e\xb0\xcf\x7c\x1a\x4b\x82\xf4\xaa\x96\xe2\x4e\x41\x07\x05\xf7\x09\xb5\x30\x2b\xad\x99\xe4\x8e\x1c\x40\x47\x93\x1f\x60\x4e\x34\x54\x50\x8f\xe0\x7f\x15\x57\xd0\x57\x91\x4b\x53\x71\xcc\x16\x9a\x7e\x3e\x60\x95\x31\xab\x3d\x7b\x79\x52\xd6\x4d\x00\x64\x2d\xc2\x6e\x93\x27\xb2\x1a\x11\xae\xf4\x46\x8f\x43\x2d\xe5\x8b\x30\xb7\xb0\x93\xa9\x73\x71\x2f\xf1\xfd\xa8\x30\xe2\x0c\x52\x7e\x3d\x95\x5c\x44\x79\x59\xd4\x4e\xa5\xd3\x97\xa4\x9c\xa2\xd7\xb1\x0a\xc2\x46\x18\xe5\x1c\xad\xa7\x88\x9b\xce\x1d\x06\x40\x3a\x20\xde\x6d\x10\xb6\xb4\x10\x4a\xe4\x1d\x70\x28\x29\x95\xe7\x85\x94\x52\x66\x92\x1f\xa2\xef\xd0\xbc\x90\x6e\xb8\x5a\xc6\xdc\x3a\x1e\xe1\x04\x2b\xb1\xf0\x30\x39\x9a\x53\x92\x92\x4a\x5d\xc4\x6b\x08\xab\xa1\x65\x09\xa6\x7a\xca\xd9\xaf\x04\xe7\x00\x90\x9c\x91\x7e\xd3\x1d\x6c\xec\x64\x5c\x94\xb9\x43\x9f\xb2\xc2\x39\x7b\x60\x10\xb6\x88\xb4\x1a\xf1\x8d\x73\x15\xfe\x01\xbd\x93\x57\x56\x6b\xc4\x51\xf9\x3b\x0a\xbe\x13\x27\x08\xc3\x93\xb7\x90\x8b\x45\xfd\x61\xd3\x28\x79\xe2\xd3\x9e\x16\xd6\x16\xc9\x42\x00\xc4\xdf\x14\xc1\x9a\xda\xba\xb9\x52\x8b\xf8\x7a\xc3\x51\x59\x28\xeb\x78\x93\x51\xb6\x85\xf0\xaa\x45\x29\x8f\x80\x09\x10\x7a\xf9\xd6\x9a\x12\xb4\x51\xb1\xa0\xc0\x1d\x47\x56\xec\x4a\x9e\x46\x38\xa5\x4c\x09\xbd\x43\xdc\xa7\x5c\xe1\xf9\x3b\x73\xbe\x72\x15\x00\x62\x2f\xd5\x3b\x55\x5a\x15\xc7\x1c\x27\x7c\x5f\x2b\x30\x9d\x63\x7a\x37\xb4\x9b\xd0\x78\x4a\xd3\x09\xe3\x9b\x96\xb9\x30\x77\xa3\xa5\x3a\x11\x59\x66\xf4\x5b\x94\x84\xc1\x1b\xd6\x27\xb5\xe2\x1e\x1a\xf2\x43\xb7\xe2\x5f\xea\x1f\x78\xbe\x65\xcc\xd0\xbd\x06\x40\xc4\xd3\xd6\x2a\x8e\x96\x3f\xec\x0e\x11\xb4\x56\x7b\x76\xb9\xd0\xf7\xd6\x35\x3a\xaf\xe2\x52\x21\x5b\x3a\xda\x9a\x83\x9a\x67\xb4\x57\x55\xa1\xe0\xea\xb6\x29\xf9\x43\xa8\x23\xf6\xb1\xa4\x0c\x2c\xb9\xb5\x3b\x74\x07\x6e\x97\x6d\xc8\x2b\x9f\x5e\x6b\xae\x05\x40\xe4\xae\x2f\x52\x4c\x2b\xf7\x1b\x8c\xe2\xff\x5b\x95\xdb\xbf\x8f\x9e\x55\xab\xec\x5b\x80\x3d\xd3\xf0\xb8\xa7\x13\xfa\x3b\xb4\xb2\xeb\x5d\xd5\x2c\xd8\x89\x4e\x64\x3e\x1f\xe5\xd5\x71\x2e\x29\x11\x73\xae\x3d\x33\xf4\x3c\x2e\xc9\x71\xc7\x4b\x40\x7b\x63\x0d\x04\x40\x78\xd1\xe0\x2a\xb7\x97\x19\x96\x40\xf9\xce\xca\xc5\x23\xab\x68\x1f\x6a\x2e\x0f\xdd\xc5\x76\x35\x2c\x1c\xf8\x0a\x1d\x6c\x5a\xd1\xef\x59\xe5\x06\x9b\xd5\x9b\x94\xcf\x43\xf2\xba\x11\x49\xd5\x98\xc4\x4e\x53\xd8\x74\xec\x86\x0e\xa2\xd7\x45\x1a\xc9\xa6\x05\x40\x28\x35\x98\x34\x2c\xfa\xd9\x2a\x8a\xb8\x9d\x21\xab\x7d\xcb\x02\x4c\x1c\x04\x4d\x70\x61\x11\xa0\xef\x5a\xb0\x6c\x0d\x7c\x65\xf5\x44\xce\x1a\x34\x21\xdf\xc9\xbd\x85\x4f\x5a\x08\xf8\x2e\xa4\xbf\xe6\x3c\xe7\xaf\xa0\x85\x78\xb8\x88\x97\x31\x2a\x01\x50\x8e\x17\x8c\xaa\x0f\x52\xd7\xd7\xde\x16\xfd\x45\x1b\x81\xcc\x64\x32\xe8\x07\xa1\x79\x78\x1e\xe3\x15\xcc\xd6\x7c\x9b\x15\x8f\xfc\x50\xe5\x64\x6b\xb1\xb4\xfc\x28\xce\x0d\xc2\xdf\x0b\xb6\xf1\x66\x51\x1a\xe7\xac\xe7\x9d\xa5\x67\x4f\xf9\x24\x9e\xc3\x0c\x07\x40\x71\x54\x38\x53\x3d\x9e\x6c\x87\x88\x44\xa9\x94\x43\x50\x3a\xe3\x3c\xcd\x1f\x56\x8d\xbb\x43\xa7\x21\xeb\x9a\x2b\x19\xd7\x31\x82\x2a\x1f\x56\x35\x7e\x79\xde\x11\xf6\x49\xd2\xc3\x05\x04\x6e\x04\xf5\xbf\x39\x7c\xee\x3d\xc6\xe0\x94\xbf\x44\x3d\xac\x52\x00\x14\x22\xe1\x63\x65\x1a\x7e\x29\x7c\x8b\xa0\x9b\x18\x8e\x9a\x4f\xaf\x23\x9d\xc7\x18\xb1\x9d\x14\x21\x7e\x1a\x34\x91\x96\x40\xdc\x5e\x19\x4c\x7f\x43\x41\xe4\x7e\x60\xae\xa0\x4f\x4b\x3c\xcd\x8e\x67\x2e\x9e\x13\xc2\x7e\xca\x3e\x30\xe5\x81\x10\xcf\x9d\x02\x80\xfc\x80\xf8\xb1\xfc\x0c\xfa\x1e\xbe\x96\x9f\x84\x5d\x41\x44\xd0\x3c\xf1\x0e\x72\x21\x86\x49\xd4\x51\x0b\x9a\xc2\xc9\x66\x3a\xbc\x22\x93\x6a\x62\xf2\x72\x53\xe8\x02\x76\x47\x62\x05\x33\x92\x3b\x10\xf2\x92\x79\x87\x5f\x38\xe5\xab\x60\xb6\xa0\x00\x00\xd9\x3f\x32\x4f\xd9\x7c\x04\x84\x3e\xc0\x3d\x8b\x82\x33\xbe\x51\x6e\x61\xb4\xac\x1a\x74\x1d\x6e\x1f\xfb\x50\x63\x38\xe1\x17\xb7\xa8\x1c\x4d\xce\xe0\x1d\xcd\xd1\x50\x61\x82\x92\x84\x6b\xf4\x64\xe1\x89\x90\x23\xf4\xe7\xa2\x6f\x1e\xc1\xbc\x3f\xc5\xbb\x01\x90\xcd\x57\xcc\x12\xff\x82\xfe\x12\x5f\x64\x5f\x87\x95\x4b\xe4\x64\x0f\xc4\x0e\xe9\x44\xe4\x1e\x74\xa6\x74\xb4\xe1\x14\xf6\xbc\xac\xac\x2c\x93\xd0\x20\x7b\x99\xbd\x94\xb4\x4b\xde\x95\x50\x46\xd9\xaa\xc8\x0d\x71\x52\xb5\x8a\x43\x1e\xb5\x5c\x86\x72\x2e\x00\xd2\x2c\xd5\x29\xe1\x3b\x08\xc5\x70\x8f\x35\xa1\xe9\xbb\xa1\x9d\x28\x6b\xd9\x6e\x48\x44\x34\x20\x44\xfa\x97\xf5\xdd\xe8\x45\xfa\x1d\xa5\x99\x38\x57\xbd\x30\xeb\x36\x61\xb9\x3e\x27\xfe\x0a\x69\x8f\x3e\x20\x44\x41\x3e\xa6\x7b\xe3\x61\xe1\xb4\xfc\x6f\xd7\x93\xf4\x6b\xc7\x09\xe4\x75\x47\x9c\x29\x8c\x55\x90\x65\x1d\x85\x84\x24\xa8\xa1\x3d\x0e\x9e\x06\x23\xb6\x85\xd4\xad\x46\x56\x3b\xfc\x4a\x94\x98\x6c\xfb\xcc\xac\x1a\x3c\x68\x0d\x8d\xd7\x11\xb3\x6c\x95\x21\x44\xd2\x80\xb5\xd3\xe3\x18\x7b\xd0\xe4\x01\x80\x24\x4c\x77\x9b\xff\xad\xf6\xdf\x3e\x6f\x46\x5c\xc3\xf9\x9e\x13\xf8\x83\x4d\x5b\xbb\x61\xb0\xeb\x2d\xfd\x9d\x5f\xea\x60\x08\x93\xb3\xb7\xa4\x00\xad\xef\xa8\xc8\x8a\xc2\xd5\xb7\xbb\xc5\x8b\x08\x83\x8e\xe7\x21\x72\x92\x9f\xbd\xcf\xe3\x3d\x3b\xcd\xfc\x1b\x00\xe2\x3f\xf4\x7d\xfc\x35\xb5\x84\xe1\x59\xf4\xfb\x0d\x61\x83\x0e\xbc\xa8\xc9\xa5\xff\x11\x6c\xb4\xf9\xaf\xbe\x9c\xba\x54\xf8\xb5\x9e\xfe\x92\x44\xd4\xf5\xee\xa9\x59\xd1\xd8\x0d\x9d\xed\xf1\xed\xf8\x2f\xce\x94\x90\xbd\x44\x63\xdb\x7f\x53\xf3\x59\xdb\xac\xd3\x00\x10\xb7\x1a\x82\x44\x8f\x78\xf9\x55\x4f\x59\x14\xde\xa9\xba\x62\x62\x03\x5f\x08\xe9\x46\x8c\x13\x78\x34\x7b\xd4\x7b\x09\xf6\xc3\xd7\x96\xd0\x85\x32\x74\x7d\xe6\x3a\xd1\x22\xbc\x7b\x6c\xaf\x38\x9a\x64\x0f\xda\x2b\xde\x41\x65\xba\x37\xc9\x9d\x8c\x99\x00\xa8\xa3\x85\x51\x22\x4f\x0e\xb1\xce\x87\xb9\x8b\x3b\x03\xb2\x90\x70\x84\xfb\x12\x9a\x0f\xe7\xf0\x36\xc0\x24\x75\x66\xbe\x12\x79\xb9\xf8\x95\x80\x80\x4d\xc9\xcc\x13\x56\x12\x56\xc7\x96\x88\xaa\xc9\x4f\x82\x86\x44\x0f\x69\x06\xf7\x66\x79\x20\xe3\x4f\x00\x54\x7f\x0b\xcd\xc2\x85\x2c\x1b\x84\xc5\xf8\xc2\xc6\x41\x6b\x08\xf3\x38\x48\xd8\x6c\xd8\x18\x37\x1f\x39\xa3\xf6\x15\x2f\x0d\x13\x5f\x4c\xe3\xe7\xe1\xeb\x32\xce\x09\xca\x49\xea\x98\xef\x42\x14\x55\x18\x24\x12\x7e\xa0\x5f\x77\x6f\x90\x75\x31\x7f\x02\xa0\x5a\x2a\x4a\xe7\x8b\x69\xb7\xe1\x30\x7a\x13\xfd\x2b\x72\x0f\xae\x97\x99\x89\x71\x6b\x91\xb3\x38\x38\x7b\xcd\x21\xf6\x4e\x62\x4c\x11\x9e\xf3\x1f\xf9\x4a\xfa\x1b\x5e\x16\x4d\x1b\x83\xe2\xb3\x18\x1f\x83\x52\x05\xe3\x58\x7f\xb9\x13\xa5\x24\xce\x61\x00\x94\x4f\x25\x33\x78\xf3\xc8\x73\x71\xab\x69\x81\x94\x76\x42\x0f\x56\x46\x0b\x24\x71\x9a\x05\xf4\x01\x8a\xb8\xfa\x2c\x33\x94\xd6\x5b\xd8\xc5\x5a\xc5\xd8\x99\x9e\xcf\x99\xc9\xba\x11\xfd\x89\xcb\xe3\xdc\x08\x9a\xc8\xf3\xe2\xc1\xdd\xdb\x24\xd1\xfc\x6f\x00\x28\x03\x64\xe1\x9c\x15\xf8\x6d\x34\x0c\xe5\x06\x11\x43\x3f\x85\x61\x93\x23\x98\xf3\xa0\x62\xca\x73\xd6\xaa\xaa\x47\xb4\x1d\x9c\x9c\x82\x73\x0c\x26\xf7\x62\xda\x52\xd6\x14\x3e\x3e\x7a\x80\xad\x11\xbc\x0c\xfc\x9b\xb3\x48\x34\xd9\xfd\xac\xe8\x93\x58\x0c\x80\xa2\x46\x11\xc0\xba\x8d\x36\x8a\xdc\xc8\x73\xb0\x68\xd1\x1e\xd4\x45\x3c\x5c\xdc\xd4\xe4\x46\x24\x4a\xa6\x56\xae\x26\x4b\x24\x37\x16\x1d\xa7\xca\xa5\x8b\x53\xaf\xd3\x11\x32\x4a\xf4\x5c\xc6\x6b\x79\x56\xe0\x1d\xe6\x57\xf9\xb1\x49\xd3\x84\x52\xc5\x0e\x00\xe4\x28\xd5\x28\xe3\x06\xfc\x86\x0e\x42\xa4\xa1\x5c\x75\x31\x48\x2c\xa6\x42\xfb\x0e\x72\x12\xd7\xa1\xbd\x5b\xd1\x4f\xb8\xab\x1d\xcb\x7f\x4c\x9e\xa5\x3d\x9d\x3a\x9f\x9a\xa4\x3d\x11\xb5\x9f\xf6\x44\xfb\x2c\xf0\x04\xa3\x52\xfb\x68\x52\xb9\x80\xae\x8d\x02\x40\xb6\x5b\xb3\x9b\x2e\x68\xe9\x68\x4b\x26\x84\xc1\xc7\x1c\x28\xc4\x42\x54\xa4\x9d\xdd\x70\x0a\x63\x6c\x1d\x2e\x3f\x8b\x7b\x66\xbb\x94\x9f\x45\x6c\xb0\xf9\xa7\xac\x25\x77\x5b\x19\x51\x1c\x2a\xce\xf2\x26\x70\x33\x3d\xde\x52\x35\x89\xc7\xdf\x62\x78\x04\x80\x2c\x57\xc7\xa3\x7d\x6e\x1e\xed\x3a\x8a\xdf\x02\x7b\xdb\xb9\x14\x7e\x18\xd9\xe8\xc4\x37\x70\xd0\x3b\x3b\x8a\xca\x2d\x38\xff\xf6\x39\xf9\x93\x08\x5d\x6d\x11\x29\x66\xd2\x3d\x47\x6a\x14\x91\xf2\x9b\xdd\x10\x78\x84\xb6\xbe\x75\xfa\x24\x27\xbf\xde\xc4\x01\x40\xfa\x4b\x1f\x49\x5b\x01\x7d\xdc\xef\xc4\x63\x61\x99\x7d\x29\x70\x25\x62\x5d\xcf\xef\x0d\xb9\xe8\xf1\xdd\xe4\x72\x0e\x96\xd8\x35\x39\xef\x27\xfe\x89\xf3\x46\x4a\x3b\x29\xb5\x63\x4f\x94\x94\xe2\xdd\x7e\x2b\xf0\x05\x6d\xba\xa3\x7a\xd2\x39\xde\x35\xf3\x56\x00\xa4\xcb\xf4\xdb\xc8\xb1\xca\x80\x6a\x07\xfa\xba\xd2\xb5\xee\x2c\xf4\xb6\x32\x18\xf2\xb9\x46\xac\x0c\x6b\x2e\x2d\x96\x2a\x73\xe0\xfb\xb3\x2e\x28\xb9\xe8\x8c\x05\x2e\xca\x3d\xb8\x83\xa1\x9f\x54\x89\xa4\x89\x3e\xfb\x54\x2f\x28\x1c\x97\x41\xcd\x61\x46\x3f\x00\x3a\x5f\x51\x26\x69\x48\x0e\xa9\x93\xa0\x6b\xe5\x34\x88\x08\x8a\x93\xaf\x82\x12\xab\x7f\xc9\xc7\x60\xf2\x62\x77\xc5\x14\xe4\xf6\x2c\x86\x02\x8b\xf9\x90\xb8\x5d\x71\x9c\x90\x1e\xba\x57\xd9\x40\xce\xf2\x59\xa7\x0a\xa1\x12\x5c\x46\x35\x95\xcc\x62\x00\xb4\x57\x44\x7c\xe2\x7f\x52\x07\xa4\x13\x75\x50\x7a\x06\x5a\xdb\xf4\x50\x16\x01\x73\xa9\x36\xc9\x78\x88\x27\x45\xdd\xb2\x31\xf4\xa3\x2c\x77\x79\x11\xee\x59\x22\x4a\x7e\x8c\xf8\x4f\xa8\x45\x41\xa0\xec\xf2\x19\x54\x16\xd1\x56\xb8\xac\x55\x9f\x62\xd5\x00\xa0\x35\x8a\xbe\x13\x8e\x09\x5f\xc2\xfe\x46\xda\x44\x4a\x64\x66\xe3\x76\x71\x0c\x5a\x51\x25\x11\x1f\xc2\x7e\x2a\x5c\x21\x41\x13\x6c\x99\xe9\x52\x77\x72\x78\xc2\x36\xe9\x2e\xea\xe1\x50\x3f\x19\x87\x31\xcd\x47\x2b\x57\x30\x47\x5d\xce\xa9\xd6\x70\x5d\x00\xd0\x5c\x90\x0c\xe2\xbb\x78\x1b\xb1\x3a\x04\x93\x4f\xc6\x2b\x20\xbf\x0b\x52\x89\xb4\xca\x01\xa1\x3b\x59\x50\x70\x5d\xf8\x17\xb5\x37\xc3\x21\x3a\x4a\xdf\x9b\x10\x2d\x1e\x60\xde\x9a\x77\x51\x42\x66\x5f\xf4\xe1\x4b\x37\x71\x27\x4d\x18\xa7\x94\x0a\x4a\x01\xd0\xb8\xc8\xa4\xb8\x28\xb6\x84\xd2\x0d\xaf\xe3\xe0\x68\xc1\x0d\xb7\xb9\x24\xfa\x70\xc5\x61\x1e\x8f\xb9\xa0\x60\x2a\xdf\xc2\xba\x93\xfe\xa7\xa0\x83\xa3\x8b\x5f\x23\xb4\xf0\xc2\xe6\xb5\x89\x28\xfc\x83\x3e\x42\xf1\x47\xc1\xc6\x09\x95\x8a\x4a\xf1\x39\x00\xd4\xd9\x8a\x0a\x8c\x8c\x2e\xe2\xa7\xb6\x1c\x61\x74\x08\x12\xea\x89\xcc\x8b\xc2\xc9\xe5\x4a\xb6\xaf\xf0\xef\xfc\x6f\x1c\x9a\xe8\x69\xfa\x38\xee\x76\xf1\xdd\xb8\x2f\xbc\x3f\x25\x57\xe6\xc5\xf1\xcf\x48\xc7\x7c\xe8\xc2\x13\xb2\xb2\x09\x03\xb2\xeb\x0a\x3c\x00\xaa\x2c\x55\x27\xea\x3a\x25\x50\xf5\x5b\x33\x9c\x8a\x57\x5d\xad\x2b\xa2\xfd\xae\xba\x5f\xa6\x67\x64\xaa\x27\xe7\xcf\x65\x1e\x57\x17\xa7\x21\xd8\x19\x6a\x4b\x1c\x8f\xb3\x4a\x7d\x61\xee\x5b\xee\x90\x26\xc5\x47\x22\x98\xa5\xa9\x9d\x70\x43\x7a\x48\x93\x01\x80\xd2\xa2\x21\x23\x77\x11\x7b\xad\xfb\xa1\xf9\x64\x6f\x6b\x72\x6d\x06\x65\xd8\xb2\xbc\x74\x88\x16\x69\x89\xcf\x13\xd0\x8f\x9a\x7f\x4f\x3d\xca\xa4\x99\x59\x71\x53\x59\x6f\xcc\xe1\x73\xd7\x70\x5c\xcd\x6e\x3e\x6c\xfe\x38\xd3\x78\x57\x57\xe9\x38\x3d\x03\x00\xe5\x54\xed\x3b\x64\x02\x61\x7d\xdb\xc5\xa6\x2b\xa4\xb8\x36\xbf\x9a\x6b\xe4\x63\x8e\xca\xd2\x1a\x6a\xbd\x7d\x20\x2f\x8f\xf6\xb4\xf5\x59\xea\x52\xc6\x40\x2b\x2c\xf6\x2b\x2b\xc2\xf6\x64\xee\x0a\x76\x99\xad\xdf\x47\xcb\x13\x5b\x18\xae\x41\x92\x55\x86\xa3\x00\x28\x2e\xea\xba\x11\xa7\xf1\x7f\x77\x25\x35\x69\x88\x82\x4e\x44\x8d\x93\x3c\xd9\xc9\x2a\x0d\xa5\x74\x74\x58\xf3\xa2\x69\x01\xed\xeb\x52\x07\xe8\x63\x6d\x1f\xe3\xc6\x31\x09\x6d\xb8\xb9\xbf\xb1\xcc\x8e\xd5\x3e\x5b\xb9\x57\x6c\x6c\x57\x98\x24\xc2\xf8\x37\x00\x0a\xa6\x3e\x04\xea\x62\x79\x5c\x53\x51\xdb\x61\x29\xac\x47\x97\x99\xcc\x67\x1a\xa9\x8b\x66\x9b\x13\x9b\x7b\x32\xe6\x98\xd6\xc3\x9f\x24\xaa\x4c\x35\xe8\xd4\xf0\x1d\xa6\xd9\x38\x63\xe0\x0a\x53\x15\xd1\xea\x11\x61\x9a\x41\x49\x04\xc0\xe8\xc1\x8a\x02\xc0\xe0\x10\xaf\x6c\x32\x98\xcb\xeb\xce\xd7\x86\x9a\x8e\x40\x76\x97\xc5\x99\x10\xd0\xde\xfc\xf3\xc6\x67\xb0\xb6\xf4\xdb\x46\x1d\x72\x65\x62\xa1\x31\x0f\x73\x3c\xdc\x68\x8c\xc0\xdf\x0a\xb4\x18\x49\xa4\x11\x8f\x24\x23\x94\x3a\x11\x00\x43\x3f\x6b\x2b\x00\x86\x45\xe2\x4d\x8d\x5f\x8d\x1b\x21\xda\x9a\xcd\xc6\x74\x68\x7e\xe9\x05\xc3\xb3\x96\xcf\xf9\x52\x43\x07\xe2\x70\xba\xd9\x50\x81\x5e\x95\xf0\xcb\x10\x8a\xeb\x0a\xaf\x33\x04\x13\x05\x81\x0c\x03\x83\xfc\x9f\x47\xa6\x41\x4b\x4b\x00\xc0\x30\x9d\xbd\x14\x00\xfd\x1b\x89\x57\xe3\x04\x1d\x04\x56\x5d\x7d\x55\x17\x8c\xd8\x58\x3a\x59\xe7\x8e\xfa\x99\x77\x50\xfb\x0a\xcb\x4d\xbb\xa7\x7d\x80\xff\x96\x20\xd0\x3e\x21\x39\xe6\xff\xa1\xfd\x45\xf5\x0c\x8c\xd3\x21\xe9\xf1\x1e\xd5\xba\xa3\xcc\xe9\x20\x44\xf7\x86\x57\x01\x80\x3e\x5a\xca\x6f\xb8\xa8\xc6\x62\x0a\xaa\x6e\xa9\xb3\x70\xa4\x92\x4a\x75\x0a\x81\x9b\x37\x55\x5d\x4d\xd2\xa5\xe5\xaa\x05\x94\xd5\xf1\x1f\xd4\xa3\xb4\xb1\xf9\x56\xf5\x6d\xc6\x9b\x40\x7f\x4d\x06\xeb\x92\x07\x55\xf3\x1f\x87\x07\x28\xda\xc3\x42\x03\x00\x3a\x84\x7c\x4e\xfd\x15\x45\x2d\xe9\x6a\xe5\x77\x05\x8c\xa2\x2b\xee\x52\xa8\x69\x73\x73\x09\x8a\x33\xf4\x0b\xa9\xab\x95\xb3\x98\xd6\x78\x85\x92\xc9\x2e\x9f\x9f\xa4\x3c\xc8\xf9\x1e\x38\x51\x35\x9b\xb7\xc4\xa3\x4d\x5d\x29\xf0\x04\xbb\x35\xcb\x24\xfd\x00\x68\x7b\x15\x67\xeb\xc4\x92\x46\xce\x60\xc5\x71\x49\x1f\xf7\x50\x11\x42\x3a\x99\x77\x29\x87\x28\x55\xf1\x1f\xa5\x8c\xc9\x26\x0b\xc7\xc7\x5d\x90\x75\x89\xe2\xc2\x76\xc8\x7d\xc4\xb5\x01\x17\xe4\x58\x09\xc7\x63\xb3\x72\xb6\x74\x70\x9c\x97\x7a\xae\x42\x07\x80\xc6\xa8\x3a\x51\x1b\x2e\x04\x72\xb7\xf2\x95\x42\x89\x5c\x5a\x68\x11\xb9\xcb\x6f\x64\x6f\x12\xad\x51\x54\xa4\xe4\x8b\x5b\x14\x63\x71\x75\x12\x1f\x25\x31\x8c\x22\xd9\xa6\xfc\x10\xb0\x51\xea\xab\xea\xf1\x78\x2c\x17\xaa\x4b\xc7\x11\x55\x6e\xea\x23\x00\xa8\x8f\x6a\xe0\x35\x31\x3c\xa9\x71\x42\xd9\x71\xbe\xbf\xe1\xbf\x82\xdf\xf9\x17\x0c\xf7\xb2\xbe\x0b\x8c\x86\xb3\xc9\x07\x85\xf9\x86\xb3\xb1\xff\x8a\x7c\x0c\xf7\xc2\x22\x44\xb7\x0d\xdf\x03\xfa\xc5\xb5\xc6\x05\x1e\xff\xca\xaa\x0d\xe3\xc7\xad\x52\x66\xeb\xa4\x00\xa8\x33\xb4\x6b\xab\x6f\x72\xed\xd6\x13\x65\x3c\x5e\xbc\xd5\x54\x40\xe5\xbd\xb0\xa6\x64\x1d\xe2\x0f\x58\xfe\x49\xee\x12\xd4\x58\xf6\xc6\x3e\x15\xc6\x58\x96\x86\x05\x09\xbf\x5b\x46\x03\x96\x8b\x74\x16\xf8\x54\x6f\xe9\xef\xa6\xe9\xe3\x4e\x28\xee\xe8\xd7\x02\xa0\xfa\xaa\x8b\xaf\x1e\xe1\x9c\x75\xbc\x2a\x4b\xe1\xd2\x1d\xd6\x82\x14\xde\x1c\xc7\x8c\xac\xb5\xbc\xc3\xf6\x8d\xc9\x3d\x7c\xbc\xbd\x2e\xf6\xad\xa0\xc2\x1e\x1a\x96\x29\x9c\x65\x9f\x1e\x70\x41\xb8\xc6\xf6\x7d\x6a\xb9\x34\xc8\x7c\x75\xbc\xbb\x82\x68\xd8\x0d\x80\x6a\x89\x6e\x4f\x31\xac\xa7\xa5\x66\x4d\x7e\x70\x37\xa8\xdf\x98\x99\xd7\x79\xab\x71\x6d\xd2\x56\xe7\x91\xe6\x6d\xb1\xce\x8e\x63\xf0\x9b\x61\x97\xdb\xbf\xa0\x41\xd0\x95\x76\x03\x6e\x9a\xd7\xf3\x76\x38\xe1\x1f\xb7\xc9\xad\x47\xa9\xf3\x00\xb0\x0c\x71\x64\x00\x98\xba\xa4\xee\xc5\xb3\xbb\x8e\xd5\x7d\xc9\x7b\xdc\x69\x87\x5c\xc9\x74\x73\x6a\xa0\x2b\x93\xf4\x1d\x46\x98\x2c\x96\xdd\x3e\x82\x64\x85\x1d\x68\x7b\x8e\xa1\x04\x9d\x6b\x33\xe0\x0b\xbd\xfe\x6a\x23\x11\x9f\xba\x85\xd9\x7e\x51\x2f\x03\x60\x99\xcb\xb9\x0a\x80\x29\x57\xf2\xaa\xe8\x46\x67\x04\x44\x99\x37\xe8\xf4\x82\xc6\x67\x1c\xed\x98\xd3\x72\x2b\xa9\xbe\x3d\x1d\xa1\x8a\x2d\x68\x63\xa2\xf3\xc3\x46\x1c\xe7\x70\x9e\x41\xbf\x39\x84\x84\xc3\x5e\x2f\x1d\x2d\xe4\x28\xb7\x4c\x5b\x3c\xed\x1e\x00\xe6\x6e\xee\x5a\x00\x8c\x8f\xa4\xf1\x45\xa1\xed\x89\x2d\xa3\x79\xe3\xdb\x12\x11\x1e\x19\xe5\x0e\x38\x8a\xb5\xf0\x8e\x7d\x35\xe6\x72\xcc\x43\xbb\x3b\xbe\x22\xac\xb1\xd5\x42\xbc\x18\xd4\xd9\x5a\x44\x49\xf2\xfa\xa3\x35\x8e\x96\xec\x46\xb4\x48\x98\x4b\x01\x30\x31\x04\x33\x00\x30\xce\x90\x21\x0b\x17\xd9\x67\xa1\xcb\x73\x33\x5a\x51\x58\x4c\xfa\x2a\xdb\x06\x3c\x77\x61\x8d\x6d\x0e\x51\x15\xc3\xb0\xae\x26\x2f\x0e\xfd\x69\x2d\xa0\x9e\x0d\xc2\x59\xa7\xd2\x6f\x79\xbd\xb4\x3c\x60\x6e\x77\xeb\x33\xed\xe3\x7c\x00\xc0\x98\x26\x7a\x00\x80\x21\x47\xfe\xb4\x00\x6d\x15\x12\xc3\x73\x54\x96\x1d\xa4\x37\xe9\x93\x2c\x3e\x94\x8d\x0b\x4e\x99\x37\xd2\xb0\xd1\x3f\xcc\x8d\x8c\xf0\xd0\x6d\x66\x37\xe6\x97\xa0\x4c\xd3\x5d\xf6\x16\xaf\x2f\xa6\x5e\x2e\xca\x6d\xcc\x38\x45\xd0\xfa\xbf\xda\x94\xb6\x01\xa0\xe7\x2a\x89\x8b\xea\x8d\x04\x96\x5b\xf6\x62\xc3\x5b\x36\x36\xad\xc5\xd0\xc3\xd9\xb2\x20\xda\x00\xe7\x3e\x8f\xd6\x1b\xc2\xf9\xb1\xa1\x78\xc3\x78\x81\x21\x68\xb6\xfe\x9d\xf0\x84\x77\x88\x7e\xa5\x78\xea\xc4\x14\xdd\x03\xe9\x77\x00\x74\x66\xc5\x43\x00\x74\x15\xea\xe8\x7c\x81\x2e\x50\x2c\xca\x7a\xa1\xbd\x24\xc9\x4f\x3d\xa1\x5d\x2c\xf9\x9e\x78\x52\x2b\x92\xee\x88\xce\xd2\xa2\x64\xd2\xd0\x78\x6d\xa3\x1c\x1d\xf8\x43\x5b\xaf\x88\xf7\x4e\xd7\x16\x2b\x67\x4f\x34\x68\x8b\x54\x67\x00\xd0\x32\xd4\x4b\x01\xd0\x8a\x34\xca\xbc\xe3\xea\x7d\x9a\xdd\x59\xc5\x6a\xba\xd6\x2b\x35\x49\x5d\xac\x45\x27\x96\xa8\x63\xb4\x1b\xa3\xbe\xa8\xa3\x75\xae\xf3\x7e\xaa\xe3\x74\xa6\xc0\xcf\xea\x02\xfd\x14\x6f\xb8\x5a\xac\x8f\x9b\xb8\x5d\x33\x5e\x77\x08\x00\x4d\xab\xf6\x27\x00\x9a\xc7\xda\x25\x79\x05\xaa\x9d\x46\xcf\xcc\x7f\x54\x6c\x63\x61\xca\x37\x55\xa9\x91\x95\x18\xa6\x0a\x33\xf6\x45\x3d\x56\xcd\x34\x3e\x0a\x75\x55\x45\x98\x52\x83\x3c\x55\x25\xa6\x65\xde\x16\x55\xb7\xf1\xd6\xc4\xb7\x6a\x82\x41\x04\x80\x66\x8e\xee\x1b\x00\x9a\x65\xba\xa9\xb9\x63\xca\x6b\x96\x07\x99\x6b\x95\x0e\xcb\xaf\x94\xeb\x4a\x9c\xd5\x27\x71\x86\x32\xd9\x1a\x17\x75\x45\xe9\x61\xc5\x87\xfa\x2b\x13\xac\x5b\x82\x32\x95\x4d\xd6\x95\xde\x37\x95\x1b\x2c\x9e\xee\x70\xd5\x06\xe3\x3b\x00\xd4\xa3\xfa\x47\x00\x68\xea\x75\xb4\x9c\xbf\x87\xe0\x35\x9b\xd3\x5f\x0e\x9c\xaf\x5f\x92\x64\xec\xaf\x69\x1c\x89\x4b\xea\x9b\xdd\x6c\x0c\xe7\xf5\xfc\x07\x1f\x08\xfe\xd1\x33\x17\xb5\xd4\x2f\xaf\xfb\x30\xd6\xe0\xd1\xdf\x15\x42\xb8\xe6\x22\x6c\x0b\xa2\x9e\x00\xc0\x96\xc2\x1d\x04\xc0\x2c\x95\x76\xe4\xac\x1a\xb8\x59\xf7\x2a\x7d\x4f\x3f\x16\xb2\x23\x09\xda\x07\xa0\xc6\xb8\xc0\x9e\x27\xb0\x9c\x70\x4c\xf7\x75\x64\x40\xf0\x8f\xee\x29\xe8\x2f\x7e\xe5\x5d\x3b\x70\xeb\x3d\x96\x76\xce\x23\xee\x73\xe9\x75\x20\x68\x04\x00\xac\xbb\xb9\x37\x01\x30\xcf\x96\xe2\x72\x1a\xfa\x6b\x20\xe8\x74\x51\xef\xdf\xd0\x71\x49\xf3\x7a\xd6\xb4\x6c\x88\xfd\xd2\x3d\x80\x48\x0c\x2f\xea\x5a\x81\x7a\x10\xfc\xba\xf3\x19\xb6\xc7\xaf\xaa\x73\x80\x10\xec\xb1\xc1\xe9\x41\x7a\xef\xb2\xdd\x6e\xa3\x13\x01\xb0\x86\xf1\xba\x00\x30\xed\x93\xf6\x64\xdf\xef\x49\x6d\xc1\xa4\x7b\x75\x8f\x87\xef\x59\x78\xb9\xf3\x39\x6a\x7a\xec\xaa\x4e\x77\x0c\x21\x7c\xba\x33\x1d\x37\x16\x7c\xb1\x63\x80\x58\xe8\x57\xdf\xd1\x44\x6e\xf3\xd8\xdd\x76\x85\xfa\xd6\xe5\x0f\xdb\x55\x56\x08\x00\xe6\x4f\x82\x31\x00\x8c\x7f\xc9\x76\x64\x7b\x75\x66\xa3\x0e\xa4\xc1\x9d\x99\x98\xcb\x0b\xe3\x3b\x2a\x70\x7f\xc5\x86\xb7\xdb\x08\x2f\xe7\xaf\x6e\xbb\x45\x1e\x17\x6c\x6e\xab\xa0\x86\xfa\x25\xb4\x4d\xa6\x07\x7b\x5c\xb0\xb3\x99\xe4\x09\x33\xac\xd3\xb9\x42\x00\x4c\xfb\xc5\xdc\xff\xc9\xa5\x48\xce\x6a\x69\xb7\x11\x10\xa9\xfb\xdb\xba\x49\x11\x0b\x96\x3b\xf6\x91\x3f\xc7\xec\x70\x04\x50\x57\xce\x6f\xb4\xab\xe8\xe4\xe0\x06\xbb\x0b\x33\xdd\x2f\xa4\xf5\x24\xeb\xa9\xc7\x6b\x5b\x04\x77\xf2\x84\x1a\x33\x51\x38\x13\x00\xa3\x53\xfa\x09\x00\x43\xaa\x72\x55\x26\xab\x75\x39\xe3\xcf\xd4\x09\xb6\xc7\xac\xea\x05\x7e\xb6\x5c\xf6\xd6\x98\x7c\xeb\x7e\xce\xfb\xb0\xef\xd6\x5c\x5e\x71\x70\x82\xe5\x11\x7f\xad\x5f\x9c\x65\xab\xe0\xc5\xd4\x2c\x73\x8e\x68\xef\x84\xcb\xc6\x6c\x59\x29\x00\xfa\xef\xca\x49\x00\xe8\x27\xab\x6b\x33\xee\x58\x6a\x84\x9f\x52\x1c\xe6\xbd\xa2\x1b\x89\x07\xcd\x19\xe2\xdf\x62\x5c\x4c\xe7\x24\xfa\xb0\x47\x26\xac\x94\x14\x1c\x63\x0a\x91\x61\xfd\x6a\x4c\x40\x9e\x35\x55\x6e\x78\xa2\x38\xe0\x9a\xa8\x6f\x55\x8d\x00\xa0\x3b\xa3\xee\x06\x40\x97\xac\x51\x65\x10\x8d\xbb\x54\x37\x52\x7c\x8d\x09\xea\xfa\xc4\x22\xc3\x39\xf5\x85\xe8\x35\x06\xac\x26\x3f\x6c\x8f\x61\x82\xe6\x7e\xb0\xb7\xfe\xbc\x96\xed\x57\xa7\xdf\xa5\xf3\x9a\xfa\x9b\xde\x55\x07\x75\x6d\xd3\xd5\xe9\xb2\x00\xd0\xbe\xd7\xee\x07\x40\xbb\x52\xab\xcf\xf0\x33\xac\xd4\x7b\x26\x3f\x36\x84\xe8\x89\x89\x21\xfa\x03\xfa\x63\xd1\x6d\xfa\x1a\x43\x40\xd8\x6a\xdd\x2b\xc3\x60\xb0\xbf\xee\xa0\x71\x86\x1f\x57\xb7\xde\x28\x9c\xfa\x42\x17\x6d\x38\xec\x7a\x41\xbb\x4d\x7f\x19\x00\xad\xf9\xff\x93\x24\x58\xed\xc7\xf4\x31\xfd\x6e\xd3\xef\xc9\xbb\xf4\x71\xe6\x09\x89\x53\x75\xc7\xcc\xd0\x68\x93\xae\xcc\xbc\x3c\x6c\x95\xf6\xb2\x65\x7e\x70\x9a\x76\xb3\xa5\xdf\x6f\x97\xb6\xd7\x52\x3b\x2d\x4b\x9b\x6d\xba\xe2\x16\xa9\xf9\x6a\x4c\x03\x40\xeb\xaa\xef\x04\x40\xeb\xa3\x6b\x48\xeb\x1c\x5d\x59\xd3\xbd\x70\xf5\xe2\xff\xea\x29\x71\xea\x91\xfa\x46\x68\x04\x7d\xd8\xa7\x39\x62\xce\xe9\xc1\xff\xe0\xbe\x01\x96\xc1\x04\xe4\x57\xef\xc9\x03\x7b\x31\x87\xdc\xdf\xf7\xbc\x23\x9c\x1c\xd7\xdc\x31\x9d\xd6\x08\x40\xeb\x08\x0f\x02\x80\x25\x5f\x3a\x96\x96\xb6\x24\xb9\xee\xc4\x42\xf9\x48\x0f\x44\x1c\x87\x1e\x9e\x08\x4d\x89\x40\x0c\xde\x6e\xb9\x31\xe7\xf8\xc0\x25\x44\x7b\x40\xef\xc0\x34\x74\x85\xf7\xdc\xfe\x51\xec\xc3\x49\x1e\xdd\x6f\x88\xab\xc6\x09\xda\xab\x69\x0f\x01\x68\x9d\xc1\xd3\x02\x60\x7e\x20\xed\x4d\xbd\x32\x72\x10\x12\xbb\xb0\x60\x38\xb2\xe9\x60\x5c\xd2\xe0\x8e\x96\xba\x88\xd2\x01\x27\xfc\xf7\x39\xc7\xfa\x7b\x50\x95\x01\xc3\x7d\x8f\x30\x7f\x78\x67\xf5\x49\xf1\x4d\x93\xe6\x75\x5d\x26\xdd\x1e\xd7\xd6\x26\xa6\xdf\x01\xc0\xa6\xe0\x47\x02\x60\x16\x4a\x8f\xa6\x0e\x0f\xaa\x5a\x66\x2f\x9c\x36\x10\x01\x47\xc7\xfe\xec\x7b\x87\x1c\x89\xf0\xef\xfd\x8a\xbe\x3f\x67\x75\x6f\x08\x2e\x21\x60\xb0\x47\x4d\x70\x78\x37\xf7\x04\x92\x8e\x4e\x2a\x75\xf6\x51\xef\x8e\xfb\xcd\xbe\x8f\xd5\x07\x80\xb5\x48\x58\x0e\x80\x69\x50\x76\x33\xe5\x71\xdf\x20\x2a\x67\x01\xb5\x97\x8e\xa9\x88\x65\xf7\x20\x71\x4d\xe1\xab\xba\x55\x84\x8a\x39\x8d\x5d\x7b\x49\x35\x01\x94\xae\x30\x0a\xd6\xbb\xa6\x73\x1f\xad\x76\x12\xa6\x3d\x8d\x59\x39\xee\x6f\xdb\x17\xee\x77\x00\x2c\xae\xe2\x8b\x00\x18\x77\x2b\x1a\x53\xea\xba\xaf\xe3\x37\x24\xde\xed\x3a\x49\x94\xc6\x3c\xeb\xbc\x41\x2e\x08\xcf\xe8\x9c\x4a\x79\x3e\xc7\xc3\x09\xa7\x8d\x04\xe4\x77\x5c\x62\x10\xbc\x2b\x3b\x30\xac\xc9\x93\x34\xf6\xaf\x9c\x37\xe3\xa3\xad\x55\xc2\x8d\x00\x98\xae\xc8\x72\x00\x30\xdc\x52\x9e\x4a\xd6\x39\x7d\xe8\x9f\x13\xcb\x3b\xe6\x31\xc9\x31\x9d\xed\x75\xac\x2b\xf3\x7f\xb6\x8d\x70\x66\x84\xbc\x76\x7c\xe5\x52\x03\x6a\x1d\x7a\xde\x45\x6f\x8b\x23\x44\xe0\x3d\xe9\xa9\xcd\x5f\xb4\x7a\xfc\x56\x73\xa8\xcc\x02\x80\x31\x4b\x99\x00\x80\x7e\xab\x1a\x93\x9c\xea\xd8\x2c\xd8\x9f\x38\xd9\xfe\x42\xb8\x21\x06\x69\xcf\x17\x0d\xcd\x7f\xd8\xba\x44\x2c\x0c\x79\xd6\xea\xfe\x7f\xec\xba\xe5\x57\x94\xff\x17\xf7\xfb\xc1\x06\x95\x52\xe1\x2b\xa0\x12\xd2\x28\x48\xa9\x94\x74\x77\x77\xce\x30\xc0\x0c\xcd\x0c\xc3\xd4\x75\x5d\xd3\x05\x43\x77\x77\xb7\xa0\x82\x12\x82\xa0\x02\xb6\x22\x76\x8b\x2d\x76\x9f\xf5\xbb\x9f\xdd\x6b\x9d\xff\xe0\x9c\xfd\x60\xaf\xb5\xf7\xd3\xd7\x7a\xef\xbd\xdf\x6b\xed\xec\xd8\xdd\xe9\xbc\x4e\x62\xa4\xcc\x15\x5e\x64\x8e\xad\x84\x37\x7b\x8e\x4c\x58\x6f\xca\xc4\x51\x89\x00\x30\x36\xd0\x58\x00\x20\x97\x21\x9a\xd1\x4f\xde\x2d\x8a\x87\xfe\x18\xcf\x98\xf2\x44\x57\x82\xdb\x47\xa5\xaa\x37\x71\xa5\x69\x52\xfb\x26\x39\x14\xda\xf8\x6e\x1c\xc7\x00\x4a\x94\xf9\xc4\x7e\x05\xcb\x48\x34\x30\x9f\xc2\x35\xeb\x3b\x19\x9a\xf0\x39\x00\xe8\x5a\x30\x11\x00\xc4\x17\xf6\x32\xba\xc7\x3d\x0e\x27\xe9\x77\x70\x65\xe0\x3b\x3a\x6f\x38\x85\x48\xb0\x7a\x21\xfb\x35\xb2\xbc\x6f\x84\xed\x47\x87\x76\xe3\xd9\xe2\x0c\x25\xd9\x9d\xac\x93\x0c\x0b\x89\xeb\xcc\xf5\xf4\x07\xeb\xdf\xd0\x45\x74\x17\x00\x90\x71\x04\xfb\x3f\xa7\x06\x9f\x35\x9a\xe3\x8c\x32\x37\xea\x97\x71\xb6\x33\xd1\x3a\xb7\xd9\x4c\xe6\x15\x75\x11\xeb\x3a\x2b\x70\xdf\x24\xcb\x98\xbd\x61\x77\x01\xf3\x29\x3b\x5b\xd6\x8a\x59\xc6\x7a\xb2\x55\x9a\xa1\xc0\xbc\xb1\x41\x07\x79\xcc\xa8\x07\x00\xb1\xa4\x07\x02\x00\x9f\x46\xfc\x0a\xf4\x83\xb6\x39\x4f\xb0\xef\x05\x5f\x74\x17\x51\x30\xa1\x85\xde\x7e\xe9\x62\xe1\x27\xfd\x3d\x51\x5f\xa3\x24\x82\x23\x82\xf5\x63\xc2\xc2\x61\x57\xe7\xb8\xd1\xe8\x2e\xb3\x80\xf8\xff\x50\xaf\xb4\x42\x31\x46\x09\x88\xcc\x3c\xee\x40\x52\x32\x00\x84\xb7\x69\x2b\xf9\x16\xfe\x18\xf7\xb3\x6c\x99\xc0\x20\x6f\x3b\x72\x45\x30\xca\xef\x78\x9a\x67\xe8\x5c\x90\x2f\x2a\x34\xc2\x37\x6c\x4b\x50\x4b\xd4\x4a\xe4\x75\x97\x4b\xb1\x09\xb1\x1d\x47\xbf\xa0\x5e\xc4\x33\x35\x7f\xc4\xcb\x26\x9e\x95\x29\xc4\x56\x60\xe3\x01\x20\x34\xa7\x37\x8a\x0e\xf8\x4c\x79\x3f\x63\x39\xfb\xbd\xf5\x57\x22\xcd\x04\x9a\x04\xd9\xa4\x16\x05\xdf\x0c\x85\xe3\x4e\x87\x15\x47\xdc\x0f\x52\x8c\xf4\x89\x09\x76\x09\x89\x91\x42\xdd\x3a\x5a\x1d\xd7\x9a\xe0\xa5\x59\x8f\xba\x8d\x35\x97\xb1\xc2\x6e\xc3\x95\x02\x40\xf0\xc8\xe8\xca\x55\x71\x7f\x11\xb2\x8d\x91\xe6\x45\x08\xeb\xcd\xd1\xf3\x3d\x10\x69\x95\x72\x30\x60\x6f\xf4\xa7\x58\x6e\xf0\xa1\xb8\x89\x40\x99\x30\xcf\xf8\x52\xe7\x9c\xc8\x98\xc4\xcc\x23\x9f\x62\x54\x71\x07\x35\xb7\xc7\xfa\xa7\x20\xd2\x1f\x13\xcf\xa4\x26\x00\x80\xe7\xe1\xff\x13\xf8\x3b\xcb\xc7\x94\x23\x57\xdd\x36\xc7\x0d\x67\xcf\x78\xee\x43\x5f\xc4\x7d\xf6\x49\xc4\xdc\x8e\xa1\xfa\x5f\x4b\x12\x0b\x50\x0f\x76\xc5\x69\x39\xf5\x85\x75\xa5\x04\x1c\xf1\x8f\x6c\x48\x43\x6b\x54\x47\x5d\xc8\xd8\x23\x7d\x3d\x01\x95\x51\x0b\x40\xd6\x70\x76\x2d\x4f\x60\x57\x9f\xd4\x0d\x3b\x38\xae\xe2\x0e\x10\x70\xae\x41\xc9\xed\xd8\xf3\x1e\x6b\xa9\xdb\xa3\x19\x3e\x1d\x69\x02\x7f\xb7\x80\xcc\xf4\x3f\x8e\xdf\x42\x14\x32\x33\x0f\x9f\x0f\x3f\x96\x75\x53\xc3\x2e\x82\x8e\x7f\x2f\x7d\x07\xa3\x40\x90\x05\x20\xf3\x59\xce\x6f\x8e\xb5\x95\x1a\x31\x84\x26\x6f\x73\x93\xf8\x31\x2b\xca\x61\x20\x87\x91\xf8\xcd\x65\x38\xe7\x6d\xe4\x3b\x8f\xcb\x24\x9c\xdf\x26\x9f\x6f\xa4\x7b\x8e\xe2\x01\x6b\x64\xbf\xc3\xc6\x21\x1e\xe4\x33\x1a\xbb\x42\x5f\x92\xff\xca\xec\x44\x17\x93\x3b\x01\xc8\xdc\x4e\x35\x60\xde\x3c\xda\xc7\x6e\xa2\x6c\xb4\xbc\xc6\x36\xcb\xa8\xb5\xdd\xcd\x5a\x4a\x48\x72\xc4\xb1\x2c\x23\x4a\x5d\x97\x99\xa7\x7d\xbe\x78\xb9\x30\x75\x1d\x6c\xfd\x78\x8c\x2a\xd3\x33\x41\xff\x31\xb6\xab\x7f\x0f\xd1\xa2\x67\xc9\x04\xa1\x0a\x10\x18\x80\x0c\x21\xf4\x92\x91\x62\xda\x55\x6c\x47\xea\x36\x17\x2f\x92\x4a\x0f\x39\xc6\x2b\xb8\x8a\x71\xb0\x97\xcd\x8f\x0c\x2f\x76\x1e\xca\xfb\xe8\x63\xe1\xe1\x9f\x0b\xd9\x2f\xfb\xcc\x0a\x25\x4d\x9b\x02\x2a\xf8\x9d\x1a\x36\xc1\x1b\x79\x04\x99\x2b\x71\x57\xd9\x54\x00\x32\x3c\xe9\xca\x8c\x4d\x26\xc3\x95\x30\x49\xd9\x4c\xba\x42\x2c\xed\xbd\x55\x7d\x59\x64\xfc\xaa\xdd\xd1\x12\x41\xb8\xbd\xd3\xab\xa2\x71\x9f\xed\xee\x55\x05\xab\xf6\x0b\x3e\x7b\xf2\xe5\x4d\xfb\x03\x76\xe5\xf9\x69\x30\x83\xaa\x85\x2f\x64\xf5\xe3\x52\xb9\x34\x00\x32\xf4\xe9\x5f\xe9\xcb\x26\x5b\xea\xce\xe4\x9c\x3f\x1a\x54\x2b\x9d\x36\x6e\xf9\xb6\x5a\x29\x7e\xca\x56\x58\x29\x16\xae\xe9\xe4\x58\xf6\xd0\x67\x9b\xdb\xdf\x92\x49\xfb\x37\xde\xc2\xa2\x6a\xd3\x15\xff\xd6\x02\xb2\xc6\xbb\x20\x63\x51\x83\x6c\x67\xec\x67\xde\x1f\x00\xd2\x7f\x32\x72\x72\x29\x21\x75\xce\x4f\x19\xd4\x30\x35\xf7\xde\x9c\x83\xe1\xe7\xbc\x31\x29\x32\x91\x9d\xfe\x21\xb1\x5e\xd1\x23\xc1\xf1\x01\xb7\x62\x17\xc3\x99\xce\x0e\xa8\x77\xd1\x3d\x47\xfa\x31\x1b\x50\x4f\x34\xfe\x62\x56\x12\x68\xd2\x6b\xb8\x9f\x49\x4c\x00\xb2\x77\xa4\x87\x08\x99\x41\x12\xee\x53\xf4\xbe\xe0\x73\xde\x56\xc4\xa4\xd0\x36\xbf\x9e\x64\x4c\xf8\x74\x90\x5b\xcc\x64\xd4\xe6\x30\xb1\x80\xa0\x98\xc0\xc8\x05\xa7\x9b\x71\xad\xb1\x75\x47\x42\xd0\x77\xe2\xb3\x35\xba\xe3\xa7\x12\x4f\x4b\x9f\xc5\xe1\xb0\x54\x00\x08\x0b\x19\xbb\x04\x74\x7f\x82\xf7\x39\x64\x39\x30\xc1\xef\x77\x76\x43\x30\x3b\x48\x09\x77\x3c\x74\x25\x34\x21\x46\x33\xc2\x27\x62\xd1\xff\x46\xd4\xb5\x18\x3b\x27\x74\xac\x1f\x6a\xf6\x88\x18\xaa\x31\xc1\x42\x23\x0c\x2d\xc2\x1a\x48\x73\xb1\xb7\x70\xdd\x00\x10\xb2\x33\x77\xf0\xf2\xbc\x6a\x83\x9f\xc3\x7b\x7d\xbe\x87\xb1\x08\x7b\xfd\xc9\x91\x3b\xb1\x71\x41\x7a\xd1\xe7\xa2\x37\x86\xfc\x89\x2b\xf1\x5b\x09\xbf\x1b\x9f\xe2\x58\x1c\xd5\x9b\xe8\x75\x38\x3a\x56\x1b\x27\xab\x7e\x39\x4e\x26\x05\x27\xed\x9e\x24\x4a\x25\x03\x80\x1f\xc6\xa7\x72\xda\x5c\x7f\xc7\x38\xd0\xb2\x3c\xfa\xe2\xd0\x59\xfd\xde\x7c\x34\x2d\x49\xc3\x4f\x80\x11\x45\xfe\x08\xec\x4a\x1c\xf7\xfd\x10\xf2\x18\xfb\xca\x61\x31\x02\xa4\x28\x9b\x9e\x8f\xea\x4f\xb3\x54\x47\x47\x97\xa7\xff\x93\x3e\x9a\x78\x38\xa3\x07\x80\xac\xfb\xd9\xcf\x59\xef\x1c\xeb\x93\x0c\x29\xab\x2e\xdd\xd8\x13\x99\x3e\xee\xf7\x93\x4d\x13\xbe\x7b\x6b\xa6\x34\x45\xfc\xf1\x13\xa4\x69\xfb\xca\x05\xc9\xa6\xb7\x39\xc8\x87\xe2\x33\x75\x4c\x1d\x22\xbc\xb3\xea\xd4\x95\x23\x13\xf0\x4b\xd2\xbe\x98\x55\x82\x32\x00\x59\x52\xa4\xc3\x8c\x26\x1b\x83\xec\x7c\xd2\x92\x7d\x15\xd1\x22\x1d\xe3\x6c\x40\xbc\x8f\xb1\x72\x7b\x95\x13\x10\x4e\xf4\x3a\x9d\xf3\xc4\xfb\xbe\x5f\x03\x09\x6d\x6f\x18\x14\x40\x7a\x67\x72\x32\x34\x8e\x9c\xa2\x0e\xc2\xee\x91\xe7\xa5\x99\xf1\x58\x72\x1d\x00\x99\x06\x54\x3f\x84\x6b\xd1\xc0\xea\x24\x7e\xb2\x66\xb2\xbc\x53\x2f\xd8\x73\x99\x9f\xd0\xe7\x9d\xeb\x98\xf8\x30\x3d\xf7\xf3\xcc\x4d\x5e\xb7\xbc\xbf\x32\x84\x76\x78\xff\x0f\x0c\x39\x13\xdf\x60\x7d\x7a\xe3\xfe\xb5\x50\x65\xba\xba\xf4\x35\x74\x24\xe2\x0e\x40\x46\x3b\xf4\x05\xde\x79\x14\x2e\xda\x96\x2d\xb2\xec\x2a\x78\x95\x92\x63\xf3\x29\x7f\x02\xd5\xe2\x78\x44\x14\x13\x7a\xd8\xb5\x24\x6f\x9b\x97\xa6\xe7\x57\xe1\x88\x9d\x94\x9f\x8a\x20\xce\xc4\x24\xb0\x89\xbf\x57\xdd\x2a\xf8\x37\x4f\x4c\x26\x18\x55\xc4\x56\x03\x20\x23\x9a\xae\x08\x95\x1f\x61\x55\x98\x65\x6f\xb3\xe8\x2d\x9b\x49\x11\xb7\xd9\x58\x6a\x84\x72\x76\x08\x2e\x26\x85\xbc\x76\x39\x57\x38\xed\xf9\xcb\xd3\xa8\x40\xd2\x6e\xa3\x6f\x86\x28\xca\xc4\x29\x70\x47\xee\xb8\xba\x20\x98\x27\x8c\x93\x39\x89\xd2\xe5\x2a\x01\x90\x61\x49\x7f\x03\xf9\x1d\xbe\x5a\x9b\x4e\x18\x31\xff\x5c\x3d\x91\xbc\x68\xed\x56\xf9\x10\xb5\xc7\xbe\xb9\xfc\x41\xc8\x55\x97\x5d\xa5\xcb\x9e\xbf\x3c\x72\x8b\x57\xec\x54\x7d\x6e\x15\xde\x36\xc9\x09\xa8\xc8\x7f\xa0\xfe\x3a\x58\x59\xb4\x4d\xd6\x20\xae\x9b\x57\x0c\x40\xfa\x3f\x46\x12\x8f\x17\xee\xed\xb2\x19\x7a\x13\x51\xee\x7e\x13\x7f\x36\x4a\xdb\x9b\x94\xf4\x22\xfa\xa2\x3f\x2a\x2a\x35\xb6\x3a\x38\xc1\xcf\x01\xc5\x0c\xa7\x3a\x8a\xc5\xa7\x44\xd7\x9b\xce\x24\x58\xa3\x66\xd5\x3d\x12\xee\x27\x84\x4b\x15\xa5\x84\x26\xa5\x03\x90\x5d\x92\x7e\x9a\x5b\x13\xb2\xe4\x3e\x0b\x29\x86\x85\x7b\x5b\xe3\xc5\x23\xe4\xfd\x9a\x92\x9c\x22\xd7\x82\x6c\x22\x5f\x44\x7f\x0b\xfd\xe6\xbb\x10\xb7\x23\xf2\xa4\x43\x19\xfa\x40\x2c\xd7\x34\x0d\xa3\x12\xef\xa7\xbe\x0e\x73\x31\xb1\x54\x8a\x94\x7c\x01\x8b\x06\x20\xdb\x27\x03\xc7\xe9\x08\xf2\xf4\xee\xa0\xd9\x86\xec\xf4\x5b\xce\x72\x0b\xdb\x14\xf8\x39\xb1\x39\x62\x47\xa8\x7b\x64\x68\x94\x73\xc4\xa0\xaf\x4f\x4c\x59\x8c\xba\x83\x41\xdc\x03\x54\x93\xe9\x6e\xf4\xfb\x04\xd9\xfd\xa3\xf1\x35\xd8\xf5\x52\x9e\xc9\x26\xb8\x22\x00\x08\x7f\x33\xa3\x59\x8b\xbe\xd9\xc1\x93\x94\x5a\xff\xa6\xb0\xb0\x8c\xbb\x81\x3f\x23\x5e\x24\xa0\x43\x70\xd1\xc5\x11\x4e\xe1\x1b\xe2\x62\x7c\xd0\x91\xdd\xf1\x66\xf6\xb8\x18\xbb\x44\x45\x13\x46\x1c\x84\x7d\xb8\xdf\x0c\xa5\x93\x62\x26\xa5\x85\x7d\x9f\x1a\x03\x00\xc1\x1c\xdf\xc7\x38\xef\xb9\x39\x7a\x8d\xf4\xd4\x9b\x11\xb7\x23\x1d\xe3\xa7\x89\xd6\xc3\x68\x05\xdc\xc5\x58\x85\x9b\x07\x4f\x24\xa6\x7a\x93\xc3\xc6\xb1\x0d\x76\x2d\x91\x35\xc9\x77\x8c\x3f\xc6\x6c\x4f\x13\x53\x5b\x89\x59\x4a\x3f\x2f\xb5\x27\xa9\x36\xa3\x18\x00\x7c\x02\xf1\x3f\xba\xaa\xcb\x5c\xe2\x48\x4e\xb8\x7b\x15\xd6\x2a\x4d\xcc\xab\x14\x37\x81\xfe\xe6\xcb\x49\x31\x0c\xb3\x08\xe8\x4c\x9d\xf4\xaa\x0f\xfe\x9c\xee\x68\xfb\x21\x5c\x3e\xe3\xba\x71\x46\xe4\x60\x56\xa0\x5a\x6d\xd4\x20\x3e\x5f\x4a\x3b\x31\x9a\x00\x00\xc8\xaa\x20\x45\x42\x37\xec\x13\x08\xd3\xd9\x7e\x4e\xf9\xd9\x70\xca\x51\xd7\xc7\x44\x13\x94\x9f\xa7\x37\x71\x34\xe4\xac\xcf\xcb\x1c\x5f\xcf\x8c\x80\xbc\x9c\x67\xb6\x3b\x42\xc4\x48\x54\xa3\x4f\x61\xf3\x64\x59\x35\x41\x84\x29\x99\x2a\x45\xc6\x5c\x23\xd3\x00\xc8\x1c\xa5\xc6\xd1\xb6\x1c\x1b\x67\x76\xe3\x7b\xec\xd0\xcc\x58\xdc\xb8\xd3\x41\xe6\xce\xd8\xb7\x6e\x5b\x18\x2d\xc1\x4c\xcf\xef\x0c\x57\x8f\x2c\xdf\x97\xf4\x67\x36\x11\x81\xf5\x74\xb6\x91\x28\xa4\x90\xae\xa7\xc6\x09\xa3\x21\xb3\x52\x57\xe2\xa7\x90\x75\xff\xd3\x05\xf4\x82\xc2\xb5\x60\x14\x5c\xc9\xb2\xb4\xa6\xe6\x4f\x62\xa3\xec\x0b\x45\xad\x31\x17\x9c\xcb\xf2\x22\x83\xca\xdd\x47\x72\x95\xdd\xe7\xbd\x6f\x0b\x5e\x58\x7f\xf7\x9f\xe1\x0f\x1b\x11\x83\x7e\xf2\xf2\xd4\xae\x85\x06\x73\x39\xd2\xc1\xe8\xcf\xac\x3e\x00\x32\xee\xd0\xd7\x91\xbf\x98\x33\xcb\xde\x67\x8e\x1d\x43\x4a\xe1\xa4\xe7\x76\xb5\x25\x1b\x62\xb0\x4e\xbd\x45\x31\x41\xde\x6e\x2b\x05\xb3\xee\xb5\xde\x92\xf9\x86\xd6\x6f\xfc\xb7\xe7\x35\x1b\x09\x82\x62\x72\xf7\xef\x57\x0a\x79\x24\xb8\x23\xdd\x8b\x2e\xe0\x94\x00\x90\x31\x44\x5f\x22\x97\x9b\x2d\xd4\xec\xcb\xc4\x5a\xcd\x56\x25\x26\x35\xd8\x3e\xac\x68\x88\xb1\x74\xfc\x54\x76\x22\xe8\xb0\x9b\x6a\xc9\x25\xf7\x3a\xaf\xa8\xa2\x4f\x36\x5b\xfc\x12\x0b\x15\x8d\x26\x02\x97\xf3\xdd\xf6\x53\x42\xd2\xf2\xb2\x64\xd4\xd1\xd2\xbc\x8d\x00\x64\xa4\x33\xdc\x11\xa7\x98\x42\x17\x1c\xf1\x40\x6c\xb5\xc7\xee\x14\x56\xdc\x0d\xef\x3e\x94\x15\xda\xc6\x9f\x14\x12\x1c\x7f\x29\x18\xed\x71\x3a\x21\x26\x1c\x65\xb3\x2d\xf1\x73\x74\x9a\x21\x06\x1b\x84\x8a\x57\x71\xc5\x36\x62\xee\x6c\x43\xa7\xdf\x48\x92\x03\x20\xc7\x3a\xc3\x07\x66\x47\x99\x79\x6c\xcd\x66\x44\x93\xbc\x53\x93\x3f\xc4\xbc\xf0\x9b\x88\x3b\x11\x87\x04\x99\x07\x3f\x46\x9b\x87\xde\xf0\x08\x88\xff\x17\xc9\xb2\xee\x4f\x98\x88\xb5\x35\x94\x4f\xb2\x45\x3f\x51\xd9\x90\x54\x9a\xb8\x61\x5b\x68\xba\x1b\x16\x00\x40\xfc\x93\xf1\x0a\x1a\x0b\x7f\xe6\x7d\x95\x70\x25\x32\xc8\xef\x7d\xb2\x7f\xd4\xd7\xc0\xdf\x71\x07\x62\x4e\x86\x6a\x06\xc7\xc7\xd5\x44\xe0\xdd\x57\xd1\x05\xd1\x2b\xd6\x81\x18\x12\xca\xf9\xd0\xc5\xc4\x3d\x98\x72\xe5\x73\x89\x39\x49\x49\xdb\x9c\xd2\x4e\xe1\xf4\x00\x20\x76\x67\x2e\xd1\xe4\x83\x0d\x82\xa3\xf0\x91\xa1\x1b\x42\x3f\xe2\xa4\xc3\x41\x04\x3e\x56\x26\x52\x3f\x7a\x7f\x50\x66\x34\x21\xf6\xa3\xfb\xee\xd8\x71\xf4\xf4\xb1\x4e\xd4\x87\x84\x9a\x43\xc7\xe2\x67\xb0\x81\xca\xb1\x18\xeb\xe4\xca\x6d\x87\x52\x99\x29\x9f\x01\xc8\xfe\x88\xff\x43\xe1\xf8\xcd\x47\x87\x67\x3e\x0d\x78\x11\x9b\x94\x74\x2a\x58\x0f\x45\x88\xbe\x13\x3a\x10\x5f\x14\x18\x1d\xe1\x9e\x70\xc1\x4d\x37\xea\x49\xd2\x3f\xab\xa7\xb1\xc1\xc9\x16\x06\x83\xa8\xd0\xd4\x18\x65\x45\xf4\xee\xf4\xfd\xdb\x8e\xa5\x58\x64\x18\x00\x90\xbd\x9f\xe8\x4d\xea\xf7\xe2\x26\x74\x66\x84\xf9\xfc\x4c\x3a\x9a\x98\xe9\x5f\x80\x9d\x88\x1a\x0e\x42\x27\x3b\x04\x84\x85\xba\xa6\x3c\x75\x75\x8b\xd0\x4a\xcb\xb6\x3a\x10\xb5\x92\x21\x63\x60\x1d\xbb\x3e\xb3\x61\xdf\x6a\x9c\x6a\xd6\xfd\x6d\x81\xc9\x9b\xf1\x4d\x00\x10\x42\x48\x54\x22\xd9\xd5\x09\xef\x92\x16\xe8\xa1\x43\x90\xc1\xd4\x78\x1f\x24\x2c\x46\xca\xfb\x45\x67\xa7\xf9\x7d\x0b\xac\x27\x6a\xbb\x1c\x0c\xb9\x49\xbc\x69\x19\x12\x7e\x33\x47\xa0\x3f\x11\xb5\x9b\x64\xb2\xef\x79\xf4\x24\xe9\xe4\xb6\x01\x2c\x44\x56\x05\x00\x4f\xa0\x86\x11\x68\x8e\x87\xe8\x5d\x29\x85\x2e\x68\x7a\x4e\xbc\x94\xfb\x49\xba\x75\xf8\xa8\xb7\x11\xf2\xc7\xf7\xa2\xdf\x18\xb2\xe8\x6c\x19\x64\x86\x14\x58\x74\x87\x52\x90\x08\xfd\xec\xf0\x27\x88\xc1\xbe\xb5\x28\x69\x78\x75\xfb\x96\x24\x1c\xec\x0d\x40\xd6\x23\x68\x0c\x9f\x61\xfb\x50\x14\x9b\x9c\xec\x18\x9f\x97\x88\xba\xe3\xba\x21\x37\x21\xac\xd7\xa3\x5b\xe8\xef\xf3\xd6\x27\x4a\xe0\xee\x54\x11\xb0\x83\xef\x6e\x61\x1f\xcc\xe5\x05\xea\x07\x84\xed\xe7\x46\x2b\x9b\x46\xac\x72\x0a\xb7\x33\x12\x1b\x99\x75\x00\x64\x71\x91\xde\xac\x0b\x36\x2b\x25\xc7\x70\x6f\x1c\x22\x8a\x3e\xa3\xb2\x9c\xff\x15\x56\x85\x85\xb8\x0f\x16\x1c\xf2\xe9\xf2\xce\x14\x2d\x3a\xa5\xf8\x1f\xce\xa3\x58\x18\x05\x9d\xc9\x35\xd5\x47\x85\x12\x04\x9f\x94\x33\x23\x52\xf8\x67\xb6\x5f\x48\xb4\x63\xa3\x01\xc8\x0a\xa1\xa7\x67\xf9\xd9\xc8\x57\x5a\xe0\x4a\xec\x0b\xca\x87\x51\x66\xce\x7a\x65\x0a\x61\x06\x6e\x8f\x4a\x52\x7c\x8a\xbd\xda\x8a\xa6\x9c\x70\x7e\x84\x42\x03\x0b\x97\x20\x89\xfc\x4e\xfd\xb6\x90\xc7\x22\x7d\xe5\xab\xe1\x6f\x72\xcd\x25\x0f\x27\x4c\x73\xe6\x00\xc8\xda\x49\xff\x4a\x6c\xc5\x4c\xb8\x5c\x4c\xfd\x9d\x90\xe8\x81\x8a\xef\x4e\x0c\xf3\x7e\x12\xfe\x2f\x09\xed\x9f\xef\x7b\x02\x2b\x08\x8e\x75\x1a\xc3\x9d\x0e\xb7\x37\xef\x48\x7e\x1b\x6d\x7c\x80\x98\xba\x2d\xee\x9f\x52\x75\xaa\x0d\x46\x67\xcb\x07\xfc\x89\xc4\x39\x00\xc8\x01\x19\x77\xb2\xff\xa2\x63\x3d\x0e\xa6\x46\xc4\x07\x7a\x33\xe2\xe5\x30\x1c\xbf\x89\xf0\x8c\x84\xd3\x41\x1a\xbe\x86\x49\x52\xa1\xbd\x4e\x0e\xd8\xd4\x48\x27\x73\x7b\xdc\x7c\xcc\x9b\x03\x3a\x29\xeb\xd1\x18\xa5\xf0\x14\xbf\x04\xdb\x2d\x6f\xf1\xa6\x49\x4d\x00\x90\x77\x64\x86\x64\xbb\xc7\x6d\xf4\x1e\x4b\x19\x44\x59\xfb\x2d\xa1\x49\xe8\xde\xc0\x0b\x61\xf7\x30\xdb\x42\x56\x7d\xda\x12\x78\x11\x07\x1c\x17\x92\x76\x46\x43\x66\x77\xb1\x85\x71\x2b\x7a\x2b\xb8\x17\x98\xad\x4a\x3a\xc9\x81\x89\xb5\x5b\x1e\x67\xf5\x62\xcf\x03\x40\x3a\x97\xa5\x81\xcf\x8b\x4c\x0f\x06\xc9\x7b\xa2\xf7\x84\x72\x51\x52\x31\xef\xc2\x7f\x85\xd6\xc5\xf5\x47\x35\x79\x17\xa3\x39\xb1\x89\x0e\x0f\x31\x91\x68\x63\x33\xf9\xc4\x7d\x09\x9b\xf5\x9c\x92\xaa\x92\xba\x15\x1f\x60\x83\x70\x33\x5b\x9e\x67\xd2\x53\x4a\x00\x20\xc9\x12\x8c\xb3\xf6\x85\xfa\x46\xe1\xb1\xe7\xc3\xf5\x63\x9a\x63\x6f\x47\x5a\xc6\x75\x87\xd0\xa3\x03\xd0\x0b\x5e\xa2\x58\x6a\x82\xb8\x03\x40\xd5\x24\xd9\x1c\x8d\x88\xaf\xc2\x41\xba\x8b\x09\x47\x53\x1a\x14\x7b\x12\xa3\xd3\x5c\xc4\x37\x64\x38\xa6\xdf\x04\x20\xc7\x8d\x88\xcb\x20\x06\x1e\xc0\x54\x27\xc5\x06\xc7\x27\x6a\xc7\x0c\x86\x4e\x24\x35\x07\x67\x44\xa8\xe3\x0e\x7b\x56\x44\x95\x26\x3f\xb3\x3f\x10\xf3\x23\x95\x75\x64\x08\x75\x20\x5d\x4f\x17\x8d\x7e\x99\x71\x5e\x91\x8e\xe1\x65\x7e\x17\xd7\x49\xff\x0f\xef\x07\x00\x91\x41\xa2\xa7\xc5\xf9\x78\x66\x0e\x27\x14\xf8\x9d\xca\x62\x46\x6f\x0f\xf4\xc7\x1b\x07\x89\x85\xec\xc4\xaf\x79\x44\x85\xdd\x23\x9c\xb3\x33\x88\x2c\xcd\x2e\x3c\xfc\x23\x46\x8e\x88\xd2\xdd\x14\xfb\x3e\xc7\x52\x51\x84\x3e\x96\x33\x27\xce\x49\xad\x20\xcd\x00\x90\xdd\x40\x35\x4f\x11\xb9\xff\x83\x09\xf1\x1f\xbc\xae\xc0\x21\x91\x5d\xbe\xf3\xb0\x7a\xc0\xc5\x80\xcb\xf0\x56\xf7\x90\xe0\x7b\xb0\x98\x6d\x54\xd8\x03\xe8\xf3\xe1\x98\xc8\x06\xe8\xbd\xce\x74\x74\x15\xbc\x49\xb1\x33\xae\x18\x7a\x23\xfe\x28\x85\x03\x89\x00\xc8\xde\x08\xe1\x93\x63\x5d\xce\x0a\x6b\xd1\x93\xee\x6b\x82\x0b\x11\x3c\x6f\x65\xfe\x6d\xff\xdb\x7e\x6e\xbc\x6f\x6e\x65\x81\x34\x9e\xaa\xcd\x42\xc8\x10\x37\xfa\x30\x08\x6f\xe5\x74\xea\xb4\x46\xde\xe0\xc8\x2b\x3e\x8a\x4d\x63\xc3\x12\x36\xc9\xe7\x19\xac\xff\xb9\x24\xc4\x15\xf7\xc9\xf9\x72\xa1\x3f\x3a\xcc\xed\x5d\x81\x46\x84\xba\xd7\x1e\xd1\x1d\x7f\xbe\xaf\x4f\x5e\x87\x5b\x64\x40\x6e\x2e\xd5\xa6\x35\xf8\x9a\x30\xc3\x74\x2d\x6c\x59\x80\xd7\xe9\x8f\xdc\xc3\xaf\x55\x92\x8c\xf9\xcc\x4b\x93\x20\x27\xe3\x58\xba\x00\x10\xd2\xe9\x5b\x70\x03\xce\xfb\xca\xcc\xd0\x4a\x6e\x6a\x25\xb3\xe1\x6f\x3c\x5d\x8b\x8f\xf8\xa3\x7d\x68\x85\x73\x6e\x1e\xfe\xa7\x0a\x82\x6c\xda\x83\xb7\xe6\xef\x3c\xbc\x39\x4c\x31\xef\x91\xce\xd3\x08\x42\xee\x2d\x25\x6c\x4c\x8c\x60\x51\x62\x19\xf7\x81\x4d\x03\x80\xa0\x43\x2f\x4e\xcd\x4a\x7e\xef\x9a\x82\x51\x4f\xc9\xf7\xb8\x1e\x69\x97\x1a\xee\xa3\x1d\x60\x95\xfa\xdb\x7f\xcc\xad\x3e\x6d\x38\x38\xc3\xc6\x33\x1d\x0e\x3f\x6c\xf2\x2c\xc3\x33\x7a\x8b\x96\x76\xa6\x41\x5c\xb5\x3c\x31\xf3\x66\x3c\x66\x63\x63\x0e\x2d\x71\x1e\x00\x2a\x31\x93\x94\x32\x84\xbd\xeb\x51\x18\x4f\xc1\x75\x7a\x8f\x46\xf4\x25\x37\xf8\x5d\xf2\xef\x4c\x49\x0e\x52\x75\xdb\x9e\xea\x15\x5a\x66\xbd\x90\x66\x1f\xf9\x9f\x49\x56\xba\x69\x4c\x83\xe6\xed\x0c\x43\xd4\x5b\x79\x8f\xcc\x8d\x98\x8c\x8d\x5d\x39\xeb\x93\xca\x00\xa0\x1e\xc9\x5c\x49\x7e\x95\x78\xce\xfb\x21\x7a\x3e\xe9\x8c\xdf\x85\x88\x1d\xd8\x87\x81\xcd\xfe\xdb\x71\x57\x43\x4e\xb9\x66\x26\xdf\x0f\xff\x60\xed\x90\xf2\x33\x5a\xdf\x44\x2c\x4d\x2a\x2e\x4b\x93\x97\xae\x14\x4f\x95\x57\xcf\x50\x4b\x98\xda\x58\x45\x64\x63\x07\x00\xa0\xbc\xce\x12\xe1\xb6\xa0\x2b\x82\xce\xa0\x64\xe3\x1f\x87\xea\x84\xd1\x13\xfc\xc2\xb9\xbe\x7d\x89\x0d\x51\x3a\x2e\xb6\x58\x10\xf3\xf2\x98\x05\x2e\x16\xd5\x6d\xac\x92\xdc\x87\xc9\xd4\xf8\x92\x72\x3b\xf1\xaf\xdc\x6a\x9a\x37\xf6\xea\xc6\xbe\x6c\x54\x0a\x09\x00\x8a\x19\x81\x90\xf4\x21\x26\x33\x6a\x63\xec\x87\xb8\xed\xd1\x3f\x42\xd3\x51\x67\x63\x9f\xfa\x74\xc7\xa3\xd1\xe2\xce\x9e\x09\x3b\x30\xce\x56\xc9\x89\x27\x13\x99\x46\x44\xac\x05\x76\x4a\x83\x87\xa3\x25\xaf\xc8\x4d\xa7\x90\x52\xdd\x36\xde\x27\x18\xa4\x4f\x02\x40\xc6\x13\xf3\x13\x4d\x22\x9a\xe2\x59\x31\xb5\x51\x19\x09\x12\x21\x29\x31\xb1\x89\x0c\xef\xd1\x38\x2f\xac\xa6\x13\x06\xed\x88\x7b\x62\xd9\x89\xd1\x48\x29\x32\xbc\x9b\x70\x3b\xcd\x4e\xe3\x60\xd2\x81\xf4\x17\x72\x7d\xb8\x89\x8c\xaf\x9b\x54\xf1\xeb\xf0\x8e\x00\x90\x06\x48\x22\xcc\xe5\xe0\x92\x0c\x85\x68\xfd\xd0\xc1\x8c\xbb\x41\x7f\xc3\xdf\x65\x16\x78\x11\xa3\x0c\xb3\x92\x1d\xc3\x63\xc8\xf8\x08\x8b\x6b\x71\x7d\x04\x17\xc3\x63\xe8\xee\xec\xa3\xea\xaf\x30\x0a\x44\x53\xb9\x6b\x49\x08\xf1\xf4\x26\x46\x26\x9f\x44\x05\x20\xe7\x22\x75\x1f\xfa\xa5\xbf\x33\xed\x60\x64\x5b\xe0\x38\x6d\x77\xe0\x62\x88\x2b\xf5\x87\x67\x7a\xd8\x55\x9a\x84\x03\x3d\x32\x92\xa6\x63\xb1\x3f\xfa\x0e\xcd\xeb\xd0\x64\x9c\x3c\x8d\xac\x7e\x02\xd5\x4a\xbb\x24\x2f\x96\x70\x8d\x76\x77\xd3\xfd\x0c\x02\xed\x11\x00\x39\x3a\x90\x29\xaa\xdd\xa7\x95\x77\x39\x02\xf6\xdf\xcd\xdb\x1c\x30\x11\xd8\xc3\x35\xf4\x28\x0b\xf1\xe5\x70\xec\xef\x87\xfd\x60\xbf\x34\x6f\x8d\xec\x64\x27\x1c\xc2\xc6\xec\x62\x7d\x53\xaf\x8c\xbd\xc6\x1a\x91\xd7\xc6\x0c\xb3\x0c\x37\xeb\xa6\x9f\xa1\xb3\x01\x20\x9e\x85\x3f\xa1\x8c\xbc\xf1\x22\xfd\x88\xff\xfc\xd6\xe7\xa9\x04\xc4\x06\x74\xe7\x02\x0f\x9f\xe0\x40\xa1\x84\xfd\x60\xd8\x3a\x81\x92\x39\x2f\xe2\x2c\x3f\xf4\x50\x64\xb4\x35\xaf\x5b\xbd\x29\x76\x27\xef\xb0\x7c\x00\xe6\x10\x67\x75\x73\x44\x3a\x9a\x29\x0d\x00\x31\x17\xe9\x89\x7b\xe6\x85\x14\x2d\x84\x2f\xfb\x2a\x17\x0a\x02\x74\xfc\x97\x0b\x4c\x3d\x0e\x05\x51\xf3\x37\xd9\xb7\x87\x6a\xe7\xdd\x36\xcf\x0b\xff\x9c\xfb\xf2\x50\x66\x14\x39\x57\x5a\x7d\x31\x26\x5a\x88\x97\xaf\x8b\xaf\xe0\xef\xdb\x5c\x97\xf6\x89\xe5\x0d\x00\xd1\x9a\x6e\x1e\x9d\x49\xa4\xb8\xb9\x86\x68\x12\x6b\x3c\x09\x3e\xf6\xc4\x55\x9f\x6a\x17\x15\xe2\xdf\x00\x31\xeb\x84\x1c\xad\x60\xbe\xe9\xbf\x1c\x62\xb8\x92\x1e\x21\xe7\x7a\x54\xdf\xbe\x4e\x52\x70\xec\x3f\xa9\x79\xf2\x45\x34\x41\x2c\x92\x46\x4b\x62\x03\x00\x63\xb2\x1a\xa3\x96\x08\xd5\x9e\x5a\xc1\xe5\x84\x15\x1f\x79\xef\x0b\xd9\xb6\xfe\x62\xce\x5d\xd9\xb4\x20\xfd\x63\xdf\xb2\x97\x42\xa9\xa6\x35\x44\x9b\x88\xab\x7a\x6a\xc4\x89\x18\xf5\x7d\x69\x39\x81\x28\x43\xa9\x11\xb2\x78\x7c\xbc\x18\x9a\x26\x89\x3d\x02\x00\xac\x97\xf5\x20\x6a\x6f\xd6\x09\x1f\x93\xa0\x7f\x78\x69\xbf\x57\xde\x4e\xf8\xc2\xc0\x4a\xe7\x43\xf8\xf7\x21\x45\xc7\x20\x02\x26\xbc\xc3\xd4\x94\xf0\x3b\x6a\x56\x77\x21\xbb\x34\xf6\xee\x3e\x2b\xe2\x31\x74\xa7\x54\x2b\xc9\x08\xd3\x2c\x96\x46\x15\xe1\x6c\x01\x80\xee\xe3\x71\x11\xaf\xd2\x4a\x82\xd2\x03\x2f\xa7\xbb\x85\xcc\x7a\xa9\x64\xa8\x84\xef\x70\x52\xcb\xb8\x19\xd9\x6c\x95\x9b\x59\x11\xe3\x6d\x82\xc9\x4a\x42\x89\xe9\xaa\xe2\x8d\xe2\x3b\xf7\x5e\xc1\x7f\x48\xdc\x28\x95\x4f\x24\x26\x35\x89\x15\x53\x08\x29\xff\x00\x80\xf4\xb2\x65\xc2\x1f\xe3\xae\x47\x6e\x0c\x58\x4c\x1e\x8b\x06\x9e\x56\x29\xd3\x31\xdf\x1d\x3d\x53\x27\x50\x8a\x96\xe7\xd2\xe6\xe2\x03\x8d\x67\xd2\x2f\x25\xe4\xeb\x34\x65\x9c\x4d\x9a\xde\x2b\xca\xe4\xe2\xce\x49\xe5\x12\x06\x53\x76\x8a\x5d\x22\x7b\x64\xf8\x00\x40\xc3\x10\x7f\x86\x09\x12\xb7\xa3\xfe\xf9\x4f\x27\x59\xc4\x17\x7a\x24\x60\xd9\x09\x4a\x0e\x2c\xdc\x6c\xe2\x92\xe5\xb6\x14\x09\x6c\x91\xb1\x5e\xaa\x63\xb2\x9f\x8e\x61\x5a\x74\xea\xd6\xbd\x21\xe9\x1a\x69\x23\x52\x55\xf8\x75\xe9\xe3\xeb\xe4\x49\x3a\xf8\x9b\x00\x50\xbb\x48\x37\x42\x5e\xa0\xa2\x53\x13\xfd\x5c\xd1\x73\x69\x59\xee\x07\x30\xc7\xd2\x71\xf6\xc4\x84\xd9\x8c\x54\x8b\x43\x49\x1e\x99\x0c\x23\x1a\xf6\x72\x56\x85\xf6\x68\xf2\x7e\x7c\xd7\x5e\xfd\xe4\x5f\x84\x79\xa9\x6b\x19\xd7\xb3\x71\xeb\xb2\x88\x27\x49\xb1\x00\x50\x46\xa9\x4a\xc1\x09\xd1\x15\xa4\xd3\xbe\x3b\x63\x77\x91\xde\xba\xe9\xc4\x0d\x90\x65\xed\xaa\xd1\xa9\xe4\x68\x73\x18\x73\x90\x7c\xda\xf0\x53\xc2\x07\x8a\x86\x76\x68\x52\x0e\x25\x7f\xaf\x2c\x56\x40\x55\x92\x96\x4a\xd7\xa6\x12\xd6\x5d\xca\x6e\xa3\xe9\x00\x40\xd9\x4e\xfb\x1a\xe4\x11\xd1\xc5\x22\xf9\x6c\x8d\xf2\x62\xc9\xb8\x9a\xc5\xec\x60\xd6\xdb\xde\x89\x7d\xc6\xf4\x32\xfb\x80\x1a\x65\x8a\x1b\x72\xe3\x9b\x19\x4f\xb5\x77\x26\xf8\x31\x2e\xee\xf9\x93\x78\x8e\x71\x4b\xda\x2a\x6d\x13\x43\x7a\xfd\x1e\xc2\x1b\xc4\x1f\x00\x72\x0d\xcc\x0d\x5c\x0b\xc7\xf0\x49\xde\xa3\x91\xba\xbc\xdb\x2e\x4f\xa2\xb7\xf2\x74\x6d\xab\x63\xee\x73\x2b\xcd\xe6\xe2\xfa\xb9\x3b\x0c\x53\xd0\xdd\x9c\x93\xda\x5b\x30\x09\x9c\xb4\xbd\x9b\x13\x37\x72\x82\xa4\x51\xa9\x10\x2b\x6d\xbd\x23\xa1\x90\xde\x0d\x00\x19\x85\x68\x07\x8e\x84\x45\xe6\x2d\x78\x43\x11\xe6\x79\x1b\x5c\x7a\xa2\x0e\xe4\xea\xdb\x92\xa3\xbf\x09\x53\xcd\xce\xc4\xce\x08\x4e\x1a\x66\xa2\xe6\x04\x56\xda\x0a\xf1\x3c\xfe\x9d\xbd\x06\x09\x36\xfc\x00\xe9\xe6\x94\xa7\x9c\xd4\xf5\x5c\xc2\x3e\xc6\x32\x00\x64\x79\xa4\xcb\x7b\x96\xe9\xec\x76\xd7\x15\xc3\xb8\xe0\xf9\xcb\x0e\xcf\xc8\xf6\x95\xb1\x70\xa4\x7f\x09\xf0\x34\x46\xe8\x82\xe0\x5e\x3d\x69\x7a\x44\xb8\x94\x2a\x96\x1e\x11\x15\x2d\x27\xa0\x1f\x8f\x8d\x13\x77\xa0\x77\xa1\xfb\x01\xa0\x17\xe3\x3c\x00\xa0\xaf\x10\xb4\xbc\x6d\xe9\x78\xcf\x08\x97\xef\xf4\x9d\x3e\x9e\x76\x0a\xc8\x7d\x7f\x13\xf3\x4f\x08\x1c\x64\x67\x7c\x18\x31\x0d\x4d\xd3\xbd\x8e\x68\x44\x54\xa9\x5a\x22\xd6\xd1\xc3\x72\xd9\x48\x6b\x5c\x8e\xb8\x17\xf2\x3a\x9e\x0e\x00\x5d\x0d\x77\x1d\x00\x7a\x09\xc1\xc0\xeb\x38\x5c\xe9\x23\xed\x02\xc1\x81\x7e\x37\x6d\x8f\xc3\xe6\x81\x05\xe6\xb5\xd0\xf7\x90\x0c\xa3\xe7\xd0\xf5\xf0\x14\xdd\x02\xe8\x41\x54\x82\xaa\x04\x2c\x19\xeb\x21\x17\x0d\xd3\x50\x2b\xe2\x41\xc8\x6e\x4c\x17\x00\x48\x63\xf2\x3c\x00\x74\x7b\x42\xa9\x67\x2f\xe5\x4a\xe0\x3d\xe7\x16\xca\x4c\x88\xbd\xed\x26\xca\xbd\xb0\x7a\xb3\xb7\x94\xd5\x48\x4d\x23\x2b\xea\xe6\xe8\xb3\xba\x5b\xa8\x0e\x71\x28\x95\x46\x6a\x09\xfa\xbd\x9c\x31\x6d\x5b\x82\x92\x78\x32\x84\x4a\x2a\x04\x00\x66\xa5\x11\x01\x40\xf2\x88\x62\x1e\x79\x39\xa9\xe1\xc3\x4e\x67\x72\xf0\x91\xef\x6c\xc2\x73\x1a\x62\xa4\xcd\xbc\x73\xde\xc4\x99\x1a\xf6\x91\x1c\xd0\xa9\x3a\x55\xa4\x1e\x4c\xb7\x4a\x18\x59\x29\xf1\x8a\x9c\x2a\x39\x1f\x7b\x4a\xbc\x80\xda\x92\xfc\x13\x00\x28\x3a\x73\x04\x00\x78\x3e\xe7\xb4\xfb\x20\xfe\x5a\x9c\xb3\x93\x18\x41\x11\xbd\xd9\x7a\x9c\xc0\x88\x1f\x3f\x7a\x3a\x7b\x63\x02\xcd\x50\x37\xbb\x28\xc9\x5b\xe7\x08\x51\x15\xb7\x5f\x45\x99\xd8\x9e\xfc\x4c\x4e\x21\xc7\x30\x95\x2f\x3e\x45\xfe\x92\x5e\x07\x00\xcd\x99\x70\x15\x00\x78\x23\x19\xeb\xb6\x25\xdd\x0d\x37\xe5\x30\x94\x3e\x93\x22\x73\x6c\x26\x23\x32\xd5\xf3\xc8\xc7\x4c\xb9\x34\xf2\xa1\xbc\xcc\x1b\xe9\xa3\xda\xb3\x59\x75\x19\xbf\x94\xef\xe2\xbd\xb3\x8c\xe5\xf6\x12\xf4\xf1\xb1\x12\xb2\x39\x57\xb2\x8f\x02\x40\xb9\x41\x1a\x05\x80\xf6\x97\x9a\xea\xea\x9b\x6c\x9b\xad\x67\xbf\x96\xb2\x2e\x7b\xc8\xea\x77\xca\x7d\xe2\x81\x23\xde\xa9\x53\xc4\x89\x43\xf2\x69\x6d\x39\x51\xda\xe9\xe9\x6d\x24\x19\xe5\x9e\x0c\x06\xe9\xa4\xdc\x81\xcc\xab\xe4\x6c\x09\x0c\x51\x9d\x72\x1d\x00\xf2\x14\xf5\x03\x00\x34\x3b\x68\x93\x8b\x53\x92\x0d\xbc\x66\xbf\x15\x7b\x10\x11\xb7\x3a\x82\x33\x45\xa4\x0e\x8f\x26\xab\x23\x8a\x06\xdd\x29\x3b\x11\x13\x6d\x8d\xd4\xa3\x48\x9a\x32\x3d\xcd\x08\x69\x97\x33\xce\x90\xa5\x6f\x96\x68\xce\x06\x08\x17\x98\x92\xbe\xc0\xa3\x00\x50\x67\xe1\x68\x17\xb1\x44\x53\x56\x9b\xdd\x4c\xd2\x3e\x16\xc3\xf2\x3d\x56\x8d\xe5\x7b\x98\x89\x93\x64\xe9\x1a\xe4\xe1\x7e\xb2\x64\xb5\xe5\x53\x74\x58\xea\xca\x50\xea\x41\x96\xb9\x9c\x73\xba\x2b\x4b\x5d\xe2\x22\x81\xc8\x28\x02\x31\xa4\x1a\xe4\x05\x00\x54\x01\xfc\xcd\xf9\x6a\x42\x2c\x6f\xca\xae\x2c\xd1\x8a\x87\xb7\x9c\x4a\x32\xe1\xed\x39\x8c\xc5\xee\xe2\xde\x34\x10\x60\xbf\x72\x6b\xb4\x55\x93\xf5\xb8\xd5\xca\x65\x29\x87\xb8\xed\x72\xd9\x69\x39\x9c\xd9\xad\xeb\xf0\x8f\x58\x01\xa0\x84\x74\x88\xbe\x0a\x00\xd5\x06\x21\x5b\xd7\xe7\x13\xdc\x0f\x9a\x73\x45\xde\x5e\x8e\x26\x57\xf2\x22\x7c\x03\xf4\xf1\xb9\x09\x01\xa9\x5a\x2c\x61\x71\x70\xbb\xf2\xaa\x50\x32\xec\xae\xfc\x37\xc1\xdb\xc8\x17\xdb\x4f\xf2\x3f\xc7\xaa\x6f\xd8\xc1\x55\xc5\x6c\x00\x80\x2d\x97\x32\x07\x00\xf3\x59\xf6\x80\xb5\x7b\xde\x88\x67\x8e\xb9\x4d\x6e\xbf\x0f\xc6\xa4\x40\x78\xcf\xdf\x4d\xdf\x5e\xb8\x2e\xc8\x48\x0b\x25\x70\x0c\x3d\xaa\x7c\x9d\xbf\x1c\x61\x2d\xff\x89\x3f\x17\xad\xb0\xfd\x0c\xef\x41\xdc\xee\x0d\xba\x9c\x58\x4c\x2f\x00\xac\xea\xd4\x3d\x00\x30\x0b\xb3\x85\xc7\xde\x0a\xdf\x7b\xff\x34\x7b\x25\x94\xf0\x9b\x30\x71\x16\xf8\x06\x92\xf5\x77\xf0\xf9\x21\xa6\x5a\xe6\xbc\xd5\xf0\x6d\xca\x27\x79\xf9\x91\xab\xf2\x2f\x78\x79\x31\xe5\xdb\x67\xb8\xc3\xa8\xc8\x0d\xc7\xd8\x85\x09\xa7\x00\x60\xc9\xa6\x7e\x00\x80\x79\x24\xfb\xf2\xb1\x40\x5e\x51\xe0\x26\x33\x1c\xf7\x74\x70\xa9\xf1\x4b\xae\x5c\x98\xfc\xc1\x1e\x4e\x51\x44\xae\xe6\x43\x8e\x4e\xf4\x7f\xca\x14\xf6\xd7\xd8\x2e\xf9\x05\xce\x26\xb4\xec\xf6\x0b\xec\x60\x4c\xda\x86\x24\xe6\x7d\x2c\x04\x00\xe3\x7d\x06\x0a\x00\x06\x31\x67\xb3\x95\x09\x5b\x25\xac\xee\xa8\x90\xc5\x88\x78\x6c\xec\xce\x02\xd1\xbb\x0f\x6a\x31\xbb\x63\xcd\x34\xf1\x4c\x1c\x0a\xab\x7c\x88\x19\x1c\xdf\x21\xdf\xc9\xcc\x4a\x18\xdf\xbe\xc2\x58\x4b\x5a\xdb\x50\xcb\x50\x4b\x59\x01\x80\x3e\x85\x3f\x02\x00\xbd\x93\x54\x6b\x19\x48\xff\x14\x43\x3e\xb2\x4c\x47\xc5\x25\x1b\x8d\x21\x7f\xd0\xbe\x07\xfa\x90\xab\x18\x05\xcd\x5d\xc8\xc9\x84\xb5\x7d\x9f\x91\x33\x49\xcb\xf2\x25\xc8\x53\x5c\xf9\xf6\x35\xa4\x3b\xa5\x61\xc3\x03\x24\x3b\x83\x0c\x00\x52\x97\xfd\x16\x00\x64\x85\xa2\x65\x01\xd3\x8c\x93\x0e\x1d\x91\xa3\xfe\xc1\xce\x18\x29\x50\x9f\x27\x3b\x1c\x38\x44\x7d\x9c\x52\xac\x71\x86\xfa\x3a\x75\x6d\xdf\x02\x6d\x77\x7a\x9c\x7c\x03\x2d\x20\xa3\x4f\xd2\x92\x36\x9a\x15\xb2\x31\x02\xf2\xca\x5e\x03\x00\xfe\x8f\xec\x01\x00\x3c\x45\xfd\x66\x3e\x45\x72\xce\x2c\x3d\x8c\x90\x1c\xb3\x44\x86\x2d\xa4\x58\x3c\x51\xef\x0e\x89\x4a\x70\xd1\xe0\x93\xea\xb2\xb5\xf7\x1d\x27\x3d\x22\x1e\x96\xaf\x24\xab\xe4\xa8\x48\x46\x53\x42\x48\x99\x1b\x5b\xa8\xe3\x94\x33\x00\x40\x1b\x69\x72\x00\x40\x5f\x21\x4f\xf3\x75\xd9\xd9\x94\x49\xd3\xa7\xd9\xc9\x54\x27\x43\xf5\xec\x22\xea\xa4\x1e\x35\x7b\x88\x76\x40\x23\x23\xfb\x37\xad\x6f\x5f\x35\xf1\x28\xe4\x27\xdf\x4b\xe4\xc3\x40\xb2\x91\xc4\x84\xa1\x8d\x2f\x29\x7c\x78\x12\x00\x9a\x0e\x8c\x07\x00\x4a\x81\xb3\xcc\x84\x04\x5f\x44\xca\xb4\x82\xe0\x82\xa4\x1e\xfa\x4e\x40\x23\x93\x7a\xd1\x04\x88\xbe\x4d\x23\x8c\x70\x8a\x0e\xef\x6b\xc9\x96\xa0\xbf\x97\xbf\x91\x4d\x62\xa4\x4b\x3e\xcb\x69\x61\x28\x6d\xf2\x27\x3f\xa3\x27\x01\x40\x9d\x41\x08\x00\x40\x66\xf0\x63\x33\x15\x7c\x04\xf3\xba\x69\x10\xde\x89\xb5\xef\xd0\x1d\x7c\x10\x2b\x54\x2f\x08\x1f\xcf\x2a\xd3\x70\xc1\x93\x59\xef\xf7\xcd\xe2\xdf\xb3\x03\xff\x93\x21\xa4\xb0\x93\xa5\x9c\x89\x93\x2c\xd7\x4d\x17\xc9\x87\x18\xcf\x00\xa0\x7a\xd1\xc3\x01\xa0\xad\x21\x5e\x47\x93\x4a\xd3\xdd\x77\x1b\xb3\x4b\x14\xbd\xf6\xe9\x87\x14\x2d\xfa\x5a\x6a\xbb\x17\x9e\x0a\xb0\x51\xed\x2c\xb8\x14\x1c\xab\x18\x5a\x70\x2c\x8c\x28\xdb\x51\x70\x30\x32\x4c\x42\x3c\xcf\x28\xd6\x5b\x6c\x8d\x9f\x8e\x59\x04\x80\xd3\x91\xfa\x0d\x00\xd6\x22\xd1\xf9\xc8\xef\xe2\x45\x4f\x37\x63\xfb\x22\xa6\x8f\x81\xbe\x66\x61\x90\xbf\xaa\xb6\x7e\x41\x60\xe0\x37\xd5\xca\x7c\x5a\xc8\x13\xc5\xb0\xfc\x0d\xe1\x4b\xb2\xc7\x45\xbf\xa2\xe8\x12\x4a\xb9\x1a\x71\x26\xeb\xa4\x79\x03\x09\x18\x00\x38\x3a\x69\x86\x00\xb0\x32\x89\xb2\x47\xe8\x45\xca\xde\xc7\x8d\x7e\x15\x3c\xf7\xa3\x1c\x7c\x9d\x7f\x23\xd0\x56\x5b\x5a\xf4\x38\xf8\x95\xaa\x40\xa4\x1c\xd6\xa6\x18\x90\x37\x1a\x99\x2c\x3b\x93\x77\x32\xfa\x97\xc4\x01\xe1\x16\x54\xea\x3a\x4d\xee\xbd\xc4\x78\x00\xd8\x55\x69\xaf\x01\x60\xed\x20\x3a\x1f\x51\x10\x75\x04\xd4\x1b\x75\xe4\x15\x06\xeb\x1e\x1c\xc8\xad\x0f\x1d\xd6\x5a\x14\xbe\x8b\xd8\xab\x1a\x2c\x8c\x88\xaa\x50\xb4\x16\x4a\xc7\xee\x93\xbd\x2a\xdc\x83\x4a\x95\x70\xe0\xcd\x62\xb2\xd6\xf9\x72\x34\x71\x6a\x00\xb0\xd2\x33\x0f\x01\xc0\x74\xcb\x49\x39\xac\x26\x74\x09\xdb\x62\x78\x47\x10\x13\xe1\x7a\xf0\x3f\x7e\x65\x14\x5f\xcb\x97\x2f\x19\xd3\xac\xf2\x9b\x57\x13\xb7\xa0\xb8\x91\x87\x89\x5f\x2f\x3b\xcd\xc3\x27\x6c\x96\x88\xe4\xa0\x93\x56\xd7\xb1\x59\x89\xa9\x08\x00\x4c\xab\xff\xf3\x07\x92\x4d\xfa\x69\x1a\xc9\x93\x8d\x2e\x35\x3c\xca\x75\x8a\xad\x38\x20\xe4\x34\xa0\xca\x34\x9f\x70\x0e\xc7\x47\xa8\xf4\xb0\x9f\x24\xe8\x2b\xac\xb0\xa7\x92\xe4\x65\x4f\xb3\x97\xb0\x4b\x12\x0c\xd6\xfe\x94\x82\x75\x0b\x8c\xc9\xcc\x03\x00\x30\x64\x88\xa9\x00\xd0\xeb\x29\x24\x93\x71\x26\x33\x51\xfc\x50\x0f\xe3\x53\x52\xdf\x01\x79\x06\x0f\xe7\xa6\x29\x64\x58\x26\xb7\xa9\xe4\x30\xc4\x52\x25\x15\x6e\xd3\xff\xa4\xe5\xc9\x7e\x60\xec\x4e\x5f\x96\x78\x49\x3f\x9a\x65\xb7\x3e\x18\x29\x27\xc6\x00\x80\xd0\xc9\x25\xff\xcb\x34\x75\x13\x63\x98\x9a\xb1\xeb\x90\x3d\xac\x9b\xa9\xa5\x77\x11\xfa\x9d\x75\x58\x33\x1c\x9a\xc7\xab\xaa\x60\xa0\x3a\xc2\x1e\x85\x17\xd0\x50\xf6\xd1\x1d\x3a\xd0\x13\xa2\xce\xd6\x63\xd0\x6d\x92\xd3\xfa\x45\xe8\x1d\xe5\x38\x00\xb0\x37\x4d\x05\x00\x78\x04\xc2\x1a\x37\x52\x83\x48\x77\x0d\x16\xa9\x2a\x64\x91\x5e\x1a\x55\x96\x62\xa3\xa9\x44\x79\x48\xb9\xa5\x12\x4e\xb9\x4c\x2d\x56\x78\x45\xb9\x43\xb3\xdf\x11\x44\x35\xa7\xfd\xde\x5a\x44\xfd\x06\x3d\xdd\x60\x4a\x1b\x86\xc3\x01\x80\xd8\xf0\xff\x94\x65\x0a\xc7\x1a\x23\x14\x35\x68\x8b\xc1\x30\xf9\x39\x54\xaa\xe7\x4d\xbe\x02\xeb\x6a\x8a\x91\xeb\xe0\x26\x15\x5f\x32\x84\x38\x29\xfc\x22\x17\x23\x4f\x77\xc0\x14\x71\x7a\xfc\xd6\x5b\x54\x79\xba\xf7\x06\x06\x4d\x11\xf9\x01\x00\xa4\x86\xb8\x00\x00\x7d\x87\x1f\x19\x27\x90\xf7\xd0\x07\x0c\xaa\x49\x37\x18\x07\xf4\x2c\x49\x43\x8c\x6e\x4d\x71\x52\x32\x53\x53\xc5\x85\x64\xcc\x1c\x57\x54\x25\x45\xb2\xfc\x77\x4c\x93\xde\xb2\xf4\xb6\x19\x52\x0c\x99\xe1\x1b\x3e\x52\x93\x19\xd1\x00\xd0\x3a\xe8\x87\x00\x80\x86\x11\x3f\xa3\xa3\x55\xe3\x6e\xcb\x07\xd3\x2b\xbd\x3c\x2f\x6a\x77\x96\x4f\xf8\x7c\x51\x5b\x2c\xeb\xf4\x7f\xb0\x27\xb8\x74\x2e\xe8\xb1\xdc\xa1\xd2\x80\xd0\x6b\x92\x16\x25\x29\x11\xef\x37\xfd\xc8\x5f\x8c\x65\x00\x53\x61\x54\x02\x01\x00\x9e\x78\xda\x34\x00\xec\x12\x62\xb9\x61\x67\xa5\xb1\xc7\xaf\x83\xa6\xe5\x93\xde\xb7\xb4\x91\x32\x2f\xbf\xcb\x6a\x63\xa5\x2e\x81\xfc\x3d\x51\x25\x19\x21\x21\x72\xce\x25\x92\xe1\xaa\x92\xe1\xc5\x87\xa3\xa4\x36\x2b\x88\x2e\xc6\x85\x00\x2f\x41\x59\xc2\x3f\x00\xb8\xec\xb4\x37\x00\xb0\xcd\x88\x11\x86\x52\xe5\x4d\xde\xfe\x07\x3e\x96\x69\xfa\x29\x69\x7b\x95\x5c\x0f\x58\x55\x6b\x2b\xbe\x15\x9c\xb5\x27\xaa\x78\x7b\x98\x9c\x5c\x40\xd1\x48\xc4\x69\x49\x7c\xe1\xeb\x68\xc6\x66\xd3\xbc\xe3\x28\x21\x40\xf3\xa7\x13\xbf\x03\xc0\x79\x93\x5e\x0c\x00\xeb\x3a\x51\x70\x68\xb9\x44\x3c\x40\xff\xc0\xf9\xa2\xb3\x41\xa3\xda\x66\x85\xcd\xa1\x96\x6a\xa2\x82\x7b\xe1\xa5\x7b\xfc\x0a\x8e\x45\xfe\x96\x8b\xcb\xff\x13\x83\x95\x6c\xc8\xb7\x8a\xfb\xba\x19\x25\x24\x60\xca\x81\x88\xb7\x19\x77\x1c\x00\xf6\x89\xcc\x71\x00\x98\x7f\x72\x1a\x0f\x6d\x2a\x18\x09\xcd\x3e\xb0\x33\xbf\x2a\x7c\x58\xab\x4e\xd4\x19\xf9\x55\x4d\x5e\x04\x62\xc4\xf6\x80\x3c\x52\xdc\x6e\x39\xe3\x3c\x07\xf4\x31\xc9\x8a\x5c\x1a\x86\xbe\x99\xca\x57\xc3\xae\x07\x67\x39\xce\x69\xca\x00\xb0\xa8\x04\x0f\x00\x98\x7b\xc9\xea\x06\x41\x79\x19\x51\xe7\xf4\x08\xb9\x8c\x98\x1b\x5a\xb2\xc2\x93\x71\x8f\x55\x7b\x84\x3a\xe8\x5a\xa5\x33\x82\x51\x0c\x5a\x6e\x97\x20\x2f\xd1\x5e\xb2\x96\x7f\x16\x6b\xb9\xb9\x81\xf3\x2e\xa5\x5d\x6c\x1d\xab\x3a\xf3\x2e\x00\x4c\x77\xe2\x2d\x00\x18\x2e\x94\x4e\xfd\x67\x7c\x99\x04\x09\x3d\x79\x9e\x75\xe2\x19\xcd\x59\x6e\x15\x16\xab\x4a\xe2\xaa\xe0\xe6\x95\x3a\x38\xe3\x29\x46\x72\xa6\x9c\xd6\xd4\x21\xc9\xd7\xec\x3f\xe9\x4e\x5b\x64\x59\xe2\x59\x68\xb1\x42\x06\x9e\x38\x09\x00\xfd\x14\x79\x09\x00\xba\x0e\xed\xa8\x7e\x3e\x6b\x35\xed\xb2\xee\x0a\x2b\x3a\xfd\xa7\x66\x1d\xf3\x4f\xa6\xaa\x2a\x8e\x59\x9c\xb5\x47\x69\x94\x69\x81\xd7\x92\x4b\x63\x5a\x13\xcc\xa5\xdc\x18\x2f\xb3\x53\xb7\xe4\xd3\x07\x49\x86\xeb\x54\x91\x49\xca\x09\x00\x10\x3e\x4d\x03\x00\x04\x0d\x05\xeb\x6b\xd3\xe3\x73\xec\x74\x79\xf4\x3d\x24\x65\x4d\x14\xf2\x99\xf4\x4b\xd5\x09\x11\x90\x87\x94\x1a\x10\x23\x0a\x49\x8e\x8d\x98\x53\x6d\xa5\xf2\x10\x13\x9a\xd5\x96\x7f\xf0\x2c\x14\xb3\xae\x1f\xa6\xc2\x92\xff\x53\x04\xac\x06\x00\xfc\x1a\x76\xd1\x8f\x41\xf6\x52\x83\x74\xeb\xe0\x05\x9a\xa4\xa6\x17\xdc\x48\x5b\x54\xb5\x84\x8d\x20\xbc\x52\x3d\x74\x1d\x36\x94\xab\x86\x6e\xc3\xef\xa5\x4e\x42\x7f\x10\xac\xb8\x39\xf4\x14\xe9\x58\xf7\x05\x7a\x89\x94\x00\x00\xfb\x22\xca\x00\xc0\x03\xf0\x79\xfd\x2a\x78\x3d\xfc\x52\xf7\x24\xd4\x84\xe4\x6b\xda\x43\x29\x74\x7b\x55\x1b\xda\x07\xfa\x3b\xa5\x6e\x1a\x93\x71\x5a\xee\x2c\x8d\xc6\x0c\x90\xfa\x40\x3b\xcf\x54\x11\x87\x69\x7f\x19\x1d\xeb\xad\x21\x17\xfa\xff\xae\xc1\xfb\xf4\xed\xff\xf3\x7a\x48\x00\x00\x62\x60\x1d\x58\x0f\x36\x80\x8d\x60\x13\xd8\x0c\xb6\x00\x71\x20\x01\xb6\x82\x6d\x60\x3b\x90\x04\x52\x40\x1a\xc8\x00\x59\xb0\x03\xec\x04\xbb\x80\x1c\x90\x07\xff\x81\xdd\x40\x01\x28\x02\x25\xb0\x07\xec\x05\xfb\x80\x32\x50\x01\xaa\x40\x0d\xec\x07\xea\x40\x03\x68\x02\x2d\xa0\x0d\x74\x80\x2e\xd0\x03\x07\xc0\x41\xa0\x0f\x0c\xc0\x21\x60\x08\x8c\x80\x31\x30\x01\xa6\xe0\x30\x38\x02\x8e\x02\x33\x60\x0e\x2c\x80\x25\xb0\x02\xc7\x80\x35\xb0\x01\xb6\xc0\x0e\xd8\x03\x07\xe0\x08\x9c\x80\x33\x70\x01\xae\xc0\x0d\xb8\x03\x0f\xe0\x09\xbc\x80\x37\xf0\x01\xbe\xc0\x0f\xf8\x83\x00\x10\x08\x82\x40\x30\x08\x01\xa1\x20\x0c\x84\x83\x08\x10\x09\xa2\x40\x34\x88\x01\xb1\x20\x0e\xa0\x00\x1a\xc4\x03\x0c\x48\x00\x89\x20\x09\x60\x01\x0e\x24\x83\x14\x90\x0a\xd2\x40\x3a\xc8\x00\x99\x20\x0b\xe0\x01\x01\x64\x03\x22\xc8\x01\x24\x40\x06\x14\x40\x05\x34\x00\x01\x18\x20\x80\x0e\x18\x80\x09\x58\x80\x0d\x38\x80\x0b\x78\x80\x0f\x04\x40\x08\x72\x41\x1e\x10\x81\x7c\x50\x00\x0a\x41\x11\x28\x06\x25\xa0\x14\x94\x81\x72\x50\x01\x2a\x41\x15\xa8\x06\x35\xa0\x16\xd4\x81\x7a\xd0\x00\x1a\x41\x13\x68\x06\x2d\xa0\x15\xb4\x81\x76\xd0\x01\x3a\x41\x17\xe8\x06\x3d\xa0\x17\xf4\x81\x7e\x30\x00\x06\xc1\x10\x18\x06\xc7\xc1\x08\x18\x05\x27\xc0\x49\x70\x0a\x8c\x81\x71\x70\x1a\x9c\x01\x13\x60\x12\x4c\x81\x69\x70\x16\xcc\x80\x59\x70\x0e\xcc\x81\x79\x70\x1e\x5c\x00\x17\xc1\x02\x58\x04\x4b\xe0\x12\xb8\x0c\xae\x80\xab\xe0\x1a\xb8\x0e\x6e\x80\x9b\xe0\x16\x58\x06\xb7\xc1\x0a\xb8\x03\xee\x82\x7b\xe0\x3e\x78\x00\x1e\x82\x47\xe0\x31\x78\x02\x9e\x82\x67\xe0\x39\x78\x01\x5e\x82\x55\xf0\x0a\xbc\x06\x6f\xc0\x5b\xf0\x0e\xbc\x07\x1f\xc0\x47\xb0\x06\x3e\x81\xcf\xe0\x0b\xf8\x0a\xbe\x81\xef\xe0\x07\xf8\x09\x7e\x81\xdf\xe0\x0f\xf8\x0b\xfe\x01\x00\xc4\xc4\xd6\xad\x5b\xbf\x7e\xc3\x86\x8d\x1b\x37\x6d\xda\xbc\x79\xcb\x16\x71\x71\x09\x89\xad\x5b\xb7\x6d\xdb\xbe\x5d\x52\x52\x4a\x4a\x5a\x5a\x46\x46\x56\x76\xc7\x8e\x9d\x3b\x77\xed\x92\x93\x93\x97\xff\xef\xbf\xdd\xbb\x15\x14\x14\x15\x95\x94\xf6\xec\xd9\xbb\x77\xdf\x3e\x65\x65\x15\x15\x55\x55\x35\xb5\xfd\xfb\xd5\xd5\x35\x34\x34\x35\xb5\xb4\xb4\xb5\x75\x74\x74\x75\xf5\xf4\x0e\x1c\x38\x78\x50\x5f\xdf\xc0\xe0\xd0\x21\x43\x43\x23\x23\x63\x63\x13\x13\x53\xd3\xc3\x87\x8f\x1c\x39\x7a\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\xea\xd8\x31\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\x37\x77\x77\x0f\x0f\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\x38\x14\x0a\x8d\x8e\x8f\xc7\x60\x12\x12\x12\x13\x93\x92\xb0\x58\x1c\x2e\x39\x39\x25\x25\x35\x35\x2d\x2d\x3d\x3d\x23\x23\x33\x33\x2b\x0b\x8f\x27\x10\xb2\xb3\x89\xc4\x9c\x1c\x12\x89\x4c\xa6\x50\xa8\x54\x1a\x0d\x82\x60\x18\x41\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\xcc\xcd\xcd\xcb\x13\x89\xf2\xf3\x0b\x0a\x0a\x0b\x8b\x8a\x8a\x8b\x4b\x4a\x4a\x4b\xcb\xca\xca\xcb\x2b\x2a\x2a\x2b\xab\xaa\xaa\xab\x6b\x6a\x6a\x6b\xeb\xea\xea\xeb\x1b\x1a\x1a\x1b\x9b\x9a\x9a\x9b\x5b\x5a\x5a\x5b\xdb\xda\xda\xdb\x3b\x3a\x3a\x3b\xbb\xba\xba\xbb\x7b\x7a\x7a\x7b\xfb\xfa\xfa\xfb\x07\x06\x06\x07\x87\x86\x86\x87\x8f\x1f\x1f\x19\x19\x1d\x3d\x71\xe2\xe4\xc9\x53\xa7\xc6\xc6\xc6\xc7\x4f\x9f\x3e\x73\x66\x62\x62\x72\x72\x6a\x6a\x7a\xfa\xec\xd9\x99\x99\xd9\xd9\x73\xe7\xe6\xe6\xe6\xe7\xcf\x9f\xbf\x70\xe1\xe2\xc5\x85\x85\xc5\xc5\xa5\xa5\x4b\x97\x2e\x5f\xbe\x72\xe5\xea\xd5\x6b\xd7\xae\x5f\xbf\x71\xe3\xe6\xcd\x5b\xb7\x96\x97\x6f\xdf\x5e\x59\xb9\x73\xe7\xee\xdd\x7b\xf7\xee\xdf\x7f\xf0\xe0\xe1\xc3\x47\x8f\x1e\x3f\x7e\xf2\xe4\xe9\xd3\x67\xcf\x9e\x3f\x7f\xf1\xe2\xe5\xcb\xd5\xd5\x57\xaf\x5e\xbf\x7e\xf3\xe6\xed\xdb\x77\xef\xde\xbf\xff\xf0\xe1\xe3\xc7\xb5\xb5\x4f\x9f\x3e\x7f\xfe\xf2\xe5\xeb\xd7\x6f\xdf\xbe\x7f\xff\xf1\xe3\xe7\xcf\x5f\xbf\x7e\xff\xfe\xf3\xe7\xef\xdf\x7f\xff\xfe\x7f\xfe\xff\x5f\xe7\x9f\x1c\x9f\x65\x08\x00\x00\x1b\xd6\x6f\xfd\xdf\x32\xf8\xbf\xe3\xff\xa5\x16\xfb\x3f\x4d\xb1\x6f\xeb\xdf\x6d\x7c\xbe\xf9\xbe\xf8\xcd\xad\xd7\xb6\xdf\x96\x7a\x26\xf3\x71\xc7\x1f\x39\xf1\xff\x76\x28\xec\x51\xd2\xde\x6b\xa8\x7c\x54\xd5\x72\xff\x31\x0d\x6b\xad\x63\x3a\x56\x7a\x96\x07\xcd\x0c\x8e\x18\x9a\x18\x0d\x1a\xf7\x9b\xf4\x98\x76\x1d\xee\x38\xd2\x76\xb4\xc5\xac\xd9\xbc\xc9\xa2\xd1\xb2\xd1\xaa\xf1\x58\xa3\x75\x93\x4d\x8b\x6d\x9b\x5d\x87\x7d\xb7\x43\x9f\xe3\x90\xd3\xa8\xf3\x98\xcb\xa4\xeb\x8c\xdb\xbc\xfb\xa2\xc7\x05\xcf\x39\xaf\x59\xef\x69\x9f\x09\xdf\x71\xbf\x93\xfe\x23\x01\x83\x81\x7d\x41\x5d\xc1\x6d\x21\x4d\xa1\x75\x61\xd5\xe1\x95\x11\x15\x91\x55\x51\x75\xd1\x2d\x31\x3d\xb1\xa3\x71\x67\x51\x97\xd1\xf7\xe3\x9f\x62\x1e\x27\x3c\x4c\x7c\x90\x74\x1f\x7b\x0f\x77\x2f\xf9\x7e\xca\xfd\xd4\x07\x69\x0f\xd3\x1f\x65\x3c\xc9\x7c\x96\xf5\x1c\xff\x92\xf0\x2a\xfb\x0d\xf1\x5d\xce\x47\xd2\x27\xf2\x17\xca\x77\xea\x4f\xda\x1f\x18\xc0\x1d\x88\x2f\xf2\x9b\xde\xc2\xf0\x64\x7c\x67\x36\xb0\xdc\x58\x9f\xd9\xb5\x1c\x67\xce\x47\x6e\x15\xcf\x81\xf7\x9e\x5f\x2e\xb0\x15\xbc\x11\x96\xe5\xda\xe4\xbe\xce\x2b\x15\x59\x8b\x5e\xe7\x97\x16\xd8\x16\xbc\x2d\xac\x28\x72\x28\x5a\x2b\xae\x2b\xf1\x28\xf9\x55\xda\x59\x16\x5a\x2e\x51\x3e\x56\x91\x5c\x29\x5f\x39\x55\x95\x54\xbd\xb3\xfa\x4c\x4d\x62\xed\xce\xda\x89\x3a\x6c\xbd\x5c\xfd\x74\x43\x4a\xa3\x42\xe3\x6c\x53\x7a\xf3\x9e\xe6\xf3\x2d\xf8\x56\x95\xd6\xc5\xb6\x9c\x76\xf5\xf6\x2b\x1d\xd4\x4e\xed\xce\x1b\x5d\x48\xf7\x81\xee\xe5\x1e\x66\xaf\x41\xef\x9d\x3e\x76\xbf\x61\xff\xbd\x01\xee\xa0\xd1\xe0\xbd\x21\xfe\xb0\xd9\xf0\xea\xf1\xf2\x11\xc7\x91\xcf\xa3\x0d\x27\x3c\x4f\xfc\x3c\xd9\x7a\xca\xf7\xd4\xdf\xb1\xce\xf1\xe0\xd3\x9b\x4e\x1f\x3f\x83\x9a\xd8\x31\x31\x3d\x99\x3e\xb5\x6f\x6a\x69\x9a\x72\x56\xfb\xec\xad\x19\xc6\xac\xfe\xec\xca\x39\xe6\xdc\x81\xb9\x1b\xf3\xd4\xf3\x6a\xe7\xcf\x5f\x48\xbe\x28\x7d\x71\x68\xc1\x7f\x51\x73\xa9\xe0\xd2\x8f\x2b\x51\x57\xa7\xaf\xab\xde\x80\x6f\xde\x5d\x36\xbd\x9d\xbb\xf2\xf8\xae\xc9\x3d\xce\xfd\x9b\x0f\xd5\x1e\xa5\x3e\x3e\xf9\x54\xec\x99\xcb\xf3\xc2\x17\xdf\x56\x43\x5f\x8d\xbf\x51\x7a\x4b\x7e\x77\xeb\x83\xe1\x47\xfe\xda\xa3\xcf\xc6\x5f\xd8\x5f\x6f\x7c\x57\xfd\x91\xfa\xf3\xf4\xef\xed\x7f\x22\xfe\xf6\xfe\x9f\xa9\xf1\x63\xfd\xc7\x8d\xaf\x37\x3f\x15\x7f\xb8\xf5\xc1\xf6\x97\x52\x6b\x32\x3f\x77\xae\x97\xdb\xfa\xdf\x0e\x05\x45\xa5\xfd\x7b\xf5\x94\x0d\x55\x4d\xf7\x1f\xd1\x38\xa2\x75\x58\xc7\x44\xcf\xe8\xa0\xa1\x81\xa1\xa1\xa1\xd1\x80\x71\x9f\x49\xb7\x69\xe7\xe1\xf6\x23\xad\x47\x9b\xcd\x9a\xcc\x1b\x2c\xea\x2d\x6b\xad\x6a\x8e\x55\x5b\x57\xd9\x54\xda\x56\xd8\x55\xd8\x57\x3a\x54\x3b\xd6\x39\x35\x3a\xb7\xbb\xf4\xba\x8e\xba\x4d\xb9\x2f\x7a\xcc\x7b\xce\x7a\x9d\xf5\x3e\xeb\x73\xd6\x77\xc6\xef\x9c\xff\x7c\xc0\xc5\xc0\xa5\xa0\xcb\xc1\xd7\x42\xae\x87\xde\x08\xbb\x19\x7e\x33\xe2\x66\xe4\xcd\xa8\x9b\xd1\xb7\x62\x96\x63\x57\xe2\xee\xa1\x1e\xa2\x9f\xc6\x3f\xc6\xdc\x49\xb8\x91\x78\x29\xe9\x02\x76\x16\x37\x95\x7c\x26\x65\x2c\xf5\x44\xda\x68\xfa\x48\xc6\x48\xe6\x48\xd6\x28\xfe\x24\x61\x3c\x7b\x92\x38\x9b\x73\x81\x74\x99\xbc\x4c\x79\x48\x5d\xa5\x7d\x82\x01\xdc\x84\x38\x21\x6f\xe8\x85\x8c\x23\x8c\x07\x4c\x0e\xeb\x20\xeb\x16\x1b\xe6\x68\x73\xae\x71\xa9\x3c\x2d\xde\x35\x3e\x24\xd0\x11\xdc\x12\x32\x72\x0d\x72\xef\xe5\xf1\x45\x87\x45\xcf\xf2\x8b\x0a\x6c\x0a\xde\x15\x56\x17\xb9\x16\x7d\x2f\x6e\x2d\xf1\x2f\x5d\x57\x3a\x50\x16\x55\x2e\x59\x7e\xba\x22\xb9\x52\xae\xf2\x4c\x55\x7c\xb5\x54\xf5\x89\x9a\xd8\xda\x6d\xb5\xa3\x75\xb1\xf5\xdb\xeb\x4f\x34\xa0\x1a\xa5\x1a\xc7\x9a\x30\xcd\xb2\xcd\x67\x5a\x92\x5a\xe5\x5a\xa7\xdb\x52\xda\x15\xda\xcf\x75\x64\x74\xee\xed\xbc\xd0\x45\xe8\x56\xed\xbe\xd4\x43\xee\xd5\xec\xbd\xd6\x07\xf5\xeb\xf6\x2f\x0f\x30\x07\x0d\x06\xef\x0e\x71\x87\x0d\x87\xef\x1e\x67\x8f\x18\x8c\xac\x8c\xb2\x4e\x18\x9c\xb8\x7b\x92\x7b\xca\xe4\xd4\x93\xb1\xc2\x71\xdb\xf1\xb5\xd3\x8d\x67\x7c\x27\xd6\x4f\x0c\x4d\xa2\xa6\x76\x4e\xcd\x4c\x67\x9e\x55\x3d\x7b\x65\x06\x9a\xd5\x9b\xbd\x7d\x8e\x39\xa7\x3f\xb7\x3c\x8f\x9c\xd7\x3a\xbf\x74\x21\xe3\xe2\xae\x8b\x23\x0b\x81\x8b\xba\x4b\x0d\x97\x77\x5c\x41\xae\xbe\xbe\xee\x73\x63\xe8\x96\xcc\x32\xee\xf6\xd9\x3b\x72\x77\x31\xf7\x86\xef\xff\x7b\xe8\xf4\x48\xf8\xf8\xd2\x53\x99\x67\xde\xcf\x8b\x5e\xfc\x5a\x8d\x7d\x75\xee\x8d\xd6\x5b\xee\xbb\xe7\x1f\x6c\x3e\x56\xae\xbd\xff\x6c\xf3\x25\xff\xeb\xbd\xef\x5a\x3f\x32\x7e\x4e\xfc\xde\xfe\x27\xfc\x6f\xcf\xff\xf8\xaf\xdb\xbc\x41\x72\xd3\xae\x2d\x8a\x12\xfb\xb6\xed\x95\x54\x92\xde\x2d\xab\xb0\x53\x51\x4e\xf1\x3f\x45\x85\x5d\x8a\xff\xf6\xbc\xde\x77\x47\xe5\x8a\xda\x92\xfa\x35\xcd\x7b\xda\xab\xba\xdf\x0f\x8a\x1b\xec\x36\xd4\x31\x1a\x32\x1e\x34\x19\x34\x1d\x38\x3c\x70\xa4\xff\x68\x9f\x59\x8f\x79\xb7\x45\xa7\x65\xbb\x55\xeb\xb1\x66\xeb\x06\x9b\x5a\xdb\x2a\xbb\x0a\xfb\x72\x87\x32\xc7\x72\xa7\x2a\xe7\x7a\x97\x36\xd7\x01\xb7\xd3\xee\x8b\x1e\xd3\x9e\x63\x5e\xc7\xbd\x07\x7d\xfa\x7d\xfb\xfd\xfa\xfd\x07\x03\x8e\x07\x9e\x08\x1a\x0b\x9e\x08\x99\x0e\x9d\x0d\x9b\x0b\x3f\x1f\x71\x31\x72\x31\xea\x52\xf4\x95\x98\xeb\xb1\xb7\xe2\xee\xa0\x1e\xa0\x9f\xc6\x3f\xc1\xdc\x4f\x58\x4e\xbc\x9e\x74\x09\xbb\x80\x9b\x4f\x9e\x4d\x39\x9b\x3a\x95\x36\x99\x3e\x91\x31\x91\x39\x99\x35\x85\x3f\x4b\x98\xcd\x9e\x27\x2e\xe4\x5c\x21\xdd\x22\xdf\xa3\x3c\xa5\xbe\xa1\x7d\xf9\xbf\xf8\xdf\x67\xb2\x58\x07\x58\x37\xd8\x54\x8e\x06\xe7\x12\x37\x87\xa7\xc6\x5b\xe4\x13\x05\x6a\x82\x25\x21\x29\x57\x23\xf7\x6a\x1e\x4d\xa4\x2b\x5a\xce\x67\x15\x18\x15\x3c\x2c\xcc\x2b\xb2\x28\x7a\x55\x5c\x51\xe2\x5c\xf2\xad\xb4\xad\x2c\xa8\x7c\x4b\xf9\xa9\x0a\x5c\xe5\x8e\xca\x13\x55\x11\xd5\x1b\xaa\xbb\x6a\xfc\x6b\xfe\xd4\xb6\xd5\xf9\xd6\xfd\xa9\xef\x68\xf0\x6f\x04\x8d\x3d\x4d\x21\xcd\x9b\x9a\x07\x5b\xa2\x5a\xb7\xb5\x9e\x6c\x43\xb7\xcb\xb6\x4f\x74\xe0\x3a\x77\x77\x9e\xeb\xca\xec\x56\xee\x5e\xec\x21\xf5\x6a\xf4\x5e\xeb\x83\xfb\xf5\xfa\x97\x07\x58\x83\x87\x06\xef\x0d\xf1\x86\x4d\x87\x9f\x1c\x17\x8d\x98\x8f\xbc\x18\x2d\x38\x61\x71\xe2\xf9\xc9\xfc\x53\xe6\xa7\x9e\x8f\x15\x8e\x1f\x1b\x7f\x73\xba\xea\x8c\xeb\x99\x1f\x13\xed\x93\x41\x53\x9b\xa7\x46\xa6\x51\x67\x77\x9c\x9d\x9a\x49\x99\x55\x9c\x9d\x3f\x97\x39\xb7\x77\x6e\x7e\x3e\xfd\xfc\xee\xf3\x93\x17\x30\x17\xb7\x5d\xec\x5f\xf0\x5b\xd4\x5c\xca\xbb\xf4\xe9\x4a\xe0\xd5\x91\xeb\x3b\x6f\xa4\xdd\xbc\xb0\xac\x7a\x9b\xb8\xb2\x78\x57\xf9\x5e\xc6\xfd\xe9\x87\x32\x8f\xa2\x1f\xf7\x3c\xf9\xf1\xcc\xfe\x79\xc1\x8b\x77\xab\xae\xaf\x5a\x5e\xff\x7b\x1b\xf2\x6e\xf0\x83\xc4\xc7\x98\xb5\xd1\xcf\xdb\xbf\xc4\x7c\x3d\xfe\x7d\xcb\x8f\xb0\x9f\xbd\xbf\xd7\xfd\x09\xfc\xdb\xf9\x3f\xfe\xe0\xb3\xd8\xcb\x75\x77\xd7\x5f\xd9\x70\x61\xe3\xfc\xa6\xc5\xcd\xd7\xb6\xdc\x10\xbf\x25\xb1\xbc\x75\x65\xdb\xdd\xed\xf7\x25\x1f\x4b\x3d\x97\x7e\x2d\xf3\x41\xf6\xf3\x8e\x1f\x3b\xff\xc9\x6d\x90\x97\xf8\x4f\x7a\xb7\x9c\x82\x82\xa2\x82\x92\xc2\x1e\x85\xbd\x8a\xfb\x14\x95\x15\x55\x14\x55\x15\xd5\x14\xf6\x2b\xa8\xef\xd6\xf8\x4f\x53\x5e\x6b\x97\xf6\x0e\x1d\x59\x5d\x19\x3d\xe9\x03\x32\x07\x77\xe8\xcb\x19\x28\x1c\x52\x36\xd4\x36\x32\x32\xd6\x33\xd1\x30\x55\x3b\xac\x72\x44\xe5\xa8\x8a\x99\x9a\xb9\xba\x85\x96\xa5\xae\x95\xfe\x31\x43\x6b\x53\x9b\xa3\xb6\xe6\x76\x56\xf6\xd6\x0e\x36\x8e\x76\x4e\xf6\xce\x8e\x2e\x4e\xae\x2e\x6e\xae\xee\xee\x1e\xae\x9e\x0e\x5e\xd6\xde\xe6\x3e\x87\x7d\x8d\xfc\xf4\xfd\xf5\x02\xb4\x03\x35\x83\xd4\x83\xf7\x87\xec\x0f\xdd\x1f\xb6\x3f\x5c\x23\x42\x2b\x52\x37\x4a\x3f\xda\x38\xc6\x2c\xd6\x3a\xce\x19\xe5\x83\x0e\x8d\x8f\xc7\x44\x24\x04\x26\x7a\x25\xb9\x62\x1d\x71\x76\xc9\xb6\x29\x36\xa9\x36\x69\x36\xe9\x76\x19\x0e\x99\xce\x59\x6e\x78\x2f\x82\x5f\x76\x30\x31\x22\x27\x96\x84\x21\xe3\x28\xe9\x54\x3c\x8d\x04\xd1\x60\x2a\x42\xa4\x67\x30\x92\x99\x18\x56\x0c\x3b\x9c\x13\xc8\xf5\xe1\x79\xf0\x5d\x04\x8e\x42\xfb\x5c\xbb\x3c\x3b\x91\x7d\xbe\x63\x81\x4b\xa1\x67\x91\x7f\x71\x58\x09\xaa\x34\xb5\x8c\x5c\xce\xaf\xa8\xa8\xcc\xab\x62\x56\x53\x6a\xb2\x6a\x53\xeb\x92\xea\xe3\x1b\x50\x8d\xb1\x4d\xb1\xcd\xb1\x2d\xa8\xd6\xf8\xb6\xc4\x76\x5c\x47\x7a\x27\xbe\x8b\xdc\x8d\xf4\x70\x7b\x45\x7d\xa5\xfd\xb5\x03\xad\x83\xbd\x43\x83\xc3\x83\xc7\x07\x46\xfa\x47\xfb\x4e\xf4\x9e\xec\x39\xd5\x3d\xd6\x35\xde\x71\xba\xed\x4c\xcb\x44\xd3\x64\xc3\x54\xdd\x74\xcd\xd9\xea\x99\xaa\xd9\xea\x73\xb5\x73\x0d\xf3\xad\xe7\xbb\x2f\x0c\x5f\x9c\x58\x58\x58\x9c\x5c\x1a\xb9\xd4\x7b\xb9\xe3\x4a\xcb\xd5\xa6\x6b\x8d\xd7\x1b\x6f\x34\xdd\x6c\xb9\xd5\xbe\xdc\x75\xbb\x67\xa5\xff\xce\xe0\xdd\xe3\xf7\x4e\xdc\x1f\x7b\x70\xe6\xe1\xf4\xa3\xb9\xc7\x0b\x4f\xae\x3e\xbd\xfd\xec\xd1\xf3\x87\x2f\x96\x5f\x5e\x5a\x9d\x7f\x35\xfd\x7a\xfc\xcd\xe8\xdb\xa1\x77\xfd\xef\x7b\x3e\x74\x7f\xec\x5a\xeb\xfe\xd4\xfb\x79\xe0\xcb\xc8\xd7\xf1\x6f\x33\xdf\x17\x7f\xdc\xfa\xf9\xe8\xd7\xea\xef\x0f\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x30\x80\x7e\xbf\xbf\x0b\x03\x78\xf3\x83\x00\x18\xc0\x3b\x17\xc9\x30\x80\x55\xc7\x0c\x60\x00\x1f\x6c\x3b\x0a\x03\xd8\xb2\xb0\x0f\x06\xb0\x1b\xb9\x19\x06\x70\x44\xdc\x65\x18\xc0\xa9\x2e\x66\x30\x80\xe9\x7a\xad\x30\x80\xcb\xfe\xe9\x42\x24\xc6\xc4\xbb\x0f\x50\x16\x23\xe8\x7e\x02\x94\xcd\x10\x5f\xe8\x87\x98\xf4\x91\x53\x51\x50\x3c\xf2\xa7\xb5\x1c\x6a\xa1\x7b\x16\x02\x68\x80\xae\x42\xd6\x84\xce\x22\x4f\xe3\x0c\xa1\x65\xa4\xd3\x79\x0a\x7a\x85\x04\xea\x05\x40\x3f\x91\x8d\x7f\x8f\x40\xeb\x39\xc3\x6f\x7f\x42\x80\xfd\xe2\x5e\x0e\xed\x1d\x5b\xfd\xe2\x2b\xda\x3f\x56\xd0\x49\x2e\x24\xc3\xec\x6b\xf9\x0a\xd9\x32\x39\x05\x01\x50\x30\x53\x91\xd4\x00\x51\x18\x25\xb1\xfd\x50\x13\x63\x83\x73\x28\x34\x43\xf7\xd5\xdb\x09\x3d\x46\xf2\x7e\x7b\xd0\xbc\x44\x67\xdf\xc8\xd1\x6c\xf2\xe2\xee\x74\xd2\x1c\x85\x2f\x2f\x18\xd2\xbc\x05\xb9\xa3\x6f\x68\x31\x7c\x8f\xe6\x1e\x1a\x91\xe7\x9e\x2f\x4f\xab\xe0\xba\xe7\xf4\xd0\xee\x70\x0c\x63\xc6\x21\x25\xd6\x7b\xa7\x6e\x28\x80\x89\xd3\x9d\x86\x78\xf4\x0b\x3f\x0b\xa8\x8e\xe5\x0b\xaf\x30\x54\xb7\xd2\x9a\xdb\xf3\x54\xff\x62\xca\x7c\x0c\x35\xbe\x90\x36\x62\x44\x65\xe7\x97\x36\xed\xa1\xb6\xe7\xdd\xce\x3b\x41\x5d\xc9\xdd\x45\xac\xa3\xe9\x0a\x8c\xa2\x1f\xd3\x10\x9e\xaa\x93\x32\x6d\x81\x3d\xa6\x5b\x0d\x49\x33\x35\xbe\x13\x29\x51\x8d\x4e\x2f\x9d\x28\xb8\x3a\xc6\xad\x55\x0a\xa9\xfa\xc4\xb9\x42\x4a\x49\xe5\xb6\x61\x1a\x65\xb0\x2c\xad\x41\x44\x79\x55\xfc\x3c\x37\x86\xaa\x5a\xe8\x9e\x5d\x4e\x85\x44\xa2\x68\x79\xea\x33\x61\xb9\x63\x1b\xcd\x8a\x67\xa2\x9b\x4b\xcb\x63\x15\x7f\x59\x25\x0b\x07\xfa\x9e\xad\x91\xcb\x7a\x9e\xdf\xc0\x91\x6b\x3a\xf7\xcc\x1c\x20\xf7\xb7\xfa\x0e\x9a\x91\x6f\x36\x72\xeb\x10\xca\xe6\xda\x71\x41\x09\xc5\xab\x72\x96\xa0\x4c\x19\x28\x2d\x8e\xda\x4c\xdd\x5b\x28\xe5\xb8\x83\xca\xcb\x95\xd1\xe5\x53\x5f\x73\x4e\x7e\xe2\x92\xe5\xa7\xbb\x9f\xe0\xc8\x32\xa7\xeb\xaf\xed\x24\x4b\x9d\x98\x9a\x7a\x46\x56\x1a\x9a\xeb\x97\x22\x1f\xed\x3d\x51\x43\x27\xa7\x77\xf0\x78\xd7\xc9\x13\xcd\xbb\xb2\xfa\x28\xaa\xb5\x8e\x11\xbf\x28\x25\xe5\x1b\x1c\x20\xaa\x54\x81\xa9\x2e\x83\x4a\xe7\xbd\xff\x18\x4c\xba\x7e\x0d\xf7\x28\x91\x74\x6b\x91\x75\xf9\x07\xe9\xca\x1c\x7d\xe2\x0e\xe9\xd6\x14\xaa\x77\x1f\xe9\xc3\x98\x6c\xd5\x18\x79\xff\x70\x09\xd7\x89\x9c\xd1\xd3\x97\x19\x43\x3e\xd5\xba\x35\xc2\x84\xa2\x52\xbb\xd5\x61\x07\x65\xa8\xc4\x51\x97\x4b\xb5\x12\x3c\xfe\xd0\x40\x9a\xbb\xb3\xed\xa1\x80\x34\x7d\xfd\xd1\x65\x2d\xd2\x89\x25\xf6\x84\x38\xe9\xe4\xdc\xbd\x9e\x40\xd2\xe2\xe4\xc7\xaa\xf5\xa4\x3f\x27\xaf\x72\xda\xc9\x2e\x83\x87\x33\xae\x92\xd9\x1d\x8d\xe1\x6b\xe4\x87\xf5\xb3\xf6\x7f\x28\xa4\xd2\xbf\xba\x8d\x54\x19\x21\xf3\xfd\x1a\x69\xee\xb1\xea\x83\x9b\xa4\x81\x3b\x29\x97\x84\xa4\xd2\xeb\xfd\x67\x52\x49\xa2\x45\x51\xf7\x2c\xa9\xfa\x9c\x42\x25\x4c\x9a\x3d\x83\xe1\x58\x90\xb7\x8d\xa8\x66\xc4\x91\x6d\xba\x1b\xc3\xef\x92\x39\x8d\xdf\x1c\xc4\x29\xda\xe5\x26\xba\x0f\x29\xf3\xc2\xce\x9f\x0e\x0c\x69\xda\xd3\x57\x42\x7a\x2f\xed\xed\x0a\x8d\x1e\x0c\x6d\x3d\x7f\x90\xbe\x13\x52\x1d\xd5\x44\x66\x69\xe3\x4d\xaf\x91\x52\x48\x20\x9a\x41\x02\xa0\x99\x1c\x14\x22\x03\x7d\x8d\xf9\x04\x9f\x87\x8d\x9c\x37\xc2\x1c\x18\xab\xa7\x0f\x1f\x81\xdb\x7e\x44\xd2\x29\xf4\x4b\xab\xad\x74\x55\x3a\xf6\x76\x25\x72\x85\xae\x32\x1f\x8b\x54\x22\x0f\x46\x30\x48\x28\x12\xdf\xe4\x84\x98\x21\x43\xa2\xbd\xc8\x26\xa4\x95\x78\x0b\xbe\x81\xb0\x63\xd2\xe0\x16\x04\xe3\x54\x03\xa7\x22\xe6\xba\x2f\x60\x13\x64\xfb\xf7\x74\xe4\x27\xfb\xf4\xcb\x33\x48\x33\x5b\x62\x79\x08\x71\x63\x45\xcd\x15\x21\x9a\xcc\x86\xe3\x2d\xf0\x77\xe6\xee\xc6\x66\xf8\x36\xe3\x4b\x1e\x05\xee\x67\xd4\x10\xfd\xe0\x02\x86\x69\xf4\x43\x38\x9d\x3e\xe1\x64\x0e\xbb\xd2\x0d\x74\x07\x61\x45\xa4\xf0\x6b\x07\xb2\x2f\x6f\xee\xf9\x6f\x78\x31\x97\x71\x0b\xc0\xb9\xc2\xbd\xb3\x5f\xe1\x08\xfe\xbd\x61\x1d\xf8\x30\xaf\xaf\x21\x06\x96\xe4\xce\xe4\x7a\x40\x9f\x38\xb7\xb2\x93\xa1\x35\xf6\x85\xe8\x8d\xd0\x6b\x56\x93\x63\x15\x74\x9f\xe9\xa2\x8b\x83\xa6\xe8\x4b\x9f\x1f\xc1\x91\x65\xd9\xcf\x9c\xe0\xcd\x25\xf0\x0d\x2d\xe8\x6c\x11\x77\xc6\x00\xaa\x28\x68\x1a\xcc\x80\x72\x44\x37\xea\x96\xa1\xe0\x3c\x43\xc1\x37\xc8\x46\x28\x20\x60\x20\x17\xfe\x54\xd4\x51\x28\x80\x7b\xd9\x51\x11\x0a\x64\x97\xea\x7a\x42\x6e\x4c\x83\xb5\x17\x10\xa3\xfe\xee\x13\x1b\xc8\xb6\xd6\xfe\x9a\x1f\x24\x59\x55\x32\x9d\x40\x7b\x5a\xb1\xb9\xff\x14\x6d\xb1\x94\x53\xeb\x43\xeb\x2c\x56\xe6\xb7\xd1\xca\x0a\xda\xf1\xf1\xb4\x16\xd1\xb6\xc8\x1c\xda\x29\xa1\x99\x43\x1f\x6d\x8e\xb7\x41\xd7\x8d\x36\xcb\x2a\xfd\x90\x40\x2b\xef\xfb\xfe\x70\x95\x86\xea\x0e\xbb\x7c\x97\x66\xd0\x3e\x35\x29\x49\xfd\xdd\x22\xdf\x2b\xa4\xde\x6e\x48\xae\xf6\xa2\xce\xd5\xcc\x73\x9f\x51\x67\x2b\x7e\x66\xfe\xa0\xae\x94\x7c\x8a\xc0\x53\xbf\x14\x54\x39\xe8\xd2\x24\x85\x57\x74\x7d\x69\x7b\x39\x03\x6f\xbf\xd2\x2c\x26\x3b\xef\xc7\x53\x1f\x8d\x2d\x2d\xb1\xa8\xf5\xa3\xfb\x4f\x2f\x52\xa3\x07\xdd\xbb\x53\xa8\x87\x7a\xa2\x2b\xc3\xa8\xda\xed\x51\x9c\x03\x54\x93\x26\x85\x8c\x42\xaa\x5b\x0d\x35\x3c\x93\x9a\x5c\x96\x61\xdf\x40\x2d\xcc\x7f\xa0\xeb\x47\x1d\xe0\xdd\x7e\x7d\x95\x06\x2e\xff\xbe\x9b\x44\xed\xba\x18\xb6\x40\xa5\x86\xcd\x56\x8c\x5d\xa6\xca\x4d\xb4\x77\xf2\x28\xcf\x4e\xb2\xca\x6b\x29\xcb\x43\x47\x58\xed\x94\x27\xdd\xac\x74\x1f\xca\xb3\x16\xb5\xb0\x6e\xca\x9f\x9a\x00\x7b\x0b\xaa\x71\xf1\x4d\xdd\x48\x6a\x92\xe0\xcc\x6b\x05\xea\xdb\xe5\xea\x3b\x65\xd4\xf2\xab\x0d\x17\xbb\xa8\xd6\x0b\x84\x31\x31\xca\x97\x73\x62\x1d\x53\x94\x99\x09\xd7\xb2\x55\x4a\xff\x89\x48\xd6\x36\xca\xa9\xfe\x6f\x69\x17\x28\x7d\xed\xdd\x61\xa9\x94\xb1\xfa\xf5\xf6\xca\x94\x7f\xa5\x6c\xdd\x1c\xaa\x85\x30\xfc\x15\x8b\xfa\xe0\x41\xe6\xca\x37\x2a\xed\xb6\xd4\x45\x59\xaa\xd2\x55\xe4\x54\x22\xe5\xe2\xc5\xaa\x0e\x43\x8a\x68\x26\xa6\x2c\x9e\x42\x18\x7f\xc8\xac\xa7\x10\x87\xaf\xa6\xa1\x28\x09\x5d\x2d\x61\x9e\x14\x4c\xa3\x86\xbd\x26\xa5\xbf\xec\x84\xee\x71\xca\x07\x21\xfd\x73\x00\xdb\x84\xfa\xfd\x99\x14\x8b\x49\xdb\x71\x03\xcb\x5c\xa1\x6d\x9e\x69\x67\xfa\xd0\xc4\x87\xb6\x32\xae\xd1\x74\xea\xa3\x18\xd1\xb4\x1b\xc2\x2a\xfa\x63\xc8\x84\x70\x97\x1e\x06\x09\xa3\x3e\x20\x97\xa1\x17\x8e\xcd\x88\x3d\x6c\xa6\xcb\x84\x07\xe0\xc6\x4f\xc9\xac\x4a\xe4\xfa\xd3\x83\xcc\x2f\x48\xee\xf5\x02\x66\x20\x72\xec\xec\x7d\xc6\x43\xf8\xcd\xa0\x0f\x03\x07\xcf\xd7\x9d\x62\x6c\x41\x36\x09\xfe\xd2\x4b\x91\x9d\x04\x6f\xba\x1a\xa2\x10\x15\x89\xf4\x20\xff\x39\x5a\x23\x87\x10\x29\x5d\x27\xb8\x1b\x59\xbf\x86\xb0\x00\xeb\xd6\x93\x40\x66\x3c\xcb\xf8\xda\x20\xe3\x1a\xb3\xf6\xac\x24\x03\xcb\x58\x1b\x28\x63\x6c\x62\x10\xeb\x34\xe8\x4d\x0c\x2b\x01\x8a\x6e\xcd\xf8\x0f\x7f\x19\x79\x44\xbf\x10\x79\x07\xa1\xd0\x93\x1d\x9e\x23\xdb\xe9\xeb\x74\xe5\xe0\x12\x84\xf7\x61\x91\xb9\x23\xf7\xca\xa3\x0e\x06\x5d\xd8\x7e\x55\x81\x21\x26\x08\x9a\xca\xa7\x57\xf0\x35\xfa\x75\xe8\xd6\x3c\xc9\x9a\x7b\xc8\x03\xae\x11\xdf\x01\x61\x71\xc2\xb2\xde\x21\x76\xec\xe8\xc8\x1d\xf0\x77\x96\xab\x83\x1f\xdc\xc8\xfc\x4f\xe7\x1e\x6c\x45\x9f\x7d\xf7\x9b\x51\x55\xaa\xf3\xe0\x3d\xfd\x4d\x71\xe2\x65\x4f\x7a\x64\x61\xe9\xc4\x65\xe4\x4d\xfe\x85\x5e\x1a\x92\x2b\xda\x55\x1d\x8a\x18\xe7\x72\xb9\x5f\xe1\x27\x82\xef\x99\xef\xe1\x66\xbe\x63\x84\x1f\x1c\xcf\x4d\xb3\xbf\x0f\x2b\xb2\xa3\x74\xce\x43\x67\x99\x6a\x6f\x15\xe8\x2b\x75\x99\xf7\xfe\xd0\xad\x6b\xc4\x97\xe8\xc8\xd5\xca\x8c\x33\xd2\x88\x47\xf9\xba\xee\xeb\xf0\x6a\x49\x6d\xe5\x1d\xb8\xa8\xc8\x9f\xd3\x03\x3b\xe6\xff\xca\xf8\x02\x6f\xc9\xa3\x85\xd7\x40\x8b\x82\x4b\xf6\x24\x48\xc8\x9d\xd1\xb9\x04\x99\xb3\xd8\xaf\x86\x91\x99\x5e\xf3\x3b\x5d\x48\x48\xe7\xa5\x05\x19\x78\xad\x2d\x6e\xec\x34\x9c\xd8\x74\xbb\xb3\x1d\x16\xab\xf7\x2c\x7f\x0c\x0d\x57\x2f\xb1\xbe\x40\xf8\x0a\x8d\xf4\x22\xc8\xa2\xc4\x31\xac\x19\x92\x28\x50\xb0\xfb\x47\xbb\x21\xa4\xeb\xdc\xa7\x15\x70\x2a\x5f\x1e\x42\xf8\x67\xda\x6f\x6b\xc3\xf7\x4e\xfe\x38\x3f\x06\xc7\x1e\x47\x4e\x52\xa1\xcb\xfd\x17\xda\xf3\xa0\xe8\x6e\xb1\xd2\x4f\x90\x42\x9b\x1e\xd3\x9e\xf6\xbc\x71\x57\x9a\x11\x6d\xa0\xba\x33\xb4\x83\xc6\x28\xbd\x6e\x07\xd1\x82\xf2\x29\x3a\xcf\x69\xca\xbc\xe3\xcf\xf7\x20\xbe\x4b\xbc\x5b\xa6\x70\xef\x79\x8d\xb9\x09\x78\xc7\xd9\x96\xd1\x3c\x88\x7e\xfa\x69\xeb\x10\x24\x3b\xfa\xae\xe4\x18\xed\xdc\xc0\x15\xfa\x1c\x4d\xd4\xe5\x93\xf2\x93\xe6\xd6\xac\x1b\xf2\x98\x26\x5f\x5d\x6c\x27\x47\xfd\x55\x1c\xa2\xb3\x46\xbd\x21\xc8\x7b\x16\x85\x58\xde\x54\xbf\x99\x0e\x97\x5f\x0e\x38\xf7\x19\xfa\x71\x21\x7c\xe4\x2c\x14\x33\xa3\xd2\xf2\x9e\xf6\xf6\x74\x55\xb1\x90\x56\x33\xf2\x90\x7e\x80\x16\xdb\xd7\x9b\x42\xa2\xc9\xb5\x75\x84\xd4\x53\x97\xeb\x0c\x6d\x7f\x52\xcf\x95\xfc\xd3\x95\xa4\xb6\x0a\xb5\x9f\xde\x46\x34\xef\x2e\xdc\x78\x02\x63\x6f\xf6\x9e\x0b\x87\xae\x5f\x76\x1c\xd1\x86\x8e\x9e\xaf\x6f\x89\xa2\x8d\x4d\x57\x17\x6f\xa5\xc5\x8e\x79\x21\xd3\x34\xd5\xa1\xec\x14\x35\xea\x62\x67\x6d\x08\x95\xca\x69\xf0\xb0\x03\xd4\xec\x32\x1d\x5d\x67\x6a\x88\xd0\xe7\x25\x4a\x98\x47\x81\x6f\xdf\x14\x24\x51\x5a\x2f\xda\xf1\xb5\x29\x73\x63\xb6\x3c\x33\xca\xfd\xce\x54\x6e\x00\x55\xa6\xfc\x2a\x27\x82\x9a\xc7\x7a\xcd\x8e\xa7\x29\xa7\x27\xb1\x22\x68\x27\xc2\x48\x4c\x77\xc8\xc1\x8e\xc2\x38\x0a\x5d\xd3\xbe\x49\xdf\x09\x13\x5e\x50\x04\xdf\x60\xfd\xdb\x9b\xf8\xf7\xe0\x0d\x17\xb0\xbc\x4e\xe8\xce\x29\x2a\x77\x16\xea\xef\x38\xc7\x59\x83\xca\xca\x4d\x39\xeb\xa1\x0b\xac\x28\xf6\x5e\x78\x63\xda\x0b\x96\x3e\x6c\x1e\xb6\x8e\x79\x00\xc6\xd9\xa9\x31\x74\xe0\x46\xed\x16\xba\x34\x7c\xed\x79\xbe\x00\xc5\x5c\xb7\x7c\x88\xef\xc7\xe0\x9e\xcf\xe7\xe9\x30\xe4\x4e\x4e\x73\x03\xe9\x8d\x1d\x4a\x1c\x1e\xdd\xa1\xac\x92\xdd\x41\x57\x67\xde\x64\x5d\xa4\xcb\xa4\xa5\x32\xdf\x22\x6f\x42\x8b\x18\x7f\x90\x13\xb6\xb7\x18\x5b\x10\x81\x36\x8c\xfc\x46\x82\x9e\x59\xf0\xb3\x84\xe0\xe6\x2d\x1e\x96\xff\x69\xde\x95\x1b\xc0\x5b\x3e\x91\xce\xa1\x71\x2f\xb5\x5d\x66\x0f\x71\xee\x96\xa6\xb0\x1e\x73\xf6\x30\x6e\xb0\x76\xb1\x51\xa9\x02\x66\x00\x0b\x09\x59\x62\x30\x99\x7c\xdb\x70\x7a\x03\xa3\x58\x3b\x02\x69\xa4\xe7\x3e\x71\xe6\xbd\x29\xfa\x70\xc3\x80\x3b\x53\x18\x7d\x8e\xc5\x39\x9e\x3f\x33\x32\xc5\x7e\x24\xd2\x6a\x35\x65\x2b\xe4\x56\x95\x00\x96\x8f\xd0\x8c\x5e\xcc\x14\xf1\xaf\xa5\x14\x30\xce\xf1\x9c\x43\xf6\xd1\xbf\x71\x6a\x6d\xfe\xd0\x77\xb3\x6e\x68\x47\x20\xfb\x19\xcf\x1f\x91\x79\x06\xd5\x33\xd7\x0e\x71\xf5\x2b\x05\x33\x93\x1c\xed\x72\x87\xe3\x92\x6c\xbf\x52\xf1\xe6\x56\x96\xb0\xe8\x76\x51\x21\x73\xae\x60\x16\x09\x62\x4a\x8a\xea\x93\x5b\x19\x47\x72\xc3\x83\x61\x7a\x0c\xff\x95\x4d\x37\xc2\xe7\x1e\xd4\x4e\x83\x2b\x58\x8e\x0f\x52\xb8\x11\x5d\x12\x57\xf4\x38\xfe\x6d\x37\xa7\xa3\xd9\x01\xcd\xf5\x83\x0b\x2c\x6a\x43\x64\x23\x8f\x39\x50\xab\x50\xd0\xc1\xf8\x5c\x79\x17\x1a\x64\x58\x97\x51\x70\xe1\xf4\xb4\xa2\xd5\xa0\x0a\xa4\x31\x7f\xab\x8d\x05\x7c\x4d\x70\x49\x5b\x00\xbd\xe2\x78\xdd\xad\xe3\xac\x9d\xa2\x2c\xd1\xd8\x4f\x47\x2c\x27\x77\xb2\x96\x06\xe5\xfa\x4b\x99\xef\x7a\xc6\xea\xf1\xcc\x7d\x1d\xce\xa2\x59\x46\x5c\xf3\x3c\x4d\x92\x3e\x54\x2f\x8e\xdd\x8e\xac\x56\xfe\x0a\xec\x42\xf6\x95\x08\xac\xa7\xe1\x00\x51\x9d\x76\x39\x94\xce\xf3\x5b\x19\xe6\xb4\x9f\x7f\xb8\x30\xcc\xae\x98\x79\x7b\x66\x1f\xab\x70\xe2\x4a\xef\x28\xb3\xf5\x54\x5c\x6d\x1f\x63\x69\x78\x3a\x6f\x3f\x43\xbc\x6f\x1d\xa5\x81\xee\xd7\xfe\x34\xf1\x15\xc2\x6a\x3c\x1a\xf0\x00\x1e\xaf\xda\x6c\x1d\x02\xfd\x2c\xf2\xd2\x6e\x81\x94\x05\x72\xb7\xdf\x70\x06\xaf\x78\x5e\x7c\xcf\xce\xbf\xf8\xe6\x74\x08\x2b\xfb\x5c\x58\xcf\x3b\x26\x67\x12\x5b\xf3\x91\xd1\x71\xca\x3c\x17\x4f\xbf\x3f\xf4\x90\x22\x41\x57\xed\xd9\x95\x98\x8e\xf8\xb6\x54\x07\x14\xc2\xac\x1a\xb6\xb5\x19\x74\xae\xf8\x89\xf6\x19\xda\x3b\x41\xef\xed\x00\xce\xa9\x5b\xd7\x2e\xfa\xb3\x99\x57\xff\x1b\x1f\x67\x05\x2f\x28\xf7\x04\x30\x23\x67\xa7\x6a\x62\x18\x84\x09\x69\xe1\x67\x7a\xe3\x09\x4d\x72\x1d\xf2\xa0\x7f\x3c\x51\x0d\x11\x6f\x27\x07\x60\xe1\xc3\x75\x79\xd6\x56\x10\xb1\x74\x8b\xf6\x67\x5a\x83\xe0\xde\x9d\xe2\x22\x21\x39\x7e\x49\xbd\x60\x96\x5c\x3b\xb9\x33\x7f\x0f\x79\xbe\xff\x4b\x5e\x0f\xf9\x67\x83\x64\xae\x23\xc5\x29\x3f\x47\x70\x99\x72\x89\xd6\xc7\xf7\xa7\xa6\x60\x23\xb8\x97\x68\x92\x81\x65\x9c\xc3\xb4\xfe\x63\x3f\x59\x22\x28\x4d\xf3\x19\xe3\x02\x6c\xbb\xb2\x52\xf8\x96\x76\x67\x31\xbc\xc0\x81\xb6\x30\x61\x27\x1a\xa4\x0d\xf5\x1f\xc9\xf3\xa4\x35\xd4\xa3\x85\xef\x69\x3d\xa2\x07\x02\x1e\xed\x25\x4d\x87\xaf\x08\x99\x27\x3d\xe3\xb6\x42\x8c\xc0\x03\x9c\xbd\xd0\xd2\xb1\x1e\x16\x03\x36\xd6\x1c\x67\x5c\x84\xeb\x56\x76\x17\xfa\xd0\x33\x17\x72\xf3\xcf\xd1\x95\xcf\x24\x8b\x1c\x91\x99\x3e\x38\xf7\x3d\x92\x5e\x37\x23\x2c\x47\x8e\x8a\xdc\x05\x66\x88\x2e\xb5\x9d\x77\x13\x31\x48\xca\xe0\xa6\x22\xaa\x01\x0b\xec\x2f\x88\xf4\xb1\x14\x56\x1c\x22\xa7\xd9\xc4\x18\x46\x94\x96\x49\x05\x7c\x3e\xb8\xa8\x9c\xbf\x85\xa7\x78\xfa\x60\x5e\x09\x57\xbf\xd7\x3c\xd7\x8c\xe3\x5d\xcb\x16\xbc\x62\x33\xf3\x0c\xf8\x85\xac\x55\xca\x00\xcf\x8c\x15\x90\x58\xc2\x79\xc1\x2c\x0b\xd8\xcd\xa6\x33\x96\x8e\x49\x30\x7f\x33\xe4\x34\x8b\x19\xc1\x74\xd7\x9b\xcf\xf3\x1f\x14\x74\x9d\xaf\x14\x05\xe5\xfb\x8f\xd5\xe4\xbe\xc9\x7b\xde\x3d\x21\x2c\xcd\x25\xd6\xe8\x08\x5c\x84\x8a\xc2\x0f\xbc\xbf\xfc\xa7\xe4\x2a\xee\x20\xaf\x3b\xa1\x9f\x13\xc4\x75\xf2\xe7\xb0\xd6\xd8\x4b\x56\x93\xcc\x2c\x96\x9d\x66\x1b\xfd\x1a\xa3\xfc\x06\x36\xdf\xb9\xd2\x7b\xee\x47\xde\x6c\xb9\xc5\x29\xf1\xdc\xc0\x52\x8d\x2e\x1b\xc1\xbf\xe2\x7d\x55\xb3\xfc\xe3\x85\xaa\x82\x5e\x5e\x7a\xbe\x2d\x89\xc5\x3d\x90\x17\x8c\x39\xcf\x3e\x2f\x34\xf5\xfb\xc4\x8a\xe2\x03\x2b\x1a\xe3\x29\x27\x57\x73\x86\xee\xc0\xfc\x7c\xcd\x5c\x14\xd9\x76\x61\xf6\x62\xee\xd7\xe6\xb7\xa3\xd7\x85\xa2\xc6\x0d\x1d\x9a\x02\xd3\xba\x75\x15\x57\x78\x2f\xab\x7e\xf2\xde\x72\x5b\x2b\xc4\x72\xd6\x73\x30\x25\x2f\xe2\x7b\xd8\x12\x85\x5c\xbf\x7d\xcc\xe6\xbc\x35\x2b\x05\xc6\x01\x81\xa4\xe6\x2a\x52\xc0\x5e\xbb\xbc\x22\x3a\x32\xd2\x7b\x16\xc9\xad\x1c\xbc\x72\xbc\x5b\xb8\xa3\x77\xb5\x6d\x17\x7f\xb0\x73\xb9\xec\x11\x2f\xb2\xb5\x9f\xab\xcd\xdd\xd3\x08\x67\x93\xd9\x0f\x6b\xe5\xd1\x08\x8b\x53\xe1\xeb\x7b\x8c\xb9\xbf\xd8\xd8\xb2\x85\xde\x97\x37\xa4\xf9\x13\x91\xe6\xde\x5f\xba\x2e\x52\x9c\x45\x4d\x15\xe5\x52\x26\xcf\x0e\xb5\x0b\xd6\xc6\x5e\xb5\x68\xf3\x19\x23\xd7\x4b\xa5\x79\x2a\x03\xb9\x6c\x88\x73\xad\x5b\x8b\xb0\x99\x9d\xdb\x9a\x8c\x0a\x64\x1d\xac\xd7\xf4\x49\x61\xcc\x57\x60\x2c\x2d\xe9\xfe\x85\x86\x5a\x9b\xe0\x13\x7c\xc1\x12\x10\x49\x2f\x64\x4e\x1e\xcf\x25\xce\xc5\x0c\x5e\x11\xbc\x9a\x56\x6a\xf6\xe7\x67\x8c\x0b\x4a\x9c\x79\x9b\x47\xc6\x58\xf3\x9c\x81\xfe\x29\x7c\x02\x3b\xb6\x33\x3a\x6e\x99\x05\x9a\x42\x7d\xe4\x19\xe5\x55\xb3\x96\x8a\x74\x95\xa2\x61\x2d\x45\x98\x21\xd8\xb7\x18\x22\x5a\x7f\xb5\x65\x72\x53\x2e\x6e\xd1\x6c\x50\x45\xb0\x32\x57\xd4\xd4\xc9\x0f\x9c\x2a\x2f\xee\xe0\x3e\x1c\xf3\x64\x99\x71\xa0\xe1\xc5\xac\x8f\x6c\xcd\x9e\x2b\x71\x08\xf3\x74\xeb\x0e\xef\x37\x0c\x8f\x9a\x13\x96\x8a\xc8\xf5\xe2\x2b\x5a\xee\xf0\x61\x81\xff\x92\x49\xe5\x1f\x92\x68\xca\xa7\x7c\x99\x74\x79\xd8\xaa\x74\x88\x2c\xdd\xba\xa9\xf8\x04\x39\xa8\x4c\xbe\xf0\x1c\xf9\x04\xa7\x3c\x7f\x82\xe2\x9c\x0d\xf2\xfa\x29\xef\x51\x1f\x84\x95\xd4\x52\x9f\x14\x7e\x02\xcd\xc1\xc2\x83\x2b\x07\x19\xaa\x3f\x63\x95\xc1\x7a\x8b\xee\x95\x45\xd4\x4b\x93\x9c\x72\x12\x75\x61\x08\x5f\x1a\x4e\x5d\x68\xf1\x2a\x4e\xa0\xde\x2a\x4d\x2d\x24\x51\xbf\x73\x36\xe7\xb3\x68\xf6\x04\x56\x1e\x93\xd6\x80\x62\x08\x73\x68\xdf\x7d\x76\xf0\x7d\x21\x5f\x0b\x69\xae\x04\xf4\x54\xfd\x3c\xab\x14\x26\x2f\x10\x2a\xb5\x10\xd3\x89\xa1\xf2\xbd\xf0\x9b\xc1\xf6\xd2\x0d\x70\x5f\x73\x43\xb1\x12\x4c\x29\xb9\x5b\x68\x0a\x47\xb0\xa1\x7c\x47\x18\x45\x90\xc8\x73\x87\xc9\xa8\xdd\x42\x17\x98\xee\x3d\xc1\xd7\x85\xb9\xe6\x2b\x9c\xd7\xf0\x29\xf5\x53\x2c\x08\xfe\x78\x51\xab\x02\xe1\xfa\x9c\x89\x2a\xcb\xe1\x30\x07\x08\x25\x59\xec\xf1\xa6\xb4\x22\x2e\x5b\xac\x78\xa4\xa0\x8d\x15\xc6\xca\x14\x8d\x31\x1f\xe0\x55\x72\xe7\x99\xb8\x38\x2f\xc1\x25\xc6\x15\x6f\x3d\xde\x18\xc3\xc0\x3c\x8f\xc3\xa2\xb7\xa9\x8f\xb3\x94\xe9\x72\xe7\x4b\xca\x7b\x45\x6d\xa7\xf7\x97\xf6\xe6\x11\xfb\xf7\x14\x4f\xe7\x1a\x37\x1e\x2c\xbc\x2f\xf8\x50\x24\x2a\x10\xe3\x8f\x33\x13\x44\x2a\xbc\xbe\xac\x23\xb9\xe6\xdc\xa6\xd8\x4c\x81\x05\x27\xc6\xab\x8d\x77\x90\x2d\x6f\x1e\xc8\xfe\xc5\x9c\x55\xbf\xc3\xac\x60\x44\xcf\x9b\x96\xfd\x2b\xbb\x34\xc6\x2d\xdd\x55\xba\xa5\x77\xaa\x58\xb9\x58\xaf\xfe\x59\xa1\x45\xa1\x5f\x61\x4c\x7e\x7c\x3e\x87\x11\x9c\x97\x97\x77\x37\xd3\x4b\x38\x90\xab\x11\xc3\xe2\xb7\x0b\x34\xbd\xb4\xb8\x55\x3c\x6d\x73\x2d\x76\x3c\xfb\x97\xc6\x16\xe6\x3a\x66\xef\xec\x8f\x32\x74\xf3\xc9\x93\xbd\x25\xa1\x8d\x6a\xdd\x53\x45\x71\x75\xb4\x3a\x50\x40\xa9\x1e\xc9\x6f\x10\xd5\x56\xbc\x46\xce\xe6\x5e\x28\x33\x4a\xff\x2c\x78\x5f\x1c\x1d\xdd\xc7\x7b\x5f\x70\xd4\x33\x89\xf3\x28\xf7\x89\xd9\x2d\x56\x17\x3f\x48\xc3\x94\xe1\xc0\x2e\x9f\xd9\x56\xfa\x78\xf0\xd7\x28\x52\xbc\xd6\xe7\xde\x39\x57\xf8\xb6\x6b\xba\x46\xa9\x00\xb4\xfd\xc8\xbb\x23\x52\x6c\xde\x0d\x6b\xe6\x3a\xd4\x1f\x4d\x13\x09\xb0\xd5\x1a\x51\x5d\xbc\xf4\xb2\x2e\x8f\x6a\x4e\x74\xe1\x03\xb3\x2c\x96\x66\xee\x05\x0d\x0f\xfa\x38\x37\x69\xda\xb5\x6c\xcb\xe4\xa7\xe3\x17\x8a\x3f\x8c\x73\xda\xa7\x0b\x9f\x8f\xfe\xac\xd2\xc9\x7f\x3e\x74\x24\x57\x3c\xef\x7d\xaf\x2b\x8d\x92\x2b\xde\x61\x97\xaa\x20\x50\x6e\x7a\x1d\x09\xf3\xf6\xd5\x6e\x77\xbf\xc8\x91\x28\x9b\x34\x93\x60\x2e\x14\xc8\x6a\x84\xd2\x23\x79\x7f\xa6\xac\xcb\xf6\xce\xe5\x0c\x3f\x2c\xfe\x3b\x3d\xd6\x76\xb7\xf0\xcd\xe9\xf9\x4a\xcf\xfc\x87\x27\x8a\x85\x66\x79\xf7\x86\xd4\xa9\x93\xc2\xb7\x3d\xa2\x94\x6c\xfe\xaf\xb6\x8a\x48\xc0\xfd\xd2\x20\xe1\x8e\x67\xdf\xa9\xf8\x75\xf4\x29\xb3\xb2\x90\xaa\x81\xa3\x6b\xf1\xf9\x93\x61\x65\x86\x8b\xba\xc3\xdb\x4b\xb6\xcc\x6b\xb7\xed\x29\x7c\x35\xfd\xa2\xa2\x3c\xff\xca\x69\x6f\x41\x41\xde\xe4\x68\x2a\x55\x5b\x78\x76\x20\x30\xf9\x1b\x7f\xb6\x73\x31\xa2\x81\x7b\xa2\xa9\xcc\xdd\x8a\x5d\x5e\x75\xf9\xe8\x1d\xa6\x77\x91\x40\xa3\x1c\xb9\xcd\x9f\x3a\x89\x6d\xc3\xe5\x7c\xec\x5d\xd7\x9c\x46\x72\x6e\x78\xd0\x50\x42\x62\x97\xc8\xd6\x9e\x21\x2d\x73\xea\xab\x9e\x90\x9d\x73\x26\xcb\x7f\x93\x57\x92\x5e\x94\xfc\xa0\xf0\x42\xaf\x14\x9e\xa7\xba\xb9\xd0\x44\x49\xb4\xdd\xa6\x67\x04\xab\x90\xbc\xea\x57\xae\x0e\xbc\xff\xc4\x99\x36\x09\xca\x87\x9e\xa8\x66\x45\xaa\x58\x83\x7d\x83\x1b\x15\x14\x0b\x6a\x73\xa8\x7b\x38\xba\x55\x2d\xd4\xc0\x9c\x80\xf2\x79\x6a\x47\x52\x6e\xc9\x65\x9a\x5c\x28\xbd\xb0\x93\x96\xeb\x62\x2e\x0a\x84\xc4\x4d\x4b\x04\xf7\xa0\x6e\xd5\xe7\x5c\x2d\x38\xee\xc4\xd6\xd6\x4e\x58\xa6\x7b\xa8\x69\x16\x7a\x54\xdf\x5c\xff\x17\x6a\x2c\xde\x58\x6b\x04\x09\xd8\xe3\x55\x28\x88\x4f\xfc\x50\x2e\x84\x1a\x92\x4c\x4a\x2a\xa1\xa5\x50\xa3\x42\x0a\xf4\xdd\xf9\x8f\xe8\x10\xac\x6e\x9a\x21\x98\x80\x33\x54\x9f\x70\xa5\xe1\x85\x51\xe9\x96\x65\xf6\xf1\xae\x99\x26\x39\xf6\xba\xba\xf9\xfa\x24\x96\x7d\x91\x6a\x4d\x13\xb3\x87\xf5\xb0\x72\x99\xa9\x47\xd4\x29\xdf\xc0\x58\x4a\x14\x94\xc8\x31\x68\x21\x75\x85\x1b\x19\x52\xce\x85\x79\x53\xf4\x1a\x53\x5b\x41\x10\xdd\x5a\xf5\x27\xa7\x1b\x79\x74\x7c\xb5\x25\x39\x37\xb3\xb3\xad\x91\x23\x8c\xaf\xed\xa9\x3b\x27\xb0\x2c\x54\xac\xd9\xc0\xd7\x62\xae\x55\x5a\xf3\x34\xb2\xfd\xca\xf0\x5c\xc7\x84\xab\xc5\x05\x1c\x6c\xc8\xc6\x82\x6c\x36\xda\xd9\x38\xcf\x88\xe5\x67\xaa\xce\xbf\xc0\xb4\x51\xd3\xe5\x28\x31\xf6\x0c\x3f\x69\xee\x2d\xd9\xd4\xc1\x6d\x78\x5c\x14\x5a\x23\xac\x3b\x58\xd0\x52\x20\x59\x9d\x92\x2f\xce\xf8\x57\xd1\x9b\x97\x43\x20\x96\xae\xe6\x6e\x4d\x90\x2f\xde\x26\xa8\x08\x8e\xcf\x7f\xc5\x7b\xe3\x74\x3b\xb7\x9a\xab\x6b\x2a\xcb\x3f\xc8\xf6\x54\x43\xb3\x69\xcc\xd0\xc1\x27\xcd\x62\xf5\xe9\x6d\xc7\x1b\x0e\xd7\x5a\x55\x3d\xac\x85\xaa\x5e\x8b\x48\x55\xa7\x2a\x08\x74\x41\xf9\x5a\x19\xc0\xeb\x96\xea\x16\xd7\xc7\xff\x2d\xf2\x2c\xd4\x09\xaa\xc9\xd7\x13\x25\x38\xb9\x08\x1f\x08\x49\x26\xcf\x78\x58\x1e\x46\xad\x9b\x35\xc2\x3e\xd4\xff\xa1\x69\xa4\x87\xdc\xf2\xb4\x7e\xa5\xd3\xa9\xd2\xa0\x76\x47\x9b\x58\xee\xfd\x2a\x87\xa6\x7a\x64\x5b\x79\x56\xfd\xc1\xcc\xcb\x25\x9d\xd5\x53\xe8\xeb\x85\x0b\x15\x3a\x81\x63\xa2\xf6\x12\x43\xc7\x66\x61\x58\xfe\x67\x93\x7a\xee\x03\x21\x5d\xed\x0a\x4b\x85\x73\xa9\x6f\x6b\xd3\xd4\xc9\x4f\xcd\x3b\xea\xaf\x8d\x68\x96\xa7\xd6\x7c\x1d\xd4\x14\xea\x57\xc9\xf7\x3c\x82\xf0\xe5\x46\x1d\x19\x19\x51\x25\x61\xcd\x1f\x51\xc5\x85\xa9\xf5\x7a\x01\x13\x22\xe7\xca\x35\x87\x9f\x82\x1f\x25\x21\x26\xde\x5c\x92\x28\x4b\xed\x15\xf3\x38\xcf\xa8\x37\xb8\xa9\x6b\x52\xb1\x29\xa8\xfe\xfc\xd8\xb3\xb2\x96\x9a\xcf\xa3\x59\x02\x6c\xd5\xe6\xc1\x49\xda\x99\xf2\xff\x7a\x56\xd2\x4f\x95\x98\xb6\x5f\x47\x6d\x2a\xb4\x6d\xa2\x04\xf8\x8a\xe4\x6b\x9a\x1c\x86\x04\xe7\xca\x22\x4c\x8c\xb9\xf6\xf9\x63\x6a\xff\x98\x14\xde\xf1\x9e\xa9\xa6\xe2\x59\x6a\xe3\x40\xfd\xd8\xe4\xeb\xd2\xef\x35\xab\xe3\x8a\xfc\xb9\xca\x77\xa3\x5b\x69\x1a\x65\x1f\x07\xc6\xd2\x8d\x4a\x36\x74\x5b\xc6\x95\x16\x6e\x6c\x8d\x08\x00\x79\x37\xea\x3e\x38\x70\x04\x50\xc5\x26\x93\x43\x9c\x1f\x05\xc3\xfb\xf5\x98\xfa\xbc\xef\xcd\x55\xc3\x0f\x48\x99\x95\x7b\x07\xd4\x48\xb5\x22\xe3\x1e\x32\x69\x8e\xb1\xd0\x31\x44\x56\xc8\x7e\xd8\xb2\x42\x16\x61\xdb\x1a\x3e\x50\x94\x22\x5b\x6b\x6e\x52\x2e\xfc\x3f\x04\xc0\x07\x20\x54\x0f\x03\x00\xf0\xf6\xfe\xda\xbb\x8c\x54\x32\xda\xa4\x34\x48\xa8\x94\x06\x4a\x44\x92\x42\x1a\xf6\xba\xbb\xb7\xdf\xdd\xbd\xdb\x7b\xbb\xe5\x38\x9c\xb3\xb7\xec\x2d\x92\x96\xa6\x96\xf6\xfc\x37\xb4\xd7\xf7\x3b\x98\xab\x8c\x00\xf5\x1e\x39\x12\x13\x44\x5f\x17\xc7\xbf\x08\x33\xad\x93\x59\x62\x44\x97\x6d\x5d\x21\x06\xa7\x28\xcb\x4b\xee\x83\xa3\x78\x97\x0a\x37\x01\x7f\xf0\x54\x53\x0a\xb8\x24\x4d\x6b\xd4\x83\x91\x67\xcf\x64\xd6\x83\x75\x61\x09\x9a\x7c\x68\xcd\xc1\x14\xa5\x07\x54\xe7\x41\x91\x88\xe1\x80\x75\xc1\xfc\x5a\x64\x94\x75\x22\x8b\x8b\x74\x66\x65\x55\xec\x86\x7b\x94\x1e\x25\x12\x98\xc5\x3b\x5e\xf0\x09\x0e\xc6\x97\x98\xd6\xc0\x87\xd2\x82\x8d\x61\x70\xd4\xd9\x95\x99\x10\x4c\x0f\xdb\xaa\x49\x80\x9b\x0f\xee\x54\x4e\x47\xc6\x78\x1c\x92\x9c\x45\x0e\xac\xdb\xc5\x97\x23\xc5\xd6\x64\x56\x3c\x6a\x91\x35\xb5\x5c\x4a\xbb\xae\x30\x16\xbf\xa6\xad\xe6\x3e\x2b\x38\x40\x65\x61\x8a\x3c\x19\x75\x42\xea\xe5\xec\x4b\xb8\xe1\x4c\x99\xfe\x3f\x3c\xf8\xd8\x1d\xf5\x33\x7c\xe9\x81\x8f\x0a\x1e\x76\xc7\x63\x8e\xf8\x33\xc6\x5d\xb7\x9e\xef\x80\x1d\xb1\xce\x62\x8d\xc4\xe6\x65\x7e\x29\x9f\xc4\x99\x26\xef\x2f\x3e\xc0\x9e\xc4\x9d\x65\x2e\x64\xfe\x44\xef\xe4\xfe\x64\x8e\x4f\xb5\xcd\x76\x61\x38\x9c\x59\xa8\x0f\x27\x62\x8f\x05\xa9\xc3\xe8\xf5\x07\xc4\xf2\xbf\xb4\x97\xdb\x1f\x8b\x43\x68\xe3\xd7\x6d\xe0\x09\xa9\xab\xac\x9f\x30\x23\xf1\x6d\x99\x33\xcb\x7c\x45\x7a\xd9\xa3\x22\xb3\x70\x37\x67\x8b\x79\x2e\xbf\x0b\x9d\x95\x1b\xc5\x3b\x9a\x92\x96\x65\xe4\xfc\x89\x01\x75\x57\xd9\xad\xa1\x37\x32\xae\xb3\x98\x07\x9c\xe5\xd1\x4c\x8b\xed\xc5\xa2\x5a\x42\xb5\xce\x93\xfb\x8c\x3e\x6e\xc9\x6a\x46\x0d\x35\x5c\xd7\x53\xaa\xd4\xb8\x4b\xf3\x0b\xbf\x67\x2c\x64\xfd\xcc\x3f\xa9\x78\x0f\x3f\xcb\x31\xcb\x1a\x92\x4f\x19\x1e\x4b\x84\xa7\x99\xba\xc9\x22\x38\x74\x52\xc6\x14\xc1\xf1\xfd\x5a\x99\x96\xfb\x73\x7b\x90\xf0\x03\x3b\x76\xdd\x76\xee\x4c\x46\xcf\x12\x2e\x31\x48\x1f\xa3\x0d\x2e\x75\xcd\xe3\x49\x9c\x0b\x19\x46\x39\xd3\x6c\x7a\x6f\x68\x82\x72\x73\x56\xe9\x6a\x92\xb6\x1b\x8e\xaa\x73\xa3\x31\x2d\xa2\x34\x86\xac\x54\x41\x32\x6c\xdf\x07\xd9\x54\xf1\x78\xf7\x57\xc2\x30\xbe\xdf\x3a\x5b\x4e\x2a\x9b\xbc\xe4\x1a\xb1\x81\x48\x50\x37\x95\x2e\x28\xef\x17\xf5\x17\x86\x95\x04\x32\xf6\x98\x0a\x0b\x2e\x80\xfe\xc6\x3b\x79\xf7\x12\x7e\x67\x7e\xce\x7e\x1c\x75\x5c\x3b\x55\xff\xf0\xa8\xb3\x6a\xa4\x3a\x67\x9f\xb3\x54\xac\xf8\x9f\x7b\xb2\xe0\xb9\x78\xd9\xda\xdf\xec\x7f\xbc\xd1\x4b\xfe\xd1\x1b\x19\x7a\xf5\xae\xd2\x49\xb5\x47\x44\x3b\x0a\x0f\x54\xa6\x13\x39\x26\x49\x69\x1c\x50\x61\xac\x2a\x5c\x95\x10\x9d\xd9\x91\xd7\x11\x79\x4f\x73\x3b\x7b\x77\x70\x87\xb2\x43\xc7\xf4\x1d\x92\x06\xaa\x4e\xb9\x7b\x0a\x4c\x92\xa1\xb5\x1f\xd8\xcd\xfc\x45\x36\x8b\xe9\x08\x73\x6a\xc6\x93\x92\x1f\x8d\xcb\x85\xdd\x85\x1b\x6b\x3f\x12\x0b\x4c\x29\x95\x2c\x60\xb5\x91\x55\x32\x1c\xff\x36\x93\x53\xb0\x32\x32\x5e\x23\xcb\xdd\x11\x1c\xa7\x24\x1b\xc6\xfb\xe6\x4a\x27\xaa\x4f\xb8\xdb\x0b\x42\x64\x7e\x6b\xbf\xb3\x13\xf9\x1f\x6c\xf6\xd0\xd7\x30\x3d\x84\xd3\x5b\x73\x29\xb5\xc4\x60\xc3\x7f\x94\x5e\xc8\xaa\xd6\x9f\x72\x23\xe9\x5f\x45\x0e\x30\x3d\x86\x55\x7c\x1d\x20\x85\x35\xe5\x0f\x81\xa3\x03\x22\x8d\x79\x60\xc5\xae\x65\xba\x3f\x10\x67\xb3\x9f\x6a\x2c\x9c\xbe\xb2\x42\xac\x45\x4e\x59\xaa\x38\x5d\x68\xb8\xe0\x63\xab\x13\xb4\x9c\xc8\x6b\x90\x43\x23\xc1\xfb\xb5\x13\xc0\xdb\x49\x3d\x15\xe1\xe0\xf3\x98\x13\xc5\x22\x68\x51\x98\x22\x3f\x07\x4a\x08\xf0\x34\x26\x42\xaf\x77\xcd\xd4\xdd\x80\xd1\xcd\x1b\x95\x2f\x10\xeb\x95\x66\x31\x81\x34\x5b\xea\x39\xb5\x68\x9c\xa0\xa7\xa5\x07\xa9\x20\x12\x1b\xb6\x20\xc7\x40\x5d\x4d\x15\x32\x26\x49\x5c\x31\x03\x7e\x12\xb3\xa1\x78\x37\xfc\x32\x2c\x21\x3f\x0c\x99\x14\x60\x63\x5c\x83\xec\xdb\xf9\x4d\xa7\x46\x74\x9b\x6d\x94\xd5\xc8\xf7\x95\x46\xf1\x31\xd4\xcf\xb2\x88\x23\x41\xcb\x05\xf3\x9b\xff\xd0\xde\xd2\x3f\xd4\x93\x69\x3b\xc1\x1d\x35\xa3\xa8\xaa\x24\x97\xf2\x28\xea\xfc\xd3\xf7\x8a\xb2\xf1\xba\xb0\xa5\xa6\x3a\x1c\xf0\x7f\x9a\xcd\xc1\x03\x77\x5e\xd3\xcd\xc0\xed\x36\x8f\x53\xae\xc2\xbe\xad\x2c\x14\xdd\xc5\x3a\x2c\x87\x38\x73\x30\x11\x1f\x6d\x8e\x64\xb7\xd1\x53\xeb\x6e\xb3\x0a\x80\xeb\xd5\x47\x98\xc2\xc4\xeb\x65\xad\x8c\xfc\xd3\xb4\xa2\x71\xc4\xe3\x63\x37\x4d\x56\x84\xb3\xbf\x31\xeb\x0b\x5d\xbe\x33\x5b\x7b\x86\xf6\xdc\x75\x58\x81\xd2\x56\xad\xec\x10\xad\xa6\x9e\xb5\x5a\xc9\x3e\x8d\xeb\xf9\x5b\x9a\xaa\x84\x8f\xe9\x53\xeb\xd6\x0b\x82\x81\xf0\xaa\x6a\xde\xd5\xc4\xb3\x65\x4b\xb9\xc0\x69\x87\xc2\x18\xce\xf6\x63\xd4\x3c\x8c\xbd\xd0\xff\x64\x56\x10\xf3\xcf\x4e\x92\xa6\x89\xd1\xec\xfa\x5c\x7e\x91\x48\x5e\xf9\x52\x98\x48\x9f\x6d\x85\xb3\xf2\xa8\x39\xbc\xe0\xc6\x3b\xaa\x57\x34\x97\x0b\x41\x8a\xef\x14\x5a\xe5\x2d\xd9\xb7\x04\x75\xa9\x9b\xe4\x73\x74\x6c\x01\x24\xfa\x1d\xfa\x2c\x57\x2c\x9c\xed\xf7\xca\x10\xcd\x5f\xb1\xd3\x41\xdd\xcf\x9d\xe8\xda\x27\xbb\xcf\xea\x5b\x35\x43\x80\x32\x50\xab\x1f\xcc\x12\xfa\x2c\xae\xbe\xf1\x90\x71\x26\xf5\x70\x6d\x8b\x21\x98\x2c\xab\x74\xd6\xa9\xe2\x6b\x4b\x44\xea\xeb\x51\x1a\x73\xaf\x6a\x5a\xe8\x9a\x9c\xfb\xf2\xfd\x7e\x41\x99\x45\x12\xb2\x77\xbb\x7a\xbe\x30\xdc\x35\x43\x66\xc7\x9b\xbf\x6a\x09\xff\x22\xab\xcd\xfa\x08\xe3\x1b\xe1\xc3\x91\x35\xdc\x29\x1e\x81\x87\xd5\x1e\x32\x67\x92\x8a\x2a\x3a\xf3\xd6\xc7\xdd\x28\x99\x9d\x6d\x8a\x6c\x31\x6f\xc9\x9c\x11\x92\x98\xb3\x53\x93\x7c\xb0\x35\x73\xa6\xb2\xc4\x3b\x24\x03\x92\x66\xb8\x26\x48\x25\xc2\xbd\xab\x56\xf1\x37\x73\x6e\x59\xeb\x18\xf1\x0c\x2f\xce\xb8\x86\xac\x72\x1a\xf6\xa4\xd6\xa6\xf8\x3f\xd2\xb6\x0a\x45\x81\x73\xdc\xe9\xe2\x7b\x79\x7e\x91\x47\xf3\xbf\x67\x1f\x09\x59\x64\xfc\xab\xf7\x3f\x08\xeb\x3b\xd5\x8b\xbc\xd7\x64\xac\x97\x73\x5c\x4f\x4a\xf7\x88\xea\x57\x6d\xe2\x7d\xe6\x5e\xb0\xee\x64\xac\x62\xc8\xd8\x58\x43\x4c\x75\x30\x96\x52\xf3\xb6\x5c\x9e\xfe\xa0\x22\xa2\x38\x37\xee\x7f\xc5\x2a\x73\x7a\xe4\xf8\x7c\x73\xae\xdd\xd1\xdb\x46\xb3\xa1\xeb\xe0\x41\x7d\xac\xd6\xd1\x7b\xa6\xea\xa6\xd2\xde\xf5\xb4\xe4\xa3\xf8\xf9\x2a\x7f\x9e\x9a\x77\xdc\xfa\x3b\x71\x83\x91\xcd\xb4\xee\x4e\x03\x9a\xe0\xd7\x6d\x7a\xa0\x21\x55\xde\xd8\x0c\x64\x9e\xfb\x55\x5b\x09\x5c\x3c\xb9\xb4\x22\x15\xb4\x0e\x1a\x2e\x9e\x0e\xea\xf6\x1f\x36\x05\x40\xbb\x77\x3c\xcf\x9a\x06\xcf\xd9\x38\x4b\xcd\x84\x7f\x3b\x94\x4b\xa3\x90\x1b\x96\x23\xb9\xad\x68\x25\xe3\x5e\xb7\x25\x3c\x03\xee\x68\xdb\x03\xdd\x4e\x8d\x69\x8c\x87\xa4\xe7\xae\xd7\xc6\x40\xec\x93\x13\x2a\xd6\x42\x85\x41\xb7\x8a\x2e\x43\xdf\xf6\xbb\x99\xe6\xc3\x67\x76\x0c\x1a\x9e\xc2\x3f\x36\x8e\x54\x47\x23\x72\x87\x12\xa9\x0f\xba\xd4\x72\x3c\xb7\x18\xad\x63\x08\xbb\xda\x51\x1a\x9c\xd1\xfa\x01\x5d\x98\xba\xb1\x71\x21\x52\x74\x2e\xb7\x76\x16\x12\x1f\xf1\xa4\xfc\x21\x12\x11\x54\x5b\x84\x20\x94\xfd\x36\x79\x97\x90\xea\x1d\x97\x0c\x79\xe8\x38\x97\x4f\xea\xb5\x68\xb8\x43\xa1\x74\x01\x9a\x6b\x39\x87\x4b\x43\xbf\x31\xe6\x77\x7e\xa6\x27\xc3\x5b\x5a\x97\xd3\xaa\x53\xde\x37\x04\x50\x7f\x9e\x3b\x59\x13\x4c\x8d\x8d\xd0\x97\xaf\xa2\x4e\x08\x82\x0a\xfb\xf0\xb6\x7d\xc3\x79\x0b\x71\xe5\x8e\x46\xc3\x54\xfc\x8c\xcb\xe3\x0c\x15\xee\xee\xd0\x20\x61\xe1\x63\x2c\x77\x73\xfe\x60\x97\x88\x3b\x9d\x87\xd9\x5f\xe1\x91\x2d\x10\xeb\x4e\x4a\x45\x7d\x26\xb3\xe1\xdc\xea\xea\x02\x46\x7f\x44\x52\x19\x9d\x31\x3a\xe8\x70\xe1\x0a\xc2\x6f\xdf\xf5\xdc\x54\x7a\xf9\x8e\xac\xcc\xe3\xf4\xf1\x2e\x83\xaa\x47\xb4\xc3\x0e\x83\xe2\xeb\x54\xb9\xa5\x98\xb3\x13\xbf\x4a\x64\x74\x18\x84\xb5\x50\x53\x73\xbf\x60\x4b\x4a\x72\xdd\x30\xaf\xe9\xec\x70\xf5\x28\xee\xe9\x08\x8f\xd2\x87\x9c\xd5\x41\x76\x05\x10\x7b\xec\xbe\xd2\x9c\x3e\xe6\xab\x1d\x6c\x7d\x3e\xa3\xd6\xe5\xbe\x6a\x31\x01\x38\x8e\x15\xff\x8f\xbe\xd2\xf2\x2d\x1b\xa0\xf6\xd1\x5f\xb6\xe7\xaa\x42\xa0\x19\x4d\xb7\x14\xd1\xc9\x7d\x17\x7e\xc8\xce\x9d\x0d\xac\x1a\x29\x89\x3d\x51\x52\x72\x5b\x84\x1f\x29\x33\xa7\x08\xb2\xf6\x1d\x33\xb6\xf0\xda\x76\x84\xe9\x0c\x9c\x7a\x97\x47\xca\x85\x2c\xb5\xa3\xbb\x68\x32\x23\xde\xea\x34\x2b\x95\xbe\x8c\xee\xd5\xf6\x23\x6b\x08\x8c\x68\xb2\xc8\x5c\x9f\x3c\xfd\xc2\x7a\x2d\x70\x26\xb3\xd2\x25\xa3\xe3\xc4\xa4\x92\x09\xca\xf9\x47\x96\xe7\x1b\x64\x67\x7c\x3f\x65\xbf\x13\x97\xec\x58\xa8\xbd\x2e\xb8\xe0\xd2\xab\xf0\xe3\x6a\x1c\xc3\x84\x9e\x2c\xd0\xaa\x97\x59\x4e\x78\xd0\xe4\x6d\xa1\x85\x73\x80\xb2\x46\xae\xa9\x23\x29\xb2\x36\x27\x27\x2a\xe6\x5b\x85\xca\x30\x1c\x7e\xb2\x38\x54\x07\x05\xaa\x4d\x9f\xd4\x63\x7d\x79\xd9\x5b\x14\x71\x1e\xf7\xb4\xcb\x24\x7c\x97\x4e\xb9\x59\x80\x3a\xd2\x05\x39\x9c\x20\x6b\x6b\xa6\x0d\x63\x21\xcd\xb1\xcd\xaa\xd4\x13\xd8\xdb\xe8\x53\x68\x4e\x9a\x57\x1b\x95\x3f\x39\x26\xb7\xc2\x2f\x67\x67\xf8\xbc\xe2\x49\x86\x84\xc0\xe3\x26\xad\x56\xed\x1b\x95\xf5\x5c\xa5\xf5\xe8\xd4\x5c\x92\xed\x75\xb9\x2c\x0f\x16\xf6\x3a\xea\x04\xc1\x5c\x2b\x6b\x1f\xc6\x3d\x46\x30\xb5\xb3\xf5\x41\x45\x07\xe5\x75\xe3\xa8\x92\xef\x89\x97\x6a\xad\x0a\xed\x63\x22\x2a\x46\x9a\x16\x1d\xbf\x55\x54\x92\xfd\x23\x70\xad\xc9\x5d\x7f\xd9\xd7\x27\x0b\x57\x27\x79\xd4\x6a\x4e\xca\x2b\x5d\x1e\xca\x7e\x8a\xfa\x1d\x5b\xf9\x7f\xb8\x66\x6b\x88\x81\x30\x8e\x61\x3b\xfa\x0e\x43\x73\x48\xfe\xdd\x21\xe0\xcb\xf8\xd0\xb6\x03\xa0\x22\xda\xa2\xe1\x1f\xa8\x3b\xd6\x58\x13\x0b\xde\x39\x34\xb1\xac\x00\xda\xb1\x67\x5c\x01\x06\xdd\x75\xf7\x37\x96\xc2\x22\xe7\x10\x6d\x2d\x72\xd6\x7e\x89\xec\x0d\xba\xc4\xa2\x96\xc7\x43\x87\x30\xc7\x4b\xdf\x91\xbd\xa4\x9d\xdd\x23\xe1\x77\xf1\xee\xad\xdf\x60\x38\x7a\x74\x43\x01\x7c\xf0\x58\x6e\x8d\x35\x7c\x28\xe0\x53\x59\x04\xcc\xf2\xf9\x58\xb0\x0d\x7e\xed\xbe\xd3\x48\x47\x4e\x39\xef\xd5\x0a\x90\x2f\xf6\xd6\xb2\x2e\x34\xca\xe2\x02\x2f\x1d\x7d\x8c\x7e\xbd\x94\x85\x65\x93\x3c\xbb\x14\xd8\xb4\x78\xcb\x56\x05\xca\x8a\x7a\xd6\xb0\x1f\x5d\x7e\x8c\x5f\xdd\x8d\xfc\x08\x18\x2c\x9b\x8c\xfc\xf1\xb9\x6f\x7e\x8d\xda\xbb\x6f\x33\xfa\xa0\x51\xce\xdb\xb5\x01\x68\xb9\xfd\x7c\x99\x14\x7d\x6a\xd1\xc1\xf3\xc1\x16\xa0\x65\xbd\x17\x89\x23\xe9\xdf\x3a\x7b\xe9\x29\x71\x8f\x5b\x1a\x69\xaa\xa8\xa2\x7a\x94\x3a\x7c\x2c\xac\x7a\x2c\x95\x12\x50\x52\xba\x8b\xba\xd4\xa7\xce\x6c\x8b\xbf\x71\x5f\x97\x9d\x8f\x97\x3b\x6f\xd4\x94\xe0\xa8\xbd\xbd\xf4\x27\xee\x62\x31\xcc\xad\xc2\x5e\xa3\x5d\xbd\xd6\x1c\x7e\xfa\xf7\xce\xf9\xec\x90\xb8\x81\x96\x11\x2c\xa7\xa8\xac\xba\x8b\xcc\x35\xc7\x0e\x57\xf9\x33\x0e\x05\xe4\x94\x48\x08\xbe\x4f\x45\x7e\x32\xfd\x99\xfb\xaa\xac\x77\xf4\x0d\xce\x5b\xd5\xaf\x68\x54\xfb\x7d\x52\x17\x6a\x9d\xe5\x66\xce\x30\xfe\x06\x15\xf4\x44\x8b\x46\xa5\xdf\xee\x08\x13\x80\x71\x1d\xcd\x5e\xbc\x7f\x51\xe2\xba\xe9\x5c\xd9\x31\x9f\x4a\x2d\xc7\x2f\x40\x55\x7c\x9f\xbd\xc0\xa7\xd0\x54\xcf\x1c\x76\x5f\x99\x65\xcb\x68\x77\xde\xa9\x9e\x4b\xb0\xed\x49\x92\x08\xfa\x36\x4b\x2e\xc7\x9a\x3a\x84\x8e\xbf\xb8\x4b\xb5\x2f\x3d\xb8\x7d\x87\xc2\x3b\xee\x40\x93\xad\x6c\x7b\xd4\x92\xda\xf7\x92\x4d\xa1\x0f\x2b\xd2\x44\xbe\x01\x3e\x45\x15\x82\x48\x1f\x72\x9e\x98\x47\x77\x5f\x64\x18\xc3\x61\x39\x87\xa9\xfe\xb0\xc8\xf6\x2d\xe2\xfd\x8c\x08\xab\x29\xec\xe9\x74\x57\x24\xad\x3b\x26\x6b\x5b\x5a\x6f\xdb\x31\x3d\x16\xdb\xd2\xe8\xaa\xe9\x8e\x54\xd6\xfc\xcd\x98\x11\x1a\x5e\x4e\x53\x9c\xf5\x1f\x2a\x6c\x91\xb6\xf9\xac\xcf\xd5\x8b\xe7\xba\x0d\x67\x2e\x14\x6c\x74\x8e\x50\x59\x70\x5d\xed\x3f\x8b\x92\x59\x1e\x56\xc9\xac\x2d\x84\x0b\x62\xdb\x95\x6d\x6e\x49\x8b\x69\x35\xe6\xc5\xc4\x1e\x6a\x20\x8c\x53\x22\x6d\x6b\xb6\x67\x1a\x42\xde\x96\xd5\x6a\xdd\xfc\x99\x05\x5f\x54\xf7\x76\xff\xce\xb9\x29\x3f\xe5\xf6\x44\x7f\x40\x5c\xe8\x0c\x2a\x23\xf9\xd7\x1c\x6c\x85\x3d\xec\x67\x56\xed\x4c\x03\xf1\x14\x1e\xec\x0a\x2d\xd6\xa4\xcd\x6a\x3d\x68\xfe\x1a\xbb\xb8\xc1\x39\xef\xd8\xa9\xf7\xd5\xcf\xb2\x0d\x21\x55\x65\x47\xf4\x2f\xfc\x23\x0a\xc4\x9a\xd5\xbb\x9f\xe7\x24\x2b\x83\xdc\x1e\xe8\x5e\x48\x9d\x9d\x85\xca\xc9\x82\x2f\x0e\x3b\x85\xe9\x1c\xa1\xd5\x07\x66\x10\x63\x0e\x2c\xed\x9a\x5e\x76\x25\xb5\xa5\xe5\x6b\xd1\xab\xf3\xef\xea\xef\x9a\x97\x9e\x6a\xad\xc6\x73\x57\x84\x70\x4a\xdf\x66\x2d\xf1\xf7\x29\xb0\xd5\x59\xee\x7e\x94\x33\x5e\xf5\xcd\xed\xa9\x2e\x56\x76\xc6\xb9\x42\x91\x2d\xbc\xe3\x90\x28\x9c\xcf\x9d\x68\x6d\xc7\xf8\xc7\x98\xff\x2b\x12\x8a\x03\x83\xdf\x30\x21\x2a\xc8\xbc\x77\x18\x52\x83\xed\x17\x9f\x40\x4d\xe0\xb7\xea\xbb\x50\x05\x58\x9a\x1d\x0e\x4f\x80\x24\x82\x45\xf0\x0a\xe8\x39\x49\x03\xef\x87\xd7\x47\x4c\x81\x01\x98\xba\xeb\x11\x5c\x04\x5f\x75\xbc\x0b\x3f\x41\x96\xfc\xa4\x83\xd7\xd0\xf0\xd7\x26\xf0\x23\xba\xe0\x6e\x22\x34\x1b\x79\x75\x71\x21\xe4\x86\x34\x57\xcf\x81\xbc\x91\xd3\x59\xb5\x50\x3e\xd2\xc1\x4f\x86\x6e\x22\x57\x48\x93\xe1\xe9\x48\xef\x09\x08\xf6\x43\xda\x76\xa5\xc2\x12\xc4\xe4\x28\x86\x07\x11\xfe\x0f\x06\xe8\x47\x0b\x7c\x55\x0e\x26\x50\xdb\xee\xb0\x41\x0e\xd5\xb9\xdb\x17\x6c\xc6\x85\x55\x9e\xe0\x3b\x7c\x49\xd6\x1c\xc8\x0b\x9f\xc9\xbb\x0a\x91\xb0\x6b\xe9\x2c\xa8\x03\xc3\xc3\x9f\xc1\x73\xb0\x65\xbb\xe6\xc0\x67\xd0\x1c\xc7\x43\x70\x03\x6a\xf1\x8d\x06\x90\xb8\xb1\x2f\x6a\x00\x1d\x67\xc7\xad\x02\xa0\x83\x3d\xaa\x53\x00\x7c\x67\xde\xab\x28\x04\x37\x32\xba\x32\xaf\x82\x09\xc4\x47\xae\x16\xac\x22\x2c\xd2\x8c\x90\x05\xdd\x21\x7c\x36\xc4\xa4\xcd\xdf\x99\x02\x0d\xe3\xbd\x8e\x33\xe1\x30\x2c\xf2\x4b\x0b\x25\x55\xe6\xfb\x7c\x32\xc5\x2c\x89\x19\x18\xa0\x0c\x89\x18\xed\xfd\xc0\x7c\x41\x5d\xd9\x5f\xe0\x28\x7f\x9c\x7e\x2f\xa0\xe3\x92\x38\x7b\x80\xcf\xec\x67\xa9\x19\xe0\x19\xd6\xfa\xe3\x3e\xe0\x6b\xc6\x21\xef\x2f\x50\x14\xdd\xd6\xe1\x07\xf4\x08\xbf\xf2\xb9\x89\x6c\xd6\xf5\x3d\x1d\x49\x7e\xa0\xd9\x79\x63\x04\x65\x9e\xaa\xa4\x6d\x3c\xc5\x57\xe1\x5a\xea\x47\x61\x4a\x2f\x6b\x3b\x29\xf7\xc5\x00\xeb\x37\xb0\x59\x38\x3f\x45\x0e\x34\xf0\xf8\x61\x18\xb8\x8f\xdd\xef\x4d\x80\xb7\x18\x06\x87\x4f\xd0\x31\xda\x8e\x8f\x9b\x49\xe5\xc5\xf6\x8f\x0d\xa4\x17\x66\xc9\x55\x8c\xbc\x20\x6f\x6c\x73\x0e\xd9\x3f\x3b\xa9\x78\x16\x39\x43\xff\x50\xdd\x48\xfe\xac\xf1\x61\x6e\xa4\x1c\x57\x32\x93\x6d\x29\xaf\xa5\x82\x63\x69\x00\x55\xb8\xd3\xeb\x0f\x68\xcd\xa1\x39\x7c\x01\x6b\x88\xb8\xf7\x8d\xa4\xd9\x4d\xdf\x1e\xce\x26\x79\xd5\xad\xea\x5f\x41\x3a\x57\xc5\x69\x0c\x23\xe5\x95\xf6\x15\xbc\x21\x7d\x2e\xf8\xa1\x6a\x27\xfb\xe7\x8d\x22\x28\xe4\x6e\x43\x57\x62\x2d\xe5\x88\x66\x43\xe8\x39\xca\x37\xf9\x7a\xaf\x73\x80\x41\x90\xeb\xf0\x01\xdc\xcb\x34\xbd\xa5\xa4\xbf\xbf\x02\xdc\x1f\x41\x1a\xd7\x73\xa7\x6f\x14\x69\x49\xc7\xe2\xfa\xdd\xa4\xa3\x4d\x1e\xf9\x9f\x48\x59\xb5\x4e\x8a\x61\xd2\xbf\xb2\x0f\xb4\xe7\xe4\xd4\x82\x5d\x09\xb1\xe4\xb7\xd9\xff\x85\x64\x53\x60\x8d\xa3\xd7\x28\x60\xbb\xa4\xc4\xe1\x33\xf0\x8f\xad\x79\x53\x9e\xde\x75\x7b\xd1\xa0\x4d\xfa\xab\x6b\xb6\x97\x96\x93\x46\x5f\x1a\x59\x17\x47\x72\xe9\x30\xe4\xaf\x20\x01\x4d\x23\x15\x1b\x49\x03\x35\x96\xb4\x9d\xe4\xdd\x25\x2d\xf1\x4f\xc9\x65\x79\x48\xc8\x29\x8a\xab\xee\x91\xe7\x53\x60\xac\x2c\xda\x71\x0a\xd0\xc7\xf1\x78\x33\x33\x3d\xef\xc1\xfb\x7b\xc9\xe9\x1d\xb7\xc5\xbd\x58\xfa\xe0\xb5\xe9\x17\xae\x90\x26\xf4\x6e\x37\x71\x48\xbb\xda\x17\xca\x8b\x49\x8a\xfa\x6c\xea\x35\xf2\xf8\x0a\x6d\x3c\x85\x1c\x6d\x86\x42\x76\x91\x07\x0d\x93\x3c\x5f\x51\xca\xe4\x1a\xc7\xdd\x00\xc4\x39\xfb\x45\x8b\x46\x01\x8a\xe7\x5e\xa8\x03\x50\x7f\x93\x85\x7c\x04\xbe\x75\x64\x20\x97\x41\xe7\xf2\x77\x88\x0e\x74\xce\x9c\x8b\xc8\xa0\x71\xdc\x6d\x48\x1a\x94\x9a\xe6\x83\x84\x42\x0f\xc2\x37\x23\x5e\xf0\xbe\x9d\x65\xc8\x7a\xb8\xde\x31\x1c\xb1\x40\x56\x0d\xb7\x22\xed\x08\xfe\x2c\x0e\x91\x20\x3e\x03\x65\xc8\x59\x64\x79\xfb\x4d\xc4\x1f\x19\x5d\xbe\x06\x59\x03\xdf\xd3\xa7\x22\xeb\x11\x7b\x8e\x10\xb1\x40\x0e\xa5\x0e\x20\xf3\x91\x84\xe3\x79\xc8\x0c\x84\xd8\xe9\x8b\x4c\x47\x24\x8e\xf3\x90\x71\x88\xee\xf3\x15\x64\x1b\x35\xf6\x29\x86\xcc\xc0\x3f\xdd\xb8\x01\xbf\xc0\x93\xda\xc7\xc3\xf7\xb1\xd7\x65\xe7\xe0\x4b\x18\x57\x77\x19\xee\xc7\x50\xf6\x77\xb8\x05\x3b\x96\xea\x0f\x5f\xc3\xec\x8e\x6f\x82\xef\xa2\x4f\xbc\xdf\xc2\x2f\x51\x8e\xc3\x4b\xf8\x35\xea\xf8\xf1\x3d\x7c\x98\x73\x7e\xa8\x00\x5e\xcf\x3e\x71\x7d\x32\x3c\x97\xe5\xdc\x7a\x02\x9e\xc4\x5c\x5e\xf2\x1e\x9e\xc8\xb0\xd3\x52\xe1\x31\xc4\x39\xd6\x35\x78\x1a\x3d\x37\xe5\x3c\xbc\x8a\xd6\x1b\x76\x12\xf6\xa7\x5e\xf3\x8e\x84\x93\xf1\x02\x87\x3a\x98\x8f\x25\x7e\x58\x03\xc1\xd2\x89\x8f\x47\x42\xc7\xc4\x87\xaf\x7a\x43\xbb\x84\x8a\xe6\x12\x68\x2b\xff\x75\xf1\x41\x68\x1b\x6f\xbf\x66\x1e\xe4\xc9\x19\x64\x4a\xa0\x40\x76\x78\xf2\x69\x88\x60\x76\x1e\x53\x43\xcd\x8c\x09\x5e\xef\xa0\x4f\xf4\x51\x0e\x46\x78\x31\x7e\xf7\xfd\x6e\xd0\xac\x3d\xff\x70\x0a\xa8\x52\xcf\xea\x47\x40\xa1\x52\xd5\x38\x0c\x22\x72\x8f\x42\x23\x08\x4b\x3e\x66\x28\x41\xae\xa8\x99\xb1\x0f\xcc\x11\xa4\x27\xc5\x82\x8f\x79\x53\x43\x5f\x40\x36\xec\x24\x2f\x3e\x14\xce\x48\x76\x28\x84\x64\x34\xef\x37\xad\x40\x4d\x21\x65\xd0\x0c\x98\xf2\x67\xf7\x8d\x06\x32\x72\x8a\xeb\x95\x00\x27\xcb\xc3\x4c\x02\x78\xba\x2b\x4a\x35\x90\xa3\x0e\xa3\x8b\x81\x2b\x8a\x8e\xc4\x49\xe0\x34\xc9\x70\xc8\x7f\x60\x90\xe0\xa6\xd7\x3c\xd0\xc8\xd9\xe5\xd0\x09\xbe\x22\xce\xbd\xda\x06\xac\x69\xf8\x7a\x77\x19\xf0\xbf\xda\xf0\x1e\x23\xe5\x6b\xc5\xbb\x0b\x87\x28\xcf\x4a\x8e\x98\x8e\x50\x9e\x99\xf3\xe4\x79\xc0\xd8\x9c\x87\xd4\x7b\xc0\xa6\xcc\xab\xf1\x46\x80\xa2\x4e\x3c\xfa\x1a\xb8\x24\xcb\xf6\x94\x83\xcb\x04\x87\x1d\x7a\xc1\x74\xa6\xfc\xc5\x34\xca\xef\xcb\x56\xb7\xe7\x52\xfa\xbb\x1b\xbb\xc5\x94\xdc\xb6\x6d\x35\xfb\x29\xe2\x06\x5e\xee\x59\x8a\xa8\xba\x50\xfa\x94\x52\x54\xaa\xc2\x0f\x51\x86\xcc\x4b\xe3\x22\x81\x19\xd9\xe3\x8e\xda\x02\x41\x6a\x92\xe7\x2a\xa0\x55\xe2\xe9\x70\x1d\x74\x60\x03\xcf\x7d\x28\x83\x03\x95\xb7\xb6\x53\xca\xfb\x87\xbb\xea\x29\x44\xcf\xd8\x6a\x0a\x25\xb6\x6d\x20\xc7\x40\x39\xdb\x10\x21\x5d\x49\x41\xab\x4a\xb1\x4a\x4a\x79\x31\x11\xfb\x98\x72\x3b\x97\x15\xfc\x1c\x98\xa9\xb3\xf2\x9c\x0a\x30\xa5\x1f\x1c\x5e\x02\xdf\x38\x0b\x9e\x95\x51\x9a\x06\x63\x6f\xea\x29\x82\x9b\x07\xbb\x2c\x28\x61\xfd\xbf\xab\xee\x53\xdc\x2f\x1e\xcb\x99\x4e\x71\x6a\x8d\x91\xe4\x50\xbc\xea\x96\x61\x3b\x29\xb1\xe5\x87\x63\x31\x0a\x33\x1f\x0e\x6e\xa3\xd4\x64\xba\x7b\xce\x02\x9c\xe5\x36\x8e\xd6\x40\x0e\xc7\xeb\xbf\x46\x2a\x89\x52\xfd\xe8\x0e\xfe\x91\xf2\xeb\x2a\x8e\xc7\x03\x6b\x5b\x96\xe0\x93\x80\xa0\xe2\x41\xcc\x0c\x98\x34\x42\x2c\x14\x3c\xcd\x5a\x8e\xfe\x03\x3f\x27\xf7\xa2\x59\x10\x1c\x66\x83\x7a\xc3\x93\xbd\x8f\x22\x1f\x60\xa5\x43\x2d\x22\x44\x56\xbd\x7f\x86\x0f\xc2\x92\x47\x63\xf0\x13\x30\x74\xa5\x11\x7b\x0d\x9f\x6c\x0e\xc3\x44\xf0\xb6\xe2\xa5\x98\x1b\xbc\x43\xfd\x0e\xfd\x09\xcb\x98\x38\x9a\x0b\xdf\x4e\x0e\x44\x4f\x21\xd3\x8e\x35\xa0\xf3\x11\x77\xaf\x6f\xc8\x35\x24\xde\x01\x43\x40\x44\xfb\xee\x17\xbe\x13\x67\x3f\x5c\x85\xdd\xc6\xad\xfa\x9f\x60\x31\x58\x43\x93\x00\xb3\xc4\x3c\x8b\xa2\xd0\x3b\xe8\xb0\x3a\x00\x95\xa2\x4f\x18\xef\x51\x7f\xf4\x71\xd2\x2d\xd4\x0a\x6d\x3b\xe6\x89\x0c\xa1\x0a\xaf\x6c\x24\x1f\x8d\x72\x38\x8a\x44\xa0\xf6\x6f\x97\x62\x01\xec\x94\xfb\x67\xd0\xb7\x2c\xda\xe5\xb5\xa8\x88\x79\xba\xe1\x2f\xba\x9b\x11\x57\xf0\x16\x9d\x45\x30\x54\x3f\x91\xdb\xf4\x5b\x44\x17\x92\x4d\x77\x4c\x7c\x8f\xe0\xb4\xf0\xd0\x34\xe4\x24\x15\xf1\xb2\x44\xb6\xe0\x88\x83\x23\x32\x09\x3b\xfb\x3a\x06\x2d\x14\xf7\xdd\x6b\x42\x37\x89\xbc\x2f\x51\x90\xbb\x02\x53\x7d\x38\xc2\xe4\xcf\x35\x9f\x46\x0e\x70\x05\xca\x2c\x64\x31\xc7\x89\xae\x83\x3f\xb3\xae\x26\xfc\x85\xef\x33\xf7\x87\x34\xc1\x7d\x44\x81\x67\x2d\x5c\x46\xbb\xec\x60\x0b\x0b\xf0\xfe\x97\x0a\xe4\x99\x66\xd6\x9d\x27\x08\xaa\x1a\xea\xe9\x40\x5c\x15\xf8\x85\x42\xf8\x91\x6c\x97\xa9\x17\xd6\x48\x66\x2a\xd6\xc1\x09\xc2\x5f\xb4\x13\xb0\x1f\xff\x5a\xc2\x44\x78\x1b\x17\x0b\x99\x0d\xaf\x67\x8f\xf7\x3c\x01\x2f\x63\x6c\x74\x70\x82\x27\xd3\x36\x3e\x5f\x00\x3f\x31\x5f\xbe\x05\xc2\xb2\x3c\x71\xf7\x1e\x78\x9f\x31\xb0\x26\x18\xfa\x64\x98\x94\x6b\x80\xca\xb4\xd5\xb2\xcd\x10\x2f\x23\x06\x2f\x84\x28\xf2\x2f\x71\xc5\x50\xac\x64\xdf\xd1\x15\xd0\x59\xc1\xd1\x1d\x5f\xa0\x33\xec\x3f\x0e\x41\x50\x28\x11\xfc\x84\x09\x27\xd5\x7d\xba\xf1\x07\x1e\x5d\x2d\xe8\x78\x05\x95\x94\xfb\x54\xcd\x82\x02\x8a\xee\x1a\xe9\xd0\xd4\xfc\x83\x12\x5f\xf0\xa3\xb1\x0c\xfd\x0b\x3e\xd7\x5f\x8f\x3d\x08\x3e\xc8\xc8\x0a\x76\x04\x1f\xcb\x26\xed\x20\x83\xaf\xf8\xc3\x0e\x51\xe0\x0b\x66\xea\xe3\x58\xd8\xa5\xb7\xee\xda\x57\xa8\xa3\x53\xd5\xf6\x1a\x0a\x6b\x09\xac\x58\x04\xfe\xa9\xbb\x99\x95\x03\xd6\x56\x59\x8a\xa4\xa0\xbc\xc4\x15\x81\x41\x96\x69\xf8\xfc\x02\x30\x39\x6b\x66\x50\x24\x18\x9f\x51\xbf\x63\x06\xc8\x10\x5f\x74\x88\x05\x65\xec\x7d\x8f\xf2\xe1\xc5\xd7\x77\x5f\x73\x80\xf2\xfb\x2e\xb4\x2d\x80\xb6\x75\xfd\x2b\xdf\x0b\xde\x6c\x1d\x65\x78\x04\x0a\xea\x2e\x08\x1f\x82\x31\x95\xae\xf0\x13\x30\xb8\xc8\xf3\x9c\x12\xdc\x9a\xc3\x0c\xb2\x06\x57\x6b\x03\x3c\x3e\x82\x07\xa4\xe7\x1d\x70\x30\x82\xfd\xf2\x91\x25\x3c\xf2\xce\xd0\x55\x19\xc4\xb8\xfe\xbb\x15\x84\x66\xf5\xdd\x2f\x2b\x02\xf3\xbb\x12\x0c\xfb\xc0\xe0\xe6\x02\x61\x08\xe8\x50\xab\x82\x53\xc0\x59\x65\x23\xce\xed\x00\xde\x99\x52\x8e\xfc\x06\x06\xf4\x31\x1e\x5f\x80\x9f\x32\xa5\xc3\x05\x70\x1a\x67\xf6\x93\x61\x56\x2d\x79\xef\xc0\x00\xb3\x89\x5c\xd0\xc5\x64\xe4\x91\xbf\x57\xdf\x27\xee\x51\x3c\x73\x23\x08\x4b\x4a\xa6\xcc\x82\xee\x0b\x78\xe1\x62\x1a\x05\xf8\x1d\x47\xa6\x66\x82\x75\xc1\xcf\xf1\x26\x88\xb4\x63\x1f\xf6\x08\xf6\xb0\xb7\x41\x3f\x21\xff\x7b\xb2\x84\xb5\x0a\xfc\x35\x30\x91\xb9\x05\x1a\xd7\xd9\xce\x58\x0f\xfd\xaf\x7a\x09\x11\x0b\x4d\xcb\x29\xa5\xd7\x41\x36\x52\x90\xf6\x0e\x42\xf1\xb1\xb4\x35\xd0\x50\xec\x5f\x6a\x24\xec\x15\x1c\x8f\xcb\x60\x83\xc7\x37\xac\x03\x99\x62\xf7\x1d\x7d\x86\xa4\x0e\xed\x62\x66\xa3\x57\x6e\x6c\x62\xd4\xa2\x44\xc7\x4f\xa2\x1e\xf5\xa9\x3a\x41\x8c\x40\x47\x1a\x7f\xd2\x0f\x23\x97\x25\x03\x34\x39\x72\x1b\x4b\xa3\x3e\x40\xfe\x8b\xc5\xa8\x2b\x90\xaf\xc1\x63\xf1\x33\xc8\x67\x8f\x62\x2c\x1b\xf9\x65\x77\x1b\xed\x43\xfe\x3e\x6a\x63\x08\x98\xe5\xd7\x5a\x89\x0b\x8c\xfb\xed\x7c\x7a\x0f\xf1\xa5\x72\x0a\xdd\x92\xb0\xca\x6e\xa5\x01\xf4\x63\xe2\x46\xea\x15\x5a\x0f\x8a\x51\xed\x68\x5b\xcf\x6b\x70\x09\x95\x13\xb4\x1b\x1b\xc6\x2f\x7b\xb8\x61\xee\xf8\x64\xbb\x3a\x34\x1d\x73\x7b\xf0\x85\x78\x2f\xcc\xbc\xea\x4c\x8c\x14\xec\x6b\x7d\x40\xb7\xe5\x3d\x2f\x8f\xa7\xa5\x71\x29\x59\x1e\xd4\x1b\x9c\x25\xa2\x13\x54\x27\xd6\x1b\xc4\x1f\x57\x30\x4b\xcf\x55\x61\xbf\x19\x21\x47\xf4\xd8\x31\xfa\xf3\xed\x6f\xd1\x32\xda\x41\xbb\x6e\xe4\x2b\x9e\x71\xdf\x8e\xf0\x52\xa5\xf5\xef\xa4\xc7\x2a\x28\x2d\x8e\x34\x85\x2c\xaa\xf4\x2a\x75\x48\x12\x9a\xd9\x40\xdd\x2c\x0a\x15\x8e\xc2\x75\x82\x14\x78\x29\xfe\x3f\x1e\x7c\xb6\x0f\x8b\xe1\x9c\x39\x32\x11\xed\x64\x39\x6e\xd7\xa2\xcb\x08\x93\xdd\x7d\xe4\x3c\xf5\xdf\xdd\x9b\xf4\xe0\x3c\x49\xdf\x7c\x1a\x61\x34\x36\x76\x51\x2f\x18\x4a\x8a\xd9\xd4\xd1\xba\x4c\x9d\x0e\x0f\x51\x73\xf9\x8b\xb0\x4e\x25\x0a\xa2\xd8\x56\x59\xc0\x19\x3e\x9a\x21\xfa\x1e\xb8\x06\x1d\xc1\x0f\xd8\xbe\x0b\x89\x62\x1f\xb4\x9f\x05\x57\x12\x33\x6e\xbb\xd1\xde\x56\xff\xee\x81\x68\xd3\xca\x3f\xd5\xa7\x51\x1d\x4a\x26\x16\x06\xe0\xb1\xe6\x21\x0d\x0b\x6b\xcd\xcd\xe2\xba\x60\x6b\xb3\x8e\x50\xee\xa3\xf9\xda\xfe\x18\x0f\x74\xa6\xf2\xef\x61\x6f\x84\x24\xb9\xe8\xde\x0f\x3f\xe3\x2f\xb6\xb7\x81\x5d\x99\x73\x6f\x6e\xa4\x65\x77\x79\x77\xab\xa8\xf5\xad\xc8\x85\x38\xfc\x6e\x83\xc2\x1c\x8d\x2f\xa8\x89\xcc\x68\xc7\x62\xca\xfe\xb1\x65\xe8\x95\xc2\x54\x72\x02\xba\x33\x57\x78\xda\x02\xc9\xcb\x5c\x7e\x28\x0d\x99\xa9\xda\xe8\x1e\x0d\xd3\x44\xed\xf6\xab\xa0\x21\xd6\xed\x81\x20\x9a\xe2\x32\xbb\xab\x9d\x6a\xbc\x18\x51\x2b\xc1\x2f\xb4\x4f\xc8\x97\x63\x9f\x1b\x83\x32\xc6\x63\x6e\x35\xd1\xac\x97\xa8\xbe\xcc\x9b\x74\x0f\x9d\x6e\xae\x8c\xce\x46\xe2\xb3\xe1\x43\x2b\xe0\x9b\xea\x22\xf7\x9d\xb0\xaf\xe4\x88\xbd\x37\x94\xcf\x8e\xbf\x91\x4f\x63\xdf\x78\xd5\x35\x8f\xca\xee\x8f\xab\x79\x8d\x8b\x2e\x56\x9b\x7e\x60\xed\x6d\x6a\x55\x1a\x36\xbe\x61\x35\x2b\x1a\x3d\x5e\x05\x93\xe2\x90\xee\xe2\x83\xd1\x87\x10\x9b\xdc\x80\x43\x23\x60\x4c\x5b\xea\xbe\x13\xfa\x21\x05\xec\xd3\xa1\x23\x6c\xc3\xad\x54\x61\x21\x69\x57\xcf\x3e\xc1\x2c\x92\xb9\x9e\xe0\x89\xc9\xa3\x0b\xeb\xb9\x3e\xe4\x13\x5a\x5b\xce\x38\xf2\x20\xf7\x15\xab\x86\xc2\x06\x48\xcc\x48\xe0\x50\x0c\xc6\xf8\x1f\x68\x71\x78\x29\x3d\x1b\xfc\xcf\xed\x19\xcd\x09\x7a\xb9\xc2\x1f\xcf\x83\xdf\xde\x6c\x13\xce\x00\x5a\x2e\xf2\xf9\x32\xe0\x7e\x5d\x3b\x6f\x15\xf0\xb1\x70\x12\xe7\x35\x38\x55\x43\x63\x97\x82\x5e\xdc\x20\x56\x2c\x98\x4f\xf9\xce\xb4\x87\xac\x63\x26\x13\x43\x90\xf4\x50\x29\x9d\x03\x4f\x75\x93\xd1\x6c\xe1\xdc\x15\x4b\xf1\x5c\x64\xf7\xcd\x89\x02\x32\x12\xde\xdd\xc3\x5f\x84\x6c\xb8\xf0\x9b\xdb\x89\x8c\x2b\x38\xc2\x61\xc1\xf7\xd5\x4f\xd9\x41\x70\x2f\xa7\x9d\x65\x09\xbf\xa0\xa4\x31\x86\x90\xd9\xa7\x33\x09\x23\xb2\xe1\xd0\x61\xfa\x31\x24\xc0\xed\x38\xf5\x1f\xc2\x59\x31\x03\x67\x21\x5d\x37\x62\xf9\x6c\xa2\xa7\x2b\x80\xe7\x4e\xcc\xad\x35\x72\x7e\xd1\x8f\x9a\xc7\xb3\x7b\x68\x05\x19\x26\x56\x16\x6d\x26\x3b\x8f\x99\x44\xd5\x93\x31\xc6\x0e\xea\xc6\xe8\x4e\x62\x31\x5e\x10\x60\xa6\xbd\xc0\xe7\xbb\x8d\xa5\xca\x31\xe1\x8a\x49\xf8\x2a\xf4\xcf\xb5\xeb\xbc\x1e\x3e\xb5\xe3\x2a\x17\xe7\x1d\xa9\x59\xc6\xd9\xcb\x9d\x67\xca\x60\x2f\x66\xdf\x56\x1d\x61\x7e\x67\x99\x58\xa9\x8c\x1b\x4c\x2d\x29\x9d\x28\x63\x88\xa2\x3e\xd2\x09\xe2\x44\x80\x15\xed\x10\xdd\x72\x5b\x17\x75\x32\xb5\x7d\x85\x1d\x96\x8d\x07\x5c\xdd\xc5\x5b\xad\x98\xda\xee\xc2\x79\x29\x73\xa9\xd2\xb1\x8b\x25\xc1\x79\x76\x2c\x48\x04\x29\xfe\x32\x83\x05\x45\xcc\xed\x0c\x77\xde\xef\xf4\x58\x62\x39\xd7\x2d\x6a\x3e\x6d\x98\xed\xe7\xaf\xa0\x36\x31\x7d\xb7\xb1\x71\x32\x31\x75\x85\x2f\x36\x97\x5a\x71\xf9\x3f\x6e\x80\x31\xbd\xe5\x13\x67\x81\xa1\xbf\x22\x8c\xf5\x54\xbf\x28\x67\x22\xb3\x58\xb3\x57\x3e\x89\x41\xa8\x52\x09\x90\x48\x90\x17\xa6\xbe\xa1\x1f\x93\xb4\x9f\xfa\x46\x5b\x27\x54\xfb\x5d\xa4\x8e\xe0\xb9\x6f\x5b\x8b\xb5\xb2\x44\x2b\xd2\xd1\xe3\xf4\xca\x4b\x06\xce\xef\x8a\xd5\x4d\x39\xec\xfc\x12\x56\x99\x3d\xeb\x54\xc1\xed\xac\xff\x98\x76\xa6\x91\xd2\xb9\xc4\x4f\xe3\x0c\x5a\x35\xfd\x69\xe6\xec\x94\x08\xda\x75\xf5\xa3\x93\x17\xa9\x66\x45\xd0\xc1\x0f\x38\x45\x4c\xda\xda\x89\xb9\xf1\x9c\x57\xb0\x90\x7b\x8c\xcc\x1e\x9c\x73\xa7\xb5\xb9\xc1\xc8\x26\x35\x1e\x29\xb1\x63\xd9\xd5\x5e\x30\x8c\x61\x3c\xaf\x78\x24\xde\x4b\x94\x16\xdf\xa0\xce\xa2\x0b\xf2\x73\x92\x86\x69\x69\x46\x9b\x08\x3d\x75\xaf\x6e\xe1\xc1\x85\xf8\x42\x85\x7a\x6b\x28\x7a\x5f\x68\x5e\x21\x43\x00\xd6\xbe\x8b\xf9\x9c\xd6\x8b\x35\xf5\x9d\xec\xe8\xf6\xa1\xe2\x3d\xac\x99\x4d\x77\x32\xd7\x32\x7a\x2e\x10\x22\x3a\xc1\xaf\xf8\x82\x87\xd3\xa3\x8a\x9d\x92\x82\x68\xbb\x4c\x93\x22\x96\x51\xe7\x19\x76\x1e\xe8\xc0\x9e\xaa\x3e\x6f\xdd\x8c\x1a\xc5\x8e\x2b\x8a\x91\x1d\xac\x27\xdd\x7f\x38\x79\xfd\xd7\xeb\x67\xb3\xf7\xf5\xe4\x16\x29\x98\x5f\x3a\xb6\xeb\x09\x46\x76\x13\x4d\xf8\x9a\x08\xaf\x05\xb0\x1b\xf4\x55\xe5\x4e\x89\x4f\x69\x63\x0a\x12\x4f\xf4\xe1\xfd\xd9\x5f\x0f\xc8\x31\x99\xfa\xd1\x56\x17\x34\x40\xb2\x6b\xc5\x63\xf8\x3d\x7b\x51\xcf\x02\xe5\xfc\xf4\xf3\x0d\xb9\xf2\x45\xe9\x43\x25\xf7\xa5\x56\xa4\x03\x86\xaf\xe2\x3d\xa4\x76\x49\xb0\x90\x42\xf6\xa5\xad\xe2\xeb\x29\x13\x93\xdf\x71\x1b\x28\xf7\x4e\xae\x66\x5f\x07\x0a\x0e\x8e\x61\x5e\x07\x19\x5b\x7c\x88\x1a\xc8\xb4\x3c\x88\x96\x06\x5f\xbb\x78\x40\x61\xa4\x34\xd6\xdf\x97\xd5\x51\x1e\x95\x58\x4b\xba\x81\x99\x86\x83\xa2\x9f\x80\x8f\xb8\x46\xb8\x16\x90\x52\x73\xf9\xa7\xc0\x09\xc9\x49\x5c\x0e\xc8\x8c\x68\x65\x17\x41\xd3\x0e\x14\x30\xeb\x21\xc5\x96\xa9\x84\x09\x0e\x5c\xee\x4d\x4b\x41\x96\x77\x93\x15\x9b\x60\x9b\xfa\x99\xb2\x50\x78\x5c\x71\xa8\x24\x0e\xfa\x93\x99\x2d\xca\x87\xde\x8b\xed\x04\x2f\xa1\xaf\x54\x2b\xfe\x12\x78\x79\xd2\x1f\xee\x41\x38\x32\x22\x84\x4d\x86\x55\x07\x42\x98\x02\xb8\x7f\xf3\x7d\x82\x86\xac\x5a\xee\x44\x0b\x42\xc4\x5d\xcb\xe4\x69\x74\xcb\x0b\x75\xd2\x5c\x1a\xbb\xc8\x5a\xdc\x4b\xfd\x4f\x1f\x2b\x9a\x44\x8d\x14\x8d\x13\x1c\xc4\xff\xc3\xe7\xf2\xf8\xb8\x3a\x69\x2e\xa7\x03\x3f\x74\x42\xc6\xfa\x8d\xbd\xdd\x7f\x85\xb9\x08\x83\x36\xcb\x08\x0b\xcc\x66\xb9\x13\xf5\x3b\xda\xd8\x51\x26\xcb\xe7\xb2\x6b\xf9\x92\xab\x1c\xa2\x60\x40\xfc\x3f\x76\xbc\xce\x45\x78\x88\x15\x2c\x78\xc1\xd7\x33\xfd\xb0\x59\xdc\x77\x8c\xb8\xc4\x8d\x9c\xf5\x04\x2f\xfc\x3a\x2b\x8a\x8e\xec\x3f\xcc\x60\xd3\xce\x6e\x8e\xa5\xf3\xa8\xbb\x96\x47\x53\x4f\xe3\x73\xda\x3d\xa5\x2f\xa4\x05\xd5\xbf\x25\x2b\x24\xb3\xcd\x54\xd1\x09\xd1\x39\xcd\x57\x81\x59\xd0\xc8\x6f\xe2\xfd\xe2\x2f\x40\x27\x72\xfd\xb9\xaa\x84\x43\x6c\x03\x67\xc6\xf1\x3f\xcc\x7e\xd6\x9e\x7d\x4f\x89\xaf\x0c\x68\xf3\x01\xda\x0f\x3a\xba\xdc\x88\x5f\xa7\xc6\xb5\x4e\x93\x3a\x19\x22\xab\xa6\x89\x23\xf5\xe3\x4d\xf1\xc2\x5c\x8d\x5c\x3d\x8e\xff\x2a\x63\x2c\xf7\x0f\xcf\x49\x11\x0b\x27\x71\x38\xd2\x67\x71\xdf\x59\x0f\xc5\xee\xc7\xe7\x31\x67\x0a\x0e\xec\xb3\x27\x36\x71\x37\x6c\x1e\x49\xdb\xc6\x7c\xb0\x7c\x00\x9f\x45\x3f\xde\xf4\x52\xd2\x5c\x92\x50\xde\x2d\x1e\x51\x38\x3a\x37\x5c\xe8\x6c\xca\x57\xcd\xe1\x9f\xcf\xb1\xe6\x38\x71\x8b\x0d\x30\x78\x8d\x33\x4e\x7b\x35\x56\xc0\x0a\x56\x7d\x0c\x9b\xc8\x10\xc8\xca\x7d\x8f\xd1\x2b\x44\x2b\x5c\xb5\xd4\x2a\xee\xde\xe5\xcf\x31\x0e\x63\x65\xe3\x6c\x49\x7d\xa3\x57\xd9\x44\xd1\xe0\x05\x0b\x63\xac\x70\x42\xe5\x15\x85\x13\xdf\xb5\x74\x1f\xeb\x2c\x37\xa1\x20\x03\x70\x62\x5f\xc8\xed\x3e\x6f\xcb\x1a\x65\xc8\x0d\x7d\xc6\xd8\xa0\x19\xb7\x97\x4d\x0f\x92\xfd\x74\xdd\x40\x0d\x14\xb0\x97\x7f\xc6\x96\x31\x1b\x1a\x96\x4a\x2e\xb4\xb7\x97\xae\x12\x0d\x34\xef\xca\x16\x0b\x7e\xd6\x49\xe5\x61\xfc\xe5\x55\x5a\xa6\x8e\x1b\x5c\x1a\x43\x01\xd8\xb2\x82\xc9\xe7\x68\xcc\x9b\x39\x7b\x43\xa3\x19\x63\x74\xbf\xf7\xba\xd0\x97\x29\x57\xbb\xce\xa0\x5a\x08\x87\x6d\xc7\xa2\xaf\x58\x7b\xea\x83\x24\x55\x3d\x89\x25\xe7\x44\x17\x3b\x8a\xb2\x1e\x08\x9e\x35\xe7\xcb\x4a\xf8\xe3\xea\x0e\x32\xfe\x71\x57\x57\x9a\xc9\x6f\xd8\x11\xc5\x3d\xe7\xa6\x32\x65\x26\x4a\xe8\x24\xa2\xd9\x80\xef\xf9\x43\xbb\xa7\xfa\xe7\x3a\x09\xef\x15\x8f\xb5\x5d\x87\x8a\x59\x44\xa5\xc9\x98\x9a\xf6\x3e\x5f\x66\xd0\xa6\x47\x6b\xbb\x74\xaf\xd3\x2f\x89\x76\x6b\xb6\x92\x76\xd3\x96\xa9\xd8\xa4\x27\x69\x42\xf9\x65\xb2\x36\x66\x82\xe4\x07\x25\x3d\xd8\x4d\xf8\x03\x88\xde\xbd\x89\x77\x05\x3c\xb9\xe1\x29\x9b\x80\x24\x36\x42\xc6\x44\x78\xb0\x72\x9a\xf1\x7f\xe4\x8f\xf9\x23\x0c\x3b\x28\x76\xda\x4d\x3a\x25\x65\xbf\xb0\x47\xfd\x99\x22\xa6\x56\xa9\xf6\x50\xbe\xa6\xad\x91\xcb\x81\x84\xd3\xe5\x92\x1e\x70\x7c\xd0\x07\xe1\x2d\xd0\xb4\xeb\x17\xaf\x16\x3a\xbc\xa1\x9e\x9d\x0e\xaf\xb4\xc1\x19\xa3\x90\x05\x15\xc9\xd9\x59\xd0\x3c\xd3\x89\xcc\x17\xd0\x54\x4d\x96\xce\x1b\xfc\x2e\xf4\x51\xe7\x42\x63\xa8\xde\xaa\x31\x90\x5d\x6a\x97\x3c\x10\x3a\x7d\x3a\x58\xc2\x87\x9a\x82\x8c\x42\x23\x3c\x77\x57\x2b\x4f\x00\x27\x6d\xd0\xb1\x03\xe1\xcf\x36\x18\xf1\x1c\xc1\xca\xcf\x67\x75\x53\x05\x79\xd1\x99\x8e\xd4\x99\xea\x4a\x6d\x36\x4e\x17\x84\xaa\x27\xe3\x8b\xf0\x28\x65\x1c\xd6\x95\xf2\x4f\xd6\x89\x89\xa3\x8b\x25\x63\xb1\xd8\xa0\xb9\x42\x5b\x6c\xed\xae\xe3\xbc\x45\xe8\x87\x0d\x00\xeb\x15\xda\x69\x93\x45\x40\xa8\xba\x6c\x4d\x96\x33\xfb\x40\xae\xbb\x9e\xc9\x4a\xcc\xd0\x69\x7e\x30\x61\x7e\x48\x46\x24\x43\x89\xc1\x8a\xcb\x44\x5b\xca\x6a\xd9\x1a\x62\x6a\xd4\x6f\x31\x89\x1e\x76\x84\x10\x48\x68\xcc\x5d\x93\xb8\x2c\x6a\xfe\x86\x28\x56\x08\xde\x63\x33\x48\x7f\x8f\x3d\x2e\xf9\x63\xe0\x89\x5a\x72\x66\xeb\x5e\x0b\x43\x54\x98\xe6\x18\xff\x09\xcf\x5f\xd5\xc3\x4b\x43\xf9\x8a\x0d\xdc\x39\xc9\x47\xa4\x6a\xf6\xf5\x28\x6f\xd1\x3b\x16\x3b\xf0\xb3\x60\x04\x73\xfa\xce\x4a\xce\x47\x82\xba\x21\x84\xd9\x40\x7b\xb8\xd4\x86\xbe\x8f\x6a\x5f\x6c\x9b\xf9\x44\xbb\x39\x7b\xbf\x6e\x8b\x7a\xb3\xe2\x8a\xda\xac\x9a\xcf\xb9\xa0\x9a\x2e\xbf\x81\x2c\x94\x27\x49\xf9\x49\x93\x24\x77\xc5\xa1\x91\x2b\x45\x2b\x85\xb3\x03\x97\xf3\xb7\xf3\x88\x9d\xf6\x9c\x75\xec\x6b\x1b\x56\x33\x7e\x30\x86\x97\x86\xd3\x68\xb4\xef\x85\xcb\x32\xd3\xcc\x73\x0d\x89\xda\xfe\x3c\x4b\xf9\x7c\xf5\x56\xe3\x2c\xf6\x02\xa5\x3c\xf3\x39\xa4\x94\x7d\xd4\xe6\x24\x14\x4a\x0e\x67\x9c\x39\x35\x4a\x98\xa3\x18\x7d\xd8\x83\x77\x41\xe2\xe5\x4d\x67\x9b\x04\x9e\xce\xaf\x19\x67\x39\x93\x96\xd2\xa8\xef\x08\x99\x39\x22\x33\xae\x5a\xae\xaf\xd0\x16\x97\xff\x27\x0d\x55\x8f\x2b\x59\xc8\x4c\x50\x06\x15\x4c\x02\xff\x27\x33\xe6\x5e\x8f\xdf\x29\xfe\x93\x45\x8f\xe8\x15\x7a\x6a\xbf\x1e\xda\xc3\x3b\xa4\xfc\xea\x75\x87\xed\x21\xc9\x70\xce\x60\x8c\xe0\x0d\x2f\xd5\x52\x01\xc6\xcf\xfc\xf2\xcc\x43\x0d\x52\xdd\x77\xad\xa6\x56\x20\x11\x67\x0c\x57\x06\x30\xca\x94\xdb\x4a\x06\x81\x50\x19\x5e\xb0\x2e\x2e\x4f\x7c\x3d\x37\x3c\xc2\x4b\x38\xc3\xe0\x1e\xf0\x90\x67\xa5\xd6\x7b\x09\xd9\x93\x64\x72\x67\x94\x68\x17\x6c\x5d\x5a\x49\xdd\xc6\x84\xf3\x97\x64\x6e\x68\xbd\xac\x0b\xd4\x52\x1b\x29\xe2\x97\x19\x77\x6b\x5f\x33\x66\x28\x17\x56\x2e\xa0\x74\xc9\x0e\x97\x8c\x8f\x5b\x26\x56\xe5\x37\x9f\xb8\x25\xe8\x37\x2e\x08\x10\x70\x6f\x69\x5f\x7a\x9d\x64\x35\x28\xb6\x3a\x43\x44\xa2\xd0\x69\xe9\x13\xfc\x05\xb3\x35\x73\x4e\x59\x6b\xfa\x41\xd9\x8f\x62\xd7\xf4\x62\xce\x71\x73\x3d\x69\x12\xba\x23\x6f\x09\x89\x96\x62\xc8\x4e\x26\x2f\x8d\x29\xd1\x57\x92\x07\x43\x7f\xa8\x2f\x52\xaa\x0f\x6c\x51\xb0\x81\xba\xed\x88\x64\x0a\x78\x75\x6d\x19\xff\x24\x3c\xc9\x7a\x31\x2b\x09\x09\xd4\x9b\xcb\x22\xc9\xdf\x64\xf2\xa2\xa7\x14\x0b\xce\x18\xf3\x39\x8a\x0f\xf2\x39\xf7\x0e\x45\x98\x12\x92\xed\x44\xf9\x15\x93\xac\x07\x00\x30\xb4\x59\x2d\x07\x17\x1f\x98\xa2\x88\x04\x6f\x6f\x3f\x26\xfe\x04\x65\xae\xd5\xf3\x0f\xc2\x74\x6b\x6b\x56\x34\x02\xe9\x37\x97\x4d\x06\x9b\x64\x6b\x8a\xb8\x60\x31\x3b\xcb\x3c\x1f\x2c\x46\x32\x73\xd9\x60\x77\xca\x82\xac\xb7\xe0\xdf\x18\x67\xbd\x2b\xe4\x13\x2a\x50\x07\x43\x25\xfb\x1f\x2a\xd6\xc2\x36\xdb\xb7\x8a\x3b\x61\xed\x5a\x11\x7f\x15\xb2\xc1\x7a\x35\xcb\x1b\xb9\xa9\xa3\x97\xfa\xe1\x15\x52\xac\xf0\x2e\xbe\x9b\xfd\xbf\xfc\x58\xec\x0a\x32\x31\xe7\x15\x46\x4a\x66\x66\xf9\x61\xdb\x4e\x57\xe9\x32\x31\xeb\x50\xbb\x8c\x0e\x6c\xee\x7e\xae\x3c\x1f\xfd\xbd\x7d\x8c\xd8\x07\x7d\xbc\x96\xc6\xbb\x80\x3e\xb2\x8e\x60\x5e\x43\x6f\x6a\xe9\x25\xa5\xcc\x07\x12\x53\xa1\x0b\x73\x0e\x6b\x8b\xa9\x8f\xb1\x19\xde\x9b\xe3\x43\xa4\x25\x3d\x31\x54\xd2\x2f\x9e\x5e\xa2\x9b\x4c\xdf\x14\x92\x9f\xe1\x42\x2b\xdb\xef\x2c\x9f\x49\x9b\xea\x3e\x20\x2a\xa4\x1e\x5f\x2b\xe0\x59\xe0\x17\xac\x4d\x4c\x17\x7c\xb4\x86\x5d\x32\x59\x10\x2f\x2e\x2f\x50\xf1\xf7\x33\x4f\x98\x5c\xb8\x7f\x20\xaa\xb1\x8c\xd3\x91\xb4\xc1\xb0\x98\xad\x8e\xa6\x69\x53\x59\x9c\x10\x3b\x55\x0e\x13\xde\x77\x47\x96\xc6\xf0\x72\x37\x89\x26\xd1\x87\xd7\xe6\x72\xe3\x69\x4a\xeb\xaf\x0c\x06\xd5\x41\x7d\xa8\x78\xb7\xea\x8f\x88\x66\xbe\xaf\x9c\xcf\xb0\xcd\xa3\xc8\xed\xc1\xa3\xd9\xef\xa5\xb6\x89\xcb\x32\xfd\xc4\xf6\x51\x12\x8d\x49\xe8\x79\x34\x42\x79\x9b\x7f\x70\xdf\x4e\x69\x2e\xd7\xd2\x3d\x50\xb8\x8d\xd5\xbd\x36\x93\xa3\x65\x84\x2c\x09\x22\xf2\x69\x97\x55\x0f\x8b\x9e\xe4\x84\x0a\xe7\x98\x23\xb2\xa4\xf4\x07\xb9\x7f\xf4\x5f\x80\x25\xd9\xa7\xb5\x73\x13\x46\xea\x9b\x33\x56\x47\x0a\x34\x73\x15\x21\xc1\x74\xa5\x97\x34\xda\x57\x2d\x9d\x25\x5a\xea\xf6\x4a\x90\xc3\xcb\x59\xcb\x61\xff\x65\x4f\x58\x92\x41\x8c\x26\x36\x2b\x4f\x17\x65\x97\x72\xf8\x65\xe6\xe5\x45\xce\xb4\xf8\xdc\x82\xfc\x16\x72\x4f\xf6\xa4\xdc\x79\x71\x9d\xfa\xc0\x2c\xbf\x53\x29\x6a\x83\x0e\x0b\x92\x29\xba\x33\xc0\xbd\x4f\x25\x52\xf9\x22\xb7\x04\x81\xbd\xe8\xdc\xda\x13\x6c\x8c\xcb\x5a\xd2\x45\xa7\x33\xce\x2a\x3a\x8b\xb8\x55\x8f\xf9\xd3\xcd\x53\xca\x37\x50\x3b\x73\xd9\xc5\xc7\xc8\x8e\x59\x43\xe6\xc0\x38\x67\xfd\xd2\x5c\x87\x93\x5f\xd5\x67\x0c\x43\x41\xf6\x0a\x86\x36\x68\xaf\x58\x12\xa8\x3c\xe7\xb6\x83\xff\x42\xb2\x62\xed\x11\xb6\x1b\x2f\x73\xc9\x13\xba\x27\xe3\xae\x62\x53\x51\x52\x1d\xc4\x43\xf2\xdf\x56\xb3\xa8\xce\xb9\x11\xe5\x11\xa4\x9c\xac\xe2\xe2\xa9\xb1\x4d\xba\x97\xf9\xc4\x49\xbe\x7a\xb9\xf1\xfa\x91\x3b\x8a\x6d\xfa\x6b\x7b\x83\x24\x63\x33\x4e\xb9\xd9\xf0\x25\x52\xfe\xda\xe3\xac\x97\xfc\x54\x9b\x69\xb4\x37\xcc\x29\xdc\xbb\xcd\x81\x24\x31\xf5\xbf\xba\x21\xd2\x75\x0a\xa5\x9a\x42\x9e\x94\xa0\x2c\x1f\x49\x8e\x8f\x3e\x59\x14\x4e\x19\x19\xfa\xc8\x94\x41\xa9\xf5\xeb\xcf\x16\x02\x4a\xef\x47\x3a\x2b\xd0\xe0\xea\xab\x3c\x01\xb5\xac\x9c\x28\xde\x08\x3f\xb1\xf4\xe0\x98\xd1\x19\xdc\xa2\xa6\xb7\x94\xdf\xd4\xc6\x3a\x1c\x98\x42\xd9\x59\x6d\x07\xcc\x4d\x38\x57\x56\x09\xf8\x44\xbb\x15\x2d\x04\x72\x42\x9b\x4c\x21\xa0\xbd\x5f\x59\xf6\x11\xf0\x8a\x77\xaf\xf6\x23\x24\x73\x75\x55\xba\xc1\x67\x56\x4e\x14\x2f\x46\x76\x58\xfa\x73\xe4\xe8\x32\x2e\xd0\x04\x42\x04\x95\xa8\xb3\x81\x4e\x53\xa6\x54\x5d\x85\x76\x25\xb8\x96\x45\x40\x3e\xd1\x73\x0a\x2f\x41\x29\xa1\x2a\xd3\x74\xa8\xc3\x4f\x92\x3d\x0d\x76\xf1\xae\xd0\x56\xc2\xd5\xae\x8e\xca\x89\x88\xf7\xca\x49\xa2\xf7\xc8\x4d\xcb\x33\x9c\x58\xf4\x2c\xe7\x5a\x63\x0d\x7e\x9d\x3a\xe2\x42\x24\x1e\x4c\xce\xaa\x5a\x8c\xdd\x8e\xbf\x5d\x5a\x86\x61\x51\x8d\x85\x36\xd8\x81\xd0\x03\x79\x51\xd8\x36\xbf\xa3\x59\xd1\x98\x97\xb7\x44\x6b\x83\xed\x74\x9d\xaf\x20\x63\x7b\x56\x5a\x88\x22\xb1\x03\x96\x05\xec\xd7\x58\x00\xc7\xa7\xe1\x2f\x13\xc5\xf1\xda\x62\x46\x3e\xd9\xae\xf2\x34\x71\x29\x3e\xbe\x74\x34\x31\x27\x2a\xa6\x80\x44\x27\x87\x8e\xc9\x6d\xa6\xfd\xf0\xb3\x30\x74\xd0\x98\xde\x67\x35\x29\xb4\xc9\xae\x93\xe4\x97\xa8\xb4\x95\x5b\x84\xd5\xf8\x4f\xcb\x1f\xec\x2d\xf8\x29\xf6\xb3\x06\x5f\x3e\x17\x1f\x5b\x3b\x92\xb7\x8f\x64\xac\xa8\xe3\x4e\x88\x1f\x51\x12\xcc\x7e\x1e\x35\xd5\x7c\x8d\x35\x18\x52\x9e\xbb\x80\x39\x74\xf0\xbe\xc1\x8a\xf1\xc9\xdb\x43\xdd\x46\xbc\x70\x1d\x21\x9f\x45\xef\x5f\x19\x26\xf8\x43\xcb\xb5\xda\xc7\x02\xa8\x31\xec\x19\xf5\x64\x45\x2f\xb6\xa9\xc6\x4e\x3e\x32\xfd\x56\xf9\x7d\xe9\x9a\x38\x97\xe2\x04\x71\x50\xa4\x7f\xfe\x63\xa1\x30\x64\x56\x8e\x2d\xff\xe6\xc1\x93\x99\x8e\xbc\xf9\x5e\xc3\x19\x57\x38\xab\x37\xbd\x95\x2d\x65\xd9\xaf\xe4\x09\x26\x31\xe6\x5b\xf5\x33\xa9\xb4\x27\xac\x0d\x75\xfd\x86\x6e\xf4\x60\x35\xa6\xdf\x97\xf6\xa5\x7c\x83\xa6\x27\x36\xb8\xa8\x25\x63\xf5\x29\x24\xdf\x4e\x21\x3d\x1a\x66\x3c\x2b\x1b\x73\xe0\x9a\x3e\x4e\x1c\xee\x25\xc8\x98\x2b\x00\x37\x35\x48\xcf\x72\xe3\x57\x1a\xf8\x07\x58\xc1\xd6\xab\x19\xdd\xc4\x02\xa6\x43\x9d\x7f\x01\x8c\x1c\xa9\xfe\x9f\x29\x21\x6d\x4c\x59\x43\x8e\xf7\xf9\xc4\xa2\x6d\x86\x77\x27\x4d\x26\xb9\x8e\x08\x36\x66\xdf\x50\x5b\x1c\x70\xd7\x0d\x28\xb8\x5e\xf6\x2a\x8a\xa4\x64\x93\x40\x72\x4d\xa0\x5c\x99\xcf\x6b\xe0\x44\x59\x27\x31\xb6\x31\x26\x33\x8c\x75\xf3\x4a\xe7\xc1\x83\x55\x03\x85\x75\xa9\xc2\x32\x22\x7f\xd3\xf9\xf1\x45\x23\x73\x58\x27\x77\x99\x02\x0c\x9d\xc1\xfe\xd9\x3c\xed\xd7\xfd\xff\x74\x6c\xd5\x17\xcf\xbf\xaa\x35\x32\xcd\x26\x44\x42\x13\x8d\x5d\x59\xce\x4b\xe4\xee\xb2\x96\x10\x5f\x18\xa1\x0c\xc7\x0b\xb7\x2a\x47\xc2\xf1\x55\xca\xd2\x93\xa9\x6b\xca\xf6\x14\x66\x9c\x2b\x2c\xac\x35\xe5\x46\x7c\x31\x8d\x34\x8a\x82\x67\x64\xbb\x64\x46\xef\xbf\xa6\x5b\xa3\x19\xe5\xf9\x5c\x79\x55\xb1\x75\x13\x55\x62\x2b\x5e\xb5\xb2\x8f\x37\x87\xfb\xce\xba\x8d\x50\x32\x12\x68\xb7\x3b\x5d\xc8\x1c\x70\x5a\x8b\x88\x5c\x91\x3c\xb6\xfe\x09\xb9\xff\x8c\xb6\x66\x0a\xc5\xea\xc4\xf8\xf2\x51\x14\xdd\x91\x85\x85\xdd\x80\xaf\x6f\x77\xde\x56\xd0\xd6\x23\xcf\xb0\x01\xb2\x75\x99\x96\xf1\x12\xde\xee\x30\x59\x3a\x1a\xd9\x6f\x91\xc3\x35\xa3\x51\xb4\xfc\x8e\x01\x60\x10\xf8\xd8\xe2\x0c\xdc\x48\x1a\xaa\xe7\x00\x9d\x67\xe0\xea\x7a\xe0\x49\xf8\x9b\xb2\x6a\x70\xf5\x91\xd1\x85\x18\x98\xeb\x5b\x9e\xfb\x0b\xf2\xf1\xd0\x19\x46\xc1\x13\x5d\x26\x64\x34\xc1\x83\x0e\xb3\x24\x8f\x91\x4c\x8b\x1a\xae\x04\x8d\xa3\xc5\x75\x24\xc3\xfb\x81\x4b\xcd\x37\xe0\x05\x49\x75\xf5\x6b\xa1\xa1\x33\xc1\xd5\x27\xa1\xde\xf0\x4b\x65\x27\xa1\x17\x81\xaf\x0b\xd7\xc1\x6b\x7c\x35\xb9\x05\xb0\xca\x43\x9a\xd9\x82\x2c\x74\x19\x93\x81\x21\x26\x87\x85\x92\x02\xd4\xde\xe2\x3a\x37\x0a\x2d\xa5\x7e\x69\x37\x53\xf7\x01\x51\xcd\xd3\xf1\xe6\xa4\xe8\xba\x38\x7c\xfd\x99\x39\x55\xb9\x58\x7f\xb8\xb0\xd4\x8c\x49\x02\x6b\x0a\xc8\x18\xe8\x9b\x9a\xf3\x05\xc3\x3c\x38\x99\x4b\x30\xba\xcb\x28\xd5\x33\x4c\xe0\xb0\x51\x32\x17\xe3\x5b\xce\xe6\xdc\xc4\x78\xd4\xa2\xb6\x57\xcc\x0a\x60\x51\xd3\x01\xc6\x40\xd2\xbc\x0b\x85\xc4\x70\xcc\xcd\xca\xb7\x84\x73\xf8\xc9\x92\xef\x74\x59\xa0\xc0\xdc\x4d\x9f\xe1\x1b\x9c\xb3\x8b\x96\xe9\x91\xae\x8f\xa1\xd9\x6f\xf8\xad\x72\xa4\x9a\x1d\x8e\x8a\x8f\x51\x6d\x2d\x8f\x73\x16\xe3\x12\xea\xc1\xb6\xd5\xfc\x44\x4a\x73\xa3\x84\xb7\x3e\xb1\xb9\xf6\x03\xe7\x73\x8c\xa0\xd2\x89\xdd\x17\xbe\xbe\x64\x27\xab\x3d\xf0\x94\x79\x16\xb3\xc7\x77\xa3\x51\xcc\xb8\xe7\x71\x42\x57\x48\x3c\xdc\xf0\x53\x19\x43\xbf\xe1\x80\x88\x94\xb4\x3a\xcb\x72\xf6\x61\x2a\x0f\x6f\x68\xdd\xa6\x70\xa6\xd8\x35\x64\xca\xce\x25\xda\xd7\x7c\x93\xe8\x4e\xff\xa8\x58\x27\xea\x3f\xae\x2d\xde\x2c\x9c\x7d\xf8\x4d\xfe\x38\x7e\xc4\xde\x27\xd9\x34\x6e\x99\xc7\x46\xad\x81\xfd\xd8\x65\xb2\x22\x9c\xf9\xdd\xa1\x5d\x28\x65\x4c\xb0\x72\x67\xed\xa3\x7d\xc1\x47\xb5\x80\x99\x2a\x72\x6a\xfd\x23\xdd\xb2\x04\xb0\x66\xbd\x3a\xf7\xf4\xde\xf2\x53\xaa\x45\x61\x3f\x8b\x22\xe5\x9a\xc3\x61\xa6\xb5\x52\xab\xbd\xe9\x59\xc5\x22\xf9\xf6\x4f\x9a\x6b\xfc\x3b\x1b\x3e\xc8\xe5\x9c\xaf\x0e\xcf\x05\x97\x58\xb3\xad\x72\x99\x04\x31\x03\xf3\x69\x7e\x90\xaf\x27\x35\xd6\xef\xc9\x95\xc7\xf7\x55\x6b\xb3\x29\xd1\xfa\xb2\xf6\xcc\xcd\x61\xfe\x85\xb5\x9a\xaf\x87\x06\xf2\x70\x55\xc9\xde\x99\x59\x23\xe5\xfb\xb7\x57\x69\x6c\xc4\xb9\x1b\x3e\xc9\x5e\xf3\xaf\x3a\x4e\x16\x38\xb2\x5f\x5b\x0d\x33\x86\x89\xa7\xe8\xb3\x66\x75\xd1\x03\xd2\xf1\xfa\x31\x66\x2c\x9e\x52\x1d\x9c\x37\x2f\xfa\x60\x19\x29\x9b\x16\x36\xb1\x30\x4a\xff\xec\x90\x2a\x6f\x8d\xc6\x6b\xcf\x5b\x83\x59\x49\xd9\xae\x55\xf7\x48\x23\x36\x7c\x91\xc9\x84\x0b\x1d\xad\xf8\x83\x9c\x62\xeb\x79\x0c\x33\x63\x29\xca\x68\x3e\x5c\x96\x40\x1a\x57\x57\x53\x34\x10\xbf\xa6\x7a\x8a\xd9\x3e\x7a\x5a\xd9\xb2\xdc\x43\xc7\xae\x15\x4e\xc8\x8a\x39\x14\x9f\x7b\x49\x97\xb2\x67\xc0\xb0\x33\xc3\x6f\xbb\x54\x7d\x52\x76\x65\xc3\x5f\x99\xb3\xc8\xd2\xd1\x83\x4f\xe6\xba\x5b\xef\x61\xec\x65\xac\x82\x9d\x7a\xa7\x51\xba\x52\x25\x9d\x7b\x29\xdd\xe7\xaf\xb7\x24\x52\x6a\x4f\x75\xd4\x07\x51\x5e\x86\x28\xaa\xfe\x00\xbe\xfe\xab\x4a\xa3\x81\x67\xbb\x93\xcd\xe7\xc0\x22\xb7\x59\xd9\x0f\x21\xad\xd3\x29\xed\x3c\xd8\x6c\x07\xc9\x38\x88\xca\x22\x82\x07\xa3\x0a\x78\x61\x4f\x19\x34\x3a\x95\xdb\xf1\x0e\xbc\x71\xbe\xa5\x65\x0e\xa8\x3f\x55\x5e\x3f\x12\xcc\x08\xe1\x56\x15\x80\xbd\xfe\x56\xa5\x0b\xa0\xb5\xbb\x63\xcc\xb6\x50\x8b\xdb\xd4\xec\x42\x38\xd1\xe9\x98\xe6\x35\xb2\xd9\x8e\x2a\x8b\x44\x9e\x58\x9c\xe7\x45\xa2\x19\xd0\xb7\x9e\xc3\x48\x78\x2a\xd8\xc1\x46\xc6\x9c\xcf\x6f\x2e\x87\x0b\x4f\xa9\xeb\x32\xe1\xa4\x10\x52\xd5\x41\x38\xc9\x7f\x7a\x49\x33\x9c\xbb\x3b\x24\xff\x32\x32\xda\x6d\x62\x76\x0c\x92\xe6\x14\xa4\x31\x21\xbf\xec\x08\xd9\x4a\x34\xc2\x02\xe6\xad\x47\x07\xa0\xfc\x8b\x34\x9a\x65\xea\x86\xf6\x7a\x6a\xdc\xf9\xe8\xa6\x27\x78\xd7\xa9\x73\x17\x6e\xe1\xbe\x21\x87\x2a\x59\xd8\x1f\xbf\x8f\xc5\x3f\xb1\x81\xdd\x5e\xf9\x13\xb0\xcb\x6e\x13\xb2\x9a\xb1\x4b\x4e\x47\x34\x23\xb0\x3e\x3b\x83\x94\x85\x5d\xb0\xa8\xe4\xca\xb1\x5c\x48\xdf\x5d\xcd\xf2\x49\x9d\xdf\xf6\x8e\xe9\x77\xde\xbd\x69\x1a\xe3\xc4\xa9\x80\x0b\x53\x08\x76\xc8\xde\x8a\x8b\xf4\x07\x7e\x2f\x8b\x37\xd1\x7d\x76\x6f\x37\xf9\xd0\x2e\xbb\x8d\x37\xfc\xa2\x1d\x72\x3a\xa1\xde\x40\xbd\x61\xd7\x2b\x69\xa3\x7a\x5b\x8e\xe4\x5c\xc5\x0b\xa0\x5d\x5d\xef\xf9\xed\x29\x77\xdb\xac\x79\x29\xe7\x67\x36\xba\x71\x57\x9e\xda\x50\xbb\x83\xfd\x25\xc4\xad\x62\x1c\x6b\xc8\x6f\xb0\x28\x99\x79\x67\xf7\xe6\x3c\x9c\xf1\xc4\x6d\x82\x61\x35\xf1\xd2\x29\x21\xe3\x24\xfd\xa9\xdd\x5f\xf1\x47\xda\x15\xcb\xa3\x9c\x11\xd4\x42\xf0\x53\xe7\x6d\xc5\x82\x14\x4a\xeb\x64\x99\xc7\xb9\xa2\x06\x5b\xc9\xd9\x93\x3d\x35\x4b\x44\xe2\xa3\xd7\xca\xee\x0b\x6e\xf9\x31\x0a\xf7\xf0\x97\xec\x1e\x9b\x1b\xc2\x4d\xdc\xf6\x2d\x73\x12\xbb\xd0\x89\xaf\xda\xc5\x1c\xb0\xdf\x21\x7a\x48\xfc\xb0\xbc\xc7\x7a\x47\x1f\x0d\x1e\xee\xf8\xa3\xff\x92\xfc\xa9\xc5\x51\x1b\x7f\xce\xb9\xde\x2d\xe3\xcd\xc9\x3d\xd5\xeb\x95\x11\x47\xfd\x4a\x5f\xca\xde\xf8\x59\x15\x04\x4a\x52\x76\xd5\xe5\x9c\x16\xfe\xdc\x76\x43\x6f\xcd\x0f\x74\x92\x29\x23\x39\x22\xfb\x14\xd1\x58\xe6\x2d\x2b\x4f\xd6\x22\x62\x14\xf0\xa6\xc3\xc5\x74\x38\x99\xda\x1c\x97\xb3\xfd\x6c\x5b\x1d\x91\x65\x13\x71\xab\x2a\x41\xf7\x2a\xf8\x61\xa9\x85\xba\xfa\x60\xb7\x99\xa3\x64\xec\xa2\x1a\xb3\x64\x3b\xb7\xd5\xe9\x8e\x88\xba\x9c\x8a\x15\x26\xfe\x72\xfb\x7c\x61\x30\x1b\xb0\x92\x30\x11\xa2\x12\xc8\x6b\x7f\x5d\xb8\x2d\x79\x6b\xf3\x02\xd3\x8d\xb3\xec\xba\xb5\x39\xe7\x22\x32\xab\xe6\x18\x9e\x07\xe7\x97\x54\xeb\x42\x0f\x1a\xcc\x0e\x19\x77\x77\xc5\x19\xdd\x14\xae\xdb\x6a\xb4\x1f\x24\x7e\x4e\x9d\x0a\x5f\xc1\x1e\xfb\x5e\xe1\x28\x8e\xbd\x55\x13\xd3\x89\x78\x05\x9c\x6e\x57\x94\x80\x49\x3f\x9a\x1a\x0b\xae\x9d\x0d\xbd\x70\xd5\xb4\x3a\x22\xa5\xb2\xc8\x18\x1d\x8c\x97\xf8\x66\xca\x0f\xb2\xf2\xeb\x34\xbd\xbb\x4e\x67\x5f\x57\xde\xdd\xd6\xa6\x25\x4b\xb9\x4e\x4f\xe4\x8f\x85\x8e\xf6\x5f\x04\x6a\x4e\x96\xd5\x57\xc6\x55\xe2\xfd\x57\x2a\xf0\x88\xdc\xfa\x62\x3c\x38\x83\xb2\xfa\xd6\x7a\x70\x0d\xe5\x4c\xe7\x7a\xf0\x0c\xc5\x58\x11\x0a\x1a\x29\xff\x32\x63\xc0\xbf\xc0\x63\x6e\x1c\xe4\x0a\x26\xa7\xc5\x43\x0c\x68\x64\xf8\x56\xe8\x11\xc4\xdf\x29\x87\xdd\xe1\x19\x8e\xd3\xe1\x3c\xd8\xf0\xc5\x08\xb8\x41\xdd\xcf\x1d\x81\x34\xa8\xe7\x66\x10\x90\x03\x35\x74\x44\x01\x1f\x20\x43\xb9\x1a\x5c\x0f\x55\xea\x5b\x41\x15\xbc\x94\x73\x05\x7c\x02\x47\xa6\xbe\x80\xbc\x60\xfd\x71\x15\x64\x86\xaf\xee\x74\x84\xad\xe1\x4f\x0e\x37\xe0\x0c\x64\xd6\x70\x1e\xc5\x80\xbd\x79\xe6\x4a\x79\x8f\xb1\x07\x48\x80\x25\xb6\xb1\x9d\x07\xa4\xa2\x0d\x65\x03\xc0\x45\x34\x49\xef\x04\x2e\x41\x13\x38\xce\x20\x15\xa5\xa4\x9e\x02\xbf\xa1\x27\x8f\x5b\x43\xb1\xe8\x46\xef\xab\xd0\x47\xe4\xb3\x83\x01\x06\x10\xe3\x27\x29\x59\xcb\x9e\xf4\xc4\x89\x3c\xcc\x9a\x71\x9d\x41\xd9\xc8\xfc\x5f\xeb\x2d\x8a\x9a\x31\xbb\x74\x3f\xe5\x2f\xb1\x5e\x7b\x13\x38\x42\x27\xd8\x53\x80\x06\xda\xc3\x14\x18\xdc\x4d\x5b\x10\x76\x14\xbc\x4b\x75\xf2\xde\x02\xa5\xe0\x4b\x1d\xce\xc0\x73\xd0\x6f\x1f\x7a\x48\x1a\x71\xe3\x63\x06\x79\x84\x68\xf9\xd5\x7a\xf2\x09\x01\xde\xb2\x88\x5c\xc3\x7b\x57\x9c\x47\x99\xc7\x3d\xab\x09\xa1\x40\x9c\xc9\xcc\x56\xca\x57\x96\x31\x19\x02\x84\x4c\x9b\x63\x52\xd0\x95\x48\xf6\xea\x04\x9f\xd2\xa8\x0e\x87\x21\x11\x1e\xf3\xfe\x46\xfa\x4b\x8d\xf3\x43\x2e\xc9\x43\xf5\xad\xff\x03\x29\x5b\x21\x6d\x0a\x25\xbd\x96\x85\x14\x8d\x21\x7b\x4a\xec\x32\x1e\x92\xab\x44\x63\x19\x14\xca\x66\xfe\xd5\x24\x94\x32\xc4\x85\x42\x07\x01\x25\xeb\xab\x57\x18\xe8\xc7\x18\xe3\x10\x00\x4d\xa1\x3e\x7e\x1b\x9d\xd6\x59\x40\xbf\xbf\x26\x7d\x85\x69\x65\x5f\x62\x3a\xd5\x78\xab\xfe\x4f\xfa\x23\x03\x66\xee\x25\xed\xd6\x2d\x57\x0e\x92\x3a\x32\xda\xe8\x0d\xe4\x20\x85\x6b\xe2\x6c\xca\x44\x09\x29\x64\x80\xd2\x27\x38\xe3\x79\x1b\x50\xb2\x5f\x3a\x84\x82\x91\xc4\xdc\x57\xfd\x69\xa3\x1a\x1c\xef\xca\xd2\xa2\x6a\x32\x7b\x67\xa7\x55\x55\xb8\x5d\xa8\x4a\x5f\x56\xdc\x68\xca\x49\x57\x98\x6d\xe4\xcf\x49\x8b\x73\x22\x69\xe3\x49\x35\x99\xa7\xe2\x0b\xc8\x09\xea\x69\x47\xfb\x28\xee\x32\x5f\x4f\x5f\x60\x81\x60\xbc\x43\x30\xf0\x85\xe9\xff\x02\x4c\xfd\xd2\x97\x74\x3b\x31\xcd\xbe\x7b\x46\xf7\xc3\xb4\xa8\xd6\x8c\x1a\x45\xda\xd5\x86\x89\xb9\xd9\xe9\x1e\xd5\x9b\x65\xd3\xd2\xdb\x4b\x9d\xf0\xb3\xa4\x13\xf9\x5d\x71\x11\xe4\x31\x59\x35\x47\x47\x93\xdb\xd4\x2e\x3b\x1e\x50\xca\x24\x13\x1c\x8e\x01\x46\xf6\xae\xe7\x99\xa9\x75\x03\xd3\x6f\x49\x52\xff\xf4\xef\xed\xfa\x97\xb6\xed\x62\x78\x75\x75\x5a\x7e\xdb\xa1\x9c\xab\xe9\xf3\xeb\xbf\x4a\xf7\xa7\xcb\xaa\x0e\x62\xed\xa4\x75\xc5\xeb\x62\x07\x49\xdd\xb9\x5e\xc1\x2d\x64\xb2\xf6\xc9\x8e\x16\x4a\x92\xb4\xce\x21\x19\x88\x65\xbf\x7b\x3e\x2a\x15\xbe\x57\x7c\xf3\x5b\xea\xe0\x40\x61\xd7\xe1\xb4\xe9\xfd\x01\xd5\x33\xd3\x52\xba\xef\xe6\x38\xa7\x3d\x6c\xf9\x2b\x69\x49\x0f\xbc\xd0\x89\x1d\x48\x7f\x5b\x3e\x2a\x16\x21\xa5\xe6\xef\x08\xce\x22\xcf\xcf\x9c\xb0\xe3\x22\x65\x9e\xec\x83\x43\x21\xb0\x80\xb3\xe8\xc3\x55\xb8\x8b\x3c\xfb\xf1\x00\x9c\x4b\x46\xaf\x25\xc3\x28\xf9\x5e\xcb\x1b\x18\xa3\x58\x97\xb0\x61\x0a\x85\xaf\xb5\x87\xe9\xc0\x19\x96\x01\xa6\x82\x33\x52\x1c\x61\x01\x58\x1b\x76\x04\xd6\x43\x27\xbc\xcf\xc0\x4d\xf0\x04\x07\x35\xfc\x00\x2e\xfd\xef\x3b\x6c\x0d\x8d\x7b\x3c\x1a\x9e\x05\x2d\xba\x9a\x07\xfd\x86\xac\x5b\x96\xc3\xe3\xa0\x99\xc5\x1d\xf0\x38\x68\xbd\x06\x84\xad\x20\x2d\xf3\x13\x6c\x0d\xfd\x49\x2e\x85\x7d\xe1\x83\xc7\xde\xc1\xd1\xb0\xd2\x6b\x18\x56\xc3\x8f\x1d\x0e\xc2\xf5\xc8\x8a\xff\xc6\x42\x4c\x6c\xd4\xa3\xc5\x10\x81\xb6\x5d\xe9\x82\x28\x68\x5a\xf3\x61\x88\x83\x2e\x29\x1e\x0f\x69\x91\xf7\xea\xc7\x50\x05\xf2\x93\x79\x1c\xba\x88\x4e\x4f\x5e\x0b\x8f\x44\xa7\x1e\x4b\x82\xd7\x20\xbf\xbd\x74\x70\x3c\xf2\xc0\xc1\x16\x36\x20\xd5\xef\xa6\x82\x54\xd6\x84\x07\x9b\x40\x0e\x73\xdd\xe5\x4f\xa0\x88\xb1\xa5\x31\x1b\x2c\x26\x42\x0b\x09\xf0\x2a\x5d\x98\x81\x81\xff\xd1\x7e\x31\x5c\xa0\x45\xb4\xe8\x24\x4f\x28\x94\x5a\x1b\x6a\x84\x0a\xf0\x61\x2f\x6b\xe8\x37\x3e\xde\xfe\x27\xbc\x17\x1b\xf7\x26\x08\x50\x88\xb8\x83\x52\x20\x4f\xb8\xb0\x6f\x1b\xd0\xc8\x57\x34\x4c\x06\x06\x78\x4b\x0a\x26\x01\xc3\x9c\x6a\xd5\x7a\xd0\x82\x1d\x4f\xcc\x03\x0f\xb3\x96\x25\x06\x81\xf9\x8c\xda\x90\x61\x68\x0a\xb1\xc6\xb3\x15\x3a\x47\x8b\x70\x18\x09\xf5\xe2\x29\xaf\x00\xca\x8d\x8c\x97\x77\x2b\x28\xcf\x95\xfd\xbd\x04\x30\x5a\xce\xad\x0b\x01\x66\x4a\xcf\xe7\xc7\x02\x8e\xe2\x00\x45\x0b\x70\x5c\x78\x80\x76\x17\x30\xf0\x5d\x13\x22\xc0\x91\x9c\xbf\x21\xbb\xc1\x73\x2c\xb9\xe7\x69\xf0\x1e\x71\xd3\x61\x1a\xe4\x4d\x7d\xfe\x7c\x98\xdc\x93\xff\xe2\xf6\x6e\xf2\xa3\xdc\x9a\x8b\x63\xc9\x5f\xb3\x89\xda\x51\x94\x69\x99\x41\x79\x1e\x14\x27\xed\x62\x59\x17\x25\x41\xf5\x80\xba\x8c\xd2\x2a\x27\xc7\x8f\x06\x1c\xc5\x43\x47\x8f\x00\x7a\xfe\xbf\x1d\xbf\xc0\xc5\xec\x12\x87\xf5\xa0\x8c\x98\xf7\x34\x9c\x3c\xbb\xce\x61\xa0\x81\x6c\x5f\x75\xaf\x33\x93\xbc\xb9\x4c\x57\x55\x4f\x3e\x5a\xb4\x37\xc7\x86\x4c\x35\xdd\x95\xdc\x22\xf7\x18\x77\x63\xc9\x94\xe5\xfa\xe4\xd8\x2c\x8a\x28\xc3\x2f\xf8\x30\x30\x43\xda\xb6\x03\x00\x54\xfc\x1a\x07\x37\x70\x09\xd3\x6b\xc8\x96\xf4\xb6\x77\xc5\x75\x2d\xe9\x69\xe7\xb8\x76\x3a\x69\xa8\xb9\xab\xa2\x88\x3c\xb2\x2e\x2c\x7b\x0d\xd9\xa1\xb2\x41\x3c\x8d\x7c\xbe\xf8\x29\xf2\x8c\x7c\xd1\x64\x3a\x7f\x8a\xb2\xdc\x70\x3d\x88\x4f\x51\x66\x30\x77\xcc\x02\xd6\x8b\xb5\x0e\x9e\xc0\x65\xf6\x8a\xc7\x87\x48\x4d\xd7\x2a\xaf\x75\x92\x1a\xfb\x56\xb6\x99\x49\x0d\x5d\xa4\xf2\x1b\xa4\xdb\x2d\x82\xac\x08\xd2\xbf\xba\x13\xa2\xc3\xe4\x6d\x15\x6f\x10\x4f\xb2\xbc\xf0\xef\xb9\x21\xf2\xab\x1c\xbf\xa0\xbd\x14\x7f\xad\xad\xc7\x30\xe5\x8b\x74\xb7\x43\x20\x20\x67\x77\x3d\xaa\x27\x09\xef\xec\xb9\x66\x47\x12\x5e\x8f\x6b\x1b\x4f\x12\xf6\x85\x96\x3b\x91\xb2\xbb\xc6\x18\x2e\x92\x3a\x9a\x0f\x0b\x7b\x48\xbf\x6b\x0f\xc0\x57\xc9\x07\x4a\x9b\xce\xb1\xc8\x52\xd3\x8e\x20\x07\xf2\x27\xbd\x87\xc7\x0f\x4a\x86\x2c\xdd\x81\x0b\x6c\x67\x7f\x7d\xfd\x0a\x6b\x25\x25\x0d\x72\xb1\x43\xa4\x6f\x7d\x64\xf4\x0f\xf9\x40\x43\x1a\x5a\x43\xce\x28\xe0\xa2\x00\xe5\x7f\xaa\x7a\xd4\x9d\x72\x99\x50\xa0\x13\x81\xec\xc4\x32\x64\x00\x8c\x0a\x3d\x85\x64\x42\xb6\x5e\x16\x08\x00\xbd\x77\x18\x83\x1c\x86\x6b\x5e\x3b\x61\xcb\xc1\xad\xf7\x2e\xa0\xfd\xe0\xa9\x4b\xfd\x28\x09\x4c\xaf\xaf\x45\xb7\x83\xa8\xf9\x12\x3a\x05\x34\xa9\x26\x21\x0f\xa0\xd9\xf4\x8f\x48\x21\xc4\x4d\x74\x45\x24\xd0\xf7\x90\xef\x48\x2c\x7c\xd4\x33\x0f\x39\x06\xb7\xda\xd7\x21\x9b\x10\xbb\x57\xde\x28\x13\xdd\x78\x77\x08\xf5\x40\xfe\xf6\x7e\x44\xbe\x20\x57\xeb\xde\x21\xd7\x91\x34\xf3\x2c\x24\x0b\x09\x57\x9e\x42\x20\x24\x89\x1e\x8e\x04\x23\xfa\x84\x4b\xc8\x5e\xa4\x30\x84\x8d\x6c\x42\xaa\x3d\x03\x91\x35\x48\x93\xbd\x1c\x59\x84\x54\xbf\x08\x40\xb8\xcc\x29\x77\xc6\x22\xbe\x8c\xc3\x3d\x36\xc8\x02\xe2\xcc\x85\x23\xf0\x5b\xba\xd9\x94\x07\xdf\xa4\xfd\x54\x58\xc0\xf5\xb4\x14\x9a\x2f\x5c\x48\x1d\x8e\x1f\x82\x0b\xa8\x81\x47\x5b\xe1\x1a\x3c\x77\xc7\x23\xb8\x11\x7b\x64\x9f\x00\xb7\x62\xa3\x9f\x95\xc1\xd5\xc2\xf0\x5b\x67\xe0\x74\xc1\xcc\x6e\x2a\xec\xc3\x2b\xac\xe9\x86\x17\x73\x0f\xe6\xad\x83\x47\xb2\xff\xca\xfa\xa0\x8f\xac\xcb\xd4\x95\xd0\x7b\xa6\x32\xee\x3b\xf4\x97\xb1\xfb\xa8\x0d\xbc\x80\x7e\x6f\x87\x04\x5e\x43\x73\xb6\x67\xc2\x1e\x78\xfc\x93\x4f\xd0\x33\x55\xe6\x40\x36\x54\xa1\xc8\xeb\x7c\x0a\x09\x65\x58\xb5\x2d\x14\x29\x01\x72\xb2\x20\x4f\x11\x49\x1a\x0d\x6d\x13\x08\xb0\x1f\x90\x37\x4f\x1e\x37\x01\x0a\xe5\xc0\xc1\x18\x04\xb0\xb6\xec\xd8\x07\xe9\x08\xa3\x7d\x0e\x54\x47\x1d\x7a\x1c\x08\x7e\x37\xf9\x5e\x77\x04\xdb\x73\x76\xb4\x1f\x07\x15\x59\xce\x15\xd7\xc1\x73\x7a\xfb\x6c\x0a\xe8\xa7\x99\x2c\x4e\x06\x0f\x2b\x3f\xa0\x7b\xc1\x18\x59\xc9\xf9\x72\x90\x10\x6f\x0f\x52\x81\xa5\x7c\x86\xc7\x13\xf0\x11\xfb\x8c\x7d\x1f\x34\x81\x18\xff\xa0\x11\x3c\x50\x6b\x7b\xa5\x10\x5c\x50\x39\xbd\xe5\x33\xf0\xbe\xe4\x67\x19\x17\x68\x2d\x18\x30\x84\x01\x79\x79\x0c\x21\x03\x28\xcd\x5e\x02\xeb\x80\xcb\x3a\xf2\xb9\x20\xe0\x93\x8a\x38\x92\x09\x2e\x93\xae\xf6\x88\x01\xc3\xf8\x47\xed\x1f\x82\x02\xe6\xf2\x41\x35\x38\xa5\x7b\xe0\xb2\x18\xe8\x6b\x1b\x6e\x7a\x0b\x88\x1a\xdf\x96\x70\x81\x53\xb5\x85\x7a\x0a\xb0\xb7\x62\x03\xff\x32\xe0\x57\xc4\x82\x2c\x80\xf3\x79\xc8\xd9\x25\x00\x2d\x73\x28\xf0\x0e\x50\xac\xba\xe2\x31\x12\xf8\x26\x5e\x61\xff\x0c\xdc\xcc\xfa\x75\xef\x06\xf0\xfe\x8a\x5f\x5f\x2b\x50\xd8\x3b\xba\xc9\x02\x88\xeb\x60\x14\xd7\x00\xae\x4d\x9d\xba\x72\xc0\xaa\xb6\x99\x3f\x0f\xb0\x2e\x27\x81\x08\xe0\x5a\xd0\x72\xc6\x00\xec\x31\xfa\x05\x0a\x81\x33\x9a\xb0\xed\x8f\x81\x5a\x49\x97\xfd\x0f\x70\x24\x5b\x7e\xcf\x13\xb8\x7c\x73\xb0\xcf\x01\x60\x5c\xdd\xd4\x88\x00\x9e\xbd\xc1\xc5\x73\x80\xf1\x1d\xcb\x74\x96\x94\xa7\x8d\x99\x3c\x21\xe5\x7e\xf5\x25\x70\x3a\xe5\x43\x49\xc2\x99\xfd\x94\xaf\x79\x2e\x81\xb1\xc0\xff\x74\x71\xdb\x9f\x01\xc7\xa5\x9f\x1d\xd6\x00\x26\x76\xf7\xc3\x28\xc6\xa3\xf4\xa9\x57\x2b\x18\xff\x4b\xcf\x6b\x2b\x25\x2c\x48\x56\x15\x61\x74\x12\x49\x9a\xbd\x91\x76\x97\xbc\x54\xbc\x9f\x66\x4f\x7e\x87\x2e\xa5\x02\x94\xbe\xf3\x71\x78\x0f\x50\x1d\xe4\x82\xcf\x01\x35\x1e\x0b\xb0\x18\x28\xc3\x0e\x42\x2b\x60\xc3\x03\x23\xe3\x18\xa5\xe9\xca\x5b\x42\x48\xf9\xd7\xfa\x87\x5e\x0a\x38\x97\x6b\xe8\x33\x80\xb0\xac\x64\x1a\x19\xc8\x14\xe9\xa8\xd7\xc1\x25\x08\x97\xba\x1e\x2c\x3b\xf7\x1e\x17\x43\xdb\x8f\xb4\x60\x9f\xa1\xde\xed\x75\x58\x00\x7c\xda\x6e\x3b\x9a\x87\xfc\xef\xfe\x7d\xe2\x11\x2c\xbe\x62\x41\xcc\x87\xc9\xad\x5e\x74\x6f\x38\xb6\xec\x39\x2d\x1b\xde\x67\xe8\xa7\xcd\x82\x7d\x44\x93\xa8\xe9\x30\x19\x99\x88\x3f\x85\xeb\xce\x61\xb8\x1f\xfc\xe1\x48\x18\xd6\x82\x58\x6f\x27\x63\x0e\x48\x98\x9d\x1d\xca\x44\x94\x83\xf6\x74\x23\x11\x7c\x99\x4d\x1f\x41\xbf\xd0\x5c\x46\x5b\x4f\x1f\x5d\x4a\x50\xcb\x68\xe1\x99\x12\xea\x06\x6a\xbf\xe0\x3f\xdc\x4c\x8d\x82\xe7\xe0\x2b\xa8\x63\xce\xe6\x60\x55\x38\x2d\xb0\x14\xdb\x8e\xfd\xdd\x3e\x1f\xad\xc3\x12\xed\x16\xa1\x0e\xe8\xe0\x5d\x94\xf6\x82\xef\xd5\x37\x87\xe6\xc4\x73\x68\x9a\x43\x65\x71\xbe\x15\xff\xc5\xff\xb2\x9b\xf4\xb6\x38\xc4\x92\xf0\xb3\xf1\x11\x4c\x16\xf8\x15\x63\x33\xa0\x33\xdd\xd8\x3c\x22\x34\x70\x3e\x6a\xa4\x5b\xb8\x0f\xa0\xab\xa8\x35\x76\x9b\x10\x23\xee\x7e\xbb\x9c\xb6\x5f\xb1\xb0\x77\x13\x55\x2f\x3b\xda\x90\x84\x7f\x97\xa4\x14\x25\xe0\xc7\x44\x5a\x6d\x05\x76\x43\xd0\xc7\x0b\xc4\xc2\xf9\xb3\x80\x9b\xe8\x17\xae\x6f\xcc\x53\x14\x61\x9f\x3d\x8c\xa3\xd3\x98\xe1\xee\x5c\x24\x93\x98\x6b\xb7\x1f\x59\x42\xcd\xbf\x69\x41\xdd\x9d\x33\xb9\xfb\x29\x9e\x9f\x15\x5e\xf7\x3f\x7c\x9a\xbe\xa0\xc0\x1e\x4b\xd1\x5c\x51\xcb\xd0\xff\x54\xef\x38\x71\x28\xa6\x98\x49\xd9\x80\x5a\x4b\xe7\x9e\xce\x47\x8a\x85\xc3\x87\xaa\x11\x4f\x1e\xcb\xdd\x03\x1e\x64\x35\xd9\x49\xe1\x08\x7a\xeb\xf5\x7a\xfc\x76\x65\x74\x67\x28\xee\x50\x2a\xaa\xb9\x80\xa5\x14\xbe\x30\xbd\x47\xef\x9a\x3e\xab\x10\xd4\xcf\xf8\x92\xc5\x46\x5e\x64\x5e\x25\x09\x11\xb6\x06\x8a\x0e\x45\xac\x15\xaf\x03\x2e\xc1\xb5\xe2\x61\xb7\x4b\x70\x30\x8f\xb0\xcb\x86\x9e\x32\xba\xae\xaa\x70\x51\xbb\xb8\xfd\x04\x76\xa5\xe9\x4f\x95\x0c\x9b\x5b\xe7\x9d\xfb\x17\x25\x57\x1d\x50\xd4\x23\x1f\x4a\x97\x31\xde\x21\xa8\xf9\x5a\xba\x1d\xb2\x24\x67\x45\xd4\x66\xb8\x4c\xf7\xdb\xff\x0f\xbc\x4f\xe9\xe7\x16\x01\x0d\x8b\x56\xd8\x15\x43\x04\x8b\x71\xc5\x88\x27\xf4\x96\xb4\x91\xb1\x82\xce\xe6\xca\x32\xf4\x6d\x8b\x26\x77\x25\x7a\xb0\x7e\xad\x62\x04\xd2\x52\x05\x30\xb6\x23\xfb\x4a\xc4\x69\x62\xf8\x55\xbe\x5b\x64\x2b\x9c\x96\xb5\xc7\xbf\x10\x9e\x96\xd1\xea\xb6\x1d\xaa\x11\x57\xd9\x75\x40\xbe\x6c\x9b\xfe\x21\xfc\xc0\xd5\xe7\xad\xf5\x18\x7e\xa9\xa0\xe2\x17\x5a\xdf\xe5\x94\xc3\x44\x17\xb6\x1c\x97\x27\x20\xb4\x3a\x27\xa2\x19\x99\x50\xd1\x94\x66\x07\xab\x0b\x2f\x47\x26\xc0\xcb\x72\xe6\xfa\x53\xa1\x2a\x4d\x93\xdb\x76\x28\x5c\x72\xd7\xee\x1b\xf8\x89\x7d\xe4\xfa\x16\x7e\x4f\x9a\x75\xe7\x11\x5e\x70\x5a\x49\xcd\x20\xe7\x5f\xba\x53\xfe\x19\xf6\xbd\xf4\xd6\x0c\x3b\x56\x1d\xe9\x0c\xdb\x83\x29\x20\xbb\x91\x1d\x19\x27\x29\xab\xa2\x45\x84\x13\xb0\x24\x80\xa0\xfd\x04\xad\xb6\xb5\x53\xeb\xa0\xdd\xb6\x95\xf8\x69\x98\x7a\x8d\xcf\x5f\x47\xd6\x75\x64\x71\x1f\x91\x9f\xd5\xac\xe0\x68\x28\xcb\x4c\xcd\x6c\x90\x72\x5e\xc5\x62\x9d\xa4\xf4\xb2\x4a\x99\x5e\x40\x20\xa9\x90\xb1\x14\xf8\x16\xbd\x84\x18\x0d\x2a\x03\xac\x69\x83\x90\xdb\xb6\x74\x6a\x1e\x3c\xd1\x96\x8a\x9f\x80\x1f\x5c\xbd\xc7\xd3\x40\x3b\xda\x5f\x70\x4f\x43\xee\xd5\x67\x39\x5b\xa0\xad\xa6\xff\xb1\x2d\xa0\x0d\xca\x57\xac\xf1\xd0\x01\x96\x35\xe3\x03\x24\x21\xad\x26\xee\x40\xaf\xa3\x6a\xe9\x9d\xb0\xab\xff\x25\x5a\x01\x4c\x6c\xf3\xa6\x22\xf0\x67\xdb\x74\x7c\x07\x12\x71\xc5\x93\x4b\xa3\x11\x6d\x27\x39\xb1\xb4\x31\x95\xbf\xd9\x81\xd4\xd4\xdc\x4a\xd6\x01\xfc\xa7\xc2\xcc\xf4\xc5\x79\xcc\x51\x0c\x0f\x7c\x57\xfa\x26\xc2\x05\x9f\x18\xf9\x92\xbe\x09\x2b\xf1\x5f\x4b\x5b\x8b\xf9\x6d\xfd\x4e\x9d\x85\xfe\xb2\x85\xb0\x47\xa8\xee\x72\x26\xa7\x90\x7b\xb0\xe5\x05\x3b\x8b\xb3\xb7\x82\xcd\xd2\xb0\x37\xe5\x1c\x61\x4a\x59\x76\xf2\x68\x86\x94\x69\x4b\x3c\x20\x14\x8c\x9d\x69\x5b\xe9\x6a\x22\x2a\xd2\x92\xa6\xa1\x9f\xf1\x33\x53\x15\xb4\xd0\xad\x6d\x38\x4e\xdd\x60\x9b\x83\x1d\xc2\xfe\xf4\x8d\xe1\x4c\x96\xd6\x37\x1f\x64\xfd\x93\x58\x97\xcf\x66\xfe\x10\x91\xb3\x3f\x31\xde\x0a\x2e\xc9\x16\x13\x6f\xf9\x2b\xe8\x15\xf4\x1f\x5c\x43\xea\x56\xfa\x04\xce\x8c\x53\x7b\x69\x13\x58\x21\x7e\xb6\xd4\xb1\x0c\xf6\x56\x1e\xf6\x95\x8e\xd9\xf6\xa0\x7d\xd4\xf0\x1e\x8c\xed\x96\x35\xbb\xe1\x27\x6b\x95\x5e\x5b\x72\x91\x69\xaf\xb5\x30\xf4\x32\xe6\x67\x60\x92\x65\xc4\x1c\xc5\x03\xea\x07\xfa\x0a\x99\x57\x72\x2d\x6d\xab\x98\x73\xd2\x9e\xea\x21\xd0\x1e\x3c\x8e\x7b\x70\x49\x5b\x37\x62\x9b\x58\xe3\x6c\x7f\xa1\x33\xe8\x51\xdd\x7b\x58\x65\xa5\xaa\xba\x7c\xa6\xb9\x68\x75\x11\x83\x61\xcc\x2f\xd3\x9b\x09\x4e\xee\x5c\xd1\x6a\x3a\x96\x15\x8a\xdb\xd1\x64\x3a\x71\xd2\x1a\x6a\x71\x86\xe4\xc4\x4f\xbc\x4a\xee\x73\x80\x85\xd5\x88\x4c\x5b\xae\xa3\x25\xdc\xac\x15\x73\x10\x06\xe3\x50\xe7\x6c\x16\xab\x79\x5c\xad\x92\x19\x5d\x77\xbd\x00\x61\x1c\xa8\x4e\xd4\x76\x10\x9b\xca\x6e\x0a\xce\xd0\x57\x16\x8d\x45\xd9\xb4\x8d\xa6\x29\x09\xdd\xd4\x3d\x59\x2d\xe1\x37\xf0\x83\x9a\x1f\xfb\x2b\x30\x7f\x79\xc3\x96\x28\x74\xaf\x70\xc6\x8a\x25\xc8\x32\xe6\xbf\x0e\x17\x56\x74\xe7\xb3\x9a\x3a\xe6\xae\x56\x5f\x73\x0e\xc3\xb1\x01\xd6\x7c\x21\x66\xd5\xc4\xf2\xf3\xe8\xa3\xcb\xe7\x21\xf7\x68\x13\x0a\xb9\x09\x6b\xa9\x73\x72\xb5\xe1\xa1\xf8\xbc\xcc\xc5\xfb\xc3\xb1\xf9\xaa\xa9\x5b\x3c\xd1\xe9\x22\xfe\x8a\x8d\xf0\x33\x96\xb4\x9d\xca\xda\x71\xe9\x55\xcd\x78\xe6\x92\xae\xbf\xf9\x9f\x19\x23\x5a\x07\x34\xfb\xe8\x4f\x1b\x42\xf9\xd3\x69\x7d\xd5\x22\xe4\x10\xb5\xab\x14\x8b\x6f\xc2\x2f\xe5\xff\x09\x1f\x8b\x5d\xcc\x6a\xdb\xbf\x06\xed\xc8\xf8\xb2\xc5\x0d\xa9\x15\x9b\x56\x44\xc3\x6c\xd6\x95\x8e\xef\x72\xcb\xd4\xad\xb5\x03\xd2\xe0\xd4\x97\x85\xe1\x62\x2c\x8d\xaa\xbb\x21\xbc\x9e\xee\x20\x64\x0a\xec\xd2\x9f\x60\x25\xbc\x24\x52\x4b\x62\x2b\xa7\x92\x5c\x77\x22\x90\xf5\x85\x52\xb5\x9f\xc1\x5c\x0a\x34\x6e\xde\x48\x6c\x85\x26\x2e\x6b\xa7\xb9\xc0\x67\x3a\xd6\xcb\x8a\x48\xbc\xda\xf9\x92\x2f\xa4\xb7\x05\x85\x62\x07\xf2\x7e\x9d\x93\x10\x25\x17\x0b\x3e\xf2\xef\x52\x96\x60\x8e\xbc\x75\x94\xba\xc4\x7d\x1c\x18\x88\x09\x7f\xc3\xea\x03\xe7\xed\x5f\xcf\x9c\x00\xf6\x6f\x1e\x41\x38\x40\xb5\xcb\xca\x68\xab\xe1\xea\xf6\x08\x99\x27\x38\xae\x26\x40\x22\x02\xe7\x98\x3f\x8b\xae\x80\x6e\x5a\xae\x70\x35\xe8\x2f\x08\xe3\xb3\x41\x18\x35\x72\x5f\x81\xb7\x12\x6e\x71\xdc\x21\x8f\x70\x0e\x4b\x06\x65\xef\x7b\xcd\x18\x84\x27\xbb\xde\x23\xc6\xc2\xca\x65\x85\xb4\x99\xc8\x86\xb6\x11\xd2\x68\xfc\x41\xd5\x77\x71\x0f\x4e\xcb\x2f\x14\xcd\xc5\xe7\x6a\x0e\x08\x40\xac\x9e\xef\xca\x7b\x85\x25\x23\x19\xdc\xfd\xd8\x9e\xf8\x4f\xec\x42\x6c\xd5\xf1\xcb\xac\x59\xe8\xd7\x7d\x51\x8c\x53\x68\xbd\xab\x86\xae\x42\x85\xcb\x2a\xa9\x25\xe8\xc9\x96\x52\x89\x96\x1d\x51\x79\x57\xf4\x9a\xc5\x30\xc5\x0a\x7d\x99\x1a\xb5\x0d\xbf\x81\x51\xc6\x5b\xca\x5b\x4f\xdc\x84\x33\x39\x46\xc2\x22\x7e\x11\x7b\x16\xfd\xf4\xf1\x45\xcc\x74\x1a\xdf\xf7\x27\xd1\x4f\x2d\x70\x45\xe9\x93\xf0\x86\x65\x9f\xa8\x4b\xb1\xb6\xe6\x6d\xe2\x6a\x71\x6a\x85\x9f\x68\x95\x68\x46\x9e\x9d\x40\x22\xc8\x50\xbd\xe1\x4f\xe6\xcf\xe1\x8e\xe5\xd2\xb9\x4a\x48\xcf\x19\xc3\xf1\x8e\x73\x67\x81\xac\x57\x61\xc7\x19\xf7\x99\xa1\xbe\x2c\x62\x23\xd1\xea\x1a\x41\x8b\xa3\xfd\x5a\xee\x82\xd3\xa8\x56\x8d\xe3\x45\xc3\xba\x7f\x65\x01\xc2\x08\xcd\x1d\xe3\x3f\xfe\xbd\x0c\xad\xe2\x3f\xde\x2e\xa5\x07\x7b\x2b\xa7\x56\x76\x17\x1c\xcb\xde\x22\x41\xce\x3f\x66\xd6\x88\x26\x1f\x3b\xc9\xb0\xe0\x07\xee\xbd\x41\x4f\xe1\xa4\xb8\x2e\xa0\x96\x30\x03\x97\x47\x63\xed\xf4\x19\x75\x39\x22\x61\xe1\xf5\xe2\x0f\xc2\x11\xf9\xc6\xac\x41\x7e\x4c\x2e\x24\xfb\xc8\xbd\x98\xed\xc2\x8c\xe5\xac\xd1\xf7\x53\x22\x58\xa5\x9a\x43\xe7\x52\x99\x6b\x94\x79\xa1\x07\x09\x99\x34\x6f\xef\x24\xda\x3b\x61\xe8\xa6\x0b\x54\x7b\x4e\xfd\x72\x12\xb6\x85\x78\x58\xdb\x2a\x3a\x55\x87\x14\xad\x12\xd4\x56\x6b\x33\xff\xf2\xe7\x97\x0b\xa5\x96\x5c\x4a\xf1\x3e\xa2\x8c\xfd\x28\xff\x26\xa9\x9f\x75\x24\xc7\xf5\xec\x02\xc6\xa5\xcc\xfd\x21\xeb\x08\xe7\x8c\xb7\x7b\x36\xd1\x38\x32\xeb\x4d\xfb\xf1\x56\xfe\x97\xe5\x74\xf4\x32\x33\xae\xe6\x8d\x68\x4f\xcb\xcf\xc2\xe3\x02\x4d\x43\x43\xe6\x6a\xde\xf7\xda\xbd\x92\x00\x6e\x50\x85\x84\xfe\x1f\xbb\xae\x58\x4d\xb2\x62\x39\xe4\x27\x9e\xc1\x18\x8a\xec\xb7\x47\x6b\xe8\x7f\xb4\xf7\x7c\x86\x68\x87\x14\xfb\x37\xad\xc0\xe9\xc2\x90\xe5\x32\x94\xcf\xfc\x5d\xb3\x59\xb4\xba\x2b\xab\xa0\x44\x00\xb4\x59\xe8\xa9\xbc\x2b\x8d\x47\xc4\x66\xee\xaa\xda\x4d\x74\x7f\x36\xb3\xfc\x6a\xba\x98\xf9\xae\xc8\xee\xcc\x54\x86\x5f\xde\xac\xa3\x61\xf4\xb2\xcc\x10\x1f\x13\x6d\x9c\x6a\xe1\xa6\xc5\xf8\x5a\x51\xcc\xf2\x66\x74\x3d\x6b\x5b\xe9\xa5\x2c\x72\xca\x50\xee\x24\x7d\x57\x2a\x9c\x21\xd1\x3a\xa7\x4d\xe4\x9f\xce\x28\x4a\x2b\xc5\xc4\xca\xe5\xe9\xc9\x29\x7b\x65\x02\x52\x50\xf4\x4c\xf1\x13\x72\xc8\x11\x81\x70\x16\x25\x65\xe7\x43\x9e\x05\xa0\x77\xfe\xc4\x9e\x04\x8d\xb2\x99\x4b\x74\xc3\x50\xe9\xce\xac\xd1\xe9\x2f\x72\x70\x7d\x04\xc9\x3b\x63\x86\xe6\x1e\x49\xcc\xfb\x94\x11\x4e\xfa\x87\x2d\x57\x3c\x24\xe3\xc9\x2f\x65\x01\x14\xbb\xa8\x7a\x71\x31\xe5\xe5\x91\x9d\x82\x37\x40\xf5\xce\x3c\xde\x48\x50\xec\x7c\x8d\xf5\x15\xca\xb0\x99\x4a\x34\xc0\xf5\x25\xa5\x06\x15\x30\xc7\xf8\x59\xf7\x0f\x58\xa7\xa2\x6b\x50\xc0\x8b\x97\x98\x31\x15\x38\x8f\x56\x28\xc4\x40\x65\x32\x26\xfb\x1f\x68\x15\x75\x4a\x1c\x0f\xea\x03\xff\x09\xaa\xa0\xe5\x3b\x53\xb8\x03\x50\x99\xf3\x05\xd6\x15\x38\xd2\x66\x36\xa1\x46\xec\x8a\x8b\x33\x4b\xb0\xf0\xec\xf7\x3a\x67\x6c\xae\x12\x57\x5f\x41\xeb\xb9\x24\x55\x14\x0a\x21\x57\xe4\xc3\xe8\xa1\xa4\x6a\x69\x32\xea\x13\x59\x23\xba\x8f\x1e\x08\x4c\x13\xac\x45\x77\xec\xb4\xe2\x1e\x45\x9d\x9d\xb3\x58\xc7\x51\x37\x1b\x77\x62\x2d\xba\xab\x28\x48\xff\x89\x69\x99\x55\xab\x45\x18\xf1\x8a\x64\xb5\x15\x51\xce\x81\x94\xb5\xf4\x5f\xf0\x7b\xf9\x5e\xfa\xc1\xc4\xb7\x92\x01\x5a\x47\xe4\x64\xd1\x1e\xda\xf6\xc3\xef\xf9\x19\x54\xad\x77\x2f\xa7\x0b\xff\xe8\x2c\x60\x5e\xc1\xbd\x6d\xc8\xf4\x4c\x4c\x50\xf0\x43\x7f\x52\x10\x6b\xc0\x34\x4f\xf9\xbe\xf2\x90\x0c\x90\x37\x93\x4d\x52\xce\xe3\xdc\x84\x47\xc9\xcc\x6c\x7d\xe2\x7c\xc9\x56\x16\x71\x2a\x48\x58\xcd\x3c\x7b\xf8\x04\x7f\x34\x63\xb9\x37\x99\xb3\x92\x7e\xc9\x99\xc9\x5c\x4b\x0b\xb1\xe9\xa0\xfd\xc5\x07\xcd\x7b\x75\xb5\x19\xc3\xfa\x1e\xcd\x3a\x95\x8d\xd4\xa0\xea\x54\x38\x33\xef\x2b\x02\x65\x36\x20\x47\x3a\x24\x99\x1c\xdf\x2b\x4e\x16\x8d\x3d\xe9\x2e\xf8\xc4\x7f\x73\x48\xcc\x73\xe7\x4a\xbd\x3e\xb1\x4f\xb3\xe7\x39\x9f\x60\xc4\x30\x12\x96\x8e\xa7\x39\xd1\x0a\x4d\x5b\x75\x8e\x79\x3a\xed\x53\x75\x95\xf1\x89\xf8\xa9\x2a\x20\x6b\x16\x63\xa3\xfc\x96\x7e\x1e\x30\x49\x1a\xa4\x99\x1c\x17\x27\x7a\xa5\xfc\x1b\x31\x47\x10\x2d\xbb\x18\x50\xc4\x2d\x17\x7b\x7b\xf9\xb1\x06\xf9\x88\xb3\x35\x71\x8b\x8d\x2f\x5d\x49\x55\x13\x7b\x73\xd5\xba\xe9\x95\xf6\x9a\x8d\x6a\xb0\x34\x4b\xb4\x52\x35\xba\xf0\x2b\x5d\x2e\x27\xf2\xad\xc9\x0c\xe9\xa8\x9c\x25\xb1\x33\x45\x4c\xc3\xf8\xf0\x57\xfc\x7f\x9a\x02\xff\x0b\x5c\x1f\xc5\x0b\xcf\x2c\x56\x9c\xf8\xa2\x53\x1f\x11\xc3\x3b\xb5\xd4\x8b\x6a\xcb\x28\xc9\xf9\xac\x7d\x7f\xe1\x97\x1a\x54\x47\x54\xaf\x10\x46\x29\x9f\x94\x5b\xd2\x1e\xca\x4f\x15\x3d\x21\x0d\x4a\xee\xe6\x27\x9c\x4f\x13\x1d\x35\xde\x0c\x8f\xe2\x5f\xd4\xbf\xf5\xf7\xe3\x4e\xcb\x60\x79\x1e\x65\x39\x4b\x9b\x9c\x4a\x08\x07\x7e\xde\xd2\xa3\xf8\x13\xa6\x4b\x4e\x94\xb6\xa7\x79\x72\xc6\x23\xb5\x7b\xdd\x37\x41\xa3\xb2\xae\x3a\x9b\xe6\x21\xdf\x58\x3e\x93\x74\x40\x62\x2c\x72\x3b\xf7\x5b\xb4\xc8\xb4\x3a\x7c\x04\x1f\xcd\x6a\xf1\x1f\xcd\x69\xd5\xf4\x7a\x3a\x32\x87\xe4\xc7\x9d\xcc\xf4\x6b\x02\xed\x52\x2a\x4e\x30\x49\x9a\xf4\x12\x75\xea\x0a\x71\x7d\xa1\x57\x6a\x1d\x33\xc1\xf4\x5f\x9a\x27\xa4\xcf\x01\xd3\x9e\x27\xed\x31\xfc\x4a\x2f\x88\xd6\xeb\x22\x49\xfc\x10\xa7\x0c\x23\x59\xbe\xaf\x46\xae\xa2\x5c\x74\xf7\x16\x07\x80\xd3\xd6\xdc\xe3\x0d\x41\xa0\x55\x25\x6b\x1d\xfc\x47\xb3\xa8\x64\x6d\xfa\x2d\x71\x44\xc1\x43\xd2\x1a\xa6\x8d\x49\x48\x62\x43\x41\x39\x2b\x49\xdf\x92\xc6\x19\x2a\xc9\xb4\xe8\x93\x3a\x5b\xca\xba\xa3\xff\x32\xce\x53\xfe\xec\xe3\xc8\xe3\x80\x67\xee\x76\x62\x67\xf0\xe1\x9a\xcb\xbc\x3e\xe8\x97\x55\x13\xcb\x1a\x59\xae\xae\x2e\x6e\xa7\x98\xc5\xa3\x0a\xc8\x94\x1e\x46\xaf\x69\x2d\xe5\x27\x34\xde\x78\x13\x58\x97\xd8\x68\x38\x0d\x30\xa3\x6d\xb4\x0f\x80\x7f\x47\x2f\x66\x38\x80\xc2\x7d\x27\xe4\x1b\xa0\x75\xee\xff\x13\x8f\x81\x1e\xac\xe9\xe2\x65\xc3\x66\xab\x1b\xcc\x1f\x08\x9c\xf1\xb4\x78\x14\xca\x11\x79\x9a\x1b\xd0\x40\xc6\xc2\x3c\x08\x9d\x04\x86\x19\x57\x22\x0f\x12\x57\x64\xb6\x21\x3d\x51\x5a\xed\x36\xe4\xf6\xd1\x63\x2a\x1e\xf2\x73\xdf\x0c\x59\x2e\x3a\xcd\xed\xbe\x08\x45\x97\xaf\xe9\xe4\x39\xa0\xc1\xd6\xd3\x98\x38\x4a\x57\xfd\x2a\xf2\x25\x32\x85\xa7\xcd\x53\x89\x99\xc4\xae\xdc\x7b\xf4\xb3\x40\x66\x36\x83\x76\x2f\x01\xcf\xb4\xa4\x05\x45\x4d\xd6\xe8\xa8\x9f\x82\x1f\x2b\xbf\x52\xe5\xbe\xf5\xb2\xc9\x54\x1b\xb7\x32\xe1\x10\x6e\x5c\x73\x9d\xcb\xc1\x37\x58\x87\x32\x9e\x62\xd5\xca\x97\x85\x0d\xbc\xf5\x82\x98\xfc\x74\xae\x37\xfd\x4c\xae\x17\x67\x29\xe5\x6e\xd6\x1b\xf6\xb2\xf8\x01\x3d\xcc\x72\x8c\x8c\xd7\x8c\x66\x7a\x07\x87\x2b\xc3\x18\x27\x7d\x4f\x4a\xcf\x12\xc1\x6e\x4c\xa1\x1b\x7d\xeb\x9a\x77\x9c\x47\xb4\x79\xd6\x05\x8c\x8d\xf8\x90\xa2\xad\xe0\xa5\xc2\xcc\xf7\x34\x95\xc8\xc7\xd1\x5c\x72\x10\xa9\x3f\xb9\x3c\xcb\x52\x0c\xc5\x75\xea\xf2\x85\x45\xa7\x30\xf5\x6a\xfe\x97\x20\x8d\x82\xcd\x5b\xbd\xf7\x86\x44\xc9\x59\xe7\xb6\x59\x70\x8e\x35\x7d\xcd\x2b\xce\xa4\xff\x13\x00\x1f\x00\x31\x2e\x0e\x00\xc0\xcd\x67\x3c\x0f\x7f\xe3\x59\x0d\x21\x15\x21\x29\x23\x95\x06\xa5\x44\x2a\xa5\x52\x69\xa1\xbd\x6e\x7e\xfb\xbb\xef\xf6\xde\xd7\x5d\x57\x77\xed\xbd\xf7\xde\x91\x6c\xb2\xe7\xf3\xec\xfd\x8c\x6c\xfe\x3f\xee\x2d\x8b\x79\xdc\x30\x36\x3f\xdb\xb7\x1a\x29\x5e\x2e\xbe\x59\xb1\xbe\x80\xc1\xfc\x54\xf2\xd5\xb8\x1c\x40\x0a\xc5\xb9\x47\xd3\x4a\x8d\xf3\x74\x45\x71\x0c\xbd\x52\xf3\xeb\xf0\x48\xf6\x5b\x95\xd3\xbe\x8d\xca\x9f\x72\x5b\x97\x4b\xd2\xcb\xe2\xe7\x9b\xae\x09\x4f\x08\x58\x16\x01\x9c\x7a\xce\x7b\xf5\xa7\x6a\xf3\xba\xad\x22\xa8\xfc\x76\xf5\x64\x02\x2a\xd1\x96\xb7\xd0\xad\x0b\xad\x4b\x5c\x53\xc9\x86\xa2\x82\xda\xd8\x74\xbd\x99\xe1\x7f\x21\xf7\xb2\x29\x39\xee\xbe\x54\x25\xa6\x59\xe2\x12\x2c\x3d\x28\x2f\xd8\x54\x2e\x78\x26\xfa\x65\x01\x73\x36\xf1\x56\xaa\xd7\x57\x4f\x6e\x0e\x15\x0e\x97\x77\xd4\xdf\x63\x9c\x29\x49\xaf\xd9\x4e\x13\x17\xfc\xa8\x48\x4d\x79\x6e\x48\x2f\x81\x62\x3e\xe5\x3c\x2e\x48\x08\xa1\x67\x6f\xcb\x5b\xec\x6b\xad\x74\xd1\xc6\xb8\xac\x91\xfe\xa9\x0c\xd9\x64\x14\x14\x48\x16\x5a\x68\xd8\xcf\x78\x32\x15\xb9\xea\x7e\xfb\xb0\xd0\xb4\x5c\xd6\x32\x8f\xb1\xa5\xc4\xa5\x61\x2d\x6d\x46\xc1\x60\xcd\xe2\x14\xba\x61\x63\xf9\xb9\x18\x55\x4e\x5e\x71\x60\xc8\x3a\xcd\x33\x23\xdf\xe7\x9d\xe2\x59\xce\x21\x97\x69\x92\x46\x55\xd7\xa6\x72\xc1\x6e\xc9\x33\x8b\x7e\xb6\x80\x77\x52\x20\xec\x9d\x4a\x3b\xce\x78\xd6\x71\x92\x76\x99\xde\xdb\xa2\xa4\xef\x48\x5f\xd6\xe0\x43\x1f\x39\xb6\xaa\xfa\x3a\x80\x86\x3f\x2b\x77\x01\x63\x0f\x9a\x17\x45\x43\x19\xbb\x21\xc3\x1a\xb8\x72\xfb\x66\x6d\x1e\xf2\x7d\xbd\x97\xa2\x11\x3b\x64\xfa\x48\x94\x84\x77\x09\x82\x7a\x94\xc0\x18\xa3\xbd\x23\x06\x9c\x43\x57\xb7\x6c\x03\xf7\xa6\x7d\xac\x9f\x00\x0b\x8e\x4d\xaa\x16\x43\x6b\xc2\x4f\x97\x7d\x81\xae\x1c\xfc\xa3\xc8\x02\x2e\xdf\x9d\x94\xf7\x1f\x62\xdc\xbe\x46\x4b\x45\x4b\xd6\xfb\x29\x14\x58\x93\xe9\x57\x51\x00\x7e\x56\xb0\xb8\x67\x0d\x1c\xc0\x60\xb4\x7f\x83\x93\xe8\x71\xcd\x37\x60\x24\xed\x54\xbd\x11\x2e\x89\xbf\x59\xed\x04\x4f\x84\x97\x95\x55\x20\x59\xfe\x2f\x0b\xaf\xa2\xf3\x76\x1f\xce\x6b\x40\x07\xb7\xaf\xd0\xba\x60\xc4\xfa\x20\xc5\x51\x7c\xaf\xd9\x12\xd1\x1a\xc6\xdf\xfc\xcc\xee\x78\x46\x1d\xfe\xb1\xdd\x8d\x11\x4d\x7b\xd1\x6c\xc1\x98\x93\x16\x53\xf7\x12\xbf\x17\xcf\xaa\x12\xe0\xe3\xe1\x47\x4b\xbf\xe2\x6f\xfc\x9b\x0b\xad\x19\xab\x76\xef\xcc\x5b\xcc\x08\xd9\x3e\x37\xbb\x82\x21\x58\x9f\x21\xbf\xc4\x38\x65\x16\x2d\xcc\x21\x26\xf3\x3e\x75\xf1\xb9\x0e\x38\xa9\x8d\xc2\xc9\xa1\xc5\x36\xc5\xb0\x7f\xa6\x7e\xaa\xb3\x63\x93\xe3\xed\x2a\xc7\xd9\x53\xc3\x17\x97\x7a\xb3\x6a\xfd\x81\x02\x90\x95\xbc\xfb\xef\xdc\x78\x96\xd9\xf6\x19\x9a\xcf\xcc\xb1\xf5\x72\xf9\x2a\x26\xd5\xac\x49\xf0\x82\xb9\x84\x97\xd5\x79\x59\x6c\x8b\xdd\x6f\xed\x15\x39\x50\xcf\x37\x56\x0a\xed\x52\xf1\x5a\x48\xb0\x27\xee\x4a\xe5\x2a\xfe\x89\xb0\xe1\x12\x35\x4f\xe7\xbf\x23\x7f\x8c\x7b\xd5\xf3\xad\xbe\x96\xf3\x73\xfb\x24\x8d\x0b\x67\xe9\xfa\x36\xd9\x71\xf6\x5a\xf3\x3f\x05\xb6\xac\x55\xdc\xaa\xce\xd9\x9a\x7c\x6c\x45\xcb\x63\xd5\x77\xea\x9c\x86\x93\xca\xe0\x94\x8e\x1a\xb1\xbc\x36\x6e\x49\xc5\x7a\xd9\xc2\xb0\x35\xc5\x06\x09\xf7\x40\xbf\xf1\xb2\x68\xc2\xb3\x24\xa7\x5d\xe8\xb1\xed\xad\xda\x97\x9f\xb5\xfe\x85\x34\x8b\xab\x35\x17\xf3\xb7\xb0\x8d\x9c\x9a\x8e\x6d\xf9\xe9\xa8\x5d\xcb\x46\xc3\x66\xca\xd6\x86\x95\xfa\x17\xc9\x77\xab\xaf\xeb\xc8\xb1\x7b\xca\x93\xb3\x67\x86\xa6\x17\xdd\x55\x95\x1f\xd8\x64\x5c\xa0\x70\xf0\xf4\xd0\x7d\x95\x0a\xb6\x8d\xa8\x24\xa2\x16\xdb\x49\x92\x66\xfe\x35\xf3\x17\x3c\x1a\xe7\x22\xbb\xa8\xbd\xad\xe2\x35\xe2\xd0\xdc\x50\xb6\x91\xec\x5a\x9f\x57\xbc\x3b\xe9\x4b\xf5\x81\x02\xd3\x18\x72\xd9\xcd\xbc\x97\x87\xbb\x8a\xf6\xe6\x34\xef\xcf\x37\x40\xd9\xa1\x1e\x77\x74\x51\xca\xa6\x6d\x2a\xe5\x7b\xe9\xb8\xed\x1f\x12\x73\xe1\xdd\x95\x1b\xb8\x4f\xb9\x03\x6c\xeb\x76\x7a\xad\x0e\xee\x68\x26\x57\x91\x49\xa3\xf5\x31\xe5\xd6\x49\xd2\xea\x79\xc5\xf5\x31\x8b\xca\x14\x05\xab\x0f\x27\x15\xfe\xca\xe3\xec\x8f\x35\xd8\xe9\xba\x3c\x1a\x75\x73\xd5\xb9\xdb\x98\xca\x02\xb9\x8b\xed\x5f\xe2\x8b\xa2\xee\x95\x07\xb8\xb9\xbc\x05\xac\xf6\x76\x87\x46\x2d\x7c\xa0\xd9\xbe\xce\x84\x14\x57\x6f\x5a\x85\x24\x39\x56\x0d\x95\x0d\x47\x8f\x96\xed\x2a\x7a\x76\x78\x63\x61\xa9\xf1\xe3\xfe\xed\x79\xe3\xfa\x93\x1e\x39\xda\xda\xec\x1d\xdb\xd8\x4a\x57\x45\x9c\xad\xa5\x38\x4d\x7c\x6c\x25\xc2\x75\xe2\xd9\x11\xf4\xa1\xa7\xf4\x00\xd0\xac\x2f\x9d\x5e\x94\x19\xd6\xf9\x9e\xfe\x31\x61\x75\xab\x3f\x90\x18\x35\xdc\x40\x01\x17\x04\xaf\xad\x3e\x0e\xbe\xde\xb7\xac\x6c\x06\xf4\xc9\x6d\x7f\x81\x13\x62\xe3\xf0\x5b\x6f\x81\xd2\x6c\xf6\xa9\x10\xac\xcb\xd4\x43\x9c\xca\x98\x43\x84\x0f\x21\xa0\x11\x9c\xd6\x37\x07\x3c\x99\xe9\xd1\xa9\x02\x5f\x25\xcc\x6b\xf9\x0a\xd9\x45\xd5\x37\xac\x85\x8a\x82\x17\x57\x9b\xc0\x3e\xfb\xe6\x94\x0e\x22\xcb\xdc\x7c\x0a\xa6\xa0\x73\x1c\x7e\xe6\x7c\xc0\x16\xd8\x84\xab\x82\xf1\xb9\xa6\xe1\xe2\x40\xc6\xdf\x84\xc3\xd0\x22\x64\x2e\xf0\x6f\x6f\x29\x32\x37\x73\x4d\xa7\x3d\x32\xe7\xc4\x87\x16\x03\x62\x12\xa5\xab\xbf\x80\x1c\x0d\x9e\x5c\x35\x8a\x8c\xfb\xfe\x2c\xcd\x44\x53\xdd\x3c\xf2\xbb\x30\x73\x87\x9f\x39\x4d\xd8\x3f\x36\xc7\x55\xa6\xb8\xd6\x14\x14\x9b\x31\x42\x19\x1d\x83\x81\xc4\x0a\x80\xd2\xf3\x9c\xd1\x9d\x31\xd4\x41\x63\x44\x9e\xa8\x6b\x7e\xc0\x58\x13\x15\x5f\xbf\x90\xb1\xe0\xd0\xd5\xaa\x39\x0c\x6b\xdf\x7b\x25\xad\x8c\x23\x6e\xae\xf9\x0b\x19\x72\xc7\xc9\x39\xff\x63\x9c\xb7\x11\x29\x09\x62\xaa\xe9\xb0\x48\x40\xec\x60\x9c\x18\x48\xe5\x1e\x07\x96\xf6\xfc\xc5\x19\xca\x88\x6a\x2f\xe2\x98\x9e\x48\x69\x5e\xcc\x16\x45\x6d\xab\x0b\x60\x2f\x3b\x54\x5b\xe9\xc7\x1a\xf0\x1d\x28\xfe\xca\xc2\xdc\x36\x1a\x83\x59\x4e\x8e\x53\x75\x87\x98\xff\xd9\x34\x29\x4e\x31\x8d\x66\x8b\x85\xe7\x99\x7b\xf0\x17\xfd\xa5\x62\x33\x7a\x71\xf7\x6e\xd1\x8a\xf4\x77\x6d\x57\x85\x4b\x4e\x98\x36\xf9\x09\xac\xa2\xa6\xd4\xca\xf8\xfb\x0e\x31\x2a\x84\x3c\xc4\xb7\xa0\x78\x07\xb7\xc7\xcd\xc4\xa0\xe0\x7c\x70\xfc\x43\x2b\xe3\x98\xd8\xdc\x56\x4c\x65\xef\x30\x4b\x11\xce\x64\xed\xc6\x69\x7d\x7d\xea\x5f\xf4\xd5\x5d\xc1\xaa\x98\xf4\x84\xd6\xbb\x8a\xc1\xe3\xfc\xc6\xbd\xf2\x95\x91\x69\x35\x0c\xa9\xf2\xd0\xcc\x72\x48\x32\xdf\xd7\xb7\x68\x9d\x48\xb2\xeb\x7d\x1e\x57\xf0\xd1\x71\x69\x36\x87\xef\xbe\x6e\xad\xec\x27\x97\x67\xf6\x55\x30\x89\x5d\x8f\x15\xf5\xbe\x32\x7a\xd2\x52\x3b\x45\x79\x7f\xa4\x9d\x69\x5d\x9e\xd3\x7f\xec\x76\x03\x4d\x1b\x19\x31\x52\x5d\xa6\x99\x13\x04\x94\x15\x2a\xfb\x7d\xee\x16\x06\xca\x13\x76\xd5\xe5\x36\x4a\x9e\x38\x4e\xd3\xb4\x8b\x9c\xd7\xed\x93\xd9\xf3\x15\xe6\x91\xfc\x9d\x9c\xd3\xe8\xbd\xde\x7d\xe5\xcb\xa9\xb5\x1d\xff\x95\x84\xa6\xfd\xdd\x82\x14\xa2\xc7\xec\xea\xc7\x8d\xa9\x11\x6b\xab\xbe\xe7\x46\x04\x7e\x2a\x9d\xd0\xf9\xfa\xc0\x05\xe5\x1a\x93\x5d\xa4\xdc\x69\x8a\x5a\xc7\x49\x9a\x59\xd2\x79\xeb\x52\xa5\x12\x61\xac\x79\x15\xaf\x88\x9b\x83\x32\x7b\xa7\x57\x27\x50\x0f\x77\x54\x54\xec\x4d\x1d\x69\x71\x2c\x9d\x1f\xff\xa0\x9e\x53\x58\x7b\xe4\x5e\x55\x99\xd1\x3b\xb0\xab\x34\x5f\x7f\xcb\x27\xa8\x20\x48\xeb\xb5\x2b\x5c\x5f\xad\x3a\xee\x38\x49\xdd\x28\x3b\xb4\x0e\x91\x3a\x8b\xac\xcc\x2f\xf0\x82\xb9\x77\xd0\x4d\x3d\x1d\xf5\x73\xa8\xb3\x3a\xc2\xab\xf3\x53\xa9\xcd\xff\x54\x2c\x8d\x37\xd6\x6f\x2c\x01\x8f\x94\x54\x79\x17\x9c\x0c\x54\x94\xba\x1a\x66\xfa\xec\xcc\x7f\x9b\xb3\x62\x57\xa0\xde\x53\x7d\xd5\x71\x8e\xda\x57\x1e\xba\x2e\x57\x72\x4d\xd4\xbe\x72\x32\xf7\x3d\xf7\x35\xf4\x69\xb4\x0f\xa0\x90\xea\x86\x6d\x81\xdc\x64\xbb\x3e\x14\xb8\x10\xeb\xdf\x99\x03\x5a\x86\x85\xb6\x64\x82\x8d\x07\xb7\xd5\x4f\x87\x20\xaf\x53\x95\xdb\x61\xb2\x73\x57\xd1\x2b\x24\xc7\x3e\x38\x2f\x10\xbd\x6b\xd5\xae\xf9\x13\x9f\x6e\xf2\x59\xb2\x97\xe1\x02\xbd\x1e\x0d\x87\x9a\x48\xad\x43\xc3\x50\x63\xb2\x55\x9f\x29\xd4\x16\xbb\xb7\xd3\x15\xba\x15\x16\xd8\x62\x02\x6f\x39\xb8\xb9\xae\x05\x1e\xf5\x1a\xac\x78\x8d\xf0\x9d\xbb\x8b\x1a\xd0\x0c\xfb\xe0\xbc\x95\x58\x8a\xd5\x69\xf5\x3d\xdc\xdf\x74\xa6\xc4\x9a\xe1\x06\x3d\x38\xf5\x09\x5d\x40\xaa\x18\x8a\x42\x9e\x27\x9b\xf4\xb6\x22\x23\xb1\x3b\x3b\xee\x21\xad\x61\x7b\x9b\x7b\x91\xfb\x07\x6d\xea\xc2\x50\x4f\xaf\x9e\x0a\x15\x7a\xc1\xb9\xab\xe8\x38\x46\xb5\x0f\xce\xbd\x8d\x6f\xb2\xba\xa2\x36\xe2\x17\x4c\xcd\xc5\xef\x18\x20\xc4\x3d\xb5\x81\xb8\x49\x0a\x1d\xd4\x11\x91\x49\x17\x7b\xfe\x63\x3c\x89\x9d\xdf\xb1\x90\xa1\x0e\xdb\xd8\xf4\x89\x91\x79\x70\x51\xad\x94\x41\xf7\x6a\x28\x3f\xc3\x30\x3a\xf7\x17\xb6\x32\x2e\xd9\x47\xe4\xda\x12\x33\xad\xbe\xa8\xbe\x12\xb6\xa6\x47\xc5\x07\x89\x40\x28\xea\xa4\x13\xf7\x33\xc9\x74\xa0\x9a\xeb\x94\x24\xea\xf9\x83\xc3\x88\x79\xdb\xbe\x95\x7d\x2b\x6c\x4d\xd3\x6a\x76\xd8\xc1\x39\x35\xbd\xac\x0f\x5e\x75\x65\x3f\x59\xa5\xce\x43\x05\xcf\x58\xd1\xf6\xc9\xfa\xa3\xac\xc5\xd6\x6b\x54\x9b\x99\x3d\xa6\xf5\x22\x3e\x33\x0a\x7c\x38\x12\x2d\x06\xb2\xfa\xfa\xc7\x44\x47\x93\xdc\xba\xcd\x85\xbe\x31\xc3\x6d\xe1\x02\xef\xb0\x45\x8d\x01\xfc\x58\xff\xdf\xd5\xaf\x78\x5c\xaf\x8a\xb2\xf5\xdc\x3e\xe7\x93\x05\x0b\x39\x5f\xed\xb1\x1c\x11\x67\xbd\x75\x80\x32\x86\xed\x67\xf6\x97\xb0\x9d\x15\x0f\xf6\x0f\x07\xa9\xaf\x66\x11\x7d\xdd\xaa\x0d\x89\x6f\xbb\xe6\x28\x38\x31\x47\x5b\x77\xc8\xee\x86\x96\x36\xac\x95\x1e\xf4\xaf\xa8\x1a\x10\x8f\x79\x65\x95\x4e\x11\xf9\x39\xb7\x1b\xdf\x09\xfa\xec\x0b\x74\x69\x7c\x53\xeb\x42\x85\x2f\x97\x6e\x26\x15\x94\xb0\xbb\xc1\xc5\x43\xa0\x21\x2f\xf3\x7b\xef\xfd\xdc\xfd\x89\xbc\x4e\x1b\xdd\x8f\xe8\xfb\x2d\x3e\xd9\xc6\xd0\x55\xf5\x1b\xd4\x87\xfd\x5d\x2a\xc7\x94\x8b\xbc\x2c\x4b\xe6\xc9\xce\x38\x2b\x8d\x53\x24\x31\xf6\xd5\x5a\xbe\xf0\x86\xf5\x2d\x79\x06\x3f\xdc\xec\x33\xff\x0a\xa7\x1b\x50\x0e\x36\x96\xde\xcc\x64\xf4\xae\x2c\x9e\x9e\xb8\xa8\x23\xb5\xc0\x32\x3a\xa5\x99\x63\x30\x3d\xdc\x54\x17\xa7\x37\x3d\xf0\xb4\x72\x9a\x76\xf5\x9e\xd7\xc5\xfe\xea\xc5\xce\xa8\xc1\x45\x7e\xd1\x7e\x28\xfb\x8c\xe4\x98\xcd\x6c\x59\xbf\x60\xc2\xdc\x9b\xbf\x95\x9b\x0e\x1c\x1e\x8c\xa9\x3c\x9b\xe9\xdd\x33\x56\x56\x90\x70\xbb\x63\x41\x71\x52\xf4\xb6\xe6\x75\x05\x7f\x1f\xc6\xeb\x26\xe5\x0d\x1c\x18\xac\x28\xcc\x21\xed\xb9\x5e\xf4\x36\x7b\xa6\x33\x90\x77\x53\x79\xc4\xfe\x7a\x76\x8a\x94\x67\x63\x25\x4b\x10\x16\x99\x67\xf2\x9e\x70\xcb\x01\xb3\xc1\x3f\x6b\x97\x67\x2e\xea\x49\xab\xac\x48\xa8\x6e\xaf\x2b\xb3\x8e\xfe\xb3\xa9\xaf\x48\x7d\xf8\x48\xad\xdc\xf8\xed\x40\x55\xc5\x96\xdc\xf8\x3d\x97\x8b\x18\xda\x4a\x67\x22\xef\xb8\x2a\xcf\xfe\xa3\xe6\x87\x2c\xd9\xe6\xa0\xf4\xa7\xc8\xcc\xbc\x8c\x87\x73\x9b\x5e\x25\x02\x13\x94\xd6\xbb\x79\x60\x10\x15\x3f\xaf\x06\x6b\x69\x5b\x7b\x43\xa0\x19\xb4\xab\x35\xbb\xa0\x13\x74\xa1\xde\x17\x3a\x0d\x30\xb9\xdf\x61\x27\x50\x40\x9a\x09\x5f\x84\xb4\x11\x0a\x84\x02\xeb\x3c\x9f\xa1\x36\x88\xcc\x46\x88\xbe\x43\xb5\x2f\xcb\x80\xcd\x40\xfd\x9d\xcb\x40\x11\xf8\xf7\xb9\x7b\xe0\x5f\x20\xd1\x63\x00\x29\xe0\xb5\x6a\x01\xf8\x0c\x72\xce\x29\x81\xc2\xa1\x07\xdc\x24\xe8\x0e\xac\xc8\x62\xc1\x2c\xc4\x35\x62\x01\xb2\x15\x79\xe0\xc9\x43\x27\xa3\x34\x9b\x43\xe8\x55\x6c\xde\x8b\x9b\x74\x0a\x72\xe6\xf6\x6f\xfa\x17\xe4\xc2\xb9\x95\x40\x1a\xf2\xb1\xfb\x0e\xf0\x1c\xf9\x5c\x75\x09\x3c\x81\x2e\xd0\xfd\x06\x9f\xa0\x71\x9c\x9b\x10\x15\xed\xcd\xfa\x03\xde\x80\xcd\x3d\x62\x84\xdf\x62\x7e\x9e\x3b\x90\x51\x0c\xb6\xd9\x84\xd6\x62\xa5\xcf\xae\xd0\x5c\x39\x3b\x6e\xad\xa0\x9d\x64\x6b\xcf\x78\xd2\x63\xd8\x73\xbb\x9c\xe8\xff\xb0\xe8\x95\xb1\x40\x12\xf3\x93\xb6\x1d\xf8\xc5\xcc\x67\x0f\x81\x45\xcc\xfd\x99\x4b\x20\x12\x71\x37\xfc\x32\x1c\x46\x1c\xf2\x38\x89\x78\x30\xda\x6c\xe6\xa1\x9e\x8c\x69\x4f\xff\xa6\x7c\x92\xbc\xb8\xc1\xa5\x1a\xc4\x8d\xa7\x01\x9a\xb7\x88\xd6\x21\xa0\x5d\x13\xba\x97\x5f\xa4\x67\x08\x56\x64\x1f\x04\x96\xf0\xff\x66\x09\x80\xcb\xbc\xd9\x19\xcb\xc0\x16\xce\x93\x70\x13\xa8\x8a\x6d\xf4\x88\x80\xcb\x59\xab\x6c\xfe\x44\x3a\x09\xfc\xf1\x34\xf2\xbf\x5a\x87\x6b\xe9\x14\x8d\x26\xec\x54\x15\xd5\x47\x95\xd9\x76\x95\xfa\xaf\x42\x51\xb6\x8b\xc6\x93\xf5\xa9\x1f\xd3\x3d\x25\xdf\x98\x81\xc0\x5c\xf1\xda\x74\x6b\xe0\x97\xd0\x39\x0c\x04\x7f\xf1\x2d\x3d\xa6\xc0\xff\xe3\x54\xdb\x2c\x47\x36\xb1\xa6\x3f\x8c\x26\x7d\x29\x9b\x33\xbe\x80\x2c\x2d\xde\x3b\xb2\x9d\xb2\xae\x00\x6f\xc1\x29\x67\x0c\xc2\x92\xbf\xa8\xa0\x5e\xae\x7c\x4b\x73\xd1\x6a\x19\xc5\xf4\x65\x6a\x5a\xea\x18\xb0\x42\x61\x1d\x0a\x83\xb6\x12\xb9\x3b\x01\x05\x0a\x24\x36\xeb\x61\x26\xc7\xeb\xfe\x17\xd2\x94\x36\xf5\x25\x94\x54\xdf\x04\x0e\x3e\x22\xc7\xd7\xe5\x35\x79\x50\xa6\x57\x11\x85\x1f\x28\x2d\x65\x07\x15\xd3\xa9\x44\xd1\x34\xec\x07\x2d\xd1\x40\x4f\x21\xd3\xc9\xba\xbc\xc3\x74\x40\xab\x8a\x74\xfb\x0a\x5e\x94\x14\xdb\x6c\x80\xe7\xf1\x58\x77\x75\x59\xa3\xa7\x24\x17\x22\x48\x27\x06\xeb\xfa\xf5\xe4\xa9\x3d\xad\x0d\x0b\xc8\x45\xed\xdc\xfc\x87\x94\x80\xa6\xd5\xb2\x55\x54\xf3\x1a\x39\x1a\x4c\x9b\x55\x66\x4c\x76\xa0\x4f\x29\x58\x1b\x52\x07\x2c\xc9\xb1\x72\x93\x80\x71\x0a\x85\xcd\x66\xa8\x43\x00\xdc\xa9\xce\x2a\xbd\xf0\xbf\xf3\x14\x92\xd7\xe9\xf3\x7d\xf5\xa4\x7f\x86\x63\xea\xd7\x91\x81\xde\xda\xfc\x99\x94\x55\xed\x9d\xd2\x23\x94\x57\x8d\x22\xa4\x82\x7a\xb5\xea\x55\x52\x3d\x6d\xa4\xb8\x34\x24\x91\x7e\x26\x77\xd8\x2d\x03\x5c\xa9\xda\x65\xe3\x0d\x21\xc2\x55\xb7\x7f\x64\xb1\xaf\x66\x9f\x1b\x24\xad\xbc\x38\xa5\xf7\x07\xa9\x75\x6c\x6b\x1d\x4c\xf6\x1c\x5e\x68\x8c\x27\x3f\xea\x31\x4a\x4e\x51\xca\x5a\xff\x45\x6c\xa9\xc2\xba\x82\xa4\xe3\xb4\x84\x32\x5d\xc8\x3e\x7a\xbc\xe1\xbe\x1b\x00\xf4\xa8\x49\x36\x08\xb4\x52\x18\xf6\x74\x36\x9c\x47\xd9\x7c\xa3\x0d\x6e\xa7\x4e\x1b\x5b\x0e\x8f\x53\x47\x3b\x7d\xe0\x8f\x34\x72\x45\x09\x62\x46\xb7\xd7\xae\x42\xbc\x01\x07\xf6\x7e\x04\x01\x7d\x32\xee\x23\x97\xa0\xf8\xf0\x7b\xe8\x26\x18\xf4\xb8\x86\x16\x23\x5a\x1b\x1b\xcc\x0c\x6d\x7d\xb2\x0d\x7a\x03\xcc\xb9\xfe\x0c\x5e\x06\x10\xa7\xc3\xe0\xdd\xc0\xcf\x0e\x3e\x9c\x05\x46\x94\xdf\x83\xab\xc0\x8b\xd9\xe9\xf0\x23\x88\xc9\xaa\x46\x6c\xe1\xdd\x19\xde\x88\x12\x99\x1a\x1e\x89\xce\x44\x7a\x3c\x92\x50\x2e\x9a\x65\xfd\x18\x5b\x8c\x6d\x78\x7c\x04\xda\x8d\xfc\x79\x7d\x1e\x04\x23\x6b\x46\x65\x50\x13\x72\xb8\xbd\x1b\x7a\x89\xa4\x95\x9b\xc3\x1b\x10\xbd\xa6\x1f\x26\x23\x3f\x58\x0b\xe0\xb3\x68\x62\xfa\x25\xc4\x19\x1d\x0b\xfb\x8c\xf4\x62\x6b\x3c\x56\xa3\xfb\x30\xb2\xf5\x59\xf4\x39\x36\xf8\x6f\x38\xf0\x89\xed\x77\x75\x3b\xe8\xc5\x3a\x7d\xb2\x0b\x54\xb1\xfc\xdb\x2c\xc0\x87\xcc\xb1\xd2\x61\x68\x07\xf3\x88\x9a\x01\xa9\x99\x4b\x99\x73\xa1\xdf\xc4\xdd\xb4\xc7\xb0\x88\x10\x84\x6d\x43\xac\x89\xb5\xee\x8d\xc8\x79\x46\xb9\x75\x3d\x8a\x33\x4c\xff\x79\x49\xbf\x2a\xbe\x74\xa5\x1b\xd8\x22\xea\x1e\x99\x0b\x64\x0b\x8d\x2d\xd9\xc0\x13\x01\x5e\x12\x0c\xba\xf1\xb3\x54\x9e\x60\x35\x8f\xc5\x98\x80\xd6\x71\x15\x69\x33\xa0\x33\x1c\x41\xa8\x00\x86\xd9\xc7\xdc\x23\x11\x07\xd6\x6c\xeb\x4e\xe4\x2b\xa1\xba\x3f\x4a\xbb\x97\x3d\xe5\x52\x3b\xdd\x5d\xbd\x77\x28\x92\xde\xaa\x44\x9b\xbe\x02\xd3\xe4\xad\x45\x57\x80\x68\xe9\x57\xc5\x33\xe0\x8e\x24\x00\x3f\x03\x26\x8b\x74\xa9\x66\xd0\x52\xc1\xe9\xc3\x1f\xa0\xcb\xbc\xf3\xee\xff\x83\xf3\x38\x2c\xeb\xab\x48\x2a\x6b\xe1\x5d\x7b\xea\x50\x09\xe7\x42\x04\x6d\x5d\xe1\xab\xfe\x8f\x34\x55\xbe\x4f\x43\x25\xed\x75\x5e\x56\x41\x39\x3d\x38\x27\x5b\xf6\x99\x7e\x37\xbb\x0f\x5b\x0d\x80\xaa\xa1\xe4\x2b\xa0\x83\x3c\xef\xf0\x3c\xf0\x87\xc4\xce\xad\x05\xba\x26\x88\xb2\x99\x0d\xb7\x72\xfc\x6e\x9d\xa7\xbc\x6f\x69\x3f\x7b\x95\x1a\xdc\x70\xbe\xb7\x8c\x3a\x5a\xbb\xbc\x2e\x83\x66\x53\x69\x69\x14\xd3\xb2\x4b\x97\x4a\xe7\xd1\xad\x0a\x3e\x21\x28\xfd\x7c\x9e\x32\x89\x09\xc8\xb4\x2f\x43\x96\x81\x27\x94\xf7\xdc\x76\x42\x07\x24\x11\x36\x2b\xe0\x9d\x3c\xf0\x86\x80\x62\x1c\x39\x3c\xd6\x43\xf9\xd9\x5f\xd3\x9d\x4a\x8d\xec\x7a\x56\x73\x90\xda\xd7\xfa\x2c\x4f\x41\xb3\x6b\x68\x15\xbb\xd3\xfa\xaa\x03\xa0\xe7\xf4\xc4\x52\x49\xa2\x2f\x60\x9a\xef\x13\x1c\x00\x3c\xd7\xb1\x76\x8d\x83\x0f\x14\x76\x36\xab\xa1\x07\x82\xa8\xeb\x2a\x0a\xfd\x6c\xfd\xe9\x71\xca\xf5\x53\xc5\x5d\x0c\xaa\xfd\x60\x72\x75\x1a\x55\xd6\xfd\x2e\xb7\x8b\x36\xb9\x6d\x8b\x88\x41\x13\x34\x6c\x85\xdc\xe8\x0e\x95\x23\x09\x67\xe8\xf7\x8a\xda\x83\xff\x00\xf2\x73\xe7\xef\x6a\x05\x0d\xca\x2b\x36\x4e\x50\xa1\x70\xca\xb5\x1b\x94\xa0\x2b\x0b\x4e\xaf\xa0\x54\x9d\x6b\xed\x3c\x47\x9d\x34\xba\xb2\x6a\x98\x7a\x78\xd0\x35\x77\x35\xb5\xaf\x7b\xa6\xf0\x23\x6d\x77\x0b\x0c\x9e\xa7\x3d\xae\x4d\x49\x80\xe9\xac\xd2\x9c\x43\xcf\x81\x1d\x06\x8b\x5d\x5d\xa0\x8b\x7a\xb2\x4d\x06\xb4\x5b\xb8\xfd\x1f\x12\x76\x82\xdc\x74\x45\x8b\x79\x52\x24\x23\xc7\x30\x4b\xea\x91\xd6\xd9\xd8\x7c\xda\xec\x92\xb3\xd8\x2c\xda\xb8\xaa\x1b\xfd\x4e\xbf\x4f\xc4\xa0\xdf\x80\x9f\x69\x54\x6c\x1e\xb4\x36\xf4\x0b\xb6\x1e\xf6\x73\x97\x63\x47\x10\xb6\x75\x1e\x26\x47\x87\x1e\x28\xd0\x31\x7a\xe6\xe5\x61\xb4\x89\xfe\x61\x58\x87\x16\x03\xf4\x96\x9d\xa8\x06\x78\x58\x32\x05\xd5\x83\x89\xaa\x29\xa8\x01\x5a\xc3\x68\x47\xeb\xa1\xff\x52\x9f\xa0\x97\xe1\x9e\x50\x26\x36\x05\xe1\xb9\xaf\xc3\x9c\xd1\x23\xd6\x11\x18\x1b\xdb\x72\xbf\x1a\xdd\x0a\x07\x5e\x7a\x85\x5a\xc3\xd0\xd0\x28\x6a\x05\x77\x35\xa7\xa2\xcb\xe0\x47\xc5\xf6\xe8\x7a\xc4\x5c\x19\x81\x3a\x22\x32\xc6\x02\x34\x0a\x9d\x91\x9a\x8a\x72\x50\x24\x74\x12\x7a\x1e\x7d\xee\x76\x0d\x9b\x8f\x85\x5a\xaf\xc6\x12\xb0\x91\xbb\x35\xf0\x05\x56\xdc\x45\x53\xf8\x0d\xf3\xc7\xc0\x57\xf8\x03\x53\xd2\xf8\x0f\xb2\x98\xb9\xb4\xf0\x31\xe2\x4c\x74\x29\xcc\x91\x18\x42\x88\x2f\x41\x34\x44\x4c\x8a\x04\xb9\x41\x58\x1f\x8e\x40\x1d\x18\xff\xba\xc1\xa8\x8c\xc1\xb4\xb6\x44\xbf\x33\x4c\xef\x48\xa0\x9b\xa2\xae\xf3\x9d\xd0\x3b\xe1\x68\x7f\x12\xbc\x48\x70\xb2\x21\x0b\xb6\xe0\x77\x15\xe4\xc0\x5e\xbc\x01\xd9\x17\x18\xe0\x3e\xc7\x56\xc3\xdd\xdc\xb9\xc9\xbd\xc8\x72\x8e\x45\xc8\x15\x84\xcd\x36\x71\xdb\x85\x7c\x66\x3e\xb0\x0e\x42\xd3\x08\xf5\xad\x70\xf0\xb7\xfa\xca\xd9\x31\x68\x89\xca\xb1\xf7\x1a\x14\xa0\xe0\xd6\x3d\x81\x0e\xca\xc6\xf3\xad\xa1\x34\xe9\x7a\x69\x35\x54\x2f\x36\xa0\x7f\xc0\xd3\x44\x53\x92\x6e\xc3\x69\x82\x80\x90\x9d\xf0\x3f\x3c\xda\xae\x09\x24\x96\x13\x68\x9d\x84\x3c\x66\xcd\xbb\x7e\x19\x68\x29\xfa\x3d\x96\x09\xbc\x2b\x10\x75\xd3\x40\x5b\xe3\x5f\x35\x79\xe0\xce\xdc\x40\xc3\x14\x30\x49\xa7\x12\xf7\x83\xed\x9a\xbb\x70\x0c\xb4\x54\x35\x35\x51\x07\x89\xe4\xd3\x83\x4f\xc0\xb3\xc5\x43\xbb\xca\xe0\x1c\x81\xa9\x75\x2d\xb2\x8e\xe3\x71\x35\x13\x98\xdd\x74\xe3\xd4\x04\xb0\xb6\xde\xb4\x73\x33\x10\x55\x2d\xaf\x8a\x03\x90\xf2\x5e\xfd\x73\xa0\xa1\xf8\xaa\xf0\x16\xf8\x47\xfe\x2d\xb0\x17\xcc\xc8\x2d\x4e\xd8\x07\xbe\xd4\xae\x3b\x44\x83\xa8\xca\xc0\x5d\xdb\xe0\x79\x92\x69\xd6\x27\xe1\x4a\xde\xd1\x2b\x7b\xe9\xc6\xa1\xa5\x23\x2f\xe8\x03\xbd\x45\x6d\xbf\xe8\x8f\x3b\xff\xaa\x08\x05\xe6\xb4\x78\xe6\x4c\x05\xbc\xea\x5d\x05\x66\x80\xbe\x6a\x3a\xb0\x13\xfc\xa3\x24\xeb\x84\x09\x48\x33\xc6\x04\xd5\x82\x3f\xb4\xe3\xae\x17\xa1\x42\x79\xbf\xf5\x45\xd8\x4f\xe0\x78\xd9\x87\x4e\x19\xf3\x1a\xfe\x49\x57\x8f\x64\xb4\x2d\xa5\xb7\xf4\x27\x97\xe3\xf4\x5b\x5d\x76\x3a\x27\x60\x61\x4b\x29\xff\x04\x10\x5f\x37\x4e\xcf\x03\xce\x56\x68\x8e\xe7\x83\xdb\x0a\x7b\x83\x62\xc0\x16\x7d\xa0\x6b\x03\x14\xad\x0c\xb7\x7e\x0a\xff\x25\xb8\x7a\x89\xa0\xfb\x5d\x64\x0e\xbb\xd2\x8f\x9d\x89\x6e\x8d\xa7\x23\x23\xbf\xcb\xae\xd1\xf3\xfb\xe3\xb4\x85\xf4\xcb\x9d\xc7\x78\xf7\x81\x15\xcd\xb3\xe8\xeb\x01\xb4\x66\xc3\xf1\x43\xc0\x9d\x12\x65\x90\x3b\x78\x30\x2f\xd4\xb5\x05\xfc\xad\x62\xda\x98\x40\x35\xc2\x39\xd7\x82\xd9\xc1\xa4\xf2\xd3\x3b\x58\x9d\x64\x45\xd7\x27\x96\x09\x85\x5a\xe3\xce\x2c\xa7\xba\xe5\x0d\x30\x5d\x69\xab\xc4\x32\xe2\x0c\xdd\x11\xb6\x22\xa2\x81\xa3\x89\xee\x8c\x1f\x60\xee\xa1\x9b\x8c\x22\xe8\xbe\xeb\x10\xc3\x1b\x71\xb7\xda\x80\x7f\x46\xdb\xaf\xa6\xb0\x06\x68\x3b\x47\x4f\xb0\x1c\x68\xb7\xbb\x56\x33\x8b\xe9\x59\xd5\x74\xa6\x2b\x7d\x22\x6f\x06\x71\x0f\x90\x89\x9e\x10\x00\x18\x09\xa9\x89\x65\x90\x53\x42\x2f\x63\x14\xb6\x3c\x94\xca\x00\x91\xbf\x5c\x23\x18\xf6\xe8\xfc\xb5\xef\xf1\xd7\x98\xc5\x38\xc8\xb2\x07\xdf\x9f\x12\x33\x1b\x21\x9f\x4e\x1f\xa6\x2d\xa4\xae\x2a\x23\xc6\xa1\x4b\xb9\x5e\x04\x08\x5b\x8a\x5c\x09\x53\xb8\x1c\x9a\xcc\x18\x43\x5c\x12\x02\x19\x18\x72\xe9\xd0\x14\x86\x27\x1a\xeb\xba\x9c\x31\x0d\x9b\xba\xf6\x02\x7e\x0e\xab\xbc\xfc\x0f\x73\x12\xd1\x3a\xf2\x89\xd0\x12\x99\xed\x57\x08\x6b\xc2\xba\x32\x84\x71\x95\x71\x53\xbf\x88\x21\x62\x18\x84\xeb\x19\x1e\x0c\x01\xb8\x94\x31\x99\x81\x9e\x10\xe3\xd7\x18\xc7\x83\xd2\xf0\x16\x86\xaf\xcb\x18\x2e\x62\x58\xad\xbd\x87\xc7\xe3\x3f\x2f\x35\x13\xcb\x05\x15\xc3\xfd\x8c\x7c\xfe\xb3\xb6\x40\x86\x23\x7f\x49\xf9\x1b\xfc\x0d\xcf\x51\x37\x86\x37\x71\x63\x05\x53\x71\x90\x53\x07\x2c\xc5\xf7\xb1\x7f\x1c\x1f\xc2\x6d\xd8\xee\x81\x6f\xf0\x79\xac\x34\x17\x03\xf6\x91\x49\xb6\x9a\x8f\x5d\x27\xd2\x2e\xe4\xe2\xbf\x94\x47\x07\x2f\xe1\xed\xf2\x2f\x2d\x67\xf0\x70\x19\xb7\x0c\xc3\x4d\xa5\x33\xb5\x20\xf6\x42\x2c\xe7\x8d\x63\x7d\x22\x7b\xfa\x62\xcc\x28\x18\x3d\xf6\x15\x63\xf0\x0f\x05\x66\x60\x49\xdc\x0e\x17\x32\x76\x84\x7d\xdb\xca\x1b\xf3\x66\x3e\x3b\xb7\x1c\x7b\x52\xb0\xbe\x9f\x8d\x15\x18\xee\x37\x85\x63\x91\xb9\xfc\x12\x07\x6c\x75\xce\x5f\x9a\x28\xf4\x63\xb6\x98\xf3\x1f\x7a\x45\xbd\x90\x0a\xa0\xbd\x0a\x30\x7e\x08\xad\x90\x9e\x0e\xa8\x40\xb5\xa2\x71\x97\xf5\xa8\x9c\x4f\x58\x49\x50\x06\x67\xea\x18\x19\x0b\xad\xff\xbb\xe7\x16\x36\xbd\xba\xbd\xfe\x27\xda\x58\x41\x2f\xfc\x84\xd2\x4a\xde\xaa\x7c\x50\xef\x42\x7f\xf6\x7c\xd4\xd6\x90\x4f\xbe\x85\x9a\xe7\x74\xc6\x91\xd1\x79\x9a\xdc\x83\x43\xe8\x4c\xc5\x5a\xe7\x76\x74\xb6\xd8\xd9\x2a\x1f\x9d\xc4\x9b\x39\x1a\x8e\x4e\xf4\x5e\xe8\x9e\x84\x1a\x3a\x47\xeb\x16\xa0\xbe\xad\xda\x02\x13\x74\x56\xe3\x2c\x85\x18\xb9\x56\xb3\x8f\x09\x22\x1d\xe5\x27\x48\x74\xa4\xba\x68\x53\x6c\x04\x92\x9d\xc7\xf6\xff\x84\xa8\xb2\xe3\x9c\x7d\x91\x02\xd9\x98\x55\x15\x92\xcb\x3f\x75\x4a\x8f\xde\x1c\xb9\xdf\xe5\x86\x42\x03\x19\xb5\x5e\xe8\xca\xee\xf3\xf9\xa1\xc8\xcd\xb6\x53\xf2\x71\x24\xbf\x91\x20\x2e\x23\x68\xcd\xac\xac\xa7\x48\x5a\x99\x6d\xcc\x13\x24\x24\xbf\xdf\xbf\x0c\x39\xa8\x1b\x71\xb6\x42\xa2\x15\x41\x56\x7d\xc8\x11\x41\xdc\xa9\x79\x68\xcf\xd9\x3f\x3b\xab\xd0\xe0\x53\xde\x35\xd5\xc8\xdb\xc1\x3d\xc6\x21\xc4\xd0\x7d\x4d\xee\x83\x44\xb4\x2d\x23\x42\x10\xfb\x86\xe5\x59\x18\xb2\xa2\xb2\x38\x46\x05\xff\x2a\x02\xfc\x21\xf8\x3f\x7d\x9b\xf3\x1a\x64\x8a\x92\x6c\xf5\x16\xfe\x2a\x30\x8e\x75\x08\xbf\x64\xdd\xe8\x8d\x17\xfc\x4b\x1a\x69\x10\xf2\x1f\x90\x2b\x8b\xea\x78\x13\x14\xb6\x7a\x2e\x6f\x31\x15\x64\x8f\x73\x6d\x68\x5a\x0a\x89\xb3\x8b\x7e\x29\x4e\xca\x8e\x02\x97\x1d\xdc\xc7\x42\xa0\xd4\x9d\x18\x53\x03\x7f\xb7\x4c\x20\x6a\x51\xf5\xe9\x7b\xc2\x78\xaa\x7b\x4f\x8e\xe0\x04\xf5\x49\xfd\x05\x3e\x8d\xc6\x2e\x9a\xca\x93\xd3\x4d\x55\x24\x6e\x33\xfd\x2c\xdb\x8b\x73\x15\x28\x21\x7f\x66\x7f\x01\xd5\x71\x96\x6c\x1b\x48\xea\xff\x92\x15\x06\x4b\x76\xda\x31\x99\x48\xa7\xa5\x1b\x51\x86\x4e\x8c\x7e\x15\x5c\x05\x2e\x74\x9f\xe4\xbf\x02\x6d\xeb\x67\xf3\xe7\x82\xbc\xc2\x03\x3c\x6b\xf0\xb6\xf2\x12\xd7\x1f\xf2\x66\xb5\x70\x40\xe8\x36\x19\x64\x97\xc3\x44\xec\x49\xd6\x23\x64\x83\x7f\x31\xcb\x02\xb9\xb1\x73\x26\x33\x18\x2d\xb2\x74\x27\x18\x18\x72\xca\xc0\xaf\x67\xd8\x77\x85\xf0\xfe\xc1\x27\x6a\x55\xbc\xc5\x78\x57\xfe\x6b\xae\x0f\x2e\x51\x08\x38\x1c\x9c\xcc\x54\xb0\xfb\x70\x94\xc4\x64\xfd\xc0\x55\xb1\xb3\x58\x7e\x78\x81\xbf\x29\x33\x17\xaf\x74\x3a\x45\x3c\xc0\xbb\x2c\x43\x88\x65\xf8\xc8\xc9\x69\xbc\x51\xde\xd5\x8e\x87\xdc\xff\x78\xb6\x35\x0e\xdc\x0d\xdc\x74\x63\x29\x27\x95\xd3\x2c\x8f\x61\xb7\x72\x66\x12\x5c\xd6\x6f\x36\x92\x95\xc7\xda\xcf\xfa\x18\x13\xc8\x2c\x61\x1d\x3d\x50\x4c\xfc\x66\xb6\x39\xe5\x13\xfb\x89\xcf\x96\x1c\x86\x84\xd8\x38\x7c\x82\x7b\x5b\xee\xdd\x1e\xc2\x5d\x2c\x7d\x57\x75\x86\x73\x44\x92\x63\x08\x61\x17\x89\x7d\x64\x76\xac\x8f\xc2\xdf\x0c\x0a\x6b\x9f\xe0\x52\x66\x13\xb3\x94\x9f\x13\xad\x66\x4e\xe7\x1d\x38\x60\x45\xc4\x70\xfe\x71\x4a\x67\xb4\xb1\xbd\x2c\x6b\xf0\xef\x4c\xdd\xc0\x2b\xce\x57\xc3\xa1\xd6\xc9\x9c\xf5\xb9\xbb\x2a\xe8\xec\xcc\x9c\xbf\x73\xd7\xb1\xba\xb2\xaf\x4a\x1c\x58\x7f\xa9\x25\x58\x3d\x33\x45\x19\x98\x61\x4f\x5c\x92\x7d\x3f\x4a\x26\xec\x25\xc4\xfe\x74\x86\x52\x78\xd6\x69\x13\xfe\x8e\x77\xc6\xf2\x23\xbe\x83\x5d\xda\x67\xe4\xb8\x55\xb7\x35\x15\xb0\x79\x15\x8a\xb2\xcd\xac\xab\xa5\x69\x39\xd3\x58\x26\x45\xb6\xa2\x9d\xcc\x54\xe3\x15\xe4\x19\x71\x29\x37\x23\xad\x9c\x70\xd6\xde\x8a\xda\xc5\xc8\x53\xcf\xf2\xcb\x67\x4c\x92\x3d\xd9\x71\x1d\x3f\x2a\x8a\x5a\x6b\x81\x95\x71\xb5\x3d\x89\xec\x2f\x9d\x97\x1a\xea\xd8\x1b\x5b\x3f\x94\xec\x63\xa5\x37\x3e\xd7\x6e\x61\x36\xd4\xd6\x0a\x78\xc4\xcf\xca\x3d\x70\x14\x11\x59\xd2\x9e\x1a\xc4\x38\x99\x7f\x27\xd2\x86\xb1\x5e\xaf\xde\x77\x01\x57\xa9\xef\xee\x48\xc2\x26\xa4\x3d\x6b\xd7\x63\x2e\x7c\xf7\x6e\x16\xbb\x7b\xe0\x44\xfd\x45\xd6\xaf\x9e\xad\xc5\x30\x6b\x4f\xfb\xe5\xec\x54\x26\xa3\xd9\x92\x7f\x91\x38\x55\xb7\x13\x6a\x23\x56\x55\x9a\xa7\x0c\x33\x78\xc5\xc5\x11\xcd\xf8\x4b\x43\xe9\x3e\x14\x0f\xd4\x5a\xec\xf0\xc2\x5a\xe4\x0e\x6b\x5d\xd0\x6f\xfc\x1b\x5d\x67\xd9\xf8\x29\xcb\x7a\x0b\xd6\xd9\xc1\xd6\xa2\x9b\xac\xc5\xbd\x7f\x68\xae\x30\xbd\xdb\x27\xf8\xee\x04\xb3\x29\x17\xda\xc1\xb8\x5e\xf3\x2b\xe5\x08\xc3\xa1\xec\x5d\x44\x0c\xae\x2e\x70\xdd\xe7\x83\x7d\xd5\xfd\xdc\xb1\x0b\x3b\xac\xf0\x5b\x7b\x02\xcd\x16\x2c\xef\x39\xad\xdc\x99\xb5\xa4\x71\xa7\xbc\x97\xb4\xb0\x14\x95\x79\x90\xff\xa7\x63\x48\xae\x93\xbf\x08\xcf\x8b\x49\x94\x5f\x88\x5a\xf8\x9b\xb6\x2a\xcd\x5f\xc0\xa5\x27\x47\x8a\xf8\x4b\x80\x8e\x7d\x30\x37\x07\xfa\x7b\xfb\x3c\xce\x22\x78\x60\xb5\x92\x05\xa3\xdc\x9e\x45\x8a\x33\x94\xa0\x06\x91\x3c\x84\x3a\xa3\xe4\xa6\xf4\x19\x75\x54\xfb\x54\x82\xd1\x52\x85\xbb\xc4\x2b\xe8\x1b\x90\x45\xc2\x66\x60\x41\xea\x3d\x81\x37\xb8\x30\x72\x3d\xef\x09\xb4\x7c\xdf\x06\x2e\x08\xaf\xdf\x76\x93\x33\x09\xc9\x5c\x8d\xb2\x32\xd1\x8b\xdd\xc1\x8a\x28\x7a\x53\xfd\xb8\xec\x2d\xb0\xb2\x64\x83\x54\x0c\x94\x69\x3d\x25\x16\xe0\x1f\x82\x0a\x51\x2f\xc8\x84\x25\xc2\x68\xc8\x26\x35\x89\xff\x13\x7a\x1c\x31\xce\x2b\x85\x8b\x7d\xdf\x70\xbd\x91\xe3\xdb\xda\xd8\xd7\x51\xff\xd5\x20\x2b\x00\xf3\xed\xec\x96\x7b\x60\x58\xdd\x61\xe9\x27\x0c\x29\xea\x91\x18\x30\x92\xe6\xa3\xf8\x00\x16\xcf\x07\x45\x53\xb0\x24\x88\x21\x68\xc0\x64\x29\x2c\x7e\x04\x36\x12\x61\xcb\x5b\x88\xbd\xf7\x65\x72\x06\x70\xd3\x6d\x4a\x76\x24\x7e\x64\x75\x0d\xf3\x11\xae\xec\xd8\x27\x0b\xe0\x7c\xab\xb5\x93\xfc\xe2\x50\x0b\x09\x71\x1f\xfb\x91\xfa\xb2\x08\x64\x1f\xe0\xd1\x84\x3b\x58\xa7\x40\x2d\xff\x33\x2b\x26\xb9\x87\xd7\xc0\x9a\x74\x44\xc8\xcd\x64\xca\x7d\x17\x73\xac\x99\x0b\xb6\xa5\xb1\x4e\x13\xd8\xea\x6b\xcc\x40\xc6\x93\xf6\x49\xd2\x58\xc9\xad\xea\x0a\x89\xb5\xf8\x7a\xc1\x2e\xd1\x47\xd1\xb0\xaa\x4c\xd8\x2a\xcc\xe3\x26\x09\x10\x01\x0a\x94\xf2\xbd\xf9\x58\xd2\x5b\xde\x1c\x1e\x14\xfe\x9a\x73\x91\x7b\xd4\xa7\x8b\xcd\xe5\xac\xdb\x46\x62\x59\xb3\x46\xd7\x38\x13\xb5\xcc\xd0\x96\x31\x09\x5d\x9f\x51\xd9\x21\xde\xad\xd3\x18\x17\x88\x96\x65\xd7\x28\x0a\x05\xb7\xd5\xc5\xec\x6c\x7e\xa1\x32\x9b\xfe\x07\x8f\x24\xd7\x26\x4a\xb9\x6e\x52\x22\xec\x09\x67\x8a\xd8\xcb\xe7\x4f\x56\x9f\xe0\xf2\xb6\x4d\xcc\x38\xde\xaa\x35\x14\xc6\x4b\x76\x40\xd3\x11\xf1\xdb\xf2\x7f\xcb\x3d\x44\x3d\xa5\x8b\x72\x5f\x09\xf9\x45\xd1\xb2\x7c\xc1\xde\xfc\x78\xe6\x20\xff\xcf\xbc\x40\xea\x51\xee\xfd\x9c\x9d\x09\xab\x38\x8d\x9a\x4f\xa1\xbd\x6c\xaa\x32\x7d\xaf\x17\x6b\xa3\xb4\x68\xeb\x55\x62\x5c\x88\xad\x91\x31\x22\xb9\xab\x1a\xba\xc5\xea\x56\x72\x69\xb5\x28\xac\xf1\xbe\x7e\x91\x70\x55\x9d\x8d\xe4\x3e\xff\x76\x95\x3b\x61\xc1\xd3\x96\x6d\x24\x3f\xe5\x26\x14\x7e\x3d\xfe\x80\xb3\xcd\x00\x1d\xee\x60\x4f\xd5\xe9\xbc\x69\xcc\x93\x2a\xbf\xad\x29\x44\xa2\xa4\x6c\x8d\x1e\x7f\xc9\x6b\xaa\xef\x13\xa7\x75\x57\x94\x8c\x8b\xec\xda\xcf\xe7\x78\x0b\x3e\x37\xf7\x48\x4c\xf8\x95\xf5\x09\x8c\x54\x5e\x4c\xd5\x5d\xb2\x17\x77\x7d\x99\xd9\xf1\xc3\xec\x89\xc2\x59\x87\xbd\x59\x43\xb9\xa0\xb7\x05\x93\xa7\x49\xdd\xea\x45\x58\xc9\x66\xad\xa9\xc4\x4b\xf8\xbb\xeb\x9e\x89\xbd\x07\xe7\x95\xfc\x2d\x9a\xde\xf3\x5d\x57\x28\x38\xd9\x51\x22\x66\xf0\xd3\x9b\x3f\xe1\xf7\x78\xa6\x75\xbf\x49\xa7\x39\xf7\x2a\x87\x8f\xfd\xc7\x2e\x28\x59\x13\xf2\x82\x95\x66\x78\xe1\xf5\x9c\xb9\x59\xbb\x79\xab\x13\xe3\xb4\x7c\xe1\x9a\x0b\xb8\x1b\x9f\x57\xb9\xce\x68\x9f\xa9\xc8\xff\x23\xf7\x45\x56\xae\xda\x39\xa7\x93\x24\xe3\x67\x6b\x99\x64\x1c\x09\xd4\x78\x53\xa4\x19\x05\xca\x6f\xd4\xfe\xb8\x3f\xe4\x3a\xfa\x82\x43\xab\xa4\xe6\x00\x73\xf7\x22\x11\x1f\x9a\x66\xff\x8d\x7f\x1b\x3e\x69\x31\x8b\x3b\x1b\x2d\xa9\xa8\x36\x74\x92\x2b\x8c\xbc\x5c\x9c\x12\xab\xea\xcf\x89\xa0\xce\xe5\x5b\x68\xd7\x51\x07\xe1\xc7\xea\x4f\x34\x55\x86\xab\xb2\x81\xce\x8b\x6d\x90\x87\x01\xfa\xa0\xfb\x92\x57\xe0\xb0\xe7\x33\x51\x1c\xf4\xd5\xfe\x29\x7f\x00\x89\xb6\x98\xcb\xf9\x86\x3e\xae\x58\x63\xd8\x43\xfb\xd7\x38\x39\x77\x09\xfd\x80\x6a\xa7\xee\x27\xbd\x89\x97\x9f\x7d\x01\xb0\x85\x33\xd5\xb9\xc0\x50\xfa\x35\x65\x34\x08\xc7\x86\xca\xe7\x43\x07\x83\x0a\x24\x35\xb0\xbd\x67\x8f\x68\x33\xb2\xd4\xfe\x3a\x5f\x83\xae\xb7\x30\xe3\x5c\xc5\x82\xcb\x6a\xf2\x12\xd1\x65\x79\xf5\x7a\x37\xd4\x5a\x39\x4b\xb7\x11\xb5\xe6\xca\xb3\xff\x42\xb7\x42\x0c\xd5\x13\x34\x3c\x7d\xaa\xa2\x09\xcd\x8f\x29\x95\xa5\xa0\x5f\x82\x2c\x25\x4b\xb1\xfd\x9e\x54\x61\x25\x66\xb4\x3f\xcd\x5f\x82\xcf\xb5\x88\xe2\x84\xe3\x68\xe9\x48\xae\x98\x75\x2e\xb7\x32\x27\x9d\x05\x2b\x26\x69\xa3\x59\x26\x1c\x83\x66\x2f\xb3\x0e\xac\x50\xad\x67\x06\xa7\xb9\x2b\xa6\x30\x97\xc7\x4c\x91\x9e\x22\x9e\x07\x96\x89\x69\x44\x95\xe7\x3a\xe1\x02\x22\xda\x7e\x90\xc7\x26\x96\x59\xe8\xd9\x67\x19\x67\x4b\x2c\xf4\xe7\x45\x8b\xf4\xe1\xba\x3a\xa1\xaf\xec\x65\x76\xb1\x20\x9d\x6d\x54\xcb\xf9\x18\x30\xa2\x04\x78\xb9\xa9\x54\x79\x18\xf7\x5a\x74\x88\xd4\x92\x3b\x2f\xd0\x52\x74\x95\xb3\xc9\xe3\xa1\x20\x93\xed\x64\x3f\xc2\x7d\xc0\xb2\xb3\x78\xc9\xb6\x64\x2e\x2f\x0a\xcd\x79\x9b\xbd\x4f\x97\xad\xbd\xae\x7e\x21\xb5\xd6\x9c\x55\xc5\x30\x7f\xa9\xda\x15\x25\xf4\xfd\x0a\x83\xec\x69\x8a\x8d\x8c\x90\xee\x38\xea\x26\x39\x24\x06\x03\x0e\x8b\xa6\x09\x95\x1e\x31\xfc\x62\x3e\x66\x5f\xc2\x5d\xc8\xf5\x5e\xe5\xc8\x0a\x66\x7d\x2c\x88\xcf\x09\x29\xba\x93\xdd\xa2\xf5\x28\xa0\x8b\xe3\x34\x4e\x86\x5f\x44\x88\xca\x22\x37\x8e\x7a\x46\x31\x45\xd7\x96\x74\x41\xfa\x3c\x7b\x56\xd4\x32\x71\xaf\x6a\xeb\xc1\x54\x61\x86\xdc\xda\xfd\x14\x7f\x9e\xf8\xba\xfd\x09\x0e\x22\x08\x58\x15\xc3\xec\xe2\x68\x8d\xbd\xba\x89\xba\xa7\x9a\x05\xd9\x4f\xab\x9f\x08\x4f\xaa\xef\x55\xd4\xe2\x17\x94\xbd\xa5\x3b\x28\x31\xf2\xec\x42\x63\xa2\x40\x0a\x18\x5e\x46\x4e\x13\xfb\xe5\x7c\xf5\xe7\x0b\x7e\x69\x6a\xdd\x97\xf0\xf4\x8a\xe9\xf6\x0b\x39\x33\xc4\xab\x56\x91\x98\xee\xdc\x6f\x46\x6b\xdd\x78\x4b\xa3\x3a\x25\x7b\xa4\x31\x48\x38\x4f\xdd\x51\xdb\x85\x5b\x28\xe5\x95\x0f\xc9\x83\xf2\xb8\xd2\x9b\x09\x3f\xa4\xee\x85\x65\x11\x62\xf1\x3c\xc3\x3a\x7f\x4b\xc1\x80\xce\xd3\xed\x1c\x2f\x4c\xf9\x76\xf3\x04\x7b\x50\x12\xb3\x8a\x4d\x7c\xe5\xe1\x86\x06\x5d\x7d\x67\x8f\xea\x41\x76\x5e\xdb\xff\x04\x34\xb5\xa8\xc9\x06\x53\x29\xc3\x6b\xbf\x93\x3d\xe4\xab\x2a\xe5\x09\x62\xc9\x97\x92\x37\x11\x5b\x44\x7d\xf9\x1f\x0e\xdc\x11\xa4\xe8\x01\xb7\x3c\xee\x6f\x35\x6f\xf3\x2b\x76\x9c\xf4\xd0\xaa\x2a\x42\xc5\x1b\xd5\x04\x56\xef\xca\xbc\x23\x36\xad\x70\xca\x1a\x64\x6a\x4b\x5d\x48\x75\x80\x4f\x91\x05\x39\x3f\x0d\x36\xbe\xa7\xb4\xc6\xc5\xe4\x56\x52\x5f\x1e\xe6\xe9\x9c\xe8\x7b\x7d\x15\x6a\x29\x70\xd9\xb9\x51\xde\x00\x51\x36\xce\x11\xd7\x22\xfb\xcc\x2e\xf3\x53\x30\x7b\xf5\x44\xd5\x18\x99\x25\x3a\x53\x3e\x46\xd9\xca\xf4\x29\xb9\x46\xf9\x8f\xfe\xb3\x70\x98\x5a\x9b\xe6\x60\x34\xd2\x24\x71\x2b\x73\xa3\xe8\xa2\xc3\x01\xda\x09\xa0\xc6\x37\x53\x1d\x06\xbe\x71\xce\x93\xf3\xe0\xdd\x1b\xe7\x8a\xc5\xc8\x69\xb3\xa7\xfc\x20\x2c\x5c\x2d\xab\x0a\xa5\x1d\x14\x65\x96\x87\xd3\x2e\x11\xef\x4b\xd2\xe8\x47\xe8\xa5\x85\xc7\xe8\x4f\x53\x9f\x18\xbd\x00\x79\xec\xed\xdc\xd9\x60\xd8\xe1\x25\xda\x72\xc8\xcd\xd7\x47\xbd\x18\x76\x76\x16\xc8\xfd\x91\xdd\x1b\x17\x88\x23\x50\xc0\x7c\x1a\xdf\x0a\x6b\x55\x71\x2a\x85\xc8\x4e\x21\x54\xa6\x44\x22\x89\xd9\xc5\x4d\x08\x99\xf6\xb0\xa0\x02\x51\xa7\xba\x1b\x44\xc8\x95\x58\x5f\x7d\x30\xba\x25\xc4\x98\xfd\x15\xad\xf0\xf9\xac\xa2\x62\x2b\x9c\x13\x64\x83\x98\x74\xe3\x0a\xd1\x75\x7c\xbd\xf9\x3e\x5e\x09\x3e\xa8\x7c\x58\xd1\xc9\xdc\x2b\x18\x2b\x3d\xcf\x34\x67\xb8\x16\xbd\x26\x1e\xd1\x6c\xf2\x5f\x10\xda\x14\x43\xde\x15\x22\x2e\xa6\x33\xa7\x98\x38\x10\x62\x9d\xed\x4f\x78\xfb\x94\x2b\xcf\x12\x9b\x9c\xbd\x65\x26\xc4\xa2\x8d\xf6\xa2\x2d\xc4\x1c\x73\x23\x6f\x0a\xe3\xbb\xc2\x58\xfe\x9d\xff\x8b\x5f\x57\x3a\x87\x1f\x80\x9f\x28\x72\xe0\x15\x53\xe3\xf3\x1d\xb9\x0f\x93\xdf\xe5\xad\xe2\x6e\x8e\x59\xa9\xfb\xcc\xc9\x0b\x2e\xd7\x94\x71\xe6\xf9\xf8\x2b\xd7\xb2\x8f\x39\xaf\x96\x66\xb1\xaa\x36\xfa\x0a\x39\xcc\xff\xcc\x3f\x72\x0f\x33\x6d\xe5\xa4\x72\x5b\xd5\x1e\x9e\xb4\x64\x87\xe2\x3f\x6c\x4d\xa1\xbf\x5c\x4a\x71\x32\xee\x97\x2d\x4e\x7a\x9a\xbb\x55\x92\x1f\xbd\x5d\x37\x4f\xec\x7c\xe8\x95\x7a\x58\x78\x7e\xef\x45\xc5\x2e\x81\xe3\xce\x3b\x92\x6c\x1e\xba\x31\x48\x50\xce\x69\x59\x19\xca\xa1\xb0\x6e\x4a\x6f\x94\x25\x1b\x37\x70\xff\x2c\x66\xe4\xfd\x0f\xb9\x5e\x50\xa1\x9f\x42\x9e\x6a\x28\xd4\xf6\x26\x9e\xd7\x73\x35\x99\x47\x5d\xb5\xb1\x2a\xab\x43\x26\xea\x65\xf2\x81\xbd\xeb\xe4\x46\xa9\xf9\x4e\x50\xfc\x41\xe4\xb7\x71\x97\x60\x12\x3f\x74\xa5\x96\x7d\x86\xe3\x26\x61\x96\x2d\xac\xdc\xce\x3e\x5b\xbc\xb1\x2c\x09\x96\x14\xf8\x14\x33\xb2\xce\x19\xb6\x17\x50\x12\xea\xf5\x0b\x0d\x07\xa2\xdc\xb3\x5f\xe9\x17\x07\xed\x55\x15\x66\x57\x79\x13\xf2\xe5\xca\xf7\x4e\xdf\xc4\xc9\xd2\xd7\x1b\x17\xf0\x41\xe1\xf0\xca\x01\xf6\x1e\x6e\xb2\xf8\x59\xe9\xf3\x3a\x77\xf6\xf6\xe2\x19\xd5\xf6\xd0\xd7\x02\xf3\xf2\x2f\x59\xee\x86\x19\x25\xb2\x84\xcd\x39\xb7\x0b\xa7\x45\x5e\xce\xae\x37\x84\x05\xbe\x52\xc5\xe7\x64\x79\x6f\x93\xdd\xd2\x6c\x76\x1a\x16\x5b\xc8\xd5\x1b\xa7\xf1\x37\x89\xae\xad\xbc\xc6\xfa\xc2\xbd\x23\x8e\x2d\xed\x69\xd2\xb0\xda\x8a\x6e\xd6\x07\x41\x70\xfe\x9b\xea\xdb\x99\x17\xf2\xce\x56\xac\x3d\x71\x36\x47\x53\xe2\x19\x09\x67\x1f\x2b\x70\x08\xac\x54\x2d\xcc\xbd\xe3\xf5\x53\xc6\xd0\x2e\x75\x2a\x16\xf5\x29\x3e\x6f\x9c\xc1\x3b\x23\x2e\xb7\x98\xca\x92\xf3\x4c\x98\x99\x1d\xa2\xac\x93\x10\xad\xa5\x90\x54\x9e\xf5\xa3\xa1\x9f\x8c\x27\xbe\xaa\x39\x45\x89\x8d\x66\x57\x94\x51\x33\x43\x6e\x94\x44\xd0\x2a\xfd\x0a\xf2\xaf\x00\xf3\xdd\xf5\xfa\xdf\x60\x95\xe3\x4d\xcd\x7d\x38\xdc\xa6\x58\x9e\x80\x9a\x98\x2e\x14\xe6\x63\x9f\x98\x41\x1d\xf3\x29\xbe\x50\x58\xcb\x16\xca\xbb\xac\x07\x0d\x51\x54\x45\xe2\xb9\x9a\x64\xda\xae\xe8\x13\x15\x81\xf4\xa5\x21\xbd\x25\x7f\x01\x26\x7e\xe2\x7c\x21\xb8\xd7\x5d\xa2\x1f\x84\x0c\x8e\x37\x34\xb5\xc8\x34\x9b\x66\xb9\x2b\x0a\x9a\x6e\x12\x62\xf8\x74\xe6\xfa\x76\x35\xed\x3f\xc8\xbe\x79\x98\x1e\x95\xd5\x5a\xff\x99\x7e\x3a\xb1\xb8\xe6\x4f\x60\x4f\xb4\x47\xf9\x04\xf0\x32\xc4\x58\xdc\x02\x76\xfb\x51\xf2\xb7\x41\x0d\xee\xb8\x9e\x0e\x0f\x39\x5e\xd5\xa4\x22\x0f\x6d\x4e\xca\xa7\x61\xf3\x4d\x03\x85\xbe\xf8\x7e\xe2\x75\x5b\x15\x12\x08\x9e\x6b\x7a\x89\x1c\xce\x72\xaa\xdf\x88\x84\x27\xba\x54\xef\x41\x88\xa3\x6f\xcb\xb7\x22\xe7\x43\xc2\x8a\x3e\xa3\x2e\x7e\xee\x46\x18\x1d\x75\x8f\xcb\x39\x8d\x45\x38\x8e\xab\xcf\x63\xef\x6c\x9e\xcb\x92\x71\x95\x69\xb1\xa0\x8d\xe1\x4c\x2c\x6b\xbd\x4a\xd4\x81\x0e\x4d\x0b\x08\x71\xe6\xe9\x3a\x7f\x22\x2c\xe1\x46\x55\x2a\x61\x7e\x34\xa7\xec\x18\x31\x35\x64\x7e\x91\x2d\x31\xc5\x6f\x96\xa1\x95\x58\xec\xee\x91\x33\x8b\xb0\x72\xbc\xaa\x5e\x4c\x6c\x5b\xb7\x58\xda\x4a\xec\x33\x9b\x2a\x98\x4a\x44\x32\x18\x2d\xdf\x79\x37\x81\x92\x46\x27\xde\xce\xcc\xfd\xb5\x00\x57\x9b\x90\x50\x99\xc7\xf9\x78\xd4\xa9\x34\x87\x93\x10\xdc\x5b\x18\xcb\x7e\xbb\xef\x74\xde\x5b\x36\xee\x6e\xa2\xf3\x66\xcf\x74\xbc\xa2\x0a\x65\x09\xd6\xb9\x4b\xbe\xb1\xa6\x9a\xc5\xf1\xbd\x98\x54\xfc\x42\xf3\x6d\xf9\x2f\xfa\xad\x86\xcd\xb2\xb1\x8c\x63\x35\x74\x29\xef\x84\xb2\x42\x2b\x71\x8d\x42\x4a\x94\xe2\xc9\xc1\x66\x05\x51\xc2\x73\xfb\xfc\x73\xdf\x0a\x34\x6e\xd7\xb5\x3e\xfc\xbd\x8e\x63\xca\x08\xee\xbf\xeb\xa8\x92\x49\x1c\xaa\xd9\x7d\x9e\x1f\xeb\x03\x36\xd6\x6c\xa7\x1f\xa5\x8d\xd7\x67\xe9\xae\xa4\xa7\x55\xd7\x66\xdf\x38\x5e\x53\x7e\x56\x7d\x3d\xb2\xa6\x78\x48\x79\xfd\x50\x52\xbe\x5c\x3e\xee\xdb\x9f\x6b\x29\xed\x75\x03\xb3\x59\x62\xa6\x63\x99\x42\x2b\x34\x5b\x27\x12\xbb\xf1\x6a\xcd\xb7\x73\x25\x1c\x13\x74\xbc\x49\x53\xf2\x3f\xea\xab\xba\x17\x85\xd5\x69\xd2\xea\x0d\xf9\xa6\xc7\x6e\x94\xbb\xe7\xc5\x45\x3c\x2b\xde\x98\xa3\x0f\x1a\x34\xfe\xcc\x1e\xf5\x75\xd2\xab\x55\x97\xdc\x96\x69\x5e\xc9\xf3\x1c\x33\xe5\x9f\x25\xb6\xeb\xe4\xa2\x62\x41\xb5\x39\xc8\xf9\xca\x9d\x83\xee\x6b\x8a\xac\xa8\xa4\x52\xeb\xea\x4a\x1f\xa6\x59\x57\xbd\x2f\xfa\x74\x8c\x5e\xf6\x2b\xff\x59\x84\xac\xe8\x71\xde\x70\x10\xdd\xd8\x94\x23\xf5\x9d\xa2\xf7\xcd\xde\xb0\xeb\x9d\x26\x4f\x89\x3b\x46\xc9\x0b\xa5\x92\x75\xd9\xa2\x40\xa1\xd0\x5c\xcf\x29\xe7\xc6\x23\xe7\x9b\x56\xd6\xe4\x50\xe7\xd5\x65\x54\x62\xa9\x97\xab\x6a\xcb\x3c\x8f\xad\x2b\x6b\x28\xfa\x2f\x62\x7f\x91\x24\x1f\x0b\xf2\x34\x86\xe5\x4e\xf8\xdc\xcb\x79\xab\x73\xdc\x75\x57\xb3\x5d\x6d\xe2\x18\x25\xdf\x26\x6b\x5a\x57\x2b\x7c\x26\xda\x66\x7e\x86\xb3\x8b\x2b\x85\xf0\xbe\x08\x52\x25\xa9\xaf\x6b\x17\xf9\x58\xb2\xaa\x6d\x39\xc5\x3c\x6e\x72\xe3\x20\xe5\x5d\xb8\x5d\xed\x76\xea\xfb\x00\x8b\x0a\x80\x6e\xe9\x5d\x52\x9c\x06\x70\x5d\x10\xe3\x1c\xc8\xc4\x7e\x40\x77\x18\xbe\x60\xd5\xa2\xb4\x45\x51\x93\x14\x51\x09\xbe\x07\xa2\xf7\x3e\xa7\xfe\x49\x6a\xef\x1c\xa7\xaa\x93\xc5\xad\xad\x34\xd3\xd8\x4f\x8d\xf1\xb4\x8e\xf0\xd5\x35\xf7\xe9\xac\x80\x65\x15\x6b\x01\xa6\xb7\xa1\xd8\x02\xac\x71\x41\x0c\x67\xa0\x9f\xf6\xc3\xba\x95\x48\x82\xd5\x98\xe2\x07\x7a\xc1\x84\x2f\xc2\xf0\x7d\x50\x62\x2f\x85\x2e\x25\x55\x74\x1e\xa7\x3f\x4f\x46\x5b\x0f\x00\x1e\xb1\x8f\x1b\x27\x01\x15\xe1\x8b\x6b\x70\xd0\x33\x60\x4e\xf9\x18\x34\xdf\x5b\x5b\x74\x1a\x9e\xe2\x02\x1a\x60\x64\xa1\xfd\x69\xed\x4d\x74\x9b\xd5\x03\x45\x17\x16\x6e\x52\x23\xda\x83\x0b\xa1\x9d\x3d\x02\xc4\x40\x4a\xed\xe0\x20\x39\xc9\x5b\x5a\x68\x88\x3a\xb6\xaa\xc1\x0e\x69\x0d\x7b\x5e\xdd\x8e\xfc\x3a\xf8\xa2\x7c\x2a\x9a\xec\xcd\x2a\x9a\x86\x7e\x76\xa1\xe5\x0d\x62\x12\xfb\xeb\xda\x8d\xf8\x46\xeb\x39\x8a\x25\xf8\x98\xc9\x6f\x61\x39\x23\x03\xac\xe8\xce\x21\x2e\x91\xa6\xb7\x6b\x88\xc2\xa4\x37\xcd\x1c\xe2\x58\x6c\x7a\xbd\x37\x61\x1d\xd6\x59\x75\x9d\xf8\xeb\xe0\x50\xd9\x5a\x62\x8e\x77\x62\xa1\x2d\xb1\xca\x25\x25\xf7\x13\xe1\x62\xff\x24\x3b\x91\x88\xb0\x76\x93\x1f\x26\xb2\x4c\x8f\x0a\x9e\x13\x02\x30\xaa\xab\x99\xd7\x96\xd5\xd2\x56\xcf\x5b\x90\x94\xdf\x94\xc7\x4d\x8e\x5d\x57\x17\xcf\x39\x1d\xc6\xa8\xfc\xc6\xf1\x3c\xa8\x2a\xf5\x65\x9f\xf5\xde\x5b\x10\xc4\x8e\x73\x89\xce\x5d\xc5\xfa\x61\xff\x5e\x93\xcf\x92\x5a\x67\xca\xe4\xac\xa5\xa6\x03\x82\x55\xcc\x1c\xa0\xab\xb3\x50\x1e\x92\x35\xad\x35\x57\xb6\x2a\xf1\x59\x23\x5b\xf2\x24\x06\xaf\xf5\x15\x97\x85\xbe\xa8\xb8\x27\x02\x0f\x2e\x29\xd9\x2c\x0c\xf4\x7a\x9b\xef\x2a\x58\xef\xe2\xa0\x5f\xcc\xfb\xbc\x65\xba\x5a\xc6\x6d\xb0\x6e\x97\xf2\x38\xc7\xcc\x3c\xf9\x26\xec\x69\xf4\xeb\x1d\x6d\x39\x60\xe6\xa6\x96\x36\xad\x36\xd1\xac\xa1\x50\x53\x15\x3d\x54\x73\x4c\xd5\x13\xba\xab\xfc\x8b\xe2\x9a\x3f\xb7\xd8\x5f\xf6\xc2\x0b\x37\x46\x4b\xfe\x73\xfe\x92\xb3\x5d\x74\xd7\xfe\xb7\xaa\x43\x50\x6a\xfd\x50\xd2\xc1\x4b\x31\x2b\xe2\x05\x73\x16\xd1\x1d\x3a\xa6\x17\xed\xc9\xe0\xb6\x2c\xcc\xbf\x99\x40\x6d\x98\x69\x08\x89\x5e\x55\x3d\xa8\x6f\x3d\x5c\x51\xbe\x4f\xf7\x3f\xff\x3f\x8b\xca\x34\x71\x5e\xab\x0c\xbd\xca\x1c\xe7\x2e\x9d\x52\xa6\xb7\x7f\xab\x9a\x25\x4e\xb1\xfe\x25\x59\x28\x70\x30\x7b\xc7\x6d\xe7\x3c\xa1\x9d\x6a\x1f\x2e\xa3\x65\xd8\x36\x5f\x28\xee\x48\xb0\xae\x1f\x28\xb8\x77\xf4\x46\x75\xa6\xe1\xf5\xe1\xe3\x65\x13\xfa\xff\x0e\x5c\x2d\x0a\xd4\xbe\xda\xf3\xc3\x90\xaa\x1e\x70\x2e\xd6\x39\x2b\x02\xed\x5f\x29\x6b\x24\x95\x36\x73\xc5\x5d\x82\xef\xe6\x8b\xb9\xc7\xb8\x1b\x69\x71\xed\x78\xd5\xf4\xf4\xdb\xcd\xec\xf2\xa9\x27\x9e\xd6\xa7\x15\xff\x7b\x34\xbf\x7a\x59\x41\xe3\x61\xc7\x32\xa5\x21\xf9\x40\x43\xe1\x1b\xfd\xd2\x3d\xcf\x0c\x33\xb3\xb3\x9d\xf3\xb5\xe7\x94\xc3\xf6\x3f\x95\xce\xd2\x7a\x1b\x3b\xf1\x01\xa1\xca\xdc\x87\xf3\x9d\x1b\x48\x99\x3d\xbc\x81\xdc\x9b\x1a\xde\xf7\x89\xb2\xf7\x58\x48\x57\x05\xe5\x46\xa4\x49\xdb\x9f\x54\xf1\xa1\xfe\xc6\x8d\x34\xd0\x6f\x53\xcd\x02\xba\xc1\xd3\xbf\x4c\x0f\x7c\xdc\xf1\xb2\x60\x04\x22\xec\xfe\xd6\x73\x91\x75\x6b\x97\xa8\x7a\xd0\xfe\x15\xbf\xc5\x5c\x3c\x81\xb2\x74\xa8\x9f\x36\x35\x35\xb1\x4f\x48\x8b\x3d\x16\xdf\xe5\x41\x1b\x8d\x5c\xdb\x5a\x41\xdf\x7b\xe8\x54\xc3\x65\xfa\x4f\xbf\xad\xd5\x9d\xc0\x6b\xcf\xc3\x65\x3e\xd0\xec\x1d\x6f\x0b\x50\xf8\x90\x9d\x99\xde\x07\x69\x5b\x6b\xa7\x62\x63\x7f\x98\x2c\x17\x1f\xc1\x8f\x53\xcc\x87\x82\x80\xe4\xd4\x8c\x3e\x73\xa0\xf0\x58\x72\xe7\x75\xe0\x41\xa4\x4d\xab\x1b\x68\x73\x68\xb4\x21\x0d\xac\xf1\xdb\x51\x1d\x06\xa5\x78\x46\x96\xbe\x80\x83\x76\x7c\x2e\xb0\x46\x8e\xda\x59\xe5\xfc\x40\x91\xb5\x5e\x2a\x57\x8c\x6f\xe2\x24\x5e\x81\x17\x91\x7f\x0e\xc6\xa1\x5b\x52\x03\x7b\x1d\xd0\xa5\xc7\xfc\x3b\xde\xa2\x53\x22\x97\xb6\xc4\xa3\xf3\x0e\xf5\xd7\xe7\xa0\x3e\x7e\xdb\xaa\x38\x68\x95\x67\x5c\xe9\x32\x6c\xa3\xd3\xb4\xfc\x58\x6c\xc8\x6e\x67\xce\x6e\x3c\x7a\x2d\x45\x29\xc4\x9f\x9b\x70\x45\x64\x06\x8b\x5c\x39\x10\xcc\xdc\x9b\x6a\xd1\x63\x4b\xfc\x3c\xe6\xd8\xfe\x82\xa8\x89\x9c\xda\x7c\x82\x88\x39\xd4\x54\x57\x4a\x38\xfb\x6d\xac\x54\x13\x76\x9e\xb1\x25\x1b\x08\x57\xa7\x3f\x8d\x4c\x22\xc2\x2e\x48\x97\x45\x80\x6b\xab\x14\x03\x04\xdf\xe4\xa1\xb0\x8a\xc8\x23\x57\xf6\x47\xf1\x26\x52\x67\x77\xdb\xf1\x9c\x8e\xfd\xaf\xed\x05\x97\x15\xf1\xb8\x29\x8d\x73\xfd\x90\xa1\xb6\x85\xb3\xdf\xcf\xac\xa2\x84\x7d\xd6\x33\xa2\x78\x17\x3b\xca\x69\x91\x21\x9f\xf5\xcb\x2e\x59\xab\x67\x69\xd6\xde\x95\xbf\x67\x59\x9a\x7a\x08\x6e\x31\xab\xc8\x8b\xfa\x0e\xc9\xcd\x53\xa8\x5d\xf3\xa5\xb7\xe3\x59\xad\xad\x12\x6d\x44\x6c\xa3\x93\x38\xf8\x90\x75\x0d\x2e\xb2\xdd\x37\x50\x4e\x16\x4e\xf5\x34\x2f\x5a\xc8\x7f\xb8\xe3\x77\x1e\xc2\xeb\xb5\x53\x67\xd3\xb8\x42\xab\xcd\xb2\x1b\x9c\x20\xd3\x11\xfe\x69\xf6\x6c\xd2\xfe\xde\xd5\xba\xea\xe4\x91\x8e\x6f\xd9\x27\xe3\x1e\xb5\x34\xab\xef\x1e\x39\xdb\xb0\x5d\xf9\x31\xa8\xa0\x1a\x53\x2c\xdf\x17\x50\x46\x97\x6d\xf7\x38\x57\x68\x26\x39\xb8\xe3\x71\x2e\x57\x14\x6a\x57\xae\x11\x09\x3c\xac\x92\xa5\xdf\x78\x5b\xcc\xd6\xf2\x3e\x73\xa6\x67\xfd\xe8\x09\x2a\x9c\x9a\x1c\xdd\xb1\xc3\x48\xc4\x65\x35\xff\xcc\xfd\x72\x24\xb2\x9e\x9e\x13\x1f\xb4\xad\xaa\x2d\xfb\x8a\xef\xaf\xd2\x76\xb5\xab\x87\xaa\x20\x51\xa1\xd9\x31\xaa\xbf\x2c\x1d\xb2\xeb\x54\x9f\x15\x9d\xb4\xca\x91\xee\xe5\x9f\x35\x03\x78\xc1\x9c\xde\xac\xca\x9e\x59\x25\xe3\xc9\xe6\xed\x4f\x8b\xfe\x8a\x73\x6e\x2e\xce\xdf\x7e\xc4\xa6\x7e\x79\x5e\x48\xd0\xcc\xaa\xa0\x9c\x2c\xdf\xdb\xa5\x87\xb3\x45\x1e\x58\xc1\x1c\x95\x70\xc7\xb0\x9e\x24\x3f\x68\x37\xaa\x4e\x10\x3f\xb6\x6a\x91\xbc\x16\x20\x66\x85\xbc\x49\x9c\x9f\x59\x51\xdd\x9d\x15\xd3\x92\x1e\xb5\xcb\x4a\xa7\xc7\xcd\x6f\xf6\x2c\xfc\x78\x64\x6a\x5d\x83\xf1\x6a\xe0\xb3\xca\x7f\x73\xab\x7c\x47\x4b\x9e\xe9\x70\x0f\x28\x3f\x5f\xb3\x79\xc7\xf5\x9c\x2f\x8a\x5c\xbb\x27\xaa\xf7\x92\x73\x56\xf7\x25\xb0\x70\x8a\xd9\x75\xae\x86\xbb\xe2\xe1\x6e\x6a\x46\x46\xe7\xb8\x39\x6d\x41\xe6\xb9\x11\x90\x56\x97\x75\xa3\xe5\x3b\xdd\x89\xf4\x6f\x49\x25\xfd\x1c\x65\xba\x8a\x03\x24\x51\x0f\x10\x7f\x83\x2b\x68\x95\x69\xb6\xe0\x4b\xc0\x24\xb4\x19\xba\x06\x0a\xdc\xcd\xe0\x7b\xd0\x0f\xeb\x99\xe8\x34\x04\xfb\x27\x94\x52\x4c\xd6\x5c\x09\xa6\xfa\x53\x22\x87\x47\xa9\x9f\xa9\xe6\x2d\x07\x68\x6a\xea\xbd\x92\x69\x74\x17\x5a\xa3\xf2\x1d\xfd\x15\xbd\x92\x21\x03\x1a\x80\xfa\xd4\x46\x50\x09\x8e\x84\xfa\x41\x32\xe8\x9a\xdb\x05\xb8\x1a\x7e\x64\xf5\x08\xf9\x17\xf9\xf5\x20\x96\x7c\x8f\xae\xba\x8c\x53\xe4\xc0\xff\x86\xff\xa2\xba\x03\xc2\x66\x39\xf5\x13\xf0\xbd\x38\x80\x56\x03\x12\xca\x00\x7a\x0a\x64\xc3\x98\x05\xb8\x41\x77\x53\x77\x82\x5b\x60\xf5\xe1\x1b\x90\x07\xe2\xe9\x26\x85\x53\x90\xd7\x56\xa7\x91\x66\x54\x77\xaf\x96\x14\xcc\x98\x74\xb1\x89\xec\x80\x9f\x19\xdc\x4e\xf9\x1f\x2e\x6b\x9c\xa0\x5c\xc4\x13\x0b\x9f\x51\x75\x78\x90\x62\x31\x2d\x03\x8f\xc0\xa7\xd0\x8f\xe0\x89\x29\x01\x40\x32\x7e\xfc\xf0\x7c\x50\x8b\xfb\xbb\xad\x86\xae\xe3\x1b\xad\x6a\x11\x67\xec\xdb\x9d\xd1\xcc\x5f\xfc\xd2\xf3\x2f\xb3\x5e\xf0\xce\xf7\x23\xa4\x0b\xdc\x8f\x0d\xe1\xe4\x22\xee\x86\x82\x74\x0a\x8b\x43\x95\x8d\x50\x33\xd8\xe3\xe8\xbf\x34\x0a\x7b\x43\x72\x04\x3d\x97\x45\x0e\x41\x80\x1b\xcc\x92\x5d\x67\x20\x07\x22\xcf\xaa\x1f\xae\x66\x20\xb7\xca\x33\x1e\x29\x5e\x9f\x9d\xc8\x1c\x90\x1f\xeb\xed\xcd\xaa\x92\x3e\xa8\x6b\x23\x29\x25\x99\xc6\x37\x64\xb6\x78\xb6\x34\x95\xc2\x11\xd6\x23\x03\x54\x83\xc0\x3b\xe9\x18\xed\x16\x6f\x24\xf8\x06\xb0\x86\x6b\xb5\x0b\x06\x35\xec\xf5\x56\x97\x61\x13\xe6\xec\x1b\x73\xd2\xc9\x05\xe8\x58\x72\x06\xc5\xb8\xb4\xdb\x35\x33\x39\xb7\xbe\x26\x32\xeb\x48\x8e\x7d\xde\x30\x29\x3c\xbb\x56\x8c\x93\x53\xd4\x96\xf0\x72\x8a\x4e\x41\x4f\xb4\xa1\x3e\x96\x1a\x0e\x3d\xa2\xfb\x88\x38\xbb\xfe\x00\x2e\xf2\x67\x5b\xbd\x86\x92\xd8\x41\x57\xb7\xa6\xa5\x35\x1c\x3a\x75\x31\x9d\xa8\x79\xd5\xf1\x20\x43\x50\x49\xaf\x5a\x91\x89\x97\xde\xd6\x57\x65\xb1\x8a\xac\x85\x7a\x52\x91\x31\x04\xa4\x93\xef\xe9\xf7\x9e\x78\x48\xdd\xa6\x79\x1b\xf4\x8c\x56\xa7\xd8\xee\xca\x00\x7c\xc4\x0b\xac\x26\xc0\x4f\x5c\xf9\x95\xe8\xd4\x7f\x06\x2c\x47\x46\xd3\x26\xba\x5b\xdb\x9a\xd3\x3f\xb7\xdb\x55\xcc\xce\x78\xdb\xc4\xd2\xb5\x67\x7e\xaa\x2d\xe3\x5f\x26\x2d\xaf\xd0\xd0\x9f\x90\x23\x8b\xd7\x1f\xaf\xa3\x34\x19\xf6\x04\xad\xa1\xd9\x64\x3f\x70\x35\xa1\xdf\x92\xbd\xb1\xfa\x09\xea\xf9\x9c\xcb\xa4\xd4\xd6\x51\x60\xf8\x5d\x5a\xff\x50\x71\xeb\xad\xf4\xde\xde\xb2\x72\xfb\x8c\xba\x0e\x58\xfb\x2a\xb3\xa9\x79\x21\x7f\x49\xd6\xb5\xda\x24\xba\x27\x79\x59\x79\xf0\xf1\x2d\x94\x94\x82\xca\xc0\xdb\xd4\x3b\x39\xc9\xae\x93\xe9\x6a\x85\xca\x7a\x21\x18\x29\xb0\xbf\x34\x98\x2a\x3b\x7f\x65\x78\x4f\x9a\xf8\x74\x65\xab\x63\x3a\x36\xec\x53\xa6\xc8\x48\xe8\x6d\xd6\x86\x64\xc6\xb7\x5f\xe0\x49\xb3\x18\x8d\x79\xb4\x8b\xa4\x81\xaa\x17\xc7\x5e\x52\x66\x16\x73\x02\x07\xa8\x99\xb9\xb0\xeb\x1c\xfa\x46\xe5\x49\x6b\x6f\xe0\xbb\x20\xeb\xce\x6f\xc0\x26\x63\xd3\x85\x78\x80\x9a\x19\x31\xe0\x04\x8c\x66\x81\x8d\xe6\xe0\x2a\x92\xb4\x70\x0b\xc8\x22\x77\xca\x09\xf0\x09\x75\x01\x26\x84\x8e\xd0\xe0\x14\x13\xe8\x39\xfd\xeb\xe1\x2d\xb0\x04\xc4\xdc\xd6\x23\xc1\xf0\x42\xab\x73\xe8\x66\xa4\xf5\x8e\x2d\xfd\x08\xe9\xe7\xf9\x7c\x7a\x37\xf9\x56\x3f\x01\x58\x50\x6a\x1a\x52\x00\x21\x15\x28\x60\x83\x93\x69\x61\xb2\xc7\x20\x89\x1e\x83\xfe\x06\xbf\x02\xb4\x64\x1d\x94\x0b\xe6\x84\x54\xc2\xa1\x50\xdf\xae\x51\x64\x23\xfc\xca\x8a\x8f\x2e\x47\x2d\x6f\xfb\xd3\x14\xb4\x37\xe7\x4e\xd3\xff\xa0\x43\x7d\x7d\x74\x08\x98\x5e\x5f\x4b\x7f\x0f\xb0\xf3\xaf\x00\x64\x70\xb9\xcc\x0b\x98\x00\x2f\xa1\x14\x50\x0c\x69\x92\xd7\x42\xbb\xe0\xe8\x10\x1f\x78\x36\x62\xb3\x4b\x08\xbf\x41\xde\x59\x65\x21\x2f\xd1\xde\x9b\x02\xea\xff\x70\xcb\xb3\xb3\xa8\xc5\xf8\x5f\xbd\x93\x68\xce\xd8\xab\xba\x95\xb4\x51\xec\x92\x11\xa0\x47\x62\x63\xd2\xff\xd1\x7f\x60\x8f\x11\x0a\x50\x85\xcf\x4c\xf2\x00\x21\xdc\x22\x58\x0f\x45\xe3\x9b\x77\xad\x87\x63\x70\x1b\xab\x44\x84\x8a\x9b\x5d\x57\x92\x2f\xf1\x8a\xc7\x3c\x28\x99\xdc\xd7\xdd\xfe\xd4\x05\xdc\x4d\x35\x2a\x6a\x0d\x07\x36\x2c\xa2\x05\xb1\x6f\x8a\x6f\xd2\xa7\xb2\x0f\xc0\xa9\xf4\xd3\xac\x81\xc4\x63\x40\x1d\x6b\xcd\xa1\x5f\x60\x39\x93\xec\xfa\x10\xea\x23\x64\x56\x38\xfc\x82\xa1\xbb\x5a\x49\xaa\x95\x77\x8e\x26\x92\x83\x65\x11\x9d\x3a\xca\x0c\xc9\x44\xd5\x37\x4a\x8d\x38\x3f\x57\x4f\x8d\x16\x05\x88\xc4\xb4\x55\xc2\x45\x50\x08\xed\x2b\x7f\x2c\x81\x41\x7f\xc7\x8b\x3b\x94\x06\x7c\xe2\xfc\xe3\x5a\x00\xad\x64\xff\x65\x55\x0a\x07\x33\x57\x5d\xfe\x91\x15\x92\xbf\x60\xe4\x2e\x69\x41\xde\xe5\xf6\x35\xa4\x61\x3d\xbb\xa2\x96\x4c\xd1\x59\xe5\x30\x28\x8e\x9a\x61\x41\x25\x75\xb6\x2a\x02\x68\xa7\x4e\xc8\xaf\x9c\xf0\xa1\xfd\x90\x9a\x05\x89\x81\x25\xa2\x4d\xae\x9e\x60\x30\xef\x81\xd5\x25\xc8\xc8\x3e\x7a\x31\x2a\x33\xaa\xae\x6c\xe8\x48\x96\x45\x75\x44\xcb\xf9\xac\xfb\x15\xd3\xcb\x68\x24\x4d\x89\x4c\x4b\x21\x47\x14\x4e\xe3\x5d\xa0\xec\x32\x84\xd2\x4d\xa9\x4e\x39\xa4\xe3\x7f\xd2\x0e\x68\xf6\x06\x16\xd1\x21\xf9\x88\xcb\x0d\x60\x44\x74\xd9\xea\x05\x64\xc1\x15\x9c\x3f\x92\x31\xd2\xb7\x74\xc0\x3b\x53\xd2\x79\xbd\xa9\x3a\xcb\xbb\x15\x2d\x49\x27\x4d\x69\xf8\xad\x91\x92\xce\xd6\x1c\xe4\x2e\x24\x37\x95\x27\x52\xb5\x94\xb6\xa2\xf5\xf1\x77\xa9\xa7\xf3\x28\x01\xb7\x69\x5f\xb2\xbd\x5c\x28\x40\xb0\x4c\x69\xf5\x15\x1c\xe2\xa7\x9d\x23\x65\xc8\x4e\xba\xf5\xa7\x64\x06\x0c\x14\x34\x9e\xcf\x9a\xd5\x7d\xb5\x38\x27\xab\xbf\xed\xae\x7a\x94\xc4\x6b\x2c\xe1\x44\x91\x53\x6b\x6c\x28\xdf\x28\x99\x65\xee\xf1\xc7\xa8\x8c\xfc\xb1\x00\x15\xad\x5a\x37\xe8\x12\x0e\xcc\x57\x6c\xb2\x5e\x0c\x32\x04\x7f\x9f\x1d\xc9\x38\x7a\x96\xd4\xd7\x9f\xb9\xe4\x14\xaf\xd1\x2a\xf3\xd4\xe0\xd1\xa2\x6f\x59\xb4\x9e\x49\x6a\x07\xd2\xf6\xb6\x83\xec\x1b\xe4\xa5\x0d\xbe\x14\x01\x65\x49\xe5\x68\xbc\x09\xd5\xbc\x28\x3b\x80\x4a\xf3\xd4\x9f\x72\x89\xa1\x57\x29\x8f\x58\xfb\x81\xa6\x82\xe0\xeb\x1c\x78\x6a\x7a\xe5\x58\x16\xf4\x3b\xe3\x4d\x77\x3f\x3c\x3b\xcb\xb4\x76\x01\xbc\x85\xe4\x6c\x10\xc0\x09\xe4\x2c\xc9\x1e\x38\x9b\x72\x01\x1e\x82\xaf\xd1\x3c\x12\xcf\x23\x96\xf4\xb1\xe0\x10\x44\x08\x46\xba\xfe\x42\xe7\xc0\xb3\xad\xf6\xa3\xc5\xc8\xd8\xb5\x73\x90\x3d\x29\xe9\x74\x35\x74\x80\x1c\xda\x3d\x09\x22\x53\x9c\x6a\x8e\x40\xa5\xd4\x85\x79\x37\xa1\x17\xd4\x5f\xe2\x52\xd8\x9a\x3e\x07\x76\x80\x01\x60\x63\xa2\x1f\x7c\x1b\x3c\x7a\xe8\x3e\x72\x08\xd2\xb8\xe6\x20\x4f\xe0\xbb\x56\x33\x50\x31\xea\x70\x6d\x36\x78\x82\xe6\x37\xfa\x12\x2c\xa4\x3d\xed\x72\x02\xff\xa1\xc3\xd5\xb9\xd0\x22\xe0\xaf\xbc\x75\x50\x2c\x50\x23\x9e\x03\xd5\x83\x19\x50\x2d\xfc\x3f\xc8\x33\xe1\x16\xcc\x84\x4d\x0f\x21\xc8\x7c\xf8\x9b\x6b\x34\x52\x8f\xdc\x5e\xfb\x0e\x4d\x40\x4f\x8d\x3b\xd0\xdf\x61\x07\x4e\x59\x00\x9e\x98\x5f\x87\x14\x50\x63\x1e\x55\xcb\x80\x37\xd8\x66\xfd\x4d\x30\x10\xdb\x29\xbc\x0f\x76\x60\x27\xc0\x46\xc8\x1e\xd3\x27\x4c\x83\x06\xb1\xb3\x41\xd7\xe0\x14\x6c\xc2\x75\x1a\x62\x8d\xcf\x5e\xfb\x12\xf9\x82\x9b\x5f\xb6\xa5\x8d\x72\x8b\x47\xe2\xe8\x2b\xb9\x73\xda\x9e\xd1\x99\x9c\xe3\x15\x46\xfa\x03\xf6\x68\x0e\x13\x08\x64\x6f\x17\x34\x00\x67\x59\xfd\x40\x1b\x18\xca\xda\x7b\x62\x2b\xf8\x83\x79\x32\xc8\x0f\x6a\x66\x6e\x76\x39\x07\xb3\x89\x14\xab\xc5\xc8\x71\x46\xde\x45\x90\x9a\x27\xe3\x0d\x95\xd2\x16\x4a\x03\x5a\x77\xd2\x64\x92\x99\xe5\xf3\x69\xef\x44\xe7\x75\xcb\xe9\x89\x42\x2d\x3f\x8b\xfe\x41\x90\x49\xaf\x04\x64\xfc\x5d\xc7\x8f\x80\x9e\xdc\x89\xc0\x93\xd0\x54\x8e\xcc\x45\x03\x3d\x61\xfd\x6b\xe5\x09\x5f\x62\xae\x3e\xd7\x45\x89\x32\x14\x0f\x2c\xa7\xdc\xcc\xe5\x36\x5d\xa2\xfa\xe5\x04\x97\x9c\xa3\x76\x6a\x97\x67\xcf\xa0\x79\xa8\xc7\xb9\x5a\xda\x3d\xa5\x80\xb6\x98\x2e\x95\x5b\x1c\x5b\x07\x04\x48\xe4\x01\x1f\x41\x4b\xe1\x69\x17\x77\x68\x19\xaf\xd4\x0a\x80\x17\xb3\x0f\x9f\x09\x22\x53\x6a\x26\x7a\xeb\xc9\xaf\x2a\x87\x1b\x08\x4a\x7c\x99\xa0\x48\x4f\xb9\x53\xec\xaa\x9e\x4c\x4d\xce\xbf\xca\x1e\xa6\x2d\xca\xf3\xa7\x30\x68\xe3\x3a\x45\xdc\x3b\x7a\x91\x5a\x15\xb0\x08\xe0\xc9\xdd\x9d\x1f\x81\x5c\x11\xc3\x2a\x1f\x92\x71\xc9\xa7\xd7\x90\xae\xf4\x4c\xeb\x96\x93\x03\xdb\xff\xab\x8b\x27\x9f\x6c\xee\x2b\x30\x52\xbc\xea\x49\x4a\x2b\xca\xad\xaa\xd7\xac\x85\x54\x5e\x99\x1d\x79\x26\xed\x40\xa1\x59\xec\x28\x7d\x65\xae\xee\xe0\x7e\x60\xa6\xc6\xe8\x8c\x81\x4b\x64\x36\x56\xf5\xd0\x26\xbe\xcf\xa8\x3b\x49\x35\xf4\xb3\xab\x89\x3c\xbf\x4f\x5d\xcb\x23\x73\x3a\xbf\xe4\x9f\xa7\x4c\x69\xdd\xa6\x88\xa7\x68\x1a\xd6\x33\x63\xa9\x1e\x55\xb7\x48\x69\xb4\x19\xa5\xab\x62\x03\x69\xd7\x8d\x77\x0f\x4e\xa7\xf7\xe8\xe6\x3a\xc7\x03\x97\xe4\xdd\x56\x67\xc0\x57\xfc\xd7\xa7\xd4\xa4\xf0\xb1\x99\x5d\x7f\x90\x2e\x8e\x1c\xa9\xb9\x4f\x76\xef\x4f\xca\xdf\x40\xee\xe8\xf2\x94\x5f\xa1\xec\x69\x19\x26\x1e\x50\x5e\xd6\xbd\x24\x4d\xa2\x56\x57\xe8\x63\x67\xd2\xc8\x85\x79\xfe\xff\xd2\x0f\xeb\x67\x38\x27\x01\x29\x8a\x7f\xad\x27\x83\x1c\x81\xed\xd9\x6a\xc6\xd5\xb4\xf1\x7e\x1a\xe3\x68\xc6\x96\xa6\x2a\xfc\x4b\x26\x54\x52\x8e\xf7\x67\x15\x6b\xee\xe2\x0a\xd2\x23\x6e\x0a\x7e\x94\xe2\x4d\x3d\x8f\x6f\xa7\x0e\xc6\x9f\xc2\xff\xa2\x87\x07\xf8\x62\x5f\x80\xdf\xce\x2e\xd8\x27\x68\xdc\xf2\x26\x3e\x0b\x69\x3f\xf3\x99\x61\x92\x95\xd9\xd7\x8b\xb7\x91\x80\xc6\x77\x78\x24\x39\xab\x78\x02\xdf\x4a\x09\xd0\x6c\xc3\x97\x52\x7d\x39\xd7\xb0\x09\x5a\x3c\xf5\x00\x76\x97\xae\x8e\x0f\xc0\xc6\x80\x7b\x07\xdf\x60\x23\x90\xed\xce\xc7\xd8\x0d\xd8\x60\x59\x85\x7d\x42\x57\x9f\xd9\x86\x27\x52\x37\xf7\x7e\xc2\xff\x47\x7d\xd4\x68\x83\x9d\xa4\xc9\x8a\xb7\x63\x35\x74\x0b\xb5\x04\xd3\xd1\x2f\x73\xdc\x30\x02\x28\xa3\x9c\xc5\xe8\xa0\x24\xee\x15\x46\x86\xf8\x07\xc5\x18\x17\xc6\x77\x56\x62\xe5\x88\xd8\x52\x86\x5d\x43\xcb\x4f\x0b\xb0\xd9\xc8\xdd\x9e\x60\xf4\x32\xf2\xb8\x5e\x8e\x16\x23\x8f\x0b\xcf\xa2\x39\xc8\x4f\x95\x37\x9a\x83\x5a\xb3\x57\xa2\x5a\x34\x95\x7c\x13\x2d\x42\x7b\xe3\x1c\xd0\x6e\x6c\xd9\xc1\x29\xe8\x1b\x2c\x69\x67\x3c\x66\x89\xb5\x58\x16\x61\x89\xf8\x94\x53\xe3\x48\x37\xfb\x72\x57\x37\x52\xc1\x3e\x52\x37\x0f\xc9\x61\xdd\x2d\x48\x40\xf2\x59\x31\xca\x3f\x90\x7a\xe6\x47\xd6\x14\x64\x90\x99\x47\x7a\x82\x3c\x60\xfa\xc4\x66\xa1\x93\x89\xcf\xfe\x2c\xd4\x8d\x90\xed\x74\x45\x39\xc4\x0c\xcb\x2b\xe8\x2d\x06\x7d\x64\x10\xbe\x2e\x09\xe9\xf8\x00\x77\x8a\xc3\x6b\x58\x70\x95\x68\xbf\xf1\x3b\xdc\x23\x74\x90\x77\xc3\xb7\x04\xab\x89\xbb\xf0\x77\xfe\x9a\xac\xd7\x88\x0d\xcf\x24\xa6\x0e\x39\xc8\xfd\xc3\xff\x7f\x88\x9c\x7d\x75\xe7\x0a\xe4\x09\x2b\x6b\xed\x3c\xd4\x9d\xf8\x39\x24\x82\x14\xfa\x7b\x6d\xa5\x10\x96\x33\xa5\x6a\x2d\x04\x6a\x17\xe5\x9d\x84\xd4\x9a\xe9\xd2\x4e\xa8\x5b\xf9\x1f\x63\x21\xf4\x4a\x7e\x3f\x33\x11\x5e\x2f\x6d\x88\x96\xc0\xf1\xe2\x94\x03\x51\x70\x9d\xe0\xa5\xd3\x73\x64\x2e\x6f\xe9\x5a\x12\x92\xc6\x5e\x39\xf0\x37\x58\x5a\xd9\xd6\xb2\x0d\x2c\x2c\x6b\x2d\xbf\x0b\x16\x14\x37\xeb\x8d\x60\x7f\x41\xbe\xb8\x1f\x7c\x69\x20\x63\xfb\x20\x2b\xbd\x63\xfa\x3f\x50\x56\xf6\xd0\xd1\x00\xa8\x47\x65\xb2\x9f\x80\x97\xc8\x56\x3b\x61\x30\x21\x1c\x5e\x2b\x84\x5f\x72\xd7\xf4\x2d\x01\x7e\x75\xac\x68\xf2\x04\x67\xb5\x84\x95\x3e\x06\xff\x6a\xa0\xe8\x7a\xc1\x0d\x35\x71\xc2\xdf\x60\x58\xc5\x6a\xa4\x09\xd4\x16\xb7\xa6\xa1\xe0\x33\xe3\xf7\x28\x67\x68\x47\xce\x35\xbf\x0e\x28\x4f\xed\xe6\xb4\x14\x5e\x28\xdd\xb5\x56\x07\x13\xbc\x7f\x7a\x2d\x81\x27\x7d\x27\x1b\x4f\x00\x37\xbb\x3a\x4a\x17\x01\x17\xdb\x00\xed\x04\xf0\xb2\xf1\x83\x70\x37\xb8\xa8\xd6\x1e\x99\x0d\x1e\xac\x70\x4c\x7d\x05\x1a\x8b\x6e\x44\x9e\x06\xdf\xe5\x7d\xf5\x4b\x85\x82\xb3\x95\x3b\xbe\x42\xe7\x65\x03\x6b\x6b\x61\x17\x3e\xd6\x73\x0c\xb8\x32\x22\x6d\xe8\x06\xaa\x06\xf6\x97\x90\x00\x49\xf7\x80\x36\x12\x28\x6c\xbb\x21\x68\x03\x86\x1a\x8b\x61\x11\xf0\xa5\xc6\x32\x95\x05\xba\x97\x39\x46\xd2\x41\x79\xbe\xd1\xcf\x13\x7c\xaf\x03\x76\x7c\x81\x92\xe5\xf7\xd7\xde\x85\xae\xf3\x87\x06\x12\x79\x26\x69\xde\x2d\x0f\xb9\x7e\xe9\xa2\x8a\x46\x8e\x30\xe3\x64\x2e\xce\x7e\x9c\xf9\x5d\xa2\x60\x7b\x93\xfc\xf0\x59\xac\x42\x72\x47\x46\x12\x6b\x32\x75\xf7\x51\x37\x66\x1c\xed\x89\xdf\x53\xe2\x0c\xa0\xd9\xf1\x3f\x62\x37\x24\x58\x63\xce\x18\x44\x54\xfd\xbd\xdc\xcc\xcc\xea\x96\xcd\x9c\xa6\xac\xaa\x8a\x99\x9c\xc9\xa4\x22\xfd\xbf\xec\x13\x64\xa5\x64\x0a\xeb\x2a\xc5\x80\xf1\x58\xae\xd4\xa1\xf4\xaf\xcc\x6a\xfa\xb4\xa8\xc7\xcc\xd5\x40\x98\x9f\x82\xc8\x07\xdb\xb7\x5f\x21\x6c\x60\xbf\x35\x53\x19\xcd\xc8\xa7\xfe\x59\x9c\x33\x14\x87\x66\x2a\xc7\x84\xf2\xb6\x3c\x98\x4d\xa7\x96\xe9\x9d\x58\xcf\x68\xfb\xc4\x89\xac\x68\xfa\x7c\x6c\x32\xf3\x2a\xfd\x43\x3a\x9b\xe9\x0f\xbc\x8e\x92\x10\x57\xc1\x09\xbf\x7d\x44\x1c\x3c\x75\x7b\x2d\xe3\x0b\xb2\x75\xcd\x54\x86\x14\x45\x7a\xd9\x6c\x05\x9c\xd8\xf8\x89\xf5\x19\x96\x94\x5e\x67\x25\xc3\x0d\xba\x07\xcc\x37\xf0\xbf\x22\x7b\x26\x1d\xb1\x41\xde\x10\xbf\x11\x7e\x5a\x1e\x21\x44\xbe\x44\x3e\x25\xac\xd1\x13\xfb\x2e\x30\xc6\xd1\x6b\xdb\xe9\x0c\x10\xf3\x5f\x63\xce\xb0\xc4\xce\x76\xff\xcb\xf2\x64\x2d\x6e\x38\xc6\xbc\xc2\xec\x2a\xc9\x64\x1e\x65\x46\x6b\xb5\xc4\x07\xe6\x0c\xe1\x5f\x84\x90\xe8\x84\x9f\x13\x96\x04\x3f\xb5\x9f\x31\x48\x84\x47\x6e\x63\x90\x09\xeb\x7d\x11\x8c\x8d\x8c\x47\xdb\xc3\xf0\x07\x0c\xc5\x9a\x20\x5c\xc3\x70\xee\x9a\xc9\x0c\x13\x1d\xaa\xbb\x4c\x3c\x17\x66\x14\x4d\x10\x0c\x01\x37\xdb\x89\x30\xe5\x6b\xf8\x57\x18\x43\xbc\x5a\xe8\x32\x23\x91\x7b\x27\xe5\x0a\x63\x09\x77\x5a\x04\x8a\x9f\xe1\x2c\xf6\x7d\x87\x33\xd9\xf3\xb6\x6f\xc5\xdd\x99\x8f\xd6\x88\xb0\x2f\x44\x6d\xfb\x03\x62\x91\xce\xa9\x46\xcc\x18\xcc\x16\x14\x34\x31\x8e\xa9\xcf\xab\x57\x31\x66\x29\x3f\x71\xdf\xe2\xad\x8a\xbf\xc1\x35\x78\xb2\xcc\x25\xf9\x04\x6e\x25\xd9\x77\x24\x15\x7b\x22\xda\xe2\xbb\x1b\xab\xe0\xbf\xda\xf6\x1b\xcb\xe2\x1e\x5f\x73\x1b\xb3\x63\x0d\xb4\x62\x0c\x87\x32\xc7\x2a\x67\xfc\x55\xb1\xda\x88\xe1\x79\x05\xf7\x95\x0b\xf1\xdd\xc6\x3f\x39\x73\xb1\x8f\xb9\xab\xe8\x64\xac\x51\x67\x93\xf8\x11\xa3\x6b\xa6\x84\xef\xc7\xdc\x14\x79\x3e\x18\x36\x47\xf2\x76\x5b\x33\x7a\x43\xf0\xd6\x72\x09\xaa\xe1\xb4\x35\xc7\xe3\xbd\x2d\x93\x2a\xdc\x71\x52\x83\x38\x4f\x83\x2f\xaf\xf9\x29\xf7\xc4\x06\x2a\x9d\x58\xd1\x58\x46\xa9\x2f\xf5\x2d\xb6\xa9\x70\x53\x42\x09\xfa\x39\x6f\x2c\x6c\x27\x3a\xa2\xfd\xbe\xb7\x0d\xd5\x2a\x47\xb7\x1d\x40\x13\x24\xce\x96\x6b\x50\x6b\xde\xd1\x26\x3a\x9e\xdd\x15\x5b\x7e\x14\xf7\x6a\x2b\xc8\x3d\x89\x3d\x6a\x6a\x95\x61\x18\xb7\x8e\xcd\xac\xc2\xec\xab\x56\x50\xfd\xd0\xd7\xa5\xe4\x84\xe5\x68\x53\x01\x25\xf4\x0c\x8a\xeb\x27\xf6\x1e\x43\x83\xd4\x3f\xb7\xad\x47\x57\x4b\xab\x2d\xb7\x20\xff\xf0\xbe\x36\x76\xe0\xa4\xfe\xd7\x65\x75\xf8\xc2\xee\x89\xdc\xd5\x58\x65\x7b\xb7\xf4\x09\xb6\xbb\x79\x23\xd3\x1c\x7d\x5a\x17\x4a\xb9\x84\xea\x2b\x1d\x4e\xb4\xa0\x47\x8a\xcb\x42\x21\x74\x8d\x01\xd9\xeb\x80\x7c\xc8\xbe\xb4\xcd\x12\x19\x90\x0d\x5a\x86\x21\x20\xdf\xbd\x25\x51\xba\x2b\xb5\xac\x12\x16\x7f\x48\xfb\x6c\xfc\x5b\xd4\x9e\xe1\xac\xe8\x13\xea\x33\x11\x76\x9b\x80\x91\x75\x87\x6e\xcd\x0f\x23\x07\x26\x6a\x78\x76\x94\x67\x61\xc7\xb9\x73\x68\xca\xbd\xce\xec\x7f\x81\x03\x8e\xbd\xac\x3e\x28\x6c\x55\x10\x53\x85\x70\x9b\x73\x25\xfa\x8c\x17\x15\x97\xc4\x09\x99\x13\x06\x5c\xb4\x2b\xeb\x87\xc2\x51\x68\x4d\xfa\xca\xde\x21\x58\x42\x59\x4c\x6b\xe3\xfd\xa2\x7a\x26\xda\x73\x1f\xd2\xe4\x61\x2b\x38\x97\xe8\xff\x79\x7f\x65\xb7\x83\xd1\x8e\x1a\x56\x11\xfc\xe7\x2a\x2f\x26\x86\x5c\x6a\x1a\x11\xff\x20\x07\x54\xac\x10\xdd\xa7\x2c\xcf\xfb\x47\x78\x8a\xf2\xaf\xdc\x20\x68\xa3\xaa\x58\xf5\xfc\x6a\xda\x09\x9a\x0b\x2f\x8f\x1e\x96\x70\x86\x2b\x02\x8e\x85\x5e\xe4\xf0\x40\xc8\xbb\x97\x8d\x43\xb9\x8e\x28\x8b\x0c\xbf\x5c\x15\xc8\x0c\x47\x03\x1a\x93\x44\x83\xe0\x97\xb2\x2e\xe1\x10\x74\x30\x97\x23\x38\x0d\xe9\x65\xc7\xf8\xe7\xa1\x47\xcc\x1c\xde\x35\xd8\x93\xea\xc5\xbd\x06\xf7\x9c\xf8\xc6\xb9\x82\xf8\x84\x3a\xb3\x1f\x23\x63\xde\x81\xac\x8f\xe8\x21\xc7\x50\xe6\x07\xf4\xcd\x2a\x90\x78\x81\x29\xeb\xff\x13\x0e\x13\x51\xa5\x91\x82\x11\x62\x87\x7e\x2b\xff\x3c\x31\x45\x6a\xcf\x7b\xc0\x38\x49\x08\xb8\x9f\x19\x39\x94\x60\xee\x0c\x86\xe0\xc4\x46\xce\xdf\x0c\xe2\x70\x19\x7b\x2b\x23\xd9\xeb\x27\xeb\x00\xc3\xcf\x71\x3f\x33\x94\xb1\x7a\xd5\x30\x71\x08\xff\x5e\x67\x2b\xb8\x2c\x70\x2e\xbe\xcc\xbf\xc5\x97\xe8\xee\xf0\x5e\xf0\x2e\x8a\x3f\xf1\xfe\xe0\xfd\xc1\x48\xe7\xae\xe5\xee\x21\x87\x71\x76\x73\x0c\xc7\xc3\xd8\xd1\xec\x89\xc3\x0b\x59\x6c\xb6\xa3\x57\x2d\xb3\x90\x15\xeb\x18\x4c\xd4\x30\x93\x56\xdb\x30\xca\x89\x94\x9a\xa5\xfc\x33\x9a\x94\xc2\x26\xde\x39\xf5\xb4\xec\x6e\xee\x43\xa5\x48\x34\x85\x3b\x4d\xfe\x04\xab\xe3\xd8\xc8\x5c\xb2\xce\xb2\x03\x25\xb9\xc7\x66\xb3\x40\xd1\xb3\x90\x85\xcc\x0a\xe1\x0c\xaf\x19\xc4\x05\xde\x2f\x47\x13\xc6\x43\xce\xd0\xea\xe3\xf8\x43\x56\x52\xe5\x03\xde\x60\xd1\xd9\x7c\x36\xf7\x73\x41\x8a\xba\x92\x6b\x6d\x9c\x22\xf8\x9b\xb3\x2f\x37\x1d\x79\xcf\xce\xd4\x9d\xce\x74\x66\x15\x66\x2f\x89\x6b\x66\x8e\xab\x9c\x82\xa7\x32\x67\xc8\x97\xee\xf1\x23\xb6\x88\xdb\x1d\x4e\x33\xfc\x04\x8b\x57\x8b\xf1\x00\x8e\x7b\xf9\x1b\x1e\x58\xdf\x66\xa8\xe2\x8a\x6a\xca\x95\x37\x38\x4d\x95\x19\xbc\xa3\xec\xf1\xd2\x1f\x70\x34\xeb\x4b\xd1\xd1\xf4\x71\x96\xb5\x51\x13\x8b\x33\xc3\xf4\x82\xa0\xdf\x84\x3c\x7b\xd1\x6e\x26\x63\x48\xb1\xc7\x21\x1e\xbf\x25\xde\xb4\x5a\x87\xdd\xe2\x5e\x2e\xfb\xc2\xf3\x6d\xbd\x9a\x77\x89\x1b\xdb\x94\xae\x9c\xc7\x61\xd6\x5d\xe3\x16\xb1\x8d\x55\xdf\xa0\x66\x56\x5f\xd9\x8b\x74\x27\xe6\xcb\xa2\xdc\x98\x5f\xcc\xa5\x86\x5f\x41\x2a\xc2\x5f\xf7\x70\xb7\x1d\x83\xa1\x3a\xe2\xe0\x8e\xab\x25\xc2\xd5\x55\x98\x8c\x97\x58\x66\xcd\x33\xe9\xb6\xca\x33\xe3\x6e\x69\xc7\x14\xa9\x9c\x03\xcd\x4a\xee\x5c\x76\x4c\x7d\x34\xb4\x91\x05\x54\xbd\x4c\x3b\xc9\xcc\x2b\x5b\x1b\x63\x24\x86\x0a\x27\x05\xed\x61\x4c\xe4\x7a\x7b\x7e\x67\xac\xd1\xfc\xed\xb0\x0d\xb7\x97\xaa\x57\x9f\xc3\xd6\xf2\x1a\x0b\xf7\xe4\x5c\x4b\x8d\xd7\xe6\x69\xef\xa5\x95\x49\xe2\x34\x9f\xd3\x6f\x31\xc3\xd4\x8b\x32\x4d\x68\xed\x4a\xdb\x2c\x46\x72\x99\x7c\x13\x79\x72\x54\x9b\xd4\x82\x52\x7e\x30\x46\xf4\x8b\x96\xec\xbe\x58\x70\x0a\xf0\xb6\xbb\xcb\xc3\xa0\x64\xf3\x67\x1c\x33\xa4\xbe\x60\x20\xc7\x2b\xe3\xa8\xd6\x4c\x1b\x91\x19\x23\x7e\xa7\xc1\xb2\xc2\x89\xb7\xaa\x52\x52\x34\xed\xb0\xe2\x34\x99\x97\x7c\x50\x76\x9d\x32\x16\x95\x22\x19\xa7\x6d\x3a\xb8\x5e\x34\x40\xaf\x74\x7b\x27\xd0\x81\xdb\xed\x2e\xf3\x22\xe1\xe9\xe6\x9f\x39\x33\x90\xff\x0a\x36\xeb\x3a\x48\x58\xb6\x26\xfb\x36\xd9\x43\x4c\xd2\xfc\x41\x99\x42\x00\xaa\xed\x94\x31\xea\x6b\x45\x2c\xb5\x29\xe9\xbd\x8c\x4e\xeb\x8e\x32\x95\x20\xf4\x47\xfe\x1f\x45\x00\xf8\xb7\xdb\x59\x41\x14\x14\x6a\x77\x92\x67\x0b\x5f\x58\xf9\x27\xfb\x2e\x1a\x63\x1c\xd0\x76\x03\x02\x4d\x84\xe6\x09\x38\x55\x74\x58\xbd\x1a\x3c\xc6\x80\x95\x91\xe0\x28\x75\x9e\x5c\x0e\x79\x26\x6d\x92\x36\x42\x77\x23\x41\xf1\x10\x2c\xf6\x17\x08\x2f\x22\x9b\xdd\x94\xfc\xd3\xc8\x3f\x76\x17\xb9\x06\xb4\x79\x65\x0c\x3b\x04\x53\x1a\x2a\xb2\x9b\x70\x57\xb5\x93\x7a\x02\xf7\x12\xee\x54\x6d\xc7\x3d\x70\x48\x81\xe0\x9b\x28\xb6\xb2\x6e\x7c\x63\xe2\x09\xc9\x0b\xdc\x37\xe2\xb2\x78\x06\x4e\xf2\x9f\x2f\x5c\x8d\x8b\xdd\xfc\xf9\x36\x78\xa1\xdd\x59\xee\x4c\x7c\x78\x65\x31\xeb\x14\xfe\x38\xcf\x51\xf3\x90\x1b\xa5\xfc\xa1\x5e\xc6\xf9\x26\x58\xa8\x8c\xe1\x80\x58\xaa\xbc\x86\xfd\x94\xec\x22\xfd\xc0\x8e\x49\x50\x48\xd6\xb1\x3e\x46\xac\x14\x05\xb0\xf8\x07\x94\x02\x32\x6b\xb6\xdb\x7c\x1e\xc6\x84\xed\xc6\x39\x47\x89\x3b\x2b\x3f\xb2\x4c\x88\xad\x7a\x5c\xdd\xad\x30\x2a\xb6\xab\xe6\xc9\x09\x5e\xb8\x22\x46\xe6\x87\xdc\x90\xd5\x4b\xde\x67\x8d\x4b\xbe\x8a\xb5\x27\x82\xc5\x3b\x44\x7b\x8f\x2c\x15\x26\x09\x9e\xef\x3f\xc7\x57\xf1\x63\x76\x65\x73\x4b\xb9\xed\x76\xdd\x6c\x2e\xfb\xa3\x85\x37\xd3\x9b\xb5\x4c\x57\xa0\x36\x37\x5c\x92\x25\x28\x23\x72\x2f\x70\xf2\xe5\x55\x39\x9d\xb0\xab\xf4\x9b\x96\x97\x19\x2b\x71\xd7\x78\x1d\x9f\x2d\xe2\x29\xbf\x85\x4f\x12\x0c\xc8\x45\x7e\x1f\x78\x6f\x25\xff\xec\x9a\xc1\x9d\x2e\xfc\x65\xc7\x66\xbd\xe0\x7d\xb4\xa0\x10\x15\xec\xbe\xec\x6f\x2a\x69\xe5\xa8\xa4\x57\xf1\xa4\x7c\x2a\x7b\xb2\x7c\x5b\x89\x29\xd8\x29\x65\x16\x2e\xcb\x98\x24\x1e\x35\x7c\x88\x3f\x2f\x9a\xaf\x2f\x0f\xfd\x20\xf0\xd5\x5a\xfa\x2d\xe0\x51\x54\x1e\xae\xe1\x1c\x81\x6c\x81\xdd\x16\x56\xba\xb0\xcd\x42\x40\xd8\x72\x57\x66\xef\x54\x85\xd5\xbb\x4b\x26\x2b\xea\x6a\x76\xb2\x7c\xe4\x33\x2a\xa7\x80\xf3\xa4\x07\x4a\x8d\xe9\xc7\xc5\x92\xa2\xb9\xf1\x5e\xc2\x2b\x46\xdf\x50\x86\xe0\x4f\xbd\xfb\xbe\x26\x9e\xbd\xe6\x94\xeb\xff\x38\x9e\xf2\xf7\x76\x8b\x59\x56\xa2\x77\x16\x3a\xc6\x3f\xdc\x52\x8d\x5e\xb5\xb6\xf9\x97\xf8\x84\x82\xde\x70\x92\xd9\x28\xbb\x58\xeb\x07\xb0\xa5\xf3\x2a\x75\x69\x2f\xc5\x7b\x4b\xab\xe3\xee\x08\x39\x85\x70\xe8\x7a\x7e\x7b\xde\xd7\x7d\xa9\xdc\x9b\xda\xf7\x2e\x0f\xd9\xff\x2a\x99\x76\xb3\x99\x43\xe2\x47\x16\xdd\x0c\x80\xfb\x59\xf2\xac\xac\x3c\xd5\xc0\x39\x50\xfc\x3e\xed\x12\xe2\x5e\xe8\x9a\x31\x8d\xc4\x37\x22\x99\x7b\x12\x0f\xe7\x56\x64\xd5\x44\x8d\xeb\x9a\xc9\x5b\x83\x72\x35\x39\x94\x97\xde\x0e\xca\x00\xda\xf0\x8e\xb7\xd2\xbb\x40\xa7\xad\xa9\x68\x0f\xf4\xc1\xf4\x06\x8f\x8a\xfa\x4a\xd8\x65\x2b\x33\xdc\xd9\xdf\x8b\x33\x32\x3d\xe1\xcf\x05\x03\x59\x9e\x24\x4f\xe3\x5c\x92\x7f\xe2\x92\x5c\x6f\x32\x23\x2a\x57\x17\x46\xb9\x12\x94\xaa\xf1\xa1\xf9\x79\x2f\x51\xce\xa3\xdf\xdd\xf1\x40\x5a\x01\x72\x6d\xd7\x89\x96\xc1\xe9\xa6\x9f\x79\x21\x68\x96\x64\x59\xa9\x9e\x34\x9b\x9d\x5b\xf4\x96\x74\x07\x2e\x2a\xf0\x24\x57\x65\xbd\x37\x18\x28\xec\x84\x8b\xfa\x7b\x54\x46\x54\x94\xf6\x33\xcd\x10\xe4\xa4\x7e\x4d\xbf\xeb\xf5\x59\xd1\x0f\x5a\xef\x18\x97\x26\x40\x1c\xdb\xad\xc2\xfb\xc8\x4a\xb3\xa5\xbc\xd5\xe8\x59\xf1\xf6\x12\x1d\xfd\x32\x6b\xb0\x68\x3a\xe0\x03\x5d\xcc\xcf\x04\x9a\xb2\x5c\xf2\x4e\x82\xeb\x12\x1c\xf5\x33\xc1\xde\xc8\x1b\x5a\x1b\x88\x1c\x78\x4e\x6d\x05\x7b\x7a\x35\x28\xe6\x22\xd3\x77\xf4\x48\xce\x21\x97\x6c\xfd\x85\xfb\xd1\x6b\x66\x89\xdc\x6c\xec\x8e\xc8\xbf\xb8\x15\x1d\x63\x3e\x2e\x5c\x89\xbe\x05\x27\x8c\x42\x6c\x72\x26\x90\xfb\x1c\x9b\x77\x42\x98\x63\x8f\x39\x46\x7a\x66\x47\x60\x60\x60\xa0\x2a\x1e\x3b\xef\x15\x27\x0f\xc6\x17\xee\x28\x96\x98\xe1\xa1\xb6\xc7\x05\xc5\x78\x97\x59\x2f\xe7\x1d\x63\xb9\x30\xaa\xe8\x34\x3b\x8c\x78\x5f\xe0\xc1\x9e\x02\xfe\xcf\xd0\xc2\xd2\x67\x54\xe6\x2e\x61\xed\x38\x7e\x4d\x77\x9c\xf9\x34\xa2\x48\xa3\x61\xd6\x07\x9c\x57\x16\x33\x71\xaf\xbf\x64\x06\xa6\xcb\x0e\x96\x38\x95\x78\x6b\x8b\xf1\x27\x88\x7c\x73\x13\x8e\x27\x11\x22\x98\x52\x58\x2a\xa5\x33\xca\xf2\x37\x49\x18\xf4\x0b\x79\x75\x62\x5a\x3a\x4b\xbf\x40\x14\x73\xec\x8a\x36\x56\x78\xf0\xc8\x90\x5a\x27\xd8\x17\xb0\x5c\x51\xc7\x77\xdd\x23\x93\xd6\xf1\xe6\xec\xf0\x16\xb1\x38\x7d\xb6\x1a\xfe\x9f\xec\x64\x73\x06\x3b\x82\x35\x83\x47\x29\xb8\x97\x73\x00\xdf\x66\x4c\xd4\xca\x69\xdc\xdc\x57\x9a\xf3\x69\x87\x72\x0e\xa8\xde\xc7\x0f\x67\xeb\x95\xf3\xc2\xaf\xa8\x6e\xca\xad\x0e\x06\xc9\x27\xa4\x6b\x76\x7f\x97\x7c\x17\xbd\xd8\xfe\x56\x38\x2e\x60\xda\x32\x78\x47\x79\xd3\xcd\x7b\x58\xcd\xec\x64\xee\x9c\x82\xc4\xe2\x37\xe8\x1d\xc3\x9b\x42\x3e\xd5\x3e\x37\x31\x7f\x6e\xea\x32\xdd\x68\x5e\x56\x5c\x79\xf6\xc2\x9c\xde\xb0\x1b\xaa\x43\xd9\x6f\xfc\x19\x72\xaa\xea\xdd\xee\x03\x12\x92\xdc\xb8\x3d\x4d\xe8\x25\x99\x63\x1b\xc6\xbd\x2c\x38\x61\xfe\x98\x65\xc5\xd1\x70\x12\x0b\xcc\x2a\x1e\xa2\x3b\x0d\x75\x65\x8e\x14\x5d\xae\x5d\xf1\xb1\x14\xb1\x4e\x50\x90\x15\xb7\x4e\x73\xc9\x10\x19\x96\xac\xfa\x9f\x7e\xa5\xbf\xb5\x7c\x4b\x76\xe5\xee\xe9\x92\xf5\xca\xcb\xdb\x1d\x04\x9f\xa5\x95\xb6\x1e\x5c\x96\x90\x64\xfe\x99\x79\x83\x3b\x8b\x7d\x37\xff\x72\xad\x15\xd2\x6a\x48\xad\xf2\xa0\x2c\xd3\xbf\x2b\xdf\x90\xb2\x5c\xe7\x59\xfc\x5f\xec\x29\x0d\x51\xc0\x0f\x5b\xa2\xec\xcd\x7b\x75\xe0\xa9\xec\x6e\xce\x9f\x9e\x97\xc4\x67\xd4\x2d\xdb\xff\x16\x48\xe5\xb3\x6c\x5d\xb9\x26\x22\xef\x95\xd6\xcc\x64\x6e\x20\xdc\xde\x3c\x9a\x96\x43\x31\x6b\x58\x9d\x5e\x9c\x3a\xad\x46\x90\xd1\x1c\xcf\xac\x78\x97\xf9\xe2\x48\x55\xe9\x26\xd2\xfe\x40\x75\xa1\x13\xf9\xde\xde\xaf\x86\x3f\xa9\x06\x57\x44\xa7\xa7\x4b\xb6\x84\xaa\x9e\x83\x39\x56\x0f\xa5\x4f\xe0\x93\x26\xb6\x02\x23\xb6\x10\xe6\x34\x6f\xcf\xf8\x44\x7e\x5f\x5f\x92\x79\x33\xe5\x49\xcd\xb2\xac\x81\xf8\xb8\x0a\x0e\x69\xf0\x88\xac\xe4\x3c\xf9\x5d\x20\x5a\x70\x9f\xea\xb7\xf7\x79\x5e\x1b\xed\x8a\x2b\x4d\x17\x04\x60\x5b\x22\x54\x35\x90\x87\xd5\x37\x69\x13\xb2\xca\xc4\x5f\x40\xc5\xcc\x61\x9f\xa6\x2a\x12\x99\xdc\xf5\x7f\x02\xe0\x02\xa0\x89\x46\x01\x00\xb0\xdd\xdd\x0a\x08\x92\x2a\x02\x0a\x08\x48\x88\x82\xa4\x74\x77\x33\x18\xeb\xde\xed\xee\xd6\xdd\x1b\x0b\x06\xa3\xbb\x1b\x04\xbb\xbb\xbb\xfb\xb7\xf5\x59\xd8\xfa\xbe\x3e\x27\xb2\x37\x7a\xb4\xab\x99\xfc\xb9\xc8\xaf\x7d\x0d\xe5\x68\x26\xba\x19\x41\x3d\x9c\x90\x5f\x0f\xd1\x5e\x87\x5f\xab\x4e\x07\x7c\xb7\x63\x4c\x93\x18\x8d\x1e\xf9\xba\x22\xc8\x7a\xfd\x7c\x15\x01\x1e\xb1\x24\x4b\xb7\xb1\x8a\xc0\x53\x03\x8d\xf4\xa3\xe4\xf0\x5e\x77\xc0\x1a\x1d\xda\x79\x14\x00\x0a\x6f\xb6\xf9\x03\x3f\x33\x57\x37\xa9\x18\x75\x09\x56\x75\x9d\x60\x59\x78\x83\x59\x01\xc5\x6f\x4f\xae\xd8\x09\xfb\x79\x20\xcb\x47\x99\x9b\xd7\xfb\x29\xcf\xb3\xfc\x2d\xcf\x48\x6a\xd8\xc9\xe0\x96\xfe\xfd\xcc\x20\xd2\x58\x4f\x28\x33\x11\x75\xac\xe3\x32\xb3\xb8\xb0\xa8\x35\x9e\x29\xce\x18\x6b\xec\x62\x9e\x89\x3f\x5b\x7b\x8e\xe5\x10\x5e\x54\x35\xcc\xd2\x6f\xf7\x36\x52\xd9\xb3\x3c\xf0\xda\x09\x36\xb4\x1e\xad\x5c\xcc\xfe\x65\xe5\x26\x7e\xce\xe1\x30\xb4\x7d\x97\xf9\xbe\xa4\x75\xdd\xd9\xbc\xe7\x28\xef\xf6\xd7\x3c\x79\xc1\x8b\x16\x1c\x2f\x22\x23\xa6\xe1\x22\xcf\x3a\x1e\x5f\xf3\x99\x37\x2d\x7c\x6d\xe5\x43\xee\xd7\xed\x4b\x0d\x1d\xdc\x17\x1e\x44\xad\x3b\xf7\xf2\xfa\x5a\x45\x3c\x77\xaf\x95\x49\xec\xc4\x6d\x05\x46\x7b\x21\xc5\x74\x62\x70\xd7\x26\x79\x44\x59\x66\xdb\x59\x19\xa6\x60\x6d\x73\x82\x54\x9c\x5e\x53\x3f\x20\xe9\x8f\x7b\x50\x7d\x5f\xfc\x20\xac\xcf\x74\x45\x3c\x27\xe0\x96\xbe\x56\xe4\xe0\x41\xd4\x6c\x14\x6e\x5c\x7f\x43\x1e\x27\x70\x5e\x3b\x5f\xb4\x91\xbf\x8e\x2e\xe9\x29\x37\xe8\x08\x1e\x9d\xa1\x7a\x47\x24\xa9\xf5\x65\x79\x63\x7e\x58\x13\x56\x3b\x37\xed\x61\xdd\x45\x35\x25\xce\xb7\x7a\xb2\xf2\x46\x98\x5b\xc5\x1f\x85\x53\x80\x50\x77\x5e\x96\xec\x91\xaa\xce\x92\xe4\xac\xff\x9f\x4c\x2a\xca\x5b\x5b\x2c\x44\x0a\xc2\x69\xf5\xdd\x17\x6a\x2f\xe1\x63\x3b\x2a\xaa\x6f\x96\xca\x5b\x83\xaa\x86\xf2\xf0\x8d\xc7\x4d\xa8\x34\xcb\x3a\x3b\xe3\xb2\x58\xad\x39\x5b\xd7\x15\xda\x56\x51\xa4\xb5\x0d\xb0\xd3\xb9\xa8\xd2\x3d\xac\x55\x23\xf2\x8c\xf5\x9f\xa5\x6f\x24\xa9\x6b\x9b\x05\xd7\x84\xbe\xb4\x6d\xdd\x82\x26\x7f\xdc\x93\x8e\xf0\xfa\x37\xa5\xb6\x2d\x5f\x6b\xc9\x79\x8b\x1a\x49\xe6\x3b\xa9\x27\x6b\xcf\x57\x3a\xc7\x46\x9a\xe7\x18\x8b\x43\x71\x15\xcb\x74\x64\xff\xdf\xe5\xb7\x35\x5e\x1e\x73\x55\x59\x8a\xd1\xf5\x3f\xa4\x7a\xa9\xf7\xda\x93\x02\xb6\xb0\x92\xfa\xb0\xdb\xaf\x6d\x0a\x4e\xd8\xfe\xbd\x19\x59\x72\xb6\xa5\xbe\xa1\x3b\xf7\x68\xe3\xaa\xda\x2b\xa9\x82\x5a\x94\xf9\x76\xec\x8a\xaa\x56\xd3\x91\xd0\xdd\xc6\x01\x03\xd5\xff\x45\x39\x56\x7b\xde\x63\x96\xf2\xad\xf2\xee\x86\x85\x52\x47\xe9\xab\xb5\x3f\x04\x8b\x85\x57\xc8\xff\x8d\x4b\x70\x69\x18\xf1\x48\x37\x7e\x57\xf1\x81\x81\x0b\x04\xdf\xec\xa1\x9e\x1b\xc4\xdc\x64\x6c\x47\x37\x69\x2c\x6a\xa2\x25\x84\x12\xba\x6b\x69\xbd\x9e\x36\xcd\x17\x30\x9b\xe8\xdf\x36\x67\x19\x63\xc0\xd9\x0e\xff\x34\x75\xb0\x93\x05\x57\x56\xcf\x2a\x24\x9f\x1e\x9f\x4c\x30\x63\xf0\x23\x9e\xc4\xc2\xe2\x9e\x81\x3c\xd2\x96\xec\xe6\x1e\x1c\xd9\x3e\xb9\xb0\x23\x92\x12\x1e\xf5\xa1\xf9\x25\xb5\x7e\xd7\xa2\xfa\x40\xba\x93\x2f\x64\x8e\x01\xae\x6f\x2e\x32\x2e\x00\xeb\x1c\x57\x6b\x10\x30\xc9\xa2\x51\x86\x67\xe5\x93\x1b\xc6\x00\xf2\x74\x4c\xec\xf0\x38\xb9\xa3\xd8\xd0\xff\x3f\x4a\x42\xb6\xa6\x67\x32\x75\x61\x72\x7c\xfb\x23\xda\xf4\xa8\xc7\xcd\x5c\xfa\xa6\x5d\xb3\xeb\xee\x03\x90\x2f\x54\x35\xc1\x78\xb5\x19\x65\x38\x04\xe1\x1d\x37\x6b\xac\xe1\xdf\x16\xa7\x64\x6e\xac\x6a\x72\xec\x1e\x22\x30\x05\x33\x63\xe8\x20\x10\x53\x1c\xdf\x3f\x09\xa8\xca\x4e\xee\xb6\x60\xac\x4a\xb6\x69\x9f\xce\xd8\x1f\xb5\xaf\xa9\x03\x14\x05\x7f\xae\x9b\x03\x11\x7d\x81\x2a\x37\x18\xb1\x19\x36\xcc\x66\x96\x3a\x16\xaa\xf1\x2c\x9c\xa5\x95\x54\xca\x16\x90\x5e\x8d\x12\x99\x91\xe8\xd6\xc1\x83\xcc\xb4\xa2\x5f\x7d\x53\x98\xb9\xd9\x73\xba\x1c\x98\x9c\xa4\xa7\x6d\x2b\x99\x27\xa3\x64\x8d\x87\x58\xf6\xc1\x97\x6b\xed\x59\x26\x5f\x42\x65\x0a\x7b\xd5\x66\xbd\xde\x9f\x5d\xed\x58\xab\xea\xe0\xd8\x58\x0a\x24\xa7\x39\xdd\x24\xde\x08\x8d\x3f\x07\xbd\x63\xe0\x1c\x6f\xa0\xa8\xaa\x77\x3e\x2f\x39\x6b\xb8\xd3\x8b\xb7\x22\xa9\xba\xd5\x95\xfb\x35\x2a\xbe\xe1\x36\xf7\x7e\x70\x5b\xcd\x0e\xee\x0d\x5f\x84\x09\xe2\xde\xde\xdc\xa5\x2b\xe3\xde\x72\xbc\xa3\x7c\xc4\xbd\x6c\xf9\x49\x32\x89\x7b\x9e\x78\x7a\xd8\x4f\x5e\x8a\x52\xf5\x1b\x65\xb5\x85\x9f\xba\xef\x4a\x8f\x66\x59\x76\x4c\x93\xbc\x4e\x5a\xd9\xfc\x57\x62\xbf\xfb\x79\x7d\x9f\x38\x37\x38\xbb\x7a\x9d\xc8\xec\x1b\x56\x91\x2f\xbc\xb6\xf9\x50\x79\x82\xe0\xbb\xd3\x5a\xc5\x65\xc1\x1a\xab\x52\xd1\x0f\xfe\x66\xc2\xef\xa1\x75\x7a\x52\xd9\x99\x3e\x75\xf9\xb7\x42\xff\xae\x47\x5a\x5c\x26\xa9\x7d\x8e\xfa\x4d\x22\xb7\x79\x86\x0a\xbf\xbb\xb4\xee\x90\xe2\x75\xd0\x3f\xb3\x9f\x3c\xc3\x77\xa5\x11\x92\xf6\x6f\x3e\xa3\xc5\x89\x5f\x38\x45\xcb\x7f\x8b\xac\xac\x0e\x8b\x36\x0b\xb6\x11\x36\x0e\x26\xd4\x58\x94\x2d\xe9\x3d\x6d\x5e\x52\xa0\xec\xb2\x31\xbd\xcd\xb8\xdc\x16\x6e\x3c\x90\xf0\xbe\x69\x87\x5e\x1a\xf9\xa6\x6e\x66\x79\x44\x50\x4d\x95\x4a\xfd\x7e\xdb\x2d\xc3\x79\x65\xee\xe6\x5e\xcd\x7e\x59\xbd\x13\x42\x9e\x28\x7e\xba\x76\xb1\x50\x2b\x5c\x86\x3f\x3a\x38\xa3\x61\x3d\x72\xa8\x97\x54\x7b\xb5\x60\x7b\xe7\x89\xea\xbc\x0c\x51\xeb\xcb\xca\x67\x09\xdd\x8d\x0f\x2a\xb2\x23\x47\x6a\xdb\xf5\x27\x83\x68\x55\xde\xe5\xf3\xb7\x1d\x31\x10\xd4\x8b\x36\xf7\x68\xb2\xe4\x77\x9d\x00\xd9\x77\x49\xf7\xda\x00\xa1\x9f\x10\x89\x47\x0c\x8c\x36\xeb\x90\x88\xde\xd5\x8d\x53\xf2\x7f\x77\x16\xd6\x25\x66\xc4\xb6\xb2\xab\x2b\x13\x98\x8d\xb8\xca\xb3\x91\xba\x5a\x7f\xe3\x9b\xa0\x82\xca\xf3\xba\x47\xdb\xf6\x1b\x26\x69\xd8\x9b\x0f\xab\x9f\x2b\x9e\x3a\x99\x65\x42\x69\xcc\x5a\xbc\xe0\x9c\xb0\x0a\x0b\x1d\x4c\xc1\xfb\x97\xb8\xed\xcd\x20\x4c\xca\x55\x8d\xc6\x11\x2e\xa7\xde\x1f\x5c\x4a\x7c\x18\x37\xab\xa7\x82\xec\x14\xbe\xb0\xfd\x0a\xa5\x2d\xf0\x64\xd3\x08\x2d\xdb\xeb\x73\x6d\x08\x10\xed\x32\x64\xa2\x82\xe9\xf6\x99\xe5\xce\x70\xce\x9a\x09\x39\x9f\x45\xc7\x12\x0f\x5c\x21\x12\x4a\x36\x8d\x3f\x23\x2d\xca\x55\x8f\x3c\x23\x8d\xa7\x3e\x1c\xe8\x20\xeb\xe3\xe6\xf5\xb8\x53\x5a\xc2\x97\xb5\x13\xa8\x5f\x02\x2f\x36\x65\xd2\x89\x5e\x7f\x6a\xbe\x30\xac\x5d\x0e\x9b\x5c\xc1\xa7\xf6\x0c\xed\x2b\xb8\xde\x62\x85\x3c\x8a\x85\xc7\xe6\x1d\x88\x21\x9f\x29\x59\x37\x8e\xa6\x84\xe5\x4a\x47\x28\x94\x73\xa9\x77\x07\xb6\x51\x09\x71\xb3\xbb\x8f\xd3\x92\xc3\x97\xb5\xcf\xa4\x13\x03\xaf\x36\x4e\x00\xe3\xde\x33\x6a\x0c\xe0\x06\x97\x4b\x15\xb7\xa0\x76\x7b\x9d\xb6\x92\x69\x6f\x11\x20\x9f\xce\xea\xc2\x7a\xef\xdf\x05\x70\x4b\x26\x8d\x95\x00\x03\xb9\xb8\x61\x0a\xf0\x32\xf5\x68\x7f\x24\x23\x39\x76\xa2\xeb\x09\xe3\x7f\xe1\x73\xda\x9c\xc0\x81\xc0\x6b\x8d\x6b\x20\xa3\xf7\xd2\xea\xe3\xb0\xc6\xe5\x7d\xc5\x32\x66\xb9\xfd\x79\xcd\x43\x96\xc2\x42\x27\x4b\x61\xeb\xb0\x93\xf6\x39\x32\x6b\x11\x17\xf6\xc4\x33\x2b\x72\x83\x86\x4a\x99\xca\xd4\xea\xbe\x10\x66\x73\xec\x9d\xce\xff\x98\xcf\xc2\x26\x5a\x5d\x59\xdb\x02\xcf\x36\xd8\xb3\xda\xbd\x2d\xcd\xf7\xd9\x6e\xae\xf3\x8d\x7e\xec\x51\x87\xd9\x9a\x85\x1c\x4f\x8b\x2f\x52\x39\x67\x0c\x73\x69\xef\x6a\xbe\x27\xa2\x62\x34\x8a\x77\x32\x77\xde\x60\x01\x2f\x3b\x15\xdb\x1b\xca\x5b\x19\x3b\xdc\xf1\x8e\xfb\x39\xec\x4e\x8b\x37\xf7\x7a\xe0\xfe\x7a\x37\xee\x19\xef\x75\x55\x5f\xb9\xd7\x5d\x9d\x0c\xb9\xdc\xdb\x0e\x3b\xd4\xfe\xdc\x9b\x96\x29\x92\x31\xee\x45\x8c\xc7\xd8\x47\xf9\x56\xc4\x82\x91\x85\xb2\xb8\x9c\xf2\x81\x15\xd2\xe2\xd4\x49\xdd\xbf\x25\xf2\xd8\xe4\xf6\x56\xf1\xb9\x30\x4d\xd3\x0f\xf1\xec\x40\x75\xed\x6f\x51\x8c\xb7\x4d\xe5\x31\x61\x85\x6b\xba\x7e\xb3\xe0\x92\x83\x51\x65\x29\x98\x69\x79\x4b\xdc\xce\xdf\x8a\x3e\xbe\xa7\x4e\x77\xba\x58\x39\xf4\xa8\x7c\x4b\xce\xfc\xbe\x7f\x1a\x7d\x0a\xaf\xeb\xa5\x7a\x55\xcc\x7f\x6d\x06\x65\x67\x98\x77\xe3\x27\x85\x47\x60\x7c\xed\x64\xd9\xb0\xf7\x3c\xd3\x39\xa9\xb3\x2b\x45\x17\x20\xe6\x39\x5c\x57\x6e\x13\x3e\xb6\x0a\x10\x5d\x17\xb8\xa3\x67\x8c\x1e\x32\xbf\x2e\xfa\x33\xf8\xaf\xf2\x70\xb6\xbe\x6f\x5d\x85\x24\x65\x49\xd7\x2c\x43\x69\x0c\xb3\x75\x48\x17\x11\xfa\xa4\xd1\x46\x6b\x1f\xb8\xb4\x26\x48\xf5\xc6\xeb\xa3\x69\xae\x42\xea\xca\x2d\x67\x48\xff\x39\x4e\x56\x88\xc4\x4c\x2b\x89\xc8\x5d\xf0\x0e\x55\x37\x8a\xab\xab\x2e\xea\x1b\xac\xa9\xf1\xc8\xce\xe9\x1d\xa9\x1a\x4d\x7e\xd4\x69\x32\x45\xc5\x24\xb4\xee\x32\xdc\x0f\x3d\xd4\x30\xaa\x43\x6e\xff\x5d\xfd\x48\x73\xc7\xeb\x75\x45\x9b\x6a\x99\xab\xac\x7c\x99\x7c\x8d\xa3\x85\x62\x83\xc4\xc3\xaa\x4f\x78\x47\xb8\x15\x15\x38\xba\xa6\x71\xb0\x08\x37\xb8\xad\x7e\x55\xb6\x7b\x6f\x70\x0d\x22\x79\x5f\xe7\xba\xaa\x43\x31\x5b\x5b\x4e\x98\x16\x84\x76\x37\x6c\x37\xa4\x6d\x9f\xa8\xc6\x96\xb3\xbd\xbe\x55\xb8\xaa\xf3\x5d\x3b\xb5\x26\xc5\x1c\xc7\x5d\xf2\x61\xc9\x71\xab\xa7\x42\xac\x10\x71\x73\x11\xf1\x29\x2a\xf0\xb4\x82\x54\x8f\x3e\xb3\xf7\x1e\xb9\x0c\x1b\xdd\x6d\x47\xd9\x80\x3b\x55\x5d\x4d\xf9\x46\x48\x56\xa4\x53\xaf\x11\xbf\x83\xd7\x69\x67\xc9\x5d\xc8\x49\xf4\xfb\x54\x61\x52\x2d\x63\x29\xbd\x74\xbb\x17\x48\x65\x64\x3a\xf2\xe1\xc9\x50\xc1\x8d\x10\xc2\x33\xdc\xba\x53\x37\x89\x7b\xf1\x49\x7b\x5d\x48\x46\x82\xbc\x0b\x22\xe3\x89\xe3\xd5\xf3\x28\xbb\x49\xff\xe4\xe7\xa8\x61\x94\x68\x30\x8d\x96\x44\xed\x29\x55\xd3\x01\xba\x5b\x52\x20\x70\x14\x18\x0a\xf8\x04\xfa\x83\x81\x8e\xa5\xd0\x6d\xe8\xc1\x75\x16\xfe\x29\xc9\xf3\xd4\x5c\xc2\x7d\xd2\x9f\x71\x0a\xf1\x04\xf9\x43\xe7\x51\xd2\x18\xe5\xa2\x39\x85\x3c\x48\x3d\x2a\xf7\xa4\xec\xa1\x9d\x60\xdc\xa6\xde\xa0\xdf\x2c\xb5\xa1\xcf\x07\xfe\x26\x3e\x01\x4a\x41\xfb\x80\x61\xc6\x67\x28\xdc\x31\x09\x6a\x80\x81\xab\x68\xdc\x2e\xb0\xf4\x84\x13\x3e\x1a\x6c\xdb\xd3\x42\x40\x82\xb7\x3a\x36\x13\xd1\x90\x6d\xe5\x04\x89\x09\xb1\x65\xd3\xc8\xb5\xd0\x2b\xe0\x31\xe5\x36\x9c\x55\xb2\x8b\xe6\x06\x9f\x4f\xf4\xa6\x37\x33\xbd\x03\xf2\x19\xb1\x4c\x95\x63\x3c\x64\xc1\xfc\xef\xf2\x3e\x4c\x1d\xef\xd5\x31\x13\xf6\x24\x4f\x37\xf2\x1b\xf7\x95\xb7\xa5\xad\x85\xb0\x8a\x7b\xcf\xa4\x26\x86\x71\x8d\x92\xd3\x24\x1e\x37\x8b\x7e\x87\x7c\x8b\x6b\x8b\x08\xa3\xc6\x71\x6e\x27\x18\x69\xf7\x38\xe2\x80\xe5\x40\x1d\x67\x8a\x63\x01\xc8\x67\xe3\x2e\xf6\xa3\xe7\x2b\x9c\x8e\xa8\x30\x49\xf2\x95\xc3\x51\xd8\x06\xd9\xdc\xd6\x95\xb8\x87\xd2\x05\x15\x9b\x08\x76\x12\x6b\xb1\x94\x08\x8b\x5d\x68\x97\x48\xaf\x44\x3e\xc5\x3e\x14\x9e\xd0\x26\xfe\x07\xcd\x4a\x30\xd3\xff\x22\xfd\x3b\x4f\xe9\x08\x33\x3e\x72\xfe\x9c\x7b\x5b\x76\xa8\x0a\x79\x68\x2d\xea\x87\x89\x3f\x70\x02\xe3\x69\x34\x34\x1d\xc0\xb2\xf4\x1a\xc3\x54\xdc\x9d\x72\x91\xb0\x99\x10\xa2\x21\x53\x3d\x88\xe7\x55\xc1\x45\x5b\xc8\x14\xf9\xf3\xf8\x45\x54\x0f\x69\xb2\x3f\x82\xbe\x41\x54\xea\xd8\xc0\xf0\xe5\x47\x9d\x09\x45\x42\x9d\x4e\xfb\x4b\xcb\x6e\xb5\x7e\xeb\x2b\x44\xbb\x35\x4f\x6d\x60\x63\x78\xf5\x2f\xcb\xbf\x62\x5f\xd4\xec\xe1\x9f\xc7\x17\x55\x21\xc8\x66\xe2\x24\xe3\x83\xc2\x19\xa4\x11\xdd\x82\xb8\x75\x14\x95\xea\xb5\xdf\xff\x68\x66\x59\xae\xe3\x10\x70\x58\x28\x39\xe5\x5e\x7a\x60\xdc\x6d\xaf\xac\x6c\xc9\x48\x7c\x4f\x3e\xaa\x70\x20\xb5\x4e\x87\xde\xd7\xe3\xae\x75\xc4\xae\x6f\x7f\xc4\xb3\xc7\xf5\x37\xa7\x92\xec\x09\x59\x75\x40\xfe\x73\xd2\xda\x2a\x97\x58\x04\x65\xba\x1e\xe3\xa7\xa5\x6d\x54\x6d\x70\x3c\x0c\x20\xc4\xf0\xc9\x92\x52\xd4\xe1\xe4\xf1\x53\xc8\x43\xfb\xe7\x76\x1b\x50\x8b\xf6\xe8\x6b\x2f\xa2\x4b\x06\xbf\x6b\x30\x98\xcb\xbd\xd6\x5c\x00\x97\xd9\x31\x85\xa8\x24\xcc\x6a\x62\xe5\x53\x89\xe7\x6a\x68\xb1\xf6\xe4\x61\xe3\x2b\x3f\x90\xfa\x44\x7d\xca\xf1\x36\xe0\x24\xd9\x74\xe2\x76\xa9\xed\x49\xee\xb8\x37\x92\x78\xe4\x61\xf7\xb4\xb2\xfd\x07\xa6\xd5\x06\xa1\xe7\x8d\x4d\x52\xbf\xc4\x10\x06\xfb\xb9\x93\xb0\xdf\x7a\x16\x10\x1d\xf1\x0d\xad\x5f\xf2\xdd\x89\x85\xf5\xfe\xb1\xb3\xc9\xbb\x4d\x6f\xfc\x78\x54\x58\x33\xe1\x34\x9f\x7e\x5c\x42\xbe\xe2\x49\x41\x97\xdd\x3d\xee\x46\x79\x83\xa6\x8e\xde\xa1\x52\x31\xff\xda\x01\xda\x7c\x1c\xaf\x72\x37\xad\x8b\xb0\x4a\xca\xa0\x27\x10\x4f\x03\x78\x60\x2e\x59\x55\x32\x1f\xb8\x43\x25\x27\x6e\x60\x9c\xa1\x23\x02\x12\xc1\x77\x0c\xaa\x63\x0c\xec\x0a\x55\x5e\x46\x90\x25\xd8\x9e\x63\xa5\x94\x15\xb8\x17\xa3\x1b\x28\xc3\x04\xe7\xb6\x6b\xd4\x7c\x62\x89\xa9\x8f\xb6\x86\xd4\x21\xf9\x1f\xed\x1c\x65\x29\xfd\x13\x5d\x47\x65\x22\x74\x00\x4c\x5f\x92\x70\x94\xc1\x05\xda\x02\x66\x81\xe3\x60\x8c\xa3\x17\x3c\x07\x5e\x78\xa9\x92\xa4\x23\xb6\x1d\xad\x25\x87\x90\x98\x23\x38\xf2\x04\x19\x6e\xb3\xa1\xf4\x53\x30\xa6\x79\x54\x2a\xb5\x48\x92\x45\xf3\xa7\x81\x74\x3a\x7d\x0d\xbd\x06\x61\x03\x2c\x03\xae\x27\xa4\x33\x5c\xc1\x85\xfe\x17\x40\x0a\x14\xed\x68\x09\xdd\x84\xeb\x2e\x0c\x12\x5e\x30\xf6\x1f\xbe\x4b\xec\x03\x67\x0d\x1d\x21\x29\xc0\xd8\x96\x46\x72\x36\x58\x6f\x3c\x4c\xf1\x81\x66\x8a\xbd\xa9\x36\x10\x8f\xc6\xa5\xd9\xc0\xb3\x8a\xa3\xe8\xfe\xb0\x36\x7e\x08\xa0\x30\x57\xfa\x53\x19\xb7\x99\x72\xc7\x85\x50\x26\x6b\xda\xb9\x07\x78\x14\x6f\xf1\x21\x3f\x42\x08\xf7\xf2\xe0\x02\xa2\x2b\x97\xd5\xbc\x8c\x64\xc1\xf5\x33\x64\x91\x97\x73\x67\x88\xa6\x50\x96\x72\x9e\x51\xf9\xd4\x8d\x9c\xc3\x45\x64\x5a\x2e\x47\x1f\xef\x43\x6f\xe7\xe4\xfb\x47\x30\x36\xb0\x7f\x3b\x06\x80\x47\xd8\x9a\x33\x77\xb0\x8f\xe5\xf3\x0f\xf8\xe3\x1e\xc9\x1c\xfb\x93\xf0\x1f\xa4\xce\x8d\x2c\xc2\x57\x49\xb8\xee\x03\x69\x96\x18\x25\x38\x45\x5e\x2d\xaa\xa5\x70\x29\xbb\x84\xa7\x0a\xb9\x54\x9d\xe0\x52\x5c\x1b\xed\x35\xff\xb2\xff\x02\x80\xcd\x63\x3a\x16\x82\xce\x5c\xcb\x53\xeb\x31\xd2\x4a\xc7\xbd\xa7\xb0\xbc\x8a\xa4\x9e\xdb\x38\x96\x81\x5e\xef\x87\xd7\xea\x0c\xda\x97\x84\x21\x6d\x0f\x6f\x82\xf8\x50\xbd\x8f\xf4\x99\xec\xa8\xec\x2e\xa0\x52\xc4\x72\x52\xec\x05\xda\x24\xe9\x4c\xbf\x3d\xf4\x6e\x51\xb8\x63\x15\x03\xc5\xcf\x3d\x2e\x44\x87\xb5\x53\xc7\xec\x30\xf9\x2d\xa4\x2e\x16\x96\xda\x58\x5f\x3b\x1f\xa7\xac\xeb\x53\x7f\xc6\x8f\x54\xb7\x73\x5d\x09\xdf\x2b\x41\x62\x29\x29\xc5\xb8\x3a\x3f\x8a\x7c\xaa\x9c\x1c\xf3\x8e\x9a\xa1\x62\xfa\x25\xd2\x57\xc9\xec\x1d\x47\x80\x37\x42\xf1\x51\x08\xa5\xd9\x13\x39\xba\x03\x5d\x3d\xa4\xef\x60\x62\x3a\xfa\x0e\x57\xdb\x63\x4f\x77\x9d\x54\xad\xc7\x7d\x6f\xab\x63\xcb\x08\x21\x4d\xdb\xf1\xdf\x88\x7d\xb5\xd2\xbc\x2d\xe4\xcd\x95\xe8\x18\x0f\xca\x65\xdd\x7d\xdf\x9f\xb4\x26\xe5\x55\xc7\x53\x80\x4a\x5c\x72\xa4\x15\xe5\x73\x30\x6e\x84\x86\x8e\xd8\xeb\xd9\xde\x8f\x49\x1d\x79\x65\xce\xc5\x92\x06\x68\x4a\x3c\xae\xa1\xfb\x04\xeb\x09\xfe\x43\xdb\x35\x7c\x21\x31\xbb\x11\xca\x3d\x42\x7a\x50\xdd\x1c\xfd\x95\xc2\x36\x46\xfa\x3e\xa1\x65\xab\x4b\x1c\x1f\x03\x31\x92\xc5\x47\xe6\x95\xbd\x3e\x5e\x3c\xfc\x00\xf5\xfd\xd0\xe7\xf6\x35\x98\x69\xfb\xc2\xaa\x2e\x60\x57\x8d\x62\x14\xaf\x70\x3b\x07\x22\x58\x48\xbc\xb4\xeb\x32\xee\x0f\xe1\x6b\xcb\xf3\x5c\x98\x44\xad\xcb\x8e\xbe\x46\x59\x6d\xda\xe9\xfb\x86\x3a\xa1\xd1\x3a\xad\xa4\xbf\x90\x64\x9c\x77\xa1\x2f\x2a\x93\x1c\x12\xd1\x33\xd1\x36\x83\x35\xf4\x6e\x4c\x6f\x73\x23\xb0\x1a\x17\x62\xb8\x0b\xa8\xf0\x2f\x44\x65\x8c\xc9\xc4\x0a\xea\x79\x86\x80\x5c\x5c\x74\x1b\x5c\x4e\x4d\x8c\xa7\x80\x47\xe8\xb1\xfe\x9e\x50\x03\x83\xe0\x70\x0f\xae\x87\x06\xcf\x65\xd3\x7c\xb0\xc1\x07\x4f\xd1\xf4\x38\x78\xe0\x1d\xed\x2f\xfe\x74\xd3\x5f\x3a\x99\xb8\xdc\xe0\x4f\xff\x45\x2a\x12\x3e\x04\x20\xf2\x45\x6a\x12\x63\x09\x35\xb2\x28\x8b\xb1\x97\xf6\x34\x7e\x12\xc8\x01\xc4\x7e\xaf\x21\x32\xb8\xcb\xe1\x10\xcc\x81\xad\xcf\x72\xa9\x25\x44\x9b\x03\x7f\xa9\xd7\x88\xff\x06\xb6\xd0\x12\xc8\xb3\x9b\xa2\x69\x67\x28\x33\xf5\x26\x7a\x16\x75\xb6\x30\x86\xfe\x3f\xda\x7a\xca\x2d\xa0\x82\x9e\x5a\x38\xc1\x48\x01\xea\xe2\x7a\x40\x37\xc6\x7b\xbf\x03\x90\x07\x14\xe6\x30\x04\xc7\xc3\x23\xa7\x4f\x91\xbb\x19\xcb\xf6\xa7\x51\x7c\x19\x88\xbe\x16\xca\x7d\xc6\x91\x86\xdb\x54\x00\x5c\xa1\x8b\xa5\x39\x82\x42\x81\x33\xed\x36\xb4\x88\xfc\x9c\x5e\x0f\xb5\x16\x3a\x03\x2c\x38\x22\x6e\x2e\x83\x0d\xbf\xf4\x2b\x06\x1b\x98\x34\x87\x5a\xe8\x11\x6b\xc1\xc9\xf3\xa4\x74\xae\xcf\xde\x56\xd2\x5b\xee\xdc\x9e\x97\x64\x1d\xe7\x64\x7d\x1c\x25\x82\x63\xd4\x7e\xa7\x2e\xe4\x90\xf9\x93\xa9\xb7\x38\x85\xa4\xf7\xb4\x51\x4e\x62\x41\x1e\xbd\x8b\x13\x14\x5b\x09\x8c\x70\x9c\xfc\x76\x31\x3e\xb2\x9f\x38\xdc\x81\x82\xd9\xa6\xe3\x37\x09\x0f\xa4\x13\x63\x83\x44\x83\xd4\xbd\xdb\x8e\x84\x94\x84\xd4\x1e\x20\x7b\x8a\x85\x9a\x4a\xca\x02\xd1\x49\xee\x65\xca\x2b\xd1\x7c\xe2\x67\xea\x5d\x61\x64\xbe\x98\xf6\x4c\x80\x8f\x5d\x4e\xff\xc1\x17\xfb\x2d\x62\x84\xf3\x32\x1d\x67\x80\x9d\x5c\xdb\xa3\x1e\x78\xa8\xe2\xd1\xe8\x76\x82\x8f\x71\x6d\xc7\x30\xe1\x87\x3e\xa9\x5a\x4c\xbc\x54\x5e\xa5\xaa\x25\x8d\x6b\xae\x72\xe6\x91\x7b\x55\xbf\x08\x04\xca\x3e\xe5\xec\x3c\x22\xf5\xae\xec\x63\x4c\x24\x7d\x81\xa4\xdd\xf7\x04\x40\x12\x2d\x77\x8c\x60\xfc\xc7\xcf\x3a\xa4\xc7\xf9\xb6\x1e\x1c\x6a\xc3\xaf\x68\x7a\xd9\x56\x88\x7f\xdf\xe0\x55\x55\x4c\x38\x5b\x4b\x54\x0c\x12\xf7\x9b\xd5\xac\x38\xd2\x09\x13\x1f\xf7\x91\xfc\xd2\x10\x96\x1b\x4b\x5d\xa3\x3d\x1b\x4d\xa1\x21\x54\xd3\x7c\xf1\xf4\x3b\xd2\xbb\x8e\x64\x46\x8e\x90\x72\x40\x8f\x55\x8c\x64\x0d\x1c\xc6\xa5\x0c\x5c\x6a\x29\xc0\xdb\xf5\xae\x33\xb1\x09\xd3\x3b\x93\x64\x6f\x89\x93\x5a\x93\xe0\x7e\xd2\xb2\xc6\xd5\x58\x11\x39\xb8\x46\x95\xe3\x45\xe1\x9b\xaa\xa3\xc6\xa9\x8f\x74\x3b\x7c\x97\xd3\x11\x4a\xbc\xa3\x08\xf8\x2d\x0e\xd9\x3f\x82\x75\xdb\x1f\xd4\xff\x11\x37\x69\x2c\xa1\x59\x8b\xbb\x34\xec\x5e\x31\x8a\xef\xed\x7b\x2b\xf3\x20\x74\x74\x95\xc0\xb3\x89\x07\x5a\xab\x30\x5f\x49\xef\x1b\x08\xd9\xa7\x28\xee\xe6\x13\x51\x0c\xaa\xc6\x50\xb3\xed\x37\x7d\xad\xea\x97\x63\x1d\x30\x2e\x7e\xbd\x7f\x3e\xe6\xde\x51\xff\xfe\x18\x6c\xf7\x81\x5f\x4d\xdf\x70\xf0\x38\xb3\xc2\x16\x9f\x32\x7c\x51\xda\x49\x88\xe8\xbb\x01\xa9\x88\xe9\x9d\x12\x8c\x8a\x24\x6a\x3e\x93\xcd\x23\x9f\xa9\x25\x46\xa5\x52\x37\x56\xc8\x7c\xa7\xd0\x46\x35\x6b\x1d\x6f\x00\xf1\x12\xcf\x23\x17\xe1\x87\x65\x6b\x47\x5e\xc0\xe3\xa8\xae\x8e\x77\xb0\x1e\x13\x5f\x5d\x03\x9b\xb1\x37\x55\x1a\xb8\x0f\xcf\x64\xbf\x81\x0f\x13\x37\x11\xd6\xc1\xff\x91\xa7\xe4\x2d\x86\x7f\x52\x7e\x46\xd7\x33\x37\xd0\xa7\x6e\x33\x31\xe5\x8c\x70\x7b\x01\x6b\x06\x34\x70\x64\x29\xf4\x05\x53\x37\x12\x00\xbd\xc6\x3e\xe8\x88\x80\xae\xe0\x03\xcd\xff\xa0\x4f\x04\x48\xf9\x0d\xb6\x22\x5e\x65\xe7\xc2\x41\xe4\x9d\xf8\x2e\x98\x4e\x39\x9d\x6b\x86\xdb\x69\xb4\x68\x37\xf8\x33\xe0\xba\x2d\x8a\x59\x0a\x2e\xb6\x47\x30\x3f\xc1\x4b\x0f\x47\x41\xf3\x09\xa1\xc3\x22\x68\x2d\xd1\xab\xbd\x0a\x5a\x4c\x4a\x32\xc7\x42\x11\xe4\x1d\xca\x14\x48\x44\x89\x63\x5d\x82\xf6\x51\x01\xbc\x07\x3c\x99\x36\x9e\xeb\x0f\x87\x02\x96\x51\x0f\xe1\x4e\x06\x7f\xdb\x5a\xa6\x3b\x34\xcd\x3e\x99\x79\x1e\xae\x39\x98\xc4\xd0\xd0\xc9\x83\x7b\x18\x43\xf4\x7f\xad\xb7\x19\x17\x81\x92\xca\x8b\xe0\x52\xe0\xa5\x62\x3e\x58\xc8\x60\x32\xfb\xc0\x01\xd0\x06\x17\x04\x2d\x06\x2f\xe7\xb0\x20\x3a\xd4\x18\x15\x07\xcf\x80\x51\x3e\x17\xe1\x76\xa6\xa3\x7d\x34\xb3\x80\xf9\x7e\xff\x49\x60\x39\x1b\x1a\x88\x05\xb2\xd9\x40\x4b\x32\xd0\xcc\x2e\x34\xe1\x80\xbf\xec\x38\xd9\x75\x46\x21\x3b\x1a\xae\x61\x9c\x64\xa7\x60\x33\x41\x7f\x36\x22\xfb\x12\xd8\xc5\xe6\xee\x7e\x04\x45\xb2\x55\x3e\x43\xd0\x5f\x36\xcb\x5e\x02\x9f\x61\x93\xf6\xbe\xa5\xcf\x91\x38\xf7\xa1\xe8\xbb\xc5\x50\xd3\x19\xba\x49\x74\xa9\x62\x26\x30\x45\x64\x23\xd5\x03\x74\x21\x00\xf1\x81\xf7\x82\xfb\x18\x1c\x83\x2c\xd8\x9e\xbd\x9a\xf1\x9e\xaf\xdd\x4d\x03\x15\xbc\x2b\x3e\x15\x50\x12\xf7\xad\xfd\x29\x78\x23\xe7\xf7\x58\x2c\xb5\xd8\xe0\xd2\xe3\x41\x3d\xa1\x3b\xdf\xc0\xa3\x39\x95\xa7\xe9\xdf\xd1\xea\x35\x7b\xc4\xfd\x74\x27\xf5\x0a\xc6\x4d\xfa\x90\x12\x87\x9e\x0e\x24\xc8\xfb\xb3\x96\x01\xff\x49\x9f\x44\xde\x67\x98\xc4\x77\x7c\x78\x20\x4a\xa8\x74\x08\x87\x42\xf9\x0e\x23\xbf\x29\x29\x4d\x35\x9d\x03\x94\xa1\x86\x85\x75\xc9\xd4\xe5\xb5\x2d\xe5\xcf\xa9\xa6\xea\x59\xc2\x5b\xb4\x8d\x95\x29\x80\x1b\xed\x94\x51\x5e\x56\x45\x07\x74\xfa\x8c\xe7\x80\xab\xa6\x34\x72\x3e\xf0\x45\xf1\xcd\xc7\x89\x71\x53\xea\xec\x80\x04\x0f\x0b\xd7\x0f\x9d\x23\x4b\x06\xd4\xed\xb7\xc8\x6f\x7a\x73\x6a\xd2\x28\xb1\x5d\xd3\xb4\x53\x28\x77\xda\x88\x82\xd5\x54\x62\xd3\x30\xad\x8a\xb6\xba\xee\x38\x32\x80\x76\xcd\x2c\x4f\x7f\x4c\xaf\x30\x7e\x8d\x88\x05\x48\xda\x4f\xde\x67\x18\x05\x0a\xad\x03\x0c\x26\x8b\x9e\x0d\x4e\x90\xb7\x8d\xb9\xb7\xcf\x23\x57\x0e\x57\x57\xf3\xc9\xbf\xfb\xaf\x6b\x7c\x29\xc2\xee\x6b\xfc\x5c\xaa\x55\x7b\x15\xf5\x0b\xf5\x68\xb3\x75\x69\x0f\x8d\x55\x17\x99\x8e\xa5\x47\x54\xfe\x8b\x98\x05\xac\xd7\x6f\xf5\xee\x63\xac\x51\xcd\x77\xd0\x81\x0b\xc4\x82\xc1\x04\xd2\xa7\x03\x5f\xda\x4a\xc8\xd1\x7b\x17\x9a\x9f\x90\xdb\x47\xde\xaa\xeb\x29\x9b\x06\xe4\xbc\xab\x94\xfd\xdd\x2f\xa8\x74\x6a\x6e\xdb\xbb\xd2\x30\xda\xaa\x46\x69\xfa\x1a\xda\xd3\x6a\x55\xf8\x63\xfa\x11\xe3\x62\xef\x01\x60\x50\xbd\xde\xe1\x18\xa3\x59\x7c\x79\x74\x1f\xef\x0b\x12\xe8\xba\xc3\x23\xa1\xd6\xd4\xa3\xb9\xdf\xd1\x03\xba\x57\xdc\x4a\x6c\xa8\xa8\x9f\x1b\x82\x9b\x00\x9e\x73\xde\x12\x86\x50\x8b\x38\x66\x52\x79\xc6\x00\x27\x82\x62\x88\xc8\x60\xff\xa3\x75\x79\x29\xd8\x77\x19\x73\x6c\xaf\xb3\x4f\x42\x9a\xd1\x25\x3c\x37\xf4\x89\x2e\x5f\xee\x18\xd6\xad\xee\x1a\x37\x12\xa7\xd4\xa5\x73\x27\xe1\x6f\x8b\x9c\x39\x07\x88\xc1\x00\x96\x43\x25\xed\x29\x6b\xe7\x78\x51\xa2\x32\x0a\xd9\x3f\x68\x53\x22\x96\xb0\x4f\xd2\xcf\x78\x15\xb0\x47\x18\x67\x6c\xcf\xb0\xfb\xa1\x77\x23\x59\x5c\x3c\xde\xab\x53\xc9\x9d\x42\x40\xd6\xb9\x73\xcc\x44\x4d\xf9\x5e\x4e\x09\x49\x2a\xac\xe2\x6c\x25\xb7\xd1\x3f\xb0\x7f\x51\x1e\x94\x05\xb0\x4f\xd3\x36\x67\x2c\x63\xd7\xd1\xab\xc2\x2f\xb0\x79\x8c\xa5\x5e\x3b\xd8\x6c\x70\xc8\xf6\x0c\x5b\x02\x93\x87\x8e\x71\x16\xd0\xe2\xdb\x7f\xb1\xc7\x68\x4f\x6b\x3a\xd9\x44\x3a\x5a\x5b\xca\x8e\x00\x26\x09\x28\xec\x8d\x40\x3b\xed\x2d\x7b\x1a\xa3\x08\x59\xc4\x7a\x05\x6e\x49\x47\xb1\xee\x43\x53\xc3\xfd\x59\x6f\xa1\x47\x5b\x7f\xb2\xfe\xc2\x27\x6c\x2f\xb0\xed\x98\x07\x06\x2d\x58\x2a\xe6\xdb\xb6\x74\x56\x26\xf3\x5f\x75\x20\xcb\x85\x35\x4f\x63\xcd\x72\x60\xad\xe1\x27\xb1\xe6\xb3\x5c\xa8\xef\x59\xb3\x59\xd9\xa5\x4a\xe6\x37\x96\x2c\xed\x0a\x6b\x39\xeb\x78\xd8\x6d\x96\x1f\xeb\xdd\xd6\x17\xac\x2c\xf6\x42\xbb\x59\x2c\x35\xdb\xa3\xbf\x92\x19\x2b\x5a\xd6\xf2\x92\x19\x2b\xec\xa9\x1a\x61\x86\x08\xdd\x55\xa3\xcc\x40\x41\x33\x6f\x19\x73\xa7\xc0\x96\x72\x8d\xb9\x93\xdf\x57\xd2\xc0\xdc\xcd\xf7\x4f\xb3\x67\xe6\xf3\x06\xc2\x24\x4c\x88\x67\xb1\xf5\x3e\xb3\x97\x8b\xb0\xcb\x66\x3e\xe7\xf4\xf7\xfa\x42\x2f\xca\xaf\x34\x99\xa1\x0f\x5a\x85\x49\x0c\xbd\xd5\xec\x54\xec\x81\xbe\xa8\xae\x70\x76\xc3\xd3\x95\x79\xe4\x1d\xf0\x6a\xf9\x7b\x44\x2c\xec\x23\x2b\x4d\x75\x82\x0b\x24\xe3\xa1\xaf\x60\xad\xe8\xc5\xd6\x7e\xf8\x9a\xe0\xa9\xdd\x38\x73\x09\xef\x54\x57\x03\xf8\xaa\x9e\xdb\xb0\x1b\x7c\x5d\x1b\x6e\xc4\x82\x1f\xaa\x67\xca\x4e\x80\xff\x2a\x5b\x58\x52\x68\x55\xc5\x16\x62\x0f\xe4\xaf\x6f\x2d\xfa\x0e\xa1\xb4\x5f\x52\x2c\xa1\x66\xf5\x94\x50\x4f\xe8\xa5\xfc\xca\x56\x02\xbc\x59\x92\x63\xf7\x13\x26\x0b\xf6\x76\xf4\x83\x71\x3d\x87\xeb\x0a\xc0\x9d\x9d\x37\xf5\x12\x30\xac\xed\x84\xe4\x2f\x98\xdd\xcc\x84\x5f\x80\x50\xc3\x7c\x82\x37\xd8\x5c\x53\x5a\x38\x02\xde\xad\x64\x27\xaf\x84\xac\x0d\xee\x21\x64\x08\xa5\x91\x6d\x5d\x09\xed\x95\x57\xda\x2f\x82\x27\x8b\x10\xed\xc7\xc1\x79\x43\x7f\x6b\xe5\xe0\x94\xfe\x83\xba\x7d\xe0\xd4\x9e\x68\x49\x20\xb8\xb2\xc3\x0c\xfb\x80\x1e\x2d\x23\xf8\x4a\x30\xb3\x41\x56\xb8\x05\x54\xd7\x2c\x48\xea\x02\xaf\x9b\x56\x84\x38\x42\xf6\xe5\x03\x9e\x3f\x20\xa2\x72\x9a\xbd\x03\x34\x22\x9e\xde\x3e\x83\x71\x71\xbc\xb8\xe6\x21\xe3\xc8\xc8\x2b\x9d\x25\xe3\xc0\xa0\x83\xb8\x83\x71\xa6\xd7\x02\x1a\x64\x3c\xee\xb8\x88\x77\x04\xa7\xb4\x38\x17\x5c\x01\x3d\xea\x1d\x93\x0a\x40\x72\x95\x62\xd7\x6f\xf0\x90\x1e\xf2\xfc\x0e\xcd\x51\xad\xb2\x8f\x81\xa2\xc5\x49\x5d\x56\xd2\xcb\xa5\x8f\xea\x8f\x49\x9e\x97\xc9\x8c\x91\xe2\x8f\x68\x1f\x99\x51\xec\x88\xb9\xce\xda\x29\xca\xc6\x89\x89\x25\x42\x11\x21\xb5\xa8\x5c\x30\x40\x0a\x4a\xfa\xcd\x7f\x4c\x49\xdc\x75\x86\xbf\x94\x86\xf2\x88\xe6\xa5\x00\xf7\xd6\xcd\xe0\xd6\x40\x40\x27\x4d\xba\x02\xed\x51\xbf\x55\x12\x80\x91\x1a\x8e\x88\x53\xb0\x7f\x65\xd6\x22\x23\x3e\x85\x79\x5d\x78\x8f\x70\x99\x38\x45\xb8\x8a\xb4\xbb\xc8\x4f\x90\x4c\x7e\x9d\x74\x86\x6f\xa4\xf6\xec\x32\xf0\xee\xd3\x01\x0f\x6f\xde\x16\x86\x66\xdd\x22\x2e\x1f\xba\xd0\xf1\x48\x92\x8d\x6b\xa8\x33\x8b\x8d\xf8\x3e\x83\x9b\x68\x2f\xe1\x9d\xd4\x20\x9a\x4f\xfc\xc4\xcc\x10\xe6\x91\x2d\x09\x7a\x41\x2b\x25\xa7\xf0\x01\xff\x03\xf5\x40\x92\x9e\x1f\x4c\xf7\xdc\x55\xc0\x33\x03\x83\x1e\xb6\xdc\xdf\x20\x71\xdd\x3a\x6e\x06\x1c\xdf\x4e\x10\xaf\xa0\xfa\xd4\xee\x10\x65\x53\x1f\xe9\x5e\x09\x5b\x69\x52\x09\x49\x38\x93\xee\x0a\x67\x0a\x50\xf4\x57\xf8\x21\xfe\x11\x60\x6f\xa1\x2d\xdf\x82\xd1\x98\xb4\x9c\xa7\x06\xe1\xe0\x9f\xbc\xd9\x10\xca\x63\x26\x17\x80\xe9\xeb\xe2\x38\xaf\x98\xe6\xd6\x8f\xc2\xeb\x30\x50\x33\x49\xb8\x11\x1e\x2f\x17\x08\xc4\xf0\x33\xb1\x3b\xff\x3b\x73\x3a\xb4\x83\x8f\x61\xfa\xe0\xf6\xf2\x6e\x31\xb9\x05\xf1\xbc\x10\xe6\xcd\x44\x29\xf7\x3c\xcb\x3a\xb8\x8f\x9b\xc0\x2a\xf2\x98\xcd\xb9\xc8\xea\x5e\xd7\xc2\x09\x67\x4f\x6b\x49\x16\x74\x0b\x12\xcc\x31\x82\x35\xfc\xdf\xda\x55\x7c\x0e\xbf\x56\xf8\x1f\xef\x2f\xdf\x13\xb4\xe0\xb1\x79\xd7\xb1\x63\xdc\xdf\x3c\x59\x3e\x9d\x0b\xf0\x82\x12\xbe\x73\x67\x73\x9f\x06\x63\x38\x15\x5c\xaa\xc7\x12\xce\x6a\xce\xff\x6c\xa7\xb1\xcb\x39\xa8\xc6\x3d\xfc\x3c\xcd\xf4\xca\x2d\xbc\x33\x6a\x47\xf5\x02\x5e\xa0\xca\x59\x30\x87\x7b\x4a\xf1\x06\xa0\x72\x93\xe5\x1d\x98\x50\xce\x53\x19\x26\x2f\x88\x43\x94\xae\x4d\x98\xc3\x59\x2a\x6e\x08\xba\xc2\x1e\x14\x4d\x77\x7f\xca\x0e\x12\x04\xdb\xee\x66\x9d\xe4\x11\xeb\x1f\xf1\x76\xd5\xe4\x55\xcc\xe6\x9e\x30\x6f\x57\x2e\xe6\x26\x56\xe6\xf0\xbc\x38\x4f\x2b\xb6\xd1\xae\x72\x68\x86\xa9\xa8\x4b\x9c\xc5\xe5\x63\xb9\xd3\xd8\x3d\x9a\xa8\xf8\x85\xec\x6c\xa5\x3e\xc8\x81\x3d\x47\xd6\xea\x6e\x66\x35\x8b\x25\xb6\x24\x96\xbb\x20\xb4\xf6\x2a\x97\xd9\x31\x62\x48\xe5\x3a\xb4\x6d\x90\xef\xe6\x9c\x6c\x26\x70\x34\x9c\xcc\x06\x12\x35\x85\xfd\xa9\x36\xae\x0c\x62\xab\xaa\x7e\x64\x3f\x63\x6f\xae\x28\x8e\xb3\x60\x3d\xd6\x95\xec\x2c\x65\xa9\xd5\xab\xdd\x83\x59\x2e\x32\x83\xad\x84\x39\x26\xbc\x55\x3b\x8b\x9b\xd6\xb7\x4f\x6f\xe4\x7c\xee\x3e\x2f\x93\x72\xd4\x1d\xad\xec\x87\x9c\x75\xad\xe1\x94\x11\xf6\x48\xe3\x28\xf2\x3d\x3b\xae\xf6\x51\x36\x9a\xf5\xa1\x6a\x7f\xec\x08\xab\xda\x68\xbd\xd3\x82\x15\xa9\xb5\x75\xb7\x65\x3e\x93\xbf\xb3\x35\x33\xd1\x22\x62\x0d\x82\xeb\x33\xfc\x43\xf7\x9d\x73\x72\x60\x8f\xf4\x7f\x9c\xd4\x5e\x1f\x76\x22\xfb\x51\xa7\x90\xe2\xc7\xc6\xb6\x1a\x91\x7c\xf6\xe4\xc6\xa8\xec\x95\xac\xca\x9a\xf6\x58\x02\x2b\xc8\x44\xdd\xf1\x9a\xf9\xaa\xfc\xba\xbb\x15\x13\x56\xfc\xb4\x3d\x0a\xff\x13\x9d\x36\x75\x19\x7c\x4a\xef\xa8\xf7\xeb\xd4\x65\x38\x91\x87\x76\x02\xf5\x1d\x3a\xa9\xc1\x62\xd4\x84\x8b\xaa\x07\xb8\xdd\x88\x62\xa5\x37\xc1\x26\xc3\x49\xce\x23\x59\x45\x91\xa4\x07\x29\xbe\x01\xef\xc4\x6f\x69\x04\xd7\x4e\xd1\x42\xe0\xef\xda\x8b\x02\x07\x68\xd4\xb4\x46\xaf\x44\x1d\x56\xef\x2c\xff\x88\xb1\x13\x9e\xd6\xe6\x61\xe9\x10\x52\xfd\x02\x77\x85\x40\x57\x95\x12\x12\x10\xab\x14\x17\x88\xcf\xd3\x9f\xcb\x1d\xc9\x75\x51\xe1\x52\x02\x95\x12\x70\x41\x3c\x4c\xcf\x71\x6d\x17\x3e\x67\x18\xd6\x3e\x13\x4c\x87\xbe\x55\xc0\xba\x17\xd8\xf3\xaa\xbd\xe5\x09\xb8\xbf\xc2\x24\xcd\x19\x82\x2d\xf8\x4b\x5d\x48\xdc\x46\x58\xa5\xfc\x40\xa2\x17\x1f\x55\xe4\x90\xaf\xa5\xd7\xc8\x0e\x51\x13\xa3\x56\x49\xad\x69\x0f\x02\xfa\xc4\x04\x00\x72\x6d\x11\x76\x81\x79\x6b\xff\xf2\x6f\xc2\x48\x23\xa2\xbc\x9a\xfc\x51\xd9\xae\xdd\x4c\xd9\x23\xd8\xad\x3e\x47\x45\x83\x8b\x54\x25\x34\x27\xfc\x6e\xc5\x1f\xda\x9f\xe2\x45\x72\x90\xfe\x3e\x7d\x8e\xf4\x0d\xf0\x63\xf7\xb8\x24\x9f\xf1\x25\x80\x23\x3a\x0b\x4d\x73\x1d\x12\x2e\x86\x77\x58\x27\xf2\x43\x99\x3a\xc3\x42\xad\x19\x4c\x55\xe0\x35\x76\xe0\x0d\xbe\xb5\x6a\x2f\xb4\x99\x31\x55\x59\x04\x01\xb8\x5c\xc5\x4c\xe8\x46\xd1\x4e\x59\x39\x1c\x95\x96\x23\x5d\x0a\x5f\xd9\x1d\x22\x6e\x60\xee\x0e\xd8\x29\xb2\x61\x1e\x77\x1d\x13\x90\x58\x49\xd6\x8d\xbc\x7e\xd6\x7b\xdd\x23\x0d\x9a\xab\x95\x6f\x51\x2f\xe5\x02\xdc\x57\xca\x83\xdc\x08\xfa\x6b\x05\x81\xbb\x02\x8b\x94\xaf\xe5\x7c\x2c\x44\x4a\x47\x39\x4f\x52\x3b\x24\xc1\x9c\x5b\x91\x17\x44\x0f\x39\x07\x02\xe6\x0b\xcb\x38\x55\xae\x27\xf8\x47\x38\x78\xeb\x1f\xbc\xa9\x9c\x48\xed\x23\xb5\xbf\x22\x5f\x9a\xaf\xbc\x2f\x3f\xc2\xf1\x55\xc8\x65\x3f\x69\x85\xf2\x70\xd9\x0c\xcc\x22\xe9\x1f\xe9\xd2\x02\x3f\x49\x93\xc4\x3e\x65\x40\xbc\x43\xbc\x31\x72\x85\xf0\x95\x68\x8e\x7f\xbd\x80\x25\xb8\xe8\x3a\xca\x7b\xca\xe7\xdb\xc4\x70\x3d\x78\x9b\x34\x76\x2a\x07\x53\xa6\xb8\x49\xf1\xdc\x78\x93\xa5\x91\xb7\x1b\x7c\x28\xf7\x65\x48\x1d\x1e\x35\x24\xb5\xd5\x9a\xf3\x67\x88\xaf\xab\x47\x93\xbb\x45\x90\x72\x38\x22\x46\xe8\x26\x27\xfb\x5b\xf3\x2f\x4a\xa7\xb9\xca\x78\xfe\x22\xc0\x86\xc5\x51\xf3\xaf\xaa\x92\x94\x83\xcd\x6b\x84\x9f\x14\xb9\x0d\x87\xe0\x09\xf9\xf2\xba\x28\x72\x81\xf4\x56\xf5\xbe\xb2\x7c\x89\xbe\x6a\x7e\xee\x6d\x71\x6c\xc5\x96\xa4\x5e\xe1\x1f\xbd\x6d\x38\x4d\xd0\xad\x19\xf0\x63\xf0\x23\x15\x7f\x5d\x77\x70\xc7\xa5\x9b\x6d\x2a\x38\xf3\x84\xee\x4a\x8d\x32\xa9\x83\x28\xdc\xaa\x58\xde\x7a\x1d\x0e\x92\xdd\x6a\x9e\x4d\x3a\x20\x35\x35\x58\x23\x2f\x48\x92\x6a\xe7\xe4\xa6\x89\xe7\x55\x8d\x27\x05\x0b\xf7\x56\x6c\x08\xb7\x12\x20\x74\x4e\x7e\x9e\xbc\x7f\xaa\xab\xae\xf6\x5c\x8c\xac\xd8\xa6\x93\xbd\x57\x78\x40\xf1\x5e\xf1\xa3\x77\x91\xc0\x24\x3f\xdb\xe5\x0f\xf5\xca\x8c\xed\xae\x24\x5f\x69\x42\xf3\x77\x64\x96\x64\x46\x83\x22\x67\x42\xb4\xb7\xe6\x7a\xe2\x57\x21\xa2\xf2\x52\xd8\x03\xc1\x2c\x43\xa8\xdf\x2c\x5e\xa5\x26\xc7\xd5\x86\x3b\x4d\x9e\x6d\x73\x89\x1d\x25\x5a\x2d\x7c\xd7\x70\x1b\xb9\x94\xf9\xa5\xae\xa4\xac\x92\xda\x58\xfd\x17\xbd\x05\xc3\xaf\xaa\xc1\x1c\x2d\xfc\x64\x72\xc6\xb1\x33\xe6\x1b\x94\x84\xbc\x58\xa8\xfc\x0a\x09\x17\xdc\xa1\xfe\x48\x31\x7b\xcf\x55\xbc\xa7\xbd\xde\xe8\x28\x3d\xc4\x90\x5b\xde\x12\x91\xe0\x64\x61\x5d\x83\x2b\x6a\x98\xd9\x51\x7b\x06\x33\x93\x9a\x5d\x5d\x8a\x2d\xc3\xec\xaa\x5a\x85\x3b\x55\xb8\xa7\x62\x84\x10\x9d\x7e\xcf\x60\x47\xfc\x16\x9b\x54\x4e\x20\x9f\x0d\xd6\xaa\x1b\xa8\x7d\xde\xd3\x14\x7d\xf4\x81\x8d\xde\x52\x05\x38\xd9\xf2\xa7\x68\x37\x4c\x13\x86\xd5\x0b\xb1\x10\x33\xb9\x76\x13\xce\x4c\x9d\x6b\xbe\x84\x3f\x8f\xfe\x59\x59\x4e\xf8\x5e\x48\xab\xf0\x23\x45\xa4\x37\xea\xfb\xc8\x07\x62\x9d\xca\x67\x50\xd3\x82\xa9\xea\x30\xda\x37\xaf\xdf\x0a\x04\xd0\xb3\x31\x54\x1a\x05\xf6\x5a\xd9\x89\x16\xc3\x97\x05\x98\x3a\x26\xd9\x17\x96\xd4\x58\x51\x26\x51\xa2\xab\x1e\x50\x0e\xa3\xe3\x4d\x95\x54\x55\xc1\x7f\xc6\x60\x1a\x9c\xee\xa4\x3b\x46\x57\xc4\x1c\xd5\x3a\x00\x63\xc1\xbe\x2a\x2e\xe3\x8a\xd7\x5b\xf9\x38\xf8\x7d\x63\x81\xa4\x07\x46\x58\x31\x84\x30\xf3\x39\x1f\x5f\x1b\xcd\x98\x04\x75\x56\x2f\x64\x70\xc9\xc5\x95\x57\x18\x6f\x50\xfc\x0a\x23\x98\x52\xe0\x65\x88\x04\xef\xa4\x29\xcb\xaf\x43\x60\x4c\x88\x26\x08\x76\x0b\xfa\xa0\x1c\x80\xaf\x7b\xdd\x92\xfd\x65\xb2\x36\x72\xc5\xbf\x58\xf1\x56\xb7\x04\x97\xd8\x1b\x79\xc9\x35\x99\xec\x14\x50\x67\x9e\xc3\x2e\x23\x91\x4c\x37\xd8\x59\x65\x9d\xc6\x06\x76\x56\x3e\xa8\xcf\x64\x63\x53\x5f\x69\xff\xc7\x36\x46\x1f\x50\x17\xb3\x4f\x07\x99\x15\xff\xb1\x3f\x7b\x1d\x94\x05\x71\x96\x6d\x6c\x13\x87\x71\xb6\xaf\xf5\x12\xac\xe3\xa0\xb8\xcb\xcd\xff\x49\x0b\x19\x45\x95\xc7\x25\x67\x89\x5e\x15\x4d\x12\x27\xa4\xdc\x40\x15\xd3\xf3\xb8\x3a\x4f\xd1\xc5\xd4\x65\x9a\x1b\x22\x97\xe8\xe5\xaa\x74\xa1\x20\x68\xa3\xfc\xa9\xe0\xa0\x97\x52\x1a\xce\x7f\xb2\xf1\x80\x28\x85\x3f\x6d\xad\x9e\xbf\x83\xb7\x92\xcd\x31\xaf\xd4\xaf\xa0\xbf\x34\x5d\x2e\x6f\xc4\x7f\x33\x8e\x6b\xf3\x4a\xcb\xf4\x4a\xf5\xff\x72\x39\xe5\x71\x2a\x46\x8a\x87\xfa\x97\xe2\x5b\x54\xa6\x52\x2a\xcf\xd9\xd9\x24\xb7\x90\x6a\xbc\x76\x49\x44\x62\xf3\xc6\x31\x61\xad\xd0\xbc\xf6\x01\x4f\xcc\xe7\xb3\xa6\x56\x05\xd6\x7a\xd2\xd4\xa6\x0d\xd5\x59\xb8\x1a\xe3\x82\xaa\xfc\x92\xcd\xba\x17\xa6\x6d\x39\x68\x6d\xb7\xe1\x67\x72\xa0\xba\x48\x57\xb1\x5b\xa3\xf8\xa7\x9d\xbf\xe3\xb7\x4c\xaa\xda\xb4\xf5\xb8\xf8\xa3\x7c\xe1\x46\xb9\x70\x81\xf8\x93\xf5\x02\xee\x4f\xc1\x08\x33\xb1\xf2\x6b\x93\x25\xf5\x7d\xc5\xa3\xfa\xff\xe1\xa6\x1a\x8e\xd6\x9a\x10\xcd\xba\xaa\xea\xb5\xd9\x9f\xb5\x79\x95\xbc\xa4\x1b\xea\x55\xc6\x3d\xbb\xfd\x14\x23\xba\xb1\x1d\xc3\x32\x3f\x4d\xe2\x56\xb5\xb8\x5a\xd1\xb2\x91\x2c\xd8\x2b\xf9\x69\x3d\x97\xdb\x21\xb4\x87\xc7\x2a\x7b\xda\xd2\xa8\xf9\x15\xfa\xe6\x17\x58\xae\x81\xd4\xb8\x0b\xe1\xa9\x0b\xad\x13\x64\xeb\xb4\x33\xaa\xcd\x49\x62\xd5\x81\x4a\x6a\xe4\x5f\x45\x96\x71\xd1\x0e\x81\xf4\x56\xf9\xe6\xad\x78\xf1\x16\xe5\xbf\x8d\x2c\x41\xb4\xf4\x8e\x75\x14\xd7\x5b\xc8\xa2\xd4\xf5\x82\xc8\xa7\x58\x74\xd7\x2e\x54\x22\xe2\x5e\xfb\x5c\xf4\x89\x9c\x17\xcd\x37\xb0\xb1\x29\x0d\x0d\x20\x7e\x4e\xcc\xfa\x9a\x27\x84\xaf\x21\x2e\x55\xcb\xc9\x4b\xfc\x42\x8c\x8b\xa8\xd9\x9b\x8f\x68\xaf\xd0\x4f\x39\xae\x50\x46\x82\xf9\x16\x9e\x12\x25\xd3\x82\x12\xde\xf3\x04\x1d\x84\xdd\xdc\xb9\x07\x23\x40\x0c\xb5\x49\xb0\x67\x72\x8e\x37\x67\xe1\xd7\xa5\x88\x1a\xe6\x10\x5a\x63\x96\xd4\x00\xa4\x9c\x10\xeb\xca\x21\x4a\x90\x5f\x90\x61\x1f\x2d\x72\xf3\x39\xad\x02\x40\x3b\x7a\x28\x17\x82\x7b\x2c\xf2\x25\x59\xcc\x75\xe4\xe7\x3d\xbb\xb1\xa7\x30\xaf\x3b\x9d\x71\x0f\x11\xdc\xb6\xe9\xf8\xef\x39\xe6\xa6\x47\x44\xcb\x94\xa2\x7a\x1d\x89\x14\x3d\x51\x33\x9b\xfc\x3d\x64\x6e\x65\x24\xb5\xc5\xcf\xdf\x90\x43\x47\x6d\xbe\xa6\xf5\x65\x84\x39\x46\x29\x8e\x41\xbb\x2d\x14\x92\xd5\xcc\x52\x72\x5b\xf7\x2a\xf2\x4c\x8c\xa6\x63\x31\x79\x0c\xb1\xaa\x75\x2a\x05\x9d\xb3\xad\xf1\x39\x35\x22\x65\x51\x5d\x03\x2d\x2a\x7a\xa0\xda\x9a\x4e\xda\x75\xc7\x54\x0a\x8c\xf9\x39\xea\x15\xe0\xa4\xcd\x4f\x35\x30\x94\xee\xc8\x52\x2c\x87\xaf\x59\xbc\x11\x93\x59\xb9\xa4\xc7\x5d\x93\x80\x5d\xe8\x17\xed\x53\x81\xb3\xc5\xc2\xe6\x09\xc6\xce\xec\xb1\x86\x47\x8c\x63\xc9\x4d\xb5\xcd\x60\x49\x74\x9a\x79\x03\xb4\x6e\x97\xa1\x82\x01\x7d\xf6\x9b\xab\xeb\x87\xcf\x6e\xfe\xa0\xee\x63\xb6\x3a\x0e\xcb\xe3\x58\x46\xcb\x58\xd1\x08\x5b\x4d\x5a\xd2\xb9\x94\xb5\x03\xed\xd9\x36\x93\xb5\xbb\xe8\x75\xd3\x57\x56\x6c\xb6\x5b\xfd\x7f\x2c\x42\xb2\x6b\x4d\x3f\xab\x33\xea\x4b\xd5\x36\xd6\xa7\x5d\x91\x46\x35\x3b\xd4\xf7\xbf\xf2\x1b\xec\xe6\xcd\x13\xaa\xa7\xec\x7f\x8e\x6f\x65\x32\x4e\xa6\xe5\x1e\xe1\x04\x67\x8c\x98\xde\xde\x27\xde\x8c\x42\xb6\x0c\x8a\xda\x8a\x2c\x1a\x7b\x45\x36\x59\x94\xba\x26\x61\x63\x92\xaa\x9a\x22\xdc\x1a\x45\xac\x9c\x23\x38\x19\xfc\xda\x80\x15\xa4\xfb\x8e\x6a\xc7\xf8\x8f\x37\xff\x53\x9e\xe5\xa7\x38\x39\x4b\x39\xbc\x0b\x56\x9e\x82\x1f\x3c\x3f\xfc\xef\xb6\x4a\x4d\x6a\x59\x5a\x73\x8b\x3a\xae\x30\xb4\xa1\x5d\xe5\x9b\x39\x58\x5b\xaf\x5c\x98\xf8\xdc\x4c\x95\xff\xb7\xfb\x89\x69\x95\xac\x2f\x18\xd4\x4b\xa4\x28\x5f\x8a\xe6\x96\x64\xd6\xe6\x8f\x8a\xf7\x22\x9e\x53\xac\x64\x40\xf0\xcf\x4a\x29\xd8\xca\x2f\xc3\x47\xb6\xb6\x56\x12\x91\x9c\xa6\xd3\x15\x97\x0a\x32\xeb\x6f\x1a\x57\x65\xdc\xaf\xb9\xaa\x0f\x4a\xdc\x50\xd5\x5d\x9e\xb7\x7b\x7b\x45\xae\xa6\x24\x68\x42\xf7\x54\x15\xeb\xbb\x4c\xe3\x22\xff\xbe\x79\x4c\xb1\x53\x8a\x77\x8a\x97\x2c\x14\x7d\xb6\x3a\xc7\xaf\x16\xe4\xe0\x46\x5a\x83\x6a\xba\x90\xb3\x9a\x8a\xcd\x27\xf3\x3f\xd6\xd3\x2a\x0f\x66\xb0\x6a\x08\x15\xe6\x84\x9b\x55\x91\x06\x44\xe4\x8f\x8a\x29\xba\xa5\x41\x07\x75\x0a\x4d\xc5\xb6\x77\xea\xab\xca\xf3\x9b\x9b\xe4\x4f\x65\xa7\x9d\x52\xc4\xc3\xe2\xab\x56\x6f\xf8\x61\x82\xa3\xb8\xcd\x2d\x0f\x1a\x42\x4a\xab\x9b\x26\xd7\xad\xcf\xaf\xac\x5f\x5c\xfd\x34\x63\x6b\xcd\xcc\x2a\x6e\x42\x55\xe5\x3d\xd3\x8c\xc8\xd3\x46\x83\xa1\x38\xc8\xac\x73\x28\xd7\x6d\xbb\xa3\x2e\x56\x17\x6c\x6e\x90\x63\xe5\xef\x9c\xd0\xe2\x20\x89\x62\xed\x1a\xde\x35\xe1\x4c\xcc\xb3\x61\x9b\x32\x79\xc9\xe4\xfe\x7e\xd4\xfd\xdc\xf1\x9e\xad\x18\xf7\xb4\x80\x8e\x26\x6c\x5f\x9c\xb0\xe5\x09\xbe\x30\xbc\xa3\xe1\x26\x31\x7a\x07\xa2\x46\x4a\x46\x79\xe7\x9b\x7e\x53\x0f\xb8\xdc\xd5\xaf\x07\xb6\xd8\xfb\xab\x7e\x80\x07\xd7\xf0\xa5\x52\x66\x09\xa6\x6f\x48\x87\xbe\x84\xb8\xdb\xef\x8a\xf9\x96\x5b\xdf\xbd\x17\xb7\x2e\x6d\x43\x87\x2b\x1e\x13\xc7\x68\xc1\x11\xde\x86\xd7\x37\x60\x48\x8d\x3b\x0a\x6b\x1c\x29\x52\xef\x62\x53\x33\xcd\xe4\xf2\x4e\x77\x0f\x38\x69\x9f\xaf\x1a\x81\x66\xaf\x19\x90\xc6\x33\x0b\x30\x84\xa1\xd9\x38\x3f\x44\x47\x5f\x27\x7e\x5b\x2e\xb3\x7b\x3b\xc1\x2f\x6d\x61\xfb\x30\x31\x31\xae\xa8\xf9\x27\xa9\x39\x5c\x5b\xff\x8b\xe2\xbc\x23\xa3\x7a\x1f\xf5\xae\x37\xc2\x14\x4c\xef\x70\xf9\xad\xe3\x33\xf4\xf6\x80\xaa\x04\x52\xaf\x79\x28\x9d\xcd\xac\xc5\xec\x18\xb8\x4d\xde\x88\x20\xf4\xca\xc8\x97\x73\x03\xba\xdc\x28\xf4\xd4\x4b\x6d\x83\xd4\xc4\xb8\x4d\xcd\x33\x69\x69\xe1\x25\xf5\x0b\xe9\xbc\x1d\x3b\xcd\x37\x80\x8b\xde\x79\x15\x18\xd0\xce\x75\x45\xf9\x3e\x48\x69\x3f\xa4\xec\x62\xce\xb4\xf0\x93\xa4\xb3\x14\xe8\x9e\xfe\x2e\x20\xb2\xf8\x6b\x0f\x1e\x38\x96\x73\xa3\xd3\x92\xb1\x29\x95\xda\xda\xc6\xe8\x8f\x7d\xd2\x34\x1d\xcc\x08\xdf\x54\xb7\x18\x5a\xbd\x63\x55\xd5\x03\xe8\xa3\x77\xa6\x51\x00\xdf\x72\x75\xd1\x3e\x63\x1e\xb7\xff\xa8\xb8\xcf\xda\x67\x51\x2b\xd6\xb2\xc7\xd1\x6b\xfb\xc6\x58\x33\x8a\xc9\xdd\x38\xd6\xbc\x9c\xe2\x8e\x65\xac\xc5\xa9\x4b\x5b\x5a\x58\x3e\xb1\xaa\xc6\xd9\x2c\x38\xec\x65\xed\x6a\xd6\x99\xc0\x97\x95\xaf\xd9\x4e\xde\xb1\x86\x1a\x76\x85\x6b\xb0\x76\x1e\x67\x9a\x83\x9b\x62\x01\x07\x67\x39\x47\x74\x9a\x73\x07\x05\xf4\x66\x89\x4a\x8b\xae\x75\x2d\x15\xbe\xcf\xbe\xd0\xb6\x4f\x88\x4b\x91\x37\x27\x0a\x27\xc5\x5a\xd5\xef\x13\x34\x85\xa9\xaa\x6f\x0b\x42\x03\xbb\x4d\xe3\xfc\xb7\xde\x3b\xf5\x78\xbe\xd6\xb5\x54\xfd\x84\xef\xe8\xc0\x96\x7d\xe5\xed\xb7\x94\x0b\x0f\xf2\x22\xcb\xf4\x3d\x36\x6a\xf7\xa2\x65\x1d\x6f\x54\x36\xd9\x6e\xad\x75\xca\x29\xc9\xbf\x9a\xfc\xe5\x6f\x63\x6a\xeb\x3a\x65\x0f\xc3\xd6\x9b\xaf\x4b\x8f\x05\x16\x54\x1c\x97\xd4\x79\xdb\xe8\x58\xe2\x52\x57\x8a\xea\xab\x68\xb1\xc3\x88\x6c\xb5\x60\x9f\xe5\x43\xc1\x04\x3f\x19\xf9\xb5\x7b\x65\xc5\x78\x21\xb2\xfd\x93\x71\x49\x16\xab\x65\x58\x9f\x90\x9c\xd9\x98\x54\x5e\x11\xb3\xb8\xf6\x94\xe6\x76\x68\x8f\x79\x86\x7a\x76\xe0\xe4\x8a\xf9\xca\x75\x5e\x4f\xca\x8f\xcb\x67\xb8\xe6\xa9\x7c\x25\x07\x1c\x2e\x4a\x31\x22\xa1\x95\x87\x20\x55\xe0\x8f\x94\x75\xb5\x9a\x1b\x0b\x17\xb6\x73\x2b\xf7\x64\xb9\xb7\x84\x54\xf4\x26\x2f\x6d\x78\x66\xe8\x8a\xbe\x5e\x9b\xa2\xab\x0c\x05\xab\x6a\xb4\xe0\xf6\xdb\xc6\x5e\xb5\xb7\xd7\xf9\xf2\x42\xc5\x80\x6b\xbe\xf2\xa6\xf4\x87\xc3\x23\xe9\x22\x71\x82\x55\x2a\xff\x9f\xc0\x88\x74\xee\xf2\xa9\xfd\x50\x70\xb0\x7d\x71\xf5\xa5\xcc\xf7\xcd\x97\xab\xb4\x49\x0f\x1a\xd0\xa6\xa4\xe8\x8e\x9a\x7b\xc6\xc9\xa1\x99\x55\xeb\x75\xa6\xed\x27\x8c\x81\xda\x59\x5e\xa7\xb4\xef\x55\x76\xae\x48\x65\x8e\x7c\x8a\xc3\x5f\x49\xa5\xf8\xa7\x95\x88\xaf\x10\xdc\x28\x61\x8d\xdd\x42\xc5\xe7\x8d\x8f\x44\xa2\xe9\xe9\xcd\x03\x8d\x98\x8e\x04\x66\xcf\x79\xdc\xb2\xdd\x9e\x1d\x7b\xf1\x63\xc1\x37\x5b\x12\x88\x55\xfe\x2e\xf5\x95\xe4\x41\x8f\x0f\x66\x3d\x6d\xa6\x73\xb4\x31\x00\x60\xd8\x36\x68\xe8\xe0\xa7\xd5\x3f\x64\xa5\x4c\x76\x09\x7a\x2c\x1d\xc3\xc9\xeb\x18\xbe\x84\x65\xa7\x57\x0c\x6c\xc6\x49\x12\x68\x3d\x19\xf8\x23\xbb\x3d\x3a\x22\x88\x1e\xc1\xb7\x9b\xff\x23\x3d\xf1\x77\xaf\xdf\x4a\x39\xe2\xf1\xdb\xec\x4b\xbb\xe1\x9c\x6f\x78\xc3\x98\x62\x7b\x42\xe3\x06\x79\xac\xb1\x96\x6d\x64\x52\x4b\x62\xf7\xdc\xc2\xdd\xca\xd3\x0c\x27\xe1\x07\xd2\xb9\xfd\x63\x04\x5d\x42\x59\xf7\x43\x62\xe5\xee\x8d\xed\x97\x48\x0f\x82\xaf\x37\x13\x29\xd9\xfe\x9e\x75\x27\x68\xb3\x3c\xa7\x57\x5d\xa5\x3f\x70\x26\x19\xe4\x8c\x93\xb6\xf7\xd5\x77\xa0\xa1\x35\x91\xd2\xbb\xcc\xbe\x12\xc7\xd1\x16\xb2\x30\x0f\x3f\xb4\x89\xb2\x34\xbd\xa4\xcf\x44\x69\x4d\x88\xe8\xba\x41\xa5\xed\x9e\xdb\x76\x9b\x46\x09\x3e\xd4\xc4\xa6\x57\xf9\xbb\xd4\xde\x05\x9e\x79\x2e\xae\xfc\x0c\x86\x3a\x1b\xf4\x63\xd0\x80\x9d\x85\x7a\x19\x73\xdd\x9a\x66\xe9\x3a\x56\x05\xe2\xc4\x48\x01\x60\xc8\xb3\x19\x9c\x04\xbc\x4f\x77\xec\x65\x32\x42\x12\x96\x74\x1e\x65\x1c\x89\x7c\xd8\x7a\x01\x2c\x09\xae\x6d\xa4\x43\xeb\xfc\x2d\x6a\x6e\x42\xdf\x3c\x57\x99\xfe\xc1\x2f\x9c\x47\x75\xd7\x98\x77\xed\xb2\x54\xbe\xac\xf3\x16\x33\x25\x71\xec\xc3\x08\xd2\x70\x31\xcb\x2a\xf7\x72\xff\x57\xd6\x92\xb4\x07\x3d\x28\xd6\x9c\xf8\x2b\x1d\x23\x2c\x97\xc8\xce\x96\x53\x2c\x52\x30\xbd\x81\xc2\xda\xeb\x3f\xb5\xfa\x16\x7b\xa5\xe7\x1a\xd3\x7c\xb6\xc6\xf9\x46\xf9\x47\xce\x0c\xbb\x6a\x65\x1e\x87\x66\x81\x12\x33\x39\xcf\x8a\xef\x0f\xcd\x12\x4d\xce\x4d\xe9\x53\x09\x85\x69\x50\xd7\x1f\xe1\xb4\x78\xb0\x3d\x46\x50\x11\x59\xd0\x5c\x22\xd8\x15\x1c\x5c\x6f\xc7\x7f\xe3\xf7\xca\x6c\xe0\x57\x7a\x3a\x19\xcf\xf3\x93\x36\x2d\xd2\x0e\xf1\xfe\xd8\xfd\x50\xf8\xf0\x3a\x2d\xde\x8a\x90\xbc\xe8\x62\xdc\x40\xbd\x0a\xce\x79\xd5\x1b\xac\x8c\x4d\x5b\xdc\x79\x52\x61\x15\xbf\xba\xcd\x5a\xbe\x38\x72\x41\xd3\x0e\xd9\xb2\xe0\x29\x75\x73\xa4\xb3\xfd\x0e\x56\xa9\xc4\x3f\x3d\xed\x0c\x67\x44\x4f\x36\x79\x69\x46\x84\x3d\xf6\x01\xf2\x78\x81\xd8\x32\x5e\x68\xe4\xc7\x17\x3d\xea\x87\x8c\xac\x9c\xe2\x1e\x17\xfd\x58\xaa\xb1\x63\x7f\xf9\x9b\xb8\xce\xd6\xd5\xda\x1d\x11\x9d\x8d\x81\x6a\x63\x50\x6f\xad\x9d\xf2\xb9\x1f\xb3\xf2\xa8\x62\x9d\xe7\x0c\xfd\x3f\x99\xd7\xa6\x1d\xea\xf7\x12\x3b\xfb\x12\x99\x59\xb4\xde\xb2\x4a\xf0\x55\xb0\xaa\xa8\xb6\xef\x5f\x95\x65\xce\x86\xee\x1e\xd3\xea\xd4\xfc\x8e\xed\xc6\x59\x71\x60\x8b\x49\xbf\x22\x82\xd7\x70\xa8\xdc\x26\x48\x59\xd3\xab\xb1\xf5\x2b\xa9\xcc\x52\xcd\xf5\x9c\xa4\x37\xc8\xf7\x6f\x8a\x52\x0b\xa4\x41\xf6\x6c\x99\x9f\xe8\xa1\xe5\x61\x41\x8d\x00\x55\x54\xd4\xc7\xad\xb1\xc9\xfe\xd6\xed\x52\xf5\x21\xd5\xab\x7d\x8f\xa9\x23\x2e\xad\x65\xb1\x91\x15\x81\x6c\xf0\xd2\xef\x0e\x62\xd6\x6c\x2a\x5f\xe0\x97\x6b\x7a\xaa\xee\xf3\x9c\xad\x5f\xa3\x9c\xb7\x09\xa1\x9e\x29\xf3\xb4\x6f\x91\x1e\x13\x33\x2c\x3f\x0a\x5c\x04\x1d\x27\x00\xf4\x40\x61\xc9\xd8\x67\xcc\xad\x62\x4c\xd7\x7b\xec\xd7\x92\xf4\xda\x7c\xfc\x62\x24\x41\xb3\x92\x10\x88\xaa\xe3\x5a\x11\x65\x98\xb3\xc4\xc9\xa4\xef\xf8\x45\x79\xcd\x14\x35\x51\x1b\xfd\x8a\x96\x4e\x71\xdc\x06\x03\xb9\xb4\xd3\xf6\xf3\xc0\x3a\x86\xf2\x38\x19\x55\x59\xe2\x38\x66\x87\x3e\x55\xfa\xb8\xcb\x17\xf3\xbd\x8c\x57\x73\x00\xe7\x86\x4e\x54\xf3\xf1\x20\xd6\x9b\x53\x49\x78\x80\x5f\x41\x50\x91\x10\xc4\xb9\x79\xc1\x94\x15\xe4\xad\xd1\x06\xea\x04\x15\xb5\x2d\x06\x58\x44\x6f\xb3\xfb\x03\x16\x80\xf3\x8e\x81\x65\x2c\xd4\x82\x3d\xa1\xa8\x7d\x68\x7a\x27\x8c\xfe\x83\xb9\x52\x33\x1b\x1b\x8f\x4b\x53\x3d\xc6\x8d\xe1\xff\xc7\x59\x40\xd8\x42\x14\x10\x2c\x89\x17\xc9\x2e\xb9\xf7\xc9\x3a\xca\x9f\xe8\x50\xaa\x84\x76\x63\x9b\x35\x7d\x0c\x18\xb4\xfb\x0a\x5a\x81\xdd\x47\x34\xa5\x29\x24\x87\x11\x00\x79\x9a\xf4\xae\xfd\x22\x6a\x27\xb9\xc5\xac\x41\xef\xa1\xe8\x94\x95\xd8\x60\xaa\x96\xf5\x15\xf7\x98\x66\xc4\xfb\x10\x1a\xe9\x2d\xb9\x56\x24\x25\x70\x24\x6a\x90\xd2\xcc\x78\xea\x73\x8d\xf6\x03\xfc\x65\xf7\x9b\xc1\x86\x6d\x0f\x5d\x43\xc4\x82\x92\xa1\x63\x25\xaf\xc1\xbe\x36\x4f\x24\x13\xbc\x5e\x65\x85\xb2\x84\x36\x28\x62\xd1\x17\x20\x19\xf3\x16\x56\x03\xfd\x0f\x17\x85\xa7\xc3\xa9\x39\x71\x44\x11\x7c\x3c\x6a\x03\xf9\x00\x73\xa3\x8f\x89\xe6\xce\x24\xda\xaf\x01\x6e\x30\x47\x0f\xec\x2d\xaa\xe1\x47\x0f\x7c\x44\xf8\xf2\x5e\xb7\xe8\x4b\x1e\xf3\x00\x53\x13\xb2\x91\xb7\x41\x3e\x19\x45\xe7\x3e\x81\x87\x30\x59\xdc\x2a\x6c\x0e\xae\x80\x1b\x9f\x2d\x24\x94\x73\xfe\xec\x6e\x20\xfd\xc7\xa9\xf2\x41\x52\x49\xec\x5f\xf6\xa1\xc0\x26\x76\xe2\x3e\xdf\x82\x30\x6d\x71\x1f\xbe\xc8\x56\x33\xa3\xc9\xb1\xf8\x8b\xaa\xc1\x58\x5a\x72\x5d\x99\x20\x9d\x84\x3c\xab\x98\x04\x4e\xa0\xae\xc9\xea\xd1\xaf\xb0\x53\xa4\x1b\xb2\xc8\xf8\x54\xb1\x36\xf2\x3e\xf1\xaa\xf0\xb2\x8f\x15\x45\xca\xbf\x64\x4f\xa7\xa3\xb8\x83\x63\xc4\xbc\xb3\xf5\xbb\xbb\xff\x57\xd0\x5c\xf3\xa9\xfe\x71\x11\xcf\xac\xd4\x47\x23\xa0\xca\x2d\xe2\xd5\xa5\x52\xe3\x31\x46\x58\x59\xbf\x7e\x2b\x8a\x85\xfe\xab\xa5\x67\xe6\xe2\xf0\x2a\x66\xe4\x32\xe2\x42\xf9\x76\xef\x63\xe4\x37\xe2\x21\xfb\x6a\xda\x2b\xfe\xff\x46\x8b\x73\xf7\xf4\x4d\xee\xfc\x95\xaf\xed\xea\xab\xfd\x53\xc8\x68\x8f\x2b\xe7\x17\xb3\x9a\xbf\x08\xb1\x25\xd5\x0d\x04\xfa\x71\xe4\xcd\x9a\xd1\x32\x77\xb4\x4f\xe5\x50\x46\x11\xf6\xb0\x21\x29\x82\x46\xa0\x69\xd4\xde\x4c\x32\x51\x8e\xb0\xdf\x4b\x53\x09\x9f\x8d\x18\x73\xdd\x47\xba\x3a\xbd\xf3\xad\x07\xe7\xd4\x86\x16\x2e\xed\x0d\xd6\x5e\x2e\x5e\xd5\x49\x16\x9c\x28\xf1\x6e\xc5\xd3\xdd\x90\xe4\xc6\x0d\xc8\x3e\xd4\x9d\x1a\x49\xc6\x4c\x2c\xd2\xc4\x88\x08\x26\x38\x94\x4f\x78\xe3\xc9\xce\x8a\x5f\xf6\xb7\x68\x49\x22\xd3\xc8\xf4\x9c\xc3\xfb\xf2\x3b\xba\xf2\xc6\xf7\x30\x6b\x8e\x15\x0c\x0d\x21\xb5\xc9\x45\x83\x7d\xdb\x04\x89\x88\xf3\x9d\x27\x68\xa7\x91\xb3\x5a\x27\x23\xb3\x50\xd8\xfa\xcb\xe9\x57\x31\x7f\xcc\x36\x11\x1e\xf8\xbd\xfa\x97\xde\x6c\xd2\x69\xd5\x06\x87\x05\xd4\x6f\xa2\x89\xc3\xa7\x71\xdb\x0b\x97\x0c\x5f\xc5\xaf\x2d\x76\x69\xf7\x23\x4c\x2a\x71\x30\xcf\x24\xbc\x45\x86\x2a\x57\x13\xdf\xa2\x20\x96\x80\xf4\x17\x33\x88\xbb\x45\xf1\xc0\x4f\xcf\x79\x41\x95\x11\xcb\xa3\x2a\xe9\x0b\x29\xee\x3e\x17\x80\x8b\xb4\xcf\xf6\x53\xc0\x63\x8c\x3b\x87\x1e\x61\x6d\x11\x27\x87\x67\xe2\x96\x97\xaa\xda\x64\xf8\x79\x65\xdb\xab\x10\x84\x15\xe8\xd5\x0a\x11\x71\x0b\x76\x36\x6b\x06\x29\x13\xf7\x19\x57\x46\x6e\x21\x7c\xc9\xe1\x53\x97\x93\x37\x46\xed\xa6\xf5\x53\xf1\x3e\x15\x80\x94\x7e\xd6\xee\x1d\xa8\x01\x63\x0e\xbe\xc3\xcc\x29\xab\x1b\x72\xc5\x2e\x42\xaf\x6c\xbd\x8c\x5b\x83\x81\x2b\x47\xf1\xdb\x71\x8b\xe4\xaf\x08\x38\x7c\x1f\x13\x24\xf6\x11\xe3\xb1\x13\xe4\xc5\xe4\x99\x39\xeb\x28\x06\xca\xcb\xa8\x49\xb4\x70\xda\x75\x1f\x34\xe0\x05\x5c\xb0\x7b\x0c\x26\x80\x2f\x0e\xd8\x95\xbd\x20\xb2\x07\xa8\x68\x3b\x52\x51\x8b\x07\xa6\x88\xbc\xd5\x14\x81\x6d\xa6\x38\xcb\xba\x70\xdf\xa9\x5e\x30\x92\x90\x4f\x0b\xc3\x2e\x23\xbe\xa2\x97\x64\x17\x93\x0d\x40\xd5\x6e\x3c\x15\xcd\xb8\xee\xb3\x8e\xce\x84\x66\xdb\x3d\x64\xec\x87\xe3\xf6\xed\x46\x4e\x67\x8c\xf6\x8d\x96\x65\x80\xd3\x9b\xf4\xa8\x41\x30\xcc\x78\x03\xb3\x1a\x6c\x95\x16\x63\xb5\xd0\x4a\x28\x16\x6f\x09\xa9\x30\xae\x84\x13\xf0\xbc\xac\x76\x92\x0e\xd6\x46\x4e\x50\xc4\xcc\xa5\xde\x5f\x69\x7b\x98\x74\xfb\xf9\x8c\x25\xcc\xa7\xe3\xd1\x25\xf1\x3c\x6c\xcf\xdb\xd2\x11\x9e\x7d\xc3\xe7\x32\x27\xee\x19\x43\x0e\xaa\x9b\x2b\x95\xac\xc6\x84\x73\x53\x40\x0f\xec\x07\xee\x7a\x74\x08\x7e\x84\x33\x91\xf9\x9a\xd8\xc8\xd9\x1f\x09\x90\x07\x38\x44\xef\x8b\xd4\x1f\xec\x5f\xf6\x11\x40\x31\x9b\x3d\x7a\xbc\x78\xa1\x66\x43\x17\x19\xd1\xae\x9a\xa8\xd3\x97\x06\x2a\x47\x75\x9e\xc8\x27\x0a\x96\xc8\x05\x65\x96\x87\x02\x5c\x0c\x52\x36\xa5\xec\x3e\x2e\x4d\xd2\x96\xf1\x90\x50\x26\x76\x8f\x38\x4a\xaa\x15\x96\x7b\x2b\xa9\x8b\xf8\x7b\xed\x79\xf4\x7a\xee\xf9\x61\x97\x42\x4d\xed\xdd\x8e\xf9\xc5\x2e\xd5\x8d\x35\x39\x88\x4b\x55\xf9\xda\x8d\xa5\x62\x93\xbd\x20\xad\x2c\xd5\x70\x9d\xf6\x04\xbd\x4b\x87\x40\x32\xb1\x89\x9a\xb3\xe9\x57\xf0\x3c\xe5\xb7\x88\xe9\xc4\x3b\xb2\xc7\xde\x61\x94\x52\xb1\xd0\x7e\x84\xbe\x8a\x3f\x31\xb8\xa2\x00\xea\x89\x6c\x5b\x54\x64\xd1\x69\x67\x66\x14\x9f\x69\x7d\xab\x2e\x2a\x51\x35\xf5\xf3\x86\x91\xe8\xfa\x38\x6a\x19\x0a\x5d\x3d\x5e\xea\x8b\x51\x9b\xee\xa7\x3d\xc0\x5d\xd7\xb7\x86\x97\x11\x83\x35\x8b\xbc\x67\x90\xdf\xc8\x2d\xed\xef\xd0\x46\x84\xb7\x07\x12\x0a\x66\x0e\xfd\xd7\x1a\x5d\xd8\xdf\x5f\x52\xb5\xb7\xb8\xa8\xfb\x84\xaa\xbf\x64\x43\xc7\x1a\xde\x62\xe4\xcc\x16\x5f\xca\x4d\xd4\x9c\x86\xd5\x25\xfb\x31\x1e\xd5\x0d\x69\x5c\x1c\xb3\x62\x7f\xb8\x17\xe1\x63\x79\x89\xd7\x2f\x72\x83\xa2\xcd\xfe\x17\x8d\x22\x92\xf6\x9f\xca\x6f\x19\xd7\xb6\x1c\x2d\x4c\x1c\xb9\x50\xe5\x5e\x3c\x63\xe0\xb6\xca\x1d\x71\xac\xe7\x1c\xb7\xba\xb4\xa6\x83\x49\x21\x96\xd5\x34\x3f\x2a\x29\x43\x9f\xac\xbb\x97\x16\x8b\x5b\x52\x95\x1a\xee\x40\x10\xe9\x63\xbc\x17\x90\xfd\x94\x17\x1d\x3c\x69\xcb\x45\x4f\xf6\xfd\x25\x3c\x29\x38\xd1\x0f\x10\x45\x45\xaf\x9b\xe3\x49\x5b\x11\x1f\x2a\x98\xa4\x0f\x48\x0b\xe9\x1b\xf2\x09\x54\x2a\x34\x4a\x69\xc7\x68\x31\x04\x6a\x07\xee\x6d\xd6\x13\xda\x31\x22\x73\xf7\x7c\x60\x26\x65\xa3\xf7\x15\x86\x88\x3e\xd9\xae\x13\xf2\x02\xa7\xee\xb3\xc1\x9f\x43\xa0\xfb\x06\x09\xa2\xd2\x80\xa6\x66\x62\x24\x72\xc2\xf8\x84\x64\x8d\x7a\x20\x4d\x27\x2f\xc0\x5c\x80\xbc\x29\xb3\x70\x07\x31\x53\xa9\xd6\x84\xb3\x59\x7c\x5a\x3c\x79\x6e\xe4\x51\x7a\x37\x35\xcf\xbb\x9e\x11\x42\xbf\x62\x67\x84\x66\x83\xf8\xbd\x5b\x70\x7b\xca\xdc\x7b\x9f\xe0\x25\xa8\xa1\xc6\x0f\x84\x02\x8c\xbd\x71\x2b\x31\x0a\x7b\x58\xb2\x9f\x94\x80\x2f\x01\x7b\xc9\xf9\xc4\xc5\x68\x2d\x45\x49\xba\x9a\xe5\x48\xbd\x49\x39\x1c\x09\xd3\xc3\x69\x07\xbd\x19\xc0\x57\xe0\x92\x9d\x0a\x3c\x07\x4d\x1f\xe3\x63\x4c\x84\xbb\x3d\x81\xd8\x46\xe2\xad\x86\x2c\xdc\x00\xe9\x80\xfe\x2c\x7e\x3f\x79\x8f\x98\x47\x78\x4a\x39\xc7\xa8\x25\xad\xa6\xbe\x41\x0d\x90\xd1\xf4\x35\x99\x44\xca\x5d\xa0\x28\x62\x82\x46\x62\x8c\x78\x07\x00\xc1\xd0\x74\xbb\x0a\xd0\x0f\x2e\x1b\x55\xa3\x1e\x00\xcf\xba\xe8\xe8\xcf\x8c\xd4\xba\x83\xd8\xe5\x8c\x41\x5d\x36\x2e\x10\xb4\x11\x85\xe0\x85\x60\x35\xa0\x20\xdc\x83\xec\xcb\x2e\x91\xe2\xa0\xc1\x8c\x83\xe4\x47\x70\x5c\x84\x80\x5a\x0e\xbf\xf2\x5e\x49\x67\x31\x51\x76\xa7\x19\x1a\xe6\xb7\xe1\xde\x32\x27\xae\xa2\x63\x10\x95\xc9\xcd\xa8\x5d\x83\xae\xe4\x2e\xd3\xbe\xc6\x3c\xe6\xbc\x11\x4e\xc5\xed\xe2\x9c\xa2\xd3\xf0\x23\x9c\x4e\xe4\x3b\x62\x18\x47\x91\x31\x87\xf4\x99\x83\x8a\x58\x4c\x39\xc4\xf1\xf3\xfa\x46\x3b\xc2\x7e\x6e\x3f\x0b\x78\xc1\xd6\x0c\xda\x94\xfc\x51\xbd\x6a\xdb\x85\x4c\x57\x3e\x32\x9f\x2b\xdb\xa3\x38\xae\xbe\x84\x5e\x23\x6f\xe3\xdb\x63\xaa\x65\x42\xea\x55\xdc\x56\x69\x46\xa9\x1a\xff\x56\x62\x91\x3e\x83\xb8\x5f\x74\x24\x1c\x41\xee\x13\x86\x78\x1d\xa4\xde\xe2\xeb\xed\xa3\x81\xb5\xdc\x4b\x7d\x7b\x10\xac\x9a\xa2\xe6\xef\x25\x8f\xcd\x31\x95\x8d\xc8\xe8\xca\x4d\xca\xab\x65\x47\x2a\x16\x70\x33\xd0\x19\xfa\x7b\x94\xed\xd8\xc5\xe5\xb2\x12\x3f\xdc\x0b\xcd\xe2\xb4\xc9\x84\x9b\xca\x82\xb0\x7e\xd2\x2b\x19\xd5\x8b\x43\x75\x11\x47\xd8\x8b\xe8\x0a\xfe\xeb\x1e\x43\x71\x59\x97\xac\xf1\x23\xe2\x6a\xbb\xb2\x62\x5f\x69\x44\x0b\xac\x58\x88\x3c\xd7\x58\xc4\x3e\x88\x22\xd7\xd9\x93\x2e\x60\x02\xcc\xfd\x88\x49\x38\xa7\x8a\xdf\xa9\x8b\x08\xce\xba\xb7\x61\x2b\x48\x49\x6a\x9e\x57\x20\xa5\x57\x76\xcc\xbe\x9b\xee\x24\x3c\xd0\x7d\xaf\x78\xc6\xe0\xf2\x46\x37\x04\xa1\x77\x9f\xf1\x5b\xc9\x7f\x5d\x81\xf2\x2c\x64\x69\xdb\x10\xdb\x02\xb5\xa8\xe9\x1b\xc9\x1f\x7d\xb7\xee\x57\x31\x1f\x7b\xc6\xdc\x9d\x32\x8c\xbf\x66\xfc\x18\xfa\x98\x34\x45\x7b\xce\xcb\x83\x52\xac\x08\xb3\xbf\x40\x7b\x2a\x42\x75\xa7\x17\x0d\xef\x19\x6d\x68\x46\x58\x0c\x2f\x33\x96\x94\x48\xfa\x03\x65\xb7\x91\xd3\xba\x13\x59\x6d\x65\x6d\xed\x1b\x89\xb7\xd0\x84\xa6\xe1\x62\x0f\x6c\x4e\xed\xbd\x14\x0e\x1e\x59\xc9\x0e\xbd\x40\xac\xd0\x75\x78\x05\x91\xff\x2a\x91\x0e\x33\x68\x6c\xd1\x91\xc1\x20\x1a\xae\x20\xa2\xcd\x40\x6b\x2a\x52\x57\xc7\xd0\x9e\x20\x46\x34\xab\xe8\xc9\xa5\x97\xf9\x5b\xe8\xb7\x51\x53\xa9\x63\x40\x01\x26\xa4\x74\x3b\x63\x3a\xae\x25\x4d\xc0\x68\x25\x06\x87\xf1\x41\x3c\xf9\xeb\xd6\x52\x88\x4c\x7b\x6b\xcb\x82\xeb\xc1\xe5\x03\x15\xd4\xd4\xe2\x4b\xad\x9f\xa8\x8d\x25\x07\xcd\x03\xd4\x1f\x48\xbd\x9a\x4d\x93\xa0\x4a\x79\xf5\x74\x27\x4c\x0a\xd5\x97\x7e\x0a\x17\x57\x72\x05\xe0\x10\xca\xd2\x36\x32\xb6\x93\xc6\xc3\x76\x80\xd6\xd4\xb5\x5b\x7d\x21\x7f\x7a\xbf\x2d\x0a\x66\x82\xd4\xfe\x27\x94\x5d\x48\xb0\x35\x88\xd2\x82\x5a\x66\x9e\x4a\x5d\x81\xd6\xab\x6e\x52\x0f\x62\x6d\x79\x73\x68\x24\xdc\x79\xca\x30\x7d\x03\x81\x5f\x52\x48\xff\x4a\x4a\x4d\xbd\x06\x9c\xa2\xe4\x84\x4d\x61\x1c\xa6\xe1\xb6\x5a\x81\x1f\x81\x26\x5b\x14\x1c\x02\x4d\xeb\xbd\x4e\x4a\xc1\x9f\x6f\x2e\x20\xbd\x24\x9c\xa8\x4c\x22\xf3\x88\xbd\x4a\x24\x25\x84\x74\x8c\x73\x95\xba\x92\xfc\x3f\x72\x1b\xf5\x3d\xd5\x0e\x21\xa0\xdd\xa3\xa1\x53\x3d\xe8\x57\xe9\x4f\x42\xcb\x81\x09\x46\xa2\xe7\x3b\x30\x0c\xbc\x60\x2b\x87\x46\x61\x44\x4f\x36\xa1\x8b\x5e\xde\xf8\x8a\x18\x01\xac\xac\xb8\x4b\xfc\x01\x70\x15\x2b\x48\x77\x19\x33\xd9\x1d\xe4\x73\x8c\x3a\x52\x33\xe5\x08\x18\x58\xdc\x43\xbd\x08\xbe\x49\x51\xd3\x1e\x41\x43\xa1\x6e\x80\x35\x4c\xf4\xbc\xc7\x90\x30\x1d\x6c\x8f\x42\x8b\x98\xaf\xbb\x0c\xf8\x19\x9c\xd9\x0d\xc1\xf8\x93\xec\x57\xc6\x5c\x82\x98\x3d\x2c\xdb\x47\x54\xb0\xdb\x58\x20\xc9\xc4\x6e\x24\x56\x93\x3b\xd8\x8d\x45\x57\x29\x57\xd8\x2d\xc9\xaf\xa8\xdf\xd8\xbd\x21\x17\xe9\x09\xec\x2e\xcf\x33\xc0\x45\xb6\xda\x6e\x26\x58\xc6\x86\xda\xdf\x62\x6e\x28\x0e\xd5\xde\xc5\x1e\x95\x3f\xd6\xbb\xe0\x46\x65\xef\x25\x07\xf0\x57\xa4\x5f\xe1\x61\xc2\x1f\xc9\x6f\xc2\x12\xd2\x16\xf1\xef\x42\x39\x19\x12\xbd\x4b\xfa\x4a\x39\x2b\xbc\x12\x12\x40\x0b\x12\xa8\x3c\x7b\xe8\xf7\xf8\xb6\x76\x18\x86\x82\xdb\xda\x7a\x18\xed\x51\x25\xab\x1e\xc1\x04\x9a\x86\xca\x2d\xb1\x31\xc6\xb3\xa2\x5b\x38\x96\xfe\x3e\x34\x05\x7f\xb8\xfc\x21\x4e\x4b\x5c\xac\x39\x55\xb0\x9b\x04\xa8\x14\x89\x5f\xc9\x6f\x14\xeb\x77\x29\xa8\xb0\x94\xef\x89\xa2\x7b\x8a\xba\xec\x6a\x81\xdf\xfc\xce\xe6\xd3\x28\x6c\xfb\xd6\xaa\xab\xe8\xa4\x16\x92\x26\x0a\x93\xd2\x58\x29\x74\xc4\x96\xd7\x1d\x62\x90\x71\x4f\xab\x8f\x62\x37\x13\x76\x55\xea\xf3\xd7\x12\x0f\x1a\x37\x26\x2e\x25\x87\x96\xa3\x82\x3f\x52\xde\xaa\x12\x3d\x9d\x68\x43\xd2\x5f\x76\x47\x00\x99\xb0\xb4\x69\xa2\xec\x6b\x6f\x42\xd5\x3c\xd4\xfb\xae\x18\xb5\x06\xfd\xb9\x7d\x9d\x80\x86\xdd\xd2\x7c\x1f\xb8\x86\xe3\x36\x20\x31\x8d\xf8\xff\x6a\xf6\xe4\xb5\x12\x8b\x2a\xc7\x13\xf6\x92\x3e\x1b\x12\x83\xf7\x50\xcc\x1a\x9e\xe7\x2a\x1a\x52\x8e\xb5\x7b\x08\xec\x12\x2d\x6c\x4a\x2e\x53\x0d\xe9\x2b\xa9\x28\x65\x7f\xae\x7a\x06\xda\xd8\xfd\x91\x3f\x81\xb9\xd4\x91\x0c\xe4\xe3\x2c\x5b\x18\x98\x40\x3c\xdc\x90\x98\x97\x4a\xf8\x55\x7d\x39\x81\x4f\x92\x56\x9c\x0b\xae\xa3\x78\x94\xc7\x7b\xda\xd2\x26\x29\xc4\xf6\x4b\xe8\x77\x45\xc8\x76\x5f\x38\xa7\x60\x63\xed\x3c\x78\x57\x51\x90\x2e\x1f\xf6\x40\x44\x8b\xdf\xc2\xa1\xa5\x25\xd0\x35\xb8\xb8\xac\x09\xef\x02\x4b\xd0\xaf\x0b\x8c\xf0\x3e\x5c\x66\xa2\x1a\x9e\x20\x4c\x04\x8b\x98\x61\xe4\x01\x77\x3d\xf3\x24\xed\xb0\xcd\x57\x16\x12\x9c\xd1\x56\x05\xa5\x16\xa3\x6b\x08\x50\x52\x49\x78\xf9\x45\x28\x0f\xb9\x4c\x5c\x00\xc9\xca\x5e\x43\x09\xd0\x61\xf4\x63\xdc\x5e\xe8\x07\xf6\x59\xc1\x56\x78\x07\x61\x7e\x62\x04\xac\x21\x65\x07\xc7\xc3\x3f\x29\x67\xdd\x21\xa6\x86\x0e\xda\x7c\x61\x85\x80\xb9\xad\x1f\xc0\xa4\xd2\x2b\xd5\xe7\xc1\xd2\x32\x72\xb9\x3b\xa8\x44\x4f\x11\x9d\x04\x2f\x61\x94\xe0\x49\x68\x0d\x6e\x07\x2e\x08\x2a\x24\x4c\xcf\xbf\x08\xed\x27\xbe\x4e\x9c\x0c\xdb\x91\x3f\x07\xdb\xc0\xf5\xb4\xc5\xee\x28\x66\x04\x50\xbc\x6e\x2a\x6b\x01\xf8\xa2\xc5\x11\x28\xc5\x9d\x32\x6f\x00\xc6\xf1\x77\x34\xed\x8c\x45\x84\xdb\x42\x80\x81\x26\xfe\x62\xb4\x33\xae\x91\xbd\xb0\x11\xa0\x1f\x85\x9d\x3f\x19\x1c\xa0\x3e\x49\x20\x40\x3e\xf4\xf4\xa0\x23\xd0\x43\xe0\x81\x7b\x34\xdc\x0c\x42\xeb\x36\x31\x79\xb0\x7f\x93\x89\x76\x90\xb6\xb3\x72\x1f\xdd\x8e\x76\x5b\x9d\x48\x97\xd0\xf3\x04\xa1\xc0\x54\xfa\x6f\xc0\x0c\x88\x81\x4e\x4c\x2e\x63\x3e\x03\x99\xb7\x83\x51\x0f\x6e\x8d\x7f\x0c\x46\x41\x0b\x82\xf0\xd0\x42\xe8\x85\x7b\x08\xf4\x06\x3e\xb1\x0e\x0d\xdf\x67\xee\x6d\xf8\x40\xcd\x67\x79\x98\x5c\xa8\x47\x59\x11\xca\xe7\xb4\x2d\xac\x48\xfe\x64\xda\x51\x56\x1a\x9d\x4e\x2f\x60\xe1\xd0\x08\xfa\x3f\x96\x31\x17\x09\x74\xb2\x0e\xc6\x87\x31\x30\xac\x17\x41\x76\x60\x18\x7b\x96\xbb\x0f\xb4\x95\x6d\xb1\xae\x1b\xde\xca\xf6\xa9\xcb\x25\xc7\xc8\x62\x0c\x77\xc8\x77\xa4\xc3\xf2\xfd\x14\x82\xe4\x0f\x77\x16\xd5\x5a\xb2\x99\x7a\x84\x7a\x5b\x5c\x54\xf6\x98\x66\x10\xe9\x73\x5c\xe8\x05\xc2\xb1\xb8\x5c\x20\x54\x70\x72\xa7\x91\xb1\x9d\x3f\xee\x6e\x01\x46\xf0\x94\xb6\x73\xa0\x42\x6e\x5a\x8d\x0d\xf1\x78\x85\x5e\xb7\x87\x84\x35\x4e\x93\x9e\x26\x5b\xea\xd3\xd8\x01\xe4\x87\xe5\xf5\x14\x47\x4a\x8f\xe6\x1e\x12\xa0\x0a\xd5\x93\xb3\xa7\xd0\xf0\xca\x19\xb1\x14\x7a\x99\xec\xf6\x8e\x9f\x00\x55\x02\x6e\x79\xcd\xa8\x10\x7e\xb2\x8d\x03\x0f\xf2\xa3\xcc\x39\x84\xaf\xcd\x4c\xed\x57\xa2\xa0\x71\xa5\x64\x31\xc9\xb7\xce\xc8\x6c\x26\xcf\xaa\x99\x44\x1a\x21\x3f\xa9\x0a\x2f\xf5\xa4\x9c\xad\xc8\xcf\xfc\x48\x3d\xae\x0f\x8e\xa9\xa4\x5d\xd0\x9c\xdb\x91\x49\x7f\xa9\x9c\xbb\xa5\x89\xb1\x5c\xba\xca\x16\x0f\x86\x0a\x3e\x57\xd5\x12\xe4\x9d\x04\xad\x37\xd1\xb9\x6d\x54\x9c\x4d\x7c\xdc\x7c\x0f\xfe\x47\xea\x69\x78\x4c\x5a\x47\x96\xd4\xee\x29\xe9\xa7\x90\xcd\x89\x99\x02\x2a\xb1\xa2\x3d\x26\x84\x06\xeb\xb4\x3b\x6c\xe8\x26\xb5\xed\x16\x35\x70\x5a\x06\xda\x0a\x19\x3f\x85\x86\xaa\xf9\x04\xcf\xbe\x72\x4d\x33\xe1\x76\x77\xa5\xe8\x1a\x51\xd9\x41\x81\xf9\xa4\xe4\x56\x47\xe2\x08\xd9\xb9\xd1\x5c\x92\x42\x59\x5a\x7b\x32\x33\x80\xba\xb0\xaa\x26\x66\x21\x6d\x95\xe1\xd3\x8e\x29\x74\x77\xcd\xc3\x2d\x06\x20\x4f\xae\xb6\x1d\x61\xc8\x85\xdf\xaa\xef\xf0\x57\xe5\xdf\xd6\x35\xf1\x14\x85\x13\xd2\xdb\xbc\x25\x88\x49\x6c\x57\xee\xbe\x52\x4b\xf2\x07\x2e\xba\x2c\x13\xe9\xc2\x5d\x85\xee\xce\x92\x72\xce\xe3\x36\xc4\x64\x70\xe4\x84\x93\x81\x61\x9c\x54\x32\xcf\xad\x9a\xb3\x93\xd6\x66\x9d\xcf\x09\x04\xa7\x55\x87\xf3\x56\x15\x4f\xd6\xad\xe2\xf6\x22\x1e\x4a\x13\xb8\x49\xa5\xdd\xac\x61\xee\x82\x32\x01\x99\xcd\xb9\x8c\xe6\x95\x9e\xe2\x68\xb0\xea\x2c\x4f\x4e\x1a\xfe\x44\xcc\x5a\x8e\x0b\x69\x75\xa0\x2d\x67\x21\x45\xe6\xa6\xe1\xcc\xa5\x27\x5a\xa3\x39\x2b\xc1\x44\x73\x07\xd7\xa2\x34\xa6\x9c\xcd\xb9\x8a\x7c\x2f\x39\xcc\xd1\xa3\xb8\x2c\x67\x4e\x01\x66\x11\x79\x1a\x67\x2b\xf6\x54\x69\x16\x67\x1a\xbe\x32\xf3\x36\xfb\x1e\x51\x13\xfd\x8c\x7d\x8c\x5c\x13\x38\x89\x3d\x46\x3d\xea\x26\x63\x1f\x07\xb6\x58\xb3\xd8\x8f\xc1\xcb\x55\x8b\xd9\x0c\xec\x6b\xed\x7c\x76\x24\x7e\xa6\x18\xcd\xb6\x25\x2c\x66\x4e\x65\x2f\x21\x06\x91\xa6\xb2\xa7\x92\x64\x25\x10\xeb\x2d\xf9\x4d\xa6\x35\xeb\x3e\xb5\x24\xba\x88\xf5\x98\xf6\x68\xfb\x01\xd6\x1f\x80\xe6\x26\x64\xdb\x82\x3e\xd6\xe3\xec\x34\xd8\xd2\x74\x89\x79\x9a\x3a\x4d\x7d\x86\x79\x90\xda\x2f\x72\x63\x0e\xd1\xa2\xa0\xd7\xcc\x51\xda\x3f\xe2\x6c\xe6\x51\xfa\x11\x44\x0b\xf3\x14\x50\x97\x81\x64\x5e\x66\xc8\xa2\x5e\x32\x7f\x82\xe4\xed\x10\x6b\x0b\x54\xe2\x26\x63\xa1\x60\x9c\xcd\x42\x56\x3f\x53\x5d\xe1\x0b\x73\x60\xb5\xaa\x00\x46\xc0\x47\x05\x13\x70\x1a\xfc\x14\x3c\x0d\x93\x99\xf3\x09\x0b\x61\x23\x33\xa4\xf8\x34\x3c\xc8\x54\xa7\x8f\xc0\xb7\x99\x4f\xa3\x68\xcc\x15\xac\x4d\xdb\x13\x98\xd9\x2c\x92\x5b\x3d\xb3\x91\x35\x6c\x43\x62\xbe\x62\xcf\x32\xcc\x05\xb3\xc4\x9f\x14\x21\xa0\x50\x6c\xe0\xbd\x04\x07\xc4\x4b\x80\x09\xf0\x3f\x11\x09\x87\x83\x6c\x84\x17\x8a\x8a\xa1\x2c\xe1\xd6\x34\x11\xa4\x17\x48\x76\xd7\x40\xdf\xf9\x27\x03\x4e\xc1\x39\xbc\xb7\x6e\x5c\x78\x0f\x6f\x92\xcd\x18\x73\x23\x77\x41\xf9\x01\xc6\x22\xfd\x88\x6c\x03\xc3\x57\x17\xc7\x9d\xcc\xc0\x6a\xaf\xd3\x3d\x19\xc3\x9a\x54\xcc\x0b\x70\xaa\xea\x5c\xe1\x4c\x30\x45\xe9\x96\x8a\x05\xfb\xe5\xb4\xc8\x7d\xd0\x3a\xa9\x30\xc0\x03\x32\x8a\x51\x6e\x31\xf0\x4c\xa1\x87\xcd\x3b\x58\xc8\x7b\xac\x5d\x05\x4c\xaa\x6f\x92\x88\x80\xf8\xda\x36\x36\x12\xa8\xab\x06\xa8\x07\x81\xff\x55\xad\x47\x57\x33\xc2\x2a\xf6\xe4\x3f\x67\xb4\x1b\x2c\x53\x98\xe0\xb2\xf2\xe8\x88\x4f\xa0\x5c\x6d\xef\x6f\x84\xe6\xc9\xc7\xdc\xe6\x40\x42\xc9\xa6\x75\x8b\xe1\xc9\x02\x8a\xc6\x8b\xbe\xbf\x35\x54\x7c\x02\x98\xd2\xf4\x93\x75\x08\x88\x6d\xa0\x51\x1d\x81\x9a\xda\x13\xe8\x15\xc0\x57\xf3\xbb\x7c\x02\x23\xcd\x74\x2b\xc5\x9a\x71\xd2\xc0\x8f\x68\x04\x03\xb5\x47\xfd\x33\xc1\x03\xca\x41\xd7\xcf\x90\xaf\x14\x5e\xe7\x0c\xf5\x08\x97\xab\x41\xba\xb4\xcb\x4e\xbc\x81\x7e\xa8\xbd\x92\xb5\x1d\x98\xda\x72\x85\x32\x08\xec\x6e\xbc\x8a\x1a\x06\xcc\x75\x35\xf9\x36\xc0\x9f\x6a\x9b\xe4\x27\x8c\x32\x53\x52\x04\x91\x71\x5f\x3f\xd3\x7f\x1b\x98\xa6\xce\x71\xfd\x0a\x5e\x96\xc9\xd6\x45\x41\x41\x42\x40\xfe\x59\xb5\x3c\xff\x33\x7f\xaf\xe2\x7a\xe1\x47\xf0\xa5\xbc\xaf\xf8\x1d\x91\x20\xeb\x28\xf9\x57\x4a\x97\xd6\x97\x6d\xcf\x59\x24\x11\xa1\x2b\x12\xde\x88\x11\x38\x87\xd0\x3c\x51\x20\xe1\xca\xb6\x69\xc2\xe5\xe4\x26\xe7\x5c\xfe\x5b\xda\x3d\xab\x00\xde\x79\x30\x54\x8e\x54\xda\x17\x1d\xe3\xef\x54\x4c\x43\x68\x40\xb6\xec\x5b\x69\x3a\x71\xb1\x6c\x7a\xd9\x96\x52\x1b\xe9\x22\xb4\x7b\xf6\x71\xc9\x74\x6c\x5c\x42\xa7\xe8\x0b\xbe\x3a\x74\xab\xf0\x21\x69\xaa\xcf\x27\xc1\x59\x8a\xcc\x39\x87\x3f\x4c\x2f\xb5\x4a\xe3\x35\x80\xb0\xec\x8a\xc2\xab\x64\x2f\x6f\xaf\x7c\x2b\x32\x0b\x5c\x20\x0b\x28\xfb\x1f\xa1\x59\x9a\x8f\x16\x97\x1c\x94\x80\xd8\xe8\x6c\x82\x18\xc6\x6f\x4d\x40\x88\x00\x62\x48\xe8\x3c\x21\x40\x2e\xf1\x79\x28\xa0\x50\x9b\x9d\x8b\xf9\x68\x60\xb3\x15\x83\x57\x02\xbe\x96\x22\x65\x27\x31\x27\xb9\x3c\xe9\x75\xec\x4f\xe0\xa7\x64\x02\xbf\x16\x3f\x2c\x71\x24\xe4\x23\x3e\x8a\x13\x89\x87\xb3\x0e\x8a\x50\xe4\xc0\xf8\xeb\x42\x98\x72\x2f\xa4\x53\xa0\xa7\x11\x7d\xf6\xf3\x87\x80\xf5\xce\x30\x6f\x3f\xb8\xc8\xea\x0a\xf7\x34\x6c\x21\x09\x92\xc6\x93\x77\x72\xf2\x25\x44\xca\x62\xfa\x4d\x71\x05\xe5\x1c\x6e\x48\x74\x8f\x5a\x87\x58\x26\xb2\xa6\xc9\x33\xff\x0a\x77\xd3\x35\xf1\x5b\x05\x04\xa0\x2b\x24\x82\xdf\xcb\x38\xe6\x53\xce\x7b\x03\xbe\x74\x96\xf3\x66\xc3\x4e\x6b\xed\xb8\x0e\x4c\x48\xbc\x46\x32\x17\x8c\x61\xfb\x8b\x6d\x41\x3d\xed\x98\x28\x0a\xbc\x80\x3d\x2c\x6c\x80\x9c\x8b\x3d\x05\x3f\xa0\xf2\xcc\x5d\x02\x5f\x78\x4d\x9c\x86\x8f\x83\xeb\x77\xbd\xe5\x9d\x63\x6e\xf1\xc1\xf3\xd6\x32\xc7\x9d\x9b\xb9\x61\xac\xdd\x6b\xf1\x1c\x90\xf5\x54\xb8\x46\x64\x27\x38\xcd\x44\x08\x0b\x05\x52\xea\x22\xc1\xb0\x60\x13\xc6\x47\x60\xc3\xbf\x58\xf8\x9a\x2f\xe5\xd3\x33\xac\x79\xcf\xf8\xf6\xb1\x5d\x3c\x2f\xde\xd9\x5d\xc1\xdc\x76\x5e\x8e\xcf\x2a\xee\x32\xee\x43\xe7\x46\x4e\x1a\x37\x79\xed\x5d\xb6\x8e\x73\x86\x1f\x21\x18\xd5\x6c\x82\x46\x05\x0b\xd5\x6e\x64\x2e\x1f\x52\xcd\x42\xdd\xe0\x7d\x54\x3c\x2f\xe8\xe0\x61\xe5\xc3\xe9\x0b\xb8\x0f\x65\xb4\x98\xf3\xdc\x04\xe9\xba\xe0\x2a\xce\x39\x71\xad\x77\x0f\x27\x48\xf8\xdd\x59\xca\xae\x12\x04\x58\x2f\x67\x3d\xe5\xe1\xb9\xed\xfc\xe3\xe6\x2d\xa0\x07\xdf\xad\x52\x49\x5a\xcf\xab\xab\xd8\x5f\xa6\xe4\x39\x18\xae\xe6\x2b\xb9\xed\xba\xcb\x69\x4b\xb9\xae\xda\xb6\x98\x29\x9c\x3e\x75\x72\xd0\x7b\x8e\x87\xa2\xdf\x7b\x03\xbb\x5b\x7a\xcd\x39\x9e\x3d\x5f\xf4\xcc\xda\x8d\x95\xc1\xbf\xc1\x79\xc7\x47\xd7\xc7\x33\xa4\xbc\xab\xb5\xc5\x44\x25\x2f\xb2\x3a\xac\x6c\x32\xf7\x52\xd5\x8c\xfc\x95\xdc\xf8\x8a\xc6\xd4\x2e\xce\x5d\xc3\x82\xe8\x5e\x4e\x41\x79\x50\x50\x1b\xfb\x89\x7a\x89\xd7\x17\x76\x86\xbc\xda\x39\x80\xb5\x5f\xb2\xc4\x7a\x27\x6b\xae\x20\x8f\x13\xc7\x5f\xd7\xbc\x0f\xf8\xc7\xe3\x35\x56\x12\x97\x73\x27\xea\xb7\x23\xcd\x5c\x72\xcd\x48\xde\x41\xce\x67\xf3\xa4\xd4\x22\x0e\x64\x9a\x1b\x4d\xe7\x4c\xd5\x5f\x0d\x82\xd9\xb0\xd6\xce\xeb\x06\xeb\x7f\x4a\x5b\xe7\x9d\xac\x58\xe9\x02\xeb\x0c\x66\xb5\x60\x3f\x48\xa9\xfc\x5c\xe0\x47\xf6\x30\xad\x29\xf2\x47\x53\x8c\xbb\x10\x3e\x45\xbe\x7a\x42\x69\x58\xa6\xbe\x5c\x55\x26\x4c\xa8\xd7\x48\xd0\x1f\x22\x16\xaa\x50\x38\xf9\xf6\x1d\x8a\xad\xc4\x08\xf7\x83\xd2\xd7\x94\xcd\x4e\xbe\x62\x2e\x9d\x6a\x81\x15\x2e\x00\x5f\x81\xb3\x2b\x03\x8a\xce\x93\xee\x57\xe4\x21\x2a\xd1\xee\x06\x59\x69\x51\xe1\x2f\xdd\x85\xb2\xed\x99\x59\xe5\x93\xd1\x21\x09\x78\xcd\x2c\x2c\x3d\xfc\x95\xf2\x1b\xfe\xde\xf6\x4d\xf2\xab\xa4\x24\xf7\x43\xd2\x4a\xca\x47\xa7\x78\xf1\x4e\xfa\x73\x0b\x9d\xe0\x36\x34\x95\xa1\x35\x89\x4a\x44\x24\xc8\xd8\x8a\xb4\x43\x3d\xd3\x5f\x2a\xdb\x5b\x38\xa0\x73\x45\xe7\x65\xae\xd1\x62\xb0\x9e\x09\xdb\xd4\x2c\xbc\x67\xf8\x01\x25\x40\xcc\xdd\xbe\x52\x5e\x4a\xd6\xbb\x1f\x94\x06\x52\x5f\x3b\x15\x89\x3e\x03\x6a\x8b\x71\x81\x11\x4a\x03\x38\x15\xab\x31\x53\x88\x1a\x43\x26\x36\x12\xb5\x46\xd7\x82\x13\x14\x4e\xd3\xfe\xc5\xdf\xcd\x90\x68\x42\x89\x49\xf1\x07\x54\x48\xd2\xa7\xf0\x6c\x05\x85\xd2\x1f\x70\x4f\x06\xd3\x0a\xdc\xf7\x4a\xa8\x80\xa7\x93\x54\xb4\x1d\xdc\x65\xb9\x84\xff\x05\xc6\xd0\x9f\x19\xba\x89\x37\x08\x27\x75\xff\x48\x17\xca\x7c\xcb\x63\xc8\xed\x05\x01\x9a\x51\x4a\x4d\xfa\x7d\xf5\x62\x6a\x5f\xfc\x26\x65\x28\xed\x61\xd8\x4b\x79\x11\xe0\x14\x50\x2f\x55\x30\xd0\xee\x43\xe2\x5a\x70\xbf\x53\xaf\x10\x80\x3d\x2c\x91\xfc\x40\xe6\x38\x6d\x9f\x9e\x02\xec\xc2\x1f\x2b\x1f\x07\x7a\x91\xf1\xda\x59\x8c\x45\xf9\x48\xb5\x90\x51\x9d\xbe\x5e\xf9\x1a\xdc\x1e\xa7\x51\xb8\x80\x13\x61\x28\x59\x26\xb4\x3f\x20\x4b\x52\x07\x8b\xdd\x3b\x44\xe7\x99\x49\x4e\x37\x05\x43\xac\xf5\x96\x97\x78\x4c\xf6\x3c\xaa\x6d\xb9\x82\x7b\x0f\x97\xa7\xf9\xc3\x3d\x5a\xba\x4e\x4d\xe0\x9a\xf3\x72\x95\x3f\xb9\xec\xb4\x60\x05\x89\x8b\x8f\xbd\x28\xbb\xcc\x2d\x0e\xbd\x21\x5d\xc5\xcd\xf0\xff\x23\xc6\x73\x77\xba\x8b\x85\xbd\xdc\x55\x4e\xbf\xf9\xdd\x9c\x97\x56\xa1\x5c\x25\xe7\x08\xb9\x5f\xbb\x41\x61\x85\x5d\xae\x6e\x97\xa7\x23\xee\xa8\x02\x64\x40\x6e\xb4\xe2\xa4\xb4\x27\x35\x49\x1e\x23\xb9\x15\x3b\x45\x7a\x44\xfc\x2d\x74\x8b\xc4\x56\x3c\xdd\x5f\x21\x12\x0a\x3f\xba\x27\x09\x2e\x0b\x0e\xac\x9f\xc1\x7b\xc4\x07\xac\x74\x9c\x8b\x3c\x57\x92\x56\xb3\xc5\x30\x81\x7e\xad\xda\xa3\x6f\x2c\xbe\xa2\xdc\xa5\x73\xc9\x89\x91\x3f\xd1\xb6\xa7\x30\x64\x44\xcd\xd2\x98\x30\xc9\x6f\x55\x5e\x48\x95\x98\xa8\x90\xfa\x2f\x12\xde\x95\xa1\xb6\x7c\x15\x38\x4b\x2c\x9c\xde\xf3\x42\x84\xc7\xad\xc6\x38\x3b\xf9\xb9\xc4\x1f\xea\xee\x2a\x35\xba\x50\x15\x62\xfa\x5e\x9c\xa8\x78\x5c\xb1\x2d\xfb\xa1\x9c\x69\x28\x49\xb1\x94\x2d\xd2\x01\xd1\xdf\x25\x75\xda\xa2\x90\x6c\xf1\x5a\xb5\x9d\xdf\x7d\x21\x4f\xc1\xdf\x72\x91\x7f\x59\xda\xe9\xf4\x88\xfb\x49\x74\xd6\x6a\x90\xfd\x85\x7f\x89\x48\x57\xbb\xd7\xf2\x50\xff\x53\xde\xae\xde\x53\xf4\x5e\xc1\xac\x3a\x98\x2d\x95\xaf\x34\x75\x25\xdf\x92\x36\x1b\x29\xd1\x47\x24\x3e\xfa\x79\x21\xde\xa2\x71\x2d\xca\xef\x90\x70\xb5\x2a\x7d\xcb\x7e\x7e\xbe\x7c\x8a\xd3\x6b\x2e\x57\xdc\x6d\x75\x97\xcd\x17\xb8\x96\x55\xb5\x86\x17\x3c\x29\x0a\x6d\xaa\x29\x3a\x93\xad\xa8\xff\x8a\x18\x4d\x21\xd4\x26\x96\x1e\x8b\x9d\x6d\x56\xa3\x66\x86\x11\x4d\x1a\x0c\x14\x58\x6c\x28\xc6\x6f\xf0\x02\xca\x97\x91\xe6\xba\x4c\x53\x99\xa8\xcb\xec\x20\xd9\x73\x20\x66\xf5\x0b\xf1\x12\xa8\xaf\xac\xa0\xc5\x5c\xec\x56\xb4\xb2\xf1\x23\xe2\x7d\x36\xaa\x3e\xb2\xb4\x3f\x25\xb6\x66\xb4\x4c\x1a\xf3\xd6\x3c\x15\x5d\x11\x96\x6d\x5a\x88\xbd\x13\x98\xa6\x7f\x4f\x88\xf5\x02\xb4\x5d\xa4\x0f\x2e\x4b\x55\x3b\xa9\x7d\x76\x15\x32\x33\x50\xbd\x66\xa1\xe8\x1a\xd4\x5b\xb6\xb6\xf9\x43\x49\x73\xe1\xc3\xc6\x60\xe4\xf6\x6c\xef\xba\xea\xb2\x2b\x29\x0e\x35\x6b\xd0\x8c\x98\x93\x55\x78\x6c\x46\xd8\x8e\x0a\x01\x1e\x13\x18\xa2\xc7\x11\xbb\xbc\x68\x5a\x3f\xca\x5c\x97\x75\xca\xfb\x34\x91\xdd\x90\x2c\x84\xe1\xbc\x66\x9b\x48\x04\xfd\x0f\x99\xd6\x84\x47\x8f\x15\x06\xd6\xbf\xc6\x7c\xca\x1a\xab\x2d\xc2\xb9\x24\x8f\x9a\xff\xc3\xeb\x63\xb0\x95\x11\x44\xc7\xd0\x9f\x46\x34\xe9\x41\xe0\x72\x5d\x31\x65\xcc\xab\x48\x13\x4a\x33\xb9\xf8\x28\xa7\x02\x46\xbb\xb7\x52\x26\x38\xb0\x46\x23\xbc\x06\x3f\x2b\xfd\xd8\x38\x93\x30\x51\x70\xa4\xae\x9c\xf8\x27\xcb\xbe\x66\x15\xe9\x43\xf2\xd6\xaa\x36\xca\xa4\x98\x29\xa6\xd5\x54\x8f\xd0\x46\x43\x04\x8d\xbb\xfd\x66\x79\x2c\xfd\x8d\x57\xbc\x3a\x92\x51\xec\x12\xa5\xb0\x00\x5f\xd9\x3b\x4a\x5a\x61\x70\xcd\x17\xe1\x3c\x96\x45\x69\x7a\xfd\x71\xda\xd9\x02\xab\xda\x04\x7a\x6e\xa6\xd8\x7c\x87\xfe\x5f\x52\x67\x25\x0d\xa8\x88\x56\x1a\xbf\x30\x10\xa1\x21\x7a\x37\x30\x64\x7b\xb9\x76\x07\xe4\xe9\xe5\xa5\x4a\x80\x03\x5c\xb2\xe4\x3e\xcc\x10\xfb\x02\xf1\x25\x56\x84\x45\x81\x60\x27\x3b\x19\xf1\xbe\x6e\x11\x9b\x98\xbf\xb4\xba\x8e\x2d\xca\x38\x5e\xe5\xcf\xd6\x24\x4d\xae\xf8\x8f\xdd\x15\x3d\xd9\x40\x64\xdf\x0a\xb9\x56\x7e\x82\x33\x73\x7b\x88\xfa\x13\xc7\xd7\x6b\x95\x72\x21\x87\xec\x42\x92\x4d\xe2\xd4\xda\x77\x88\x86\x39\x07\x2c\x1e\xf1\x7d\x38\x0f\x11\xf3\x6a\xc8\x12\x71\x9e\x9f\xd9\x5d\x32\x27\x63\x9a\xe9\x85\x98\x96\x98\x62\xac\x16\xbd\x8e\x42\xeb\x7d\x45\x05\x21\x39\xda\x06\xe1\xe5\x80\x57\xaa\x37\x42\xcf\xad\x6f\x14\xf3\x05\x72\x17\xaa\x74\x0e\xff\xb8\xfd\x6d\xe1\x0d\xde\xff\x2c\xb7\xf3\x70\xbc\xc5\xc5\x3e\xd5\xbe\x5a\x6c\x6e\x59\xd5\x32\x4d\x74\xba\x57\xc5\x6d\xb5\x45\x42\x9d\xa1\x42\xf9\xf6\xff\x04\xc0\x03\x60\xd4\x0b\x03\x00\xf0\xcc\x97\x39\xa3\xb6\xe6\xb5\xdd\x9a\x6d\xdb\x3b\xdb\xd6\xff\x6c\x63\x77\xb7\xdd\x6c\x65\xe3\xcb\xf6\x72\xbd\xac\x97\xb1\x5e\xb5\x8c\xd7\xf7\x2b\xb8\xd1\x94\x60\xde\x95\x79\xc7\x76\xd4\x44\x48\xd2\x58\x7d\x8d\x53\xd6\x0c\x9a\x0a\xf5\xa4\xd0\x0a\x7d\xa1\x76\xed\xca\xd7\x9a\x40\xf5\x63\x77\x99\xe2\x86\x6a\x01\xfa\x54\xe7\x31\x27\x17\x36\xbd\xbd\xb9\xd9\xb5\xf6\x7e\x2b\xdc\x31\x52\x5e\xea\xf4\xb6\xaf\x2e\x68\x76\x9c\x68\x5c\x9f\x39\x6c\xab\xb0\xce\x48\x82\x59\x8e\x98\xb3\xd6\x18\x8c\x2f\x8d\x09\xa1\xb9\xba\x17\xfa\x09\x2b\xdf\xaa\x2f\x69\x0e\xb8\xdb\x15\x2a\x15\x03\x8d\xec\x2c\x6f\xfb\x07\xba\xbd\xdd\xa3\xb5\xa1\xd6\xd9\xf2\xdc\xb9\xbb\xdc\xb5\xb9\xaf\x79\x6a\x01\xd1\x91\xe9\x48\xce\xd4\x34\xde\xb6\x55\x26\x15\x58\x8a\xad\xa9\x6b\x94\x46\x86\xe9\x6a\x68\x91\x8e\x62\x08\xf2\x9b\xae\xae\xd3\x2a\xdc\x0f\x2a\x16\xaa\x2e\xa0\x12\x37\x3e\x46\xc1\x21\x91\xeb\x3e\x62\x22\xab\xcf\x0d\x7f\xc2\xfd\x55\xea\x35\xf0\x9d\x30\x3f\x2f\xa5\xf7\x2a\xa9\x34\x3d\xad\x0b\x4e\x39\x1d\xff\xa4\x6d\x0f\x9d\x17\x79\xb3\xf9\x11\x0b\x17\x54\x67\xbb\xc6\x15\xfa\x1c\x37\x4b\x81\x75\x2e\x31\xfa\x89\xa2\xaf\x28\xcf\x8d\xe1\x98\x36\xc8\xf2\x75\x99\xb8\xb4\xea\x9d\xc3\x25\xf8\xf7\xa5\xb3\x07\x60\xc4\xe3\x79\xe1\xbd\x99\xe4\x4b\xe9\x31\x9d\xf7\x68\x8b\xe3\x1f\xb7\x25\x31\x4c\x91\xf7\x9a\xd9\xec\xb8\x20\x8a\x8d\xc3\x9b\xe6\xf3\xd0\x1c\x01\xbc\x76\xa9\xd3\x1d\x12\xbd\x45\x7e\xde\x20\xc6\xfd\x04\x7f\x5a\xdb\x44\x10\x55\x3b\x86\x86\x49\x13\x4b\xfe\xed\x3f\x4a\xee\xcd\x5b\xd6\xb3\x85\x2a\x4b\x5f\xd5\x59\x4a\x77\xc6\xdf\x6e\xdd\xc7\xbc\x1b\xf9\xb8\xe9\x3f\x4e\x76\x90\xcc\x36\x9b\x77\xd9\xe7\xb7\xe9\x9a\x80\xe2\xa2\xd4\x91\xc5\x2b\x91\xc0\xfa\x49\xe4\xcb\x60\xcd\x48\x34\xe5\x67\x35\x68\x10\x41\x0b\x2c\xe9\xed\xd3\xd2\x1d\xb9\xb7\xbb\x95\xcc\xc0\xb4\x1f\x1d\x91\xac\x97\xf1\x87\x5b\xd6\x73\x46\x23\x1f\x36\x4d\xe2\x1d\x08\xea\x6f\xf4\x07\xce\xf9\xc6\x9b\x26\x0a\xff\x71\xb9\xaf\xdd\x24\x99\x83\xf4\x59\xab\x66\x7c\x03\x7b\x0c\xdd\x60\x3e\xaa\x3a\x31\xb0\x8c\x75\xbc\x24\xb5\x37\x8f\x7d\x27\xd7\xd8\x55\xc6\x5d\x96\x76\xb8\x7d\x16\x8f\x16\xdf\xe1\xb4\xf2\xff\x89\x7c\x64\xff\x25\xa0\x05\x1d\xb5\x82\x44\xd3\x7c\x45\x46\x2f\x71\xa7\x6b\x86\xe6\x8e\x34\x09\xc1\x1d\x49\xe7\x51\x1a\xcc\x83\x76\xde\xcf\xaa\xa2\xbe\xdb\x7c\x63\xf1\x9d\x9e\x25\x40\x5e\x6e\x4c\x67\xa0\xc0\x2f\x4d\xda\xfa\x56\x38\x37\x9e\xd1\x2c\x10\xcd\x8e\xbc\x6b\xfb\x29\x0e\x0e\xba\x67\xc9\x92\xe4\xf9\x1e\x31\xa4\x4a\x1b\x5c\x77\x6a\xa6\xca\x58\xf0\xc1\x21\x8b\xf4\x7f\xf5\x4f\xfb\x1f\x4a\xcf\x54\x1e\xed\x5d\x2d\xbd\x5a\x0c\xe9\x12\x4b\xff\xe4\xfc\xdd\xde\x25\x4b\x49\x8b\x6e\x01\x64\xca\xf8\xec\x26\x5f\xd9\xc5\xc8\xbb\x8d\x1b\xe4\x01\xc1\x73\x4c\xff\xc9\xd9\x2b\x16\xeb\x97\xcb\x37\xb8\x05\xab\xbe\xc9\x1f\xc3\x27\x0d\x3c\xd0\xd5\xd5\xe7\xf5\x41\xb4\x57\x2b\xd7\x74\x5f\xd0\xa6\x16\xbd\xe8\x5c\xa1\x39\x9f\x43\x6f\xab\xd2\x20\x52\x5f\x38\x73\xd4\xff\xc6\xcf\x77\xcc\x51\x73\x22\x2f\x5a\xbb\x54\xdf\x83\x83\x8d\x3f\x54\x88\x15\xa5\xba\x08\xe5\x16\x37\xa3\x6a\x95\xe2\x1b\x2c\xa9\xbf\xaf\x71\xa4\xce\xd9\x1b\x64\x35\x57\x34\x77\x0d\x59\x70\x45\xf5\x1d\x53\xcc\xb5\xd9\x3f\x5a\x53\x4d\x59\xa9\xaa\xe6\x32\xe3\xca\xb8\x93\xf6\x68\xfd\xbb\xc8\x01\xcb\xa8\xae\x31\x78\xa5\x31\x5c\x3b\x6b\x05\x43\x2b\x52\x73\xdd\x2e\x29\xad\xca\x87\xd0\xfb\xfd\x2b\x9a\xa8\x75\x19\x3d\xc3\x0e\xd7\x8a\xd2\x2e\x4f\xdb\xae\x22\xcf\x76\x69\x23\x22\xfb\x7c\xcb\x01\xeb\xe4\x54\x58\xd3\x6d\xb3\x3d\x6e\xbd\xed\xbc\x69\x6a\xa4\xd3\x82\x30\x24\x05\xfb\x1b\x4e\xea\x72\x56\xe8\xb5\x6e\x9a\x7c\xb7\xef\xca\x58\x55\x2e\x54\xdb\xb7\xb1\xa5\xa7\xf6\x4f\xcf\x4a\xa7\x77\x85\x6b\x67\x73\x93\xa1\xf0\x73\xdb\x47\xfb\x9f\xec\x8d\x2d\xe1\x36\x74\x6a\x7e\x53\x95\x75\x5b\x5c\xaf\xad\xcc\x7c\x27\xb2\xdd\xfc\xc4\xb8\x2b\x38\xc6\x90\xad\x6f\x58\xb1\x4e\x33\xa0\x9d\xe4\xee\xa7\x38\xa3\xea\x86\xb8\x6c\x6b\x45\xbd\xad\x59\xbd\x99\x8f\xe9\x29\xfd\xb9\x21\x1d\x07\xcf\x1f\x5c\x3b\x89\x50\x93\x19\x32\x68\x22\x59\x92\x36\xf4\xee\xa7\x4e\x8c\x7e\xd4\x39\x42\xdf\x14\xde\xd6\x0a\x66\x0d\xae\xfa\xe6\xb8\xcc\x3d\xe8\x1d\x65\x19\x03\xae\x2d\x37\xe8\x6f\x8a\x27\x43\x16\x6d\x7d\x84\x75\xa9\x09\xd8\x74\x0e\xd7\x57\xfa\x61\x7d\x2f\x21\x3a\xbf\x73\x04\x4f\xfc\x95\xb9\x6a\xe0\x07\xf9\x4f\xd2\xc6\x5e\x10\x2d\x2d\xfa\x45\x67\x20\x63\x4f\xf8\x48\xcb\x1b\x36\x39\x60\x9e\x83\xc4\x4b\xf2\xae\xb0\xb4\x09\xe6\x2d\xdf\xa4\xb7\x8a\xc6\x21\x53\xb6\xae\xc2\xd3\x6a\x96\x6e\x72\x23\x5c\x2c\xbd\xbf\xee\x07\x29\x21\xdf\x34\x7c\x86\x3c\x9a\xe9\x36\x80\xa4\x0e\x26\x0d\xf5\x0c\xd0\xf7\x44\xbf\xec\xe8\x67\xfe\x08\xdf\xd1\x42\xe3\xd0\x03\xfc\xec\x3f\x79\xbf\xbd\x99\x96\x28\x81\x61\xf9\x4d\x7d\xb4\x38\x00\x7c\x61\xf3\x26\xca\xc2\xea\x5b\x1b\x76\x52\x7d\x4b\x3b\xd7\x0e\xd3\x92\xf3\x6b\x86\xd4\xf4\xfe\x8c\xf1\xfe\xd5\xcc\xe8\x24\x53\xb7\x98\xf5\x29\xfa\x61\xbb\x81\x73\x3b\xfc\x88\x93\xc8\xfb\x3b\xa0\xd0\x3e\x13\x78\xe1\xbd\xcd\x5c\x2d\xfc\xec\x12\xa1\x23\x49\xe6\x82\x15\x9b\x96\x31\x23\xab\x95\xeb\xb3\x99\xef\x4b\x8b\x47\xea\x59\x07\xf2\x97\x0e\x66\xb2\x2f\x67\x1c\xed\xfd\xc1\x9d\x9b\x44\xec\x2a\xe3\xe1\xa2\xaf\xb4\xe1\xf8\xf7\xc2\xcf\x37\xd7\x0b\xb8\x01\x0c\xdb\x6c\xd1\x12\xef\x71\x13\x41\x3c\xec\x62\xd3\x5a\xa5\xc9\x0d\xc7\x36\x5c\xe1\x55\x56\x4f\x59\x37\x91\x77\xb3\xe4\xe7\xb0\x0b\x1f\x9e\x77\x79\xe0\x2f\xc0\x2b\x43\xdf\x73\x41\x30\x21\x29\xb3\x33\x58\xf0\x36\xfa\x50\x6b\x81\x70\x2c\xfc\x5a\x53\x89\xd8\x3d\xa0\xb9\x71\xa1\x24\xdb\x07\x64\x54\x49\x21\x2e\x6f\x35\xfb\x65\xcc\x06\xd5\x7a\x57\x69\x45\xd5\xee\x91\x2c\x69\x65\x49\xdf\x20\x42\x5a\x9a\xa7\xee\x43\x4a\x55\x19\xa5\xdd\x91\xd2\x2b\x49\x5e\xed\x1b\x64\xde\xd1\xdb\x9c\x2f\x64\xfc\xf0\x31\xfb\x07\xd9\xeb\x80\x3b\x96\xfd\xf2\x22\x1f\x9b\xa1\x58\xde\xe2\x4a\x56\xf7\xca\xaf\x34\x78\xae\x2d\xd5\x5a\xab\x2a\x87\x36\x68\x3e\x96\xe4\xf4\xbf\xd5\x54\xe6\xc5\xf6\x7c\x57\x8f\x65\x2c\xee\xbc\xa5\x76\x26\x7e\x6a\x23\xa9\x63\xa3\x3b\x9b\x4f\xa8\x6e\x86\xff\xb4\xdd\x50\x89\x02\xe7\x9a\xd7\xaa\x66\xfa\xdc\xd5\x43\x95\x80\xeb\x05\xd5\x79\xc5\xc3\x7a\xcc\xc8\x6c\x6b\x79\xe5\x91\x41\xa4\x25\xac\xf8\x5a\xdf\xb0\x79\x56\xee\xd5\xee\x43\xa6\x39\xe9\x87\x3a\xd6\x19\x97\x24\x6e\x6e\x85\x1a\x16\x47\xe3\x9b\xee\xea\x27\x85\xbf\x6a\xfc\xa4\xbd\x16\xe8\x65\xba\xa2\x91\xfb\xce\xd6\x0d\xa8\x3d\xdd\xdc\x54\xe1\xca\x03\xf5\x4b\x87\xd5\xf6\x07\x95\x92\x81\xab\x36\x79\x71\x6f\xdf\xdc\x46\xcf\xdc\xb5\xdd\x01\x96\x47\xe9\x5d\x1d\x4b\xcd\xbd\x89\xcd\x2d\xb7\x4d\x95\xd1\x35\x4d\x38\xc3\xc7\xf0\x97\x8d\x0a\x3d\x22\x30\xcc\x84\xd0\x0e\xfb\xfa\xeb\x52\xd4\x4f\xdc\xe2\x95\x0f\x54\x6e\x75\x17\x87\xa7\x34\xdf\xaa\xcc\x1f\xc8\x6c\x2a\x2b\x16\xf4\x72\xec\x87\x72\xcd\x5d\x66\x5b\x61\xba\xb1\x5d\x68\xbd\x9a\x68\x6c\xc9\xb3\xe4\x47\x57\x3b\x9e\x9a\x06\xc3\x3f\x5b\x7f\x1b\x0e\x06\xe6\x19\xef\xeb\x86\x7d\x0b\xb5\x27\x35\x16\x37\x94\x92\xa6\x82\xef\xfc\x1f\x36\xb0\x21\x68\x5d\x01\xce\x0a\x39\xdb\xa5\xc1\xbf\x81\xd7\xdb\x7c\x89\x54\xd4\x3c\xd5\x12\xf2\x1c\xcc\x7d\x2e\x95\xf2\x37\xbe\x19\x77\x9a\x76\x81\x44\xa9\xf9\xc2\x9c\x44\xed\xce\xfe\xc1\xe6\x32\x5e\x45\xad\xe7\xc5\x71\xb2\x7c\x7a\x05\x39\xfc\xab\x3b\x2e\xa3\x37\x41\x6f\xad\x95\x60\xd7\x20\xfc\x3a\x2f\xe0\xf6\xa1\xc8\x8d\x12\x02\x0c\x73\x57\xa9\x26\xf9\xe0\xe1\x9c\x0f\x94\x19\xc4\x2b\x38\x28\xcd\x83\x02\xa9\xe9\x64\xd0\xe8\x6b\xb2\xb7\xb2\xfe\xb0\xfc\xa2\x14\xdc\xdb\x5c\x6f\x9f\x26\xc1\x44\xa0\x68\xfb\x3d\x54\x0c\x72\xdd\xc8\x30\xfa\x01\x7a\xb8\x73\x36\xd6\x80\x1d\xb4\x5e\xc2\x97\xe2\x2f\x2a\xde\x11\x23\x49\x7f\x71\xe8\xe4\x68\x4a\x14\xf6\x13\x15\x47\xe3\xd5\xa4\xd3\xaf\x33\xbe\x64\x13\x59\x12\xb6\x21\x0a\xce\xa5\xf1\x56\xfa\xd8\x81\x4d\xc0\xbf\x5b\xbf\xc3\xf5\x44\xe7\xd0\x5b\x24\x92\x3c\xa3\x5d\x86\xae\xa6\x40\x2d\x2c\x6c\x19\xf5\x9d\xfc\x28\x1e\x47\x6f\x62\xd3\x88\x5d\xcc\x70\xac\x1f\x65\x02\xeb\x61\x75\x1b\xad\x93\xb3\x35\xeb\x2d\x93\xcd\x33\x46\xf9\x71\xec\x00\xc5\xa7\x9f\xff\x49\x48\xd9\xfc\x15\x3a\x85\xb9\x75\x30\x19\x3e\x8f\x65\x6f\xfd\x86\x0c\x65\xc3\xcc\xcb\xd1\x0d\x9c\x5a\x99\x13\x3b\xcc\x45\xb3\xe8\x84\xd9\x3c\x02\xa6\x8a\xd4\xcd\x07\xaa\x3e\x53\xb1\x40\x6f\x16\xc0\x20\x08\xce\x80\xbe\xb2\xb7\x0a\x9f\xfb\x5c\xe1\x87\x8b\x17\x6c\x8a\x6d\xe8\x12\xe6\xf4\x1b\x20\xf7\x84\xbd\x2d\x0c\x78\x98\xf0\x8c\xf1\x10\xd2\x28\x5a\x21\x25\x61\xa6\x8a\xcc\x4c\x26\xce\x29\xfa\x17\xad\x27\x56\x8a\x2b\xab\xaa\x29\x59\xe2\xe3\x59\x7f\xd1\x69\x92\x55\xa0\x87\xac\x1b\x12\x92\xef\x04\x9e\x50\xf2\xbf\xf5\x9a\xda\x77\xba\xf3\xbd\x1e\x0d\x29\xba\xd5\xcd\xab\x20\xbd\x5a\x83\x7e\x23\x3c\x42\x33\x26\x6e\x41\x3e\xd2\x54\xd1\xff\xc1\xac\x55\x6f\x40\x65\xe3\xbb\x55\xe3\x95\x48\xd2\x19\x55\x50\x26\x93\x16\xa8\xcc\x00\xed\x64\x8e\x2a\x62\x7d\xab\xb9\xc3\x72\xef\xb5\x0b\xaa\xd1\x2d\xa1\x5d\x57\xea\x66\x37\xeb\x1d\xf3\x1b\x86\x1c\xef\xb5\x27\xa0\x50\x7b\x99\xf0\x19\x22\xa6\x71\x2d\x8d\x84\x0e\xb1\x3c\x40\x2e\xc6\x95\x99\xc6\x2b\xf8\xc4\x0d\x86\x9b\x19\xb7\xa9\x89\x3a\x35\x48\xca\x5c\xaa\x99\xea\x6b\xe2\x7a\x2b\x31\xc3\xe0\xca\x03\x43\xb3\x3a\x7d\x6a\xa4\xfd\xbd\x36\x64\x7d\x4e\xaf\xbb\x26\x1c\xb2\xac\x4b\x27\xa0\xc0\x67\xb6\xdf\xa0\xfa\xa0\xdc\x5b\xc6\xe0\x7f\xb0\xf0\xa6\x73\xe5\x9b\x09\x0f\x6c\xb0\x0c\x14\xc5\x61\x1e\x04\xd5\x33\x5a\xf5\x3d\xbe\x47\x38\x67\xd5\xd0\x21\x67\x65\xf2\x06\x69\x07\xb3\xfa\xc7\xda\x6d\x8d\x47\xea\x8e\x0d\x1d\x56\x3b\xc1\xce\xfe\x83\xc0\x23\x98\xa5\xc7\x46\x19\x42\xae\xed\x5c\x01\x6f\xc3\x7c\x6e\x25\x97\x13\x08\x92\x26\x58\x46\x3a\x25\xc5\xfa\x11\x54\xcf\x28\x33\x06\xf9\x3e\xe3\xd8\x35\xae\x43\xb3\x2b\xfe\xd9\x36\xb1\xfd\x6b\xb5\x63\xd3\x93\xc6\xea\xba\xb2\xf5\xad\xea\x48\xb0\xef\x48\x02\xa0\x84\x2d\x1f\x18\xa6\xd4\x22\x23\x7b\x8e\xc3\x21\x18\x45\x87\xa6\x3c\x8f\xb0\xc0\xf9\x24\x23\x9d\x7c\xcb\x76\x19\xc4\xa5\x7f\x33\x55\xae\xf0\xe1\x64\x6b\xa4\x5b\x2d\xf8\xce\x86\xe9\x43\xad\x84\x93\x90\x2d\xed\x2b\x88\x5f\xe1\x89\x16\x17\x72\x16\xf2\xab\x1c\x4f\xd9\x82\x19\x65\xbb\xd3\xb2\xf1\x26\xcc\x4d\xc6\x74\x12\xad\x1a\xc9\xfc\x45\x1d\xc9\xba\xc0\x09\x61\xfc\x89\x72\xe1\xad\xe5\x00\x3e\xfd\x02\x0a\xe0\xbb\x65\x3b\xce\x07\xda\x3b\x78\x05\xcf\x84\x7f\x69\x63\x11\x4e\xa1\x92\xcd\x02\x52\x3c\x66\x87\xec\x26\xf9\x0c\x3e\x99\xd5\x4f\x15\x13\xf7\x61\xa8\xf4\x06\x4a\x69\xf5\x5f\x4c\x32\x7d\x4d\x96\x9d\xbd\x87\x15\x0d\xfa\xcc\x2b\xe2\x16\xfa\xb4\x09\x82\x01\xe7\xe6\x73\x98\x8d\x48\xf0\xe0\x44\xdc\x0a\x34\xaa\x75\x2f\xbe\x05\x8b\x33\x5d\x26\x86\xe3\xdb\x64\xd9\xa4\x87\xc4\x07\x2c\x5f\xca\x16\xca\x7c\xcc\x0c\xda\x7a\x1a\xbc\x6a\x37\xe3\x06\x63\x2c\xab\x82\x1d\xcf\x6e\x06\xdd\xe6\xbe\xe0\x15\xf9\xb4\x00\xf7\x04\xa0\x8d\x4f\x51\xde\x44\xdf\xfe\x0c\xf4\x11\xd2\x40\x4b\x30\x56\x4c\x99\x68\xe4\xe0\x53\xa8\x6d\x52\x37\xa2\x07\x3d\x8f\xb9\x92\xec\xc9\xf8\x88\x8e\xa7\xe6\xb1\xb6\x57\x2d\xa2\x0f\x70\x5a\x32\xef\xb2\xa2\x79\x46\xd0\x5a\xee\x3c\xc0\xe4\xb3\x15\x08\x14\x6e\xd8\x30\x11\xde\xc5\x5c\xda\xdb\x85\xe4\xb1\x16\x34\xaf\x43\x23\x59\x1f\x0d\x5e\xd8\x0a\xf6\xb8\xf8\x0b\x1e\xc1\x9d\xc9\x08\x24\xda\x78\x1e\x28\x2a\xf9\x0d\x3f\xb5\x92\x4f\x63\x02\xa2\x4c\x22\x33\x42\xb0\x1f\xa4\xe2\xac\x16\xfe\xf2\x79\xc2\xc7\x8b\xf3\xd6\x45\x41\xab\x05\x83\xdd\xef\xe1\x35\xc2\xb9\x4d\xab\x90\x74\x61\xae\xee\x1c\xda\x24\xdc\x20\xba\x82\x3d\x29\xf2\xa4\x87\x13\xbc\x44\x36\xe4\x10\x69\x50\x3c\xab\xe2\x11\xb5\x52\x6c\xcb\x9c\xcf\x88\x93\xcc\x07\xe1\xd8\x0d\x12\x9e\xaf\x27\x6f\x9b\xe4\xf5\xf0\xbe\x06\xab\xf6\x66\x67\x27\x64\x8f\xb6\xde\x36\x0e\xfb\x57\x73\x45\x73\x1e\x99\xa0\x49\x13\xfe\x85\x5e\xab\xde\x4b\xdd\x84\x8b\x55\xfb\x21\xa8\x84\x71\x95\xb6\xfc\x2b\xf9\xae\xf2\x6e\x86\x84\xf6\x45\xb9\x08\x54\xc9\x2a\x52\xac\xf6\x95\x73\x6f\xc9\xd3\x06\x93\xea\x40\xcd\xbf\xda\xe1\x0d\xce\x26\xaa\xf5\x3d\xe4\x97\xfd\x9b\xea\x13\x9c\x6e\x23\x03\x78\xd4\x14\xeb\x2d\x4a\x06\xe6\x88\x25\x08\x9e\x83\x5f\x67\x02\x97\x2f\x23\x1d\x31\x20\xd2\xc7\x68\xb3\x74\x6b\x40\x2b\x98\x4d\xea\x7f\x7c\x0f\x70\x0b\x95\x8c\x7e\x5c\x4d\xf3\x80\xb6\xb5\xb9\x7e\x79\x5f\xb6\x25\x0e\x3c\xd0\xfd\x4a\x89\x80\x85\x76\x92\x79\xbf\x10\x77\xdb\xae\x91\xa7\xa0\x77\xb5\xfc\x05\x4b\xc2\x1d\x6c\xfa\xab\xac\x8a\xf8\xa5\xf1\x54\xba\x90\x8a\x30\x47\x82\x26\x33\xe7\xe9\x11\xbe\xe3\x9c\x7f\xd5\x75\x7d\x03\x35\xcb\xd6\x3d\x69\x79\x5c\xd7\x3c\x92\x6c\xb6\x81\x7d\x06\x99\x8a\xd3\xd0\x2d\x7d\x06\x1e\x03\x01\xef\xe6\x93\xcc\xe8\xf4\x8e\x30\xe8\x5d\x5c\x79\x4b\x67\xd9\x42\xa2\xd3\xb1\x2b\x1d\x4c\x9d\x65\x65\x82\xa6\x32\x4e\x19\x1e\xaf\x70\xe5\xec\xd2\xcc\xed\x5b\x5a\xbd\x77\x4b\x45\x0b\xb2\x2e\x6c\x23\xc4\xec\xd9\xb0\x75\x5d\x8c\x02\x0e\x4d\x1c\xfa\xc2\x73\x85\xbf\xed\x97\x90\x32\x50\x17\xbb\x0f\x43\x07\xb1\x8f\xdb\xd7\x97\x7e\x22\x06\x38\xc3\xd2\xeb\x29\x83\xb6\x6c\x90\x37\x83\x60\x9a\xb2\xa2\x9a\x03\xd6\x50\x36\xae\x21\x85\xd6\x3f\xef\xdb\x4e\xf6\x86\x38\x9c\x26\x4a\x18\xdc\xd5\x70\x9f\x9a\x8d\xbc\x27\x51\xd0\x34\x98\x1d\x8c\x46\xfa\x3b\x3c\x1f\xb5\x91\x29\x21\xa1\x2a\xed\xec\x18\x6a\x4f\x26\x92\xbb\x8a\x39\x01\x94\xc9\x87\x73\xec\x3e\x28\xc1\x43\xa0\x6a\x03\x86\xb0\x0b\x4a\xe8\x1d\x27\xde\x80\x9f\x6a\x7e\x46\xfa\x8d\x9a\x63\xc8\xa2\xa4\x60\xf4\xe2\x2f\xd4\x21\xfc\x72\xc6\x32\x7a\x10\xb1\x15\x95\xc3\xb8\x49\x89\xaf\x4c\x65\x6d\xa0\xaf\xcc\x0c\xe7\xec\x66\x45\x80\x56\xf2\x67\x72\xa1\x3e\xf5\x82\x7e\xe0\xd8\x7a\x03\x3e\x0d\x39\xaf\x37\x90\x60\x46\x7b\x34\x83\x88\x17\xb0\x7e\xfa\x5e\x72\x1c\x1e\x2a\x46\x53\x8e\x12\x87\xe9\x6d\x34\x04\xf9\x31\xf2\x21\x23\x90\x96\x58\x31\xc6\x5a\xc6\xb8\x9e\xf1\x89\x93\xc8\x36\x80\xa6\xf3\x46\x78\x75\x3e\x60\x41\xb5\xa0\x61\x6d\x0f\xe6\x36\x61\x53\x37\x0e\x97\x49\x4a\x70\xf4\xe1\x2f\x91\x7b\x74\xe9\xc4\x3a\x6a\xb2\x28\x91\x3c\x83\xf6\x99\xd6\x45\xb9\xc5\x58\x87\x5c\x48\xbb\xc4\xe2\x55\x94\x33\xde\x72\x28\x19\x1a\x76\x32\x8f\x17\xf9\x84\x7b\x1d\xb0\xfb\xc8\x80\x21\xe1\xa5\xe1\x7b\xa8\x1a\x86\xa0\xf3\x2c\x66\x1a\xd3\x64\x5f\x89\x3d\xc1\x92\x6a\x3e\xe1\xb9\x6c\x8d\xd0\x9d\x58\xc1\x19\xa2\x0e\x93\x4b\xb9\xa7\x10\xf9\x54\x0e\xef\x5b\xf9\x41\xfa\x61\x20\x37\x63\x05\x2b\x51\xd0\x1d\x79\x86\xf3\x55\xf8\xdd\x67\x1f\xff\xa5\x18\x3b\x34\x11\x01\x02\x7e\x77\xf8\x22\xbf\x0b\xf8\x8d\x23\xe8\x47\x82\xa3\xea\x01\xec\x5e\x61\x20\xf0\x0b\x7f\x40\x38\x44\xd9\x42\x7c\x22\x0a\x84\x2b\x28\x11\xa2\x1d\xe5\xc1\xb4\x41\x71\x49\xfa\x15\x66\x8e\xf8\x45\xe4\x1e\xce\x0a\x09\xd5\xe7\x1b\x3f\x52\x3a\xb9\xff\x20\xb4\x5a\xf3\xa0\xf5\x15\xbc\x5e\x23\xb6\xe8\x91\x24\xcd\x7c\xe5\x6e\x34\x5d\x6d\xe2\x67\x63\x47\xd4\x8b\xc8\xf1\x84\xc9\xaa\x66\x58\x35\x49\xab\x9a\x5b\x56\x40\x5d\xad\x14\xa6\xe7\x30\x66\x28\xae\x46\x0e\xb2\x97\x29\x16\xfb\x22\x79\xd5\xf2\xa2\xde\x78\x70\x50\xd3\x49\xe7\x7e\x68\x81\xa3\xd0\xd4\x06\x57\xd8\xbe\xc9\xdf\x22\x37\x37\x8a\xb9\x9b\x31\x33\x2c\xff\x11\xef\xe1\x1a\xcd\x44\x68\x3c\x31\xcd\xb8\xaf\x94\x49\x59\xae\x7f\x98\xb6\x9f\xee\xa1\xbd\x19\x29\x62\x81\xd5\x5b\x7d\xfb\xb8\xa7\x94\xe4\xee\xb4\xfa\xd6\xbe\x5f\x4d\x7f\x83\x1f\xf4\x3c\x31\xdc\x86\x45\x74\x6d\x92\x41\x11\xf4\x8e\x2c\x4e\x31\xea\x59\xeb\x69\xc2\x5a\xac\xc1\xe9\x0d\x89\x27\xd4\x3b\x32\x4b\x76\x93\x4b\x1b\xbd\xd2\xf2\x69\x1c\xd3\x8e\xc8\x3a\xe6\xdf\xfa\xc5\xbe\x37\xb8\x28\x75\x5a\x97\xa4\xde\x65\x6d\x4a\x93\x3b\x18\x3a\x74\xd4\x10\x04\xdd\x36\xe0\x2e\x3d\x09\xff\xdc\x5b\xc0\x3e\x83\xa2\x74\xd5\x10\xa2\xb0\x2e\xed\xe1\xe0\x7b\xf8\x8f\xce\x13\x25\x6c\xd2\x07\xc7\x84\xb4\x60\x9a\xa7\xe5\x79\x24\x98\x69\x32\x18\x7d\x7f\x71\x57\xaa\xc7\x3b\xdf\xd7\xed\xdf\xd4\xe1\x68\x69\xf8\xba\x7e\x54\xbf\x19\x9a\x31\x32\x2a\xad\x87\xab\x07\x07\xd9\x4c\xe4\xf7\xbe\x42\xfc\x18\x66\xb8\x6b\x3b\x78\x18\x2f\x6f\x3b\x55\x52\x4b\x52\x35\xd3\xd2\x02\xa8\x7b\x1a\x77\x44\x02\xcc\x40\xe3\xfa\x15\xb1\x9c\x33\x9a\xf2\x01\x1c\xbd\xbe\x7e\xb4\x4d\xc0\x98\x01\x21\x5a\x13\x19\x43\xf0\xc9\x2a\x57\xa6\x05\xb9\x89\x0f\x66\x59\x31\x7c\xb2\x0b\x7b\x00\x9f\x06\xfd\xc8\xb9\x45\x8a\x2e\xd5\xf3\x7c\xa8\xec\x34\x2f\x7e\x2b\xe3\x7e\xc4\x02\x41\x0d\xc7\xec\x8d\x13\x95\x00\xa2\xfe\x2d\xb4\x89\x50\xef\xd6\x6b\xb4\x8b\x70\x81\x65\x1d\xdd\x8c\xbc\xac\x34\x32\x5a\x30\x31\xbc\xeb\xcc\xbd\xb8\x43\xa4\x01\xd6\x4b\x62\x26\xd4\xca\x89\x23\x8f\x97\x66\x71\xbb\x68\xaf\x52\xbf\xf2\xc3\x99\x7f\x56\xff\x16\x4c\xe5\x96\x78\xa3\x45\x2e\xc0\xc3\xbe\xb7\x94\x0d\x88\xb6\x56\x1f\x6a\x0b\x6a\xab\xe5\x2f\x1a\x07\x73\x42\xf1\x8e\xde\x87\x7b\xc9\xcb\x62\x3c\x22\x86\x92\x56\xb1\x02\xc9\x4c\x68\x20\xdb\x41\xbd\x5f\xf2\x83\x3b\x9f\xa1\x4d\x3d\xc6\xdb\xcf\x2e\x5c\xfd\x16\x58\xc7\x4b\xf7\x66\x09\x2f\x0a\x98\x3d\xcf\x49\xa5\xf8\xfd\xce\x5a\x32\x81\x08\x33\x41\x29\x0a\xd2\x4d\xb9\x99\x7a\x95\x22\xe1\xae\xa0\xc7\xd1\xd2\x88\x61\x8c\x2d\x8c\xe9\x10\x08\x2b\x9b\xf9\xa6\x04\xcb\x7e\xcf\x99\x98\xca\xe2\x9e\xe6\x05\xae\x3e\xcf\x7f\x04\x90\xbc\xfb\x84\x2b\x84\xf7\xbb\x15\xf8\x07\x74\x49\xd3\x77\x62\x18\x43\x6b\xf8\x42\x92\x31\x25\xb2\x42\xf2\x6f\x56\x07\x67\x2e\xd5\xc6\xbe\x44\x48\xa1\x47\x72\xa7\x83\xdb\x19\x9f\x78\x95\xc5\x0f\x59\xe7\xf8\xa7\x52\x83\x38\x17\x04\xe9\xab\xcf\xf1\x67\x0a\x4f\x7b\x3f\x17\x50\xc5\xe4\x4e\x13\xf6\x34\x9f\xe3\xc8\xc0\x27\x03\xcb\xf5\x16\x42\x3f\x20\x93\xce\x26\xe5\x08\x66\xb3\xbe\x52\xa6\x0a\xd6\xe2\x4b\xa9\x17\x84\x39\x0d\x7f\xd3\x77\x09\x3f\x14\x97\x33\x77\x8b\xb6\xa5\x3c\x64\xdf\x17\xb3\x56\x9f\xe2\x45\x49\x42\x7c\x02\x80\xbd\x92\x5f\xed\xcb\xd1\x4b\x54\xcf\x6c\x4b\x30\x83\xaa\x75\x5a\x05\x2e\x4d\x05\x11\xaf\x21\x2c\x55\xcd\x64\x42\x48\x93\x94\x07\xb0\xe3\xe4\xdf\x4a\x4c\xfd\x61\xda\x72\xe5\xcc\x22\x3d\x23\x5f\xb1\x36\x05\xce\x1a\x52\x80\x56\xef\xe7\x86\xca\x77\xf9\xb4\xf0\xef\xc8\xa3\x5a\x5e\x20\x1e\xd8\xbd\xac\x53\x50\xbd\x8d\x9f\xd4\x7d\x18\xb4\xf5\x8c\x50\x81\x83\x58\xb4\xf4\x07\x04\x9a\x39\x05\xb3\x9e\xe4\x30\x3e\xac\xdb\x41\xb9\x63\xc0\x16\xee\xa6\xc7\xe9\x4e\x27\xdf\x63\x1e\xd4\x4e\x5c\xdd\xc4\x61\xaa\x03\x7d\xae\xf0\x33\x95\x71\x4e\x24\x9c\xdc\x33\xdb\x2c\x40\xa6\x76\x2d\x55\xcd\x47\xfb\x74\x4c\x15\x2c\xc0\xae\x6e\x7d\x42\x73\xe0\xeb\x9c\x43\x68\x3d\xb1\xbd\x29\xa9\xf6\x24\xf9\x8f\x6d\xa8\xf0\x2f\x1a\xdf\x72\x32\x99\xcc\x5c\x66\x1c\x58\xcd\x62\x3f\xd7\xc1\x7d\x67\xf1\x6e\xa8\xbe\x34\x37\xc2\x9e\x0e\x7e\x30\x9d\x43\x1c\xec\xdf\xac\xe4\xa0\x86\x7a\x53\x01\x25\xe6\x7f\x5d\x7b\x69\x8b\x71\xcf\x3b\x66\xa3\xdd\x89\x61\xad\x01\xb5\x14\x72\x47\xf3\xf4\x82\x0b\x34\x4f\x9b\x29\x39\x97\x71\xcc\x7c\x78\x35\x93\xdd\xa1\x3f\xeb\x1b\xc6\xb3\xab\xfb\x9b\xde\xc1\x04\xeb\xfe\x33\x65\x20\xca\x47\x44\xca\x99\xa8\xf8\xc1\x33\xc0\x0a\x4c\x5e\xdf\x5b\xea\x51\x1c\xa7\xfb\x01\xea\x16\xe1\x50\x87\xa5\x36\x81\x1c\xd6\x32\x5e\x30\x4c\xdd\xea\x78\x9e\x9c\xce\xa8\xb5\x8a\x57\xeb\xd8\x31\x86\x27\xbe\x58\xde\x6a\xcd\xb4\xb6\xeb\xdc\xc0\x7a\x61\x63\x3b\x57\x09\x59\xad\x79\xc3\x7d\x0d\xbb\x28\x52\xf0\x00\x24\x8d\xa1\xe5\xbb\x63\xa2\xb1\xb3\xf9\xa3\xf8\x99\x75\xfb\x01\x27\xe9\xaf\xc2\xd9\x02\x36\x35\x2b\x89\x2e\xe4\x32\x36\x86\xd1\x45\x3b\x38\x2c\xaf\xa5\x12\x4f\x40\xd5\xb6\x9a\x7d\x0b\x72\xaa\x71\x12\xa7\x01\x1e\xa8\x81\x72\x5e\x21\x25\xc2\x9f\xdc\x26\xf4\x03\xc6\x0c\x5e\x05\x0e\x89\xe9\xe4\xbb\x13\x3e\xd7\x41\xf9\x7f\xc8\xbb\x0a\x2e\x00\x5f\x68\xc3\x49\x59\xc2\x45\xcc\x03\x61\x24\x11\x96\xbb\xca\xcb\x45\xfc\x06\xb8\xdd\xaa\x60\x19\x11\xd1\x56\x28\x7b\x0d\x2a\x4f\x7d\x9a\xfd\x02\x53\x23\xc4\x72\x36\xe1\x38\x74\x05\x57\x4d\xd8\x87\x09\xe0\x61\xc9\x73\x6b\x7f\xf3\x11\x54\x53\x81\x09\xa0\x33\xd6\x24\xf9\x09\x06\x58\x7f\xc2\x88\xa2\x39\xbc\x05\x5e\x11\xe2\x61\x01\xca\xf9\x1f\x63\x0d\xde\xdd\x7c\x9d\xb9\x8c\x30\xa4\x4a\x65\x4d\x20\xf9\x09\xbc\x58\xef\xc9\xd7\x69\x74\xf6\x38\xb5\x0f\x9d\xc8\xf9\x4d\x17\xd5\x26\xf0\x7c\x99\xfc\x82\xd9\xfc\x3a\x76\x73\xe2\x38\xb0\x87\x7b\x3e\x0c\x23\xcc\x07\x42\xbc\x30\xe2\x89\xc2\x23\xcd\x3c\xea\x73\x5a\xb6\x89\x4d\xfb\x49\x67\x2a\xa7\x31\xe6\x31\xf4\xc0\x74\x66\x20\x73\x0f\x55\xc4\xaa\x66\xfd\x46\x91\xd8\x7a\x4e\x49\x8d\x8d\x73\x83\xbb\x2f\xdf\xc9\x4b\xe0\x27\x26\x1e\xe2\x1f\x05\x2e\x85\xe1\x04\x7c\x21\xe0\xb5\x41\x54\x2c\xce\x73\x5c\x20\x3f\xe5\x2d\x31\x4e\xa5\x2e\xe2\xed\x94\x9f\xa3\x25\xf3\x33\x78\x63\x74\x09\xff\x05\x45\xcb\xb8\x0a\x74\x23\xdb\x58\x81\x02\x48\xf5\x0b\x76\xbb\x30\x38\xdf\x87\x1b\x24\x9a\x9e\x28\xe7\xdd\x14\xbd\x0c\xc3\x03\xeb\xc4\xe7\xbd\xc6\x84\x1d\x92\xb3\x36\x36\x51\xa0\xf8\x5b\x77\x8f\xb4\x59\x71\x4a\x7a\x86\xfc\x4d\xd1\xcf\xf5\xa1\x62\x14\x6c\xd2\x37\xda\x53\x45\x31\x22\x8b\x41\x51\xac\xa8\xba\xc1\x9a\x2b\xff\x9a\xd7\xc0\x3e\x2f\x3f\x92\x38\x87\x3b\x24\x17\x87\x21\xf8\x83\xf2\x35\xde\xe5\x82\xc3\xb2\x71\x2b\x14\x1f\x6c\x55\x69\xee\x11\x36\x5a\x8c\xe2\x37\xa4\x30\xb3\x92\xcd\x26\x1f\x34\x71\x88\x32\x2a\xc2\x88\x80\x4f\xa4\x2f\x34\xc4\x56\x5e\x64\xdc\xd3\xfd\xcc\x6d\x66\x1d\xd1\xb6\x25\xd8\x39\x47\x34\x4b\xc2\x32\x79\xff\xa8\xd4\xde\x7d\x82\x65\x8a\x17\xe6\xf5\xd8\xfd\x1d\x8f\xd4\x85\x78\x70\xbb\x87\x88\x45\xf8\xde\x9a\xc6\xf2\x24\x75\x3a\x1b\x08\x15\x94\xaa\x26\x08\xf4\x37\xcd\xd7\x1e\x53\xf1\x93\x31\xdb\xfa\x22\xe7\x03\x6b\xaa\xb9\x24\xc1\x87\xe3\x6e\x90\x84\xad\xe0\x55\x6a\x9b\xbd\xaf\x03\x3d\x2a\x9b\xe9\x33\x36\xa9\x4f\xae\x5a\x87\xbb\xd7\xc3\x13\x3e\x24\x28\xba\x32\x98\xed\xa4\x80\xf6\xdf\xf8\x47\xe4\xa7\xad\x0e\x68\x27\x75\x6f\xf3\xb7\x8a\xcd\xf4\x0d\x0e\xbf\x9c\x3d\xcc\x8d\xd6\xaf\xf1\xdf\xd9\x67\x4c\x8a\x30\x77\xde\x4c\xdd\x7b\xef\xb7\x40\x9d\x3a\xc6\x44\xc1\xdc\x1e\xae\x56\x45\xe0\x98\x83\x8b\x85\x5c\x82\x6b\x5f\x17\x33\x85\xb8\xbf\x67\x1a\xbe\x89\xcc\xe9\x4c\x83\xc2\xa9\x85\x6d\xc9\x15\x2a\x7a\x5a\xf3\x97\x9c\x36\x66\x9a\x3d\x39\xfe\x3d\x1b\x62\x01\x85\x05\x70\x07\x0d\x53\x7c\x82\xf8\x6f\xd5\x03\x56\x92\xa8\xab\x1e\xd0\xdc\x15\xed\x82\xf8\x4a\x66\x8a\x76\xc2\xb6\xb2\x31\xa2\x87\xc8\x3c\x62\xac\x78\x39\x66\x0e\xcc\x2e\xae\xc1\xbd\xae\x0c\x10\x8f\x10\x7f\xe6\x64\x48\x66\x51\x43\xe2\x34\x12\x3d\xc3\x1a\x7c\x42\x1a\xc1\xa1\x7a\xb4\xcb\xa6\x02\x06\xcb\x79\xa1\x04\xa2\xd2\x14\x09\x47\x60\x6f\xc4\x2a\xe1\x59\x64\x2a\xeb\xa5\x68\x16\xba\x9d\x70\x52\x54\x87\xf3\x80\x85\x8a\xb6\x10\x0e\x54\x5c\x17\x2f\x23\x9b\x72\xe6\x88\xed\x34\x7e\x1c\x43\x12\xc0\x6c\x0c\x3e\x20\x79\xc5\x9d\xef\xb1\x5d\x3a\x0a\xdc\xb0\x78\x0b\x90\xf0\xdd\xea\x1d\x82\x76\xe4\x7d\xd1\x67\xc1\x7d\xf4\x4f\x16\x5c\x18\x81\x5b\x42\xc8\x13\x3a\x09\xf5\xd0\x63\xa2\x89\xa4\x43\x15\x02\x91\x94\x5a\x9c\x7d\x43\xbc\x80\xfe\x29\xae\x41\xbc\x9f\x75\x2c\xf8\xb4\xa4\x91\xfb\xc6\x63\x54\xaa\x13\x54\x98\x2c\xfc\x55\xb8\x20\x55\x06\xdf\x84\x1f\x13\xb6\x03\x13\x89\x12\xe6\x1a\x40\x45\x8e\xc6\x17\x08\x96\x52\xe7\x41\x9e\x0b\xd6\xd2\x27\x94\x9f\x10\xe6\x33\x17\x67\x63\x44\x53\xd8\x51\x71\x6b\x44\xd7\xb9\xac\xe0\x7b\xe2\x0b\xfc\xaf\x9e\x8b\x25\xcf\x85\x23\xc6\x58\xce\x1b\x6a\x94\x32\x80\xab\xa2\x31\x05\x76\x9e\x17\xbd\x83\x91\xc7\x3b\xc7\xb8\x8d\x93\xf0\x15\x2c\x10\x24\x06\x88\x67\xf7\x95\xc7\x08\x26\x72\x03\xb3\x67\x0b\x5e\xf2\xf6\xc7\x2d\x14\x3e\x01\xe0\xc1\xaf\x45\x7f\x84\x91\x9e\x38\xc9\x1a\xb1\x9f\xc1\x83\xf5\x95\x63\x95\xbf\x63\xef\xe4\x22\x00\x3d\xa7\x9e\x37\x83\xde\xc0\x0d\xe0\x9d\xc4\x6e\xe1\x4d\xe1\xb7\x80\x35\xbc\xfb\x00\xbf\x6c\x03\xff\xb4\x80\x98\xb5\x15\xf8\x5b\x88\x8c\xfd\x57\xf0\x43\x84\x08\x99\x25\xf2\x11\x73\x3d\xaf\x89\xe1\x92\xf5\xda\x43\x0c\x81\x6c\xb7\xf4\x1d\xb3\x50\x76\x83\xd7\xc2\x0a\x95\x3d\xa2\xf6\xb2\x57\xca\x6e\x63\x22\x38\xc1\xb2\x7b\x0d\xa9\xdc\x48\xd9\xa3\xd2\x01\x5e\x9e\xec\x69\xe6\x17\xbe\x5c\x76\x27\xd6\x00\x8c\xca\x4e\x85\x4c\x10\x7a\xc9\xf6\x79\x79\x8b\x9a\x65\xbb\xd4\x5b\x68\x58\xd3\xa8\xf8\x39\x9d\x6d\x1c\xe7\x9c\x62\xb0\x8d\x61\xe4\x3f\x4c\x93\xa1\x0a\x75\x9a\xb5\x53\xcf\xab\x9f\xce\xfe\x47\xa7\x2f\x19\xe4\xfa\x68\x0d\x99\x09\x3c\xa1\x06\x1b\xeb\xce\x7f\xa1\xf6\x0b\x7e\x22\x80\x2a\x6f\x7b\x35\x08\x5f\x2b\xf4\xaa\x08\x6a\x60\x2b\x55\x64\xa5\x45\x39\xbf\xb2\xc9\xf4\xc2\x66\x24\xe9\x3c\x83\xe3\x38\x80\x3c\xc8\xdc\x62\x9f\x50\xe7\xcf\xfa\xd9\xe8\x53\xfc\x91\x53\x67\xf1\xc8\x58\xcb\x3d\x65\xbc\x1c\xb3\x89\x9f\xa9\x2f\x0d\x3e\x0a\x5c\xd2\x1c\xf3\x32\x0a\x09\x2a\x4f\xa5\x92\x62\xed\xba\x23\xfc\x46\xdd\xd8\xb9\x84\xf5\x84\x76\xab\xdd\x9f\x54\xc1\x98\xdc\xba\x12\x59\xcb\x4c\x75\x4e\xaa\xbd\xc6\x6a\x72\xec\x2c\xde\xce\xfe\x6d\x03\x65\xb0\xb9\x14\x4b\x4d\x8c\x86\xf7\xaf\x31\x31\x78\x17\xa0\xd0\xcd\xf1\xb2\x0b\xbd\x55\x87\x15\x3f\x29\xf3\xfa\x55\x42\x25\x35\xae\x57\xc6\x92\xd1\x98\xdd\x05\xa4\x89\xf4\xd6\x8e\xff\x90\xcb\x18\x57\xdb\xd4\xb5\x7d\xac\x40\xe7\x8d\x62\x3b\xbb\xd9\xf1\x3c\xa3\x81\x3b\xa5\x51\x1b\xc3\xe3\x69\x4c\xf7\x83\x4f\x03\x4b\xf5\x5e\x5e\x77\x05\x9b\xd5\xd1\xd2\x93\x5a\xf7\xfa\x76\x7e\xb9\x46\x0c\x49\xa2\xd7\xa9\xdf\xc3\x2e\xe3\xae\xa9\x01\x24\x0c\x7a\x4b\x3d\x0d\xe3\x59\xc5\x57\xe9\xf1\x93\x0a\xe8\xaa\x79\x24\xef\xd4\x39\xca\x0e\x2a\x1c\x34\xae\x04\x31\xae\xad\xfa\xa6\xb8\xc5\x39\xe0\xb6\x5f\xd1\x0a\x3c\x91\x06\x6a\x26\x40\x18\xbc\xeb\x6a\x09\xec\x2a\xed\x93\x7a\x36\xd2\x1f\xc7\x52\x6d\x44\x0b\xa1\x52\x55\x39\xf6\x4f\x55\x88\xf2\x15\x61\x43\x41\x84\x52\x45\x36\xa6\xbc\x50\xfa\xd3\xb4\xa0\xd7\x8a\xeb\xcc\xed\x01\x33\x15\x46\x6e\x86\xdb\x3f\x0a\x88\x60\x89\x44\xae\x7a\x0a\x67\xf2\xf2\x55\x12\xa4\x9d\xa6\x56\xad\x44\xaf\xc3\xcd\x50\x3e\xc4\x1e\x83\x7a\x2a\xdb\x08\xf3\x2a\x6f\x2b\x33\x48\xaa\xfc\x77\x8a\xf7\xd4\xa0\x94\xe3\x8a\xb5\xf4\x67\xa0\xc7\x0a\x02\xeb\x4c\xc0\x32\x45\x24\x6f\x9a\xfb\x44\xc5\x12\x81\x58\x0c\x56\x5c\xc3\x52\xb9\xab\x14\x43\x78\x37\x2a\x5e\x21\x25\xec\xc7\x2e\x55\x54\x90\x54\x90\x0a\x45\x30\x85\x51\x19\x2c\xff\x4c\x93\xe4\x23\xe4\xc7\x18\xdb\x52\xa8\xf2\x76\xd6\x6b\xd0\x65\xb9\x8a\x9b\x1b\x10\x25\xa7\xf0\x5f\xba\x57\xcb\x49\xc2\xdd\xc2\x6f\xf2\x39\xe4\x2e\xf6\x2f\xd9\x7d\xea\x4c\x0a\x57\xb6\x9b\xd6\x80\x49\x92\x6d\xa0\xff\x0f\xec\x94\x0d\x31\x41\x15\x26\x99\x95\x75\x3a\xef\x1f\x99\x88\x03\xa4\xac\x92\xa9\x78\xd1\xa0\xc3\xb2\x26\x60\x46\x40\x89\xac\x5b\x38\xd9\x7d\x44\xb6\x47\xec\x2d\x38\x2e\x8d\x66\xa9\x59\xaf\xa5\xcb\xd9\x64\xb2\x4c\x3a\x95\x93\x86\x86\x4b\x5d\xb8\x41\x0d\x7f\x4b\x23\x79\xc1\xe5\x2f\xa5\xb1\xfc\x94\x3c\x84\x34\x1d\xc0\x26\xdf\x93\xb2\x05\xed\xa0\xcd\xd2\x0d\xc2\x5b\x01\x24\xe9\xa8\x38\xd0\x7d\x4c\x36\x5d\x62\x01\x38\xa2\xbd\xe2\xab\xcc\x06\xd1\x45\x89\x0f\xf1\xa3\xe8\xa5\xa4\x16\xf9\x58\x0c\x92\xe8\xea\xc5\x62\xa1\xe4\x4c\xd9\x31\xf1\x26\xe9\x82\x5c\x86\xf8\xa9\x14\x9a\x9c\x2e\x09\x95\xae\x05\xd1\x25\x02\xe9\xeb\x00\xa5\xe4\xb0\x2c\xdc\x83\x2c\x9d\x25\x13\xf2\x74\x82\xb5\xba\xf7\xf4\x63\x82\x37\x3a\x1c\x01\x26\xcc\xd2\x9e\x47\xec\x11\x6a\xb5\x39\x75\x8d\xc2\x87\x9a\x83\xa5\xdf\x45\x71\x1a\xff\x9c\x73\xa2\x61\xb5\x2c\xe9\xb2\x78\xa6\xea\x04\x28\x54\xac\x50\xbe\x0d\x50\x8a\xdf\x2a\x67\x7a\xec\x90\x54\x2a\x56\x70\x3e\x03\x28\x07\x82\x46\x06\xb6\xda\xcb\xf1\x55\x82\x19\x36\x77\xf8\x36\x01\xd9\x7a\xab\x76\x8b\xe0\xa6\x45\x59\x9a\x2c\x2c\x31\x2f\xc8\xc9\x16\x5e\x30\x4a\x92\x6a\x45\xc5\xfa\x0d\x91\x57\x45\xd7\xb5\x9b\x02\xb0\xe2\x32\xf5\xa0\xc7\x43\xf1\x39\xa5\x83\x43\xe4\x5f\x69\xcd\xa5\x3e\x07\x82\x9c\x1f\x71\xf7\x01\x6b\x33\x0b\x9e\x07\x7c\x76\xdc\xab\xad\x17\xa0\xed\xc1\x25\xdf\x04\xcf\x1a\x2b\x72\x16\x08\x69\x96\xd2\xa4\x10\xe1\x47\xe3\xb7\xc8\xed\x22\x81\x9e\x18\x00\x13\x4f\xd0\x5c\xf0\x18\x17\x8b\x54\xab\xd8\xbf\xf9\xd5\x9d\x12\xaa\x92\xbf\xbb\xfd\x33\x4e\x0d\xf8\xb4\x25\xc0\x27\x02\xca\x16\x78\xad\x2f\xf0\x6f\x33\xa2\xe4\x92\x80\xe3\x88\xc8\xfe\x2a\x9c\xda\x38\x9a\xe4\x22\xd4\x98\x7f\x46\x0e\x8b\xfe\x32\xbc\x09\x20\x8a\x1c\xda\x0b\x9e\x8b\xc4\x8b\x54\x2d\xb4\x68\xfb\xd6\x86\x58\xc2\x44\x5b\x3d\xe4\x10\x32\xa0\x71\x01\x3c\xbe\xfe\x92\xe5\x16\xf2\x54\xc5\x72\xb3\x13\xa3\x2b\x58\x6a\x8a\xc3\x0b\xd3\xf5\x86\x4b\xa4\xf5\xb1\x27\xf5\xf5\xd4\x5f\x61\x44\xed\x43\xa6\x74\x65\xa9\xa6\x9a\x4b\x71\xf5\x55\xdd\x10\x34\x51\x5f\xd9\x86\x21\xbb\xf0\x3b\x1a\x31\xf0\x99\x88\x97\xd6\x10\x64\x4d\xbd\xdd\x32\x0f\xbd\xb9\xfc\xa1\xe9\x25\x2e\x36\xff\xb9\xb1\x93\xf0\x25\x1d\x6d\xc8\x20\xbf\x8d\xdd\xa5\x7b\x42\xfb\x15\xc6\xd0\x8a\x59\x71\x2b\xf1\x9a\xe9\xdc\x1b\xae\x29\xaa\x16\xc1\x30\xb5\xb1\xb1\x03\x0e\xc6\x37\x58\xe9\x48\x19\xa2\xdb\x92\x89\xee\xab\xcf\x37\x67\x63\x8f\x95\x77\x99\xa2\x08\xae\xf9\x5b\x0d\xdf\x48\xc3\xe9\xf1\xfa\xcd\x54\x74\x6c\xbf\x0e\xc5\x88\x0e\xe3\x6a\xe7\xb3\xc3\x56\xaa\xd4\xeb\x79\x62\x57\x82\x2a\x4f\xf0\x93\x62\xb6\xfc\xc0\xec\xc6\xb1\xcc\x57\x70\x0e\xf8\x79\xd3\x45\x42\x5a\x5d\x9b\xf1\x2a\xc9\xb3\x7c\x8e\xe1\x22\x65\x65\x7e\xac\x7e\x23\xad\x2c\xed\xbe\x4e\xc4\x18\x89\xe5\x69\xab\xd8\x13\xc2\x24\x9a\x95\x5c\xde\xca\x4d\xaa\xfb\x40\xa4\xeb\xff\x94\xad\xa2\x85\x64\xbd\xe9\x3f\x12\x80\x55\x98\x66\x92\xbf\xc1\xbe\x1a\x17\x53\xe1\xb5\xf7\x0d\x6b\x68\x0f\xcb\x88\xfa\x22\x86\x34\x6f\x9b\x2e\x8b\x95\x9c\xc6\xd2\xae\xe6\xb8\xc7\x66\x6b\xa2\x78\xd3\xc3\x34\xea\x50\x60\xf2\xca\xfb\xaa\x09\xc2\x20\xb7\x65\x8a\x2b\x62\x02\xc9\x68\x4c\x67\xb4\x60\xfa\x0c\x35\xcc\x73\x30\x1f\x3d\x95\x75\xa0\xd6\x5d\xb7\x8e\x7d\xbd\xf4\xb8\xf6\x0e\x77\x46\x9e\x9f\xe6\x0d\xaf\x2c\x6d\xa6\xfa\x1d\x7f\x6b\xec\x7c\xb5\x9b\xc0\x37\xcc\xac\x4a\x12\x76\xf9\xcd\x52\x06\x88\x57\xba\xb1\x14\x8b\x25\x47\x88\x65\xba\x1b\xc2\x95\x68\xbc\x6e\x81\xb0\x13\x3a\x5d\x5b\x25\x9a\x59\x13\xa4\xd9\x28\x52\x94\xfc\x52\xff\x12\xcf\xce\x55\xaa\xa3\xc5\x1d\xa9\x36\x15\x5a\x12\x11\x73\x49\xb9\x55\x72\x36\x4c\xa3\x78\x2f\xad\xf7\x2b\x51\x4c\x94\x3e\x73\x9f\x29\x9f\x2a\x53\xe0\xc7\x34\xff\xa8\x27\xa3\x52\x35\x71\xaa\x4b\x90\xa9\xea\x56\x55\x5f\x75\xae\x7a\x86\x8a\x58\x92\xac\x62\xaa\x62\x72\x9e\x29\xaf\x28\x7f\xa4\xba\x28\xfd\x95\x3b\x63\x34\x0a\xb3\x12\x1a\xc6\x90\xbf\x56\x7c\xf0\x43\xcb\x57\x28\xa8\xee\x08\x59\x86\xfc\x13\xee\xb5\x1a\x67\x51\x23\x53\x55\x8f\xcd\xe7\xc1\xde\x2a\xb0\xe9\x4b\x95\x42\x79\xcf\xb4\xb4\xb8\x43\x59\x6b\x0c\xca\x81\x2b\xee\x18\x02\x52\x76\x2b\x2a\xf5\x7f\xc5\xc4\xc8\x4f\x6b\x77\x85\xc5\xcb\x57\x6b\x62\xfd\xb0\x32\x91\x6a\xb7\xbb\x5e\xba\x53\x19\x8e\xa3\xab\xae\xd8\x3f\x20\x6e\xa8\xca\x6c\x5f\x1a\x8e\x2b\x6f\x35\xde\xaa\x5a\xa3\xac\xb7\x6e\x2a\x86\x2a\xee\x5a\x68\x39\xab\x15\x04\xf3\xc2\x94\x66\xf9\x07\xa3\x2d\xc6\x5d\x8e\xd1\x1f\x09\x5b\x25\xbb\xac\x3d\xea\x07\x95\xf9\xab\x77\xb9\xdb\xa4\x44\xe5\x10\x6e\x8e\xaa\xc4\xb9\x0f\xa1\x50\x5e\x6d\x36\x37\x48\x95\xe0\xa6\x98\xaa\x09\x8a\xbb\xf6\xcb\xc5\xf1\x8a\x06\x5b\x51\xce\x72\xf9\x7b\xeb\x40\x8a\x41\xae\x30\x8f\xc6\x2c\x95\x8d\x1b\x2d\x61\xfe\xb2\x06\xfd\x72\x3f\x96\x74\xb7\xa6\xcb\x7d\xbd\x74\x82\x6a\x3e\x8c\xd5\xdd\xda\x70\xbd\xde\xa5\x93\x0f\x4d\xad\xac\x68\x87\xc1\x77\x15\xcf\x6e\x85\xa2\x32\x73\xe4\xce\x2c\xec\xfc\xd4\x2b\x8e\x0f\x84\x85\x71\xbb\x6d\x12\x72\x79\xc4\x39\xcb\x37\xda\xa5\x40\xb2\xa9\x96\x25\xf4\x59\xa8\x6f\xe2\xd5\x2d\x3f\xa8\x39\x2b\x44\xc2\x4a\xba\x0c\x50\x8f\xba\x4f\x1d\x6a\x78\x7d\x65\x44\x9b\x12\xd9\x57\xf4\xaa\xa5\x0d\xfd\x3b\x07\xd9\xdc\x8c\x6b\x4a\xdd\xe7\x28\x23\x62\xe2\xd6\x36\xbe\xa3\x50\x23\x46\x2d\x42\xfa\xfa\x40\xa9\xf1\x1d\x7b\x8e\x4f\x90\x3e\x85\xd7\xbb\xfc\xb9\x46\x2e\x04\xc3\xbc\x3b\x85\x70\x7b\xdd\xc9\xf6\x46\x64\x7f\xe5\x94\xd6\x01\xf4\x81\xa2\x03\xce\x6b\xd8\x27\x39\xf1\x4d\x0f\x09\x85\xa9\x9d\xf6\x75\xa4\x7f\xe3\x9a\x1b\x2b\xa9\x27\x22\x46\xcd\xe3\x8c\xa3\x81\x8d\x46\x3e\xfb\x91\x4f\xae\xee\x36\x3f\xc8\x65\x9e\x26\x44\xd8\x0a\xa5\xb6\x1f\xc4\xc8\xeb\xbc\x5a\xff\xc5\xc5\x55\x90\x5a\x7c\xf0\x9f\x8b\x32\x9b\xab\x89\x2f\xb3\x1f\x38\xd8\x94\x99\xa9\xd5\xb6\x6a\x5a\x55\x1c\xd6\xea\xc2\x38\x1b\x71\xd8\x74\x83\x9d\x1f\xb8\xd9\x20\xe4\xfe\xeb\xa3\xd2\x7e\x07\xb6\xba\x90\xd5\x18\x91\x15\xf2\xa0\xf5\x39\x71\x73\xad\xb6\x25\x96\x1c\x5a\x7e\xab\x59\x41\x19\x2c\x3c\xe9\x18\xa5\x65\x64\x73\xec\x13\x18\x33\x53\xa7\x5a\xbf\x32\xdf\xc5\x45\x98\x2f\xb3\xc7\x23\x76\x19\xb7\xf2\x16\x07\x8e\xea\xd9\x40\x96\xcf\x09\xed\x6c\xa1\xd4\xe5\x92\xca\x2a\xbe\x0c\x99\xd1\x92\x4a\xaf\xad\xb9\xd9\xdc\xc5\xa0\x97\xa7\x3b\x3e\x32\xd5\x85\xe9\xf6\x32\xd6\xd9\xec\x19\x8d\x6d\x9c\xd0\x94\x6d\x96\x41\xee\x50\xec\x77\x93\x8d\x0f\x8a\x18\x36\x34\x02\xaf\x03\x5f\xea\x58\xc2\x61\xdf\xa9\x1a\x3f\x71\x8d\x6b\x84\xf2\xa8\x74\x31\xd8\xbb\xe9\x25\xff\x40\xcd\x0c\x07\x16\x20\x94\x35\xd9\x1e\x08\xe6\x14\x6c\x6b\xac\x16\x1c\xce\x6a\xb1\xec\x13\x6a\x53\xc0\xa6\x31\x51\x75\xec\x49\xe3\x14\x71\x78\x44\x9f\xde\x45\xe2\x11\xb4\x44\xbb\x40\x3a\xc5\x17\xa2\x7a\x23\xbd\xe2\x7a\x54\xb1\x4e\xb6\xb1\xc1\xd7\xfe\x47\xbe\xa5\x3a\xc5\x66\x97\xef\x2f\x7d\xd8\x18\x2c\x3f\x54\xe0\x65\xd9\x2d\xbf\x9c\xe5\x6d\x8e\x92\xbf\x4e\xfe\x63\x34\x29\x26\xc6\xaa\xf5\x17\x14\x0b\x23\x2c\xda\xf7\x8a\x55\x41\xab\xd5\x3f\x14\x7e\xbe\x1d\xca\x1f\x8a\xe9\x6e\x41\xf2\xdb\xf2\x57\xf5\x0e\x9b\xd8\x10\x57\xd5\xd1\xe8\xa9\x3f\x50\x5a\x6c\x39\xa4\x0f\xcd\xef\x36\x43\x74\x43\x99\xfb\x8d\x6f\x75\xae\xc9\x5b\x0d\x24\xad\x24\xb6\x44\x77\x5d\x73\x29\x82\xa2\x9d\xa1\xfe\x11\x14\xa0\x5e\xa9\x9e\xe4\x7b\x48\x99\xa6\xfc\xe1\x86\x95\x27\x2b\xc6\xea\x03\x1a\x8f\x5b\x3c\xaa\xf2\xac\x6c\x33\xa1\x74\x96\x65\x85\xa9\x27\x1f\x67\x3a\x69\xbc\x96\x69\x37\xd6\x19\xfe\x4b\xb6\xe9\x5f\x1a\x16\xc4\x26\xe8\x10\xfa\x59\x11\x68\x4d\x9b\xf6\x54\x50\xa0\xea\x7f\x9a\x3a\xdf\x63\x8a\x17\xaa\xab\x6e\x64\xd9\x77\x65\x76\xdd\xf9\x46\x57\x1b\xb1\x6a\x8a\xe5\xef\x46\x5b\xc9\x2d\xb3\xd5\xda\x96\x9f\x61\x5a\x6d\x69\xcd\x14\x19\x4e\x98\x35\xc9\x6a\x3d\xc4\x54\x13\x1b\xa7\x7d\x62\x9c\x12\x41\xd2\xb8\xe8\x61\x41\xb1\xaa\x38\xad\xc1\xf7\xa9\x82\xa1\xee\x73\x33\xca\x2c\xca\x4d\xb5\xdb\x06\xbe\x80\x73\x2b\xb4\x7d\x2d\xd0\xb6\xe2\x69\x3d\xab\xe1\xdf\x73\xc3\x3b\x6f\xa1\x34\xe9\xfe\xed\x10\x6c\x65\xe2\xec\x96\x56\x42\xc3\x9a\x96\xa6\xb5\xe4\x9e\x30\xbd\xad\x8f\x1e\xbe\xca\xc5\xc2\x61\xbd\xf6\xea\x34\xba\xf0\x0e\x2f\xf7\xd5\x6e\x14\x6e\xa9\x6d\xea\x1f\x87\xb2\x2b\x68\xbd\x6b\xe1\x5d\x45\x1f\xba\xab\x91\x57\x73\xdd\x3a\x17\x62\x42\xd3\x17\xb5\x6d\xc0\x9d\x4a\xf8\xe3\xfc\x44\xec\x5a\xd3\xd4\xb4\x98\xb2\x21\xcc\x62\xf3\xa4\x7f\x5f\x15\x65\x99\xc6\xa6\x79\x6d\x33\x1c\xe2\x7d\x5d\x9e\xaf\x85\x09\x3b\x6a\x29\x7d\xef\xe0\xa3\x15\x85\x3d\x7b\x90\x17\x8b\xae\x76\xf1\xd1\x77\x73\x7e\x74\xe4\xe1\x26\xa7\x7d\x6d\xfd\x40\xa0\x25\x8c\x39\xf3\xc8\xcb\xd7\x18\x1d\x5c\xea\xe7\x30\x5b\xa3\x9d\x39\x61\x55\xae\x59\xcf\x01\x79\x5d\x34\x94\xf3\x59\xcb\x59\xda\xc9\xc2\xcb\x35\x97\x7a\x03\x31\xa2\xf2\xc3\xdd\x73\x71\xab\x8b\xaa\x3a\xde\xe2\xdf\xe4\x74\xb6\x9d\x22\x3e\x4d\xdb\xd1\x22\xa5\xcc\x4d\x38\xd0\x34\x46\x43\xaf\x61\xd8\x23\x19\x4f\xc2\xcc\x56\x32\x9b\xb9\x8a\x6c\x92\xf3\x02\xbc\x67\xe8\xf1\xc0\xb3\xe5\xe7\x35\x20\xd1\xde\x1a\x4a\x77\x31\xd1\x5a\x5e\xdc\xd9\x40\xfa\x59\xf8\xb8\xbd\x9a\x42\xce\x89\x6f\x4d\xa7\x2d\x49\xc3\x38\xe7\xd1\x5f\x26\xa8\x1d\x8d\xcc\xbb\x6b\x2a\x1a\x5f\xb2\xc7\xc2\xda\x2c\x29\x3c\xdf\x55\x56\x23\x15\xc0\x7a\x97\xe8\xa8\xc2\x61\x97\x10\x75\xa5\x78\xbc\x7a\xb0\x73\x3f\xed\x6a\xd9\xce\xf6\x33\xf4\x4f\x85\xc4\xd6\x0b\x4c\x97\xec\x1b\xce\xf3\x2c\x52\xda\x92\xa6\xf5\xec\xc7\x09\x85\xf6\x44\x2e\x71\x0d\xc8\x3a\xc2\x9f\x15\xd6\x6f\x5e\x0e\xdc\x5f\xb5\xc7\x80\x16\x6e\xf7\xee\xd0\x4a\xc4\x54\x17\x8b\x4a\x2c\x05\x55\x4f\x6a\x27\xf1\x27\x94\xf9\xb7\x36\xf1\x47\x0a\x3e\x38\x77\x03\x79\xd9\xec\xa6\x51\xc1\xfc\xd4\x8b\xf6\x53\x82\xf7\x09\x1e\x8d\x32\xe1\xed\x35\xde\x96\xa5\xa2\xd1\xb0\xbd\xc6\x56\xf1\xc3\x55\x3f\x74\x5f\x24\x2f\xbd\xbf\x68\x52\xa4\xa7\x5c\x97\x29\x51\xb2\x1d\x55\xb9\xad\x54\x19\xb1\xd4\xe6\xdc\x21\x53\x16\x70\x9b\xbe\xc9\x1c\xd9\x8b\x1c\xbe\xb2\x23\xa9\x26\x5b\x98\xec\x67\xfc\x4b\xeb\x52\x79\x64\xd4\x1f\xd3\x5d\x39\x36\xec\xb8\x01\x2b\xdf\x10\x10\xae\xbd\x2a\xbf\xe9\x93\xa1\xce\x92\x5f\x76\x15\x28\xec\xf2\x8b\x95\x1b\x9d\x17\x75\x88\xd2\xc9\xcd\xfe\xba\x29\xf9\xff\x39\xb8\xda\xa6\xac\x8d\xb6\x1d\xda\xf0\xd4\x35\xd6\xdb\x9a\xf3\xf1\x1b\xcc\x4f\x34\x0d\x51\x77\x8d\x97\xd4\x77\xc2\x76\xe9\xe9\xea\xe4\x80\x78\xcd\x7b\x95\xdc\x07\xa3\xd2\x2b\x5b\x5d\x0f\xc8\xbf\x29\x76\x54\xc2\x9c\xf3\x4c\x4b\x4b\x8e\x36\xd1\x8d\xe2\xfc\x13\xf6\xf3\x86\xab\x59\x12\xdb\x3c\x43\x48\xea\x02\x6b\x8c\x5e\x11\xdf\x64\xae\xd2\x9d\x8c\x3a\x6b\xac\xd0\x8e\x87\xed\xd4\x7d\xd7\x8c\x05\x64\x6b\xc4\xea\x63\x3e\x32\xd5\x4a\x15\xc7\xf5\x9a\x7c\x50\xe9\x51\xe9\xd1\x0c\xb3\xc6\x97\x98\x1c\xa7\x2d\xdc\xfc\x1e\x7b\x90\xb9\x3d\x0b\xd3\x48\x32\x1d\x4f\x9d\x6e\x69\x35\x3e\x8a\xb7\x9a\x8e\x18\x9e\x45\x5d\x31\x5c\xd4\x8f\x86\x1d\xd3\xb1\x74\xe4\x80\x06\xf5\x0f\xcd\x43\x9f\xed\xca\x11\x75\x82\xeb\x57\x79\xba\x52\x55\xb1\x70\xad\x18\x7c\xa8\xe8\xc7\xd0\x07\xe8\xbb\xdc\xce\x81\x6a\x04\x28\x63\x79\xef\x3e\xd4\xbe\x24\x76\xd7\x07\xac\x3a\xe6\x6a\xfb\x45\x82\x31\xe2\x6d\x0b\x8b\x7c\x39\xb8\xd7\xf1\x8b\x4e\xf1\x9b\xde\x58\xc5\x5e\xed\x09\x32\x31\x79\x2f\x96\xd9\x75\x4c\xe1\xc1\xf2\x9f\x23\x0a\xe8\x8d\xa2\x37\x43\xd3\xe1\x8f\x72\x1d\xfd\x22\xe4\x9f\x8c\xb9\x3d\x1f\x31\x55\x49\xc4\xae\x78\xdc\x9b\x98\xcb\xed\x7e\xc4\x63\x11\xef\x9d\x77\x28\x57\x83\xb7\x38\xd8\x8c\x60\x3f\x2f\xeb\x03\xf6\xb0\x67\x99\x69\x3e\xdf\x65\xd9\x4e\x9d\xaf\x70\xb0\xfc\xce\xb0\x1a\xb1\xbc\xe8\xca\xa0\x2b\x6a\x52\xae\xac\xaf\x07\xfd\x5f\xfa\xf7\x1e\x3f\x9c\x77\x52\x6d\xa7\x98\xa0\x8f\x39\xd5\xc6\x26\x47\x45\xbc\x77\xc6\xd0\x16\x06\xef\xb5\x3f\x66\x86\xf8\x45\x5b\xc1\x1c\xb8\x27\xc9\xd8\xc7\x6f\x5c\x76\x57\x7b\x54\x78\xbd\xbc\x60\x70\x37\xc6\x59\x54\xd3\x8f\xc5\x25\xe6\xba\xf6\x4e\xc5\xbf\x4f\xdf\xda\xd5\x4a\x7c\x99\x14\xd0\x31\x91\xb2\x38\x66\x6d\xeb\x3c\x1a\x35\xe2\x59\xd3\x2b\xc6\xc7\xe0\x33\xb6\x6d\xec\x26\x3f\x98\x25\x8f\x97\xeb\x39\x60\xd8\x00\x7c\x5b\x1e\xa4\x79\x29\xda\x5b\xbe\xb8\xff\x06\xb1\xa3\x68\x7a\xef\x36\xd2\xeb\x9c\xa3\xdd\x1c\x4a\x71\x3a\xbe\x73\x39\xf5\x47\xe2\xc7\x36\x3b\xfd\x5a\x8c\xd6\xb9\x95\x79\x21\xe2\xae\xa3\x93\xfd\x3c\xf8\x66\xa3\x90\x17\xe2\xa7\x33\x07\x03\x42\xcf\xd7\xfa\x11\xe1\xb6\xe5\x32\xcd\x14\xf1\xd7\xb2\xca\xbe\x72\x9a\xb2\x50\xd9\x13\x48\x1f\xc9\xc1\x75\x7e\x60\x5c\x49\xf7\x6a\x1f\x60\x05\x27\xee\x6f\x0d\x65\x6f\x88\xc1\x34\x37\x70\x93\x23\x2e\xdb\x6b\x79\x2f\x83\x9f\x5b\x8b\x81\x4b\x7e\xdb\x4d\x4b\x85\xbb\xbc\xc2\x74\xdb\xc5\x9c\xe5\xb7\xd4\x81\xd2\x98\xd2\xcf\x3d\x53\x79\xe6\xc2\xd0\xce\x8f\x7c\x9f\x1c\xcf\xf6\x6b\xfc\x7d\x69\x2f\x5b\x3b\x01\x73\x62\x9b\x33\x4d\x20\x8e\xa9\x76\xb4\x0a\xb9\x11\xb7\x1a\x8f\x8a\x84\x21\x8b\xcc\x27\xc5\xeb\xfc\xa7\x1b\x3a\x24\xa3\x5e\x0e\x2d\x4e\xba\xd7\x05\xad\x9a\x2c\x5b\x5f\x0a\x74\x7e\x90\x4a\x0b\xae\x74\x4c\x94\x3a\xb3\x1f\xb6\x4d\x96\x6e\x48\xdb\xeb\xfc\x47\xfa\x2a\x51\xdc\xd4\x23\x8b\x8f\xc9\xb7\x7b\xca\x8c\x11\x0f\xac\x4c\xd9\xdd\x90\x78\x93\x4a\x9e\xe1\x5f\xa2\x27\xca\x9b\xbd\xfe\xd5\x60\xe4\xc3\x2e\x67\x94\x21\xf2\xff\x95\x5c\xea\x08\xd3\xbc\x2f\xc8\x6f\xab\xd4\x0c\x66\xf3\x5a\xc8\x9a\xfc\x34\x4c\x33\x54\xfd\x3b\x31\xd1\xb1\x5a\xbd\x3b\xc6\xa5\xf1\x9e\x1a\x17\x71\xd0\x82\x50\xcf\x0e\x89\x35\xaa\x54\xdd\xfe\x24\x9d\x44\xb5\xc0\xdb\x4b\x3d\xa8\x2c\x75\x9d\xa2\x68\x52\x18\x4b\x7a\xda\x71\x06\x51\x81\x7b\xab\x43\xff\x6f\x76\xa1\x73\xa7\xbe\x3a\x2d\xb3\x69\xbd\xee\x7c\xa2\xbf\x5d\xa5\x4b\x8f\x99\xd5\x98\xa1\xdd\x18\xb1\xdb\x7c\x5f\x3b\x39\x24\xd9\x38\x4d\x03\xf2\x17\xeb\xa6\xab\x93\xbd\x13\xd4\x49\x2a\x4f\x57\x3f\x45\xae\xe2\x4b\x09\xa7\x6d\xb3\x59\x94\xff\xad\xe5\x9e\xe9\x70\x76\xa8\x73\x82\x71\x3c\x2d\xc2\xf1\xcd\x18\x9f\xe8\x61\xbb\x6e\x10\xc5\xcc\xb4\xf6\xeb\x37\x44\x1c\x30\x17\xeb\x8e\x85\x94\x1a\x00\x6d\xa7\x7f\x87\x56\xa2\x29\xf2\x86\xa9\x4e\xa9\xee\xb8\x66\xc9\x9f\x2b\x6b\x07\x5e\xc1\x8a\x2a\x5a\xda\x3a\xe0\x3f\xab\x77\x58\xae\x21\x0f\xd4\xfd\x4f\x29\x46\xaf\x07\x8f\xf1\x9c\xd8\x53\xf0\x14\x92\x3f\x61\x06\xaa\x03\x72\x97\xa4\xc5\x79\x96\xd4\x52\xa9\xc4\x9f\xa9\x2e\x0c\x13\x75\x2c\xfc\x2b\x67\x0e\xf3\xb3\x17\x85\x3f\xc6\x4b\x1e\x98\x0e\x31\xd6\x64\xb6\x5e\x82\x35\xd4\xcf\xb7\x2c\x43\x64\x80\xcf\x29\xee\xa0\x20\xb0\x1d\xbc\x99\x98\x3e\xe4\x3e\xe2\x46\xfc\x2c\xcc\x28\x84\x4d\xdc\x46\x98\x54\x32\x9f\xb2\x97\xac\x4f\xb9\x46\xff\x43\xf7\x08\xbf\xc6\xee\x66\x8d\x7a\xc1\xf9\x7d\xbc\x3d\xfd\x3e\x0d\x67\x1a\x96\xb6\xfc\x84\x1c\x84\x38\xcc\x55\xb0\x2b\xf0\x49\x8a\x10\xe4\x7c\x64\x1f\x97\x87\x16\x60\xa0\xc4\x70\xdc\x0c\xbc\x3f\x64\x0e\xe1\x3a\x69\x7e\xf1\x41\xf2\x6f\x6a\x42\x8a\x9d\x8e\x63\x00\xe1\x5b\xd8\xfe\xec\x8b\x5e\x70\x7e\x06\x1f\xdc\xcb\xa9\xc5\x22\xbb\x9c\xb0\xfa\x6d\xe8\x3e\xe3\x75\xc8\x52\xac\x43\x76\x0f\xd6\x8c\x1f\xe2\x54\x23\x93\x89\x7f\x13\xe2\x31\x0b\x28\xf3\xc0\xb9\x78\x6f\x1a\xa6\x38\x9c\xa4\x60\xdc\x4f\xf1\xa1\x45\xb0\x49\xe1\x72\xd6\x2a\xde\x02\x2f\x09\x8f\x01\xbc\xe8\xc6\x56\x21\x89\x9d\x4d\xc3\x35\x57\xc9\x2e\x06\x6c\x3d\x82\xa2\x95\x76\x43\x3c\x69\xd3\xd8\xb9\xf0\x69\xf4\x5e\x7c\x39\xca\x8d\x99\xd4\x60\xc0\x52\x58\xef\x8b\xda\x89\xf3\x38\x07\x93\x8f\x50\x7e\xf2\x5a\xc3\x09\xcc\x95\x80\xca\x6b\x0f\xb7\x45\xd8\xd6\xd9\x5a\xce\x64\xf9\x3b\xe6\x57\x2d\x62\x4f\xd3\x4f\xac\xb9\xcd\xfe\x5b\x82\xab\xbf\xcc\x39\xc0\x4a\x85\x8c\x73\xf7\xe0\x98\x88\x2c\xde\xe6\xfa\x1b\xe8\x1b\xfc\x1d\x45\x0b\xf1\xdb\x81\xb3\xc9\x24\xf2\x4d\xc1\x93\x70\x34\x23\x4c\x34\xc3\xeb\x37\xe7\xb2\x38\xaf\x7d\x65\x71\xb7\xac\xa4\xf1\x4c\x59\xb3\x2c\x43\xf3\xac\x72\x9d\x2c\x58\xa4\xa9\x79\x25\x5b\xc1\xe8\x6e\xa8\x96\xf9\x63\x5d\xa0\x9f\x64\xee\x75\xa3\xc8\x4b\xb2\xf9\x85\x0d\xd8\xaf\xd2\x3f\xc9\x73\x49\x58\xe9\xe3\x70\x38\x7d\x8e\xf4\x9c\x37\x8c\xfd\x59\xba\xaf\xe5\x41\x81\xc2\x12\x60\xd9\x55\x7c\xc6\xbc\x5c\x3d\xa3\xdc\xcf\x34\x55\x70\xbb\xaa\xd7\x38\x95\xbe\xaa\x2e\xdf\x30\x19\xfd\x04\x12\xa0\x7b\x5e\x7b\x1f\x91\xa9\xdd\x55\xb0\x0b\xb3\x49\x83\x49\xfa\x1f\x11\xac\xfa\x18\x0e\xa1\xe5\x29\xe5\xde\x5b\xd9\x6c\xc5\x34\x67\x41\x1e\xa3\x23\xd4\x1c\x51\x78\xa9\x8d\xae\x6c\x2e\x2d\x6d\x71\x02\xea\x8a\x4f\xcd\xeb\xa9\x9f\x6a\xce\x39\xd6\xa3\x5e\x37\x5c\xb5\xa9\x6a\x57\xc0\x5d\xad\x91\x05\xe9\xe8\x03\xa6\x91\xa4\x56\x42\xab\xfe\x45\x38\x9b\x7a\x5c\x3b\xcd\xfb\x3f\x76\x88\x6a\x56\xf3\x50\xee\x89\xbe\x32\x53\x6f\xa1\x4f\x4f\x88\x72\x41\x49\x5f\xe7\x0b\xe0\xaf\x8a\xd2\x76\x3b\x55\x57\x03\x6a\xf5\x42\x39\x1b\x72\x9a\x25\x35\xaf\x61\xdd\xf6\xa1\x82\x55\xe8\x4a\xab\x22\xa9\x87\x90\x62\xf2\x09\x6f\xa4\x2a\x74\x06\x9f\x10\xf6\x34\xd5\xf9\xe6\xd8\xdc\xbc\x61\xa5\x29\xbd\xa0\x63\x70\xb6\xe2\x78\xc9\xc2\x3e\x1a\xff\x54\xf9\x89\xee\x93\xd4\x82\xea\x0d\x1d\xef\x51\xd4\xfa\x93\xad\xcf\x6a\x6e\xc3\x56\x34\xdb\x0b\x56\xa1\x5e\xd9\x9e\x24\x9d\xc4\xdf\x36\xbf\x0f\x3f\x4c\x8d\xd4\x6f\xf1\xa1\xb0\x4e\xaa\x41\xbd\x9e\x88\x23\x15\xed\xce\x40\x14\xa8\x7a\xbb\x71\x0b\xfa\x68\xdd\x0e\xd9\x46\x2c\x00\x7e\xc5\x71\xc1\x43\xe1\x29\xf8\x3f\x44\x2a\xaa\x07\xbc\x90\xbc\x0f\x17\x58\xf4\x93\x86\x20\xcd\x49\x59\xc4\x4c\xa5\xcd\x0e\xe7\x73\x84\xac\x50\x2f\x32\xb0\x84\x67\xee\x29\x82\x7d\xaf\x01\x35\x63\x11\xad\x75\x3f\x0c\xff\xa1\x4a\xc1\xdb\x64\xf3\x30\x20\x58\x2f\xdb\x86\x4b\x45\x6e\xc6\x1b\x09\x7c\xcc\xc9\x86\xad\xa4\x57\x84\x29\x45\x1b\xa9\xdb\xc9\xd6\xe4\xeb\x8c\x3d\xf4\xa8\xf0\x7a\xce\x02\xd6\x6f\x2f\x2c\xff\x3c\x7f\x62\x37\x15\x1a\x57\xff\xae\xa9\x1d\xf6\x07\x82\x33\x64\x22\x1e\xc1\x6e\x48\x09\xa8\xb7\x48\x29\x7b\x2a\xd6\x13\x93\x81\x5f\x88\x17\xe0\x17\x36\x14\x91\xe6\x93\xa6\x15\x41\x29\x3f\xa9\x09\xc9\xed\x8c\x15\x0c\x43\x78\x22\xbb\x93\xfd\xc3\x8b\xcc\xa7\xf3\xfb\x3b\x7b\xea\x7f\x20\xb3\xec\x9f\x21\x33\xd1\x35\xba\x73\xb0\x68\x6c\xa9\xc4\x17\x21\xc2\x13\x99\x63\xa8\x31\x62\x1f\xce\x1f\x6b\x22\x3f\xad\xb7\x12\xd0\xb4\x9c\xc2\xeb\x64\x1d\xe3\x72\x72\x34\x6d\x9c\xcd\x0a\x77\x65\xf5\xf3\xd6\x78\xb5\xf0\x06\x04\xab\xda\x4f\xd7\xbc\x20\xae\xb2\x95\xd7\x87\x91\x76\x6a\xa1\xe0\x26\x4a\xa8\xe8\x19\x6c\x11\x75\x17\xe3\x1f\xc4\x61\x7a\x0d\x36\x0d\xdd\xc3\x9c\x58\x77\x03\xb7\x87\x75\xbc\x30\x9f\xe4\xca\x19\x4c\xba\x4f\x3d\xc6\x73\x86\xcf\x64\x0e\x02\x3d\x5e\xd7\xb9\x17\x85\x57\x5a\xbf\x56\xcd\x60\x5a\xac\x07\x6a\x14\x2c\xa5\xfa\x47\xbd\x27\x1b\x2d\xdc\x0a\xbe\xca\x29\xa7\xdf\x87\xed\xe0\xd6\x62\x50\xc8\x4b\x3c\x58\x9d\x2f\x76\x25\x9f\x53\x70\x9a\x70\x14\xe8\x4b\xb2\x53\x06\x04\x37\xc2\x27\x32\x76\x8a\x96\x7a\x2f\xe3\xce\x12\xf3\x9c\x43\x65\x09\x52\xa4\xd9\x5e\x39\x4b\x2a\x56\xfe\xa8\xfe\x28\xd5\x00\x4f\xea\x3e\x4a\x0d\xb4\x3c\x88\xb7\xb4\x0b\xbd\x0c\xae\x95\x8e\xd4\xae\x44\xaf\x92\x6e\x2f\x70\xc5\xcf\x91\x1e\x48\x4a\x21\x47\x49\xf7\x87\x2f\xa4\x5b\xa4\xa7\xbd\x6d\x9c\x00\xe9\xc3\x26\x78\x71\x92\xe9\x97\xd1\x5a\x96\x6b\x5a\xa2\x88\xae\x24\x1b\x57\xf1\xf3\x6a\x36\x1a\x62\x29\x0f\x1b\x5c\xf5\xf9\xc8\xb7\xd0\x23\xba\xec\x9a\x14\x64\xaf\x36\x22\x5f\x8c\x3d\xa1\xfe\x93\xf8\x91\x14\xa8\xda\x12\xbe\x84\x76\x52\x89\xf5\x7e\xc5\xee\x51\x2c\xb1\xef\x2d\x74\x6d\x3b\xa3\xff\x55\x52\xd0\x1a\x25\xdb\x5f\xde\xe1\x94\x72\xbf\x55\x4f\x6c\x5a\x4b\xfe\x5f\x5d\xab\xfd\x08\xe2\x37\x84\xd0\xb8\xa7\xda\x84\xe0\x5a\x34\xf9\xf3\x31\x57\x4d\x5e\x89\xd7\x89\x68\xbd\x32\x3c\x9c\x16\xaf\xb9\xe0\x13\xcb\x2e\x55\x4d\xb6\x7b\x15\x60\x7b\xae\xe8\xc9\xc5\x6d\x5d\x7f\xcb\x22\xca\xde\x74\xec\xe1\x4a\xab\x1a\xda\x00\x72\x59\xed\x7f\x2d\xde\x88\x4d\xe0\x7b\x4d\x3d\xd5\x55\xf0\x6f\xb6\x57\x79\x9f\x31\x78\xcb\x9b\xc4\xbb\xc4\x59\xc6\xcd\xe1\xf9\xd4\x2f\xba\x1c\x1f\x2c\xdb\x4f\x75\xc0\xb6\x2f\xff\xc9\xe0\x7b\xfd\x9c\xe2\xb9\xfd\xfd\xd2\xbb\x65\x0d\xbd\x21\xdc\x98\xca\xd1\xae\x0e\xf2\xd2\x5a\x76\xfb\x63\x84\x16\x5c\xd3\xf2\xad\x3a\x0b\x2e\x6c\x3a\x97\xf7\x13\xfd\xcd\x96\x99\x34\x91\x30\x60\xe6\x84\x8b\xa8\xbd\x7a\xac\xcf\x20\xeb\xb1\x7a\x45\x67\x28\xba\xb0\xa2\xcf\xae\xc5\x58\xab\xb7\xe9\xc0\xd8\x0f\x75\x9b\xc5\x23\x78\x16\xf8\x09\x13\x4b\x0c\x82\xc7\x62\xfb\xc9\xf3\x50\x6d\xf5\x0b\xa8\xc1\xb8\x80\xc2\x2a\xba\x93\xf4\x57\xd2\x15\x56\x02\x6d\x49\xd8\x4e\xee\x1a\x56\xbe\x57\x2c\xa0\xe3\x9d\xec\x40\x21\x0d\x35\x3e\xb6\x8b\xa8\x1f\x75\xff\x68\x77\x60\x74\xe0\x26\xf1\x22\x5c\x14\x4c\xcf\x78\x4a\x58\x84\x6c\xc1\x46\x92\x3c\x31\x5b\xeb\x76\x50\x60\xf8\x2f\x85\xb3\x69\x63\x64\x4d\x52\x1b\x73\x37\x3d\x36\xac\x9d\x73\x91\xbd\xc4\x2b\x0a\x48\xe3\x47\xb6\x5b\xe1\xe7\xea\x4f\xda\x66\x23\xb1\x90\x78\xed\x14\xb4\x07\x6c\x44\xc4\xc3\x7c\x42\xd6\x32\xc0\xb8\x6f\x18\x6f\xcc\x21\xa2\x3f\x6e\xbc\xae\x92\x6c\x24\xfe\x5b\x70\x8c\x16\x4f\x0d\x4a\x42\x33\xfd\x19\xba\x30\x25\x07\xcc\x99\xe3\x95\xce\x7f\xc9\xbf\xd4\xda\x0d\xd9\x8a\x78\x6b\x05\xc3\x74\xe8\x99\x6a\x1b\x42\x86\x9d\x27\x8c\x41\x59\xf1\x01\xf4\x62\xcc\x55\x22\x1a\x7d\x1b\x9f\x4e\xde\x52\xdb\x49\x7c\x41\x73\x2f\x48\xa6\x5c\x62\xec\x48\x9a\x41\xff\xcd\xc6\x87\x51\xd9\x04\x5e\x9a\x17\x83\xef\x23\x28\x76\xfe\xaa\xb7\x12\xb6\x98\x2f\x83\x77\x90\xf2\x55\xfe\xd0\x0f\xe4\x6b\xc0\x1f\x44\x24\x15\x4c\xcb\x42\x6d\xa6\x4f\x43\x7d\xc5\x42\x18\xfb\x6b\x9e\x12\xd2\x58\x86\xfc\xfd\x64\x3c\x47\x94\xb8\x8f\x76\x85\x27\x0f\x43\xb1\x68\xc0\xa0\xd7\x4e\x5e\x99\xf0\x63\x73\x40\xcd\x31\xc6\xb8\x29\xae\xde\x95\xf9\x43\x71\x04\xdc\xc8\x1a\xe3\x8f\x42\x7f\xb2\x1f\x51\xd3\x10\xeb\x39\xef\x51\x6e\x68\x07\x6f\x4a\x4d\x14\x6e\x3b\x3f\x38\x3f\x85\xb4\x18\x20\x25\xf2\xa9\xbb\x04\xbb\xc2\xe0\x4c\x85\x68\xa1\xd7\x7f\x5c\xb3\xb8\xc9\xfe\xbd\xe2\x8f\x84\x69\x08\xae\x5e\x27\xd9\x2a\xbb\x5b\x87\x95\xdc\xe1\x2d\x00\xfb\x4b\x5e\x91\xf7\xc3\x7c\xa5\xb3\x11\x77\x90\x55\xd2\x80\xea\x64\xcc\x21\x69\x5e\x5e\x07\x01\x23\x25\x25\x86\x52\xf2\xa4\x9a\x30\x1e\x03\x2c\xdd\xee\x2d\xe0\xac\x93\xbe\x6b\xdc\x51\xe6\x6d\x3c\xaf\x8b\xa9\xf8\x64\xfc\x4b\x1a\x5e\xfd\xd4\x90\xc6\x51\xd7\xbd\xd0\xa3\x48\x10\xc8\x0a\x9d\x1e\xbe\x17\xde\xac\xed\xaa\x42\xa0\x93\x34\x7d\x79\xd3\xf0\x5e\x6a\x4b\xc2\x0b\x72\xb2\x0a\x16\x26\xa5\xdb\x94\x71\xde\xd7\x38\xee\x8a\x85\x96\xaf\xc5\x6f\x5b\x1b\x34\xcd\x65\x9f\x9d\xef\xc4\x1b\xaa\x96\x36\xc3\xd8\x31\xb5\x89\x8e\x2e\x62\x6a\x43\xaf\xed\x22\xec\x2a\x2c\xc9\xfa\x4f\xe5\x4e\xd4\x62\xf3\xd5\xdc\x4e\x5c\x88\xd1\x90\x70\x96\x24\xd0\x2f\x0a\xeb\xa0\x4f\xd6\xe8\x7c\xfc\xd8\xa7\x94\x63\x16\x7c\x71\x54\x77\xbe\x66\x6a\x59\x6a\x27\x4f\xec\x5a\x89\x6f\x97\xb0\x0e\xd7\x38\x5b\x6b\x08\xf7\x1a\xa6\x38\x5d\x60\x2a\xe8\x16\xc7\xff\x2a\xa5\xc8\x66\xdb\xca\x5c\x05\xf6\xa8\x25\x37\xe1\x32\xc9\xcb\x08\x0a\xdb\x49\x3b\xa4\xfd\xee\x53\xc6\x6e\x56\xf5\x5b\xe6\x14\xad\x1f\xa8\x54\x0f\x95\x6e\xeb\x0b\x17\xed\xaf\xb8\xd9\xfd\x98\xc5\xae\x99\xd6\x89\x23\x0c\xd5\xf3\xda\xce\xc1\x60\xd0\x80\x96\xc9\x95\x34\xe4\x52\xc7\xcf\x5c\x1d\xb6\xa4\xb1\x2d\x61\x9c\xb8\xdb\xf4\x21\xec\x29\x0d\xa3\x5f\xe2\xd3\xc8\x2e\x52\xcf\x6e\xca\x26\xc4\x55\x6c\x32\x2e\x22\xc6\x57\xef\x93\xd3\x48\x35\x75\x7b\x78\x15\xe4\x11\xf0\x2d\xf2\x66\xaa\x37\xdc\x07\xd1\x48\xdb\x85\x92\x55\x6d\x63\x08\x71\x8b\x73\x0f\xb0\xd8\xc4\xaf\xf1\xcf\x38\x5b\x69\xd3\x43\x8e\xf2\x23\x58\xf5\x9e\x30\xc1\x1f\xde\x2f\x07\x1e\xb7\xa5\xfa\x8f\x01\x8e\x1f\xad\x3b\x23\x7b\x4e\x9c\x0c\x56\x72\x2f\x91\x04\x30\x18\x39\x9a\xb2\x14\x89\x42\x04\x50\x2f\x61\x24\x55\x0d\xf4\xff\xe1\xcf\xe5\x72\x99\x37\xc8\x90\xf8\xfd\x1c\x10\xdd\x3d\x64\x3b\xef\x32\x7b\xb9\x27\x52\x70\x80\x0f\xb1\x4b\xb1\xab\xea\x79\xfa\x21\x1c\x14\xfc\x4b\x56\x80\xdf\x05\xe3\x72\xd3\x88\x05\xc8\xb9\xa4\xff\x91\xa7\xa3\x2f\xc3\x0f\x52\x9e\xe0\xd6\x56\x4d\xa6\x8d\x11\x37\xe7\x46\x32\x43\x28\x9f\xe2\x2d\xec\xf5\x0c\x44\xc8\x5a\x1e\x9a\x33\xdd\x93\x29\xc0\xf3\x3f\x34\x5e\x45\x85\x22\xe0\x3a\x17\x74\x0b\x8a\x23\x79\x8a\x5d\x89\xe1\x72\x16\xe0\x7e\xe1\xda\x89\xfb\x09\x5f\x09\x8f\x61\x2f\xc8\x0b\xc8\xd1\x95\x35\xd4\x5a\xea\x8e\x9c\x2d\xf4\xeb\x0c\x54\x7c\x16\xcb\xcc\x5e\x1d\xd2\xc9\x05\x78\x41\x9e\x5b\x81\x75\x02\x8c\xb5\x10\xee\x83\x7f\xa7\xd9\x89\x38\x43\x54\x8a\xed\xa8\x76\xf2\x04\xd6\x53\xcc\x16\x4a\x37\x61\x37\xee\x05\xad\x1e\x36\x83\x98\xc8\xf0\xae\xe8\x27\x1f\x66\x4d\xcd\x89\xa5\xf1\x39\x8b\xe2\x67\x32\x49\xbc\xb8\x90\x5e\x8e\x1e\x50\x7a\x7e\xe1\x3f\x15\x4d\x34\x5f\x81\x44\xd0\xbf\xa9\xb3\x61\x01\x8c\x7f\x45\xd9\x88\x58\xe6\x5d\xe6\x01\x94\x8a\xf5\x06\xbf\x1b\x33\xce\x59\x02\x0d\xc7\xcb\xb8\xe9\xe5\x9f\x48\x09\x3c\x55\xf6\x71\x6a\x28\xff\x79\xdc\x35\x46\xb5\xa0\x36\x64\x84\xdd\x2b\x7c\xea\x55\xc0\xf7\x12\x77\x19\x21\x75\x77\x45\x27\x94\xde\x0d\x5f\xc4\xee\x02\x1c\x34\x45\x0c\x63\x2c\x86\x5f\x14\xb7\xe0\xf2\x50\x0a\xf1\x03\xc8\x64\x6c\xb5\xc4\xab\x7c\x1e\xa1\x4e\x82\xcd\x0e\x21\xeb\x25\xdb\xe2\x9a\x69\xef\xa5\x93\x42\x8e\xb3\x44\x52\x8c\xd7\x51\x5e\xbc\xf4\xb1\xbe\xb2\x7a\xbd\xbe\x55\x9e\x5d\x97\xa8\xfb\xcd\x3f\xd0\xf0\x48\x57\x49\x6b\x83\x0e\x6b\xd7\x62\x27\x22\x6c\x9a\xdf\x0d\x9f\xd0\x03\x9a\xd4\xb2\x14\xdc\x13\x35\x2f\x6b\x80\x94\xa7\x72\xc6\xd5\x52\x9f\x29\xd7\x85\x5c\x64\x6e\x51\x9c\xf4\x76\xe3\x0e\xc9\x5f\x68\x7b\x2a\x0f\x35\xaf\x97\x9e\xae\xa9\x6d\x22\xf0\xd0\xf5\x8b\x1c\x93\xa8\x58\xf0\x6f\x9b\x00\xfd\x15\x3e\xcf\xfa\xa4\xc1\x15\x55\x64\x89\x28\x6d\xc7\x1e\x34\xc1\xb3\xd2\x88\x95\x86\xf2\xb8\x18\xea\x0a\x9d\x7f\xc8\x4b\xa6\x9b\xfa\xad\x37\x91\x9b\xa2\x5c\xaf\x19\xab\x5c\xda\x51\x24\x0d\xab\xde\xd8\xb6\x9d\xfb\xac\x0e\xd1\xf2\x81\xf2\x05\x5c\xe1\x9c\x8e\x6e\x85\x31\x9a\xa6\xd6\x5f\x46\x1e\xb4\x3d\x29\xc5\x62\x93\xac\x4d\x59\x81\x84\x97\xa6\x6f\x71\xf1\x94\xd3\x86\xf0\x90\xff\x18\xd7\xb4\xc5\xde\xcd\xdc\x99\xaa\x3a\x0d\xa1\xa2\xa3\xd7\x45\x72\xbc\xda\xbb\x3b\x8e\xeb\xa8\x3d\xd7\x19\x46\xd9\xde\x70\xa8\xed\x33\x1a\x05\x7d\xd8\xd2\x52\xbf\x01\x09\x6a\x5e\x5c\x5a\x85\xd9\x6f\xaf\xc9\x5a\x4d\x60\x58\xe3\xe3\x6a\x28\x10\xe3\xe3\xd0\x40\x06\x4f\x87\xf1\xbe\xcc\xd9\xa3\x3a\x6d\xac\xa6\x8e\x57\xec\x52\x5c\xa6\x0d\x57\xef\x05\x4e\xd0\x15\x75\xdb\xe9\xd5\x0c\x21\xf8\x34\x16\xcb\x74\xc2\x67\x82\x27\xb3\x46\x51\xf8\xd2\x77\x9c\x20\xdc\xa4\xcc\x01\xee\x09\xe2\xbd\x98\x0e\xbe\x83\xfa\x3e\x88\x27\x70\xb2\x6a\x3c\xd6\x88\x6e\xf3\x97\x18\x36\x50\x1a\xaa\x5f\x28\x22\xa9\x69\x75\x03\x40\x0a\x2d\x0b\x5c\x47\xbb\x46\x47\xc0\xc2\x30\x63\x8c\x2e\x64\x58\x43\x07\xf3\x33\xa6\xb0\xb4\x85\xcd\xc6\xf7\x67\xe2\xb8\x61\xe4\x88\x18\x3e\xdf\x9d\xf6\x39\x88\x26\x48\x64\x4f\xf3\x48\x12\x75\xf1\xf1\xfa\x2f\xa4\x13\xf5\x29\x72\x23\xf9\x2e\x78\x0f\x7f\x88\x3a\x1b\x16\x40\xcb\xa6\x65\x20\x0e\x61\xa8\xf4\x6e\xb4\xac\x21\x8c\xb9\x14\x07\x2b\x4d\x62\xed\x24\x32\x32\x83\x38\x66\xca\xff\x62\x6a\x79\x6d\x8c\xd0\x20\x22\x70\x83\xfd\xca\xa3\x44\x54\xc2\x7f\xaf\x4b\xc7\xff\x80\x8f\xca\x66\x10\x63\x91\xcf\x79\x99\xa4\x56\xf4\x0b\xea\x12\xca\x42\xdc\x7c\x34\x99\xba\x91\x00\xad\xaf\xa4\x43\x48\xc7\x4b\xcc\xcc\x28\x6a\x45\xc6\x76\x76\x06\x63\x56\x8c\x2f\x57\xc3\x7a\x19\x44\xe6\x8f\x73\x7f\x7b\x18\x84\x6d\x82\x2a\xcd\x38\x76\x32\xee\x83\xe4\x30\x4e\x43\xe8\xe2\xba\x10\x56\x91\x42\x28\x33\x89\xf7\xc8\xb7\x50\x32\xf2\x56\xea\x60\x9d\x89\xda\x4e\x97\x15\x8f\xd1\xd7\x31\x25\x19\xf9\xcc\x71\x76\x4f\xf4\x57\x0e\x89\xfb\x30\x48\xc4\x9f\x0a\xe4\x79\xdc\x13\x5c\x15\x8e\xa9\x19\x28\x02\x6d\xb3\x98\x8e\x99\x4d\xdf\xcf\x1e\xc7\xde\x64\x1c\x22\x4f\xc4\x1f\x67\x3e\x43\xb6\x11\x2f\xb0\xfd\x6b\xcf\x90\xc7\x38\xf4\xe2\x32\x5a\x38\xf7\x6a\xfa\x0b\xc6\x56\x7e\x65\xf4\x25\x36\x18\x78\x15\x64\xe3\x79\x09\x3b\x3d\x23\x05\xf3\xc5\x52\x25\x11\x36\x2e\x9c\x29\x94\x23\x9e\x0b\x39\xac\x08\xd4\x98\xf0\x1c\x91\x85\x75\x11\xad\x40\x64\xe1\xb1\x22\x4b\xcd\x36\xe2\x79\xd1\xd7\x22\x11\xa5\x5a\x4c\x4c\x87\xd3\x17\x8a\x5f\x47\x77\x32\x7f\x48\xc8\x41\xeb\x39\x7f\xa4\x13\x3c\x7b\x80\x60\xe9\x36\x79\x25\x64\x95\xb6\x1a\xd8\x09\x2b\xd6\x5c\x64\x74\x23\x6c\x9a\x44\xc2\x3c\xd4\xb8\xfa\x00\x7c\x31\x96\xa7\x4e\xa9\xde\x41\x70\x51\xed\x2e\xdc\x43\x7a\xac\xf2\x4f\xfb\x87\x7a\x4d\x69\x8a\xc6\x33\xfe\x55\x3c\x09\x3a\xc2\x09\x50\xa4\x78\x4d\xe6\x2b\xe5\x23\xd2\x7d\x0d\x53\xed\x97\xf8\x85\x10\x94\x6d\x37\xbd\x01\xf6\x77\x23\x0d\xf7\x09\x59\x63\xf5\x80\xf9\xa1\x7f\x9b\x0f\x56\xbd\xc7\x8d\x9a\x0a\x0a\xfd\x88\x27\x0c\x07\xd3\x54\x94\x67\xfa\xa9\xd1\xe9\x8c\xd5\xda\x80\xa0\x6b\xec\x26\x75\x8a\x57\x01\x7f\x99\xb2\x5c\x1a\x53\x5f\xde\x9a\xc0\xbb\x08\xde\xec\x3c\x43\xfb\x07\x16\xd8\x1c\x80\xb3\x20\xb6\x3b\xf8\xd0\x2b\x68\xb8\x6d\x7b\xd5\x66\x5c\xb2\xf5\x7a\xc1\x57\x62\xb6\xf9\x52\x1a\x99\xc2\x37\x5a\xa2\x53\xe9\xd7\xf5\x1e\x41\xcf\xd8\x79\x9a\x26\x2f\x36\xef\x8e\xf2\x8f\xe4\x7e\xdd\x99\xce\xbb\x3c\x3e\xd8\xad\xc3\x97\x66\x87\x3a\xdb\x12\x70\xc5\x08\xcf\x96\x14\xe8\x00\xea\x62\xb3\x4f\x55\x23\x76\xa7\xfd\x45\xc1\x2b\xc2\xa9\x46\x20\x8d\x46\x99\x6c\x3e\x10\x5d\x4d\x27\x1a\x8e\x05\xcf\x64\xbd\xd6\xae\xf5\xda\xc0\x93\xa9\x58\x0a\x1f\x8e\x6f\xc5\x5b\xc1\x1c\x4e\x5b\xf5\x5d\x46\x07\x37\xa0\xee\x04\xfe\x09\xf7\x08\xf8\x22\x6c\x37\x8f\x05\x9f\x55\xed\xc9\x4f\x42\x91\x0b\x1e\x01\xfe\xb8\xd9\xa9\xb5\x82\x32\xe2\xc3\x28\x7f\xe1\x30\xf5\x7d\xc0\x62\xb1\x07\x0b\xe7\xf6\x5a\x72\x91\x1f\x21\x2f\x63\x1d\xad\x7e\x00\x60\xd9\x55\x75\x0e\xc6\x32\xce\x64\x70\x3a\x1e\xc5\xf9\x1f\x6c\x01\x2c\x99\xab\x47\xce\xaf\xda\xcd\x63\x62\xa2\x0a\x0c\x7c\x01\xde\x9e\xea\x05\x1c\x23\x7b\x46\xcd\x17\x82\x68\x4f\x03\x16\x89\x4e\xb3\xa7\xba\xfd\x27\x71\xf0\xb9\x32\x2e\x13\x51\xf7\x9d\xbf\x9b\x35\x1f\xcc\xa1\xeb\x58\x77\xa1\x6f\x71\x77\xd8\x1b\x10\x32\xe8\x61\x4e\x1b\x3a\xb3\x2a\x8f\xdb\x8b\x0b\x2d\x58\xcd\x3b\x49\x2c\x48\x79\x0b\x04\x50\x1c\xa0\x5f\x82\x5d\x8c\x39\x01\x4b\x45\x28\xf6\x5d\x77\x17\x49\x16\xff\x93\x74\x02\x6d\x10\xde\xc0\xcb\xa7\xab\x91\x68\x5a\x20\x43\x83\x46\x61\x37\x30\x9d\x58\x07\xe4\x20\xeb\x28\xfe\x4d\x25\x95\xfd\x9b\x84\xc8\x97\x70\x6b\xa8\x53\x52\x44\xbc\x37\xf4\xe3\xa0\xdb\xc0\x5a\xd6\xd6\x80\x00\xa1\x9a\xfb\xc0\x1d\x21\xb6\x08\x0a\xc5\xcd\xe4\xe3\xb8\xa5\x5c\x77\xca\x0b\xfc\x09\xaa\x1f\x2d\x84\x08\xc1\x1c\xa7\x73\xc8\xae\xe0\x37\x8c\x5b\x94\xaf\x15\x47\x58\x79\xb4\xb7\x79\x9f\xd8\x7f\x33\x27\xa7\x04\x71\xfb\xd9\x09\xa0\xc3\x7c\x07\xd7\x16\x90\x23\x68\x03\x5c\xdd\xf7\x89\xce\x0a\x6f\x8b\x28\xc4\xd9\x54\x0c\x67\x0a\x89\x47\xd3\x52\x42\xc9\xef\xe9\xbd\xe8\xbb\x54\x2a\xe3\x11\xd8\x93\x3e\x9d\x95\x58\xb1\x94\xb1\x8e\x3d\x9c\x47\x61\xe1\xb8\x01\xc9\xf7\x38\x18\xde\x79\xd0\x3a\x9e\x06\x50\x06\x30\x81\xf5\x42\xa8\x47\x88\xf0\x8b\x18\x27\x60\xe3\xa6\x02\x31\xac\x28\x3c\x1f\xd8\x4d\xd2\x10\x17\x08\x82\x51\x0c\xd2\x05\xc1\x86\xfa\x57\x94\x41\x61\x7c\xf9\x32\x9a\x59\x78\x25\x77\x3d\xa3\x51\x44\x4f\x46\xb3\x46\xc5\x2b\x41\x4a\x6e\x80\xf8\x4e\x80\x9d\xaf\x93\xf4\x7a\x18\x85\x4b\xa5\x4a\xbe\x16\xbd\x4c\x75\x94\xa1\xc7\xdc\x53\xd1\x88\xcb\x71\x7b\x54\x8b\x90\x81\x84\xb5\xca\x13\x75\x7f\x93\x76\x2b\x81\xb2\x70\xca\x1d\x65\x60\xce\x77\xba\x87\xe2\x5a\xd2\x27\xa6\x51\x21\x05\xd5\x71\xdc\x14\x1e\x01\xc3\xbc\xed\xf2\x9d\x1e\x0f\x04\x04\x39\x8c\x17\x8c\xf4\xb6\x5e\xa4\xe7\xa2\x67\x5b\x6e\xe0\x3f\x60\xff\x32\x1f\x47\x84\xe2\x97\x9b\x36\xd4\xcd\x24\xa6\x1b\xb5\xa5\x5a\x72\x93\xa1\x3e\x47\x44\x9b\xae\x5f\x9c\xd4\xc3\xe8\xd7\x6e\x01\xad\x66\x43\x34\x81\x01\xdb\x79\x6e\x2a\x8b\xa7\x37\xf0\x51\xf1\x99\xbb\x13\x81\x68\xfa\x46\xfb\x1b\x55\xe9\xd8\x84\x97\x63\xd0\xf6\x74\xf8\x15\x1c\xa7\xf1\x72\xed\x31\xc2\x88\xb5\xa0\xb4\x94\x3c\xc3\xbc\x27\xa7\x86\x6a\x32\x4d\x48\xd2\x31\xa2\x0d\x2e\xa0\x20\xf6\x24\xdd\xb4\x80\x43\xdc\x0b\xea\x9b\x9e\x69\xc0\x56\x65\x0f\x17\x05\x3f\xd3\x86\xa2\x69\x91\x87\x5b\xfe\xc6\xaf\x41\x5f\x77\xfa\xc1\x5b\xb1\x4f\x9a\x88\xb5\x9d\x84\x25\x76\x7b\x69\x1c\x49\xda\x38\x92\x53\x44\x9d\x63\x31\x27\x19\xe9\x47\x4d\x91\xa0\x38\x56\x8b\xbe\x27\xe0\x1e\x97\xa0\x79\xe1\xc9\x02\x2a\x54\x6e\xac\x65\x52\x72\xe5\x1a\x72\x85\x34\xba\x66\x15\x66\xae\x34\xb0\x7e\x1e\x04\x2d\x0d\x84\xcc\xad\x2a\x97\xc6\xc3\x33\x0a\x5f\x49\xeb\x50\x43\x19\xef\xa5\x06\x5c\x5e\xdc\x23\xe9\x7d\x52\x48\x78\xb2\xac\x90\x56\xbc\x72\x9f\xec\x22\xeb\x92\x6b\xba\x1c\xe0\xf7\x30\x07\xc4\xff\x55\xff\x4b\x7a\x2c\xfe\x52\x37\x84\x5e\x2f\x99\x03\xae\x86\x4c\x94\x84\xc0\x3c\x2b\xbf\x49\xea\x91\xae\x85\x5d\x92\x66\x4c\x66\xc6\x0e\xc9\x63\xfc\xc6\xb8\x7d\xd2\x32\x72\x7e\x78\xb4\xf4\x2e\xdd\x67\xe5\x09\x19\x97\x5d\xea\x0a\x96\xc7\xf1\xcf\x31\xfd\x44\x8d\x75\xd7\x48\x18\xd1\x2e\x70\x09\x3a\x4a\xf4\x0e\x7a\x06\xdc\x2a\x0e\x44\x34\x54\x3a\xc5\x2c\xf4\xca\xc2\x7c\xf1\x59\xdc\xf2\x0c\xa6\x24\x9c\x98\x19\xd7\x26\xd9\x47\xe9\x0d\x0f\x93\x42\x19\xe1\x2b\x2f\xc9\x16\x70\xe6\xba\x0a\x64\xaf\x01\x10\x63\x3a\xf0\x00\x76\x91\x58\x24\xc8\x46\x5c\x45\x05\x09\x8e\xa0\x6e\x37\x6c\x14\x86\x62\x17\x57\x8c\x0a\xd7\xe3\x45\x05\xfd\xa2\x70\xd2\xcc\xf4\x31\xd1\x09\xca\xc9\xb8\x7c\xb1\x84\xde\x19\xee\x2b\xa9\x60\x0d\xaf\x7c\x27\x8d\xe4\x8e\xb9\x9e\x90\x45\x0a\x68\xb4\x6b\x3c\x01\xe6\x3e\x21\x96\xf7\x0b\xd7\x8f\x2c\xe2\x6b\x08\xf0\xfa\xa7\x80\x3f\x29\xaa\xc2\x0d\xf8\x9b\x12\x5a\xb0\x40\xa0\xa7\x65\xa4\x4b\x85\x85\x0c\x69\xdc\x42\x51\x1c\xeb\x61\xb8\xbb\x38\x89\x0b\xf7\x5b\x22\xc9\x05\x66\xbb\x79\x48\xc9\xc2\x97\x54\x05\x67\x05\x59\x88\x0f\xe7\x1c\xa0\xdc\x44\x90\xb9\x78\x5a\x40\xbd\x27\x2f\x8a\x6e\x2a\x27\xf2\x17\x33\xe7\xe6\x2b\xf8\x1f\x59\xc3\xe9\xf3\x81\x47\x9c\xda\xd8\x3b\x82\xff\x78\x31\xe1\x6e\xa2\xd5\x40\xa0\x5f\xbe\xb8\x5e\xb8\xc6\x4d\x26\x19\x16\xe3\xc8\x5f\x98\x4b\xb8\x4a\xec\x31\xe6\x79\x5e\x21\x7c\x12\x6b\x1f\xef\x6b\xed\x18\x7b\x27\x7f\x73\x19\x9c\x73\x0b\x10\xe4\xad\xe3\x7e\x11\x94\xa4\x51\xf8\x41\x42\x50\xac\x10\xa0\x8b\x56\x87\x4f\x14\x8c\x8a\x41\x7e\x7c\x51\x84\x24\xce\x7d\xba\x78\x40\x0a\x27\x21\x69\xc5\xf2\x6c\x0c\x94\x5e\x20\x8f\x82\xbe\x62\x20\xe4\x8b\x6a\x3e\x32\x2d\xf2\xb9\xa5\x5a\xd6\x2b\xf9\xfc\xbc\x59\x9c\x10\xf9\x82\xd4\x97\xdc\xf5\xf2\x85\xb1\x89\x7c\x77\xb9\x47\xd8\x38\xb0\x5b\xee\xe6\xd7\x2e\x2c\x94\xcf\x72\x47\x8a\xde\xc9\xe7\x13\xa1\x94\x35\x46\x29\xba\x82\xca\x36\x1c\x86\x7c\xa4\xed\xd1\x7f\xab\x59\xcc\x98\xa1\x4f\x28\x79\xc6\xa4\xe9\x78\xb9\x6c\xd6\x67\xed\xa6\x54\x23\xc7\xa6\xb9\x1c\xf3\x81\x17\xa3\xbe\x13\x76\x9b\xff\x51\x75\xda\x6f\x8b\x60\xb3\xb2\xd7\x5d\x23\x62\x2a\x44\x84\xe3\x64\x67\xe3\x42\xd4\x43\xca\x09\xab\x17\xc4\x4a\x9b\x63\x71\xa9\x3e\x45\x07\x9b\xe7\x94\x6c\x65\x9c\x32\xfe\x9b\x5b\xc8\x6a\x30\x9c\x49\x65\x72\xa6\xeb\x95\x31\xcf\xb8\xc7\x74\x8b\xc3\xee\xf2\x6d\x1a\xa9\xdf\x1e\x01\x58\x75\xd6\xbd\x57\x14\xaa\x74\x25\x64\x92\x5d\x1d\x5f\x51\x2a\x4a\xb4\xfd\x09\x24\x9f\xca\xb3\x6d\xae\x6e\xa5\x1d\x6b\x84\x97\x34\x33\xfc\x2d\xdf\x73\x93\x98\x27\xcc\x8a\x54\x3a\x5b\x68\x7c\x12\x33\xc6\xcd\x30\xcc\x0c\x1b\xe3\x7b\x6b\xff\xf8\xdd\x06\xc6\xd5\xa3\xee\x67\x85\xa3\xca\x76\x74\x80\xa1\xb4\x6a\x0a\xb4\x54\xdf\x53\x73\xb6\x76\x89\xee\x7b\x7d\x7b\x99\x56\x97\x0e\x69\xce\x5f\xab\x35\xc3\x2f\x65\xe8\x34\xf7\xd1\x89\x09\xef\x35\xa1\xb8\x31\x10\x5b\x2d\x27\x3d\x0b\x92\xab\x1e\xd1\x97\xf9\xac\x55\xa5\xb2\x7b\x96\xff\xa3\x3c\x0c\xe0\x50\xfb\xf5\x2b\x6a\xaa\x21\x5f\x75\xa2\xba\x1f\x35\x97\xb4\x4f\xc0\xc3\x65\xd9\xda\x3c\x18\x23\x9f\xa6\xd9\x86\xe4\x65\xd4\x6b\x5c\x31\x5b\x13\x2e\xaa\x15\x84\x00\x10\x46\xf5\x91\x7c\x3f\x48\xa7\x22\xd1\x4f\xfb\x1c\x56\x3e\xe5\x4c\x74\x99\xaa\x04\x00\x2e\x2a\x4b\xfb\xb9\xee\x06\xc4\xa9\xad\x06\xd7\xd7\xc8\x34\x67\xa1\x4f\xca\x26\x6a\x0a\x11\xe2\xfc\x30\xf5\x25\x74\x65\x86\xbf\xba\x18\x07\x4e\x58\xab\xba\x48\xec\x02\xd5\xaa\x6a\xa9\x0b\x83\xac\xca\xd7\x8c\x3d\x3e\xb7\x94\x42\xce\xa0\xcb\x2a\xe5\x2a\xe0\x34\x52\xaa\x26\xc2\xd6\x80\x6f\xaa\x67\x21\xe0\xd5\xa3\xaa\x3d\x28\x7d\x29\x5c\x05\xc7\xdc\xce\x1b\x54\xfd\x85\xaf\x4b\xff\x9f\x72\x17\x69\x4a\x42\xad\x12\x4a\x79\x08\x8a\x50\x2e\xa1\xdf\x08\xea\x56\xdc\x66\xfd\xf4\x9d\xad\xb0\xf3\xea\x5c\x24\x0a\xac\xe0\x09\x02\xae\x8c\x42\xdf\x68\x78\xa7\xb8\x8f\x3d\x58\xed\xaa\x68\xc2\xb7\x97\x1c\x55\x10\x88\x96\x3c\x37\x45\x3a\x79\x7d\x7a\x81\x62\x21\xf5\x55\xc2\x6c\xf9\x53\x46\x09\x68\x99\x7c\x94\x75\x3f\x68\xab\xfc\x00\x57\xe7\x9b\x2e\x6f\x01\x6a\x5d\xfe\x91\x9b\x44\x85\x70\xbc\xec\x23\xf1\x55\x83\x8f\x6c\x27\x99\x54\x45\x90\xe9\x28\x4f\x4b\x56\xc8\xd4\x34\x76\xae\x5d\xa6\x65\xf8\xa5\x3d\x92\x89\x99\x1f\xe2\x0f\xcb\x38\xec\xdb\x91\x3f\x65\x06\xee\xe7\xa0\x53\xb2\x61\xc0\xd7\x97\x2f\xdb\x24\xac\x73\x4d\x93\x1d\x13\x6f\x83\xc9\xc4\xa3\xec\x98\xfa\xc5\xe2\x4b\x9c\x65\x95\x6c\xf1\x2d\xce\xe7\x62\x90\xc4\x83\xfb\x3c\xe7\xb0\x04\xc5\x7b\x97\x16\x27\x71\x00\xb3\xe2\x33\x25\x17\x05\xd1\x91\xc7\x24\xbf\x84\xaa\xa0\x51\x29\x48\x74\xc3\xf7\x98\x94\x2e\x71\x77\xbd\x28\xdd\x23\x95\x42\x9e\x09\x4b\xc5\x97\x6a\xbf\x0b\x09\x92\xe9\x15\x56\x61\xaf\x24\xa1\xc8\x28\xfc\x26\x51\xe7\xc4\x89\xe8\x92\xc7\xa9\x67\x45\x57\xa5\x89\x71\x1f\xc4\x79\xd2\xb6\xc8\x2e\xf1\x88\x6c\x62\xd0\x55\xc9\x22\x19\xdc\xf7\xb3\x44\x26\x1b\x70\x0b\x91\x7c\x96\x7d\x84\x2c\x04\xf2\x34\x63\xb5\xfe\x80\x43\x33\x50\x7e\x03\x78\xab\xc9\x2e\xfc\x25\x28\x53\xbf\xce\x7e\x2c\x38\xa6\x36\xa5\xda\x84\xb5\xea\xe0\xb8\x07\xc2\x2f\xaa\xfd\x91\x1d\xa2\x16\x55\x62\xd0\x3b\x71\x8a\x72\x60\x85\xbf\xf8\xb2\xe2\xbd\x1b\x4c\x42\x54\x44\x83\x0f\xf1\x85\x46\xdf\x9a\xdb\xfc\x4b\x86\xae\x72\x2d\x90\x60\x98\x54\x78\x04\x18\xd4\x43\xb3\x77\x0b\x5c\x75\x5b\x53\xd9\x82\x23\xda\x9f\x71\x17\x84\x74\x6d\x68\x64\xb3\xc8\x47\x93\x14\x34\x2e\xba\xad\x0e\x5e\x11\x2e\x16\x29\xbf\xb8\x11\x25\x01\x8a\x6d\x60\x39\x6f\xd4\xb2\xb7\xa6\x9b\x1f\x68\x99\x5d\x5e\xc6\xef\x34\xa7\x14\x76\x00\x93\x4c\xc8\xec\x7e\x80\x6f\x64\xa5\x92\x04\x01\x06\x5e\xdc\x65\xc1\x73\x7d\x5d\x64\x9f\xb0\x57\x37\x2d\x78\x9a\x08\xad\xd1\xad\x28\x12\x2f\x56\xdd\x73\xb3\x88\xcf\x28\x23\xaa\x92\x9b\xef\x56\xd9\x4b\x07\x9a\x72\x6a\x91\x05\xed\xf6\xd3\x0d\x29\xd9\x4b\x6c\x95\xd0\xf4\xd4\x1a\xeb\x35\x84\x3e\x9e\x63\x49\xc5\xcc\x88\x5a\x63\xea\xc4\x8f\x86\x32\x0c\xf7\xc8\xaf\xfd\x93\xf5\xbe\x8c\x35\x9e\x3f\xb5\x60\xce\x86\x65\xb7\xd4\x43\x82\xb2\x2a\xef\xa6\xee\x9a\x83\xa5\x22\x87\x7f\x3d\xbe\x80\x6e\x3b\x02\xf1\xc8\xfa\xd8\x88\x86\xfd\x9b\x9a\x68\xf9\x85\x9a\x1c\x8f\x32\x4b\xb1\x15\x51\x61\xc6\x0f\x84\xc7\xa1\x0c\x43\x01\xe5\x80\x7f\x99\x6e\x98\x71\xd8\x6b\xb1\xe6\x07\xe7\xcd\xb2\xff\xd4\xb5\x82\xb4\xca\x6f\x0e\x68\xfd\xb2\xd2\x7c\xfb\x24\x70\x77\x41\x72\xe3\x76\x58\x58\xd6\x59\x2b\x15\x71\x39\xd5\xc5\xe2\x8e\xde\x1d\x5f\x68\xda\x89\xbb\x15\xe5\x63\x4c\x20\x81\x42\xd9\xfa\x4d\xd4\x0b\xfe\x28\x9d\x07\xd3\xec\x05\xd2\xe8\xb8\x8c\xe5\x81\xaa\x5f\x02\x51\x65\x91\x6d\x39\xf4\x53\xc9\x11\xeb\x4d\x44\x58\xfe\x79\xcb\x7a\x14\x39\x0b\x67\x36\x60\xae\xa6\x9c\x37\x41\xf1\x94\xf8\xc5\x46\x77\x52\x42\xd4\x24\xfd\x59\x6a\x6c\x28\x55\x87\x63\x94\xf9\xab\x35\xbf\xd9\xed\x5e\x4c\xb5\x95\xf7\x73\xb9\x42\x15\x2c\x14\x57\x9c\xb0\x6c\x44\xe7\x94\x84\x9a\x37\x63\xfd\xf3\xd3\x4d\x83\xf8\x85\x99\x9f\x8c\x23\xc4\x95\x29\x34\x43\x2f\x19\x15\x77\x4d\x2f\xa3\x5e\x00\xdd\xd7\x95\x31\xc0\xa1\x74\xed\x52\xb6\x87\xff\x7a\xf5\x15\xee\x67\xaf\x5d\x2a\x03\x70\x6d\xf9\x43\x65\x91\xe8\x42\xc5\x64\xd3\x41\xc2\xde\x62\xb3\x71\x33\xa9\x24\xef\xa0\x61\x0b\xf9\x45\xa6\x52\x7f\x8d\xda\x93\xb2\x54\xf7\x2f\x5d\x18\xe7\xd0\xbe\x67\x0a\x41\x7b\x35\x4f\xd8\xce\x50\xa6\xfa\x02\x77\xdc\xff\xaa\x6a\x13\xd0\xe0\xf5\x49\x69\x17\xee\x70\x01\x29\x24\x12\x9f\xb2\x6f\xfa\x1e\xe6\x9c\xa2\x13\xba\x2b\xac\x80\x3c\x3f\xdd\x5c\x76\x7a\xc6\x1f\x2d\x92\x43\x49\x1e\xd1\x6c\xe5\xee\x88\xcb\x51\xbf\xe2\x2f\x00\x39\xd4\x4b\x01\x49\xa8\x54\xb5\x52\xe8\xb1\x6a\xa1\x32\x40\xb4\xcf\x1b\xa6\x48\x95\xc4\xb8\x9c\x91\x43\xa4\x87\xcb\x82\xb4\x6e\x82\xe1\xa2\xe5\x1a\x86\x70\x4d\x6e\xaf\xfa\x9a\x70\x7f\x46\xbf\x3a\x59\x54\x94\x8c\x57\x6d\x13\xbd\x8f\x5b\xa6\x72\x15\x0f\x82\x00\x25\x57\x52\x17\xaa\x57\x1c\x92\xfa\xaf\xca\x90\xff\x27\x7d\xe6\x3d\x20\xcf\x93\xb1\x5c\x23\x65\x66\xf9\x94\xd2\xb5\xea\x28\xc5\xd3\x42\x8b\xca\xa6\xf8\x96\xeb\xa1\x9a\xa1\xf8\x9c\x11\xa3\xd4\x2b\xbe\x26\x07\x28\x97\x28\xbe\xc6\xbe\x57\x0c\x28\x27\x80\x68\x8a\x35\x8a\x1f\xa1\x4e\xf9\x88\xe2\xf5\x2a\xb4\x7c\x81\xe2\xa4\xf7\x73\x99\x56\xc1\x75\x65\x49\xbf\x2a\x96\x95\x46\xa9\xca\x35\x83\x85\x39\xca\x43\x1a\x75\xce\x2b\x65\x96\xa6\x24\x63\x96\xe2\x9c\x66\x41\xf2\x5f\x8a\x5a\xf5\xf5\xd8\x67\xf2\x6f\x6a\x13\x88\x29\x6f\x57\x83\x42\x47\xe4\x9e\xaa\x7d\xab\xe4\xb2\x2e\x95\xaf\xf7\x6f\x59\x88\xb2\xd2\x55\x25\xdd\xa3\x00\x4a\x46\x95\x26\xfd\xb5\xc2\xa9\xca\x89\x7a\x47\xce\x49\x45\xa3\x7e\x4d\xfa\x4f\xc5\x62\xdd\xe9\xe4\x09\xf2\x4e\x5d\x69\xec\x1b\x79\x99\xf6\x14\x48\x25\x9f\xaa\xf5\x0d\x3d\x2d\x6b\xd4\x94\xac\xda\x22\x5b\xae\xae\xf2\x09\x94\xee\x57\xf9\xba\x8e\x48\xeb\x14\xaf\x8b\xef\x76\x78\x57\xbd\xcc\xb7\xb7\x25\xd4\x6e\xcd\x7a\xd7\x52\xdf\x60\x4c\xbd\xdb\x6c\x87\xda\x13\xda\x1d\xbb\x11\x0f\xa3\xb3\x6d\xfb\x30\xd8\xd5\xfd\xd6\x7e\x42\x64\xd0\x7a\x33\x8c\x02\x5f\x59\x60\xf4\x62\xec\xf4\x38\xa1\x3b\xc7\x75\x5f\x46\xd0\x48\x04\xeb\x8a\x0f\xb5\xbd\xad\x9d\x9e\xcf\x6e\xf5\xaa\x1f\xc9\xba\xea\xac\x81\xd4\xa5\x9e\x6a\x1a\x82\x87\x27\x98\xed\x0f\x50\x39\xd1\xe9\x8d\x5f\xb1\xbd\xab\x47\x2c\x9f\x89\x31\x41\x9b\x4d\xe7\xa9\x3e\x2b\x11\x86\x2e\x66\x88\xc7\x7d\x1d\x9a\x5b\xb8\xcc\xaa\x09\x16\x98\x8a\x5b\x5b\x77\xd6\x57\xe5\x17\x3b\xff\x80\x2f\x65\x6d\x6c\x2e\x81\xd5\xa7\x6e\x70\x6c\x45\xfc\x4e\xe0\xdb\xfe\x43\xbf\x8a\x8e\x6e\x0c\xc6\x2f\x5d\x3d\x68\x49\x22\x09\x83\xf6\x98\x82\x68\x2b\x57\x72\x0d\xf3\x98\x63\x1e\xbf\xb5\x6f\xb8\xa7\x97\xed\x55\x9f\x15\x1c\x2e\x5e\xed\x2c\x80\x2d\xcc\x1b\x6b\x3a\x85\x88\xcd\xaa\x71\x64\xa3\x28\xa9\x68\xdb\x28\xe6\x5e\x42\x56\x63\x32\x5e\x11\xbd\xcc\x62\x25\x41\x57\x77\x98\x4e\xff\x9f\x00\xb8\x00\x68\x32\x51\x00\x00\x6c\xfb\xec\x96\x1e\x08\x48\x83\x20\xdd\xdd\x0d\x83\xb1\xee\xee\xfd\xeb\xfe\x63\xc9\x68\x10\x04\x1b\x0b\xbb\x15\x3d\xdb\xb3\xbb\xbb\xbb\xcf\x6e\xdf\x27\xe2\x84\xed\x75\x3e\x90\x36\x07\x2e\xb2\x3f\x91\x3f\x41\xa5\x59\x5f\xa9\x33\xdd\xc7\x22\x1f\x75\x5b\xcb\xd7\x77\x7c\x63\x8c\x28\x96\xb7\xaf\x60\x7e\xc8\x7b\xd4\x56\xca\x7e\x9e\x35\xaa\xe5\x3d\x6f\x74\xca\xdf\x66\x48\x50\x1b\xff\xc2\xf5\x49\x74\x36\xda\xd6\x58\x2e\x15\x85\x9d\x71\x38\xe4\xb9\x81\x27\x6c\x9b\x54\x11\x28\xb3\xe5\xae\x76\xac\x3b\x09\x99\xa2\xff\x53\x3e\xab\xed\x07\xb7\xa8\xe8\x43\xeb\x6a\xde\xd3\x3c\xa0\x85\x24\x68\xce\x5c\xd3\x3c\x4b\x84\x4e\xd9\xe3\xba\x24\xc9\x8e\xdf\xd7\x48\x97\xd5\x47\x2b\x1d\x77\xe4\xd6\xb0\xbb\xf6\x64\xe5\xdf\xc0\x6f\x56\x58\x63\x44\x1d\x42\xee\xea\xee\xb9\xaf\x83\x33\x8c\xa5\x65\x61\xcd\x5f\xa4\xa9\x45\x25\x4d\xd7\x65\xbc\xbc\xff\xb9\xf6\x01\xbd\x99\x15\x8d\x6b\xe4\xb7\x53\xb4\x4e\x9b\x32\x2d\xbe\xcf\x51\xae\xda\x11\xad\xb0\xfd\xd5\x64\x84\xff\xcf\x0a\x6a\xff\xcc\x2e\x47\x3e\xea\x77\xfb\xc6\xc1\x88\x31\xc7\xa3\x08\x9a\x66\xba\x5e\xba\xde\xa5\xd6\x70\x0b\xef\x34\x2a\xb5\x53\x72\x37\x3a\xcd\xda\xed\x99\xee\x0e\x8b\x8e\x95\x82\xb1\x5b\xf4\xa1\xf1\x4e\x9b\xde\x30\x34\x5a\x6f\xa5\x18\xae\x87\x87\x5b\xa6\x19\xcf\xcd\x6e\x81\x77\x9a\xb6\xfb\x36\x41\x46\x73\x9d\xc7\x7a\x30\xc7\xfc\xb9\x94\xed\xd4\x82\xd9\x85\x3a\x87\x05\x14\xe4\x96\xda\x97\x81\xad\x19\x47\x6d\xff\x80\xbb\x53\x22\xac\xd7\xc0\xb7\xf1\x32\xcb\x17\xc8\x2b\xda\x60\x19\x0f\xe5\x86\x97\xc0\x6f\x20\xda\xec\x63\xd0\x61\x88\xeb\x7b\x1e\xdc\x0b\x45\x7b\x7c\x31\x6f\x00\x5f\x97\x8e\x70\xb4\x23\xd7\x0b\xb3\xec\xab\x91\xb3\xb9\x01\xb6\x4b\xc8\x9e\x8c\x35\xd6\xcf\xc8\x40\x8a\x87\x75\x06\x32\x3f\x5e\x64\xc9\x47\x4c\xd1\x10\x22\x41\x30\xe1\x24\x98\x81\x4c\x9b\xfd\x1c\x2a\x87\x37\xfb\xbe\x05\x49\xf0\x64\xcf\x09\x66\x0e\x44\x2e\x19\xb0\x1f\xb6\x3d\x2a\x1c\x63\x7b\x60\xdb\x91\x3b\xc6\x36\xd5\xa6\xce\x58\x6c\x8d\xb1\xa5\xa4\x4c\xb4\x54\x59\xbf\xc6\xab\x91\x0e\xeb\x92\xe8\xf9\xf0\x39\xeb\xdc\x70\x18\x3a\x6b\xe9\x09\xf2\x02\x8f\x20\xd7\xfd\xbc\xcc\xaf\xe0\x6b\x9e\xc1\xe6\x69\xd0\x9e\x62\xfb\xe2\xae\xfa\xf8\x7c\xf5\x42\x7e\xc3\x87\x6c\xf7\xbe\x3c\xfc\xb1\xb4\x86\xf9\xe9\xa4\xd3\x89\xda\xee\x99\x34\xaf\xb9\x7d\x9d\x87\x99\xab\x22\xb5\xed\x25\x5c\x65\x48\x58\x4b\x97\x70\x9d\x7f\x9b\xeb\x9e\x6c\xb4\xf7\x3a\xe7\x44\x25\xd6\x6d\xba\x2d\x59\x7b\xb6\x98\xb7\x88\xdd\x50\x9e\x4f\x5b\x80\xc6\xdd\xcf\x1e\xd5\x9b\x4f\x74\xa4\x55\xf4\x54\x51\x08\x89\x9a\x79\xe9\x74\xd5\xdc\x25\x1d\x7f\x58\x97\x23\x6d\x6d\xbd\x3c\x49\x48\x4a\xf3\x1f\x11\xc3\x7f\xb5\x0b\x23\x93\x7b\x1f\x75\x2c\x53\x9a\xdd\xe2\xad\xf7\xb4\xfd\xc5\xb9\x0b\x13\x71\xdd\xf9\x59\x7d\xa9\xc4\x21\x59\xaf\xe6\x67\x91\xcd\x69\xe9\xdd\x04\x9a\x5f\xa2\xa4\x0b\xcf\x9c\x30\x77\x71\xc7\x1c\x4e\x56\x64\x73\xeb\x3d\xfe\xda\x90\xa2\x66\xac\x98\xe8\xbf\xaf\xf1\x30\x10\xe6\xfd\xc8\x11\xa8\xfc\xe0\x86\xb6\xea\xb4\xe7\x8a\x3d\x7b\x57\x91\x73\xf2\xc7\xf6\xbc\xa7\x56\x65\x6d\xea\x8e\xa7\x2b\xd2\xa6\x74\x29\x98\xcf\x12\xd1\x1d\x3d\x9c\xf6\xb9\x5d\x6d\x2d\x7c\x55\xe4\xbc\x16\xba\xc8\x19\x42\x6a\xfa\x9f\xf4\x1f\xff\x67\xce\x16\xc5\x34\x1f\x2f\xbb\x97\x9a\xe2\xd6\x65\x59\xa2\xdb\x5f\xd4\xd3\xc3\xa7\xdf\xcf\x5b\x3c\xef\x3a\xf3\x5a\x56\x59\x57\x0e\xfb\x42\xea\x91\x8e\x85\xdc\x4f\x89\xbe\x6d\x77\x04\x45\x73\x95\x2d\x1f\x44\xe7\x22\x5b\x9b\x9e\x4a\xb5\x21\x40\xe3\x6a\x39\x29\x60\xba\xa3\x4a\x55\xe9\x83\xb5\x8d\xd6\x06\xb9\xdd\x43\x76\x1b\x26\x14\x65\xcc\xc3\x71\x87\xe7\x25\x76\xde\xe6\xf5\x67\xbe\xee\x20\x08\xaa\x53\xb5\x6d\xe7\x45\xbe\x09\x6f\x5a\x23\x25\x6e\x73\xf1\xcd\x64\x59\x6a\x64\x93\x4b\x26\xd7\x84\x38\x9d\xb5\xaa\x91\x01\xf9\x76\x2f\x4d\xa7\x4f\x9f\x75\x88\xee\xb3\x7b\x3c\x7c\xd3\x48\x28\xac\xef\x10\x4a\x56\xe5\x6e\x68\x9f\x21\x7d\x98\xb9\xa6\x75\x37\x80\x4a\x2d\x6d\xa9\x92\x4b\x12\x2e\x37\x5d\x54\x3c\x98\x4b\x74\xa5\xa8\x24\x91\x6b\x9c\x16\xcd\xf8\x90\x93\xf6\x66\xed\xd3\x80\x01\xab\x51\xbf\x0b\x35\x09\x59\x62\xcc\x77\xdf\x0c\x6d\x31\xdd\x2e\x0c\x6a\xfd\xa0\xd6\xe6\xaa\x5a\x36\x6a\xe6\x66\x6a\x9b\x01\xcd\x8b\xd4\xa8\xa6\x10\xed\xa6\x84\xe3\x8d\x67\x74\xae\xb9\x6c\x27\x47\xaf\x8c\x3c\x63\x7f\x69\x60\x84\x8e\xb5\x79\x1a\x4d\x81\xa3\x2c\xb1\x26\x3b\x4a\x0e\x77\x98\x13\x3d\xfc\xc1\xeb\xe6\x37\x85\x1e\xcd\xd7\x4d\x3f\x72\xd3\x9b\x56\x9a\x13\x33\xa3\x5d\xa0\x59\x96\xf2\xb9\xb1\xcc\xbc\x2b\x61\x99\x73\x1c\x38\x76\x6e\x83\xfd\x22\xd8\x10\x79\xc5\x66\x05\x17\x87\xce\xb5\x3c\x07\x9f\x05\x96\x22\x89\xd0\x0c\xd4\x3e\xe8\x2c\xf8\xc1\x83\x05\x96\x80\x67\x0b\x0e\x37\x3d\x87\x85\xb9\x13\x5d\xfb\x60\x79\xe6\xb4\xc6\xe5\xb0\x3c\xe5\x91\x53\x01\x23\x09\x3d\x8e\x74\x78\xfe\x5c\x9c\x7d\x26\xdc\x1f\x79\xdf\x7a\x0f\x5e\x14\x5a\x6a\xa9\x87\xad\x81\x62\x78\x2f\x5c\x89\xba\x0b\x09\xa1\x13\x1e\x1a\x70\x22\x14\x51\x20\x6f\x9a\x6c\xc5\xe7\x3c\x6c\x7c\x65\x4d\xce\x1c\xe2\xbc\x62\x9d\x90\x72\xcb\xb1\xca\xf2\x29\xa1\xd7\x2e\xb3\xdc\x9a\xcb\xb6\x61\x2d\xeb\x23\xbf\x58\xe7\x5a\xf8\xa1\x42\x64\x8f\x65\x48\x60\x1f\x1c\x8f\x48\x7d\x87\x81\x3f\xe1\x1e\x8f\x6e\xf3\x56\x68\xc7\x82\x1c\xc2\xac\x2a\x4a\x7b\x08\xf1\x6e\xed\x7c\xdb\x53\xf2\xd6\xfa\xa3\x86\xff\x51\x2f\xe0\xe6\x48\x57\x32\x02\x88\xbb\x98\xff\xb2\xfa\xa8\x78\xac\x0f\x17\xcf\x0c\x2b\xcd\x12\xf4\x70\x31\x69\x17\x25\x63\x85\x6d\x91\x87\x80\x97\xd2\xe7\x28\x8d\x3a\x56\x69\xeb\xcb\xc6\x85\xd7\xfe\x6e\x23\x11\xa6\xd6\xbf\xb7\x85\x91\x66\x62\x6f\xea\x19\x14\x0a\xe1\xb3\xd4\x9b\xf6\x80\x12\xc5\x2c\x65\x5a\xe8\xb6\x86\x41\x8e\x8c\x3d\xa6\xe4\x3b\xff\x32\xef\x6e\x5a\xb3\x18\x10\x1d\x8c\x5c\x0a\x28\x65\x7b\x51\x7c\xd5\x13\xd5\x90\xde\xa4\x86\x64\xcc\x3f\xad\x8d\xb8\x02\x9c\xd4\xca\x22\x68\x88\xd3\x75\x3b\x49\xff\x91\x1f\x48\x1a\xa9\xf3\x69\xe7\x19\xe7\x19\x5c\xe6\x9d\x86\x6a\xb6\x89\x3b\xb5\x64\x3d\x7f\x94\xa0\x31\xad\x52\x74\x41\xe2\x16\x69\x90\x7d\x05\xf6\xa2\x78\x2a\x8b\x6a\x65\x8f\x00\xdd\x44\x9e\xdb\xfc\xbc\xfe\x03\x95\x89\xbc\xc0\xea\xe8\x2e\xad\x98\x10\xcb\xbc\x26\x96\x92\x7d\x39\x39\xf4\x87\xb4\x0c\xde\x7e\x4c\x1b\xb3\x5f\x48\x2a\x89\xe4\x32\x25\xb3\x52\x1f\x09\x2d\xc0\x90\x48\x8c\xf4\x85\xe2\x2f\xaa\x51\xb9\x4e\x93\x34\xcf\x55\x3d\x89\x3d\xb3\xa9\xa8\x76\x13\xe7\x2c\xdc\x5c\x2f\xe7\xe9\x35\xd9\x58\x40\x10\x27\x02\x08\x2b\x45\x63\xe9\xff\xa3\x4c\x15\x3f\xaf\xbf\x4b\x3f\x2c\x7d\x54\xbc\x98\x7d\x11\xf8\x91\xda\x28\x48\x54\xfa\x47\x16\x48\xae\xaa\x65\xa8\x93\x8a\x93\xda\x0f\x9d\xe7\xca\xff\x11\x83\x8d\xff\x56\xf5\x49\x96\x43\xe9\xb5\x8b\xa5\x87\xd5\xa8\xfa\xbb\xb2\x07\x42\x13\xae\x56\xee\x41\x4b\x22\x8d\x56\x54\xd7\x27\xd0\x86\x28\x17\x14\xcf\x62\x61\x54\x3f\x53\x73\x79\x7f\x35\xec\xc8\x7c\xf1\x55\xed\x27\xdf\x99\xf2\xbf\xfa\x81\x76\xb8\x58\xaf\x27\x3a\xfa\xca\xb6\xe8\x97\x99\x33\xaa\xa6\xe8\x1f\x29\x71\xb5\x2b\x0d\xee\xfc\x1f\x18\x99\x81\x48\xf9\x8b\x37\x18\x7a\xea\x2a\xc8\x67\x0d\xd7\x8b\x1a\x19\x3a\xa3\x67\xea\x28\xae\xda\x88\x89\xc4\x8b\x06\x8c\x5b\x7c\x11\x79\x80\xc9\xbf\x35\x33\xff\x8b\xe3\xae\x6d\x71\xb1\xd5\x11\x65\x04\xcb\xd3\xed\x2a\xf9\xf9\x6a\x77\xdb\x20\x6f\x45\x5d\xa4\xf5\x2f\xf9\x0d\x16\xb2\x46\xa1\x11\x92\xaf\xa5\xaa\x68\x1c\xdd\x0d\x21\xa6\x5c\xe1\x90\xe1\xea\x48\xa1\xf0\x31\x84\xf7\x7d\x00\x0c\x80\xe2\xe6\x33\xb9\xd0\xbc\xa5\xd6\x94\xc2\x8c\xae\x04\x43\x4c\x69\x60\xc7\x20\xb0\xb4\x32\xb6\x7d\x3a\x77\x7e\xad\xa1\x95\x46\x9e\xd5\x30\xb2\xb9\xad\xf6\x27\xe1\x9a\x6b\x51\xe1\x51\xda\x74\xa7\x36\xe5\x21\xbb\xd9\x1e\x1d\xb9\x4a\x88\xb7\xdc\xf0\xcb\x00\x04\xb0\xaa\xb9\x24\x67\xe3\x02\xa7\x65\x4b\x81\xb0\xf7\x98\xfe\x40\x09\xa1\xe7\x3e\x90\x56\xa1\x99\x77\x99\x9b\x59\x73\xb5\x73\x0b\xe9\x31\x46\xd8\x2e\xac\xbd\x47\xa8\x6a\xf9\x51\x78\x88\xba\xb6\x29\x27\x75\x14\x7b\xae\x93\x16\x79\x51\x88\xb2\x61\xfd\xa4\x40\x25\x92\xd4\xf4\x3b\x67\xe6\x52\xd8\x42\xcc\x3f\xb3\x58\xaf\x87\x8a\xf7\x2c\xcc\x00\x46\x95\xdf\xeb\xbd\xcf\x9d\x51\x93\xd7\x43\x21\x9d\xab\x7f\xdc\xb5\xbd\xf6\x2e\xfe\x62\xfb\xd9\xc2\x0b\xd4\xdc\x96\xe6\xd4\x24\xd6\x45\xd7\xec\xa8\x89\x82\x2b\x76\xad\xdf\x76\xc0\x1b\x59\xde\x63\x23\x41\x55\xcc\xe6\x9b\x94\x09\xb5\x4b\x90\xdb\xd4\x5d\xf5\xa7\xb4\xa5\xf4\x05\xb8\x38\x71\x06\x73\x27\x71\x2f\x7d\x3d\xfb\x0f\x95\x86\xa1\xf3\x1a\x99\x89\xc5\xaf\x84\x0e\x2e\x3b\xf5\x94\x64\xbf\x70\x5d\x64\x81\xbc\x41\xe6\x83\x02\xd4\x38\xe5\xe5\xee\x25\x84\xce\xda\x37\xcd\x6e\xa4\x92\xfa\x07\x48\x28\x25\x10\x7b\x5c\xb3\x91\x16\x47\x78\x21\xda\xc9\xd0\x51\x82\xe9\x29\xac\x37\x74\x04\x33\x8c\xbb\x92\x3d\xbe\x78\xa5\xe0\x04\xef\x49\xea\x3c\x49\xb8\xe8\x6a\x64\x14\xf0\x54\xf6\x1a\x25\x56\x4f\x54\x15\xcf\x5b\x83\x1b\xc0\x74\x37\x95\x10\x1c\xb8\x12\x58\x4c\x6a\x21\xbc\xd2\x8c\xa7\x9c\x22\x1f\x15\x45\xd2\x93\x69\xff\xd0\x8e\x32\xaf\x31\xcf\xd5\x2f\xe5\xec\xe2\x8e\x2f\xa6\xf0\xff\x0a\x5c\xa9\x0c\xb1\x4b\x12\x1a\x39\x03\xe0\x02\x2f\x50\x5a\xd5\x46\xd5\x9b\xce\x9b\x98\x49\xa4\x8f\x8d\x6b\xb1\x59\xd4\x08\x68\x28\x7e\x1e\xbd\x41\x75\x9e\xe4\xc6\x5c\x25\xf4\xa5\x9c\xe1\x4c\xa3\x3e\xa2\xef\xe0\xf5\xd5\xbd\x60\x3d\x15\xe6\x16\x3d\xe2\x71\x24\xee\xa9\xa3\x45\x05\xc0\xb8\x88\x5f\x32\x8a\x32\x10\xb5\x5a\x79\x43\xa3\xed\x18\x53\xbb\x88\xb5\xcd\x39\xb5\x7e\x32\x47\x69\xee\x6f\x58\xc5\x8b\x54\x2e\xc3\x73\xf8\xaf\x05\x01\x24\x92\xf0\x38\x75\x3c\xb5\x53\xbc\xb5\x2e\x95\x39\x5e\xba\xbb\x88\xca\xb9\x05\x3c\x49\xd9\x2c\xf8\xab\xf4\x8f\x78\x2b\x45\xab\x9b\x51\x4f\x15\x7f\x74\x61\x6d\xe8\x2a\x92\xe8\xb7\xbd\xad\x76\xb2\x24\xc2\x54\x55\xf7\x54\x5a\xaf\x30\x35\x3c\x92\x19\xf8\x73\x09\xd3\x80\x03\x94\x0c\x72\xab\x62\x24\xba\x93\x5e\xa5\xa4\x16\x3e\x61\xb3\x54\xd7\x52\x04\xfc\xd3\x9a\x86\x88\xd7\x12\xac\x6e\xb8\x6f\xb4\x22\x49\x7f\xb5\xc5\xa3\x2c\x44\xd7\x68\x35\x57\x46\xe8\x5e\x1b\x24\x35\x18\x7d\x3e\x70\xa1\x6e\xa3\xde\xc6\x1d\xc4\xa6\xeb\x6f\x91\x27\x13\xa7\x18\x42\x6b\x77\x51\x83\x0d\xa6\x42\x22\xb3\xd5\x70\x3b\x25\x8f\x57\x60\x8c\x8f\x9c\x22\x0e\x31\x6e\xf6\xdd\x26\xaf\x35\x15\xba\x7e\x16\xad\xb0\x5f\x45\x56\x94\xfe\xb1\x67\xeb\x2e\x54\x1a\x6c\xcb\x65\x84\x5a\x7f\xeb\x57\x8e\xa2\xfe\xb7\xb5\x8a\x34\x16\xef\x6d\x99\x57\xf3\x85\xac\x47\x2e\x14\x3c\x64\xcc\x81\x7f\xa5\x4c\xe1\x46\xc2\x13\x23\xc3\x45\x24\x28\xc7\xcf\x03\xb8\x00\x82\x8d\xda\x02\x54\x17\x19\x4e\x28\xde\xd8\x39\x45\xab\x2d\x67\xb5\x6f\x90\xce\xa9\x4e\x6e\xf3\x61\x4b\xea\x8a\x5b\x20\x62\x3e\xb6\xb7\xe9\x4c\x0d\x40\x9a\xdb\xf8\xa3\xa0\x9f\x1e\xec\xf8\x9e\x12\xce\xc1\xda\x2e\x44\xb2\x85\xe7\x2c\xfd\x7e\x1a\xa0\x19\x16\x3b\x3f\xe6\x17\xf6\xc5\x41\x9b\x8b\x6e\xcd\xb7\x6b\x87\x96\x2d\xe8\xde\x2b\x39\x59\x65\xec\x3a\xce\xf6\x41\x2f\xea\xd8\x47\x1c\xd7\xf0\xb7\xad\xbb\xa6\x9e\x38\xd0\x92\x5f\xb0\x88\xb6\xc7\xb5\x25\xa5\x84\xfd\xcb\xf1\x31\xb2\x55\xd8\x66\x73\xf7\x1b\x00\x44\x48\xa8\x73\x69\xde\xc0\x12\x14\x44\x2c\x4a\x5e\x14\xaa\xd9\x53\xfa\x6d\xc1\x18\x49\x47\xe5\xfd\xf9\x47\x58\xdf\xd0\x63\xbb\x49\x84\xef\x0d\xb2\xce\x8b\x35\x04\x62\x48\xfb\xe4\x82\x2d\xb4\x8a\xe6\xaf\x29\x1a\x76\x6f\xe3\xfa\xc8\xd3\xc2\x3c\x7b\xbc\xdf\x0b\x20\x1e\xe9\xec\x5c\x46\x1d\x5e\x25\x6c\x24\xd1\xa8\xb5\x03\x60\x3f\xfd\x79\xfd\x59\x15\x96\xd9\x81\x8b\x13\xf4\xb1\x0d\xc4\xbd\x54\x2a\xb7\x97\x4a\xad\x13\xf1\xbf\x31\x53\x8a\xb0\xa2\xdd\x5c\x76\x4a\xaf\x74\x50\x38\x18\x61\x51\x4c\x95\xa5\xa0\x92\xd5\xe7\x54\x63\x3a\xce\x91\xbd\x6b\xef\x3a\x97\x52\x06\xea\x2f\x9a\x7f\xd0\x88\xd8\xad\xca\x63\x8c\x04\xc2\x0d\x01\x8a\x55\x4c\xf1\xa4\x7c\xe6\xb4\xd2\x95\x75\xd3\xf9\xee\xec\xe1\x45\xee\xa2\x21\xbc\xdb\x29\x5c\x69\x98\xe8\x46\x84\x52\xde\x0f\x8c\x40\xa5\xaa\x11\x95\xa6\xfd\x23\x31\x19\x03\x38\x6e\x93\xde\xe3\x66\x99\x4b\x28\xe7\x09\xfb\x95\x31\xb4\xcb\xe4\x55\xfc\x05\xcc\xc9\xb4\xa5\x14\x2b\x1b\x64\xee\x40\x0f\xf2\x62\x38\xdf\x0b\xaf\x08\xd3\x05\x86\x94\x14\x49\x8b\x24\x28\x82\x2a\x0f\x03\x7e\xa1\x4a\xd4\xa1\x6a\xf7\x36\x1f\xec\x16\xd2\x56\x7b\x36\x7e\x1b\xe5\xbd\xf1\x25\xf1\x0e\xdd\x4f\x31\x9c\x12\xcc\x94\xf0\xfa\x68\x1b\xd8\x0f\xc9\x1b\x98\x3c\x9e\x10\x3d\x9e\xc3\x14\xfa\x15\x12\xf9\x9b\xc4\x7f\x93\x9f\x8b\xab\x80\xa1\x11\x75\x40\x88\x32\x1a\x65\x52\xe1\x34\x8b\x5a\x08\xf5\x95\xac\x6a\xeb\xc6\x86\x1e\x8e\xa7\xc1\x81\x1f\xc5\xbd\x09\x5c\x27\x5a\xf9\x7d\xdc\xc5\x94\x32\xa1\x89\x74\x9d\x5e\x23\x96\xd5\x92\x58\x5d\x52\x6b\xc1\x23\x5e\x38\x70\x30\x79\x81\x68\xb2\x72\x6a\x44\xb9\xcc\x5f\xdd\x81\x3a\xa8\xb4\xe8\x4a\x9a\xd6\xd7\x06\x88\x94\x96\x39\x75\xeb\xc5\x9b\xf4\xb1\x0d\x78\xc9\x63\xd9\x76\xfc\x44\xd9\x14\xce\x7a\xd2\x38\x80\x44\x1a\x4f\xad\x97\x6f\xaa\xd9\xc3\xb8\xab\xf4\x2a\x90\x70\x06\x55\x2b\x92\x69\x82\xfb\x9a\xf4\x88\x0a\x69\xa8\x6e\xa8\xef\x54\xc5\x5e\xfd\x7f\x8d\x50\xc5\x4f\xed\x36\x38\xa1\xfa\xbc\x2e\x46\x2b\x45\x9f\xd1\x2d\x93\x7a\x60\x1e\xeb\xde\xb2\x73\xf1\x59\xfa\x1a\xc2\x0b\xd2\x03\xfd\x96\xea\x27\xb4\x03\x06\xef\xfc\xb7\xac\x97\x86\xd6\xe4\x4c\x3e\xd1\x38\x22\xc2\x20\xfe\x66\x5c\xec\x3b\x4f\x7e\xdd\x84\x76\x38\x4b\x0d\xb6\x13\xa0\xae\x62\x99\xad\x52\xfd\xa6\xfa\xad\xf5\xa4\x78\x6b\x1d\xc9\x1a\xc9\x1a\x8d\x1d\x6b\x99\x8f\x7f\x4d\xf8\x84\x7c\xa9\x8e\xa0\xa2\x90\xd2\x7c\x1d\xd3\x05\x77\x24\xcf\xe4\xe5\x42\x47\x22\x16\x88\x43\x21\x0f\xdf\xdf\xf2\x6a\x50\x6b\xfb\x5e\xf4\xa4\xd3\xcd\x3c\xa4\xac\xa2\xfd\x89\xaa\xa9\xf2\x46\xdb\x42\x91\xa3\x16\x68\xf5\x65\x4e\xc1\x54\x35\xf7\xe1\xe7\xe0\xc5\x4d\xc3\xab\xd6\x91\xcf\x37\x56\xe4\x67\x32\x20\x87\x30\x39\x92\x2b\xb1\x71\x22\x6e\x8a\xe6\x5b\x68\x7e\x14\xf9\x48\xb8\xc1\x26\x2c\x1a\x37\xff\xaa\xc9\x58\xaa\xee\xc9\x51\x8d\xaf\x9c\x38\xaf\x5d\x34\xab\x66\x6b\xe7\x66\xc6\xfe\xfa\x25\xed\x87\x71\x5f\x70\x17\x5a\x77\x57\x35\x93\xf3\x9b\x1d\xf9\x49\x8c\x29\x2e\xf7\xe4\x22\xee\x54\x87\x21\xe2\x8f\xa8\xc1\x7a\xc6\xaf\x0d\xb8\x8f\x4c\xb2\x4d\x2f\xe4\x2c\xda\x6c\x0a\x2b\xb9\xb4\xe0\xbc\x72\x5f\x05\xaf\xf7\x8c\xf0\x79\xcd\xd4\x9e\x45\x8c\xf9\xf5\x23\xe7\xd5\xe0\x9e\xe0\x32\x3b\x5e\x54\xb5\x91\xf6\xb7\x95\xe4\x57\xd2\x17\x37\x63\x92\x35\x9c\xf5\x8d\x31\x91\x89\xa2\x31\xb6\xa7\x7e\x17\x80\x65\x88\xce\x75\x87\x79\xa7\xaa\x07\xf1\x61\x7d\xaf\x3d\xa1\x7d\xc2\x49\xaf\x7f\x2e\x4d\xe0\xee\xc5\x25\xb1\xa7\xf0\x79\xc4\xed\x04\x8d\x30\x95\x5a\x57\x1d\x2b\xce\x63\xce\xc9\x7b\x2e\x6d\xe1\xa2\x13\x6f\xca\xa3\x85\xdb\xc3\xd6\xaa\xa6\xc8\x2a\x7d\xe8\xda\x12\x55\x9e\x6b\x3a\x23\xa8\xf6\x29\xac\x60\xb2\xea\x2f\x6b\xf1\xac\xb3\xd8\x6d\x92\x1d\x1c\x39\x61\x3f\x6b\x11\x2f\x9f\xfc\x91\xe0\x2e\x48\xa7\x57\x55\x3d\x10\x89\x59\x0f\xf2\x56\x4b\x1e\xf2\x76\x25\xae\x03\x06\x44\x87\xc3\xfa\x95\xab\x81\xf1\x3e\x7c\xed\x30\xd5\xaa\xc6\x5c\x9a\x04\xd3\x00\x1d\xa1\x5f\xc4\x8d\xd6\x9c\x60\x12\x09\x03\x92\x38\x76\x00\x59\xca\x0a\xe7\xba\xd3\xe8\xf8\x6d\xfc\x24\xa6\xa6\xaa\x5d\xd8\xca\x39\x9c\xc7\x91\x84\x0b\xca\x12\x11\xc0\x4d\x32\x22\xac\x4f\x99\x00\xfc\xf0\xd1\x6b\x36\xa8\x53\x1d\x03\xe4\x91\xa4\x34\x10\x4d\x59\x4b\x01\xd4\x20\x4d\x43\x5b\x2a\xf6\x61\x34\x31\xbe\x32\x73\x59\x67\xd9\x72\xdc\x7f\xdc\x04\xde\xe8\xca\x2f\xfc\xcb\x82\xa3\xb9\xff\x89\x76\x88\x77\x25\x66\x4b\x9f\xca\xce\x85\xb5\x2a\xb2\x94\x3e\x3e\xdb\xd5\xaf\x35\xdb\xec\x11\xf8\x8d\xcc\x01\xd3\x7f\xc4\x0e\x36\x47\x95\x46\xee\xe7\xa2\x84\xbf\xa8\xbf\x79\xef\x19\x85\x0c\x58\xf0\x18\xe7\xc3\x8e\x11\x3d\xab\x2c\xe5\xcd\x90\x4e\xcc\x05\x85\x19\x00\x2d\x71\x82\x64\xa3\xe2\x4a\x58\x9f\x3c\x47\xad\x46\x0d\x57\xa3\x74\x38\x6b\x57\x03\x20\xd4\x1b\x9d\xb8\xa5\xa2\x6d\xca\x61\x84\xcf\xe2\x67\x82\xc7\xe4\x16\x69\x14\xbd\x8e\x56\x2f\x6b\xc7\x56\x33\xf3\x81\x9f\x15\x6b\x38\x3c\x85\x39\xd7\x93\x7f\x55\x15\x9e\xf0\x48\x6c\x55\xbf\x0a\x5b\x0b\x94\x6b\x6f\xa2\x68\x2a\xb4\xfe\x0f\x52\x8f\x6e\xd1\xc4\xe8\x6d\x98\x11\x9a\x03\xf2\x0c\xec\x0a\x6d\x36\xbf\x81\xd0\xac\xdd\x4a\x1b\x41\x5e\xae\x4b\x6a\xc8\xa1\x3d\xd3\xed\x2e\x7f\xc8\xa2\xea\x8b\x72\x16\xf3\xa6\xeb\x1f\x24\xfc\x2b\x1a\x63\x70\x85\x5d\x97\xf9\x1a\x71\xa8\x1b\x4a\xa9\xa9\x18\xe2\x54\x47\x5a\x0e\x6b\xcf\xa0\x87\x58\x58\xb2\xed\xf5\xdf\x91\xdf\xdc\x3f\xb8\x40\xa4\x99\x72\x87\x68\x44\x82\x30\x75\xd4\x31\xf0\xc6\xf2\x38\xc6\x69\x38\x2e\x27\x8d\xb3\x07\x5a\x97\xb0\x51\xf0\x1a\xf2\x0b\xfb\x23\x2d\x06\xb7\xf8\xe6\x2a\xee\x80\x68\x70\x4a\xc5\xe6\xb6\x45\x1a\x4b\xf5\xb6\x56\x97\xd4\x88\xbe\xd3\x42\xe3\xbc\x6b\x88\x6f\xf6\x22\x7f\xc3\xef\x73\x9d\xaa\x5f\x46\x36\x37\xf2\xca\x76\xd1\xf5\x8e\xff\x72\x86\xb0\xd7\xd8\xf3\x12\x06\x05\x3e\x56\x67\x78\xbc\x64\x07\x72\xd6\x77\x89\xc2\x02\xcf\x34\xf3\xcb\xef\x75\xbb\xa9\xff\x54\xdd\xef\xda\x24\x9d\x80\xfe\x5f\x67\x18\xa7\x19\x23\x69\x87\xc8\x6b\xf0\x23\x5a\x8f\xd7\xf3\x49\xb7\x9b\xff\x94\xf5\xd0\x5e\x36\x4d\xca\xfe\xc1\x8e\x73\xde\x48\x38\xc3\x3f\x60\x77\x84\xd7\x4b\xa4\xd6\x08\xdf\x0b\x8a\x7a\xf8\x98\xe9\x63\x79\x76\xdf\x6e\xf5\xd2\xaa\xe4\xde\x49\x92\x33\xb5\x84\x9e\x1c\x0e\xa9\xfe\xdf\x79\xe5\x64\x1b\x8e\xd9\x99\x5a\x8f\x25\xe5\xb5\x4f\x2f\xeb\xa1\xd1\x5a\xfe\xc9\x99\xc2\xda\xd5\x34\x21\xe1\x2f\xbf\xc1\x19\x17\xee\x92\x78\xd9\x72\xfc\x26\x2b\x26\x23\xa9\x88\x88\xdf\x54\xb5\x5f\x9f\x25\xc0\xd6\x3e\x01\xac\x42\x52\xfd\x0f\x9e\x59\x64\xc5\xa5\x51\xc7\x88\xaf\x12\x37\x61\x82\xa4\xc5\xd4\xd2\xb2\x65\xb2\x37\xcc\xe0\xec\x61\xf2\xfb\xdc\x82\xb8\x23\xaa\xe9\xc2\x75\x21\x66\x8d\x5e\x86\xf5\xce\xd3\x47\xaa\x98\xf0\x69\xee\xc9\xda\x07\xba\x55\xbc\x73\xf5\x47\x65\x7f\x05\x23\xb0\x0b\xb9\x7f\x84\xd5\x84\x25\x94\x0e\xd1\x61\xf2\xa5\xfa\x83\x12\x22\x3d\xb2\xac\x42\x16\xc4\x3a\x9c\x75\x54\x9e\xc6\xeb\x8e\x5b\xa0\xec\x12\xad\x0d\xd1\x6a\x3c\x81\x91\xde\xc5\xba\x37\xaa\x1d\xb0\x2f\x67\x34\x26\x4c\x37\x8a\x9b\x8b\x3d\x27\x13\xf3\x56\x13\xf8\x5c\x95\x60\x1a\x79\x0e\xc5\x4d\xb8\x86\x16\x50\x8f\x11\x73\x98\xe9\xa5\xdf\xa4\x75\x9c\xd6\xac\x46\xa0\x59\xe0\x15\xa7\x56\x8e\x15\xdf\x0d\x91\xab\x37\x00\x4f\xbc\x71\xba\x45\xea\x4c\x50\xcd\x38\x44\x3c\xa4\xb1\xb1\x72\xc9\xdf\xa5\xee\xec\x97\x34\x7f\x4e\x2d\x77\x19\x43\x4f\xf6\xe3\x83\xac\xbf\x75\x36\x21\xc4\x5d\x54\x5a\x23\xde\x22\x10\x65\xb9\xc9\xc2\xc5\x9c\xb8\x3c\xf9\x13\x59\x7b\x88\x4a\x75\x50\xf1\xdd\xbb\x47\xfb\x48\xb3\xd6\x1c\x42\xed\x62\xec\x55\x17\xd2\x2b\x58\xf3\xc5\x5f\x99\xd1\x1c\x2c\xbb\x92\x1d\xc9\x4b\x22\x25\x73\xab\x05\xa9\xe8\xa3\xfc\x4e\x51\x75\xc9\x2e\xd1\x48\x49\x4b\xe6\xa0\x64\xbf\xec\x5b\x5c\x00\xb0\x53\x61\x0d\x69\x55\x1e\x53\x17\x79\x7f\xd4\xce\xd4\x95\x1b\x57\x92\xda\x04\x38\xe5\x1f\x8a\x59\xb8\x50\x74\x9f\x36\x5f\x74\x83\x55\xcb\xb8\x22\x89\x27\xe2\xd9\xc9\xd2\xcd\xe8\x09\xdc\xdd\x40\x5c\x49\x90\x80\x2b\xbf\x96\x49\x13\xd3\x95\xcb\xe3\xc6\xc9\x3a\xd4\xae\x90\x8d\x8a\xcb\xda\xc5\x3e\x68\x4d\x85\xfe\xa5\x7e\x03\xee\xb8\x6a\xbe\x22\x89\xf0\x45\x9d\x24\xcc\x25\x57\xaa\xf7\x32\x5e\x52\x6f\x68\x2a\x09\xe1\x8c\x46\xcd\x97\x5a\x77\x36\x45\xbb\xa8\x18\xe0\xd1\x75\x98\x8c\x9f\xc2\xe5\xfa\x90\xd8\x8f\x52\x4f\xc3\xc8\x90\x1b\xf2\x01\xe3\x10\x9f\x93\x6a\x8e\xc9\x5f\x7b\x06\x83\xc0\x8b\x80\x0e\xec\x4f\x18\xcd\xbf\x45\x58\x02\xfd\xa0\x6f\x22\xf3\xa0\x6d\x78\x7f\x1a\x09\xd2\xd4\xe4\x30\xf5\x50\x5c\xd1\x15\xce\x49\xf0\x7d\xc6\x0a\x41\x11\xb8\x39\xf6\xad\xf8\x07\x28\x0e\x1d\x05\x9c\x05\x13\x51\x11\xaa\x53\xe0\x4c\x8d\x0a\xfd\xab\xf9\xb9\xac\x1e\xb3\xbf\xe9\x27\x6f\x17\xae\xdb\xf5\x9c\xb6\x8b\x68\x6f\xbc\x84\xc3\x50\x56\x3a\x77\x56\x2f\xa7\xff\x74\x74\x16\xb1\xd9\x90\x9d\x98\xc1\xe7\x67\xd8\xc6\xc5\x3e\x17\x47\x5b\x96\x86\xc6\x01\x89\x48\x14\x0a\x51\x31\xa1\x23\x9a\xe1\xe8\xc8\xce\xb9\xd2\x97\xf5\xaf\xda\x5f\xf2\x2a\xb1\x27\xdb\xf4\x34\x1a\xe1\x58\xeb\x78\xdc\x0c\xf2\xfb\x66\x47\xb5\x9c\x8e\x6b\x1a\x5a\x54\xc2\xfa\xd4\xd8\x90\xc1\xe0\x1d\x77\x20\xb1\x3f\x44\x97\x6c\x4d\xa1\x68\xd9\x5b\x0b\x88\xda\xa6\x8a\x82\xe5\xea\x5d\xb5\xad\x3d\x5b\xa4\xcb\xea\xb3\xba\xfd\x79\x93\xb0\x7e\x5d\x02\x5a\x2c\x01\xd5\xb1\x11\xfb\x95\x5c\xde\x76\xa3\x9a\x45\x3b\xd8\xf2\xbd\xa8\x8c\xc5\x6b\x7a\x9b\xa1\xe6\x95\x37\xf6\xc7\xcd\x16\x71\x1d\x91\xa1\x16\x59\xbb\xb5\x13\xf5\x56\xf9\x00\x7e\xa7\x5b\x26\x35\x55\x7b\x01\x4f\x64\xc1\xe8\x00\xfe\x46\xd9\x57\x4c\x00\x9d\x04\xec\xc5\xe1\x70\x2b\xe4\x2b\x88\xc7\xaa\x6d\x8a\x0d\x54\x6a\xe1\x65\xe5\x3d\x66\x46\xda\x7f\x6a\x3e\x17\x1b\xa3\xd7\x86\x0b\x07\x83\x52\xf5\x63\x65\x0a\xaf\x91\xc6\x08\x95\x43\xfb\x48\xfc\x05\x3d\x0c\xc8\x93\x1c\xac\xbf\xc0\x8f\x90\x6e\xc1\xce\xa7\xdd\x91\xf5\x11\xe6\xe1\xa2\x80\x65\xe4\xe3\xd5\x3e\xf2\x0b\xf4\xc0\x42\xb3\x32\x80\x75\x20\x6d\x97\xea\x3c\xaf\x33\x86\xa7\xd9\x24\x5a\x17\x94\xa9\xdb\x08\x4c\xf1\x72\x37\xbc\x57\x9d\xd6\x7a\x88\x84\x98\x29\xb2\xf9\xe2\x06\xec\x1a\xde\x62\x09\x97\x90\x46\xab\x91\x4a\xc9\x43\xb1\x03\xb2\x3e\xea\x8f\xaa\x4d\xc0\x4b\xa6\x67\x61\xa0\x82\xc2\x51\xa6\x41\xaa\x50\xc1\xf0\x18\xb4\x26\x54\x7c\x3e\x28\x53\x97\x0f\x3c\xf6\x8a\x31\x2c\x55\x97\xaa\x11\x3e\x8e\xc8\x92\xa2\x04\x10\xb9\x89\x9b\x2e\x3c\x4f\xdd\x48\x0d\x12\xfb\x31\x26\x35\xac\x92\xb4\xb3\xfa\x2a\xaf\xca\xfc\xb8\xc5\x05\x72\xe0\x92\x20\x2c\x6d\xb2\xe2\xb2\x38\x2a\x26\x5a\x3d\x4e\xc6\x0b\xaa\xd5\xe2\x14\x4f\xbd\x4c\xfa\x87\x9a\xb5\xaa\x4a\x4e\x3c\xc3\x53\x32\x9c\xbb\x84\x79\x8f\x93\xcd\x8f\x61\xf7\x52\xb2\x04\x47\xb8\x0e\xcc\x55\x91\x86\xbf\xa8\x32\x4c\x92\x27\x3c\x95\xff\x46\x16\x2f\xf1\x4b\x3d\x2a\x57\xc8\x16\xc7\xb8\x29\x1f\x29\x72\x83\x94\x1a\x9a\x3a\xd0\xeb\xae\x7e\x86\x2e\x47\xf1\x91\x59\xc0\x4f\x10\xdd\x67\xbd\x14\xc0\x6c\x34\x67\xb3\xf0\x14\x99\xc1\x43\xc4\x59\x98\x49\x02\xb5\xe4\x6a\x85\x55\x64\x94\xa9\xf3\x25\x92\xd5\xf2\x94\x54\x04\xf0\x53\x86\xc6\x4c\x50\x1c\x51\xc7\x05\xad\x54\x8b\xb5\x3c\xef\x32\x5d\xa9\xfe\xaa\x1c\x4d\x5d\xa6\xf8\x24\xc4\xd0\x25\xca\x3e\xe6\x63\xa6\x40\x15\x4b\x0a\x64\xdb\x55\xcf\xeb\x47\x72\x4f\xa8\xb7\x95\x6f\x14\xf8\x6b\x6c\x79\x17\x45\x4b\xb5\x82\xd4\x18\x29\x55\x27\x8f\x19\x2b\x2f\xd3\xdb\x82\xee\xaa\x32\x0c\xeb\xbd\x0f\x6b\x09\xc6\x9f\x32\x88\x54\x03\x16\xf2\xcf\x51\x64\xa0\x1f\x63\x19\x6d\xa7\xf9\x05\x71\x12\x73\x9a\xf9\x62\x9d\x1f\xbb\xcb\x7c\xa4\xec\x0b\x2f\xc9\xbc\x2b\xaf\x44\x38\xd4\xbc\x3e\xe5\xa5\x64\x98\x79\x57\xcc\x68\x20\xdc\xbc\x37\x78\x92\x92\x66\xde\xe3\xe3\xa5\x19\x34\x5f\x97\xe6\x12\x82\x5d\x9e\xbc\xf5\x24\x4a\x63\x01\xbd\x87\x72\xc8\x89\x21\xc4\xd2\x33\x1d\x1a\xb4\x9c\xf9\xd8\x3e\xaf\x4c\xcc\xd9\x67\xdb\x91\xfb\x8a\x7f\xc8\xfa\x6f\xca\x2e\xd1\x6f\xcb\xa9\x98\xe1\x32\x1a\xb2\x3b\x78\xae\xe2\x28\xdc\xea\xc3\xd4\x94\x40\x32\xc9\x25\x7c\x6a\x9b\x3b\x2f\x9f\x68\x6b\xf9\x4c\x8f\x25\x7f\x6f\xde\x84\x7f\x46\x33\x35\x19\xd0\x69\xcc\x08\x57\x5c\x59\x21\xc7\xdb\xf9\x35\xf7\x02\x3f\xd6\xd1\x9b\xb2\x45\x64\xb7\x07\xc7\x4c\x95\x8d\xb0\xb6\x05\x97\x28\xb4\xc8\x35\x1f\xa7\x66\x32\xec\x27\xb1\xe3\x0c\x5d\x58\xee\x5f\xc2\xe5\x8e\x6f\xb4\xef\x64\x74\xbb\x1c\xbf\x97\x7a\xa3\xf5\x0b\x3a\x84\xe1\x6c\xa1\x95\x65\xb2\x91\xa6\x73\xb9\xd7\x79\xeb\x5c\x33\x53\x0e\x8b\x26\x38\x63\x63\xa2\xa4\xbd\xf6\x80\x60\x99\xc2\xdb\xf2\xd4\xe7\x1f\xf5\x3f\xf0\x32\x21\x51\x87\x54\xf7\xb1\x4e\xe8\xfa\xd0\x1d\xe4\x9d\xba\xdb\x18\x7b\x03\x57\x3f\x19\xb7\xa9\xea\x80\x1e\x4f\x9a\x59\xf4\xaf\xfe\x30\x75\x7d\x56\xb1\x21\x8f\xd9\x98\x70\xdd\xf0\x83\xbb\x33\xe2\xa5\xf1\xb2\x28\x28\xc0\xc7\x74\x58\xf6\xda\x43\x6d\x7e\xaa\x1e\x25\xb8\xa9\x1d\x8b\x2e\x62\xd5\x68\xf3\x30\xa3\xc9\x95\xda\x7e\xec\xd1\x86\x11\xda\x6f\x84\x3d\x55\x74\x1d\x8d\xfc\xaa\x48\xa5\x7b\x45\x2f\xc9\x1a\xaf\x77\xb1\x5e\x25\x6c\x34\x50\x79\xe7\x22\x1e\x1a\x71\xa2\xcf\x01\x01\x26\x36\xc0\xf3\x68\x34\xaf\x54\xc7\x08\xca\xd4\x2d\x98\x59\xcc\x0b\xea\x97\xd8\xd5\xa4\xbb\x1a\x16\x21\x16\xb3\x40\x73\x8d\xf4\xb5\x6a\x98\x96\x4e\xfd\x50\x14\xa2\x1b\xcb\xf4\xca\x3c\xa3\x3b\xc9\x01\x13\x5a\xf4\x7b\x05\x01\x11\xb7\x0c\x97\x25\x43\x03\x22\x8d\xbf\xe5\xc1\x1e\xab\xcc\x18\x75\x2f\x3f\x5e\x01\x12\x7e\x32\x0e\x2a\x83\xc8\x28\xe2\x75\xe5\x4b\x6a\x6e\xfd\x0e\xd5\x22\xfa\xfa\xca\x54\x35\x87\x55\x58\x08\x6b\x8a\xb8\x63\x33\xcb\xb5\x59\x82\x21\x09\x79\x3a\xbe\xd8\x27\xe2\xa2\x7e\xa7\x4c\x11\x50\x61\x9c\xae\x1c\xe5\xf1\xc1\xd4\xa7\xb9\xc9\x9b\x2d\xfb\x97\x3e\x8e\x7e\x0c\x68\x62\x3c\x25\xfe\x4f\x2e\x61\x1d\xac\xfb\xae\x20\x73\x8e\x54\xb4\x2b\xd9\xbc\x0f\x05\x3f\x55\x06\x61\x46\xc6\x0b\xf5\x3a\xf1\xf6\x84\x99\xda\x09\x32\x52\xc4\x05\x5d\x8b\x22\x2a\xc0\x60\xf0\x56\x87\x78\xd6\x1b\x4f\xe9\x88\x9c\xc7\x92\x31\xdc\x76\xda\x19\xc9\x2f\xfe\x18\x42\xa6\x6c\x92\x40\x5f\x97\x03\x24\x8a\xa6\x96\xbf\x95\xab\xc5\xa7\x0a\xd4\x8a\x43\xd2\xf9\x19\x0e\x55\x20\x60\x8f\x7f\xad\xde\xad\xd8\x12\x71\x43\x2b\x52\x7d\x09\x18\xd4\x07\x69\xeb\x3d\x0f\x1b\x87\xea\x9f\xb1\x99\x82\x16\x80\x41\x15\x0b\x37\xc9\x6b\x71\x7f\x44\x7f\x15\x91\xe8\x18\x09\x5d\x39\xb3\x7c\x82\xf4\xa5\xca\x33\xff\x28\x00\xaa\xc3\x33\xc6\x28\xe2\x34\xd5\xf1\x1b\x55\x23\xb4\x4b\x23\xee\xa9\x3f\xea\xfe\x04\xfc\xd4\xbe\x33\x90\xbc\xf2\x0c\x43\x8c\xcf\x99\x1f\xb8\x6d\x86\x6f\x94\x44\xde\x03\xe3\x14\xdc\x68\x41\x9d\x11\x55\x4b\x11\x7e\x34\x96\x95\x11\xc5\x83\x46\x7b\x7e\xbe\xb4\xd1\x78\x2a\x7d\x15\xd0\x64\x9a\x16\xef\x52\xf4\x98\x74\x11\xff\xa9\x4e\x99\xee\x04\x46\x6b\x87\x9b\x23\xbc\x96\xe8\xab\xcc\x5d\x8c\x4f\xec\x54\xdb\x7b\x72\x36\xe7\xb0\x8d\x85\x0d\xe0\x71\xac\x67\x6a\x16\x09\x66\x5b\x8b\x4b\xcf\x8b\xfe\x67\x39\x98\x77\x4e\xe2\x61\xc9\x4a\xa7\xc8\x8a\x90\x2d\xf1\x74\x79\x07\x12\x18\xf1\x55\xf9\x13\x06\x03\x71\x1a\x2a\xb4\xdf\xeb\x86\xee\x26\x34\x9e\x61\x64\xe1\x5d\x32\xd2\x43\xf6\x9b\xc6\x8d\x0d\x67\xb8\x4b\x9d\x97\x6b\xc8\x7c\xa6\x73\x68\xe9\x2a\x61\x89\x63\x56\xde\x76\xb1\xc8\x5e\x98\x5e\x23\xdd\x6a\xab\x8f\x67\xc8\x67\x5a\xd1\x91\x23\x95\x3d\x96\xb8\x40\xa1\x66\x2a\xfc\xcc\xeb\x93\x6e\x11\xb4\x86\x11\xc8\x5c\xd1\x5a\x44\xea\x65\xa7\xb5\x10\x1a\x3a\x38\x5f\x9a\x2b\x6b\x52\x79\x3b\x9a\x52\x4a\xe7\x09\x7a\x5d\xd3\xf3\x36\x8a\x4e\x3a\xdf\xa6\x63\xa5\x3e\x8e\x81\x78\x25\xd0\x61\xcf\x8a\x0c\x50\x86\x5a\x37\x07\xf6\xaa\x37\x22\x6f\xbd\xc3\x75\x79\xf0\x5c\xf2\x30\x2b\xa5\xa6\x0c\x4b\xb7\x3c\xad\x8b\xab\xc5\x5b\x6c\x0d\x41\xe5\x41\x96\xd1\xf8\x8a\x82\x55\x48\x1b\x69\x30\xf3\x35\x32\x97\x86\x4d\xfa\x17\xbe\xcd\xca\x89\x7e\x04\x77\xf0\x90\x90\x5e\x98\x24\x1e\xe5\x47\x81\xe3\x81\xcb\xee\xb9\x70\x82\xfa\x31\xa9\xc3\x32\x06\xbd\x10\x3b\x1a\x59\x8a\xa1\xd4\x4e\x45\xea\x70\xe1\x65\x8f\xe1\xaf\xc4\xd9\x05\x62\x78\x31\x85\x98\x79\x00\xc6\xd3\x4f\x25\xad\x80\x03\xd8\xda\xe8\x8b\xd0\x37\xbe\x3a\xa4\x1f\x7a\x24\xde\xea\x27\x81\xae\xc8\x63\xdc\xe9\xd0\x5b\xf5\x7b\x92\x17\xbc\x01\xe3\xdd\xd0\x0f\x37\x60\xf7\xd4\x1c\x84\x51\x04\x5a\xd9\x12\xe8\x26\x39\xba\x20\x0a\x5a\x46\x4b\xc9\x6c\x86\x74\x4c\x65\x12\x08\x11\x39\xef\xa3\x0f\x41\x35\x82\xb5\x21\x6b\x20\xac\x64\x89\x9f\x05\x62\xc9\x2f\xba\x5b\xa1\x5e\x4d\x36\xb1\xd0\x7c\x8b\xa0\xc5\x3c\x37\xff\x43\x3a\x54\xe3\x6b\xde\x49\x9d\x58\xf6\x3f\xf3\x3a\x7a\x53\xfe\x80\x79\x1d\x2b\x33\x33\xc8\xbc\x93\xeb\x9b\x94\x68\x3e\x2d\x88\x8d\x5e\x64\xfe\x26\x16\x87\xfc\x03\xc6\xc9\x1e\xfb\xed\x04\xc5\x4a\xa7\xfb\x0d\xf0\x92\x96\x4e\x48\x35\x12\xa9\x7f\x31\xd3\x8c\xe5\x8c\x29\xd5\x66\x23\x96\xe5\x55\xaa\x35\x42\x9c\x8c\xfc\x28\xe3\x2e\x5e\x53\xc6\x71\xe3\x47\xe1\xb0\xc4\x1f\xa6\x64\xf1\xb2\xe8\x0e\x53\xb7\x4c\x1d\x72\xd9\x3c\x4c\x21\xf3\xfb\x62\x16\xa9\x5d\x1e\x29\xe6\xdf\xba\x73\x78\x9a\x6e\x1f\x67\x7a\x3d\x56\x77\x83\x3b\x58\xf5\x4c\x3f\x89\x4f\x2a\xf9\x4f\xcf\x17\xa2\xf2\x76\xe9\x2f\x89\x87\x67\x48\x0c\xe9\xd2\x51\x89\x07\x0d\x9b\x81\xb0\x68\x97\x31\x43\xd1\x1e\xf2\xd1\x78\x53\x3d\x69\x56\x8a\x49\xa3\xed\xf4\x58\x60\x9e\x6b\x28\xc0\x25\xaa\x4b\xa5\x9e\x75\xd5\xea\x05\xb2\xb4\xca\x27\x9a\x59\x40\x5d\x49\xa0\x66\x9d\x5c\x9d\x37\x4d\x8b\x51\x0c\xa6\xff\xa7\x1b\xa3\x9a\x92\x28\xd0\x1d\x57\xeb\xa2\xa5\x7a\x8b\xd6\x3b\x74\x9a\xa1\x56\x77\x64\x96\xdd\x18\x6d\x20\x7a\xce\x36\x05\x98\xa6\x61\xdd\x15\x38\x6d\x3f\x9a\xac\x78\xa0\x9b\x51\x99\xa8\xb4\xeb\xd4\xc5\xed\xaa\x22\xdd\xc7\xdc\x15\xea\xd9\x7a\x28\xbd\x5b\xe3\x65\xf0\x4d\x4c\xd1\xce\x30\xec\x8d\x66\xe9\xdc\x8c\xd6\xd0\x74\xbd\xbf\xa9\x68\xd6\x39\x43\xaa\xe9\xb1\xa7\xcd\xc8\x34\x37\x37\xe4\x00\x13\xe0\x9e\xda\x7e\xe0\x00\x6c\xa9\xe8\x92\xb7\xc3\xf8\xe2\x91\x0a\x05\x9c\x90\x9b\xad\x14\xc1\xee\xe9\x18\x55\x13\xf4\x2b\x71\x9a\xfa\x08\x74\x23\x9a\xae\xf9\x0d\x0d\x86\xa2\x75\x85\x90\xd5\x7f\xb4\xde\x09\xc5\x78\xee\x37\xdc\x07\x2f\x62\x7e\xca\xa2\x6d\x07\x6b\x49\xb2\x57\x36\x51\x45\x19\x70\xcc\x36\xb2\xe8\xb2\x7c\x8d\x75\x7e\xee\x2c\xc5\x4a\x6b\x58\x7a\x89\xf2\xba\x65\x6f\xe2\x44\x75\x90\x25\x3b\x5a\xa4\xd1\x20\xdb\x43\xb9\xda\xfb\xc8\x64\x7f\x5f\x7d\x12\x9c\xe2\x79\xc9\xd0\x0f\x61\x30\x27\xa4\xda\xc6\x8a\xda\x08\x59\x82\xf3\x74\x85\x3f\x30\xcd\x19\x5d\x74\x18\x78\xe3\x70\xe5\x06\xc8\x1f\xda\x6f\xa5\xa3\x95\xc1\xf6\xf0\xc4\xd9\x2a\xd8\x46\x8d\x6e\x54\xbf\xb6\x6a\x42\x9b\xb5\x3c\x8b\xd8\xbf\x4a\x77\x03\x09\xf1\x1a\x66\x28\x87\xee\x55\x0d\xb6\xb5\xd4\x3c\x29\x23\xb7\xe6\xd7\xdd\x2d\xec\x69\x99\xd9\xf0\x34\x87\xdf\x74\x9f\xe0\x99\x3e\xda\xb5\x82\xdc\x99\x08\x35\x0a\xe9\xc5\x31\x2b\x9d\x91\xec\x82\x70\x9e\xfd\x1c\x7f\x5d\xe0\xbf\x36\xbb\x24\x03\x35\xdc\x9a\x2d\xff\xea\xa6\xb4\xb8\x69\x1e\x57\xd9\x5b\x13\xeb\xc6\x97\x45\xb5\x8c\xc5\xdc\x2d\xe4\x37\x7d\xc6\xed\xcf\x29\x72\xdd\x24\x1e\x4e\x7b\xd7\xb8\x93\x3a\x3e\x51\xee\xec\x65\xb4\xc5\x2c\x73\xc8\x39\x0d\xe1\x5c\x7b\x9c\x40\x1b\x78\xdd\x36\x5c\x72\x04\xe5\x65\xb9\xad\x88\x75\x5b\x88\x1c\xd3\x5c\xa8\x2a\x6f\xbe\x89\xa1\x95\x7e\x6a\x3a\x89\x9b\x5c\x98\xe0\x3a\x47\x38\x9d\x13\xd0\x78\x9c\xbc\x2c\xed\x9c\xf3\x10\xed\x9f\x44\xb2\x63\x2f\x6b\x7a\x4c\x8f\x7d\x33\x77\x20\x5c\x60\x73\x09\x1d\x81\x2f\xac\x80\xb4\x15\x95\x6c\x61\x28\x06\xdd\xfe\x45\xf8\xda\xf1\x95\xbb\x5d\xf5\x84\xd0\x52\x6d\x23\x81\xd4\x5d\x70\xcd\xa9\xa7\x4e\xcc\x3e\xe9\x58\x43\x5f\x91\xe6\xb0\x5f\x65\x01\x89\xd1\xb6\xbf\x5c\x75\x0c\x68\x9b\x25\xd8\x14\xce\xb7\xc6\x49\x26\xcc\x9e\x60\xc9\x06\x16\xa3\x94\x08\x43\x95\xef\x3e\x03\x5e\xa8\x9b\x5c\x39\xc4\xb1\x9d\x2a\x2c\xb9\x6e\xff\x4a\x77\x16\x60\xec\x69\xcc\x6d\xd9\x14\x5b\x17\xfb\x73\x5a\x82\xf5\x0d\x8f\x95\xf0\xd5\x9a\x2d\x1c\x13\xc3\xb4\xb4\x8a\x2f\x87\xcb\x91\x53\xb2\x5b\xb3\x13\x91\x11\x8a\x3f\xa8\x41\x18\xa3\x09\x70\xe7\x43\x07\xf5\xbc\x8a\x02\x9b\x98\x75\xb7\x24\xdb\xba\x85\xb3\x21\xff\x8e\x75\x02\xcf\x9a\xf5\xd3\xd2\x22\x10\xa4\x3e\xb7\x4c\x15\xe9\x12\x8e\x20\xcd\x92\x6d\x31\x15\xc8\x68\x60\x7c\x38\x04\xf3\x14\xdb\x66\xb3\xa0\xb3\x6a\x2e\xea\x0f\x54\xa7\x1b\xef\xbe\x0f\xfc\xcf\x70\xb4\x9c\x07\xbf\x10\x8f\x2d\x6e\x86\xd5\x12\x41\x3e\x1a\xf6\x90\x9e\xcd\xb2\x42\x17\x81\xa8\xd4\x36\xa8\x51\xbe\x3a\xa1\x0d\x2a\x56\xe6\xc6\x64\x41\x23\x55\xef\xc3\x97\x81\x0b\x34\x77\x66\x6f\x07\xe3\x75\x67\x7c\xa5\xe6\x6f\x86\x79\x1e\x0d\xe6\xb3\x26\x71\xd9\x0e\x70\xb4\xaa\xa7\x78\x88\xf9\x90\x9a\x95\xf7\xc8\xdc\xa1\x09\xcf\x4a\x37\x0b\x35\x1f\x53\x29\xe6\x3a\xed\xd9\x04\x89\xb9\x48\x77\x2c\x26\xd6\x9c\xac\x3f\x14\xbe\xc7\xec\x6d\x78\x34\xfb\xa3\x79\x98\xf1\x87\xef\x5e\xd3\x5f\xd3\x15\x8f\xfd\xa6\xbf\xe6\xad\x65\xa1\xc6\x27\xa6\x03\x45\x46\xe3\x4a\xf3\xc4\x3c\xc0\xd8\x6c\xae\xc8\xbc\x6b\xb4\x98\x9d\xa9\x73\x8d\x9d\xe6\x63\x09\xb5\xc6\x75\xa0\x5b\x4c\x92\xf1\x22\xc8\x0c\xbf\x6e\x7c\x0b\xae\x0c\xf2\x36\x4d\x00\x1f\xfb\x8d\x32\xa5\x82\xf7\x3d\x47\x98\x24\xe0\xf9\xd2\xfd\x86\xef\xb0\xb2\x28\xc5\x70\x14\x6e\xcb\x2b\x34\x6c\x81\x17\x64\xfe\x6b\x18\x80\xe7\xa7\xfa\x1b\xf6\xc0\x4b\x12\x70\x86\xe7\xf0\x82\x98\x12\x63\x30\xdc\x19\xfe\xc5\x88\x83\xe5\x41\x45\xc6\x2e\x38\xd3\x2f\xd8\xf8\x00\x3a\xe8\x19\x64\x8a\x85\x32\x4b\x69\x86\x28\xeb\xc2\xa2\xa1\xfa\xdf\xd6\xee\xbc\x70\xfd\x2b\xab\x3a\x73\xb7\xfe\x81\xb5\x28\xd5\x5d\xff\xdc\x3a\x35\x81\x63\x88\xb6\x5c\x8c\x61\x1b\x10\x8b\x2e\x22\xc8\x70\xc4\x32\x3a\xa8\xc5\x38\x11\x91\xf9\x51\x8d\x0a\xb8\xd5\x33\xd7\xf8\x0c\x5a\x50\xd2\x37\x6f\x77\x6d\x54\x41\x4b\x97\x5f\x7d\x50\x4e\x55\x07\x84\xcd\x4d\xb7\xb5\x0f\x23\x28\x92\x06\x5a\xb9\xe4\xdf\xb1\x6b\x9a\xcf\xd3\x07\xa3\x58\x4d\x01\xec\x83\x21\xcf\x1b\x33\x05\xb1\x01\xff\x73\x00\x92\xe3\xde\x3f\x6c\x2b\x14\x0a\xb7\x08\xcb\x2b\x6d\x69\x09\xb5\x4b\x52\x97\x57\xc0\xee\x78\xdd\xe0\x96\x13\xd5\xce\xc3\x8f\x4d\x57\xb4\xfe\x25\x4d\x4c\x5a\xd8\x62\xa4\x92\x63\xd7\x34\xfd\x66\xbc\x8d\x12\xb8\xb8\x9c\x83\x21\x6f\x9d\xfd\x82\x77\x01\x7e\xf6\x57\xd2\x4c\x9f\x19\xb6\x54\xc5\x52\x37\xb4\x65\x9e\x36\xb4\x04\xd5\xe9\x8f\x71\x15\xc4\xb5\x6f\xc3\xa5\xe7\x8c\x6e\x2b\x21\x8e\x4d\x27\xb6\xfc\x47\xbe\x9d\xd4\xd8\xec\xa4\xfd\x89\x5d\xd2\xe4\xcb\xa2\x45\x89\x1a\x97\xf3\x86\x87\x7c\x71\x7c\x17\xbe\x0f\x48\xb4\xd7\x4b\xff\xf8\xc4\x59\xf7\x2b\xbd\xdc\x74\x96\x38\x6d\x43\xf1\xa1\x36\x33\x21\x2e\xff\x69\x6b\x2a\x69\x51\xf6\xc9\xe6\xbf\x54\xdf\x74\xff\xa6\x6b\xf4\x7f\x92\x78\xae\x25\xac\xee\xd8\xe6\x46\x2a\x77\x6d\x94\xcc\x39\x43\xf0\x29\x74\xa8\x7d\xa9\x04\x1f\x40\xb5\x79\x03\xdf\x7c\x44\x96\x5d\xaa\x6e\xb7\xc3\x08\x55\x57\x5b\x8c\x6a\xfe\x40\x9d\x9b\xdf\xd0\x74\x87\x4e\xc8\xae\x74\x9d\x62\xf6\xa4\x1d\x6d\x3c\xc1\x7e\x92\x34\xcb\xb9\x9b\xc7\x88\xa5\x39\xfa\x85\x1e\x51\x14\xbb\x49\xfc\x35\x74\x86\x2d\x06\x98\x1a\xd0\x64\xb9\xa2\xcc\xf3\xd9\x84\x2c\xd7\xf0\xdc\xc7\xc2\x88\x7e\x4d\x91\xcb\xb5\x84\xc5\xc9\xbb\xd3\xd8\xc7\x29\xc9\x7a\xea\xec\xe7\x65\xa6\xc9\x1d\x27\x04\xd1\x89\x2f\xed\x77\x44\x95\xb1\x39\xb6\x77\x92\x25\x51\x58\xeb\x67\x60\x52\xe8\x1c\xcb\x09\xc5\x85\x80\x7d\x48\xb7\x7a\xa1\xcf\x67\xb8\x57\x57\xe0\x4e\x82\xd6\x1b\xfe\x14\x5e\x74\x64\x8a\xb2\xf2\xaa\xec\x32\xf1\xae\x2c\x93\x6d\xa7\x34\x31\x2d\xc0\xf6\x3f\xd9\xfa\xc4\x4d\xd6\x6a\x79\x6e\x6c\x94\x65\xb1\xe2\x67\x14\x1b\x79\xac\xfa\x37\x94\x0b\xbf\xd3\x5c\x0a\x0c\x84\x3e\xeb\xee\xa1\x64\x50\xbc\x61\x93\xfb\x47\x10\x31\xb5\x15\x92\xad\x18\x25\x37\xf7\xb3\x65\x50\x55\x93\x95\x61\x09\x57\xe7\xa4\x7e\x47\x96\x69\x66\x27\x2e\x46\x66\x68\x67\xc7\x46\xc1\x0b\x75\x19\x51\x10\xec\xa3\xc7\x87\xf6\x42\x4c\x43\x7f\xa0\x18\x1c\x30\xde\x46\xdd\x04\x83\x4d\x27\x3d\xf0\xe6\x6d\xe6\x1d\x85\x23\x90\x31\xc6\x90\xdc\x5e\x18\x31\xf6\x64\x3e\x86\x3d\x4c\xa3\x52\x77\x41\x2b\x4d\xdc\x44\x0b\x94\x61\x7a\x1c\x1b\x00\xbe\x34\x57\x47\xb9\xc0\x5e\xf3\xd1\xd0\x93\x60\x30\x98\x12\xb8\xd3\xbc\x1d\x5c\xe8\xeb\x63\xe6\x83\xeb\x3d\x56\x99\x43\xc1\x5d\x05\x47\xe1\xe9\xe0\xf6\x5c\x00\xea\x02\xff\xcb\x3c\x01\xcd\x85\x22\x53\x57\x82\x47\xa1\xfa\x44\x2d\xc8\x80\x9a\x63\xc3\xc0\xd9\xd0\xf6\xa8\x65\xe6\xd7\xd0\xad\xd0\x97\xe6\x0e\xe8\x75\xe0\x53\x73\x0a\xf4\xd4\x37\xd3\x3c\x09\x6a\xf1\x38\x68\x7a\x0e\x45\x14\xb4\x40\x99\xc8\x60\x6e\x35\x78\x10\xb9\x98\xf9\x0f\x48\x42\x9e\xa7\x2e\x35\xbf\x47\x1e\x27\x6a\xcd\x4e\xe4\x6d\x6c\xb6\x99\x86\x5c\x8f\x3a\x6d\x4e\x45\x76\x87\xa1\x4c\x9f\x10\x60\x76\x90\x69\x03\x32\xc5\x57\x6e\x5a\x0a\x63\x3d\xae\x9b\x16\x41\x8d\xf9\x48\x9f\x5b\x2d\x2b\x7b\xfd\xfc\xac\x7a\x5c\xfa\xd1\xee\x1a\xac\x31\x99\xdc\xd5\x4c\xd8\x15\x77\xb3\x63\x0b\x25\x2b\xba\xba\xed\x30\x63\x54\xb8\xb3\x65\x90\x33\x35\x68\xa0\x89\x2e\x68\x9a\xe5\x6a\x0c\x92\x86\x79\xbb\xd9\xef\x29\x0e\xce\xfc\x6e\xed\xd7\x1a\xf2\x33\xe6\xdf\xaa\x53\x64\xbb\x7a\x26\x37\xe4\xa7\x6f\x9c\x97\x89\x4f\x4b\xae\xeb\x6c\x21\xe5\xc7\x5d\x6f\x3f\x4a\xed\x89\xc6\xb5\xbe\x63\x46\x87\x77\x37\xff\xe4\x8e\x0e\xda\xe3\x3a\x22\xcc\x9a\xb5\xcc\xd9\x23\x6d\xf3\x8e\xb0\x4b\x14\x0f\xdd\x66\x5a\x4b\xb4\x15\x79\xef\x7b\x7a\x31\xdb\xb3\x69\xf3\xee\xe0\x98\xe9\xad\x5d\x81\xc4\x98\xe4\xa2\x0e\x84\x32\x26\xee\x7a\xdb\x05\x7a\x78\x34\xa9\x75\x0a\xab\x37\x7c\x65\x73\x02\x2f\x27\xe8\x94\xcb\x5d\x94\x34\x6b\xa7\xe3\xb7\xac\xd0\xbb\xd0\xf6\x56\x59\xeb\x36\xd7\xf2\x44\xab\xca\x3b\xd6\x75\x8d\x50\x9a\x9d\xd6\x59\x4f\xda\x98\xce\x6f\xbf\x49\x0d\x4d\x0e\x69\xe3\xd1\xcf\xc6\x1d\x6b\x79\xca\xda\x18\x4d\x6a\xae\xe2\x5e\x08\xdf\xe9\x5a\x2a\xf4\x0f\x7a\xee\xfc\x47\x32\x7f\xd6\x7d\xfb\x4e\x79\x9c\xb7\xd6\x7a\x5f\x75\xd4\x4d\x60\x19\xaf\xe3\xe7\x25\x76\x60\xa9\x53\xb2\x0e\xb4\x0f\xa1\xe7\xa4\x0f\x6f\xdd\xc0\xb4\x26\xdd\x6c\xa1\xb0\x6f\xc5\x75\x34\x0f\xe1\xd1\xa3\x73\x5c\x6d\xc2\x90\xf0\x6d\x8d\x63\x25\x53\x82\xfe\x3a\xf2\x80\x34\xff\x49\x36\x8e\x52\xe5\xbd\xcb\xf2\xaf\xa6\xd3\x6d\x23\x12\xac\x3f\x94\x7b\xbc\xf5\x1b\xcb\x2d\x0b\xd3\x72\x80\x33\x3a\x6d\x59\x73\x0b\x6f\x74\x52\x5b\x13\x4d\x30\x32\x8e\xe5\x0a\x12\xcd\x89\x8e\x70\xde\x92\xb4\x85\xef\x70\xe8\x81\xc9\xc1\x5e\xb6\x6b\x8a\x67\xfe\x79\xd6\x00\xf5\x21\xef\xbf\xc8\x56\x1d\xdf\x7d\x38\x5c\x64\xf4\xcc\x0d\x6b\xda\x25\xdc\x98\xf9\xca\xb5\x52\x9c\x98\xc6\x6a\x5c\x2a\x39\x99\xc4\x73\x2e\x90\x55\xc5\xd5\x3a\x9a\x80\x6f\xd1\x89\x76\x93\xe2\x58\xf8\x7d\x1b\x45\xb5\x32\x98\x6d\x79\xaf\x39\xe3\xbf\x09\x51\xe8\xde\xfa\x68\xe0\x52\xc3\x61\x77\x04\x0a\x34\x2d\xcd\xf9\xe8\x3c\xa6\x80\x33\xf7\x39\x9e\x29\xc1\xb4\x1c\xc7\x74\x95\x25\x09\x63\x8f\x57\x23\x71\x35\xb6\x4a\x4d\x5f\x74\x95\x55\xa7\x3d\x11\x31\xcd\xd2\xa7\xfb\x15\xbc\x1d\xa1\x18\xd8\x01\xee\xb0\xb7\xf1\xb0\xcf\x6b\x28\xc1\xb4\xdf\xfd\x2b\x58\x6c\x1e\xcc\x39\x6a\x2f\xd1\x3f\xcb\xb4\xd8\xda\x0d\x8a\xb4\xff\x59\x5f\x1b\x87\x27\xcd\xb1\xce\x36\xda\xe3\x52\x2d\x44\x93\x57\x34\x1a\xd9\x69\xda\x10\x11\x8d\x8c\x35\xa7\x05\x7f\x80\xa7\x9b\xaf\x06\xc8\x20\x0f\x10\x8b\x4a\x02\x15\xa0\xd6\x23\xca\x7c\x0e\x74\xe6\x6c\xb6\x95\x98\xab\x33\xd5\xd6\x6e\xf3\x40\xea\x47\xcb\x2f\x70\x78\x52\xa0\x25\x05\xac\x8d\x4b\x44\x74\xe0\x96\x68\x22\xfc\x0c\xfc\x1d\x51\x08\x97\x40\xb9\x21\x33\x21\x35\xa4\x0b\x58\x0e\x2e\x81\xfa\x50\x78\xd0\x1d\x6a\xf0\xc8\x31\x77\x40\x43\x72\x96\x58\xb9\x70\x62\x26\xdf\xb2\x13\xe6\xa5\x3e\xb5\x78\xc1\x3d\x49\xfe\x08\x01\x3e\x1c\x97\x09\xf7\xc3\x1f\xa3\xa5\xb0\x37\x32\x2e\x82\x06\x75\x21\xd3\x42\x32\xc1\x6b\xf0\xaf\x80\x8b\xa0\x07\x7c\x04\x05\x99\xd7\xc2\xb1\x1e\x78\x73\x26\xd4\xd5\xf9\x0b\x5b\x57\x3e\xbf\xb1\x16\xef\x59\xf5\x19\x5c\x44\x78\x8b\x2e\x55\x05\x92\xc3\x31\xb7\x04\x89\xd4\x55\x78\x17\xe5\x12\xa3\x94\xcc\x45\x1f\x60\x67\xd3\x55\x85\x20\xef\x1c\xfb\x65\xf2\x79\x91\x43\x40\x0a\x3f\x21\x3b\x28\xf9\xea\xb3\x45\x25\x52\x3c\xea\x74\xc7\x44\x55\xa7\x38\xe7\x61\x3d\xd1\xd5\xe6\xfb\xf8\x50\x0c\x45\x09\x12\xbb\x71\x8b\xf8\xeb\x28\xf9\xa4\xa1\x14\x3c\xdd\x8b\xda\x86\xc6\xb1\x72\x99\xd5\x85\xf1\xdc\xef\x5c\x56\xb2\x4b\xf8\x42\x68\x09\x5f\x2f\xcb\x97\x9e\xf4\x59\xae\xf2\x52\x92\x3a\x3c\xeb\x46\xa2\xbf\x39\x6e\x61\xfc\x31\xe7\xcd\xde\x58\x1a\x6e\xa1\xe2\x1a\x61\x04\xd1\xc1\xf7\x25\xdd\xa5\x2c\x26\x3f\xa4\x3e\xa1\x3f\xa9\xfd\xc2\xcc\x60\x63\x0a\xde\x72\x3d\xf8\x13\x93\x2b\x84\xe9\xa2\x1b\xe1\xa0\xf4\x5f\xd9\x29\x9f\x7e\xe5\x6e\xd5\xe8\xb6\x39\xd5\xe3\x08\x64\x7b\x60\xad\x86\xb4\xc3\xb8\xa2\xde\x8d\x3a\x4c\xde\xd1\xf0\x87\xae\xe4\x8d\x27\x04\xb2\xc6\x93\x7e\x90\xad\x9c\x03\xb5\x29\xf4\x24\xfe\x82\x02\x2e\x1b\x2f\xea\x4b\x7a\xce\xbf\x2b\x3d\x18\x4e\x94\xac\x57\x4c\xf2\x39\xa8\x78\xa2\x5e\xd2\x62\x2e\x9f\xc8\x08\xb3\xae\xa8\x3c\xc3\x9a\x60\xc0\xd7\xec\x63\xbf\x07\x54\x75\x1f\xb9\x17\xb8\x28\x2c\x87\x7f\x99\x14\x49\xf4\x17\x3e\xab\x69\xa3\x46\x48\xbc\xf3\x5f\x33\x57\xca\xc4\x49\xbd\x3c\x83\xfc\x61\x78\x9d\xb8\x45\x85\xa0\x86\x28\x46\x6a\x69\x4d\x57\x8a\xab\x04\x1a\x4b\x7c\x19\x5e\x78\x59\xef\x57\x39\x4f\x1c\x29\xe3\xd6\x4e\x97\x28\x39\x59\xf5\x17\xa5\x77\x89\x12\xdc\x7d\xa0\xa8\xfa\x2b\x39\x5d\x7e\x3a\xdf\xcc\x18\xa3\xe4\x26\x91\xb8\xd1\x6a\xaf\x70\x9a\x08\xd2\x8e\x42\x61\xe4\x73\xf5\x01\x8d\x5b\xf3\x16\x68\xc6\xc1\x73\x8b\x46\x6a\xba\xb4\x59\xa5\xcb\xb5\x5e\x92\x7f\x2b\x2d\x5a\x23\xeb\x46\xed\x6a\xed\x37\x02\xa6\xc1\x53\xc7\xab\x8e\x21\xdc\xd1\xbd\xcc\x9f\x40\x1b\xaf\x97\x25\xe5\xb0\x3b\xf5\x7f\xc3\x5b\x84\xa5\x86\x23\xa8\x73\x00\xce\xb8\xce\x21\xcf\x5a\x6e\x8d\x07\x4b\xf2\x14\x96\x8b\xea\x55\x45\x5a\x0b\x5f\x4c\x29\xdb\x80\xdc\x67\x0e\x54\x07\x23\x54\xbc\xa0\xee\x1d\x7c\xa6\xaa\x09\x3f\x06\x8e\xcf\xdb\x4a\x69\x81\xda\x93\xe2\x59\x42\xf0\x41\xf8\x41\x81\x09\x64\xf9\x66\xcb\x1e\x9b\x7f\xd9\x83\xd2\x8f\xb5\x0f\x9a\x27\x64\x5f\x69\xeb\x50\x99\x0a\x3c\x5a\x29\x22\x6c\x49\x63\xf3\x07\xc6\xd1\xca\xfc\x26\x13\xee\x2c\xba\xb8\xf1\x6b\x55\x22\x76\x99\xb3\x2e\x6f\x09\x59\x63\x6f\x4a\x92\x30\xdb\xad\x6b\x23\x26\xf3\xff\x22\x97\x7c\x57\xca\xf6\x40\x5f\x6d\x47\xd3\x4e\xf5\x70\x4c\xae\xac\xbb\xf3\xbe\xa8\x7c\xf3\xe3\xbb\x08\xa2\xd1\xc5\xff\x74\x34\x32\xcc\x15\xae\xb6\x75\xb8\x95\xb5\x2b\x5a\xb6\x56\x45\x61\xa7\x37\xcd\xcb\x5b\x47\x9e\xdc\x98\x91\xb4\x8c\x99\x6c\x3f\x1b\x51\xc4\x3f\x61\x2d\xf7\xbd\x23\x5b\x0b\xef\xb6\x2d\x48\x9b\xb6\x70\xb6\x29\x2d\x6b\x56\x9f\x49\xf9\x5f\x1e\x38\xbf\x4d\xf8\xa8\x78\x5a\xb7\x84\xc1\x2e\xff\xaf\x2b\x1e\xb7\xb2\x76\x46\xfb\xdd\xaa\xe2\x86\xf6\xd6\xba\xbc\xb3\xa4\x8d\x4d\x8a\xa4\xb7\x8c\xdb\xce\xc6\x88\x66\xbe\xcb\xc6\xf7\x9b\x25\x73\x22\xd1\x6d\x08\x7e\xa0\x7c\xb3\x7d\x0e\x31\xb5\x7a\x8c\x71\x05\xe9\x3d\x1a\x23\x57\x52\x3e\x62\x1e\x72\xaf\xd0\xe3\xf0\x5d\xa4\x23\xcc\xd5\x64\x59\xed\x58\x0e\x9f\x6e\x29\x88\xe1\xef\x64\x7f\x4d\xba\x25\x4e\x11\xe8\xc3\x6b\x80\x30\x69\xa8\xcf\x7a\x55\x8b\x32\xa6\x75\x01\xb6\xb9\x3a\xda\x26\xc1\x97\xa3\xf3\x0d\xff\x11\x13\x31\xb5\xc0\x6d\x32\x07\xd7\xc5\xad\xa7\xde\x24\xfe\x22\xa1\x19\x66\x6a\x4b\xcd\x7a\x36\xc0\x44\xe7\xbf\xe6\x3d\xe7\x8a\x92\x96\x89\x16\x0b\x17\x85\xa7\xc8\xb6\x49\xbf\xfb\xac\x56\x65\x2b\x57\xb5\xac\xc1\x00\xe8\xcb\xd6\x01\x2c\x09\xb3\xce\x90\x84\xd7\xe1\x94\x40\x2a\xf1\x36\x51\xc2\x39\x4b\xd1\x52\x5a\x89\x8f\xe8\x55\xf4\xeb\x35\x15\x2c\x80\x5d\x93\xbf\x8a\x37\x99\x3f\x39\x89\x27\xfc\x26\x7a\x1d\xee\x2d\x8b\x93\x7d\xf2\x59\xa7\x7c\xa4\x2a\x6d\xba\x56\xab\x25\x24\x58\x26\xd7\xfd\x43\x72\xe9\xae\x36\x44\x51\xae\xcb\xc6\xe2\xee\xd1\xcb\xd8\xa7\x89\x67\x98\xcf\x88\x63\x29\x3f\x39\x4b\xab\x97\x30\x94\x7c\x6b\x7e\x28\x87\x28\xea\x48\x1a\x27\x58\x22\x3d\x11\x3e\x54\x1a\xa0\x88\xf6\x39\xaf\x9c\xaa\xbe\xed\x9a\x52\xb9\x82\x7e\x03\xb6\xd6\xc4\x30\x0f\x6a\x6d\xe8\x77\xec\x55\x92\xd7\x98\xa7\xdc\x26\xd6\x3d\xbc\x0f\xbf\x9b\x90\x49\x5a\x26\xdc\x56\xf5\x83\x06\x88\xbf\xe4\x6d\x63\x6d\x92\xe1\x13\x0f\xf3\xf3\xe4\xf7\xc2\xfe\x4a\xc6\xa8\x16\xa2\x66\x28\xe2\xb4\xdd\x4e\x55\xe9\x1f\xc1\x28\xc8\xb3\xe2\xaa\x90\xa5\x29\xac\xbe\x2f\x3a\x2c\xbe\x5d\xe7\x21\x99\xc1\x1a\xd2\xd0\x2e\xb5\xe1\x61\x02\x57\xf6\xb7\x8a\x4e\x71\xc9\x3b\xf2\x2a\x98\xee\xca\xfc\xc4\x2e\xee\x2f\xf5\xe4\xf0\x99\xa2\x3f\x5a\x0f\x94\x42\xce\xd0\xd7\xd8\xeb\x0b\x31\xea\x2a\x73\x58\x09\xac\x7e\xa3\x72\x94\x3f\xd7\xc0\xa2\xca\xea\x26\xcd\x47\xc6\x40\x9d\x5c\xab\xc7\xa9\xb0\x1b\x75\x43\x2a\x57\x92\x12\x74\x9d\xb9\x8f\xe8\xfe\xfa\xb8\x44\x84\x43\xd3\xdf\x0d\xcf\x14\x9e\x34\x1c\x40\x7d\x00\xec\xc6\x13\x56\x7a\x6e\x91\xa5\xd2\xa8\x2c\x78\x8c\xfc\x50\x4e\x2d\xd9\x8a\x2c\x15\x0e\xad\xd8\x81\x04\xd3\x2d\x35\x3f\xe0\x41\xec\x3c\x8c\x13\x4e\xab\x1c\x47\xe0\x42\x7b\x73\xbb\xa8\xab\xa0\x84\x44\x88\x9d\x04\xae\x0c\x57\x0b\x7e\x80\x45\xbe\x7c\x60\x02\x38\xca\x32\x2e\x0b\xd3\xd6\x63\x88\xce\x4b\x6b\x85\xe5\x0f\x8a\x6a\x5a\xc8\xfc\x5f\x65\x4d\xcd\xa3\x68\x1b\xaa\x27\xb9\x06\xb0\x43\xea\xee\x36\xa6\x56\x0c\xe2\x7e\x3b\x76\xe6\x82\x14\x97\x7d\x52\xe2\x3e\x16\xd1\x5a\x19\x7e\x46\x00\x20\x0b\x7c\xaf\xca\xee\x40\xef\x90\xf9\x99\xb8\xee\x24\xfd\xae\xdc\xdc\xae\xb3\x72\x5d\xa1\xa0\x33\x8f\x3f\x50\xba\xbb\xdd\x49\x13\x54\xd5\xb6\x1e\x6c\xb8\x55\x17\xd7\xfc\xa4\x62\x0b\x8e\xef\x7a\x91\xdb\x46\xf1\x72\x6e\x4b\xfc\xc2\xfc\x6d\xe7\x44\x8c\x16\xa4\x58\x27\xf9\x4d\x94\x9d\x80\xd7\x21\xd8\x8c\x45\x7d\x6f\xf4\xdc\x1c\x6b\x6f\xae\x3c\xbf\x60\x5b\x0f\x87\x0f\x97\x8e\x9f\x47\xa2\xd5\x57\x6e\xe8\x4c\x6d\xb8\x8d\x5e\xd4\x3e\xbc\xe2\x14\xf6\x51\xcb\x82\xdc\x41\xf2\x16\xd7\x93\xa4\x54\xe6\x32\xa7\x67\x44\x29\xff\xab\x2d\xc4\xaf\x5a\xb6\x18\xf1\x69\xba\x48\xf2\x28\x3f\x86\xdc\x27\xab\xaa\x67\xeb\xcc\x54\x14\x9a\x26\x9d\x47\x7b\x8e\x79\xce\xce\x65\x7c\xc5\xf7\x10\x10\x76\x0e\x19\xa8\xf6\xe3\x5e\xa5\xdb\xf3\xd6\x0a\x1e\xb3\xbf\x24\x6e\x90\xc4\x0b\xec\x61\x2e\xe0\x99\xb4\xd8\x87\xaf\x1e\xa1\x64\xb8\xbe\x10\x26\x54\x87\x21\xbe\xc4\x15\xe8\x4c\xed\x55\xb2\x18\x93\x27\x1d\x45\xe5\xe2\x1c\xac\x93\xf4\x15\xc4\x4f\x04\x2f\x96\x1f\xd5\x52\x75\x9c\xf3\x98\x59\x91\xc7\x15\xa0\xb8\xac\x44\x9d\x78\xb1\x70\x79\x98\x19\x00\x64\x53\x7c\xf8\xaa\xdd\xca\xcb\xae\xa9\xb8\x61\xe8\xcd\x70\x3d\xfe\x38\xc6\xa2\x0d\x21\x1e\xc0\x95\x4b\x00\xf2\x53\x62\x1d\xab\x82\x56\x46\xd1\xe2\x37\x33\xbe\xd0\x8f\x54\xc9\xd8\x2f\xd8\x39\x79\x41\xfc\x72\xfe\xb0\xc4\x22\xd1\x2f\xd1\xeb\x30\x9e\xec\x0b\x30\xda\x07\x50\x91\x55\x72\x27\xa6\x7e\x2c\x61\x02\x78\xa9\x61\x36\x89\xa2\xbe\x89\x93\x51\xd6\x8a\xd1\x84\xb7\x74\x1f\x26\x9e\xbc\x9e\xb9\x07\xf7\x94\xb6\x9e\xa3\xa9\x3c\xcf\xfc\xcc\x67\xe6\x6e\xe1\x2e\x17\x19\x12\x3e\x09\xd7\x4a\x0f\x86\x11\xa4\xaf\x14\xa9\x3e\x8b\x95\xed\xea\xbf\x76\x75\x0d\x85\x6e\x37\xa7\xa1\xf7\x31\x01\x95\x15\x53\xc1\xc6\x89\x12\x71\x23\xb9\xb9\x0c\x11\x71\x2c\x1f\x8d\xf3\xa1\x90\x85\x9a\xca\x08\xfa\x2f\xf1\xbf\xb9\x39\xec\xbf\xb2\xe4\x84\xed\x82\x7a\xf9\xb9\x30\x92\xe4\x9a\xaa\xdf\xe7\x95\x62\x97\x76\x87\xf5\x7d\xc5\x05\x7e\x9b\xf1\x72\xb5\x4e\xf0\x49\x99\x8d\x6e\x10\xd5\x09\x83\x30\x85\xe2\x0d\xf4\x66\x9c\x53\x1a\x86\xa5\x92\xe6\xc8\xd6\x57\x74\xd3\xbc\xe5\x55\x39\x0f\x58\x22\xe5\x8c\x84\x66\xfe\x54\xd5\xe7\x30\x91\xf8\x92\x76\x3a\xaa\x4a\xfe\x52\x2f\x40\xce\x95\xa4\xa8\xda\xf5\x5f\xca\xa3\xd4\x59\xf2\xfe\x2a\x82\xfa\x19\x7f\x43\xed\x21\x0d\x8d\x96\x8b\xd1\x6a\xbe\x37\x90\xf1\x90\xb6\xa5\xfc\x21\xf9\xa2\x2e\x3e\x07\x64\x18\x75\x6f\x12\x6c\x5c\xad\x7e\x53\xd8\x1a\x51\x9f\x61\x03\xea\xbc\x7c\xbc\xf1\x0a\x1c\x54\x30\x1d\x61\xe8\xe4\xc5\x66\x04\x05\x94\x96\xa3\xe0\x8b\x3c\x71\xd5\x7f\x30\x9b\x1a\x51\x37\x1a\x1e\x8f\xb1\x61\x99\xd0\xf2\xf2\x0a\xd2\x78\x28\x3d\x27\x91\x3e\x0a\xbc\x90\xe0\xe2\x54\x82\xe4\xb0\x67\xc2\x63\xe0\x2c\xdf\x5c\xa0\xd5\xfc\x03\x3c\x92\x3b\xb5\x15\xd0\x06\x16\x9c\x6b\x11\xca\x26\x97\xec\x6d\xc6\x72\x85\x15\x47\x9a\xa6\x51\x48\xb5\x33\x1a\x4f\xd7\x7f\xc1\x6c\x71\x6a\xca\x7e\x13\xfa\x1c\xd3\x72\x42\xa8\x4f\x6d\x8d\x09\xc7\xd9\x80\xe5\x55\x78\x86\x30\x03\x21\xf9\xee\x00\x6a\xa1\x1b\x60\x7a\xce\xf4\x79\xc3\x35\x1b\xf2\x6f\x74\x2e\x96\xf6\x17\x5f\xe9\x08\xe6\xba\x97\xbf\x6e\x03\x29\x7e\x35\x55\x2d\x17\xea\x2f\x61\x86\x37\x4f\x2b\xfb\x44\x18\xe9\x4a\xc8\x49\xa2\x4a\x9c\x81\x09\xbf\xd9\xd3\x6c\xdf\xc2\x01\xe1\x08\xcb\x51\xdf\x77\x40\x0a\xdc\x6e\x7e\x96\x5d\xdf\xbb\x51\xc3\xcc\xf7\x9e\x3f\x4c\xca\x2c\xf6\xea\x4e\xe1\xbc\x2f\x4f\xe9\x2a\xa0\x8c\xab\x5e\xd5\x91\x5e\x7f\xb9\x9e\xdd\x16\x58\x3e\x1e\xaf\x6e\xbe\x9f\x43\xa5\xfc\x71\x55\x27\x66\xb3\xb6\x3b\xfa\xc3\x77\x09\xf6\x59\x6f\xf9\xc5\x00\x63\x91\xe1\x56\x7f\xda\x83\x8a\x89\x86\x41\xc6\xb8\xea\x6a\xf9\x03\x26\x07\x6d\xe5\x77\xb0\x47\x61\xbe\x53\x6f\x71\x6e\xe1\x17\x60\x06\x79\xb7\xc8\x92\xb2\x3f\x42\x14\x1d\xce\x2e\x10\xef\x63\x3f\x8c\xfb\x21\xdb\x24\xb0\x86\x6c\x56\xbc\x91\x92\xbd\xb5\x1a\xa7\x72\xbe\x45\x4c\xf9\x51\x8d\x31\xf8\xd0\xaa\xd0\x78\x39\x8e\x7e\x1d\x83\xe6\x7b\x31\x17\xe0\x40\x2a\xc0\xee\x21\xde\xc1\x50\xb8\x47\xa9\xbc\xb2\xad\x82\x44\x66\x7c\xf6\x18\xf1\x70\x6e\x4e\xdc\x19\x99\xbf\xb0\x3d\x64\xbd\xc2\x24\xf3\xf4\x36\x69\xf2\x94\xbf\x90\x6d\xe4\xe9\xe8\xa3\x7a\x2d\xa5\x03\xd3\x04\x9c\xa1\xe5\xe3\xca\x78\x8b\x19\x11\xc4\xb9\xd4\xd1\xac\x0a\x4a\x29\x66\x04\x67\x80\xde\x59\xc6\xe5\xe7\xb3\x67\x64\x9d\x17\x65\xf0\x2e\xc7\xad\x90\xda\x45\xe7\x43\x56\x28\xfe\x07\x8c\xf6\x6e\x55\xbf\x55\x75\xc0\xd1\xf8\x38\xfc\x2a\x5d\x10\x71\x24\xf1\x8b\x6c\x35\x79\x34\x25\x83\xbb\x8c\x5a\x4e\xdb\x45\x89\xa5\x9f\x60\x92\xea\xd1\x2c\x05\x67\x56\xe9\x5d\x2e\x9d\xef\x96\xc5\x16\xac\x17\xa5\xc7\x31\x25\x05\xd2\x79\x21\x4b\xe4\x63\x14\x61\xde\x27\xd5\x61\x9a\xe9\xe0\x7e\x4c\x0b\xed\x8b\xe6\x0c\x76\x31\xe3\xa2\x14\xc0\x3f\x64\x6d\xe6\xb4\x90\x94\x9c\x01\x72\x2e\x35\x9b\x77\xbc\xce\xc9\xc8\x14\xfc\x28\x4d\x67\xeb\xc5\x98\xcc\x3f\x7c\x37\xe9\x83\xb8\x64\xd1\x2f\xf9\xbc\x90\x2d\xb2\x3f\x2a\x87\x8f\x9f\x0a\xa3\x3d\x6a\x9e\x80\x1e\xc2\xeb\x52\xb3\xeb\xb1\x82\xa1\x92\xb2\x86\xc7\x42\x1e\xdb\x81\x3f\x24\xba\x41\xa2\x90\xae\x49\xf8\xe8\x33\xb4\x59\xb2\xe1\x25\x03\xcc\xb5\xc0\xbe\xcc\x01\x6e\x9b\xa2\x3f\xce\x5b\x78\x40\xb5\x3a\xe4\x84\x6c\x88\xe6\x9d\x8f\x43\xe9\xd2\x03\xc6\xd1\x95\x56\x65\xbc\xb2\xad\x26\x5f\xf9\x46\xb4\xb2\x2e\x41\xb5\x90\xe5\xd5\x20\x51\xa7\x10\x23\xf0\x0f\xd5\xff\xd5\xde\x21\x37\x69\x56\x94\x0c\xa1\x6b\xb4\xe2\xcc\x52\xf6\x46\x5d\x71\x9c\xbf\x20\x5c\x9f\x1d\x3a\x41\x72\xdc\x20\x42\x8d\x53\xac\x35\x9e\xd0\xc7\x97\xbe\x82\x1c\xf2\xaf\x15\xdf\x20\xac\x30\xbb\x26\x09\xf2\x67\x3c\xa9\xdb\x0f\x3e\x20\x84\x62\x41\x70\x63\xed\x74\x22\x08\x4a\x8b\x95\xd4\x43\x60\x62\xa6\x3b\x2b\xdd\xfc\x27\x2e\x96\xf7\xc7\x7c\x24\xb4\x5c\xfc\xce\x7c\x10\x05\x2b\xfc\xcc\xd7\x74\x59\x45\x37\x9a\xa3\x81\xb7\x65\xc9\x4d\x99\x82\xa8\xca\x13\xae\x6c\xfa\xaf\x5a\x5b\x63\x18\x9e\x87\x81\x9c\xd3\x6b\x1a\xf1\x47\xec\x5f\x8a\x03\x29\x25\xb6\x13\x99\x43\x99\x53\xac\x40\x1c\x87\x17\x68\xf1\x0e\x5d\x22\x26\xc3\x97\x50\x2f\xe4\xd7\xa1\x1e\xed\xaa\xc2\x9b\x1d\x66\x40\x53\x9a\xde\x9e\xc6\xbf\x58\x71\xb5\xf5\x11\x7d\x73\xcd\x8a\x16\x31\x3e\xa6\x7e\x5b\xd3\x7f\x35\x1c\xfc\x04\x97\xa8\xd8\x9d\xbc\xce\x79\x3e\x73\x22\xa3\xc3\xfe\x3d\xae\x83\x7b\xd4\x36\x35\xf4\xac\xd8\xcf\x12\xe9\x8b\x92\x6f\x87\x4b\xb5\x29\x85\x6e\xdd\xdf\x81\xf0\x12\xe5\x3c\x05\x7f\x71\xc5\x84\xce\x2b\xf4\xe6\xea\xc7\x1d\x33\xf0\xa8\xba\x3f\x6d\xd9\x35\x6c\x1c\xbb\x85\x5d\x1c\x46\x76\x6f\xe2\x64\xe6\x30\x3c\x1a\x67\xc7\x5d\xe6\xd2\xec\xdb\xc3\x26\x8b\x2e\x59\xb3\x7c\x89\x72\x23\x7c\xc4\x18\xca\xb1\x57\x54\x2a\x93\xb8\xa4\x6a\x8b\xf0\x08\xcf\x88\x5e\xcf\xf4\xe0\xff\xdb\x30\x89\x30\x4e\x98\x8e\x5f\x5d\xd3\x23\x7a\x44\x96\x17\x75\x4b\x0e\xd1\x91\xf4\x26\x60\x1c\xfb\x7e\xcc\x6f\x45\x9f\x00\x09\xea\x50\x53\xa4\x42\xaf\x62\x9d\x5e\xb9\xcb\xd0\xc2\xea\xae\x66\x28\x56\xb1\xd7\xa1\xc9\xc2\x0c\xee\x70\x4c\x39\x63\x01\x4f\x82\x93\xe2\xbb\x05\x93\x89\x27\x6b\xe2\x85\x0f\xa8\xb5\x45\x05\xe2\x57\x4c\x54\x3a\x5a\x46\xe0\x46\xc6\x5c\x55\x4c\x17\x9a\x82\x3a\x55\x5f\x65\xee\x5e\x68\x5d\xa2\x6a\x82\xfe\x35\x63\x25\x7a\x89\x62\x3c\xf3\x3b\x86\x2e\xd8\xc2\x46\x70\x1e\x0c\x0f\xee\x74\xc2\x1f\xbc\x2f\xef\x16\xc5\xb3\xfa\xbc\xe0\x2a\x9d\x5e\xf8\x51\x3c\x86\xf5\x22\xdd\x53\xba\x8c\xb7\x21\x66\x97\xdc\x2c\xda\x14\xd4\xa6\xb2\xc9\x7e\x78\xf1\xb4\x4f\x55\xbd\xba\x5a\xca\x03\x7c\x1e\xb0\x90\xd6\x49\x6c\xe6\x0b\x19\x4a\xf2\x19\xfa\x50\x16\x85\x56\x82\x8b\xe5\xe8\x18\x9f\xab\xc7\xf1\x0e\xb3\x0f\x15\x62\x84\xb9\xbc\xa3\x69\x9b\x24\x41\xc2\x1f\x31\x2e\xa0\x44\xca\x08\x5a\xa0\x6c\x55\x4c\xf1\xda\xa4\x0d\xd5\x4c\xd1\x8e\x20\x6a\x68\x9e\x32\x1e\x19\xc3\x70\xe7\x61\xa9\x12\xe6\x77\xda\x68\xfa\x00\xfb\x37\xb6\x96\x35\x8d\x17\x5e\x55\xcd\x59\x25\x10\x15\x1c\xe1\x03\xa2\x7b\x69\x0d\xa2\x45\x52\x38\x46\x2a\x1b\x27\xaf\x0b\x1a\x54\xb8\x54\x74\xef\x49\x1a\xbc\xf6\x1f\x35\x84\x1b\xc1\x9d\x2f\x0d\x22\xc4\xf0\x47\x71\x6b\x48\xcd\x02\x2e\xd5\x83\x3a\x45\xf8\xba\xc1\x4c\xff\x57\xdc\x55\xd9\xcf\x5a\x26\x2d\x28\xc8\xe4\xee\x00\x7c\xd2\x26\x0a\x83\x14\xc1\x31\x04\xc9\x15\x55\x6d\xd0\x2d\x79\x9b\x66\x8f\xb7\x56\xdd\xaa\xa7\x29\x17\xd5\x3d\x92\xef\x17\x23\x0d\x59\x0a\x90\x7d\x1b\x77\x57\x19\x4a\xbe\x46\xdc\xa3\x7c\x8c\x51\x50\x4e\xa9\xf6\x54\x5c\x62\x8c\x55\x77\xe5\x6f\x60\x83\x1a\x5b\xea\x69\x7e\x9e\x76\x51\x8c\x48\x9c\xa7\x3b\x11\x1c\x00\x60\x0d\x7e\xde\x3f\x55\xeb\x8c\xab\xe5\x9f\x6b\x7c\xcc\x66\xd1\x04\xf4\x6d\x33\x83\xd5\x8f\xb9\x62\x8e\x25\x9d\xc4\xfd\x35\x7b\xd6\x77\x93\x88\xe6\xc9\x15\x21\xd4\x0f\xe6\xe1\xf9\xc9\xcc\x03\xa6\x3f\xa9\x8b\xb8\xa7\xcd\x93\x62\x1c\xa2\xe9\x66\xff\x60\x8e\x4c\x67\xae\xf1\x11\xa8\x66\x9a\x17\x02\x4f\x2a\x43\x1a\x17\x0a\x7e\xd7\xe4\x39\xcf\x30\xfb\xeb\x74\x8e\xbb\xc4\x6f\x0d\x97\xed\x5f\xeb\x3e\x12\x58\xf6\x29\xe5\x9b\x28\x69\xb6\x39\x79\xef\x18\x95\xd6\x9c\xd4\x66\xce\x2a\x4b\x59\xcc\x36\x61\x3a\x52\x10\xbc\x41\xfa\x0c\xce\xf2\x39\xae\x3c\x00\x95\x00\x60\x45\x5a\xeb\x51\x41\x7f\x75\x65\x4b\x1f\xb3\x14\xdd\xd2\x5c\x41\xdc\x86\xf9\xd2\x34\xa1\xee\x30\xbe\xa7\xf1\x70\x79\x3b\xd9\xea\x04\xf3\x9e\xd0\xb7\x3a\x42\x52\x7b\x38\xa1\xb6\xed\x31\x97\x05\x0f\xad\x21\xc1\x57\xa5\xfd\x48\xb3\xcf\x17\x65\x17\xf4\x13\x28\x28\x77\x76\xcd\x16\xf0\xab\x1a\x3b\x36\x31\x3d\x6a\x4f\xb6\x7b\x12\x3b\x31\x89\xad\x2d\x75\x3b\x70\xf7\x9b\x3f\x94\x77\x92\xee\x35\x91\xf2\xbe\xd0\x51\x8d\xab\x53\x0f\xb0\xd7\x39\x4e\xcc\x9d\x2c\xd0\xd8\x0e\x85\x4c\x95\x56\x5a\x96\xa0\xe6\x28\x1b\x60\xa3\x62\xaf\x28\xbd\xe2\xbc\x28\x56\x3c\xae\xfa\x1e\x2b\x55\x32\x06\xfd\x9a\x94\x2d\x79\xdb\x90\x53\xf7\x4a\xfa\x07\x7f\xb9\x3c\x09\x48\x27\xf7\xe6\x0d\x95\xaf\xa7\x0f\x24\x6f\x57\xb6\x71\x86\x44\xbd\x53\x6f\x13\xf4\x07\x4a\xb5\x1f\xa5\xf3\x3c\x67\x19\x40\xe5\x2b\xc5\x44\x41\x63\xf5\x7a\x61\x9f\xd0\x84\xb6\x30\x77\x89\x96\x61\x08\xc4\x83\xe2\x0d\x38\x5d\x9d\x48\xf2\x84\x78\xa9\xec\x8c\xac\x8c\x8a\xcf\x1d\x00\x1e\x33\x43\x92\x0d\x8a\x37\xdc\xc4\xa8\x6b\xea\xb9\xc2\xa6\x40\xad\xb6\x45\x36\xd7\x33\xde\x90\xa5\x8a\x96\x63\x78\xd7\xd0\x5b\x04\x3f\xf8\xef\x30\x18\x66\x94\x30\x11\xfb\x9d\x98\x24\x62\x11\x1e\xa2\x5f\x8b\x8f\x50\x86\x95\x91\xa5\x35\xf4\x8a\xdc\x2a\x60\x0a\xeb\x56\x72\xbe\x22\x8d\xb7\x22\xea\xa0\x6a\xb9\x68\x63\x20\xa0\x9d\x0d\x8c\xf4\xac\xd6\xbf\x53\x6d\x91\xf5\xb3\x79\xb8\xdf\x7c\x29\xe7\x38\x31\x8e\x7e\x9a\x57\x4f\xe6\x11\xc6\xf0\x6f\x52\xdf\xd4\xbe\x14\xda\x19\x4b\x4b\x6d\x62\x12\x5b\x97\xb3\x5c\xca\xe0\x35\x25\xdd\x03\xce\x0b\xcf\x47\xf5\x2b\x95\xd2\xe2\x40\xa7\x26\x56\x31\xd6\x73\xa1\x3e\x4e\xe3\x21\x5d\x49\xff\x49\x5d\xcf\x13\x33\x97\xd0\x75\xb4\xdb\x6c\x11\xb3\x14\x1f\xc6\xcd\x62\x93\x6a\x7d\xf8\xe9\xdc\x85\x25\xf7\x85\x04\xfe\xe7\x9c\x00\xf1\x80\x48\x9f\x34\x4f\x86\x91\xa6\x44\x75\x28\xd2\xe4\x81\x81\xdb\xd4\x73\x55\x65\x5e\x43\x74\x2c\xed\xa0\xc4\x8d\x72\x8e\xd3\xcd\xcd\xa1\xf5\xf3\x86\x51\xbf\x33\x56\xf1\xf9\x38\x0c\xeb\x90\x70\x74\x0d\x81\x3b\x56\x74\xb2\x24\x97\x2f\x90\xf4\x64\xaf\x17\xfe\x96\xb9\x92\x1a\x24\x2f\xe5\x7b\xa2\x5a\xe4\xe3\x55\x13\x03\x5f\xa9\x12\x35\x9d\x5e\x52\xed\x42\x7d\x83\xe8\x1a\xc1\x02\x14\xb2\x7f\x91\x96\xcb\x87\x50\x76\x51\x3e\xcb\xb7\x60\x0b\xe8\x5c\x45\x6b\xb5\x91\x35\x56\xe9\x2c\xee\xe6\x9c\x55\x35\x67\x27\xf2\x0f\xab\xd7\x26\x45\x88\x47\x6a\x7e\x46\x6d\x94\xe9\x75\xa4\xd9\xc9\x8a\x5f\xfa\x5b\x5e\x6f\x35\x9b\x8d\x0e\xe1\xac\x86\x93\x46\x16\x6b\x29\x3e\xdd\x88\x26\x6f\x20\xde\x37\x26\x37\xb0\x28\x8b\x8d\x65\x55\x27\xe8\xcd\x46\x71\xf1\x78\xd6\x1a\xe3\xfc\xac\x1b\xdc\xaf\xc6\x33\x49\x13\x85\x56\x53\x68\xd4\x65\x69\x91\xc9\x31\x1b\x54\xcc\x34\x3d\xf3\xc6\x69\xa6\x99\x39\x82\xe1\xf5\x2c\xc7\x50\xe6\xc2\x86\xc7\xf6\x34\xd2\x11\x7c\x9f\x8d\x83\x59\x4f\x82\xad\xdb\xab\x72\xa8\x0b\xad\x23\x8b\x06\x18\x3f\x2d\xcc\xac\x3e\x4e\x13\xb2\x37\x69\x88\x80\x85\xcc\x8a\xfa\x22\x91\xc3\xea\xd9\xfb\xe4\x06\x68\x9b\xf7\x06\xf5\x56\x68\x24\xbf\xaf\xae\xa4\xe9\x32\x33\x07\xf3\xc4\x75\x94\x04\xe0\x76\x34\x2e\xc5\xc8\x88\xab\x9d\x3d\x55\x28\xca\x39\x87\xa3\xa8\x9d\x91\x6f\x6f\xca\x6a\x67\x7f\xb0\x99\x92\xc6\xf2\x5f\x58\xc5\x73\xa6\x49\x66\x5a\x0a\x67\x3f\x92\x27\xc0\xdf\xbc\xaf\xaa\x21\x68\x07\xbf\x1e\xcd\x68\x7b\xc5\x1c\x83\x99\xda\xba\x9c\x94\x8b\xfd\xdc\x92\x8d\xc1\x10\x5e\x34\x7d\xa8\x72\xa3\xcc\x74\x75\x14\x75\xd3\x17\x36\x96\x64\xf5\xb3\x89\x8e\x27\x49\x61\x7c\xbe\x5d\x34\x27\x5b\xbc\xd1\x7a\x39\x68\x0a\x70\xdf\x32\xda\x67\xa4\x3a\x0d\xce\xe0\xcc\x55\xfd\xad\xb4\x52\x77\xa8\xd1\x35\x00\xee\x8c\xfa\x72\x1d\xaf\xf6\xac\x26\xb2\x61\x4b\x99\x51\xb3\x82\x90\x9a\xf7\x48\x5b\x46\xfe\x99\x76\x55\x37\x9d\xf1\xbf\xd8\xcf\xfa\x00\x8e\x24\x6c\xbd\x81\x22\x0c\x98\x05\x1b\x77\xc8\x50\xee\xdd\xe6\x0a\x95\x9c\xbd\x58\xa9\xaa\x09\xa1\x26\x2b\x1f\xa1\xef\xe1\x18\x2a\x3d\x66\x59\x2d\x4f\xf5\x0d\x37\x58\xe6\xaf\xee\x22\x4d\xc8\xeb\xd6\x50\xa8\x5d\x69\xbd\xda\x0a\x26\x33\xf6\xbc\xce\xcc\xb5\x87\x2d\xd7\xdf\x17\xbe\x9d\xe5\x34\x36\xc8\x16\xb9\x0f\x98\xa7\xaa\xfa\xd9\xc3\xe5\xaf\xd1\x5f\x28\x5b\x15\x22\x8c\x0e\xfb\x51\xe9\x83\x1b\x5b\x3b\x42\x39\x48\xf8\x50\x7a\x40\xa5\xa7\x4c\xcf\x2b\x54\xf3\xe9\xac\x34\xbc\x46\xcf\xfa\x19\xbb\x59\x7b\x81\x77\x33\x6c\xa1\xbe\x46\xf4\x6d\xd6\x3c\xc3\x2b\x00\xef\x7e\xdc\x74\x50\x3d\x89\xf9\x51\x6a\xc4\x6d\x23\xaf\x91\xd5\x11\x9e\x34\x7c\x05\x6a\xc8\xa8\x1a\x7f\x79\x16\x75\xa0\xe4\x97\xa2\x82\xc1\xcd\x5d\xa5\x34\xb1\xeb\x52\x1f\xa8\x2e\xf0\xb4\xb1\x42\x0d\x5b\x78\x25\xac\x5b\x17\x24\x15\xcc\xda\xad\xff\xae\x48\xf7\xf0\x32\x8d\xd0\x60\x98\x63\x45\x0c\xca\x31\xd2\x09\x31\x87\x36\xd0\x90\x20\xe9\x64\x74\x55\x4b\xa5\xc7\x59\x7b\x4a\x08\x80\x0f\x77\x72\x6e\x98\xbc\x99\x6f\x4d\xb5\x29\x67\x89\x22\x63\xf3\x55\x1f\xa4\xd3\xc3\x16\x6a\x5e\xc9\x83\x66\xbd\xd3\x7d\x55\x31\x3d\xcc\xc6\x58\xed\x63\xfa\x6d\x7e\x06\x3b\x85\xf8\x40\x80\x70\xf6\x61\xcc\xc2\x77\xbc\xfc\xaa\x93\x62\x96\x60\x48\xf1\x31\xc9\x1f\xe1\xc3\x9c\x1d\xb2\xf5\xe2\x5b\xa9\x89\x72\xa3\xf4\x67\xec\x6c\xa5\x4d\xce\x08\xdb\xa0\x1e\x54\xbe\xf1\x8f\xd4\xfe\xd4\xcc\xf3\x78\x6a\x10\xea\x55\x34\x3e\xbb\x5a\x72\x93\xb0\x80\x73\x56\x7a\xaf\x5e\xc1\x13\xc8\x6e\x56\xbe\x16\xcc\x01\x5e\x16\xbb\x8b\x66\x2a\xdc\x72\xe6\x4a\x7c\x95\x98\x94\x87\xb2\x32\xd5\xe6\xd8\xc9\xf2\x95\x9a\xd2\xb0\x5b\xaa\x10\xed\x57\x7f\x83\x66\x50\xbf\xdc\x93\xaf\x97\x1a\xf5\x54\x6f\xc6\x74\x5d\x2e\xbe\x8d\xb9\x4e\xa7\xac\xeb\x65\x2b\x75\xcb\x2a\x13\xb9\x3a\xdd\xb7\x22\x17\x7f\x95\x9e\x92\x7d\x52\x34\x54\x7f\x3d\x65\x99\x04\x34\xe0\x62\x47\x01\x81\xc6\x69\xe1\x63\x15\xef\x8c\xe7\xfc\x4f\xa8\x4f\x9a\x24\x9e\x97\x75\xc7\xcc\xd1\x94\x20\xaa\x01\xf9\x8d\xdb\x40\xcf\x45\x3a\xd0\xe7\x99\x99\x88\x5f\xc5\x7c\x36\x0b\x3e\x52\xe4\xc5\xdd\x09\x0b\xb3\xb5\x82\x4a\x38\x24\x05\x10\x4f\x86\xee\xc4\x0e\x93\xfe\x81\x06\xc2\xa3\x15\xd3\x21\x5e\xc0\x58\x75\x10\x34\xcc\x0b\xa5\xc3\x81\x9b\xc8\xd7\x28\x0d\x0e\x31\x8e\x45\xcb\xb2\x1f\x45\xdb\x18\x78\xfb\xf8\x0a\x26\xcb\x69\xa3\x15\xfe\xe4\x3c\xb1\x6e\xcf\x66\xf3\xbb\xac\x9e\x29\x42\x91\xd8\x22\x8d\x9d\x20\xd5\x23\xe7\xc2\x4b\xe5\x9b\x11\xf7\x80\x30\xd5\x4d\x38\xd4\x2b\x53\x17\x00\x95\x93\xfb\xc9\xac\xa6\x04\x5c\x02\x95\xe3\x22\xa2\x71\xf4\x9e\x46\x51\x45\x29\xf3\x98\xd3\x52\xf8\x89\x13\xe4\x68\xcb\x16\xf0\x9e\xd8\x37\xa5\xe8\x85\x17\x6d\x3b\x63\xc3\x24\x5f\xac\x5b\xc3\x01\x79\xbe\xa5\x23\x00\xab\x32\x21\x11\x5e\x7c\xed\x2d\xe8\x0c\x8e\x09\x5d\xa9\xf2\x46\xbf\x84\xac\xb5\x6e\x95\x13\x20\x5c\xbd\x5f\x71\x00\x34\x02\xcb\xc9\xf9\x02\x1e\x24\x7c\x4b\x6b\x07\x07\x28\x07\xe2\x4f\x83\xcb\x19\x57\xa2\x94\xe0\x76\x6e\x7d\xd0\x49\xf0\xb1\xc8\xdb\x77\x12\x14\x02\xa0\xdc\xfa\xa1\x25\x6a\x11\xf6\x13\x58\x5d\x23\x44\xbb\x40\xef\xba\xac\x8a\x43\xe0\xb8\x06\xdf\xa2\x07\xe6\x6b\xf8\xb4\x9c\xbd\xe6\xed\xa4\x05\x69\x6c\xf3\x3e\x5a\x74\xfc\x06\xf3\x2d\xd6\x84\x28\x3e\x38\x89\x57\x12\x74\x11\xa4\x88\xfe\xf5\xf5\x03\x8f\x01\x3a\xb7\xfd\x10\x51\xad\xc1\xea\x4c\xc7\xd1\x6f\xd0\x41\xa6\xf5\x98\xde\x0a\xb1\x69\x07\xae\xba\x68\xa1\x69\x21\x31\x3f\xc7\x64\x5a\x42\x51\xa7\x25\x9a\x4e\xd0\x6f\xc7\x37\x99\x47\xb1\xa1\x28\xb2\x99\xc0\x37\x06\xdd\x34\x9f\x13\x6f\xf1\x4d\x06\xeb\xe4\xbe\x6e\xf7\xa1\xb1\xea\xd3\x0d\xbd\xfa\x55\xb8\xf2\x5a\xb1\x7e\x1f\x61\x45\xf9\x7d\xfd\x37\xf2\xa8\xa2\x29\x86\x08\xea\xaa\xec\xbf\x06\x05\xc3\x94\x7a\xc5\x70\x8b\x6d\x8f\x2f\x31\xd6\xf2\x4e\x46\x15\x19\x5f\x88\x4a\x82\xde\x9b\xfa\xa4\xdf\x7c\x65\xe6\x06\xc5\x2d\xf7\x48\xb0\x44\xf3\x19\xb3\x5c\x73\x87\x3c\x58\xb3\x41\x3b\x9a\xfa\xbc\xbc\x4e\x8b\x65\x4c\x2d\xec\xd2\x9e\x61\x61\xb2\x3b\x75\xf5\x9c\x33\xa9\x76\xdd\x27\xbe\x20\xde\x47\xbf\x4a\x94\x1c\x95\x6d\x00\xa4\x55\xc1\x93\x8d\x38\x79\xa3\xef\x06\x53\x95\xea\xa1\x7b\xa3\x59\xad\x13\xd5\xbf\x54\xde\x66\x5e\xac\x99\xa2\xca\x63\xb7\x94\x5d\x56\x9d\xe7\x56\x17\xfa\xab\x4d\xfc\xb8\xec\x18\x4d\xbe\x30\x3b\x35\x57\xeb\x29\x16\xc5\x7d\xd3\x8d\x90\x1e\x8c\xca\xd1\x8f\x90\x73\x83\x93\x0c\x28\x55\xb8\xef\x07\x63\x8d\xe6\x93\xfb\x07\xd3\x5a\xfd\xcb\x3a\x33\x30\x43\xd4\x55\xf5\x13\xd8\x20\x7e\x5a\x36\x4e\x2e\x91\xce\x29\x80\x14\x14\x99\x26\xeb\x1f\x25\x0f\x78\x94\xf2\x51\xd5\xae\xe0\xc4\x9d\x55\x5f\x54\x8d\x8e\xaa\xd0\xfa\xaa\xdf\x05\x6b\x74\x56\xed\x13\xbf\x7a\xc3\x50\xfd\x61\x0f\xb5\x71\xb1\xf1\x10\xfa\x85\x78\x85\xda\xbb\x8a\x20\xb1\xa9\x57\x97\xf2\xa4\xed\x9a\xa8\x82\x91\xb2\x41\xcd\x85\x2c\x06\xf0\x47\x6b\x4f\x19\x54\xc8\x74\xf5\x71\xdb\x54\x43\xf5\x51\x51\x54\x75\xa7\xa1\x28\x78\xb7\x36\xd7\x48\xf3\xdb\xa0\x1f\x65\x2a\xf1\xb8\x6f\x78\x6c\xce\x46\xff\x4f\x38\xd1\x7c\xbf\x72\x91\xc8\xdf\xfc\xbe\xe4\xb4\x98\x62\xfe\x2f\xbf\x59\xb2\xdc\xfc\x29\x6b\x86\x6c\x8c\xf9\x6f\x8a\x15\xd8\x05\xfa\xc4\x2d\x56\x58\xc0\xa4\x28\x89\x8a\x01\xca\x82\x5f\x69\x28\xe0\x62\xbf\x8f\xba\x1a\xb0\xd7\x33\xcc\xc0\x01\xdb\x6b\xcf\x0a\x66\x21\x7f\x2a\x19\xc2\x44\xe4\x54\x49\xbb\x48\x8b\xd8\xf3\xd9\xe2\xc3\x48\x7e\xe6\x5f\x69\x0c\x32\x3c\xc5\x20\xfb\x02\x5f\x8a\x5b\x2a\xbf\x0d\x77\x47\x99\x95\xb7\x60\x6e\xc8\xff\xd4\xdf\xe0\xe0\x59\xd3\x75\xa3\xa0\x7e\xcf\x32\x43\x34\x14\x52\xbb\x8a\x4f\xb3\x83\x95\x99\x02\x99\xdd\xbb\x44\x28\xdc\x6c\x5b\x96\x8f\x16\x7d\xb7\x85\x66\xfe\x91\x70\xac\x03\x29\x56\x59\x86\x35\x39\x6e\x9b\x3c\xc1\xb2\x2d\x6a\x91\xb2\xd2\x12\x11\x12\xa5\xb6\x21\xf6\x59\xa9\xda\xb5\xb0\xc3\x13\xd0\xbf\x80\xd6\x95\xfd\xd3\xb4\xba\xea\x48\x51\x87\xab\xb7\xf6\x46\xde\xa8\xc6\x35\x98\xa1\x99\xfe\xce\x15\xb8\x86\x94\xf1\x8e\xe5\xc4\x9f\x71\x57\xed\xfb\xa8\x37\xe7\x54\xda\x6e\xb0\x46\x86\x5a\xad\x97\x79\xcb\x03\xb8\x96\x6f\x62\x85\x8f\xa7\x25\x5c\xce\x74\x0b\x46\x10\x4d\x67\x99\xda\x15\x5b\xf3\xac\x08\xdf\x98\x53\x77\x35\xf7\x8a\x53\xd2\x70\x35\xe3\x8f\xc3\x8a\xff\x93\xfc\xd9\xbe\x94\x2c\x8e\x3b\x61\xbb\x41\xf7\x9d\x53\x6e\x9b\xc6\x9e\x11\xea\xb4\xc6\xf0\xa5\x01\x3a\x8b\x50\xfc\xcd\x67\x2e\x72\x58\xbe\xd8\xad\x04\x89\xd7\x68\xcb\xc2\x9d\x83\x75\x69\x45\x33\x1d\x4f\x1b\x46\xe5\x2e\x74\xcc\xc1\x3d\xc8\xb8\x69\xc7\x11\xef\x24\xdf\xb0\x75\x52\x7d\xe3\x76\x59\x5f\x30\xfa\xe7\x14\x5a\xb3\x39\xac\xd0\x16\x8b\x49\x60\x0e\x70\x21\x57\x25\x47\x7c\xca\x90\x12\x45\xa0\x1b\x17\xbe\xad\xd9\x5e\xba\xd9\xf6\x01\xfb\xae\x70\xab\x2d\x9a\x60\xcf\x45\x5b\x5b\xc8\x61\x19\xad\xd6\xa1\xd4\x47\xc9\x7d\x16\x2d\xe3\x7a\x5c\xbb\x65\x14\x67\xcc\x9c\x64\xa4\x8b\x2f\x09\xed\x46\xa6\x88\xff\x17\xb0\x05\xee\x92\x5d\xf1\xb1\xc2\xf9\xca\xed\x6e\xeb\xe1\x99\xda\xfd\x25\xc7\x2c\x33\xc9\xa1\x85\xc3\x10\x27\x55\x9d\x73\x07\x99\x42\x3f\x9f\x31\x07\xde\xc9\x8a\x4b\xae\x86\x99\x9c\x53\x71\x74\x78\x36\xbf\x77\x4e\x30\xf4\x42\xd4\x15\xba\x0a\x6a\x97\xde\x08\xb8\x0f\x15\x29\x52\x7c\x4e\x40\x73\xd5\x0b\xdc\xfe\x42\x99\xfa\xd9\x25\xd3\x21\x05\xa3\xaf\x40\x01\xfe\x64\xf5\xe5\x88\xc1\xe5\x9c\xa5\xe9\xd7\x40\x1d\x6f\x20\x79\x32\x48\x14\xdc\x8d\x4b\x07\x2b\xc4\xf9\x73\x7c\xc0\x02\xe9\xd9\xd0\xbd\xa0\x8f\x7c\x5b\xe0\x4c\x70\xa8\x6a\x2d\x6a\x06\x18\xa2\x6d\x72\x67\x82\x1c\x83\xab\x98\x6b\x34\x0b\x96\xe5\xdf\x35\x92\x44\x59\xd9\x5f\x8c\x58\xf1\xcd\x74\x83\x91\x2b\x25\x26\x5d\x35\xda\x80\x61\x71\x41\xc6\x23\xf2\xb3\x73\xc2\x4c\x63\x95\x1b\x43\x3f\x9b\x42\xd5\xf7\x03\x35\xa6\x7a\xdd\x4c\x94\xcb\x74\xc4\xe0\xeb\xfe\xca\x5c\x61\xca\x28\xba\xa8\x4b\x52\x04\xe7\xf3\x75\x15\xca\xa0\xec\xc5\x3a\x44\x85\x4a\xcf\xd2\xfd\xab\x9e\x98\xb4\x4d\xef\xae\x99\x1e\xe7\xa9\x6f\xd2\x16\xcf\x99\x63\x98\xa2\xb3\x86\xcd\x34\xb8\xf4\x2f\x03\x77\x18\xdd\x8c\xc5\xa8\x5b\xc6\x53\x26\x9a\x07\xda\x64\x31\x3b\x8a\xd2\xd4\x57\x0d\x69\x79\x1f\xd4\xff\x19\x76\x67\x67\x69\x32\x8d\xe1\x69\xbf\x35\x7d\xc6\xf6\xa4\x95\xda\x20\xd3\xa8\xb8\xc9\xda\xbd\xa6\x8e\x39\xf9\x3a\xa5\x39\x34\xac\x48\x5f\x60\xde\x18\xf8\xd6\xe0\x0f\xe6\xfa\x86\x18\x47\x81\x12\x8f\x5e\xd3\x10\x70\x5d\xe1\x5d\xd5\x1d\xf3\x8b\xbc\x5d\xaa\xdf\x60\x5c\x36\x4a\x5d\x02\x0a\xd3\x5e\xa8\xd7\x81\xf3\x93\xba\x35\x29\xe0\xf5\x38\x0f\xcd\x5b\x68\xfc\x1c\x8a\xf6\x04\x94\x13\x26\xd7\xad\x83\x14\xb3\x53\xf4\xcb\xa1\x76\x5f\x9a\x61\x03\x54\xe7\x71\xd8\x78\x16\xf2\x2c\x74\xa8\x26\x20\x63\xf2\x2c\xaa\x20\x24\x3a\x7b\x8c\x4a\x8c\x64\xa5\x3d\x52\x5d\x44\x32\x93\x5c\xea\x5a\x24\x33\x2e\x46\x13\x81\x24\xcf\xb1\x6a\x51\x48\x60\xd8\x66\xdd\x54\x64\xd8\xec\x46\xbd\x0f\x7c\xd4\x77\x91\xa1\x18\x9e\xed\xf1\xd2\xe8\x80\xec\x05\x4f\xda\x77\x55\x0f\xcb\x1d\xd3\x46\x44\x7b\x67\x4e\x6b\xf9\x89\x61\xa6\x2c\x69\x5e\x8d\x3b\x92\x30\xb2\xa9\x9a\x24\x8d\xc1\xb8\xc6\xd2\x08\x11\x34\xe7\x5e\x56\x5b\x70\xa9\x23\x8e\x9f\x31\xeb\xbd\xed\x9a\x64\x8a\x77\xa9\xd5\x2a\xff\xe2\x36\xc2\x82\xd1\x8e\x2f\x68\x6e\x6b\xa8\x9d\x9a\x73\xad\x75\x42\xfd\xb8\x8c\xb7\xcd\x27\xb1\x61\x29\xae\xa6\x26\x02\x2e\xfe\xa7\xab\x92\x7c\x29\xa6\xa1\x31\x98\xde\x12\xc1\x75\x7c\x66\xb7\x06\x37\xd8\x5b\xf8\x3f\xfc\x47\xdb\x8a\x25\x16\x6f\x9a\xd5\x53\xe1\xeb\x16\x64\x19\xae\x79\x54\x10\xd5\xf2\xa1\xae\x2e\x67\x71\xf3\xae\x86\x98\x8c\x43\x4d\x6d\xf8\xa0\x14\x95\x8b\x43\x0a\x89\xff\xd0\x58\x40\x95\xc6\xd4\x39\x93\x99\xc3\x23\x64\x8e\xd9\x9c\xcb\xc1\x4c\xdb\x5d\xc1\x4f\x7f\x4f\xeb\x3a\x69\xae\xb7\xde\xb2\x50\xd1\xe3\x96\x87\xac\xd0\x4e\xcb\xbf\xdb\x34\x1d\xfb\x32\x87\xd6\xf8\x87\xe0\xca\x98\xef\xfc\x45\xce\x4b\x29\x76\xce\xa4\x8d\x89\xbf\xe8\x88\x66\x8e\x8d\x29\xb1\x63\x38\x15\x11\x3a\x9b\x96\x7f\x34\x58\x6b\x05\xc4\x02\xff\x1c\x0b\x1d\xc8\xf2\xde\x84\x74\xa8\xdc\xdd\x8c\xf0\x4d\xdd\xd4\x7c\x1f\x67\x3e\xe9\x5b\xf6\x51\x07\x99\x5a\x9b\x11\x6a\x6f\xa4\x1f\x4c\xfe\x64\xbb\xcc\x8a\x8d\xef\xb6\xa1\x38\x37\x62\x42\xac\x4a\xfe\xbe\x08\xb9\xe5\xb4\xe8\x74\x70\x1b\xf2\x46\x16\xe0\x2f\x45\x26\x28\x3a\xbc\x3f\xc0\x5a\xf5\x67\xb7\xa3\xf0\x10\x3d\x90\x67\xb1\xf5\x31\x66\x65\x97\x59\xaf\xb0\xd2\xd3\x0f\x5b\x43\x38\xac\xe4\x55\x96\x45\x3c\x63\x3c\xc3\xe2\x26\x38\x14\x33\x09\x59\x2c\xce\x8d\x50\x20\x41\xd2\x27\xc1\x9b\x61\x89\xfc\xa9\xff\x7a\xe8\xa0\xea\xa3\x4f\x0e\xc4\xd2\xde\x74\x0f\x82\x02\x0d\x97\xf3\xc6\xc0\x57\xf8\x8f\xb2\x1e\xc3\xe5\xc2\x05\xe9\x12\xe8\xb1\xb8\x21\x59\x08\x35\x4b\x3e\xc7\xe7\x41\x99\xb2\xad\x31\x53\xa0\xc9\xf2\x45\x11\xbd\xe0\x23\xe5\x82\xe0\x5f\xa0\x5c\xfd\x3a\xc0\x07\x1c\xaf\x4b\xf7\xd9\x6b\xfe\x6d\x28\x75\x1f\x00\x47\x99\xb8\xb9\xcb\xcc\x7a\xf9\x98\xac\x6e\x73\xa2\x22\x38\x3d\xd5\x3c\x59\x59\x9c\x5c\x61\x7a\xae\xc2\xc7\xa7\x9a\x4e\xab\x2d\x31\xbe\xa6\x9b\x9a\x1b\x11\x47\x4c\x6f\x75\x73\x43\x32\x4c\x67\xf4\xfb\x02\xb4\xa6\x9d\xc6\x0c\x54\xb4\xe9\xb9\x89\xe7\x31\xc5\x9c\x6e\x5e\x95\x1b\x6b\xb8\xa1\xdb\x92\x95\x69\x18\xd4\x13\xd2\x7e\x18\xf6\x1a\x46\x26\x07\x18\x36\x1b\xba\xe3\x13\x0d\x47\x8d\xf9\x31\xa1\x86\xcf\xc6\xb7\x11\xcf\x8d\x39\xa6\x85\x21\x06\xa3\xca\x8c\x0f\x38\x63\x1c\x04\x47\xa3\x94\xa6\xb9\x60\x8d\x07\xd1\x74\x00\x5c\x90\xeb\xa5\xbf\x62\x8a\xcf\x8a\xd4\x6f\x37\xad\x4b\x7b\xac\xdf\x6b\x0e\x48\x9e\xa2\xdf\x6b\xd6\xc5\xc7\xea\xaf\x98\x5f\xc7\x24\x1a\x7c\xc0\xaa\xc8\xe1\x06\x13\xb8\x23\x64\xad\xe1\x3a\x34\x29\x70\x94\x31\x13\xc2\xa0\x16\xfd\x9f\xbd\xba\xfa\x8a\xfa\x8f\xd7\x40\xff\x31\x31\x90\xb0\x11\x93\x50\x41\x69\x41\x05\x14\x10\x2c\x44\x50\x40\x44\x05\x95\x6e\x11\x95\x9a\x99\x6f\x4f\x77\xc1\xc0\xd0\xdd\xdd\xdd\x52\x02\x2a\x82\x58\x88\x08\xf6\xcf\xee\x3c\x6b\xef\xbb\xbd\xd6\xf9\x0f\xce\x79\xdf\xbd\x9f\xdb\xd7\x5a\xcf\x03\x3f\xc0\xcd\xd4\xa2\x11\x2a\xbe\xc1\x76\x11\xf9\x1b\x6e\x6c\xbd\x9e\x7c\x07\xa7\x5b\x8e\x93\xef\xe3\xb7\xf6\xae\x21\x8f\x11\x0a\xa6\x06\xe4\x57\x84\xb5\x91\x33\xe5\x24\x11\xac\xb7\x83\x32\x48\x30\xb6\x3f\x83\xf6\x10\x62\x2d\x57\xa8\x9e\x20\x36\x4e\xc2\x11\xc4\x52\xb5\x04\xe4\x00\x2e\x3a\xb0\x2c\xfe\xcf\x49\x9d\xfd\xc1\x71\x01\xae\x47\xcc\x5f\x4a\xf2\x4f\x97\x9a\x8d\x88\xd5\xce\x2d\x37\x96\x09\xa1\xf3\x7d\xfa\xee\xfc\x17\xde\xcd\x3a\x93\x3c\x5b\xff\x1f\xda\xee\x9c\x43\x21\x15\x9b\x2b\x58\xa4\xcb\xb8\x7a\x12\xa3\x2e\xd2\x65\xf5\x7f\xf4\x65\x24\x07\x9b\xf4\xb8\x0a\x17\x83\xfd\x56\xd2\x8d\x6e\x26\xe6\x43\x62\xf8\x4c\x90\x59\xb7\x68\xbe\x47\xb2\x71\xb2\x00\xbe\xa8\xae\xef\xc7\x5f\xe0\x33\xad\xf3\x81\x4b\x09\x78\xa3\x1d\xce\x4e\x0f\x3d\xbf\xb9\x87\x39\x7b\xf9\x85\x7a\x3e\xc3\x3e\x32\x62\xcd\x1c\x5a\x23\x69\x83\x8d\xae\xf4\xfc\xa9\xc0\xfd\xcb\xc4\xc3\xee\x2e\xe6\x85\x22\x87\x73\xe7\xcd\xea\x04\x4f\xcf\x5f\x34\x4e\xe1\x47\x7a\x95\xea\x87\xf1\xd6\xf8\x39\xe8\x02\x4e\x61\xd0\x56\x6d\x2a\xeb\x6d\xd8\xa9\xcd\x13\x4c\xbb\x88\x14\xf5\xeb\xf4\xae\xc8\xa7\x6b\xd6\xd2\xdc\x49\x87\x6c\xe6\x8a\xfc\xce\xbc\xde\xf7\x51\xa8\xe8\x21\x33\x4f\xe1\x77\x5c\x38\x67\x56\xc0\x8b\xf3\xde\x6e\x2c\xe3\x7a\xf9\x19\xeb\x47\x73\xcc\x02\x69\xba\xeb\x59\x7f\x42\x17\x6b\x17\x30\x63\xc3\xdb\xb6\x00\xfa\xc7\xab\x3c\xf5\xef\xb4\xf2\xe8\x33\x6b\x9c\xa8\x18\xd9\xdc\xda\x8f\x9f\x71\xfe\xc1\xbe\x4b\xbc\xab\x5e\xfb\xcd\x8d\xb8\x67\x7d\x9a\xcd\xce\x72\xdc\xfd\xcd\x8c\xfd\xd8\x27\x02\x9f\xe9\x9f\x67\xb9\x84\x3c\xd4\x55\x67\x1e\xbb\xf4\x53\xbb\x93\xfe\xe1\x8a\xd7\x16\x23\x5a\x5c\xe4\xf8\x7a\x13\xaa\x28\xd6\x60\x8d\x98\x48\xa5\xc4\x5b\x4d\x73\x5e\xfb\xf4\x5b\xfe\x66\xbf\xf1\xfb\xb5\x77\x84\xf5\x2f\xd0\xca\x6c\x15\x6b\x6b\xb0\x97\xf1\x7e\xe6\xd1\xd0\x0a\x7d\x47\x06\x29\xfc\x90\xae\x26\x3d\x2b\xe2\xa7\xf6\x53\xda\x95\x48\x95\x2d\xc1\x54\x9b\x98\x1d\xeb\xa3\x09\x0a\x59\x75\xcd\x23\xfc\x3a\xf4\xd7\x4a\xc8\x3c\x19\xe2\x66\xd9\xc8\x20\x85\x69\xef\x4d\xa6\xb7\x5d\xfa\x65\xfa\x95\xbe\xfa\x72\x81\xb1\x09\xed\xd2\x15\xb2\xbe\x2f\x75\xf6\x1a\xa2\x7b\x8e\x7a\x3a\x2a\x6e\xab\x39\x11\x1a\xf3\x67\xcb\x14\x4e\x90\x2f\xae\xff\x82\x2b\x41\x97\xd6\x9e\xc3\xf2\x11\x8a\x95\x0b\x75\xe6\xaa\xbe\xa5\x90\x7a\xe6\x5a\xc0\x5e\x2a\xf1\x22\x32\xcf\xf4\x1d\x11\x12\x35\x6a\xbc\x1f\xff\x12\xa3\xa6\xcf\xc5\x4b\x63\x21\xdd\x54\x3c\x80\xf4\x72\xab\x0c\x6b\xa7\x24\x6a\xb8\x60\x1b\x61\xcb\x0d\xfe\xe8\x0f\x24\x6c\x6d\x17\x3a\x8b\xc6\x59\x2d\xc2\x7e\x93\x62\x2c\x4f\x63\x35\x64\x87\xbd\x1e\x18\x9d\xb2\xc1\x74\x02\xd3\xa6\xdc\x31\x36\x43\x6f\x43\x49\xfa\x99\x68\x23\xec\xaf\x7b\x13\x2d\x44\x0c\xb6\xbe\x44\xcf\xa1\xca\x1a\x1d\xe8\x2a\xf4\xfe\x86\x76\xd4\x1c\x33\x52\x9b\x87\x86\x61\x74\x2b\x13\xf4\x0d\x74\xcf\x32\x10\xcd\x86\x63\xf6\x3a\xa2\x10\xb2\xc6\x74\x14\xd5\x46\x52\x8c\xf7\x22\x8f\x50\x03\xfd\x2a\x64\x02\xad\xd5\x7d\x8b\x4c\x62\x66\xdb\x56\x22\x75\x58\xbd\xc6\x57\x24\x09\xdf\xbc\xe1\x25\xf2\x04\x57\x53\x5b\x8d\x9a\xe2\x8b\xad\x2e\xa2\x00\xad\xb7\xa4\x20\xd5\xd8\xae\xbd\x87\x11\x1e\x56\x6c\x7a\x17\x31\xc3\x95\x8c\xed\xe0\xcf\x78\xac\xfe\x10\xfc\x07\x1f\xd8\xb1\x1c\x59\x49\xa8\x6c\xb3\x43\x54\x08\x6b\x4d\x7d\x64\x1d\xe1\xba\x51\x09\x21\xe3\xdf\xd4\xb6\x22\xff\xe1\x49\x00\xcc\x01\x73\xc1\x3c\x30\x1f\x2c\x00\x0b\x81\x02\x58\x04\x16\x83\x25\x60\x29\x50\x04\xcb\x80\x12\x50\x06\x2a\x40\x15\x2c\x07\x2b\xc0\x4a\xb0\x0a\xac\x06\x6b\xc0\x5a\xa0\x06\xd6\x01\x75\xb0\x1e\x6c\x00\x1b\xc1\x26\xb0\x19\x6c\x01\x1a\x40\x13\x68\x01\x6d\xb0\x15\x6c\x03\xdb\x81\x0e\xd0\x05\x3b\xc0\x4e\xa0\x07\xf4\x81\x01\x30\x04\x46\xc0\x18\x98\x80\x5d\xc0\x14\x98\x81\xdd\x60\x0f\xd8\x0b\xcc\x81\x05\xb0\x04\xfb\xc0\x7e\x60\x05\xac\x81\x0d\x38\x00\x6c\x81\x1d\x38\x08\x0e\x81\xc3\xe0\x08\x38\x0a\xec\xc1\x31\xe0\x00\x8e\x03\x47\xe0\x04\x4e\x80\x93\xc0\x19\xb8\x00\x57\x70\x0a\xb8\x81\xd3\xc0\x1d\x9c\x01\x67\xc1\x39\xe0\x01\x3c\xc1\x79\x70\x01\x5c\x04\x5e\xc0\x1b\xf8\x00\x5f\xe0\x07\xfc\x41\x00\x08\x04\x41\x20\x18\x84\x80\x50\x10\x06\x2e\x81\x70\x70\x19\x44\x80\x2b\xe0\x2a\xb8\x06\x22\x41\x14\x88\x06\x31\x20\x16\x90\x00\x19\x50\x00\x04\x60\x80\x00\x14\x60\x00\x07\x04\xa0\x02\x1a\xa0\x03\x06\x60\x02\x16\x60\x03\x0e\xe0\x02\x1e\xe0\x03\x01\x10\x02\x11\x10\x03\x09\x90\x82\x38\x10\x0f\x64\x20\x01\x24\x02\x39\x48\x02\xc9\x20\x05\xa4\x82\x34\x90\x0e\x32\x40\x26\xc8\x02\xd9\x20\x07\xe4\x82\x3c\x90\x0f\x0a\x40\x21\x28\x02\xc5\xa0\x04\x94\x82\x32\x50\x0e\x2a\x40\x25\xa8\x02\xd5\xa0\x06\xd4\x82\x3a\x50\x0f\x1a\x40\x23\x68\x02\xcd\xa0\x05\xb4\x82\x36\xd0\x0e\x3a\x40\x27\xe8\x02\xdd\xa0\x07\x5c\x07\xbd\xa0\x0f\xf4\x83\x01\x30\x08\x6e\x80\x21\x30\x0c\x46\xc0\x4d\x70\x0b\xdc\x06\xa3\xe0\x0e\x18\x03\xe3\xe0\x2e\x98\x00\xf7\xc0\x7d\xf0\x00\x3c\x04\x8f\xc0\x24\x78\x0c\xa6\xc0\x13\x30\x0d\x9e\x82\x19\x30\x0b\x9e\x81\xe7\xe0\x05\x78\x09\x5e\x81\xd7\xe0\x0d\xf8\x0f\xbc\x05\xef\xc0\x7b\xf0\x01\x7c\x04\x9f\xc0\x67\xf0\x05\x7c\x05\xdf\xc0\x77\xf0\x03\xfc\x04\xbf\xc0\x6f\xf0\x07\xfc\x05\xff\x00\x00\x73\xe6\xcc\x9d\x3b\x6f\xde\xfc\xf9\x0b\x16\x2c\x5c\xa8\xa0\xb0\x68\xd1\xe2\xc5\x4b\x96\x2c\x5d\xaa\xa8\xb8\x6c\x99\x92\x92\xb2\xb2\x8a\x8a\xaa\xea\xf2\xe5\x2b\x56\xac\x5c\xb9\x6a\xd5\xea\xd5\x6b\xd6\xac\x5d\xab\xa6\xb6\x6e\x9d\xba\xfa\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\x5b\xb6\x68\x68\x68\x6a\x6a\x69\x69\x6b\x6f\xdd\xba\x6d\xdb\xf6\xed\x3a\x3a\xba\xba\x3b\x76\xec\xdc\xa9\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x64\x6c\x6c\x62\xb2\x6b\x97\xa9\xa9\x99\xd9\xee\xdd\x7b\xf6\xec\xdd\x6b\x6e\x6e\x61\x61\x69\xb9\x6f\xdf\xfe\xfd\x56\x56\xd6\xd6\x36\x36\x07\x0e\xd8\xda\xda\xd9\x1d\x3c\x78\xe8\xd0\xe1\xc3\x47\x8e\x1c\x3d\x6a\x6f\x7f\xec\x98\x83\xc3\xf1\xe3\x8e\x8e\x4e\x4e\x27\x4e\x9c\x3c\xe9\xec\xec\xe2\xe2\xea\x7a\xea\x94\x9b\xdb\xe9\xd3\xee\xee\x67\xce\x9c\x3d\x7b\xee\x9c\x87\x87\xa7\xe7\xf9\xf3\x17\x2e\x5c\xbc\xe8\xe5\xe5\xed\xed\xe3\xe3\xeb\xeb\xe7\xe7\xef\x1f\x10\x10\x18\x18\x14\x14\x1c\x1c\x12\x12\x1a\x1a\x16\x76\xe9\x52\x78\xf8\xe5\xcb\x11\x11\x57\xae\x5c\xbd\x7a\xed\x5a\x64\x64\x54\x54\x74\x74\x4c\x4c\x6c\x2c\x89\x44\x26\x53\x28\x10\x04\xc3\x08\x82\xa2\x18\x86\xe3\x04\x41\xa5\xd2\x68\x74\x3a\x83\xc1\x64\xb2\x58\x6c\x36\x87\xc3\xe5\xf2\x78\x7c\xbe\x40\x20\x14\x8a\x44\x62\xb1\x44\x22\x95\xc6\xc5\xc5\xc7\xcb\x64\x09\x09\x89\x89\x72\x79\x52\x52\x72\x72\x4a\x4a\x6a\x6a\x5a\x5a\x7a\x7a\x46\x46\x66\x66\x56\x56\x76\x76\x4e\x4e\x6e\x6e\x5e\x5e\x7e\x7e\x41\x41\x61\x61\x51\x51\x71\x71\x49\x49\x69\x69\x59\x59\x79\x79\x45\x45\x65\x65\x55\x55\x75\x75\x4d\x4d\x6d\x6d\x5d\x5d\x7d\x7d\x43\x43\x63\x63\x53\x53\x73\x73\x4b\x4b\x6b\x6b\x5b\x5b\x7b\x7b\x47\x47\x67\x67\x57\x57\x77\x77\x4f\xcf\xf5\xeb\xbd\xbd\x7d\x7d\xfd\xfd\x03\x03\x83\x83\x37\x6e\x0c\x0d\x0d\x0f\x8f\x8c\xdc\xbc\x79\xeb\xd6\xed\xdb\xa3\xa3\x77\xee\x8c\x8d\x8d\x8f\xdf\xbd\x3b\x31\x71\xef\xde\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe4\xe4\xe3\xc7\x53\x53\x4f\x9e\x4c\x4f\x3f\x7d\x3a\x33\x33\x3b\xfb\xec\xd9\xf3\xe7\x2f\x5e\xbc\x7c\xf9\xea\xd5\xeb\xd7\x6f\xde\xfc\xf7\xdf\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\x9f\x3e\x7d\xfe\xfc\xe5\xcb\xd7\xaf\xdf\xbe\x7d\xff\xfe\xe3\xc7\xcf\x9f\xbf\x7e\xfd\xfe\xfd\xe7\xcf\xdf\xbf\xff\xfe\xfd\xff\xfe\xff\x5f\xf7\x0f\xf3\xbf\x66\x0c\x00\x00\xf3\xe7\x2d\xfd\x9f\x31\xf8\xbf\xf7\xff\xf2\xcf\xf9\xdf\x70\xce\xb7\x79\x6f\x17\x3c\x53\x98\x5c\x3c\xbe\x74\x74\xd9\x3d\xe5\x59\xd5\x0f\x2b\xfe\xac\x5e\xbc\x76\xc5\xba\x0d\xeb\x75\x36\x1a\x6f\xde\xab\xb1\x4f\xcb\x6a\xab\xf5\x76\x2b\xdd\xfd\x3b\xf7\xe9\x9b\x1b\xee\x31\x36\x35\xa9\xdc\x55\x6e\x5a\x62\x56\xb4\xbb\x60\x4f\xde\xde\x1c\xf3\x6c\x8b\x2c\xcb\xcc\x7d\x99\xfb\x33\xad\x32\xad\xb3\x6c\x72\x0e\xe4\xd9\x16\xd8\x15\x1f\x2c\x3b\x54\x75\xb8\xee\x48\xd3\xd1\x76\xfb\xee\x63\x7d\x0e\x43\xc7\x07\x1c\x7b\x9d\x7a\x4e\x74\x9e\x6c\x73\x6e\x76\x69\x70\xad\x3d\x55\xe9\x56\x76\xba\xc8\x3d\xef\x4c\xd6\xd9\xb4\x73\xc9\x1e\x72\xcf\xc4\xf3\x49\x17\xd2\x2e\xe6\x78\x95\x78\xd7\xf9\x74\xf9\xde\xf4\x9b\xf4\x9f\x09\x98\x0e\x9c\x0a\x7a\x1c\x3c\x19\xf2\x28\xf4\x51\xd8\xe4\xa5\xc9\xf0\xc7\x97\xa7\x22\x9e\x5c\x79\x7a\x75\xf6\xda\xb3\xc8\x17\x51\xaf\xa2\xdf\xc4\xbc\x8d\xfd\x40\xfa\x44\xfe\x42\xf9\x0e\xfd\x84\xff\xa0\x00\x2d\xc0\x9c\xb1\xdf\x78\x0e\xe1\x48\x7c\xa7\x66\xd0\x8e\xd1\x3e\xd3\x53\x19\x47\x18\x1f\x98\x49\xac\x83\xac\x77\xec\x04\xce\x01\xce\x1b\xae\x8c\x67\xc3\x7b\xcd\x8f\x17\x58\x0b\x5e\x0b\xe3\x45\x07\x44\xff\x89\x13\x25\x07\x25\x1f\xa5\x69\x71\xc7\xe3\x7e\xc5\x17\xca\xce\x26\x2c\x49\x68\x4a\x0c\x93\xaf\x91\x77\x24\x05\x27\xaf\x4c\x6e\x4d\x09\x4a\x5d\x99\xda\x96\x16\x92\xbe\x3a\xbd\x33\xe3\x52\xe6\xba\xcc\x9e\xac\x88\xec\x0d\xd9\xfd\x39\x91\xb9\x5b\x72\x87\xf2\x62\xf3\xb5\xf3\x6f\x15\x40\x85\x3a\x85\x63\x45\x58\xb1\x5e\xf1\x44\x09\xb5\xd4\xb0\xf4\x41\x19\xbd\xdc\xb8\xfc\x51\x05\xb3\xd2\xa4\xf2\x51\x15\xbb\xda\xbc\xfa\x65\x4d\x42\xed\xa1\xda\xcf\x75\x19\xf5\x8e\xf5\x3f\x1b\x72\x1b\x9d\x1b\xff\x36\x15\x36\xbb\xb7\x2c\x6c\xa9\x69\xf5\x6d\x5b\xd1\xd6\xd9\x1e\xd1\xb1\xa9\x63\xb8\x93\xd2\xa5\xd3\x75\xb7\x9b\xe8\x31\xe8\xb9\x7f\x9d\xda\xab\xd7\x3b\xd6\x07\xf5\x6b\xf6\xf7\x0f\x84\x0d\xaa\x0c\x56\xdd\x70\x1d\xda\x36\x2c\x1a\xf9\x71\xeb\xc2\xed\xce\x3b\x1a\x63\xe8\xf8\xc3\x09\xb3\x7b\xbc\xfb\xd3\x0f\x4d\x1f\x31\x26\xc7\xa7\x34\x9f\x84\x4f\x37\xcc\xcc\x99\x3d\xfa\x4c\xfc\xfc\xdb\xcb\xb3\xaf\x9a\xdf\xac\xff\x8f\xfc\xf6\xee\x7b\xe3\x0f\xec\x8f\x4f\x3e\xef\xfa\x42\xff\x3a\xf6\x5d\xe3\x47\xf8\xcf\x96\xdf\xcb\xfe\x78\xfe\x2d\xfd\xdf\xd6\xf8\x31\xef\xc3\x82\xd7\x0a\x33\x8b\xa7\x96\x3e\x5e\xf6\x42\xf9\xa3\xea\xcf\x95\xf3\x56\x2f\x5d\xbb\x62\x9d\xfa\x7a\xad\x8d\x3b\x37\x1b\x6b\x98\x69\xed\xd9\xba\x67\xfb\x6e\x5d\xd3\x9d\x26\xfa\xc6\x86\xc6\xc6\xc6\x26\x15\xbb\xca\x4c\x8b\xcd\x0a\x77\xe7\xef\xc9\xdd\x9b\x6d\x9e\x65\x91\x61\x99\xbe\x2f\x75\x7f\x8a\x55\xb2\x75\x92\x8d\xfc\x40\xa2\x6d\xa2\x9d\xfc\x60\xf2\xa1\xb4\xc3\x99\x47\xf2\x8f\x96\xda\xd7\x1d\xeb\x70\x18\x3a\xde\xe7\xd8\xe3\xd4\x75\xa2\xeb\x64\x97\x73\xb7\xcb\x75\xd7\xbe\x53\x83\x6e\xc3\xa7\x6f\xba\x8f\x9e\xb9\x73\x76\xec\xdc\xb8\xc7\xb8\xe7\xf8\xf9\xf1\x0b\xe3\x17\xef\x7a\x4d\x78\xdf\xf7\x79\xe4\x3b\xe5\x37\xe3\x3f\x1d\xf0\x20\x70\x2c\x68\x24\x78\x20\xa4\x27\xb4\x23\xac\xf5\x52\x53\x78\xfd\xe5\xba\x88\xda\x2b\xb5\x57\x6b\xaf\xd5\x45\x36\x44\x35\x47\xb7\xc7\xf4\xc4\x0e\x90\x6e\x92\x27\x28\x53\xd0\x4b\xf8\x13\x0a\xd0\x2c\xec\x30\xf6\x06\x17\x13\x7b\x88\xc7\x54\x06\x4d\x9f\x76\x97\x8e\x32\x74\x18\xa3\x4c\x88\xb5\x9d\x35\xca\x46\x38\xba\x9c\xbb\x5c\x82\x67\xc8\x7b\xc4\x67\x0b\x76\x0b\x66\x85\x12\x91\x8d\xe8\xad\x38\x59\x62\x2f\xf9\x2e\xcd\x8d\x73\x8d\x9f\x1b\x5f\x21\xbb\x90\xa0\x94\xd0\x92\x18\x26\x5f\x2d\x6f\x4d\xf2\x4f\x56\x4e\xae\x4f\xf1\x4e\x55\x4c\xad\x4b\xf3\x4e\x5f\x96\x5e\x9f\xe1\x9b\xa9\x9c\xd9\x94\x15\x90\xbd\x3c\xbb\x35\x27\x38\x77\x75\x6e\x67\xde\xa5\xfc\x75\xf9\xd7\x0b\xae\x14\x6e\x2c\x1c\x28\x8a\x2a\xd6\x28\x1e\x29\x21\x97\x6e\x2b\x1d\x2d\x43\xca\x77\x94\x4f\x54\x50\x2b\x0d\x2b\x1f\x56\x31\xab\x8d\xab\x1f\xd6\xd0\x6b\x0d\x6b\xef\xd7\xd1\xea\x0d\xeb\x1f\x36\x30\x1b\x4d\x1b\x9f\x36\x89\x9b\x0f\x34\x7f\x6c\xc9\x6c\x75\x6e\x9b\xd7\x56\xd5\xee\xdb\xb1\xb2\xa3\xbb\xf3\x6a\x97\x46\xd7\xad\x6e\xa4\x67\x67\xcf\xbd\xeb\xd4\x5e\x83\xde\x89\x3e\xac\x7f\x7b\xff\xf0\xc0\x95\xc1\x55\x83\xb5\x37\xdc\x86\x76\x0c\x67\xdc\x5c\x71\x0b\xbb\xfd\xfa\xce\xc9\xb1\xaa\xbb\xaa\x13\xa1\xf7\xba\x1e\xac\x7e\x18\xf0\xa8\x7a\xf2\xdf\xd4\xe1\x27\xdc\xe9\x91\x19\xd5\xd9\x13\xcf\x24\xcf\x7f\xbd\xf4\x7e\x75\xfd\xcd\xf6\xff\x98\x6f\x9f\xbd\xb7\xf9\x20\xff\xf8\xee\xb3\xcd\x17\xe1\xd7\x47\xdf\xb7\xff\xb8\xf2\xb3\xed\xf7\xb2\x3f\x1e\x7f\x4b\xfe\xc7\x7f\xae\xc2\x7c\xa5\x85\xab\x16\xa9\x2f\xd9\xa4\xb8\x51\x69\xbd\x8a\xda\xf2\x75\x2b\xd5\x57\xab\xaf\x55\x5f\xb7\x4a\xfd\xdf\x86\xd7\x9b\x1e\x6c\xb9\xa5\x39\xac\x3d\xba\xed\x91\xce\xcb\x1d\xdf\xf5\x17\x1b\xaa\x19\xeb\x9a\x54\xed\xaa\x34\xad\x34\xab\xd8\x5d\xb1\xa7\x7c\x6f\x99\x79\x89\x45\xb1\x65\xe1\xbe\xfc\xfd\xb9\x56\xd9\xd6\x19\x36\xa9\x07\x92\x6c\x13\xed\x12\x0e\xca\x0e\x25\x1c\x4e\x3a\x92\x7e\x34\xcf\xbe\xe2\x58\x8b\xc3\xd0\xf1\x4e\xc7\x26\xa7\x9a\x13\x95\x27\xcb\x9d\xcb\x5d\xca\x5d\x2b\x4f\xd5\xb8\xd5\x9f\x6e\x72\x6f\x3b\xd3\x79\xb6\xe7\x5c\xaf\x47\xbf\xe7\xe0\xf9\xa1\x0b\x23\x17\x6f\x79\xdd\xf1\xbe\xeb\xf3\xc0\xf7\xb1\xdf\x8c\xff\xd3\x80\xc9\xc0\x89\xa0\x3b\xc1\x23\x21\x37\x42\xfb\xc2\x7a\x2e\x75\x85\x77\x5c\x6e\x8f\x68\xbb\xd2\x76\xb5\xfd\x5a\x47\x64\x57\x54\x4f\x74\x5f\xcc\x8d\xd8\x5b\xa4\xbb\xe4\x47\x94\x19\xe8\x0d\xfc\xe5\xff\xf8\x4f\x52\x69\x34\x3d\xda\x18\x1d\x62\x6c\x65\x8c\x30\x63\x59\x9a\xac\x21\x76\x0c\x47\x93\x33\xcc\x25\xf1\xb6\xf2\x6e\xf3\x61\xc1\x0e\xc1\x84\x90\x26\x32\x11\x4d\x89\xf9\x12\x4b\xc9\x2b\x69\x62\xdc\x91\xb8\x6f\xf1\x79\xb2\xd3\x09\x8b\x12\x1a\x13\x43\xe5\x2b\xe4\xf5\x49\x9e\xc9\xf3\x93\x8b\x52\x5c\x53\xfe\xa4\xe6\xa5\x39\xa7\xfd\x49\x2f\xc8\x70\xcd\x04\x99\x25\x59\x67\xb2\x17\x66\x57\xe6\x5c\xc8\x55\xcc\x6d\xc8\xf3\xcb\x5f\x9e\xdf\x56\x10\x5a\xa8\x56\x78\xbd\xe8\x6a\xf1\xe6\xe2\xa1\x12\x52\xe9\xd6\xd2\xd1\x32\xb4\x7c\x67\xf9\x44\x05\xad\xd2\xa8\xf2\x51\x15\xab\xda\xac\xfa\x69\x8d\xa0\xd6\xa2\xf6\x79\x9d\xa8\xde\xb2\xfe\x59\x83\xb0\xd1\xa2\xf1\x59\x93\xb8\xd9\xaa\xf9\x4d\x4b\x52\xab\x7d\xeb\x8f\xb6\xfc\xf6\xd3\x1d\x0a\x1d\xb5\x9d\xbe\x5d\x2b\xba\x3a\xba\x2f\xf5\xa8\xf7\xf4\x5d\xbf\xda\xbb\xb1\xb7\xaf\x2f\xa2\x5f\xad\xbf\x7d\x20\x60\x50\x71\xb0\xfc\x86\xcb\xd0\xb6\x61\xfe\xc8\xa7\x5b\x6e\xb7\x6b\xef\xac\x1c\xbb\x3c\x3e\x30\xa1\x71\x2f\xe6\xfe\xd0\xc3\xcd\x8f\xae\x4c\x76\x4e\xa9\x3e\xb9\x38\x5d\xf2\xf4\xc7\xac\xdd\x33\xd1\xf3\xb7\x2f\xed\x5f\xe5\xbc\xfe\xf7\xdf\x99\xb7\x95\xef\x97\x7c\xf0\xfa\x58\xf7\x79\xd9\x17\xaf\xaf\x35\xdf\x17\xfd\x38\xf7\xb3\xf4\xf7\xdc\x3f\x6e\x7f\x0b\xff\xc7\x1f\x7c\x9e\xf3\x62\xee\xc3\x79\xb7\xe6\x0f\x2c\xe8\x5b\x38\xa4\x30\xba\x68\x6c\xf1\xdd\x25\x13\x4b\xef\x2b\x3e\x5c\x36\xa9\x34\xad\xfc\x4c\xe5\xb5\xea\xfb\xe5\x9f\x57\xfc\x58\xf9\x6f\xf5\xfc\x35\x4b\xd6\xaa\xa8\xad\x5e\xb7\x4e\x7d\xdd\xfa\x75\x1b\xd6\x6d\x54\xdf\xa4\xbe\x59\x7d\x8b\xba\x86\xba\xe6\x3a\xad\x75\xda\x6a\x5b\xd7\x6e\x5b\xb3\x7d\x95\xce\x0a\xdd\xe5\x3b\x54\x77\xaa\xe8\xa9\xea\xaf\x30\x58\x6d\xb8\xce\x68\xb3\xb1\x8e\x89\xc9\xae\x9d\xa6\x5b\xcd\x34\x77\x6f\xd9\xb3\x65\xef\x16\x73\x4d\x0b\x6d\xcb\xed\xfb\x76\xec\x37\xb0\x32\xb6\x36\xb3\xd9\x7b\xc0\xc2\x76\xbf\x9d\xf5\x41\x9b\x43\xb6\x87\xed\x8e\x1c\x3a\x7a\xd8\xfe\xe8\x31\x7b\x07\x87\xe3\xf6\x8e\x07\x9d\xac\x4f\x58\x9c\xdc\xed\x6c\xe2\x62\xe0\xba\xf3\x94\x8e\xdb\xb6\xd3\xda\xee\x5a\x67\xb4\xce\x6a\x9d\xd3\xf2\xd8\xea\xb9\xfd\xfc\x8e\x0b\x06\x17\x77\x79\x99\x7b\x5b\xfb\x1c\xf1\x3d\xe9\x77\xd6\xdf\x3f\xc0\x33\xd0\x2d\xc8\x29\xd8\x3e\xe4\x50\xa8\x6d\xd8\x81\x4b\x36\xe1\x36\x97\x6d\x22\x6c\xaf\x1c\xbc\x7a\xe4\xda\xb1\x48\xa7\x28\x97\x68\xf7\x18\xcf\x58\x6f\x52\x00\x39\x94\x12\x01\x45\xc2\x24\x04\x46\x21\x2c\x06\xbf\x42\x84\x51\x03\x68\x5e\x74\x0f\x86\x1b\xf3\x24\xeb\x38\xfb\x28\xe7\x10\xd7\x8e\x67\xcb\xb7\x15\xd8\x09\x0f\x89\x8e\x8a\x1d\x25\xae\xd2\x73\x71\xbe\xf1\xe1\x32\x72\x02\x3b\x31\x51\xce\x4f\xa2\x26\x53\x52\xae\xa5\x86\xa7\x05\xa7\xfb\x67\xf8\x66\x7a\x67\x79\x67\x7b\xe7\xf8\xe6\xfa\xe7\x05\xe5\x87\x16\x44\x14\x46\x16\x91\x8b\xb1\x12\x66\xa9\xa0\x2c\xbe\x3c\xb5\x22\xb7\xb2\xb4\xaa\xb2\xba\xb2\xa6\xa2\xb6\xbc\xae\xac\xbe\xb4\xa1\xa4\xb1\xb8\xa9\xa8\xb9\xa0\x25\xaf\x35\xa7\x2d\xab\x3d\xa3\x23\xad\x33\xa5\x2b\xb9\x3b\xa9\x27\xf9\x7a\x6a\x6f\x46\x5f\x6e\x7f\xf1\x40\xf5\x60\xdb\x8d\x1b\x43\xed\xc3\xb5\x23\xa5\x37\x0b\x6e\xe5\xdc\xce\x1a\xcd\xbc\x93\x39\x96\x35\x9e\x73\x37\x7f\xa2\xe8\x5e\xc9\xfd\xf2\x07\x95\x0f\x6b\x1e\xd5\x4f\x36\x3d\x6e\x9d\xea\x7c\xd2\x3b\x7d\xe3\xe9\xed\x99\x7b\xb3\x4f\x9e\x4d\x3d\x9f\x78\x31\xf2\xb2\xef\x55\xe7\xeb\xe6\x37\x75\xff\x55\xbd\x2d\x7f\x57\xf2\xbe\xf8\x43\xd1\xc7\xe2\x4f\xa5\x9f\x2b\xbe\xd4\x7e\x6d\xfe\xd6\xfd\x7d\xe8\xc7\xdd\x9f\x4f\x7e\xbd\xfc\xfd\xfe\xcf\xd7\xbf\xbf\xfe\xfd\xfb\xf7\x0f\x05\xc8\xef\xb7\x8a\x28\x40\xda\x1f\x2e\x42\x01\x22\xe9\x7b\x89\x02\xe4\x4a\x0d\x1f\x05\x88\x67\x3a\x81\x02\xc4\x9d\xdd\x80\x02\xc4\x27\xa2\x15\x05\x08\xee\x36\x89\x02\xa4\xda\xec\x2b\x0a\x90\x7f\xaa\x27\xd0\x95\xa8\xe1\x9f\x76\x84\x45\x18\xbd\x59\x82\x10\x78\xfa\xfd\xa3\x08\x15\x37\xe8\x65\x22\x7c\xac\xb3\xda\x07\xb9\x82\xcd\x4b\x93\x22\x45\xd8\x01\xd6\x08\x52\x83\xa9\x47\xa8\x21\xd7\xd1\x2f\x6e\x6b\x91\xfb\xe8\xb4\xd9\x19\xe4\x35\x7a\x43\xe5\x01\xaa\x82\xc6\xfd\xba\x82\x6c\xa4\xa7\xbd\x5a\x88\xa8\xd1\xba\x26\x44\xc8\x42\xea\xd7\xeb\xa6\xc8\x4a\xaa\x56\xd5\x2a\x44\x83\xa0\xa4\x66\x23\x8e\x84\x0b\xf3\x15\xe2\x8d\x7f\xbb\x1c\x84\x10\xb8\xf0\xd4\x55\x24\x0f\xd7\x33\xbd\x8d\x5c\xc7\xda\x54\xc8\xc8\x2f\x6c\xd5\x37\x03\x38\x9a\xd7\xf7\xec\x00\x1c\xc0\x85\xc6\x4e\xc2\x41\x1c\xf5\x2e\x6f\x38\x9c\x35\x51\x9e\x03\x43\xcc\xca\xe4\x41\x58\xc8\xb8\xc1\xb0\x81\x4b\xe8\x6f\xc3\xb7\xc3\xaf\xe8\x73\x5d\x2d\x90\x6d\xd4\x9f\xbb\xde\x20\x9e\xc4\x75\xe5\x7f\x48\x01\x6e\xf1\x29\x14\x82\xe2\x97\x4c\xff\x86\x60\xa9\xca\xed\x1d\x10\x55\xbc\xa5\x3d\x01\x12\x09\x5d\x4a\x8d\xa0\x12\x7e\x92\xbc\x12\x1a\xe0\x2d\xa3\xc1\xd0\x37\x0e\x14\x36\x02\x1f\x60\x4d\xb8\x68\xc3\x12\xa6\xd2\x2e\x63\xf8\x3e\x7d\x8e\x72\x07\xb2\x87\x40\xdf\x35\x52\x52\x53\x5f\x3e\x16\x50\xf2\x92\x43\x47\x0e\x52\x2a\x13\x67\x5b\xfe\x52\xfa\x64\xa4\xa2\x27\x94\x27\x71\x1b\x13\x2a\xa0\x95\xe2\x3b\xc4\x4d\xe8\xb0\x90\x12\x4a\x83\x52\xf9\x8b\x9c\x35\xa1\xbf\x1c\x3f\x13\x21\xec\xcc\xf4\x53\xce\x86\x5b\xa9\xe3\xaf\x21\xf2\x8d\x92\x8c\x07\x93\xe4\x3b\x85\xfa\x83\x15\xe4\x89\xdc\xfa\xc6\x36\xf2\xcb\x2c\xab\xfc\xaf\x94\xa5\x69\x3d\xf1\x1a\x94\x3d\xc9\x47\xb1\x54\x0a\x25\x21\x37\xb8\x81\x32\x21\x1d\x3e\x31\x04\x59\x09\x8b\x8d\x07\xa0\x1c\xee\x66\x65\x29\xbc\x95\x3e\xfe\x62\x0b\xd9\xb5\x75\xdd\x04\x9f\xec\xd8\x10\xd2\x57\x47\x3e\x56\xfd\xac\xee\x2b\xd9\xad\xfc\x50\xae\x2f\x39\xa2\x48\x24\x19\x26\xe7\xe6\xb6\x20\x12\xf2\xfb\x8c\xfc\xa0\xf9\x14\xc7\x64\x6b\x27\x82\xd2\x14\x7f\xd9\x58\x01\x32\x14\x6a\x2a\xa3\x50\x37\x73\x76\x96\x20\x2b\x0f\x47\x8c\x1b\x90\x97\xf7\x3d\xbf\xee\x4c\x56\xec\xb2\xa9\x29\x27\xab\xb6\x60\xd9\xd6\x64\x9d\x3a\x81\xe8\x2e\xf9\x5c\x45\x24\x34\x4e\xce\x29\xfc\x1e\x40\x90\x5f\x65\xf5\x39\x8a\x28\x0e\xc9\x87\x8c\x62\x29\x13\x52\x55\x65\x14\xa2\xb1\x6b\x66\xaa\xc8\x73\xc7\xa6\xc7\xf6\x93\xfe\xdc\x5c\xd1\x73\x99\xf4\x69\x60\x55\xf5\x4d\xd2\xe7\xae\xa1\xac\x60\xb2\x42\x8b\xad\x48\x95\x6c\x5a\xcb\x81\xb6\x91\xa1\x32\x4f\xff\x27\xe4\xfa\x3c\x5b\x47\x2b\x8a\x52\xea\x2b\xa3\x73\x94\x8c\xb8\x26\xe5\x4c\xe8\x2c\xc7\xe1\xe9\x57\xf2\x9c\x87\x83\x77\x10\xd2\x9b\xf1\xc8\xee\x1b\xa4\xdb\x37\x57\x55\xeb\x93\x06\xfb\xdd\x32\x6f\x91\x26\x3a\x0f\x0b\x69\xa4\x7f\x8d\x7f\x28\xe5\x64\xdb\x2a\x5d\x7f\x5f\x72\x64\xe1\x0e\x47\x4d\x72\x7d\xc6\x12\xa3\x20\x8a\x4b\xfc\x0b\xe5\x1f\xd0\x4a\xce\x95\x1f\xf1\x78\x15\x3c\xf3\xc2\x12\xf7\x81\x8b\xc6\x27\xf0\x0d\xb0\xa8\xfb\x22\x36\x03\x53\x2a\xdc\xb0\x74\xe8\x6f\x8a\x32\x16\x0b\x97\x33\x32\x30\x2b\x78\x26\xfc\x28\x36\x07\xd1\x74\xad\x47\x5b\x11\xd8\x34\x12\x45\x91\x37\x2a\x79\xa8\x03\x6a\xf9\x2d\x0b\xdf\x85\x3b\x3c\xe3\x63\x2f\xb1\x8e\xb1\xf3\x58\x0e\x76\xaa\x6b\x1b\x16\x8d\xfe\x28\x3f\x81\x59\xa1\x91\xc9\x3a\x98\x16\x5a\x49\xbf\x8e\x7e\x41\x0b\x2e\x89\xd1\x7e\x34\xd5\x55\x15\x4d\x46\x73\x76\xfd\x87\x06\xa1\x35\x2a\x56\xa8\x3d\x2a\xff\x12\x8c\xf5\xd0\xea\x66\x52\x31\x32\xf5\xd3\x68\x09\xa6\x47\xb5\xec\xe8\xc7\x94\x09\x52\x99\x3a\x3a\x8b\xbf\x4f\xda\x8b\x0e\xe0\x37\x68\xaf\xd1\x1c\x9c\x08\x9b\x41\x59\xf8\x5e\x97\x73\x68\x08\xf6\x6e\x57\x28\x7a\x08\xcb\x50\xfe\x80\x9a\x60\xab\x3f\xf8\x62\x0b\xb8\x53\x4f\x54\xd0\x26\x4e\xe9\x4d\x19\x8a\xb1\x2f\xb6\xa9\xa1\x6e\x2c\xd3\xe2\x3b\xa8\x09\x73\x73\x62\x20\xba\x8c\xe1\x44\x75\x41\x3e\xd1\x89\xd0\x2a\xe4\x23\x2d\xcb\xd9\x1a\x79\x43\xad\x31\x91\x21\x8f\x89\x3c\x65\x1a\x32\x85\x5b\xfe\xd7\x80\xba\x49\x47\x1f\x3d\x44\x17\x4a\x96\x0e\xf1\x90\x5e\x91\x4d\x73\x00\x92\x26\x60\x17\x06\x21\x18\xef\xa5\xec\x1c\xe2\xc5\xbd\x8a\x27\x21\xc7\xd8\x7f\x43\x7c\x10\x67\x56\xf8\xc9\xbd\x88\x27\xa3\xdb\xf8\x35\xe2\x49\x9b\x52\x76\x46\xae\x10\x8c\x57\x7b\x10\x4e\x4a\xea\x7d\x39\xe2\x98\x74\x78\xa0\x0d\x59\x9f\x70\xaf\xe1\x11\xfc\x39\x9e\x95\xbf\x01\x9e\x94\x1e\x8a\xf3\x85\x9b\xc5\xeb\xd1\x2f\x70\x81\x60\x26\x78\x33\x5c\xc3\x13\x9c\xb0\x83\xfb\x39\x4a\xc6\x67\xe0\x31\xe6\x5e\xe5\x43\xf0\x67\xea\xd8\x33\x0d\xb8\xa8\x58\x71\xfc\x3b\x4c\xca\x6f\xef\xdd\x07\x1f\xc9\x89\xac\xad\x82\x57\x67\xae\xcb\x39\x0e\x7d\x4e\x6d\x15\xcf\x40\xd3\x49\xfe\xf0\x08\x34\x25\x7b\x11\x78\x11\xfa\x24\xdd\xe3\xf8\x0b\x56\x14\x5a\x1b\xe5\xc1\x5a\x9c\x59\xe5\x83\xf0\x69\xfa\xd0\x74\x07\x7c\xb2\xd9\x62\xb4\x1a\xfa\x59\x57\xd7\x6d\x0f\x35\x57\xf9\x54\x7d\x81\x90\xd2\xe9\xcc\x41\xc8\xb9\xf0\xb8\x30\x19\xb2\xcf\xc9\xa6\x0c\x41\xa7\xd2\x9b\xfd\x6b\xa0\xe0\x24\xe2\x78\x33\xc4\x8e\x7b\x6e\xf8\x1e\x2a\x11\xdc\x52\xde\x07\x7d\x64\x0e\x4f\x99\xc2\xab\x6f\x68\xdd\xba\x08\xf5\x5c\x7f\xd8\xf1\x0b\x8a\xed\xb8\x5a\xd1\x02\xed\x6e\x7a\x94\x5e\x09\x2d\xaa\x5d\xcb\x2f\xa5\xfc\x2a\xd7\x25\xaf\x81\x16\x16\x4c\xfa\xd9\x40\x0a\x99\xff\x39\xf4\x41\x1b\x93\xe4\x86\x21\x90\x8b\x24\x5f\xd9\x0e\x2a\x67\x8b\x1e\xfb\xc1\xf3\x47\xa5\x37\x49\x50\xd5\xd0\xc7\x0e\x35\xe8\x7c\xdf\x96\xf2\x29\x68\x4d\xe7\xe2\xb4\x87\x94\x17\x4d\x95\xbc\xd7\x94\xb1\x1a\x5d\x52\x30\x65\xb2\x54\xcf\x37\x8f\x72\x27\xf7\xac\x03\x44\x79\x9c\x6a\x6c\x78\x08\xda\x1c\x67\xaf\x1c\x08\x51\x39\xda\x93\x5d\xd0\xd7\xfb\x56\x23\x37\xa1\xc4\x3b\xa6\xed\xd1\x90\xe5\xf0\xdc\x72\x6b\xca\xdb\x5e\x72\xda\x41\x4a\x4d\x7b\x36\xef\x3c\x25\xa5\x81\x1d\xfb\x99\x92\x56\xf1\xda\xd7\x84\x22\x2c\xb0\x74\x70\xa5\x08\xd2\xed\x0c\x8f\x53\xc6\xe2\x23\x94\x5b\x20\x0b\xce\xb1\x8f\x7f\x69\x08\xf4\x71\xda\x86\xfa\x1e\x1a\xbe\x15\x48\xf5\x85\xc4\x6d\xf1\xc4\x47\x28\xb4\x64\x2e\xc1\x80\x2e\x27\x3a\x11\x9a\xf0\x5c\xaa\x25\x5e\x05\x7b\x86\x92\xf1\x3d\x70\xbb\xb3\x37\x56\x8f\xec\x35\x69\xc2\x76\x21\xed\xca\xb5\x68\x27\xba\xeb\x43\x00\xf5\x37\xe6\x39\xf5\x98\x7a\x0d\xfd\xef\xa6\x09\xf1\x0e\x45\x5b\xc5\x04\x17\x5d\x5d\xbc\x91\xd0\x41\xa6\x12\x10\xfc\x36\xaa\x42\xc4\xe2\x61\xa8\x46\xc8\x0d\x7c\x3e\x6a\x71\xb2\x10\x93\xa1\xe7\x4d\x76\x63\x1a\x28\x5f\xd9\x13\x6d\x45\x79\xef\x4c\xa9\x10\xf5\xd1\xe3\x45\xc4\x2f\xaa\xce\x30\x87\x80\x09\x7a\x8b\x2e\xa1\x8d\x8f\x15\x7e\xc6\x87\xf0\x33\xb2\x0c\x3c\x0a\xd7\xc0\x73\xf1\x0d\xf8\xa2\x10\x0d\xec\x3a\x36\x7e\x72\x1e\x16\x88\xe5\x18\xb7\x63\x00\x8b\x51\x5e\x89\x16\x62\x4b\x5e\x5f\x24\x6a\x39\xbf\x1f\x64\x11\xbb\xd9\x4f\x07\xd3\xf0\x1e\x56\x5e\x63\x0e\x1e\xc4\xe4\xe6\x77\xe2\x6a\x0c\x4e\x5c\x1f\xd6\x41\xef\xc7\x36\x61\xe1\x74\xd5\xa0\x2f\x98\x31\xed\x80\xd3\x5f\xf4\x35\xd5\xd7\xe8\x17\x2a\x27\x28\x4a\x4d\xe8\x59\xdc\xf0\xf9\x4d\xc2\x55\x92\x39\x41\xe0\x35\xe2\xa5\x7d\x55\xf8\x2e\xa1\x4f\xfd\x02\xec\x06\xbf\x33\x37\x04\xbb\xc6\xdb\x23\xe9\xc1\x34\x38\xe3\xc8\x65\x74\x9c\x1d\x1d\x58\x8a\x26\x31\xff\x3a\x2d\x40\xbd\x18\xa1\x46\x1e\xa8\x1a\xad\x54\x29\x1e\x79\x4e\x44\xcf\x90\xf1\x82\x64\xd7\x31\x3f\x5c\x5d\xbe\xad\xe7\x37\x56\x23\x1b\xaa\xe1\x61\x7b\xe3\x12\xb2\x4d\xd0\x07\x92\x70\xd1\x7d\x94\x23\xba\x00\xdd\x41\x0f\x08\xec\x02\xae\xa0\x0a\x3c\x45\xc7\x75\xc8\x08\xbb\xd8\xf0\x0e\x22\x62\xfc\x55\x8a\x47\x02\xa8\x9d\x53\x52\xac\xb0\x30\xe2\xd6\x43\xec\x50\x9e\x73\x27\x0f\x9d\xc9\x36\xaa\xbc\x82\xfa\xa4\x7f\xca\x08\x41\x41\x4a\xa5\xc0\x1f\xa9\x93\x43\xe4\x7a\x84\x2c\xd3\xf4\x6b\x45\x0e\x4a\x64\x0e\x93\xc8\x2a\x41\xbf\xa1\x1e\x3c\xcd\x49\x56\xca\x80\x7b\xe9\x55\x8f\x0c\xb1\xa8\xc6\x73\xc3\x59\xe8\xed\xda\x39\x6d\x99\xa8\x67\xc5\x83\xb2\x46\xe4\x76\x49\x4c\xea\x3b\x24\xa0\x60\x3e\x4f\x0b\xd1\xca\xa6\xc6\xb6\xc2\x1f\xd3\x7a\x7d\xd7\xc1\xed\xf2\x96\x63\xb9\xb0\x34\xce\xc5\x80\x80\x83\x04\x91\x4a\x99\xf0\x79\x66\xfe\xfd\x46\xec\x40\xff\xd8\x0d\x0f\x34\xa7\xfb\x7a\x8b\x37\xaa\xda\x96\x54\x22\x42\x18\x8d\xc6\xc9\x53\xc8\xfa\x6a\x19\x67\x3f\x3c\x5a\x7a\x37\x46\x19\x4e\xcb\x6f\xf2\x2e\x81\xcf\x67\xce\xb3\xaf\x80\x77\xca\x67\xf4\xbf\xc3\xaa\x12\x63\xa5\x62\x78\x2d\xfb\xe2\xbd\x19\x4c\xff\x96\xf5\x20\x15\x15\x0e\xf6\x34\x33\x90\x1f\xd7\x35\x8b\xeb\x90\x80\x76\xdb\x64\x25\xf8\x7b\xe3\x3a\x36\x05\x2e\xae\x6a\x8f\xf6\x85\xaf\x15\x7f\xf5\x5e\x07\xef\xc8\xf1\xb3\xbf\x08\xbd\x4f\x09\xd3\x1f\x85\x1e\x4b\x07\x95\x6e\x41\xaf\xd9\xef\xef\x9d\xc4\xd4\xee\x36\x0d\xbc\x41\xfd\x6e\x7d\x6a\x7a\x86\x8c\x0d\xce\x14\xaf\x42\x6c\x7a\xe4\x49\x91\x70\x7f\xeb\x57\xd6\x47\xf8\x6a\xfd\xb2\xa8\xff\x60\xb3\xf2\x4c\xaf\x5a\x68\x36\xdf\xd6\xde\x14\xca\x4c\x8b\xd6\xbf\x07\x49\xe2\xde\x28\x6b\x42\x19\x9c\xb5\xb3\x4f\x38\x96\x94\xc0\x71\x2d\xf6\x09\x8a\xfb\xf5\x78\xd6\x01\x8a\x63\x4d\x21\x93\x4c\xb1\xcd\x7a\xc7\xa8\xa7\x9c\x17\x39\xd0\x1f\x53\x06\xa0\xb9\xf4\xb9\x90\xbb\xbf\x1f\x4d\x15\xfa\x7d\x5c\x93\xba\x12\xce\x35\x68\x25\x96\x23\xfe\xcb\x5c\x70\x75\x14\xcc\x8c\xb3\xeb\x90\x9e\x31\x5b\xd6\x2d\xe4\x6a\x4f\x05\x73\x04\xd9\x51\x7d\x9f\xa9\x02\x3f\xcf\xda\xc7\xf0\x84\xdb\x84\xb9\x74\x0e\xfc\x92\x12\x44\x6b\x43\xb6\xf9\x0d\x53\x9f\x21\xe1\x0e\x42\xe2\x1b\xd2\x69\x70\x94\x98\x8f\xea\x2f\x5b\x8a\xab\xa1\xa7\xa6\x07\xd9\x47\x88\xcd\xa3\x6c\x96\x1f\x2e\xed\xd6\x61\xfa\xe3\xab\xaa\xb2\x18\x95\x58\x62\xa6\x39\x63\x0e\x66\x2e\xe8\xa6\x5b\x60\x1b\xc8\x05\xb4\x6b\xd8\x2a\x3f\x3d\x6a\x01\xb6\xd4\x01\x10\x03\x18\xd0\x9f\xc6\x9f\x62\x4a\x8a\xb7\xf1\x45\xe8\xcd\xc7\x0c\x96\x98\xed\x70\x33\x83\x59\xcc\x3a\xde\x51\xc8\xa8\x63\xda\x55\x5c\xa0\xff\x60\x38\xa6\x9b\xd2\x0f\xd2\x2f\xf3\x95\x69\x4c\x5a\x3f\xc9\x8e\x3a\x44\x33\xf0\xf9\x4b\x55\xa7\x46\xd9\xff\x21\xdc\x89\x5a\x7d\x0b\x1c\x27\x16\x28\x26\x60\xd5\xd8\xfb\x87\x4b\x59\x86\xa2\x84\xa1\x56\xe6\x36\xa1\x5e\xeb\x2c\xc3\x98\x5f\x5b\xfa\x9c\x7e\x85\x67\x93\x0a\x68\x2d\x9c\x87\xdc\x1d\xb4\x05\xec\xac\x98\x3c\xea\x49\x56\xb0\x77\x33\x11\xcf\x5c\x65\xbf\x06\x1f\xa5\x17\xeb\xd5\xe1\x80\x66\xac\x28\xc0\xf6\x13\xc6\x13\x3f\x98\xb2\xc4\xa9\x81\x3a\x46\x89\xec\x51\xb3\x23\xbd\x29\x6e\xa8\x98\x4f\xfb\x2a\xe9\x4d\x7a\x47\xdb\x2f\x1a\x62\x9f\xa6\x32\x04\xef\xa2\xd7\x11\xf7\xf9\xf3\xbd\x44\x84\x0a\x77\xce\xd1\xc3\xb8\x1d\xeb\xbe\xde\x61\x2c\x86\x11\xa5\x98\x89\x36\x53\x49\x63\xf1\x8c\xe7\x79\x68\x6f\x12\xfd\x5d\xb6\xa4\x61\x09\x1d\x64\x64\x16\xc8\x68\xa6\xa9\x39\x89\x36\xd4\xc8\xa4\x5c\xc6\x0f\xa2\x2b\xa1\x34\x72\x25\xb1\x36\x4e\x76\xe1\x1b\xee\x22\x76\x39\xb2\x11\x13\xf0\x87\x77\x96\xa0\xfd\xec\xef\x8a\xad\xe8\x1a\xfa\xc5\xdb\xf3\x18\x82\xda\xc8\xee\x63\x74\x41\x25\x51\xbb\x9b\xc6\x28\xcd\xcb\xfd\x40\xad\x2c\x94\xc7\x8f\x10\x6f\x73\xa3\x68\xdd\x84\x45\xe6\xa1\xab\x5b\x71\x49\xca\xc3\xf3\x3e\xd8\x68\xa2\xee\xa1\x4f\xd8\x72\xe9\xe6\x9d\x8b\xd1\x93\xfc\x7c\xc5\x5e\x24\x97\x69\x35\xd2\xca\x70\xec\xb9\xdc\x69\x42\x77\x68\x1f\xac\x9e\x43\x3b\xd9\xf4\x2f\xfb\x3e\xf5\x72\xed\x8c\x74\x8c\xc8\xac\x48\x24\xde\xe3\xcf\x8a\x8d\x22\x68\xf8\x9e\xdc\x08\x4f\x45\xec\x6a\xba\xfe\xc1\xaf\x68\x55\xe2\xe5\x1d\x30\xf2\x53\x6c\xae\x78\x1b\x39\xc7\x9a\x1a\x9e\x62\x9c\xbd\x51\xd2\xe1\x49\x3f\xd8\x2b\xaf\xda\x49\xdb\xd3\x79\x36\x7b\x2e\xd5\xa5\xb9\x5d\xba\x88\x40\x6a\x5f\x12\x46\x78\x4b\xf9\xab\xcb\x0f\xf1\x25\x85\xb8\x07\x82\xd9\x66\x45\x1f\x94\xa1\x48\xd2\x83\x1d\xae\x48\x9f\xa4\x43\xf1\x13\xb2\x83\x1d\x36\xbc\x9f\xe1\x3d\xba\xb0\xbd\x9e\x6e\x3e\x94\x54\xc9\xa0\xa9\xf7\x7e\xcd\xf2\xa2\xee\xec\x78\x27\x09\x27\x9c\x9a\xe4\x78\x0e\x4e\xad\x51\xb9\xec\x8b\x0d\x94\x2a\x7a\x68\xa1\x7f\x72\xad\x0e\x06\xa0\xbb\x52\x6e\xef\x70\x47\x60\xe9\xc3\x65\xd6\xf0\x13\x76\xd2\xc4\x3c\x51\x21\xd9\xb4\x3f\x57\x68\x48\xb6\x69\x6c\xe3\x0f\x90\x0f\x17\x8e\xf0\xc4\xe4\xf3\xf2\x45\xdc\x73\x64\x19\xd3\x87\xa3\x42\x59\x19\xb9\x91\xd5\x48\xa9\xba\xc0\x67\xba\x41\x5e\x87\x4f\xd2\x1f\xc0\x9b\x77\xd8\xd0\x1c\x10\x95\x25\x6c\xa2\x17\xe9\xb8\x6b\x21\x5a\x0f\xfb\xf7\xdd\x14\xb4\xc0\xa6\x0d\x4f\xf9\x41\xf0\xdc\xc2\x45\x3c\x0b\xe8\x61\xe2\x29\xee\x52\xe8\x11\xa3\x95\x3d\x0c\xaf\xb8\xc6\x65\x51\xe1\xd0\x0b\x0b\x98\x06\x70\xef\xa1\xdb\xf4\x2e\x64\x97\xee\x43\x9a\x0d\x32\xb4\xe4\x38\xd1\x8f\xae\x1e\xbb\x2d\xcc\xc2\xd2\x7b\x31\x81\x3b\x66\x51\x5f\xc6\x57\x45\x47\x0b\x94\xb8\xaf\xd0\xd8\x04\x2a\xa7\x0d\xb5\x66\xcc\x63\x33\x51\xb3\xab\xcf\x58\x87\xd0\x23\xe7\xaf\x30\xfe\xa0\xae\x87\x5c\xe9\x29\x68\xb0\x2e\x9d\xa6\x89\xe6\x2d\xd1\x26\x6a\x50\xf6\x6d\xaa\x50\x83\x79\xb9\xbb\x89\x3f\xca\x88\xaf\xbd\xc0\xe3\xd2\x1b\x72\x3f\x71\xcf\xd0\x5e\xc7\x67\x70\xf4\x68\x26\xb4\x20\xd6\x17\x6a\xe9\x15\x11\xb3\x91\xba\xdb\xd3\x81\x81\x12\x19\x07\xfd\xe8\xc6\x84\xa2\xce\x2f\x6a\x07\x1e\xb7\x44\x81\xb8\x88\x65\x8d\xc8\x05\xa5\x02\xa2\x73\x3d\xdf\x89\x7f\xac\xea\x35\x6f\x11\xf7\x6f\x76\x37\x67\x94\x53\x25\x6d\x60\x67\xb1\xc9\x44\x33\xeb\x2a\x2b\x28\x42\x9b\x69\xc5\xf4\xf0\xd0\xa0\xff\x64\xec\xb0\xcb\xa0\x15\xd2\xde\xe9\x88\xa9\xd6\xd4\xb2\x25\xeb\xf0\xa7\xf8\xfd\x21\x20\xb0\x93\x65\xb6\x49\x78\x4f\xe2\xda\x2a\x52\xb8\x42\xc9\x83\xcc\x0a\x8e\xab\x78\x81\x78\x92\xad\x21\xdc\x8b\xaf\x67\x7e\xe1\x73\xc2\xbb\x18\x3d\xdc\x89\xb3\xbf\xe8\x51\xec\xcf\xb6\x8f\x68\x9b\x58\xf3\x75\x4c\x89\x3a\xfa\xcc\x12\x4b\xdc\x93\xba\xb1\xbf\x80\xcf\xc9\xc6\x9b\x2f\xf3\xcc\x33\x9e\x96\xa6\x70\x5e\xa5\xed\x4d\xfb\xc4\xce\x4d\x8e\x12\xfa\xb2\x42\x13\xcb\x90\xff\x98\x96\xf1\x5f\xc3\x66\x18\x4a\xd2\xcd\x67\x24\xb4\x2e\xd1\xb2\x03\xfd\xd4\x4b\xbc\xc1\xed\x85\xc4\x62\xf6\xe1\x25\xfe\x58\x35\xed\xdb\xf5\x44\x3e\x54\xf9\xaa\x41\xca\xfd\x5c\xe6\x52\xf4\x9b\x83\x15\x55\xa4\x90\xd8\xc6\x79\x2f\xf8\xea\xcc\x77\xd9\x4b\xa0\x7b\x8c\xd6\x74\xed\xd0\x15\x74\x61\xb2\xa2\xbb\x36\xed\xb0\x2c\xd5\xa6\x84\xf8\x22\x7e\xb2\x7d\x29\x2e\xe4\x0d\x2f\x89\xc4\x2c\x18\xad\xdd\x76\xfc\xd0\x8e\x3d\x75\xde\xdc\xa9\xe6\xa9\x82\x66\x4e\x50\xbd\x73\x92\x3b\x7b\x49\x15\x9b\xbb\x8a\xd9\x50\x2a\x21\xff\x64\x90\x0a\xb0\xe0\x00\xba\x6d\xf6\x66\xb7\x0e\xea\xa7\xd4\x7d\xd6\xf9\x44\x8a\xec\xd5\x36\x04\x37\x17\x19\x2e\x81\xd1\x97\x2c\xfb\xae\xf3\x7c\xdf\xbe\x35\xb5\xd7\xb8\x8f\xbb\x9c\xf2\xef\x72\x7c\x5a\x4f\xcb\xaf\xb1\x7e\x37\xac\xe1\xec\x63\x66\x54\xc9\xc9\x46\x8c\xb3\x25\xdf\x82\xaa\xe8\xeb\xf2\x3e\xbb\xe9\x51\xfb\x32\xdc\xac\x2d\x89\x70\xb9\xe9\xb6\x93\xf8\x62\x71\xce\x12\x39\x5a\xc7\x1a\xed\x2c\xe1\x9f\x19\xde\x54\xd3\xc2\x1d\xeb\xfb\x97\xbf\x91\x73\xaa\x2b\x2f\xb1\x83\x35\xdd\xf2\x97\x2d\x65\x52\xea\x97\x92\xe2\x19\x3b\x2a\x66\x82\xf4\x68\xd3\x45\xf6\xa7\x7a\xa9\xcc\xac\x9f\xd6\x0b\x89\xed\xc9\x6a\xdb\x4e\x60\xed\x92\xfa\x25\x53\xe8\x25\xf6\xc2\xfe\xba\x84\x34\x92\x5d\xb3\x52\xfc\x2d\x92\x57\xe9\x41\xe9\x4f\x12\x3d\xed\x88\xc4\x8e\x54\x2f\x88\x14\xf1\xc9\x4b\xe1\x51\x41\x0b\x39\x2e\x34\x8b\xf7\x88\x62\xed\x6e\xc4\xf9\x40\xf9\x66\xb3\x9a\x35\x0b\xf5\x6c\x85\x19\xb5\xf0\xa4\x42\x16\x8d\x8d\x24\xf5\xb5\x25\xd8\x40\x47\x9b\xf6\xc6\x43\xd0\x8e\x92\x08\x69\x31\xb4\x36\x95\x21\xfe\x09\xad\xe2\x77\x8a\x0e\x43\x06\xb0\x99\x80\x01\x91\x42\xd7\xf1\xaa\xa1\xa9\xd3\x55\x9c\xdb\xb0\x83\x75\x1e\xeb\x26\xdc\xb7\x55\x9f\x51\x88\x70\x14\x62\x68\x1c\x64\xa6\x37\x51\xf6\x16\x0d\x6c\xd4\x8b\x37\x46\x55\x8a\x21\xa9\x17\xd2\x9f\xd2\x2a\xae\x47\xc4\xfc\x75\xa2\x25\xc8\x55\x48\x2e\x38\x8e\xa0\x21\x4c\x1e\x86\xe4\x9c\x36\xe6\xe4\x22\xd7\xad\x2d\x59\xc5\xc8\x27\xed\x19\x06\x0f\x3d\xa3\x70\x81\x16\x85\x9e\xec\x9e\x91\xc5\xd1\x1f\xd5\xd5\xc4\x0d\xd1\xd5\x0b\xbd\xa5\x73\x69\x17\x93\xc6\xc4\xc7\xa8\x35\x5c\x5f\xa1\x9c\xaa\x41\xd9\xc0\xbf\x47\x34\x07\x1f\xe1\x2d\x23\xfc\xdc\x34\x38\x7b\xf0\xf7\x56\xd7\x58\x76\x38\xaa\x1d\xcd\xd0\xc3\x4d\x15\xce\xd2\x36\x62\x5e\x9d\x7a\x32\x05\x5e\x41\x0d\x2b\xce\x9c\x1b\x9f\x6f\x2b\x81\x38\x97\x13\xbf\x88\xba\xd9\x0e\xec\x76\xa1\x32\xcb\x9c\x54\xc6\x77\x65\x9e\x08\x52\xe1\x0a\x18\xa1\xa7\xe6\xb1\xcb\xe9\x1e\xfb\xdb\x98\xed\x34\x07\x6d\x6d\x7a\x21\xd5\x4a\x01\xa6\xa6\xe1\x92\xb6\x87\xf1\x82\x38\xf7\x2a\x6d\xe9\xb0\xa4\x39\xf7\xa0\xf8\x9f\x78\x69\x82\x8e\xc8\x5a\x78\x81\xb5\x5d\xc0\xe1\x77\xc4\x1e\xe5\xdd\xe6\xd9\x05\x3c\xe1\xae\xe0\x74\xb8\xdc\x61\x6f\x63\xfd\xdd\xbf\x92\x69\xc6\x3c\xa0\x35\x4d\x5f\x4f\xf7\x56\xa8\xa7\xaa\x12\x03\xcd\x19\xf1\x3b\x33\x2a\xca\x63\xa4\x07\xd2\x9c\xb3\x24\xe2\xe0\xe4\xd9\xb8\x0a\x61\xba\xdc\x9d\xfe\x96\xff\x48\xd6\x17\x7d\x9c\xa7\x19\xe7\xe0\xaf\xcf\xf1\x12\xd7\x3b\x37\xb1\xc8\x82\x7b\xfb\xd4\x18\x74\xee\xa8\x56\x38\x2d\x98\x95\xa1\xf0\x9e\xb8\x40\x13\x34\xae\x8f\xbb\x51\x46\x2a\x19\x94\x7c\x2d\x56\xcc\xd8\x29\x5e\x9a\xdf\x21\xb9\x24\xdc\x9d\x63\x41\xbd\xc3\x0f\xce\x48\x8b\xf4\xe5\x16\xa5\x2e\xf0\xc5\xd8\xcf\xe5\xfb\x4e\xc6\xb0\x16\xc4\xaf\xb2\x54\x61\x28\x8a\x72\x34\x9f\x51\xff\xe3\x7e\x5d\xa4\x80\x4f\x32\xf6\xd5\xaf\x8c\xfb\xd7\xa2\x58\x74\x57\x0a\xea\x67\x52\xdf\x8b\x95\xaa\x53\x44\x87\x85\xda\xe5\x5a\xf8\x0d\xfe\xc1\x22\xfc\x2a\xc6\x8d\xcc\xed\xf7\xbe\xc5\xce\xcc\xe8\x39\xa1\xca\xac\x4f\xb6\xb3\x58\x44\x6f\x8a\xbf\xa0\x79\x8a\x2a\x13\x6e\x5a\xb4\x02\x67\x30\x4b\x6b\x7f\xc7\xaf\xed\xf2\x2b\x9c\x94\xaa\xb4\xbe\x49\xf9\x25\x5e\xdd\x68\x23\x3c\x27\xd4\xa8\x71\xc7\x5e\xf3\xcd\xca\xf7\x5c\xa9\xe0\x7a\x14\x7e\xf6\x5e\xc3\x46\x73\xdc\x9c\x62\x98\xc2\x34\x5d\xf3\x64\x3a\x3f\x81\xa9\xb9\x85\x1a\x28\xa2\x2c\xd2\xc5\x5d\x59\x86\xb5\x2a\xf1\x7a\x7d\xef\x0b\xe7\x49\xd7\x77\x9b\xa4\x98\x88\x57\xb7\x99\x0b\xe4\xc2\x95\x0d\x1f\x30\x53\xbe\x7a\xb5\xd7\x95\x25\xdc\x5d\xa5\xa9\x5e\x34\xb6\x43\x7e\x84\xd3\x22\xa6\x5b\x46\x96\xf9\x69\xba\xa3\xdc\x51\x73\x05\x55\x43\x8c\x2c\x0a\xc2\x15\x58\x7e\x55\x0d\xd9\x21\xb1\x68\x5e\x75\xc6\x68\x6c\xbb\x7c\x36\xcd\x39\xf6\x2d\xef\x78\xf2\x0d\x92\x19\xfc\x50\x6e\x41\xca\x08\x2f\x93\xc5\x93\x4d\x2f\x2c\x92\xde\x24\xbf\x71\x38\x27\x9a\xa0\x74\xec\x76\xe2\x97\x40\x25\x9b\x76\x70\x3c\xe1\xb1\x79\x4e\xcc\x55\x48\x54\xd5\xbc\xec\x15\x94\x13\x79\x8b\x32\xe8\x94\x93\x72\x9b\x34\x25\xca\x61\x6e\x4b\x32\x8f\x72\x1e\xf6\x94\xcf\xa1\xc8\xc2\xf7\xca\xfc\x28\xef\xcf\x67\x48\x0b\xa0\xe0\x63\x7f\x44\x4d\xd0\x37\xb3\x5f\xfc\x24\x58\xba\xf1\x0b\xc7\x19\xf1\x9b\x67\xc6\x5c\x89\x94\x55\xda\x66\xb5\x22\x56\xb9\x2e\x19\x7b\x11\x85\xc4\x84\xd4\x3e\xb8\x9b\xab\x9f\xec\x00\x97\x40\xb3\x89\x3d\x70\xc5\xa5\x7e\x99\x1e\x7c\xfb\xfc\x3e\x69\x14\xa2\x72\x2c\x5d\x24\x40\x5c\xcd\x4a\xf8\x31\x48\xee\xc6\x6e\x8e\x29\xaa\x35\xcf\x90\xf1\x17\x55\x29\xdf\x93\x75\x88\x76\x36\x9b\x9d\x7e\x93\x5a\x9d\xb0\x32\x35\x88\xba\x90\xdd\x9b\x34\x4b\x20\x94\xf4\xc4\xd3\xc4\xf2\xb0\xd2\xf8\x66\x7c\xc0\xf3\xb8\x74\x3e\x1e\x67\x7f\x5b\xa4\x85\x1f\x33\x5b\xcd\x57\xc1\x17\x6e\xa4\xb0\x47\xb1\x27\xf3\xec\x19\x19\x98\x4a\xa9\x59\xd6\x26\x4e\x6e\x66\x75\x3a\x99\x5d\x15\x7f\x3e\xe5\x2b\x2b\x8f\x75\x20\x29\x94\x59\x46\x76\x48\x78\xc4\x18\x0a\x25\xe2\x6d\x19\x4a\x1e\x27\x24\x02\xba\xbb\x3d\x10\x66\xd1\x10\x53\x31\x8f\x43\xcd\xda\xe8\xc8\x76\x24\x6e\xce\x63\x33\xd4\x70\xd3\xe2\xe8\xcc\x34\xf1\xad\xf4\x5f\xe9\x8b\x44\x0e\xd2\x96\x14\xba\xa0\x8d\x31\x28\xff\xca\x3f\x46\x9a\x93\xe0\xcb\x9d\x09\xb9\x10\x37\xc8\x49\x3f\xe7\x2e\x59\xcb\xf6\x38\xaa\x27\xdc\xc2\x9c\x35\x5d\xc1\xfd\xcb\xf0\xda\xa8\xcf\x6a\xa4\xf5\xcf\x9b\xa0\x13\xc4\xb9\x82\x86\x4c\xa3\x94\x8e\x54\x22\x4d\x9c\xd4\x22\x26\x52\xe6\x25\x26\xd1\x5a\xe4\xfe\xb2\xb3\x31\xda\xb2\xee\x38\xb5\xa0\xfa\x38\x4d\xf1\xdb\x33\x1f\xc4\x21\xc2\xca\x23\xda\x82\x08\xbe\xd1\xae\x13\x5c\x07\x0e\x67\xc3\x0b\xd6\x3c\x66\xe7\x7c\x53\xda\x75\xda\xb2\xbc\xe3\x99\xcb\x0a\xcf\x25\x1f\x4d\x3b\x95\x77\x41\x18\x9d\x5c\x99\xed\x4c\x0c\xcb\x15\x32\xf4\xa2\xce\xc8\xce\xa4\x7c\x0f\x5c\x25\xad\x90\x0f\xb8\x53\x45\x5f\x64\xd1\x87\x15\xf8\x5f\x25\x03\x26\xd1\x9c\x11\xc1\xe3\x0d\x04\x13\xe1\x34\xcf\xf7\xa1\x99\xd3\x59\x39\x06\x99\x3a\xb5\x51\xf2\x03\x69\x9e\x95\xb3\x7c\x2c\x39\xb3\x4c\x03\x7b\x95\x38\x53\xb4\xf1\x1a\x47\xb6\x25\xf7\xb3\x7f\xb0\x34\x38\xb3\xe1\xf4\x22\x51\x7a\xaa\xcd\xc1\x9b\xfc\xe4\x44\x0f\xe3\x24\xce\x55\xe9\x96\x0d\xaa\x4c\x0d\x3e\x6f\x3e\x46\xbd\xc3\x18\xce\x0e\xcd\x5c\xdb\x1c\x91\x18\x9d\x76\xba\x3e\x86\x97\x97\x9c\x55\x7d\x04\x5b\x99\x78\xb7\x6c\xe2\x6a\x9b\x6c\x49\x91\xb9\x5f\x99\xf4\x48\x2e\xec\xe6\x25\x8a\xca\x88\x3e\x78\x8c\x7f\x29\xe9\xbb\xb1\x15\xe7\x40\xfc\xaa\xf5\x2f\x18\xef\x04\x3d\xf3\x53\xa8\xa9\xcc\x83\x59\x37\x32\x17\x74\x14\x27\xf4\xa5\x1d\x6f\x39\xc3\x7d\x97\x2c\xaf\xbf\x81\xfa\x24\x76\x54\xcf\xbd\xba\x36\xfe\x59\xe9\x1f\xbf\xd5\x52\xb5\x82\xa1\x53\x93\x22\xcb\x6c\x1b\xbb\xe7\x7c\xc3\x54\x63\xe3\x85\xec\x7f\xb2\xf2\xf5\xd3\x8c\x7c\x61\xe5\xfc\x49\xaa\x2b\x93\x9a\xd2\x5f\x71\x26\xf6\xb1\xb8\xa4\x74\x21\x69\x0e\x63\x61\x61\x0b\x49\x9b\x54\x9d\xe7\x48\x8a\x0e\x4b\xca\xea\x25\xbd\xbd\x30\x9d\xae\x43\x26\x4e\x3c\x4e\x76\xa3\xec\xb7\xd6\x4c\xd8\x0e\x6d\xd3\xf3\x97\x54\xc2\xba\x6b\x17\x0a\x56\x20\x4e\x00\xb0\x63\x91\xbe\x94\xc3\x15\x2b\x29\xae\x62\x8b\x92\xeb\x94\x43\x74\x59\x21\x42\xb1\x26\xb9\xe5\xad\xa4\xf8\x87\x39\x67\x89\x28\xe5\x17\x52\xd2\xbe\x43\xaa\x27\x32\x92\xf5\xa0\x38\xab\x67\x09\x8b\xe1\x3d\x7a\x06\x92\x14\xf8\xfd\x9a\x17\x82\xf9\x48\x37\x00\xec\x6b\xc8\xeb\xe4\xae\xf2\x9b\xf0\x6b\x51\x67\x09\x01\x17\xd3\x35\x0a\xf7\xc3\x48\xec\xcf\xdc\x51\x18\x0d\x5b\x90\xe5\x02\x27\x5d\x70\x4b\x6b\x81\x07\x4e\xf8\x24\x7d\x43\xd6\x58\x95\xc8\xee\x23\x91\x3b\x7f\x49\xa2\x91\xa7\x6b\x6e\xf0\x67\xd1\x20\x00\xd8\x67\x50\x8b\xa4\x6b\xe5\xe1\x54\xb6\x50\x5c\xa2\x46\x7c\xa1\x99\x15\xdc\x20\x7c\x62\x57\xe5\x5e\xc0\x3f\x85\x1a\x64\x4e\xe2\x99\xe7\x53\xd3\xec\xf0\xcb\x4e\x43\x49\x14\xfc\x94\x95\xbe\xcc\x0f\xd7\xdb\x99\x2a\x59\x84\x2f\x5d\x93\xc7\x47\xb1\x7f\x00\xb0\x3e\x60\x9a\x89\xf5\xe5\xba\xec\x60\x81\x49\x71\x1d\x0b\x21\xde\x17\x9c\x61\x72\xa2\xbf\xe6\xbc\x64\x54\x87\xec\xcd\xf4\xa5\x7f\xf1\xec\x49\x1d\xa4\xbb\x3b\xad\x49\x5a\x40\xeb\xdf\x9f\x1f\xff\x84\xb6\x69\xe7\x09\x31\x89\x7a\x69\x4d\x16\xef\x3d\xd1\x0e\x36\xb3\x3c\x71\x93\x04\x97\xb2\x3c\x61\x01\xef\x76\xb1\x9d\xe0\x0a\x5e\x97\xff\x8a\xbf\x2a\x6a\x32\xe7\x1a\xf7\x46\xf0\xc1\x8c\x37\x9c\x38\x8f\xb7\xa9\x4e\x6c\xcc\xd1\x5b\xce\x64\x45\xec\xd7\x8c\x77\x63\x9a\xed\x5c\x28\x9a\xa6\xbf\x5a\x53\xc6\x73\xa4\x51\x01\x93\x59\x4f\x58\xc7\x93\xca\x4c\xe4\xf7\xb9\x5b\x8a\x7a\x12\xa6\xb0\xc5\xf9\xde\xf1\x4f\x22\x4f\x64\x3f\x94\x4e\x06\x3e\xca\xb0\x13\x4f\x9f\x2b\x4b\x49\x17\x81\xe3\xee\x89\xa3\x82\x15\xfb\xce\xc4\x25\x71\x5f\xec\xe0\x88\xb4\xd8\x29\x6b\x32\xb8\x4c\xe6\xb6\x39\xcb\x18\xcf\xa8\x5d\xd2\xd2\xd2\x1f\x39\x7d\xec\xd3\x45\x51\x59\xf3\x90\x4b\xf9\x8b\xd2\xcf\x5f\x1d\xcc\x8e\x4c\xe1\x06\x44\xa7\xdf\x94\x57\x9d\x0d\x4e\xd1\x92\xbd\x74\xb0\x4e\x3c\x19\x37\xd7\x32\x3a\x6e\x95\x68\x50\xf7\xb3\x50\xce\xbf\xb0\xe6\x1a\xe7\x2b\xbb\x66\x4e\x28\xe3\x30\x7d\xb9\xf8\x49\xe9\x9b\xf2\x4a\x66\x47\x91\x67\xc9\x25\xe8\x41\xde\x78\xe1\x92\x2b\xb6\xd9\xfa\xb9\x01\x7e\x7f\xd3\x23\x33\x8b\xce\xa8\x24\x37\xa7\xbe\x3c\xa6\x9a\xf0\x48\xfe\xc5\x82\x29\xcd\x88\xcf\xd7\x3d\x23\xd4\x11\xaf\x58\x63\xc2\x61\xf2\x36\xcc\x29\xa4\x8f\x31\x74\xc5\x67\x4b\x9f\xd6\xaa\x30\xb5\x8b\x9c\x2b\x83\xa0\xad\x79\x9d\xa5\x49\x11\xe2\x6c\x95\x42\x99\x9f\x4b\xfa\xb1\xdc\x08\xf7\xc8\x64\x76\xe6\x6e\x7b\x4e\x42\x4e\x4a\x87\xc5\x16\x69\x60\xc2\x1b\xdd\xb5\x82\x77\x92\xae\x35\x9b\x39\xc7\xf9\x5b\xe7\xdc\xa1\x27\x32\x04\xa2\xff\x4a\xc7\x1b\x1b\x19\xe9\x45\xfb\x6b\xdb\x29\xdc\xbc\xdc\x4a\xd9\xe5\xbf\x59\xcf\x4b\x6d\x7c\xfb\xd2\x57\x17\xb4\x9c\xfe\x91\xec\x90\xb3\xce\x5e\x2b\xe1\x7c\xfa\x0e\xf3\xbb\xd2\x4d\xf2\x7b\x3a\x5f\x04\x39\x71\x5b\xd7\xe8\x70\xe6\xf1\xdf\xcd\x5d\x43\x3f\xc6\x68\x63\x2d\x68\xad\x20\x2b\x22\x1b\x1a\x7d\xc8\x1b\xaf\xa1\xb5\x3a\xe4\x9d\x41\xf6\x15\xf7\xc8\x97\x3c\x49\x25\xe7\xc9\x8f\x4f\xfc\xc9\x6f\xa7\x5c\xb3\x8d\xc9\x1a\x87\x4c\x77\x79\xa6\x52\xe0\x2d\x9a\xb3\x09\xa3\xc8\x36\x55\x8a\xb8\x0f\xdd\x04\x00\xb7\x10\x3d\xc7\x7c\xda\x6a\x07\x9d\x81\x67\x1a\x55\x20\xf3\x6b\xbb\x6b\x9e\x42\x6a\x41\x4a\x15\x32\xc8\xd0\xf3\x58\xc9\x66\xe8\xf2\x89\x91\x7c\x06\x74\xc7\xd6\x29\x2b\x0b\xbe\xb0\xeb\x70\xea\x29\x64\x99\x66\x67\x42\x1d\x32\xa0\x1a\x26\xae\x44\xa3\x00\xe0\x26\xa3\x41\xcc\xbc\x96\x57\xc8\x75\x38\xa3\xa1\x15\x89\xb9\xfa\xa9\x46\x86\xec\x0c\xbc\x55\x71\x1c\x59\xe3\xa9\x56\x7c\x1f\xd9\x71\x22\x23\xdf\x16\xf1\xb4\xd5\xca\xf2\x45\x6a\x76\x6d\x4e\xdd\x82\x6e\xd1\xcc\x4c\xe0\xa0\x72\x55\x6f\x31\x17\x03\x00\x70\x63\xd1\x7c\x46\x44\x8b\x3f\xb5\x0c\xaa\x68\xd8\x4b\x5d\x7f\xd5\xa2\x66\x39\x41\x0d\xd4\x2d\xef\x25\xd6\x7a\xe0\xc5\x2e\xf8\xad\x13\x5b\xf2\x6a\xf1\x82\x03\xed\x99\xa3\x78\xaa\xc9\x74\x4a\x26\x2e\xd2\xbc\x96\xb0\x04\xa7\xab\xfa\x89\x97\xe3\x5e\x00\x70\xe7\x60\x51\xf4\x80\x96\xa5\x6c\x73\xca\x78\x7d\x3f\x6b\xff\x15\x72\xb5\x88\x69\x1d\x40\x2d\xb7\x63\x44\x9e\xfb\x5c\x34\x42\xef\x77\xca\xcb\x33\xa0\x5b\x1c\x38\x9f\x79\x8c\xd6\x66\x22\x4f\x59\x44\x33\xd5\x74\x95\x05\x52\xf3\x55\x11\xd1\x65\xe2\x23\x00\x9c\xb3\x78\x04\xad\xaf\x59\x20\x5c\x4e\xd9\x5c\xef\xc8\x2f\x8e\xe8\xaa\x5e\xc9\x3b\xe2\x3f\x5d\xd6\xc9\x5d\x75\x2e\xa8\xe8\x28\xfb\x8f\x93\x5e\x6e\x36\xeb\x97\xcd\xaf\x8c\x66\xd6\x02\x13\xf7\xe4\x20\xc6\x17\x4d\x8b\xf8\x46\xfa\x7d\xd5\x7c\x61\x1b\x8d\x06\x00\x3b\x83\x08\xa4\x12\x4d\x2f\x12\x3a\x49\xef\xea\x32\xe3\xbf\x5f\x96\x55\x79\xc4\x6d\xf6\x1b\x28\xfd\x2b\x39\x7c\x36\xb4\x90\x24\x22\x3b\x9e\xca\x19\x14\xb4\xd9\xb8\xa4\x4f\xf2\xe7\x18\x3f\x4f\x62\x72\xd7\x6a\x2e\x8f\x7b\xc0\x5e\xad\x7a\x57\xf0\x88\x71\x0b\x00\x56\x05\xb5\x8d\x60\x34\xd1\x33\x25\xb1\x23\x75\xba\xe9\x8b\xc3\x43\x2a\xef\xa4\x90\x7c\x4b\x4b\x03\xe5\x33\x67\xfc\x0a\xee\x27\x38\x1f\x0f\xcb\xd1\x8e\xeb\xb1\x8e\x4f\x37\x96\x6c\x37\xf6\x94\x3f\x14\x1e\xd3\x18\x88\x33\xe0\x1d\x54\x9d\x15\x18\xb2\x3e\x01\xc0\xfc\x4b\x9b\xc6\x5d\x9a\x36\x17\x9b\xc4\x94\xd6\x8e\x14\x28\x5c\x3a\x5b\x19\x99\x33\xe4\x93\x52\xf2\x23\x93\xe4\xee\x51\xe0\x96\xa6\xee\x40\xcd\x96\x27\x35\x58\x4d\xa4\xa5\x27\x98\x18\x8d\xca\x8f\x49\x7d\x34\x04\xd2\x2c\xa1\xa7\xea\x3b\x7e\x11\xe7\x05\x00\x4c\x32\x7d\x00\xab\x6e\xfc\x50\x1e\x17\xa3\x55\x9b\x55\x62\x12\x76\xaf\xd2\xa1\xa0\xcc\x67\x73\x49\x4f\xee\xc2\xd3\x4f\x0b\xd6\x66\x1e\x76\x50\xcf\x76\x4b\x45\xad\xa8\x69\x67\xe4\x6c\xa3\x44\xf9\xbc\x78\x3b\x0d\xb2\xd4\x53\xd4\xa9\xfa\x9b\x1f\xc8\x6d\x01\x80\x69\xce\x58\x8d\x6d\x6d\x6c\xae\x76\x88\x2e\xaa\xbd\x52\xde\x16\x76\xa9\x52\xbd\x44\xc1\xbb\xbe\x84\x59\xb0\xf2\x34\x96\x7f\x33\x67\xee\xb1\x81\xec\x45\xe9\x4f\xac\x8e\xa6\x2d\x48\x66\x1b\x5d\x4b\x2c\x92\xdd\xd1\x40\xa5\x8b\xc4\xd3\xcb\x37\xf2\x57\xf1\xce\x80\xed\x8c\x19\x86\x36\x4a\xee\x3e\x45\x59\x18\x15\xdd\xf6\x9c\xb2\x38\x54\xbf\x29\x90\xfc\xd5\xcb\xb7\xb6\x91\xb2\xcd\x4d\xbd\x62\x8c\xc2\xb2\xd7\x2a\xee\x86\x56\xed\x73\xc8\xf3\x80\x86\xf5\xff\x65\x5c\x82\xcb\x37\x25\x27\x59\x22\xe5\x4a\x05\x52\x02\xa5\x01\xc0\xcb\x40\xd3\x50\xa3\xee\xb9\xf0\xbe\x28\xa7\xb6\x78\x58\x31\xe4\x57\xd3\x06\x68\xcc\x6b\x77\xed\x55\xe8\xee\xa9\xdf\x15\x62\x78\xa1\xfd\xdc\x62\x3a\x7c\x71\x9f\x61\x9e\x16\xfc\x4c\xff\x63\xc6\x41\x84\xbb\x09\x4b\xda\x80\x1e\x52\xca\x92\x06\xa2\x23\x00\xf0\x04\x68\x0e\xd2\xda\xd5\x81\xf2\xa3\x96\xb4\x1d\x47\x8d\x42\xea\x1a\x6f\x23\x63\x17\xff\xd6\x6a\x23\x79\xa7\x6e\x54\x1c\x41\x0a\x8e\xde\x2b\xde\x8f\x8c\xed\x5b\x94\x3b\x89\x6e\xd5\xbf\x9b\xa1\x84\x0a\x36\x05\xcb\x5f\x62\x8b\x94\x92\xa5\x96\x98\x03\x00\xbc\x00\xf4\x11\x7c\xbf\xcb\x90\xb6\x27\xf2\x44\x6b\x1d\x55\x14\xa2\xd5\xb8\x9b\x78\x7d\x91\x52\xc3\x27\x22\x4f\xb9\x95\x57\x12\x5b\x8f\x46\x16\x65\xe0\x3f\x2d\x1b\x73\xf7\xe1\xaf\xf5\xeb\xd3\x51\xfc\xc1\x26\x07\xb9\x27\x3e\xa6\x54\x24\xa9\xc5\xe3\x01\xe0\x3e\xc5\x72\x61\xeb\xce\x7e\x76\xf4\xb5\xfe\xd6\xfd\xac\xa8\xe0\x82\x86\x22\x66\xf4\x45\xd5\x1a\xc0\xc8\x75\xfd\x53\xae\x49\xff\x76\x54\xa7\x48\x89\xee\x6b\x89\xe4\xe4\xd3\x9e\xeb\xb3\xd3\x1e\xd1\x2e\x6e\xda\x9f\x58\x42\x9d\x50\x1a\x96\x2c\xa1\xae\x04\x80\x6b\x8c\x27\x41\xf5\x9d\x76\x82\x5f\xd7\x8e\xb4\xd4\xf0\x53\x83\x8d\x1b\x36\xf2\x0e\x5e\x28\xac\xbe\xcc\x55\x75\xcd\x2d\x13\xb3\x7f\x1c\x99\x2c\x8c\x62\x7d\xb6\x3c\x94\xb3\x8c\xf9\x4f\xdf\x2b\x6d\x17\xe3\xe7\x26\xf3\x84\xcf\xf4\x37\xca\x73\xc4\x27\x68\x62\x00\x38\xe1\x04\x8b\x52\xd9\x41\x4e\xb0\xbf\xea\xd8\xfc\x32\x1e\x0a\x3a\x54\x7f\x54\x5a\x74\x7e\xb8\x4a\x20\x1e\x77\x99\x2c\xcd\x11\xad\x3a\xb2\xb7\x80\x2a\xb8\x68\x31\x9c\xbd\x82\x57\xaa\xbf\x3e\xd5\x92\x73\x6f\xd3\x6e\xd9\x3f\xd6\x7b\xe5\xa3\x22\x4f\x46\x2d\x00\xec\x08\xea\x20\xf9\x4e\xfb\xbb\x0c\xf4\x4a\x50\xf3\xf1\xd4\x3f\x81\xa7\xea\x92\x93\xa3\x3c\x5f\x54\xde\x4f\x7c\xe7\xb2\xa4\xe4\xa5\xec\xca\x61\x3c\xbf\x43\xfa\xd5\xc2\x2a\xcb\x51\x1c\xa1\xd7\x9a\x12\x2b\xa8\xd9\xb4\x5a\x66\xc3\xbd\xab\x1c\x2a\xcc\x60\x65\x03\xc0\xaa\xa6\x8d\x93\xe7\xb7\x07\x14\x06\x45\xc4\x37\x8d\xe4\x1d\x0b\x60\xd4\x6d\xce\xde\xec\xa9\x56\x79\x3c\xfd\xa9\xb3\x65\x89\x7d\x4a\xf6\xa1\xb1\xfc\x0d\x72\x1f\xf3\x96\xcc\x5c\xd9\x62\xbd\xc0\xe4\x3b\x92\xe0\x4d\x4b\xe3\xb3\x04\x99\xca\xa9\xc2\x65\x1c\x1f\x00\x58\xdb\xe9\x69\x24\x4e\xbb\x51\x69\x74\xc4\x96\x26\x51\xd1\xf2\x80\x9d\xb5\xb3\x79\xf9\x1e\x4d\x95\x8b\xb3\xd5\x4f\x3e\x29\xfe\x93\x8e\x1c\x62\xe7\x0d\x27\xcf\x9a\xb3\x32\xdd\x12\xb7\xea\x39\x24\xa3\x71\x6b\x37\xad\x8c\x3f\x25\x9c\x52\x6e\x13\x74\x73\x37\x02\xc0\x7c\x4a\xbf\x4f\x5a\xdf\xf6\xa5\x62\xf2\x72\x4d\xd3\x89\xd2\x43\xfe\xe3\xb5\x59\x85\x25\x1e\xc1\x15\xad\xb9\xf7\x4e\xc6\x15\x17\x64\x7e\x3a\x74\x22\xef\x5a\xda\x42\x73\xdf\x8c\xef\xf2\x37\x7a\xe6\xc9\xeb\xe3\xa3\x36\xe9\xc4\xfd\x12\xdd\x57\x7e\x2b\x08\xe3\x66\x02\xc0\xe4\xd0\xa7\x62\x15\xfa\x97\x43\x27\xc2\x4d\xbb\x61\x68\xa7\x9f\x69\xdb\x2d\xca\xcb\xb3\x95\x8d\x8f\x29\x7f\x9c\x46\x6a\xf2\x21\x3b\x3b\xab\xf2\x7d\x50\xf3\xee\xef\x85\x21\xb0\x9f\x6e\x60\xd6\x17\xc4\x58\xfd\x47\xca\x29\x54\x4b\x31\x2c\xee\x2f\xda\x07\x00\x3f\x00\xed\x8d\x79\xde\xd7\x8a\x84\x84\x6f\xef\xde\x8e\xa8\xfb\xad\x6a\x83\xe1\xe6\xb3\xd2\x46\x21\x9c\xec\x54\x5d\x73\x1e\x2e\xb7\xd3\x2c\xfb\x06\x7f\xdf\x3d\x59\xa8\x83\x84\xe8\xba\x65\xdd\x40\xfe\xa8\x3f\x49\x31\x40\x0b\x14\x83\xe3\x1e\x62\x8b\x01\xe0\x3b\xa3\xbd\x31\x48\x1f\x13\xcb\x0a\x07\x5d\xf7\xb0\xcd\xbe\x13\x6d\x46\x68\xe9\x59\x9f\x46\x2b\xd4\xc3\x89\x57\xa3\x8c\xda\xda\xfe\x2b\xcb\x47\x3d\x76\xb7\x14\x4c\xa2\xa9\xba\x07\xb3\xa4\xe8\x17\xf5\x91\xe4\xaf\xd8\x45\x45\x8f\xb8\x52\x0c\x05\x80\xaf\x85\xfe\x8a\x9e\xed\x7d\x4e\x57\xbb\x14\xd4\x65\x49\x73\xf2\xf5\x6c\x45\xa8\xbc\x33\xdf\x1a\xc4\x54\xe0\x64\x54\x1d\x40\xa4\xd9\x96\x97\xfe\x20\xbc\x76\x63\x05\xba\x84\x9d\xae\x6e\xd6\x1c\x62\xa7\x7a\x4b\xb2\x07\xb1\x41\x31\x34\x6e\x03\xde\x0a\x00\x4f\x86\xb5\x47\x57\xf7\x5e\xe2\xac\xb8\x64\xd0\x59\xc9\xfa\xe3\xbb\xb1\x65\x86\xf9\xf9\x4c\x57\xfd\x37\xa6\x92\xd3\xa2\xaa\x41\xc6\x49\x5b\x7e\xe9\x19\x7a\xd1\xee\xc0\x7c\x06\x5d\x43\x57\x3d\xf3\x24\x4d\xa6\xde\x92\x94\x4e\x53\x52\x94\x49\xfd\xa8\x7a\x00\x70\x1f\xe0\x15\xd1\xd6\xd7\x1f\x0b\x8f\x87\x3d\xec\x54\xe7\xbf\xf2\x99\x69\x39\xc4\x13\x9c\x11\xd5\x9f\xe6\x1e\x75\x7c\x52\xb5\x83\xb3\xcd\x36\xac\xa4\x8a\xbd\x72\xb7\x73\xde\x23\xd6\x2a\x5d\xd5\x8c\x78\xa6\x92\x7a\x8f\x7c\x82\x31\x4f\x71\x58\x92\x42\x4b\x04\x80\xab\x44\xc8\xa3\x2e\xf7\xbc\x4d\x38\x16\xb6\xb1\x63\x7b\x7c\xb0\x8f\x59\xb3\x83\x94\xef\xfe\x5f\x9d\xab\xb8\xcc\xd1\xbe\x72\x93\xf0\xbf\x03\xdf\x8a\xd3\x05\x46\xbb\x17\xe4\xf6\xf2\x60\x9d\x0f\xe9\x54\x4e\x95\xfa\xe3\xc4\x61\xd6\xdd\x65\x3b\xc4\x89\x8c\x54\x00\x38\x0a\xd4\x87\x91\x65\x3d\x46\xe9\xef\x42\xbd\xda\x2f\xa6\x7a\x79\x53\x9a\x62\x92\xc6\xdd\x2d\x6a\x49\x89\x8e\xc7\xb3\x2b\xac\xe3\x27\x0e\x5c\x2a\x6a\x95\x7a\x99\x65\xe4\x3c\x15\x3d\xd7\xa9\x4f\xcb\x13\xd8\xa8\x3f\x4e\xf8\xc9\xa5\x2c\x0b\x16\x0d\xb2\x2e\x00\xc0\xde\x4b\xeb\x8f\xb4\xed\xc6\x0a\xf4\x43\x66\xda\x1a\x73\x17\x79\x7d\x6e\x1c\xcf\x9c\x3c\x5d\x54\x33\x98\x56\x70\x7c\x79\x39\x9e\x4c\xb6\xf9\x59\xf8\x2f\xd1\xc9\xcc\x3d\x47\x3b\x5e\x55\x27\x35\xf5\xb9\x38\x51\xfd\x5f\x82\x03\xff\xf7\xb2\x12\xd1\x0e\xf6\x2b\x00\x58\xd9\xf4\xe0\x6b\x6f\xbb\xad\x8a\xdf\x84\xe0\x6d\xa1\x05\xb1\x5e\x15\x8d\xac\xdc\x55\xa7\x03\x6b\xa2\x32\x45\x0e\x23\xe5\x5b\xd3\x94\x6c\xfa\x0b\xb3\x92\x04\x66\xe6\xd9\x7d\xb2\x2f\x3a\xf1\xa9\x54\xe9\x8a\xf5\x6b\x65\x5f\x85\x2b\x97\x4d\x08\x1f\x71\x38\x00\xb0\x3c\xe9\x09\xd7\x52\xbb\x7e\x94\x2f\x08\xd1\x6e\x5b\x5b\x7c\xca\x8b\xd4\x68\x9a\xdf\x7d\xda\xa4\x66\x5d\xce\x5c\x87\xe4\xb2\x8e\x0c\x33\x9b\x82\x42\x8b\x94\x70\x33\xa3\xec\x8b\x89\x0c\x9d\xe4\x54\x95\x38\xab\xf5\x87\x64\x52\xe1\x3b\xa5\x95\x42\x8c\xf3\x1b\x00\xd6\x42\x7a\xca\xcf\x34\x38\x0d\x8a\x7d\xa9\x09\x97\x40\x17\xef\x26\xc1\x6d\xd0\x85\x9e\x05\xf0\x03\xc8\xbb\xe2\x37\x3c\x0c\x81\x14\x08\x51\x83\x7a\x18\x5f\x90\x5d\xb0\x4a\x38\x81\xb8\xc3\x01\xae\x63\x08\x0e\x8f\x9b\x1e\x41\x2a\x11\x77\x15\x23\xe4\x17\xd2\xf4\xc3\x17\x5e\x81\xad\x7c\xb1\x08\xd6\x41\x93\xc7\x85\xb0\x1d\x7a\xa0\x5b\x13\xf6\x43\xbe\x55\x68\xc3\x81\x08\x27\xb9\x1d\xee\x44\xc6\x18\x66\xf0\x0b\x64\xea\xd2\x04\xb2\x01\xf9\xcf\x55\x07\x39\x8b\x2e\xda\xd5\x8e\x24\xa2\x3a\xca\x03\xc8\x57\x74\xcb\xb7\x85\x50\x32\x15\x99\xfd\x09\x55\x12\xa3\x77\xee\x40\x3d\x84\x51\x67\x0b\xf4\x1e\x27\xca\x66\xe1\x55\xf8\xd2\xa4\x01\xd8\x1b\xfb\x4e\x77\x87\x45\x58\xd7\xa5\x9d\xf0\x38\x26\x70\x09\x40\xb6\x60\xe7\x76\x59\x21\x11\xd8\x06\xe5\x30\xe4\x3e\x9a\xfd\x31\x83\x32\xc4\x29\x98\x5e\x4b\x79\xc5\x66\xdf\x82\x20\x05\xd6\xb9\xb6\x49\xc8\x88\x79\xa8\x24\x06\x0a\x60\x1c\x4e\xfc\x00\xc9\xe9\x4c\x6a\x1d\x74\x97\x76\x3b\xf4\x07\x6c\x46\x5b\xe2\xec\x06\x27\x51\x0d\x4d\x82\x10\x40\xe8\x2b\x2b\x20\x04\x36\xfe\xf6\x3e\x79\x54\xd2\x3a\x39\x4a\xfe\x2b\x56\x18\xf6\xa6\xec\x14\x9e\x6c\xd1\xa6\x9c\xe5\x97\x15\x2d\xa3\x48\x79\xda\xb2\x29\xca\x2d\x4e\x17\xfe\x1b\xda\xc0\xbe\x10\x92\x09\x71\x98\xb3\x27\x9d\xe0\x79\x0c\x07\xe3\x16\x38\x86\x76\x4d\xe9\x01\xb2\x8c\xd0\x79\x6d\x4e\x5e\x9c\x9c\xf2\x80\x4c\xde\x25\x77\x1b\xa4\x91\xfd\x65\xff\x1a\x85\x64\x49\x5c\x77\x7e\x37\xb9\x5f\x12\x17\xf7\x8c\xb2\x4a\x84\x60\x6e\x94\x10\xc1\xd9\xe0\xb3\x94\x59\xde\x9a\x13\x27\xa1\x30\x76\x9e\xf1\x76\xe8\x3d\xe3\x81\x52\x1f\x2c\xa6\xe2\xcf\xe7\x93\x94\x8a\x0e\xdc\x6d\x25\xed\xcb\xfb\xd7\xfb\x96\x14\x9c\xdd\x56\xe7\x42\x4a\xc9\x20\xe7\x3c\x24\x4d\xa5\xee\x92\x9c\x25\x1b\xcb\x5f\x21\x3a\x64\x99\x8c\x1c\x28\xa5\xac\x93\x4c\x38\xfe\xa3\x14\x0b\xde\x1a\x5d\x82\x6c\x38\xc9\x4a\x1d\xd0\x37\x3a\xeb\x29\x2f\x36\xa4\x89\x7d\xc7\x37\x56\x56\xa7\xd6\xfd\x36\xb6\xb9\x72\xb8\x9a\x19\xfb\xb9\xd4\x2f\xcb\x9e\x64\x51\xf0\x42\xb4\x98\x24\xcd\x39\x0a\x6d\x21\xcf\x4f\x0f\xf1\x7f\x42\xe6\x26\xed\x3b\x5e\x43\xd1\x8e\x2b\x30\x2c\xa5\xf4\x09\x92\x95\xca\x20\x31\x33\x69\xea\x41\xac\xf5\x60\xce\xad\xcf\xb1\x6e\xd7\xcf\x75\x22\xb1\x97\xdb\xbf\x57\xee\x8a\xcd\x6d\x8a\xc9\x58\x1f\xfb\xba\xa6\x57\xa0\x40\xb2\x2d\x9b\x21\x9f\x21\x55\x17\x64\xf8\x79\x91\xb5\x33\x1b\x1d\xda\xc8\x15\x49\x57\x0c\x35\x28\xc1\x12\xaa\x52\x11\x74\x8c\x1d\xf2\xf8\x67\xac\xda\xe8\xca\x5b\x73\x63\xf7\x0e\xc5\x74\x88\x62\x9d\x7b\x4b\x2b\x8e\xc7\xe2\x1d\xc5\xe9\xb6\xb1\x3d\x4d\x21\x7c\x0b\xd2\xba\xea\xd7\xa4\x7c\x12\xb3\xe4\x87\x6f\x37\xe9\xbf\x5c\x03\x87\x08\xf2\xa5\x54\x55\x83\x9f\x14\xa3\xb8\x9d\x4a\x37\xa0\xf5\x9c\xf9\x8f\x1d\x62\x7e\xde\x6b\xbe\x79\x34\x76\xf5\x68\x53\xfb\x6c\xec\x8e\x21\x49\x79\x6e\xec\xa9\x5e\x8d\xb4\xb4\x58\x71\xfb\x79\x5e\x41\xec\xe3\x06\x27\xd2\x76\xd2\xd1\x8a\x7a\x5f\x07\x52\x4e\xc1\x6a\x07\x07\xf2\xaa\x74\x1d\x83\x7f\xe4\xe9\x78\x77\xe5\x2d\x94\x11\x8e\xde\xe7\x60\xcc\x92\x52\xf7\x54\x84\x2d\xa1\xc8\x6e\x27\xa1\xf7\x28\x89\xed\x32\xb4\x99\x92\x57\xf2\x1e\x15\x53\x58\x72\x15\x94\x03\x59\x51\x5f\xa1\xe1\x50\x5e\xe8\x67\xd4\x0d\x56\x73\xae\x47\xad\xe1\x1c\x93\x61\xd4\x00\x39\xac\x4c\x45\x77\x21\x5d\x9f\xec\xd1\x12\x74\xff\xb4\x14\xa5\x22\x63\xb7\x0a\xd1\x8b\x08\xa3\xad\x07\x3d\x86\x1c\x2c\xd9\x8e\xee\x40\x14\x12\xbd\x50\x7d\xc4\x96\xaa\x83\xaa\x23\x61\xa1\x21\xe8\x6a\x44\xee\xac\x80\xaa\x20\xa3\x26\x47\x51\x65\x74\xad\xf2\x3a\x74\x33\xba\xf3\xc3\x62\xd4\x8c\xc8\x9a\x4a\x44\x95\x89\x65\x23\x7f\x90\x97\x38\xb9\xf5\x3c\xf2\x18\x7b\x56\xf4\x05\x19\xc1\xb0\x84\x00\xe4\x36\x16\x41\x9c\x42\xba\xb1\xd3\x21\x2d\xc8\x1d\xcc\xe2\x64\x24\xf2\x10\xdb\x6c\x3c\x80\xbc\xc4\x14\x94\x46\x51\x05\xb4\xf4\xcd\x2c\xe2\xcb\x6e\x7a\xf8\x19\xb1\x65\x35\xdc\xb8\x81\x6c\x67\x26\x37\x65\x22\xeb\x19\x29\x05\xf9\x88\x1a\xbd\x3a\x9e\x85\xac\xa0\x2f\xc3\xba\x90\xf5\x34\xff\x60\x36\xb2\x87\x5a\x75\xe2\x02\x72\x96\x78\x6f\xbc\x12\x21\x11\x2b\x95\x38\x48\x15\xf6\xf8\xa5\x2d\x9c\x22\x8e\xbf\xd7\x07\x53\x44\x4b\xfa\x6f\xc3\x7e\x82\xc8\x86\x79\xf0\x19\xde\xdb\xbc\x53\xb0\x3b\x97\x2c\x8d\x87\x3d\x38\xc6\xe8\x16\x38\x94\x35\x1b\xb4\x17\x96\x33\x71\x27\x4f\x78\x84\xa1\x60\x14\x01\xff\xa5\x9d\x52\xf2\x41\x8e\x10\x06\xb3\xb7\xa1\xd1\xa4\x73\xe3\x71\x50\x47\xa2\x65\xef\x72\xa8\x2e\xfe\x5f\x2d\x15\xca\x91\x4e\xe5\xac\x82\x32\xc5\xfd\xe2\x3c\xa8\x54\x78\x0b\x26\xa0\x6e\xfe\xf5\x80\xdf\xd0\x2f\x6e\x9a\xe3\x55\x78\x0f\xdb\xd9\xf0\x3d\x7c\x95\x51\xa1\xe4\x0f\x0f\x50\x89\x27\x15\x94\xe7\x05\xb5\xb7\x9f\x53\xee\xe6\x26\x77\x31\x29\xfd\x59\x78\x95\x1b\xa5\x21\xfd\x7c\xa6\x1d\xa5\x31\x65\xb7\x50\x87\x32\x22\x57\xa6\xf8\x50\xbe\xc6\x77\xfb\xdb\x42\xc6\x92\xc3\xc7\x77\x43\x51\x02\xba\xa1\x03\xd4\xce\xf1\x51\x82\xe1\x6d\x74\xda\xe4\x3e\xca\xf9\x86\xa2\x91\x54\xca\xbe\x9a\xe0\x76\x1e\x65\x5b\xc5\xd1\x72\x31\x65\x75\xc9\xc2\xb4\x26\xca\xaa\xfc\x62\xde\x63\x8a\x49\xf6\x1e\xd2\x05\x8a\x4f\x1a\xd5\x37\x91\x92\x25\xa7\x1f\xfb\x44\x79\x1f\xa7\x65\x90\x01\xd9\x09\x9c\x94\xc8\x50\x0b\x93\xf5\x20\x97\xa2\xdb\x1f\x3c\xb4\x87\xfc\xaf\xfb\x7c\xab\x31\x79\xa2\xcd\xa4\xd4\x89\xdc\xd3\xf0\x28\x25\x91\xdc\x5d\xed\xc6\x79\x41\x9e\x2c\x4d\x8f\xc9\xa6\xa8\xe4\xf3\x7c\xb4\x28\xfb\x32\x26\x8f\xcd\xa1\x60\xf2\x01\x83\x55\x94\x67\x92\x0d\x4a\x30\x14\xc9\x3e\x76\xbf\x8f\xb2\xe4\xe6\xcd\x1b\x8e\xe4\xa7\x83\xbe\x2d\xc7\xc8\x0d\x3d\x43\x25\x61\xe4\x8c\xb6\x6f\xc9\x9d\xe4\xd4\x86\x27\x9c\x2d\xe4\xaa\x2a\x51\xf4\x67\xf2\xd3\xe2\x11\x6f\x2e\x65\x61\xce\x21\xfb\x4a\xca\xfe\x94\xb3\xfa\x6f\x28\x65\xd2\x66\x25\x39\x74\x90\xfd\xe8\xbe\x26\xf9\xed\x5d\xcf\xc1\x2c\x72\xc7\xad\xf8\xe6\x2c\xb2\x68\x50\x5e\xdc\x4b\xbe\xd6\x73\x3a\x79\x1b\x39\xb0\xb5\x8b\x2d\x22\xc7\xd4\x4d\x47\xc7\x92\xd3\xcb\x11\xef\x4d\xe4\xc6\x7c\x2d\x7b\x06\xf9\x79\x5a\x90\xfe\x07\xca\xf9\xb8\x19\xa5\x97\x94\xaf\x1c\x85\xff\xde\x12\x3f\xc8\x23\x8f\x2a\x08\x36\xf9\xd6\x90\x25\xb1\x91\x7c\xbb\xe9\x21\xde\x47\xbe\x59\x90\x87\x47\x51\xe6\xc4\xbb\xe1\xc6\x94\x7c\x2c\x0e\x7b\x0c\xed\x0c\xd6\xc3\x38\x50\xc7\x09\x3b\x6c\x17\x1c\x64\xbc\x1e\x9d\x41\x74\x94\x64\x68\x2e\xd2\xf6\xe6\x1f\x71\x09\x71\x7d\x38\x48\x2c\x46\x14\x6f\x04\xe3\xd9\x70\x7f\x93\x12\x7e\x16\xa6\xe5\xcf\xe0\xcb\xe1\xab\x71\xf9\xd8\x5d\xb8\x1e\x7d\x86\x71\xe1\x9f\x41\x85\xd8\x09\xc4\xda\x69\x10\x5b\x8c\x88\x8c\x92\xd1\x3e\xe4\x87\xd2\x21\x54\x8a\x6e\x7f\xf5\x01\x7f\x87\x0f\x3e\x58\x8d\x8b\x71\xbb\x81\x17\xb8\x31\x36\xdc\x30\x88\x7d\xc4\x8e\xe4\x8d\x62\xb5\xe8\x07\xe9\x0d\x8c\x84\x4e\xa2\xeb\xb0\x7d\xe8\x6c\x10\xc0\x94\xd1\xc7\x4e\x7a\xe8\x38\xfa\xd0\x48\x0f\xcd\x44\x9f\x29\x2d\x46\x29\x68\xc1\xb3\x4f\xf8\x06\xd6\xd8\xdd\x04\xac\x93\xf9\x5f\xef\x63\xec\x0a\xe3\x71\x9d\x3e\x66\x48\xff\x9c\x23\xc4\x00\x7d\xb3\xf8\x31\x3a\x40\x23\x60\x26\x2a\xa7\x7e\x0e\xe8\x47\x29\xd4\x93\x8e\x5b\xd0\xf3\x44\xae\x61\x34\xba\x07\xff\x6f\x59\x2b\xba\x03\x1b\x7b\x1a\x8d\x71\x44\x91\x77\xa8\xd8\x16\xa1\x4a\xcf\x42\x74\x80\x9f\x50\x5d\x8a\xa2\xbc\x1d\x59\x17\x51\x7b\xce\x0d\xd1\x22\x74\x1d\x3b\x1e\x02\xc8\x27\x96\x97\xbf\x10\x99\x64\xae\x3c\x6e\x88\x8c\xd0\xab\x0c\xde\x20\x35\xb4\xad\xcb\x4a\x91\x06\x62\xcb\x94\x01\x3a\x26\xdf\x78\x2b\x16\x8d\x49\xd0\xee\xf4\x46\x4d\xe3\xfe\x56\xda\x20\x4f\x24\x3f\x32\x4c\x90\x4c\xd1\x2f\xc1\x76\x24\x46\xb8\x8e\x1c\x86\x9c\xe1\xef\xf4\x73\x47\x0e\x71\x37\x3a\x9c\x44\x2c\x58\xef\x0c\xae\x22\xfa\x0c\xd2\xb2\x7a\xc4\x82\x1a\xf1\x70\x27\x32\x93\xaf\x3b\x74\x0f\x49\xca\xd9\xd3\xfa\x1c\x71\xcb\x3c\x50\xa6\x09\xff\x4b\xdb\x97\x1a\x02\x77\x26\x1b\x73\xab\xe0\xb4\xc4\x1d\xb1\x2e\x30\x2f\x7e\xae\x4f\x21\x8c\x8a\x8b\x8e\x6d\x81\x21\xc1\x0a\xfd\x49\x98\xc2\xd9\xb4\x6c\x1a\x96\xd1\xc3\x27\x9a\x90\xd8\xba\x81\x81\x0c\x44\xa9\xaa\xbe\xe9\x3d\xdc\x56\xd6\x5e\xec\x0d\x07\x14\x65\x24\xbd\x82\xb5\xf3\x82\xd8\x97\xe1\xc5\x59\x1b\xa2\xdd\xa1\xbf\xa9\xf1\xde\x0b\xa0\xaf\x89\xdd\x47\x9f\x43\x3f\xa4\x52\xfd\xbd\x30\xe0\x7f\x59\xf6\x1a\xd6\x61\xfa\x8f\x5b\x22\xfb\x7b\x75\xfa\x0e\xc2\xb7\x3b\xcf\x34\x14\xc1\x97\x5b\x02\x0b\xf5\xe1\x15\xf5\xfb\x12\xef\x40\xb7\x2b\x1f\x31\x69\x50\x65\x89\x4b\x64\x0e\x94\x93\x17\x7e\x31\x11\x12\xa6\x7f\x3f\xf2\x11\xe2\xca\xd7\xea\x95\x42\x59\xe2\xc2\x65\xef\xa0\x49\xf6\xba\x31\x2f\x44\x7b\x98\xd6\xeb\x0f\xd7\xf7\x1f\xad\xef\x87\x4f\x74\x4d\x17\x9c\x80\xde\xb6\xee\x4b\x04\x50\x51\xfd\x09\x46\x1b\x44\xaf\xd4\xbb\xf6\x0d\x8a\x2a\x4a\xbe\xb8\x00\x3a\x9b\xed\x7a\x24\x05\x3a\x9e\x2c\xd7\x23\xa0\x30\xa9\x8d\xd2\x12\xa8\x84\x5d\x74\xa7\x0f\x59\x7a\xe7\xd3\xf5\x5e\x38\x61\xe4\x62\xbd\x16\xbc\xbd\x5f\x96\x5f\x08\x75\x75\x51\x13\x7c\xa0\xa8\x96\x0d\x0c\x23\xe8\x68\x6d\xd8\x35\x08\x32\x29\xb3\xbc\x90\x01\x29\xe7\xe9\x1c\xb9\x4c\xf9\x9e\x9a\xa6\xc7\x80\xd4\xe3\x7c\x94\xdc\x21\x0f\xf6\xf8\x13\x25\x56\x1a\xc9\xf1\xd6\x3d\xe6\x28\x29\xaa\x33\x93\xf1\x9c\x14\x57\xb9\x9a\x61\x41\x6a\x4a\xaf\xa7\xcb\x49\xff\xf8\xc1\xb4\x69\xb2\x90\x14\x45\xdb\x4a\xb1\xf5\xdd\x4d\xbd\x08\x29\x1e\xb3\x23\xf8\xd0\xac\xbe\x25\xde\x02\x3f\x54\x74\xc6\xfe\x20\xb2\x29\x1d\x96\x06\x54\x79\xf3\x1f\xd3\x03\x12\x76\xdc\x66\x50\xa0\x6b\x15\x4e\xf4\xbb\xd0\xb9\xb4\x3f\x74\x2b\xc8\x83\xd7\x4e\x63\x41\x15\xb1\x0f\xa8\x8f\xe1\x15\x3e\x45\xd4\x6d\x30\xcd\xbe\x9e\x08\x40\xe6\xe9\x0d\xe1\x59\x48\x86\xe2\x4a\xec\x13\xf2\x7d\xb2\x9d\x59\x8e\x69\x8e\x74\x33\xfe\x43\xdb\xdb\x1b\x19\xab\xd0\x4b\xe5\x67\xe9\x91\xe8\xda\xb4\x4d\xb4\x69\x64\x92\xfb\x85\x66\x8e\x3c\x8b\xd5\xa3\x4a\xd1\x85\x3e\x2a\xc4\x7f\xa8\xa6\xbd\x01\xb1\x1f\x3d\xac\x17\x8a\x53\x51\xc6\xd2\x69\xec\x11\x1a\xf5\xe0\x28\xe3\x0e\xd3\xe8\x46\x33\x43\x9d\xe1\xdd\xba\x92\x7e\x98\x4e\x2b\x55\xa5\x55\xd0\x9a\x53\xf4\x68\x5b\x68\x4b\x39\xae\x54\x3a\x95\x1b\x7d\x9b\x78\x43\x55\xf3\x7a\x44\xf8\x12\xc2\xa3\xbb\xf0\x11\x62\xc1\xce\x9b\xb8\x16\x4e\x5d\x5a\x8e\x09\xb0\xb4\xbb\xef\x19\x6e\x82\xa8\xfe\xb7\x74\x9c\x6f\xdd\x74\x81\xd6\xcc\xfd\x51\x54\x40\xdb\xc8\x29\x4f\x52\xa6\xb2\xd9\xb1\x2c\x84\xf8\xca\x0a\x8c\x3a\x44\x04\x30\xcf\x5c\x2c\xc3\xc7\x18\x66\x47\x4e\xe1\xd6\xb4\x7f\x3b\x3d\xb0\x54\x6a\xcd\xd2\x46\x6c\x15\x3e\x7b\xe7\x1e\x7d\x40\xd6\x74\xfd\x0b\x7d\x61\xdc\xfb\xfa\xbb\x34\x1b\xa9\x62\x81\x37\x55\x2e\xde\x95\xa8\x40\xfc\x15\x06\x30\x1a\x88\x4b\xfc\xca\x6b\x3d\xf8\x2c\xf7\xf3\x05\x1a\x7e\x8c\xb3\xe1\x30\x0f\xab\x60\x69\xef\x78\x8f\xad\xa6\xff\x58\x3a\x82\x4a\xa9\x46\xb7\x0c\x68\xff\x72\x0c\xbb\x4a\x69\xe6\x99\x78\x0d\x97\x4a\x4a\x1b\xce\xf5\x21\x86\x53\xe6\xc4\x9f\x22\x0c\xe5\x06\xb4\xb3\x78\x96\xcc\xef\x4a\x3b\xbe\x59\x0a\x7b\x7e\xc5\x98\xa2\xf0\x43\x57\xd0\xcf\xfc\xcd\x3b\x22\x51\x2f\x36\xaa\xb8\x1c\x79\x46\xdf\x34\x34\x42\xcb\xac\x5e\xd3\x1e\x4e\xbd\x59\xee\x56\x59\x45\x7c\x2b\xae\xc9\x6a\x20\xec\xf2\xef\x49\xa6\xf0\x8c\xec\xe7\xc4\x66\x7c\x75\xfa\x8b\xcb\x23\x58\x7c\x72\xa5\x87\x17\xb6\x20\xc1\xe2\xe0\x31\xf4\xaa\x24\x48\x77\x14\x79\xc6\xdf\xa9\xb8\x01\xb9\xca\xf8\x3b\x18\x46\xf3\xee\xfc\xda\x6a\x49\xa5\xb6\x52\xca\x03\x89\x92\x86\xa9\x0c\x09\xfe\xa5\xfa\xaf\x68\x06\x3f\x5e\xf6\x1a\x73\xc0\x9a\x0a\xeb\xc3\xf5\xb0\xdd\x39\x06\xe7\x14\xd0\xf4\xb4\xed\x76\xc7\x50\xd5\x84\x22\xdd\x23\x08\x5b\x54\xab\xa8\x8d\x68\xb0\x52\x07\x62\x69\xa7\x07\x96\xb6\xb8\x52\xc3\x7b\xf4\xcb\x60\x42\xd0\xae\x99\x5e\x8d\xdf\x6a\xec\x11\xad\xc1\xb5\x6a\x76\xa0\x5c\x8c\x57\xe6\x7d\x89\x8a\xcd\x2f\x30\x39\x4b\x42\x43\x32\x03\x6d\x5f\x20\x77\x93\x94\x74\xd7\x23\xae\x12\x4b\xc5\x83\xf0\x1b\xf6\x8e\xfe\x76\x9a\xc3\xcd\xfd\xcd\xa9\xd4\xd3\x83\xaa\xa5\x83\x44\x50\x4f\x41\xfa\x32\x3c\xbb\xed\xa9\x10\xc2\xde\x37\x0c\xa3\x00\x73\xaa\xa2\x5c\x5a\x8a\xb6\x15\x57\x9c\x5d\x8f\x6e\xce\xd1\xb6\xad\x43\x18\x29\x73\x74\xd5\x91\xf9\x52\x77\x45\x1e\x9c\xcc\xf6\x18\x4d\x10\xce\x8b\x35\xec\x11\xf1\x8b\x63\xfd\xea\x00\xcf\x3f\x56\x96\x17\xcc\x3d\x1e\x3b\x11\xff\x99\xb3\x8b\xb4\x9f\x96\xc5\x56\x24\x4d\x5d\x29\x67\xde\x27\xe7\x79\x46\x30\xd2\x28\x94\x83\x12\xba\x13\x14\xac\xf3\x80\xfa\x19\x16\x2e\xae\x21\x0a\x90\xe0\xdb\x13\x82\x68\x4a\x60\x77\x2f\xdf\x82\x72\xa1\xd6\x84\xb7\x98\xe2\x96\x5b\xca\xf9\x42\xf1\x8c\x3f\xca\x9e\xa5\xd0\x68\x0a\xac\x5e\xca\xec\x15\x0d\x66\x26\x74\xc1\xe3\x05\x23\x0a\x7a\x76\x70\x31\x7d\x2f\x8c\xe8\x44\x52\x5f\x20\x47\x17\x5f\x26\x0a\x91\xd6\x5b\x3f\xf8\x1f\x91\x96\xae\xd7\xbc\x21\x24\xb6\xe6\x3c\xb7\x18\xd9\x93\xf3\x91\x93\x82\xcc\x8b\x4b\x63\x4b\xe0\x57\xd4\x40\x16\x05\x51\x88\x10\x33\x2f\x20\xfb\x3c\x42\x19\xfb\x90\x48\x3b\x19\x5d\x11\xa9\xd7\xd9\x41\xed\x42\xb7\x2e\x76\x26\x04\xe8\xae\xe1\x72\xfe\x61\x7a\x60\x87\x1a\x6f\x3b\xad\xa1\xf2\x33\x77\x19\x6d\x61\xd6\x08\x07\x50\x7d\x25\x5d\xac\x1f\xc4\x3d\x7c\x84\xf9\x8c\x20\x5d\xde\xc7\x18\x21\x74\xcf\x1d\xa2\xb7\xe1\xdd\xb6\x95\xb4\x54\xdc\x6b\x7b\x31\xd5\x0b\x5f\xbb\xd8\x9a\xd8\x8b\xb9\x0e\xd6\xf1\x9a\x78\xd4\xd6\x58\x6e\x02\x37\xa2\x9c\xcb\x41\x39\x8e\x19\xc5\xec\x4b\x6c\x7d\xd1\x34\xcb\x97\xb5\x19\xd3\x63\xba\x33\x77\x5f\x7a\xc8\x70\x60\x38\x9f\xdd\x49\xdf\x45\x77\x3e\xf0\x99\xb6\x82\x66\xbf\xdd\x99\x78\x48\xdd\xbd\xd8\x1b\xaf\xc7\x25\xfd\x4b\x78\x47\xe3\xe8\x4d\x9f\xb8\x9b\x24\xf7\x4b\x8f\x72\x80\x58\x37\x2d\x83\xf5\x5c\x08\x09\x55\x98\x13\xfc\x07\x88\x8c\x71\x9b\xe7\x1e\x46\xa3\x0f\x70\x86\xce\xac\xa4\x15\xb1\xd7\x1f\xb0\xa2\xd2\x99\x67\xb7\xfd\x26\x9c\xe9\x61\x8b\xf9\xb8\x09\xf1\xa0\x87\xc1\x4d\xca\x74\xae\xaf\xe5\x44\xa6\xcd\x14\x59\xb0\x5d\x53\x42\x92\xef\xb3\x8c\xe5\x77\x79\x12\xa6\x7a\x82\x15\xe4\xc3\x58\x15\x57\x1d\x92\x49\x57\x91\x2c\x3b\x9d\x43\xfd\x2c\xd4\xb7\x31\x24\x6e\xf1\x34\xb6\x51\xf0\x4c\xd6\xed\xc5\x9d\x18\x9d\x56\xdf\xc9\xe4\x9e\x2b\x67\xd7\x8c\x73\xd4\x4b\x74\xf2\xd9\xac\x67\x05\x8d\xf2\xd3\xcc\xc6\x5c\x1d\x8e\x2d\x23\x29\x13\x25\x1f\xa3\x4b\x52\x07\x83\x86\x68\x02\xf9\x8c\x9b\x31\x35\x32\xbe\xc2\x5a\x9d\x70\x11\x1b\x6e\x7d\x8d\x6b\xf1\xdc\x16\xdf\xc6\x96\x32\xe0\x76\x35\xae\x5d\x6b\x75\x95\x80\xfd\xb9\x51\x94\x7b\x8c\x55\x55\x6b\x99\x60\xc2\x44\x2b\x4a\x58\x07\x18\x67\x8a\xdf\xc5\x86\xd3\x0f\xe6\x2f\x0f\xdc\x4a\xdb\x9b\x39\xeb\x3a\x42\x5d\x97\xb2\xcf\x4a\x09\xff\x26\xd3\xdd\xea\x81\xf5\x09\xcb\x16\x3f\x44\x2b\x59\x8b\xda\xf4\xb8\x86\x3d\x94\xca\x34\xf6\x6c\xfb\xdb\x1c\x4f\x56\x5a\xb3\x81\xcc\x89\xe9\x5f\xa7\xcb\x0c\x65\xec\xad\x78\x19\x53\x40\xdf\x58\x4c\x09\x88\xa4\x2d\xcd\x2d\x75\xb5\x24\x5e\xa6\x9f\xd8\x9f\x8d\x77\x25\x5e\xda\xaa\x8f\x49\xc4\x5b\x16\xff\x41\xc9\x2c\x49\x6b\x14\x57\x6d\x30\xac\x62\x86\x3d\x74\x9d\x9d\x9d\xc9\xa2\x75\x5c\x8a\x4f\x66\xda\x36\xcf\x63\x74\x33\x96\xd5\x3a\xc6\xa8\xd0\x9e\x97\x7b\xfa\x7f\xa0\xde\x28\xf8\xed\x32\x46\x64\x67\xbe\xde\x1f\x8c\xc7\x26\x39\x6c\xdd\x86\x1d\x94\x98\x2c\x39\x88\xea\xb2\xfa\x7b\xce\xc6\xbf\x8f\xb1\xa8\x37\x8c\xb3\x89\x61\x17\xd6\x4a\xb8\x31\xf7\x92\x15\x45\x9f\x63\x77\x73\x99\x42\x8f\xd8\x0a\xca\x2e\x7e\x05\xc9\x3f\xd8\x85\xfb\x83\x6c\xee\xb6\x9d\x63\x46\x51\xb3\xf2\x60\xb9\x43\xcb\xb5\x75\x19\x1e\xb0\xe7\xc2\x3b\xb4\x70\xc4\xa6\x9b\x88\x67\x91\x9d\xeb\xce\x49\x5f\x93\xdd\x0b\xde\x49\xf6\x91\xaf\x26\x79\x88\x8a\xc8\x72\xce\x43\xe1\x6a\xf2\x23\x72\x26\x3f\x96\xe2\x18\x34\xc8\x1d\xa4\x8c\x9f\x2a\xe2\xac\x80\xc2\xf7\x7f\x60\x1d\x80\xd7\x6a\x3d\x62\x38\x22\x0b\x16\xd6\xd1\x2e\x21\xbc\xae\xcc\xf8\xed\x30\xa9\x96\x26\x8d\x83\xed\x0b\x36\x8b\xdf\xc0\xc6\xf2\x3c\x91\x17\xac\xce\x39\x20\xb8\x03\x6f\x26\x2b\xf1\x2d\x60\xe7\xa0\xc3\x5c\x09\x9c\x7a\xca\x84\x3d\x0d\xbf\xde\xcf\x67\xad\x45\xec\xb4\x92\x18\x3b\x91\x3b\x0b\xe5\x34\x57\xe4\x63\xc7\xf2\xb8\x62\xea\x78\xf5\x2e\xe9\x1a\xea\xe1\x3c\x0d\xf1\x15\xa2\x3a\xe1\xbe\x70\x9a\x30\x65\x15\x0a\x4e\xe1\x43\xb1\x39\xbc\x66\x9c\x1b\xa8\xca\x5d\x83\x7b\xba\xea\xb1\xc3\x71\xb5\x7d\x37\x99\xc5\xd8\x3d\x2d\x53\x7a\x3f\x56\xb7\x50\x4c\xfd\x85\x29\xb4\x5e\x8b\xdb\xc2\xa9\xaa\x5c\x2e\x89\x61\x5f\xcf\x59\x26\x9a\x62\xf5\xcb\x80\xd0\x89\x39\xc2\x5c\xca\x6f\x67\xcc\xc6\xec\xe3\x19\x30\x34\xfd\xa7\x39\x12\x7a\x80\xcb\x76\xd6\x0c\x8d\xb1\x6f\x2b\x53\x8b\x5a\xa8\xf9\x9d\x7e\x80\xe8\x5f\x38\x46\xbd\x8a\x1f\x6e\x56\x92\x4a\x25\xee\x65\x55\xe2\x9f\xa2\xe7\x59\xab\x44\xee\x42\xff\x38\x73\x41\x17\x7f\x9a\x1e\xcd\x37\xe6\x05\x46\x3d\xe0\xe6\x70\x57\xfa\xd5\x73\x54\xd8\x4d\xce\x2b\x58\xee\x2c\x3d\x4b\x0e\x23\x81\x91\xae\xd9\x4b\xab\xa6\xbd\x53\xd8\x46\x3c\x23\x58\xf5\xf7\xa5\xab\xd2\xe0\xe2\xf7\x62\xbf\x14\xd7\xf4\xe3\xc2\xae\x24\x35\x71\x95\x60\x73\x42\x2b\x75\x37\x8f\x88\xbf\x70\xed\x01\xe7\x93\x54\xd9\x77\x0e\xdb\x53\x94\x7b\xe2\x39\x33\x9f\xff\xdb\x42\x42\x9f\xe5\xea\x6b\xba\xd3\xe6\xb0\xf4\x15\xbc\x09\x23\x9a\x6b\xed\x5a\x49\x57\x89\x4a\xe1\x36\xf1\xba\x82\xa9\x94\x21\xa1\x7f\x6e\x97\xf0\x22\xbf\x36\x2b\x16\x5f\xcd\x53\x4a\x5f\x77\xe5\x15\x87\x94\x5c\xe6\xed\xc4\x9a\x4e\x5c\xe3\x24\x63\xea\xc7\xe9\x9a\x73\xe8\x81\xc2\x6f\x1a\xc3\x54\x9c\x4b\x51\x88\xc0\xab\xe8\xbf\xab\x7e\x4b\x86\x1a\xa1\xfc\x6d\xe2\x79\xb5\xb2\xa4\x74\xe1\xc1\x4a\x1e\xff\x10\x9f\x53\x7a\x02\x5d\xcd\x9d\x28\x78\x1e\xa1\xca\x31\xcd\xb9\x78\x31\x9f\x25\x4a\x17\x3a\x9a\x32\x26\x92\xec\xf7\x62\x74\xd5\xb8\x2c\x8d\x7d\xd4\x6d\x82\x64\x05\x0a\xee\xcc\x0c\xa9\xfc\x25\x19\x6e\xbf\x99\x67\x21\xfa\xd7\x2c\x95\xd7\x08\xcd\xeb\xb7\xf1\x2e\xf2\x49\x55\xb1\xc8\x6e\x6e\x67\xa9\xf0\xf2\x41\xce\xca\x02\xfc\xc2\x3b\x56\x40\xf6\xda\xe3\x69\x8c\xc2\x54\x9d\xbd\xab\x69\x8f\x65\xd7\x35\x96\x12\x1f\x85\xdf\x14\x24\xf8\x3a\xe6\x7f\x95\xdb\x24\x43\xd7\xdd\x72\x23\x44\x5f\x3b\xee\x24\x7e\x15\x6e\x6b\x59\xc3\xcd\xe3\x7b\xd6\x2f\x82\x59\x5c\x79\x65\x65\x78\x36\x7b\xba\x44\xeb\x42\x00\x6b\x47\x9e\xc1\x71\x03\x46\x50\x7a\xf2\x9e\x61\x5a\x62\x22\x53\x03\x10\xd9\xa2\xdf\x0a\xb7\xb1\x5e\xd6\xb6\xb2\xae\xcc\x82\x68\x69\xf6\xda\x74\xbd\xe8\x2f\xb2\xb4\x94\xc1\x98\xa3\x6c\x97\xa4\xc0\x98\x06\x8a\x6e\xc2\xaf\xd8\xe3\x61\x76\xf1\x14\xd2\x22\x8f\x59\xc9\x63\xd2\x4b\x7b\x8a\x68\x05\xf9\xa5\x69\x1d\x5f\x1d\x02\x1b\x17\x73\x00\x7c\x66\x6e\x03\xe3\x3b\xa2\x57\xb6\x25\xd3\x9e\x14\x9c\x45\x4a\xbb\x47\x12\xc8\x14\x52\x30\x52\x21\xeb\x46\x92\x36\xe9\x39\xb9\x32\xa1\x8d\x7c\x24\xf4\x6e\xfc\x11\x72\xaf\x07\x55\x52\x45\x09\xb4\xdf\x2c\xfc\x04\x6d\x32\x0d\xe1\x2f\x84\x5e\x6d\x18\x65\x7f\x80\xdf\xcc\xcd\x62\x7c\x44\xfc\x4a\xe1\x8c\x57\xd0\x85\xcc\xd1\x34\x3a\xe4\x10\x1f\x94\xb2\x0b\x32\x64\x1d\x90\x3f\x86\xcc\xc9\x7b\x12\x60\xc8\x2b\xd4\x27\x7e\x29\x54\xe0\xb1\x41\x42\x86\x95\xff\x1f\x0a\xea\x82\xaf\x89\x87\x01\x00\xf0\x89\x2d\x61\xa2\x22\xa0\x80\x85\x94\x85\x82\x05\xa2\x28\x4a\x18\x28\x0a\x22\x92\x02\x8a\xa2\xd4\xe2\xfa\x76\xeb\x6e\x16\x8c\xd1\x39\xba\x1b\x04\x0c\xec\x6e\xfd\xdb\xdd\xdd\xef\xef\xfd\x10\xcf\xb3\xf9\xb8\x74\x00\x45\x97\xcd\x11\xdd\x47\xff\xda\x9b\xf8\x17\x31\x93\x99\x91\x73\x03\x1b\x34\xb5\xe5\x6f\x27\xa3\xf2\xfd\x72\xff\x30\x9e\xaa\x46\xe5\xb4\x33\xf6\x73\xbe\xe9\x62\x19\xa3\x41\x0b\x0d\x40\xf4\xa7\xec\x51\x89\x88\xfc\xc8\x95\xf2\x7f\x84\x6a\xf3\x28\xe9\x36\x82\xe6\xa9\x13\xa5\x11\xf1\xf6\x14\xfe\x41\x22\xd5\xec\x14\x87\x8a\x9f\xae\xd0\xe6\x0f\xe7\x95\x18\x23\x73\xd5\xdc\xfb\x8a\xed\x39\xbe\xdc\x11\xec\x4c\xed\x03\x8e\x37\xad\x33\x1b\x66\xa3\x07\x3d\x55\x96\xac\x67\x7b\xd6\xc9\x99\xac\x3d\x9b\xfc\x24\x43\xcc\x5a\x4f\x07\xe1\x4b\xe6\x70\xfb\x6d\xbc\xc7\xe4\xbe\xe1\xd6\xec\x77\xc4\xf7\xb2\x8a\x3c\xad\xb4\xc6\xa0\xc8\x75\x96\xa4\xc8\xea\xf4\xa7\xc5\xd3\x98\x7f\xb5\x89\xc2\x0b\xd4\x74\xf5\x6f\x81\xf2\xc0\x24\xa5\x88\x4f\x8f\x08\x91\x8f\xe2\x45\x05\xd0\x25\x7e\x5c\xeb\xa5\x65\xc2\x3d\xec\x7e\xfb\x95\xbc\xad\xac\x7d\xc3\x33\xd9\xbb\x48\xe7\x92\xf1\x79\x6e\xfa\x32\xfd\x6c\x43\x95\xf6\xaa\xe4\x90\xde\x3f\xfb\x01\xe3\x85\xe6\xbc\xea\x5c\x96\x4c\xbd\x5b\xd1\x91\x94\xa4\x78\x20\xeb\xd8\xfd\x58\xb6\x4b\x52\xb1\xf1\x80\x58\x22\x8a\x5c\xf2\x42\x50\xcc\x7f\x6d\xf7\x89\xab\xe6\xee\x18\x3e\xc8\xd2\x32\x2f\x17\x4a\x8d\xcf\xca\xa6\x68\x6e\x19\x62\x8b\xb7\x8b\xc2\x74\xef\x0a\x60\xfc\x83\xe6\x90\x91\x97\xd1\xa7\x7a\x96\xc3\xdc\xdf\xab\x48\xd1\x32\x77\x65\x4a\xef\xa8\xf7\x6d\x08\x10\x4f\x92\x3f\x5f\x32\x51\x30\x57\xe2\x6d\x27\xe1\x4e\x12\x04\x0c\xff\xc8\x1a\xc7\xde\x92\x2f\x33\xbe\x6f\x5c\xae\x7e\x68\xd8\x5e\x7b\x42\x10\xab\x3b\x51\xe5\x81\x4d\xd2\x78\x97\x47\xa5\xfd\x52\x15\x17\x27\x27\xcc\x54\xd8\xe6\xc7\x84\x01\x52\xc2\x30\xc3\xdf\x5a\xd4\xa0\x39\xb4\x78\x31\xbf\x5f\x71\xd8\xce\x9e\x53\x2d\x1e\x3f\x62\x02\x33\x8f\xa3\xc8\xbb\x68\xbc\xdd\x3e\x46\x3d\xd5\xe0\xdf\xec\xc3\x67\xeb\xda\xea\x7d\xd1\xb5\x1a\xc7\xea\x71\x69\xcb\x54\xec\xf2\xa2\xf8\x64\xf9\x97\x62\xbb\x9d\xb1\xd2\xd0\xbc\xcd\xeb\xe5\x22\x42\x3f\x6c\xd1\x15\xbe\x44\x15\x61\xfb\x8d\x43\x91\x04\x8c\x58\xc8\x4c\xe0\x5a\xe6\x2d\x37\xf6\xf6\xd8\xaa\x0e\x1a\x3c\x3a\x46\xf0\x2e\xe8\x0a\x9a\x1b\x11\x99\x66\x58\xfd\xfc\xa3\x52\x55\x64\x55\x54\xdc\x25\x79\x4f\x59\xec\x8e\x07\xd2\xc9\x85\x16\xeb\x17\x8b\x56\x1b\xbc\x16\x69\xf8\x1b\xd4\xef\x6d\x3f\x70\x9c\xa5\x4b\x46\xa4\x33\x27\x72\x83\x75\xe3\x6b\x52\xa9\x57\x25\x61\xa6\x0d\xb4\x05\xe4\xaf\x72\x07\x1a\x42\x7d\x57\x7c\x93\xf6\x25\xc5\xbe\x80\x4e\x57\x46\x15\x1b\x87\x81\xa1\x5b\x9e\xe9\xc3\xa1\x15\x3e\x49\xd9\x7b\xe1\x2d\xae\x6f\x14\xf6\x08\x3a\x6d\x84\xb8\x01\xbd\x0a\x00\xfc\x28\x0c\xd5\x1a\x6b\xa6\x83\x11\xe2\xd7\x95\xdf\x40\x1a\xa9\x2d\xbb\x06\xe6\x53\xb5\xc5\x2a\xf0\xe5\xc1\x73\x05\xab\xa1\xf0\xa8\xd8\xdc\xd3\xd0\xa3\x2d\x45\xfa\x05\xb0\xd4\xc7\x3d\xdb\x1b\x89\x75\xed\x55\x8c\x40\x03\xa6\xbe\x12\xe7\x63\xc1\x00\xc0\x0f\xc5\x0a\xb4\xce\xd5\xc7\xe1\x5f\x62\xa4\xb2\x04\x7e\x41\x2e\x2e\xe3\xc2\x2f\xa9\xbe\xc5\xc1\xc8\x98\x83\xcc\xfc\x1f\xc8\x86\xa8\x69\xb9\x42\xc4\xb0\x25\x45\xf7\x16\xb5\x5e\xf3\x35\x7b\x14\x6a\x74\x55\xcb\x6f\x61\xab\xa6\x5e\x13\x13\xd8\x67\x00\xe0\x2f\xc1\x3e\x67\xff\xa8\xf6\x67\x48\x45\xa9\x95\x0e\x0c\x0f\xc6\x96\x32\x80\x18\xa0\x24\x17\x0d\x12\xf0\x81\x9e\xfc\x0c\x22\x74\x6f\x4a\xee\x48\x62\x73\xc8\x6d\x5d\x32\xb1\x7b\x0d\xa1\x16\x10\x51\xae\xeb\xe5\x89\xc4\x81\xa9\x9d\x62\x6b\x42\x08\x00\xbc\x41\xfc\x81\x7a\x47\xd5\x4b\x6e\xa4\x70\x4c\x45\x13\xa7\x94\x18\x59\x2a\x66\x3f\xc9\x0a\x28\x0a\x62\xaf\x4a\x3e\x99\xf7\x99\x55\x16\xa9\x30\xb0\x58\x4b\x43\xe6\x69\x5f\x32\xcf\xae\x01\x54\xff\x98\xdb\x5d\x7e\xc9\x2e\x93\x17\xa6\x1e\x13\x31\xc8\xed\x00\xc0\x5b\x4c\x7c\x57\x5e\xa8\x42\xc5\x1a\x7e\x4e\x45\xa0\x48\x89\x9d\x28\x9d\x29\x4c\xc8\x74\x2d\xbc\x2c\x08\x49\xba\x94\x97\xc9\x0f\xd8\xd3\x6e\x18\xce\x8b\x0c\x4e\xd7\x26\x73\x29\xab\x31\xd5\x51\xce\x01\x97\x56\xd9\x4a\x76\xc8\xd4\x5b\xc2\xfb\xac\x19\x80\x27\x57\x40\x8e\x53\x8c\x30\xfd\xd2\x34\x71\xdf\x96\xf7\xa9\x7f\xa0\x33\x4a\x24\xaa\xa5\xe9\xb9\x85\x4b\x15\x7b\x13\x0f\x1a\x8f\xcb\x84\x11\x48\x4e\x88\xe4\x4a\x50\x8a\xc6\x24\x9e\xb4\xaa\x45\x59\x2d\x9c\xee\xe2\x27\xa5\xf3\x81\xa9\x27\x84\xb6\x9c\x76\xa0\x8b\xd3\xc2\x14\xc9\x3c\x4c\x5d\x85\x75\x9c\xf9\xe5\x49\xf9\x33\x60\xb2\xc4\x3d\xb7\x22\xcd\xb6\x60\x40\xff\x6f\xff\x70\xe3\x26\x6d\x70\xf8\x0a\xfd\x90\xba\x26\x70\xa7\x66\xae\xe2\xcb\xca\x9b\xca\xb9\xd2\x8f\x0b\xaa\x24\x2f\x45\x5d\x53\xf3\x05\x2c\xbe\xff\x30\x1b\xce\x74\xd6\x6d\x09\x61\x92\x57\xf3\x59\x92\xf2\xd5\x95\xfb\xc1\xff\x8a\x5f\x95\x2d\x38\x22\x2e\xc8\x28\x6a\x8d\x97\xe6\xbe\xcc\xf7\xd8\xf5\x54\x1f\x63\x30\x6c\x76\xcb\xae\xd7\xde\x5a\xf1\x56\x51\xad\x3a\xb6\xc0\x52\x92\x29\x4b\x98\xba\x4f\x30\x49\x58\x34\x2c\x82\x9d\xc7\xfe\x26\x3e\x6f\x22\x1a\x9a\x99\x77\xca\x9d\x6b\xd7\x82\xb3\x8b\xcf\x9b\xf2\x53\x6f\x17\x6c\x2b\xbb\x16\xf7\x22\xb7\xa3\xe8\xc5\xae\x6d\x7a\xb7\xbc\x87\x9b\xca\xb2\x29\x39\xc6\x15\x5c\x45\x86\x06\x70\x3e\x27\x59\xa6\x98\x38\x35\x84\x7f\x59\x64\x1a\x46\xb0\xa3\x39\xfb\xc4\xcb\x4d\x29\xad\x8b\x99\x6b\xcb\x2d\x1a\x33\xe9\x64\x71\x45\x2d\x27\x35\xa0\xc0\xd1\x94\x16\x17\x9f\xcb\x2c\x73\x0d\xbb\xae\x7b\x55\xd8\xb9\x29\x20\x7b\xa1\x71\xe4\x8a\x35\x8a\x79\xda\x17\xce\x45\xe2\xa7\xca\xd4\xa9\xbb\xf8\x84\x38\x6b\x58\x1f\x7b\x1c\x47\xc4\x52\x74\x4a\xe8\x00\xf4\xbe\x15\xa5\xfb\xa4\x69\x1a\x33\xe8\xd4\x44\x5d\xed\x36\xfa\x83\xc8\xe1\x26\x33\x90\xbe\x65\xa8\x54\x08\xad\xf2\x13\x16\x9c\x83\x9d\x97\x0c\x1a\x2a\x90\xf5\x4e\x22\x8d\x17\x0a\x4e\x10\xc9\x93\xb0\x7c\x00\x10\xca\x71\x73\x56\x42\xa7\x1b\x14\x0c\x75\xb4\xce\x81\xa2\xd2\xf6\x35\xce\x85\x0e\x27\x26\xd5\x8e\x81\x4a\xf7\xdc\xa8\xec\x81\x2d\xb7\x14\x96\x6e\x85\x0d\x7e\x07\x0a\xb2\x91\x1d\x4b\x2a\x0d\x28\xea\xe1\x94\xa9\x99\x8a\xd9\x4f\x10\xca\xb7\x60\xbf\x01\x40\x88\xe2\xf6\x2c\x8f\x8e\x01\xa4\x05\xc2\x5a\x4e\x21\xb9\x69\x33\x1b\x2e\x23\xac\x44\x8f\x9a\x76\x44\xbe\xa7\xbc\x92\x82\x0c\x6d\xa1\x96\x8e\x41\x17\xf8\xf9\x17\xec\x40\x4d\x4b\xc4\x86\x0d\xd8\x06\xa7\x98\xec\xc7\xd8\xfb\x09\x7c\xf9\x6c\x9c\x0b\x00\xc2\xdd\x78\x0c\x73\x56\xc7\x72\x46\x0b\x58\xd6\xe2\xcd\x08\x3e\x4a\x6d\xf0\x25\xee\xee\xd7\xd7\xcc\x21\xb4\x7b\xe6\x57\x3c\x20\xe8\x5b\x46\x97\x1c\x21\xe0\xb5\xaf\xf2\xdb\x09\xfd\x92\xdd\x39\x5d\x44\x87\x93\x4f\xf6\x3e\xe2\xe1\x04\x83\xac\x90\x78\x0b\x00\x82\x9b\x84\x17\xe9\xd8\xde\xc1\xb5\xa1\x9f\x68\x6e\xe6\x44\x1c\x29\xad\x6f\x66\x2b\x13\x5e\x57\x6b\x58\xdf\x22\xb4\x15\x3b\x58\x94\x10\x71\xf1\x3d\xd6\xc4\xb5\xbc\x7c\x67\x66\xcf\x92\x29\x39\xf6\xcc\xfd\x4e\xb3\xd5\x1d\xcc\xb1\x13\xba\x65\x00\x49\x02\x80\x60\x11\xc3\x9b\x11\xdd\xbe\x46\x74\x8f\xf6\xb5\x79\xa9\xb0\x33\xf5\x76\xbd\xbb\x20\x3b\xc1\xb7\xda\x9c\xaf\x8a\xb0\x28\xef\xe7\x55\x86\x4c\x2e\x0e\xe4\x5e\x5e\xbb\x20\x4f\xca\x1d\xb3\xf8\xb2\x9e\xca\x99\xef\x64\xa5\xb6\x60\xfb\x4c\x78\x26\xdd\xce\xb2\x01\x00\x3e\x95\xf4\x20\x9c\xda\x0a\xd4\x3d\xd4\x33\x4d\x7c\xd5\x8c\xc3\x6d\x75\x54\xc5\x91\xf8\x05\x55\xfe\xb2\xde\x70\xcb\xb2\xb7\x52\xa7\xe0\x15\x45\xa9\x62\x99\x2f\x66\xac\x11\x01\x8b\xe3\x75\x4a\xc1\x26\xc7\xd7\xaa\x05\x3c\x68\xa2\x83\xe4\x30\x27\x19\x00\x78\x1c\xa6\x0c\xfb\xdb\x66\x97\xb7\x9f\x92\xdf\x34\x3c\x77\xea\x21\x4d\xed\x4b\x7d\x6f\xdc\x44\x53\xa5\x76\xc7\x6e\xb3\xb2\x4d\xea\x97\x41\xdb\x0a\xfb\x95\x02\x9f\x5e\xe3\x30\xb9\xed\xa2\xdb\xda\x27\x92\x0c\xc7\x32\x25\x24\x2c\x99\xb8\x54\xdc\xcd\xe3\x01\x00\xf7\x22\xab\x11\x3d\xde\xda\x54\x7e\x3e\x0b\x6e\xcc\x2f\x79\x9f\x02\xd5\x32\x0a\xbf\xc6\xfc\x36\x2d\xcf\xbb\x1c\xf6\xa7\x74\xc0\x50\x14\x78\xb0\xd0\x4b\x97\xee\x33\x32\x37\x2d\x7b\xe6\xa2\x1d\xda\x1d\x0a\xd2\x31\x59\xf1\x42\xd2\x38\xd1\x4b\xbc\x4c\x40\x05\x00\x6e\x20\x5b\x85\x2e\x69\x25\xaa\xd7\x67\x7e\x68\x3c\x52\x69\x73\xf0\x5b\x6d\x68\xe9\x50\x0c\x5e\xf9\xaf\x68\x47\x18\xb7\x94\x95\x77\x2a\x70\x64\xc1\x57\x83\xe7\x9a\xc6\x5c\x57\x6d\xfa\x22\x5b\xad\xb9\x2a\xc6\x71\xbb\x22\x4f\x36\x65\xa2\x9f\xe8\x9d\x30\x10\x00\xb8\x23\xd9\xff\x21\xa6\xd6\x8d\xf5\xe3\x33\x69\x8d\xde\xd5\x45\x07\xb9\xb5\x36\x95\x93\x63\xa6\x57\x76\x96\x86\x87\xcd\x2f\xf5\x2e\x44\x37\x37\x17\x14\x1a\x65\x6b\x20\xc3\x15\xfd\x91\x85\xbf\x34\xf5\xea\x8f\x8e\x61\x8a\x8d\xf2\xc5\x13\xe3\x45\x6a\xe1\x53\x00\xe0\x98\xd8\x5f\xe0\x37\xc7\xd6\xd1\xdf\x66\x84\x75\xfd\x03\x6d\x0e\x6c\x6b\x33\x81\x2b\xf7\x35\x35\xb9\x83\xf2\x1d\xa5\xb5\x54\xc8\x36\xe0\x6d\xa5\x04\xba\xbc\x2a\xa1\x64\x27\xdc\xe1\x7e\x20\xcf\x88\x9c\x9d\xb9\x4e\x57\x88\xfe\xb5\xec\x54\xce\xc3\x87\x01\x80\x48\x84\xef\x80\x3b\xfb\x9e\xc1\xb3\x33\x3c\xbb\x4a\x60\xc7\x03\x0b\xda\x22\x60\xbb\x7d\xb2\xc6\x07\xf0\xfa\x1d\x9c\xda\x45\xb0\x2e\xe0\x72\x65\x30\xe2\xb8\x2a\xb0\x64\x2a\x72\xd9\x3d\x2a\x2f\x15\x2d\x9b\xb9\x42\x07\x63\x2a\xcb\xe3\xca\xd1\xf8\x36\x00\x10\x51\xf0\xbd\x30\xd4\x27\x44\xe9\x19\xe6\x5d\xc1\x68\x48\xf2\xdf\x36\x33\xd4\x71\x5f\x62\xa3\x08\x9d\xbe\x23\xbe\xe6\x3f\x74\x5d\x40\x53\xc5\x3f\x54\xb7\xca\xa3\xf8\x34\x36\xdd\x7d\x5b\xde\x62\xac\x66\xe6\x22\xdd\x7a\x7c\x8f\xe5\x59\xc5\x55\xfc\x22\x00\x88\x02\x71\x1d\x64\xec\xfd\x43\x2e\x49\x0f\xef\x6c\x62\xb4\x24\xa7\xb6\xee\x67\xac\x8e\xfa\xd4\xf0\x9a\x78\xb3\x63\x58\x8d\x2f\x71\x3c\x20\xae\x22\x92\x18\x5c\xf9\xba\x78\x0e\xf1\xd0\x7d\xb9\xd1\xc0\x18\x3e\x73\x9e\xb6\x86\xb1\xd0\xf2\xad\x62\x33\x63\x36\x00\x08\xbb\x89\x83\xe0\xcf\xde\x0c\xee\xce\xb4\x8e\xce\x39\x1c\x71\xd2\xf5\x96\xd3\xec\x13\x51\x60\x43\x28\xdb\x31\xb4\xb8\xba\x98\x95\x1b\x30\xb5\xbc\x8b\xb5\x6c\x65\x63\x11\x8b\xf9\xc8\x7d\x42\xee\x47\xa6\x78\xe6\x34\x2d\xc0\xf4\xb2\x9a\x26\xd7\x93\x45\x00\x20\x34\x67\xc4\x82\x21\x3d\xcf\x45\x97\xd2\x6c\x3b\x64\xc2\xba\xa4\x0d\x2d\x0b\x05\xb2\xa8\xe1\xf5\x8d\x7c\x41\x68\x48\xf5\x38\x5e\xc1\xc6\xd3\xe5\x33\xb8\x43\x2b\xc1\xc2\xff\x38\xff\xdc\x9e\xe7\xae\xe3\xb8\xce\xb4\xd2\x6c\x62\x87\x58\x6d\x90\x3d\x62\x39\x01\x80\x20\x90\x0c\xa6\xc7\xf7\xb8\xaa\x7d\x8f\x2e\x6b\x3f\xad\xd4\x27\x26\x35\xef\x95\x7f\xde\xeb\x5e\x77\x59\x16\xbc\x1d\xaf\xb2\x91\xb4\x6e\x74\x2c\x9b\x23\x5e\xb8\x72\x58\xc1\x13\x61\xa5\x5b\xa9\x21\x40\x30\x76\xa6\x7d\x76\x08\x2f\xcc\x4a\x2f\x7d\xcb\xd9\x02\x00\xfc\x40\x66\x2e\xed\x60\xb7\xd8\xb8\xe3\x48\x60\xbb\xb3\x61\xcc\x7e\x4e\x53\xbd\xae\x25\x32\xb8\xce\x4e\x13\xb1\xcd\x64\xda\xad\x1e\xbb\x21\xb9\x34\x5a\xd1\xb9\x22\xad\xc0\x5e\x96\xe8\xb6\x31\x87\x14\xff\x67\xff\x49\x2d\x11\x7a\x5b\x1d\x93\x2e\xe6\xad\x02\x00\x9e\x80\x55\x4e\xe5\x77\x8f\x28\x9b\x98\x7a\xa8\xad\xa8\x78\x79\x42\x5d\x93\x47\x41\xd0\x1e\xb0\x56\x60\xf4\xd9\x7a\xa7\xb2\x2d\xc7\xc3\xbf\xbd\xa4\x5b\x3b\xcb\xfb\x75\x3e\xa8\xfa\xea\xfa\x59\x7f\x57\x2e\xb6\xff\xa8\x7a\x25\xfe\x61\xf5\x5e\xa2\xe3\x7f\x06\x00\xee\x6f\xf6\x21\xaa\x4d\xd7\x29\x93\xfb\xe1\x7f\x6d\xfb\xcb\xcd\x12\xb6\x35\xbe\x2b\x3e\xbd\xc7\xb6\x76\x43\x41\xea\x56\xb2\x32\xc5\x38\xca\xff\x68\xc9\x11\x7d\xae\x77\x7b\xfe\x02\xcd\x44\xd7\xcb\x7a\x9e\x72\xa5\xfd\x67\x55\x8e\x74\xd9\xf8\xb1\x92\xad\x82\x2a\x00\xe0\x36\xb1\x4b\x29\x75\x5d\xdc\x9a\xe2\xc3\xba\xb6\x59\xa6\x55\xf1\x3f\x1a\x4b\xcb\x06\x22\xce\xd5\x7c\x2d\x9e\xbf\xd5\xaf\x72\x72\x7e\x96\xff\xea\x92\x89\x86\x2e\xef\x9c\xbc\x53\xda\x1b\xae\x27\xf4\xf3\x55\x39\xf6\x7f\x55\x3e\xb2\x85\xe3\xbd\xc4\x1f\x85\x9e\x00\xc0\x0d\x67\xd7\x67\xd5\x1c\xff\x06\xcd\x3c\xe4\x7a\x4c\x0e\xcd\x8b\x8b\xe8\x9e\x02\x39\xee\xfe\xd7\x16\x0a\x45\x86\x6c\x6c\x0c\x81\x86\xfc\xfe\xd6\x8c\x83\x8f\x2e\x1f\x5e\x1e\x8f\x6c\x72\x3e\x53\xe8\x8e\x06\xcd\xa8\xce\xe9\xc0\x52\xcd\xd9\xaa\x62\x7c\x3d\x00\x88\xf7\xe0\x78\x96\xe2\xb8\x11\xf1\x3b\x34\xfb\xd8\x0a\xc4\x2e\xce\xbf\xab\x03\xfe\xbc\xfb\x65\xeb\x3f\xf8\x4f\xc8\x8a\x46\x00\x59\xe5\xf7\xa6\xba\x17\xa9\x59\xf6\xa5\xdc\x11\xdd\xee\x3c\x58\xf0\x07\x9b\x36\xa3\x28\x47\x8a\x7d\x37\x17\xaa\x88\xff\x4f\x2b\xf6\xc3\xc9\xac\xfd\xc7\x83\x31\xc6\xa1\x89\x7d\x77\xb1\xa5\x71\x2e\x5d\xd1\xe8\xab\xdd\x17\x5a\x8b\xd0\x63\x21\x4e\x0d\x65\xe8\x25\xbf\xdb\xd5\x29\xd8\xf4\x65\x8f\xca\xce\x62\x1c\xe7\xce\x82\x6e\x7c\xd2\x0c\x5d\xce\x0e\xbc\xce\x5c\xac\x0a\x26\x00\x00\x10\x8f\xc7\xdb\x33\x3b\x07\x5b\x98\x40\x0a\xd8\xe7\x4b\x26\xc6\x56\x74\x36\x31\xae\xec\x4e\x6b\xf9\xce\x38\x12\x7c\xa3\xfe\x27\x63\xb9\x5f\x6e\x55\x3b\x63\xee\xb2\xc6\xb2\xe9\x8c\xe5\xce\x35\x05\x8e\x8c\xed\x33\xe4\xfa\x46\x46\x86\xb9\x49\xd9\xc8\xf0\x07\x00\x11\x48\x60\x99\x49\x83\x76\xdc\x37\x29\x76\xbd\x39\xdc\xf1\xb1\x9b\x3b\x47\x71\x56\xee\x76\x6d\x09\x66\xe3\xc1\x55\xf5\xa1\xac\xb7\x7e\x50\x95\x39\x8b\xb2\x2c\xb7\x34\x99\x65\xe3\x5c\x98\x7f\x80\xd9\x37\x43\xab\xfb\xcc\x4c\x32\xbf\xa7\xf8\x41\xb6\x02\x80\xb0\x9d\x91\x95\x31\x34\x80\x8a\xdd\x0f\x16\xf7\x7c\x16\xfe\x89\x79\xd3\x11\x26\xb8\xb2\xeb\x59\x73\x0e\xbf\x3b\x98\x59\x57\xc4\x3b\xed\x17\x61\x8a\xe0\x3e\x5e\xc6\x2b\xa9\xe3\x4e\x74\xd6\xe7\x95\x71\x7c\x66\x94\xeb\xdc\xd9\x09\x16\xb3\x14\x4b\x59\x6e\x00\x20\x78\x4f\x26\x65\x78\xf4\x6b\xd5\x4b\x0e\x8e\xea\x19\xab\xc4\x62\xb6\xb5\xc7\xca\x2f\xec\xda\xd4\xa4\x93\xcd\x0a\x7a\x51\xab\x96\xf0\xd7\xde\xab\xdc\x28\xfa\xb3\xcc\xbb\x38\x47\x48\x73\x86\x8c\x2a\xfe\x83\x19\x43\x5a\x07\xde\x0a\x0b\x8a\x7c\x31\xc7\x13\x00\xf8\x4f\x99\x65\xe9\x7b\x8f\xdd\xcf\x3d\x76\x20\xa4\x7b\x63\x4e\x72\x74\x65\x9b\x5c\x37\x3e\x2c\xb7\xb1\x2f\xbb\x31\xc8\xa7\xa6\x49\x75\x70\xed\xf6\x8a\x78\xc5\x6c\xcf\x8b\x45\xad\xd2\x9b\xce\x01\xb9\xad\xe2\x94\x19\xe7\x34\x41\x82\xdb\x16\x2d\xb2\x04\xee\x17\x00\xe0\xcf\x60\x69\xd2\xae\x1c\x73\x2f\xb9\x97\xdc\xd7\x95\x53\xf8\x3d\xda\xae\xf5\x75\xbe\x79\x98\x45\xe3\x84\xdc\x91\x81\x55\xd5\xdf\xf5\xa3\x7c\xef\x97\x17\x6b\x2c\x3c\xd9\x85\xff\x54\xc3\x9c\x9d\x0c\x3f\x64\x3d\x33\x5e\x66\x6b\xc5\x3b\x2d\x7e\x4b\xfb\xf8\x18\x00\xf0\x98\xec\x35\x69\xac\xbe\xe7\x15\xa5\xc9\x87\xbb\x42\x4a\x8f\xee\xbb\xd1\xaa\x2f\x5a\xb9\x73\xa8\xa1\x3d\xef\x45\xe0\xa1\x6a\x8d\x41\xed\x5b\x5d\xbe\x59\x17\xe4\x79\xa0\xd0\xa8\x7e\xec\x6c\x67\xc8\x56\xac\xb6\x1d\x9d\xed\x27\x49\xb5\x74\x96\xa6\x0a\x9c\x00\x80\xb7\x92\x9d\x9a\xb6\xba\x2f\xa7\xea\x6c\xb2\x43\xe7\xf7\x8a\x5d\xfb\xf2\x5a\xd7\x95\x3c\xdd\xa9\x6a\x88\x28\xdc\x15\xb8\xaa\x7a\xa9\xb1\xc7\x57\x5a\xf6\x5f\x8e\x9b\x67\x74\xe1\x0a\x0d\xd5\x79\x81\x61\xbe\xf2\xb0\xad\xbb\xfa\xb6\x74\x83\x65\x9c\xd4\x52\xa0\x04\x00\xee\x2d\x76\xd6\xe7\x7f\xc8\x6a\xf0\xf7\xe3\x09\x48\x0c\x64\x7f\x79\x2c\x92\x09\xcd\xec\x33\x43\x0a\x21\x97\x6a\x1f\xe4\x32\x14\xa3\xdb\x82\x3a\xc2\x73\x59\x56\x68\x18\x5c\x73\xd8\x1a\x35\x20\xfe\xa1\x4d\xe8\x5b\xe4\xed\xd2\x0a\x6c\x13\x5a\x30\x7e\x32\x36\x88\xad\xf9\xf4\x19\x36\xa1\x05\x8f\x26\xc0\x57\xd1\x83\x97\xa6\xc0\xdf\xd0\x45\xbd\x8e\xc8\x52\xe4\x53\xd5\x61\xe4\x00\xf2\x5a\xab\x45\x06\xd0\x4d\xcc\x18\x74\x04\xca\x3d\x04\xa1\x51\xe8\xa5\xed\xdf\xd0\x4e\x6c\xce\x52\x47\xcc\x05\x83\xad\x3a\xb1\x76\xac\xe4\xe3\x41\x78\x26\x63\xe7\x83\x4e\x38\x9c\xb8\x70\xe1\x23\x0c\x12\x31\x3d\x73\xe0\x63\xf8\x55\x93\x18\x19\x83\xa3\x9a\x8f\xc8\x0e\x3c\x93\x2c\x47\x2a\x71\x46\xca\x5d\x74\x0a\x8e\x6f\x8f\x41\x19\x38\xbc\xc4\x84\xfe\xc5\x33\xad\xd2\xb1\x5c\xdc\xfd\xcd\x1b\xc8\x91\x87\xdc\x3d\x09\xed\xe7\xf2\xce\x92\x90\x9e\x23\xee\xdc\x00\xbd\x67\xe7\x57\xb8\xc0\xfe\xac\x73\xea\x2f\xb0\x9c\xb5\x8c\x31\x1e\x7e\xc3\x2c\x3b\x58\x8a\x1c\x66\x8e\xdd\x16\x89\x7c\x21\xc3\x17\x3f\x40\x39\x0c\xa9\x95\x0d\xe6\x4b\x24\xbf\x9c\x0d\x3a\xc9\xf6\xdf\x62\x81\x59\x92\x77\x43\x19\xe0\x49\x71\x7a\x9b\x18\x9a\x24\x1a\x56\x3a\x08\xed\x17\x14\x29\xdf\x40\x7d\xfc\x14\x3c\x0a\xf6\xe0\x2d\x39\x10\x0e\x77\x71\x9e\x6c\x8d\x40\x22\xd9\xf4\xc5\xeb\x90\x3f\xcc\x3b\x96\x1f\xd1\x41\x46\xdf\x53\x21\x3d\x49\xe7\x79\x7d\x25\xbd\x51\xb3\xe8\x84\x11\x34\x57\x8f\x6e\x31\x03\x03\x94\x23\x8b\x99\xa0\x5a\x3e\x56\xfe\x13\xfc\x27\xb5\x47\x3b\x21\x9a\x78\x6e\xf2\x54\xd8\x5a\x68\xbd\xe5\x00\xdc\xc7\xbb\xb5\xa8\x11\x39\xca\xd9\x68\xf9\x14\x0d\x60\x3a\x3c\x3c\x40\xf3\x29\x3b\x75\x19\xa2\xa9\x8b\x3b\x06\x46\xd0\x5e\x15\xd4\x35\x0c\xd0\x7d\x8d\x25\x05\xb9\x74\x63\x8e\x5c\x9a\x06\x4e\xd6\xd2\x61\x05\x68\x50\xaf\x49\xdc\x0e\xf9\xcb\x2f\x84\xcc\x80\xfe\x4a\x66\x2e\xfc\x0b\xf7\x0a\xc6\x58\x3e\x43\x2a\xd8\x1e\xf7\xae\x52\x33\x5b\x1f\x5f\xb0\xa6\x5e\x6c\xac\xe9\x03\x68\x76\xb5\xb9\xb5\xdf\x69\xa4\x29\x2d\xcf\x92\xf6\xbe\x6c\x81\xd8\x91\x7e\xb8\xb0\x0f\x94\x80\xc3\x8c\x33\x12\x0a\xc0\x3a\xdd\xbc\xa0\x8b\x50\x96\xf2\xfc\xc2\xf5\xf0\x06\xc9\x48\xcb\x1b\xc8\x3a\xae\xdf\x9d\x29\xd4\x7d\x27\xfb\xce\x2a\xa9\x92\xfe\xa6\x6e\x8c\x7a\xaa\x5b\x55\xad\xa3\x79\xb4\x45\x1a\xae\xd0\xb4\x0d\x4f\x85\xd6\xf4\xa9\xd5\xab\x69\x5d\xf4\xca\x32\xcf\x78\x47\x30\x20\x5f\x1e\x78\x03\xfc\xa3\xe3\x79\xd4\x43\x0f\xe5\x4f\x2c\xaf\xc2\xdf\xf9\x13\x6f\xcf\xa2\xce\xb9\xe0\x71\x26\x9f\x1a\x3f\xd4\xd3\x25\xa6\xe6\x0d\xba\x55\x55\xd0\xc6\xf4\xd0\x73\x3e\xd2\xd2\xda\x68\x02\x7f\xda\x8b\x86\xa5\xb4\x11\x74\xc4\x04\xc7\x71\x40\xcb\xe2\xe1\x81\x1c\xb0\xc5\xe0\xe0\x21\x80\x4a\x94\x7c\xcb\x4f\x70\x3f\xbf\xf2\x56\x3a\xe5\xe5\xb5\x82\xd3\x3f\xa8\xeb\x2e\x7c\xed\xbc\x45\xcd\x1c\xfa\x62\xfa\x4d\xbd\x32\x70\x3d\x27\x88\xb6\xa2\x3b\x92\x5f\x45\xab\x6c\xe1\x50\x49\xfa\xaa\xda\x85\x71\xf6\xf4\x9e\xd2\x17\x81\x71\x60\x84\xd1\xd3\x43\x09\x85\xa8\x1a\xad\xfc\xe1\x34\xfe\x8d\x77\xd6\xd8\x59\x30\xf4\x5e\x2b\x56\x0b\x52\xce\x2d\xc6\x44\xa0\xaa\xb3\x14\x13\x82\xa6\x8a\xdd\x18\x0b\xfc\xa6\xfe\x80\x89\xa1\x66\xc6\x34\x4c\x00\xef\x38\xa8\xc2\xd4\xc8\xf0\x6d\x04\x56\x8c\x0c\x2e\x59\x84\x1d\x43\x0d\x56\xa9\xd8\x4f\x6c\xd3\xdb\x89\xd8\x0a\xe4\xf9\xdd\x41\xcc\x15\x19\x38\x1b\x8c\x4d\x41\xf4\x1d\x67\x31\x5b\x24\xa5\x1c\xc3\x6c\x90\x34\xf5\x72\xcc\x03\x39\x43\xec\xc2\xdc\x51\xe7\x83\x16\xd8\x2e\x94\xb7\x6d\x38\x96\x8a\x7e\x5c\xac\xc3\xf2\xb0\x23\x56\x00\x76\x07\x6b\x7a\xcd\x42\xeb\x08\xca\x9d\x54\xd4\x44\x4c\x3a\x33\x0b\xcd\xc5\x2b\xda\xcf\xa1\x15\xb8\x5f\x59\x01\xda\x8a\x03\x2a\x04\x1d\xc2\x47\xe2\x25\xe8\x1d\xdc\xe1\xc0\x11\x6c\x3c\xbe\x64\xeb\x21\x6c\x05\x1e\xb0\xd8\x05\xa3\xe0\xf1\x96\xbd\xd8\x20\xbe\xf2\xf9\x3a\xa4\x87\x2b\xba\xd1\x84\x1c\xe3\xb4\x9e\xbc\x8b\xf4\xb3\x4f\xb7\x9a\x21\xb7\x58\x5f\x4b\xb6\x22\xdf\x58\x2b\x14\x24\x3a\x81\xd9\x88\x59\xa2\xcb\x99\x2b\x92\x17\xa1\xe9\x64\xdd\x96\xbd\x68\x27\x39\x6b\x11\x8c\x8d\x61\xd0\x2c\xe9\x58\x16\x91\xf1\xb8\x02\xbe\x27\x0d\xb9\x2a\x85\x9f\x8b\x7f\x0e\x7e\x84\x7f\x88\xb4\x4d\x74\x64\x9c\xd0\xbf\xc8\x16\x99\xc3\xff\x2b\x33\x21\x01\xbc\x3b\x08\x1f\xa1\x73\x3b\x12\x7f\x22\x27\x39\xac\x90\x74\x74\x0e\x7b\xd5\xc2\x1f\x28\xca\xec\xb6\x04\xd1\x3f\x8c\xa1\x07\x6b\x61\x7b\xed\x88\x4b\xa9\xb0\x6b\xb6\x43\xff\x5a\x78\xbd\x6a\x4a\xc3\x08\x38\x44\xb1\x20\xff\x19\x1c\x27\xf3\x97\x9c\x80\xa5\x92\x2c\xe8\x0b\x7c\x4e\xa4\xdd\xdf\x8b\xcc\x13\x18\x83\x65\x88\x80\x47\x2e\x44\x90\xcf\x1c\x3b\x4b\x16\x8a\x32\x9d\xee\xda\x40\xd6\xa5\x81\xe7\xea\x21\xe7\xa2\xf8\x9e\x6a\x68\x55\x3e\xbd\xe6\x2a\xb4\x2d\x57\x66\x9c\x0c\xa5\xe9\xf5\xa2\x40\xa8\x42\x53\x44\xbf\x06\x7d\x51\x09\x12\xc6\xc1\xe1\xf2\xf5\x41\x91\xf0\x09\x71\x87\xc7\x53\x64\x0d\xff\xaa\x65\x25\x72\x8b\xed\x71\x53\x0d\xee\x6b\x19\x79\x3a\x01\x4c\x6b\x18\xd5\x59\x09\xe2\x35\x36\x55\xe3\xc1\xdc\x4a\xeb\x1c\x01\x38\x58\xf2\x45\x30\x0c\x1a\x5d\xd0\x44\xbd\x01\x45\xe5\xae\x88\x8b\x87\x06\xb5\x99\x81\x36\xf0\x1a\xe5\x56\x8f\xd5\x70\xaf\xb8\xc3\xb2\x0e\x39\xc4\x5d\x7a\xed\x23\xb8\xe4\x78\xf6\xc9\x57\xa0\x4b\xdf\x89\xf6\x8d\xa0\x73\xe7\xed\x8a\x63\xe0\x86\x96\x13\xba\x68\xf0\x50\x3d\xca\x1b\x01\x9a\x4c\xff\x28\x93\xa0\x11\xa5\x73\x63\xde\x40\x91\x79\xed\x9b\xe7\x40\x43\xda\xa7\xee\xb5\xf0\x5e\x39\x61\x59\x8b\xcc\xe2\x7d\xbc\x36\x1a\x1c\x75\xf6\xf3\x89\x7f\xe0\xc8\x93\x5d\x6d\x11\xe0\xf0\xfe\xe8\xf2\x1b\xa0\x7d\xd7\x59\x2d\x09\xae\x6b\xf9\xce\x5d\x01\x22\x75\xff\x65\xed\x03\x2f\x57\x46\xc4\xec\x86\x9c\x8a\xec\x37\x5d\x80\xd8\x39\xa9\xee\x1c\xd8\x49\x69\x6f\x79\x0a\x7e\xc5\xe7\x5c\x8d\xa5\xdf\xbc\x12\x75\x62\x17\xfd\xe6\xb9\x6b\xad\x26\xfa\xcd\x53\xd3\xcb\x3d\xe8\xaf\xfa\x6d\x34\x0f\xc0\x71\x9d\x27\x38\x85\xa0\x6f\xf3\xec\xcc\xfb\xa0\xb8\xfa\x77\xf4\x07\xf0\x62\xc9\xd7\x4d\xa5\x90\x4b\x2e\xcd\x5d\x08\x9d\x51\xad\xb7\x9a\x06\x67\xf3\x1b\x9f\xe7\x33\xb2\xe8\x45\x37\xc7\x33\xa6\xd3\x9f\x9c\x7c\x4f\x9c\x03\x47\xb7\xfc\x21\x14\xa0\x73\x89\x2b\x11\x0d\xd2\x15\x61\xc4\x02\xc8\x09\xbd\x8c\x7f\x87\xde\x24\x5d\xc5\x4f\xc1\x2d\x5b\xbc\x70\x0d\x22\x5d\xc4\xc7\x29\x28\xc7\x52\x85\x1f\xc1\x82\x9e\xdd\x26\x5e\x20\x76\x37\xdc\x88\x7c\xc4\xea\xe4\x4a\x62\x17\xfc\xad\x65\x19\x31\x17\xbe\x5f\x1c\x8d\x7f\x87\xdf\xca\x35\xf8\x79\x24\x10\x9d\x89\x17\x20\xbd\x49\x21\xb8\x00\xf5\x0e\x69\xc5\x93\xd1\xb6\x85\x5f\xf1\x70\x2c\xcc\xd2\x15\x0f\xc3\xea\x9f\x42\x44\x34\x5e\x77\x7d\x38\xe1\x84\x87\x9d\x70\xc4\xef\xe3\x16\xcd\x9b\xf0\x3e\x2c\xaf\x48\x8c\xab\x31\x48\x76\x0b\xcf\xc2\x38\x48\x06\xbe\x03\x6b\x4d\x3c\x89\x6f\xc4\x6e\x85\x2c\xc4\x97\xe1\x63\x16\xf2\x70\x37\x7c\xb3\xc5\x67\x7c\x15\xbe\xfc\x61\x1c\x8e\x73\x0a\x2e\x27\xe3\x1b\xd8\xaf\xfa\x7f\xe2\xd3\xd8\x63\x1a\x0a\xb0\x37\xac\xed\x05\xbb\xb1\x1b\xcc\x2a\xc9\x2f\xac\x97\xe9\x0d\x7d\xc4\xea\xc8\x0b\xfb\x45\x58\x2d\xb9\x2b\x78\x2e\xd6\xc1\xb8\xe5\xf1\x14\xeb\x63\xec\xb2\x68\xc2\x5e\x10\x87\xee\xfd\xc2\x3a\x25\x2b\x2e\xc4\x60\x0c\xf1\xe8\xbe\x65\x58\x98\xb0\xb7\xce\x03\x73\x11\x90\x79\x8b\xb1\x09\xfc\x1d\xe2\x05\x18\xc0\x0b\x00\x8f\xa2\xbf\xb9\xab\x13\xc2\x31\x73\x8e\x7d\xd0\x56\x6c\x0e\xeb\xad\x07\x88\x79\x33\x55\x16\xe7\xb0\xa3\x8c\xbe\xdb\x7d\xe8\xf7\xec\x1b\x67\x0f\xa0\xa7\xd4\x13\xbb\x8b\xd1\x52\xe5\xcc\xea\x0b\x28\x22\x0f\xcc\x9d\x84\x46\x4a\x41\xe1\x0e\x34\x4c\x3c\x40\x7b\x8a\x46\x8a\x86\xc7\xcf\x45\x8f\x0a\x5c\x02\x61\x54\xcc\x5b\xe8\x31\x15\xad\x61\xbf\xb7\x78\x87\x7e\x60\xda\x5e\x37\xa0\xd6\xc5\xe7\x4f\x35\x20\x8f\x0a\xc7\x76\xcc\x44\x5a\xf3\x7c\x2b\x6b\x11\xb1\x81\xaa\xdf\x84\x64\xe8\x0c\xbc\xfb\x08\x25\xfb\x38\xe5\x02\xc2\x55\x9e\x8f\x05\x91\x22\x59\xd5\xe6\x6d\xc8\x69\x71\x88\x3b\x89\x7c\xe7\x2b\x2d\x6d\xd1\xcd\x6c\xdb\x2b\x73\x90\xa3\x4d\xb3\x8f\x43\xc8\xea\xba\x88\x56\x1b\x64\x72\x95\xa4\xec\x0d\xfc\xa2\xbc\x59\xd3\x0f\x9f\x2f\x6e\xe5\xe8\xe1\xeb\xf9\x79\x99\xd7\xe0\x4f\x86\x2d\xd1\xd7\x11\x6b\x4d\xcb\xa6\xe9\x88\xbf\x62\xc0\xed\x3e\x02\x89\xe3\x2d\x5d\x90\x1b\xdc\x49\x17\x73\x10\x8f\x81\xc4\x01\x73\xf8\x43\xcf\xe5\xa6\x21\xb8\xad\xc3\xb6\xa4\x06\x16\x35\x7b\xa8\xcb\xe0\xac\x3a\x73\x56\x25\x0c\x56\xb6\x66\xd8\xc3\xaa\x12\xcb\x7d\x07\x60\x93\xf1\x7a\xc0\x2c\xf8\x8a\xd6\xdb\x6d\x27\x62\x23\x9f\x68\xe9\x8a\x70\x79\x83\x17\x3a\x91\x09\xa7\xeb\xfa\xe7\xc2\x97\x8e\xd7\x37\xbe\x80\xb3\xfb\xb8\xc5\x43\x70\x7c\xa7\xad\xea\x02\x1c\xd8\x7c\x98\xf9\x08\x0e\xaa\x65\xa4\x1f\x86\xe3\x2b\xdc\xa3\xae\xc2\x19\x85\xae\x1b\x8f\xc3\x72\x7d\x9d\x9b\x0b\x7c\x57\x51\x64\xb9\x01\x09\xe5\xef\xba\x30\x13\xfe\x70\x69\xc2\x31\x06\x5c\x7d\xa6\xb3\x71\x3d\x7c\xe8\xc4\xa2\xe2\x99\xf0\xd2\xbe\x50\xd5\x62\x78\x62\x87\x0b\x33\x14\x36\x6f\x6c\x4c\x7b\x0f\xdb\x57\xf5\x46\x65\xc2\xb3\x8b\x7f\x6c\xd4\xc3\x2b\x0c\x75\x6e\xee\x30\x47\x79\xdc\x52\x06\xff\xe1\xb3\xee\x38\x72\x7e\xd3\x5c\xce\x1e\xe5\x6c\xa1\xf1\xba\x65\x6c\x06\xed\x62\x75\x12\xeb\x3b\xdd\xd1\x10\xcd\x3a\x42\x57\x08\x52\x98\x97\xc1\x40\xea\x59\xa6\x17\x34\x3b\xf6\x39\xa9\x82\xad\x37\xaf\x63\xbc\x41\xac\xdd\xea\x18\xc1\xa8\xaf\x79\x22\x31\x88\xb9\xdd\xde\xc6\xe1\x40\xf2\x33\x7a\xf6\x3d\xa8\xb0\xeb\x12\x7b\x16\x54\x5f\xa5\x67\x69\xa0\x9e\x1c\x19\x6b\x2a\xf4\x96\x5f\xcb\x24\xe1\x38\xea\x02\xf2\x23\xfc\x29\x36\x8c\x8c\x45\x24\x9b\x9a\x19\x67\x51\x6f\xb7\x15\x0c\x2f\x6c\x94\xb9\x39\xd1\x81\x89\x6f\xd1\x39\xd3\x30\x9b\xd3\xdd\xec\x34\xf4\x6e\xd7\x78\x56\x17\xda\x6c\xba\xcd\xf2\x44\x09\xfd\x23\x66\x0b\x9a\xc6\x9f\xc0\xf4\x40\x0d\x14\x2d\x59\x8e\x3e\x8e\xb9\x4d\xce\xc6\xdc\x37\xf9\x30\x0c\x18\xe1\xfa\x88\x31\x01\xfb\x34\xee\x29\x61\xc4\x27\x5c\x7b\xc5\x9e\xc8\x1e\x77\xb2\x99\x45\xb2\x0e\xb6\x47\x32\xcf\x32\xdb\x2a\xf2\x99\x51\x4c\x7b\xdd\x70\xf2\x2d\xa9\xe1\x52\xc9\x74\xd2\x27\x6b\x3d\xe3\x07\xe3\x73\x74\x1d\x43\xc6\xd0\x04\x84\x31\xe6\x30\xfc\x5c\xf7\x10\x25\xc4\xe7\x71\x43\x44\x00\xb1\xfa\x72\x23\x2b\x53\x14\x30\xf8\x9b\x79\x59\xb8\xa1\xa5\x99\xb9\x4a\xe0\x56\xb6\x99\xec\xe2\x4f\xcc\xfe\x42\x6e\xe2\x8d\x64\xd7\x31\xae\x70\xed\x33\x8e\x33\x92\x39\xde\xfb\x04\xc4\x6f\xf6\x86\x8d\x6c\x42\xc6\xf2\x73\xf9\x41\xcc\x62\xce\x1d\xf7\x0a\x1f\x62\x70\x2f\x64\x33\x3f\xab\x38\xfd\x13\x98\x61\x8a\x4f\x4d\xab\xc9\x76\xf9\xaa\x92\x89\xa4\xab\x54\xa6\xfa\xcb\x30\x89\xdf\x31\x7f\x32\x7c\x45\xfb\xd3\x77\x10\xb7\x05\x97\xa2\xf6\x13\x87\xf9\x6e\x1b\x7a\x09\x33\x6e\xa2\x8b\x02\xd7\xb2\x53\xcd\xcd\xf0\x2d\xe4\xad\x33\xa5\x4c\xf3\x82\xb3\x3d\x79\x24\x35\x2f\xba\xee\x35\xe3\x89\xe1\x59\xa1\x25\x63\xa7\x7e\xb3\x62\x13\x71\x4d\x53\xcc\xd0\x10\x47\xd4\xe3\x8e\x06\x13\x93\x14\xa1\x91\x37\xf0\x12\x29\xdd\xbf\x11\x5f\x2b\x8a\x73\x99\x87\xdd\xe5\x7d\x33\xdf\x8b\x69\x59\xe7\x4e\x81\x64\x69\x5d\x51\xe7\x51\xd2\xac\x7a\x6a\x8d\x25\x63\x57\x45\x4d\x5e\x14\xd1\x5f\x3a\x5c\x7a\x9e\xf0\x2b\x5c\x87\x47\xe1\x77\x8c\x94\xd4\x08\x9c\xa9\x4f\xdf\xe3\x87\xcf\xcc\x5e\xb6\x9e\x8f\x75\xca\x8d\x0b\xb8\x58\x8c\x28\xcf\x3c\x19\x9b\xc3\xa9\x3a\xfe\x8b\x4c\xee\xdd\xdf\x3e\x97\x51\xd3\x39\xcd\x54\x4c\xfc\x69\xa9\xc8\x5d\x4c\x24\x37\x0c\x13\x5f\xc2\x9f\x54\xcf\x47\xb9\x38\x54\xee\x7c\xa8\x15\x9f\x55\x78\x2d\xfc\x19\xd6\x94\x6b\xb5\x8e\x8b\xed\xcc\xbe\xe8\xfc\x13\xfd\x27\x73\x32\x3f\x82\x9e\xe5\x05\x0d\x7e\x24\x37\x9f\x08\x6d\x73\x65\x88\x8e\x55\x56\xd6\x12\x57\xbb\xae\x18\xb6\x10\x6b\x5b\x5b\xc4\xa3\xf0\xd6\x86\x5d\xc8\x29\x7c\x73\xd5\xc0\xa1\xf1\xd8\x8b\xd2\xb3\xe1\x7b\x30\x24\x7f\xdd\xba\x39\x98\x8d\xce\xc3\xf9\x0c\x7a\x5c\x5e\x68\x2e\x44\x55\xbc\x9b\x83\x73\xc9\x05\x67\xf7\xb5\x26\x30\x12\x4f\xa6\x56\xbc\x27\xca\xfa\xd7\xe5\xe4\x13\x96\x5d\xbd\xa2\x43\x38\xd6\xf2\x12\x59\x8d\x8f\xae\xbb\x90\xa2\xc6\xf2\x2a\xd7\xed\xfe\x85\xb9\x17\x7e\xf3\xfb\x80\x0e\xe4\xd8\x3a\x0f\xa1\xe9\x8a\x2e\xf3\xcb\xa8\x0f\xdf\xe2\xfc\x44\xf1\x2e\xaa\x43\xdf\x3e\xd1\x2c\x2a\xde\xe0\x24\xf8\x4e\xbd\x5d\xf8\x92\xff\x87\x16\xa4\x38\xc9\x37\xa3\xdd\x61\x9c\xe0\x7e\xa7\x17\x1e\x9d\xcb\x79\x0e\x4a\x22\x57\xb0\x2f\x42\xa2\xf5\xf9\xac\x6a\xb8\xd8\x79\x3f\x93\x81\xfc\x18\x73\x89\x4c\xc5\xcc\xce\xed\x11\x9d\x01\x63\x7a\xf3\x84\x75\x20\x56\x9f\x20\xc8\x05\x8d\x85\x5e\xfc\x52\xf0\x82\xc2\x81\x57\x07\xcd\x62\xb8\x71\xeb\xa0\x82\x23\x3a\x8e\x09\xde\xb0\xa7\x85\x5d\x04\x7f\x5b\x3f\x97\x25\x47\xda\x9d\x87\x33\x8f\xa2\x0d\x63\xb8\xe4\x41\x6c\xe7\x59\x9d\x68\x23\xd2\xd3\x73\x53\xe8\x8f\x18\xeb\x0c\x82\x0d\x08\xbb\x00\xe4\x6f\x45\x8e\xca\xb3\x78\x91\x08\x83\x90\x72\xe3\x91\xc1\x23\x96\x9c\x44\x74\xf6\x1e\x5f\xf6\x41\x94\xb3\xae\x87\x95\x80\x7e\x9b\xdf\xcb\x0c\xc4\xd4\x63\xb2\xc8\x10\xec\xdc\x50\xb7\x30\x89\x19\xd6\xb5\x53\x40\x25\x2f\xd4\x1c\xe0\x93\xe4\xc6\x3c\x3e\x2f\x87\x71\x41\xda\xcb\x6d\x66\xa4\xe2\x93\x38\x83\x8c\xe5\x87\x4f\xb1\x2f\x32\xac\x22\xdc\x59\x4f\x89\xeb\x7e\x6f\x99\xef\x88\xe2\xf9\xa1\xe4\x23\x42\x30\x26\x8b\xf1\x11\xff\x72\xa2\x49\x70\x4c\x00\xb6\x37\xf2\xaf\xf1\xf9\x55\xe6\xbc\xd7\x3c\x49\x6e\x1a\xf7\x2f\x57\x27\x7e\xc5\xb5\xe6\x34\xa1\x08\xc7\x9d\xfd\xe9\x50\x16\xdb\x9f\xed\x1d\x3e\x93\xb5\x8b\x75\xc0\xcf\x8b\x19\xc3\x54\xcc\x1f\x4e\xee\x21\x6b\xc7\x94\x30\x52\x19\xab\x06\xbe\x08\x36\x2a\x22\x5b\x17\xf2\x43\x65\x4f\x2b\x2e\xf3\xe2\xa5\x07\x72\xd2\xb9\x29\xe2\x27\xa2\xb9\x1c\x54\x94\x02\x7f\x60\xe7\x08\x27\xa5\xcc\x67\x75\xf0\xeb\x76\x9b\x33\x87\x78\x4b\xd7\x92\xe4\x55\x4e\xd1\xbc\x66\xc6\x15\xd6\x8b\x31\x17\x89\x77\x24\xbb\x6f\x3d\x3f\x3f\x6f\x52\xe3\x5d\x5e\x81\xe1\x72\x69\x2b\xb7\x46\xcf\xd3\x1a\x39\x35\xda\xf9\xfc\x3c\x76\x87\xba\x0b\x6c\x65\xdd\x56\xee\x3b\xe0\xc7\xfc\x23\x7b\x12\xa6\x61\x5a\x49\xd6\xf8\xc2\xa4\xad\x30\x69\xde\x4a\xc6\x4c\xde\x96\xb1\x96\x84\x0f\x2b\xb1\x7b\x37\xdf\xbd\x7a\x7a\xdd\x57\x9e\x67\xc5\xeb\xa2\x6f\xdc\xd5\xa5\xb5\xd9\x93\x39\x8b\x8b\x76\x71\x83\xd8\xcb\xf2\xfe\xa3\xe9\x59\x3b\x0d\x51\x49\xc9\x4c\x9a\xb6\x7c\xe7\x6c\x52\xa0\xaa\xf5\x49\x61\x68\x65\x29\x73\xeb\x08\x83\xf0\xcc\x58\x67\xbc\x9b\xe3\xd1\x71\x8e\x3f\xbe\xd3\xb6\x26\x87\xfb\xb3\xd5\xb5\xa0\x86\xf3\xae\x71\xbc\xf2\x03\xfb\x49\x4d\x27\x7b\x0b\xeb\x49\xe5\x72\xca\x00\xf3\x57\x89\x60\xff\x09\xa6\x4d\xbe\x2a\xb4\x8f\x74\xc9\x71\x59\x13\xc5\xf0\x56\xef\x9a\x6b\x47\xac\x91\xda\x8e\x5d\x8c\xc7\x70\x5b\xda\xef\xf2\xde\x1f\x1b\xaa\x36\x71\xef\x76\x53\xf2\x07\x38\xe7\xda\xde\x2b\x27\xb0\x8f\x35\xb9\xb0\x40\x56\x4f\xad\x23\x05\x60\x9e\xaf\x78\xb9\x7f\x3a\xf9\xac\x78\x67\xe8\x12\xc6\x67\xe3\xb2\xd5\x9f\x19\x80\x46\x35\xe7\x35\x31\x52\x26\x18\xbb\x15\x9f\xcb\xf3\x6b\x77\xe0\x9d\x3b\x59\x5c\xf5\x8e\xdb\xde\xff\x2f\x7f\x34\xa7\xa4\x67\x96\x22\x8a\xad\x6e\xfb\xc4\xbc\xca\x12\x34\x82\x59\x29\x4c\x59\x75\x6f\x82\x86\xcc\x2f\xd3\x6c\x3f\xcd\x28\xcf\x3f\xbe\xba\x99\xa8\xd3\x1d\x9a\xf3\x18\xaf\x97\xeb\xc6\x2a\xb0\x73\x3c\x7a\xef\x4f\x95\x1b\xc5\xa9\x71\x81\xc2\x44\x29\x29\x1d\x2b\x9f\x42\x75\xd2\x74\x4a\x73\xa8\xb5\x3c\xb6\xc4\x89\x16\x4e\xc7\x44\x1a\xba\x47\xd2\x33\xa1\x19\xe8\xbc\x73\x04\x3f\x01\x5a\xb4\x46\xc0\xad\x83\x77\xcc\xee\x67\x3f\x45\x8e\x8f\xfc\xc5\xf2\x44\x6f\xf4\x3a\x2b\x4f\xd2\xd7\x34\xc4\x29\xb6\xd3\xa1\x92\x60\xd9\x00\x7d\x40\x33\x51\xba\x0d\x9c\xcc\x7d\x24\xbe\x09\x42\xb4\xb7\xa2\x48\x68\x62\x52\x82\xe0\x3c\x34\xb8\x83\xc3\xf7\x81\x99\x6b\x1c\xb9\xd9\xc8\x9e\xd9\x20\xfb\x2a\x7a\x74\xe4\x7d\x96\x3b\x36\xab\x27\x58\x99\x0c\x83\xf5\x72\xf9\x77\x38\xbd\x98\x2b\x4b\x83\xf9\xd9\xb1\xd2\x11\xb0\x82\xbb\x51\x2c\x85\x3b\x69\x91\xa2\x69\x88\x75\xe2\x7d\x81\x02\xe1\xed\x98\xce\x1f\x87\x9a\xad\x3e\xc5\x4d\x45\x05\xb3\x03\xd9\xf5\xd8\xe6\x91\x57\x59\x53\x30\x65\xd7\x2c\x45\x37\xa3\xbf\x56\x29\x0f\x67\x24\x17\xf6\x4b\xaf\x13\xbf\x55\xdd\x92\x43\x44\x19\xfb\xbc\xd8\x8c\x48\xa1\x9a\x0b\x85\xc4\xd6\xfd\x5d\x02\x4b\x62\x53\xe8\x1c\x9e\x8c\x58\xbc\xda\x86\xf3\x87\x70\x72\x7a\xcf\x0e\x26\x16\x8e\xbc\xc9\x6c\xc3\x2b\xdb\xf5\x0a\x4f\x5e\x5d\x35\x28\xab\xe2\xbe\xcc\x6f\x92\x7a\x73\xad\x15\xaf\xc5\xe7\x38\xeb\x58\x5e\xa2\xfd\x6c\x22\xab\x42\xf0\x8d\xf5\x24\x41\xc9\x67\xb0\x42\xb7\x2f\xe2\x99\x31\x8b\x56\xe1\x9c\x34\xf2\xab\x53\x3f\x6b\x80\x0c\x18\xe5\xc2\xf4\x24\x3e\xb7\xba\xcb\x19\xb2\x8d\x26\x47\x99\xad\x74\xb8\x71\x50\x52\x28\xae\x93\xbb\x8a\xbd\x45\xa1\x64\x85\xf0\xbc\xe0\x6f\xe6\x56\x41\x32\xff\x72\xfc\x51\xde\x0f\x5e\xd1\x36\x2f\x6e\x1a\x37\x78\xe5\x53\xf6\x43\xf6\x3b\x27\x39\x6b\x11\xeb\xe8\x28\x16\x99\x4b\x7a\x37\x7e\x92\x7d\x32\xac\x2c\xdf\x2c\x85\xf4\xfe\x39\x8f\x24\x96\xda\x55\x12\x95\x48\x96\x3d\x89\x88\x16\xce\x50\x3e\x48\x0f\xe0\xd7\xcb\xbb\x62\x1b\x79\xfe\x52\x72\xcb\x7b\x4e\xb7\x78\xc2\x8a\x4f\x6c\x17\x01\xdd\xc9\x99\x09\x71\xab\x46\xf5\x32\x9e\xb3\x46\xd4\x7d\x91\x55\x57\x28\x4b\x62\xa4\x4b\x4a\xf3\x74\x21\xe2\xda\xa2\x06\xd1\x62\xd1\xdc\xfc\x52\xcc\x4b\x90\x97\x8b\x1d\xdd\xc6\xf7\xd4\x6f\x88\xfe\xcd\x1d\xcc\xbe\x1f\xa2\xe1\xf8\x2a\xdd\xbd\x5f\xb3\x2a\xa4\x5e\x8e\x05\xe4\x2f\xc1\xa7\x51\x17\x19\xc9\x6c\x53\xcd\x71\x99\xa4\xe5\x56\xd1\x1e\xc9\xf7\xc6\x65\x9a\xc5\xe2\x94\xda\x64\xc1\x6c\xe1\x03\x53\x32\xb2\x56\x10\x51\xe6\x95\x4a\xf0\x1e\x16\x3e\xde\x17\xcb\x4d\x36\x6e\x0a\x5e\xc5\x7e\xa4\xf3\xf1\xfa\x8f\x15\xa2\xbc\xe2\x68\x41\xea\x25\xe3\x46\xdd\x61\x98\x71\x67\x54\xdf\x91\x81\xdd\xf3\x0a\x41\xc9\x7f\xed\xce\xd9\xdb\xc4\x5b\x9a\xbe\xf3\x37\x0a\xfb\xea\x38\xf0\x01\x81\x97\xe9\xe6\xe1\x0e\x5e\x4b\xe9\xef\xa8\x7a\xae\x57\xc1\xa9\xa0\x72\x76\xb5\x61\xaa\x57\x06\x6b\xba\xfa\x83\xc3\x35\x32\x4e\x1a\x3b\xea\x3d\x71\x9c\xab\xaf\x76\x94\xc5\xf6\x97\x14\xf4\x49\x8e\xf5\xc4\xaa\xf5\xe2\x05\xed\xf7\x78\x72\xa1\xb6\x79\x0c\xd4\x25\x18\x5d\xfb\xe6\xf0\x2c\x1e\x5a\xa9\x8a\x72\xe3\x7c\x2e\xbe\x11\xb4\x86\x9d\x64\x64\x78\xb9\x32\xcf\x69\x6a\x1c\x06\xc9\x89\xb2\xf8\xd1\x6e\xc4\x21\xee\xcd\xca\xfa\xbc\xff\xb2\x8c\x79\x91\xb9\x04\xc5\x49\xb9\x32\x67\x25\x45\xc7\xf1\xd1\xfe\xa0\x7a\xd2\xa3\xb3\xab\xa9\xef\x0e\x76\xaa\x42\x69\x97\xf6\x94\xc8\x6f\xd2\x6f\x6d\x82\xa5\x2b\xa1\xe1\x9e\xa3\x45\x69\xf0\x26\xbb\x41\x3e\x0f\x39\x6f\x66\xc6\xe9\x42\xcf\x55\xce\xc9\xcb\xa0\xd1\x8c\x67\x72\xe7\xd0\xfa\x15\x35\xfa\xe7\xf4\xe1\xec\x5e\x6d\x2d\x3d\x89\xf6\x2c\xfb\x30\xfd\xd9\xc1\x2d\x2a\x1b\x50\xbc\x67\xbd\xbc\x0c\x0a\xdf\x34\x5b\x3a\x05\x5e\xb1\xb4\x4f\xb4\x1b\x59\x62\xa7\xe3\x53\xd0\xf8\x61\x9f\x39\x0d\xd8\xe8\x0a\x4e\xde\x64\x88\x6a\xf4\x34\x0c\x41\x6c\x85\xad\x5e\x05\xc9\xd8\xcb\xb5\x09\x50\x0b\xed\x50\xf6\x3c\x18\x38\x70\x47\x79\x1d\x4e\x8b\xb8\x27\x3f\x0c\xff\x0b\x38\x27\x79\x88\xe8\x96\x12\x22\x77\x74\x93\x1d\xc8\xdf\x8e\xcd\x1b\xf6\x8b\xa3\xc4\x52\xca\xed\x8d\x3b\x89\x5d\x86\xdb\x06\x07\xc2\x4a\x76\x4d\xf7\x07\x6f\x67\x8d\xd2\x5c\xc4\x59\xd4\x70\x75\x36\x9e\x98\xfc\x58\x19\x8c\xa7\x44\x8c\x96\x3d\xc1\xd9\x01\xb3\x24\xfb\x71\xcd\x52\x4b\x61\x1b\x5e\x6f\x17\xc6\x7b\x86\xbf\x31\xf3\xe4\x2c\xc4\xb3\x4a\xee\xe4\xde\xe3\xe8\xf5\x0f\x73\x4a\xd9\x7f\xa5\x73\x74\x30\x3b\x8c\x64\x6b\x02\x59\x0d\x94\x71\x6a\x0b\x96\x63\x52\x9f\xa2\x9f\x59\x17\x3e\x45\x16\xc7\x0c\xde\x18\x2d\xbe\x43\x5e\x5a\xa2\x10\x2e\x22\xc3\xec\x96\xf2\x62\x18\xf7\xcd\x48\x76\x19\x51\x52\xd4\x95\xcb\x15\xe3\xba\xb1\x39\xab\x44\x90\x98\xa9\x33\x13\xc6\x32\x26\x66\x9f\x10\x6c\xcc\xec\x53\xb1\xf8\x9e\x89\x79\x8a\x35\xbc\xb5\xbb\x1d\xa5\xf7\xb8\x21\x1b\x72\xc5\xdb\x38\x5e\x4b\x66\x09\x72\xd9\x53\xed\x1c\xb9\xa7\x98\xf7\xcd\x5e\xb2\x2d\x19\xb7\x0a\xd6\xe7\xda\x6a\x19\xd9\x05\xfa\x8e\xec\x9b\x42\x4f\x6d\x96\x7a\x1a\xf6\x29\x7b\x81\x72\x69\xfa\x1d\xe5\x0d\x79\x50\xc2\x27\xb9\x40\x4a\x09\x6b\x92\xba\x88\x65\xfe\x22\x91\x4e\x48\x59\x9c\xc0\x7f\xc2\x5f\x65\xfb\x1f\xd7\x8a\x73\x65\xf8\x5a\x56\x08\x93\x63\x6c\x30\x34\x15\x77\xaa\x82\xf4\x31\x85\x4b\xf8\x93\xb4\x76\x79\x6a\xe4\x93\xba\xc7\x70\x21\x6d\xb4\x32\x46\xf7\x27\x3e\x50\x3e\x5e\xe3\xb2\x73\xbd\xa4\x52\xe5\xb9\x3e\x59\x34\x4d\xf6\x75\x91\x98\x1f\x2b\xc6\x6c\x31\x0e\x9b\xdf\x3f\x3c\x95\xd9\xc3\x36\x33\x5c\x32\x98\xea\x9e\x28\x62\xf5\x5e\xd5\x6a\xee\x2c\xcd\xed\xca\xd9\xf0\x74\x35\x5c\xca\x3f\xb2\x59\x39\xa5\x70\x28\xb6\x56\xd6\x6a\xfc\x14\x7a\x4b\x12\xa4\xff\x6f\x9d\xb7\xb0\x31\x3b\x65\x61\x25\xef\xa7\xbc\xd8\x76\x34\xc7\x41\x44\x0c\xe7\x33\xb7\x71\x02\x0c\xd3\x0d\xd2\x16\xa1\x5c\xad\x77\x6c\xf8\xc0\xd9\xa8\xe9\xa9\x9d\x03\x05\xab\xa3\x4c\xce\xa9\x1c\xc5\xfb\xd2\x1f\x31\x7f\x64\xc2\xc2\xa2\x50\x1f\xc9\x74\xe3\x28\xbf\x66\x21\xa2\xfd\xb1\x30\x98\x77\x4c\x29\x9c\x71\x87\xfd\x44\xdc\x38\xbc\x94\x39\x81\xd3\x97\x43\x18\x8e\x76\x52\x64\x6f\xf4\x66\xad\x06\xb6\x4c\xa3\x6f\xe4\x82\x46\xf5\xd2\x5a\xaf\xc3\x2f\x15\xdd\x95\x65\x31\x47\x65\xdb\x4b\x1e\x6e\x1f\x14\x5f\xc9\x1f\xf4\xdb\x25\x5c\x9a\xe3\xbc\x70\x3c\x2f\x53\x3d\x73\xc6\x65\xb6\x4c\x92\x3b\xfc\x31\xd9\xc2\x05\xd4\xab\xab\xe8\x59\x83\x82\xff\x2a\xe8\x94\x20\xfc\x72\x29\x85\x72\x3a\xcb\xb2\x28\x94\x7a\x20\x19\xcb\x9f\x4e\xf3\x88\xdc\x6c\x18\xa4\x5b\x07\x9f\xd7\x6d\x00\xe7\xaf\x16\xa8\x69\x50\xb2\xcb\x6e\xf9\x61\xf8\x84\xf5\x5d\xf1\x0a\x74\x0b\x00\xf0\x1d\xb1\xd9\xaa\x9b\x55\xd6\xb4\x50\x01\x5e\x61\x4b\xcb\xc7\x91\xd2\x59\xb4\xef\x99\xdd\x45\xa3\xe8\xf1\xc9\x4b\xf3\xae\xd1\x3f\x47\x0e\x37\xf0\xc1\xd2\x60\x99\x6e\x02\x84\xad\x0e\x53\x6f\x85\x41\x97\x25\xf2\xad\x88\xc4\x7a\x48\x3c\x0f\x3d\x0e\x00\xfc\x89\xd8\x26\xd5\x11\x53\x1d\x34\x4c\x30\xa3\xbc\x1b\xb2\xc3\x67\x95\x0c\x40\x41\x99\x89\x85\x4d\x10\x2b\xe9\x61\x9e\x18\x7a\xb4\xa7\xd5\xb0\x11\x8e\x0f\xde\xae\xbd\x80\x8c\x58\xed\xa0\x9e\x8e\xb4\xbb\x8c\x97\x3b\xa1\x6c\xeb\x5e\xd1\x3f\xec\x08\x00\xf0\x5e\x63\x39\xca\x58\xd3\x78\x5c\xc4\x77\x29\xb7\xc5\xa3\xb0\x4d\x25\xf3\x70\xdb\x0c\x7d\xa1\x1d\xf6\x33\xc9\xcd\xf8\x0d\xfb\xb2\xc7\x3a\xa7\x0e\x9f\x1c\x74\x42\xeb\x8b\x07\xad\x6a\x52\x29\x70\x64\xc1\x69\x59\x09\xde\x62\xdd\x22\x12\x11\x63\x01\x80\x07\xe3\x52\xf9\xb9\x4a\x23\x7b\x1d\xb7\xa7\xac\x98\x35\x80\xfc\x2c\xae\x67\x2d\x4e\xa7\x16\x18\x98\x2d\x89\x9e\xc6\x23\xcc\xa0\x88\x35\x39\x0b\xc8\x7f\x41\x93\x35\xad\xe4\xb1\x55\x5e\xaa\x11\x64\xda\x02\x8e\x6c\x22\xe9\x60\xdd\x2b\xfc\xc1\x38\x0f\x00\xdc\x27\x44\xa5\xcc\xad\x32\x50\x08\x71\x36\x94\xf9\x0a\xca\xe0\xa6\xe2\x75\xfc\xa2\xb4\xf0\x02\x07\x5e\xff\xfe\xd5\xb9\x2f\xb8\x2f\xc3\xe3\xf5\xf9\xdc\x79\x81\xd1\x9a\x85\x9c\x03\x2b\x5b\x95\x47\xd9\xfc\x05\x01\x52\x2a\xcb\x68\x7d\x5b\xb8\x9b\xa9\x03\x00\xee\x5a\x46\x9f\xe4\x70\x45\x93\x9a\xc1\xd2\x96\x9a\x54\x66\xd0\xb8\xa2\x0a\x45\xd6\x91\xa1\x7c\xaa\x6c\x28\xfe\x72\xee\x62\xe9\xdc\xdd\xf3\x75\x8f\xc4\xd9\x9b\x23\xb2\x53\x85\xff\x56\x7c\x52\x98\x04\x5e\xce\x57\x25\x75\xbc\x50\xeb\x21\x81\x84\xb3\x12\xd8\xca\x39\xc4\x0c\x10\x89\x2b\xd2\xf2\x05\xe4\x95\xd2\xcd\x46\x07\x3a\xb5\xc8\x37\xe7\x69\xea\xa6\xbc\x3f\xba\xa8\xb8\x43\x86\x8a\xec\xab\x61\x8f\x75\xbb\x55\x09\x9b\x36\xa8\xef\xcb\x6f\xac\xb0\x51\xd8\x4a\xc7\x38\x6f\x90\x38\x88\xc6\x59\x97\xf0\xbf\xf1\xfa\x80\x2a\xf6\x29\x56\xb6\x10\xa8\x58\x60\xda\xca\xf0\x29\x35\x2f\x0f\xa6\x0e\x14\xbe\x2d\x59\x76\xa8\x3d\xaf\xa4\xe0\x4b\xec\x30\x43\xa0\x31\x77\xa7\x56\xfb\x26\x67\x4d\xc0\x3c\x75\xaa\xa6\xda\xdb\x5d\x5e\xa4\x3c\x3d\xdf\x28\x2e\x96\x16\x59\x47\xf3\x09\xe1\x74\xe0\x15\x3b\x84\x5d\x2b\x98\x53\x31\xb1\x2e\x90\xc8\x2c\x79\x57\x3d\x82\x0a\x14\x0e\x55\xa8\x0e\x8d\xcb\xc3\x4a\x87\xc7\xc4\x18\x66\x14\x86\xec\x1c\xad\x6d\x35\x82\x1b\xcb\xd5\x4b\xf5\x29\x5e\x43\xf2\xc4\xec\xe1\xf3\xf7\x89\xe3\xe5\x41\xd6\x5b\xf9\xbe\x22\xfb\x61\x13\xd9\x63\x38\xd3\xf9\xb1\xe5\x9f\x9b\x54\x78\x4f\xc9\x50\xbd\x35\x25\xbc\xd0\x50\xbd\x3f\x25\x23\x6f\x73\x85\x24\xfa\x5e\xce\xdd\x12\xd6\x0e\x95\x36\xb3\x20\x64\x63\xa0\xea\x85\xe1\xb4\x17\x43\x6e\xad\x79\x3a\x7f\xa9\xd8\x4a\x51\x64\x1d\xc1\x7b\x26\x7a\x3a\x6c\x0b\xab\x8a\x13\xc4\x18\xde\x9e\x42\x79\x4d\x2b\x6a\xe6\x51\xc3\x52\x65\xf5\x26\x6a\x67\xfc\xa9\xea\x46\x5a\x50\x78\x4a\x85\x8c\x3e\x36\x98\x52\xe2\x47\xff\xec\x8b\xe4\x57\x43\x96\x8b\xcd\x72\x3a\xe0\xdd\x8e\xd3\xb2\x11\xa4\x7b\x3c\x24\x7b\x89\x59\x03\x80\x70\x37\xd6\x48\x9c\x68\x37\xa3\x7b\xd2\x8e\x36\xbb\xd0\x29\xa9\x09\xf5\xbb\xe8\x4d\xf1\x79\xd5\x89\xe0\xe4\xf0\xf5\x15\x81\x60\x6e\xf0\xf6\x12\x00\xda\xed\x1b\x9d\x9f\x0e\xaf\x5c\xf4\x3a\x47\x80\xf8\x3b\x8e\xca\x0e\x47\xe3\xc6\x33\x64\x67\xb0\xa3\x00\x20\xf4\xc1\x06\x09\x66\x9b\x0e\x32\xd0\x3c\x9b\x86\xa0\xb6\x54\xf7\xba\xdf\xd0\xa5\xf8\xc3\xd5\x53\x60\xb3\xf0\xa9\xe5\xbf\xe1\x7d\xc1\x0b\x8a\x9b\xe0\x67\xbe\x3e\xf9\x2e\x88\x72\xd1\x95\x9c\x2d\xe8\x5e\x87\x9f\xd9\x8e\x98\xf7\x78\xbe\xcc\x80\xfd\x01\x00\xe1\x24\xdc\x1c\x37\xb5\xfe\xc0\x9b\xa8\x68\x93\x33\x9e\x7e\x58\x59\x17\x8e\xbb\xc5\xbd\xae\x3a\x82\x5b\xee\x2e\x2f\x8f\xc0\x27\x07\x0d\x15\x4f\xc4\x7d\x7d\x3e\xe4\x71\x71\xde\xa2\x32\x7d\x27\x7e\xc3\xe1\xa1\x5a\x4d\xb8\x8f\xaf\x94\x4d\x27\x92\x01\x40\x20\xc2\x9f\x63\xed\xad\xfb\x58\x6f\x29\xea\x46\x39\x2b\xe9\x50\x5d\xed\x00\xf3\x7e\xdc\x72\xd3\x0d\xe6\xe1\xdd\x33\xca\x7a\x98\x93\x83\xb6\x15\x65\x91\x37\x7c\x64\xc6\x57\x64\xdd\xa2\x83\xfa\xe9\x24\xcb\xe1\x82\xea\x1d\x19\x3e\xfe\x82\x34\x93\x1c\x06\x00\xfc\x47\xc4\x5b\xf4\x72\xcb\x6d\x41\x6e\x56\x45\xe3\x18\x7e\x6f\xca\x85\xda\x25\xbc\x1b\xb1\xb8\xc9\x8f\x37\x6e\x17\xb7\x6c\x2e\x37\x30\xf0\x4a\xe1\x35\x4e\x8e\xcf\x42\x63\x20\xfb\xe7\x22\x57\x5d\x2a\x7b\xb3\x43\x8f\xca\x97\x25\x1b\xff\x47\xd2\xcf\xd4\x02\x00\xdf\x95\xf1\x12\xc9\x69\x09\x56\xd6\x65\x92\x0d\xd1\x8a\x85\x07\x5b\x6a\xa8\xb2\xaa\x98\x94\xca\x2c\xa9\x5b\x18\xbb\x34\x48\xdc\xba\xf9\x5b\xc1\x57\xd1\x8e\x35\xac\xdc\xfd\x82\x37\x0b\x7b\xb4\x5c\x7e\xb2\x43\x9e\x32\x82\x7b\x76\xc2\x4a\xf1\x3d\xf6\x0b\x00\xe0\xad\x64\x6e\x83\x43\x9b\xf3\x72\x17\x64\x84\xd6\x9f\xca\x99\x72\x20\xaf\xfa\xb5\xf6\x5b\xf4\xf6\x8a\x6b\xd9\xd5\x3b\xe9\x25\xb9\xaa\xb4\xcd\x96\x05\x1b\x15\x6b\x57\x0f\x1a\x1a\xa4\x7f\x17\x7a\x69\xae\x88\x85\x0e\x71\x8a\x52\xc1\xe7\x09\x5b\xc5\x6e\xbc\x91\x00\xc0\x65\xb2\x52\xa1\xe9\xcd\xcb\x4b\x23\xd3\xe7\xd7\xef\x2b\x3a\x99\x4c\xaf\xa6\x17\x58\xee\x5b\x53\xb1\xd7\x68\xb3\x83\x5e\x32\x23\xc7\x76\x93\x6b\x7e\xa7\x76\xc6\x6a\x4b\xc3\x3c\xd5\x77\x8f\x1a\xcd\x3a\xb9\xc2\xc1\x4e\x31\x59\xfc\x7d\xc2\x36\x51\x3e\xff\x0d\x00\x70\xbe\xb3\xb7\x82\xc2\xa6\xbf\x95\x0f\xd3\x74\xf5\xce\x65\xaf\x93\xde\x57\xaf\x2f\xbe\x14\xd5\x57\xe1\x54\x20\xd9\x31\xaa\xf8\x86\x71\x45\xc0\x89\x7c\xaa\xfe\xda\xaa\xee\x9c\xfb\x9a\x00\x0f\x5a\xf6\x57\xe5\x21\x87\x11\xf2\x13\xd2\x9d\x13\x76\x8b\x76\x0b\xba\x00\x80\x53\xcb\xd6\x81\x13\x9a\x7a\x6b\x8e\xa5\x39\xd5\xbd\x32\xd1\x92\x90\xea\x11\xe5\x96\x51\xe1\xe5\xb7\x8b\x05\xa1\x95\xc5\xfc\xfc\xe7\x01\x48\xfe\x9c\xdc\x45\xab\x78\x39\x5c\xdd\x3a\x8f\xf0\x6c\xbd\xea\xb7\xc3\x48\x79\xb2\xec\xc8\x04\x8a\xf0\xa7\x70\x2f\x00\x70\xb6\xb3\x5b\xe8\xeb\x7a\x1d\xa8\xe7\x8e\x4e\xeb\x1c\x4e\x73\x4c\x0c\x6d\xb9\x43\xcb\x8a\xbc\xdf\x20\xa4\xbd\xdf\x3e\xbc\xc6\x8c\x9e\xbf\x41\x5d\xe1\x07\xb2\x56\x6c\x29\x5e\x08\x69\x5d\x4d\xc6\x3a\xf8\xae\xdd\x35\xed\x53\xd4\xd7\xc2\xa4\x28\xc7\xd2\x00\x40\x14\x8a\xfd\xa6\x3b\xf6\x74\x82\x66\x47\x7e\x76\x14\x83\x6e\x89\xde\x2d\x0c\x30\x22\xf2\x64\xc3\x4a\xb0\x78\xdb\xab\xea\x16\xc8\x69\x03\xa3\xfc\x27\x74\x65\x85\x4f\xd1\x1b\xb8\xde\xb5\xc4\x08\x21\xad\x76\x57\xb4\xed\xe8\x55\x8b\x5e\x05\x89\xf5\x00\x80\xc8\x1b\x1f\x45\xfb\xd6\x13\x01\x87\x1d\xb9\xd6\xb1\x01\x8e\x4c\x9c\xda\x32\x0f\x8e\x8b\x2c\xab\x7f\x0c\xa3\xdb\x2e\x54\x27\xc0\x67\x37\x1c\x2c\xaf\x40\xb6\xad\x70\x2d\xca\x43\x7e\xba\x1a\x8c\x5e\x68\x9f\xdd\x15\x2d\x82\x19\x2c\xce\x29\xb6\xe2\xeb\x00\x40\x34\x0a\xdf\x40\xdb\xd8\xdd\x46\x38\x1d\x59\xd3\x5e\x80\x5f\xdc\xaf\x6c\xc6\x70\x46\x64\x60\xbd\x17\xbe\x67\x1b\xbb\xaa\x05\xdf\xb3\xc1\xa5\xec\x37\x4e\x7a\xff\x2a\xfc\x88\x9f\x76\x95\xe4\xea\x08\x5b\xbb\x8b\x9a\xc7\x04\xcd\xe2\xb7\xbc\x9b\xd0\x02\x80\x90\x42\xd8\x50\xe5\xdd\xe3\xd9\xf3\x53\xf9\x6d\xdf\x59\xda\x84\x47\x4d\x57\x59\xe3\xf6\x9c\xae\x13\x31\xa5\xdb\x5c\xaa\x26\x30\x97\xf9\xdf\x2b\xdb\x4e\x7e\xf5\xee\x2f\xdc\x40\x5e\x70\x4d\x35\xbc\x20\x2b\xed\xce\x6a\x96\x90\x1c\x4b\x17\xf9\x78\x72\x26\x00\x08\xfa\x18\xd6\x94\x9e\x2e\xba\x20\xf7\xf0\xe9\xb6\x08\x7e\x73\x82\x67\x93\x0b\xef\xdc\x9e\x80\xda\x07\xdc\x5f\x5b\x4f\x9b\x12\xb9\x6b\xfc\xa5\xa5\x85\x1c\xb1\x37\xbf\x40\xc9\x7e\xe7\x1a\x64\x58\xca\x0e\xb2\x1b\xca\xa6\xb3\x72\x2d\x23\x65\xbb\x98\xf9\x00\x20\x18\x46\x8e\xca\xfa\xd8\x79\x42\x39\xf7\xd0\x8f\xd6\x6c\x79\x45\x7c\x42\x63\x84\x6c\x61\x44\x5a\xcd\x5f\x49\xfd\x96\xdf\x95\xe9\xe2\xa0\xf5\x8f\x4b\x2a\x84\x6f\xbd\x2d\xf2\xb5\x02\x95\xeb\xd8\x1c\x6f\xbe\xb3\xdd\x2d\x35\xc2\x2d\xb5\x6c\x97\xc6\xb0\xcf\x01\x00\x7f\x18\x73\x6f\xe6\xed\xce\xe9\x06\x9b\x43\xa3\x5b\xde\xe8\x47\xc4\xc9\x1a\x6a\x35\xcf\xc3\xc5\x35\xfe\xea\xba\x2d\xb3\x2a\x4c\x4a\xe1\xfa\xf9\xc5\x0f\xe5\xa9\x5e\xb4\xbc\xf3\xd2\x8d\x2e\x95\xfa\x23\xa2\x1f\x76\x6d\xaa\x76\x01\xdb\xf2\xa9\x24\x9f\xdb\x0a\x00\xbc\x75\xac\x84\x8c\x37\x1d\xa2\xe2\xb2\x94\x59\x2d\xfb\x0b\x27\xc5\x36\x34\xcc\xc9\x4b\xdc\xdd\x5e\x5d\x6b\x60\x87\x84\x57\x58\xe9\xca\xd6\xa1\xc5\xeb\xb2\x87\x96\x7f\xcf\x5b\xa4\xbc\xec\x12\xae\x3b\x2d\xcb\xb7\xab\x51\x59\x8b\xd7\x58\x8d\x97\x8c\xe6\xa7\x00\x00\xb7\x86\x3d\x2f\x83\xec\xd8\x52\x7e\xe5\x60\x5b\xcb\x9c\x92\x87\xb1\x3b\xea\x1f\x16\xde\xde\xbd\xa7\x3a\x39\xaf\x2a\x04\x28\xef\x35\x40\xeb\x96\x15\x7d\xd0\x6d\x58\x7e\xcc\x78\x5f\xfd\xca\x65\xb9\x8e\xaa\x08\xb2\x33\x29\x8f\x49\x28\x56\xb3\xc5\xed\x82\xd9\x00\xc0\x4d\x60\xc7\x67\xcc\xe9\x18\x53\x15\x79\x30\xa6\xf9\x56\x85\x43\xcc\xf7\x7a\x65\xc9\xe9\xdd\x96\xd5\xd6\x85\xf1\xc1\xed\xe5\xfb\x8d\x4f\xd7\x0d\x2b\x52\xe6\xc4\x2e\x2f\x34\xe2\x9a\x3a\x17\x17\xdd\x64\x65\xb5\x5d\x87\x32\x46\x7a\xc4\x2a\x44\x1c\x2e\xa8\x04\x00\xee\x08\x76\x56\xfa\xac\x81\x4b\xb4\xe7\xc9\xef\x7b\xb5\xf4\x29\xd1\x91\x9d\x6b\xe9\x5b\xc2\xe6\xb6\xd4\xd0\xab\x02\xf5\xf5\x37\x40\x7f\x5f\x7d\x55\x27\x34\x7d\xe9\xf3\x32\x5f\x78\xe6\x7c\xcb\x82\x8d\xc8\x4e\x9b\xb5\xfa\x7f\x68\xc5\xb8\x83\x2a\x77\xac\x16\x00\xc4\xf3\x70\xe7\xf4\xa9\x03\x19\x90\x55\xf2\xf7\xde\xe5\xd0\x94\xe8\xed\x1d\x8f\xa1\xd9\x61\xf6\x2d\xe1\xd0\xf6\x40\x65\x3d\x07\x6a\xf6\x55\x54\x1d\x85\x23\x96\x3e\x2c\xfd\x8e\x2c\x98\x6f\x55\x60\x85\x3a\xd9\xac\xd5\x9f\xc7\x3c\xc7\x31\x54\xc3\xb1\xaf\x00\x20\x1e\x8d\xbb\xa5\x8f\x1e\x98\x8c\x84\x26\xbf\xe8\xb9\x8a\x2c\x8d\xf6\xef\x60\x20\xb6\x61\x56\xcd\xbf\x91\x19\x81\xdc\x7a\x77\x24\xd4\x97\x5f\x35\x1d\x19\x5c\x7a\xa7\xb4\x10\x8d\x9f\x6f\x99\x7f\x1c\x9b\x65\xb3\x56\x2f\xc6\xde\x8f\x13\x29\x4f\xe2\x47\x00\x40\x74\x11\x8f\x4b\x4b\xef\xcf\x20\xee\x26\x1f\xe8\x59\x48\xa4\xef\xbb\xdc\x7e\x95\xb0\xda\x79\xaa\x79\x03\x7e\x21\x30\xb2\x2e\x0b\xef\xf1\x4d\x30\x45\xe1\xb7\x96\x1e\x2b\x79\x4e\x4c\x9b\x3f\x2e\xdf\x89\x88\xb7\x59\xa7\x7b\x41\xb4\x8e\x6b\x57\xba\x11\x2d\x00\x20\xf2\x22\x3c\x8e\x7e\x3f\xd6\xcc\xee\x48\x7a\xda\x7d\x94\x6d\xbd\x6f\x5b\xfb\x44\x56\xe6\x4e\x6a\x13\x97\xf9\x34\xd0\xbd\xb6\x8b\x89\xfa\xfa\x55\xe6\x33\x97\x2c\xad\x2e\x71\x61\x0e\x9b\x6f\x96\x17\x4b\xde\xb2\xd9\xaa\x9b\x4f\xd6\x8f\x7b\xaf\x48\x23\x17\xff\xdf\x05\xc3\xe5\xe8\xe2\x63\xe3\x84\xc3\x92\x36\x77\x35\x0b\x86\x47\x9d\x6b\x0b\xe6\x5b\xec\x74\x6a\x3c\xc9\x9b\xb7\xf9\x5f\xed\x30\x6e\xb4\xaf\x7d\xc5\x03\x4e\xe1\x52\x4d\x71\x32\xfb\xf7\xbc\x3f\x46\x2d\x3b\xd2\x26\x41\x1b\xc3\x6a\x30\x77\x96\x57\x31\xcb\x00\x40\x60\x22\x1d\x8f\x9c\xec\xf3\x50\x9a\x27\x9e\xe9\xbc\x24\x67\x47\xf9\xb7\x46\xc9\x86\xef\xe0\x36\x1c\x97\x60\x9b\xa3\xab\x3f\x88\xa7\xf9\xe4\x96\x9f\x15\xb6\x2c\x5d\x5f\x14\x2a\x88\x9d\xf7\x5f\x2e\x87\xf7\xcf\x86\xaf\x09\xe5\x72\xcd\x65\xb2\x12\x76\x3d\x00\xf0\xf3\x99\x09\xa9\x8f\x7a\xa9\x39\xec\xc4\xc9\x9d\x93\x74\xd1\x7b\xeb\x5a\x94\x1a\xef\xd0\x3b\xf5\x6f\xd4\xa3\x36\xd5\x56\x5b\x28\x5e\xfa\x58\x94\x3d\x97\x5d\x59\x72\xa3\x30\x55\xd2\x36\xaf\xdc\x50\x22\x62\xd8\xc8\xb3\xe9\x82\xf9\xe6\x37\xa4\x37\xb8\x14\x00\xe0\x5d\x63\x85\xa5\xfa\xf6\x0c\x14\x61\xfb\x69\x1d\x89\xf9\xd7\xf7\xda\x37\xbf\x30\xce\x0b\xdd\x5c\xbf\x22\x67\xcb\x26\xc7\xaa\xed\x5a\x7c\x8d\xae\xcc\x43\xdd\xba\x44\x50\xd0\xa6\xb8\x3f\x8f\x97\xf3\x4a\x7a\xc5\xc6\xa4\x3e\x2e\xd2\x5a\x4c\x95\x2e\xe1\x7d\x03\x00\x9e\x0f\xeb\xd7\xe1\x6f\x3d\x50\x59\xe8\xfe\x25\x1d\xd3\x8a\x77\x45\xde\x68\x56\x15\x6c\x0b\x1d\x5d\xf7\xd8\xb8\x30\xe0\x81\xe9\x73\x8e\xd5\x9a\x83\xa5\x97\x34\x5f\x96\x1c\x2e\xd8\xa7\x3a\x36\x0f\xcf\x11\xca\x43\x6d\x06\xd5\x87\xc4\xb5\x16\x6b\x24\xf7\xf9\x5a\x00\xe0\xbe\x67\x2f\x3a\xdc\xd4\xe3\x5a\xc9\x4e\xf8\xda\xde\x57\xb6\x31\x32\xaf\xd9\xbb\xe8\xfb\xf6\x4b\x75\x58\xbe\x2e\xa0\xc1\x24\xc8\x5d\xb6\x26\xb8\x34\x59\x77\x6d\xc9\xfe\xfc\xaf\xd9\xbb\xe6\x09\x72\x66\x29\x78\x36\x2f\xd5\xc3\x24\x3c\x0b\x8a\x84\x2e\xb0\x04\x00\xae\x88\xbd\xfa\x85\x04\xd4\x53\xac\x6f\xe6\x81\x0f\x28\xca\x53\x65\xd0\x7c\xaa\x55\xab\x08\x4a\xa5\xc2\x25\x05\x50\x17\xcd\x52\xd1\x0e\x4f\xa4\xbd\xc2\xec\xe0\x4c\xfa\xd3\x64\x47\xf8\x0f\xf8\x7d\x4b\x3c\xa2\x86\x27\x2e\x5a\x87\xfa\x22\xcb\x2d\x9e\x63\x33\xd0\x65\xcf\x4b\xe8\x2f\xe8\x1d\x37\x9a\x41\x3f\xfa\xe3\x93\x37\x41\x25\x38\xab\xe5\x18\xf8\x0c\x0c\x29\xbe\x03\x05\x80\xd9\x8a\x51\x50\x39\xb4\x00\x85\x61\x3b\xe8\x5a\x92\x00\x6e\x82\x45\x21\xa7\x91\x3d\x48\xf0\xc2\x93\xa8\x0d\x3a\xd5\x22\x1b\x33\x43\x0b\x9f\xd5\xd1\x7d\x11\xe4\xfa\x00\xbd\x18\xd9\x79\x72\x38\x68\x86\xec\x6c\x7e\x03\x26\x22\xab\x8a\x27\x83\xe7\x11\x7f\xf9\x76\x68\x35\x22\x40\xee\x40\x1d\xc8\xf3\xc4\xdf\x70\x1c\x1a\x18\xb2\x0e\x99\x8a\x56\x2e\x8c\x47\x1e\x62\x93\x2c\xa2\xd1\xfb\xd8\xc2\xc7\xe5\xb4\x19\x2c\xfb\xab\x33\x69\x4c\x66\xfa\xa0\x82\x3e\x82\x7c\xd0\xf8\x88\x7e\x98\x0c\x2c\x0c\xa7\xff\xc7\x38\x2d\x3d\x03\xc6\x30\x30\x58\x06\x7e\x62\xf8\xee\xbf\x03\xd5\x11\xef\x82\xfd\x61\x0e\xa1\xf2\x38\x83\xc4\x13\x2b\x2c\x5c\x51\x08\xa7\xfc\xf7\x98\x72\x46\xf8\xf5\xe2\x0b\xea\x1e\xc1\x95\x63\x38\xf5\x25\xbf\xae\xde\x93\x96\xc0\x53\xe5\x8f\xa0\xbd\xe2\x0a\xc5\x57\xe8\x18\xa7\x18\x7c\x0d\x2e\x60\xf7\x24\x08\xc1\x9f\xac\xa1\xa0\xed\xd0\x7f\xcc\x1e\x0f\x6f\xf8\x3c\x29\xb6\xb0\x45\x7e\x11\x37\xee\x2e\xcc\xaa\x51\xc9\xce\xa1\x94\x20\xc5\xe3\x9e\x12\xca\x0b\xb9\x4b\x4d\x35\x35\x4d\x4a\xcf\xbd\x44\x1b\x29\xbe\x2a\x7c\x4b\xab\x11\xad\xa5\xef\xa6\x1f\x14\xe4\xc7\xef\x00\x37\xf3\x3e\x05\xd2\xa1\x95\xdc\xd9\xee\xed\xb0\x2f\x7b\x98\xc5\x7c\x84\x46\xae\xbb\x71\x2d\xd3\x54\x58\x3c\xd4\x9d\xe5\x99\xef\xd4\x39\x29\xab\x2f\x57\x6f\xca\xa4\x84\xe9\x9f\xeb\xdf\x50\xbe\x69\x17\xf3\x0f\x51\x4d\x6a\x90\xba\x82\x06\x2a\xf2\x62\x75\xf4\xc3\x52\xe3\xe6\xc5\xe0\x51\x51\xb4\xfb\x38\x88\xc3\xeb\xb3\x58\x02\x5f\x67\x45\x5e\x3d\x90\x51\xd6\xa0\x3b\x11\x9e\x19\x54\x73\xb6\x6d\x72\xe6\x67\xd3\xaa\x72\x53\x96\xa0\xec\xb0\x36\x8e\xb2\xb8\x88\xcb\x75\xa2\x7c\xcc\x13\x66\xf9\x50\xcf\xe6\xec\x8c\xfe\x49\x3b\x9d\x7d\x25\xe0\x05\xfd\x81\xfc\xa7\xdb\x76\x68\x9c\xa8\xc9\xc2\x05\x4e\xe1\xa4\x5e\xd2\x66\xc4\xf7\xcf\x1d\xb8\x92\xf1\xb3\x5b\xd5\x0c\x66\x8a\xdb\x5e\x97\x7a\x65\xcd\x6b\x9a\x90\x3d\x39\xeb\x74\xed\x30\xf6\x48\x8a\xa4\xe2\x78\x46\x24\x35\xb5\x78\xc9\x3e\x9c\xb6\xd7\xe8\xb8\xf1\x1d\x3d\x41\xa3\x72\x3d\x06\x16\xc8\x18\x16\xf3\x60\x5b\xde\xea\x8b\xf2\x0c\xdf\x21\x6a\xff\xf5\x8c\xeb\x83\xcc\x26\x38\x33\xa5\x37\xb9\xc4\x27\xf3\x57\xc7\x38\xb5\x73\x56\x4e\x53\x2a\xcb\x95\x12\x55\x93\x93\xae\xa3\xae\x2e\xdf\x17\xf5\x94\xe6\x58\xc0\xda\xa8\xa1\xdb\xea\xed\x5d\x75\x60\xac\xc2\xc9\x62\x3d\xf4\x90\x77\xf3\xc2\x95\x0c\xfb\x0b\x97\xfa\x6d\x32\xea\x4e\x8b\x1b\xbb\x33\xd7\x1e\x9f\x52\xcc\xce\x3c\xde\xbb\x49\x45\xcf\x8a\x69\x5f\xc8\x14\x50\x66\x34\x5c\x4a\x1f\x4f\xf9\x6c\xfa\x1a\x25\xa1\x9e\x2c\x8e\xdd\x98\x4e\x6b\x33\xcc\x73\x2d\x02\x87\x2b\x83\x2c\x24\x10\x97\x6f\xf5\x78\x14\xfc\x3d\x4b\x76\x25\x17\x19\x43\xb1\x1d\x9c\x86\xd8\x52\x0a\x1b\x0f\x23\x4b\xa8\x0e\x05\x1f\x90\x1d\xd4\x76\x69\x3a\x92\x45\x2b\x80\xfd\x90\x42\x7a\xc5\xfe\x0e\xe4\x1d\x38\x14\x1c\x8f\x6e\x84\xbe\x79\x3c\x43\x1b\x11\x3f\x8b\x48\x6c\x13\xba\xf5\x91\x15\xbc\x87\x6e\x7b\xb9\x0e\xa6\xd1\x77\x0d\xf8\xc2\xd9\xf4\xbc\x06\x3d\xdc\x4e\xbf\x55\x60\x03\x3f\x07\x97\x48\x6a\x90\xe9\xe0\x65\x48\x82\xec\x86\x24\xfb\xc7\x23\x4d\x70\x78\xd0\x29\xd4\x11\xf1\xf0\x88\x42\x35\xe8\x14\xf3\xef\x98\x1f\xda\xf9\xd0\x0a\xea\x83\x8f\x5f\xea\x80\x5e\xc0\xf5\xfd\x31\xf0\x24\xb8\xa7\xbe\x1d\x5e\x03\x77\xe4\x6f\x86\x33\xe0\xab\xe2\xf7\x70\x0d\xe2\x06\x3e\x81\xff\x20\xfa\x04\x2e\x12\x87\x5a\x06\x6d\x45\x6e\xa3\x5c\x0f\x33\x34\x1a\xb3\x34\xbf\x88\xd9\x60\x01\xf7\x47\x83\x3c\xa6\xcf\x85\x99\xe0\x49\xb2\xa6\xf7\x0b\x34\x8a\xf4\xa8\x6d\x84\x36\x30\xca\x8c\x79\x90\x88\xb1\x5a\x94\x06\xdd\x61\x0c\xa3\x57\xc2\x2b\x89\x1b\xf1\x07\xe0\x0e\xa2\x30\x30\x1a\x09\x26\x0e\xb9\x1f\x42\x9e\x13\xee\xe6\x05\x68\x0b\xce\xbf\x5d\x4b\x3f\x24\xf8\x74\x76\x1a\xbd\x8d\xff\xa1\xdb\x12\xb4\xe4\xbd\xa8\x5e\x0e\x6e\xe5\x3e\x32\x50\xc0\x1c\xce\x3b\x41\x19\xf8\x8b\x33\x8b\xe6\x0a\x1d\x66\x6f\x8f\xf3\x81\xcd\x58\x94\xcd\x14\xb8\x94\x29\x70\xfb\x84\x84\x91\x74\xf3\x12\x74\x05\xf1\xec\xfa\x4f\x5a\x9a\x92\x76\xea\x3c\xed\xb8\xfc\x79\xc7\x5e\xba\xbb\x2c\xb0\xf2\x3c\xfd\xa8\xa4\x5a\x1f\x41\xef\x13\xcf\xe4\x5d\x03\x17\x0b\x8b\x28\x45\x60\xa3\x60\x56\xac\x15\x14\xc6\xe3\x6d\xaa\x84\x47\x70\x2e\xbb\x71\xe0\x01\xd6\x5d\xf3\x7e\xa4\x89\x0c\xb9\x7c\x82\x1a\x5c\xb0\xfa\xb8\x03\xb5\xcc\xf8\x5f\xcb\x7d\xda\x58\x03\x58\x56\x44\x8b\xd0\x3d\xd2\xe0\xb4\x36\xcd\x26\x4e\x24\xdd\x4b\x55\x9b\x29\xa2\x0f\xc9\x7f\x44\x1f\x00\xe9\xd2\x99\x01\x04\xb4\x5c\x34\xd2\x6d\x24\x3c\x92\xa7\xb2\x18\x8e\x8c\x61\x45\x5f\x38\x48\x49\xaf\xbb\x7b\xec\x22\xe5\x5c\xf5\x9a\xc6\x37\xd4\x95\x15\x17\x8a\x1f\x53\x95\xa5\x73\x55\x5f\xa9\xbf\x0b\xe3\x59\xd6\x34\xa6\x51\x94\xae\xa2\x3b\xe9\x91\xa8\xf3\xf4\x5b\xd9\xee\x1b\x03\xc1\x52\x39\xe9\x1a\x0d\x91\xa2\x74\x8b\x09\xb0\x8a\x93\x70\xb6\x8d\x32\xbd\xcf\xaa\x37\x92\x92\xd6\x59\x5b\xbf\x9f\x72\xa6\xd5\xbb\x10\xa7\x2e\x68\xe0\x28\xba\xa8\xca\xea\x32\xd2\x9c\x66\x5f\xae\x39\x3a\x48\xeb\x29\x5a\xb4\x77\x2f\xfd\x60\xee\xb6\x0d\xdb\x40\xf7\xec\x5f\x2e\x57\x21\x1b\xd9\x3c\x8b\xc9\xf0\x5a\xde\xec\x33\x15\x59\xef\x4f\x2e\xef\xd9\x4b\x09\xea\xa7\xd6\x25\x51\xf2\xbb\x85\x05\x42\xca\xaf\xb6\x78\xf9\x15\x6a\x62\xc3\x6f\x86\x37\xf5\x45\xf5\xee\xa3\xa3\x68\x82\xb2\x80\xc8\x13\x74\x8f\xfc\x22\xff\x4f\xf4\x67\xba\x0c\x17\x13\x78\x4b\xde\x61\xb1\x18\x1e\xc9\xeb\x38\xfd\x20\xeb\xf4\xb9\xd4\x6e\x0d\x65\xd6\xa9\xe8\xda\x32\xca\xd1\x01\x9b\xfc\x1b\x94\xfe\x6e\x81\x7c\x31\x75\x5e\xab\x89\x30\x52\x8b\xeb\x91\x23\x6c\x9a\x6f\xe5\xc5\xc8\x83\xb4\xeb\x45\x47\xfc\xcf\xd1\x99\x39\x19\x2e\x75\x20\xa2\xb8\x6f\x81\x40\x15\xbc\x77\xf7\x02\x30\x6a\xd6\xe4\xf3\xf1\x58\x58\x56\x69\x6f\x30\xe6\x4d\x59\x59\x3b\x03\x9b\x4d\xe9\xc8\xfd\x8b\xcd\xa0\xc6\x0a\x9f\x62\x16\xb4\x1d\x74\x07\x6c\x2c\x7d\x7f\xbc\x39\x66\x07\xca\x03\xe7\x61\xcb\xa0\xf3\xee\x81\x58\x1c\xb2\xc4\x5c\x81\xb5\xa2\xbb\xef\xae\x47\x5f\xd0\x98\xe7\x32\xd1\x4b\xb4\x33\x3d\x29\xe8\x31\xba\x63\x8d\x37\x5a\x4f\x4f\xcc\x9d\x8d\x36\xd2\x2f\x09\xed\xd0\x26\x10\xa2\xed\x47\x07\xa0\xf5\x71\x49\xe8\x43\xd8\x66\xb3\x0e\xb3\x82\xff\xb9\x0d\x62\x1b\xd0\x61\xe6\x4b\xb1\x1a\xb4\xfb\xce\x6a\x34\x01\xb6\x3e\x4b\xa0\x3b\xe1\x89\xdd\x4c\x74\x2b\xec\x56\xbd\x1b\xf5\x85\x57\x18\xfc\xd0\x60\x38\x4e\x90\x88\x86\xc2\x27\xa9\x55\x28\x05\xf1\x8b\xbd\x8b\xea\x90\x13\x9b\x7e\xa3\x77\xd1\x9d\x6e\x11\x98\x2d\xfa\x75\xdc\x3d\x4c\x85\xf9\xdf\x5c\x88\xd8\x92\xf1\x43\x8f\x91\x25\x8c\xb7\x9d\x36\xc8\x12\x06\xdd\xb4\x17\x09\x66\x0c\xd3\x17\x20\x87\x88\x52\xde\x53\x44\x40\x60\x14\x10\x69\x23\x12\x63\x86\x90\x2f\x44\xe0\x26\x57\x34\x90\x58\xe4\x7a\x1f\xcd\x27\x2c\xc7\xdd\xc4\x16\xe1\xac\x6b\x01\xf0\x42\xfe\xc7\x93\xe6\xb0\x0f\x7f\x7c\xdb\x3e\x38\x92\xe7\x58\x61\x06\xc7\x71\xdd\xb4\x85\x30\xc1\x09\xe6\x7a\xc1\x55\x6c\x69\x96\x13\xfc\x82\x75\x3d\xba\x1a\xf1\x65\x4d\x0d\x38\x8c\x14\x32\x37\xbb\xb2\xd0\xf1\xe4\x4e\xf3\x49\x68\x25\xf1\xe4\x92\x1c\x0a\x57\xc4\x0d\x3c\x83\x0e\xca\x5e\x35\x5f\x83\x72\xa4\x89\xa5\x4d\x50\xb6\xf8\x6e\x76\x0e\x54\x2b\x8a\x66\xd3\xa0\x57\x82\xbf\x19\x95\xb0\x37\x5f\xb9\x8f\x05\xeb\x78\xb6\x1b\xf3\x91\x51\x1c\xa6\xab\x3d\x82\xb3\x6a\xcd\x17\xa0\x2e\xe4\x86\x73\x4c\x70\x62\xde\xe5\xbe\x10\x70\x63\xae\xae\xe1\x28\x08\xe7\x84\x15\x69\x41\xae\xf6\xba\xf2\x2c\x58\x9f\xbd\x9b\x39\x12\xfc\xa9\xbc\x97\xa6\x85\x76\xca\x37\xee\x7d\x05\xf5\x49\x64\x1b\xf8\xb0\xb7\x30\xcf\xa5\x12\xee\xe3\xed\x31\xc7\x10\x3a\x2b\xf4\xb4\x17\x3d\xae\xd6\xbe\x7b\x12\x1d\x32\x95\xd5\x0a\xe9\x35\xe5\x31\xf9\x77\xe9\x67\x8a\xaf\xca\x03\xe8\xbf\x0b\x3c\x89\x3e\x30\x38\x97\x79\xa4\x00\xac\xd5\x19\x22\x43\xa1\xb9\x6a\xba\x7f\x04\x54\x2e\x1f\xe6\x32\x09\x5e\x25\x72\x30\x57\x23\xc3\x38\x01\x27\x8b\x69\x5f\xba\xdf\x75\x54\xd2\xad\xdb\xfb\xab\x2d\xe9\x5e\xcd\x54\xa3\x84\xbe\xb7\xee\xa7\x74\x36\x5d\x5e\xe5\x8f\x9d\xa2\x3f\x2a\xdb\x77\xf8\x11\xb8\xb9\x70\x4e\xc4\x73\xb0\xc9\x40\x59\x1f\x05\x79\x66\xef\x5a\xc0\x85\x2e\x4b\xbb\xcc\x73\xe0\x72\xee\x8f\x13\x12\xda\xe9\xc1\x37\xed\x15\xb4\x17\x7d\xb1\x55\x53\xe8\xa3\x3b\x4b\x73\x8b\xe9\x2e\x2d\x1d\x92\x4d\xf4\xd8\x7a\x26\xfa\x8f\x5e\x5d\x35\xe6\xf0\x22\x70\x62\xa9\x73\xc4\x2e\x90\x9a\xd7\xba\xee\x0f\xf8\x5e\xdb\xbb\x60\x1f\xa4\x94\x6f\x36\x6f\x87\x0f\xf3\x44\xc7\x3b\x68\x05\x67\x80\xb6\xfb\xb4\xf6\x13\xf3\x4d\xbb\x68\x17\x8f\x4d\x31\xbc\xa7\x7d\xec\x3c\x29\x2e\xa2\x3b\xb5\xcc\x42\x0f\xd2\x93\xeb\xec\x0f\xd5\xd0\x8f\x57\x14\x86\xff\x01\x1d\x0a\x29\xeb\xae\x80\x12\x7d\xd3\x82\x58\xc8\x4b\x91\x64\x31\x12\x9e\xc0\x3b\x76\x29\x8e\x79\x29\xe3\xdd\xc0\x21\xe6\xd6\xcc\x9c\xe6\x44\xf2\x78\xd6\x96\x92\xe7\x64\x6c\xd6\x7b\x35\x8f\x1c\x41\x69\x60\xad\x67\x18\xa8\xf5\xe9\xbb\x18\xab\x69\x97\xa3\xe6\x11\xff\x81\x53\x37\xac\x20\xc4\x50\xea\x82\x5a\xc2\x0b\xfe\x3e\x16\x23\xac\xd1\x75\x17\x0f\x30\x43\xa8\x7e\xfd\x22\xf2\x2a\xb5\xba\x89\x47\x86\xd3\x6c\x4b\xac\x19\xff\x68\x98\x6a\x80\x51\x49\x37\x63\x8a\x18\xdb\xe9\xbd\x69\x4d\xc4\x0f\x50\xb7\x57\x4a\xd4\x40\x12\xff\x16\x22\x09\x96\x2f\x70\x21\x66\x23\x7d\x63\x9d\x09\x2b\xb4\xe0\x42\x22\x79\x06\x6c\x38\x56\x42\x46\x83\x0f\x1a\x0b\x19\x2f\x21\xcb\x62\x6f\x46\x2e\xb4\x58\xf9\x8d\xb1\x05\xca\x22\x6f\x10\xbf\xa0\xf7\x69\x93\x88\x1a\x98\xb3\xd7\x9a\x38\x88\xb8\xfa\x2f\x27\x96\x22\xb7\x9d\xaf\xe2\xdf\x51\xd3\x98\x8f\xf8\x07\xcc\xe1\x9c\x35\xa3\x83\x38\xdb\x0b\x33\x62\x08\xb0\xbe\x93\xf8\x43\x2c\x28\x94\x13\x0d\xf8\x75\x05\x83\x48\xc3\x73\x19\x02\xc2\x03\x97\x1d\xf9\x82\x7f\xc4\x55\x91\x0e\xf8\x10\xae\x5d\x4f\xc5\x4d\x78\x89\x73\x12\xce\xc2\x3b\xc7\x0e\xc3\x25\xf8\xde\xd3\xa1\xc4\x7b\xde\xe8\xae\x5f\x04\xc1\x0d\xad\x75\x23\x66\x71\x64\xf9\x61\xf8\x3d\x76\xbf\x4c\x81\x97\xb1\x47\xe3\x8f\xf1\x0c\x56\x6a\xaa\x12\x0f\x60\xde\xde\x63\x81\xcf\x63\x6e\x5e\x37\x80\x5b\x91\x95\xce\xb3\xb1\xcf\x8c\xcf\x63\x7d\xf1\x71\x44\xd3\x89\x47\xf8\x6b\x99\x43\xfb\x37\xdc\x24\xb9\x5d\x75\x12\xdf\x29\x16\x19\x97\xe3\xb6\x22\x4f\x49\x1b\xf6\x4a\xf0\x18\xdb\x8c\x1d\xe3\x57\x1f\x5e\x8d\x15\xf2\xd2\x23\x00\x8c\xc3\x5d\xba\x6e\x1a\x96\xc6\xbe\x3e\xff\x11\x16\xc7\xda\x30\x96\x8d\x31\xc8\xa9\xfd\x7f\xb1\x67\xb9\xde\x2d\x6c\xac\x24\xc7\xb1\x22\x11\xdb\xaf\x03\x72\xe6\x63\x1e\xd9\x9d\xc2\xbf\xd8\x30\x55\x16\xfc\x18\x7d\xa0\xf0\x4c\xf1\x44\xcf\x4a\x6f\xee\x4e\x47\x5b\xc5\x87\xfc\xac\xd0\x32\xc1\xc0\x7c\x1a\x9a\xcf\x3d\x33\xf6\x3f\xf4\x04\xcb\xbc\x97\x8b\xc5\x98\x74\x8d\x1e\xd8\x84\x72\xb8\x94\x8a\xf6\x95\x80\xda\xc3\x28\xaf\x70\x29\x1f\x43\x23\x8d\xd7\xc1\x62\xd4\x2f\x27\xf5\xc0\x5a\xd4\x53\x73\x29\xec\x1a\x3a\x57\x35\xd2\xf7\x19\x3a\x53\xfa\x62\xde\x6d\xd4\x41\x98\x38\xf6\x1d\xba\x85\xfd\xa2\xdb\x0a\x1b\xd6\xfe\xac\xee\x1f\x5a\xd5\xe2\x58\xec\x87\x46\x35\x2c\xcb\x0e\x45\x67\x55\xbf\xe3\xb2\x90\xb7\x15\x30\xed\x32\x72\xa9\xf8\x59\x52\x01\x72\x3c\x7f\xf8\x4e\x26\x52\xaf\x6f\xf6\x79\x84\xd4\xa8\x7e\xcf\xdb\x80\x74\x4a\xae\x8c\xfd\x86\x7c\xe0\x32\xbb\xbc\xd0\x27\x7d\x83\x75\x2e\xa8\xb0\x4b\x5b\x14\x87\x2e\x6b\x5b\xa3\x86\x90\x0f\x8d\x0c\x4e\x1b\xd2\x5e\x23\xa4\x4d\x43\x74\x15\xfb\x13\x7f\x23\xfc\xa2\x07\x3b\xbe\x21\x19\xb9\xd7\x7d\x08\x24\x55\x13\x38\xcf\x1a\x41\x65\x5b\xc7\x4d\x44\x1a\x78\x53\x3a\x0d\xe8\xd0\x89\xe3\xb5\x3c\x34\xa9\x3f\xa0\xb0\x0b\x1d\xd5\x2d\x52\xdd\x46\x5a\xdb\x52\x38\x8e\x08\xbd\x11\xa0\x8a\x90\xed\xd5\xbb\x12\x59\xc8\xaa\xb2\x35\x3b\xd4\xc8\xac\x7c\xc8\x27\x10\x99\xac\x73\x9f\x37\x1e\x99\x2b\x4f\x18\x17\x86\xec\xe4\x85\x1c\x1f\xce\x7f\x99\x61\xd6\xfa\x8d\xf7\x37\xa3\xb3\xf2\x30\x6f\x56\x26\x35\xe7\x02\x77\x67\xd6\x62\xd1\x66\x8e\x98\x62\x05\xbf\x60\xb7\x53\xed\x0e\xbe\x60\x3d\xa1\x6d\xdb\xa5\x65\x4d\xa5\xe7\xf9\x36\x30\xfd\xa1\x71\x73\xd3\xc8\x14\xb8\x7b\xd4\x6b\x46\x3f\x3a\x79\xd0\x96\x9f\x40\x59\xd2\xea\xc4\x13\x51\x4c\x15\xa5\xdc\x1e\xea\x82\x9c\x19\x9c\xaf\xd4\x12\x61\x11\x67\x29\x6d\x3d\xbc\x95\x9d\x42\x9f\x74\x30\x9a\x55\x00\x9a\xed\x9a\xc9\x7c\x0c\x8d\xf1\xf5\x61\x3a\xc1\x8e\x73\xc7\x92\x11\x08\x75\x54\x0d\xa3\x1b\x4d\x19\x70\xe6\x3d\xa2\x93\x2d\xeb\x79\xf6\xf4\xee\xf2\x1b\xdc\x7d\xf4\x7f\xfa\x3d\x1c\x15\xe8\x2b\xf8\xc6\xbe\x0a\x1a\xa1\x3a\xf6\x54\x68\xe1\x81\xcb\xac\xdd\xd0\xad\xb0\x1a\x66\x01\xac\xf6\x79\x46\xbe\x41\x62\xe6\x5c\x25\xdd\xd1\xf0\x51\xd5\x0c\x3d\xfa\xe2\x18\xc8\xbd\x8b\x47\x36\x29\xb8\x6e\xf8\xe4\xb2\xc5\x1c\x08\xbb\xa8\xbd\xcc\x3e\x89\xe5\xf3\x45\x6c\x5b\x8c\x07\x1e\x64\x25\x61\xba\xe4\x26\x66\x13\xd6\xbb\xf3\x0c\x73\x32\xf6\xcc\x67\x35\x79\x04\x9f\x36\x07\x66\x74\xe3\x51\xa3\x8e\x33\x56\xe2\x33\x7a\xb2\xb8\x8e\x9c\x9d\xf5\x9f\x38\x71\xec\xe6\xe2\x7b\xec\x06\xf6\x98\xec\xd3\xec\x51\xac\x68\xee\x59\x56\x34\xf3\x24\xed\x05\xb3\x85\x19\x96\x94\xc9\x9c\x4c\xbe\xdc\x71\x9e\xa4\x90\xf0\x1a\x19\xe3\x16\x39\x6a\x8e\x0f\x63\x09\x83\x39\xda\x8c\x68\x21\x0e\x76\x56\x70\xc2\x25\x4b\x6b\xd3\xd9\x85\xa2\xdf\x85\xd5\xac\x1f\xc2\xe3\xaa\xdb\xac\x6d\x02\x0d\xc7\x8e\x59\xcd\x4f\xa7\xa6\x33\x27\xf2\x0e\x26\xae\x20\xa9\xdc\xa8\xd0\x4b\x8c\xfb\x9c\xf5\xab\x9f\x30\xfc\xd9\x93\x66\x7f\x21\x0a\x99\x3d\xa3\x97\x10\x6e\x8c\x8e\xd6\x1f\x6c\xb5\x5e\x5b\x35\x9d\x75\x4d\xdb\x90\x47\xb0\x9c\xb3\x3b\xe4\xbf\x98\x88\xaa\x8a\x29\x20\x6f\x2a\xf4\x59\x8b\x49\x3f\x99\x32\x61\x1b\xa3\x5a\x42\xdd\x1e\xc9\x98\x2e\xf2\x59\xf5\x96\xc0\xf9\x17\x67\x67\xe3\x4f\xb8\x73\x46\x8b\xf0\x2c\x66\x41\xd3\x7b\xd6\x87\x72\x4a\xc5\x0c\xd6\xfa\x12\xa1\xa1\x81\xa9\x2b\x2c\x94\xc6\x90\x2f\xf3\x8c\x0c\x37\xd2\xdf\xc0\xca\xb0\x60\xd4\xe8\xe2\xe3\xd2\x18\x4e\xd9\x93\xb6\xde\x22\xf8\x0a\xf1\xca\xff\xf0\xcf\x92\xde\xd9\x33\xf0\xbd\x02\xd5\xe8\x01\xec\x15\x3b\xb5\x21\x8e\x55\xdf\x32\xaf\xf4\x16\xf3\x43\x03\x5b\xcf\x61\xae\xaa\xe9\x12\x6f\x21\xd9\x95\xc7\xf1\x95\x8c\x5b\xa5\x85\x69\xfe\x8c\x75\x85\x31\x31\xf7\x88\xba\xdc\x2b\x5b\x38\x84\xbd\xf6\xc9\x8a\x6b\xb8\x48\x29\x71\x22\xb1\x1f\xe2\x4b\xa3\x87\x30\x2e\xe7\x53\x7d\x32\x0b\xec\x12\x95\x3c\x63\x0e\xb4\xe5\xe8\x8a\x98\x53\x9a\x40\x51\x26\x19\x51\x37\x19\x4b\x65\x94\x9a\x32\x8e\x72\x19\x63\x4b\x8b\x63\xbc\x09\x4a\x01\x1a\xf2\x13\xff\x2f\xe7\xee\x8a\x23\xf8\x16\x75\x9f\xd3\x36\xac\x43\xba\x72\xf4\x03\x6c\x33\x17\xad\x2b\x66\xf9\xf5\xcf\x2e\x71\x63\xaa\xba\x3f\x6b\xbf\x90\x4f\xdb\x39\xc2\x73\xa4\x53\x53\x2f\x7a\x91\x91\x58\xdb\x70\xe4\x27\x71\xac\x32\x31\xba\x9b\x98\x57\x5c\x1b\xa2\xc6\xc5\xc6\x98\x15\x6e\xd8\x0f\x8d\xd8\x69\x03\x16\x27\xdb\x38\xc6\x1e\x7d\xc1\xed\x6c\xdd\x29\xab\x4e\x9f\x6b\x9a\x27\x4d\x4a\xff\x6e\x3c\x21\xb1\xcd\xb8\x22\x1f\x25\xba\x9d\x99\x4f\x46\x0b\x73\xb3\x94\x19\xcf\x05\x21\x94\xea\xb8\x27\xbc\x2f\xd4\x2f\x5b\x95\xdc\x3c\x7a\xc8\x8a\x53\x9c\xd5\x60\x9f\xc3\x4b\xd6\x19\x58\x3a\x62\x05\x93\x8b\x7c\x6e\x51\xc9\x36\x65\x2d\xaa\x4c\x95\x8e\xc9\xea\x33\xda\x88\x4f\x52\x12\x65\x71\x22\x3e\xe5\x1b\x63\x50\x18\x4c\xad\xc8\x88\x14\x8c\xa6\xf1\xe2\xf6\xf3\x5a\xe9\xc2\xad\x4e\xdc\x74\x30\x7f\x45\x12\xc7\x1e\x3a\xeb\x50\xc8\x6a\x43\x56\x8e\x98\xce\xc4\x50\xaf\xe6\xd3\xd2\xa7\xb4\xc8\x0a\x93\xa4\x82\x56\x95\x1b\x2f\xce\xa4\xcf\x94\x36\x8a\x96\xd2\x8f\x30\x66\x0b\xbe\xd0\x9f\xa4\x9f\xe0\xb7\x82\xbc\xd8\x87\xbc\x74\x28\x78\x4b\x07\x77\x19\x6c\xbf\xc2\x86\xfd\x06\xfe\xe3\x40\x61\xc9\xd1\x89\x23\x26\x30\xe3\xd0\xb2\x26\x3b\xc9\x23\xb4\xbd\xdc\x56\x3c\x80\x56\xe6\xdc\x13\x69\x50\xad\x64\xab\xf0\x08\xca\xc5\xef\x08\x36\xa2\xb2\x34\x23\x7f\x0a\xda\x13\x73\x97\x7b\x1b\x1b\x11\xf2\x85\x53\x81\x05\x79\x2b\xd8\xa9\x98\xde\xc1\x9f\x35\x13\x1f\x37\x22\x8c\xfc\x85\xdd\xaa\xc7\x25\xae\x2c\x5d\xa9\x99\xe8\x0f\xcb\x41\x77\x5f\x78\x9f\xa9\x17\xc9\x05\x6d\x4c\x6b\x2c\x9a\xaf\x24\x0b\x8e\x86\xf2\x0e\x91\xa1\xd1\x83\x5c\x1f\xd2\x32\x64\x32\x67\x32\xa3\xdf\xeb\x2b\xeb\x1e\x23\xc3\x61\x1c\x53\xc6\x98\x31\x82\x4b\xa6\x13\x53\x6a\x97\x8b\x53\x84\x5f\x8b\x8a\x44\x5b\x84\x96\x9a\xd7\x42\x4f\xc1\x54\xc1\x0d\xc1\x78\xbe\x15\x72\x8f\xf7\x86\x37\xf1\xc8\x70\xee\x59\xee\xb2\x7d\x26\x4e\x09\x27\x3c\x78\x15\x1b\x61\xa7\x78\x65\xb2\x36\xb0\x52\x1d\xc6\x90\xdf\x99\x21\x23\xad\x19\x57\x19\xa9\xa6\x37\xa2\x3a\xcd\xdb\xfc\xf3\x42\x59\xb6\x8f\xea\x97\x00\x54\x11\x3c\x0f\xfe\x56\x45\x29\x44\xf0\x16\xc8\x86\x0e\xbd\xe1\x9a\x4b\x7e\xef\x7d\xce\x7e\x21\xb6\x0b\x7c\xc8\xea\x10\xda\x2d\x67\x33\xb9\xbc\xd7\xb3\x0a\x48\x1f\x0e\x7b\xe4\x5e\x86\x3d\xd3\xaf\xfc\x96\x68\x7d\xf1\xe3\xdc\x21\xa1\x63\x61\xa0\x22\x82\xff\x27\x6f\x88\xdd\xc3\x3b\x9b\x3b\x8a\xbe\x99\x9b\xa7\xf7\x38\xf8\x9a\x43\x6a\x76\x46\x3a\xb3\x13\x54\x5b\x37\x1f\x66\x79\xc9\x27\x2e\x23\xc9\xbf\x62\xd5\x2c\x07\x46\x0b\xbf\x67\x24\x9d\xd0\xb0\x5e\x95\x3e\x17\x7e\x6b\x30\xcf\x79\x29\x18\xaa\xa9\x95\xad\xe1\x17\x98\x96\x31\xbb\x78\x07\xcb\x84\xd4\x64\xee\xf2\xa2\x8e\x03\x9e\x9c\xc9\x79\xa7\x23\x4a\x58\xef\x73\x34\x9b\x5c\x99\x43\x9a\xb1\x9e\x34\x52\xaf\x98\x3e\x53\xc0\xd8\x29\x1a\x18\x49\x10\x1e\x9c\x88\x92\xeb\xc2\x2b\x6d\x93\xf5\x7f\x05\xc5\x4d\x19\xd2\xbd\x7c\xb0\xce\x48\x3e\xe1\xad\xae\x12\x52\x72\xb9\x66\xe5\x1b\x93\x61\xf6\xad\xa2\x0b\x11\x23\x59\x0d\x79\xe3\x02\x8c\x4c\x91\xee\xb2\xe7\x38\x32\x46\xe5\x3c\x33\x8c\x31\x55\x62\x3d\x52\x89\xbf\xe2\xdc\x2d\xfe\x22\xac\xeb\x0e\xd5\x7b\x0a\x90\x76\x50\x52\xc1\x0f\x6e\x8e\x23\x57\xf3\x46\xd6\x7d\xa5\x00\x9c\x63\x55\x9b\x92\xde\xb2\x65\x65\x11\xe1\x22\x56\x5c\xa1\x45\x80\x07\x73\xb5\x61\xe1\xd2\x63\xa4\xa5\xfa\xde\xcc\xf5\x44\x97\x74\xd2\xc8\x53\x38\x9f\x6b\x57\x58\x9a\xf3\x27\x0d\xd2\xbc\xd7\xfd\x48\x3f\x20\x02\xb5\xa3\x33\x02\xf0\xdf\xd9\x63\x33\xe7\x67\x18\x55\x66\x59\x6e\xfb\x49\xf9\x13\x4a\x44\xd8\x4f\x69\x1d\xb5\xda\x3f\x4a\x1c\x43\x77\x59\x84\x09\x3e\x80\xc7\x66\xcc\xe2\x25\xc3\x85\x40\x2a\xc7\x0a\xf9\x5c\xe8\x94\x23\xc9\x3c\xa0\x49\xd1\x65\x67\x99\x0b\xbf\x6a\x6a\xb2\x4a\x71\x58\xdd\x4c\xd9\x9a\x31\x5f\xd9\x44\xb5\xdd\x3f\x45\x9e\x47\x1b\x1f\x96\x2d\xcd\xa4\x3b\xfb\x5b\x88\x17\x81\x31\x8b\x02\x04\x67\xa1\xea\x19\x23\x79\xdb\x10\x2f\x20\x93\xfd\x0f\x5d\x58\x20\xcf\x99\x4d\xa5\x64\xdf\xd1\x2d\xa7\x5e\x14\x26\x6b\x76\xd3\x5c\xb1\x0f\xea\x58\x5a\x6e\x7a\xa9\x32\x96\xbe\x34\x21\x57\xbe\x93\xfe\x2e\x6c\x91\x74\x21\x78\x76\x7d\x9f\xe8\x33\xd4\xb7\x68\xa2\x20\x17\xee\xb7\x79\xc7\x9b\x8f\xfc\x02\xf8\xec\x3b\x68\x76\xfe\x68\xfd\x1e\x24\x4c\x4d\xd5\x1e\x45\xf6\x09\x1c\xb3\xb3\x91\xbd\xe8\x69\x95\x09\x39\x9c\x66\x54\xb4\x20\xd9\xf1\xb5\xb2\x3a\xe4\xf9\xce\x58\x89\x12\xdd\xbe\xde\x55\x94\x84\xf6\x2c\x6c\x16\xd8\x63\x9e\x36\xb7\xb8\x35\xd8\x10\xf0\x98\x9d\x8c\x55\x1a\xb3\x74\x0d\xa4\x4a\xf9\x40\x73\x9a\x0c\xe6\xe5\xa9\xdf\x32\xbe\x23\x14\xd5\x08\x86\xfe\x28\x45\x31\x99\xb1\x23\xae\x5c\x36\x89\xe1\xb1\x83\x10\xff\x61\x4c\x5b\x07\x09\x2f\x12\xbf\x16\x06\xf0\xc5\xc4\x2d\x9b\xe3\xdc\x79\x44\xcf\xb0\xe5\xac\x07\xf8\x03\x83\x99\xce\x83\x9f\x22\x7f\xac\x59\xc5\x6b\xe1\xfc\x56\x87\x73\x3f\xc3\x80\xf2\x10\xd7\xe1\xc8\x22\x39\x9d\x13\x19\x2b\x92\xc2\xec\xa6\x50\xb9\xf8\x20\x7b\x92\xdf\xa0\x70\x15\x6b\xaf\xc7\x5d\xde\x37\xa6\xce\xa6\x8f\xc3\x27\x7b\x86\x15\xb3\xd6\x31\xa6\xea\x12\xb4\x7c\x95\xad\x34\x39\x5b\xa5\xb8\xc3\xd2\xa8\x2a\xe4\x34\xfa\x55\x45\x93\xf4\xc9\xe1\xb5\xb2\x76\xc9\xf6\xe8\x9b\x92\x0e\xd1\xf9\xed\x73\x44\x15\xc2\xb5\x6b\x6b\x05\x34\xbe\xc4\x63\x01\x6f\x19\xb7\xcd\x86\xc7\x1e\x62\xd7\x99\x8d\x66\xa2\xe4\xe9\xec\xc7\xda\x69\xf9\xcb\xc5\x16\xd9\xb3\x72\xff\x91\x49\xaa\xc5\x39\x8d\xd4\xd3\x0a\x4f\x5d\x50\x4a\x82\x6c\x61\xf6\xe5\x7d\xae\x92\x45\xaa\xc8\xad\x75\x22\x07\xf9\x31\x5f\x06\xff\x8d\xe4\x8b\xfb\x1e\x6e\x99\xf0\xb5\xcd\x02\xb6\x0f\x4f\x6d\xe6\x43\xbe\x66\x05\xa9\xbe\x69\x4e\x9b\x1e\x08\xe7\xaa\xaf\x56\x4c\x24\xb8\xca\xc7\xa5\x56\x94\xe1\xf2\xbb\x85\x17\x0f\x74\x48\xcf\xe7\x65\xec\x2d\x15\x0f\xe5\xfc\xd9\x12\x25\x6c\xd6\x6e\xf1\x89\xe5\x33\x54\x5b\xdc\xd2\xb9\x2b\xa5\xdf\xa7\x57\xb3\x2e\x0a\xfd\xcc\xc2\x48\xda\xff\x38\xba\x0b\xb7\x26\x1e\x87\x01\xe0\x27\x16\x60\x8b\xa2\xa2\xd8\x94\xd8\x82\x22\x48\x2a\x21\x08\x08\x4a\x88\x20\x22\xd2\xb9\xbe\xbe\xdd\xba\x37\xd6\xa3\x46\x77\x87\x80\xd8\x89\xdd\xdd\xfe\xec\xee\xfc\xaa\xef\xf3\xbc\x7f\xc9\x47\xa0\xd6\x85\x1b\xdb\xbb\xd8\xd2\x1c\x7d\x5f\x7b\x0c\x7b\x9f\xf6\x68\xf3\x17\x86\xaf\xba\xa7\x21\x36\x6b\x84\xca\x5c\x23\x4b\x04\x14\xba\x8a\x92\xf0\x73\x32\xb4\x34\xdd\xfb\x89\x24\xc4\x70\x7e\xf1\x24\xe1\x6f\xf5\x95\xe9\x1c\x7e\x91\x3c\xdf\x22\x9f\xbb\x4a\x38\x5e\x7b\xda\xa8\xec\x4b\x93\x5c\xd6\x6b\xba\xdf\xb3\xa7\x6a\x8b\x3b\xfc\xe8\x55\x6a\xb2\x25\x32\x93\xaa\xda\xd5\xe0\xb8\x1d\x57\x6c\xae\x1e\x0a\x4f\x91\x2d\x37\x4f\xf7\x16\x8b\xbf\x9b\x3e\xb9\x5e\x16\xd6\x69\x93\xa7\x53\xf9\x6b\x14\x5b\x2d\xea\x38\x97\x84\xd1\x8a\xea\x46\x98\xd2\xc0\x1b\xaa\x3b\x4c\xc5\x61\xa4\xc6\x8a\x96\x5c\xe0\x5a\xb9\x9c\xbe\x31\x75\x7a\xb9\x1f\x23\x31\x36\xb5\x64\x15\x53\x1d\x42\x35\xfc\x66\x7d\xf5\xa8\xd7\x8a\x20\xa9\xd3\x30\xd5\x03\x24\xc0\x26\x49\x3e\x0d\x73\x04\x00\x71\x2e\x1e\xa3\xf0\x6f\x1c\x4f\x5f\xce\x2b\xac\x8b\xa7\x5f\x87\x1d\xaa\x1b\x19\xa2\xfc\x1b\x15\xb7\x98\xfe\xbb\x4e\x96\x7d\x62\xcd\x8b\x9d\x5e\xfc\x1a\x5c\x10\xb2\xdc\x30\x08\x85\x7b\xe0\xda\xad\x70\x99\xe3\x33\x55\x3f\x6a\x6d\x93\x2c\xfb\x81\x95\x03\x80\x78\x2b\x8e\xc8\xaf\x36\xd4\x30\x6f\xf3\x26\xd4\xbe\x67\x45\x43\x27\xab\x83\x59\x37\xf2\x59\x15\x04\x98\xba\x2b\xbf\xac\x1c\x9a\x18\x33\x54\x5c\x0a\xdd\x0f\x7e\x6d\xa0\xc0\x97\x3c\x36\x69\xa7\x20\x0f\x1c\xcf\xa9\x38\xd8\x30\x9b\x54\xd9\x69\x3c\x08\x00\xc4\x2e\xf8\x25\x59\x7f\xfd\x33\x14\xe1\x8e\xaa\x5d\x83\x96\x82\xa7\xab\x4c\xe8\x9e\xbc\x72\xf3\x05\xf4\x7e\x4a\x4f\xe9\x3b\xcc\x31\x66\x8e\xe9\x03\xa6\x0e\xde\xae\x3f\x83\xdb\xad\x79\xa6\x41\xf1\x1a\xc7\x4a\xe5\x6f\xc2\xc3\x26\x57\x16\x4e\x3c\x01\x00\x51\x2b\x71\x5a\xda\x53\xef\xc7\x59\xc6\x01\x6a\xf4\x9c\x09\xac\xae\xca\x8f\xe4\xc3\xdc\x1a\xb3\x0b\x59\xb3\xf3\x56\x69\x28\xc9\xd9\x9a\x64\xda\x4c\x92\x41\x7d\xfa\x65\xa4\x66\x0d\x5d\x7d\x9f\x2c\x76\xcc\x51\x26\x93\xb5\x36\xa4\xb4\x9b\x6c\x05\x00\xd1\x64\xf6\x5b\xf1\xc5\xba\x83\x22\x21\x7b\x47\xcd\x28\xe1\x7b\x66\x4e\x65\x8a\x30\x3e\x87\x5d\xae\x15\x74\x24\xdf\x29\xe9\x12\xd8\x6d\x21\x8d\x7d\xfc\xea\xa0\x61\x3a\x3d\xdf\x7d\xf5\x27\xf5\x06\x5e\xa7\xe3\x0a\xc5\x41\xde\x42\x1b\x93\x74\x12\x17\x06\x00\x61\x3e\xc7\x5a\x34\xac\x6e\xa9\x3a\x1e\x6f\xaf\xce\x28\x5a\x48\x6f\xac\x68\x50\x3e\xc9\x7a\x5e\x76\x49\xa1\xd8\x41\x2d\x7e\x22\xf7\x8d\x0e\x34\x3c\x97\x59\x6c\xf8\xa7\x3d\x21\x39\xb8\xda\xb7\x28\x4f\x1c\xeb\x30\x24\xff\x20\xbc\x66\x63\x92\xf8\x0b\xa6\x03\x80\x40\xc3\x2d\xe3\x7f\xab\x35\x94\xde\x45\x4f\x54\x5d\x2e\x7e\x41\x1b\x56\x31\xc7\x34\x2c\x33\xa9\xcc\x47\xff\x2a\x69\x5c\xf1\x46\xed\x99\xa8\x91\x86\x50\x75\xe7\xfa\x0f\x5a\x67\x15\xee\x9e\xa2\xba\xa1\xb0\x75\xf0\x95\xc7\x48\xb9\x36\x54\x71\xad\x48\x0f\x00\xfc\xf7\xbc\xb7\xbc\x9d\xb5\x31\xf5\x72\x24\xb4\x4a\x5d\xf3\x86\x82\x98\x2f\x54\xad\x4a\x7f\x5d\xfa\xc8\xbc\x6d\x7b\xb7\xe9\x51\x69\x46\xe4\x39\xfd\x7d\x53\x7a\xc0\x13\xcd\x5e\xbd\x87\x9b\x50\x95\xa0\x3e\xbc\x50\x23\xbb\xa6\x1c\x65\xe3\x2a\x76\x91\xdc\x03\x00\x7e\xbe\x60\x04\xb7\xb3\x76\x45\x4b\x01\x5c\x59\x45\x69\x54\x14\x5e\x32\x37\xd5\x09\xd2\x43\x4a\x7b\xab\xb7\x6e\x9f\x65\x6a\xad\x00\x22\x83\xf5\x75\xa5\xaa\x00\xaa\x86\x6d\x7c\xe1\xe6\xa8\xb2\xd7\xbe\x5b\x18\x2a\x53\xa8\x2a\x6c\x6c\x44\xff\x93\xde\x07\x00\xfe\x02\x41\x3e\x77\x76\xad\x75\x47\x15\x3c\xb9\x2a\xb8\x55\x59\xb8\xc1\x8c\x35\x85\xa5\x1d\x2f\x25\xea\xce\x25\xd4\x99\xf2\xaa\x1d\x22\x1e\xe8\x77\x9a\xb7\x06\xcc\xd1\xac\x2a\xf1\x5d\x75\x47\x79\x4a\x7f\x62\xe1\x6c\xd9\x8a\xa2\x6f\x36\x53\x44\x7c\x59\x35\xb0\x96\x77\x48\xd0\x04\x47\xed\x09\xa7\xb2\x29\xda\xae\x2e\x5a\x42\xa6\x73\xfb\x4c\xfa\xd2\xa4\x57\xcd\x39\x8c\x89\x5b\x26\xd6\x17\x31\xe7\x05\x9b\xab\xc5\xac\x1d\x5e\xab\xcc\xeb\xc1\x33\x4b\xe2\x8b\xbb\x60\xaa\xfd\x2f\xdd\x55\x74\xd5\xb8\x45\xaa\x5e\xec\x7f\x00\x20\x35\xe0\xdf\xe0\xe5\xbd\x37\xe9\x2f\x28\xb4\xae\x8d\x0c\x49\xa6\x65\xdb\x41\xa6\x6b\xd2\x89\xe6\x29\xcc\xdb\xd1\x6f\xeb\xfd\x58\xfd\xc1\xec\x6a\x1f\xf0\x88\xd7\xcc\xf2\x7f\xd0\x8f\x25\xc1\xc5\x20\x92\x64\xff\x53\x57\x8b\xde\x18\xe7\xa7\x92\xe3\xeb\x00\x40\xca\x22\x46\xc2\x23\x7b\x77\xb3\xa8\x94\x90\xce\x47\xac\xfb\x19\xb7\xda\x92\xc0\xb0\x24\x43\xd3\x00\x78\x36\xfa\x48\xdd\x4b\x08\x0a\xde\x5e\xf5\x1a\xde\xe2\xf9\xa7\xbc\x1d\xd9\xba\xc4\xbd\x78\x05\xca\xb2\xff\xaa\xcb\xc0\x5a\xc7\xc5\xab\xe2\xf0\x33\x00\x20\xdd\x40\x84\x42\x87\x7b\x84\xa8\xae\xf0\x66\xe7\x14\xb4\x22\x23\xa2\xb5\x02\x6d\x49\x9a\xdf\xf8\x17\xbd\x1f\x9d\x52\xb7\x0a\x73\x0f\x1e\x5d\xb5\x1a\xeb\xf2\xdc\x5f\xf6\x1f\x1e\xb1\x64\xa2\x49\x82\xff\xb4\xff\xac\xbd\x48\x34\x8e\xe3\x29\x4f\xb2\x3d\x01\x40\xd2\xcb\x5e\x0c\xd6\x74\xdf\x24\x5b\x0b\x2d\x3a\x12\x49\x7d\x7a\x73\xcb\x5d\xb2\x30\x51\xdd\xb8\x8e\x0c\x8e\x7a\x56\xcb\x20\x7d\x82\xca\x2a\x51\x32\xca\x33\xb3\x2c\x90\x44\x16\xdf\x36\xde\x20\x1b\xed\x5f\x6b\xe7\x91\xb7\xc7\xf5\x2b\x67\x93\xb7\x00\x40\x32\x9a\x5c\xc7\x32\x75\xaf\x11\x8a\x0b\x26\xb5\x77\x0b\xfe\xa5\xdd\x6b\x59\x2a\xa0\x6e\xbf\xdb\x20\xe3\x3f\x8f\x0a\xaf\x39\xc6\xa7\x07\xcd\xaa\x38\xc1\xb7\xf5\x1c\x51\xaa\xe0\x1d\x5f\x5c\x62\x9c\xcf\x2b\xb0\x7f\xa8\x29\xe0\x4d\x1f\xf7\x56\x91\xc7\x05\x01\x40\xbc\x99\x13\xc8\xa4\x74\x6d\x55\x85\xe5\xdd\x69\xbb\xa7\x74\xdb\xad\x6e\x8e\x53\x4c\x4e\xe8\xa8\x6f\x96\xbd\xdc\xbc\xa1\xfa\xb6\xf4\x7c\xa0\x97\xf9\xb6\x64\xff\xda\x98\x92\x2a\x71\xcb\xe2\x55\x06\x37\x91\xd8\xfe\x8c\x9a\x14\x46\x8f\x5f\x2c\xe7\xf2\x4f\x00\x80\x28\x89\xdb\xc2\x98\xda\x79\xd1\xb4\x2f\x97\xdf\xe6\x67\x78\x93\x1a\xd5\xd4\xa4\x9f\xb6\x8d\x5f\xf7\x5d\xeb\x13\xe9\x56\x3d\x5b\x9d\xb9\x21\xdc\x3c\x5b\xa5\xf2\xd0\x15\x3f\x53\x34\xb8\x76\xea\x61\x99\xd9\x5e\x5b\x34\x24\x29\x18\xef\x2f\xbb\x20\xbc\x03\x00\xc2\x3a\xde\x11\xda\xab\xce\xf0\xaa\xfe\x9c\xac\xd6\x33\x15\xc8\x2e\xdf\x26\xcf\xf2\xe9\xf1\x58\x1d\x52\x22\x8b\xf0\xae\x32\x18\xbf\xac\x67\x96\xeb\xf5\xd1\x6b\x9e\x16\xef\xd4\x14\xb9\x2e\xd5\xbd\x56\x19\xec\x83\x8a\x96\xcb\x93\xc7\xfb\xc9\xbc\xc5\xfd\x00\x20\x9c\xca\xaf\xa6\x6d\xea\x9c\x59\xbf\x24\xfb\x41\xab\xa1\x46\x95\x72\xbc\x69\x64\xe5\xa5\x78\xeb\x3a\x9f\xf2\x2f\xe1\x97\xaa\xb6\x94\x0e\x5f\x3f\xa3\x7c\xb3\x69\xf8\x9a\xd2\xe2\x19\xba\x5b\x8b\xbe\xeb\x2a\xd4\xd9\xf6\x8b\x54\x0f\x15\xdd\xe3\x03\xa5\x1f\x24\x22\x00\x10\x9c\xe4\x7f\xa1\x1e\xec\x78\xd2\xf4\x37\x3b\xab\x75\x47\xc3\xc4\x94\x9d\x8d\x27\x6a\x47\xc4\xb5\xd6\x7e\xab\x7c\x1a\xce\xae\x1a\x56\xde\x10\x70\xa3\xec\x77\x49\xec\x9a\x3c\xd3\x51\xc3\xc5\x45\xf7\x74\x7e\x9a\x9f\xf6\x4e\x2a\x44\x79\x76\xfc\x2e\xa9\x4c\xea\x02\x00\x82\x14\x81\x3d\xa5\x7c\xf0\x0d\x2d\x31\xcb\xa2\x7f\x36\x7d\x4a\xf2\xb9\x9e\x0d\xf4\xf3\x31\x5f\x3a\x56\x33\x2a\xc3\x4a\x9b\xbf\x32\xeb\xfd\xfa\xeb\x51\xd6\x03\xb7\x7f\x55\xfd\x50\xa8\xb3\x55\x59\x39\xfc\x6a\xc6\x65\xe3\x0a\xb4\xd5\x3a\x5d\x9d\x8f\x7b\x00\x80\x4c\x47\x78\x53\x74\x83\x04\xa3\x26\xf3\x57\x5f\x3f\x73\x49\xf2\xf1\xee\xa7\xcc\xbe\x98\x67\xed\xf7\x58\xf1\x61\xf2\xe6\x0a\x70\x91\x5f\x5b\xfd\x12\x68\x85\xdb\xb7\xaa\x02\x38\xcd\xd9\xaa\x6c\x27\x72\x74\xc6\x0d\xc3\x1f\xcc\xdf\x9a\xab\xf6\xc7\xf9\x00\x20\x2b\x24\xd6\x53\x78\x83\x93\xc0\x71\x99\x2f\xfb\x36\x83\x59\xc9\x3d\xdd\x1c\xf0\x64\xcc\x95\x76\x1c\x72\x0f\x43\x9b\x83\xa0\x9b\x7e\xe6\xba\xeb\x70\xbb\xdb\xfb\xaa\x99\x48\x9b\xf3\xc8\xb2\xa9\xe8\x85\x19\xf7\x0c\x03\xb8\x95\x75\x85\x7a\x04\x61\x09\x00\x32\x0f\x82\x4d\x89\xde\xbb\x12\x7d\x92\x59\xb7\x07\x45\x5f\x24\xef\xe8\xea\x43\xdf\xc6\xa8\xda\xfa\x31\xbb\xb0\x90\x26\x21\x56\xe0\xc7\xa8\x9b\x8e\xbd\x72\xbb\x5e\x99\x8c\x0b\x9d\x87\x95\xa6\x12\x6e\x33\xde\x1b\x6c\x89\x77\xd6\xb7\x8a\xb2\xd8\xa9\x00\x20\xad\x60\xc7\x17\xe2\x03\x59\xe4\xf5\x4c\xcb\xde\x56\xb2\x67\xc7\xfb\xce\x47\xa4\x30\x66\x45\xeb\x33\x32\x31\xf4\x77\xe3\x5e\x72\x8b\x9f\x7b\xed\x26\x32\xc3\xad\xae\x42\x4f\x6a\x9c\x9e\x97\x54\x93\xa7\x66\xfc\xd6\x27\x72\x46\x8f\x99\xa1\xea\x25\x3f\x03\x80\xe4\x39\xb9\xab\xe0\x7a\xff\x80\x90\x9e\x91\xd5\xf3\x59\xf0\x64\x47\x52\xe7\x6c\xc1\xd6\xad\xdd\xad\xf3\xf9\x67\x42\xb5\x0d\xdf\xf8\x3b\x7c\x1f\xd5\xf0\xf9\xc3\xdc\xb2\xcd\xe7\x79\xbd\x4e\x67\x8b\xef\xf3\xf2\xed\x86\xeb\xcc\xbc\x85\x63\x62\x95\xbf\xb9\x6c\x00\x90\x38\x72\x52\xf3\xcf\xf5\x3d\x50\x0e\xa4\x6f\xef\x99\xa8\xa8\x4a\x8a\xea\x58\x26\xe7\x6f\x39\xd8\xe2\x2a\x4b\xdf\xb8\xaf\xfe\xbb\x34\xc1\x77\x49\x35\x4f\xb2\x75\xd5\xf3\xf2\x73\xe2\x68\x27\x81\xe9\x91\x28\xc8\xce\x46\x5b\x2e\x74\x1a\xd3\xa1\xb4\xe0\x37\x02\x80\xd8\x99\xdb\x97\x57\xda\x37\xd3\x28\x49\xf3\xeb\xde\xa4\x3f\x9b\x18\xd8\x9e\xa9\x1b\x19\x7d\xbc\x79\x87\xc6\x27\xe4\x56\xbd\x43\x11\xee\x93\x53\xd5\xad\xdc\xb7\x2a\xa2\xec\x8f\xfc\x9d\xd3\x32\xd3\x24\x99\xb5\xdd\x70\xcd\x55\xf1\xdf\x31\x8f\x15\x7e\x42\x25\x00\x88\x32\x78\x7d\xb9\x67\xf7\xb0\x2b\xc7\xee\xce\xe9\xda\x57\x3e\xb4\x9d\xd2\xf6\xa0\xb4\x30\xea\x47\xd3\x69\xd3\x7f\x21\x33\xea\x04\x06\xbe\xf7\xa9\xaa\x69\xba\xd1\x2b\x2f\x94\xa5\xab\x0b\x1d\x6f\x19\x19\xca\x86\x19\xcf\x35\x4b\x65\x75\x63\x2d\xe4\x35\x62\x0f\x00\x10\x5e\xe0\x23\xb9\x9b\xf6\x04\xd7\xda\xa7\xfe\xeb\x22\xaa\xc4\xdb\x27\xb7\x99\xcd\x77\xa2\xca\x9a\x88\xb2\x19\xc1\xc7\xeb\xd6\x14\x47\x78\x73\x2b\x4f\x1a\x90\x95\x65\x65\x33\xb4\x7c\xc7\x01\xe3\xfc\xa2\xa8\x19\x0f\xd5\x37\xe4\xd7\xc7\xda\xca\xa3\xc4\x1f\x01\x40\x48\xf0\x0f\xe4\xdc\xde\x63\xd5\xa0\x4c\xad\xe8\xf2\xac\x1d\x48\x38\xde\x16\x55\x35\x14\xb5\xad\x69\x89\x79\x28\x58\x58\x7b\xbb\xb4\xc7\x3b\xa6\x32\xcb\xa4\x5b\x49\x96\x0e\xe8\x37\x39\x76\x1b\x06\xd4\x7d\x33\xbe\xaa\x73\x15\x17\xc7\x6e\x90\xbd\x94\xb0\x01\x40\x38\x9d\xff\x30\x9b\x7e\x48\x47\xcf\x4c\xb9\xb8\xaf\x99\xfe\x39\xbe\xbe\xbf\x89\x21\x8c\x9c\xd8\x13\xc7\xf4\x0f\x9c\xd9\x7e\x8c\xe5\xe6\x59\xdf\xf4\x11\x4c\x5e\xc6\xaf\x3d\x0e\xed\x5f\x90\x5c\xe1\x89\xc4\xd9\xae\x2a\x0e\xc5\xc6\x59\x4e\xd0\x7c\xc7\xf3\x01\x40\x4e\x21\xb6\x67\x73\x0f\x2d\x61\xea\x53\x1e\xed\x0b\x62\xfe\x88\xef\xeb\x0f\x61\xa5\x46\xce\xea\xfe\xc5\x7a\x1d\xb8\xb0\x3d\x17\x6c\xf0\x6c\x6f\x2a\x83\x2a\x97\x29\x6b\x99\xf0\xa9\x05\xbb\xcd\xdf\xd0\x79\xb6\x3e\xc5\xe3\x31\x9d\xe5\x4a\xcd\x61\xbc\x03\x00\xe4\x41\x44\x42\xb6\xf4\xe0\x71\xf0\x49\xca\xcb\xc1\x07\xd0\xdc\xf8\x83\x7d\x8f\xa1\xf4\xc8\xb9\xdd\x3a\x68\x20\xd0\xa1\x7d\x1c\x1c\xe2\xd9\xdd\xe4\x8f\x4c\x5e\xa6\xaf\x9d\x85\x8e\x5a\x90\x6f\xae\xc1\x16\xd8\x86\x9a\x8e\xe3\x5b\x2d\x37\x6b\x70\xc2\x15\x00\xe4\x96\x84\x36\x3b\xed\xc0\x63\x0c\x4c\x39\x39\x08\x60\x99\xf1\xe5\x7d\x23\xb1\x1d\x91\x63\xbb\x8e\x61\x50\xe0\xcc\xb6\xf5\xd8\x61\xcf\x8e\x46\x10\x5f\xb5\xac\xbc\x66\x2b\x7e\x72\x01\xbb\xfc\x39\x41\xb1\x4d\x35\xd9\xb2\x17\x5a\xca\xd5\xd7\xff\x5f\xf1\x48\x67\x67\x66\x5d\xdd\xff\x97\x13\x99\x92\xb6\x77\x26\x67\x4a\x7c\xf2\x1e\x7b\xf2\x5a\xc4\xed\xce\x07\x64\xd9\x86\xef\xad\xa9\xa4\xd4\x53\xd7\x60\x22\xb5\xcb\x94\xd5\x20\x39\xb0\x00\x2f\xb7\x25\x3f\xda\x22\xc6\x28\x8e\x8b\xe5\x25\xf5\x0c\xf2\x0f\x00\x48\xab\x49\x4a\x96\x74\xff\x5a\xe1\x60\xca\x84\x81\x8d\x42\xdb\xf8\x91\xbd\xfe\x02\x30\x42\xd9\x39\x82\xff\x64\xc3\xa1\x16\x29\x9f\xe6\x99\x53\xbf\x9f\x3f\x6e\x19\x58\x55\xc2\x1b\x5c\x40\x94\xf9\xf3\x60\x5b\xad\x41\xc8\x5b\x6a\x35\xb1\x28\x96\x4b\x00\x80\xe4\x16\xa7\x20\xb3\x74\xdf\x2e\x65\xd1\x4e\xd7\xfe\x58\x45\x4e\xdc\x8a\x1e\x77\x79\x70\xf8\xb9\xf6\x4f\xb2\x85\x1b\x6c\x9a\xa9\xd2\x99\x6b\x1f\xd6\xd5\x48\xa6\x2c\x9b\x51\xc9\x15\xdb\x2e\x88\x2f\x5d\x26\x9a\x61\x7b\x54\x4f\x13\x0e\xb7\xc2\x54\x9b\xf8\x12\x00\x10\x5f\xe4\x0e\x64\x14\x0d\xc6\x1b\x2e\x25\xaf\xeb\x4b\xd1\x4f\x88\xdd\xd6\x1d\xa9\x0d\x0b\x1f\xde\x6e\xa9\x16\xaf\x4f\x6c\x12\xa8\xae\xaf\x0d\xaa\xdd\xab\x9c\xb5\xb4\xae\xa2\x4c\xbe\x63\xc1\xd2\x92\x20\xa9\xc6\xf6\x9a\x4e\x2f\x2e\xb1\x3a\xa9\x44\x84\xa1\x00\x20\x1e\xc9\xab\xcd\xb0\xdf\x6b\x36\x3f\xde\xd1\xb3\xa7\xa7\x4c\x12\x73\xb4\xab\xb1\xc4\x75\x13\xa5\x2d\xde\x78\x34\xe0\x62\xe3\x39\x7d\xb2\xc7\xf5\xda\x51\x9a\x1f\x4b\x63\xcd\x9f\x8b\xd8\x0b\x86\x17\x97\x28\x1e\xd9\x3e\xd3\x3e\x96\x59\x58\x8f\x50\x5c\x11\x9d\x04\x00\x51\x26\x3f\x2a\x7d\x70\x6f\x52\xb5\x76\x47\xda\x9e\xec\x8a\x1f\x31\x44\x57\x5c\xf9\xe6\x4d\xcb\xda\x80\x92\xd2\x00\x4d\x63\x81\xf1\x85\x47\x7d\x4d\xb3\x7e\xe5\x52\x0f\x73\x89\x26\x6d\xfe\x7f\xc5\xfe\xaa\x14\xdb\xef\x5a\xae\x7c\x8a\xb5\xb3\x02\x13\xe7\x02\x80\x68\x2a\x5f\x96\xbe\x6b\xef\x94\xba\xe6\x1d\xb3\xf7\xcc\xa8\xbe\x19\xb3\xb1\xf3\xbf\x8a\x6f\x61\xff\x5a\xcb\xca\x47\x07\x64\x37\x8e\x2c\x99\xe0\xa1\xa8\x09\x30\xda\x2e\x5d\x69\x76\xd3\xfe\x59\x60\x63\x3a\x53\x54\x35\x6d\xb6\xd6\x46\xfe\xd1\x7a\x97\x62\x92\xf8\x25\x00\x08\xdb\xf9\x4d\xf7\x3d\x59\x29\x94\xe5\x17\xd6\xb0\x1e\x51\xfe\x1c\xbc\x0c\xee\xa4\x9e\x6b\x2f\x01\x2f\xd1\x1a\xca\x85\x50\x38\xbd\x56\x46\x85\xae\x31\xae\x81\xf5\x30\x8d\xe5\xb0\xab\x02\x59\x01\x9a\x36\x0e\xa1\x63\xe0\x59\x8b\x3b\xb0\xe1\x48\x9f\xf5\x3e\xdc\x07\x9b\x7d\xcf\x85\x59\x47\x3f\x72\x3e\x8a\xb5\x94\x11\x71\xd0\x8a\xb5\x87\xf1\xa0\xed\x2e\xe8\xc1\x64\x95\x5d\x06\x4f\xb0\x96\x4a\xcf\x43\xc9\xe0\x14\x70\x32\x3c\x01\x9a\xb2\x6b\x0a\x7c\x0f\x5e\xb9\x31\x0c\x19\x42\x12\x17\x87\xa1\x57\x51\xa3\x35\x1f\x9f\x8b\x69\xef\x4e\x60\x7c\x04\x69\xe7\x76\x32\x09\xf0\xd0\x01\x0f\xd6\x38\x68\x4a\xdb\x38\x56\x35\x94\x5e\x36\x01\xf4\x85\x6e\x49\xe7\x82\xcf\x60\x06\x0b\x85\x6a\x10\x97\x14\x29\xcc\x41\xde\x87\x1c\x44\x70\x74\x9f\xeb\x0f\xd4\x80\x19\xad\xb7\x63\x5f\xf0\x85\xb7\x67\xd0\x45\xec\x75\x67\x92\x18\xeb\x88\x8f\xfb\x3c\x18\x9f\x88\xba\x96\x08\x66\x11\xc1\x28\x11\xb2\xd6\x11\xdb\xc5\x27\x58\x3f\x89\x4c\x66\x2c\x78\x86\xe0\xec\xc4\xa1\x63\x44\x71\xf0\x79\xf8\x2e\xd1\xe2\x9a\x8b\x5a\x12\xc7\xad\x97\x60\x7c\x22\xf7\x86\x1d\xcd\x5d\x34\x6f\x68\x1f\xed\xa7\x30\x7a\xe0\x26\x7d\xaf\x80\xdb\xb4\x86\x91\xcf\x3f\x6d\xea\x60\xae\xe0\x2f\x14\xb9\xb2\x86\xf3\x8c\xf4\x9f\xac\x77\xbc\xf1\xc9\xd1\xe0\x5f\x2e\x16\x3c\x09\x76\xe0\x3c\x5e\xf4\x0d\xc9\xe3\xcc\xb6\xf6\x45\xff\xb2\xaf\x5d\x09\xa3\x0e\x53\xb5\x1e\xcf\xa5\x1e\x54\x86\xf4\x8d\xa2\xc9\xe4\xcf\xeb\xf7\xd1\xb7\xc9\x4a\x0c\x22\xc6\x0a\x69\x82\x60\x0b\xd3\x4e\xe2\x4c\x63\xb0\x66\x8a\xde\xec\x18\x07\xfa\x0b\x2b\x82\x56\x41\x2c\x41\xc0\x22\x3e\x7c\x8d\xa7\xb3\x8e\x44\x99\x9c\xa0\xf3\x5f\x0a\x29\xe5\x05\x87\x19\x94\x84\xd2\x80\xee\x24\xaa\x67\xb1\x4d\x0d\x93\x66\x6b\x38\xaf\xad\xa6\x0f\xd3\xf1\xb9\x97\x19\x80\xc6\x83\x12\xc7\xb4\x53\x9d\x49\xa4\xb3\xa2\x15\x1e\x1b\x3e\x81\xd5\xd2\x42\x97\x07\xf0\x34\x51\xb4\x75\x26\x72\x81\x97\x76\x66\x46\x41\x74\x6b\xdb\x01\x8b\xc2\xad\x4d\x92\x8e\x08\xca\xa6\xfa\x84\xca\x6a\xea\xaa\x9a\xe1\xea\xc9\x34\xa7\x0a\x03\x29\xa4\xaf\x2e\x1b\x5f\x90\xc8\x48\x31\x85\x27\x3c\x60\x36\xe8\x42\xd7\x77\x80\xe3\x55\x9f\x5c\x16\x41\x3a\x99\x87\x75\x16\xb2\x4b\xc0\x1a\x3a\x99\xdf\xb7\xdf\x7a\x50\x53\x70\xa0\xff\x69\xeb\xd9\xc2\xae\x9e\x46\x73\x30\xa5\xac\x63\xa3\xf2\x0e\x55\xdf\x3c\x48\xe0\xb4\xd6\xba\xff\xf2\x24\xf4\x47\x95\x2f\xb7\x15\x30\x9d\x4a\x77\x07\x0c\xb0\x64\xfa\x1c\xe7\x0a\x68\x91\xf2\xb3\x75\x16\x32\x5e\xb4\xe1\xe4\x81\x7c\xf1\xb1\x25\x7b\xab\x0b\x04\x07\xab\x5a\xee\x16\x82\x7b\x3f\x96\x6f\xa7\x24\xed\x99\xaa\xf8\x8f\x1a\xd3\xf1\x17\x6f\xa3\x65\x37\x37\xe7\x5e\xa2\x9b\x6b\x3f\xc5\xdf\x63\xfc\xcf\xdc\x16\x90\xc4\x0a\x30\x3e\x76\x46\xc0\x17\x45\x62\x6b\x01\x7c\x45\xf4\xbf\x13\x7f\xf3\x53\x4e\x27\x0e\xbc\x2a\x88\x3e\x8e\xb7\xb8\x16\xae\x3d\x94\x53\xd6\x4e\x99\x36\xe8\xa4\xd8\x46\xb5\xec\xd5\xe3\xd3\x69\xd3\xdb\xf7\xe7\x46\xd2\x43\x1b\x73\xe2\x85\x0c\x4e\x15\x2d\xc0\x8b\x79\xa7\xf8\xb1\xb3\x10\x14\xa8\x3b\xac\x2f\xc2\x74\xf1\xdc\x9b\xb7\xa1\xcb\x85\xf5\xa7\xb3\xe0\x31\x14\xc5\x20\x09\x87\x52\xa9\xcd\xad\xb0\x86\x16\x5f\xfc\x1d\x7e\x42\x4f\x16\x87\x21\x1e\x8c\x72\xc6\x6b\xa4\x82\xf9\xdf\xce\xcd\xe8\x3c\x10\x09\xfe\x87\xee\x85\xa7\xba\xc2\x18\x03\xb9\x68\x9d\x8e\x67\x63\x9b\x6f\x3c\x85\x6c\xe9\x4b\x4e\x49\xa0\x9d\xf4\x0b\x7b\x7b\xa0\x0e\x06\xb5\xe9\x05\x3c\x8a\x39\xbd\xd8\x13\xce\x66\xde\x11\x99\xe1\xb3\xac\x4b\x8c\x48\x64\x3d\xf8\x28\x79\x00\xb9\x09\x8f\x0d\x4e\x40\x05\x48\xe8\xa2\x5f\x58\x24\x5a\x65\x3d\x0c\x8f\xc5\xf6\x5c\x7f\x06\x26\xb3\xae\x0e\x19\xc1\x01\x70\xc5\xc0\x5d\xc8\x16\xd4\x35\x4d\x87\x40\xf0\xbb\x09\x84\x9e\x41\xa0\xf0\x03\x1c\x0b\x2f\xa4\xf7\xc0\xf7\xe0\x97\xc9\xee\x08\x81\x1c\x0a\x7a\x8a\xae\x43\xeb\x17\x35\x63\x93\xb1\x72\xab\xbb\xb8\x2b\xbe\xe1\xea\x43\xe6\x5f\x22\xff\x44\x0d\x8b\x4a\xf8\xf4\x7d\x64\xbd\x23\xc6\x35\x64\x80\xbb\xf0\xe7\x86\xbf\xe0\x43\xfc\xae\xa0\x0c\xca\xc1\x7f\xd1\xf4\xf0\x68\x62\xd1\x8e\xa5\xf0\x71\x22\x31\x68\x32\x52\x4c\x68\x16\x2d\x45\x65\xc4\x51\xab\x21\xec\x00\x21\xbd\x74\x85\x71\x4c\xb8\xf2\xd8\x48\x66\x88\x80\xdd\x5b\xca\x3c\xcf\x3f\x5b\x97\xcc\x8a\xe2\x3b\xe8\x3d\x59\x8f\x78\x6a\xfe\x0c\x10\xe5\xcd\xa2\x46\x42\xcb\xb8\xcd\x49\x76\xb0\x05\xd7\x2d\x30\x04\x7e\xc5\xd9\xe3\x72\x1a\xf9\xc8\x99\x6a\xf5\x18\xf3\x64\xbf\x3d\xbf\x85\xae\x51\xaa\x0f\x3d\x66\xcc\x57\x6c\xe9\xba\xcf\x38\x20\x1f\x5f\xfd\x95\xb9\x59\x7a\x5b\x3b\x97\xf9\x5e\xd2\xce\xdd\xcc\x32\x8b\x8d\x85\x37\xc1\xdd\x22\x68\xfb\x6b\x68\xa3\x30\x68\x03\x17\xf6\x11\x58\xb8\xe4\x20\xdb\x78\x88\xf5\x04\xb4\x8d\xb3\xfd\xd4\x1f\xda\xc2\xb2\xd9\xfb\x7e\xd2\x2e\x94\x4c\x69\x0f\xa7\x53\x8c\x7f\x2a\x8e\x33\x26\xeb\xaf\x17\x6d\x66\x1c\xd5\x36\xb3\xef\x32\xc5\x6a\x34\xff\x38\x2b\x5d\xb5\x22\x21\x0e\x4c\x94\x1f\x5e\x1f\x0f\x65\x4a\xe7\x3a\x3f\x81\xf5\xa2\xc5\xd6\x7e\xa8\x05\xaf\xe0\x44\x1a\x75\x66\xcb\xec\x81\x06\xea\xa5\xc6\x29\x2d\x9b\x68\xdc\xda\xbf\xe5\xc3\xe8\x4b\xab\xce\x2a\xce\xd3\x5f\x9a\xf9\x78\x29\xe3\x60\xe9\x9c\xdc\xcb\xcc\x16\xa3\x20\xfe\x2c\xab\x4b\xdb\x1a\xb0\x18\xbc\xa4\x12\x38\x6f\x86\xc7\x48\xff\xb3\x8e\x47\x64\x82\xc2\xa3\x6f\x28\xd0\xe0\xcc\xbe\xe5\xd4\x35\x7d\xf3\x1a\xaf\x51\x9f\x77\x4f\x28\x69\xa3\x19\xdb\x6e\xcb\x6a\xe8\xf1\x4d\x2c\xd4\xcc\x70\xab\x7d\x90\x33\x96\xb9\xb8\xe2\x7b\xdc\x4e\xd6\x8a\x92\x0a\xff\xa5\x60\xb4\xee\xb6\xd3\x29\xa8\x42\x59\x6a\xbd\x1b\x71\x13\x2d\x3d\xf2\x92\xe2\x7f\x64\xf2\x1e\x6f\xca\xcf\xfd\x83\x0d\x8f\xa8\x0d\x03\x1e\xc5\xc7\x69\xb1\x3d\x32\xe9\x29\xfa\xd4\xf6\x6a\xe4\x1a\xfd\x7d\x13\x92\x1d\xc7\x78\x51\xf3\x36\xf6\x12\xf3\x75\xf9\x6d\xbf\x6b\xa0\x95\x31\xc0\xa9\x1a\xda\x51\xe4\x62\x2d\x86\xbf\x8a\x4e\x1f\x71\xa5\x4c\x1c\x9a\xd9\xcb\xa3\x1c\x3c\x0a\x36\x2c\xa5\x66\x1c\x28\x2e\x9e\x41\x9b\x30\x20\x96\x3a\xd3\x4e\xf6\xb8\x22\xfe\xf4\xb2\x36\x34\xeb\x26\xa3\xa8\x21\x3e\x16\x66\xca\x2b\x8b\xfc\xda\x58\x35\xc5\xab\x9d\x9a\xc0\xbf\xea\x8d\xd6\x37\x61\x9d\x78\xd4\x95\x60\x74\x77\xe1\x82\xe3\xa9\xe8\x36\xca\xfc\x3d\x5f\xd1\x44\xea\xf4\x7a\x29\x8a\xd0\xac\x0c\x2b\xd1\x3a\xfa\x2c\xfe\x13\xf4\x1c\x23\x85\xfa\x12\x1b\xc1\x1c\x4a\xea\xc3\x36\x81\xd1\x81\x27\xb1\x26\xe8\x87\xcb\x77\x7c\x01\x72\xc6\xaa\x05\xbf\x83\x25\x5f\xce\x47\xea\x68\xe5\xc7\xb8\xc8\x1e\x7a\xf4\x9e\x79\xc8\x25\xc6\x88\xba\xa3\xc8\x0f\x46\xbf\xbe\x10\x5d\xc1\x14\xf2\xdd\xd1\x34\x16\x97\xba\x11\x6d\x01\xcd\x49\xf3\xb1\x91\xd0\xcd\xc0\x35\x18\x13\x71\x74\x61\x62\xff\x50\x83\xd5\x06\xfc\x24\x76\xe8\x92\x0c\x7e\xcb\xf2\x38\xda\x84\x4c\x67\xd5\xf4\x06\x23\x1b\x41\x9b\xda\x4f\x48\x21\x28\xd4\x75\x22\x9d\x90\x0d\x4f\x86\x7c\x81\xce\x50\xba\xd1\x50\xb8\x2c\xb1\x0c\xed\x42\x78\x1b\x0e\x61\xee\x28\xee\xb2\x08\x3b\x83\xc9\xad\xe6\xe2\xb5\x78\xc8\x05\x16\xa4\xc3\x6b\x0e\xb7\x40\xd7\x70\x71\x37\x05\xb6\xc5\xf3\x6b\xc2\xe0\x1d\x78\xb4\xd6\x1f\xee\xc2\xe3\xb8\x7e\xc8\x58\x5c\x50\x68\x40\x58\xf8\x89\xed\xb5\xc8\x6f\x62\xfc\xfa\x2f\xa8\x89\xd8\xe1\xdc\x85\x85\x12\x8d\x56\x93\x71\x6f\x42\x74\x76\x1b\xc8\x12\xac\x3f\x38\x15\xdc\xcf\x6f\xef\x5c\x00\x4d\xe0\x4f\xaa\xda\x02\x25\xf2\x70\xb5\x18\x3a\xc0\xfd\x43\x1e\x83\x5d\xb8\xa6\x82\x44\xb8\x9e\xeb\x95\x50\x81\xf8\x70\xee\xaf\xf7\x45\x5e\x72\x60\xe7\xdd\x68\x1b\xf9\xd5\x2a\x18\xeb\x66\xbf\x3d\xe5\xc8\xda\xa8\x60\xed\x9b\xc3\x6a\x93\x27\xb5\x21\xe0\x4c\xd9\x4a\xf3\x7f\x60\x9e\x74\xba\x8a\x07\xde\x92\x8c\x60\x8f\x81\x62\xc4\xc3\xf2\x3e\x42\x4f\x85\x3f\xb7\xa1\xb0\x54\xf0\x38\x40\x80\xf8\xf2\xfb\x9d\x27\xa3\xb6\xbc\x58\x2b\x36\xe6\xc8\x89\x3f\x76\x85\xf1\xa7\xe4\x6c\x7f\x10\x33\xd7\xf4\xb8\x19\x60\x5e\x35\xfc\xaf\xf4\x3e\x6b\x8d\xee\xae\xfc\x10\xab\x47\x73\x16\xab\x06\x03\x8b\x06\x72\x5e\x82\xaf\x94\xb2\xb8\xf7\x50\xa5\xdc\xc7\x3f\x0f\xce\x92\x1c\x71\x32\x20\x51\xc2\xef\x56\x87\x50\x06\x6f\xf7\x61\x84\x61\xd5\x24\xe9\x9d\xca\x00\xeb\xf5\x0d\x63\x19\x2f\x6a\x4a\x8a\xe7\x33\xe3\x2b\x95\xd2\x20\xe6\xfd\xf2\x4c\x24\x87\x85\x97\x38\x65\xfd\x07\xae\x32\x74\xc7\x66\x82\x3f\xb4\x23\xfd\x36\x41\x97\x55\x63\x9c\xa6\xc2\xc7\xa5\x9d\x56\x6f\x91\x1f\x82\x6d\x07\xee\xd1\x77\x0d\x38\x75\xe9\xe9\xb7\x7b\xe3\x6a\x4b\x18\x21\x9d\x59\x86\xbb\x8c\x23\xad\xbb\xc5\xce\xcc\x88\x46\x67\x08\x64\x7e\xa9\xe9\xcf\x5c\xcf\xea\x30\xff\x8a\x19\x06\x42\xc5\x97\x7c\x23\xa1\x58\x9d\xb7\xa3\x04\x4e\x50\xae\xb1\xfa\x8d\x94\x89\x2c\xf7\x3f\xa0\x2f\x38\xf8\xbe\xb3\x92\x6e\x1c\x3c\x53\xd3\xc8\xb0\xea\x63\xe8\xbf\x31\x88\xae\x3f\xa2\xcd\xcc\xb1\x6d\x3e\x60\x17\xb3\xa3\xd1\x27\xa3\x88\x95\x5b\x7d\x7f\x2b\x1d\x5c\x59\xf6\xdb\xe7\x0b\x34\xde\x60\x74\xdc\x0d\x4f\x53\x0d\x5a\xcf\x41\x92\x44\x15\xfb\x1d\x68\x2f\x8f\x5f\xec\x78\x46\xdf\x76\x38\xb3\xfa\x33\xfd\xf8\xbe\x83\xfa\x10\xc6\x9a\xbe\xff\x09\xbb\x18\xfb\xbb\x7a\xc0\x79\xcc\xc4\xd6\x65\x19\x36\xac\x29\xf5\xeb\xb6\xce\x62\x5d\xa9\xa8\xf1\x19\x02\x5b\x4c\xa4\x63\x36\xd4\x57\x74\xdd\x3a\x17\xfe\x2d\xba\x3b\x34\x95\x6c\x2a\x08\x1c\x74\x26\xfd\x0b\xd3\x5a\x9b\xd8\x4f\x28\x50\xf9\x53\x76\x17\x15\x54\xae\x61\x8b\x68\x46\xbc\x9a\xbd\x8d\xfe\x34\x37\x87\xed\xc6\x8c\x8d\x1f\xc6\x1e\xcb\xfa\xe8\xf7\x8a\xf8\x01\x35\x38\x66\x11\x5f\x11\xf3\xe8\x22\xf6\x1a\x6c\xfd\xc9\x18\xd2\x82\x5a\xb7\x37\x8d\x5d\x4f\x03\x5b\x9e\xb2\x63\xe8\x81\xe5\x2e\xec\x95\x8c\x61\x0a\x01\xdb\x96\xf1\x08\x1f\x46\x7c\x63\xbe\xca\xb9\x4b\x3c\x00\x6d\xe3\x40\xe2\x2c\x94\xee\x07\x11\x43\xf0\x69\x87\xaf\xc4\x6d\x34\x75\x74\x18\xdb\x11\xab\x3d\x21\x66\x27\x33\x9d\x06\x54\xec\x09\xcc\xd6\x96\x89\xc4\x69\x96\x7b\x59\x22\xd1\xc5\x6a\x96\x9f\x23\xcc\x60\x08\x96\x40\x88\x21\x9b\x9c\x10\x82\x80\x7e\xc6\x0d\x23\x10\x04\xf0\xb3\x20\xe4\xe8\x64\x87\x06\xa2\x05\x0b\x1d\x3d\x8f\x6d\x8d\xcf\x39\xd6\x4a\xcc\xc1\x42\xfb\x8e\xe1\xaf\x31\xcf\xa6\xcd\xf8\x01\xcc\xb9\xe4\x1c\xde\x8d\xb9\xc9\xd2\xf0\x4e\x2c\x01\x9d\x81\xb7\x62\x15\xd9\x6e\xf8\x1e\xec\xbf\x58\x17\xfc\x1c\x9e\xe7\x1b\x8b\xff\xc6\x1f\x39\x84\x11\xcb\x88\xe4\xd1\xee\x44\x2d\xb1\xeb\xf0\x0d\xec\x15\xaf\xa8\x37\x04\xbb\xce\x9b\xd9\x30\x1b\x3b\xce\xad\x36\x3d\xc2\x86\xb8\x2b\x24\x7b\xb1\xab\x9c\x4b\x70\x2d\xf6\x3f\x8e\x2c\xf3\x17\xf6\x87\x13\x15\xe3\x8a\xcf\xe4\xcc\xf3\x69\xc6\x63\xc8\x17\x0e\x93\x70\x03\x59\x32\x9a\x46\xcc\x66\x1f\x38\x90\x8d\x8d\x97\x51\xba\x52\xd0\x8f\x52\x59\x6d\x0b\xfa\x50\x62\x32\x0c\xa2\xef\xc4\x65\xa2\xfb\xd8\x68\x51\x33\x34\x0e\x5b\x28\x3c\x9f\x51\x8f\x45\x08\xde\x6e\x5d\x80\x51\x04\xa3\x7c\xac\xb0\x36\xfe\xf8\x85\xb7\xb0\xbf\xdc\x0f\xa3\x0f\xe1\x72\x8e\xf3\xde\xd3\xc8\x65\x93\x57\xdb\x73\xe4\xa0\x41\x56\xb5\x15\xe9\xd7\x9d\xd5\xee\x45\x2e\x6a\xde\x0a\x56\x23\x9f\xd5\x63\x98\x83\xe8\x1c\xd5\x92\xb4\x2e\x34\x41\xb1\x26\xba\x01\x55\xca\x96\x7b\xdb\xa2\xd7\xc4\xdf\x16\xca\xb0\xe5\x42\x86\x65\x20\x76\x8c\xe7\xd8\x07\xc2\xaf\xea\xb9\xcd\x87\xe1\xa7\x35\xfb\xcc\x14\xf8\x7f\x95\x5f\xd4\x13\xe1\x7f\xe6\x59\xdc\x33\x88\x73\xe9\x52\xba\x0a\xd9\x69\x5a\x96\x7a\x09\xa9\xd7\x5b\x44\xcd\x44\xde\xa9\xeb\xbc\xbe\xa3\xeb\x95\xc3\x16\x7c\x47\x9b\x24\xff\x2c\x13\xb1\x50\xc1\xb0\xde\xc9\xf0\x86\x5e\xb0\x91\x0a\x47\x74\x7e\x29\x73\x86\xa3\xdb\x36\x2b\x9f\xc1\x85\x4d\x24\x79\x1c\x36\xd5\x09\xa9\xbd\xf0\xb5\xaa\xd4\x5d\x8b\x91\x79\x65\xdf\x23\x87\x90\x02\x93\x8b\xe7\x37\xe4\xbc\xe6\xcb\x82\x0c\xd4\x5f\x11\x6b\x99\x81\x3e\x17\x16\xf7\x8c\x86\x5d\x07\xbf\x34\x10\xf0\x9c\x7e\xc7\xd2\x00\xd8\xb6\xc7\x49\x69\x05\x2f\x6f\x7f\xce\xfe\x02\xc7\x35\x17\x50\xbe\xc2\xaa\xba\x83\x29\x1c\xf8\x4e\x65\x6f\xa4\x37\xe2\x5c\xba\xca\x53\x87\x88\xf5\xee\x0b\xbc\x50\x40\x39\x64\xc9\x45\xeb\x44\xae\xdd\x9e\xf0\xf4\xc3\xda\xfa\x13\xd0\xa7\xfd\x45\x25\x1a\xe8\xfa\x40\x88\x62\x17\xf4\xb2\xa7\x9e\xbd\x0d\xb6\x6a\x3f\x48\xc9\x80\xbd\x9a\x54\x29\xd6\x30\x59\xf3\x23\xe2\x0e\x7c\xae\xfc\x98\xe7\x4e\x64\x91\x71\xcc\x02\x0f\xa4\x4a\x75\xdb\xf2\x04\xba\x5e\x94\xb3\xcf\x59\x98\x9f\x6f\x6c\xff\x27\x18\x28\x68\xaa\x76\x16\x4c\x2c\x1c\xd0\xb9\xf3\x71\xca\x59\xc1\x36\xde\x47\x9a\x05\xd3\xc4\x4b\xa4\xef\x48\x0b\xe4\x0e\x31\x1e\x47\x69\xb9\xab\x59\x62\x2f\x09\xa7\x01\xda\x34\xdf\x97\xe3\x82\xa4\x8c\xb4\x24\x9f\x63\x93\x07\x69\x82\x4b\x94\x53\xed\x81\x82\xc5\xd4\xd2\x2a\x06\x5f\x45\x2b\xd0\x2a\xf8\x56\xf4\xf5\xfc\x03\x3c\x01\x63\x2d\x73\x2c\xf7\x2f\x33\x7a\xf7\x09\x2e\xc8\x2a\x8a\x72\xe1\xfc\x04\xdf\x7b\xcd\xe3\x10\xf0\xee\x79\xef\x38\x13\x50\xfb\x11\x77\xc9\x3b\x58\xce\xde\x1e\x81\x27\xc3\xae\x8d\xcd\xaf\x62\x74\x54\xf6\xf3\x27\x33\x43\x35\x77\x78\x6a\xe6\x4d\xfe\x0c\xde\x0c\x96\x82\x01\x72\x4b\xc0\xec\xdd\xeb\xb9\x73\xa1\xf4\xcd\x47\x39\xed\x30\xea\x79\x8a\x13\x88\xd4\xcc\xdb\x4f\x3e\x44\xff\x8d\xb8\x4d\x0e\x60\x2f\x07\xec\xf8\xb3\x90\x3b\x2d\xaf\x78\x5a\xe4\x4d\x85\x03\x6f\x06\x0a\xa8\x73\xb8\x4d\xa8\x33\xf7\x0c\xd7\x0f\xcd\xa1\x87\x72\x2e\xa3\xe7\x52\xbd\x39\x19\x58\x70\xe4\x3f\xce\x18\xec\xac\xe7\x72\x72\x3f\x9e\x34\x8f\x41\x66\x12\x23\x47\xfc\x47\xc6\x12\x73\xf7\xb4\x73\xdf\x73\x3e\x34\xf5\x71\x65\x1c\x43\xf9\x3a\xee\x42\x8e\xbf\x6a\x2f\xe7\x08\xf9\x81\xb3\x99\x93\x4a\xb6\x53\xff\xe3\x8c\x22\x95\xbb\xe6\x91\x4d\x24\x2b\x72\x06\x99\x42\xa6\xaf\xd5\x90\x73\xc8\xf0\x79\x81\xec\x6b\xe4\xaa\x91\x7e\xec\x0b\x6c\x56\x77\x19\x77\x8e\x44\xdf\xb0\x90\x33\x20\x3e\x59\xf2\x9e\xb3\x4d\xf4\x55\xd1\x4d\xfe\x11\xcd\x61\x2b\xc8\x26\xe1\x16\x0a\x48\xc6\x08\x2a\x77\xde\x23\x2d\xf9\x6f\x23\x66\xb1\x0f\xf3\x5d\x3d\x7e\xb1\x31\x5e\xc2\xbc\x71\x6c\x1f\x6e\xc1\x48\x09\xdb\x93\x3c\xdf\xb1\x8a\xfc\xaa\x3f\x53\x73\x91\x6c\xd4\xad\x37\x9e\x22\xa3\x34\x9d\xd2\xfb\xec\xdf\xea\x11\xf8\x78\x76\x8b\x6a\x4b\x41\x08\x3b\x4d\xd1\x94\x3c\x92\xed\x20\x7b\xb3\xa9\x87\x78\x2e\x9d\xe0\x31\x9e\x68\x15\x8f\x99\xdb\x47\x40\x82\x0b\x23\x3f\x12\x28\x77\x6f\xeb\x78\x72\x61\xcd\xba\xca\x1b\xec\x87\x95\x17\xf5\x23\xd9\x3a\xf3\x66\xf1\x16\xb6\x5f\x69\x37\x72\x88\xf8\x52\x3c\x3c\x6f\x35\xd1\x6b\x08\x4a\x5a\x4b\xe0\xda\xe4\xb0\x20\x22\xa4\x28\x60\x8d\x35\x31\x4d\xfe\x64\x6e\x08\xfe\x42\xb2\x6a\x94\x0f\xfe\x9a\x2f\x6e\x52\xb3\x7b\x3b\x4b\xcc\x02\x76\x5e\x5b\x8a\xe6\x3c\x7b\x7a\xf3\x58\xa1\x27\x71\xb4\x5e\x04\x9d\x23\x98\xd5\xb7\x72\xf2\x08\x8f\x0a\x8b\xed\xf5\x84\x45\xc9\x8b\x8d\x9f\xf1\xcb\x86\xdc\xd5\xa3\xf1\x7a\xb5\x6e\x4e\x3f\x4e\xc8\xb7\x8f\x0a\xc6\x79\xc2\x71\x8d\x0a\xb6\xb2\xef\x7c\xb9\x82\x1d\xd0\x13\xa2\x7e\x41\x3c\xed\x28\x16\xec\x24\x64\x2d\x4d\x10\x40\x78\x35\xf0\xb2\xbb\xf0\x9f\x35\x8e\xdb\x87\xe3\x87\xcd\xcc\x8d\xd9\xb8\xaa\x38\xd2\xbd\x1c\x4f\xd3\xf6\xcf\xe1\xe3\x3e\x8a\x81\x51\x09\xb8\xbf\xd0\xd4\x70\x84\x9d\xb7\x7f\x45\xd9\x45\xf6\xa4\x01\xa6\x7a\x0d\xd1\xda\x0b\xf3\xfb\x89\x4d\x9d\xcb\xc0\xdd\xf8\xe7\x96\x8a\x6c\x47\xbc\xa9\x7e\x28\x41\x8e\xe7\x55\x29\x36\x5a\xe2\x1e\xa5\x87\xdd\x93\x71\x6b\x3d\x36\x07\xc1\x1e\x29\x8f\x8c\x52\x61\xf7\x84\xf7\xda\xd9\x8a\x49\x79\xf7\xaa\xff\xc8\xde\x17\x0c\x37\x7c\x92\xde\x2a\x74\x90\x5c\x96\xdc\xa5\x84\xa1\xa7\xc5\x0f\xa8\xba\xbc\xd7\xa2\x4b\xb4\x7f\x49\x42\xe1\x21\x46\x51\x68\x8b\xa0\x93\xb5\xde\x7d\x3f\xbf\x04\x9a\x64\x7f\x9d\x27\x44\xbc\x2c\x92\xb8\x9d\xe8\x97\xb6\x06\x39\x52\xf8\xa9\x7a\xa3\xac\x80\x72\xdb\xb0\x45\x9a\x45\x3d\x22\xf1\x91\x50\x68\x8d\xa8\xbf\x18\xa1\xef\xc9\xcb\x17\xa1\x8c\xbb\x49\x53\x85\x4c\xd6\xa2\xd0\x2d\x02\x08\xd4\xba\x67\xf1\xa9\xb0\x9d\x7d\x05\x2f\x17\x79\x6e\x11\xc2\x2d\xc7\xd6\xb4\x9e\x90\xbd\xa4\x3b\x55\x89\xa5\x1f\xe9\x57\xf4\xcd\x92\x5f\x0c\x9e\xb8\x4c\x62\xc9\x74\x40\x5a\xc4\xd3\x98\xef\x72\x9f\x89\xe6\xb2\xee\x26\x9a\x85\x0e\xe0\x9b\x8d\x3f\x05\x6e\xf0\x44\xf7\x39\xfc\x75\x48\x98\x3d\x9b\xe7\x8b\x1e\xb2\x88\xe3\xa2\x58\x5b\x4b\xbc\xf4\x14\x9c\x5b\x39\x55\xf2\x0a\xee\xd6\x79\x49\xc6\xc3\x9f\x44\x11\xe2\xa5\x88\x3b\x8c\x8b\x22\x11\x75\xce\x55\x61\x1a\x3a\x69\x7b\x87\x80\x89\x36\x6e\xdc\xc8\x37\x61\x7e\x6e\x06\x5e\x1f\xf6\xda\x3e\x9c\x7b\x1c\xef\xb4\x90\x71\x6d\xf0\x5b\x4d\x05\x92\x17\x64\x8c\x39\x5e\x32\x9a\x5c\xaa\x29\x11\x2f\x62\xff\x16\xdc\x14\x6d\x65\x9f\x84\xdc\x84\x6c\x76\x7d\x76\xab\xa0\x86\x5d\x9f\xd0\xc5\x3f\xc6\xee\x09\x11\xf3\xbe\xb0\xf7\xbb\x2d\xe0\xd9\xb1\x4f\xda\x7b\x70\x57\xb2\x2f\x58\x7c\xe6\xf0\xd9\xce\xf5\x26\xc9\x5c\x51\x5d\xe9\x6b\xb1\xaf\xc8\xba\x48\x28\x4a\x15\xa6\xf0\x2d\x84\x6a\x41\x3b\xab\x4c\x70\x54\x60\x99\x15\xce\xff\xc0\xc7\xb7\xc9\xf8\x33\x79\x3f\x82\x07\x78\xe1\xbc\x9d\xab\xda\xb8\x2c\xee\x41\x7b\x0f\x8e\x8a\xf3\x77\x38\x4e\x3e\x24\xd9\x35\x39\x62\x7f\xed\x2a\xd3\x1d\xd1\x56\xf5\x3b\x85\x49\x08\x15\x95\x70\x76\x09\x1a\x54\xf6\x8c\x30\xfe\x1d\x45\x79\xc6\x06\xfe\x44\xb9\x4b\xdc\x35\xde\x06\x69\x5d\xd0\x6e\x2e\x26\xfe\x6f\xe5\x10\xa7\x4d\xb4\x72\xd6\x7d\xf2\xa2\x60\xd5\xf0\x33\xa4\x23\x37\xae\x92\x14\x6d\xad\x9c\x60\x98\x22\xd4\x96\xdf\x97\x0d\x13\x5c\x2c\xad\x61\x03\xfc\x7f\xc5\x1b\x68\x0e\xfc\xe5\x86\x2b\x69\x31\xbc\x1c\x5d\x7c\xac\x33\xb7\x5e\xdd\x17\x38\x8a\xf3\x44\x79\x6b\xc5\x79\x8e\x9d\xec\xd8\xac\x54\x72\x83\x78\xc7\xf0\x5f\xec\x32\xfe\x68\xf3\x1a\x91\x6d\xab\x46\xfb\x52\xe8\xd6\xd4\x27\x7e\x22\x48\xab\xef\xc5\x87\xf1\x55\x35\x08\x25\x9c\x77\xb0\x72\x66\x6a\x03\xf7\x47\x99\x7a\x6b\x27\x77\x95\xe9\xcc\xfa\xc3\x1c\xba\xae\x66\xf9\x10\xd9\x5e\xb4\x78\xe6\x25\xf6\x6d\x59\xd4\x08\x0b\xf6\x52\x01\xad\xdc\x45\xf8\xaa\x9b\xab\xf9\x21\x1c\xd7\x11\x2d\x1e\x21\xf0\x68\xf9\x84\x2d\xe1\x27\x37\x46\x17\x8a\x79\xe2\x5a\xce\xae\xaf\xdc\x03\x95\xe0\xd6\xa9\x9c\xaf\x65\x0b\xd7\xaf\xe3\xb8\x1b\xb7\x2f\x4f\x24\x0b\x35\x2b\x66\x96\xb1\x4d\xf2\x92\x11\x33\x89\xe7\x82\xbf\x65\xa1\xc2\x43\xfd\x6d\x9a\xd5\x82\x47\xbd\xde\xa2\x2d\x82\x51\x9d\x52\x54\xc4\x5f\xd8\xaa\x2f\xf8\xc8\x0b\x6a\x4c\xdd\x55\xc0\xa5\xd7\x3c\xdb\x52\xc3\xa9\xa9\x18\x1f\x70\x9b\x7c\x58\xdc\xba\x7c\x1a\x39\x4d\x7b\x7f\xa6\x9c\xbd\x4e\x61\x18\xb1\x89\x20\x85\xeb\x4b\xa2\x4c\x16\x79\x8c\xa2\x29\x06\xff\xfc\x12\x81\xa3\x4e\x56\xd0\x0f\xaf\xd1\xdc\x28\x7c\x91\x57\xa0\xb6\xa3\xfa\x27\x3f\x56\x6d\xa0\x0d\x6e\xfe\xac\x48\x64\xec\xf2\x3d\x2f\x4b\x64\x2d\x5d\xdc\x22\x09\x84\x66\x4d\xf3\x15\xcd\x46\xe2\x00\x40\xe0\x86\xfe\x57\x7c\xdc\x88\x16\x86\xaa\xe4\xfa\x21\x8a\x1b\xbf\x59\x37\x8b\x3a\x13\x3a\xaa\x29\xa4\x4d\xc9\x1b\x5e\xb4\x9f\xbe\x2a\x99\x50\x7e\x64\x50\x37\x97\x28\x6c\x98\x77\x7c\x65\xb2\xf9\xe0\xae\xc5\x98\xc4\x0e\x1e\x39\x6d\x99\xf0\x2f\xf2\x1a\x00\x04\xb3\x31\x8f\xe2\x25\x86\x5f\xb4\x00\xe5\x7f\xfa\xcd\xb4\x4f\xfc\x85\xda\x66\x7a\x0d\xb4\x5e\x63\xc5\x48\xcd\x95\x17\x25\x32\x83\x93\xa7\x28\x8d\xac\xa8\xcd\xbe\xf2\x43\x20\xe1\xbb\x51\x7a\x0f\x3a\xbc\x38\x52\xfc\x08\x99\x39\x6d\xb6\xf0\x22\xda\x0a\x00\xfc\x6f\x58\xa5\xb1\xde\x30\x09\xfc\xab\x68\xd5\xe5\x41\xb9\xdc\xcf\x9a\x1b\xd0\x10\xb8\x4c\xbd\x0e\x76\xc9\x31\xa8\x0c\x70\xfd\x8e\xd5\x8a\x7b\x48\x48\x24\x21\x9f\x88\x8e\xf4\x39\x29\xf5\x46\x0f\x2e\x1e\x29\xde\x82\xc9\xa7\xb9\x08\x43\x71\x0c\x00\xf8\x0c\xfc\xa0\x81\xa5\xb7\x27\x62\xe5\x85\x5a\x25\xb1\x83\xb3\x57\xfd\x87\x48\x62\x4d\x2e\xca\x26\xa2\xb3\xf5\xca\x0b\x44\x52\x52\xb8\x62\x2e\x21\x8a\xe8\x91\x25\x13\xc7\x7d\x96\x48\x4c\xc4\x6f\xd7\x26\xd1\x20\xdb\x7d\x9a\xbd\x60\x3f\x9b\x01\x00\xbc\x77\xc4\x0f\x9d\xab\x8e\x23\x18\x26\x45\x35\x0f\xf9\x4d\xec\x9f\xea\x4d\xfc\x75\x0c\x9e\x6a\x80\x77\x20\xcb\x47\x39\x9b\x17\x99\x38\x4f\x4e\xe7\xfe\x17\x3e\x28\xed\xe3\xb6\x7b\xc3\xe2\x6f\xdc\x58\xd7\x50\xd1\x4c\xce\x97\x69\xf6\x82\xd9\x1c\x3a\xb0\x92\x17\x46\xae\x50\x2b\xb5\x06\x55\xa7\xe8\x83\x66\x94\xb2\x0b\xd7\x14\xd1\x15\x25\xb4\x04\xe5\x3d\xf9\xee\x8c\x18\x85\xaf\x6c\x59\x02\x4b\x66\x94\x8e\xda\x14\x27\x79\x2c\xbe\xbc\x2e\x47\xbc\x50\x84\x2c\x2a\x17\x46\x08\xad\x6d\xdf\xf1\xb7\xf2\xd3\x80\x2a\x2e\xc9\x79\xa7\xb2\xd3\xce\x2a\xcd\x11\x94\xaa\x29\xc5\x6a\x34\x55\x75\xc3\x58\x4f\x89\x55\xae\xd3\x57\xa6\x71\xe5\x26\xad\x22\xfe\xaa\xf4\x9b\x9a\x1e\xfa\x5e\x12\xa8\xf2\xf2\xda\x24\x12\xcb\xcf\xba\xdc\x12\xf4\x4a\x17\xdb\xea\x79\x47\x44\xeb\x80\x27\x9c\x17\x3c\x48\x31\x5f\x53\xd9\x00\xf0\x6a\xd5\x63\x6b\xb3\x60\x44\x45\xa9\xea\x29\x90\x28\x2e\x99\xff\x97\x7a\x47\xee\x5a\xfa\x25\x6e\x8b\x54\x68\x7a\xbc\xb1\x42\x7c\x4d\x5f\xee\xe9\x2a\x9a\xaa\x19\xe6\xfc\x49\xe0\xa7\x9c\x63\x3b\x93\x17\x25\xb9\x31\x6c\x18\xa7\x90\x7f\x54\x1e\xa6\xa1\xb4\x46\x72\x2f\x16\xdd\x6e\x82\xa0\x26\x55\x50\x3d\x2d\xff\x84\xa2\xb2\x26\x28\xd5\x49\xf6\xb5\xe2\x5d\x6c\x87\x34\xa2\x2c\x63\xe3\x14\x71\xb1\xa9\x62\x6d\x97\xf0\xba\x8e\xe2\xac\xe6\xff\x51\x7d\x98\xfa\x96\x37\x4e\xfa\x67\x98\x2d\xc7\x49\xe0\x2b\x2b\xd5\x04\x74\xbe\xe0\x3a\x16\x35\xb4\x3d\x82\x2c\x54\x36\xcd\x25\xf9\x2e\x8a\xf4\x86\x79\xbb\x8c\xb2\xee\x9a\x82\xd8\x55\xd2\x91\x15\xec\x90\x66\x71\x58\xe9\xfa\xb5\xdb\x84\xa4\x41\xea\xbc\x85\x5f\xa9\xa6\x4f\xbd\xcd\x6d\x97\x3d\x1e\xb6\x91\x3c\x2a\x90\x0a\x7a\x6b\xfd\xf2\x74\x58\x5e\xd5\xe9\xfc\x3e\x9a\xac\x22\xaa\xe0\x6e\xe6\x89\xb2\x21\xca\x94\x24\xdf\x92\x45\x54\x66\xd4\x54\x63\x26\xed\xef\xfa\x41\x1d\xc1\xd8\xe3\x46\x51\x67\xb0\x8c\x0b\x76\x2b\xe7\x43\xe6\x89\x4d\xd2\xa3\xc8\x0d\x00\x10\x89\xb0\x2c\x41\x58\xcd\xe1\x42\x3b\xcc\xa6\x6a\x33\x65\x3c\xcd\xcb\x7c\x87\x3a\x22\x93\x55\xb6\x93\x66\x95\xf8\xad\xf8\x1c\x7d\xed\xe6\xab\xc6\xc9\x0c\xe9\x7a\x8e\x6e\x25\xcb\xda\x2d\x5c\xed\x0c\xd6\x2f\xd8\xac\xf8\x00\xa7\x4d\x1c\x94\x9a\xd0\x08\x00\x10\x65\x61\x2a\xfe\x8d\x9a\x40\xea\x51\xb4\xa5\xf2\x06\x4d\x42\xbd\x6f\x4e\xa3\x47\x67\xda\x97\x7e\x63\xb8\x24\xd6\x16\x67\x33\x1d\x36\x4b\x0d\xbd\xac\xc0\xf5\x1b\xb4\x77\x40\x99\x9b\x43\xd1\x3d\xe8\xd9\x02\x3f\x45\x17\xb2\x7d\xe2\x69\x69\x2a\xfa\x0d\x00\x44\x1e\xd8\x13\xde\xd3\xea\x18\x30\x04\x39\x54\xf1\x1f\xb8\x97\xf2\xad\xbc\x02\x5a\x98\x11\x5d\xea\x0a\x95\x6f\xff\x62\xaa\x80\x3d\x22\xdf\xea\x3f\xc2\xdf\x03\x0e\x69\xe7\x20\x57\x56\x9d\x2b\x5a\x85\x36\x2d\x98\xaf\x98\x8d\x15\x4d\x7c\x29\xb9\x85\xeb\x01\x40\xd8\x81\x3f\xe3\xbe\xaa\x22\xb1\x1f\xf0\x85\x0a\x47\x7c\x0e\x65\x64\xd9\x10\xbe\x26\x9d\x59\x92\x80\x47\x6e\x5f\x61\xbc\x86\x93\x91\x3e\xfa\x65\xf8\xb5\x00\x57\x4d\x1a\xe1\xbd\x2a\x5b\xc5\x25\x4a\xe7\xff\x93\x83\xec\x61\x93\x2c\x24\x5e\xec\x5d\x00\x20\x1c\xcf\x9e\xcc\xa1\x54\x0e\xf1\x5c\xa0\x34\x33\x8d\xfb\xb0\x60\x6f\xd9\x54\xae\x24\x6d\x73\x71\x2d\xd7\x2b\x61\x85\x71\x1e\xe7\x6f\x44\xa2\x0e\xe3\xdc\xf7\xcf\x57\xf7\x72\x4e\xad\x7c\xa5\xbc\xc5\xa9\x9f\x7f\x5a\x76\x89\xc3\x9e\x64\x27\x36\x72\x96\x00\x80\x20\x9d\x5c\xc7\xde\x59\xf1\x4c\x7e\x8e\x85\x96\xeb\x65\x1f\xf3\xde\x96\xae\x93\x0d\x4f\xed\x30\x1d\x97\x8e\x8d\x3f\x6e\xf0\x92\xcc\x0c\x5f\xa0\x35\x8a\x3d\xfc\x28\x45\x57\x45\x51\x2b\x57\x2b\x7e\x0a\x43\xe7\xe7\x4a\xbf\x0a\x96\x4e\x5a\x2c\xda\xc7\xbb\x04\x00\x7c\x21\xe7\x2a\x1e\x5b\x11\x62\xf4\x64\x94\x96\x7d\xd6\x57\xe6\xfa\x97\x18\x74\xc3\x77\x39\x98\xec\x34\x11\x71\xbb\xf5\xe2\x22\x6d\xd8\x4b\xcd\x0b\xe5\x0d\xdf\xcc\x22\x67\xc5\xf0\x15\xd9\x8a\xcd\xd2\xbf\xf3\xde\x4b\x23\xc4\x97\x26\x59\x88\xec\x85\xeb\x01\x80\xf7\x94\x37\x0f\xad\x36\xbf\xac\x22\x69\xbf\xca\x64\x15\x81\xd9\x75\x25\x0e\x65\x5f\x77\xd6\x19\xab\x4b\x84\xb1\xa3\xf4\xe3\x4c\xc3\x43\xdb\x34\xf9\xfa\x74\x9f\xed\xaa\x4e\x8d\x79\xb9\x40\x7e\x51\x25\x9b\xe7\x2d\x19\x92\x7b\x4d\x3c\x24\x2c\x16\xe3\x00\xc0\x4b\xe4\x7b\x20\x2f\xcc\x75\xf5\x11\x34\xbf\xb2\x2d\x35\x67\xb3\x3e\x17\x7f\xac\x5a\xb4\x13\x30\x66\x9b\x33\x62\xf2\x75\x17\x4b\xf9\xa1\xce\x9a\x65\x26\xdc\xfb\x95\x8a\xaa\x5f\xbf\xdc\x49\x2e\x53\xb7\xce\x7d\x27\xc1\x15\xa7\x26\x96\x08\xa3\x25\x2c\x00\xe0\x4d\xe4\xd7\x20\x61\xe6\x94\x66\x2a\xb5\xa9\x6c\x5a\xc3\x40\x56\x4a\xf1\x9e\xda\xab\xc9\xb0\xd1\xb9\xea\xf4\xd6\x1f\x3a\x81\xd9\xb0\xf1\xb0\xfa\x51\xe9\x2a\x6f\xa3\x6a\xae\x51\xb5\xec\x7f\xf2\x15\x5a\x72\xee\x31\xc9\x4c\xd5\xcc\x89\x6a\xc1\x07\xe9\x3a\x00\xe0\xd6\xf3\x5f\x52\xbf\x76\x3e\xcc\x27\xb3\x25\x6d\x64\x01\x37\x25\xbf\x79\x51\xa1\x22\xae\xbb\xfe\x02\xe5\x50\x78\x52\xcd\x26\xda\xfc\x00\xb4\x42\x43\xef\x59\xdd\x58\x5a\xc1\x04\x5d\x62\x8c\xb9\x20\xc5\xae\x5c\xf3\x0d\x96\x58\xd7\x29\x37\xa1\x6a\x00\x90\xd4\xe0\xb3\xa8\x07\x3a\xe3\x0b\x8f\x65\x6f\x6b\xb3\xa6\x54\xa6\x6c\x6a\x3a\x48\x15\xc4\x29\xea\x73\x68\xc2\x70\xef\xea\xf7\xf4\x3d\x01\x3b\x2b\xd6\x31\xa7\xae\xd6\x95\x6e\x66\x55\xb9\x84\x1b\x9d\xa0\x6d\x76\x35\x9a\xfd\xc8\x62\xeb\x21\xe5\x4c\xf4\x25\x00\x48\x50\xdc\x99\x8a\x74\x5c\xa1\x39\x67\xcf\x6a\xd5\xd0\x9e\xa7\x4c\x6b\x8a\xa2\x57\xc5\xed\xac\x1f\xc1\xa0\x87\x4f\xae\x96\x33\x99\x01\xde\xe6\xfb\xac\x9a\xd5\x48\xc9\x37\xf0\x8f\x8b\x9f\xe1\x26\x4c\xb3\x6b\xd2\xb0\xd0\x61\xd6\x8f\x14\xf7\x30\x06\x00\x48\xfc\xf0\x6c\xca\xdb\xf6\xdb\xa0\x4f\x56\x49\x4b\x0b\x58\xba\xd3\xd0\x88\x82\xbf\x62\xdf\xd4\xad\x84\x38\x9b\x3a\xaa\x0e\xc1\xcb\xfd\x5f\x9b\xa7\x21\xc3\x57\xaf\x2b\x71\x43\xbe\xbb\xcc\x33\xcc\x47\xbf\xd8\xf5\xaa\x2f\xe3\xc0\x18\x7b\xc5\x7a\xfc\x19\x00\x88\x9b\x88\x08\x4a\x70\xbb\x05\xc6\xce\xfc\xdd\x7c\x0e\x33\xee\x1c\xde\x60\xc0\x7a\x62\x33\x6a\xb7\x60\x8f\x37\xf9\x54\xbe\xc4\x57\xf8\x0b\xcb\xd7\xe3\x25\xee\xef\x8b\xd3\x09\x7b\xe7\x5f\xfa\x9d\x44\xbd\xdd\x3e\xb5\x1d\x7b\xcd\x98\xed\x72\x35\x5b\x0a\x00\xa2\x6f\xec\xac\xc2\x88\xb6\x00\xee\x92\xcc\xa9\xcd\x56\x9c\xe7\xc9\xab\xea\x2f\x70\xcc\x31\x1d\x35\x52\x4e\x41\x58\x65\xe5\x7c\x4e\xbc\x3f\x50\x86\x71\xb6\xb8\x73\x4d\x15\x9c\x44\xe7\xfd\xba\x2a\x4e\x8e\x5d\x6f\x51\x0a\x87\x31\xc6\x24\xbb\xcf\x59\x01\x00\x22\x1f\x92\xc8\x7f\xdf\xba\x44\xaa\x4d\x3f\xd4\x34\x5e\xf2\x3e\xe9\x75\xdd\x3d\xc9\x92\xad\xa2\x6a\x8d\x78\x77\x68\x45\xc5\x02\x51\xa3\xdf\xa2\x52\x42\xf8\xd5\xed\xa1\xb1\x5e\x18\xe0\xbc\x53\x5b\x2f\xe0\xd8\x35\xaa\xb2\xf8\x2d\x63\x6e\x4b\xdf\xf2\x60\x00\x10\x6e\xe4\x3c\xce\xdb\xde\x52\xa0\x1d\x4a\xdb\xda\xb8\x49\x03\x25\x76\xd5\x4d\x57\x4f\xdb\x92\x51\x75\x4a\x55\xb5\xb1\xdc\x1c\xab\x5c\xe1\x1b\x56\xd2\x2b\xef\x77\x5b\x62\x78\x24\x5b\xe9\xf4\x4a\xf3\x48\xa2\xb0\x43\x94\xf5\xa2\x03\x63\xbe\x48\xdd\x04\x12\x00\x10\x28\xb8\xdf\x73\x57\x37\x1f\x2b\xdb\xb3\xdb\xbd\xa1\xbb\xe4\xe1\x76\x55\x2d\xdf\xf4\x24\x3a\xae\x6a\xb9\xe1\x58\x48\x6d\x79\xbf\xce\xe8\x53\x58\x62\xaf\x49\x5a\x05\x19\xa2\x8b\x86\x3b\xed\xd2\x84\x2a\x0a\xed\x9c\x94\x63\xa5\xa6\x31\xef\x25\x15\xa2\x1d\x00\xc0\xff\xcb\xbb\x9d\x33\xd0\xcc\xad\xfc\x9b\xda\xd5\x90\x63\xbe\xb2\x7d\x62\xad\x4f\x19\x3f\xea\x51\xe5\x93\x92\x69\x21\x9e\xe5\x99\x46\xbd\xcf\x94\xe2\x8b\x7a\x60\xd5\x52\xc3\x28\x4d\x80\xd3\x12\xf5\x6f\x95\xb7\x9d\xa5\xa2\x5f\xf6\x6c\xcc\x17\x49\xa4\x78\x29\x00\xf0\x5b\xf8\x6e\x39\x91\xcd\xbe\xb5\x75\xa9\x41\x0d\xf3\xaa\xdd\x13\x1a\x6a\x3e\x54\xd4\x44\xf1\x2a\x95\x65\xdf\x83\x5f\x94\x8f\x2d\x59\xea\x7d\xa9\x98\x6a\xdc\xb8\xf2\x9f\xbe\x51\xe7\xe6\x34\x51\xad\x2b\x3a\x69\x37\x4c\x11\x21\xff\x33\x76\xa2\xf8\x99\xf8\x2a\x00\xf0\xfd\xf9\x59\xd9\x9b\xfa\xf2\x0a\x3c\x77\x8d\xe8\xbe\x51\x38\x7f\xdb\xec\x8e\x75\x14\xdb\xc8\xa3\x2d\x7c\xaa\x67\xe0\xdb\x86\x52\x9a\xce\xab\xb4\x86\xce\x58\xb8\x1c\xaf\x18\xc1\x7c\xb6\x70\x46\x49\x28\xf8\xc8\x56\xa3\xf7\x87\xff\x8e\x7e\xa3\xfa\x83\x3e\x01\x00\xa9\x19\x4f\xcd\x76\xdd\xf3\x86\x92\x91\xf2\xb2\x3b\x8d\xea\xba\x6d\x6c\xfb\x15\xea\xcf\xc8\xae\x96\x05\xb4\x77\x81\x0f\x1b\x7c\x18\x53\xbd\xb4\x35\x33\x99\xd4\xe5\xb0\xb9\x8b\xf5\x6f\xa1\x7d\x89\x05\xd4\x67\x5b\xae\x1f\x81\xa8\x2c\x27\xaa\x8e\x63\x8b\x01\x40\x5a\x80\xef\xca\x06\xf6\xe4\xd2\xfa\x52\x8e\x76\x7d\xa4\x27\xc6\x7f\x68\xcf\x62\x8c\x8a\x2c\x6e\xde\xcb\x38\x19\x78\xba\xfe\x16\xf3\x88\x17\xa7\x7a\x2f\xeb\xfd\x72\x8a\x39\x06\x0a\x59\x68\x5f\xdc\x06\x1f\xb6\xad\xd7\x0d\xa0\xf1\x96\xcb\x54\x1c\xac\x15\x00\xa4\xcb\xf1\x92\xac\xea\x5e\x1a\xc8\x4e\xa1\x74\x0d\x07\x2f\xc6\x57\xb6\xf1\xa1\x85\x91\x5b\x9a\x1e\x42\x8d\x81\xca\x7a\x4b\x38\xce\x2b\xa6\xea\x0d\xe2\xba\x3c\xa6\x5c\x8a\x2e\x58\x38\xc3\xf4\x01\x73\xb6\x3d\xa0\x1b\x83\x7b\x5b\xd2\x94\xf7\x89\x31\x00\x20\x51\x11\xac\xac\x15\x3d\x24\xa6\x4a\x19\xd9\x39\x09\xab\x8b\xf7\x69\xd5\x62\xfd\x11\xbf\x1b\xbf\x61\xcf\x03\x03\xeb\x1c\x71\x4f\xaf\xe9\x55\xe3\xf0\xba\xe5\x8b\xca\x3a\x88\x25\x0b\xc7\x9b\xe6\x11\x87\x6d\xef\x68\x37\xb2\x13\x2d\x0f\x2b\x17\xb0\xab\x00\x40\x7c\x95\xad\xc8\x24\xbb\x3b\xb8\xd6\x3b\x93\x3a\xfc\x39\x47\xe2\xea\x5b\xf6\x73\x58\x11\xac\xc6\xb9\x9c\xb0\x0d\x37\x6a\xa3\x39\xde\x9e\x83\x95\x6b\x39\x9e\xcb\x9e\x96\xde\xe5\x84\x2e\xf8\x6c\x8c\xe1\x64\xda\x7e\xd4\xf0\x38\x84\xd5\x58\x45\x3a\xc7\x03\x00\xc4\x93\xc8\xf2\x8c\x2d\x5d\x1d\xd2\xb1\xc9\x41\xed\xbe\x92\x84\xd8\xaa\xe6\x3d\x62\x63\xb8\xa2\xc1\x46\x74\x7b\xc3\xb8\x1a\x7f\xd1\x72\xcf\xe9\x15\x2e\x42\xd1\xb2\xc2\x92\xcb\x82\x27\x0b\xf6\x19\xc2\x04\xbe\xd3\x00\x35\xc6\x47\xad\x52\xe4\x19\xbc\xed\x00\x20\xb2\xe1\xbc\x49\x5f\xd1\x79\x48\x73\x78\xc7\xaa\xb6\x44\x75\x5a\x4c\x5d\xd3\x2d\xd5\xdf\x4d\xb5\xf5\x2b\x95\xa5\xeb\x7d\xab\x77\x28\xd6\xaf\xcd\x32\x87\xc9\x1e\x2f\x7d\x55\xfc\x5b\x0a\x2d\xa0\xe9\x69\xe2\x5f\xd3\x86\x17\x35\x88\x42\xad\x8a\x65\x66\x81\x17\x00\x08\x37\x73\x9f\xa6\x39\x76\x8e\x29\x9d\x9b\x14\xd4\xda\x5c\xec\xb5\xf5\x78\xd3\x12\xa3\x57\xd8\x95\x3a\x52\xef\x1e\x80\x56\x35\x68\x17\x79\x1c\x29\x37\xab\xa7\x2c\x4d\x2b\x4e\x50\x3e\x5b\x60\xa7\x3b\x27\x17\xdb\x5e\x2f\x1a\x26\x79\x6c\xd5\x2b\x1b\x26\x7c\x04\x00\x82\x3e\x5e\xd7\xee\xa6\x8e\x93\x15\x63\x13\xaf\xb6\x26\x95\xdd\xdb\xba\xab\xf1\x76\x89\x26\x8c\x51\xe7\x6c\xf2\x0f\x70\xa9\xda\xa4\x7f\xe6\x81\x96\x07\x69\xb1\xa5\xcb\x8b\x47\x15\x7d\x9e\xff\x4b\xc7\x54\x2e\xb6\xbd\xa4\xaa\x93\x8d\xb3\x3a\x27\x6d\x16\x95\x02\x80\x60\x17\xdf\x62\xb7\x77\x07\x51\x9d\x98\xc8\x6c\xb5\xaa\xf8\xb4\x75\x52\x23\x56\x9e\x1f\xb6\xac\xf6\x44\xc9\x23\xff\xb7\x95\xff\x33\xf9\x79\x6c\x2e\x7b\xa0\x57\x2e\xb5\x31\x55\x69\xfa\xe6\x7f\xd2\x59\xab\x94\xb6\x2f\x54\xee\x72\x4b\xab\xff\xa4\x3e\xe2\x95\x00\xc0\xff\xce\x5f\x91\x3a\x7d\xdf\xc4\xc2\x19\x09\x27\xfb\x13\x0a\xef\x46\x7d\xe8\xd1\x52\xda\x43\x6e\x76\x98\xa8\x07\x7d\x53\x5a\x76\xd2\xad\xdc\x79\xf5\xf7\x18\xf2\x45\xff\xaa\x47\xb0\x82\xe7\x50\xcb\x6e\x41\x3e\x93\xdf\x1a\xb7\x20\x51\x23\x05\x6a\x12\x1b\x07\x00\x32\x14\xa7\xa7\x8e\x1b\xd4\x50\x3d\x12\x8e\xf5\xbd\xa2\xde\x8c\xfa\xd8\xb3\x84\xc6\x0f\xb9\xdd\xe1\x4e\xdf\xed\x9b\xde\xfc\x8f\x01\xbb\x4b\xea\xd9\xcc\x73\xae\x56\x55\x6d\x60\xf4\x1c\xa2\x4c\x06\x5b\x4e\xfe\x6b\x1c\x8f\x5c\x1f\xd9\xa5\x0e\xc0\xc2\x01\x40\x16\x88\xe7\xed\xfa\x31\x68\x4b\x87\x12\xfa\xfa\x40\xfa\xcf\xa8\x57\xdd\x47\x19\xdc\x90\x6b\xed\xa7\x98\xcb\x7c\x53\x9b\x0d\xac\x19\xee\x92\xfa\x99\xa0\x8f\xeb\x84\xaa\x70\x48\x31\x47\x5a\xb6\x12\xb1\xb2\x99\x6c\xd8\x8f\x6a\x47\x5e\x2f\xfa\x8e\x0d\x01\x80\x0c\xc0\xeb\x76\x9d\xde\x3b\x03\x1a\x96\x50\xb4\x87\x0d\x79\x44\x9d\xe9\xba\x00\xb1\x42\xfa\xdb\x9e\x41\xef\x7c\xc3\x9a\x0e\xc0\x1a\x77\xbc\x2e\x10\xd9\xe9\x3a\xb1\x12\x41\xa3\xe6\x94\x96\x66\x63\xdb\x6d\xd6\x1a\x86\xe3\xd9\xa3\x16\x14\x05\x13\x33\x01\x40\x1a\x4b\x90\xbb\x64\x03\xd6\xd8\x8b\x84\xf8\x5e\x10\x7b\x13\xa5\xef\xbc\x88\xbd\x0f\x91\xb6\xbe\xc5\xa7\xf8\xba\x34\x9e\xc7\x53\xdc\xd3\x6a\xe3\xf1\x13\xae\x23\x2a\x54\x44\xf0\x9c\xfa\x12\x39\xf1\xc8\x26\x59\xbf\x9a\xcd\x1c\x45\x51\x71\xd9\xf5\x00\x20\x51\xb3\xf5\xbb\x66\xf6\x3b\x71\xbd\xb6\xbd\xee\xd1\x73\x1e\x46\xad\xea\x78\xce\x91\x84\xac\x6e\x1d\xcd\x89\xf3\x79\xda\xf0\x9a\x13\xec\xbe\xac\x86\xce\xf1\x59\xf4\x3f\x73\x0b\x27\x74\x4e\x75\x71\x37\x27\xdf\x06\xd4\x65\x72\x88\x51\x7d\xca\xfd\x9c\x65\x00\x20\x3e\x41\x96\xa6\xcc\xe8\x5b\x2d\x79\xbe\xcd\xaa\x5b\x2c\x99\xb9\x39\xaf\xfd\xb8\x38\x34\x58\xd0\xfc\x48\x24\xf3\xd9\x54\x7f\x54\xf8\xc2\x6d\xa0\x3a\x42\xe8\xbf\x48\x5f\xae\x10\xd4\xcc\xd1\x99\xb4\x82\x09\x36\x9d\xda\x30\x7e\xf4\x68\x67\x45\x2b\xcf\x13\x00\x44\x07\x38\x6f\x76\x66\xee\x99\xa8\x59\x14\x1f\xda\x85\x17\x75\x47\xb6\xb4\x9d\x55\xad\x0d\xba\xda\xf4\x4c\x71\xcf\xbb\xad\x6e\x48\xae\x76\x5b\x53\x95\x20\xf3\x59\xb4\xb6\xac\x4a\xf2\x74\x0e\xd5\xd8\x28\xe6\xda\x9c\xd7\x64\x08\x9f\x8c\x06\xe5\x37\xf8\x9f\x01\x40\xf8\x91\x7b\x3b\x99\xde\x1b\x52\x32\x2a\x4e\xda\xd9\x6d\xb2\x88\x1c\xd3\x66\xa1\xff\x18\xe4\xd5\x34\x5d\xfb\xdd\x7b\x5e\xed\x57\x0d\xb0\xea\x48\xa5\xbe\x68\xa4\xcb\xa3\xd2\xf7\x8a\xef\x73\x42\x0c\x9f\x64\xc7\x6d\x6e\xa8\x3b\x24\xbe\xa3\x3b\xe4\xcb\x85\x54\x00\x10\x6e\xe1\x89\x77\xfc\xec\xf9\x57\x5e\x12\xe7\xda\x99\x50\x1a\x1f\x71\xac\xb5\xbc\x78\x64\xe0\xaf\xc6\x0e\xc3\xd1\x75\xcf\x6b\x65\x3a\x62\x95\xb6\x72\x95\x66\x8d\xcb\xa1\x52\xb5\xea\xfa\x1c\x6f\x83\x56\xe1\x6f\xf3\x50\xbd\x59\xba\x69\xf4\x65\xd9\x0d\xd1\x0c\x00\x10\xfc\xe1\x9d\xdd\x21\xec\xe9\xac\x34\xc5\xde\xed\xf8\xcf\xec\x18\x21\x6f\x5d\x59\x5a\x1e\x78\xb6\xd1\xb7\x78\xc1\xba\xc3\xb5\x53\x0d\xe5\xab\xa0\x8a\x43\xba\xa9\x2e\x7b\x4a\x1d\xd5\xf9\x73\x36\x19\xe6\x2a\xb9\x53\xac\x8b\xee\xca\x96\x59\x8e\x91\x65\x8a\x2a\x01\x40\xa0\xe3\xfd\xbe\xf4\x93\x3e\x39\x67\xe8\xe8\x39\x7a\x63\xde\xc4\x5e\x01\x23\x32\x7f\x7b\xdd\x52\xc6\xfb\x82\x46\xdd\x3b\x66\x05\xc5\x86\xd7\xcd\xda\x45\x2d\xa7\x1c\x02\xfd\xe9\x41\x89\x7b\xa0\x75\xcc\xf9\x1b\xee\xc3\x49\xe0\x54\xe7\xf7\x48\x0b\xbc\xd8\x52\x8c\x85\xa1\xc3\x2f\x8d\xa3\x39\x15\x64\x1e\xf9\x4b\xbb\x5a\x98\xd2\x73\x84\x2e\xa5\x64\xd7\x32\x19\x01\x54\x9a\x2e\x82\xf1\x97\x56\xc2\x9b\xc6\xbc\x47\xbf\x49\x71\x63\x5d\x64\xae\x4a\x74\x07\xef\xb1\x06\x37\x64\xc3\x93\xa0\x18\x67\x03\x42\x47\xac\x2c\x93\x30\x27\x94\x79\xd1\x89\xba\x96\xe6\x7e\x64\x3a\x6d\x14\xed\x62\xf7\x57\xda\x10\xbd\xb4\xa6\x99\xae\x67\xec\xd0\x0a\x19\x05\x4c\x6f\x6e\x01\x33\x96\xe5\x5e\x58\xcb\xda\x06\x06\x6e\xef\x06\x59\x10\xb8\xfe\x07\xb4\x17\x1e\x70\x0e\x46\x96\xa1\x56\x96\xde\xe8\x17\x6c\xe4\xb9\x1b\x85\x7d\xf0\xdd\x43\xc3\x29\x2a\x64\x58\xe7\x5f\x2a\x1b\x99\x53\xf5\x8d\x96\x84\x6c\xd7\x58\xd2\xc3\x90\x6e\xce\x3c\xc6\x26\xd4\xbe\x40\xc1\xcc\x42\x4b\x12\xba\x59\xd5\xd8\xfc\xf5\x4e\x10\x80\x75\x38\xdd\x82\xd5\xb8\xb7\xe5\x72\x94\x81\x6f\x3b\xf3\xa9\x60\x39\xe7\xd4\x81\xd0\xc2\x85\x9c\xfc\x8e\x25\x94\x05\x9c\x31\x95\xa1\xd4\x59\xe4\xde\x22\x0e\xcd\x81\xc4\xd8\x27\xe8\xbe\x64\x54\x7e\x3a\x83\x41\x2e\xdd\x26\x67\x5e\x20\x47\x05\xec\x06\xfd\xd9\x8f\x9d\x18\xd0\x6b\x76\xb1\xa5\x3f\xf2\x82\x38\x31\x74\x2d\x4f\x23\xdd\x3a\x98\x95\xdf\x22\x49\x68\xbd\x59\x70\x41\x9c\x66\xf6\x2a\x7c\x26\x22\x95\x7b\xa9\xa3\x85\xad\xc4\x1a\x9a\xaf\xe0\x4e\x9e\x1d\x5d\x2e\x18\x13\xef\xcb\xb4\xe2\xcf\xf7\x37\xb2\xc4\x3c\x3f\xa7\xa9\x50\x28\x77\x82\xe5\x4e\x24\x89\xf4\x38\x16\x9a\x3b\xce\x38\xd8\xc7\xc9\x73\x32\x8c\x68\x9a\x9b\x1f\xa8\x0b\x2c\x79\x53\x40\xd3\x50\x64\xe7\x0b\xbb\x8b\x4c\x68\x2f\x75\x84\x72\x30\x07\xa0\x51\xe5\x47\x62\xef\x32\x86\x49\x6b\xfd\x76\x32\xeb\xc4\x3b\x1c\x09\x90\x2b\x38\x69\x29\x82\x3b\xb9\xdb\x0f\xa9\xb3\x6b\xeb\x6f\x74\xbf\xc9\x79\x55\xf3\xac\x7e\x78\x9e\x6b\xd5\x52\xd3\xd4\xfc\x2c\x73\x94\xc4\xb7\xa0\xbf\x34\x05\x2e\xa4\xcc\x31\x45\x65\x59\x51\x6b\xf5\x13\x63\x52\xe8\x81\x6a\xa5\xaf\x0b\x73\xb4\xe2\xa8\xc3\x6d\xd6\x7f\x92\x62\x4b\x1d\xec\xc7\xcf\x3d\x00\x64\x5d\xdd\x93\xdd\x59\x99\x63\xdb\x75\xbe\xa6\x3a\x37\xa6\x7d\x9a\xfe\x46\x5e\x69\xb3\x87\xc8\x31\xff\x5b\xfd\x52\x90\x2c\xcc\xad\xfa\x98\x11\x4e\x1d\x5e\x9e\xb6\x15\xa0\x75\x98\x68\x3e\x6b\x19\xa4\x76\xba\x43\x2c\x4b\xa9\xf0\xb1\x2c\x87\x5e\x0b\xd7\xec\x9f\x9a\x85\xed\x4f\xea\x38\x92\x7d\x78\x20\xae\xfa\x50\x2e\xd0\xeb\xa4\xfb\x9d\x17\xdc\x71\x59\x18\x97\x5f\xd1\x12\xc8\x3a\x58\x38\xad\x9e\x95\x6e\xa6\x74\x56\x85\x6d\x81\x69\x3b\x4b\xab\xbd\x9f\x32\xdc\xf4\x6c\x07\x37\x56\xa8\xf2\x9c\xe5\x7e\xa8\x5d\x78\x73\x1f\x3d\x6b\xe5\xd1\x1d\x1d\xf3\xb2\xa9\x07\x87\x55\xcf\xc9\x69\xdb\x9b\xaf\xdb\x99\xfb\xb6\xb7\x47\x70\x34\x3f\xa0\xa3\x87\xb5\xba\x60\x4f\xf3\xee\x74\x27\x4a\x44\x6d\xcd\x16\x67\xea\x6f\x73\x94\xf7\x61\xfa\x79\x23\xc5\x61\x1d\xf3\x95\xea\x9d\xd5\x68\x68\xb3\x68\xd6\xb9\xb1\xcc\xc4\x9c\xdd\x07\x77\x31\x0f\xe6\xee\xef\x64\xb0\x96\xe7\x4f\xac\x2a\x64\xb5\x15\x64\xa8\x09\x70\x4d\xe1\x6d\xb2\x19\x1c\xa2\xd2\x0b\x1c\xa1\x7c\xfa\xd2\x04\x36\xbc\x98\x39\x65\xbd\x3d\x32\x06\x9c\xe6\x74\x1a\xb5\x87\x37\x5a\xae\xc5\x40\x74\xf5\xd9\xb9\x0c\x69\xfe\xf7\x03\x5c\xc6\xaf\x82\x1f\x1d\x1d\x4c\x94\x32\xbe\x72\x90\x35\x8e\xea\x50\x74\x8d\xd5\x4a\x0b\x27\x27\x83\xa1\xf4\x9a\x7c\x23\xf8\x97\x69\xb5\xed\x0b\x74\x85\x55\x15\x50\x09\x9f\x80\xc2\x9d\x32\x91\x37\x88\x9d\xe5\x14\x2c\x0e\xad\x3a\xb3\x9a\xde\x48\x6d\xdb\x5f\xc5\xf0\xa0\xc5\xb5\xff\x8f\x71\x9a\xbe\xbc\xe2\x1b\x33\x93\x61\x51\x34\x8f\x65\xc3\x78\xca\x2e\x60\x1d\x61\x7e\xc8\x1f\x0f\x4a\xc0\xc9\xdb\xf2\xa0\x02\x68\x6b\xc0\x5c\x98\x09\x37\x38\xcd\x42\x9a\xd1\x49\xa3\x5f\x61\xce\x98\xf3\xa9\x29\xb4\x99\xb0\xe7\x60\x1b\xed\x20\x9c\xd3\x36\x9e\x0e\xc2\x66\x73\x2c\xc3\x05\xfe\x9f\x72\x0f\xe3\x39\x12\x40\x2c\x62\xf6\x22\x07\x73\x7f\xb0\xca\xd0\x88\x78\x06\x58\x85\xbe\xf5\x8f\x81\x4e\x60\x3a\xc7\x06\xc4\x16\x5f\x37\xfa\x22\xda\x83\x53\x4f\x8e\xa5\x0c\x70\x80\x81\x27\xd4\x1c\x72\xa0\xc5\x8d\xb6\x8c\x4c\x2b\xab\xa5\xfd\x22\x17\x2a\x56\xd0\xaf\xb1\xbf\x63\xd7\x18\x7d\xec\xff\xe5\xdc\x62\x76\xb3\xaf\xc5\x81\xac\x8b\xec\x53\x7e\xfb\xa0\x11\xec\x43\x8e\x79\x70\x3e\xdb\x60\x39\x06\x5d\x48\x3c\x3d\xfa\xa7\xd0\x55\x12\xd9\x37\x89\x32\x52\x0c\x37\x5e\xa7\x7c\x14\xe9\x4a\x8a\xa8\x37\x85\xa7\x64\xc9\xb4\x73\xc2\x51\x68\x28\xfd\xa8\x20\x2e\x5b\xcb\xb8\xc6\xaf\x89\xdd\xc8\x1a\xcb\xbb\xe5\x07\x80\x9b\x78\x13\x1d\x67\x42\x67\xb9\x16\x96\x9e\x88\x8e\xdc\x7a\x50\x9f\xdf\x60\x50\x75\xaf\x2e\x10\xe9\x5e\xd5\xb9\x15\xe6\x69\xbd\x8c\xc9\x94\x4c\xb5\x48\x5c\x4c\xa5\xa9\x2e\x40\x0f\x68\x22\xe5\x84\x4c\x09\x7d\xaf\x7c\xcd\xd6\x47\xcc\x51\x52\x2f\x9f\xdb\xac\x6c\xb1\xad\x43\x19\x34\x4c\xd0\x64\x89\xc3\x0f\xb9\x79\x83\xef\xf3\x42\xeb\x02\xda\x07\xf2\xa3\xaa\x91\x6a\xc7\x82\xad\x15\x8f\x75\xc5\x85\x09\xe5\x8b\x85\x4e\x94\xc2\x92\x54\x56\x33\xb5\xc2\xc8\x48\xaf\xa0\xbd\xd6\xc5\x6d\xc9\x60\x84\x16\xfd\xf3\xee\x61\x0e\x29\x76\x38\x8c\x03\xa9\x92\x5d\x96\x46\x38\x93\x9f\x33\x90\x9d\xcb\xeb\xa9\x6c\xcd\xc9\xe3\x74\xba\x56\x0c\xe5\x93\xad\x46\x4d\x72\x41\x51\xe3\x23\xfe\xa4\xc2\xce\x3a\x80\x71\x98\xf2\xae\xf2\xc5\xee\x57\xb4\x90\x32\x6e\xf4\x58\xfa\x1e\xe3\xfe\x75\xc7\x99\x1b\x34\xaa\x85\x4a\x70\x84\xfc\x8d\x65\x23\x3c\x59\xb8\xa0\x9f\x99\xeb\x32\x48\x6f\x11\xe4\x2d\xee\x33\x99\x1f\xe7\x2f\xe9\x56\xab\xb9\x05\x5e\xed\xe9\xbc\x80\xc2\xc4\xa6\xbf\x0c\x80\x52\x5c\xb7\x6d\xb7\x0f\xf5\x7b\x65\x6c\x94\x80\x9e\x5e\x72\x77\x1d\x83\xf1\x4d\xf7\x72\x61\x2e\xeb\x90\xb2\xc0\xf2\x34\x74\x55\x78\xa8\xef\x54\xce\xed\xc3\x3b\x9a\xef\xe5\xde\xd9\xbf\xcc\xbc\x2e\xef\x4e\xff\x50\xd1\xff\xf2\x1f\xf7\xac\xe6\xb6\x14\xfc\x69\xdf\x41\x07\x29\x1e\x4d\x6b\x52\x4f\x52\xd5\x35\x35\x51\x2b\xe9\x16\xe5\xf8\xba\x50\x86\xc6\x70\x71\x21\x93\xb5\x43\x25\xb7\x9a\x06\x15\x8a\x46\x9d\xfc\x02\x1e\xce\x99\xbc\xb7\x19\xfc\x95\x9b\xd5\xea\x0c\x79\xe6\x1d\x2d\xe7\x41\xda\x82\x25\x8a\x77\xd0\xcf\xc2\x36\x3c\x0f\x4e\xa2\x86\xe4\x06\xc2\x57\xe8\xd6\x71\x7f\x91\x58\xc6\x4f\xff\x89\xc8\x77\x70\xa4\x63\x2c\x7a\x1a\x0e\x19\xad\xc1\x5e\xa0\xa1\x27\x2d\x59\xbf\xf2\x15\x03\xd7\xc0\x80\x02\x75\x4b\x1a\x68\x28\xec\x2c\x3b\x0f\xfe\xa2\xdc\x54\xf8\x42\xf9\xb4\xb1\xd8\x65\xe8\x01\x3d\x3d\x67\x1f\x9c\xce\xb8\x13\x97\x8b\x00\x2c\xd8\x8f\x44\x06\xa0\x55\x0e\x5f\xd1\x72\x64\xca\xe8\x0c\xec\x0c\xda\x7a\x62\x12\xcb\x93\xea\xda\xff\x95\xa5\xa4\xde\x6f\xd6\xb3\xbe\xd3\x8e\x94\x8d\x05\x13\xe8\xd5\x72\x19\x78\x8b\x51\x84\xad\x80\xb6\x33\x6b\x73\x96\x41\x9f\x58\x57\x62\xbf\xc0\x15\x90\xa3\xdf\x2c\x24\x07\x96\x39\x0c\xa2\x3b\xd1\xf1\xa3\xb7\x60\x66\x6c\xed\xb1\x39\x8c\x4a\xa8\xa4\x6f\x2e\x73\x32\x74\xa5\xf1\x09\xb3\x18\x9e\x59\xc2\x60\xcd\x86\x77\xc9\xe6\xb3\x7a\xe1\x33\xc8\x3b\x70\x0b\x12\x93\x3d\x13\xb2\x44\xbe\xc6\x8e\x82\xae\xa2\xcd\xbe\x5b\xe0\x63\x58\xae\x43\x10\x72\x0d\x77\x1d\xbd\x18\x5b\x8d\x83\x87\x3f\xd1\x77\x93\xab\x7b\x83\xe9\xb7\xc9\x61\x0d\x00\x23\x9d\x3d\x68\x3a\xc3\x04\xd8\x32\x49\x33\xb3\x95\x5d\x08\x57\xb3\x76\xb2\x73\xb3\x2c\xc0\x45\xec\xc2\x98\x69\xd0\x18\x36\xee\x73\x12\x1e\xce\x96\x3b\xcc\x40\x16\xb3\xc9\xd1\x30\x5a\x45\xbc\x38\xf0\x95\xfa\x4a\xbc\xa9\x8b\xa0\x09\x44\xc6\x5a\x03\xdd\x47\x78\xc8\xd0\x47\xff\x20\x9c\x2a\x7a\xc6\xe8\x12\x14\x40\x73\x99\x20\xff\x52\xc6\x51\x56\x0c\x7f\xf9\xd6\x11\x60\x18\x8f\xf4\xb1\x85\x22\xb8\xe7\x16\x5e\x80\xa5\x9c\xff\x8d\xee\x46\x27\x93\xb1\x7b\xdb\x28\xd9\xfa\xd4\xb6\x6e\xaa\x8d\xf6\x4c\xd5\x38\xea\x11\xcd\x62\x6d\x09\x4d\x50\x54\x2e\x58\x49\x4f\x52\x8d\x60\x1e\x67\xf8\x29\x12\xd3\x86\x98\xeb\x64\xe6\x68\x15\x6b\xa3\xe4\xa8\xb7\x05\x98\x23\x3a\xb8\x30\x05\x3a\x20\x40\x2c\x47\x21\xf1\xdc\x8c\xbe\x19\x85\x53\x6b\x1a\x9a\xc3\x0b\x1f\x57\x59\x99\xc7\x52\x5a\xcc\x8a\xa2\x67\x54\xa4\xcc\x82\x7b\x9a\xb6\xa3\x78\x3b\xbd\x9c\x1e\x6f\x90\xa7\xbe\x62\xe4\x68\x35\x51\xb3\x99\xf2\xa2\x14\xaf\x57\xac\x21\xf9\x9b\x05\x4f\xa0\xc5\x92\x59\x96\x6b\xe1\x9b\xfc\xb8\x9e\xca\x82\xc4\xae\x8b\x0d\x7f\x0a\x67\xb6\x93\xa5\xed\x85\xf7\x5a\x26\x2a\xdb\x29\xdd\x0d\x5c\xb2\x9f\x5a\x59\x73\x92\xda\x4f\x6b\xa8\xb8\xb2\xcb\x93\x7e\xaa\xd4\x10\x79\x8c\xf1\xdb\xf0\xcb\xf3\x27\x2b\x58\xfd\x67\x41\x2a\x78\x40\x2e\xb3\x0c\x83\x51\xe1\xb0\xee\x9a\xfc\x3f\x03\xbc\x86\xc9\x05\xc7\x7a\x2f\x97\x9c\x28\x14\x77\x7e\x56\x9c\xa7\xec\x68\xfd\xc0\x7e\x4e\x0d\x6f\xec\xa2\xfc\xa0\x6d\xad\x5d\x99\xa2\xa4\x33\x2b\x12\x22\x7d\x18\xcd\x25\xd6\x9e\xf5\xcc\xdf\xba\x90\x05\xbe\x20\xac\x1c\x65\x99\x0b\x7b\x0b\x4d\x5d\x2f\xf3\x9b\x0e\x6e\xa9\x4f\x2e\xa0\x0c\x46\x97\xcc\x2a\xf4\xe8\x9b\xae\x58\x44\x19\xdd\xd5\xc6\x8e\xa4\xbc\x6b\xfd\x47\xc9\xa3\x7e\x6a\x1c\x96\x32\x9d\x6e\x53\x6d\x8c\x78\xc5\x08\x2e\xab\xf0\x84\x98\x46\x83\xc3\x82\x0d\xe0\x34\x95\xbd\xe5\x00\x74\x43\xf8\x60\x3f\x88\x8f\xcb\xae\xed\x78\x83\xbd\xc8\xf9\x5e\x13\x85\x1d\xc9\xcb\xd6\x07\x61\xc7\xf3\x87\x84\x5b\xb0\x6b\x85\x91\x2c\x1c\xfb\x1f\xe5\x65\xfa\x28\x7c\x38\xad\x27\x9a\xc0\xa7\x30\x5a\xd7\x65\xe1\x7e\xac\xe3\xf3\x3f\xe0\x65\xb0\xf3\xc8\x32\x22\x10\xf5\xde\x57\x81\xb9\xe7\xbd\xeb\x70\xc5\x9c\xf2\x7f\x56\x9b\xb0\x71\x85\xcb\x74\x7a\xcc\x89\x12\x2a\x68\xc0\xc2\xa8\x22\xe6\x23\x2c\x87\xf6\x2c\x8d\xc0\x4a\x18\x59\x51\x5f\xb1\x93\xac\x59\x5e\x77\xf1\xb1\xe0\xb3\xf9\x12\x1c\x81\x5f\x8f\xcc\x23\xdc\x50\xfd\xe0\x7e\x34\x85\xb2\xad\x3d\x19\xcd\xa1\xce\xa9\xba\x89\x26\xd0\xa6\x6b\xaf\xa2\x62\xda\x2b\xfe\x37\xf4\x00\xfd\x39\xd3\x0f\x7d\xc3\x1c\xb5\xfb\x2b\xb6\x88\x15\x14\xc5\xc5\xb2\xc0\x4e\x2f\x08\x1b\x82\x97\xcf\x0f\xc7\x83\x91\xeb\x23\xa3\x88\xc9\xd8\xb4\x01\x15\x62\x01\x4e\x6e\x4d\x45\x66\x82\x9c\x8a\xb7\xc8\x12\xf0\xba\x66\x39\x92\x0e\x6d\xe4\x49\x90\x16\xe8\x06\xfd\x2f\xf2\x11\x86\x52\x1f\xa2\xc1\xc8\xca\xcd\x55\x68\x1d\x6a\xeb\x79\x02\x5b\x84\xfe\x99\xf7\x04\x3b\x86\x3d\x1d\xe9\x8d\xb7\xe3\xe1\x7d\xd7\xa0\x6a\xc2\xd8\x7c\x15\xba\x4b\x48\xcd\x41\xf0\x34\x82\x52\xd4\x0e\xa7\x12\x3b\xb8\x2b\xe1\x41\x22\x85\x76\x06\xb1\x21\x18\xbb\xae\x23\x18\x61\x8c\xbc\x84\x3c\x21\x2e\x7a\x7a\xa2\x2c\xf6\x88\x79\x07\xb1\x79\x6c\x97\x91\x0a\x7c\x0e\xd1\xdf\xf3\x1e\x2c\x11\x56\x37\xda\x82\x17\x85\x16\x65\x13\xa0\xc9\x82\x0c\xe5\x01\xa8\x80\x7f\x9a\xe4\x43\x37\xf9\x9e\xd4\x38\x38\x80\x37\x90\x52\x09\xef\xe7\x79\x46\x3c\x40\x96\x72\xf7\xac\x6d\x40\x8e\x70\x9d\xe7\xa9\x51\x82\x43\x8c\x7c\x8c\x89\x48\x87\x8e\x07\xcc\xaf\x9a\xc7\xb5\x0d\xac\x4d\xea\x3a\xd3\x31\x56\x75\x51\xac\xec\x02\x38\x59\x79\x1f\xff\x04\x2a\x14\x19\x85\x33\xa1\x49\xb2\xb7\xc9\x47\xa0\x1a\x69\x4a\x38\x01\x2f\x13\x9f\xf2\xb8\x08\xdf\x14\x0d\x9b\x97\x89\x54\xf2\xff\x8c\x52\xa1\x6d\x5c\xe7\xd6\x3a\xc6\xc3\xca\x7d\x55\xe9\xcc\x35\xe6\x9d\xfa\x4f\xcc\xa2\x32\x17\x89\x17\x6b\x6c\xf1\x21\xb4\x92\xa5\x33\x06\xe5\x5b\x83\x8b\x74\x7b\x92\x7e\x83\x97\xd4\x7f\xc3\xfe\x40\x98\xca\x76\xcd\x3e\x78\xad\xec\xd3\xdc\xc7\xc8\x14\x31\x7d\x54\x0f\xba\x82\x3f\xbc\x79\x14\x63\x62\xbb\x77\x85\x33\x23\xaf\x25\x40\x5b\xca\x38\xdb\x38\x4f\x34\x8a\x19\x59\x7b\x16\xd6\x31\x1f\x56\x45\xe6\x2e\x61\x11\xe5\xd5\x89\xb1\xe0\x8a\xe2\xee\xd0\x7e\xf0\x8d\x3e\x6f\xf5\x71\x68\x7f\xd1\xb1\xb9\x89\x70\x9d\xac\x67\xd4\x49\xe4\xac\xc0\xd4\x64\x43\x3f\xdc\xdb\x66\xf6\x67\xd8\x77\x45\x6b\xda\x19\x70\xdb\x09\xa1\x03\xe3\x4f\xf3\x08\xe8\x08\x53\x5e\x3f\x21\x27\x97\xe5\x5a\x75\x7b\x7b\x0b\xeb\x41\xf9\x96\x50\x57\xd0\x6c\xda\xb1\x3a\x1b\x62\x68\xbe\xce\x5d\x0d\xef\x52\xcc\x1e\xf5\x0c\x11\x09\x97\x34\xee\xa0\x23\x83\x41\xe5\x32\xfa\xa5\xbe\x12\xf5\x1f\x86\x4b\xf7\x1e\x01\xca\xa8\x6b\x37\x42\x0e\xcc\xe5\xcd\x6b\xb3\xef\x33\xcf\xd4\x49\xb6\xaf\x62\xa1\x95\xd0\xc6\xe3\xa0\x4f\xc9\xad\xd5\x6b\x20\x1b\xdd\xe1\xb9\xee\x30\xa0\x74\x1d\xbd\x08\x59\x20\x64\x74\x7e\xe6\x56\x67\xbd\xab\x43\xb9\xcb\x73\x92\x8a\x73\x38\x47\x72\x4f\xcb\xe7\x73\xf2\xf3\xbd\xf0\x77\x9c\x79\x05\x17\x0b\x6e\x92\x17\x28\x68\xf2\x6a\x92\x4f\x8b\xde\xb4\x9a\xf4\x60\xc4\xad\x99\xcf\xfe\xc4\x42\x67\xbf\x62\x5f\x82\xbe\x0d\x9f\xc3\xfe\x83\x4e\xe8\xf4\xe3\xbc\xcb\x1b\x57\x7b\x85\xc3\xcb\xdf\x68\x3a\xc3\x99\x5b\xc0\x91\x89\xc8\xfb\x85\xed\x78\x12\x59\x45\x1d\x5e\xb0\x95\xdc\x49\xcb\xd9\x71\x98\x74\xa0\xff\x0a\xbb\xc5\x7e\xc3\xdc\xb3\x7a\x88\xbd\x1f\x54\xcd\xee\x64\xb7\xc2\xed\xc3\xc7\xb1\x5f\xa1\xbb\x3b\xd8\x1c\x9f\xc2\x4d\xb5\xb3\xc9\x3b\x94\x38\xd3\x1c\x92\xa0\x26\x4b\x1f\x90\x91\x34\x3f\xec\x30\x39\x9f\x1e\x9e\x3f\xc4\x7e\xc3\x80\x77\x04\xb1\x0f\x30\xcf\x84\x21\x6c\x03\xe8\xb7\x9a\xc6\x46\xa1\xf3\xb3\xb9\x6c\x18\x51\x0f\xb7\x66\x1f\x47\x1f\xb6\x5d\x66\xff\x60\xfe\xab\x66\xb0\x9b\x59\xa0\x81\x64\x67\xb3\xde\x49\x18\xec\x0d\x20\x1d\xe5\xb0\x9d\x20\xdb\xbc\x46\xf6\x70\xe8\x62\x52\x04\xf1\x0a\xae\x09\xed\x24\xee\x23\x22\xf7\x7d\xc4\x5b\x94\x33\xdb\x91\xf8\x8b\x15\x0d\xb7\x64\xa7\xe3\x93\x5a\xc7\x10\x06\xdc\xa1\xb2\x9b\xc8\xc0\x97\xe8\xbe\x12\x5e\xb8\x9b\x78\x2c\xb1\x0a\xf7\x47\xfc\x88\x99\xf8\xb6\x5c\x11\x31\x0d\x57\x27\x6e\x25\x46\xe2\x97\x37\xfe\x20\xe6\x12\x8e\xee\x3e\xc4\x06\x82\x36\xdb\x9a\xd8\x4d\x1c\x1b\x1e\x4b\xdc\x21\x72\x9b\x30\x3c\x97\xdf\x65\x4e\xc5\x73\xf8\xb1\x9a\x5e\x7c\x27\xef\xb9\x70\x22\xbe\x8d\x97\x0b\x89\xf0\x04\xee\xdf\x9c\x31\x78\x3c\xb7\x66\xbb\x2d\x9e\xc2\x8d\xd8\x68\x8d\x33\x38\xaf\xdc\x86\x70\x05\x87\x63\xff\x09\x3f\xc4\x19\x3e\xfc\x0c\xb1\x96\x7d\xa1\x6e\x08\x9b\x52\xd4\x5b\xf2\x0b\xb3\x53\x15\xa9\x0c\x98\xad\x32\x9d\xb7\x11\x9b\xa5\x98\xc5\xb2\xc3\x5c\x65\x97\x33\xdf\x61\xde\x52\xf1\xb6\x68\x2c\x41\xb2\x22\xb8\x1b\x23\x45\xfd\xab\x5e\x60\x6d\xc2\xf9\xf6\x0d\xd8\x07\xfe\xb6\x11\x41\x78\x21\xe7\x60\xf5\x0e\xd4\xbe\xfc\xba\xf1\x1b\x6a\x5f\x7a\x5a\xfe\x04\x9d\x57\xdc\x47\x5e\x46\x97\x19\x85\xf4\xa7\x68\xb0\x3e\x28\xfd\x2b\x9a\xa9\xf9\x14\x57\x81\xea\x8a\xe0\xa0\x6d\xe8\x19\xc5\xa9\x95\x5f\xb0\x31\xd2\xff\xd9\x6f\xc0\x62\x45\x2d\x23\x4c\xd8\x1d\x9e\xa4\x72\x24\x22\x6c\x6e\xd0\xb7\x23\x60\xc3\x07\x69\x03\x82\xd5\x4d\x21\xf6\x22\xea\xea\x91\xd4\xaf\x48\xbb\xf9\x62\x9a\x1b\x72\xbd\x34\x3b\xd6\x16\xb5\x36\x9e\x0c\x9c\x84\x86\x69\x4f\xac\xf8\x81\x6a\x54\x8c\x59\x87\xd1\x97\xd2\x43\x23\x3a\xb0\x02\xc1\x44\xf3\x1f\x64\x43\xe7\x1e\xdd\x01\xc4\xab\xad\x59\x72\x04\xf1\x6a\xa6\xe0\x8f\x90\x88\xfa\xdf\xd4\xc5\x48\x56\xcd\xd6\xdd\x28\xa2\xac\xc8\x8d\x61\x21\x47\x4a\x3d\x36\xc8\xd0\x11\x06\xcd\x0a\x0d\x1a\xa9\x96\xce\xd2\xa2\x35\xf2\x69\x23\xce\x62\x4e\x82\x6a\xf3\x12\xc4\x6a\xcf\x57\x1d\x00\xff\xe9\x6e\x93\x4c\x82\x7f\x76\x2c\xc4\x3d\x91\x11\x2d\x71\x14\x1d\x62\xd7\x10\x9e\xfa\x15\xf1\xac\x7e\x1f\x33\x12\xc9\x34\xaf\xd9\xb0\x1c\xa9\x37\x7d\x5b\x91\x88\xbc\xd7\x06\xcd\x52\xa1\xfe\x0a\xfb\x91\xa3\xd1\xc3\x82\xb7\xb5\xbd\x92\x11\x59\xde\xc5\x43\x62\xb7\xec\xfd\xca\x66\x51\x42\x6e\x30\x77\xa1\xb0\x26\x6f\x88\x71\x40\xf0\xae\x20\x2d\x83\x14\x2c\xa2\x38\xc6\x1d\xe7\xa7\xd1\xc6\x04\xee\xe6\x55\x33\xe6\xad\x48\xe7\x3e\x62\x85\xd8\x29\xb9\xcb\xa0\xcb\x40\x0e\xe7\x1c\xf2\xb4\x76\x94\x38\x3e\x77\x77\xf1\x0a\x91\x31\xcf\xa0\xb4\x13\x9e\xca\x7f\xc3\xa9\x16\xce\x2e\x5c\xc2\x08\x11\x30\x28\xfa\x8c\x89\xfc\xc3\xb4\x51\x71\x3b\xf9\xe3\xe8\xd5\x81\x4e\xbc\x44\x66\xc1\x8a\x85\xdc\x36\x30\xdc\x8e\xc2\x1d\x0b\x93\x00\xc8\xe9\x45\xdd\x6a\xd2\x45\xad\x05\x75\x26\xa5\xf0\x6f\xa1\x5e\x81\x09\xd7\x52\xfa\x39\x13\x04\x65\xd4\x66\xfa\x61\x01\x40\x1b\x4a\xd7\xf1\xe3\x18\x23\x62\xbf\xf0\x5a\x98\xe9\x1b\x9e\xf3\xc6\xb2\x9e\x2f\x7f\xcc\x2d\x84\x50\xbb\xad\x9c\xdb\x48\x02\xa0\xe0\x28\xd0\xb6\xaa\xff\x09\x09\xc6\x63\xe3\x1c\xc1\x1d\x26\x53\x3e\x5f\xb0\x86\x35\x89\x7d\x8d\x5f\xcf\x6a\xa6\x35\xf2\xed\xc0\x5d\x69\x46\x1e\x0e\xb9\xc7\xda\x71\x9f\xc0\x0e\x1b\xc2\xb9\xbb\x90\xc9\xcb\x77\x70\x9e\xa0\xb3\xec\x96\x72\x76\x60\x61\xc0\x39\xce\x42\xec\x51\x65\x84\x20\x16\x3d\xa0\x3f\xcb\xdf\x8f\x7e\x95\xd6\xf1\x17\x63\x33\x09\x98\xd7\x84\xf9\x50\x29\x3c\x57\x8c\xb9\x9b\xcd\xad\xc2\x4e\xc7\x38\x73\x67\xe0\xcb\xd7\xd7\x72\x1a\x71\xf5\x72\x80\xb3\x1a\xff\x65\xb7\x94\xdc\x4f\x64\x0d\x0b\x26\x25\xc4\xf2\xf2\x0f\xfc\x4d\xbc\x49\x5a\x1a\xef\x24\xf7\x98\xb8\x8d\xe7\xc5\xa5\x61\x7b\xb9\x47\xb9\xd3\x0b\x5f\x73\x23\x38\x67\x53\x17\x71\xae\x70\x8c\x5b\x47\x71\xb6\x71\x72\x02\xee\x92\xef\x39\xcb\x97\x95\x92\x7c\xf2\xbd\xdd\x32\x72\x12\xa9\x1e\x76\x86\x7d\x9f\x8d\x97\x2c\xe2\xcd\x53\xda\x17\xc5\x73\x75\x8a\x38\xc1\x29\xae\x8d\x1c\x42\x1c\x39\xd5\xb2\x84\xfc\x66\xce\x1a\xa9\x77\x8a\x3b\x79\x46\xe2\x14\xbd\x9b\xdc\x29\xb6\xf0\x37\x90\xa3\x84\xfd\x4b\x8f\xb0\x9b\x05\x5b\x67\x3c\x60\x07\xf1\xf6\x5b\x38\xb2\xed\x39\x89\xc6\x22\xae\x5d\xc9\x6b\x85\x94\x53\x6d\xfa\xc2\x5b\xc7\x59\x6d\xf4\x06\xaf\x90\x67\xf5\x81\xb9\x46\x32\x4d\xeb\x93\xbc\x9d\x1c\xa1\x76\xdc\x7c\x8e\x5d\xa7\xfc\xe0\x17\xc1\x8e\x97\xb3\x96\xdc\x60\x5b\x49\xce\xcf\xa0\x10\x3d\xc2\x5b\x16\xf1\x84\x92\x37\x56\xbf\x80\xb3\xb3\xfe\xb6\x8c\xe0\x8c\xa9\x45\x38\xf3\xc9\xae\xaa\xcf\xcc\xfb\x64\x58\x85\x4b\xf6\x05\xf6\xf3\x32\xef\xa4\x03\x6c\x51\xf1\xbc\xc8\x0c\xf6\x12\xfd\x79\xdf\x69\xc4\x63\xcd\x8c\xc5\x77\x09\x9d\x72\xd6\xf4\x37\x44\xa0\x64\x9f\x05\x93\xb0\xe3\xf3\x74\xeb\x38\xeb\x5a\xbb\xa4\x35\xe4\xdd\xa6\x4f\x64\x30\x89\x37\x00\xcc\xc9\xe4\x94\x9a\x9b\xd9\x53\xd9\xad\x95\x64\xd2\x54\xf6\xa6\xb2\x97\x11\xd7\x88\xf7\xc5\x63\x7c\x0c\x44\xa5\x6e\x70\x31\x8b\x88\x2e\x9a\x32\x7d\x90\x00\x64\x80\x45\x11\x7e\x51\x30\x45\x2b\xe2\xcc\xee\x3a\x29\xf9\x4c\x76\xb5\xf7\xb3\x4b\xc8\xe0\x96\x3c\x06\x8d\x7d\xbd\xe1\x4b\x96\x90\x9d\x55\x1b\x90\x68\x64\x03\x95\x9e\x11\x79\x44\x79\xe9\x03\x1f\x3f\x22\xd4\xf0\x6f\xf1\x6a\xfc\xab\x7a\xef\xf4\x0e\xdc\x2c\xfb\x63\x71\x1a\xcf\x10\xa4\xa9\xdd\xb4\x47\xb3\x6c\x44\x2d\x9a\xa0\x6c\x29\x9e\x5e\x74\x25\xe7\x0f\x6d\x94\x2a\x3f\x8f\x93\x7e\x5d\x09\x14\x2c\xdb\xf6\x40\x0e\x16\xfe\x17\x56\x24\x7d\x4c\xfd\xe6\xf9\x5b\xe2\xc9\x98\xe1\x5c\x2c\x22\x59\xc9\x53\x3c\x05\x47\xa0\x1f\x00\xc0\x0f\x47\x81\x22\x93\xd6\x21\xe7\xa6\xc8\x49\xdd\x99\x37\x0f\xfb\x5c\x14\x94\xbf\x8b\x5a\xae\x7c\x5f\xd0\x9a\xce\x50\xa8\x28\xf3\xb7\x09\xe4\x53\xa9\x1d\x61\xeb\xa5\x12\x7a\xae\xe7\x71\xf1\x07\xe6\x46\x67\xaa\x28\x1c\xdc\x30\x65\xb5\xa0\x18\x96\x00\x00\x7f\x29\xba\x4e\xf5\x49\x23\xc9\x3f\x28\x34\xa8\xed\x0b\xee\x60\x74\xd5\x40\xe1\x3b\xaa\x83\x92\x46\xf9\x95\x6e\xa5\x98\x4d\x5b\xb9\x6d\xa1\xac\x99\x2e\x0b\x7d\x2f\x75\x61\x4e\xf0\x94\x88\xab\x58\x75\xce\x61\xa2\xb1\x50\xfc\x94\x15\x82\x34\x24\x0c\x00\xf8\x16\x68\x9d\xf2\x94\x3a\x8e\x6e\x12\x50\x8a\xc6\x33\xa2\xd1\xad\xca\xb3\x8c\xbf\x94\xf9\x0a\x01\xb3\x27\x6d\xbe\xdc\x93\x25\x8e\x8f\x95\x5e\x05\xf1\x50\x1f\x49\x32\xa4\xf1\xb4\x15\xbd\x85\x2b\x9c\xc7\x0b\xf3\x91\xd3\x53\xfc\xf8\x57\xb0\xa9\x00\xc0\x03\xb1\xfd\x8a\xed\x45\x99\x70\x3b\x7f\x9e\xca\x06\x71\x42\xc6\x2b\xce\x22\xec\x82\x9f\x72\x0d\x72\x76\xf7\x74\x59\x34\xba\x22\x2e\x43\xf2\x03\xed\xdc\x48\x15\xab\xb1\xe0\xb5\x7c\xd1\x1a\xec\xa6\xd3\xa0\xe0\x0c\x4e\x9d\xb2\x9e\xef\x43\x4c\x00\x00\xee\x2b\xfc\x9f\xec\x8a\x2a\x8e\xe4\x71\x95\xca\xd9\x24\x05\x52\xc8\x9f\x91\x9b\xf2\xcb\x64\xdd\xa4\xd3\xae\x67\x52\x88\x9c\x1c\x1b\x2b\x71\x25\xa7\x85\x88\x45\xe7\x49\x07\x8f\x27\x42\x82\x5c\xe4\x54\x20\x98\x4d\x2e\x9d\x12\xc6\x33\x92\x13\x01\x80\x1b\xc0\x0e\x12\xdf\x55\x26\x4a\x0f\xb2\x5f\x28\xa6\x4a\xdd\x59\x0b\x64\xb7\x25\x82\x5c\xa6\xb4\x49\xdc\x9e\x32\x42\x42\x13\xdd\xd9\xda\x23\x5e\x2a\x1a\x17\xbc\x42\x78\x4f\xb8\x76\xcd\x23\x81\x41\xb0\xc1\xf1\x12\xdf\x97\xbf\x6e\x8a\x03\x77\x88\xfb\x0b\x00\x38\x10\x67\xac\x10\x56\x64\x19\xd6\xe1\xc5\x72\x4f\xdd\x6d\xfa\x4f\xd9\x04\x6d\x72\x36\x2a\x79\xa8\x3e\x90\xec\x2f\x6e\x2a\x9a\xb2\x65\xbe\x28\x4f\xb9\x3d\xf0\xb6\xd0\x41\x2e\x5e\x7d\x95\xff\x42\x4a\x38\xce\xe4\x19\xc5\xe1\x36\xb7\xb9\x4b\x04\xc7\x00\x80\xbc\xcb\x35\xf2\xc3\x15\xa3\xab\x0c\xa8\x4a\x76\xb4\x22\x9d\x36\x46\x2a\x2e\xb7\xcf\xec\x92\x6c\x2f\xd9\x97\x54\x25\x76\x32\x79\x47\xb5\x08\x3f\xe8\xf5\x1b\x0c\x82\x56\xcd\x21\xf7\x7d\xfc\x3c\x95\xda\x61\x1d\xcf\x4e\xee\x68\x93\xce\xe9\x15\x6f\x06\x00\x32\x91\xf7\x90\x97\x2f\x6f\xaf\x3f\x8e\xf4\xc9\x88\xda\x68\xaa\x97\x34\xaa\xaa\x27\xe3\xa3\x64\xae\xf9\x77\xe2\x67\xd1\xab\x32\xbb\xa8\x09\xc2\xce\x62\x8b\x0d\x13\x05\x05\xfa\x76\xf7\x60\xbe\x8b\xfa\xf3\xc2\xfb\xdc\xcb\x8a\x57\x36\x9e\x9c\x3c\x09\x05\x00\xc8\xf1\xfc\x54\x6e\xbf\x3c\xa1\xc5\x17\xb1\x94\x79\x36\x1a\x28\x5a\xe9\x94\xba\x81\x8c\x6d\xe2\x7b\xd5\x7b\x12\x73\x45\x15\x15\xe4\x66\xa3\x70\x77\xd9\x88\xf5\xed\x82\xd9\x26\x3f\xb7\x6f\xbc\x0b\x3a\x60\x61\x25\x97\xaa\xca\xb0\x59\xc1\xb1\x96\x6e\x03\x00\x76\x35\x7f\x00\xb7\xab\x38\x97\xb5\x86\x91\x5d\xae\xca\x6e\xce\xf5\x2a\x8d\xcf\x5d\x99\xf2\xaf\xd8\x29\x6f\x20\x6e\x8c\xe1\x61\x41\x7e\x18\x55\x97\x4f\x09\xf5\xd9\xa3\xbe\x4b\xdb\xb6\xec\x87\xca\x81\x21\x9b\xa3\x96\x87\xb2\x9e\x8f\x7b\x2a\x89\x81\x21\x00\x10\x6a\x50\x14\x3b\x51\xb1\x38\x67\x1f\x63\x7a\xd9\x7f\xb9\xff\x72\xde\x96\x9c\xc9\x8f\x49\xe9\x33\x35\x14\x34\xc7\x0e\x19\x28\x94\x45\x61\x1e\x3a\x2b\xea\x65\x1f\xbe\x9a\x4d\x6f\x58\x76\x5b\x79\x9b\x69\x98\x23\x92\x4f\x00\x1b\xc6\xfd\x96\x38\xc0\x2f\x00\x40\x98\x8b\x96\x61\xe9\x66\x65\x7e\x1a\x7d\xb0\x2c\xa3\x00\xca\x51\x97\x78\x15\x56\xa4\xa4\x9a\x16\x51\x8e\xc7\x62\xfa\x3f\x34\x9b\xd0\xaf\xda\x52\xba\xd8\x27\x42\x6d\xc7\x74\x5a\xb6\x47\xc9\x65\x5d\x9e\x83\xcb\x4e\x41\x25\xe3\xc7\x8b\x5f\x20\x72\x00\x10\xae\x42\x3f\xa3\x50\xb9\x91\xf6\x84\x76\xa7\x34\x8b\x5e\x9d\x7d\xa0\x38\x8e\x91\xb2\xb3\xda\xe8\xcb\x5c\x1a\x73\x4d\x3f\x99\x35\x27\x34\x45\x33\x08\xba\x79\x5f\x29\xda\x00\x65\x2f\xcb\x56\x9c\x84\xb5\x73\x32\x65\x0b\x91\x4b\xe3\x97\x8b\xb7\x60\x4b\x00\x40\x50\x8d\xfd\x40\xd2\xcb\x60\x28\x8b\xfa\xbc\x24\x07\x7a\x99\xb5\xcf\xb4\x1d\x8e\xf9\x3f\x0e\xed\xfa\x2f\xaa\xc4\x51\xe3\xf8\x01\x01\xc5\x02\x45\x54\x40\x05\x11\x15\x44\x09\x09\x41\x52\x1a\x94\x4e\xe9\x1a\xa6\x3b\xcf\x99\xee\xee\x61\x86\xee\x94\xb2\xbb\x50\xd7\x46\xb1\x6b\x8d\x35\xd7\x76\xed\xf6\xbe\xbe\xf7\x7f\x78\xde\xcf\x4f\x9f\x8a\xfd\x96\x34\xe8\xaf\xfc\x69\xf5\x2b\x98\xd9\xa9\x43\x86\x5b\xcc\x5f\x51\xe1\x3a\x2c\xeb\xa8\xff\x74\x8d\x15\x9b\xe5\x9e\xa1\x24\x72\xe2\x66\x17\xc9\x86\x38\xbf\x01\x40\xfc\x93\xbb\x1a\xf2\x6d\x69\xe2\x52\x89\xc3\x4d\x0c\xae\x06\xd1\xdf\x80\xe7\x2a\xcb\x0f\x9b\x6b\xb9\x96\x3c\x1f\x53\x22\x77\x4f\xca\x03\x83\x15\xf7\xbf\x48\x95\xb6\x85\x17\xe6\xd7\xac\x8e\xe5\xb1\xdd\xbd\x15\x87\x79\x47\x66\x8b\x64\x53\x78\x17\x01\x40\x9c\xc3\x2b\x61\x78\x35\x23\xe5\x00\xfe\x62\x23\x4a\xc6\xaa\x9b\xb4\xa0\xa5\x6f\xca\x5c\xeb\xcb\xa5\x45\x39\x47\x8c\x51\x92\xb3\xc9\xc3\xba\x3f\x92\x84\x08\x8b\xa6\x5b\x7c\x70\xcd\x7f\xaa\x74\xf1\xa2\x25\x37\xe5\x97\x45\xa8\xd9\x46\xa9\xa7\x10\xfd\x3f\x9b\xfc\x37\xb4\x29\x4d\xc7\x8c\x49\xd8\x6b\x0d\x4d\xfa\xf7\x30\x4f\x73\xbb\x6e\xa2\xc4\x64\xd2\x6a\xb9\xd9\x75\x06\x9c\x66\x4d\x12\x4b\x17\xaa\x9a\x5c\xdf\xa8\x7e\xa8\xac\x5a\x13\xa2\xd4\xcb\x4f\x2c\x41\xca\x17\x49\xff\xcc\xe6\x48\x18\xe2\x5b\x00\x20\x3c\x29\x4c\xa0\x04\x34\x4d\x69\x9d\x89\x59\xdd\x30\xb5\xb9\xb0\x06\x34\xdb\x36\xf2\x8b\x67\x1b\xbf\x5a\x04\x59\xf6\xfa\x9b\xf5\xd8\xc4\x04\xed\x16\x63\x78\xb8\x5e\x5d\xa9\x7b\xb0\x3a\x4f\x39\x4d\x13\xb6\x78\xb7\x4c\xa7\xcc\x9c\x1d\x24\x7e\x2f\xb3\x03\x00\x61\x94\xa8\x9a\x5c\xdd\x38\xde\x79\x1e\x8d\xb5\xfc\xd5\x7e\xb2\x7a\xbc\x7e\xbc\xd5\xb2\xb9\xce\xb8\xbd\x39\x39\x93\xa2\xd7\x35\xdc\x4e\x38\xaa\xad\x36\xc7\x86\x7b\xaa\x17\x19\x69\xbe\x9f\x15\x87\x74\x19\x8b\xd1\xb2\x0d\xaa\xab\xb3\x67\x8a\x7b\x65\xff\xb3\xf9\x4e\x74\x9a\xb4\xa3\x91\xd7\xfb\x0c\x75\xd6\xc2\xeb\x6e\xad\x5e\x55\x4f\xeb\x5c\x5e\xf4\xc0\x58\xdd\x66\xcc\x04\xf4\x11\xcd\xb7\x12\x2a\xb4\xb3\x1a\x9e\x85\x5d\x51\x9d\xac\xdf\xef\xbb\x5b\x51\x6e\x70\x5b\x1c\x29\xbd\xa3\x59\x3c\x7b\x81\x38\x4a\x7e\x16\x00\x04\x3c\xb1\x3b\xda\x6d\xf8\x35\xf2\x67\x8d\xdd\xe0\x7b\x74\x55\x31\xa2\xef\x3f\xcc\xf9\xec\xd5\xdd\xef\x71\x99\xc9\x15\x1d\xe7\x09\x76\x51\xce\xad\x08\xe2\xdb\xc0\x47\x8d\x93\x94\x99\xcb\x97\x9b\x01\x5a\xe9\x82\x25\xfa\xaf\x8c\xc9\x69\xb3\xd5\x67\x99\x81\x00\x20\xef\x64\xaf\x41\xed\x1b\x2e\xc3\xc4\x57\x1f\x1b\xc4\x62\xd9\xc5\xeb\xfb\x68\xb8\x83\xd9\x36\xdd\x1c\x82\x63\x72\x74\x47\x25\xd1\x14\xf9\xbd\xd5\x86\xbc\x31\xf0\x52\x23\x99\xba\x76\xf9\xd2\xfa\xad\xf4\x0d\x0b\x7c\xf5\xbb\x41\xdc\xb4\x50\xb5\x81\x29\x02\x00\x39\x81\x1d\x8c\x4a\x1b\xba\x88\xdb\x5a\x4d\x1e\xf8\x17\x7f\xb4\x18\xe8\xfd\x46\xb8\x96\x75\xb5\x7b\x1a\xf1\x6b\xf2\xbc\xf6\x77\xe4\xac\xc8\x9b\x2d\x8d\x94\x1b\x81\x7b\x1b\x67\xd3\xe4\xcb\x5d\xea\x0b\x18\x45\x0b\x42\xf5\x70\x28\x6e\x5a\x91\x7a\x23\xcb\x01\x00\xe4\x7e\x6c\x06\xca\x6e\xcb\x30\x79\x5f\xf5\xec\xfe\xbb\x14\xd4\x66\x49\xaf\x0d\x75\x49\x56\x45\x97\x2b\xf5\x77\xd2\x58\xfb\x74\xba\x6d\xa4\xa8\x79\x3f\x63\x6d\x20\xd4\xb0\x0e\xe4\x7b\xfd\x34\x69\xa1\xeb\x0b\xd2\x74\x3b\x58\xb1\xd3\x9a\x55\xfd\x6c\x3e\x00\xc8\x34\x9c\x6a\xa4\xf7\x60\x0f\xe3\x68\x55\x46\xdf\x3d\x30\xa5\xe8\x5e\x8f\x1d\x78\x3c\xf3\x4c\xa7\x27\x94\x91\xe4\xd7\xe6\x0a\x7d\x8b\x74\x6e\x9a\x64\x1e\x0e\xf4\xb2\xe4\xb1\xda\xbc\x6e\x19\x0f\xb1\x65\x0b\x8a\xb4\xef\x38\xf4\x69\x0f\x95\xaf\xb9\x3e\x00\x20\xbd\xc6\x15\x20\x62\x07\x4e\x72\x58\x95\x82\xde\x77\x1c\x5d\xd1\xaa\xee\xb9\x9c\xf6\xcc\x95\x1d\x21\x9c\x89\xc4\x8e\xd6\xb5\x5c\xe7\x88\xa6\xc6\x57\x5c\x4c\xc0\x31\x33\x8d\x7b\xd9\xab\xd7\xf0\x9a\x97\xb2\xa0\x54\xeb\xcf\xdb\x6d\xef\xad\x0c\xe6\x5d\x02\x00\xa9\x1b\xaf\x19\x6e\xd5\xdf\x21\xb5\xae\x88\xee\x99\x94\xa8\x0b\xde\x74\x7e\x95\xb8\x66\xcc\x6a\x5f\x28\xde\x91\x30\xd6\xe2\x2c\x2e\x5d\x7f\xb9\xe1\x86\x78\x6a\xc0\xea\x7a\xa4\x68\x97\x57\xbe\xfe\x1f\x51\xe9\x82\xcd\x1a\x6f\xe1\x33\x7b\x8a\x22\x42\xb8\x08\x00\x24\x2b\x04\x76\x30\xbf\xbe\xdd\xda\x0b\x65\x27\xbb\x9f\x6b\x1e\xe4\x8f\x77\xce\x55\x3f\xdd\xf4\xb3\x2d\x40\x75\x2b\xfe\x48\xf3\x1a\xe5\xc5\xf5\x76\x96\x2f\x8a\x03\xfe\x2a\x93\x51\xde\xb8\xec\xbd\x7e\x96\xac\x62\x41\xb8\x7a\xb3\xe4\xad\x7d\xb3\x1c\x14\xaf\x00\x00\x31\x42\xb8\xac\x36\xa2\xf7\x41\x43\x43\xe9\x48\xb7\x97\x65\x7e\x9e\xb1\x23\xbf\x9e\xb7\xf1\x59\x2b\xc5\x78\x21\xee\x74\x13\xd9\x30\x37\x7c\xb5\x65\xa3\x6e\x83\xdf\x4d\xe3\x17\x4d\xde\x32\xb4\x0e\xa3\x5a\x33\xff\xa1\x6a\xaf\x7c\x8f\xbd\x49\xf6\x50\xf2\x09\x00\x44\xd7\x44\x53\x6b\x14\xbd\xa2\x96\xad\xa5\x2e\x5d\x67\x9a\x5e\xe5\x39\xb4\xff\x6a\xb4\xdf\x48\x68\x75\xb1\xcc\x8c\xab\x68\x5a\x60\xfa\x13\x76\xd9\xfc\xd1\x70\xc3\x4f\x63\xec\xd3\x29\x96\x85\xe8\xe6\xab\x3f\xcc\x1f\x57\x55\x2a\x7e\xdb\x9b\x65\x6a\xe9\x09\x00\x10\xf1\x45\x75\xd5\xaf\x7b\xbd\x3b\x56\x97\x34\x76\x61\xda\xd6\xe6\xf6\xb6\xb7\xb6\x38\x6d\x9c\xd7\xb2\xbb\xf1\x4e\x9c\x53\xe3\x98\x45\x1e\x66\x34\x6b\xea\x9d\xfd\xca\x8d\xf1\x06\xea\x32\x57\xed\xa8\x96\x39\xff\x80\xf2\xbd\xca\xc9\x7e\xbb\xcc\x43\x46\x00\x00\xd1\x5c\x51\x5f\x35\x66\x7b\x19\xaa\xab\xd8\x30\xb6\x0a\xfd\x32\x67\xd9\xd0\xbf\xd8\xc8\xd4\xb4\x01\x2d\x6e\x77\xcc\x8f\x5e\x5b\x02\x3c\x34\xa9\x33\x88\x94\xe9\x7b\xbe\xd5\x83\x82\xf3\xb0\x69\x98\xa0\xfd\xe5\xb4\xcc\x14\x0a\x46\xda\x16\x69\x49\x4c\x0e\x00\x28\xcc\x6c\x62\x75\xe0\xb6\x5b\x98\xc9\xe2\xba\xd1\x51\xec\x7f\x39\xb6\x43\x14\xfc\xc2\xd4\xb5\x03\xee\x84\x9a\x98\xd7\x3d\x0d\xc4\x87\xa1\x11\x1d\x17\xc8\x8d\xbe\xa7\x5b\x8e\x52\x85\x1e\xf6\x0d\x20\xbd\xc1\x29\xc2\xf8\x1a\x3c\x6f\xab\xd6\xae\x65\xfe\x05\x00\x8a\x0a\x36\xb6\xea\xc5\xb6\x7c\xfc\xb2\x62\xbf\xd1\x40\xc2\xe2\xec\xbf\xb7\xfc\x22\x2e\x49\x75\xea\x1f\x26\xad\x8b\xb9\xdc\xe3\x4d\x56\x86\x7a\x77\x54\x51\xe7\xf9\x1e\x6c\x29\xa1\x9d\xf6\x98\xde\xb0\x88\xd1\xee\x94\x69\x6c\x82\x0c\xb6\xa3\x9a\x67\xac\x04\x00\x50\xb8\xb0\xfb\xab\xb6\x6f\x0d\x21\xff\xb3\xf9\xf5\x88\x07\x45\x9e\xad\x1b\xfc\x49\x0d\x4a\x39\xdd\xb7\x9b\x36\x37\x46\xdd\xbd\x81\xbe\x28\xe4\x7d\x3b\x8f\x91\xee\xdb\xd2\xcc\x03\xbb\x3c\xac\x2d\x59\x4c\x6b\x27\x82\xe1\x6f\x16\xcd\xf6\x97\x66\x1d\xbb\x07\x00\xe4\x58\x8e\xbc\x6a\xd6\xd8\x42\xc6\xc4\xe6\xf2\xe1\x79\xe0\xc6\xec\x85\x03\x5f\xc0\xfd\x29\xa5\xbd\xfb\xa0\xe4\x98\xa0\xae\x8d\xd0\xb7\x90\x81\x36\x0d\xf3\xb8\x2f\xbc\xc9\xc8\xea\x77\xff\x69\x26\xb1\xdb\x9d\xd4\x06\x47\x4e\xbd\x5d\xa6\x9a\xc2\x8d\x06\x00\xd9\x30\xb7\xb7\x12\x39\x1a\xc4\xc9\x28\x3a\x33\xb4\x94\x53\x96\x65\xec\xff\xc9\xc1\x25\x3f\xed\x39\xce\xe9\x8a\x9e\xe8\x2c\xe5\x7c\x0a\xc9\x6d\xed\xe2\xe6\xf8\xfa\x34\x0e\x71\x8f\xba\x3f\xaf\x37\xf3\x92\x9c\x7a\xf4\x89\xbc\xfd\x76\xed\xaa\xed\xbc\x6b\x00\x20\x7d\xce\xdb\x55\x91\x3b\xe2\x20\xc9\x2a\x3c\x31\xf8\x59\xfc\x6f\x66\x4f\xdf\x05\x31\x27\x79\x6e\xb7\x49\xec\x15\xed\xd2\xb1\x46\x74\x2f\xf8\x44\x0b\x4b\xd4\xb0\xea\xaf\x06\x9d\xa8\xc8\xfd\x94\x09\x12\xb9\x39\x9d\xd6\xad\x11\xee\x9a\x6a\xa7\x1c\x14\xfc\x00\x00\xc9\x33\x81\x63\xf9\xcc\x61\x40\x73\xbc\x60\x74\xe0\xa3\xfa\x5c\xc6\xbe\xde\xcb\xaa\x33\x49\xd1\x5d\x0d\xca\xc9\xa8\xaa\xf6\x20\xc5\x83\xe0\xd5\xcd\x4a\xf9\xe3\x55\x79\x96\x21\xd9\x43\x77\x9d\xd1\x22\xbd\xe8\x34\xa1\xcd\x92\x30\xa7\xa6\x2a\x6e\x8b\xae\x03\x80\xc4\x4b\x38\xbd\x2c\x60\xc8\xc9\x02\xe4\x9f\x1e\x98\x57\x4f\x4f\x9f\xec\xf9\x65\xbc\x95\x88\xe8\x3c\x6e\x88\x8b\xec\x6a\xab\xd4\xf5\x07\x89\x9b\xce\x6a\x7e\xfa\x4c\x98\x7f\xab\x23\xdd\x43\x0d\xcf\x94\xe9\x4e\x7d\x9a\x4e\xb9\xcd\xd4\x5a\xc5\x7a\x09\x07\x00\xc4\x0a\xe1\xa3\xd2\x91\x2d\x23\x4d\xa7\xf3\x0b\xfb\x47\x1a\xfe\xa4\x63\x7b\xea\x2d\xae\x89\x33\x3a\x4b\xea\x23\x23\x73\x5b\x3f\x1b\xb3\x83\x62\x9b\x10\xfa\x62\x1f\xb3\xb9\x57\xbb\xc1\x7d\x81\x41\xa1\x7a\xe1\xd4\xad\x49\x54\xf8\x4d\x65\xc8\x1f\x4a\xd7\x03\x80\x38\x44\x14\x5e\xba\x7e\x4b\x52\xeb\xb7\xbc\x4f\xfd\xf1\xcd\xbf\xd3\x17\xf6\x78\x37\x3e\x49\x38\xd5\xf1\xc2\x72\x21\xd2\xb5\x55\x50\xdf\x13\xe4\xdc\xf8\xd5\x58\xe7\xc3\x34\x47\xe8\xa7\xb8\xcf\x36\xb8\x69\x32\x9c\x86\xd4\x97\x95\xde\x53\x3b\xe4\x24\xe9\x35\x00\x10\x9d\x14\x51\x4a\x96\xed\x7e\x81\xae\xcd\xcd\xd8\xd1\x80\x91\xa6\x7d\xd9\xea\x8b\xdd\x1b\x57\x39\xac\xc5\x7b\x84\x13\x06\xf6\x10\x4e\x04\xac\xed\x51\x90\xfa\x56\xe4\x75\x38\x50\x0e\xbb\x21\x9b\xd3\xe8\xce\x0e\x26\x73\x18\x28\xb2\xfe\xa1\x7b\xc5\xec\x02\x00\x25\x9e\x2d\x2e\x99\xb5\x9b\x88\xe5\xe6\x46\xec\xf0\xc2\xb1\xd2\x9e\x8d\x1d\xc6\x8b\xe3\x8a\x86\x97\x12\x8e\x84\xe3\x06\xd2\x48\x81\x01\xc1\x3d\xcb\xc8\xff\xac\x28\x6e\x1f\xa3\x9e\x70\x63\x36\x7d\xa0\xdf\x75\x18\xab\x7f\x01\x4d\x9d\xe2\xaf\xeb\x63\x3e\x00\x00\xe5\x5a\x36\xab\xf8\xd5\xae\x2f\xf8\x23\xb9\x4b\xb6\x8f\x12\x1a\xd3\x26\xc6\x36\x11\xd9\x71\x29\x43\xc3\x24\x49\x78\x4d\xff\x0d\xf2\x44\x80\x7f\xf7\x4e\x6a\xe6\x8a\xb2\xf6\x44\xda\x6f\x37\x69\x93\x8e\x71\xc7\xe1\x54\xbd\x0e\x3a\x3e\x25\x43\x57\xc0\xda\x0c\x00\x8a\x27\xec\x9d\xc5\x87\x76\x5e\xa5\xc4\xe6\x7c\xd9\x66\xa2\x4c\xa6\x8d\x8c\xae\xa7\xa2\xe2\x3c\xb6\x6c\xa5\xc5\x84\x47\xf5\xbd\xa2\xc7\x07\xcc\xeb\x9a\x60\x10\x56\xe4\xb5\xc1\xc0\x71\x37\x4b\xe3\x7e\xa6\x9f\xc3\x47\xd3\x19\x56\xc3\x94\x2e\x6d\x33\x7b\x0c\x00\x14\x81\x1c\x6d\x71\xc6\x8e\x4e\x70\x71\x4e\xd3\x56\x3a\xc8\x4a\xab\x1c\x59\x03\xfe\xbd\xe1\xee\xe0\x16\xa8\x3a\xdc\xae\xf7\x35\x73\x8e\xff\x8b\xce\xcb\xcc\xeb\x2b\x22\x5b\x31\xac\xbd\x6e\x9d\x0d\x97\xd8\x7b\x1c\x97\x18\xdf\x71\xfa\xa7\x7c\xd7\x4c\x70\x63\x00\x40\x5e\xc7\x1d\xd8\xfc\x76\xfb\x36\x0e\x26\x27\x7a\x0c\xe2\x60\xd3\xa6\x0f\xaf\xe4\x90\x36\xe8\x06\xb6\x70\xba\xc3\x4e\xf6\x7c\xe0\x7c\xf1\xdf\xd7\x71\x87\x9b\xb9\x62\x51\x0b\xc8\x3d\xe8\xd6\x69\x79\xc9\x4b\x75\xdc\x60\x74\xe3\xed\xb1\xc9\xd4\x00\xbc\xf3\x00\x20\x6b\xe2\xed\x2f\xfa\xb8\x4d\x21\xfe\x9a\x8d\x1d\x8d\x13\xeb\x53\xab\xb6\x3c\x14\x7b\xc5\xfe\xe8\xaf\x15\x4d\x84\xa5\x76\x6f\x15\x69\xfd\x8b\xdb\xbb\x44\xe9\xcb\x9f\x36\xa7\x8b\xe6\xb9\xf5\x9a\x0f\x09\x9f\x3b\x0a\xf5\xef\x85\x52\x9b\xd3\xaa\xe7\x82\x5b\x00\x20\x55\x0b\x66\x17\x85\x6f\xcd\xd2\x2c\xcd\x3a\x30\xb2\x48\x3d\x3b\x65\xef\xe0\x79\xe5\xb7\xd8\x9a\xbe\x6c\xe5\xf4\x75\xa7\xba\x3a\x15\x3e\x7e\x1f\xdb\x5a\xe5\x91\xcb\x3b\x9b\x0a\x64\xe9\x6e\xf5\xf5\x67\xa4\x05\x8e\xc3\x7a\x1b\x89\x93\xed\x52\x95\x83\xc8\x08\x00\x92\x71\xe1\x94\x42\xf2\x58\x4a\xfd\xdd\x2c\x9b\x61\x0f\xd3\xba\x14\x87\x81\x9b\x06\x55\xcc\xd9\xde\x0a\xfd\x94\x75\x91\x9d\xdb\xb4\x6c\x3f\x4e\xeb\x09\xf5\x9b\xe5\xf1\x8d\x66\x55\x96\x5b\x5d\xfd\x74\x85\xc2\x71\xab\x2e\x55\x06\xb3\xcd\x57\xc2\x24\x4e\xff\xef\xe2\x50\xa1\xfb\xe8\xb5\xc6\x92\xcc\xdd\x43\x5b\x2c\xcc\xe4\x53\x03\xd5\xf5\x9a\x18\x45\xcf\x33\xe3\xf8\x3a\xdb\xce\xf5\xfa\x77\x7e\x59\xad\x85\xba\x85\xcb\x3d\x1b\x43\x34\xab\xdc\x8a\x4d\xfd\x2a\x2b\xc7\x83\xda\x67\x72\xb2\x2d\x4d\x69\x2f\x39\x08\x00\xe2\x49\xd1\x8c\x82\x6b\xa3\x55\x2d\x49\x99\xb4\xa1\xb5\x4d\xe1\xc9\xda\xfe\xc7\x0d\x6e\x31\x25\x3d\x75\xe6\xf9\xa1\x0f\x3b\xf6\x98\xec\xfd\xc2\x5b\x6e\xeb\x3f\x2e\x77\x6e\x38\xa6\x1d\x77\xab\x35\x05\xaa\xe3\x1d\xef\x6a\x09\x8a\x42\xdb\x2d\x8a\x06\xe9\x26\x00\x10\x57\x8b\x92\x8e\x2e\xc2\x85\xd7\xfc\xde\xb1\x1c\x1f\x00\x3b\xdf\x3b\x40\x58\x06\x97\x5b\x94\x44\x17\x24\x28\xe3\x93\x96\xa1\x15\x0c\x06\x39\x03\xdb\x51\x77\x9a\xd2\x82\xbf\x93\x3b\x8d\x36\x9f\x54\x1a\x39\x4a\x3f\x4e\xf9\xed\x79\x0c\x1c\xa6\x1f\xb6\x79\xc9\x9a\x02\x05\x1e\xfe\x8e\x0d\x82\x8b\xb7\x47\xe3\x02\x91\x8e\x3d\xff\xe0\x43\x50\x0a\xf3\x0d\x42\x3c\x26\x5c\x7a\x8f\x88\xc2\x4d\xa1\x3f\x25\x6d\xc1\x5f\xa9\x4b\xa4\xcc\x21\x1e\xcb\x31\x51\xbb\xc8\xef\x22\x93\xe9\xb5\xb4\x30\x4f\x21\x58\xc5\x30\xdb\x5c\x62\x9e\x81\xfa\x0e\x3d\xc5\xf8\xa0\x83\xb7\xa5\x61\x43\x30\xd4\x1e\x47\x5c\x0a\x76\xd4\x3c\x07\x4f\xc4\xbb\x48\x7d\x09\xdb\x09\x6d\xf4\x54\x92\x1d\xc9\x07\x76\x8c\xcc\x27\x5f\xcc\x71\xa3\xae\xa0\x0e\x44\x3c\xa2\xfd\xa4\x9b\x3d\x13\xc1\xd9\x60\x83\xcd\x31\xa6\x8c\x19\x71\xe0\x34\x6a\x29\xe9\xda\x58\x0e\xba\x9c\x2c\xee\x8a\xc2\xf4\x50\x7c\x4d\x74\xec\x1b\xea\x0c\xf1\x71\x7c\x26\xcd\x8a\xe6\x48\x38\x49\xb7\xad\x3d\x44\xaa\x65\x2c\xca\x0e\xa3\xac\x06\xd3\x22\x56\xd3\x96\x41\xb2\xa5\xff\x30\x0a\x99\xe7\x6d\x8e\x43\x9f\x58\xf5\xfb\xee\x21\xd6\x41\xe3\x23\x34\x64\x23\x74\xbf\x83\x8b\xfa\x06\xfd\x31\x3c\xc4\xc0\x99\x39\xa2\x22\xec\x2b\xe6\x5e\xca\x25\xbc\x94\xb5\xa2\x66\x8c\x98\xcc\x6a\xcf\x4a\x20\x07\xb2\xbd\xd7\xf3\xa8\x49\xec\xed\x4b\x0d\xf4\x46\x8e\x9f\xcd\x13\x28\x9f\x33\x73\x4f\x73\x5d\x8b\xd0\x6e\x88\x03\xff\x23\x18\x6c\x3b\x8c\x24\x0a\xe2\xf4\xa9\x68\x2b\xfe\x6f\xc1\x0b\x4c\x3f\xff\x34\x59\x85\xab\xe4\x9b\xab\xdb\x08\xd1\x7c\x44\x66\x3e\x29\x95\x1f\x16\x7e\x83\xc2\xe0\xdb\x2c\xcd\xa2\x3d\xe4\xb5\xdb\x2e\x06\x77\x72\x15\x3b\xfd\x6b\x03\x74\xa9\x03\x31\xb0\x5b\xda\x99\xcd\xbb\xe0\x6c\xf5\x39\x8d\x06\xb9\x56\xd5\xc6\x63\xa3\x7e\x2b\x89\x44\x22\xe6\x81\x22\xa2\xf2\x26\xee\x99\xec\x5d\xfa\x6f\xe2\x02\xa9\x26\xec\x16\x99\x20\x99\xe1\xf1\x84\x66\x2b\x4a\xb7\x2d\x66\xfc\xe6\x1f\xdc\x9a\x5c\x4d\x69\x13\xf6\x9c\xaf\x5d\xdd\x52\xda\xd0\x0b\x7b\xde\xe4\xab\x3c\x0d\x1f\x6f\xb0\xe2\x4c\x45\x8e\xd6\x9f\xc1\xa7\xa2\x77\x19\x49\x15\x76\xd8\x7f\x74\xef\x37\x19\x09\x6b\x35\x91\xeb\xce\x92\xb6\x2a\x53\x3d\x2a\xa8\x58\x99\x9d\xad\x88\x21\x12\x9e\x1b\x19\xaa\x8a\x1d\x3e\xd0\x55\x5a\x63\x35\xd8\x63\xce\xaf\xbd\xd0\xc7\x95\x77\xd4\xed\xed\xae\x60\xd9\x21\xf6\x77\xb8\x61\xe9\xa8\x9b\x2d\xdd\x65\x38\xac\x5b\xc3\xbf\x1b\x0b\xf0\x12\xd3\xcd\xd0\xef\xa4\x45\x3a\x9c\xfb\x67\xca\x77\xa5\xca\xb6\x9f\xe1\x2f\xb6\x0c\xef\xab\xdc\xb9\x23\xb8\x93\x5e\x2d\x1b\x9b\xa8\xe7\xd5\xd6\x0c\x27\xc8\x2e\xd5\x65\x0e\xec\x64\xc6\x23\x72\x7b\xde\x63\x4e\xa1\xa8\x1d\xff\x95\x5e\xc6\x1c\x69\x69\x4b\x7b\x88\x0f\xb0\x3c\x0e\xdd\x45\x3c\x6f\x38\xea\x7e\x8f\xb2\x47\x3d\xdb\x76\x92\xfe\x59\xb2\x61\x78\x4e\x65\xec\xde\x23\x1d\x37\xab\x97\xee\x5a\x68\x7a\x59\x3b\x65\x5b\x9c\x2c\x1e\xf6\x62\x24\x17\x3a\x02\x7f\x39\xb8\x02\x93\x89\x9a\xd9\xb3\xa5\x14\x8b\x29\x68\x3f\x97\xd6\x81\x3b\xd5\x44\x09\x6d\x23\xd6\x99\x3a\xdd\xdf\x51\x36\x6b\xd6\xd8\x2d\xa6\xb7\x48\x1a\x0f\xd4\x10\xd4\x35\x5b\x46\xbf\x13\x93\x61\x9a\xce\x27\xa4\xa9\xf0\x22\xd3\x42\xd2\x15\x64\x8e\xb8\x82\xbc\x0b\x8d\xa2\x6e\xa5\x0c\x61\xd5\xb5\x35\xd4\xbf\xf0\x57\xb3\xa7\xd0\x6d\x48\x55\x11\xf3\x18\x04\xea\xcc\xa5\x7f\x43\x0b\xe8\xcf\x6d\xee\xb0\x56\x40\x8c\xfd\xe5\x78\x21\xdc\x67\x74\x21\x21\x13\x31\xde\xe9\x49\x5c\x8a\x4a\x35\xd6\x91\xec\x31\x53\x44\x87\xc8\x36\xd8\xdb\xd4\xa5\x14\x47\xfc\xae\x9a\xc7\xd4\x18\xe2\xd6\x2c\x0d\xcd\x44\x7e\xbe\x7e\x1b\x63\x3e\x2d\x76\xa9\x09\xbc\xc6\xd8\x6f\xb3\x8f\xf9\x05\x7a\xb4\x2f\x1b\xc7\x42\x9d\x1d\xf1\xc6\x6f\xc6\xb8\x74\xe4\x13\xa2\xb0\x15\x86\x3e\x62\x14\xee\x86\x68\x36\x69\x13\xa1\x96\x22\x26\xe3\x88\xdf\x6b\x2a\x28\xdb\xc9\x63\x59\x0b\x69\x6e\x54\xcb\xfa\x5c\xfa\x76\x7a\xe3\xd2\xcd\xa0\x18\xdc\x69\xd3\xcd\x3c\xc8\x24\xec\xc9\xc7\x30\x49\xe1\x43\x49\x58\x39\xd9\xa6\xcd\x80\x6b\x27\x1f\xd3\xcf\xc7\xef\xa7\x6c\x11\x6c\x25\xfc\x4b\x1d\x21\xe7\x90\x02\x68\x87\xaa\x4b\xc8\x0d\xf4\xc7\x99\x61\xd4\x95\xa0\x77\x78\x3b\xed\x01\xc4\xf1\xf8\xc4\xb8\xc6\xfc\xdb\xc6\xc2\x0c\x60\x1d\xde\x95\x8d\xda\x09\xfe\x1c\xac\x44\xdf\x82\x62\x5a\x26\xb1\x76\x10\x53\xcb\xc7\xc5\x41\xb7\xf8\x29\x78\x13\x33\x9d\x34\x9f\xf0\x83\x79\xa1\x2a\x97\x24\x64\x95\x64\x14\x51\x02\x59\xdf\xc3\xed\x68\x76\xec\x76\x8f\xfd\x8c\x85\x9c\x10\x9b\xcb\x90\x96\x13\xb2\x63\x15\x72\x81\x20\xb4\x9f\x88\xda\xc8\xff\xaf\x79\x26\x5a\xc3\xef\x50\x3f\xc7\xfc\xcb\x47\x73\xff\xc6\x95\xf0\x93\x08\xb7\xf0\x7f\xf3\x57\x57\x26\x13\x79\x7c\xe7\x74\x0a\x79\x23\xef\x77\x18\x92\xba\x9e\xf7\xc0\x43\x4c\xaf\xe1\x75\xd8\x2e\x05\x5f\x72\x77\x8d\x1d\xa9\x3b\xa9\xf5\xea\x89\x46\x84\x68\x1c\x1a\x9c\x91\xdd\xaa\x77\xca\x18\xb4\xbb\xf2\x36\x5b\x84\xd9\xa9\x38\x81\x3b\x8b\xab\x90\xf7\x97\xab\x09\xab\x65\xe0\x26\x2f\xd2\x62\x69\xe8\x3a\x16\x65\xad\xf8\x8a\xc7\x4a\x9a\x58\x14\x6e\x8b\x06\xd7\xf2\xaf\x0d\x3b\xc0\x9c\x5a\x7d\x3b\x5e\xd5\xe9\x9b\x97\xd5\x2f\x44\x2c\x68\x9c\x23\xd3\x22\xb7\x5b\x6c\x99\x9e\xe8\x5a\xd3\x73\xcc\x76\x6c\xb0\x61\x6b\xe9\x69\xfc\x0a\x5d\x56\xda\x71\x62\xb8\xfa\x70\x28\x93\x4c\x52\xbc\x77\xdf\x47\x7d\x22\xbd\x6d\xbb\x85\xb1\x4d\x78\x65\x10\x53\xf3\x70\x68\x49\x1b\x15\x86\x1a\xf0\x33\x9c\x81\x5b\xf7\x06\x48\x90\x88\xb1\x2e\x7f\xd0\x07\x45\x69\x9f\x8e\x7a\x81\x29\x6e\xde\x59\x12\x8e\xab\x6d\x58\x9c\xaa\x26\xa8\x4d\x21\x21\x23\xa4\xfb\xda\x4f\xee\x05\x54\xbc\x32\xd1\xf6\x2a\x23\x4f\xac\x19\x10\xd5\xc0\xb7\x49\x5b\xf5\xb5\x3f\x47\x37\xe8\x5f\xd5\x35\x6e\xf9\x5b\xdc\x84\x48\xe9\xc7\x32\x50\x28\x87\xee\x09\x54\x14\xfa\x5b\xfb\xbb\xe2\x2e\xdc\xb4\xe6\x13\xa9\xae\x84\x70\xcb\xda\x10\x04\x49\x6b\x08\x77\x8f\xa7\xfa\xa8\x0e\xd9\x59\x33\xe6\x4b\x82\xfb\x9f\xd4\x4c\xd9\x63\xdf\xf2\xa1\xb6\x65\x07\x4f\x9f\x55\xb7\x7e\xec\xb4\xd8\x1e\xfe\x68\xe8\x3b\xfd\x31\xb2\xbf\xff\x2d\xf2\x24\x5a\xd7\xdd\x58\x1c\x8d\xed\x68\x7b\x94\x72\x0b\x3f\xd9\xb8\x3b\x24\x8b\xe4\x63\x72\x74\xdf\x4c\x39\xa5\xbe\x6e\x97\x47\xdf\x27\x91\xee\x56\x93\xbe\xd6\x54\x6c\x31\x90\x79\xb0\xf4\xd6\xa7\x14\x27\xf8\x72\x1d\x91\xb2\x03\xe9\x2b\x98\x4a\x25\xa2\xd3\x48\x5b\x68\x51\x58\x62\xd5\x6e\xba\x37\xfe\x68\xc6\x16\xc6\x1a\x52\x76\xb8\x2f\x58\x4a\xb5\xf7\xd0\x41\xa7\xe8\xdf\x6c\x8a\x59\x66\xa8\x65\x57\x3d\xf1\x63\xdd\xa5\xc1\xdd\x24\x1d\x82\xdc\xea\x4d\x0e\x45\xd9\x69\xff\x22\xbf\x45\x4f\xf0\x61\x94\xe3\xd8\x5e\x92\x2b\xb5\x07\x2f\xad\x5a\x47\xeb\x21\xaa\x33\xd6\xd3\x8f\x92\x27\xc3\x2e\x82\x76\xb4\x60\x8f\x0c\x48\xc6\x38\x6e\xb3\x9e\x85\x61\x02\x3b\x95\x84\xf7\xa8\xaa\x81\x8b\xc4\x4e\xf4\xc1\x96\x0a\x52\x09\x76\xa6\xd6\x8e\xec\x8d\xd3\xf0\xf6\x52\xe6\x10\x3c\x89\x7c\xaa\x1d\x71\xbc\x72\x27\xcd\x95\xcc\x4f\x3f\x43\xdf\x48\xa5\x85\xd1\x19\x7d\x74\xa9\x87\x2b\x14\x01\xee\xb3\x59\xc5\x0a\x62\xca\xb7\x8f\xe2\x3e\x12\x5b\xfb\xa7\xe0\x6f\x92\xf8\x4d\xfd\x84\x13\xe4\x5c\x35\x48\x1c\xa5\xc4\x70\x4b\x49\xbb\xa8\x1b\x09\x19\xe4\x0b\x34\x64\xc5\x76\xaa\x1d\xbd\x6d\xd3\x7b\x5a\x09\xe3\xeb\xba\x09\xfa\x6d\xa8\xd6\xfd\x34\xa8\x67\xde\xb1\xf1\x63\x0e\xb1\xae\x6e\xd5\x62\x73\xc1\xd0\x5e\x67\x5c\x2c\xd8\xda\xf0\x14\x1f\x05\xbe\x57\x3e\x27\x24\x40\x65\xec\x9f\x44\x14\xf4\x37\xde\x95\xd4\xc9\xc4\x94\x0f\x93\xbf\xb2\xa6\x6f\x72\xa3\x62\x58\x47\xd6\x45\xd3\x6d\xd9\x4c\x77\x13\xe3\x06\xc7\xd7\x06\xc7\x9c\xce\x49\x1c\x15\xa3\x77\xf2\x61\xdd\xab\x31\x87\xf9\x21\x96\x25\xd8\xeb\xbc\x2f\x8a\x7c\xdc\x57\xde\x4d\x56\x23\x21\x8c\x77\x1c\xfb\x0f\x51\xce\xdb\x57\xd6\x47\xfa\xc1\xdb\xb5\x31\x8e\xa2\xe0\xed\x0c\x1d\xa6\x45\xf0\xc6\xdc\xe1\x8c\x65\x3c\x95\xcd\x31\x08\xc9\x3d\x36\xe4\x8a\xe4\xa9\x7f\x74\xd8\xa2\xf6\xaa\x67\x99\xd6\xa1\x3f\xaa\x1c\xa5\x07\xb0\x21\xca\xb9\x50\x3a\xae\x41\x31\x17\x7d\x9f\x30\x57\x3e\xa3\xe4\x33\x71\x48\xfa\x25\xf5\x2b\xb9\x42\x72\x31\xe4\x1c\x35\x54\xac\x74\x77\xa2\x27\x8a\x9c\x6d\x17\x81\x43\xfc\xeb\xfd\xdd\xf0\x1b\xcd\x13\x2d\x57\x91\x1e\x8d\x8f\xf5\x19\x28\xb2\xe5\x9d\xd8\x0d\x7d\xd1\x6c\x45\xff\x86\xcd\x30\x01\xc8\x2b\xb8\x97\xfa\x47\xc5\x91\x84\x7e\x6d\x57\x4a\x07\x89\xad\x0e\x0a\xbe\x46\xa1\x28\xb4\x4b\xb6\xd1\xba\xa4\x6d\xb6\x30\xd0\x53\x78\xb2\xe7\x5b\xdd\xf0\x20\xd8\x94\x8f\xb0\xea\xdb\xa6\xf9\x89\xac\xe9\xbe\x2e\xf8\x82\xba\xdc\xf1\x89\x36\x15\x53\xdb\xfa\x0e\xe1\x84\x9b\xdf\x74\xa0\x68\x37\xfe\x5f\x4b\x5a\x32\x86\x78\xd5\x28\x0e\xb6\x23\x3f\xd2\x12\x97\x6c\xa2\xf9\x2a\xde\xd8\x1a\x19\xc7\xc4\x94\x1e\xb7\xba\xb8\xb1\x4b\x8d\x64\x78\xf3\xf0\x98\xc6\x05\xf1\x6b\x10\x2d\xf0\x46\x61\xfa\xdc\xa8\xc9\x18\xa0\xab\x05\x5e\x87\xdd\xd5\xf6\xb0\xc8\x03\xaf\x6e\xba\x9b\xf4\x9d\xc8\x35\x93\x82\x8e\x92\x4d\xfa\xfe\x25\x61\xd4\x27\xaa\x72\xdb\x71\x06\x4f\x32\xbf\x5b\x08\x7b\xbb\x2b\xa5\xe1\x1a\x3c\x61\xdb\x3d\x35\x0d\xd1\x31\x9a\xc0\x37\xa0\xec\xb7\xd4\x53\x8e\xa1\x9b\xfa\x46\xea\xde\x61\x33\xba\x38\x85\x87\xf0\xcb\x5b\xdf\x27\xed\x25\x2e\x6c\x78\x19\xd4\x4b\xf6\x33\x52\x97\xa4\x50\x85\x6a\x92\xdd\x5c\x86\x87\x04\x31\xbc\x8b\xe1\x54\xfd\xa4\x53\xc1\x58\x5f\xfb\xa5\x7e\x8c\x81\xa9\x7b\x2f\x1b\x67\x5c\x44\xbc\x80\x9e\x81\x09\x68\x2b\xcc\x4a\xf0\x08\x36\xa0\xe4\x1e\x94\x8f\x97\xa6\x2a\xa1\x97\x24\xcf\xe0\x33\xcc\x7e\xca\xfd\xc5\x65\xac\x56\xfa\x6b\xeb\x36\xf6\x37\xa8\x6b\xe8\x03\x7d\x76\xdd\xfa\x8e\x4b\xf4\x34\xf8\xcf\x7a\x2b\xba\x1e\x39\x22\x5b\xc0\x70\x40\xd7\x40\x89\x8c\x16\xec\x7a\xb4\x05\xf4\xc3\xaf\x28\xa9\x04\x6f\x10\xc3\x53\x17\x43\x52\xb2\x2a\x98\xcc\x2c\xa6\xfe\x5e\xec\xce\x42\x30\x86\xac\xd9\xec\x9b\xd0\x8f\xa1\x15\xb4\x59\xc8\x1d\x1d\x33\x69\x65\xe8\x15\xa6\x18\xda\x41\x8c\x4c\x5a\x4a\xcf\xc6\xfe\x02\x5b\xe8\xef\xf1\x66\xd4\x1f\x86\x85\x18\x5f\x7c\x1f\xcc\x21\xcf\x4b\xd9\x05\xcd\xa7\x2e\x0d\x5e\xce\x04\xe8\x09\x8b\xbe\xb2\x3c\x40\xb3\x35\xc4\xee\x66\x72\x06\x9e\x51\x62\x08\xed\x6d\x00\x65\x3f\x91\x67\x80\x53\x63\x49\x85\xe2\xd3\xd4\x57\xe4\x72\x46\x2c\x6d\x80\x22\x40\x4e\xd0\x31\xd4\x1d\x9b\xef\x30\x92\xe9\x56\xc9\xef\xc1\x35\x0c\x71\x90\x05\x8a\x81\x66\x2f\xda\xc5\xe4\x30\x87\xad\xbb\xd8\x4b\x58\x27\xfb\x53\x48\x63\xf4\x9f\x2d\x35\xe4\x60\x06\x59\x77\x96\x7c\x9e\x71\x43\x94\x43\xa9\x07\x37\xd3\x3e\x52\xf1\xe0\x47\x44\x1f\x2d\x13\x6a\x2e\xba\x4f\x4f\x61\xe6\x27\xfb\x32\x92\x58\x41\x41\x0b\x40\x12\x7b\xce\xa2\x66\xe8\x2c\xfb\xa5\xf5\x0b\x16\x8f\xe3\xd7\xbb\x99\xe8\xc9\xfd\xdd\xd4\x40\x3c\xcd\x7d\xa0\xf5\x25\xe1\xb9\xdb\x05\xd7\xc8\x9b\xb9\xa3\xd4\x2e\xca\x46\xee\x6e\x38\x44\x4d\xe4\x9e\x2a\xbc\x4f\x2b\xe4\x3e\x4c\xaa\xa2\x23\x78\xf6\x6b\x5b\x19\xa3\x3c\xbf\x45\x5c\xc8\x95\x17\x35\x25\x89\xf9\x90\xdb\xdd\x79\x05\xf7\x51\xf9\xdd\x42\xc7\x9f\x56\x06\xa9\x2a\x08\x3d\x8a\x12\x5e\x1e\xb1\x5f\xce\x21\x63\x48\xfb\x65\xbd\x30\x15\xf9\x86\xf4\x54\x41\x1c\x75\xa6\xe4\x41\xe2\x72\x5a\xb2\xf8\x7d\xe0\x4d\xfa\xa0\xe8\xc9\xa2\x4c\x30\x48\xd8\x37\xe5\x32\xd3\x91\xdf\xd7\x36\x86\x8d\x68\x5c\x6e\x62\xe3\x82\x2d\x34\x79\x03\x3e\xb0\x7e\x0f\xfb\x32\x21\xc3\xf8\x89\x18\x44\x64\x1b\xbc\x6a\x1a\x49\xfb\x74\xd1\x79\x6d\x94\xd9\x9a\xb0\xf8\x4b\x54\x8c\xca\x21\xe0\x19\xed\x85\x7c\xd4\xed\x31\xa3\x5e\x6a\x63\xe3\x00\x49\x85\xbc\x96\x10\x4c\x5d\x5f\x81\x61\x25\x36\xa6\xfb\x2f\x69\x25\x2e\xa8\xd3\x9d\x39\x8e\xaf\x6c\x03\xf1\xe9\x84\xf6\xe6\x1d\x55\x4f\x88\x6f\x1a\x8e\xe6\xae\x20\x17\xd6\xd7\xc7\x8d\x52\xce\x19\x16\x07\x38\xd3\xca\x35\xf9\x6e\x2c\xc6\x22\xc5\x4a\x9b\x18\xc8\x55\xec\xd1\x1c\x83\x7e\x39\x1c\xaf\x8f\xc1\xdc\x18\x24\x4a\x24\xd8\x8b\x7d\x20\xf4\x09\xf7\xbb\x1b\x8b\xd3\x13\x62\x3a\x82\xaa\x22\x89\x86\x96\xf1\x1c\x13\xe9\x77\xe3\xd4\xb8\x68\x0a\xd3\xf4\xda\xff\x0c\x6d\x8e\x8e\xec\x56\x4d\xbf\xae\x94\xd8\x20\xc0\xeb\xe2\x83\x4d\x72\xb4\x78\x5b\xb9\xae\x1e\xc3\x18\x2d\x11\x3f\xc3\x52\x86\xbc\xa0\x4a\x5c\x5b\xff\x38\x6e\x3a\xfe\x4e\x8f\x57\xe5\x5f\xc4\xd5\x1d\x31\x39\x81\xa4\xc6\x16\xdb\x0d\x5f\x28\xf3\x2d\xd9\xfe\x03\xd4\x61\x43\xa0\x1b\x86\x4e\x52\xe9\x6d\xb6\x81\x04\xc9\x9c\x2e\x11\x5b\x5b\x7d\xd2\xf2\x17\x9b\x52\x3b\xa6\x22\xb1\xab\xea\x0c\xbc\x55\x6c\x02\x42\x45\x06\xd8\x4a\xd4\x58\xed\x7f\xec\x21\xcc\xa3\x7c\x1c\xfb\x36\x3e\x2d\xbe\x97\xe3\x40\x7c\xec\x7f\x8a\x53\x4a\xd9\xe2\x62\xe2\x5c\xa3\x9f\x03\x72\xb8\x7b\x21\x71\xe7\x05\x56\x13\xec\x6f\xcb\x7c\x96\x09\xae\x51\x5e\x60\x35\x23\xc3\xb8\x1a\xd6\x51\xd4\x7b\x12\x96\xf5\x0e\x73\xb5\x16\xcb\x5e\x86\x3b\x93\xf7\x9d\x5d\x4b\x78\x19\x9f\xc1\x1e\x23\x47\xfb\x0b\x38\x73\xa9\xfb\x5c\x88\x9c\x2e\x06\x07\xc8\xe0\x9a\xa1\x1b\x9d\x33\x98\x83\xc8\x79\xe6\x72\xe6\x1e\x94\x5e\xb9\x84\x79\x1d\x63\xcd\x79\xc0\x72\xc4\x32\x88\x17\x59\xb9\x78\x97\x9a\x87\xac\x7a\xc2\xd5\x3c\x3e\xeb\x5f\xd2\x9e\xb8\x4f\xec\x64\xca\x49\xff\x78\xf6\x21\xda\x47\x97\xcd\x9c\x72\xb0\x02\xa8\xe2\xd6\x30\xf3\xdb\xe7\x80\xf7\xf0\xc3\x26\x0d\xe4\x45\xe8\x93\x63\x20\x3c\xd1\xc8\xc6\x40\xe3\xa4\x01\x82\x92\xe9\x4e\xbe\x5d\x7d\x8c\xc9\xa2\x7a\xe6\xaa\x98\x2f\x68\xb2\xb8\x78\x16\x9c\x31\xd3\xef\x0c\xdb\x06\x1c\x70\x59\xc3\x3e\xce\xac\x02\xcc\x9c\x07\x2c\x7d\x6b\x09\x23\x8b\x36\x6e\xf8\xc1\xe8\xa7\xa7\x4b\xdf\x81\x00\x7d\x82\x35\x0f\xc4\x30\x60\xf8\x62\xf0\x09\xe8\x5c\xb5\x03\x2a\x07\x6f\xe5\xf4\x43\xcf\xa0\xed\x1b\x0c\x4c\x09\xb3\xdd\xaf\x82\x15\xcd\x32\xbb\x2c\x61\x3b\xb1\x0d\xc0\x2b\x4e\x3c\xfb\x63\xb3\x92\x3e\x8d\x93\xa6\x4f\xa6\x97\x70\x2a\x24\x65\xf4\x03\x9c\x5a\x68\x0b\x23\x9a\x03\xe2\x1c\x19\x17\x38\xcd\x95\x26\xb0\x9c\x73\x25\x7b\x00\xfc\xc5\x75\x8c\xbd\x0a\x6d\xe7\xe6\xaf\xf9\xc1\xe4\x72\x9b\x5d\xa6\xb2\xe0\xdc\xf3\x56\x09\xec\x6e\x6e\x5e\xc3\x52\xaa\xb5\x7c\x97\x26\x8c\xca\x95\xfb\x0b\x4d\xb4\x69\x32\x0d\x63\x25\xad\x5f\x7a\x07\xfd\x90\x9e\x2b\xf5\x2d\xef\x65\x58\x4b\x58\x59\x8e\x8c\x71\xf1\x89\x98\x4e\xd0\x22\xfa\xb5\x66\x3d\xc4\x17\x79\x2e\xbc\xcc\x94\x09\xe7\x59\x9d\x60\xfd\xcd\xdf\x68\xfa\x42\x26\x9b\xab\x95\xe9\x14\x47\xd3\x47\xde\x47\xca\x0e\x23\x8e\x7a\x92\x8a\xd4\xdf\x47\x9e\xa0\xad\xd6\x25\x94\x9e\xa7\x7d\xd5\x98\x33\xc4\xf4\x6b\xaa\x89\xe8\x3a\xc6\x31\xc5\xcd\xd5\x15\xe0\xb8\x6c\xdf\x42\x0e\xf4\x50\x92\x66\xbd\x92\x15\x25\x5c\x6a\xd8\x4f\x6a\xed\xba\x21\x77\x23\x2f\xef\x68\xe1\x5c\x27\x4f\xb6\xa5\x91\x27\x29\xa6\xe6\x47\xf0\xdf\xd4\x9a\xc6\xf2\x92\x75\xb4\x58\xf3\x68\xfa\x2a\xba\x9f\xf1\x7c\x54\x2a\xc3\x57\xd7\xe8\x2b\x07\xc3\xd4\xcb\x16\xce\x81\x10\xf2\x78\xeb\x5c\xe6\x69\xd1\xa8\xfe\x16\x29\x78\xa0\x49\x16\x49\x3a\xd7\x37\x9b\x33\x85\xcc\xe8\xae\x25\xcf\xa4\x44\x74\xb4\xc0\x37\x51\x67\xb6\x6e\x29\x6e\xa0\xbe\x6a\xe2\x6d\xea\xa6\xdd\xb3\xcc\x8f\xbc\x43\xbf\x6b\x4c\xf1\x0d\x67\xbc\xd2\xfa\x2c\x78\x07\x79\x28\x0c\xd6\x24\x26\x47\x9c\xa4\x0f\x24\xde\x1d\x31\x49\xeb\x49\xd0\x96\x73\x6c\x18\x79\x65\xff\x2d\x12\x8b\xfc\xb8\xe7\x48\xdd\x79\xca\xb6\x4e\x7c\xb1\x0f\x55\xd3\x7a\x73\x53\x2a\x8d\xdb\xf8\x21\xb2\x9e\xce\xaa\x37\xf9\x3a\x32\xe4\xba\x1b\x0b\x3e\x81\x87\x94\x66\xeb\xbd\xcc\x79\xe2\x4e\x73\x8f\xf0\x62\x35\x52\x75\x53\x98\x5d\x5b\x2e\x28\x14\xfc\x53\x97\x4c\x1b\x17\x18\x10\xc9\xa8\x02\x41\x2a\x0a\x5f\xe6\xc0\xff\x81\xd9\x96\x51\xcb\xdf\x85\xf7\x8a\xca\xe5\x33\x88\xc7\x56\x15\xf3\x93\x29\x32\x67\x39\x3f\x84\xbe\x17\x00\xf8\x12\x08\x67\xb6\x17\xfc\x03\xc3\xa8\xe2\x05\x02\xf8\x4a\xfe\x49\x81\x1f\xe2\x06\x2d\x8a\xff\x06\x65\x41\xde\xe6\xef\xc6\x08\x4a\x5b\xf8\x4c\x9c\x20\xfd\x0f\x3f\x89\xb0\x3d\xca\x9e\xbf\x84\x6c\xbf\x6a\x15\xdf\x9a\x2a\x75\xa6\xf3\xad\x19\x25\x00\xc0\xaf\x82\xf6\xd4\x57\xf1\x3f\x23\x0c\xca\x0e\xfe\x4e\x94\x13\xdf\x87\xcf\x44\xab\xa9\x7d\xfc\x74\xec\x54\x64\x26\x7f\x19\x6e\x6b\xa9\x07\xef\x33\x01\x4c\x37\xf2\x26\x49\xd8\xc8\x63\xbc\xfd\x14\x9e\xcf\x6f\xde\x56\xda\x4e\x67\x2c\xef\x28\x18\x00\x00\x7c\x3f\xe6\x6a\xe3\x18\x8f\x88\xbb\xa7\x98\xc7\x4b\xc4\x3f\xe1\xee\xe5\xb9\x13\xee\x53\xaa\x78\x8e\x24\x6b\x44\x00\xcf\x9a\x1c\x5f\xe2\xce\x7d\x4d\xe9\xd8\xb4\x87\x7b\x8f\xe6\x1e\xe9\xc5\x7d\x48\xef\xf5\x19\xe4\xfe\x02\xb3\x9d\xab\x79\x2b\x98\x1e\x00\xc0\x1b\x66\x55\x1a\x36\x71\xee\x52\x5b\x65\x23\x9c\x2b\xb4\x68\x4e\x01\xe7\x34\xed\x12\xd9\x93\x73\x96\xce\x83\x3b\x70\xae\x32\xe2\x8b\x97\x71\x6e\x82\x2b\x36\xde\xe1\x3c\x80\x16\x45\xc8\xb8\x76\xcc\x85\x3e\x39\xdc\xf5\xac\x15\xce\xb5\x5c\x88\x1d\x09\x00\xbc\x59\xec\xfd\x3a\x0d\x7b\x88\x75\x4a\xba\x98\xad\x63\x7d\x65\x7d\x61\xf3\xd9\xae\xc4\x3b\xec\x46\x76\x1a\xec\x2d\x7b\x2f\x5b\xb5\xd9\x9d\x7d\x99\xfd\x78\xa3\x35\xfb\x23\x27\x6d\xfd\x77\xce\x1a\xce\x88\x8f\x2b\x87\xc0\x5d\xe0\xcc\xe2\x1c\xe2\xd6\x01\x00\x37\x83\xeb\xa2\xe6\x31\x3b\xa5\x62\x51\x14\xf3\xa4\x34\x0c\x8a\x62\xbe\x91\x9c\xc2\x53\x58\x8b\x25\xb1\x35\x17\x59\x39\xe2\x9d\x85\x1b\x59\x0a\x71\x58\x2a\x91\x75\x44\x34\x12\x7e\x99\xbd\x48\xe4\xe4\x5d\xc8\x66\x0b\xe1\xce\x1b\xd8\xff\x08\x44\x00\xc0\xa9\xe7\x5b\x2b\x0a\xa0\x32\xe3\x6e\x7e\x0d\x24\x34\x10\xe8\xdb\xa1\x9d\xfa\x05\x58\x4f\xe8\xb3\xf6\x50\xd5\x19\x66\x8c\x66\x73\x3e\x87\xa9\x56\x3d\x49\xfe\xce\x7c\xa4\x2c\x09\xeb\x60\x65\xc8\xdb\x56\x4a\x58\x87\xa5\x87\xe7\xfd\xcb\x8e\x14\xcb\x81\x25\xec\xcf\x82\xbd\xb2\x68\x30\xb7\x7d\x1d\xb7\x10\xec\x68\xad\xa6\xee\x01\x5f\x34\x97\xa2\xb3\xa1\xd0\xc6\xb0\x4a\x5f\x48\x6e\xfe\x92\x37\x1b\x7a\x6a\xd2\x24\x1d\x67\x6e\xd2\x7f\x5e\x57\xcf\x3c\xac\x9d\xb5\x62\x1b\x2b\x5c\xf9\xef\x3c\x16\xeb\x84\x2c\x0f\xc8\x66\xd3\x44\x41\xd2\x30\x70\x4e\xcf\x30\x87\x02\xe6\x74\xc9\x28\x6f\xc0\x96\x8e\x40\x54\x23\xf8\xac\x75\x6b\x85\x04\x5a\xdf\x6c\x9f\xcb\x81\x1a\x1a\x7c\x93\x36\x32\xad\xeb\xe7\xae\xf3\x63\x52\xf4\xe6\x15\x15\xcc\x37\xea\xc9\x79\x05\x2c\xb6\x5c\x0b\xd0\xd8\xcb\x45\xa7\x25\x30\xc6\xfd\xc1\x1a\xf6\x51\x70\x6e\xbf\x0d\xa5\x00\xcc\xe9\x41\xa1\xe6\x80\x96\xce\x96\x8a\x39\xe0\xe3\xb6\x96\x5c\x57\x28\xb6\xb9\x28\xf1\x17\x34\x68\x39\x17\xfa\x9a\x39\xdf\x78\x6a\x85\x3f\x53\xad\x45\xcf\xcb\x67\xb9\x2a\x54\x40\x1f\xeb\x90\x78\x85\xa8\x59\xb3\xbc\x1a\xce\xdc\xab\xb6\xae\x4d\x25\x39\x2a\x3f\xd5\xad\x81\xab\x94\xb6\x88\xd5\xa5\xb1\x8a\x39\xa8\x92\x2c\x7f\xf9\x74\xcc\x60\xdc\x13\xe9\x4f\x7c\x40\x10\x5c\xf2\x94\x78\xcf\xd3\x4f\x3c\x41\xd9\xe7\xd0\x29\x3a\x4c\x7f\x06\x00\xa2\x59\x90\x4a\x64\xa7\x4e\x80\xb9\x32\x83\x54\x51\x75\x13\xc4\x36\x65\x32\x82\x0f\xf7\x50\x20\x51\x29\x25\x77\xe4\x52\x4c\x64\xe6\x0d\x99\x16\x97\x13\x67\x91\x6a\x09\xcd\x41\x01\x12\x25\xd9\xd6\x73\x81\x58\x42\x6d\x70\x68\x13\x29\x18\x18\x00\x10\x3e\x86\xc6\x85\x35\x2a\x18\xfc\x1d\xd4\xa9\x64\x22\x99\x44\x0f\x45\x03\xea\x57\x5d\xbf\xfc\x22\x46\x56\x82\x91\x7d\xc7\xc5\x67\x52\x64\xb3\x09\xcb\xe3\xe2\xa5\x6e\xa4\xe0\xb5\xbf\x24\xab\x28\xa5\x4b\x7f\x89\x83\x69\x03\x0e\xbd\xa2\x24\x70\x15\x00\x08\xb7\x30\x7d\xf8\xf7\x94\xb3\xb0\xfb\xc1\x0c\x45\x00\xee\x2e\xfe\xad\xbc\x16\xff\x19\xd6\x24\xeb\x25\x06\x16\xf3\xa4\x0f\x49\xaa\x8c\x6e\xe9\x74\xca\xf4\x0d\x46\x89\x2f\x75\x68\xad\x40\x9c\x4d\x4f\x5f\x7a\x49\xc4\x02\x9d\x1d\xc6\x85\x9d\xd0\x7b\x00\x10\xce\x61\xa5\xf1\x3a\xe4\x63\xe4\x97\x8c\x39\xb2\x47\x94\xed\xb8\x11\x99\x1b\x15\x59\xcb\x90\xe2\x68\x11\x9b\x05\x92\x23\x74\x9f\xf4\x23\xe2\x6f\x8c\xa0\xd8\x4b\xe2\xd5\x60\xd1\xda\xa9\x22\x1a\xc4\x5f\xda\x28\x3c\xc8\x3c\xe4\x30\x29\xf8\xca\x7a\x0d\x00\x02\x12\xbb\x91\x5b\x29\x63\x43\xfd\xb4\x4b\xd2\x7e\xe8\x0d\x96\x25\x79\xc8\xf4\xad\xa9\x93\x24\x32\xd5\x45\x5c\xf1\x00\xf3\xf7\xa6\x47\xa2\xcf\x2c\x7d\xac\xbd\x68\x1d\xdb\x27\x50\x2f\x6c\x65\x5f\x5c\x8a\x16\x7c\xe3\xd0\x1c\x5e\x09\xe2\x38\x1f\x00\x80\x3f\xc1\x79\xc5\x1a\x97\x1c\x14\x35\x52\xd0\x12\x7b\x11\x1c\x9d\x2c\x86\x8b\x5c\xab\x10\xa2\xbf\x85\x93\x05\x17\x45\x99\x42\xed\xc6\x4a\xe1\x0e\x61\x6e\xf4\x55\xa1\x83\x70\x7e\x40\xbf\x40\x2e\x38\xef\xf1\x82\xff\x53\x40\x75\xb8\xc5\xaf\xe1\x4f\x02\x00\xef\x35\x6f\x2f\x14\x24\xc6\x69\x21\x92\xb3\xe8\xa2\xc6\x82\x5c\x2e\x4a\x50\xab\x2b\x44\xc2\xa3\x2a\x79\xfe\x22\x61\x82\x12\x4a\x7d\x25\x38\xa4\xa8\x8c\xea\x10\x84\xca\xd7\xfa\x1f\xe0\xef\x91\xde\xf5\xc8\xe0\x87\x48\xea\x1c\x7a\x78\x3b\x44\x72\x00\xe0\xc5\x09\x12\x18\x5e\x22\x55\x93\x2b\x61\x95\xf0\x57\x43\x03\x1c\x23\xa4\x9a\x5f\x96\x3d\x12\x02\xf5\xde\xb9\xa3\x02\x85\x31\x33\xa5\x4f\xe0\xac\xcf\x89\x34\xf2\x5b\xb4\x01\x7e\x97\xf8\xcb\x55\x27\xdc\x75\xbc\x01\x85\xab\x43\x12\x2f\x50\x6a\x05\x00\xdc\xc3\x42\x23\x3d\x41\x14\xd6\xee\x88\xaf\x10\xf6\xb5\x26\xd7\x6d\x13\x7a\x35\x67\x96\x85\x0a\xc6\x1a\xc3\x72\x5d\x05\xa1\x16\xab\x14\x4f\xfe\x49\x53\x4b\xe4\x4a\x7e\x8e\xc1\xd6\x8f\xcc\xbb\xa9\x9d\xe3\x9e\xc8\x2b\x56\x5e\x74\xf0\xe2\x3e\x95\xb9\x02\x00\x97\x28\x9a\x47\xd3\x08\xff\xeb\x2e\xc4\x1d\x14\x16\x77\x16\xd7\x2d\x15\x5c\x6d\x5f\x51\x7a\x40\x50\xd4\x72\x36\x67\x84\x7f\xb7\x29\x2e\xf9\x14\x1f\x6d\xe1\x45\xdc\xe7\x7d\x31\xf1\xfc\xc2\x79\x74\xfd\x1c\x77\x17\xee\x67\x75\x9c\xc3\x72\x2e\x47\x6e\x03\x00\xdc\xa9\x22\x34\xd1\xd0\x88\xaf\xee\x40\x8a\x2c\x07\x6a\xd5\x95\xe7\xcd\xd3\xea\x18\x85\xe5\xa6\x02\x04\x94\x1e\x6f\x30\xa1\x46\xe3\x94\xba\x11\xac\x43\xe8\x09\xcd\x18\xbe\xdf\xc7\x4e\xd5\x40\x82\xb9\x4c\x2a\xd0\xd4\x1c\xfb\x3d\xb2\x08\x06\x16\x00\x24\xb1\xcc\xc5\x44\xd7\x86\xe3\xb0\x85\x48\x2f\xcb\x8c\xba\xab\x95\xbc\xfa\x22\x84\xae\x70\xbe\xf1\x00\xaa\x62\xd3\x1f\xc3\x2c\x4c\x59\x5c\xa6\x2e\x08\xa7\x08\xad\xd7\xc4\x12\x5e\x7a\xbf\x52\xad\x27\xd7\xb9\x5c\x52\x2c\xa1\xcd\xb4\xbf\x21\xfd\xc5\xb8\x0e\x00\x92\x99\xcc\x75\x04\x4b\xc3\x42\xf8\x1e\xc4\x1e\x73\x29\x32\xa1\xd2\xdb\x34\x80\x9a\x2c\x18\x37\x7a\x61\xb0\x9b\xb6\xe9\x79\xb8\xf5\x71\xb3\xb4\x5b\x09\xa1\xa1\x15\xea\xd3\xa4\x2a\xef\x4b\xca\xab\x94\x16\x97\x49\xf9\x29\xda\x2f\xfb\xb7\xd2\x9d\x20\x1d\x00\xc4\xe7\x99\x32\x3c\xd2\x7c\x14\xf3\x1d\xbe\xb5\x7e\x19\x2e\xac\x22\xce\xa8\xc1\x63\xf2\xbf\x18\x6c\x08\x87\x36\xd9\xe9\x10\xa4\xe0\x0d\x74\xcd\x00\xf9\x4a\xc8\x53\xd5\x25\x6a\xbd\xb7\x48\xf1\x91\x9e\xed\x72\x56\x3e\x15\x5c\x3b\xdd\x5d\x3a\x9d\xe9\xf4\xff\x2d\x8a\x16\x77\xb0\x1e\x41\x32\xd4\x4d\x18\xef\x90\x45\xe5\xf1\x86\x54\x4a\x79\xbe\xa3\xee\x02\x35\x77\x63\xb8\x36\x9e\x86\x88\x3d\xa9\x36\xd1\x5b\x42\x72\x95\x13\x8c\x57\xde\x61\x0a\x07\x28\xd6\xe5\xa8\x2c\x82\xd9\x33\x7d\x93\x24\x9b\xf5\x04\x00\x44\x1c\xf6\x59\x2c\xd9\x14\xcf\x38\x08\xdb\x62\x18\x00\x7d\xca\xc2\xf5\xf3\x40\x6d\x9e\xab\x76\x04\xf2\x4c\xab\xd6\xf8\x42\xe7\x62\xed\x55\x32\xa6\x26\x78\xb7\x62\x92\x55\xbd\xf2\x9e\x7c\x0d\x3b\xd6\x65\x9b\x94\xcc\x59\x3a\x9d\x2d\x6e\xe0\x1c\x04\x00\xe1\x71\xee\x74\x34\xcb\xc0\xe3\x3f\xab\xf9\x4f\x3f\x93\x7f\xab\xe4\x80\xb6\x91\x7f\x34\xe7\x94\x66\x3d\x7f\x67\xea\x7a\xd5\x39\xfe\xae\x98\x69\xca\x58\xfe\xe1\xa0\x57\xf2\x76\xfe\xb9\x95\x85\xb2\x59\xfc\x0b\x2e\x34\x49\x1d\xff\xe0\xf4\x6e\x51\x17\x3f\x13\x00\x04\xb7\x79\xfd\x48\xa4\x3e\x59\xb9\xab\x7a\xbe\xf6\x6f\xe5\xd4\xcd\xef\x34\x42\x45\x6c\x76\x82\x7a\xa9\x5c\x9b\xfc\xaf\xf2\xa0\xec\x5a\xd4\x53\x45\xbc\x6c\x6e\x10\x20\xdb\x2b\xdd\xb0\x62\x87\xd4\x5f\x92\xe7\xe2\x2e\x36\x8b\xc3\xa6\x77\x0a\x1f\x09\x77\x00\x80\x60\x29\xff\x17\xfc\xb9\x0e\x5e\x1f\x54\xa9\xd6\x02\xc6\x9f\x45\x46\x75\x9b\xa1\x37\xf3\xa3\x2a\x5d\x1f\x9f\xf4\x97\xe2\x8d\x76\x32\xf2\x85\x5c\xa1\x89\x5f\xbb\x56\x36\x57\x65\x5e\x61\x2b\x51\x2b\xfa\x17\xea\x44\x3f\x65\xa8\xe9\x44\x61\x9e\xf8\x0a\x00\xf0\x2d\x42\x57\xf8\x1a\xed\xab\xc6\xbe\x8a\x27\x9a\xfa\x86\x35\x85\x1f\xd5\x71\x66\x6d\x26\x5c\xf9\xd6\xf4\x4f\xd2\x26\x85\xc1\xe8\x12\x29\x90\x07\xe9\xd7\x04\xde\x93\x1e\xd3\xba\x2c\x3f\x2c\x09\x57\x8d\x2d\x2c\x10\x0d\xc8\x9f\x4c\x2f\x12\x4e\xfd\xff\x16\x25\x5d\x28\xac\x33\x68\xc1\x56\x46\x45\xb1\x26\xa0\xf9\x42\x21\x5d\xf5\xa4\xf1\x6b\xc6\x4f\xa5\xa6\x61\x46\xe2\x47\xc5\x9a\xfa\x9f\x91\xeb\x65\x93\xc6\x23\x81\x5b\xa4\x35\xfa\x8c\xe5\xf5\xe2\xab\x1a\xca\xc2\x70\x51\xb4\x72\xd5\xf4\x2a\x41\xab\xb4\x1e\x00\x78\xff\x08\xef\x94\x6f\xeb\x8d\xae\x89\x2f\xc4\x74\x8d\xc3\x96\x64\xd6\x77\xc4\xc3\x81\x64\xaf\xd6\x73\x48\x9b\x68\x9f\xe6\x40\x74\x4c\xf0\x91\x86\x52\xec\xc8\x2a\x7e\x7d\x09\x21\x7f\xc9\x45\x43\x08\x39\x64\xce\x37\xcd\x33\x5a\xa4\x4d\x8c\x52\x03\x2e\x03\x00\x59\x18\x73\xb2\x9c\xd0\xd3\x0c\x63\x16\x86\x76\x2d\x82\xfb\x65\x62\xdb\x3b\x11\xff\x26\xfd\x68\x0d\x45\xed\x8f\xb6\x6b\x1a\xc2\x1c\x0b\xee\xb5\x3c\xc0\xfd\x59\x45\x30\x3d\x27\x12\x96\x5c\xd4\x5f\xa6\xcc\x99\x3b\x4b\x63\xa4\x5d\xb6\x81\x2b\x53\x40\x1c\x00\x48\x7f\x30\x27\xcb\x97\x75\x7f\x81\xdf\x2a\xf8\xd4\x49\x47\x22\x32\x03\xda\x7e\xa2\x3e\x25\x9d\x69\xe9\xc4\x34\x44\xdd\x6c\x72\xc7\x51\x82\x79\x96\x32\x82\x68\x55\xa1\x89\x40\x1a\x5f\x32\xa1\xaf\xa3\x2e\x9b\xeb\xa1\x09\xa1\x77\xd8\xa8\x15\x9f\xc1\x0f\x00\x20\xdd\xca\x72\x28\xdb\xd0\xa5\xc2\x1c\x2a\x88\xec\x08\xc0\xbe\xcb\x68\x69\xbd\x82\xf7\x4e\x4a\x6c\x66\x11\x34\x51\xe8\x46\x3b\xd2\x92\x60\x6f\x73\x36\xf9\xfa\x2a\x17\x23\x89\xba\x73\xc9\x0e\x1d\x8b\xde\x3c\x37\x52\x5d\x07\x36\xd9\xdc\x50\x44\x30\xab\x01\x40\x6a\xcd\xfa\x5c\x7a\xae\x33\x94\x78\x2a\x7f\xa8\xed\x25\xe9\x5c\xfa\xab\x96\x06\xf2\xe1\xc4\x81\xa6\x0c\xca\x64\xe4\x53\xcb\x13\x9a\x5d\xd0\x81\xfa\x48\x7a\xb1\xcf\x19\x03\x92\x71\x66\x49\x93\x56\x09\x65\xcc\xcd\x55\x29\x99\x97\x6d\x97\xc9\x89\xec\xd9\xff\xd3\xcd\x59\x54\xba\xb8\xc3\x96\x5e\x9d\xf7\xb2\xf5\x00\xfd\x5b\x7a\x70\x33\x8a\x21\x49\xb4\x6e\x5c\x0d\x46\x47\x16\x99\x2f\x40\x4e\x41\x89\x26\x7f\xe8\x87\x0f\x51\x0f\x67\x7e\x5a\x42\xd3\xb4\xb3\x67\xcd\xad\x55\xee\xe2\xcc\xb1\x25\xc9\xfa\x38\x87\x01\x40\x0c\x71\x13\x8b\x69\x6d\x28\xee\xf6\xdc\xb1\x16\x4f\xee\xe4\xa6\xe4\xc6\x47\xdc\xa7\x09\xfe\x96\x6d\xbc\xd9\x11\xdd\xf5\x95\xbc\x94\xb5\x63\x86\x5b\x3c\xa9\x8f\x9d\x6e\x15\x6f\x62\x49\x8a\x1a\xcd\x5f\x3c\x97\xae\xd0\xf1\x63\x6d\x27\xa4\x2d\xfc\x69\x00\x20\x02\x79\xfb\x36\xcf\x6b\x05\x64\xb0\x9c\xda\xa6\xbb\xd2\x6f\x1b\x3d\x1a\xb6\x49\xa1\x78\x5f\xb3\x58\x6a\xb3\xfe\xb8\x69\x83\xc4\x18\xf8\x53\x7f\x46\xe2\xe6\x0d\x6a\x83\xc4\x8d\x8b\x7f\xa9\x18\x62\x87\xb9\x68\xf9\x90\x28\xd2\x6e\x8a\xe4\x9c\x70\x0e\x00\x08\x77\xf3\x6f\x16\xbe\x6c\x7e\xaa\xfb\x9a\x1d\xdf\x78\x5b\xfb\x2e\xcd\xce\xb2\x5f\x73\x2b\x2e\xb0\xde\xa4\x3e\x15\xfe\xce\x98\xa7\x1a\x0d\x8c\xd3\x7d\x51\x0a\x56\xbe\xd4\xd0\x14\x31\x8b\x0d\xca\xe3\xb2\x33\x73\xd7\xc8\x7e\x48\x3e\xda\x39\x4a\x56\x89\xee\x00\x80\x70\xa9\xe0\x4c\xe1\xe6\x66\x86\xe9\x6e\xd6\xb1\x46\x98\xb1\x25\x55\x6f\x49\x33\x24\x6f\x38\x59\xef\xa5\x7b\x1b\xde\x68\x78\xac\x95\x07\x7c\xd7\x69\x35\xd3\x57\xee\xd0\xb8\xa8\xb0\x8b\x51\x4a\x98\x42\x32\x77\xa1\xac\x45\x16\x66\x37\x5b\x7c\x4d\xdc\x03\x00\x82\x2b\x42\xcf\x82\xbf\x9b\x1d\x1b\x56\x67\x15\x34\x7c\x32\x1f\x4b\x0d\x31\xdf\xa8\x8f\xdc\xc0\x35\x8d\x18\x87\xc3\xcb\x0d\x68\xc3\xd4\x80\x09\x9d\x9b\x2e\x7e\xa5\x59\x3d\xa2\x29\x5c\x5c\xa6\xf8\xa8\x9a\x39\xd7\x55\xb6\x4a\x9e\x65\x17\x28\x86\x49\x8a\x01\x40\x50\x2b\x04\x0b\xc2\xb6\xb4\xd5\x1c\xcb\x5c\xd5\x7f\x0f\x26\x4f\xd6\xf6\xce\x86\x97\xc4\xb0\xbb\x62\x91\x85\xeb\x80\xf6\x44\xb4\xce\x6f\x75\x8b\x35\xce\xca\xab\xa7\x41\x4e\x18\x72\x79\x67\x7a\x48\x6e\x98\x1d\xad\x9f\x45\xeb\xb0\xda\xaa\x5e\x06\x62\x00\x40\xbe\x94\xe5\x50\x30\x7f\xf0\x13\xec\x69\xe6\xcc\xfe\x30\xb8\x38\x99\xd2\x43\x44\xfa\xc5\xc0\x3a\x47\x50\x3f\x42\x5f\xb5\x1d\xc6\x5a\xfb\x79\x34\x8b\xf0\x71\x5e\x5d\x0d\xf3\x88\x7b\x5c\xbe\x98\x98\x94\x9a\xd9\x9b\x75\x3b\xe9\xcb\xad\x6e\xaa\x6e\x82\x83\x00\x20\x7b\xc0\xb2\xcb\x7f\x3a\xb8\x09\xb1\x36\xe3\x9f\x3e\x3d\x72\x38\x39\xbd\x7b\x12\xbd\x3a\x26\xbe\x73\x3e\xe6\x54\xe8\x85\xb6\x00\x5c\x8f\xdf\x8c\xa6\x3f\x84\x3d\x5e\x16\x8b\x85\xf4\xdd\xe5\xb7\x69\x3a\x15\x3e\x9b\xa8\xcb\xa2\x3f\xb5\xb6\x52\x71\x21\x2f\x00\x90\xe9\x58\x11\xf9\x05\xfd\x8f\x31\xb7\x33\x2a\x7b\x13\x71\x56\x49\xb7\xba\x9a\xf1\x7e\xd1\x0f\xdb\x5f\x11\x2c\xa1\xfc\xd6\xb9\xa4\xd5\x6b\x2e\x37\xbe\x21\xbf\xf2\xa2\x9a\x4d\xd4\x4b\x2e\x3f\x8c\xae\xf4\x53\xb3\x5b\xb4\x0c\xf0\x8c\x75\xae\x72\x1f\x93\x0f\x00\xd2\x1b\xec\x85\x79\xef\xfa\x20\xe2\xa5\xf4\xc7\xdd\x9f\x48\xfb\x92\xf2\x3a\xab\xc8\x6d\xd1\xd8\xb6\x43\x94\x3d\xa1\xee\xcd\x6f\xa9\x5f\xd6\x48\x1a\xae\xd2\x73\xbd\x92\xea\x25\x8c\xf3\x2e\x3f\x0d\xee\x50\xf5\xec\x63\x1a\x23\xf3\xb9\xf5\xb0\xe2\x31\x7b\x09\x00\x48\xed\x39\x61\x79\x3e\xbd\x29\xf4\xb9\xe9\xe1\x5d\xc7\xe9\x3d\x89\x7f\x75\x04\x31\xc2\xa3\xde\xb5\x36\x30\x7e\x87\xec\x6e\xba\x06\xfe\xb3\x26\xd8\x72\x1c\xba\xec\xe5\x60\x62\x33\x6f\xb9\x7c\xd6\xaf\x62\xdb\xcd\x7e\xa8\xde\xc1\x71\x98\x32\x55\x31\xf7\x7f\xab\x96\xac\xe7\x96\xe5\x06\x77\x0f\x71\x67\x6c\x22\x76\x2e\xe7\x2e\x4f\x5c\xd4\xd6\xce\x8d\x88\x2a\x68\x71\xe2\x52\x43\x22\x1a\x4b\xb9\xc7\x56\x5f\x35\x57\xf3\x9c\x97\x5d\x36\x86\xf2\x88\x2e\xef\xb4\x2f\x79\x77\x1d\x5c\x54\x3c\xfe\xec\x29\x54\xd9\x0f\xde\x63\x00\x10\x87\xf0\x76\xe7\xac\xec\x5a\x23\xcd\xdc\x48\x6b\xbf\x20\xb9\x93\x10\xd9\x5a\x21\x29\x8f\xb4\x34\xdd\x14\xff\x0a\xb6\x34\xf8\x89\x07\x57\xe7\xd5\x27\x8a\x33\x96\x31\x0c\x6b\x45\xaf\x5d\x2e\x6a\xde\x88\x24\x0e\x41\x4a\xb5\xf0\xd2\x94\xa3\x32\x4f\xc1\x38\x00\x88\x50\xfc\x83\xd9\x73\x3a\x1d\xb5\x59\x69\x50\xdb\x1e\x4d\x66\xfc\xe6\x96\x2c\x75\x42\xc4\xc5\xc6\x8b\xaa\xcc\xa0\x37\x16\x5f\xe5\x66\xdf\x13\xa6\x0a\x45\xfe\x32\x7b\x3d\x42\x1e\xe3\x22\xd3\xac\x92\x7e\x76\x58\xa4\xb8\x24\xc9\x9e\xf2\x54\xca\x10\xd5\x02\x80\xf0\x86\xa0\x3e\xcb\xd4\xd1\x62\xf8\x9c\x36\xa3\x2d\x4a\x7f\x28\xee\x67\xf3\x65\x1d\x35\x82\xd5\x98\xa3\x8d\x0e\x1a\x36\x8f\xa9\xff\xf8\x6a\x8d\xaf\x55\xa3\x9e\xff\xe8\xad\x95\x09\x2e\x44\xf5\x49\xb9\xce\xc1\x45\x81\x93\x42\x36\x36\xd2\xc5\xe2\x95\x00\x20\x14\x08\xbe\x66\xad\xe8\xf0\x33\xcf\x4a\xdd\xd1\x7a\xdc\xb4\x25\x6e\x67\x73\x8e\x71\x6d\x44\x42\xc3\x84\xfe\x64\x10\xcf\xbc\x4a\xb7\xc9\x97\x60\x24\x68\x0e\x78\x5e\xd2\x69\xd4\xf6\x2e\x24\x75\xa6\xe2\x8b\xc3\x1a\xf9\x67\x19\xdb\xc6\x5f\x32\x24\x9e\x04\x00\xe1\x7c\x61\x6a\xe6\xac\xb1\x15\xb5\x99\x29\xf6\xc3\xeb\x60\xdf\x63\x15\x83\x01\xf0\x5d\x61\x87\xfa\xdc\x91\x7d\x01\xad\x5d\x37\xd1\x37\xbc\x13\xdb\xc3\x71\x09\xee\x45\xcd\x9b\x09\x2f\x9d\xe5\x96\x78\xf2\xdd\xe9\x77\x0d\x3f\x68\x77\x01\x40\xa3\x01\x45\x00\x20\xff\xc0\x9a\x9f\x69\x37\x4a\xaf\x43\x24\xff\x19\xd2\xc3\x5f\xc4\x72\x06\xcc\x48\x66\xd8\x8e\x5e\x15\x3a\x2a\xc0\xd2\x95\x8e\x8d\xf0\x4e\x6a\xdb\x8b\x07\xdd\xab\x9b\xfe\x21\xbe\x74\x6e\x31\xdf\xa0\xb4\x4d\xff\x65\x68\xa6\x17\x02\x80\x26\x1a\x3c\x04\x00\xf2\x11\xd6\xb4\x8c\x8f\x23\xa7\x10\x83\xc9\x2f\xb6\xbc\x40\x4d\x89\x85\xf5\x7f\x45\x63\xc3\xda\x7b\x3e\x62\x7e\x06\xc8\x3a\x0f\xe2\x2e\x7b\x47\xb5\xf9\x11\x1e\xba\xd7\x34\x55\x92\x97\x39\x0f\x9b\xab\xa8\x8d\x33\x5c\x0c\x81\x8c\x59\x00\xa0\xbe\x07\x05\x00\x80\xbc\x80\x15\x91\xb1\x63\xb8\x02\xbb\x34\xb9\x7d\xd0\x84\x0b\x88\x9d\xdf\xb7\x13\xbf\x29\xac\xac\xfb\x28\x61\x6b\x40\x7e\x47\x03\x29\xc1\x7b\x71\xeb\x7c\x8a\xb5\x7b\x61\x63\x1e\xf5\xb9\xf3\xe1\x7a\x38\xfd\xc5\x8c\x8d\xfa\x0c\xf0\x3e\x30\x55\x3d\x93\x29\x04\x00\x99\x9e\xed\x9c\x51\xb2\xe5\x2e\x69\x4e\x72\xf8\x40\x18\xe9\x52\xcc\x9e\x5e\x06\xb9\x33\x6c\x66\x97\x86\xb2\x37\x60\x7e\x3b\x91\xfa\x7d\xe5\xbb\xe6\x2f\xf4\x42\xf7\x84\x86\x18\xc6\x25\xe7\x09\x53\x2d\x44\x9a\xc1\xd0\x55\x30\xdf\x01\x95\xaa\x35\xec\xf9\x00\x20\x3d\xc0\x09\x4e\x67\x0c\x0e\xd0\xad\x93\x3a\xfb\xa7\xd0\x95\x31\xd9\x3d\x49\x0c\xb7\x75\xbb\x3a\x61\x8c\x07\xfe\x17\xda\x72\xc0\xd3\x2b\x8f\x34\xdd\x87\x0e\xb9\xfb\x5a\xfc\x99\xa7\x9c\xaf\x1b\xeb\x58\xbf\x67\xf4\x68\xa9\x1c\x6b\x60\x97\x32\x9f\x33\x0a\x00\x92\xd7\xdc\x82\x74\xff\x81\xa9\x9c\x1d\x49\xf1\xbd\x65\x9c\xa3\xd1\x8f\xba\xba\x39\x67\xd7\x15\xb5\x5f\xe4\x4e\xf7\x97\xb4\x9c\xe5\xd6\xae\xd4\x34\x12\xb8\xe3\xee\x0b\xeb\xff\xe6\xf9\x38\xbf\x37\xb8\xf1\x7a\x66\x7c\xd3\x04\xf1\xee\x5a\x05\x2b\x02\x78\xff\x7b\xfb\xdb\xbc\xce\x4d\xe4\x3e\xac\xa4\x31\xd1\xdc\xfd\x52\xe2\x18\x9d\xd2\x99\x25\x96\x86\x5e\x69\x13\x8a\x83\xfd\xdd\x9a\xe5\xa2\xf7\x2b\x63\x1a\x92\x44\x83\x4b\x5e\x9a\xce\x89\x2a\x9c\x3f\xe9\xe7\x88\x66\xcd\x0c\x52\xaf\x15\x12\xac\xea\xe5\xe9\x02\x26\x00\x88\x67\xf0\xdb\x37\xe2\x7a\x53\x34\xf3\x12\x8e\x76\x1d\x51\xdb\x47\xb5\x74\x78\xa9\x80\xd0\x88\xd6\x0a\xe5\x62\xbf\xe6\x26\x9c\x22\x76\xc5\x35\x4b\x9a\xbc\x78\x49\xb3\xf1\xad\xac\xce\x79\x52\x17\x23\x8d\x9c\x19\xad\x42\x8a\x8f\x5a\x5d\x96\xb5\x0a\x7f\x03\x80\x88\x22\xc0\x6f\xb4\xe9\x99\xd0\xf3\x13\xea\xba\xd6\xeb\x62\xa2\xf2\xda\xcd\x9a\x6f\x21\x7f\x5a\x2e\xab\x6f\xfa\xa1\x1a\x1f\xab\x76\xad\x18\x33\x9f\x57\x4a\x97\xf0\x8c\x7c\x45\xa2\xf3\x19\xed\x55\xd9\x9e\x99\x19\x2a\x40\x72\xc9\xea\x93\x2c\x46\xb4\x1d\x00\x44\xcb\x05\xa7\xd3\xfa\x7b\xf2\x4d\xd5\x09\x1e\x9d\xbb\x0c\x5f\xa3\x3c\xda\xed\xf4\xc2\x90\x9b\x2d\xb1\x3a\x7f\xbf\xcc\xc6\x6c\xcd\xd5\x15\xed\xe6\x78\x35\x66\x09\xd3\x68\xab\x7c\xe6\x7c\x5d\x5b\xa8\xb0\x9e\x49\x50\x8a\xa4\xe3\xd6\x3e\xd2\xb3\xe2\x2c\x00\x10\xee\x13\xda\x8f\xe4\xc1\x3f\x94\x5c\xee\x54\x21\x7d\xca\xe3\xeb\xf3\x51\xc5\x95\x23\xb2\x42\xf4\x8e\x9a\x0d\x10\x1e\xbb\x0a\xf6\x09\x6d\xc4\x4d\x20\x9a\x4b\x7c\x08\xed\x68\x54\xca\x09\xd2\x18\xae\x31\x78\x26\x15\x20\xbe\x5a\x54\x48\x6f\xa3\x96\x5b\xe5\x40\xc7\x18\xb4\xe1\xdc\x3a\x55\x45\x56\xc7\x16\xf8\x3f\x55\x54\x93\x1c\x19\x56\xd3\x2c\xed\x44\x6d\x83\xbd\x01\x2f\x60\x52\x11\xe5\x68\x5b\xdc\x34\xd4\xb1\xe2\x31\xfc\x17\x6c\x4a\x4a\x11\x69\x19\xc1\x33\x68\x94\xa2\x21\x2f\x59\xb4\x94\x1e\x4f\x0b\xb4\x8a\x82\x78\x8c\x67\x43\x49\xb0\x55\xd5\xef\xda\x0f\xd6\xb5\xd4\x9e\x37\xee\x44\x2c\xac\x1b\x95\x3c\x40\x8e\x21\xc6\xc1\x15\xe8\x3a\xd4\x1b\x14\x09\x1b\x8b\x9d\x55\x1c\x84\x4f\xc5\x67\x24\xbf\x24\x6a\x89\x57\x82\xf2\x29\x4e\x14\xba\xdb\x7b\xda\x3d\xfa\x1a\xab\x10\x28\x10\x64\x0d\x86\x56\xb7\xa1\xa0\xd6\xdb\xb5\x31\xe8\xeb\x06\x5b\xd8\x1f\xec\x62\x71\x15\xfc\x0c\xae\x83\x7e\x1d\xb9\x95\x10\x8d\xcc\x40\xef\x27\xde\xdc\xbc\x01\xfb\x81\xac\x4e\x5e\x42\x80\x51\x31\x6b\x77\x91\x9d\xe9\xe5\x6e\x1d\xb4\x19\x60\xa5\x55\x1c\x28\x84\xee\xf6\xcf\xa8\x5c\x47\x0a\x6c\x99\x56\x6d\x4f\x9e\xa6\x2b\xae\x79\x47\x9e\x14\x3e\x86\xbd\xa0\x9c\xa4\xc9\x11\x36\xd4\x2b\x88\xd5\xa8\x08\xda\xfd\xa2\x0c\x4c\x27\xfd\x57\x52\x01\x3e\x0a\x0c\x5f\xeb\x49\x9a\x0f\x71\xdd\xca\xa9\xc1\xcc\xa3\x56\x6c\xc6\x69\x56\x75\xef\xca\xb2\x57\x50\x65\x53\x60\xc5\x5b\x68\x9f\x66\x7b\xf5\x34\xe8\x99\x00\x59\xeb\xcf\x4c\xa5\x46\xd5\xd1\x98\x87\xe1\x33\x11\xd7\x59\x01\x85\x15\xe8\x3a\xd6\x50\x62\x3d\xce\x87\x1d\x1a\x68\x21\xae\x64\x1f\x75\x0b\xa7\xc0\x38\x3e\x56\xfb\x18\x4b\xd8\xcf\xbb\x52\x4b\x36\x4b\x37\x58\x1a\xcb\x70\x92\xbd\xaa\xf5\x15\x66\xc9\x4a\x9e\x77\xd5\x5b\x71\x27\x79\x5d\x2d\x52\xbc\x0c\x96\x5c\xf7\x5b\x64\xc9\x7f\x8a\x3c\x2e\x9a\x92\x80\xc5\x1c\x12\xd6\x06\x5c\xc6\xbf\x15\x6c\x75\xfd\x4c\x46\xf1\xcf\x58\xfb\xd3\x73\x78\x2b\xda\x23\x8b\x76\x9b\x3e\x99\xce\x97\x78\x1b\xe9\xf2\x5d\x65\x3a\x83\x0d\xfb\x5e\xe5\x42\x9d\x8a\xb8\xa6\x7a\x5c\x3b\xab\x86\x0f\x93\xaa\x09\x79\x58\x04\x5b\xb9\x27\x3e\x11\x3d\x28\xbf\x1a\x30\x1d\x3f\x43\x7a\xc2\xb5\x97\x74\x44\x0c\xb3\x66\xd3\x2e\x09\x52\x5b\x9e\x16\xdc\xee\xca\x30\x68\x36\x93\x3b\xe6\x4a\x15\xa5\x4e\xad\x47\x98\x77\xca\x0f\x34\x97\xe1\x73\xab\xc4\x0d\xf7\xaa\xee\xd7\xe2\xcd\xfe\xb9\xd3\xe1\x0a\x63\x5a\xdc\x7a\xd4\x5d\x9d\x97\x3f\x0c\x07\x53\xed\x76\xad\x21\x25\xcb\x26\xac\xcf\xd0\x58\x22\xaf\xe6\x8f\x05\x9b\x06\x34\xfa\xbd\x45\x8f\x7a\xff\x93\x9c\x28\x91\x74\x07\x31\x97\x96\x87\x74\xd4\xe1\xfa\xab\xa6\xb6\x92\xab\x92\x6a\xbe\x37\xc5\xe5\xc8\xe1\xee\xe6\x89\x0d\xf7\x51\x1c\xe3\x74\xff\x75\x38\x27\xcd\x7f\xae\x65\x24\x1b\x45\xbc\xf5\x2f\x5a\xb2\xe8\x6a\x73\x7a\xfe\xb3\x91\x27\x7a\xaf\x22\xea\x96\xef\x92\xf8\x92\x39\xfd\x4f\xa0\x81\xb2\x23\x3d\x47\x71\xa1\x95\xfa\x4e\x78\xe5\xd3\x1a\x49\xeb\x89\x9c\xa8\xba\xb1\xc6\x89\x0d\x3b\x51\xf3\xea\x41\xff\x20\xec\x56\xdd\x61\x57\x2e\x71\x4c\x59\x3a\x25\x8f\xfa\x4b\x1c\x34\xb8\x14\x15\x5a\xb2\xb5\xf5\x2c\x7a\x5d\xb9\xaf\xfe\x36\x26\xae\xd2\x20\xf6\xc5\x62\x6a\xd6\xd0\xeb\x71\x3b\x60\xff\x22\xa7\x11\xbc\x11\x96\xa2\x2f\xc4\xd3\x68\x42\xd2\x13\x72\x2b\xae\x77\xad\x91\x3a\x42\xb2\x75\xab\x67\x4c\xa3\x1a\xac\xf2\xa0\x67\x8c\xa3\x03\xab\x11\x93\x15\x6e\x2d\x6f\x90\x9f\xab\xd2\xf4\x0b\xd0\x4b\x6b\x48\x22\x08\x83\x83\x9d\xa3\xbd\xc7\xde\x40\x6c\x40\xb0\xf1\x48\xd4\x58\x11\x8b\xe8\x85\x8d\x49\x62\x93\xe7\x11\x96\xaf\x4d\xa1\x46\x91\x03\xdd\x6a\xe9\xdb\x69\xe5\x56\xf1\xd0\x20\xe8\xdb\xef\x0b\xc7\x57\x0f\xb4\x4c\x43\xec\xad\xd5\xe8\xd2\x50\xd6\x75\x74\xe1\x61\x34\x11\x61\xa0\x65\x61\xbe\xa3\x4e\xc2\x5f\xe2\x7a\x31\x6f\x8b\x6c\x08\x2c\x7c\x64\xd2\x3c\x92\x88\x78\x21\xf0\x2b\xe5\x24\x45\xe4\x16\x45\xcf\xa2\xe7\x5b\x45\x40\x15\xe0\xc1\x5e\x57\x98\x0d\x6a\x76\x93\x67\x1d\x05\x0d\x6a\x2c\x08\x6b\xcc\x29\x41\x0c\xb2\x01\x97\x43\xb5\x42\xa7\xe3\xbf\xd7\x9d\xc1\xae\x20\x76\x16\xce\xc5\xfb\x92\xeb\x12\xd3\x89\x15\xd4\xc2\xc0\x72\xf2\x05\x7a\x95\xeb\x57\x9a\x10\xe4\x5a\x15\x80\xbb\x99\x0b\xbb\x67\x55\x77\x10\x3b\x1b\x0a\x6b\x93\x49\x7a\xd5\x7f\x75\x56\x64\x34\xef\x24\xfc\x04\x05\x49\xde\x87\xec\xa3\xf2\x60\x5b\xd0\xc3\xb4\xe6\x02\x4f\xec\x5d\xfa\xd9\x04\x1d\x21\x12\x74\x0d\x98\x20\x5d\x85\xa8\xae\xc7\xa9\x63\xcc\x6b\x56\x0d\x8c\x3f\x2c\x4b\xa7\x5b\x25\x05\x3c\x63\x96\x56\xc7\x42\x6b\x95\x19\xb5\xcb\x21\x22\x37\xab\x6e\x0e\x74\x87\x44\x42\x2c\x62\x16\xd5\xaa\x51\x69\xcc\xdb\xf9\xa1\x98\x5e\x16\x22\xfe\x06\xde\x97\x3d\x3d\xa0\x98\xf8\x8c\x3d\xe2\x6a\xa1\x3c\xe1\x04\x5b\x3d\x65\x64\x73\x5c\xda\x28\x65\xe7\x25\xe5\xa6\xa9\x15\x87\xc4\xff\xc9\x5e\x56\x1d\x15\xb3\xd8\x1e\x35\xb7\xc5\xd6\x04\xa8\x6e\x81\xc8\x58\x7d\x1d\x01\x8a\xdc\x72\xcf\xa0\xa7\x0a\xdb\xe3\xf6\x63\x8f\x0b\x17\xf9\xb7\x11\x76\x08\x44\xae\x54\xf2\x53\xfe\xb8\x35\x8e\x2e\xe0\x25\x35\x57\x97\x14\x1b\x6f\xea\x37\x96\x69\x0c\x38\x09\x58\x71\x52\xbf\x08\xfa\xb7\x7a\x96\x76\x37\x8e\x53\x4b\xd3\x6c\xac\x5a\x04\xb7\x53\x9d\xce\x29\x45\x9e\x50\xae\xda\xd0\x86\xd9\x2a\xaf\xf3\xbb\x8f\xbf\x28\x05\x5d\xbd\xc9\x61\xe2\x78\xeb\x13\xb4\x1f\x82\xfc\x86\x37\x9b\x35\x1d\x0f\x35\x1f\x4b\x5e\xb6\x4d\x88\x92\xcb\xb3\x5b\xda\x18\xcf\x2a\xf7\x34\x65\x63\xb6\xd5\x6c\xb0\xbc\xac\x90\xc0\x3e\xd5\x97\x64\xdb\x20\x6e\x18\x2c\xb1\x2d\xe8\x7f\xb5\x26\xbf\x58\xfc\x2a\xd5\x46\x97\xd7\xa4\xfd\x32\xfd\x14\x27\x5a\xa7\xc8\xc3\xf2\x7b\xb3\x75\xbf\xbd\x66\x61\x49\x79\x8f\x51\x08\x95\x9d\xee\xfc\xc6\xf0\xad\x0c\x69\x4f\xc4\xd8\x55\x9f\x68\x41\x96\xbf\x87\x09\x1a\x8b\xb3\x64\x08\xac\xd9\x3e\x36\x1e\xad\x30\xa0\xfc\xe6\xe1\xae\x69\x18\x2e\x2f\x48\x14\xf9\xcf\x29\x1b\x69\x08\xd1\x19\x4b\x41\x51\xcb\x70\x86\x9a\x57\xfc\x7e\x50\x2e\x78\x57\x96\xd7\x67\xa1\x8f\x55\x8c\x77\xab\xd1\xcd\xd5\x59\x1d\x19\xe5\x66\x98\x43\xcb\x85\xac\x0d\xf0\xdf\x0d\xbf\x62\x5d\xd1\xee\xa6\x0b\x7e\xb3\x71\x64\x5d\xa4\xeb\x0c\xd2\x22\xa5\xc3\x94\x2e\xda\x5c\xf1\xb2\x9e\x03\x18\x73\x89\xbe\x71\x12\x0b\x2f\x9f\xab\x59\x81\xcb\xab\xa4\xf0\x4f\xe1\xd3\x6b\xe6\x53\x40\x02\x1e\x76\xb5\x6e\x3d\x71\x1f\x42\x56\xc0\x21\xaf\x46\x23\x13\x0e\x52\x4e\xe3\xba\x02\xce\xd1\x5a\x48\xd3\x5d\xe9\x8c\xbd\xd4\x61\xe0\x13\xb3\x80\xf1\xa6\xfb\x32\x3a\xa8\xfc\x59\xc3\x4f\x8c\x5f\xd5\x12\x35\x06\x1b\x54\x93\xc8\x5f\x8c\xcb\x85\xf5\x91\xff\xc6\x37\x22\x3c\x60\x63\x84\xdf\x28\x63\xc1\x54\x92\x1a\xeb\x9f\x50\x44\x89\x27\xb8\x04\xc8\x69\x01\xe4\x00\xd7\x8d\x0c\x18\x8d\x08\x3c\x66\x2e\x06\x73\xba\xee\x23\xaf\x54\x57\x34\x2c\x46\x7d\xa9\x4d\x57\xf5\x61\x9c\xea\xd6\xf3\x60\xd8\x12\x44\x19\x79\x1d\xee\x28\xca\x04\x73\x27\xc4\x60\x4e\xe6\xab\x88\xcf\xf0\x4b\xe2\x3f\x90\x77\x13\xf7\x07\x44\x53\x0f\x52\x38\xae\xcb\x18\xd3\xe8\x35\xc0\x23\xe8\x3a\x78\xbf\xe3\x34\x5c\x89\xec\x30\xaf\x45\x9c\x47\x2f\x54\xbc\x41\xf9\x61\xb0\x9c\x87\x68\x03\xf6\x0f\xf1\x25\x76\x11\x7e\xb4\xe6\x37\xee\x34\xb1\x32\xaf\x89\xd0\x4a\x5e\x1b\x1f\x42\x6a\xa0\x06\xf9\x6f\xa5\x9c\xa1\x67\xbb\xbc\xa5\xc7\x80\x62\xab\xd9\x90\x1f\x33\xac\xed\x6f\x98\x0f\xd1\xc1\x84\xab\xdb\x42\x72\x96\xa7\x23\x22\xc9\xd6\x6c\x02\xf2\x24\xc5\x96\xd0\x8f\x66\x52\x97\x57\x3f\xc4\xe6\xd2\x36\xe5\x8e\xe2\x73\xe9\xf2\x38\x0e\x11\x64\xbc\xf2\x0f\x24\x5f\x81\xca\x5c\xfe\xa2\xe1\x98\x97\xad\x4a\x40\x26\x6b\x5b\xcb\xdf\x35\xee\xa0\x9f\xa1\xa7\x76\x37\x38\x20\x1d\xa9\xc3\x83\x9f\x98\x3f\x11\x8b\xa1\x1a\x7c\x0d\xf2\x0b\xf4\xbc\xea\x14\xfa\x33\x93\x99\x73\x0c\xb7\x98\xe5\xb2\xe1\x1c\x01\xcd\xba\xe8\x77\x8a\xf4\x9c\x2d\x77\x19\xa4\xf6\x72\x7c\xad\x46\x18\x17\x38\xfe\x4d\xa8\xca\x1a\x31\x4d\x17\x55\x1d\x22\xf6\x12\x57\xd4\xce\x17\x9d\x01\xef\xc2\xde\x8a\x8a\xb1\x20\xfc\xbb\xf0\x5b\xa5\x1b\x6a\xb5\xd0\x9c\x5d\x89\x91\x08\x03\x62\xf7\xe2\xa7\x0a\x4e\xf8\x39\x13\xf7\x0a\x52\x5d\x24\x94\x01\x7e\xaf\xf5\x06\xfa\x4f\x5e\xb6\x25\xb7\x7c\x99\x61\xb7\x5a\x57\xe9\xa6\xaf\x10\x02\xd5\xde\xba\x35\xf4\x6d\xb5\xab\x35\x37\xd0\xf2\xba\x0a\x35\xb7\x1c\x87\x38\xa2\x72\xce\xfc\x85\x4e\x55\x18\x63\xba\xb0\x5f\x65\x6f\xd6\x94\x10\xae\x4b\x3d\x5d\x12\xc9\x5f\xc5\x73\xac\x5b\xe9\x44\x41\x96\xe9\x68\x29\xaa\x1d\xaf\xf4\x28\xd7\xb4\x72\x79\x7f\x55\x1e\x69\xa6\x52\x77\x57\xdf\x6f\x8c\x44\x9e\x86\xad\x35\xbf\x2d\x7d\x04\xdf\x65\x62\x67\x6c\x45\x55\xe9\xef\x44\xf7\x63\xd7\x6a\xbe\xac\x3e\x44\x58\xab\xbc\xea\x62\x47\x06\x65\x89\xd6\xcf\xe8\x73\x44\xf6\xc6\xc9\x92\xfb\xbd\x1c\x45\x74\xb9\x6d\xf7\x6a\xee\x7f\x95\xeb\x3b\xf6\x50\x7e\x54\x57\xb6\x2d\x44\x2e\xab\xdd\xd7\xbc\xb9\x34\x07\x9e\xd0\x80\xca\x08\x43\x7e\xaf\x8f\x8e\xce\xc4\x5c\xd3\x1f\x5d\xad\xc7\xdf\x55\x7f\x74\xb1\x21\x07\xc9\xfb\xa7\xb8\xd3\xae\x8a\xb6\x1a\x57\x96\x40\x5b\xc6\xe4\xed\x65\x4d\x03\x0e\xdc\xf2\x8a\x33\xbd\x1b\x28\x50\xd5\xdb\xae\x74\xc4\xbe\xda\xc4\xf6\x35\x25\xdf\xea\x2e\x37\x4f\xa6\xbf\x47\xaa\x1a\x56\x44\x7b\x63\x30\x26\xd7\xd5\x0a\x3c\xa4\xdd\xe6\xb2\x92\x74\x55\xb1\x7b\x0a\x8d\x06\x89\xed\x9b\xff\x22\xd6\x94\x80\xfa\x0a\xe2\xb7\xb2\x37\x12\x25\x89\x5f\x59\x0b\x75\x90\x73\xab\xff\xc3\x5e\xa5\x44\xc1\x7a\x2a\x57\x52\x23\x10\x65\xd9\xb3\x69\xc5\xe8\x94\x98\x47\x74\x0d\x4e\xb0\x7a\x90\xf1\x8e\xf8\xdf\x02\x0e\xd4\x48\x1d\x06\x00\xd6\x61\x70\x5a\xd3\x67\xc2\x92\xf2\x1e\x5d\x0f\xe1\x52\xe5\x6d\xf1\x13\x22\x58\x33\x17\xfc\x4d\x42\xc0\x2a\xb1\xe1\x64\x22\xfc\x4a\x45\x1b\x45\x8e\xda\x94\xd5\x40\x3d\x86\xf9\x14\xa3\xa5\x3b\xe2\x5f\xac\xa6\x32\x54\x64\xfb\x05\xd5\xd0\x46\x1a\x1c\x00\x58\x2a\xb0\xa6\x69\x11\xee\x4e\xd5\x7b\xed\x5d\xfc\x50\xcd\x4b\x71\x08\x01\x0f\x7b\x02\x66\x10\xb9\xf0\x8f\x18\x33\xa9\x1b\xb5\xaa\x62\x36\xf9\x0a\x06\x96\xb5\x84\xea\x85\x9b\x88\x59\x4b\x53\x10\xa1\xd5\x01\x8c\xc5\x94\x8d\x0b\x52\xc1\x8f\xf4\x2c\x00\x60\x25\x82\x2f\x2d\xcf\x30\x1d\x88\x23\xea\x7f\xb1\x4d\xa8\x74\x61\x29\xce\x8c\xde\x4d\x3f\x81\x3f\x85\xcd\x42\x6f\x22\xce\xc1\xcf\x28\x7b\x4d\x42\x13\x2e\x66\xae\x22\x3f\x23\xed\x8e\x86\xa8\x74\xca\x35\xdf\x33\xf4\x60\xba\xc3\x82\x05\x60\x28\x58\x05\x00\xcc\x6e\x66\xa4\xb9\x14\x95\x49\x58\xa1\xaa\x45\xb3\x88\x5e\xfc\x0b\x98\x11\x92\x33\xad\x0c\x67\x4f\xf6\x43\xcd\xc1\xb3\x29\xd5\xa5\x37\x88\x00\xb5\x3d\x63\x03\xa9\x97\xf6\x39\xea\x32\xa5\x9c\x01\xfa\x22\x69\x89\xd0\xac\x05\x8e\x0c\x14\xb3\x0b\x58\x02\x7d\x61\x8d\x9a\xa2\x10\x39\xf4\x71\x85\x14\xd9\xc3\xa8\xe2\xc5\xa2\x9e\x32\xce\x53\x3e\x63\x10\x60\x29\xe2\x2a\xce\x06\xb2\x2a\x39\x86\x1f\x86\x46\xd2\x0b\x88\x14\x26\x32\x6a\x19\xb9\x90\xb5\xc1\x77\x2a\xb5\x92\xed\xb9\xc0\x86\xde\xc9\x7e\x01\xd0\xa1\x8d\x1c\x0f\xbd\x19\x76\x54\xd8\x21\x5b\x01\xf7\x11\x12\x39\x56\x88\x4e\x61\x30\xe9\x25\x2a\x5b\xf0\x01\x3e\x05\xb3\x50\x70\xa0\x78\x0d\xf6\x3f\x01\x67\x93\x3d\xfe\x85\x20\x26\xd2\x87\xf8\x43\x60\xbd\xaa\x9a\x12\xca\xdf\x37\xff\x25\x6d\x90\x9f\x68\xe5\x02\x52\x78\xeb\x34\xb7\x6a\x04\xba\x28\x71\x23\xcc\x53\x1b\xc0\xdc\x5e\xf7\x97\xc6\x93\x70\x0d\xd1\xa2\x9e\x02\xf3\x45\xa9\x94\xf7\x8a\x0c\x18\xad\xa2\x37\x6d\x17\x6e\x97\xbc\x30\x62\x01\xe1\x83\xf4\x85\xcf\x56\x72\xa1\xa4\x74\xfe\x20\xf5\xbb\x48\x6e\x85\x65\x3c\x12\x2c\x51\x1d\xa9\xfa\xd0\x32\x24\x54\xd6\x0c\x37\xdd\x05\x07\x61\xa4\x86\x4f\xb8\x6f\x70\x98\xf9\x4f\x0d\x0f\x49\x34\xbd\x2d\x74\x43\x9b\x0c\x7b\x53\x99\xd8\x3b\xba\x82\xf5\x01\x84\x50\xf5\x4e\x9f\xb9\xa4\x5d\x8a\xeb\xf3\x31\x54\x9a\x54\x67\x75\x84\x41\x17\x1e\x55\x1e\xab\xaa\xed\xaa\x10\xec\xa8\xf1\xea\x48\x62\xbc\xa8\xfd\xd0\x66\x83\x4b\xad\x7b\xd9\x3c\x5c\xfd\x0f\xe2\x57\xa3\x7f\x81\x1e\xed\x63\x16\xa4\xda\x63\x41\x63\x4b\xf8\xdf\xf8\x7b\xba\x1a\xef\x7b\xa4\x1a\xd5\xbd\xf9\xb5\x54\x7f\xd9\x23\xab\x0f\x8c\x50\x51\x95\xd2\xa6\xf2\x53\x7f\x82\x60\x6e\xf5\xee\x9e\xd7\x8c\xba\x5a\x49\x17\x1c\x7b\xb9\x8e\xd5\x7e\xb0\x1a\x42\x68\x5a\x1e\x15\x44\xa0\x0e\x34\x9e\x4f\x39\x85\x75\x30\xe3\xc3\xfb\xf1\x14\xc3\xa0\xf7\x15\xe2\x6f\x8d\x6a\x3e\x87\x32\x29\x7f\x65\x9d\x40\xbf\x21\x3a\xa2\xff\x8f\x76\xae\xc4\x5f\xb6\x8a\xee\x52\x76\x88\x7d\x8e\x4e\xae\x0c\x27\xb1\xe8\x1f\xab\x8f\xd4\x15\x30\xe4\x30\xc2\xe6\x5c\xd0\x17\xb1\x36\xed\x2b\xf8\x0c\xed\xbb\x1e\x09\xed\xc5\x55\xad\x7c\xcb\x1c\x26\x4e\x38\x3d\x61\xdd\xa5\x9a\x01\x80\x23\x62\xfc\xd1\x87\x52\xb5\xe5\x39\x52\x36\xcd\xba\xd2\xc8\xf6\xa5\xf1\xaa\xcf\x13\x1f\xd2\xdd\x60\xce\xb0\xe3\xf4\xb3\x70\x49\xd1\x25\x86\x08\x35\x33\x4d\x0a\x16\x61\xfe\x5a\xef\x06\xc5\xe2\x77\xaf\xdc\xcd\x4c\x27\x5d\x75\xfa\x9b\x65\xa2\xc5\x01\x00\x27\x0f\x4c\xd7\x91\x28\xf9\x55\x8d\x92\x13\x94\x57\x35\x3a\x16\x8f\xaa\x82\x49\x88\xe1\xb4\x58\xb8\x1e\xe6\x4d\xb7\x43\x9e\x2a\x4a\xa1\xdf\xc0\xcc\x49\x9b\xcb\x18\xc7\x29\xc3\xcf\x82\x47\x89\xeb\x56\xaa\xa0\x87\x94\x99\x4e\xb7\x58\xb1\x74\x4f\x00\xe0\x38\x81\x13\x9a\x63\xa4\xa5\x08\x3f\xf1\x6c\xd2\x2b\x64\x0f\x74\x9e\x7c\x04\xed\x8c\x3f\x45\x69\xc2\xec\xad\x79\x4d\x95\xe1\xd8\x85\x6b\x69\x5c\x42\x7e\xea\x4a\xba\x9e\x94\x1b\xbe\x92\xb1\x9b\x02\xae\x4c\x85\xac\x68\x47\x9c\xce\x33\x65\xa0\x17\x00\xb0\xe9\x4c\x47\xb5\x23\xfe\x3d\xde\x56\x28\x21\xbc\x22\xac\x00\xd1\xc4\x67\xc4\x10\x9c\x8c\xf4\x82\x54\x51\x7d\x99\x02\x90\x7b\x0b\x22\xa8\x8b\x29\xdf\x53\x8a\x68\x79\x34\x5c\x98\x91\xde\x4b\xff\xb3\xd2\x1a\x9c\x0f\x0e\x38\x9d\x82\x8e\x31\xf3\x00\x80\x75\x9e\xc5\x51\x46\xe1\xa6\xd3\x98\xfc\x77\xf8\xc5\xf4\x85\x0c\x7b\x82\x1f\x7d\x00\x9b\x42\xcc\x63\x64\x55\xed\x21\x69\xc1\xd9\xf9\xf1\xe4\x0b\xe0\xad\x64\x39\xd5\x1b\xda\xbd\xee\x0f\xad\x93\x39\xb0\x62\x1b\x63\x1d\xab\xcf\x69\x1c\xfc\xc3\x96\x01\x00\xcb\x9d\xfd\x42\x36\x8a\x3e\xc2\xdf\xcd\xd5\x62\xae\xf3\xb7\x52\x27\x70\x36\xfc\x26\xf4\x06\x7c\x1e\x9f\x55\xf1\x8a\xb0\x97\x8f\xcc\xdd\x4e\x5a\xc9\xcf\x4f\x8a\x22\x8f\xf2\x13\xd6\xd9\x51\x73\xf8\x7e\x2b\x16\xd2\x9d\xf8\x4e\x4e\xc3\xa0\x3d\xef\x38\x00\x30\xd3\xb8\x9f\x24\x33\x90\x64\xf5\x45\xf6\x1c\xd4\x4d\xd5\x3b\x32\x1b\x13\xa3\xb2\x41\xae\xc6\xee\x54\x3a\x97\xcf\xc7\x47\x2b\x96\xe6\x2c\x24\x5c\x93\x2f\x4a\x78\x4e\x92\xc8\xec\x42\x01\x4a\x96\xe4\xf2\x72\x3c\x6d\x9d\x58\xe0\x44\x63\xe4\x09\x1f\x02\x00\xd4\xcf\x9f\x10\xfe\x05\x7f\xdf\xb8\x1d\xfa\x83\x64\x35\xcc\x25\xea\xd0\xd6\xe6\x52\x38\x16\xa3\x35\xb5\x95\x2a\x71\x81\x86\x73\x59\xe3\xf8\x67\xba\x2b\xf1\x17\x88\x7b\x35\xbb\x42\xdc\xc9\x4d\xaa\x02\xaf\x09\x6a\xa3\x7c\xdc\x29\x8c\x7e\x51\x32\x0e\x00\x50\x90\xb0\x4c\xf0\x14\x4e\x68\xf7\x84\x82\x11\xdf\x5a\x63\x08\x37\x51\x8a\xe6\xe0\xba\x53\x18\xb7\x46\x97\x92\x6f\xd8\x71\xf3\xdd\xac\x78\x3c\xd7\x44\x89\x47\x10\x8b\xf5\x37\x82\x27\xc9\xf1\x9a\x7f\xbd\x0c\xd4\x54\xe5\x56\x27\x6f\xba\x4c\x66\x0b\xb8\x81\x6f\x85\x5f\x05\x71\x70\xfb\xee\x49\xb0\x0b\xa1\xe9\xdc\x4d\x28\x40\x79\xb6\xa3\xea\xf2\xd1\x63\xad\x40\x49\x03\x36\xaf\x09\x93\xf9\x09\xef\x6c\x69\x8b\x0f\x20\x7c\x30\xe9\x83\xfb\x48\x7f\xeb\xdd\xbc\x04\x94\x87\xea\x4c\xa7\x20\xba\xb7\x7c\x2a\x40\x05\x25\xa2\x72\xa9\x3b\xeb\x4a\x49\x10\xfb\x39\xeb\xdf\xb2\xbd\x94\x0c\xd6\x93\xca\x95\xc8\x7e\xf6\x8c\xea\xbe\xf2\x00\x76\x0c\x2c\x3f\xfb\x5f\x36\x84\xf0\x4c\x28\x61\x9f\x40\x7b\x07\x73\x39\x9e\xb8\x7c\xcf\x1b\x9c\x26\xe2\x21\x47\x7f\x6e\x1c\x55\x0f\x00\xbc\x5a\xc6\x3b\x09\x92\x79\xb2\xdc\x95\x9d\xc4\x7c\x5e\x59\x45\xde\xc5\x9a\x5a\xdd\x8c\x9c\xcf\x8a\xab\x7d\x50\x36\xc8\x52\xc0\xb3\xb3\x71\xac\xdb\xc8\x47\xf1\x1f\xd9\x11\x98\x2d\xc1\xeb\xd9\x63\x78\xb3\xe7\x7e\x4e\x34\x69\x97\xa3\x27\xe7\x0f\xcd\x17\x00\x78\x7e\x60\xa8\x78\x00\x3a\x50\xb5\x92\x65\x81\x5e\xd5\xac\x25\xcf\x65\x7a\xc3\xc2\x11\x20\x93\x02\xdf\x50\xb6\x80\x79\x09\xc9\xc8\x7a\xc3\x0a\x41\x5f\x8e\x17\xb3\x86\x70\xa5\x41\xef\xd9\xc1\x44\x5b\xcf\x56\xf6\x75\xf2\xdf\x8e\x7e\x9c\x21\xda\x0f\x00\xe0\xbe\x06\x87\x84\x4f\x18\x9d\xf0\x6c\xe8\x2b\xe3\x27\xe2\x0f\x51\x06\xd6\xa1\x04\xf0\xa5\xe0\x3d\x8c\x5f\xc9\x1b\x08\x86\xfd\x93\xf9\x0c\x7a\x8d\x7f\x15\xd7\xcb\x14\x93\x80\xa0\x6a\x56\x30\xc5\xdb\x13\xc9\xfa\x46\xa3\x39\x26\xb0\x3f\x30\x5e\x03\x00\x37\x1b\x7a\x25\xa8\xa1\x89\x71\x33\xc0\xdd\x74\x47\x7c\x14\x61\x33\xbd\x8d\x50\x51\x37\x9b\x11\x41\x6c\x28\xfe\xc1\x78\x42\xfa\x2f\xd3\x09\xd4\x53\xaa\x36\x7c\x86\x36\x52\xdf\xad\x7d\xc3\x5c\x4e\xd7\x7a\x86\xb3\x9c\xc0\x54\xc7\x2c\x76\x20\x73\x06\x00\x70\x7a\x59\x05\x7c\x2f\xca\x08\x75\x1e\x23\x8f\xba\x99\xfa\x0f\x7e\x15\xf5\x1d\x4d\x56\xfb\x83\x36\x4a\x4f\x29\x9e\x4a\x87\x18\x1e\x19\xd1\x8c\x44\x70\xfa\x86\x14\xd0\x03\x9a\xbe\x16\x84\x3c\x98\xf3\x3d\xed\x99\x21\x2c\x7f\x47\x0a\xab\x92\xed\x0f\x00\xec\x1b\xec\x53\x1c\x31\x29\x9b\x7b\x98\xb6\x80\x3c\x87\xfb\x18\xf3\x95\x7c\x9f\xfb\xbd\xfa\x0f\xe5\x38\xcf\xaa\x28\x95\xba\x97\xe7\xbc\x69\x2f\x6d\x94\xb7\x26\x76\x0a\x7d\x27\x2f\x35\x50\xc9\xb8\xc3\x2b\x5b\x2a\x80\x9c\x79\x58\xc7\xcd\x4c\x3c\x2f\x1e\x00\xd8\x73\xb9\xbb\x98\x8f\x09\xc9\xca\x64\xb2\x9c\x18\xa7\x10\xa3\x46\x48\x81\xf2\x9b\x95\x6f\xc9\xeb\xe4\xae\x05\x10\x25\x5d\xb6\x79\xe3\x32\x2a\x52\xaa\x8a\xde\x41\xb3\x48\xb6\x05\x68\xe8\xf7\xc5\x7b\x3c\x1e\x83\xeb\x45\x9d\x8e\x4b\xa1\x03\xc2\x00\x00\x60\x61\xf9\x58\xf0\x2e\x7e\x8a\x99\x46\xdc\x8d\xff\x53\xbf\x04\xf1\x90\x38\xcd\x38\x54\x91\x4f\x5a\x6a\xf0\xc9\x9f\x4f\xde\xa8\x33\xa5\x7e\xa0\x48\x35\xf7\xa3\x0e\x53\xaf\xaa\xed\xfd\xc7\xe9\xfe\x8a\xff\x3c\x62\x19\xed\xb2\x76\x87\x7f\xa0\x50\xf1\x33\x00\x60\xbe\x13\x3c\x07\x6d\x70\xc8\xe6\xed\x84\xaf\x78\x46\x93\x23\x22\x98\x50\xdf\x90\x54\x7e\x80\xb8\xcd\x8c\xce\x33\x92\xee\x9b\xc8\xa9\x62\x8a\xa7\x21\x37\x0a\x41\x85\x74\xb6\xfe\x20\xed\x96\xba\xc6\xc3\x8e\x91\xa9\xa0\x38\x9c\x01\xdf\x48\xdd\x00\x80\x39\x28\xe4\x31\x2a\xb0\x2f\x3b\x42\x09\x08\xbc\x5d\x5b\x01\x7c\x2f\x21\xa0\x25\xa5\x3c\x97\x98\xd2\xb4\x3c\x2f\x9a\x44\xb1\xdc\x4a\x8d\x23\x1f\xa8\x2f\x8e\x5a\x4f\x9d\x6f\xe8\xf4\xcf\xa7\x51\xb4\x3c\xf7\xd7\xf4\x97\x2a\x6b\x87\xbb\xa0\x54\xe6\x0a\x00\xcc\xf5\xc2\xff\x68\x99\x92\x6d\x25\xe9\x38\x57\xc9\x92\xb2\xcb\xb0\xb5\xe2\x96\xca\x4d\x25\x42\xb1\x5f\xf5\xa9\x6c\x57\xd1\x09\x18\x25\xf1\x9b\x28\x13\x91\x16\xbe\x5f\xf8\x37\xba\xdc\x77\xb3\x10\x8f\x6b\x72\xc3\x0b\x67\x91\x1c\xa6\x9f\x17\x9c\xa3\x5e\x01\x00\xc1\xbf\x60\x28\xb5\x47\xdc\x5b\x3e\x15\xab\x11\xfb\x55\x66\xd4\x1e\x15\x9d\xa8\x56\x95\x38\x8b\x30\xb5\x17\xb3\xb6\x8b\x5c\xe0\x09\x89\xad\xc2\x3d\xc8\xc7\xe1\x18\x61\x11\xe6\xa0\xaf\xb7\x10\xc0\xef\x71\xab\x11\xec\x20\x3d\x9d\xfe\x50\x20\xa0\xe5\x02\x80\x60\x0c\xac\xa3\xbc\x14\x35\x55\xbe\xc0\x7c\x12\x45\x56\x7f\xa8\x8d\x17\x3e\xaf\xfd\x52\xdc\x24\xdc\x02\xb7\xca\x8a\x15\x22\x91\x1b\x12\xc3\x85\x2e\xe8\x91\x70\x17\xc1\x39\x5c\xfa\xaa\xef\x02\x19\xd1\xde\xad\x50\xb0\x89\xfc\x61\xfa\x07\x81\x1f\x7d\x06\x00\x08\x90\xe0\x19\xf2\x16\xc1\x40\xdd\x20\x7a\x9b\x80\x83\x48\xac\xb1\x12\x94\x22\x6f\x6e\x16\x09\x82\xd0\xe6\xcc\x6c\xc1\x6c\x2c\x33\x01\xc1\xff\x1b\x2f\x0c\x43\xf1\x87\x89\xbb\x56\xa9\xf8\x12\xf2\x47\xb7\x58\x3e\x89\x56\x36\xc3\x99\x4f\x63\x5c\x01\x00\xfe\x09\xe8\x3d\xc9\x93\xf7\x0b\xd3\x88\xaa\xe5\x4d\x62\xbf\x56\xbd\xe3\x0d\xe3\xe3\x8a\x14\xbc\x2e\x42\x63\x06\x89\xd7\x42\x9a\x13\xdf\xcf\x93\x91\xfb\xd6\x9d\xe7\xd1\xa8\xa5\xab\x02\x79\x6c\xfa\x32\x37\x1f\x9e\x1a\xb4\x9d\xb1\x96\xb7\x13\xba\x08\x00\x7c\x67\x56\x2a\xe1\x14\x77\x03\x39\x0c\xb9\x9a\xbb\x9c\xe2\x52\x79\x85\x3b\x97\xf2\xaa\x50\xc2\x5d\x4e\xbd\x9e\xae\xe2\x46\xd2\x6e\xc7\xdd\xe3\xc6\xd1\x3f\xae\xf3\xe1\x6e\x04\x97\xfb\x5c\xe4\x42\x10\xd2\xcd\x91\xbb\x95\xb9\x7f\x46\x36\xf7\x2d\xeb\x2a\x00\xf0\xd0\xec\x6e\x7c\x02\xeb\x5f\xb6\x13\xbc\x82\xf5\x83\x0d\xaf\x98\xc2\x9e\xcb\xee\xcb\x1f\x67\x17\xb1\xff\xd9\xf8\x9a\xdd\xcc\xf1\xdb\x40\x61\x9f\xe5\x48\x43\xbe\xb1\x7f\x73\x9e\xf9\xd8\x72\xe2\xb9\x69\xae\xbb\x38\x5a\x6e\xe7\x0c\x18\xe7\x03\x77\x0b\x00\x70\xa9\x5c\x2a\x66\x37\xf4\x46\xba\x15\x16\xce\x5c\x23\x0d\x2f\x7d\xcd\xe4\x4b\x76\xe4\xad\x62\x1e\x91\x24\xa4\x75\xb3\xe6\x88\xaf\xc4\x16\xb3\xea\xc4\x85\x21\x33\x59\x13\xa2\x8b\xde\xe5\x6c\x5f\xd1\x3a\xd7\x14\x76\xaf\x90\x3c\x23\x8f\xe3\x27\xc8\x01\x00\xce\x5f\x7c\x1b\x54\x2b\xb8\x43\xbf\xaf\x06\x0d\xfe\xd0\x1d\x2f\x61\x41\x99\xda\x2d\x39\x27\xa0\x11\x8d\x38\x15\xcb\x74\x52\x67\xc7\x14\x30\xc5\xaa\x29\xc1\x99\xcc\x5f\x8a\x86\x95\xdb\x59\x0c\xd9\x07\x97\x03\x6c\x6b\xa9\xcd\x0c\x57\x76\xbb\xe8\x20\x00\x70\x62\x04\x65\xc8\xe7\xe0\x72\x33\xa5\xfa\x30\x08\xd5\x47\x14\x3f\x00\x6f\x1b\xef\xe4\x44\x40\x11\x86\xba\x94\x1f\x50\x8f\xee\x56\xf4\x67\xa6\xbb\xd6\x27\xd8\x96\xd9\xad\xce\x5e\x49\x61\x79\x28\x57\xbb\xc8\x59\xa3\xb2\x2d\x33\xec\xd9\xb9\xe2\x0b\x00\xc0\xfe\x28\x78\x86\xac\x64\x8c\x36\x49\xab\x63\xc1\xe9\x8d\x6e\xc5\x38\x90\x60\x11\x66\xdf\x05\x27\xea\xcf\xa7\x6c\x85\x82\x8d\x1f\xa3\x0f\x41\x3b\xf5\x6f\x82\xee\x33\xa3\xb4\x7b\x57\x16\x32\xf7\xaa\x17\xbb\x90\x59\x49\x8a\xf9\x33\x9c\x58\xaf\x24\x07\x00\x80\xad\x11\x66\xd5\xbc\xd0\x8f\x96\x3c\x28\xbd\xab\x23\x94\x67\xe7\x7d\xd5\x46\x55\xee\xdf\xb4\x59\xe3\x52\xb3\x2e\xde\x4d\xf5\x12\xf6\x22\x3c\x4d\xd9\x85\xb8\xe4\x27\x53\xa4\xa3\x3f\x2f\xbd\x23\x7b\x89\x8f\x77\x7a\x2e\x15\x91\xfe\xb2\x65\x49\x82\x68\x28\x00\x10\x2f\x00\xaf\xd5\x18\x75\xdb\xcb\x93\x4a\x45\x5a\x59\xa5\x24\x6f\x44\x53\x5b\x7d\x62\x93\xa3\xba\x18\x36\x2b\xee\xba\x2a\x09\xae\x0c\x77\x50\xce\x42\xc5\xf8\x6d\x96\x9f\xc2\xae\x59\x7a\x52\x06\x11\x22\x9c\xde\x4b\x57\x92\x19\xb6\xad\xe2\x7f\x69\xe7\x01\x40\x74\x07\x7c\x5a\xe3\xaf\xdd\x5d\x79\xb5\xd4\x5d\xd3\x51\xfd\x34\xaf\x50\x2d\xab\xfd\xb6\xf1\x80\xaa\x19\xee\x10\x27\x51\x36\x21\xcb\xc2\xce\x2b\x88\xe8\x07\x7e\xcb\xe4\xe1\xb8\x86\xa5\x23\x32\x80\x88\x72\xfa\x2a\x39\x42\xa9\xb5\x3d\x26\xd6\xd3\xd1\x00\x20\xd2\x42\x61\xd5\xd3\x35\xab\x61\x3f\x4a\x9c\xd5\x0b\xe0\x67\x73\xab\x55\xcb\x91\xb8\xb4\xe7\xca\xf5\xe8\xf8\x0d\x37\x14\x49\xd8\xf8\xb0\x75\xf2\x10\x3c\x7a\xcd\x88\x6c\x3e\xf1\xc8\x52\x8a\xe4\x37\x65\xd1\x3c\x40\x7c\x9f\x66\xb6\xfd\x24\x9a\x04\x6d\x01\x40\xf8\x88\x19\x5b\xf9\x48\xb5\x11\x2d\x2d\x06\x94\x70\xcc\xcf\x1c\x94\x42\x80\x2b\x4f\xb3\x97\x6f\xc7\xdf\xda\x30\x47\x76\x93\x48\x5f\xa7\x91\xde\x27\x87\xae\x59\x2e\xb9\x45\x9d\xbf\x34\x48\xfc\x92\x3e\x6d\xde\x54\xd1\x27\xd0\xce\x2e\x50\x64\x05\xdd\x03\x00\xa1\x27\x4b\x5c\x71\x4c\xd1\x4f\x44\x16\xfd\x92\x9f\x27\x99\xb3\x09\xb2\xf7\x64\x59\xea\x32\xd9\x7a\x4a\x67\x6c\x92\x94\x4e\xbd\x11\xfa\x40\x62\xa6\x2f\x5f\xdd\x2a\xee\x63\x28\x3d\x5e\x89\xee\x41\xd3\xe6\xcd\x14\x39\x31\x05\x76\x08\x61\x28\x6b\x0f\x00\x08\x50\xec\xb3\xe5\x65\xb2\x52\xc8\x52\x68\x92\xf6\x32\xe7\x66\x2d\x97\x7c\x62\x8a\x53\xac\x24\x05\xac\xa9\x31\xb9\xe2\x6d\xac\xc6\x50\x67\xd1\x67\x76\xe8\xea\x29\x22\x7f\xf6\x1d\x0f\xb3\x50\xc4\x91\x38\x7d\x13\xdc\xe6\xce\xb1\x3b\x2a\x58\xca\x4d\x05\x00\x7e\x0d\x97\x52\x2a\x93\xc8\x45\xd3\x0b\xa6\x8a\x9f\x0b\x1f\x65\x9c\x12\xe7\x08\x4f\x24\x9d\x17\x9d\x15\xb6\x47\xa7\x89\x22\x85\xdc\x90\x50\x61\xb7\xb0\xc8\x37\x5f\x68\x25\x5c\xe5\xb1\x42\x80\x17\xbc\x73\x3a\xc3\x7f\x22\xa0\xdb\x5d\xe0\xe7\xf0\xbb\x00\x80\xd7\xc7\x9b\x2c\x99\x23\x5e\xa1\x5e\x9d\xd7\x2c\xea\x53\x49\xd3\x05\x22\x6f\xe5\x99\xc4\x6d\xc2\x51\xa5\x75\x54\x85\x30\x50\xb1\x36\x98\x22\xd8\x27\x4f\x5f\x75\x4c\x10\x2e\xcb\x71\x1f\xe1\xef\x94\x2e\x72\xc2\xf0\xc3\xc4\x1a\xbb\x71\xde\x1e\xe1\x21\x00\xe0\x2d\xe2\x7f\x2e\xc6\x8b\x1a\xf4\x84\xbc\x19\xa2\x25\x3a\x75\xfa\x14\xe1\x90\x56\x9e\x98\x2c\x0c\xd2\x40\x51\xf6\x82\xfd\xea\xe2\x60\x7f\x41\xba\x6a\xc9\x2a\x1d\xff\x8e\x62\xdc\x5d\xc8\x2f\x92\xcf\x75\x4a\xe3\xdd\x97\x02\x76\x63\xbc\x3a\x51\x1f\x00\x70\xaf\x0a\x60\x9b\xdf\x8a\x16\xd7\xbb\xe4\xb6\x09\xfb\x4c\xb6\x9b\x06\x84\x21\x86\xb3\x09\xbf\x05\xfb\xf5\x82\xc8\x6b\x82\x58\x9d\x7b\xf0\x74\xfe\x6d\x4d\xe3\x2a\x36\x9f\xa8\x7a\xee\x4e\xe5\xbd\x52\x9c\x77\x8a\xe3\x11\x64\x71\x76\x67\xb8\x3f\xc5\x2c\xe0\xff\x28\x2c\xeb\xb7\xa8\xf3\x36\x0a\x7f\x30\x50\x01\x51\x90\x12\xa4\x3b\x14\x29\xe9\x06\x29\xe9\x18\x18\x98\xee\xee\xee\xef\x74\xd2\x6d\x77\x77\xd7\x9a\x6b\xf7\xda\x9d\x6b\xac\x5d\xeb\x5a\xef\xf5\xfe\x03\xe7\x7a\x7e\xb8\x9f\x73\x6e\xa0\x62\x42\xa7\xea\x2f\x2e\x70\xef\x50\x55\x69\x46\xa7\x20\x6f\x97\x0c\x0d\x7b\x63\x0a\x73\xde\x0f\x26\xe3\x8e\xa6\x5e\xee\x4f\x27\x6a\x13\x9a\x7b\xc7\x52\x24\xe1\xd3\xbb\x36\xd3\x37\xfa\xe9\x1c\x95\xec\x70\xb7\x77\xd6\xcb\xbc\xfd\x60\xad\x19\x2f\x4a\x06\xc0\xf0\x5b\xda\x59\xbf\x62\xfe\x64\xe4\xb6\xaa\xe6\x91\x18\xf4\xa3\x12\xd6\x50\x09\x6e\x46\xce\xc9\x01\x11\x81\x91\xba\xae\xaf\x8b\xf4\x5f\x42\x46\x0f\x95\x7a\x28\xdc\xb9\x2b\x9a\x71\xd8\xcf\x68\xbf\xc2\xfe\x32\xd9\xc5\xca\xe0\x97\x81\xb3\xe6\x69\x22\x01\x00\x86\x3d\x52\x4b\x3d\x73\xd4\x0d\xe3\x59\x15\x38\x9c\x8f\xf3\x2e\xc9\x18\x64\x11\x22\x72\xba\xfa\xf7\x92\x8a\x52\x25\xbd\x8f\x28\xcb\x12\x3c\xba\x4f\xd3\x73\xc3\x5e\x77\xf6\xb1\x5c\xfd\x8c\xf6\x7a\xee\xb8\xc9\xc1\x96\x5f\x02\x0f\xf0\xd9\xb4\x4d\xf4\x05\x00\x03\x51\x7a\xac\x6e\xe1\x30\x9e\xf0\x57\x25\x6c\x70\x1b\x49\x5b\xac\x1e\x00\x94\x8c\xec\x9f\x7d\x75\xb4\x88\xd4\xf1\x3d\x26\x46\x7e\xfc\xae\x2e\x23\xcb\x10\xb6\xd9\x41\xe2\x7c\xf1\x13\xd8\x0a\xf8\xa2\xc9\x25\x96\x29\x22\x67\xa7\x52\xe3\x03\x09\x16\x00\xfd\x0a\xd9\xa6\xda\xcf\x83\x2b\xa8\x97\x2b\x96\x0e\x78\xd0\x2b\x8b\xce\xf7\x09\x18\x07\xb2\xd1\x3d\x37\x59\xad\x29\x9a\xee\x28\xce\x8c\xf8\xda\xce\x0c\xee\xef\x30\xaa\x7d\xa6\x60\x9c\x1f\xd9\x1a\x23\x8a\x99\x4c\x34\xfb\x49\xf2\x9d\x86\x8d\x40\xe6\x09\x80\xee\xaa\xfc\x7e\xcd\xb7\x01\x6f\x76\x59\xf9\xc5\x3e\x2b\x07\x51\xe4\xd7\xf3\x8d\xcb\xcd\x3a\xd8\xcd\xe6\xed\x4c\xfe\xb7\xf3\xa2\x20\x20\xee\xb1\xfd\xb3\x70\x20\x2c\xc4\xfa\x53\x1c\xe3\xd7\x68\xf1\x96\x3c\x9d\x6c\x30\x45\xc9\xd4\x4e\x6f\x0d\xd1\xf2\xd3\x00\xe8\x26\x2b\x3d\xaa\xff\xee\xbd\x2d\xee\x28\xbb\xd9\xc3\x96\xb8\x15\x96\x74\xfd\x96\xec\xc8\x72\xed\xb4\x4b\x19\xc9\x14\xc7\x44\x59\x4e\x9c\xc0\xd6\x20\xf7\x0a\xbd\x6d\x81\xe4\xff\xfa\x55\x98\xb6\x28\xde\x4c\xde\x6b\xb8\xa5\xdc\x34\x06\xaf\xfb\xad\xf2\x05\x00\xfa\xa1\xea\x99\xb7\xa6\x67\x8a\xfa\xcb\xdc\xeb\x5d\xbb\x34\x6e\x05\x6d\x9d\x78\xcd\x8c\xcc\x72\xc7\x38\x4d\x76\xd2\x9f\xb6\x01\x0d\x2e\xf6\x83\x75\x9c\xc6\x1a\xaa\x30\xb7\x6b\x36\xfa\x85\x1a\x47\x34\x67\x26\x5f\xd4\x5f\xd5\x2c\x1e\xb3\x55\x37\x43\x13\x06\x00\x94\xac\x3e\x50\x75\xb0\x6b\x83\x39\xae\xf4\x76\x27\xca\x74\x30\x5f\xea\xf0\x30\x15\x65\x40\xb6\xc3\xc6\x0b\x49\xb1\x56\xac\x11\x1e\x2b\x30\x7f\x34\x5c\x0d\x8d\x34\xb1\x0c\x05\xbe\x8f\x0d\x87\xf5\xec\xc9\xdb\xf5\xee\xba\xda\x31\x37\xb4\x2c\xe8\x1f\x00\x34\xf3\x35\x5b\xaa\x12\x3a\x7f\xdb\x5e\x95\x92\x1c\x87\x6c\x95\xf9\x7e\x76\x95\xb5\x3f\x23\xd9\x96\x6c\x79\x38\xfb\x95\xe5\xba\x25\x22\x76\xae\x59\x64\x6e\x08\x1d\x67\x1a\x63\x22\xf9\x5e\x30\xb4\x19\x23\x27\x6f\xd4\xad\xd1\x77\x8e\xb9\xa1\xf5\xd7\x6e\x01\x40\xd3\x06\x8d\xab\xdc\xd2\x89\xee\x0a\x28\x9d\xe4\x88\xef\x6c\xc9\xbb\x6c\xfb\xe4\x10\xa4\xff\xb4\xae\xb0\xdb\x67\x9f\xb2\x54\xd8\x06\x62\x93\x4c\x1f\xad\xba\x90\x9f\x46\xab\xa5\xc6\xf7\x8a\xfe\xa1\x69\xed\xe4\x03\xba\x64\xc3\xfa\xb1\xe3\xa1\xb5\x3a\x16\x00\xea\xf7\x10\xbe\xe2\xaf\xa5\xc9\x1d\x5f\x8a\x97\x2c\xfa\x82\xca\xcc\x79\xb5\x60\x2b\xc6\x9e\xb6\x7e\x54\x8e\x77\x9f\xe5\x32\x1c\x46\xbc\x18\x15\x3d\x00\x51\xce\x04\x2e\xed\xdd\xc5\x18\xe7\xe5\xd5\x75\x95\x6d\x9e\xb4\xc8\x7e\x8f\x1f\x0e\x80\xe5\xa9\x48\x0b\x80\xf1\xae\xf4\xaf\x8a\xad\x4b\x72\x50\x53\x8a\x75\x8b\xa6\x61\xe2\x73\x2e\xcd\x7f\x8c\x6b\x4e\xeb\x1d\xf9\x83\xb0\x72\xe6\x87\x21\x09\x79\x4e\x94\x5f\xff\x53\xda\x98\xc0\x85\xbd\x71\xcc\x09\x5e\x01\x5d\xad\x9c\xea\x49\xc7\xec\x02\xfe\x52\x00\x2c\x0e\xd1\x2e\x00\x8c\x3d\xd2\x23\x15\xda\xc5\xc5\x98\x86\x62\xf8\xc2\x99\xb8\x8a\x9c\x75\xf3\xa7\x10\xe6\xa5\x51\x87\x7f\x93\xe8\x33\xcf\x0f\x9e\xa0\x5c\x8c\x02\xfd\x45\x74\x76\x60\x4f\x4f\x2f\xab\xd4\x2b\xb8\xf3\x0a\xb7\x6a\xd2\x3d\xdb\x6f\x41\x07\x00\x96\x18\x71\x3c\x00\xc6\x4c\xe9\xe7\xf2\x13\x0b\xfb\x09\x37\x8a\x36\xcd\x1f\x26\xe9\x72\x3c\x46\x06\x28\x99\xa9\x9f\x86\x3a\x69\x09\x33\x45\x03\x24\x46\x5d\xe4\xa1\xde\x2f\xac\xc5\x81\xac\x6e\x04\xd7\xdf\x6b\xba\x63\x2f\x7f\x95\x8b\x8b\x6d\x82\x28\x1d\x00\x73\x95\x44\x07\x80\x81\x29\xbb\x5c\xde\x30\xff\x12\xf5\x40\x51\xd4\xc8\x77\x7a\x44\x36\x34\xec\xc5\xe8\x49\x95\x0c\x06\xb2\x32\x66\x4e\xeb\x9f\xc8\x99\x18\x29\xee\x59\xc3\xfd\x16\x58\xd6\x15\x26\x70\xf1\x8a\xb1\x8f\x8a\xf2\x5c\x52\xac\xe3\x24\x2d\x00\x98\xd0\xb2\x68\x00\xf4\x03\xf2\xef\x65\x98\xd1\x06\xd6\xc5\x42\xda\xb0\x9c\xfd\x2e\xeb\xed\xe0\x02\xae\x77\xca\x7f\xfd\xbb\x79\xa4\x84\xf5\xbd\xdb\xf8\xf7\x22\x67\x75\x13\x84\xe4\xc0\x19\x8e\x77\x62\x57\xaf\x24\x9b\x56\x72\xd7\x05\x67\x71\x91\x41\x00\x18\x15\xf2\x0b\x00\xe8\x8e\x29\xe3\xe6\x2e\x1a\x0e\x16\x6d\x2d\x38\x38\x88\x13\x23\xb2\xe0\xfd\x8b\x25\xe3\x52\xd4\xbd\x97\x24\x97\x12\xea\xbb\x9f\x49\x77\x45\xbc\xeb\x3c\x20\x5b\x15\x38\xd6\xce\x91\x2f\xf3\xaa\xb2\xfa\x29\xb6\xba\xec\x34\x6d\x53\x9a\x40\xa5\xa1\x4e\xf9\x1d\x00\xed\x56\x55\x5f\xe9\xbe\xc1\x1c\xd5\xd9\x82\x71\xfd\xa3\xaa\x37\x99\x07\x7a\xff\x55\xbb\xa4\x80\x9e\x1c\x75\x71\xfc\xd7\x2e\xac\xda\x12\xb1\xc2\x41\x50\x5f\x98\x71\xd1\x36\x57\x33\xcd\xab\xca\xfc\x4d\x53\xe7\xf2\xd1\xb8\x44\x53\x01\x36\xeb\x71\xea\xbb\x00\x40\x7f\xab\x17\x95\x1c\xeb\x3f\x64\xe4\xe5\x47\xf4\xcd\x34\x46\x66\xfc\xea\xe9\x31\x9c\x48\xee\xe8\x7a\x6a\x10\xc4\xd3\x3b\xc3\x0c\x11\x11\x05\xf6\x12\xfd\xa9\x19\x9d\xd6\x4a\x7d\xbb\x57\x94\xd9\x4b\xb7\xdd\xe5\x83\xe1\x82\xf6\x38\xb8\xa6\xdb\x06\x29\x01\x80\x1a\x34\xc2\x92\xe6\x7e\x77\xeb\xf8\xbc\x63\xbd\x5a\x8b\x2a\x63\x4d\xf7\x07\xf3\xf3\x64\xdf\xae\x2a\x33\x2c\x3e\xcd\x61\x36\x1d\x8d\x08\xb0\x1d\x30\x05\xcd\x60\x5b\xae\x1a\x91\x5e\x81\xa6\x15\x86\x6a\x97\x1f\x06\x9c\xee\x1d\xf8\x57\xd7\xa4\x2d\x07\x00\x02\x9a\x9b\xc5\xdf\xfa\x28\x0e\xf7\x3c\x49\xcf\x13\x3b\x22\x83\xdb\x0d\xb7\x0d\x26\xbd\xeb\xdc\x6c\xbd\x1e\x1f\x66\xff\x60\x75\x8b\x98\x6a\x9b\x6d\x89\x9f\x21\xb0\xc0\xcc\x11\x5e\x71\xa6\x68\xe3\x2e\x57\x2f\xfd\x73\xfd\x7f\x4e\x79\xda\x3b\xda\xdf\x00\x68\x96\x40\x59\xc5\x5e\x2b\x2d\x08\x56\xce\xdd\xe5\xe1\xa8\xbe\x39\x69\x4b\xd6\x63\x2e\x24\xe6\x2f\x4a\xc5\x57\x45\xff\x9c\xdf\x45\x72\x0d\x19\x19\xee\xa7\x8e\xf7\xdb\x3a\x80\x63\xe4\x4d\x9d\xd2\xeb\xc3\x3e\xef\xbc\xa4\x73\x2b\x1f\x03\x80\x2d\x57\x34\x08\x80\x69\xa1\xf4\x5e\xd1\xbf\x2b\x46\x51\xfc\x9c\xd3\xcb\x4a\x30\x82\x39\xb1\x8b\xef\xe0\xac\x89\xc9\x0b\x05\x84\x1b\xd1\xef\x46\x1f\x92\xf1\x21\x83\x43\x1f\x69\x49\x7e\xbb\xfb\x2f\x31\xd3\xa7\x46\xf4\xf4\x73\x0c\xce\x47\x3a\x0b\xf9\x97\x00\xb0\xde\x17\xfd\x09\x80\xa9\x5e\x7a\xa2\xe8\xe2\xf2\xb5\x98\x65\x39\x6b\x97\x62\x71\xba\x39\x9e\x8b\x5d\x08\xe2\x44\xdf\x05\x5b\x49\xbd\xd1\x37\x47\x67\x52\x3e\x85\x58\x86\x2a\xe9\x03\x7e\xbb\xfb\xe7\xb0\xe8\x53\x93\x7a\x26\x71\x15\xce\x0f\x1c\x27\x04\x1a\x00\xac\x02\x71\x1a\x00\xc6\x8f\xd2\xcf\x45\xe1\x4b\xdf\x13\xbe\xe5\x78\x2d\x3e\x4a\x1a\x4e\xeb\x59\xa8\xa5\x94\xcf\xda\x3b\x3f\x9d\x96\x15\x3d\x3a\x7c\x84\x81\x09\xc1\x0e\x7c\x61\x6d\xf7\x5b\xd3\xfb\x95\x9b\x32\xb5\xa4\xeb\x39\xff\xdc\x84\x69\xf6\x63\xa2\x1a\x00\x2c\xf6\xff\x53\x6d\x0c\x91\x9d\x2f\x7c\xb0\x24\x9a\x7a\x29\x7b\xcb\xa2\x30\x7a\x60\x5a\xd8\x02\x67\x86\x7a\x16\x72\xe4\x14\x2b\x36\xba\x69\x08\xcf\xfe\x1d\x32\xa7\x7f\x15\xf7\x8b\xdf\x68\xcf\x1e\xc1\xe4\xa9\xcd\x9d\x47\x44\x95\x13\x4a\x6c\xbb\x25\x18\x00\xcc\x43\xb2\x40\x00\x0c\x45\xf2\xef\x05\x5f\x16\xed\x62\xd9\xb3\xdd\x17\x6c\x60\x6f\x4e\xdd\x32\xda\xc7\xb9\x3d\xcb\x69\x98\xc0\x4b\x8b\x9e\x3c\x38\x95\xbf\x23\x64\x52\x1f\x46\x58\xe1\x67\xeb\xd6\x8a\x3e\x4f\xc5\x3b\x56\x4a\x2e\x4c\x10\x5a\xb7\xcb\x24\x00\x98\xb6\xc8\x0f\x01\xa0\x67\x28\x63\x0b\xb4\x0b\x0c\xa2\xea\xac\xe5\xa3\xdd\xa2\x67\xa9\x2d\xc3\x9d\x62\xfd\xcc\x7d\x83\x42\x09\x32\xea\x61\x7f\x96\xb4\x31\xf8\x73\xcf\x56\x59\x83\xdf\x60\xe7\x6f\x39\x6a\xea\x88\x3d\x45\x21\x9b\xf0\xc4\x52\xab\x44\x03\x60\x14\x29\x6f\x02\xa0\xab\x55\x19\xf3\x5f\x8d\xda\x94\x9f\xb3\x92\x87\x77\xa9\x7c\x52\x27\x0c\x5e\x55\xcd\x99\xa9\xec\xbf\xa4\x52\x47\xed\xeb\x5d\xa7\xba\x13\xfc\xb8\xbb\x52\x9d\xe9\x37\xec\x38\xac\xee\x9d\x7a\xd4\xe6\xac\x7e\x36\x31\xd7\x9c\xa4\xfe\x0e\x80\x41\xab\x5e\x0c\x80\x56\xa9\xd6\xe7\xbd\x1a\x7e\x6d\x98\x91\x89\x19\x8a\xd7\xdf\x4f\x41\x0f\xb4\xeb\x07\x12\x3e\xf5\x91\xf4\xf0\xa8\x9a\x9e\x46\x7d\x64\x70\x67\x57\x80\xee\x85\x1f\xdc\x7e\x44\xd7\x3f\x75\x93\xd5\x4f\xe7\x31\xb1\xc5\xd4\xac\xad\x02\x40\x7f\x1a\x4a\x00\x00\x7a\xa5\xa9\xca\x5b\x34\x9c\x6a\x36\x66\x4e\x1f\x14\x99\xdd\x52\x02\xfb\x37\x99\x0c\x09\x87\x7a\x0f\x98\xa6\x44\xc5\x76\x6f\x31\x8e\x04\x0b\x3a\x2d\x46\x7f\xbf\x0a\xfb\x5c\x83\x68\xea\x26\xcb\x32\x7d\xe7\x44\x8a\xf1\x99\xee\xff\x8b\x49\x82\xde\x00\x00\x2d\xd1\x6c\xce\x43\x0f\x19\x6d\xf4\x8c\x47\x03\x67\xac\x47\x93\xdf\xf4\x8f\xb7\xba\x25\x2c\xe9\xf5\xb6\x90\xa3\xfc\xba\x5d\xcc\x87\x82\x99\x8e\xf7\x66\x67\xbf\x2a\xdb\x21\x53\xe8\xd4\x23\x96\x20\xc3\xe3\x89\x0e\x23\x5e\x8f\x04\x40\xf7\x49\xbb\x10\x00\xa8\x08\x72\x1b\x5d\x83\xa9\x6b\x6a\xe9\xfa\x81\xbd\x00\xab\xd6\x6f\xc6\xe3\xe0\x29\x92\x25\xc4\x48\xc4\x3c\xfa\x6e\xb2\x2f\xda\x84\x7c\x42\x4d\xc4\xfd\x55\xbb\x82\xae\x27\x55\xe7\xb5\xb1\x0a\x69\x91\xf1\xf3\xb8\x69\xac\x00\xef\xaf\x02\x1b\x2f\x01\x00\x89\x4a\x78\x6f\x64\x33\x6a\x19\xec\x46\x57\x00\xa6\x18\xae\xd3\xdd\xc7\xfe\x40\x44\x88\x5f\xe1\x9f\xa3\xbe\xd0\xfd\x88\xbf\xb1\xaf\x90\x2d\x94\x5c\xc2\xfb\xda\x78\xda\x1e\x4a\x48\x1e\x60\xf6\xd1\x57\xc6\xbd\xe7\x6c\x64\x17\x7a\x1f\x13\x84\xf1\xbe\x03\x20\x49\x17\x55\x0f\x6f\x47\x7c\x6e\x57\x75\x26\xa3\x76\x23\x1e\xea\x26\x61\x46\xd1\xd9\xe2\x58\xdc\x5a\xec\x09\x1a\x97\xf0\x94\x20\x44\x1c\x27\xcf\x25\xa7\xd5\x6c\xa6\x3e\xa3\x05\xe4\x0e\x33\x1e\x32\x2b\xe2\x16\x70\x02\x39\xdd\xde\xdd\xfc\xcd\xfc\x0f\x00\x88\xef\x8b\x9e\x0c\xde\x87\xef\xc3\x6e\xb5\xb3\x3a\xce\xe3\x97\x43\x58\xe4\x6f\xa2\x49\xb8\x15\x53\x45\xee\xa2\xc6\xe3\x8e\x50\xf7\x76\xac\x21\x12\xe9\xef\xab\x8f\x51\x4a\x59\x95\x39\xcf\xe9\x22\xce\x99\x38\x17\xd6\x67\x3e\xd5\xbb\x8a\x77\x50\x14\x00\x80\xd8\x4f\x52\xdf\xbf\x06\x76\x9d\xda\x6e\xed\x82\x4f\xa1\x9d\x57\x5f\xe8\x20\x33\xe6\x08\xea\x90\x6f\x99\xdb\xc8\xff\x62\x96\xb1\xab\xdb\xe7\xe3\x0d\x9c\x77\xf3\x1e\x92\x56\xf0\xd6\xe7\x24\xd2\xbc\x04\x96\x58\x2b\xf3\xac\x48\xee\x1d\xce\x3d\x25\x61\x03\x20\x2a\x97\x3e\xed\xdd\xd5\x3c\x9e\x6b\x35\x5f\x87\x31\x78\x54\x55\x79\xdb\x77\x7e\x2e\xef\x4b\xc7\x3e\x41\x0c\xe9\x1c\x6a\x95\x30\x1e\x3e\x84\x3d\x26\x4a\x9c\x37\x91\x18\x2c\x2e\xcd\x36\x50\xfe\x94\xf0\x62\x67\x30\x76\x48\xd7\x79\x7b\x71\x1e\xc8\xfe\x02\x40\x68\x94\xab\xba\x7d\xea\x5b\x55\x71\x46\x4c\xd3\x34\x55\xbc\xfc\x7b\xcb\x3f\xaa\x70\xce\xc3\xb6\x0f\xaa\x04\xc2\x67\x44\x94\xaa\xb8\x6d\x22\xda\xa6\xaa\xaf\x3c\x83\x4f\x54\x61\xb2\x96\x92\x83\x54\xdc\x98\xa5\xf4\x26\x95\xd2\x7b\x0c\xfb\x82\x0a\x0f\x80\x60\x9b\xf2\x82\x63\x6d\x4d\x9b\x8d\xab\x8f\xaa\xc7\x58\x95\xd2\x4f\x4d\x1a\x8b\x91\x3d\x01\x76\xc8\xbc\x02\x5f\xd3\x9e\x68\x3a\x0a\x5b\x8a\xbc\x62\x3c\x5d\xb1\x11\xbb\xc3\x70\x24\xf3\x0a\xf1\x91\x7e\x71\x4c\x12\xad\x45\x87\xf3\xfa\xc0\xf6\x85\x9e\x02\x20\x98\xa3\xfe\xcf\x76\x62\x5e\xda\xd0\x7b\x6d\x5b\x6d\xc7\x60\x9b\x24\xa7\x61\x65\xff\x2a\x26\xaf\x65\x5a\xef\x13\xec\xbd\xb6\xad\x3d\x53\x5b\x38\x08\xa8\x6b\x7a\xf9\x71\x4c\x8f\xfd\x7b\x66\x1e\xe1\x9b\x75\x5d\xcc\x58\xea\x88\x39\xd6\x7b\x02\x6b\xc4\x90\x06\xd2\xf8\xef\xa0\xfb\xd6\xd7\x55\xac\x85\xf7\xa1\xe1\x9a\xd1\xf9\x8f\xc4\x9d\xf5\x2f\x46\x4e\x31\xae\x36\x13\x87\x96\x60\xeb\xda\xbc\x07\x90\x2d\x4e\x1d\x9f\x7b\xdf\x97\x0b\x30\xde\xdd\x75\x99\x5e\x84\x1e\x07\x23\x66\x3c\xb5\xd8\x3a\xcf\x3b\x9a\xd5\x61\x5c\x0a\xc4\xfc\x33\xda\x3e\x2b\xaa\xf2\xc9\xb2\xa7\x50\x50\xcd\xa4\x25\x43\xe2\x98\xfa\xc6\x45\x71\x0c\x71\xd3\xd5\xf9\x9b\x31\xbf\x5b\xad\x23\x53\x9a\x4f\x76\x70\x07\xb3\xca\xdb\xd0\xf3\xfb\x22\x32\xa7\x10\x62\xbb\xf6\xc4\x24\x51\x1e\xda\x27\x79\xe3\x58\x53\x4c\x3b\xc1\x0d\xbe\x4d\xfb\x65\xf0\x1c\x6e\xa8\xa9\xdd\xce\xc2\x3f\x82\xd5\x42\x24\x62\x05\x3c\x49\xb8\x98\x74\x13\x31\x8f\x0a\x28\x43\x68\x5b\x87\x98\x06\xe1\xee\x54\x77\x33\xd6\x90\xda\x73\xb6\xb0\x63\x69\x59\xb1\x3f\xb8\x0f\x59\xd9\xde\x15\x82\xcf\x3c\x1c\x00\x92\x95\xa2\xe8\x81\xa7\x98\xe7\xb0\x33\xb6\x41\x5c\x3b\x9c\xab\x59\x8a\x7f\x81\x98\x2a\x78\x47\x5c\x8a\x7a\x4e\x21\x90\x8d\xd8\x27\xed\xef\xa9\x43\x84\x37\xd5\x33\xe8\x0f\x29\x51\x39\x35\x2c\x88\xbe\x29\x76\x2d\x17\xc9\x86\x7b\x07\x09\xba\xf9\x71\x00\x48\xd0\xa2\x9e\xfe\xb7\xe8\xdc\xf6\x76\xeb\x4e\xcc\x55\xc4\x5e\xf5\x15\x9c\x05\x3d\x4d\x30\x87\x40\xc5\xae\x23\x1f\x27\x71\x09\xe8\x76\x3c\x65\x05\x39\x6a\xde\x0a\xba\x27\xcd\x27\xfb\x35\xf3\x0a\xb3\x3a\x16\xc9\xb9\xc8\x59\xe1\xf5\x41\x10\x26\x98\x01\x80\xc4\x45\x1c\xd5\xfb\x05\x11\x8e\xc5\x98\x5f\xa0\x9c\xf0\x18\x55\x32\xfa\x17\x71\x1e\xef\x04\xce\x87\xdc\x4e\x32\x10\xe0\x54\x2b\xbc\x9e\x74\x8e\x7e\xb6\xea\x30\x55\xc2\x4a\xca\x2e\x64\xb0\x39\x47\x62\xee\xb0\x37\xf2\x05\x5e\x07\xf8\x69\xa2\x5c\x00\xc4\xe5\x12\x47\xf7\x17\x78\x32\xe5\xad\x29\xb8\x63\x2e\x8d\xab\x58\x8c\x94\xd2\x9f\x72\x09\xe8\x93\x4c\x2a\xb1\x05\x57\xca\x76\x6b\x9b\x4b\xf8\xc2\xd9\x5b\xf9\x90\x7c\x9f\xa7\xcf\xea\xa3\x7b\x0a\x04\x31\x24\x96\x45\xa4\xf0\x5a\xc8\x2b\x91\x58\x00\x10\x29\x64\xfe\x5d\x63\x60\x5c\xce\x4f\x03\xa1\x6d\x17\xf7\xbd\xdc\xaf\x23\x98\xf7\x17\xc7\x15\xb9\x98\x7f\x82\x90\x80\xa9\x13\x5c\x6d\x2d\xc6\x67\x09\xff\xae\x74\x21\x21\xc4\xee\x99\xef\xa8\x27\x25\x75\x31\xe3\x98\x62\xe9\x62\x2f\x2b\x17\x23\x7b\x08\x80\xf0\x0f\xf9\x3a\xbb\xa6\xf1\xac\xb2\x5a\xe7\xd6\x82\x53\x72\x25\xcf\xda\xbc\x94\x66\x96\x4b\xfb\x7d\xe5\x42\x1c\x16\x79\x43\x79\xac\xe5\x10\xd6\x55\xf9\xb4\xfc\x06\x41\xa8\x72\xc9\xf4\xa3\x44\xab\xd2\xa2\x07\x19\xd3\x55\x1d\x5e\x03\x9c\x2a\x15\x1a\x00\xc1\x13\xe5\x07\xab\x57\xdd\x2b\x6b\x9b\xe6\x7e\xe3\x7e\x8b\x55\xf4\x6f\xcb\x6a\xf3\x6e\x46\x51\xdb\x66\xd3\x33\xcc\x89\x8e\xe7\x26\xdf\x66\x3c\x1a\x66\x4c\x2b\x3b\x8e\x07\x86\xb9\x19\x4d\xa4\x7f\xf4\x85\xd1\xc9\x74\x7f\x5d\x84\x97\x83\xed\x80\xce\x00\x1f\x01\x4a\x33\xc9\x1c\x54\xb3\x77\x70\xa9\x7a\x6c\xfd\xae\x81\xd9\xc2\xf4\xa6\x2b\x7d\x4b\x68\x5b\x5a\x9d\x7b\x3e\xa0\xf1\xed\xd4\xee\xd4\xa6\x7c\x94\x73\x67\xeb\xdc\x27\xd8\x7b\xf6\xb6\xf4\x3f\x49\x63\xac\xf1\xd1\xe3\x69\x08\xd3\x29\xaf\xd5\x6c\x37\xfd\x2f\x60\x11\x78\x42\x37\x4d\x75\xd5\x6f\x17\xf0\x55\x25\x75\x9f\x46\x17\x0b\x74\x4d\xbe\xc3\x6b\x69\xd3\x60\xad\x83\x43\xa8\x3b\xf0\x33\xfd\xcc\xc6\x2b\x48\x51\x6f\xd0\xdc\x41\x2c\xba\x6b\x51\xfa\x7c\xe2\xb0\xfd\x5e\xf4\x04\x9a\xb3\xe5\x9e\xd7\x09\xd6\x19\x23\x06\x9c\xe7\x3f\xd7\x1a\x8d\x67\xaa\x91\x4b\xc9\xca\x93\x75\xa8\xc5\xc5\x82\x69\x8d\xea\x05\xff\x51\xb7\xb5\x1c\x1f\x1d\x44\xd9\xe0\xf9\xc3\xee\x8d\xf3\x11\x1f\x06\xe0\x73\xe5\x98\x27\xbd\xa4\xf4\x85\xc4\x84\xae\xf0\xe8\x54\xea\x52\x5b\x8f\xf7\x44\x96\xc4\xc4\x76\x8a\xe1\xaf\xd4\x3e\xef\x3d\x4e\xf8\xd6\x84\x37\x6f\x20\xf9\xc1\xea\x95\xcf\xc9\x30\xf8\x6c\x1e\x9e\xb2\x13\x51\x45\x72\xa1\x55\xa1\x2d\x6d\xe7\x18\xee\xb8\xdb\x55\x99\xac\x09\x24\x54\xd6\x06\x4e\x2d\x2d\x37\x06\xc9\xbb\xc8\x2a\xf7\xca\x11\xae\xe6\xa9\x00\x90\xfa\x8a\xda\x7a\x9e\xe0\xab\x61\xfb\x4d\xf7\x09\x83\x70\x94\x32\x9e\xf8\xbb\xe3\x5f\xee\x7e\xb2\x01\x75\x8d\xc8\xa7\x16\x62\x2f\xb7\x55\xd0\x63\x08\xf7\x2b\x4f\x30\x4b\x29\x81\x59\x75\xec\x0d\xf4\x75\x31\xde\xbc\x7a\x36\xd6\xcb\x47\x38\x97\x5f\x08\x80\xe4\x2f\xd1\x81\xee\x6f\xd8\x65\xed\xe9\x26\x67\xbc\x0f\xa2\x57\x41\x26\xac\x40\xbd\xe2\xba\x91\x9a\xb1\x16\xc2\x0d\x4a\x0a\xa1\xb8\xf5\x30\x2d\x9b\x3c\xb9\xb2\x99\x21\xa5\x8d\xcb\xfc\xc4\x1e\xc3\x2c\x88\xbe\xc0\x3d\xc9\x59\x39\xed\x93\xe0\x96\x60\xd6\xff\xf7\x42\x5c\xd3\x79\x07\xb5\x01\x3b\xd5\x30\x13\xd3\x86\xf7\x97\x9d\xc5\x45\x11\x3d\xd9\xcb\x09\x6e\xe4\x50\xfc\x32\x52\x24\xb5\x05\xb6\x83\xc2\xa0\x2f\xac\x10\xd2\x5e\xb0\xdc\x32\x6b\x99\xab\x39\xeb\xa2\x5b\x38\xeb\xf9\xcc\x69\x17\xf9\x9f\x44\xe5\x00\x88\x8f\x4a\x36\x3b\x3c\x3b\x36\x53\xd4\x3a\x29\x72\x39\xcd\x43\x9a\x85\xde\x4e\xef\x65\x95\x62\x4f\x33\xa7\xe3\x78\x04\x7f\xd6\xd1\x96\x75\xa4\x05\x1c\x79\xf9\x10\xb5\x85\xd7\x98\xb1\x96\x51\x27\x68\x8c\x7a\xcb\xb6\x8b\xe8\xd3\xf6\xf0\x27\x48\xec\x00\x88\xbe\xcb\x32\x6d\x7e\x70\x27\x0e\x13\x3a\xd0\x11\xc3\xe5\x89\x37\x22\x19\x3c\x12\xe3\x1f\xf4\x3a\x3e\x0a\x5b\x81\x4b\x10\x08\x9b\xd7\x10\xfe\x16\xf6\x97\x1d\x25\xdf\x10\x9d\xc9\x70\xa7\xbb\x4a\x42\xa2\x86\x58\x0a\xa9\x7e\xda\x7a\x5e\xb4\xec\x36\x00\xa2\x3c\xf9\x9f\xe6\xbd\x2d\x44\x05\x5d\xad\x6a\xbd\xad\xd8\x26\x1c\x68\x27\x2a\x5e\xd2\x7e\x20\x3e\x2b\x27\xa1\xad\xe8\x43\xca\xdc\xa6\x24\xdc\x11\x25\x6b\xee\x08\xf1\x3f\xe5\xda\xf4\x02\x2a\x4b\xf9\x2a\x2a\x8d\x19\xaa\x4a\x98\xf6\x07\xd7\x43\x55\x09\x80\x10\xa3\x02\xc6\x8a\xc6\x65\x96\x6c\x25\xba\xa5\xc8\xdc\xcb\xff\xa3\xf5\x97\xe9\x21\xb5\xb0\xfd\x9c\x29\x18\xf9\x03\x79\xcd\x88\x6d\xb8\x8f\xf5\x36\x0c\x96\x76\x12\xcc\xfa\xc3\x73\xf4\x94\x74\xdd\x8d\xc8\xeb\x8c\x30\xed\xcd\x69\x07\x39\x8d\xd0\x02\x00\x04\x37\x34\xce\xfa\xbc\x7a\xe2\x40\x95\x9c\xd7\x94\xd7\xf7\x8b\xfb\x09\x36\xab\xb7\x87\xbc\x15\x1e\xd9\xfd\x15\xb1\x0c\xd1\xda\x55\x5f\x7f\x04\x7d\xcc\xd1\x5d\xb2\x1d\x4f\xb6\x6d\x49\xfb\x8f\x3c\xcf\xb2\x28\x72\x2d\x9d\x64\x42\x4e\xbb\xcd\x3e\xa7\xdf\x03\x98\x02\x1d\x74\x4c\x27\xaf\x1b\x99\x3f\x4e\xb6\xbd\x51\x3a\xd2\xc2\xcd\x68\x11\x0c\xe9\xc8\x5e\x6d\xe2\x01\x23\x22\xa8\x63\x4f\x9f\xb0\xbe\x15\x9d\xda\x53\x5a\x42\xc6\xbd\xec\x7c\x96\x76\x89\xf4\xd8\x5e\x1a\xb9\x9e\x3e\xc5\x42\x9e\xf6\x95\x6d\x33\x7a\x81\x4d\x82\x66\x2d\x53\xe7\x54\x37\x6e\xf1\x63\x59\x7a\xc3\xa3\x85\x4f\x39\x07\x9b\xef\xcf\x3f\x4c\xda\xd2\xfa\x74\x84\xdf\x71\xa5\x23\x7e\x68\x42\x7d\x18\x6a\x63\x3f\xbf\xa4\x1a\xc7\xe8\x59\x9e\x76\x85\xc4\xef\x84\x22\xaf\xd2\xd6\xda\xa6\x79\xa5\xb1\xd3\x4d\xc1\x4e\xae\x82\x29\xda\x4b\xd6\xc5\xd4\xde\x26\x81\xe6\x09\x4d\x0c\xc3\x88\x1c\x74\x29\xbc\x90\x6e\x61\x6c\x44\x54\xa2\xb7\xb2\x5c\xd0\xca\xa6\xb1\x6c\x1d\xee\xfc\xdc\xc9\xdc\x59\xa4\x96\x39\xb9\x7c\x17\x5a\x4a\x44\x9f\x30\x86\x55\xec\x61\x11\x77\xf1\x3a\x01\x90\x19\x44\x90\x65\x2d\x25\x10\xb6\x54\x13\x40\x9d\x01\xaf\x11\x7e\xa0\xa5\x77\xbc\xa7\x7d\xa4\x77\xa2\x76\xa3\xa3\x99\x93\xb1\xeb\x1a\x4d\xac\xd5\x84\x3d\xa5\xcb\x39\x7c\xf2\xcf\xb4\x27\x3c\x2e\xdd\x1e\xd1\x21\xd8\xc2\xae\xf5\xe0\x8a\x53\xf9\x25\x00\xc8\xe6\x8a\x6e\x9b\xd7\x90\x56\xc3\x3f\xa9\xab\xc8\x87\x10\x68\x61\x31\xe5\x5f\xd4\x9f\xb4\x3a\x1a\x13\x5b\x8d\xea\x63\xb8\x10\x9c\x1a\x27\x32\x4f\x90\x2e\x94\x66\xb0\xb7\x52\x2f\xa6\x39\xb8\x97\x98\x3e\x11\xa1\x82\x59\x1c\x8b\x07\x46\x74\x5e\x10\x03\x80\xf4\xab\x18\x67\xbc\x80\xbf\x8c\xe9\x51\xf6\x12\x03\x70\x03\xfc\xcd\x24\x03\xc1\x4c\xf9\x42\xc9\x26\x2d\x43\x32\x69\xd3\x28\x8f\x1a\x5c\x18\x2e\xf4\xd4\x12\x22\x2b\x91\xb9\x35\xf5\x39\xc7\xc4\x21\x85\xff\xc1\x0f\xe2\x17\x78\x54\x08\xdf\x89\x66\x03\x20\x2d\x94\x1c\x30\x84\x60\x5e\x92\x2f\x29\xc6\xe3\x18\xd4\x0e\x5e\x1a\xc1\x9f\x76\x85\xbc\x88\x34\x91\xc1\x40\xe4\x53\xfc\x59\xb1\xf5\x4e\xb4\x4a\xf6\x87\x62\x13\x63\x35\xf7\x6e\x6a\x1d\x3b\x87\xff\x35\x9c\xc5\x9b\x24\x4a\xf4\x28\x15\x4e\x96\x50\x01\x90\x40\xb2\x12\x9d\x12\x35\x83\x6d\x92\xb1\xd1\xaf\x38\x0a\xce\x61\xec\x15\x2e\x8d\x54\x83\xff\xc2\x53\x75\xf8\x90\x72\xf9\x9b\x6a\x7f\x53\x96\x0a\x9e\x16\x6d\xa3\xa7\x89\xd2\x52\xf6\x31\x7f\x8b\xd7\x84\x47\x73\x81\x34\xc5\x63\xae\x20\x49\xb6\xee\xff\x9f\x25\x3f\xa3\xb9\xd2\xfe\x52\x76\x47\xe2\x89\xb8\x2d\xcf\x61\xad\x45\xfd\x27\xb7\x10\x18\x58\xa4\xfc\x22\x9c\x8d\xff\x5b\x11\x5d\x33\x4a\xea\x52\xc8\x0b\x47\xa9\x14\xc5\xad\xe4\xef\x0c\xa6\xb2\x28\xec\x0a\x7b\xad\x72\xbb\x07\x9a\x1f\xa4\xfc\x06\x80\xe8\xa9\xf2\x9d\x6a\xa4\xf5\xb6\x69\xa6\x68\x52\x7b\x9e\x71\x15\xe3\x02\x62\x87\xd1\x0b\x77\x08\x5d\x6d\xd0\xb4\x7e\xc2\xb9\xea\x3f\x54\xb7\x11\xde\xe9\x1b\x0b\xe6\x53\xc6\xea\xd6\x27\x57\xd3\x73\xb4\x1f\xc3\x54\xac\x75\xda\x59\x1e\x58\x1e\x02\x8a\x02\x40\xd4\xac\xbe\xa9\x18\x6c\x79\xd9\x7b\x4c\x50\xd8\x06\xef\x59\x42\x4f\x6e\x7f\xd5\x0d\xc7\xce\x43\xae\xed\xfc\x02\xdb\x80\xe9\x76\xe8\xe7\x95\xe3\x97\xd9\xbe\xe7\x9f\x24\x3d\xb3\xc2\x92\x4e\xd3\x6a\xcd\xf2\xb0\x2a\xe6\x47\xa3\xcc\x43\xce\xbd\xa2\xf7\x07\x40\xf8\x01\x82\xe4\x5b\x5a\x92\x87\x53\xf9\x92\xd6\xa5\x83\x7b\x69\x96\xf6\xa4\x81\x40\xcc\x2e\xc4\x8f\x3e\x38\x6c\x26\xfa\x7d\x0f\x54\xf5\x08\xef\xd9\x65\xcf\x57\x92\x48\x0e\x56\xd2\x72\xea\x53\x9b\x6b\x58\x39\x73\xc4\xcc\xf0\xe8\xe3\x3a\x0c\x04\x00\x84\x07\xb4\xd1\x72\xd7\xe6\x0d\x0b\xae\xf3\xde\xb5\x4e\x9d\xef\x4f\x0b\x84\x0f\x8e\xa4\x61\xda\x11\x84\xa1\xa8\x96\x27\x68\x54\xff\xe7\xaa\x0d\x38\x4b\xef\xd2\x7c\x2c\xf1\x79\xb7\x7f\xd2\x6a\x2a\xd7\x91\x19\x46\x66\xa6\x5a\x5d\x3d\xce\x70\xe7\x18\x69\x00\x08\x99\xda\x4e\xa8\x9a\xf5\xbe\x49\x2f\x89\x66\x77\xc3\x28\xac\x5a\x4e\x1b\xbc\x0c\x7f\x8f\x9b\x87\x28\x6d\x5b\xc2\x2b\x41\xf3\xaa\xfb\xf9\x44\xdc\xd1\x82\x56\xc1\x26\x52\x7d\x52\x90\x28\x99\x16\x11\x52\x22\x7e\xc1\xca\x70\x6f\x91\xde\xe5\x59\x01\x50\xc0\x44\x16\x8d\x85\xc9\x84\xf5\x8a\x79\xac\x3c\x78\x2a\x73\x27\x3b\xa1\xe3\x0a\x7e\x2e\x27\x19\xd5\xdf\xe6\xc9\x85\x61\x75\xd5\x7e\xbc\x61\x42\x7f\xfe\x6b\x81\x13\xf9\xd1\xec\x4b\xc2\x65\x74\x66\x88\xb7\x58\xcc\x4e\x75\x2f\x97\x9a\xf9\x49\x00\x28\x82\x44\xd7\xd4\x07\xe9\xff\xc0\x4f\x88\x76\x32\x5e\x22\x62\x98\xce\x2c\x27\x94\x01\xb7\x94\x1d\x8a\x75\x6b\x55\x70\xf0\xf8\x43\xf3\xfa\xb9\xc7\x48\x03\xf9\x0a\x7e\x25\x75\xc9\x6c\xad\x70\x12\xe3\x79\xf0\x4b\xd1\x77\x0e\xc6\x3d\x57\x1a\x2d\x98\x08\x80\xfc\x8a\xb8\x45\x79\x93\x5a\x8a\x99\x22\x1c\x4b\x23\xe3\xfc\xe8\x7c\xfa\x7a\x82\x1b\xb6\x88\xe9\x4a\x8a\x87\x55\xb3\xcc\x14\x4e\x95\x83\x13\x4c\xbb\x9c\xb7\x8c\x7b\x9b\x89\x49\x7c\xce\x3f\xcf\x09\x0c\x5e\x2c\xfc\xc4\x1f\xef\x9e\x2e\x69\x10\x39\x01\x20\x0f\x97\xac\x51\xa0\x49\x3c\xd2\x0b\x7e\x27\xf9\x1a\xc5\x4a\x0b\xa6\xb6\xd2\xbc\x30\x6e\xb4\xb7\xf4\xfd\x2d\x73\x18\x2b\x98\xc6\xca\x05\x2c\x0e\x1b\x9f\x7b\x87\x83\xe5\x92\x13\xb1\x3c\x3b\xbf\x37\x98\x28\x78\x26\x7c\xe4\x5e\x2c\xe6\x4a\x66\x02\x20\xc3\xca\x66\xca\xb6\xe3\xbf\xb2\x5a\x79\xbe\x44\x09\x1b\x47\xb9\x48\x0e\xe7\x90\x50\xb7\x28\x6f\xb8\x5d\xcd\x51\xb4\x1b\xbc\x6b\x15\x9b\x19\xd7\x05\x31\xb9\xfe\xac\x6f\xc2\xfe\x59\x8f\xb8\x6d\xe2\x98\xe0\x44\xfe\x63\xc9\x65\x77\x98\x68\x44\x86\x04\x40\xba\x52\xbe\x56\xc2\xc7\xac\x91\x16\xb0\x5f\xe3\x44\xd2\x6d\xa4\xcb\x84\x76\x99\x27\x72\x0a\x09\x27\x13\x37\xf6\x53\x6c\xb2\xf7\xe5\x28\xda\x79\x39\x3d\xc7\x83\x99\x26\xff\x38\x2b\x85\x7d\x4e\x61\x0f\xfa\x9b\xd7\xad\x8c\x73\xa7\x0b\xad\xca\x4e\x00\x24\x27\x94\x07\x45\xb1\xc8\xef\x06\x4f\xe6\x2b\xf4\x0f\xfd\x02\xa2\x0b\x6e\xba\x3e\xa4\x43\x40\x68\xd2\xed\x6a\x98\x45\xda\xaa\x6b\x28\x4b\xa0\x26\x6a\x9f\x66\xcf\xa0\x5f\xd2\xf2\x67\x76\xb3\xe6\x43\x3f\x83\x46\xb9\x7d\x10\xc7\x5d\x21\x38\xac\x19\x06\x40\x12\xa1\x1e\x14\x14\x74\xdc\xed\xf6\x61\x64\xa2\x7c\xba\xa6\xe3\x35\x18\xbc\xe3\x5d\xfb\x74\xdc\x61\xfb\xc1\xfa\x71\xc4\x22\x9b\x66\x6e\x2a\xf9\x95\x35\x35\xab\x83\x76\xc0\x7c\x61\xa6\x07\x73\x97\x69\x6e\x10\x82\x73\xdf\xa0\x73\xb7\x09\xd2\x75\x24\x00\xc4\xfb\xa0\x58\xbe\xb5\x23\x78\xa0\x8e\xee\x40\xc2\xfb\x7e\xe0\xee\xa3\xb7\xf5\x2a\xe1\x0e\x9c\x7f\xf7\x87\xba\x2e\xc2\x8a\xae\xc6\xd2\xeb\x64\xa4\x63\x61\xd6\x74\x5a\xa1\xed\xcf\x84\x57\xcc\x79\x96\x3d\x41\x8d\x1c\xa3\x09\xe3\xbe\x88\xff\x4e\xbf\x1c\x00\xb1\x1a\x3a\xcb\xf7\x6c\xef\x1c\x39\x49\x0f\x40\x1c\x1d\x9e\x8d\xe3\xa3\x83\x06\x99\xf0\x74\xac\xa1\x7f\xa8\xae\x86\xe0\xd5\xbb\xbc\x74\x0d\xe9\x7a\xf7\x40\x96\x13\xf5\x58\x67\x5b\xc2\x4b\xc6\x6d\xdb\x95\x20\x2a\x27\xcc\xfc\xde\xfd\x2c\xbf\xdf\xb0\x12\x00\x71\xac\x36\x53\xec\x10\x1c\x6e\x3a\xc6\x3a\x20\x4c\x80\xf5\x13\x31\xc2\x4d\x70\x62\x87\x55\x94\x8d\x68\xab\xff\x26\x7a\x88\x86\xe6\x2e\x17\x2f\xc4\xfd\x95\x95\x24\x91\x90\x48\xf1\x1b\xa4\x7d\xb4\xd4\x80\xf5\xb2\x1b\xac\x62\x97\x8f\x8a\x1a\xde\x00\x00\xaa\x02\xd1\xa8\x68\x19\x9f\x07\x1b\x60\xfe\xe4\x7f\x83\x27\x11\x4e\x08\x86\x3b\xce\xb4\x7f\x12\x16\xa0\x8c\xf5\x14\xd1\x18\xac\x60\x6e\xa4\xe8\x2e\xc1\x96\x79\x5c\x7c\x95\xfc\x20\x1e\x27\x75\xa3\x93\x03\x1c\x32\x1a\x3b\xd1\xe5\xad\xfc\x27\x3f\x1e\x00\x95\xb3\xe8\xae\x70\x3d\x2f\x12\xde\xc5\x4c\xe5\x1d\xeb\xf8\x42\x08\xe5\xab\x50\xf0\xf6\x46\x41\x01\xe6\x5e\xdd\x25\x61\x10\xbe\xbf\x74\xb1\xc8\x9b\xc4\xcb\x6c\x14\xc7\x52\x2d\xf1\x21\x12\x09\xe3\x62\x00\x57\xfa\x81\x53\xe3\xf2\x56\xbe\x88\xff\x19\x00\xe5\x3e\x71\xb3\x60\x2c\xdb\x86\xde\x44\xef\xe3\xc0\xb1\x6b\x70\x36\x6e\x19\x7e\x7e\xdb\x3b\x5e\x09\xf1\x70\xed\x7c\x7e\x07\xc5\xa3\xa4\x57\xa0\xa7\x41\x19\x3c\xe1\x59\x66\x78\x9c\x5d\x5c\xc9\x7e\x1a\x50\x24\x79\xcf\xbb\xe5\xf2\x5b\x76\x5e\x78\x07\x00\xe5\x24\xc9\x7c\x1e\x89\x71\x81\x14\x49\xcb\x64\xde\x25\x9f\xc2\x22\xd8\x2e\xd4\x8e\xd6\x7b\x9c\x5c\xba\x57\xcd\x62\xae\x85\xf1\xb6\xf8\x00\xef\x29\xeb\x49\xfa\x31\x41\x07\xe7\x57\x5c\xa8\x68\x2a\x3f\x3f\x20\x50\xfc\x42\xb8\xc4\x35\x44\xfa\x4e\xfc\x15\x00\x45\xa5\xcc\x9b\xeb\x43\xcb\x64\xc6\x51\xbe\xd2\x2d\xac\x4a\x4c\x2e\xe3\x25\x1b\x07\x3b\xcb\xaa\xe5\x2c\xaf\x5e\xc3\xbe\xc0\x1b\x57\xf4\x0f\xb7\x95\xcf\x4f\x9f\xce\xfb\x25\xf8\x1d\xbb\x57\xf0\x48\xb4\xc9\xff\x87\xe8\x85\x44\xe4\xda\x20\x9d\x22\x9b\x0e\x80\x5c\x21\x77\xb0\xee\x93\x5b\xc4\xdd\xa4\xbf\x29\x9b\x24\x3e\xa8\x26\x5a\x82\xa4\xb7\x25\x8c\x7e\x56\x1a\x34\x6f\x0e\xd3\x28\xdd\x53\xb8\x95\xdd\x2c\x43\xcd\x09\xe7\xe6\xc8\xa7\xc6\x06\xf2\xdb\xe5\xb7\xfc\x0f\x0b\x17\x28\x16\xbb\xb2\xc5\xbf\x95\xd1\x00\xc8\x96\x2b\xed\x8c\x1d\x04\x8b\x76\x35\x71\x0c\x69\xb6\x96\x84\xd8\x48\x7e\xad\x0d\x6c\x5a\x42\x3d\x04\x3d\xaa\xfc\x87\xbe\x09\x5a\x5f\xd0\xcf\xdc\x01\x09\xd2\x8a\xd9\xb7\xa0\xac\x18\x0b\x2f\x06\x72\xf6\x57\x09\x16\x69\xb6\xb8\xaa\xc4\xe9\x9a\x09\x00\x48\x7f\xa8\xab\xe9\x6e\xb8\x51\xc7\x5c\xbc\x88\x40\xb6\x13\x3b\x0a\x49\xf3\x6c\xac\x46\x3c\x25\xcb\xca\xaf\x78\x46\x2b\xb3\xb0\xf2\xf7\x32\xa4\x66\x7c\xea\x28\xeb\x9c\xa9\x38\xc6\x8b\x5b\x6e\x9c\xe8\x9f\xc5\xff\x47\x6f\x76\xd5\x8a\xd6\x6a\x37\x00\x20\x35\x6b\xce\xd0\x08\xd8\x6b\xbd\xf9\xb8\x9b\xf8\x8d\x3d\x1e\xed\xab\x89\x4b\xbb\x8e\x37\x3c\x21\x0f\x75\xf2\x2b\xd4\xd4\x0d\x0e\x8f\x7c\x0a\xfd\x9d\x6d\x59\x2a\x8e\xd5\x6c\xf5\x8e\x7e\xcb\xb9\x6f\x6e\xf7\x8f\xe3\x0f\x18\xab\x5d\xed\x22\x8c\xee\x1e\x00\xd2\x0a\x88\x46\xfd\x84\xcd\x1e\xd4\xe2\x18\x78\xbf\x01\xef\xf6\x02\xa2\x67\x9f\xa1\xa1\x8f\x3c\xa1\xe7\x4d\x45\x39\x35\xa8\x3b\x27\xbf\x84\x4e\xed\x94\xa4\xd6\x32\x6f\xd9\xad\xd1\xaf\x39\x2c\x2b\xda\x3f\x83\x3f\xdb\x74\xd1\x75\xab\xc8\x49\x7f\x1b\x00\xc9\x1b\xe8\x3e\xb9\x48\xc5\x6f\x0e\x42\x2f\x51\x15\xc2\x3e\xb5\xd6\xaa\x52\xe1\xc7\x6a\x31\xaa\x54\xc4\xc6\xd2\x93\xaa\x62\xf4\xa5\x6c\x8b\x0a\x83\x0f\x9b\x5d\xa7\xea\x24\xed\x0e\xaf\x53\xdd\xa3\xf5\x78\xbb\xa9\xcb\x59\x1b\x9d\x03\xd4\x8f\x79\xaf\x01\xd0\xdc\x10\xfd\x20\xed\x52\xfa\xc3\xf6\xa1\xfd\x94\x9e\xf0\x36\xd8\x35\x65\x74\xc7\xe7\x9a\xe7\xca\x62\xd4\xba\xd2\x36\x25\x0b\x3b\x98\x1d\xa7\x5c\x49\xd8\x36\xdb\x49\xf9\x86\x32\x25\x3c\x50\xd5\x46\x5f\xe9\xed\xa4\xba\xc3\x96\x3a\x47\xab\xbb\xf8\x44\x00\x34\x23\xe2\x48\x52\xa8\xfc\x10\x5c\x83\xd2\xc9\x1f\x75\x3c\x87\x95\x2b\x7c\x51\xb5\x35\x64\x45\x0d\xe6\x72\xc9\x7d\x45\x2f\xde\x91\x75\x58\xf1\x84\x24\x4c\x5c\xaf\x2c\xa5\x0e\x87\xbd\x53\x9e\x62\xbc\xf3\xfa\xac\x22\x70\x94\xce\x29\xea\x24\xc1\x74\x00\x34\x35\x62\x33\xe1\xa2\x34\x05\x9d\x87\xcc\x94\xf6\x62\x53\x5b\x5c\x64\xe3\xf1\x89\xd5\x95\x32\x1a\x11\x55\xfc\x54\xf6\x80\x7c\x30\xf3\xb5\x1c\x49\x2b\x49\x04\xf2\x57\x8c\xef\x61\x06\xc5\x28\xfb\xb2\xd7\x43\x25\x99\x77\xd7\xb9\x59\x85\x16\xde\x06\x40\x3d\x2a\xd9\x81\xa7\x88\xde\x10\xa7\x76\x7c\x10\x93\x48\x67\x9a\x81\xf8\x6f\x8a\x66\x5e\x8b\x44\x41\xab\x2d\x9e\x24\x0d\x67\x94\x64\xa6\x4a\xcf\xb2\x5a\x67\xb1\x65\x3a\x4e\x5f\x58\x96\x9c\xc0\xfb\xe6\x75\x45\x81\x16\x4a\x9d\x21\xa5\x4e\x7c\x1d\x00\xd5\x6d\x59\x00\xf6\x91\x60\x07\x9d\xd1\xbe\x47\x58\xcc\x38\xd6\xf8\x41\xf8\x84\xe5\x59\x85\x17\x2d\x63\x0b\x8a\x66\x89\x85\x9c\x6f\x19\x2a\x49\x39\xaf\x6f\xe6\x7d\x69\xac\xa0\x2a\xf4\x8d\x2c\x53\x94\xe2\x75\x5a\x8e\x95\x84\x3b\x1f\x51\x2c\x97\xde\x03\x40\xe5\x2f\x37\x60\xbc\xb9\xe7\x85\xd3\xe0\xae\x3c\x91\xf0\x5e\x43\x31\x1f\x26\x72\x54\x7c\x10\x14\x8a\xe7\x15\x3c\x15\x36\x4b\xc2\xd2\xe9\x22\x9c\xd4\x69\xa6\x9b\xd8\x28\xfd\x18\xca\x94\x1c\x90\x3b\x79\x8d\xc8\x3c\xe5\x3f\x9c\x3f\xcb\x1d\x8a\x8d\x00\x28\x83\x95\x38\x54\x01\x3b\x56\x4d\x6f\xa5\x70\xbc\xd5\xa4\xba\x8f\x5c\x7f\x75\x53\xf9\x61\x5e\x9a\x1a\x95\x7f\x83\xaf\x50\x73\xe7\x2c\x15\x6c\x54\x1b\x13\x90\x22\x3f\xf5\xc2\x50\x5f\xb1\x58\x7d\xd8\x4b\x26\x9d\xac\xde\x34\xc1\x57\xb6\x4b\x3d\x0f\x00\x05\x4b\xf5\x1f\xe2\x0d\x33\xc4\x92\x07\xf3\x60\x55\x9b\x7b\x6b\xb7\xb3\x95\xa6\xc7\x65\x8b\x39\xfb\x4d\x79\x79\xbf\x78\x53\x8d\x7d\x69\xd7\xf8\x5a\xc3\xb3\xf8\x5b\x42\x17\x43\x4c\xc8\x2a\xd1\x42\x7d\xb5\xd7\x5c\x49\x8b\x2e\x6a\x42\x8c\x2c\x02\xda\x0c\x80\xfc\xab\xa6\x0e\x11\xc2\xd0\x38\x56\xb6\x70\x98\x8b\xec\xa7\x6b\x63\x59\xd7\x6c\xf7\xca\x12\x39\x5e\xd6\xd7\x79\x1b\xb9\x74\xcb\xeb\xb4\x21\xde\x6b\xf3\xd3\xf8\x2d\x02\xbd\xe9\x68\x88\x43\x94\x68\x64\x79\x15\x88\xbf\xeb\x8f\x4d\x48\x90\x5e\xd7\x1e\x06\x40\xbe\x5d\xf3\xa4\x43\xce\x18\xdf\x43\x6e\xfe\xc2\x9c\xd6\xcd\xa8\x39\xc5\x2a\xe9\x6a\x9c\xfb\x0f\x5b\xd9\x19\x9e\x07\x71\x2e\xd9\xef\xa4\x29\x78\x1d\x36\x63\xfc\x6a\xfe\x2f\xab\x7b\x48\x8f\x70\x87\xb9\xc6\xab\x41\xdc\x65\x9c\x35\x01\x26\xe5\xe9\xfe\x7f\x43\x0b\xd4\x01\xab\x34\xff\xd9\xfc\xb2\x4e\x6a\x0e\x6d\x1d\xa9\xf0\x37\x19\xda\x5b\x0b\x53\x8d\xb7\x90\x85\x19\x47\x8c\xb3\x31\xd4\xc4\x73\x06\x0b\xfe\x44\xd4\x38\xfd\x63\x32\xd5\xff\x98\xbe\x80\xde\xe2\x2e\xd5\xad\x63\x4b\x9c\xba\x74\x85\xfc\x45\x00\xe8\xa6\x8a\xb7\xb6\x9c\x35\xad\x69\x8d\xae\xf3\x34\x4d\x86\xef\x2a\x3f\x61\x54\x22\x1a\x0a\x9e\x1a\x5e\xa3\x27\x67\xc8\x0c\x48\xdc\xb8\xc4\x5e\xfd\x45\x62\x62\xe4\x0d\x7d\x01\x65\xc4\x7f\xb3\x6e\x37\x63\xae\x3b\xa4\xcb\xe1\x84\x3a\x6d\xd2\xbe\xe4\x7f\x07\x40\x7b\x56\x7c\xb8\xa5\xd8\x68\x85\x77\xd6\x2e\x36\x7c\x41\x8c\x29\x27\x1b\xb8\x28\x59\x41\xb7\xfe\x27\x76\x42\x46\x9c\xde\x88\xbf\x94\x58\xa7\x77\x27\x9d\x8b\x5c\xa9\xeb\xa7\x8d\xf5\x5f\xa8\x8b\x64\xb2\xdd\xcd\xda\x23\xdc\x09\x4e\x17\xb5\x46\x41\x1f\x00\x5a\xb9\xc4\xbd\x19\xa1\x0f\x45\x1d\xac\xf9\x43\x77\x12\x73\xbb\xac\x5b\x27\xc5\xfd\x9b\x7f\x4e\x17\x4b\xcc\x4d\x57\x6a\x6f\x91\xb7\xcd\x3a\xa6\x35\xd1\x9a\x23\x73\xb5\x73\x98\xb1\xfe\x54\xe8\x3d\x67\x86\xfb\x10\x74\x88\x3f\x7b\x8c\x07\xb4\x5e\x34\x13\x00\xe8\x90\x74\x46\xd3\x14\xed\x24\x42\x7c\xf5\x7a\x68\x17\x69\xe2\xdc\x7d\x10\x8f\x7c\x27\xdf\x15\xaa\xa4\x9e\x9a\x73\x05\x8a\xa2\xdf\x9f\x95\xa9\xf9\xc6\x9a\x1e\x71\x53\x73\x8e\x23\xf7\x2f\xd3\xec\xe2\x4f\x72\x5f\xab\xd9\x2e\x5c\x38\xa6\x45\x73\x48\xe2\x02\x80\xe6\x1f\x19\xb7\xe1\x8d\xfa\x29\x6d\xc2\xbc\xbd\xea\xb5\x74\xa8\xf4\x6f\xb5\x86\xf1\x25\xaf\x42\xad\x64\x69\xe7\xc4\xa8\xd5\x9c\xe4\x99\x9b\xd5\x22\xee\xaf\x08\x81\x9a\xc5\xff\xdb\x3f\x54\xad\x15\x39\xbb\x1f\x52\x6f\x94\xf8\x8c\x19\x51\x3f\x91\x3e\x07\x40\x13\x23\x3f\x56\x7f\x55\xf1\x82\xf7\xbd\x8a\xab\x78\xc5\xbf\x53\xb2\x5b\xf1\x51\xb0\x3f\x77\x86\x32\x55\xb8\x25\x2d\x40\x29\x14\x1d\x4c\xb8\xae\x5c\x2e\x7e\x10\x7e\x49\x79\x47\xea\x3d\xfd\x82\x6a\x92\x8c\xe2\xbe\x57\xd5\x20\xef\x1f\xf3\x55\xb5\x57\x21\x01\x40\x1d\xa1\x94\xd4\x3e\x97\xd9\x14\xe9\x95\x7e\xb2\x65\x0a\x61\xf1\xa8\xec\xba\x62\x7b\x4e\x99\x3c\x56\x39\x29\x95\x29\x1f\x55\x72\x13\x8a\xe5\xff\x2a\x6f\x85\x63\x14\x14\x55\xf9\xf4\x3e\xc5\x09\xd5\x0e\xf7\xed\xca\x52\xd5\xab\xb1\xa9\xca\x1b\xaa\x0b\x00\xa8\xc8\xaa\xeb\x35\x47\x25\xf3\xf5\xdf\xca\xbf\x48\x1e\xea\x0f\x14\x8d\x48\xd3\xf4\x9c\x6c\xb9\xb4\x5f\x1f\x9d\xf2\x5c\x06\x74\x77\xe3\x9f\xcb\x1c\xba\x9e\xf0\x4c\x79\xa4\x2e\x6b\xba\x4a\xfe\xa7\xf6\x80\xfb\x29\x85\x12\xfa\x6f\x2c\x53\x99\xa2\x79\x03\x80\xf2\xa1\xc6\xb9\xa6\x54\x7c\xd5\x32\xbe\x1c\x92\x44\x98\xbb\x8b\xa2\x25\x56\xb3\x4b\x76\xa8\xe4\x8d\x49\x96\xb2\x42\x8a\x34\x3e\x8d\xdf\x23\xfd\x61\xac\x08\xf7\x97\xad\x30\xf4\x4d\x67\xc8\x61\xfa\xe5\xee\x27\x15\xc1\x3a\xca\x58\xbe\xe2\x29\x74\x0f\x00\xe5\x12\x8d\xa4\xfa\x95\x38\xc1\x2e\x2b\x4f\x10\xeb\x6c\x0f\x0a\x6f\x88\x3f\xd8\x62\xb3\x9e\x4b\x1a\xad\xf8\x14\x48\x72\xd4\xd2\x19\xbf\x52\x4a\x33\x6f\x0c\xf7\x95\x85\x9a\xd6\x4d\x17\xca\xee\x1a\x5b\xdc\x6f\xcb\xb7\xe8\x37\x8d\x1d\x51\x40\xda\x2d\x00\x28\x4b\x34\xef\x4b\xb7\xf5\x9d\x6c\x51\x17\x04\xf7\x56\xb5\xe5\x65\xbe\xe9\x7e\xd8\xe1\x92\x32\xb1\x0b\x42\xfe\x8c\xdf\xdd\xe9\x83\x4d\x89\xf0\xb2\x0f\x11\x96\x06\x9c\xb4\x4d\xa2\xb4\x78\xf6\x5a\x90\x0c\xfc\x44\xa2\xe9\x14\xc7\x08\x80\xb1\x41\x00\x01\xa0\x7f\x21\x31\x97\x76\xf6\x8e\xb6\x0e\xe5\xbf\xed\xc9\x68\x4f\xce\xdc\xdb\xf5\x0c\x71\x23\xf9\x4e\xe7\x02\xf4\x68\xfc\x80\xa3\x02\xb7\x24\xfc\x87\xed\x3e\xf1\x51\xc0\x41\x2b\x81\x8a\xf5\xec\x35\xff\xc5\x4c\x9c\xa8\x32\x35\x72\x5d\x00\x30\x7c\x12\x1c\x04\x40\xbf\x50\x22\x2d\x45\xf5\x50\xe1\x77\xf3\xb7\x76\x87\x21\x9a\x33\xe5\x9d\x4f\x51\xd7\x93\x57\x3b\xb6\x61\xe9\xf1\x14\x3b\x8f\x50\x1a\x7e\xcf\x16\x44\x86\x07\x6c\xb0\xec\xa6\xad\xf6\x1c\x34\xe7\xb2\xd2\x27\x0e\x18\x2f\x73\xcf\x03\x60\x30\x09\xb3\x01\xd0\x97\x4a\xb6\x95\x74\x77\x15\xa2\xba\xf2\x27\x75\x7a\x62\x0e\x64\xbc\xb6\x7f\xc1\xbd\x4b\x4e\xb0\x3d\x23\x56\xc5\x8f\xb3\x9e\x26\xdf\x09\xef\xb7\x0c\xd1\x16\x07\x68\xcd\x2d\xcc\x5e\x4f\x87\xc9\x99\xb3\x7c\xe2\x41\xc3\x51\xfe\x1f\x00\xe8\x17\x88\xd6\x01\xa0\x93\x4a\x57\x15\xbf\xb2\x7f\xc4\x6f\xcf\x6b\xb6\x8f\x23\x9a\x33\x8a\x6d\x93\xc8\x8c\xa4\x51\xab\x3f\x55\x1c\xe7\xb0\x84\xd2\x37\x87\xe7\x9b\xa7\xb0\xa6\x05\xd4\x1b\xdf\x71\xe6\x7b\x3a\x0c\x7f\xf2\x9b\x27\xbe\xd0\xaf\x11\x7e\x03\x40\xb7\x4a\x82\x05\x40\xbb\x54\xf6\xb4\x78\x8c\x2d\x90\xf2\x39\xb7\xdb\x1a\x48\xd3\xa7\x2f\xb0\x24\x30\xfc\x92\xdc\xcc\x1d\xcc\xb3\x71\x01\x26\x1d\x7b\x79\xd8\x2b\x63\x0f\x77\x49\x40\xa8\xa1\x87\xbf\xd7\xd3\xa6\x77\x88\xdc\x26\xf9\xea\x06\x25\x39\x00\x68\x0f\xc8\x42\x00\x80\x6e\x28\xa2\x0b\x0f\x9a\xa3\x38\xbf\x73\x46\x4c\x38\x9e\xdf\x9c\x07\xc6\x75\xfc\xe4\xd9\x78\xe3\x44\x01\x32\xd6\x6a\x40\x0b\x57\x86\x19\xf5\xcb\xc4\xce\xfe\x6f\x74\xb7\x24\x22\xcf\x3e\xed\x4f\x99\xf3\x24\xbc\x36\x56\x4e\x02\x00\x52\x2a\x04\x00\x68\xfe\x50\x6e\x2c\x38\x6a\x38\x2c\xad\xc8\xfe\xd3\x10\x2a\xbd\x3d\x27\x4b\x6f\x95\x91\x12\xdf\xe8\x7e\xc9\x41\x6c\x96\x4e\x22\x5f\x17\x56\xa6\x7d\xa1\x20\xfb\x9f\xd4\xd6\x2a\x23\x3c\x07\xa1\x0d\xca\xdb\x93\x16\x40\x9e\x2a\x14\x00\x9a\x7e\x95\x1e\x00\xf5\x67\xd5\xc3\x82\xc9\xba\x4f\xd0\x9c\x6c\x67\x5d\x1b\xd4\x94\x06\x69\xaf\x43\x1d\x89\xcd\x5a\x14\x44\x8b\xb9\x01\xbd\x83\xa4\x61\xce\x90\x0e\xea\xf1\x5f\x03\x85\x40\x3d\x9e\x03\x9a\xd5\x10\x6d\xd2\x5e\x4d\x1a\x34\x19\xf8\xaa\x6f\x6b\xf0\x00\xa8\x71\xea\xc7\xf9\x64\x5d\x90\xfe\x72\xd6\xb0\xb6\x5b\x7f\x30\x2d\x51\x1b\xa4\x1f\x48\x9c\x0c\xad\xd1\x93\x63\x56\x41\xb9\xfa\x9c\xd0\xb7\x9a\x87\x7a\x67\xff\x65\x1a\xbb\x6e\x8b\xe7\x72\x4d\xb4\x2e\x74\xd2\x6d\xf5\x49\x6d\x03\x48\x57\xeb\xa0\x34\x00\xd4\x91\x9a\xbc\xbc\x9b\x5a\xac\xe9\x49\x56\x16\x74\xcf\xb4\x39\xf5\x0b\xc4\x35\x61\x67\xbd\xd5\xfc\x30\x39\xc7\x74\x69\xcc\xc6\xa5\xa1\x6f\x35\x45\xc6\x78\xff\xed\x1a\x27\x83\xd9\xf3\x94\x7a\x89\x7e\x91\x8b\xaf\xba\x52\xc7\x06\x42\xb5\x0f\xf4\x05\x00\xd5\x69\xcd\x9a\xdc\xf7\xc3\x97\x5b\xee\x64\xac\x1a\x9a\xd8\xd6\x9b\x7c\x7d\xa0\xa0\x03\x99\x80\xed\xeb\x46\x35\x47\xf6\xf5\x9c\xc3\xf6\x04\x59\xbb\x5e\x11\x27\xfa\x7c\x70\xbc\xa6\x1c\x75\xdf\x63\x3b\xce\xb8\x3f\xbe\xdb\xb2\x9b\xf3\x1d\x00\xd3\x7e\xc1\x5d\x00\x0c\xfb\x25\x37\x73\xcf\x0d\x6d\x68\x7d\x91\xa1\x19\xf8\xd6\x2e\x49\xde\xde\x5f\x89\x9c\x91\x50\xd6\xbb\x09\xfd\x24\x52\xdb\xfd\x1b\xf7\x26\xc8\xd0\x35\x9b\x94\xee\xf3\xcd\x51\x46\xfd\xc3\xfd\xa0\x2d\x83\x39\x3c\x7e\x93\x25\x97\xcb\x00\xc0\x04\x17\xfe\x9f\x6d\x9a\xe4\x8f\xdc\x45\x83\xba\xf6\xf0\x8c\x86\xfe\xbf\x11\x8e\x64\x5d\x5f\x0d\xda\x2d\x21\xa2\xe7\x38\x76\x59\x24\xa9\x3b\x96\x00\x05\x09\x3b\x99\xe4\x25\x3e\x9f\xed\x43\xb4\x7f\xdd\x4f\x5b\x17\xb1\x7a\xc6\x9f\x32\xef\xe2\x85\x03\x60\xfc\x5b\xa8\x00\xc0\x30\x59\xf2\x2e\x37\xb8\x3f\x03\xb5\x33\xfd\x66\xef\x29\xcc\xa5\x64\xbf\x1e\x04\xee\x47\xfc\xa9\xae\xaf\x44\x74\x64\x64\xa7\x92\xfc\x23\xa8\xda\xfe\x84\x76\xd6\xe7\x85\x2d\x85\x79\xd6\xfd\x82\x85\xc4\x79\x3c\xfe\x3f\xd3\x22\xfe\x6f\x00\x0c\x5f\x44\xb7\x01\xd0\xe7\x4a\xaf\xe7\x28\x7b\xc7\xe0\x15\xe9\x45\xdd\x47\x88\xd8\x24\x7d\x97\x94\x5c\x17\x5f\xd7\x99\x4c\x25\x45\x9c\xb2\x5f\xa3\xaf\x0f\x9a\x62\xeb\x60\x05\xfb\x9c\xb3\x9c\xe6\xec\x72\xbf\x6f\x0e\xe5\xcb\x9c\x13\x8c\x72\x51\x04\x00\xfa\x7f\x25\x7a\x00\x74\x18\xf9\xd4\xec\x4b\xdd\x33\x28\xbd\x73\x16\x77\xde\xa5\xc5\xcf\xfe\xd7\xb1\x9c\x7e\x3e\xee\x96\x5d\xcc\xec\x8c\x60\xdb\xb2\xd9\xe2\xc0\x6b\x96\xbb\x5c\x93\xcf\x4e\x33\x95\xbf\xc3\xfd\x9d\xf1\x89\xc8\xc7\x99\x60\xc0\x4a\x1a\x00\xd0\x3b\xcb\xd2\x01\xd0\xf6\x29\x2a\xb3\x16\x3b\xf2\x38\x05\x69\xe7\xed\x89\x5c\xfa\x6c\xb6\x2d\x82\x37\x1a\x87\xb3\x06\xf1\xef\x45\x04\x58\x5c\x84\x79\x81\xab\x4c\x0f\x44\x7b\x7c\xb6\x1a\x97\x49\x0a\xa6\x04\x1b\xe6\x4a\x1f\x3b\x5f\xd4\xbd\x94\xb7\x03\xa0\x3d\xa8\x60\x00\x00\x71\x94\x47\xb2\x9c\xad\xf7\x24\xe1\x69\xa5\x96\x97\x92\xf3\x89\xbf\x2d\x4e\x52\x51\x5c\xa0\x79\x9a\x6c\x66\xf8\x6b\x53\x88\xec\x4b\x60\x97\x31\x42\x7e\xd5\x67\xa7\xc1\x5f\xb1\x66\x4a\x89\xee\x8d\x52\x3d\x21\x4c\x7b\x58\x15\x01\x00\x74\x54\x85\x00\x40\xb3\x42\x75\x21\x73\x85\xf9\x3f\xf5\x96\xd4\xc3\x66\x4f\xf5\x93\x44\xa1\x29\x5b\xe3\x19\xbb\xd6\x88\xd6\x94\x85\xaf\x33\x18\x35\xc6\x40\xa2\x7e\x8b\xe6\xa0\xcf\x2a\xdd\x6d\xcd\xfd\x29\x48\xed\x6d\xcd\xbd\x09\x38\xe8\xae\x66\x35\x00\xd0\x24\x4d\x20\x00\x1a\x6f\xf5\xae\x4c\x2f\x73\x88\x2e\x32\x15\x67\x2a\xd4\x45\x25\x26\x1b\x45\xba\xe0\x58\xb1\x61\xb9\xce\x3f\xdc\xa8\x3f\xaf\x9b\x1e\x08\xd3\xbb\xe8\x5c\x7c\x96\xeb\xca\xb5\x37\xa7\xb0\xb5\xed\x5a\xe1\x04\x2b\xc4\x84\x6e\x00\xa0\xd9\xa0\x79\x0b\x80\xfa\xb2\x26\x3c\xa3\xd7\xd4\x61\xf4\x4a\x9d\x6a\xd4\x1b\x3e\x26\x3a\x1b\x0e\x19\x8e\xc6\xa2\xf5\x2f\x0c\x7d\xe1\x1c\xfd\x34\x03\x26\xb0\x43\x87\x31\x78\xf9\xec\xd3\x6e\xd1\xcf\x9f\x32\x1f\x3a\xaf\x7b\x3c\xe1\xbc\xe6\x1f\xed\x2b\x00\x34\x79\xd0\x5a\x00\xd4\x2a\x8d\x24\xbd\x7d\xa1\x2f\x6c\x76\x72\xd1\x7c\x97\xb6\xbb\x09\x9b\x47\x40\xc7\xd2\x28\xdb\xd0\x34\xd4\x50\x48\xe4\xc0\x44\xec\xb5\xe9\x8b\x7a\x2f\x13\xeb\x3d\x17\x75\x8b\xa8\xee\xae\x69\x8e\xa7\xcc\x99\x63\x27\xda\x98\xdc\x12\x00\xcc\xbf\x84\x13\x01\x30\xb2\x24\xdf\xd3\xe7\xcc\xff\xda\x36\x27\x39\x6a\x14\xb4\xef\x4d\x18\x1e\x76\x43\x36\x47\xa9\x06\x93\x30\xfe\x21\x11\xfd\x99\xf8\xa8\xe9\x2b\x7b\x7d\x48\x7c\xcf\x2d\x5d\x17\xa8\xbf\x5d\x2b\x1d\xcd\xcc\xbb\x63\xa3\xad\xaf\xb9\x6b\x01\x30\x0f\x08\x67\x02\x60\x9c\x2e\xb9\x92\x3e\x7e\xf4\x6a\x3b\x3d\xe9\xfb\xf0\x27\xc4\x89\x04\xe1\xd0\x34\x74\x76\x14\x65\xa0\x1c\x7b\x21\xc4\xaf\x0f\x43\xd8\x34\x7d\x45\x4f\x1d\xf9\x8a\xe7\xbe\xae\x19\xf4\xd9\xae\x1d\xf6\x3d\xac\xb3\x63\x8b\xad\x18\x5e\x0b\x00\xe6\x20\xe1\x20\x00\x86\xdd\x92\x9f\x73\x2e\x0f\xe3\x51\x6f\x92\x76\x0d\x1e\xc3\x7c\x48\x88\x1f\x08\xc5\xbb\x47\x25\xf6\x89\x89\x82\xe0\x8f\x3d\x5b\x29\xde\xd3\x07\xbb\x8e\xd2\xde\x78\xfe\xe9\xd8\xc2\xfc\xe2\x2a\xb0\x49\xb9\x53\xc7\xf2\x2d\x05\x82\x30\x00\x4c\x11\xa2\x97\x00\xe8\x9f\x4a\x1f\xcc\x99\x3d\x58\x8c\xc7\x27\x25\xf6\x1f\x27\x36\xc4\xaf\xed\x2b\x25\x97\x44\x9e\xe9\xd9\x41\x45\x07\xaf\xef\x76\xa3\xaf\x9b\xce\xe8\xcc\x60\xc5\x79\x1e\xb0\x97\x72\xce\xba\x5a\xad\xb3\xf8\x3d\x63\xd7\x9a\xbd\x45\xd9\x00\x18\x43\x24\x8e\xff\x93\x29\x0f\x48\xfb\xa3\xbf\x8a\x02\x9f\xbd\xae\xf7\x21\xf5\x53\x7c\x62\x8f\x80\xbe\x20\x92\xda\xf5\x93\x49\x0a\xa6\x76\xb2\xd8\xf0\xe9\x15\xf6\xdd\x5c\xb1\xe7\x6e\xeb\x63\xfe\x26\xd7\xa5\xe6\xd7\x22\xdf\xb1\x4f\x8d\x1f\x25\xed\x00\x18\x62\x64\x99\x00\xe8\x66\x2a\x60\xa9\xf3\x7b\x34\xec\x7d\x89\x3f\xbb\xb3\x39\x9f\xe2\x6e\x75\x7e\xe0\xcd\x8a\x4c\x70\x8c\xf2\xd5\xc1\xe5\xf6\xd9\x82\xf7\xd3\xab\xac\xeb\x44\x2a\xcf\x9b\x96\xa9\x12\x4f\xd7\xb7\xa6\x62\xe9\xb1\x71\x24\x03\x53\x5e\x05\x80\xee\x9a\x82\x00\x80\x76\xb2\xf2\x48\x2a\xba\x2b\x42\x5c\x9e\xb8\xcb\xf1\x41\x32\x26\x6e\xbe\xfd\x4f\xc9\x81\xc8\x09\x36\x9b\xd4\x14\x9c\x61\x2d\x92\x51\xa6\xb7\x9a\xdf\xca\x61\xd3\x9c\x4c\x36\x45\x86\x5b\xae\xe1\x99\x32\x6e\xdc\x43\xfd\x1c\xe5\x2b\x00\xb4\x97\x55\xd9\x00\x40\x19\xaa\x63\xa9\xb5\x8e\x70\x15\x94\x48\xb7\x8f\x51\x9d\x88\xcb\xb2\xfe\xa3\x76\x89\xd8\x6d\x39\xa1\x86\x07\x3b\x99\xfb\xd5\x3b\xa7\x67\x99\x58\x1a\x67\xcf\x9f\xc6\x3c\x4d\xae\x1b\x41\x7f\x52\x83\x18\x9f\xae\xab\xd4\x54\x00\xa0\x9d\xa6\xbe\x0b\x80\x66\xa3\x7a\x30\xe5\xbc\xbd\x18\xba\x92\x18\x64\x8b\x81\x9e\xc4\x8d\xb7\x06\x40\xef\x22\xfa\xcc\xdf\xb5\xae\x41\x2f\x4d\x97\xb5\x33\xa7\x27\x19\x0f\x6a\xd3\xa7\x39\x19\x96\x6a\x43\xdc\x54\xfa\x02\xe8\xd1\x78\x9c\xf6\x3a\x44\x07\x00\xda\xa1\x59\x09\x80\x86\xaf\x7e\x9b\xd2\x6e\x13\xe9\x57\xce\xba\x69\x45\xeb\x3b\x63\x1f\x59\x60\x7a\x4e\x84\xda\x9c\xa1\x27\x04\x3d\x31\x79\xea\xdb\xa6\x67\x19\xdd\xf4\xb1\xd3\x7c\xf5\xbf\x75\x7f\xb9\xad\xd2\x6d\xd4\x95\x8c\x5f\xa0\x6d\xd1\x4a\x00\x80\xca\x20\x0a\x00\x9a\x19\x1a\x76\xef\x02\x64\x76\x7d\x82\xd9\x07\x75\xba\xa9\x44\x59\x88\xe1\xc3\x9a\xb9\x83\x38\x22\x7c\x05\x71\x06\xc1\x86\xf4\x6f\x3d\x48\xba\x85\xd9\x50\xe9\x4a\x65\x11\x38\x99\xb5\x0c\x15\x65\x28\x7a\x0a\xfb\x28\xe3\x8a\xe7\x3f\x7c\x11\x37\x0e\x00\xf1\x45\x61\x64\x8f\xae\xa3\xbd\x69\x89\x29\x1d\x39\x0d\x26\x52\xb0\x51\x2f\xe0\x95\x9c\x7b\xd8\xf1\x88\x3a\x82\x12\xdf\x8a\x16\xb7\x26\x12\x2f\xe2\x8e\x57\xf4\x52\xba\x49\xf9\x19\x5f\xe8\x47\x69\x9e\x51\x3b\xd8\x29\xcc\x6f\x9e\xfb\xf9\x93\xb8\x5f\x00\x10\x1b\x85\xbd\xdd\x78\xb8\xaa\x35\xdd\x58\xd3\xd1\x0e\xff\x4b\x3e\x88\x44\x22\x70\x9c\x19\xe8\x95\xe8\x10\xfc\x75\x5c\x30\x6e\x0c\x6c\x11\xe1\x30\xd1\xb9\xc2\x9b\xbc\x9a\x32\x27\x63\x80\xf6\x8b\xbe\x39\x0a\xc7\x1a\x62\x97\x78\x1a\x79\x5d\xbc\x97\x00\x88\x13\x44\xf1\x9d\xcc\x96\xef\x28\xa4\x5e\xdb\x96\x80\xd1\x48\xdf\xb7\x6b\x70\xf3\x59\xeb\x90\x13\x08\x77\x71\xfd\xe8\x43\xe4\xc2\x16\x13\x6e\x23\x75\x7f\xf9\x4c\xe2\x43\x06\x22\xfd\x33\x95\xcd\x8e\x8e\xfc\x8b\xd9\xce\xf3\xf2\xac\xe4\x76\x0b\xa7\x02\x20\x42\x8a\x17\xd9\x89\x8d\x4b\x89\xef\xb5\xfb\x5b\xdc\xc8\x8b\x25\x9c\xd6\x51\x6a\x39\x13\xd6\x4e\xa0\xfd\xc2\x72\x90\x38\xc6\x5f\xcd\x26\xcc\x08\x6b\x57\x59\x13\xc1\x87\xb3\x37\xbd\x88\xfc\x86\x77\x3f\x12\xcd\x08\x10\xce\xf0\x8c\xe5\xd8\xc4\x78\x00\x84\x5a\x69\xb1\x55\x5f\xc7\x61\x4d\x80\x7c\x1a\xfd\xd8\xb1\xa2\x1f\xcd\x4f\x38\x95\x0c\x8f\xd6\x57\x5c\x06\xa6\xad\x23\x96\xb7\xbe\xa9\x17\xb5\x82\xff\x6e\xae\x19\x47\x14\x56\xce\x59\x46\xd2\x8a\x0e\x46\x3a\xd1\xde\x4b\x4a\x3d\x83\xd8\x23\xd2\x63\x00\x08\x0e\xca\x1e\x9b\xdd\xe6\xb5\xcb\xf0\xaa\xfd\xb5\x2d\xb2\xed\x82\x33\x0d\x52\xb9\x13\xcd\xb7\xf9\xaa\x7c\x2e\x6a\x41\x1b\x51\xbe\xa0\x31\x02\x91\x2e\x7f\x5d\xca\xc6\xcc\x53\x94\xa5\x3d\x23\xec\x57\xac\x8e\xd8\x4c\x95\x29\x5d\x3c\x13\x59\x0a\x65\x35\x00\xfc\x17\xca\x6c\xc3\xe2\xf2\x2f\x26\x8c\x62\x60\x5e\x85\xf1\x04\xef\x51\xed\x11\x63\x0c\x05\xdd\x88\x31\xe8\x91\x7e\xb0\x4c\xfd\xdf\xf5\x8f\xdb\xeb\xf5\xe9\x25\x32\xd4\x26\x9d\x22\xad\x14\x4f\xd2\x6e\x8f\xa0\x53\x58\xd0\x55\xcf\x2c\xe6\x31\xcd\x1f\x00\xf0\xb9\x6a\x92\x7e\xda\xdc\xe1\xbe\x65\x72\xaf\x4a\x9f\xde\x36\x2e\xb7\xfa\x60\xf7\x2f\xf2\xe4\xfa\xce\x2e\x65\xc7\xb3\xe6\x11\xc7\xa7\xba\x4f\x6d\x8f\xed\x35\xc5\x57\x91\x02\xab\x25\xf5\x35\x8e\x65\x1e\x8d\x10\x93\x57\x1b\x21\x4f\x35\xb3\x58\xef\x0c\x00\x3f\x1d\xaa\xd7\x91\x4b\xb7\x8d\x34\xc9\x48\x15\xe9\x43\x3b\x38\x0f\xe6\xbd\x1e\xf8\x4c\xb2\xd6\x5d\xec\x9f\xd6\xc1\x6b\x7a\xdf\x1b\x58\xb7\xac\x6d\x5e\xf7\x84\xe2\x0d\x88\x77\x8e\x93\xa9\x4f\x71\x93\x6c\x95\x11\xcb\xc9\x75\xe6\x51\xcf\xdd\x4c\x17\x03\x0b\x00\x7e\x80\x76\x82\xf6\x5b\xa9\xf3\xa2\x30\xe9\xc7\x72\xf3\x82\x22\x8e\x69\x5e\xd1\xe8\x4c\x52\x5e\x5d\xe2\xd0\x8f\x8e\xb4\xa6\xf6\x81\x75\x75\xaa\xd6\xc3\x7d\xc9\xc5\xcb\x10\xbc\x6e\x6d\xea\x07\xec\x32\x07\x14\xf1\x80\xf4\xd1\x5a\x35\x6d\x22\xe3\x98\x51\x05\x00\xef\x85\x96\xd9\x79\x0a\xcd\xaf\x4f\xd5\xaf\xc2\x5c\x6f\xaa\x91\xb9\xe2\xe0\x30\x24\x6b\x29\xc1\x17\xbe\x11\xc7\x25\xb9\x20\xc3\x5b\xda\x29\xf1\x98\xdd\xe5\x4e\xb4\x2e\x82\x26\x7d\x2d\x13\x4f\x59\x17\xb9\x87\xc3\x66\xbc\xf3\x2c\xe0\x3f\xe4\x22\x00\x10\x7f\x15\xd2\x1d\x67\x90\x0b\x9a\xfa\x75\xe7\xd1\x31\x30\x86\xb4\x18\x73\x13\x9e\xcb\x7c\x8f\xfb\x03\x51\x81\xbd\x4e\xb8\x8b\x16\x36\xff\x45\x8e\xc2\xfd\x59\x66\xa3\xee\x20\xcd\x4d\x6f\x64\x6c\xa0\xcd\x88\xe4\xb1\x1f\xb3\xa6\x7a\xce\xe0\xf3\xff\x6f\x11\xe2\x4d\xc2\xeb\xf6\x03\x1d\x27\x5b\x7d\xb5\xaf\x90\x32\xf8\x56\x09\x0f\xdd\x82\x28\x60\x66\x62\x89\x68\x17\x6c\x06\x7e\x0d\xf6\x63\x73\x15\x69\x06\xe1\x67\x99\x0f\xe5\x32\x25\x6d\xce\x77\xfa\x2b\xfa\x8e\xc8\x24\x76\x15\xbb\xd5\xe3\x0b\xef\x17\xdf\x0b\x00\x71\xb3\x88\x69\x3d\xd2\xd6\x82\x8a\x82\xc2\xda\x61\x98\x1a\xd1\x1d\x84\x12\xc7\xa4\xff\x85\xba\x48\xd8\x86\x71\xc2\xb6\x92\xa7\x37\xe5\x13\xa6\x51\x17\xce\x9d\x43\xf6\x62\x94\xcd\x41\xd0\x88\xec\xb0\x88\x9d\xac\x69\xbc\x30\x8f\x33\xbc\xb1\xc2\x14\x00\x44\x66\xf1\x3d\xf3\xc9\x96\x49\xc4\x41\x35\xa6\xb5\x82\x5c\x27\x84\xc1\x37\x51\x9d\x68\x2a\x44\x3e\xed\x20\xea\x1e\x7a\x1c\x63\xa4\xb1\x10\x37\x89\x65\x2a\xc5\x11\x6b\x39\x83\x69\xbb\x29\xaf\x78\xe7\x23\x4a\x18\xb7\x84\x41\x1e\x1b\xb9\xe3\xc5\x4a\x00\x84\x3b\xa4\x62\xe3\x9b\x86\x57\x4c\xbb\x72\x5f\x33\x85\xb5\x8f\x7f\xbf\xd5\x95\xfd\x8c\x9a\x0e\xbf\xca\xf5\x44\x9e\x44\x5c\xe6\xb5\x37\xd4\x60\x02\xf8\xeb\x4a\x06\xf1\x2b\x85\xde\x69\x01\x64\x83\x68\x51\xf8\x0b\xfa\x76\x49\xa6\xc7\x52\x8e\x9f\xf4\x12\x00\x82\xcf\x72\x77\xbd\xae\xe6\x81\x74\xb1\x5c\x5a\xbf\x41\xe6\xc2\x3d\xdb\xb4\x44\xc6\x22\x37\xc2\x8e\xca\xfe\x40\xf8\xb5\xfb\xcb\x23\xea\x5e\x22\x77\xc9\x8d\xc5\x56\x6c\xbf\xfc\x73\x2a\x8b\x78\x4c\xc1\x0a\xdf\x46\x2b\x50\xfc\xe3\x71\x82\xf5\x55\x59\x05\x80\xc0\x57\x89\xd2\xe6\x56\x29\x8d\x14\x29\xbf\x66\xa1\xe1\x05\xc7\xa9\xfe\x89\x01\x47\xdc\xdc\x5c\xa7\xbf\xd0\xbe\xbc\xf5\x83\xbe\xa4\x76\x47\xc7\x75\xdd\x9a\xa2\x45\xe8\x1f\xba\x09\x29\x57\x08\x5c\x2d\x3c\x9c\x4e\x4d\x85\x06\x3c\xee\xb3\x32\xff\xdf\x93\xfc\x61\xb5\x44\xb3\xb0\x62\x6a\xaf\x40\xfc\x74\x1e\xb1\xa7\x94\x65\xac\x7d\xd4\x3d\x96\x80\x6c\x94\x76\x0e\xc0\xc5\xb0\x5a\x47\x68\xcd\xb9\x76\x82\x6d\xa0\x08\xa0\x0e\x59\xde\xa5\x68\xf1\x42\x73\x58\xb8\x89\x42\x35\x46\x79\x46\x33\xb7\xe9\x2e\x03\xc0\x6f\x85\xaa\xd4\xef\xcb\x63\x87\x3d\xc5\x39\x55\x86\x41\x33\xf3\x75\xad\x47\xff\x63\xfc\xdd\x86\xfd\x7d\x3e\xf0\xc9\x2d\xcb\x7b\xd2\x6b\xd4\xf0\x33\x5d\xb9\x85\xd7\x50\x59\x8e\xc0\x14\x09\x7e\xb2\xf5\x68\xf8\x06\x8a\x87\x79\xb6\x67\x07\x53\x6c\x98\x0d\x00\x3f\x03\xfa\x4f\xad\x28\x93\x2c\xb8\x24\x3a\x55\x79\x7d\xfe\x18\xa6\xad\x06\x3f\xe2\x82\x77\x34\xf8\x0d\xbe\x6d\xbb\xda\x32\xb9\x7f\x57\x0d\x1a\x9e\xdb\xdb\x51\x78\x15\xb9\xb7\xeb\x62\x8a\x0d\xb7\xd4\xfe\x29\xfc\x19\x79\x9b\xe5\xba\xe7\x06\x66\xa2\x31\x07\x78\xf3\x9d\xb4\x68\xeb\x71\xec\xd9\xfa\x7c\x68\x0c\xde\xb9\xa9\x5d\xb4\x90\x40\x85\x11\xe8\x6c\xe2\x07\xf8\x36\xb4\x96\xbc\x1b\x19\xd3\xb8\x87\xba\x15\xb3\xbf\x74\x13\xfd\x15\xc1\x9c\xb6\x9b\x65\xa4\x6c\x8a\x48\xe0\xa2\x98\xc0\x23\x45\xd0\xcb\x95\x00\x20\xa1\x08\x47\x2c\xb7\xd1\x3f\x9a\x2c\x9a\x44\x2c\x0e\x86\x13\x3e\xc0\xbd\x87\xcf\xa4\x9d\x22\xac\x40\xe4\xa1\x3e\x90\x7a\xd0\xac\xc6\x4c\xca\x76\xdc\xc1\xd2\x42\xba\x37\xa9\x28\x8d\xc8\xbc\x4a\xf3\x0d\x7f\xc5\xb9\xc6\xf2\xf5\x98\x21\x88\xe3\x65\x01\x20\x09\x13\x39\x99\x9f\xa3\x12\x61\xdf\xd4\x4d\xe8\x83\xf0\x4e\xa1\x3f\x56\x88\x08\xa0\x05\xe1\x1b\x51\xef\x51\xed\x44\x12\xf6\x5e\xc3\x0e\xf2\x16\xc2\xcb\x92\xcb\xb4\x4c\x4a\x74\x9a\x07\x33\x80\xbe\x36\x7c\x03\xa7\x88\xdd\x36\xf5\x3b\x7f\x37\x3f\x0a\x00\xf1\x59\x51\x9f\xf1\x69\xfb\x45\xe4\x6b\xa5\x03\xb1\x12\xe3\xcf\xef\x42\x2d\xc7\xe5\x52\x4e\x60\x8e\x11\x74\xc8\x24\x7c\x08\xe9\x6d\xfd\x0e\xe2\x16\xaa\xb0\xf8\x17\x45\xc3\x88\x4b\x15\xd3\x17\xb1\xdd\xc3\x0b\xd8\x1e\xbc\x19\x53\x1f\xf1\x8e\x0a\xf3\x00\x10\x3b\x8b\x7f\xeb\xff\x6b\xed\x26\xe6\xca\x2f\xc3\xd7\x93\x7e\xf2\x9c\x3b\x5e\x53\x76\x91\x79\xa8\x02\x9a\x00\x31\x19\x73\x93\xd1\x5a\xb7\x0b\xbf\x85\x55\x5b\x1c\x4b\x3a\xce\xa1\xa4\xdc\xa5\xc5\xf3\x36\x87\xdd\x66\xde\x17\x7a\x4e\x3d\xc7\x3d\x2b\xd6\x00\x20\xca\x90\x0e\xe8\x22\x9a\x8d\x4c\x0f\x59\x02\xec\x01\xab\x82\x63\x86\x23\xd9\x4a\x52\x6c\xc7\x63\xce\xa6\xf6\xcf\xa8\xcd\xbc\x31\xb5\xc7\xb1\x67\xf8\xc8\x22\x2c\x31\x54\x70\x2d\xa5\x92\x72\x4a\xc4\x0d\xb3\x33\xf6\x4b\xc2\xa6\x1e\xe7\x3c\x90\x9e\x03\x40\x28\x94\x47\x6b\x4e\xd6\x5b\x24\xd7\x25\xa0\x29\x41\xda\xc1\xea\x6d\xf9\x22\xbd\x41\x80\xb5\xdd\x96\x25\xc3\x1b\x11\x63\x65\x2b\x6b\x68\x68\xb6\x7c\x7a\x61\x07\xde\x5f\x3e\x92\xbc\x82\xec\xae\x88\x0b\x43\xd0\x2b\x15\x7f\x4c\xfd\x97\x7d\x48\x99\x0e\x80\x60\x48\x49\x53\xad\xac\x99\x65\x60\x88\xfc\xeb\x83\x0c\xce\x8c\x27\x4d\x69\xfa\x41\xdc\x11\x18\x4b\x3f\xad\xf5\x19\xfc\xa9\x6e\xb8\x3a\x1f\x39\xa4\xf3\x2a\x90\x60\x2d\x5a\x4b\xb2\x27\xf1\x0f\xe8\x5b\x58\x18\x2d\x0f\xaa\xf3\xf0\x61\xfd\xd4\xc8\x01\x10\x78\xab\xb9\x8a\x4f\x55\x9b\x7a\x0a\x05\xf2\x9a\x87\xdd\x09\x74\x44\x43\x6a\xd7\x58\x2c\xa7\x79\xc8\xb1\x1a\x76\xaa\x2d\xd7\x5e\x31\x0f\x85\x08\xb7\xde\xc8\xbf\x83\xa9\xb2\xd4\x26\x1d\x27\x1c\x36\x2d\x0a\xcb\xa2\x0a\x0c\x87\x3d\xb0\x2c\xa1\xae\x1b\x00\xfe\x19\x28\x4d\x51\x54\x79\x6a\xf0\x14\xff\x7a\xcd\x98\x81\x16\xda\xbe\x7a\x7c\xdf\x69\xcc\xeb\xa6\x6b\xbd\x53\x61\xa8\x56\x7b\x77\xd5\xbc\x69\x1d\xc6\x4e\x66\xfe\x56\xf4\x51\x3b\x23\x69\x0f\xa1\xd1\x9a\x1c\x06\xa7\xce\x30\x1d\xf4\xe8\x62\x65\xe8\x9f\x02\xc0\x5f\x05\x3d\x94\x9f\xa8\xf4\x99\x2f\xe1\xe3\xab\x1b\x46\xf6\xd3\xea\xeb\x76\x0f\x3d\xc0\xcc\x6f\x9a\x3d\x70\x0b\x16\x05\x7b\xd7\xb7\xaf\xea\x53\xfb\xe7\x1e\x4d\xfe\x06\x74\x5e\x97\x77\xd2\x25\xfc\x13\x3b\x22\xac\x9f\xb2\xd7\x82\xf4\xb8\xc3\x7c\x6d\x78\x0d\x00\x9f\xaa\x2d\xd7\x6e\x22\xb5\xd6\xb3\xa4\x70\x72\x6b\x13\xc4\x46\x53\x54\x30\x13\x61\x07\xf5\x11\xfc\x30\xbc\x82\xce\x41\xc6\xd7\xb8\x31\x23\x30\xfb\x0a\x16\xb0\xa7\x10\xcc\x49\x34\x6e\x16\x65\x65\x48\x37\x7f\x0f\x73\xbc\xfb\x7c\x91\x8a\x6b\x03\x40\x7a\x57\xf8\x27\x74\x81\xb0\xb3\x69\x44\x32\x9f\x78\x03\xc6\x64\x1d\x21\x87\xc1\x33\x08\xa1\x94\xd5\x88\xd9\x6d\x47\x68\x6d\xe8\xa6\xea\x41\x46\x32\x6e\x79\x41\x06\xab\x98\x94\x90\x34\x9d\xd3\x47\xfd\x15\xd2\xc8\xcf\x60\xb9\xb8\x3b\x44\x33\x78\x05\x00\x48\x87\x44\xa1\x9a\x67\x78\x2f\xd8\xdf\xe2\xab\x04\x18\x5c\xcd\x9a\x41\x3c\x82\x98\x8a\xb7\x92\x89\xa8\x93\x6d\x59\xd4\x2c\xec\x86\xea\x20\x7a\x06\x61\x6f\xfe\x35\x26\x93\xfc\x6b\xf6\x09\xf6\x33\xba\x3e\x24\x88\xb7\x9e\x5d\xe8\xae\x14\x6e\xe6\x87\x02\x20\x2d\x17\xad\x53\x07\xa1\x2f\x21\x75\xa2\x4c\x6c\x13\x7a\x3d\x63\x35\xee\x37\xf6\x3c\xae\x82\xf0\x86\xe0\xdf\x1a\x47\x76\x21\x75\xcd\x4b\xa5\x56\x53\x83\xf3\xbd\xe8\x7f\xd2\xef\xce\x9e\xc5\xd2\xb0\xfe\x0a\x3e\xca\x35\x73\x3f\xb9\x13\x05\x27\x85\x31\x00\x48\x6c\x12\x0f\xa5\x08\xb1\x84\xb0\x52\xb0\x0e\x85\x22\x21\xe8\x19\x98\x0a\xca\x64\xcc\x4f\x9c\x8c\x7a\x07\x36\x86\x70\x93\x7e\xa1\x2a\x8d\x8c\x62\xfe\x95\x57\x40\x0b\xe0\x80\xc4\x85\x4c\x7f\x1e\x32\x58\xc1\x41\x09\x1e\xb8\xd3\xf8\x37\xc4\x58\x00\xc4\xc7\xa5\x4b\xe5\x3b\xe1\x66\x46\x02\x3f\xa0\xc3\xc1\xc4\x52\xaf\x22\xf7\xb0\x06\xd0\xfb\x30\x31\xec\x07\xcd\xcf\x70\xc7\xb8\x95\x95\xf9\x44\x33\x6f\x5f\xae\x84\x02\x09\xe6\x25\x4e\xa7\x1f\x16\x39\x07\x97\xb0\x8b\xc5\xb7\xdd\x45\xbc\x77\xd2\x25\x00\x88\x9d\xe4\x49\xd2\xfc\x96\xf3\x62\x36\xe7\x7e\x9b\xaf\xc4\x99\x7c\xbd\xdd\x26\xe9\x42\x7e\x46\x96\x4b\xa7\x34\xb5\x63\x66\x4b\x97\x96\x7f\xc3\x97\xca\xe6\xe4\x68\x48\x5d\xb2\x9b\xb3\xa4\xb4\x69\x72\x6b\xb0\x2f\xf3\x86\xa2\xce\x7d\x15\xf7\x8a\xe2\x35\x00\xa2\x08\x25\x42\x1c\xda\xe8\xd0\x99\x59\x9f\x5b\x52\x74\xb9\xa4\xc0\xd6\x1f\xda\xe7\x08\x72\xfb\x57\x6d\x57\xa3\x13\x2a\x54\x5b\x50\x76\x07\x2b\x83\x9e\x64\xaf\x21\xba\x41\xa6\x99\xdf\x29\xa7\xa0\x88\xa0\x8f\x8c\xd3\x9a\x6d\xee\x17\xb8\x2e\x9a\xa9\x00\x08\xfb\xd5\x55\xc2\x35\xf5\xf1\x9d\x6f\x99\xe6\xc6\x5f\x8e\x7f\x09\x7f\xb4\x7c\xb1\xbf\xea\x48\x82\x07\xda\x8e\xd5\x7f\x46\xf0\xad\x03\x65\xe3\x31\x63\x2d\xf0\xec\x29\xf8\x33\xe6\x49\x33\x37\x90\x8f\x19\x2d\x41\xdf\x18\xce\xfa\x17\x53\x3c\x38\x6a\xed\x37\x00\x84\xf9\x9a\x8f\x82\xbb\x75\xf5\xfd\xa9\x8c\x07\x8d\x91\xbd\xaf\x08\xb3\x5b\x42\x7a\x0c\xed\x3b\xda\x5a\xbb\xc7\xd4\x77\x76\xec\xef\x64\xcd\xdd\x87\xc6\xda\xcf\x65\x3d\xc2\xe7\xda\x5c\x67\x2e\x25\x37\x58\x26\x06\x4f\xa1\x6f\x30\x5e\x9c\x92\xcd\xc9\xd7\x17\x00\x20\xf4\x80\x46\x04\x85\xb5\xab\x86\x37\x32\x70\x0d\xc2\xa1\x08\xfc\xd5\x66\xe6\x80\xb4\x9d\xd9\xba\xae\x6f\x7d\x7d\x5b\xc7\x8c\x9e\xa3\x73\x47\x51\x67\xba\x4e\x66\xdd\xc2\xed\x72\x2c\x9e\xb9\x97\x74\xd3\x16\x13\x3c\x8f\x5e\x61\x26\x4d\xd1\xb1\x5f\x1b\x4a\x00\x10\x9c\xd3\x4e\x94\x9e\xa5\x6f\xa9\x5f\xc8\x79\xcf\xa0\x34\xad\x26\xb7\x32\x5b\x61\x2b\x90\xb9\x2c\x2a\xfc\x52\x23\x89\xbd\x0c\x99\x52\x76\x9a\xf3\x1b\x73\x30\xdb\x83\x67\x25\xd8\x13\xe4\x02\x1c\x65\xf9\x0c\x89\x48\xc6\x74\x76\xb5\x48\xfe\xe2\xf6\x00\x20\xdf\x21\xbc\x2d\x9d\x46\x1b\xd7\xb4\x88\x53\x48\xfb\x00\xa3\x91\xf6\x33\xdc\xe1\xb3\x10\x2b\x98\xc5\x88\xe0\x86\xdb\xac\x05\xe8\xa2\xb2\x5a\x4e\x10\xae\x33\x6b\x15\xf7\x1c\x29\x20\x61\x16\xff\x04\xf5\xe5\x8c\x62\xd1\x18\xe6\x4f\x57\x95\x44\xc4\x4b\x03\x40\x2e\x12\xc5\x48\x6a\x28\x30\xd8\x9f\x6c\x33\x55\x02\x6f\x21\xf9\xd0\x8e\x76\x3c\x44\x4c\x60\x78\xa1\x06\x1a\xca\x98\x5d\x58\xc5\xdc\xf3\xec\x54\x82\x3d\x2b\x87\x3b\x9e\x7c\x33\xfe\x11\x3f\x84\x8e\x99\xe1\x29\x54\xb0\xa3\x5c\xb9\x12\x0f\xfe\x24\x00\xe4\x71\xa2\xb5\x22\x3e\x31\x13\xe9\xcf\xbc\x41\x9a\x8f\x2e\x26\xd8\x28\x91\x58\x4c\xfb\x56\xea\x1f\xf8\x2d\xf5\xa1\x74\x35\x69\x66\xe9\x45\x26\x9e\x72\x22\x93\xc6\x16\xd0\xfb\xe3\x2b\xb9\xe7\x58\x3d\x01\x67\x04\x04\xee\x51\x57\xba\x38\x59\xf0\x1b\x00\x99\x40\x32\x4e\xf0\x0d\x97\x84\xbf\xc8\xa0\xe3\x4f\x13\x97\xe2\xf3\x89\x56\x32\x02\x0e\x91\x49\xd4\x8c\xba\xc9\x54\x2a\x3d\xab\xe4\x09\xdd\xc6\xac\xcb\x58\xc3\xbc\xcd\xee\x89\xbb\xc0\xe1\xf0\xc6\x06\x2c\xe0\x97\x08\x16\xb8\xea\x44\x65\xe2\x99\x00\x48\x37\x4a\xbb\xf9\x95\xe8\x5a\x7a\x38\xed\x2b\x76\x06\x03\x8f\xfd\x85\xf7\x60\x2e\x6e\x6b\x27\xc6\xb2\x7e\xd7\x8e\x23\x53\x38\xaa\x92\x31\xd4\x13\xbc\x89\xe9\xef\x19\xf5\xfc\x1d\x71\x48\x76\xa4\xb0\x33\x40\xca\x9b\x25\x36\xb8\xae\x10\x62\xa5\x68\x00\x24\xff\xc8\xa7\x73\xfd\x3a\x36\x0b\xbf\x50\xbe\x20\xf7\x88\x46\x31\x91\xe8\x57\xe2\x58\xd8\x4e\x5c\xad\xf8\xcf\xea\x61\xc2\x4d\x89\xb4\xe8\x1a\xd9\x28\x4d\x4a\x9f\x4a\xc3\x4a\x7f\xc4\x5e\x67\x4a\x64\x8f\x03\x1a\x38\x27\xe5\x17\x5d\x2f\x0a\xca\x15\x36\x00\x24\x93\x95\x29\x6c\xa7\xb6\x4e\xc8\x44\x9e\xd1\x7e\x0f\xaa\x41\x99\x90\x70\x68\x42\x4b\x19\xfa\x3f\xcd\xb5\x79\x08\xdc\x31\xcd\x96\xc2\x4b\xc4\xdd\x1a\xdd\x9c\x0a\xca\x6d\x4d\x47\x2c\x91\x31\x53\x93\x13\x50\xc4\xde\xa5\x99\xe0\x36\x86\x2f\x55\x3b\x00\x10\xf3\xd5\xae\x4c\x2d\x2c\xd4\x8e\x27\xee\x6c\xdb\x63\xeb\x42\x66\x77\x10\xad\x43\xcd\x91\xa8\x04\xcb\x92\x2a\x1a\x36\xd8\xbc\xbc\x70\x0a\xa1\xcc\xb4\x34\xed\x20\x79\x89\xb1\x2b\xd6\x9f\x3e\xcb\x40\x0a\x98\xcd\xfa\xa6\x1f\xe7\x96\xc1\x7b\xad\xad\x07\x40\xec\xa1\x59\xc4\x78\xdb\x52\xd3\x23\x23\x26\xb4\x3e\xe9\xae\x43\xec\x68\x1f\xe9\x1a\xd3\xb4\x13\xc9\x74\x6c\xab\xf2\xc2\x30\xec\x8d\x05\xe7\xf1\x6b\xad\xef\xd2\xfa\xc8\xbe\x16\x76\xac\x1b\x6d\xbf\xe9\x54\x40\x31\x6b\x89\xe1\xba\x1b\x9a\xb7\x5a\x67\x07\x40\x74\x1b\x2a\x65\x68\x9b\x57\x0f\x5c\x21\x1c\x6f\x4d\xe9\xc7\x22\xe0\xf0\xd7\xbd\xe7\x9b\xd8\x88\x63\x3d\x69\x95\x8f\xd1\x67\xba\xf4\x05\xdb\xf0\x5e\x8e\xf3\x69\x9d\xa4\x2e\xdb\xdb\xd8\x10\x5a\xa9\xe5\x4a\x80\x88\x95\x6d\xc2\xb8\x2d\xe1\xd5\xe9\xff\x9f\xd0\x0d\xed\xe1\x60\xb8\x55\x0d\x63\xc8\xb7\xb8\x4f\x9a\xde\xa1\x56\xf1\x96\xc3\x6e\xb5\xc4\xf2\xdb\xe1\x3f\xaa\xbe\x0b\x52\x91\xb0\x42\x2f\xe1\x4c\xcc\xc3\xb4\x70\x51\x35\x61\x73\x74\x89\xf8\x18\xe5\xa8\x9f\xa7\x94\xc9\x0c\x9a\x58\x21\x9f\xc7\x5d\x05\x80\x72\xa5\xf0\x5f\xb6\x91\x7d\xb5\xe9\x0c\x39\x98\xd3\x09\xd3\xa2\x26\x73\x59\xf0\x8c\xe6\x4e\x5e\x19\x22\xbc\x8a\xc6\xcf\x45\xcf\x2d\xe8\x12\xc0\x71\x7d\xa9\xbb\x85\xc3\xa4\xc8\xa8\x6f\xe2\xd9\xd4\x8f\xbe\xdf\x24\xdf\x58\x93\x26\xce\x93\x7d\xf9\xbf\x81\x28\xe9\xa2\x0c\xd6\x62\x16\x1a\xb6\x8f\x04\x67\x67\xc0\x0b\x90\x64\x4e\x5a\xc7\x91\xa6\x97\xdc\x78\x94\xb8\xf2\x0c\xaf\x08\x8b\x2f\x70\xe1\x2b\x09\x92\xd4\x62\xc1\x7d\xf2\xb9\xa8\x2d\xa2\x6e\x7a\x8b\xef\x2d\x89\x98\x1d\x3e\xb1\x4c\xd6\xcb\x77\x02\x40\x19\x2c\xda\xcc\xb8\x42\xe7\x22\x2e\x12\x56\x32\x74\xa8\x97\x1d\x67\x99\xfb\xb0\x4e\x8d\x06\xd6\x17\x3c\xac\xa2\x97\x53\x4f\xbc\x9d\xf7\x83\x7b\x92\xa2\x4d\xc1\xf1\xf1\x74\x4c\x54\x80\xb0\x8a\x45\xf4\x5d\x2d\x26\x71\x57\x4e\x6c\x93\xee\x14\x3c\x05\x40\x41\x14\xff\xa6\xb3\x29\x3c\x7c\x11\x1e\x49\x3d\x4e\xf8\xdd\xbe\x8c\x9e\x43\xda\xd1\xc0\x67\xec\xa0\x2c\x2a\xef\x63\xd5\xd3\xb6\xe4\x45\x72\xc6\x30\xee\x25\xef\xe4\xde\x64\xa7\x46\xee\xe6\xff\xe0\xee\xf1\x85\x44\xd5\x02\xdc\x44\x95\xe4\xac\x18\x00\x20\x5f\x28\x85\xa8\x4f\x88\xab\x68\xd3\x71\xee\xe4\x44\x3a\x1e\x6e\xa3\xdc\x64\xac\xaf\x67\xd0\x3a\x59\x61\x65\x4b\x19\x24\xf6\xbe\xdc\x36\x56\x1d\x17\x9b\xec\xcd\x41\xf0\xe3\x23\xd1\xbc\x9d\xc2\x08\x5f\xa6\x30\x57\x9c\x36\x71\xb7\xf8\x6f\x69\x38\x00\xb2\x5b\x72\x27\x8a\x2b\x2e\x41\xc0\xc1\x94\xe3\xef\x08\x03\x5b\xef\x11\xf7\x08\x0f\xd6\xbe\x23\xef\x10\xc9\xe7\x22\xa9\xd7\xc4\x8d\x39\xd5\x8c\x29\x92\x94\xa4\x2a\x16\x43\x1a\x1d\xf1\x9e\xeb\x2a\x2b\xf4\x45\xf1\x6f\xca\x5b\x26\x7e\x15\x9d\x54\xcc\x06\x40\xfa\x41\x39\x91\xf8\x1d\xed\xa4\x6e\x43\x19\x30\xbf\xd5\x05\x30\x02\x3e\x4c\xed\x5f\xb3\x92\xd8\xa1\xf6\x2e\x2d\x23\xef\x53\x07\x64\x13\x69\xd9\xea\x88\xd9\xf3\x19\x0f\xd4\x49\x11\xbd\xec\x7d\x6a\x98\x6f\x1d\xef\xa4\x1a\x36\x29\x51\xf8\x9f\x7a\x12\x00\xd2\x26\xd5\x69\x42\x0f\xe2\xb5\xe5\x18\x32\x13\x3d\xce\xe2\xdc\x92\x88\x2d\x36\x27\x55\x2f\xc6\xcf\x37\x31\x4a\x84\xa4\x40\xe3\xca\xac\x03\x94\x4b\x86\xc7\xb3\xc3\xe8\x9b\x0c\xd3\x22\x6a\x58\x47\xf4\x59\xbe\xf9\x3c\x57\x5d\xd0\xa4\x66\x21\x19\x5a\x0b\x80\xe4\xb9\x66\x1e\x61\x0c\x62\x4c\x67\x0f\x62\x1b\x6a\xa6\xc3\xdc\xbc\x11\xa3\xb0\x63\xaa\x73\x70\x0f\x6c\xf3\x4a\xe2\x88\x54\x6b\x78\x96\x9e\x92\x6a\x99\x90\xf8\x83\x1e\x61\xba\x10\x51\xc0\x6a\x30\x2a\x7c\xab\xb9\x5b\xf5\xb7\x27\x71\x85\xa1\xda\x9b\x00\x48\x36\x69\xde\xe2\x07\x3a\x0a\x7a\xd7\x23\x6a\x91\xe2\x1e\x72\x73\x1b\xfa\x7a\xf7\xd8\x79\x3f\x70\xd9\x9d\x2b\x4b\x9c\x09\xa7\x1d\xa9\x59\x5c\xf2\x22\xdb\xf1\xc4\x9f\xb4\x25\xd6\xd4\x88\x5a\xe6\x1d\x33\xdf\x97\xce\xad\x36\xb6\x4c\x5a\x29\x38\xa1\xfb\x0b\x00\x09\x12\xa2\x62\xf6\xc8\x0e\x37\xf4\xc2\xb3\x65\xd7\x9a\x79\x0d\x6e\x72\xcf\xd6\xc6\x0a\x96\xbc\xa8\x9d\x54\x30\x47\x6e\x42\xee\x9b\x83\x92\xbf\xc4\x16\xc6\x2f\x56\xe0\x89\x53\x83\x2b\x95\x9e\xd4\x24\x8f\x6b\xca\x47\xcc\x81\xb1\x07\x54\x2f\x79\xae\x00\x68\xaa\x45\x24\x4c\xa0\xb4\xbd\x39\xb2\x6d\xbd\xb4\x0b\x76\xa1\xde\x2e\x7d\x0e\x97\x97\x7f\x94\x65\x20\x50\xf9\x87\x65\xa3\x68\x55\xda\x77\xf9\x0c\xdc\xc5\xf8\x3a\xf9\x0e\x12\x3e\xd8\x53\xa1\xa6\xe5\x7b\x9c\x52\x32\x59\x88\xb1\x47\x54\xbd\x3c\x0d\x00\x9a\x29\xa2\x2e\x34\x5f\xfc\x11\xf6\xb0\xcd\x43\x52\x06\x6f\xa9\x1f\x27\xd9\xd7\x71\xa9\x9c\x2b\x8d\x44\x19\xf3\xcb\xa5\xab\xb1\xfc\xb4\x01\xd9\x5c\x42\x77\xdc\x4f\xd9\x0f\xf2\xeb\xa0\xbf\xe5\x8f\xe9\x26\x8f\x83\x8a\x37\x6c\xe4\xd8\xb3\xaa\x44\x7e\x32\x00\xea\x23\xa2\x4f\xa8\x58\xe1\x64\x84\x06\x76\x56\xb8\x0a\x35\x58\x7b\x52\x84\xc4\x6c\x2d\x6b\x15\x4f\xc0\x7b\xe4\xd5\x8a\x8f\x13\x97\xa6\x1e\x95\x0c\x53\x10\x71\xcd\x52\x1d\xbd\x3a\x48\x23\x5b\xcc\x22\x7b\xac\x93\x3f\xe0\xee\x1e\xfb\x4e\xd9\x2c\xf8\x08\x80\xda\x4d\x12\x81\x78\xce\xe3\xe1\x5a\x5a\x96\xf0\x67\x11\x62\x6a\xce\x08\xc6\x10\x7f\xce\x65\x09\x1e\x93\xff\xcb\x95\x0a\xef\xd0\xc2\x53\xbd\x44\x8f\x19\xf4\xd8\x4b\x92\xb1\xac\x47\x41\x85\xd2\x06\xae\xdd\x63\xa9\xec\xa4\xa0\x61\x5c\x8c\x82\x2e\x7a\x0f\x80\xaa\x48\xda\xdb\xc1\x62\xdf\xa4\x2c\x6a\x16\x71\xf6\xd3\x3c\xab\xaf\x71\x0f\xd2\xb5\xa5\x76\xde\x55\xa6\x5f\xce\x7a\xc1\x38\xd6\xa5\x14\xba\x30\x87\xb3\x24\xb6\x41\x64\xe3\xf5\x05\x4d\x90\xb8\x0b\x8e\x79\x2c\x97\xee\x16\xfd\x3b\x8e\x2b\xd7\x49\xbe\x03\xa0\x54\xc8\x27\xc1\x37\x30\x4c\x3c\xef\xc6\x6b\xcc\x41\xfe\xf8\x79\x8d\xac\xcb\xfc\x27\x25\xb9\x9c\x30\xc1\x5f\xd9\x3d\xdc\x3e\xe1\xfd\x64\x23\xdf\x5b\xf4\x2d\x66\x8d\x60\x9b\x24\x2e\x70\x9b\x88\x2e\x35\x7a\x2c\x94\x34\xca\xce\x8c\x3b\x2c\x43\xcb\xcf\x01\xa0\xd0\x2a\xde\xb4\x7e\xa7\x6e\x50\x94\x36\xe0\x68\x2f\x14\x94\xaa\x18\x46\x99\x42\x5b\x9c\xc3\x3c\xaf\xf8\x23\x6b\x07\x5b\xae\x74\x4d\x7a\xc8\x9d\xa3\x44\xc6\xc4\xf0\x83\x95\x7b\x03\x95\x42\x4f\xd5\x6c\x8f\x35\xe2\x1c\x15\x6f\xdc\x6f\x29\xa4\x22\x01\x20\xbf\xa1\x82\x60\x17\xc9\x5c\xc3\xfd\xfa\x7c\xca\x63\x03\xa9\xd2\x9b\xc6\xd6\x3f\x2a\xaa\x66\x78\xeb\xf9\x59\x63\x99\xf7\xf4\x63\x93\x2a\xd8\x57\x75\x23\xd1\xa7\xb9\xcf\x75\xd1\x81\xf9\x82\x19\xda\x15\x1e\xcb\x45\x52\xe8\xc1\xf8\xd9\x92\x57\x9a\x93\x00\xc8\x89\xea\x47\xb0\x74\xd2\x80\x35\xad\xee\x30\xc5\xd3\x62\xac\x58\x4a\xdd\x68\x3e\x56\xf8\x95\x0e\x37\x4f\xca\x3c\xc9\x8c\x36\x95\x24\x85\xb2\x13\x8d\xfa\xe8\x2d\xdc\x56\xc3\xb6\xc0\x0c\xfe\x0a\xfd\x5e\x8f\x4d\xa2\x40\x9d\x78\xfc\x5c\xc9\x12\xe8\x06\x00\xf2\x78\x8d\xb0\x65\x2f\xf1\xa1\xe3\x79\x1d\x9c\x8c\x75\x4c\xab\xa8\xa6\x3a\xdb\x83\x0b\x0f\xd0\x36\xd9\x22\x33\x57\x31\x64\xd6\x19\x49\x53\x59\x5d\x16\xaf\xe8\x6d\x9c\x93\xa6\x77\x81\xe5\xfc\x18\x63\xa7\xc7\x65\xe1\x76\xfd\xbd\xf1\x1a\x49\x91\xf6\x0c\x00\xb2\xbf\x34\x5f\xeb\xab\x0c\x6e\x8d\x35\x95\xab\xf5\x23\x2d\xa1\xc5\x74\x7d\x61\x1b\xc8\xbe\xa1\x3b\xd9\xe1\x93\x72\x48\xd7\x86\x62\xc6\x27\x6a\x7f\x63\x7f\x86\xde\xd6\x6e\x24\x5e\xf3\xad\xd2\x52\x68\x93\x5c\x4f\x6b\xf3\x58\x5c\x00\xb4\xe5\xbc\x2b\x00\x68\x1d\xe2\x94\xba\x53\xba\x3f\x9b\x2d\x95\xd9\x3a\x42\x6b\x56\xb1\x97\x2e\x08\xfe\x31\xdb\xa0\x3d\x8e\xb8\x9b\x22\xd5\x72\x31\xe3\xe2\xbe\x68\x93\xf1\xb8\xd0\x2d\xd0\x2f\xf2\x58\xdf\x14\xe8\x2a\xed\xb3\xeb\x55\xe8\x14\xdb\x17\x00\xe8\x35\x3f\xee\xff\x39\xe2\xfc\xba\x1c\xad\x02\xf6\xb1\xe2\x98\x36\x01\xae\x2e\xda\x0a\x7d\x41\xf8\x66\x27\x43\x3b\x51\xd7\x52\x62\x20\x08\x7b\x39\x6e\x27\x84\x20\x82\x50\x0d\x54\x48\x61\xf8\x06\x41\xe9\x8c\x40\xd7\xdb\x50\x19\xfb\x1b\x00\x90\x8e\x7f\x18\x00\xe8\x8b\xd8\x56\x5b\xac\xbe\x80\x08\x2d\x7f\xaa\xde\x8a\x6a\x2f\x7c\xad\xde\x88\x19\xc9\x12\xaa\x97\xe1\x27\x27\xab\xd5\xcb\x88\xdb\xe3\x12\xd5\x1b\x29\x96\xd0\x60\xf5\x11\x7a\x9f\xcf\x6b\xf5\x3f\xac\xd3\xae\xaf\x35\xc9\xbc\x10\xe0\xa5\x99\x2f\xec\x00\x00\x4a\x93\x2c\xaa\x01\x4a\x2e\x96\x57\x76\x5f\x89\xc5\x4b\x0a\xa3\x94\x0c\xa2\x24\xf3\x88\xb2\x8f\xdc\x97\xf4\x50\x79\x82\x7a\x27\x76\xbb\xf2\x37\xa3\x32\xe4\x9c\xaa\x88\xf5\xd4\xe7\xae\x6a\x3e\x77\xb7\x9b\xb3\xda\x53\x60\x07\x04\xf5\x3a\x71\x36\x00\x1a\xbc\xf4\xdb\xbc\xcf\xb2\x4f\xe4\x9a\xb9\x5f\xe5\x93\x29\xff\x14\xe0\xe5\x05\x34\x6b\xa6\xa7\x7c\x90\x51\x9e\x54\x26\xff\xc6\x8a\x8b\xcd\x53\x20\x39\xf1\x21\x2a\xc5\x59\x5e\x8d\xcf\x05\x65\xa3\x60\xbb\x5b\x94\xf2\x87\xd8\x19\x1c\x50\x1d\x93\x06\x03\xa0\x5e\x24\xef\xa8\x32\x88\x37\xb0\x7f\x97\x6e\x12\xff\xcb\x0d\xc9\x0f\x95\x08\x79\x59\x19\x6e\x92\x6f\x7c\xf4\x6c\xb6\x74\x54\xb0\x3c\xa6\x5f\x56\x22\x02\x21\xae\xb2\x6f\x62\xb6\xcf\x12\xf9\x16\xa9\xbb\x5b\x91\xc2\x2e\xd3\x39\x05\x2b\x1d\xf2\xed\x00\xa8\x06\x95\x53\x2b\x63\x04\x0f\xa4\x89\x25\x3a\x21\x52\xba\x2a\xaf\x54\xf8\x43\xe6\x99\x5e\x27\xda\x22\x1b\x4c\xbc\x2f\xd6\xca\x67\xc7\x04\x4a\xe8\xf2\x9b\xc1\xc7\xa5\x70\x85\xce\xc7\x28\x6b\x55\x16\xbb\x31\xe5\x2c\xe5\x65\x27\xa9\x62\x95\x6a\x12\x00\xca\x7b\x2a\x41\x45\x18\x6f\x23\x74\xb1\x78\x94\x0f\x83\x4e\xe5\x4a\x04\x81\xd0\x86\x39\xf3\x05\x9f\xa0\xa1\x44\x84\xf0\x01\x64\x8d\x3e\x21\x7a\x07\x69\x82\x6d\x12\x7f\x88\xe1\x23\x94\xd6\x42\x05\x6e\x6a\xd9\x52\xcd\x6d\xa7\x43\x0a\x27\x4d\x34\x00\x4a\x84\x7a\x45\xf9\x3e\xee\x0d\xc3\xc5\xe2\x0c\x9e\xd9\x60\xcb\xf5\xe4\xb7\x19\x52\xe7\x34\x0a\x66\xeb\x6f\x27\xc6\x0a\x83\xf5\xea\xe8\x0d\xa2\x22\x7d\x6c\xb0\x4c\xac\xd5\xed\xf3\x91\x49\x2e\xeb\x42\xdd\xfa\x65\x45\xda\x4a\xa7\x87\xf2\xad\x50\x08\x00\xca\x30\x4d\x68\x39\x9d\x1b\x6d\xc9\x29\x7a\xc9\xbd\x69\x3e\x93\x73\x81\xb7\xce\x5c\x34\x27\x89\x2f\x35\x6d\x4b\x0c\x13\xe0\x4c\xd3\xa3\xb7\x08\x87\x8c\xea\xe0\x6e\xd1\x73\xc3\x51\x9f\x11\x49\xb5\xfe\xac\xdb\x11\xe9\x65\x5d\xcf\x98\x68\x79\x8b\x16\x00\xa0\x38\xaf\x59\x52\x90\xd9\xb5\xbd\xf1\x7d\xd6\xa3\x4e\x45\xcb\xf5\xd4\xb7\x0e\x64\xdb\xb9\x59\x58\x7b\x66\xc7\xdb\x68\xb6\x6d\x0a\x1a\x16\x32\xdb\xf2\x0c\xf7\x9f\x5f\xa3\x79\x27\xe9\xe9\x94\x63\x26\x0a\x3d\xdd\xb9\xd4\x38\x97\x3d\x00\x80\xa1\x82\x7f\x06\x00\x3d\x46\x12\x92\xff\xab\x93\xd1\x32\x3e\x6b\x85\xa3\xbe\xf5\xcf\xd4\x9d\xf6\xaa\xf6\x81\x59\x69\xb6\x7c\xa4\x25\xba\xde\x9a\x80\x39\x1a\x12\x68\x09\x24\xa4\xfb\xd5\x98\x9d\xc9\xaf\xa7\x1c\x35\x5e\xa5\xff\x72\x46\x1a\x4e\x72\xbc\x01\xd0\x3f\x17\x8c\x05\x40\xef\x25\x99\x92\xbf\xd3\x11\xda\x5a\x96\x85\xb4\x87\xc0\x9f\xa6\xf2\x6d\x29\x88\xee\x59\xce\xd6\x2c\x74\x5b\x74\xb4\xa5\x08\x87\x0f\x71\x32\x57\x12\x37\xf8\x15\x98\xe6\x51\x53\xa6\x9c\x30\xa6\x31\xc7\x39\x73\x0d\x05\x9c\x6b\x00\xe8\x45\x02\x35\x00\xba\xbd\x92\xb2\xfc\x31\xd6\xfd\x1d\x4f\x33\xff\xb4\x5c\x44\x95\xa4\xfc\x30\xff\xc0\x6c\x9a\xd9\x67\x4e\xc3\x67\x45\x9d\x35\x31\x88\xdf\x83\x8f\x1a\x97\x50\x3e\xf9\x85\x1a\xce\x33\x42\xa6\x1c\xd1\xbf\x61\xb3\x9c\xe7\xeb\x43\x78\x27\x01\xd0\xe9\x85\xef\x00\xd0\x7e\x90\xe6\xe5\x05\x99\x73\x30\xdf\x33\x7e\x99\x4c\xf8\xc9\x29\xed\xc6\xeb\xc4\x84\x99\x93\x8d\x99\x64\x42\x14\xda\x30\x42\x3d\x17\x2c\xd2\x7f\x65\x10\x7d\xbf\xeb\x6b\xd9\xb1\x53\x4e\xeb\x86\x78\xc1\xce\xe7\xb4\x5f\x84\xe3\x00\xd0\x9a\xc4\x1b\x00\xd0\xce\x90\x19\x72\xb3\x8c\x9e\xa4\xdc\x8c\x22\x03\x8a\x32\x2e\xf9\xb0\xfe\x28\xf5\x6a\x82\x55\x3f\x8f\xbe\x23\xf2\x3f\xdd\x55\xe6\xc1\xe0\x14\x5d\x2b\xfb\x83\xef\x1d\xed\x0d\x5e\xe9\x94\x6b\xda\x4a\xc1\xf5\x09\xe3\xa1\x2b\xe2\x4a\x00\xa0\x3e\x29\x17\x00\xa8\x41\x7e\x3e\x27\x5e\xbb\x9b\x15\x92\x8e\xd3\x56\xb3\x95\xc9\x5e\xd0\x47\xce\xdd\xf8\xcf\xd0\x66\x5e\x4e\xa4\x09\xa2\xf3\x77\x04\xbd\x85\x66\x09\xeb\x7c\x4f\x68\xde\x88\x7e\x4c\xf9\xaa\x19\x94\xfc\x8f\xbd\xf7\x7a\x8a\xc2\x89\xbe\x07\x1b\x41\x11\x10\x50\x41\x50\x82\x92\x41\x72\x54\x04\x09\x22\x08\x48\xce\x19\x86\x30\xcc\x0c\x4c\x60\x72\xce\x01\x18\x72\x36\x8b\x59\x14\x51\x14\x23\x98\x31\x62\x40\x45\x31\x60\x46\x45\x45\x72\x06\xed\xad\xcf\xb7\xea\xb7\x5b\x5b\xb5\xff\xc1\x7e\xef\x4b\x57\xbf\xf4\xc3\xb9\xa7\xfb\x9c\x87\xae\x73\x1f\x29\xe7\x0a\x63\xd8\x4c\x00\x84\xc1\x9c\x47\x00\x08\x37\xf2\x10\x9e\x61\x82\x39\x7a\xe6\x86\xb3\x82\x4b\x0c\x47\x27\xa9\xa0\x94\x31\x63\xd3\x20\x40\x33\x3b\xcd\x83\x04\x51\xac\x23\x6b\x6f\x0b\xfc\xd9\x87\x74\x4f\x0b\x3c\x38\xbb\x97\xab\x0b\xec\xb9\x7b\x94\x5b\x05\x2e\x3c\x22\x00\x82\x14\xde\x77\x00\x04\x38\x7e\xb5\xc7\x1e\xde\x18\xdf\x6b\x83\x1a\xef\x02\xbf\xca\x71\x82\xb7\x9f\xff\xc6\x66\x0d\xaf\x5e\xb0\xce\x7c\x29\xef\x88\x00\xbd\xb6\x9e\xd7\x21\xb8\xa9\x7b\x9c\x37\x20\x54\x5e\x6e\xc6\xd7\x12\x5a\x29\xf7\xf1\xc3\xff\xe3\x33\x7f\x9f\xe0\x05\x00\xfc\x2f\x82\xbd\x1e\x8a\xbc\x15\xa2\xa7\x6e\x87\xb8\x9f\x44\x63\x8e\x27\xb8\x8f\xc5\xca\xd6\x3f\xb9\x9d\xe2\x15\x66\xdf\xb9\x2f\xc5\x16\x6b\x6b\x79\x8b\xc4\x36\xba\xe7\x79\xdb\xc4\x7a\xcb\xfd\x79\x45\xa2\xb7\x4b\xb5\x78\x7d\x22\x0c\x00\xfc\x40\xe1\x31\x00\xf8\xc7\x84\x4b\x36\xf1\xb8\x11\xd2\xd7\x6e\xa1\x5c\x23\xe9\x3b\x47\x26\x57\x53\x7a\xdf\xba\x9b\xbb\x58\x7a\xcc\xac\x9b\xab\x26\x15\xae\xdd\xcb\x8d\x91\x06\xeb\xbe\xe0\x36\x4b\x06\x96\xf3\xb9\x73\x92\xb8\xa5\x64\x5e\xaa\xb8\xe8\xbf\x5b\x29\xca\x03\x80\x9f\x26\x4c\x73\x3f\x5b\x77\x24\x76\x8b\xcb\xc1\x5a\xe3\x04\x4b\x7b\x9f\xea\x1d\xc9\x4e\x56\x3a\x55\xb6\x69\xd1\xc6\x17\x2a\x8e\x23\xee\xeb\xab\x97\x9b\xe6\x10\xb5\xfa\x4b\x4b\xd0\xc8\x65\x7e\xf2\xeb\xd8\x1b\x8a\x97\x8a\xcd\x88\x5a\x00\x14\x36\x51\x5d\x01\x90\xd9\x31\x05\xee\x79\xb5\x79\xf1\xdb\x5c\x08\xd5\xf3\x49\xca\xf6\xda\x55\x65\x29\x3f\x2d\x61\xa5\x5b\xfa\x7b\xe3\xa3\xe5\xf7\xb3\xd6\xea\xab\x97\x25\x23\x77\x6b\x0d\x96\xbc\xc1\xa4\x2e\x0b\x96\xdb\xe0\xa8\x8a\x6f\x8a\x0e\x11\x25\x00\x14\x6e\xa5\xa6\x01\x20\x7d\xc7\xcc\x74\xd7\xa9\xb1\x4d\x64\xb9\x38\x54\x3d\x4f\xd1\xb7\xfb\x52\xc9\x4e\x7b\x6d\xf9\xa9\xc2\x15\xb1\xc7\xb8\xa2\xec\x63\xf6\x69\x3d\x58\x2a\x43\x29\x6a\x0d\x97\x18\xe6\xd5\x2c\x8b\x29\x2e\xc6\xe7\x2b\x4e\x15\xe9\x90\xdc\x01\x90\x3d\xa6\x3e\x05\x40\xca\x65\x96\x6d\x3c\x5c\x79\x22\x75\xce\xf9\x71\x05\x2d\x23\xde\xae\xb6\x3c\x24\xf3\xa1\x65\x4d\x99\x73\x4e\x8a\x71\x76\xa9\x1a\x6a\xbd\xde\x0f\x79\x5f\x9e\x83\xd6\x44\x71\x23\x2e\x7f\x59\x5a\xd1\xd6\x82\x0e\x25\x2b\xd9\x30\x45\x1b\x00\xe9\x4b\xba\x03\x00\x92\x56\x16\x7b\x43\x6f\xb9\x67\xe6\x63\xe7\x35\x65\x6e\xd9\xbf\x6d\xa7\x4b\x9d\x72\x0d\x2c\xf5\x4b\xbc\xd0\x08\xe3\x45\x72\xcf\xbc\x97\x7a\xcd\xc5\xce\x38\x81\x56\x5f\x91\x41\x41\xec\x32\xa2\x6c\x80\x1c\xa3\x94\x2a\xed\xa0\x79\x01\x20\x79\xc6\xf8\x04\x80\xf8\x2d\xfb\xfa\x06\xe3\xd2\x25\xb9\xaf\x9c\x78\x25\x1a\xe8\xd3\xb6\x05\x72\xd3\xbc\xdd\x16\x67\x8a\x63\xb1\x32\xa3\xcb\x45\x14\xfc\x7e\x3d\x61\x61\x75\xc1\x80\xd6\x33\xd9\x11\x72\xe4\xb2\x32\x69\x1d\x75\x58\xa9\x5e\x52\xcd\x28\x00\x40\xfc\x8a\xb5\x03\x00\xb1\x0a\x17\xb8\xb9\x17\x3d\xc1\x63\x1c\xbb\x8a\xd4\x08\x7d\x36\x83\x85\xc9\xc4\x78\x8b\x40\x59\x1b\xa9\xcb\x08\x27\x5b\x42\xc9\xd0\xcb\x95\xa6\xd1\x56\x69\x7d\x90\x9c\xa6\xbf\x5c\xd6\x2d\xee\x65\x76\x2c\xd6\x13\x2f\x65\x73\x01\x10\x09\x38\x6f\x01\x10\x0e\xf0\xb8\xae\xc7\x64\x2a\xb4\x60\xc7\x44\x29\x99\xee\x6c\xb3\x43\xf2\x87\x61\x6a\xb1\x5c\x92\xcf\x54\x31\x8a\x17\x7f\x63\x2d\xd3\x43\x8a\xc9\x6c\x2b\xad\x39\xb1\x02\x67\xa3\xfa\x52\x11\x92\x1b\xb7\x98\x21\xec\xe6\x05\x02\x20\x64\xf3\x7a\x01\x10\x1a\xf2\xab\x5d\xdd\xc4\xbd\xdc\x9b\x0e\xfd\xe2\x24\xde\x06\x1b\x33\xd1\x38\xef\x84\x79\xbb\x48\xc6\x5f\x65\xe4\x2a\x32\xe5\xef\xd0\x8b\x10\xf6\x0a\x96\x68\xcd\x09\xeb\x04\x18\xf5\xcd\x42\x4f\xc1\xf9\xc5\xcf\x05\xbf\x05\xaf\x00\x10\xdc\x11\xec\x03\x40\x50\x2f\x90\xb8\xf4\x89\x86\x84\xb6\x0e\x47\x45\x34\x21\xc1\x7a\x4a\xb4\x5a\x78\xce\x7c\x87\xb0\x55\xf8\xdd\x68\x8d\x30\x56\x64\xa5\x17\x2a\x34\x10\x85\x6b\xab\x0b\xc6\x44\x59\xea\xe9\x82\x33\xa2\xd0\x25\x9a\x02\xba\x68\x29\x00\x02\xac\x90\x04\x80\x20\x41\x30\xea\x22\x15\x99\x49\xb4\x1c\xb0\xc2\x66\x89\xab\xf5\x6b\x61\xb8\x24\xd6\xbc\x50\xf0\x4d\x92\x6a\xb4\x5c\x20\x91\x14\xe8\x65\x0a\x72\x24\x89\xda\x5e\x82\xed\x12\x4b\xf5\x46\xc1\x1a\x71\xfb\x12\x24\x7f\x4c\xbc\x16\x00\x81\x82\xc8\x09\x00\x81\xa6\x70\xbb\x73\xd4\xce\x67\xb1\x42\x3b\xc2\x0e\xad\x84\x6c\x2b\x74\xbd\x77\x32\xc5\xe4\x68\x6d\x55\xda\x5e\x83\x23\xd5\x8f\x32\x57\xea\x48\x2a\x27\x73\xee\x68\x8e\x56\x28\xa1\x3b\x54\x56\x94\x3e\xc1\xad\x51\x90\xc9\x1f\x13\xf3\x00\x28\xfa\x44\x25\x00\x20\x7b\xcf\x3c\xed\x34\xbb\xe3\x70\x3c\xcf\x2e\xa0\x7e\x34\xc9\xdb\x6a\x7b\x9d\x7b\xaa\xa9\xc9\xce\x9a\xbd\x19\x86\x06\x07\xab\x7e\x67\x65\xe8\x54\x56\xda\x20\xfb\x97\x2b\x96\x47\x60\x9a\x54\xd6\x97\xba\xe3\x3a\x15\x0e\xcb\xb7\x11\xbb\x00\x28\xa2\x52\xcb\x01\x90\x15\x31\xc5\x4e\xf5\x0d\xa4\xc4\x93\x76\x9a\x75\x8f\x52\x42\xac\x4c\x6a\xad\xd3\x97\x9a\x14\x55\xef\x47\x3c\x37\x38\x58\xa5\x90\xdd\xaf\x53\x57\x91\x80\xf2\x5b\xbe\xba\xac\x3a\xef\x8d\x8a\x57\x49\x1d\xbe\x55\xe1\x5a\x71\x1b\x89\x06\x40\xe1\x1c\x75\x1a\x00\x99\x25\xf3\x84\x53\x56\x6d\x77\x9a\x9e\xed\x87\x9a\xec\x8c\x02\xcb\xb1\xaa\xb9\xcc\xf7\x26\xe9\x95\x7b\x73\x68\x06\x25\x15\xb6\xa8\xed\x3a\x75\x65\x27\xf2\xd2\x96\x3b\x94\x6a\xe2\x1a\x55\x32\xe4\xa1\x05\x53\x0a\x43\x45\x22\x4a\x00\x00\xb2\x79\x7a\x38\x00\xd2\x78\x56\xa5\xe3\xc9\xea\x82\xcc\x8b\xb6\x3e\x55\xeb\xb3\xfb\x2c\xf3\x2b\x06\x72\x57\x19\x4f\x97\x9f\x44\x67\x1a\x6c\x2b\x4b\xcd\xfb\xa0\x43\x28\x81\xb8\x1d\xcb\xad\xe5\x25\x05\x14\x15\x5a\xd1\x2f\x32\x7d\x91\x45\x61\x20\x2d\x1b\x00\xe9\x08\x63\x16\x00\x09\x93\xdd\xe3\xb8\xb6\xd2\x36\xb7\xda\xe6\x52\x85\x12\x9a\x61\x31\x58\xf6\x25\xaf\xc0\xb8\xbe\xb4\x13\x8b\x32\x50\x29\xd9\x81\x2f\xd6\x89\x92\xa7\x15\x7c\x5d\xbe\xbe\x78\x25\x39\x4e\xa5\xa6\xb0\x86\x0a\x17\xe5\xca\x74\x18\x45\x00\x48\x06\x59\x2d\x00\x88\x1b\xb9\xab\x1d\xe2\xca\xb4\x70\x03\x36\x76\xa5\x9a\x84\x3c\x8b\x7d\x25\xba\x05\x33\xc6\xd9\xf2\x75\x24\xb6\xfe\x48\xb1\x21\xc5\x48\x07\x51\x64\x40\xfd\xbd\x3c\xa9\x50\x8b\x7e\x51\x65\x44\xfa\x80\xd9\xb2\x68\x5c\x22\x64\xf3\x00\x10\x57\x70\x7e\xfc\xe7\xc7\x78\xc5\x0e\x9a\xf2\x00\x2a\xcd\x7a\xbc\xb8\x80\x46\xb6\x20\x14\x1d\xa7\xd3\x8d\xb7\x17\xf6\x30\x18\xfa\x43\xb2\x59\x66\x95\x0e\x57\xe6\xcc\x6a\x5f\x5e\x27\x45\xb3\x7b\x55\x23\x25\x51\xdc\x95\x8a\x5c\xf1\x66\x9e\x09\x00\x22\x31\xef\x3e\x00\xc2\xd3\xfc\x6a\xfb\x57\x85\xdf\x39\x0d\xd6\x27\x0a\x37\x72\xad\x2c\xcc\x64\x3b\xb9\xed\xc6\xab\xa4\x7d\xbc\x6d\xfa\x4f\xa4\xeb\x78\x1f\x74\xd8\x92\x42\x3e\x66\xf9\x19\xf1\x08\xff\x83\xea\x0e\xb1\x9e\x60\xbb\xe2\x84\x28\x48\x50\x0c\x80\xf0\xbe\x00\x03\x80\xd0\x5d\x10\x6f\x7f\x59\x36\xc6\xff\x6c\x5d\x27\x0b\x12\x78\x5b\x28\x4a\xcf\x0b\xf6\x1b\x03\xc9\x82\x60\x5a\xff\x86\x24\x58\x98\xac\xc3\x16\xdf\x16\xee\x5e\xde\x29\xf6\x14\xde\x53\xbd\x29\x2a\x14\xf6\x28\xb9\x09\x5f\x09\xcf\x01\x20\xc4\x0b\x3d\x00\x10\xfc\x13\x74\xda\xd7\xc8\x0c\x45\x27\xad\x69\x52\x8a\xe8\x9b\xf9\x77\xc9\x47\xb1\x81\xd1\xb8\x64\xbd\x38\x52\xff\x86\x98\x23\x16\xe9\x94\x8a\x95\xc4\x15\xcb\x3f\x89\xaa\xc4\x1c\xd5\x71\xe1\x88\x78\xb3\x12\x51\x18\x2f\xba\x0b\x80\x50\x49\xa4\x0c\x80\xa0\x59\x18\x51\x32\x9e\x22\x08\x27\x0b\x9f\xa4\xe9\x45\xb5\xd2\xe9\xe9\x77\x62\xff\x60\x0d\x10\xbd\x89\xb9\x19\x30\xdb\x32\x55\x29\x66\x09\xb2\x31\xe3\x99\x7f\x0f\x3a\x2f\xbb\xc7\xf5\x70\xfe\x7d\xb4\x8f\xe9\x3a\x42\x34\xf6\xec\x72\x5b\x72\x1a\xd1\x0f\x00\x86\x0e\x95\x2f\x9f\x49\x22\x46\xfd\x11\x2c\xa4\x38\xc6\xfe\xa2\x1d\x4a\xd3\x4e\xe8\xcf\xcf\xce\x88\x4d\xd1\xcc\x48\xcf\xec\x49\xcf\x8a\x66\xe4\x70\x33\xbf\xfb\x27\xa0\xe8\xc8\x7d\xae\x5b\xf3\xe6\x31\x2d\x26\x77\xf0\x97\x71\xdd\xcb\x15\x48\x3f\x48\x6a\x00\xd0\xef\x51\x87\x8b\xbf\x24\x20\xe2\x24\x02\xdb\xa4\xf0\xc4\x6d\xd4\xfb\x29\x88\x14\x85\xbc\x83\x69\xcf\xd3\x3e\xa6\xb7\x23\xb8\x88\x9f\x51\x3f\xb3\xe3\x72\xcc\xb7\xbe\xcf\xe5\xa1\xaa\x5d\x7e\xe6\x99\xe7\x07\x99\x90\xf1\xab\x08\x6b\x34\x6f\x90\xf0\x24\x08\x00\x1d\x4b\x93\x17\x76\xc5\x54\xa6\x36\xf2\x82\xe3\x1e\xa5\x0f\x50\x2c\x13\x37\x65\xae\xc7\xb8\x24\xff\xc9\xae\x4b\xe3\xa6\x7d\xce\x35\x8b\x7c\x95\xb9\x1c\xfd\xd2\x6f\x26\xa7\x3c\xff\xac\x8b\x2f\x9a\x8d\xbf\x68\xfc\x1b\x7b\x87\x38\xa0\x29\x21\x22\xa9\xe6\x00\xd0\xf6\x33\xd4\xa4\x13\x11\x1d\x39\x86\x9c\x43\xd1\x81\xc8\x19\xd2\x85\x38\x25\xd4\x2b\xd4\x68\xa2\x22\xe6\x7c\x2a\x26\x65\x6b\xfe\xa5\x88\x2f\xe9\x77\x71\x4f\xfd\xac\xb2\x76\x16\xa8\x39\x37\xe6\xbe\x26\xe5\x1b\x8b\xf3\x29\x94\x61\x4d\x7c\x41\x3c\x9d\x01\x00\xf5\x2e\xf3\xa2\xc4\x2c\xd4\x0c\x6b\xc0\xd6\x0c\x9f\xc5\xd1\x88\x09\x51\x7f\xf1\xdd\xb9\xd7\xe2\xb6\x16\xac\x4d\x41\x25\xde\x27\x96\x46\x28\xa4\xee\x25\x2b\x6c\xc1\x22\xae\x53\x6a\x9c\x75\x91\x61\xb4\xad\xc6\x2e\x79\x6e\x8c\x65\x9a\x54\x42\x02\xb3\x17\x00\xca\x2c\x3b\x53\xf8\x32\x70\x3f\x63\x23\xa3\x6f\xfb\x13\xc6\x03\xc2\xd6\x70\x17\x66\x72\x4e\x7f\xd4\x1b\xe6\xa3\xa4\x07\x71\x37\x58\xf1\x61\x6d\x49\x13\xac\x3e\x5f\x66\x3a\x93\x4d\x76\x92\x64\xe7\x72\x56\x1b\xab\xa1\x4f\x72\x3a\x35\x0f\xe3\x1d\xb9\x69\x00\x50\xac\xb8\xf7\xf9\x79\x5b\x1f\x49\xbe\xd1\xee\x07\x22\x24\x75\x38\x5e\x88\x95\x64\x6b\x76\x54\xc4\x3a\xf1\xb3\xc4\xbc\x98\x24\x31\x36\x74\x6f\xc2\x27\xd1\x94\xcf\x99\xd4\x4b\x22\xbe\xd3\x8a\xcc\x59\x91\xa2\xd1\x38\xaa\x5a\x48\xd6\xec\xc3\x15\x08\xee\x01\x40\x6e\xe3\xcf\xf0\x16\x6d\x51\xad\x1c\xa3\xe2\xfc\xdf\x56\x0c\x60\x37\x04\x7d\x2c\x7f\x91\x65\x15\xb6\xa2\xac\x30\x21\x27\x4a\x5e\xea\x1e\xf2\x39\x3e\x54\xde\xeb\xb3\x2d\x25\xb3\x18\xe1\x38\x8d\x18\x2e\x7c\x60\xec\x91\x7b\x4b\xa6\xbc\xdc\x17\x3b\x23\xfe\x0b\x00\xb9\x54\xf8\x8a\xbb\xd3\x77\x75\x7d\x1e\xe5\xd3\xd6\xc1\xba\xd5\xf9\x5d\x41\x4a\x35\x8d\x99\x5d\xa1\xdb\xab\xa6\x12\xb4\x22\xdf\x54\xfa\x84\x9c\x8d\x3b\x5d\x4e\xf4\xf1\x48\x7e\x53\x2a\x71\x5a\x82\x28\x91\x67\x19\x33\x73\xf1\x45\x2b\x96\xcb\xb1\x77\xa4\x08\x00\xc8\x5c\x51\x39\x37\xc3\x27\x79\xd7\x1c\x85\xb7\xd5\x76\x27\x3d\xbf\x22\x30\xa2\xa1\x25\x73\x4f\xc8\xc1\xba\x8b\xf1\xa3\x91\xbe\x35\xc7\x43\x5a\xe2\x4c\xab\x04\x3e\x49\xc9\x29\x15\xd6\x4e\x8e\x08\xfb\x52\xa9\xf1\xbb\xdc\x55\xc5\x57\x96\xff\xc4\x96\xc8\x70\x00\x90\x53\x45\xff\x8a\x52\xd3\x4e\x87\x97\xf3\x44\x19\xfa\x51\xf7\x29\xdb\x11\x27\x62\xff\x62\xec\xb3\x64\x89\xa4\xb4\x98\x9c\xfd\xa9\x2b\x22\x8f\xe4\x0e\x66\x7c\xf0\xbb\x8f\x91\x65\x7f\x73\x01\xd8\x23\xe8\x08\xe3\x0f\x84\x79\xec\x73\x4d\x29\xf9\x16\x91\x08\x00\x63\x03\xf5\x5e\x61\x6a\x4a\x73\xd4\x00\xf7\x54\x9a\x5f\xec\x57\xb2\x20\x43\x29\xa1\x0f\xcd\xcb\x5c\x96\xa2\x96\x7a\x3d\x3b\x36\x3d\x2b\xd2\x08\xf9\x2c\xf3\xa7\x5f\x3c\x7a\x27\xf2\x88\xf3\xf1\xfc\x8f\x98\x2b\xc6\xd5\x04\x14\xee\xb7\x26\x82\x1c\x4d\xda\x08\x00\xfd\x0f\xcd\x45\x16\x9d\x74\x3c\x2e\x97\xd3\x9d\x82\x49\xb4\x22\x9d\x49\x4b\x4d\xfe\x84\xba\x97\x51\x95\xd6\x95\x6a\x9c\xa5\x84\xf8\x18\xb1\x33\xa7\x25\xc7\x70\xcb\x67\xd4\x61\x54\x95\x73\x64\xfe\x8a\xfc\x70\xe3\x20\xfc\x3d\x82\xbd\xa6\x13\xe9\x0d\xd9\x1c\x00\x7a\x2d\xed\xa1\x24\x3a\xee\x6d\x2a\x97\xad\x96\x30\x9c\xde\x49\x34\x4d\x76\xc9\x5c\x92\x9b\x9f\x7a\x3e\x9b\x98\x3c\x99\x41\xc9\x5d\x1c\xde\x90\x45\x46\x77\x6c\x51\x43\x5e\xcd\x3f\xe0\x74\x1a\x43\xc4\x9f\x33\x7a\x80\xe3\x11\xc7\x35\x17\x11\x5f\x51\xfd\x01\xa0\x3d\x64\xf8\x8b\xb2\xa2\xed\xb2\x7b\x98\x89\xb1\xc5\xc8\x36\x42\x73\x82\x2e\xaa\x0e\x69\x9e\xd4\x87\x61\x26\x7d\x4a\xfd\x92\x2f\x0a\x3b\x8c\x70\xc1\x1d\xf4\xf5\xc9\xee\x26\xfc\x76\x5a\x83\x7a\x45\x4a\x31\x42\x63\x9d\x29\xc3\x1a\x13\x05\x5d\xf4\x0a\x00\xa8\xe3\xcc\x9f\x82\x83\xe1\xcd\xf9\xe7\xe8\x77\xa3\xa2\x70\x2b\xf0\xdb\x62\xad\xf0\x84\xec\xe1\x04\x3b\xc2\x9d\xc4\xf7\xc9\x24\xa2\x77\xe8\xed\x74\x2d\xd2\x75\x1f\x69\xe6\x3f\x0a\xc2\xb1\x3e\x37\x92\x66\x6a\x64\x9d\x37\xc3\x50\xd2\x54\x25\x3c\x61\x0e\x00\x40\x5d\xcf\x2e\xe7\x45\x6d\x77\xa1\x17\x53\x0f\x87\x59\x33\xec\xb0\xb1\x91\x49\x8c\xc7\x59\xb6\x31\x77\x99\x21\x09\xe1\x09\x54\x66\x7f\x88\x24\x85\xc6\x62\x79\xef\xc9\xb8\xc5\x36\x73\x54\xcf\x21\xb0\x3f\x1a\x69\x62\x0a\x38\x47\x34\x5d\xf1\x27\xb9\x89\x00\x50\x62\xb8\xfd\x1c\x97\x6d\xa1\x12\x0d\xf2\x9d\xe0\xd3\xe2\xae\xbc\xd6\x30\x7f\xb1\x0c\x71\x26\x4a\x5d\x6c\x16\x37\x1f\xb7\x4a\xf4\x74\x3b\x3d\x09\x2d\xc2\x7b\xbd\x4f\x5f\x2a\xd2\x74\x38\x9e\xbd\x58\x78\xca\x68\x09\x3a\x4e\xe8\xa1\x49\xc3\xfd\x10\x34\x01\x40\xee\x13\x2c\x62\x5d\xdb\x4a\xaf\xf8\x4a\xca\x08\x34\x2e\x1f\xc0\xa4\x6d\x9f\x2f\xfb\x9c\x51\x14\x3e\x57\xda\x14\xa7\x10\xe3\x5d\x42\x08\xee\x4c\x78\x22\xb7\xf0\xa2\xa7\x36\x17\x3d\x72\x28\xcf\x9c\x2a\x8c\x31\x0a\x47\x49\xa5\x2d\x9a\x5f\x70\x68\xf1\x7d\x00\xc8\xa7\x84\x4f\x59\x7e\x7e\x92\xba\x50\xe2\xbb\x6d\xce\xb5\x0a\xe8\xdf\xdb\xd7\x56\xef\xc8\x58\x1f\xee\x50\xa5\x18\xdb\x16\x2d\xaf\xc8\x0a\x6e\x48\xb0\x29\x3b\xed\x85\x4f\x35\x2a\xf9\xec\x70\x30\x53\x5e\xfc\xc9\xa8\x0e\xb5\xbe\xb0\x65\xb9\x03\xce\x59\x6a\x06\x00\x79\xa7\x48\xc4\x1c\xdd\xd2\xb9\xb3\x87\xc8\x0e\x20\xef\x08\x43\x1f\x0b\x46\xd5\xd7\xa7\xcf\x84\x49\x6a\xdb\x62\x1b\xa2\x7e\x56\x77\x04\xd7\xc5\xef\xaa\x6c\xf5\x92\xa7\xec\x2d\x67\x3b\xf4\x64\x5a\x94\xfc\x35\x1a\xca\x7d\x51\x1c\xba\xbc\x14\x3b\x26\xb3\x05\x80\x5c\x20\xfa\x23\x91\x64\xcc\x86\x1f\x63\x2b\x65\xba\x45\xfd\x28\xf8\x99\x75\x39\x4e\x3d\x77\x71\x0e\x22\x91\x93\x8c\xcb\x0d\x49\x5d\x13\xbe\x14\x4d\xcc\xe8\xf7\x65\xe5\x7d\xcc\xfe\xe3\xa4\x8b\xeb\x44\xc7\x18\x45\x17\xfc\xc6\x7e\xd6\xc0\x53\x18\xc4\x0a\x00\x18\x4d\xd4\x71\x71\x45\xfa\xe2\xa8\xef\x2c\xdb\x0c\x46\xec\x97\x02\xab\x4c\xc3\x84\xe7\x48\x44\xd6\x58\xca\xe2\xa4\x8f\xc8\xa5\xe9\x88\x30\x39\x2a\x35\xb3\xdf\x57\x03\x33\x83\x3c\xec\x78\x0b\xa7\x8c\xb9\x60\xa4\x51\x90\x8a\x9b\xd0\x48\xa6\xa8\x92\xc2\x00\x60\x64\xd3\x92\x45\x35\xa9\x2b\xe2\x82\x99\x21\x69\x67\x12\x95\x09\x39\x19\xc2\xe4\x6b\x39\x17\x33\x05\x69\x17\x92\xc2\xb3\xaf\x21\x9e\x86\xa9\xe5\xfa\xe4\x68\xfa\x1c\xc2\x2c\x45\x15\x3a\x62\xb1\x3e\xf9\x01\xeb\x1e\x10\x6e\x10\x9c\x35\x36\x92\x6b\xc9\x1b\x00\x60\xa8\xd3\xfe\x08\x4e\x24\xfa\xa7\x26\xd3\xf7\x24\xbb\xa5\xef\xc7\xfd\x4a\x4d\x40\x7c\xca\xc6\xa5\x37\x65\x07\x27\x3a\x65\x6e\x46\x7e\x0a\xd5\xcd\xd1\x44\xef\xf6\x7e\x87\xb2\xce\x97\x39\xf4\xe6\x1d\xc7\x1f\x5c\x97\x84\xe7\x12\x87\x35\xd6\x90\x1a\xa8\x61\x00\xd0\xb7\x31\x90\xbc\x7d\xb1\x37\xb3\x4b\xa9\x6f\xe2\xc7\x90\x04\x2c\x36\x29\x0e\x15\x99\x65\x91\xf2\x11\xb3\x31\x41\x3f\xfd\x42\x7e\x60\x88\x45\xe6\x3b\x1c\xc1\x7b\x39\x32\x90\x70\xc3\x21\x10\xa3\x43\xf2\x5e\xa7\x84\xdb\x48\xf9\xaa\xb1\x82\x58\x4d\xaf\x01\x80\x46\x66\x2d\xe1\x0c\x47\x25\xe4\x07\x51\x82\x63\x9e\x63\x9b\xf2\xfe\xc5\xf3\xf1\x6a\x88\xa1\x24\x1f\x02\x3a\x7e\x55\x6a\x54\xc1\xcf\xed\xfe\x19\xb7\x49\x54\xaf\x84\x6c\x36\xc5\xcc\xfe\x21\xaa\x9e\x3a\xbb\xf6\x09\x56\x81\xfe\x47\xc3\xa0\x60\x0f\xf3\x13\x00\xd4\x93\xec\xa3\xac\xdd\xa1\x43\xb4\xd7\x24\xf7\x88\x56\x7a\x19\xc6\x36\xfa\x14\xc3\x2b\xc3\x27\xee\x23\xe3\x4e\x6c\x75\x52\x16\x33\x3f\x58\x23\xcd\x85\xa5\xb5\x99\x9e\xb9\x9d\xf5\xc4\x3e\x0c\xd9\xc1\xde\xbf\xf6\x46\x1e\x87\xc3\xd2\xc8\x24\x50\xb9\xfe\x00\x50\x5e\x70\x87\x19\x0f\x82\xc6\xc4\xce\x05\xa5\xa1\x56\xa2\xbf\xa8\xa6\x88\x4a\xd1\x9d\xb4\xe7\x31\x36\xa2\x82\x98\xd0\x04\x15\x91\x7d\x90\x5a\x8a\x9d\xf0\xb3\xe7\xf5\x8c\x1d\xc2\x1d\x76\x43\x39\xb1\xc2\xc8\xb5\xd7\x31\x08\xc1\x94\x46\x13\xbe\x59\x20\x04\x80\x92\xc2\x9f\xa2\x6f\xdb\xa6\x5e\xfe\x94\xb0\x3a\xb8\xba\xec\x6b\x6e\x50\x58\x60\xe9\xef\xd4\x93\x51\xab\x4a\xee\x44\xa7\xc4\xd9\xc8\x1b\x03\x53\x93\x4a\x8b\x89\x9e\xc9\xe9\x1b\x8a\x9c\xed\xde\x64\xfb\xca\x7a\xd7\x2d\x41\x57\x48\xc3\x34\x57\xe3\x6d\xc4\xc5\x00\x50\xd6\x09\xaf\xd0\xda\x02\xd6\xd4\x5a\xe3\xeb\x83\x8e\x56\xf7\x23\x9f\x84\xa2\xab\xca\x52\xb7\x47\x6e\xab\x54\x8d\x5e\x19\x8b\x2f\x17\x04\x3a\x27\xf6\x97\xfe\xf2\x0c\x4f\x3b\x56\xb2\xc9\xee\x4f\xd6\xd3\xe2\xa4\x75\xdb\xd1\xae\x85\x5b\x34\x33\x70\x93\x92\x77\x00\x50\x94\x45\x18\x5a\xa8\x7f\xd2\x8e\x13\x78\xaf\xc0\x9f\x0d\x6b\x91\xc2\x90\x33\x75\xac\x54\xdd\x88\x86\x9a\x53\x51\x53\x31\x0f\xab\x1e\x07\x3a\x26\x86\x57\x7c\xf4\xcc\x4b\x33\x2a\xeb\xb2\x37\xce\xca\x2a\x21\xad\x3b\x88\x7a\x5b\xf4\x5a\xf3\x2a\xee\xac\xf4\x23\x00\xe4\xd7\xa2\x1e\x0e\x21\x87\x1e\x3e\x4e\xce\x44\x4a\xa3\xf5\x31\x17\x72\xef\xc6\x79\x64\x24\xa2\xb7\x25\xee\x88\xf5\xc7\x2c\xa4\x5a\x05\x61\xf2\xdf\x67\xfc\xf1\xa4\xe2\x60\xf6\xb8\x6d\x57\x01\x07\x1d\x6c\xd0\x41\x0e\xc6\x0e\xa8\x3d\xa1\xe5\x13\x0f\x00\xc0\xb2\xa2\xe9\xb1\x8f\x64\x1d\x8b\xd6\x27\x9d\xc9\xfe\x18\xa7\x8c\xd1\x43\x06\x25\xfc\x49\xef\xca\x1d\x4c\x59\x1a\x73\x1f\x7d\x2f\x3d\x2e\x70\x21\xaf\x27\xf3\xa5\xa7\x2e\xce\x14\x59\x6f\xcb\x21\x3c\xc4\xec\x35\xe0\x93\x6e\xe2\x06\xd5\x3a\x69\x8a\xa4\x68\x00\x98\xfd\x34\x06\xeb\x05\xa2\x37\x0e\x45\x9c\xce\xda\x90\xa8\x87\x66\x64\xdf\x4b\xbe\x9f\xee\x89\x2c\x4b\x6b\x8c\x09\x42\x95\x22\x4e\x05\x96\x62\x3a\xb3\x07\x3d\xda\xb1\x9e\xa8\x5c\x5b\x67\x82\x7a\xbe\x89\x41\x30\xc9\x9e\xb0\x4e\xad\x8d\x5a\x43\x76\x01\x80\x59\x45\x57\x66\x1a\xa5\x99\xa6\x2a\x16\xd0\xd2\xbb\xd3\xfd\x51\x56\x88\x16\x84\x28\x4d\x3b\xeb\x49\xd6\x78\x74\x08\xd2\x0c\x59\xbd\xed\x3c\xaa\x09\x1d\xe5\xb1\x2c\x8f\x90\x1f\x60\xd3\x84\x2b\xc7\xe3\xf5\xc7\x0a\xe6\x88\x4f\xd4\x0e\x51\x0e\x52\x37\x02\xc0\x78\xc1\xa0\xd2\x25\x49\x47\xb3\xd5\xf0\xa3\x29\x95\x39\x1f\x91\xf7\xd2\x9a\x73\x2f\xa7\xf4\x20\x74\xd0\x2d\x51\xf6\x59\x97\xf2\x1e\x05\xdc\x40\x96\xe0\xc0\x26\x3f\xf4\x5e\x42\xa6\x8d\x11\x56\x95\x38\xae\x7f\x81\x70\x9d\xd2\xa6\x76\x86\x7c\x94\x4e\x01\x80\xb1\x84\xb5\x92\x7a\x38\x7e\x73\x5e\x26\x2e\x23\x11\x97\xdf\x95\x43\x4b\x7e\x82\x73\x4d\x3e\x94\x26\xc0\x1f\x8b\x34\x46\xa0\x0b\xbc\xfc\xdf\x64\x4b\x89\xef\xdd\x8b\x72\x3f\x91\x0f\x5a\xb7\xe6\xd5\x51\xeb\xf4\x4b\xf0\x55\xf4\xe3\x6a\x77\x48\x17\x98\xe7\x01\xa0\x6f\x61\x37\x91\x73\xa3\x46\xa9\x75\xf9\x91\xb1\x12\x5a\x4c\x56\x7d\x42\x20\x5d\x2d\x71\x3e\x39\x9a\xde\x16\xde\x96\x56\xc3\x60\x6c\x3d\x9f\xa9\xce\xf4\xda\xd8\x96\x73\x97\xb5\xc6\x7a\x03\xfa\x1e\x5b\x55\xbf\x04\xb7\x9c\xb3\x62\xd9\x2a\x62\x05\xe7\x1f\x00\xb4\x5c\xee\x27\x62\x76\x38\x4b\x48\xc7\x48\xa3\x92\x84\x09\x99\x20\x16\x2d\x74\x4e\xa8\x4d\xb8\x2a\x5c\x1c\x26\x4c\x09\x15\xfc\xf2\xbb\x91\xa1\x2b\xb8\xb3\x51\x39\xdb\x44\x70\x74\xfd\x38\x2a\x57\x50\xa6\xbf\x33\x7f\x4c\x90\xb1\x2c\xab\xe0\x96\x40\x0f\x00\xea\x47\xfe\xb3\x82\xe8\x90\xa2\xd2\x33\xe8\x94\xf0\x0b\x25\xaf\x33\xee\x46\x6b\xc9\x27\xe2\xa5\x71\x7b\x8b\xe7\x43\xf7\x26\x65\x15\x2b\xf9\xad\x49\xc3\x15\x29\x6f\xd8\x9f\x79\x45\x06\xd7\xf7\xe4\x06\x4a\x9f\xeb\xf7\xe6\x9b\x49\x84\xcb\x1e\x15\x78\x88\x66\x01\xa0\xee\x14\x32\x09\x4d\xdb\x6b\xaa\x1e\xa3\x5e\x87\x75\x56\x1e\xcd\x48\x8b\xb2\xae\xc8\x8f\xb7\x8b\xed\x2c\x5f\x13\x9a\x94\xb8\xb7\xf4\xda\x96\xa1\xd4\x6b\x25\x88\x0d\x15\x99\xa6\xc5\xbf\xd7\x7f\x45\x3e\x29\xf2\x35\x58\x96\xd7\x25\x4b\x57\x57\x21\x40\xc9\x66\x00\xa8\x74\x91\x31\xc1\x3a\xf8\x59\xbd\x01\x8a\x15\x06\x6a\x2f\x66\xac\x8d\xcc\xad\xd9\x14\xaf\x10\xab\x52\xb5\x37\xd4\x37\xe1\x4f\xc5\xc8\x96\x5f\xa9\x6b\xcb\xbd\x37\x1c\x46\xd4\x95\xe6\x5b\x9b\x23\x93\xe5\x09\x06\x99\x79\xd8\xc2\x41\xf5\x6c\xc2\x79\xa9\x37\x00\xd4\x2d\xa2\x5a\xf2\x28\xa6\x2b\xc2\x2b\xdf\x2f\xaf\x2c\x3a\x29\xf3\x7d\x7e\x7d\x1c\x36\x51\x15\x7b\x37\xf1\x4a\x98\x1c\x6f\x91\xba\xc5\x2f\x8c\x70\x2e\xe3\xef\x06\x15\x22\x3d\x07\x58\x2d\x26\x1f\x44\x47\xaf\x6e\xa7\xad\xc4\x8e\x2c\xbd\xcb\xb8\x4f\x3c\x01\x00\x67\x19\xcd\x99\xec\x8b\x1a\x8b\x76\xce\xdb\x85\x1e\x8e\xd3\xcd\xf4\xcd\xb3\x4b\x18\x4f\xa0\xe5\x0b\x52\x96\x84\x42\xdc\x92\xf4\xc8\x2d\xcf\xf1\x1d\x99\x8f\xdc\x0e\x15\x9c\x40\x96\x5a\xb6\x93\xe6\x31\xb5\xab\xa5\xd4\x2a\xdc\xd7\xa5\x9d\x0c\x24\x29\x04\x00\xf6\x03\x9a\x98\x24\xcd\x5d\x1d\x17\x8e\x19\x40\x45\x26\xfc\x43\xec\x45\x5f\x4f\x3e\x1c\xff\x2e\xcf\x35\x8d\x1d\x8a\xcf\xff\x88\x28\xd9\x12\x8f\xbb\x9a\xfd\xd0\x6d\x13\xe1\x39\x2a\xc8\x12\x4f\x0a\xce\x57\x59\x9d\x4a\x55\x22\xa8\x2e\xbd\x42\x5f\x20\x1b\x01\xc0\x66\xd3\x55\x0a\x2e\x66\xf1\x52\xce\xa0\xfd\x73\x56\xa6\xfd\xc9\x30\x43\xf6\x20\x4c\xe3\x2a\x51\xfb\xb3\x1a\x42\xa2\x31\xbb\x90\x9e\xbe\xd9\xf9\xb7\xd0\x8a\xae\x64\xbc\x51\xbe\x92\xc5\xd7\x82\x0f\xf8\x4d\xab\xd7\x91\xfb\x88\xc7\x96\x5e\xa3\x6b\x51\x57\x03\xc0\xba\xcd\xc0\x13\x3c\x33\xbc\xb2\xfc\x73\xfb\x11\x73\x39\x1e\x69\x5f\xb3\x46\x72\x75\x62\x31\x48\x65\xb4\xee\xf6\xad\xa8\xb0\xbc\xad\x3e\x5c\xcc\x35\xac\xcc\xe5\x12\x36\x07\x3f\x6b\x81\x27\xa0\x88\x87\x74\xa7\x49\xcd\x14\xf6\xd2\x77\xb4\xb5\xf4\x6d\x00\x30\xe7\x59\x4a\xb8\xe2\x94\x21\x0c\x07\x49\x4a\x9b\xce\x1b\x48\x6d\x45\xd8\x63\x43\x62\x22\xb2\x4a\x71\xcf\x82\x03\x90\x6b\x08\x5c\xef\x23\xa8\xa7\x44\x57\x17\x8d\xbc\x76\xb2\x96\xc5\x32\x3c\xa0\x5a\xe9\xf6\x10\xa5\xf4\xe4\xa5\x90\xea\xc4\x64\x02\xc0\xdc\xc0\xae\xcd\xc7\x24\xcc\x52\x3c\xb3\xeb\x92\x1d\xa9\x8a\xc9\x30\xf5\x18\xb5\x2d\xea\x79\x46\x32\x8d\x19\xb4\x28\xcb\x97\x9e\xea\x75\x08\x19\xcb\xd8\xea\x1c\x87\xde\xcf\xdc\x66\xde\x86\x75\x61\x15\xe8\x7e\x29\x58\xca\xde\xa3\x12\x47\x51\xe3\x1c\x03\x80\x91\xc8\x6d\xc7\x94\xc4\xa6\xf0\x2b\x33\x7f\xc5\x8f\xf0\xc5\x49\x75\x49\xd7\xf8\xd9\x91\x75\xa9\x1d\xfc\xb4\x6d\x53\x19\x83\x7c\xd4\xe6\xa7\xd9\x31\x7c\xa2\xd3\xf5\xdc\x51\xbe\xc4\x9c\x96\xd7\xc5\x6f\xd5\x9d\xc7\xff\xe4\x5f\x57\x69\x22\x6f\xe2\x1f\x02\x80\x7e\x97\x5f\x87\x4e\x8c\x92\xca\x03\x10\x6d\xb1\x94\xe2\xd2\x44\x6c\x02\xb7\xe8\x62\xc4\x9e\xe4\xe3\x85\xbf\xb7\x39\xa4\xab\x15\x1a\x6f\xf6\xc8\x3c\x23\x4b\x73\x42\x20\x2b\xa5\x55\xe6\xe9\x98\x36\x49\xc7\x6a\x1b\xfc\x5a\x71\xb3\xea\x22\x52\x8b\x28\x0d\x00\x3a\x59\xb8\x1e\xf5\x23\xf2\x60\x85\x17\x22\x2c\xa6\xb8\xdc\x2e\x71\x49\xfc\xee\xd2\x7f\x11\x21\x49\x2f\x4a\xfa\x02\x26\xd2\xb6\xc9\xcf\x6e\xd6\xce\x5c\x54\x5c\xed\x14\x93\x33\x5f\x94\x6e\x8e\xc6\x6c\x2e\x54\x5f\x1d\x85\xbb\x2f\xa5\xa8\x6e\x20\xe1\xc5\x35\x00\xd0\x83\x85\x4f\x51\xfb\x23\xc6\x6b\xc8\x08\x95\xe8\x87\xd5\x06\x09\x0f\xe2\xde\x57\x1e\x8b\x30\x4b\x32\xa8\xf0\x0a\xf8\x9a\x5a\x57\xd6\xb9\x59\x07\x91\x55\x1a\xe7\x84\xce\xc1\xca\xef\x99\xef\x42\xdf\x29\x56\x5d\xdd\x88\xcb\x91\xcd\xa8\x16\x93\xd6\x4a\xfe\x3b\x41\x5d\x14\x92\xf7\x8c\x60\x1f\x71\x37\x0b\x4b\xf8\x1d\x7d\x2d\x09\x59\xd0\x1b\x77\x31\xd2\x8e\xd8\x9c\x38\xb7\x2d\x96\x74\x32\x95\xe5\xf9\x90\xdc\x8b\x70\x74\x0c\xa3\xba\xe4\x38\x99\x2a\xd3\x20\x9a\xab\x5d\xcf\x5c\x8a\x5b\xb3\xb8\x85\x1d\x48\x7c\x00\x00\x4f\x91\x96\x9e\xa7\x8c\xab\x8a\x96\x65\xb6\xe3\x49\x71\xdb\x13\x1f\x12\x84\x89\xcb\x23\x6a\x0b\xd8\x29\x6b\x03\xda\x89\xfb\xd3\x51\x9e\xfe\xa4\xd1\xcc\x2f\x0e\x7d\x14\x32\xf2\x90\x49\x07\x2d\x0b\x73\x42\x9b\xca\x28\xc5\xcd\x2f\xbe\xc8\x1a\x20\xa5\x02\xc0\xed\xa4\x35\x62\xdc\xf2\x47\xe3\x70\x08\x88\x9d\x4c\x54\x48\xb4\xc4\x5b\x26\xd7\x85\x0f\x13\xfc\xd2\x08\x01\x06\x05\x25\x08\xb1\x47\x3b\x69\x51\x76\xa7\x03\x86\x7c\x02\x15\x64\x42\xa4\x5e\xce\x5f\xa6\x1d\xc7\x50\x22\x68\x2d\x3e\xce\x92\x92\x4d\x00\xe0\x52\xe9\xfa\x28\x3f\xf4\xa9\x14\x76\x86\x3b\x66\x3c\xed\x68\xbc\x2c\x1f\x95\xf1\x22\x4c\x82\x7d\x91\x15\xb6\xf5\x33\x1e\x9d\x33\xbb\xa9\xb9\xc0\x1c\xf5\xd8\xbe\x94\xb4\x3c\xef\xad\xf1\x4f\x4a\x1a\xde\x40\xdb\x8a\xf6\x8d\x58\xb3\xf8\x2a\xf3\x00\x55\x19\x00\xce\x0d\x06\x31\x57\x1f\x99\x9b\xf9\x3b\x5d\x25\x77\x38\xfb\x6c\x1c\x06\x7d\x00\xc9\x0f\xa5\xe7\x25\xa0\xca\xfc\xbe\x61\xdd\x31\x0f\xdc\xdf\xe2\x3d\xb0\x46\x76\xdf\x0a\x30\xf8\x63\xc6\x85\xa4\x49\x22\x46\x5b\x8d\xda\x4e\x89\x58\x3c\xc8\x38\x4d\x37\x07\x80\x3d\xc3\x5c\xc8\x89\xc9\x4a\x47\xd7\xa6\x9e\xcc\xd1\xc6\xfc\x8d\x4d\x41\xce\xe6\xa3\x42\x18\xa8\x49\x9c\xd2\x96\xe9\x3c\x43\xfc\x03\x77\x6d\x6c\x46\xc1\x6e\xbb\x50\xfc\x53\x52\xad\xb1\x0b\x71\x07\xe5\x91\xd6\x3f\xca\x6e\xfa\xea\x25\x0e\xf4\xdb\xcc\x20\x00\xd8\xae\x6c\x59\xd6\xe7\x74\x7f\xd2\xe7\x14\x3b\x84\x1f\xb9\x31\xfa\x43\x56\x01\x25\x65\xbb\x7d\xce\x2d\xea\x16\xdf\x6f\x28\x1f\x5a\xc0\x46\x0f\xcc\x47\x7a\xac\xed\x59\x6c\x0b\x83\x67\x34\x4d\xb8\xcf\xfc\xa0\x6d\x40\x36\x62\x3b\x2f\x29\xa7\xed\xe4\x24\x00\xc0\x8a\xe0\xee\x40\x0c\x26\xb7\x72\x77\x25\xed\x4a\x03\xdc\x86\xa8\x43\x19\x5c\x6e\x69\xb0\x51\x96\x2e\xf7\x8c\xef\xe2\x9c\x8f\xdc\xfe\x0d\x72\xd4\x0b\x9e\x89\xed\xc6\xbc\x69\x5e\xbe\x51\x17\x3e\x85\xf7\x4e\xdb\x8f\xf8\x97\x6f\xbe\xe4\x07\xf5\x26\xdf\x0e\x00\xe6\x79\x7e\x5a\xc6\x91\xc4\xdc\xc2\x9e\x44\x6c\xf2\x8d\x42\xf3\xc8\x8a\xb4\x28\x19\x3a\xc8\x17\xb1\x52\xfa\xd8\x27\x3d\x5b\x51\xba\x71\xc3\xb2\xdc\x0d\x92\xb3\x36\xdf\x31\x7b\x24\x96\x46\x67\x71\xc1\xe2\xfd\xda\x39\xc4\x0d\xa2\x3e\x65\x17\xaa\xb3\xf0\x2e\x00\xcc\x04\xc1\xe7\x0c\xfb\x84\xf8\x52\x56\xe2\xa2\xa4\x47\x25\xd2\x48\x87\x54\x9a\x9c\x1d\x38\x9b\xe1\x5b\x5c\xe6\xe3\x94\xe5\x5d\xb4\xdb\x6d\x18\x59\x54\x78\xd5\xe6\x2d\x66\xa9\xac\xdb\xa8\x03\xfb\x42\xfa\x42\xbb\xb0\xe0\xbd\xa4\x52\x39\x9b\x32\x2c\x1a\x03\x80\x69\x25\x2c\x4a\x7f\x17\xcf\xa8\xcc\x4b\xb8\x96\xa4\x50\xe1\x1d\x31\x99\x72\xb5\x6c\x36\xb0\x37\xbd\xb8\xf4\x81\x8f\x55\x66\x59\x89\xdc\x6d\x22\x67\x40\x9e\x65\x33\x8c\x66\x15\x1b\x1b\x7d\xc5\xa6\x14\xb6\x6b\xdf\x2a\xe0\xc8\x96\x28\x1f\xa0\xec\x15\xff\x01\x80\xf1\x55\xb4\x34\xe5\x1e\x03\x13\x59\x1a\x1b\xc9\xb8\x14\x93\x13\xba\x89\xe9\x10\x1f\xbc\xf5\x23\x53\x94\xc4\xf3\x98\x64\x8e\xa7\x4e\x3a\xd1\x59\x95\x88\xc3\x96\x16\xec\xf0\x9c\x83\xfa\xf9\x9c\x48\xf4\x82\xc6\x05\xae\x00\xb7\x5f\x21\x8d\x37\x4c\xf2\x04\x40\x70\x8d\xf6\x3a\x65\x35\x6d\x32\x46\x3b\xe6\x32\x3d\x29\xee\x72\xc8\x25\xfa\x40\x22\x76\x6b\x36\x23\x35\x85\xec\x21\x64\x0c\xa7\x5f\x74\x5a\xc5\x3c\x9d\xe5\x68\xf1\x8a\x55\x85\x1c\xd7\x77\x67\xb7\xe5\xa9\x69\x1c\xe3\x2a\xe3\x33\x15\xb2\x79\x0d\xa4\x73\x00\x08\xc4\xf4\xc5\xc9\xe9\x54\x6e\xdc\xbd\x98\xd5\xd4\xa9\xc4\xcd\x21\xf6\xb4\x5d\xc9\xd7\xfc\xfa\xe9\xb6\x69\x0d\x1e\x8b\xe9\x5f\x11\xcd\x8e\xa7\x18\x77\xb3\xc7\x2c\xc4\xcc\x07\x28\xb6\xbe\x06\x5b\x3d\x3f\x4a\x63\x17\x47\x40\x40\x28\x10\x78\x8e\xe4\x1c\x00\x04\x6e\x74\x6c\xd2\x1a\x92\x47\x4a\x78\xd4\x6b\xb2\x62\x1a\x39\x78\x8e\x3c\x92\x71\x68\xcb\x23\x4a\x77\x96\xd9\x26\x75\xea\xd3\x9c\x77\x0e\x1f\x69\x23\xa8\x6b\xe6\x9f\x19\x4e\x79\x7d\x7a\x67\x98\xe7\xf0\x2e\x1a\xc5\xec\x1c\xe2\x45\x85\x06\x6e\x18\xd5\x02\x00\x3e\x97\x71\x38\x51\x81\x10\x90\x69\x19\x79\xaf\x60\x53\xf6\xa2\xe0\x65\xc4\x98\x9c\x01\xdf\x61\x12\x15\xa5\xe2\xee\x47\xbe\x84\x49\x72\xd8\x4c\x5d\x95\xdf\x65\x8e\xa1\xd5\xe2\x09\x7a\x0c\x46\x04\x31\x4e\xa3\x88\xe5\x49\x89\x54\xe8\xe5\x24\xd3\xd7\x03\xc0\x6b\x65\x19\xc6\xef\xc6\xfa\xa3\xd2\x23\x4e\xe3\xe8\xe8\x8f\x41\x76\xf8\xc7\x79\x48\xdf\xb5\x05\x0e\xd8\x75\x1b\x25\xc4\x56\x3c\xb0\x3f\x42\xde\x4e\x98\x33\xfb\x47\x55\x22\x19\xe8\x85\xd0\x26\x28\xc5\x1a\xb5\x4c\x3d\xda\xd8\x22\x33\x36\x8e\xe9\x0a\x00\x77\x94\xbd\x3b\xf6\x3b\x5a\x5a\x70\x34\xdc\x0a\xf3\x9b\x78\x6a\xdb\xb7\x7c\x12\xe9\x94\x8f\x0a\xce\x90\x7c\x6b\xc3\x11\xfc\x2f\xca\x94\xdd\x6c\xc1\x1b\x9a\x97\x59\x09\xe9\x37\xfd\x80\xde\x7a\xaa\x35\xd3\x57\xe3\x36\xbd\x91\xd5\xb9\xa8\x90\xe5\xcd\x51\x05\x80\x33\xcf\x15\xc7\x24\x23\xb1\xac\xd6\xd0\x1f\xb9\x7f\x58\x43\x01\x6f\xd0\xfb\xd8\x16\xde\x96\x79\x85\xec\x62\xb7\x31\x6c\x03\x1b\xda\x11\xf1\x2f\x38\x32\x33\x37\xa2\x2b\x77\xb5\xde\x4a\x72\x07\xf7\x85\xc6\x24\x8d\xc5\xcb\x5e\xf4\x83\x99\xc6\x3b\x08\x00\x27\x9e\xbf\x2e\x7a\x63\xd6\x98\x64\x65\x48\x6f\xce\x7e\xf1\x25\xff\xaf\xb9\x7c\x71\xa2\x57\x16\x5a\x2e\x5e\xee\x96\x95\x77\x55\xf4\xd8\x6e\x29\xce\x55\xb4\xcf\x74\x92\xd0\x23\xc2\xe8\x29\x90\x8e\x89\x9c\x34\x0d\xa9\xa7\x84\x77\x15\x3d\x18\xb7\x85\x0a\x00\xb0\x07\x05\x85\x51\xaf\x33\xdf\x16\x25\x87\x08\xb2\x8f\x15\xde\xf1\x97\x23\x8f\x14\x1a\x7b\x19\xa3\x2e\xca\xca\xdc\x36\x61\x26\xa4\x33\xb6\xc3\x58\xb1\x94\x66\xfa\x8b\xe0\x29\xf9\xaa\xa7\x46\xb2\x95\x6c\xd6\xf4\xa2\x46\x8a\x93\x14\x91\x0c\x96\x48\x0b\x00\xf6\x05\xa1\x7e\xd4\x4e\xc4\x58\xc9\xbf\x90\x80\xac\xd7\x25\x9e\xfe\xd1\x39\xbf\xe5\x39\x5e\x20\xf7\x6f\x71\x8d\x9b\x03\xc6\xab\xe8\x8a\xed\x44\xfe\xdb\xc2\x09\xd3\x39\xfc\x91\xc2\x95\x7a\x76\xc4\x66\x99\xb2\x26\x81\xf2\x53\xd2\xa1\xd8\xc4\x30\x11\x2b\x03\xc0\x2e\x10\xd6\x84\xbc\x13\x9d\x89\x72\x0b\x08\x17\x21\x63\x0d\xbc\xed\x45\x9b\x13\x56\x6e\x78\x2f\xfc\x9d\x1c\xe8\xa0\x25\x3c\x99\x76\xc7\xa2\x57\x58\x97\xc9\x32\xfc\x29\xac\x44\x72\xb5\xe6\x84\x07\x30\x83\x2a\xae\xc2\xd7\xf8\x0a\x00\x44\xe1\x64\x5d\x00\x44\x90\x7e\x23\x24\x4e\xe8\x1b\x43\xf2\x7f\x2f\x54\x8f\x77\xf6\x7a\x2e\xf8\x97\x04\x36\x94\x08\x1e\xa5\x2e\xb3\xef\x12\x34\x67\xa4\x58\xec\x17\x9c\xcf\xfa\x60\x78\x53\xf0\x2c\xf7\xa4\xd6\x6f\xe1\xa2\xbc\xd7\x2a\x9b\x85\x29\x04\x07\x00\x84\x63\x64\x3c\x00\xa2\x6b\xf4\xae\xed\x9d\xfc\x87\x71\x7d\xfe\x08\x7e\x6b\x22\xdd\x2b\x9f\x7f\x39\x65\xdd\x06\x37\xfe\x81\x74\x45\x7b\x36\xff\x70\xa6\xa5\x05\x82\xdf\x95\xc3\x31\xac\x15\x2c\x46\x6b\x69\xbd\x15\x24\x62\x17\xa9\xf8\x0b\x9e\x17\xac\x00\x40\x58\x48\x51\x06\x40\x84\x63\xe8\x05\x37\x73\x9e\xa5\x2c\xdd\xca\xe4\xfc\x48\x8b\xd9\x7c\x8e\x6b\x98\x71\xdc\x8d\xcf\x0d\xcf\xf2\xb2\x7b\xce\xad\x41\xaa\x9a\xf7\x71\x27\xd0\xca\x86\xee\xbc\xdc\x7c\x1f\xad\xcb\xbc\x49\xfc\x79\x95\x64\xfe\x19\x92\x3b\x00\x82\x1d\xd4\xa3\x00\x08\xcf\x31\x5d\x83\x38\x2c\x6b\x84\x9f\x9f\x8c\x15\x95\x85\xdc\x0c\x58\xfb\x72\x64\xae\xef\xd9\xcb\x72\x6f\xdb\xf9\xb3\xcb\x31\x4e\xe6\x14\x8e\x59\xfe\x03\x83\x59\xce\x13\x7c\xa5\xd6\x49\x6e\x15\x71\x9f\x0a\x8b\x27\xa6\x1c\x07\x80\xdf\x48\x2f\x02\x40\xf0\x9d\xb5\x33\xb0\x96\x1e\x9e\x6b\xb2\xe5\x3a\xfd\x0c\xea\xb5\x67\x32\xc3\x15\x53\xe7\x1a\xc8\x78\x93\x4f\xb5\xbd\xc9\xac\xc3\xf1\xcc\x75\x58\x19\x84\xe3\x06\x77\xd8\xde\xc4\x59\xad\xa3\x1c\x37\x4a\x83\xca\x51\x6e\xd2\xff\xcc\xb5\x69\x65\x52\x01\x10\xac\xe3\x28\x04\xf4\x92\xdb\xf0\xf5\xbe\x39\x14\x7f\x42\xbf\x47\x32\x65\x81\x68\xe7\x42\xa7\x7e\x24\x31\x6d\x2d\x68\xef\xc8\xdf\xcc\x9a\xe8\x93\x54\x9c\x41\x31\xd3\x9c\xbe\x5c\xeb\x04\x2b\x8f\x31\xa0\x32\xc2\x7e\xcb\x3a\x04\x00\x97\xc4\xd1\x04\x80\xaf\xc7\xbd\x1e\xb0\xba\x00\x47\xbf\xe3\xb3\x9b\xe8\xc7\x48\xd8\x54\x46\xf2\x61\xf4\x3b\xbf\x24\x27\x30\x2b\x6c\xce\x50\x4a\x58\x11\x66\xc9\xd4\x3f\x6c\x4b\x83\x4c\x7a\x1e\x67\x89\xd6\x05\xc6\x24\x57\x55\xd5\x8b\x75\x82\x3b\x00\x00\x47\xca\x43\x01\xc0\xcb\xe1\x5b\xf9\x2b\xe1\x26\x04\x1e\xde\x2d\xf8\x59\x41\xac\xfb\x9d\x02\x0b\x41\x96\xb3\x27\x31\x59\x40\xb6\x09\x22\x9d\x12\x94\x99\xad\xa2\x04\x0a\xda\x0d\x36\xd3\x16\x09\xde\x68\x5d\xa5\xbf\x16\xcc\xab\x52\x98\x2f\x05\xc3\x60\x3d\xbb\x57\x50\x0f\x00\xf7\xb7\x00\xb9\xb5\x03\xb7\x52\xe2\xec\x8d\xc4\xaf\x91\x2c\x73\x67\x13\x42\xc4\xaf\x9d\x97\x16\x88\xc5\x47\x6d\xac\x89\x1f\xc4\x34\x33\x65\x72\xb9\x38\xc1\xc0\x83\x9a\x25\x36\xd4\x7a\x4c\x4f\x10\xbd\x52\x6d\x60\x52\x44\xa9\x20\x99\x5d\x26\xac\x00\x80\xdb\x26\x18\xdd\x2a\xc7\xa6\x14\xd6\x7a\xbb\xe1\x52\x0b\xbd\xdd\xb7\xe3\xe5\xb2\x57\x4e\x43\x84\x9b\xb2\x02\x1b\x0b\xe2\x5a\x99\x92\x99\x06\xe9\x83\xf4\x88\x41\x28\xa5\x53\x6a\xa4\x35\x44\x7b\x2e\xe1\xab\xde\x65\xaa\x88\x0f\x83\x6a\xb6\x9b\x08\x05\x00\x97\x20\xc4\x79\xc6\x95\xc2\xa8\x9f\x1b\xd6\x97\x82\xd8\x5f\x8e\xb8\x12\xc3\x04\x68\x6d\x2d\xb7\x48\xf1\x37\x95\x17\x3b\xa7\xbf\x30\x68\x2c\x4a\xc8\xda\xbf\xca\xb4\x90\x97\x7b\x5e\xdd\x58\x26\xcb\xf7\x56\x0a\x96\x3e\x22\x74\x03\x20\x0d\xa0\xb8\x02\x20\x79\xce\xe8\xf1\x54\x28\xd9\x13\x33\xe7\xf6\x55\x7e\x29\xfe\x95\xa3\x43\xf1\x58\xd2\x9d\xf5\x0b\xc5\xda\xa9\x7d\xa6\xd8\x22\x4f\x84\xa7\x41\x79\x21\x37\xfb\xcd\x2a\x63\xd9\x4d\x54\x87\xba\xb9\xf4\x17\x56\x51\x09\x21\x0d\x2e\x08\x05\x40\xf2\x85\x92\x07\x80\x44\xc6\xe8\xf0\x38\x28\x77\x8d\xf7\x74\x2b\x2b\xc6\x25\x4e\x38\x0c\x14\xdd\x48\xb9\xb6\xfe\x71\xe1\x54\xfa\x49\xd3\xc0\x42\x8f\xcc\xf7\x06\x74\xd9\x0e\x64\xe4\xaa\xd5\xd2\x19\xcc\x22\x75\x1b\xe9\x16\x9c\xb2\x12\x45\x72\x85\xb8\x0c\x00\x09\x81\xf2\x1d\x00\x89\x23\x63\xc2\x43\xad\xb0\x32\xf9\x8e\xdb\x0a\xd9\xeb\xb4\x08\x87\x12\x99\x4f\xc6\x97\xf5\x78\xe9\xe5\xac\x72\x93\x49\xe9\x26\x24\xcd\xc0\x5f\xd2\x85\xde\xb9\x6a\xb1\x04\x91\x3f\xa6\xee\x24\xfe\x4e\xa0\x28\x35\x8a\x4b\x49\x10\x00\x31\x93\x96\x0c\x80\x98\xc8\x1c\x76\x1f\x90\xf4\x66\xbc\x70\x75\x91\x44\x67\xad\xb2\x1f\x17\x7f\xcc\xc9\xb4\x1a\x11\xcb\x73\xdb\x4d\x6a\xc5\x5e\x98\x40\x83\xc5\x62\x80\x55\xd3\xfe\x23\xba\x87\x9f\x57\xf7\x15\x71\x48\xe6\x4a\xaf\x44\xb1\x54\x1f\x00\x44\x34\x86\x21\x00\xa2\x46\xb6\x9f\xbb\xaa\x28\x1e\xa9\xe3\x22\x14\x7e\x41\xa9\xd9\xa3\x84\x95\x98\xa5\x56\x3c\x21\x26\x5f\xc5\xc4\x5b\x18\x86\xdb\xa8\xff\x5c\xe8\x4d\xa8\xd7\xfe\x20\xdc\x48\x5a\xad\x1e\x2f\x34\xa0\xbc\x5f\xac\x2b\x34\xa2\xcb\x01\x10\xb2\x98\xbf\x00\x10\x3e\xe5\xd4\x6f\x74\xe4\x55\x63\x5f\x3a\x5f\xe3\x91\xf0\x58\xbb\xfb\x3c\x5c\x81\x82\xd5\x12\x1e\x87\x28\x32\x1e\xe6\xed\x20\x9b\xeb\xb7\xf2\x9e\x53\x86\xb5\x7f\xf2\x57\xd3\xee\xa9\xd7\xf1\x03\x18\xcf\x16\xd7\xf2\xcb\x59\x57\x01\x10\x58\x70\xa2\x01\x10\x74\xf0\x1c\x37\xe4\xb3\x49\xd4\x65\xce\xe6\x6c\x19\x4d\xd5\x2e\x86\x7d\x99\xae\x68\xd9\xca\x9e\xa6\x4f\x1b\x5f\xe5\x6c\x63\x2a\xe8\xef\xe5\x9c\x67\x6d\xd4\xfe\xca\xf5\x64\xe7\xaa\x9f\xe5\xde\xe4\x1c\x58\xfc\x8e\x97\xcd\xbd\x04\x00\xdf\x8d\x47\x05\x80\x3f\xcb\x47\xbb\x35\x31\x6d\x39\xaf\x9d\x0a\x99\x01\xdc\x64\xdb\x1e\x66\x05\xf7\x99\x65\x3c\xf3\x3b\xcf\xd7\xf8\x38\x2b\x8f\x77\x55\xbf\x90\xf5\x97\x1f\xa2\x3d\xce\xbe\xc8\x7f\xa2\xfe\x93\x53\x21\xb0\x5b\xb2\x96\xcb\x13\x70\x00\xe0\xd1\x04\x48\x00\xf8\x74\x01\xd3\xcd\x89\xe1\x23\xc8\x71\xda\xcc\x48\x13\xb4\xd9\x1e\x63\x1c\x11\x4c\x5a\x7a\x30\x17\x09\x6d\x8d\xab\x99\xc5\x42\xaa\x7e\x39\x6b\x93\xf0\xf8\xaa\x95\x6c\x6d\x61\x97\xc6\x3a\xf6\x3f\x61\xef\x12\x29\x77\x89\xf0\x3c\x00\x3c\x63\xa1\x17\x00\xfc\x6d\x82\x4f\xae\xb7\xe9\x0c\x31\xca\x71\x8a\x5e\x21\xae\xb3\x95\xd1\x7b\xc4\x2d\x96\x76\x0c\x67\xf1\x15\x63\x0e\xe3\x94\xb8\x53\xff\x08\x53\x28\x6e\x5f\xb5\x99\x45\x12\xd7\x68\xe0\xd8\x58\x71\xe8\x92\x09\x8e\x54\xf4\x12\x00\xee\x75\x91\x02\x00\x7c\x45\x61\x90\xab\x46\xd5\xcb\x68\x07\x07\x9b\xca\xd2\xb8\x0d\xd6\xba\x15\x9b\x13\xf3\xcd\x42\xcb\xe6\x53\x2e\xae\x75\x2b\x3d\x9f\x11\xa9\x3b\x50\xc2\xcb\xb6\x58\x61\x20\xdf\x82\x0a\x50\x99\x2d\x7a\x9c\xff\x6a\x91\x7e\xe1\xfe\x82\x74\x00\x64\xbb\x29\xad\x00\x48\xf7\x32\x03\x5c\x0e\x54\xca\x62\xed\xed\x07\x2b\x42\x13\xb4\xd7\xff\x28\xd7\x4b\x36\x36\x73\x2e\xfd\x93\xe6\xb3\xd6\xb2\xe4\x3a\xe2\xa8\xee\x2f\xf9\x91\x9c\x88\x15\x16\xc5\x22\xf4\x66\x55\xd5\x22\x27\xac\x7c\x91\x47\xe1\xea\x82\x47\x00\xc8\x5c\x29\xbd\x00\x48\x43\x99\x6b\x5d\xac\x2a\x9c\xe2\xd3\xed\x0f\x97\x2b\x27\x59\xad\x6f\x29\x1d\x4e\x5d\x66\xa6\x5b\xf2\x32\xfd\xdf\x5a\x7d\xf9\xad\xac\x0d\xba\xdf\x8a\x6f\x21\x2f\xac\x70\x29\x6a\xc7\x50\x55\xf5\x0a\x8b\x71\xfc\x45\x51\x32\x09\x91\x07\x80\xf4\x2a\x35\x08\x00\xc9\x18\x33\xd4\xf9\x76\x29\x35\xb9\xcb\x3e\xbe\x04\x9f\x96\xb6\x9e\x29\x67\x22\x96\x98\xbe\x2d\xde\x97\x75\xcd\x70\xb4\xa8\x13\x79\x46\xb7\xb7\x70\x0a\xfd\x6d\x85\x4f\xa1\x29\x36\x4c\xd5\x51\xe6\x4c\xe8\x59\x24\x90\x46\x90\x53\x01\x90\xdc\xa2\x9d\x04\x40\xe2\xc0\xf2\x72\x7a\x5a\x7c\x3f\xa3\xc5\xae\xa2\x68\x28\x73\xc1\x6a\xa0\xc8\x3c\x27\xcd\x34\xaf\x90\x9e\xdb\x69\x78\x50\xf6\x10\x93\xa1\x7b\x5c\x66\x83\xdd\xb8\xc2\x4d\x5a\x4c\x70\x57\x0d\x94\xdc\x22\x61\x16\x5d\x90\x68\x50\xe5\x00\x88\x2f\x33\x72\x00\x10\xa7\xb2\xe5\x4e\x1a\x85\xde\x39\x27\x6d\xc7\x65\xa2\xdc\x0e\xab\x1c\xe9\x07\xf4\x5b\xd3\xc5\xd2\x94\xbc\x5f\x86\xe9\x92\x77\x38\x0b\x5d\x99\x04\x43\xd8\xb7\xc2\x59\x3c\x43\x72\x51\xcd\x13\xa7\x50\x97\x2a\x02\xd1\x2b\xfa\x6d\x00\x44\xe7\x58\x16\x00\x88\x64\x9c\x5e\x47\xa2\xf8\x28\xd6\xda\x16\x2f\x36\xc7\xbd\xb3\x9c\x11\xdd\x24\x54\x9a\x5c\x16\x11\x88\xeb\x0d\x5d\x44\x66\xa4\xaf\xba\xc5\xc2\x19\xca\xc3\x15\xa9\xc2\x1e\xda\x79\xd5\x4e\x21\x97\xf1\x52\xb1\x5a\xe8\xc1\x7a\x05\x80\x30\x9e\x43\x07\x40\x48\xe0\xc5\x3b\x0c\x09\x68\x14\x65\x5b\x35\x81\x2b\xd5\xd4\xf2\x9c\x40\x93\xb6\xd5\xa4\x92\xff\x93\x9e\x60\x68\xc1\x7f\xc2\x10\xe9\x36\xf0\x3f\x30\x9f\xad\x90\xf3\xe7\xd9\x5a\x6a\x2b\xf9\x23\x1c\xbc\x92\x1a\x7f\x96\x7b\x08\x00\x41\x30\x8f\x09\x80\xe0\x24\x5f\xe4\x90\xca\x1d\x67\xe7\xdb\xd4\x72\x7b\x38\xba\x96\xc9\xdc\xd7\x9c\xdb\x26\x31\xdc\x47\xdc\x64\x43\x03\xee\x67\xde\x32\xdd\x9d\x3c\x2d\x5e\xf3\x8a\x66\x1e\x86\xef\xa7\x96\xc2\x3b\xcd\x7f\xae\x44\xe3\xab\x0a\x36\x01\xc0\xdf\x29\x08\x00\x40\xe0\x2c\x40\x3b\x78\x70\xe6\x79\x8f\x6d\xd8\x9c\x3e\x7e\x90\xa5\x27\xe7\x2b\xbf\xd3\x64\x13\xe7\xab\xc0\xcc\x70\x25\x67\x41\xd0\xa0\x7b\x94\x1b\x28\x18\x5d\xf1\x80\xdb\x2a\xf4\x52\xab\xe1\xad\x11\xe6\x29\xdd\xe4\xd5\x0b\x89\x00\xf0\x03\x84\xfa\x00\xf0\xa7\x05\x9f\x1d\x0c\x39\x96\xc2\x16\x9b\x74\xce\x62\x91\xb2\xa5\x09\x47\x4d\x94\x64\xb2\x89\xb3\x44\xb4\xc3\x50\x91\x63\x20\x7a\xa6\x7b\x9d\x23\x13\x8d\xac\x98\xe2\x2a\x8b\xc6\xd5\x3e\x72\x85\xa2\x97\x8b\xed\x78\xab\x44\xff\xf3\x0f\x44\xd8\x0f\x00\xff\xa2\x30\xdc\xee\x57\xdd\xaf\xe8\xf4\xf5\x9b\x6b\x31\x71\x79\x66\xcd\xd5\x37\x12\xdb\xd7\xf9\x55\x05\xa4\x2e\x5b\xb3\xab\xe2\x6a\xc6\x29\xad\x67\xe5\x9b\xb3\x4b\xd5\xf7\x94\x9e\x44\x9d\x55\xb6\x97\x3f\xc2\x06\x00\x9f\x62\xf7\x82\x4e\x00\x0a\xef\xff\x4f\xf2\x40\x28\x53\x68\x97\x5e\xdb\x12\x1b\xbb\x7e\x71\x8d\x43\x42\x80\x59\x61\xd5\xe1\x64\xd4\x3a\x97\x4a\xaf\xb4\xe2\x35\x8d\xe5\x0f\x11\x93\x5a\x5f\xcb\xb2\x73\x8e\xa9\x5f\x2c\x19\x44\xef\x51\x0e\x93\x3b\x60\x7f\x81\xe4\xa2\x93\x44\x53\x00\x0a\x11\x54\x3d\x00\xa4\x0b\xcc\x38\xdb\x7b\x35\xf9\xf1\x2c\xab\xce\xaa\xe1\xa4\x18\xb3\xe4\x4a\x41\x6a\xe8\x3a\x93\x8a\xf5\x19\xde\x6b\x0e\x96\x3d\xce\x62\x69\x0d\x95\x0a\x72\x17\xab\x3f\x2a\x31\xc3\x3c\x52\x46\x15\x17\xe2\x5e\x02\x62\x91\x16\xf1\x31\x00\xb2\x8f\x54\xc9\xff\x24\x8a\xb0\x6d\x6b\x2b\xeb\x92\x5f\x59\x1d\xa8\x08\x4b\x23\x99\x05\x95\x6b\x21\x2c\xd6\x69\x96\x4e\x65\x7d\x5b\xb3\xab\xe4\x19\xf2\x93\xd6\xbc\xbc\x0d\x63\xa2\x3e\x5e\x2c\xc7\xd6\x29\xd7\x14\x59\x16\x18\x83\xfd\xb2\x97\xe4\x7d\x00\x48\xfb\x68\x1f\x00\x90\x74\xb3\xb2\x6c\x1e\x96\x8d\x65\xec\xb5\x9c\x2a\x7d\x91\x39\x66\xda\x5e\x72\x3f\x27\x6b\xed\x51\xf9\x8b\xdc\x67\x6b\xe2\x8b\x5f\x63\x28\x5a\x6f\x8a\x7e\x60\xd3\xd4\x87\x0a\x87\x08\x18\xe5\x66\xd9\x05\x52\x23\x78\x23\x2d\xa7\xde\x04\x40\xf2\x98\x51\x01\x80\x78\x92\x7d\xc2\xc6\xa4\x24\x35\x27\xd3\x32\x53\x9e\x97\x2b\x33\xf5\x28\x2e\x46\x5f\x5f\xbb\xbd\xe8\x4a\xde\xeb\x35\xc6\x85\x03\xb8\x75\x5a\xb7\x0b\x4d\x09\x4d\xea\x63\xb2\x54\x52\x90\xf2\x53\x69\x38\x75\xbd\xc2\x5a\x49\x38\x7d\x08\x00\xf1\x2d\x56\x02\x00\x62\x53\xce\x5f\xeb\x4b\x85\x7f\xf2\x9b\x2d\x97\x15\x1a\xe3\x48\x26\xd3\x32\x02\xc1\x77\xad\xb1\xf4\x49\xc1\xcf\x35\x2b\xa5\xf6\xa4\x0b\x5a\x1f\x24\x2d\x94\x56\x0d\x57\x89\x13\xad\x79\xe9\x26\x31\x8a\xf1\x5e\xe1\x8a\xe8\x04\x6b\x10\x00\x51\x06\xa7\x16\x00\x91\x3a\x2f\xd7\x3a\x4f\xd2\x44\xf6\xb1\x78\x29\x31\xa7\x50\x4c\x7a\xc5\x97\xa9\xad\x6b\x75\xc5\x5b\x69\xef\xd7\x18\x8b\x9e\x33\x4c\xb4\xd5\x45\xb5\x4c\xa6\x86\x44\x94\xce\xba\xb7\xf4\xb4\xb0\x87\xb3\x65\x51\xac\x30\x89\x5b\x07\x80\x30\x86\xc7\x00\x40\x18\xc1\x27\x58\xab\x08\xfb\x59\x41\x16\x25\xc2\x46\xb6\x81\xc9\x41\x21\x85\x3d\x64\x38\x2b\xd4\xe5\x34\xad\x59\x2e\xe8\xe2\x62\xb5\x8d\x04\x57\x79\x16\x1a\xed\x82\x76\x5e\xb7\x8a\x8e\x40\xca\xe7\x2f\xfa\x25\x48\x17\x28\x02\x20\xd8\x25\x30\x01\x40\xf0\x56\x10\x65\xed\x2b\xf8\xcc\x95\x5b\x1c\x10\xec\xe1\xd9\x98\x54\x0a\xe8\xbc\xc7\x86\xa3\x02\x33\x7e\xc2\x9a\xe5\xfc\x7e\xfe\x57\x6d\x07\xfe\x80\x20\x51\xa3\x8f\xbf\x20\xb8\xac\x12\xcc\xff\x25\x54\x53\x74\xe0\xff\x16\x3a\x01\x20\xd8\x2a\x58\x00\x40\x70\x58\xd0\x65\x4d\x13\x00\x41\x98\x45\x1b\xff\xa2\xe0\xb1\x09\x9f\x5f\x2d\xdc\x6e\x38\xc8\xf7\x15\xb6\xac\x59\xc9\x57\x16\xad\xd0\x0e\xe4\xaf\x11\x45\x68\x2a\xf2\xbd\x44\x34\x15\x29\x3f\x54\xc4\x54\x64\xf1\x0b\x44\xe1\x00\xf0\x3f\x0b\x1f\x01\x20\x48\x17\xc6\x00\xa0\x00\x16\x01\x45\xa0\x04\x16\x83\x25\x40\x19\x2c\x05\x2a\x40\x15\xa8\x81\x65\x40\x1d\x68\x00\x4d\xb0\x1c\xac\x00\x2b\x81\x16\xd0\x06\xab\x80\x0e\xd0\x05\xab\xc1\x1a\xa0\x07\xf4\x81\x01\x30\x04\x6b\xc1\x3a\x60\x04\x8c\x81\x09\x30\x05\x66\xc0\x1c\x58\x00\x4b\x60\x05\xd6\x03\x6b\x60\x03\x6c\x81\x1d\xb0\x07\x0e\xc0\x11\x38\x01\x67\xe0\x02\x5c\x81\x1b\xd8\x00\x36\x02\x77\xb0\x09\x78\x00\x4f\xb0\x19\x78\x01\x6f\xe0\x03\x7c\xc1\x16\xe0\x07\xb6\x02\x7f\x10\x00\xb6\x81\x40\x10\x04\x82\xc1\x76\x10\x02\x42\x41\x18\x08\x07\x11\x20\x12\x44\x81\x68\x10\x03\x62\x41\x1c\x88\x07\x09\x20\x11\x24\x81\x64\x90\x02\x52\x41\x1a\x48\x07\x19\x00\x01\x32\x41\x16\xc8\x06\x39\x00\x09\x72\x01\x0a\xa0\x01\x06\xe4\x81\x7c\x80\x05\x38\x80\x07\x04\x50\x00\x88\x80\x04\xc8\x80\x02\xa8\x80\x06\xe8\x80\x01\x98\x80\x05\xd8\x80\x03\xb8\x80\x07\xf8\x40\x00\x84\x40\x04\xc4\x40\x02\xa4\x40\x06\x0a\x41\x11\x28\x06\x72\x50\x02\x4a\x41\x19\x28\x07\x15\xa0\x12\x54\x81\x6a\x50\x03\x6a\x41\x1d\xa8\x07\x0d\x60\x07\xd8\x09\x76\x81\xdd\x60\x0f\xd8\x0b\xf6\x81\xfd\xa0\x11\x1c\x00\x07\xc1\x21\x70\x18\x1c\x01\x47\xc1\x31\x70\x1c\x34\x81\x13\xe0\x24\x68\x06\xa7\x40\x0b\x38\x0d\xce\x80\x56\x70\x16\x9c\x03\x6d\xe0\x3c\xb8\x00\x2e\x82\x4b\xe0\x32\xb8\x02\xda\x41\x07\xb8\x0a\xae\x81\xeb\xe0\x06\xb8\x09\x6e\x81\xdb\xa0\x13\xdc\x01\x77\xc1\x3d\x70\x1f\x3c\x00\x0f\x41\x17\x78\x04\x1e\x83\x27\xe0\x29\xe8\x06\xcf\xc0\x73\xf0\x02\xf4\x80\x97\xe0\x15\xe8\x05\xaf\xc1\x1b\xf0\x16\xbc\x03\x7d\xe0\x3d\xf8\x00\x3e\x82\x4f\xe0\x33\xf8\x02\xbe\x82\x7e\xf0\x0d\x7c\x07\x3f\xc0\x00\xf8\x09\x7e\x81\xdf\x60\x10\xfc\x01\x43\x60\x18\x8c\x80\x51\x30\x06\xc6\xc1\x04\x98\x04\x53\x60\x1a\xcc\x80\x59\x30\x07\xe6\xc1\x02\xf8\x0b\xfe\x01\x08\x00\x50\x50\x58\xb4\x48\x51\x51\x49\x69\xf1\xe2\x25\x4b\x94\x95\x97\x2e\x55\x51\x51\x55\x55\x53\x5b\xb6\x4c\x5d\x5d\x43\x43\x53\x73\xf9\xf2\x15\x2b\x56\xae\xd4\xd2\xd2\xd6\x5e\xb5\x4a\x47\x47\x57\x77\xf5\xea\x35\x6b\xf4\xf4\xf4\xf5\x0d\x0c\x0c\x0d\xd7\xae\x5d\xb7\xce\xc8\xc8\xd8\xd8\xc4\xc4\xd4\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\x6a\xfd\x7a\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\xb7\x0d\x1b\x36\x6e\x74\x77\xdf\xb4\xc9\xc3\xc3\xd3\x73\xf3\x66\x2f\x2f\x6f\x6f\x1f\x1f\x5f\xdf\x2d\x5b\xfc\xfc\xb6\x6e\xf5\xf7\x0f\x08\xd8\xb6\x2d\x30\x30\x28\x28\x38\x78\xfb\xf6\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xf4\xf4\x8c\x0c\x04\x22\x33\x33\x2b\x2b\x3b\x3b\x27\x07\x89\xcc\xcd\x45\xa1\xd0\x68\x0c\x26\x2f\x2f\x3f\x1f\x8b\xc5\xe1\xf0\x78\x02\xa1\xa0\x80\x48\x24\x91\xc8\x64\x0a\x85\x4a\xa5\xd1\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\x14\x89\xc4\x62\x89\x44\x2a\x95\xc9\x0a\x0b\x8b\x8a\x8a\x8b\xe5\xf2\x92\x92\xd2\xd2\xb2\xb2\xf2\xf2\x8a\x8a\xca\xca\xaa\xaa\xea\xea\x9a\x9a\xda\xda\xba\xba\xfa\xfa\x86\x86\x1d\x3b\x76\xee\xdc\xb5\x6b\xf7\xee\x3d\x7b\xf6\xee\xdd\xb7\x6f\xff\xfe\xc6\xc6\x03\x07\x0e\x1e\x3c\x74\xe8\xf0\xe1\x23\x47\x8e\x1e\x3d\x76\xec\xf8\xf1\xa6\xa6\x13\x27\x4e\x9e\x6c\x6e\x3e\x75\xaa\xa5\xe5\xf4\xe9\x33\x67\x5a\x5b\xcf\x9e\x3d\x77\xae\xad\xed\xfc\xf9\x0b\x17\x2e\x5e\xbc\x74\xe9\xf2\xe5\x2b\x57\xda\xdb\x3b\x3a\xae\x5e\xbd\x76\xed\xfa\xf5\x1b\x37\x6e\xde\xbc\x75\xeb\xf6\xed\xce\xce\x3b\x77\xee\xde\xbd\x77\xef\xfe\xfd\x07\x0f\x1e\x3e\xec\xea\x7a\xf4\xe8\xf1\xe3\x27\x4f\x9e\x3e\xed\xee\x7e\xf6\xec\xf9\xf3\x17\x2f\x7a\x7a\x5e\xbe\x7c\xf5\xaa\xb7\xf7\xf5\xeb\x37\x6f\xde\xbe\x7d\xf7\xae\xaf\xef\xfd\xfb\x0f\x1f\x3e\x7e\xfc\xf4\xe9\xf3\xe7\x2f\x5f\xbe\x7e\xed\xef\xff\xf6\xed\xfb\xf7\x1f\x3f\x06\x06\x7e\xfe\xfc\xf5\xeb\xf7\xef\xc1\xc1\x3f\x7f\x86\x86\x86\x87\x47\x46\x46\x47\xc7\xc6\xc6\xc7\x27\x26\x26\x27\xa7\xa6\xa6\xa7\x67\x66\x66\x67\xe7\xe6\xe6\xe7\x17\x16\xfe\xfe\xfd\xf7\x0f\xc2\xff\xed\xff\xff\xdf\xfb\x8f\xcb\xa5\x38\x03\x00\x80\xa2\x92\xf1\x7f\x62\xf0\xff\xae\xff\x8f\xbd\xc2\x22\x05\xf0\xbf\xaa\x21\x80\x42\x28\x82\x62\x28\x81\x52\x28\x83\x85\xb0\x08\x16\x43\x39\x2c\x81\xa5\xb0\x0c\x96\xc3\x0a\x58\x09\xab\x60\x35\xac\x81\xb5\xb0\x0e\xd6\xc3\x06\xb8\x03\xee\x84\xbb\xe0\x6e\xb8\x07\xee\x85\xfb\xe0\x7e\xd8\x08\x0f\xc0\x83\xf0\x10\x3c\x0c\x8f\xc0\xa3\xf0\x18\x3c\x0e\x9b\xe0\x09\x78\x12\x36\xc3\x53\xb0\x05\x9e\x86\x67\x60\x2b\x3c\x0b\xcf\xc1\x36\x78\x1e\x5e\x80\x17\xe1\x25\x78\x19\x5e\x81\xed\xb0\x03\x5e\x85\xd7\xe0\x75\x78\x03\xde\x84\xb7\xe0\x6d\xd8\x09\xef\xc0\xbb\xf0\x1e\xbc\x0f\x1f\xc0\x87\xb0\x0b\x3e\x82\x8f\xe1\x13\xf8\x14\x76\xc3\x67\xf0\x39\x7c\x01\x7b\xe0\x4b\xf8\x0a\xf6\xc2\xd7\xf0\x0d\x7c\x0b\xdf\xc1\x3e\xf8\x1e\x7e\x80\x1f\xe1\x27\xf8\x19\x7e\x81\x5f\x61\x3f\xfc\x06\xbf\xc3\x1f\x70\x00\xfe\x84\xbf\xe0\x6f\x38\x08\xff\xc0\x21\x38\x0c\x47\xe0\x28\x1c\x83\xe3\x70\x02\x4e\xc2\x29\x38\x0d\x67\xe0\x2c\x9c\x83\xf3\x70\x01\xfe\x85\xff\xe0\x7f\x05\x00\x80\x0a\xff\x16\xfd\x55\x5c\x50\x9a\x5f\x3c\xb7\x64\x56\x79\x66\xe9\xb4\xca\x94\xea\xa4\xda\xc4\xb2\x71\xf5\x31\x8d\x51\xcd\x91\xe5\xc3\x2b\x86\x56\xfe\xd1\x1a\xd4\xfe\xbd\xea\x97\xce\x4f\xdd\x81\xd5\x3f\xd6\x7c\xd7\xfb\xa6\xdf\x6f\xf0\xd5\xf0\xcb\xda\xcf\xeb\x3e\x19\x7d\x34\xfe\x60\xf2\xde\xb4\xcf\xec\x9d\xf9\x5b\x8b\x37\x96\xaf\xad\x7a\xd7\xbf\xb2\x7e\x69\xd3\x63\xfb\xc2\xee\xb9\xfd\x33\x87\x6e\xc7\xa7\x4e\x4f\x9c\x1f\xbb\x3c\x72\xed\x72\x7b\xb8\xe1\xc1\xc6\xfb\xee\xf7\x36\xdd\xf5\xb8\xe3\xd9\xb9\xf9\xb6\xd7\x2d\xef\x9b\x3e\x37\x7c\xaf\x6f\xb9\xe6\x77\x75\x6b\x87\x7f\x7b\xc0\x95\x6d\x97\x03\x2f\x05\x5d\x0c\xbe\xb0\xfd\x7c\x48\x5b\xe8\xb9\xb0\xb3\xe1\xad\x11\x67\x22\x4f\x47\xb5\x44\x9f\x8a\x69\x8e\x3d\x19\x77\x22\xbe\x29\xe1\x78\xe2\xb1\xa4\xa3\xc9\x47\x52\x0e\xa7\x1e\x4a\x3b\x98\x7e\x20\xa3\x11\xb1\x3f\x73\x5f\xd6\xde\xec\x3d\x39\xbb\x91\xbb\x72\x77\xa2\x76\xa0\x1b\x30\xf5\x79\x75\xf9\xb5\xd8\x1a\x5c\x35\xbe\x8a\x50\x59\x50\x41\x2c\x27\x95\x91\x4b\x29\x25\x54\x39\xad\x98\x5e\xc4\x28\x64\xca\x58\x52\xb6\x84\x23\xe6\x8a\x78\x42\xbe\x40\xc0\x17\xf2\x44\x5c\x31\x47\xc2\x96\xb2\x64\xcc\x42\x46\x11\xbd\x98\x26\xa7\x96\x50\x4a\xc9\x65\xa4\x72\x62\x45\x41\x25\xa1\x0a\x5f\x8d\xab\xc1\xd6\xe6\xd7\xe5\xd5\x63\x1a\xd0\x3b\x50\x3b\x73\x77\x21\x77\xe7\xec\xc9\xde\x9b\xb5\x2f\x73\x3f\xa2\x31\xe3\x40\xfa\xc1\xb4\x43\xa9\x87\x53\x8e\x24\x1f\x4d\x3a\x96\x78\x3c\xa1\x29\xfe\x44\xdc\xc9\xd8\xe6\x98\x53\xd1\x2d\x51\xa7\x23\xcf\x44\xb4\x86\x9f\x0d\x3b\x17\xda\x16\x72\x7e\xfb\x85\xe0\x8b\x41\x97\x02\x2f\x6f\xbb\x12\xd0\xee\xdf\xb1\xf5\xaa\xdf\xb5\x2d\xd7\x7d\x6f\xf8\xdc\xf4\xbe\xe5\x75\x7b\x73\xa7\xe7\x1d\x8f\xbb\x9b\xee\xb9\xdf\xdf\xf8\x60\xc3\x43\xb7\x2e\xd7\x47\x2e\x8f\x9d\x9f\x38\x3d\x75\xec\x76\x78\x66\xff\xdc\xee\x85\x6d\x8f\xcd\x4b\xeb\x57\xeb\x7b\xad\x5e\x5b\xbe\xb1\x78\x6b\xfe\xce\xac\xcf\xf4\xbd\xc9\x07\xe3\x8f\x46\x9f\xd6\x7d\x5e\xfb\xc5\xf0\xab\x41\xbf\xfe\x37\xbd\xef\x6b\x7e\xac\x1e\xd0\xfd\xa9\xf3\x6b\xd5\x6f\xed\x41\xad\x3f\x2b\x87\x56\x0c\x2f\x1f\xd1\x1c\xd5\x18\x53\x1f\x5f\x36\xa1\x36\xa9\x3a\xa5\x32\xbd\x74\x46\x79\x76\xc9\xdc\xe2\x79\xa5\x05\xc5\xbf\x8b\xfe\x29\x40\xf0\xbf\x1c\xf8\x5f\x0e\xfc\xf7\x12\xf8\x25\x6d\x35\xd3\x2d\x85\x30\xc8\x25\x30\xdb\x70\x35\x84\xd1\x35\x21\xfe\xe6\x00\xc2\x14\x8b\xed\x34\xab\x58\x08\x11\xef\x22\xd6\x38\xde\x84\x10\xb9\x37\xea\xd5\xc6\x60\x08\x51\xdf\x12\x74\x7d\x4f\xc0\x63\x68\x90\x3a\xb2\x1d\x0f\x17\xa1\xb4\x73\xf4\xe2\x2f\xfd\x63\xa0\x82\x31\xe7\x32\xf6\xfe\xed\xc9\x25\x91\x77\x63\x4c\xff\x9a\x66\x4b\x85\x56\xc4\x0f\x0b\xed\x88\xda\x92\xd3\xb4\xe8\x05\x85\xf4\xa8\x86\x4c\xee\xd6\x79\x66\xca\x9b\x03\xe3\xc2\x73\xf3\xa1\x49\xcc\xa6\x6f\xa2\xf1\xb9\xc7\x09\x2b\xdb\x2e\xc9\xf8\x73\x4e\xb1\x53\xd7\xdf\xc8\xcb\x66\xdf\x47\x2b\x3d\x3a\x5c\xea\x3d\xdb\x16\xa1\xfe\xa6\xb7\xf4\xe8\x6c\x74\xa8\xce\x6f\xb3\xf2\xd0\x59\xbf\xed\xe7\xc6\x2f\x96\xfb\xcc\x7e\x0c\x7e\x30\xd1\x20\x37\x9f\xab\x0c\x3a\x3f\x59\x2b\xb5\x9e\xfb\x16\x64\x3f\xa5\x2e\x6a\x1a\xc9\x08\x16\x4d\x6d\x13\x85\x0d\x44\x6f\x2f\x9c\xaa\x17\xba\x7f\x72\x08\xd9\x38\xbd\x99\xe7\xf8\xfa\x4b\xa8\xfb\x74\x03\xe7\xf8\xb3\xfa\xb0\xbd\xd3\x9d\x1c\xeb\x07\x17\x23\x88\xd3\xef\x39\x2e\x9d\xed\x11\xcd\x33\x54\xc6\xcb\x9b\x8b\x22\x1d\x66\x2e\xd2\x31\x10\xfa\x99\xfa\xbd\xd3\x8d\x84\x30\x98\xb7\xed\xa5\xa1\x0d\x84\x71\x09\x81\xfa\x26\x21\x10\xa6\xe2\x82\xbb\xac\xbc\x20\xcc\x46\x87\x3f\x70\x7a\x0d\x21\xaa\x3a\xb2\x6d\xc3\x14\x9c\xc5\x86\xc4\x9f\xdb\x9a\x0b\x5b\xf3\xda\x52\x82\x82\xbf\xc3\x65\xf9\xc8\xcc\x8e\xf8\xd2\x7f\xd9\xe8\xfd\x68\x7b\xc4\xa9\xbf\x87\x50\xb3\xa4\xba\x7c\xc6\xc2\x00\xb2\x96\xd7\x45\x09\x5e\xd8\x9c\x45\x29\x29\x62\x3b\xcd\xa7\x21\xa8\xf5\xdf\x45\x6f\xe6\x66\xd3\x35\xf7\x5f\x90\xbe\x9b\x23\xa7\xcc\x1e\xef\x2e\xae\x9b\xd3\x4e\x3c\xdc\xf6\xa9\xe4\xf5\x6c\x7b\xdc\xa5\x1b\x98\xb2\xdb\xb3\x3a\x31\x06\x8f\xcf\x54\xa5\xcc\xfc\x88\xf8\xf2\xee\x72\xd5\x9d\x19\x87\x30\xc4\xa0\x65\x9d\xc7\x4c\x53\x48\xf5\xd8\xfb\x6a\xe5\xd9\x77\xc1\x4f\x27\xaa\xe4\x3e\x73\xda\xc1\xf4\x89\xaf\x45\x2d\x53\x39\xc1\xe9\x93\x72\x69\xeb\xaf\xee\x10\x95\xc9\x27\x52\x8f\x2f\x3f\x43\xba\xa6\xb0\xa2\x8a\xde\x4b\xe1\xdd\x53\x4b\xa5\xe5\xcf\x1a\xc2\xfb\xa7\xfe\x0a\xee\x3e\xec\x8b\x2c\x9b\x56\x15\x82\xbb\x36\x91\x7f\xa6\x6b\x78\x9b\x6f\x64\x45\x9d\x98\x59\xce\x3e\xd9\x71\x37\x7a\xf1\x0c\x96\xd9\x04\xe1\xd6\x5c\xbf\xcd\xba\xf5\x10\x86\xb3\xb7\x32\x0d\x72\x20\x8c\x2f\x0f\xb4\x31\xf9\x04\x61\x26\x32\xa8\x74\x7d\x30\x84\xc8\xd1\x90\x32\x07\x3b\x08\xb1\xfd\x11\x2d\xee\x9f\x20\xc4\x5f\x8e\x39\xe9\xbb\x15\x3e\x23\x2c\x4f\xf8\x1c\xb8\x13\xae\xc0\x57\x23\x74\xe3\x39\xff\xc2\xf2\x3e\xa3\x0e\x64\xad\xfd\x8b\xc8\x5f\x8f\x7f\x89\x0f\x5f\x68\x43\x1d\xe2\x58\xd2\xb6\xcf\x77\xe5\x1c\x28\x1e\xe1\xbb\xcf\xbb\x64\x5e\xab\xed\x97\xb8\xce\xe5\x66\xf4\xed\x7b\x2e\xdf\x38\xe7\x97\xea\xda\x94\x27\x9f\x9a\xdd\x99\xf4\xb0\x8d\x5a\x61\x3b\x33\x14\x7f\xe3\xe6\x68\xf5\x8f\x99\xb7\xd1\xef\xbb\xd5\xab\xcf\x4e\xff\x88\x4c\xfb\xf8\xaa\x41\x38\x7d\x38\x6c\xf1\x68\xde\x8e\x45\x33\x46\xa1\x09\x63\x7a\x75\xbe\xb3\x49\xdb\xab\xc7\x7b\xcb\x9a\xff\xcf\x3a\xb2\x2f\x24\x7a\x62\x97\xfc\x71\xbf\x69\x58\xc2\x04\x2c\xee\x7b\x9f\x15\xb6\x63\x72\x4a\xca\x79\xee\x11\xd9\x31\x79\xb4\x70\xe1\xd1\x40\x24\x73\xea\xa6\x88\x79\xf7\x49\x74\xca\xd4\x41\xf1\x9e\x5b\xb7\xa2\xcf\x4c\x1b\x0b\xf5\x3b\xf4\x63\xe4\xd3\x37\xb9\x9f\x2f\x81\xd8\xc8\x19\x25\x4e\x15\x84\x01\x1f\xfc\x2a\x56\x1f\x86\x30\xfc\x91\x5f\xb6\xfe\x21\x08\x93\xd4\xfd\xef\x1a\x37\x41\x98\xb5\x38\x70\x93\x95\x3e\x84\x98\xb8\x50\x7d\xa7\x3b\x10\xe2\x8f\x84\x53\xdc\x1d\x20\x24\xab\xc7\xe8\xf9\xb1\xe0\x39\x32\x35\xa1\x62\x7b\x23\x5c\x43\xd1\x49\x8b\x8f\x4f\xf9\x67\x43\xf8\x89\x84\x39\x99\x7f\x7d\xb1\x10\x4b\x22\x54\x2c\x6c\xc8\x7b\xc0\xac\x67\x2f\x9b\x4f\x43\x99\x14\x66\x88\x3e\xcc\x9d\xcc\x3e\x5f\xd3\x5a\x94\x35\x3b\x8f\xb8\xb6\xdf\xac\x6c\xc3\x6c\x51\xda\xeb\xa6\xcc\x4a\xc5\x19\x71\xaa\xd1\xb9\x57\xf5\xea\xd3\x9f\x13\x6b\x6f\xf6\xef\x34\x99\xb6\x89\xdd\xfb\x62\xc5\x1e\xdb\xa9\x7b\x91\x15\xdf\x7c\xf7\x6e\x99\xea\x08\x0f\x1a\x31\xda\xd3\xff\x7f\xe3\x41\x0a\xf9\x32\x56\x51\x93\x30\xb1\x2b\xe4\xc1\x78\x7e\xc5\xf8\x8f\xd6\x70\xda\x78\x74\x55\xf2\x27\x87\x88\x75\x13\xde\x65\xf7\x7a\xae\x44\x45\x4c\xdc\x2a\x75\x7f\xac\x1e\xdd\x32\xe9\x2f\x0f\xbb\x9b\x10\xf3\x68\xb2\xbb\x48\xf9\x86\x28\x6e\xd3\x94\x72\x61\xec\x55\xc7\x38\xdb\xa9\x53\x92\xe5\x17\x57\xc6\xef\x9a\x5a\x10\xdd\x69\x3d\x96\x70\x7e\x3a\x5d\xf0\x07\xc2\x80\xaf\xde\x4f\x75\x56\x41\x18\xd5\xba\xa5\xcf\x60\x0b\x84\x69\x36\xfe\x22\x53\x03\x08\x91\x33\x81\x14\x6b\x2f\x08\xf3\x75\xb6\x2d\xb5\x86\x10\x92\x39\x61\xda\x9b\xd6\x41\xc8\xc8\x0f\x5f\xf0\x89\x82\xd7\x19\x2d\xb1\x43\xdb\x01\x5c\x46\x7b\x9d\x5a\x95\x40\xf8\xe7\x42\xed\xcb\x9a\xcd\x49\x5a\x18\x26\xec\xc3\x56\x92\x7d\xe7\x1f\xe1\x2e\xd0\xce\xf1\xae\xce\x8d\x61\x24\x92\xdf\x32\xaf\xb9\x0c\xe4\x60\x65\x9a\x7c\xff\xac\x59\xb6\xc2\x3e\xcf\xea\x9e\x99\x62\x04\xe6\xd8\xbf\xfa\xa8\xe9\x0f\x69\xae\x6d\xeb\x76\xde\x99\x6a\x4b\xb6\xbe\xd5\xb5\x3f\x69\x0a\xc4\x79\xbd\xda\x7b\xe0\xfd\xe4\x89\xa8\xad\x3f\x3e\x1f\x2c\x9f\xfc\x13\x81\x1c\x9a\x6f\x1c\x99\xfa\x1e\xae\x31\x92\xba\x47\xf5\xff\xe0\x31\x68\x1c\x5e\x3d\xb6\xad\x8e\xfc\xa9\x37\xf2\xec\xd8\xe5\x5a\xc2\xcb\xf7\xd1\x4f\xc7\x13\xaa\xf7\x3e\x75\x88\xd9\x3d\xb1\xbe\x02\x7b\x2f\x38\xf6\xd2\xa4\x62\xc9\xec\xf5\xa1\x78\xca\x64\x86\xbc\xbd\x23\x33\xc1\x79\xb2\xb1\xb8\xf5\x02\x21\xb1\x64\x6a\x51\x91\x61\xeb\xaa\xa4\x91\xa9\xc0\xc2\xa5\xcd\xd8\x64\xc6\xd4\x77\xf1\x10\x84\xc1\xaa\xbe\xfc\xd5\x5e\x10\xc6\x5e\xf5\x81\xfa\x8f\x21\xcc\xbc\xe7\x57\x60\x32\x04\x21\x86\xb4\xcd\xd3\x9a\x0a\x21\xfe\x43\x60\x99\xfd\x2d\x08\x69\x07\x82\x0f\xbb\x75\x43\xc8\xaa\x89\xb8\xe8\xa7\x0c\x3f\xf2\xb6\x45\x6d\x0d\x24\x43\x67\xee\xc1\x44\x46\x9c\xcb\xbf\x0d\xcc\x8e\xcc\x75\x39\xd9\x0b\xa3\xd4\x42\x4c\x31\x59\x30\x8f\x23\xbe\x25\x9a\x0a\xcf\xce\x21\xb1\x19\x22\x47\x39\x72\x16\x87\x59\x52\x7e\xa4\xca\x76\x66\x17\x52\x6d\xcf\x8a\xfa\x0d\x33\x2a\x99\xfb\x8e\x65\xec\xf4\x9c\x06\xe9\x9d\xe7\x86\xf6\xe1\x26\x7b\x93\x9b\xee\x78\x1e\xc2\x4d\x46\xc5\xfd\xe9\x8d\x3c\x02\x26\x18\x51\x39\x83\xbf\x8e\xed\x9c\x3c\x10\xf1\x64\xa8\xfc\x60\xfa\x14\x29\xfc\xf4\xf0\x85\x7d\x59\xa3\x7e\x11\x1b\x47\xb2\xf7\x24\xf7\x3f\x8d\x72\x1c\x8d\xdb\x79\xe1\x2d\x35\x66\xd3\xe8\xef\x1d\x76\xdd\xf7\xe2\x78\x63\x11\x0d\x21\x0f\xce\xc7\xeb\x8c\x8b\xaa\xaf\xdf\xd2\x4e\xf8\x35\x3e\x58\x85\xbf\x72\x39\xc9\x71\xe2\x7c\x79\xf0\x45\x44\x92\xcb\x24\xae\x44\xf9\x0c\x37\xc5\x70\xb2\xbd\xf8\xf7\x49\x79\x4a\xeb\x14\x56\xb6\xe3\xf0\x5c\x5a\xe5\xd4\x4d\xa9\x0d\x84\x21\xea\x9b\xf1\x3a\x8b\x21\x4c\xb4\xf4\x71\x30\x08\x83\x30\x2b\xdc\x57\xcf\xe8\x31\x84\x58\x6b\xbf\x39\xcb\xf7\x10\x52\x34\xfd\xa7\xec\xfe\x40\xc8\x1a\x0b\x4c\x71\xbd\x0f\xa1\x00\x17\x6a\xe2\x73\x16\x9e\x13\x67\x46\xe5\x87\xd4\x42\x67\xe1\xa3\xf8\x27\x71\x59\xff\xb6\xf2\xcc\xd2\x5f\x67\xf7\x2e\xcc\x32\x4f\xa3\x52\xc9\x31\x73\x43\xa4\xdf\xa4\xf5\xd2\x9e\xb9\xe5\x04\x6d\x1e\xa7\xf4\xca\xcc\xd5\xfc\xcc\xd2\x91\xba\xc2\xe9\x72\xf4\xba\x9d\xb7\xf7\xb8\x4e\x91\x72\xe8\xc7\x48\x07\xf6\x4e\x0e\x23\x72\xda\xbc\x0f\x35\x4d\x06\xa4\x3c\xee\xf4\x3e\xaa\x3d\x7e\x2c\xbe\xaa\xcf\xed\xe4\xc3\x09\xf5\xa8\xa9\xc1\x98\xa6\xf4\x89\xc9\xc8\x2b\x7f\x76\x1d\xa1\x4e\xb6\x44\x5c\x1d\x6a\x3c\x68\xfc\xe3\x56\x34\x6e\x38\xac\xf1\xf5\xbb\xef\x71\x01\xc3\x8d\x8d\xf2\x27\xe4\x44\xce\x48\xf2\xbe\xbe\xfb\x31\x49\xda\xa3\x82\xdd\x4b\x6e\x69\x26\x25\x8d\x7d\xad\xfb\xd6\x7e\x25\xf9\xf6\x78\x5e\xed\x8a\xb6\x97\x29\x0f\x26\x52\x2b\xb7\xb5\x74\xa4\xf1\x27\xce\x56\x68\x37\xb1\xd3\x1d\x27\x99\x25\x8d\x47\x1a\xd2\xf3\xa6\x1c\x8a\x5c\x1b\xc7\x32\x42\xa7\xce\x48\x6f\x41\x18\x16\xb9\x59\x4f\x87\x02\x61\xda\x2e\xaf\x69\x43\x43\x08\x73\xf6\x79\x1f\x31\xf2\x80\x10\xff\x78\xcb\x4a\x8b\x3b\x10\xd2\xf7\x6d\xed\xb2\xd7\x84\x50\xb0\x65\x9b\xbf\xdb\x18\x84\x92\xcd\xdb\x91\x3e\x6a\xf0\x5b\x11\x2f\x2c\x3f\x10\x0b\x9d\x0a\x3f\xc6\xf2\xe3\x0e\xfd\x5b\x2d\xb5\x49\xbd\x93\x1b\xb6\xf0\x4d\x28\xcb\x59\x44\x41\xce\xaf\x64\xca\xf0\x81\x92\x3f\xb3\xb9\x14\x77\xfa\xa3\x2a\x9d\xe9\xf2\x02\xd3\x22\xf7\x3d\x31\x53\xc7\xf3\xa9\xf5\xaa\x8d\x3f\x27\x9b\x73\x6f\x1e\x51\x3a\x12\x3d\x11\x96\xbd\xee\xdc\x9e\x13\x2f\xc7\xaf\xa4\x36\xdf\x9b\x69\x46\x8d\x2f\x49\x88\xeb\x5b\xd6\xe2\x31\x56\x13\xf3\xf7\x97\xe7\x69\xf7\xf1\xef\xd1\xb6\x83\x7a\x27\x14\xff\xb0\x62\x96\x0e\xfe\x3d\xf6\xf2\x63\x64\xdc\xe8\x9f\xd9\x23\x1d\x2f\xc8\x89\x6f\x86\x76\x1c\x16\xde\xdf\x91\xdc\x3d\x3c\xd7\x58\x72\xf3\x4a\x6a\xf4\xc8\xc9\x7d\x92\x2b\x31\x69\x0a\x63\x56\x3b\x63\xdb\x46\xd3\x97\x8f\x3d\x69\x50\x6e\x79\x9f\xf1\x74\xdc\xbe\xee\xd1\x71\x57\x04\x7b\x22\xaf\xf2\xea\x61\x29\x62\x76\x12\x94\x3b\xee\xbb\x95\x95\x3c\x59\x51\x72\x63\xb7\x72\x96\xf5\x14\xab\xd0\x0e\xc2\xe8\x83\x1e\xa7\x75\x16\x20\xcc\xf8\xe7\x19\xa6\x5f\x02\x21\x7a\xd3\xe6\xd4\x75\xbe\x10\x92\xe5\x5e\xa6\x66\xfa\x10\xb2\x2f\xfa\xa2\x6c\xd2\x21\x94\x66\xfb\x7b\xba\xa1\x21\x2c\xaa\x0f\x96\xfb\x3a\xc2\x57\xe5\x31\xa1\xeb\x83\x06\xa1\x6d\xd9\xbb\x68\x6a\xbc\xc1\x3f\xff\x12\x98\xa4\x99\xa3\xbf\xf0\xae\x28\x23\x73\x0d\xe5\xeb\xdc\x59\x7e\x0f\xd6\xb3\x68\xc9\xcc\x05\x7a\x00\xf5\x4a\x5d\xd6\x14\x24\xe7\x8b\x5f\xec\x77\x9f\xec\xc5\xcd\xd4\xdc\x3e\xfc\x7a\xe2\x0e\xfa\xc8\x21\xd8\x14\x36\x5e\x94\xfd\xbc\xed\xe2\xa9\xf7\x63\xa2\xf4\xd0\x7b\xcf\x5a\x17\x8d\x3c\x4d\x78\xf8\xe5\xc7\xf9\xe6\x31\x85\xd8\xbb\x3f\x71\xad\x11\x63\x7e\x31\xb8\xdf\xaa\xa7\x74\xfa\x37\xc5\x8b\x7e\xbf\x3b\x79\xae\x67\x77\x32\x79\xb0\xe5\x44\xd0\xc3\x8a\xd4\xe4\x21\xe5\xa3\xcf\x6f\xe0\x32\xfc\x87\x76\x1e\xa9\xbb\x3c\x92\xb1\x66\xe4\xd4\xbe\xc1\x73\xfa\x88\xf1\x51\xcf\xbd\x01\xcd\xcf\xb2\xec\xc6\xd6\xee\x72\x3f\xda\x9c\xed\x3a\xbe\xa6\xbe\xfa\xc0\xaa\x9c\x98\xf1\x77\x35\xf5\x7b\x9f\xe4\x98\x4e\x3c\xa8\x90\x36\xdc\x41\x9e\x9b\x44\x94\x8e\xd7\xee\xcd\x9d\x9b\x24\x97\x5e\x82\x30\xc6\xdf\x3d\x77\x95\x10\xc2\x8c\x5e\x8f\x04\xbd\x26\x08\xb1\x16\x9e\x1a\xeb\x02\x21\xa4\xb1\x3c\xff\x98\x76\x41\xc8\x9f\xf0\x66\x5b\xd7\x40\x58\x74\xde\xf7\xb3\x53\x27\x84\x15\xb6\x01\xfa\x9e\xb3\xf0\x59\x75\x4e\x88\x5a\x70\x06\xb4\xaa\xf3\x89\x58\x88\x47\xfe\x8b\xaf\x89\x88\xfb\x90\x6d\xbc\x70\xa1\x62\x26\x1d\x4f\xcb\x9b\x23\x16\x2d\xa0\x2b\xe4\xaa\x33\xee\x9c\x16\xf2\xdf\x1d\xa4\x29\x0d\x5a\x8b\x50\xe1\xd0\xab\x09\x22\xb1\xb8\xca\xff\xc4\xd8\xf8\x76\xec\xe2\x03\xc2\xd3\x81\xa3\x17\x50\x1b\xce\x16\xb6\x71\x87\xbb\x11\xab\x1e\xd9\x5f\xbe\x30\x94\x92\x34\xd0\x1f\xd0\x31\x3b\x82\x8f\x9f\xf9\xe1\x7c\xe1\xec\xc0\x54\xc2\xf1\x81\x99\xb3\xd3\x6f\x4d\x93\xab\x7f\x5d\x3b\x1d\xf1\xc8\x31\xdd\xeb\x77\xfb\x29\xec\xcd\x01\xc4\x81\xc1\xa1\x13\x35\x97\xde\x66\x25\x0c\xe5\x1e\xdd\xdd\x32\x8e\x44\x0e\x1b\x1c\x7e\x7e\x1c\x99\xfb\x68\xc4\xf0\xc0\xad\x43\x2e\xa8\xce\x51\xa5\x7d\x4f\xf6\x5d\x40\x9b\x8c\xad\xde\x35\xba\x4b\x8a\x5e\x3f\xee\x57\x9f\x5f\x87\xc7\x14\x8e\xbf\xa8\x75\xab\x5e\x87\x09\x9f\xe8\xae\xe8\x2b\xe3\xe7\x75\x4f\xda\x96\x87\x43\x18\x27\xd8\xa8\xbd\xca\x02\xc2\xec\xb3\x9b\x12\xf5\xa6\x21\x24\xdc\xd8\x64\xbd\xb6\x08\x42\xce\xd8\xc6\x23\xc6\x1a\x10\x4a\xf4\x3d\xbe\x5a\x62\x20\x2c\x3b\xed\x73\xd5\x79\x03\x84\x35\xf5\x5b\xf7\x7b\xee\x87\x23\x0d\x20\x28\x76\xdb\x39\x18\xb3\x2b\x20\x4c\x23\x26\xf9\x1f\x6e\xd7\x99\xe8\x6b\x99\xdd\x0b\xcf\x6b\x77\xa7\x9a\x52\x3d\xe7\xa6\x2a\xc7\xb3\x6b\x64\x1a\x33\xca\xe2\xe1\x82\xd6\x9d\x7b\x27\x7d\xd8\x32\xd6\xe1\x63\xf8\xf1\x28\x5a\x7e\x89\xc2\x69\xd4\xe8\x60\x81\xeb\x9e\x33\x6d\xde\xc3\xb9\x79\x9e\x67\x4f\xb7\x5f\xfa\xe3\x90\xe9\xf3\x8c\x72\xa3\xfb\x8f\x5d\xca\x9e\x2f\xbb\x6e\xb8\x0d\xe3\x13\x33\xbf\x3d\xb8\xfc\xa2\xaf\x29\x6d\xc7\xf7\xca\xcb\x46\x8f\x63\x10\xf7\x06\x9e\xb7\x75\xde\x0c\xce\x7e\xfa\x6b\x73\xeb\x97\x8b\xc3\xc8\xfa\xdf\xa3\xa7\x5e\x9c\x7e\x95\xfb\xf8\xcf\xd9\x26\xdb\x63\x16\x98\xae\xa1\x2d\xc7\x7a\x1b\x31\xf9\x5a\xc3\x45\x87\x55\x77\xc9\xb1\xaa\x23\x57\x1b\x8d\xea\x89\xd8\xa0\xd1\xde\x3d\x9b\xaa\xda\x70\x71\x63\x0d\x3b\x29\xe5\xd7\xb1\x9f\xc7\xcf\xd7\xfe\x91\xf7\xe1\x75\x26\xd6\xd4\xc4\xca\xbc\xf1\x8d\x93\xaa\x15\x6b\x21\x4c\x8a\x77\x33\xd3\xbe\x04\x61\xee\xb4\xbb\xad\x5e\x3f\x84\xe4\xef\x1b\xb6\x18\xbc\xfa\x7f\x70\x28\x9e\xd9\x54\x63\xd9\x01\x61\x95\xc6\xe6\x76\xfb\x5f\x10\xee\x1c\xf2\x41\x6f\xd4\x86\x70\x7f\x5d\xc0\xda\x80\xa5\xb0\xe2\x50\x7e\x10\x31\xfc\xf1\xbf\xd2\xc3\x4b\x22\x16\x65\xbc\x5b\xb8\xbd\xef\x6e\x22\x93\x7a\x6a\x6e\x67\x43\x7a\xe6\x93\xa2\x5b\xd3\x17\xca\xc7\xb0\x8b\x77\x67\x4d\x44\x0a\x79\x8c\xe1\x93\xc4\xd1\xf3\xec\x33\xd2\x03\xe7\x0d\x86\xef\x53\xca\x76\x4e\xb4\x6b\x0e\xde\xc5\x0a\xce\x7b\xdd\x6a\xfa\xd9\x9c\x63\xd7\xb3\xe4\xfe\xf7\xdf\xbe\xe9\x05\x1f\xbf\xdc\x59\xfc\xe5\x5a\xfa\xcc\x97\xe3\x37\xea\xba\xc7\xb3\x83\xfb\xdf\x5d\xb5\xbf\x39\x9f\xbb\xf8\xc7\xc7\x8b\xb4\xf3\x41\x79\x2e\x03\x4f\xce\xbf\x6e\xde\x90\x9f\xf9\xdb\xee\x4c\xe2\xc1\x8f\xb8\xc6\xc1\x6b\xcd\xc4\x7d\x91\xb8\x91\xa1\xb5\xc7\x6b\x77\x74\x12\x74\x86\xed\x8f\x10\xaa\xfb\x0b\x12\x47\xb6\x1d\x58\x28\xdd\x43\x8a\x1f\x55\xdc\x5f\x5e\x34\x4e\xca\x18\xb3\xda\x9d\x5d\x18\x4b\x5c\x3b\x9e\x55\xcf\x12\x3d\x25\x21\xc6\xe7\x6b\x15\x78\x61\x64\xab\x89\x17\x95\xfe\x10\xa6\xdc\x73\x33\x5c\x15\x01\x21\xba\xd6\x45\x51\xe7\x19\x84\x0c\xac\x5b\xb1\x21\x12\x42\x51\xbf\x2b\x7d\x9d\x1d\x84\xe5\x21\x1b\x5d\xcc\x27\x21\x6c\xc8\xf1\xf0\xb7\x63\x41\xb8\xff\x9d\xf7\x6b\xf7\x26\x08\x8f\xdc\xf0\xe3\xf8\xb5\xc3\xc6\x13\xc6\xdb\xf4\xc2\x32\xff\x95\x9f\xd4\x0b\x7d\x99\x51\xfa\x57\xa7\xe9\x4c\x4c\x09\x71\x64\xee\xdd\xc1\x27\xa9\x0d\xb2\xa2\x69\x93\x1d\xe5\xe8\xdb\xfb\xd2\xc7\x3f\x54\x2c\x25\x75\x9f\xda\x34\xa2\x2c\x98\x14\xd0\xaf\xa0\x07\x0f\x32\x63\x77\xcc\xdd\x66\xfd\x0c\x24\x76\x9c\x9d\x79\x58\xfc\xcd\x0b\x75\xa8\x37\xef\x99\xdd\x80\x53\xf6\xb2\x77\x35\x5d\xa7\xba\xaf\xa0\x17\x7f\xfc\x7c\x77\x65\xc7\x28\x2e\xf8\xcb\x83\x9b\x3d\xe7\x8e\xe3\x97\x7f\xfb\xda\xe1\x79\xfc\x44\xc1\xa6\x01\xc4\x45\xff\x46\x3c\x29\xe0\x67\xff\xb9\xe9\x5d\xc9\xa4\xbd\xbf\x27\x5b\xde\xd7\x68\x51\x26\x07\x7f\x34\x53\x2a\x52\x29\xfb\x87\x24\xc7\x1e\x96\xa4\x50\xb2\x47\xb4\x0f\xbe\x90\xd6\xd3\x9e\x8e\x50\x0f\x1c\x16\x91\xa9\xbf\xc6\x34\x77\x7f\x16\x58\x53\x2f\x8d\xf5\xef\x68\x64\x4b\xe9\x21\xe3\xf8\x7a\x0a\x73\x9c\xba\x30\x51\x5b\x45\x80\x30\x63\xcc\xc5\x42\xfb\x25\x84\xd8\x5a\x17\x9f\xd5\x8a\x10\xb2\x1a\x5c\x69\x06\x9f\x20\x2c\xd4\x76\xd9\xb2\xf6\x37\x84\xd5\xeb\xdc\x14\xcd\xec\x20\xdc\x77\xc6\xed\x9c\xd5\x13\x08\x8f\xee\xf0\x70\x74\xbe\x0f\x61\x8b\xb7\xcf\x32\x9f\x6c\xf8\xe4\xec\x63\xbf\xd2\xe0\xba\x7f\x4f\xda\x4a\x83\x26\x52\x4a\xfe\x26\xb6\x7d\x88\x70\xc4\x1f\x9a\x57\x6b\xe1\x24\xfc\x94\x9c\x9c\x3e\x77\x0c\x95\xc9\xdb\xb5\x30\x6e\xb1\xab\x1b\x9f\x7a\xfa\xcd\x90\x4e\xf1\x71\xde\xca\xeb\x9f\x06\x7a\x45\xa3\x15\x2d\x5d\x3d\xfd\x65\x8c\x83\x67\xd6\xbd\x58\xf7\x55\x33\x5f\xbf\x27\xa9\xe7\xd6\x4b\x0d\xec\xd8\xeb\xdd\xdd\x1b\x6e\x1a\x14\x20\xde\x7f\x78\x70\xaa\x35\x86\x42\xfa\xd4\x73\x47\x7a\xe8\x1b\xed\x57\x3f\xf6\x7a\xc5\xce\x9f\xcc\xb2\xef\xb8\xf6\x77\xb5\x07\x98\x09\x03\xbd\x17\xae\x96\x2b\x30\x1f\xfe\x76\x6a\xb5\x2e\xea\x62\xbd\x19\xa4\x9f\xfa\x24\xbd\xc0\xda\xf1\xa7\xf7\x84\x82\xf0\x3c\xab\x7d\xd8\xfb\xc8\x75\xde\x5f\xd6\xd2\x91\x93\x8d\x90\xfb\x8d\x59\x3b\x4a\xde\xe7\xc6\x3e\xcb\x78\x38\xf6\x6b\x47\x3d\xfb\x03\xbd\x64\xdc\xbe\x41\xc8\xd8\xc5\xa0\x4f\x34\x54\x65\x43\x98\xd5\xe9\x74\x55\x1b\x05\x21\xfe\x94\x93\xb3\xce\x79\x08\x05\xb5\x8e\x24\x3d\x17\x08\x4b\x5b\x1d\x47\x0c\x0f\x40\xd8\xf0\xc6\x39\xdf\x64\x0b\x84\x87\x82\x5d\xbe\x5b\x26\x40\x78\x4a\xdf\x4d\x6c\xbb\x13\xc2\x0b\x4a\x9e\x24\x8f\xbb\xb0\xaf\xfd\xb9\xaf\x5f\x50\x38\x54\xed\x18\x0b\x68\x4e\x90\xff\x15\xdd\x58\x15\xb2\x07\xbb\x7d\xee\x6f\x7b\x7e\xcc\x1b\x89\x68\x9a\x7e\xfe\x49\x2a\x7b\xf7\xcd\x31\x69\xf3\x35\x14\xa9\xf5\xd6\xe0\xf7\x3d\x6f\x68\x2b\x6e\xdd\xea\x3f\x52\x72\xb9\xd8\xf5\x45\x78\x5f\xa4\x68\xac\xa5\xe9\x43\xd0\x1b\x36\x5d\xab\x2b\xf4\xfd\xae\xab\x03\xac\xbd\x3d\xcf\x5e\xda\x9e\x38\xc1\xbd\xf7\xf6\xd3\x93\xac\xdd\x85\x82\x8b\x1f\x23\xee\xa3\x6a\x1e\x0b\xf7\x7f\x31\xbd\x3d\x57\x5e\xc6\x1f\xf8\xbe\xa4\xe3\x4b\xb1\xb7\xc0\x65\xc0\xf4\x92\x54\x6a\xca\xbb\xfb\x5b\xa1\xf5\x81\xa8\x9b\xbf\x63\x30\xb2\x25\x95\xff\x8b\x5f\x37\xe4\x7b\xbc\x9b\x8f\xe3\xe2\x86\x43\x8e\xd4\x73\xd6\xf3\xbe\x8c\xbc\x68\x24\x32\x2f\xf1\x89\x63\x2b\x77\xbf\x67\x8c\xf3\x1e\x8d\x9d\xd9\x49\xa7\xc6\x09\x42\x26\x5c\x6a\x0c\xa8\x57\xb9\xe2\x89\xb6\xca\x3e\x08\x91\x07\x9c\xea\xb4\x47\x20\xa4\x7c\x77\x88\xd4\x21\x42\x28\xbe\xe3\xf0\x57\x8f\x0a\x61\xe5\x29\xc7\x00\xc3\xbb\x10\xee\x99\x75\x7c\x65\x9c\x0e\xe1\xf1\x4b\x4e\xb5\xe6\x66\x10\x9e\x3d\xec\x66\x60\x87\x80\xb0\x7d\x7e\xe3\x7d\xb7\x25\x10\x76\x26\x7b\x2d\xdd\xda\x0c\xa3\x1f\x6e\xde\x22\x8f\x96\xfe\xbd\xd6\x95\x17\xb4\x09\xa3\x3e\x2f\x7e\x58\x19\x4e\xe7\x33\x66\x54\xee\x67\xc7\x51\x1a\xae\x8e\xaf\xbc\xb6\x3a\xe3\xd7\x69\x9b\xdf\x97\xce\x6d\xc2\x65\xdd\xb1\xff\x7c\xf5\xd0\xa8\xc0\xa3\x57\xf4\xfc\x46\xe5\xd1\xa6\xad\x3f\x8a\xda\x6f\x94\x7c\xef\x54\xf9\x5a\x7c\xcc\x43\xee\xd0\x4d\x78\x33\x53\x47\x90\x5f\x78\xa3\xfe\x6c\x49\x65\x6c\xb1\xf3\x87\xa5\x0f\xa9\xa5\xe4\xa2\x6d\x9f\x77\x77\x8e\xc8\xd6\x14\x7d\xfb\x9e\xde\xe1\x26\xae\x2c\x34\x19\x98\xbe\x70\x40\xc0\x2c\xac\xfb\xad\xd6\xba\x9f\x7b\xb2\xf0\xd0\xe0\x7c\x33\x99\xbd\xbc\x30\x66\xe8\xd9\x31\x05\x26\x59\xf6\x6d\x78\xfe\x90\x1f\xfd\x97\x94\x33\x9a\xb8\xaf\x90\x56\x2a\x5b\x35\x3a\xb3\xc7\x99\xe2\x27\xa3\x8d\x5b\x34\x14\x12\xbb\xa4\xfb\x27\x8e\x57\xfe\x25\xfa\x4a\xcb\x26\xc6\x2a\x9a\x20\xc4\x28\x39\xba\x6a\xd7\x43\x48\x5f\x6b\xcf\xd1\xb1\x86\x50\x76\xc0\x96\xa5\x8b\x84\xb0\x76\xca\x7e\x83\x81\x17\x84\x87\x42\x6c\xe4\xfa\xfb\x20\x3c\x5d\x6a\x3b\xb1\x6e\x27\x84\xed\xca\x0e\x83\x16\x76\x10\x76\x96\xb8\xa6\x3a\x9a\x41\xf8\xc4\x66\x93\x8b\x97\x39\x6c\x7e\xb5\xc2\xeb\x45\xe8\xda\x7f\xfe\x6f\x67\xb6\xb6\x64\x8e\xcf\xbf\x7d\xb7\x3f\x78\x88\x7d\x78\xc6\xf1\x9d\x6e\xe4\xba\xba\xde\xb1\xe7\xaf\x36\x25\xae\x3a\xbd\xea\x57\xef\x53\x69\xb6\xca\x5d\xd4\xfb\x85\x4e\x5d\x2a\xa1\x4f\xe1\xa6\x5a\xd3\xd8\x41\xa7\xb1\xc7\x07\x16\x1f\x87\x37\x5a\xbe\x3d\xa8\xfa\x72\xa4\xbb\x7b\xe9\x5b\x3f\xb9\xfb\xfe\x7f\x6f\x72\xbb\x33\xa4\x88\xbd\xdc\x0f\x07\x1e\x24\x08\xfb\xeb\x73\xfa\x53\xaf\x0f\x0b\x4c\x6b\x25\xdf\x99\xed\xaf\x38\x5a\x35\x59\x3f\xff\xb5\xa9\x33\x7b\xaa\x83\x07\x15\x5b\x46\x19\xda\x55\xd6\x7f\x76\x9f\x10\xd3\xf9\xe5\xf7\x87\x6e\x1d\xd3\xa2\x74\x54\x2c\x1e\xa1\x1d\xe0\x51\x94\xca\x6e\x8e\x06\xec\x3b\x4e\x8a\x2f\x6d\x1a\xab\xd8\xd9\x45\x78\x53\xea\x3b\xa1\x52\x73\x02\xdf\x58\x96\x3c\x81\xae\x9a\xc7\x5d\x2b\xb9\x35\xe9\x51\xee\x0a\x61\xfe\x65\xdb\x2f\x2b\x59\x10\x72\xb6\x59\x57\x68\x35\x40\x28\x6f\x5e\x9f\xa2\x3d\x04\xe1\xce\x10\xab\x63\x3a\x12\x08\x9b\xda\x2d\x36\xae\xea\x86\xf0\x02\xc5\xea\x8f\xde\x13\x08\x6f\x07\xdb\xf2\x8c\x0f\x43\xf8\x44\xd3\x49\x6a\xab\x0c\x61\x6f\xf3\xc6\x1f\x9e\x10\xfe\xfa\xd4\xe7\x89\x0b\xbc\xfb\xaf\xfa\xa7\xa3\xef\x6c\xda\x85\x05\xf1\xd0\xce\x80\x6a\xca\xb5\x99\xab\xe3\x19\xdb\x53\xaa\xac\xc6\x97\x0f\x92\xa2\x0e\x9d\x52\xfb\x9d\xfa\xc5\x3c\x15\x74\x56\x3d\x3f\xff\xea\x32\x61\xf3\x4b\x6e\x53\xcb\xdd\xdc\xea\x5f\xfd\x15\x25\x17\x1e\x5c\xb8\xbb\xe5\x73\x2b\xbf\xe5\x81\xd6\xf3\xf5\xbd\x4d\xdc\x23\x97\xfc\xdf\x76\x3c\xf1\x63\x97\x9e\xb6\xf9\xb4\xee\xee\x65\x56\xf9\xb1\x53\x5f\xbb\x6e\x1c\xa5\x7e\x3a\x32\x38\xe0\x7d\xf1\x1c\x55\xf3\x60\xc2\x2f\xbd\x73\x34\x4a\xc4\x9e\xfb\x83\xbc\x53\x68\x52\xfd\x9e\xed\x7f\x3e\x34\xb1\x49\x71\x0d\xe1\xc3\x65\x87\xd3\x0a\xc6\xea\x4f\x8e\x1c\x68\xbc\x8a\x3b\xdc\xf0\x75\x2c\x66\x17\x19\xfb\xaa\x6e\xd7\x78\x7a\xfd\x76\xac\x4a\xad\xeb\x84\x79\xf5\x5c\xfe\x64\x95\xde\xc4\x40\xc5\x8e\xbc\xcf\x95\x2f\x27\x45\xff\xf9\x28\x42\xa5\xad\xf3\xca\xe3\x10\xf2\xd5\x2d\x1f\xae\x28\x83\xb0\xf2\x96\xf9\xa2\x15\x79\x10\xee\x87\x00\x00\x00\xe1\xa9\x70\xd3\x5f\x5a\xc9\x10\x5e\xfd\x6c\xdc\xb3\xa2\x1b\xc2\xae\x59\xb3\x93\x3a\xf6\x10\xf6\x3e\xb2\x57\xb0\x50\x80\xb0\xdf\xdb\xa9\xda\xee\x23\x84\xc3\xab\x36\xad\xf3\xab\x82\x76\xf3\x2f\xbc\x15\xe3\xf6\x2c\xdc\x9e\x15\x6c\x1d\x27\x29\xcd\xdc\x99\x58\xb3\xdd\xb9\x72\xe8\xd7\xc2\xe0\x85\x18\x79\xf3\xbd\x9e\xf7\x3f\xee\xa5\xbf\xbf\xc2\xbc\xb6\xe3\x63\x2d\x61\xff\xc3\xec\x5d\x2b\x5e\x87\x16\x6b\xf6\x3c\x90\x80\x67\x7a\x77\xde\xbe\x13\x52\xcf\xbe\xae\x7e\x39\xfc\x22\x86\xb4\xaa\x9b\xdf\x47\xfd\xbf\xf8\x78\xcb\xa8\x2a\xbb\x76\xfd\x1b\xbb\x03\xec\x0e\xc0\x00\x51\xc0\x20\xa5\xa5\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\x25\x24\x25\x05\x11\xa4\x44\x11\x14\xc5\x40\x04\xa4\x59\xac\xee\xf3\x1d\xcf\x46\xf4\xbe\x9f\xbd\xff\xef\xa7\xdf\xb8\x3e\x9e\x73\xcd\x39\xaf\x6b\xac\xe3\x37\x8e\x61\x25\xc7\xa1\xae\xac\x59\xf6\xde\x79\x07\xff\x96\xc7\xf3\x73\x1d\x0f\xec\x79\x9f\x69\x2e\xa6\x36\x27\xda\x1f\xa8\xac\x5d\xe1\xae\x33\xb1\x13\x2d\xe5\x5b\x63\xa9\xe2\xb0\x5e\x2e\xf1\xd8\x38\x55\xe2\x66\xed\x9b\x3f\x80\xa8\xce\x97\xb0\xa2\xcb\x3b\x8d\xdc\x9d\x65\x6e\x31\x92\x53\x85\xba\x9e\xb6\xdb\x72\x47\x66\x34\xaa\x37\xd9\xc3\x1c\x97\xd9\x89\x96\x4c\xa4\x37\x37\x49\xe7\xc7\x30\xc6\x0a\x9b\xcd\xa5\x96\x62\x3a\xa3\x2c\x00\x1c\xaf\x30\xeb\xd0\x39\xfe\xe7\x7b\xe9\xe6\x01\xda\x02\x80\x64\x4e\x06\x71\xda\x73\x00\xa5\xce\x5b\xeb\xd0\xcc\xba\xc5\x81\xf6\x2d\x7e\x4c\xdc\xe2\x4c\xcb\x0d\xc6\xb3\xbc\x00\x1b\x06\x77\x2f\x33\xce\x01\x50\x09\x1c\x42\xbc\x67\x81\x8b\xbc\xfc\x78\x4a\x19\x4f\x7e\x84\xef\x11\xc1\xb8\xdd\x5a\x91\x42\x93\xa5\xbe\xc4\x0c\x4f\xd2\x22\x02\x55\x05\x0b\x28\xbd\x1f\x57\x0f\x1a\x08\xd4\xcd\x54\x07\xcf\x13\x1c\xee\x77\xbf\x4c\x90\xf9\xbe\x11\x92\x35\xf4\xda\x27\xe8\x9b\xf8\x33\xf2\x48\x81\xad\xdb\xd7\xa7\xd3\xca\x23\xfe\x96\xb3\x33\x22\xdf\x8e\xbf\x0e\xb4\x48\x7b\x87\x9f\x3b\xd5\xf5\xd1\x92\xda\xe7\xfd\x8b\xf1\xf9\x0d\x8b\xc9\x8e\x86\xe5\xd8\x7a\x4f\xcb\xb6\xa6\x4f\x2b\x0b\x35\x5c\x96\x8c\x75\x0e\x6b\x6b\xe5\x65\xe6\xb1\x35\x9c\x1b\xb5\x45\x2c\xe6\x34\x55\xbb\x11\x8b\x79\x27\xcd\x0e\x97\x09\x21\x5d\x33\x0c\xcd\x5e\x17\x3d\x46\x92\xd2\x1c\x4d\x17\x0a\x5a\x51\x9f\x92\x26\x4c\xe8\x0b\xa2\xd0\x5f\xe3\x04\x4d\x8e\xe4\x84\x62\x3a\xa3\x6e\x1b\xcb\x65\xef\xc3\x9a\x86\x8d\x03\xb8\x46\xde\xee\xa1\x9d\x01\x08\x95\xa4\x99\xfa\xcf\x7c\x69\x1f\xb6\xe6\xac\x08\xa5\xd1\xfc\x0f\x3b\x1c\xb6\x9e\xdf\xfc\xd8\xe2\x57\x4f\x1a\xed\xff\x10\xe9\xbf\xf5\x0c\x59\xb7\xc4\xce\x4a\x01\x50\x7f\x72\x14\x3d\x56\xa5\xb6\x90\xd9\xf9\x6d\xb5\xf7\xaf\xdb\x12\xcc\x9f\xf4\x3b\x35\x4f\x9f\xc2\x9e\x95\xbd\x14\x61\x3e\x30\x8c\x6c\x57\xfb\x9a\x69\xd4\xe4\xb9\x2e\x6e\x84\xaa\x3a\x54\x62\xbd\x82\xb0\xa9\x79\xa6\x18\xe5\xb5\x70\x25\xa0\xfe\xc5\x2d\xaf\xac\x9f\x7e\x15\x32\x7d\x61\x16\xb1\xb3\x47\xbf\x04\xbe\xca\x36\xf1\x99\xe3\x9d\x15\xec\xf1\x37\x1c\x9f\x1d\x9b\x37\x6d\x4f\x31\xac\xff\xc8\xbb\xb8\xde\xa8\x66\x7c\x62\x30\x61\x25\xa3\x86\xcb\xb8\xbd\x67\xd7\x9a\x6d\x85\x93\x71\x52\x7b\xd8\xc6\xee\xe2\x61\x93\x8b\x4d\xa7\x10\x32\xf9\x23\x46\xf8\xfa\xb7\x9b\xb3\x59\x77\x8d\x17\x9f\x16\x23\x9f\x64\x4c\x1b\x73\x55\x20\x51\x51\xc9\xa3\x86\x1f\xca\xdd\xd0\x15\x71\x73\x46\xf4\xc5\x1c\x18\xfd\xe8\x7a\x03\xdf\x22\x12\x56\x28\x9c\xdb\x40\xbe\xa0\x0b\xdb\x1b\x52\x0a\xe0\x6e\x72\x83\x72\xec\x23\x40\xb4\xf5\xd6\x5c\xb9\x7e\x5b\xac\xdb\xb3\x35\xef\xcb\xdf\xbf\xff\xe4\xbd\x2d\xce\xaf\x6c\x91\x32\x41\xe3\xfc\x3f\xeb\x00\x37\xae\x9f\x0c\x00\xa0\xe2\x39\x44\x79\x19\x91\xfc\x64\x17\xfe\x64\xcd\x33\x33\x25\x44\x7e\x51\x1f\xdb\xc8\x31\x7a\x9c\x8c\x9c\x5e\x50\x71\xc7\x47\xb4\x97\xc6\xad\x24\xdf\x6a\xa9\x4d\x0e\x23\x52\x41\x6b\xd6\x93\xf5\x23\x76\xfd\xd5\xcd\x61\x1f\x97\x86\xfc\x1e\xb5\x2a\x7a\xb8\x2f\xde\x2a\x38\xda\x9e\x6a\xe9\xbd\x10\x3d\x1c\xdf\xf9\x5a\x9f\xf8\xab\x60\xfe\x63\x9b\xab\x0e\x61\x69\x6d\xf1\x49\xd3\x6e\x5d\xcb\xd9\x43\x4b\xf8\x7a\x49\x7d\x96\xc9\xe7\x2b\x25\x4f\x43\xf5\xaf\x8d\xfc\x5a\x83\x32\x16\xfd\xf3\x7d\x8a\x88\x1b\xf9\x19\xfa\x0d\x9d\x63\x9b\xc2\xd9\x08\x7d\xc9\x36\x21\xa4\x56\xfa\xaa\xfe\xed\xa6\xcf\x28\xf3\xe4\xf7\xfa\x7c\xf5\xe3\xe8\x87\x09\xe1\xfa\xd7\x6a\x26\xd1\x3f\x62\x93\xf5\xfd\x2a\xdb\x30\xde\x51\x53\xfa\xf8\x32\x77\xcc\xd7\xc8\x8b\x7a\xca\x25\xdf\xb0\xb8\x60\x59\x00\xbf\xc5\x6b\xc8\xc3\x41\x00\x09\xd7\xb6\xe6\x2b\xfc\x7d\x2f\xb4\xfc\xdc\xe2\x30\xdb\x16\xa7\xb5\xb7\x88\x0c\xfb\xbd\x0f\x80\xc6\x66\x8b\x4c\x7a\x17\x3e\x63\xda\xa8\x3f\x39\x24\x79\xd1\xf3\xef\xc8\x43\xfc\x93\x6a\x1a\x13\xe9\xc4\x75\x31\x09\x0b\xd2\xcb\x74\xfc\xa0\xdc\x92\x97\xd8\xb3\x78\xcc\xaa\x66\x64\x0c\x7d\x91\x2e\xca\xd0\x38\x23\xa3\x32\x59\x02\x91\x6b\x97\x55\x5c\x1f\x88\x5e\x37\xf0\x1a\xaa\xe6\x70\xf3\x5c\x19\xce\xec\x6e\x38\x6d\x71\x6b\x99\xf2\xa2\xb2\xf1\xb0\xee\xc8\x52\xf2\x42\x58\x13\x52\x13\xb5\x2a\xbc\xdc\x59\xf3\x5a\xf3\xc6\xea\xec\x8a\xc9\x53\x1a\x4d\x8b\x79\xe5\x55\x42\xf9\xa6\x66\xf3\x94\xdb\xc6\xb3\x82\xc3\x5a\x1e\x63\x29\x9b\xc7\xb3\x9b\xb5\xe2\x86\xee\x23\x6f\xa5\x7f\xd2\x76\x7d\xf9\x0a\xf9\x3d\x55\x49\xfb\x6d\xd7\x59\xd4\x68\x62\xad\x76\xf2\xf3\xfd\xe8\xf5\x98\x11\xed\x8e\xa6\x64\x8c\x77\x94\xa4\xf6\xea\x33\x41\x0c\x39\x7c\x5d\x87\xb3\x46\x11\x1b\x16\x2a\xa1\x85\x7d\x2a\x8d\x93\x0f\xc0\x00\x04\x9d\xa1\x09\xfc\xcf\x3c\xa9\xac\xff\x3e\x0f\xdd\xe5\x5b\xcf\xef\xc6\xb6\xb8\x10\xbf\x45\xaa\xed\x3f\xd7\x81\x90\x02\xc0\x3c\x79\xf5\xdc\xe2\x30\xf5\x07\x87\x0b\x2f\x7e\x2a\x9b\xa2\xc3\x9f\xac\xd0\x39\x28\x4d\xaa\x14\x1b\x33\xb6\x6a\x6d\x21\xe0\xe4\xe3\x9c\x06\x2a\x08\xb8\x04\xcd\xb6\xe0\xe2\x2c\x6b\xec\x05\x23\xb3\x18\x93\x18\x37\x54\xb6\xad\x44\x86\x9b\x5f\x09\xa2\xcb\xf3\x47\x71\x91\x73\xdf\x46\x67\xf2\xa5\xb2\x17\x16\x3a\x1b\x37\xeb\x4d\xcb\xdf\xea\x72\xad\x6b\x4d\x7e\xab\x68\x51\x67\x58\x77\x5c\x3b\x5c\xfe\x48\xed\xf4\x86\xc8\xda\x72\x49\x98\x4a\x27\x42\x61\x63\x6f\xc1\xbc\xea\xc2\xfc\x47\xc4\xb9\xdc\xaf\x6a\x3a\xd3\x9e\x9b\x23\x19\xdc\x6a\xeb\x13\x3a\xc8\xee\x94\x69\x8d\x43\x43\x04\x54\x4f\x22\x83\xc6\x97\x7e\x13\xf4\x89\x78\xa2\xfa\xf2\x8b\x19\x4c\x69\xc4\x5b\xf5\xac\xce\x19\xac\x52\xa8\xaf\x46\x40\x9b\x37\xd6\x24\x54\x41\x3d\xb3\xa5\x05\x27\x13\xe0\xa8\x3e\xdb\xd0\x87\xeb\xf5\x25\x01\x44\xde\xfa\xf7\x79\x68\x58\xda\x62\x3f\xcb\x16\x3f\xaf\x6d\x11\xf5\xf1\xcf\xfc\x5a\x34\x34\x54\x13\x80\x0b\xa3\x7b\xbd\x56\x43\x00\xee\x9c\xbd\x4e\x3b\xad\x01\x7b\x38\xe4\xb9\xbf\x8c\x5e\xa3\x64\x0a\x58\xcb\x15\x76\x22\xc8\x16\xe2\x4c\xba\x87\x6b\xdd\x88\x1f\x15\x58\x6c\xa2\xf2\x35\x08\x17\xb4\x0e\x7b\x39\x24\x0d\xe3\xd4\x8d\xa5\x42\x29\x61\xcc\x98\x0a\x9b\xc6\x78\x21\x4f\x22\x0a\xe5\x3e\x99\x2e\xed\x70\x07\x75\x27\xae\x20\x4b\xd7\xec\x0d\xd2\xaa\x7c\x28\xa7\x52\xb7\x01\x31\x3e\x38\x59\x78\x53\xed\x01\x22\xf9\xd7\xae\x02\x7b\xa5\xe1\xcd\x77\x88\x9c\x6c\x71\xc5\x11\x64\xca\xa6\x75\xc6\x23\x85\x36\x94\x31\x52\x2c\x65\x40\x49\x74\xd1\x0d\xd9\x95\x9c\xae\xf4\x60\xe6\x04\xfa\x5e\xec\x57\xe5\x37\x1f\x33\xd1\x96\xb1\x1a\x2a\x97\xdf\xb2\x63\x2c\x22\xf7\x2b\xff\x1a\x8a\xc4\x5a\x85\xb0\x29\xcf\xf5\x47\xe2\x76\x05\x32\x2b\xbf\xec\xa9\xc1\xf5\xfa\x5e\x50\xb9\xd4\x15\x81\xdf\xed\xdd\xad\xd2\xda\xd6\x8c\xe7\xf7\x8a\xfd\x7b\x1e\x4a\x79\xb7\xd8\x99\xfd\xef\x7d\xb0\xc8\xfd\xcf\xf9\xa1\x04\x80\x46\x87\x86\x66\x99\xfb\x7f\x72\x40\x9a\x99\xb3\x00\x2c\xb7\x18\xe2\xde\x05\xc2\x25\x8e\x40\x2e\xf7\x5e\x3f\xea\x59\x81\x7d\x12\xab\x8d\xea\xe4\xcf\x12\x3b\x34\x69\x4b\x8d\x49\x31\x8a\x34\x66\x84\x74\x31\xa2\x92\xd6\x01\xa7\x5d\x31\x36\x84\x1b\x86\x2b\x5e\xa4\x80\x57\x38\x59\x6b\x4a\x58\x95\x6b\x03\x36\xc1\xd5\x3f\xea\xbd\xed\x2d\xec\x81\x48\xd6\x58\x1f\xd3\x87\x18\xc1\x7c\x8d\x84\x6e\x9d\x9f\x68\x99\x0e\xf6\x64\xb4\x2a\x1e\x95\x3a\x25\x95\x1a\xa6\x78\x11\x75\x7e\x93\x90\xb6\x57\xbe\x15\xcd\x88\x3a\x99\x68\x29\x27\x83\x61\x45\xdf\x8d\x71\x97\xbb\x86\x91\x43\xcb\x45\x7f\x95\x7d\xb7\x4e\x87\xf1\x0e\x2b\x91\x2b\xfb\x29\x88\xe5\x0b\x76\x94\x3f\x31\xfd\x15\xfb\x2b\x40\x53\x3e\x6f\xe2\x3d\xce\xd9\xb7\x44\x41\xee\x6d\x34\x2e\xcb\xf7\x90\x62\xd8\x90\x1e\xae\xcb\xa7\x44\xd1\xa8\x3f\x18\x2f\xed\xe9\xac\x60\xfd\x52\x8b\x70\xc9\xe5\x09\x40\xa6\xdd\xef\x7b\x51\xf7\xf7\xfb\xf1\xe0\x16\xbf\xfc\xbe\x37\x71\xb1\xff\x5c\x87\x0d\xcb\xad\xf9\xbf\x8c\x6c\xf1\x7d\x11\xc0\x9d\x4d\xfa\xee\x3e\x23\x50\xe1\x90\x7a\xb8\xdc\x62\x4e\x95\x12\xe4\x14\x7b\x5b\x19\x4b\x51\x96\xa8\x57\x91\xcd\x09\x25\x3b\x28\xbc\xd3\x5b\x4e\x78\x4c\x92\xd6\x9c\xb2\xd2\x0c\x25\x10\xed\x0d\xef\x3a\x0e\x7b\x33\x11\xb8\xad\x0e\x79\xbd\x73\x22\xe2\x36\x5c\xe4\x83\xaf\x5b\x47\xe3\xb4\xc2\x24\xc3\x5c\x4c\x46\x71\x0a\xa9\xf3\x61\x2a\xba\x2c\xd8\xb4\xda\x73\x91\xfa\xea\x2c\x98\x17\x03\x92\x31\xce\x8a\x3b\xb1\x3b\xbf\xd3\x44\xd6\xc8\x16\x63\x2a\xd0\x35\x51\x67\x65\x28\xd8\xab\x98\x3b\xe1\x35\xd2\x07\x70\xae\xd8\xd4\x00\x5e\xa9\x01\x5c\x01\xb6\xcf\x9f\x4b\x5a\x65\xe3\x19\xee\x92\xef\xa0\x8c\xd8\xaf\x0e\x9c\xa4\xaf\x8c\x8c\xee\xb7\x79\xfc\x0d\x8f\x26\x99\x77\x9f\xb8\xf1\xde\x6e\x04\x59\xdd\x09\x5b\xfc\x33\xd7\x65\x59\x8b\xb1\x59\x02\x83\x33\x8f\xac\xf4\xc8\x19\x42\xa2\x83\x0f\x40\xd1\xe3\xad\x39\x3b\x56\xfe\xbd\x0f\x96\xef\xfd\x99\x9f\x86\x86\x06\xc7\xb1\xc5\x1f\xaa\x5b\x9c\x2c\x03\xb8\x1c\x79\x24\x6a\xe0\x27\x00\x4b\x26\xfd\xd2\xf3\x21\x08\xe6\x38\xc2\x9e\x59\x13\x42\xad\x15\xa8\x15\x32\x2e\x4c\xa6\xa4\x49\x8e\x29\x16\xa4\x70\x53\x8e\x2b\xd2\x6a\x94\x47\xdd\x20\x21\x35\xc1\xa4\x26\x70\x07\xc9\xd0\xe0\xb1\xd5\x61\xd7\x0a\x62\x98\xc5\x8c\xa3\x84\xdd\x2f\x42\x81\xd3\x17\x8f\x73\x16\xce\x04\x8d\xc0\x57\x5e\xe7\x8c\x62\xf0\x1f\x92\x9c\x7d\xd9\x75\x6f\xe2\x83\x8a\x9c\xfd\x5a\xd5\x95\xf1\x3b\x5a\xe5\x03\x26\x95\x76\xe3\xec\xde\xee\x0d\x7a\x27\xeb\x8c\xbb\xb0\x24\x17\x7c\x5a\x2a\x1b\xd7\x89\x9d\xf5\x4b\x90\x5c\xc7\xb3\xe0\xd4\xbd\x7f\x4a\xd2\xe3\x9f\xe2\x66\x3c\x1a\x25\x98\x08\xc2\x78\x3f\x97\x01\x09\x76\x54\x1c\x7e\xca\xe9\x93\x04\x76\xc5\x1b\x8f\x73\x4a\x90\x64\x9b\xfb\x45\x50\x75\xb0\x95\x94\xfa\x16\x4c\x18\xb0\x6d\x91\xac\xf9\xbc\x9f\x80\xb4\x79\x29\xb9\x34\xb1\x4c\xe4\xb7\x7a\x0f\x50\xf3\xfb\xbb\xa0\xff\xdb\xef\xef\xa3\x6b\xff\xbc\x0f\xa9\xfe\x5b\x73\xff\xfa\x7d\x0e\x26\xd8\xb7\xd8\xfb\x75\x8b\xed\x0b\x00\x2c\x5e\xd7\x59\xeb\xcc\xc1\x9e\x2b\xf9\x41\x5e\xf1\x47\xd8\x25\x60\xf7\x58\x2f\x23\x80\x7a\x5f\xf2\x8c\x24\x21\xd6\x96\x92\xa0\x80\x56\xda\x0c\xe1\x26\x97\x69\x7a\xea\xf6\x78\xf9\x92\x50\x86\x27\x4d\x48\x8e\xaf\x48\xa9\x66\x68\x0b\x15\xeb\x1e\xd2\x11\x7b\x7d\xdb\x93\xa6\xce\xc4\x36\xbf\x7e\xfb\x19\x43\x1b\x22\x6b\xf4\x9a\xf3\x8c\xce\x41\xc2\x6c\xf6\x88\x6b\x99\x9a\x3b\xa1\xbe\xc6\xc9\x8d\x5b\x29\x8a\x20\xd2\xad\xe8\xc1\x2f\xb7\x8f\x70\xe1\x7d\x81\xc7\x19\x49\x0c\xe1\xf2\x32\xd9\x2d\x44\x22\x8d\xb0\x13\xcf\xed\xe6\x2f\x1e\x41\xc8\xc7\xcf\x3a\xf1\x8a\x0d\x13\x0f\x11\x94\xec\xef\x8b\x5a\x12\x07\x88\xe7\x2d\x53\x45\xd5\xf0\xc5\x44\x6e\x8b\xd7\x62\x87\x11\xd1\x44\x4e\x4b\x09\x51\xec\xd2\x5d\x62\x91\x99\xa3\x98\xf5\xcf\x46\x62\xbb\xd9\x5e\xb1\xbe\x6f\xb7\x89\x4b\x26\xbf\xfe\xde\x07\x1f\x76\x6c\x71\xb3\xeb\x9f\xfb\x60\xfd\xd2\x16\xa7\x76\x6e\x71\x60\x7d\x8b\x9d\xc3\x00\x97\x5b\x8f\xf4\x3e\x53\x02\xb8\x7b\xec\x5a\x62\x69\x03\x0c\x71\xec\x67\xd9\x93\x1d\x0e\x5c\x02\xb9\x5c\x3f\x13\x4f\x53\xdb\xc4\xa3\x85\xf9\xc2\x37\xa8\x87\x14\xce\xc8\xcc\xf9\x55\x51\x74\x35\x6e\xa9\x0e\xbb\x2a\x91\x5f\xe8\x4f\xe9\x2c\xda\x0e\x93\x2f\x98\x0d\x18\x5b\x5a\x48\x92\x70\x76\x45\x26\x8b\x26\xf1\x24\x2f\xaf\x34\x4b\x7f\x7d\x75\x52\x60\xd8\x51\x4b\x36\xed\x73\xc4\x0f\x69\x51\x76\x6e\x6a\xbb\x89\xeb\xc5\x68\xdb\x1b\x8a\x54\x62\x68\xd3\x67\xfb\x28\xb9\xd7\x44\xae\x57\x07\x1c\x10\xd2\x3b\x89\xb7\x3f\x46\x38\x88\x8a\x4f\x10\x05\x56\xae\xd9\x99\x88\x1d\x20\x3a\x13\x7a\x6d\xae\x88\xee\x25\x12\x88\xf2\x16\x3b\x9f\x5c\x21\x59\x10\x07\x4c\x74\x9e\xec\x25\xb9\x10\x27\x8c\x71\xc2\xc9\xe4\xf3\xa4\x60\x3d\x1e\x91\x83\xb8\xab\x24\x4b\x7d\x29\xe1\xea\xf5\x61\xd2\x1b\x1d\x5e\xe1\xdc\x95\x36\xd2\xaa\xb6\x2c\xc0\xf0\xef\xf7\xe5\xaf\xba\x7f\xce\x8f\xfa\xcd\xaf\x63\x5b\x1c\xf9\x7d\x1e\xda\xda\xb7\xd8\xd0\x0e\x70\x5d\x9d\xf6\x7b\x45\x1b\xc0\xdd\xd6\xab\xf8\x5c\x31\xc0\x3e\x5c\xbc\xd5\x9e\xdc\x06\xde\xfc\x43\x0f\x56\x22\x5f\xc3\x2e\x71\x1d\xbe\x8c\x80\x12\xaa\xba\x42\xbf\xc4\xa0\x07\x8e\xb2\xac\xfe\x50\x0e\xe9\xf0\x95\xe2\xae\xbb\xa6\x52\x6a\x85\x24\x7f\x37\xb1\xd0\xb6\x37\x0b\x25\xb7\x5a\xb5\xe8\x3e\x32\x4c\x25\xc7\xba\x35\xe8\x73\xe8\x1d\x26\xdf\x0a\x7a\x67\x7c\x4f\xd3\x9d\x7c\x22\x6e\xde\xb8\x5d\xe5\x3b\x69\x35\xf7\x9a\x49\xb5\x22\x96\xd4\x50\x11\x6d\xc6\x2e\xc7\x44\x32\x68\xab\xb6\xb8\x26\x6d\x43\xa2\x1d\x62\xb4\xfc\x21\x51\x49\xda\xff\x89\xd9\x92\x4f\x74\x8a\xc4\xb0\x7a\xc9\x5c\x48\x84\x4c\xf2\x27\xbc\x31\xce\x17\xe1\x21\x8d\x93\x1e\x19\x8c\x0a\x8b\x93\xb9\x49\xa5\xba\xb4\x42\x71\xe4\x50\x12\x56\x4b\x50\xd0\x8a\x8c\x25\xdb\xa8\x2e\x08\x74\x92\x9b\xc9\x75\xca\xda\x02\x48\x4c\x33\xf9\xa9\x72\xc5\xdf\xf7\x22\x25\xf7\x3f\x24\x1d\xdc\x9a\x73\x36\x7e\x8b\x6f\x6d\xb6\xd8\x5d\xbe\xc5\xda\x0b\x5b\x2c\xd8\xbd\xc5\xdc\x6f\x00\xb7\x8f\x9d\x79\x91\xea\x03\xf0\xc8\xed\x26\x57\x74\x34\x0c\x3f\x76\x61\x99\x0c\x3e\x07\xcc\x12\x07\x79\xe6\x3d\x33\xa8\x93\xf2\xd2\x42\x97\x9d\x1b\xa8\x8e\xaa\xe6\xe2\x5a\xd6\x09\xd4\x7d\x3a\x99\xb2\xd2\x66\x6d\x94\x10\xa3\x6a\xe5\x5e\xe3\x15\x8a\x90\x65\xad\x3a\xb3\xfe\x57\x8a\x92\x23\x97\x5a\x8a\x4e\x28\x79\xd3\x37\x5a\xfb\xac\x86\x3e\x79\x31\x1c\xa3\xad\xa6\x72\x99\x5c\x97\x76\x51\x57\x4e\xb1\x88\xac\x56\x38\x67\x60\x24\xdb\x4c\x56\xae\x63\xd6\xff\x28\xe5\x47\x96\xed\xdc\xa3\xaf\x21\xa1\x4e\xa6\x1d\xea\x34\xf8\x22\x46\x4f\xa6\x99\x4a\x33\xa8\x17\x09\x24\xb3\x2d\x65\xeb\xed\x11\x6e\x22\x5f\xc1\x05\xe8\xdd\xfd\x33\xbf\x3c\x19\xc8\xee\xaa\xc1\x02\xf9\x14\x3e\x72\x9b\x12\x9a\xdf\x91\x52\x48\xb9\x21\x57\xc6\x7f\x94\xd2\x43\x11\x93\x15\x06\x58\xdf\xba\x1f\x02\xb6\xe6\x5a\x1c\xff\xaf\x7b\xe0\xc3\xef\xdf\x5f\x6c\x8b\x25\xb4\x5b\xcc\x17\x02\xb8\xf2\xee\x88\x67\xda\x2c\x00\xb3\xfb\x39\xbb\x78\x5a\x40\x73\x39\xdd\xd6\x09\x2d\x80\xb9\xc7\xca\xcc\x0a\xbe\x13\xe0\x25\xba\xf4\x30\xcb\x95\x07\xae\xc8\xce\xf2\xfe\xb2\x1b\xa3\xb6\xaa\xee\x11\x46\x98\xcf\x52\xed\xb5\x90\xe2\x7c\xc6\x24\xea\x31\x03\x46\x99\x4c\xc3\x3d\x94\x55\xb3\x87\x72\x15\xba\x83\x94\x6a\x87\x39\x25\x35\xad\x34\x4a\x96\xe7\x01\x65\x29\xb5\x01\x8a\x53\x48\xa8\xea\x2d\x25\x4f\x8a\x5f\xfc\x75\x15\x4d\x79\x2c\x85\x23\xeb\xbd\xba\x98\xac\x1d\xe5\x61\x11\x51\x7d\xb7\xd4\x1b\xca\xd1\xda\x41\x0d\x26\x89\x38\xf2\x8f\xf6\x9f\x9a\xf6\xa2\xd1\x64\xf4\xe0\x2e\xf5\x79\x91\x3d\x64\xd2\x14\x97\xda\x88\xf0\x5d\xf2\x8b\x85\x00\x8d\x5c\xa1\x14\x72\xf5\xe6\xb0\xe6\x01\x81\x57\x14\x36\xf2\x53\x65\x4f\x7e\x16\x4a\x0b\xe5\xb1\x6c\x03\xdf\x4d\xea\x5e\x4a\xbc\xd4\xa5\xc7\xbb\xa8\xaa\x94\x5f\x62\xfc\x00\xdc\xd6\x42\xb2\x74\xb2\x00\xc2\x33\xc2\x83\x67\xdf\x02\x48\x19\x89\x8f\x5d\x89\x03\x50\x8e\x95\x9c\x66\x8c\x02\xd0\x7a\x2d\xed\xc4\xf4\x1e\xc0\xd0\x54\x9e\x8e\xfd\x17\x80\x71\x81\x0a\x27\x8f\x03\xa0\x4d\xb8\x34\x66\x85\x69\xc0\xce\x44\x46\xbf\x49\x36\x9b\xfa\xc9\x04\x65\x1a\xaf\x61\x47\xd5\x37\x31\xb6\xdd\x34\x70\xa1\x0c\x1a\xca\xfa\xec\xb2\x64\xa4\x1c\xd1\xef\x09\x97\x74\x44\x92\x6d\x74\x39\x92\x2f\x7b\xa8\x92\x16\xb4\x1e\xe4\x6b\xfb\x1e\x27\x75\xaa\x07\x54\x70\xfa\x71\x93\x2e\xa9\xb2\x35\x5d\x0d\xde\x4d\x1c\x50\x56\xef\x7c\x16\x2a\x41\x74\x57\x38\x3c\xbc\x19\x86\x24\x7c\x93\x2d\xfe\xec\x16\xe5\x4b\x40\x49\x79\x2e\xc5\x45\x32\x12\x06\x25\x96\xd1\xee\x91\xcf\xff\xdb\xff\x20\xde\x11\x33\xc0\xce\xfa\xde\xda\xc0\x49\x1c\xc3\x36\xfa\xa1\x17\x4a\x25\xbc\x71\xc9\x5e\xb9\xdf\xaf\x4b\x1a\xe3\x56\x3c\xaf\x7f\x08\x93\x3e\x89\x03\x4f\xcd\xb7\x3a\x32\x9c\x78\x66\x8f\xfe\xc1\x59\x59\x19\xbc\x8b\xbb\xf5\x1f\x0f\xe4\xae\xfc\x5e\xfc\x2b\xb7\x03\x00\xdc\x37\x04\x33\x69\x71\x7f\xd7\x41\xf6\x88\xa8\xf0\xe5\x60\x00\xd5\xdb\xe2\x95\x0c\x0c\x00\xba\x9b\x92\xc0\x34\x0e\x60\x4c\x27\x17\x76\xff\x01\x80\x79\x84\x92\x15\x4f\x30\x6c\x58\x31\xab\xbd\x16\x91\x07\x6f\x2b\x79\x1d\x07\x59\x39\xea\x88\x19\xaf\xc9\xb8\xa6\x08\xf5\xa2\xb9\xb6\xb5\x8a\x31\x82\x92\x60\x6c\xe1\xf9\xc1\xba\x93\xbc\x60\x78\x39\x34\xc6\x39\x84\xcc\xad\x17\x99\x18\xe5\x25\x4c\xea\xd2\x16\xcf\x6d\xf6\x73\x23\xb6\x6a\x1d\xaf\x88\x0a\x8b\x22\xaa\xa9\xcb\x34\x32\x47\x90\x08\x83\x2a\x3d\xdd\xcb\x31\xc6\x04\x2d\xc5\x92\xd1\x9a\xb8\x4c\x02\xad\x9c\xfd\x97\xc4\xf8\x5a\x3c\x56\xda\x74\xf5\x78\x7c\xc4\xff\xcb\x87\x41\x5f\x93\x90\xc2\x6c\x04\xbd\x5d\x3e\x29\x99\x87\x15\x0c\x9c\xff\x71\x43\xfa\x0e\xd6\x22\x70\xe0\x23\x4e\x46\x1c\x77\xd0\x8f\xf4\x6e\x56\x36\x1b\x77\xd9\x7f\xc7\xb0\xa3\x5c\x3a\x2e\xd8\xf7\x4e\x3f\xbf\xfc\x4d\x1c\xd9\xab\xb1\x47\x40\x7e\x0d\x2f\xef\xb9\xbb\xa3\x56\xe1\x1c\x7e\xc6\xb5\x02\x80\x87\x57\x20\x95\x4e\x15\x40\xcc\x4e\x84\xfb\xbc\xf1\x5f\x1f\x44\x93\x53\xcc\x94\xa1\x15\xc0\xc0\x41\x62\x8a\xa9\x1f\xc0\x8c\x43\x3a\x89\x8d\x15\xc0\x5a\x41\x51\x80\x57\x13\xf0\x36\xe3\xaa\xac\xc2\xed\x60\x63\x55\xab\x83\x92\x4b\xa5\x3e\xb7\xfc\x66\x9c\xaf\x35\x4a\xd9\xb0\x3c\x64\x75\xc1\x8c\x85\x22\x6a\xa6\xe3\x16\x63\x4f\x43\x4e\x34\xa6\x0f\x5e\x71\x9b\x25\xf9\x1a\x1e\x4c\xa4\x0f\x18\x23\xae\xea\x3a\xe6\x1d\x0c\x15\x20\x1a\x6b\x05\x54\xfa\x46\xa0\x09\x3f\xd5\xab\x9a\xf7\xc4\x5c\x27\x24\xab\x5e\x7f\xb1\x23\x76\x18\xbf\xa4\xf8\x79\xac\x35\x51\x0d\x1f\x21\x17\xfc\xbd\x21\x69\x1c\xb7\x2a\x3d\x8f\xd0\x4c\xf5\xff\x6f\x1f\x06\x9f\x27\xf1\x09\xdd\x16\x91\xb2\x8a\x95\x52\xc5\x3c\x08\xbf\xf1\xf3\x83\x74\x38\xa6\x31\x54\x7e\xfa\xa4\xac\x0a\xe6\x4d\xa8\xf7\xfb\x44\x39\x01\xac\x6d\x50\xfb\x48\x9d\xc2\x05\xac\x51\xb0\xff\x2b\x50\x38\x85\x0b\xf2\xcd\xeb\x89\x52\x64\xc6\xe5\xfa\x2a\x75\xdc\x53\x3a\x83\x23\x7a\x87\xb5\x38\x2b\x09\xe1\xb3\xdd\xc7\x01\x1e\xb7\xf1\x99\x9e\x60\x07\x10\xcb\x16\x2e\x39\xbf\x0f\x40\x29\x51\xe4\xd9\x15\x3d\x00\x6d\x1b\x51\x02\xa3\x28\x80\xb1\xab\xf8\x28\xf3\x09\x00\xab\x7b\xd2\x01\xf7\x35\x01\xec\x50\xf2\xb1\xbc\xec\xb0\xe4\xd4\xa7\xdc\xf8\xa4\x07\xdc\x1c\xc5\x35\xcb\xe5\xcc\xa8\xaf\xed\xae\x1a\xb2\x68\xc9\x52\x7a\xad\x32\x2c\xa3\x2d\x2c\xc8\x93\x96\xd9\xce\x6b\xce\x95\xe4\x5b\xa6\x88\xc0\x73\x5e\x6f\x49\x17\x8d\xd9\xe3\x5a\x82\x29\x44\x11\xfd\xbc\x9c\x8e\x28\x1e\xc2\xba\x36\xae\x42\x37\x46\x8c\xa0\xac\x79\xbb\x91\x1c\xbf\x81\x2f\x53\x53\xea\x79\x96\x5c\x88\xbf\xa5\xf4\xf9\x6d\x40\xea\x34\xee\xbd\xdc\xab\xd9\xb9\xb4\xbe\xff\x97\x0f\x83\x6c\x93\xfa\x8e\xaa\x89\x5d\x5e\x70\x92\x31\x45\x87\x45\x61\xbe\x71\xca\x4e\xa0\xbf\x44\x52\xdf\xff\x94\x0f\xc5\xf8\x85\x17\x8f\x68\x29\xf2\x62\x9a\xc2\xaf\xbe\x6a\x53\x32\xc0\xb2\x85\x9e\x78\xf1\x59\xc9\x1a\xb7\x3f\x60\xa4\x9d\x47\x79\x12\xf7\x28\x80\xb9\xd9\x4c\x25\x02\x57\xe1\xfb\xa5\xfe\x80\x0a\x05\x2f\xef\xc5\x0e\xc0\xbf\x83\xaf\xfa\x04\x0a\x40\xea\x90\xd0\xd0\xf9\x2c\x00\x65\x59\xc1\x82\x4b\x3b\x01\xf4\x2e\x8a\xd8\xd0\x7f\x02\x30\x63\x13\x37\x62\xde\x04\xb0\xce\x93\x7c\xc5\xf6\x1e\xc0\xa9\x5d\xb6\x80\xa7\x0a\xc0\x65\x4a\xf1\xb4\xd0\x2b\x70\x76\x15\xd2\xb8\x22\x87\xa3\xd6\xbb\x9c\xd1\x3f\xa9\x73\x89\x52\x68\xf7\xd6\xe2\x8c\x95\x24\x39\xc3\xfa\xa9\xe3\x4b\x57\x34\xa9\xdd\x62\xce\x17\xe9\x97\x41\x34\x31\x1d\x8c\x15\x89\x74\x27\x64\x1b\xed\xcb\xca\x8d\x9b\x24\x9c\xd0\x1b\x2b\x6d\x48\xda\x87\x3f\xaa\x73\xad\xc1\x20\xbd\x6b\xdb\x87\xc1\xfe\x50\x96\x9f\xac\xce\x89\xc1\x7a\xcb\x67\x2e\xe4\xe6\x56\xfc\xb7\xff\x81\x4f\x95\xaa\x41\xf6\x26\x7a\xaf\x34\xcb\x50\x90\xa8\xc4\xca\x6f\x9a\xf2\xbe\x28\xc7\x84\xd0\x0f\x4f\x14\x39\x51\x6d\xf1\x33\xa3\x4e\x4a\x39\xe8\xd0\x98\x6f\xfd\xdd\xca\xdf\x31\x7b\xa2\xf0\x3d\xe2\x2a\x4a\x98\x77\xe1\x7a\xed\x4c\xaa\x5d\x58\xfa\xb0\x4b\x0d\x3d\xea\xc5\x58\xaf\x90\x81\x9a\x14\x8d\x26\xec\xcf\xa0\xe9\xaa\xb3\x1a\x9c\xb8\x3e\x5f\x3c\x80\x50\x1a\xdf\xb7\x53\x57\x01\xa4\xf0\x7c\x82\x67\x92\x00\xd4\x6e\xf3\xa7\x5f\x94\x05\x30\xac\x16\x66\x65\xa0\x05\xb0\xfc\xfc\x04\xcb\x34\x02\xe0\x80\x13\xf3\x60\x7d\x0c\xe0\x4e\x27\x93\xc9\xfb\x0e\xc0\xcb\x59\x5e\x54\x38\x17\xca\xbc\x58\x54\xf6\x4b\xb3\x53\x2b\x3d\xec\x75\xd5\x74\x46\x29\x99\x2e\x16\xa6\x7e\xd6\x3b\xc8\x12\x76\x23\x76\xb7\x3c\xa6\x88\x3f\x6d\xf7\x79\xad\x85\x86\x12\xcf\x9b\x3b\x44\x3f\x89\x4e\x23\x70\x19\x3f\xcc\x9c\x4e\xd4\xc5\x7b\x1b\xec\x2c\x7d\x96\x5a\x82\xeb\xd2\xd1\x6e\x94\xc9\x74\xde\xf6\x61\x30\x11\x2a\xb6\x53\xe7\x8a\xf0\xdb\xde\x03\x56\x57\x76\x68\x23\x2b\xb7\x6f\x7b\x3d\x36\x88\xb2\x6b\x9b\x7b\x32\xcf\xce\x92\xe5\xe3\x91\xba\x29\xdd\x9f\x38\x15\x97\x90\x3e\x29\xd8\xb7\x3b\x95\x2f\xa3\xd2\x12\xd6\x5f\x1f\x52\x69\x45\xdf\x88\xa3\x74\xff\x54\xa7\x47\x0b\xc7\xef\x7d\x7e\x58\x43\x0e\x43\x13\xb3\xe3\xd9\x8c\xe6\x3a\x46\x25\xaa\xef\x29\x68\xe9\x62\x2f\x84\xd3\x57\xd6\x6a\x55\x63\xb3\x42\x2a\x4a\xa5\xb5\x25\x70\x0c\x81\xab\x00\x22\x77\x78\xbf\x9d\x54\x04\x90\x4f\xe4\x3b\x7d\x76\x01\x40\x23\x9c\x7f\xe1\x92\xd9\x5f\x0f\xc2\xfa\x8b\x50\xec\xcd\xa7\x00\x2e\xe8\x27\x29\xf7\x6a\x00\xbc\x7a\x24\xc5\xb9\xba\x01\xfc\xba\x65\x6f\x08\xbd\x81\x0a\xff\x65\xc5\xd7\xd2\x7a\xd4\xef\xfe\x97\x34\x77\x6a\x8e\x53\x86\xbd\x8e\x1a\x4e\x58\x7c\x27\xdf\x70\x3a\x63\x83\xf4\x92\x26\xfa\xdb\x61\x3d\x65\x23\xac\x08\x52\x56\x5d\x11\xe6\x89\x87\xf0\x5e\xa6\x88\xf4\xbb\xa9\x54\x5c\x81\xe1\xb3\xd2\xa4\xac\x50\x6c\xb6\x9e\x79\x03\x36\xdf\x0c\x93\xa7\x45\xdb\x87\x29\x76\xc5\x30\xa8\xac\x4e\x9d\x2f\xe9\x40\xcb\x2b\x64\xad\xd6\x97\x3f\xf9\xef\xf5\x58\x94\x55\xa0\x47\x84\x66\xfb\x7d\xd6\x57\x96\x47\x6c\x66\xad\xbd\xf9\xae\x76\x7c\xd3\x3d\xb3\xb5\x1f\xa5\x7e\x15\x99\x9d\xda\xf6\xe2\x8d\x46\x08\x8a\x36\x85\xa3\xed\xb9\xc6\x30\x5a\x3e\xfe\xfa\xb3\xaf\xda\x07\xd0\xe5\x71\xfb\xaa\x7d\xb5\x37\x30\xe1\x51\x37\x2b\x6e\xe8\x1c\xc1\xb2\x84\x1f\x2e\xfa\xa0\x6b\x82\x8d\x0d\x95\xcb\x8f\xd2\x13\xc3\x0e\x84\x88\x03\x88\xca\x73\x99\xd0\x75\x03\x28\xee\xe7\xbd\x70\xe6\xeb\x3f\x3c\x88\x90\xc7\xa7\xae\xd2\x01\x38\x9c\x16\xbc\x7c\x73\x00\xc0\xa3\x5c\x24\x98\x75\x2f\x80\xdf\x0e\x89\x8f\xdc\x68\x80\xa0\x55\xe9\x97\xc2\x67\x20\x39\x7c\xaf\x02\x8d\xac\x24\x75\x3c\x98\x5e\xfd\xb9\x56\x17\xa5\x21\x40\x5e\xdf\xdb\x4a\x80\xf4\xc9\x83\xd5\x6a\xdd\x57\x99\x30\xe3\xbc\xe1\x7c\x3a\xa6\x13\xef\x65\x5b\x18\xf6\x38\xed\x38\x4e\xc1\x92\x2f\x05\x9f\x13\x8e\xd9\x30\x79\x5f\xca\x59\x7c\x0a\x23\x6b\x10\xd7\xd0\x5b\x1a\x8b\xbe\xa7\x1d\xd6\x9f\x52\x99\xbf\xed\x81\xa0\xf4\x14\xe7\x56\xb4\xab\xe9\xd1\x04\xf9\xc6\xb5\xfc\x12\xc3\x55\x7f\x45\x96\x75\x91\x22\xc4\x97\x76\x15\xe2\x7a\x5d\x51\xee\xbb\x4b\xea\xb5\x1b\x36\x05\x4b\xaf\x63\x35\x8d\x10\x9a\x79\x3c\x2f\xf8\xb4\x06\x37\xfd\xb3\x82\x9f\x37\x6b\x77\x23\x03\xd3\xf0\x0d\x8c\x3a\xf9\xa8\xb8\x24\x64\xf5\x4e\x3d\x6d\xf4\xbd\x84\x94\xd2\x36\x7d\x2e\xf4\x6a\xac\x73\xe1\x0d\x83\x12\x0c\x73\x8c\x6f\x4e\xb1\x41\x05\xf6\x4e\x78\x65\xba\x9a\xd1\x6e\x6c\x7e\xa8\x1f\x80\x38\x2f\x0f\xf7\x49\x4b\x00\x25\x09\x6e\xb9\xd3\x0b\x00\xfa\x72\xdc\xe9\x17\xf6\x01\x58\xc5\x3c\xb6\xbe\xe6\x0f\xe0\xa2\xc2\x7f\xf1\xe6\x79\x00\x1f\x6f\xa1\xb8\x7b\x67\x01\x42\x98\x44\x3b\xb9\x34\x00\x22\x34\x24\x79\x04\x57\x21\x27\xea\x98\x5c\x92\x4c\x3e\xf5\x6b\x64\xad\xca\x37\xad\x07\x94\xf2\xf0\xdb\x3a\x5d\x56\x2b\xe4\xe3\x7e\x19\xe6\x47\xbc\xe3\x08\x7d\xae\x99\x4e\x5e\xb1\x11\xb8\x4e\xc7\x85\x80\x77\x59\x42\x58\x5f\x6b\x62\x92\x4a\x41\x3b\x86\xcb\x3c\xae\xd0\xa5\xcc\xe8\x8f\x0f\x73\x42\x27\xe0\xf5\xae\x9a\xa5\xcd\x58\xb5\x3d\xb3\x9f\x1b\x58\xb7\x7d\x18\xe4\x5e\xc5\xa1\x95\xc5\xca\xfa\x1f\x08\xd5\xec\x55\xb7\xca\x0b\xef\x53\x35\xf6\xae\x1b\x95\x30\xbd\x96\xd3\x6e\x5a\x37\x2d\x79\xdd\x5d\xab\xcb\xb0\xf1\xaa\xa0\xbf\x39\x52\x0f\x85\x80\x1c\x54\xfd\xac\xfe\x35\x24\x53\xc6\x40\x95\x8a\xc1\x33\xe4\xa7\x34\xfd\x92\x65\xc3\x12\x54\x69\xb2\x70\x7e\x96\xd1\x5b\xb4\x44\x42\x43\xd6\x6e\x63\x73\x8c\x6c\xcc\xad\x34\x2e\xe3\x4f\x18\x54\xe4\x85\x24\x3b\x93\x75\xac\x60\x78\x15\x80\x64\x3e\x17\xef\x89\x57\x00\xaa\x1e\x1c\xc8\xd3\x07\x01\x8c\x0a\x39\xf3\xcf\xcb\x03\xd8\x9d\xe7\xe1\xbe\xea\x04\xe0\x29\xc1\xeb\xca\xf8\x06\x20\x88\x89\x6f\xf1\x8e\x3b\x40\x24\xa3\xb0\xea\x23\x0d\x80\x98\x40\x09\x51\xa1\x66\xe8\x4f\x48\x96\xea\x97\x54\x87\x9d\x09\x3d\x8a\x02\xea\x3f\x28\xe5\x71\x17\x34\xe7\xac\x90\xe4\x43\x61\x71\xc6\xb6\xde\x5f\x08\xc1\x7e\x57\xec\x9a\xe3\x1d\x70\x42\x2e\x2f\x7d\x59\x72\xc6\x30\xa5\xf6\x7b\xe3\x8f\x97\x74\xa2\x6f\x59\x36\x15\xd8\x55\xcd\x23\xc7\x4c\x76\x36\x8a\xd6\xa5\x6e\xee\xd4\x63\x1d\x2a\x6c\xde\x8b\x38\xa0\x16\xb2\x50\xdc\x82\xdc\x94\x51\xe9\x59\xb4\x69\x18\x9a\x1f\x50\x7b\xb1\xb4\x59\xf7\x7c\xf2\x86\x96\xdd\x4a\xf0\xd3\x90\x21\x01\xdd\xbd\xab\xc9\x55\x37\xbb\x51\xfa\x17\xd6\xf7\x96\x99\x3f\x97\xd0\x5f\xd8\x70\x2c\xe2\xa8\x3d\x61\xac\xb5\xf1\xbd\x50\xb2\x9c\xcd\x64\x13\x31\x92\x67\x50\xa4\x63\xd2\x82\xd4\xce\x68\xce\x0d\x35\x79\x81\x2a\x4f\x4e\x4a\xef\x36\xbf\x81\xea\x4e\xb6\x4c\x29\x33\x3f\x80\xce\x8d\x2f\x4a\x48\xb1\xa0\xc3\x9c\x88\x2d\x8a\x5d\x36\xe7\xc0\xde\x88\xd0\x07\x90\x7d\xfe\xe8\x06\xdd\x28\x80\xd6\xbe\x87\xfc\xa7\x38\x01\x4c\x49\x9c\xec\xe7\x57\xfe\x73\x1e\x38\xf5\x2e\x33\xfe\xf5\x20\x42\x99\x79\x83\x98\xb4\xfe\xfa\x20\xa9\x53\x22\x96\x7c\xef\xe0\x5d\xea\x27\x89\x4a\x09\x73\x2a\x2e\x1d\x2d\x4f\xab\x91\x48\xe9\x4c\xe6\x54\x0f\xb1\xdc\x20\xe1\x62\x0f\x18\x4c\xfa\xa4\x12\x4c\x43\xf7\x58\xa7\x26\x88\x62\xc5\x3c\x2d\x3c\x98\x0b\xcb\xd0\x2a\xce\xc8\xc8\xa4\x2a\x4b\x64\xba\xed\xab\x9c\x92\xfa\x9f\x9b\x3b\xcd\x90\x0d\xb4\xcd\xc3\xeb\x0d\xfa\xf5\x6f\x18\x3b\xbe\xad\xbd\xd4\xec\xfb\x69\xd3\x55\xb4\xb1\xa9\x56\xbe\x10\xd0\x2a\xf0\xc9\x50\xc7\xe7\xd7\x8f\x66\xed\xe1\x6b\xfa\xd9\x4b\xaf\x9f\x45\x77\x97\x1b\x89\xae\xc8\xd6\xb2\x35\xbb\x1b\xaf\xae\xed\xa9\xfc\x5e\xb5\x60\x16\xb6\x6e\x57\x76\xb6\x6c\x97\x39\xcf\x86\x77\xd1\x5a\x81\x82\x85\x10\x22\x2a\x3f\x36\x83\x6c\x95\xb8\xc9\x9d\x6b\x94\xca\x60\x25\x87\x8c\xce\xf0\x4e\x70\xb6\x2e\x45\x9d\x4a\xf3\x8c\x0d\xb2\x9a\x44\xeb\x24\x1e\x8a\x14\xb0\xb9\x89\xee\x8b\x97\x0d\xed\xb6\xfe\x8a\x19\x8d\x32\xf9\xc7\x3a\x4c\xdd\x0f\x3b\xc9\x00\x60\x8e\x7f\xe0\x78\x96\x01\xc0\x75\xf4\xd1\xce\x4b\xd6\x00\x81\x5a\x9c\xd3\x0c\xdc\x00\x91\x9d\xdc\xaf\x6e\x97\x00\x24\x39\xf3\xe6\xde\xab\x05\xc8\xd4\x14\xbe\xc4\x77\x1b\xe6\x72\xd3\x44\xcb\xc5\x5e\x52\x09\xf9\x0d\x32\x61\x1a\x9a\x94\xd9\xdc\x83\xca\x62\xe6\x54\x52\x63\xda\xb4\x6e\xac\xdf\x3b\xc2\xee\xf8\x3b\xe6\xcd\x49\x2d\x98\x4f\x81\x8f\x5d\xa6\x8a\x07\x91\xbf\x3c\x38\x43\x7b\xea\xd6\x37\xf7\x3a\x3a\x64\x3e\x6d\xe1\x5b\xff\x65\x75\xe2\x19\x6b\x27\xc3\xca\x57\x43\xa6\xf7\x34\x7d\x7b\x57\xe3\xb4\x83\x7e\xb4\xf7\x8c\xcd\xd4\xe9\xb6\xfe\x7c\xd1\x55\x38\xc2\x62\x94\xb2\x60\xda\xc6\xd3\xd5\x6b\x3a\xbb\x28\xd2\xdc\xd0\x74\xd5\xbc\x68\x59\xe4\x99\x52\x75\xaa\x45\xdf\xaa\xf1\x53\xda\x6d\x0f\x24\xbb\xdc\xa6\x66\xfd\x47\xa9\x68\xaa\xac\xdd\x31\xc4\xbe\xc2\xe7\x49\x18\x5b\xa5\x4d\xd1\x5c\xf3\xd8\x0e\xbb\x74\xe4\xe9\xac\x90\xc8\x75\xbb\x10\x94\x70\xea\x72\x68\x9d\x7d\x14\x6a\x2e\x59\x29\xd8\xc6\x7e\x07\x7a\x34\x5e\xcc\x4f\xd0\xc1\x02\xe3\x18\x23\x01\x20\xff\xed\x41\x3a\x9d\xf4\x5f\x0f\xc2\xf6\xde\x7d\xc4\xb9\xc3\x00\x5e\x71\xf7\xe5\x2f\x6c\x00\x84\x5d\x7b\xe0\x71\x55\x0f\x20\x71\xf5\x51\xf3\x8d\x0e\x80\xcc\x97\xbc\xbe\xec\xba\x00\xf9\x79\x02\xfb\x79\x84\x00\x4a\x7b\x84\xcf\x88\xc4\x81\x71\xf9\x67\x71\x69\x05\x02\x85\x58\x96\x2a\x5f\x6b\x16\x49\xbe\x53\xcc\xac\xee\xe0\x25\x45\x60\xce\xa4\x37\xde\x95\x58\x84\xc6\xc4\xd4\x39\x54\x95\xbf\xd8\x3c\xec\x27\xe6\xdf\xd2\xc2\xbf\xbe\xe2\xd6\x9b\xd2\xd3\x99\xbc\xc2\x67\x7f\xa5\xfe\x66\xbf\xce\xaf\x4d\x63\x99\xa9\xfe\x11\xfe\xf9\x01\x03\xa9\x6f\x75\x03\xcc\xa3\x3c\x66\x35\x3f\x9a\x5e\xde\xe8\xe2\xb3\x32\x98\xbb\xda\xad\xf4\x8c\xdb\x26\x7c\x01\xdb\x76\xb8\x0c\x61\x37\xb8\x74\xb0\xa9\x37\x0f\x61\xff\x65\xe5\x71\x5d\x66\x3a\xc6\xf1\xde\xea\xbb\xea\xe8\xa4\x04\xa7\x3d\xeb\xb7\xca\x5f\xc7\x7e\x73\x3a\xb4\x31\x58\xd4\x16\xd1\xe6\x7c\x05\xf1\x26\x5f\x2b\x62\x97\xd3\xb5\xcd\xaa\x1c\x9e\xc0\x01\xe7\x0f\xc8\x8c\x8c\x7e\x7f\x5f\xe7\x50\x94\x7b\x2a\x9f\xcf\xa2\xd3\x0c\x3a\x3e\xc1\xcb\x43\xdd\x79\x16\x23\x13\x7b\x1c\x40\x09\x7f\x9f\x9b\xee\x22\x80\xc9\x6e\xb6\x81\x93\x68\x00\x07\xec\x7d\x9e\x73\xda\x00\x3e\x3a\x6c\x3e\xe7\x03\x00\xa2\x98\xd8\xdd\xaf\xd0\x02\xa4\x38\xde\x6f\xa7\x37\x04\xc8\x3f\xc0\x69\xc6\xe2\x0d\x50\xc6\xff\x58\x90\xb3\x17\xe0\xe9\xa6\x60\xb8\x48\x17\xc8\xd7\x0b\x88\xd6\x29\xb1\x51\x0f\xd7\x1b\xc8\x38\x98\x4a\x93\xa5\x6a\x3e\x29\xdb\x7a\xbc\xc2\xcf\x95\xdc\xd5\x3f\x93\x7c\x16\x3d\x99\x3e\x6b\x9d\x59\xc1\x8c\xd8\x15\xea\xea\xb3\xa7\xcd\x65\xf9\xbd\xdf\x5a\xbc\xf7\x40\xd3\x42\x9f\xcb\xcb\xba\xf2\x31\xed\x39\x37\xf3\xaf\x1f\x94\xc6\x7d\xdf\xdf\xb6\x72\x9d\x3e\x35\x7a\xbc\xbb\xc4\x8e\xfa\x6d\xe9\xf5\xcd\xa7\xd5\x4e\x03\x3f\x8f\xf7\x8c\x14\xf7\x3b\xcf\xcf\x7f\xee\xe8\xc9\xbe\xe0\x7a\x6a\xd1\xa1\xc5\x2d\x79\xd3\x8d\x7d\xd9\xf1\xd9\x62\x5c\xab\x9b\xc4\xaa\xcd\xd3\xcf\x51\x93\x6e\xaf\xd7\x22\x2b\x07\x83\x73\x3d\x36\xd7\x9b\xcb\x8c\x02\xeb\xdd\xa3\x11\x2a\x85\x57\x7d\xeb\x3c\x6a\x11\xd4\xbc\xaf\xde\x1b\x6e\x23\xc8\xc6\x0c\xdb\x6d\xff\xc3\x73\x8f\xeb\x41\x74\x78\x42\x99\xfb\x45\x57\x77\x8c\x4a\xcc\x22\x80\x2a\x9a\xfd\x36\xdd\x51\x00\x93\x72\xb6\x95\x53\x8f\xfe\x7a\x10\xc1\x45\xec\x13\x97\x86\xfe\xe1\x41\xf8\xb1\x1d\xbf\x16\x0f\x50\x2a\xf9\xf0\x14\xd3\x0e\x80\x1a\x36\x2e\xcb\xfb\x04\x80\x26\x66\xfe\x72\xe1\x09\x48\x6c\xb7\x13\xca\x92\x65\xa7\x6a\x74\xca\x4a\xec\x37\x98\x21\x3b\xb5\xaf\xca\xef\x72\xab\x23\x08\x35\xac\x68\x2c\x27\xf0\xa2\x75\x2a\x03\x4c\x9a\x2b\xbb\xd7\xcb\xd2\x36\x5d\x2f\x76\x09\x2e\xbc\x0f\x27\x44\x5c\x1b\xcb\x9b\x39\xe7\xfb\xb8\x56\xee\x53\xc1\x67\x11\x47\xb7\xb7\x47\x3f\x69\x75\x90\xdc\xaf\x7f\x1c\x7b\xf7\xa6\xf2\xba\xf7\xfe\x2f\x6f\x87\x5f\x65\xfb\xfa\xf6\xcd\x14\xf7\xcb\xa4\xd5\x79\x97\xcc\xb5\x75\x0b\xc6\xb2\xfb\xc6\xfd\x92\x69\x13\x08\xd7\xf3\xfd\xbc\x94\xda\xc4\x19\x2c\xe2\x7b\x69\x65\xba\x36\x25\x88\xd5\x3b\x7e\xcd\xb2\x4a\x3c\xe0\x9d\x57\xf2\x7a\x41\xd9\x53\x3f\x67\x2f\xd8\x78\x51\x7c\xc1\xc7\xda\x8b\x69\x93\x37\x17\x3c\x77\xf8\x28\x22\xc3\x33\xcf\xbb\x13\x3c\x27\x51\xfd\xc9\xb0\xed\x7f\x38\xb3\xf8\x3c\xc2\x84\x45\x63\x01\x34\x77\xb2\x25\xd0\x29\x00\x58\xa0\xef\x39\x9e\x64\x01\x70\x37\x62\x95\xfe\xcf\xfd\x10\xea\x72\xf7\xee\x39\xfa\xbf\x1e\x44\x81\x26\xdb\x9e\xeb\x85\x00\xd5\x5d\xac\x05\x0c\x09\x00\x4d\xa8\x07\x08\x96\x45\x80\xae\xd3\x3c\x46\x8f\x7d\xa1\xab\x4f\x88\xbf\x43\xb2\x8e\x9a\x32\x50\xf5\xa4\x5d\x97\x9d\x9c\xda\x9f\x26\x3d\xee\x32\x45\x90\x7d\xd9\xab\xdc\x1c\xcf\x8e\x6e\xec\x2c\xd1\x99\x29\xaf\x5e\xf3\xaa\x36\xb1\x65\xeb\xd9\x33\xc7\x92\x3d\xe1\xff\xe3\x3d\x62\xaa\x2e\x42\xb1\x92\x79\xf6\x6e\xd7\x97\xe0\x9c\x41\xd2\xf7\x1b\xc5\xa5\x61\x27\x27\x86\x27\xcb\xd3\x27\x43\x37\x3e\x7f\x7d\xd3\x10\xf7\x3e\xb4\xea\x7b\xcc\x6b\x8e\x68\xc5\xe0\x4b\x3f\x3d\x7a\x7a\x42\x1f\x84\xd1\xfd\xda\xd5\xb6\x10\x44\x08\xe6\x5b\xea\x6b\x1c\x0c\x28\x08\xbc\xb7\xca\x5a\xf3\xd4\x27\x2b\xb8\x70\xfd\x70\x85\xb1\xd7\x78\xd0\xcb\x0d\xef\xe2\x35\xf7\xf2\x90\x00\xc4\x7c\x3e\xbd\x6b\x47\xc8\x1d\xe4\xe5\xac\x02\xd7\xa2\xc0\x45\xe4\x58\x3a\xca\xb9\x34\x70\x37\xfa\x42\x52\x80\xd3\x81\xc0\xcf\xe8\x96\xf8\x57\x8e\xfb\xfd\xe7\x30\x95\xd1\x82\x00\xba\xb7\x59\x3f\xd1\x35\x01\x58\x1b\xde\xf1\xa1\x93\x04\xf0\xe1\x62\x56\x39\xe9\x01\x10\xc5\xcd\x5c\x71\xc6\x1a\x20\x9d\x93\x25\xf6\xe2\x05\x80\xd2\xe7\x2c\xeb\x57\x6c\x00\xea\x6d\xef\xd5\x31\x1c\x05\xe8\x14\xbb\xff\xe4\x4e\x18\x40\xbf\x05\x87\x3d\x07\x2d\xac\x8d\x05\xf0\x0e\x89\x22\xa8\xb8\x89\x74\xc1\x11\xf5\x7b\x64\xcc\xd4\x65\xf1\xc3\x0e\x9c\x84\xa1\x0f\x48\xd9\xa6\xa8\x65\x74\xe2\xfb\x62\xd5\xb7\xe5\x3c\x6b\x8a\x43\xbb\x0d\x0d\x5f\xe4\xfc\x38\xfc\xfc\x92\x2b\x4c\xb1\xb5\xbf\x2f\xd6\xce\x1a\x59\xc8\xcc\xaf\xc8\xb3\x7b\xe5\x3b\xdb\x96\x30\x99\xbb\xf9\xfe\xf2\x47\xbd\xe8\x6f\x69\x15\x9f\x2b\xde\xcc\x87\xc5\xa5\x64\xcf\xec\x1b\x50\x0e\x78\x99\x44\x9a\x37\xeb\xa4\xf8\xf1\x25\x7c\x5a\x64\x6e\x15\xf7\x0a\x4b\xb8\xb4\xc2\x56\x7f\xc1\x73\x28\x66\x69\xf5\x5d\xf5\x5b\x77\x64\xec\xad\x35\x6a\x85\x95\xeb\x40\x74\xd7\xc6\x97\xa2\x64\x97\xbc\x28\x0d\x04\x35\xef\x99\xd3\x74\xd4\x23\xe4\xa9\xac\x5a\xc7\xa5\xf0\x9d\x28\x8f\xd4\x5b\xf6\xea\x11\x3a\x68\xef\x84\x56\xbb\x77\x61\xd2\x18\xde\x58\x01\xdb\x8b\x61\x7d\x18\x64\x64\x0f\x80\xfe\x22\xcb\x1a\x2d\x13\x80\xbd\x3b\x93\x30\xad\x00\x80\x7f\x29\x73\xc2\x29\x15\x80\x84\xbb\x8c\x8b\x74\x46\x00\x79\x6c\x37\x22\x4f\xae\x03\x3c\x9d\x67\x2c\x38\x15\x06\xd0\x6a\xc4\xdc\x71\xe5\x32\x40\xbf\xe9\xdd\x61\xc6\x75\x80\xb1\xfa\xfb\x63\x6c\x3b\x01\x3e\x4f\x71\x09\x0a\xb0\x01\xd7\xec\x3b\x3e\x50\xbe\x48\xf1\x59\xf4\x14\xb9\x6b\xb9\x41\x20\x2c\x9f\x94\xb4\x8a\xc8\x40\x7f\x5c\xbb\x23\xd7\x56\xf2\x7c\x65\x65\x4e\x4a\xf3\xcc\x8b\xd4\xd1\xc1\x4f\xfe\xb6\x23\xe3\x2a\xa5\x2c\x23\xec\xb1\xa4\x19\xc9\x28\xc3\x81\xb5\x01\xe5\x19\x44\x90\xe0\x73\xb1\xc9\xdb\x13\x9f\xfd\x84\xeb\x2e\x7d\xf1\x1c\x39\xed\xb3\xb7\x34\x63\xf6\xca\xcb\x7c\xf7\xee\xe2\x81\x05\xf5\xf6\xd7\xae\x1f\xf3\xbe\x2d\x25\x37\xbe\x76\x15\xcb\xbe\xb7\x22\x50\xd7\xee\xc2\x93\xee\xb1\xc6\x59\xe5\xee\xf4\x3d\x75\xff\xfa\x72\xa9\xfd\xb6\xff\xe1\xc0\x90\x64\xbe\x69\x9d\x43\xb4\x8f\x49\xb0\x42\x2a\x64\x96\xda\x30\x25\x8c\xa3\x2f\x26\x3d\xb2\x5e\x8a\x4b\x45\xbf\x8a\x17\xb7\x9a\x8b\xa3\xc1\x58\xc6\xf0\x5a\x8e\xc5\xb6\x61\xa8\x91\x1a\x00\x26\x37\xee\x4e\xd3\x35\x02\x38\xe3\xef\x2c\x9d\x94\x03\x08\xf6\xb9\x29\x4b\xbb\x09\x90\x34\xc8\xe0\x4f\xfb\x04\xa0\x64\x72\x27\x3f\x0d\x0d\x40\xe3\xa3\x2b\xcd\x47\xab\x00\x7a\x03\xe9\x69\x4e\xc4\x01\x8c\x46\x31\x5f\xba\x2a\x00\xf0\xb9\x89\xf5\x08\x13\x17\xc0\x82\xf7\xc3\xfb\x8f\x86\x21\x0e\xf1\x95\xb7\x41\xee\x30\xa5\x9b\xf8\x59\x70\xc1\xec\x25\x71\x37\x66\x40\xdc\x31\xbc\x66\x2d\x64\x63\x5a\x9e\xab\xb0\x7c\xc2\x75\xa9\x43\xe7\x4e\xd3\x66\xbb\xcc\x6c\xae\xed\xe1\x57\x11\x99\x97\x3e\x1f\x08\xbb\x3f\xde\x1a\x38\x31\x51\xde\x9d\x32\x75\xd5\xf5\xd0\xe4\x9d\x0f\x5f\xc6\x35\x5c\x76\xf5\x56\x7e\x6b\x7e\x6d\xed\xbc\xda\x5c\xf8\xf3\x46\x8f\x83\x23\x5b\x9d\xe6\xaf\xb2\xd6\x16\x87\xa6\xca\x93\xcb\xd7\x1a\xee\x3a\xec\x2c\x41\xac\x50\x6b\x82\xec\x2c\x0a\x2d\xd7\x79\xca\x1f\xd9\x3c\x2f\x18\xdb\x48\x2c\x02\x9b\xae\xec\x46\x04\x31\x4f\xc5\xba\x25\xb3\x13\x49\x9f\x75\xda\x8a\x31\x63\x0c\x25\x95\xea\x61\x79\x2b\x6d\x09\x2d\x95\xf8\xc8\x42\x39\xd5\x05\x73\x34\xb6\xcb\x5c\x2a\xb5\x05\x13\x1a\xed\x6e\x2e\x9b\x48\xc5\x4a\x86\x37\x01\x98\x95\xb3\x4c\xd0\x59\x03\xb8\x62\x6e\xd9\x1c\x1f\x07\x08\x7f\xb0\x93\xee\x3f\x73\x67\xdc\xde\xb5\xef\x9f\xb9\x6f\xfb\xcb\xad\xff\x73\x47\x5b\x68\x82\xff\x27\xef\x3a\xb0\xe3\xee\xff\x78\x00\xe2\xcc\x9a\xd7\x76\x00\xa0\xe3\xd8\x15\xee\x5d\x05\x32\x75\x17\xf7\x47\xf1\x5e\x4a\x15\xb1\x5b\xe8\x84\x79\xce\x06\x09\x3b\x2e\x8e\x0c\x7a\xff\xb9\x1e\xc9\xa5\x38\x92\xc5\xf2\xf2\xee\xda\xb0\x1e\x67\xd5\xb7\x6a\xf3\x45\x35\xdb\xb2\xb6\x37\xf1\xce\x3f\xe2\x82\x79\x5f\x3f\xf6\x69\xfd\x96\x50\xdf\x39\xf2\x78\xdb\x03\xb1\x7e\xfd\xc1\xe2\x7b\x58\x7f\xa2\x55\xc9\x00\x79\xde\xae\x23\xd1\x4a\xe5\x45\xc1\xe2\xc9\x16\x1e\x2b\xaf\x16\xfc\x72\x45\xbd\xb1\xd5\x9e\x67\x46\xab\x4d\xd5\xd7\x2d\xde\x3d\x0d\x5c\xa7\x94\xb8\x5b\x74\x55\xf8\x21\xe8\x0b\x26\xcc\x05\x4a\xdf\x6d\xbe\xcb\x9a\x37\xf3\x2a\xd2\x45\x5d\x4d\xfd\x60\x4a\x2c\x38\x80\xc2\x26\xe9\x99\x32\xe5\xfd\x40\x57\xc6\xf3\x9a\x56\x66\x35\x60\xa4\x63\x2c\x4d\x5e\x65\x5a\x62\x77\x46\x2c\x1a\x1b\xa7\x7f\xc2\x62\x82\x7f\x01\x58\xed\xb8\x81\x38\x32\x0e\xe0\xf5\x93\xbe\xf0\x88\x2f\x40\xcc\xf7\xad\x79\xb7\xbd\xa0\x67\xa1\x34\x2d\xff\x97\x07\x31\x87\xde\x22\x26\xf9\x7a\xee\xf1\x4d\x00\x80\xbb\x13\x8c\xc7\x00\x49\x41\xf3\xec\x91\x70\xde\x0c\x22\x52\x85\x3a\xcd\xf4\x67\xf6\xe1\x7c\xa4\x2e\x04\xf0\x0c\x77\xa3\x5d\x95\xcd\x13\xb3\x9b\x66\x36\x3e\x19\xfc\x2c\xdd\x5b\xb8\x7f\x35\xc4\x36\xac\x6e\x3a\x8a\x6d\x41\x20\x60\xa5\x7b\xc1\x73\x71\x8e\xa5\x62\xf7\x4b\x79\xf3\x81\x59\xda\x6f\xd3\xaf\x82\x8c\x8c\xe7\xdf\xfc\x5c\xee\x32\x30\x7c\xfb\x55\xe1\xd7\xc1\x56\x5d\x23\xf4\xd8\xa3\xe5\x73\xf5\x5f\x8c\x27\x5f\xdd\x58\xbd\x5f\xdd\x6f\x62\xd9\xb9\xbe\xd6\x51\x5e\x6d\x8c\x6f\xc9\xde\x78\x51\x18\x6f\xcc\xde\x40\xbf\x69\x91\x3d\x6f\x5c\x56\x13\x87\x7c\x94\x79\xc8\x98\xa1\xca\x1f\xc5\x97\xba\xc3\xc8\xbf\x3c\x17\x2d\x98\xd0\x69\x14\x5f\xd2\x86\xfe\x10\xf7\xd0\x30\xa5\xf0\x15\x66\x33\x62\xd1\xd0\x3d\xff\x21\xd6\x27\xec\x8e\xa1\x4e\x2e\x1f\x76\x21\x64\x0f\x80\xdd\x1c\x03\xed\x61\x75\x00\x7f\xb5\x9d\x57\xff\x33\x57\xa2\xfb\xef\xdc\x97\x6b\x8b\x6d\x26\xbf\x3d\x88\x9a\x7f\xe7\x9e\x7f\x7c\x18\xb8\x80\xd9\xab\xfc\x1f\xb2\xbe\xbc\x5d\x80\x34\xa0\xf4\xf3\xbc\x93\x7a\x39\xab\x4d\xea\x14\x3e\x68\x30\xff\x8e\x85\x70\x50\x6a\xc9\x3d\xb8\x6b\x0d\xb3\xa1\x2a\x1e\x2d\x53\x7d\x0c\x19\x6b\xf8\x28\xbb\x24\xc3\x66\x23\xc2\xb6\xb2\xfc\x4e\xc8\xf1\xd5\x3e\xef\x2f\x75\x6f\xdd\xc6\x96\xdb\x72\xb8\x9a\xda\x2d\xae\x2e\x9e\x1b\xb2\x6d\x0b\xd1\xbf\xbf\xc8\xb5\xe0\xf6\xfc\x92\xb6\xdf\x0a\xed\x92\xc7\x33\x3a\x1d\xdd\x19\xf5\x15\xab\xa7\xe9\x7a\x4c\x13\xc9\xab\x1f\x2a\x79\xf5\xce\x0d\xd9\x6c\x38\x14\xd6\xe8\x1d\x7a\x29\xbf\x79\x3b\x67\xaf\xde\x62\x47\x27\xf2\x68\x06\x41\x2f\xaf\x55\x1f\xf5\x20\x25\x56\x8f\xb6\x51\x12\x6d\x12\x1f\xa5\xb7\x50\xdb\x86\x9e\x88\x7d\xa9\x97\x5f\x3d\x84\x89\x89\xb2\xd0\xd7\xaa\x60\xc2\x4c\x47\x1e\xd5\xd3\x2e\xcd\xc6\x8e\x87\x9c\xd4\xbb\x56\xbc\x81\xe3\x0c\x5c\x01\x70\x66\xba\xfa\xe2\xa0\x08\x40\xe8\xef\x1c\x63\x3b\xf7\xdd\xce\xfb\x7a\x59\xff\xbd\x0f\x16\xf9\xff\x95\x7f\x03\xc0\xe5\xb4\x03\xe3\xd8\xfb\x80\x65\x75\x67\x4a\x9b\x23\x52\x0f\xf0\x14\x88\xcf\x4d\xfc\x20\xdf\x10\xb9\xa8\x8b\x7f\x59\x48\x20\xcb\x98\x3a\x8e\xd4\x1b\xe2\x46\xd5\x92\x03\x07\xf3\x7a\x31\x5a\x86\xbf\xe2\x51\xf1\x5d\xc8\x04\x5b\xc3\x9c\x5c\x3f\x1c\x42\xd9\x2b\xae\xf4\x90\xcb\xc9\x75\x7c\x0a\xb9\xf2\xb6\x79\xc8\x5a\x7b\xeb\x44\xf5\x77\x9d\xf7\xab\xcc\x33\x17\x6b\x93\xd5\x11\x6b\x13\xab\xc6\x95\xb7\xd5\xd2\xd7\xbf\xaf\xf9\x95\x7e\x50\x7b\x36\x7f\x79\x23\x22\xff\xab\x86\xe8\x54\x17\x62\x3c\x87\x4e\x93\xeb\xed\xcc\x66\x47\xe6\x39\xcd\xa6\xc1\xdb\x48\x7c\x4a\x96\xe6\xd7\xde\x2e\xf4\xd5\x78\x9c\x16\x43\x97\x14\x7a\x38\x96\x5e\x73\xf4\xb9\x0e\xe6\x47\xc4\x29\xad\x83\xcd\x67\xb0\x0a\xa1\x54\xad\xa5\x67\x96\x58\x9f\x50\x51\xad\x95\x9a\x5e\xdc\xd9\xa0\xab\x9a\xb7\xab\x29\xf8\xbb\xde\x03\x00\x1e\x96\x5b\x73\x6d\x9f\x87\x42\xc4\x16\x5b\x93\xff\xbd\x0f\x66\x6e\xff\x5f\xf9\x37\x9e\x1f\xe0\x5a\xfd\x31\xb5\x5f\x4d\xb0\x7a\x6f\x9e\x89\xfe\x03\x89\x1a\xca\x9d\x2f\x54\xd7\xaf\x45\xfe\x2c\x52\xa1\xde\xd7\x62\x42\xba\x2e\xb3\x62\xe9\x5b\xf6\x86\x20\xa0\xf6\xd3\x73\x5f\xda\x49\xdc\x75\x23\xd1\xf0\x23\x11\x8f\x30\xd6\x36\x0c\x09\x7a\xde\xbb\x50\x4c\x1e\xf5\x59\xc9\x8e\x9c\xc8\x23\x09\x89\x79\xcf\xcd\xd9\x36\xbd\xab\x12\x0a\x4e\xeb\x5a\x22\x98\x47\xd3\x8a\x79\x54\x93\x37\x2a\xd7\x55\x8a\xef\x29\xdb\x6e\x2a\x23\xce\xe6\xb2\x28\xc1\x66\x05\xc2\x31\x7b\x4e\x59\x72\x91\x65\x73\x23\x6d\x4e\xc5\xe8\xab\x39\x92\x9c\x2c\xa3\xda\x3e\x11\x85\x4a\x4d\x94\x50\x3d\x3c\x66\x88\x46\x45\x6b\xa9\xd2\x0f\x46\x61\x3e\x85\x0b\xaa\xd6\xf7\x29\x60\xb5\x42\xd6\x54\x8f\xbf\x90\xc1\x49\xfb\xaf\xab\x0a\x75\x30\xe3\x86\x7d\x45\xd4\xdc\x5a\x5c\x71\xb3\x3e\x54\xd5\xe2\xe6\x0f\x78\x0d\x2f\x06\x80\x80\xdf\xe7\x60\xdb\x87\xa9\xde\xb7\xc5\x9e\x8f\xff\xf6\xe3\x7e\xe7\x3d\xdb\xf3\xf7\x6c\xe5\x39\x73\xbb\x00\x76\x1c\xa3\xa1\xf9\xf4\x01\x3e\xb3\x06\x30\xef\x1f\x66\xa3\x36\xf0\x9c\x16\x88\x6f\xcf\xa3\xb8\x8a\x24\x29\x86\x3d\x5d\x26\xcd\xcb\x5a\x18\xcb\xe6\x14\x10\xd3\xd4\x6f\xdb\x57\xc6\xa5\xe0\x3f\x1b\x36\xf8\xcc\x6e\xfb\x0f\x6e\xf6\xd8\xd3\x6e\xb7\x62\xe5\xed\x2c\x31\x12\x91\xef\x12\x99\x4c\x8d\xd1\x4d\x85\xf6\xc9\xdc\xba\x9a\xa8\x8e\xce\x98\x34\x7d\x55\x15\x94\xdd\x74\x7f\x2a\x61\xdb\x7f\x50\xd8\x83\x5a\x45\x7e\x48\x72\x90\x9b\x43\xf7\xa2\x9e\xc7\xc5\xc9\x4d\xaf\x6b\xa3\x8b\xa2\x86\x14\xce\xfd\xe4\xc1\xf0\x45\x64\x28\x28\x7f\xb9\x89\xa5\x0b\x99\x56\xf0\x9e\xbc\x8e\x5d\x09\x78\xae\xc8\x3a\x2a\x86\x8b\xf6\xcd\x53\xba\x35\x08\x38\x57\x3f\x0d\x45\x93\x57\x27\xf1\xee\x1e\x8e\x4a\x2f\x5f\xcc\xe0\x35\x3c\x03\x94\x4f\x76\x2c\xe2\x1b\xdd\x5d\xff\xfa\x30\xdb\xf7\xe2\xf6\x3e\x78\xf3\x7b\x5d\x7e\xfe\x5e\x07\xb8\xff\xaf\xfc\x7b\xe5\xb7\x07\x61\x0d\x40\xef\x7d\x52\x6b\xf4\x22\x7c\x66\xa3\x61\xea\xea\x3e\x4b\x7d\xce\x3b\x2b\xf0\xba\xae\x86\x7a\x5e\x18\x23\x89\x2d\xd2\x20\xa7\xc8\xf1\xe9\x5e\x4d\xe1\x20\xc5\xa9\xcb\x99\x7f\x09\x17\x27\xd2\x19\x36\xb8\x24\x7a\x33\x12\xae\x59\x29\x79\x7b\xfe\x2f\xff\x21\x1f\xfb\x26\xf3\x78\xe4\xa9\x6d\xff\x41\xad\x02\x53\x3c\xf8\x26\xe6\x93\xc2\x3b\x8c\xce\x5c\x50\x4c\xc6\xb6\xff\x20\x3d\x86\x45\x60\xf7\x07\xf3\x4a\x87\xe2\xae\x63\x1f\x07\xd1\x4b\x4b\xa3\xf2\xb0\x3d\xfe\x91\x32\xee\x8b\x5f\x70\x87\xfd\xf2\x65\x62\xbe\xa3\x71\x08\x4f\x9c\xac\xd3\xe7\x8f\x38\x82\xd7\x39\xb9\xeb\xef\x9b\xf1\x86\x1e\x3b\xe4\xe6\xdf\xc8\xe2\x33\xdc\xc8\x72\xb9\x43\x21\x04\x06\xe7\x3c\x39\x6a\x7f\x36\xc1\xd0\x89\xe5\xef\xbd\xb8\xbd\x0f\xb6\xdf\x0b\xdb\xb9\xe7\x3f\xce\x41\xc8\x3f\xf2\xef\xcf\x5b\x1c\x7c\xb2\xc5\x9e\xbb\xb0\xc6\x4a\xbd\xb5\xd2\xd0\x0f\x0c\x3c\x1f\xb8\xc5\xcb\xb8\xa9\xea\x22\x78\xf1\xf3\x99\xa6\x94\x73\xf2\xbb\xd5\xf1\xb1\xd7\xc9\xb7\xd4\xe7\x8d\x22\x03\x19\x49\xa1\xfa\x65\x16\x13\xee\x23\x44\x7f\xf3\xaf\x8e\x7e\xf6\xec\x84\x71\xc7\xcb\x6e\xcf\xb6\xfd\x07\xc3\xf7\x04\xc1\xc4\x60\x2f\x07\xed\x59\xbc\x77\xd9\x3d\xbf\x36\xb5\x3c\xdc\x87\xf6\x8f\x81\x15\x0a\x95\xb8\xce\xf7\xfe\x01\xc3\x32\x6f\x71\x5a\xcb\x98\xc0\xe8\x3f\xfe\x83\x2f\xde\x19\x57\xec\x75\x6d\xdb\x7f\x90\xa4\xc1\xdb\xe3\xc8\x1e\x07\x25\x7e\xac\x7d\xc6\x7f\x70\x7e\x22\x69\x31\xcf\x49\xb8\xef\x68\x28\x19\x35\x63\x43\x08\xb4\x0f\x97\xb2\xfb\xf4\x99\x90\x63\xcf\x21\x55\x37\xc1\x46\x20\xd8\x60\xa5\x0f\xbf\x15\x20\xde\xb4\x9e\xfd\xbb\x0f\x9e\x4b\xfc\xf6\x40\x2e\x6f\x71\xd5\xe4\x9f\xf9\xf7\x26\xe2\xdf\xf9\xf7\xa8\xd2\x16\x5f\x32\x00\xd0\x7b\x9d\x7c\xd8\xbc\x0f\x56\xd9\x75\x6e\xdf\xae\xa4\x07\x05\xde\x87\x1c\xc6\x39\x63\xd4\x0e\x91\x11\xa1\xf8\x84\x6e\xca\xb4\x2c\x55\xfe\x54\x58\x31\x99\xaa\x36\xa0\x49\xf4\xb6\x22\xdf\xd7\x8f\x35\x8a\x75\x92\x23\x55\x99\xa9\x99\x67\x6c\xfb\x0f\x66\xc6\xc4\x0f\xde\xcb\x76\x14\x83\xaf\x44\xab\xe8\x70\xa7\x2b\x5a\x3f\x88\x0f\x72\xcc\x9d\xb9\xd4\xe8\x08\x43\x35\x3f\x5d\xbd\x15\x1f\x10\x2a\x5e\xcc\xb8\xea\xcb\xa6\x11\xf6\x7e\x48\xf2\x70\x96\x62\xc7\xc3\xf2\xb8\xbb\xa6\x38\x86\x60\x88\xcf\x77\x46\x88\xcd\x13\x28\x04\x11\xfb\x6c\x31\x41\xa2\x2a\xa1\xc8\x76\xa7\xa8\x39\xf1\x35\xf1\x82\x65\xac\xa8\x18\xa6\x9e\x68\x60\xde\x2f\x46\xbb\x9a\x46\xb4\xb0\x38\x2c\x26\x3a\xd7\x4b\xec\x34\x5d\x14\x4b\xff\x71\x97\xf8\xc6\x34\x45\x6c\xea\x0b\x07\x11\x4c\x14\x00\xaa\x8f\x6e\xcd\xfb\x2a\xea\xf7\x7d\x68\xf2\xcf\x73\x40\xc0\xfc\xce\xbf\xf3\xfe\x2b\xff\x2e\xd8\x62\x0b\x1b\x00\x63\xc2\x69\xc1\xaa\x0f\x00\xac\x28\x86\xba\x7c\x0f\x28\xe6\xce\x60\x5d\x4a\xb1\xa3\x52\x9e\x9c\xe3\xcb\x8b\x04\xaa\xbd\x8c\x8d\xf8\x65\xbf\x14\x4a\x92\x1a\x4e\x59\xcc\x55\x8a\x72\x54\x8f\x47\x33\xc2\xf6\x1d\x59\xda\xf4\x8b\x61\xd0\x1f\xff\xe1\x00\xa9\xde\x73\xc6\x3c\x4b\x5f\x81\x64\x1f\xd6\x6e\xf9\x5a\x13\x41\x32\x4d\xf1\xb5\x1c\x50\xbd\x40\xba\x54\xb2\x6a\x1d\xb7\xed\x3f\xc8\x76\x13\xdd\xfb\xc7\xed\x50\x52\xaa\x44\xe6\xe9\x47\xf6\xc4\xff\xf6\x1f\x9e\xec\x23\x39\x13\xdf\x1b\x93\xb7\xbd\x07\x91\xfd\xa4\x45\x92\xac\xc1\x4e\xe1\x32\x32\x1d\xc9\x4b\x2f\x44\xf8\x05\x2a\x97\x54\xa8\x1b\x2d\x82\x5b\x59\x23\x19\x18\x5c\x15\x31\x5f\xe0\x24\x8d\xeb\x04\xfc\xf5\x81\xb6\x3d\x90\xdf\x5e\xdc\x6f\xff\xe9\xd7\xd5\xdf\x1e\x54\xcd\xbf\xf3\xef\x36\x09\x80\xab\x1c\xc7\xe2\x8a\x4f\x00\xd0\x3c\xa0\xa1\x29\x7c\x05\xc0\x7e\x99\x41\x3d\xcd\x1e\x6a\x78\x25\x59\x15\x62\xc5\x80\x53\x84\xc4\x9d\x1b\xa4\x44\x7d\x29\x13\x2c\x4c\xef\xb5\x87\x7a\x45\x95\x4f\xe6\x94\xc3\x5d\xca\xa0\xce\x2d\x85\x42\x4b\x0c\x45\xd8\xa8\x52\x0d\xcc\x58\xc9\x63\x56\xa6\x3a\x3c\x86\x89\xe4\x2a\xd7\x00\xbd\x3d\x3a\x65\xe4\x98\xc0\x71\x7d\x6e\x4d\x4f\xf2\x83\xd8\x40\xa3\x28\x15\x65\x32\x6b\x76\xad\x11\xbb\x42\x37\xe9\x7b\x55\x8c\x49\xb0\xdc\x19\x52\x52\x6b\x86\x59\xb0\xe4\x2c\x29\x73\x88\xd5\x94\x55\x7c\x8a\xe4\xf9\xf1\x82\x69\xa4\xa8\x20\xc9\x70\x35\xdc\xf4\xa1\xc8\x3c\x29\x98\x38\x67\xec\x24\x9c\x43\x3e\x43\xf2\xd7\xd3\xf9\x5f\xde\xc3\x57\xca\x6d\x72\xb1\xf2\x7b\x81\x05\xe2\x1e\x72\x89\xf2\xa4\xe0\x75\x94\x35\xb9\x58\x85\xf6\xaf\x07\xf2\x0f\x2f\x8e\x86\x86\x66\xcd\xf7\xdf\x1e\x4c\xbf\xdd\x16\x9b\xc6\x01\xfe\xf3\x9d\x5d\xe6\xb0\xf5\x5c\x74\x1a\x80\x81\x9f\xae\x3e\x83\x07\xe0\xde\xa9\xcb\x27\xe2\x62\x00\xc9\xd5\x7c\x3b\x36\x54\x03\xa2\x85\xd5\xee\xa3\xbd\x7b\xe1\x9e\x54\x22\x4f\xa3\xf3\x27\x6a\x81\x72\xfd\x13\x5f\x1b\x46\xea\x19\xed\x49\x19\x3b\xd3\xd7\x94\x29\x83\x69\xf9\x28\x23\x47\x4a\xab\x99\x81\xa2\x8a\xfe\x11\x8a\x8d\x63\x96\xaa\x81\xf6\x49\x0a\xbb\x6f\xb1\xc6\x03\xf5\x44\xca\xde\x88\x40\xad\xe3\xca\x43\xe4\xc9\xd4\x9b\xda\x6f\xe4\x57\xc9\x6b\xf9\xb2\x5a\xba\x32\x24\x72\x45\xcd\x7e\x9d\x08\x29\x26\xb2\x47\xfb\x98\x6e\x8b\xf8\x45\xb2\xfe\xf0\x57\xdd\x3e\x51\x15\x32\xdb\x67\x56\xbd\xd7\x22\xec\x64\x95\xc5\xef\x3a\xcd\x42\x6b\x64\x0b\x82\x80\xb6\x99\xe0\x2a\xf9\x15\x99\x5b\xfd\xad\x00\x23\xc5\x8c\xfc\x4b\x91\xf5\xbf\xbd\x87\xc7\x53\xd4\x8b\x94\x0a\xc9\xc3\x7f\xbf\x0f\xff\x6f\x0f\x66\x28\x75\x8b\xcf\x7b\xb7\x58\x71\x79\x8b\xd9\xbf\xcf\x47\xa6\x29\x00\x43\x2e\x1d\x7d\x82\x1f\x00\xeb\xfe\x4b\xa1\x11\x47\x81\xc8\x3d\x74\xab\xd7\xef\x39\xf4\x08\x31\xdc\x3b\xe7\x96\x09\x46\x92\x08\x8e\x1a\xbb\x11\xea\x8a\x12\x42\x20\xde\x62\x07\xf5\xa9\x46\x9a\x88\xaf\x91\x00\x95\x5d\xff\xbb\x54\x8c\xbe\x10\x55\xd0\x44\x4c\x12\xaf\x2b\x4c\x21\xd9\xde\x96\xbb\xa9\x69\x43\x59\x70\xbf\x28\xef\xa1\xe6\x41\x79\x1a\x38\xa1\x64\xa4\xd4\x45\xb1\x8d\xb7\x53\x65\x90\x4f\xa2\x24\xa6\x09\x29\x73\xc8\x4e\x50\xf6\x97\x78\x6a\xa0\xa4\x34\x29\x8c\xb5\xbf\xd4\xcf\x8b\x33\x52\x98\x3b\x5e\xa9\x31\x8b\x5a\x93\xb1\x83\xbe\xea\x2f\xb7\xfd\x07\x21\x0a\xf9\xc3\x7c\xad\x7a\xaf\xa0\x3e\x85\x61\xfd\xb1\x0a\x17\x3f\x9e\xe2\x4a\xc6\x29\xc4\xf0\xd5\x50\xbe\x51\x4c\xa5\xd1\x8f\xad\xa8\xdc\x94\x41\xf1\x1c\x5e\x1d\x6a\x00\xf5\xd4\x93\xf3\xdb\xe7\x60\xdb\x83\xf9\x79\x60\x8b\x6f\x7e\xfc\xf6\xa0\x7e\xef\x83\xa7\x6f\x7e\xfb\x2f\xe8\x2d\x66\x1d\x03\x38\xff\x69\x1f\x47\x08\xff\xd6\x73\xe4\x00\x00\x5b\xfb\xa5\xf5\x40\x1e\x00\xce\x31\xfa\x59\x77\x43\x58\x13\x3c\xce\x64\xef\xc0\x0b\x25\x12\x0a\x6c\x9f\x2c\xd9\x40\x51\x41\x9e\xf3\xad\x49\x35\x75\x55\xdd\x53\x80\x45\x9f\x4c\xcd\xd3\xdd\x2b\x42\xd0\xdb\x43\x8d\x32\x64\x17\x35\xd1\xea\xa4\x5a\x59\x0d\x8a\x7f\x54\x0b\xa2\x7a\x3a\x73\x8a\x3f\x54\xe1\xa3\x8a\xf9\xb4\x49\x3d\x56\x60\xa0\x4a\x87\x1f\x90\x9c\x91\x97\xa2\x20\x12\x02\xe4\xca\x65\x77\x51\xfa\xb2\x92\x15\xa2\x24\x09\x94\x97\x25\x43\x0a\x37\xc5\x6f\x53\xda\xeb\x0f\xc9\x93\x9e\x0c\x53\x3a\xda\x45\xe5\x2d\x44\xcc\x29\x5e\xaf\x5b\x14\x3f\x09\xd6\x50\x7a\xc6\x43\xe4\x68\x05\xfc\x28\x75\xdf\x93\xe4\xcc\xf9\x59\x29\x6f\x56\xe6\x64\x9a\xf9\xef\x51\x9a\x89\xb5\xb2\x3d\xbf\xd7\x21\x9b\xf7\x20\x35\x85\xca\x24\x72\x04\x80\xf5\x96\x08\xfd\x91\x43\x00\x3c\x0c\x82\xd3\x74\x39\x00\xa2\x82\x4f\x8c\xcf\x8f\xff\x6f\x1f\x44\x87\x43\xc6\xfd\x4e\x37\x80\x41\x9b\x22\xf7\x43\x45\x00\x13\x2e\x55\x2a\x5f\x10\x34\x9a\x5e\xd2\xb9\x22\x71\x1a\xc4\x8c\xb9\x0c\x17\x15\xa2\xa9\xcf\x4d\x68\x2d\x1d\xb4\xa6\xa8\x5c\x86\xa2\x6e\x0d\xc6\x8f\x28\x21\x06\x6c\x81\xee\x36\xa1\xe4\x09\x9d\xef\x09\x1a\x2e\x2a\x64\x56\xcd\x8f\xb9\xcb\x5e\xf6\x24\x82\x5a\x4f\x85\x8d\xcf\x25\x52\xb4\x4a\x55\x83\xa6\x7f\xc8\x1f\x0f\xe4\x8b\x7c\xcd\x90\x6c\xc8\x71\xa2\x83\xcc\xc8\xa7\xb1\x30\xeb\x3f\x1e\xc8\x7f\x79\x0f\xa4\x93\x62\x33\x58\x85\x00\x2e\x6c\xb4\x98\x37\xee\x81\x77\xca\x4a\xa8\x38\x02\xa7\xe3\xed\xf7\x33\x5a\x72\x37\x2e\xcb\xab\x71\x7a\x9f\x54\x30\xae\xd3\x2b\x71\x02\xa4\xef\xe1\xe9\x3d\x52\x46\x99\x64\x02\xf0\xf6\xee\x92\x03\xc5\x32\x73\x78\xac\x8b\x60\xaf\x87\x1c\x07\x9e\xe2\xe2\xd1\x35\x22\xa7\x4e\x30\x75\xfc\x09\xf0\x80\x2c\x7c\xfd\x98\xe5\x5f\x0f\x62\x7b\x1d\xe4\xeb\x9e\xa4\x5f\xd9\x01\xa0\xb9\x5f\x5c\x8e\x31\x06\x40\xef\xb2\xcc\xfa\x5d\x55\x00\xa3\x76\xf9\xce\x07\x19\x00\x66\x27\x54\xe8\x1f\x1f\x85\x69\x8b\x59\x0d\xf3\x27\x54\x60\xb6\xb8\x64\xf0\x4c\x99\x99\xea\x6e\x7e\xc3\x0c\xa3\x67\x4b\x59\x34\xe9\x72\x66\x37\x7f\x44\x51\x31\x64\x0c\x94\xb3\x6b\x27\x2b\xeb\xdf\x8d\xbf\xee\x29\x43\xc2\x69\xef\xc9\x29\xf5\x09\x23\x71\x68\x10\x2a\x68\x83\x0a\x89\x2d\x6a\x6d\x0d\x32\x61\x0f\x88\xfe\xca\xc1\xdd\x4c\xe1\x4a\x84\x5f\x0a\xed\xa3\x2e\x51\x08\x42\x93\x6c\xfa\xf4\x74\x74\x10\xc1\x5f\xaa\x77\x25\x35\xe6\x34\x61\x58\xe2\x17\xda\x2b\xb2\xfa\x8f\x0f\xf3\x9b\x88\x26\x09\x1f\x2c\x5f\xa0\xdd\x5c\xb8\x14\x1f\x36\x2d\xc0\xff\x2b\x5e\x5a\x08\x3b\xe1\x5f\xf7\xe1\x81\xcc\x65\x9c\xb9\x0f\x71\xcc\x46\xf6\x12\x6e\xd0\x9b\x7b\x30\x4f\xce\x15\xf7\xcd\xfb\x5e\xdf\x51\x79\x2e\xfc\x13\xcf\xb3\x5d\x0a\x0a\x07\xf1\x4f\xdd\xbe\x3f\x1f\x56\x60\x22\x3c\x76\x36\x03\x78\x70\x58\xd0\xe3\x68\x1c\x80\xc0\x03\x61\xfe\xd3\xb7\x00\x24\x5a\x44\x1e\x5e\x78\x08\xa0\x88\x7b\xa2\x76\xe5\x19\x80\x86\xa8\x84\xf3\x0d\x5d\x00\xe3\x30\xc9\x05\x96\x1c\x00\xb3\x12\xd9\x0b\xf7\x9d\x00\xac\x1d\x95\x35\xf8\x9b\x60\xc6\x3a\x4a\xfd\xd0\x93\x29\x78\x64\xf5\x56\xff\xb0\x52\x35\xd5\xdd\xe2\x89\x99\xa8\x5e\x30\x65\xd0\xcc\xd3\x81\x6c\x91\x49\xc6\x18\x4f\xf9\xad\x38\xbd\x22\x7d\x34\x54\x8b\xfd\xe2\x3b\x4a\x0a\xd1\x55\xcb\xa2\x0b\xf0\x24\xa6\x69\xcd\x96\xd3\x87\x27\x12\x95\xd5\x4b\x1a\x1e\x45\x5e\x24\x0c\xaa\x44\xbe\x28\x8f\xd1\x27\x68\x2b\xe6\x8c\xf6\xc7\x25\xe3\x5f\xcb\x79\x7e\x93\x4e\x34\xc1\xcb\x49\x2b\x23\xd6\x92\xb9\x09\x9a\x92\xf1\xa8\x4f\x31\xc5\xdb\xfb\x02\xad\x28\x69\x89\xfe\x1c\x21\xb5\x6c\x24\x15\x8c\x71\x0f\xdb\xf5\xfd\xb5\xcc\x13\xcc\x9b\xd0\x0b\x7f\xfa\x50\x18\xe4\x94\xb1\xaf\x03\x28\xaf\xab\xe4\xdf\xe0\xf8\xfd\x48\x7d\x5f\x14\xd8\x70\x05\xbe\x3b\xba\xec\x15\xe6\xf1\x8f\x3d\x5b\x9e\xc7\x29\x59\xe3\x39\xbc\x1e\x35\xad\x2b\x79\xe2\xdb\xdd\xaf\x00\x70\xaa\x0a\x90\x8f\x0f\x00\x08\xe4\xf3\xa3\x4f\x71\x02\x48\xed\x13\x1a\x3f\x9f\x0f\xa0\x8c\x12\x3d\x7e\xed\x36\x80\x5e\xe6\x93\x9f\x8c\x09\x00\x26\x20\xa1\x7d\x27\x08\xc0\x7a\x46\x66\xec\x11\x33\x80\xad\xbd\x02\xf1\xb1\x21\x4c\xdb\x27\xa9\x3e\x17\x1d\x06\x36\xfb\x52\xdd\x03\xca\x8e\x54\x15\x6b\x59\xd3\x16\x83\x91\x3f\xfd\x28\xbd\x66\x07\xbd\x51\x2e\xbd\xa4\x3c\xa3\xcf\xd1\x48\xff\x46\x22\x59\xff\x4c\xa6\x6d\xc8\x57\xe2\x5d\x1d\xc6\x32\xad\xa8\x2c\xc2\x94\x86\x66\xe3\xe3\x98\x40\xc2\x39\xd5\x86\x9e\x0b\x09\x3f\xf0\xcb\x8a\x8e\xef\x84\x13\x05\x70\xe3\x72\x91\x3f\x37\xd3\xda\xff\x78\x0f\x4b\x52\x8f\x50\x5c\xf1\x1e\x7f\xfa\x50\x82\xa5\xac\xd0\x61\x51\x4c\xdb\x7d\x28\xd3\xe7\x64\x57\x31\xda\xe1\xaf\xde\x51\xe5\x17\x30\x49\xe1\x7a\xc3\x86\x0a\x7b\xb0\x95\x41\x74\x2f\xab\x94\x58\xb0\xb5\x41\x91\x5d\xb2\x4a\x99\x38\x1d\xff\x13\x6d\xb4\xca\xa2\xb8\x46\x5f\xb5\xc6\x9b\x2a\x67\xf1\xfc\x5e\x96\xb5\xa5\xaa\x4a\x78\x7d\xcf\x79\x00\x6e\x11\xbe\x42\x5a\x71\x00\x21\x0d\xfe\x5b\xa7\x78\xff\xf6\xa3\xa8\x73\x0b\xea\x5f\xe6\x01\xd0\x1f\x17\x8d\xbb\x31\x01\x60\x11\x2e\xf1\xe0\x2e\x3d\x80\x6d\xa3\x54\xdb\x03\x59\x00\xe7\x5d\xb2\x13\xbc\xcc\x7f\xbc\x18\x2e\xd7\x93\x5a\x66\xca\x8a\x54\x4d\x47\x46\xa3\x7e\x03\xa0\xc8\x59\x8f\x59\x0b\xdb\xce\x93\xef\x5a\x96\x7b\x9e\xf5\xd2\x25\x52\xcd\xf2\xc3\x9b\x43\xe6\x88\xe7\x0d\x87\x33\x34\xa2\xbd\x08\x91\xba\xd5\x65\x67\xe2\x77\x10\xee\x68\xba\x36\xd1\x24\x6c\xfc\xe9\x45\xe1\x53\xce\x1c\xef\xcc\x7a\x83\xbb\x2f\x97\xfd\xeb\x41\x26\x0a\x27\x2f\xe3\x85\x40\x66\x4c\x6e\xfb\x30\x98\x0e\x29\x04\xea\x40\x42\xc8\x76\x1f\xca\xd7\x66\xf9\x23\x28\x74\x9c\xd4\xbb\x22\xc5\x7a\xb4\x6a\xac\xc3\x90\xb0\xd2\x0c\x9a\x1a\xf5\xb5\x6f\x43\xd9\x13\x53\x12\x0e\x5d\x2d\x2a\x26\x58\xe1\xd0\x87\xed\xfb\x55\x48\xd8\xac\xe0\xf4\xc6\x00\x35\x01\xdc\xb9\x40\xe9\xda\x4a\xb5\x28\xdc\xb0\x6f\x70\xd9\x17\xcd\x42\x5c\x85\xdf\x5b\x00\xee\x1a\x5e\x24\xed\xe9\xff\x1f\x0f\xa2\x5e\x10\x49\x9f\xf9\xb7\x1f\xc5\x61\x40\xe2\x14\xbb\x2a\x80\xfb\x1b\x99\xef\x8f\xdb\xe1\xb3\xe7\xa2\xe2\x4b\xb1\x16\xb8\xef\x59\xa5\x51\xae\x4c\xa6\x8a\xbb\xf8\x1b\x96\x18\x3d\x20\xe3\x1d\x4e\x58\x95\x3b\xe2\x48\xb3\xd6\xee\xee\xa9\xbe\x47\x89\x51\x16\x4e\x61\x7e\x11\xaa\x84\x01\x63\xc3\x34\xf3\xd8\x97\xf8\x69\x7d\xc6\xb2\x1d\xc9\x46\x7f\x7a\x51\x5e\x6b\x60\x5e\x9e\xc8\x45\xff\xe9\x45\xd1\x95\x67\x5a\x67\x2d\x4a\xfd\xe3\xc3\x98\xc9\x68\x6d\x9e\xc8\x50\x59\x95\x94\x5d\xda\x9c\x4b\xa5\xcc\x3c\x52\xd0\x40\x8a\xa4\xea\x4c\x94\x28\x29\xa1\x58\x93\x34\x87\x7f\xa8\xec\x42\xbd\x4f\xb8\xf7\x2a\x57\xf5\x10\xda\x29\xb6\xbf\x7b\xbf\x2a\x06\xc3\x13\xe5\xdd\x9c\xa3\xe1\x8b\x31\x8f\xba\xd3\x48\xab\xbe\x88\x7d\x12\x3a\x57\xd5\xaf\xe5\x8d\xf5\x09\xe5\x29\xaf\xd7\x32\xc0\xd1\x07\x8e\x96\xd8\x6a\xc9\xe0\xfa\xfd\x04\x01\x1e\xd3\x3f\xa6\xa3\xf3\xf9\x9b\xff\x6f\x7b\x10\x3a\x2e\xfc\x8b\x97\xdf\x03\x98\xbd\x11\x0c\x64\x30\x01\xb0\x1f\x15\xaa\xbb\x1d\x05\xe0\x5a\x21\xfe\xe4\xfe\x3b\x00\xcf\x56\x69\xca\xe3\x80\x3f\xfd\x28\x2c\x7e\x34\xea\xa7\x54\x72\xa9\x1a\x5e\xbb\xf4\x1a\x0c\xfd\xc9\xeb\x2e\x2a\x16\x4f\x9d\x32\x49\x52\x0e\x22\x4e\xe7\x02\x57\x88\x0c\x56\xd1\x21\xca\xd1\xc2\xf8\x5e\xb3\xe4\x14\xa5\x14\x6d\xfc\x11\x43\x9b\x12\x9e\x8c\x87\xb8\xa3\xba\x69\x8d\x77\x73\x6f\x60\x06\x35\x97\xfa\x5a\x8a\x5a\xfe\x78\x20\xdb\x3d\x20\x8b\x72\x36\xeb\xa8\x82\x83\xa8\x8b\x72\xca\x1b\x43\xb9\x9a\x3f\x69\x15\xcf\x22\xbe\x66\x65\x7d\xb0\x50\x91\xd9\x3c\x96\xd5\xfb\x66\xaf\x2a\x13\xd2\x26\x8d\xa6\xaf\x5d\xbd\x06\xd9\x9e\xaa\xd7\xdd\xa7\x5e\x8c\xda\x4c\xf0\x6e\xf1\xd3\x98\x47\xe3\x62\x9e\x3c\x7b\xa2\xe5\x80\xb9\x19\x5d\x5b\xdd\xa8\x7d\x14\x43\x0e\x9f\x2c\x37\xd5\x7e\x8d\xf5\x08\xf5\x2b\x7a\xa9\x33\x8f\x9d\x08\x9e\xc8\x57\xd0\x99\xc2\x05\x07\x9c\x02\xe0\xdd\xcd\xbb\x9b\x36\x05\x40\xf2\x1a\xef\xdd\x53\x29\x00\xca\x4b\x3c\x85\x67\xf5\x01\xf4\x05\x78\xba\x2f\xee\x01\xb0\xf6\xe5\x3f\x4a\x9f\x06\xe0\xb4\x2a\x74\x8d\x89\x0b\xc0\x4b\x5f\xb4\xe6\xc1\x0e\x80\x00\x61\x09\x5d\x1e\x7f\xd8\x0c\x5e\x90\xdd\x23\x7a\x0e\xb4\x82\xa4\x94\x27\x15\xbd\xa9\x26\x01\x1e\xda\xb9\x86\x17\xc8\x93\xde\x11\xa6\xa9\xce\x4b\xdb\xfd\x28\x84\x52\xdb\x82\x80\xf8\xb8\x7c\xdc\xa6\x65\x75\x22\x47\xe6\x2d\xec\x0f\x13\x96\xa2\xc1\xbc\x08\x8c\x8d\x01\x7d\xa3\x61\x09\x75\xbb\x17\x05\xed\xa5\x52\xf2\x65\x57\xb9\xd9\x76\x0f\xc8\xf6\x7a\xfc\x32\x54\xf2\x5d\xe7\x2b\xd6\xfa\x34\xa1\xb2\xb9\x11\x95\x8f\xde\xee\x43\xe9\x77\xd0\x98\xd9\xd4\xcc\x6a\xe8\x3a\xa8\xe5\x87\x94\x4d\x0f\x6b\x79\xa6\xad\x8e\x92\x49\x1e\xae\x75\xd0\xe5\x44\x9f\x48\xf8\x59\xd9\xa9\xbb\x86\xee\x89\xdb\x57\xb6\x5f\x4f\x0c\x63\x12\x4d\x9f\x97\xaf\x8f\xc6\x5e\x0c\x9f\xcb\xcd\xd4\x3f\x89\xed\x0f\x31\xfb\xeb\x81\xf0\x7a\xf2\x7a\xd0\x62\x00\xa4\x5c\x78\xca\x4f\x65\x01\x68\x86\x73\x09\x9f\xbd\xf7\xd7\x0b\xb2\x6b\xe7\xfd\x7a\xdd\x12\xc0\x2d\x8b\x1f\x7d\xfb\x38\x40\xc0\x55\x21\x1c\x9b\x21\x40\x48\xb6\x58\x1a\xcf\x1e\x80\xc8\x1e\x49\xac\x08\x1b\x58\x45\xef\x57\x38\xac\x10\x4c\x35\x0b\xe3\xd2\x64\x36\x3c\x43\x46\x04\x1d\x31\xba\xee\x84\xfb\xd3\x8f\x72\xd2\xf1\xa9\xb7\x74\x92\x08\xce\xc0\x3a\x2c\xbe\x20\x87\x1f\x63\x6a\xd6\x51\xd4\x55\x9a\x82\x2e\x30\x92\xae\x9f\xa9\x08\x43\x85\xe9\xac\xbe\x3a\xf0\x54\x66\x73\x51\xd5\xf3\xa7\x6b\xfd\x06\xea\x80\x92\xd6\xf2\xec\x53\x57\x84\xb2\xe2\x8f\x55\xf9\x8a\xc2\x6f\xd2\xaa\xe4\x35\xd6\xf2\xfb\x6f\x39\x34\xcf\xae\x1b\x96\xe8\xf5\x95\x68\xfb\x6e\xd4\x16\x0c\x74\xf6\xe9\x64\x22\x7a\x73\x2d\x5a\xfa\x74\x9d\x36\x5f\x67\x22\xeb\xf8\xf5\xd6\x91\x9d\x69\xb1\x15\xe6\x06\x63\x28\xf1\x94\xca\x62\x75\x83\x1f\xe8\xa0\x78\x9f\x3c\x6d\x23\x0b\xf4\xfb\x38\x91\xac\xab\x46\x7e\x98\x57\x91\x9f\xd2\xec\x8c\x77\x60\x95\xc3\x2f\x27\xef\x30\xce\xc7\xf6\x85\x2c\x02\x08\x64\x71\xef\xa3\xad\x04\x90\xd6\xe6\x70\x38\x71\x0c\x40\xc7\x9a\x6b\xd7\xd9\xf1\xbf\x1e\x84\xe3\x27\x5e\xb5\xeb\x18\x00\x9f\xef\x3c\x8a\x8c\xad\x00\x41\x02\x82\xb4\xf7\x52\x01\xa2\x8a\x85\x73\x38\x62\x01\x62\xeb\x25\x6f\x3c\x61\x04\xab\xb8\x33\xf2\x3b\x15\xf2\xa9\xca\xb1\x73\x6a\x29\x46\x42\xe4\xfa\x88\x16\x03\x46\xd7\x94\x3f\xfd\x28\x7c\x6e\x21\xae\xaf\xd3\xd9\xb0\xba\x0e\x3a\x91\xbe\x85\x86\xe8\x5a\x4b\xc6\xfc\xc1\x8a\x8e\xff\xd5\x8b\xc2\xa3\xc6\xbf\xb0\xd2\xa2\xb4\xdd\x8b\xf2\x53\x55\xcd\x7b\xe5\xc8\x53\xec\x84\xb5\x66\xc1\x6a\x5c\x65\xd1\x80\x92\xee\xd1\x35\xdf\xf2\xc2\x6e\x5a\x3d\xc5\x75\x7c\xb1\x5b\xd3\x55\xc3\xe0\x0d\x9b\x22\xcf\xda\x05\xc3\x02\xc4\x4a\x6e\x4a\x85\x9e\x51\x00\xf2\x76\x26\x47\x21\xc9\xb8\x1b\x75\x36\xb5\x37\x3b\xd6\x94\x17\xf5\x23\xa9\x36\xdd\xcc\x6c\x37\xda\x2f\xe1\xdc\x76\x0f\x4a\xd2\x0e\x33\x16\x4c\x5b\x94\x79\x5c\xb8\x99\x1a\xd6\x3e\x6c\x0a\x40\xd8\x93\xab\x8a\xee\x1e\x80\x7c\xca\x03\x34\x9d\x1b\x80\xae\xe5\xa3\x17\x67\x44\x00\x2c\xf7\x73\x3c\x3e\x8f\x00\x70\xf9\xc2\xad\x74\xad\x0f\x20\x30\x9d\xc7\xe0\x66\x00\x40\x94\xf1\x63\x61\x16\x77\x80\x04\x1d\x21\x24\x97\x38\x40\x0a\xbd\xa8\x82\x60\x14\x38\xa6\x6d\x4a\x8f\x29\x9c\xa2\x26\xa5\x46\x28\x69\xe9\x35\x91\x7f\xc4\x97\xeb\x04\x39\x57\x11\x0b\xc2\x9b\xcd\xef\x86\x17\xe1\x86\xbd\xa6\x5d\x54\x32\xdf\x63\x4e\xba\x18\x87\x9d\x2c\x97\x44\x09\xd8\xdc\xcb\x25\xd5\xba\x6e\xf7\xa2\x20\x1e\xe9\x79\x8f\x44\xb7\x7a\x6d\x70\xaa\xd7\xcc\x7b\xb7\xb9\xae\x3a\xa9\xe1\x7e\xe9\x37\x07\x4c\x95\x6b\xbb\x2c\x09\x34\x30\x0f\x6e\xea\x2d\x2d\xff\xa8\x1d\xeb\xb2\x33\x8c\x59\x35\xa8\x56\x68\x7c\x62\x4c\x58\x6b\x29\x5f\xab\xae\x34\xf5\x5e\x87\x12\x89\xe2\x59\xf3\xcc\x8d\xf9\xc2\xf2\xdc\x67\x16\xbe\x9b\xac\xb9\xda\x19\x1f\x2c\xa5\x91\x17\xb3\x4e\xa4\x66\x59\x44\xa1\xfc\x52\x92\x12\x9f\x58\xd6\xa3\x69\x92\x22\x63\x2f\x59\x9d\x40\xcf\xc4\xd5\x45\x8c\x5a\x55\x63\x4a\xa3\x4f\x87\x7d\xb0\x62\xc5\x6a\x84\xc7\x00\x3c\xc9\x7b\x54\x79\x1c\x09\xa0\x30\xfc\xe0\x1d\x5d\x05\x80\x81\xe8\x83\x82\xd3\x8a\x00\xb6\x02\x0f\x12\xce\x15\x03\x78\xd6\x3d\x90\xbc\xf8\x1c\x20\x28\x9d\xab\x82\xb1\x1c\x20\x76\x8e\x7b\x83\xd9\x04\x20\xc5\xf9\xb1\x2d\xdb\x30\x40\x56\x8a\x88\x91\xa0\x3c\xd4\xe6\x7c\x12\x5f\x93\x56\xa6\xb6\xe4\x2d\xca\xe9\xeb\x78\x92\xe7\x33\xc7\x35\xdc\x9d\x8d\x89\xf1\xf1\x17\x4c\x76\x47\x5c\xc6\x5d\x0d\xa9\x72\xa8\xce\x0d\x43\xdf\xf4\x70\x0c\x7c\x52\x7d\x75\xb3\xc0\xc1\x3d\xf3\x73\x93\xe0\x86\xad\xa5\xe1\xb3\x87\xed\x45\xab\xdf\x0d\x4e\x8f\x2f\xf5\xc4\x6d\xf7\xa2\xcc\xf0\xe8\xb8\xcd\xeb\xb4\xbb\x0d\xe5\x19\x26\x2c\xee\x69\x7e\xd1\x2d\x65\x72\x79\xa9\xbd\x81\xe3\x59\x9a\x79\xf1\x0a\x5b\xdd\xb1\xca\x68\x8b\xaf\x6b\xfb\xab\xd4\x8a\xef\x59\x76\xae\x87\x95\x5d\xca\x46\x5a\xcb\x6d\x0c\x14\x69\xa4\xdd\xb3\x79\x8d\xc8\xcd\xaf\x4c\xa1\xb7\xce\x41\xee\xc9\x4a\x8a\xbb\x6c\x53\x8c\xba\x95\xc6\x1d\x99\x6f\xdb\x85\x1a\x4e\x2e\x0f\x35\xb1\xf3\x44\xc7\x26\x18\x86\x1c\xb0\xcd\xc3\x68\xc6\x94\x06\x50\x6d\xa7\x31\x10\xe9\x07\x20\x7d\xe1\x11\x0d\xdd\x49\x00\xb5\x14\xf6\x11\xba\x02\x00\x13\x31\x76\x89\x53\x56\x00\x4e\x07\xee\x9b\x9e\x1b\x01\xf0\xe5\x7f\x38\x72\x45\x1b\x20\x52\xe8\xa1\xfa\x75\x25\x80\x64\xa9\x47\x73\x37\x2d\x00\xb2\x29\xbc\xc1\xf7\x25\x01\x0a\xa5\x04\x99\xf9\x24\xe0\x5d\x99\xe2\x93\x73\x12\x7a\xd4\xee\xb2\x35\xe9\x76\xed\x71\xca\xfe\x22\x0b\x95\x2f\x8e\xed\xc4\xdc\xcc\x49\x7d\xa5\xf0\x28\xdc\xc9\x78\x26\xeb\xba\xdc\x6e\x64\x91\xbf\xb1\xb7\x48\xfd\xc7\x0d\x3b\x37\xe5\x14\x86\x8e\x2b\xab\x51\x36\xd3\xcf\xea\x5e\x4a\x2c\xdd\x34\xe6\x98\x74\x1a\x5c\x9f\xdb\xa7\x8f\xfa\xfe\xf6\x95\xfd\x70\x83\xd9\xb9\x59\x54\xcf\xce\xce\x32\x0b\xf5\x05\xf5\xb6\x8d\x7a\x43\xeb\x6b\x8b\x09\xcd\x11\xe5\x37\x6d\x8f\x2d\xdb\x3d\x33\xca\xb3\xb2\xbf\xb9\xba\xa3\x26\x3d\x3d\xdf\x81\x65\xed\x59\xe5\xae\x64\x19\xfb\xa5\x0d\xf3\xe2\xc9\xb8\x02\x87\x35\x84\x44\xe1\x9e\x98\x65\xfb\x95\xcd\x80\x9c\x8e\xb0\x13\x8e\x91\xc8\xc2\x8c\xb8\xc0\x46\xa7\x02\x94\x42\xea\x27\x7f\x11\xa7\x5b\x68\xf1\xc4\xe7\xde\x96\xce\x27\xd0\xdf\xe3\x8f\x7b\xf2\x3b\xb5\x62\xf2\xa3\xdd\x01\x64\x7d\x1f\x6e\xd0\x65\x03\x68\x8c\xdc\x3f\x76\x42\xf1\xff\xf0\x20\x4e\xb3\xbb\x5e\xe2\x01\x88\x93\x61\xe7\xba\xf2\x1e\x20\xe3\xf3\x43\xb6\x1b\x65\x00\x85\x3a\x1c\xfc\x77\x34\x00\xaa\xb2\xf8\x42\x1e\x5f\x81\xa5\x3a\x7a\xa1\x6b\x62\x5c\xd4\xa9\xda\x51\x09\x9c\xd6\x09\x8a\x50\x8d\x8e\x82\xa3\xdd\x02\x31\xa6\x5c\x5a\x4b\x3c\xbc\x1a\xbb\x9e\x39\x62\x7e\x33\xcf\x68\xf3\x63\x24\x8f\xbb\x4e\x63\xc9\x1a\x93\xf7\x9d\x84\x67\xbd\x3c\x4b\x0f\x1c\x93\xeb\x79\x86\x5a\xe6\x07\x4c\x87\xa7\xee\xbc\xe5\x19\x77\xb0\x5c\x99\xa6\x0e\x7f\xe8\x02\x5b\xde\x19\x5c\xdf\xfc\xd3\x4d\x47\x81\x39\xbd\x6e\x83\x92\x3a\x47\xc3\x5f\x75\xad\xb3\x99\x0b\x2e\x21\x4b\xe6\x4d\x62\x29\xbb\x5c\xc2\x57\xda\x6a\xf3\xe2\xcc\x5d\xa8\x6b\x01\x95\x63\xd1\xd7\x5d\x8f\xad\x97\x97\x59\x86\x20\xdd\xc4\x11\xfb\x8a\x2e\xfe\xf1\x40\xe6\xdc\x7e\x21\x77\x67\x9f\xf1\xae\x70\x0b\x43\x6e\xa6\xbb\x79\x26\xb9\xfa\xa1\xe9\x93\x6c\x3c\x54\x5c\xcf\xa3\x3f\xc5\xb3\xbb\x07\x3b\x8f\x60\xe2\xa2\x47\x00\x64\xf1\xf7\xc7\x69\x75\x01\x74\x3e\xb2\x95\x9f\xe0\x06\xb0\x3e\xcd\x86\x3d\xdd\x07\xe0\xf1\x9d\xad\xed\xdc\x1c\x40\xc8\x26\x7b\xca\xa5\x4f\x00\x49\x87\xd9\x88\x57\x5d\x01\xf2\x07\xd9\x08\xf4\xd3\x00\x65\xef\x1f\x31\xde\x61\x01\xa8\xd3\xe5\x09\xe5\xfc\x06\xd4\x26\x3b\x01\xde\x27\x72\x54\x4a\xfb\xa8\xe8\x43\x75\x53\x4a\x5c\x9b\xa7\xf4\x8c\x15\x86\xf8\xb4\xe9\x98\x6a\x42\x98\x00\x36\xbc\x72\xc0\x90\x2d\x9f\xb4\xc9\x97\x41\xe3\xb8\xa3\x39\x68\x29\x23\x24\x24\x7c\x74\x48\x79\x4e\xd0\xa3\xae\x26\xed\x7d\xde\x74\xbd\xdd\xa1\xf7\x3c\x1f\x6e\x75\x2e\xbb\x3c\xfe\xac\xf6\xa6\xa4\x3a\xcc\x9d\xf9\xbb\xc5\xc0\x7c\x2e\x87\x97\xf0\xcf\x3d\xbd\x02\x69\x3c\x5e\xcc\x0b\xf7\x3b\xf4\xe3\xed\xbc\x77\x2f\x5a\xb7\xf4\x85\xbf\xf1\xc6\x2d\x7f\x7b\x76\x2a\xb4\xc8\x6b\x60\xb5\xe0\xa9\x73\x60\x90\xf7\xb1\xf5\xfd\x15\x9e\xfe\x5e\x5e\x3c\x1b\xba\x25\xda\xbe\xae\x5e\xed\x08\x87\x82\x41\xef\x1e\x8f\xa7\x48\xba\xac\xb9\xed\x3e\x14\x8f\x49\xb7\x38\x34\x57\xd2\x11\x77\x7a\xf7\x72\xf4\xab\xf8\x24\xd7\x6a\xf7\x54\x8c\x57\xcc\x7d\x00\x79\x34\xbb\xc6\xf1\xef\x00\xfa\x5e\xac\x1f\x4f\x3c\x04\xb0\x19\xbd\xa3\x45\xe7\x0c\xe0\xdb\x77\xc7\xe9\xd4\x38\x40\x54\xf7\x5d\xde\xf3\x8a\x7f\x3d\x88\xe2\x5b\xac\xf2\xd7\x85\x00\xea\xb4\xef\x0f\x32\xf9\x01\x3c\x1f\x7c\xd4\xcb\xae\x0d\xd0\x5d\xcf\x77\x58\xc4\x06\xdc\xfa\xbb\x05\x79\xe4\x48\x94\xd8\x57\x74\x92\x42\x56\x31\xc4\xc1\xde\x0a\x45\xa6\x90\x3e\x6c\x5c\xbb\x92\x16\x39\x9f\x13\x61\x5c\xf5\xd3\xb2\xb6\xf5\xf3\xc2\x58\xea\xe5\x80\x13\x63\x29\x93\x37\xc2\x9c\xca\x76\x7c\xfe\xd0\x69\x1a\x10\x3d\xba\x30\xbd\x5c\x6c\x11\x3c\xfa\xf1\xea\xfb\xd3\xe9\x34\x21\xa9\x5f\xc2\x46\x7c\x63\x71\x21\x81\x3f\x68\x5e\x6d\x46\xba\x06\x55\xcc\x5f\xee\x6a\x09\x13\x0a\x50\x59\xf4\x69\xe9\x0d\x62\x09\xf4\x5a\xa1\xa9\xef\xf7\x4f\x0e\xbc\xb0\xba\x51\x5d\xe0\x77\x28\xa0\x6b\xfd\x54\x85\x9c\x77\x8e\xff\x35\xc4\xad\xc2\x0e\xcf\xbd\x81\x82\x9b\x47\xf3\xd2\xdc\x47\xfd\xed\x90\xb2\x99\x38\xb7\x0b\xfe\x7d\x28\xc6\xb4\x1c\x97\x0b\x7e\xa2\xe8\xa4\x04\x07\xa7\x74\xdf\x6e\x8c\x5d\x8c\xa9\xe3\x69\xdf\x0f\xd8\x0b\x91\x07\x00\x14\xbd\x58\x73\x8f\x9f\x07\x30\x36\x63\x51\xa1\xb5\x00\x70\x7a\x70\x77\xef\xc9\x35\x80\x80\x86\x5b\x15\x74\xaf\x00\xe2\xe3\x6e\xf1\x9c\x6c\x06\xc8\xb5\xbc\x7d\xe3\xcc\x0c\x40\x55\x13\x4b\xf5\x15\x12\x40\xd3\x5b\x56\xd3\x1b\xfb\x00\x7a\x66\x1f\xe4\xb2\x9e\x05\x18\xe2\xe6\x3e\xc8\x77\x13\xec\xde\x7e\xe3\x9f\x93\xf7\xa0\x1e\x9a\x48\x7a\xe2\x6a\xb2\x83\x88\x99\xe0\x90\x11\x0b\x72\xc7\x86\x8c\xb6\xaa\x9e\xcc\x8b\xdf\x28\x7b\xd9\x69\x78\xb4\x4d\xef\xe3\xbd\x67\xc7\xdd\x3f\x8e\x76\x3d\x77\xcd\xdf\x91\x6a\x34\xbd\x33\xdf\x2b\xed\xdd\x20\xff\x0c\x5d\x92\x7f\x8a\xe9\xe4\xc2\x44\x5c\x54\x53\xb2\xfa\xd7\x13\xc3\x8d\x61\xc9\xf1\x53\x3f\x88\x7d\x3c\x81\x91\xf1\xae\x0b\x37\x3b\x62\xfc\x32\x63\xef\x2f\x09\x34\xfd\xf4\x51\x89\x22\xaf\x34\xd4\x7e\xf7\x4a\x8f\x94\x59\xf3\xaa\x24\x7b\xe8\x46\x6a\xaf\x6f\x96\xa6\xb8\x0b\x85\xbb\x20\x1e\x17\xea\xb8\x26\x86\x7d\xd8\x74\xca\xbd\xe8\x4c\x08\x53\x42\x06\x67\x1e\x71\x24\x87\x3a\xa0\x3e\x26\xe7\x39\xbc\x09\x49\x44\x57\xc6\xe3\xec\xdd\x42\xd0\x18\xde\x58\x09\x3b\x97\x20\x6e\xac\x42\xf8\x2f\x00\x95\xc4\x7b\x97\x8e\xbd\x04\x30\xa5\x65\x19\xfa\xcf\x7d\xe9\x6a\x7c\x47\xee\xe4\x31\x80\x10\xfe\x9b\x53\x74\x09\x00\xa9\x91\x37\x2d\x4e\xb6\x01\x14\x0f\x30\xe6\x9d\x8c\x00\xa8\x5b\xbb\x7d\xf6\xbc\x11\x40\xb7\x05\x73\xda\x95\x97\x00\x83\x21\xf7\xbc\x6f\xc6\x03\x4c\x7e\x7b\xd8\xf4\x48\x04\x10\xdf\x2a\x78\x8c\xc4\x6e\x53\x75\x7f\x32\x0b\x89\xe8\x3b\x92\xaa\xe6\x5f\x88\x3b\x79\x37\x63\x57\x16\x3c\xe5\xf6\x67\xb3\x2c\xe8\x4c\xb7\x6b\x4d\xb5\xdc\x1e\x10\x1a\xd5\x72\xc8\x79\x6d\x59\xaa\xfb\xa2\x25\x46\xf3\x83\x69\xac\x7d\x1b\xfe\xd5\xe9\x2f\x69\x41\x6f\xeb\x47\x3f\x36\x8c\x5f\xf5\x5f\x2d\xa3\xfd\x96\x31\xc8\xed\x73\xa5\x98\x73\x16\xd9\xcb\xef\xb9\x3f\x77\xfd\x97\xf5\xf3\x4a\x0f\xfd\xcc\x3d\x4b\xd5\x8d\x75\x6e\x07\xd3\xb4\x57\xa5\x6b\x8e\xbb\xa8\xa6\xdc\x5f\xbf\x57\xde\xec\x6c\x99\x74\x7d\xc3\xae\xf8\xa3\x53\x70\xfc\x4b\x44\x73\x7e\xba\x83\x43\x02\xcb\xe6\x74\xb6\x85\xbd\x5d\xdc\x4d\x24\x29\xfd\xd8\x76\x0f\x8a\x6d\x43\x64\x11\x66\x57\x9c\x80\x75\x70\x94\x3d\x66\x2e\x12\x69\x2d\x13\x4e\xc5\x06\x86\x8d\x02\x68\xfc\xba\x2b\x74\xfc\x20\x80\xd9\xcc\xed\xa5\x63\x41\x00\x9e\x6d\xb7\x2d\xe9\xa4\x01\xa2\x16\xae\x1f\x3b\xb2\x0e\x90\x79\xf3\xba\xfe\xb1\x17\x7f\x73\x9e\x76\xb1\x2b\xf9\x47\xbf\x02\x0c\x74\x30\x08\x9d\xf2\x04\x78\xff\xeb\x0e\xc3\x75\x43\x80\x99\x63\xac\xde\xcc\xda\x00\xcb\x58\x2e\x1b\x61\x56\x2a\x01\x23\xcc\xf7\x51\x5d\x80\x34\x8e\xe7\x7c\x52\xe4\x99\xb3\x71\x13\xe9\x28\x13\x9b\x3e\x3a\x01\xab\xf7\x35\x0b\x6b\x83\x5a\xc3\xe7\x15\xac\x03\x5e\xd4\x64\xec\x9b\xde\x0c\x49\x7b\xbb\x2b\x60\x69\xea\x4e\x6b\xdb\x84\xb1\x2b\x71\xe4\xcc\x27\x9d\xb1\x18\x17\x42\xa7\xf1\xf7\xbe\x7e\x84\x93\x75\x43\xee\x7c\x40\xe7\x69\xc7\x7d\x4f\x67\x17\x73\x9b\x8b\x1c\xc2\xcb\xcf\x2e\x2f\xd6\x4b\x39\x1c\x29\x52\x5a\x1d\xa8\xb6\xb5\x6b\xcd\x2b\x5a\xff\x58\x6a\x69\x77\x34\x27\x78\xe3\x57\xd1\x7e\x9b\xc0\xcc\x95\xcd\xec\x9c\xd3\x36\x69\x69\x48\xa4\x5a\xa6\x91\x15\x21\xf5\x3e\xaa\x31\x79\xca\x2a\x2b\x45\x13\x7d\x31\xe9\x92\xc5\xcb\xa4\x78\x8c\x7b\xf4\x47\x8b\x53\x89\x57\xb1\xe7\x22\x5a\xcc\x0f\xc7\x7d\xc1\xed\x09\x9e\x02\xd0\x39\xcb\xfc\xe4\x68\x11\x80\xcd\x87\xdb\xe1\xc7\xb9\x00\x7c\x7d\xe8\x07\x8f\x20\x01\xe2\x4f\x5f\x5d\x3e\xc2\xf7\x37\xf7\x6d\x72\xdd\xe1\xfa\x7f\x79\x10\x33\xfe\xf4\xfd\x27\x53\x01\x36\xc6\xee\xb0\x5d\x5b\x02\x20\xf7\x3c\x9a\xe3\x61\xa1\xf6\x93\xc5\xf8\x85\xb5\x04\x37\xc6\xf0\x4d\xa2\x69\xee\x3a\xd3\x8c\x68\x3f\xf9\x73\x09\xca\xbd\x67\x36\x1a\x75\x9c\x4b\x66\x2b\x46\x97\xcd\x6c\xfc\x9a\xcf\xc4\x7d\x9c\x33\x0d\x50\x7d\xa9\xe3\x8d\x9b\xc1\x3e\x3d\xf9\xba\xde\x5a\xe9\x3b\xe7\x17\xf4\xd0\x1d\x8b\xaf\x13\xa4\xd9\x0f\x3d\xfb\x2d\xd9\xfa\x13\x7e\xb1\xb6\x12\xad\x04\x3b\x48\x4b\x52\x8d\xf1\x96\x6e\xcd\xeb\x2b\xaf\x6b\xfc\x2d\x23\x6b\x5a\xd7\xaf\x95\x5f\xb0\x8c\xaa\x70\xdd\xc8\x28\x2a\xb6\x70\x2c\x4b\x46\x7c\xca\xb3\x31\x0f\x2b\x3e\x82\x54\xce\xdc\x6d\xce\x9c\x7f\x10\x15\x94\xa2\x61\x76\x25\xd7\x03\xed\x9c\x20\x64\xaa\x93\xfd\x0a\xc3\x15\xd3\x6a\x7a\x2c\xc3\x0c\x4b\x17\x91\x6f\x92\x97\x9e\x86\xb5\x0f\x6b\x37\xd6\x48\x33\xc1\xf1\x05\x69\x02\x18\x32\xdf\x9e\x3a\x1a\x02\xe0\xd8\x7f\x1d\x71\x68\xe2\xff\xe8\x41\x08\xde\xca\xf7\x3b\xec\x69\xfe\xd5\x0b\x32\x93\xb2\xe5\xc5\xa0\x14\x76\x5c\xdd\xfa\xbf\xfb\x36\xdb\xb9\x5a\x00\x38\xf0\x88\xc4\xc3\x8a\x30\x20\x9b\xf0\x7f\xd7\x7c\xf5\x2d\x9b\xf0\x5e\xac\xc4\x61\x7e\xa8\x11\x5b\xa5\x90\x10\x16\xd7\x90\x8d\xec\xd0\x25\x67\x45\xe7\x66\xae\x87\xda\x24\x57\xdd\x0b\xef\x5e\x1a\xf2\x6d\x6e\x95\xf5\xd0\x59\x7c\x50\xc0\xd8\xee\x69\xe1\x30\xaf\x33\x6e\xd8\xbd\x62\xe0\xfe\x4b\x70\xde\xb1\x5d\x52\x1f\xf1\xed\xee\x62\x56\xe3\x90\x61\xd0\xdb\xb3\x2b\x97\x6b\x1f\x18\x57\xf4\x0e\xaf\x42\x65\xa1\xd1\x72\x97\xff\x7a\x47\x49\x82\xd1\xc5\xd6\x3d\x08\x5c\xae\x9c\xa1\x5a\xa3\x3c\x52\x3b\xe3\xa1\xb1\xc1\xd3\x5b\xc8\xd6\xf4\x73\x86\x56\x55\x66\x68\xf1\x04\x3f\x43\xb9\xb2\x10\x0c\x63\x4c\xc9\x76\x0f\x88\x61\x5a\x01\x1b\x96\x2f\xdc\xd6\xd0\x38\x4f\x14\xfb\x2c\xf4\xa4\x01\x7d\x36\x12\x57\xed\x5f\x04\x60\x72\xe7\xba\xf2\x81\x49\x00\x2f\xd9\xab\x1f\x0f\x9d\x00\x88\x7e\xb4\xb5\x0e\xdb\x79\x5f\x7d\xd0\xbf\x73\xcf\xed\xfc\x7b\x8d\x89\xe6\xbf\xfa\x30\x98\xed\x2f\xfd\xda\x7c\x42\x5d\xe5\x38\xcf\x6b\xf4\x7d\x83\xb2\x97\x7f\x44\xe5\xce\x58\x2e\x71\x51\x5c\xcf\x32\xa6\x43\x1d\xbf\x43\x29\xde\xff\x6d\x19\x0f\xe6\xb8\xbe\x5c\x22\x4d\xd2\xea\xe6\xa2\xcd\xb7\x7c\xda\x40\xca\xc6\x11\xcf\xb1\xca\xdb\x2e\x12\xeb\x47\xd3\x03\xab\x67\xcc\xd1\xab\x0c\x9d\x82\xf5\xb7\x74\x92\x97\xb9\x17\x53\x1b\x05\x34\xaf\xaf\x2e\xac\x58\x54\x63\xb4\xbc\x7f\x3c\x5b\x9d\xaa\x08\xd3\x8a\x9b\x5a\x5a\xff\x51\xd4\xa5\xdd\x31\x8c\x42\xfc\xca\xf1\xd3\x61\x7f\xf5\x63\x73\x29\xf3\x88\xee\x81\x4e\x1c\xea\x60\x0a\x5a\x27\xe3\x79\x3d\x9a\x3d\xe1\x8e\x6e\x44\xe3\x1c\x3a\x35\xae\x40\x57\xb9\xae\x02\x13\x12\xa5\xa7\x2b\xf6\x54\x12\xcb\x1c\xce\xab\x83\xab\x3c\x87\xfd\x19\x1c\xa5\xa3\x5a\x5e\x81\xb3\x0e\x88\xd3\x3e\x52\x22\x82\x0f\xf2\x3a\x0b\x60\x5e\x78\x40\xe2\x3f\x73\xf8\xb8\x6c\xcd\xf5\xc7\x87\xf9\xaf\x1e\x84\xb7\x7c\x5b\x9c\x5f\xdd\x22\x99\xb2\xbd\x0e\x3b\xf1\x34\x34\xa8\x3e\x00\xe6\x85\x6b\x3b\x67\x1f\xc1\xf5\x47\xec\x9c\xcb\xef\xc4\x29\x6a\x02\x83\x8a\x01\x3d\xbc\xa4\xb7\x12\xe2\x46\x55\xb5\x0e\x84\x7c\x65\x25\xd7\xe5\xec\x4f\x38\x67\x7d\xc6\x10\x42\xd4\x1c\x66\xbf\x75\x6c\x12\x8b\xcf\x25\xa4\x8f\xc7\x66\xae\x80\x53\xfc\x66\x55\xfc\xa1\x82\x3b\x66\x18\x44\x77\xed\xa9\xa2\x74\x1d\x9b\x0d\xb6\x49\x86\xb2\x0b\x6a\x27\x36\xc4\xd6\xd6\x4a\x7c\x95\x47\x36\x0f\x6d\x8c\xe4\xf1\xaa\x04\x2f\x3d\x44\x94\x67\x97\xab\xb1\x7f\xb9\xbc\xf9\x26\xe3\xc6\x7f\xf7\x5f\xa8\xdb\xf7\xef\xc5\x1c\x8a\xf6\x55\x7f\xf1\x42\x16\xf3\x31\xfc\xbb\x3a\xa5\x9d\x0e\x9b\x14\xa2\xa0\x31\xdf\xca\x8b\x8d\x0b\x49\xd4\xc8\x6b\x64\xc0\x69\x06\x68\x6b\xf8\xd7\x9f\xc6\x7d\xf7\x75\x52\x77\xac\x39\x89\xef\xf5\xd8\x05\xe0\xac\x7b\x49\x6d\x9f\xd7\x5f\x1f\x26\xc7\x63\x8b\x0d\x15\x34\xff\xea\x09\xfa\xbf\x7b\x10\x50\x73\x00\x17\xc8\xfb\x66\xe6\x58\x00\x98\x5f\x5c\x7b\x3f\xc9\x4e\xa5\x72\xee\xe2\xf1\x7c\x59\x49\x41\x0a\xc4\x48\x8d\x35\xa2\xc9\xf9\x12\x1d\xda\x7e\xc5\x87\x89\x3f\x94\xd7\x6c\xd6\x53\x4e\x13\xe8\xf4\xba\xbc\x39\x43\x54\x71\xff\x1f\x63\x7f\x19\x55\xd5\xfa\xbe\xef\xc3\xe8\xb6\x15\x14\xb1\x13\x2c\x50\x50\xa4\xbb\x9b\xc5\xa2\xbb\xbb\x1b\xe9\xee\x6e\xa4\xbb\x44\x40\x42\x04\x14\x41\x29\x15\x93\x50\xb1\x0b\x90\x96\x5c\x1d\xf3\x7a\xc6\xde\xb2\x70\xeb\xfe\x7e\x7e\xcf\xff\xd5\x35\x1c\xbc\xba\xa7\xf3\xbe\xe7\x1a\xf3\x3c\xe6\x71\x72\x38\x05\xc5\x19\xac\xf3\x0f\xed\x18\x52\x62\x50\x66\xae\x2d\x3b\x26\xb0\x72\xf7\x55\x3e\x13\xf2\xca\x54\xef\xad\xfc\x6c\x9d\x6f\x2b\x6c\x13\x77\x0b\xea\xfe\xe4\x1f\x34\x84\x17\xf6\xaf\xa6\xa4\x75\x6b\x26\x8f\x15\x61\x64\x53\xd0\x9a\x31\x1f\x3a\xb0\xba\xf1\x95\x5a\x7c\x2f\x2d\x70\x27\x63\x2e\x69\x35\x3f\x3f\x80\xeb\x8a\x94\xd2\x6a\x7a\xf4\x1a\xef\x17\xea\xa2\xbd\xb3\xef\x2e\xfe\x4d\x70\x80\x56\xe8\x7d\x84\x70\xd5\x9f\x41\xfb\xf6\x5d\x63\x42\x91\x3f\xab\x8e\x67\x3b\x23\xe1\x8d\xef\x2c\x80\x9f\xef\xcf\x75\xfd\xe9\xc3\xa0\x79\x51\x68\xe7\xe1\xef\x1c\x08\x2d\xf7\xfa\x72\xe7\xe7\x1c\x35\x01\xb8\xb0\xc2\xac\xf3\xe8\x0b\xa8\x0b\x6c\xe5\xe7\xba\x9d\x8a\x98\x4b\x5e\x91\x8f\xba\x9e\x44\xdd\x8c\x72\xd4\x27\xe6\x77\x52\xf6\x6b\x4b\x59\xd5\x27\x71\x90\xa6\x4d\xb5\x5c\x3f\x06\xdf\x21\x90\x1c\x7f\x04\xfb\x5d\xa1\x27\xc8\x78\xc5\x44\xb0\x38\xd7\xe0\xef\x46\x9f\x88\xd6\xb0\x0e\xc4\x7d\x29\x4c\x8c\x2f\x35\xc9\xc1\x05\x36\x7b\x25\xbc\xd7\x3b\x86\x8d\x7d\x96\x92\x22\xa3\x6e\x87\x95\x9d\x1f\x4d\x4e\x52\x3d\x8b\xfb\x0b\xcb\x10\x2f\xb3\xce\x3f\x34\x60\x4e\xe3\x9c\x22\x0c\xd1\xf7\x67\x2f\xe2\xda\xc3\x6d\x54\x15\xc7\x2c\xf0\xa2\x21\x14\x35\x9d\xf7\x6f\xf0\x7e\x21\x67\xd5\x4c\x47\x80\xa0\xe7\xaf\xa9\x7e\xe0\x79\x26\x21\xdb\xef\x84\xba\xc3\xe3\xed\x84\x25\x9f\x43\xea\x7c\x0f\xc2\x89\x0e\x5e\x4c\x6a\x39\x7d\x87\x89\x33\x6e\xf9\x00\xd1\x7b\xd7\xee\x83\x35\x2e\xaa\xb5\xf9\x77\x1e\x68\x9d\x03\xf9\x67\xbd\x34\x0e\x66\x7c\xf6\xe7\x1c\x5e\xcb\xff\x1e\x9b\x03\x5c\xdc\x76\xfa\x40\x47\x2a\x24\xf3\x27\x72\xbd\xbc\x61\x84\xdc\x91\xac\x97\x7a\x59\x42\xa6\x36\xa0\x4e\x6b\x14\x67\x1e\xa4\x14\x68\x53\x4d\xef\x46\x1f\x21\x47\x98\x19\x38\x8c\xff\x87\x7f\x08\x25\xc6\x85\x47\xfb\xbf\x5e\xe7\x1f\xb0\x84\xb0\xea\x0f\xa1\x15\xba\x54\xfc\x64\x57\x66\xc4\x65\x0d\x7b\x7c\xce\xeb\xf7\x11\xd1\x68\x15\xbc\xc5\xc2\xa1\x08\x41\x94\x0b\xfe\x23\x7e\x63\xc8\x9b\xff\xf0\x0f\x11\x4b\xa9\x04\x09\xdf\x39\x65\xd4\x54\x1b\x91\xd1\xeb\x24\xea\xf0\x37\x7b\xe2\x39\x4f\x2a\xaa\xe1\xfd\x41\x62\x80\xc7\x45\xd4\xd3\xd7\x49\xc4\x21\xb7\xdd\x2a\xa2\x43\x0f\x49\x5b\x5d\x9e\xaa\xb4\x3c\x1d\x25\xc9\x38\x1b\xfc\xba\x0f\x6a\x6a\xff\x5f\x1c\x08\x92\xfd\x7b\xfe\x3d\x7a\xf9\xe7\xec\x37\xf9\x39\x3b\x57\x01\xd8\xc7\x4e\xbe\x6c\xbc\x07\xc5\x02\xb9\x97\xef\x54\xb8\xc1\x46\xc9\x8f\x62\x29\x57\x73\x10\x6f\xa5\x54\x05\xcb\x04\x2d\xaa\x8f\xf6\x05\x1d\xdb\x10\x5b\x4a\x94\x29\xa7\xb9\x9e\x17\x96\x9c\x67\xa7\xec\x20\xea\x64\x4f\xf6\x74\x9b\x73\xac\xb3\xdb\x4a\xa6\x0b\x72\x72\x2d\xb7\xe8\x25\xa5\x25\x56\x7b\xd2\xd1\xf8\x07\x5d\x63\xe2\x7c\xd3\x36\x6f\x4f\x8d\x12\x62\x65\x9f\x96\x8f\x31\x5a\x89\x18\xf2\xd6\xd6\xe7\xa8\xd2\x02\xd1\x69\xe1\x8b\xb7\xb0\xa2\x2a\xb1\x97\xb8\xc5\x53\xf1\x7f\x7a\x1f\x8e\x2c\x8e\x90\x84\x1d\xa5\x15\x2e\x4f\xab\x90\xae\xda\xad\x28\xd8\x8d\x1d\x20\xbd\xb6\x45\x2b\x48\x7e\xf2\x22\xb3\x59\x7d\x53\x94\x7f\x3d\x4b\x16\xb4\x7a\x0b\x50\x68\xfe\x3b\x0f\x44\xf3\x81\xfc\x6b\x1f\xd0\xd1\xd1\xfd\x70\xff\x7f\x7b\x20\x9a\x54\x00\x2e\x58\x1f\x25\x57\xd9\x00\x81\x57\x81\x4d\x3c\xb7\x19\x42\xc4\x13\x79\xe3\x93\x53\x90\x1e\xa5\x8f\xd2\xc4\xc8\x70\x2a\x5e\xeb\x89\xda\x09\xbf\x33\x54\x59\x93\x0b\xfa\x47\x5c\xcd\x29\xe5\x36\xae\x66\x8c\x0e\xcf\x29\x1c\xce\xf7\xac\xde\x59\x97\x53\x36\xfa\x0d\xdb\x54\x9a\xc5\x92\x6f\xc5\xb2\xdb\xbb\x18\x56\x90\xbd\xae\xbe\x70\xd4\xd4\xb9\x4b\xbe\x5c\xad\xe3\x34\xa3\x81\x23\x2d\xb5\x4a\xbb\x70\xa3\x11\xd2\xdd\x47\x47\x5c\x46\x94\x07\x49\x0e\x1f\xce\xbb\x9d\x56\x20\x91\x0a\xe6\x55\x9d\x0b\xd6\xbd\x0f\x12\x64\x43\x52\xbb\xcd\xe7\x75\xee\x21\x97\x72\x98\x1c\x61\xa6\xb8\xee\x7d\x18\x5d\x94\x22\x77\x98\xcc\xcb\xf4\x4f\x37\x90\xf1\xc6\xdb\x65\xb2\x26\xce\x53\xb8\x0c\x99\xff\xeb\x03\xf9\x7d\x1f\x2c\x1b\xff\xee\x83\x79\x9a\xbb\xc6\x3f\x88\xfe\x9c\xcd\x71\x00\x27\xe9\xe9\x6f\x5e\xeb\x06\xe0\x08\x38\x1e\x5a\x50\x09\x08\xdf\x28\xeb\xfb\xb4\x78\x28\x95\xd8\xc5\xf5\x3d\xe6\x19\x70\x28\x32\x88\x0c\x04\xc9\x20\xa1\x9a\x77\x15\xd2\x3d\x0d\x90\xed\x86\x4f\x54\x15\x1d\x26\xa8\x06\x56\xb5\xba\xb3\x36\x6f\xa8\x1c\x0e\xdf\x0d\x4e\x59\x1e\xa0\x4c\x5f\x79\x6c\x6c\x6d\xa2\x42\xe9\x0e\x37\x37\x65\x33\xf0\xa4\x58\xa6\x1e\xb7\x68\xd3\x06\x8a\x59\x81\x8b\x85\x83\x86\x1b\xe5\xc0\x75\xbc\x55\x2a\x9a\x48\xee\xe9\xa8\xb4\xe9\x56\x6e\x26\xb7\x3f\xf6\xb7\xe1\x57\xdc\x4e\xce\x7e\xaf\x6e\x63\x21\xb7\x4c\x8e\x9d\x97\xb6\xc6\xad\x7b\x1f\xd8\x28\x8a\xe4\x5b\x26\x59\xff\xe1\x1f\x24\xa8\x66\x94\xcf\x9a\xa9\x92\x8f\xf1\x1b\x28\xed\xda\x7c\x12\xef\x97\xe3\xa9\x07\xd5\x03\x7e\x3d\x17\xdf\xad\xf9\xa1\x7e\x7a\x20\x68\xe7\xc0\x37\x87\xdf\xf3\xef\x7b\xe8\xb5\xfc\xfb\x03\x00\x9d\x31\x1d\x5d\xc9\x9a\x2f\xa5\xf0\x29\xc0\x79\xec\xa1\xe0\x4c\x03\x00\x3e\xa6\x33\x96\x71\x0f\xe1\x91\xf8\x87\x4b\x7a\x61\x2f\x40\x4e\x69\x87\xf0\x06\xef\x6b\xb0\x47\xed\x9d\xf8\x1e\xe7\x45\x24\xc9\x60\xb3\x7c\x23\x8d\x7f\xb0\x9c\xa3\x8e\xda\x76\xab\x0f\x99\xd3\x51\x33\xdd\xeb\xb5\xe3\x8c\xf3\xa8\xd2\x41\xb9\xfa\x81\xfa\xb1\x54\xf6\xd8\x72\x03\x17\xed\x1e\xca\x52\xd6\x2b\xa3\x56\x0d\x06\xca\x6a\x49\xb4\xd1\x09\xb4\x00\x85\x52\xd7\x6d\x78\x06\xb5\x87\xe2\xd2\xb9\x68\x76\x44\x61\x88\x12\xf3\xa4\xcb\x44\x4f\x2e\x9e\x92\xfa\xa6\xce\x58\x5c\xc6\x8b\x72\x7d\x32\xcc\x30\x5a\x5a\x8d\x52\x43\x78\x66\xb8\x41\x8a\x91\x7a\x80\x92\xa6\x93\x23\xd1\x4d\x8d\xa7\xee\x54\xef\x16\x5f\xa5\x3e\xa6\xaa\xa3\xc7\xc5\xd9\xfe\xf1\x1e\x9c\x14\xdb\x84\xe8\x52\x27\x15\x64\x7e\x71\x71\x8b\xda\xff\xcc\xb8\xb5\x73\xe0\xcc\xef\xe7\x60\xf7\x8d\x9f\xb3\xa9\xfb\xe7\x2c\x6f\xfa\x39\x8b\x0e\x03\x1c\xaf\xd8\xf1\x22\x23\x18\x80\xf5\xf3\xbe\xa4\x84\x77\x00\xbc\xcc\xcc\x4f\x22\x5e\xc3\x92\x58\xc8\x05\x7a\x7f\x17\x28\x91\xaf\xe1\x76\x75\x2f\x04\x05\x35\x41\xa1\xb7\xf6\x2a\xc8\xac\x9e\x81\xa4\xb3\xd5\x1e\xa4\xc2\x78\x44\x76\xc4\xac\x0a\xd1\xb7\xfe\xae\x54\x69\x7c\x1d\x91\x71\x7e\x8a\x12\xd0\x9f\x45\x0e\xf8\xf9\xa2\x71\x3a\xfc\xc8\xe1\x70\x49\xf4\x80\xd6\x65\xea\x60\x62\x87\x46\x94\x5a\x07\xb5\x3b\xbb\x4a\x03\x87\xfa\x48\xbd\x53\x11\xa6\xf1\x50\xe9\x23\xd5\xa1\xe9\x9d\x36\x55\xa1\x8d\xaa\x7a\x97\xa0\x53\x26\xa7\x41\x95\x1d\x78\xa4\x63\x2a\x13\x46\x15\x7e\xad\xa9\xc3\x2f\xa5\x41\xb5\x1a\xd7\xd3\x1c\x92\x62\xa2\x72\x2e\xd7\x6a\xb7\xfe\xc7\xfb\xc0\x8d\x28\x53\xdf\x29\x7c\xfa\x95\xfb\xff\xbe\x0f\xe6\x54\xd7\x7c\x40\x8f\xd6\xce\xc1\xb5\xe7\x62\xcb\xda\xdf\xab\xaf\xfc\x9c\x39\xf3\x3f\x67\xdc\x1a\x17\x13\xbc\x76\xbd\xa2\xf6\x01\xf0\x71\x31\x9f\x0f\x3a\x0b\x20\x96\xc0\x1a\xef\x25\x0b\x23\x72\xc7\x2f\x6a\x3a\xa2\xa1\x44\xc5\x8d\x9b\xcf\xf6\x31\x1c\xd1\xe9\x17\xc5\x9a\xa3\x90\x2f\x46\xe5\x92\x0f\x8d\x6b\x91\x41\x0b\x49\xe9\xad\x86\x4c\xc8\x1d\xfb\x39\x99\x59\xfd\x5d\x48\xba\xc7\x16\xf9\xdb\xda\x97\x90\xe8\x40\x23\x85\x62\x8d\x7a\x04\x15\x53\xa9\xbc\xa0\x6a\x86\xe8\xa6\x50\x94\x4f\xab\x3c\x43\x76\xe7\x75\xa2\x1f\x28\x51\x90\x9d\x15\x16\xe8\x38\x85\x7e\xea\xa7\xc6\x36\x35\x03\x1a\xff\x20\xd3\x41\x6d\x7d\x58\xae\x7e\x49\xea\x2e\xb5\x7c\xf4\x82\xba\xa5\xd4\x4e\x6a\xd4\xb7\xed\x1a\x76\xe2\xce\x54\xd2\xc2\x45\x54\xa6\x58\x39\xc2\x46\xbe\xab\xe4\xf6\xdf\xeb\xf0\xd3\x0b\x44\x3b\x07\x3e\xa4\xfc\x9c\x03\xf4\x3f\x67\xdb\xb7\xdf\x39\x98\x82\x9f\x3d\x3a\x74\xc9\x5f\x7e\xce\xb0\xb5\x7f\x87\xa7\x00\x30\xcb\xed\xbc\x14\x74\x14\xe0\x92\xd1\x01\xf0\x9e\x00\x10\x3d\x73\x3a\xc3\x35\x17\x16\x64\x55\x2e\x9c\xb3\x63\x86\x4e\x54\x30\xa7\x94\x79\x39\x64\x68\x18\x72\x4f\x1a\x5b\x82\x9c\x3e\xa7\xd0\x06\xc3\xcb\x70\xd1\x38\x45\x64\x8b\x1e\x33\x9c\xb4\xd9\x25\xda\xa4\xa3\x81\xe0\x5c\xde\x49\xd2\x6b\x1a\x23\x4b\xde\xd7\x24\x6b\xd4\x05\x90\x17\x21\x77\x64\x36\xa3\x1b\x91\xe6\xb8\x3c\xd9\x21\xe5\x79\xa4\x38\xa3\x56\xae\x53\x71\x16\x09\x2e\x8c\x55\xb0\x97\xaf\x43\x7c\xab\xf8\x15\x5c\x64\x9f\x20\xb6\x0d\xc1\x0a\x24\x19\x05\x44\xa8\x23\x56\x89\x20\x95\x83\x70\x3c\x10\x56\xbe\x20\x61\x8c\x18\x3c\x8f\x51\x30\x14\xa7\x43\x4c\xdf\x56\xc8\xf7\x89\xe5\x20\xe2\x93\xe3\x8a\x7c\xa2\x16\x88\x27\x66\x8b\x5c\xca\xaf\xeb\x70\xce\x40\x86\xb4\x4d\x02\x80\x47\x5e\x0a\xcb\x20\x09\x20\x29\x22\xa3\x70\xe0\xf2\xbf\x38\x08\x09\xa5\x2d\x2c\x6f\x00\x0c\xa2\x51\x33\xe7\x19\x01\x4c\x5b\x54\x67\x39\x15\x01\x2c\x8a\xb5\xee\x0a\x28\xc2\xaa\xd5\x90\x61\xa0\xf4\x30\xa4\x5a\x77\x98\xc5\xa1\x00\x36\xd9\x08\xd9\xfc\xa5\x6b\x89\x38\x59\x9f\x72\x47\x2c\x36\x50\x97\xcc\x9f\x87\xe4\xda\xab\x50\x75\x4d\x88\x49\x3b\xdd\x5e\x51\x6e\x18\xb6\xe6\x8f\xf9\x3c\xa0\xb0\xe8\x4d\x5c\x6b\x0e\xec\x23\x87\xeb\xe4\xb6\x2c\x87\x7d\x22\x6b\x6a\x2e\xdc\x93\x09\x5f\x24\x1f\x52\xe7\x79\x22\x1c\xc9\x43\xaa\x41\x67\xbf\x45\xa2\x3f\x90\x38\x50\xc7\x67\xba\xe2\xd2\x48\x8a\x4a\xac\xd8\x8b\xb1\x62\x34\x0f\x08\x39\x53\x61\x27\x7e\x6b\xb0\xc0\xea\x71\x85\x02\x7c\x70\xe0\x85\xe9\x18\xa5\xd3\xf8\x9c\x40\xab\xaf\x2a\x4a\xf1\x04\x0d\xdf\xf8\xb7\x7d\x28\x43\xc2\x69\x7f\xc5\x41\x92\x4a\x3d\x21\xda\x37\xfe\x89\x31\xda\x8b\xf0\xda\x7b\xaa\x7f\x59\x75\x0f\x51\xc0\xab\xb9\x3b\x50\xb5\x83\xe8\xeb\x89\xea\xcc\x51\x63\x23\x76\xbb\x87\x01\xb0\x49\x4b\x1f\xde\xf6\x1d\x40\x50\x4a\xaa\x6a\xcf\x04\x80\xf4\x84\xf4\x8b\x83\x2f\x00\x94\xbe\xca\xf1\x1c\xdb\x06\xa0\x39\x2b\x3f\xcd\xc2\x04\x60\xf8\x4a\xe9\x1d\x6b\x34\x80\xf9\x0f\x95\xf9\x4b\xcc\x00\xd6\x1f\xd4\xb1\x7c\x39\x7f\xf6\xe5\x20\x73\xb6\xe1\x36\x6c\xfa\x1c\x88\xb2\x6d\x80\xcb\x1b\xcb\x0c\xea\x13\x4b\x99\x60\x06\xc7\x83\xeb\x3d\x39\xac\x26\x3a\xb9\x8d\x81\x93\xe4\x64\x83\xd1\xea\xd9\xb0\x1f\xe4\xbd\xba\xdd\x2d\x9d\x51\xee\xa4\xc7\xda\x7c\xf7\x8e\xc6\xf0\x93\x4c\x35\x7c\x9f\x1e\x8b\xeb\x24\x6d\x57\x35\x7d\xef\x9c\xa0\x49\x4c\x41\xc5\xcf\xdb\x27\xd5\xff\xc9\xc3\x10\x1c\x15\xb5\x70\x62\xe1\x9f\x17\x96\x95\x2a\x71\xc6\xe1\x4b\xe3\x5b\x50\xf5\xb8\xd0\x08\xd6\x77\xe3\x2a\x27\xf0\x91\xc1\xdb\x69\x1e\x90\x67\x1c\xaa\x6f\xf1\xa3\x41\x17\x1e\x9e\x55\x4b\x26\x68\xfa\xe7\xd3\xfa\x70\xba\xe2\xd4\x26\x89\xea\x5e\xb9\xed\xb1\xea\x5f\x88\xd7\x3c\x72\x01\xd8\x7d\x25\x9f\xec\xe0\x02\x10\x54\x97\x44\xf6\x3c\xf8\x75\x1d\x68\x5e\x10\x1d\x36\x79\x29\x16\x67\x00\x93\x21\xc5\x74\xd6\x6c\x00\x1b\x1f\x94\xc3\xa5\xfb\x00\x0e\x0d\x1a\x72\x42\x2c\x40\x74\xbe\xae\x9b\x27\x13\x05\xf1\xce\x51\xc6\x26\x68\x17\x64\xdc\xae\xc6\xfa\x8b\xfe\x1b\x44\xdc\x6e\xd8\xa9\xc7\x6a\x3f\xd5\xc7\x86\x3d\x40\xd5\x05\x4b\x69\xb5\x34\x8a\xed\xf7\x49\x22\x2f\x9a\x66\xe5\xc8\x07\x7f\x27\x0d\x1b\xe5\x5e\xb3\x8c\x79\x4f\xd2\xd3\x57\xbb\x75\x2a\x9e\x44\xbc\xaf\x53\xd2\x5d\x9a\x5c\xb5\xee\x45\x91\x54\xad\xfe\xfc\x35\xd5\x9a\xd6\x7f\xf2\x67\x2f\xce\x32\x87\xd2\x1c\xf6\x79\x54\xcf\x94\x38\x4a\x0b\x77\x32\xf2\xcd\x27\x45\xf4\x4d\xec\x54\xf4\x8b\xd7\xd7\x55\xdf\xe1\x8c\x22\x29\xcf\xe8\xd4\xaf\xe0\x66\xc3\xcb\x68\x1e\x90\x3f\xfb\x70\x5a\xcd\xb5\x52\x08\x8f\x7c\x3f\x35\x17\x6b\x6f\x22\x1e\xf3\xfe\x02\xc0\x5e\x2c\xd9\xba\x43\xf2\x17\x17\x24\xc3\x27\xbd\xe5\xa0\xe5\x7f\x7b\x62\x2c\x1a\x15\x94\xd9\x36\x03\xd8\x35\xa1\x78\x39\x9b\x00\x5c\x38\xd4\x98\x04\x2f\xae\xf7\xe5\xe4\xba\xc9\x18\xc6\xa9\x44\x20\x33\x2e\x82\x96\x5b\xf4\x81\x3a\xe5\xb4\xd3\x71\xa3\x5d\x0c\xf5\x88\xdd\x1b\x3f\x5e\x8f\x55\x0a\xb3\xf5\x9b\x98\xc5\xa0\xf3\x64\x05\xf3\x85\x6c\x9d\xc8\x14\x52\x99\xb1\x4a\xf5\x9d\x38\x15\x62\x85\xc1\x83\x5b\x72\x29\xd3\xc4\x2c\x5d\xe6\xee\x1d\x29\x83\x84\x4f\x9a\x9f\x06\x29\x19\xa5\x04\x43\xb5\xe8\xaf\x23\x59\x6f\xd6\x3d\x20\x69\xca\x92\x98\x73\x49\x92\x04\x73\x65\x76\x8c\x5b\xe2\x86\x59\x36\x95\x1a\x4c\x44\x62\xcf\x37\x35\x74\x03\x56\x30\x8e\xfc\x76\x58\x75\x1a\xfb\x28\x66\xe8\x45\xb5\x06\x0f\x96\x1c\x13\xff\xd8\x4e\xc3\x1e\xd7\x17\xd1\xd8\x27\xac\x29\x83\x47\x85\x9d\xec\x0a\xd6\x7a\x82\xb7\x0d\xfd\x41\xeb\xc3\x69\x46\xe9\x44\x11\x42\x02\xb6\xdc\x08\xd5\xdd\x4e\x18\xf5\xdb\x0c\xc0\x29\x2a\x61\xb8\xb3\x0b\x40\xc4\x50\xac\x84\xb1\x0c\x40\x3e\x59\xc2\xfa\xc0\x0d\x00\x0d\x55\xa9\xb0\xa3\x2f\x01\x8c\xcb\xa5\x71\x2c\x96\x00\x56\x4a\xb2\x69\x67\x1f\x01\x38\x4e\x29\x78\x71\x54\x01\xb8\xfb\xa0\xb2\xf9\x4e\x00\x5c\xe9\xd4\xd8\x22\xc9\x0d\x8d\x5e\x38\xbd\x78\x14\x1d\x02\x1e\x22\x66\x7e\x7a\xdf\xa9\x73\x2e\x27\xec\x3f\xd9\x05\x51\x46\x1d\x29\x57\x58\xaf\xe4\x91\x6f\xdb\xb5\x47\x96\x87\x3e\x22\xb5\x59\x6d\xbe\xca\x18\xb7\x87\x74\xd9\xf4\xaf\x4a\x7c\x62\x21\x51\xd8\xf0\x76\xcb\x5c\x7a\x11\x21\x57\x2f\xa4\x27\x30\x0b\x08\x47\xb4\x1a\x86\xaf\xe4\x30\xaf\x73\x20\x7f\xf4\xe2\xac\x58\xa9\xa0\x57\x55\xd3\xf2\xbf\xf3\xa8\xee\xc7\x5c\x48\xee\x7b\xf7\x52\x5d\x1d\x13\x9d\x44\x18\xcc\xd7\x54\xc6\xee\x4c\x14\x18\xf0\xd0\x6a\xc2\x06\xc6\x67\xf6\xa8\xeb\xa0\xb0\xaf\xe2\xd4\xba\x50\x3a\x3c\xb8\xca\x28\x09\x5a\x1f\x4e\x63\xa0\xbe\x03\xde\x26\x6c\xba\xfe\x9e\x5e\x22\x41\x21\xb0\xe5\xda\xa4\xfe\x18\xc1\x3b\xe0\x33\x00\xb7\x96\x98\xcf\xae\xf1\x5f\x1c\x84\x82\xba\x78\xe1\x01\x4b\x00\xad\x5e\xb1\x86\xc3\x05\x00\xa6\x49\x92\x31\x27\x9f\x03\xd8\xb9\xc9\xc6\xb3\x66\x00\xb8\xe6\xc9\x55\x73\x70\x01\x78\x51\x94\x09\xfc\x32\xeb\x7d\x39\xc5\x7e\xf7\x74\x4d\x54\x7a\x91\x1f\x3e\xaa\x26\x0f\x0c\x9c\xa9\xcb\x57\x98\x6d\x14\xed\xaa\x29\xf2\x6e\x02\xee\xba\x01\x74\x64\x4b\x47\xa5\xb0\xc0\x88\x62\xd2\x39\x1b\x72\x7a\x42\x92\x30\xf1\xb0\x79\x7a\x65\x7e\xc6\xd2\xba\x17\xe5\x8b\x7e\x41\xcf\xc7\xbc\xcb\xb8\x97\xda\x0f\x5e\x29\x16\xcd\xe2\x36\xaa\x91\xe7\x3e\x96\x76\xfc\xe9\x45\x99\x3e\xac\xe6\xb8\xa2\x79\x35\xed\x53\xb4\x46\xf0\x4a\x4f\x56\xca\xc8\xac\xe6\x87\xd5\xe5\xb4\x73\x8f\xbb\x75\xf8\x30\xe7\x52\xbf\xf4\x54\xea\x62\x30\x0d\xc9\x98\x3f\xfb\x70\x9a\x84\x0c\xd9\x71\x9a\x31\xef\xaf\x5f\x37\xba\x84\xdf\x1d\xc9\x53\xcd\x6d\x74\x00\xdf\x15\xea\x56\xd1\x65\x74\x89\xc0\x1c\xcc\x07\xc0\xf3\x59\x34\x93\xde\x0f\x40\xfc\x90\xe8\xde\xbd\x97\x00\x50\xa7\xc4\x4e\x1c\x88\x02\xd0\x6e\x11\x09\x3f\x24\x00\x60\x81\x93\x64\x63\xbe\x0b\xe0\xe4\x21\xfd\x8a\xd5\x02\xc0\x63\x48\x6e\x3b\xc7\x0a\x80\x1f\x87\xe2\x37\xbe\x04\x80\xe0\xa7\xe8\x31\xa9\x2d\x70\x3f\x78\x41\x73\x59\xd9\x04\x59\x08\xe1\x36\x34\x35\x18\xa0\x3e\xf4\x73\xb7\x66\x75\xdc\xb4\xee\x47\xa9\x70\x39\x17\x7a\x29\x2e\x9a\x78\xd7\x6e\x5f\xba\x6d\xea\x59\x82\x99\x65\x40\x45\x7c\x8e\x23\x5e\xda\xd4\xb3\xa5\xa8\xe8\xc8\xba\x17\x25\x41\xc7\xf5\x2d\x53\xc5\xea\xba\x07\x24\x54\xb5\x68\xf1\x71\xf1\xc9\xa5\x12\x35\x91\xa5\x98\x82\x89\x6f\x1f\x35\x06\x97\x3d\xf2\xc2\x5e\x6b\x69\xc7\xae\x6c\xca\x65\x7b\xc6\xa0\xd3\xb9\x2a\x9a\xd9\xd3\x4b\xd2\x23\xad\xd6\x67\x04\x74\x69\xe8\x5b\x62\x6a\x53\x34\x6f\x8b\xea\x93\xb0\x16\x89\xdc\x8d\x1f\x8c\xaa\xb0\xa9\x09\xaf\xeb\xf6\x1b\x4d\xe2\xec\x62\x6e\x57\x9d\x31\x61\xc4\x11\x23\x17\xcb\x99\x4c\x2a\xf0\x8a\x11\x06\x45\x31\xa6\xc3\xf8\xec\xb0\x41\x00\x9e\x19\x21\x8e\x5d\xc3\x00\x92\xef\x84\x4b\xf7\xee\x05\x40\x2b\x89\x1e\x38\xe0\x0e\xa0\x7f\x4f\xd8\xeb\x50\xfe\xbf\x7a\x62\xbc\xc4\xe3\x4e\xf7\x01\x78\xaf\x4a\x57\xb3\x0f\x00\x04\x39\xca\x1f\xe1\x69\x02\x88\xcc\x42\x6d\x93\xe8\x85\xb6\x68\x59\xf5\x12\x94\x13\x82\x8d\x8a\xd1\xcb\x36\x48\xa0\x7e\x09\x55\x34\x8f\x70\xd8\x49\xd9\xe5\x93\xe9\x9c\x18\xe4\x4c\x32\x75\xe7\x0b\x48\x4d\x70\x20\xcc\x38\x52\x93\x56\xb2\xfc\xf1\x15\xd6\xfe\xe5\x87\x0a\xb2\x71\xb2\x66\x2d\xb7\x9a\xcb\x77\x63\x83\x0d\x91\x07\x0f\xab\xb6\x61\x4a\x75\x6c\x3e\xaa\x5e\x1b\xc0\xa4\x68\xc8\xff\xd8\x7e\x4d\xf8\xcf\x5e\x9c\x37\x6d\xba\x6c\x8b\xf3\x25\x03\xcf\x64\xf4\x9d\x97\x37\x14\x56\xf6\xed\x35\x14\x5d\xc6\xe6\xe5\x76\x8a\x1a\xa5\xad\xdc\xce\xc6\xb5\xb9\x18\xdb\xac\x5e\xcd\xac\x6d\xfc\x6e\xc2\x86\xa9\x48\x55\xae\xad\x32\xa5\xc3\x6a\x26\xa9\xd2\xfa\x70\x8a\x7f\x98\x35\xe0\xa6\xa2\x6a\x8a\x94\xcd\x74\xf0\xd6\xe1\xf8\x9c\x69\x8b\x0b\xf8\xab\xe1\x47\x01\xf8\x5e\x08\x3e\xa2\x2f\x07\x90\xc2\x0b\xf2\xee\xc1\x01\xa8\x76\xf1\x9f\xdf\x3b\xf4\x8b\x83\xb0\x2b\x11\x1c\x3d\x7a\x13\xc0\x23\x4e\x24\x8a\x25\x1b\x20\x90\x53\x72\x86\x7d\x08\x20\x5c\x47\x76\x92\xd7\x06\x20\xae\x48\x31\x4e\xdc\x1a\xde\xc4\x2f\xa0\xd3\x14\x5b\xe1\x54\xdc\x84\x76\xb6\x6e\x2b\xf5\x5e\x14\xd1\xb4\xd1\x71\x84\x3c\x1a\x90\xe9\xa4\x10\x12\x40\xbc\x76\x65\xd0\xdb\x3d\x55\x9d\x70\xc4\x25\x2e\x51\x31\x4f\x1e\xe7\x6e\xf7\xa9\x44\xa0\xec\x2d\x96\xc9\xa2\xf0\x56\xe2\xb5\x38\x0c\x8f\x71\xe6\x43\xf3\xda\xf4\x95\x3e\xdd\x0d\xdf\xde\x35\x2c\xd2\x78\x98\xb9\x0f\x5a\xe6\x3f\x98\xae\x35\x7d\x4c\xd3\x45\x2d\x38\x55\x86\x0d\xd6\x19\xe8\x2e\x4a\x94\xe7\xf5\x47\x19\xef\x5c\x3a\x52\x6a\x74\xb7\xd7\xf4\xc0\xd2\x4a\xd1\xdb\xd6\x09\x53\xbb\x15\x8d\x5c\x4c\x93\xb9\xe9\xf7\x55\xfb\xac\xbe\x9a\x0e\x73\xe2\x2a\x25\xa3\x86\xd6\x87\x53\x94\x61\x39\x88\xcd\x4a\x6c\xa6\xf5\xe1\xe4\xf0\x58\x6f\xc7\x99\xc6\x2e\x66\x58\x58\x33\xe3\x75\x22\x06\x00\x84\x45\x84\x95\xf7\xfc\xfd\xbb\x29\x4f\x28\x6a\xef\x77\x00\x4d\x01\xfe\xc7\xfb\x0e\x03\x98\x3e\x12\x70\x3b\x38\x0b\xe0\x98\x24\xb0\xeb\xc8\xf4\x2f\x0e\x22\xe4\xb5\x58\x2e\x1b\x16\x20\xce\x5e\x4a\x90\xfb\x1c\x40\x52\xbb\x7c\xac\x18\x3b\xcc\xa4\x1e\x44\xed\x51\x10\x84\x7d\xe9\x5a\x1a\xd3\x7a\xed\xd4\x3b\x49\x99\x46\x39\x4e\xc7\xc8\x6f\xa2\xee\xda\x5a\x87\x5c\x23\x1e\xf3\xe3\xbc\xa2\x9c\x31\x8f\x67\xf6\x68\x8a\x19\x2a\xce\xc1\xca\x3b\x1d\x2b\xd4\xbc\xa6\x80\x39\x66\x75\xfd\xe6\x62\x5d\xd9\xca\x6b\x93\xac\x81\xdb\x8d\x03\x4b\xb3\xba\xa8\xa9\x6f\xad\x47\x56\x4a\xb5\xe6\x66\xd1\x8d\x5b\xc7\x3c\x74\x87\xe7\xf7\xd7\xb1\x0f\xa7\x1a\xed\xfc\xc1\x78\x5d\xfb\x61\x89\x49\xea\xc2\xf9\xea\xd2\xae\x61\x33\xfd\x45\x9d\x0a\xfd\x36\x71\x73\xca\x92\x72\x69\xf0\x8d\x7c\xcb\x07\xcb\x81\x85\x25\xd7\xb2\xac\x04\x57\xde\xe6\xa4\x57\x1c\xb3\x72\x5e\x1d\xcf\x34\xfc\x4f\x1f\x8e\xbc\xad\x21\xf6\x7d\x42\x7b\xba\x83\xad\x30\x2e\x35\xf6\x4c\x4a\x8f\x1d\x0f\xee\x46\x4c\x1e\x80\x50\x81\xd0\xd6\xdd\xce\x00\x4a\xd5\x02\x8a\x7b\x15\x01\xb4\xc9\xbc\x07\xf6\xce\x03\x58\x85\xf3\x2d\x1e\xc4\x03\xb8\x8a\xf3\xdb\x1e\x35\xfe\xe5\x05\x89\x3c\x2c\x1c\x7d\x2e\x0b\x20\x49\x40\x7c\xf6\xb2\x32\x40\x46\xb1\xf4\x77\xa1\x97\xf0\xf1\xea\xb2\x52\xa0\xa2\x1b\x1c\xca\x15\x53\x73\xd3\xf3\xa1\xbe\xcb\xf4\xd6\x47\x3b\xe4\x50\xf6\x24\x4e\x59\xba\x04\xd5\x11\xa6\x42\x4b\xdc\x17\xb2\xac\x71\x19\xde\xdc\xe1\xf8\x32\x03\x0c\x9d\xcb\xe7\xfc\x67\xf5\x65\x2b\x99\x36\x55\x2d\xa1\xcd\x7e\xff\x78\x51\xaa\xda\xb6\x2f\x2e\xe8\xd5\x4f\x06\xdf\x56\x9a\x69\xd1\x2b\x9f\xbe\xd7\xe2\xf7\x2a\xc1\x84\x65\x86\xdc\x9c\x31\xb0\x6c\xb6\x77\x7e\x4b\xfd\xc0\xbd\x83\x16\x73\x3f\xe8\x6b\x1d\x5a\xf6\x5a\x67\x2d\xb8\x56\x3f\xa9\x5b\xb5\x49\x5c\x5c\x2a\xe7\xae\x3a\x6a\x77\x6e\xe9\x4b\x89\x78\xc9\x03\xbb\x0f\xcb\x84\x02\xab\xfc\x66\xfb\xec\x95\xd5\x9c\x96\x6c\x01\x07\x99\xd5\xfe\x2c\xa7\x0c\x47\x87\x93\x98\x37\xa9\x1d\xc9\x62\x8e\xfd\x58\x99\xe4\xf1\x04\x11\x47\x79\x9c\x48\xfc\xe1\x98\xfd\x4e\x15\xb8\xc4\xd8\x34\x00\xd1\x7c\x7e\x3f\x86\xa7\x00\x68\x3f\xbe\x7d\x8c\xc3\x00\x7a\x0a\xbc\x4a\x4c\xf9\x00\x36\xf3\x3c\xd1\x07\xae\x02\x78\x62\x79\xf9\x8e\xa4\x00\x04\x3f\xe2\x6f\x61\x16\x01\x48\xf0\x13\xbc\x73\xae\xef\x5f\x3d\x31\x62\x52\x8a\xc2\xac\x80\x29\x5c\x94\xf7\x90\xd7\x84\xb3\xc5\x67\xd0\xec\xba\x51\xd4\x89\xfc\x62\x1d\x4f\xfb\x55\xf2\x97\xac\x06\x33\xed\x10\x33\xc2\x48\xac\xbd\x8b\x74\x16\x06\x2b\x1a\x60\x13\xf4\xe2\x5a\xd4\xca\x8a\x87\x7b\x76\x71\x53\xdb\xd2\x35\x7b\xaf\x96\x4d\xed\x8b\x0b\x99\xe6\x51\x83\x8c\x5d\x5c\x0b\xcc\x86\xe2\xe3\x4b\x5d\xe5\x1f\x4b\x4d\x3a\x26\x5d\xee\x38\x0d\xcc\x5a\x7e\x99\x36\x6c\x63\xec\x9a\xb2\xb6\x9e\x9d\x6a\xd2\x6a\xd9\x62\xa7\x3b\xcf\x76\xc3\xab\x56\xcb\xfe\xf3\x8f\xa9\x9a\x47\xe5\xfb\x1d\x5b\x17\x25\x2b\x27\x0a\xce\x38\x57\x2d\x31\x97\x8b\xe4\x5c\x72\xd9\xbb\x7c\xa8\x18\x97\xd9\xe9\x5c\xbe\xe2\x92\xbf\x33\x6d\xd1\xa9\x64\xf5\x55\x96\x76\x42\x85\xeb\x61\x0c\x6b\xe6\xa1\x58\x67\x97\xb7\xd8\xd3\x29\xa5\xd1\xce\x2e\x87\x71\x1b\x13\xcc\x22\xdb\x9c\x01\xe7\x13\x47\x0f\x20\x26\xc2\xf7\x99\xa1\x14\x40\x95\xc8\x17\xbc\xd7\x0d\xc0\xd8\x8a\x7b\x96\xe9\xef\x73\x01\xcd\xc5\xb4\x6f\x06\xc0\xa7\x82\x4b\xe8\x50\x31\x40\xf8\x2b\x5e\xa7\x13\xaf\x00\x52\x3a\xf8\xb8\x4f\xbb\xff\xea\x89\x29\x96\x14\x1b\xe0\xdf\x06\x50\xf9\x59\xda\x59\xfa\x1c\xa8\x56\xd7\x28\x45\x68\x25\x20\xbb\xaa\x7a\xd5\x57\x6d\x5b\xc8\xed\xc5\x07\x8d\x77\x87\xa6\x11\x46\x33\xa5\xec\x6e\x67\x0d\xad\xf7\xe4\x5c\xf2\x6e\xcf\x14\x6b\x1b\x5e\x70\x76\x46\x37\xdd\xbd\x17\x36\x17\x68\x49\xf7\xaa\xba\xff\xf3\xf8\x25\xb3\x6f\xdf\x1c\x7b\x1f\x3d\x73\xb4\x5e\x9e\x98\xee\x92\xeb\xd2\xb3\x7f\x37\xb9\x72\xa7\xe1\xe6\x1d\x47\xae\x99\x81\x96\xc2\x6b\xee\xce\xb8\xb9\xe2\x46\xe3\x92\x63\x6e\x07\xe7\x31\x75\xc4\x7c\x43\xd7\xc5\x85\xee\xea\xde\x4c\xbc\xfb\xd9\x25\xfa\xf2\xb6\xb4\x8d\xee\x89\xcb\xfb\x4a\x84\x13\x2b\xdd\x53\x57\xdc\xf2\x25\x68\x7d\x38\x51\xdb\x3c\x0c\x30\xdc\x99\x3b\x42\x8d\x3c\x53\x30\x6f\xd3\xce\xd3\x7c\x28\xc1\x0f\xdd\x5d\x71\x4a\xf1\x4c\x00\x52\xa1\x3c\x9d\x0c\x4e\x00\xea\xcd\x3c\x07\x19\x95\x01\x4c\xde\x73\x95\x30\xf1\x01\x38\x3f\xbf\xdc\xbb\x7f\xf2\x17\x07\x11\xcb\xc0\x5d\x75\x82\x0f\x20\x43\x99\xfb\x23\x8b\x2d\x40\xc1\x75\x3e\x0f\xd6\x04\x80\xca\x24\x91\x24\xde\x50\x80\x1b\x37\xc5\xbf\x88\xf7\x43\x6e\x23\x51\x76\x0e\xfd\x1d\xe1\x6b\xa4\xa0\x4f\x59\xcb\x52\xb6\xd7\x96\xe9\x66\x07\xe9\x12\xee\x14\x75\x5b\xb9\x5d\xd5\x5a\xc5\x27\xaa\x5f\x09\xae\xff\xb8\xc8\x14\xf0\x2a\x75\x5b\xd7\xc5\xb9\x5c\x77\xfe\xc6\x85\x07\x39\x53\xee\xd6\x3e\xef\x5e\x3c\xbf\x34\xc2\x67\xdf\xf0\x39\x7e\x80\xa5\x53\xd1\x85\x34\x66\xd1\x9b\xde\x78\xc3\xad\xfd\x3b\xb5\x93\xad\x6a\x8f\x47\xf0\x74\x7b\x5b\x7e\xb1\xb2\x27\xcf\xec\x40\xf3\x70\xce\x56\xaf\xf3\xf3\x03\xf5\x4d\xe9\x3b\xbc\x60\xc1\xa8\x46\x34\x99\xf3\xca\xbd\x45\xde\xaa\xfa\x58\x01\x1f\xf4\x92\x48\xb9\x6d\xd4\xc8\x15\xca\xf2\xa7\xc2\xac\x30\x01\xef\xd6\x95\xb1\xdc\xda\x90\x1d\xde\x51\xab\xd5\x57\xa3\x68\x7d\x38\xfe\xfa\xde\xee\xd8\xad\xa9\xa6\xbe\x69\x57\xb2\x71\x3b\x12\x6c\x01\xa4\xe2\x79\xee\x32\x38\x03\x68\x39\x73\x89\xed\x69\x02\xb0\x78\x74\x79\x81\x29\x15\xc0\xb5\xfc\x12\x7e\xdf\x23\x80\x90\x7b\x1c\x61\xfb\x3f\x01\x24\x9d\xe5\xcc\x39\xba\x08\x90\x77\x90\xeb\x11\xcb\x2d\x80\x8a\x2f\xdc\xb9\x67\xa3\x7f\xf5\xc4\xdc\x32\x12\xcd\x13\x2d\x81\xc6\xdb\x27\xa4\x1d\x50\x64\xc4\xe8\x4e\x93\xd2\x57\x8b\x09\x8a\x72\x9b\x8d\x26\x93\xbf\x3f\xc1\xaf\xce\xc8\x34\x21\xdb\x77\xd5\x3d\x9f\xcf\x95\xa7\xe1\xe1\x7c\x4e\xe4\x86\xe8\xc9\xbe\xda\x29\x71\x9f\x93\x0d\x59\x2f\xe2\xdf\xea\xbb\xaa\xbf\xce\x7d\xd9\x70\xdf\xc2\xb3\xf5\xa3\xcc\xb3\xad\x0d\xcc\xde\xc4\xaf\x4f\x1e\xd4\x97\x9a\xf8\xd5\x4c\xd8\xdd\x6f\xcc\x21\xf9\xf3\x4d\x25\xde\x49\x4e\xaf\xf5\xf7\x9e\x21\xde\x3a\x95\x20\x1a\x70\x7f\x8e\xd8\xc8\xb5\xde\x87\x63\x15\x88\x5e\x20\x55\xe7\x86\x1a\x05\x68\x2e\x19\x95\xef\x0b\xd1\xf3\x3f\xf5\xef\x3e\x9c\x80\x55\x9f\xe7\xab\x9f\xb2\x4a\xfc\x83\x7c\x26\x31\xe9\xe9\xa1\x34\x1f\x8a\xcf\x23\x9f\xbf\x70\xbb\x12\x8c\x00\xe4\xe6\x78\xfa\x76\x1b\x01\xe8\x8c\x72\x6d\x66\xa4\x07\xb0\xe1\xbe\xcc\xc0\x54\x01\xe0\x15\xcc\x19\x78\x40\x11\x20\xec\x25\xc7\x96\xfd\x83\x00\x69\x76\x1c\x01\x87\xd1\xbf\x7a\x62\x6a\x35\x2e\x8f\x9c\x31\x00\x68\xe1\xe3\xdb\x7d\xd1\x15\xa0\x53\x5f\xe8\xb6\x10\x3f\xbc\xef\x63\x95\x60\x50\x74\x44\x6a\x1f\xd8\xc9\x0d\x99\xec\xa7\x64\xf5\x46\xa1\x3f\xf9\x1c\x26\x8c\x74\x4c\xeb\x9b\x67\xb6\xad\xbc\xac\xfd\x6e\x37\xd0\xd4\x32\xbe\x29\x6b\x32\x24\xf9\x01\xe6\xb9\x4c\xdc\x9e\x92\xe5\xa1\xab\xf7\xb2\x42\xdc\x9e\x22\xa3\xe6\x35\xec\x61\xed\xef\x44\x86\x22\x73\xf7\x47\x12\x3e\x91\x9e\x78\xa4\xf3\x87\xe3\xc7\x77\xf6\x7a\xc6\x4b\x45\x54\x4f\xfa\x74\xee\x8d\xa5\x0b\xbb\x38\xc3\xd2\xa6\x1a\xc5\x1c\xda\x36\x67\xdc\xf4\x25\xec\x46\xa8\xe9\x8f\x57\xb5\xfb\x42\xc6\x42\x58\x16\x6d\xab\xc4\x83\xe7\x82\x46\x96\x9c\xca\x3e\x06\x9e\x0a\xd9\xb8\xdc\x54\xa4\x4e\xeb\xc3\xf1\x69\x0c\xb6\xc1\xc8\x66\xbc\xfb\xd3\x87\xe2\xb5\x2f\x30\x01\x67\x1f\x17\x0e\x80\xba\xc6\x5d\xbc\x7b\x06\x40\xef\xcb\xa5\xe5\x3d\x87\x01\xec\xab\x2e\x06\xec\xd5\x07\xf0\x0b\x3b\x9f\xbb\x97\x09\x20\xf6\x11\x9b\x0e\x93\x1b\x40\xf6\xc5\x0b\x3b\x0f\xe6\x01\x54\x1d\x65\x5d\x3d\x68\x01\xd0\x88\xbe\x58\xc3\x9c\x0d\xd0\x29\xc3\xc9\x7f\x96\x1b\xe0\x81\x3c\xff\x0e\x9e\x07\x00\xcf\xe6\x44\x26\x65\x9a\x91\xf7\x43\x5d\xd2\x33\x86\x9b\x28\x8f\x86\x55\x94\x3e\x79\xd9\x12\x5a\x9e\xca\x68\xa5\x64\xd6\x2c\xf4\xdc\x1f\x36\xaf\x69\x62\x1f\x1e\xbe\xd1\xee\x5b\xd7\x7b\xad\x35\xb9\xb0\x23\x53\x6d\xa8\xbf\xb4\x35\xeb\x62\xe7\x87\x37\x7a\x99\xea\x19\x6f\xdf\xf0\xbd\x3c\x99\xa4\x9f\x36\xf4\x79\xd7\x13\x93\x58\xc6\x14\xe9\x71\xcf\x9e\xb6\x08\x99\x94\x92\xa9\x7d\x1d\xf5\xa1\xcf\x92\xe8\x67\x26\x6f\x59\x87\x54\xc7\x75\xcc\xcd\x35\xea\x04\x39\xc7\x56\xfd\x18\xae\xdd\xee\xbf\x12\x7b\x69\x31\xab\xf2\xaa\x6f\x52\x2c\x7e\xe9\x65\xa9\x3e\xad\x0f\xc7\x9b\x29\xea\xcc\xaa\x76\xf6\x88\xd7\x8b\x88\x25\x8c\x6a\x46\x89\x27\x6f\xc4\x03\xec\x99\x94\x7e\xf7\x97\xe1\xde\xb8\x83\x09\x47\xdc\xbe\x86\xe5\xe0\x5a\x62\x66\x00\x54\xf4\x2e\x63\x76\xef\xfd\x95\xff\x3b\xa9\x71\xd4\xee\x15\x02\x08\x3e\xc6\x5a\xc3\xc8\x02\x90\xc2\x7c\xd6\x9b\x31\x06\xa0\x70\x81\x65\x13\x43\x12\x40\xdd\x5f\xa7\x82\x19\xdd\x01\x3a\xce\x9c\xbd\x73\xe0\x3e\xc0\x03\x73\x8e\x10\x96\xcf\x00\x83\x77\xb8\xa6\x2e\x6e\x06\x78\xe7\x22\xf8\x5c\xbc\x19\x24\xbf\x0e\x4a\xec\xd2\xaa\xa4\x8c\x8c\xeb\xcb\x07\x7a\x9e\x21\x4c\x7c\x7b\x85\xbe\x9a\x2e\xf8\x25\xe3\xb5\xb8\xb1\x68\x6d\x7b\x6f\xe0\x23\x92\x7b\x53\xd7\xfe\x2a\xb9\x0e\xa3\x04\xb5\xa7\x35\x69\xa2\xad\x9a\xad\x1b\x46\xac\x22\x39\x1b\x39\xde\xe9\x0d\xf1\x86\x5e\xad\x36\xfd\xba\xf5\x11\x7d\x50\x5a\x19\xfb\x44\xea\x7d\x13\x7f\xbe\x22\xcd\xe9\xca\xf6\x4d\xbe\x2c\xf9\x43\x73\xfb\x9b\xb9\x7d\xb2\xb2\x13\xe7\xbf\xd7\xbb\x79\x6f\xce\x4a\x5d\xc8\xbb\xe6\x73\xc5\x2d\x7d\xc7\x12\x7d\xf9\x5b\x8f\x1f\xa9\xc3\xcb\xcb\x85\x27\x3d\x9e\x26\x53\x56\xa2\xf2\x96\xdd\x6e\x25\x3d\x5a\x25\x67\x8e\xbb\xaa\x25\xef\xc1\x54\xa6\xfd\x70\x99\x89\xff\x86\xcd\x48\xca\x72\x1e\x88\x3b\x8f\xf3\x8d\xdb\xe5\xb4\x1c\x77\x1a\xf7\x26\x66\x33\x80\x6a\xc8\xc5\x68\xfa\x60\x00\xf3\xd5\xf3\xa2\xf4\xd3\x00\x1e\x21\xac\x16\xbb\x4f\x00\x44\x88\x9c\x96\xa5\x5f\x01\xc8\xca\x64\xd6\xa1\xdf\x07\x50\xd9\xf6\xf3\x3d\x26\xad\x1f\xe5\x61\x11\xdd\xe8\x3f\x79\xc7\x2d\x96\x50\xc6\x76\x80\xcf\x3c\xec\xb1\x2c\xc1\x00\xb3\xae\xbc\x96\xbc\x4f\xa1\x07\x7b\x42\xe4\x1e\x8a\x48\xb5\x21\x99\x49\xd7\x39\xa5\xcf\x7f\xc0\x5e\x57\x1e\x49\x50\x19\xae\x9d\x67\xd0\x77\xae\xd8\x70\xeb\xf9\xb7\x54\x27\xce\xb6\x8d\xd9\x2a\xaf\x23\x23\x9f\x3f\xb8\x1c\xf1\xfa\xe5\xab\x1b\xf4\x4f\xcf\x7b\xb9\xbd\xb0\xf9\x30\xfb\xec\xb4\x57\x6a\xd7\x85\xb1\xcd\x7d\x62\x1e\x5f\x5a\x32\x26\x5f\x75\x58\x7a\xe8\xd7\xcf\xcd\x04\xdd\xaa\x72\xf7\xbc\x36\x32\x37\xd2\x30\xe7\xfa\xa1\x4a\xf4\xc7\xc0\xf5\x80\x75\x0f\x48\x7e\x91\xc6\xd2\x64\x49\x8e\x8b\x75\x1e\x7a\xe5\x68\x81\xb4\x93\x7e\xee\xe0\xaa\xf3\x55\xbc\xe3\x8f\xab\xbd\x18\x8b\xf4\x49\x47\xb7\xac\xdd\xd8\xcd\x29\x64\x07\xba\x4c\x49\xec\x74\x42\xbd\x3d\xa4\xf5\xe3\x9c\xe2\x0e\xda\xf5\xa4\x8a\xe3\x65\x23\x03\x01\xb4\xfe\x62\x77\xa6\xdf\x01\x60\x73\x81\xad\x9a\x81\x1d\xc0\x47\x92\xe5\xce\x4e\x59\x80\xb8\xc3\x3f\xd7\x9b\x6f\x4f\xf7\x9b\x07\xe1\xcf\x3e\x88\xb1\xb5\xeb\xb2\x24\xc8\x32\xbd\x27\x19\x00\x66\x2f\x5f\x62\x93\x81\x55\x2a\x56\xe4\x2f\x25\xe7\xf9\xc7\xa4\x67\x32\x95\x0e\x72\x6f\x00\x1f\xa8\xf2\x3d\x7c\xaa\x7b\xeb\xea\x31\x03\x42\x1e\xba\xba\x66\x41\xd8\x51\xa5\x6e\x38\x91\x7e\xba\x24\x64\xa6\x63\x29\xc0\xee\xfb\x44\x95\x65\xf7\x79\x87\xd6\xb1\xc1\x77\x0d\xfd\xb6\xb6\x01\xef\xc4\x27\xee\x76\xa9\xd9\x09\x3e\x79\x3c\x1d\xd9\xfa\xc1\xee\xd5\x7d\xdc\x9c\x48\x63\x91\x9d\xdb\x1d\xec\x0f\xf9\x5a\x01\x7b\xdf\xa6\xe9\xc5\xcd\x55\xe2\x76\x84\x1b\x9b\x97\xec\x4b\xfb\xec\xce\xd4\x64\xac\xec\xcf\x1f\xb4\x0d\xac\x5a\x58\x3d\x91\xdd\x47\xeb\x81\xb1\x65\x29\x3e\x82\x65\x4c\x71\xb5\xb9\x56\xa8\x8a\x6d\x4c\x0c\xb0\x5e\xcc\xc3\xe3\x42\x63\xcd\xac\xea\x73\x0d\xf1\xa6\x11\x05\x96\x63\x79\x9b\xf1\xb9\xe1\xf2\x00\x06\x23\xac\x8a\x3b\x73\x01\x9c\x4a\xcf\x65\xd0\x57\x00\x04\x07\xd2\xb5\xfe\xbd\xae\x34\x97\x9f\xeb\xa3\xf9\xef\xd7\x3d\x08\x5c\xbf\xe7\xdf\xbf\x7a\x41\x4e\x3a\xee\x98\x80\x30\x80\xcb\x84\x0b\xfe\xf3\x97\x10\x76\xe1\x32\xf9\xa5\xf7\xb7\xc9\x2b\x32\xf5\xe6\xc1\x0f\x6f\x13\xa8\xaa\x35\xfe\x8d\xcd\x87\xb1\xf5\x46\xc1\x29\x81\x79\xab\xcb\xb7\x9d\xd0\xa5\x59\x91\xc6\x0b\x9b\x82\xf6\xdd\x40\xf9\x7c\x9e\xf7\xcd\xdf\xda\xac\x69\x5f\x32\x9b\xd8\xd7\xd0\xba\xcb\x34\x6a\x26\x62\xea\x65\x1b\x83\xf1\xd0\xc4\xd8\xec\xa3\x46\x26\xd3\xa0\xd1\x93\x3f\xb6\x5d\xcf\x36\xf3\x78\xb2\xbc\xb8\xb3\x82\x60\x9e\xdc\xcb\xb5\xa4\x55\xba\xdf\x5c\xeb\xae\xd3\xca\xde\x3c\x8a\xf9\xe3\xd6\x92\xd5\x3d\xd9\x4a\xe6\x2e\x37\xd1\xab\x90\xe1\x61\x7e\xa3\xbe\x1f\x43\x49\x61\x37\xfb\x5a\xcb\x80\x5d\x8a\xcf\x31\xd7\xad\xe6\xc1\x39\xc5\xca\x9b\x97\x57\xec\xc2\xbd\x8d\x3e\x66\x76\xbf\x2c\x1f\x1f\x16\x7e\xc5\xcc\xbf\x78\x8e\xb0\x3b\x44\x08\xc0\xcc\xfc\xd4\xf3\xed\x61\x00\x5e\x86\xc7\xcd\xb7\xba\xfd\xca\x7d\xff\xf4\x61\xfc\xc9\x81\xcc\xdb\xfe\x3b\xff\x46\xf2\x00\x98\x15\x77\x05\xcf\xbf\x05\x02\x67\xeb\xf9\xf4\x0f\xae\x88\xa0\x48\x8b\xfc\x87\x27\xe9\x94\x72\xd9\x34\xc3\x97\xb7\x47\x49\x57\x55\x29\xae\xd8\x2a\x4e\xfc\x27\xa3\xe5\x48\x96\xf4\x2c\x2c\x9d\xc3\xb7\x4c\xf6\xe0\xd1\x15\x21\xff\xc0\x12\x59\x2f\xf6\x65\x87\xf4\xe1\xf2\x7d\xf6\x45\x8b\xab\x4d\xb6\xd5\x92\x26\xd1\x0b\xd2\x6f\x3b\xae\x7f\xa6\xf9\x2f\x74\xc7\x67\xbe\x2e\xca\x96\x05\xe8\xc9\x7d\xc9\x5e\xa6\x2f\x78\x6e\xf0\x72\xc4\x62\xf9\x4e\xfe\x1e\x43\xb7\x27\x6e\x2b\x53\x57\x5f\x18\x62\xfa\x1a\x56\xc7\xd3\x29\x86\x42\xf7\x77\x62\xf9\x92\x4e\x18\x50\x3b\xae\xe1\x8e\xc4\xbe\x33\x52\xbf\x35\x8f\x33\x8b\xe9\x37\x1a\x6a\x7a\x8f\x7b\x1e\x55\x6d\x7c\xa1\x3e\x10\x6f\x10\xfe\xdc\x70\xa6\xee\x0c\x81\x39\x58\xc0\x50\xad\xc6\x80\x30\xe0\x7f\x11\xc0\xaa\x71\xbb\xef\xdf\xeb\xa1\xf9\x30\xd2\x34\x7f\xce\x72\xf2\xcf\x79\x87\xfc\x3b\x0f\x34\x11\xff\x73\xfe\x7c\xdf\x4f\x3d\x0f\x40\xd7\x41\x47\xf7\x63\x3b\x00\xf3\x21\x06\x83\x0f\xe3\x00\x97\xf4\xce\x0d\x3c\x9b\x45\x1a\x85\x97\x24\xdb\x3b\xc7\xa9\x66\xb2\x37\xb4\x22\xeb\x87\xc9\x91\xea\x1b\xed\xa6\xf3\x72\x88\x4d\xc6\x0a\xbe\x1d\xb1\x4f\xf0\xbd\xf6\xd8\xa8\x1f\x7e\x7b\xb1\xbd\xbe\xda\xa9\x38\x77\x69\xec\xf6\x84\x3d\x99\x7a\xb6\xd1\x98\x8d\x55\xca\x39\x52\x26\xcb\x2b\xdf\x7b\xbf\xe4\x17\xe9\x60\x97\xc7\xbe\xbf\x2d\xac\xd3\xf4\x5d\x79\xbd\xdc\x94\xcb\xae\xa1\xb3\xe2\xb6\xf2\x38\xb3\x5b\x73\x71\xe2\xc3\x6a\x71\xfa\x01\x2d\xe7\x0f\x2f\x31\x2d\x49\x5d\xda\xbd\x23\xcb\x58\xde\x84\xaf\x3a\x92\xcf\x8e\x63\x89\xb1\x1e\xda\x85\x8f\x22\xf0\x5b\x22\xb6\xea\x4c\x75\xff\xc0\x2b\x87\x2d\xea\xe2\x3b\x23\xf0\x36\x61\x05\x3a\xa2\x77\x56\x09\xe9\xfe\xa9\xba\x02\xb7\x5e\x11\x9e\xfb\x69\xeb\xa6\x37\xbf\x23\x6e\xf7\x99\x03\x70\xfc\x4a\x67\xf0\xf7\xba\x22\xe7\x7e\xbf\x0f\xd6\xfb\x30\xfe\x6f\x0e\x64\x2d\xef\x9c\xcb\x5f\xcb\x3f\xdf\x03\x9c\xb4\x62\xf0\x7b\x91\x00\x70\x31\xe5\x4c\xe0\x7d\x4d\xd8\x28\xfc\x40\x74\x2b\xcd\x03\x51\x36\x4d\xb1\x56\x0f\x33\xe7\x4e\x5f\x26\x61\x8c\x5a\x5c\xc5\x43\x17\x89\x1e\xf6\xb1\x01\xca\x7f\xf2\x0f\x36\xdb\x70\x5f\x0b\xce\xc7\xd7\x98\xc8\xe3\xb4\x5a\x14\x13\x73\x75\xf7\x61\x55\x87\xbf\xa7\x6e\x53\x37\xc4\x7c\x5f\xfc\x94\x7a\xfa\x4f\xfe\x01\x3d\xf8\xa3\x03\x27\x1f\x99\xa6\x2a\x36\x1e\x80\x3f\x13\xea\x43\xe3\x1e\xd4\x2f\x8d\x0c\xe0\x97\x03\x3f\xa8\x5f\x7a\xd1\x48\x70\xf4\x67\xd3\xa0\x7f\x1c\x4d\xb8\xea\xe7\xa4\xde\xdd\xbf\x44\x14\xbd\x62\xa0\x21\xdc\xfd\x84\x18\xe8\x39\xae\xc1\xd7\x59\x41\x5c\x70\xfb\x0e\xe0\x33\x42\xf7\x9b\x17\xe5\x4f\x0e\x84\xb6\x0f\x96\xdd\xe8\xfe\x8f\xef\xbf\xdf\x93\xd6\xf8\x87\x84\x35\x0f\x84\x17\x00\x67\xe1\xb9\xb8\x96\x48\x40\x09\x7b\x09\x98\x57\xb5\x23\x7a\x72\xb6\x8a\x7c\x39\x2f\xa9\x8a\xea\x9b\x75\xf1\xf1\x31\x64\xac\x51\xa5\x4d\x61\xe0\x11\x12\xd8\x90\x5c\xbd\xd7\xf9\x07\x4b\xe2\xfb\xd0\x06\xdf\x94\x75\xfe\xe1\x23\x21\xf0\x9a\x62\xe8\x7d\x9d\x55\x82\x51\xd7\xb7\x50\x3d\xf5\x11\x7c\xc1\x5b\xef\x08\x39\x15\x15\x7c\xe4\xea\x54\xf8\x01\xd4\x39\xc2\x76\x3c\x77\x70\x8f\x72\x36\xc1\x06\x9f\x19\x18\xa9\x1c\x84\xd1\xc4\xe3\xfd\x9d\x51\x69\xd3\x47\x08\xea\x7e\xf4\x28\x81\xb1\xcf\x04\xdc\x95\x73\xa8\x17\x1f\x8e\x13\xb5\x3d\x2f\xa0\x46\x5f\xff\x45\x7c\xe3\x3a\xad\xe2\x3d\x74\x9f\xb8\xe8\x1a\x8c\xd6\x7b\xca\x49\xda\xed\xb2\x8c\xde\x34\xc0\x4b\xf2\x72\x3a\xf9\xcb\x8b\x52\xb0\xf0\x3b\x07\xf2\xe2\xff\xfc\xfe\x9d\x96\x7b\xfd\xe9\x81\xe8\x35\x00\x60\x5e\xde\xf3\xa4\xf5\x33\x00\x67\xed\x99\x86\x1a\x71\xf0\x13\xc6\xf1\x9a\x14\xc4\x23\xf7\xe4\x6c\xa4\xa3\x68\x3d\x18\xe1\xee\x94\x71\x43\xaa\xb1\xaa\xb7\x1a\x85\xc9\x3a\xcb\xfa\x85\x73\x02\x19\xed\xfa\xd5\x69\xce\xce\x96\xbc\x21\x30\xcb\x35\xdb\xfc\x1b\xa9\x37\x89\xdf\xdd\xc3\xc8\x8d\xa4\x52\x34\xee\x15\xa9\xb3\x42\xda\xda\x14\x78\xa5\x46\xbd\x8a\x58\xf3\xe8\xa4\xcf\x5f\x68\x7e\xa2\xe2\x87\xbd\xbe\xb6\xca\x8c\x04\x0c\x26\xc8\xef\xc0\x9a\xf7\xa1\x58\xc1\x90\xa4\x44\xcc\x72\x75\x58\xf7\x3e\x84\xad\x46\x92\x8c\x1c\x18\xd7\xfb\x2e\xea\xc6\x86\x48\x0d\x76\x91\x8a\x9f\x3f\x94\x92\x8a\xed\xbd\x15\x1f\x8f\x0e\x90\x08\x36\x53\x8a\x53\x2f\x87\xc9\x27\xad\x5f\xfe\x3a\x0f\x6a\xc3\x7e\x3f\x0f\xbf\x28\xac\xe5\xdf\xaf\xe8\xfe\xdd\x87\x42\xfd\xdd\x03\x71\xaf\xfa\x97\x07\xe0\x14\x9a\x11\x7b\x7d\x16\x80\x53\x8c\xe5\x7e\x21\x05\x5e\x0a\x96\x73\x44\xa6\x7f\x82\xcb\xb2\x6c\x22\x3b\xe3\x36\x22\x22\xea\x27\x51\x0a\x81\x06\xd4\x52\x83\x18\xad\x76\x77\x4e\xca\x13\xab\x7a\x13\x07\x7b\x4e\x4a\x92\xb3\xa0\xf9\x76\x6b\x1f\x0a\x9b\x6f\x9f\x35\xbf\xa9\x3d\xe5\x7c\x34\xda\xfa\x9c\xa1\x1a\x39\xf3\xaa\xb7\x83\x90\xce\x24\x59\xa2\x8a\xcf\xc9\x53\x43\x89\x4c\xdf\xe6\xe7\xcc\xa9\x52\x44\x66\x1e\x08\x72\xf4\x51\xbe\x48\x8a\xf9\x64\xe9\x7a\x40\xe1\x1a\x29\x62\x59\xc1\xe5\xb8\xfc\x36\x12\x81\xa4\xe6\xb0\x53\x6e\x1b\xf9\x0a\x69\xc4\x66\xc3\x3a\xff\xb0\x89\xac\x45\x1e\x30\x9e\x93\xb9\xb0\xca\x47\x1e\x33\x56\x95\xa9\x9a\xed\x24\x2f\x1b\xb3\xca\xe0\x26\x72\x29\x3b\x8d\xa2\x64\xf3\x3e\xdf\xa4\xec\x36\x6a\xfa\xc5\x07\xde\xdd\xfb\xfb\x3e\xc0\x59\xfe\x73\x0e\x9a\xad\xf9\x70\xd6\xee\x83\x97\x6b\x3c\x48\xcf\x9b\xb5\xfc\xfb\xf9\x5a\x0f\xc4\x15\x80\x0d\x47\xe9\xe8\x4a\x07\x01\xb8\xe9\x4f\x3f\xcc\x8a\x84\x45\xc1\xfa\xf3\x3d\x09\x47\xc1\x5b\xc6\x9c\x6f\x34\xe4\x31\xb2\x8a\x76\x93\xdc\xe1\xbd\x11\x11\xd3\xdf\x80\xf2\x72\xa4\x50\x1b\xcd\x27\x35\x87\x6d\xcd\xa8\x27\x1d\x9c\x0c\x6a\x2d\xf4\xa9\xac\x5e\x6e\x06\x55\xc6\x75\xd4\x3d\xa1\x1b\x0d\xbb\xf4\x8b\x28\x4d\xc9\x55\xa6\x39\xda\x4e\x94\xb4\xfc\x56\xb3\x80\xff\xf0\x0f\xcc\xe4\x6f\x8f\x7b\xad\xea\xe4\x3f\x91\xf1\x1f\x8e\x58\x7c\x91\x33\x23\xdf\xfd\x71\xda\x8a\x59\x66\x89\xbc\x4a\x36\x30\xaf\xfa\x4f\xdf\x03\x8d\x7b\x10\x24\xcb\x53\xc6\x34\x1d\x25\xd9\x57\x6f\x51\x70\x1a\x7d\x12\x9f\x7f\x7c\xa2\x9e\x52\x3f\xf0\xeb\xb9\xf8\xcc\x6a\xed\x79\xf8\xb3\x1f\x6b\xad\xef\x62\x46\xfd\xf7\xfc\xfb\xc1\x5a\xef\xc3\xad\x90\xdf\xf3\x6f\x5a\x0f\x44\xf6\x49\x80\x4b\xc8\x71\x95\xe4\x8d\xb0\x2a\xac\x76\x3e\x3c\x9c\x0a\xf9\x32\x18\xee\x87\x7e\x1e\x20\xa7\xc2\x2a\xbc\xd9\x6d\x13\xd2\xaa\x1b\x2e\x7b\xda\x56\x0d\x31\x34\xc1\x2b\x39\x5a\xca\x52\x71\xb6\x47\xd5\x0e\x99\x31\x50\xeb\x3d\xa4\xb4\x94\xd7\x7b\x1f\xfa\xa9\x5e\xd1\xc9\xba\xe7\x34\xad\xa8\x6e\x59\x02\xba\x74\xea\x4a\xd4\xc3\x25\xf7\x0c\x02\x68\xfc\x83\xb2\x00\xe5\x59\x87\xbf\x91\x85\xc2\x7d\x4a\xcd\x40\xa6\xf1\x41\xd9\x3e\x4a\xc7\x3b\x1e\x43\x37\x19\x11\x4a\xf5\x4c\xa8\x61\xb2\xd4\x43\xca\x27\xc2\x79\xbd\x15\x49\x7b\xaa\x06\x65\x50\xeb\xec\x7f\x72\xff\x35\xee\x41\xd4\x97\x72\x06\xd9\x2e\x57\x0c\xd0\x5d\xf6\x73\xfd\x5f\x6d\xff\x7d\x0e\x2c\xac\xf1\x1f\xef\x0a\xd6\xf2\xef\xb5\x7d\xd0\x2e\xf7\x7b\xfe\x9d\xb7\xc6\x4d\x65\xeb\x02\xb0\x08\x30\x1c\x4f\xf1\x07\xe0\x48\x39\x34\x15\xbd\x08\x20\x5c\xc7\x1a\x14\xa8\x05\xef\xa4\x9e\x71\xd4\x79\xb4\x40\x28\xaa\x98\x4f\xd1\x81\x13\xb8\xb4\xa2\x44\x34\xad\x6a\x90\x41\xc3\x9b\xd2\x1b\xcc\x6c\x90\x68\x8b\x19\xf9\xfb\xc6\xda\x88\xa1\x53\x9f\xd2\xa0\xc1\x6e\x44\xf1\x8a\x3f\xea\x90\xee\x69\x84\x29\xd4\x46\xf5\x9c\xe6\x43\x64\x63\xbc\x8a\xea\x82\x9a\x0d\xf5\xed\xd5\x05\xf5\x81\x75\xfe\xc1\x92\x5a\x7d\x83\xa4\xc9\x2f\xff\x8e\x9a\xd6\x61\xa6\x59\x28\xfb\x9a\x6a\x3b\x60\xac\xf5\x51\x8a\x4a\x2d\x78\x7d\x49\xfd\xa9\x54\x21\x55\x6e\x62\x54\xfb\xa0\xc4\x32\x35\x66\x05\xa5\x3e\xb7\xc6\x7f\x4c\x88\xf9\x22\x02\xd4\x07\x8a\xfd\xb4\x9c\x5b\xa4\x14\x69\x44\xe4\xa5\xef\x00\xbc\xfe\xf8\x73\xfd\x44\xbb\xbf\x27\xe6\xfa\xef\xe7\xe0\x3a\x07\xb4\xd6\x07\x53\xfb\x63\x8d\xff\x58\xfb\x7b\xee\x28\xc0\xd1\x33\x5b\x23\x23\xce\x00\xd0\xdd\xa1\xa3\x8b\xfe\x0a\xc0\x21\x76\x60\x32\x78\x3f\x80\xc0\x1d\x66\xe2\x15\x6b\x00\x49\x3e\xd6\xbb\x2e\x5e\x30\xac\xa0\x7b\x51\xdb\xb6\x07\x6c\x35\x32\xf9\x29\xe6\x49\xb0\xc9\xa0\x4b\x9c\xdb\xc8\x0b\x99\xb2\x48\x91\xf4\x36\x18\x41\x3e\xd9\x1e\x97\x72\xd6\x93\x44\x6e\xba\x6f\x93\xad\xd7\x72\x46\x5a\xfc\x4f\xc8\x76\x6b\x3c\x41\xdc\x22\x0d\x14\xc7\xd1\x01\x48\x72\x52\x9b\x3c\x15\xa5\x85\xd8\x66\x8f\x29\xfd\xa5\xa4\x87\x70\x94\xf7\xa0\x1e\xcb\x9f\x40\xf8\x1a\xce\x28\xf7\xca\x9a\x23\xf4\x77\x56\x54\x74\xa4\x19\x10\xfa\x87\x4e\xa8\x47\x92\xd5\xc8\xce\xc1\x39\x94\xbb\x78\x27\x72\xe6\x23\x49\xe9\xae\x58\x3a\x22\x34\x13\xab\xe8\x27\xd6\x81\x9c\x24\x9a\x2a\x0d\xd3\xae\x83\xb0\x11\x42\x40\xb2\xc4\xfb\x69\x3c\xd8\x7a\x1f\x4c\xc9\xff\xcd\x01\x35\xac\xfd\xbf\x97\xd6\xfd\x9c\x99\x6b\xfd\x28\x31\xa7\x7f\x4e\xbf\x40\x80\xbf\x7f\x8f\x07\xda\x00\x9c\x13\xd8\x9d\x7e\x25\x11\x80\x27\xe8\x08\x8b\xdb\x1c\x80\x44\xe7\x59\x1b\xfb\x53\x30\x2b\x4f\xbd\x60\x60\xd9\x07\x95\x6a\x47\xb8\x74\x8c\xbf\x81\xac\x3e\x83\x10\x27\x8d\x7f\xd0\x5d\x84\xb3\xd6\xa3\xa2\xb2\x5a\x6e\xc0\xe3\x64\x2b\x92\xa3\x51\x02\x4c\x5e\xcd\xe2\xfc\x6a\x69\xc8\x62\x30\x9d\xe4\x4b\xb4\x3c\xd2\x1a\xaf\x2d\x1b\xad\xfc\x18\x69\x4c\xf7\x94\xed\x57\xe4\x45\x1a\xf3\x1e\xc8\x06\xcb\x95\x22\x2d\xe5\x01\x32\x53\xb2\x0a\x48\x50\xc3\x25\xf9\x56\x29\x7d\xa4\xac\x7d\x87\xec\x31\x49\x3c\x62\xda\xab\xa4\x90\x4c\xe3\x1f\xc4\x6e\x23\x4e\x6f\x5f\xca\x33\x88\x1a\x23\xe1\x93\x79\xb2\xd7\x45\x5c\x90\x9a\xc5\x8b\xd2\xc5\x22\x5a\xc8\x7d\x6a\x8b\xd4\x28\xed\x1c\xa0\xf1\x80\x23\x3d\xff\x83\x03\xf2\xfe\x39\xaf\xae\xf5\x45\xc5\x07\xfc\xce\xc1\x04\xdd\x03\x38\x61\xb5\x9d\xd1\x67\x03\xc0\xf9\x03\x8c\x6c\xae\x46\x00\x9c\x72\xfb\xc6\x1c\x4f\x03\x88\x7d\x60\xe1\xb3\xba\x0d\x20\xe7\x78\x2e\xdd\xec\x0c\xbc\x40\x33\x73\xac\xe8\x5b\x40\xb9\xd6\xb5\xcb\x37\x75\xde\x43\x9a\xde\x18\xb7\xbd\xf6\x10\xb8\x98\x5f\xe0\x47\x69\x0c\x80\xa7\x6d\x25\xbf\x8a\xda\x12\x68\xb8\x33\x0a\xb9\xa0\x03\x00\xed\x43\x12\x1a\x53\x71\x87\x43\x61\xaf\xc5\xa8\x4a\x39\x70\x22\x0e\x2d\x16\x28\x5f\x0b\xcc\xe9\x07\xc4\x0e\xc9\x51\x91\xb9\x7c\x13\xc9\x34\x59\x25\xe4\x49\x65\x9f\xb4\x86\x14\x17\x82\xad\x1b\x95\x10\x91\x94\x40\xde\xde\x4a\x91\xec\x15\xcf\x44\x9e\xdd\xaf\x93\x3a\x28\x16\x82\x3c\x7e\xa4\x29\x45\x27\xba\x1b\x19\x78\x75\x48\xf2\xa9\xf0\x27\xe4\xcd\x97\x20\x89\x1e\xe1\xa3\xc8\xdc\xb4\x85\x78\x19\xc0\x89\x15\xb9\xf6\x4d\x8b\xbf\x38\x08\x3e\x49\xe9\x1b\xbb\x7d\x00\xa4\xb7\x4b\x61\x0e\xac\x02\x28\xf7\x2a\x4a\x9d\x78\x0d\xa0\x99\x89\x92\x3d\x4b\x07\xa0\x7f\x45\xc5\xe5\xfc\x3e\x00\xb3\x27\x1a\x1a\xdc\x73\x00\x16\xad\xba\xf2\xc2\xdf\xe1\x93\xa5\x81\xb1\xa7\x6c\x17\x18\x5b\x5e\xb3\x52\x50\xfb\x82\x7c\xb0\xd2\x70\x9a\x37\xf8\x8c\x98\x9b\x57\xf9\x73\x5a\xb2\x50\x7b\x4d\xd8\xe3\xa5\x1c\x9f\x50\x37\x1b\x1d\xc9\x8e\xf1\x52\xa4\xe4\xe9\xb1\x56\x45\xfa\x6a\x93\x11\x6d\x85\x96\xd5\xa0\x74\x72\x9b\xc6\xfc\x3d\xcf\x90\x22\xb2\xb2\x9a\xf1\xd3\x89\xf0\x38\xf2\x06\x95\xa9\x77\xec\x91\x17\x49\xb7\x95\x23\xa6\xd1\x51\x65\xa4\x1b\x8a\x71\xd8\x7b\x51\x5a\xe4\x62\x79\x3c\xfe\x60\xd0\x7b\x72\x88\x3c\x0f\xbe\xdf\xef\xc3\x72\xbe\xfc\x14\xe1\x92\xef\xe6\xa9\xc3\x8a\x96\x04\x79\x5f\xd9\x4f\xb9\x4a\x19\x84\x42\xef\xb7\xa3\x4d\xca\x6f\x08\xcd\xde\x1f\x86\x38\x51\x8e\x44\x56\x2f\x91\xc7\xcd\x2a\x39\x44\x3d\x4f\xef\xfe\x6e\xf4\x04\x51\xd3\x93\x70\x3f\x5a\xf5\x28\xf1\x9d\x5b\xca\xdd\x67\xaa\x77\x48\x5b\x5c\x63\x00\x4e\x7d\x95\xd5\xdc\xd2\x08\xc0\xbe\x51\x0a\xb7\xe3\x1c\x80\xd0\x4d\xa9\xd3\x8c\xd9\x00\xd2\xd1\x52\x5f\x0f\x32\xfc\x8b\x83\xd0\x53\x38\x7a\x0a\x05\x60\xa4\x86\x42\x9f\xd7\x00\xb0\x32\x54\x63\xe1\x96\x06\xb0\x26\xea\xb0\x88\x24\xaf\xf7\xe5\x38\x5b\xa7\x5b\xf0\xaa\x3e\x43\x86\xad\x3d\x1c\x45\x0c\x0d\xd6\xfd\x28\x1a\x66\x10\xeb\xe8\xbe\x81\xd2\x69\xb2\x35\x4b\xdf\x47\x91\x72\x48\x9f\x50\x39\x13\xc4\x41\x2e\xd7\x89\x6a\x39\x19\xfa\x84\x7c\x54\xf3\x45\xb7\x57\x64\x26\x69\x50\x5d\xf3\xd9\xf1\x68\x23\x92\x2d\xfa\xec\x27\xe1\xd8\x54\xe2\x63\xe5\xa6\xc5\xf8\x04\xe2\xba\x07\x04\x51\xdc\x84\xe3\x0e\x1f\xc7\x05\x29\x64\xe2\x4f\x05\x51\xe7\x0e\x29\x7e\xc7\x7b\x05\x6d\xfd\x66\xad\x1c\x87\x8f\x0f\x52\x7d\x8f\x41\xa9\xe2\xc7\x02\x5a\x46\x98\x54\x7c\x08\x26\x7e\x16\x7f\xf6\xe1\x74\x3f\x55\xdb\x4b\x94\xf3\xaa\xec\x50\x55\x2f\x21\xda\x7b\x5d\xb8\xbd\x4d\xed\x35\x69\x93\xeb\x67\x00\x96\x06\x69\xfa\xcd\x3f\x00\x38\x16\x24\x0f\xee\x78\xf0\x6f\x0e\x42\x8a\x7c\xd0\xf0\xbf\x3d\x31\xa6\xad\x4a\x52\x6c\x7d\x00\xd6\xea\xaa\x77\xb9\xd5\x00\xec\xb5\x35\x8b\x84\x2f\xaf\xf7\xe5\x18\x39\xb0\x99\x0d\xab\xd7\x21\x25\x76\x81\x76\xbb\x4d\x76\x51\xc1\x46\xfa\xca\x39\xbb\x5d\xd4\x6d\x96\xf2\x51\x18\xaf\x7d\x14\x5f\x53\xba\x2c\x4d\x3f\x3c\xf9\x96\xa1\x69\xa5\x70\x68\xe3\x3a\x0f\x63\xa7\x2d\xd2\xfd\x21\x8e\x42\x32\x57\xaf\x7f\x71\x34\x2e\x82\x98\xac\x4a\xf7\xa5\x27\xd9\x82\xe8\xae\x3c\xb4\x5c\x9a\xcc\x4b\x44\x94\xf2\x30\xfd\xf1\x4a\xb4\xeb\xb1\xd8\xa7\x94\x81\x53\x8d\xe0\xa0\xf9\x50\xde\xdb\xa8\xe4\xe1\x59\x42\xe5\xd6\xfb\x70\x4e\xaa\xd9\xe1\x6f\x04\x8b\x3e\x34\x57\xbb\x4f\xe0\x0c\xf0\xa2\x71\x30\x9d\x69\xea\xa1\x44\xf6\x2b\xb5\xb7\x64\xb4\xb6\x13\x2f\x78\xab\x36\xed\xd4\x1c\x22\x0e\xbb\x2f\x03\x9c\xc9\x92\xfa\xb1\x95\x1f\x80\xeb\x95\x84\x1d\xfd\x5f\xbf\x38\x08\xd9\x18\x89\x4d\xfb\x9f\x03\xa8\x79\x4a\x6f\x3e\x9a\x05\x60\x70\x48\xee\xdd\xa9\x5b\x00\x96\x9b\x15\x84\xd8\x8e\x02\xd8\x2d\x28\x2f\x72\x06\x00\xb8\x30\x68\x32\x8a\x66\x02\xc1\x65\x58\xf7\xbc\x4c\x03\xa8\xb9\x84\x98\xea\x6a\x6e\x42\xfc\xec\x3b\xec\x52\xcd\x82\xd7\xfd\x28\xfd\x36\x4c\xe1\x2c\xde\xcf\xc8\x9f\xcd\xa3\x33\xff\x0a\x49\x26\x1f\x34\x4e\x2c\x9f\x88\x1a\x5d\xe7\x61\xde\x6a\x13\x7b\xd9\x93\x26\x89\xb1\x1a\xf7\x07\xc9\x29\xc6\xc4\xad\xaa\x9c\x63\x39\x69\x65\x84\x6c\x54\xe3\x4a\x4f\x46\x18\x8d\x87\xf9\x5f\x3e\x94\x75\x0e\xc6\x5f\xfd\x0b\x2e\x33\x32\x74\xbd\x0f\xe7\xbd\xe6\x41\x7c\x61\x88\xde\xdd\x27\x9a\x5f\x08\xe7\x02\x03\x69\x7d\x38\x34\x0e\xa6\xde\x4a\xe7\x1d\x71\x9f\x8f\x07\xc0\xe9\x41\x09\xb1\x2d\x79\x00\x3c\x83\xe2\xba\xf4\x4f\x01\xc4\x93\xc4\x87\x99\x9e\x03\x28\x92\xc5\xa7\x0e\x1e\x06\xd0\xfa\x22\x99\x74\x14\x03\x60\x3a\x2b\x3d\x79\x4a\x14\xc0\xa6\x58\x61\xe4\x42\x18\x80\xb3\x9f\xd2\xcd\xcb\xea\x00\x9e\x52\xaa\xcf\x84\x29\xeb\x5e\x10\x4b\xaf\x4d\x46\x97\x35\x0e\x20\x09\xae\x1d\xd6\xcc\xa6\xa4\x75\x3f\x8a\x87\x1d\x67\xa8\x86\xff\x16\xb2\xb9\x15\x4b\x9a\x45\xc4\x13\x52\x94\xa9\x7c\x39\x57\x3c\x6a\x9d\x87\xd9\xa9\xf3\xa6\x5f\x2d\xe3\x20\xa1\x41\x53\xee\xa5\x65\x66\x2e\x41\x56\xd5\x7b\x52\xfa\xea\x2e\xc2\x71\x15\xa3\x95\x03\x57\x35\x68\x3e\x94\xc5\x33\xa8\x09\x8c\x66\x92\xd4\x58\x01\xfa\x05\x66\x3c\x21\xee\xad\x9d\x5a\x30\xd6\x39\xae\xe6\xb9\x90\x66\x0c\x56\x3f\x7e\x7a\xe0\x93\xa6\x06\x4e\x39\x5a\xbd\xa7\x47\x2b\x07\xf7\x28\xf2\xc2\x7f\x38\x98\xb5\x3e\x1c\x1a\x07\x53\xfd\x5c\x7f\x13\x91\xce\xd7\x00\xe0\xcc\x09\xf1\xf3\x5b\x4a\x00\x04\x64\x44\xbf\xec\x96\x00\x10\x97\x10\x39\xc6\x58\x0f\xa0\x52\x24\x36\x75\x30\x06\x40\xa7\x5f\xe4\xcd\xa1\x67\x00\x16\xb2\x92\x0b\x2c\x42\x00\x8e\xe7\xe4\x9e\x5f\x90\x07\x70\xfd\xac\x90\x7c\xa9\x17\xc0\x3b\x03\xbd\x5b\xd8\x02\xc0\x9f\x4d\x6d\x51\xca\x05\x4c\x7c\xe9\x0d\x6a\x34\x6e\x23\xd6\x57\x58\x2d\x33\x2c\x52\xd7\xfd\x28\xdc\x0e\xc9\x41\xa2\x81\x0a\x64\x4e\xeb\x93\xa9\x66\x51\xa6\xa4\x63\x66\xfe\x65\x45\x49\x12\xc4\x13\x46\xc7\x5b\x9c\x32\x0c\x08\x9c\x7a\xd2\xfd\x31\x39\x0a\xf8\xfb\x9a\xcb\xa3\x62\xb9\xdf\xf1\x97\x54\xd3\xe7\x45\xf2\x07\xf0\x9d\x2a\x13\xcb\x49\x39\x41\xd8\x71\x15\xef\x15\xb7\xac\x5d\x34\x1f\xca\x87\x04\xf5\x1f\xab\xf5\x69\x9d\xc3\x35\x9a\x39\x18\x87\x94\x83\x4f\x08\x5a\x2c\x58\x93\x78\x12\xad\x0f\xa7\xd3\x48\xd7\x11\x77\x34\x96\xaf\xcd\x48\xcf\x1a\xd7\x10\x15\xd9\xe8\xad\x77\x07\xdf\x15\xf2\xbe\x8e\x59\xff\x1d\x7e\x29\xf8\x47\xcd\xbc\x7e\x28\xc1\x37\xa0\xa7\xe2\x80\x81\x0a\x71\xbb\xaf\x06\x00\x9b\x9d\xb8\xd4\x36\xdf\x5f\x1c\x04\xed\x3a\xa8\xd9\x8a\xf5\x1c\x52\x04\x30\xbc\x2e\x7a\xf0\x48\xcc\x7f\x7b\x62\xbc\x4a\xe5\x5c\x2f\xe9\x02\x04\x08\xa2\xa8\x22\x29\x00\x81\x65\xaa\x61\x92\xd5\x60\x12\x98\xa1\x37\xa4\xb9\x09\x49\xf4\xab\x32\x8b\x31\xcb\xa7\x32\x79\x56\x3b\x5a\x7a\x4c\x92\xaf\x3a\x77\x05\x1c\x09\xeb\x24\x15\xdb\xb6\x25\x1f\x8a\x1b\x22\x2a\x59\xee\x2b\xe9\x4a\xff\xb4\xce\xc3\xa0\xf5\xbd\x1e\x28\x14\x9e\xc1\x3d\xd1\xe2\x7f\xaf\x52\xf4\x88\xd6\x03\x83\x97\x40\x67\x2e\xbd\xcf\xbf\x3c\x37\xaa\x26\xb2\x7c\x3d\xe7\x07\xcd\x87\xf2\x3a\x5d\xf3\xfa\x6a\x4c\xfa\x6b\x9a\x0f\xa5\xef\xac\x6e\x1a\xa6\x24\x85\xa5\xeb\x92\x9e\x34\xd6\x39\xa1\x86\xc6\xc1\x34\xef\x31\xa4\xc7\x09\xc6\xea\xd7\x15\x18\xae\xe2\x5e\x44\x85\xd3\x38\x98\xf2\xa7\xc6\x3a\xf8\xfe\x50\xdf\x62\x16\x63\x3b\x42\x62\xc0\x67\x80\xf3\x38\x51\x89\x6d\xdf\x7e\x71\x10\xb2\x9c\x42\xa3\x7b\x7d\x01\x34\xba\x04\xa7\xf7\x7b\x01\x18\xdf\x15\x91\x3d\x12\x0c\x60\x17\x24\x1a\x7b\xf2\x3c\x80\xeb\x73\xa9\xbd\xe7\x1e\x00\xf8\x31\xc9\x3e\xe7\xac\x06\x08\xbe\xa8\x38\x2c\x28\x09\x10\xd1\x84\xde\x21\xfd\x08\xa2\x22\x4c\xb5\x6e\xa9\x59\x20\x49\xc1\xd3\x26\x17\xcd\xba\xa9\x5b\x7d\x05\xed\x35\x3c\xcb\xc8\xe2\xee\xae\xde\x7f\x45\x3a\x12\x97\x1c\xca\x12\xae\x26\xdf\x27\x18\x58\x73\x97\x58\xe6\x54\xe1\xbd\x4d\xcd\x6f\x7e\x2a\xdc\x8b\x4b\x35\x38\xfb\xb0\xb1\x64\x0a\x6b\xa8\xcd\xf5\x29\xb6\x32\x1a\x9b\xa0\xf6\x63\xc1\xb5\xfc\x31\x8d\x0b\x9a\xc8\xd5\x64\x59\xf2\x28\x62\xa0\xf9\x50\x9e\x7a\xeb\x8e\xad\x04\x64\x13\xfb\xfb\xf4\xad\x57\x96\xaf\x86\x75\xae\x1a\x18\x63\x0e\xa5\x91\xdb\x77\x1b\x34\x62\xb9\x92\xb8\x1b\x3b\x8d\x4c\xb0\xf7\xe3\xc7\xeb\x62\x8c\x6d\x70\x3b\xe3\x0a\xab\x46\x4c\x1a\x70\x31\x31\x66\xa5\x7e\xa6\xc7\xf1\xc6\xe1\x54\x1a\x07\x93\xe7\x6d\xda\x45\x30\x0a\x42\x03\x70\xb2\x0b\xf7\xef\x58\x02\x10\x3a\x23\xb4\x7f\xb7\x1e\x80\x7c\x8d\xd0\x86\xbd\xb9\x00\x9a\x39\xfc\x8f\xf6\x5d\x06\x30\x4f\x14\x42\x8e\x64\x02\x38\x24\x08\x4d\x1f\x57\x01\xb8\x32\x23\xaa\x77\xba\x05\x20\x68\x49\xca\xf2\xa2\x00\x40\x24\xbb\x1c\x4e\x60\x23\x40\x9c\xb0\xf2\xa0\xb4\x12\x24\xc7\xe9\x6a\xb0\xa9\x7e\x44\xd2\xa2\xb2\x0d\x15\xcc\x7a\xa8\xdb\x43\xce\x58\x93\x3d\x5f\xac\xfb\x51\x5c\x9c\xd9\x63\x47\xd3\x2f\xe3\x6f\xda\xfa\x16\x6d\x2c\xb0\xc0\x29\x99\x61\x5b\xa6\xca\xe9\xb0\xfe\x86\xc7\x07\xb2\x2a\xa9\x18\x7b\x6d\xe1\x6f\x55\x35\x1e\x18\x6b\x8d\xd0\xf9\xe7\xd7\x16\xe7\xf5\x35\x1e\x2f\x74\x97\x9b\x7c\x38\xaf\x13\xb1\x98\x5b\xda\x4c\xf3\xa1\x3c\xb8\x6c\x78\x7c\x39\xb4\x40\xac\x73\xc8\xa8\x6f\xc5\x25\xf7\x44\xbb\x9d\x31\x7a\xd5\x2e\xcb\xbc\x29\xda\x24\x1f\xc3\x9f\xce\x57\x6b\x68\x9a\x8c\x65\x4c\x4e\xaf\xf4\x35\x2b\xc4\x3e\x4a\x30\x2a\x7d\x6d\x7e\x08\x87\x8e\x7d\x59\x74\xd1\x7c\x37\x7e\x6f\xe4\x50\xae\xbb\xc5\x71\x7c\x78\x78\x52\x96\xbe\x85\x33\xe1\x74\xf0\x14\xc0\xe5\x4f\xc2\x5a\x3b\x4b\x01\x44\x14\x05\x55\x77\x7b\x00\xa0\x0e\x0a\x1c\xd9\x1b\x03\xa0\xa7\xc3\xf7\x7e\x5f\x27\x80\x65\xbe\x40\xe3\x61\x1e\x00\x97\x8f\x02\x81\xc7\x14\x01\x7c\x4f\x09\x8b\x9e\x3a\x04\x10\x46\x92\x38\xcb\x3e\x01\x10\x1f\x22\xd5\xcd\x13\x04\x90\x28\xaa\x7c\x40\xfa\x0d\x84\xa7\x6c\x56\xcb\x56\x1b\x43\x82\x12\x6d\xf5\xb7\x98\x23\x14\x62\xa4\xb3\xe5\x4b\xaf\x02\xd2\xb0\xbf\x93\xdb\x91\x18\x1c\x21\xca\x3d\x3f\x72\x7b\xf6\x08\xee\x9d\xfd\x6a\xfe\x42\xc9\x17\xac\xb1\x45\x50\x4b\x7b\x35\x1a\xb3\xd1\xf0\xe1\xb3\x9b\x75\xfb\x56\x16\x75\x1c\xc7\xb5\x1b\x84\x68\x3c\xcc\x57\xd0\x79\xfd\x23\xbb\x7a\x84\xe6\x43\x79\x88\x35\xaa\x5d\x6c\x2f\x4b\xfc\xd3\x87\xd2\xa8\x63\xce\xb3\xf2\x2c\xc7\xe4\xfa\x61\x8b\xdd\xab\xa3\x99\x8a\xe5\xa3\x96\xd7\x31\x4e\xe9\x74\xc5\x93\x56\xdb\xb1\xe7\x92\xef\xe7\x79\x5b\xd5\xe3\xe8\xe3\x03\x73\x5c\xad\x78\x70\x1d\xd1\x94\x8c\x2c\xab\x5a\x7c\x58\xf8\x50\x5a\x88\xd5\x1b\xfc\xab\xd0\x25\x00\xae\xa3\x82\x0a\x3b\xcd\x7f\xe5\xff\x68\x75\xde\x77\x8c\x15\x00\x06\x11\x3c\x8f\x99\x1e\x02\xd8\x0a\xf2\x75\x1f\x4a\xfc\x6f\x4f\x4c\xf4\x47\x11\x36\x36\xdb\x5f\x3d\x31\x99\xa7\xe5\x66\x25\x2a\xa0\x3a\xeb\xa2\x8a\x00\x7a\x1f\x92\x93\x29\xa3\xed\x62\xe6\x4d\xdd\x95\x6c\x68\x2a\xe0\xf9\x95\x64\x19\xda\xea\x72\x3e\xc1\x04\xff\xdc\x9b\x2f\x78\x7b\xfe\x07\xec\x84\x33\x57\x8e\x7f\x65\xca\x3a\x0f\x93\x6b\x9c\xff\x2c\xad\x29\x9c\xd6\x8b\x33\xcd\xa4\xdb\x38\xeb\xd8\x68\x3e\xfa\xd4\xb0\x66\xae\xbf\xfe\xfe\x23\x8c\xa9\xee\x8f\x6d\xd7\xf1\xeb\x3e\x94\x3a\x0b\x8d\x25\xde\xd2\xe1\x1b\xe5\x56\x71\x4b\x73\xc5\x8d\x35\xaf\xac\x2e\xac\x24\xe4\xde\x2b\x3f\x69\xed\xb1\x1a\x79\x75\x4b\xd1\x19\x1b\x11\x8c\x66\x7a\x53\x6e\xa4\xcd\x7b\xec\x89\x94\x4b\x99\x23\x76\x62\xd8\xb0\xa4\xb0\x34\x92\xdd\x6e\x9c\x64\xdc\x40\xea\x31\x5b\x47\x1c\x3e\x8a\x92\xe0\x69\xa7\x85\x8f\x0d\x5f\x04\xe0\xad\xe3\x9f\xd9\x75\x07\x40\x8a\x9b\xef\xcd\xee\x00\x00\x55\x03\xee\x67\x7b\x72\x01\x8c\xc7\xb8\x0d\x99\xa2\x01\xec\xb3\x78\xfe\x3a\x30\x0c\xe0\x9b\xca\x1b\x70\x6c\x37\x40\xc4\x09\x7e\x65\x16\x46\x80\x04\x41\x81\xdc\xb3\x97\xff\xd5\x13\xb3\x5b\x7a\x42\x2c\x0b\x1e\x14\xb0\x28\x4e\x2a\x47\x21\x5d\x05\x86\xea\x1d\x26\x9c\xd4\x43\x19\x88\x51\x97\xa7\x31\xe9\x6a\x9c\xbc\x7d\x44\x1c\x19\xb7\xe4\xef\xe4\xe7\x5f\x62\x88\x79\xe2\xfa\xed\x6a\xe7\x75\xbf\x15\x57\x5b\x8d\x9b\xca\x37\xff\x5a\xea\x37\x21\x0f\x32\xb4\x55\x2e\x29\xe8\x5d\x9a\xa4\xb4\x5f\xfa\xa8\x6c\x54\x36\xfd\xb9\x65\xfa\x49\x89\xb9\xe8\xac\x76\x33\x4f\xb7\x86\xc5\x9b\x79\xf3\x7a\x31\x9a\x0f\xa5\xae\xd6\x8e\x79\x61\xa4\x6a\xac\xf2\xba\xfd\xee\x25\xe3\xb2\xbd\xc5\xaf\x1c\x78\x97\xf5\x8b\x1e\xe6\xa9\x3b\xb0\xad\x90\x73\x4a\xaf\xde\x73\xd0\x5e\xfd\x90\xc5\x90\x61\xec\xb0\x82\xb1\x4d\xef\x4d\x0e\x75\x1c\xc2\x72\xa4\xa8\x26\x30\x3b\xe2\xb1\x73\x09\xad\x34\x0e\x26\x6a\xde\x29\x00\xf7\x35\xfa\x21\x00\x6f\x0f\xdf\xa6\x5d\xd6\x00\xd2\xe7\xf8\x86\x76\xd7\x03\xa8\xdf\xe0\x39\xcc\xa8\x0c\x60\xce\xcc\x75\x9d\xe9\x1e\x80\xcb\x5e\x6e\xd4\x41\xe5\x5f\x3d\x31\x31\xf7\x79\xe5\x98\xb7\x00\xa4\x57\x0b\xec\x3a\xf7\x02\x20\xef\xb8\x50\xef\x45\x14\x40\xe9\x43\xc9\x42\xd1\x2b\xf0\xb6\xd2\x53\x2e\x4f\xf1\x03\xf2\xa0\xac\x59\x35\xd8\x38\x9f\xba\xab\x80\xa2\xef\xe3\x79\x97\xa4\x91\x21\x67\xdd\x92\x30\x87\x53\x0e\x95\xf0\xc9\x2c\xaf\x5b\x95\xf3\x7a\x95\x16\xd0\x98\xb6\x54\x6f\x4f\x6e\x2e\x6b\x9f\x59\xe0\x32\x43\xbf\xfc\x7a\x8f\x69\x4a\xc4\xf8\xc8\x84\x4a\x97\xec\x60\x83\xc5\xc4\xe4\xd0\x1d\xee\xee\x66\x9b\x6d\x33\xe8\x5b\xbc\xad\x4f\xed\xf6\xcc\xd9\x37\x1a\xfd\xe9\x43\x29\xda\xe5\xb4\xba\x44\x57\x9e\x9b\xb3\xd7\x85\x7b\x79\x67\xc9\x19\x1a\x07\x93\xf4\xd6\x35\x6d\x55\x36\x7b\x94\xc6\xc1\xc4\xf4\xb8\x7a\x63\x90\x54\xad\x48\x21\xd7\x74\xec\xeb\x44\x74\x84\x9e\xcb\x47\x9c\x45\x5c\x68\xf0\x94\xeb\x13\x1c\x35\x5a\x09\x80\x4f\x85\x37\x76\x97\x11\x80\xdc\x1d\x5e\xab\xdd\x75\x00\xda\x4f\xb8\x5e\x32\x1a\x03\x58\x8a\x5e\xee\x65\x8a\x03\x70\xd7\xbb\xdc\x72\xa0\x06\x20\x2c\x99\x6b\xfc\x68\x1b\x40\xe2\x09\xae\xc1\x13\x72\x00\x39\x3e\xdc\xdc\x2c\x1f\x7f\xf5\xc4\x54\xab\x8b\x45\x09\x8e\x01\xd4\x8e\x4b\x9b\xc8\x1d\x82\x8d\x75\xe3\xca\x3b\xf5\xe3\xa8\x5c\x55\x6d\xda\x41\xee\xf3\x24\xde\x7c\x45\x8b\xab\x89\x65\x38\xce\xf8\xe7\x1e\x8e\x15\x22\xcb\x9f\xfc\xf4\x13\xef\xdd\xca\x5e\xe8\x73\xea\x6d\x22\x76\xa5\xcd\xe9\x99\xd7\xbe\x5d\x7e\x40\xff\x72\xbf\x8d\xea\xb7\xd1\xde\x5b\x3d\xfb\x1d\x8c\x26\x70\x5d\x05\x2d\x5b\x9c\x37\x4f\x6f\x69\xbf\x75\x5d\xd5\xa5\x6c\xd6\xf8\x66\x5c\xa9\x9f\x9b\xd0\xbc\xe1\x8d\x82\x3c\x0b\xf7\xd0\x1f\x4b\xd7\x15\xb3\x0c\x3d\x36\x2e\x6a\x56\x1d\x4f\x35\xf4\xa8\x5c\xca\x28\x63\x48\x64\xf2\x68\x59\x9e\x2e\x44\xc5\x8e\x79\xd8\xaf\x32\xe4\xbc\x8a\x9e\xf3\xb0\x58\xad\xba\x6a\x47\xe3\x60\x42\xd2\x3d\xe9\xb1\x6a\xc9\x78\x1a\x07\xe3\xf7\xce\x23\x1d\xb7\x12\x9d\x09\x20\x7a\x92\x0f\x18\xbc\x00\x14\x4f\xf1\x32\xee\xd9\x00\xa0\xa7\xc6\x59\xbf\xc7\xef\x17\x17\x44\xf3\xa3\x84\x3f\xbe\xe8\x7a\xd0\xea\x5f\x3d\x31\x6b\x1c\x44\xd5\x1b\xde\x7d\x6c\xca\x00\x0d\xf4\x22\x87\x04\x2e\x00\xb4\x10\x24\x86\x65\xae\xc3\xe1\x5b\x6d\x0a\x42\xba\x43\x54\xf5\x66\x61\x75\x53\xb7\xd3\x24\x95\xea\x39\x63\x9b\x84\x62\xec\xcb\x2c\x70\xbe\x5d\x39\xba\x38\x1d\x72\x30\x46\xaa\xe3\xe9\x58\xd3\x95\x8a\x5a\x89\x3e\xc3\xd7\x15\x2e\x74\x83\x06\x8f\x8f\xf6\x0a\xbb\x6e\xfd\x32\xf0\xb0\xfd\x26\xb7\x3b\x69\xbc\xb7\xdb\xb6\xda\xc1\xd3\x73\x4a\xef\x4e\x51\xbe\x9f\xcf\xe5\x99\xad\x6d\xec\x57\x63\xbc\x77\xcf\x4d\x34\x5e\x48\xdf\xe6\xad\xf0\xc3\xa5\x8e\x2e\x61\xaf\xef\xa6\x85\xae\x6b\x7c\xd1\x2a\xbe\xf7\x16\x57\x2b\x2c\xa3\x6e\x79\x97\x2d\x87\x17\x2d\xd0\x38\x98\xc0\x68\x5f\xd4\xaa\x6b\xf6\x95\xff\x70\x30\xc3\x57\x04\x71\x7f\x25\xc4\xf8\x1c\xf5\xb2\xc2\x2d\x44\xd7\x01\x08\xdd\xe0\xb6\xde\x25\x08\x80\x62\xbf\xac\xc2\xe0\x0b\x60\x54\x7a\x99\x89\xb1\x04\xc0\x69\xeb\xa5\x14\xa6\x46\x00\xff\x6c\x8e\xe3\xfb\xc2\x01\xe2\x74\x2f\xc8\xfc\xfd\x7b\x22\xfb\x13\x7b\xd3\xe1\x22\x80\x0a\x14\x7b\xc2\xd1\x62\x80\x1b\xd8\x4b\x77\x59\x96\x00\xda\xf9\xf9\x02\x38\x85\x00\x3a\x53\xc5\x8c\xa5\x62\x40\xfb\x1e\x46\x26\x49\xb3\x84\x6a\xdd\x59\xa7\x32\xe6\x32\x40\xe2\x6b\x0b\xd6\x3b\x99\x70\x0d\xab\x53\x6d\x60\xb3\x54\xdd\xf1\x39\x39\x7d\x57\x30\xef\x5d\xc6\xc7\x43\xd1\x3b\x0a\x5f\x3f\x68\xe8\xbc\x1f\xb4\xda\x3b\xf4\xd4\xee\x06\x77\x80\xc6\xa7\x1d\x4f\xad\x0a\xef\x05\xdf\xff\xe6\xd5\x4f\xca\x1e\x0e\x12\xfb\xee\xd3\xf5\x3e\x85\x3b\xe8\xf9\x74\x67\xfb\xe1\x58\xb1\xe0\x95\xd9\xbe\x9b\xa6\x51\xb7\x83\xa2\xe7\xdf\xd5\x7f\x8b\xe0\x0e\x0c\x5b\x48\xb8\xb6\x1a\xda\x1b\x50\xb1\xf4\x57\x85\x44\xc8\x81\x80\x9d\xcb\xdc\x25\x2c\x81\x11\x01\x1e\x2b\xf1\xf9\x87\x02\x6e\xf8\x2e\xae\x36\x5f\x35\xf4\xcb\xf7\xf3\xc5\xe4\xa4\x5b\xf9\xb4\xf8\xa5\x60\xfd\x93\x85\xbd\x31\xbe\xde\x38\xa6\x04\x91\x2b\x29\x3e\x63\xb8\xe7\x31\x96\x00\x62\x95\xdc\xfb\x77\x8d\x00\xa8\xd6\x5c\x66\xdd\xcd\x00\x60\x9e\x7e\x21\x83\xa1\x07\xc0\x2d\x8d\x83\x7b\x6f\x0d\x40\x28\x3d\xeb\x13\xc6\x64\x80\x14\xcf\xb3\x5f\x19\xc9\x00\x45\xc9\x67\xf3\x99\x6a\x00\xea\xd2\xcf\xb6\xed\xb7\xfe\xd5\x8f\xd2\x1d\xcb\xcd\xc5\xce\x01\xf0\x98\x51\xd0\x57\x98\x09\x52\x06\xb9\x24\xac\x55\x95\xa8\x2f\x9e\xf3\x2b\x54\xda\xf3\x93\x22\x1e\x33\xaa\xaf\xc4\xc6\x4e\xf3\x75\x98\x9a\xc7\x55\x1e\x7b\xae\x5f\x2b\xe6\xdd\xd7\x7e\xe1\xa6\x75\x5e\x77\xda\xd1\x87\xc2\xa5\x0c\xe9\x23\xb7\xcc\x9f\xcb\x65\x0a\x26\x7d\x78\x47\x1c\xfc\x9a\x74\x30\xf1\xdb\x57\x93\x87\x33\xd1\xdf\x12\x35\xbf\xa7\x77\x3d\x8c\xb8\x19\x6f\x33\x7d\xbf\xfd\x48\xf8\xc5\x98\x23\x73\xfb\x9b\xe3\x83\x27\x63\x72\x7f\x70\xd6\x8d\x05\x56\x44\x1f\x5d\xbc\x50\xb5\xe8\xff\x30\x1a\xbd\x24\x5f\xae\xf8\x3f\xfb\x70\x1c\xc3\xfc\xb1\xc7\x52\x56\x3d\xbd\x43\x51\xd8\xd1\x44\x47\x0f\xc9\x90\x57\xb8\xc0\xb8\x83\xee\x7f\x85\x1e\xc2\x61\xa2\x63\x01\x64\x4d\xb8\x58\xe9\xcb\x00\x34\x9d\x2f\xda\x33\x9c\x00\xb0\x42\xb1\x12\xe9\x1d\x00\xbc\x5c\xd8\x2e\xee\x61\x00\x88\x71\xdf\xb2\xf4\x8f\x07\xa1\x86\x99\x61\x17\x11\xa0\x7a\x79\x2d\xef\x29\x39\xf9\x82\xe1\x3d\x40\x5f\xd6\xa9\x2a\xa6\xe3\x00\xcf\x25\x38\x72\x4e\xf5\x00\xbc\xe9\xe1\x11\xbe\xfc\x0c\xf0\x9f\x16\x45\xe4\xe4\x2b\x91\xa3\x63\x32\x32\x82\x56\x23\x98\xa0\xcf\xfb\x54\xce\x45\x3e\x7b\xe7\x31\xb8\x60\x54\x5c\xf4\xb1\xab\xb3\xb7\xc0\xad\xbf\xb9\xab\x8c\xb9\x75\x3c\xce\xb7\x67\x63\xaa\x6a\x23\xb6\x5e\xf3\x51\x4f\xf8\xf1\xfa\xdc\xf7\xdd\x4f\xcb\x83\xee\x56\xf9\x8f\x3d\xeb\x0d\x0c\x38\x59\x6a\x37\x39\xdc\x31\xed\x77\xad\x40\x62\xe6\xe9\x2d\xf3\xff\x78\x40\xe6\xd2\x26\x16\x1f\x57\x74\x7a\x9d\x4c\xa3\x5f\x66\x2b\xd9\xec\xc1\x9d\x1a\xb2\xe2\x9d\x7f\xd6\x43\x23\x71\x6e\x55\x3b\xbb\xd9\x8d\x3d\x89\x1e\xe3\x91\xfe\xc9\x6d\x63\x5c\x13\x56\x2d\xf9\x8b\x4b\x40\xdc\x65\xdc\xd9\xf8\xdb\x4e\x8f\x63\xe6\xf0\xe7\xa2\xb4\x9d\x5e\xc7\x7c\xc6\x9f\x89\xb2\x02\x90\x0f\xbf\xe4\xb5\x2b\x1f\xc0\xe0\xc4\xf9\x13\xbb\x8a\x01\x1c\xde\x9d\xe1\xdc\x59\xff\xab\x17\x24\x69\x2d\xd7\xa4\xe5\x1c\x4d\x9b\xe9\x8c\xff\x9e\xbd\x6b\xef\xfb\x47\xe2\xe8\x6e\xff\x93\x7f\xce\x9e\x96\x65\x02\x80\x99\xb3\x17\xd3\xce\xb2\x02\x60\xbe\x0b\x6e\x91\x10\x43\xd2\x29\xac\x12\xb1\xc6\xde\x93\x7b\x96\xfc\x95\xea\x03\x29\x4f\x2b\xbe\x5f\xd1\x7b\x7b\x35\xac\x31\xe5\x7d\xbf\xe3\xad\xeb\x1f\x33\x6a\x86\xe2\xc2\x57\xee\x7c\x0e\xf7\x7f\xbe\xf1\xda\x8d\x6e\x4d\xcf\xce\x27\xf7\x5e\xaf\xf4\x9f\x70\xed\xeb\x39\x3e\x31\xdf\x35\xe4\xea\xd7\x66\x3a\x7d\xb7\xed\xb8\x4b\x78\xd3\xbd\x39\xa5\xa6\x1d\xae\x16\x35\x5c\x3f\xc4\x6a\x89\x2e\xe9\x95\x9a\x0b\xd8\xaa\x49\xe7\x90\xd2\x47\x4b\xf5\xa5\x4a\xce\x9f\x0b\xf7\x2d\xdf\x2c\xbc\xeb\xb4\x25\xbf\x63\xf5\x4c\xce\x01\xc7\xb2\x1c\x3d\x0c\x7b\xc6\x63\x87\xc0\xab\x66\x58\x81\x94\xbf\x1c\x7c\x33\xec\xb1\x1f\x13\x16\xd7\xf9\x8f\x0b\xa9\x97\xf0\xb1\xe1\x64\xdb\xae\x94\x04\xfc\x70\x98\x32\x80\x72\x35\xdb\xc7\x1d\x86\x00\xa6\xf6\x67\xb5\x76\x50\x01\x5c\x1f\x9f\xca\xda\x79\xf0\x97\x0f\xe3\xea\x25\xba\xdf\xbe\x7b\xa6\x79\xbf\x69\xf9\xf7\x97\x4d\x3f\x7d\x18\x2b\xda\x3b\xca\x7f\xbe\xf7\x67\x2b\x3d\x74\x83\xc2\x80\x60\x04\x4e\x8b\xb2\x4f\xaf\x50\x5a\x25\xee\xe9\x6f\x7b\xa5\x46\x1c\x56\xba\xe3\xf9\xa0\xab\x0f\x27\xac\xcb\x95\x30\x5a\xa1\xb7\xdc\x6d\xb7\xb5\xf4\x44\xcc\xc0\x6c\x62\x50\x64\xd3\x84\x8f\xe5\x2c\xba\xec\x76\x5b\xbd\xdd\xe4\xd4\xc0\x20\xc3\xdd\x5d\x96\xbc\x9f\x28\x53\xee\xed\x3e\x56\x31\x83\x30\x2b\xd5\xec\x46\xf3\x5f\x58\x67\xde\x8d\x5d\xdc\x54\xf9\xd4\x7a\xe5\x96\xce\x52\x41\x49\xbf\xf5\x4a\xc3\xd0\x32\xbe\x80\xce\xba\xba\x36\x76\x95\x2d\xdb\xc1\xba\xa9\xfa\xd6\x2a\x92\x41\xb5\x1e\x2f\xa7\x60\x9a\x53\x11\xab\x37\xa5\x99\xd8\xae\xc4\x1d\xd6\xbc\x45\xa7\x70\xa2\x71\x15\x56\x06\x05\x71\xb8\xa5\xa8\x69\xcb\x85\x3c\x2d\x7c\x74\x78\xa3\x45\x59\x8e\x1b\xc1\x3c\x28\x03\x40\xad\xfd\xec\xd2\xf6\x20\x00\x1b\xc2\x29\xa1\xed\xef\x7e\xe5\xbe\x49\xcd\xbf\xdf\x07\xb4\xdc\xf3\xd1\x6e\xba\xdf\xbe\xff\x5e\x3c\x42\xcb\x3d\xb6\xec\xa6\xa3\x23\xee\x03\x60\x23\x1f\x79\x36\x5d\x00\x3c\x7c\xb9\x02\xef\xdf\xc8\x53\x6d\x24\xaa\x35\xbc\xfb\xfc\xc9\xf4\xca\x9f\x1c\x55\x1a\x5a\x08\xfa\x7a\xae\xa1\x45\x39\xb2\xd8\x5d\x76\x17\x32\xba\x43\xc3\x97\xb5\xfc\x51\xe5\xd9\x5e\x87\x96\xce\x64\x3b\x57\x5b\xda\x7d\x5f\x48\x6e\x4f\xaa\xf5\x36\x7a\x3d\x5f\xff\x3d\xf1\xc6\xa4\xe1\x9e\xa9\xc8\xf9\xc7\xd7\x2d\x8c\xb6\xbd\x8b\x5f\xbc\x5c\xde\x62\x14\x35\xf8\x6d\x09\x57\xb4\xc7\x18\xf5\xf0\xcb\x8a\x6e\xae\x96\x89\xed\xbd\xd6\x55\x95\xac\x61\x93\xa1\xdb\xcf\x30\xe2\xe9\x1b\x4d\x26\x5b\x6a\xb1\x5c\x49\xaf\x4c\x1c\x9a\x6e\xe3\x36\xc4\xcd\x9b\x24\xd7\x75\xe1\x5e\x44\x7d\xa7\x79\x2f\x4c\xa5\xab\xf6\xe2\x73\xc2\x7a\x4c\x22\xca\xb7\x10\x6c\x82\xe8\x4c\x4e\x96\xb4\x11\xc6\xfd\xc6\x01\xf4\xfb\x4e\x09\x6c\x73\x06\xb0\x0f\xda\xf8\xcf\x39\xf0\xff\xb5\x0f\x63\xf6\xfc\xbf\x39\x10\x6c\x24\xc0\x56\x29\x3a\xba\xa9\x52\x00\x36\xb6\xa3\xfc\x6f\x16\x80\x9f\x5f\x54\xa0\xec\x11\x8a\x3a\x23\xb9\x53\x65\xe7\xad\x76\x0a\x0b\x2a\xc7\x22\xa5\xec\x0b\x49\x50\xaf\xc8\x4b\x2f\xd9\x0d\x3f\x60\x2b\x12\x55\xed\xff\x10\x2b\xe4\x23\x93\x11\xe7\xc6\x82\x39\x98\xe6\x9d\x13\x64\x1b\xb0\xd2\x57\xfb\xac\x50\xd8\xf8\xc9\xf2\xcb\xa7\xcd\xc5\xa6\xda\xb7\x96\x4f\x2c\x7e\x29\x26\x68\xed\x5f\xb6\x5e\x36\xc9\x8b\xd0\xe1\xf8\x56\xb5\x62\x99\x1d\xae\xab\xf5\x96\x7b\x55\x30\xb3\x42\x87\x32\x78\x1b\xb3\x98\x64\xa7\xbb\xfd\x71\x21\x76\x32\x16\xd1\x1b\xec\xf9\x8a\x3b\x1e\x6b\xa8\x17\xd4\xc5\x88\xdf\x15\x91\xae\x1f\x71\x5b\x0b\x2f\x15\xde\xa0\xef\x74\x6b\x0a\x3f\x18\x52\xa0\xd7\xd2\xec\x42\x28\xf6\xef\x34\x38\x71\xe3\x38\xa1\x30\x60\x87\xc1\xb1\xeb\xaa\x44\x16\x9f\x01\x00\x8b\xb9\x13\x31\x5b\xe6\x00\xae\x24\xaf\xe5\xff\x43\x6b\x1c\xc8\x9a\x1f\xa7\xc3\xf6\xf7\x7d\x30\x99\xbb\xb6\xfe\xc0\x7f\xe7\xbf\xe3\xaa\x00\x1b\xe2\xe9\xe8\xde\x46\x01\xb0\x9d\x3e\x5a\x31\x10\x07\xa1\x7c\x92\xdc\x09\xb7\x5d\x11\x05\xa9\x7d\x0a\x98\x9a\xdb\x94\x7b\x2a\x6f\x8c\xe9\xb3\xe7\xc9\x55\x7a\xda\x76\xd4\x68\x11\x62\xbf\xcd\x26\xdf\xcf\xeb\xfd\x17\xae\xf8\x2d\xf1\x42\xf1\x28\x9b\x3d\x38\xd9\x62\xe9\xa4\x67\xc6\x8a\xd8\x27\x77\x34\x53\xb6\xe8\xb0\x63\xae\xbd\x2b\x4e\xbf\xa1\xbe\x1f\x53\xb4\x9a\x99\x26\xa2\x9a\x80\xed\xc4\xf4\x26\xb4\xab\xbe\x9e\x1f\xc7\x96\xc4\xee\x54\xb3\xfe\x66\x8e\xbb\x16\x61\xa2\x11\x3b\x9a\x86\x6b\x89\x78\xad\xe1\x33\x6c\x83\x77\x0c\x3d\xa1\x19\xfb\xc4\x0c\x7f\x2f\xb8\x8a\xd6\xfb\xa1\xf9\xa5\x7b\x85\xd0\xed\x3b\xa9\xd9\xd2\x59\x44\xd4\xb9\x22\xa0\xf5\xe2\xb6\x24\xd1\xe2\x0a\xab\xd6\xc1\x56\x4e\x12\x9d\xdb\x4b\x00\xeb\x9e\x9f\xeb\xa2\xdd\x07\x79\xba\xbf\x73\x20\x03\x6a\x6b\xe7\xc0\x5a\xfe\x47\xae\xfa\x7b\x12\xbf\xff\x5c\xff\x77\x86\xb5\xfc\x77\x2d\x07\xe9\x67\x03\xd8\x49\xa0\xa3\xbb\xcb\x0b\xad\xbc\x79\x97\x50\xf5\xef\x91\x27\x92\x8a\x92\x3d\x45\xaf\xa9\x85\x2a\x82\x9a\x65\xc9\xea\x14\x36\x03\x11\xab\xb4\xe0\x51\x32\x8f\xd5\x8c\x73\x17\x8d\x7f\xb0\xd7\x22\x26\x46\x12\xfd\xef\x58\x1e\x21\xe0\xb3\x39\x83\xe5\x8c\x34\x08\x76\xf5\xd2\xa1\x54\xed\x65\xfc\x64\xff\x52\xf8\x3d\x75\x21\xfc\xd1\x2f\x81\x51\xad\x2a\xdb\xf1\x3e\xb8\xec\x70\x51\x94\x14\x9e\x80\x67\x0e\xe1\x50\xfe\x8a\x51\xc5\xdf\x0a\xdc\x8c\x9a\x9c\x2e\x24\x30\xfa\xa7\xab\x68\x7f\x35\x26\x64\xfb\xbc\x52\x89\x7a\xab\x4f\x14\xf1\xda\x81\xbe\x32\x12\x4e\xd4\xf1\xec\x42\x17\x3c\x9b\x22\x3e\x71\x7b\x85\xd6\x78\xfc\x88\xc4\xe5\xb2\x01\x1d\xf4\x80\x9f\x14\xeb\xd8\xac\xb6\xef\xfe\x53\x92\xb3\xd3\x04\x80\x57\xe2\xef\xf7\x01\x8d\x03\xe9\x5e\xe3\x60\x68\xdf\xbf\xff\xf4\xbf\xff\xd9\x87\x32\xba\x96\x7b\x3d\x88\x00\xf8\xfb\xb9\x71\x77\x1c\x80\xb5\xfa\x70\x50\xc3\x05\x98\xe2\x79\x7b\x7e\xb0\x4c\x0d\x0e\x4a\xd6\x88\x5e\xcc\xc8\x45\x6c\x51\x9b\x15\x1d\xa3\x33\xa8\x72\x7a\x1c\x7a\xaf\xfc\xf6\x50\x64\x2c\x8d\x2c\x97\x9d\xb7\x93\x1d\x5d\x17\x1d\x67\x6c\xcd\xc9\x9b\x83\xeb\x5d\x83\xcc\x33\x49\xed\xc9\x28\xf7\x7e\xc3\x61\x92\x62\xc9\x2d\xaf\x78\xed\x9b\xc4\x99\xd6\x6a\x6f\x61\xb5\x4d\xc4\xb7\xcf\xd0\x57\x0c\x50\xc1\x44\x9f\xf1\x03\xde\xe5\xff\xe9\xbd\x58\xe3\x1f\x14\x0e\xad\x9c\x21\x1d\x77\x24\xaf\xfb\x1e\xfe\xe0\x1e\x94\xf8\x47\xbd\x48\xaf\xec\x8e\x28\x25\x0d\x36\x93\xcf\x5b\xf7\x2a\xbd\x7c\xfa\x98\xac\x6d\x95\xf2\x5f\x0e\xa4\x7d\xed\x79\x40\xeb\x03\x59\xf3\x02\xd5\xfc\xfe\xfd\x37\xcd\x03\x41\xfb\xfe\xb9\x0b\x03\x70\xb4\x7a\x7b\x46\x23\x19\xe0\x1c\xcf\x01\xbb\x0a\x32\x10\x79\x43\xd9\x78\xb2\xdf\x40\xa0\x04\x2f\xef\x87\x04\x6b\xe4\xa9\x72\x91\xb4\x63\xf0\x49\x2a\x59\xd7\x44\x6d\x8b\x87\x2b\xf5\x90\x85\x99\xe1\x76\x1a\xff\x60\x55\x41\x61\xf1\x7f\x64\xed\x67\xba\x97\x72\x32\x26\xcc\x3a\xc2\x40\x8e\x5c\x9f\x23\x67\xaf\xa4\xbd\x9f\x6c\x7c\xbd\xd1\x51\x4c\x4d\x8f\x2c\x7d\xd7\xd9\xf1\x94\x0a\x23\x69\xf6\xf9\x63\xa7\x69\xc5\x6c\xd2\xfd\x89\x77\x4e\x93\xf2\x3a\xa4\x61\xd2\x59\x47\x99\xff\x78\x1f\x7a\xc8\x2a\x64\x2f\xb3\x11\x99\x57\x2b\x47\xc8\x95\xa6\x31\x32\xc5\x73\x1d\xe4\x79\x63\x55\xd9\xc0\xf1\x5a\xf2\x77\x63\x9c\x0c\xf2\x39\x99\x22\x6b\xd0\x2e\x17\xfe\xe6\x26\x85\xc9\x68\xf5\x97\x0f\x84\x96\xff\xd3\xf6\xc1\x04\xf7\xbf\xf3\xef\xc5\xb5\xef\xd9\x3f\xe0\xd7\x7a\x10\xae\xff\xee\x81\xa0\xe5\xdf\x95\xd5\x00\xac\xbc\x07\x74\xf3\xa4\x00\x78\x83\xce\x4a\x24\x17\xc2\x3d\x71\x06\xce\xb3\x11\xb5\xc0\xa1\x14\x2d\xf2\xd1\xb7\x01\x49\xd5\x3e\x2e\x5f\xe4\x5c\x40\x7d\x6b\xba\xac\xde\x6d\xa3\x42\x55\x76\x88\xd6\xbb\x67\xde\x41\xdd\xef\x5d\x65\x18\x64\x0c\x94\x6f\x61\x31\xc6\x7d\x7a\x18\xca\x9d\x94\x15\x53\x6e\x2d\x7b\xca\xf5\x42\x07\x53\x0b\xb5\x14\x8a\x59\x7d\x91\x79\xbe\x8a\x00\x19\xb9\x97\x6c\x25\xa7\xf8\x91\x4c\x78\xf1\xd9\x32\x46\x5e\x82\xfc\x62\xfc\xb8\xe5\x8a\x2c\x2b\x79\x05\xf7\xd9\xfc\x99\xf4\x7b\x8a\x3d\x79\xd4\xd8\x7a\xdd\xf7\x90\x4c\x95\xa5\xf4\x6a\xd5\xfd\xc9\x3d\x48\x3e\xf9\x61\x4e\xf9\xa8\xb5\x5d\x2a\x74\x92\x9f\xf2\x5c\x6b\x01\xa0\x6c\xcd\x8f\x75\xbf\x92\xee\x37\x1e\x8c\x8a\xa2\xfb\x57\x0f\xc4\xe7\xb5\x9c\xf7\xf9\xda\xfa\x3b\xd7\x38\x80\xba\x96\xdf\xf3\xef\xfc\x8d\x00\x67\xb3\x99\x4e\xa7\x49\x01\xf0\x1c\x61\x26\xc7\x1c\x82\x1f\xa2\xcf\x2e\x58\x04\xba\x80\x97\x62\x2e\xbf\x86\xbb\x38\x6c\xd7\x74\x10\xf7\xb5\x6b\x41\xb4\x4d\xc2\x95\xde\x59\x7e\xa4\xbe\xb6\x5d\x54\x1f\x33\x35\xa7\xf6\x79\xd8\x68\x9e\x33\x48\xa1\xbe\x0c\xb4\xd6\x08\xd5\xcd\xa7\x66\xc6\x14\x68\x17\x68\x72\x52\xed\xae\x2a\xe9\x6a\xab\x0e\x53\xd5\xcb\x36\xeb\x2e\xa2\x2e\x52\x59\x9b\xdc\xf4\x28\x8a\x1f\x28\x4b\x5d\xdf\x0d\xaa\xe5\x5a\xa9\x74\xcf\xca\xf4\xcf\xca\x3c\xa7\x3c\xfd\x72\xd8\xc0\x47\x0a\x47\x59\x5d\x48\xd3\x53\x92\x7c\x40\xe5\xa2\xdc\xd0\x0e\xf8\x0f\xf7\xc0\x89\xa0\xa8\xef\x15\x86\x45\x73\xa8\x09\xc8\x5f\x72\xf3\x62\xa9\xd8\x45\x6a\x87\x92\x1c\xc0\xad\xd7\x74\xbf\xf1\xb1\xab\xff\xac\xe7\xcf\x3e\x98\xc1\x35\x0f\xca\xfd\xb5\xfd\xd1\x98\xb1\x96\x7f\xaf\xe5\xc1\x05\x8f\x01\x8e\x3c\xd8\x7a\x26\xf5\x30\x00\x33\x89\x9e\x3d\x8e\x0b\x80\xeb\xfb\x71\xff\x10\x77\x00\xd1\x08\xd6\x13\x5e\x24\xb8\x27\x1f\xc8\xe9\xe5\xf4\x1a\x1c\xd5\xc4\xf8\x67\xac\x4b\x91\xcf\x06\x69\x52\xdb\xff\xd3\xfb\x70\x1c\x09\xbd\xd2\xa6\xf0\x5d\xe7\x1c\x72\x3e\x4c\x4c\x65\x4e\x83\x1b\x39\x93\xb8\x0f\xbd\x07\x4d\xa5\xae\xe6\x72\xa9\xa1\x68\xfc\x83\x62\x3c\xb5\xb9\xc9\x48\x23\x52\x2e\x80\xda\xd7\x79\x42\x7d\x8b\x4c\x04\x35\xf3\x69\xb1\x46\x9e\x14\x37\xb5\xe9\xed\x73\xb5\x6b\x92\x12\xd4\xd4\x19\x19\xf5\x9a\x7f\x7a\x1e\xf8\x54\xbb\xd7\xfb\x2e\xd6\xf2\xfe\xf5\xdc\xdf\x10\x21\x20\x57\xc5\xbb\x7f\xed\x83\x19\xfc\x3f\xf3\xc1\xda\x39\x28\xfc\x3b\x07\xd4\xbb\xe6\xc7\x68\x91\x5c\xcb\xbf\x91\xb5\xfc\x7b\xcd\x7f\x10\xd7\x00\xf0\xf7\xef\xcf\x20\x22\xc0\x56\x7f\x3a\xba\xd0\x11\x80\xcb\xaa\x87\xef\xfb\x3e\x02\x10\x3d\x7d\x46\xcc\x8d\x09\xde\xcb\xad\x72\x58\xd9\x31\x40\xbe\x2a\x3d\xb7\xbf\xf9\x3e\x10\xd5\xdb\x20\x04\x46\xb6\xb0\xc3\x04\x11\xeb\xd2\x4f\x47\xe6\xec\x12\x25\x33\x74\x14\x91\x97\x1e\x49\xd2\xe9\x9a\x4f\x91\xa7\x7e\xc6\x32\x1c\x6a\xc2\x48\x7b\xe4\x3d\xd9\x18\x95\x97\xc8\xd5\xe4\xaf\xf2\x01\x4a\xf3\x48\x78\xee\x7d\x05\x55\x05\x2b\xc4\xa5\x22\x53\x71\x9f\xdc\x7e\x44\xa1\xa9\x41\xa9\x56\xe6\x24\x22\xd5\xa1\xaf\x14\x23\xe5\x8c\x9c\x7a\x54\xa0\x5c\x2c\xb1\x80\xec\x7b\x25\xa1\x3c\x2c\xd6\x83\xc8\x7d\x5b\x54\x58\x14\x7d\x86\x98\xcd\xbb\xc9\xfb\x8b\x06\x23\xfe\xc8\x2e\xb9\x68\x11\x6e\x64\x00\xb1\x90\x32\x15\xce\x43\x66\x91\x18\x89\x48\x80\xcf\x56\x74\xff\x87\x07\xe3\x4d\xdb\xda\x73\xc0\x71\x8d\x03\xdb\xfb\x73\x5e\xd3\x5d\xf3\x60\x8c\xfd\x9c\x49\x9b\x7f\xce\xd0\xf0\xb5\xa9\x0d\xc0\x6c\xbe\x93\xde\x67\x16\xe0\xc2\xee\xbd\x2c\x1e\xa9\x00\x42\x32\x27\xff\x72\xf8\x0c\x20\x63\x74\x8e\x6c\x15\x0f\x77\xd0\xe7\x38\x0d\x8d\x57\x20\x51\xcb\x9a\x87\x4b\xff\x33\xa8\x1a\xc9\x08\x9a\xe9\x9a\x81\x80\x15\x5e\xf8\xab\x66\x1a\xc8\x38\x79\x08\x1b\xd1\xf8\x07\xd5\x5d\x70\x20\xa8\x54\xfc\x38\xaa\x0f\x99\x8f\x1d\x95\x5c\xa6\xf1\x0f\x0a\x06\xc8\xfd\xfc\x51\x19\x1b\xd9\x79\xa4\xb7\x42\x4e\x7a\x4c\x86\x1d\xa9\xbe\xf1\x41\xf6\x92\x94\x2d\x92\x76\xe7\x8c\xdc\x1e\x09\x66\xa4\xbc\x4f\x58\x26\x56\x3c\x05\xf1\x18\x7c\x21\x47\x14\xed\x41\x92\x3f\x34\xca\xee\x13\xc9\x47\x2a\x67\x76\x49\xf7\x8b\x5c\x40\xda\x56\x7b\xa5\x66\x85\x0f\xc3\x66\xa4\x42\x8c\x4a\xe3\x60\x96\x0d\xff\xf0\x60\xfc\x0f\x0e\x28\x3f\xf8\x77\x0f\x46\xc4\xc8\xcf\xe9\xbd\xe6\xc3\x70\x98\x01\xf8\x4b\x81\x8e\xce\xed\x26\x00\x5b\xc0\xee\x2a\xc7\xdb\x00\x42\x27\x8e\x75\xda\x68\x01\x48\x6f\x3b\x5d\x6f\xda\x0a\x4b\x4a\xaf\xcf\x6f\xd5\x6b\x82\x67\xea\xca\x1c\x57\x74\xea\x21\x4b\xaf\x95\x7b\xbf\x56\x01\x44\x9b\x1d\xe1\xdd\xaf\x7e\x19\x92\x6d\xf9\x78\x16\xd5\x6c\x40\xcf\xbd\x54\x90\xa8\xb2\x05\x5c\x7d\x76\x0a\xf0\x28\x33\x82\x41\x48\x97\xd0\x76\x25\x4e\x60\x89\xdf\x2f\x26\x48\xe3\x1f\x64\x77\xc3\xc9\x7c\x01\xd1\x79\xe9\x3b\xb0\xbd\xdc\x4b\x9c\x57\xb2\x0d\xc1\xdd\xe8\x93\xd8\x25\x6e\x07\x0c\xad\x62\x62\xe7\x45\xdf\xc3\x96\xfb\x75\x62\x68\x91\x1c\xd8\x32\x40\x10\x3b\x2c\xdc\x8f\x60\x46\x4f\x8a\x6f\x17\xe6\x40\x96\xbe\x65\x89\x0b\x09\xe9\xc0\xae\x99\x0d\xa2\xa5\x34\x1f\x0e\xed\x1c\xfc\xff\xc7\x01\xa5\x6d\xfa\x39\xa3\xe3\x7f\x4e\x7f\xd6\x9f\xd3\x79\xf5\xe7\x34\xb7\x03\xa0\x63\xa4\xa3\x73\xc8\x05\x60\x75\xa2\x9f\xb5\x31\x01\xe0\x7f\x71\x78\xbf\x79\x11\x80\xc4\xea\xc9\xe7\x06\x6a\x00\xf2\x23\xa7\xbd\xb5\xc8\x80\x45\xa3\x58\x0d\x35\xee\xc2\xb0\xb6\x18\x7b\x85\x5a\x2b\x3c\x31\x12\xbf\xc8\x8f\x96\x80\x37\xa6\xf9\x1c\xbc\x2a\x1c\xd0\xe4\xc8\x78\x79\x0a\x95\x0d\x29\x9e\x1b\x79\x4d\x95\xba\x21\x30\x40\x85\x9f\x53\xbe\x06\xd2\x42\x87\x78\xbd\x64\xef\x40\x54\xec\x07\x3e\x1b\x19\x25\x70\x48\xf7\x15\x48\x90\xda\x0b\x0e\x79\x5e\x02\x9a\x92\x74\xa0\x5b\xb6\x4f\x30\x47\xe2\x2d\x1c\xaf\x4b\x16\xf5\x12\xad\x03\xd4\xcd\x56\xc1\x57\x22\x93\x70\xb1\xeb\xb6\x70\x8b\xf0\x34\x5c\xee\x9b\x13\x56\x15\x02\x38\x3b\xb8\x43\xf8\x8b\x60\x3a\x48\x8e\xfe\x10\x24\x02\x6c\x9c\x93\xac\xfb\x7b\x5f\x9c\x36\x97\x7d\xbf\x85\x00\xc0\x7e\x4d\xaa\x63\x87\x13\x80\x08\xab\xd4\xe8\xde\x22\x00\x69\x29\x99\xae\x83\x0d\x00\x2a\xda\x8a\xdc\x27\xdd\xfe\xc5\x83\x7c\x42\x63\x2f\x60\x01\x4c\xef\x68\x69\xf0\x8e\x02\x98\x37\x1b\xcc\x48\xf8\xc2\x4d\xf3\x3e\xb3\x78\x45\x5b\x90\xb2\xf0\xb1\x97\xd0\x8c\x47\xee\x99\x8d\x78\xbb\x1b\x3b\x23\x22\xc6\x59\x51\x0d\xd6\x85\xd4\x68\xc3\xd3\x99\xd5\x2e\x4d\xd4\x53\x3a\x83\x15\x3f\x3c\x9e\x52\xca\x35\x43\x5a\xca\x7d\x42\x29\xba\x6a\xb6\x3d\xad\x7e\x0f\xc9\x73\xe8\xdc\xe7\x6a\x41\x87\xc8\x1f\x95\x5f\x7c\xd8\x16\x88\x27\xfb\x28\x3a\xfc\x78\x1a\x12\x4a\x1e\x91\x2f\xc4\x5b\x06\x9e\xa0\xb8\xcb\xf9\x13\x14\xbc\xf3\x09\xed\x72\xaf\x08\xea\xde\x65\x4b\xc7\xe5\xc6\x88\x5b\x3c\x72\x26\xee\x2b\x2c\x13\x5e\x78\xe1\x3f\xf1\x2b\xd6\x12\xd9\x3d\xf7\xbf\x2a\x53\xaa\x26\x26\xb9\xef\x7d\xe1\xa4\xdc\x43\xac\x77\xab\x7d\x58\xa7\x72\x9c\x38\xe9\x5a\xdc\xcf\x8a\x5a\x26\x89\x39\xf3\xdc\xdf\xa2\x82\x23\x99\x3a\xe5\xdc\x61\x45\x0b\x93\xbe\xd8\xe1\x01\x36\x7a\x8b\xff\xd3\xb7\x4a\xe3\x41\xb8\xbe\x4a\x1d\xa0\x37\xfa\x17\x07\xf1\x55\xe6\xf1\xa1\xa1\x7f\xf1\x20\xb6\x4a\x61\x67\x0a\x00\x8c\xc8\x2a\xbc\x17\xae\x01\x58\x76\xab\x8f\xf1\x5e\x02\xb0\xc4\xeb\x7b\x48\xd0\xc1\x7d\x4b\xbc\xc9\x77\x85\x72\x60\xb2\x9a\xb5\xad\xd7\xc9\x43\x8a\x2d\x6e\x7b\x09\x99\x72\x23\xdb\x4c\x9d\x22\xa6\xec\xb8\xa9\x92\x46\x1f\x33\x78\xdd\x5f\x50\x5e\xe9\x3e\xa8\xd4\xf1\xfe\x8b\x72\x4e\xfb\xd4\x4d\x24\xf0\x12\x79\x44\xfd\x6a\xaf\x76\xb0\x1f\x39\x0e\xbd\x3a\x98\x15\xaa\x4f\xe6\x44\x69\x7e\xd1\x08\x77\x22\xe1\x14\x67\x17\x31\x11\x8e\xe4\x38\x85\x13\x38\x7c\x70\x26\x65\x9b\xbc\x28\xbe\xd1\x5f\x05\x63\x2d\x7f\x8d\x70\xd0\xd7\x74\xe6\xab\xc2\x0b\x82\x91\x4f\xf4\xd7\x4b\x4a\x0e\x04\x7b\x1f\xdc\x9b\x50\x65\x0e\x02\xce\x0b\x3b\xcc\xa1\x3c\x45\x54\xf1\x3c\xfb\x98\xa0\x62\x44\x74\xf4\x18\x7b\x20\x85\x3e\x47\xcc\x73\x5f\xea\xee\x45\x87\x10\xf1\xae\x99\x77\x67\x55\x37\x91\x94\x9d\xbd\xdb\x86\xd0\x54\xd2\xff\x8f\xb0\xb3\x8c\x8a\xb2\xfb\xfe\x3e\x8a\x82\x01\x8a\x85\x09\x88\x22\x18\x74\x77\x77\xd7\x0c\xdd\x0d\x43\x77\x77\x77\x48\x37\x52\x52\x0a\x02\x02\x0a\x18\x18\xa8\xa0\xa2\x22\x2a\x18\x20\x06\x4a\x33\x3d\xb3\x9f\xa5\x32\xa2\xf7\x7d\xff\x9e\xff\xab\xbd\x5c\xcb\x17\x9e\xed\x35\xe7\x5c\x33\xfb\x73\x3e\xdf\x71\x67\x57\x80\xed\x0b\xd2\xdf\x7f\xf4\x81\xc2\x41\x08\x9c\x91\xab\xd8\x75\x7c\xa3\x0f\x4a\xbe\x0a\x5b\x0f\x3d\xfd\x0f\x1e\xa4\x56\x53\x91\xf3\xf8\x1f\x79\x39\x9e\x88\x2c\x29\x0c\x34\x3a\xf5\x9a\xaf\xa8\x0b\xc1\x6e\x07\x4d\xfb\x78\x44\x03\x19\x65\xaf\xea\x55\x66\xfd\x85\x74\xd3\x3a\x3f\x9a\xdf\xb5\x82\x74\xc4\x3c\x3d\x1b\xe7\x83\x22\xc6\x1b\x67\x55\x4b\x06\xf1\x11\xb7\x19\x7a\x74\x30\x85\xc9\x13\x34\xf4\x4a\x6e\x89\x46\x7f\xc7\xd7\xe8\xd0\x3f\x6d\x4f\x40\xe2\xaf\x69\x32\xbd\x75\x8b\x5b\xc4\x8b\xa8\x39\xac\x9e\x4c\x1c\x5a\xe7\x60\x66\x08\x77\x94\xdb\x31\xba\xa1\x49\xf3\x95\x2a\x38\x4c\x77\xc8\x99\x0f\x93\x6a\x57\x31\xd3\x21\xb4\xaf\xe4\x34\xb4\x30\xf8\x10\x6e\x0a\x07\xf3\xb0\x58\x4b\x08\xdb\x1c\xf0\xe8\xb7\x0f\x46\x50\x7b\x14\x17\xe0\x63\xd8\x37\xaf\x13\x82\x6b\xf7\xc2\x52\x38\x98\x76\x19\xdd\x52\xbc\x1d\xca\x05\x60\xc7\x80\x34\xeb\xcf\x3e\x08\xc8\xb8\xd2\xdc\x03\x10\x24\xcb\xa4\xef\xaa\xdf\xe0\x20\xd4\x44\xe5\x1d\x0e\x37\x03\x18\x3e\x57\x50\x64\x2e\x05\x30\xed\x51\xf2\x3e\x49\x05\x60\x4b\xaf\x16\x7f\xb6\x6b\x23\x2f\xc7\x45\xda\x90\x46\xf2\x2b\x3c\x70\x3b\x60\xf2\x58\xa5\x19\xb6\xba\x1c\xb5\xa3\x41\xf6\x92\x4d\x1d\xf0\x1e\x3b\x6c\xba\x48\x19\xb6\x6b\x11\xac\x28\x12\xb1\xda\xea\x54\x16\x75\xa0\x21\xe1\xa3\xe9\xd3\x2a\x54\x04\x3d\xc1\x1f\xb1\xd4\x21\x12\xad\x82\x27\xea\x35\x0e\x65\xc7\x69\xe1\x0d\x75\x84\x9f\x85\x25\xa5\xe3\x99\x34\xb9\x67\x9c\x92\xa5\xff\xe9\x85\x59\x4d\x57\xed\x46\xdb\x47\x23\x3f\xeb\xab\x27\xa2\xf3\xa3\x45\xdf\xe6\x6b\xd4\x60\x68\x23\xbd\x5e\x64\x68\x62\x30\xbe\xe1\xad\x23\xda\xda\x06\x98\xb1\xb0\x3d\x43\x5b\x75\xde\x63\x75\x82\x6f\xfe\xe6\x60\xda\xf4\x0e\x63\xdf\x05\x34\x52\x7c\x30\x14\x0e\xa6\xb5\x42\xbf\x0d\x4f\xe7\xa9\x0f\xb0\xe3\xa3\x64\xd6\x8f\x3e\xb0\x1f\x96\x66\xa4\xf5\xdb\xe0\x20\x64\xae\x4b\xdf\xdd\x2f\x01\xa0\x41\x2f\xe9\xc1\xb8\x15\x00\x61\x21\x97\xc2\xa4\x0f\x60\x75\x4c\xd1\xfd\xe4\x04\x80\xa3\x9a\xea\x95\x73\x6f\x01\x50\x55\x9a\xbd\x82\x91\xbf\xf3\x72\x9e\x78\x32\x18\xbd\x57\x29\x82\x6d\xa8\x60\x1b\x73\xe4\x27\xf2\x09\x97\x93\xae\xc1\xf6\xde\x24\x05\xfb\xd1\x70\x16\x2f\x2b\xa2\x80\xcd\x62\xfa\xe6\xd0\x78\x42\xac\xb9\x70\x65\x5b\xb4\x0b\x3e\xd1\xe8\xdd\x15\xee\xa4\x02\xbc\x9e\xfe\xca\x10\x36\xd9\x1c\x57\xab\x33\xff\x22\x34\x5d\x14\xa7\xaf\xc9\x38\xc7\x96\xa1\xf9\x3b\x27\x69\xdd\x0b\xf3\x4d\x58\x23\x7d\xed\x64\x52\xf2\x87\x33\x9a\x15\x6b\x5f\xe2\xad\x26\xa8\xb4\x86\xd1\xc9\x31\x3d\x8f\xa5\x74\x14\xd1\x98\x68\xea\x7b\xa7\x74\x6f\x62\xcc\x22\xad\x6f\x05\xeb\xc9\x61\x46\xc3\xa9\xff\x97\x0f\xa6\xe5\x90\x61\x1c\x2e\xd1\x57\xb6\xa1\x0f\xe1\x83\x1b\xf4\xfe\x0a\xc0\xd4\x28\xb7\x89\x1a\x07\x70\x66\x8b\xe4\xbb\x6d\x19\x00\x42\x46\xe2\xe5\xf4\x0f\x00\xe4\xb6\x4a\x4d\xec\xdf\x06\xa0\x39\x23\xd1\xc5\xb8\x1b\xc0\x84\x5f\x66\x95\x09\x01\x60\xa3\x29\xfb\x85\x55\x04\xc0\x35\x4a\x99\xf6\x6c\x37\x80\xa7\x89\xfa\x6d\x01\xc4\xef\xbc\x9c\xdb\xbe\xcf\x91\x25\x6a\xfc\xb0\xd9\xeb\xa3\x55\xaa\x51\x37\x69\xc1\xad\xc0\x25\xdd\x89\x8b\xb4\xd7\x29\x27\x78\x87\x8f\x36\x61\xc5\x76\x34\x6d\x29\xfc\x29\xe1\x84\xc5\xc7\x72\x88\xcb\xc6\xcd\x9b\xa8\x74\xcc\xa7\xcd\xe3\xaa\x0d\x6e\xdd\xbd\x97\xb1\x0b\x3b\xab\xdb\xfa\xd2\x31\x9b\x80\xb5\xd3\xda\xfd\x2d\x32\x6f\x2b\xc5\x0b\xb3\x2a\xa6\xde\xb5\x9a\x97\x52\xfd\x99\x53\xd3\x61\xed\x60\xf2\xe1\x89\x32\x1d\xfe\x35\x54\x52\xde\xe3\x5b\xba\x2d\x6b\x6b\x09\x51\xc3\xb2\x7a\xd3\x68\xbd\xf8\xbd\x37\x3e\x19\xec\xc4\xec\x89\x8e\xfd\x5f\x3e\x98\x56\x1b\x44\x24\x76\x31\x50\xa1\x2e\xc6\xe8\x31\xee\x78\x40\x44\x6d\x21\x92\x80\x2b\xf0\xd5\x04\x60\xde\x23\x73\x65\x0b\x23\x00\xd7\xaa\xa4\xeb\x8e\x86\x7f\x73\x10\x94\x9c\x18\x53\x90\xdc\x71\xa4\xe0\xdf\x3c\x88\x9f\xbb\x0a\x3f\x1f\xcb\xef\xbc\x9c\xf1\x20\x17\x83\x19\x95\x77\x94\xdc\x20\xd2\x57\xcf\x59\xa7\x18\xa7\x9b\xc4\x6e\xd7\x49\x7f\x57\xff\xcf\x84\xcb\x0e\xe7\x93\x92\xa3\x0e\xe3\x2f\x58\x75\x94\x5d\x49\x0a\xc0\xbd\x33\x61\xba\x32\x98\x2e\x87\x25\x19\xbe\xbf\xfb\x2d\x47\x0e\xcb\xa9\x3b\xff\xfa\x65\xfe\xd9\x7f\xe6\x24\x7d\x3f\xa3\x65\xbc\xa2\x9e\x7d\xe0\x9d\x94\x0e\xd3\xaa\x74\xfa\xbd\xe7\x3b\xf4\x6c\x56\x2f\xa4\xdd\x78\xb0\x5f\x7f\x70\xad\x38\x69\xe8\xf6\x01\x43\xd7\xb5\x89\x44\x18\xd8\x6c\xf8\x10\x9d\x15\x97\xd1\x5d\x86\x54\xc6\x30\xc4\xa8\x5e\x46\x18\x51\x61\xee\x46\x44\x53\x7c\x30\x0d\x75\xc6\x8e\xd8\xf4\x10\xd1\x5a\x69\x63\x2d\x1c\x73\xc0\x85\x4a\x55\x13\x0f\x9c\x93\xdf\x02\xc0\xf1\x4c\x99\x2d\x5b\x39\x01\x38\x4d\xc4\x55\xb6\x57\x00\x88\x3d\x13\x1b\xda\xfd\xea\x0f\x0e\xc2\x5e\x3c\x81\xf1\x21\x80\x75\x86\x78\xdd\x51\x76\x00\x17\x01\x89\x06\xe6\x69\x00\x6f\x46\x39\x66\x8e\xbb\x00\x41\xf2\x8a\x4b\x3c\x0b\x00\xe1\xbc\xea\xef\x25\x72\x7e\xe7\xe5\x88\x85\xae\x19\x2f\x19\xb6\x92\xc6\xfd\x2b\x1c\xd8\x5c\x18\x88\xd9\xa8\xaf\x3e\x69\x81\x8a\x84\x5d\xce\xa8\x84\xbc\x78\x5b\x3c\xab\x35\xb9\xac\x2a\x4d\x00\xb7\xcb\xf4\xcd\x95\x88\x9c\x36\xec\x2e\xe4\xbe\xfb\x02\x05\x8f\x30\xfe\x7a\x36\x53\x07\x8a\xf7\x50\xf8\x8f\xd5\x5d\x5a\x22\x4b\xc4\x7c\xda\x99\x36\x9d\x0f\xcb\x95\x79\x19\x13\xe1\x7a\x2f\x56\x4c\x72\x74\x1f\xd5\x19\xee\x59\x3d\x95\x59\x7a\x07\x85\x30\x58\xbd\x93\xce\x35\x40\x83\x74\x5e\x3b\x9f\xdc\xd3\xe5\x68\x9c\x89\xde\x9c\xc4\x72\xf9\xab\xc9\x55\xb4\x64\xa2\x60\x53\x83\xc9\x20\xc6\x39\x7a\x5f\xfd\x3d\xd3\x7a\xcc\xc5\xc8\x87\x35\xa7\xcc\xba\x31\xa4\x88\xc3\x15\xa9\x66\x4c\xd8\x89\xa0\xfb\x25\x3c\x66\x1f\x71\xa2\x01\x91\x00\xcc\x1a\xe2\x68\xea\x0f\x00\xbc\x78\xb1\xa2\x9d\x69\x00\x92\x2e\xa2\xf1\xbb\x9f\x00\xa8\x57\x8a\x49\xee\x1b\x02\x40\x44\x89\xec\x3f\xc0\x0e\x60\x2b\x2b\x1a\x7c\xf8\x0e\x00\xca\x4d\x92\xff\x78\x12\x80\x3f\x56\xfa\x0a\xfb\x14\x40\xf8\x59\xf9\x37\x3c\x96\xbf\xf3\x72\xd6\x62\x1b\xb4\x35\x94\x06\x81\x29\x4a\xd5\xf8\x20\xf2\x01\x69\x22\x64\xd4\xb6\xd9\x45\x8c\x48\xef\x65\xef\xd9\x17\x76\x18\x5f\xe9\x7a\x31\xce\x25\xe9\x12\x2e\xc3\x4e\xa5\x44\x27\x8b\x9f\xc2\x05\xa1\xd7\x90\x84\x07\xaf\xca\x6a\xd7\xbe\xe9\xd3\x4e\xdb\x56\xe5\xa0\xfd\xb4\x5b\x16\x7a\xca\x8d\xbe\xef\xd5\x19\x59\xbc\x59\xa2\x31\x19\xa1\x7f\x71\xa9\xbd\x70\x7c\x34\x0d\x51\xb5\x1c\x91\x5f\x79\x67\x0a\x79\x6b\xa5\x21\x47\x95\x92\x0b\xd4\x73\xc4\x84\x76\xed\x6c\x9a\x50\x7b\x91\x69\xe4\x5a\x5d\x8a\x40\x13\xb3\xd9\x14\xda\x35\xa1\xa9\x8e\xd5\x22\x07\x1d\x9f\x60\x47\xf1\xc1\x94\xbf\xb4\x38\x83\x3d\x14\xde\x52\x9c\x61\xc9\x8f\x75\x08\x85\x02\x75\xcb\x83\x58\x62\x90\x36\x00\x2b\xab\x78\xec\x56\x3a\x00\xbe\x3e\xe1\xe7\x3b\x1d\x00\x64\xe4\x45\x26\x18\x58\xfe\xe0\x20\x90\x42\x6c\xfb\xaf\x02\xd8\xf7\x89\x8c\x1d\x9e\xdf\xe0\x20\x42\xd4\x24\x03\x4e\x8d\x6c\xe4\xc4\x24\x92\x94\xee\x89\xa9\x02\xa4\xb0\x69\x30\x2a\x6e\x07\xa1\xa4\x04\xc3\x93\x08\x47\x12\x29\xb2\xd5\xea\xaa\x53\x0e\x61\xce\xbf\xd2\x3d\x2c\x3c\x13\x7f\xcc\xfd\x62\xf4\xd1\x34\x6f\x6c\xb7\x43\x6e\xb1\xc8\xf9\x54\x0c\xab\x65\x62\x07\xb9\xec\xe6\xda\x84\xd1\x85\x91\x85\xea\x95\xd5\x65\xbd\x95\xcf\xe6\xb5\xf7\x56\x3f\xe8\xcc\xcd\x97\x57\x0b\x7f\xb8\x61\xe0\xb5\x50\x50\x29\xf0\x2c\x0b\x99\xbc\xe8\x5e\x2e\x70\xaf\xd5\x44\x66\x49\xa9\x64\x6a\x90\xd3\xd4\x7b\x39\xb5\xc0\xbd\x67\xd0\x4c\x60\xa5\x20\xd7\xa3\xfd\x9d\x39\xd7\x6a\x76\xa6\x6f\x13\xd1\x42\x73\xcd\x33\xb5\xa5\xf6\x9a\x25\x76\xed\x75\xf2\xa7\xca\x65\x2b\x4d\xf4\xa5\xf8\x9b\x14\x1f\x4c\x31\x9d\xd5\x1b\xcc\xed\xc8\xef\xf9\x7c\xd6\x38\x0c\x29\xe2\x5a\xae\xb7\x35\x02\xdb\x1f\x72\x10\x80\x35\x41\xf4\xc1\xd6\x3d\x00\xc2\x06\xc2\x2e\xf4\x76\x00\xb2\xcb\x42\xed\xbb\x8d\x37\x38\x08\xb3\x24\x81\xf7\xfb\x0d\x01\x5c\x56\x44\xb7\x1f\xad\x07\xf0\x9d\x15\x96\x3b\xf6\x02\x20\x6a\xaf\xe8\xd7\x93\x69\x00\x89\x9d\x92\xd3\xe7\x82\x00\xd2\x45\x15\x10\x22\x6f\x01\x9b\x71\x5f\xdd\x4f\x69\x14\x38\xd3\x5f\xeb\xfb\x23\x8f\x91\xe6\x93\xb6\x9a\xfb\x3a\x47\xff\xf6\xc4\x34\x78\x09\x46\x18\x67\xc6\x62\x66\x9c\x6f\xe7\x5f\x2b\xb6\x43\x8b\x59\x87\xb5\x5f\xaf\x36\x5a\x2d\x31\x7e\xf8\x38\xa7\xc1\x7d\xa5\x4f\xbf\x74\x6e\xd3\xc5\xfe\x6f\x67\x0d\x36\x7f\x77\xaa\x6b\x9c\x90\x35\xda\x35\x5f\x71\x61\xd7\x43\xa4\x29\xfb\x42\x68\x35\xf5\x2d\x6a\x33\xae\x25\x89\x52\xeb\x5e\x03\x8b\x4d\xcb\xa7\x8b\x0c\xdb\xa5\x2d\x93\x56\xb8\xce\x57\x37\xbd\xb1\xea\x5a\xa5\xca\x71\xad\xfd\x60\x1d\xbc\x8a\xcb\x90\xaf\xac\xb4\xe9\x58\x0b\x4f\xdb\x5c\xba\x6c\x93\x8e\xb6\x49\x2c\xa7\xe4\x22\x9d\x97\xb3\x45\x61\x92\xa2\x93\xb2\x33\x6d\x2f\x60\x4f\x46\xd0\x66\x64\xd9\xdd\xc7\x8a\x86\x57\x03\x70\x7c\x16\x1d\xa5\x2d\xd8\x98\xff\x2b\x96\x08\x0a\xec\xd6\xdf\xe0\x20\xac\x96\x05\xd8\xf7\x3f\x07\x40\xe5\x09\xc8\x1c\xa2\x06\x08\x4e\x15\x56\x67\x8e\x07\x88\xdd\x23\xfc\xee\x04\x1d\x40\xda\xb8\xb8\xc1\x99\xbb\x00\x39\x5b\xe5\x77\x8b\xee\x06\x38\x4f\xad\x72\x42\x61\x3f\xc8\xe6\x8d\xea\xb8\x1b\x0e\x90\xe6\x32\x64\x4d\x88\xce\x9d\x84\x9b\x31\x1f\x9d\xe2\x23\xcd\x71\x9b\xfc\x4c\x82\x5d\x73\x9b\xd0\x6f\xdc\x6a\xf2\x1e\x56\x7c\x5e\x93\xb1\xe5\x6f\xd7\xae\x9b\x5c\x29\x31\x31\x7b\xfa\xb6\xd9\x85\xe2\x85\x79\xd7\x63\x94\x3d\x37\xda\xbc\x73\xd4\xcd\xcc\xee\xbb\x4b\x03\xea\x66\x82\x65\xeb\xbc\x6f\xed\x72\xdf\x56\x2b\xf3\xc5\xd3\x95\xed\x97\x73\x6c\xac\x96\xcc\x4a\xdf\x37\x23\x6d\x26\x97\x03\x0b\xa7\x6a\x5e\xd9\xdd\x59\x09\x39\x7f\xa4\x3c\xda\xbe\x6b\x55\x35\x7b\xa4\xd8\xc5\x41\x76\x95\x94\xd1\x5d\xc0\x6b\xff\x66\x6d\x25\xe5\xd0\x6f\x1f\x8c\x8e\xc3\x1c\xc6\x2c\x66\x24\xb5\xdb\x11\x85\x69\x8c\x66\x49\xae\x75\x50\xc3\xc6\x87\x4e\x03\x9c\xee\x17\xce\xa3\xad\x03\x10\x29\x13\x4c\xa3\x7b\x0a\xa0\xc2\x2a\xd8\xcb\x70\x0e\x00\x11\x28\x20\xb4\xd7\xf3\x0f\x0e\x82\x91\x8f\x8a\xf1\xc7\x7e\xc0\xc0\x1f\x79\x34\x18\x20\xb9\x46\x60\xec\xb8\x3a\x40\xce\x37\xe1\x2e\xf6\x6b\x00\x85\x4e\x52\xe7\xf8\x33\x00\x4a\x0f\x2a\x72\xc8\x31\x83\x4d\xc9\x63\xcd\x53\xfa\xc6\xe4\x1d\xf9\xd2\x48\x5d\xa7\xfd\x84\xd9\xd4\x74\x3b\x96\x88\x33\xd8\xcc\xa0\x5e\x7f\xcd\x7c\x24\xfa\x8c\xc7\xdd\xac\x9b\x35\xe6\x2b\xab\xf6\x66\x97\xfb\x9a\x35\x96\x2a\x4d\xdb\x5e\xf0\x75\xc4\x7c\xbe\x67\xcc\xf0\x39\xad\x83\xf8\x6c\xcc\xbc\xe6\xab\xc3\xa5\xe8\xa1\x97\x56\xf7\xbe\x39\x34\x7d\xee\xd5\xb5\x59\x9d\x97\xab\x23\xb6\xae\x38\x38\x2c\x1c\xbb\xf0\xb4\x01\xe3\x70\x63\xb1\xbd\xa2\xa3\xaa\xcc\xe9\xce\x52\x58\x19\x7b\x99\x80\x53\xfe\xf2\xfb\x82\x8f\x05\x6f\x9d\xbd\x57\x46\xf2\x78\x73\x3f\x3a\xd3\xaf\xd1\x67\xb4\x64\x14\xb8\x14\xae\x25\xa7\xc5\xa4\x89\xbb\x84\xa2\x39\x92\xfd\x12\x3b\x5d\x4f\xa0\xa7\xe2\x6f\x25\x30\xb9\x72\x62\xf8\x63\x31\x71\x22\x2e\xfd\x98\x3b\x51\xb5\x00\x5c\x76\x42\x16\xdb\x0d\x37\x38\x08\x75\x07\xde\x5b\xbb\xf2\x00\x90\x56\xbc\x0e\x0c\x37\xfe\xcd\x41\xc4\xda\xf2\x04\x1d\x1e\x03\x48\xb7\xe6\x3b\xca\x44\x06\x28\xa2\x15\x38\x7c\x32\x04\xa0\xbc\x5b\xbc\x97\xf7\x3d\x40\x55\xb2\xbc\x88\xec\x36\x70\xaa\x79\xab\x96\xa5\x37\x4c\x82\xf2\x55\x03\x2f\xa7\x44\x42\x65\x9e\x84\xb5\x42\x54\x3c\x76\x6f\xcc\x45\x6f\xa9\x22\x8b\xd5\x2b\xbe\x3b\xd3\xf9\x1b\x67\x96\xb9\x1d\x67\x2e\xf7\xb4\x7f\xfd\x4a\xb2\x78\x3e\x2e\xd8\x93\xf4\xd2\xcb\x72\x72\xf6\xda\xd5\xb5\xa1\x4c\xbb\xcf\x9f\xf3\x3a\x2f\xf7\x84\x38\x7c\x9d\x3b\xd6\x46\x6a\x0d\x73\x16\xfd\xbe\xa9\x49\xa1\xf6\x95\xab\xf9\xbc\x5c\xfd\xc7\x2a\x2a\x57\x8f\x85\x91\x9a\x23\x85\xd4\xa8\x89\x45\x62\x05\x22\xd7\xd1\xfd\xf8\xb2\x68\xf1\xdb\x2c\x57\x54\xd7\x0a\x32\xdf\x3b\xed\x3a\xea\xc9\xaa\x7a\x8e\x6b\x92\x97\x7b\xda\xda\xb6\x4c\x26\x8a\x0f\x26\x6e\x27\xca\x12\xdd\x9c\xf0\x25\x8a\xcb\x5d\x04\x73\x26\x4e\x39\x9c\xc5\x3d\x10\xd3\x1d\xcd\x0a\x70\xae\x84\x7f\x6a\x9b\x32\x80\xd4\x73\x41\x3e\xfa\xd9\x3f\x3c\x08\xab\x5c\xdd\x0c\x3e\x00\xae\xef\x38\x3b\xf7\x72\xfe\xc1\x41\xd8\x71\x6e\x3f\xa8\x02\x90\x87\xe6\x16\x3e\x26\xb5\x91\x13\xd3\x90\x23\x44\x73\x36\x05\xa0\xa9\x46\x3a\x4e\x8a\x15\xf2\x5a\xfc\x94\x1a\xb4\x15\xc9\x8c\x17\x9b\x74\xa4\x1d\x77\x12\x06\xaa\x74\x4c\x07\x22\x05\x31\x5d\x19\xcb\x28\xda\x12\xa7\xef\xd4\xa1\x9a\x71\xfc\x6d\x74\x53\x24\x1f\xba\xfa\xde\xee\xf3\x4f\x2b\xdc\x68\x87\x5b\xae\x9b\x0d\x81\xf3\x89\x19\x81\xfe\xd9\xee\x93\x6e\x34\x9f\x0c\x7b\x0e\x36\x1d\x71\xbf\xf3\x25\xfd\x8a\x6f\xa5\xa7\xd7\xde\xb9\x4b\x6d\x8e\xc5\x66\x5e\x1c\xdf\x27\x1a\xe3\xfe\x4f\x0e\x46\xdf\x9b\x7e\x05\x72\x67\xff\x97\x0f\x86\xc2\xc1\x04\xed\xf3\x1a\xc5\x78\xc5\x0c\x03\xf0\x26\xf1\x21\xb6\xaf\x02\xc8\xce\xf3\xe6\xd1\x5d\xde\xf0\x20\xd8\x54\x9e\xf5\xde\xf5\x12\xc0\x2b\xe8\xac\xc2\x1e\x59\x80\x48\xf7\xd3\x0c\x7b\x5e\x03\x64\x75\xb3\x17\xef\xdb\x0e\x50\x4e\xcb\xee\xb2\xbf\x0a\xa0\xa1\x8f\x6b\x2b\x73\x12\xc0\xa5\x97\x7c\x97\x38\x58\x00\xba\xd7\x44\x4f\x0b\x96\xc2\x78\x1f\xb5\x6c\x8e\x6a\x37\xd9\xf0\xea\x4d\x75\x31\x5b\x15\xc2\xf3\xcb\xcf\x0c\x87\xc2\xdf\x2f\x75\x55\x1d\x73\x38\x51\xc2\x39\x61\x96\x71\x28\x54\xb7\xcd\xf0\x4e\x77\xf4\xc7\xe2\x93\xbd\xe1\x3d\x47\x43\xe0\x3a\x76\x30\xb1\x55\xd1\x7f\xe7\xfb\xd2\xdb\xda\x55\x88\x40\x9d\x8f\x5c\xfd\x5c\x05\xd3\x41\x15\x9f\xf7\x5e\x75\xc8\xa6\x09\xca\xff\x3a\x77\x79\x24\xed\x71\x60\xfd\x77\xc5\xa6\xcc\xc4\x53\x41\x45\xf3\x57\xea\x2d\x7f\xe7\x01\x5d\x0a\x6e\x5b\x24\x57\x4c\x86\x2d\x04\x3e\x5c\xbe\x52\xe4\x11\x1a\x12\x50\xbc\xf2\x38\xef\x19\x85\x83\x09\xe2\xf4\xbf\xb5\x16\x92\xce\x1f\xa8\xe9\x4f\x8d\xde\x95\x62\x10\xb0\xd3\xcf\x18\xdd\x9f\x70\xd9\xcf\xd5\xf7\x35\x26\x3a\x06\x05\xc0\x4d\xe4\xd9\xbc\x8d\xbc\x31\xff\x47\x2c\x9c\xcd\xa3\xdf\x0c\xe0\x78\x93\xbd\x83\x7e\x3b\x40\xc0\xf5\x93\x38\xfa\x13\x00\xc9\xd5\xb4\x88\x1f\xdf\x43\x0a\xef\xb1\x12\x77\xf3\x03\xd4\x03\xcb\xe2\x2e\x61\x80\x8e\xfd\x27\x97\xf7\xbd\x05\xb8\xf6\xed\x9c\x19\xcb\x51\x80\xa1\xdd\x02\xed\xdc\x5f\x00\xee\xf3\x49\x1e\x55\xd8\x4a\xbe\x30\x7c\x45\x71\xda\x42\x06\xaf\x75\xfb\x8d\x8e\x72\x58\xef\xfb\x90\xce\x4a\xab\xd4\x82\xa3\xf7\xee\xd4\xbe\xf2\x43\x34\xdd\x6e\x5d\xcd\xa7\x4e\x2f\xe9\x73\x2c\x9b\xc8\xa8\x68\xbb\x7d\x33\x28\x7b\x34\xe9\xe6\xb3\xa6\xbb\x74\x29\x25\x89\x4e\xd3\xbe\x37\x86\xe2\x5b\x13\x9a\x3e\x65\xf5\x5c\x8b\x65\x89\xd3\xfc\x6a\xde\x61\x1a\x69\x1d\x57\xf8\xed\x5d\xf3\x9d\x70\x62\x0c\xe7\x7c\x65\x7d\x7d\xe8\x85\x98\xa3\x8b\xc7\xab\x9f\x04\xe7\x47\x11\x96\xda\xcb\x94\x02\x65\x23\x71\x2b\xaa\x05\x74\xfe\xc3\x91\xda\xab\x62\xb9\xb4\x14\x0f\x8a\xef\xed\xb0\x81\xb5\xb1\xd4\x30\x9f\xaa\xb0\xad\xe8\xc8\xa4\x6d\x5e\x0f\x43\x55\x31\xae\x31\x18\xcf\xdc\xd0\x4e\xcc\x68\x54\x1d\x80\x68\x09\x6f\xc4\x4e\x4e\x00\x4d\x73\x2e\x16\xba\x8f\x00\xe6\x06\xec\x3e\x3b\xdd\x00\xdc\x73\xd9\xd8\xe9\x98\x00\x22\x1f\x6e\x4d\xff\xb1\xfe\x1c\x59\xa6\xb3\xdb\xb3\x36\xe6\x9e\xed\x97\xd6\xe7\xbf\x91\x9b\x22\x7f\xd4\xe1\x71\x36\xa1\x03\xe1\x00\x63\x7e\xdc\x25\xec\x33\x00\x6f\xb6\x88\x88\x8a\x63\xe1\xf0\x7b\x09\x99\x76\x24\xc3\x5c\xf4\x0b\x07\x0d\xb7\x00\x93\xa7\x1f\x86\xf7\x99\xb6\x67\x25\x5d\x6d\xe9\xe7\xf6\x38\x57\x1b\x54\xbe\xe5\x72\x4a\x02\x4d\xe7\x74\x9a\xe2\xc5\xc5\xc6\x8b\xd7\x75\xa3\x6a\xea\xd7\x1e\xeb\x0d\xde\x0d\x26\xd4\x3c\xfd\x78\xe9\x3a\x6b\x90\x6a\xd9\xcd\x2f\x02\x9d\x57\x03\x0a\x8a\x6e\xcc\x3d\x6b\x53\xf2\xbf\x7d\x5e\xed\xfb\x64\x63\x93\x9f\x53\x8e\xe7\x42\xc3\x85\x93\xbf\xf9\x8f\xe7\x19\x2b\xcb\x92\x25\x5b\x29\xfc\x87\x97\x71\xb2\xc5\x6a\x58\xf6\x55\x8f\x8e\x24\xf3\xb5\xe4\xb4\xfb\xee\xc5\x89\x9b\xd0\x46\x49\xbd\xee\xb4\xf1\x39\xe8\x99\xf8\x87\x6e\xe8\xb8\x9d\x98\xea\xe8\x22\x57\xa9\xd8\x79\xac\x41\xb8\x3b\x80\x8c\x3b\x77\xef\xce\x04\x00\x6d\x2b\x8e\xed\xdb\x3f\x01\xd8\x95\x9e\x38\xb5\x3d\x19\xc0\xef\x1e\x0b\x76\xfb\x95\x8d\x1c\x04\xca\xfd\xf7\xe6\xf5\x79\x70\x7f\xe2\x2f\xfe\x83\x32\xff\x7d\xf3\x69\xc7\xe0\xcf\x39\xf0\x00\xc7\xe5\x23\x9e\x00\x2b\x4a\x02\x67\xf9\xec\xd6\x2a\x57\xcf\x48\x0e\xe9\x08\x4c\x7e\xf8\x9c\xa8\xaa\xe9\xfe\x7a\xc8\x72\xaa\x1a\x39\x9c\xf8\xea\xe2\xca\xf3\xed\x2e\xfa\x65\x16\x99\x1e\x0f\xec\x23\x27\x5b\x65\x22\xde\xdd\xf3\xac\x49\xec\xdc\xea\x43\x1c\x7a\x75\xbf\xef\x6a\xac\x5b\xf9\x60\xf4\xa7\x77\xdd\xed\x6e\x2c\xdd\x5d\x73\xb4\x97\xfc\xdd\x74\xda\xa6\xbf\x8b\x5d\x1c\x74\x7d\xd7\xc8\xb8\x10\x7c\x61\xaf\x6b\x49\x4d\xc2\xd2\xe9\xf2\x00\x57\xee\x4a\xae\x65\xd5\x62\x23\x17\x86\xb2\xc9\x95\x98\xf3\x5e\x2e\x6c\x45\x77\x57\x5d\xb2\xcb\x9d\x51\xf9\xfd\x6b\x7e\x69\x8f\x9d\xfa\xf2\x8c\xd1\x6a\x49\x2d\x2e\xd4\x59\x97\xd1\xee\x49\xbb\x1c\xfd\xb3\xaa\x31\x99\xd1\x37\x1d\xb7\x66\x38\x61\x59\x23\x1c\x1c\xcf\xa5\xb6\x60\x93\x42\x97\x01\x14\xee\x9c\x0d\xd8\x71\x0e\xc0\x58\x93\xed\xc2\xf6\x51\x00\x87\x86\xad\xf5\x54\x7f\xe4\x61\x64\xaf\xaf\xbf\x4e\xec\x57\xed\xa1\xf9\x55\xef\xaf\xe7\x60\xbc\x59\xbf\xff\xbd\xe1\x81\x3f\xae\x44\x77\x12\x3d\x01\xc0\xcb\x7e\x66\x68\xa6\x88\xbc\x57\x22\x5e\x35\xf0\x09\x82\xe0\xa6\x44\xb0\x33\xe8\xf1\x58\x61\x32\x78\x18\xbe\xaf\xe2\xc0\x9c\xb8\x83\x67\xce\x5c\xac\xdd\x4c\x64\xc8\xd0\x85\x62\x3f\xee\x69\xba\xf2\xa9\x8b\x5d\x4e\x93\xef\xd7\x86\x8a\xda\x0e\x59\x2e\x4f\x7d\xfd\xaa\x7d\xa9\xc8\x5a\x68\xf4\xfd\xf7\xb3\x8d\x09\xd6\xec\x43\x6b\x0b\x5d\xd5\x54\x36\xdc\xd7\x95\x97\xe8\xcb\xfa\x6d\x43\x3a\x0f\x2c\x1f\x2c\x16\xb5\x69\xba\x14\xbc\x52\x93\x77\xd8\x96\xba\xa9\x62\x35\x30\xab\xce\xf6\x50\xbd\xc3\x9a\x5a\x1a\xc1\x26\xa2\x86\x80\x96\x4f\x12\xb7\x69\xae\xdc\x83\x9e\x89\x23\x51\x72\x4f\x6c\x3e\x16\xdd\xc7\x7c\x88\x4c\xb0\x39\x50\x98\x82\x75\x0b\x53\xb0\x9a\x28\x38\x85\x3b\x12\xf8\x1c\x40\x3d\xe9\x14\xd7\xb6\x40\x00\x4b\x0c\x33\x07\x0d\x0a\xc0\x67\xfd\x9e\x77\xe2\xfa\xfc\xb7\xdc\xef\x57\xfd\x9d\x87\xa1\xfc\xab\xbe\xf2\x5d\x5f\x3f\xe7\xef\xdf\xfd\xdd\xa9\xa8\x56\x59\x01\x58\x86\xe9\xb9\x67\x36\xc1\x02\x4f\xf3\x99\xa6\xa7\xad\xe4\x6c\xf1\x69\x79\xa9\x41\x41\x62\xb7\x72\x92\x69\x7b\x93\x1b\xde\xc6\xe0\xae\x77\x7c\x9e\x27\xa6\xcc\xce\x2d\xde\x2e\x94\x6f\x75\x6f\x20\xa9\xe0\xb6\xc7\xa9\xe5\xee\x42\xee\x32\x6a\xbb\x8b\x4b\x79\xdd\x81\x95\x72\x26\x25\x0b\xab\x6f\xc9\x35\x80\x34\xfe\x12\xb9\xf0\xaa\x22\xd6\xe8\xf8\x24\xfd\x52\x4b\x51\xa1\x49\xd4\xe3\x7d\xcb\x5e\x05\x36\xa6\x74\x77\xfd\x56\x6e\xe4\x98\x99\x2a\x0f\x96\xad\xce\xa4\xa7\x9a\x9e\xe9\xab\x5d\x1b\x4f\xe6\x30\xdb\xd1\x75\x10\xad\x97\x40\xa6\x78\x2f\xcc\xee\x37\x1b\x61\xd2\xa2\x6a\xcd\x50\x8d\xe2\x58\xde\xb0\x6f\x94\xfc\x13\xb3\xb4\xea\x2a\x1c\x63\xa0\xbb\x19\x5f\x85\x0f\xae\xd6\xb7\x15\xc0\xe0\xf4\xf1\x23\x34\xf5\x00\x76\xeb\x7c\x07\xe5\x39\xc8\xfb\x4a\xf5\x37\x07\xb2\xce\x07\x3c\x67\xa4\xfa\x27\x07\x42\x45\x45\xb5\xf0\x65\xfd\x1e\x3c\x11\x80\x79\x8e\x3e\x79\x8c\x1d\x80\x9b\x97\x9d\xea\x66\x3f\x6c\x17\x03\x09\xbb\xcb\x45\x24\x23\x95\x5a\xc3\xe6\xf2\xdb\x84\x87\x06\xcf\x1c\x4f\xa7\x44\xe3\x1e\xda\x06\x07\xc6\xf8\xb3\x62\xc2\xfd\x95\x13\xae\xb9\xb6\xa0\x0d\xb2\xd2\xd2\x3e\xd8\xd2\xac\x0d\x34\xbc\xcc\xdc\x6a\xb2\xb2\xda\x70\x57\x26\xa7\x57\x5f\x79\xa5\xe4\xfb\xbb\xf3\x27\x74\x0d\x57\x9e\xad\x04\x65\x5d\xd7\xcb\x9b\x55\x5f\xf5\x49\x97\xfc\x9d\xfb\xc1\xff\x04\x83\x46\xc4\x9f\x32\x94\xbb\x5f\x89\xfe\x1a\x13\x65\xf8\xf4\xb6\x05\xc6\x3c\x4a\xc7\xe0\xc6\xe0\x07\xac\x69\x48\xb8\xa1\x51\x9f\x23\xf6\x6e\xd0\x3e\x44\x73\x27\x09\xfb\x21\xb0\x1b\x71\xa0\x3d\x1e\x97\xe6\x8b\x40\x2c\xb7\x3a\xe1\xae\xf8\xf8\x22\x43\x2f\x3a\xe1\xf0\x5e\xcd\x00\x16\xc1\x47\xfb\xb6\x24\x02\x78\xae\x3f\xe7\x29\xa7\xa9\xfe\xe2\x40\xae\x9d\xfe\x7b\xfe\xfd\xf1\xd3\x9f\xeb\x5f\xde\xf4\xf7\xef\xfe\x4f\x97\x00\x98\xcb\xe9\xbb\x6f\xcb\x01\x70\x3f\x3e\x95\xd1\xb9\x1d\xc4\xc5\x1f\x8a\x16\x5f\x98\x24\x9f\x50\x26\x6b\x28\xe7\xb1\x11\x1f\x19\x74\x9b\x57\xc4\xb8\x13\x0c\x6d\xa4\xdd\xe2\xbc\x1c\x70\x83\x3e\x9c\x41\x82\x4e\x2f\x71\x9b\x92\xdc\xc2\x91\x36\xd4\x58\xfb\xd2\xaa\xa8\x5b\x26\x4a\x98\x91\xae\xb2\xd8\x13\x06\x5b\x31\x87\x9e\x26\xc7\x17\x6b\x39\xa1\x1b\x56\x9d\xe2\x67\x28\xfc\x83\xe6\xc5\x05\x2f\xf4\xe7\x48\x8c\x96\xd4\xcc\x37\x4c\x49\x58\x85\xd6\x8b\x57\xa3\x58\xdd\x20\xbc\xf6\xa7\xb1\x00\x6c\x62\x10\xa3\x8e\xe1\xa3\x4d\x38\x6a\x7f\x03\x9d\x5d\xf7\x6c\x71\xa5\xde\x81\xba\x0c\xb7\x36\xe3\x7a\xbd\x56\x75\xb9\x06\x86\xf0\xd4\x9e\xfb\x74\x7d\x7a\x05\xf0\xfe\xa8\xcd\xba\x6d\x5d\xda\xf8\x7e\x17\xf4\xc6\x73\x10\x55\x42\xf5\x17\x07\xd2\xce\xb1\xbe\x0f\x04\xfc\xaa\xef\x63\xff\x6b\xfe\xfb\xb6\x73\x7d\xfe\xb9\xb0\x7e\xff\xd7\x08\x80\xea\x13\x15\x55\xd7\x27\x00\x9e\x7e\x36\x12\xc5\x03\x51\xf4\x9a\xdc\xa4\x1c\xaf\x30\x46\xc9\xc1\x08\xe5\x20\xaa\x59\xdf\xb0\x6d\x43\x8d\x12\x94\x3d\xb2\x51\x1c\xf6\xee\xf8\xd5\x98\x40\x4f\x6a\xcb\x0c\xbc\x57\x5e\xbc\xcf\x90\x71\x03\x8e\xd4\x60\xea\x6f\xa2\x7f\x13\x57\x38\x60\x1d\xb0\xa4\xb5\x88\x93\x1f\x0f\x09\xbc\xaf\xd6\x81\x63\x5c\x9b\x0f\x64\x51\xdb\x87\xd3\xc3\xa6\xfb\xbb\xa8\x34\xe3\x68\x70\xbe\x9e\x8e\xaa\xa7\xe6\x93\x70\x37\xdd\x9f\xa9\xc9\x4e\xc7\xe2\xbe\xb8\x3b\xab\xad\xbd\x29\xc1\xef\x43\x95\xab\x4f\x3f\x5b\xc0\xcb\xb9\xdd\x56\xb7\x7b\xfc\x19\x7f\xcb\x79\xb3\x46\xd0\x83\x33\xf8\x61\x67\x6e\x8d\xb9\x3b\xcc\x84\xad\x8e\x85\x1a\xe4\x9b\x22\x04\x0d\xfb\xe8\x8d\xfd\x80\xe2\x03\x69\x68\xa3\xfa\xcb\x03\xf1\xb7\x0f\x05\x33\xf0\xf7\xfc\xf7\x9f\x39\x00\x5d\x53\x00\xc7\xb5\x76\xc7\x5c\x2c\x00\xe0\x31\x3f\xb1\xbb\x34\x12\x6e\x8b\x75\x71\xd3\x67\xf2\xc3\x3e\x65\x69\x29\xfd\xe8\x6c\xb2\x86\xbe\x80\x7a\x92\xaf\x0f\x49\xc8\xaa\xcf\xf8\x26\x85\x7f\xb0\x49\x25\xca\x87\x1f\xb1\x93\x35\x4f\x25\xbc\x4a\x5b\x73\x5c\x30\xc2\x13\x02\x4a\xc9\x2e\x68\x7d\x6b\x82\xd4\xa5\x0b\xae\x0b\xda\x08\x3c\xf6\xe6\x67\x14\xbb\xfa\x76\x7c\xf7\xeb\x2c\xd4\x65\xe5\x05\x7c\xf7\x6a\xab\x9b\x2e\xc5\xfb\xa0\xb8\x46\x08\xc7\xbf\xb1\xef\xa0\xe4\x5c\x28\x36\x7c\x17\x25\x04\x58\x5b\x29\x15\x7e\x1c\x21\xd8\xda\x78\x2a\xb5\x4d\xf6\x12\x7a\x2d\x5f\x29\x3b\x8e\x87\x13\x86\x2d\x2f\x28\x3f\x1c\x0b\x23\xbc\xb5\x3c\xa9\x34\xf3\x98\x91\x68\x68\xb2\xb6\xc1\x81\x94\x47\xfe\xaa\x7d\xeb\xfc\xdb\xf3\x75\x1f\xc4\xb2\xc8\x8f\x4a\xa8\x5d\xe7\x80\xb2\xd6\xe7\xbf\x55\xeb\xf3\xdf\xf5\xf9\x5e\xfb\xfa\xe7\xa2\x7a\x1a\x80\x4a\x70\xc3\x03\x91\x3b\x08\xaf\xc5\x1d\x38\x69\x12\x1e\x83\xab\xd2\x5e\xe1\x8f\x21\x61\xe4\x47\xba\x75\xf2\x35\x1e\xba\x64\x06\xf3\x30\xad\x71\xfb\x49\x92\xbd\x0b\x23\x32\xde\xf2\x1c\xc9\x38\xf0\x83\x91\x9f\x69\x10\x89\x2a\x7e\x97\x99\x0d\xb2\x8c\xd8\x91\xf3\xd4\xd2\x48\x4f\x87\x98\x72\x21\xd4\x4a\x4d\x8b\x99\x68\xdc\xf9\xc9\xda\x52\x7d\x17\xf1\xec\x50\xbd\x8d\xb0\xf2\x0c\x01\xfd\x9a\xca\xe6\x9b\xe2\x7d\xc2\xc7\x05\x49\x9b\x64\x4a\xde\x85\x5c\x37\x71\x82\xa8\x63\x4c\x23\x9b\x45\x52\x20\x0e\x1a\x74\x53\x72\x2e\x64\xe3\xe6\xab\x88\xdf\xf4\xf5\xe4\x78\x3f\x8d\x10\x5f\x1b\xa8\xcb\x5d\x7b\xaf\x4a\x9c\x34\x08\x92\x47\xbe\x19\x23\x3e\x33\xa4\x07\xc8\xd5\xa6\xfa\x8b\x87\xa2\xf8\x50\xbe\xfc\xca\x85\x5a\xf7\xe1\x7c\x5e\x9f\x63\xbe\x50\x5f\x9f\xff\xa2\xfe\x9e\xff\x52\x3c\x10\x15\x38\x00\x96\x0b\xf4\xf2\xb9\xd7\x00\xce\x36\x1c\xbc\x93\x22\x09\x20\xba\xc0\x7e\x29\x52\x1f\x5a\x14\x3a\xf9\x58\xfd\xa8\x40\x4c\x3b\x49\x7c\xc9\x19\x47\x6e\x31\x29\x52\x0c\xb5\xe1\x27\x33\x3a\x4a\x6b\xd9\x9b\x17\x91\x96\x7c\x22\x74\x9e\x1b\xf7\x91\x86\x22\xf8\xf5\xb9\x11\x36\xa4\xb4\x14\x7e\xc3\xb7\xba\xb3\x24\xbb\x22\x15\xa4\x91\x56\x1b\x89\xb5\xfe\xb6\x71\x97\xda\x20\x89\xbd\xeb\x9c\x51\x9f\x72\x1d\x89\xf6\xce\x73\xe3\x33\x8a\x12\xc4\xcf\x2f\xf3\x8d\x73\xe5\xb9\x89\xf3\xdf\x0e\x1b\x65\xfc\x5f\xdc\x83\x94\x38\xce\x92\xf4\x44\x95\x47\xd2\x64\x89\x81\x4c\xaf\x64\x23\xd5\xff\xf5\x0c\xe9\x96\x1a\xcd\x06\x0f\x75\xdb\xfa\xef\x7d\xe0\xd7\xba\xbe\x35\xfd\x37\x07\xf4\xaf\xf9\xef\x7a\x1f\xce\x17\x01\xb0\x54\xd3\x39\x27\xcf\x03\x70\x8c\xed\x13\x8c\x76\x01\x10\x39\xcc\x9a\x1f\x98\x08\xef\xe4\x23\xce\xcd\xa2\x5e\x40\xae\xa6\x9c\x80\xa3\xfd\x2d\xf2\x8a\x71\xae\x4c\x9d\xa5\x3a\xf9\x92\x75\x91\x02\xce\x24\x8f\x1c\xe3\xf1\x48\xa5\x08\x71\x8f\xec\x15\xcc\xa3\xfa\x56\xdf\x9e\xac\x11\x77\x57\x1d\xb4\xe7\xc9\xbc\x59\xe7\x35\x55\x34\xdd\x49\x73\x65\xb7\x74\x42\x55\xbf\x93\x37\xd7\x93\xb4\x46\x95\x53\x49\x83\xdd\xa1\xba\xae\x8a\xd6\xa4\x92\xa1\x7a\xbd\x60\xf9\x4d\xa4\x82\xe7\x11\xba\xcb\x32\x38\x52\xdb\xac\xb8\x8e\xbc\x34\x8e\x74\x07\x3b\xa5\x05\x52\x38\xf2\x3e\x52\x85\x7a\xf8\x6f\xdf\x03\x0f\xf9\x3e\xd9\x56\x0e\x29\x76\x11\x8e\x91\xaf\x49\xb6\x8a\xb3\x13\x04\xc8\xf9\xd2\x99\x00\xd7\xd6\xfb\x30\xb1\xe7\x57\x25\xa2\x7f\xd4\xc5\xd7\xbf\xd6\xf5\xa6\xe9\xff\x3f\xff\x2d\xb5\xfc\x55\x33\xd6\xff\x4c\xc9\x81\x88\x61\x07\xe0\x08\xdc\xd3\x14\xf2\x0c\x40\x84\x96\x25\x96\xe2\x3f\x70\x41\x40\x8b\xc6\x23\xde\x09\xeb\x2b\x60\x82\xd8\x2a\x72\xf5\xb7\xf7\x60\x88\x4c\x74\x19\x97\x09\x37\x58\x23\x7f\xf6\xc9\x90\x63\xd3\x53\x21\xdf\x0b\x2b\x55\xf0\xd3\x2a\x24\xdf\x4b\x48\x55\xb0\xd3\x38\x4b\x2e\xcd\x61\x57\x9a\x55\xb5\x25\xc7\x95\xb5\x28\x63\x95\xfa\xc9\x81\x0d\xd7\x54\x64\x14\xc3\xc9\x27\xba\x95\x34\x6c\xe5\x58\xc8\xfa\xb7\xb6\xa8\x0a\xc8\x5c\x20\x8b\x3e\x7e\xa0\x46\x27\x6d\x44\x16\x9a\xfc\xa4\xfa\x44\x8a\x81\xac\x37\xb7\xa0\x22\x4e\xe1\x1e\xc4\xbf\x92\x5f\x92\x7d\x65\xc3\x29\x7d\x10\x65\x04\x17\xd8\x2d\xca\xb4\x71\x1e\xfe\xe2\x60\x30\xfc\xff\x7f\x0e\xa8\x79\xee\x1f\x1e\x88\x75\x2e\x24\x7e\xdd\x1f\x11\xb0\xbe\x7f\x04\x65\x01\x9c\x62\xde\x25\xef\x8b\x04\x10\xfc\x78\x94\xd3\x2d\x01\x40\x36\x9d\x2d\xdb\x8e\x17\xd0\x2a\x25\xa7\x7b\xcc\x15\xa0\x46\x6f\x9a\x77\x81\xc2\x3f\x18\xba\x01\xd2\xde\x4e\xd4\x4f\xf7\x03\x20\xdc\x0f\x88\x62\xb5\x96\x00\xe1\xd7\x2e\x26\xa3\x25\x01\x0c\x91\x85\xd2\x59\xea\xc5\x40\x95\x84\x93\x39\xaf\x72\x8d\xbc\x9a\xab\x26\x7b\x4a\x29\x86\x3c\x5e\x9e\x2a\x77\x55\x81\x83\x3c\xdc\xa8\x2e\xcf\x24\xb7\x9b\x7c\xb7\x63\xbb\xdc\xb4\x0c\x92\xdc\x77\x7d\x41\x5e\x48\xca\x8f\x7c\x6d\xd8\x50\xee\x26\xc5\x73\x20\xd1\x44\x6e\xfe\xe0\x2c\x2f\x23\x71\x96\xdc\xb9\xb8\x59\x6e\x9a\xc2\x3d\x88\xda\x82\x19\x50\x89\xae\x50\xbc\x48\x14\x1f\x0e\x25\x17\xeb\x37\x07\xb4\xfe\xf9\x68\x9b\x59\xdf\x07\xd7\xf3\x60\xf2\xae\xae\x73\x30\xdb\x7f\xd5\xd0\x75\x7f\x44\xc8\x0c\xc0\xb1\x06\x5a\x43\xaf\x07\x00\x27\x5d\x76\xce\xa1\xa4\x00\xf8\x07\x0e\x5a\x3a\x8a\x00\x48\x73\x1f\x3f\x6e\xf5\x1d\x40\x85\x9d\xbd\xc7\x18\x09\x6f\xb4\x7d\xce\x0e\x1b\x4a\x40\x1b\x62\x94\x47\x49\xf7\x35\xb4\x5a\x22\x78\xe5\x74\x0f\x42\x80\x2b\xa7\x30\x8b\xd6\x27\x08\xf0\x1c\x13\xb6\xd6\x88\x03\xa7\xa0\x04\x91\x67\xaa\xfd\xe0\x14\x15\x21\xf2\x5d\x65\x06\x4e\xa7\x71\x49\xb6\x2a\x9e\x05\x99\xf3\xac\xe2\x57\xe5\x8d\x41\xb2\x94\x49\xfc\xb2\x1c\x35\x9c\xac\x75\x92\x14\x93\x26\xc3\xfe\xcb\xdb\x24\x5f\x4a\x1d\x85\xfd\x7d\x1e\x92\xc9\x12\x7a\xc0\x3c\x84\x90\xc8\x94\x40\x92\x97\x1e\x27\x4b\xab\x8a\x99\xc2\xf1\x89\x73\x12\x27\xc4\x36\xc1\xd1\x8f\x1f\x24\x8a\x45\x39\x41\x61\xb9\x5c\x2c\xf7\xb7\x07\x03\xbd\x7e\x0e\x0c\xfe\x83\x03\x3a\xf1\xab\xd6\xae\xfb\x71\x0a\xa6\x7f\xd5\x54\xb7\xbf\x39\x98\x08\x13\x80\xa3\x2e\x34\xaa\x8e\xeb\xfc\x9c\x05\x02\x60\xbb\x0a\x15\x95\xfd\x10\x00\xd7\xe6\x3d\x9c\x36\xda\x00\x12\x17\x8e\x1d\x32\xbb\x0b\xa0\x68\x78\xe2\xb0\xe1\x3b\x40\x6b\x3e\xe3\x40\xe8\xe6\xc0\x7b\xfd\xc5\x33\x3d\x3a\xfb\xe0\x85\xc9\xf4\xb9\xfb\x5a\x5d\x70\xdb\xe6\x2e\xb7\xa3\x46\x2c\xf4\xb8\x90\x78\x69\xd4\xf7\x40\xb9\xaf\xab\x00\xad\xca\x66\x68\x0a\x8e\xe7\x7b\xaf\x54\x07\xc9\x71\x9c\x42\xbb\x15\xa9\x20\x28\xcd\x5e\xd8\x4a\xfe\x14\x78\xe7\x51\x0b\x0f\xcb\xb2\x80\x7f\xf1\x92\xb0\x9e\xb4\x13\xd8\xd7\x2a\x8b\x18\x4b\xed\x04\xd3\x96\x6e\x91\x29\xf1\x15\x70\xe8\x2a\x10\xbe\x22\xfe\x02\x24\x6f\xd8\x88\x45\x8a\x29\x81\xd6\xfd\x72\x51\x76\x91\x19\xb0\x1c\x63\x16\xfe\x20\xaa\x07\x52\x53\x3a\x62\xea\xdf\x03\xff\xff\x1c\x50\xdd\xfa\xba\x8a\x7c\xfe\x9b\x83\x09\x14\xfd\x55\xdd\xf8\x7e\x55\x2b\x03\x00\xaa\x2b\x54\x54\x76\xc5\x00\xcc\x03\xb4\x02\xe6\xa5\x00\x1c\x41\x74\x0c\x66\x42\x00\xc2\x4e\x8c\xb4\x08\x5f\x00\xb9\x8f\x4c\xfe\xfa\x86\x00\xea\x01\x27\x9f\x68\x0b\x01\x49\x57\x90\x9d\x4a\x6b\x1f\xac\x20\x5f\x9e\x66\xd1\xe8\x84\x0f\x56\x37\xce\xd1\xab\x4a\x01\xda\xae\xeb\xcc\x01\x95\x16\x98\x70\x0f\xe3\x24\x2a\x35\xc2\x6b\x9f\x29\x4e\x9c\x02\x35\xbc\x0b\xce\xe6\x4c\x95\x97\x84\xdb\xb1\x9b\x78\xd2\x64\xbf\x41\x7b\xaa\x33\x1f\x9f\x54\x24\x8c\x64\x5b\x71\x7b\x4a\xd9\x40\x63\xf1\x07\xbe\x41\x89\x09\x68\xab\x64\xe2\x3b\x2a\x21\x03\xb9\x8d\x53\x02\xfa\x22\x5f\xe0\xda\xa5\x55\x9e\x0c\x91\x3a\xa8\xed\x45\xf0\x79\x8b\x5c\x87\xc4\xdb\x47\x04\x9e\x08\x3f\x87\xa4\x47\xc6\x02\x57\x7e\xfc\xeb\x15\x15\x7e\xec\x0f\xd4\x22\xd2\x3f\x73\x17\x59\x63\xe5\x05\xb6\x4e\x02\x70\x49\x2b\x2c\xed\x4c\x06\x10\x67\x97\x2b\xde\x83\xd9\xe0\x20\x34\xec\x54\x47\x59\x32\xff\xe0\x41\x46\x74\x4a\x39\x87\x00\xcc\xdd\x11\x0b\xc2\x37\x00\x67\xd1\x61\x5e\x28\xc7\x0a\x2d\x16\xab\x0e\x36\x6a\xc5\x20\x6e\xbe\xea\xb3\x68\xc8\x48\x7e\x65\x7a\x2e\x6a\xcc\x4c\x8d\x1c\x82\xa4\xc9\x1e\xb5\xd1\x23\xb5\x1b\xee\xab\x76\x73\x73\x20\x85\xe8\xcc\xb6\x37\xb8\x87\x90\xa8\xb5\x38\x6e\x4e\x79\xe3\x89\x57\xd4\x9f\x3e\xc6\xfa\x45\x13\x4b\x55\x23\xa6\xf2\xfd\x26\x89\x55\xca\x47\xe7\xa7\xfd\x76\x13\x5f\x2b\x36\x60\x3f\x78\x97\x93\x64\x14\x26\x70\x3e\xee\x9d\xd8\x32\x05\x07\xfc\x16\x97\xe9\xef\xf5\x8a\x2f\x71\xaf\xdd\x9e\x4f\xc7\x2a\xbd\xc2\x1f\x74\x9d\x7a\x73\x48\x45\x15\x07\xa8\x53\xcf\xb8\x55\x2e\xe1\xa3\x9d\x9f\x3e\x36\x56\x19\xc5\xdf\x73\x7c\x7f\xf7\x96\x1a\x03\x81\xc6\x21\xee\xb6\xac\xda\x61\x82\x8e\x9d\xc1\x20\x8f\xda\x51\x42\x8d\xf5\xe5\xbe\xb3\x6a\x6f\x08\x8f\xac\x72\x7f\xf4\x41\xfe\xca\x8f\xf5\xef\xf0\x90\xf6\xfa\x51\x4f\x1b\xc9\x57\x6c\xa7\x02\xe0\xcb\x91\x35\xa3\x67\xd8\xe0\x20\x54\x3c\x15\xc5\x8f\xd8\x03\x68\xd3\x2b\x2b\x30\xc7\x01\x20\x8a\xd4\x5a\xd9\xde\x01\x98\x5d\xd7\x7a\xc8\xa9\x0f\x60\x15\x60\x40\x10\xe6\x03\xb0\xd6\x33\x1d\x91\x8d\x87\xf3\xd6\xc9\xb6\x52\x1a\x3c\xc0\x6f\xe9\xe7\x75\xdc\xd0\x96\xdc\x6b\x56\x1d\xe9\x62\xc1\x4b\x3e\x61\x9c\x9d\x75\xd8\x71\x3f\xe9\xbc\x61\x4b\xf5\x2e\xd4\x0d\x12\x8d\xee\xb7\x2b\xed\x3e\xbe\xc4\x76\xad\xfe\xdb\x72\xfe\xec\xc4\x3a\x75\xd7\xb1\x06\xbf\x45\xe2\x09\xd5\x95\x0f\xac\xc1\x3c\xc4\xd3\xca\xc9\xcb\x5f\x82\x74\x88\xf9\x4a\x7c\xd8\x70\x3f\x51\xd2\x11\x45\x0e\x9c\xa4\x27\xf7\xd2\x23\xa5\x83\x38\x47\x8f\xc9\x2f\x3e\x4a\x43\xb8\x7a\xf7\x86\xb7\x72\x2a\x5e\xb8\x2a\x8f\x8a\x71\x7a\xd5\x08\xdc\x5b\xf7\x88\x51\x5e\x35\x2c\x6e\xcd\x3d\x62\x98\x4e\x3d\x01\x2f\xe1\x36\x72\x7b\x9f\x86\x10\x3e\xd5\xe5\xd1\x20\xa8\x7f\xc3\x2f\x3b\x5e\xbb\xd6\xa7\xe1\x43\xe0\x70\xd0\xec\x8e\xd0\x98\x24\x84\xda\xfe\xb4\x63\xc9\x4c\xff\x58\xff\x4e\x1f\x29\x9f\x1f\xf5\x94\x81\x4c\x1f\xad\x36\x80\x50\xad\x8c\xf4\xae\xef\x00\x52\xda\x32\xfb\xf6\x9d\x04\x50\x29\x55\xa8\x3d\x42\xfb\x07\x0f\xb2\x4d\x55\xe7\x54\x3a\x80\x15\xb3\xd6\x3c\x37\x12\xc0\xf6\xb2\x3e\x42\xf8\x00\x2c\xdb\xce\x99\x2e\xca\x3f\x86\x04\x9b\x66\x1b\xa4\xa6\x0a\x6c\xb6\x2e\xf2\xdc\x6b\x54\x4a\x0e\xb2\x3c\x1d\x9e\x64\xb3\x89\x34\x6a\x76\x2e\xbd\xd4\x55\x8c\x64\x8f\x64\xaa\x3c\xe1\x49\xf5\x9b\x0b\xf2\xd6\xd6\xbf\xfd\x3c\xb0\x81\xc8\xa8\xe1\xf2\x3c\x20\x84\x87\x50\xa2\xe6\xf9\x31\x3a\xfc\x22\xc5\x07\x43\x3c\xac\x7c\x14\x73\x3f\xa8\x95\xc2\x03\x7d\x4f\x57\x76\xc0\xce\xf9\xc4\xcc\x20\x55\x02\x70\x27\xbc\x6f\x4c\x54\xa9\x85\xe3\x0e\xfb\x4c\x3c\x55\x55\x77\xc4\xb9\x7b\xb3\x3d\x14\x53\xff\x84\x1b\xf7\x28\x1e\xea\xd2\x68\xc6\xf3\xa2\x82\x6f\x30\x68\x1e\xc5\x47\xb8\xfa\x5e\x3f\xa9\xf9\x12\x5f\xea\x32\x4a\xe1\x81\xda\x8f\x69\x8b\x13\xc4\x1c\xc2\x7e\xf4\x41\x3a\xea\xc7\xfa\xe9\x74\x7e\x71\x10\x1c\x9b\x64\xbe\x6d\xdb\x0d\x20\x3a\x22\xb5\xc8\xa0\xf3\x07\x07\xb1\x53\x7e\xf8\x48\x09\x00\x62\x51\x51\x89\x65\x01\xc0\xcc\x42\xe5\xfd\xa9\x1e\x00\x5b\x2b\x4d\x65\x6e\x56\x00\xc7\x58\xbd\x60\x11\x73\x20\x38\x26\x18\xbf\x91\x77\x86\x48\xfb\x12\x6b\x03\x2d\x25\xf2\x1b\x3b\x2e\xd4\x69\x93\x31\xb2\x98\xf5\xb3\x90\x29\x7b\x24\x29\xdb\x9c\x2e\x43\xce\xfd\x34\x69\xa7\xd1\xa3\x0a\x3e\x9f\x8f\xc4\x10\x03\xd9\xf6\xde\xa0\x03\x84\x39\x1d\xb3\x3b\xcc\x61\x7e\x04\x77\x4d\x91\x97\x21\x91\xf7\x09\xd2\x6a\xb9\x9f\xab\xa2\x62\x09\x16\x2a\x8e\xe8\xbe\x88\xef\x04\xb4\xb2\x19\xa6\x20\x78\x86\xc2\x03\xfd\xd3\x8b\xf3\x9c\x4e\xe3\x08\xb6\xdf\xbf\x6e\xd4\x41\xa3\x10\x77\xda\x57\xfd\xde\x36\xad\x93\x38\x15\x5f\xda\x9b\x29\x5a\xf1\xb8\x41\x2f\xba\x6b\xbd\xda\xc9\x38\xb2\x47\x5b\x0f\x59\x5b\x0b\x6f\xef\xf6\xb4\x3d\x55\xa7\x0d\x7f\xc9\x05\xdf\xfa\x58\xa7\x9f\xb0\xdb\xe9\xd4\x8f\x3e\x48\x31\xff\x58\x3f\x65\xfe\x7f\xa6\x48\x4a\x63\xdb\x9b\x0d\x0e\x42\x9e\x55\x7a\xe9\xc0\x76\x00\x0d\xac\xb4\xdc\xc1\x5c\x00\x63\x71\x39\x6b\x66\x09\x00\xab\x62\xa5\xe9\x53\xd9\x00\x0e\xa0\x66\xce\x19\x0b\xe0\xe2\xa5\xc3\x2a\xf4\x1d\x00\x75\x04\xc9\x2f\xef\x0e\x99\xce\xf9\x16\xcf\x35\x93\xc8\x37\x1c\x7a\x9c\x93\xcd\x98\x48\xcb\x76\x12\xc1\x8c\x4e\x2b\x24\x6d\x8b\xcb\xe9\xb4\x5e\x67\x88\x71\x26\x76\x15\xab\x41\x8a\xbf\x7d\x41\x61\xba\x32\x77\x5a\xa3\x78\xf1\x6b\x9a\xef\x26\xae\xc4\x46\xe3\xaf\xab\x2d\xcd\xc5\xc5\x21\xf0\x3d\xaa\xfe\x6b\xa3\xb1\x38\x0a\x0f\x34\x97\xa0\xba\x88\xb1\x08\x8b\x9c\x16\x52\x6b\xc6\xbc\x0f\x61\x98\xa8\xd3\xa8\xc2\xbc\x0a\x21\x3f\x09\xd4\x7c\x80\x95\x0f\x3e\x36\xec\xa0\x65\x8b\x9d\xf4\xbf\x7c\xeb\x9a\x76\x09\x8e\xc9\x2f\xba\xff\xa1\x8e\x31\xce\xd1\x67\xba\x97\x5e\xa7\x04\x37\xe5\xf9\xac\x3d\x40\x77\x0d\x2f\xe9\x5e\xd8\x36\xa7\x27\x8f\x77\x43\x19\x35\xd6\xea\xd7\xe1\xeb\x5c\x7f\xbc\x25\x74\x4b\xfa\xfe\xe4\xc4\x46\x65\x3e\xd3\x48\xfc\x07\x07\xf1\x49\xf2\xc8\x7e\x3a\x00\xbd\x28\x89\xcf\x07\x33\x36\x78\x10\xdb\x66\x05\x5e\xb6\x3d\x00\x2e\x49\x6a\x82\xdc\x27\x01\xdc\xe7\xb4\x0c\x85\x99\x7e\xe7\x06\xa5\xa0\xd2\xcd\xf5\xb5\x6c\xc8\x8d\x4e\xf5\x8e\x6d\xe6\x41\xa4\x59\xfb\xe0\x00\xac\xb3\x2f\x69\xa7\xd5\x83\x94\x52\x5f\x5a\xa2\x92\x69\x74\xc5\x89\x90\x56\x42\x0a\xe2\x51\x3b\x3e\x2a\x17\xbf\xac\x77\xe4\x2e\x39\x2e\x1a\xef\xa8\xc5\x3e\x29\x9a\x98\x87\x5b\x55\xd7\x5a\x0c\x4b\xbe\xfd\x4f\x1e\x68\x16\xad\x3e\x86\xce\x88\x8e\x7b\xb3\x4f\xf3\x24\x86\x2f\x62\xe8\xb7\x17\xc7\x5b\x1b\x30\x6f\xc2\x18\x87\xec\x74\x5e\x61\x95\x82\xf1\x03\xcd\xba\x81\xd8\xdb\x81\xdc\x3d\x0f\xf4\xce\xe2\xa4\xfc\x9c\x3a\xf7\xe9\xa5\xe2\x2e\x79\x27\x51\x78\xa0\x66\x1b\x83\x73\x78\x36\x8f\x9b\x75\xaa\x86\x4c\xf8\x14\xd4\x36\x80\x2d\xc6\x12\xa2\x3f\xfa\x70\xbc\x40\x7a\x75\x2b\x37\x00\xef\x43\x71\xd8\xd9\x0d\x20\xce\x20\xbe\x89\x61\x1b\x80\xb2\xae\x98\xc3\xde\x01\x00\x03\x35\x71\x1d\xc6\x59\x00\x0b\x7f\x99\xcf\xcc\x63\x00\x8e\x4d\x72\x83\x6c\x7c\x00\xa8\x30\xe5\x5d\xe7\x2e\x03\x78\x77\x69\xec\x15\x3a\x02\xe0\x97\xaa\x5f\x2c\xdf\x0d\xc9\x5e\x61\xa6\x75\x5a\x0f\xc8\x25\x6e\xa3\x0e\x0c\x16\xd7\x49\x37\x1d\xf3\xfd\x8e\xba\xd2\x11\xa7\x6d\x98\x93\x30\x7e\x4d\x04\x8c\xf9\xd6\xb2\xba\xf0\x44\x3c\x09\xd9\x75\xc5\x27\x7e\x07\x3e\x5e\xcf\xef\x3e\x39\xb1\x01\xd7\xa9\xd5\xf2\xee\x44\x9a\x36\x4e\x5e\xbd\x63\xa5\x3b\x43\xe6\x9f\x3c\xd0\xff\xe5\xc5\xe9\x1f\xd1\xb7\xc2\x2c\x86\xe5\xf4\xc6\xe9\x7f\xc5\xea\x87\x84\x77\xba\x1b\x24\x63\xef\x06\xbe\x6e\x55\x40\xb0\xe0\x98\x02\xf6\x5e\xf4\x44\xd0\xe0\xda\x7c\xd4\xea\x5f\x20\x6c\x71\x1f\xbd\xbe\x5d\x40\x22\xaa\xf1\xb2\x1e\x1e\x00\x5b\x8c\xc4\x46\x7f\xf2\x93\x2a\x92\x6f\x69\xd8\x00\xf8\x76\x88\x2e\xee\x0c\x00\x90\x4a\x12\x3b\xc9\xe0\xf2\x07\x07\x71\x4e\xcc\x8b\x71\x18\xc0\x5a\x47\xbc\xf0\x28\x2d\x80\xab\x80\xb4\x0c\xeb\x14\x80\x8f\xbb\x7c\xe2\x59\x06\x80\x80\x46\x55\x25\x81\x27\xbf\x73\x83\x72\xfc\x8f\x1b\x9b\x68\x45\x92\x53\x3d\xf3\xec\x3a\xac\xa8\x48\xfe\x2e\xc9\xde\xea\xee\xe9\xc4\x0c\x3b\xef\x84\xc2\xa0\x1d\x84\x38\xcb\xcd\x25\x6b\xd1\x11\xbf\x7d\x41\x0f\xf5\x6b\x87\xaf\xa5\x3d\xc4\x1d\xd0\x56\x7e\x7f\x3b\x4b\x0f\xfb\x4c\x03\xb1\x72\x24\x9b\x6a\x2d\x40\xfd\xc2\xaa\x57\xaa\xe0\xec\xa2\xe6\xfb\xd5\x99\x14\xce\x37\x3c\xda\xe1\x6b\x91\x89\xf0\xb8\x48\xb7\x6b\x0d\x9d\x10\x71\xdf\x58\x2f\x10\x7d\x3d\xe6\xe9\x0d\x1e\x83\x1e\xf4\xa3\xd8\x03\x7d\x12\x86\xcf\x31\xc2\xd1\xe7\xba\xd4\x0c\xf1\x18\x74\xf8\x8e\xb6\x57\x48\x36\xac\x47\x48\xf2\xc5\x73\x48\x05\x9c\xb8\x7f\x66\xdd\x02\x72\x1e\xe7\xe6\xe7\x56\x55\x6b\x7c\x0e\x77\xc9\xe7\x69\x79\xb7\xb1\x3f\x8e\xf8\xe3\xed\x97\x26\x5f\xec\xe4\xcf\x73\x22\x56\x3c\x9c\xe6\x09\x80\xe0\xb8\xc8\x28\x1d\x01\x40\x26\x42\xf4\x00\x83\xf6\x06\x07\x61\xac\x2b\x7c\xf5\x40\x39\x80\xbd\xba\x48\xd6\xe1\x5c\x00\x0f\x36\x89\x85\xe3\xaf\x01\xfc\x7b\x65\xde\x9f\x16\x00\x08\xe9\x52\x4e\x11\xf0\x01\x08\xcf\xd7\x3a\x2e\x93\x07\x79\xa1\x49\x88\x2e\xad\x47\xe4\x18\x3f\x67\x9b\x36\xab\x77\x24\x55\x54\x17\xaa\xcf\x53\x9e\x28\xed\x70\x2b\x16\x1b\xba\x05\xbf\x64\x35\x58\x92\x9b\xc0\x85\x3f\x68\xb2\xa3\xa3\x28\x75\x04\x77\xd0\xc0\xf1\x61\x6e\xb6\xe5\x6f\x4f\x90\xad\x06\x6e\x39\x28\xb7\x67\x5e\x59\x8b\x66\xc5\x36\x2b\xff\x37\x0f\xb4\x59\xcf\x6e\xf5\x42\xda\x8d\xe1\x1d\x06\x8c\x6b\x39\x49\xa4\x1b\xa1\x08\xf6\xb5\xe9\x44\x62\xdf\x36\x04\x01\x5d\x12\x57\xd8\x25\x8d\x1c\xc4\xd0\xc7\x78\xb5\xe5\x19\xb9\x62\xde\x46\xec\xba\xf8\xd2\xd8\x1b\xcb\x19\x16\x52\x5b\x6a\xc2\x82\xbd\x1a\xac\x59\xa5\x6e\xb2\x84\xa3\x0f\xd4\xaf\x08\x36\xe1\xc3\x95\xfa\x46\x95\x32\x98\xd4\xe2\xbe\x7b\x3b\x00\x30\x1d\x92\x9a\xa0\x8e\x06\x38\x75\x49\x34\x8f\xa6\xed\x3f\x38\x88\x1e\x61\xf6\xbd\x8f\x00\xcc\xee\x0a\x31\x1d\xd0\x01\x70\x04\xd1\x73\x47\x3e\xfe\x9b\x07\x89\x7c\xac\xe0\xc3\x17\x00\x10\x33\xa0\x51\x20\x2b\x06\x8d\x51\x9f\xf4\xef\x68\x9a\x92\x6b\x42\xae\x5a\x60\x2c\x55\x49\x3b\x3c\xca\x50\x45\x3e\xb4\x84\x27\xce\x13\x51\xf1\x11\x93\xf8\x34\x9b\x9c\xa2\xe2\x64\x11\x9c\x8d\xa9\x47\xc7\xdb\xac\x2a\x6c\x82\x41\xfa\x68\x60\x5e\x1f\xc6\x41\xdb\x77\x2e\xb7\xa8\x09\x23\xa3\xd9\xba\xf4\x31\x9f\xed\x63\x97\x4e\xfb\x72\x5e\x5e\x0b\x85\x07\xa2\x78\x71\x28\x3c\xd0\x75\x19\x23\xe9\x35\xb7\x94\x56\x8a\x17\xa7\xcd\xcf\x94\x1f\xed\x9f\x70\xae\x71\xd6\x14\x8b\x61\x89\x79\x51\xf7\xd4\x34\x10\xf3\x2d\x42\xa3\xba\xce\x74\x0a\xeb\x13\x2a\x55\xa6\x60\xf6\x15\x3b\x1d\xd4\x58\xcc\x65\xf6\x09\x67\xe5\x1f\x51\xd0\x67\x36\x8e\xbb\xe1\x33\x09\xc0\x74\x52\x32\x92\xda\x07\x80\x43\x4f\x38\x97\xf6\xf0\x1f\x1c\xc4\x55\x11\xa1\x3d\x74\xff\xe6\x20\x5c\x27\x04\x50\x07\xfb\x00\x02\x1e\x09\x6f\x66\x42\x01\x44\x76\x4a\x1e\xe0\x30\xfe\x83\x8b\xa9\x57\xdd\x24\x39\x0b\xad\x09\xd1\xba\x71\x9a\xa7\xc8\xa9\x91\x33\xe6\xa6\x56\x1f\x88\x33\xfe\x1e\x2e\xc3\x7e\x54\x84\x10\x37\xc9\xf0\xb7\xd1\xfd\xb8\xe7\xf6\x47\x0b\xfa\x33\xac\xb0\x97\xcc\xf7\x74\xec\x3a\x4f\x83\xc9\x37\x0c\x7b\x82\x2c\xde\x8a\x96\xd0\x26\x2c\x38\x57\xf8\xcf\x2b\xeb\x04\x2d\x3e\x2f\xfe\x3e\x85\xd7\x83\xa5\xb5\x82\x0e\x0a\x0f\x74\xb7\x1e\xf9\x64\xc5\x33\x97\x7f\x00\x65\x34\xb8\x5a\x99\x61\xf9\xaf\x7c\x28\x0a\x0f\x84\x30\x57\xc6\xb0\xc5\x2c\x54\xcc\x5a\xb4\x60\x9a\xa3\x78\x4a\x07\x2c\x86\xb0\xfc\xe1\xec\x85\xed\x16\xb3\xd8\x67\xc1\x0a\xe7\x2f\x5b\xc6\xe0\xf6\x07\xf6\xe6\x4e\x59\x8a\xe0\x42\xfc\x19\x00\x98\x69\xc5\x48\xd4\x57\x00\xce\x36\x0a\x8e\x6c\xe3\xfc\xc3\x83\xc0\x2e\xc8\xc8\x40\x03\x80\xf4\xe7\xcb\xde\x93\x06\x60\x77\x93\x3f\xed\x80\x12\x80\x67\x0d\x3f\xfa\x50\x02\x40\x48\x82\x10\x2b\x53\x16\x40\xcc\x8c\x98\x10\xdb\x38\x40\x8a\xa8\x34\x35\xf7\x61\x80\x34\x7b\x65\x33\xc9\x56\xb8\x9b\x9e\xa7\xb5\x4d\x9d\x97\x5c\x93\xc8\x62\x3c\x64\xd9\x42\x9c\x0b\x93\x70\xb4\xf1\xdb\x8a\xbf\xef\xc9\x1c\x62\x94\x28\x8f\x8b\x76\x20\x9f\x67\xce\x2a\xc3\x3c\xb2\x40\x75\x8c\x17\x9f\x46\x23\x11\x66\xcf\x72\x2a\x11\x6b\x97\x74\x7a\xe7\x6b\xaa\x0f\xce\xb4\x1a\x1c\x5e\x70\xab\xac\xa3\xf0\x40\x77\xa7\x4d\x2a\x96\xb8\x4a\x55\x07\x4e\x9b\x56\x2c\x37\xe5\x93\xba\xbf\x98\x4d\xac\x14\xe4\x26\xb5\xe1\x2d\x78\x57\x8b\x32\x03\x28\xf9\x50\x35\x65\x56\x31\xe8\xad\xc9\xe7\x2a\x8c\xad\x7a\xd1\x0f\xe3\x25\x4b\x1d\xac\xac\x30\xa9\xd1\xcc\x85\x06\xd6\xfb\x31\xc4\x88\x8b\xb9\xf7\x6d\x24\xb1\x7a\x61\xa3\xd9\x75\xd6\xa5\xd8\xc5\xa0\x77\x59\x7c\xd6\xa7\x70\xc6\x01\x27\x00\xf6\x59\x0b\xbe\xff\xb1\x3f\x70\x79\x0b\x5e\xdb\x2e\x0f\x20\x49\x12\xaa\xde\xe5\x07\xa0\xc5\x25\x48\xbb\xe7\x10\x80\xb1\x3c\xef\xd5\x3d\xe6\xff\xe1\x83\x38\xcc\x3b\x7a\xe4\x0a\x40\x72\x8e\xe0\x17\xd6\x02\x80\x4c\x2f\xc9\xb2\x1f\x7d\xc8\x3d\x2d\x5f\x2d\x56\x05\x0f\x73\x3a\x35\x78\xd4\xde\x93\x5b\xd2\x1f\x23\xe6\x2d\xf9\x89\xcf\x63\xeb\xec\xd4\xfc\xf7\xe0\x85\x7d\x27\xfc\x6c\x53\x8d\xb1\x89\x2e\xb5\xd9\xb7\xf3\xef\xa0\xaf\x58\xb9\x77\x84\x55\xac\xad\x51\x21\x4d\xc7\x85\xea\x5c\xe7\xe2\x0d\x3a\xbf\x0d\x37\x64\xbe\xec\x30\x2a\x9a\x97\xad\x55\x19\x8e\x35\xbd\xb0\x90\x5b\xf5\x78\xc0\xd9\x7c\x79\xf1\x49\xf9\xd1\x7f\x7a\x71\xea\xe3\x6c\x6c\x56\xb7\xe7\x44\x54\xad\xd8\x60\xd7\xb6\x65\x9c\x2b\xab\xb7\xa3\x5d\xf3\x4e\xb3\x2a\x12\xb6\xdb\x8d\x76\x4b\xcc\xc9\x2b\xb4\x7b\x8f\x86\xb8\xb2\xcc\x44\xfb\x27\x98\xa2\x68\x8b\x4c\x46\x3b\x34\x96\x2e\xa2\x29\x6d\x93\x5d\x3d\xb6\x2f\xc4\x3b\x91\xc3\xfe\x2a\xee\x5c\x60\x13\x00\x8b\xb4\xc8\x8b\x2d\xfb\x01\x78\x3e\xf2\xdf\xdd\xbe\x08\x20\x35\xcd\xaf\x4f\x47\x04\xd0\x6e\xe4\x3b\xbc\xbb\x02\xc0\xfc\x2e\x37\x17\x43\xca\x46\x1e\x04\x85\x83\x48\xf0\xe7\xe6\x3e\x7c\x12\x20\x4b\x82\x8f\x99\xb9\x03\xa0\xe0\x9b\xd0\x22\xc7\x69\x80\x92\x62\x69\xb2\xc8\x5e\x98\x2c\xbd\xa2\x12\xa6\xea\x46\x6e\x2f\x18\xd2\x17\xb4\x78\x4f\x9c\x48\x37\xb7\x24\xfb\x11\x71\xcf\x43\xd1\x5e\xb1\x19\x62\x18\x1f\xf7\x99\x74\x87\xd2\x8f\x8b\x86\x76\xab\x6d\x9f\xeb\xa4\x3f\x39\x9b\xfb\x3c\xed\x6f\xce\x7c\xe5\x6d\xca\x39\xc7\xd0\xea\xf3\x80\xde\xe2\xdd\x37\xbf\xa6\xa0\xeb\x09\xd6\x98\x79\x86\x7a\x54\x7b\xbe\x5d\xd6\x82\x7d\xcd\xd5\x8b\xaf\x1d\x18\x16\xab\x2a\x5e\xd7\x30\x38\x72\x2d\x9f\x2c\x2e\x2a\xef\x74\xb8\xbb\x52\x90\x37\x51\x34\xec\xb4\x77\xf5\x68\xce\xf0\x79\x4e\xc7\xa5\x35\x44\xba\x42\x96\xbc\xb3\xcf\x5a\x4f\x6a\x5c\x1a\xce\x39\x10\x1d\x94\x78\x2b\xc5\xc4\x09\x8d\x51\x8a\x45\x25\x05\x3a\x65\x61\xc6\xa2\x24\x63\xf3\x9c\xa3\xb1\x0e\x61\x13\x31\xe2\x4e\x6f\xb1\xef\x83\xaf\x01\xb0\xd6\x09\xb4\x6c\x69\x07\xe0\xbb\xcd\x47\xbd\x43\xfc\x0f\x0f\x82\x22\x57\xf9\x2e\x11\x00\x7b\x7b\xae\xa1\x3d\x7d\x00\xde\xb3\xa7\xe7\x7e\x9c\xa3\x31\xd6\x1c\xc3\x7b\xf7\x00\xa4\xb7\x70\x74\xec\xbb\x0a\x50\x28\xca\x95\x71\xec\x28\x40\x15\x81\x8f\xed\xc4\x0a\x40\x5d\x9c\xc4\x5d\xa1\x26\x80\x86\x32\xf9\x05\x25\x3e\xf2\x6a\xcd\x65\xcd\x41\x93\x3a\xe2\x54\x31\x93\xc9\x98\xdf\x45\x5c\x70\xd2\x45\xb7\x53\x59\x23\x9f\x16\x02\x57\x63\x1b\xaa\xcb\x5e\x79\x7b\xce\x5f\x50\x6b\x12\x1a\x4d\x70\x5e\xbe\xd3\x7f\xf9\xfc\x9d\x07\x76\x81\x9f\xd3\x3b\x3b\xae\xd6\x39\x26\x7f\x9d\xb8\xd4\xde\x12\xed\xc2\xf3\x2d\xad\xb9\xe0\xc2\x90\x6b\xda\x7c\x48\xbd\x74\xd9\x01\xb7\x85\x05\xa8\x2e\xc9\x1f\x45\x91\x96\x14\xcb\x4d\x28\x3e\x98\x8c\x01\xd4\xfb\x95\xce\xbc\xef\xa9\x54\xa8\xa7\xab\x03\x59\x36\x89\xdf\x51\x8f\xd6\x52\xd2\x1a\x63\x75\xdd\x93\xd0\xda\x49\xef\xa2\xaa\x3c\xe8\xd1\x97\x13\xde\x44\x3c\x71\xb7\xc0\x38\xc4\x60\x22\x52\x51\x4a\x98\x4f\x91\xc4\x60\x05\x77\x24\x36\x35\x8c\x01\x80\x9d\x97\xdf\x83\x46\x0c\x40\xe8\x13\xaf\xe1\x8e\x0b\x00\x2a\xe3\x5c\x68\xba\x5c\x00\xd3\x3b\x67\x85\xe9\xb3\x36\x3c\x08\x21\x6f\x4f\xa0\xe9\x46\x00\x52\xc6\xb6\x55\xfc\xf8\x1c\x15\x5c\x62\x95\xde\xa5\x03\x50\x75\x8f\xfd\xfc\x8f\x73\xa4\x65\x99\x8b\x81\x25\x02\xe0\xf2\x65\xa1\x46\xee\xa3\x00\x9d\xd4\xd2\x1c\xb2\xba\xb0\xb7\xc3\x50\xa5\xd7\x48\x87\xf8\xae\x49\xc8\xe0\xae\xdf\xf1\xaf\x07\x4a\xc2\xec\x13\x33\xe2\xc7\xc6\x53\x22\x82\x13\x6a\xf6\xde\x8c\x89\x34\x28\x10\x69\xa3\xeb\x32\x0c\x92\xeb\xd5\xe9\x54\x69\x3e\xe7\x73\x7d\x92\xa6\xc7\xaf\xba\xdb\x27\xf7\x73\x6f\x57\x6d\x11\x83\x9f\xf8\x1c\xf7\xa5\xe5\x9c\x1e\x3f\xd3\xef\x61\x17\x1f\xa4\xbf\xf5\xbb\x32\x4f\xaa\x33\x4e\x8e\xf1\xd3\x5b\x1c\xac\xcc\x48\x60\xf3\xdb\xb6\x4c\x53\xb2\x12\x4d\xf4\xf3\x59\xd9\x53\x30\x13\x71\xcf\xef\xc0\xaa\x50\xee\x9e\x90\x36\xff\x13\xab\xa3\x59\x96\x21\x58\x9f\xe7\x6b\x6f\x52\xd5\x82\xce\xf8\x22\xd1\x86\x49\xd3\x01\x67\x7d\x9e\x61\x68\xe3\x99\xfc\xef\x7b\x5f\xc2\xe4\x47\x2f\xfb\x76\x7a\xf5\x61\xed\xc2\x77\x03\x70\x1e\xe0\x0d\xdb\xc6\x0a\x20\x65\xc4\xf5\x6c\xc7\x2d\x00\xad\xe0\x33\xe1\x3b\x0f\x02\x58\x15\x9c\xe2\xd9\x49\x07\xe0\xf5\x91\x35\x63\x47\x3a\x40\x74\xf4\xa6\xe8\x1f\xeb\x3f\x9f\x7c\x74\x6c\x9b\x04\x40\xe5\x18\x55\xf7\xcf\x7b\x9f\xc1\x2c\xf4\xf4\x99\x00\x3d\xcf\xd8\x54\xf6\x3f\x04\x18\x1c\xe7\xc6\x9c\x0a\x06\x18\x9a\x11\x4d\x14\xb3\x01\x8d\x3b\x7b\xe4\x9d\x0d\xf6\x2c\x19\x5d\x3f\xa3\x1d\xe8\xe5\xf1\xea\x62\x9b\x89\xe5\xb3\x94\xca\x5b\xbe\x55\x19\x3e\x45\x15\x4e\x4d\x6e\x39\xb9\x29\xdf\x2e\x1d\x29\xd1\x4d\xb5\x6d\xe6\xed\x8e\xcf\xbc\x13\x7f\x63\x74\xb5\xef\x43\x52\x7f\x0c\x7a\xb6\xa7\x2f\x29\x2e\x22\x26\xfb\x2b\xed\x15\xce\x68\xa9\xe8\xcd\xdf\xde\x35\x3f\x8c\xb4\x88\xfc\x36\x1f\xd1\xb0\x3f\x6c\x38\x52\x72\x11\x51\xcd\x46\xc9\xc1\x09\x2e\x09\xf3\x5c\xa1\x2a\x14\x0f\x74\x09\xb5\x5f\x45\xe5\x9c\x0e\x10\x0a\x35\x5b\xdb\x92\xe9\xe6\xaf\x18\x72\x74\xed\x66\xea\x13\xdf\xd6\x60\x55\x74\x6d\xa2\xb8\xb7\x46\xf0\x22\x26\x2c\x26\xcd\xfb\x5c\x60\x2e\x96\x2a\x32\xca\x13\x1b\x28\x89\x8d\x0e\xb3\x05\xe0\x79\xcf\x5d\xb1\x0d\x00\xe4\x3e\x9c\xf5\xd9\x3e\x03\x60\x90\xc6\x36\xb0\x5d\x13\xc0\xd1\x95\x09\x4d\xf3\x7e\x23\x07\x21\x0d\xf7\xab\x96\xf9\x50\xfd\x75\xef\xf5\x9a\xf7\xaf\x7a\xcf\x8d\x29\x8b\xce\x1c\xe0\xf1\x55\x0e\xed\x23\x12\x00\x13\xa6\xfc\xea\xdc\xd3\x38\xe2\x2b\x39\x29\x56\x8d\x90\x69\xb6\x91\x5e\xf5\x3d\x2e\x4d\x0f\x35\x6f\xdd\x32\x89\x8f\xcd\xe8\xf8\x7a\xb5\x17\xd5\x58\xa4\x5c\xec\xd4\xb2\x35\xf6\xf6\x45\xe3\x64\xa3\xba\xd7\xb5\x5f\xda\xad\x22\x1a\x6a\xa6\x87\x8f\x76\xb6\x05\x9e\xac\xc4\x7f\xc6\x74\xf1\xfa\x3f\x2a\x41\xcd\xbd\x6a\xe3\xf2\x43\x14\xc4\xce\x9f\x6a\x18\xf2\x6d\xc8\xa3\x5b\xa8\xbf\x70\xd4\x47\x39\xcb\x7f\x29\xb3\x2c\xdd\x3b\x22\xfd\xea\xf2\xcd\x42\x82\xd7\xf5\xd4\x0b\x2b\x5d\xe7\xf7\xff\xe6\x3f\x18\x13\x17\xd6\xe6\x52\xde\xbb\xb7\x24\x28\xa1\x03\x92\x0e\xbb\xcb\xc5\x6d\xc3\x1c\x8d\xab\x46\xd1\xc5\x22\x30\xd7\xa2\xb7\xba\x89\x45\x17\x63\x2d\xc3\x79\x5d\x96\x23\x6f\xe2\x4e\x04\x09\x02\x08\x7c\x3a\x17\xbb\xcd\x0e\x40\xb5\x9f\xed\x24\xed\x20\x80\xf9\x23\x16\x6a\x9a\xa7\x00\xee\xc1\xbf\xd6\x47\xc9\x41\xa0\x78\x10\x28\x3e\x8c\xde\xf5\xfe\x50\x72\x41\x26\x12\xa8\x7e\x7e\x5f\xfb\x28\xcd\xd2\xb5\xcb\x09\x60\x69\x3f\x57\x26\x5b\xe6\x5c\xda\x17\x94\x58\x8d\xc2\x85\x17\x07\xdf\x7e\x55\x8e\xb0\x39\x38\x20\x39\x5e\x84\x90\x0e\x89\xab\x43\x8e\xbc\x75\x3a\x9f\xe5\x97\x26\x36\x14\x1d\x3e\x51\x6d\x17\xa6\x7e\xd3\xae\x92\xad\x71\xb7\xb7\xc5\xe0\x99\xdb\x57\x5a\x98\x9d\x0d\xfb\x93\xe7\xa4\xda\xea\x9c\xb5\x3a\xbf\x7c\x1f\x6c\xc0\x38\x67\xb4\x8a\x2e\xb4\xd5\x70\x39\x47\x36\xf0\x2e\xe9\x94\xf5\x39\x67\x55\xf7\x2e\x57\x17\x4e\x3a\xd3\x55\x6c\x5d\x79\x92\xb7\xcf\x49\xa1\x94\x6f\xf5\x7d\xa6\xad\x93\x4a\x41\xe9\xda\x78\xca\x5b\xa7\x9e\x3c\x53\xb4\x7a\xd2\x45\x47\x89\x5c\x7b\x0c\x7b\xdc\x16\x87\xb5\xcc\x18\x0c\x26\xd2\xda\x01\x95\x3e\x82\x0d\x08\x33\xb4\x27\xa6\x62\xb1\xdf\x82\x1d\xed\xf3\x93\x89\x38\xcb\x00\x37\x00\xc9\x31\xf6\x3e\xda\x02\x00\x6d\x3b\xa6\xbb\x5b\x96\x00\x6c\x3f\x6f\x72\xa1\xfa\x8f\x3c\x0c\x4a\x2e\x4a\xf7\xf4\xaf\x4a\xc9\x83\xa0\x70\x10\x73\xf5\xbf\x2a\xf9\xc8\x11\x87\x2d\xf4\xcb\x99\x00\x67\x82\x8f\x65\xbe\xa5\xc1\x7b\x0a\x5f\x10\x97\xbd\x4f\x5a\xa6\x53\x70\x43\xfa\x77\xa4\x7f\xcd\xd2\x5b\xf5\xbc\x57\xfc\x75\x86\xc1\x2e\x30\xfe\x7e\x14\xd7\x9b\xf1\xe0\x43\x85\x2e\xde\x0b\xaf\x11\xa5\x62\xe5\xd7\x1c\x73\x5e\x1d\xbe\x71\xa8\x7a\xd6\xa2\x7f\x62\xeb\xec\x54\x6d\x8c\xc5\x96\x51\xda\x05\x62\x65\x81\x25\xdb\xed\xf1\xa5\xc0\x92\xc7\x96\x97\xae\xe5\x2e\x7f\xce\xcf\xb3\xca\xe9\x4c\x5a\x19\xcf\xc1\x5b\x65\x5f\x92\x5c\x9d\xcb\x30\xb0\x66\x6b\x24\xae\x3d\x4e\x91\xb4\x62\xa9\x6b\x44\x7f\x8f\x0b\xb3\x4e\xaf\xca\xc7\xb0\xc5\x26\x58\x19\x56\x28\x62\x19\x22\x78\x2c\xef\x95\x3e\xc1\x36\x85\x84\x5a\x0d\x17\x79\x63\xef\x05\x4f\x59\xf6\x14\x70\xe2\xa2\xfc\x77\x5b\x9e\xcb\x97\xc7\x3d\xf1\x79\x06\xa0\xc4\xc7\x7c\x7e\x4b\x2f\x80\x99\xd9\x31\xb7\x2d\x0b\x1b\xcf\x01\x85\x07\x2a\x0b\xfe\x7b\xfe\x3d\xb4\xfe\xb9\xa0\xf8\x30\xe6\x4c\xa9\xfe\xb8\x07\x3f\x9f\x0b\xb0\x77\x99\x8a\xea\x6d\x34\x00\x87\xfd\x11\xbd\x91\xb7\xe0\x22\x64\x27\xc8\x78\xad\x81\x84\x91\x9b\xd5\xdc\xd6\xe0\x4e\xdc\xaa\xd3\x63\x17\x92\xcd\x8b\x3d\x60\x1d\x10\x9c\x12\x58\xb6\xd2\xe6\x9f\x95\xb6\xc9\xe5\xf1\x4a\x40\xa1\x5b\x8e\xa6\xe5\xf8\x0a\x4b\x5f\x57\xfe\x6b\xe4\xb9\xe5\xe6\x77\xcd\x45\x6f\x0c\x66\x3f\x07\x2c\x8b\xe4\xdf\x30\x9c\x7c\x1d\xb9\xd2\x95\xad\x82\x78\xf0\xb8\x61\xf5\x53\x5a\xf4\x6f\xef\x05\xd3\x0d\x7b\x74\x6e\xdc\x17\xa3\xc7\x7d\xb5\x98\x43\x31\xb6\x46\x9d\x5d\x0a\x98\xa5\xf0\x2e\xe3\x8b\x97\x4a\xb1\xba\xa1\xd7\x4c\xee\x35\x3d\xc5\xc6\x86\x0c\x18\x4f\x34\x3c\xc6\x69\xf8\xb7\x18\x6b\xd7\x9d\xc6\x3d\xf3\x26\x1b\x8f\xd4\xec\xc6\xd3\x7a\x35\x9b\x70\x55\x3c\xc1\xab\x79\x4c\x02\xa8\x3c\xdb\x31\xf1\x63\x3d\xb6\x9f\x37\xfd\xfc\x7d\x32\x6c\xfd\xff\xf7\x9f\x1c\x08\xc5\x83\xf0\x9c\xe7\x57\xfd\xca\xfb\xe7\xfa\xbf\xad\xcf\xbb\xa7\xd4\x00\x8e\x9c\xa1\x31\x1a\x61\x06\x38\xa5\x7c\x90\x71\x60\x37\x54\x08\x31\xf3\x72\xb7\xfa\x91\x03\xe5\x65\x95\xc6\x4b\x3a\x89\x18\x5d\x5e\x53\xd7\x84\xef\x04\x01\xab\x06\x54\xa6\xcf\x19\x9c\xbc\xf7\x95\xd0\x4a\x47\x05\x2c\x67\x36\x75\x4c\x88\x85\x0b\xc6\xb6\xb9\x35\x81\x19\x19\x89\x1e\xb9\x73\x2f\x71\x41\xe7\xd1\xda\xd2\x1c\x4b\x8a\x9c\xd6\xdb\x15\xc1\xb5\x92\x84\x0e\x1d\xba\x8f\x65\x68\xf3\xd8\x7a\x1d\xd5\x37\xbb\x30\x66\x11\x57\x29\x79\x1f\x7a\x52\x0f\xa2\xb0\xf2\x21\x56\xfa\x6a\xb7\x9f\x60\x33\x82\xbe\xeb\x97\x0e\x18\xe1\x76\xf9\x2f\xea\x67\xf4\xe5\xe3\x62\x7c\xe9\xf4\xd5\xba\xea\xf1\xa7\x3c\x1a\xf4\x39\x3b\xce\xe2\x53\xdc\x1e\x1a\x2a\xb6\xee\xc2\x9b\xb8\x57\x1a\x6e\xbb\xf8\x0d\x3f\xe8\x5a\x04\xa0\xff\xee\xd7\xba\x3c\xd6\xbd\x30\xa9\x8a\x7f\x7f\x0e\xae\xfd\xc3\x83\xf0\xa9\xf6\xcf\xf9\x27\x25\x0f\xe4\x75\xf9\xaf\x3a\xbc\x3e\xef\x1c\x78\x07\x70\x8a\x99\x51\xf9\x92\x2d\x7c\x14\xa8\x3d\x4b\x53\x15\x08\x3b\xe5\xf6\x48\x6d\xcf\x6a\x25\x4d\xe8\x78\xe8\x8a\x47\xf0\x13\x43\x2c\x03\xac\xfb\x51\x63\x04\x45\x8f\x3c\x14\xaf\x5d\x36\x1e\x91\xcc\xe7\xfb\xda\x6c\x06\xf7\xb6\x72\x4b\x40\x19\x62\x18\x17\xdd\x89\x0a\xe2\xd4\xe5\xc5\xed\x1f\xc9\x08\x2e\xd2\xd8\x87\xad\x5f\xa4\x0d\xd1\x51\xeb\xc1\xce\x63\xd9\x82\x76\xa8\xef\x58\x48\xc1\x96\xf9\x57\xaa\x6f\x99\xdd\x89\x33\xf2\x46\x68\xf0\xbc\x39\x87\x4b\xf1\x2a\xd4\xc0\x3c\xfb\x88\x7b\xe0\xa9\xa0\xe9\x3c\xf2\x1a\xcf\xe2\x2e\xaa\x49\xbe\xcf\x89\xb7\x72\xab\xd7\x0a\xbf\x75\x15\xdf\xe0\x32\xa4\x4d\x3b\xb0\x13\x3f\xe9\x6c\xa9\x15\xd4\xd7\x4d\x30\xb0\x6f\xd2\x5a\xed\x76\x21\xc4\xd9\x49\xfd\x9b\x03\xa1\x70\x71\x94\xfb\xef\x0f\xd7\xf9\xc0\xe9\xf5\xbf\x47\xfe\xc9\xcd\x2c\xac\xcf\x71\x5e\xcf\xff\x63\xfe\xb9\x3e\xef\x68\xe7\x04\x60\x2f\x3e\xc8\x76\x21\x1f\x96\x04\x17\xcf\xec\x3c\x4f\x06\x6b\xd9\xfb\x22\x5c\x09\x53\xe4\x50\xed\x2a\x95\xfc\x40\x73\x92\x8b\x79\x23\xd2\x8c\xc2\x3f\x58\xd7\x12\x69\xa3\x7d\x1c\x82\x4c\xa6\x08\x4d\xe7\xaf\x3a\xdb\x1a\xbe\x25\x88\x36\xb4\xb9\x25\xe9\x22\xf1\x6f\xae\x1d\x74\xf7\xd3\x70\xc4\xe7\x3c\xbf\xec\x21\xa2\x72\x1e\x9f\xb0\x54\x89\x5a\x55\xa6\xc1\xe3\xf0\xba\x2e\x9b\x95\xb6\xe3\x9d\xf1\xaf\xec\x9f\x29\x85\x2c\x70\x13\xb6\xd9\x7d\x55\xb6\xf9\x68\x48\x60\xb4\x03\x95\x73\x53\xd4\x84\xd3\x76\x2f\x95\x89\xe3\x97\x09\x79\xd6\x99\x2a\x03\x4f\xa5\x09\x95\xd6\x21\xaa\xdb\x1e\x6e\x23\xcc\x5a\x9a\xaa\x2e\xdd\xdb\x4a\x98\xb4\xc4\xa9\x4e\xdf\xda\x45\xe4\x31\x17\x06\xf0\x5d\xcf\xfd\xa1\x78\x20\x9a\xd7\xd7\x3d\x94\xf4\xab\x52\xee\x7f\x13\xef\xfe\xa8\x4b\xd8\x5f\xeb\xfc\x9d\x87\x22\xb7\x3e\xff\xac\x59\x9f\x7f\x2a\xac\xcf\xbf\xfa\x01\xd8\x3c\xf6\xf1\x14\x7c\x02\xe0\x6b\x67\x65\x49\x53\x87\x1a\x59\x26\xbe\xab\x91\x12\x64\x8c\xd6\x21\x99\x01\xaf\x20\x32\x97\x69\x96\xa6\x22\x85\x7f\xb0\x10\x24\xc9\x85\xca\x18\xc7\x19\x67\x12\x6f\xa6\x7d\xb1\x98\xfc\xed\x7d\xd0\x23\x06\x35\x1f\xb6\xaa\xd5\x38\x4d\x3c\x70\xe3\x8d\xad\x94\x4a\x39\x61\xe1\x45\xb7\xad\x93\x12\x1d\xe1\xf5\x77\x33\x1b\xb2\x82\x03\x91\x9b\x50\x64\x19\xfb\x3b\xef\x82\x88\x2d\x26\xca\x1a\x77\xc9\x55\xcc\x57\x11\x33\x91\xdb\xe5\x15\x66\x9b\x88\x69\xc8\x28\xf9\xeb\xef\xc6\x88\x79\xc8\x00\x05\xd5\x89\x09\xe2\x45\xc4\x9a\x82\xc7\xf3\x28\xe2\x7d\xc3\x4f\x8a\x3a\x8f\x37\x11\xef\x20\x2c\x36\x72\xa2\x6a\xd6\xbd\x17\x14\x0f\x04\x65\xfe\x8d\x4e\xa1\xfa\x2f\x0e\x68\x7d\xbe\xd7\x4f\x99\x7f\x9e\xfb\x55\xcb\x57\xd7\xe7\x5f\x0b\x00\x27\x86\x18\x8e\x64\x0c\x02\xf0\x5d\x66\x9e\x8a\x3d\x0d\xb3\xd2\xf2\xe7\x84\x03\x0c\xc1\x53\xfd\x86\x70\xab\x2b\x37\xb9\xd7\x38\x41\xe1\x8a\x75\x15\x59\xdc\x9e\xa0\x81\x34\x3d\x4b\x22\x04\x9a\xea\xd8\x20\x26\x49\x4f\xe2\x8a\xf4\x72\xf4\xb7\x90\x4a\x73\x9c\x0c\xa6\xb5\xb3\x48\xe6\x55\xdb\x90\xe6\xea\x78\x12\xd7\xa5\x31\xa3\x1e\x95\x18\x22\xf9\x96\xb0\xf1\x2d\x45\x4f\xe2\xc2\x0b\x1b\x63\xeb\xff\x93\x7b\x88\xc4\x8d\x91\xfa\xd5\x76\x49\x9b\x2c\x89\x90\x92\x34\x32\xa5\x6d\xbe\x7c\x20\x15\xab\xcf\x4a\x6f\x9f\x3e\x4c\x1a\x56\x7d\x2d\x23\x39\x35\x49\xca\xd7\xf0\x07\x28\xcc\xa4\xfa\xcb\x87\x32\xb6\xce\x01\xce\x4f\xfd\xa8\xd8\xcf\xff\xe0\x80\x74\xff\xe6\x80\x2e\xaf\x73\x0f\x94\x1c\x00\x8a\x07\x22\xfe\x3d\x00\x75\x09\x15\x55\xbc\x33\x00\x9f\xd8\xb1\x1d\xa1\x71\x00\x52\xfe\x1c\x7c\x9e\xab\x70\x55\xd5\x81\x67\xc9\x91\x03\x4e\x22\x8a\x25\x15\xcd\x97\xc8\x37\x6c\x96\xe5\x49\xc6\x5b\xc9\x39\x5e\x64\xe5\x06\x83\x87\x64\xaf\x08\x7a\xd5\x57\xba\x0f\xc9\x6a\xc9\xb2\x1a\x74\x5a\x5e\xe4\x33\xe7\x8b\x35\x23\xd4\x77\x90\x96\x6a\xdd\xb4\x9f\x2b\x87\x90\xd6\xda\xbf\x68\x61\x15\x5d\x49\x6d\xb7\x62\x74\x1b\xe5\xe9\x49\x35\x63\x95\xba\x81\x3f\xb9\x07\x59\x1d\x85\xdf\xdc\xc3\x2f\xdf\x43\xe9\x3f\xf3\x1d\x28\xbc\x83\xd8\xbb\xd5\x73\xe4\x22\x69\x3e\x31\xe2\xf7\x6a\x72\xb6\x74\xdc\xc6\x7b\xe1\x83\xf5\xf7\xa4\x4f\x3f\xcf\x05\xd2\xfa\xf3\xff\x31\xec\x1f\xf3\xdf\x57\xeb\xf3\x5f\xed\xbf\xe7\xbf\xf9\xeb\xbe\x9c\xa4\xf5\xbe\x24\xee\x00\x60\xb5\xa6\xbb\x16\xee\x09\xc0\xaf\x7c\x94\xcf\xa7\x13\x40\x3c\xe8\xf8\x05\x97\x3b\xf0\x52\x75\x0f\x27\xca\x46\x1e\xbc\x0c\x2c\x84\x3e\x98\xb6\xc2\x61\x8b\x2f\x92\xcd\x88\x5c\xd8\xee\xc6\x2e\x5d\xa0\xef\x4e\x7e\x1c\xf4\x4a\x7e\x46\xbb\x85\x3c\x12\xf3\x5a\x1e\x34\xf7\x91\x3b\xd3\x26\x15\x83\xd5\x4c\xc8\x79\x85\xdd\xca\x1c\xca\x40\x76\xa8\x1d\x56\x75\x53\xc0\x92\x8d\x3b\x5a\x54\x53\xe5\xe4\xc8\x46\x37\xc2\x55\x56\x29\xdc\x83\x14\x9e\x2c\xfb\x8e\x56\x55\x54\xd2\x91\xec\xb3\x48\xab\x14\xf3\xbb\x0f\x5d\xe4\x19\x72\xa4\xcc\xa4\xd8\x49\x10\x21\x4f\x48\xb0\x8a\xee\x01\x57\x60\x10\xdd\x2d\x74\x0a\xde\x41\x36\xaf\x14\xc0\xad\x7d\xbf\xd6\xff\xfe\xc6\x9f\xe7\x20\x25\x0f\xe6\xf7\xfc\xf7\xfa\x3a\x07\xb6\x9e\x87\x51\xbf\xe3\x6f\x0e\x26\x6d\x9d\x17\x88\x58\x9f\xfb\x46\x28\x00\x1c\x97\xd8\xf1\xd4\xcf\x0a\x80\xf3\xf0\x3e\x17\xd4\x1b\x00\x71\x07\xe6\x3a\xfb\x66\x00\xa5\x16\x0e\x65\x0b\x36\x28\xd7\xfb\xc8\x17\x88\x50\x84\x2c\x13\x07\xfe\x1a\xfd\x1c\x70\x70\x6c\x12\xb1\xd1\x49\x03\x75\x1f\x6a\x71\x5a\xcd\xc7\xa0\x10\x72\x46\xbc\x53\xfd\x1e\x9c\x8d\xe5\x90\x2c\x56\x3d\x47\x86\xac\x0c\x99\x10\xa5\x7e\xf2\x74\xe9\x19\x59\x50\xd0\x27\x4f\xd5\xed\x95\x05\x59\x43\xf2\xdc\x65\x61\x99\x6a\x99\x83\xe4\xfe\xfe\x59\x39\x92\xd4\x11\xf2\xe3\x7b\xaf\x65\x13\x24\x0f\x90\xaf\xbe\x64\x90\x6b\x14\x0f\x27\xbf\x9e\xbd\x2c\x93\x2c\x8e\x26\xdf\x5c\x3d\x2c\xa7\x25\x16\x00\x1c\xe4\xbb\x92\x07\x44\x24\x21\x03\x44\x85\x06\x85\xe2\x60\x0c\x62\xf8\x78\xfe\xe0\x60\x7e\xee\x83\x94\xf9\xf7\x4b\xbb\xbf\x39\xa0\xab\xec\x7f\x73\x40\xa5\xeb\x5c\x48\xd6\xfa\xf3\x10\xbb\xee\x43\xf0\xcb\xfb\x55\x9d\x94\x00\x36\xd1\x52\x51\xa1\x4e\x03\x70\x54\xec\xf2\x71\x7c\x00\x20\xda\x7d\x94\xcb\x86\x11\x40\xf1\x12\xdb\x45\x63\x19\x78\xa5\x5d\x7e\x76\x5e\xff\x21\x5c\x47\xaa\x70\xcd\xeb\x5c\x83\x46\x5b\x0e\x3e\x3a\x6d\x1c\x04\xa1\x7a\x85\x19\x35\xf0\x10\xe0\xbf\x43\x38\x57\x35\x18\x22\xc2\xe3\x85\x88\x2a\x9a\x60\x92\x80\x11\xdb\xa4\x78\x1c\x6c\x33\xaf\x89\x1e\x57\xf0\x85\x53\x25\x89\x92\x28\xd9\xb7\xc0\x5f\x53\x28\x21\x28\xdd\x09\xc7\x2f\x99\x48\x6e\xa5\x70\x0f\x14\xbf\x81\xf8\x7e\x60\x19\x25\x48\xc8\x8a\xad\x02\xd5\xd4\x61\x29\x45\xd1\x3c\xe0\xfc\x7a\x4e\xbc\x43\x64\x0f\x04\xa2\xf7\x0b\x7b\x09\x0f\x40\x0d\x68\x0b\xa2\x28\x1c\x0c\x65\x1f\xa4\x9c\x03\xc3\xf9\x7f\x73\x40\x4d\xeb\x73\xfe\xf2\xf5\xdc\xa4\xec\x80\x5f\x35\x61\xe4\x57\x0d\x7e\xf2\xab\xa2\xd6\xcf\x0b\xab\x14\x80\x4d\x28\x2a\x2a\x87\xb7\x00\x1c\x17\xe8\x13\xac\xfa\x00\x04\x0a\x0f\xd0\x98\x35\x02\xc8\x6d\x63\x26\x18\x52\x01\xa8\x9f\x61\xd3\xd2\xb9\x07\x5f\xf5\xf5\x4e\x17\x69\x27\xc0\x13\xf3\x6a\xce\x72\x8d\x7b\x70\xc7\x31\x89\x3b\x5b\xcd\x03\x86\x51\xb4\xdc\xbe\x2a\x51\xd0\xe3\x8f\xe0\x8d\x57\xe6\x83\xfc\x28\x06\x81\x0f\xf2\x8a\x70\x2d\xee\x02\xaf\x86\x5c\x12\xa4\x66\x07\x09\x5e\x96\x36\x83\xea\xc2\x30\x7e\x77\x49\x6f\xa8\xa8\x52\xe4\x0f\x97\xf8\x04\xe1\x4d\x77\x84\x98\x7e\x73\x0f\x16\xa0\x37\xe0\x2f\xba\x45\x4c\x15\xb4\xee\x37\x88\x72\x89\xb8\x81\xd3\xf3\x31\x61\x51\x61\x23\x88\x78\xe7\x24\xf8\x44\x68\x01\xd2\xbe\xec\x17\x64\xa7\xf8\x70\x28\xe7\xc0\xa3\xc2\xbf\x39\xa0\xd6\xec\x75\x0e\x88\xff\x6f\x0e\x28\xa9\xfb\x57\x0d\x5b\xdf\x27\xbc\xd7\x9f\x13\xfb\x75\x5e\xc6\x68\x3d\x37\xc6\x3a\x03\x80\x3d\x97\x6e\xa7\x59\x2c\x00\xff\xb1\xbd\x2b\x86\xb4\x00\xe2\xab\x07\x03\x75\xb7\x01\x28\xb7\xb3\xf8\x6b\x21\x00\xb4\xf5\xd8\x54\xd5\x17\x01\x8c\xb7\xb0\xc7\xa9\xf1\x02\xde\xaa\xe2\xb4\x84\xb2\x1c\x80\x7d\x2d\x87\xbe\x0a\x07\x8c\x79\xc5\x73\xdd\x56\x88\x87\xd9\x80\xd4\x73\xb3\xf2\x27\xe1\x75\x78\x0d\xd7\x09\xd9\x7e\x78\x14\xff\x8e\xbb\x4e\xfa\x05\xdc\xcc\x54\xe7\xa9\x91\x78\x0b\x4f\x0a\xa8\xb9\xa9\x29\xdc\x83\x98\x1e\x0c\xd6\xdf\xe3\xb1\x16\x35\x85\xeb\x2d\xc0\x13\x2f\x72\x12\xba\xbb\x07\x78\x66\x44\x0e\x40\xe9\x0d\x2c\xff\x7e\xa1\x51\xa8\x79\x38\xc8\x17\x2b\x48\x86\xe6\xe7\xad\xbc\x44\x4a\x2e\xd6\xff\xe2\x80\x6a\x72\xfe\xde\x07\xff\xc9\xc1\xf8\x5e\xf9\x55\x5d\xd6\x73\x62\x2c\x3c\x7f\x55\x5b\x11\x80\x63\xee\x5b\x6d\xb5\x6a\x01\xe8\x38\xa9\xa8\x0c\x4c\x00\xce\xb2\xd2\x69\xe8\xaa\x02\x88\x14\xef\x67\xd0\x94\x07\x90\x77\x3b\x52\xa0\x2e\x07\xa0\x36\xcb\x52\xab\x1a\x0c\x60\xd0\x79\x42\x4a\xc5\x16\xc0\x14\xd8\x74\x55\xb6\x02\xd8\xfa\x70\xf0\x28\xd1\x02\x38\x63\x39\x5e\x2a\xc8\x02\xc9\xab\xfd\xcc\x7e\xb9\x4d\x00\x01\x8f\x4f\xcf\xc8\xa8\x00\x2e\xa2\xf2\xcc\x43\xa9\x49\xc0\xc5\xd6\x9d\x99\x92\xe8\x01\x4c\x1a\xcf\x59\x7a\x89\x1d\xf0\xe1\x7c\x39\xa7\xa6\xf8\x56\x78\x5d\x2a\xc2\xf9\x4d\x34\x17\xc6\x2f\xf8\x72\x71\x0b\x77\xc2\x54\xb3\x17\xa7\xa9\xe0\x65\xf8\x76\xc5\xf8\xec\x07\xc1\x7e\x98\xb8\xd6\xc7\x79\x59\xe0\x3a\xbc\xbf\xb9\xcc\xf9\x93\x06\x54\x91\xa0\xfa\x49\xb9\x29\xe4\xfc\x17\x07\xc1\x6f\x2a\x5f\x4f\xff\xf9\x0f\x1f\x84\xb9\x52\xe9\x91\x84\x3f\x78\x10\x39\xed\xcd\x1c\xe9\x00\x46\x8b\x06\x1f\xf8\xa4\x01\x4c\x0f\x9b\x3e\x91\x38\x0a\xdf\x4c\x15\x1c\x30\x0a\x44\x18\x34\xbe\xe7\x99\xa8\xa6\x08\xae\x48\xf3\x88\x5e\x3d\x7d\x32\xd9\x20\x3a\xb3\xd0\xc4\x90\x5c\xa7\xf3\xb6\xf2\xb3\x65\x13\xf9\xa4\x96\x56\xbb\xb1\x83\x15\xe9\x8d\xba\xc6\xcd\xa7\xce\x06\xa4\x7a\x95\xf3\x63\x49\xae\x9c\xa4\x20\xa5\xd1\xf7\x38\xb7\x47\xa4\x28\x85\xe1\x15\x1e\xb7\xfd\xa4\x65\x79\x69\x7c\xb0\x23\x03\xd9\x4a\x8e\x9d\x70\xd8\x66\x33\xe6\x9b\x1c\x03\xc1\xd4\x4a\xf4\x9b\xa5\xfc\x0e\x82\x95\xd5\xd0\xf4\x9c\xc2\x39\x82\xbe\xf5\xfd\x49\x21\x85\x58\x42\xae\xd5\xf6\xe7\x46\x8a\x67\x09\x23\x16\xe1\xa3\x06\x8a\x8f\x08\x68\xf3\x80\xfb\x99\x4a\x48\xe2\x69\xb3\x2d\xb7\x55\x94\x86\x89\x66\x26\x9e\x83\x89\x2a\x54\x44\x39\xd3\x1b\xd7\xf2\x95\x43\x89\x75\x48\xc2\x8f\xf5\x2b\xed\xfa\xd5\x07\x19\xbe\x1f\x75\xf7\x0b\xd9\x9f\xbf\x3b\xb1\x97\xc9\x8d\x6c\x3b\x06\x20\x24\x27\x6b\xb7\x0b\xb3\xd1\x07\x65\x39\x25\xfb\x23\x4f\x01\x74\xc7\x54\x03\x59\xf3\x01\x90\x28\x2d\xc9\xd3\x33\x00\xc6\x37\xf5\x7b\x79\x2d\x00\x4c\x9d\x4c\x39\x25\x76\xc1\xbc\x59\xb7\x0d\x28\xec\x87\x7a\xd3\x4c\x0f\x06\x0d\x41\x10\x32\x36\x8b\x70\x42\x9c\x25\xcf\x1a\x16\x67\xd8\x98\x4e\x90\xed\xf5\x32\x2b\x69\x6c\x6d\x7f\xf7\xa1\x5e\x7d\xe0\xf6\x49\xd7\x7b\xa4\x4c\x95\xfa\x67\xc3\x6e\x92\xa4\x60\x25\xd9\x59\x1a\xb7\x72\x92\xac\xe2\x66\x0c\xab\x7b\x23\x29\x49\x41\x18\x37\xe5\xda\x40\xe9\xc7\x52\xb3\x7c\x11\xfe\x85\xdd\xd7\x59\x23\x45\x16\x7c\xbf\x43\xe4\x7b\x21\x45\x65\xc2\x66\xbb\xe6\x71\x84\xd2\x0a\x9e\x64\x5f\xf4\x64\xaf\xf2\x56\x02\xca\x06\xf9\x00\xaf\xcc\x4b\xb8\x6a\x09\x77\xec\x54\x7a\x08\xa5\xd6\x7e\x37\x0e\xa9\x08\x13\x39\xcc\x3a\xae\x1f\x55\x79\x4d\x94\x36\x63\xe9\xb1\x51\x59\x21\x06\x9b\xec\xfb\xb3\x0f\x52\x3f\xe7\x9c\x4c\x8f\x64\x79\xa9\x49\x1b\x1c\x84\xc8\x05\x59\x1d\x06\x49\x00\x99\xef\x32\xbb\xf7\xfb\x03\xa8\xbf\x93\x2f\x3c\xe2\x08\xa0\x5f\xa4\x7c\xe0\xb8\x20\x80\x31\x8d\x46\x02\xc7\x17\x00\x0b\x71\x9d\x6c\x1e\x71\x00\xf3\x33\xc6\x04\xf1\x2b\xf0\xcc\xf2\xba\x65\xa9\xd2\x26\xc8\x30\x6f\x77\xbb\xaa\xb5\x19\x4e\x9b\xbc\x09\xbd\x8e\xf8\x4a\x6e\x44\x86\xa7\x67\x5b\x16\x90\x35\xf4\x85\x2a\x2e\xd8\xdd\x27\x7d\xd5\x56\x6f\x57\x72\x56\x24\xf1\x6a\x8c\xdf\xd9\xe9\xb9\x44\x62\x56\x75\x19\x6f\xf6\xc4\x92\xe8\x95\x9e\x7e\x79\xe4\xb5\x93\xf8\x52\xb1\x15\x3b\xe9\x3d\x40\xaa\x92\x27\xe1\x37\xbb\x14\x61\x55\x15\x94\xf1\x47\x5d\x84\xe7\x16\x14\x1f\xe2\x37\xbb\xbe\x98\x8e\x51\xa2\xc7\x87\x3b\x0d\xbc\x2a\x50\x6e\xc4\xa3\x9c\x71\xcf\xea\x94\xa3\xf1\x18\x87\xcd\x8f\x76\xab\x3c\x23\xd0\xd9\x7f\xbd\x3b\xa1\x7a\x86\x60\x6c\xdb\x7b\x03\x54\x2f\x11\xaa\xac\x2b\xfa\x45\xd4\xb4\x08\x7d\x56\x84\xab\x08\xb5\xa7\xc4\x6d\x16\x39\x9d\x63\xea\xc6\xc4\x7d\x16\x26\x1b\x7c\x14\x55\xb7\x14\xdb\x7f\x71\x10\xc2\x89\x52\xb0\x9b\x09\x40\xbe\x40\x7a\xea\xc0\x71\x00\x8d\x65\xf9\xa6\x23\x2f\x00\x0c\x57\x94\x19\x58\xcf\x00\x98\xf6\xa9\x2e\xb3\x27\x01\x58\x59\xe8\xf8\xf0\xea\x02\xd8\xd0\x23\xaf\x48\xec\x80\x11\xcb\x6f\x96\x18\xa5\x12\x70\xb2\x24\xb8\x9a\xe9\x2c\xc1\x61\xd3\x95\x10\x24\x72\x96\x1c\x6a\xac\x91\x7a\xdd\x46\x92\xf4\xdc\xf0\x52\xf9\x1b\x97\xc7\xa4\x14\x9d\x8c\x8e\x9d\xa8\x01\x4a\x1f\x88\xb7\xd4\xf8\x5e\x46\xf8\x16\x10\xfb\x94\x5d\xbe\xf6\xfa\x8a\x10\x5b\x95\x36\x63\x2b\x7d\x0d\x28\x5c\xd4\xf2\xbc\x62\x30\xae\x03\x55\x38\x5b\xaf\xf4\x12\xf7\x02\x15\xfb\x36\x51\xb9\x03\x47\x72\x5b\x7e\x11\xa2\x52\x8b\x37\x70\x3d\x30\x02\xaa\x03\xf8\x58\x17\x81\x7b\xd9\x6a\xaa\xf8\xb7\x8e\x03\xb7\x88\x6a\x33\x04\x7a\x87\xe2\x81\x4a\xf5\x74\x82\x80\x7d\x6d\xef\x4b\x0d\x26\x82\x87\x2d\xb1\xab\x44\x63\x17\x61\xc4\xea\xf5\xa5\x2b\x1a\x76\x44\x1e\xf3\xfa\x8d\x7d\x81\xc2\x41\x30\x1d\x92\x9a\xa4\x8e\xde\xe0\x20\xc4\xa7\xc4\x77\x32\xc8\x00\x28\x72\x4a\x4e\xed\xd7\x07\xd0\xcd\x91\x66\x3c\x34\xfb\x07\x0f\xb2\xa2\xf4\xf4\x54\x3d\x80\x6d\x9e\xb6\x3b\xef\x67\x00\xfb\x2a\x84\xa8\x84\xf7\xef\x1c\x29\x8a\x37\xe8\xbb\xf9\x78\xf0\x41\x93\x0e\xb2\xbb\xc9\xa1\x94\x10\x1b\x34\xe9\x3a\x82\xb3\xbc\xc2\x75\x81\xc4\xa1\xfb\xa9\x43\xdc\x9b\x91\xf8\x42\xd3\xfd\xde\x01\xdf\x7c\xa2\xa7\x9a\xca\x1b\x87\x80\x2a\xa2\x84\x72\xeb\x62\x56\x60\x2f\x85\x8b\xc2\x1f\x53\x7c\x8a\x5d\xf3\xd6\xfd\xfe\x4c\x99\x06\xc7\xea\x4d\x33\xad\xaf\x62\x84\xd3\xf2\x6a\x9c\x78\xaa\x7a\x09\x17\xe5\x49\x1a\x73\x50\xdb\x86\xc3\xba\xd3\x0d\xcf\xa9\x27\xe3\x4f\xa2\x7c\xef\x74\xab\xbf\xc2\xbb\xbb\xa6\xdc\xd0\xd5\x88\xc7\x5f\x76\x1e\xbd\xd6\xa1\xf1\x8a\xb0\xc5\x31\xac\x2b\x59\x33\x86\x60\x61\xf7\xad\x43\x55\xf3\x29\x21\xc3\x16\xd5\x76\x5e\x4b\x8b\x70\xdd\x86\x7a\x83\x8f\xa2\x26\x8b\x73\xff\xe4\xe5\xce\x4a\xb3\x6f\x35\xff\xdf\x1c\x04\xc5\x8b\x61\xb6\x4b\xa6\x93\xe9\x2e\x80\xcd\x47\xa5\x1e\x76\x17\x00\xc7\x36\x0d\x33\x1e\x24\x80\x13\x4e\xff\x8a\xf8\x7e\x98\x70\x68\x36\x53\x54\x2a\x01\x19\xdb\x61\x87\x78\x7d\x03\xf2\xa0\x55\x85\xff\x7d\x73\x53\xb2\xb0\x69\x7e\xf2\x73\x7b\x34\xa9\x02\xc9\x59\x26\x8a\xb2\x22\x51\xeb\x05\xb5\x2f\xf8\x94\x13\x53\x34\xd1\xf7\x0d\x03\x22\x09\x68\x75\xfa\xc9\xe9\x90\x2f\x04\xac\xf2\xe7\xe5\xfc\x60\x32\x71\xaf\xf2\x19\xcc\x40\xd0\xc2\x4a\xb0\xb2\x3d\xd6\xca\xbf\xe1\xf3\x67\x15\x5f\x6c\x9b\x9f\xc7\x64\x9b\xea\x27\x2c\xd1\x57\xe7\xf9\xb0\xba\x36\x8e\xd1\x57\xfe\x51\x94\x46\x13\x0e\xe9\x73\xe6\x9e\x90\xe6\x31\x5c\x9f\xe7\xf5\x1b\xb2\x9a\x24\x3c\x8b\xbb\x79\x5f\xb4\x96\x0f\x3e\xdd\xd5\xa9\x3b\x52\x7b\x13\xfe\x96\x33\xa9\x83\x53\x5b\x85\x70\xc4\xd1\xb7\xa5\x5a\xfb\x23\xc1\xdb\xee\x7d\x23\x9f\x8e\x35\xa1\xcb\xa6\x7b\x83\x8f\xa2\xc9\x17\x7b\xfe\x93\x83\x68\x97\xe4\xa4\x91\xd9\xe0\x20\x28\xb9\x18\xea\xc9\x62\x3d\xfb\x19\x00\x0c\x55\xc4\x77\x30\x12\x36\x78\x10\xfb\x1a\x85\xde\x53\x01\x1b\x5c\x8c\xeb\x88\x6e\xb7\x18\x3d\x7c\x72\x95\x35\x2e\x54\x9c\x07\x46\x87\x28\xfb\x53\x88\xd3\xe4\x2c\x1b\x8c\x6f\x9a\x15\x03\x69\xce\x82\x27\x51\xd3\xf9\x3e\x49\xdd\xe8\x7d\xa9\xae\x97\x24\x31\x53\x7f\xbe\x7d\x21\x50\x9e\xb0\xa8\xad\x3b\x7c\x34\x6c\x3f\x21\x48\xdd\xe5\xbd\x61\x04\x91\xa0\xa5\x72\x1e\x4d\x13\x19\x4a\xf1\x46\x2d\xac\xa8\x48\x62\x8f\x05\x16\xcd\x18\xab\x7e\xc4\xca\x06\x56\xbd\xda\xa6\x1e\x84\x8d\x0a\x78\xf1\x58\x58\x93\x06\xfb\xc2\xdf\xe9\xfe\x09\x2d\x4e\xdc\x71\x5f\x32\x85\x87\xea\x3f\xa1\x5d\x8d\x1b\xf6\x3a\x76\xd5\x5a\x47\x0b\xcf\xe3\x9e\xd2\x71\x45\x97\x15\xef\x88\x12\x6c\x8b\xd2\xe5\xc5\x8f\x3b\x2f\x37\xa9\xea\xbe\x24\x30\x38\x19\xd7\x1b\xe8\x9d\x21\x58\xda\xaf\x6d\xf0\x51\x34\xb5\xa2\x01\x3f\xcf\x89\x55\x91\x3a\xda\xfd\xff\xe6\x20\x34\xfd\x84\x5a\xf6\xac\x6e\x70\x10\xb6\xe3\xe2\x85\x47\x9f\x00\xb8\x54\xc9\x87\xb1\x8b\x02\xb8\xd7\x29\xb7\x70\xd1\x02\x78\x72\xe9\x44\x88\x33\xc0\x37\xf7\x61\xe4\x67\xc5\x2f\x40\xef\x22\x60\xdb\x87\x94\x25\x87\xda\xef\xf0\xd2\xb7\xde\x4b\xaa\xb3\xd2\x8c\xf7\x46\xed\x25\xe2\x4c\xec\x4a\xd2\x7d\xaf\x12\xe5\x0c\x9e\x76\x6c\x0a\xe1\x21\x94\x6a\xf7\x3f\x88\x89\x98\x26\x6c\x55\x2f\x9d\x19\x8b\x09\xc6\xaf\xa8\x32\xa2\x4f\xc4\x88\x52\xf2\xc2\xbe\xd4\xa8\xa9\x60\x4c\xc3\xae\x4d\x6e\xd1\x60\xc7\x74\x86\x16\x3f\x3b\xa0\x79\x13\xf3\x2d\x04\x86\x89\xda\x07\xb1\x6e\x41\x05\x94\x9c\x30\x0a\x0f\x75\x35\x50\x77\x10\x97\xef\xb3\xa5\xc3\x5f\x2f\x1f\xf7\xd6\x4b\xa5\xed\xb5\xde\x33\xbc\x88\xfb\x7c\x63\x9c\x81\x1a\xde\x1b\x95\x5f\xa7\xa6\xff\x09\xbf\xe8\x7c\xa3\xfa\xa4\x81\x34\x41\xc5\xf1\xe8\x8f\x3e\x48\x5c\xfb\xb9\x2f\x30\x4b\x71\x53\x07\x6f\x78\x10\x84\xf7\x08\x8b\xd0\x8b\xff\x07\x07\xd1\x29\xfc\x94\xb1\x10\xc0\xfe\xa6\xc8\xd3\xc3\x0b\x00\xee\x3b\xa4\x03\x4e\x72\x00\x78\x8b\x2a\x19\x73\xed\x06\xf0\x75\xd4\x5c\x10\x9d\x80\x55\xef\x38\xc3\x15\xc5\x40\x60\x46\x85\x5a\xe7\x22\x2c\xc9\xb2\x8e\x9c\x9e\xd4\x76\x92\xa4\x78\x1b\xbe\x98\x20\xf7\x04\x62\x8b\x69\x67\xf1\x87\x80\x21\xc2\x73\xc3\xd9\x0e\xbb\x88\x1d\x84\xa3\x3a\xbe\x8f\x8e\xc7\xac\xe1\x63\xd4\x07\x3f\x3f\x4f\x38\x43\xe1\xa2\x96\x18\xd5\x2a\xd0\xfb\x62\x75\x67\x12\x34\xa4\xd1\x85\xd1\x61\x13\x56\x9a\xd3\x18\xc6\xc8\xfc\x91\x73\xda\x13\x98\x94\xf0\x91\xbb\xfb\x74\x0f\x62\x3e\x86\xf1\xdf\x90\xd5\xfd\x8e\xd5\x0d\xd9\xd2\xeb\xa3\x67\x80\xdb\xef\xef\xdf\x79\x4e\x3f\x0e\xa7\xe8\x97\x42\xe1\xa1\x1a\xfd\x0c\x6d\xf0\xbb\x3d\xcf\xd7\x65\x1a\x7e\xc0\x4b\x79\xd8\xd7\xb0\x18\x4a\xe3\x27\x5d\x0a\xaa\x72\x0c\xfa\x09\xbc\x8e\x3f\xdf\x22\xc5\x57\x7e\xf6\xe1\xb4\xc4\x23\x6a\x57\x80\xd3\x20\x3c\x4e\x7b\xef\x8f\x3c\x08\x29\xc1\x2d\xbb\xcd\x00\xf4\x2a\x04\x34\xf7\x54\x02\x58\x6d\x17\xd2\x65\x54\x07\x70\xd1\x17\xb5\x39\x7a\x1f\xc0\x2b\x4b\x5c\x8b\x05\x0b\x10\x70\x52\xee\xed\xd9\x49\x80\x20\x1f\x75\x3e\x91\x16\x58\x09\xa0\x31\x30\x50\xa2\x87\xb3\xde\x28\x8b\x55\xc4\x76\xd2\xaa\xcb\x25\xb7\x34\xc7\x79\xd2\x51\x3b\xae\x18\x71\x1f\x69\x22\x9f\xf9\x97\x22\x9f\xd0\x04\x82\x1f\x62\xb9\x43\x22\x5a\x13\x9f\xa8\xcb\x33\xf2\x39\xd1\x1c\x77\x57\x43\x67\xee\x7b\xaa\x30\x56\x57\x0d\xb5\x26\x90\xa8\x40\xc9\x0b\x9b\x54\xd5\x6a\x5f\xfb\x14\x3f\xf2\xf4\xb5\x8e\x32\x3a\x39\x56\xe4\x5e\x93\xee\x08\x46\x26\x92\x70\xd3\x5d\x5f\x04\xe3\x1b\xa9\x70\x8d\xc7\xe0\x20\x06\x1f\x96\xd8\x39\x6f\x10\x82\xed\x0b\x62\xb9\xa4\x69\x18\x8a\x3b\x1c\x40\xd7\xf4\x04\x51\x8b\x93\xf1\x37\xac\xd7\x44\x32\xe2\x3a\x7c\x1c\xaa\x45\x90\xab\xf8\x5d\x5e\xbb\xcb\x92\x8d\x86\xf0\xd6\xee\xaf\x4b\xdc\x8d\x6c\xf1\xb7\x5c\x7f\xbe\x2d\x8b\xfe\xf4\x56\x53\x38\x88\x7f\x7a\x10\x54\xad\x04\x35\x18\x78\xff\xe0\x20\x76\xf3\xb9\xed\x17\x03\x70\x1b\x14\x4c\x3d\xb4\x06\xe0\xff\x46\xdc\x80\xf5\x36\x40\xa8\xbb\x4c\xd8\xd9\x9d\x00\x11\xfe\x2a\x34\xc2\xa7\x01\x1b\x96\xa2\x5b\xae\xb4\xf9\xb7\x37\xe8\x35\xaa\xc9\xc5\xdb\x59\x8a\xf8\xc9\x21\x20\x72\x8f\x9f\x1e\xe1\x81\xe5\x50\xc1\xa7\xc8\x53\xf8\x59\x23\xdd\x0e\xf9\xf8\x47\x38\x9c\x6e\xd9\x13\xe3\x54\x69\xdc\x29\x0d\xbe\xa5\xf3\x99\x87\x16\xd7\x34\x2a\x56\xe5\xd2\xdc\x3f\x60\xb4\x08\xab\xcd\xa9\x89\xcf\x79\x74\x07\xd7\x0e\xa4\x14\x52\x78\xa0\x9b\x18\x83\x31\x34\x2a\x7e\x3b\xc5\x8f\xd4\xe5\x84\x48\xc6\x34\x46\xbc\xa1\xe4\x84\x35\x71\x23\x3f\x61\x47\x83\xcc\xea\x32\x8d\x1e\xe1\x8e\x07\x44\x57\xb5\x19\x73\xe0\x2e\xf9\x3c\x2e\xa7\x35\xf1\xc4\xf5\xfa\x0c\x94\xe8\x1a\xcf\xe1\x95\x3d\x6e\x17\xf1\x18\xdb\xe2\xaf\xba\xfd\xb4\x2d\x0a\xf3\xfe\xe8\x03\x65\xfe\xcf\x2d\xc2\x9f\xbf\x5d\x1a\x40\x72\x8c\xdf\x9b\x6e\x1c\x40\xe3\x21\x7f\xcc\xee\x77\x00\xa6\x6c\x3c\x9d\x7b\x18\x36\x38\x08\x6f\xb4\x80\xc4\x61\x73\x80\x50\x27\x11\xef\xe3\x46\x00\x31\x85\x12\x36\x1c\xd1\x00\xb1\x8d\x8a\xcc\x82\x16\x00\xb1\x77\x34\xeb\xe4\xef\x83\x58\x44\xa9\xd1\x6b\xc3\xfb\xa4\x25\xbf\xe3\x0e\xaa\x4e\x75\x44\x4f\x17\x8d\x90\x6f\x41\x6b\x04\x15\xeb\xf9\x7c\x44\x6c\x06\x7e\xaf\xf1\xd4\x15\xf1\xd4\xcf\xb8\xfd\x7a\x71\x63\xcf\xb2\xf7\x60\x05\x35\xc5\x97\x85\xf3\x86\x3f\xca\xea\x20\x56\x68\x72\xc6\x5f\x2e\xeb\x7d\x59\x71\xca\x61\x7e\xe4\x6b\x50\xb6\x9a\x90\x3e\x75\xbb\x03\x21\xbe\x26\x90\x2a\x75\x4d\x0a\xb9\xbc\x36\x92\x34\xd4\xd9\x67\x94\x87\xbe\x1c\x17\xda\xa2\x6a\x12\x80\x91\x8f\x1e\xaf\x7f\x63\x5a\x8d\x69\x8c\x7c\x5c\x43\x36\x0d\xc6\x3a\x84\x86\x55\xf6\x9a\x96\x62\xa7\x82\x0a\x4a\xa5\xcd\x24\x70\xba\xfe\xf7\x0b\xe9\xcd\xc6\x71\x9d\xbe\x7c\xf9\x5c\xa6\x24\xbc\xa2\x27\x73\x76\x8f\x59\x3e\xbe\x1e\x25\x0d\x40\x15\x25\xf8\xf3\xbc\x60\x1e\x11\x52\xa2\xee\x03\xe0\xef\xe0\x8d\xd9\xc1\xbd\xe1\x41\xd0\xb9\xc7\x7d\x7f\x97\x3f\x80\xf5\x26\xee\xa4\x3d\x6e\x00\x28\x5b\xce\xf0\xbd\xea\x00\x81\xf6\xdc\x87\x0e\x4c\x02\x44\x8b\xf2\x1f\x3b\xc6\x0c\x90\x1c\x20\x7a\xe4\x54\x09\x40\xda\x69\xd9\xed\xfc\x54\x00\x29\x8f\xd4\xfb\x15\x1e\x81\x62\xe2\x71\x43\x2e\x43\x1d\xd2\x83\xd0\x5d\xb6\xcf\x5c\xde\x12\xde\xbb\x77\x07\x9c\x08\x07\x7c\xbe\x3d\x7f\xee\xee\x64\x6a\x9c\x98\xe9\x6c\x87\x7b\x76\x0b\xa6\x57\xbf\x60\xbc\xa3\xf0\xeb\x5c\xb7\xee\xd9\xc5\x2b\x25\x05\x13\x1a\x06\x33\x4b\xc5\x45\x91\x8f\x6e\x23\xd5\x97\xed\x0a\x78\x6e\xb2\x1a\xa7\xaf\xf8\xe5\x86\xf5\xf6\x98\x3c\x58\xd5\xcd\x3a\xd1\xde\x64\xa6\xb7\x76\x2a\xad\xf3\x5f\xf9\x58\x28\xcb\x2f\x68\x62\x1c\x6b\x99\xaf\xa5\x05\x66\x34\x32\x92\x92\x8f\x95\xf7\xc9\x4a\x0a\xfb\x3d\x68\x24\xa7\xc8\x12\x8d\x73\xf4\x6f\xc8\x90\xb2\x2a\xc0\x8d\xfb\x34\xa5\xef\xb4\xbc\x8b\x57\xf1\x74\x06\xd8\xa2\xc6\x4f\xfa\x79\x4e\xe4\xf1\x27\xd0\x58\x01\x08\xac\xf1\x0a\xef\x50\xfc\xb7\x07\xc1\x6e\x99\x7d\x90\xae\x79\x23\x0f\x22\xd2\xfb\x6c\xf0\xfe\x7d\x00\xc9\x21\x3c\x3b\x8f\xf4\x02\x64\xd3\x0b\x5a\x9f\xdc\x06\x70\x9e\x49\x3c\x97\x8b\x15\x20\xff\xa5\xa2\xab\xf4\x13\x30\xcc\xe2\xd2\xb5\x30\x50\x20\xf5\x27\x3c\xb0\xf8\xea\x3a\x49\xd0\xf7\xe3\xf0\x52\x8e\xe9\x44\x8b\xba\x78\xa5\x8f\x65\xe2\xbe\xfa\xdb\xca\x34\xeb\x17\x1d\xfc\x90\x63\x66\xf6\x88\xab\xe2\xc4\x6b\x7b\xa4\xfa\xfc\xad\x9a\x80\x61\x84\xa9\xd9\xc2\xbb\xca\x87\xfd\xef\xcd\xbf\x2e\x92\xca\xe2\xba\x4a\x2d\x99\x96\x91\x85\x2f\x9a\xc7\xad\xb9\x57\xfc\xf2\x06\xea\x4d\xac\xaf\xaf\x06\x65\xfd\x3f\xc2\xfe\x3a\x2a\xaa\xf7\x7b\xff\xc7\xc7\x42\xec\x2e\x44\x52\x90\x90\xee\x1c\x66\x86\x18\x60\xe8\xee\xee\xee\xee\x2e\x03\x41\x44\x41\x40\x54\x54\x2c\xc4\x00\x51\x11\x51\x11\x11\x05\x95\x50\x50\x10\x03\x45\x44\xa4\x67\xe6\x9c\xb3\x7f\x0b\x98\x31\x9e\xaf\xf7\xe7\xf7\xfd\x6b\x2f\x5c\xb8\x16\xfb\x3e\xe7\xbe\xcf\x99\xb9\x1e\xfb\xba\x72\x2a\xf2\x9d\xa8\xd3\x1c\x79\x2d\x27\x6e\x39\x9b\xcd\xa8\x66\x3a\x31\xfd\x70\x8e\xa4\xb9\x64\xcc\x3a\x26\x27\x30\xfd\x70\xf2\x8e\xbb\xd8\xcd\x1d\x8c\x49\xc8\xd9\xe1\x7c\x93\xaa\x12\xb1\x25\x8b\xc5\x39\x9a\x7a\x36\x54\x29\xad\xdc\x25\x90\xda\x17\xfc\x06\x60\xcd\x73\x09\xff\xf9\x75\x10\xd2\x15\x9f\x59\x99\x05\xa0\x58\x2d\x2a\xbc\x3a\x0e\x40\x4f\x50\x98\xb2\x96\x05\xc0\xb6\x9b\xaf\x6b\x0d\x1b\x80\xdf\x16\x9e\xeb\xab\x91\x3f\x79\x10\x99\x87\xf6\x7e\xdf\x48\x02\xc8\xbf\xb2\x6f\x6c\x6b\x1d\xc0\x89\x75\x62\x2a\x1c\x1d\x7f\xf2\x72\xca\xcb\xd4\x58\x95\x88\x10\x50\xaa\xac\xab\x6d\x64\x86\xd6\x1d\xf9\x66\x79\xdb\x47\x64\x72\x4f\x8a\x9b\xd7\xf7\xd4\x55\x1f\xa6\xc2\x56\x26\xfd\x2c\x6c\xed\x0a\xf3\x3b\x5c\x3e\x7b\xd2\xa8\xad\xdc\x63\x73\x53\xd9\xe9\xda\xe6\x72\xa7\x86\x8f\xed\xe7\xf5\xea\x8a\x9c\x6f\x8c\x89\x54\x19\x5c\x2a\x75\x93\xfd\x79\xb1\x72\xc5\x99\x72\xf7\xaf\xe3\x43\x65\xfb\xcb\x96\x7b\x5c\x9a\xd0\x3f\xce\x5e\x5c\xea\x29\x33\x19\x5d\x98\x59\x70\xc3\x13\x3f\x75\xf7\xd0\xee\xc3\x85\x5e\x9b\xa7\xb7\x1c\xa8\x3c\x30\xe2\x29\x37\xc3\x9f\xe5\xc8\xf4\x81\xc9\xc8\xf3\xf4\x99\x3d\x9b\x44\x49\x59\xe6\x55\x3f\xc7\x92\x20\x9c\x90\xe1\x75\x78\xae\x31\xfa\x7c\xc2\x37\x0f\x84\x8a\x8f\x30\x8a\x1d\xf1\x18\xa5\x3e\x0c\xb9\x0a\xb0\x49\x4c\x74\x81\xa7\x65\xea\xff\x78\x03\x61\xd2\xaa\xcf\x00\x46\xdf\xf8\x28\xab\x3c\x01\x5c\x47\x78\x54\x57\xdd\xfb\xe3\x83\x90\x06\x2c\x97\xe7\x7f\xff\xc8\x11\x8e\xe5\xab\x0b\x00\x4a\xc6\xb8\x97\xaf\xcf\x05\xa8\x3a\x2f\xb0\x6a\xc7\x4b\x80\x4b\xb2\x62\xb7\x79\x75\x00\xae\x8c\x28\xde\x95\xe3\x81\x1b\x57\x14\xd4\xc5\x74\x2f\xcc\x26\x9c\xd9\x6e\x2c\xe0\xd9\xf8\x31\xb2\xf0\xb3\x4b\x66\xf2\xd9\xe7\xd9\xe9\x05\x11\x4d\x45\xec\xf7\x1a\x63\xa5\x0a\x64\x4e\x5d\xaa\xdd\x1d\x76\xed\xc6\x93\xf3\xbc\x17\xb8\x02\x0f\xf4\x70\x5d\xea\x2f\xbf\x1b\x20\x3b\x4a\xba\xd4\xcb\xcc\x03\x3a\x22\x1e\xd8\xfb\xf3\x75\x65\xd4\x81\x9e\xc0\xd6\x5f\xba\x27\xa3\xb3\xaa\x82\x28\x13\x45\xc5\xd5\x19\x19\x81\x4a\x93\xaf\x0b\x0a\x93\xf9\x83\x38\xa7\xba\x0e\x89\x25\x72\x05\x1a\x4e\x37\xe7\xd4\xc5\x94\x06\x1d\x9d\xd1\xca\xe2\x8e\xb9\x14\xd0\x3a\xbb\x21\x75\x38\xfa\xa8\xff\xd4\xec\xd9\xa4\x9c\x28\x82\xdf\xd7\x39\xb3\x38\xf7\xb0\x43\xfe\xd6\x73\x43\x51\x83\xc1\xa6\xfe\xb6\xd4\x88\xb0\x21\x00\x5e\x4c\xcc\x7f\x85\xd0\x1f\xfd\x5f\x73\x1d\x7f\x22\x6b\x21\x80\x8d\x21\xcf\x72\xd6\x7c\x00\xaf\xe1\xe5\x11\xb8\xbf\xe6\xdf\x99\x73\xbf\x4c\xfd\xf7\xc2\xa5\x25\x0b\xf3\x0a\xd7\x1d\x39\x5f\xaf\x7f\x09\x70\xa7\x4c\x70\xfb\xee\xcb\x00\x4d\x17\xa4\xc4\x45\xd4\xb1\xad\x4d\x39\xaa\x63\x5a\x07\xbf\x7e\xbb\xb9\x96\x32\xe4\x1a\xf0\x7a\xf7\xf9\xab\x76\x92\x71\x97\xee\x79\x95\xf4\x06\xde\xc8\x87\x2a\x9b\x83\x3b\x32\xf1\xa7\xf1\xc7\x2e\x67\x4a\x9e\xa3\x5c\x5c\x7e\xc0\x38\xf9\xd9\xd3\x0d\x57\x0d\xd2\x4a\x13\xe2\x47\xdc\x6a\xf5\x92\x83\xe3\x43\x46\x69\x17\x33\x13\x7e\xc5\x99\x8f\xc1\xd9\xf4\x38\x8d\x38\xd5\xf1\x8b\xe5\xf4\xe8\xbb\xb1\xc9\x13\xb6\xc7\x5b\xa2\xae\x47\x27\x4e\xc6\x1d\x95\x8b\xf4\x8a\xd2\x9c\x8a\x3e\x3c\xc2\xcc\xbf\x09\x0f\x0a\x6b\x9e\x21\x64\xe9\x85\xd8\x85\x37\xcc\x1a\xa7\xc4\x85\x70\x84\x29\xcd\xd6\x27\xf1\x07\xaf\x0d\x95\x9c\x33\x89\x4b\x08\x22\x84\x64\xce\xdd\x8e\x1e\x0f\x68\x0d\x11\xa3\x6a\x45\xa8\x01\xf0\xbb\x0b\xcc\xae\x30\x03\x50\xdc\xc5\x8f\xac\x74\x02\x30\x14\xe4\xc4\xad\x68\x01\x70\x5c\xb3\x22\x63\xbe\xbf\x30\x86\xee\x99\xb9\x6b\xb1\x16\x17\xe2\xfe\xe1\x20\xea\x0e\x33\xf4\xaf\x82\xe5\x22\x0b\x73\xb0\xdb\xb9\x9a\x36\xde\x00\xe8\xaa\x17\x39\xc2\xb7\xfd\x67\x73\x47\xa4\xa2\x3b\x21\xa7\x6f\xe3\xe3\x73\x64\x37\xfb\x15\x8f\x1e\xdf\xf9\x61\x81\x85\x3f\xbc\xb2\xe9\xda\xa4\xf7\xd3\xdc\x03\x45\xcb\xab\x5e\x24\xc5\x9f\x8c\x4d\xef\x3d\xb5\xa4\xc2\xe5\xec\x85\xd8\x77\x65\x22\x0f\xd9\x2e\x28\x87\x19\x97\x14\x7c\x69\xba\x18\x17\x5c\x5b\x3c\x36\x96\x5a\x55\x18\xdc\x5c\xa0\x31\x2e\x74\xca\x35\x28\xe8\xb0\xc8\xaf\xbe\x12\xaf\xc0\xf4\x03\xb8\x49\xc5\xa2\x8d\x01\x27\x72\x0e\x4d\x99\xe5\xdb\x05\x04\x65\xfa\x4c\x0b\x1e\x28\xf2\x7b\x96\x6e\x3a\xe3\x96\x19\xe8\xc7\x9f\xda\x36\x03\x69\x4a\xbf\xb9\x8f\xe3\x49\x2f\xe7\xc4\xe2\x8d\x98\xdc\x87\xf7\xcf\xb8\x21\x2a\x5b\xa4\xbf\x57\x58\x5c\x3c\xb5\x2a\xb4\x02\x40\xb0\x80\xff\xe4\x8a\x08\x00\x82\x25\xb7\xe7\x8a\xfb\x00\xa6\x92\x6b\xc6\xe6\xfb\xf1\x1e\xc4\x59\xe1\xfe\xca\x41\x60\xea\xdf\xcc\xb9\xd7\xba\x02\xdc\x3f\x7e\x10\xdd\x6a\x8b\x75\x28\x6d\x17\xb6\xe2\xe2\xb4\xe7\x67\x07\x01\xd5\x3d\xda\x43\x72\x03\xe6\xb2\x56\x0a\x9f\x9e\x93\x7a\x46\xd4\x39\xcd\xd8\xeb\xd7\xbc\x28\x35\x39\xe8\x47\xad\xe8\x6a\xb9\xeb\xd6\x9f\xba\x34\xb3\xa7\xf1\x58\xcc\xcd\xa3\x5e\x51\x6f\xef\x98\x97\x4c\x94\xc6\x05\x38\xdf\x8e\xbf\xbf\xa6\x42\xd4\xa3\xb7\x4e\x6f\xa8\xa9\xb2\xde\xed\xd1\xb5\xe7\xe3\xbe\xe5\xd1\x6e\xf1\x17\x2b\x27\x78\x8f\xfb\xb9\x59\x9e\xed\x9c\x2c\x2a\x68\x74\xe7\x2f\x77\x9d\x3a\x74\xe8\x9a\xdb\x68\xe9\xb6\x69\x97\xdc\x11\x37\xf7\x63\xb7\x66\xd2\x32\x74\xdd\x8d\x0a\x47\x67\x4e\xa5\x3f\x71\x97\xca\xdf\x34\xeb\x99\x5c\xe8\xfa\xfd\xe0\xf3\x39\x93\xb8\xbd\xae\xab\xf2\x66\xe6\xa6\xa2\xb8\x5d\x2a\x72\xe8\x54\xf7\xf0\x7d\x2e\x45\x59\xc6\xd4\x67\x21\xce\xce\xcf\x33\x66\x69\x8a\x81\x92\x00\x12\x7e\x9c\xfe\xcb\x6e\x03\x90\x56\xaf\xe5\x9f\xef\xc3\xfe\xe8\x62\x3f\x4c\x0e\x84\xb9\x0f\x2a\x18\xf3\xdf\x37\x92\x99\xd7\x1f\xf7\x0f\x07\xb1\x38\xff\x38\x97\x36\x95\xb6\x89\x8c\xc3\x7d\x75\x9c\xda\xcb\xeb\xb0\xcd\xa6\x5b\xf2\x67\xb4\xa4\xa6\xb8\xda\x83\xab\x5f\x87\xd5\x4c\x74\xf2\x2f\xd9\x7c\xc8\x36\xf8\xee\x92\x72\x54\xa0\x2f\xd9\xa9\x22\x8a\x2b\x8e\xbb\x4b\x2b\x7c\x2c\x97\x3b\x20\xfd\xd5\xd7\x62\xa1\xfc\x24\x37\xd9\x97\x66\x77\x36\x1c\x2d\xb7\x8b\xef\x14\x7c\x7f\xb2\x58\xda\x3a\xe3\xd9\xbe\x89\xb8\x22\x4f\x9b\x9b\x0f\xdc\x27\xcf\x1e\xd9\x6d\x5b\x7e\x9b\x77\xaa\xe6\xc0\x3b\x5b\xad\xeb\xea\xd3\xd4\xcc\x21\x3b\xf9\xcb\xc6\x33\x19\xe9\xda\xcc\xbc\x13\x3b\x83\x33\x36\xb3\xb3\xf1\x89\xcc\xbc\x13\xdb\x2f\x27\x57\x50\x65\xc3\x1f\xdb\x85\x9e\x58\x4f\xf5\x09\x8b\xb2\x97\x39\xa6\x48\xcd\x0e\x6d\xb2\x5b\x57\x58\x4a\x53\x0f\x88\xb7\x93\xcd\xaf\xa4\x15\xf8\x09\x02\xa8\x3c\xe1\x28\x59\xae\x00\x60\xd0\x81\x9b\xf9\x5b\xff\x67\x72\x20\xcc\x1c\x04\xe6\xfc\x37\xd3\x07\xa0\x7b\x09\xee\x2f\x0e\x62\xae\x8b\x9a\x3e\x5f\xbf\xce\x02\x2c\x1f\xc4\xe1\xde\x0e\x01\x70\x68\xad\x85\xb6\x55\x00\xa2\x6a\x7c\xce\xb7\x7a\x69\x5e\xca\x53\xaa\xb5\x95\x42\x53\xde\x94\x7c\x0b\x95\xdc\x86\xb1\x69\xbb\x1f\xbe\x7d\xa1\x11\x23\xe9\x21\x9c\x09\x4e\x1e\x5e\x23\x89\x85\xe2\x69\xf7\xec\x24\xbe\x91\x6f\xd1\xb3\xed\xcc\xb4\xbf\xb9\xf7\x49\xe5\x09\x1a\xc5\x7d\xea\x9a\xba\x9d\x8b\x33\x56\x7f\x53\x35\xdd\x91\xe1\x64\x72\xe7\x45\xd4\x8c\x43\xda\x6e\x53\xd3\x16\x9b\x59\xc9\xa4\x75\xa6\x56\xf7\xbf\xcc\x6d\x8a\xd5\x32\xf3\x6d\x90\x99\x33\x8a\xd9\x6e\x6e\x75\x9d\x32\xd7\x11\xa9\x65\x3e\x70\x19\xa3\x6a\x86\x85\x59\x04\x56\xb3\x53\xb3\x43\x3a\xcc\x9f\x56\xb5\xd2\x84\x03\x6c\x2c\xe4\x2a\x07\x68\x11\x7e\x44\xf3\xd0\x8a\x0e\xda\x0f\xaf\x33\x16\x5b\x4f\x72\xd1\x39\x3c\x25\x00\xf0\x35\xcb\x29\x0b\x1c\x48\x36\xee\xff\xaf\x1f\xc8\x6f\x0e\x24\xf1\xef\xfe\x11\x22\x6c\x5c\xe8\x9f\x31\xf7\xde\x7d\x91\xa1\x7f\x88\x00\xec\x61\x59\x73\xfc\xf6\x5d\x00\x91\x1c\x1e\x8e\x0b\x05\x40\x51\xd6\x91\xab\x3b\x76\x0e\xe3\xd2\xe9\xa3\xac\x4f\x55\x45\xd2\x6c\xd2\x1c\x05\xfc\x43\x69\xd5\x01\x7d\x41\xa2\xce\xe2\xd4\xae\x43\x9b\x23\xfc\x2c\xef\xcd\xd1\xaf\xd0\x63\xd7\x19\xbd\x9c\x0b\x6c\xdf\x15\x37\x44\x49\x98\x7d\x3b\x56\x9f\xe0\xa8\x5b\x3e\xfe\x63\x36\x26\x36\x8f\x62\xfa\xe9\xec\x9c\x68\x14\x17\xe5\xeb\xdb\x91\xb9\xb6\xb0\x2e\xfd\xa5\x9d\x24\xaa\x44\xc8\x53\xfd\x84\xa7\x40\x2d\x0a\xf2\x35\xd8\xf1\x70\x90\x3a\x1e\x40\x36\x5c\x7e\x2f\x8e\x26\xe5\xd7\x60\x70\xe1\xb6\x10\xad\xc1\xeb\xa9\xc1\xd4\x0d\xbf\xf9\xcf\xd9\x86\x56\x35\x07\xe9\x5a\x6e\x75\x86\xbe\x97\xa6\xe9\x87\x5c\xdc\x8d\xc8\xe7\x7f\xd0\xcf\x3b\xdf\xff\xc3\x81\xfc\xf6\x81\x60\xe6\x81\x30\x7c\x61\xee\x32\xf8\x8f\xdf\x1c\xc8\xa2\xfe\x89\x2e\xf6\xcb\xf4\x01\xe8\xdd\xb8\x58\x1f\xdb\x31\xf4\x9f\x76\x80\x3d\x87\xd7\x0a\x5f\xcc\x06\xd8\xff\x98\xe3\x56\xe9\x46\x38\xaf\xb4\x5b\x3c\x35\xf7\x3b\x76\x55\xa7\x5a\x7d\x67\x8c\x38\x9a\x61\x2d\x65\xfa\xdd\x4b\x11\xd1\xf1\xbd\xed\x5c\xed\xb0\x9b\x5e\x9d\x99\xec\xd9\x60\xc1\x42\x57\xab\xe8\xf4\x29\x30\x2a\xa6\x95\xd6\xff\x0c\x38\x44\x79\x4a\xd3\xed\x7c\x13\x78\x8c\xac\x41\x93\x1f\x2f\x0b\x30\x63\xe6\x5d\x68\x89\xff\x94\xa2\xc9\x79\xbb\x68\x9d\xfe\x44\xa1\x1d\xf7\x64\xf9\x9d\xf3\x61\xf2\xda\x86\xf6\xc3\xdd\x5f\x3b\xf6\x79\x00\x5d\xdd\x65\x44\x67\xfb\x93\x38\x7a\xa4\x73\xae\xce\x8f\xe6\x28\x7a\xae\xb3\x98\x76\x75\xe3\x4d\x44\xd8\xf6\xa0\x8e\x7e\x43\x18\xa2\x6e\xf3\x45\x57\xe6\x66\x06\x62\x69\xe3\xf1\x87\x03\x49\x61\xf0\x5f\x27\xf1\xb8\x7f\xf4\x6f\xa6\x0f\xc2\xe7\x07\x0b\xf5\x18\x2c\xe4\xe3\x7c\x7b\xc2\xe8\x9f\x75\xb1\xb6\x30\x74\xaf\x5b\xef\x19\xf3\xaf\x33\x00\xcb\x95\x71\xb8\x93\x00\x20\x58\xb6\x33\x20\x3f\x1e\xde\x28\xbe\xda\x2f\x93\xdc\x0b\x24\xb2\x9b\x22\x67\x08\x3b\xe6\x6c\x71\x4e\x5b\x87\xc9\x3f\x30\x73\x2f\xcc\xc2\x91\xe2\x22\xb2\x83\x8a\x61\x00\xe2\x71\x7e\xbf\x63\x90\x2e\x20\x2c\x8d\x5b\x9d\xe7\xc8\x7b\xe8\x7d\x5d\x3b\x5c\x14\x35\x7c\xe8\xe5\x3f\x43\x5c\x26\x7f\x73\x0f\xde\x54\x4f\x64\x93\xb5\x27\x49\xe7\xc7\x46\x64\x89\x4d\x0c\xc9\xea\xf3\x32\x44\xc5\xaa\x54\x7d\xf7\x3b\x17\x44\xd3\xea\xaa\x7a\x64\x8f\x11\xe2\x6d\x79\x46\xfd\x5e\x27\x3f\x72\xc2\x62\x83\xfa\xec\x33\x0a\xd2\x6c\x56\xab\x31\xfe\xf8\x24\xd2\x62\xf6\x41\x23\xac\xd9\x15\x5d\x6b\xc2\x05\x10\x55\xf1\xef\x3e\x60\xea\xdf\xad\x4c\x1f\x04\xaf\xc5\x8a\xee\x99\xaf\xa3\x0c\xde\xa5\xf7\xd5\x62\x6d\x2d\x59\xac\xf5\x0f\xfe\xd5\x3f\x2b\x76\x02\xb0\x3f\x5a\xcd\x5a\xd0\x02\x20\x54\xb0\xe3\x7d\x26\x2b\x80\x82\x03\x7f\x7a\x74\x16\xe4\x6b\xed\x96\x3a\xe3\x33\x81\x7d\x30\xdf\x46\x10\x74\x24\x62\x04\x37\x2d\x9d\x39\x2b\x7d\x74\x26\xea\x92\xc1\x59\x93\xef\x68\x49\x1e\xbb\xe9\x2a\xfd\x59\xd4\xff\x64\x91\xd9\x69\x5d\x17\x54\xf1\xb2\xb9\x05\x5e\xab\x13\x5d\xde\xa4\x69\x59\xce\xe4\x1e\x7e\xe7\x5c\x34\xa3\x92\xc8\x65\xd3\x10\xd5\x19\xf4\x09\x6a\xa0\xf7\x53\x35\x67\x6e\x2d\x1a\x44\xc9\x50\xcd\x1e\x0b\x46\x93\x74\x7f\xe0\x89\xc3\xcf\x50\x4f\x3d\x02\x3e\x75\x50\x09\x8d\xa3\x1c\x56\xb3\x79\xf3\x12\x0d\xd4\xf3\xc2\xdf\x7a\xdd\x8a\xd6\xe9\xa8\xab\x55\xbc\xe0\x42\x2f\xeb\x00\x40\xb6\xdf\x62\x9f\x55\xaa\x8c\x73\x90\xa1\x7f\x33\xfd\x50\xa8\x0b\xfe\x49\x63\x0c\x3d\xab\xef\xdb\xbf\x1c\x50\x03\x63\xbe\xbd\x3a\xe9\x5f\xfd\xf7\x68\x0c\xc0\xee\x3e\x56\xfd\xec\x3d\x00\x82\x9b\xb6\x46\xc4\x8f\x02\x28\xe4\xf2\x5e\x0a\x36\x87\x2e\x0d\x0d\x91\xad\xee\x91\x60\x64\x3c\x2d\x7f\xcb\x96\x05\x7b\xe3\x74\x9e\xe0\x62\xee\x8e\x1d\x0c\xdb\xa0\xf9\xc3\x70\x1c\x4b\x4c\x95\xd3\x1a\xd1\x2b\xc3\x74\xf2\x35\x74\x9a\x74\xe2\xb1\x3d\xe5\x3c\x94\x26\xad\x65\xe8\x58\x8d\x9e\xbe\x97\xba\x20\xfa\xe6\x7e\xba\xfe\x2d\x42\x1d\x7a\xaa\x9b\x68\xe8\x88\x1f\x44\x6b\x86\x45\x0c\xb8\x55\xe5\xb0\x25\x68\xae\xae\xc9\xef\x5c\x07\xa9\x85\x5c\x07\x27\x25\xf2\xdc\x45\xcc\x80\xc8\xa5\x28\x38\x31\x89\x65\xe1\x59\x94\xc8\x5f\x13\x31\x53\x42\x9b\x92\xc7\xd0\x4f\xcc\x9a\x70\x40\xa9\xff\x5d\x11\x66\x4a\xc4\x01\x94\xc5\xfe\x7b\x0e\xf4\x30\xd6\x61\x51\xff\xfd\x2f\x07\xf4\x8c\xc6\xd0\x3f\xc7\x19\xfa\xe7\xe5\x7f\x39\x18\x66\x0e\x00\xd3\x07\x22\xb1\x0c\x60\x5f\xd8\x26\xff\x08\x37\x00\x39\x7d\x8e\x16\x9f\x78\x40\xd4\x57\x0b\x84\x3b\x35\xc3\x69\x83\x1c\x09\x3d\xcb\x8f\xa0\x60\xbf\x4c\x51\xcb\x04\x00\x17\xb8\x04\x1f\x65\x70\x19\x9b\x88\x35\x53\x3b\x46\x29\xc1\x1e\x64\x51\x49\x37\xb5\x65\xb0\x3b\x85\x2b\x49\x2f\x35\xca\xb1\xda\x53\xd1\xa4\x61\xd2\x32\xac\xe8\x6a\x86\x06\x2b\x61\x3f\xe6\x78\xbf\x57\x2b\x59\xf5\x1c\x16\xf8\x82\x5b\x73\xad\xca\x3e\xcc\xee\x93\x9d\x66\x89\xd2\x10\x76\x68\xfa\x92\xfa\x4a\x25\x0b\xec\x3e\x66\x49\x78\xa5\x60\x08\xa2\x58\x87\xd2\x69\xb9\x53\x10\x07\x7c\xb2\x3d\xb2\x6b\x10\x5f\x70\x90\xda\x29\xbb\x7b\x9a\x0c\x64\xe9\x2d\xb2\xdf\xbf\x3f\x05\x36\xd9\x34\x80\xeb\x27\xff\x3d\x07\x17\x7d\xc1\xa6\x97\xfc\xab\xff\x3e\x67\xdc\x0f\xf7\x18\xfd\x5e\x6d\x63\x70\x30\x57\xff\xd5\x7f\xd3\x79\x17\x6b\xf8\xcc\x62\xbe\x58\x58\x1e\x00\xf7\xe5\x35\x9c\xfe\xf6\x00\x52\xb9\x3b\x4f\xb8\x3b\x01\x10\x8b\xf7\xd6\xd8\xbe\x80\x6e\x3d\x92\x70\x3f\x93\x7f\x30\xfc\x02\x01\x5e\x06\xb2\x37\xf5\x64\xc0\x2a\x0c\x91\x1f\xd6\x89\x02\x95\xa4\x18\x25\x11\xa6\xcf\x81\x86\x07\xac\x3a\x96\xa9\x7a\x90\xd8\x81\xfd\x3c\xd3\x85\xff\xc0\xe4\x1e\x54\x8f\x60\xcf\x1a\xab\x09\x3b\x94\xa3\xb1\x97\xed\x97\xd5\x4c\x94\x64\xb1\x97\x7d\xd7\xd5\x76\x2a\xa0\xd8\xcf\x51\x67\xd5\x24\x05\x65\x10\x43\x47\x95\x72\x98\x3e\x0f\x4c\xde\x41\x7a\x23\x00\xd4\x8b\xe4\x49\xb2\x03\x00\x55\xf0\xaf\x73\x60\x78\x81\x7f\xa0\x32\xb8\x27\xa6\x0f\x44\x27\xc7\xbf\x1c\x10\x33\x0f\xe5\xbf\x1c\x4c\x36\xe3\xfa\xc7\x74\x2c\x56\xff\x0d\x8b\xd5\x2f\x0b\x80\xf3\x33\xeb\x0f\xf7\x77\x00\x92\xf2\xdb\x2a\x7f\xe7\x3f\x28\x00\xe8\x88\xf0\x37\x19\xdd\x80\x0e\xd3\x52\xe1\x4e\x7d\x1f\xa8\x77\xf6\x13\x2b\xd2\xe9\x87\xf3\x01\xdb\x25\xba\xc8\x89\x70\x34\x4a\x58\xaa\x5d\x33\x16\x12\x53\x36\xc8\x3c\x21\x7d\x03\xff\x03\xce\x72\xfb\x08\xef\xc0\xe6\xd8\x67\xf9\x40\x35\x6e\x20\x9c\xe6\x53\x5c\xaf\xd2\x00\x4a\x57\xf5\x14\xb7\x29\xa7\x03\xf7\x1d\x71\xa5\x5c\xc5\x33\xb0\xbf\x65\x8d\x62\xba\xfc\x69\x20\x76\x89\xc9\x7f\x94\xa3\x82\xe6\x87\x24\xf9\xbb\x72\xec\x10\x30\xb9\x46\xf6\x11\x93\x77\x90\x59\x09\x9f\xa0\x50\x6c\x42\xf2\x33\x00\x7c\x10\x7a\xf8\xfb\x1c\x64\xec\xf7\x61\xae\xff\x9b\x03\xba\xce\xe0\x24\xff\xc7\x07\xc1\xeb\xdf\x7d\x10\x2c\xbe\x58\xdd\x9a\x19\x75\x07\x00\xc7\xc5\x95\x9a\x8e\xd1\x00\x22\xa1\x1b\x2f\x5b\xdf\x07\x50\xaa\x62\x5b\x6d\xaa\x05\x40\x36\xe1\xb9\x66\x30\x09\xdf\x8c\xf7\x08\x5c\xd0\x7d\x0f\xc3\x76\xfd\x42\xba\xda\x8d\xd0\xee\x9d\x29\xba\x4b\x63\x12\xde\x04\x3b\x8a\xec\x51\x7f\x03\xf7\x62\x05\xc5\xf7\x12\x2f\xc0\xdd\x14\x71\x71\x25\xfc\x01\x68\xca\xa5\x8b\xb5\xab\x5a\xc3\xf1\xe3\xc1\x52\xc2\x4c\xee\x41\xe1\x22\x5c\xb8\xb8\x4e\x02\xaf\xb8\x06\x42\xea\xfa\x64\x8e\xcb\xe7\x40\xd4\x83\xb5\xd2\xb3\xb2\x75\x90\xf5\x7c\xb5\x54\x81\xcc\x67\x38\xd0\xa7\x2f\x15\x22\x13\x09\xc5\x5f\xd2\xa5\xd6\x48\xb7\xc2\xc3\xa9\x55\xe2\xa3\x32\xb2\xf0\x1e\x0e\x88\x7b\x32\x39\x98\xef\xc7\xff\x1f\x1c\x90\xf3\xbf\xcf\x81\xe3\xc8\xbf\x1c\x4c\xea\xf6\xc5\xfa\x5f\x1f\x08\xa6\xfe\xef\xd4\x0d\xc0\xad\xcb\xfa\xc0\x3a\x1b\x40\x78\xcd\xfa\x25\x66\x5b\x00\xe4\xbe\x6c\x4b\x33\xa4\x02\x68\x98\x72\x5c\xa4\x3c\x07\xd0\xf3\xe5\x75\x21\x7f\x02\xb0\x6c\xd8\xfb\x42\x2b\x1e\x50\x97\xd7\x02\x86\x1a\x8e\x40\xf7\x7e\x2d\xb8\x86\x34\x05\x23\xa1\xcb\x84\xad\x08\x74\x18\x8c\xa5\xef\x3f\xab\xa6\x02\x2f\xd3\x3d\x44\xf7\x29\xdd\x86\xd9\xdc\x7d\x42\x6b\x94\x8a\xe0\x55\x51\x95\xc8\x0b\xc5\xfb\xd0\x58\xfe\x42\xec\x80\xc2\x4e\x78\x70\x4e\x5b\x4c\x40\xce\x03\x1a\xae\x1b\x89\x65\xca\xbe\x85\xcb\x77\x95\xc4\xcb\x65\x37\xc3\xb9\x16\x7e\x89\x3d\xd2\x3b\xa1\xa5\x63\xb9\x68\x96\xb4\x03\xd4\xf5\xb7\x89\xe3\x25\xeb\xe1\xeb\x97\xaa\xfd\xbf\x7e\x32\xae\x77\x2f\x63\x3f\x3c\x61\xf8\x9c\xd4\x31\xee\x87\x0b\xaf\x17\x2b\x33\x0f\xe5\x37\x07\x53\xba\x58\xa3\x7f\x2d\xd6\x00\x59\x06\xf7\xc0\xb8\x9f\xcc\x22\x17\xab\xd5\x28\x00\x3b\xba\x42\xd9\xd4\x02\x60\x9f\xeb\xea\x77\xfa\x5a\x00\x92\xec\x1b\x77\xe8\xa4\x03\xa8\x86\xed\xd8\xab\x4d\x03\xd0\x7e\xcc\x69\xa7\x19\x04\x60\xca\xc6\x95\xaf\xae\x0e\x60\x7b\x8f\x67\x19\x71\x0c\xc0\x6d\x23\x2f\x9d\x18\x0a\xe0\xa7\xcf\xdf\xac\xf6\x00\x20\x2c\x48\x60\x9d\xaa\x32\x40\x1c\xef\xbe\x1f\x2a\xd7\x81\x9a\x2a\x2c\xf8\x46\x29\x16\xe6\x72\x7b\x04\x27\x15\x09\x30\x5a\x78\x47\x58\x4c\xbe\x0d\xbe\x95\xba\x0a\xfb\xca\xa0\x80\x9e\x8e\x13\x14\x92\x9e\x04\xea\x45\x73\xc1\x04\xe9\x50\xf8\x76\xeb\x94\xf0\x7e\xe9\x00\xe8\xbd\xcf\xb1\xff\x89\x64\x0a\x4c\xb4\x18\x09\x05\x4b\x6e\x81\x89\x0e\x6e\xa1\xf3\xcc\xe7\xc0\x7f\xfd\x80\x98\xb9\x58\xbf\xfd\x70\xb4\xfe\xc3\xc1\xb4\x33\x38\x18\xc6\xfb\x03\xd3\x0f\xc5\x9a\x51\x8d\x18\x1c\x21\x89\xc1\x91\xe8\x9f\x04\xe0\x7d\xc3\xaa\xa0\x5d\x0b\x20\xca\xb6\xf6\x87\x06\x0b\x80\x02\x65\xb3\x26\xb1\x11\x80\xf8\x72\x47\x08\xa1\x19\x80\xf2\x96\x6d\x0b\xf1\x12\x80\x65\x38\xc7\x77\xb5\x8f\x00\xf6\x63\x9c\xe7\x09\xdc\x00\x6e\xcb\x79\x78\x55\x6f\x01\xf8\x7b\xf0\xee\x50\xbd\x06\x10\x16\xc3\x77\x56\xf9\x2d\x40\x8c\x24\xdf\x01\x45\x14\x20\x29\x9a\x2f\x42\x3e\x0b\x20\x7b\x8c\xcf\x5f\xae\x06\xe0\xf0\x6a\x7e\x21\x39\x1c\x40\xb1\xe1\xbe\x12\x99\x0d\x00\x15\xaf\xf6\xb1\x49\x07\x00\x9c\x53\xdb\x77\x4f\xea\x00\xc0\x55\x69\x81\x7d\x52\xe6\x40\xbf\x75\x55\x50\x5f\x52\x00\xa0\xf1\xb9\xc0\x42\xd7\xda\x0e\x8b\xba\xff\xbf\x1c\xc4\x5a\x03\x15\xe2\xdf\x1c\x84\xf4\x5a\x42\xec\xfa\x43\xff\xcb\x41\xe8\xf4\xe8\x08\x72\x45\x02\x18\xda\x1a\x78\xee\xa3\x01\x98\x84\x5a\x1c\x11\x77\x07\x30\x3d\xe3\x7c\x48\x61\x05\x80\xe9\x57\xff\x1f\x44\x31\x78\x61\xbc\x22\x81\x5b\x9b\x07\xf2\xf5\xdf\x1f\xb4\xd0\x6f\x01\x5b\xdd\xe4\xb2\x7b\xc6\xdf\x60\x07\x39\xbd\xe6\xb8\x85\x0d\x56\xa3\x79\xab\x99\xcd\x8e\x1b\x6b\x22\xe1\xbb\xe4\x6c\x5a\xb0\x03\x84\xbe\x61\x1f\x7b\x0f\x2c\x5f\xad\x67\x7a\xb3\xbd\x11\xf6\x01\x7f\x89\xde\x67\xed\x0b\xc2\xaa\x77\x11\x5d\x73\x87\xe9\x71\xd5\x26\x24\xc8\xcc\xf0\xc7\x98\x6a\x32\x52\x6f\xfc\xee\xd3\x26\x35\x43\xc4\xdb\xfc\xc0\x3b\x16\xb5\x15\x48\xab\x89\x58\x57\x0c\xe1\x2e\x52\x64\xd6\xf0\x82\x93\x50\x8d\x7c\x33\x6e\x79\xe6\x4a\x70\x44\xd9\x0d\x6f\x3f\x3e\x42\xb8\x8b\x92\x0d\x84\x1e\x48\x10\x5d\x50\x33\xfd\x81\xc6\x30\xe2\x0e\x34\x8d\xb2\xe0\x16\xa6\xb5\x66\xb1\x7f\x86\xfe\xcf\xd0\xf9\xd8\x3b\xd5\x14\x96\x25\xfc\xc5\x41\x5c\x50\xd3\xdb\x88\x07\x50\x1d\xc7\xb7\x6f\x35\xfe\xb3\x0e\x4c\x2e\xc6\xb0\xda\x70\xad\xc0\x53\x00\xb3\x10\x73\xaa\xa4\x0f\x80\xb9\x87\xe3\x23\x45\x3c\x20\xe6\x29\xbe\x1f\x48\xda\x70\xd7\xe4\x6a\xec\x5b\x9d\xc3\x10\x65\x68\x97\x57\x60\x78\x19\x78\xf4\xec\xca\xb8\xcd\x27\xb1\x01\xed\x2f\x35\xda\xd6\x1f\xb1\x23\x9a\x1d\x8f\x74\xed\x1f\x60\x1e\xea\x59\xdd\xc2\x8e\xd7\x30\x7b\xa2\xff\x30\x38\x7e\x62\xf2\x2f\x58\x0f\xbe\x9d\xfe\xcc\x7a\x96\xf6\x0d\xcf\x8d\x88\x59\xe4\xff\x62\x53\x13\xa6\x63\x56\x6f\xbe\x45\xaa\xa9\x20\xca\x96\xb8\x81\x87\x84\x00\x44\xc6\xf2\xcb\xdb\x1d\x04\x01\xe4\x80\xd9\xa3\x97\x45\xa4\x95\x88\x85\x65\x5c\xbb\x0e\xd1\x13\x79\x66\xca\xd5\x6a\x40\xbc\x86\x7c\x37\x61\x7f\x98\x46\x22\xa1\xcb\x8d\x9d\xee\x65\x90\xf0\xa8\xa1\x81\xcd\x1d\x12\x89\x1d\x0d\xd5\x7b\xff\x17\x17\x94\x48\x5a\xf8\xfe\x01\x77\x4f\xe9\xd1\xff\xc5\x41\xc8\x8b\x2a\x9f\xda\x50\x0d\x80\x6f\x52\x6d\xdb\xaa\x0a\xa0\x7d\x83\xa8\xb9\xab\x09\xc0\x70\x40\x0b\xe3\x16\x03\x30\x1d\xd7\xef\x12\x7c\x0e\x60\x76\xc7\x2c\x57\xe2\x2d\x80\xe5\x33\x7b\x1e\xa5\x3b\x00\xe6\x9f\xbc\xc7\x88\x3e\xf0\xc8\x74\x77\x74\xa3\x76\x3d\x18\x1b\x2b\xe7\x6e\x32\x39\x8c\x51\xf5\x03\xcb\x38\xad\x4e\x60\x8d\x3a\xe9\x35\xc7\x6d\x7b\x30\x4f\xad\xb4\x47\xb1\x4e\x9c\x98\xb8\x7a\xd7\x1b\x7f\x97\x08\x6c\x09\x69\xd7\x68\xa2\x9b\x23\x46\x21\x58\xd1\x50\xa7\x51\xec\x39\xfe\x0b\xbd\xd1\xc6\x9d\x7a\x13\x3f\x48\x1f\xb0\x4e\xf9\xd1\xaa\x56\x45\xff\x66\xdd\xf5\xf9\x0a\x81\x4c\x07\xeb\xec\x77\x56\xc4\x3d\xc8\x36\x6b\x62\x17\x4a\x6c\x46\xf0\x56\x32\xcf\xef\x92\x1c\x90\x60\x8b\x9b\x4f\xa6\x48\xdd\x48\x85\xb9\xf2\x23\x75\x75\x7b\xa4\xc6\xec\x5d\xd3\x16\xf5\x69\xe4\xb1\x19\xe5\xce\x7d\xf5\xaf\xe8\x4a\xe3\x17\xb7\x26\x35\x36\xa0\x6a\x86\xc7\xff\xe6\xa3\x16\xf5\xff\xdf\x3e\x08\xcc\x3c\x88\xc7\xca\x1c\xab\xb7\x03\x28\x12\x15\x55\x37\x4a\xfc\xe1\x20\xf4\x9f\x11\x5d\x76\x57\x02\x18\x7b\x68\x9a\x71\x59\x02\x58\x38\x51\x0a\x05\xae\x01\x58\x1e\x33\x2b\x97\x7a\x06\x60\x15\x6a\xfb\x4e\xa9\x1e\x7e\x59\x06\x78\xdd\x55\x5f\x06\x47\xcd\xbd\xa2\xf7\xe9\x95\x83\xbc\x89\x7d\x0e\xc1\xcc\x1d\x9b\x30\x58\x5a\xda\x67\xbd\x1e\x0b\xa3\x70\xd7\x70\x39\xad\xc2\x38\xc9\x21\x8f\xcb\x5d\xdf\x63\x7b\xd5\x1f\xf6\xe1\x5c\x59\x31\x16\x62\xef\x58\xbd\x1b\x27\x3a\x41\x54\xa1\x45\xb9\xaf\xc7\x2a\xd4\x7c\xe9\xb1\x76\xb7\xa7\x8e\x13\x54\xe8\x2e\x0e\x7b\xbe\xb1\x11\xf5\xe8\xde\x0e\xc5\x03\x27\x48\xeb\xe8\xa5\xf6\xb1\xbd\x40\xa2\xd2\xab\xec\x4f\xbd\xcc\x53\xd7\xa4\x8f\xdb\x06\x3e\x0d\xd0\x68\xa1\xcf\xd8\xf6\x3e\x72\xd4\xf8\x8c\x10\xac\x6d\x9b\x52\x35\x5e\x23\xa9\x16\xc8\xdd\x49\x0d\x5f\xa4\xdb\xb4\xaf\xae\x50\x4b\x18\xa9\x37\x8f\xba\xd1\xab\x99\x8d\xae\x32\x91\xfd\xfb\x5c\xf8\x57\xff\xe7\x62\x53\x39\xbd\xfc\x1d\x80\xf8\x3b\x45\x93\x35\xe5\x7f\x38\x08\x0d\x9a\xb2\xe6\xd6\x30\x00\x43\x44\xcd\x92\xad\x15\xc0\xac\x83\x74\x9d\xd3\x09\xc0\x4a\x5b\x37\x53\x20\x17\xc0\xa6\xdb\x58\x53\xa2\x06\xc0\xc6\xd2\x26\x4b\xc5\x0b\xde\x58\x47\x7b\xee\xd5\xdc\x0d\xf9\x16\x85\x11\x67\xf4\xda\x80\xcb\x94\x3f\x87\xdf\x62\x1d\xf6\xd0\xd0\xb9\x54\xc8\x76\x16\x23\x51\x0e\xd5\x2e\x77\xa9\xc3\x96\x92\x4f\xb7\xbc\x76\xd7\x47\x5b\x35\x8e\xbd\xdb\xe1\xa9\x8b\x9e\x25\x65\x4e\xac\xf1\x0a\x60\xf2\x50\xb4\x2f\x84\x57\xb4\x6e\x17\x8b\x9f\xe2\xc4\x5c\x1a\xe6\xfc\xf2\xb3\x14\x29\x99\xbe\xcb\xb9\xb4\xbf\x4e\x9d\x8b\x6e\xeb\x48\x7b\x75\x49\xa3\x93\x6e\xe0\xbc\xe7\x79\x91\x46\x15\xbd\xde\xfe\x61\xab\xb4\xe6\x05\x7a\x93\xfd\xc7\xe6\xa7\x5a\x6b\x91\xe5\xb6\x3d\x8d\xe7\xb5\x08\x88\x8a\xf5\xdc\xed\x42\xad\xeb\x48\x98\xd5\xde\x1b\xd7\xc8\xdb\x90\xcb\x16\x02\xd7\x22\xc8\xd2\x48\xdf\xe2\xd3\xed\xdf\x73\x81\xe5\x8c\xfc\xc2\xf7\xcf\xcc\x3c\x08\xa9\x6f\x0a\xfb\xd7\x76\x02\xa8\x50\x14\xfc\x37\xa6\x00\xe8\x18\x29\xde\xdc\x5a\xf5\x87\x07\xb1\xfc\x49\x6a\xe7\xaa\x05\xb0\xd7\xd3\x76\x9c\xbf\x1f\x1c\xc7\x8d\x56\x4b\x69\x00\xd8\x1b\x59\xa1\x2a\xf7\xa1\xce\x6e\xa7\x3b\x27\xb9\x0d\xdc\xac\x3a\xc2\x0f\x1b\x89\x61\x5f\xcc\x6d\xb2\xce\x58\x37\x63\xb9\x46\x4f\x4b\x6e\x3b\x4a\xfd\xe6\xc4\xda\xb4\x05\x5a\xd7\x7b\x0e\xa2\x65\x1a\x9d\xef\x07\xbd\xf7\xa2\xce\xa4\x5b\xb3\xba\xbe\x1a\x68\x1b\xb1\x84\x86\xf7\x68\x9f\x5d\x4d\xec\xa4\x05\xbb\xdf\xf8\x9a\xab\x7e\x8a\x66\xee\x79\xf0\xc3\x7d\xf5\x1a\xda\x13\xb7\xc4\xdf\x5c\x18\x5d\xb3\x8e\xbe\xdd\x55\xbc\xb5\x51\x6b\x9a\xae\xee\xa2\xfe\x28\x84\x4c\xa4\x27\x3a\xa5\xde\xb7\x27\x5f\xa1\x3f\x70\x38\x78\x87\x97\xdc\x8c\xac\xb3\xdb\x52\xe7\x48\xae\x42\xac\xad\x1d\x6a\x0f\x6b\x5f\x43\xbc\xad\xb7\x5f\xe2\xd3\x31\x43\x6e\x58\xc4\xfd\xbd\x0e\xbf\xf5\x7f\xe1\x65\x51\x00\x82\x9b\x15\xf6\xb0\xee\x04\x90\xae\x96\xfd\xb6\xb6\xfe\x0f\x07\xa1\xf3\x51\x7e\x72\x4b\x15\x80\xb9\xa6\x12\x71\x67\x02\x80\xad\x00\xc1\x91\xb3\x16\xc0\xe9\x8a\x96\x8e\xc0\x0a\x00\x17\x6b\x03\x6e\x49\xe2\xef\x5c\xb1\x2a\x07\x3e\x17\x2b\xed\x97\xa0\x63\xe3\x13\x26\x61\xc2\x89\x7d\xb4\x08\xcc\x58\x6f\xfd\x15\x73\x34\x7e\x55\x12\xe1\x7c\x1e\xc5\xf4\x57\xd7\x4c\x79\x10\x51\x3f\x1d\xcd\xd6\x4a\xbf\xbd\xa8\xbe\x66\xec\xa0\xad\xdf\x39\x94\x4d\x5d\x76\x2e\x20\x40\x14\x65\x25\x09\x50\xc7\xbc\x55\x7e\x6d\x53\xb7\xa2\x0e\xfb\xe0\x3f\x47\x6a\x10\x68\xaa\x5e\xe9\xfd\x9f\x34\x1d\x68\xf6\x5e\xb2\x5d\x42\x5a\x2e\xb4\x3c\x4f\xbb\xf6\x04\xb2\x3d\xad\xdd\x7d\xfa\x49\x0a\xf9\x11\x7d\xb3\xdb\xe6\xa6\x02\x6d\x7b\x7a\xa0\xb3\xfb\x1d\xaa\xf6\x04\xbd\xc2\x69\xd5\xad\x39\x9d\x43\xf4\x1e\x07\x9f\xeb\x31\x3a\xe1\x08\x9f\xed\x83\x4b\xd7\x74\xa7\x10\x75\xdb\x75\xd5\x86\xba\x99\x48\x9e\x95\xce\x5f\x7c\xd4\x7f\xf5\xff\x46\xd9\x03\x2b\xcf\xfe\xd1\xff\x89\xfc\x32\x1d\x1b\x2e\xfe\xe1\x20\x2c\xab\x15\x13\x76\x96\x02\xd8\xa7\xa8\xfa\xec\xe9\x01\x70\x49\xd1\x2c\x11\xe0\x00\xf0\x90\xd2\x13\x93\x98\x03\x70\x53\x30\xc7\x54\x53\x20\xcf\x29\xd0\x89\x53\xf7\x2a\xec\xb5\x7b\x15\xdc\x60\x76\x12\xab\xb5\x32\x4d\xcb\xb0\xeb\xc0\xc4\x4d\x45\x4e\x38\xbb\xa9\xa3\xb7\x0d\x56\x5c\xb3\xf0\xce\x40\xb9\x75\x1a\xda\x9e\x07\x5a\x22\xbd\x9a\x53\x9f\x7e\x06\xeb\x32\x7d\xb3\xa8\x26\xea\x72\xd4\x40\xff\xd5\xa3\xf7\x35\xde\x50\xcd\x02\x6e\x0c\x1e\xd4\xfc\x42\x6d\xf3\xd3\x67\xfa\x44\x75\x14\x92\x31\x1a\xd1\x67\xf3\x93\x59\x9d\x06\x9a\x9a\x4f\xc3\x83\x2c\x9d\xf7\xb4\x97\x1e\x67\xef\x09\xeb\x4a\xd2\xd9\xdd\x0e\xd7\xe7\xea\x56\xd0\x1d\x5d\x0e\xd7\x2a\x50\x0c\xe8\xb7\x1c\xa7\xae\xdc\xd7\xe3\xa6\x3f\x76\xac\xae\x1e\xd3\x5b\x86\x70\xd9\x1d\xa8\xd2\xd5\x53\x44\x02\xad\xef\xfe\x79\x5f\xf8\xaf\xfe\x2f\x74\x5e\xfa\x35\xeb\x7e\x00\xb9\x40\x99\xba\x75\xa6\x00\x9a\x5d\x32\xb8\x8d\x44\x00\x23\x51\x19\x96\xcd\xe7\xfe\xe2\x41\x9c\x14\x6b\xd8\x5d\x01\x3c\xba\x48\xe1\xfc\x39\x00\x5e\x72\xba\x57\x24\xf8\x01\x3c\xf3\x4c\x23\x55\x76\x43\xbe\xcb\x45\x87\x77\xba\xc5\xb0\xc7\x41\x21\x70\xb3\xd9\x5b\x2c\xdd\xba\x33\xf5\xbc\xa3\x1f\xda\x65\xce\x7f\xbc\xcc\xab\x07\x0d\x32\x98\xba\x36\xe6\x37\x88\xbc\xd6\xb5\x7c\xf6\x2b\xc4\x1f\x39\xa3\xc5\xf1\xe5\x67\xa8\x24\x72\x5a\x63\xdb\x5c\x7e\xc8\xb5\x89\x61\x8d\x1b\x73\xc3\xc1\x52\xc3\x49\x9a\x63\x54\xbe\x20\xdf\xfe\xf5\xda\x3c\x54\xd6\x10\x6e\xa6\x4f\xd4\xd3\x20\xdd\x31\xea\xa1\xc0\xb6\x87\x8f\x74\x9b\x68\x04\xdf\x75\xcc\xbc\xb8\x3a\x54\xcf\x95\xf6\xda\xd3\xe4\xc6\x79\xbd\x06\xfa\x1a\xf7\x27\x57\x0f\xea\x2b\xd1\x1d\x5c\xf5\xab\x5f\xeb\x57\xd3\x2f\x39\x0d\x56\xbd\xd3\xcf\x42\x36\xd8\xc7\x9f\x8e\x34\xb0\x41\x78\xec\xff\xe2\x26\xff\xab\xff\xef\x5f\x2a\xdd\xc1\x5a\x0b\xa0\x70\x49\xd2\x75\xad\x3c\x80\xce\x76\x29\xbb\x8d\xcb\xff\x70\x10\x0e\xe6\xd2\xc5\xdb\x5e\x00\x78\x6a\xca\xf7\xed\xfe\x06\xe0\x73\x1d\x4f\xe6\xcd\x04\x08\xd0\x27\x93\xc4\x46\x00\xfc\xd6\x1b\x6f\x52\x3e\x02\x27\x3c\x64\xed\xde\xea\x1a\x63\xcf\x5d\x64\xfc\x56\x5b\x77\x60\x46\x76\x12\x49\xe0\x62\x8e\x5e\xb5\xc0\x17\xbb\xf8\x54\xa0\xeb\x8c\x64\x6b\x1d\x83\xa5\x90\x58\x8a\x60\xbb\x5f\xf8\x4b\x64\x95\xd6\x99\xef\x73\x51\x17\xa9\xcb\x35\x09\xb3\x53\x11\x43\xdf\x68\x64\xfc\xdc\x9a\xc8\xc4\xc1\xc7\xda\xa4\x39\xff\xf0\x47\x4c\x9f\xa8\x67\x74\x8a\x27\x95\x35\xd4\xf4\xb1\xbb\xde\x65\xaa\x5c\xc8\x91\xc6\x01\xfd\x0c\x6a\x79\x90\xd0\x6d\x2d\x03\x56\xda\x16\x7f\xe2\x8d\x4e\x83\x5a\x9a\xb1\xef\x85\xab\x4e\x06\xb7\x68\x5f\x3d\xcd\xaa\x23\x0c\x2f\xd0\xd9\xdc\x81\xc9\x43\x55\xca\x1b\x45\xd2\x2f\x3b\x7b\x9f\x24\x19\x8d\x21\xcb\x1d\xb2\xfe\x9c\x0b\xff\xd5\xff\xc5\x97\x8b\x77\xac\xaa\xfe\x2b\x07\x01\x91\xd8\xb1\xe1\x0a\x80\x55\x8a\x98\xc0\xc6\xc3\x00\x6e\x24\x89\xd9\x6d\x02\x00\xbe\xa2\xb2\x07\xd9\xbe\x03\x04\x22\x2a\x37\x78\xdb\x01\x42\xef\x69\x70\x8a\x46\x00\x04\xcf\xea\xf7\x28\x25\xc1\x61\xff\xdd\x36\x46\x94\x1f\x58\xbd\xdb\x1d\xaf\x8d\x36\x37\xb0\x6d\x0e\x31\x09\x2d\xee\x7e\xa8\xbd\x95\x5c\xd1\xcb\x80\x00\x24\xd6\x64\x6d\xad\x51\x04\x4a\x1f\xa3\xdc\xec\xdc\x12\xd3\x49\xdf\x46\x76\x9b\x30\x4d\x72\x1c\xa7\x93\x93\x67\x57\xc4\x6f\xfb\xa8\xa7\x73\x75\x76\x7f\xbc\x5e\x8f\x0f\x25\x72\xb6\x32\x36\xae\xfd\x89\xbe\xc4\x2c\x35\x46\xfc\x37\x0f\x75\xd2\x30\x60\xee\x47\xb8\x64\xfd\x25\xc3\x31\xaa\x4d\x48\xe1\x75\x2f\x23\x56\x2a\x35\x20\xf8\x0a\xab\xb1\x21\x8d\xc7\xbf\xf4\x7c\xa6\x89\x06\x2d\xd8\xf7\xe0\xe9\xb3\x26\x85\xb4\x61\x2f\xc1\x53\x7c\xa6\x2b\xe8\xab\x3d\xf9\xcb\xb6\x98\xee\xa4\x5b\xb9\x5d\x39\x7e\xcd\x94\x97\xde\xe2\xbc\x72\x7e\x1d\x14\x96\x2d\xbc\x37\x30\xf4\xff\xbd\xd6\x92\xb7\x57\x1c\x03\x90\xe0\x97\xd8\xb3\x5a\x08\x40\xdd\x58\xf4\xd5\x5a\x6f\x00\xe3\x1b\x22\x27\xd7\x53\x00\x1c\xf4\x45\x8b\x37\x99\x01\x78\x69\x89\xec\xd8\x2c\x0c\x10\x5c\x28\x6d\xc4\x76\x10\x20\x72\x44\xfe\x04\x57\x3f\x40\x8c\x88\xda\x0f\xe1\xd7\x00\xd1\xf2\xba\xa8\xd2\x01\xb8\x1e\xbe\xd3\x3c\x4c\xa7\xe9\xb7\x7f\x52\x99\xcb\x97\x18\x3b\xdf\x3d\xc8\x7b\x9b\xc6\xa3\xd6\xa1\x5f\x10\x16\xd3\xd0\xda\x5d\xb1\x86\x74\x36\xbd\x8e\xd7\x3c\xc9\xe7\x68\xde\xe4\x89\x69\xfb\x74\xf5\xcf\x25\x14\xf6\xe9\xfb\x69\x63\x6f\xc4\xf5\xa5\x67\xe4\x53\x43\x5f\x6c\x30\xe4\x98\x39\x99\xb2\xee\xb7\x3f\x12\x66\x2c\x33\x8b\xc5\xca\xdc\x2c\x30\xe5\x98\x33\x8f\xbe\x70\xd5\xde\x4c\x70\xae\x2d\x92\xf3\xe2\x09\x33\x6b\x2a\x21\x4c\xee\xff\x8b\x03\x2a\xf6\xb0\xd0\xa7\xb3\x78\xbe\x28\x7c\x62\x36\x4c\x7f\xe6\xbc\x63\xe1\x5c\x30\x9e\xef\x9f\xa9\xff\xef\x5f\x2f\x1e\xce\xca\x01\x20\xeb\x2e\x7a\x7d\xf5\x6a\x00\xed\x55\xc2\x97\xd6\x1c\x01\xb0\xe4\x16\xb0\x5b\xbb\x14\xc0\x6d\xa5\xe0\xc9\xf5\xaf\xff\xe4\x62\x44\x4b\x8a\xe5\xee\xe8\x06\x48\x5a\x2a\x6d\xc4\x11\x0b\x90\x5a\xac\x7c\x5d\x68\x29\x40\x8a\xb9\x66\x87\x7c\x24\x34\xc6\x8d\x19\xff\xd2\xb1\xc3\x8e\x84\xca\x39\xe9\xd9\x77\xa1\x92\x9e\x5e\xe1\xbc\x81\x1d\x88\x92\x83\x5b\x7e\x7f\x8c\x22\xf5\x94\xc5\xc6\x6b\x39\x29\xb7\x26\x58\x8c\x2c\x3b\x5f\x64\xaf\x1e\xe5\xd1\x5b\x35\x79\xeb\xc0\xa7\x5e\x2d\xc3\x4b\x53\x39\xb9\xf4\xf6\xa5\xc6\x35\xd3\x1a\xd9\xba\x0f\x7a\xcd\xac\xa6\xe3\xb3\x46\x98\xbe\x40\x37\x04\xcc\x3f\xce\xee\x4f\x7a\x79\x69\xce\xd2\x65\xf6\x62\x82\x5d\x55\x8f\x95\xe2\x9c\x61\x4c\x5b\xe5\x76\x2b\x0a\x75\x55\x84\x51\x59\xbb\x95\x2d\x35\x31\x54\xab\x84\xc5\xea\x0a\xf5\x7b\x50\x68\x31\xa7\xf5\x3e\x1a\x7f\x40\x5f\x21\xd9\x9a\x9b\x76\xce\x77\xe3\xe1\x49\x1b\x07\x5a\x8d\xcf\xe8\x81\x59\x1b\x1e\x3a\x97\xa7\xff\xfc\x3a\x48\xb6\xce\xf7\xcf\xd4\xff\x85\x33\x84\x9d\x56\x2a\x03\xe0\xf5\x84\xae\xad\xaa\x04\x30\xbc\xbe\x4f\x6e\xb5\x01\x80\xfd\x28\xcf\x3a\xd6\xb9\x3f\x79\x10\x51\x97\x78\xef\xae\x33\x00\x48\x8e\x14\xdc\xb9\x45\x1f\x20\xeb\x96\x98\xf5\x6e\x4e\x80\x3c\x1b\x79\xf2\x3e\x4e\x80\x03\x53\x04\x4b\x19\x17\xe8\xc9\x1a\xd3\x3b\x44\xbe\x81\x65\xc4\x5f\xb3\xa5\x3a\xee\x42\x52\xfc\xd9\x02\xbe\x87\x5f\x1f\xd7\x72\x0f\xcc\x91\x4d\xd6\xfd\xb2\xd4\xc1\xf7\xfc\xae\xec\xd9\x77\x35\x56\x0d\x2d\xd4\xc3\x61\x3d\x24\xb3\x0d\xdf\xa4\x8e\xee\x6c\x15\xb6\x58\x32\xf1\xb3\x50\xa9\x51\xc8\xf2\xd1\x24\x76\xd8\xe0\xd6\x1b\xeb\x8d\x53\x4f\x0e\x70\x5e\xf1\xb4\xf1\x9c\x7e\x9a\x75\xf5\x9c\xbd\x1d\x61\x46\x31\xa3\xa3\x92\xd7\x2e\x6c\x56\x38\x79\xb2\x34\xdd\xbe\x73\xf6\x68\xe2\x8b\xff\xf2\x2f\x47\xd6\xd9\x23\x54\xe3\x70\xf1\xdf\xfc\x8b\xb6\xbd\x1c\xcd\xd7\x5f\x23\xfb\xa9\x7d\x0b\xed\xa8\xdf\xd6\xcc\x35\xf6\xcd\xb4\x09\x6f\x25\x00\xdc\x06\xf1\x85\xcf\x59\x1c\x8e\x22\xd4\x65\x9c\x00\x62\xcf\x04\x6e\xb3\xf4\x00\x90\x36\xf2\x49\xae\x2c\x07\xb0\xdc\xc5\xbb\x65\xfe\xf3\x85\x5b\xdf\x9e\x18\x96\xa8\x3f\x1c\x44\xf2\x79\x8e\xe5\xab\x54\x00\x0e\xac\xe2\xd9\xb3\x5e\x0e\xa0\xd0\x41\xb0\x6a\x07\x0b\x40\xf1\x0e\xa9\x93\x7b\x65\x01\x4e\xe4\x2b\xf5\x4b\x9c\x84\x2f\x45\x2b\xc9\x0d\x5a\x79\x18\x7b\x9e\x87\xf9\x63\x87\xde\xef\x1f\xe2\xf7\x79\xba\x47\xdc\xe9\xb7\x0e\xba\x9c\xf0\x35\xf3\x42\x47\xa5\x0f\x4b\xa9\xdf\xe1\xb0\xc7\x53\x6e\x9a\x77\x32\x8b\x7e\x34\x8e\x38\xda\xf5\x37\x96\x78\xdc\x5a\xe3\x40\xf9\x65\x55\x52\x7e\x29\xc2\x29\x78\x22\xf8\xd8\xa7\xb3\xed\xce\x72\x93\x35\x05\x2b\xcb\x3c\x5d\x6e\x4f\x9d\x3a\x24\x7c\xfc\x96\xcb\xad\xe9\xc6\x6c\xf4\x68\xba\xeb\xe9\x19\xd9\xcc\x96\xfc\xed\x6e\x4b\x66\xb0\xd4\x3b\x07\x5e\xb8\xee\x9b\x5b\x11\xff\x36\x47\xd9\xb5\x66\x2e\x3c\x56\x3a\x53\xdc\xb5\x92\xca\x12\x59\x91\x56\xec\x1a\x4b\x4d\x0e\xb3\x4d\x2e\x75\xc5\xa8\x1d\x21\x2a\x49\x32\x2e\x5f\x69\x76\x01\x1c\x09\xf7\x5c\x92\x68\x57\x7d\x0b\x00\x58\xf4\xf7\xb7\xcf\xaf\x03\x1f\x5d\x80\x67\x05\x27\x80\xc2\x08\x5f\x05\x4b\x07\x00\x65\x27\x17\x0f\xcb\x06\x00\x07\x85\x3d\xb1\x2b\x68\x00\x7e\x61\x4b\x45\xfe\xd6\xfd\x72\x19\xdf\xeb\x17\x9b\xb2\x47\xcd\xaf\xc7\x29\x5d\xee\xe0\x0d\xf1\x00\xe7\x84\x84\xd8\xd9\xb2\x00\xaa\x57\xc9\x1c\xd9\xcf\x0b\x70\xce\x9b\x80\x90\x96\x8c\x8d\x94\x9e\x33\xac\xb6\x6b\xe9\x17\x3b\x94\xef\x54\x1a\x76\xb7\x75\x53\xb2\x7d\xd8\xe9\xec\x93\xb7\xf3\xa3\x38\x0e\xdb\x1e\x0d\xb9\x72\x38\xc4\xfd\x6a\x69\xc9\xe7\xb3\xe0\x7f\xb0\xe3\x78\x85\x73\xd9\x6b\x1f\x8b\x9f\x19\xa7\x37\x16\x75\xfb\x2d\x19\xff\x59\x96\x9a\x4f\xf5\x53\x9e\xd0\x3a\x5e\xc5\xf4\x3f\xc9\x3a\xe2\xf7\x70\xea\xe4\xe1\x15\xe9\x81\x7e\x82\xd3\xb7\x73\x9a\x99\xf9\x3f\x09\x53\x7e\x7b\x67\x55\x53\x5e\xc6\xbd\xf4\x7d\x36\xdb\x93\xe8\x14\xb3\xc7\x57\x72\xee\x44\x4c\x65\xd4\xa0\x2f\xfb\xdc\x40\xd4\x68\xd4\xa4\x77\x26\xd5\x23\xdc\x28\x82\xe2\x95\x43\xe3\x0f\xfc\x1a\x76\xc9\xab\x81\x66\x11\x10\x08\xb0\xfe\xb1\xc0\xd0\x7c\x3f\x4c\xfd\x5f\xed\x2c\xd7\xbe\x15\xdc\x00\xa6\x84\x35\x03\xf3\xff\xee\xc1\x98\x7b\x67\xea\xdf\xcc\x1c\x80\xa2\x6e\xdc\x3f\xfa\x5f\xcd\x06\xb6\xa4\x95\x59\x00\x75\x2d\x3c\x45\x9b\xb3\x00\xee\xae\x11\x8d\xdc\xbb\x75\xf2\x70\x5d\x81\xb2\x94\xaa\xc7\x60\xf8\xe5\x34\xdd\xdd\x56\xce\xed\x7c\x95\x79\x36\xd9\x41\x5e\xf5\xb8\xa2\x32\xff\xaf\xe9\x0d\x95\x6d\x39\x52\x69\x56\xc7\xf8\x8e\x0a\xa5\x7e\xaf\x1c\x2c\x9b\xce\xa1\x26\x2a\x3d\xdc\x7f\xfa\x60\xea\xd2\xd8\xd0\xcf\x35\x55\x9d\x89\x42\xd1\x53\x3f\xcf\x9d\xf6\x89\x33\x8e\x2e\xfb\x15\x7e\x52\x38\x66\x73\x14\x3a\xf1\xf5\x58\x69\xd4\xed\xc8\xf8\x29\x96\x23\xa3\x91\xec\xe1\x91\xd3\x66\x79\x5f\x23\x56\x86\xdd\x99\xc1\x65\x17\x85\x15\x84\x76\xcd\xbc\x4e\x57\x0c\xbd\x1b\x92\x30\x1b\x9a\x5c\x1f\xa2\x18\x7c\x79\x4e\x3c\xde\x22\xd8\x28\xf0\xf2\xdc\x87\xa8\x91\xc0\x9f\x81\x8f\xa8\x46\xe1\xd3\x01\x52\x81\x77\xa8\x7d\x21\x9c\xfe\xf9\x01\x81\x34\xe5\x40\x12\x00\x8f\xc8\xbe\x17\xcb\x26\xfe\x57\xff\xb7\x65\xf8\x7c\x30\x75\x4f\xe6\xdc\x2f\xd3\x0f\x83\xd9\x7f\x2d\x63\xfe\xf7\xfe\x81\xc5\xfa\xf4\x25\x5b\xdc\xca\x0b\x73\x5f\xdb\x0f\x0a\x14\xec\x71\xff\xb2\xb6\xc5\x52\xce\x4d\xfe\xc4\x2b\xce\x46\x3b\x4d\x9c\xf1\x85\xc6\xc4\x9b\x99\x66\xa8\xf7\xc9\xf3\x7d\x17\x31\xcf\x0f\x89\x5c\x47\x9c\x4e\xb5\xc6\xff\xca\xd7\x4e\x95\x28\x15\x2f\x15\x3f\xfe\x36\x3a\xe6\x78\x6b\x23\xf7\xc9\x84\x90\xac\x63\x3e\x83\x21\xe5\x1f\x03\xa3\x0a\x1d\x7f\x69\x9f\xf4\x0f\x68\x3c\xfc\x6d\xa2\xaa\xd8\x30\x60\x6b\x1e\x7d\x6a\xc5\x91\x5a\x7f\xaf\x9c\xa4\xa9\xa9\x83\x49\xfe\xeb\x33\xca\x66\x70\xd9\x91\xcc\xbc\x17\xdf\x7d\x29\xf1\xb3\xe7\x93\x42\x98\x7e\x1f\x3e\x1c\x09\x7e\x73\x4f\xa2\xf3\x7e\x73\x1f\x5a\xb1\x89\xd4\xbe\x10\x7e\xaf\xa5\x31\x79\xb4\xad\x41\x69\x5e\x6c\x91\x21\xb4\x58\x7f\x17\x00\x9e\x76\x4e\xd1\xa5\x77\x01\x94\x83\x77\x5b\x2d\x4d\xfa\xa3\xff\x7b\xfa\xe0\x2c\x71\x7f\xcd\xbf\x33\xe7\xbf\x99\x3e\x00\xd7\x19\xf9\xe7\x4c\x0e\x60\x51\xff\xa0\xb7\xf7\xdf\xd8\xf4\x11\x87\x1b\x99\x7b\x8b\xf2\xee\xdc\x7e\xe8\x8d\x56\xf7\x5e\xc9\x1c\xf1\xca\xc7\x9f\x5e\x8c\x13\x14\xb4\x3f\x5c\x7b\xff\x84\x60\xe4\xe9\xbc\xb1\xe4\x57\x93\x81\xcb\xd1\x08\xf7\xb4\xb4\x7a\xbe\x28\x4a\x36\x7b\x84\xea\x4d\xde\x62\xa7\xc3\xa6\x7e\xe5\xb5\xd0\x60\x5c\x48\x76\xcf\xbb\xb6\xbf\x3f\xbf\xe8\x94\x8b\xe0\x15\xfc\x04\x1c\x1d\x70\x79\x77\x2e\x6b\x6a\x53\xfe\x31\x17\xfe\xd3\x52\xd3\x0e\xb9\x37\x5d\xd0\xd2\xd9\x19\x91\xcc\x61\x17\xab\x13\x99\x33\xe3\xa9\x5f\x5d\x04\x8e\x86\xcf\x8e\x24\x84\xba\x88\x1f\x91\x98\x0b\x8a\xd5\x76\x2e\x39\xd4\x45\x65\x8d\xcc\x70\x49\xc9\xf5\xa3\x3a\x84\x1b\x3b\x9b\x66\x4f\x53\xa9\xc1\xab\x9d\x5d\x33\xc5\x69\x26\x01\x61\x4e\x03\xe9\xaa\xb4\x7a\x5f\x0b\xc7\x8f\xa9\x15\x74\x31\xcf\x3c\x00\x91\xa9\xdd\x63\x4b\x85\x01\x08\x45\x4b\x89\xff\x70\x20\x0c\xdd\x93\xa9\x7f\x57\x04\x32\xae\xbf\xd0\xbf\xfd\xbf\x5a\xf0\xc7\xa7\xfd\x18\x5c\x98\x8f\x1f\x95\x1b\x16\x66\x79\x81\xc3\xbd\xf7\xfb\xaa\xb3\xa7\x6e\xfd\x8d\xf6\x9c\x4f\x03\x22\x31\xfb\x56\x34\x58\x0e\x6e\x51\xfe\x84\xef\xaa\x0a\x7e\x33\xa7\xc7\x6e\x71\xe2\x70\xfd\xab\x0e\x07\x65\xbf\xad\x51\x83\xcf\x85\x43\x29\x09\xb5\x7e\x02\xcf\xf8\x0b\x23\xd2\xc5\x5d\x0e\x3e\x7d\x78\x8b\x2d\x3b\xd0\xd6\xb9\x35\xbd\x37\x3e\xf7\x9d\x45\xff\x13\xe3\x69\x5c\x6e\x9e\x65\xe6\x7d\x9d\xe9\xb9\x4c\x39\xab\xcf\x75\xca\x33\x07\xd3\xf2\xad\xf9\x6b\xee\xcc\x46\x26\x3e\xb3\x11\xad\xd6\x9d\x45\xe2\xb7\xda\xac\x3f\xfb\x78\xae\x36\xaa\xd5\x46\xe0\x94\x2f\x95\x14\xae\x68\x23\x77\xf2\x36\xf5\x76\xc8\x6e\x9b\xa9\x13\x46\xd4\xaf\x41\xe3\x36\x45\xc7\x48\x34\x0f\x7f\x3d\x1b\x9e\x42\x07\xda\xa0\x77\x99\xf5\xec\x11\x31\xba\xa0\xa7\x9e\xf5\x97\x83\x73\xf4\x54\x37\x33\x00\x49\xdc\x0a\x98\xef\xe7\xbf\x3e\x10\x4c\x0e\xa4\x84\xa1\x7f\x32\xf5\x5f\xa6\xfe\xd9\xb5\xc0\x81\x20\xbe\x9f\x77\xce\xd7\x1f\x5a\xa3\x0b\x1c\xc8\xfb\xb2\x89\xb2\x05\xfd\x83\x73\x96\xb8\x8b\x75\x79\xe0\x83\x3b\x53\x97\x05\x0c\xd8\xaf\x5c\xcd\x1d\x5f\x27\xdf\x23\x3d\x52\xaa\xf3\x5d\x4e\x9b\x4d\xb7\x3a\xe3\xd7\x17\x19\x1b\x55\x27\x9e\x20\x8e\xa1\x3d\x81\xd1\x21\xce\xae\xdf\x3e\x44\x1e\x3e\x13\x75\xca\x66\xdb\xe0\xe3\xda\x5f\xf1\x4b\x4d\xf9\x06\xee\x76\x05\x26\xde\x36\xf0\x1a\xf8\x31\xd3\x99\x94\x67\x40\xef\xfa\x3e\x7b\x39\x4e\xd1\x88\xb3\x0d\x99\x23\x46\x9b\x19\xb1\x3e\xca\xa6\xae\x09\x2b\x31\xde\x70\x4f\x92\xea\x13\x12\x6f\x7c\xb7\xce\x9f\xfa\x24\x48\xd5\x64\x6b\xed\x4a\x9a\xb2\xbf\x98\xa9\xe2\xa5\x2c\x9a\xb7\x1f\xb7\x69\xe0\xf9\xbb\xb4\xbb\xde\xf7\x4c\x4a\xce\xea\xd3\x4d\xdc\xe8\xa6\x32\xa7\x48\xf4\x0c\x57\x67\x33\xa9\x32\x0b\x7a\x86\xeb\x01\xd3\x2d\x25\x4d\xc8\x5a\x87\x1e\x00\x22\xe3\xba\xfe\xce\x85\x09\xff\xf7\x1c\x60\xfa\x20\xdc\xbf\xfb\xf7\xf5\xc7\x46\x87\x17\xce\x85\x31\xff\x9f\x0b\xba\xe0\x07\xb1\x39\xa3\xf9\xfa\xf2\x04\xb6\xc0\x0d\x3c\x8c\x05\x58\x37\x8d\xc3\xdd\x1c\x07\xe0\xed\xda\x42\x3b\x9b\x0b\xe3\xd2\x67\x04\x39\x0b\x42\xd1\x5c\x0d\x3d\xd5\xea\x84\x76\xea\x37\x0b\x17\x93\x74\xef\xb8\x99\x83\xbe\x55\x6e\x3b\xec\xfd\x67\x72\xf3\xfa\x7d\x9e\x9b\x36\xcf\x9c\xbf\xf2\x2a\x90\xac\x37\x34\x93\xde\xa9\x15\xb2\x49\x9b\x67\xf6\xfe\xf4\xc9\xd0\x75\xda\x02\xa3\xda\x54\x9b\xc0\x6e\xed\x97\x1f\xd6\x52\x3b\xfc\xc9\x3a\x87\x7a\xf6\xd2\x14\x7c\x06\x75\x7d\x5f\xec\xa1\x25\x78\x6b\x50\xf2\x9e\x68\xd2\x4e\x7a\x3d\xa6\x4c\x3c\x70\xa5\x4d\x7b\xd8\x52\x5a\xef\x96\xd0\x5d\x5d\x26\xf4\x0e\xdf\x92\xa5\x9f\x75\xde\xa4\x8f\xaf\x75\xa4\x37\x3a\xb9\xea\x9d\xbd\xf2\x05\x11\xb6\x2b\xd0\xbb\x50\x7d\x1f\x09\xb3\x1e\xd7\x7b\x79\x4e\x1b\xa9\xb2\xda\x0a\x60\xce\xb8\xfe\x61\x8c\xfb\xff\x20\x63\xfe\x9f\xa9\x7f\xff\xdf\x1c\xc8\x78\xd9\xc4\x8b\x05\xfd\x4f\x94\xbe\xf0\xfb\xaf\x45\x19\xfa\xd7\xbb\xc5\x7a\x2d\x15\x60\x29\x1d\x87\x3b\xc7\x0f\xc0\x33\xba\xe9\x7c\x71\x2c\x80\xd4\xc5\xbd\xa2\x59\x6b\x20\x88\x34\x2e\x2b\x17\xb1\x1a\x0b\x36\xb3\x25\x9b\xb8\xc9\xa2\x36\x9e\x1d\xe6\x9f\xad\x0b\x90\xe1\xf4\xf5\xb6\xe1\xc6\x85\x88\x61\xa5\x9f\xd3\x39\x8a\x0c\x1d\xbb\x57\xe4\xa2\x49\x76\xa2\xe7\xf4\x0e\xba\xf5\x69\xc8\xd1\x53\xa7\xed\x5d\xab\xd4\x75\x67\x97\xd0\xf5\x9c\xd4\xd4\x1f\x8c\x60\xf4\x44\x47\x6e\xf5\xfa\x0f\x63\xf4\x0f\x76\x52\x1a\x4f\xdf\xb4\xd2\x87\xec\xce\x69\x92\x5e\xe6\x21\x3b\x6c\xf7\x68\x19\xb5\xb5\x22\xdc\xb6\x02\x5a\x71\x8f\x1d\x10\x27\xeb\x95\x5a\x65\x4d\xd3\xc8\x51\x4b\x29\xb2\xeb\x9d\x7c\xe4\xaa\x45\x84\xd6\xb9\xfa\x3a\x74\xb9\xe9\x0e\xb2\xc3\xf5\x43\x28\x97\x09\x1f\x80\x67\xff\xbf\xfb\xa0\x82\xf1\x1c\xa8\xbb\xbf\x58\x5f\x30\xee\x93\xe1\xe3\xf3\x75\xb2\x79\x7a\xbe\xe0\x3e\xff\x80\x85\xe7\x43\x17\x63\x0e\xf6\x61\xfd\xbf\xfa\x5f\x65\x11\x00\x2e\x19\x87\x3b\x61\x04\xc0\xed\xbe\xbe\x25\xaf\x03\x40\xea\x20\xd7\x70\x7c\x2f\x34\x11\xc3\xc5\xf8\x02\x12\xb0\x6f\xa6\x7c\x6a\x17\x1d\x77\x61\xda\x6e\x4b\x74\xa2\x2c\x57\xa1\xdd\xf1\x2f\x8c\x8c\x0c\x8f\xa0\xf9\x45\x44\x53\x39\xdd\x75\xa8\xcd\x25\x33\xb3\x57\x9a\xbf\x50\xa1\x07\x89\xe6\x03\xea\x2b\x10\x7a\xaf\x82\xc5\x33\x02\x0d\x79\x33\x39\x6b\x29\xa5\xe6\x84\x9a\x20\x9d\x26\xeb\xf0\xf7\xa7\x9f\xa1\x5b\x0c\x53\xd5\xb4\xbe\xef\x44\x37\x18\xa2\x6a\xa1\x1f\x23\x51\x61\xc3\xcd\x6a\xb5\x7d\x1f\x50\x8a\xfe\x2f\x42\x52\x97\x25\xaa\x63\x60\x4e\x54\xe8\xd8\x88\xea\x1a\x1c\x21\x94\xb5\x25\xa3\x85\x14\x07\xc2\xc4\x63\x51\xf4\x9a\x2e\x91\xd8\xde\x94\x80\x5e\xd3\x3d\xf4\x67\x1f\x14\x1f\x62\x9c\x83\x0c\xff\x87\xa7\x8c\x3c\xa0\x8f\xd5\xf3\x75\xf6\xed\x9c\xd5\x82\xfe\x39\xcb\xe0\xa0\x18\x7a\xff\x63\x86\xee\x73\xb3\xfa\x5f\xfd\xb3\x34\x0d\x60\xd7\x87\x15\x0d\x07\x7d\x00\xb8\xf8\xd7\xba\x24\x3f\x03\x10\xaf\x64\x7b\x1a\x6e\x09\x93\x04\x25\xc1\x56\xcf\xa7\xe0\x61\x78\x46\x16\xb5\xa1\x62\x9f\x1d\xcf\xaa\xe5\x98\x6d\xc5\xca\xc3\xef\x6b\x7c\xd5\x77\xc5\x42\x72\x43\xc8\x79\xda\x43\x98\x72\x99\xab\x2e\x0b\x93\x7b\x20\x15\xa1\xfd\xcd\xda\xfa\x81\x04\x49\xf4\x6a\x6f\xbb\x41\x15\x7e\x1b\xfa\xf4\xe7\x6b\xbd\x6e\x15\x71\x4c\x07\x7d\xab\xd5\xfd\x3b\xdf\x22\x66\xe6\x3b\x46\x20\x3e\x55\x96\xfd\xd1\x84\xed\x54\xef\x54\xe6\xf8\xf4\x08\x13\x27\xdd\x54\xfa\x3e\x60\x80\xe9\x12\x7d\x55\x12\x7a\x71\x18\x9b\x86\xb4\xca\xdb\x97\x21\x18\xbf\x7a\x9b\xb2\xd1\x73\x2e\x2c\x11\x3f\x0b\x70\x98\xeb\xdf\x73\xe0\x11\x83\x87\x58\xd4\x7f\x69\xf7\x67\x1d\x70\x7f\xf9\x20\x30\x39\xa8\x16\x4b\x06\x07\xf4\xfd\x5f\xfd\xb3\xf8\xc8\x62\xcd\x7a\xbb\xa8\xfb\x27\x1e\x04\xd8\x94\x8d\xc3\x45\xeb\x02\x88\xbe\xdf\xb1\xcb\xaf\x12\x40\x95\xca\x7b\xc9\xc5\x0c\xce\xeb\xc7\x88\x0f\x59\x86\x81\x9a\xfd\x72\x85\x1b\x46\x03\xc0\x1d\xe4\xa6\xc2\x49\x71\xc0\x20\x65\x18\x7f\x99\x5c\x83\x3d\x38\xba\x8a\xe4\xae\x61\x83\x35\x9c\xca\x26\xb9\x11\x9d\xb1\xb2\x6b\x04\x75\x2f\xb5\x6c\xcc\xbd\xb9\x4a\x8b\x45\x65\x0c\x0b\xee\xda\xa9\x71\x4f\xe9\x3d\x56\x3c\xac\x43\xb2\xfe\xcd\x3b\x68\x82\x38\xf6\x52\x29\x53\x0e\xc0\x0f\xb6\xc8\xf5\xcb\xc9\xcc\x65\x00\xb7\x6c\x89\xdc\xeb\x9f\x1b\xb1\x19\xf9\x27\xf2\x4b\xbe\x0e\x62\x3f\x14\x24\xe5\x76\x7d\xdc\x00\x5b\x65\x6f\xcb\x3f\xec\xdf\x81\xbd\x57\xdc\x0a\x70\x26\xe8\xdf\x73\x70\x91\x83\x41\x5f\xcc\x38\xcf\xd7\xef\x78\x48\xc2\xfd\xe5\x83\xf0\x9b\x03\xca\x61\xe8\x9f\x3f\xfe\xd5\x3f\x99\x39\x00\xcc\xf9\xef\x58\x2d\x00\xce\x0d\xab\x4a\x03\x65\x01\xf6\x97\x6d\x59\xe7\x31\x0d\xa0\x32\xcc\x15\x65\xa7\x0a\x5f\x75\x0d\x05\xbf\x9b\xe6\xc1\x71\x2b\x92\x44\xad\x81\x31\xc4\xf8\x04\xcb\x74\xea\xf2\x82\x51\xec\x6b\x85\xca\xdf\xf9\x0e\x09\xc0\x75\x2c\x49\x79\x98\xa0\x0d\x42\x95\xca\x4a\xaf\x7f\xe7\x3a\xa8\x60\x5f\x9a\xb3\xf0\xfa\x4a\xa7\xb1\xa1\xce\x52\xbc\x8a\x42\x3f\x86\x0c\xf9\xa8\xa4\xca\x3f\x00\xd1\x69\x19\x25\x96\xdf\xbc\xc3\x24\x3c\x80\x40\x49\xfd\xdf\xbc\x43\x32\x8d\x07\x5e\x0b\x7d\x97\x54\x9f\x2c\x86\x16\x61\x19\x49\x8e\xef\x87\xa1\x41\x38\x01\xa0\x9e\xc1\x83\x31\x73\x81\x16\x39\x98\xb1\x0f\x70\x6e\xbe\xf6\x8d\x2e\xf6\xc3\xf4\x41\xb8\xc3\xd0\x3d\x2f\xdd\xff\x57\xff\x64\xea\xbf\xa9\xa9\x8b\x95\xe9\x03\xe1\xf6\x0b\x60\xb9\x2d\x0e\xe7\x79\x1c\x40\xf0\xfc\x06\x57\xa7\x17\x00\x0a\x63\x6c\xf7\x2d\xa3\x00\xc8\x2d\x7c\x38\x43\x07\xe8\x33\x5b\x26\x54\x42\x51\x84\xa7\xae\x26\x22\x73\x64\x43\xa8\x09\x2d\x97\x20\xa9\x0f\x41\x45\xf2\x66\xc9\x1f\x24\x23\x88\x3e\x60\x29\x2b\xa2\x76\x1e\x02\x8b\x9b\x64\xef\x31\x73\x1d\x94\xbc\x21\xec\xaa\xbe\xcc\x25\x85\x09\xb0\xbe\xaf\x26\x67\x2f\xdf\x0d\x26\x6d\xc3\x72\x57\xe4\xa6\x80\xd2\x7f\x44\x5e\x55\xb6\x1d\x02\xbf\x2f\x91\x55\x66\xf2\x0e\xd2\xef\x61\x04\x4e\x88\x65\x49\x1e\x07\x80\x11\xa1\xad\xe2\xbd\x00\x00\xfc\x02\xa2\x6f\xb0\xf9\x77\x49\x9f\x3f\xe7\xe0\x22\x07\x33\xc1\xe8\xfb\xb7\xfe\xcb\x98\xff\xbf\xcb\xc8\x47\xba\xc2\xd0\x6d\x4f\x31\x7c\x40\x0a\x6a\x18\xfa\xef\x1e\x86\xfe\xcd\x38\x1f\x7c\x18\xba\xb0\xed\x76\x00\x9c\x35\x0e\xe7\x6c\x06\x20\x60\xbf\x2e\xde\xba\x05\x40\x2e\x6e\xfb\x3d\x93\x51\x00\x0d\x7b\xce\x41\xbd\x14\x00\xc3\x70\xbe\x70\x1d\x5f\x18\x75\x2c\x12\x5a\xa9\x51\x0b\xe3\xbe\xa3\x42\x16\xcc\x7c\x07\x42\x04\x3c\x4f\x91\x16\x3d\x80\xcf\x86\xa6\x5c\x4c\xec\x89\xf2\x4d\xb8\x53\x2c\x27\xbe\x4d\xb1\x11\x6e\x55\xb2\x8b\xeb\xca\xcb\xc3\xbd\xcb\x81\x62\x3e\xb2\x37\xa0\xee\xf6\x19\xb1\x27\x72\x78\x48\x6f\x0d\x90\x1a\x94\xd9\x08\x17\xba\x54\x24\xb6\x49\x67\xc3\xf5\xa1\x23\xe2\xef\xa4\x65\xe0\xd5\x44\x87\xd8\x79\xa9\xcf\x00\xd0\x28\xb2\x57\x92\x08\x00\xd3\x82\xba\xcc\xf5\x60\x72\x30\x33\x8c\xeb\xfc\x81\xc1\x75\x30\x39\x20\xa6\x0f\xc2\x55\xc6\xf5\xff\x7f\xf9\x20\xc4\x33\xfe\x1f\xd3\x07\xc2\x65\xed\x62\x75\x7d\x0c\xb0\xbb\x63\xc5\x1a\x6b\x3e\x00\x5e\xef\x55\xea\x26\xf7\x00\x24\x92\x37\xf6\x1b\x0c\x01\x10\xfb\xd9\x15\x75\xaf\x01\xe8\x9f\xe7\x99\x22\x0b\x01\xd8\x44\xf2\x51\x34\x9a\x01\x3c\x0a\x04\x36\x10\x4f\x00\x35\xa4\x49\xf0\x28\x3e\x09\x20\x86\x28\xf0\x54\xa5\x08\xe8\xa9\xb2\x82\x37\x95\xb9\x61\xe4\x40\x8b\x70\xaa\x62\x05\x0c\x16\x0d\xed\x0f\x52\x88\x84\xe7\xa7\x2e\x89\x6e\x65\xfa\x1a\xc8\x04\x40\xcf\xad\xbe\xfd\x5f\xa5\x9b\xe0\x45\xd3\x29\x91\x4a\x26\xef\x20\xd5\x0a\x2d\x6f\xdb\x45\x3f\x31\x79\x07\x49\x15\x80\x89\x0e\x61\x29\xe6\x7a\x20\x8a\xf0\x0c\xf7\x37\x07\xf4\x1f\x3f\x20\x66\x2e\x16\x33\x17\xea\x98\x15\xe3\x1c\x60\xf0\x3f\x49\x8c\xf5\x09\x67\xec\x03\xa6\x0f\x04\x53\xff\xb7\xcb\x01\xd8\xfd\x69\x79\x95\x7a\x1e\xc0\x6a\x4d\x1c\x4e\x7f\x1a\x40\x74\x60\xbd\xbe\xb6\x1e\x80\xd2\xd7\x6d\xeb\xb4\x34\x00\xb4\xb7\xb2\x8f\x6a\x64\x00\x98\x3b\x70\x9d\x23\x99\x03\x38\x25\xf3\xa0\x6a\x4e\x00\xbe\x99\x7b\xc5\xf0\xee\x00\x61\x42\xfc\x96\x2a\x12\x00\x31\xd5\xfc\x5c\x4a\x11\x00\x29\xa1\xfc\xf5\x0a\x8d\x00\x79\x2f\xf6\x8d\xc8\xfb\x03\x1c\x9d\x12\x98\x90\x79\x02\x50\xc6\xb3\x2f\x5c\xfa\x26\xc0\x79\x79\x01\x17\x69\x36\xa0\xd7\xa4\x09\x1a\x4a\xe9\xc0\x54\xc3\x8c\xd0\x0a\xc9\x0c\x98\x7c\xcc\x22\x44\x91\xdc\x08\x13\x9d\xc6\x42\xf7\x24\xbe\xc1\x54\xdf\x7d\x61\x1e\x89\x3a\x80\xd1\x4c\xa1\x82\x61\xc6\xdf\xcb\x7c\x0f\x7a\xb4\xec\xdf\xf7\x80\xaa\xa0\xc5\x7a\x42\xf3\x3f\x1c\x0c\x63\x3d\x22\xa5\x16\xab\x1f\x37\x83\x7f\x61\xf8\x6a\x99\xe2\x17\xab\x36\x83\x33\x55\xdb\x0b\xc0\x3a\x84\xc3\x69\xff\x04\x10\xa2\xad\x31\xd4\x60\x05\x50\x20\x6d\x26\x12\x56\x00\xa8\x15\x6d\xab\xc0\x77\x01\x18\x9c\xdd\x95\x83\xbf\x0d\x60\x99\xcd\xee\xa1\xaa\x0c\xe0\xf2\x8d\x63\x4c\x45\x1b\xc0\xa7\x95\xeb\xaa\xf2\x66\x80\x90\x8f\x3c\x02\x8a\x86\x00\x31\x6f\x78\x5e\xc9\x7f\x03\x48\xb9\xcd\x7b\x49\xd6\x19\x20\xc7\x9c\xa7\x57\x56\x0a\xe0\x88\xcb\xde\x77\x32\x51\x00\x27\x8f\xf2\x0f\x4a\xbd\x06\x38\x3d\xc7\xbf\x49\xf2\x17\xc0\xc5\x10\x7e\x2f\x49\x17\x80\x9b\x2e\xfb\x52\xc5\x07\x01\xee\xbd\xe6\x0f\x10\x6b\x07\x78\xc2\xc3\xf7\x4c\xec\x25\xc0\x4b\x6e\xfe\xcb\xbf\x9f\x83\xa6\x8c\xe7\xe0\x81\x7f\x9f\x83\xcc\x5c\xa8\xc3\x0c\xde\x27\x83\x91\x17\x13\x53\xf6\xef\x3e\x70\x0f\xfd\xf7\x3e\x30\x58\xfa\x2f\x07\x22\x37\x02\xb0\xa4\x0e\x87\xd3\xf0\x00\xd8\xc7\xce\xfa\x70\xfe\x3a\x4b\xbc\x5c\x4b\x53\xde\x0b\xa0\xd4\xb6\x29\x40\xa1\x15\x40\xeb\xe1\x16\x6e\x45\x23\x00\x63\xdd\xed\x64\xa5\xa3\x00\xb6\x25\x6c\x78\xf9\x55\x00\x4e\x56\x3b\x2f\x2b\x76\x01\xf8\xcd\x70\xfc\x52\xd8\x05\x10\x48\xe7\xe0\x93\x5b\x02\x10\xe5\xce\x11\x21\xe3\x01\x90\xa4\xc4\xf1\x4d\xc6\x0c\x20\x0b\xe1\x96\x94\x0e\x04\x38\xec\xca\xb3\x5e\xd2\x16\xa0\x28\x8f\xeb\xa7\x24\x0e\xa0\x3c\x84\x27\x52\xc2\x15\xe0\x5c\x10\xaf\x9e\xf8\x32\x80\xab\xcf\x79\xfa\xc5\x9e\x02\xd4\x1b\xf2\x7e\x14\xe3\x02\x68\x3c\xcf\xbb\x40\x43\x51\x70\x8b\xfa\xc5\xbf\xbe\x20\xff\xe3\x83\xa0\xa6\x3a\xcd\x3a\xf6\x87\x83\x50\x93\x26\xe1\xb7\x0b\x00\xa8\x37\x6a\x49\xb0\x55\x01\x90\x33\xf5\xac\xb8\x76\x01\x50\x3e\x98\xe7\x09\x24\x01\xe8\xe9\x38\xfd\x14\x5b\x02\xa0\x77\xda\xef\x9b\xac\x1d\x00\xc5\x29\xf6\xbb\xca\x31\x00\xed\x8a\x5c\x94\x78\x1e\xc6\x35\x5f\x94\x56\x68\xce\x40\xbd\xfa\xfa\x1a\x0d\xdd\x1a\xa8\x20\x44\x3c\x58\xa6\xe7\x06\xb9\x78\xa3\xd7\x9d\xfa\x74\x38\xa4\x72\x71\x38\xc5\x80\x13\x12\x55\x52\xe7\x5e\x18\xb1\x43\x9b\xb2\x3d\xaa\x4a\xb9\x07\xa0\xf8\x06\x7d\xa0\x85\x9b\x6e\x53\xe2\x47\x2f\x91\xb7\xfd\x98\x50\x52\x42\x6f\x6b\x9d\xff\xcc\xa7\xf4\x06\xbd\x41\x56\x7c\x5f\xa9\xd4\x8a\xf6\x6b\x9e\xef\xdd\xaf\x5c\x80\x76\x6b\x69\xbf\x7c\xad\x1c\x8a\xe1\x34\xbc\xda\xe2\x55\x74\xb1\x35\x1a\x94\xc7\xa7\x54\xf7\x62\xac\x1a\x77\x1f\x2e\x57\x59\x8e\x19\x10\x59\xee\x77\xab\x5a\x63\xa2\xea\x0b\x77\xb9\x4e\xc5\x7f\x78\x98\x05\xfd\x7f\x49\x98\x12\xdb\xdf\x7a\xa7\x50\x88\x8a\xcf\x2a\x35\x00\x85\xd5\xaa\x7c\x1b\x63\xff\xac\x83\xc6\x53\x8d\x28\xb6\x9b\x00\x3a\xf9\x14\x0b\x6e\x7f\x00\x3d\x65\xe3\x3b\xfc\xbf\x00\x0c\x2e\x3a\x2d\x93\x08\x00\x30\xd0\xf3\xdf\x26\x3f\x08\xa0\x87\xc6\x4e\xa9\x59\x02\xe8\x3c\xcb\xdd\xa0\xae\x0f\xaf\xb4\xbe\x94\xa2\xda\xe9\x70\x4a\x7d\xfa\x6a\xa4\x5e\x24\x04\x11\x2b\x1e\xd4\x18\x8e\x82\x27\xbe\xb7\x47\xc9\x28\x0e\x5c\x54\xa3\xbf\x06\x1b\xf3\x80\xa7\xca\x17\x44\xc4\xf8\x2d\x5c\x57\xbe\x8f\xee\xd6\x57\x42\xdc\x94\x24\xd0\xd3\x64\xe7\x49\x7e\xa5\xb3\x68\x9e\x76\xc9\xb7\x60\xe5\x08\x34\x5c\x07\x1d\x1c\x52\x11\x44\x23\x75\x8d\xdf\x4a\xa9\xdc\x47\x93\x74\x89\xaf\xf2\x55\x97\xa2\x67\xb4\xbf\xb7\x23\xaa\x9b\xd0\x17\x64\xd1\xd6\xdd\xaa\x25\x68\xbf\x56\xdf\x43\x37\xb5\x9d\x68\x83\x76\xcf\x03\x82\xaa\x34\x26\xa8\x8e\xbf\x3b\xa7\xea\x86\x91\x48\xeb\xfe\x2f\x2e\xe8\x5f\xfd\x9f\x43\x43\xe9\xdc\xb2\xef\x00\x62\xc2\x8a\x0f\x57\x8f\x03\xc8\x9b\x2b\x99\x6c\x08\x01\x20\x18\xe3\x2d\xb7\xad\xfd\xc3\xc5\x50\x3e\xe9\xd2\x78\x50\x00\x03\x5f\xe3\xdd\x02\xdd\x00\x46\x21\x0e\x03\x52\x4b\x00\x8c\x0a\x7c\x43\x94\x64\x01\xf4\x27\xa3\x3e\xe2\x27\xe1\x0b\x25\x37\xe7\x9d\x56\x3e\xb4\x90\x13\x4a\x4b\x75\x4a\x20\x40\x33\xed\xaa\x95\x91\x09\x04\x13\xe3\x9b\x09\x86\x2f\x40\x56\xad\xae\x37\xd0\xb4\x11\xc4\xf1\x5c\xa3\xfa\x66\x2e\xe0\xac\x82\x20\x27\x4d\x14\xa1\x52\x65\x39\xba\xc4\x80\x32\x77\x51\xf9\x15\xca\xa1\x4f\xf8\xc9\xae\xc2\x89\x0a\xe8\x8b\x7e\x7e\xa7\x32\x80\xf2\xea\xbf\x7a\xff\x51\xa5\x1f\x35\xa7\xfc\xea\x99\x56\xd5\x40\x83\x29\x3b\x3b\xea\xf0\x99\xa8\x8b\x9e\x42\xdb\x49\xd5\x4c\xb4\x8d\x7c\xe4\xb1\x13\xfe\x15\x7a\x53\x7b\xea\x01\x01\x9f\x80\xfe\xd0\x0a\xbc\xd7\x88\x3f\x89\xad\xd4\xd4\xbe\xfd\x45\xcd\x18\x5b\xa3\x69\xb1\xb0\x1f\x54\xfe\x2f\x2e\xe8\xbf\xfa\xbf\x38\x4d\xa1\x78\x4d\xee\x1f\x0e\x82\x78\x4c\x75\x60\x1b\x37\x80\x76\x16\x09\x61\xa3\x02\x18\xdc\xd2\x0d\xe7\xed\x06\x30\x1c\x31\x7c\x20\x58\x05\x60\x9c\x6a\x67\x25\xd9\x0e\x60\xfc\xd1\x53\x54\x91\x02\x60\x78\x2a\x4a\x94\x68\x09\x03\x7a\x4b\x72\x52\xc9\xaa\x50\xa9\xb3\xa1\xa4\x59\x2f\x1b\x0c\xb5\xf8\x6a\x2c\x4c\xb2\x61\x2f\xe9\xc3\xa3\xe7\xe6\x5b\x31\x94\x90\xf2\xf6\xb0\xa5\x12\x08\xe0\xf9\xc7\x48\x66\xa3\xa0\xa0\x7a\x10\x71\x30\x2b\x81\x5c\x15\x3b\xe4\xbd\xe1\xa5\xe9\xa3\x2a\xae\xc8\xb4\xe1\xc6\x11\x0f\xd5\x4a\xe4\xb1\x71\xc6\xd0\x7e\xbc\x0d\xf2\xcc\xf8\x66\xdf\x21\xbc\x3e\xba\xd6\xd0\xeb\x55\x09\x7e\x0e\x15\x36\x28\x7a\xde\x83\x6f\x46\x3d\xf4\x04\x5a\x0d\xd4\x6c\xd0\x18\x4a\xe1\xc3\xfd\x6a\x2e\xe8\x65\x9d\xa4\xc6\x23\x84\x5f\x68\x2e\x25\xaa\x41\x95\xb0\x1d\xfd\x4c\x36\xab\xeb\x22\x94\xa0\x9f\xc9\x71\x7f\xf3\x51\x8b\xb9\x49\x4c\x9d\x8f\x9d\x4f\x45\x70\x29\x0d\x80\x3b\x5d\xbe\x6d\xc5\x26\x00\x89\x6a\xb9\xf8\x35\xb1\x00\x8a\xba\x0a\x37\x37\xfc\x04\xd0\x78\xa9\xdc\xbd\xf5\x31\x80\x2e\x91\x08\x6c\x3d\x00\x86\x75\xe4\x03\xdc\x65\x00\xc6\x2c\x86\xdf\x85\xfc\x01\x4c\xc7\xad\x57\x48\xdd\x03\x30\x19\xf4\x34\x57\xea\x03\x30\xf2\x88\x88\x26\x46\xc1\x1d\x03\xc1\xac\x72\x5d\x15\x88\xd7\x55\x2e\xdd\x6b\x18\x09\x12\x64\xf1\xab\xce\x66\x17\x81\x93\x34\xf0\xd8\xcd\xdc\x01\x96\x10\x0c\xfb\x2e\x5a\xd0\xb1\x8f\x6a\xb8\x5f\x76\x56\xd3\xb0\x4b\x95\x8e\x88\x59\x78\xd0\xbd\x54\x6e\x20\x0f\x8d\xfa\x27\x58\x55\x25\x90\xbb\xc6\x29\xc3\xbc\xf8\x0d\x48\x83\x09\xdf\x80\x0f\xfe\x25\xd2\x64\x62\xd3\x6b\xa7\x86\x47\x86\x8d\x65\x3b\xea\x08\x91\xc8\x27\xe3\x81\xff\xe1\xc2\x96\x13\x26\xd0\x40\xbd\x93\x77\x0f\x13\xa5\xd1\x42\x8a\x78\xfd\x71\x62\x04\x7a\x5d\xe7\xd7\x0d\x32\xb1\x1c\xed\xd7\x56\xf8\x5f\x2e\x88\xa9\xf3\x31\xf5\x7f\xbe\x1f\x32\x43\x2c\x71\x7f\xf2\x20\xf0\x61\xf2\x5f\x37\x36\x02\x90\x95\x95\x14\xb7\x7a\x03\x18\x7c\x51\x33\x62\x73\x03\x30\x56\xd0\xd2\xe3\xde\x0b\x60\x7a\xdd\xa0\x59\xa8\x1a\xc0\xfc\xaa\x45\xa9\xb4\x3d\x80\xb9\x97\x9b\xa6\x4a\x14\x8c\x9b\xe4\x85\x1f\xd0\xc8\x84\x06\x03\xc9\xac\x63\xba\xda\xe0\xad\x3b\x53\xf2\xcc\x68\xf4\x37\x2f\x37\xac\xfe\xae\x85\x60\xf5\x1a\x7b\x47\xa8\x7a\xcf\x6f\xcd\x8b\x35\xa8\x91\x67\x1a\x6c\x49\x20\xa1\x7a\x0e\x31\x35\x5f\x35\x47\xc2\x6f\x46\x48\xe6\xe3\x3f\xa2\xf0\x0d\x88\x8e\x05\x7e\x68\x4e\xed\x20\xe2\x60\xb1\xb6\x4f\x84\xe0\x8f\xf8\x5a\x6c\x7f\x15\x4f\xb4\x46\x92\xcc\x5b\xda\x49\xc4\xaf\xc8\x79\xb3\xe3\x2d\xf2\xa4\x32\xe4\x89\xe9\x9d\x66\x3d\x52\x3e\x8a\x33\x2e\x67\x72\x61\xb7\xab\x49\xcf\x51\x67\xfd\xee\x9b\x56\xea\x3b\xd1\x4c\x3d\xa3\x9a\x27\xa4\x6a\xf4\x95\xf6\xc8\xff\x9e\x0b\x4c\xfd\x7f\x63\x92\xcc\xba\xf9\x2a\xa0\x21\x33\xbd\xd2\xf5\x0f\x07\xc1\xf4\x83\x60\xe6\xa4\x30\xfd\x62\xcc\x6a\x35\x9d\xb9\x1f\x01\x58\x5a\xe9\xf5\x0b\xe5\x03\x58\xc8\x58\x2c\x95\x2e\x01\xb0\x48\x74\xd9\xad\x92\x02\x03\xa6\x10\xb6\x5c\xf3\x07\x94\x1b\xd2\x32\x6e\xe8\xa5\x82\x39\xe5\x46\x89\x9b\x89\xeb\xef\x75\x78\xa0\xe1\xf0\xc4\xcd\x76\x15\x76\x9a\x68\x35\x50\x67\x47\xc6\x8e\xab\xe5\x51\x3f\xda\xb3\x62\x80\x37\x40\x58\x2d\x3b\x26\x82\xd4\x2c\xe8\x83\xd6\xef\x86\x9b\x09\x3e\xf4\x37\x36\xad\x03\x64\xa2\x00\x7d\xce\x46\xba\xfb\x09\xf1\x20\xa2\x61\x39\xd2\x69\x4f\xf2\x44\x74\xac\x76\xb5\xd6\x90\x3e\x21\x47\xcc\x9b\xff\xcb\x85\x35\x6c\xd0\xe0\x43\x37\x1a\xa7\xdd\xdc\xa7\x29\x86\xee\x32\x8e\xbe\x96\xae\x29\x87\xea\x1a\x46\x5f\x0e\xd2\x48\x42\xcf\x50\x42\xfe\x5e\x87\xc5\x73\x01\x97\x28\x53\xfb\xb7\xfe\x2f\xe4\x20\x79\x63\x65\x2b\x80\xbc\xa9\x94\xc1\x5a\x57\x00\x8d\x9f\xd2\x97\x36\x0c\xfe\xe1\x41\x98\x5c\x8c\xb5\x22\x69\x80\x5b\x1b\xc0\xa6\x44\xf7\xa0\x60\x23\x80\xb5\xad\xd9\x03\x19\x5e\x00\xab\x2e\xa7\x32\xfc\x10\x3c\x33\x3f\x13\x42\x21\xa7\x40\x9a\xb1\x41\xfa\x5b\x83\x13\x20\xac\xaf\x7a\x22\xc9\xdc\x05\xab\xd5\x39\x75\x8d\xc7\x2e\x05\x8b\xd2\x4c\x6c\xdd\xef\xb8\x03\x73\x20\xce\x0c\x7d\x74\xfc\xfe\xdb\x2f\xeb\x89\x5a\x03\x3d\xcd\xee\xfe\xd8\x13\x82\x15\x3d\xdf\xae\xe7\xe3\x39\xe2\x20\x3d\xdc\xa1\xb0\xaf\x9c\x24\x4c\x6f\xb3\xe3\x78\xa5\xa6\x1e\x4f\x7f\x69\x97\xd8\xd6\xa5\x61\x8f\xe0\x6c\x6d\x7e\x73\x61\x9b\x34\xe5\x91\x40\xcb\x9e\xbb\x3e\x9a\x12\xc8\x45\xf3\xea\x9b\x45\x5a\xfb\x91\x5e\x33\xdd\xda\x36\xad\x5d\x28\xab\x49\xd0\x65\x1a\x59\x11\xdd\x64\x62\x57\xdd\xa9\xe5\x8c\xfa\x1a\xb8\xfe\xc3\x05\x2d\x9c\x13\x4b\x70\x52\x46\x0b\xcf\x09\x39\x19\xab\x65\x89\x00\xa2\x9d\xe2\xc1\xab\xf8\x01\x94\x44\x25\xaf\xaf\x3d\x0b\x40\xe6\x91\xde\xb4\x71\x09\x80\x61\xbd\xd4\xaf\x4d\x3d\x00\x96\xb5\xf2\xb0\x23\x04\xc0\x3e\x57\x2d\x9d\xb3\x1d\xc0\x71\x40\x3b\x5b\x88\x0f\xc0\xbe\xde\xc4\x48\xba\x1b\x68\xb6\x09\xf6\xa2\x04\x89\xdf\xbe\x62\x0e\xa6\xcd\x29\x88\xb1\x37\x86\x1a\x9c\x3e\xb1\xd6\xca\x0f\x2b\xd7\xf9\x75\xcd\xd7\xbe\x18\xd3\xd6\x9c\x7c\xda\xe3\x5c\x80\xad\x26\x95\x7c\x89\x73\x5b\x85\xf1\x10\x1e\xd3\x1a\x5d\x86\x7e\x95\x12\x4b\x68\x5d\x2e\x93\xc3\xb2\xa4\x53\xb4\xef\x2e\xc8\xfb\x02\xf5\x1f\xb4\x2f\xae\x4f\xbb\x29\x1a\x4e\x74\x1d\xe7\x4d\xcf\x06\x34\x8b\xe9\x29\x8e\xaf\x5a\x5c\xb4\x0e\xd1\x8b\x1c\xf3\x1f\x64\x6b\xf5\xd1\xfb\xec\xa3\x98\x3e\x59\xb7\x6e\x93\x51\xc4\xc0\xfa\xc3\x75\x2f\xf2\x73\xe4\xa8\x25\xf1\x72\xa7\xf6\x0e\x64\xc8\xcc\xbf\xba\x4a\xdb\x0e\x65\x31\xdd\x7e\xf6\xa4\xce\x1e\x54\xd4\xb8\xea\xef\x73\x61\x71\x3f\xac\x48\x95\x98\x9b\xaf\x3c\x23\x92\xbb\x56\xb0\x00\x48\xca\x8b\x7d\x5b\xf5\x0e\x00\x1f\x29\x7a\x6d\x4d\x2a\x00\xc5\x42\x7c\x6a\xc3\xe6\x3f\x3c\x88\xdd\x4e\x99\xb2\xed\xac\x00\xae\x7a\x2a\xfb\x39\xae\x02\xb8\x69\x68\x7d\x12\xf2\x02\x70\x21\x18\xda\x4b\x75\xc0\x88\x7d\x8a\x9d\x36\xf1\x2d\x9c\xb4\x39\xe1\x7b\x48\xf7\x29\x08\x5b\x6c\x4e\xce\x34\xdf\x8c\x3d\x31\x3a\x53\xbc\xc6\xf6\x3e\xa6\x45\xa9\xbb\xc6\xed\x92\x80\x0e\x68\x0d\xb7\x0f\x7b\x34\xa1\x19\xea\x27\x47\xa4\xbc\x27\xa8\x43\xa4\x7d\xb4\x5d\x5e\x12\x23\xd2\xea\x71\x34\x3d\xcf\xbb\x83\x3d\x1a\xfd\x34\x8a\x57\x64\xf7\x37\xad\x08\x9a\xbd\xd7\x8d\xe7\xef\xc8\x2b\x69\x9d\xee\x35\x2d\x26\xe4\x19\x3a\x9b\xeb\xd7\x26\x5f\xed\x1a\xba\x85\x8b\x26\x93\x87\xaa\xc3\xe9\xe4\xd2\x7b\x1d\x5c\x6b\x8a\x75\x65\x11\x41\xdb\x76\x26\x0f\x75\xde\x4e\xb7\x0f\x29\xb5\x6c\x3e\x53\x4b\xd1\x43\x1e\x5b\xe8\x55\x56\x53\x88\xc8\xa8\xd9\xd3\xbf\x79\x18\x99\x84\xf9\xba\xfe\x86\x84\xfa\xc2\xb9\xa0\x22\xb6\x9e\xa5\x00\x40\x6e\xb5\x68\xd1\xea\x1d\x00\x1a\x29\x22\x4b\xd7\xd4\x00\x18\xf2\x09\x57\xad\xbd\x0e\x60\x53\x2e\xbe\x65\x53\x19\x80\xdb\x72\x89\x96\xad\x53\x00\x5e\x16\x0a\x1b\xd8\xfd\x00\x7c\xc2\x49\xbb\xf7\xdd\x00\xf0\x7a\xaf\x77\x58\x7a\x7e\x7d\xa6\x2c\x31\x82\x33\x38\x3b\xd4\x79\x89\x19\x4a\x61\x3f\xac\x39\x13\x8e\x59\xb3\x62\xe1\xa6\xeb\x8a\x72\x9c\x52\xd0\x5f\xfa\x3c\xd7\xdc\x3d\x3e\xa3\xc1\xda\xcb\x5f\xf8\xf9\xd6\xa1\x5b\xd5\xe9\xe3\xc7\x02\x0a\xc6\x63\x34\x62\xa9\x6a\x01\xe8\x87\x68\x2d\x3c\x35\x23\x40\xaa\x67\x80\xfc\x95\x7a\x34\x20\xeb\x85\xac\xf6\x04\x75\xd6\xcf\xbf\xa5\x5b\x77\x27\x4d\xd6\x97\xf3\xfe\x11\xdd\x01\xda\x29\x2f\xfb\x06\x0e\xca\x49\xda\x67\x8f\x93\x37\x79\xf5\x08\x74\x01\xb7\x87\x57\xdf\xe9\x1d\xa7\x67\x39\x3f\xbd\x68\xa6\x2f\x40\x6f\x71\x1c\x3a\xa7\xa4\x5f\x89\xe0\x1c\x56\x55\xda\x19\xb0\x20\x06\xb6\x26\xe5\x51\x06\x3b\x90\x74\x6b\x4a\xe9\x1d\x83\x25\xc8\x7d\xcb\x35\x7f\xf6\x03\x0e\x27\xb9\x73\xe1\x7c\xf4\xdc\xcf\xb3\xa0\xff\x2b\x0a\x38\xb0\x48\x01\xa8\x6c\x10\x2c\x66\xed\x01\xd0\x56\x15\x4c\x59\x1d\x07\x60\x4e\x13\xf4\x5d\x1b\x0d\xe0\xdc\xb3\xff\xc1\xc6\x1a\x00\xaf\x1c\xb1\xb4\xad\xfc\x00\x81\xa8\xcc\xbd\xdd\x89\x00\x21\xcf\xf0\x2d\xfb\x74\x00\x82\x2e\x90\x47\x24\x57\x03\xf8\x50\xcd\xde\x10\x9a\x41\xd4\x75\xad\xab\xb6\x89\x37\x56\x69\xf7\x2b\x26\xc0\xde\x03\xdb\x6a\x7e\xb6\x70\xca\xbd\x91\x99\xb7\x88\xbc\xd1\xd9\xfa\xf2\x6e\x30\x8d\xda\xa4\x69\x34\x9d\x14\x61\xf3\xd9\x9a\x7c\x62\xce\x38\x62\x7b\x2f\x45\xe7\xce\xdc\xc1\xf0\x92\xe7\xbe\x14\x8d\xb9\xb1\xd0\x1f\x8f\x4f\xe9\x55\x52\x65\x42\x4a\xef\x09\x1b\x38\x50\x23\x82\xc3\xeb\x73\x0d\x92\xa9\x73\x01\x1c\x35\x1b\x8c\x62\x69\x52\x7e\xd3\x17\x67\x8d\xd6\xd3\x3a\xbd\xf4\xcf\x95\x18\x0d\xd2\x97\x7b\x8c\x9f\x76\x32\x7a\x46\x8f\x72\x95\x29\xdf\x64\x5c\x44\xbf\xe8\x7c\xb9\xf4\xae\x91\x39\x22\x6b\x77\xee\x84\xb5\x51\x2d\x62\x6a\x5b\x5e\x54\x6c\x84\x47\xee\x58\x16\xfd\xd9\x0f\xb8\x34\x51\xd6\x85\xf7\x86\x11\xe1\x6f\x4b\xa3\x00\x24\xc5\x04\xe8\x2b\xe5\x00\x88\xec\xfb\x14\x58\x03\x01\x8c\xf5\x78\x87\x59\xaf\x00\x38\xc4\xf2\x68\xaf\x12\xfd\x93\x8b\x11\xcc\x29\x6c\xb7\x39\x18\x20\xd2\x44\x22\x72\x17\x09\x20\x76\x42\xee\x0c\xf7\x7a\x80\x98\x22\xf5\x14\xf1\x19\x80\x70\x47\xc3\x70\x35\x37\x10\xf1\xf5\x76\xdc\x64\x6a\x80\x69\x38\xfb\x85\xd7\xbb\xc4\x23\xe6\xd6\x9a\xf9\x77\x7d\x61\x32\xd2\x34\xe9\xb2\x46\x58\xf8\xa8\xa9\x41\x76\x5b\x5d\x4c\xc8\xf0\x0e\xdd\xc7\xdf\xab\x12\x5e\xf4\x9a\xe8\x29\xcc\xb2\x24\xae\x69\x9b\x33\x20\xcf\x9e\x8c\x4b\x6d\xb6\x32\x9c\x9c\xc5\x62\xbe\x34\xf4\x1a\x5d\x9f\xbb\x11\xd1\x77\xc3\xd0\x44\x6f\xee\x4b\xc4\x9a\x2b\x97\x4c\x57\x51\x1d\x42\xc5\xce\x8d\x9b\xa9\x51\x9f\x05\x1d\x3a\x73\xcf\x14\x68\x7a\x7e\x33\x27\xbf\x99\x9b\xd0\xae\xf8\x18\x97\x96\x9b\x8b\xd2\x3e\x78\xb5\x1e\x3b\x6a\xae\x4c\xf7\x75\x73\x66\xf2\x2f\x47\xf6\x98\xe7\xd1\xbf\x38\xe9\x1c\x42\xcd\x4e\x20\xc6\x76\x8a\x7f\xb8\xa8\x15\x67\x85\x23\x17\xb8\xa0\x6b\x02\x19\xcb\x1f\xfd\xd1\xff\xb5\x65\xb9\x14\x56\xbc\x03\xb0\x6c\xdb\xe3\xb5\x22\x74\x7e\xff\xef\xd1\x61\x21\x03\x04\xb3\x71\xeb\xcf\xdf\x1f\x4c\x5f\x8c\x94\xd5\x82\x47\xb6\xf4\x01\x64\x1c\x92\x3a\xcd\x99\x04\x90\x71\x4d\x75\xa3\xc8\x5e\x80\x14\x82\x2e\x1b\xfe\x32\xf0\x47\x5c\xb1\xb1\x32\xbb\x39\x1d\xe0\x75\xc3\x3f\xc4\x6b\xf0\x9b\x95\x8b\x60\xe6\xc1\xb0\x75\x03\x98\x1d\xdb\xe9\xf0\x38\xdf\xde\x30\x8b\x8f\x4d\xdd\x29\xb9\x2f\xd7\x9b\xfc\x1a\x2c\xcd\x18\x7f\xf2\xde\xc4\x7d\xba\x28\x13\xbd\xeb\x67\xd6\x35\x83\x4f\x77\xbe\xf1\xcb\x62\xc5\xcc\x4c\x32\xf5\x52\x85\xd5\xea\x59\xcf\xc4\x09\x26\xff\x72\xaa\xda\x7a\xd9\xdc\x8b\xc8\xc1\x93\xf1\xd6\x6c\x54\xaf\x30\xdc\x89\x15\xd6\x96\xd4\x97\xc1\x0a\xff\xf5\x7f\x39\x18\x60\x33\x42\xeb\xf5\x6e\xcd\x5b\x62\x73\x8b\x2e\xe9\x31\x9a\xc3\x63\x6d\x41\x6f\x76\x1e\xce\x22\x59\x73\x20\x4b\x1d\x17\xd2\xc9\x45\x73\xe6\xfb\xdf\xf0\x62\xdf\xbb\xf9\xba\x4f\x88\xe7\xe9\xfc\xe7\x4b\x55\x59\xae\xcc\x15\xbb\x01\x0c\xa5\x37\x2e\x7c\x1e\x75\x34\x5e\x29\x37\x5f\xfd\xa2\x96\x2e\x70\x02\xd1\x96\x2b\x36\xcc\xd7\xcc\xe0\xb5\xf1\x0b\xfa\x4f\x26\xcf\xd2\xf5\x1a\x00\x47\x56\x8a\x94\xee\xe6\x06\x28\x5c\x22\x6f\x25\x78\x0f\xe0\x50\xa5\x46\x8c\x4a\xf0\x74\x54\xba\x8b\x69\xbf\x99\xfd\xa7\xfc\x28\x76\x77\x23\x9f\x47\xdd\x1e\xfe\xfc\x71\xf1\x31\xc5\x6d\x71\x9e\x66\xc5\x21\xa9\xbe\x0f\x5a\x9c\x27\x6e\xb1\x66\x57\x34\x60\xf6\x47\xba\xee\x1e\x64\xbb\xc9\x65\x33\x31\x39\x95\xbf\xa6\xda\xdb\x5e\x62\x7a\x55\x5e\xd5\x99\x43\xf6\x6d\xd3\x48\x96\x32\x33\x07\xe9\xc4\x5e\x87\xee\xd9\xc3\x49\xab\x0a\xd3\x9d\x34\x67\x91\xf8\xf6\x7c\x23\xa7\x83\x73\xc1\xb1\xeb\x99\xf9\x47\xd9\x27\x9c\x94\xa8\xaf\x83\x07\xb2\xd2\x1c\x3f\xd2\x76\x07\x0e\xa4\x67\x39\x71\xd0\x42\xfd\x49\xc9\x2e\x4e\xca\x34\xaa\xb7\x60\xf2\x7a\x87\x62\x7a\x88\xfb\xa6\x84\x87\x0e\x4d\xf4\x8b\xae\x3b\xe7\xd7\x41\x30\x79\xe1\xfd\xb1\x99\x2f\x70\x69\x08\x80\xd4\x4e\x8e\xce\x65\x27\xfe\xe8\xff\x16\x9e\x4b\x57\x2d\xe8\xdf\xae\x8b\xfa\x37\x93\x83\x60\xea\x3e\xcc\x1c\xf4\xd2\xa7\x6c\x33\x2b\x33\x00\x2a\xb7\xf2\xed\xd9\xd2\x08\x70\x46\x53\xfc\x15\xaf\xea\x9c\x64\x79\xa7\xea\x0f\x45\xe9\x2f\x71\x47\x83\xf4\xeb\x4c\xec\xba\x8c\xb2\xcf\x39\xbc\xf7\x16\x6e\x2e\x8e\x97\x0a\xe1\x88\xdf\x7b\x73\x6b\x18\x35\xef\x5e\x56\x49\x75\x6d\xe0\xfd\xea\x63\x87\xb8\x2a\x1b\x7d\xad\x9f\xe2\x0b\xfa\x4b\xf9\xbd\x38\x47\x6c\x8e\x6d\x39\xfa\xcc\x6b\xeb\x64\x5d\xc1\x89\xc3\x52\xde\xac\x53\x67\x0f\x9d\xce\x55\xf7\xae\x9f\x4e\xcf\x2d\xcf\x5a\xe5\xbd\x7d\xa6\x28\x43\x3e\x5d\xd6\x6b\x7c\x56\x2b\x25\x21\x59\xc6\xeb\xe8\x9c\x72\xdc\x10\xd3\xf7\x24\x3e\xc0\xf3\x0d\x55\x2a\xe2\x0c\xd3\xf7\x24\xa6\xd7\xfd\x31\x4d\x3b\xe0\x59\x24\x97\x07\x89\x76\xc5\xb7\x36\xc2\xc8\xc3\x9e\xf6\xc8\x97\x25\xf4\x8b\x7b\x26\x5d\xdf\x23\x0e\x60\xa5\x01\xef\x42\xde\x0d\x53\xff\x97\xf3\x5d\xe3\x32\xff\xb3\x0e\xc3\xd7\x9d\xa9\x7b\x32\x75\x3f\x26\x07\xc1\xec\xbf\x0c\x18\xfa\x07\x61\xc9\x83\x05\x1d\x08\xd8\x83\x56\xc7\x20\x0d\x37\xcf\x08\x3e\x60\xbf\x3c\xc2\x77\xe5\xbe\x82\x93\xac\x7c\xef\x9d\xaa\x02\x72\xba\x7e\xec\xe3\xe8\xd2\x28\xab\x40\xb7\xe2\xda\xd1\xfc\x4c\xdf\xc8\x68\x8d\x72\xd1\x8c\x0d\xc9\xf2\x39\xd7\x8f\xf0\x27\xa5\x96\xb5\x1f\xa9\xca\x7a\x15\x27\x70\xef\xe1\xb1\x94\x64\xd7\xa8\xdb\xef\x85\x4e\x04\xc5\x99\x44\xae\x99\x08\x38\x1e\x13\xa3\x1c\xe1\x3b\x99\x53\x48\x8f\x32\x09\x67\x9f\x7a\x7b\x48\x3c\x02\x0d\xad\x9f\xee\xcc\x49\x0f\x9b\x08\xdd\x3f\xf3\x32\x9d\x14\xc6\x19\x34\x31\x5b\x91\x74\x2d\xe4\x71\xd0\xa9\x39\x89\x78\xbd\xe0\xd6\x80\x9f\x73\x7d\xd1\xeb\x82\x32\xfc\x7b\xa8\xa1\x61\xd4\x80\x0b\x01\x27\xa8\x9f\x83\x3b\x03\xae\xf8\x49\xd0\x48\x81\xac\xfe\xb6\x3e\x93\xb4\x76\x9f\x3b\x7e\x15\x3e\x57\xe8\xcb\xbc\x30\x80\x0d\x5d\x1c\x0b\xb9\x1f\x82\x53\x1b\x9e\xcc\x57\xb5\x87\x4b\x16\xb8\x39\x9b\x72\x9c\xf5\x7c\x0d\x18\x5d\xec\x93\xe9\x87\x91\xcf\xd0\x7f\x99\xfa\x1f\x53\x07\x6f\xf8\xb4\x50\xbb\x1f\xbf\xdf\xca\x8a\xc3\xfd\xa8\x68\x1e\xd8\xbb\x72\x87\xd7\x3b\x85\x7b\x4f\xa4\x5e\x8b\x8d\xb5\xf9\xd5\xb1\x90\x64\xc9\xab\xea\x7e\x5e\x39\x65\x32\xee\x20\x73\x66\xc5\xd9\x2f\xee\x3e\x21\xa7\x0f\xa9\x95\x06\xc4\xd0\xd2\xa6\x93\xbc\x8f\xf9\x1f\x1b\x3a\x30\x14\x99\x56\x78\xa7\x9e\x98\x7f\x3c\xa8\xed\x48\xf4\xdb\x8d\x05\x43\x7e\x49\x87\x91\xc9\x8f\x05\x22\x7e\xe9\x79\x43\x53\x6f\x0f\x8e\xfb\x36\x66\xd7\x4e\xff\xca\xbe\xee\xbb\x26\xa3\x66\xe6\x63\x5a\x8b\x4f\x5a\x9a\xe6\x6c\x41\xd2\xb0\xcf\xe6\xe4\x4d\x73\x16\x71\x16\xde\xda\x89\xa7\xe7\x06\xa2\xa6\xbd\xee\xc5\x2b\x50\x83\xc3\x37\x79\x49\xc7\x5c\xa6\xe1\x82\x77\x79\x96\x46\xdb\xd0\xec\x02\xac\x3d\xc6\x22\xef\xd3\x1e\xfa\xee\xf5\x38\x1f\x51\x41\xa3\x7b\x3b\x78\xb4\x87\x7c\xa4\x7b\xb8\x37\x02\x70\x7c\x61\x3b\xb1\x64\x33\x80\x64\xfb\x72\xbb\xf9\x7e\x0c\x75\x17\xfb\xf2\x64\xf4\xc7\xd4\xfd\x98\xba\x57\x85\x12\xee\x1f\x3f\x88\xc6\x05\x4e\x02\xd3\x6b\x5b\xb8\x2f\x7e\x92\x3a\xb7\xaf\x8a\xc6\xe1\x06\xb1\x4e\x21\x0e\xcd\x8d\xf6\x1d\xc7\xda\xd9\x45\x3d\x05\xd8\x1b\x63\x5a\x7a\x55\x79\xf0\x8f\x2e\x1e\x6a\xb2\xd3\x7f\x60\x7e\xf4\xd8\xd2\xdb\x86\x4e\xda\x3e\xe1\xc9\xac\xb5\x3b\xc2\x6d\xe2\x72\x42\x8f\x5d\xdd\x58\x48\x4e\xe3\xf0\x39\x73\x79\xcb\x0d\xcb\xcc\x2f\x6e\x02\xd5\x73\x5d\xfe\x39\x96\x8e\x07\x2e\xbc\x9f\xf6\xcb\xe5\x71\xb2\x39\x3d\x3a\xc3\x9f\xd9\xe8\xe4\x5a\xbe\x72\x76\x65\xaa\xbc\x63\xd7\x89\xe7\xb3\x58\xfc\x23\xa7\x8a\xa2\x80\x39\xc7\xd8\x7c\xa7\xc4\x23\x4b\xa9\xbb\x23\x26\x1d\x6b\x0f\x95\x51\x6f\x87\x5c\x76\x72\xc8\x3d\x45\x5b\x17\xe4\xe3\x44\xc9\x3a\x4f\x0b\xf7\xb7\x72\xf4\xcf\xa8\xa7\x4d\x78\xc7\x38\xbc\x4d\xbb\x41\x37\xf5\x20\x38\x5a\xa6\xe4\xd2\x83\xdc\xf5\x1d\x68\x89\xd3\xf4\xe7\x2e\x1b\x00\xf8\x2b\x56\x17\xcc\xf7\x43\xca\x5b\xec\xeb\xbf\x1c\x48\x2e\x23\x07\x85\x39\xff\x5c\xc3\xf2\xb7\xfe\x85\xb6\x3d\x5f\x98\xff\x1f\x2b\xe8\x5a\xe0\xa8\x06\x5f\xf7\xb9\xce\xd7\xae\xf5\xef\x45\x77\x49\xac\xbc\xf0\x48\xb0\x2f\x56\xe0\x0c\xc7\xcf\xda\xee\x1e\x29\x05\x37\x59\xbf\x0a\xc5\xce\x5f\x3a\xbb\x28\x19\xb9\x1f\x9f\xf9\xdb\x26\x3a\x19\x84\xa7\x3d\xbe\x1f\x74\x24\xe4\xb1\xf7\xe1\x47\x72\x87\x65\xa2\x57\x38\xf9\x37\x0f\xd7\x5c\x8f\xc3\xac\x6b\x1f\x24\xbc\x6c\x48\x3c\x6c\x2e\xd1\xf4\x7d\x72\x53\x92\xa9\xb9\x54\xc3\xc4\xec\x9b\xb8\x1f\xe6\x1f\xaf\x8f\xce\x25\x44\xeb\x59\x5c\xbf\xbc\x83\xba\x21\x1c\x2c\xd7\x9d\xdf\x43\x3d\x18\xd2\x66\x79\xa7\xf2\x1a\x95\x16\xc4\x6a\x69\x59\x2e\x4c\x4b\xf5\x5b\x6f\x59\x5b\xc2\x46\xeb\xf3\x4e\xb1\xe2\x3c\x66\x40\xe7\xf1\x34\xb5\x9c\x2a\xcc\xa3\x87\xbb\x15\x59\x3a\xe6\x4f\xd0\xfb\x9d\xd7\x59\xfa\x1f\xec\x44\xb8\x1d\x0a\x2d\x0b\xf2\x02\x11\x7d\xbb\x71\x00\x59\xc6\x75\x35\x69\xc7\xfd\xc3\x81\x64\xde\xc2\xfd\x9f\x1c\x48\x53\xe3\xc2\xf5\x1f\xed\x5c\xd8\x17\x3f\xb7\xbe\x59\xd0\xff\x3e\x3c\x1f\xf8\xb5\xf0\xbd\xb7\xde\xe7\x7b\x0b\xfa\x5f\xf6\xf7\x63\x9b\xfc\x71\xb8\xdb\xee\x23\x9b\x78\x8a\xb6\x71\x9e\x4f\xfa\xd2\x2f\xbd\x53\x38\xbe\x88\x7f\x48\x55\x23\x91\xa0\x9b\xfc\xf9\xdd\x6b\x4b\x41\xb3\xd7\x7e\x01\x6f\xfa\xfd\xc2\x3d\xa2\x9c\x77\xbd\x59\x97\x77\xc2\xaf\xc4\x8a\xad\x97\xf7\xb2\x4e\xd0\x80\x71\x62\x0f\xf1\x79\x75\x28\x41\x9f\xbd\x7b\x76\x5c\x2e\x4c\x4a\xaf\xaa\x93\x9b\xea\x10\x7c\x50\xff\x74\xeb\x4a\x6a\x5d\xe0\x09\x83\xdd\x0f\x76\xd3\x24\xfd\x12\x0d\x62\x1b\x44\x68\xd7\xbd\xa6\x7f\xfb\x5c\xd4\x5c\xc5\xd1\x0d\xdc\x72\x8c\xcc\xab\x77\xd3\x73\x5d\x1a\x8c\xd5\xce\xee\xa7\xdf\x72\x8e\x30\xb2\xaa\xb4\x42\x44\xed\x25\x8d\x78\xcb\x7e\x21\x71\x36\xea\x46\xd4\x92\xbb\x48\x96\xf5\x77\xa3\xc9\xe3\x69\xc8\x75\x2b\x12\x00\x99\x71\xde\xb9\x3e\x61\x9c\x03\xcf\x17\xeb\x51\x46\xdf\xbf\x39\x10\x46\x5d\xe4\x40\x7e\xbd\x78\xb7\xc0\x43\x7c\x1c\xfd\x94\x3a\x5f\xbb\x7d\x46\xa2\x17\xfa\xe7\x18\x7f\x3b\x5f\x1b\xfa\x67\x6f\x2e\x0d\xc2\xe1\xae\x12\xa9\x73\xec\x1e\x6b\x56\x96\xc1\x0c\x26\x1a\xcd\xb5\xfa\xc0\xba\x49\x57\xb5\x56\x99\xd5\xd1\x1e\x3f\x9b\x4c\x9a\xb5\x37\xba\x9b\x8f\x7e\xf6\x8a\xb4\x7a\x66\xa3\x3c\x7a\x21\xcb\xdf\x71\x8d\xb1\xc5\xa8\xc9\x85\x60\xd7\x43\xba\x5d\xa3\xab\xdb\xc4\x3c\x56\x6a\xd5\x8c\x9a\x8f\x7e\xf4\x5c\xa6\xd9\xff\x25\x9c\xf6\xca\x7d\x97\x96\x60\xff\x4d\xba\xb2\x8b\xba\x56\xed\xeb\x1e\x7a\x9c\x53\x16\xb9\xb7\xad\x8e\x7e\xde\xb1\x98\x7c\xe2\x71\x18\xb2\xc1\x4e\xea\xb7\xcf\x05\x52\xdf\x87\x88\xd9\x3e\xd1\xb9\x74\xc3\x13\xc9\xb5\x72\xd6\xbd\x7e\x75\x02\x29\xb4\x32\xd5\xd5\xba\x14\x84\x7c\x36\xdf\x4f\x91\x3a\xa7\x87\x2e\x31\x53\xa1\xa4\x9f\x39\x8b\xee\x32\xb5\x06\xb0\x66\xf8\xbf\x44\xd6\x33\xce\x81\xc9\xc5\x7a\xce\x02\xf7\x2f\x07\xb2\x70\xfd\xa7\x2e\xbd\x5f\x38\x37\xbf\x28\x7f\x5d\xd0\x83\xdf\x6c\xfa\x49\x5c\xd4\xff\x66\x16\xf6\x4f\xa3\x3e\x5a\xb2\xa0\xff\x31\xe6\x59\x4f\x6f\x07\x60\xd3\x66\xb9\x5b\xb8\x0e\x40\xe8\xc3\x4e\x42\x9a\x21\xfc\x54\xee\x12\xe2\x0e\x7e\x0b\xfb\x0d\x2e\x2b\x51\x1d\x4f\x60\x8a\x6e\xab\x75\xad\xcc\xd5\xd1\xe6\xd4\x08\x63\x75\xbd\x5b\xa8\x6d\xe5\x2b\x73\x25\xad\x62\x84\xde\x8c\xb3\x1c\x26\xf5\x21\xf5\x83\xf5\xd6\xfb\x08\xed\x48\x27\xa2\x69\x69\x43\xb8\xfb\x0b\x43\x42\xcd\x11\xe2\xc6\x61\x0d\xe4\x98\x19\x46\xcc\x78\xcf\x81\x34\x98\xad\x20\xbe\xeb\xd6\x44\xbe\x99\xa4\x92\xe8\x2f\x4c\x90\x8f\xa6\xfb\xd5\xe3\x5a\xb9\x51\x16\x93\xf5\xea\xc2\x0f\x83\x51\x5d\x43\x45\xf5\xf2\xc6\x9d\xa8\x8f\xc1\x46\x8d\x63\xb7\xf5\x51\x3f\x03\x82\xe6\xd2\x9b\x62\x68\x86\xbe\xa6\x06\xf9\xda\x33\xf4\x85\xce\xaf\x3f\xfb\x80\xe9\x03\x51\x29\xbb\x58\xef\x30\xfc\x91\x16\x39\x98\xe9\xf7\x03\x0b\x7d\x0d\xbb\x2c\xf6\xdf\xc7\x35\xb1\xc0\x13\xbe\x38\x40\x5b\xb8\x6f\x9a\x7a\x16\xfb\x66\xe6\x61\x54\x30\xe6\x9d\xf3\x29\x00\xab\xab\x70\xb8\xcc\x66\x80\x7d\x7d\x5b\xd6\xc7\x88\x00\x28\xa5\xef\xbd\xe3\x6d\x01\x45\x94\x49\xc9\xaf\x36\x6d\xd8\x67\xc7\x71\xb5\x44\x13\x0d\xec\x68\x2c\xbf\x66\x81\xee\x14\xa6\x53\xe4\xae\x53\xa8\x01\x18\xd7\xd5\x67\xba\xcf\x88\xec\xd8\xd2\x16\x17\x0a\x19\xff\x0e\xfd\xf4\x6e\x2f\x65\x4e\xb5\x09\xed\xa6\xfa\xe8\x91\x94\x67\x90\xaf\xe8\x57\x2d\x11\xe5\xa6\x5f\x4f\xd0\x49\xcd\x0a\x95\xd5\x5f\x0f\xa3\x13\x9a\x8f\x54\xb6\x0e\xee\xc3\xd6\x6a\x5c\x52\xe5\xeb\x8d\x44\x67\xb4\x96\xa9\xce\xbc\x2c\x45\xc7\xb4\x2e\xa9\x26\xb6\x1f\xc2\xf6\x6a\xb0\xe1\xf1\x4f\xf8\x31\x3e\x0d\x6d\xbc\x75\x33\x1e\x23\x92\x7e\xa9\x99\x37\xe6\x61\x52\xea\xe3\x00\x89\x8c\x75\x28\x65\xcc\xfd\xdf\x62\xbc\x2f\x3c\x5f\x78\x4f\xa0\x4e\x0f\x2d\x3c\x27\xbf\xbd\xf8\xb6\xc0\x01\xbd\x4f\x9c\x8e\x5f\xd0\xff\x38\x90\x85\xfb\xe8\xbf\x79\x18\x95\xd4\xc5\x7a\x84\xf1\x73\xf2\x18\xc0\x92\x64\x1c\x2e\xbe\x18\x60\xdf\xe7\x4d\xc9\x81\xd5\x00\xf2\x33\x1c\xbe\xae\xeb\xa1\x5d\x97\x2c\xe2\x68\x21\x03\x76\xb6\x3f\xe5\x8c\x0d\xba\x41\x3c\xb4\x46\x79\xa7\x76\x1b\x46\xcd\x95\xc5\x23\xea\xdd\xd8\xeb\x0a\x6b\xc2\x13\x42\x08\x56\x79\x53\x84\x04\xaa\x57\xb1\xe2\x96\x66\xd2\x84\x72\x13\x96\xd7\x77\x45\x7d\xab\xd2\x79\xac\x64\x4a\x81\xe4\xa8\x70\x01\xd8\xb1\x3b\xca\x97\xe5\xbf\x23\x1e\x58\x9f\xe2\x3b\x79\x9f\x89\xa5\xd8\x80\x22\x49\xbe\x76\x64\x1d\xf6\x42\x11\x53\x58\x3e\x74\x1a\x7b\xa2\x64\xaf\xe0\xdb\xe7\x8d\x3d\x56\x3a\xa8\xf0\xa9\x3b\x0b\x6b\x52\x9a\x54\x3c\xdc\x41\xc0\xee\x28\xdb\x28\x66\xb7\xc9\x60\x9d\x4a\x52\x00\x85\x35\x8b\x7d\x5f\x63\x3c\x17\x5b\x17\x9e\x93\xe8\x8f\x0f\x4e\xf3\xf5\x47\xcf\x8f\x9e\xf9\x3a\x50\x35\xcd\x3f\x5f\x5f\x25\x2d\xf2\x10\x4c\x0e\xe8\x46\xe3\xbf\x1c\x4c\xd1\x20\x43\xff\x66\xcc\x89\x87\x33\xf4\xcf\x10\x04\x60\xef\x99\x75\x9a\x9e\x5b\x01\xa4\x9d\x76\x34\xd8\x9d\x06\xd0\xda\xc7\x77\xcd\x84\x0b\xae\x5b\x78\x8b\x4e\x52\x8c\xa0\xd4\xcf\x49\xb2\x9f\xcc\x02\xae\x29\x2c\xf2\xdc\x24\x19\xa0\x1c\x4d\x55\xb8\xae\xa6\x07\xa2\x67\x6f\x29\x79\xa9\x04\x01\xdf\xcd\xed\x4a\x71\x4a\x01\xc0\xfe\xf0\xb5\xd2\x55\x05\x6b\xe0\x7a\x23\xac\xc4\x23\xcf\x03\xaa\xdf\x79\x14\x8e\xfc\xe6\x1d\x04\x60\x10\x0e\x89\xab\x4b\xd9\x60\x69\xd0\xb6\x9f\x4f\x8a\x75\x5a\x08\xae\xef\x6f\x94\x16\xf9\x6e\x0d\xb1\xe2\xab\xa4\xd2\x3e\x6b\x42\x8e\xe8\x05\xe9\xe4\x01\x79\xf0\x13\x3f\x27\xf5\xf9\xad\x02\x24\x89\x6d\x00\xb8\xc0\x78\x4e\x3e\xb4\x5a\xac\x03\x0b\x7d\xfe\xda\x33\xb6\xb0\x2f\x86\x9c\xe7\x44\x16\x9e\x83\x84\x45\x1e\x82\xe9\x03\xf0\x5f\xfd\x8f\xa9\x7f\x32\x7d\x10\xe2\x18\xdc\x80\x1f\x1f\xc0\x12\x19\x1c\xce\x5b\x02\x80\x47\x71\xb5\xb6\x53\x05\x80\x74\xef\xf6\x08\x0b\x16\x00\xd2\x3b\xce\x47\xfa\xed\xf0\xdd\xf4\xaa\x40\x87\x4e\x2c\xbc\xf4\x30\x11\xf1\xd0\xa8\x82\xc6\xa8\x18\xf1\xa5\x6a\xa3\x70\x2d\xc7\x53\x42\x42\x35\x03\x0a\x8e\xff\x90\x3a\xad\xb2\x0a\xe2\xcf\xee\x95\x51\x50\x3c\x02\x21\x37\xf2\x64\x2e\xc9\xab\x40\xf4\x43\x65\xe9\x37\xb2\xbe\x90\xfe\x9a\x2e\xf5\x53\x66\x1c\xb2\x3f\x8f\x4a\x73\xc8\x6e\x81\x2a\x6a\x8e\x54\xaa\x54\x2f\x00\x34\x89\x2c\x97\xa8\x02\x00\xd8\x37\x26\xa6\x07\xb1\x00\xbc\x1c\x62\xdc\x33\x75\x00\x7b\x55\x45\x9d\x7f\x9e\x02\xe0\x2d\x15\x2d\xfd\x9a\x0e\xb0\xb7\x08\xa0\xd1\x7c\xb1\xff\xb7\x95\xf3\x75\xb2\x72\x74\xe1\xf9\xff\xd9\x9b\xb6\x7b\xbe\xf6\x30\xe6\xf8\x5b\x18\x7e\x28\xbf\x7d\x00\xfa\xff\xe5\x60\x98\xfa\x6f\x32\x83\x03\x08\x66\x70\x32\x2e\x0c\x6e\xc2\x75\x25\x00\xf7\xa3\x55\x7a\xcc\xfc\x07\x93\x0a\x00\xd2\xbe\x3d\x6f\x75\x13\x00\x0c\x03\x79\xf3\xb5\x74\x00\x9c\xec\xf9\x81\x74\x03\x7e\x05\xf7\x0b\xe5\xaa\x9d\x84\x8f\x89\x85\xfb\x8d\x55\xda\xa0\xe3\xe0\x51\x51\x19\x25\x65\x78\x59\x6c\x2a\xd2\x2d\x3f\x0d\x4f\xcf\x7a\x88\x3a\x30\x7d\x0d\x64\xce\xc1\xbd\xa6\x6d\x62\x92\xd2\x4a\xd0\xd2\x3e\x21\x9a\x27\xcd\x02\x4d\x03\xb3\x62\x55\x52\xbb\x61\x64\xcc\x4c\x24\x46\x8a\x05\x00\xde\x09\x6f\x14\x97\x9f\x5f\x8f\xbd\x1d\x22\x4f\xe6\x2b\xe7\x47\xe1\x0d\xff\x3f\xba\xce\x3a\xae\xa9\xb7\x7f\xe3\x53\x2c\x14\x49\x03\xe9\x6e\xd8\xd8\xd8\xd8\xd8\xc8\xd1\xdd\x8d\xa0\x20\x08\x8a\x22\xa0\xa2\x62\x2b\x28\x76\x60\x60\xb7\x22\xd8\x81\x8a\x81\x08\x62\x81\x89\xa2\x62\x81\x98\xa0\x28\x4a\x6c\x3b\xd7\xef\xc5\xd9\xa6\xf2\xfc\x9e\xe7\xaf\xeb\xf5\xe5\xeb\x1f\xbb\x3f\xbb\xe3\xec\x5c\xef\xfb\xfa\xf4\xaa\xda\x3b\xd3\x79\x3d\x33\x80\x31\xe3\xa4\x1c\xcc\x6f\x9a\x38\x17\xeb\x03\xba\x37\xf7\xea\xb3\x04\xf1\xe7\xaf\x91\xe4\xc0\x48\x39\xa0\x12\x09\x17\xf5\x9f\x39\x00\xd2\x7e\x20\x33\xab\x24\xfe\x7f\x5b\x5f\xdf\x37\x26\x08\xd0\x34\x1d\x98\x15\xe2\x05\x58\xd9\xca\x9f\xf3\x99\x0e\xd8\xed\x1e\x51\xeb\x71\x1b\xf0\x1d\xa9\xb5\xd8\x4d\x19\x88\x79\xab\x97\xe1\x7c\x01\x98\x9c\x64\xb8\xd9\xa1\x1b\x98\xe5\x60\x9c\xc0\x8b\x01\x96\xee\x33\xd9\x6e\x57\x0a\xc1\x9a\x40\xd3\x12\xb6\x39\xb0\xe5\xa2\xa9\x1a\xb3\x0d\x82\x03\x6b\x4d\x63\x98\x8a\x68\x3d\x49\x31\xbb\xfe\xc7\xdf\x5f\x86\x6f\xb7\x4e\x9b\xdd\xa1\xf7\x43\xfb\x33\x0f\x73\x43\xeb\x0f\xe8\x6e\xfa\x66\xee\x68\xdd\x0a\x74\x34\x9b\x79\xd1\x1e\x92\xdc\x87\xba\xe5\x3d\xb2\x1e\x5f\xcd\x9e\x90\xf5\x98\xd3\xd3\x2a\xde\xff\xbf\xa0\x87\xac\xc3\x8b\x65\xe8\xc3\x01\x5d\x92\xf0\x70\xc7\x26\xf5\x3d\x07\xa4\x1c\xcc\xf2\x45\x62\xcd\x95\xcc\x93\xa9\x12\x6e\x6c\x1c\x21\xd6\x90\x25\x00\x65\x01\x85\xe2\x9e\x0b\xf4\x6f\xa1\x50\xfc\x8c\x01\x63\x0c\xb5\xf5\xe8\x01\xd8\xa9\xca\x73\xf8\x6c\xc0\xb5\x46\x35\xcd\x25\x1b\x08\xdf\xab\x35\xdc\x71\x3e\x90\xf8\x44\x47\xcd\xbe\x3f\x90\x29\xab\x57\xc0\x3d\x09\xcc\x99\x6c\xe0\xc6\x71\x04\x96\xb0\x0d\x78\xb6\xc9\xc0\xea\x03\x86\x23\x98\x02\x60\xcb\x4c\xc3\x5f\x8c\x16\x60\x1f\xd5\xb0\x82\xe1\x0e\x1c\xdb\x67\x9c\x48\x17\x01\x65\x61\x26\xcf\xad\x77\x02\x37\xa6\x9b\xe4\xd2\x06\x01\xf7\xf7\x19\xb5\xd3\x36\x02\x2f\x73\x4d\x56\xd0\x82\x80\x4f\xef\x8d\xeb\x69\xbe\x40\x67\xb6\xd1\x1c\xaa\x41\x6f\x1d\xf4\x0a\xdb\xde\x76\x91\xcf\x47\xaf\x8c\xc5\x9f\xfb\xae\xa4\x0f\xd0\x15\x49\x9f\xb8\xff\xc5\xc1\x14\x48\xe6\x81\x34\x0f\x45\xda\x0f\x24\x45\xd4\x77\x1e\xf8\x4b\xce\x51\x47\x49\xae\x8c\x3b\x07\x30\x88\x1d\xbc\xce\x25\x16\x60\x3c\x94\xdf\xe4\xb8\x16\x70\x71\x1e\x69\xcb\xf5\x03\xfc\x9b\x46\x0d\xe1\x1d\x03\xe2\x1a\xd4\x57\x71\xab\x81\x49\x5a\x5a\x9d\x9c\x45\x40\x36\xa1\x7d\x8b\x5d\x08\xcc\xad\xd7\xcd\xb5\x75\x01\x96\xec\xd2\xed\x61\x66\x01\x6b\xd2\xf5\xea\xe8\x7e\xc0\xa6\x37\x3a\x67\xa4\xfe\x3e\x6d\x32\x70\xa4\x58\xcf\x8c\x7a\x1f\x38\x5d\xa0\x3f\x90\x5a\x07\x5c\xa5\x19\x5c\xb1\x6a\x07\xaa\xdf\x1b\x70\xad\x0a\x81\x07\xdb\x0d\x66\x58\xb9\x01\x8d\x5e\x06\x8e\x56\x35\x40\xeb\x54\x83\xb5\x6f\x53\xc5\xfb\x9f\xb4\x2f\xd8\x7f\x72\x40\xd2\x3c\x1c\x29\x07\xb3\x5a\xd2\x2f\x6c\xb1\x84\x1f\x9d\x29\xc9\x51\x91\xf2\x50\x09\x92\xfe\x31\x61\x19\x92\x71\x4b\x72\x54\x38\x6e\x00\x85\x41\xa1\xb8\x19\x03\x46\xdc\x21\x21\x0e\x79\x80\x35\x4d\x6e\x91\x5d\x39\xc0\x6d\x51\x3c\x63\xeb\x06\x78\x9c\x52\x2a\xb4\x3d\x0e\x84\x7d\x1b\x39\x56\xca\x3d\xb0\x7c\x80\x34\xc3\x31\xeb\x59\xaf\x81\xec\x47\x9a\xb2\x36\xe9\xc0\xac\x5f\xea\xbf\xe9\x09\xc0\xe2\xfd\x1a\x3c\x7a\x2a\xb0\xf2\x94\xd6\x34\x69\x3d\xac\x13\x80\x1d\xf2\x3a\x2d\x56\x2a\xc0\xfe\xe3\x5a\x8a\x96\x2e\x40\xe9\x22\xad\x34\x2b\x3a\x50\x36\x40\xd7\xdd\xaa\x3f\x70\xed\xa3\xde\x28\x0b\x53\xa0\x66\x98\xf6\x33\x8b\xa3\xc0\x23\xa6\xae\xab\x94\x03\xba\x2e\x59\x0f\x7f\x38\x20\xc9\xf7\x59\x44\xc1\x7f\xe5\x60\xa4\x3c\x98\x74\x1d\x4c\x98\x20\xd6\x28\x49\x3e\x4e\x80\x42\x5f\x0e\x84\xd5\xfb\xff\x4f\x53\x28\xbc\xa5\x80\x66\xaa\x4c\x21\x27\x13\x30\x0f\x95\x55\x60\x09\x00\x56\xf4\xf0\x39\x8c\xf5\x80\xf3\x2c\x79\x4b\xfa\x44\xc0\xb7\x4e\xe1\x91\x75\x0a\x10\xfe\x46\xc9\x95\xf6\x03\x88\x5f\xa9\x7c\x9d\xe1\x07\xa4\x0e\x1d\x55\x66\xfd\x16\xc8\x54\x1e\xbd\x9d\xfa\x0e\xc8\xd1\x18\xad\x4f\xdd\x08\x2c\xc8\x53\x3d\x60\x71\x19\xc8\xdf\x34\xda\x86\x7a\x03\x58\xcf\xd7\xd8\x66\x95\x00\x6c\x31\xd3\x30\xb2\x2c\x01\xf6\xe8\x6a\xb4\x59\x04\x01\x87\x93\x35\xc6\x99\x27\x03\xc7\x4b\x34\xe8\x66\xeb\x80\xf3\x81\xea\xdd\x66\xfe\xc0\xb5\x87\x1a\xf3\x7b\x3f\xa5\x9f\xc4\xcf\xfb\x1f\xbe\xf7\x26\xce\xb3\x5e\xd5\x29\xb1\xdf\x3c\x50\xfd\x6f\x1e\x04\xe3\xad\xb3\x85\xfc\x44\x80\xeb\xea\x2a\x54\xc9\x03\x9c\xa7\xfb\x29\xab\xf1\x01\xbe\x75\x38\x57\x7b\x10\xe0\xae\x9d\x30\xd6\x48\x01\x70\x4f\x9a\x5c\x6a\x21\x0f\xb8\x3e\xca\xdd\x60\x7d\x1c\xe0\x6f\x5e\x51\x64\x6b\x0d\x38\x9f\xd8\x91\xc4\x9b\x0b\x38\x8e\x3d\x36\xc7\x71\x3b\xc0\xd3\xbc\xf6\xd4\x31\x13\xb0\x7b\xfe\x88\xef\xfc\x04\xe0\x54\xbc\xdf\xe9\x12\x0d\x70\x56\x08\xdc\x5c\x36\x02\xb6\xcf\x89\xcd\xbc\xd3\x00\xab\x9a\xa8\xe7\x78\xff\x62\xb2\x0e\x11\x55\x9c\x6f\x6d\xfa\x4c\x11\xf1\x8e\x6d\xd2\x72\x98\xb5\x9d\xb8\xcb\x99\xfd\x3a\x91\x75\x82\xa8\x67\x77\x35\x6c\xb6\x2d\x24\x2a\xec\xc6\x3e\xfa\x60\x7b\x89\xa8\xe3\x9c\xba\x17\x68\x9b\x4c\x74\xd8\xae\xbb\xc5\x64\x6f\x22\x5e\x72\x3c\xab\x4e\xd8\xde\xc6\x20\xd6\xa1\x0a\x7d\xf6\x63\xa2\xc7\xf6\xe8\xbf\x3c\x8c\x7b\xf4\x7f\xf3\xbd\x07\x0c\x67\xcb\x91\xfe\xff\x71\xee\xa8\x81\xc1\x80\x39\x78\x0a\xb2\x97\x00\xdb\x43\x8e\x43\x15\x7e\x02\x5c\xaa\x4b\x93\xf2\x27\x80\x9f\xe8\x23\xaf\x3e\x18\x70\xdd\x12\xea\xa7\xbd\x18\x70\x57\x88\x9f\x62\xb8\x11\xf0\xc8\x9d\xb4\xc4\xa2\x01\x70\xfb\x34\x87\x45\xdf\x00\xb8\xba\xaf\x50\x67\x8f\xf8\x5b\x07\x27\xab\x63\xdd\xce\x9b\x00\x07\xd5\x8a\x93\xae\xf9\x00\x37\xe6\xc9\x40\xfe\x1e\x80\x33\xe5\xc3\x37\xe7\x62\x80\xd3\x24\xd2\xe3\xef\x05\xd8\xab\x88\x34\x07\xa1\x68\xb0\xad\x0b\x71\x82\xcb\xfd\x39\xc4\x76\x0b\xb1\x9e\x57\xf6\x79\xbe\xed\x2e\x62\x13\x6f\xe1\xbb\xf1\xec\xc1\xc4\x06\xde\xfd\x46\x3a\x9b\x45\x14\xf1\x56\x3d\xbe\xcf\x89\x24\x96\xdb\x3f\x7d\xb0\x86\x7d\x81\x38\xc9\xdd\x74\x67\x3c\xa7\x90\x28\xe5\xe9\x55\x8b\x38\xde\x44\xad\x9d\x67\xa5\x19\xfb\x14\xf1\xcb\xb6\xfd\x5a\x2d\x7b\x02\x64\x59\x7d\xea\xf0\xff\x7c\x6f\xd2\xd7\x18\x3a\x96\xf5\x98\xac\x03\x8f\x63\x33\x40\x08\x50\x3d\xb8\x4e\xc3\x94\x00\xdb\xdb\xdc\x85\x0a\xcc\x7f\xf8\xa0\x93\x3e\xcb\x34\x6c\x01\x8f\xfc\xe0\x49\xba\x71\x80\xd7\xf6\xb8\x89\x26\x93\x01\x2f\x5a\xda\x75\xab\x6d\x80\xc7\xd2\x59\x77\x6d\xe8\x80\xdb\x9a\x15\x7a\x76\x6e\x00\x7f\xd2\xf6\xd5\x8e\x53\x01\x27\x9d\xe3\x55\xce\x8f\x00\xfb\x17\xd7\x67\xb9\xf2\x00\xee\xfc\xfa\x1a\xd7\x1c\xc0\x8e\xfe\x79\xb2\xab\x0b\x60\xe7\x24\x6a\x77\x6d\x00\xd8\x6b\x88\x54\xc7\xfe\x5d\x0f\x6c\xaf\x11\xab\xec\xe5\xda\x07\xb2\x43\x88\x34\x87\x17\x1f\x3c\xd8\x2e\x44\xae\x83\xcc\x9b\xab\xec\x22\x22\xd7\x41\xbf\xc1\x98\x93\x46\x64\x39\xb4\x3f\xfa\x6a\x67\x4f\x24\x3b\x7e\xa8\xfd\xc5\x89\x20\x0e\xf0\x66\xdc\x5a\x68\x97\x40\x6c\xb1\x9f\x53\xa5\x6a\xa7\x4d\x5c\xe4\xee\xa9\xf0\xb5\x9b\x40\x54\x73\xd5\x2e\x2f\xb2\x93\x21\x3e\x72\x34\xf0\x5f\xb8\xa0\xff\xf0\xbd\xfb\xb3\x78\xbd\x2a\xf5\xff\xad\xd5\xd9\x1e\xc3\x12\xfe\x72\x31\x4e\xd7\x1d\x3f\x8c\xb4\x03\xdc\x2b\x3c\x56\x6a\xf8\x03\x5e\x4b\x02\x87\xeb\xe9\x03\x5e\xb2\xb1\x79\xc6\xe3\x01\xaf\x8d\x13\x0f\x5b\x0d\x00\xbc\xc6\xe6\xd4\xb1\x52\x00\xf7\x1d\x05\x25\xdc\x67\x00\xbf\x65\xfb\x73\xa7\xe5\x80\x53\xfd\xf1\x5f\xfc\x79\x80\x43\xc4\xf5\xd7\x6e\x5b\xd0\xcd\x73\x7e\xaa\xed\x7e\x1c\x3d\x5c\xe7\xd6\x3d\x1e\x42\xc0\x2e\x4d\xd4\xec\x36\x05\x60\xcb\x13\x05\xf6\xb1\xbf\x16\x72\x1c\x08\x6b\xe7\x9b\xad\x0a\x9c\x01\x84\xa7\xd3\xd9\xe6\x3d\x9c\xbb\x04\xdd\x45\xb6\x91\x6f\x37\x98\xe0\x3b\xa7\x3c\xb9\x66\x57\x4c\x78\x3a\x67\x3d\x30\xb5\xab\x23\x62\x9c\x0e\xdc\x09\xe0\x4e\x22\xc6\x3b\x2d\xae\xb6\xe3\xaa\x11\x6b\x1c\xd8\x15\x1c\x9e\x2a\xb1\xcc\xa1\xe5\x8a\xba\x5d\x0e\xf1\xc4\xce\xe3\x62\x24\xf7\x28\x71\x83\xbb\xad\x77\xbc\x5e\x91\x7d\xeb\x20\xf1\xbd\x25\xf7\xde\x95\x4b\x6d\xc8\x3e\x29\x86\xeb\x59\x56\x83\x12\x01\xc6\x23\xdb\x39\x72\x59\x7f\xb9\x18\xa7\xdd\x8e\x1d\x23\xd9\x80\x7b\x89\x5b\x9d\xba\x37\xe0\x3d\x28\x40\x53\xcf\x0a\xf0\x95\x8f\x7e\x68\x7a\x07\xf0\x19\x33\xb1\x3f\xb5\x10\xf0\xde\x35\x73\x9b\xed\x0e\xc0\x23\x61\xd9\x1d\x9e\x0e\xe0\x9a\xb8\xfd\xb0\x73\x2a\xe0\x7c\xf0\x84\x85\xdb\x34\x74\x3a\x64\xdc\x98\xe8\x9e\x81\xd7\xbc\xda\x86\x1c\xcf\xcf\xf8\xc6\x9d\xf7\xed\xbb\x57\x3f\xc0\x2e\x55\xf4\xde\x2d\x5d\xc0\xe4\xec\x25\x54\x5d\x84\x3f\xc7\x73\x2e\x13\x2a\x7c\xdf\x4f\x57\xed\x58\x84\x2c\xff\xf7\xbb\x54\x4e\x3b\x41\x77\x51\x7d\x7e\x9d\x6b\x40\x8c\xe4\xb7\x3d\xf2\xe6\x0d\x23\x94\x5d\xa7\xdd\x6b\xe7\x45\x10\xc6\xfc\x7d\x35\xba\xbc\x61\x44\xac\xb3\xa2\x94\x0b\xbb\xca\xe0\x95\x10\xf3\x1d\x97\x5e\x32\xb6\xe7\x12\xf9\x8e\x81\x65\xcb\x78\xd5\x44\xb1\xfd\x7f\xe5\x82\xfa\xde\x7b\xd7\xdc\xcb\x32\x95\xf1\x07\x4c\x0e\xd2\x67\x0d\xd6\xfe\xcb\x41\xf0\x1e\xb3\x3b\x15\x8d\xfe\xe6\xc5\x78\x54\xb9\xe5\xa8\x67\x01\x3e\x8d\xbe\x9b\xf5\x4e\x02\x7e\x9a\x91\x22\xb3\x7e\x80\x1f\x25\xd9\xca\xba\x1f\xe0\xfd\x60\xfa\x3d\xd6\x2b\xc0\xf3\xe8\x72\x2d\x87\x42\xc0\xed\xdb\xb6\xb5\xfc\x9f\xf8\xe1\x12\x77\xbc\xd0\xfd\x2e\xea\x1c\x0b\xaa\xce\x78\x3d\xc2\x39\xfb\xe2\x17\xdb\x7d\xd5\x50\xcd\x0b\xf8\xf1\xd9\x57\x0b\xb0\x6b\x14\x55\x78\x28\x75\x2d\xb5\x4b\x14\xbd\x73\x5b\xd7\x36\x98\xeb\x27\x3a\xeb\xf1\xe1\xfd\x13\x6e\xb4\xe8\xa1\x7b\xbd\x94\x8f\x7b\xaa\xc9\x3b\x2c\x7a\xe6\xc1\xbc\x7f\x84\xb7\x9a\x18\xea\x36\xf8\x36\xc7\xc1\x43\xd4\xec\x91\x2c\xe5\xe3\x2a\x64\x1c\x8c\x09\x26\xff\xe0\xe5\x65\xf6\x2f\x89\x38\xe7\x7d\x65\x84\x7d\x00\xb1\xd1\xa1\xe4\x2c\xc5\xe1\x0a\x31\xcf\xc9\x81\xac\xc3\x1b\xf1\xf8\x9d\x36\x52\xfe\xe1\x61\xfa\x6d\xa0\x93\xf3\x42\xb3\x8c\x91\x21\x43\x05\xcc\x53\xac\x05\x43\x7a\x7f\x2d\x1e\xb7\xd9\x27\xe7\x05\x38\x08\x99\x5f\x15\x64\xff\x72\x31\xbe\x3f\xf9\x6b\xd4\xdf\x03\x7e\xa3\x7d\xcd\xf5\x5d\x00\xff\x25\x61\x6a\xa6\xb3\x80\x00\xd7\xa4\x56\x06\x1b\xf0\x0b\xc9\xde\xcd\xe9\x02\xbc\x1f\xe6\xa7\x39\xa7\xe3\x8b\xc7\xb6\x6d\xcb\x3c\xd2\x50\xcd\x3f\x7d\xe2\xa1\xf7\x16\x9c\x76\x0a\xac\x6a\xf6\x11\x62\xb5\x43\xd0\xab\x4c\xff\xdf\x38\xc4\x7b\xdd\x69\xe5\xbf\x14\xe0\x06\x89\xb6\x79\x96\xff\xe8\xe0\x29\x89\xd2\x7d\x06\x7f\xac\xe4\xe5\x8a\x72\xbc\x5b\xdf\xd2\xec\x07\x88\xe6\x7b\xff\x6c\xd0\xb7\xbf\x2f\x5a\xea\xa3\xfd\xf0\x9d\x43\xba\x68\xbd\xf7\xab\xbb\x16\x0e\xdf\x44\x27\xbc\x5e\xd6\x6c\x73\x38\x2f\x7a\xe1\xd1\xfe\x87\x0b\x73\x70\x64\x12\x5a\x6e\xa3\x2f\xe8\x39\xe9\x10\x06\x6e\x9a\x67\xb9\x4e\xb6\x84\x2b\x7f\xc7\x89\x6b\x4e\x54\x62\xb2\x33\x79\xba\xbb\x07\xfe\xc7\xbe\x40\xde\x7b\x1f\xd4\x42\xf5\x23\x7d\x8d\x48\xda\xdd\x01\xe7\x00\xea\x6c\x6a\x89\xac\x27\x60\x77\x9b\x7e\x4c\x6e\x5d\xef\xbe\x6f\x53\xa0\x90\xf1\x0f\x17\xa3\xe5\xb4\x54\x6d\x37\x10\xbc\xc1\xc7\xd5\x90\x02\x04\x67\x85\xc4\x5b\x5c\x07\x82\x93\xc7\x9f\x65\x0d\x02\x02\x9e\x67\xbe\xe2\xdd\x02\x7c\x99\x79\xd7\xf8\xab\xf1\xc5\x43\x54\x64\xe5\x31\x11\x25\xae\x95\xc7\x3b\x7c\xcf\x21\xdf\x59\xb7\xc6\x2e\xc0\x0d\xb9\x0e\xcb\xde\x14\x07\xfa\x20\xd3\xfe\xaa\xf0\x7c\xb0\x83\x94\x8f\x6b\x5b\x64\x1f\x2b\x52\xf5\xff\xd0\x1c\xea\xa0\x22\xd2\x0e\x50\x95\x72\x61\x4f\x72\x1d\xb5\x45\x81\x7e\x55\x52\x2e\xac\x66\x9b\x93\x95\x68\x95\x4f\x9d\x94\x0b\xbb\xf2\xda\xe9\xa3\xe8\x96\x57\xde\x45\x59\xe7\x15\xa2\x17\x9e\xef\xcf\x8f\x72\x1e\x46\x28\xba\x47\x9e\x9c\xef\x92\x44\xc8\xbb\x3f\x3a\xe6\xe4\x3c\x8f\x08\xe6\xbb\xfe\xef\xf5\x20\xa7\x61\xe5\x43\xee\x0b\x0f\x2c\x77\x0f\xdc\x06\xd0\xf2\xac\x56\xcb\x2a\x03\x8e\x51\xd4\x4a\xb9\xfe\x80\x57\x35\x3d\xf8\xdf\x7e\x31\x21\x09\x3c\x63\xd5\x00\x20\x7c\xbc\xc7\x38\xfd\x7e\x40\x98\x4a\xd0\x4e\x8b\x8f\x40\x68\x53\x42\x3f\xdb\x5d\x40\x88\xd3\xd4\xed\x8e\x3d\x80\x5f\xca\x92\x41\xfc\x2e\x5c\xf2\xe6\x6e\xa5\xf9\x6c\xc2\x74\x77\xc3\x93\xe6\x81\xcf\x11\xe0\x12\x73\x4b\x27\xc4\x0e\x74\xc7\x6d\xcd\x47\xc2\x74\xe1\xe3\x10\x28\x9c\x1d\xba\xa9\xdd\xcf\xe1\xba\x70\x65\xe8\xbc\x96\xa7\x8e\x2b\x85\x1b\x42\x2b\x1b\x0b\x9d\x9a\x85\x73\xc3\x79\xff\x99\x17\x76\xab\xc1\x85\x2b\x92\x09\x1e\x72\xfd\x88\xcb\x47\x91\x75\xe0\xfc\x3f\x3c\x94\xc8\xa5\x5b\x54\xe0\xfb\xee\xdc\x29\x3e\x4f\x74\xdc\x67\xfc\x09\x2d\x7e\x9b\xe8\xb9\x57\x49\xa9\xb1\xab\xbf\xe8\x8b\xa7\xe0\x08\x9f\x5f\x4e\x58\xba\x1d\xc7\x3f\xf9\x30\x9c\x41\x62\x15\xfb\x9d\x4a\xee\xe6\x64\x9e\xb3\xf9\x2d\xf3\x53\x83\x13\x00\x56\xa7\x69\xe3\x10\x23\xc0\x25\xd7\xd2\x73\x58\x18\xe0\x9f\x4a\x6d\x95\x7f\x03\x84\x74\x31\xec\x94\x35\x80\xa8\x08\xbb\xb5\xaa\xaf\x81\x58\x6f\xfe\x65\x5d\x02\x88\xbe\xe2\x3f\xc3\x62\x39\x10\x39\x21\x76\x24\xe7\x04\x10\x16\x35\xd9\xd0\xa9\x01\x77\x83\x2c\x16\xbe\xf2\x5a\x81\xf5\x3e\x0f\xb7\xfc\xf0\xff\x06\xbe\xc7\xca\x93\x23\x42\xd3\x31\x94\x1f\x79\x57\x2e\x62\x2f\xd1\xe8\xb4\xe7\xe3\xf3\x68\xe3\x1e\x75\xc7\x04\xe1\xe8\xc8\xd9\x9f\x0d\x9c\x4e\x09\x87\x44\x35\xff\xe1\xa1\x94\xf9\x71\xc2\xa1\x31\x36\x75\x99\xfc\xcd\xc2\x88\xc8\xf2\x1a\xba\x6b\xb9\x70\x52\xe4\x9c\xca\xa3\xae\x67\x84\x27\xc3\x04\x57\xd4\xdc\x16\x08\x6b\xc3\xcc\x2e\x28\xba\x65\x8a\xd4\x83\x99\x67\x72\xdd\xde\x8b\x9c\x03\xef\x1c\xeb\x70\x9f\x2c\x9a\xe6\xdf\x56\x5c\xe0\xde\x2d\x5a\xef\x57\x7a\x88\xea\xfe\x43\x74\xd5\xe7\xd0\xfe\x67\x1e\x71\xa2\xdb\x3e\x9c\x7f\xd7\x83\x98\x03\xa1\x44\x5a\xf4\xeb\x55\xad\x71\xe6\x2e\xfd\x3b\xff\xde\xfb\x96\xf6\xbf\xf7\x7c\x6f\x9c\x20\x1b\x07\x04\xd1\x4d\x5b\x86\xbd\xfe\xcb\x83\xc4\x97\x33\x39\xa3\x92\x81\xf1\xfe\x4e\x6a\x3a\xf7\x80\x84\x52\x9f\x18\x0b\x7d\x20\xee\x75\x84\x17\x67\xd3\x9f\x3c\xad\xc3\xa1\x94\x79\xb3\x7c\xa7\x20\xd4\x7f\xd2\x66\xd3\x90\x95\x44\xb7\x97\xd9\xc9\x8f\x51\xde\xc4\x09\xd7\x5d\xb5\xa9\xb1\x6d\x44\x86\xf3\xba\x6f\x57\x12\xfa\x7f\xdf\xe6\x42\x11\xd0\xc6\x29\xbc\xd5\xe7\xcf\x14\xc4\x26\x1c\xae\x3f\xe4\xe6\x24\x08\x1a\x57\x57\xeb\xed\x06\xc1\xee\xf8\xd3\x37\x4f\xbb\x5f\x13\xd4\x8f\x75\xad\x78\xea\xd1\x29\x78\x3d\x36\x5e\xca\x01\x9d\xad\xf3\x8a\x12\x46\x45\xef\x3c\x99\xe0\x25\x27\xbc\x18\xde\x51\xb2\xd5\x2b\x52\xd8\x15\x7a\xe0\xd0\x54\xef\x7a\x61\x4f\x68\xeb\x81\x48\xaf\x56\x91\x4f\xd0\xb8\xbd\x5b\xbc\xfb\x89\xa6\x05\xdc\xde\x71\xcf\xab\x47\x74\xde\xf7\xe8\xff\xe7\x40\x64\x97\x9b\x90\xfe\xa6\x6e\xbd\x61\xb6\x4c\x09\xc0\x50\xd6\xdd\x34\x60\x2f\xc0\x77\x32\x98\x33\x38\x18\x08\xa0\x19\x70\x86\x2c\x02\xa2\xd7\x19\xae\x18\xba\x17\x18\x7f\xda\x2c\x4d\xa1\xdf\xdf\x7e\x31\x69\x7c\xee\x52\x6d\x4d\x20\xf5\xae\xbb\x99\xd9\x0a\x20\xb1\x35\xb4\xd0\x6e\x30\xae\xc7\xed\x4c\x3c\xe4\xb1\x1c\x53\x23\x0e\xcd\x16\x05\x56\x60\x70\x50\x68\xe1\x98\xc8\x0a\x62\xa7\x8f\xf9\xc9\x6b\x63\xaf\x77\x6d\xf7\xb0\xac\x55\x4a\x5a\xf2\xf3\xbe\x6b\xca\xd7\xa9\x13\x47\xbf\x1f\xef\x16\xd7\x43\x4f\xfd\x5c\x7f\xce\x23\xa9\x67\x52\x6a\xe8\x5d\x1d\x2f\x9f\x9e\x95\xa9\x06\x55\x84\x57\x7d\x4f\x73\xf2\x1d\x69\x9f\xb8\x0b\x3e\x3e\x45\x82\x89\x89\x81\xa7\xed\x7d\x7d\x04\x65\x09\xad\xa5\xb2\xbe\x07\x85\x7a\x71\xc9\x47\x66\xfb\xde\x13\x26\xc4\xf0\x0e\x34\xfb\x05\x08\xf3\xa2\xda\xf6\x96\xf9\xdd\x16\x1e\x8a\xbc\xb7\xf3\x9b\x5f\x89\xf0\x67\x58\xcd\x36\x1f\xbf\x02\x11\x27\xb8\x69\x4b\xbc\x9f\xb5\x28\x27\x50\xe9\xef\xbe\x48\xa1\x58\x92\x3c\xb5\xd2\x62\x03\xf2\x9e\xbf\xf1\x43\x3d\x2b\x99\x0e\xc0\x6e\xbb\x2e\x6b\xe0\x18\xc0\xfb\x80\x66\xd2\x80\x99\x40\x54\xa6\x56\xc2\x20\x3d\x20\x71\x8b\x36\x7d\xf0\x32\x60\xd2\x6e\xa3\xf5\xc3\xf7\x01\x19\x59\x96\x73\x55\x3e\x00\xd9\x69\x8c\x02\x35\x1f\x20\x5b\xcf\xe9\x84\xc9\x32\x60\x8a\x89\xff\x31\x36\x13\x07\x12\x2b\xc7\xb6\x78\x0f\x82\x6e\x6c\xe8\x8c\xec\x70\x9d\x5f\x2a\xe1\x47\xd6\x98\x24\x0c\xf8\x5a\x17\xb4\xe3\xc8\xac\x94\xfb\x2d\x5c\xbf\x88\xaa\xac\xf4\xfd\x6f\x44\xde\x8c\xa6\xfe\xd3\x4a\x9e\x1e\xf6\x56\xef\x12\x64\xdd\xbf\xbd\xc1\xd7\xb4\x3b\x63\x5a\x69\x85\x81\xdf\xe7\xee\x2b\x19\xb6\x97\xd2\xfd\xe7\xf6\x98\xa6\x2f\x39\x7d\x31\x50\xa7\x27\x79\x32\xf3\xd8\xdc\x40\xf7\x9e\xcf\x13\x13\x8e\x2c\x08\xa2\x08\x18\xc9\xfe\xfb\x57\x04\xed\x11\x2c\x4c\xfc\xbc\x77\x64\x90\xa9\xe0\x75\xc2\x19\x29\xff\x52\x54\x1e\x64\x26\x5c\x18\xfd\x7c\xd3\xdc\x60\x5d\xe1\x9e\xa8\x6b\x1b\x2a\x83\xb4\x44\x72\x61\xa1\xeb\x65\x82\xec\x45\x46\xa1\x2e\xf8\x93\x07\x42\xa1\x18\x3a\xf7\xaa\xfa\x71\x9d\xea\x7e\xab\x01\xab\x67\x6a\xe7\xfb\x15\x01\x76\xd3\xe4\x88\xde\xbf\x07\x7c\x1e\x4e\xf6\xdf\x1b\x9b\x3d\x24\xb9\x57\xd3\xce\x0d\xed\xdf\xab\xd2\x5c\x0c\x29\x0f\xb2\x80\x49\xbd\x33\x26\x03\x58\x10\x60\xb7\xc4\x70\x33\x30\x3b\xc9\xf3\x32\x6b\x9d\x30\x2e\xc3\x2a\x8a\xe5\xe3\xd0\xfa\x69\x82\xd3\xe4\x49\x71\xef\x9b\x6c\xe2\xa7\x2f\xdd\x3f\xd1\xff\xb9\x59\xb4\xc1\x6e\xfd\x8c\xd1\x0f\x8f\x85\x5d\xbb\x74\x79\x86\xe6\xdd\xf3\xc1\x1e\xcf\x36\xce\x76\xbe\x49\x04\x6a\x76\x5e\x9d\x3b\xfc\x52\x74\x70\x61\x57\xcc\x6c\xab\xd3\x67\x43\xaa\xbb\xbe\xce\x1c\x54\x3a\x30\xcc\xb3\xdb\x6e\xfa\xf8\xc3\x86\x61\x77\xba\x4f\x65\xc6\xec\x9d\x1a\x3e\xb1\x87\x3d\xe5\xe6\x0e\x84\xef\xea\x39\x35\xc9\x55\x9a\xfb\xb2\xd9\x35\x3c\x4d\xb0\x38\xe9\xc0\x46\xd3\xf0\xd7\x82\x73\xe3\x05\xeb\xbe\x84\x0f\x16\x1a\xc4\xf7\x5f\x55\x18\x41\x17\xba\xc5\x7d\x5c\xf1\x32\x7c\xbc\x70\x6b\xf4\xe6\xe5\xa6\xe1\x49\xc2\x87\x91\xe4\x5b\x17\x4b\x92\x13\x1b\x42\xd5\x11\xff\x9e\x82\xfa\xa0\x7e\x11\x00\xa3\x6c\x18\xd9\xf7\xc1\xed\xbe\x0c\x79\x8e\x48\xef\xfd\xa6\x48\xfa\x1a\x4f\x97\xf4\x01\x59\xa0\x37\x90\x3c\x77\x97\x8f\xd2\xf4\x97\x95\x03\x56\xcb\x1a\x0f\x51\x51\x05\x56\x67\x33\x42\x75\x04\xa2\xb6\xe5\x15\xce\xbf\x6c\xc2\xbe\x7e\x9f\x3f\x2d\x78\xb1\xcf\x94\xc6\x1d\x59\xd7\x13\xbf\x24\x78\xdd\x9f\x9f\xb6\x68\xf6\x8d\xa9\x06\xd5\xec\x09\x3e\x85\x11\x33\x27\x5d\x3e\x9d\xb0\xf9\xa4\xc3\xdc\x49\xe7\x57\xc7\x6e\xa9\x9d\xbe\xb0\xe1\xd4\xd1\xa8\x8b\xad\x5f\x97\xbc\x3a\xf2\x34\xfa\x79\x27\x6d\x51\xe6\xde\x0f\xb1\x9e\x9d\x55\xf3\xa7\x6e\xdf\x1a\x67\xdc\x95\x3b\x27\x64\xcb\x8f\xb8\xa4\x2e\x51\x0e\xb5\x30\x30\xf6\x79\xf7\xd5\x2c\xd9\x75\x77\x63\xdf\xf5\xf0\xa6\xae\x5c\xb5\x24\x8e\xe8\x99\x91\xfe\x6b\x79\x7d\xdc\xab\x9e\xee\xd4\xaf\xcb\x99\xb1\x6f\x04\x21\xc9\x1d\x4b\x97\xc7\x6d\x10\xac\x4d\xfa\xb9\x28\x3e\xce\x53\xd0\x3d\x8e\xbe\xf0\x76\x4c\xb9\x30\x21\xce\x75\x01\x2f\xba\x5d\x58\x1a\x6d\xf0\x77\x1e\x28\x19\xa8\x2a\xf6\xaa\x59\x80\xfc\xf1\x5e\xb5\x7b\x4b\x79\x40\xf9\xe7\xfe\xbb\x94\x83\xc8\x96\xf8\xc1\x52\x0e\x40\x9a\x07\xb0\xb9\x70\x90\x3b\xe9\x83\x0c\xd5\x72\x1a\xb6\x14\xd8\x95\x68\xfe\x40\xdd\xb7\xad\x78\xcb\x74\xee\x47\xfa\xc4\x57\x5e\x6b\x6a\x7c\x87\x79\xd1\x6a\x59\x4b\x27\xc7\xf9\x8d\xdd\x7d\xf9\xc7\xac\x0f\x19\xc9\xd3\x44\x27\xb3\x32\xd7\x16\x38\xe5\x76\x1c\x3a\x94\xfe\xeb\xe0\x92\xc5\x33\x77\xab\xa7\xde\xad\x44\x7e\x6b\x91\x6e\xf2\x83\x77\x6e\x05\xbf\x36\x5e\x9a\xf0\xfd\xd7\xef\x02\xe3\xd5\xbb\x52\xdc\x7f\x1f\xcd\xdb\xb3\x62\x4b\xf2\x82\xce\x43\x0b\x2d\x96\x8f\x9a\x70\xb7\x6b\x72\x6e\xfe\xe2\xcf\xc9\xbf\xba\x3e\xcf\xca\x59\xac\x3a\x61\x76\xf7\x86\xec\xf6\x05\xab\x92\x3e\xf4\x98\x64\x5c\x98\xcb\x9d\xe0\xd6\x93\x9f\xde\x3c\x67\xe4\x84\xa4\x9e\x3b\x93\x6e\xcf\xda\x9b\x34\x5c\x10\x9e\xc2\x9e\x59\x9d\xb8\x5d\x50\x9c\xe4\x9e\xfd\x2e\xf1\xac\xa0\x6b\x5c\xd6\x74\xee\xb8\xf9\xc2\x09\x71\xb6\x00\xa5\x4e\x9d\x9c\x07\x5a\x76\x8a\xef\x7b\xd5\xfa\x0d\x85\xcc\x3f\xf0\x96\xa5\xf4\xf1\xbf\xa5\x79\x18\xd2\xf1\xaf\x96\xdc\xfb\x2d\x9a\x4a\xe9\x93\x8b\x71\xc2\x7b\x94\x31\x85\xd2\x1e\x5a\x9a\x66\x98\x31\x9a\xf6\x56\xf3\xd0\x5c\x66\xbb\x95\xee\xfd\x9a\xdd\x56\x6e\x6d\xae\x87\xae\xf1\x36\x2f\x08\x7f\x18\x6d\x73\x2c\x66\xd5\x86\xd4\x4f\x53\x3c\xb7\x5b\x2c\xb6\x98\xf7\x71\x7e\xd2\x5a\xff\xb9\xd8\x36\x26\xdf\x3c\x7f\xfc\xac\xee\xb2\x7b\x2b\xb0\x20\x6a\x46\x73\x7d\xfb\x1a\x8d\x39\x26\xd9\x9f\x3a\xee\xac\xcd\xcc\x49\xc8\x0e\xff\xf5\x60\x45\xde\x8c\x83\x59\x71\xbf\xcf\xe5\x35\x4a\xb9\x8f\xec\xfd\x19\x13\xbb\x82\xe7\xe6\xfe\xe1\x3e\xd6\x4c\xf9\xde\x9d\x3e\xc3\x74\x2a\xd2\xe7\xf6\xe8\x4c\x53\x9a\xd2\x38\xf9\x60\xcf\xda\xf4\xd2\xf4\x3b\x93\xf2\x7b\x44\x69\xa6\x93\x2f\x4d\x1a\x2e\x08\x48\xc9\x98\x3c\x2a\xf5\xa7\x60\x4b\xd2\xeb\xb4\xfb\x13\x9f\x08\x44\xe3\xcc\x00\x85\x90\x51\x4e\xbd\x9f\xdf\xa4\x7a\x20\x79\x7e\x3a\x49\xfa\xfc\x47\x8a\xb9\x8e\x3f\xbe\xdf\x02\x3f\x4a\x9f\x7b\xf0\x7f\xfa\xe3\x48\xea\x73\x8e\xec\x1b\xf1\x03\xe5\x06\x72\x93\x29\x94\xa6\xca\x8b\x0f\xb5\xf7\x2b\x9d\x7a\xcc\x3d\x97\x45\x6d\x33\x6e\xb8\xe1\x74\x62\xb5\x93\x9c\x83\xe1\xa9\x0b\x47\x0c\x82\x1c\x42\xd5\x76\x6b\xed\x71\x4a\x3c\x94\x52\xbd\x72\xe6\x96\x59\x39\x75\xb3\x76\xcd\x9b\xbb\x61\xde\x46\xff\x45\x7b\x66\x68\xad\x53\x3d\xad\x94\x17\x31\xb5\x67\xf5\xf9\x07\xad\xcb\x36\x4c\xf2\x59\xf5\xad\x7d\xd7\xf2\xf4\xb4\xea\x82\xcc\xdf\x4d\x4b\xcb\xd2\x64\xf2\x2f\x74\x5e\x5c\x20\x4a\x0d\x5c\x22\xe8\x9a\x9b\x9b\x30\xb1\x75\xe1\xb5\x6e\xd3\x9c\x7e\x13\x4f\xcc\x0f\xea\xde\x95\x5d\x3f\x71\x66\xee\x94\x1e\xcd\x69\xbc\x94\x8c\xd9\xdf\x7a\x76\xa4\xc7\xa6\x38\xe4\x7c\xea\x69\x4b\x7b\x90\xdc\x31\x63\xa9\xc0\x37\xe5\xd4\x84\xcc\xe9\x8f\x05\x97\x12\x1f\x4e\x18\x99\x95\x23\x54\x48\x38\x9d\xf4\x3d\xb3\x40\x48\x8d\x9f\x03\xa8\x55\xc8\x91\xbc\x97\xd4\xff\x97\x72\x20\x29\x32\x62\xcd\x95\xe4\x5f\xac\x36\x15\xab\xb4\x1f\x42\x89\xe4\xfe\xef\x45\x92\x93\xfa\xfe\xb0\x82\xf4\xbf\x9a\x5a\xab\x6f\x51\xaa\x29\x94\xa7\x79\x35\xfd\xd5\xb4\x86\x72\x6b\xc6\xde\xf8\x69\x5a\xa3\x33\xa4\x6c\xf4\xb5\x81\x76\x37\x59\x05\x07\xfd\x2e\x4e\xf5\xb9\xeb\xf3\x68\x7d\xe7\xe9\xd3\x63\x17\xc4\x5f\x9f\x57\x52\x52\x95\x35\x65\x5a\x65\xe6\xb0\x23\x8d\x6b\xf3\x67\x0d\x4b\x2d\x3c\xd4\x71\x7c\x5a\xee\xd3\xc4\xbc\x03\x8f\x6a\x5d\xe7\x07\xc4\x53\xf7\x1f\x6f\xb5\x5a\x30\x74\xac\xd5\x9e\x61\x5d\xae\xb9\xcf\xc7\xf2\xb6\xcf\xef\x6a\xcd\xb9\x3d\x76\xda\xe6\xd6\xee\xf9\xd3\x15\xc6\xfa\x6e\x94\xef\x51\x9c\xa6\x3a\xb6\x65\x2d\xaf\x27\x66\x4a\xf7\xd8\x77\xab\x2e\xf7\x1c\x9d\xbc\x75\xec\xba\xe5\x1b\x05\xbc\x94\x9e\x78\xed\xbc\x04\xc1\xb4\x64\xa7\xb8\xea\x25\x26\x02\x62\x9c\xc3\xd8\xc8\x85\xcb\x84\x5a\x09\xa3\xe2\xae\xcf\x7f\x2c\x4c\x8e\x0b\x8c\x9b\x38\x8f\x29\xdc\x1e\x63\x08\x98\x4b\xf2\x4d\xf8\x02\xb1\xc6\x4b\x7c\x1d\x29\x07\xb2\xc2\x95\xd2\xc7\xff\x94\x70\x10\x07\xaf\x90\xfe\x76\xfb\xa4\x2a\xf2\xbd\x7f\xd3\xfa\x3b\x24\x0f\x50\x7f\xe4\xbe\x1a\xf9\xde\x7b\xc2\x93\x8d\x23\xda\x28\x94\xf2\x4f\x0f\xcf\xeb\xef\x1a\x3d\xab\xe4\x58\xed\x23\x66\x80\xe5\x94\x6d\xd4\xdb\x29\xee\x2b\x5c\x06\xe5\xbf\xab\x62\x46\xcd\x08\x1f\x93\xf9\xea\xda\xc0\x29\x21\x29\x2f\x53\xee\x5e\xf1\x58\xb9\x7b\x8a\x5c\xbc\x6f\x79\xd3\xd1\xc7\x99\xfd\x23\x3b\x2f\x65\xdf\x46\x36\x3b\x74\xd7\xc5\x96\xcf\xf1\xd9\x6d\x21\xdf\xcf\x8f\xec\x9e\x99\xb5\x3f\x34\xe7\xc4\x8d\xee\x9e\x0c\xf7\x30\xb5\xa3\xea\x3d\x09\xe9\x6b\xc3\xa8\x07\x8e\xf4\x7c\x49\x9d\x1b\xf6\x7b\xf7\x59\x01\x35\x65\x69\xd8\xce\xed\x3d\x82\xbd\x89\x67\xc2\xf5\xb6\xd2\x05\xcf\xc6\xb5\x85\xa7\x6e\x32\x16\xca\x25\x18\x84\x75\xae\xef\x16\xa6\xc5\x6e\x0b\xab\x5d\xab\x25\x2c\x8d\x96\x89\x30\x5c\xa9\x2a\x3c\x1f\x75\x39\xec\x77\x41\xa5\x68\x68\x38\x0d\xb0\x95\x7c\xdf\xd2\xf3\x20\x43\xc2\xc1\x2d\x93\x70\x2f\xdb\x26\xf5\x19\x3f\xae\x92\xbe\xd7\x0f\xde\x2d\xd2\x07\x6f\xbe\x20\xbe\x0f\xfc\xcc\xfb\x09\x79\x2f\xfe\x4e\xf0\x73\x92\x07\xb9\xb2\xf9\xf5\xab\xc1\xa6\x14\xca\xc9\x9e\x37\x06\x9a\xb1\xf2\x51\x7b\x1d\x1a\xd7\x51\xe9\xfa\x6a\x6b\x5f\x3d\xf7\x75\x5e\x6b\x7b\x72\x6e\x65\xfd\x98\xd0\xa5\xde\xef\x53\xaf\x3f\xf8\x95\xda\x1e\xeb\x11\x3f\xe2\x01\x7b\xd9\xcf\x71\x5f\xc2\x8f\xdc\x8f\x38\x7c\x3a\xd9\x24\x30\xb7\xce\xff\xe6\x85\x89\x51\xbe\x93\x6b\x2f\x7e\xa8\x4a\xf5\xf2\xe1\xdd\x59\xd9\xf3\x2c\xe5\x84\xcf\xb8\xaa\x30\x01\x3f\x69\x8d\xef\x95\xcb\x17\x04\xc9\x89\x2d\xbe\x77\xce\xbb\x08\x5e\x25\x0c\xf2\xf3\x3c\xf9\x5d\xa8\x15\xf7\xc3\xbf\xe2\xe8\x73\xa1\x55\xdc\x59\x69\xbe\x85\xff\xdd\x7d\xeb\x84\x15\x91\x9e\xfe\x17\x76\xb7\x09\xdb\xc3\x63\xfc\x3b\xb6\xbf\x15\x19\x87\xd2\x02\x26\x6c\x8d\x17\x79\x05\xd7\xf9\x63\x73\xb4\x68\x56\xe0\xf6\xbf\xfb\x61\xda\x01\xc9\x3e\x20\xa9\xc7\x16\x49\x5f\x20\x29\x07\x72\x95\xe4\x21\x7e\x0a\x6f\xbf\xa2\x90\xfc\xc3\x43\xd2\xff\x6c\x48\x6b\x20\xfb\x83\xdc\x93\x7d\xed\xd1\xab\xd7\x66\xbf\x97\x27\xdf\x7b\x5f\xf8\x42\xed\xd5\x23\xb7\xbf\xed\x52\xf3\xa6\x50\xb6\x2c\xfe\x3a\xc5\xa4\x46\xb5\x3c\x3f\xf5\x53\x03\x4f\xd6\x82\x97\xfd\xa0\xe5\x40\xc0\x31\xc7\x81\xe3\x87\x37\xd5\x4e\xb8\x1f\xa0\x11\x71\xb1\x69\xe2\x92\xa6\xd0\x4f\x01\xb3\xdf\xb5\xec\x2f\x8f\x52\xf3\xca\x7d\x17\x7b\x23\x21\x66\xbb\xdb\xb2\x77\x05\xcd\xfb\x62\x03\x5c\xfd\x5e\x3f\x13\x6a\xc4\xe8\xb9\xbe\x7d\x9a\x2a\xf4\x8a\xfa\xe2\x16\x5a\x67\x2f\xcc\x8f\xf8\xed\x16\x76\xcb\x5d\x58\x1b\x96\xea\xbe\xf8\xfa\x52\x61\x7d\xd8\x42\xf7\x83\xe5\x9b\x45\x63\x82\x45\x1e\x13\xcf\x6b\x88\x18\xc1\xda\x1e\xcd\xa7\x8a\x45\xc1\x81\x02\xaf\x90\x92\x66\x51\x58\x10\xdb\x6b\xd4\x91\x91\xa2\x75\xfe\xab\xbc\x46\x1f\x0c\x12\x9d\xf1\x1b\xe8\xf1\x78\xdf\x3a\x62\x88\x67\x2d\x30\x56\x24\x1e\xe7\x1c\x0f\xb1\x6e\x40\xdf\xfd\xef\x0a\xe9\x73\xfd\x52\xbc\x43\x7e\xef\x1f\x27\x3f\x21\xfd\xff\xe7\xef\x5e\x92\xfb\x49\x1d\xbd\x89\xec\xa3\x52\x49\xff\x4c\xfa\xe5\xe7\x96\x7d\xaf\xea\xd5\xc3\xe7\x7f\x93\x75\xdd\xae\x26\x3c\x20\xfb\x9d\x42\x59\x13\x27\x7c\xae\x1b\x27\xdf\x6f\x5e\x4f\xcf\x15\x66\xad\x0e\x27\x5d\xb5\x6b\x8c\x37\xcb\xfa\x77\x4c\xc1\x6f\x7e\x42\x9d\xb3\x45\xd0\xde\x4e\x85\x05\xa3\x3d\x0c\xbc\xf2\x3b\xcd\x76\xd3\x7c\x78\xfc\x5d\x9d\x29\xd7\x26\xf8\x6d\x73\xec\xec\x6c\x7c\x6b\xec\x1f\xee\xf0\xe2\xb7\xbf\x28\xda\x6f\xb1\xc3\x89\x2f\x25\xa2\x05\xbe\x4a\x0e\x37\xdf\x0a\x44\x7b\xbd\x6f\x3b\x52\x1b\xce\x88\xce\x7b\x6b\x3a\x7e\x7b\x78\x57\x74\xc1\xdb\xcb\xc9\xe0\xce\x3a\xd1\x3b\xcf\x2d\x8e\x1f\xab\xeb\x09\x45\xf7\xe9\xce\x9c\x6b\x67\x88\x01\x1e\x19\xce\xe7\x2e\x95\x11\xa3\xdd\x0f\x39\xaf\x2d\x53\x26\x78\xae\x8d\x2e\x31\xa7\xe3\x09\x57\xd7\x52\x97\x92\xe3\x29\x44\x34\xff\x20\x90\x2d\xf1\xfd\x57\x6b\x4a\xce\x3f\x09\xff\x21\xe6\x60\xba\x95\xee\x91\xdf\xf7\xc7\x7b\x4f\x48\xff\xbf\x71\xc6\x9b\xc8\x5e\x7d\x50\xf7\x81\xf4\xc5\xab\x9e\xb7\x92\x39\x31\x17\xad\xc5\x5c\x44\xe9\x49\xc1\xbb\x5e\xdd\x29\xf1\x39\x57\x8d\x11\xe7\x40\x2c\x0e\x03\x34\xd7\x0c\x79\x92\xdd\x06\xd0\xf5\x54\xdb\x27\x44\xe1\xb7\xfb\x75\x93\x9b\xe1\xe6\xc8\x8e\x79\xc9\xf4\xf5\xcb\x80\x73\xce\x05\xbb\x7a\xf7\x55\x44\xf7\xa6\xcd\x8e\x67\x9c\x5a\x88\xda\x53\x4f\x9c\x73\xec\x87\x10\x57\xee\xd9\x3a\x2f\xe3\x5a\x10\xe5\x2d\x91\xce\x91\x76\x79\x44\x1b\x51\xe0\xe8\xc5\x39\xd8\x39\x85\x38\x62\x9f\xcc\x09\xf8\xba\x83\x38\xcd\x3b\x6a\xa7\xd3\x04\xa2\xd0\xc1\xdf\x2e\xe9\xe5\x00\x62\xbb\xc3\x40\xbb\xee\x27\xa3\x88\x22\x07\x77\x6e\x5e\x5d\x16\xb1\xcd\x21\x85\xeb\x73\x6b\x35\x71\x85\x37\x8f\xcb\xac\x72\x20\x1e\x73\xd9\xbc\x69\xd7\x0e\x10\x15\xbc\x1d\xdc\x0f\xe5\x1a\xc4\x67\x3b\x43\x20\x5f\x92\x03\xb3\x47\xc2\x87\x5e\x20\xc7\x2d\x0c\xb8\x47\xee\xff\x5f\x5f\x3f\x23\xf7\xc7\x37\x91\xef\x48\xae\xf4\x11\x3e\x93\x5a\xa3\xda\x4e\xce\xfb\xcb\xd9\xdd\xef\x7b\xf5\xa4\x96\xd8\x17\xdb\x23\xf1\xc1\xd7\xd5\xf5\xf5\xfd\x66\x36\x00\xea\x1d\x83\xa6\xa4\xc5\x03\x56\x9f\x55\xae\x8e\x2d\x06\xf8\x0d\x7a\x75\xc1\x43\x71\x3d\x42\xc9\x72\x99\xf7\x4c\x1c\xc9\x30\xb4\x6e\x74\x1d\x88\xf9\x2b\x4c\x99\xf5\x8e\x11\x88\xd8\xb7\x86\x3d\x9e\x1b\x8f\x80\x0b\x61\xec\x08\xce\x48\x78\xdf\xdd\xc0\x8e\xfa\xd3\xc7\x21\x04\xb3\x7a\x3c\x59\x27\xa4\xbc\x83\x8d\x47\xd7\x04\x6c\xa4\xba\xda\xec\x6f\xad\x40\x86\xb5\x0c\x73\xfe\x7b\xc0\x8f\x31\x8a\x69\xfb\xaa\x0d\x11\x74\x2b\x96\xf6\xb3\x4c\x38\x33\xf6\xb3\x98\x0f\x7e\xc1\x9b\x21\x67\xf3\xb9\xd6\x0d\xd3\xa9\x2d\xac\x27\x35\x97\xe0\x4f\x7f\x09\x6c\x93\x3c\x17\x9c\x9d\x29\xd6\xbb\x24\x07\xf2\x6d\x53\x03\xf9\x5c\xf4\xee\x6d\x13\xb9\x1e\x9e\xc6\xb7\x92\xe7\xc6\x6d\xc1\x2f\xb2\x8f\xdc\x55\x49\x9f\x04\xa9\xff\xb5\x5f\xe2\xfb\x6e\x92\xdc\x77\xcf\x93\xe4\x82\x48\x73\x20\x26\x06\x02\xf2\x5a\x14\x4a\xe2\x62\xc0\x4a\x5f\xe9\x7a\xc4\x34\xc0\xb1\x41\x23\xc3\x2f\x17\xc2\xe0\xb5\x46\x99\x1e\x8d\x68\x4a\x73\x36\x3f\xe1\x52\x8a\xaa\x85\x49\xd4\x1c\xfb\x39\x28\xdf\xa4\x4a\x33\xe2\x5c\xc7\x99\xc3\x17\x68\x13\x6c\xf7\xa2\xb8\xac\xc6\x5a\x8e\x35\x09\x45\xb7\x3e\xd0\xbd\x6c\x80\x43\x2f\xbc\xac\x73\x6d\x66\xe1\x66\xbb\x2d\x2d\x95\xd1\x09\xe0\xb2\x65\xa0\x34\xc7\x80\xca\xe9\x0e\x05\x0c\x86\x51\x37\x7d\x5f\x0b\x18\x36\x49\x39\x07\xab\xa5\xef\xbe\x00\x06\xfb\xa9\xd3\x5e\xac\xc4\x57\xa3\x71\xd6\x6a\x4f\x8a\x50\x63\xca\x03\x8e\x8b\x39\xb1\x85\xb7\x02\xc9\x73\x60\x47\x03\xf9\xfb\xe1\xfd\xf5\xf7\xa4\x3e\x4b\x68\x25\xb5\xf6\xad\x98\x83\xba\x4e\x03\x79\x3e\xfe\xe9\x87\x71\xa7\xaf\xff\x29\xcd\x41\x90\xde\xff\xfe\xd3\x07\x22\x0c\x90\xf5\xa0\x50\xa2\xb5\x01\x53\x05\xb9\x93\x41\x77\x00\x5e\x87\xaa\xb7\x57\x06\xe0\xbf\x50\xa7\xd9\x6d\x30\x90\xa8\x66\x18\xeb\x48\x00\x33\x3f\x98\x8c\xe6\xa6\x42\xb4\xe2\x88\x69\x26\xdb\x1e\x1d\xdb\x03\xcd\x5c\x6d\x07\xa3\xb1\x78\xbf\x45\x2a\xa3\x06\xbf\xce\x5b\x98\xfe\x64\x14\xe0\xd5\x4d\x0f\x8b\x60\xfa\x61\x34\x3d\xeb\x6f\x91\x66\xfd\x0b\xf8\xb2\xc4\xfc\x4f\xae\x83\xd4\xc7\x36\x7f\xdc\xab\x1a\x8e\x66\x72\xdd\x2f\x00\xb5\x89\x66\x0a\x3f\x7a\x67\x66\x86\x59\xdd\xe7\x29\x80\xe6\x66\xb3\x2f\xcd\xb2\x80\x16\x5d\xca\xc1\xfc\x56\x12\x8f\xff\xc3\xce\x66\xf2\xb9\xe0\x85\xd7\xb7\x52\x72\x1f\x5c\xdf\x45\xee\x07\xd7\x3f\x12\xe4\x7e\x7a\x4e\xe2\x87\x1f\x96\xe4\x23\x6d\x93\xf8\xe2\xab\xea\xfb\xae\x03\x69\x1f\x04\xe9\xfd\xff\xb1\xf7\x01\xb5\x87\x32\x35\x21\x0d\x80\xf1\x80\xa1\x9b\x7c\x86\x02\x6c\x81\xca\x2e\x57\x67\xc0\xf3\x8b\xda\x06\x97\xc1\x40\xdc\x76\x1d\x7b\x87\x08\x20\x93\x6f\xa0\xc2\x59\x01\x2c\xfc\xac\xdf\x68\x1b\x0f\xac\xcd\x33\xdc\xcc\x34\x01\x76\xaa\x19\xf9\xda\x6c\x02\x0e\x9d\x34\xae\xa7\x3f\x01\xce\xe5\x9a\x38\x49\xfd\x7d\xeb\xa1\xc0\xa3\x68\x13\x11\x6d\x24\xd0\xf4\xcd\x78\x0b\x35\x1c\xf8\x91\x6c\x68\x2e\xad\x87\x94\x73\x30\x0e\xed\xd5\x11\x55\xba\xc7\x7b\x55\xee\x85\x41\xf1\xef\x3a\x40\x39\xb7\x27\xa1\x9e\xe4\x25\x3f\x9b\x35\x91\xfb\xe3\xeb\xa2\x9f\xfc\x5e\x7d\xb8\x43\x40\xe6\x44\x55\xa5\xa1\x0f\x07\x54\x1c\x82\x3e\x1c\x8c\x34\x07\x40\xea\xff\x4a\xfb\x81\x4c\x34\xec\xeb\xfb\x7a\x4a\xfa\x44\xf8\xc9\x02\x7a\xdb\x06\xa7\xba\x1d\x06\x6c\x54\x14\xd2\x9c\x12\x00\xd7\xc2\x51\x19\x0e\x3a\x40\xc4\x06\xb5\x4a\xee\x34\x20\x35\x4f\x4b\x97\x7d\x1f\x98\x45\xd7\x09\x63\xa6\x01\x79\x49\x3a\xc1\x7f\xee\xf1\xc7\x03\x45\x5e\xba\x1b\xff\xdc\xdf\xa7\x03\xa7\x46\xea\x47\x49\xef\xed\x5b\xfe\x02\xee\x4d\xd1\xd7\xb7\x9c\x0f\x34\xec\xd6\x7b\x66\x65\x0f\x7c\x9a\xad\x7f\xdf\xf2\x3a\xd0\xf5\x46\x97\xf9\xa7\x1e\xb3\xc8\x7a\x88\xa4\xf5\x68\x8b\x6d\x7a\xd1\xfb\xf9\xde\xee\xfd\x4e\xae\xf7\xfa\x85\x22\x92\x8f\xfc\x4f\x0e\xe8\xa8\x84\x87\xfc\xc3\xc1\xb8\x8a\x55\x9a\x87\x32\x47\xc2\x47\x49\x73\x20\x12\x52\xc4\x1a\xfc\xa6\xaf\xef\xed\x76\x0d\xd0\x5c\x31\x80\xed\x72\x01\xb0\x16\x0e\x3f\xc5\xab\x03\x1c\x97\x2a\xd7\xb0\xde\x03\x01\xfd\x55\xc6\x30\x6f\x01\x63\xd9\xa3\x94\x58\x6b\x81\x0c\x7b\xf5\x99\x36\xcb\x81\xb9\xcb\x34\x29\x74\x47\x20\x4f\x41\xa3\xc4\xfa\x01\xb0\xf6\xb5\x56\x19\xcd\x07\xd8\xe6\xa2\xad\x4d\x3d\x09\x1c\xe4\xeb\x2c\xb2\x8c\x04\x8e\x87\x68\xdd\xb3\xe4\x03\x97\xc6\xe8\xb8\x9b\xcf\x03\x6e\x66\x6a\x55\x4a\x7d\x7d\x73\x63\xe0\xf5\x4f\xad\x6b\xe6\x01\x40\xab\xaa\x16\xc3\xfc\x1e\x20\xb8\xa9\xa9\x66\xba\xbb\xb7\x0e\xaa\x53\x9b\x58\xdf\x48\x5e\xb2\xfe\xad\x40\x81\xf2\x0f\x07\x24\xed\x07\x52\x7a\x0b\x7d\x39\x18\x09\x17\x58\xa0\x21\x56\x69\x2e\x90\x94\x87\x92\xf6\x03\x91\xce\x03\x5f\x09\x47\xe4\x20\xa9\xa3\x53\x25\xa0\xe9\x21\x53\xc5\x7d\x08\x58\xd0\x64\x6f\xd8\xca\x01\xec\x08\xf9\x41\x36\x39\x80\x57\xa8\xa2\x9f\xd4\xef\xb7\xde\x0c\x24\x2b\x8e\x38\x64\xfd\x10\xc8\xbe\xa1\x6a\x69\xf5\x0e\x98\xb3\x66\x54\x9b\xd5\x0a\x60\xa9\x9d\x6a\xa1\xe5\x30\x60\x55\x9b\xea\x59\xf3\x17\xc0\xe6\x61\x63\x06\x58\x8c\x05\xf6\x4c\x52\x8f\x32\x7f\x0b\x1c\x55\xd6\xb0\x31\x8d\x02\xce\xe6\xa9\xe9\x99\xc9\x03\x57\x6f\x6a\xc8\x9b\x9d\x05\xee\xa8\x68\x56\xf7\xfe\xfd\x89\xb6\xfa\x2f\x53\x0f\xe0\xf5\x79\xf5\x52\x93\xe9\x40\xab\xe1\x98\xc9\x2f\xdc\x41\xe6\xe5\xdd\x91\x70\x1c\x7f\x38\x20\xc9\xfe\xbf\x57\x92\x73\xf2\x27\x0f\x46\xd2\x17\x6a\xe1\x07\xb1\xce\x48\xec\xcb\x81\x8c\x95\xec\x9b\x21\x01\x62\xf5\x90\xf4\x0d\x62\x8f\x13\xab\x7d\x35\xa0\xde\xd2\xff\xad\x4d\x39\x60\x34\x6e\x50\xbe\x75\x3d\xc0\x68\x1e\xfa\x8c\x6e\x07\xf0\x75\x87\xdf\xb3\x76\x04\x82\xe5\x15\xa9\x56\x2a\x40\x6c\xa8\xa2\xb6\x25\x07\x48\x39\xa6\xb4\xdb\x52\x11\xc8\xec\xaf\x92\x61\xe1\x0c\xcc\x3a\x31\xc2\xc2\xcc\x10\x58\xf0\x4d\x65\x99\x59\x10\xb0\xa2\x60\x64\xa6\x99\x0b\xb0\xc9\x7e\xb4\x5a\xaf\xee\x98\xa6\xca\x30\x5d\x01\x1c\xec\x52\x3d\x6e\xcc\x03\x4e\x8c\x1e\xf5\xd2\xb8\x19\xb8\x90\xa7\xba\xca\x88\x03\x54\x6c\x1c\x55\x6f\x22\x0f\xdc\xed\x18\xd3\x68\xbc\x0f\xa8\x4f\x19\x13\x7e\x2f\x5a\xfc\xf9\xae\x48\xf6\xbf\x13\x37\x25\xe7\x60\x56\xdf\x73\x60\xb5\x24\x3f\x6c\x89\xe4\x1c\x9c\x25\xe1\x3c\xa6\x2c\x15\x6b\xe2\x0b\xb1\x46\x4a\xfa\x69\xf9\xe7\xf6\x5d\x0f\x36\x92\xba\x9a\xa7\x02\x03\xda\x29\x14\x86\x1e\x60\x90\x32\xf0\x80\xd5\x0d\xc0\x6a\xd3\x90\x3b\x96\x5b\x01\xde\xfd\xa1\xb3\xcc\xbf\x01\x5e\x3e\xc3\xb6\x59\x3c\x01\x22\xa6\xc9\x4f\x33\x5e\x01\xc4\xe5\xcb\x8d\x30\x01\x90\x32\x4b\x7e\x91\x69\x05\x90\x11\xa8\x38\xd3\x78\x01\x30\xe3\x86\xc2\x11\x93\x65\xc0\xbc\x55\x4a\xa7\x4c\xbe\x02\xcb\xd7\xa8\x5c\x33\x59\x08\xac\xcf\x1d\x71\xc4\xf8\x2a\xb0\xa5\x76\x44\xb9\xd1\x2b\x60\xf7\xbd\x11\x55\x46\x8b\x81\xe2\xfb\x23\xb3\x0d\x4f\x01\xa7\x1e\x8d\xb4\x32\x20\x80\x0b\x8f\x47\xdc\x36\xd8\x0c\x54\xec\x18\x41\xae\x76\xff\xb7\xe2\xf7\x93\xde\x7b\xff\xbb\xdf\x2b\xf6\xbd\x87\xfa\xb1\x84\xe4\xfb\x9a\x7a\xee\xca\x01\xa6\x7f\xfb\xa4\x58\xbd\x71\xd5\x92\x4b\x04\x58\xd7\x7d\x35\x94\xf3\x01\x4e\x5a\xe8\xc3\x51\x7b\x00\xbb\x96\xf8\x5a\x75\x25\xc0\x9e\x35\x79\xa6\xee\x22\xc0\x7e\xff\x9c\x5d\xc6\x3b\x00\xee\xb9\x15\x0e\x66\x3f\x00\x76\xf9\x76\x15\x8b\xc9\x00\xdb\xae\x24\x92\x76\x0b\x60\x76\x5c\x39\x6a\x5d\x00\x30\xd9\x0f\x52\x19\x95\x00\xa3\xa4\x29\x97\x3e\x1c\xb0\x09\xec\xe2\x32\x94\x01\xba\x3a\x8e\x59\xb0\x00\xda\x6b\x3c\x35\x0d\xe9\xec\xa4\x59\xa3\xd6\x54\xa9\x2d\x97\x7a\x15\x55\x26\xbf\xde\x57\x5a\x6f\x41\x9e\xa5\xdb\xdb\x4d\xd4\xdd\x28\x37\xc1\xf3\x69\xb4\x0a\xec\x36\x1f\xfa\xd8\xc6\x7a\x0d\xd6\x59\x98\xd4\x16\xd1\x7a\x70\xc8\x6c\xc2\xed\xb7\xb4\x12\x9c\x36\x8d\xad\xae\xa2\x9d\xc3\x05\x93\xd7\x95\x8d\xd4\x36\xdc\x33\x26\xd3\x61\xfc\xc5\xf7\x16\xff\x97\xdf\x2b\xf1\xbd\x87\x3e\x66\x92\x79\xbe\x52\x1e\xc4\x74\x00\xef\xcd\x90\xd5\x80\x75\x7f\x97\xa8\xe1\xc6\x00\xf3\x91\xd7\x4a\xa5\x08\x80\xa7\x16\xea\xa5\xba\x00\xe0\xca\xc4\xcb\xa8\x7d\x01\xec\xa7\x4c\x52\xd2\xe5\x01\xf6\x7a\xb3\xe7\x19\xad\x01\x78\xea\x05\x41\xe6\xa6\x80\xdd\x89\xa2\x46\xaa\x16\xc0\x96\x29\xed\x4f\xdb\x06\xb0\x6c\xae\xfa\xd0\xa9\x64\x1d\x26\x31\xaa\x00\x9b\xcc\xf7\x2e\x0c\x11\xc0\xe4\x09\xd6\x32\x59\xd2\x3a\x10\xde\xb4\xc7\xa8\x33\xdd\xd5\x71\xd5\x5a\x09\xc5\xe6\xd9\x5f\x27\x5b\x9b\x62\x8b\x05\xab\xf9\x3a\xdd\x00\xd3\xad\x66\xbf\xd2\xa7\x1b\x60\xa6\x95\xcd\xd3\x48\xba\x1a\xe6\x5b\x6e\x7a\xe8\x45\xf7\xc6\x42\xcb\xa9\x77\xd3\xe8\x0f\x30\xcf\xf2\xcc\xad\x45\xf4\x01\xd8\x62\x7e\xba\x9a\x6d\xdd\x88\xbd\x66\x1f\x2a\xd8\xd6\x04\x8a\xcd\xc8\xd5\xe0\x97\x41\xe9\xc3\xc3\xfc\xe9\x7f\x30\xe1\x5f\x9f\x4f\xc1\xdf\xe6\x29\x59\x07\x37\xf6\x92\x01\xed\x80\x79\x02\x6f\x84\xec\xcc\xbf\xfd\x83\x38\x9d\x1e\x87\x55\xd2\x01\x2e\x82\xca\x46\x1f\x00\xec\x63\x63\x65\xd4\x85\x80\xc3\xa0\xb4\xfe\xba\x39\x80\x7d\x69\xce\x53\xa3\x2d\x80\xfd\xac\x02\x7d\x4b\x39\xc0\xee\x4b\x51\x18\xd5\x07\xb0\xe3\x94\xaa\xda\x9c\x05\x6c\x6f\x5c\x6d\x66\xe6\x03\xac\xc4\x47\xb7\x58\x0f\x00\x66\xf4\x07\x2b\x56\x24\xc0\xcc\x15\x3d\x67\x6e\x07\xe8\x55\x28\xb4\xfc\xd2\x9d\x42\x9f\x8a\x3c\x2b\xa7\xf6\xf3\xf4\xd7\x98\x40\x1b\xf8\x49\x95\x4e\xc1\x1c\x2b\xfa\xdb\x22\x7a\x21\x26\x52\xe3\x1a\x95\xe9\x35\x98\x40\x5d\xf6\x44\x8e\x51\x8c\x70\xda\xa1\xba\x8f\x8c\x0d\x48\xa4\x5e\x97\xd6\xa1\xfa\x15\xbd\x0b\xf9\x96\x6a\x95\x46\x8c\x3c\x2c\xb6\xcc\xbd\xfa\x84\x9e\x85\x7d\x66\xe4\xa9\xf6\xff\x78\x98\x3e\xfd\x0f\xfe\xdc\xf3\xdd\x4c\x27\xef\x7d\x4b\x79\x10\x8b\x28\x3b\x0f\xd9\x5d\x00\xf3\x80\xa3\x83\x7c\x2b\x60\x27\xe3\xb1\x41\x65\x6a\xef\x3a\x08\xa8\x1b\xdd\x09\x38\x22\xf6\x8a\xd6\x46\xc0\xe9\xd6\xc4\xa3\xfa\x8d\x80\x93\x49\xce\x19\xd3\x1d\x80\xc3\xdb\xe5\xe7\xac\xbe\x03\xbc\xdc\xa2\xd5\xd6\x1d\x80\xdd\xbd\xd2\x69\xcc\x36\x80\x5d\x7c\xad\xc0\xb6\x77\x5e\x34\x3f\x0e\x60\xab\x01\x4c\xfe\x27\x45\x96\x15\xc0\x2c\xc4\x28\xe6\x59\x80\x3e\x17\xdb\x2d\x23\x7e\x37\x30\x9c\x91\x40\xdb\xda\x56\xcf\x38\x02\x57\xfa\xe8\x96\xb7\x0c\x4f\x04\x58\x5b\xbc\x3e\xcf\x08\x46\x10\xad\xed\x99\x9e\x4d\x0a\x38\xf4\x23\x8f\x34\x6d\x86\xc2\xdf\x9a\x51\xbb\x9f\xe9\x06\x26\xc3\xa0\xe6\x02\xd3\x02\x5e\xd6\x8f\x6e\xa4\x30\x5a\x30\xd3\x2a\xab\xa2\xd0\xe6\x12\x26\x51\xe7\x94\x27\x31\x47\x23\x8b\x4a\xa6\x45\xfd\x27\x0f\xd3\x97\x03\xa1\x50\x68\xa4\xef\xa9\x45\x65\x86\xca\xe4\x02\x46\x4e\x36\x43\x06\xa5\xfd\xe5\x62\x6c\xf9\xbc\xd7\x0a\x8e\x00\xd7\xc5\xb5\x47\x65\x09\xe0\x70\xd3\xdf\x55\x75\x3f\xe0\xf4\x25\x6a\x8f\x96\x3b\xe0\xbc\x2a\xe5\xbe\x41\x24\xe0\xac\x3a\xa3\xd1\x4c\x16\x70\x4a\xcc\x6f\xa5\xa5\x03\xf6\xda\x45\x7b\x18\xf2\xff\xd4\xe1\xf1\x75\x79\xf6\x78\xc0\xf6\x72\xfd\x0b\xbb\xed\x00\x4b\xd0\x7a\xc5\xae\x15\x60\x05\x12\xdf\x6d\xdf\x0a\x4f\xd9\x8c\x81\x1f\xdd\xe4\xe7\x40\x9b\x79\x30\xb6\x19\xf9\xf9\x99\xcd\x1b\xa8\x30\x2d\x9b\xac\x6c\x1c\x40\x65\xf8\xbd\xa8\x66\x36\x10\x60\xcd\x78\xdc\xc5\xdc\x8c\x31\x36\x1f\xee\xc7\x32\xd9\xb0\x66\x04\xdf\x31\x63\xde\x05\x95\xb1\xa3\x3a\x87\x79\x14\x7c\xfa\xb8\xeb\x91\x2c\x0d\xb8\xd1\x63\xaf\xaa\xb1\xe4\x11\x6c\x3d\xff\x12\xd3\xe6\x35\x72\xad\xc2\xf0\x4f\x4e\xce\x7f\xf7\xbd\x65\x26\x8b\xf3\xde\x35\x17\x5b\x5f\x92\xe9\x07\x18\x2f\xa2\xef\x1a\x54\x06\xd8\x1c\x64\xbe\x94\x5b\xf4\x0f\x1f\x24\xe1\xa4\xf8\x07\x7d\x35\xd5\x77\x00\xfc\x53\x91\xad\x3a\xcb\x00\xd7\xa1\xc9\xe7\x8d\x36\x03\x2e\x2d\xd3\x53\xcc\x4f\x03\x4e\x7b\x96\x65\x59\x0f\x02\x1c\x73\xb7\xde\x65\xdd\x05\x78\x13\x8f\xe9\x72\x42\x00\xce\xb3\xeb\xd5\x76\x4f\x00\xf6\xa8\xa7\x22\x6e\x29\x60\xbb\xfc\xfb\x69\xde\x0a\x80\x95\x43\x7c\x60\xc7\x76\x8d\x61\x06\x60\x18\xf3\xb7\x94\x8f\xfb\x50\xcf\xbc\x49\xb4\xd9\x26\xbe\xfa\xc8\x3a\x45\x3c\x65\xb7\x3e\x5b\x69\x3b\x9a\x78\xc6\x16\x3d\x60\xdb\x56\x11\x4f\x39\x4e\x77\x0b\x6d\xe7\x13\x1d\xb6\xbb\x6f\xaa\xb0\xcd\x89\x0e\xdb\x07\x95\x3e\xb6\x33\xa1\xc6\x8c\xbf\x9a\x6a\x5b\x08\x13\x9b\x1d\x97\x4e\xd9\x7e\x04\xd5\x86\x7f\x7e\xbd\x2d\x05\x91\xd6\x64\xfe\xc3\x9f\x7c\x18\x95\xbe\xeb\xc1\x3a\x9c\xdc\x1f\x03\xcc\x5b\x7a\x55\xda\xf7\xdd\xca\x9b\x56\x38\xa4\xeb\x2f\x17\x63\xf7\x80\x73\x40\x71\x30\xe0\x7c\xcf\x69\xdd\xc8\x6e\xc0\x4d\xd5\xd3\x4a\xdd\x03\x70\xdf\x17\xfa\x41\xb7\x08\x70\x77\x4b\x52\x37\xfe\x00\xb8\x95\x65\xbb\x5a\xbd\x04\xf8\xfd\xf3\x2a\x18\xef\x01\xa7\x86\x22\x16\x27\x1d\xe0\xdd\x3b\x96\x6c\xc7\x01\xb8\xb4\x1b\x31\x0e\x93\x00\xf6\xa7\xe7\x8b\x1d\x5c\x00\xdb\x1f\x3f\x2f\xd9\x5f\xc3\x57\x56\x1e\xf1\x96\x7d\xe8\x47\xa5\xed\x40\xe2\x04\x77\xd8\x27\x19\xdb\x42\x62\x1b\xcf\xf3\xed\x1c\xdb\xdf\xc4\x56\x5e\x5e\x43\x35\x47\x9e\x58\xe0\xa0\xff\x28\x9b\xb3\x8f\x58\xec\xe0\x7a\x6f\x27\xa7\x87\x58\x6f\x7f\xb8\x66\x9c\x9d\x2b\xb1\x8f\xf7\xa1\xb2\xce\x8e\x4d\x5c\xe1\xce\xba\x42\xb0\xbf\xa1\xbf\xad\xd7\xa5\x32\xbb\x21\x44\x3b\xbb\xe8\x3c\x97\xa3\x02\x03\xa6\xc7\x19\x4f\xce\x47\x68\x30\x05\xf8\x87\x03\xe9\x9b\x7f\x20\xf5\x3b\x15\xce\x98\x5d\x26\xeb\x50\x6b\x7e\x68\xc0\x0d\x80\x76\xc2\xaa\x45\xd6\x0e\xb0\x8d\xa6\x3d\x18\x36\xe6\x6f\x4e\x8a\xdb\x42\x7b\xc6\x88\xcf\x80\xe7\x55\xcf\x34\x2d\x5d\xc0\x7b\x60\xf0\x32\xfd\x32\xc0\x53\x38\x3e\xd7\x8c\x01\x78\x3c\xc9\xdc\x48\x7b\x09\xb8\x69\x2c\xdd\xcb\x3a\x02\x38\xff\xdc\x3a\xc4\xae\x19\x70\xb8\x77\x5c\xd6\x61\x2f\xc0\xed\xaa\x76\x72\x6a\x01\x38\xdd\x8d\xbb\x9d\xcf\x4b\xb9\xc9\x1e\x0a\xdb\x81\x98\xe6\x90\xf7\x55\x81\x63\x4f\xd8\x3b\x7b\x35\xf9\x72\xbe\x12\x34\x17\xeb\x46\x2f\xce\x79\x22\xc4\x69\xf5\x13\x7f\xbb\x53\x84\x97\xf3\xa4\x7b\xf9\xdc\x75\x84\xbf\xf3\x8a\x5b\xef\xec\x16\x12\xeb\xec\x9b\x2b\x5f\x71\x2f\x13\x4b\x1c\x7e\x5d\xd5\xe2\x4e\x27\x4a\x79\x95\x52\x1e\xac\x6c\x89\x5d\x19\xd1\xca\xa1\x9c\x56\xe6\x7d\x26\xee\x70\x8b\x4a\x7f\xf1\x52\x08\x01\xfb\x30\xfe\x5f\x1e\x88\x74\x5f\x94\x39\x6f\x3e\xb8\x57\x35\x64\x4d\x37\xf5\x1f\x04\x18\xfb\x18\x3f\x1c\x38\x0f\x60\x2e\x31\xbb\x30\xc4\x17\xb0\x4f\xb4\x6a\x19\xc6\x07\xdc\x46\x32\x58\xf2\x6f\xfe\x72\x31\xfe\x73\xf8\xb3\x34\x92\x00\xdf\x33\x01\x75\x06\x42\xc0\x37\x20\xde\xc6\x22\x06\xf0\x89\x9f\xea\xca\xf8\x01\xb8\x57\x2d\xbe\xc9\x8e\x05\xf8\x17\xb6\x5c\x74\x50\x04\x9c\xfa\x1f\xfb\xea\x6c\x0d\xd8\x8f\xbf\x79\xcb\xb5\x13\xb0\x7b\xf9\x4e\xdb\x6d\x0c\x60\xa7\x23\xea\x71\x9d\xd8\x7e\xd8\x2e\x5b\xd4\xe2\xb6\xe0\x7d\x3d\x37\x4a\xf4\xd0\xfd\xd1\xcb\x77\xdc\x0a\xd1\x07\x77\x93\x27\x6b\x78\xd5\xa2\x97\x1e\xa3\x6b\x2b\x79\x1b\x89\x51\xae\x8b\x6e\xeb\xf3\x7e\x12\x86\xfc\xdf\x95\x0c\x07\x1a\xa1\xe7\xba\xfe\x6a\x91\xc3\x0c\x82\xc1\x7f\x76\x49\xc6\xbe\x8e\xc8\x74\x5a\x7b\x2e\xdf\x41\x87\x58\xee\xb8\xf8\x44\x87\x43\x10\x51\x62\x7f\xfc\x98\x8e\xc3\x38\xe2\x2a\xaf\xb8\x78\x94\xc3\x0e\xe2\x09\x77\x26\xfe\xe1\xa2\xfe\xf8\xde\x62\xbf\x53\xc3\x90\xcc\xc9\xd1\x59\xad\xff\x4d\x86\x01\x98\xff\x34\xb8\x37\xb0\xf7\xbc\xef\x31\x3e\x3e\x38\x1f\x70\xd9\x60\x5a\x29\x7b\x14\xf0\x31\xa7\xf9\xca\xcf\x04\x02\xe3\x99\x2b\x94\x6b\x81\xa0\x14\xa7\xbd\xea\xa6\x40\xe0\x59\xdf\xf5\x86\x71\x40\xe0\xc8\xa8\xc1\x96\x61\x80\x5f\xf3\xe4\xd5\xcc\x0f\x80\xf7\x90\x85\x47\x79\xab\x01\xb7\x4d\x5b\x34\x9c\xc3\x01\xe7\xbd\x27\x9c\xdc\x32\xd1\xe2\xe0\x71\xeb\x94\x07\x81\xa7\x3c\xe6\x87\x61\xde\xc6\x02\x1f\xee\x6d\x51\xb6\xf7\xca\x4f\x73\x78\x1f\x44\xe1\xbe\xe9\xaf\x58\xf6\xbb\x44\x93\x7c\x07\x3e\xc9\x75\xd8\x2c\xca\xf4\xb5\xab\x3d\xe5\xa8\x25\x5a\xe3\x13\x50\xf3\xdc\xb1\x41\xb4\xdd\x67\x70\x65\x91\x93\xbc\xe8\x86\xd7\xc4\xcb\xa1\x4e\x19\xa2\x6f\x1e\xc7\xca\x1e\x3b\xdd\x25\x86\xba\xaf\x3e\x33\xc2\xa9\x8c\xb0\x73\xb5\x3f\xa1\xee\xac\x47\xf8\xf3\x23\x4b\xcc\x9c\xf7\x10\x09\x2e\x85\x87\xbe\x38\x6f\x23\xf2\x9d\xf2\x0f\x52\x9d\xd5\x88\x83\x0e\xa7\xff\x3d\x1f\x18\x01\xa4\xc6\x99\xcc\x22\xd7\x83\xa2\xae\x59\xaf\xea\x35\xea\xb8\xc8\x0c\x07\xac\xb3\xb4\xa7\xc9\x5c\x02\x9c\x66\xe8\x8f\x1f\xb4\x02\xf0\x0d\x32\x92\x95\xd5\x04\x82\xdf\x99\x6d\x95\x5b\xfe\x37\x27\x25\x72\x26\xf7\xfd\x98\x52\x20\xe2\xb0\xe7\x5d\x83\x5f\x40\x68\x4d\x18\x9b\xb6\x18\x08\xfa\x95\x92\xc7\xce\x03\xfc\x12\xe6\x55\x39\xe5\xa0\xdb\x73\x7b\xe1\x7d\xf7\xe1\xa8\xe3\x2f\x38\xe1\xed\xf5\x04\x87\x1c\x8f\xdd\xdd\xe8\xdb\x41\x84\xda\x17\x7d\x79\x17\x50\xf9\xbd\xd1\xc1\x59\x78\x39\x78\xf9\xeb\x0f\x8e\x77\x84\x57\x42\xa6\x3c\x31\x72\x1e\x22\xbc\x1f\x92\x74\x2f\xc7\x45\x43\xf8\x2a\x24\xac\x7a\x17\xdf\x41\xf8\x39\x24\xf6\xea\x25\xfe\x17\x91\x5a\xd0\x35\x69\x9f\xbc\x73\x36\xae\xae\xa2\x85\x7e\x47\x4f\x8a\x5c\x6f\x89\xb6\xf9\x1e\x2f\x31\x76\xdb\x2e\xba\xec\x93\x7e\x58\xd6\x2d\x5d\xf4\xdb\xb3\x7c\xbf\xc8\xf5\x05\x41\x75\x6b\xd8\x33\xc7\x75\x27\x11\xcb\xcf\xdd\xb9\xce\xf5\x34\x31\xc3\x85\xfc\xd5\x2c\xe6\xe3\xa4\x3c\x10\xc5\x5f\x8f\x7c\x7e\x50\x8b\xd7\xda\x4f\xf9\x01\x98\x72\x35\xf7\xf5\xdf\x06\xd8\x7d\x53\x7f\xdd\xff\x12\xe0\x29\xd2\xda\x3c\xb0\x1f\x10\x7c\x5a\xe7\xc8\xa0\x36\x20\x7a\xb5\x41\xd1\x50\x79\x20\x7e\xb6\x65\x81\xe2\x0e\x60\xdc\x54\xdb\x19\xaa\xc7\x80\x04\x37\xfe\x03\xfd\x73\x40\x6c\x63\xe0\x33\xda\x5a\x20\xfc\x46\xe2\x65\x5e\x13\x10\x48\xcc\x9e\xcb\x6f\x42\xbe\x4f\xd4\xc6\x18\xef\x47\x5d\x0c\x0f\xeb\xd2\xe4\xa0\x49\xed\x3b\x5d\x75\x6e\xea\x86\x1f\xfb\x2a\x72\x7e\xde\xe4\x1e\x85\xf7\x17\x9d\x57\x0b\x9a\x62\x56\x3f\xfe\xc6\x7f\x27\x68\x8b\x8d\xb9\x7d\xca\xad\x54\xd0\x13\x7b\xfc\xc6\x41\xb7\x9b\xc2\xf0\xa8\x6d\x57\xe4\xdd\x6b\x85\x39\x91\xe5\x65\xe9\x1e\x91\xc2\x13\xe1\xcf\x4f\x3e\xf5\xf8\x22\xfc\x1d\x1a\x75\x8c\xe5\xa9\x27\xd2\x0b\x2e\x3e\x5c\xe6\xb9\x52\x34\x36\xd0\x7d\x7f\x89\x67\x8f\x68\x89\x7f\xe5\xde\xbd\x9e\x1b\x44\xa7\x7c\x37\xef\xbc\xec\xb9\x59\xf4\xde\xdb\xb9\xe8\xbd\xe7\x3d\x42\xce\x73\xec\xe6\x37\x9e\xc5\x04\xd3\xdd\x93\xdc\x17\xa7\x89\xeb\x60\x46\xe6\x0b\x0e\x29\xd4\x20\xe7\x83\xd4\xff\xb7\xe6\x2b\x28\xf5\xfe\xb7\xc3\x01\x39\xf2\x39\xc2\x77\xf1\x30\xb2\x5e\x31\x31\x1a\x93\x06\x7c\xfb\xcb\x83\x4c\x54\x32\x0a\x97\xeb\x04\x26\x8f\xb2\xfe\x3d\xea\x06\x30\xc9\xdf\xfe\xb4\xee\x69\x20\xd9\xce\x67\x69\xef\x73\x63\x6c\x64\x5c\xac\x93\x6f\x67\x53\x84\x7d\xd6\x4b\xef\x4b\x6d\xa6\xc1\x85\x2b\x4e\x85\x74\xb7\x64\xf8\xbb\xed\xdf\x17\x23\xf3\xba\xd3\x7b\xfd\x95\x47\x09\xfa\x2f\xb2\x3c\x2e\x3f\xbf\x98\x78\xf1\x69\xb0\x7b\x5a\xf7\x8d\x64\xe5\x9a\x4e\xcf\x7c\x81\x76\xd2\xa6\x2b\xa5\xde\x73\x04\x01\x89\x35\x17\x54\xbd\x1b\x05\x47\xc6\x0d\x3b\xd5\xe6\x53\x2b\x68\x8a\x8f\x2d\x1d\xeb\xeb\x27\x64\xc4\x5e\x38\x3c\xc0\xb7\x43\x98\x15\xbd\x6e\x9f\xba\x1f\x43\x58\x11\x71\x70\xf7\x5e\xbf\x71\xc2\xe6\xf0\x80\xed\x0e\x7e\x73\x45\xe6\x21\x99\x45\x4b\xfd\xf2\x45\xee\xc1\xfe\x85\x8a\x7e\x85\xa2\x22\xff\x1d\x1b\x72\xfd\x52\x44\x17\xfc\x0c\xd7\xdd\xf0\xad\x14\x7d\xf1\x2e\x26\xf7\x03\xd3\xde\x71\xf5\x9b\xa4\x49\xed\x55\x25\xc3\xd1\x64\x4e\x8e\xa1\x82\xbc\x17\xe9\x7b\xfe\x18\xd8\xde\xab\xee\xf7\xfb\xf7\x90\xbe\x57\x3d\x85\xe4\xd0\xc7\x7f\xec\x47\xe6\x04\xa4\x27\x8a\xeb\x22\xe5\x41\x72\x16\x98\x6e\x51\x56\x01\x66\x7e\x65\x5e\xd0\xcc\x02\x32\x0f\xbb\x79\x5b\x1e\xff\xb9\x22\xb5\x7f\xf8\x12\xe7\x1f\x2d\xfb\x13\x72\x52\x3b\x83\x33\x5f\x4e\x8b\xd9\xb3\x48\x26\xb6\xdf\x63\xa3\x70\x6c\x4b\x4b\xcc\xb8\xdb\x18\xc2\x39\x9b\x9d\xaa\x77\xb3\x34\xa0\xf3\x3e\x26\x0b\x2a\x0b\xfc\x3e\xb4\x6d\x9e\x9a\x79\xd1\x3e\x80\xd5\xd3\x7f\x4a\xd5\x89\xca\xc0\xc3\x3d\x05\x93\x02\x8e\x86\x06\xc5\xf4\xbc\x9f\x78\xf3\x80\x4f\xf0\x13\x81\x52\x4a\xd9\xee\xac\xe0\x32\xc1\xd6\xc4\xd0\xed\x15\xc1\xbf\x05\xcd\x09\x0d\x5b\xda\x42\xac\x85\x56\x63\x79\x85\xc7\x82\x6f\x09\x57\x45\xef\x5c\xef\x1a\xa2\x2c\xbc\x11\xb9\x64\xcd\x95\x10\x8e\xb0\x2d\xfc\xf1\x4a\xff\xe0\xb1\xa2\xf0\x60\x9f\x82\xfa\xe0\x5c\x51\x5a\xd0\xc4\x7c\xd9\x60\xba\xe8\x8c\x5f\xeb\xdf\x79\x40\xa1\x8c\xde\x40\x9e\x0f\x2f\x95\x8a\x7a\xd5\xea\xb3\xcc\x36\xd2\xff\x96\xf4\x79\x90\x72\x10\xe3\x0b\x28\x7d\x7c\x70\x69\x2e\xc6\xa2\xaf\x43\xc9\xdf\x23\x79\x77\x75\x2e\xca\x19\x02\xf9\x16\x56\xc5\x63\x6a\x3b\x86\x2d\x74\x75\xb8\x6c\xa9\xd7\xfc\x3a\x27\x27\xe0\xb8\x73\x4b\xfd\xf2\x29\x13\xc7\x59\x86\xa5\xdf\xd6\x4c\xae\x9b\x39\x29\x51\xe6\xda\x99\xf1\x8a\xeb\x54\xd2\xde\x96\x09\xe3\x6e\x1f\xbd\x99\x71\xfd\xd4\xab\x68\xfe\xcd\x98\xec\x96\x63\xfe\x11\xc7\x9b\xf9\x33\x57\x1c\x7e\x14\xe1\xd1\xdd\x6f\x26\x75\xf7\xd1\xc8\x17\xdd\xeb\xb2\x2a\xb6\xb9\x47\x65\xf5\xa8\x65\x68\x6c\x0e\x8b\x3a\xd3\xb3\x6c\xf2\xef\x0d\x5b\xa3\x2a\x7a\x7a\x52\x17\xae\x49\x8d\x4e\x14\x78\xa6\x28\xae\x3a\x1a\x55\x20\x38\x9d\x98\xb2\xec\x72\xf4\x58\x61\xbf\x84\x0b\xf9\x53\x22\xdb\x85\x99\xb1\x51\x4b\xb7\x44\x7a\x09\xaf\x44\xf9\x2c\x5a\x11\x59\x2d\x6c\x89\x28\x5e\xf0\x29\xd2\x5e\xa4\x13\x66\x34\x4f\x23\xd2\x48\x14\x15\xbc\xf9\xef\x3c\x90\x63\x29\xac\xee\x55\xe3\x17\x03\xc8\xef\xd9\xee\xb1\x78\x7c\xfe\x2b\x28\x7d\x38\x88\x29\x0d\x62\xcd\x95\xf4\x49\x91\xe6\x82\xac\xf5\xa3\x90\xfc\xcc\xe6\x17\x63\xbc\x65\x04\xbf\x92\x37\x59\x19\x47\x8f\x52\x78\x9f\xba\x36\x95\x9d\x65\xf6\xb3\xfe\xe6\xb2\x06\x2f\x43\xc7\x9a\x9b\xc7\xe6\xef\x8a\x5e\x13\x72\xa9\x2c\x79\x7a\x46\x7a\x76\x72\x50\x49\xfe\x54\x66\x9e\x59\x46\xc1\xbe\x8c\xb4\xef\x7b\x5c\x67\xbc\xdc\x4e\x4b\x61\x5d\xb6\x9d\xc3\xdd\xd4\x9d\xe4\xd4\xd0\x34\x4f\x76\xfd\xd6\xf1\xe5\x9d\x1f\xe6\xa7\xae\xe2\x27\x72\xbb\x4a\x67\x57\x2d\x5b\x9b\xb8\xba\x3b\x7a\x46\xfc\x92\xee\xc4\xb2\xee\xc6\xcc\xba\x45\x47\x12\x27\xf6\xf8\x4f\xcd\x5b\x60\x34\xfe\x5e\xcf\xe3\x49\x13\xe6\xbe\x1b\xaf\x2c\x08\x4a\x09\xcd\xd5\x19\x57\x29\x28\x4a\xaa\x9b\x9d\x9b\xe0\x24\xd4\x89\x7f\x35\xf3\xeb\x38\x96\x90\x1a\x1f\x3a\xf3\x67\xbc\xa1\xb0\x28\x66\xe4\xf4\x8e\xb1\xbb\x84\x6f\x22\x75\xb3\x4e\x8c\xe5\x89\xf4\xc2\xc8\x5b\x53\xa3\xc8\x79\xaf\x7e\x5d\x96\xcc\x59\xa4\x4b\xc6\xeb\xd6\x22\xd6\xb8\xba\xbe\xdf\xff\x5c\xc9\x7d\x6f\x69\x7f\x98\xc2\x12\xb1\xee\x3a\x44\xbe\xf7\x3e\x70\x70\xba\x02\x8b\x42\xf9\xe0\xb8\xdf\x4a\x37\x45\x79\xcc\x33\xa7\x5d\xe9\x74\x47\xa3\xe2\x5b\x3a\x5b\xb9\x2e\xf7\xb8\xc1\x17\x96\xae\xb3\x09\xf5\x09\xb8\x71\x44\x7d\xd9\xd6\xe4\x17\xe3\x97\x6f\xd1\x9e\xd7\x3c\x67\x71\x96\xf3\xca\xee\xd9\xbc\x4d\xab\x66\x2f\x5f\x32\x6b\x46\xd5\xa9\x6d\xf3\xb3\xe7\x19\x67\x95\xd7\x5d\x5f\x74\x72\x56\xf4\xb4\x13\xad\x4d\x4b\x34\xa7\xb7\x4e\x33\xe9\xbc\xb1\xe0\x4d\xd6\xbc\x8c\xf3\x5d\x39\xb9\x6b\x32\x57\x4f\x39\xd0\x1d\x36\xa3\x6e\xda\x86\x29\x1a\xdd\xa5\xd9\xe3\xa7\x7e\x9a\x7c\xa4\x27\x61\xaa\xee\x94\xf1\x93\x0a\x7a\x3e\xa6\xbd\x49\xff\x99\x06\x81\x5a\xaa\xcd\xe4\x77\xa9\xa7\x05\xab\x27\x38\x4d\x0a\x4f\x0d\x10\x3c\x1e\x7f\x36\xf5\x66\x4a\x93\xd0\x67\xac\x61\x6a\x43\x72\x88\xb0\x30\xc6\x72\xe2\xd7\x09\xda\xc2\x77\x11\x6d\x80\xac\x99\xac\xb8\x5f\x94\xc4\xff\x97\x72\x20\xe1\xaf\xc4\x9a\x26\xa9\x4b\xee\x4d\x4a\x1f\x0e\xa0\x68\x8a\x58\x0f\x92\xbe\x66\x87\xa6\xd8\x0f\xfe\xb0\xf4\x64\xf3\x80\xfb\x14\xca\xf3\xd0\x53\x86\xea\x29\xc3\xea\xef\xdc\x3a\x16\x64\x7e\x5e\x27\xaa\xfc\xf4\x11\x16\xef\x3c\xd3\xa8\x64\xf6\xde\x43\xfe\x8a\x5e\x51\x45\x2f\xb7\x45\x24\xb4\xc4\xae\x58\x76\x7c\x43\xc4\xf4\x82\xf4\xcb\x73\xdc\x56\xbf\x5c\xf3\x6e\xc6\xd9\xac\x8c\x95\x09\xa5\xbe\xb3\x3d\xd3\x8f\x16\x38\xdc\x2e\xc9\xdd\x98\xba\x65\x59\xdd\xc7\x85\x73\xa7\xa7\x9c\xcd\xfb\xd4\x75\x6d\xf6\xfe\x94\xd4\xc5\x75\xdd\xd1\x33\x8a\x93\xdf\x2c\x78\xd5\xfd\x3b\x33\x3c\x79\xef\x3c\xb7\x9e\x09\x53\x95\x93\x53\xe6\x44\xf5\x3c\x9b\xb4\x24\xb9\x7f\xce\x17\x81\xc3\x44\xe3\xa4\x9f\x33\xa7\x0b\x8a\x93\x26\x4d\x18\x9c\x5d\x25\xf8\x3e\xee\x5d\xd2\xfe\xcc\xf7\x42\x66\x3c\x2f\x51\x6d\xda\x07\x61\x51\x0c\x7b\x7c\xfd\x34\x45\xe1\xc5\xa8\x8f\xe3\x8b\xa6\x94\x09\x3b\x23\x9c\x01\x75\x65\xf1\x7c\xb6\x95\xf0\x0d\x52\x0e\x64\xc2\x5c\xc9\xfa\x97\xf8\x7d\x2b\xe5\xc5\xba\xcd\x5d\xac\x47\x48\x1e\xe6\xe7\xa1\x93\xe4\x7c\x79\xdf\x74\x9e\xe4\x85\x1a\x16\x97\x93\x1c\x41\xdd\xfe\x6b\x2f\x54\xb3\x29\x94\x6b\x8a\xe5\xc5\x86\x91\x63\x46\x9e\x68\x29\x5b\xc2\x7a\x6e\x79\x7a\x37\xf5\x74\xba\xa7\x8f\x73\xfa\x6a\x56\xa9\x4a\x4c\x5c\xe8\xd9\xd9\xcf\x0e\x36\x66\xc8\x4d\x78\x3b\x75\xf0\x3e\xe1\xca\xc1\xe9\xf4\x14\xf6\x5e\xe5\x23\xce\x19\x6f\xc7\x39\xec\x4e\xad\x7e\x9e\xa5\x11\xa7\xb1\x8b\xf6\x5e\x2b\x4b\x18\x93\xb3\x43\xb5\xbb\x21\xd3\x2f\x26\x7e\xab\x67\x4f\xf4\x94\x92\x58\xd9\x8d\xd9\x3d\xe7\x27\x09\x62\xa7\xaf\x1d\x2e\x18\x9d\x3a\x24\x86\x58\x35\x5e\xb0\x60\xc2\x9a\x58\xb5\xe5\xed\x82\x07\xe3\x2b\x63\x7e\xe4\xd5\x09\x8d\xe2\x0f\xc6\xee\x58\xd4\x28\x8c\x8b\xdb\x11\x43\x2c\x58\x23\x3c\x11\xed\x1f\x33\x69\xde\x02\xe1\xaf\x88\x71\xd1\xfa\xb9\x6d\x22\x9f\x90\x95\xd1\x1d\xb3\x2f\x89\x02\x43\x02\x00\x12\x73\xea\x3d\x0f\x1e\x48\xf6\x01\x89\xff\x3d\x43\xf2\xdf\x2b\xa9\x94\x3e\x1c\xc4\xd1\x63\xe4\xf7\x3f\xef\x1c\xd9\x2f\xa7\x65\x83\xd8\x0f\x6e\x70\xbd\x4e\xfa\xe2\xf7\xfc\xab\xcb\x49\xdf\x67\xf4\x1d\xeb\x61\x33\x29\x94\x33\x27\x6e\x8f\xd4\x6a\x56\x7c\x7d\x60\x71\xf5\x51\xda\x6b\x43\xed\x8d\x1d\x95\xe6\x2e\xaf\xd8\x1b\x16\xbd\xbf\x12\x1a\xd6\xe9\x93\x34\x55\xfd\x82\x7d\xda\xf7\xd8\x5d\x49\x07\xcf\xaf\x5e\x16\x30\x7e\x65\x6c\xf9\x39\xcd\x83\x1a\xc9\x1e\xe1\x67\xce\x54\xdf\x08\x9f\x38\x33\xf8\xe2\xe9\xf7\xef\xe4\x53\x19\x41\xc3\x4e\x05\xf6\x60\xa2\x46\xd0\x91\x92\xf5\x82\x90\x09\xbb\x83\xa3\x0e\x3e\x14\xec\x4d\xa4\x05\x1f\xdf\x3b\x40\xd0\x91\x30\x23\x38\x7b\xa7\x81\x30\x38\x4e\x21\x64\xdd\xd6\xd1\xc2\x19\x31\xef\x43\x66\x14\xea\x0b\x6f\x46\x9e\x0a\x35\x5e\x47\x08\x5f\x45\xbc\x0c\x55\x5f\x13\x20\x52\x0a\xab\x08\x69\x5c\x69\x25\x0a\x0a\x6e\x0b\x39\xb3\xec\xab\x68\x65\x20\x27\x98\xc8\xd7\x17\x55\xfa\xad\x04\xb8\x71\xe2\xf1\x45\xff\x10\xeb\x34\xc9\x7e\xb0\x4c\x32\x2f\xa4\xfe\x67\xe9\xe9\x5e\xfd\xf5\xf4\x02\xe9\x7b\xb5\xb4\x5e\x25\xdf\xbb\x3e\x2f\xac\x26\xf7\xc9\x7b\x27\xef\x90\xfe\x77\xc5\xfc\xfb\xe4\xbc\x3a\x63\xf1\x84\x41\xfa\x3e\x13\x9f\x96\xa8\xfe\x1e\x84\xa2\xd7\x8f\x45\x66\xc6\xea\x6b\x0b\xe6\x3d\x1c\x60\x6f\x6d\x55\x9c\x93\x5c\xbb\x26\x70\x9f\xd3\xf5\x09\x07\x6e\x6f\x48\xa6\x06\xc5\xc4\x5c\xbc\x75\x6e\x89\x7d\xf8\xe5\x90\x1f\x35\x97\xf7\x4e\x8e\x3e\xe8\x6f\x7e\xf3\xf4\xb5\xb9\x71\xfd\xbd\xad\x6e\x52\x5f\x6b\xc6\x9d\xf1\x4c\xad\x3e\x29\x54\x8b\xbd\xe1\x79\xf9\x9a\x9c\x30\x25\x9a\xed\x45\xbb\xa8\x2f\xdc\x1b\xc9\xf1\x8e\x3b\xbd\x51\x58\x1e\xb1\xdc\xfb\x51\xa9\x40\xf8\x3b\x6c\x82\x8f\xe6\x61\x05\x91\x7d\xf0\x7a\x9f\xdf\xfb\xc7\x8a\x3c\x83\xdd\x7d\x79\xbb\x47\x8a\x72\x02\x9d\x7d\xfb\x6d\x5f\x2e\x3a\xe5\xb7\xc9\x77\xca\xd6\x74\xd1\x2d\xdf\x75\x3e\x41\x9b\xae\x12\x23\x3d\x4f\xfb\x4c\xdc\xa8\x4e\x58\x7b\x04\xfe\x5d\x07\xd2\x7d\x60\x71\x93\x58\xb7\xa4\xfd\xfb\xfd\xff\xa6\x89\xc7\xff\xe9\xa1\xb8\x3f\xd0\xcb\x90\x5b\xe4\xbe\x59\x97\x56\x37\xa6\x57\x6f\x04\xd7\x93\xf3\xe3\xdc\xc7\xe7\x7a\xe4\xf8\x8d\x5e\x93\xf5\xdd\x15\xd7\x6c\xae\xf0\x96\x42\x59\x5b\xf3\xee\x95\xbe\x9a\xf2\xd0\x05\x87\xdf\xec\xb7\x95\x35\x60\x4f\x55\x7d\xa5\xee\xe3\xc9\xbc\x14\xb7\xe2\xc5\xaa\x71\x27\x5d\x3b\x42\x65\x9e\xf7\xcc\xff\xe0\x3d\xde\x97\xf5\xfc\xf8\xce\x43\xfe\xa3\xdc\x73\x9e\xf3\x2f\x6f\x08\x1c\xeb\x52\xdb\xf0\xea\xe5\x82\x20\x4d\x67\xbf\x86\x4b\xc2\x69\x81\xda\xce\xf7\x1e\x72\x45\xc1\x01\xc6\x2e\xc3\xee\x0c\x14\x2d\xf2\xf3\xe3\xcb\xde\x18\x23\x5a\xe5\x47\x73\xf9\x76\x65\x93\xa8\xda\xfb\x14\xdf\xf4\x42\xa4\xa8\xd5\x6b\x20\xbf\xf8\xf4\x03\x62\x98\x47\x05\xbf\xf2\xd8\x6a\x82\xed\xb6\xcd\xed\xc8\x91\x7c\x42\xcb\xc3\xc3\xed\xf7\xc1\xd5\x04\xcd\x7d\x9a\xdb\xc2\xbd\xdb\x89\x14\xfe\x1a\xf7\xf1\x3b\x2d\x89\x2c\xfe\x08\x20\xd1\x59\x72\x0e\x48\xe6\xc1\x26\xc9\xf3\xc1\x51\x32\xff\xa6\xf3\xa2\x98\x03\xfb\xfc\xb9\x8a\xe4\xc6\x1a\xb5\xc4\xb9\x40\x0f\xb4\x1e\x90\xb9\x21\x55\xd3\x9e\x91\x7d\x53\x2e\x34\xbf\x26\xfd\xdf\x63\xb4\xf7\x64\x5e\xcc\xee\x13\x9f\x49\x5f\x64\x9d\xf1\xb7\xca\x5e\xcd\x5f\xde\x3e\x4e\x3d\x7b\x88\xea\xcc\xf0\xef\x43\x68\x72\x63\x96\x24\x97\xb4\x0a\xdd\x02\xcc\x46\x86\x7b\x7d\x5d\x1a\x3b\x97\xad\xee\x67\xf3\x35\x71\xf6\x37\xfb\xc5\x6e\xfb\xbf\xde\x2a\x32\x75\xd6\x71\x32\xfe\x7a\xfa\x82\x1c\x9f\xc7\xdb\xf3\xf5\xc0\xb3\x93\xfc\x46\xee\xb8\x56\xfd\xee\x39\x2e\x75\x5c\xbb\xf7\x16\x44\x9c\x73\x04\x37\xbd\x91\x4e\xa4\x3a\x3d\xe4\xfe\x7e\x12\x43\x4c\x75\xba\x2c\xed\xe7\xc1\x5b\x70\xf3\x21\xb1\xd5\xa1\xd2\xde\xe6\xfa\x71\x62\x9b\xc3\x1b\xde\xa7\xcb\x0f\x88\x0a\x5e\xa5\xa3\x6c\x99\x17\xb1\xd5\x31\xc3\x41\xe6\x8c\x2c\x51\xcf\x7d\xec\x30\xe2\xf8\x4d\xa2\xcd\x6e\xa6\x43\xe3\xd1\xd7\xc4\x37\xbb\xd5\xc0\x2c\x09\x0f\xb4\x4e\x72\x1e\x1e\x8e\xed\x55\xa1\xfa\x25\x72\x3e\x7c\xa5\x57\x91\x3c\xc4\x6b\xff\x5a\xd2\xef\x7e\x58\xf2\xe4\x75\xaf\xde\x5c\xfe\x92\xec\x17\x51\x9e\xde\x14\xdd\xab\x27\x6f\x7e\x22\xf5\x40\xe5\x77\xd2\x1f\xdd\xc2\xef\x20\xcf\x8f\x65\xd9\x02\x92\xa3\xc8\x5d\x0e\x28\x8e\xa3\x50\xa6\x5c\x05\x8c\x57\xcb\xdf\x8e\x37\xc2\x7b\x07\x37\xcd\xdb\x01\xed\x90\x0b\xd7\x36\x6b\xf6\x48\xc4\x95\xec\x2d\x34\x19\x27\x47\x14\x6e\xb4\x66\x54\xd9\xb5\x63\xfa\xa9\x9f\xcc\x22\xf6\x00\xc4\x3d\x78\xc0\xfa\xc5\x3a\x8c\xdc\xef\x6d\xcc\x8b\xac\xf1\x02\x27\xf8\xd9\xe8\xb2\xfc\xbf\xad\x03\xcb\xa6\x8d\xf9\xb8\xe5\x2c\x9c\x19\xaf\x99\x9f\x5e\xd5\xc2\x99\x71\x9e\x15\xfe\x74\x15\x78\x36\x32\xb6\xda\x0f\x72\x40\xb5\xf9\x64\xeb\x7c\x27\x1b\x5c\x1b\x1b\xdb\xa5\x55\x75\xe0\x33\x4a\xd8\xbe\xd7\xce\xc0\xd1\x46\xdd\xb6\xf4\xf2\x1d\x44\xd1\xed\x39\x5a\x65\x49\xf0\x62\xec\x05\x56\x8e\x10\x8f\xff\x80\x9d\x58\xcb\xc9\xf9\xff\x8d\x53\x2d\xce\x41\x3a\x21\x1e\xff\x93\x3c\xf1\xf7\x7e\xab\xee\x35\xc9\x0d\x5e\xf5\x6f\x21\x7d\xe1\xb3\xe3\xda\xc8\x7f\x57\x3c\xb0\x83\xe4\xc7\x76\xcc\xe8\x21\xff\xbe\x76\x04\x0e\xf6\xea\x3c\x13\x89\xef\x99\x08\x0c\x5e\x4d\xa1\x24\x8d\x07\x0c\x66\x0c\x33\x8a\xa0\x03\x76\xb1\xa3\xdb\xbd\x77\x03\x81\x6f\xf5\xba\x5d\x3d\x80\xc9\x7c\x93\x64\xfb\x8d\xf8\x9e\xbf\xd8\xec\x23\xbb\x1d\x4f\xf7\x16\x5b\xda\x33\x9f\xe3\x46\xf9\x2c\xab\xdd\x8c\xdd\xa8\x7d\xbc\xd8\x4a\x85\x2e\x44\xf3\x27\x25\xcb\x4c\xfa\x6d\x00\xcd\x66\x8b\x69\x9b\x05\x3b\x01\xa3\xb9\x34\xaf\xef\x07\xf1\xdb\xd8\x9b\x46\xf9\xa8\x85\x2f\xc6\xfe\x34\x8d\x37\xf7\xf0\xd6\xf8\x38\xad\xa6\xe1\x2c\xea\x4c\xea\x69\xdf\x1f\x7d\xc7\x5d\x93\x47\xb4\x8e\xda\xd9\xa8\x33\x49\xa3\x4f\xbe\x9d\x86\xb3\x66\x87\xad\x57\x55\xe9\xa3\xd6\x24\x1d\xd8\xad\x28\x1e\x7f\x19\x99\x93\xf4\xbd\xfc\x06\x99\xf7\xd3\xf4\xe1\x01\x59\x8f\xa7\xeb\x25\x1c\x58\xbf\xa6\xc5\xe4\x39\xf0\xf6\x8b\xd8\xff\x66\x7f\x27\xf7\xcf\x92\x4b\x9d\x62\xff\x6f\xad\x98\x0b\xd8\x28\xf1\x33\x97\x24\xf4\xf5\x3d\xe3\x43\x80\xde\xdf\x25\x31\x2c\x40\x2f\x7c\xc8\xa5\x40\x05\x80\x79\x58\xb9\xcc\xa3\xf7\x97\xdb\x4e\xad\x11\x4e\x05\x40\xd2\x0b\xdd\x79\xdc\x27\xc0\xdc\x1e\x43\x7f\xd6\x15\xa0\xf0\x83\x91\x0f\xe3\x08\x70\xf4\x8e\xf1\x58\xeb\x72\xe0\x9a\x8c\x89\x9c\x75\x14\x50\x57\x6a\xea\x4a\x1b\x06\xbc\xa3\x1b\xaf\xa4\x29\x00\x3d\x7c\xc3\xb5\x7f\x72\x0c\x36\x0b\xe5\x00\xb5\x4e\x73\xcf\x9f\x4c\x40\x73\x81\xf9\xea\xcf\x72\x80\xd6\x67\x73\xaf\xa6\x50\x40\xeb\x85\x85\xc9\xcb\xdb\x80\x4e\x9e\x85\x7e\xfd\x67\x40\x27\xc7\x72\xfe\x43\x3b\x40\x6f\x27\x70\x26\x85\x3c\x07\xbf\x54\x11\xe4\x73\x90\xc1\x03\x72\xdc\x0d\x97\x5f\x90\x5c\x64\xed\xcb\x66\x73\x72\x1f\x18\xfe\x95\xe4\x9f\x2e\x85\xff\x26\xd7\xcd\x49\x25\x11\xf9\x3c\xb5\xff\x42\x5f\xff\x73\xb9\xa4\x2f\xca\x2c\x49\xdf\x84\x89\xfb\xc4\x2a\xee\x14\x4e\xa1\x84\xbc\x07\xb4\x8f\x0c\xca\xf2\xda\x07\xd0\x8f\x29\xcc\x70\x3e\x06\xb8\x97\x8f\x86\xf4\x9e\x3f\xfb\x0e\x90\x7d\x5e\xeb\x17\x6b\x05\x50\x50\xa6\xf7\xda\xba\x0a\xd8\x39\x4a\x77\x1f\x8d\x0b\x94\xae\xd5\xdb\x4e\xf5\x02\xca\x33\xf5\x57\x58\x29\x02\x77\x1c\xf4\x8d\x2d\x77\x03\x2f\xd3\xf4\x47\x5a\x56\x00\xdf\xb6\xeb\x25\x59\x2e\x20\xeb\x11\x69\x42\xe6\x5c\x8c\xfc\xa0\xb7\xaa\x57\xe5\xb5\x0c\x65\x3a\xe2\x01\x95\x20\x83\x8f\xad\xe7\x00\x95\x76\x83\x45\x2d\x0d\x80\x0a\x61\xf0\xe6\xcd\x25\x60\x44\x5b\xb7\x52\xe5\x71\x0a\xc9\xc1\xdd\x97\x23\xcf\x81\x71\x62\x0e\xee\xc1\xd4\x16\xf2\x39\xb1\xfa\xda\x37\xf2\xf9\xf9\x4a\xbf\xae\x98\x5e\x3d\xbd\x07\xde\x94\x7f\xee\xc1\x6f\x95\xf8\xda\xab\x94\xfb\xfa\xdf\x19\x12\x5f\x57\x7a\xff\xdf\x5f\xc2\x09\xb9\x2b\x03\x4a\xa0\x50\x9c\x2b\x01\xcb\xe1\xc3\x94\x79\x22\xc0\x65\xa8\xca\x7a\xb6\x0f\x10\xf6\x7c\xe4\x6d\xdb\x50\x20\x7d\x90\xba\x0f\x23\x1a\x98\x77\x45\x43\x99\x36\x1a\x58\x7b\x46\xe3\x90\xd5\x05\x60\x57\x8a\xe6\x0f\xcb\x2a\xa0\x64\x93\x56\x97\x85\x1d\x70\xbe\x43\x2b\x51\x7a\x6f\xdf\xdc\x1f\x78\x9a\xa5\x3d\xc6\x5c\x17\x68\x71\xd7\x4a\x37\x8f\x06\xba\xab\x34\xf6\x19\xef\x20\xeb\xc1\xd2\xfd\xde\xab\xc3\xa9\x5a\x53\x7b\x75\x48\xa5\xdc\x13\x82\x24\x55\xe4\xd6\x74\xda\xf6\xea\x97\x43\x75\x1c\x72\x1f\x0c\x16\xf7\x07\x7a\xb8\xe0\x3d\x79\x6e\xdc\x8a\x6f\x27\xc7\x7b\x35\x58\xbc\xde\xcf\x4a\xf2\x11\x0e\x4b\x7c\xe0\xed\x23\xd0\x37\x07\x40\xa2\xd3\x9b\xc5\x9a\xf2\x48\xac\x11\x12\xff\xf7\x4f\xfe\xc1\x41\x60\x08\x87\x42\xe1\x7e\x01\x4c\x02\x86\xe8\xd8\x3a\x02\xf6\x23\x15\x8c\xe8\x47\x80\x80\x2d\x8a\xab\x68\xd6\xc0\xb8\x56\xe5\xb3\x56\x02\x20\x5b\x66\x64\x8e\xe5\x04\x60\x49\xe0\x68\x47\xf3\x34\x60\x43\xe1\xe8\x76\x73\x0b\x60\xc7\xf0\x31\x4c\xd3\x66\xe0\x88\xdd\x98\x89\xa6\x59\xc0\xd9\x39\x6a\x7c\xd3\xc1\x40\xe5\x72\xb5\xe7\x26\x99\xc0\xfd\xb1\x6a\x4b\x4d\x38\xc0\x2b\x7f\x35\x45\xe3\x73\x40\xeb\x43\x55\x73\xa3\x48\x40\x14\xae\xf2\x49\xef\x11\x39\x3f\xa2\xb5\x67\xf4\xea\xd0\x61\xf2\x3b\x41\x26\x3d\xbc\x39\xf1\xa2\x54\xbc\x0f\x7c\x20\x3f\xe7\xdd\xf2\x9f\x23\xc9\xe7\xa1\x5a\x01\xb9\x6f\x9e\x93\xcc\x77\x69\x1e\xce\x1f\x0e\x46\xa2\x79\x92\x79\x21\xcd\x41\x90\x72\x20\xf1\x92\x7e\x1a\x41\x92\x5c\x25\x97\xe5\x62\x65\x5a\x00\x83\x07\x52\x28\xb6\x6d\x80\x11\x67\xd0\x83\xde\xf5\x6f\x6b\x20\x67\x4b\xdb\x0f\x78\x29\xca\x8f\xb4\x74\x05\x62\xd2\x14\x26\x59\xa8\x00\x93\x7e\x28\xe5\x9b\x47\x01\xb3\x95\x54\xa6\x99\x16\x01\x79\xe7\x54\x3a\x4d\x6f\x03\xeb\xbe\x8d\x6c\x35\xc9\x03\xb6\xfb\x8c\x52\x34\x8e\x04\x0e\x2d\x19\x35\xc6\x78\x1a\x70\xaa\x6c\x74\xbc\x51\x2a\x70\x79\xc5\xa8\x57\x86\x5b\x81\x9a\xab\xa3\xf8\x86\xfb\x80\x27\x07\x47\xa5\xea\x9f\x05\xde\x35\xab\x68\x1a\xf8\x02\xdf\x34\x94\xdf\x1b\xca\xf7\x8e\x5f\x69\x92\xf6\x19\xb2\x1e\x51\x0d\x2b\x3e\x90\x79\x6a\x75\x05\x3f\xc9\xe7\x81\x1b\x51\x22\x92\x03\xfd\xc3\x01\x49\xf6\xb9\x5d\x12\xae\x67\xc3\x75\xc9\x3e\x20\xcd\x43\x91\xcc\x8f\x4c\x75\x09\x07\x92\xdd\x77\x1e\x78\xb7\x88\x95\x97\x2e\x56\xcb\xb5\x40\xbf\x35\x14\x0a\x43\x0b\xd0\xcb\x1a\xd0\x4e\x5b\x0c\x30\xfc\x86\x32\x2c\xdc\x00\xe7\xbd\x43\xb7\x9a\x0d\x05\x42\xec\xe5\x54\x4d\x6c\x80\x71\x67\x86\xab\x99\x0c\x04\xa6\x85\x2a\xb8\x19\xf7\xfe\xd2\xcb\x57\x54\x36\x59\x09\xe4\x9b\xa8\x0c\x34\x5a\x04\xac\x7e\xa9\xac\x67\x58\x09\x14\x95\x2a\xd7\x1b\xca\x01\x7b\x8f\x29\xb7\x1a\xdc\x06\x4a\x9b\x54\x8e\xea\x5b\x02\xe7\xdf\x28\x4f\xd0\x53\x07\xae\xdb\x29\xcd\xd0\xe7\x00\x77\x05\x2a\xa3\xf5\x55\x81\x86\xdd\xca\x65\xba\xa5\x40\xf3\x22\x45\x73\xbd\x5d\xc0\x8f\x24\x45\x93\xfb\xc7\x7f\x92\xcf\x3f\xd5\xad\x62\x1e\xe8\xe2\x18\xf1\xe7\x2d\x95\xe4\x3f\xed\x96\xf0\x0c\x85\x92\x7d\xae\x40\x15\x7d\x78\xb0\x19\x12\x5e\x2a\x55\x92\x87\x12\x1f\xd8\x97\x03\x71\x2b\x13\xab\x6d\x87\x58\xcd\xb6\x02\x94\xbb\x14\x8a\xd5\x19\x40\xf3\x9b\x4c\x3f\xb3\x1b\x80\xf9\xb4\x41\x5d\xc6\x0b\x01\xee\x9b\xc1\x17\x8d\xbf\x00\xbe\xcb\x64\x09\xe3\x1b\x40\x2c\x55\x6e\x88\x41\x07\x90\xb2\x79\xd8\x29\x83\x36\x20\x33\x61\xb8\xac\xe1\x74\x20\xf7\xae\xfc\x5d\xc3\x55\xc0\x12\x05\x85\x87\x86\x73\x80\xd5\x85\x4a\xa3\xf5\xbf\x02\x9b\x7f\x2a\x6e\xd5\xd7\x01\x76\x31\x15\x67\xeb\xe5\x02\x87\x4f\x29\xae\xd7\x5d\x04\x9c\xcc\x53\x1c\xa0\xd3\x0c\x5c\x0a\x50\x38\xaf\xf3\x0e\xa8\xee\xa7\xf0\x4b\x67\x00\x50\xb7\x44\xbe\x56\x37\x15\x78\xa1\xaa\x18\x2d\xe5\x80\x2e\x4d\x16\xeb\x31\xc9\x7e\xb7\x77\x7a\xdf\x73\x40\xba\x0f\x2e\x92\x70\x1f\x39\x99\x7d\xd7\x81\xb4\x3f\x92\x74\x1e\xf8\x49\xfe\xbd\x93\x24\x47\xc8\x46\xb2\x5f\x1a\x49\x72\x84\xf4\x64\x80\xe1\x02\x0a\xc5\xf8\x01\x60\xd2\x3e\xb0\xdc\x30\x0b\x60\x8e\x1b\xc4\xd4\x8f\x01\xf8\x9b\x07\x5d\x37\xd8\x09\x84\x8e\x96\x35\xd2\x4d\x02\x62\x2b\x86\x58\xe8\x3a\x01\x29\xf3\x65\xf5\x74\xd4\x81\x8c\x39\xb2\xa6\x06\x33\x80\x59\xa2\xe1\x3b\xf4\x5a\x81\x45\x43\x87\xbb\xe8\x8f\x00\x56\xec\x90\xcf\xd4\xb9\x0d\x6c\x18\x25\xf7\x4b\x8f\x0f\x6c\x5f\xaa\x10\xa0\x17\x03\x1c\xe8\x51\xb4\xd5\x56\x03\x8a\x13\xe5\xee\x6a\x7f\x07\xce\xcc\x96\xf7\xd0\x3e\x0a\x5c\xf1\x93\x77\xd3\xae\x02\x6e\x66\xc9\xe7\xfd\xcb\x81\x48\xef\xfd\xf7\xcd\x03\xf9\xeb\xf3\x89\x7d\xae\xc1\x99\x2c\xd2\xf7\xd6\x54\xb5\x6f\x90\x59\x08\xe8\xbd\x71\x0d\x1e\x74\x1c\x30\x9b\xe6\x73\x68\x58\x00\x60\xb9\x3f\xc4\x57\x3e\x09\xa0\xad\x89\xb7\x51\x3e\x06\x58\x27\xa4\x75\x8d\xfc\x0e\xd0\x8d\x67\xab\xa8\xb9\x03\xf4\x61\xcb\x83\x35\x7f\x01\xd6\x03\xb7\xfa\xeb\xac\x07\xa8\x86\xc5\x1c\xdd\x22\xc0\x8a\x5f\xae\xa1\xef\x0b\x58\xdc\xbc\x57\xaa\x77\x1d\xb0\xd4\x7b\xd3\x65\x20\x0f\x58\x5c\xee\xd0\xd7\xeb\x0f\x98\xaf\x05\x34\x8f\x01\x26\xbf\x80\x31\x06\xbf\x0f\x98\x0e\x01\xd4\x5e\x7f\xe3\x9a\x52\x01\x8d\x41\x1f\x87\x99\x4d\x04\xb4\xaa\xde\x72\xcc\xae\x01\xda\xc5\x2f\x57\x99\x6e\x02\x34\xcf\x3d\x39\x6e\xf6\x09\xd0\x6e\xbe\xcf\x32\x8f\x03\x74\xa6\xdc\xa5\x98\xa5\x02\x5a\xbb\x6a\x82\xcd\x29\x80\xb6\x5f\xe5\x31\xb3\x8d\x80\x96\xe3\x7f\xe3\x40\x9c\xc7\xf5\xf1\x7b\xa5\xfe\x8e\xc4\xf7\x1d\xd2\x66\xf3\x95\xac\x83\x3e\x6f\xbe\x4c\x26\xa0\xef\xed\x5c\x3d\x68\x17\x60\x36\xd9\xcb\x78\xe8\x57\x80\x3a\x2e\x78\xab\x42\x08\x60\x1d\x15\xe7\xad\xfc\x14\xa0\xbb\xa7\xa9\x8f\x9a\x0f\x30\xb4\x66\xeb\xa8\xbb\x00\xf4\x2d\xcb\x97\x69\x1d\x02\xac\x79\x5b\xa7\xf6\xce\x52\xda\xc0\x62\x03\xbd\x46\xc0\x52\x50\x3e\x50\xaf\x1e\xb0\x78\x51\x1b\xa6\xd7\x0e\x58\xca\xbd\x5d\xa9\xff\x16\xb0\x64\xfe\xce\xd3\xdb\x2f\xad\x83\xe0\xa5\xd9\x4b\x40\x33\xb9\x63\xb4\xe9\x5d\x40\x63\xfd\x97\x53\x66\x31\x80\xd6\x94\xe6\x1f\xe6\x54\x40\x27\xec\x75\x92\x99\x23\xa0\x75\xbf\x61\xbd\xf9\x2b\x40\xf7\xc8\xe3\xb5\xe6\x19\x80\x4e\x65\xad\x8b\xc5\x5c\x40\x8f\x7d\xbb\xc7\x7c\x34\xa0\x7d\xb0\xfa\xb1\xb9\x3e\xa0\x3d\xe1\xfa\x4a\xf3\xc5\x80\xf6\x16\xb2\x0e\x7a\x92\x3a\x48\xee\xfd\xf7\xcd\x03\xf9\xfb\x5e\x5f\xec\xf7\xc9\x17\xd9\xe8\xf7\xaa\xd6\x60\x8e\x48\xe6\x0c\x60\x18\xe2\x78\x69\xb0\x3f\x60\xbe\xc3\xfd\xcd\x30\x2a\x60\x3d\x28\x68\xa2\xa2\x3a\xc0\x88\x8b\xbb\x36\x22\x1d\xb0\x19\x9a\xba\x70\xf4\x4b\x80\x51\x9f\xa3\xab\x9e\x03\x30\xe2\xf3\x6f\x69\x6b\x00\xf4\xd4\xad\xe1\x7a\xe9\x00\xed\x6c\xf1\x0a\xfd\x6e\x80\x5a\x7b\x79\xb0\xa1\x10\xb0\x5a\x59\xd7\x6d\x34\x1a\xb0\xda\xd6\x74\xd1\xe8\x2b\x60\x95\xda\xc3\x35\x28\x02\x2c\x5c\x01\x6d\xa5\xae\xe1\xe6\xc7\x01\xed\x75\xed\x1b\x2d\x86\x00\xba\xc3\x3e\x3d\x37\x3f\xdd\xab\x4d\x1e\x16\x4b\x01\xbd\xc6\x97\x17\xcd\x87\x00\x3a\xac\xfa\x1a\x8b\x1a\x74\xeb\xb3\x1e\x9a\x59\x3c\x45\x97\xfe\xa8\x7b\x26\x96\xf2\xe8\xd4\x57\xaf\x71\xb3\xe0\x01\xba\x7e\x37\x12\x2c\x36\x02\xba\x73\x2a\xa8\xe6\x3b\x00\x6d\x32\x07\xe3\x0f\x07\x22\xd1\xbe\x79\x20\xd2\xfb\x9d\xfd\xbb\xac\xc9\x7c\x67\x29\x0f\xa2\x93\x6e\xbb\x6f\x40\x01\x60\xa4\xca\xab\x1f\x1c\x08\x58\xce\x72\x97\x1d\x86\xde\xf1\x07\xe8\x2a\x8d\x02\x98\x83\xa3\xc7\x8e\x68\x00\x58\x65\x29\x0d\x63\xaa\x00\x56\x48\x0e\x4b\xab\xf7\x69\xda\x7b\x19\x45\x37\x1b\x60\xd8\x6f\x4d\xd2\x5f\x07\xd0\xcf\x1d\x1d\x68\x6c\x0a\xd0\x36\x5c\xfe\x6e\x9c\x09\x50\xe5\xef\xb7\x1a\x6b\x02\x56\x67\x5b\x34\x8d\x55\x00\xab\x1b\x82\x97\x86\xea\x80\xc5\x7c\x40\xfb\xf8\xef\x40\x0b\x0d\x40\x67\x5f\xeb\x0b\x8b\x75\x80\x5e\xfa\x47\x25\x73\x00\xba\x67\xde\x8c\xb6\xcc\x44\x9b\xc1\xa1\x86\x12\xab\x01\x78\x63\xb8\xed\xd1\x78\x2b\x2b\xbc\x32\xdc\x58\x1b\x6e\x19\x81\x76\xfd\x53\xb7\xad\x2d\x16\x02\xba\x5f\xaa\xce\x5a\x6e\x42\x87\xbe\x57\xc5\x46\xcb\x07\xe8\xd0\xb7\xb8\x42\xb1\xcc\x87\x48\xcf\x1e\xff\x85\x03\xe1\xa5\x53\xfa\xf8\xde\x62\x9f\x6b\x00\xd3\xca\x8e\xf2\x4f\x1e\x84\x7e\x0d\x6b\xdf\xc0\x6b\x80\xd9\x47\x6e\x3f\x59\x4d\xc0\x5a\xd6\x55\x67\xf8\x02\x80\x79\xc8\xcf\x43\x59\x1d\x60\xfd\x8e\x5a\x3b\x6a\x14\xc0\x56\x48\x56\x56\x9b\x0e\xd8\x5e\x9a\xa1\xac\xf5\x09\x60\xad\xcc\xf7\xd5\xbb\x05\xd8\x3c\xd8\x32\xcf\x70\x09\xc0\x70\x3d\x7a\xd0\x84\x06\x58\x6f\xbf\x52\x6c\x9a\x08\xd0\x8e\x3d\xda\x6d\x36\x1b\xa0\x3e\xfc\x18\x66\x1a\x09\xd0\x34\xf0\xd3\x38\x4e\xb8\xca\x52\x1b\xd0\xbd\xd8\x7e\xc5\x4a\x1e\xdd\x86\xaa\x9f\xe7\x5a\x79\xe2\xbd\xd1\xc8\xa6\x17\x96\xef\xf0\xc1\x30\xb7\x71\x93\x55\x31\x1e\x1a\x09\xeb\x43\xa9\x4c\xdc\x34\x3e\x73\x7f\x26\x95\x83\x3b\xc6\x6e\x77\xaa\xac\xd6\xe0\xa5\xe1\xf6\x9b\xea\xd4\x2f\xa8\x31\x9e\x5b\xd9\x49\x3d\x83\x07\x46\xa5\x57\xfc\xa8\x67\xf1\xdc\xf0\x69\xb9\x83\xe5\x2d\x08\xf5\x48\xea\x55\xca\x81\x48\x73\x82\xa4\x3e\x9f\x78\x1d\x48\x7d\x1e\x39\x2b\x8b\x06\xb2\x0e\x4e\xd6\xe3\xfa\xbf\x03\x8c\x36\xd2\xf3\x06\xc5\x03\xd4\xc3\xec\x84\xa1\x15\x00\x43\xdf\xf1\xe5\xf0\xeb\x80\xed\x6c\xaf\x7b\xca\x69\x00\x3b\x3e\x7c\xe7\xa8\x68\x80\xa3\x9d\x54\xa1\x3e\x10\xb0\x4b\xca\x0e\xd6\xb5\x01\xd8\x93\xf3\xce\x1b\xfc\x02\x58\x86\x5b\x8d\x8c\xb7\x00\xcc\xa5\x47\x8f\x99\x37\x03\xf4\xe6\x6b\x4a\xe6\x5d\x80\xf5\xfc\x27\x93\x2d\xbc\x01\xeb\xfe\x5f\x2b\xcd\x6f\x01\xb4\x25\x68\x31\x09\xea\x94\xa5\x96\xa3\xc1\xc4\xe8\x6b\x03\xf5\x2a\xae\x9b\x0e\x7f\xdf\x42\xbd\x8b\x0b\xa6\xf1\xaf\x06\x5a\x47\x62\xb5\xc5\xac\x67\x39\xb4\x4b\xd8\x6b\xf6\xf2\x91\x06\xad\x08\xc5\x66\x46\x77\x23\xac\xed\xb1\xdf\x6c\x67\xcd\x50\x5a\x21\x2e\x98\xdc\x97\x72\x71\x57\xab\x69\xda\xb8\x6f\x54\x75\xe9\x2c\xcd\x18\x4f\x8d\x4c\xcb\xce\xd0\x22\xf0\xdc\xf0\x27\xfe\xe1\xa2\xfa\xe6\x60\x48\xe7\x41\x3f\x05\x73\xf2\xef\xf2\x37\x4c\x48\x1e\x44\xf7\x9d\x55\xc5\x80\x24\xc0\x34\x8f\xca\x19\x2c\x07\xd0\xf3\x59\x3f\x86\xdd\xf8\xcb\x07\x71\xd6\x7b\x5a\xab\x04\xfd\xe5\xe6\xec\x87\x27\x9a\x69\xa9\x03\xdc\xb9\x99\x4d\xba\x5f\x00\xbb\xa7\x4b\x04\xc6\xb9\x00\xbb\x78\xcb\x18\x33\x00\xcc\x4d\x25\x7e\x16\xe6\x00\xe3\x49\x45\xbd\xd5\x68\x80\x5e\xff\xf4\x02\x35\x1c\xa0\xcf\x6b\x57\xa1\x0e\x05\xac\xf5\x50\x6b\xda\xf1\x43\x48\x7b\x87\x12\x73\xea\x87\xd9\xd6\x97\xb1\xc8\x72\xdb\xdb\xc3\xd6\xef\x31\xd7\xf2\xc9\x8b\xc5\xf4\x24\x64\x5a\xad\x79\xa4\x65\x33\x08\x01\xd6\xe6\x77\x3b\x19\x39\x98\x4c\x1d\x53\x73\x94\xa1\x89\xf9\x96\x27\x6f\x14\x30\xa6\x62\x91\x65\xa1\x94\x07\x2b\xd7\x67\x68\x60\x97\x79\x78\x99\x3f\xbd\x11\xc7\xcc\xd4\xcf\x9c\xa2\xf7\xc7\x4d\xe3\x3e\xfd\x71\xa4\xe7\x83\xf4\xbe\xb7\x25\xe9\x67\xf6\xe3\x1b\x90\xf3\x40\xfd\xa9\x51\x6e\xbf\x47\x80\xfe\x73\x13\xab\x01\x73\x00\x4b\x0f\x8b\xc4\xc1\xf7\x01\xc6\x0d\x06\x65\x58\xca\xdf\xdc\x1c\x7b\x9a\xab\xee\x88\xb9\x80\x93\x7a\x60\xb6\x5a\x3c\xe0\x58\x93\x30\x45\xbb\x0c\x70\xd4\xca\xa8\x31\xa4\x03\xbc\xc6\xc5\xd3\x7b\x9f\x92\xed\x36\x6c\xde\x69\xd9\x5b\xbf\x0b\x25\x09\xd4\xf7\xbd\xf5\xa8\x3c\x6f\xdd\x01\x30\xbe\xbd\x50\xa2\xab\x02\x8c\xb4\xdf\x2f\x69\xcf\xbb\x1d\x18\x29\x48\xa0\x95\x7f\x65\x33\xb8\x08\xb6\x1e\xf9\x2e\x80\x01\xb0\xe9\x47\x9f\xb7\xd9\xec\x81\x05\x63\xc1\xe3\x71\x4c\x0d\x98\x31\x2e\xd6\x8e\x60\xf1\xa0\xca\xd4\xbb\x25\xc7\x52\x81\x15\xa3\xba\xf2\x13\x2b\x1e\x6c\x86\xcb\x1f\x0e\x6a\x29\xeb\x10\x02\xad\xab\xca\x66\x33\x27\x62\x96\x55\xf1\x69\x45\xe6\x18\xac\xb7\xb8\x71\x6c\x25\xcb\x15\x2b\x2c\xb7\xfc\xbb\x1e\xfe\xf0\x0f\xe4\x3a\xa0\x74\x19\x92\x9c\xe0\x60\x6d\x3d\x32\x37\x49\xbd\x5b\xf7\x5c\xbf\x13\x80\xc9\x30\xc3\x3b\x03\x15\x01\xeb\x10\x13\x8f\x41\x2f\x01\xf6\x36\xda\xbc\x61\x16\x80\xa3\x8b\x6d\x83\xa2\x36\xe0\x5c\xe9\x64\x31\xf2\x0c\xe0\xca\xf7\xbd\xaa\x11\x0a\xf0\x77\xc4\x96\xea\x76\x00\xce\x87\xa6\x28\x18\xcb\x00\x4e\x43\x16\xa9\x5a\x26\x01\x3c\xb9\x4d\xbf\xa9\x2f\x00\xce\xde\xd2\x02\xc6\x55\x80\xd5\x59\xf5\x88\xe9\x0f\x30\x27\xbf\xb6\x65\xf6\xce\x93\x39\xa2\xdd\xcc\x3d\xed\xdf\x99\x61\xe8\xc7\x8a\x6e\xf6\x65\x85\x10\x2f\xd9\xab\x9e\x8f\xb0\x8d\x24\x6e\x71\x5e\x3e\x5e\x68\x9b\x4a\x34\x70\x86\xdf\x6b\x64\xab\x13\x0d\x1c\xbf\x1a\x39\xf6\x22\xa2\x99\xfd\x40\x9a\x8f\x75\x95\xcb\x3e\x8e\x21\xac\x27\x17\xbe\x71\x82\xa1\xc0\xda\x7c\xf6\x2b\xe7\x12\x54\x59\xe6\x27\xd5\x38\x6b\xc1\xb4\xf1\x2b\x3d\x67\x7b\x00\x99\xd4\x8a\xe2\x00\xb6\x39\xa6\x53\xf7\xe3\x1f\x1e\xc8\x86\xf2\xef\x3c\xe8\xaf\xab\xed\x4f\x9e\x0f\x5e\x9a\x11\xbd\xaa\x57\xac\x79\xa8\xbf\x27\x60\xc1\xd4\x75\x93\x01\xc0\xd9\x68\x34\x67\xb0\x16\xe0\xf4\xde\x5c\x76\xe8\x40\xc0\xed\x12\x9d\x90\x6f\x06\x3c\xc7\xf0\x88\x91\xcb\x00\x4f\x45\xcf\x45\x9a\x67\x01\x0f\xf7\xc8\x4b\xfa\x2f\x00\xb7\xa4\x34\xae\xe9\x19\xc0\xf9\xfb\xfc\xf5\x56\x5d\x80\xa3\x5e\x61\x8b\xcd\x02\x80\x3b\xb5\x74\x9e\xad\x39\xc0\x5e\x70\xf3\x0e\xc7\x0c\x60\x75\x37\xcb\xdb\x25\x8a\x94\x6c\x15\x88\x72\xbb\x9d\x9f\x8a\xd8\xde\xc4\x0c\x87\x80\x97\xa1\x9c\x26\xc2\xdf\xe9\xd9\xc3\x9f\x76\x2f\x09\x7f\x67\xe7\xbb\x9d\xdc\xa1\x44\xaa\x93\xd2\xcd\x1b\x5c\x7b\x62\x81\xa3\x4c\xc5\x7d\x2e\x9d\x38\x68\x3f\xfc\x72\x7f\x9e\x23\xb1\xd3\xfe\x76\x99\x12\x8f\x45\x5c\xe3\x76\x9d\x29\xe7\x6e\x24\x3e\x71\x66\x1d\xe3\xf3\x96\x12\xbf\x39\x94\xa3\x05\x3c\x5f\x0c\xb7\x5d\x75\x48\xc8\xf5\x06\xd7\x66\xdc\x7e\x53\x5e\x20\xd8\x36\x75\xff\xc7\xd7\x7b\x87\x35\xb5\x7c\xdf\xc3\x47\xe9\xbd\x23\x10\x42\x27\xf4\xde\x7b\xef\x1d\xa4\x0b\x8a\x0d\xbb\xa0\x62\x6f\x58\xb1\x61\x03\x15\x14\x44\x50\x10\x15\x0b\xa0\x80\x28\x08\x2a\xa8\xa8\x28\x88\xbd\x61\x57\xec\x0a\x8a\x90\xb3\xde\x27\x93\xe4\xde\xeb\xe7\xf9\xbe\xbf\xbf\xd6\x13\xae\xb9\xb0\xe7\xcc\xde\x33\x73\xd6\x9a\xb5\xff\xbb\x4f\xe0\xcd\x03\x4a\x6f\x3b\x19\x87\xb5\x6a\xc4\xef\x5e\x4d\x5c\x4d\x94\x3a\x02\xb0\x76\x33\xee\x8c\xb8\x03\xd8\x86\x30\x59\x02\x14\xe0\x59\xae\x65\x20\xa4\x0d\x04\x36\xe9\xe9\x8a\x5c\x00\x22\xa4\xcd\xcf\x4b\x87\x02\x11\xcb\xec\x0d\xe4\xd9\xff\xea\x83\xc2\x18\x31\x13\x0d\xf4\x80\xa0\x4b\x93\xe3\xcd\xa4\x00\x7f\xa9\xa5\xb3\x6c\x26\x01\x5e\xb1\x79\xf7\x1c\xae\x03\x6e\xf1\xc7\x37\xba\x8c\x1b\xfa\xe6\x32\xe2\x8a\xba\x47\xfe\x2f\x4d\xa7\xb3\x2f\x66\x7a\xa7\x7f\x5b\xe0\x44\xd3\x42\xbe\x42\xcf\x4e\xba\x2c\x63\xbf\xf5\x17\xe9\xf6\x72\x53\x66\x3f\x0e\xf0\xea\x08\x73\xdb\xc5\xa6\xfd\x86\x2e\x0f\xb9\x8b\xd2\xf2\x7e\x8e\xcd\xce\xee\x03\xb4\xb6\xef\xeb\xb3\x59\xee\x6d\x74\x94\xf7\x86\x5a\x78\x78\xd0\xd3\xbd\x12\x4f\xce\xf5\xd8\x42\xaf\xf3\x54\x38\x6a\xee\xe9\x40\x17\x7a\x98\x54\x64\x79\x16\xd2\xc7\xdc\x03\x0e\xa9\x78\x04\xd3\xaf\x9d\x8f\x1d\x18\xeb\x11\x4e\xc3\x89\x51\x7c\xc5\xa3\x0b\x82\x8e\x9f\xfe\xbb\x4f\xe2\xf6\x7f\xa0\x28\xe6\x29\x0e\xf2\xef\x7d\x6b\x6a\xc9\x93\x3e\x29\x16\x23\xa4\x48\xbd\x74\x3e\x21\x45\xea\x65\x50\xa9\xfa\x4a\x81\x5e\x20\xf2\xbd\xe6\x5b\xe1\x04\x20\x2e\x8a\xf5\x43\xfc\x3d\x90\x40\x5b\x3d\x92\x0f\x01\x12\xe4\xdc\x87\xd5\xd5\x80\x98\x0d\x61\x6c\xce\xba\x18\xe1\x97\xd6\x63\x35\x05\x08\x1a\x5e\x14\xe9\xb0\xff\xd7\x77\xff\xb0\x6d\xda\x1e\xd6\x5f\x9f\x7a\xff\xa9\xf8\xe3\x67\xd1\x17\xec\xe9\x7e\xe1\x79\x50\xd1\x9b\x66\xf7\xcc\x47\x89\xa1\x6d\x2f\x8d\xdc\xde\xfe\xbe\x14\x1e\x72\x67\x9e\x47\x0d\xdb\x36\x42\xed\xca\x03\xaf\xb3\x6c\x8b\x48\x83\x16\x35\x6f\x59\xf6\xbc\xb0\xec\x46\xca\xbb\x9a\xbd\x27\xd4\xfa\xf4\x67\x9f\x11\xec\x8b\xc1\x73\x4e\x59\xf9\xf8\xb3\xfb\x02\x6b\x8f\xad\xf5\x99\x4b\x2b\xfb\x37\x54\x64\xf9\xf6\xd0\x4a\x01\x9a\x65\x4b\x7d\x53\xe9\x28\x5f\xa1\x03\xfa\x3e\x97\xe9\x65\x5e\xbb\x8a\x46\xf9\xb4\xd2\xa5\x1e\xd9\x85\x93\x7d\xae\xd0\x67\xdd\xcd\x77\xff\xf0\x19\x4f\x3f\x70\x25\xef\x62\x2c\x79\xf3\x41\xbb\x9a\x8b\x5c\xde\x57\x61\xac\xf4\x63\x0e\x1a\x39\x89\x5c\xe0\xa0\xdd\x33\xee\x7b\x4c\xef\xcf\x5c\x3f\x88\xa8\x37\xa2\x84\x1f\x4f\x6e\x65\xac\x11\xf4\x04\xc6\x79\x69\x2d\x12\x55\x06\x26\x64\x98\x58\xcb\x9c\x00\xc6\x1b\x39\xbe\x55\xd3\x00\xc6\x0c\x07\x4e\x32\x10\xf8\xf3\x3b\xb6\x28\xe9\x9a\xdd\xf0\xd7\xf1\x51\x17\x32\xae\x7b\xfc\x78\xcb\x08\xfb\xbe\xfe\x7b\x60\xc8\xb3\xde\xe0\xe0\xfd\xb7\xc2\x8b\x1f\x9c\x0b\x70\xab\xdf\x1a\x33\xef\x0e\xdb\xf7\x43\x57\x71\xdc\xbd\xdb\x3e\x3e\x27\x3e\xdf\x4c\x68\x6f\x2f\xf3\x7d\x37\x9c\x9e\x70\xf2\x5c\xb8\xff\xf5\xe1\xfc\xf8\x13\xa7\xdf\x05\xa4\x0c\xdf\x8b\x9d\x70\x32\x37\x00\x6c\xe1\x98\x4b\xc7\x16\x06\xce\x61\x9b\x46\x27\x57\x0c\x04\x5e\x64\x8f\x8d\x8c\x28\xed\x0b\xbc\xc2\x3e\x14\xe6\x5c\xdc\x19\xb4\x92\x7d\x3e\xd4\x77\x2f\x33\xf0\x17\x2d\x10\x78\x6f\xb7\x64\x90\x0c\x6d\xe5\xbf\x23\xef\x6c\xe0\x79\x3a\xce\x77\xcb\x4e\xc1\xc0\x76\x7a\x8a\xcf\xbe\x6d\xb3\x03\x9d\xe8\x3c\x2f\xa2\x33\xe7\xeb\x1f\x54\xc9\xbe\x41\xac\x4c\xc6\x89\xec\x17\xcf\x8a\x5c\xe7\xa0\x65\x12\xf5\x17\xff\xcb\xd7\x01\xf0\xfb\x42\x4c\xb2\x10\x22\xba\xc2\x99\xb7\x15\x88\x5e\x20\x63\xa5\x6e\x83\xa4\x11\x30\x3b\xd9\xf2\xb2\xf2\xf2\x41\xd1\x69\xc6\x5e\x4f\x59\x5f\xfb\x98\xe3\xed\x63\x22\x9d\xa2\x9e\x85\x27\x6f\x98\xcc\x0e\xa8\xbf\x2b\x19\x3f\x6d\x79\x64\xe4\x82\x9b\x4a\x31\xeb\x76\x2d\x8a\x9f\xd4\xbe\x21\x92\x3a\xd1\x3c\xa6\xa4\x55\x33\xcc\xfb\xea\x9a\x71\xd6\x4d\xa3\x43\x92\x5e\x4b\x8c\x1f\x5f\xff\x2a\x64\xf5\xd0\xa2\xf1\x17\x8f\x6f\x0c\x33\x18\x7a\x36\xf6\xee\xe1\x3b\x61\x1d\xc3\xa6\x29\x11\xa5\xb9\xe1\xd5\xc3\xf3\x92\xde\x16\x9f\x0c\xcf\x1b\x6e\x8b\x6f\x2a\xdc\x1b\xfe\x73\x98\x1d\xbb\x77\x8f\x68\x78\x03\xdb\x3e\xc6\x3a\xdf\x22\xbc\x9a\x9d\x1e\xa5\xbc\xfd\x49\x78\x20\xfb\x58\xd8\x83\xad\x22\xe1\x55\xec\xb6\xd0\xaa\x4d\x1f\xc3\x3e\xd0\xd2\x41\xc2\x39\x67\xc2\x85\x69\xdb\x00\x99\xb5\xb5\x61\x33\xe9\xe9\x3e\xe4\x76\x8d\x26\xb9\x6f\x30\xd2\x5a\x9a\x9c\x2b\xe4\x5c\x04\x89\x3f\x0c\x9f\xff\x76\xe6\xf1\xbf\x61\x65\x5c\x4c\x32\xe6\x22\xbf\x2f\x04\xdf\x17\x62\x71\x9e\x10\xd1\x21\xaf\xc8\x66\x94\x0a\xef\x1f\x34\x5e\x9e\x6e\xf4\x52\x31\xe6\x43\xfc\xc2\x21\x97\xe9\xac\xd2\xc7\x2d\x99\x47\x42\xb7\x39\x99\x74\x06\x4f\xb9\x9b\x9a\x10\x32\xf9\x52\xc6\xf8\x43\x73\xaf\xc4\x07\x35\x9a\xa5\xee\xde\x5c\x94\xfa\xbc\x36\x22\x69\x5d\x79\xe2\xc4\x88\xe3\x71\xf1\xe9\x17\xa6\x4d\xb1\xad\x7c\x1e\x2b\xf7\x68\x78\xda\x85\xf2\xe5\xa3\x25\x06\x77\x4d\xef\x2b\x9e\x19\x3b\x65\x48\x64\xca\x8a\x3d\x3b\xe2\x8c\x86\xe6\x4c\xb2\xca\x1f\x1d\xa7\x30\x74\x63\xbc\xda\xb6\x9b\x71\xd4\xb0\x67\xca\x9f\xdc\xd8\xd8\xec\xe1\x9d\x49\x67\x37\x32\xe2\x92\x86\x5b\x12\x05\xd7\x7b\xc4\xb6\xb0\x55\x62\xe3\xd7\xea\xc6\xba\xb2\xe3\xa2\x37\xaf\xba\x3d\xfa\x02\x7b\x67\xc4\xd9\x95\xf2\xb1\x92\xec\xda\x70\xfd\x65\x6a\xa3\x9f\xb2\xdf\x87\x2c\x5b\x16\x10\x53\x4d\xcb\x04\x11\xdd\x20\x57\x07\x23\xb8\x71\xe4\x12\x0e\xea\xee\xe4\xc6\xe5\x30\x89\x8b\xfc\xfb\xdf\xc9\xa5\x5c\x9c\xba\x8f\x8b\xfc\xfe\x28\x2b\x79\xbc\x60\x0e\xf1\x85\xff\x93\xb9\x4d\x54\xae\x8f\xa2\xfa\xcc\xb6\x38\xea\x7a\xca\x25\x3c\xbe\x90\x13\x65\x7b\x47\x6f\xd4\xcd\xe6\xec\x41\xbf\x93\xf6\xe5\x2d\x2a\x8b\x19\xf1\xfe\x41\x61\xd5\x77\x32\xea\xa6\x25\x24\x1b\x54\xfc\x9e\x9e\xb2\x2a\x7c\x62\xfe\xfe\xc8\xf4\xc5\xfb\xbc\xa6\x6d\xdc\xe3\x3d\xd1\xfa\x4c\xe1\xac\xea\x9d\x31\x69\xab\x6e\x17\x65\x66\x6d\x4d\x18\xfb\xfd\x73\xf6\x9c\x7b\x9b\x0c\xc6\xde\xfc\xe3\x30\xfb\xe7\xba\xf3\x63\x5f\xfe\xb9\x36\x7d\xf3\xea\x0f\xe3\x44\x86\xd4\xa7\xfc\x5c\x79\x6c\x6c\xf1\x50\xe1\xc4\x33\xcb\x3e\x8c\x9d\x3c\xd4\x9f\x36\x7f\x49\x5f\xaa\xf3\xf0\xd4\x94\x11\x8b\x3d\x52\xee\x0e\x1f\x4a\xda\xb3\xf0\xc1\x98\xb6\xe1\x5f\xf1\x7a\x0b\xe6\x8c\xb9\xc2\x56\x8c\x7d\x3e\xef\x53\xf2\x15\xf6\xec\xa8\x53\x73\x75\x93\x96\xb2\x9b\xc3\x5a\xe6\x2e\x4a\x5c\xca\x7e\x1c\x4a\xce\x17\xa2\xe4\x3c\xc1\x5c\xc5\x8d\xe7\x1f\x1d\x08\x4f\x07\x94\x20\xc5\x7b\xfe\xbc\xbe\x10\x0b\x79\x3e\x10\x6b\x29\x2e\x6e\x23\xfc\xd5\x2f\x85\xdd\x44\x17\xf0\xe1\xc3\x3e\x63\xd1\x3d\x14\xf5\xa4\x75\xef\x31\xa6\xa7\xe4\xd3\xce\x9f\xbb\xab\xcc\x85\x34\x97\xb7\x7c\xd8\x61\xe7\x61\x65\x3d\xaf\xfa\xd3\x26\xbd\xc8\x6f\x7e\xa1\x65\x47\x57\xaf\x9d\xb0\x31\xde\x21\x4f\x7a\xf1\x86\x05\x6f\xd2\x57\x6e\xd8\x30\x7f\xc3\x0e\xab\x59\x17\xb3\x57\xcf\xb5\x3d\x76\x6e\xae\xf6\x92\xd8\x8c\x35\x57\xf4\xe6\x5b\xcf\x7f\x34\xab\xf0\xd5\xb2\x05\x35\x73\xeb\x67\xde\x1f\x9c\x38\x7f\x7a\x66\xc8\x8c\xe6\x3f\xba\x19\xec\x59\x9f\x67\x6c\xfe\xb3\x75\x66\xed\x2c\xf1\xe9\x5e\x43\x22\x53\x1f\xcf\x9c\x33\x35\x6b\x68\xe3\xa4\xb4\x19\x95\x53\x32\x86\x1e\x8f\x9f\xc2\xd7\x7b\x4c\x6f\x9e\x94\x37\xbc\x21\xf9\xf4\xd4\x9c\x49\xc1\xc3\x37\x12\x9e\x4d\xe9\x9a\x90\xcb\x66\x8d\xee\x4b\xdf\x39\xfe\x03\x3b\x31\x7a\x53\x7a\x6a\x5a\x37\x7b\x5d\xe4\x14\x40\x44\x90\x1b\x0f\x3f\x0f\x3c\x3c\xb9\x18\xcb\xeb\x07\x33\xc5\x86\x17\x3f\xaf\x1f\x02\x9f\x07\xcf\x23\xf7\xc2\x7f\xc6\xec\x23\xe3\xf3\x2e\xa3\x94\xf0\xa2\x8f\xd7\x56\x5c\x22\xef\xfd\xff\x1c\x59\xad\x32\x47\x70\xe2\xc5\x33\xe5\x73\x0c\x42\x55\x57\x9c\xf6\x3f\x50\xef\x64\x65\xfa\xb9\x5c\x74\x9f\x6f\x70\x99\x47\x4a\xfe\xa9\xfc\x92\x94\xed\x51\x5b\xd7\x94\xe6\x06\x65\x7e\x1b\x2f\xbc\x50\x66\xc3\xa3\x4d\xcc\x69\x9f\x33\x4e\xad\x2f\xab\x90\x9d\xb5\x60\xba\xe0\xda\x57\x17\xd3\x32\x5a\xd3\xed\xd7\xe8\x3d\xdb\x9c\xb9\x68\xe2\xe7\xd5\x31\x7f\xec\x33\x66\x4d\xbc\xb4\xe2\xfe\x9f\xba\x19\xd9\x13\x99\xcb\xf6\x0d\x19\x4f\xb9\x31\xc1\x7e\xc9\xab\xa1\xfc\x49\xfa\x13\x82\x17\x36\x0e\xbd\x1d\x6f\x3b\xfe\x60\xd6\x8b\xe1\x98\x54\xe6\xf8\xe2\xb9\xcb\x86\xb7\x24\x5f\x4d\x33\xce\xbc\x31\xdc\x1f\x3f\x3e\x6d\xe6\xec\x2c\xb6\x5a\x6c\xe3\xb8\x93\xb3\xcd\xd8\xee\xa3\xd5\xc6\x75\x4e\xf7\x65\xaf\x8a\xec\x19\x27\x3f\xed\x02\xfb\x50\x84\x12\xa0\xce\xd3\x3b\x39\xf0\x7c\x0e\xf8\xfc\xf7\x44\x9e\xcf\xfb\x42\x5e\x5d\xc8\x51\xe7\xe2\x6e\xc2\x77\xff\x54\x39\x90\xc0\x8d\xff\x30\xc9\x87\xc7\xce\xc7\x09\x2f\xde\x79\xae\x9a\xe4\xcb\xe5\x31\x75\x46\x32\xe9\x14\x55\xf7\xb0\xb6\x5a\xab\x48\x7e\x62\xe5\x8a\x93\x83\xd6\x59\xfa\x31\x05\xcf\x8e\x65\xfa\xd6\x3b\x4a\x6f\xb0\x2f\xef\x8c\xff\x10\xec\xb6\x80\x79\x80\x31\x23\x39\xa9\x70\xfa\xef\x62\xd7\xf5\x1a\x69\x3d\x13\xe7\xed\x1b\x5b\xb6\x7e\x52\x42\xea\x83\xc2\x8e\xe6\x2d\xe9\x6b\x93\xee\x16\x2c\x7d\x9c\x3d\x25\x30\x21\xa7\x20\xf2\xcf\xfa\xf4\xfa\x84\x3f\x79\x46\x43\x7b\x26\x2e\x48\xf0\xd9\xce\x1c\x96\x1e\x17\x90\x38\x7b\xf3\xcb\x61\xa3\xb1\x69\x89\x93\x72\xde\x0c\xaf\x4e\xfe\x96\xa8\xb7\xb6\x6d\xf8\x76\x42\x57\xc2\xd5\x55\xd7\xd9\x8c\xd8\x23\x09\x9f\x56\x6e\x67\xbb\x8d\xd6\x4f\x78\xb8\x6c\x34\x7b\x51\xd4\xe4\x84\x51\x4b\x74\xd9\x0d\xe1\x1e\xf1\xbd\x8b\xce\xb3\xef\x86\xb6\xc7\xc7\xce\x3f\x4a\x2b\x05\x2d\x05\x2c\xfb\xb9\xf1\x05\xb1\xb8\x38\x8e\x37\xdf\xe7\xdf\xfb\x3b\xfe\x42\x6e\xff\x0b\xe9\x83\x64\x7c\xde\xcd\xe0\xea\x80\x1e\x35\xd6\x90\xf7\x8d\x9d\x9f\x1b\xc8\xb8\x5c\x92\xe5\xea\x42\xea\x72\x5b\x2a\x46\xce\xa0\xa8\x63\xd7\x5b\x5d\xd4\x52\xc4\x75\x8b\xfd\x9b\x23\x4c\x47\x30\x27\xe7\xe6\x36\x5e\x71\xbf\x67\x51\xb3\xcc\xa3\x6e\x6d\xb4\x85\x97\xd2\xb4\x97\xd5\x5d\xe9\xb2\x51\xf3\xd2\x46\x9f\x92\x5a\xed\x13\x1f\x9c\xf8\xf4\xc4\xbe\x12\xbd\xa4\xcf\xa3\x4d\x8f\x27\x9c\x7b\x9b\x22\x18\x99\x52\xe5\xf6\xa0\x28\xe5\x56\x78\xc8\xb1\xfe\xdf\x6a\x29\x4e\xe1\x8b\x2b\x86\x86\xd7\x25\x65\x45\xc8\x96\xa9\x0f\x9f\x4d\x28\x88\xc8\x2b\x3a\x3f\x3c\x18\x67\x14\xb1\xae\x20\x83\xed\x1d\xa3\x1d\x71\x7f\x97\x24\x3b\x3d\x2a\x27\xd2\x7a\x7b\x0d\xbb\x20\x22\x26\x52\x29\xb7\x9b\xdd\x1e\x66\x10\x69\xbe\x29\x88\xfd\x23\x78\x28\xd2\x21\xe7\x24\xad\x10\x14\x1d\x79\x7e\xed\x26\xda\x28\xd0\x3e\xd2\x65\xd5\x57\x3a\xc1\x6f\x27\xe0\xc5\xd3\xbb\x24\x5f\xe0\xd5\xff\x1b\x7f\xcf\xff\x42\xe2\x77\x3f\x70\x9c\xeb\x07\xf4\xce\xe4\xc4\x58\xf2\xfc\x85\xb8\xfd\x21\x6e\x6b\x9c\x27\xbc\xcf\x65\xe9\x16\xa2\xaf\xab\x7f\xdf\xf6\x9b\x83\x47\xc1\xd5\x85\x94\x3e\xef\x34\x55\xfc\x42\x51\x3b\x67\x5f\xdf\xab\xaf\xa0\xd8\xb5\xfa\xc6\x35\x1d\xc7\x55\xac\x84\x39\x8f\xdb\xdd\x42\x97\x38\x8c\x4d\xd3\xb8\xb8\x73\xbc\x8e\xff\x9d\xf8\xe1\xd6\xf3\x2b\xd4\x43\x9e\x47\x36\xb7\x54\xed\xd3\x8c\xc8\x0d\x71\xb9\xb0\xbf\x21\x36\xea\x66\xc0\xa2\xe6\xd7\x77\x43\xa3\x73\xfc\xb6\x37\x1f\xeb\xb7\x89\x7a\xe4\x6f\xd4\xd0\xc3\x8e\x8d\x9c\xe6\xbf\xa1\xb6\x9f\xbd\x24\xfc\x63\xc0\x9c\xe3\x2f\xd9\xbb\xc3\x7e\x06\xec\xa8\x1c\x60\x77\x84\x94\x07\x4c\x3f\x78\x9f\x16\x0f\x2c\x09\xd8\x5e\xf2\x8b\x36\xf7\x7f\x19\x78\xb6\x48\x98\x36\x0b\x60\x04\xae\x29\x58\x4b\x27\xfa\xb6\x07\x7e\xca\xff\x44\x67\xf8\x14\x06\xae\xde\xb1\x8c\x2e\xf6\xfc\x15\xe8\xb5\xb5\x9b\x3e\xef\xa1\x00\xc4\xaa\x71\xe3\x9d\xc5\xd3\x01\xad\xe6\xf5\x47\xd9\x43\xd6\x8b\x81\xc7\x15\xa4\x5e\xbe\xef\xac\x26\xbc\xd6\x13\x8d\xb3\x04\x6f\x47\x72\x7d\x71\x2e\xbf\x6e\x23\x9f\xcf\x2a\x76\x90\x3e\x42\xc7\xf3\x6f\x11\xfe\xe3\xc0\xbd\x1e\x32\xbf\xf2\x0e\x3d\xd4\x16\x5a\x43\x51\x1b\x8c\x1e\xfc\x66\x16\x4b\x5c\x5f\x94\x73\x7f\xb2\xd5\x09\xf5\xb6\xa9\x0a\x77\xed\xfd\x37\x98\x29\x24\x94\x77\xb7\xa5\x48\xbb\xb0\x22\x2e\x76\x2b\x2c\x3e\xeb\xc9\x0a\xac\xec\x3a\xb4\xc7\xc9\xe7\xb8\x8f\xd7\xed\xc1\xd3\x1d\x7e\x75\x1e\xf5\xb7\x57\x75\x67\xfb\xaf\x72\x97\xba\xed\xf0\xad\xcf\xaf\xd2\x9d\xba\x7e\x8e\xf6\xf4\x29\x75\x57\x6f\x6b\xa7\xc7\x7a\x1b\xbb\x0f\x36\x37\xd0\xd3\xbc\x5e\x79\xd8\x36\xf4\xd0\x1b\x3c\x93\x3c\x4d\x6b\x9d\xe8\x5c\xcf\x44\xcf\xe9\x27\x36\xd2\x15\x1e\xa2\x5e\xf2\x47\x42\xe9\x7a\x77\x67\x2f\xeb\xf2\xb3\xf4\x4d\x57\xda\x6b\x67\x69\x07\xfd\xcc\x55\xca\xfb\xd2\xfe\x31\xf4\x3d\xd7\x4b\x5e\x7b\xf7\xda\x42\xde\xf1\x29\x90\x7e\x9a\x1b\x77\x76\xcb\x7f\xf3\x7f\x48\x9c\x9b\xf7\x1f\x1b\x6a\xb9\xbe\xef\x96\x8d\x84\xc7\xef\x8a\xba\x48\x7c\x2e\xda\x77\x5e\x23\xf9\x72\xee\x72\xe7\x04\x0e\x9e\x8a\xec\x21\x7e\x4a\x87\x36\x3d\x24\x3e\x5b\x7b\x14\x9f\x92\x3a\xb1\x61\xfe\xab\x29\x84\xef\xb8\xfc\x4e\x62\xd4\x61\x8a\x9a\x5d\xfb\xc6\xd6\xe8\xa1\x02\x6b\xdc\x88\x57\x17\x3c\xee\xeb\x2c\x8a\xbc\xf0\x32\x24\x7e\xbc\xc5\xe8\xc0\x49\x2f\x97\x66\xf9\xd8\x1a\x7b\x45\xbd\x1c\xbf\xb3\xcc\x21\xdc\xd5\xf6\xa5\xfe\xa9\x2a\xa7\x00\xc7\x6f\x2f\xba\x3b\x17\x3b\xb1\x1d\x56\xbf\xb8\xf9\xb9\xc8\xc9\xc4\xe1\xf6\xd3\xad\x34\xed\xa8\xec\x70\xe4\x5e\x0d\x64\xed\xff\x38\x8e\xbb\x35\x0b\xe2\x0e\x59\x8e\x65\x57\x9b\xa0\x6c\x7f\xc9\x49\xf6\x62\x2e\x34\xed\x43\x9d\xb4\x9b\x4a\x61\x69\xe7\xe9\x74\xb6\x21\x06\xf6\x76\x12\xce\xb6\xb5\xba\xf0\xb4\x5d\xee\x32\xfe\x44\x17\xec\xed\xc6\x39\x57\x1c\x6d\x41\x92\xf5\x35\x17\x97\x8a\x6f\x48\xb5\xde\x05\x2c\xe9\xfd\x6f\xfd\x67\x33\x2b\x6a\x39\xf8\x79\x4f\xcd\x7d\x0e\xf6\xae\x68\x22\x7c\x7e\xcf\xd4\x76\x22\x28\xbb\xfa\xf1\x06\xa9\xa7\xe7\x3f\x74\x91\xf5\xb5\xf6\xe4\x43\xa2\x7f\x38\x3c\xf3\x29\xd9\x4f\x15\x45\xbe\x7c\xcf\xc1\x6d\x3e\xef\x89\x8f\x44\xf6\xf8\x2f\x0a\x1c\xcc\xd4\xfb\xf9\x44\x68\x0a\x45\x4d\x0e\xe9\xdf\xab\x95\x2b\xb6\x37\xde\xb9\xdf\xcc\xe1\xcd\xa8\xfc\xa0\xd1\x3f\x3d\x23\xcb\x75\xd7\x79\x4d\xe8\xf7\x9d\x55\x65\x70\xc2\xf9\x62\x7f\xcb\x96\x1b\xc6\xe7\xec\x6e\x0d\xb0\x8e\x95\x98\xc6\x58\xf7\x0e\x08\x5c\xfb\x68\x36\xd2\xaa\x76\x60\xc6\x87\x02\x53\xa6\xd5\xaf\xef\x97\x71\xd3\xf8\x80\x95\xe8\xfb\x8b\xe8\x31\x0a\xb7\xba\xd0\x5b\x86\xb3\xc6\x5f\xad\x8e\x3e\xc8\xc1\x59\xe3\x4d\x56\x55\xdd\xca\x38\x6f\xac\x67\xbd\xe1\xfa\x22\x9c\x34\x61\x58\xbf\x6a\xbb\x8f\x53\x26\xa2\x36\xd3\x5b\x2e\xe1\x84\x89\xad\x4d\xe5\xb9\x21\xd4\x1a\xdf\xb0\x55\x6c\x48\x45\xad\x71\x8f\x6d\x58\x6d\x1b\x1a\x8d\x03\x80\x6d\x3f\xc9\x38\x94\x97\x13\xfd\xcf\x37\x26\xf7\xf9\xbf\xe8\xe5\xea\xc0\xee\xf6\x5e\x21\xf3\xa2\x63\x69\x27\xa9\x13\xad\x39\xf7\x88\x7e\xaa\x6e\x07\xb7\x5f\xd2\xd1\xe8\x5e\xe2\x9f\x71\x80\xf5\x96\xf8\x03\xe4\x9f\xfa\x4c\x74\x85\x1b\x34\x7e\x14\x73\x70\xb1\x27\x97\x27\x4e\xe7\xdd\x83\x4f\x39\x0a\xa8\x96\x8d\x1c\x15\x61\x07\x58\x9a\xca\x68\x78\x97\x02\x41\x27\x55\xcb\x5d\x95\x81\xc9\xcd\xcc\x87\xf6\x4b\x81\x35\x89\x5a\xb0\xba\x08\x1c\x08\xd1\x19\x6d\x21\x0a\x9c\xef\xd5\x8d\x25\xf7\xf7\x3f\xea\xdc\x37\x53\x03\x7e\x58\x69\x5d\x32\xb5\xc3\x7b\x80\xa9\x6a\x32\xee\xe7\x55\x80\x39\xcf\xc4\xbb\xaf\x06\xd0\xf0\xfe\x47\xe7\x70\xf1\xb1\x38\xa0\xbd\xc3\x54\xab\xa7\x0e\xd0\x9a\x69\x3a\xb6\x33\x0d\xd0\x2a\x32\xb3\xba\x16\x09\x68\x1f\x34\xbd\xdb\x16\x0a\x68\xb5\x98\xdb\x5d\xa8\x04\x74\x92\x80\x43\x5c\x1d\x68\xd5\x69\xd2\x17\xeb\xed\x5d\x6e\xde\xdf\x9f\xc8\xf5\x45\xba\x21\x7f\x3b\xf4\xbf\xf1\x37\x3c\x7e\x4e\x74\x10\x27\x8a\xb9\xbc\xf8\xa1\x6d\x1f\xc9\xb8\x15\x7e\xe2\xf6\x0d\xda\x5a\x3c\x48\xf4\xa5\xab\x63\x41\xf6\x57\x19\x3c\x5e\x33\x65\x01\x17\x23\x9e\x02\x32\x6a\x14\x15\x20\x0b\x98\xf4\x48\x84\xbb\x59\x03\x3e\xf3\x14\x95\x1d\x86\x80\x94\x77\xa3\xaa\xad\xcf\x03\x8b\x15\xd4\x22\x2c\xee\x03\x3b\x7f\x31\xa5\xcd\x02\x80\x63\xc7\x34\x22\x4d\xdc\x80\xd6\x39\x1a\x23\x8c\x83\x81\xbb\x5e\xcc\x39\x46\xad\xc0\xfb\xb9\x8c\x97\x7c\x1f\x03\x3e\x6f\xab\xfb\x7c\x60\x39\x20\x37\x45\x5f\xf9\xe3\x65\x40\x31\x4c\xbf\xe3\x55\x1b\xa0\x2c\xaa\x7f\xf8\xd9\x72\x40\x59\x97\x25\x70\x7f\x15\xa0\xfc\x96\xd5\xd7\x75\x17\x50\x09\x62\x95\xdf\x3c\x02\x8c\x7a\xf4\x6b\xa8\x9a\xcc\xfb\xb7\x17\x9a\xc9\xfa\xff\x68\xd7\x35\xa2\x83\xe9\xf4\xef\x22\x71\x5d\x6e\x7d\x44\x78\xef\x73\xba\x2f\xc9\xcf\xab\x8b\xde\x93\xf5\xf4\xf0\xd7\xaf\xe4\xf3\x7e\xfc\x26\xf1\xe6\x4d\x62\x13\xbd\x0c\xdf\x07\x61\x21\x8f\xff\x4d\xe7\xf1\x7a\xa3\x79\xbc\x9e\xb7\x3f\x20\x14\x4b\x51\x9e\x3e\x80\xc1\x45\xd1\x99\x0e\xb6\x80\xbb\xbd\x4c\x9a\xb5\x1e\x10\xb7\x5e\xee\xb8\xc5\x5e\x60\xd6\x07\xc5\xef\x7c\xdf\x7e\x63\x4f\x60\x5f\x89\x8a\x82\x61\x32\x70\xa2\x4c\xc5\x99\xf5\x15\x68\x89\x1f\x75\xdd\x40\x1f\xe8\x3c\xa6\xb2\xc7\x40\x03\x78\x51\xa7\xa2\xcf\x8a\x00\x06\x8e\x29\xbe\xd5\xcd\xe3\x8c\x87\x4c\x0a\x5f\xe7\xa0\xb1\xf1\xd7\x3e\x40\x5c\x5d\xe9\xd6\x0f\x72\x93\x5d\x53\xef\xed\x27\x40\x72\x91\xe6\x84\xde\x24\x40\xca\x5f\x4b\xf6\xd1\x31\x40\x7a\xe5\x87\x80\x66\x72\x9e\x7c\x6a\x75\x8d\xe4\x7b\xb7\x69\x0f\xd1\xfb\xb5\x7d\x7c\xcc\xbd\xff\xae\xfb\x9a\xf8\x63\xd5\xd6\xf6\xe5\x52\x84\xff\x1d\xd0\x25\xeb\xe1\xb6\x3f\x73\xa8\xff\xfa\xa1\x18\x73\x71\x19\xcf\x07\x84\x7f\xff\x3d\xd5\xef\x6f\xbe\xd3\x49\x0c\x18\x51\x4f\x51\x8e\xeb\x01\xed\xab\x42\xfa\xd6\xa3\x01\x47\x15\x89\x0e\x0b\x71\x20\x72\xa6\xf4\x06\x93\x91\xc0\x44\x1f\x99\x69\x46\x57\x80\xa5\xba\xf2\xd3\x0d\x57\x02\x5b\x07\x14\x83\x59\x0d\xc0\x81\x3d\x8a\xd5\x7a\x34\x70\x62\x92\xa2\xb8\xbe\x14\x70\x5e\x5b\x49\x46\x77\x23\x70\x6d\x8f\xc2\x4a\xdd\x47\xc0\x93\x35\x0a\x25\xba\x1a\x40\xdf\x4e\xb9\x3c\x5d\x7b\x00\x69\x32\x3a\x7c\x9d\x83\xcc\x20\x57\xe7\x20\x68\x04\xc2\x65\x8e\x54\x18\x20\x77\xf4\x84\xd8\x5f\x48\x4f\xfb\xe7\xcb\xaf\x11\x9d\xd3\x9d\x9c\x1e\x12\xdf\x35\x83\xa7\xc4\x17\xe5\x42\xdc\x6b\xe2\x03\x54\xa7\xf0\x85\xec\x1b\x4e\x38\x0d\x90\xfd\x56\xf9\x65\xae\xfe\xab\x60\x19\xfe\xf2\x01\xe0\xfb\x20\xcc\xe3\xf9\x26\xf0\x7d\x20\xe2\x79\x7a\x11\x3f\x1e\xff\x6f\x13\xcd\xd3\x41\x58\x00\x5a\xe7\x04\x17\x99\xcd\x03\x6c\xec\x45\x07\xf9\xf7\xfc\x0d\x33\x80\x94\x4b\x92\xc7\x0d\x1e\x01\x73\x16\xc8\x44\xb0\x16\x01\x6b\x32\x64\x6b\xf5\x16\x03\x3b\x77\xc9\x9e\xd4\x65\x01\x07\x54\x64\xab\x74\xca\x80\x63\xb9\x72\x22\xda\xa5\x40\x7d\x8b\x6c\x8e\xd6\x1b\xa0\x4d\x54\xe6\x8f\x16\x0d\x74\x3b\xca\x8a\x6b\x9b\x03\xaf\x0a\x64\x96\x68\xd9\x03\xdf\xa3\x25\xdf\xf1\x75\x0e\x8c\x23\x1c\x14\x92\x15\x56\xe3\x8e\x0b\x95\x82\x2a\x0e\xde\x73\xec\xe6\xea\x3f\xbe\x3d\x23\x7e\x48\x17\x1d\xdf\x11\x3f\xa8\x86\xd6\xef\xe4\x7c\x75\xb2\x6e\x50\x8f\x83\x15\x3c\x1d\xc0\x3f\x3a\x18\x9e\x3e\x80\xef\x87\xc2\xf7\x41\xf8\xc7\x07\x82\x37\x0f\x22\x79\xfa\x18\x8f\xdf\x3c\xfd\xc3\x66\x2e\x5a\x7c\x01\xd4\xe3\x47\xce\x32\xfc\x02\x98\x7e\x13\xce\x61\x5d\x05\xbc\x85\x45\x75\x59\xa7\x80\x78\x4d\xf1\x5a\xed\x27\x40\xba\xa2\xd8\x1a\x3e\xaf\xad\xab\x08\xe4\x14\x48\x33\x75\x46\x02\xf9\xfe\xd2\x69\xda\x5e\x40\xf1\x18\xe9\x89\xda\x4c\xe0\x88\xb2\x8c\x9a\xe6\x54\xe0\xb4\xb9\xd4\x11\x8d\x28\xe0\x82\xaf\xe4\x4e\x4d\x17\xe0\xe6\x52\xa9\x76\x4d\x01\xe0\x91\x8d\x94\xaa\xc6\x44\xe0\xbd\x95\x44\x02\x73\x37\x30\xa0\x24\x26\xc8\x2c\xe4\x8c\x83\x48\x9d\x58\x0b\x77\x3c\x3a\xdf\xf7\x12\x5d\xd4\x65\x39\x6e\xfc\xe7\xc4\x7e\x90\xbf\xb3\xa6\x62\x98\xeb\x0b\xc6\xcb\xf3\xff\xd5\xc1\xf0\xeb\x00\x5f\x07\xc2\xaf\x87\x13\x79\xe3\x92\xc0\xd3\x09\x05\xcf\xe6\xa2\x33\x0f\x4d\x05\x80\x11\x4a\x14\xa5\xd3\x07\x48\x49\x52\x14\xcb\x10\x30\x2c\x16\xb2\xd2\x89\x07\x9c\xd5\x84\xe6\xe9\xca\x02\xe1\xbf\x44\x5a\xb4\x07\x80\xb4\x11\xa2\xfd\x5a\xe6\xc0\xac\x34\x31\x61\xad\x23\xc0\xb2\x83\xe2\x8f\xb4\xda\x81\x0d\x01\x92\x32\x9a\x2f\x81\x1d\xf5\x92\xc2\x9a\x1e\xc0\x3e\x37\x49\x25\x0d\x7b\xe0\xd0\x1f\x89\xb5\x9a\x93\x81\xea\x03\x52\x9b\x98\xbe\x40\x63\xb6\x84\x36\x73\x31\xd0\xf6\x51\x62\x05\x73\x2a\xd0\x15\x2b\xe1\xc2\x7c\x00\x3c\xaf\x90\xb0\x57\xaf\x05\xfa\xa2\x45\xbb\xd4\xc7\x02\x83\x9d\xc2\x5f\xae\x64\xf4\x11\x1d\x54\xd3\xea\x9f\x44\xff\x54\xc7\xf3\xb9\x39\xca\xcb\x77\xbe\x0e\x86\xaf\x07\xdc\xc8\xf3\xcb\xe0\xeb\x40\xe6\xf1\xfc\x2d\xa6\xf2\x7c\x33\x52\x79\x7d\xd4\xa2\x6d\xb8\xf8\x4f\x3f\x94\x22\x2e\x1a\x8e\xe5\x22\xd3\x03\x10\xbd\x4b\x51\x3a\x67\x01\x3d\x96\x40\x27\x27\x8f\x6d\x8f\x09\xbc\xd7\x7c\x04\x04\xca\x09\xad\xd0\x32\x06\x12\x75\x44\x94\x99\xdb\x80\xc9\x72\xc2\x63\x99\xa3\x81\x39\x02\x22\x32\x1a\x1a\xc0\xb2\xe5\xa2\xc5\x1a\x53\x81\x75\x2f\xc5\x0e\x68\x74\x02\xdb\xc7\x89\x77\x33\xb3\x80\x42\x09\xb1\x41\x8d\xf9\xc0\xa1\x5e\x89\x9b\xea\xc9\x40\x55\x92\xd8\x16\x75\x3b\xe0\x8c\xba\xd8\x6e\x75\x16\x70\xe1\x97\xd8\x21\xf9\x2e\xa0\xcd\x9b\xa2\x18\x55\xc0\x9d\x25\xa2\x45\x8c\x50\xe0\xb9\x8a\xc8\xec\xe6\x70\xee\xf3\xaf\xcf\xc3\x12\x0e\x1e\x4b\xc1\x5f\x3a\x98\x7f\xfc\x50\x8c\xff\xae\x03\x0b\x78\xfa\xc8\x19\xdf\xb9\x38\x41\xec\xef\x79\xc0\xf7\x85\xf1\xe0\xf9\xe9\x58\x45\x71\x51\xbf\x8b\x8b\x8a\x3c\x9d\x8c\xa6\x2a\xa0\xa5\x3b\x72\xb3\xa4\x3d\xa0\xf9\x80\xa2\x98\x56\x80\xe7\x44\x81\x83\xa2\x63\x01\xcf\x3a\x8a\x62\xa6\x02\xa9\x4d\x42\xb5\x52\x77\x80\x71\xdf\x28\x4a\x26\x0e\x98\xf6\x88\xa2\xd4\xbd\x80\x25\x2f\x84\x9b\x24\xea\x80\xc5\xd9\x14\x25\x36\x03\x58\x25\x4f\x51\xea\xde\xc0\xee\x0a\xd1\x4c\xc6\x12\xa0\x44\x59\xe4\xa1\x84\x08\x50\xdc\x47\x51\x92\x82\x40\x65\x25\x45\x31\x26\x03\x8d\xb5\xa2\xcb\x19\xc1\xc0\xc5\x2a\xd1\x58\x11\x45\xa0\xd5\x80\xfb\x5e\x92\xaf\x03\xf9\xbf\xfb\xc2\xfc\xcb\x77\xf2\x79\x1e\xae\x0f\x80\x00\xd3\xd1\x9e\xf0\x7d\x33\x3d\x4c\xc8\x7b\x9c\xe0\x60\x07\xc1\x14\x40\x43\x30\x2a\x43\x28\x08\xd0\x75\x49\xfd\x2e\x56\x0d\xb0\x32\xa7\x1d\x95\x4a\x05\x58\xd2\x0b\x37\xc9\x08\x03\xac\xd0\x9c\x5d\x72\xd9\x80\xbe\xc9\xee\xab\xf2\xa9\x80\xfe\xb9\xc3\x52\x8a\x6f\x00\xdd\x3f\xf5\x3f\x15\xcd\x01\x5d\x95\x6b\x56\x0a\x0d\x80\xce\xcf\x27\x47\x15\x02\x00\xdd\xec\x2f\x57\xe5\x6b\x00\x9d\x34\x40\xba\x0a\xd0\xe8\x00\xc4\x75\x07\xf6\x6a\x96\x00\x92\x4b\xbf\x06\x6a\x8e\x03\x24\xef\xbd\x2b\xe4\x64\x84\xd4\x8e\x17\x7a\x5a\xcb\x01\x99\x6d\x8f\xfd\xb5\x4e\x01\xb2\xfa\x77\x95\xb5\x01\xc8\x9b\x76\x25\x68\x87\x00\x72\x9e\x37\x28\xad\x13\x80\x6c\xe6\x95\x4b\x3a\x6e\x80\xfc\xea\xb6\x50\xcd\x74\x40\x9a\x54\xfb\x7f\x74\x20\x3c\xfd\x03\xdf\x07\xe3\x7f\x74\x20\xfc\xf7\xfb\x7c\x1f\x80\x44\xfb\x0a\x32\x0e\x8d\xae\xbf\xc8\x38\x84\x06\x1a\x0a\xba\x02\x5a\x13\xa2\x46\x0b\x97\x02\xfa\xc9\x29\xed\xe2\x6f\x00\xfd\x9a\xa9\x71\x92\xe5\x00\x4b\x7f\xc1\x55\x69\x36\xc0\x7a\x92\xc3\x92\x1b\x06\x58\xd9\xbb\xe3\x15\x9a\x00\x96\xc7\xe1\x64\xa5\x5c\x40\xef\x78\x43\xba\x92\x36\xa0\xb7\xaf\x23\x57\xe9\x19\xa0\x6b\xf3\x94\xa5\x50\x04\xe8\xe5\xfc\xd0\x53\x78\xc0\x1f\x07\x36\xa5\x75\x1a\x90\x62\xfe\xb8\xae\x95\x0f\x48\xeb\x7c\xfc\xa9\x9d\x02\xc8\xf4\xbf\x9e\xad\x53\x00\xc8\xa7\x3c\x9b\xa9\x73\x1a\x90\x7f\xf6\xe0\xa4\x76\x17\x20\xd7\xd3\xfd\x44\xd7\x0e\x50\xe8\xeb\x7c\xad\x6b\x0a\x28\xf4\x5e\x6b\xd5\x5d\x05\x28\x06\xb7\xbf\xd0\x49\x05\xe4\x8f\xb4\xfe\xd1\x9d\x0d\x28\x10\xf5\x16\xdf\x0f\xe4\x7f\xf5\x0f\xfc\x79\xf0\xb7\x0e\x84\x8f\x7c\x5d\x8c\xfa\x3d\x8f\x99\x02\x0b\x00\x2d\xbb\x80\x01\xa1\x73\x80\x76\x5d\xc4\x7a\x11\x2b\x80\xa5\x99\x3c\x49\x42\x0e\x30\xf2\x4f\x7f\x2c\x43\x01\x06\xe3\xe6\x87\xc8\x5c\x05\x0c\x1f\xaf\x1f\x52\x78\x03\x18\xb5\xec\x6e\x1b\x35\x05\x30\xd8\x76\x78\xdd\x28\x4b\x80\xb5\xe5\xec\xb2\x51\xa7\x01\x96\xca\x8d\xe7\x2a\x8a\x80\xfe\xc1\xe7\x8d\xa3\x8c\x01\xfd\xf5\x3f\x8f\x29\x59\xf2\xc7\xe1\xd7\x26\x1d\x09\x40\xa6\xe1\xab\x94\x2e\x05\xc8\x0b\xbc\xdf\xad\x1b\x03\x28\x30\x5f\xbc\xd0\x39\x08\xc8\xe7\x3f\x1e\xaf\xfb\x0c\x50\xac\xb9\xa7\xa5\xe7\x06\x28\x8d\xbd\x7d\x48\x2f\x06\x50\x5a\x7f\x3d\x47\xf7\x25\xa0\xf8\xf0\xca\x0f\x3d\x03\x40\x49\xff\x52\x8b\x9e\x3e\xa0\xc8\xbe\x70\x4e\x4f\x03\x50\x24\xee\x88\xc1\x55\xff\x77\x3e\xf0\xe7\x01\x3f\x7e\xde\x7d\x5f\x1e\xf2\x75\x31\x7c\x7d\x10\x5f\x27\xc5\x3a\x1b\xee\x27\x56\x0b\x18\x48\x27\x4e\x94\x48\x05\x8c\x7f\xa6\x7b\xc9\x6a\x03\x46\x4f\xe7\x5b\xcb\x3d\x04\x4c\x44\xd7\x3b\x29\x7d\x05\x8c\xd7\xee\x16\x53\x31\x02\x8c\x75\x2a\x4d\xd4\x36\x01\x86\x93\x1a\x93\xd5\x12\x00\x03\xe7\xce\x08\xd5\xdb\x00\xcb\xe6\x45\xc8\xa8\x7e\xc0\x20\x6c\xf0\xfa\xa8\x10\x40\xf7\x31\x20\x7b\xef\x67\xaf\xde\x3a\x40\xa1\xe1\x63\x91\x9e\x31\xa0\xa8\xf6\x46\x4d\x7f\x16\xa0\xbc\xe3\xd9\x5e\xfd\x3c\x60\x94\xe1\x83\x6e\x7d\x16\xa0\x5c\xd5\x7d\x4a\x3f\x11\x18\x25\xda\xa9\xa1\xb7\x17\x50\x7a\x7f\xb5\x9d\xd5\x0c\xa8\xf4\xb6\x45\xe9\xd7\x02\xa3\x9c\x5a\x2b\x58\xd5\x80\xca\xec\xa6\xb9\x7a\x55\x80\xd2\x64\xfc\x47\xff\xc0\xcf\x07\xc7\xd4\xbf\xf9\x4e\x3e\xcf\xc3\xf5\x41\x10\x78\x66\x3a\x8e\xf0\x5d\xa7\x2c\xa7\x90\x71\xd8\xe2\x78\x55\x60\x06\xa0\x93\xe5\xf9\x49\xd8\x14\x30\x50\x08\x3e\x2b\x36\x0b\x30\xb9\x1a\x5f\x23\x2d\x08\x98\x8a\x4e\xca\x96\x2d\x02\xcc\x9e\x67\x85\x29\x19\x01\x26\x6f\xd6\x19\x2b\x17\x01\x26\x0a\xbb\x0a\x54\xea\xff\x33\x0e\x1f\xce\x65\x32\x2c\x01\x43\xed\x5b\x49\x0c\x37\xc0\x20\xf3\x55\x3b\x67\x3c\x0c\x8b\xe8\x1c\x95\x93\xc3\xaa\xac\x69\x80\xd2\x81\x6f\x16\xac\x7e\x40\x45\xe4\x5d\x89\x81\x16\xa0\xaa\xd6\x7b\xc7\xd0\x0a\x60\x78\x3c\x9a\x6c\xa8\x09\x30\x42\xee\xbe\x30\x88\x06\xd4\x24\x6e\x25\x18\x96\x00\x8c\xe1\x8e\x20\x23\x55\x40\x3d\xbb\xed\xb1\x61\x2c\xc0\x50\x68\xdd\x66\xa8\xc5\x39\x8f\x34\xfd\x34\xec\x07\x18\x93\xcf\x89\x18\xce\x03\xd4\x48\x97\xc8\xff\x3f\xfd\x83\xd5\x0c\x2e\x9a\x54\x52\xff\xd1\x41\x88\xe6\x1b\xf9\x91\xf8\x73\xac\xe4\x47\xfe\x01\x34\x6e\xdb\x85\x08\x9c\x07\x0c\x34\xdd\xd8\x22\x2f\x00\x13\xab\xc0\x06\x09\x2f\xc0\x74\x20\x36\x4b\x7a\x0c\x60\xd1\x33\xfe\x95\xfc\x27\xc0\xc2\x69\x6e\x83\xb2\x08\x60\x6e\xb4\x26\x53\x65\x17\x60\x76\x63\xb7\x80\x3a\x67\x9c\x94\x8f\x6c\x62\x26\x03\x26\xc9\xe7\x7f\x6b\xfc\x06\x8c\xb2\x6e\xff\x66\x4e\x06\x8c\xfa\xde\x7f\x64\xd6\x02\x46\x0f\x39\x7f\xf7\x2f\x17\xc3\x93\x80\x9a\x45\xdf\x27\x23\x49\x40\x5d\xf9\xe5\x4e\xa3\x23\x00\xb3\xea\x69\x1a\x89\xf3\xc9\xfd\x5d\x46\x6b\x01\x66\xe1\xed\x66\xe3\x32\x40\x33\x84\xaf\x8b\x6b\xdf\x62\x7c\x14\xd0\xa8\x6b\xbd\xc9\x39\x91\x69\xe4\x36\x2d\x36\x9d\x0c\x68\xad\x39\xe7\x65\xac\x09\xa8\xf7\xd4\x35\x19\xab\x01\xea\x64\x37\xf0\xbf\xfa\x87\x7f\x78\x6f\x1e\xef\x6b\x48\xfc\x0f\x46\xfc\xd0\x53\x25\xf9\x50\xcc\x22\xf5\x94\x79\xc5\xb4\x7d\xe4\xdd\x7f\x75\x31\xc6\xdf\x9d\x21\xa6\x05\x98\xa7\xfa\xb6\x4b\xba\xfd\xab\x17\xb3\x46\x9a\xa7\xe2\x1f\xc0\x7a\x5c\x66\x8a\x4a\x3c\x60\x39\x79\xf5\x78\xb5\x1a\xc0\x62\xfe\x2e\x07\xe6\x0b\xc0\x5c\xf2\x88\xb4\x16\x05\x98\x5a\x36\x3d\xd7\x1a\x03\x18\x9f\xb9\xf3\x48\x73\x3b\x60\x22\xf0\x69\xa4\x66\x26\x60\xdc\x08\xa8\xab\x7c\xdb\x60\x1c\x01\x30\x6f\xbc\xa9\x30\xb1\x07\xb4\x22\x9e\x9e\x35\xf1\x07\xb4\x4a\xef\xc3\x74\x3e\xa0\x53\xd7\x75\xdc\x34\x0b\xd0\xc9\xbc\xd1\x61\xea\x0d\x68\x77\x5c\x89\x35\x95\x00\xb4\xe8\x8b\x06\x66\x0d\xf8\xa9\x6b\xdf\x7c\xdf\xe4\x32\xa0\x79\xba\x71\x99\xd9\x15\xb0\x75\x82\xeb\x6c\x4d\x73\x01\xcd\x1b\xa7\x83\x4d\x8a\x01\x0d\x23\x4e\x9c\xde\xcd\xd4\x5f\xba\x30\x0b\x9e\x8e\x92\xcf\xf7\x71\x79\x4f\x91\x5f\x9a\xc4\xd7\x5f\x21\x46\x97\xf4\xc7\xd0\x39\x6d\x24\x24\x68\x0b\x98\x2a\x59\x2e\x15\xd5\x06\x2c\xca\xed\xc5\xc4\x53\x00\xeb\xd5\x5e\x71\x52\x8d\x80\xdd\xa8\x70\x6b\xb9\x5f\x80\xdd\x60\x6a\x9d\x72\x15\x60\x37\x71\x56\x89\xda\x2c\xc0\x66\x43\x76\x0f\xb3\x1e\xb0\x5a\x9a\x7f\x47\x2b\x11\xb0\x88\x38\xb2\x45\xfb\x2d\x60\xf6\xa6\xc5\x5b\x77\x0a\x60\x7a\xfc\xbe\xb9\xae\x16\x60\x5a\xf0\xfd\x97\xf6\xb3\x3f\xe1\xa6\x1f\x01\xed\x53\x1f\xb4\xcc\x55\xf1\x5e\xff\xec\xb3\x57\xe6\xba\x78\xa6\x4f\x3f\xa0\xcc\x57\xe2\x2e\x6b\x45\x57\x83\xf9\x5d\xdc\x66\x35\x5f\xaf\xb7\x88\xc5\x75\x03\xb5\xf6\x23\x16\xe9\xb8\xcd\x3a\xd4\x3a\xc5\xa2\x04\x3d\xac\xe8\xe6\x09\x16\xe2\x78\xa5\xf7\xba\x91\x61\x5e\x8a\x6f\xba\xbb\xce\x38\x5b\x68\xe0\x9b\xee\xb6\x1a\x17\xf3\x3c\xd0\x3a\x8e\xc7\x9b\xcd\x7f\x00\xda\xe4\xcc\xf5\xbf\xfa\x07\x6e\x1e\x50\x94\xf6\x19\x2e\xaa\x07\x72\x50\xb2\x50\xed\x1a\x99\x07\x15\xcc\xd3\x23\xc5\x01\xd6\x1d\x5d\x0b\x41\x33\xc0\x8c\x61\xdc\x23\xe2\x01\x58\xbf\xb2\x9a\x26\x9e\xff\x6f\x7f\x31\xa7\xd2\x10\x45\x45\x0d\xc0\xd9\x3d\xc9\x44\xa5\x13\x70\xdc\x38\xbd\x5b\x7d\x1f\x60\x1f\xb3\x32\x5e\x6b\x0e\x60\x2b\x96\x3f\x5d\xb7\x00\xb0\x9a\x74\xe4\xa5\xbe\x12\x60\x81\x8b\x52\x06\xae\x80\x79\xd6\xa3\x66\xd6\x0e\xc0\xc2\x71\x30\x88\xb5\xfa\x7b\xb2\x45\x03\x6e\x18\x16\xbf\x1c\xb2\xf4\xc3\x31\xe3\xb1\x0f\xb6\x59\x7e\xc6\x3e\x93\x84\x2e\x39\xab\x6c\xe4\x9b\x74\x5f\x7f\x67\xd5\x84\x3d\x26\x95\xed\x12\xd6\x7b\xb0\xd5\x74\x5a\x4b\xa8\xf5\x26\x14\x9b\x44\x9d\x77\xb7\xae\xc7\x41\xe3\xc7\x0d\x4f\xad\xaf\xe3\x98\x71\x54\xed\x5c\xeb\xf3\x68\x34\x92\x3f\x15\x6c\xad\x8d\x1b\x06\x13\xaa\x46\x59\x3b\xe0\x2e\xab\xa0\x32\xcd\x66\x1a\x6e\x1a\x14\xfc\x77\x7d\xe4\xd7\x43\xfd\x01\xea\x3f\xfc\x3f\x45\x29\x93\x7d\x96\x7c\x9b\x32\xf9\x39\xdf\x0f\xc1\x6c\xb9\xc6\x4c\x01\x0d\xc0\x76\x8b\x7e\xbf\x70\x2a\xe0\x3c\xd3\x6c\x8b\xb8\x19\xe0\xba\xcb\xb1\x89\x73\xca\x75\xf7\xf4\xeb\x50\x3a\x0c\xb8\xe7\xc4\x19\x33\x44\x00\xd7\x8c\x29\x15\x9a\x13\x00\xa7\xe9\xcb\xc5\x74\x63\x01\xfb\xa3\x79\x0b\x59\xdf\x00\x9b\xa1\xa3\xf5\x46\xc9\x80\xb5\xc0\xe5\x75\x26\x41\x80\xe5\xa5\xe7\x0f\x4d\xa6\xb3\xaf\x5b\x1d\xa4\x4b\x4c\x9e\xbc\x5f\x64\xb3\x14\x81\x56\xb5\x8f\x3c\x6c\x5e\xc0\xd7\xea\xee\x6d\x6b\x3b\x33\x58\xda\xa4\x76\x18\xda\xa5\xc2\xd5\xfa\x4c\x9b\x9b\xdd\x09\xf8\x58\xa7\x5e\x38\x63\xef\x86\x00\x6b\x37\xbe\xfe\xe7\xcc\x09\x07\x3b\xc4\x59\xe5\x54\x3b\xd8\x17\x62\xbe\x85\x55\x55\xaf\xbd\x18\x76\x98\x09\x55\x3e\xb6\x6f\xc7\x4e\x33\xbd\x0a\x61\xfb\x31\x38\x64\x52\x56\x36\xdd\x5e\x1c\x75\x9c\x1a\xf1\xef\xfe\xc0\x8c\xd7\x1f\x47\x53\x90\x8b\x8a\xdd\x1c\x94\x5a\x23\xc7\xa4\xfe\xe3\x03\x60\xf4\x9d\xeb\x07\x61\x6d\x21\x4f\x7c\x22\xdc\x55\x35\x5b\x04\x5b\x00\xef\x91\x46\x1d\x62\x85\x80\xdf\x76\x5b\x31\x99\xd9\x80\xef\x53\x4f\x7f\xe5\xf3\x80\x4f\x57\x94\x1a\x73\x1f\xe0\x99\x31\xf1\xa4\x76\x3f\xe0\xb6\x78\xc9\x04\x4e\x4d\x77\xfa\xb9\x53\xca\xc4\xfe\xcf\x7a\x87\xa3\x95\x6f\x2c\xbe\xfd\x6c\xb1\x97\x6b\xc9\xb6\xb9\xff\x75\x85\x9d\xe0\xc3\x31\xf6\xf2\x1f\x07\xec\x5c\x07\x0e\x38\x68\x3d\x93\xb7\x7f\x4c\x77\x3a\xa5\x74\x69\x3b\x4e\xa5\x1b\x9d\x07\xae\x84\x38\x31\xe9\x9b\xce\x6e\xad\x2b\x9d\x15\xe9\x6b\xce\x97\xcf\xbb\x3a\x15\xd2\x03\x8e\x26\xf5\x0d\xce\x13\xe9\x01\xc7\x49\x7c\xff\x9f\x13\x2d\xce\x4d\xd0\xb0\x1f\x75\xa4\xc7\x39\x18\xbe\x36\xdb\x2b\xf4\x9d\x53\x10\x6b\x3d\xab\xec\xa9\xd3\x76\x64\x59\x7c\x2f\x99\xed\xd4\x8b\x15\x16\xe1\x45\xe5\x4e\xae\xd8\x6d\x16\xf3\xdf\x79\xc0\xcf\x03\x2e\xef\x2b\x30\x42\x9a\xec\x9b\x65\x6b\x45\xf2\x39\xa8\xcf\x14\x22\xfe\x72\x7c\x3f\x04\x17\x29\xf1\x46\x0e\x06\xdc\x54\x3b\x31\x72\x23\x10\x7a\x48\xfb\x93\x88\x04\x10\xc1\x30\x6b\x95\x3a\x07\x84\x25\x38\x8b\x28\x89\x00\x41\x8b\x43\x0a\x39\xa7\x26\xff\xe0\x71\xf2\x2c\xc6\xa0\xa0\xcf\xb8\xac\xc7\x66\x95\x5f\x73\x3d\xdb\x36\x3d\xb1\xdd\xfc\xfe\xa1\xbb\x65\xe9\x71\xa7\xe7\xaf\xf6\xb9\x7c\x3e\x3b\xd3\xad\xe5\x39\xe5\xbc\xac\xeb\x87\x67\xf6\x93\x11\x4e\x7f\x3e\x53\x5e\x6f\xef\x68\xb8\xc4\xd2\x56\xde\xd7\xda\x2d\x5c\xef\xd2\x9e\xde\x27\x9a\x2e\xba\x5d\xa5\xe3\xbc\xbe\xd4\x5f\x76\xab\xa0\x37\x78\x24\xd6\x2c\x74\x3f\x4b\x6f\xf2\xc8\x3b\x21\xec\xbe\x93\xae\x76\x9b\x75\x64\xac\xfb\x39\xba\xd3\xe5\x4e\xb9\xaa\x87\x31\xfd\xc2\xf9\x49\x99\x99\xfb\x4b\x9a\x76\x52\x2d\xae\x77\xbf\x0f\xa6\x83\xfe\xbe\x2d\x1e\xa2\x60\xd9\xe7\x16\x14\x78\x8c\x80\x93\x9d\x4f\xfe\x05\xf7\x35\x48\xb6\xbe\x4f\xd6\x83\x8b\xdc\xf8\x19\x47\xb8\x28\x4b\xf6\x09\xe2\xab\x04\x48\x7d\xd4\x51\x1a\x41\x74\x32\x16\xe4\x7e\x2a\xe0\xf8\x96\x8b\xbe\xd4\x88\x2c\x0e\x46\xbd\x17\x23\x7d\x22\xe2\xc1\xf0\x11\xe8\x02\x92\xac\xf4\x19\xe2\xd1\x40\x42\xa2\xad\xb7\xc2\x3d\x78\xc6\x74\xfb\xfe\xd6\xfc\xf5\xbd\x20\xfc\x47\xfc\x03\xb3\x8c\x77\x5f\x43\x47\xcc\x9c\x68\x2f\xf3\xdc\x2b\x90\xbd\xfa\xb0\xdb\x84\x07\x63\xfd\xbe\x14\xde\xf2\xd1\xee\x3e\xea\x33\xa9\x3a\x29\x60\x7b\xa7\xb5\x57\x42\xc7\xc8\xe0\x2d\x1d\x3b\x3d\x9d\x5e\xa7\x85\xfa\xb4\x75\x78\xbe\x65\xcf\x0f\x65\x37\xca\x78\xc7\xb1\x8f\x84\x44\xd7\xf4\x7a\x0f\xb2\x1f\x05\x25\x1d\x5b\xe8\xeb\xc5\xee\x0f\xcc\x3e\xfc\xd9\xd7\x90\xd6\xf2\x9f\x79\x68\x9a\xaf\x0d\xed\xe3\x7b\xa2\x64\xb9\x6f\x22\x3d\xdb\x7b\xda\xbe\x78\xdf\x4b\xf4\x46\x2f\x85\x82\x0a\xdf\x08\xfa\x94\x7b\x47\x7e\xbd\xaf\x26\x7d\xdf\x35\x63\x67\x80\xcf\x1c\x9a\xed\x2c\xb4\xdd\xd1\x27\x10\xb2\x8e\x0d\xb9\x73\x7d\x94\x61\xe4\x40\xde\x9e\x68\xf3\xea\xa4\x42\x36\xc1\x72\x01\x77\x0e\xaa\x8d\xe4\xc6\xcb\xbf\xff\xcd\xf7\x83\xe0\xfb\x21\x44\xe7\x70\x31\xe9\x1b\x17\x27\x66\x4b\x92\xf3\x56\x7a\x8b\xfa\x5b\x61\x63\x5a\x65\xb2\x8b\xe9\x4e\xb9\x8d\x5f\x1e\xa7\x75\xb9\x3b\x68\x0b\xbd\x0c\x49\x5e\x1c\x71\xdc\xca\xed\xfe\xa2\x38\xcf\x09\xc5\x6e\x79\x9d\xd5\xd1\x6d\x8b\x27\xf8\xcd\x6f\x7f\x1e\xb1\x61\xfb\xb5\x90\x8f\x2d\xf5\xa1\xcb\x2b\xeb\x22\x4f\x9c\xbb\x1c\x34\xdc\x9a\x39\x5a\xb0\x41\x29\xd0\xf9\x71\x54\xec\xf7\x33\x53\x02\x8e\x0f\xc6\xc6\x6d\xa9\xda\x12\xd8\x3f\x8c\xd1\x21\x87\x2c\x83\xd5\xd8\x7e\x51\xa7\x4a\x52\x83\x4d\xd9\x1b\xc3\xcf\xef\xd3\x0e\xbe\xc7\xae\x0c\x5b\xb8\xc7\x28\xf8\x0d\xfb\x49\x88\x68\xfe\x9a\xe0\x1f\x6c\x3a\x28\x63\xbb\x67\x70\x05\xed\xee\x6f\xb0\x35\x3e\x38\x80\x1e\xe7\xeb\xb5\xa9\x30\x68\x80\xde\xe1\x95\x9e\x53\x1d\xf4\x8a\x3e\xe5\xb1\x29\x67\x4c\xe0\x30\x7d\xc3\xad\x7d\x6d\x70\xa0\x1d\x3d\xe4\x7c\xee\xdf\x3c\xa0\x28\x01\x82\x32\xbc\x3e\x07\x2c\x1e\xbf\xc9\xe7\x7f\xf9\xf1\x8f\xb6\xa5\xfe\xe2\x41\xa7\x85\x73\x31\x33\x9c\xca\xa6\x28\x7a\xe9\xc2\x65\x8a\x59\x14\xf5\xc5\x32\x6b\x92\x7e\x87\xac\x41\xef\x9e\x8c\x67\x0e\x4b\xb4\xcc\xef\x0c\x4c\xfb\x12\xf8\xdd\xf2\xed\x95\xd2\x09\x93\x92\x4a\xbc\x66\x37\xcd\x4a\x65\x65\x4c\x0d\x4d\x3c\x7d\x2b\xa9\x2c\x47\x3f\x26\xe0\x84\x40\x3c\xab\xe4\x64\x42\x46\xa5\xdc\xe8\x05\x0d\x9b\xc6\xb8\x1e\x7c\x1c\x1d\xda\xed\x99\xba\xe9\x40\x47\x94\xea\x17\x91\xb1\x59\x7b\x6b\xa2\x86\x87\x5d\x52\xf6\xe4\x97\x44\x47\x0c\x57\x26\x2e\xd9\xd6\x13\xdd\x31\xfc\x25\xae\x25\x37\x2e\xba\x91\xad\x3d\xfa\xe0\xc6\x8e\xe8\x6c\xf6\xb4\xa8\x29\x1b\x94\xa2\xe6\xb0\xab\xc3\x7e\xad\xdb\x1b\xd5\xce\xee\x08\xbd\xba\x2a\x2c\xaa\x8a\x96\x0a\xca\x58\xf1\x3a\x6a\x2c\xed\x10\x60\xb0\x7c\x72\xa4\x14\x3d\xc7\xe7\xf2\x92\x49\x91\x93\xe8\x4d\xde\x31\x8b\x62\x23\x14\xe9\x8b\xee\xe4\x6d\x92\x14\xf1\x07\x1a\xf1\x9a\x1b\x8f\x0e\x8f\xd7\xb1\xe5\xe9\x80\xfc\x2f\xf3\xe2\xe7\xe9\x40\xf8\xf7\xa0\x67\xf3\x7c\x40\xb8\x7a\x80\xc1\xfe\x95\x0e\x1c\xfc\xdc\xb8\x36\x4f\x82\x4d\x51\xbd\x39\x6b\x4e\x68\x3a\x49\xde\xb9\x33\x79\xe5\x32\xcb\x12\xe6\xfc\xf6\x2d\x4b\x98\xde\x46\xe6\x85\x67\x97\xce\x53\x8a\xf9\xe5\x71\xa4\x4a\x60\x86\xf6\xe4\x63\x91\x76\xa5\x1d\xe9\xeb\x96\xd1\x89\x54\xe1\xcd\x09\x3f\x77\x53\xa9\xb5\x79\x76\xe3\xde\x9e\xb4\x1b\x7f\x72\xab\x5f\xea\x8c\x6b\x41\x93\xe2\x37\x3d\x18\x73\xf7\xb5\xd8\xe4\x13\x39\xfe\x63\xf6\x0f\xad\x98\x94\xb1\xfa\xed\x98\xfd\x43\xbf\xd3\x1c\x56\x9a\x8e\x49\x18\x9e\x9c\x22\xb3\x7c\x64\x72\xd3\x70\x5d\x62\xdb\xd2\xb5\xc9\xfe\xc3\x9f\xe3\xe7\x2f\x3a\x94\xf4\x8a\xed\x3c\x5a\x67\xfe\xe6\xa4\x3b\xec\x05\x51\x11\x0b\xcc\x12\x97\xb0\xf7\x47\x44\xce\xcb\x4c\x38\xc5\x7e\x1f\xb2\x77\x4e\x44\xdc\x35\xda\xd7\xbf\x28\x73\x47\x5c\x31\x1d\xe3\xd7\x3a\x5b\x2b\x6e\x12\xbd\xd0\x87\xdc\xc2\x1a\x51\xc3\x89\x47\x89\x17\x3f\x9f\xff\xf6\xe6\x7d\x8e\x0f\xe6\xcd\x7b\x9e\x3e\x86\xcf\x03\x2f\x27\xf7\xb9\x7e\xd5\xe4\x90\x7b\x8e\x7d\xd1\x5b\xc8\xbc\x79\x2e\xb7\xc3\x7c\xa4\x3d\x45\xdd\x79\x95\xc7\x50\x8d\x17\xee\x6e\x3f\xbc\x4d\xd2\xe8\x80\x0a\xfb\x6c\xec\x26\x37\x97\x3c\xe3\x3d\xc7\x8a\xd7\x3a\x86\xe5\xb8\x0a\x16\xcf\x58\xae\x39\x4e\x24\x74\xcb\xd6\x8a\xf9\x3e\x73\x7b\x93\x5f\xae\x1d\x98\x33\x69\x8b\xe6\xf8\x4d\xcb\xe7\xcd\x1e\x53\x7e\x3e\x5d\x6c\x61\xf2\x8c\xe1\x0b\x43\xd3\x98\xf3\x8c\xa6\xcb\x3d\x2a\x9a\x3e\x3f\x33\x71\x5a\xe2\xef\x6f\xd3\x8f\xcd\x4e\x9d\xea\x36\x94\x98\xae\x3a\xe3\xc7\x94\xbc\xa1\xeb\x13\x04\x66\x18\xa5\x8b\x0c\xdb\x8f\x1d\x31\xdd\x60\xb2\xe2\xf0\xca\x31\xb2\xd3\xe4\x27\x2e\x1c\x7e\x15\xff\x98\xaf\xf7\x98\x12\x98\x76\x9e\xbd\x30\x4a\x7d\xca\x88\x71\x1b\xd9\x87\xc3\x9b\x26\x9e\x1f\x17\xc7\x7e\x1b\x32\x6f\xe2\xcb\xb1\x8a\xb4\x44\xd0\xca\x09\x87\x52\x13\x69\x9b\x00\x4f\x40\x2c\x96\xfa\x3f\x75\x20\xa3\x8f\xfe\x1d\x7f\x56\x0d\x17\x57\x91\xf1\x19\xb0\xd9\x4c\xee\xf9\xbd\xef\xe4\xf2\x81\x4f\xc3\x0a\x9a\x38\xd8\x35\xa1\x88\xdc\x87\xbd\x3a\xb2\xd4\x52\x61\x34\x45\x35\x6e\x2c\x3e\xa4\xf3\x5d\x61\x7c\xd5\xe7\xc2\x9b\xb6\x77\xf4\xee\xed\xdf\x95\xff\x3a\x40\xc0\xde\x75\xdb\xcc\xad\x17\x93\xa4\x02\x5c\x56\xee\xd8\x60\x35\x4b\x3f\xee\xfd\xbc\x3d\x6b\x25\xd6\x79\x8e\xdd\x39\xf3\xf0\xaa\x81\x12\xf6\x04\xd9\x29\x41\xd9\x4a\xe7\xc4\x27\xb9\x4d\x5c\xb2\xa2\xf8\x9e\xff\x64\xb5\xf1\x1a\x2b\x34\x7e\x3c\x9f\x74\x30\x4d\x67\x69\xff\xd0\x8f\xb4\xd6\x71\x55\x8b\x86\x86\xe3\x52\x30\x4e\x6b\xc1\x9e\xe1\xc3\x49\x55\xe3\xa6\x65\x85\x0e\xdf\x48\xd4\x1f\xbb\x61\x8e\x34\xdb\x6e\xf4\xa6\x54\x64\x54\xb2\x27\x45\x47\xa5\x16\xce\x52\x66\x1f\x88\x48\x4b\xbd\x31\x43\x94\x7d\x2e\x6c\x30\xe5\xea\xd4\x3b\x34\x15\x9c\x3e\x26\x73\x2a\x8b\xb6\x0e\x38\x38\xc6\x7e\x72\x15\x9d\xe8\x17\xfd\x6f\x1e\x38\x0e\x70\x31\xd2\xe3\xef\xf9\x9f\xc5\xab\x8f\xeb\x54\x38\xd8\x6f\xb1\x8d\xab\x7f\x99\xb7\xe7\x2e\x45\xf8\xef\xfd\xe4\xfd\xda\xed\xd6\x83\xa4\x60\xb4\x59\x55\x2e\xe6\x60\x63\x78\x55\x82\x48\x18\x45\x9d\xb8\x72\xec\x9a\x7a\xbc\xe4\xc4\x52\x8b\xca\x75\x66\x60\xfe\xda\x59\x7c\x28\xc7\xb3\xd6\xc2\x6b\x75\x53\xc9\xf1\x98\x1f\x1e\xfd\x73\xa9\xbd\x4b\xa6\xf8\x47\xe4\x4e\x99\xba\xe7\xe0\xaa\x31\x71\x67\xd3\x12\x77\x7d\x2e\x5a\x95\xa4\x92\xdc\x97\x9f\x56\x5f\x3b\xc6\x2c\x61\x54\x9e\xc0\x9d\x95\x29\x62\xb1\x37\x76\x16\x7e\xf5\x1b\xb3\x28\x56\x69\xdb\xa7\xe1\x8b\x89\xf2\xb1\x4b\x36\x81\x2d\x11\xa7\x13\xbb\x70\xc3\x6c\xb6\xd3\x68\x56\xec\x87\x75\x12\xec\xb1\xd1\x0b\xe2\x04\x57\x25\xb3\x77\x47\x3c\x8d\x63\xac\x90\x62\xb7\x85\x6d\x89\x73\x59\x92\xc1\xfe\x15\xa2\x14\x2b\xbd\xb8\x9e\x36\x08\x9c\x1f\xbb\x75\x81\x16\xed\xef\xdf\x32\xfa\xc6\xbc\x46\x7a\xa1\x4f\xc7\xe8\xbe\xb9\x69\xf4\x5a\x1f\x49\xc0\x92\xe7\xf7\x10\xfc\xf4\xef\xfa\xc7\xef\x07\xc1\xed\x87\x30\xb0\x7f\xa7\x27\xf7\xf9\x17\x69\x70\xe3\x2f\x23\xdf\xbb\x2d\x59\x49\x7c\xf1\xdb\x18\x27\xc8\x7d\xd8\xb3\x8b\x6a\xb6\x71\xf0\x78\x4c\x3d\xe1\x35\xcb\xd3\x1b\xb7\xab\x8c\xa7\xa8\x5d\xb7\xeb\x2e\x18\xe8\x28\xe7\xe6\x28\xd5\xae\x70\x5e\x6f\xb0\x73\x41\xc7\xc9\xb7\xe1\xa6\x0e\x97\x27\x3f\x39\xb6\x76\xfc\xf7\x00\x87\x94\x23\x47\x6a\x96\xa7\x84\x96\xc7\x1d\xac\x1c\x5d\x40\x47\x0c\x47\x59\x1f\x76\x3d\xbd\x32\x6a\x28\x6c\x7b\x85\xd0\xad\xf3\xd1\x8f\x42\x66\x97\xaf\xf8\xb4\x2b\x7a\x56\x48\x48\xd9\x44\xf6\xfc\x48\xcb\x50\x99\xe2\x24\xf6\x9e\xf0\x9b\xa1\x01\x85\xc6\xec\xb6\xd0\xd3\xa1\xab\xf2\xaf\xb0\xfb\x83\x97\x87\x7c\xdf\x11\x4c\xdb\x04\xf8\x87\xfc\xc8\x6d\xa5\x93\xfc\xcc\x42\xcf\x6f\x3c\x48\xcf\xf2\x35\x08\x2d\xcc\xb1\xa6\x37\x79\xcf\x09\x7b\xb1\x46\x8c\xde\xee\x6d\x14\xa6\x92\x9d\x4c\xb7\x78\xd8\x85\x2e\x59\x5e\x4b\xbf\x73\xad\x04\x7c\xbf\x72\xe3\xe5\xfb\x02\xf1\xf3\x9f\x1b\xff\xef\xe7\xf9\x84\xef\x7b\x3f\x67\x7f\x35\x37\xfe\x8a\x2f\x24\xfe\xce\x63\xe4\x3e\x7c\xdb\xa7\x5a\xc2\x03\x37\x8a\xd7\x6f\xe0\xe0\xc9\xa6\x26\xa2\x07\x28\xdb\xc1\xf5\x49\xd9\xb3\xb9\xcd\x50\xfc\x3d\x45\x6d\x7a\x78\x59\x48\xf3\xb0\x74\xf0\xd2\xb7\xad\x97\x6d\xf2\x34\x7a\x66\x7c\xbd\x20\x19\xf0\xc3\x7c\xfd\x98\xea\x73\xf9\x29\x9f\xdc\xa6\xc5\x7c\x6a\x7c\xb2\xa8\xc7\xab\x38\xcc\xf0\x6c\xcb\x2e\x3b\x3f\xe3\x80\xd7\x0d\xd7\xaa\x1d\x03\x4c\x7d\xfd\xeb\xbf\xde\x1c\x11\xf0\xd2\x7b\x5c\xbd\xcf\x87\xc9\x01\x13\xbc\x06\xce\x28\xd3\xae\xbe\x5f\xf9\xfd\x3b\x7c\xc4\x8f\xcc\xa3\xe7\x7b\xbb\xfb\x2a\x1e\x3a\x45\x2f\xf1\x36\xf3\x4d\x3d\x60\x4e\x17\x78\x96\xfa\xdc\x29\xd2\xa1\xaf\xb9\x35\xf8\x8e\x2a\x28\xa0\x9f\xba\x6e\xf6\x7d\x96\x7f\x90\x7e\xeb\x2a\xeb\xe7\xbc\x43\x89\x1e\x74\x1e\xf0\x13\xcc\xed\x82\xb2\x93\x98\xdf\x93\x4d\x6a\x60\x3a\x1e\x00\xe2\x1d\x79\xf5\x9f\x37\x2f\xd6\x90\xfc\x18\x6c\xdd\x45\x9e\xeb\xc7\x43\x07\x88\xef\xcd\x93\xce\x4a\x32\x4e\xdd\x92\xd5\x44\xe7\x70\x45\xb1\x81\xe8\x49\xcf\xed\x3f\x4f\xe6\x43\xf5\xca\xd6\x27\x1c\xac\x90\xbb\x12\xc3\xc1\x42\xad\x0e\xc2\xff\x6f\x2a\xbc\x45\xea\x46\xf6\x93\x2e\x4a\x55\x50\xf0\xea\x9c\xd0\x5b\x3e\xa6\x4a\xca\xf2\xe3\xcb\x6e\xc6\x78\xad\xd0\x1f\x15\x33\xf3\x7a\x4c\x42\xb8\xb5\x4a\xc8\xac\x8e\xbc\x2c\x61\xfb\x0b\xbe\x67\x3a\x02\xb7\x5f\x72\xfa\xe8\x91\x7b\x6d\x62\x55\x9f\xcb\x0e\x57\xe5\xab\x6f\xae\xb5\xbb\xa6\x38\xa7\x5c\x5d\xf5\xf6\xb1\xcb\x7d\xe7\x90\xf6\x0d\xf4\x7b\xa7\x5b\xce\xbd\x17\x1e\xd2\x3f\x9c\x52\x9d\xaf\x34\x26\x43\xd6\xa1\xd2\x75\xd5\x69\x25\x9a\xed\x64\xe5\xb2\xe3\xe4\x21\x98\xd9\x0d\xb9\xae\x3d\x7a\x00\x16\xf6\x2a\xae\xfd\x15\x96\x70\xb1\x1b\xe3\x5e\x56\xea\x0f\x73\xfb\x75\xee\x81\xc5\xe9\x08\xb1\x9d\xe7\x36\x75\xaf\x15\x66\x59\xdd\x71\x73\xda\xe3\x89\x15\x96\x59\xff\xfa\xa1\x64\x13\xdd\x30\xad\xc5\xd5\x81\x7c\x36\x2d\x25\xe3\xf0\xec\xc9\x51\x92\x2f\xdd\x7d\x35\x64\xdd\xbc\x76\xfb\x1c\xb7\x0f\xd0\x8d\x16\xd2\x57\xa9\x06\xed\x84\xdf\xaf\xec\xbc\x4e\x78\xef\xe2\x30\x6e\xdc\xdb\xbe\xf6\x90\x7d\xc6\x2a\xcb\x87\xc4\x2f\x20\xcb\xec\xc9\x80\xd4\x58\x8a\x4a\x6f\x7e\x12\xaa\xfb\x56\x2a\x3f\xe1\xc7\xe3\x68\xe7\x68\xc6\xa9\xe0\x37\x8f\x74\xa2\xe3\x0c\x12\x7c\x74\x1e\x31\x67\xe7\x9a\x4c\x77\xad\x7f\xc4\xda\xa2\x62\x1e\xe5\x28\xfc\x70\x7a\xe5\x23\x4b\x55\xdb\xb6\x87\xf6\x6d\x9f\x2c\x2b\x6d\xec\x1e\x7c\x7d\x25\x66\xf1\xc7\x66\xea\xfd\x2f\xd8\x6a\x36\x68\xe3\x7a\xfb\x3a\x0a\xcd\x84\x6c\x76\x76\x64\xa2\xd0\xf4\xb3\x6d\xc7\x65\x2d\x6c\x34\xf7\xb3\xf5\x69\xf6\x41\x99\xa9\x9f\x9d\x5e\xc3\x3b\x14\x9b\x5e\xb1\xab\xa9\xbd\x8e\x03\xa6\xa5\xf6\x91\x27\xea\x71\xd0\x74\xa1\xfd\xf2\xa3\x21\x38\x6e\x52\x6e\x5f\x51\x71\x04\x75\xc6\xbf\x1c\xdc\x0f\x4e\x44\x9d\xc9\x48\xfe\xfa\x07\x70\x9f\xff\x97\xdc\x32\xb2\x6f\x7e\xa1\x5d\x65\x4e\x11\xfd\xc3\x19\x52\x47\x3b\xc2\x9b\x08\xff\x7f\xc1\xfa\x12\x19\xaf\xd3\x2b\xae\x12\x9e\xfc\x68\xf8\x4d\x32\x0f\x0e\x64\xf4\x90\x79\xb3\xcb\x92\xeb\x17\xb1\x61\x1f\xd7\x27\x65\x31\xe3\x15\xe1\xc3\xd3\xd9\xef\xc9\x7c\x4b\xf9\xdc\x67\xa6\xb6\x59\x70\x45\xc4\xd8\x0f\xbd\x56\x7b\xe4\xed\xbd\xd3\x3e\x4c\x0b\x91\x51\x3f\xec\x22\xfd\xe1\xc2\x94\x71\x9a\xfd\x76\xc6\x7d\x41\xeb\x95\x74\x8e\x5b\x56\xf7\xb9\x1d\xfc\xad\xc7\x34\xbb\xda\xb7\xa3\x75\x87\xde\x7c\xd3\x39\x7d\x61\xcf\x2d\x74\xab\x4c\x3f\xf7\xed\x05\xb4\x3d\x4c\x4f\xbf\x18\x0b\x68\xa7\xf2\x75\x0e\x66\x3b\xef\x54\x03\x3a\xf7\xcd\x16\xdd\xe8\x06\x74\xe2\xcc\xe6\x5f\x59\x02\x68\x7f\x31\x2f\x6b\x8d\x03\x74\x1d\x2d\xa6\x36\xa9\xe1\x8f\xee\x57\x8b\xab\x0d\xb2\x18\xd2\xbd\x65\x19\x59\x2b\x86\x21\xdd\x6e\xcb\xaa\x93\x02\x60\xeb\x1e\xe1\xeb\x60\x7e\xa0\x8c\xcc\x83\x57\xfe\x55\xd1\x1c\xbc\xd7\x5d\xd7\xcd\xc1\xeb\x9b\x9b\x49\xdc\x2d\xdf\xdb\x48\x1c\xf5\x3f\xb9\xfd\x72\x8e\xe7\x77\x93\x38\xcb\xfa\xee\x93\x38\x0b\x36\x3d\x21\x79\x93\x7b\xfc\x25\xd1\x91\x65\x9f\x7a\x4b\x74\x56\x73\x8a\x3e\x91\xfc\x49\x13\xfb\x49\xf4\x74\x51\xcc\xc1\x2b\x12\xe6\x14\xe5\xf7\xed\xcf\x02\x03\x11\xb1\x78\xa7\xc3\x43\xde\x5e\x1f\xe4\x83\x6d\xbc\x87\x9b\xc7\x8d\x56\x32\x34\x17\x60\xdf\x59\xb1\x6f\x54\x98\xd1\x7b\x3a\xaf\xd8\x59\xc5\xc6\x20\x0a\x56\xe7\x36\xa9\x38\xb1\x82\x41\x3f\x8a\x1a\x15\xcf\xba\x0d\x0c\xfd\x51\x7c\xc8\x4a\x19\x48\x03\x94\x24\xf5\x0f\x7f\x2a\x04\x94\x64\xf4\xfb\x5f\x6b\x02\xca\x9e\xfa\x5f\x9f\xf4\x02\xca\xfb\x59\xb7\xee\xb6\x01\x2a\xea\x06\xb3\x6f\x1d\x02\x54\x85\x0c\x6e\x5d\xbb\x04\xa8\x66\x1a\x96\xb7\x8d\x01\xd4\xe6\x19\x55\xb6\x1c\x00\x18\x45\x46\xe3\xcf\x7d\x01\xd4\x1e\xf4\xf7\x94\x12\x1f\xbd\xb7\xa6\xc7\x35\x39\xf8\x70\x73\x3d\xd1\x53\xde\x34\x6d\x21\x3a\x97\x4b\x93\xaf\x12\xfd\xd7\xd9\xc6\x4e\x12\xd7\xc9\x85\x3d\x84\xf7\xaa\x28\x7e\x4c\xf6\x1b\x45\xfb\x7a\xc9\x3c\xda\xf1\xe9\x0d\xc9\xaf\x9c\x99\x1f\x49\x9d\x5d\x52\xfe\x7d\x3d\x07\xa7\x0f\xff\x22\xfb\x90\xe4\xfd\xdc\x3e\x2a\x7c\x9e\xcf\x4d\x13\xd0\x9c\x28\xb8\xc6\xfa\x38\xe0\xf4\x4c\x32\xc0\xcc\x00\x88\xbf\x21\x7d\xda\xe8\x12\x30\xcf\x47\x4e\x83\xd5\x0a\x6c\x1b\x94\x3f\xa2\xcb\x06\x8e\xdc\x94\x5f\xa8\xb3\x0e\xb8\xe4\x29\x2f\xa5\x23\x0c\x3c\xaa\x95\x33\xd2\x49\x03\xbe\x1f\x90\xe9\xd0\xde\x48\xfa\x57\x1c\xd3\xd8\xff\xbb\x00\x10\x57\xd3\x18\xfa\x9c\x01\x48\x9c\xd0\xcc\x7b\xb3\x1b\x90\x32\xd1\x0c\x7b\x56\x02\x48\xf9\x68\x3d\xbf\xdf\x0e\xc8\xd4\x6b\x0d\x74\x3b\x03\x32\xd0\xaa\xbb\x79\x16\x90\x69\xd2\x3e\x7a\x35\x11\x90\x1b\xf9\xe1\xd9\xf1\x65\xd4\x7f\x75\x70\x72\xad\x24\x0f\xda\xfd\xb9\xbe\x40\x8d\xe6\xb7\xc9\xf3\xad\x69\xba\xbf\x86\x83\x47\x26\x3c\x23\x71\x96\x2c\x7f\x45\xe6\xc9\xee\xa7\x1f\x6a\xb8\xf3\xe0\x5b\x26\x77\x1e\xf4\x93\xf9\x35\xdf\x92\x2e\xa2\xfe\x73\xff\x3f\x86\xc7\xef\xf1\xef\xfd\xdb\x2b\x03\xea\xd6\x23\x0f\x9b\x1d\x01\x6c\x4b\xc4\x7c\x0c\x17\x01\x11\x2c\xf1\x32\xd6\x51\x60\xda\x22\xa9\x40\x9d\x9d\xc0\xea\x1b\x52\x7a\xda\x87\x81\x7d\x42\xd2\x25\x5a\xbb\x80\xea\x3d\xd2\x83\x9a\x09\x40\x9b\x9e\xd4\x6f\xcd\x60\xe0\xfe\x1a\xa9\xdd\x9a\x7a\xc0\xbb\xd5\x92\xd3\xb5\xf4\x01\xd0\x12\x52\x8c\x39\x9c\x71\x11\xac\x93\x1e\xc1\x1e\x45\xce\x0c\x51\x3f\x48\xc7\x06\xf1\x91\x7d\x84\xa9\x65\x6c\xee\xbd\x00\x88\xb4\x4a\x1f\x78\x4a\x9c\x1c\x18\xa9\x77\x9b\x01\x51\xd1\x67\xef\x1b\x1e\x73\xfe\xae\x9e\x11\x97\x49\xbf\xbc\xf6\xaa\x8e\x36\x0e\x9e\xef\xe4\xea\x01\x4e\xa7\x3d\x22\xeb\xe7\x71\xe6\x4b\xb2\x0e\x96\xbd\x7d\x47\xea\xe3\x5e\xad\x2f\x24\xee\xed\x1a\xfd\x44\x0f\x97\xd3\xce\x26\x7d\xa7\xf8\xfc\xf7\x4c\xde\xfd\x7f\xbe\x1e\x88\xef\x7f\x60\xaf\xc6\x45\xa3\x40\x40\xd6\x84\xa2\x0c\xca\x01\xf3\x52\xe1\x20\xdd\xaf\x80\xff\x5d\x91\x64\x3e\xcf\xad\xed\x0f\x2c\x3a\x2f\x3e\xa4\xd9\x0d\x6c\x1d\x25\x51\xa9\x19\x02\x1c\x54\x90\x2c\x57\x7f\x05\xd4\xfc\x14\xcf\x62\xaa\x02\xad\xcf\xc5\x87\xd4\xf7\x02\xb7\x14\xc5\x59\xea\x6e\xc0\x73\x13\xd1\xcf\xea\xbb\x80\xef\x43\x22\x3f\xf8\x3a\x07\x91\x3a\x9e\xce\x81\xa2\x79\x1d\x8d\xfa\x9f\x72\xf1\x33\x97\xb9\x3d\xf7\xf6\x12\x07\xef\x29\x5c\xf6\xe0\xd6\xc1\x1b\xa4\x2e\xb6\x5a\xde\x25\xf3\x81\xaf\x03\xe3\xeb\xa0\x2a\x8a\xb9\x3a\xa8\x62\xf6\x0f\x72\xae\xda\x7d\xe0\x0f\xd1\xa5\xf3\x7d\x00\x56\xf6\x70\x71\xae\xd2\xdf\xfc\x7f\xec\x8a\xbf\x79\x6f\x8b\xd3\x5c\xd4\xf9\x05\x88\x0d\x52\x94\x4e\x3c\x60\x98\x2e\x28\xa8\x71\x1c\xf0\x14\x13\x8c\xd7\xec\x01\x12\xde\x0b\x3f\x61\x2e\x05\x66\xca\x0b\x77\x33\x33\x81\x55\x47\x44\xd3\xd4\x67\x01\x79\xbd\xa2\xcb\x18\xce\xc0\xc1\x91\x22\xe5\x6a\xbd\xc0\xa9\x40\x91\x6c\xb5\xe7\xc0\xf9\x39\x22\xe5\x0c\x65\xa0\xe3\xb2\xc8\x4b\x86\x31\xf0\x50\x40\x64\x03\xe3\x2c\xf0\xc1\x51\x24\x83\xe1\x01\x0c\x67\x09\xbe\xe6\xeb\x1c\xa8\x2d\xff\x8c\xcb\x47\x2e\x0e\x3c\xe3\xe0\x8d\x15\x37\xc9\x73\x6e\x5d\x76\x97\xbc\x68\x68\xd8\xfa\x8c\xd4\xc9\x93\x5f\xdf\x92\xfc\xaf\xd4\xf8\x42\x74\x43\x07\xbe\x0f\x10\x9d\x75\xc1\x36\x36\x79\x1f\xb3\x8d\xd7\x1f\xe5\x9f\xbe\x38\x3c\xfe\x7b\xba\xf7\xdf\xf3\x20\x82\x17\x3f\xbf\x1f\x8a\xc9\x09\x2e\xaa\xd9\x00\x23\x07\x29\x4a\x23\x00\xd0\xb5\x18\xb9\x88\xb9\x1d\x70\x29\x11\xd8\xcc\xfc\x0c\x44\x25\x0b\xe9\xaa\xcf\x00\x26\x8f\x11\x5a\x26\x57\x0c\xcc\xb1\xa4\x28\xe9\x4a\x20\xdb\x9d\xa2\x64\x07\x81\x1d\x71\x14\x25\xb7\x1c\x28\xbe\x4c\x51\x6a\xaf\x80\x13\x4c\x91\xc5\x9c\xf1\x68\xb8\x2e\x52\x22\x97\x0d\xb4\xde\xa7\x28\x69\x7d\xe0\xc6\x01\x8a\x92\x7c\x0d\x3c\x5a\x44\x51\x52\x07\x81\xbe\xcf\x14\x25\xb1\x1f\xf8\x13\x43\x51\x23\x47\xf0\xc7\x83\x8b\x97\x7d\xef\x91\x75\xe2\xec\x89\xa7\x24\x9f\x6b\xa2\xdf\x13\x7f\xc1\xa3\xc3\xdf\x88\x7e\xee\x60\xdf\x9f\x40\x0e\xee\xab\xe6\x7e\x6b\x3b\xcf\x0f\x88\xef\x87\xb2\x84\xf7\x7c\x67\xf7\xf1\xf8\x7f\x9e\xff\x03\x5f\x0f\x14\xc8\xcb\x13\xc7\xfb\x5c\x34\xe4\xf5\x59\x52\xe4\xf9\xc5\x48\x79\x01\xb2\xb7\x28\x4a\x52\x13\x30\x7c\x46\x51\xe2\x62\x80\x9b\x29\x45\xa9\x75\x03\x29\x47\x05\x36\xcb\xac\x02\xd2\xad\x29\x8a\x31\x03\x58\x21\x2d\x2c\x3e\xf2\x0f\xb0\x22\x8d\xa2\x24\x28\x60\x6b\x20\x45\x89\x9f\x02\x0a\xb4\x28\x4a\x6c\x3d\x50\x36\x96\xa2\x84\x4f\x03\x55\xa3\x28\x4a\x34\x17\x68\x48\xa2\x28\xb1\x2e\xe0\xd2\x77\x8a\x12\x9d\x03\xdc\xce\xa2\x28\x89\x61\xe0\xd9\x68\x8a\x12\x49\x05\xfa\xf4\x29\x4a\xf0\x10\xf0\x27\x83\xa2\x9a\xf7\xf7\x12\xdd\xeb\xe9\x53\x7d\x44\xef\x79\x62\xc7\x4f\xa2\xab\xae\xd4\xe2\xea\xa0\xf8\x3a\x98\x1d\x3c\x7f\x14\xbe\x1f\xca\xb2\x1d\x7f\xe7\x41\x3a\xaf\x9f\x50\x0a\xcf\x27\x28\x2a\xeb\xef\x7c\xb0\xe5\x8d\xbe\x3e\x2f\x4b\xf9\xfa\x07\x61\x4f\x40\xf4\x1a\x45\x09\x6c\x00\xd4\xc3\x29\x4a\xd0\x0b\xb0\xd9\x4c\x51\x02\xd3\x00\xff\x40\x8a\x12\xda\x0b\x24\x3e\xa1\x28\xe1\x29\xc0\x54\x77\x8a\x12\x28\x05\xb2\xa6\x53\x14\x7f\x3c\xa8\x1c\x20\xa7\x8a\xa2\x54\x7b\x81\xe2\x87\x42\x0c\x11\x47\xa0\xc4\x81\xa2\x46\x2c\x02\x2a\xaa\x29\x4a\x2d\x02\x38\x9f\x26\xbc\x87\xf3\xdc\xcf\xee\xe3\xfe\x9e\xf6\xa7\x14\x35\x62\x2d\xd0\x15\x40\x51\xc2\xea\xc0\x73\x1f\x8a\xaa\x9f\xf1\x89\xf8\xe3\x9d\xec\xeb\x27\x7a\x98\x23\x61\xb8\x4e\xfd\x57\x07\xc3\x8b\xeb\x7f\xfd\x50\xfe\xc9\x03\x9e\x1e\x2a\x8d\xfe\x7b\x1e\xf0\xeb\xa2\x87\x27\xfe\xd2\x81\xe8\xf2\xf4\x52\xf2\x26\x5c\x1c\xf1\x1a\x18\x79\x82\xa2\x46\xbc\x04\x46\xb5\x53\x14\x25\x07\x98\x14\x50\x14\x95\x04\xb8\x69\x52\x94\xc0\x15\x20\xf2\x2e\x45\x09\x64\x02\xa9\x2f\x29\x6a\xe4\x00\x30\x9d\xd7\x31\x75\x0e\xe7\x09\x3a\x02\x4b\x7d\x39\x0b\x1b\xb0\xde\x91\xa2\x54\x5f\x03\xfb\x9a\x84\xe4\x39\xff\xbd\xf0\x13\x45\x51\x76\x40\x29\xef\xc4\x70\x84\x77\xb2\x3e\xc3\x73\xd0\x6b\x1a\xa0\xa8\x11\x59\xc0\x35\x5f\xee\xfb\xb8\x30\x1e\xaf\xc9\xe7\x39\xf9\x7c\x2f\xff\xde\xff\xff\xea\x40\xf8\xc8\xff\x39\x97\x07\x1a\xd1\xe0\x7b\x93\x83\x62\xa9\x11\xe4\xbd\xb7\x8c\x6d\xf2\x2b\xc2\x7b\x44\x4e\x59\xcc\x41\xc6\xd2\x85\x1b\x84\x06\x00\x35\x7a\xdd\x7c\x61\x17\x80\x91\xbc\x2b\x5d\x64\x2f\xa0\x3e\xbb\xdc\x5a\xec\x26\xc0\xb8\x7b\xa6\x52\xac\x10\x50\xeb\x6c\x3f\x2a\xaa\x05\xa8\xed\x7b\x28\x2c\xe2\x0d\xa8\x09\x7c\xcc\x10\x3c\x09\x28\x0d\x70\x7e\x17\x20\x4e\x94\x7a\x03\x01\x92\xa5\x1c\xfc\x52\x24\x49\x7a\xd2\x7f\x58\x22\x41\x9c\x5d\x5e\x79\x49\xbc\xe3\xe0\xd3\x55\xc2\x93\x38\xf8\xd0\x9a\xb3\x62\x50\xd4\x9d\xfd\x12\x24\xb3\x6f\xfc\x50\x2b\x00\x44\x2a\xae\x34\x32\xa4\x00\xd1\x75\x97\x1b\xd4\x36\x01\x22\xc7\xf0\x1f\xff\x07\x3e\xcf\xc9\xef\x03\xe2\x3c\x93\xfa\xbf\x74\x20\xff\x20\xef\xe7\x75\x2e\xad\x1c\x14\x5a\xe6\x43\xfa\xe7\x48\x59\x84\x11\xfe\x53\xf5\x5a\xf2\xc9\x91\x41\x00\x23\x3e\x3d\x4b\xb0\x05\x60\x6e\x5d\xb0\x5b\xe4\x05\xc0\x34\x5d\x97\x23\x5a\x09\x30\xae\xe6\xf5\x88\xca\xfc\x3b\x0e\xea\xf3\xeb\x96\x70\x62\x54\x6b\xba\xf2\x49\x84\x06\x18\x66\x8f\x5c\x45\xad\x00\xb5\xc6\xcf\xd7\x85\x95\x00\xb5\xc9\x80\xc0\x02\x7a\x94\x0c\xe1\x22\x7f\xb6\x4b\x1e\xe0\xe0\xc7\x24\xe9\x10\x12\x7f\x98\xda\x20\x20\x92\xfc\x6c\xac\xda\x63\x40\x64\xde\xa3\xef\x52\xc4\xb9\xe9\xee\x15\x09\xa2\x58\xea\x5a\x25\x45\x3a\xbb\x75\x58\xa9\xeb\x00\xe2\xa6\xed\x5b\x19\xd7\x01\xb1\xda\x8b\x3b\xd4\x19\x80\x38\xf9\x7f\x06\x1f\xa2\xfe\x9f\xfa\x87\xff\x5b\x07\xc2\xd7\xc5\x8c\x78\xe8\xd8\x44\x9e\xd3\x41\xef\x28\x0e\xca\xc5\x86\x12\x9e\x94\xc1\x4a\xec\x15\xb8\x01\x30\xe7\x4d\xee\x12\x5e\x01\x30\x7f\x66\x6d\x17\x95\x05\x98\x79\x6b\x2b\xc4\x28\x80\xa9\x96\xdf\x28\x56\x09\x30\xab\xcb\x17\x4b\x8c\x03\x98\xca\xf5\x25\x12\x63\x00\xc6\xc3\x6b\x8b\xc4\x5a\x01\x46\xe8\x13\x4b\xd1\x10\x80\x31\xe5\xbb\x90\x70\x3f\x7f\x1c\x7e\x5b\x71\x2a\xa8\xd0\xd4\xaf\x4c\xb9\x2f\x9c\xbf\xe5\x6d\x35\xc3\x0e\x10\x59\xd7\xbb\x99\x21\x0a\x88\x94\x3e\xde\xc1\x18\x0f\x88\x2e\xef\xb9\xaa\x3e\x1d\x10\x4f\xe9\xbe\x24\x4f\x1c\x8c\xae\x17\xa9\x1b\x01\xe2\xd6\x57\xea\xd4\x5b\x01\x09\x95\xcb\x3e\x8c\x69\x80\x98\x56\xcb\x1b\xc6\x1a\x40\x8c\xa8\xbf\xf9\xba\xa8\x7f\xf4\x40\x3c\x5e\x87\xdf\x0f\x85\x1f\xbf\xe5\xdf\xf7\x9f\x13\x2d\x48\x3f\x84\x91\x65\x76\xe4\xde\xab\xe4\x39\x0f\xc2\x67\xa8\xf6\x86\x9e\x18\x71\x0f\x60\x74\xc5\x17\x0a\x3a\x01\x4c\xc5\x89\xb7\x85\x65\x00\x4d\xcd\x79\x83\xa2\x34\xa0\x79\x71\xcd\x15\x71\x00\x1a\x07\xf3\x4f\x4b\x8c\x06\x98\x07\xcb\xb7\x49\x44\x01\xcc\xcf\x0d\x62\x92\x4b\x00\x0d\x87\xeb\xe3\xa4\x54\x01\xf5\x33\xcf\x46\x8a\x73\xc6\xc7\x63\xa0\x41\xcc\x18\x50\xeb\x02\x04\xc7\xff\x98\xaf\xbe\x94\x13\x67\x5f\x96\xfa\x67\x40\xec\xe9\xab\x1b\xcc\x70\x40\xfc\xdd\xd3\x48\xe6\x61\x40\xe2\xfa\xfd\x83\xcc\x10\x40\x62\x43\xd7\x22\xcd\x91\x80\xb4\x5a\x67\x3c\x33\x0e\x90\xb8\x7f\x6d\xbb\xc6\x6c\x40\x2a\xbd\x4d\x8b\xd9\x0d\x48\x6e\x6f\xf5\x66\x9e\x01\x24\xd3\x9a\xbc\x99\x93\x00\x89\x97\x24\x1f\x5a\xa9\xff\x53\xff\xf0\xb7\x0f\xc6\xbf\xfc\x2f\x9f\xff\xe3\xea\x42\xc4\x67\xda\x92\xba\xa0\xb0\xc9\x9d\xf4\x41\x67\x14\x05\xbd\x12\x88\x04\xd4\x0f\xc4\xde\x10\xac\x06\xb4\xad\x26\x7c\x14\x7d\x03\x68\x0f\xce\xf5\x97\x50\x01\xb4\x3b\x57\xf7\x4b\xb6\x03\x5a\xdf\xf3\x37\x49\xd5\x01\xda\x3a\x15\xc5\x32\x0b\x00\x4d\xfb\xb3\x5a\xd2\x46\x80\xa6\xd6\x8d\x3a\xe9\x18\x40\x63\xce\x8b\x16\xc9\x62\x40\x53\xed\x8f\xad\x84\x3b\x3b\x9d\x29\x03\x88\xda\x7c\xde\xce\xd9\x71\x48\x2c\x7b\x73\x45\xc3\x02\x90\x1c\xf9\xcc\x5f\xd3\x06\x90\x7a\xff\xe0\xb3\x56\x05\x20\x6b\xde\x3d\x57\xcb\x0e\x90\x39\x77\x33\x5f\xeb\x35\x20\x7b\xf6\x5a\x8c\x96\x24\x20\x93\xd7\xa6\xa9\x15\x0e\xc8\x3c\x6b\xf9\xa9\xad\x0d\xc8\x3e\x6d\x0a\xd3\xdc\x04\x48\xd7\x34\x8e\xd2\x9c\x0f\x48\x2f\xc7\xff\xd1\x27\xea\x1f\xbe\xd3\xe8\xef\xb8\xb9\x3a\x08\x4a\x82\x55\xc2\x41\x41\x1b\xe3\x72\x0e\x4a\x97\x58\xb3\x38\xa8\x6e\xe4\xba\x78\xe4\x4f\x80\xb9\xcb\x3f\x54\xd0\x1f\xd0\x59\x16\xdd\x20\xf2\x05\xd0\x0e\x49\xbb\x28\xda\x0c\xe8\xa8\x65\x2a\x89\xff\x00\x74\xaa\x57\xbd\x97\xca\x02\x74\x95\xf3\x85\x65\x9e\x02\xda\x0d\x15\xcd\xb2\x86\x80\xb6\xfd\xd9\x6e\xd9\x73\x80\x96\x4b\x67\x99\xcc\x6d\x40\x6b\xfe\x9b\x75\x32\xa6\x80\xb6\x32\x20\x39\xfc\x6b\xaf\x96\x38\x20\xf9\xe9\xc3\x59\x2d\x67\x40\x3a\xb7\x77\x8d\x76\x3f\x20\x77\xfc\x51\x85\x36\x1b\x90\xa7\x7a\x56\xe8\x34\x02\x0a\x8e\x9d\x2f\x74\x8d\x01\x85\xa7\x7c\x3d\x58\xdb\x53\x9d\x25\x80\x7c\x47\x2b\x4b\xe7\x16\xa0\x30\xaa\xc9\x50\xe7\x0a\x20\xdf\x7b\x76\x91\x2e\x13\x50\xd0\x38\x73\x4c\x47\x09\x90\x23\xab\x39\xdf\x1f\xe8\x7f\x75\x30\xfc\xf8\xf9\xfc\x37\xff\xfe\xb7\x36\xd1\x41\xf0\xfb\x63\xc8\x3f\x32\x23\xdf\xd7\x74\x77\xb8\x2b\xa8\xf8\xaf\x4e\x4a\xaf\x2f\x52\x45\xf4\x17\xa0\x3f\x34\x76\x96\xc4\x6a\x80\x75\x28\x43\x58\x3a\x10\xd0\xbf\x90\xdd\x24\x2b\x01\xe8\xb5\xe5\xd5\xcb\xe5\x01\xba\xad\x15\xc3\xf2\x9b\x01\xdd\x79\xe7\xde\x2b\x34\x02\x3a\x49\x5d\x7b\xe4\xeb\x01\x1d\xef\x0f\x7b\xe5\x26\x71\xb5\x09\xd2\x9a\xdf\x8e\xe8\xa8\x01\xb2\xeb\x5f\x39\xeb\xad\x01\x94\x82\xf9\x7a\xb0\xbb\x4c\x7d\x3f\x40\xf9\xfd\xad\x45\xfa\x05\xc0\xa8\xb4\x6b\xd7\x58\xc5\x80\x4a\x63\xbb\x9d\xde\x53\x40\x59\xb9\xe5\xa2\xfe\x26\x40\xf9\xf2\xf9\x32\xfd\x4c\x40\x79\xdc\xd9\x1e\xfd\x62\x40\x79\xda\x99\x79\x7a\x9d\x80\x92\x48\x75\xa9\xde\x11\x40\x71\xc3\x7f\xeb\x22\x7f\x1e\x98\x4e\xfe\x3b\x7e\x4d\x5e\x9f\x35\xae\x0e\x42\xe8\x23\x83\xac\x5f\xb2\x41\xda\x61\x24\x0f\x5a\x8d\x8f\x8e\xf8\x09\xe8\xd8\xdb\x6c\x16\x7c\x0d\xe8\xf7\xb9\xbf\x13\x59\x08\x18\x7d\x0b\xed\x96\x70\x04\x4c\xb6\x8d\xf9\x2e\x7d\x19\x30\xb6\x9d\xa9\x2a\xbb\x03\x30\xec\x5a\xe9\x2b\xbf\x8f\x73\xaa\xd8\xc9\x56\x8a\x02\x58\x9a\x87\x8b\x94\x66\x01\x7a\x77\x9a\x26\x2a\x1d\x02\xf4\x1c\x7a\x54\x94\x92\x01\x3d\xc7\x2f\x2c\x85\x7b\x7f\x0e\xeb\x15\x02\x0a\x22\x1f\x16\xb0\xc4\x81\x51\xb6\x4f\xb3\x0d\x73\x00\xc6\x87\x9e\x2f\x86\x17\x01\xf5\xd8\xff\xd5\x41\x5d\xfe\xca\x39\xc1\xa9\xcf\xb9\x70\xda\x98\x53\x8b\x55\x9b\x18\x46\x8e\x00\xa3\xb6\xc1\xd4\x50\x13\x50\xad\xaa\x3d\x66\xb4\x06\x60\x68\x9c\xb4\x37\x7a\x08\x30\x84\xab\x96\x18\xc9\x02\xaa\x25\x64\x1f\xc0\x5b\x2f\x2c\x79\x75\x92\xaf\x83\xe1\xc7\xaf\xca\xdb\x27\x70\x75\x00\x12\xfb\x95\xb9\xfe\x20\xb5\x8c\xd6\x11\x13\x00\x1d\x23\x9d\x12\x81\xad\x80\xc1\x68\xb3\x02\x61\x06\x60\x92\xea\xd4\x29\xa6\x0b\x98\xcf\x0a\x9c\x22\xf9\x16\x30\x7b\x96\xe0\x26\x93\x09\x98\x7e\x98\xda\x26\xaf\x00\x98\xee\x5e\x41\x29\xf5\x01\x26\x79\x3b\x7b\x54\x6e\x02\x86\xef\x0e\xb3\x55\xbe\x02\x06\x99\x17\x2a\x55\x67\x00\xac\x9b\x0f\x52\x54\x1d\x00\x03\xad\x81\xc9\xa3\xd6\x7c\xdf\x6e\x38\x1e\x50\xf3\x7d\x71\xd1\xe8\x26\x67\xcd\xb9\x77\xdb\x54\x08\xd0\x7e\xd9\xb9\xd2\x54\x0f\xd0\x3e\x7d\x75\xa5\x49\x3f\xa0\xf5\xb3\x4d\xc8\x34\x1f\xd0\xae\xfc\x47\xff\x23\x6d\x0a\x40\x7b\x44\x9d\xa1\xc9\x7a\x40\x23\xb0\xe6\xb8\x69\x15\xa0\xb9\xf0\x44\xa9\xa9\x12\xa0\x31\xe2\xe8\x1e\xb3\x99\x80\xa6\xeb\xe1\x06\x33\x09\x40\xc3\xfe\xbf\xf3\xc0\xa4\x81\x37\xef\x79\xbc\x2f\x8f\xf7\x0c\x57\x08\x21\x79\x30\x55\x86\xe8\x46\x95\x34\xe4\x49\x5d\xd0\x5a\xa3\x7a\x82\x9a\x09\xb0\x5e\x68\x3e\x16\xb0\x04\x4c\x0f\x18\x55\x08\x5f\x05\x2c\xcf\xd9\xd6\x89\x17\x02\x36\xe9\x3e\x22\xd2\x1b\x00\xeb\xf3\xa3\x65\xe4\x2e\x03\xd6\xe1\x93\xf7\x29\x9d\x02\x2c\x19\x4b\x27\xab\x5c\x03\xcc\xce\xef\x78\xc4\xe0\x8c\xdb\x84\xca\x5f\xea\x51\xec\x55\xc6\x51\x2d\x01\x1a\xa1\xbf\x77\x18\xfb\xdf\x5f\xa7\xe5\xdd\x1f\x69\xfc\xfb\x7b\x8f\x56\xe5\xfb\xc3\xa6\xc5\x80\x4e\xe7\xc3\x52\xb3\x77\x78\xa1\x3f\xbb\x53\xcb\x22\x1b\x6d\x06\x47\xda\xdf\x59\x3c\xc7\x15\x83\x35\x17\xfb\x88\x0f\xd2\xb1\xf3\x55\x96\xa1\xb8\xcd\x6a\x6c\xf0\xb0\x1c\xc6\x4d\x03\xf5\xd3\x3a\x16\x79\xf8\xa4\xa7\x72\x32\xcb\xd2\x1a\x9f\xf4\xcc\x8f\xed\xb1\xf4\xc2\x4f\xdd\x95\x95\xfe\x16\x83\xa0\x75\xa6\x1f\x5a\x62\xb9\x00\xd0\x89\x2d\x35\xb2\xc8\x03\xb4\xd2\xff\xbb\x1e\xea\x7f\xe2\xa2\x5a\x1c\x17\x15\xe6\x73\x91\x7b\xff\x5b\xe6\x8c\xe8\x5c\x0e\x6a\x54\x88\x93\x71\x30\x10\x95\x2a\xe2\xa0\xe5\x35\x45\x45\x0e\x3a\x84\xeb\xac\x11\x8a\x03\x9c\x98\xe6\x9f\xc4\x77\x00\x4e\x19\xae\xb3\x65\x83\x39\x9f\xc3\x0b\x15\xeb\x00\x07\xe7\x09\x12\x2a\xcf\x00\xdb\x2d\x8b\x62\xd4\xd7\x0e\x9a\x59\x3f\xca\x3d\xaf\x9d\xf1\xfd\x9e\xd5\xca\x83\xeb\xf4\x4f\x7e\x9a\x6a\x39\xff\x6c\xb1\xe1\x9f\xf7\x1b\x2c\x0e\x74\x69\x18\x5f\x7a\x63\x66\xd1\xda\x17\x69\x52\xf8\x2c\xc6\x4a\x0b\x79\xa6\xf2\xb7\xc7\x58\xf7\x61\x8e\x79\x61\xdb\x68\x5b\x65\xcc\xb4\x30\x6b\x76\xb5\x1d\x87\x25\xe6\x61\x0d\x7b\xec\x28\xac\x30\xb7\x3a\xb3\xc8\x2e\x15\xd9\xe6\x2a\x27\xf7\xd8\xde\xc7\x7e\x93\x33\xc7\x4e\xd9\x05\xe0\xa0\xc9\xcc\xc3\x46\x76\xe5\xa8\x32\xee\x3c\xa4\x60\x57\x8d\x3a\x63\x91\x03\xe1\x76\x45\xb8\x64\xf8\x60\xff\x18\x5b\x36\xee\x18\x8c\xdd\x5b\x67\xb3\x1a\xdf\xf4\x82\x49\x1e\x78\x52\x7f\xe9\x80\x78\xfc\x3f\x25\x4a\x7c\xe6\xc4\x78\x3c\x1f\xdf\x07\xdf\x60\x3f\xf7\xb3\xd5\x75\xae\x1e\xc4\x71\x8e\x04\xd1\x5b\x7a\x15\xa8\xd7\x73\x4e\x31\x3e\x1f\x0c\xbd\xc4\xf4\x00\xef\x1b\xf6\x22\x32\x5f\x01\x8f\xca\xc0\xb5\xa3\xe6\xfe\xf1\x70\x1f\x35\xe6\x0f\xf3\xfb\x37\x53\xd7\xdd\x99\xcf\xf5\x6e\xbf\x8f\x71\x6e\x5f\x1f\x6f\xdc\xf0\xe2\x97\x63\x7f\x51\x92\xc5\xd6\xa7\xc2\x0e\x16\x35\xfd\xd6\x7f\x1e\x3c\xb2\xfb\xdc\xe1\x69\xe7\x7f\xb7\xd2\x6e\xc6\xcb\x3b\xf6\x89\xdd\xeb\xec\x27\x61\x84\xfd\x8a\x36\x23\x87\x7e\x1a\x0e\x3a\xe7\x06\x9c\xc4\x20\x66\xff\x8e\xef\x7b\x73\x32\xdc\xa9\x02\x0e\xb6\xf6\x47\x3d\x5d\x84\x61\x69\x27\x5d\xb1\xc2\xb9\x0a\xa1\x36\x8c\x83\xfe\x4e\xad\x98\x6d\x39\xa5\x64\xae\x53\x1e\xd6\x98\xdf\xde\x17\xe1\x34\x0d\x05\x66\x46\x05\xcd\x4e\x3b\x71\xc0\x74\xd3\xae\x43\x8e\x6c\xd4\x19\xef\xcf\x33\x77\xb2\xc4\x79\x63\x72\x9b\x44\x87\xf7\xfc\xb9\x3e\x20\xfc\xe7\x2f\xc4\xe3\xb7\x55\xc7\x72\x91\x1f\x3f\xdf\x0f\xc0\x79\x36\x17\x7d\x97\x8c\x24\x3e\x4b\x61\x59\xb2\x5b\x39\x18\xa9\xa8\x39\x20\x1c\x0e\x84\xcf\xb5\x98\x2d\xbd\xbb\x7f\x67\xf0\x57\xcf\x21\xb5\x3b\x1f\xa6\x07\x7c\x1b\x1d\xa8\x9f\xd8\x9b\xe1\x2f\x39\xd5\xc5\xf4\xe5\x83\x6a\x9f\xa3\x2b\xec\x6d\xd2\xba\x86\xbc\x5c\xf2\x77\x38\x6e\xbe\x31\xc6\xc3\xe8\x98\xb4\xeb\x96\x2b\xfd\x6e\xd3\x2f\xee\xf0\x08\xb9\x7c\xd1\x35\xf0\xb1\xba\x67\xc5\x45\x17\xd7\x94\x5f\xd7\x3d\xef\x36\xd4\xb8\xbb\xd1\x33\xbc\x04\x4f\x09\xb9\xb7\xd2\x45\xee\x07\x2b\xcf\x78\x14\xd2\x67\xdd\xfc\x0e\xb6\x7a\x46\xd1\xd7\x5c\x57\x1e\x58\xeb\x51\x48\x0f\x38\xd5\x17\x5d\xf1\x94\x83\xa0\xe3\x97\xc2\x9b\x9e\xb2\x50\x75\x28\xda\xed\xe3\x31\x07\xee\x76\x42\x3b\x8b\x3d\x9a\x11\x6e\xf3\x7d\x5b\x87\x5b\x27\x56\x59\x34\xe4\x1e\x76\xab\x43\xae\xf9\xd9\xcd\x63\xdc\xf2\xb1\xcf\xac\xe4\xbf\x75\x50\x94\x77\x9e\xa0\x88\x3f\x90\x1c\x8f\xdf\x62\xf1\xfa\xa1\xd8\x14\x70\xd1\x9d\x37\x3f\xf8\xbe\x10\x7c\x3d\x48\xc2\x4f\x01\x52\x57\xc7\x76\x8d\xfa\x48\x51\x3f\x76\xa6\xb0\x0c\xe3\xa5\xc5\xdf\x52\x89\x07\x9d\xbd\x18\xeb\x1e\xf9\x8d\x8e\x0a\xb5\x32\x1e\x75\x7b\x4d\x64\xc9\xd8\x6f\xb6\xaa\x57\x2d\xc2\xbe\xcc\x57\x72\xf1\x6b\x79\x1c\x62\xbd\x79\xb3\x97\xd0\x39\xdd\xc0\xe9\x65\xd7\xfd\xc2\xea\xdc\xfc\x7d\x1a\x33\x02\x33\x6b\x6e\xf8\xee\xee\xbe\x1b\x6c\x70\x4a\xc2\x57\xf0\x73\x5e\x70\xfb\x91\x63\x7e\xd6\xec\xde\xa0\xa3\x65\x5a\xfe\xbe\xb4\x54\x40\xcf\xbe\xab\xfe\xd9\x74\x88\xef\xa5\x82\x16\xff\xcd\xf4\x54\x1f\xa3\x5d\xb3\xfd\x55\xe8\x02\xcf\xb9\x3b\x42\xfd\x03\xe9\xb3\xee\x5b\xb6\xa6\xf9\xdd\xa1\x9f\xbb\x9a\x6f\x7e\xe8\x77\x8a\x1e\x74\x2e\xda\xf0\xc9\xef\x05\x24\x9c\xd2\xd7\x6b\xf8\xbe\x87\x9d\xfd\xa4\xb5\x0c\x9f\xf3\x48\xb4\x29\xcc\x2e\xf6\xb9\x87\x99\xd6\xe4\x5d\xa6\xac\x36\x2f\xfe\x60\x72\x4e\xe2\xf9\x7b\xf0\xf9\x5f\x1b\x25\xea\x2f\x1d\x40\x98\x39\x17\x13\x79\xfd\x1f\xc6\x13\x1f\x70\x7a\xe5\x14\xc2\xef\x7d\x3f\x3e\xf3\x93\xcc\x24\x8a\x7a\xfd\x7c\xc6\x66\xed\x27\x92\x11\x0f\x22\xa6\xbc\xb4\x49\x53\x4b\xb9\x31\x77\xc2\x80\xdf\x48\x23\xdb\x96\xda\x94\xe3\xf1\x72\x8e\x7b\xea\xcb\x12\x33\x66\xd4\x7b\x6b\x9e\x4c\x8b\x0b\x5e\x5d\x1c\xe8\x54\xb9\x3f\x66\x7e\xe1\x9b\x30\xbd\x83\xba\x91\x4f\xab\xef\x44\x6e\x29\xb1\x0c\xbf\xdf\x91\x1c\x7d\x65\x1f\x1d\xd6\xf4\x5a\x3b\xa6\xba\x50\x2a\x7c\x04\xdb\x21\x46\x62\x67\x42\xf8\x2a\xf6\xe6\x88\xd4\xdc\xf0\xf0\x59\xec\x47\x21\x47\x36\xbe\x08\x4f\xa6\x25\x83\x4c\x73\x44\xc2\x97\xd3\x66\x01\xcb\xf8\x3e\x27\xab\xfd\x42\x0f\xd3\x45\x5e\xd2\xd9\x66\x61\x5a\x74\xb9\xe7\x86\x65\xfb\x43\xb7\xd3\xf7\xdc\x26\x2f\x99\x10\xea\x49\xff\x70\xd9\xb0\x44\x37\xb8\x14\x2a\x8e\x4f\x16\x2c\x09\x51\x87\x89\xc3\x4a\x4e\xfc\x23\xfb\xa9\xff\xe8\x40\xb4\xba\xb9\x68\xf9\xe0\xef\xf8\xf9\x3c\x38\x9f\x07\x9d\x42\x78\x8c\xc1\x97\x99\xe4\x3d\xe6\x17\xff\xf9\xe4\xdf\xbd\x72\x5c\x32\x55\xe8\x21\x45\xdd\x2f\x5e\x1a\xcd\xf0\x15\x65\x5c\x77\x59\xf8\xc5\x74\xe6\xa8\x63\xcd\x9f\xe6\xb1\xdc\xad\x59\x3f\x6b\x9e\xce\xb2\x8b\x4c\xb1\xbf\x51\x61\x91\xee\x3c\xfe\x96\xdf\xcb\xa2\xce\x09\xc1\x8b\x6a\xc3\xd8\xbb\xfc\xc6\x49\x6d\x3f\x10\xe3\xb2\xf5\x67\x4a\x60\xe5\xb7\x78\xd5\x4d\x3e\xc9\xd2\xad\x87\x13\xaf\xac\x6f\x4e\x5c\xfb\x68\x30\x89\x5e\x3b\x3a\x51\xe2\xb7\x7c\x52\xc7\xca\xdc\xc4\xa0\xe1\x5f\x71\xc3\x4b\x6f\x25\xbc\x66\x47\x47\x0f\x2c\xd9\x91\xa0\xc7\x5e\x1f\x39\x6f\x51\x60\xbc\x0a\xbb\x27\x74\xef\x82\xc0\xd8\xf7\x34\x23\xf0\x6d\xd6\xa2\x38\x0d\xda\x2c\xa0\x77\x6e\xe5\xe8\xe7\xf4\x34\xdf\x29\x99\xd1\x31\xfd\x74\xb1\x97\x63\xc6\x50\x8c\x35\x7d\xda\xe3\xf2\xec\xec\xe8\xa9\xf4\x5d\xb7\xcd\x33\xbd\xa3\xac\x20\xe4\xcc\x39\x8b\xc6\xf3\xea\x80\x25\xf5\x97\x0e\x84\xaf\x83\x88\xe6\xcd\x0f\x3e\x0f\x3e\x93\xe8\x00\x7e\xcb\x2e\x24\xf7\x37\xfb\x5a\x97\x13\x1f\xf0\xe7\xd6\x6b\x08\x9f\x73\x57\x3e\xa7\x84\x83\xd7\x8f\x6f\xfe\xad\xdc\x41\x51\xcd\xdb\x72\xe2\xf5\x83\x14\x1c\x6b\xc4\xd6\xc8\x38\xa4\xe9\x0a\x97\xab\xac\x50\x0a\x2a\xb1\x11\xda\xd3\xb9\xf0\xe3\x18\x23\xef\x59\x9b\x18\x99\x27\x67\x7f\x8c\x92\xca\x66\xcf\xca\xc8\x51\x8b\x8f\x5c\xbc\x6c\xfa\xad\x92\x67\xc9\xf5\xf3\x2e\x4d\x5d\xd6\x70\x2b\x75\x5b\xa6\x5a\x7a\x64\xf7\xc9\xb1\x8f\x67\x65\x4d\x9e\xfd\xf9\xf1\x38\xd1\x19\xf3\x26\xd5\x0f\x67\x8e\xa9\xff\x5f\xbd\x47\xfa\x9f\xf1\xea\xec\x8c\xa8\x65\x93\xe7\xa7\x09\xb1\x6b\xc2\x8d\x26\x36\x8c\x4b\x60\xbf\x0d\x99\x3b\xc9\x31\xd5\x84\xd6\x09\x0c\x9d\x18\x92\xa2\x4c\x87\xf9\x5d\x1d\x3f\x90\x9c\x4f\xaf\xf3\x9e\x30\x3e\x3a\xa9\x8f\x2e\xf6\x7c\x39\x5e\x20\xb1\x99\x3e\xe7\xfe\x11\x90\xb6\xe2\xc6\x67\xca\xf3\xfb\x77\xd7\xe2\xc5\xbf\x94\x8b\x69\x3c\xbd\x58\x06\xe1\x2d\x06\x56\x2f\x25\xef\xf1\xde\x7f\x5b\x4b\xf8\xcb\xa7\xba\x1b\x89\x2e\xa2\x1b\xdb\x48\x7e\x5c\xb9\xcc\xe5\xc7\x9a\x23\xf7\xec\x97\xd8\x45\x51\x35\xc9\xbb\xa5\x34\xf2\xa4\x8e\x96\xe7\xef\xdc\x6e\x99\xc7\xec\x2a\x30\xdb\x9a\xe9\xa3\x6d\x76\x67\xe3\xcf\x8d\x23\xe2\x8c\xdd\x66\x2f\x35\x5a\xe3\x39\xb5\x2e\xa4\x33\x63\x78\xa5\x4c\xb6\xc9\xe8\xe2\x69\x7e\xcb\x5d\xf7\xaa\xc4\x63\x22\x96\x4e\x3f\x3d\x2a\xf1\x7b\x5a\xca\x92\x91\x37\x9b\x93\x5e\x8c\x55\x5c\x6c\xf0\x7e\x7f\xd2\xee\x94\x81\x45\x13\x86\xdf\x25\x50\x29\xba\xf3\xcd\xd8\xc1\x31\x07\xc6\x74\xce\x7d\xc8\x5e\x19\x25\x39\x66\x69\xe6\x51\xf6\xa9\xf0\xd2\x14\xeb\x59\xa3\xd9\x37\xc3\x98\xc9\xef\x66\xc8\xd2\xaa\x41\x8a\xc9\xc1\xd3\x5e\xd0\xae\x01\x3a\x49\x9f\xa7\xec\xa4\x27\xfa\xb6\x25\xbe\x9e\x7c\x87\xde\xe9\xf5\x28\x69\xd6\x04\x47\xfa\xb8\x07\x3b\xd1\x78\xfc\x03\xfa\xa6\xdb\x8b\x7f\xeb\x80\xd3\x04\x2e\x86\x2b\xfe\x1d\x3f\x57\x07\xd0\xbf\x71\x05\xf1\x75\x78\xbf\x6f\x03\xf1\xc9\x79\xd2\xb9\x9d\xbc\xcf\xeb\x9a\x96\x7f\x8a\x1b\xff\x3e\x52\x1f\xce\xb5\x73\x75\x21\xa7\xbc\x0f\xba\x70\xf0\xf0\xaa\x43\x85\x2a\xbb\x04\xdf\x17\xb6\x94\xc6\x18\x85\x8e\xf2\xdb\x22\x50\x7c\xce\x35\xc7\xc0\x6f\xb9\x4b\x61\x4d\xc4\x67\xfb\xd6\x59\xc5\xf9\xbd\x13\x65\xfd\x5c\x26\x56\xed\x64\x2c\x8b\x0b\x35\x4d\xa9\xd9\x5e\xb9\x7b\x79\x84\x74\x42\xc3\x56\xfa\xd4\xd6\xa8\xa0\xd1\x6f\x73\xbf\x74\x34\x46\x33\xa2\x9b\x73\xf5\xdf\xfc\x8c\x16\x8a\x1e\xb5\x45\x9e\xbd\x35\xe2\x57\xb4\x64\x4e\x00\xfb\x5e\xe8\xfa\xe8\xdc\x35\xcb\xd9\x83\xc1\x0f\xa3\x7d\xb2\x0b\x68\xc3\xc0\xa8\xe8\x90\xe5\x17\xe8\x10\xff\x99\x51\x89\x4b\x2e\xd3\x39\xde\xdd\xd1\xbb\x17\x4e\xa6\x37\x79\x1f\x8e\x96\xcf\xda\x40\xd7\x79\x7c\x8e\x7c\x39\xf7\x0a\xfd\xd2\x75\x20\xb2\x3f\xa3\x81\x66\xbb\x18\x45\x6d\x99\xc5\x82\x88\xf3\x6c\xc0\x9a\xe6\xd5\xff\x37\x7f\xcf\xff\xb9\xe4\x1e\xe3\x40\xd7\x4a\xf2\xde\xfa\x7d\xe7\xe6\x53\xdc\xf8\xb9\xcf\xbb\xab\x88\x1b\x77\x7b\x31\x37\xee\xf3\x9d\xe5\x84\x0f\x3b\xf5\xf3\x08\xa9\x33\xe5\xaa\xc7\x49\xdf\x8b\x7d\xb3\xaa\xe3\x64\x9e\x53\xd4\x56\xd7\x93\x22\x3a\x7a\xb2\x21\xd9\xfe\x55\xf3\xec\xf6\x68\xde\x9c\xa3\x74\xc4\x2e\xe8\x92\xf9\xaf\xf1\x8e\xe5\x5a\xa9\x85\x6e\x49\x89\x5b\x0e\x1e\x5e\xa4\xe8\x1d\x15\x3d\x5c\x96\xb2\xf3\xad\x5f\x7e\xd8\xe5\x52\xd6\x71\xfb\x80\xb8\x60\xf7\x03\xe2\x57\x6e\x05\x4e\x0c\x54\x2f\xb1\x7e\x39\x33\x50\x38\x60\xc1\xfe\x93\xb4\x87\xff\xc8\x80\x2f\x85\x09\xf4\x44\x5f\x95\xc0\xc4\xfc\x14\x3a\xc7\xdb\x3e\x30\x7f\x87\x2a\xbd\xdf\xf3\x45\xa0\x7a\xee\x07\xfa\xaa\x7b\x7c\xd0\xfc\x0d\xdd\xf4\x6d\xb7\x2f\x81\xfb\xd6\x1d\x05\xe5\xdc\x1d\x94\xb1\x26\x99\x86\xf3\xe7\xa0\x9e\x15\xbf\xa1\xea\x64\x1d\x24\xbe\xdc\x1b\x76\x0e\x4a\x81\xf3\x97\x9c\x41\x94\x6d\xdf\xbf\x7a\xb8\x7f\x74\x20\xdc\xfa\xd7\xba\x8a\xf0\xd8\x1f\x96\xe7\x12\xfe\xf2\xe9\xb5\xdd\x93\xb8\xf3\xbf\x98\xec\x1f\xda\x1b\x0f\x3e\xe4\xc6\x7f\x94\xf0\x96\xa7\x3e\x9e\x20\x7d\x71\x0e\x0b\x9f\x26\xff\x6e\xef\xb9\x7a\xf2\xdf\x73\xf5\xce\xe7\x8e\x78\x43\x51\x6b\xd2\xce\x17\xa8\xf5\x8a\x7a\x65\x5d\x6e\x4c\x34\x5f\xa6\xa2\x39\xb9\xbb\xfe\xa9\x8f\x0d\x6b\x75\x7c\xe9\xe9\x4f\x89\x8a\xb6\x12\x11\xbb\x4f\x4b\xcd\xab\x76\xb4\x0a\x92\xac\x65\x6d\x93\x73\xd1\xf6\xb5\xae\x51\x3e\xf2\xcb\x8d\xe1\x59\x53\x6d\xd3\x46\xb9\x7d\x74\x3f\x72\x6a\xdd\xf3\x41\xb7\x2c\xf7\xe4\x53\x31\x6c\xb6\xcb\x49\xf7\xea\x23\xc3\xf4\xa0\xd3\x3b\x8f\x85\x87\x5e\x40\xd0\x69\xaa\x47\xc9\x81\x3d\x50\x73\x14\xf0\x8c\xdc\x57\x04\x43\x07\x07\xcf\x83\x7b\x76\xc1\xc9\x5e\xd3\xf3\x57\xbe\x0b\xfc\xed\xbc\xbd\x96\x6e\x3b\x84\x58\x5b\x23\x2f\xa7\x2d\x85\x98\x6e\xbd\xc0\xeb\xd3\xc6\x60\x64\x5a\x6b\x7a\xcb\xad\x97\xc4\x0a\xcb\x6f\x40\x22\xaf\x4e\x66\x9c\xe1\xe0\x50\x4a\x36\x79\x9e\x1f\x97\x6f\x23\x75\xf0\x59\x5c\x21\xc9\x83\x1e\xb1\x52\x92\x3f\x57\xe7\x57\x12\x5f\x87\x66\xf7\x13\x64\xfc\x6a\xe3\x4e\x93\x7e\x52\x95\x3f\x1a\xc8\xf7\x8a\x77\x35\x91\x71\xda\x61\xd0\xfa\x8e\x83\xab\x4f\xb6\x7b\x73\x70\x51\xd3\x55\x5a\xc1\x86\xa2\xa6\x15\x5e\xc9\x60\x4d\x97\x55\x1d\x23\xd2\xf6\xd2\x55\x89\xd9\x13\xae\x78\xe9\x4b\x4c\xb0\xd1\x5b\xff\x05\x97\x16\xcf\x66\x9a\xd5\x7a\xba\x5f\xfc\xb0\x69\xaf\x65\x9d\xcb\xe4\x8b\x11\xe5\xcf\xac\x3d\x1d\x0d\x5a\xf7\xb6\x26\xda\xc8\xd8\x7b\xb7\xe0\x49\xa9\xf5\x7a\x7b\x91\x96\xa7\x43\xee\x96\x65\xf6\xdb\x1a\xa7\x62\x89\x45\x99\xc3\xe8\xd3\xcb\xb0\xcc\xa2\xc4\x61\xfa\xc9\x52\x6c\x36\xdf\xea\x30\xe1\xe8\x16\x14\x99\x99\x3a\x1a\x55\x68\xa0\xd8\xcc\xd1\x31\xbe\x4c\x08\x47\x4c\x47\x3b\xa9\x17\x1f\xc4\x31\x53\x07\xa7\x65\x85\x1f\x50\x6b\x72\xd0\xe9\xc4\xee\xd5\x38\x6f\xfc\xd8\xe9\xda\xce\x32\x5c\x35\x6a\x07\x66\xf0\xfa\x83\x71\x9f\xff\x97\xe2\xed\x64\x5e\x3c\xaf\xda\x4b\xf4\x1d\x3d\xa7\x0e\x12\x5f\xad\x6b\xf2\xc7\x88\xcf\xc9\x85\x93\x5c\x5f\x9c\xd3\x2f\x1b\xc8\x78\x1c\x33\xe0\xc6\x7d\xe0\x2c\xb7\x6f\xce\x2e\xcb\x2b\xc4\x1f\x60\x43\x27\x97\x27\x5e\xfc\xe9\x36\x59\x57\xa7\x0e\xdf\xf9\x29\x70\x8f\xa2\xc6\x16\xf4\xc8\x30\x7b\x45\x7d\xa2\xf6\xdd\x19\x65\x9b\xa6\xb4\xcc\x77\x43\xb7\x7d\xe8\x51\xcd\x56\xb7\x94\xee\xe0\xa9\x91\xba\x9a\x0e\xf3\xba\x0d\xd6\x4d\xd4\x3f\x60\x63\xd3\xb5\xaa\x34\xd6\xc0\xdb\x92\xea\xb2\x68\xda\x6e\x50\x6c\x9e\x79\xbb\xec\xc1\x80\x81\xb9\x79\xd4\xed\x9d\xbf\xc2\xf4\x13\xcd\x73\xae\x33\xc0\xd6\x65\x5b\x8c\x68\x33\xc1\xa0\x9e\xab\x45\xfe\x85\xc9\xe8\xd7\x5b\x6d\x29\x73\xf6\x0e\xfa\xf5\xb2\x2d\xad\x4f\x47\x63\x48\xf7\xa1\xd5\xa5\x93\xb6\xf8\xa4\x1f\x6f\xf5\xfa\xe8\x6c\xf4\xeb\xed\xb1\xba\x57\x11\x02\xb6\xee\x51\xeb\x8f\x65\xbb\xf0\x4b\x2f\xdd\xda\xbe\x64\x35\xa0\xd3\x88\xf2\x95\x95\x24\xfe\x73\xdb\x48\x1c\x2f\x4f\xec\x23\xf7\xb9\xef\xed\xe0\xfa\xe2\x5c\xbb\x5e\x45\xf4\x51\x2d\xcd\xa7\x89\x0e\xa0\x6e\x47\x23\xd1\x8d\x1c\xb7\xe4\xf2\xe2\x07\x8b\xdb\x89\xff\x45\xc1\xc5\x0e\xe2\x07\xb0\x75\x07\xb7\x7f\x48\xf6\x1d\xee\xbd\xf9\x39\xb7\x1e\x90\x3e\x0a\xe3\x4e\x3d\x23\xeb\x52\x6c\x4c\x2f\xad\x38\x9e\xa2\x02\xd4\x7b\x5d\x4c\xe2\xa5\xe6\x3a\x0f\xf4\x2e\xf0\x1b\xa5\xec\x6a\xbb\xae\xf7\xcf\xf8\x4c\x55\x19\x0b\xad\xde\xa1\x95\x2e\x0c\x69\x13\xd1\x17\x01\x45\x31\xea\xb2\x86\x89\xbd\x0f\x1a\xf6\xa9\x47\xb2\xde\xbc\x90\xb8\x9b\xc4\xc8\x63\xf5\xf5\x7e\xf9\xc1\x56\xbd\x66\xa0\xfa\x38\x18\x50\x99\x6a\xb0\xae\x27\x18\x50\x35\x33\x68\xe8\x9c\x05\xa8\xce\x32\xf8\x7d\xb5\x09\x50\x3d\x60\xd8\x78\xf1\x3b\xa0\x96\x61\xc8\x6e\xca\xe7\xa0\x51\x63\xc3\x49\x80\x21\x61\x5c\x56\x7b\x00\x60\xb4\x9a\x18\x9e\x2c\x00\x18\x83\x26\xcd\x47\x57\x02\xea\x72\x3f\x3c\xb6\x11\x56\xe4\xf5\xa6\x7d\xa4\x2e\xdc\x3f\xcf\xf5\x05\xb9\x69\x79\x8a\xc4\x73\x29\xba\x81\xf0\xdf\x0d\xad\xcd\x64\xfd\x38\x11\x7f\xf9\x15\xa9\x83\xd3\xae\xee\x25\x75\xf0\x6a\x27\x39\x7f\xec\x58\x79\x87\xf0\xc0\xeb\x6b\x1f\x92\x7a\xb9\xe8\x0d\x97\x27\x9e\x36\xf0\x82\xec\xbb\x93\x54\xde\x91\xf1\xf0\xbd\xf0\x39\x7b\xc4\x0c\x8a\x72\xb5\xf8\x72\x50\x73\x40\xe8\xb0\xd5\xa8\xaf\xe2\x2e\xc7\xa5\xd6\x9b\x84\x7e\x0b\x4c\xb2\x93\x59\xce\x6a\xfd\x2e\xb7\xb0\x40\xf6\x9e\x6e\xe8\xf7\xd2\x5d\xa7\xe4\xc6\x6b\x4b\xfc\x50\xa9\x79\x24\x67\xa7\xf9\xfc\x87\xfd\x6d\x19\xd9\x68\xcd\xeb\x3f\x1a\xbe\x78\x4a\xcf\xd2\x7c\xf9\xf9\x33\x20\x79\xff\x1f\x9d\xc3\x89\x67\x16\x80\x54\xa7\xb6\xc8\xbd\xa7\x80\x4c\xbf\x56\xc1\xed\x9b\x80\xcc\x66\xad\xb7\xd7\xfd\x01\xd9\x91\xda\x4b\xdb\x62\x01\xd9\xf3\x3a\x8e\xad\x66\x80\x5c\xa1\x8e\xca\xb9\xbb\x80\x9c\x9f\xde\x8a\x7a\x27\x40\x51\x9a\xaf\x03\x7c\x78\xfc\x30\xd1\xb9\x75\xfa\x9f\x22\xf3\xfd\xd2\x43\x6e\x9f\xa4\xc6\x46\xee\x73\xaf\x76\xe5\xe9\xa0\x9e\xdc\x24\x7a\xb9\xfd\xe8\xe6\xdd\x7b\xbe\x4f\xfc\x22\x36\xe1\x31\xa9\x13\xd9\x35\x2f\xc8\x7e\x6c\x6e\xe5\x1b\xe2\x47\x36\x89\xe7\x17\x32\x9a\xfa\x4e\xfa\x27\x79\xc8\x0d\x12\xdd\xad\x85\x2f\x0c\x65\xd3\x28\x8a\x35\x19\xb0\x90\x16\x7a\xa7\x23\x0f\x44\x14\x88\x84\x68\x8e\x01\x66\x75\x89\x66\x32\x47\x02\x9b\xfb\x45\x0f\x31\x56\x00\x95\x93\x45\x5d\x19\x6e\xc0\xe5\x3b\xa2\xae\x6a\xc3\xc0\xf3\x21\xe1\x6e\x86\x02\xc0\x0e\x14\x5c\xaa\xbc\x6b\x98\x74\x5a\x50\x8e\xf9\x9e\xc7\x41\x25\xfd\x0f\x3a\x1c\x64\xec\x7e\x2e\x0c\x88\x7c\x61\x04\x3c\x38\x07\x88\x34\x33\x2e\x74\x1f\x00\x44\x2f\x29\x3a\xdc\x26\x67\x6c\xf5\xf2\x6b\x82\x80\x78\x0c\x73\xe2\x65\x5f\x40\x62\xfc\x93\xce\xc3\x64\x1e\x74\x59\xd5\x70\xf5\x1f\xe3\xce\x93\x7a\x71\xae\x89\x1b\x7f\x6d\xc2\x55\xa2\x37\x3f\x6a\x76\xeb\x17\x07\x4b\x7b\xb9\xba\x80\xc2\x4f\x8f\xc9\xf7\xb6\x95\x3d\x27\x79\xb5\xee\xd3\x1b\x32\x6e\x4b\xf6\xf7\x91\x79\x33\xdb\xf1\x1b\xe9\xbf\x96\x26\xf6\x8b\xe8\x2a\x23\xbe\x0c\x93\xfe\x4a\xce\x3c\xfd\x83\xae\x36\x20\x74\x83\xa2\x34\x5f\x01\x06\xfe\x02\xd6\x4c\x01\xc0\x3f\x57\xe0\x1d\xe3\x09\x30\xb1\x5c\xf0\x1d\x63\x24\xb0\xf2\x9e\xd0\x21\xb5\x72\x60\xaf\xa4\xf0\x74\xd5\xf5\x40\x8d\x91\xe0\x14\xd5\x6d\xc0\x35\x25\x81\xcf\x4a\xc7\x81\x27\xb9\x14\xa5\xb8\x15\xf8\x62\x4d\x51\x32\x1f\xb9\xbc\xf5\x88\xb5\x34\x61\x10\x05\x46\xfe\xd4\x27\xbf\xa9\xeb\x23\x79\x17\x3d\x62\xf0\x35\xe1\x6a\x04\x98\x4f\xc9\xdd\xdd\x91\xca\x0f\x48\x67\x0e\xc1\xdc\x3b\x56\x1c\xec\x09\xad\x25\xfc\xfe\xd5\x0f\xdc\x7a\xd7\x54\x74\x89\x3c\xdf\xd3\xa7\x3a\x48\xdd\x3c\xbe\xb6\x7b\x37\x07\x0f\xc9\x3d\x20\x79\x52\x94\xf5\x8c\xf0\xa0\x79\xa7\x5e\x11\x1e\x74\x53\xf4\x07\xf2\xbd\xec\xd0\x2f\xa4\xbf\x4c\xd6\xf1\x9f\xe4\x1c\x36\xb5\x73\x90\xb0\x8a\xc9\xfb\xb9\x7c\x69\x10\xcf\x27\xc7\x86\xd7\x0f\x82\xb1\x9f\x8b\xea\xba\x80\xae\xc4\x88\x76\xc5\x32\xc0\xe5\x01\x45\xc9\x0d\x03\xf1\xe5\x14\x25\x37\x08\x64\xae\xa4\x28\x59\x25\x20\xe7\x31\x45\xc9\x9c\x01\x4a\x02\x28\x4a\xaa\x0e\xa8\xe9\xa3\x28\xc9\x03\xc0\xe5\xff\x8f\xb2\xf7\x8e\xcb\xf1\x7d\xff\xc7\xcf\xf6\x9e\xd2\xde\x4b\x7b\x2f\x0d\x8a\x32\xa2\xb2\x42\x84\x64\x8f\x48\xc8\x8c\xac\x28\xa2\x21\x23\x54\x56\x89\xa6\x11\x1a\xa2\x88\xca\x48\xa8\xcc\x54\x66\xc3\xc8\xca\xa8\xe3\xf7\xe8\x38\xcf\x2b\xf2\x7a\xbd\x3e\xef\xef\xcf\x3f\x4f\xd7\x5d\xdd\xf7\x7d\x1c\xd7\xb9\xae\xf3\xf9\x3c\x9f\xc7\x0e\x42\x44\x4b\x01\xaa\x3f\x10\x22\x76\x12\xe0\x85\x35\x21\xa2\x15\x00\xdf\xc4\x09\x21\x7b\x39\x5e\xff\x17\xab\xe4\xf0\x99\x9d\xdc\x6f\xa5\xe8\xff\x8a\x39\x37\xd4\xe3\xef\xdd\x94\xa6\xf1\x97\x0e\xbb\xbe\x83\x8e\x83\x37\x71\xfe\xcf\xee\x7a\x30\x8b\xae\x07\x1e\x27\xe2\x7c\x20\xd2\x84\xe3\xe8\x5e\xb9\xd7\xe8\x13\xb6\xcb\xa1\x4d\x93\xb6\x83\x4f\xe8\x43\xb6\x36\xb0\x03\xe7\x99\x25\xe3\xba\x70\xfe\x9d\xc1\x78\xee\x71\x4c\x0f\xc0\xf1\xde\xa6\x4c\x07\xa0\x10\x4c\x51\xaa\x0c\xa0\x6f\x27\x21\x12\x91\x00\xd6\x6e\x84\x88\x96\x00\x8c\x98\x4d\x88\x88\x34\xc0\x0c\x71\x42\x84\x72\x01\x56\x2f\x22\x44\xe8\x33\xc0\xae\x31\x84\x08\xf4\x07\x48\x09\x27\x44\x50\x17\x20\x27\x89\x10\x61\x2d\x80\xe2\x4f\x84\x08\x59\x01\x54\x9a\x11\x22\x50\x0f\xf0\xa8\x92\x10\xfe\x7d\x00\xcd\x77\x98\xce\x61\x1e\xe9\xd1\x39\xfc\x33\x2f\x6d\xc5\xdd\x78\x4d\xa6\x1c\x75\xe6\xf9\xa2\x77\x30\xae\x9c\x6b\x35\x68\xa8\x78\xb2\x8a\xfa\x60\x1d\x69\x78\x89\xed\x20\xf1\x54\x33\xf6\xff\xf8\xf4\x4f\xd8\x1e\xa2\xda\x68\xbd\xa8\x8d\x03\x3b\xb1\xdd\x70\xfc\xf7\xfc\x70\x8a\xfe\x53\x29\xfa\x30\x9f\x10\x4e\x17\x65\x7c\x04\x7a\xf1\xfe\x02\xd7\x01\xc4\x22\xe9\xf7\xd4\xb6\xf8\xcd\x73\xf3\xde\x07\x18\xdf\x46\x08\x7f\x20\xc0\xa2\xed\x94\xdf\x0f\xf7\xa1\xfc\x75\x1c\x53\xc4\xa7\xe4\x50\x3c\xc9\x76\x86\x38\x1e\xfb\xaa\x30\xc5\xbb\xcb\x28\x36\xb2\x27\x07\x74\x78\x98\xd2\x5b\xff\xc1\xe5\xa5\x30\xa8\x0a\xd7\xc7\x67\x80\xea\x41\x4e\x79\x53\xdd\xe3\x71\x99\xd7\x38\x3f\x1e\x52\x7f\x87\xe3\xff\x9e\x19\x54\xff\x15\xdd\xf9\x13\xe7\x87\x88\x6b\xc0\xd6\x07\x14\x39\x5f\x9c\x19\xfe\x14\x7d\x99\x0e\x60\xa8\x2f\x45\xbb\xdd\x14\xb9\x3a\x20\x1c\xef\x4f\x26\x00\xf0\x31\x45\xaf\x46\xf7\x48\x62\xfd\xbb\x02\xa6\x17\xab\x6c\x36\x9d\x87\x62\x68\xf7\x93\xbf\x3f\xc0\x16\xe6\x00\x1a\x3f\x86\xe2\x21\xb6\x12\x4e\x2b\xa4\x78\x9a\xfd\xfc\x12\x53\xce\x57\xb2\xb8\xa9\xb2\x13\xe0\x0d\xab\x24\xfa\xb5\xe1\x77\x3e\xf2\x1a\x1e\xe1\x7c\x91\xd5\xd6\x88\xf1\xa6\xb9\x34\xe3\x75\x52\xe7\x07\x95\x6e\xdc\xef\xfe\x1d\xfb\x45\xec\x11\xc0\xfa\x7a\xdb\xb4\xe9\xf7\xe7\x7c\x81\x38\x1d\xc8\x5c\xa6\x6f\xf0\x67\xf7\x9d\xf3\x85\xe9\xd1\x81\x30\xdf\x10\x4e\xff\x20\x7d\x83\xe5\xe1\x01\x00\x6f\x3e\xfd\x3e\xca\x6c\xe7\xcb\x92\x55\xb8\xe3\x4e\x00\xf9\x75\x3f\xa9\x6c\x04\x58\xd0\xbd\xf2\xf5\x03\x58\x3d\x80\xbe\x1e\xe1\x4c\x91\xab\x88\x87\x7a\x87\xcd\x00\xc7\x77\xd3\xeb\x6c\x96\x97\xfc\x04\xd6\x4e\x1e\x51\xac\xba\x4e\xf3\xf9\x6c\x30\xbd\xee\x1e\xe1\x4e\xf7\x7b\x81\xeb\xe3\xf4\x3b\xb4\x4e\xda\x61\x91\x8f\x38\x6f\x1e\x0c\xea\x44\x8c\xaf\xa7\xdf\xf7\x6f\x3f\x94\x50\xe6\x13\xc2\xe9\xa1\xa6\xcf\xeb\xdd\x0e\x38\x5f\x18\xae\x3f\xf4\xe8\xc3\xd8\xdf\x49\xb1\x7a\x5a\xb8\x13\x56\x48\xdb\x85\x22\x73\x38\x34\x4e\xa7\xe8\x36\x8f\xf6\x93\x31\x86\xbd\xdb\x45\x30\x7b\x22\x5e\xdd\xc1\xf2\xc1\x1c\x23\x77\xb2\x1d\x94\x7d\xac\x3d\xa5\x54\xff\x7b\xbf\xe1\xda\x49\xf9\x6e\xaa\x1f\xb9\x7f\x81\xee\xc7\xfd\x5d\xf7\x81\xd3\x3f\xf4\xf8\x60\xb0\xf3\xce\x7f\xeb\x40\x38\x7d\x04\xf7\xfb\x9c\x8e\x84\xf3\x17\x99\x88\xfb\xdb\x44\x60\x56\x0c\xee\x77\x6d\x0b\xa9\xeb\x46\xde\x9c\x8d\x6e\xdd\xc8\xef\x1b\x8b\x3c\x81\x80\xdd\x11\x53\x7c\xfd\x78\x2e\xfa\x24\x93\x0d\x25\xb8\xdf\xcb\xdb\x76\xbf\x96\xbe\xcf\x2b\x76\x7e\xec\xd7\x18\x42\xba\xf6\xd0\xff\x7f\x02\x8a\xdd\xab\x13\xfc\x9d\xc5\x14\x9f\xdf\xa2\xf8\x44\x89\xa0\xc3\x4b\x6d\x1f\x7a\x5d\xcd\x38\x89\xdb\x36\x04\x7b\x6e\x85\x26\xbd\x2e\x63\x5c\x1e\xfc\xe1\x7b\xd0\xa3\x7f\x60\x3c\x0e\xa7\x77\xb1\x63\x71\xf5\xe8\x40\xd6\xf7\xce\x07\xa7\x9b\x61\x7f\x1f\x3e\x92\xf2\xe6\x93\x26\xd0\xbc\x98\xce\xc0\xf7\xe7\xdb\xba\xe4\x68\x37\x0a\x29\x6d\x42\x7e\x54\x68\x7b\x1c\xd6\xb9\x16\xe6\x3d\x82\x3e\x0a\x02\x5b\x4e\xe3\x77\x13\x0c\xb8\xfa\x1a\xf3\xb4\xa3\x16\xf9\x73\xbe\x98\xb7\x78\x9e\x9a\x17\xf5\x1e\x3f\xd9\x19\xcb\x8f\x6a\x14\xdf\x56\x53\x7c\x71\x8a\x07\x57\x26\xcf\x85\xe8\xf5\x23\x4f\x72\x05\xd7\x05\xb2\xf4\xba\x4a\x9f\x60\x05\xbc\x9b\xb2\x3c\xab\xba\xb1\x5c\x9b\xa0\xbf\x58\x69\xdc\xef\x3c\x70\x7e\x28\xae\xbb\x7b\xb7\x03\x2e\x7e\xee\xdc\xf7\x5f\x3a\x90\x9e\xbc\xb0\x7c\x4d\x74\x63\xb9\xf7\xc4\x38\xc9\x98\x71\xc8\x87\x08\x2c\x9a\x81\x7c\xb1\xd0\xe4\x10\xe4\x0b\x45\xdf\x6d\x5c\xd6\x8d\xe2\x8b\xe2\xb0\xbd\x88\x3e\x3e\x8a\xe7\x65\x45\x17\x9f\x45\x3f\x6c\xd1\x8e\x32\xe4\x89\x84\x06\xd7\x61\xfd\x01\xc1\xd8\x56\xd4\xd9\xf0\x60\x0f\xfb\xae\x44\x70\x44\x7e\xf7\x91\x07\x1d\x79\x5e\xfb\x92\xf9\xdd\xd8\xd0\x48\xe3\x7c\x72\x93\x14\xfe\x6b\x3b\x10\xa2\x3f\xe7\xe2\xbf\xe6\xca\x87\x33\xd6\xe5\x56\x5e\x75\x2e\x0f\x5c\x7f\xe8\xf1\x43\x11\xea\x1d\xbf\xe5\x50\xd2\x5b\x07\x60\xd8\x3b\x1f\x9c\x5e\x84\xf2\xc5\x3c\x8e\x43\xae\xe0\xf7\x77\x1e\xfb\x0e\xe3\x69\x0f\x44\x5f\x78\xd1\x75\xc1\x9f\x30\xfe\x94\x0d\xc8\x23\x4b\x9e\x8c\x7b\xd3\x8d\x52\x7b\x8f\xe1\xe7\x4b\x0c\x3a\x67\x80\xaf\x07\xdd\xc0\x7e\x2a\x7e\xf0\x09\xea\x09\xc4\x8d\x3f\x9c\xc2\x7c\xa2\x52\xf3\x8b\x94\x00\x3a\x92\xb5\x84\xf2\xe3\xd9\xf4\xa6\x1a\xbe\x8f\xdd\xf8\x2c\x5a\x08\xe3\x79\xe8\xc2\xa7\xdf\x8d\xf7\x52\x04\x05\x30\xfe\xf3\xa2\x66\xd8\x0f\x96\x08\xe2\x88\x5d\x96\xc2\x87\xca\xd6\x2b\x67\xf8\x91\xd3\xbc\xf4\x44\x68\x07\x97\x87\x41\xf2\x7f\xb5\x03\x8b\xbf\xe2\xbf\x4e\x7a\xeb\x3f\x04\xff\x2d\x1f\x3c\x6a\xfd\xb1\x8f\x0a\xac\xf0\x40\x5d\x8c\xe8\xe4\x31\xa8\x1b\x11\xff\x10\x80\xfd\x43\xea\x72\x30\xfa\x9d\xcb\x18\x6d\xc0\x3a\x02\x32\xdf\xe2\xd0\x5f\xa6\x8f\xec\x31\xf4\xcb\x97\x1b\x72\x1e\xfb\xbe\xcc\xfb\x0a\xac\xb7\x21\x63\x5b\x8f\x7c\xb2\xf4\xb7\x2f\x9d\x84\x74\x3d\x12\xc6\x1a\x15\x1f\x64\x44\x51\xf7\xf5\x6a\x92\x28\x2a\x39\xeb\x83\x44\x71\x64\xae\x1d\xad\x7c\x1a\x40\x28\xfa\xc1\x30\x31\xf4\x68\xef\xd1\x83\xe5\x2b\xaf\x07\x10\xda\x75\xf5\x91\x72\x14\x80\x50\xc6\xe5\x42\xe5\x6d\x00\x42\xe9\x85\x4f\x94\xdf\x00\x08\x0f\xbd\xe8\xa0\xfc\x00\x40\x58\xf5\xcf\x71\xee\x1f\x3a\x18\xd6\xb6\x38\xfe\x9b\xd3\x01\x70\xc8\xbd\x6e\x8a\xe3\x09\xdf\x3c\xdb\x7c\xf2\x87\x4e\x4a\xb2\xce\x07\xdb\x95\x6c\xda\x54\xe4\x45\xe5\x1f\x05\x23\xff\xa7\xb4\x6d\x43\x0c\xdf\x66\x00\xa5\x4b\xf1\x53\xf8\xdf\x00\x28\x8d\x4a\xb5\xe0\x0f\x02\x90\x6f\xbe\x90\x85\xbf\x27\x72\xcb\x06\xd1\xb4\x11\xdf\x57\xde\xf8\xd7\x38\x42\x3a\xec\x65\x71\xc6\x6e\x11\x93\x43\x07\xc3\x7a\x6b\x15\x6f\x00\x61\xc7\xba\xe3\xca\xef\x01\x84\x5a\xaa\xdb\x55\x0a\x00\x44\xe6\x73\xf1\x97\xeb\xaa\x4c\x01\x10\x11\xe0\x74\x50\x97\xbb\x54\x56\x03\x88\xd8\x15\x11\x95\x4d\x00\x22\x8e\x17\x4f\xa9\x84\x01\x88\xe8\xe6\x19\x2a\x5f\xe9\x7e\x1e\xfb\x73\x9c\xfb\x5b\x07\xd3\xe3\x83\xc1\xce\xbf\x73\x3c\x38\xd5\x81\x70\xba\x10\x81\x3b\x86\xf8\xfb\xa2\x9e\x56\xf6\x78\xdf\x0b\x07\xe0\xcf\xe5\xb0\x60\x1d\x80\xf2\xe8\x29\xb6\x7c\x9a\x00\x2a\x8a\x8b\x86\xf3\x37\x03\x28\xd7\x86\x13\x81\x74\x00\xe5\xb8\xf8\x3e\x82\x13\x01\x94\x87\xa5\x1e\x13\xbc\x08\xa0\xd4\x90\xbf\x45\xd0\x1f\x40\xe9\x6b\x95\x8a\xa0\x17\x80\x52\xe3\xeb\x20\xfe\x12\x80\xee\xb8\xc8\xae\x0f\x83\xba\xe3\x10\xf2\x68\xea\x54\xc9\x06\x10\x8e\x7e\xb4\x5c\x5d\x00\x40\x3c\xec\x9e\x9d\xda\x6d\x00\xf1\xa0\xdb\x92\x6a\xaf\x00\xc4\x8f\x97\xef\x51\x8f\x04\x90\x88\xba\x96\xae\x9e\x06\x20\x91\x79\xf9\x84\xba\x23\x80\x84\x68\x61\xbb\xba\x02\x80\xf8\x8d\x0b\x44\x5d\x13\x40\x3c\xfb\x9c\xbd\xfa\x38\x00\xf1\xda\x9c\x0d\xea\xc2\x00\xe2\x1e\x7f\x8e\x07\x5c\x3f\xe0\xce\xbd\xeb\xb0\x3c\x70\xfc\x2f\xc7\x83\x73\x3c\xa0\xea\xa8\x6e\x14\xe9\xd2\xc1\x7a\x08\xd2\x19\xe6\xe8\x9b\xa3\xdc\xe6\xec\xcc\xeb\x00\xa0\x66\xe3\xf9\x89\x7f\x0a\x80\x9a\xa0\xdf\x25\x01\x67\x00\xb5\xfc\xf9\x2f\x85\x04\x01\xd4\xde\xac\x4b\x11\x2e\x01\x50\x3d\x1c\xb7\x45\xb8\x19\x40\xd5\x26\x35\x43\x24\x12\x40\xe5\x7c\xe1\x70\x91\xad\x00\x2a\xa2\xf7\x5c\x84\x87\x02\xa8\xf8\xb4\x74\x08\x8d\xfb\xa9\xac\x6a\x0a\x20\x34\xe0\x6d\xa9\xfa\x0f\x00\xf1\x17\x4f\xbf\x6a\x9c\x01\x90\xcc\xbc\xaf\xa4\x99\x01\x20\x3d\xe5\x56\xa6\x66\x1b\x80\x74\xd9\x8d\x9d\xda\x03\x00\x64\x37\x5d\x9d\xa2\x35\x17\x40\xc6\xab\xd8\x5d\x3b\x1e\x40\x36\xbd\xc0\x1d\xfd\xb4\xa4\xf3\x12\xb5\x47\x00\xc8\xd4\x9d\xe9\xa7\xcd\x07\x20\x33\x2c\x5b\x5d\x6b\x1a\x80\xb4\xcb\xa9\x75\x9a\xf9\x00\x52\x8e\xf0\x2f\x7e\x30\xdc\xfd\xe7\xce\xff\x73\xe7\xbf\x19\x0f\xce\xe9\x21\x92\xfb\x9e\xc7\xf8\x23\xd4\xb0\x7f\xab\xac\x33\x16\xe1\x79\x04\xa0\xee\x6c\xd7\x97\x2f\x1a\x40\xa3\xaf\x47\x38\xff\x2f\x00\xcd\xc7\xe3\xfb\x0b\xf9\x01\x68\x2d\x9a\x03\x22\x6b\x00\x34\x5f\x85\x49\x8b\xb9\x01\x68\xa4\xc6\xde\x17\x97\x02\x50\x9f\x9f\x36\x51\x7c\x18\x80\xda\xaf\x4b\xd6\xe2\xd9\xf0\x4d\x2d\xeb\x41\x87\xf8\xb8\x4e\x3e\xf5\xcd\xef\xea\xc5\xfd\xda\x23\x35\x83\x00\x24\xa5\x1a\x75\xd0\x1f\x2b\xff\x41\x82\x6e\x01\x80\xbc\xea\xcd\x71\xfa\x73\x01\x14\x57\xfd\x97\xfe\xe7\xa2\xaf\x9e\x2f\x40\xdf\xb6\xb3\x2f\xf5\xce\x00\xc8\x4b\xe4\x4a\xea\xd6\x03\xc8\xa5\x67\xbc\xd0\xb3\x07\x90\x3b\x9b\xee\xa9\x2f\x0d\xd0\xd7\x3f\xf5\x8e\xee\x69\x80\x3e\x2b\xff\x8c\x9f\xeb\xf7\x5c\xfc\xb2\xa8\x7f\x21\x13\x24\x58\x7f\xa0\x3c\xb0\xa0\xbb\xe8\x56\x8c\x7f\x91\x54\x32\xf9\xa3\x5e\x8a\xa6\xa0\xd6\x2b\xde\x56\x00\x9d\x2e\xf3\x45\x02\x46\x00\x7a\xf1\x03\xbb\x84\x96\x00\xf4\x73\x19\x7d\x57\x34\x04\x40\x7f\xe2\xcc\x44\xf1\x65\x00\xba\x17\x57\xf3\x48\xaa\x01\xe8\x28\xc7\x5c\x91\x9a\xf7\xe3\x80\x8e\xc5\x71\x37\xd9\xd0\xcf\xc9\x3a\xde\xf9\xee\x7d\x05\x3f\x1a\xea\xf8\x56\x6d\x90\x77\x69\x7b\xa4\xf3\xe8\xcd\x08\xf9\xe8\xb7\x3e\x7a\x3b\x00\xe4\xb7\x3c\x4c\xec\xb7\x03\x40\x79\xe6\x6d\x73\x83\x9f\x00\xaa\xa1\xd7\xd2\x0c\x37\x01\xa8\x96\x5d\x8a\x31\xf2\x00\x50\x1b\x5e\xc0\x6b\x68\x04\xa0\x32\xe6\x5c\xa7\xd1\x25\x00\x35\x72\x7a\xa4\xe1\x4e\x00\xe5\xa6\x8c\x4e\x63\x05\x00\xd5\x81\x27\x93\x0c\xc3\x00\x94\x6e\xa5\x7a\x1b\xd6\x01\x28\x1d\x3b\x66\x6f\xd8\x9d\xc7\x9b\x49\xdb\x8d\x8c\x00\x14\x71\x2f\x82\xd3\x3f\x70\x3e\x20\x2c\x7e\x22\xc6\xe6\x0d\xea\x03\xc0\xc3\x78\x1d\xc9\x26\x5e\xab\x6e\x54\xbc\x26\x88\xba\x64\x9d\x6c\x29\x5c\xe7\x18\x7c\x55\x9b\xc6\x1b\x0e\x60\x7c\xdf\xe0\xb1\x60\x10\x80\xe9\xac\xfe\xa2\x22\x4d\x00\xa6\x45\x23\x37\x48\x0c\x00\x30\xee\x08\x38\x20\x95\xd3\x91\x6a\xdc\xb0\xdc\x55\x6e\xf1\x87\x4f\xc6\xdb\xa3\x74\x14\x9b\x5b\x5c\x8c\xca\x92\xde\xa9\xba\xbe\x9a\x69\x24\x7b\xd6\x4a\xfd\x56\xe3\x1c\xc3\x73\x15\xfe\x9a\xf1\xf5\x0b\x0c\x2f\x34\xdc\xd3\x52\x7c\x1a\x61\x54\xd5\x39\x41\x73\xcc\x9d\x4a\x93\x68\xe8\xd2\x5e\x74\xf5\x9e\xe9\x59\xf8\xa4\x13\x58\x68\x6f\x96\x02\xef\x75\x2e\x9d\x77\x34\xdb\x0d\xdf\xb4\x9b\x7a\x7c\x6f\x74\xcd\x47\x43\xa7\xf6\xbc\x93\x53\xcd\xc2\x00\x34\x37\xa6\x2e\x30\x5b\x0d\xa0\x51\x7c\x64\x8d\x59\x3d\x80\xc6\xa6\xe4\xe9\xe6\xd2\x00\x1a\x3a\x07\x2b\x4c\xf7\x02\xa8\x16\xee\x1f\x64\xba\x0f\x40\x55\xe2\xcf\x71\x80\x6b\xff\x5c\xfc\x64\x0e\xc6\x2f\x46\xe3\xe7\xfc\x10\xd4\x36\x53\xe4\xea\x43\x70\xfe\x20\xd6\x39\x32\x3f\xbb\xd1\xae\x58\xeb\x87\x80\x1c\x80\x9d\x90\x95\xad\xd8\xca\x5f\x86\xb6\x61\x1e\xe6\xd2\x45\x1f\x7f\xd9\xf1\xfb\x39\x28\xa8\xbd\xed\x6f\x1b\x1e\xb4\x4e\xf5\x7e\xa3\x9b\x8d\xfb\xc6\xab\x5a\x79\x8f\xbf\x59\x9b\xec\xbd\xa2\xf7\xae\x56\xcf\xf2\x61\xe6\x44\x83\xc6\x7b\x83\x2c\x6a\x4b\x8f\x1b\x35\xdd\xf9\x60\xb1\xfc\xd1\x49\xe3\xf6\x5b\x57\x2c\x1a\x3f\x67\x1b\xa7\x5d\xe3\xb3\x5a\x05\x7b\x8d\x1f\x5e\x7c\x67\x9d\x0e\x89\xc6\x8f\xce\x58\x5a\x87\x42\xae\x11\xc9\x58\x69\x2b\x0e\xe9\x46\xbf\x4e\x5c\xb5\x7e\x0e\x37\x0c\x8c\x8e\x95\xd8\xfc\x84\x52\x83\x07\x87\xc3\xad\xeb\xe0\xa9\xfe\xa0\x43\x53\x6d\x96\x41\x83\xbe\xc4\x81\x19\xd6\x6f\xa0\x4d\xf7\xca\xde\x8b\x36\x23\xa0\x5d\xd7\x7b\xf7\x40\xeb\x16\x00\xed\x67\xb1\x1d\x56\x19\x00\x9a\x59\x7f\x8e\x7f\x12\x6c\xfe\xa4\xe7\xff\x39\xfe\x57\x92\x3d\xb5\x72\x3c\x38\x77\x1e\x9e\xd3\x83\x38\xbc\xa1\x38\xd0\x58\x08\xdb\x91\xfb\x09\xe5\x40\x5e\xfd\x0e\xc3\xc1\xcf\x8c\xcd\xc5\xa6\xb7\x4e\x75\xbb\xe4\xd2\x4f\xde\xb5\x71\x8e\x6b\xc6\xa8\x47\xea\x46\x8f\x84\x06\x9e\x9d\xa5\xa4\x1b\x57\x5d\xe5\xf2\x76\xf5\x46\x23\xf9\x9b\xe3\x9d\xad\x62\x78\xcc\x2a\xaf\x8b\x3a\xae\x3f\x5e\x69\x15\x50\x52\xdf\x5f\xa4\x70\x80\x4d\x43\xf1\x61\xfb\xae\x7b\x8b\xed\x94\x8b\x6c\xed\xeb\x5a\xbd\xed\x86\x5e\x90\x73\xe8\x02\x6d\xdb\x80\xac\x93\xfd\x7f\x81\xbd\x8d\x67\x6a\xa7\xe3\x28\x98\x60\xe5\x79\x38\xcc\xc9\x02\xa6\x59\x3e\x39\xb4\xdf\xa9\x0e\x66\x5b\x6e\x3b\xa0\xe8\x58\x04\x5b\xcd\xee\xef\x13\x76\x9c\x06\x07\x4c\x4d\x76\x1f\xef\xff\x0d\x72\x8c\x67\xc4\x2a\xf7\xff\x06\x97\x8c\x8c\x76\x4a\xf5\xdf\x05\xb7\x0d\x76\x6d\x7f\xed\x70\x0c\x1a\xf4\x0f\x46\xae\x77\xc8\x85\x37\x7a\x2f\xe1\x0f\x1d\x14\xcf\xe9\x5e\xf1\x33\xfe\x57\xbd\x8e\xa2\xc9\x3a\x16\xf7\x67\xf6\x34\xc8\x7c\xf1\x87\x32\x3f\x74\x2f\x3c\xbf\xf2\xf5\xf9\xb8\x8d\xb2\x93\x09\x69\x56\x1e\xa7\xa8\xab\x24\x9a\xf9\x6c\xfa\xe8\xa9\x76\x13\xe5\x4f\xdd\x9b\xea\x35\x62\x18\x9f\x8e\x4b\xc5\x32\xcf\xbb\xfe\x7a\xc6\x3b\x4a\xce\x0f\x3b\xb3\x24\xd5\xb2\xb2\x50\x70\xc8\xbc\xad\x09\x76\xbf\xf2\xa6\xb9\xf3\x27\xc9\x3b\xd6\xe6\x1e\x1e\xa4\x76\x76\x97\x4b\x72\x66\xa7\xeb\xe9\xca\xf2\x81\xa3\x4f\x0d\x1c\xf8\xeb\x85\xd4\xc0\x92\xf4\x69\xae\xab\xba\x52\x06\x34\xa4\x0c\x71\x9b\xdc\x75\xc7\x79\xd9\xfe\xd6\x41\xbe\x5d\xaf\x9c\xdc\x13\x4a\xdd\x5e\x83\xb4\x43\x64\x9c\x8d\x5b\x1d\x18\xd9\x5d\xdb\x95\x35\xc8\x1c\x6c\xec\x0c\x76\x68\xb9\x69\x42\x80\xd5\xc3\x6d\xdf\xdc\x54\x20\xc4\x72\x7e\xc4\x0b\x57\x63\x88\x36\xd7\xde\x6c\x37\x70\x31\x1c\x37\xe9\x08\x7f\x30\xe0\x1e\x14\x1a\x5d\x5f\xf7\x79\xc0\x69\x28\x33\x7c\xf2\xbb\xff\x73\x3a\x18\xa1\xf7\x2c\xfe\xfe\x14\xcd\xd9\x2e\x89\xd3\x70\xb6\x2b\xc0\xe9\x21\x30\xee\xae\x31\x13\x71\x77\xa3\x7d\xeb\x54\xcc\xcb\x1b\x87\x19\xb1\x22\x7b\x08\x79\x72\x65\xa6\xaa\x9a\xbf\xb0\xca\xdd\x3e\xd3\x05\xcd\x35\xfa\xea\x5f\xeb\x9c\x42\x5c\x1f\x6b\x0f\x2d\x50\x9a\xb0\x74\xac\xbe\x85\xd1\xe9\x3e\xe3\x92\xe6\x6a\x38\xb8\x9d\x7c\x3e\x3a\x6f\xdd\x05\x97\xa7\xc7\xac\x7c\x22\x13\x16\x0d\xba\x93\xac\x3a\xb2\x23\xc3\xc9\x23\x2d\xb1\x61\xc4\xa0\xd2\xb4\xa1\xb5\xfb\x34\x86\xbf\x7d\xdc\x3a\x6c\xd3\x1e\xa3\xe1\x55\x5f\x2f\x0d\x33\x8c\x35\xf7\x54\xe9\x1a\xed\x21\xb9\xdd\xc2\x33\xba\x6b\xcb\x20\x87\xad\x8f\x3d\x67\x74\x65\x0c\x7c\xbb\xc5\x6a\x78\x63\xd7\x3d\x97\xd5\xe1\x30\xfc\x6a\xd7\x4f\xc7\x27\xeb\xbe\x0d\x37\x01\x25\x87\xb2\xb5\xb3\x87\x35\x82\x95\x5d\xf3\x9a\xd5\x43\xf7\xc1\x68\x9b\x8d\xab\x06\x0f\x9d\x08\x33\xad\xc9\xf2\x81\x43\x16\x40\x94\xf9\xf9\x65\xe9\x43\x92\x20\xca\xfc\xf4\xef\xf8\x79\x59\xbf\x57\x55\xe9\x1d\xbf\x0b\xdb\xe5\xf0\xac\xa1\x38\x1e\xf3\xf0\xa3\x2d\x00\xf7\xa7\xde\x85\xcd\xc3\x73\x3c\x2f\x92\x83\x1e\x77\xe3\x23\x9f\x25\xfb\xba\xb1\xea\x71\xa8\x98\xd2\x49\x42\xae\x8a\x06\x7f\xef\xd7\x2e\xeb\x7c\x21\x65\x61\xa3\xa3\xa1\xa6\x66\xa6\xf6\x9c\xae\x91\x21\x66\x41\x87\x27\x06\x0a\x4c\xbd\xee\x3c\x68\x5f\xfc\xd4\xeb\xcb\x95\x06\x2f\x8e\x0d\x9d\xdc\xb6\x63\xfc\xb0\xc5\xdb\x57\xfb\x2d\x3e\x9a\x33\x52\x37\x62\xdf\x84\x0d\x05\x9e\xde\x67\x37\x0d\xf2\xbd\x77\x6f\xaa\x4f\x6e\xf8\x3b\x5f\xc7\xb6\x0d\x3e\x45\x61\x6e\xbe\x99\x9d\xe5\x5e\xea\xab\x62\x7d\x5d\xba\xa4\x87\x2f\x0f\x9d\x31\x2e\xaf\x6b\xe4\x10\x9d\x50\xd9\xb1\x0b\xba\x96\x0f\x3e\x1f\xf2\x7e\xec\xcc\xae\x44\xb7\x90\x10\xa1\xd1\x09\x5d\x55\x2e\x9f\x83\xef\x8d\x8a\xe8\xfa\xec\x14\xbd\xc8\x79\x94\x0a\xf4\xe9\xef\xb9\x70\x89\xcf\x5a\x30\xb5\xf7\x5a\x90\xe5\xb5\x0e\xc6\xdb\xa8\xce\x4d\x1e\xf9\x08\x96\x59\x46\xfd\xee\x07\xf2\x11\xbd\xdb\x3f\x17\xbf\x97\x38\xc5\xc9\xe8\x57\xdd\x71\x6d\x36\xb6\x8b\xd6\x4d\x8b\x71\xff\xa6\xa1\x68\x39\xfa\x77\xd7\x1e\xa2\xbb\x22\x37\x37\xac\xc7\xfa\x30\xa5\x36\x9b\x14\xa4\x26\x10\x72\x7e\x63\xf8\x09\xcd\x52\x89\xaa\x53\x47\xc3\x14\xad\x25\x55\xc7\x25\xe7\xae\x2c\xf3\x08\x30\xca\x8d\x77\x5d\x3a\x7c\xa2\x6e\x7f\x12\x61\x17\xe4\xb8\xe0\xd0\x90\x53\x61\xd9\xf3\x55\x37\xc9\x8c\x9c\x1c\x7a\x73\x4e\x42\xe2\xf7\x51\xd1\x4b\xa4\x67\x6d\x39\xc3\x3f\x76\x52\x90\xf7\x8c\xec\xca\x63\xe3\x5a\xe6\xdf\x0a\xdc\xfe\xa2\x60\xdc\x8f\x79\x8a\x81\x91\x9d\x9e\x63\x47\xcf\xd6\x9f\xae\xdf\x79\xd6\x5b\x79\xd6\xe3\x69\x89\x9d\xad\x23\xec\x66\xc4\x4e\x5d\xd0\x65\x35\xd4\x7b\xa6\x81\xff\x9c\xae\x40\xf7\x44\x4e\xef\x31\x5d\x63\xd2\x9c\xae\xf3\x03\x6d\xa7\xdf\x9a\xb8\xa1\xeb\xa1\xf3\xf7\x80\x07\x13\x8e\x75\x7d\x76\x92\x9d\x52\x30\x3e\x1f\xb4\xec\x4f\x4f\x29\xf5\x9d\x01\xf6\xb6\x1d\x00\x12\xac\xee\x8f\x01\xeb\x07\xce\x32\x14\xbd\xa5\xc8\x1f\x3c\xf8\x37\xbb\xf9\x1e\xdd\xd8\xa2\xb3\xac\xb9\x1b\x9f\xed\x5f\x8b\x3c\xd8\x83\xfb\xf4\x7c\x7c\xa5\xea\x56\x3c\xef\x5b\x7c\x62\x3b\xe5\x3f\xe7\xec\x4a\xe6\xf7\x22\xe4\x54\x72\x8c\xb0\xb2\xb4\xd0\x82\x64\xd3\x1d\x65\xc6\xa5\x0a\x0e\x71\x69\xdb\x2a\x07\x14\xeb\xd5\x6e\x19\xb4\x39\x70\xf4\x7b\x9b\xa1\x2b\xf6\xad\x57\x9b\x35\xcb\xad\x70\xe1\xeb\x35\xc3\xd6\x4e\xf5\x74\x9a\xbd\x76\x55\x74\x82\x87\x97\xdf\xf4\x79\x2b\x05\xb3\x84\x7d\x46\x4c\x29\x0d\x5d\x52\xf6\x79\x94\xea\xe4\x65\xcb\x77\x3d\xb7\xf7\xf9\x36\x69\xe9\xf2\x13\x3f\x3b\xbc\xe7\xfb\x7d\x0b\x71\xef\xec\xf2\xcc\xf1\x1b\xb0\x38\xb3\xcb\x61\xe8\x72\xbf\x6d\x0b\xbb\xba\xc6\x7a\xbc\x9c\xe8\x31\xff\x59\xd7\xce\x41\x63\x26\x8a\xcd\x1d\xd9\x95\xe3\xaa\x31\xd1\x70\xd6\x8d\xae\xeb\x03\x36\x4d\x70\x9b\x39\xa2\xeb\xad\xb3\xc9\xf8\x73\x81\xb3\x41\xc0\x51\xd3\x37\x3f\xe0\x13\xe8\xd8\x3f\xf4\x35\x9d\xb6\x0e\x1c\xec\x2c\xff\x45\x07\xc2\xe2\xa7\x3a\x90\x6f\x71\x41\xc8\x47\xb4\xc0\x4a\xac\x0b\x51\xff\x74\x23\xce\xa3\xf7\x67\xd3\xfa\x48\xe5\xd7\x77\x22\x6f\x57\xec\xbd\x1b\xf7\x2f\xcf\xe6\xec\xc3\x3c\xa6\x4b\x26\xe2\x39\xf8\x94\xbd\x49\x63\xfb\x7c\x26\x24\x7e\xce\x01\x63\xdd\xf5\x32\xc3\x22\x06\xed\x53\xb1\x2f\xd7\x28\x5a\x39\x68\x77\xcc\x88\x8d\xa6\xdf\xe6\x5d\x8a\x91\x9e\xd6\xe4\x74\x3c\x60\x5a\xf4\xe9\x95\x32\x6e\x77\xfd\x3e\xef\xd0\x8c\x2d\x76\x6f\x18\xd7\x15\x95\x77\xf2\xe9\x90\xdb\xa3\x67\x45\x2e\xb8\xaa\x31\xb4\xc8\x47\x64\xdb\xfe\xa7\x7c\x43\xe7\x7a\x0f\xdc\xe6\xd1\xb1\x65\x88\xa8\xf7\xd6\x4d\x9f\xbb\xc2\x07\x3b\x7a\xf3\x87\xbf\xe8\xca\x74\x5d\xe1\x15\x12\xd6\xd5\x55\xeb\x52\xe1\x3d\x6d\xf5\xd6\xae\xe7\x2e\x56\xde\x13\x43\x3b\x80\x38\x09\x7b\x1d\x5b\xbe\x1a\x94\xfb\xab\x78\x8f\x0c\x59\x08\x7a\x0e\x23\x46\x76\x06\x8b\x83\xb7\xad\x8a\x57\xca\xc2\xf9\x30\xd9\xfa\xb3\x57\xbf\xf9\x19\xb0\xc8\x6a\x2a\x80\x0d\xdb\x25\xf4\x64\xe7\xfe\xa7\xe2\xf7\xff\x59\x10\x8c\xfb\xd7\xad\x3a\x6b\xf0\x3e\xd7\x7b\x6f\x41\x5d\xc7\x3d\xd8\x89\xbb\xe1\xe5\xea\x71\xd4\xff\x60\xff\xbe\x29\x34\xfe\x24\xf4\x45\x3f\xc9\x43\xf5\x01\x87\x22\x8e\xa3\x8e\x2a\x2e\x36\x3d\x4d\xf0\x2b\x21\x5b\x8b\x4f\x74\xa8\x36\x89\x1a\xac\x56\x4b\x8d\xb6\xd8\xab\xd8\xb1\xd0\xec\xe8\x29\xf7\x2f\xfa\x77\xa7\x8c\x4e\xb1\xf4\xfb\x68\xd3\xdf\x77\x50\x52\xd6\xd2\xbb\x0e\xcf\xbc\x5f\x1c\xda\x10\xdd\xe2\x94\xef\xa9\x75\xd0\x3d\xcd\xd0\xe5\xd0\x90\x7d\x07\xe4\x2e\xdf\x1c\x10\xee\x3e\x3b\xd1\xee\x51\xdf\x01\x23\x07\xaf\xd8\xff\xfd\x8b\x88\x73\x9e\x7b\xdf\x84\xf4\xae\x9f\x8e\xb9\x83\x8f\xc7\x86\x83\x8e\x83\x90\xbb\x58\xf4\x13\xb0\xb2\x27\xee\x9f\x22\x13\xc1\xc9\x6e\xa9\x47\x6c\xc4\x34\x18\x6c\x5b\xef\x31\x7b\xa3\x1b\x04\x58\xa7\x7b\xc8\xad\xbf\x00\xcb\xac\x78\xdd\x3f\xad\x2d\x80\x08\x8b\x10\x0f\xb3\x55\xc6\x90\x60\xae\x35\x78\xd8\x8a\x89\x70\xc1\xf8\xd1\xef\x79\x8f\xb6\xff\x5f\x02\xc1\xc8\x4b\xb5\x2e\x0e\xc3\xf5\xc2\x33\xb7\xad\xa3\xf1\xfe\x8f\x8f\xc1\xdd\xee\x1b\x02\x7b\x5a\xe9\xfd\xa7\xbc\xe8\x39\xf3\x23\xc8\x87\x9f\x1a\x7c\x02\xfb\x49\xca\xa8\x53\xd8\x2f\xe2\x21\x07\xdb\xcb\x96\x37\x67\xf1\xbc\x7b\xd8\x8f\xbc\x27\x0a\x2d\x84\x2c\x72\x3f\x2b\x6b\xf0\x4d\xe6\x4d\x80\x63\x6e\xed\x00\x7d\x0d\x83\x31\x5a\xd9\x13\xc6\x99\x18\x4f\xf3\xfc\x96\x35\x6f\xb1\xa4\xf9\x58\xf7\xbb\x99\x51\x91\xfb\x2d\xbf\xba\x2a\x64\x6c\x3d\x5a\x65\x9d\xe9\xbc\xef\xd4\xc5\xa2\x07\x36\xbe\x8e\xd1\xa7\x44\x6a\xd3\x6c\x34\xfa\x37\x9d\x8c\x6a\x37\xb3\x3a\xeb\xb8\x28\xf5\x23\x2c\xb3\x78\xe3\xb8\xe1\x70\x33\x6c\x35\x0f\x76\x4a\x3a\xd8\x0a\xdb\xcc\x63\x9d\xe4\xf7\xbb\x42\x8a\xe9\x46\x67\xed\xdd\xcb\xe0\xa8\x69\xb0\x73\x54\x8c\x02\x64\x99\xac\x73\x5e\xb2\xe3\x0a\x14\x1a\x9b\x38\xcf\x8c\xd2\x83\xeb\x46\x66\xce\xdf\xb6\xac\x84\x2a\xc3\x61\xce\xf9\x9b\x94\xe1\xb1\x81\x16\x37\xfe\x81\x77\x30\xf2\x37\xef\xe3\xc2\x30\xbe\xe7\xeb\x22\x71\xf7\xb8\x26\x2b\x1e\xf5\x51\x15\x6b\x12\xf1\xfe\x17\x9f\x4c\xf9\xd9\x8d\x79\x33\xa9\x3f\x4a\x46\x4e\x06\xfa\x06\x1d\xbe\x9d\x8b\x3a\xcb\x3d\x5a\x79\xb8\x6b\xbc\x7d\x54\x3e\xd6\x45\x59\xeb\x78\x09\x7d\x04\x16\x45\x5e\x39\x2f\x72\x9a\x90\xc0\xec\x2b\x82\x9a\x79\xa2\x17\xc6\xd5\x17\x27\xda\x1d\x57\x58\x3a\xb4\xb9\xa8\xc5\xeb\x8d\xd6\x77\xd7\x17\x45\x21\xf3\x12\xf4\x26\x38\x29\x17\x7e\xde\xdc\xda\xaf\xc4\xae\xac\xd0\x32\x79\x9f\x61\xa0\xf5\xdc\x82\xc4\x7c\x4b\xc3\x0a\xcb\x84\xfc\xc6\xfb\x63\x0c\x23\x2d\x95\xf2\x27\xbc\x6b\x32\x70\xb3\xcc\x38\xdf\x17\x1a\xf5\x97\x59\xc9\xe6\xdc\x86\x37\x7a\x2d\x56\xd2\x19\x47\xe0\x83\x9e\xbc\x55\x6b\x9a\x0f\xbc\xd7\x73\xb6\x7a\x70\x64\x0d\xfc\xd4\x15\xb6\x31\x49\x9a\x0d\x9f\x74\x3f\xda\x5c\x4c\x1c\x09\x5f\x75\x33\x6c\xf9\xf7\x8c\x81\x5f\xba\x22\x36\x5f\xe3\x57\x02\xe8\x38\xd8\x06\xec\x92\x05\xd0\x8e\x87\x13\x8b\x70\x37\xfb\xfd\xd9\x75\xb8\x3e\x6c\x58\x41\xc7\xb9\x9a\xc0\xdd\x38\x6f\x54\xfc\x38\x88\x3c\xf8\xa5\xaf\xb4\xbd\xe7\x25\x9d\x44\xde\x3b\x53\x23\x07\x77\xd1\x8f\x34\xd0\xb8\xf7\x3b\xe6\xe3\x78\xbb\x73\xe7\x25\x3c\xff\xba\x21\x98\xfa\xa4\x84\xb4\x5d\x47\xbe\x7f\xfa\xb2\x4a\xe4\x0d\x27\x66\xdd\xba\xa8\x64\xc2\x93\x3a\xfc\xd5\xcd\x19\x66\xba\x52\xed\x2e\xf7\x2b\x53\x87\xca\x28\x09\xdb\xbb\x57\x1e\x9c\x31\x40\xe5\x92\xe5\xa7\xca\x55\xeb\xd7\xa8\xdd\x34\x7d\x5b\xa9\x7e\x80\x4f\x43\xc2\xe8\x79\xc5\x9e\x73\x47\x34\x2c\x0d\xc7\x55\x0c\xad\x5a\xad\xde\x61\x50\x58\xde\xd2\xb2\x4e\x6d\xa6\x61\xe8\xf5\x00\x00\x95\x5c\xa3\xd8\xcb\x43\x01\x54\xef\x1a\x09\x14\xc4\x00\xa8\x24\x19\x55\xe7\xe9\x01\xa8\x9a\x19\x1f\xce\x91\x03\x50\x8d\x32\x19\x78\xaa\xfb\xe7\xa7\x4d\xae\xa4\x1d\x06\x50\xbd\x63\x1a\x7e\xd4\x18\x40\x4d\xc4\x74\x4b\xf2\x7e\x00\xd5\x25\x66\x5a\x07\xa3\x01\x54\x53\x3f\xbd\x5d\x8f\xf7\xb1\x69\xd3\x76\xe4\xb1\xea\x42\x13\x90\x05\xb9\xc5\x74\x6f\x25\x16\x69\xa8\xeb\xb9\xf0\x21\x0b\xc7\x8b\x6c\x99\x33\xc8\x2e\x1c\x6f\xb9\x88\xfc\xf5\x41\xe6\x13\x12\xf7\xac\x14\xc7\x97\x88\x11\x65\xbf\xba\x71\xb5\xf3\x4d\x1c\x37\x17\x92\x2a\x64\x13\x26\xb9\x3d\xc0\xfa\x22\xc3\xd3\xeb\x5e\x89\xae\x20\x64\xc0\x98\xba\xfb\xba\xa7\x45\x78\xad\x75\xeb\x60\x40\x9b\xf4\x4a\x53\xaf\x87\xd3\xfc\xd7\xc8\xee\x34\x28\x78\xb8\x62\x55\xa8\x9c\x88\x9e\xf1\xc3\xa5\x09\x99\x72\x67\xb5\xb3\x1f\x6e\xc8\xdd\x24\x97\xa3\x65\xf7\xd0\xf6\xa6\x67\x9f\x56\xcd\x9a\xba\xf6\xd7\x9f\x65\x37\x68\x0d\xae\x55\x00\x90\xf6\xd2\x72\xad\x12\x01\x90\x0e\xd6\x5a\x56\xa1\x07\x20\x5d\xa0\xb5\xf7\xda\x64\x00\xe9\x27\xda\x0b\x8a\xe7\x01\xc8\x94\xe9\x18\x5f\x4c\x04\x90\x5d\xa5\xbd\xe3\x1c\x1f\x80\x4c\xa8\x9e\x43\x76\x10\x80\x9c\x8f\x5e\xc2\xa9\x57\x00\x72\x8b\x75\x03\x4f\x5c\x02\x90\x2d\x7a\x3d\x77\x07\x9e\x5b\x7f\xd4\x87\xfa\xa2\xdc\xce\x4a\xc6\x75\x73\x69\x5c\x3a\xea\x02\x2f\x6e\xa7\xfd\x3c\xe7\x1a\xad\x13\x95\xae\x45\xeb\x44\x25\x7d\xa5\xf7\x3b\x61\x52\x19\xf2\xfd\xdb\xd3\x29\x7b\x16\x9e\x4b\x79\xc2\x65\x84\xea\x23\x66\xc6\xd7\x21\x0f\x3c\xd6\xe7\x19\xae\xcf\x9c\xab\x9b\x50\x97\x6a\x55\xfa\xca\x5c\x69\x2f\xcf\x70\x83\xf1\xaf\x6c\x6c\x1e\x89\x48\xe9\xb8\xbc\x9e\x36\xf6\xa6\xa8\xa2\xc6\xf6\xd7\x8f\x96\xdc\x11\x3d\xac\xfa\xf1\x4d\xe6\x2e\x7f\xd1\x24\x15\xa7\x37\x31\xa7\xb6\x88\x0a\x2a\xdb\xbe\x15\xb8\xde\x2c\x9c\xa1\xf4\xf3\xcd\xee\xa6\x2c\xa1\x3e\xca\x0b\xdf\x8c\x01\x10\x50\x57\xfe\x51\x1f\x0c\x20\xf8\x46\xc5\xa4\x2e\x0d\x40\x28\x49\xc5\xa1\xfa\x29\x80\xd0\x3b\x55\xb9\x9b\x51\x00\x22\xcb\x55\x23\xae\xab\x00\x88\x9a\xa8\x8e\xbb\x52\x01\x20\xf2\x5a\x6d\x77\xd1\x01\x00\xb1\x78\xf5\x8e\x0b\x36\x00\x12\xfd\xd5\xa7\x9c\x09\x03\x10\xf7\x79\x3c\x83\xfa\xe2\xdc\xad\xa4\x75\xe1\xca\x9c\xe9\x38\x57\x28\x77\x06\xdb\xc7\x19\xef\x7c\xd4\xd5\x9e\xbc\x5b\x8c\xf7\xf9\xf0\xfa\x6b\xb8\x4e\xda\x7b\xb6\x1c\xf5\x1c\xbb\xe2\xee\xe0\xdf\x6f\x9e\x75\x0f\x7d\x82\x56\xf1\x51\x9f\x94\xa0\x59\x4f\x31\x8f\x53\xef\x37\xe0\x3c\xe2\xb5\xfb\x35\x8e\x27\xf6\xfe\x6d\xf8\xf7\xda\x16\x9f\xaa\x05\xf7\x13\xa2\x3a\xec\x8b\x4f\xbf\x6d\xbc\x8b\x94\x92\xbe\xb6\x0d\x3f\xc4\xc3\xab\xa8\xd5\xb1\x7c\xde\x12\x42\xfa\x1e\xfe\xbe\x65\xeb\x0b\x42\xfa\xf0\xfd\xb0\x39\x66\x49\x88\x74\xf3\x8f\xbc\xcb\x0f\x09\x91\x52\xfe\x29\xf6\x54\x8d\x10\x89\x29\x3f\xbe\xfc\x94\x24\x44\x6c\x54\x3b\x56\x0e\x10\x21\xcd\xc8\x5f\x08\x7f\x69\x42\x65\x81\x50\xec\x13\xf4\x75\x10\x96\xac\x41\x7d\x83\xf0\xaf\x2a\xdc\xd7\x14\x98\x55\xb9\x15\xaf\x65\xcb\xf0\xe4\xb5\xc0\x83\x12\xdc\xf7\xaf\xbe\x7a\xc4\xeb\xcf\xf8\x8b\x46\x9d\x35\xc5\x79\x20\xb8\x10\xfd\x0e\x32\x03\xa9\xfe\xeb\x98\xe7\x0d\xd4\x53\x1e\xf8\x74\x1b\xc7\xd3\xb8\xaa\x6a\x56\x17\xaa\x16\xd7\x55\xeb\xd3\x9e\xe0\x7c\xba\xfc\x72\x23\xfa\xa6\xcc\x4d\x79\x85\xe7\x12\x26\x49\x35\xe3\x38\x33\x7c\xf5\x07\x5c\x97\xd8\xe4\x7e\x43\x5d\x84\x8a\x25\xa0\x7e\x40\xe2\x06\x80\xfc\x7e\x42\xc4\x5e\x02\x38\xba\x13\x22\x6a\x06\xe0\xf7\x98\x10\xe1\x6c\x80\x95\xd1\x84\x08\x2e\x02\xd8\xbd\x99\x10\x01\x2f\x80\xac\x5d\x84\xf0\x7c\x01\x28\xdb\x48\x08\x5f\x05\xc0\x73\xc6\x57\x76\x48\x93\xdf\x7c\xbe\xff\xa7\xf1\x88\xa4\xb9\x82\x62\xd3\x7d\x8a\x4f\x99\x33\x49\x0d\x75\x1c\x88\xb8\xcb\x7e\xef\x56\x2d\xee\xeb\x1f\xca\xc2\x71\xae\x18\xf2\x98\xff\xc5\x25\x6c\xb7\x59\x21\x65\x02\xdd\x98\x1a\x7f\x13\xd7\x07\x49\xf7\xef\xe2\xbc\x92\x50\x5e\x83\x3e\x2a\xd1\x1a\x8f\x51\x87\xbc\x29\x8e\xf2\xe3\x6b\x16\xbe\x44\x3f\x9c\xc5\x71\xcd\xa8\x17\x9b\x39\xe5\x3d\xe6\xd3\xb7\xeb\x33\xe6\xc1\xdd\xef\x3b\x3e\x8f\x59\xaa\xd3\x4f\x57\xf8\x4c\x51\xe0\x2a\x80\x44\x3e\x12\xee\x60\x32\x89\x9e\x73\x1f\xe1\x44\x08\x8f\x08\xc0\xbc\xf1\x8c\xdf\x2e\x22\xbd\x78\xed\x33\x8c\xff\x2c\x67\xd7\x4f\x43\x09\x21\x5b\x01\xda\xce\x93\x3f\xf8\xfc\x1f\xcc\x99\xa1\x9d\x31\xb3\xcd\xe1\xbd\xf3\xf2\x8c\x5d\xd7\xa2\x57\xf1\xe5\x59\x79\xe8\x07\x77\x51\x86\xd6\x89\xca\x59\x78\x1d\xd7\x91\x27\x82\x68\x9d\x2c\x4e\x07\xb5\xaf\xed\xa1\x42\x37\xc6\xc8\x3d\x45\x7d\x58\xa4\xfa\x0b\xfc\x76\xeb\x0e\xbd\x9e\xdf\x8d\xa1\xeb\xda\x66\x77\xe3\x82\xb5\x9f\x44\xbb\x31\x80\x74\xe0\xf8\x38\x66\x4f\x17\xce\x43\x6e\x6f\xe8\xa7\x72\x3e\x18\x9c\xfe\x81\xf8\x01\x08\x75\xbf\xe3\x44\x00\x03\xe6\x6c\xe9\x51\x4a\x71\x3a\xdb\x01\x5a\xc5\xae\x39\x5e\xfb\x38\x5b\xf9\xe3\x9d\xdb\x02\x70\x9d\x55\x42\xbc\x5f\x40\xf1\x25\x7b\x22\xfa\xe1\xfc\x67\x5e\xbe\x7f\xa1\xf8\x91\x39\x58\x34\x33\x85\xc2\x0b\x64\xb2\xf3\x7f\x5d\x46\xdd\xf0\x99\xf4\x72\x54\x8d\x9c\xec\xba\x83\x75\x23\x39\x1d\xd4\x81\x85\x8f\x70\x1c\x8c\x7b\xff\x1c\xef\xff\xf6\xab\xaf\x71\xfd\xbd\xa5\xf4\x1d\xfe\x9c\xf3\x05\x5a\x52\xf9\x15\xc7\xcd\x39\x47\x7e\xa1\x8f\xd4\x64\xa6\xff\x19\xc9\xfc\x52\xb8\x7a\x28\x86\x92\x14\x65\x99\x3f\x08\xee\xfc\xcb\x92\xdf\x3a\x10\x02\x30\x80\xe9\x14\xc6\x33\x7e\x7a\x71\x1c\xc5\x4d\x19\x14\xf7\xb1\x9d\x31\x4e\xef\x80\x3c\xf6\x16\x80\x12\xa6\x13\xa8\x62\xfa\x86\x7a\xa6\x13\x69\xb7\xf8\x33\x1f\x3d\x79\xe1\x63\xed\xe5\x6e\x37\x9e\x2d\x28\xc7\x3c\x64\x4c\xac\xc2\xf9\xff\x78\x7b\x1d\xea\x62\x0f\xa9\x53\xdd\xdf\x9e\x84\xa6\xab\x74\x3c\x7c\x8b\xad\x30\x52\xeb\x23\xb6\xff\xf5\xbf\x3e\x57\x74\xe3\xca\xc1\x9d\x58\x9f\x33\x88\xc5\x35\x9d\xf9\xc1\x70\x7a\x20\xae\x3e\x90\x2d\xd3\x03\xe9\xb2\xdf\x93\x4e\xf8\x9d\x07\x7e\xe6\x70\xa7\xc1\x76\xba\x1c\x98\xd3\xa3\x0f\x73\x84\x9c\x39\xbd\x77\xbb\xd8\xc1\x1c\x00\x13\xdb\x7a\xe7\xe3\x34\xbb\xee\xe1\xf5\xd9\x4e\x59\x1d\xab\xa0\xc9\xe9\x3f\xbe\xf5\xff\x67\x5e\xb2\x9c\xef\x62\x7c\xa9\x6d\x0f\xb7\xd3\x7e\x50\x8f\xfb\x07\xfb\x4b\xa9\x1e\x26\x6e\x57\x1b\x9e\x3f\xd8\xee\xfd\x09\x5b\xdd\xa6\xc3\xdf\x71\x5d\xc0\xf9\x02\x85\x8c\xa5\x38\x9b\xd5\x49\xe2\xda\x01\xe7\x0b\xe3\xc6\xf2\x61\xb5\x0a\x7a\xe9\x1f\x24\x63\x7e\xe7\x81\xb7\x91\xf4\xd2\x81\x58\x33\x9d\xcb\x30\xa6\x73\x98\xcc\xe2\x0c\x66\xfd\x61\x03\x6b\x3f\x31\x03\x7b\xe7\xe3\x18\x7b\x42\xcc\x66\xed\xa7\x47\xff\x51\xdf\xbb\x9d\x3c\x8d\xa5\xd8\x72\x93\x62\xe7\xa8\xee\x71\x80\xea\x3e\x8f\x6c\x6b\x40\x7d\xe0\x81\x29\x6f\xb0\x7d\x24\xac\xff\x88\x3e\x48\xbb\xe4\x3a\x70\x3d\xbd\x2d\xa8\x13\xf3\xd5\xa3\x03\x61\x3a\x18\x4e\x07\x12\xf0\x92\x22\xe7\x0f\xc4\xe9\xe3\x7a\x74\x20\x4c\x3f\xa4\xf1\x90\xa2\xc4\x13\xe8\xad\x03\x21\x00\x0a\x6c\xc7\xcf\x8c\xb5\x63\xb7\xcd\xbd\xfb\xc7\x6c\x16\x57\x28\xfb\xf9\x26\x16\x6f\x8f\xfe\xe3\x10\xc5\x14\x36\x4e\xfc\xad\xff\x28\xf6\xee\xdd\x4e\x1e\x30\x07\xde\x46\xae\x1e\x0c\x3b\xbf\x39\x88\x69\x22\x38\xfd\xc3\xdf\x3e\x18\x7f\x23\xe7\x8f\xc0\x9d\x0f\xe7\x74\x20\xa3\x98\x8e\x62\xd2\x32\x8a\xb3\x9d\x29\x2e\x65\xe7\x83\x37\x64\x50\x8c\x65\x9f\x77\x78\x1e\xc5\x1c\xf6\x79\x57\x8c\x28\xde\x1b\x40\xf1\x25\xe3\x1b\x7f\xc4\x13\xf2\x73\x3e\xe9\xad\x7f\x60\xef\xd1\xc8\xf6\xd8\x9f\x32\x3d\x44\x1d\xd3\x87\xdc\x67\x7b\xd0\x77\x18\x57\x7b\x73\x38\xc5\x32\xf6\x99\x7f\xea\x1f\x3c\xe8\x39\xfe\x7f\xe8\x1f\x7a\xd7\xc3\xf9\x6f\x1d\x08\x77\x3e\x9c\xd3\x0f\x78\xb1\x9f\x33\x3d\x0c\x99\xc9\xce\xc7\x87\xf8\xb0\x3c\xc8\xfe\x7b\x1e\x72\x59\xde\x4a\x4c\x28\x3e\x60\xaf\xbf\x3e\x4b\xb1\xbb\x45\x76\xb0\x33\xc7\xef\xb2\x28\xbe\x62\xdc\xcb\x73\x56\x9b\xe0\xb1\x28\xc5\x9a\x28\x8a\x77\xd9\x3d\xbd\x79\x9b\x62\x39\xfb\xcc\xab\x8c\xab\xba\xec\xf2\x3b\x0f\xff\xd0\xc1\xb0\xf3\xde\xd6\xac\x5e\x8c\x55\x39\xe9\xc5\x83\xff\xad\x03\x71\x9c\x40\x91\xf3\xd1\xf0\x64\xda\x1d\x5f\x16\x7f\x20\x8b\x63\xc9\x5a\x8a\xe1\x33\x28\xc6\x04\xfd\x95\x87\x51\xec\x1e\xb1\x7b\x57\x93\x42\xb1\x99\xe9\x32\xe0\x04\x21\x5f\xd9\x3d\x69\xee\xfc\xab\x1d\xa8\xf7\x6e\x07\xd5\x2f\x29\xde\x66\x6d\xfe\x6f\x1d\xd0\x95\x7a\x8a\x45\x6f\x7e\xe7\x61\xd0\xd9\xde\xed\x80\xd3\xc1\xfc\xed\x83\xf1\x9f\x3a\x90\x86\xde\x79\xe4\xfc\x45\xc6\x1e\xa4\x38\xad\x83\xe2\x22\xf6\x7b\xeb\x0f\xfe\x95\x07\x1b\x8a\x67\xd8\xfd\xb8\x56\xd2\x3b\xa6\x77\xc9\x84\x00\x3b\x63\xdc\xbe\x95\xe2\x1b\x39\xd6\x0e\x38\x1d\x10\xbb\x7e\xa0\x44\xb1\xca\xfd\xaf\x7e\xf0\x9e\x6c\xc6\xb6\xf6\x92\xea\x61\x8a\x58\x9e\x0a\x96\xfc\xce\xc3\x3f\xea\xa0\xb8\xf6\x8e\x97\x3b\xff\xce\xf1\x7f\x46\xdf\xd8\xcf\xaf\xf7\xce\x07\xa7\xa7\xe2\xfa\x07\x37\x4e\x4c\x65\xef\xbf\x90\xea\xd2\x36\xae\x5b\x87\x38\x39\x86\xfe\xdd\xa6\xc3\xc7\x58\x1e\xbc\x29\x5e\x4f\x62\xb1\x31\x4d\x4f\xfb\x33\x42\x7e\xb5\xf4\xee\x0f\x4d\xad\x54\x07\xc6\xe9\xc1\xb8\x7e\x50\xcd\x6a\x61\xdd\xcc\x27\xe8\x68\xf5\xb7\x0e\xea\xd2\x63\x82\x23\x76\xa1\x22\xd5\x8b\x5d\x18\xfc\x3b\x0f\xff\xe5\x03\x62\xf4\x85\x22\xc7\xff\xea\x46\xb0\x6b\xf6\xfd\x0c\x38\x5d\x0c\x7f\xaf\x71\x83\xd3\x49\x85\x7b\x51\x7e\x4c\x60\xf2\x4d\xc4\x3b\xf3\xb1\x9e\x0c\x6f\x5c\x18\xd5\xc7\x3d\xdd\xc5\xda\xff\x61\x36\x96\x9d\x13\x41\xdc\x7c\x83\x7e\xee\xc5\x67\xdb\x10\x6d\xbf\xc9\x13\xf2\xed\x16\xd5\x45\xbd\x7d\xcd\xf3\x1c\xdb\x81\x18\x11\xc7\x36\xe3\xce\x87\xfa\x98\x6a\x1d\x41\xfe\x6e\xbc\x95\x21\x90\xda\x8d\x37\x2e\x09\x62\x7e\x4a\xaf\xf3\xdb\x77\x63\xb1\x29\x7f\x34\xde\xff\x5a\x5e\x9c\xc9\xce\x1b\x0b\xa2\xc2\xf5\xac\xbb\x40\x12\x97\x07\xae\x1d\x70\xe7\xfe\x8d\x4f\x51\xd4\x61\xf7\x9b\xd3\x7f\x70\x3c\x30\x87\x9c\x3f\x08\xf3\x4b\x21\x96\xac\xbe\x90\x23\x3d\x17\xfb\x6e\x18\xea\xfe\xf8\x6e\x4c\xc4\xfb\x2e\x50\x30\x0f\xdb\x95\xf0\xfb\xb5\x38\x7e\x08\x6b\xee\xc2\xbc\x0b\x95\x1f\xd9\xdc\x8d\x82\x8b\xf2\xf0\xef\x05\x79\x6f\xe2\xbc\xc3\xff\xa4\x49\x01\xff\xfe\x73\x97\x29\x21\x1f\xb7\x0a\x96\x77\xbf\xf7\x0b\x31\x11\xbc\xcf\x8f\x82\xc4\x51\x1f\xc3\xf9\x21\xdd\x4c\x17\xc7\x99\xfb\x86\x97\x18\x3e\x3f\x5d\x95\x92\xc0\x27\x98\xe2\x42\x09\x74\xf6\x2a\xf0\x14\xc3\xeb\xf3\xf2\xe2\x78\xa6\xfd\xf4\x14\xf1\x90\x6e\xcc\x91\x17\x0b\xe2\xf2\xd0\xa3\x7f\xe8\xd3\x3b\x7e\x2e\x5e\x8e\xff\xe4\x78\x60\x0e\x55\xb8\x7c\xa0\xfe\x85\xab\x23\xc4\xe9\x83\x84\x33\x3c\xcc\xba\x51\x7c\x95\x2f\xfa\x69\x89\x7f\x99\xf3\xac\x1b\x25\xbb\xd6\x60\xbb\x97\xbc\xb2\x8b\xd6\xd7\x10\x3c\x8a\x9a\x47\xf1\xb3\x17\x31\x0f\xe2\xa3\xef\x60\x1f\x10\x9b\xf6\xc6\x8d\x90\x5f\x93\xc5\xf1\x39\xa8\xd9\x52\xd6\xa6\x1b\x9f\x46\xcb\x61\x05\xc0\xbb\xc7\x95\xef\x00\x08\x7d\x2c\xaf\x53\x8e\x01\x10\x3a\xc5\xf9\x61\x5d\xae\x54\x89\x06\x10\x19\xdb\xa3\x7f\xda\xa2\x9c\x04\x20\x54\x7a\x36\x4f\xb9\x04\x40\xa8\x39\x57\x5c\x79\x37\x80\xd0\xb6\x0c\x1b\xd5\x61\x00\x22\x8f\xd3\xef\x29\x7f\x02\x10\x7a\xfd\x67\x3f\xd0\x67\xf3\x9d\x86\x78\xef\x78\x39\x1f\x04\x19\xa6\xb3\xe4\xce\x83\x73\xaf\xd3\xdf\x13\xf2\xd1\x41\x3d\x84\xf8\x0c\x2b\x9c\xf7\xa5\x47\x0c\xc2\xb1\xbc\xcf\xf1\xb1\x38\x9e\xc8\x19\xcc\x42\x3d\xa0\x5c\xc4\x6a\xac\x9b\xd1\x97\x2f\x46\x00\xaf\x4f\x1d\x9f\x48\xc8\x2f\x77\x05\xc1\xee\xc7\xce\x6f\xbf\x14\x8f\xdc\x71\x20\xe4\xf3\x3b\xa5\xbc\x97\x6b\x09\x69\x8f\x55\x46\xdd\x64\xc3\x3a\x15\x49\x00\xa1\xac\xfb\xfa\x6a\x2e\x00\x62\x89\x95\xf6\xea\xd9\x00\x12\x45\xa5\xe9\xea\x43\x00\x24\xf4\x2f\xb5\xab\xed\x01\x10\x37\x2c\x10\x55\x17\x01\x10\x4f\xcf\x3b\xa8\x96\x09\x20\x2e\x79\x7a\x8e\xda\x71\x00\xb1\xa7\x59\x5f\xd5\x6a\x00\xc4\xbe\x9c\x7c\xa0\xde\x9d\xe3\xcf\xa9\x3f\xd5\xf5\x00\xc4\x9a\x8f\xc6\x69\xf8\x02\x48\xc8\xfe\x39\x0e\x68\xfe\xea\x1d\xbf\x34\xd3\xdb\x72\x3e\x00\x7c\xf1\xbd\x91\xbe\x2e\xbc\x4c\x1a\xf9\x7e\x4e\x17\xd3\xd7\xdc\x18\x7d\xd4\x94\x6d\x9d\x77\xf3\x64\x00\x28\xaf\xf2\x7e\xc8\x7b\x14\x40\x79\xd2\x0c\x41\xbe\x65\x70\x45\xe9\xfd\xca\xa9\xfc\x3c\xdf\x72\x55\x04\xb7\x57\x09\xf9\xb5\xef\x54\x39\x9c\xdc\x2e\x52\xd1\x96\xa8\x2a\x78\xe6\x81\x58\xce\xdb\x7b\xaa\xd3\xca\xf9\xc4\xdf\xbe\x3a\xaf\x7a\xbf\xde\x44\x62\xf8\x8b\x56\xb5\xc2\x8e\x3c\xf1\xd8\xba\x7a\x8d\x7c\x00\xc9\xb6\x9b\x7e\x5a\xf7\x00\x64\xa0\x74\x8b\xd6\x13\x00\x99\xe7\x85\x01\x3a\x83\x01\xfa\xcc\x3f\xff\x46\x5b\x13\x40\x26\xef\xf4\x03\xed\x0e\x00\xd9\xe0\xec\x7d\xda\xab\x00\x64\xf6\x9f\x8c\xd6\xba\x03\x20\xbd\x28\xed\xb6\xb6\x08\x80\xf4\xaa\x63\x92\xda\x17\x00\xa4\xdf\x1d\xde\xac\x75\x08\x40\x6a\x65\xd2\x18\x2d\x37\x00\xc9\x4a\xf8\x47\x1d\x14\x42\xa4\xcb\x7b\xc7\x4b\x26\xfc\x89\xfc\x6c\x35\x2f\x72\x88\x60\xfb\x91\xdd\x26\x84\x7a\x2a\xa5\xaa\xbe\xb8\x3e\x50\xd7\xd7\x39\xcf\xbb\x06\x40\x63\xbf\x9d\x32\xbf\x32\x80\xa6\xe0\xf0\x19\x02\xa5\x1d\x8b\xb4\x05\xa7\xf4\x11\x09\xfe\x30\x48\xc7\x69\x89\x88\x84\xcf\xdb\x23\x3a\xc9\x5b\x46\x4b\xe7\x37\x7d\xd4\xc9\xdc\xbf\xb1\x4f\x6a\xfd\x02\x9d\x75\x99\x69\x7d\x2b\x1e\x5f\xd5\x71\x2d\xf9\xa1\xa0\x58\x77\x5e\x67\x52\xdd\x17\x85\xa3\x35\xa7\x74\xf9\x3e\x3a\x28\xe8\xdd\x4e\xd7\xb7\x01\x50\x74\x29\x9d\xdd\x4f\x16\x40\x89\x3f\xff\xa5\x41\x28\x80\xf2\xa8\x33\xed\x06\xd6\x00\x4a\xae\xd9\xfd\x0c\xa2\x01\x94\x0c\x4f\x6d\x30\x70\x06\x50\xf4\x49\x6d\x30\xd2\x06\x50\x56\x38\xaa\x6d\xe0\x00\xa0\x60\x9d\xf4\xda\xa0\x06\x40\xc1\xf7\x60\xa2\xc1\x74\x00\xf9\x55\x89\xc3\xf4\x6f\x03\xc8\x05\xee\xf5\xd1\x9f\x05\xd0\x67\xfb\x9f\xfd\x9f\xbb\xff\x7f\xc5\xcf\xf8\x4f\x7e\x56\x0f\x45\x9a\xf9\x62\x70\xfe\x18\x1a\x1b\x28\xea\xeb\x8b\x61\xdd\x1c\x43\x51\x55\x17\x5e\xf9\xce\x6c\xc3\xd9\xa6\x67\x84\x64\xda\x6f\x9b\x0c\x72\xcb\x10\x17\x7c\x3b\xd5\xf4\x94\xaf\x87\x74\x47\x43\x91\xe9\xb7\x79\x0a\x7d\x23\x1f\xab\x9b\x2e\x0f\x7b\xa3\x94\xf8\x20\xd8\x24\x29\x6e\xa1\xea\xc3\xaa\xe5\xc6\x9f\x53\x3f\x6a\xc4\xdd\xcc\x35\xb6\x2e\xb4\xd2\xf2\x28\x3f\x6c\x74\xb7\x5a\x54\x5b\xf9\xfa\x3c\xa3\x5f\x6f\xdf\x6a\x3d\x2d\xbd\x60\x62\x03\xa0\x79\xfb\x42\x98\x69\x08\x80\x96\x6f\xf6\x4e\xb3\x0e\x00\x6d\x83\xf4\x57\x66\x67\x00\x34\x2f\x1c\x5f\x6e\xf6\x01\x40\xd3\x32\x25\xc3\x82\x07\x40\xf3\x64\xd2\x14\x33\x23\x00\xb5\x6b\x89\x4d\xa6\xcd\x00\xaa\xd7\xf6\x4a\x9b\xd9\x00\xa8\x4e\x8a\x3f\x6f\x2e\x0f\xa0\x9a\x17\x9b\x6c\xea\x04\xa0\xac\xb9\x33\xd0\xf8\x3b\x80\xa2\xda\x9f\xfd\xfc\xdf\xe3\x17\x64\x4f\x81\x72\xcb\x29\x6a\xad\x64\x71\xb3\xd7\x39\x5e\xdc\x12\xf7\x9d\x7e\x2a\x3b\xc4\xca\x95\x11\xf2\xae\xac\x7f\x85\x7e\xb9\xf0\x81\xa6\x14\x87\x2a\x87\x5f\x32\x9d\x8f\x0a\xfa\x8f\x1f\x59\xa1\x90\x51\xdd\xe4\xd0\x10\xf0\x44\xf5\x5d\xe5\x3b\xfb\xba\xe5\x1b\xb5\xd2\xaf\xdd\xb4\xdb\x1c\x75\x4e\x2f\xeb\xf2\x57\x5b\xfd\xe4\x9b\x06\x57\x0b\x33\x6c\xc4\xcf\x29\x1a\x0b\x5c\x3c\x6d\x2d\x56\xb9\xc4\x44\xe9\x7c\xb0\xd5\x85\xc6\x95\x26\xd6\x79\xd2\xd6\xf3\x3b\xdd\x8d\xbe\x66\xec\xb7\xd9\x01\xa7\x8d\x6c\x8e\x36\xd9\xc6\x43\x91\xe1\xa6\x43\xa7\x6d\x4b\xe1\xb6\x81\x78\xe2\x54\x5b\x7f\x78\xaa\xbf\x79\xef\x15\x9b\x07\xd0\xa2\x27\x11\xff\xc9\xd6\x09\x3e\xea\x46\xc4\xbe\xb7\xd1\x01\xd0\xde\x16\x2d\x66\xeb\x00\xa0\x1d\xbd\x5d\xc0\xfa\x3d\x80\xe6\xfc\xad\xc6\xd6\xfc\x00\xea\xe3\x36\x0f\xb6\x0e\x01\x50\x97\xf8\xdf\xf1\x2b\x9c\xa5\xc8\xf1\xa0\x5c\xdc\xf6\xed\xe4\x0f\x5e\xfc\x6b\x03\xf5\x89\x68\x1d\x3d\x3c\x56\xbc\x8d\x90\x06\xfe\x11\x8e\x1a\x2f\x85\x22\x6b\x74\x86\x75\x59\x7e\x90\x15\xbf\xc9\xe3\x71\x65\x70\xa4\x6a\x63\xe9\x31\xf7\xd0\x09\x75\x3a\x41\x85\x8b\x07\x35\x2d\xfc\x68\x50\x9b\xd7\xd7\xf5\xe7\xc6\xcb\xa6\xa1\x39\x99\x03\x4d\xf6\x8d\xb1\xec\x9b\x21\xe2\xb2\x2f\xf3\x85\xf5\xc9\x13\x73\x9c\x43\x4b\xc1\x36\xf8\xf8\x55\xa7\xa3\x8f\x5a\x6d\x1f\x1c\x53\x72\xba\xf4\x79\x90\xad\x5a\xd2\x2a\xe7\x7c\xf0\xb1\x9e\xb4\x57\xcd\x25\x0c\xe6\x58\x16\xc6\x7e\x75\x11\x86\x28\x33\xd8\x75\xd7\xf9\x38\x24\x9a\xee\xd9\x5e\xed\xec\x0c\xa7\x8d\xc3\xb6\xb6\x38\x77\xc0\x05\x63\xd1\x2d\x2b\x9c\x72\xa0\xda\x60\xee\xa6\xd5\x4e\x0a\xf0\x5c\xbf\x2d\xbc\xb2\xff\x47\xf8\xa2\xbb\x3b\x6c\xa0\x23\x3f\x74\xe9\xac\x5e\xa3\xe3\x10\x0f\xa0\xa5\xff\xcf\xf8\x79\xd3\x7b\xc7\xcf\xdd\x77\x8e\x07\x1d\x80\xfb\x12\x5d\x5e\x43\xf0\x29\xbe\xdd\xcc\x07\xf7\x5d\xdf\x38\x8e\x43\xff\xf7\x67\x43\xfd\x6c\xf9\xde\x11\x72\x7f\xb4\xff\x2c\xa5\x44\xbe\x13\xe5\x12\x7e\x23\x8d\xd6\x4b\x8f\xbf\xb4\xcd\xf7\xb3\x73\x9c\xaa\xe2\x59\x8b\xd1\x53\xbd\x1b\x0d\x56\x9c\x7a\xef\x13\x38\x23\xcf\x7c\xc4\xf1\xbe\x23\x7f\xad\x3a\x6e\xe3\x9f\x74\xdb\xf3\xf9\xae\xa3\x0e\xdb\xf7\xbf\x1c\x56\x7e\xbc\xcc\x29\x32\xe1\xd3\x50\xde\xc2\xa9\x2e\xb3\xe2\x3e\x79\x3c\xbd\x67\x3e\xa0\x7f\xac\x9c\xc7\xec\x96\xfd\x2e\x4f\xa2\xbf\x0c\xb1\xe9\x6a\x72\xee\xb3\x4d\x78\x88\x01\xc8\x39\x3c\xdd\xc4\x3f\x44\x07\xfa\xdb\x39\x85\x97\x78\x98\xc1\x24\xeb\xe3\x61\x5b\x3c\xac\x60\x91\x95\xdc\x9a\xeb\xee\xd9\x10\x6e\xb1\x79\x55\xfe\xe0\x1d\x70\xd0\x8c\x77\x45\xe4\xa0\x6c\x38\x63\xfc\x6a\xb9\x93\x5b\x08\x54\x1a\x4e\x5e\x26\xe7\x76\x10\x6e\x1b\xf6\x59\xb2\x61\xa0\x10\xb4\xeb\x09\xff\x8e\x9f\x30\x97\x4f\x45\xf6\x94\xcf\xe9\x00\xec\xd9\xee\xc6\x60\xe4\x6d\x7f\x26\xf9\x60\x5d\x8c\xf7\x45\x13\x71\x57\xe4\x45\xfc\x54\xdc\xb7\x7e\x24\x32\x13\xf7\x77\xab\xa4\xe7\xe2\xfe\xde\xf5\xad\x0b\x47\xc8\xe6\x12\x52\x68\x30\xcf\x40\x27\x54\x62\x61\xae\xed\xac\x57\xb6\xa7\x94\x1e\xa7\xce\x9e\xfe\x61\xe8\x4f\xfd\x43\x07\x22\xfd\xcf\x4e\x5a\x6a\x3d\x31\x3e\xcc\xef\x73\xf0\xa6\xfe\xa7\x77\x6c\x9d\xb0\x25\xe2\xed\x00\x8f\x88\x8b\xbe\x6e\x87\xf6\xba\x15\x6f\x54\x19\xbb\xe0\xec\x08\x77\xd3\x75\x3b\xc6\xf0\x57\x0e\xf3\x98\xbe\x76\xfa\x68\x95\x26\x37\x0f\xdf\x35\x64\xf4\xba\x2e\x99\xc1\xdf\x43\x23\x46\xdd\xef\x3a\x37\xf0\x6a\x48\xe3\xa8\xd9\x5d\x4d\xce\xb9\x8b\xe3\x7c\x3e\x82\x58\xff\x17\x8b\x9f\x7a\xa7\x80\xb6\x83\xc1\x22\x5e\xaf\x18\x70\xb7\x8d\x5e\x10\x3b\x72\x01\xcc\xb5\x3a\x34\x9f\x77\x84\x1a\x6c\xb1\x90\x9b\xfb\x6e\xf8\x53\x38\x68\xfa\x65\xf6\xee\x61\x2f\xe0\x8c\xf1\xa1\xd9\x1e\x43\xcd\xe1\x86\xe1\xfa\xdf\x79\x90\x0d\xea\x7d\xff\x1d\x6c\x29\x52\x1e\xf8\x67\xff\xb1\xd8\x3e\x5a\x98\x2f\x42\x83\x3e\xf5\x83\xa9\x93\x0e\xa2\xfc\x57\xc9\x12\xe4\x85\x4b\xa7\x2d\xc7\xfa\x10\x17\xcf\xad\x4a\x15\x76\x26\x24\x3b\x77\xd5\x60\xd5\x29\xc2\x45\xc7\x7c\x42\x8d\xcc\x26\xc8\x5b\xec\x57\x0b\xf1\x73\x13\xd4\x71\x8a\x8e\x08\xca\x18\xc7\x6f\xb1\x22\xfc\xfb\xdc\xa8\x39\x6a\xce\xf7\x57\xd9\xcd\xca\x0b\x7b\x35\xc8\x3a\x64\xc3\x8c\x75\x09\x4e\x43\x46\x06\xd9\x4f\xf7\xca\x18\x3c\xec\xda\xbc\xd9\xd3\x12\x4a\x73\x3d\x87\xcf\xbe\x3a\x75\xe2\xe3\xa5\x9e\x53\x67\x79\x4e\xb5\xfd\x72\x63\xf8\xe8\x19\xfe\x53\xa6\x75\x8d\xf1\x58\x31\xdd\x61\xf2\xf3\xae\xdd\x6e\xcb\x03\xb2\x27\xa9\x76\x95\x0c\x58\x3e\xf5\x89\xdf\xf9\xae\xa7\xce\xdb\xa7\xad\x98\x70\x00\x78\x1d\xa5\xfd\xdf\x8c\x7f\x06\x7a\xf6\x63\xfd\xd3\xc6\x7d\x80\xa1\x36\x59\x93\x0c\xc6\x09\xc1\x6c\xcb\x2e\xbf\x67\x63\x96\x43\x98\xf9\xd7\x49\x3e\xa3\xed\x61\xbb\xd9\x75\x00\x71\xb6\xdb\xa7\xcb\xf4\x70\x8e\xac\x1d\x0c\x47\x7f\x98\x9f\x26\x13\x91\xef\x6d\x49\x9b\x89\xe7\x11\x9f\x8b\x2e\x44\x1e\xa6\xc6\x82\xd6\x09\xb9\x99\xb3\x1a\x7d\x50\x4a\x2c\xb0\x39\x90\xbc\x06\x5a\x37\x26\x63\x7c\x04\xee\x73\x1e\x4b\x8b\x3c\xa8\x40\x08\xd9\x5b\xb3\x25\xa3\x9f\x8c\xcc\xe6\x1d\xa2\x1b\xed\x1c\xad\xd4\x2f\xae\x0f\x5e\x37\xd5\x2b\xdc\xf8\x4e\x48\xee\xaa\xca\x80\xb7\x0e\xc3\xe6\xae\x09\x5d\xb3\xc2\xc2\xd5\x2e\xd0\x77\xd9\x85\x5d\xfe\x83\xfb\x4e\x99\xbf\xd4\x3e\x2d\xc0\xfd\x93\x5f\xe5\x92\x97\xc5\x3e\x1e\xf5\x13\x96\x04\xdf\xaa\x5d\xe2\x71\x63\xbc\x47\xf0\xaa\x0f\xa7\xdd\x37\xfb\xbe\x5d\x6c\xd2\x95\xe8\x76\xda\xd7\x60\x21\x4f\xd7\xcd\x01\x53\xc6\x8d\x98\x37\xb7\xeb\x9b\xd3\xb4\x71\xc3\xe7\xb8\x82\x68\xff\x2f\x63\xaf\xcc\x9c\x07\xc6\xf6\x0b\xc6\x6a\x06\xf6\x81\xa1\xb6\xfd\xc6\x8c\x0d\x18\x09\xd3\xac\x65\xc6\x3a\x4c\x1d\x0e\xd3\xac\x7e\x8e\x96\xf5\xe7\x87\x28\x73\xc5\xd1\x3b\x26\xf1\xc3\x2e\xb3\x88\xdf\xe3\x3f\xd7\xfe\x47\xa0\x3f\x4c\x47\xf5\x64\x6c\x07\xad\x3f\xe7\xe0\x6e\xd7\x73\xab\x10\xdc\xcf\x7f\x10\xbc\x9a\x9e\x7f\xdf\x1a\x8e\xbb\xa9\x97\x9f\x45\xe0\x75\x5e\x4c\x14\xf2\x9c\x19\xa6\xbb\x70\xb7\xec\xb0\x79\x1c\xee\xbb\xed\x69\x4f\xc8\x10\x8b\x27\x64\x7b\xd9\x6e\x43\x8d\x38\xb1\xc2\xf5\x82\xb1\xdb\xac\x0d\x94\x9c\x42\x06\xef\x1c\x33\x54\x58\xdf\x70\x66\x41\x54\xf2\x64\x07\xab\x13\xfe\x3c\xdb\x86\x85\x74\x39\x6c\xf1\x2d\xd8\xca\xb3\x3d\xd9\x49\x77\xb4\xdc\x96\x15\x47\xbf\xbb\xf4\xf1\x5a\xb8\x39\xb8\x70\xbe\x4b\xe7\x08\xb3\x4d\xd6\xf7\x43\x5d\x5e\x79\xaa\x6e\xcc\x69\x8b\x70\x2e\xf7\xf4\x08\x7f\x03\xc2\x8e\x33\x87\x1f\x0a\x9b\x05\x16\xf6\x61\xc3\x97\xac\x1a\x09\x3e\xb6\xf2\xc3\x4f\x85\x96\xc3\x64\x1b\xe5\xe1\xf3\x96\x9e\x82\xa5\x56\xfa\xc3\x3b\x82\x1d\x61\x9d\xa5\xce\xf0\xf1\x8b\x42\x21\xc6\x7c\xf1\xf0\x09\xf3\x27\xc1\x71\xd3\xf9\xc3\xb2\xe6\x8e\x82\x3c\xe3\xd4\x61\x0a\xb3\x7f\x40\xa9\xd1\x04\x00\x5b\xde\x5e\xed\xbf\xd0\x1f\xf7\x2b\xdf\x8d\x9f\x8f\x71\x3d\x2f\x5e\x86\xbb\xc4\x0f\xcc\xd6\x61\xbd\x8f\xca\x0d\x11\xb8\xfb\x77\x79\x1d\xdd\x35\x3e\x5b\x1d\x83\xfe\xee\xa7\x5e\x25\xa0\x2e\xe6\xf0\xfa\xfd\x38\xbf\xee\x19\x76\x08\x77\x17\xb7\xdd\x3d\x8c\xef\x13\x9e\x71\x64\x92\xe2\x1b\xbe\x4d\x21\x65\xc9\x87\x8c\x27\xca\x3e\x99\x55\x71\x88\xdf\x55\x44\x63\xd5\x44\xc1\x44\x21\x5f\x21\xe3\x33\xa3\xa6\xee\x2b\x5d\xb4\xcc\xfc\x8e\xe7\x92\xbd\x45\x5b\x8f\x59\x2d\xf3\xb8\xbb\x67\x53\x4a\xa8\x8d\xf5\xa0\xfe\x09\xe7\x2f\xf6\xb5\x69\x77\x15\xdf\xbd\xf3\xae\xa1\x4d\xed\x40\xf9\xf8\x17\xcd\x7e\xd6\xf7\x07\xea\xc7\x6d\x87\x95\x96\x9e\x03\xdb\x77\x7c\x82\x2d\x16\x43\x06\x0a\x44\x6e\x84\x63\xa6\xbb\x07\x16\x6d\x71\x86\x0c\x93\xb7\x03\xf7\x6c\xb4\x80\x02\xe3\x8d\x03\xb7\xad\xfb\x04\x37\x8c\x4c\x5c\x3b\x56\x03\x94\x19\x85\x0c\x0c\x59\xb9\x16\x9e\xf7\xdb\xeb\x7a\x7a\xf9\x69\x78\x62\xc0\xe3\x3a\x65\x69\x00\xbc\xd6\x3f\xcf\xc5\xdf\xf9\xd4\x1f\xc7\xc9\x77\x0d\x0b\x71\x00\xa8\xff\xb8\x02\x77\xbb\x6b\xa2\x36\x60\x7b\xa9\xa8\x8b\xc4\x5d\xce\x62\xa0\xf7\x3b\x4f\x2b\x81\xd6\xfb\xce\xa1\xbb\xc5\x47\xfb\xa7\x60\x5d\x87\x7d\x83\x8f\x22\x9f\xb5\x63\xe2\x09\xdc\x6d\x0e\x63\x7e\x21\x4b\x35\xb2\x16\x4a\xd6\x12\x32\x3b\x38\x53\x5a\x67\x8d\xf8\x7a\x3f\xeb\x53\xfc\xfd\xc5\x15\xcf\x8c\x9c\x7c\xe2\x8e\x8f\xb6\x4e\xa4\x47\xd2\x09\xd9\x79\x9a\xfa\xb7\x06\xbe\x4c\x73\xd8\x34\xd3\x70\xb0\xd3\xce\x54\xbf\x83\xf1\x46\x2f\x1c\x84\x8e\xaf\x3c\x57\x68\xec\x6b\x0b\xc7\x0e\xdf\xfa\x62\xec\x6c\xdb\xf7\x18\xef\xeb\x63\x46\x16\xb6\xe3\x8f\xfa\x43\x6d\xbf\x3a\x3b\xde\x43\xa2\x50\xdf\xcf\xd4\x6e\xe1\xbe\x40\x78\xad\xbf\xce\xee\xc1\x6e\x0f\x68\xd3\x7b\x65\x1f\x1f\x93\x00\xef\xf4\xee\xd9\x3d\x8e\x96\x05\xd0\x79\x6e\xff\x60\x5b\x2e\x80\x4e\xb5\x5d\x61\x84\x1c\x80\x56\xa1\xc3\x92\x8d\x3f\x01\xb4\x6b\xec\x9d\xd7\x97\x00\x68\xae\x07\x98\x8c\xbb\xb9\x1f\x4b\x82\x02\xbb\xb1\x71\xca\x4a\xd4\x07\xd6\x4e\xdb\x8c\x6c\xca\xad\xe2\x68\xdc\x25\x2f\x91\xa7\xa7\x46\xcf\xcf\x4a\xc4\xba\x30\x59\x4f\x92\x71\x1d\x79\xec\x1c\x65\x97\x12\x9d\x4f\xe0\xb8\xb9\xb3\x21\x03\xd9\x93\x8d\x4f\x73\x91\xdf\x5a\x36\xfe\x1c\xce\x1f\x33\x06\x5f\x4c\x24\xab\x08\x99\x2c\x7c\xb1\x59\x25\x52\xe0\xa1\x57\xe8\x85\x20\x8b\xe7\x32\x25\x6e\x71\x79\x1d\xc3\xe2\x55\x24\x1c\x3f\xe7\x6d\x9f\x11\xa9\x96\x6e\x7b\xec\x5c\xfb\xba\x0d\x1a\x45\x96\xd1\xe7\xe6\xef\xdb\xa2\x25\x62\x36\xf7\xec\xcd\xd3\x63\xb5\x16\x99\xec\x3e\xf3\xb3\xe2\xbb\x96\xad\x71\xea\x99\xbd\x2f\x78\x34\x89\x89\xdc\x99\xf9\x00\x6a\x7b\x4d\xc5\x32\x86\x02\xa8\xbd\x35\x1d\x98\xda\x08\xa0\x36\xce\x54\xe7\xe8\x38\x00\xd5\x44\xb3\x23\x49\x31\x00\x6a\xc7\xcd\x4a\x12\xad\x00\x54\xbf\x9b\x35\xec\x59\x0e\xa0\x3a\xc3\x7c\x7a\xdc\x1e\x00\x55\x2b\xf3\x8f\x3b\xf7\x03\xa8\xf2\x58\x98\x6f\x7f\x09\xa0\x72\xa6\x7d\xcf\x42\xf4\x7f\x7a\x91\xbb\xea\x12\x1d\xff\x37\xa3\xde\xe1\xb6\x24\xf5\x85\xb9\x12\x4c\xf9\xf0\x0b\xf1\x87\x90\xe7\xc9\xbe\x46\xeb\x85\xa4\x3a\xd3\x7a\x39\x07\x7e\x65\x22\xfb\x16\xab\x9e\x83\xba\x99\xad\x7b\xf3\x50\xef\xb1\x3a\xfe\x22\xae\x27\x16\x92\x4b\xc8\x32\x4c\x72\x2e\xc1\x75\x89\x77\xc8\x35\x90\xd1\x24\xc4\xcd\xfb\x9a\x7a\xbf\x26\x31\x0d\xbb\x6d\x57\xbd\xdd\xac\x65\x5f\x5a\xac\xb9\x1a\x30\xc5\x5c\xee\x8d\x71\xc1\x55\xdd\x95\x17\xe5\xe7\x19\x08\x5d\xe5\x8d\xcf\x51\x70\xd5\x9b\x59\x9a\x9c\x79\x50\x61\xa1\x4e\x76\x69\xff\xeb\x4b\xe4\xdb\x74\xe4\x4b\xee\x37\x90\xbe\x2d\x3a\xa6\x25\x9b\x7f\x1d\xe9\x33\x5f\x57\xa1\x20\x11\xa0\x4f\xa1\x4e\xfc\xb9\x7a\x00\xd9\xab\x7a\x03\x72\xba\x00\xe4\x42\xf5\x12\x4f\xbd\x04\x90\x5b\xa6\xfb\x3c\x2d\x0f\xa0\x8f\x9d\xfe\xac\x23\x8d\xdd\x6b\x62\xfd\x67\xc9\x0e\x00\x72\xb1\xfa\x39\x07\xe2\x00\xfa\xbc\xeb\x97\xb9\xf7\x06\x80\xdc\xc6\xd7\xef\xd7\xa0\x7f\x5e\x9d\xdf\x16\x3c\x45\x7c\x47\x3a\x06\xe7\xc1\xd2\xb8\x7d\xc8\x26\xe4\x2b\x51\x3d\x48\x4e\xfd\x71\x1c\x3f\xd3\x92\x28\x2f\x9e\xe4\x95\x8b\xeb\xc8\x84\xc0\x3c\xac\x0f\xb0\xdd\xb5\x00\x79\xd2\x70\x42\x59\x82\x65\x43\x4a\x31\x1f\x33\x8b\xae\xa3\x5f\xdf\xd8\x21\x95\x69\xdd\xe8\xb2\xa8\x2a\x9a\x47\x8f\x10\x5b\xc1\xbb\x96\x6a\x77\xf8\x6b\x8c\xbe\xde\xd5\x71\xd8\x2c\xe6\xaf\xaf\x74\x77\xfc\x78\x49\xf1\x3b\xda\x2a\x77\xa3\x42\x92\x24\xa2\x34\x24\xef\x96\xef\x5c\x2a\x71\x54\x4d\xe2\x6e\x4a\xba\x86\xc4\x58\x95\x2b\x77\x47\x95\x2e\x16\x5f\xa0\x62\x5b\xf5\xfc\xa9\xbf\x58\x1f\x15\xaf\xaa\x0d\x1d\xfd\x44\x74\x55\x45\x2b\x8e\x02\x88\x04\xa9\x34\x5c\x13\x03\x10\x19\xa0\x6a\x50\xdc\x02\x20\x72\x5c\xad\xe2\xe2\x32\x00\xb1\xab\x6a\x37\xcf\x69\x01\x88\x9d\x50\x1f\x95\x5d\x06\x20\xae\xa2\x71\xf2\xe4\x45\x00\x89\x50\x0d\xbf\x34\x2d\x00\xf1\x17\x1a\xfe\x47\x53\xba\xe7\xcc\xc7\x49\x5b\x51\xe7\x53\x15\x44\x7d\x61\xae\xc9\x24\xe2\xf8\x9f\x9f\x79\x04\xf5\xf4\x39\xcf\x4e\x20\x9f\x95\x7e\x27\x1b\xfb\x7d\xca\x83\x73\xd8\x4f\xf6\x3a\xe6\xa3\xae\x23\x3a\xf8\x12\xbe\xbe\x85\xaf\x14\x59\xc7\x55\xc5\xd7\x51\xe7\xb0\xb0\xb2\xf2\x42\x37\x4e\x0d\xaf\xba\xdd\x8d\x23\x2f\x3e\x40\x5f\x3e\xdb\x92\x87\xa8\x43\xeb\xb7\xf4\xa9\xac\xcc\x48\x42\xd4\xbf\x3d\x2d\x35\x7d\xc9\x9f\xa1\xb2\xea\x59\x94\xd7\x75\xfe\x63\x4a\xb3\xea\x2d\x17\xf2\xf3\x6d\x50\xd6\xa8\x6f\x88\xea\x4b\x88\xc2\xc7\xfa\x1f\xc7\x6a\x08\x91\x5f\x5d\x5f\x5e\x7c\x89\x10\x39\xf5\xfa\x85\x0f\x2f\x13\x22\x6b\x59\xaf\xf5\x79\x10\x21\x52\x3f\x1f\xe1\x7e\x94\x94\xee\xfd\x3e\xdd\x28\xf6\xf3\x36\x9e\xa0\x16\xb7\xbc\x81\x75\x1d\xc4\x1c\xae\xe2\x7e\x9d\xb8\xf4\x25\x3c\x6b\xa2\xbc\xf5\x7c\x04\x80\x60\xa7\x48\xc2\x39\x3c\xf7\x28\x9c\x9b\x8b\xfb\x51\xd5\x8b\xe2\x05\x71\xfd\x27\x7a\x10\xc7\x89\x22\xf5\x63\xc8\x16\x9f\x81\x53\xd8\xfe\x4f\x8e\xcc\xc5\x76\x72\xc4\xf8\x3c\xe6\x67\xff\xa5\x22\x6c\x07\xb1\x5f\xa8\x2e\x62\xdb\x25\x1a\xf7\xba\x81\x15\x38\x5e\x2e\x3d\x56\x85\xe3\xc5\x9c\x85\x94\x27\x9f\xd0\x52\x87\xfc\xf8\x90\xc5\x4f\xb0\xdd\x59\xaa\x53\xde\x4c\x21\xf8\x2d\xce\x4b\x32\xd6\xcd\xd5\x1a\x9f\x09\x91\x48\x6b\x15\x75\x2d\x24\x44\xf4\x41\xeb\xe5\x69\x27\x08\x11\xde\xd5\x16\x1e\x96\x4f\x88\x60\xff\xb6\x47\x89\x4e\x84\xf0\x3d\x68\xfb\x79\xce\x9e\x10\x5e\xb9\xb6\x8e\x3b\x6f\x08\x21\x8b\xdb\xb6\xb5\xa0\x02\xb8\x99\x07\x9f\x0d\xa6\x36\xe2\xf9\x43\x42\x9e\xe0\x19\x23\x12\x51\xc3\x78\xdc\x2a\xca\xa8\x4d\xae\xf8\x80\x38\xe5\x5a\x59\x37\xf2\xd4\x5e\xd1\xc5\xeb\xfc\x42\xd4\x45\x94\xab\x1f\x42\xdf\xaf\x4b\x55\xa9\x38\x1f\x9e\x53\xcc\x9c\xdc\x8d\x99\x36\x67\x51\xef\x70\x7c\x60\x01\xfa\xdd\x1c\xca\xbd\x82\xeb\xc4\x78\xd7\x6b\x38\x7e\xee\x18\x4f\xd9\xb1\x8d\x0d\xb7\x71\xdd\xb4\x72\x6e\x35\xea\x44\x82\xe6\x53\x5d\xc8\xf4\x79\x8f\x91\xb5\x1d\xd3\x46\x7d\x33\xdc\xd6\x53\xff\x04\x93\xcb\x2d\xd8\x6f\xfa\x9a\xb4\x2f\x22\xf8\xaf\x63\x81\xd8\xc9\x6e\xfc\x3e\xc8\x0a\x99\xd3\x1f\x8b\xc6\xe1\xeb\x3f\xaa\x96\xe2\x0a\xff\xe7\x91\x58\x5c\xe1\xfd\x34\xcd\x5c\x85\xd8\x58\x2e\x8f\xe8\xd2\x84\x7f\xf7\x43\x13\xf0\x13\x3e\x30\x26\xf5\x2d\x3b\x81\xdf\xc0\x4e\xd6\x3f\x76\xa1\xf8\x40\x9f\xe5\x85\x39\x15\xdc\x64\x79\x2a\x6b\xef\xc6\x2b\xc1\x69\xd8\x2f\xce\x3b\x64\xd2\x3a\x48\xa3\xf3\x50\x0f\x99\x56\x74\xe9\x6e\x37\x26\x5b\x52\x7f\x94\x3d\x31\x37\x14\xe9\x7c\x70\x1b\xcf\x23\x44\x7c\xac\xc6\xe7\xce\x30\x75\xaa\x0f\x58\xea\x4d\xf5\x01\xf3\xd4\xeb\x71\x7c\xf5\xbf\xfe\xa2\x12\xc7\xc5\x06\xea\x8f\xe3\xf2\xe8\x1d\xd6\x6d\x34\x6a\xfb\x82\xfd\x4a\x8e\x50\x9f\x14\xdc\xd1\x63\xfc\xa3\x09\x5b\xe1\x7b\x31\x1e\x77\x3e\xe3\x71\xb7\x2e\xa4\x78\x98\x55\x02\xe5\xf8\xdb\x6a\x76\xee\xbd\xb9\x1f\xf9\x93\xcf\x9f\x4f\xf1\x03\xf3\xbb\x78\xc3\xb0\x81\x55\xaa\x79\xcc\x7e\x5e\xc3\xc3\xf2\x82\x8c\x75\x8f\x0e\x2c\xe8\xbc\x22\x1d\x07\x2e\xe3\xbc\x97\x32\xf1\x9a\x52\x37\xee\xab\xaa\x40\xbe\x37\x66\xd9\x1d\xe4\xf7\xa3\x5e\xd7\x60\x7d\xad\x0d\x2b\x1f\x62\x9e\x56\xd6\xd7\xe3\x38\xb1\x38\xa0\x11\xf3\x37\xf3\xe2\x1b\x5c\x87\xfb\xc5\xb4\xe1\xfd\x1f\x31\xf6\x03\xce\x1b\x4e\xb2\x5f\xf1\x39\xcd\x70\x1c\x60\x3b\x91\x61\x7e\x18\x98\x07\x55\x8a\xfd\x18\xdf\xeb\x71\x81\x22\x77\xbe\x7f\x0d\x73\x42\x4d\x60\xbe\x1e\x1c\x7f\x5b\xcc\x2a\xe0\x55\xb3\x6b\xaa\x50\x00\xf8\x4a\x9d\x41\x4f\xd0\x4f\xf8\xca\x18\xf6\xf7\x3a\xff\x9e\x97\xa7\xa8\xd0\xf9\xad\x03\xa3\xed\xfe\x68\xd3\x0d\x9c\x17\x0e\x5c\xbe\x85\xeb\x84\x84\x79\xf4\x53\x76\x0a\xd6\x61\x7c\x9b\x8b\xa8\x2e\x62\x6d\x50\x03\xaa\x12\x96\x76\xbc\x42\x1d\xc8\x42\xd2\x86\xf5\x82\x02\x02\xa8\x6f\xc4\xf8\x28\xea\x32\xe1\x79\x97\xd6\x0f\x72\x98\x44\x3f\x55\xaf\x94\xa2\xe4\x3d\xf8\xa7\x0e\x64\x3b\xc5\x01\xcc\xc7\xc2\x8f\xbd\xbe\x84\xe9\x60\x22\x47\x51\xe4\xf4\x41\x9c\xbf\xc3\x65\x56\x31\xb5\x8a\xb5\x1f\xd4\x09\x11\x80\xb6\xe2\x3f\xdb\x49\x4f\x3d\x9c\xc0\x7f\xcb\x4b\xe6\xd7\xab\xb8\x6e\x3c\xfe\xa2\xc2\xbd\x1b\x0f\xbd\xad\xc2\x76\xb1\xe7\x45\x0d\xf6\xdf\x58\xa6\x07\x89\xbc\xf3\x1c\xdb\xc9\x86\xa8\x57\xb8\x8e\x5c\x25\xdb\x82\x9f\x1e\x7c\xfd\x1d\xce\x2b\x73\xaf\x7d\xc6\x73\x08\x53\x3b\x7f\x60\xff\x18\xdb\x01\x12\xdd\xe8\xc1\x7a\x61\x8f\x0f\x06\xf3\x4f\x91\x94\x81\xff\xd4\x81\x70\xce\xb7\xa3\x59\xbc\x73\xd8\x0e\x50\x18\xbb\xe6\xf4\x41\x5c\x3f\x39\xbd\x86\xb5\x0f\x53\x8a\x9c\x6e\xaa\x86\xe9\x01\x5e\xb2\x3c\xfd\xe9\xff\x41\x48\xe7\x9d\x3f\xf3\x92\xba\xaf\x1c\xf7\x55\x52\x4c\xab\xb0\x95\xed\x3b\x57\x8b\xbd\x2f\x2e\xe9\x19\x8e\x1b\xdb\x6f\x35\x62\x7f\xdf\x32\xe3\x0d\x8e\x83\xeb\xbd\xdf\xa1\x7e\x30\xd4\xa2\x1d\x9f\xbf\x16\x6d\xe8\xc0\xfc\xcc\x92\xec\x42\x7f\x19\xbf\x4b\xf4\xdd\xbd\x99\x4f\xca\xc0\xb7\xd0\xcb\x07\x43\x73\x11\x45\x09\x51\xf8\x87\x0e\x44\xf5\x06\x45\xdb\x72\x8a\x9e\xcc\x01\x74\x3a\x6b\x17\x21\xac\x9d\x44\x28\xb1\x7e\xc2\xf4\x0b\x47\x99\x6e\x22\x8b\x8d\x33\x17\x98\x0f\x06\xe7\x13\xd3\xa3\xff\x60\xba\x87\xb6\xd3\x14\xbb\xfe\x18\x57\x8e\x58\xdc\xc3\xd6\x74\x60\xc6\x23\xec\x8d\xbb\x0b\xea\xf1\xfb\x45\xdf\x7e\x89\xe3\x26\x57\x1f\x2d\x3c\xf7\x3d\xce\x27\x6b\x32\x3b\x94\xb1\x3f\xdc\xea\xfa\xd1\x8d\xf3\x07\xd2\x78\x02\x92\xa0\x97\x1e\x88\xab\x0f\xe4\xc8\xfc\x72\x4c\x4b\x28\xaa\x4e\xa3\x28\xea\xf0\x3b\x0f\xa4\x92\xa2\x32\xf3\xb5\xb1\xe4\xa3\x38\xd8\x9f\xe2\x78\x76\x1f\xe7\xb1\xfb\xbc\x86\xf9\xa2\x44\x6e\xa2\xb8\x8f\xf5\x87\x94\xdb\xe4\xdf\xf5\x1f\x69\x14\x2b\xd8\xeb\x75\x2c\x4f\x4d\xf6\x14\xdb\x07\x92\x5e\xbc\x2c\xa7\xe7\xe8\xa9\x07\xc3\xb8\x64\x8e\xcf\xe6\xb0\x47\x07\xc2\x78\x51\x37\xc6\xdb\x73\x3c\xf7\x68\xc6\x9f\x4f\x66\x5c\xfb\x6c\xe6\x07\xbd\x8c\xed\x8b\x6f\xda\x45\x91\xd3\x3f\xa4\xcc\xa1\x98\xcd\xde\xef\x8a\x39\x45\x4e\xbb\xf0\x82\x71\xb1\x3f\x0e\xfe\xd6\x3f\xb4\x51\xae\x98\xbc\x0c\xa1\xf8\xac\x8b\xe2\xc3\x99\x14\x7b\xfc\x2f\x18\xd7\xc8\xf1\xde\x37\x58\xcc\x1c\xef\x5b\xcc\xf6\xa8\xe1\xff\x87\x0f\x08\xc7\xff\x71\x3a\x10\x2e\x4f\xdc\xdf\x71\xf9\xf4\x66\x9a\x04\x3f\x76\x4e\x7c\xe6\x2b\x8a\x21\x8c\x1f\xde\x40\x79\xdf\x1e\xde\x9f\xcb\x03\xa7\x87\x29\x61\x9c\x35\xa7\x65\x79\x75\x94\x62\xe7\x9d\xff\xd6\x3f\x3c\x66\xf7\xa0\x87\xf7\x66\x1c\xfb\x2d\xf6\x5d\x6f\xb0\xcf\xe6\xf4\x0f\x97\xcb\x28\x16\x15\xff\xce\xc3\xff\xf2\x01\xe1\xf8\x5f\xcb\xb1\x0c\xe7\xf4\xce\x87\x23\xd3\x03\x70\x3a\x10\xae\xde\xce\x04\x76\x3d\x93\xf9\x4b\x2c\x59\xce\xf2\xc0\xf4\x0e\x31\x01\xbd\xf3\xd0\xa3\x87\x61\x9f\xff\x80\xbd\x7f\x33\xd3\x3c\x74\xaf\x97\xda\x5b\xe9\xff\x5f\x4f\x61\xed\x60\x11\xc5\xff\xd2\x01\x55\x3c\x66\xf1\x33\x7d\x44\x8f\xfe\xe3\x5f\xf4\x0f\xdc\xfd\xe4\xda\x7b\x4f\xfc\x2c\x0e\xae\x0e\x44\x8f\x1f\x46\x49\xef\xfc\x70\x79\xe3\x74\x14\x43\xdf\x53\x1c\x9b\x40\x71\x3a\xeb\x37\x7f\xeb\x40\x76\xb1\xf7\x3f\xcc\x78\xd3\xdc\xd5\x14\xaf\xb2\x98\x6a\xd9\xcf\xdb\x5c\x08\xe9\x64\x67\x4c\xdf\xdb\xb3\xbe\x72\xa5\x77\x3b\xe8\xd1\x7f\xfc\x8f\x7e\x70\xe9\x06\x8b\x7f\x0d\xc5\xf3\x2d\xbf\xf3\xc0\xe9\xbd\x38\x1d\x50\x4f\xfd\x07\xd6\x9e\x0d\xe7\x32\x5c\xdc\xfb\x9a\xe3\xc7\xff\x4b\x07\xc2\x8d\x13\x9c\x0e\x64\x11\x6b\xc3\x61\x8c\x47\xdd\xc9\xf2\x92\xb2\x97\x62\x8f\x1e\xe6\x19\x45\x4e\x07\xf2\x71\xd9\xef\x71\x81\xeb\x0f\xcf\xb9\x5c\x5d\xa5\xd8\xa3\x83\x62\x63\x11\xa7\x83\xfa\x7b\x1c\x28\x28\xe8\x1d\xff\x99\x71\xbf\xf3\xc0\xdd\x4f\xee\xfe\x9a\xb0\x7e\xca\xf1\xdf\x7a\x43\x28\x72\x3c\xa8\x6e\x2c\xc5\x7e\x1f\x7a\xb7\x13\xae\x9f\x70\xe3\xe6\x48\xc6\x13\x4e\x66\xfd\x6d\x01\xd3\xcb\xad\xcd\x67\x79\x60\x7a\xb0\xc3\x8c\x6f\x3f\x03\x54\xff\x73\xfd\x1d\x21\xb0\x86\x69\x9e\x6e\xd2\x31\xe1\x73\x33\xfd\x1d\xce\x1f\xe9\xf1\xbb\xde\xfd\x80\x1b\x07\xfe\xd6\x81\xfd\xaf\xf8\x73\x02\x7e\xe7\xa1\x47\xff\xc0\xe2\xe1\xf4\x2f\x9a\x8c\x07\xd7\x60\xf9\xe1\xfc\x10\x38\xd4\x48\xef\x9d\x2f\x73\xd7\xde\xed\x8b\xeb\x1f\xdc\x38\x31\x8f\x7d\xce\x6a\xa6\xab\xd9\xc9\xc6\xc3\xc3\xb3\x08\x81\x05\x84\x9c\x3d\x4b\xdb\xff\x8d\x6b\x84\xfc\xfc\x41\x35\x80\x3f\x9c\x09\xf9\x6a\x4d\xc8\x7b\x96\x5b\x6e\x5c\xe4\xfc\x80\x38\x1d\xd8\xdf\xfa\x9f\xe2\x4c\x7a\x5d\xb8\x8c\x07\x2b\xfe\x9d\x3f\xc0\x83\x1e\xf6\x67\x2e\xf2\x60\x05\xc4\xac\x1a\xfa\x7b\x27\x7f\x50\x7d\x10\xfc\xa1\x7f\x30\x60\x3a\x39\x4d\xd6\x1e\x38\xfe\x57\x5e\x9b\xa2\x1c\xcb\xa5\x3c\xcb\x0f\xe7\x0b\xc2\xd5\x4d\xe1\xfa\x0b\x37\xbf\x70\xf3\x10\xa7\x17\x9b\xc5\x78\xf3\x95\xec\xe7\x3b\x76\x13\xd2\xbd\x96\x49\x99\xd8\xfd\x94\x49\xf5\x51\xdf\x56\x11\x72\xdd\x8f\x90\x2f\xc1\x84\x3c\x19\x4a\xc8\xa7\x17\x84\x7c\x4e\x20\xe4\x6d\x0d\xd5\x05\x3d\x39\xcc\x57\x84\xfd\x60\x11\xd5\x01\x95\xaf\x12\xc2\xca\x8f\x25\xd9\xa2\xd4\xff\xe7\xb3\xc8\x9a\x6e\xcc\xb7\x15\xc4\xf3\x04\xe7\xd6\x0a\x62\x85\xbc\xd3\x2e\x22\x78\xa6\x3f\xab\x8f\x08\x2a\x9b\x4f\x96\x0b\xe2\x75\xda\x66\xc1\xb5\x5c\x1e\x38\xfd\x83\xd6\xf5\xde\xf1\x71\xfc\xaf\x14\x6b\x8b\xa2\x1b\x7a\xa3\x2c\x1b\x83\x39\xbd\x80\xe6\xac\xde\x79\xe5\x74\x95\xcc\x5f\x4c\x60\x3a\x9d\xe3\x2f\x87\x4e\x26\xe4\x57\x39\xaf\x6e\x54\x1c\x21\xdf\x86\x0a\x38\x1e\x6a\x23\xa4\x3d\x5a\x68\x67\xae\x26\x21\xef\x65\x44\xf4\xae\xe5\x12\xd2\xba\x5a\x54\xe0\xd1\x73\x42\x9a\xd5\x45\x0f\xb7\x9b\x10\xd2\x60\x2b\x81\x4a\xe4\xfb\xe5\x92\x78\xbe\xa4\x62\xa0\x2c\xea\x9f\x4a\xda\xfb\x44\x60\xdc\x2d\xca\x36\x00\x42\x82\x17\xfc\x65\xd0\xe1\xf0\x74\xbd\x52\x07\x80\xe0\xd2\x1c\x57\x29\x7c\xbe\xe4\x74\x2f\x69\xf1\xca\x3f\x00\x84\x9e\x1c\x3b\x2a\x29\xd6\xfd\xfa\x11\x4f\x09\x33\x2e\x0f\x5c\xff\xe7\xee\xbf\x24\x6b\xbf\x7f\xeb\x3f\x78\xbf\xf4\x46\x41\x36\x8f\x4a\xb8\xfe\x99\x0f\xde\xed\x7a\x98\x4f\x01\x4d\x3b\xec\x17\x42\x33\x3d\xcf\x13\xd2\x99\x27\xba\x69\x6a\x23\x21\x5f\xb7\x4a\x99\x2e\xd5\x21\xe4\xc3\xf0\x3e\xe2\x5b\x03\x09\x69\x19\xdf\xf7\xee\x81\x01\x84\xbc\x7a\xa7\x70\x35\x6b\x3a\x21\x4d\xf9\x8a\x2d\x25\xdf\x08\x79\xbe\x45\xa9\xae\x76\x21\x21\xcf\x52\x94\x07\xbf\xd3\x24\xa4\x6e\x8e\xd2\x52\x00\xde\xd5\x95\xb2\xca\x5e\x00\x42\xfd\xae\xf0\xa9\x7c\x05\x10\x79\x9f\xef\xa5\x72\x12\x40\x64\xde\x59\x65\x95\xc7\x00\x22\x3b\xb2\x07\xa9\x0a\x01\x88\x1c\xe1\x74\x3f\x5c\xdc\xc7\x89\xca\x05\x00\xe1\x5b\x87\xc7\x2b\x5f\x06\x10\x72\x4f\x5a\xa5\x22\x00\x20\x14\x79\xa0\x42\xb9\x06\x40\x08\xf7\x64\x54\x8e\xfe\x7b\xfc\xbd\xf5\x1f\x7f\xf3\xc1\x3d\xbc\x70\x36\xc1\xb1\x5b\xc4\x54\x12\x7d\xb2\x24\x4a\xd4\x51\x0f\x25\xdd\x62\xf9\x8a\x90\x8e\x4a\xf9\x80\x21\x43\x09\xf9\xa0\xad\x74\xde\xef\x22\xef\xf3\x37\x9f\x54\x06\x05\x49\x08\x4e\x6b\x5c\xa6\x6a\x1a\xbe\x4b\xc4\xe8\xa9\x9a\xea\xd1\xdd\xe6\x62\xab\xeb\xaa\x54\xef\xa7\x1d\x90\x70\x7c\xd0\x47\xf5\x46\x41\xbd\xa4\x53\x75\x1f\x35\x81\xaa\xfd\x92\x4f\xee\xd4\xab\x05\xbc\x3a\x24\x19\x7b\x5b\x42\x7d\x1b\x80\xc4\xa6\x12\x71\xac\x07\x56\x79\x21\x50\x6b\x1c\x80\x74\x51\xae\xbb\xe6\x47\x00\xa9\x27\xa7\xaa\xb4\x06\x03\x48\x35\x9e\x50\xd0\x72\x07\x90\x3a\x78\x34\x58\x3b\x14\x40\x3a\x21\xf9\x89\x56\x0b\x80\x54\xda\x21\x21\xcd\x62\x00\x49\xad\x7d\x4b\xb5\xbc\x00\x24\x7d\xf6\xea\x69\x14\x02\x88\xef\x8a\x4f\xd0\x18\x09\x20\x56\xf5\x67\xfb\xff\x8f\xf8\xff\x8a\x9b\x9f\xad\xf2\x39\x3e\x90\xab\x17\x22\xd7\xc4\xbf\x8f\x10\x18\xad\xf4\x55\x61\x0c\x21\x9f\xa5\x34\x64\x0d\x5f\xf2\x15\x35\xeb\x6b\xe7\xbb\xe4\x08\xcd\x68\x38\xa3\xdb\x3c\x3a\x50\xcc\xfa\xd1\x1a\xbd\xa7\x33\x4f\x4a\xe6\xdd\xf7\xd0\xd7\x5b\xf9\x50\x56\xf4\xf6\x6e\x7d\xf1\x1d\x6f\xe4\xde\x56\xf4\xd7\xdb\x93\xf2\x44\x1e\xca\x66\xea\xf5\x3d\xe7\xa2\x18\x58\x3a\x5b\xf7\x56\x85\x8e\x92\xca\x15\x7d\xdd\x27\xf5\x0d\x4a\x3c\xc5\xd7\xf4\x0e\x74\xfc\x54\xb8\x97\x77\xba\x9f\x34\x80\x22\xc9\x0c\xeb\x57\x0c\xa0\xd0\x96\xea\x6b\x10\x06\xa0\xf0\xe5\x70\x87\x81\x2f\x80\x82\xc9\xc1\x5b\x86\x46\x00\x0a\x73\x12\x3f\x19\x08\x03\xf4\xad\xdd\x7b\xa7\xdf\x70\x00\xb9\xf8\xdd\x69\xfd\x78\x00\xfa\x3c\x88\x39\xa6\x57\x0f\x20\xab\xba\xb3\x50\x5f\x02\x40\x56\x64\x87\xbd\xde\x68\x00\xe9\x1f\xff\x0f\xf1\xb3\xa7\x61\xd1\xbd\x14\xfb\x1e\x63\x4f\x87\x6c\xf7\x44\x0b\x9f\x7e\x7f\x7e\xd3\xc5\xba\xbd\x1f\x62\x4d\xcd\xa4\x12\x08\x79\x59\x69\x7e\x41\x5b\x5e\xe0\xdb\xe3\xcb\x16\x2a\x36\xa7\x25\xc4\xee\x79\x5b\x4e\x1e\xb6\x5f\x26\xa5\xf2\x86\xe5\x53\xff\x61\xf2\xaa\xd7\xa6\x59\xea\x07\x47\x2a\x3d\x2e\x5e\x6c\xb1\x61\x8b\x9c\xda\xbc\xfc\x6a\xf3\x99\xfb\x1f\x6a\x92\xbc\x33\x66\xeb\xb3\x9c\xb5\x9e\x9f\xa9\x31\x8d\x2b\x3d\xa4\x7d\x23\x77\xa4\xe9\xb8\x87\x13\x75\xfa\x64\x77\x98\x2e\xfd\x68\xa6\xd5\x79\x52\xdb\xac\x13\x40\xcb\xe4\x70\xb2\x79\x02\x80\xe6\x88\x03\x33\xcc\x4f\x03\x68\x68\xec\x79\x6b\xfe\x0b\x40\x7d\x43\x7c\xa6\xb9\x0a\x80\x6a\x7e\xcc\x5c\xb3\x6a\x00\x95\xdc\xe8\x14\xb3\x58\x00\xe5\xaa\xa8\x3d\x66\x8a\x00\x4a\xe9\x5b\xab\x4c\x4f\x02\x28\x1e\xde\x2c\x6f\x12\x0f\x20\x5f\xb6\x51\xdb\x74\x26\x80\x82\xd5\xff\x11\x3f\xd3\x01\x48\xf6\x61\x71\xb3\xa7\x5f\x7d\xfa\x34\x98\x6a\x8c\xbc\xcf\xd7\x25\x36\xa8\x07\x69\x81\xfe\xc8\xff\x35\x46\x0e\xb8\x20\x64\x45\x48\xdd\xce\x41\x76\x2a\x13\xf9\xc5\x6f\x6b\xbb\x2e\x36\x35\x96\xb8\x7d\x35\x61\xc0\x92\x81\x43\x14\x46\x14\xd6\xb8\x3c\x19\xbb\x5b\xd5\xe5\xdc\x4b\xe7\x86\xb9\x72\x9a\xb5\xd9\xcf\x9c\x82\xc3\xb4\x75\x6f\x9e\x1c\xee\x68\x13\x37\xc8\xc0\x3e\xd5\xdc\xe1\x62\x9a\xa6\xd1\xf2\x23\x31\xf6\x27\x0a\x27\x1a\xff\x4a\x51\xb4\x6b\xab\xe6\x37\xd9\x97\x64\x61\x77\xfd\x6d\x90\x89\xf4\x41\x2b\xfb\x78\xb8\x60\x34\x72\xf7\x5c\xfb\xcb\x50\x65\xa0\xbe\xd3\xc5\xc1\x1f\x9e\xea\x77\x45\xa5\xd9\x6f\x86\x76\xdd\xe2\x08\x6b\xfb\xd3\xf0\x4b\x67\xcf\xe6\x4e\xbb\x2b\x00\xda\x72\x1b\x8d\xec\xfc\x00\x34\x4b\xd7\x4f\xb6\xcd\x01\xd0\xb0\x5d\xeb\x65\x1b\x07\xa0\x6e\xbb\xba\xca\x46\x00\x40\xd5\x74\x65\xa8\x75\x3a\x80\x8a\xd5\xff\x11\xff\x77\x8a\xea\xac\x1e\x86\x11\xee\x5b\x75\xb9\xd8\xe2\xf5\xc7\x11\x03\x71\x3f\xff\x55\xdb\x10\x7c\x5a\x7e\xba\x6c\x24\xfe\xdd\xfd\x2b\x3e\x46\xdd\x58\xf9\x71\xdc\x9c\xbe\x1b\x09\xb9\x62\x31\x3a\x42\xef\x81\xb8\xfc\x79\x21\xef\x12\x07\x25\xf9\x9d\x99\x1e\x23\xc4\x3c\x57\x69\x45\x1c\x7f\x34\x3c\x72\x9a\x96\xfe\xfd\x64\xc3\xa1\x35\xcb\xe2\x8d\xa3\xf6\x07\x7b\xd4\x46\x49\x98\x1b\xee\x8e\x72\xef\x97\x3c\xc3\x8a\xc4\xec\x1c\x74\xea\x6c\x97\x75\x7d\xf4\x0b\x37\xff\x4a\x55\x9b\xc3\xdb\x6f\xb9\x56\x35\x14\xda\x2c\x8e\x8a\x71\x1b\xf6\x73\xa9\x55\xe7\xe6\x8f\x6e\xf6\x10\x61\x7e\x6b\x7d\x97\x6b\x16\xa4\x99\xb4\xac\xd9\xe1\xba\x1d\x8a\x8c\x9e\xac\x7a\x3e\xf0\x01\xdc\x34\x1c\xb2\xc2\x61\x60\x2e\xd4\x19\x88\x2c\xcb\x18\x10\x01\xad\x7a\xe9\x4b\xd5\x5d\xac\xa0\x53\x27\x21\x78\x9f\xcb\x22\x00\xed\x77\x8b\x4e\x3a\x4f\x00\xd0\x92\x5f\x74\xda\x71\x32\x80\x86\xcc\x3f\xdb\x3f\x17\x3f\xc7\x83\x5b\xa2\xab\xe7\xaf\x85\xce\xa8\xff\xf8\xb0\x68\x28\xf2\xb6\x2f\x0e\xf8\x60\x3b\x78\xd4\x46\x77\x07\xaa\x82\x26\xa3\x5f\xf5\xf5\xf7\xd3\xf0\x7d\x2e\x4d\x0a\x3c\x26\x96\x4f\xc8\xd9\x21\xd3\xaf\xa9\x17\x0a\x37\xa5\x7f\x9c\xfa\xcc\xd2\x55\x6e\x55\xf2\xc9\xc9\x07\x07\x2f\xd1\x38\x91\x30\x63\x82\xbc\xef\x07\x63\xf9\xe8\xb7\xbe\xbc\x0b\x36\x59\xec\xdf\xba\x74\x4c\xed\x86\x48\x9b\xe7\x1b\x2e\x8f\x7a\xbe\x77\xb3\x83\x6e\x98\x8a\x8f\x51\xa6\xb7\xe3\xd8\x55\x67\xbc\xf2\x4b\xf7\x38\x45\xac\xf0\x1b\xf9\xec\xd1\x08\xa7\xb3\xcb\xcb\x46\xb6\xb6\x1f\x73\x3c\xb3\xd4\x7e\xe4\x5e\x30\xb7\xb7\x5b\xbc\x67\x44\x0d\x4c\xb0\x91\x0b\x92\xf3\x14\x82\x4d\x16\x3e\xf3\xaf\x78\xce\x83\x28\xf3\xdd\x73\x7d\x86\xd5\x41\x86\xc9\xbc\x39\x1b\x87\xde\x83\x02\xa3\xea\x59\xf7\x86\x5a\x40\xb9\xe1\x88\x59\xdb\xdd\x33\xa1\x49\x7f\x56\xe0\x7a\x77\x07\xf8\xa8\x9b\x34\xbd\x68\xb0\x09\xfc\xd2\x19\xf0\x3b\x0f\x12\xaf\x7a\xc7\x4f\x79\xf0\x9f\x47\xdc\x70\x7f\xf6\x9d\x9e\x37\xf2\x9e\x8d\x47\x27\xe0\x2e\x50\x1d\x2f\xd5\x83\xdc\xca\x9d\x89\x7e\x28\xa5\x3f\xe7\x21\xcf\x9d\xdf\xb6\x08\x77\xc3\x72\x96\x04\x8f\xe1\x71\x26\xe4\x44\x66\xc8\x11\xc5\x4f\xbc\xbe\x87\x78\x16\xf3\x1b\xc6\x4a\x57\xc6\x39\x2d\x14\x71\x1e\xa8\x1a\xb8\x75\xc9\x9c\x4a\x9f\x05\x06\x3e\x6b\xea\x67\x04\x07\xae\xb5\xbe\xb1\x6c\xec\x74\xa3\x95\x17\x1d\x2e\x04\xbd\x9a\x26\xba\xcb\xd6\x79\xda\xdc\x0e\xff\x3b\xc7\x8f\x0e\x38\x37\xb3\x75\x72\x40\xa1\x93\xab\x5f\x60\x88\x1f\xdc\x53\x71\x4d\x08\x28\xf5\xcb\x68\xbe\x32\xf0\x51\x80\x97\xdf\xb2\xae\xfb\x2e\xce\x53\xde\x4c\x58\x0f\x32\x0e\x0f\x26\x77\x8c\x0f\x05\x6b\x3b\xd3\x49\x4b\x7d\xc3\xc0\xdb\xfa\xab\x9f\xe7\xb8\x39\x30\xdb\xf2\xed\xc4\xa6\x31\x02\xb0\xcd\xac\x61\xe2\xbc\x51\x83\x20\xc5\xe4\xf0\x44\x15\xef\x2f\x90\x63\x2c\x3a\x41\xd8\x6b\x0f\x94\x1a\x0a\x8d\xf7\x1f\x31\x06\x1e\xeb\xcf\xfc\x3d\xfe\x71\xf1\xdb\xe0\x2e\xd9\xaf\x35\xf4\xf4\xe0\x3b\x0b\x5a\x1f\xa7\x21\x78\x0a\x8e\x13\x75\x27\x67\x63\x3f\xb8\x19\x18\x84\xbe\x38\x25\x0d\x4b\x70\xbe\xb8\x50\x44\xeb\x04\x65\x27\xd1\xdd\xe5\x63\x83\xc3\xf0\x54\xd4\x81\x8d\xe1\x99\x52\x47\x09\x89\x99\xb6\xae\x5c\xeb\x8d\xb8\xee\x16\xfe\x35\xb5\xb6\x03\x14\x1d\x57\x8d\x5b\x39\x6d\x58\x8d\xae\x4a\x90\xc7\xb2\x18\x7f\x53\xf3\x15\x33\xbe\x2f\x71\x0f\x21\x76\x2d\x53\x5a\x16\xbf\x8d\x8c\xed\x9f\xe8\xe7\xb0\x68\x52\x4a\x81\xd3\x54\xdf\x88\x20\xb5\xf3\x35\xce\x96\x63\xfb\x2f\xf8\x71\xbb\xc2\x79\xc2\xe8\x5b\x0b\x36\xbe\x96\x75\x1a\x33\xfa\xe4\x82\x4d\xa0\xec\xf0\x75\xd4\xf5\xb9\x04\xdc\x6d\x93\x47\x79\xce\x52\x81\x00\xeb\x91\x3e\x21\x33\x74\x60\xa5\xa5\xe6\xa8\x29\xd3\x56\xc3\x06\x0b\x2b\xef\x21\x53\x6a\xe0\x98\x49\xbd\xf7\xf3\x49\x00\x27\x4d\x24\xbd\xad\xfc\x12\xe0\x82\x51\x82\xd7\x8a\x09\x53\xe0\x86\xc1\xe9\x11\xcf\x7d\xaf\xc2\x13\xfd\xd1\x7f\xc7\xdf\x79\x67\x38\xee\x82\xb6\x15\x8d\xc7\x71\xb1\xf1\xc5\x74\xd4\x81\xd5\x36\x2d\x40\x9e\xb7\x12\x96\xe0\x39\xd6\x2b\x4a\x2b\x71\x77\xfd\xfc\xb4\x75\xd4\xff\x9f\x9f\xea\x60\x8e\x95\x50\x5d\xc8\x7e\x99\x28\x3c\x27\x1c\x1d\x10\xad\xc5\xb7\x93\x90\xcd\x4e\xd1\xa9\xca\x20\xb8\x79\xc5\xbd\xa8\xfb\xa6\xaf\xfa\x18\x2c\xb8\xb3\x4d\xc4\xad\x43\xfd\xea\x34\xaf\xcd\xbb\xc6\x8f\x35\x32\x1d\xff\x6b\xe3\xfd\xa0\x9d\xe6\xc1\xa3\x27\x6d\x48\xd9\x92\x69\xe5\x32\xb2\x2a\xbc\xef\xa1\x50\x1b\x9e\xe1\x5a\xeb\xf9\xce\x6e\xb5\x49\x1b\x72\x33\xec\x43\x65\xa8\xcd\x45\x8f\x25\x61\x63\x9b\xd6\x59\xdf\xf3\x08\x0f\xf3\xee\x3c\x61\x59\xe6\xa1\xba\x2a\x0e\x76\x9b\xdb\xbb\x1b\x2d\x3f\x07\x67\x4c\x06\xbb\x5f\x0e\xe1\x87\x42\xe3\x69\xee\xd7\x16\x47\x41\x99\x91\x8f\xbb\xc3\x42\x15\x78\x68\x60\xe9\x1e\x3f\xb7\x0b\x9e\xf7\x1b\x32\x78\xc3\xec\xcf\xf0\x41\x6f\xe8\xe0\x51\x33\x00\x7e\xe8\xbc\x18\xcc\x33\xfd\x17\x80\x76\xc5\x6f\x1d\xc8\x30\xbc\xff\x9c\xfe\xab\xa1\x78\x26\xee\x63\xd7\xf6\x5f\x8c\x7c\xf6\xcd\x75\x2b\x90\xc7\xbb\x32\x2f\x0c\x77\x53\xcf\x37\x6d\xc6\xf9\x32\x6b\x4b\x94\x01\xc6\xef\x17\x8d\xf9\xdc\xff\x3a\x76\x69\x37\xee\xd4\xda\x8d\xfd\x65\x83\xd8\x3e\xe4\xf5\x56\xf2\x1e\x50\x90\x7d\x48\xc8\x02\xf1\x7d\x2f\xf5\x5e\x4a\x04\x4d\x2d\xdb\x73\xc5\xb1\x53\xf1\xeb\x18\x8f\xf8\x36\x9f\xef\x3a\x3f\x46\xf4\x8b\xab\x9e\x7b\xb7\xdf\x52\x8f\xa8\xd8\xd7\x1b\xb2\x0d\x9b\xdc\x64\x62\x8a\xf6\x3f\x31\x9e\xeb\x92\xb2\xab\x23\x37\xd2\x44\xd7\x69\xd2\xce\xba\x1b\xa7\x4c\xa4\x1c\x0d\x77\x8a\x3e\x8f\x34\x76\x76\xe4\xdf\xa9\xf6\x23\xd1\x50\xd3\x31\x35\xd2\x13\xea\xfb\xc5\x3b\x26\x6f\xe1\x83\x36\x7d\x4d\xc7\x80\x0d\x1a\xf0\x43\x37\xda\xf1\xc8\x3a\x0d\x00\x9d\x46\xa7\xac\xd5\xfb\x00\x74\x5a\xfb\xb7\x87\x7e\x07\xd0\xac\x76\x3a\xb4\xf4\x05\x80\x56\x92\xe3\x9b\x25\xe3\x00\x34\x45\x1d\x57\x2f\xf6\x05\x50\xff\xce\xe9\x40\x3e\xae\xf3\x43\xb6\xac\xe1\xe3\xec\xa1\xdd\x58\x13\x13\x82\xf3\xc2\xcd\xea\x35\xd8\x1f\x4a\x8a\x37\xa1\x6e\xec\x82\x34\x65\x11\xb2\x6c\xa2\x71\x37\xfc\xd8\xe5\x78\xe4\x6f\x12\x83\xf7\xe2\x29\xeb\x58\xad\x03\xc8\x6f\x6f\xae\x4b\xc2\x7d\xfc\xd0\x28\xea\x1b\x31\xd7\x27\x35\x4c\xa0\x9a\x90\xa9\x09\xa9\x96\x6a\x2f\x85\x36\x8f\x91\x39\x36\xde\xda\x5e\xb6\x70\x88\xf3\x91\xf9\xc3\xd3\x54\xe7\x0c\xbc\x7e\xf8\xf6\x8c\xa1\x1a\x12\x8e\x81\x87\x55\xc3\xfa\x6a\x69\xda\x0d\x49\xd1\x4b\x48\xd7\x5e\x69\xd5\x92\x1c\x9b\xc5\xa3\xdd\x6a\x71\x3f\x29\xe5\x5a\x96\x76\xb5\x79\xee\xa1\x6f\x4f\x03\xb5\xbe\x98\x17\x1c\xba\xf2\xf5\x87\xa6\xad\xc5\xe2\xfd\x33\x00\xd4\x9f\x5b\xac\xde\xbd\x0e\x40\xad\xc9\x42\x30\xa6\x04\x40\x75\x97\x95\xd8\x0e\x51\x00\xb5\x7b\x96\xd7\xb7\x25\x00\xa8\x5e\xb0\xb2\xdc\x1c\x0c\xa0\x6a\x65\xa5\x1b\x7e\x0b\x40\x65\xa8\xd5\x8b\xb0\x64\x00\x95\xe1\x56\x66\xab\x97\x03\x28\x55\x7f\x1e\x38\x11\xcf\xb3\xbf\x74\x9a\x83\xfc\x54\xed\xab\x65\x74\xfc\x5b\x11\x86\x3a\xaf\x92\x28\xea\x0b\x73\x61\x73\x34\xf2\xbd\x59\x1f\x63\x91\x35\x3a\x3e\x7f\x2f\xf5\x7f\x48\x3e\x88\xe7\x78\xe3\x02\x52\x1e\x74\xe3\xd6\x4c\x5a\x37\x67\xcd\x1e\xaa\x0b\x09\x92\xcd\x18\xdf\x8d\xfe\x5a\x39\x94\xd7\xd0\x3a\xe3\x24\x3f\x95\x10\x8f\x79\xb9\x63\x8c\x9e\x8b\x17\x38\x2e\xce\x31\x18\xd4\x2c\xb7\xdf\x26\x32\xfb\xd6\x94\xd7\xf2\x35\xe6\x07\xb3\x47\xaf\x78\xaf\xe8\x63\xfc\x2e\xab\x26\x76\xa1\xd2\x4c\x83\x8e\x2c\xb7\x93\x2e\x4a\xfb\xfb\x29\x64\xc6\x95\x44\x29\x8d\xd7\x57\xca\x78\xf3\x28\x5b\x71\xbe\x5e\x47\x46\xe2\xa7\x1b\xf2\x07\xf4\xdd\x4f\xcc\x07\x90\x7b\xc5\xe9\x1b\xfa\x75\x26\x05\x02\xf4\xbd\xd8\xaf\x3a\x71\x0c\x40\x5f\x1e\x83\xb0\x84\x4c\x80\xbe\xf2\x06\x9e\x71\x13\x00\xe4\xe6\x18\x2e\xde\xe9\x0c\x20\xf7\xcd\xe0\x6d\xd4\x69\x80\x3e\xaf\x0c\xf3\x23\x4a\x00\xe4\xfa\xbc\x3a\x3d\x1f\xdb\xfb\x43\x8b\xe5\xc8\x47\xdd\x6e\xa0\xba\xb7\x92\x0f\x91\x38\x4e\x5c\x54\xdc\x85\x3c\x4d\xf6\xb5\x3d\xe8\x6b\x90\xba\xf8\x00\x9e\xeb\x4e\x36\xa5\xee\xf2\x09\x81\xa9\xc8\xba\x44\x1d\x4a\x67\xe7\x3b\x33\xd1\x67\x67\x69\x62\x2e\xb6\x9b\x59\x99\xe7\xd0\x67\x68\x1c\xc9\x47\x7e\x7b\xd0\xc4\x4b\xc6\x42\x49\x84\x38\xac\xba\xc4\xaf\x75\x4c\xb0\xd3\xec\x6c\xd1\x14\x27\x55\x89\x20\x43\xa3\xa2\xa0\x09\x0a\x92\x79\x7a\xbe\x45\xf2\x21\x0e\x52\x4f\xb5\x3e\x17\x69\xef\xb8\x26\xdd\x4f\xe3\x62\x61\xe4\xf1\x6a\x69\x25\xf5\x3e\x85\xfd\x2e\x05\x4b\x4d\x57\x1b\x53\x10\x5e\xab\x2a\x39\x4b\x4d\xbd\x40\xe7\x43\xb6\xf8\x11\xb5\x4d\xe7\x4f\x00\x88\x4d\x55\x6b\xc9\x0d\x04\x10\xcb\xd6\x18\x72\x2a\x01\x40\x42\x52\xfd\xe1\x09\x7e\x00\xf1\xa9\x1a\x2f\x8e\xae\x01\x90\x18\xa2\x71\x22\x79\x18\x80\x78\x81\xe6\xb3\xc4\x95\x00\x12\x27\xb4\xfc\xf7\x4e\xec\x9e\x23\x35\x97\xc6\x7d\x02\x10\xdf\xff\x70\x3b\x3d\x15\x5a\x35\x7d\x03\xf6\xf7\x6b\x25\x91\xc8\x2e\xe7\x1f\x8d\xa7\x75\xa0\xd4\xf7\xa1\x0e\x20\x5d\x3d\x19\x79\xea\x14\x2b\xaa\x03\x4a\x78\x75\x02\x1b\x4e\xf4\xb5\x2c\x64\x0d\x36\xc5\xe5\x22\xdf\xb1\x32\x95\xf2\xc4\x0b\xd2\x69\xdc\x53\x6e\xd0\x7a\x1a\x23\x37\x95\xa2\xde\xd0\x6e\xea\x75\x7c\x7f\x93\xc0\x8a\xbe\x0a\xaf\x08\xd1\x9e\x58\x5e\x60\x79\x41\xf0\xa2\xba\x67\x85\xa1\x4f\xba\x90\xb6\x8a\x6e\x85\xdf\x82\x76\xc1\x24\xa5\xb5\x15\xbb\xb7\x9e\x17\xf8\xaa\x98\x5f\x31\xfb\x70\x1a\x7f\xbe\xb2\x51\x45\x4e\xc1\x67\x12\xa1\x58\x5b\x21\x73\x7f\x3e\x21\x0a\x76\xe5\x31\x6d\xcb\x09\x91\x3b\x57\xd6\x8c\xcf\x48\xab\x2f\xa3\x43\x7a\x9f\x82\x02\x3c\x6f\xa4\x54\x7c\x76\x26\x80\x80\x9d\xb4\x5e\xee\x64\x7c\x96\x54\x3c\x99\x05\x20\x94\xa5\x62\x93\x7a\x04\x40\xe8\xbc\xf8\xd9\x63\x78\x6e\x47\x45\x36\xa9\xfb\x79\xd3\xfe\x1e\xd0\x7a\x70\x65\xce\xd1\xb8\x4e\x2e\x0c\xda\x8d\x75\x60\x4e\xf7\x3b\x30\x84\xc5\x8f\x7c\xcb\x91\xcf\x27\x50\x17\xb7\xbf\x3a\x0b\xd9\xd6\x58\xc9\x5c\xec\x2f\x5b\xf5\xa8\x1e\x66\xed\x94\x7c\x1c\x27\x97\xd4\x50\x5d\xc8\x2c\xf7\x12\xcc\xef\xf8\x98\x32\x5c\x6f\x0c\x29\xa8\xc4\x75\xa6\x85\x54\x15\x9e\x9b\x56\x0e\x7a\x30\x4c\xb0\x90\x90\xbe\x6d\x35\xa2\xfd\xfc\x09\x91\x1d\x53\x73\x64\xc8\x30\x42\xa4\x56\xd4\x92\x19\xf3\x08\x91\x48\xad\x55\x0f\x1f\x42\x88\x68\x57\xad\x70\x62\x2e\x21\x22\x23\x6b\xf2\xcf\x0e\x22\x44\xc8\xa6\x26\xe0\x96\x24\x21\x02\x33\x1e\xb4\xbd\x72\x20\x84\xaf\xec\x7e\x07\xae\x89\xc9\x6d\x8b\x6e\xe4\x11\xbd\x81\xfb\x4d\x7c\xb3\x4a\x71\x9f\x89\x4f\xb0\x88\xf2\x9a\xe1\x17\xe5\xe9\xef\x9d\x3d\xd5\x8d\xfc\x4a\xd9\x94\x61\xba\x9a\x21\x88\xfb\x39\xa1\xd1\xc8\xa2\x15\x9b\xee\x45\xb6\xe7\x6c\x6d\x12\xfa\x98\x64\x4c\xa3\xf7\xfd\x68\x1c\xd5\x01\x1d\xf0\xa1\x3a\xa0\x38\xeb\x73\xa8\x83\x8b\xbc\x43\xf9\xe1\x8d\xfc\x97\xf0\xf7\x56\xc4\x51\x7d\x40\x10\x2f\xd5\x85\x04\x10\xaa\x0b\x19\xa3\x79\x1b\xd1\x95\xf9\xa4\x18\x25\xd5\x21\xdb\x26\x73\xe8\x19\xf2\x82\xfc\xfd\x1a\x26\xca\xa3\x73\x42\xa3\x88\x3d\x32\xc2\x8d\x33\x26\xe0\x08\xdd\x78\x64\x39\x32\x69\x8d\x33\xe3\xd0\x79\xa7\xd1\x22\x03\x57\x6a\x0d\xb9\x65\xe8\x6c\xf6\x3c\xe7\x19\x76\xe1\xe7\x3b\x7f\x22\xe3\xfc\x90\x31\x66\xf7\x33\x59\x5e\x18\x9f\x5b\xce\x1c\x27\x4a\xa9\xee\x61\x72\xf1\x50\x7a\x5d\xc0\xf2\x92\x87\xf9\xbb\xf4\x6c\x0f\xf5\x01\x6a\xa0\xfd\x3d\x93\x87\xd6\x09\x3a\x76\x32\x03\xef\xf7\xa1\x50\x5a\x27\x2a\xe1\x7e\x3e\x3e\x5f\x46\x57\x15\xa1\x1f\xc8\xe6\xa3\x25\xa8\x13\x59\xdd\x56\x86\xec\x6a\x70\x6d\x39\xb2\xb5\xb3\x63\x6f\x63\x3b\x98\x9c\x70\x0f\x7d\x51\xbc\x4a\xa9\x3e\xc2\x49\xf3\x31\xaa\x18\xfa\x7d\x68\x40\x1f\x25\xc9\xc6\xd7\xa8\x2f\x21\xa4\x25\x4d\x0a\x57\x5e\xad\x26\xd6\xc8\x18\xb6\xbe\x1a\x83\x0e\x12\xad\x99\xc1\xd8\x52\x5b\x9b\x77\xe0\x08\xdc\x36\x9d\x2a\x35\x5a\x73\x2e\xe3\x09\x87\x16\xa8\xc3\x6f\xdc\xe2\xfd\x11\x47\xf0\xd7\x8c\xcf\xaf\x67\x3c\xee\x23\xe6\x83\x71\xdf\x8a\xe5\x85\xf1\xff\xe5\x8c\xdf\xbd\xc6\x98\xe6\x2b\x58\xa1\x80\x8b\x3f\x7b\x16\xf5\x83\x4a\x6d\xcb\x46\x3d\x4c\xb2\x1c\xad\x13\xb5\x37\xae\x00\xf5\x73\x31\x87\xaf\x14\xd3\xf9\xe0\xea\x0d\x3a\x1e\x56\xe0\xdd\x08\x6d\xb8\x8d\x3c\xff\xc2\xe2\x6a\xd4\xd7\x06\x36\xd4\xe0\xfc\x31\xde\x82\x56\x9b\x18\x7e\x87\xf2\xa5\x0e\x43\x1b\xf1\x75\xdd\x11\x6f\x71\x5c\x91\x58\xf2\xc1\x9f\xe6\xe1\xab\xa3\x18\x66\xf8\x9b\xb5\x29\xbe\x73\xc7\x60\x2f\xec\xa1\x1d\x59\xf3\xf1\x1d\x3b\xee\x45\xe0\x9d\xf9\x5e\x72\x18\x15\x56\x1d\x42\x17\xb1\xfd\x7c\x5f\x54\x8d\x4f\x42\xdf\xe2\x9a\x71\xc5\xf7\x85\xe9\x19\xda\xd6\x51\x7c\x15\xff\x7f\xe7\xe5\xce\x70\x8a\x15\x58\xc3\x3c\x77\x2d\x1d\xe7\xd3\x17\xe7\x22\xcf\x7f\xf8\xf5\x05\xd4\xad\x24\xba\x5e\x42\x16\x95\xf3\x43\x8a\x3a\x72\x1d\xfb\xcb\xa6\xa6\x5b\xd9\xb4\x1d\xdc\xc5\xf1\x6f\xa9\x40\x2d\xea\x0d\xe7\x2d\x7f\x88\xf3\xec\xd4\xb1\x4f\xf1\xfd\xc6\xfa\xd0\x2a\x24\xee\x02\xaf\x91\x4d\xb5\x21\x2d\x38\x2f\x69\x6f\x69\xc7\x76\x20\x4e\x7e\x28\xd1\x3c\x00\x08\x32\xde\xdf\x40\x8b\xe2\x10\xa6\x77\x99\xc1\x78\xec\x30\xe6\x80\xb8\x8f\xd5\xab\xc8\x66\x4e\x78\x65\xec\x84\xd4\x53\xb6\x13\xf4\x09\x57\x00\x1c\x9f\xff\x45\x84\x62\xab\x37\xcb\x8b\xe4\xbf\xe7\xe5\x01\x56\xee\xc8\xb0\x3a\x8b\xf3\xfc\xd1\x80\x7c\x5c\x3f\x1f\x4c\xb8\x82\x75\xc4\xe2\x5d\xa9\x2f\x50\xb4\x46\x05\xfa\xcb\x6d\x5d\x72\x17\xaf\xd7\x1d\xb9\x8f\xf1\xaf\x70\x7c\x88\xd7\x41\x75\x54\x75\x31\x4b\xb6\x01\xe7\x1b\x7f\x99\xd7\xc8\x83\x8f\x92\x79\x8b\xf9\x19\x64\xf1\x1e\x75\xeb\x56\x03\xbe\xa0\xdf\x8c\xf6\xd4\x9f\x38\xfe\x4a\x58\xc0\x3f\x74\x20\x7a\x8c\xe7\x76\x63\xd7\x93\x53\x29\x2e\x65\xba\x97\x1d\xcc\xcf\x80\xd3\x3d\x70\x7c\x36\xe7\x63\xc0\xe9\x3f\x5a\xc7\x53\xa4\xba\xa9\x5f\xac\x1e\xd0\x27\x16\x7f\xeb\xba\x7f\xcb\xcb\x71\xc7\x22\x7c\x70\xe4\x74\x50\xfb\xaa\x2a\xd0\x57\x2b\x56\x96\xf6\xf3\xc8\x11\x77\x71\xbd\xb4\xd1\x82\xfa\x21\xad\xe9\xf7\x04\xf5\x10\x21\xe1\xf5\xc8\xa6\x2f\xb0\x7d\x85\x55\x38\x02\x2d\x9a\x71\xbc\x9c\xb8\xfb\x1d\xae\xb3\xbc\xac\x3f\xe2\x5d\x76\x45\x26\x8a\x10\x8b\xb2\x2e\xd4\x99\x68\x1e\xa7\x9f\x2e\x62\x0a\xff\xd4\x81\x30\x7e\xde\x71\x12\xc5\x71\xcc\xaf\x61\xde\x5b\x8a\x9c\xff\x45\x02\xcb\x43\xda\x3b\x8a\x9c\x5e\x8a\xd3\x7f\xd4\x31\x1d\x49\x53\x33\xc5\x2f\x4c\x27\x41\x3f\xf1\x47\x3e\xc5\xf6\x3d\x7f\xe6\x25\x39\xaf\x14\x9f\x2f\xf6\x6f\xaf\xc4\x4f\x8d\x55\xbf\x8d\xf3\x7e\xf4\x94\x5a\xac\x42\x12\xe1\xfc\x18\x47\xa7\x75\x9a\xf5\x38\xef\xaf\x88\x7b\x81\xf9\x08\x16\x7f\x83\x7e\x8c\x73\x0a\xdf\xa1\xbe\x78\x9a\x0f\xda\xb8\x13\xdf\x01\x5f\x71\xd4\x1b\x71\xaa\x13\x75\xa5\x03\x74\x00\x9f\x53\xcc\xcd\xe9\xa7\xaa\xb1\xbb\x21\xca\x0b\xff\xad\x03\x61\x8e\xb8\x9c\x5e\x6c\x3a\x8b\x9b\xf3\xbf\x88\x64\x7e\x49\x07\x02\x29\x9e\x62\xfd\x25\x9f\x55\x98\xbe\xca\xf4\x0d\x55\xcc\x4f\x84\xf3\xff\x68\x65\xed\xa9\xab\xf5\x9f\x79\x39\x78\xfe\x16\xf6\x83\x84\xe0\x6a\x9c\xf7\x77\xfe\xaa\xc3\xac\x46\x79\x3d\xc3\x75\xf6\x86\x88\x06\xd4\xbf\xac\x0d\xa2\xba\xb7\x65\x5d\xad\xb8\x4e\x0a\x12\xf9\x88\xba\xd1\x99\x36\x54\x6d\xe3\x7f\xeb\x27\x8e\x5e\x3d\x3a\x10\xaa\x62\x24\x8e\x73\x29\x72\x75\x92\x54\x98\x6e\x44\x64\xc5\xef\x3c\x10\x76\xf2\xe3\xbf\xea\xe3\x4c\x12\xa5\x18\x34\xbe\x77\xbb\x88\x61\x27\x67\x92\x98\x0e\xe4\x64\x5b\xef\xfe\xc2\xf9\x7f\x54\xb0\xd7\x39\xfd\xc7\x4b\xe6\xaf\x82\xf5\x93\x58\x3e\xe0\x8f\xba\x0f\x3d\xbc\x37\xe3\x8c\xff\xd6\x7f\xfc\x97\x0e\x64\x10\xe3\xd8\xb8\xba\x2a\xa3\x18\xef\xe5\xcf\x78\xab\x39\xc9\x14\x39\x1d\xc8\xc6\x0a\x8a\x9c\x0e\x24\x99\x69\x10\xb2\x1a\x28\xb7\x5f\xdc\xfd\xbd\x52\x09\xa9\xda\x44\x5f\x7f\xc1\x7c\x41\xbe\xf3\x11\xf2\x2d\x8d\xfe\x9f\xe3\x7b\x1b\x18\xa7\xf8\x98\x79\x91\xfc\x43\xff\xc1\x38\xd6\x1b\x02\x14\x4b\xaf\x51\xbc\x6c\x45\xb1\x88\x9d\x4d\x86\x3f\x74\x30\x4e\x7f\xf1\xf8\x7f\xeb\x3f\x7a\x74\x20\x5c\x1d\x14\xa6\x03\xe1\xf8\x7e\xce\x57\xc4\x87\xd5\xdb\xe1\x7c\x51\x66\x1d\xa0\x18\xc2\xea\x08\x6c\x60\x75\x6f\x38\x1d\x48\x32\xfb\xfd\x9c\xdd\x84\x40\x3c\x21\x97\xbb\xbf\xbb\x1b\x21\xd5\x66\x84\x80\x0a\x21\x2f\x1e\xd1\x9f\xff\x52\x21\xe4\xd3\x68\xfa\xff\xd7\x2c\xa7\x9c\xfe\xa1\xa7\xfe\x09\xfb\x2e\xb7\x19\x0f\x5a\xa1\x4a\x91\xd3\x3f\x5c\xfe\xce\xe2\x67\xfa\x87\x7c\xb9\xdf\x79\xe0\xf8\x37\x2e\x2e\x2e\x4e\x2b\xf6\x1e\xe6\x13\x7b\xa3\xc5\x5f\x3a\x01\x4e\x07\x32\x88\x79\xb3\xfc\x97\x0e\x24\x84\xf1\x7d\xe1\x2c\xfe\x98\xc1\x84\x40\x09\x21\xdd\x2b\xf7\xce\xbb\x84\x64\xbb\x51\xcd\xcb\xe5\x1c\x42\x7e\x7d\x20\xa4\x3a\x98\x90\x9f\x15\x84\xbc\x74\x24\xe4\xd7\x42\x42\x3a\xd5\x7e\xfb\xc2\xbc\x10\x66\xed\x80\xd3\x3f\x88\xb0\xf8\x39\xff\x0f\xa6\xff\xb8\xc6\xda\xe6\xdf\xfa\x8f\x42\x96\xbf\x3f\xf5\x0f\x5c\x3f\xe8\xd1\x3f\x70\xfc\x3f\xd3\x7f\x70\x3a\x08\x4e\x0f\xc0\xf1\xe2\x7f\xeb\x40\xb8\x7a\x22\x5c\xff\xf0\x65\x6d\x71\x3a\xd3\x2c\x2d\x66\x79\x09\x67\xf7\x74\x57\x1c\x21\x5d\x0a\x84\x24\x4f\x20\xe4\x87\x05\x21\x59\x16\x84\xfc\x88\xa6\xfd\xa2\x23\x83\x90\xbb\xad\x84\x74\x44\x13\xd2\xdd\x9f\xbf\x97\x10\xd2\x55\xd7\xbd\x8a\xec\xdd\x1f\x38\xfd\xc3\xdf\xfa\x8f\x32\xc6\x2d\xff\x2f\xfd\xc7\xbf\xe9\x1f\x2c\x03\x7a\xc7\x69\xc0\xfa\x71\x8f\x0e\x82\xe9\x01\x38\x3d\x08\x97\x1f\x4e\x27\xe4\xc4\x78\xef\x1e\x3f\x10\xf6\x59\xd3\x58\x7e\x38\x1d\xc8\x3a\x6b\x8a\x3b\x1b\x08\xf9\x79\x9c\x90\xa4\x6b\x84\x7c\xef\x24\x24\xdb\x8a\x90\xaf\xb7\x09\x29\x76\x25\xe4\xdb\x34\x42\xaa\xdf\x11\xf2\xf5\x05\x21\x6f\xf8\x08\xf9\x92\x4b\x08\xc8\x11\xf2\xd6\x83\xfe\xed\x13\x36\xe6\x70\xfa\x07\xce\x07\xe7\x1f\x3a\x30\xef\xff\x3b\xfe\x9c\x8b\xbf\xf3\xc0\xf5\x7b\xee\xfe\x1b\x30\xbe\x5b\x9b\xf1\xd7\x1c\x0f\xce\xe9\x01\xb4\x2e\x53\xd4\x65\xfc\xaf\x31\x8b\xff\x1f\x3a\x90\xbf\xc6\xcb\x05\xe9\x54\xe7\xb1\xe6\x2d\x21\x3f\xe3\x08\xd9\x91\x4b\x48\xc7\x64\x42\x0e\x36\x10\xf2\xe5\x00\x21\x99\x6b\x09\x69\xf7\x22\xa4\xe8\x0e\x21\x1f\x3d\x08\xb9\xab\x4e\xaf\x5f\x5b\x12\xf2\xe1\x1c\x21\x5d\x5f\x08\x69\x62\xf1\x71\x7a\x28\x4e\x07\xf5\x0f\xfd\x8b\xf7\xbf\xb7\xff\xb3\x6c\x2e\xe0\xf4\x0f\xa7\xbc\x7f\xe7\xa1\x47\xff\xc0\xd7\x3b\x4e\x4e\xef\xc1\xf1\xe0\x1c\x72\xbc\x30\xa7\x7b\xe0\xf2\xd1\xa3\x03\x61\xf7\x6a\xf8\xb8\x3f\xc6\x89\x9b\x84\xcc\x0d\x22\xa4\xd3\x93\x90\xd5\x2b\x08\xf9\x96\x4a\x48\x94\x01\x21\x9f\x2a\x09\x49\x8c\x21\xe4\xe3\x0e\x42\xba\x9f\x6c\xdb\xb6\x13\x52\x98\x4c\xc8\x3b\x11\xaa\xf5\x69\xd9\x49\xc8\xcb\xed\x84\xb4\xfc\x20\xa4\x6b\xf1\xef\x71\x91\x6b\x07\x15\x0a\xbd\xe3\xff\x5b\xff\x95\x37\x99\xdd\x7f\xe6\x49\x95\xc5\xb8\xdc\x93\xac\x5d\xa5\x5d\xff\x9d\x07\xe3\xf4\xbf\xe2\x67\x71\x72\xfa\x0f\x8e\x07\x96\xcd\xed\x7d\xcd\xfd\x9c\xf3\x0d\xe1\xfa\x0b\x37\xce\x0e\x66\x3a\xb7\xb1\xe9\x84\xfc\x3a\x47\xc8\x4c\x1f\x42\x3a\xc2\x09\x59\x7e\x9a\x90\x4f\x43\x08\xe9\x7e\x7e\xfa\xa0\x47\xc8\x7e\x19\x42\x5a\x27\x12\x72\xb2\x1f\x21\x6f\x73\x08\x29\x0c\x27\xe4\x8d\x2f\x21\x77\x4d\x69\x0e\x5e\x18\x12\xf2\x4a\x85\x90\xce\xcc\xdf\xfa\x48\x6e\x3e\xb8\x56\xd0\x3b\xfe\x7c\x15\x8a\xe7\x58\x7c\xb9\x4c\x27\x93\xb9\x8c\xe2\x09\x56\x6f\x2d\x95\xf9\x71\x1d\xc9\xa2\xaf\xff\xd9\xfe\xb9\xf8\xb9\x3a\x20\x9c\xfe\x83\xe3\x81\xff\x46\x29\xe6\x8b\xc5\xe9\x64\xb8\x7c\x98\xb2\x7c\x76\xcf\x43\x9d\xad\x54\x4f\xf9\x4d\x80\x90\x69\x06\xb4\x1e\xdc\x92\x3b\xd4\xf7\x67\x53\x1c\x21\xcd\x57\x09\xd9\xb3\x96\x90\xd7\x52\x84\x9c\x58\x43\xc8\x8b\x72\x42\x0a\xde\x11\xd2\xa8\x45\xc8\x9d\xb1\x84\x3c\xf7\x21\xe4\xc5\x63\x42\x9e\x5d\x26\xe4\xd7\xcd\xdf\x75\xc1\x6e\x78\xf2\xce\xc6\xf6\xdf\xc2\x8b\xfa\x97\x0b\xc6\xbc\xb8\x62\x3b\xbd\x4d\x60\x10\x6d\xf7\x82\x23\xb1\xdd\x7f\xe5\x43\xbf\xc5\xb4\xc7\xbc\xe8\xaf\x72\xd4\x82\x17\xcf\xa1\xa4\xd4\xf0\xa1\xe2\xfb\xe0\x17\x7e\x7e\x2e\x0f\x5c\xfb\xe7\xee\xb3\x38\xf3\xaf\xfa\x77\x1f\x8c\xdf\xc8\xfd\x5c\x74\x1b\x6b\x1f\x16\xbd\xfb\x49\xf7\x78\xd1\x21\x41\xc8\x90\x7b\x54\xf7\xe8\x17\x44\x48\xdb\x74\x9e\x80\x85\x5b\x08\x79\x5d\xcd\xdf\x10\x3e\x81\x90\x26\x7e\xa1\xab\xf1\xd3\x09\x79\xf6\x48\x54\x2c\xd5\x89\x90\xc7\x4b\x44\x1f\x5c\xdc\x4c\x48\x5d\x9e\xd8\x8e\x5b\x3b\x09\xa9\xf1\x15\x97\x6d\x5c\x4a\xc8\xfd\x54\xf1\x88\x1f\x81\x84\x54\x28\x4b\xa1\x53\xe1\x65\x3d\x99\xa5\xd8\xef\x27\xcb\xe0\xf3\x64\x4e\x85\x14\x9e\xbb\xc9\x38\x2c\x89\xf5\x45\xd3\xe5\xa5\x70\x3f\x86\xd3\xbd\x1c\x1e\x2c\x89\x4a\xe6\x43\x1b\xc5\xbf\x76\xe3\x81\x74\x31\xac\xeb\xbb\xf7\x87\x58\x33\x97\x07\xee\x7e\x72\xf7\x99\x27\xf7\x3f\xe2\x27\xff\x81\xec\xe7\x9c\x5e\x48\x29\x92\x90\x8e\x85\xbc\x3c\x26\x21\x84\xbc\x1f\x24\xb2\xc3\xb5\x98\x90\xd7\x47\x25\x1b\xc7\x5d\x22\xa4\x41\xbb\x8f\xe7\x5c\x3f\x42\x1e\xb7\xca\x07\xad\x0d\x27\xa4\x96\x28\x05\xc6\x88\x10\x52\xdd\xa4\xa4\x70\x24\x99\xe7\xfe\x9d\x3e\x8a\x91\xe7\x8c\xf9\x12\x6f\x8e\x52\x5c\x5f\xee\xca\x2f\x54\xfe\x58\x71\xff\xd3\x62\xfe\x91\x37\xa6\x2a\x7e\xf9\xdc\xc5\x57\x70\xf9\x99\x52\x0e\x80\xc0\xdb\xbc\xb1\x2a\xfa\x00\xc2\x31\x99\x1d\x2a\x21\x00\xc2\x65\x9c\xee\xe5\x48\x8a\xf2\x77\x00\xa1\x13\x29\x87\xd1\x17\xc7\xf5\xe0\x29\x15\x2d\x00\xa1\xc4\xfd\x17\x94\xeb\x01\x84\x14\x13\x96\x2b\xb7\x03\x08\xfe\x8a\xfb\xa4\xdc\x09\x20\xf8\x36\x66\x84\x8a\x38\x80\x60\xdd\x9f\xf7\xff\x3f\xe2\x9e\xf0\x1f\x38\x87\x3d\x25\xb1\x53\x13\xfc\xf8\x7c\xf6\x45\x41\xe2\xa4\xcc\x4f\x42\x9a\x3f\xf5\x3d\xa7\x9f\x40\x48\x23\xbf\xb2\x8a\xe3\x34\xde\xa9\x8f\xc4\x55\x4f\x7a\xcd\x17\xb8\x74\xcf\x45\x5d\x34\xc0\x56\x78\xf9\xad\x05\xea\xb7\x96\x5e\x10\x13\xbe\x21\xaf\x61\xbd\x75\xb5\xc4\xac\xd2\x4c\x0d\xdd\xc4\x67\x52\xca\x97\x47\xa9\x57\x64\x2d\x96\x96\x2f\x8a\x54\x5f\x5f\x12\x27\xbd\xb5\x40\x59\x7d\x7d\xad\x8a\xf4\xda\x8b\xb3\xd5\x9b\xdb\xd6\x48\x55\x9d\xdb\xab\x71\x0d\x40\x32\xed\xd4\x60\xcd\x12\x00\x29\xd7\x63\xb3\xb4\xbc\x01\xa4\xa6\x24\x25\x69\x2d\x01\x90\x12\x4c\x14\xd4\x1a\x08\x20\x39\x67\xcf\x7b\x6d\x55\x00\x29\x9e\xf8\xa7\x5a\x76\x00\x12\xe5\xb1\x43\x35\xfd\x00\xc4\x33\xa3\x07\x68\x06\x00\x88\x8f\x8b\xbc\xab\x51\x09\x20\xb6\x6c\xeb\x77\x8d\xf7\x00\x62\xf3\xff\xdf\xe3\xe7\xfd\xff\x28\x7b\xef\xb8\x9e\xdf\xef\x7f\xfc\x18\x4d\xed\xa5\x3d\x25\xed\x81\x54\x22\x24\xa3\x48\x85\x64\x54\xb2\x52\x4a\x49\x65\x25\x4d\x4a\x69\x2a\xed\x45\x11\x9a\x0a\x95\x8c\x92\x8c\x52\x88\x32\x8a\xc8\x56\xb2\xb7\xeb\x77\x7b\x9e\xeb\xf1\xe0\xc5\xfb\xfd\x7a\x7f\x3f\xbf\xd7\x3f\xe7\xf5\x6c\x79\x9c\x73\x9d\x6b\x3c\xce\xfd\x7e\xdd\xcf\x56\xf8\x83\x0f\x22\x82\x3a\xad\x5f\xf7\x4b\x62\x7d\x76\xb0\x44\x16\xeb\xf4\x4f\xb9\x55\xc6\xf2\x7b\x00\x74\x2b\xa8\xef\x57\x58\x3e\x2c\xf4\xc6\x6d\x0d\x6d\x83\x12\xde\xe2\x2b\xdf\x34\x47\x4d\x9f\x2c\x30\xf1\xfc\x33\x2d\x95\x45\x8f\x84\x9b\x4e\x67\x6b\x59\xae\xf3\x15\x1b\xac\x09\xd4\xac\xda\x71\x5f\x72\x7f\xd5\x3d\x4d\x89\xbd\xc3\x47\x76\x97\x7f\x1d\xe3\x76\xf0\x81\xcc\x9a\x92\x7b\x1a\x6d\xa7\xe4\x64\x17\x1d\x49\xd2\x58\xd6\xde\x24\xbb\xa1\x38\x5d\x63\xe7\x93\x63\x32\xfd\x87\x12\xc7\x04\x90\x7b\xd2\xb3\x72\x8f\x6a\x2e\x22\x44\x7a\x44\xda\x16\xcd\x00\x42\x46\x8a\x27\x45\x68\x76\x13\x22\x15\x1f\x2f\xa1\x59\x46\x88\x64\x6b\xac\x85\xe6\x76\x42\x24\x55\xa2\x77\x6b\xb4\x10\x22\x3e\x2c\x32\x49\xa3\x9a\x10\xb1\xf9\x11\x4b\x47\xaf\x21\x44\x64\x60\x87\x97\x86\x2c\x21\x22\xb7\x83\x1f\x8c\xda\x45\x88\xd0\xce\xff\xb7\xff\xc3\x99\xb7\x41\x31\xbc\xb7\x4c\x0e\xc9\x60\xdd\xf2\x43\xa7\x1a\xde\x4f\x7a\x55\xae\x89\xef\xa7\x0f\x4b\x0d\xf0\x7d\xf5\xb6\xd9\x38\xee\x21\x27\x00\xda\xa3\x4c\x9f\x8d\x3c\x09\x70\xc1\x72\x42\xe3\x98\x8d\xfc\xba\xf5\x81\xc6\xa7\xcc\xfa\x44\x93\x8e\x0f\x9d\x00\xb6\x5f\x24\x5b\xca\x92\x8c\xd7\xad\xd4\x93\xc9\x2c\x6e\x1f\x1f\xb8\xa9\x5a\xfe\xe7\x81\xb0\x71\x69\xb1\x63\x94\x3e\xe5\xad\x1b\xbb\x34\xaf\x48\xe5\x73\x56\xb9\x51\x4a\x55\xaf\x5a\x40\xc6\x12\xc3\xc2\x4b\xf7\xd5\x6e\xa7\xe5\x1a\x4e\xbd\x5f\xa4\xb6\x61\x9f\x87\x61\xe1\xa7\x57\x2a\xcf\x13\xcd\x8d\xea\x08\x51\x4e\xda\x1d\x38\x56\x90\x10\x25\x93\x9d\x6a\x46\xfa\x84\x28\x28\x87\x85\x1a\x4d\x27\x44\x7e\x5e\x88\x94\x41\x26\x21\x32\x3f\x82\xea\x0c\x7a\x08\x91\xd9\xbc\x6d\x92\xfe\x0f\x42\xa4\xad\x36\xfb\xea\xb9\x12\x22\xa5\x16\xb8\x57\x6f\x1b\x21\x92\xb7\xfd\xa7\xe9\x2e\x22\x44\xc2\xe5\xbf\xf8\x6f\xf6\xe7\xb8\x8f\xa4\xb7\xa3\xac\x55\xb0\x1e\xf9\x36\x44\x1f\xeb\x6b\x4f\xbd\x26\x20\x6e\xd7\xfd\x63\x32\xea\x04\xdc\x20\x96\xf8\xf5\x2b\x67\xac\x10\x0f\x6e\x04\x6b\x53\xa1\x2e\x80\x1a\x07\xeb\xa1\x2a\x92\xbc\xb3\xcb\x5e\xcc\x9c\x38\x76\xa3\x68\x41\x51\xd6\xf4\x40\xab\x7a\xd9\xb3\xb9\xa5\x96\x5e\x4b\xdc\x94\x26\xa6\x6f\x9c\x26\xee\x63\xa6\x36\x2d\xf9\xf6\x94\x98\x88\x80\xd1\x45\xf1\x5a\x16\x12\xe9\x93\x34\x27\xc4\x8c\x9b\x74\xb1\xe4\xbd\xd6\x40\x94\xa7\x79\x46\xa3\x91\x76\xc3\x4e\x05\x73\xbe\xae\x9d\xda\x67\x22\xda\xcc\xa5\x5e\x57\x6a\x9d\x0c\xed\x31\xf7\x23\xb7\xc6\x88\x07\x39\x98\x2f\x23\x2f\xd4\xdf\x6c\x5e\x34\xd1\x92\x10\xb5\x29\x01\x73\xcd\x1e\x13\xa2\xd2\xe6\xf7\xcd\x4c\x92\x10\x65\x1d\xdf\x2e\xd3\x9d\x84\x28\x3e\x5f\x3f\x6d\xc2\x13\x42\xe4\xc3\xbd\xde\x4d\x88\x26\x44\xee\xd2\xba\x97\xc6\xd5\x84\xc8\xd6\x78\x64\x8c\x3b\x49\x88\xb4\xc3\x7f\xce\xf7\x11\xe9\xd4\x2a\x60\x15\xe0\xe7\xd6\x31\x58\x87\x7b\x3d\x30\x1e\xab\xe3\x8f\x1b\xb0\x5c\x0f\x77\xcc\x67\x22\xef\xe3\x5a\x9b\x2d\x56\x47\x9a\x3d\xe7\xe3\x3d\x96\xd3\x21\x8e\x58\xbf\xac\x9e\xb5\x78\x38\x17\x3f\xc0\xd1\x86\x25\x57\x65\x5d\x87\x7b\x16\x1c\x59\xf4\x43\x67\x88\xb0\x53\xda\xb7\x85\x2e\x93\x8f\xcb\xec\x8c\xeb\xb3\x8f\xb6\x77\x55\x3b\x17\x35\x63\x5e\xee\x9a\x4d\x63\xf4\x43\xef\xcc\xfd\xb1\xed\x87\x8e\x5e\x90\xf5\x9c\xa9\x89\x6e\xfa\x3a\x9b\x45\xac\x0f\x15\x85\x18\x3a\xf8\x47\xcd\x1e\x7b\x8a\xc7\x68\xb9\xdf\xe8\x59\x96\xd7\x0a\x8c\x8a\x7c\xc3\x66\x09\x3d\x1b\x65\xf8\xc5\xa7\x71\x96\x3f\x89\xd1\x3f\xe4\x35\x62\x46\x19\xa9\xd6\xce\x5d\x3b\xd1\xaa\x8f\x5c\x1d\xd3\xbf\x26\xd5\x6a\x06\xb9\xa3\x11\xba\x4a\x70\x7a\x20\x79\xa1\xbe\x6b\x45\xb4\xa5\x13\xf9\xac\x56\xef\xf6\x64\x8a\x07\x21\xca\xfb\x5c\xaf\x4f\x89\x22\x44\xe9\xb5\xab\xa4\x85\x29\x21\x8a\x01\xce\xe9\x93\xf6\x13\x22\x1f\xfd\x3b\x0e\x7f\xfa\xff\xa3\x0d\xe1\x19\x18\x30\x37\x47\xbe\xcf\xc3\xde\x99\xf4\xfe\xb3\x83\x3d\xea\x27\xb5\xf1\x2c\xc2\x7b\x8b\x17\x36\x3a\xe3\xe7\xba\xba\xe5\xd8\xf7\xa0\x22\x7f\x15\xf2\x1e\x0e\x3e\x73\xc7\xf5\x24\x6f\x9e\x67\xa4\x38\x3f\x40\x4a\xc6\x5a\xe5\x51\xfe\x23\x5e\xc4\xcc\x5f\x3d\x7d\x42\x95\x54\x74\xa8\xe0\x0a\x75\xeb\xab\x2a\x3a\x81\x73\x5c\x64\x9d\x2b\xb4\x5d\x7c\xe6\x2f\x33\xd9\x18\xad\x7f\xcf\x43\x63\x89\x46\xf4\x9a\xb1\xd2\xab\xa6\x3b\x6d\xce\x9d\x39\xbe\x76\xb9\xe2\x22\xa1\xaa\xe7\x13\xf4\x9d\x53\x17\x1e\xbf\x7c\x78\x42\xc6\xd2\xa7\x0b\x87\xf4\x4e\x36\xfe\xbe\x34\x64\xa1\xc1\x57\xdd\xf1\xf2\x8b\x57\xcd\x5f\x48\xfc\x0d\xaa\x1c\x7f\x3a\x8c\x25\x09\xba\x3f\x1c\xf9\xed\x34\x48\x89\xf6\x84\x05\xd1\xf3\x82\x48\xad\xe6\xf1\x85\xa3\xe7\xa6\x92\xcb\x63\xc4\xe7\xf7\xda\xcc\x26\x8f\xd4\xf5\x1c\x9c\xad\xf3\x49\xbf\xda\x3d\x7b\xcd\x59\x5b\x09\x51\x71\xb5\x33\x9a\xe9\x49\x88\x32\xff\xef\xfc\xa7\xfe\x7f\x1f\x30\x64\xc6\xdf\x02\xeb\x6d\x8f\x5e\xcc\x41\x7e\x60\xe7\x97\x85\x58\x35\x6f\xc9\x76\xc6\x5b\x72\x8d\xae\xab\x11\x9f\xaa\x35\xf7\xc0\xdf\x2b\xdf\x40\x79\x30\x45\x6f\x36\xf4\x71\x6c\xe6\x60\x00\xc6\x29\x49\x7f\xb3\x2c\xcf\x63\x80\xa8\x17\x9b\xbe\xca\x5f\xe7\x31\xda\x7e\x25\x60\x99\x81\xa6\xd8\x2e\xbf\x3e\xbf\x10\xcb\x6b\x0a\xf2\xee\x05\xeb\x9f\x2f\x72\xd1\xf0\x72\x69\xf6\xd2\xf3\xaa\xd0\x13\x58\x3c\xd2\xf3\x44\xf8\x4f\x83\x03\x0b\x12\x3d\x96\x64\xcc\x32\xb2\xb3\x1f\xb2\xd6\xa6\x3c\x64\xac\x95\xed\x2e\xf7\xf1\x17\xae\x8c\xf5\x9d\xab\xba\x66\x46\xf7\x6e\xa3\xfa\x39\x27\xd7\xcc\xfa\x50\x62\xf0\x66\x4e\xee\xca\x23\x24\x4b\xf7\xa7\xcd\xa9\xe5\x97\x49\x95\x76\x98\x0d\x9f\xf3\x7b\xd2\xac\xb9\xd8\x7a\xe2\xd2\xeb\xa4\x53\x23\x68\x76\xca\x12\x79\xf2\x70\x34\xff\xec\x67\x8b\xd4\xc8\x33\x75\xee\xd9\x32\x0b\xf9\xc9\x07\xb5\xf9\x33\x23\xe6\xaf\x27\x44\x65\xec\xac\xd3\xf6\x55\x84\xa8\x24\xb3\xfe\x93\x43\x06\x78\x9b\x6b\x70\xc3\x34\xac\xc3\xf6\x4d\x76\xc0\xea\x5e\xa7\xeb\x52\x8a\xff\x3b\xad\xc4\x75\xa3\x31\x09\xcb\x73\x70\xd2\x61\x03\xe6\x41\xd9\xb2\x40\x1c\xf7\x22\xf3\xad\x58\x2d\xcd\xca\x0d\x46\xfe\x58\xa2\x62\x28\x56\x0f\x23\x5e\x44\x60\x7e\x6c\x9f\xb3\xcb\x4c\xea\x38\x80\xef\x9c\x88\x89\x63\x7c\x04\xaf\xad\x1e\x19\xda\x66\xfe\x52\xda\x75\xf1\x96\xe0\x01\x7b\x33\xd5\x54\xfb\xd6\xed\x26\x6b\xc5\x35\xa6\xcc\x99\x1b\x24\xb0\xa3\x4c\xb3\x70\x66\xff\xd6\x27\xa9\xa5\xda\x76\xd3\xad\xb7\xb4\x1c\x7d\xaa\xfd\x64\xea\xbb\xcd\xe7\x1b\x77\xe9\x68\x4f\xf1\xdc\xcc\x7f\x47\x42\x3b\xc0\xa2\x7f\x53\xd7\x5b\x51\xcd\xcb\x53\x16\x07\xec\x20\xbd\x1a\x11\x53\xec\x37\x2c\x23\x03\xea\x8f\x2c\xac\xbc\x13\x09\x51\x73\xb0\xe8\xf7\x7c\x46\x88\x1a\xbf\xc5\x64\xf7\xc3\x84\xa8\x68\x5b\x28\xad\xe6\xac\x17\xaa\x93\x97\xae\x34\x27\x44\xb1\xc9\x42\xc6\x75\x3e\x21\x8a\x8a\x93\xc4\x5c\x36\x13\x22\x2f\xc0\xfa\xff\x46\xc1\x0a\xf1\xa9\x87\x7d\x0e\x88\x6b\xb3\xfc\xa7\x96\xf2\xb5\x1b\xe8\xf8\x6f\xc0\x7a\x73\x8d\x78\x00\x56\x45\xcb\xe7\x07\x61\x75\xb0\xf0\x65\xe8\x03\xf4\x7f\x30\x12\xeb\xb1\x49\x29\x51\xa8\xae\xbe\x4b\x31\x16\xd7\xd5\x2d\x31\xb4\x8a\xe8\x1d\x9f\x2c\xc5\x9f\x0c\xb0\x72\x42\x92\xa9\xf2\x3a\xde\xe2\x45\xd1\x09\xca\xe3\x4b\xc5\xb5\x6c\xfa\xf6\x5c\xb1\xae\x95\xff\x68\xe5\xb2\x47\x68\xe5\x50\xa5\xda\x29\xea\x31\x64\x9b\x93\xca\xed\x89\x47\x62\xb4\x93\x55\xd4\xa4\x4c\x82\x77\x0f\x2f\x7e\xab\xd6\x6c\x2c\x1e\x6d\x72\xb6\x41\xed\xcc\xb8\xb3\x51\xce\x9d\x73\xd4\x14\xc6\xcd\x8a\x92\x1e\xb8\xa8\x92\x3e\xee\x69\xe4\x37\x42\x94\x52\xc6\xdf\x09\xd9\x44\x88\xd2\x98\xf1\x3b\x82\x96\x11\xa2\x50\x3c\x7e\xf5\x96\x0c\x42\xe4\xaf\x8d\xf7\x0f\x74\x24\x44\x7e\xc8\xb8\x0b\x1b\x8d\x08\x91\xdd\x39\x5e\xc1\x77\x3a\x21\xb2\x92\xe3\x7c\xbd\x1e\x11\x22\x9d\x35\xee\x8b\xa7\x0b\x21\xd2\x7e\xef\xcb\x67\x60\xf5\xfb\x49\xf3\x42\xc4\x37\x3b\x7b\xdd\x50\x28\xaa\x2d\xcf\x0b\xf1\xab\xc6\x47\xfe\x88\x47\x9c\x8c\x0f\x42\x9c\xa7\x5c\x24\x14\xf5\xca\x0f\x8a\xee\x42\x94\x25\xbb\x2d\x16\xd7\xd7\xe4\xb4\x38\xac\x0a\x47\xbd\x4c\x46\xde\xd4\xf6\xef\x14\x2f\xf4\xc9\xcd\xc0\xf3\x95\xcb\xd5\x1c\xdc\x4f\x16\x25\xe5\xde\x97\x31\x1d\x52\x69\xbd\x28\x3b\x4d\x37\x58\xb0\xc4\x62\x63\x96\xfc\xf4\x51\x92\x03\xa6\x31\x99\x07\x9c\x73\xa4\x0d\xc7\x79\x64\x0e\x0b\x8c\x95\xa9\x34\xd8\x96\x61\x11\x2f\x26\x7b\x45\xd7\x3d\x3d\xae\xc8\x58\x4e\x55\xdb\x2e\xed\x54\xfd\x7a\x39\x11\xcd\xc1\xb4\xf1\x1d\x96\xb2\xd3\x35\xd3\xf7\x95\xbe\xcc\x96\x1e\xd0\x9a\x9c\xca\x4f\xc8\x48\x5e\xad\x65\x09\x61\x84\x48\xcd\xd2\x1a\x13\x63\x42\x88\xe4\x04\xed\x49\xbb\x9c\x08\x91\x2c\xd4\x36\x8c\xb0\x21\x44\x52\x54\x7b\x5f\x88\x19\x21\x12\x75\x3a\x96\x41\x33\x09\x91\xd8\xaf\x1d\xc9\x89\x93\x78\xb0\xce\xa2\x40\x4f\x42\xc4\xf3\x9e\xd9\x2c\xc0\xf9\x7f\xc7\x67\x15\x56\x7d\xdb\x1d\xa8\x8a\x7a\x43\x2f\xe5\x7d\xd5\x14\xed\xc0\x2a\x71\xd9\x97\x48\xc4\xe1\x8a\xfa\x63\x50\x17\x24\x27\x2c\x01\xf9\x2f\x29\x62\xf4\xb6\x71\x0c\x49\xc7\x73\x45\x08\x64\xe1\xfc\xf1\x87\x5c\xfc\xbd\xd5\x8d\x07\xb0\x3a\xbc\x70\x07\xe5\x85\xcc\xfc\x79\x64\xaf\xa0\x2d\xc0\x24\xbe\xc3\xfe\xa3\x5a\x79\x37\x1a\x3d\x28\x0e\x9f\x64\x2a\xf4\x55\x37\xb3\xd8\x7a\xd1\x25\x91\x1c\x4d\xa3\x43\x2f\x36\x8c\x15\xcd\x55\x3f\x79\x28\x69\x77\x85\xd8\x64\x35\xad\x83\x0f\x0b\xf6\x88\xd9\xa9\xf8\x1e\xb4\xaf\xc9\x17\x03\xe5\x05\x45\x99\xed\xaf\x45\x35\x95\x6e\x14\xc9\x3d\xbb\x27\x7c\x58\xd9\xa3\x50\x95\x10\xc1\x4f\x2a\xe2\x39\xb1\x84\x08\x8d\x57\x09\x4d\x37\x22\x44\xc8\x58\xa5\x34\xa5\x84\x10\x21\x09\xd5\xd0\xc4\x06\xce\x39\x49\x65\x70\xcf\x51\x42\x04\x13\xd4\x46\x44\x4f\x23\x44\x48\x5d\x4d\x66\x67\x1c\x21\x82\x4f\x54\xb3\xc2\x75\x08\x11\x94\xee\xce\x5a\x83\xa8\x47\xbb\x0b\xe5\xbd\x9d\x77\xa0\x7a\x40\x35\xa2\x94\x0f\x51\xf1\x32\x0a\x6f\x8f\x16\xb7\x51\x5d\x98\x5c\xdb\x64\x3c\x71\xa4\xae\x4c\xc7\x75\x64\xcf\x0a\xda\x2f\x28\x3c\x29\x1f\xd1\x92\x2d\xc3\x0a\x99\x3e\x28\x87\x10\xff\x71\x19\x53\x82\xeb\xc4\x5c\xfd\x0a\x8c\xb3\x71\x1f\xad\xaa\xeb\xbb\x1f\x7f\x29\xe7\x39\x4c\x66\xf4\xd4\xe3\xbe\xe3\x2e\xf1\x46\xa9\x54\x1c\x5f\x6e\xbf\x99\xcf\x5c\x71\xd1\xf1\x25\xeb\x1e\xf2\x79\xc8\x0d\x1c\x37\xd8\x29\xcf\x37\x59\x56\xbf\xba\x25\xe7\x16\xaf\xaf\x8c\x7a\xf5\xbe\xe3\xe9\x3c\xc6\xd2\xd7\xaa\x5a\x5b\x3f\x73\x4b\x48\xf7\x57\x79\x3d\x31\x1a\x76\x45\x56\xb6\x6a\x11\x21\xf0\x45\x26\xec\xe8\x1d\x42\x86\x3a\xc8\xca\x1f\xb4\x24\x84\xab\x47\xf6\x71\xc1\x73\x42\x78\x14\xe4\xc4\x73\x82\x08\xe1\x19\x2f\xa7\x9a\xc1\xb1\x8a\xb2\x3d\xa9\xbb\x09\xe1\x8e\x93\x0b\x4d\xaa\x26\x84\x67\x92\xdc\xad\xb8\x3e\x42\x78\xfc\x3a\x8c\x28\x6a\xd6\x5c\xbf\x1d\xe3\x51\xef\x13\x89\xcf\x5f\x31\x18\x83\xf8\xef\xe1\x49\x49\x58\xfd\xcf\x77\xa4\xfd\xa1\xd2\x04\xb2\x70\x1f\x8d\x5f\x9d\x8f\xaa\xfb\xbb\x0a\x0a\xf1\x7e\x77\xd0\xcb\xc3\x78\x7e\xd8\xd0\x58\x82\xf1\x5b\x55\x53\x81\x78\x86\x63\x68\x35\xc6\xd5\xea\x74\x2d\x7e\xd6\x2f\xa1\xb7\xd3\x95\xa5\x1a\xb2\x84\x12\x00\x64\x85\x1a\xae\x6b\x97\x0d\x79\x25\x2d\xd0\x98\x6f\xad\x07\x20\x71\xb1\x31\x6f\xf5\x5d\x00\xb1\xe9\x8d\x09\x21\x0b\x01\x44\x46\x37\x4e\x4b\x8f\x06\x10\x9a\xda\xd0\x50\xe1\x0f\x20\xe0\xd9\x20\x71\x89\x0b\x80\xff\xe6\x39\xff\x5e\x2e\x00\x3e\xb7\xb3\x85\x5f\x2a\x01\x78\xcb\x6b\x6f\x71\xce\x84\xdc\x3a\xd5\x96\x68\x97\x94\x23\x92\xc2\x25\x72\x14\xfb\x3e\x70\x0f\x3f\x78\x9d\x63\x87\x5e\xdd\x8f\xfd\x40\x86\xce\xca\x75\xc3\xef\xe7\x66\x5e\xc4\xf7\x78\x6f\x7a\x6b\xfa\x94\x37\x45\x95\xab\xdd\xe2\x11\x15\x3a\x62\x9b\x82\xe3\x5c\xa0\x9e\x81\x28\x6b\x46\x3f\xc5\xc5\x13\x07\x0b\x51\x7d\x22\xba\x8d\xe1\x01\x8d\x2e\xd3\xe6\xd8\x80\x8e\x4a\xc4\xc5\xd7\x2d\xaf\xc6\x38\xb8\x1e\xac\xc1\xfd\xd3\xce\xe5\x34\xf2\x1c\x2c\xe6\x51\xdc\x50\x2b\xbe\x19\xf1\x31\x11\xb1\x56\x3c\x87\xf2\xed\x6d\x7d\xad\x70\x0f\x80\xeb\xf4\x55\x57\xf3\x38\x80\xa1\xdd\x57\x23\x17\x63\x64\xaf\xd6\x04\x20\x73\xf7\xaa\x4d\x02\xe2\x4f\xad\xc7\x8a\x11\xc7\x6c\x75\x69\x40\x45\xa6\x16\xe3\x3b\xc3\x39\xf6\x8a\xc6\x5b\x64\xb2\x35\xc7\xd3\xb3\xf1\x39\x06\xcf\x3e\xc5\xe8\x3c\x9c\x60\x6c\x25\xa3\x2c\x5f\xc2\xdc\x34\x2f\x66\xf0\xe0\xc2\x33\x1c\x7b\xba\x60\x17\xe2\xd8\xac\x0e\x54\x89\x28\x45\x95\x0b\xdd\x29\x0f\x28\x2b\xf7\x00\xf2\x15\x92\xd2\xa8\x0e\x52\xcc\x94\xa3\x88\xdf\x87\xb5\x97\x23\xcf\x6e\xab\x5c\x35\xce\x07\x9f\x12\xca\x0b\x59\xd5\x52\x8f\xf8\xa6\xd3\xbb\x06\xcc\x1f\x9b\x29\x4d\x18\x0f\xb3\x49\x14\x37\x54\x6f\x6c\x43\xdc\x77\x44\xf1\x4d\x44\xa5\x00\x3a\xc3\x24\x50\x6f\xbf\xf3\x85\x71\x34\xda\x24\xba\x62\x75\x26\xf9\xe2\x8a\xd2\x79\x26\x16\x9f\xac\x53\xfc\x00\x32\x75\x3a\xcd\xeb\x31\x13\x6f\x19\xdc\xc4\x88\x77\x94\xbf\x44\x25\xcc\x1b\xea\xd4\xaf\x16\xa6\xe3\x40\x33\x83\xac\x35\x30\x37\xcb\x4f\x6b\x50\x7b\xb2\x86\xda\x2a\x86\x2f\x52\x8e\xef\x16\xc7\x7b\x93\x70\x7f\x2b\x9b\x9d\x81\x7e\x14\x7d\xca\x3f\x86\xeb\xc0\xc1\x43\xb8\xff\xed\x8b\x2f\x41\x16\xc2\x1e\xdf\x72\xe4\x13\x46\x36\x56\x61\x5e\x04\x6f\xaa\x95\xa1\xeb\xe1\x29\x7c\x5a\x2f\x9e\x06\xc4\x43\x97\x57\x5c\xc0\x75\x73\xc1\x85\x8b\xf8\xfe\x31\xe3\xe0\x55\xc4\x01\xc7\x4d\xbd\x8e\xf9\xa5\xb2\x99\xea\x85\xf0\x29\x52\xb4\x1e\xe0\xc1\x67\x31\x44\xce\x1f\x94\x18\x61\x46\xf6\xf2\xcd\xc3\x99\xd9\xbb\x83\x9e\x54\x7a\xf9\x76\xe1\x7d\xee\x5e\x8f\x7c\x8c\xdc\x83\xe0\x93\xb8\x42\xdf\x3f\x74\x15\x57\x9a\x9e\x76\xda\x89\xa5\x47\xe4\x07\x8e\x68\x97\x08\xf5\xef\x3a\x83\xe3\xb6\x32\x9d\x07\x2e\x32\x1d\x07\x1a\xc5\x99\xb8\x30\xdf\xaf\x45\xe4\xb9\xdc\x3e\x13\xd1\xf5\x43\xa5\x05\x98\x7d\x79\x27\x8b\x11\x3d\x4f\xb3\x2e\x43\xd5\x91\x44\xee\x63\xf8\x5e\x19\xd5\x50\x83\x3c\xeb\x90\x8a\x7a\x64\x29\x6c\x5e\x7d\x0e\xdf\x2f\x7d\xaa\xce\x63\x9c\xdc\xad\x2f\x21\x9b\xc5\x59\xb5\x05\xfb\x62\xd8\x5d\xbf\x86\xef\xe1\x53\xc5\x6e\x62\x5c\x0c\xb8\x6f\xe3\xba\xa0\x98\xda\x83\xfb\x33\xf7\x00\x55\x23\x00\x78\xa1\x21\x84\x27\xb0\x17\x9b\xf5\x30\x1f\x5e\xa4\xe2\x74\x80\x97\xb9\x6b\x70\x47\x7f\xf1\x23\x14\xf3\xe3\xa5\x6d\x26\x9e\x64\x5f\x18\x57\x20\xc3\xfd\xc5\xdc\x4b\x59\xd4\xf6\xe2\x4e\xfe\x5c\xf1\x33\x32\x5e\xfb\xf6\x52\xff\x7a\x18\xbd\x8f\xae\x9a\x3f\xe3\x72\x95\x61\x1c\x5c\x52\xa1\xf6\x3c\x7e\xbf\x58\x71\x3f\xa2\xa8\xf9\xca\xc5\x78\xeb\x3e\xc3\xbc\x02\xc7\x29\x59\xe0\x04\xfa\xb1\x67\x45\x3d\xb3\x1f\xd0\xbe\x31\xdb\x15\xcf\x23\x6f\x30\x40\xf1\x12\x9e\xbf\xd7\x15\xb7\xa2\x9f\x2b\xee\xb4\xe3\x7e\xea\xe4\x70\x13\xd7\x45\x9b\x79\x9d\xb8\xbf\x4c\xb6\xbf\x87\xfa\x49\x7a\xbd\x54\x37\x43\x41\xf1\x09\xee\x33\xdc\xf2\xfd\xc1\x34\x0e\xef\x35\x46\x20\xd3\xe0\x83\x9b\x16\x22\xef\x1f\x4b\xe9\x89\xe6\xc3\x72\x37\x8c\xfc\xc7\x28\x7a\x62\xfb\xd8\x9b\x8a\x27\xf7\x8f\xdc\x25\xf8\xf3\x1f\xa5\xce\x63\xc6\x7d\xe8\xb8\x8b\x23\xf1\x2e\x74\x00\xf3\xe9\x0d\xc3\xf7\x79\xc1\xf4\xc5\x61\xe3\xd2\xcd\x20\xed\x9d\x6f\xa9\xbd\x31\xf3\x9f\x71\x39\x20\x4a\xf5\xbf\xb2\xa6\x56\x22\xbe\x9d\xd2\x51\x2b\x0d\xff\xd0\x43\xda\xf5\xae\x11\x51\xe7\xe0\x1f\xcd\xc8\x97\xde\xbc\xb7\x05\xf5\xa5\x7c\xe5\xdb\x70\x5e\xac\xcd\xbb\x89\xf1\x72\x7e\xd7\x89\xfe\x2e\x70\xba\x83\xea\x0a\x2c\x1f\xc8\xdc\xa6\x0f\x79\xd8\xba\x2b\x5e\xe0\xfc\x93\xab\x7e\x8d\xfa\x8d\xdc\xb7\x3e\x8e\xa5\x71\xf8\x99\xcd\x85\x6f\xae\x3f\x33\xe8\x8d\x1e\x42\xa6\x30\x4a\xa7\x4b\x29\xbf\xa1\x28\x30\x9a\x7e\xde\xf3\x83\xda\x03\x0c\xee\x7f\x8a\xc1\xbb\xaf\x33\x78\xf6\x73\xe6\x0d\x81\xfa\xc7\xea\xc4\xbc\x61\x78\x20\xb4\xaf\x14\xc0\xa3\xfb\x7f\xc6\xe5\xf6\x2a\x8e\xcd\x49\xfd\x0f\x1e\x14\x9e\xb3\xa3\x3b\x2e\xe0\x7a\x11\x6e\x74\x05\xdf\x33\x83\x4a\xdb\xb0\xcf\x28\xdb\x1f\x6c\xdd\x97\x4e\x7c\xca\x55\x6e\x77\xf1\xf7\x96\x7c\xb8\x8f\xeb\x87\x7d\xe3\x23\xcc\x83\x19\x3e\x4f\xf1\xfb\xa6\x9e\xfd\xb8\x5f\xea\x00\x3a\x07\x72\x3d\x5f\xc6\xd3\x79\xf1\xf3\x01\x8d\x03\x21\x5c\x0c\x0f\x46\x99\x79\xf3\x35\x67\x74\x2b\x16\x30\x7a\x10\x5e\x0c\x6f\x21\x9c\x51\x84\x4d\xf7\xa4\x96\xd5\xbd\x38\xc7\xe8\xc6\xdc\x60\x70\xfc\x3e\xa6\xff\x09\xe5\x09\xfd\xad\x13\xc3\xea\xe7\xb0\xba\x42\x34\x5f\xd2\x2d\xea\x71\x96\x25\xf5\x34\x20\x1f\x2a\xb6\xe2\xe2\x3d\xcc\x83\x69\x94\x0f\x13\x02\x37\x50\x1f\x68\x8b\x50\x17\xfa\xb9\xa1\xed\x2e\x7e\xdd\x63\x13\xed\x17\xe5\xb6\xad\x0f\xbb\xd8\x38\x75\x3e\xc5\xa7\x9f\x97\xf4\x12\xcf\x4b\x96\x26\x03\xf8\x94\x26\xd3\x29\xcb\x40\x07\x91\x5a\xe4\x3f\x60\xfe\x70\xc5\x92\x7f\xe5\x81\x98\x30\x7c\x86\xb9\x5c\xd4\xae\x6c\xa2\x96\xed\x8f\xc3\xe6\x05\xab\x7b\x51\xc9\xe8\x5b\x9c\x67\x78\x13\xed\x4c\x9e\xfc\xe2\x7f\x30\xbc\x09\xaa\x54\xf3\x4b\x27\xe6\x8f\xb8\xa4\x48\x34\xe1\xae\x13\xdf\x73\x99\xf6\x05\x8b\xbc\x86\xeb\x57\xe8\xfd\x9b\xc8\x77\xd9\x36\x78\x1b\xdf\x33\xfc\x2f\x77\xe3\x7c\xf0\xee\x7a\x84\xfb\x9e\xfb\xa9\xa7\xb4\x3f\x94\xe3\x4b\x64\x21\x2d\x8a\x7f\x8d\xbb\xbb\x6d\xec\x07\x7c\xff\x9c\xd6\xfb\x05\xcf\xd3\x26\x4c\x3f\xa0\x31\x1b\xa8\x95\xb6\xa1\xf6\xbf\xc5\xe1\x6f\x1e\xc8\xdf\xfd\x71\x7c\x18\x1b\x39\x13\xfe\xe0\x07\xb1\xf3\xe4\x18\x93\x0f\x67\x99\x3e\x49\x57\x18\x9e\x0c\xcb\xff\xf8\x95\x27\x4c\xbf\x25\xfa\x04\x94\x57\x46\xfe\x81\x53\xff\xcd\x7f\x60\xfb\xa0\xb0\x38\x38\xfb\x99\xfd\xbe\x99\x0d\xb5\xd3\x98\xfb\xf9\xb3\x19\x5e\x80\x7d\x04\xb5\xce\x0c\xe6\xb8\x96\xe9\xef\x11\x30\x94\xda\xb0\x46\x80\x1f\xae\x00\xf1\x0f\xe9\x7d\x66\xce\xc9\xfc\x73\x2c\xc0\xe1\x07\x00\x1f\x6a\x29\x16\xf9\xbe\x05\xa0\xf9\x32\xc0\xfb\xcb\x00\x5d\xce\x00\x5f\xa7\x02\xbc\x15\x04\xf8\xc0\xdc\x9d\x66\xf1\xde\x9e\xaf\xd4\xb2\xfc\x87\xff\xe0\x7f\x30\xfc\x90\xf3\x0c\x7f\xe4\xac\x29\xb5\x2c\xff\xa3\x96\xc1\x05\xc9\x7f\xe1\x3f\xb0\x7e\xb3\x7d\x30\x58\x1c\xdc\x90\xf1\xf3\xdf\x78\x20\x33\x19\xac\x99\xe5\x81\x2c\x3e\x4d\xed\xaf\xfe\x38\xc5\x94\xd7\x11\x66\x00\xf0\xe5\x2e\xc0\x9e\x6d\x00\x9f\xa5\x00\xb2\xf8\x00\x3e\x0e\xe1\x9c\xf0\x00\xde\xfe\x04\x38\x91\x04\xf0\x76\x3d\x40\x73\x1d\xc0\xdb\x73\x00\xb7\xcd\x00\xde\x07\x03\xf4\x37\x00\xbc\x61\x62\xfe\xf8\x04\xb5\x77\x19\x5c\xef\x06\x83\xf3\xb3\x78\xdf\xc5\xe7\x8c\xff\x6c\xff\x97\x7f\xe1\x7f\x1c\x0f\xfa\x1d\x07\xd3\x11\x7f\x8e\x37\xeb\xb7\x3e\x73\x5f\x5f\x9f\xe1\xb1\xb0\xfa\x17\xfa\x8e\x7f\xc6\x83\xc5\xfb\x59\x1e\xc8\x5c\x26\x8e\xbf\x78\x20\x0f\x39\xbb\x02\xc5\xf3\x7e\x18\x70\xd6\x1c\x80\x4f\x89\x00\x9c\x37\xf6\xf7\x47\x38\x7b\x35\xc0\xbb\x42\xce\x1e\x0e\x30\xb0\x07\xa0\x7a\x1b\xc0\xeb\xa7\x34\x0e\x03\xb5\x00\x5d\xe7\x01\xde\xac\x03\xe8\x4f\xfa\xad\x0b\xf3\x88\xe1\x58\xb0\x78\x27\x9b\x07\xbf\xf8\x1f\x4c\xbc\x58\xfe\xc7\x69\x66\xdc\x7f\xe1\xdf\x8c\xaf\xff\x8b\xff\xc0\xfa\xad\xc5\xe0\xb8\x5a\x63\x18\xcb\xdc\xeb\xfe\xc5\x7b\x98\xf9\xe7\xef\xff\xe2\x81\x30\x79\xb3\xc0\x9d\xe2\xfc\x6e\xab\xe8\x3c\xf0\x89\x07\xf8\xf2\x08\x60\x7b\x20\xc0\x7b\x6f\x80\xdd\xa9\x00\x6f\x22\x00\xd2\xae\x00\x0c\x5e\x07\x38\xe4\x0b\xd0\x3f\xc8\x39\xe3\x02\xbc\x74\x00\xb8\x90\x0c\xf0\x6a\x39\xc0\x9d\x8d\x00\x2f\x9e\x02\xbc\x9c\x09\xf0\x9c\xc1\xed\x59\x5d\x1c\x96\x0f\xd5\xc2\x60\xad\x6c\x1f\xa4\x7f\xf5\xff\xc1\x9f\xfe\x97\x9b\xff\x8e\x03\xcb\x7f\x60\xfd\x67\xf9\x1f\x2c\x4e\xf9\xb7\x55\x67\xfe\x6d\x96\xf7\xc0\xc6\xcf\x54\x98\xda\xe9\xe7\x28\xcf\xcb\xde\x87\xf2\xbe\x5c\xfa\x01\xbe\xf6\x03\x78\x55\x00\x7c\x74\x05\xd8\x36\x19\xe0\xed\x73\x80\xa8\x66\x80\x81\xb7\x00\xfb\x56\x03\xbc\x54\x05\x28\x3c\x09\xf0\xcc\x19\xa0\xca\x11\xe0\x69\x1d\x40\x53\x0c\xed\x0b\x75\x3b\x06\xe0\x59\x2e\x40\xff\x26\x80\xc7\x4c\x4e\xde\xee\xf9\x33\x0f\xd8\x75\x80\xd5\x96\xf9\xb7\xf1\x67\xf9\x0f\x65\x4c\x6f\x8b\x23\x33\x7f\xc7\x81\xcd\xff\xbf\xfd\x67\x79\x1f\x6c\x3f\x8c\x5f\x76\xf8\x9f\xf1\x60\xf3\xe3\x0f\x1e\x48\x28\xc0\x5c\x0f\xca\x69\x5a\x9a\x0b\xf0\x69\x1e\xc0\xda\x0d\x00\xef\xba\x39\x67\x31\x80\xfe\xcf\x00\x3b\xcd\x01\x5e\x1c\x06\x48\xf1\x00\x78\xfa\x0e\xe0\x80\x33\x40\xdf\x59\xaa\x0b\xf2\xa8\x95\xc6\xa1\xcf\x1e\xa0\xcb\x01\xe0\xd1\x21\x1a\x07\x96\x0f\x74\x93\xe1\xbf\x5c\x89\xf8\x73\x1d\x64\xfd\xff\x35\xff\xb7\x53\x5b\xa9\x4e\x6d\x29\xc3\xf5\xfb\x5f\xfc\x07\xe5\xf7\x7f\xfa\xfb\xb7\x0e\x06\x6b\x59\x7d\x08\x16\x27\x67\xe3\xa1\xff\x94\x5a\x33\x2b\x80\x9f\xf7\x01\x66\xfb\x00\x7c\x3e\x4b\xfb\x47\x7d\xe0\x02\x58\x2d\x06\xc0\x39\xfb\x72\x8e\x47\x2f\x6e\x02\x84\xbf\x04\x78\xfc\x0c\x20\x29\x95\xf2\x5c\x0a\x7a\x01\x1e\xf6\x02\x70\xde\xe4\x7a\x77\x02\x5c\xe8\x07\xb8\x7f\x16\xa0\xab\x1e\xa0\xa7\x0b\xe0\x55\xfd\xef\x75\xb1\x8d\xd1\x45\xb9\xc0\x70\x13\x58\xfd\x93\x5a\x46\x93\xa9\x8a\x19\xd3\x4a\x46\xc3\xaa\x84\xe1\x34\x14\x33\xf9\xf0\x8b\xff\xb0\xfb\x77\x1c\xd8\xf1\xff\x9b\xff\xc1\xf2\x3e\x84\x99\xdc\x11\x66\xb8\x07\x62\x0c\x8f\x8e\xc5\xc9\xd9\xdf\x43\x3d\x11\x5b\x80\x71\x15\x00\xdf\x9c\x01\xa6\xc5\x00\x7c\x0c\x05\xb0\x57\xa4\xfe\x2f\xaf\x00\x78\x51\x0c\xc0\x79\x9f\x7e\xd2\x0f\x10\x3a\x0a\xe0\xe1\x59\x80\x84\x41\x80\x07\x46\x00\x05\x06\x54\x0b\xe5\xd8\x78\x80\x3b\xdf\x01\xce\x5f\x01\xb8\xfd\x08\xa0\xf3\x18\xc0\xed\x06\xba\x5f\xdc\x62\xf6\xde\xcb\x4c\x8f\x2e\x76\x1f\x60\xc7\xff\x58\xdf\x9f\xf3\x9e\xe5\xfd\x1c\x62\xc6\xbd\x90\xf9\xfd\xfc\x2b\xd4\x66\xdf\xfa\x1d\x07\x76\x5c\x59\xbd\x13\xd6\xef\x7f\xeb\x83\xc2\xea\x5f\xfc\xd2\x05\x69\x67\xf2\xa8\x00\xe0\xc7\x51\x00\x9d\x3b\x9c\xd3\x1a\xc0\x44\x39\x80\xd7\xc7\x01\xac\x0b\x39\x6f\x95\x00\x4b\x67\x00\x3c\x31\x07\x58\xf7\x1d\xa0\x37\x1b\x20\xe8\x21\x40\xf7\x67\x80\xb8\x38\x80\x3b\x29\x9c\x77\x7d\x80\xce\x3d\x00\x15\x8a\x00\xb7\x82\x00\xce\xeb\x01\x74\x04\x53\xfd\xa4\x1b\x09\x00\xfd\x4f\x7e\xf3\xa1\xce\x33\xeb\x20\xcb\xff\x61\xd7\xbd\x5f\xbc\x9f\xb9\x7f\x8d\xbb\x01\xe0\xfd\xa4\xdc\x75\xf4\x73\x26\xa3\xe9\x94\x56\xf0\x3b\x0e\xec\xf8\xb3\xfc\x96\xff\x17\xff\xe3\x6f\x8b\xf1\xd2\x02\x90\x14\x07\xf8\xf4\x1d\x40\x35\x1a\x60\xf0\x38\x80\xd1\x47\x80\x17\x1f\x00\x2c\xcd\x00\x1e\xaf\x02\x58\xb8\x19\xe0\x41\x26\xc0\x9a\x3a\x80\x6e\x25\x80\x2d\x15\x00\xb7\xf5\x00\x62\x9e\x01\xdc\x1c\x09\x90\x7d\x8c\x72\x47\xcb\x7e\x02\xb4\x1b\x01\x34\x56\x03\x5c\x15\x02\xe8\x6c\x04\x68\x99\x0c\xf0\x6a\x1d\xc0\x45\xa6\x47\x53\xfd\xf1\xa1\x58\x57\xa9\x5a\x30\x14\xef\x5d\x1c\x5d\x3d\x1c\x3b\x9c\x1e\xcc\x1c\x76\x0e\xfd\xce\x1a\x82\x9d\x4f\xf3\xd2\x86\x26\xe2\xb8\x5b\x0c\xfd\x82\x7e\x3b\xc3\x62\x8e\x4d\x65\xd6\xcd\xc4\x5e\xa8\x65\xe3\xf0\xff\xf4\xff\xdf\xf8\x1f\x40\xf7\x03\xce\x7f\xdf\x0a\x01\xf8\x46\xd3\x73\x8f\xf4\x3c\x80\x97\x2d\x00\x9a\xf6\x00\x9c\xb3\xec\xc4\xf9\x00\xf7\x15\x87\x34\xdb\x26\x00\xdc\x16\xe4\xd6\x77\x4b\x03\xb8\xf1\x84\xcf\xc9\xff\x33\x40\xdb\x70\x01\xe9\x28\x51\x80\x2b\x36\x82\xc1\x99\x23\x01\x9a\x5f\x08\xad\x2f\xd9\x0a\xd0\x24\x27\x2c\x7d\xb6\x0c\xa0\xe1\x91\xb0\x71\x87\x0d\xc0\xd9\xaf\xc2\x32\xcf\x65\x00\xce\x4c\x14\xc2\xe7\xae\xaa\x16\xae\x42\xff\x43\x45\x90\x0f\x53\xb8\x59\x0c\xeb\x2f\x79\xa9\x42\x58\x7f\xca\xdc\x27\x84\xfd\x95\xd2\x93\x04\x51\x27\x28\xc5\x44\x10\x19\xdd\x89\x6f\x04\xf0\xde\x56\xdc\x53\x7e\xd4\xa5\x8d\x95\xe4\xd5\x64\xe3\xf0\x1f\xfe\xff\x2f\xbf\xff\xb2\x54\x6d\x12\xe0\x9d\x33\xb5\x2f\x7d\x86\x78\x0a\x74\x01\xf4\xbe\xe6\x8b\x50\xde\x0f\x70\xbb\x4f\xf8\xc0\x78\x5b\x80\xeb\x77\x24\x2a\x67\x5b\x00\xb4\xdc\x91\x0e\x5c\x56\x05\xd0\xac\x2b\xfd\xc1\xc7\x6b\xe8\xa5\x06\x57\x19\xc5\xb0\x2d\x5c\xca\xf5\xa5\x32\xf3\x53\x1c\xb8\xaf\xd7\x46\xcb\x68\x1d\xd2\xe7\xf1\x3a\x11\x23\xa3\x52\xe7\xcd\xf3\xbc\xda\x44\x46\xb2\x6d\x24\xcf\x85\x63\x7b\x64\xf4\x1e\x5d\xe6\xd1\xab\xb4\x93\xc9\xfc\xb6\x9d\x7b\x5c\x71\xb3\xec\x07\x42\x78\x9e\xb3\x7a\x2f\xac\xce\x4b\xea\x76\xd9\x7e\x42\x78\x86\x25\x05\xcb\x29\x12\xc2\x23\x12\x9f\x25\x77\x98\x10\x9e\xd4\x98\x9f\xb2\xdf\x08\xe1\x8e\xdc\xbd\x40\x4e\x87\x10\xee\x23\x91\x67\xe5\xa2\x09\xe1\xee\x08\xfb\x26\xe7\x44\x08\xb7\xef\xff\xc1\xff\xff\xca\x83\xf9\x2a\x43\xfb\xa5\xbc\xce\x11\xc0\xb7\x98\xc7\x8f\x44\xb0\xde\xd4\x7d\x4d\xd2\x73\xf8\x63\x80\x8e\x37\xf2\x0d\x32\x47\x01\x5a\x26\x2a\xfa\xea\x68\x0e\x4f\x3e\x7f\x41\xf9\xb1\xc5\x2e\x1e\x87\xd3\x12\xaa\xf3\xe6\x8f\xe5\x17\x3a\xa9\xa1\xda\xb9\xc6\x47\x60\xdb\x31\x4b\xd5\xb2\xad\x31\x42\x09\xa5\x69\xaa\xa5\x71\x7c\x22\x31\x47\xf8\x54\xc7\xe7\x2f\x13\x6d\x3e\xf8\x40\xa5\xa1\xea\x98\xd8\x8e\xc2\x7c\x95\xe5\x17\xf7\x8b\x15\xee\x4f\x50\x59\x7c\xaf\x53\x6c\x76\x81\xab\xca\xb1\x77\x85\xa2\x0a\xd9\x41\xaa\xf1\x84\x88\xa8\xa4\x78\xaa\xbe\x22\x44\xb8\x2c\xbe\x50\xf5\x2c\x21\x42\x0f\x63\x4c\x55\x6d\x09\x11\xfc\xb2\x6b\xaa\xca\x25\x42\x04\x45\x22\x87\xa9\x3c\x26\x44\xa0\x3f\xb4\x45\xf9\x15\x21\x23\x4e\xec\x90\x51\x11\x22\x64\x44\x7c\x90\xa2\x52\x0c\x21\x7c\x9f\xb7\x2c\x51\x9a\x49\x08\x5f\xd0\xff\xd5\x6f\x52\xc4\x83\xef\x8f\x1f\xf4\xc5\x11\xef\x7c\x69\x21\x87\xbf\xd1\xab\xaf\x82\x75\x97\xdb\x5e\xa3\xf1\xbe\x6b\x7b\xae\x26\xde\x43\x6a\xee\xd3\x57\x14\xf5\x01\x38\x1d\xab\x3f\x4e\x2d\x82\xfb\xdb\x71\x75\xbd\x3e\xe3\x7d\x02\x45\x65\x13\xf5\xeb\xad\xcd\x44\xf8\x8a\x47\xea\x1f\x72\xd1\x13\xd7\xde\x9f\xad\x2f\xee\x37\x51\x72\x30\x27\x51\x2f\x71\xa7\xa3\x74\x68\x46\x8a\x6e\x6a\x86\xbd\xec\xc4\x7d\xd3\x74\xae\x97\x3c\x96\xf3\xdb\x7b\x4d\x07\x1a\x86\xc8\xf5\x24\xdd\xd7\xde\x78\xcb\x5b\x2e\x22\x31\x57\x3b\xf6\xd5\x5c\xd9\xd8\x78\x4b\x9d\x55\x84\x48\xd7\x45\x4b\x6a\xd7\x13\x22\xd5\x1b\xa6\xa2\x73\x8e\x10\xa9\xa4\xe0\x01\xed\x4a\x42\x24\xde\x6e\x2b\xd6\x7c\x4a\x88\x58\xed\x96\x45\x5a\x3e\x84\x88\x5d\xd9\x24\xac\x69\x4c\x88\xe8\xb2\x8d\x95\x1a\x19\x84\x08\x87\x6f\x10\xd2\x10\x24\x44\xa8\xcc\xbb\x64\x74\x03\x27\x6e\xff\xee\xff\x10\x46\x07\x40\x18\xfd\x1a\xbc\x29\x87\x75\xcc\xa7\xee\xea\x58\x50\xe9\xd6\xd1\xc3\x3a\xfc\x4d\xff\x71\x58\x2d\x68\x71\x32\xc5\xea\x48\xc3\xba\x49\x47\x38\xb6\xd6\xc2\xe2\x3d\xef\x14\x80\x8a\x8a\xa9\x27\xe5\xb5\x87\xef\x3a\xb4\xd8\xa2\x41\x6f\xa5\xe0\x84\xdc\xee\x49\x17\xa6\x8a\x48\x34\xa6\x7b\x4f\x52\x5f\x18\x2f\x9d\x98\xec\x6b\x6e\xe2\xf1\x40\x8e\xc4\x69\x9a\x3d\x0c\x4e\x56\xbc\x1b\x9d\x6b\x7a\x2a\xd9\x58\x65\x76\x64\x8c\xc9\xfe\x83\x12\xaa\xed\x61\x05\x13\x76\xd6\xb9\xa9\x25\x85\xec\x32\xbe\xd2\xd6\xa3\x56\x18\xfc\xd2\xb8\xe4\xb1\x8b\xea\xe7\x60\xc9\x09\x8e\x3f\x7a\x55\xb8\x37\x3b\x4c\x30\x24\x44\xf1\xd2\xc6\x4f\xc6\x0a\x84\xc8\x7b\xf9\x26\x8c\xf7\x21\x44\xf6\xfa\x7a\xa3\x71\x99\x84\xc8\xac\xf3\x9a\x37\xf6\x24\x21\xd2\xa3\x3c\xd7\x1b\x71\xe2\xd4\xe5\xfe\xde\x70\x0b\x21\x92\xe3\x56\xbf\xd6\xf7\x27\x44\x5c\x67\xe5\x01\xfd\xe1\x84\x88\xb9\xfe\x2b\x0f\xa8\x48\x62\x36\xfa\xbf\x5a\x05\xab\x3d\x8f\x1b\xa8\xdf\x77\x52\xa8\x0e\xcc\x75\x65\x0b\xbc\x9f\x72\xb1\xdd\x0a\xef\xb1\x9d\x91\xb0\x46\x5c\xb3\xfa\xd2\x5c\xda\x07\x61\x8f\x1d\xd6\x2f\x0a\xd7\xcd\xff\x28\xf9\x13\x20\x73\x96\xfd\xb4\xd1\xb7\x46\x0c\x4d\xbc\x69\x7b\xd4\x74\x9f\x78\x4f\x54\x9d\xcd\xda\x39\xfb\xe4\x4b\xc3\x74\xac\xad\xdc\x96\x2b\x9f\x0f\x9a\x37\x2b\x29\xd0\x6b\x94\x6c\xe0\xf7\x99\xbc\x31\x7e\xa3\x6f\xfa\x55\x59\x65\xe5\x7e\x1a\xd3\xe2\x33\x63\xfa\xea\xaa\x4c\xad\x61\x5e\xd7\x2c\x67\x5e\x5a\xae\x65\xb6\x8e\x7f\x5a\x6b\x4f\xb1\x66\x85\xe7\x9c\x69\xef\x3e\xae\xd5\x78\xe7\x1e\x32\x2d\x87\x0c\xaa\x0f\x5d\xf9\x61\xca\x7b\x42\x54\x1e\xaf\xd8\x64\xa1\x45\x88\x52\xa6\x6b\xec\xe4\x2d\x84\x28\x0c\xba\xa4\x4d\xda\x42\x88\x7c\xcd\xb2\x04\x73\x20\x44\xb6\x65\xd9\x38\xd3\xcb\x84\x48\xdf\x77\xf2\x37\xd5\x23\x64\xa4\x83\xd3\x17\x13\x21\x42\xa4\xb2\x7f\xfb\xcf\xc3\xdc\x96\x93\xc6\xfb\xd8\x83\x93\x47\x63\x5d\xee\xb1\xa4\x31\xd6\x99\xee\x98\x4f\xc1\xaa\xf1\xd5\xef\x33\x91\xef\x71\xe1\x8d\x1d\xe6\x41\x5d\x33\xe5\x45\x54\xa9\x3a\x61\xf5\xa8\xf8\xfa\x32\xac\x06\xe5\x1d\x71\x45\x7d\xe3\x7d\x73\xdc\xde\x8c\x48\x05\x88\x33\x77\xdb\xaa\x64\xc7\x93\x16\xa1\xed\xf2\xc9\xc8\x59\x54\x69\xab\xe9\x32\x03\xab\x78\xd9\xd5\xbe\x36\x4e\xc7\x9d\x2e\xa8\x55\x7a\x54\x2d\x12\x58\x2f\xae\x91\xb0\xf2\xc3\xc2\x99\xe1\x67\xb5\x2e\xba\x9a\xce\x0f\x4e\x7b\xa8\xf3\x63\xe9\x44\x07\x9b\x92\x1e\xbd\x2c\xa7\x4c\xbb\xe6\x86\xe7\x7a\x1f\x1c\x73\xed\x66\x75\xcd\xd2\xeb\x58\x78\x77\xde\x8f\xd7\x42\xba\xb3\x16\xd4\xce\xeb\x26\xc7\xb5\xc6\x3b\x84\xdb\x2a\x90\x36\x8d\x59\xf6\x8d\x36\x27\xc8\x93\x51\x19\x76\x2d\xd6\xbe\xe4\xad\xea\x57\xdb\xdc\x59\xeb\x08\x51\xb6\xb0\x1d\x3b\x23\x82\x10\xc5\x2d\x73\x07\xad\x78\x08\x51\x18\x63\xd3\x31\xbd\x84\x10\x79\x29\x1b\xa9\x69\xea\x84\xc8\x3c\xfd\xe5\x3f\xc3\xff\x7a\x63\xa3\x8d\x75\xb7\xc7\xa2\x66\xb8\x0e\x76\x2d\x9e\x81\x7d\x8a\x5b\x2f\xd9\x22\x5f\xe4\xfc\x90\x45\xc8\x0b\xa8\x13\x76\xc6\x7a\x5d\xb9\xdf\x0a\x63\x8e\x3d\xe4\xb1\x06\x71\xed\x9c\x6c\x4f\xac\xc7\xee\x75\xf4\x46\xb4\x21\xaa\xcc\x27\x03\x62\x00\xc2\x34\xfd\x64\x64\x96\x40\x67\xe0\x92\xf5\x75\x5a\xa7\x04\xfd\xd7\xfd\xf4\xb2\x9c\x9c\x26\x75\xcd\x6d\x9f\x87\x9e\xc3\x0a\xe5\x51\x8b\xcd\xd7\x3c\x73\x5f\xa8\xfe\x74\xfe\xeb\xd5\xa9\xdb\xdf\x8c\x71\x9c\xe7\xb9\x2a\x38\xf9\x83\xe6\x2b\x9b\x27\x2b\x57\x14\xaf\xd6\xba\x34\xdb\x65\x85\xcb\x69\xa2\x2d\x32\xf3\xbe\xdb\xba\x0e\x3b\xad\x82\x99\xc2\x6e\xdc\x2f\xee\x6b\x8e\x9a\xa9\xb3\xfc\x0b\x79\x38\x3a\xcf\xea\x83\xb3\x3b\xf9\xa4\xd6\x6d\x75\x7f\x71\x06\x21\xaa\x26\x56\xb0\x68\x2b\x21\xca\x89\xd3\xbf\x2c\x18\x20\x44\x69\x8f\xa5\xbf\x83\x29\x21\x0a\x16\xd3\x27\xdb\x2d\x21\x44\x61\xfc\xb4\xa1\xb6\x17\x08\x91\x7d\x30\x75\xeb\x9c\x59\x84\xc8\xec\x27\x44\x1a\xeb\xf0\x2c\xff\x8b\xe5\x3f\xdd\x6e\xb0\x41\x3f\xdb\x4a\x1c\x91\xef\xd1\xf8\xce\x99\xde\xff\x6f\x58\x89\x3f\x57\xbe\xdc\x13\xf5\xad\x0f\xad\xf0\xc6\x3a\x7f\x6e\xd8\x46\xfc\xf9\x14\xb7\x40\xac\x63\x47\xb7\x6d\x41\x74\x66\xbb\x64\x10\xd6\xbb\x37\x8e\x0a\xfe\x22\xb4\x07\x60\x6d\xd3\xf6\x18\xd5\x47\x7c\xe3\x9c\x3f\x6f\x0b\x98\xb0\x4b\xac\x70\xbe\xf9\x16\x21\x9b\x57\x72\xb5\x73\xf8\x36\x65\xac\xf0\x52\x3a\x38\xa3\x23\x30\x7f\xcb\x7e\x95\x8e\x69\x61\x01\x5b\x12\x46\xaa\x8d\x9b\xfc\xd2\x3f\xaa\xf0\xad\x5a\x8b\xf9\xb2\x8d\x91\x75\xf9\x6a\x0f\xcc\xfa\xfd\xe2\xaf\x39\xaa\xed\x34\x33\xf4\x93\x79\x5a\xa5\x3a\xcb\x2c\xc8\xcf\x9a\x10\xa5\x17\xa6\x37\xbc\x3b\x08\x51\xe8\x31\x93\x5f\x7b\x93\x10\xf9\x5c\x93\xbd\x6b\xbe\x13\x22\x5b\x61\xea\xb5\xb2\x87\x10\xd9\x28\x93\x1b\x6e\x6e\x84\xc8\xd8\x99\xd6\xb9\x0c\x27\x44\x46\x6e\x42\xf5\xd2\x44\x42\xa4\x6e\x4e\x10\x5c\x7c\x88\x10\xc9\xce\xdf\xfc\xb7\xa9\xe8\x57\xe7\x17\xdb\xc7\xd4\xff\xc5\xa8\x7f\x72\x9e\x7f\x39\xe2\x14\xbf\xf8\x3f\x2e\x3e\xa8\x07\x74\xe8\x40\x00\x56\x0f\x73\x42\xa8\xbf\x7b\x83\xb7\xdb\x73\xec\xee\x9e\x50\xac\xd3\xef\x08\xa5\x3c\x98\x0d\xe5\x51\x58\xcf\x5c\x69\x18\x93\x38\x74\x1d\xc0\x52\xbf\x98\x2e\xd9\x57\xc3\xc1\x6e\x48\xf4\x79\xfd\x8f\x42\x62\x56\x96\xbb\x4a\xad\x66\x48\x1d\xb3\x58\xbf\x8b\xdb\x79\x8f\x0c\xbf\x99\xcc\x4e\xbb\x00\x03\xd9\x30\x63\x99\xc8\x85\xb1\x5b\xe5\x8e\x19\xdd\x8b\x88\x29\xc8\x96\xd7\x35\xf0\x0b\x2f\x3f\xe9\x23\x2f\xaf\xf7\x33\xec\xee\x55\x05\xb9\x03\x7a\x6b\xc2\x36\xf5\x5d\x92\xcd\xd7\xab\x0b\x1b\xf1\x83\x4b\x3a\x59\x5f\x6e\xfb\x04\x42\x46\x6e\xd2\xb7\xde\x44\x08\x91\x8a\xd1\x73\xf7\x27\x84\x48\x8e\xd2\x4f\xdb\xb0\x82\x10\xc9\xf5\x7a\x89\x3e\xe6\x84\x48\x28\xeb\x6e\x5c\xb7\x91\x10\xb1\x60\xdd\x32\xf7\xe7\x84\x88\x81\xfe\x8e\xd5\xfc\x84\x88\x5d\x7d\x3a\x60\x89\xfb\xff\xdd\x12\xaa\x9a\xdd\x56\xe8\x82\x28\x6b\xd3\xb0\xd5\xc3\xe8\xf8\x33\xfa\x3f\xcd\x01\x94\xff\x71\x85\xf6\x47\xca\x49\x0d\xc6\x2a\x71\xaa\x71\x18\xd6\xa5\x63\x5a\x77\x22\x2e\x13\xfa\x7a\x37\xd6\x7b\x03\xf4\xf6\x20\x3a\xe7\x5e\x9d\x84\xf3\x65\x91\x6b\x2a\xe2\x21\x73\x4f\xa6\x9d\x15\x4d\x07\x98\x66\xb4\x4f\x5b\xc3\x9a\xcf\xcc\x44\x32\xe5\xc2\xe4\x70\x11\x7d\xa3\xc2\x14\xff\x45\x95\xa2\xcf\x75\x1f\xee\xfd\xe8\x3b\x55\x1c\xb4\x26\xee\x0d\x89\x0a\x13\xbf\xaa\xb1\x26\xb9\x28\x97\x4b\xfc\xa3\xba\x47\x52\x43\xb5\x8d\x78\xcb\x28\x89\xa4\x21\x57\x26\x88\xeb\xaa\x6d\x4a\x5c\xdd\x5b\x2b\x26\xab\xb6\x37\x51\xfb\xab\xad\xc8\xb4\x51\x11\xb1\x0b\x09\x11\x7e\x30\x4a\x7f\x57\x04\x21\x42\x64\x94\x44\xb8\x3c\x21\x42\x2b\x46\x25\xed\x38\x4d\x88\x90\xbb\xba\xe8\xb6\xef\x84\x08\x2d\x55\xcf\xde\xfc\x00\x3f\x4f\xf2\x7f\x4b\x88\x60\xda\x28\x93\x0d\x1d\x84\x08\x78\xde\xad\x72\x88\xa2\xe3\xef\x8a\xbc\x9f\xa6\x06\x3a\xee\xb5\x69\xbe\x88\x6b\x54\x28\x6e\x46\xbe\xcf\xa1\xa7\x3b\xb0\x4e\x9f\x5b\x4a\x75\x12\x52\x57\x46\xd1\x3e\x30\x85\xb4\x6f\x4c\xc4\xe3\x44\xbc\x85\xbf\xa5\x31\x05\xf9\x0e\xde\x8d\x69\x18\x5f\xd7\x79\x14\x8d\x9b\xb7\x3c\x0f\xeb\xe0\xe6\xab\x0e\x18\x0f\x3f\x06\x30\x4e\x69\xff\x13\x45\xd3\xe1\x11\x5a\x83\xfb\xb9\x8d\x6b\xf9\x47\x8c\x1e\x5d\xf0\xd9\x3e\x73\x84\x80\xea\xcc\x82\x0c\xcf\x9b\x23\xb6\x2a\xd9\x16\xcc\x0e\xbf\x33\x22\x49\xc1\x34\xff\x64\xa6\xce\x88\x79\x72\x7b\xf3\xad\x2a\xee\xf0\x6f\x97\x6d\xcc\x2b\xbd\x08\x7c\x27\x65\xe7\xe6\x0d\xef\x39\xc0\x1b\x2c\x6b\x97\xeb\xf1\xf1\x39\xf7\x80\x1c\x4f\xe6\x24\x42\x78\x40\xce\x3f\xc5\x83\x10\x1e\x3b\xb9\x88\x44\x09\x42\x78\xb4\xe5\x25\xf6\x8c\x20\x84\x27\x47\x3e\x33\x7a\x3c\x21\x3c\x9f\xe4\xab\x22\xc7\x12\xc2\xd3\xa6\xc0\x1f\x1a\x48\x08\xcf\x63\xf9\xee\x60\x0d\x42\x78\x82\xaf\x8b\x2c\xc7\x71\x6c\x8a\x59\x87\x7e\x9e\xca\xf2\xc7\xfb\xee\x55\xe5\x41\xc8\x73\x38\x3c\x27\x0c\x71\xb8\x7c\x2e\xaa\x0f\x92\xf6\x28\x0e\xe3\x13\xf7\x86\xf2\x9e\x22\x1b\x69\xf5\x3c\xa8\x35\x1d\xc7\xdf\xf7\x65\x16\xe2\x3e\xab\x1b\xf3\x70\x5f\x71\xb2\xa4\xfa\x09\x33\x06\x8a\x11\x27\x31\xa8\x2c\x45\x5d\x1d\xf5\xf4\x72\x55\x09\x4f\x00\x85\xbc\xb2\xeb\x7a\x5b\x87\xcb\xc9\x6e\x2d\x97\xb0\x91\x1b\x96\x2a\xd3\x5c\x3e\xda\x5d\x15\x9c\x47\xae\x2a\x5f\x1b\xb2\x02\x40\x72\x61\x59\x79\x9a\x34\x80\xf8\x94\x32\x87\xd2\xcb\x00\xa2\xd5\xa5\x6b\xce\x7f\x02\x10\x26\x25\x2b\xee\xba\x00\x08\x4d\x3e\x5a\xfc\x76\x0e\x80\xc0\xd7\x62\xec\x15\x38\x62\xef\x7e\xbc\x77\xc0\xfb\x24\x07\x79\x0d\xbc\x3f\x33\xc2\x39\x96\xe7\xdd\x3e\xd4\x3f\xe0\xbe\x9c\x84\xfd\x7c\xb9\x37\xc7\xa1\xa2\x38\xd7\x96\x18\xc4\xbb\x2e\x7c\xf7\xc6\x7c\xaf\x8f\xa4\x3c\xa0\x2a\x0d\x9a\xef\x47\x6e\x51\x3e\xc4\xfe\x24\xda\x1f\x2a\x3d\x26\x01\xe3\x92\x98\x45\x51\xc6\x68\x45\x8a\x8f\xef\x90\xcc\xc1\x79\x14\xd0\x9e\x8f\xf3\xc1\x73\x47\x11\x76\xa9\x70\xf1\x2f\xc6\x7d\xd3\xee\x7e\x09\xe2\x77\x16\xf3\x28\x6e\xaa\x35\xea\x38\xf2\x06\xc4\x1e\xd6\x49\x0f\xbf\x02\x20\xf4\xbd\x6e\x9f\x5a\x21\xc0\x88\xb2\xba\xca\x29\xe5\x00\xbc\x56\x75\x47\x97\x8d\x01\xe0\x8a\xad\x6b\x0c\x2c\x05\x18\x16\x58\xb7\x37\xfe\x10\xc0\x10\xcd\xda\x87\x07\x51\xb9\xa5\x56\x89\xde\xc0\x3f\xf9\xfd\x26\xae\x60\x27\x5a\x5f\x22\xfe\x71\x9c\x39\x13\x97\x79\x50\x7b\x98\xe1\x3b\x14\x31\xb8\x4d\x01\x83\xef\xe6\x50\xdc\x73\x59\x3a\xea\x94\x42\x78\x2a\xe2\xc1\xa7\x0b\x36\x23\x4a\x7a\x5c\x87\xf6\x87\x3a\xba\x94\xe6\xfb\xfe\xa4\x38\x8c\x4b\x66\xce\x5e\x8c\x43\x52\x51\x1a\xe6\x7b\x8c\x40\x36\x9e\x2b\xc3\x56\x16\x20\x2a\xbb\xf9\x4e\x21\x9e\xa7\xd7\xe7\x1e\xc2\xdb\xc8\xab\x86\x95\x22\x01\x75\xf1\x30\xea\xb7\xf5\xde\x6a\x5c\x2f\x4d\xd6\xd6\x22\x2a\xa5\xd6\x74\x1a\xe3\xc5\xdf\x71\x9e\x6e\x4c\x70\xc1\x79\x24\xea\xcc\x37\x65\x4d\x40\xc5\x85\xa6\xb8\x05\x88\x94\x36\x3d\xf2\x5d\x85\xd6\x7c\x37\xe2\x9f\x4d\x52\x05\xee\x74\xe7\xaa\x41\x9c\xbf\xd1\xb5\x1d\x67\x68\xc3\x8a\xa7\x88\x90\x9d\xeb\xfc\x89\x38\x57\xdd\x08\xea\xef\x71\xc6\xef\x0a\x46\x07\xe3\x28\xc3\x8b\x38\xc4\xe0\xff\x07\x18\xfc\x37\x8f\x87\x63\x4f\xb8\x86\xa1\x8a\x40\xe9\x8a\x18\x86\x1d\x92\x88\xf8\x55\xee\x14\xda\x27\x28\x65\x45\x16\xc6\x65\xcf\xfd\x02\xcc\x83\xc8\x0f\x45\xa8\x33\xc7\xf2\x80\xfc\x83\x4b\x91\x6f\xe8\xd1\x56\x89\xeb\xe1\x72\xf1\xe3\xf8\x74\x0e\x2f\x6b\xf1\x3c\x69\x25\x54\x8f\x7c\x80\x71\x40\xf9\x30\x8a\x5d\x17\xf0\xe7\xb9\xe7\x5d\x79\x4c\xe3\x70\xd5\x40\x0a\xf9\x2c\x57\xeb\xc6\xd1\x93\x9a\xb9\x3d\x2a\x6d\xb4\x56\xac\x43\x26\x6b\xeb\x8e\x48\x5c\x81\x5a\x3b\x73\x70\x05\x6a\x1d\x5e\x85\x3c\x87\x96\x33\x57\x50\xa1\xe1\xca\x41\xda\x69\xe6\xb2\xd5\x47\x3c\xd9\x5d\x30\xa5\xfe\x9d\x7d\x41\x6d\x3d\xa3\x7f\x70\x42\x99\xfc\xc1\x8b\x29\x2d\x65\xf2\x26\x04\xeb\x37\xbd\x34\xef\x8b\xfa\x93\x91\xaf\x93\x57\x9e\x85\xfb\xe2\xbe\x26\xaa\x0b\x13\xbf\x9c\xce\xef\x9d\xe6\xc5\xb8\x3e\x04\xa7\x96\x60\x5c\x02\x7b\xe9\x78\x7b\x8b\x55\x21\xca\xb8\x5a\xac\x4e\x9d\x63\x97\x5a\x50\x9e\x80\x6d\x19\x1e\x4b\x61\x4a\x05\xed\x23\x63\xe0\x40\x6f\xe3\xcb\xd9\x5f\x45\x2f\x87\xad\xbe\xd1\x4a\xe3\x70\x4b\x45\x1c\xef\xf9\xdf\xba\x60\x84\x8c\xfe\x5b\xda\x73\x91\x1f\x73\xab\xd7\xfd\x14\xb5\x61\x18\xa7\x5b\x06\x14\xdf\xbd\x35\xa6\x0c\x19\x19\x37\x2b\x2e\xe0\x4e\xdd\xd1\x7a\x0f\x77\xac\x1b\x64\x10\x7f\xaf\xdd\x99\xfa\x77\x85\xd1\x7d\x68\x66\x3a\x0a\x9c\x63\x74\x53\xea\xed\xa8\x3d\xc9\xfc\x1c\xd5\x8b\x29\x6e\x4b\x0d\xa1\xfe\x67\xe2\xba\x96\x3e\x58\x80\xeb\x62\xc2\xa9\x22\x7c\x8f\xdc\x1d\x42\xf9\x6e\x61\xef\x2b\xf0\x3e\xfc\xd6\xa6\x6a\xe4\xcb\xf8\x19\xd7\x1a\xd2\x3c\xa0\xbc\x10\xd7\x62\x8a\x3a\x2f\xf4\x6d\xc2\xb8\xcd\x6e\xbb\x88\xf1\x9a\xa8\xd8\x82\x79\xa4\xb3\xe8\x1a\xc6\x43\x7a\x09\xed\x4a\x31\x64\xc3\x1d\xa6\x72\xd1\xf3\x45\x14\x23\x77\x9f\xd0\x37\x98\xfb\xb6\xb4\xdf\xc3\x03\x23\x8a\xef\xde\xb7\xdd\x4e\xbf\x7f\x3a\x05\x57\xf0\xfb\xad\x47\x83\xe9\xd7\x69\x86\xf5\x18\xdd\xc2\x93\x6e\x77\x5b\x3f\x76\xfa\xb9\x27\x41\xfd\xbb\xc5\xcc\x8b\x6b\xfb\xa9\x6d\x61\x78\x53\xcd\xa1\xd4\x36\x1c\xa6\xf6\xf4\x4f\x8e\xdd\x9f\x94\x83\x3c\xe0\x0c\xf3\xfd\x38\x3b\x93\x53\x0e\xe3\x7e\x10\x5b\x51\x8a\xeb\x59\xc4\xb9\x63\xc8\xeb\xd9\xee\x58\xb3\x84\xe6\x01\x1d\xef\xf5\x06\xe7\xc2\x38\x76\x8d\x3f\x1d\x6f\x67\x45\x3a\xde\x0e\x03\x2d\x88\xb2\xce\x7c\x77\x0d\xe3\x31\x21\x89\xa2\xf1\x9a\x8a\x9d\xb8\xba\x49\xf5\xd2\xbe\x22\xb0\x98\x66\x33\xc0\xd3\x12\x21\x9c\xef\xcf\x24\xb4\x31\x2f\x9e\xd9\xce\x40\xe6\xde\x73\x1b\x57\x7c\xb2\x67\xd2\x9b\x90\x0f\xf5\xec\x41\x02\x32\x55\x9e\x5b\x1f\xc4\x13\xee\xb3\xf8\x53\x19\xf8\xfb\x39\xed\x78\x22\x7e\xfc\xe8\x11\x8e\xd0\x13\xe5\x6f\xc8\xdc\xea\x65\xd6\xcb\xbf\xe3\xd2\xce\x74\xa4\x68\x29\xa7\xf6\x22\xde\x41\xc9\xda\x56\x88\xcf\xb3\x77\xe7\x51\x64\x99\xc4\x5d\xa6\x28\x7a\xd4\x8a\xe3\x88\x6f\x87\x54\xd4\x61\x1f\xb4\x2d\xc3\xce\xe1\xbe\xba\xe1\xe7\x79\xd4\x8b\xf3\xb4\xb8\x88\x2c\x9c\x15\xba\x57\xbe\x53\xb7\xda\x31\x1e\xb6\xdf\x3b\x30\x9e\x53\x7f\x76\x22\x8e\x3e\x7e\x07\x1d\xf7\xd1\xef\xef\x7f\xe2\x58\xf1\xb2\x3e\x61\xea\x3f\xe5\x85\x70\x4e\xf4\xfc\x38\x23\xdf\xea\x6b\xe0\xfc\x7e\x67\x4b\x3b\xdc\xbe\x8b\x58\x8a\x4c\x81\xb7\xa9\x7e\xf8\x17\xde\xe7\xd2\x15\xec\x5d\x42\x3e\x4e\xb9\xb7\xc6\xc7\xb7\xd2\xdf\x6f\xc1\x15\xe9\x4d\x7f\x2f\x9e\xfc\x06\x9b\x3f\xa0\x32\x47\x7f\x30\xc1\x27\x7e\x3a\x83\xfa\xdb\xcb\xac\x9f\xf7\x18\xfe\xc3\x2d\x66\x7d\xb8\x86\x7c\x42\x96\x07\x95\x50\x56\x85\xfc\x61\x56\x0f\x29\x3c\xe9\x34\x8e\xc6\x76\xfb\x46\xf4\x27\x20\xbc\x19\x9f\x7f\x7d\xd8\x15\x3c\x4f\xba\x6b\xb4\x23\xbb\xc0\x25\x95\x8e\xb7\x63\x02\xf5\x7b\x0e\xdc\xc1\xf5\x72\x0a\xf4\xe0\x3a\x6b\xd4\xde\x8b\x7c\x90\xd1\xe9\x54\x3f\x42\x52\xb0\x7f\x0d\x9d\x17\x6f\xe9\x02\x02\xdf\xbd\xb8\x91\xef\xf1\x63\x8c\x0a\x76\x12\xfa\xb1\xdd\xfc\x1b\xc7\x12\xdb\x85\xb4\x6f\x89\xed\x7a\x46\xff\x62\x27\x32\x0d\x7e\x66\x67\xe1\x89\xfe\x67\x1b\x1d\xb1\x1f\x6d\x17\x90\x5f\xf5\x33\xae\x9b\xe1\x0b\xbc\xc3\x3c\xf9\xc6\x30\x0d\xde\x17\x53\xdb\x2f\x46\xed\x53\xd1\xff\x16\x97\x24\xe1\xe3\x78\x2e\x60\x79\x50\x3b\x9f\x9c\x45\x9e\x57\x08\xde\x94\x07\xd8\x72\xfa\x0a\xae\x67\x7e\xf9\x57\xf1\x3c\xe0\xf9\xe3\x3a\x9e\x87\x56\x59\x52\xfe\xd3\x32\x6f\xaa\x17\x32\x7f\xde\x7d\xdc\x2f\x67\xeb\x52\x1e\xd4\xa4\x37\x8f\xf1\x7d\xc5\xa0\xe5\x39\xce\x97\x51\x0d\x83\xc8\x72\x93\x58\x44\x79\x21\x70\xf6\x5b\x1d\x8d\xc3\x6f\xfe\x83\x02\xa3\x6b\x62\x32\x9d\xda\x79\x0b\xa9\x5d\xc3\xe8\x9e\x6c\xed\xa1\x36\xe9\x1c\xfc\xc1\x7b\xa8\x0d\xa3\xf6\x4a\x06\xb5\xbf\xfa\x04\xad\x85\x7f\xf0\x3f\xd8\xb8\xbc\x63\xd6\x87\x57\x4c\x87\x1a\xaa\x2b\x14\x3f\xf6\x34\x8e\x5b\xf4\x8d\xc6\x39\x34\x0f\xe8\x3c\xdf\xe6\xd8\x82\xb3\x31\xd0\xe0\x06\x66\x97\xcf\x29\xaa\x03\xb5\x56\xb0\x0b\xed\x72\xb8\x87\xe3\xbb\x58\x8c\xfa\x6d\xdf\x48\x55\x36\x66\x5a\x3f\xc7\x6c\x35\x0f\xe8\x47\x7e\xa9\x81\xeb\x5b\xe4\x5b\xab\x85\x7f\xc6\x7d\x56\x52\xe5\x07\xae\x13\xc3\x5e\x92\x7f\xe5\x81\x8c\x75\xa0\xd6\x3a\x88\x5a\x17\x43\x6a\xd9\xfe\x38\x94\xf1\x4b\x48\x06\xc3\x8b\x3a\xc2\x74\x56\x66\xf9\x52\x6c\x3c\xba\x18\xbe\xd5\x7f\xe7\x09\xfd\xa9\x13\x43\xfe\x5b\x1f\x18\xa6\xb6\xff\x1f\x7d\x50\x98\xcf\xff\x2f\x1e\x88\x03\x83\xb5\x2c\x63\xf0\xff\xb5\x76\x00\x5f\x8f\x02\x6c\x0c\x05\xf8\x94\x44\x71\xff\xb7\x04\x20\xc6\x81\x93\xad\x00\x29\xc7\xe8\xbd\xe6\xfd\xa6\x14\xef\x2a\x3b\x05\xf0\x22\x95\xea\x1f\x3c\xf7\x07\xb8\xba\x1b\x80\x33\xab\x38\x79\xff\x22\x0e\xe0\xed\x77\x8a\x07\x91\x7f\xf4\x3d\xb8\xc1\xdc\x57\xfe\xd5\xff\x84\xc1\xda\x7e\xe9\x7f\xfc\xc5\xff\xa8\x61\x6a\xd3\x55\x57\x7f\xe3\x38\x7f\xfb\xcf\xf2\x3f\x58\x9e\x83\xde\xde\x3f\x3f\xb3\x71\xf9\x8f\xfe\x1f\x2c\x0f\x84\xb9\xd7\xbd\xc4\x1c\xe0\xfb\x7d\x80\x35\x72\x00\x1f\xbb\x01\x36\x2c\x07\x78\xa7\x05\xc0\xd9\x07\x07\x72\x00\x38\x27\xd7\x17\xa5\x00\x9c\x13\x2b\xc7\xcf\xbc\xab\x00\x4f\x2d\x00\x4a\xbf\xd3\x3b\xdd\x9c\xf1\x7d\x32\x15\xa0\xf5\x07\xc0\x13\x5d\x80\x9e\x6e\xfa\x73\xef\xea\xfe\x0b\xff\xe1\x1e\xb5\x57\x98\x67\xbf\x10\xc6\xf8\xcf\xf4\x8b\xa8\x67\xc6\xaa\x86\xb1\xd5\x0c\x26\x7b\xec\xf5\xef\x38\xfc\x07\xff\x81\xc1\x6b\x59\x5c\x9f\xc5\xb3\xd9\xcf\x6c\x5c\xd8\xfc\x30\x63\xc6\x84\xe5\x81\xd8\x32\xf8\xd8\xa2\x24\x80\xcf\x43\x01\x56\xf4\x02\x7c\x50\xa0\xfa\x0f\x6f\xda\x00\xb6\xf6\x03\xbc\x6a\x05\xd8\x55\x00\xf0\x24\x15\x20\xf1\x19\xc0\x63\x7e\x80\xdc\xcf\x00\x7d\x8b\x01\x4a\x35\x01\x1e\x99\x02\xd4\x07\x02\x3c\xb4\x07\x68\xb9\x0e\xd0\xf7\x9e\x73\xc2\x00\x78\x74\x04\xe0\x9d\xd9\xef\x3e\x20\x2c\xee\xcd\xe6\xc1\x2f\xfd\x0f\x06\xab\x64\xf1\x6f\xd6\xff\xe3\x8c\x0e\x44\x05\x83\x8b\x96\xc6\xfd\x8e\xc3\xaf\xfe\x17\x0c\xb7\x40\x93\x99\x27\xac\x0e\x02\xdb\x0f\x82\xfd\xcc\x7e\x9f\x8d\xc7\x1f\x3c\x10\x6b\x80\xd9\xa3\xa9\xbe\xc9\x82\x0a\x9a\x07\xae\x36\x00\x83\x77\x00\x3c\xb3\xe9\x3c\xd8\x22\x0e\xf0\x32\x12\x60\xa7\x3f\x40\x9f\x04\x40\x22\xc7\xdf\x5b\x9c\xb3\x3c\xc0\x43\x39\x80\x52\x2f\xea\x33\x67\xe5\x7e\x90\x0c\x70\x75\x1b\xc0\xfd\xad\x00\x3d\xd2\x00\xbd\xfa\xf4\xae\x3c\x8b\x7b\xb3\x7d\x50\x2e\x75\x30\xfe\xdf\xff\xdf\xfe\xb3\xe3\x5f\x1a\x49\xed\x3f\xf9\x0f\xac\xff\x2c\xfe\xcf\xe2\xf8\xac\x0e\xc2\xdf\xf6\x17\x0f\x84\xf9\x79\x43\x26\x5f\xcc\xa6\x52\xbc\x7b\x86\x3f\xed\xdf\x61\xe7\x0d\xf0\x36\x06\x60\xe9\x49\x80\xc1\xc5\x00\x1e\xaa\x00\xcf\xca\x01\x02\xf8\x00\x1e\x5f\x03\x08\x7b\x05\xf0\xd0\x1c\x20\xfe\x14\x40\xcf\x07\x80\xec\x40\x80\x9e\x5e\x80\x12\x4f\xba\x16\x70\xe6\xc5\x3d\x17\x80\xd6\x20\xfa\x99\x13\x9b\xee\xc9\x34\x0e\x9d\xa6\x94\x6b\xc2\xe6\xc1\x05\xa6\x3f\x0e\xab\x7f\xf2\x2b\xff\xe7\x50\x5b\xc9\xf4\x1c\x29\x65\x34\x88\x0e\x33\xbd\x39\x0e\xb6\xfc\x8e\x83\x36\x83\xef\xb3\xf8\x3f\xcb\xf3\x60\xf1\x7c\x69\x56\x07\x83\xc9\x7f\x39\xe6\x7e\xbf\x9a\x1a\xb5\x3a\xab\x7f\xe3\xfd\x5f\x32\x39\x67\x07\xfa\xac\x9c\xf3\xf1\xdb\x5b\x00\x8b\x9a\x00\x5e\x86\x02\xac\x16\x02\x78\x1a\x0a\xb0\x71\x3a\x40\xef\x51\x80\x1d\xa1\x00\xf7\x97\x00\xc4\xf5\x03\xdc\xe5\x07\xc8\x3c\x05\x70\xa7\x94\xea\x61\xdc\x8e\xa1\x71\xe8\x5a\x0e\xd0\x2a\x0a\x70\xeb\x30\x40\x4f\x3e\xe5\x4a\xbd\x6f\xfb\xad\x0b\x74\x31\xe8\xcf\x75\x90\xf5\xbf\x2a\xf9\x2f\xff\x99\x67\x66\xf9\x0f\x07\x73\xa8\x2d\x68\xf8\x1d\x87\x5f\xfe\x33\xfc\x0f\x96\xe7\xf1\xab\x0f\x0a\xc3\x7b\x12\xd3\xf8\xf3\xeb\x6c\x5c\x38\xf1\xf8\x79\x1f\x40\xb7\x16\xe0\xb3\x35\x80\x69\x23\x5d\x07\xac\x62\x00\x5e\xf6\x03\x38\x28\x51\xed\x23\xd7\x79\x74\x4c\xbd\x77\x00\xf4\x64\xd3\xf5\xf2\x4e\x2f\x00\xe7\x9c\x78\xab\x98\xf2\xc5\x3a\x62\x00\x8a\xcd\xa9\xce\x43\x8d\x26\xc0\x8d\x37\x00\x2d\x0e\x00\xd7\x32\x01\xba\xbb\x01\xd9\xbc\x1f\x7b\x7f\xe7\x41\x23\xa3\x3d\xc5\xf6\xbf\x61\xfd\x2f\xeb\x66\xf2\x9e\xd9\x47\x7e\xf1\x1f\x98\x31\xce\x67\xd6\x95\x9c\x21\xbf\xe3\xc0\xfa\xff\x1f\xfc\x0f\x06\x07\x67\xf5\x00\x58\x2b\xc8\xec\x8f\x2c\xef\x81\x13\x8f\xef\xa2\x00\xa3\xfd\x01\xde\x3b\x02\x18\xc5\x03\x0c\x6c\x03\xb0\x28\xe6\xbc\x3d\x00\xcc\x5d\x43\xf9\x2e\xcb\xbc\xa9\x2f\x9e\x11\x80\xa7\xce\xad\xe6\x00\x37\xdb\x00\xa2\x15\x01\x3a\xea\x00\xd2\x1b\x01\xda\xa3\x29\x6f\xee\xea\x4c\x80\x1a\x33\x80\x36\x57\x80\x56\x7d\x80\xd6\x04\x80\xfb\x9c\xff\x77\xa3\x6b\x6e\x33\xa3\xfb\xc1\xf6\x01\x63\xf3\xbf\x8c\xd1\xe8\x61\xf9\x0f\x7f\x8f\x7b\x1e\xa3\x71\x95\xc9\xf4\x72\x4a\x7b\xf4\x3b\x0e\xbf\xf8\x0f\xff\xc2\xff\x60\xf5\x20\x58\xcb\x7e\x9d\x67\x04\xc5\xfd\x39\xef\x8b\x1f\x13\x00\xe4\xe5\x01\x06\x25\x01\xb4\x08\xc0\xb3\x26\x80\x09\xe5\x00\x8f\xc6\x00\x70\xde\x9b\x38\xf3\x7f\x91\x19\xc0\x6d\x27\xca\xa7\xbc\xe9\xc6\x79\x67\xa3\xe3\xbe\x2b\x07\xa0\x4d\x01\x60\xdf\x6e\xea\x27\x27\x0e\x97\xbb\x00\x6a\x95\x00\x2e\xd9\x71\xde\x88\x00\x2e\x7c\x07\xe8\x89\xa3\xbd\x94\x3e\xc6\x31\x5a\x5b\xff\xe0\xbf\xb1\xeb\x1e\xab\x7b\x72\x80\xf1\x37\x8f\x19\xcb\xec\x8d\xd4\x66\x30\xe7\x8e\x54\x66\x6d\xdf\x1b\xfc\x3b\x0e\xac\xff\xff\x27\xfe\xc3\xa1\x3f\xed\x77\x17\x00\x2e\x31\x80\xf7\x67\x00\xc4\xe7\x01\xbc\x2a\x07\x50\x59\x01\xf0\x78\x05\x80\xc1\x74\x80\x9e\x22\x00\x0b\x2d\x80\xae\x38\x00\xbb\x3c\x9a\xd7\x6e\x62\x00\xed\x12\x00\x7e\x56\x00\x9c\xb7\xb4\xf0\x78\x80\x4b\x63\x01\x52\xc6\x02\x34\x9b\x00\x1c\x74\x06\x38\x2f\x05\x70\xd2\x13\xa0\xe1\x16\x3d\x13\x9c\xe3\xcc\xa5\x1f\xf4\x6c\xf5\xbe\x1c\xa0\xe6\x10\x7d\x26\xb6\x17\x1d\x9b\xf7\x2c\xdf\x89\xe5\xfb\x64\x24\xff\x77\xbf\xe3\x99\xde\x57\xb1\xab\x7f\xc7\xe1\xff\x17\xff\x81\xf1\xff\x07\x73\x9b\xe6\xc3\x26\x6a\x07\x54\x00\xb8\x97\x50\x5e\x9f\x94\x01\xc0\xfd\x56\x00\x0d\x65\x80\xae\x64\x00\x13\x51\x80\x1b\x53\x01\x66\x87\x03\x5c\xbd\x0d\xb0\xd4\x1f\xe0\x72\x15\x80\x77\x25\x40\x33\x0f\x40\x48\x17\x40\xa3\x37\xa4\x26\xeb\x03\x9c\x15\x1e\x72\xa6\x70\x32\x40\xfd\x84\xa1\x96\x27\xb2\x01\x6a\x5f\x0e\xad\xbe\x7c\x00\xa0\x66\xd8\xd0\x1d\x3d\xe3\x00\x4e\xc4\x0e\x1d\xf7\xee\x16\x40\x45\xfc\x30\x27\xf4\xdf\x7d\xd8\x71\x1c\xf7\x84\xe1\x58\x77\xcb\x34\x19\x1a\x88\x7e\x4f\x18\xa2\x83\x7e\x2b\x0d\x43\x9d\xcd\x04\x66\x7f\x88\x65\xb4\xae\xa2\x55\x28\x2f\x66\x67\xca\xef\x38\xfc\xff\xe1\x7f\xb0\xfe\xd3\xde\xaf\x00\x03\xae\xd4\x3e\x31\xa7\x96\xb3\xfe\xf1\x87\x02\x74\xcd\x06\x90\x1b\x03\x70\xad\x6a\x58\x98\x5e\x1f\xc0\xe5\x87\xbc\x2e\xd3\xdc\x00\xce\x7f\x10\xe0\x72\xe4\x06\x38\x73\x4d\xe8\x95\x07\x2f\x40\x5d\x8a\xc8\xcb\xa0\x83\x00\x27\x2e\x8a\x2d\x8e\xaf\x00\xa8\x8a\x11\x7b\x56\x30\x12\xa0\xe2\x88\xf8\x82\xaa\x59\x00\x65\x7e\xe2\x93\x9a\x17\x02\x94\x84\x8b\x0f\xbf\x93\x0e\x70\xa4\x41\x2c\xeb\xb5\x07\xc0\x21\x45\xb1\x0e\xce\x33\xe5\x76\x89\xa1\x5e\xce\xbe\x67\x62\xd8\xf1\x34\xc9\x49\x08\xeb\x2b\x71\x0d\x22\x58\x77\x88\x29\x12\xc4\xfa\xe4\xae\x56\xa1\xdd\x1c\x1b\xa9\x2b\x90\xcf\xb1\xa1\x6f\x46\x20\xbf\x3c\xf8\xd4\x08\x91\x5f\x71\xf8\x3f\xf8\xff\xb3\x9c\xf1\x7f\x0b\xb5\xfd\x8c\xca\xee\x93\xef\xf4\x2d\xe9\x9e\x2f\x2f\xbe\x67\x75\xbc\xe6\xc7\xfb\x15\x2d\x1e\xa2\x5c\xe2\x39\x00\xe7\xbf\x49\xed\x1b\x33\x0e\xe0\xf4\x10\x99\x8d\x13\xf7\x0f\xc9\x3b\x31\x56\x8e\xdb\xb6\x60\x78\x58\xc5\x0d\xb9\x63\x6e\xa5\xdc\xb6\x25\xc3\xe5\x47\x06\x88\xf1\x0e\x3d\x74\x50\xde\x3e\x6a\x19\x5f\x5c\x21\xc8\x5b\x67\xaa\xf0\x1f\x2d\x50\x90\x1b\x28\xc9\x1f\x21\x9b\x9b\x2e\x57\x76\xf6\xf2\x08\xf3\xec\x4b\x72\x5b\x3b\x24\xf8\xef\x64\x39\xca\x85\x3e\x4b\xe2\xe7\xcb\xf4\x92\x7b\x44\x08\xef\xee\x64\x49\x79\x03\x42\x78\xbd\x62\x7a\xe5\xad\x08\xe1\x15\xda\x79\x59\xae\x93\x10\x9e\xc9\xe1\x3b\xe4\x2a\x09\xe1\xbe\x1f\xb2\x4e\x6e\x2d\x21\xdc\x4b\xb6\xcf\x94\x7b\x40\x08\xf7\xe1\x2d\x49\x72\xfb\x08\xe1\x56\xda\xb4\x5f\xce\x8f\x10\xae\xae\x8d\xa5\xb2\x03\x84\x70\xf1\xfd\x0f\xff\x29\x0e\xae\xc5\xf8\x6f\x30\x14\xf1\xde\xe7\x8a\x28\xeb\x0d\x0f\xaf\x8b\x61\x35\xac\x33\x49\x06\xab\xa8\xd7\x14\xe5\xf1\x6d\xaf\xb9\x4e\x19\xab\x8c\x67\xe6\xa8\xfd\x1c\xa1\x0c\x70\xfc\xf6\x68\x6d\xc5\x51\xc3\x3e\x97\x7e\x1e\xfd\xda\xf0\x18\xaf\xfd\xa1\x75\x63\x94\xad\xdc\xf8\x5f\x15\x84\x8e\x49\x5c\x2c\x29\xe8\x93\xed\x3c\xc6\xdb\xab\x54\xb8\x24\xad\x53\xe3\x45\x48\xae\x68\xda\xde\x73\x1a\x8e\xc9\x3f\xc4\x25\x13\x0f\x8c\xce\x3d\xa8\x2a\xc1\x1d\x6f\xaa\xfe\xaa\x76\x9b\x84\xf7\x9e\x91\xea\x01\xad\x6f\x25\x66\xc6\xc4\xa8\xcf\x7b\x38\x55\x3c\x6e\xf7\x41\xf5\x9b\x5f\x52\xc4\xe4\x23\x52\x46\xdf\x23\x44\x74\xe5\xf6\x81\xd1\x63\x08\x11\xbe\xba\xe5\xb9\xba\x23\x21\x42\x71\x81\x9a\xa3\xb4\x08\x11\x54\xf0\xd7\x52\x73\x20\x44\x60\xdc\x86\x39\xaa\x2b\x09\x19\x31\x7a\x7d\x93\x4a\x1c\x21\xfc\x53\xd6\xad\x54\x11\x26\x84\x2f\x6a\xdd\x04\xe5\xa9\x84\xf0\xbe\xfe\x0f\xbf\x59\x2b\x08\x88\x63\xbf\x6f\xe4\xe9\xa3\xfe\x4b\x20\x2f\xa2\xfb\xba\x22\xd6\xf7\x3b\xbe\xaa\xe3\xd7\x5b\xe5\xb4\xf1\xbe\x73\x43\xaf\x21\xce\x98\x5a\x73\xbc\x1e\x0e\x15\xd5\xe3\x8f\x0e\xe9\x00\x38\x1c\x67\x16\x2e\x1d\x02\x90\xf7\x71\xc2\x43\x4d\x09\xbe\xc5\xe9\xd2\xc6\x55\xe6\xe2\xc2\x7e\xc9\x43\x8c\x83\xec\x12\xc4\xb2\xf7\x2c\x1b\xdf\xbf\xca\x4d\x32\x60\xd7\xd7\xf1\xba\x9b\x0f\x48\xf3\x87\x7b\x8d\x53\x8f\xad\x92\x1d\xbe\xe3\xec\x58\xbe\xbc\x25\x72\x4b\x82\x4a\x8c\xf4\x8f\xbd\x90\x37\xdc\x1a\x61\xb8\xaa\xb9\x59\xde\x61\x73\xa3\xa1\xe4\xdd\x8f\x72\x5d\x9b\x52\x0d\x5d\xdf\x0e\x97\x8d\xf5\x6f\x35\x6c\x23\x44\x7a\x87\xcf\x50\x83\x93\x84\x48\xe9\xac\x9b\x6d\xc0\x4f\x88\x44\xf3\xda\x26\xdd\x1a\x42\xc4\x3c\xd7\xbc\xd4\x6d\x27\x44\x4c\x69\x95\xb1\xce\x71\x42\x44\x2e\xaf\xac\xd2\x76\x22\x44\xb8\xc6\xad\x49\x8b\x8b\x10\xa1\xad\x2e\x9b\x35\x33\x08\x11\x3c\xf2\x5f\x78\x30\x78\x5b\xf2\x9d\xad\x10\xbd\xff\xbe\x57\x01\x57\xc2\x7b\x5e\x1a\x78\xbf\xf5\x46\x93\x21\xd6\xa7\x2f\xb5\x99\x62\x1e\x9c\x21\x93\xd0\xff\x13\x8f\xa6\x61\xd5\xb0\xd4\x60\x3a\x56\x0f\x0a\x45\x67\x62\x7d\x22\xeb\x94\x75\x82\x50\x13\xc0\x5e\xae\xd9\x45\x2a\x55\x3c\x13\x76\xdf\x9e\x99\x37\x2e\x4d\x58\x2e\xcc\xcd\x4a\x71\x66\x84\x94\xe7\xb6\x2f\xd3\x4d\x97\x71\xc9\xdc\x0a\x54\xb7\x14\xf1\xdd\x2f\x7f\x77\x83\xd4\xd4\x93\x91\x4e\x4a\x0b\xbc\x1e\x4e\x59\x95\xbe\x52\x45\xd2\x23\xdf\x42\xb2\x64\x81\xaa\xb2\xbb\xe6\xe4\xa1\xe7\x82\x55\x43\x56\x9b\x4c\xf2\xb9\x79\x4f\x55\x7f\xd5\xb2\x49\xb3\x5f\x1a\xaa\xf0\xad\x3c\x37\xe9\x21\x21\x8a\x5d\xae\x16\xe6\x22\x84\xc8\x55\x39\x1b\x9a\x1d\x25\x44\xe6\xd1\xe2\x1a\xd3\x40\x42\x46\x3e\x71\xaa\x9f\x10\xc7\x89\x8f\xe3\x11\xe3\x5b\x84\x48\xca\x2d\xf8\x34\x7e\x14\x21\xe2\xc1\x0b\x7e\x8e\xb3\x20\x44\xac\x6f\xfe\x5e\xc3\x6c\x42\x44\xba\x7e\xfb\xcf\x85\xbc\x96\xb7\x5b\xc4\x76\xd0\xf1\x47\x1a\x14\xdc\x8e\xd1\x63\xfa\xdf\x98\x25\xd2\xbc\x9f\x86\x55\xb2\xfa\xb6\x59\x38\x0f\xaa\xaa\x6c\x51\x37\xe8\x68\xb9\x03\x56\xd7\x0a\x74\xe6\x63\xbd\x32\xed\xbe\x23\xe2\x22\x71\x6e\x8b\x3d\x87\x2f\x03\xd8\xf9\x6a\x49\xb9\xec\xb2\x61\x96\x41\x27\x9d\x9c\x74\x0d\x04\x12\x37\xfa\x2d\xfc\x3e\xc5\x47\xe2\xa0\xa7\xd0\x7c\xc5\xf9\xd5\xf2\x27\x57\x9e\xb4\x6f\x5e\x1b\xa5\x3c\xda\x45\xd3\xce\x72\xfb\x25\x35\x99\xc5\x61\xb6\x45\x49\xbb\xd4\x0d\x17\x5e\x98\xbb\xb4\xa8\x6c\xf4\x21\x87\x81\x39\x42\x75\xa3\x34\x26\xdb\x7d\xb0\x99\xd2\x56\xa5\xa1\x65\x27\x6e\x9d\xf4\x18\xd4\x3f\xcc\x7b\x69\x63\xfe\xbd\x55\xed\x9e\xad\xe4\x6c\x6e\x42\x94\x77\xdb\xec\x98\x39\x9c\x10\x85\x76\x6b\x93\xe9\xee\x84\xc8\x59\xcf\xde\x6e\xb9\x99\x10\xd9\x05\xb3\xbe\x4d\x0d\x25\x44\xba\x76\x66\xaf\xc5\x01\x42\x46\x8a\xcf\x48\x9b\xbc\x94\x10\xc9\x1b\x56\xda\x93\x94\x08\x91\xc8\x66\x79\x50\xef\xcb\x47\x22\x2e\xf5\xf4\xdd\x68\xc4\x5f\xee\x7c\x37\x7e\x4c\xe7\x3d\xe5\xc1\x5c\x30\x9f\x4d\xef\x3f\xcb\xdb\x62\x5d\xff\x18\xa1\xdd\xe7\x8b\x03\x96\x60\xf5\x27\x6f\xb5\x0b\xd6\x5d\x53\x13\x56\x20\xfa\x12\xeb\xba\x1a\xf3\x25\x74\xa8\x3b\xaa\xb1\x6f\xee\xf1\x78\x26\x7a\x17\x60\xfd\xdd\xb5\x92\xea\x0b\xf9\x0c\x57\x0d\xae\x19\x66\x9a\x22\xba\x77\xa9\xc1\xca\x90\xb9\xaa\x32\x79\xf3\x77\xbb\x79\xba\x3d\x52\x2c\xb4\x5d\xb1\xdc\x7d\xb3\xa4\xf2\xad\xd9\x1f\x5d\x5d\xf6\x54\xa9\x4e\x9f\x51\xe0\x22\x5b\xb0\x53\x4d\xd1\xb2\xd3\xd9\xe5\x84\x8a\xda\xdc\x69\x63\x96\x05\x5f\xa9\x56\xe3\x9f\x3a\x71\x69\xe7\x83\x0f\xaa\xdc\x53\x95\x96\x5e\xfb\x3c\x4d\xe9\xc5\x94\xc8\xc5\x23\x09\x51\x30\xb5\xa8\x5c\x98\x4d\x88\xdc\x52\x0b\x9e\xf9\x43\x08\x91\xf9\x3a\x59\xc3\x6e\x13\x21\xd2\x11\x93\xac\xe7\xee\x25\x64\x24\xd7\xa4\x75\xd6\x65\x84\x48\x59\x9a\x1f\x9e\xd5\x4e\x88\xa4\xa9\xd9\xe6\x99\xce\x84\x88\xaf\xff\x68\x20\x83\x55\xde\x67\xe6\xb4\x1f\xd6\x1d\x73\x33\x9c\x0f\xd7\x7c\xad\x10\xaf\x68\xda\x62\x8b\x68\x5a\x5d\x89\x23\xae\x0f\x95\x16\xcb\xa8\xee\xb7\x22\x55\x11\xce\x5f\x41\x6f\x9b\xa6\x76\xaf\xc3\xfa\xe5\x1e\xb1\xf5\x58\xe7\x0c\x53\xd9\x80\x7d\x51\xfc\xeb\xfc\xf1\x96\x98\x87\xc0\x26\x3b\xee\x16\x80\xe5\x2f\x36\x89\x28\xc8\x0e\x7f\xe7\x18\x11\xa0\x68\xf8\x53\xb0\x7e\xce\x29\xbf\xee\x19\xdb\x24\x4b\xac\xee\x6f\x18\x58\x76\x5b\xfa\xe9\x94\x9e\x0d\x62\x1b\x43\x64\x2b\xcd\xe3\x7d\x27\x45\x1f\x93\xbb\x67\x3a\x76\xfd\xb7\xdc\x91\xf2\x9e\xc6\xb9\xeb\xf9\x8f\x3d\x91\xdf\x36\x5e\xca\x5b\xeb\xe2\x3d\xf9\xd9\xe3\x44\xbd\x72\xba\x3b\xe4\xec\xc7\xf6\x79\x79\xbd\x8f\x93\x89\x1b\x7b\xd9\x73\x16\x21\x23\xd7\x8e\x3d\xb9\x7a\x25\x21\x52\xda\x46\xc5\x2b\x16\x10\x22\x91\x6f\xd4\xe7\x1a\x46\x88\x84\xa6\xd1\xe4\x65\xe5\x84\x88\x8b\x18\x06\x2d\xfe\x4a\x88\xe8\x7b\xc3\xda\x45\x07\x09\x11\xcd\x33\x68\x58\x50\x4b\x88\xc8\xea\xa7\x75\x7a\x06\xf0\x0f\xfe\x53\xbb\x37\xed\x8f\x73\x7e\x31\x1d\xef\xba\x92\xa5\x88\x5f\xb3\xfc\x9f\xe2\x89\x94\x17\x90\x4b\xbc\x11\xb7\x49\xdd\xed\x8b\xfc\xa9\x38\x99\x00\xc4\x73\xc2\xde\x6c\x39\xce\xb1\x9b\x24\x82\xb0\x6e\xeb\x39\x74\x07\xe6\xc7\x52\xa5\x70\xac\xf7\xcf\xcf\x8e\xf4\x91\x5c\x0f\x30\x6b\x52\xb8\x83\x66\x37\x5f\xf1\xe4\xf1\xa1\x31\x16\xa9\x22\x9f\x4d\x56\x85\x8e\x5d\xb4\x57\xec\xc8\xd8\x8c\x90\xe8\xf5\xf5\xe2\xcf\xf4\xcf\xee\x78\x19\x79\x46\xe2\xa6\xce\xc5\x1d\x32\x99\xd9\x92\x56\x5a\xae\xc1\x2a\xe5\x0f\x24\x65\xc7\xdc\xda\x3e\xb6\xe9\x9a\xc4\x61\x8d\x77\x41\x15\x77\x79\xc5\xaf\x6a\x9c\x09\x9a\xf5\xe6\x96\xd8\xb4\x31\xcb\xb7\xf4\x13\x22\xd2\xa9\x91\xe9\x5f\x40\x88\xb0\xd7\x18\x07\x9f\xcb\x84\x08\x5b\x8e\xd9\xe7\x55\x42\x88\xd0\xcf\xd1\xdd\x9e\x5b\x08\x11\xf4\x18\x23\xbe\x66\x37\x21\x82\xd5\x1a\x37\x57\x2e\x21\x44\x50\x62\xf4\x83\xe5\x95\x84\x08\x48\x74\x07\x4e\x71\xa2\xf9\x6f\x83\x78\xde\x85\xbb\x8e\x88\x16\xd5\x79\xba\xe2\x38\x56\x84\xaf\xc1\x2a\x68\xf1\x95\xf5\xe8\x57\xde\xd5\x8d\xb8\x0e\xa6\x59\x52\x7c\x3c\xee\xec\x36\x5c\x0f\x23\x96\xef\xc0\xaf\x6f\xf5\x0f\xc7\xfd\x63\x7d\x5e\x24\xa2\x6f\x6e\x7c\xbb\x71\xbe\xd8\xd5\xc4\x61\xbc\xa7\x45\x24\x2e\xe4\x93\x05\x30\xdd\x9f\x70\x46\x85\x8b\x6b\x93\x81\x49\x7c\xb2\xc9\xd6\x11\x86\xda\x7a\xf1\x2e\xf6\xaf\x05\x56\x8f\xfe\x1c\xf7\xda\xe3\xa6\x20\xbf\x5a\x65\xdc\xa2\xd0\x2c\x41\x4f\x15\xa3\x3d\x75\xfb\x5e\x0a\xae\x50\x1a\xb7\x47\xae\xa4\x48\xa0\x4f\x51\x33\x96\xab\xe1\x89\x80\x97\xc2\xdc\x98\x9d\x5d\xba\x23\x9c\xe5\x49\x8c\xca\x40\x2b\xdf\x17\x85\x94\xa8\x0b\x84\xf0\xbe\x53\x98\x14\xbe\x94\x10\x5e\x53\x85\xc5\x3b\x84\x09\xe1\xe5\x52\x2c\xdd\x36\x8a\x10\xde\x7e\xc5\xc3\x9b\xa6\x13\xc2\x9b\xa6\x18\xe4\xcf\x4d\x08\xaf\xae\x42\xac\xef\x7d\x42\x78\x34\x14\xae\xaf\xdf\x4d\x08\xcf\xb8\x9b\x43\xe6\x21\x7a\x72\x49\x71\x09\x9e\x08\x4f\x6d\x5a\x89\xd5\xe1\x4a\x7f\x4f\x44\x53\x8f\x0c\xf5\xc3\xfa\x7a\x41\x2f\xe5\x83\xa4\xe9\x06\xe1\xfc\x89\x6f\x0a\xc3\xf1\xdf\xa5\x43\xfb\xc6\x04\xf9\x52\x7e\x84\x9f\x44\x2c\xde\xfb\x5d\xe3\x9f\x80\xe8\x8a\x53\x57\x32\xe6\xc3\x2c\xb3\x34\xbc\xad\x6e\xd4\x9f\x85\x55\x63\xed\xa7\xd9\x35\xd2\x35\x00\xaa\xd9\x59\x97\x0c\x62\xb8\x3a\x15\xc3\xb2\x5a\x6c\xcc\xb8\x7e\xc8\x85\x66\x15\xac\x4a\xe6\x4a\x96\x49\xca\x5a\xb2\xdd\x6e\x78\xa2\xf4\x93\x2c\xfd\x14\xf1\xa1\x67\xa4\x13\xb2\x84\x8f\xa8\x03\x8c\x14\xce\x1c\x7b\x36\x04\x40\x72\x6f\xc6\x82\x9b\xd7\x01\x24\x66\xa5\x9f\x7b\xf9\x16\x40\xec\xca\x3e\xd4\x75\x10\x59\x90\x88\x67\x01\x81\xb6\xd8\x3b\x68\x83\xa3\xf0\x1e\xb3\x40\x53\x24\xea\x32\x0a\xde\x0b\x45\x1d\x84\x11\xf9\xc1\x78\xbf\x57\x60\xf9\x56\x3c\x4f\xb2\xfe\x9f\xde\xb5\x1a\xeb\xeb\x55\x8e\xde\xc8\xeb\x3a\xba\x8b\xea\x00\x15\x8c\x0b\x42\x7e\x44\xfa\x99\x10\x5c\x17\x12\x06\x22\x11\xaf\x8e\xba\x1e\x8d\xf9\x10\x02\x74\x9c\xfd\x2b\x68\xd7\x7d\xcf\x62\xca\x0b\x71\xb9\x99\xb6\x9f\x63\xed\x37\x51\xbd\x90\xa9\x67\xf3\x71\x1e\x69\x8b\x14\x22\xaa\x20\x33\xf3\xd0\x3d\xfe\x0f\x00\x92\xc6\xc5\x36\x1a\x9f\x00\x44\xe7\x15\xbb\x58\xee\x01\x10\x7c\x57\x3c\xce\xb9\x0f\x60\x84\xf6\xa1\xc7\x81\x71\x00\xbc\xad\x87\xf2\xe2\xd6\x03\x70\x67\x1d\xbc\x79\xa0\x0c\x60\xf8\x60\xd1\xd3\x5a\x67\x80\x61\x0b\x8b\x46\xb7\xbb\x01\x0c\x79\x52\x28\x82\x67\xfa\xa6\x03\xa1\x3f\x90\xa1\x96\xc3\xe0\xd9\xe9\x09\xd4\xa6\x50\xfc\x66\x49\x22\xa3\x1c\x1e\xcb\xe0\xff\x51\x0c\xbe\x17\xd9\xc8\xb1\x67\xcb\xd7\xe2\xfe\x57\xcd\xe7\x87\x78\xc3\x51\x23\xca\xfb\x3a\x60\xb9\x03\xf9\x81\xd9\x2a\x3b\x11\xdf\x4a\x51\xa4\xa8\x5a\x4c\x2b\xe5\x45\x84\x4d\x48\x2a\xc4\x7d\xe0\xdc\x3e\x44\xe3\xd7\x27\xa7\x23\xca\xb2\x4a\x34\x1b\xe3\xe5\xe4\x40\x79\x02\xd6\x53\x0a\xf1\xeb\xa6\xd7\x0f\xa3\x7a\x85\x5a\x79\x29\x7e\x9d\x2f\xe2\x18\xe2\x22\x43\xd5\xaa\xcc\x65\x91\xb7\x50\x35\xc1\xc4\x9d\xee\x44\x0b\x31\x62\xc7\x7c\x7c\x90\x61\x52\xd9\x1f\x85\x33\xb4\x72\x08\x45\xe0\xcb\x07\xaa\x91\x89\x56\xf6\xea\x0a\x76\x78\x2b\x4d\x79\x80\x08\x63\x69\xe9\x27\xc4\xbb\x8b\xcf\x50\xff\x0e\x64\x50\x9b\xc7\xe0\xbb\x59\x0c\x62\x92\xc6\xf4\x39\xd8\x3b\x8c\xda\x04\xd4\x0f\x39\x91\xe4\x8f\xeb\x63\x69\x37\xd5\x05\x39\xa8\x1e\x8e\x38\x55\x4e\x44\x34\xa2\x44\x7b\x2b\xe2\xf0\x5c\x10\xbb\x3e\x09\xcf\x05\x11\xe7\xf6\xe1\x53\x6f\x3b\x9b\x81\x79\xe3\xf7\x35\x07\x71\xe0\xb5\xf2\xf9\x78\x02\x77\x6d\xa5\x7d\x44\xec\xb7\x53\xbd\x10\x2b\xcf\x52\x9c\x77\x46\xb6\xb4\x6f\x90\x42\xdb\x71\x8c\x03\x57\x46\x1d\xde\x17\x07\xa8\x0f\x94\x46\xfc\xea\xd4\xfe\xf1\x88\xcf\x9e\xca\xa5\x8c\xb5\x53\x4d\xeb\x10\xf7\x3d\xe5\x18\xfe\x01\x57\xac\xfd\x99\xc8\xbc\xa8\xed\xa7\x9d\x59\x6a\xb9\x9a\xb1\x73\x42\x4d\x4c\x37\x9e\xf0\x4f\xec\x19\xc4\x27\xaa\x36\xa6\xfe\x95\xad\x23\x7f\xf2\x62\x18\x5b\x70\x8b\xda\x1c\x86\x5b\x9e\x81\x71\x29\xcb\x61\xfc\xaf\xdf\x89\xe7\x86\x9c\x93\xb1\x38\xce\xa9\xbd\x89\x18\xed\x3d\x7e\x29\x88\x22\x45\xc6\x50\xfd\xa3\xed\x59\x39\xa8\x0f\x12\xb8\xb5\x00\xe7\x8d\x17\x14\x21\xda\xb8\xc2\x80\xf2\x23\x9c\x1c\x4a\x70\x1f\x9e\x83\x1d\xa1\x01\x26\x4f\xae\xc6\xd1\xd5\x6d\xac\xc5\x78\xca\xd6\xd5\x23\xca\x04\x7d\x8d\xe2\x34\x0e\x4d\xf1\x52\x88\x78\x36\x35\x8c\xc5\x95\xfa\xfc\x83\xb9\x88\xb4\x36\x19\xb9\xe3\x49\xac\x49\x94\x02\xc2\xe7\x93\xf7\x61\x66\x35\x36\x1d\xc5\x0e\x15\x8d\x49\x0d\xf8\xce\xdb\x60\x70\x8b\xb1\xaf\x10\x81\x3c\x2b\x40\x6b\x03\xb5\xcc\xb8\x57\x8f\x25\x7f\xf0\x62\x4a\x98\x8e\x03\xbf\x78\x31\xcb\x09\xd6\x2d\xe9\xfa\x96\xe7\xb4\x07\x51\xe2\xb4\x89\xc9\x38\xee\x09\x24\x1d\xd9\x47\xd1\x33\x72\x90\x37\x1c\xd6\xbb\x1f\xf3\x64\xf3\x1d\x3a\xde\x3e\x49\xc5\x88\x2e\x7a\x28\xd2\x3c\x77\x6e\xa3\xbc\x90\x05\xfc\x55\x78\x0e\x9f\x39\xe3\x24\xee\x23\x26\x77\x28\x6e\xaa\xa9\x7b\x16\x79\x36\x92\xfb\x9b\xbe\x50\xff\xe9\x7d\x72\x80\xd6\x1d\x12\xf4\x4d\x65\x87\x21\x9e\xbc\x5a\x1c\xad\x11\xbf\x6d\x79\xb4\x12\x23\x7c\x85\x6c\xc5\x7f\xb1\x35\x84\x2a\xf6\xb4\x94\x1f\x42\x5e\x44\xcb\xb0\x7a\x71\x6a\xaf\x23\x32\x79\xf9\xe3\x33\xfc\xf9\x4b\x81\xdf\x70\xa6\x9e\x67\xee\xb1\x9f\x39\x46\xed\x29\x46\xff\xe0\x04\xd3\x71\xa2\x92\xd1\xc9\x28\xdd\xce\xb1\xf9\x3f\x12\xf0\xd6\x77\x7a\x23\xe5\x7f\x25\x49\x67\xe0\xf9\x39\xd6\x31\x9f\x9e\x07\x7a\x0f\xe0\x0d\x93\x20\xef\xc3\x88\x36\xfa\x1d\x3c\x7a\x96\xe6\x41\x25\x8e\xef\x8a\x5e\x3a\xde\x8b\xab\x4e\x20\x6e\x39\xef\xd3\x29\x3c\x4f\x4d\x4f\x39\x87\x78\xe6\x78\x8b\x46\x9c\xb5\xa3\x27\x51\x5e\x88\xf8\xbc\xab\x1b\xa9\xff\xb4\xbf\x02\xc0\xcd\x73\x62\x88\xe3\xde\xac\xa4\x27\xf8\x8e\x47\x33\x51\x89\xe2\x56\x10\x55\x34\xeb\x78\xb4\x19\x77\x9e\x8e\xf2\x38\x5c\x79\x6f\x96\x1c\xa0\x9f\x0b\x6b\x50\xb9\xe5\xc6\xc1\x56\xe4\xc9\xdc\x20\x0f\x31\x4e\xed\xcd\x6f\xf0\xc9\xae\xf6\x52\xdc\xff\x32\xe3\x6f\x13\x83\xf3\x9e\x7b\x4a\x6d\xbd\x21\x13\x17\xdc\x3f\xb2\xdb\xd2\x91\x85\xb1\xf7\x64\x36\x3e\x5f\x6c\x38\xed\x03\xf7\x0f\x1e\x10\xfa\xb9\x69\x39\x1d\xef\xf5\x3d\xc7\x68\x3f\x20\xdd\x13\xe8\xaf\x4b\xfc\x29\xdc\x47\x1d\x0d\xce\xae\xa4\xf3\xa1\x11\xf3\x66\x4a\xc5\x45\xcc\x72\x23\x86\x17\xa2\x96\xdc\x8e\xbf\x27\xaa\xda\x51\x42\xfd\xbf\x3d\x48\xed\xbd\x66\x51\xec\x68\xd7\xed\x4f\x15\x0e\xbb\xdb\xa6\xd7\x50\x4b\x19\xeb\x3d\x73\x37\xda\x52\x1b\x43\x6f\xba\x64\xe5\x21\xaf\xac\x5b\x91\x2a\xd5\xdc\x93\x68\xae\xa3\x9f\x29\xee\x7f\xb7\xe9\x2d\x32\xd9\x6e\x33\x3c\x87\x8e\x72\x82\x9f\xdb\x99\x4e\x14\x57\x18\x1d\x90\x0b\xcc\xbc\x69\x40\x1e\x44\xea\x57\xaa\x87\x14\xd7\x4b\x79\x50\xd1\xea\x47\x70\x75\x0e\x1d\x4a\x75\x71\xb6\x0a\x1e\xc3\xf5\xc0\xff\x4c\x2d\xf2\xea\xbc\xea\x4e\xa1\x5a\xd1\x2a\x87\x33\xb4\x4f\x98\xe2\x79\x2c\x48\xcc\x2f\x6a\xfe\xc9\xb1\xb3\x36\x5c\xc6\x71\x36\x6f\x6d\xc3\xf3\x82\x81\x77\x07\xfe\x7d\x95\x4a\xda\x4f\x45\x38\xf7\x2e\x83\xf7\xd3\x3e\x32\x00\x4f\x6a\x05\x31\xf2\x4f\xf8\x34\x90\xf7\xf3\xf8\xc1\x54\x3c\xa1\x3e\x69\x76\xc2\x4c\x7c\xba\xdf\x17\x9f\xec\x89\xf9\x4e\xfc\x17\x9f\x16\x52\x45\x9b\xc7\x91\xe5\x58\x0b\x7b\xd2\xdf\x84\x23\xf9\x98\xa7\x13\xbf\xff\xe8\xdd\x33\xe4\x4f\x3c\xec\xa5\x1d\x78\x7a\x18\xde\xe0\xed\x35\xd4\xde\x64\xd6\x87\x3f\xe3\xf2\x37\x0f\x2a\x72\xe4\x31\xe4\x33\x6c\x57\x3c\x81\xf3\x25\x50\xa5\x0e\xf9\x8f\x3e\xd3\xce\xe0\x7d\x8c\xb5\x2e\x0d\xc8\x17\x72\x3b\xdb\x8c\xe3\xbd\xc4\xae\x05\xf7\xd9\x79\xf9\x57\x71\x5d\x9d\x31\x70\x1d\x9f\xc6\xb4\x91\xaa\x1a\xe9\x9e\xbe\x8d\x71\x52\xae\xa0\xfa\x40\x02\x37\x1e\x1a\x50\xff\x9f\xdd\xa3\x76\xa0\x7f\x04\xfe\xa5\xd7\xaf\x47\xe1\x09\xfe\xcd\x81\x49\xc8\x03\x7a\xa3\xb0\x10\x9f\xe8\x4d\xa0\x17\x9e\x70\x07\xe7\x53\x66\xdf\x1b\xbb\x34\x7c\x23\x1c\x94\x3c\x82\x27\xb4\xd7\xcf\xcf\xa0\xed\xaf\x6f\x47\x3e\xc0\xe0\xd8\xe7\xf8\x77\xfa\x25\x3e\xe3\x93\xbd\x98\x4b\x70\x66\xf6\x31\xfd\x93\x7a\x2e\x33\x71\xf1\xfa\x67\x5c\x62\x2b\xca\x91\x9f\xc1\xea\x21\x85\x4c\xab\xc5\xe7\xdf\xe2\x7d\x1a\xf9\x0f\x7e\xef\x1a\x71\x5c\xbd\x7d\x2f\x22\x5f\x64\x8d\x39\xed\x17\xe5\xd2\xde\x86\xff\xca\xa2\xfc\x1b\x78\x9e\x66\xfb\x64\x4d\x6b\xec\xc2\x7c\x98\x50\x77\x0f\xfb\x93\x69\x77\x3d\xc0\xfc\x52\x78\xf8\x04\xeb\x59\x82\x11\x54\xc5\x05\x80\xb2\xdb\x00\xbe\xac\xe3\xc2\xfd\xee\xeb\x68\x25\x8c\xc7\x17\x33\x13\xf4\xf3\xbb\xad\x1d\xe5\xb5\x98\xac\xc1\x15\xe9\x6b\x4d\x10\xf6\x97\xfa\x56\x97\x8c\xf3\xe4\xab\x5e\x21\xae\x8f\x5f\xaf\xd6\x62\x84\xbf\x39\xb7\xf1\xe0\xe7\xfe\x5e\xec\x78\xf9\x2d\xe7\x13\xae\xb7\x1f\x77\x53\x7f\x07\x97\x51\xcb\xea\xc4\xfc\xd2\x15\xc2\xb8\xec\xba\x72\x1c\x4f\x25\xe1\xfa\xa7\x91\x35\x12\xe4\x72\x16\xf3\x36\xb0\xf7\x02\xae\x17\x3e\x3d\x97\xf1\x9c\xec\xa1\xd8\x52\x42\xe7\xc3\x0d\x3c\x0f\x38\x07\xdc\x42\xb6\xde\xc2\x15\xb4\x4f\x96\x75\x14\xc3\x07\x3a\x76\x1f\xf3\xc8\xb8\xa7\x0f\xdf\x33\x74\x8c\x9f\xe3\x7a\xab\x68\xdf\x8f\x6a\x37\xc2\x5e\x83\x09\xd4\xff\x4f\xc6\xd4\xfe\xe2\x81\x14\xc9\x32\x7d\x7f\x7e\xf1\x40\x18\xbd\x13\x57\x86\xe7\xc1\xf6\xc7\xd9\xcd\xe8\xa6\xe4\x68\x50\x5b\xb9\x8b\xda\xf3\xbc\xd4\xde\xc4\x9d\x89\x84\x3e\x76\xa6\x9f\x3f\xa2\xb2\xd7\xcf\x10\xea\x37\x1b\x97\xd7\xcc\xb9\x92\xea\xc4\x90\x7f\xf2\x1f\x98\x1a\x3f\x8b\x7f\x1b\xf6\xfc\x69\xff\xe6\x3d\xfc\xcd\x03\xb1\x2e\x04\xf8\x96\x4a\xef\x31\x7f\x3a\x0d\xb0\x64\x80\xea\xd8\xaf\xf6\xa4\xf8\xe6\x7a\x03\x80\x17\x63\x01\xb6\xf4\x51\xbd\xfa\x88\x1a\x80\x87\xb5\x00\x09\x0a\x00\x0f\xf8\x01\x32\x4b\x28\xee\x77\xc8\x1b\xa0\xfb\x21\x40\xb5\x2f\xd5\xfb\x38\xcf\xdc\xef\xbe\x71\x10\xe0\x3e\x17\x40\xdf\x4a\x80\xfb\xb6\x00\x1f\x7c\x01\xee\x32\xf8\x35\x8b\x7b\xb3\xfc\x87\xf3\x4c\x9d\x9e\xbd\xf7\x7d\x8a\xc1\x39\x58\xfe\x47\x35\x83\xeb\xb1\xf8\xe7\x3f\xfd\x62\xf9\x1f\x2c\x9e\xcf\xe2\xe0\x3a\x7f\xe1\xfc\x7f\xc4\x23\x94\xe1\x81\x1c\x02\x98\x31\x09\xe0\xfb\x77\xaa\x67\xff\xb1\x17\x60\x71\x23\xc0\x40\x14\xe7\x9d\x13\xe0\xf9\x63\x80\x75\xb6\x14\xe7\xdd\xec\x00\xf0\xe8\x06\x40\x78\x3e\xc0\x83\x3b\x00\x71\x29\x00\xf7\x57\x01\x64\x5e\xa3\x78\x5f\x61\x0c\xc5\xb9\x39\x71\xb8\xf7\x05\xe0\x7c\x35\xc0\xdd\x2a\x80\xeb\xa9\xd4\xf6\xdd\x00\x78\x10\x4c\x31\x84\x5b\x63\xe9\xbf\xdd\xc2\xe0\x7b\x2c\xff\xe1\x17\xff\xe3\x2f\xfe\xcb\x7f\xe0\xdf\x91\xbf\xe3\xc0\xfa\x65\xc0\x68\x8b\xfc\xe2\x7d\x54\xfc\x69\x75\x6c\xff\x8c\x0b\xfb\x7b\xa6\x39\x54\xdf\x60\x6a\x25\xc0\xe7\xc3\x00\x36\x95\x00\xef\xc6\x71\xf6\x52\x80\x81\x5e\x00\xce\x39\xe0\xa9\x27\x80\x47\x18\xc0\xa3\xef\x00\x01\x62\x00\x0f\xae\x03\x84\x6e\x03\xb8\x77\x06\x20\xd6\x16\xe0\xee\x58\x80\xf4\x61\x00\xb7\xeb\x01\x8a\xcc\x01\x6e\x8b\xd2\x7b\xff\x5d\xe7\x00\x1a\x85\x00\xba\x6a\x00\x6e\x38\x02\xdc\x11\x06\x78\x9c\x00\x70\xd7\x14\xe0\x6b\xed\x6f\xdc\x9b\xcd\x83\x46\xa6\x5f\xcc\x2f\xfe\xcb\xbf\xf9\xcf\xde\x03\x3f\xf7\x3b\x0e\xac\xff\xbf\xf8\x1f\x0c\xef\x83\xe5\x39\xfc\x6d\x59\x9d\x08\x96\x37\x63\x6c\x40\xef\xf5\x4e\x6a\x03\xf8\x94\x02\x30\xb3\x84\xf6\xb1\xb0\xf3\xa6\x38\x9f\xb3\x2a\xc5\x79\xd6\x0c\x00\xf4\x36\x00\x6c\x8c\x04\xe8\xd6\x01\xd8\xfe\x18\xe0\xce\x33\x80\x58\x1e\x80\x5b\x06\xf4\xce\x75\xc7\x21\x80\xfd\x03\x00\x1d\xca\x00\x15\x05\x14\x07\xe5\x9c\x48\x3a\x62\x00\x3a\x84\x00\x3a\x8e\x02\x3c\xca\xe0\x9c\x0a\x68\xce\xb5\x31\xfc\x20\xb6\x0f\x10\xdb\xff\xe3\x17\xff\xe9\xf2\x5f\xfe\xc7\x32\xfe\x33\xbc\x87\xa2\xde\xdf\x71\x60\xfd\xff\x9b\xff\xc1\xf2\x20\x14\x8e\x32\x9f\x19\xde\x07\xcb\x7b\xf8\x15\x8f\x05\x00\x5f\xb6\x00\x98\xd4\x00\xbc\xad\x05\xb0\x8c\x01\xe8\xd7\x05\x98\x73\x95\xea\x5b\x38\xb9\x51\x5d\x87\x15\xbd\x00\xdd\x4b\x01\x7c\x7e\x70\x76\x2d\xda\x17\xa5\x73\x31\x40\xb4\x0e\xc5\x3d\x39\x71\xb8\x31\x0d\x80\x73\x92\x69\x6f\xa2\xcf\xde\x7e\x1f\xa0\x21\x14\xa0\xdd\x1b\xe0\x7a\x36\xb5\x7d\x5e\x00\xed\x0e\xb4\x8f\x14\x9b\x07\xe7\x18\xec\xbd\x8e\xc9\xdd\xea\x59\x7f\xfa\x5f\xc2\xe4\xc3\xdf\xfc\x87\xfd\x53\x7f\xc7\x81\xf5\x9f\xf5\x9b\xe5\x35\xb0\x3c\x88\xbf\x2d\xfb\x7d\xa5\x0a\x80\xef\x36\x00\x1a\xe7\x28\xde\x3f\x76\x3a\xc0\x9b\xb9\x00\x93\x7c\x00\x9e\x99\x01\xcc\x88\x05\xe8\x1b\x07\x30\x3f\x91\x73\x9a\xa1\xf3\xe3\x4e\x2c\x80\xd7\x7d\x80\x9b\x47\x01\x36\x27\x03\x5c\x7b\x4c\x75\x41\xda\xb9\x00\xf6\x3a\x51\x6e\x5c\xc1\x6e\x80\xab\x7c\x00\x9c\x13\xec\xd5\x20\x80\x46\x57\x8a\x79\x5f\xef\xa7\xb6\xef\x2c\xc5\xc5\xbf\xfa\xff\xe6\xc1\xd4\x6b\xfe\x99\xff\xe5\x0c\x3f\xe4\xc8\x05\xc6\x6f\x66\x6c\x0b\x99\xbe\x4a\xbf\xf8\x0f\x21\xbf\xe3\xa0\xfc\xfd\x4f\x3f\x59\x7d\x0b\xd1\x00\xc6\x32\xdc\x22\x56\xff\x82\xe5\x83\x48\xbf\x07\xf8\xa1\x03\xa0\x5c\x40\x79\x1f\xda\xa1\x00\xaf\x8c\xe8\xfa\xf9\xb8\x0b\x60\x5a\x34\xe5\x73\xcd\x4b\xe2\x9c\x9e\x01\x96\x35\x03\xdc\xfa\x06\xe0\x11\x40\xe7\x75\x20\x27\xaf\x93\x00\x22\xc5\x28\xe7\x85\x73\x2e\xb8\x72\x08\xa0\x60\x2c\xc0\xa5\xc5\x00\x15\x5b\x00\x2e\x19\x02\x34\x58\xd0\x3e\x60\xd7\xf7\xd3\x3e\x38\x4f\xfa\xa9\xc5\x1e\x53\x0c\x7e\xcd\xe2\xff\xec\xf8\x1f\xbe\xf4\xdf\xc7\x9d\xe5\x01\x64\x31\xbd\xbd\xd2\xfd\x7e\xc7\x81\xf5\x9f\xf5\x9b\xd5\xb7\xe0\x66\x34\x68\x58\xdd\x0b\xee\x25\xd4\x0a\xe4\x01\xfc\x7c\x00\x20\xd2\x01\xf0\x69\x02\x80\x74\x04\xc0\x80\x01\x80\xaa\x01\xc0\x93\x3c\x00\xfd\x3d\x00\x9c\x53\xe3\xc4\x53\x80\x6c\x53\xeb\x10\x80\x2e\x11\x80\x45\x12\x00\xd7\xe5\xe8\x3e\x7a\xd5\x1c\x80\xf3\xde\x70\x39\x9b\xea\x49\x5d\x74\xa4\xfd\xd5\x9a\xc3\x01\xf2\xc5\x00\x9a\x86\x01\x94\x3b\x00\x34\x25\x00\x34\x1a\x01\x34\x5c\xa7\xfd\x93\x38\xb9\xf1\x54\x07\xa0\x51\x01\xe0\xfb\x35\x80\x5a\x9b\xbf\xfc\x67\xd6\xbd\x42\x86\xbb\x98\xcf\xe4\x47\x36\x33\xd6\x19\x0c\x6f\x66\x1f\xc3\xff\xd8\x5b\xf2\x3b\x0e\x62\xcc\xfe\xf8\x37\xff\x03\x71\xf0\xbf\xf8\x0e\xff\xe4\x3d\x0c\x77\x06\x78\x6b\x0c\x20\xb4\x17\xe0\xa5\x2d\x80\xec\x24\x80\xbe\x06\x00\x0d\x2f\x80\x6e\x1f\x80\x71\xd5\x00\x9d\xbd\x00\xd3\x1e\xd1\xf9\x6e\x77\x01\xa0\xd5\x03\x60\x79\x1d\xc0\x65\x65\x00\x5f\x4b\x80\x0b\xc2\x00\x3b\x72\x01\xce\x5b\x00\x24\x58\x00\x34\x44\x01\xe4\x39\xd1\xde\x51\x65\x25\x00\x67\x16\x03\x34\xbc\x06\x38\x1d\x42\xd7\xc6\x7a\x43\x80\xa7\x57\x01\x4e\xbd\xa4\xf9\x70\x2c\xe3\xcf\xf1\x3f\xc0\xf0\x00\x7f\xe9\x7e\xbc\xfb\xef\x7e\x27\x31\xfa\x28\x2c\x1f\xe0\x9f\xe3\xfe\x07\xff\xe3\x5f\xfc\xa7\x5c\xe5\xdf\xbc\x87\xfe\x01\x80\x61\x46\x74\x3f\x10\x71\x00\xb8\x7f\x10\x40\x71\x0c\xc0\x6d\x67\xda\x27\xe7\x86\x3a\xc0\xc4\xe5\x00\x57\xa3\x00\x6c\x0e\x02\x5c\x3c\x0e\xb0\xb4\x02\xa0\x49\x94\xf3\xee\x0e\x70\xae\x0e\x60\xbb\x21\xc0\xe9\x8f\x00\x7b\x76\x00\xd4\x15\x03\x64\x77\x03\xd4\x6c\x06\x28\xbd\x03\x70\x72\x26\x00\xe7\x0d\xfe\x78\x2f\xc0\x0d\x5b\x80\xea\x76\x80\x27\x93\x00\xaa\x19\x2d\xa2\xa3\x4c\x2e\x1f\xd0\x63\xc6\x9d\x99\x27\x69\x0c\x7f\x92\xe5\x7d\x24\x30\x5c\xcf\x78\x66\x0d\xdc\xcd\x70\x5e\x77\x6d\xfa\x1d\x87\xff\xc9\x7f\xf8\x2b\x0e\x5f\x86\x51\xfb\x46\x85\x5a\xda\x65\x96\xae\x03\x5c\x3c\x00\xb7\x4f\x02\x48\x04\xd3\xfd\x4e\x2d\x19\xa0\x35\x86\x9e\x33\x9a\x3b\xa8\xae\x54\x43\x2f\xc0\xc2\x1d\x00\x67\x24\x01\xdc\x8d\x00\xea\x74\x01\xb6\x98\x02\x9c\xe8\x02\xd8\xdd\x0f\x50\x6d\x01\x90\x15\x0e\x50\x79\x0d\xa0\xe4\x01\xed\xf3\x75\x76\x26\x40\x99\x1c\xc0\xf5\x3a\x80\x52\x29\x80\x27\x4d\x00\x47\xf3\x00\x7e\x00\xc0\x01\x86\x2f\x99\xc5\xe8\xac\xa5\x30\x3a\x39\x89\xcc\x7c\x61\xf9\x2e\xbb\xaf\x51\xcb\xf2\x3e\xc2\x19\x1e\xea\x8e\xcf\xff\x88\xc3\xff\xc1\xff\xaf\x0c\xff\xe3\x8d\x3a\xb5\xec\xed\x09\xda\x75\x17\xe0\x6e\x01\xb5\x37\x98\xf9\xc5\x59\xd7\xa5\xa7\x03\x34\x17\x00\x68\xb6\x01\x34\x98\x03\x98\x5b\x01\xd4\x73\x83\xd8\x3c\x0b\x80\x13\x17\x87\xc9\xae\xb0\x06\x38\xb6\x9b\x4b\x3e\x60\x3d\x40\xd9\x4d\x6e\xdf\x28\x01\x80\xa3\xa9\x3c\x06\xe9\x3f\x00\x8a\x8b\x78\x2a\x8f\x94\x00\x1c\x1c\xc5\xf3\xac\xbe\x0f\xa0\x70\x0a\x4f\x5a\xbb\x01\xc0\xfe\xe3\x3c\xe6\x8f\x5e\x01\x14\xac\xe2\x3e\xfc\xe5\x2d\x40\xe6\x36\x5e\xec\xbb\x9c\x9c\xc8\x8d\x7d\x90\xe2\x5c\xb9\xf0\x1e\x52\xb4\xe8\x70\xec\x97\x14\x39\x74\x38\xd6\x9f\x42\xfa\x87\x4c\xe4\xd8\xe0\xb2\xa1\xd8\xf9\x72\x3b\xcf\x10\xac\x5f\x6e\x5e\x03\x35\xff\x97\x38\x7c\xdd\xcb\xf8\x1f\xc8\x8c\x7f\x26\xb5\xbd\x1f\xa9\xbd\xc3\xf0\x60\x6e\x58\x53\xdb\x12\x0c\x58\xf7\x3d\xaf\xce\xe5\x29\xb8\x0e\xe0\x54\xc7\x08\x59\x15\x3f\x80\xe3\xee\xc2\x9a\xe3\x2f\x02\x94\x6f\x10\xfb\x3a\x3b\x09\xe0\x48\x84\xe4\x52\xe7\x31\x00\x07\x17\x8e\x54\xf1\x75\x06\xd8\x7f\x44\x7a\x53\x78\x09\x40\xde\x22\x99\xf9\xa9\x73\x00\xb2\x2f\xcb\xb8\x1e\xe2\x9c\xb5\xc7\x4b\xb7\xd6\x9a\x02\xa4\x4f\x93\x1e\xdd\x52\x0f\xb0\xaf\x78\xe4\xcb\xfb\x1d\x00\xa9\x32\x23\x9d\x3e\x8c\x01\x48\xdc\x28\x85\x3a\xbc\xbb\xf5\x25\xb0\xce\x10\xf1\x51\x02\xfd\xdc\xa1\x2c\x7e\x96\x63\x83\x46\x89\x60\x3d\x76\xf3\x29\x11\xd4\xd1\xf1\xf7\x15\xc6\x78\xf8\x15\x0b\x22\x1f\xc6\x37\x8a\xaf\xf4\x7f\xc5\xe1\x07\xe3\xf7\x1b\x26\x0f\x9e\x67\x33\xfe\x6f\xa2\x6f\x87\x5d\x15\xbc\x58\x1d\x6a\xab\x12\xc6\xae\xd2\xcd\x03\xe2\xf8\xd6\x7c\xd6\x99\xf6\xcb\x39\xde\x2f\xfd\x84\x6b\x24\x40\x99\xbb\x42\xb6\x4c\x32\x3c\x38\xf8\x42\xb1\x47\x27\x67\xf8\xba\xfc\x43\xca\x81\x53\x56\x71\xaf\xc9\xfc\xac\x32\x6f\x01\x17\xaf\xc3\x3e\x21\x95\x50\x77\x1d\x7e\x48\x3a\xaf\xb2\x64\xeb\xb5\x11\x61\x71\xed\xca\xdf\xf7\x74\x09\xec\x8f\x79\xa1\xbc\x3c\x2f\x5c\x70\x4e\xb4\x86\xd2\xbb\x63\xdc\x82\x15\xbb\xe6\x2a\xad\x69\xfa\x2c\xb8\x33\x72\x97\x92\xe8\x6d\x19\x81\x57\x11\x8e\x4a\x96\xfd\xad\x02\x62\xa1\x35\x4a\xb5\x84\xf0\x17\x6d\xf3\x54\x4a\x26\x84\x6f\x20\x50\x4d\xf1\x13\x21\xbc\x83\x1b\x3e\x29\x46\x11\xc2\x6b\xb2\x3e\x5d\x41\x87\x10\xee\x4e\xaf\xf9\xf2\x49\x84\x70\x6b\x7a\x9e\x97\x1f\x4a\x08\x57\xa2\xfb\x16\x79\x13\x42\xb8\xa2\x56\xab\xc8\xc9\x11\x32\x7c\xf9\xdf\xfe\xff\x8c\xfd\xd3\xff\x17\x85\x43\xf1\xf6\x64\x8f\x81\x10\xe2\xbc\x37\xf5\x46\xa2\x0e\x6b\xab\x87\x12\xbe\x77\x37\x2d\x55\x41\xbf\xeb\xa2\x35\xb0\xfa\x51\xb9\x4b\x0b\xdf\x96\x8b\xdb\x74\x51\x17\xa3\x40\xd2\xc0\x47\x34\x14\x20\xbd\x56\xbf\x4b\x2d\x90\x7b\x58\x92\x92\xfe\x2e\xe3\xf7\xfc\xaf\x63\x97\xe9\xa7\xdb\xcc\x15\x5c\xbf\xf3\xa2\x7e\x90\xcb\x5b\xe1\x2b\xa1\xb5\x7a\xdd\x7e\x85\xa2\x6d\xdb\x95\xf5\x6c\x76\x06\x8a\xe7\x6d\x39\xac\x3b\x39\xbd\x45\xa2\x3e\x30\x53\x67\xc9\xd1\x62\xc9\xe5\xfe\xae\xda\x69\x67\x2e\x49\x26\xfa\xed\xd5\x16\xbd\xa1\x29\x69\xb0\xc1\x4d\xeb\xf3\xd3\x0c\x89\xc9\xbe\x77\xb5\x23\x7e\x9e\x15\x5b\xbb\xee\xb4\x56\x29\x21\x22\x79\xee\x2a\x63\x2e\x11\x22\xb4\x65\x95\xdc\x18\x1b\x42\x04\x8b\xdd\x1c\x47\xfb\x11\x22\xc0\xb3\x7c\xcc\xe8\x39\x84\x8c\x68\x72\xf1\x18\x35\x9e\x10\xfe\x09\xcb\x8c\x54\x93\x09\xe1\x7d\xef\xf4\x5a\xe5\x22\x21\xbc\xaa\x7f\xf3\x7f\x7e\x8d\xbf\x22\x1f\xd6\x4d\xba\xdb\x24\xb0\x5c\x7a\x6b\x02\xad\x92\x5c\xce\xd6\xc4\x3a\x4a\x83\x80\x11\xde\xcb\xac\x69\x30\xc6\xfa\x4b\xd9\x6a\x53\x8c\x60\x91\x39\xe5\x85\x64\x6f\x98\x8c\xb8\xcd\x5e\xd1\x29\x5f\x79\x0a\x00\x62\x23\xa7\x79\xca\xdb\x0d\x2b\x0d\x0f\x9e\xe2\xab\xaf\xc9\xff\x78\x9b\xd5\xe4\xbb\xd3\xc6\x8b\xfc\x0c\x30\x9d\x3c\xc1\xf1\x90\x78\x9f\xef\x50\xf3\xaf\x9e\x2f\xa4\x16\xae\x33\x9b\xf8\x78\xc7\x14\xe9\xdd\xee\xa2\x66\x8f\x93\x87\xc9\x4e\x59\x59\x6f\x5a\x51\x64\x23\x37\xde\x6d\x8c\xc9\x91\x9a\x36\xb9\x42\x57\x25\x13\xbe\xd6\x99\x72\xbb\x9c\x5f\x4c\xb8\xd9\xbb\x50\xf6\xba\xb3\x9f\xc9\x88\x4f\x09\x32\xfc\x4b\xa3\x27\x4c\x21\x44\xaa\xdc\x49\x6e\x5c\x3c\x21\xe2\x9d\x7f\xf3\x3c\x1c\x64\xf5\x3f\x11\x22\x1c\x61\xd7\xae\x97\x4d\x88\x50\x80\xed\x19\xbd\x0c\x42\x84\xc4\xe6\x1c\xd0\xae\x24\x44\x40\x8a\xf5\xff\x03\x2f\xe0\x73\x3f\x6f\x14\xc4\xea\xdf\xdd\x2a\xda\x1f\xe4\x06\xd1\xc0\xba\x49\x73\xc9\x58\xc4\xb5\xce\x96\x53\x7d\x8c\xaa\xf2\xa9\x58\xbf\x3d\x5a\x6e\x85\x3b\x48\xa1\xd7\x2c\xac\x2a\x66\x16\x51\xf5\xe9\x44\x1b\xca\x93\x88\x6c\xb2\xc7\x3e\xe7\xc1\x6f\xe7\xd7\x49\x2a\x01\x04\x18\xd8\x27\x68\x78\xf2\x86\x78\x4d\x98\x17\x3e\x91\x57\x38\x71\xa5\xcf\xdc\x95\xb6\xd6\x52\xe1\xce\xfb\xe6\xf0\xae\xe8\x93\xf1\x71\x0a\xb3\xee\xdc\xd4\x26\x6f\x32\xbf\x69\xb6\x6d\xec\x48\xc5\x11\x76\x0a\x33\x1f\xe5\x0e\x2a\x2d\x98\xab\x37\xe3\xc6\xb1\xa3\xca\x32\x36\xa6\x56\x83\xcd\x73\x95\xc7\xce\xfe\x66\x65\x76\x37\x45\xc9\x63\x76\xbe\xd5\xf8\x37\xa3\x15\xae\xcf\x16\xb6\xe2\x25\x44\x6e\xd1\x0c\x89\x69\xbb\x08\x91\xde\x66\xd9\x32\x45\x8b\x10\xa9\x31\x96\x2a\x93\x4a\x08\x91\x70\x9b\xf6\xde\x5c\x8a\x10\xf1\x65\x53\x89\x99\x0c\x21\xa2\x83\x53\xe7\x9b\xf4\x13\x22\x2a\x67\x71\x7c\xc2\x02\x42\x84\x6f\x7f\xce\x1f\x82\x3b\xe0\xf3\x2b\x52\x58\xed\xec\x0e\x57\x46\xfd\xfa\xeb\xe1\xfa\x58\x25\x6c\xae\x9f\x88\xd5\x9f\x7a\x45\xca\xfb\xa9\x76\x9b\x8d\xf6\x08\xb1\x45\x54\xa5\x20\xd2\x01\xef\x33\xa7\xfb\x39\x62\x5e\x24\xaa\x2c\xc1\x78\x45\xfa\x39\xe3\xed\xc3\x2d\x6e\xae\xb8\x6e\xfa\xe8\xbb\xf5\xf0\x07\x02\xac\xf9\xea\xe6\xa7\x14\xcf\xe5\xe6\x1c\xea\x5a\x31\xb6\x41\xe0\xc2\x02\x47\xe7\x86\x99\xfb\xc4\x6f\xcd\x9d\xb3\xf4\xe3\xb2\x8d\xd2\xca\xb3\xec\x96\x4a\xfb\x89\xc8\x7c\x9e\x2e\xbb\x44\x6f\x97\xa6\xdc\xec\x29\x39\x8b\x6d\x33\xeb\xe4\x05\x27\x3d\x74\x1a\x57\xd6\x24\x6f\x6c\xae\xb1\x68\x41\x63\x97\xbc\xf2\x44\x2e\xc7\xf2\xce\x1f\x72\xee\x66\x21\x8e\xae\xfd\x86\x32\x77\xcd\x0e\x2f\x3c\x47\xc8\xc8\x6d\x26\x3f\x1c\x3c\x09\x91\x5c\x62\x72\x77\x9e\x00\xc7\xff\x09\xeb\x6c\x2e\x12\x22\x96\x6f\xfc\x7d\xb6\x12\x21\xa2\x75\xe3\xc9\x8c\x5b\x9c\xf9\x33\xfe\xbd\xe5\x57\x42\x84\x3f\x8d\xbb\x36\xf5\x1b\x21\x42\x2f\x9f\xe5\x4a\x61\xf5\xb3\xbb\x5b\x1d\x71\x9b\x6b\x8a\x34\xcf\x9b\x9d\x69\xd5\x98\xe5\xff\x54\x0c\xce\xa3\xf8\x37\x71\xc4\x7a\x7b\x81\x21\xc5\x87\xd3\x56\xbb\x22\x3e\x1e\xef\xb3\x02\xeb\xb4\x91\x8d\xee\xb8\x7e\x6c\x65\x74\x33\xbc\x19\x75\x76\x57\x29\x1f\x54\xa7\x5f\x7c\x69\x83\x83\xb4\x11\x80\x6d\xc3\xfa\x73\x3a\x63\xf9\xe2\xad\xd4\xbd\xee\x4d\x39\x27\x32\xdb\x42\xd5\x4b\x6a\x91\xa4\xd8\x4d\xb3\x51\xeb\xb6\x79\x2f\x96\xd0\x33\x1e\xe5\x59\x1b\x3e\x4a\xd2\xc8\xe8\xb9\xc7\xc5\x34\x23\xc9\x93\x06\x9e\x6b\xb3\x8e\xc6\x49\x36\xe9\x95\xbb\xd7\x9d\x6d\x93\x8c\xd2\x4d\x73\x9f\xd5\xd1\x2b\xf1\x58\x57\x66\xcd\xd9\x17\xc3\xc5\xf7\xe9\xda\xad\xf1\x22\x44\xd4\x4f\x27\xc5\x6d\x07\x21\x22\x3c\x3a\x51\xce\x17\x08\x11\x76\xd4\xbe\xb3\xc4\x8a\x10\xa1\x39\x5a\x77\x17\x7d\x21\x44\x70\x8e\xd6\x13\x47\x61\x42\x04\xb9\x35\x67\x3b\x34\x10\x32\x22\x55\xcb\x71\xde\x42\x42\x46\x1c\xbe\x6f\xab\x8d\xf3\xfe\x86\x8e\x09\xfa\xd7\xfc\x75\x3a\xea\x1e\xd5\x67\xd1\x7e\x50\xbf\xf8\x3f\xd7\xa9\x6a\x70\xbe\xbd\x1b\xe2\x35\xfb\xaa\x56\xe1\x3a\x99\xb0\xd7\x73\x14\xf5\xdf\x1b\xab\xcb\x5b\x5f\xf9\x62\x75\x75\x83\x2e\xc5\x4d\x57\x3e\xdd\x84\x55\xe4\x05\x99\xdb\x50\xbf\x7b\xb6\xc8\xf6\x07\x82\x13\x01\x2c\xee\x05\xdd\x54\x0b\xe1\x7a\x6e\xec\xbd\x6d\xbe\x69\xe9\x88\xd7\x86\xe3\xb7\x29\xdb\xfb\x0a\x5a\xe9\xb4\x6f\x6d\x5c\xeb\x28\x34\x4e\xd3\x78\xcb\xe7\xe0\x1e\xa1\xc6\xd1\x06\x5b\x36\xef\x4d\x11\x7a\x30\x4a\x6c\x73\x64\xf1\x68\xa1\x1a\xd5\xc0\x4d\x29\xf5\x85\x42\x26\x2a\xdb\x02\xdf\x5f\x17\x14\x0c\x55\xfe\x19\xe8\xf2\x54\x59\x60\xb9\xca\xd4\x40\xad\x9f\xfe\xfc\xad\x2a\x81\xbe\xd7\x08\xe1\x37\x51\x7e\xbb\xee\x15\x21\x7c\x8b\x95\x06\xd7\x1e\x27\x84\xd7\x41\x65\xc1\x6a\x57\x42\x78\xbf\x28\xd7\xad\x90\x24\x84\x77\xaa\xf2\x5e\x97\x70\x42\x78\x6e\x28\xaf\x5f\x96\x44\x08\xcf\x9e\x0e\x27\x73\xac\x2b\x5f\x52\xa4\x7d\xa1\xea\xa3\xed\xf7\xe0\xba\xff\x74\x31\xa2\x44\x87\x6f\x2f\x47\x1d\xa0\x82\xb1\xee\x88\xa6\xa6\x3d\xa2\xfc\x9f\x84\x41\x5f\xe4\xcd\x45\x33\xfe\x06\x9b\x6c\xc6\xea\xea\x46\xee\x6d\xb8\xbe\xb8\xaf\x0b\x46\x3c\x78\x89\x6c\x18\x9e\xbc\x6c\x24\x29\xfa\x60\xfc\x6a\xb7\xc9\x10\x49\x00\x83\x8e\xdd\xb3\x65\x0f\x0e\x79\xa6\xd1\x18\xbd\xde\x68\x09\xf7\xa0\xda\xc2\x68\x27\x9b\x28\x9e\x48\xa5\xd2\xa8\x2f\x2b\xbd\x78\xd2\x15\x78\xa3\x76\x6d\xbd\xc1\xb3\x4e\xf6\x67\x94\x70\x22\x37\xf7\x29\x99\x9c\x5d\x09\x45\x73\xb8\x72\xa5\xdf\xed\xfc\x5c\xa7\x33\x7c\x82\xf4\xc0\x4e\xab\xb6\x67\xc3\x24\x65\x7e\xee\xf4\x78\x2c\x03\x20\x5d\x19\xe9\xf1\xad\x03\x60\x64\x4a\x48\x26\x67\xef\x93\xdc\xba\x15\xf1\x7c\xb1\xc5\x81\x2d\x68\x2b\x37\xd6\x73\xac\x88\x8e\x2f\xea\x44\x88\xf2\x78\xe1\xfd\x6e\xa1\x9c\xb5\x88\xff\x5e\xd6\xb7\x46\xde\xca\xe9\x54\x3a\xee\xc7\x88\x33\xee\x8f\x47\x1c\x57\x61\x42\xef\x7f\xe9\x89\xdf\xcf\x48\xda\x80\x79\x9e\x14\x12\x80\x75\xfd\x68\xc5\xad\xe8\x57\x08\x50\x9c\x38\x70\x68\x28\x56\x8b\x3d\x0b\x22\xd1\x6f\xd7\x29\xd1\x08\x4f\x39\x4c\xa2\x7c\x81\x69\x5b\x13\x30\xce\xba\x66\x7b\x11\x4f\x56\x16\x4f\xcd\x15\x11\x02\x90\xf9\x90\x7a\x45\x6b\xee\x10\x97\x91\x3b\xf7\x29\x58\xed\x03\x90\x80\xd4\x46\x17\x5d\x00\x51\xc5\xd4\xd0\x80\x97\x00\xc2\x8a\x29\x97\x63\xef\x00\x08\xac\x48\x51\xcf\xef\x00\xe0\xdf\xbe\xd7\xe2\xf8\x5a\x00\x3e\x85\x64\xe1\x2b\x73\x01\x78\x62\x92\x2c\x1f\xe8\x02\x70\x9b\x24\xa6\x7f\x1c\x0b\x30\x7c\xf7\x9e\x30\x7c\x57\x0c\xde\x85\xbc\xe3\x21\x89\x61\x14\xef\xbf\x13\xc2\x85\xf6\x44\x10\xc5\xf7\x96\x6e\xa6\xb8\xbf\xa5\x3f\xea\xf1\xb1\xfe\x57\x7b\xb8\xd1\xf5\xbf\xca\x03\xfb\x37\x14\xf4\xfa\xe2\xb8\x67\xbe\x0e\xc0\x7c\x4f\x26\x5b\x71\x1f\x8d\x2e\xa0\x7e\x87\x0e\x0d\xc3\xfd\x74\x73\xfb\x4e\xac\x8a\xaf\x37\xa0\xdd\xe6\x57\x26\xc5\x21\xfa\xea\x64\x9b\x88\x7f\x67\x0e\xd0\xfe\x39\x66\x12\xe9\x88\x77\x8c\xd6\xcd\x46\x7e\xa6\xc0\x8f\xfc\x4f\x43\xd5\x00\x78\x1f\x15\xa8\x2b\xde\x03\x18\xfe\xbd\x40\xd3\x6c\x3e\xc0\x90\xf2\x02\xde\x05\xd8\x91\x28\xbf\xd3\x1b\xf1\x99\x7c\xe5\x48\x1c\x99\xbc\xed\x59\xb8\x12\xe5\xda\x52\xdc\x3f\x67\xd8\x05\x44\xa0\xb3\x15\xe9\xcd\xe9\xac\xa6\x37\xf8\x0e\x98\xc1\x9c\x85\x92\x99\x7b\xbc\xf1\xcc\x7d\xff\x18\x06\xcf\x8b\x62\xf0\xde\xf0\x18\x6a\x43\x1c\x39\xf6\xf8\xf3\x95\x78\x2e\x2c\x5d\x41\x79\x5f\x45\xfe\x14\x4d\xcc\x66\xc6\x3b\x99\x50\xbf\x63\x0e\x86\xa1\x5e\x41\xb8\xed\x4e\xdc\x4f\xb6\x26\xc7\x20\xaa\xb0\x21\x2b\x0e\x9f\xc2\x43\x31\x19\xe7\x83\x73\x5b\x2a\xe6\x81\xfd\x26\xca\x13\xb0\x8c\xa7\x7c\x18\xa3\x76\x84\x35\x40\x31\xa7\x10\x79\x37\x5c\xf3\x0f\x33\xb8\xf7\x11\x22\x83\x3b\xec\x51\x71\x63\x6e\xfc\xec\x60\x8f\xb8\xf7\xe1\x7e\x4f\x3c\x91\x1d\x9e\x4b\x3b\x53\x15\xdb\xa5\x21\x32\x76\xe8\x4a\x09\x66\xd6\x21\xde\x06\xe4\x43\x14\xc5\xdc\x4a\xa5\x4f\xfe\x12\x57\xb8\xc2\x49\xd4\x3f\x96\x17\x93\xc1\xe0\x98\xa9\xda\xd4\x26\x31\xb8\xde\x1e\x86\x0f\xb3\x7b\x28\x41\xfd\x07\x7a\x7b\xfa\xa0\xe5\x26\xc4\x67\xb3\x03\x82\x10\xbf\xdc\x67\x42\x75\x80\xe2\x8d\x76\x61\x9e\x47\xba\xc7\x08\x72\x6c\xd0\xf1\x78\xc4\xbd\x03\x3c\x92\x31\x0e\xde\x8d\xfb\xb0\x9f\xde\x8a\xde\x4c\xfc\xb9\x45\x49\x94\x0f\x33\xc7\x28\x1f\xd7\x87\x49\x17\x0b\x51\x8f\x4e\xdf\xec\x30\xbe\x99\xc9\x58\x96\xae\xa0\xfe\x1f\x5b\x48\x6d\x95\x1d\x65\x68\x1f\x23\x54\x07\xe3\x98\xbe\x2d\xde\x94\xaf\xfc\x41\x19\x89\xc7\xe4\xb7\xe3\x3d\xfe\x63\xf3\xf6\x22\x93\xa4\x32\xa4\x18\xff\x42\x85\x5a\x3d\x9e\x74\xcb\xbd\xaf\xe3\x99\xbf\x2c\xf9\x09\xee\x6c\x65\x13\x7e\xe0\x48\x14\xc7\x51\x3f\x0f\x30\xfd\x2f\xf2\x99\xfb\xdd\xd9\x0c\x0f\x22\x9d\x9f\xfc\x83\x37\x54\x5c\xb3\x15\xf7\x7f\x56\x07\x69\x5f\x12\xe5\x7d\xc5\x27\x51\x9e\x5b\xb4\x62\xc2\x72\xba\x0e\x24\xe1\xf7\x37\x55\xa5\xe2\x7a\xe8\x53\x94\x89\xf7\xb7\xdd\x47\x53\x3e\xcc\xb2\xee\x02\x3c\x97\x3a\x7c\xa7\x7d\x83\x58\x5d\x1c\x93\x73\x25\x78\x0e\x19\xe3\x5d\x89\xe7\x0a\x89\xa7\xd5\x94\x07\x02\xb5\x0c\xde\x5b\xaf\x28\x85\x3b\xf5\x29\x5f\x43\x44\xfa\x4e\x79\xd3\x93\x58\x5d\x1d\xe5\x3f\xd4\x35\xd2\x4e\x6d\x75\x3f\xe8\x0a\x53\x37\xbb\x10\x77\xe0\x5a\xf3\x1a\x44\x48\x6b\x02\x5a\x50\xf7\xa0\x46\xf4\x21\xf2\x41\x4e\xea\x7c\x40\x05\x83\x2a\x46\xd7\xa0\x8c\x99\x17\x47\x0e\x52\x7b\xb0\x80\xda\xfd\x49\xff\xcc\x9b\xbc\xf2\x50\x9c\x0f\xe9\xa2\xbb\x30\xba\x89\x1f\xf6\x20\x2f\x2c\xfa\x6c\x92\x2e\x20\x1f\x94\xf6\x03\xdb\xba\x27\x03\xfd\xf2\x0b\xca\xc5\x7d\xd5\xd3\x90\xf2\x03\x96\x5f\x2d\xc4\xb8\x39\x39\x50\x1e\xd0\xdc\x4b\xa5\x98\x17\x53\xed\xcb\x70\x34\xc7\x7b\x50\x7e\x84\x9a\xe1\x49\x44\x2d\x45\xbc\xeb\x19\x7c\x93\xaa\x58\x00\x9c\x4f\xa6\xba\x28\xe7\x85\xf5\x31\xcf\xcf\x5b\x52\x05\xbb\xc6\x24\x57\xdc\xd1\x1b\x9f\x52\x3c\xaf\xa1\x97\xae\xb8\x8d\xff\x1f\x63\x5f\x1e\x57\xe3\xda\xbd\x7f\x35\x4f\x94\x92\x21\x43\x64\x16\x51\x99\x89\xcc\x73\x83\x90\x0c\xa5\x41\x88\x52\xc8\x9c\x06\x19\x4b\xa8\x14\xa2\x28\x43\x42\xa9\x84\x26\xcd\xa1\xa8\xcc\x43\xc7\x94\x99\x64\x38\xe6\x73\x38\xcf\xef\xf3\xac\xf5\x6c\xa9\xf7\xbc\xef\xef\xfb\xc7\xf9\xac\xb3\xb7\xdd\xde\xcf\xba\x87\x75\xdf\xf7\xba\xae\xfb\x5a\x59\xb1\x84\x7f\x17\x46\xb2\x22\x47\x41\x15\xdf\x48\x2f\x30\xbe\x4f\x15\x5d\xf2\x9d\xde\xd3\x3d\xf8\x1c\x69\x5e\x64\xec\x65\x2b\xe3\x0b\xfd\xd2\x8b\xf9\xc1\xf6\x28\xdd\xd3\xd8\x1b\xc3\xfd\x1e\xb6\x78\x07\xf1\xf9\xb6\x9a\x46\x92\xda\xc8\x86\x8e\x51\x87\x40\xb8\x37\xd7\x0b\x92\xf1\x80\x16\x19\xb3\xdf\x73\x2e\x33\x3f\x62\xd6\xbd\x44\xc2\x89\xa7\xa4\x48\xba\x38\x3e\xa7\x89\x1f\x30\x78\x49\x3a\xe9\x45\x19\x5f\x63\xbf\xdb\x1e\xcb\xa5\xf1\xa0\x35\x90\xf5\x42\x80\x52\x49\x0f\xe4\xb2\x6d\x63\x8a\x14\x97\x4d\x7b\x10\xa2\x7a\x39\x79\x54\x21\xdb\x59\x84\x2c\x5f\x12\x96\x50\xa4\xb9\x64\xc9\xcc\x9d\x4b\x02\x47\x9c\x4b\x86\x29\xc4\xab\x2a\xfd\xc9\xca\x04\x25\xfa\xb7\x98\x01\x59\x51\x4d\xbc\xaa\x0b\x7f\xfd\xa0\xf1\x53\x38\x8c\xfd\x95\xb5\x8b\x8c\x2f\x24\xd3\xd1\x61\x5e\x4c\x84\x6d\x38\x11\xca\x43\x96\xec\xa2\xde\xd8\x34\x3a\x9a\x4e\xdc\x7e\x36\x5c\x5d\x62\xb5\xd1\x11\x3a\x77\x2c\xee\x96\x40\x71\x72\x81\x3f\xf3\x80\x9c\x83\x52\x48\x6f\xcd\xee\x63\x1a\x8d\x9b\x49\xcb\x32\x68\x1d\x18\x3d\x38\x9b\x78\x76\x03\xdf\xe6\x52\xfb\x19\xad\x64\x5e\x48\xeb\x1a\x66\x6b\x68\xb4\xba\xdc\x99\xfd\xbf\xba\x8f\xed\xb5\x67\x8d\x69\x66\x5d\xe3\x00\x8b\x1b\xbe\x5c\xd1\xf4\x86\xcb\x74\x62\x28\xde\xf8\xe1\x49\x2b\xf8\xf5\x43\xeb\x5f\x91\x35\xdc\x43\xfe\xdf\x50\x48\xa4\xf9\x71\x3d\x20\x8f\xf8\x52\xd7\x4c\xaf\xd3\x8a\x76\xad\xed\x73\xba\xdf\x5f\xf1\xf1\x0b\xfd\x62\x19\x61\x8f\x40\x49\x57\xf6\xbb\x48\xaa\x9f\x94\x57\xc4\x36\xeb\x08\xe5\xeb\x06\xec\xc9\x21\xff\xa3\x63\x08\xe7\x0f\xf0\x62\x1e\xd0\x1a\x2d\xee\x6f\xef\x9b\x27\xa8\xdf\xdc\xcb\x53\xa8\x1f\x5d\x0b\x79\x9c\xdb\xeb\xa7\x53\xe6\x65\xea\xb9\x2c\x62\x75\x4d\xd4\xe4\x3a\x59\x23\xc2\x78\xbc\xf7\x0b\xbb\x40\xfb\xeb\x6e\x56\x5c\x2f\xaa\x95\x75\x39\x7d\x8f\x7a\x97\x6b\x52\x06\xe7\x8e\x3c\xdb\x3f\xb2\x1a\x91\x72\x42\x65\x06\x9f\x64\xef\xb9\x33\xc3\xf9\x5e\x35\x9f\x58\xee\xeb\xbb\xf3\xeb\x1f\xeb\x34\xf9\xf3\x3c\x53\xff\x88\x49\x20\x05\x8f\x3f\xe2\xb2\x89\x2f\x55\x99\x59\x4e\x27\x9a\xca\x61\x55\xa4\x1c\x7a\x67\xcb\x9f\xf4\xfe\x4d\xbf\xbf\xe9\x49\x64\x75\xa5\x64\xf5\x93\x4a\xa4\x4a\x1c\xc5\xc4\xb3\x0c\x16\xe2\xa8\x1b\xd6\xdb\xc4\x53\xab\xad\xdd\x79\x82\x58\x8c\xcb\xab\x92\x69\x76\x7a\x9d\x4d\x23\xde\xb1\x5b\x45\x06\xad\x6a\xce\xc6\x99\xd4\x8f\x33\xa7\xf2\x38\xb7\xd9\x5e\x40\xe7\xb4\xf1\x9b\xcf\x4b\x3a\x20\x25\xf4\x7d\xbd\x51\x46\x7c\x80\x2e\x4d\xae\x52\x6f\xb5\xec\xc8\xfa\x38\xea\xdb\xef\x06\xb3\xff\x0f\xa5\x9b\x4d\x4f\x9e\x68\xd2\xbf\x3c\x09\xeb\x40\x3b\x90\x27\x1b\x07\xd3\x09\xee\x69\xf8\x64\x7a\xa2\xa7\x5d\x99\xe1\xf9\xb4\x92\x57\xf0\x27\x6e\xac\x58\xf7\xe4\x24\x33\x78\x1e\x57\x9d\xa1\x76\x79\x32\xbb\x94\x7a\xe2\x71\xd2\x3d\x1a\x99\x0f\x8f\x72\xee\xf4\x61\x3c\x6b\x09\xcb\x74\x62\x6e\x4b\x71\xf3\xda\x3f\x6c\xb9\x4e\x90\x8c\x07\xe5\x5f\x78\x92\xe2\xfc\x6a\xb3\x54\x8a\x17\x4b\x13\xb8\x0e\xde\xc2\x84\x4c\xfa\xd5\xb9\x6f\x73\x68\x15\x77\xf8\x59\x40\xab\xfd\x0c\xa7\x8b\xc4\x27\xb3\x1e\xc1\x51\x6a\xac\x43\x19\xeb\x80\xe8\x5f\xa5\xef\x33\xa9\x61\x3e\x50\x67\xf3\x3b\xa4\x86\xd5\x7c\xdd\x3d\x8a\xfe\x2a\xd9\x8f\xa4\x9b\x5e\x2f\xa4\xf5\xe2\xcd\x6d\x75\x7a\xa7\x66\x7e\x3b\x5a\x99\xdf\x24\xb3\xc2\x6b\x4d\x23\x2b\x9a\x1f\x35\xbd\xe7\x90\xbf\x6f\x97\xae\xa6\x13\x7c\xf5\xdf\x1c\xc9\x6b\xe6\x73\x3d\xad\x37\x72\xa9\x14\x17\x6b\x52\x2f\xd0\x8c\xae\xbe\x7c\x9b\xda\xef\x8d\x6f\x35\xf3\x1b\x2a\xbe\xd2\xdf\x3d\xff\x20\x10\xcf\xac\x4a\xaa\x13\x24\xd3\x89\xe1\x76\x59\xf7\x3e\x85\xce\x95\x3e\xc5\xcc\xef\x5c\xfe\x3e\x83\xe2\x82\x97\x07\x8f\x73\xb7\x0f\xf9\x74\xae\x72\xf9\x54\x57\x17\xc8\xb6\x5d\x19\xe5\x1d\x2c\xab\x58\x17\x68\x64\x31\xfb\x3d\x60\xc9\x2d\xba\x98\x64\xec\x71\x97\xf6\x19\x9d\xbe\x3c\xa2\x7c\x4d\xf3\xf7\x4f\x89\x57\xa3\xda\xea\xe5\x39\xf6\xff\xad\xb4\x5e\x7c\xe9\xae\x4c\x15\x71\xbf\x86\xf1\xcd\x9f\x2f\xb7\xfa\x50\x7f\x7e\xd3\x9d\x40\xb9\xd0\xef\x87\x66\x53\xdc\xfb\x3e\x8c\x95\x1e\xbf\x04\xb3\xe2\xd9\xb7\x16\x5c\xe9\xef\xdb\x10\x5e\x99\xbe\x9c\xe3\x0a\x6e\xdf\x3e\xdd\xa2\x1d\xee\x57\xd5\x67\xf4\xf7\x9f\x92\x3f\x53\x66\xec\xa3\x54\x89\xe6\x97\x1e\x4a\x09\xdb\xaa\x63\x42\x3d\xfe\xc3\x2f\xfe\x87\x84\xfb\xff\xd2\xbf\xb0\x97\xde\x1f\x5a\xf7\xf3\x03\x47\xfd\x86\xf7\x5f\x02\xc6\xe4\x01\x1f\x5b\x03\x96\x95\x40\xf5\x29\x60\x9a\x0a\xf0\xc2\x00\x70\x3c\x02\x3c\x7e\x0f\x2c\x1c\x01\x3c\x78\x08\x78\x1f\x64\x1d\x0f\xbf\x32\xa0\xd2\x00\x08\x0a\x03\x6e\xaa\x02\xe1\xfb\x19\xef\x8c\x7e\x06\x5c\xcf\x02\x4e\x24\x03\xe2\xe8\x4a\xb7\x67\xcc\xff\xa2\x01\x70\xd3\x0b\xb8\xab\x00\xaa\x5e\xf4\xdc\x10\xb8\xa5\x00\xfc\xf0\xac\xc5\xbd\x2f\x4a\x77\xaf\x65\xfc\x07\x19\xff\xe3\xac\xe4\x53\xfd\xfb\xef\x89\x7b\x6a\xf3\xf6\x32\xff\x65\x7e\xcb\xf4\x2e\x64\xba\x06\x32\xdb\xd3\x8e\xf3\xd8\x26\x46\xb5\xed\x41\x78\xbf\x3e\xf0\x29\x11\x18\xd1\x1f\x78\xd7\x18\xb0\xf0\x07\x5e\x5e\x06\xa6\x3a\x02\xcf\x4c\x01\x87\x2f\xcc\x73\x99\xfb\x99\x71\xbe\xc5\x6f\x80\xbb\x7f\x03\x6b\x67\x03\xb7\xae\x02\x9b\xaf\x00\x57\x6e\x01\xa1\x81\x8c\x7b\x8a\x2b\xf5\x15\x47\xe0\x58\x34\x70\x25\x1d\xc8\x78\xc6\xb8\xf7\xc5\x1a\xe0\x6a\x29\x70\x27\x1d\xb8\xb2\x12\x78\x31\x03\xb8\xe6\x0b\xfc\xf4\x01\x2e\x49\x77\x92\x65\x3c\x18\x19\xff\x21\x7d\xd9\xff\xf6\x5f\x86\x7f\x0b\xbf\xf1\x1f\x64\xfe\xcb\xf0\xfc\x5f\xfa\x17\x92\xed\xfa\x13\x10\x2e\x03\xdd\x03\x81\x9f\xdb\x01\x93\xdd\xb5\x78\xff\x87\x97\x80\xb9\x0d\xf0\xa6\x1b\x30\x56\x9b\xef\xf5\x4e\x2a\x04\x1e\x3b\x01\x33\xdb\x02\x0f\x55\xb8\xee\xc3\xdd\x1d\x80\x97\x39\x70\x47\x03\xf0\xf1\x00\xc4\x59\x25\xee\x60\x2b\x46\x03\x3b\x8a\xb9\xff\xf7\x0b\x40\xc5\x00\xe0\x84\x1d\x50\xbe\x94\x6b\x19\x54\x84\x89\x3b\x03\xe0\x72\x25\x70\xcb\x0e\xa8\x70\x07\xaa\xf5\x80\x2b\xed\xe9\x6e\x61\xed\x38\x90\xf0\x2b\x19\xee\xf9\x1f\xfe\x0f\xab\xeb\xff\x51\xab\xda\x76\x90\xf1\x1f\x3a\x49\x7a\x0f\x32\x1e\x40\x7b\x83\x7a\x56\xfc\xcd\x83\x40\x97\x55\x3c\x0e\xc4\x85\xe1\x73\x0f\xa0\x57\x26\xf0\x6e\x0c\x30\xa0\x86\x71\xce\x91\x4e\xc0\xd3\xf1\x5c\x07\xe4\xc1\x15\x71\xaf\x09\xfc\xf1\x91\xf9\x0f\xb7\x05\xe6\x49\x5d\xdf\x08\xac\x12\xfd\x97\x07\x02\xd3\x00\x71\xcd\x0b\xdd\x27\xee\x96\x80\x7d\x1e\x40\xa9\x39\x90\x50\x0d\x94\x76\x04\x32\x14\x80\xcb\x69\x40\x69\x7f\xe0\xf2\x20\xa0\x72\x25\x70\xd9\x08\x78\xf3\x00\x28\x0d\x03\xfe\xf1\xa9\xd5\x3f\x90\xcd\x83\xfa\xfc\x97\xe3\xf9\x75\xfd\xff\x9f\xfc\x07\x89\x43\x21\xd3\xbf\x90\xf1\x1c\xea\xd8\xa3\x80\x81\x1b\xd7\x35\xe8\xf4\x16\xf8\x68\x09\xf4\x30\x06\xde\x64\x00\x7d\xce\x00\x2f\xa2\x00\xf3\x07\x40\xd5\x15\x60\x9c\x3e\xcf\x83\x29\x29\xcc\xf3\x11\x0f\x2a\xd7\x06\x03\x6e\x71\x8c\xf3\x7b\xa7\x30\x8f\x63\xdd\x16\xee\xeb\x6d\x55\xc0\x45\x0f\x6e\x07\x71\x15\x16\x57\xb2\xe2\x67\xc0\xd9\x85\xc0\x45\x2f\xa0\xe4\x1a\x20\x06\xf5\xca\x56\xc0\xc5\xa6\x40\xb5\x12\xe3\x65\xc2\x06\x20\x57\x9a\x17\x67\xab\xeb\xf9\x2f\xd5\xb9\x88\x97\x74\x83\x0e\x49\xf7\xe0\x63\x25\x5d\x84\x98\x7f\x6a\xdb\x41\xc6\xff\x68\xfe\x5f\xea\x9f\xc8\xf8\x10\xe2\xeb\x7f\x7e\x02\x7a\x13\x81\x6f\x83\x80\xd6\x17\x81\xf7\xee\x40\x17\x6b\xe0\xd5\x32\xc0\x64\x1c\xf3\x5e\x06\x68\x02\x0f\x9c\x80\x91\x63\x58\xd7\xc3\x4a\x03\xb8\x96\x0f\xcc\x98\x00\x94\x7d\x06\xe6\x7e\x00\x2e\x8d\x05\x96\xee\x06\x4a\xf4\x00\xff\x04\xe0\x42\x2f\x60\x9b\x01\x50\xd4\x15\x88\xb2\x05\x8a\x87\x03\xc7\x95\x81\xc2\x20\x20\xe3\x10\x50\x34\x06\x28\xdd\x06\x14\x8d\x07\xee\x45\xf0\xe9\xa4\xfa\xa8\x78\xaa\x60\x2d\x92\x0c\x9d\x7f\xf7\x5f\x36\xee\x7f\xf1\x1f\x24\x5d\x84\x7d\x52\xad\x0f\x19\x0f\x40\xf8\xad\xfe\xcb\x2f\xfe\x87\xc4\xfb\x90\xf1\x20\x34\x55\x00\x61\x0d\xa0\x71\x10\xf8\xa9\x05\x68\x5f\x63\x6e\x92\x2e\xad\xe2\x80\x7e\x24\xf0\xfc\x01\xd0\xf5\x15\xf0\x48\x13\xe8\x65\xc5\x78\x9f\x18\x3f\x6f\x76\x07\xc6\x55\x00\x15\x73\x01\xdb\x93\xc0\xc5\x0b\xe2\x9e\x1c\x38\x1f\x0d\x78\x66\x03\x45\xcf\x00\xdf\x58\xe6\x35\x6c\x4d\x01\xc4\x5d\xd9\xde\x5e\x40\xae\x3d\x70\xd4\x90\x75\x0e\x32\xb4\x99\xf7\x54\xe2\x0b\x9c\xbb\xcf\xdf\x2d\xbe\xff\x2e\xad\x96\x0f\x97\x66\x54\x77\xfc\xcb\xc6\xfd\xaf\x7e\x97\x78\x2f\x7b\xa5\xfe\xdf\xed\x2e\xe1\xe1\xd7\x6a\xdb\x41\xa6\xeb\xa1\x29\xf1\x28\x65\xbc\x0f\xe2\x41\xc8\xf0\x5e\xe9\xf5\xd7\x27\x80\xea\x3d\xe0\xc3\x3e\x40\x33\x0d\x10\xf7\x2a\x4d\xdc\x80\x27\xcf\x81\xb6\x76\xc0\xfd\x7d\x80\x51\x2a\xf3\xbe\xfa\x3b\x01\x57\x9b\x00\x23\x73\x01\x71\xb7\x31\x79\x24\xd7\xbc\x99\x6d\x03\x14\x0c\x01\x16\xde\x01\xf2\x0d\x81\x35\x65\x40\xf6\x13\x60\xf3\x43\xe0\xdc\x1c\x60\xcf\x35\xd6\x4c\x3a\xd6\x53\x3c\x55\x73\x5d\xb1\x4c\x6f\xa0\xc4\x8b\xed\xfd\xa9\x40\xa6\x1e\xf0\x2e\x14\x38\x2b\xf1\x1a\x92\x2c\xeb\xfa\xff\xab\xdf\x7b\x49\x7e\x4b\xbc\xa1\x08\x49\x57\x28\x4c\x1a\x2f\xbf\xf3\x1f\x64\x7a\x27\xa4\xf7\xf1\x7f\xe4\x3d\x88\xbb\x20\xb9\x54\xe0\xc5\x61\xa0\xe1\x4a\xc6\xfd\xf5\x0a\x99\xe7\xd7\x41\x1b\xb8\xd1\x19\x30\x99\x04\x5c\x8e\x02\x86\x2c\x00\xce\x7f\x03\x26\x8a\xa7\x9c\x06\xac\x8f\x22\x9e\x42\xc5\xfd\xf2\xb9\xa9\x1c\x2f\x33\xaa\x58\x57\xeb\xcc\x53\x60\x97\x29\x70\xe6\x05\x70\x54\x19\x10\x77\xf5\x67\x07\x30\x87\xb0\xe4\x21\x70\x6a\x1f\xf0\x47\x22\x90\xb2\x13\x78\x3b\x01\x48\x2a\xf8\x77\xff\x65\xe3\xfd\x97\xdf\x35\x75\xfd\xde\x2a\xc5\xc2\x2d\x8e\xb5\xed\xf0\xbf\xfc\xff\x0f\xde\x83\xa4\x9a\xf8\x4a\xaa\x22\x5a\xa5\x0a\xc8\x6f\xe0\xb1\x2a\xb6\xc7\x8d\xb9\x40\xcb\xd3\x40\x79\x15\x20\x9e\x9b\x2e\x16\x8b\x67\x2e\xa0\xc0\x19\x18\xd3\x88\xfd\x9f\xea\xc7\x63\xdd\xb5\x10\x38\x73\x17\x58\xe6\x05\x9c\x1a\xce\x3c\xa9\x94\xfb\x40\xa4\x01\x70\x72\x3e\xf3\x28\x13\x0b\x98\x03\x22\xee\xa9\xc4\x18\x7a\x7c\x02\x70\xb7\x1a\x38\xf6\x11\xa8\x09\xe4\xda\x63\xe2\x33\x1e\x18\xce\xbe\xec\x39\xc7\x36\x5c\x1a\x1f\x3b\xc6\xb3\x0d\x96\xf6\x51\x9b\x24\xbe\xd8\x06\x29\x9e\x04\x84\xd5\xb6\xc3\xff\xf2\x5f\xa6\x7b\xf1\xd1\x92\x6d\x75\x57\xb6\x4f\x5d\xd9\xde\x97\x70\xf1\x5b\x4f\x00\x05\x6d\xa0\xe2\x09\xa0\x3d\x8f\xfd\x6f\x13\x0f\x14\x5a\xb1\x3e\xca\xb9\x0a\xd6\x53\x4a\xff\x07\x98\x34\x18\x38\x95\xc0\xfc\xa0\x93\x31\xc0\x62\x7d\x20\xd1\x4b\xdc\xe3\x03\xc7\x63\x81\x9d\xb9\xc0\xd1\x44\xae\xa7\x75\xe4\x19\x70\x7a\x1d\x70\xf8\x12\x70\xb1\x3f\x70\x28\x13\xa8\xfc\x0e\x1c\x0c\xe3\x31\x19\xf3\x53\x1a\xf7\x12\x97\x51\xc6\xff\x08\x3e\xc4\x56\xc6\xfb\x58\x27\xed\xa7\xfc\x25\xfe\x8b\x8f\x14\x17\x56\x05\xff\xef\x76\xf8\xe5\xbf\x2d\xdb\x1a\xe9\xb6\xc4\x0b\x4e\x12\xe0\xa1\xf4\x77\x77\x24\xde\xc3\x55\x29\xcb\x54\x62\x0e\x28\xbe\xe7\x38\xae\x9b\x02\x64\x25\x02\x1d\xd7\x72\x9f\x8a\xe3\x22\xe5\x05\x30\xae\x08\x48\xdc\x04\xcc\x2c\xe2\x3d\x82\xc7\xdf\xc0\x91\xe3\x80\xdf\x47\xe0\xe0\x2a\x20\x34\x1c\x38\xf0\x0d\x38\xa8\x0d\xc4\x8c\x07\xd2\x3c\x80\xe8\x21\xc0\x05\x1d\x60\xef\x22\xe0\xce\x1e\x20\x6a\x20\x50\x13\x02\xec\x8a\x07\x84\xf7\xc0\x76\x49\x37\x67\x8b\x54\x33\x31\x50\xaa\x75\xe8\x23\xe9\xc4\xac\x96\xce\x04\x2b\xdf\xb3\x5d\x2e\x69\xe9\x2d\x79\xf0\xbf\xdb\xe1\x6b\xfb\xba\xfe\xbf\x54\xaa\xe7\x7f\xb8\xe4\xbf\x34\x1e\x4a\x64\xd9\xb6\x24\xb6\x99\x65\x80\x5a\x02\x90\x56\x00\xb4\x5c\x00\x24\x39\x2b\xb6\xef\x21\xae\x63\x47\x54\x32\x87\x7b\x02\x07\x4f\xa8\x8f\x9b\x7a\x1f\xd8\xef\xd4\xa0\xeb\xfc\xe7\xc0\xde\xe4\x86\xe3\xd6\x14\x03\xbb\xc7\x68\x76\x15\xd7\xcf\x88\x67\x9a\x6b\x0f\x0c\x05\xc2\x17\x35\x3c\x9b\x12\x09\x84\x8e\x68\x18\x58\xb8\x1b\xd8\x7e\xb2\x41\xd2\xcd\x74\x60\x9b\x4a\x03\xc7\x57\x26\xc0\xd6\xbc\x06\x10\xa2\x80\x0d\x2d\x35\x28\xcf\xe6\x7b\x5b\x9d\x78\x31\x2b\x8f\xaa\x4d\x13\xad\x77\x90\x32\xe1\x37\x8b\x07\x2a\x3d\x13\xed\xa2\x44\x25\xaa\xb3\xe4\xa1\x2d\x4f\xf7\x15\x17\xc8\xc9\xd9\xfd\x5b\x3b\x7c\x73\x94\xe2\x60\xfc\x7f\xf1\x5f\xba\x55\x75\x45\x5b\x8e\xfe\xef\x42\x8c\x12\xe9\x02\xe4\x0a\xea\x94\x4d\x4b\x1f\xd1\x90\xf2\x2b\x49\x49\x9a\x74\x8e\x8f\xf7\x6b\xbc\xbc\xf1\x46\x20\xb6\x7b\xb3\x2d\x5d\xf4\x80\xbd\xa6\x7a\xab\x07\x45\xcb\x0d\x8b\x48\x6a\x31\xcc\x4a\x53\xa1\xc1\x8e\x7b\x2d\xae\x3a\xbd\x57\x5c\xb4\xb5\xb0\xc5\xcb\x65\x5d\x95\x96\x6e\xce\x6a\xf1\x7a\x53\x91\xf2\x94\x0d\x97\x5b\x1c\x8d\x6a\xa1\x5c\x1e\xe8\xd0\xc2\xfc\x44\x3b\xe5\x1b\x01\xdd\xf5\xfe\xca\x99\xa4\x9c\xea\x97\xa4\x97\x76\xe5\xa2\x72\x27\x5f\x67\xbd\x8d\x4f\x9b\x2b\xf5\x5a\x3b\x49\xef\xec\x5f\x9a\x8a\xe6\x2b\x1c\xf5\xbe\x09\x82\xc2\x3b\xaf\x5b\x7a\xe9\x82\xa0\xd0\x66\xe1\x6e\xbd\x4f\x82\xa0\x60\xb9\xc0\xa1\x49\x7b\xd1\xc7\x79\xae\x3a\x3d\x44\x3b\xb7\xb7\xf6\x4a\xd1\x3a\x6d\xd4\x1c\x2a\xda\xd9\xab\x1b\x90\xce\xf3\xaf\x79\x20\xe3\xbf\x48\xeb\xc2\x8b\xe5\x75\xfd\xbf\x1d\xa6\x42\xd9\xae\xb2\x14\xae\x07\x54\xac\xd0\x94\x70\xef\x73\xfa\x7a\x94\x3d\x4b\xb3\xd6\xa7\xfc\xdd\x71\x81\x75\x23\xe2\x34\xda\xd3\x2d\x88\x3d\x45\x9d\x94\xd5\x0f\x00\x61\x93\x3b\xef\x6f\xfd\xb7\xc2\x80\x60\xdd\xce\x77\x4d\x16\x2b\x0b\x1b\xe6\x74\x71\x1a\x95\xa3\xfa\xca\x5f\xb7\xcb\xe1\xe9\xf3\xd5\xcb\xd7\x68\x76\x99\xeb\x7e\xb0\x81\xdb\xf2\x4f\x9d\x33\xfc\xfb\x36\xcc\x5c\xea\xd6\xe9\x7d\xf8\x00\xcd\xa3\x5e\xab\x3b\xf5\x3f\x7c\x44\x6b\xc8\xa2\x46\x1d\x03\xd3\xf5\xb5\xdc\xdc\xdd\x3a\xdc\x2b\x7d\xa0\xd5\x6e\xa1\x56\x87\xfd\xf7\x6b\x34\x37\x2c\x30\xea\x70\xea\xcf\x9f\x0d\xc7\xcc\xeb\xd7\x61\x8f\x20\x68\x84\x38\x2b\xb4\x1f\x2e\x08\xea\xaa\x0e\xaf\x0c\xce\x0a\x82\xea\xa9\x19\xb9\x6d\xe3\x05\x41\x25\x76\xba\xb9\xfe\x0f\x41\x50\x5e\x61\xbb\x5d\x7f\x8b\x20\x28\x7d\x9b\xaa\xdd\xba\xa3\x20\x28\xfe\x3d\x39\xb0\x55\xa6\x20\x28\x46\xc9\xe2\xc0\x2f\xfe\xcb\x1a\xb6\x0f\x3c\x15\x29\x7f\x76\x53\x4e\x93\xee\x2d\x5d\x1a\xda\x9c\xb2\xea\xf9\x0f\x0d\xa8\xbf\x33\x0a\x38\x8b\x96\xa2\xcf\x01\x23\x3e\xdb\x94\x74\xeb\x63\x6a\x7a\x53\x3e\x2b\x32\xa9\x2f\xe5\x33\x82\x47\xf5\x3b\x25\x27\x9e\xa5\x5a\x0d\x52\x68\xb6\x16\xf0\x91\x1f\x60\xd6\x75\x8a\x8a\x95\xf7\x90\x7e\x3f\xcd\x9e\x35\x18\xbd\x28\xb2\x5f\xe2\xa4\xee\x9a\xc7\xdc\xa6\xf5\xfd\x7b\xce\xfb\x46\xc5\x73\x0a\xfb\xaa\xaf\x7c\xaa\x13\xe3\x78\xa9\x4f\xfb\xad\x21\xba\xed\xed\x0f\xf6\x56\xd9\xbf\xb6\x49\x83\x19\x0f\x7b\x29\xa5\x76\x68\xe2\x65\xf7\xc5\x74\x5e\x71\x93\x26\x21\xd3\xce\x9b\x3c\xbb\x33\xbe\x89\xaa\x6d\xbe\x49\xda\x9b\xcc\xc6\xc9\x53\x3f\x99\x76\x17\x04\xed\xb3\x36\x41\x3d\x4f\x0a\x82\x96\x87\x65\xb2\xd1\x23\x41\x68\x78\x58\xc6\xf3\x18\x9f\x68\x78\x51\x10\x34\x26\x8c\x1b\xdf\xe5\x93\x20\xa8\x77\x19\x33\xa9\xf3\x56\x41\x50\xeb\x35\x46\xb1\xe3\x07\x41\x50\x75\x91\xf9\xff\x66\x1d\xdb\xfb\xde\x1a\x84\x57\x5f\x0f\xd0\xa3\x5b\x90\xa5\xdb\x0c\x28\x2b\x92\x53\xd3\x9d\xf2\xf5\xe9\xe3\x4d\x09\x25\x48\xda\x30\x80\x6e\x13\xc7\xf7\x32\xa3\x7c\x65\xb4\x3e\xab\x0c\x87\x0b\x6c\xb7\x54\x8c\x26\xbe\x88\xef\x97\xb1\x94\x4d\x5d\xb6\x73\xfc\x97\x86\x53\x01\x0f\xbf\xf1\xc7\xda\xe9\x2a\x4d\x9c\x53\x33\xf6\x7d\x9f\x8d\x1a\x56\xb3\xf2\xc6\x18\x8d\x3d\xad\xad\x3a\xad\xd9\xe8\x31\xf6\x16\x8d\x13\x6d\x3a\x8e\xfc\xba\xd8\xb7\xc9\x3d\x8b\x63\x23\xee\x6d\xc8\x6c\x56\x34\x5e\x79\xf8\xf6\x3d\xa6\xcd\x85\x31\x5d\x87\x2d\x3a\xd1\x47\x2f\x63\xe4\xd3\xa1\xbe\xb9\xde\x7a\xcf\x46\xcc\x32\x3f\x7e\xed\xa2\x9e\xdd\xf0\x7c\x73\xe7\xe7\x67\x9a\x0f\x1f\x21\x6f\x7e\xe9\xe7\xd4\xa6\x06\x43\xb3\x06\xc7\x0b\x42\xe3\x94\x21\x7b\x07\xae\x17\x04\x6d\x1b\xb3\xbc\xfe\x7d\x04\x41\xeb\xa0\x99\x51\xdf\x13\x82\xa0\x99\x3e\xf0\x40\x9f\x66\x82\xd0\x70\xdf\x80\x4b\xa6\x3d\x05\xa1\x41\x93\x7e\xf9\x26\x3d\x05\x41\x63\x74\xb5\xb1\x1c\x65\xb1\xee\xeb\x6b\x3e\xe6\xfe\x6f\x45\xe3\xbe\xb4\x6d\x17\xbe\x1d\x9b\xcc\xfd\x9a\x16\x3b\x88\x6e\x3f\x25\x9e\xe3\x6c\xf2\x2f\xfe\x4b\xdc\x44\x7a\x3f\xec\x91\x15\xdd\x0f\xdf\xdc\xca\x86\x6e\x5f\xfa\x46\x4e\x21\xbc\x6b\x49\xc2\x34\xca\x22\xb9\x4e\x9b\xfe\x8f\xfc\x7d\x60\xb6\xf6\x4c\xfd\x16\x0a\x72\x87\xa7\xbe\x9d\xbe\xc8\xe8\x99\xea\x1d\x8b\x59\xd3\x12\x86\x2b\x69\xbe\x1c\x9d\x67\xbb\xc8\xf6\xa4\xce\xbc\xe1\x8a\x53\x93\xdc\x9b\xeb\x2a\x0d\xce\x9e\x72\xca\xbf\xbc\x89\xdc\xc0\x31\x53\xd4\x76\x7e\x6e\x92\xd8\xef\x90\xcd\x8f\xa3\x2b\x9b\xbc\xea\x73\xd8\x46\x37\xeb\x55\x93\xa2\xde\x4b\x27\x0d\xaf\x18\xda\x64\x5c\xaf\x62\xeb\xbc\x27\xa6\xba\x83\x7b\x05\x5b\xa7\x7e\x5f\xa6\xd3\xdb\x34\xd8\x52\x5d\x10\x1a\x75\x34\xd9\x3e\xbe\x9f\x20\x68\x96\x99\x28\x8d\x5e\x22\x08\x0d\x4b\x7a\xc6\x8e\x4c\x10\x84\x06\xd9\x3d\x07\x0f\x2b\x14\x84\x06\x6a\x3d\xbc\xcd\xbb\x0a\x82\xc6\xc0\x1e\x3e\x66\xf2\x82\xa0\x9e\xfd\xf0\x68\x63\xca\x8a\xdd\x48\x6e\x4f\xbc\xb7\x12\xcf\x9e\xc3\x51\x87\xff\xc3\x7a\x30\x89\x8d\x98\x0f\x72\xb0\xaf\x25\xdd\xb3\x8a\xfa\x60\x43\xe3\x26\xdc\x68\x1a\xf1\x1a\x36\x8f\x9b\x49\xe8\xa2\xef\xbc\xd9\xc4\x34\xf2\x86\x33\xfd\xdd\xbc\x3b\x73\x28\xdf\x6f\x77\x7b\x3e\xdd\xfb\xb3\x5a\xe3\xb6\xb8\xd1\x79\x60\xb4\xdf\xfc\x21\x1d\xef\x2b\x7d\x19\xbc\x70\x6e\xea\xc0\x42\x8d\xec\x7e\x79\x73\x67\x4e\x72\x68\xb8\xc3\xf4\xab\xeb\x87\x79\x5d\x35\x83\x7a\xba\xb9\x1a\xf8\x44\x6a\xb9\x76\xb7\x9a\x33\x38\xd4\x56\xab\xb0\xeb\x73\x97\x05\x87\x4d\xb5\xca\x3b\x3f\x73\xde\x94\xfe\x87\xd6\xbc\x4e\xc5\x4e\x8f\x2e\x0f\xd5\x7c\xd3\xa9\x93\xd3\xc0\x47\xd3\x34\xd5\x3b\x3e\x73\x2c\xfd\xd2\xa6\x81\x77\xc7\x03\x0e\x62\x7c\xf8\xd2\xe1\xf4\xf4\x48\x41\x50\xbb\xd9\xa1\x6a\xea\x51\x41\x50\x5b\xd5\x61\x82\x4d\x94\x20\xa8\x5e\x6e\x7f\xda\xba\x8f\x20\xa8\xf6\x6f\x7f\xd5\x62\xb7\x20\xa8\xa2\xfd\xaa\xf1\x25\x82\xa0\xb2\xf9\x46\x72\x47\x8a\xf3\xa5\x93\x7a\xd1\x7d\xe6\x9c\x9f\x83\x89\x31\x79\xda\x89\xfd\x4e\xf4\xb0\xa2\xfb\xde\x71\x9b\xa7\x66\x92\xff\x0d\xed\x28\x5e\x86\x4e\x71\xa0\xb8\x18\x64\xe1\x4c\xf3\xc0\xf7\x04\xeb\x26\x78\xfb\xba\x11\x0e\xe4\x56\xc1\xd9\x76\xfb\xd1\x9e\x74\x7b\xdd\x72\xdb\x52\x5a\x51\x87\x68\x2d\xdf\xa4\x64\x0e\xf4\xfd\xb9\x7c\x52\x6b\x4d\xf9\xec\x1e\x5d\x96\x75\xea\x15\xa2\x92\xdd\x35\x79\x99\xdc\x84\x95\xaa\xe7\x3a\x36\x5e\xd6\xd4\xe9\x9d\xea\x77\x83\xaf\xde\x16\x2b\xe5\xd5\xba\xb6\x99\xbf\xf4\x6b\xc8\x9f\x6a\x0d\x5b\x3b\x2c\xd5\x8f\x7d\xa3\xba\xa2\x95\xe6\x92\xe5\xa7\xef\xa9\x3c\x6c\xd9\x7b\x71\x6a\x89\xb3\x4a\xeb\x16\xa9\x8b\x1b\xdc\x2f\x53\xee\xd4\xc2\xc9\x6b\xe7\xc7\xd6\x8a\x97\x5a\xac\xf4\x58\x24\x08\x0a\xaf\x5b\x38\xcd\x77\x12\x04\x85\xad\x2d\xd2\x5d\x96\x08\x82\x42\x86\xde\x3b\xc7\x0d\x82\x20\xef\xd7\xe2\xba\x7d\x1a\xbd\xbf\x6e\x86\x83\x20\x28\x34\x68\xe1\x3e\xed\x1f\x41\x90\xbf\x53\x1a\x3b\x88\xf2\xaa\xb9\x29\x23\x29\xff\x7c\xda\x8d\x6f\xc9\x1d\x97\x78\x30\x87\xde\xcf\xd4\xe1\xfe\x77\xa4\x9d\x75\xa8\xef\x1c\xba\x8f\x1a\xb4\xde\x8d\xd0\x78\xff\x31\xee\x74\xdf\x73\xb9\xf1\x62\x49\xf7\x9f\x89\xc6\x4e\xfe\x2b\x68\xc7\x39\x05\x8c\x9b\x8f\x48\xe6\xac\xbb\xf1\xcc\x75\xb4\x12\x77\xda\x19\x58\xd4\xb8\x00\x68\xa3\x17\xd8\xac\x5b\x9c\xc2\xe4\x96\x4b\x03\x47\x8c\xea\x24\xff\x4d\xcf\x25\x70\x83\xfd\x31\x39\xb3\x66\x06\x81\x2e\xde\x71\x80\xee\x8b\x40\x9d\xa0\x22\x40\xe7\xe8\x3a\xc4\x3c\x02\x1a\x6d\x09\x18\x90\xba\x0c\xd0\x1a\xee\x3f\xf1\xbc\x3b\xd0\xf0\x8d\x5f\x93\xca\xa5\x40\x83\x43\xbe\x66\xef\xdc\x01\x8d\xe9\x3e\x8a\xe2\x3a\xa8\xf2\x6d\x39\x71\x22\x55\x0d\x17\x53\x7e\x5e\xad\xef\x22\xe2\xdd\xaa\x0e\x59\x30\x85\x6c\xd7\x79\xcd\x45\xab\x28\xb8\x90\xce\x7f\xee\xe4\x31\x84\x3f\x9c\xf6\xb2\x8a\xe3\xf9\x3f\x8d\xe2\xda\x61\x4d\x46\x17\xf7\x4d\x98\x43\x68\x7b\xb8\xad\x1b\x55\x5b\x0f\xf2\x5f\x44\xf9\x6b\xff\x6b\x8b\x09\xbf\x58\x39\x62\x39\xb5\x93\xe7\xd4\xd5\x5c\x0f\xa8\xca\x87\xd0\xa6\xe9\x23\xfd\x49\xf7\x7c\x22\xd6\x53\x9e\x7b\x90\xcb\x26\xe2\x15\x75\x56\xdf\x4a\xe3\xad\x71\xfc\xf6\x03\x2a\x9d\x00\xad\x8e\x3b\x1a\xb4\xeb\x09\x68\x0c\xde\xa1\x65\xb6\x1f\x50\x79\xb9\xfd\xf8\x54\x37\x40\xb1\xd1\xf6\x30\xf7\x19\x80\x7c\xcf\xed\x2a\x81\xb4\x97\xd9\xd6\x61\x37\xdd\x87\x0f\xe9\x72\x82\x2a\xa6\x6f\x35\xcc\x27\x64\x21\xe8\xcf\x9b\x34\xd2\xb6\x7c\x78\x4d\x4f\xb4\xb9\x82\xef\x75\xaf\x93\xee\xb9\xaf\xad\x60\xbb\xaa\x90\xed\x0a\x49\x0f\x62\xa9\xc4\x87\xf0\xa4\xf6\x3a\x53\x35\xd9\x8a\xe3\xff\x4c\xba\xa7\x79\x64\x91\x0b\xa1\x84\xd1\x15\xcc\xf3\x0a\x17\x16\x51\x7f\x06\xfd\x5c\x4c\x28\xe2\xba\xa0\x15\x54\x65\xdf\x27\xcc\x87\x56\xd8\x25\x6d\x99\x68\x3d\x5f\x77\x1d\xcd\x0f\xfb\xe8\x0d\x84\xd3\xd8\x0c\x0e\xa2\xbc\xff\xa8\x98\x10\x8a\x93\xbd\xca\x42\x09\xb5\x6f\x93\xb0\x93\xe2\x89\x72\x49\xd4\x10\x5e\xa1\xa2\xce\xea\x51\xa4\x8d\x9a\xd6\x9b\x74\x1e\xa2\x26\x59\x11\xf2\xb3\xe7\xd4\x7c\xc2\xaf\x76\x07\xf8\x11\x32\xb2\x3b\x83\x95\x46\x76\x85\x31\xee\x1f\x11\x96\x4d\x38\xc6\xce\x14\xde\xd3\xef\xf4\x7d\x46\x5c\xef\x70\x4b\xc6\x6d\xb6\xcb\xb3\x9f\x5b\x24\x5c\x77\x83\x84\x57\x04\xdc\xae\xdb\x3e\xab\x09\xef\x4c\xaa\x72\xa0\xe7\x8d\x8f\x72\x0d\xe6\xf5\x8f\xe7\x75\x44\xca\x12\x66\x4b\x14\xb2\x1e\xce\xc6\x1a\x1f\x8a\x17\x3e\x65\xfe\xc4\x5b\xf0\x4e\xe1\x7a\x41\x0b\xb6\x73\xfd\x18\xe7\x76\xc1\xd4\x1b\xb6\xe5\x21\xb4\x7f\x9a\x68\xc7\xba\x19\x83\x57\x70\xdd\x20\xa3\x1e\x7b\x68\xbf\xa5\xf7\x2e\x86\x1b\x6e\x5a\x9c\x84\x5f\x1c\xac\x66\xfe\xc3\xc1\xcc\x5e\xc4\xb8\x8b\xab\x9a\x48\xed\x10\x97\xc4\x0a\x54\x71\x49\x6b\xb2\xd9\x86\x52\x24\x8b\x75\x3d\x4c\xed\xb3\x3f\x80\x11\xf4\xfd\x33\xca\xa8\x7d\xa2\xad\x1f\xd1\x19\x78\xdf\xfb\x4f\x34\x03\xa3\xf4\xd8\xcf\x9d\x4f\xd8\x6e\x97\x70\xfe\x10\x89\x07\xf2\x4b\x17\xc5\x9d\xcf\xed\x8c\x9a\xed\xb7\x5c\xcc\xad\x2f\xe9\x00\xed\x98\xb0\x86\xe6\xc9\xa6\x34\x7f\x7a\xdf\x37\x72\x3d\xe9\xe4\xac\x88\x65\xd4\xd9\xd3\x34\x84\xf6\x53\xae\xeb\xb6\x13\xde\x3d\xeb\x5c\x38\xad\xb3\xd6\xe7\x19\xae\x1d\xbd\x7a\x0f\xad\x1f\xfd\xc7\x44\xd3\xbc\xeb\x3c\x27\x96\x9e\x56\x17\x87\xa5\x3a\x28\xc7\xa5\x13\xec\xf1\xb2\xe6\x0f\xf9\xb5\x29\xf3\x5f\x6a\x26\xd0\x8a\x75\xec\x8b\x33\xad\x4c\xc7\x62\x57\x10\xd3\xe4\x98\x5c\x08\xb5\x68\xc2\xc2\x58\xc2\xfb\x8f\xee\x3f\x4d\x4f\x12\x9f\x7d\x91\x46\xdc\x11\x33\xe6\x07\x1d\xf1\x7e\x47\xb8\xf0\x21\xe9\x3e\xf7\x7e\xa9\x1e\xc8\x5e\x69\x3c\xec\x92\xee\xb7\x87\x2b\x49\xed\x43\xaf\x0f\x28\x2c\xa1\xb8\xbf\xab\x78\x15\xb5\xfe\x8e\x56\x6b\x69\x5e\x6f\x89\x63\x7d\x94\x80\x95\x8c\x1e\xad\x9a\x15\x4c\xb7\xa9\x97\x8e\x08\xa5\xd6\x76\xd3\xdf\x49\xef\x3b\xda\xed\xa2\xfb\xc9\xb6\x55\x7b\xa8\xb7\x26\x1a\xc4\xd0\xf8\x1a\x6a\x1a\x4b\x74\x8e\xde\x38\x42\x81\xb3\xbd\x56\x02\x8d\x0f\x6d\x9d\x24\xe9\x9e\x7b\xea\x0b\xb6\xa7\xca\x9a\x13\x22\x76\x6a\xba\x31\x8d\x87\x53\x96\x63\xe9\x09\x4e\xed\x9b\x4d\x0c\xbd\x53\x33\x96\x11\x92\x98\xba\x70\x0b\x31\x4a\x52\x2a\xa2\x49\xfb\x31\x45\x3f\x99\x99\x9d\x15\xe7\x09\x41\x4f\xaa\xba\x49\xed\x72\x32\xb1\x9a\x18\x29\x27\xfb\xf3\x99\x21\x21\x96\xfd\x3d\x2c\xd5\x39\x88\x95\xce\x54\xbf\x78\x31\xd4\x3e\x51\x66\x5c\x6d\x24\x3c\x60\x1d\x45\x9b\x60\xcb\x8d\xf4\xbc\x81\x8e\xc1\xd4\x5f\x3e\x0e\xec\xb7\xf7\xb3\x9d\x14\x37\xdc\xcf\xed\x22\x3e\x8b\xeb\x78\x46\xd5\x66\x79\xc4\x10\x2f\x66\x0a\x78\x9c\x8f\xf5\x38\x42\xe8\xbb\x59\x13\xe6\x85\xf4\x74\x65\x3e\x8c\xbe\x3f\x3f\xb5\x46\xc0\xe9\x9f\xec\x7f\xa6\x74\x63\x21\xbb\xb8\x29\xb5\x4c\xb6\x15\x57\x76\xcb\x8a\x19\x45\xf1\x30\xbb\x11\xf3\x1f\xb2\xbe\x2e\x5e\xc1\xef\xf3\x0c\xcc\xac\x61\xe6\x55\x66\x4d\x12\x31\x1c\x33\x82\xf3\x69\xc7\x92\x51\x70\x83\x96\xb8\x0c\xbd\x97\xd4\xa3\x67\x07\x7c\xe3\x76\x34\x14\xfe\x0f\xbc\x98\x9d\x29\x5c\x85\x27\xc4\x7b\x0b\xa1\x82\x1b\x94\x59\x0f\xc8\x37\x32\x9c\xa3\x6b\xf0\x6e\x9a\x0f\x5e\x7d\xf6\xd2\xf9\x72\xde\xa3\xfd\xc4\x52\x73\x88\x8c\x25\x9e\xbd\xdd\x04\xee\x6f\xcb\xa2\x63\xd4\x1e\x23\xce\x26\x12\x2f\xb0\xdf\xe1\x14\x62\xb9\x18\x6e\x3e\x45\xdf\xd3\x72\x78\x3a\xb5\xa3\x9a\x7e\x8e\xc4\x7f\x28\x90\x32\x19\x45\x23\x9a\xd0\x8c\x29\x6c\x6c\x44\x0a\x22\x05\xf7\x47\xd0\x4e\xa4\xe0\xfd\x74\x7a\xb2\xc2\xfe\x8b\x68\x5d\x28\xa8\x62\xc5\xaa\xc2\x30\xc6\xfd\x0b\x4d\x8f\xd1\x91\xae\x20\x29\x9b\xf8\x1e\xf9\x91\xe5\xf4\x4b\xf9\x6e\x8f\x89\x99\x91\xf3\x85\xcf\x8c\xe7\xf4\x79\xfd\x48\x97\xf8\x52\x69\xe9\x42\x1d\x5e\xcc\x71\x41\xb4\xdb\xc3\xb6\xd1\xb7\x6f\x8c\x08\xa5\x5e\xf0\x4b\xe0\x5f\x59\x15\xbc\x97\xf6\x05\x8b\x7f\x32\x0f\x68\xe1\xd6\x38\x62\x29\xcd\x79\x1e\x4f\x27\xd1\x59\xdd\x8f\xb5\xe1\x71\x90\xc8\xf7\xfd\xaf\xa6\x90\x0e\xc6\x50\xb0\x7e\x42\xef\xb0\x33\x64\xbb\x78\x70\x35\x86\xe6\x13\x72\x08\x8d\x55\x0e\x2a\x1a\xc1\xfe\x97\x48\x3c\xb1\xd2\x9e\xba\xb4\xf3\x2a\x79\xd6\x6d\x2c\xbd\xb6\x1e\x4e\x95\x59\x4a\x87\xd9\xd2\x4e\xb4\xd4\x67\x01\x8d\x83\x4b\xf1\x1c\x60\x2f\x99\x70\x45\xa3\xd2\xce\x47\x68\x5c\x94\xfa\x67\x9c\x62\xcb\xca\x23\x25\xfa\xac\x34\x71\x7e\xe9\x2b\xfa\x85\xf3\x6b\x39\xb7\x5a\x20\xd5\x3f\xc9\x95\xf4\x50\x32\x9e\x09\xbf\xf1\x62\x82\x6a\x22\x69\x1d\x5c\x77\x60\x0f\xcd\xce\xff\xc6\x03\x9a\x77\x84\xf9\x01\x8e\xe0\xf9\x6d\xd7\x92\xc7\xf9\x24\x49\x9d\x64\xcc\xb3\xb3\x34\xaa\xcd\x3c\x78\xbc\x9b\x3c\xca\xa5\xf3\x45\xc7\x2f\x5c\x4f\xa5\xe9\xa7\xf3\xc4\xde\x52\x5a\x58\x2a\xdd\x68\xb9\xe2\xc1\xf6\x9a\xbf\x0e\xe9\x3a\x5c\xd5\xea\x42\xef\x5c\xb9\x6b\x4e\xfd\x7f\x2d\x72\x32\x7d\xc3\x35\x4f\xae\x9b\x74\x6d\x13\x33\x75\xaf\x59\x6f\xa7\x93\xcd\xb5\xce\x07\xab\xd9\x9e\xa6\x11\x7a\xd5\xf3\x3c\xb5\x4f\x79\xd5\x4d\x1a\xa1\x57\x66\x54\x53\x84\x2a\x37\xfe\xca\xba\x1f\xb2\xfa\x49\x57\xd9\x16\xdc\x17\x7e\xe3\x0b\x6d\x74\xda\x37\xec\x77\xff\x57\x9a\xb3\x0a\x8d\xd7\x75\x9e\xdf\x6e\x1f\xd8\x6f\x97\x4f\xc9\x94\x81\x9b\xe5\xc1\xe3\x7c\x9a\x76\x3a\xed\x87\x26\x7c\x60\xbf\x47\x8e\x3c\x47\xfb\xab\x01\x23\xf3\x09\x65\x37\xde\xc7\x3c\x81\xf6\xd5\xa5\x34\x0f\x9a\xe6\x95\x13\x3b\x45\x49\x47\x96\xc1\xbb\x25\xad\x9b\x77\x2a\xb5\xc9\xbf\xca\xdc\xce\x14\xe7\x2b\xcd\xcc\x68\x3c\x54\x66\x5a\x53\xbb\x54\x3a\xbb\xd0\x8e\xa3\xf2\xf2\x4a\x62\xec\xde\x9d\xbb\x35\x9e\x3f\xc7\xba\x5a\x95\x12\x63\xe3\xae\x42\xbe\x17\x7f\x2f\xff\xc2\xed\xe2\xe7\x33\xf8\xf5\x27\xca\x2d\xfe\xd2\x43\xd1\x62\x7b\x49\xd2\x11\xba\x48\xfa\x49\x01\xef\x0e\x11\xcf\x65\xcd\x90\xa3\xc4\x0f\xf2\x9e\x77\x7c\x2c\x8f\x03\xd6\x7f\x9a\xef\x91\x46\x4f\xe3\xd4\x3e\x9d\x74\x04\xa7\x0f\x64\xbe\xdf\x14\xe4\xd0\x2a\x37\x21\xb4\x90\x32\x78\xc3\x8d\xd9\xef\x7e\x73\x2e\xd2\xf7\xf4\x68\x77\x89\x7e\xa5\x9d\xf4\x54\x8d\x4d\xb9\x8e\x8e\xfc\x63\xae\x27\x03\x3c\x28\x67\x5b\x75\x4e\x93\xf8\x2f\x55\x7e\x1d\x88\x91\xf8\x38\x69\x00\xc5\xc5\xc7\xc6\x13\x73\xd9\x72\x8a\xec\xf1\xdd\x65\xf2\xfc\x39\x5e\xb9\x1f\x1b\x73\x85\xb3\xc7\xbd\x92\x68\xfc\x54\x39\xe5\x12\xdf\xf6\x51\xda\x15\x8a\xaf\x0f\x8f\x3e\x22\x06\xca\x83\x3d\x6f\xa9\x3d\xee\x5b\xff\x45\x3d\x56\xb9\x94\xfd\xbf\xd9\xe9\xf7\x76\x59\xeb\x79\x8c\xfa\x6f\xf9\xfe\x44\xca\x33\x78\x1d\x3a\x45\x4f\xb5\xa0\xea\x0c\xcd\x13\x57\x9d\x2c\xd2\x29\xb5\xaf\x38\xc7\xbc\xb0\x8b\x85\xe4\xbf\x55\x18\xcf\xf3\x71\x0f\x38\x33\x39\xe4\x0b\xfb\xdd\xb7\x71\x39\xe9\x8b\x18\x15\xb2\xdf\x06\xea\xec\x77\x63\xab\xca\x1f\xdc\x0e\xf7\xa5\x8c\xc7\x33\x49\x17\xe4\x95\x3e\xeb\xc3\xbc\xee\xda\x96\x56\x92\xea\xfb\x7d\x28\x6e\x56\x0b\x5c\x47\xab\x7a\x8c\x3d\xc5\x89\xea\x30\x5e\x37\x5e\x77\x5e\x4f\x3b\x93\x37\x23\x76\x13\x43\xa9\x5a\xf7\x18\x29\xa2\xbe\xd2\xc8\xa4\x5c\xfa\xab\x0a\x7e\x92\x97\x2e\xf7\xd2\xf9\xfb\x6b\x48\xb9\xec\xf9\xcd\xaf\xf4\x3d\x4f\xc2\x7e\xd2\xdf\x3f\xb4\xe1\x76\xa8\xf4\x14\xea\xf1\x1f\x4c\x24\x2c\xf0\x97\xee\x45\x20\xeb\x5c\xf4\x34\x65\x6b\x32\x0f\xf8\xe7\x4f\xa0\xcf\x28\xe0\xaf\xeb\xc0\x40\x5d\xc6\xfb\x87\x44\xd6\xe2\xdc\xcf\xcd\x80\x89\x29\x7c\xaf\x79\x4a\x0a\xf0\xe0\x01\xe0\x60\x02\x54\xb6\xe4\xba\x28\x37\x26\x03\x8b\x76\x00\x57\xa7\x02\xab\x76\x88\xb3\x57\x3c\x09\x00\x97\xed\x80\x90\x12\xa0\x34\x09\xd8\xa3\x0d\x94\xde\x00\xc4\xc8\x74\xe9\x00\x70\x2a\x14\x28\x9d\x02\xe4\xaa\x01\xa5\xdf\x81\x72\x73\xe0\x52\x10\xf0\x40\x93\xf9\x00\x7f\x2e\xad\xd5\xc1\x28\x92\xea\x1a\x9c\x93\xb8\x1c\xe9\x9f\x24\xdc\x4f\xc2\x6a\x53\x9e\xb1\x3d\x61\x55\x17\xff\x16\x7e\xe7\x7f\x24\xd4\xe5\x01\x74\xcb\x60\x6b\xf8\xb4\x96\xf7\xf0\x63\x0d\xd0\xa3\x0a\xf8\xfc\x16\xe8\x33\x17\x78\x2b\x00\xfd\x9b\x31\xbe\x37\xcc\x0d\x78\xf6\x0c\x18\xdf\x9f\xf1\xad\x49\xd7\x81\x3f\x7c\x01\xf1\xc4\x7a\xf3\x36\xe0\x52\x0d\x54\xbc\x06\xdc\xed\x18\xef\x5e\x6e\x0c\x94\xdd\x06\x02\x07\x72\xbe\x3b\x58\x60\xdc\x53\x5c\xb1\x2e\x36\x03\x0e\xf5\x02\x2e\x94\x01\x29\xfb\x18\xc3\xc9\x4b\x06\x4a\xbc\x81\x0a\x45\xa0\xe4\x3e\xf0\xd0\x9c\xf1\xf2\x8f\x89\xc0\x45\x09\xa3\x97\xf1\x60\x32\x25\xfc\x46\xc6\x7f\x48\x5e\xf6\xbf\xf1\x7f\xe1\x77\xfe\xc7\xff\xd0\xbf\xf8\x27\x1a\xe8\xfc\x89\xeb\x7b\x74\xad\x00\xfe\x34\x07\x8c\x2b\x80\x1a\x6d\x1e\x4f\xcf\xe2\x01\xb3\x86\xc0\x13\x79\x60\xa4\x1f\x70\x3f\x06\xb0\xb0\xe7\xfc\xfe\x34\x47\xc6\x37\x66\xdb\x00\xe5\x01\x80\x5b\x05\x50\x9a\x0e\x78\xa7\x31\xde\xef\x9f\xc2\x7e\x8a\xed\x50\xac\xcd\x3a\x10\xc5\x57\x81\x43\x36\x7c\xdf\x3d\x65\x0a\x50\x7c\x12\xc8\x8b\x66\x3e\xc0\x95\x06\xc0\xf9\x31\x9c\x43\xbe\xb8\x15\xf8\x73\x1f\x70\x7e\xa3\x34\x0e\x24\x1c\xf3\x4c\xd0\x7f\xc1\xff\xf3\xea\xfa\xff\x6f\xfc\x07\x19\xdf\x43\xa6\x77\xf1\xbb\xfe\xc5\x3f\xe6\x40\x9b\x64\xe0\xdb\x57\xa0\xf3\x33\xe0\x5d\x16\xb7\xc7\x1b\x4d\xc0\x44\x81\xf1\xfe\xfe\x33\xf8\x7e\xf7\xf0\x06\x40\xe5\x37\x60\x42\x1f\xe0\x86\xb9\x18\x53\xf9\x7e\xff\x2c\x0f\xa0\xf4\x01\x30\xcf\x0a\x28\x69\xc6\xf7\xfd\xcf\x1b\x01\x7e\x43\x81\x82\x4a\x60\xcb\x25\xa0\xc0\x5e\x3c\xe3\x01\x05\xf3\x80\x83\xcf\x81\xbc\x1c\xe0\xe4\x09\xc6\x85\xf2\xac\x81\xfc\x4e\x7c\x57\xbc\x30\x96\xe7\x5e\x91\x23\xf0\xb1\x57\x6d\xfd\x83\xf4\xdd\x5c\x27\xe5\xbf\xf2\x1f\x86\xd7\xc3\xc1\x7f\xe3\x3f\xc8\xfc\xff\xc5\xf7\x90\x78\x00\xbf\xeb\x5f\xfc\xec\x08\x34\xff\x56\x5b\xdf\x41\xa6\x73\xf0\x52\x9c\x2f\x93\x78\x1e\x18\x2f\x61\x9c\x73\xe0\x60\xe0\xf6\x73\x60\xf4\x45\xe0\xda\x4d\xc0\xea\x13\x70\x29\x04\x98\x1e\x0c\x5c\xf8\x08\xcc\x71\x02\x8a\xce\x00\x5e\xba\x40\x51\x0b\x60\xad\x11\x90\x77\x12\xd8\x5c\x06\xe4\x8e\x07\x76\xfe\x60\x9d\x1f\x71\xa7\x7e\xae\x02\x48\x6e\xc5\xb8\x7f\xbe\x1b\x90\x67\x04\x5c\x15\xff\xfd\x03\xf0\xd8\x00\xc8\x1d\x01\xfc\xf9\xe6\xb7\x3a\x20\xed\xea\xce\x7f\x99\xff\xf5\xf9\x0f\xd1\x7f\xd6\xc5\x83\xc9\x6f\x29\x96\x34\x1d\x5a\x97\x07\xa0\xbd\x84\xdb\x56\x5b\x8f\xf1\x6e\xf1\x58\x27\xe3\x3d\x88\xed\xd0\xca\x03\x78\xee\x08\x74\x2c\xac\xc5\xfb\xef\x74\x02\x7a\x57\x03\x37\x86\x01\x43\x7b\x01\x15\x07\x18\xe7\xbe\x58\xce\xf8\xae\xd8\x7f\xce\xc6\xcc\x5f\x10\xb7\x0b\x39\x3e\xc0\xaa\x5c\xe0\xdc\xdf\xc0\xa6\x4b\x8c\x03\xee\xcc\x05\xc4\x55\x2a\xce\x58\x3c\x45\x70\x6d\x87\x8c\xa7\xac\x09\x90\x15\xc3\x73\x2c\xeb\x35\xf0\x44\x8f\x71\xe3\x6f\x1a\xc0\x19\xc9\x1f\x99\xfe\xcf\x2f\xff\x35\xeb\xf6\xbb\x8c\xff\xb0\x27\xad\x2e\x1e\x2e\xfc\x0b\xff\x43\xc6\x03\x90\xe9\x5e\x88\xf6\xf3\x03\x40\xc3\x17\xf8\x10\x0a\x68\xe6\x02\xaf\x34\x01\xdd\x44\xa0\x6a\x05\xe3\xdb\x7f\xbc\x63\x9e\xd0\xad\xa7\x80\xf1\x58\xe0\xca\x01\x60\xe0\x1e\xa0\xc4\x92\xf5\x94\xce\xbb\x03\x93\x97\x33\xee\xe7\xb0\x1d\xc8\x4a\x07\xdc\xae\x03\xe9\x8a\xc0\xb2\xdb\x8c\x7f\x8b\x27\x9d\x33\x49\x80\x78\xb2\x3b\x63\x00\xc4\xba\x01\xe2\xae\x2d\xa9\x86\xf1\xff\x9c\x1b\xc0\xd9\x93\x7c\x97\x5e\x8c\x7f\x55\x6e\x8c\x9b\x7e\x2f\x00\x52\xbb\xd7\x9d\xff\x07\x15\xeb\xf6\xfb\x6e\xe9\xde\x7f\xc4\xc3\x7a\x78\xb8\x69\x6d\x3b\xc8\xfc\xae\xc3\xfb\xa8\xc7\x7b\xf8\x28\xfe\x7b\x6c\xad\xde\xc3\x8b\xc3\x40\x03\x2d\x9e\x0f\xba\x29\xc0\x9d\xe9\x40\x9b\x3e\xac\x55\x21\xc6\x8d\xcb\xf6\x40\xaf\xef\xc0\xf9\x33\xc0\x50\x03\x40\xdc\xeb\x59\xac\x01\x72\xfe\x02\x66\xb6\x02\x32\x22\x81\x79\x79\xc0\xe9\x1d\x80\xb8\x0d\x3e\x65\x04\xac\xd3\x64\x4d\x98\x1d\x1e\xe2\x29\x88\xf9\x83\x29\xdd\x59\x0f\x43\x6c\x8b\x1c\x43\x20\xe5\x13\x73\x29\x4f\x8e\x03\x1e\xb7\x10\x4f\xdb\xc0\xa7\xbf\x81\x63\xfe\x75\xfb\x7f\xdf\x48\xb6\xbb\x5c\xff\xdd\x6f\x19\xff\x21\xd8\xba\xb6\x1d\xe4\x3f\xfc\x0f\xde\x83\xc4\x06\xaf\xcf\x7b\x78\x56\x20\xee\x89\x98\x07\xd6\x40\xd2\x3b\x10\xcf\xcf\xe2\x3c\x68\x37\x87\x39\x5d\x3d\x9e\xb1\xa6\xc9\x80\x42\xe0\xdc\x06\x60\xec\x59\x20\xbd\x0d\x30\xd5\x8b\x79\x1d\x2e\xa6\x40\xb2\x2e\x20\xee\x8f\x12\xdf\x71\xbc\x4c\x74\x16\xcf\x7e\xc0\xb1\xce\xc0\xbe\x62\x20\xc1\x12\x38\x51\xc5\xeb\x5c\x8e\x3f\x70\xcc\x07\xb8\xd6\x15\x48\xa8\xe1\x79\x21\x9e\x7a\xbe\xfe\x36\xff\x65\xfc\x17\xd9\x78\xdf\x91\x57\xd7\xef\x2d\x15\xff\xce\x07\xf8\xff\xf1\x5f\xbe\xe4\xb2\x7d\x7b\x8d\xad\xac\xde\xc7\xfd\xdd\x6c\x65\xa7\x84\x0a\x79\x40\x3d\x0e\x28\x35\x06\x9a\x27\xb3\xff\x62\xdc\x38\x17\x00\x98\x56\xf3\xb8\x1f\x5e\x05\xa4\x5e\x61\x5d\xa9\xc4\x60\xc0\x21\x9a\xfd\x73\x4f\x01\x8e\x36\x07\x7c\xbc\x58\xd7\x22\x38\x0a\x38\x14\x00\xec\xd3\x05\x0e\xc7\x02\x49\xb9\xc0\xc1\x76\x1c\x33\x0f\x46\x02\x57\x15\x80\xb8\xcd\xc0\x93\xd7\x40\xac\x1d\xf0\x75\x05\xb0\x57\x1a\xff\x11\xd2\xda\x17\x22\xd5\x89\x91\xf1\x5d\xea\xf3\x3e\xfc\xfa\xb3\x5d\xdb\xf6\xdf\xdb\x41\x86\x77\xca\xf8\x2f\xef\xd7\xb3\x7d\x29\xbd\xfe\x85\x7b\x3f\x60\x7b\x5d\x7a\x5d\x2a\xee\xbe\x17\x02\x85\xed\x80\x86\x6f\x80\x73\xcf\x80\x96\x73\x80\x74\x2d\xc0\xd0\x02\x48\x3d\x09\x0c\xb2\x02\x12\xf3\x80\xf1\x26\xac\x21\x37\xc3\x0c\x38\xd2\x03\x58\x10\x0c\xc4\xe9\x71\xfd\xa4\x03\xb6\x40\x50\x24\x10\x63\x01\x44\xd5\x70\x6d\xb1\x13\x76\xc0\xde\x18\x8e\x89\x51\x83\x78\x0f\x22\xfe\xdb\x93\x19\xbc\xf7\xfc\x1a\x56\x3b\xee\xb7\x9a\xd6\xf3\xdb\x4d\xf2\x77\x39\x5b\x19\xef\x43\xc6\x7f\xf0\x3e\xf0\xef\xed\xf0\x6d\x0e\xdb\x77\x8f\xd8\xca\x74\x3f\x64\xfe\xff\x01\xc9\x7f\x29\xbb\x58\x2e\x65\xd9\x8a\x4f\xb0\xcd\xd9\x06\xc8\x6b\x31\xb7\x4b\xdb\x13\x48\x59\x0e\x18\x74\xe6\xda\x60\xa6\x83\x81\xf8\x39\xc0\x48\x03\x20\x2e\x89\xf7\xdd\x31\x2b\x00\xd7\x07\xc0\xde\xbf\x80\x15\xc1\xc0\x1e\x45\x60\x73\x21\xb0\x6b\x17\x10\xb5\x0b\x88\xf0\x63\x2e\x50\xb8\x09\x90\x7d\x0d\x08\x3b\x04\x94\xbb\x71\x2c\x7d\xac\x06\x6c\xaf\x02\xbe\x4c\x04\x82\x4a\xeb\x8e\x73\x19\xdf\x45\xc6\xfb\xf0\x96\xd6\x13\x2f\x69\x1d\x59\x24\xed\xb3\xdc\x51\xb7\x1d\xea\xf3\x7f\xde\x6a\xb2\x7d\x2c\xcd\x87\x7b\x4e\x6c\x6f\xbe\x91\xfc\x97\xe6\xc3\x05\x86\x7b\x90\x6f\xc1\x36\x5d\xca\xb2\x24\xb7\x03\x94\x02\x81\x63\xf2\x40\x53\x03\xe0\xd0\x77\xa0\x6b\x20\x6b\x01\x0d\x7a\x0c\xec\xfd\x0e\x58\x3e\x03\x76\x2d\x95\x9b\xe3\x14\x0b\x84\x57\xca\x47\x78\xb7\x15\xe7\xb3\x82\xc3\xc6\x35\x40\xc8\x1f\x0a\x09\xbb\x75\x81\xe0\x2e\x0a\x6e\x09\xa6\xc0\x96\xb1\x0a\xc8\x3c\x0c\x6c\x0a\x93\x1f\x7f\xd9\x18\xd8\x70\x41\xee\xca\x83\x35\xc0\xfa\xa1\x72\xc1\x7f\xe6\x01\xfe\x1b\xf1\x81\xfc\x96\xf8\x60\x4b\xbe\x23\xe0\x77\x7f\x17\x48\xba\x41\x6e\x5a\x6c\x5d\xa5\xf1\xe2\x14\x58\xb7\x1d\xfe\x1b\xff\xe7\x41\x24\xdb\xdb\x7d\xeb\xfa\x7f\xb1\x25\xdb\xbc\x67\x20\x9c\x3f\x5d\x4b\x81\xb2\xe8\xc9\xe5\x4a\x94\x4d\x8b\xf7\x52\xa2\xd3\xde\xfe\x00\xd5\x7b\x0d\x5e\x02\x7b\x06\x36\x78\xd9\xb6\x0a\x08\x8f\x69\xd4\xbc\x8f\x01\xb0\x2d\x44\x67\xea\xd8\x1a\x20\x68\x7c\xe3\x4b\xb3\xe6\x03\x1b\xed\x74\x63\x3d\xad\x80\x75\x6f\x9b\x38\x04\xbc\x00\xfc\x7e\x36\x99\x1c\xfe\x37\xb0\x76\x55\x13\xe7\xc3\x5b\x80\x35\x53\x74\x6f\x9c\x6d\x01\xac\x0a\xd7\x1d\x78\xf1\x22\xb0\xe2\x6d\x63\xf7\xca\x27\xc0\xf2\x70\x9d\xf2\xb7\x61\x80\xb7\xb3\x36\xe1\x36\x1e\x97\xb5\xa8\xae\xfd\x3c\xf3\x86\xef\x45\xeb\x62\xd8\x80\xee\x73\x3a\xd6\xa8\x59\x89\x76\xd6\x2b\xd5\xb1\xa2\x9d\xd9\x4c\x85\x70\x1c\xbb\xf9\x4a\xf4\x39\x19\xff\xa5\xbe\xff\xf7\x7d\xfe\xdd\xff\xf3\x7a\xaa\x84\x6b\x9d\xd3\x6f\x40\x38\xc7\xe9\xde\x8d\x29\xef\x98\xe8\xd5\x94\xf2\x7b\x07\x73\xf5\x48\x37\x20\xea\x73\x0b\xca\x0a\x85\x3a\xb7\x6a\xa7\xf0\x09\x08\x1e\xdc\xe6\x91\x9e\x23\x10\x78\xbf\xad\x4d\xb7\x87\x0a\xe7\x7d\x5b\x18\x0c\x1a\xaa\xa8\xd4\x7e\x65\x8d\xc1\x81\xc9\x11\xca\xde\xde\xce\x06\xfb\xe6\x66\xab\x1c\xf6\x9a\x6b\x30\x62\x55\x99\x6a\xac\xfb\x83\xb6\xe7\xb7\x9e\x50\x73\x5a\xa0\xdd\x56\x37\xe6\xb8\x5a\xf6\xbc\xcc\x36\x5e\xc9\xb1\x6a\xb7\x5c\x3f\xe8\xdf\x2d\xb8\xac\x76\x60\xce\x61\xfd\x69\x37\x07\xa9\x69\xbb\x14\xe8\x2b\xbd\x8c\x53\xed\xe4\x22\xa7\x6f\xf3\xcf\x74\xe5\xbf\x1d\x7c\x5b\x4f\x12\x04\xa5\xc2\xe9\x69\xad\xe6\x0b\x82\xe2\x85\x29\x87\x5a\x45\x0a\x82\x62\xc4\x64\x5b\xbd\x8b\x82\x20\xf7\xda\x26\xb6\xc9\x1a\xd1\x6f\xab\x38\x5d\xc2\xf3\x2c\x15\x1b\x91\x4e\xe9\xfb\x0b\xec\xdf\x4b\xfb\xba\xfe\xdf\xf4\x62\xbd\x9b\xcb\xc9\x6a\x7c\x2b\xb0\x4a\x9b\x6c\xd6\x90\x16\x94\x77\x3a\xb5\xa5\x0d\xe1\xe4\x09\xb7\x3a\x12\x0f\x22\x36\xaf\x0b\xe5\xb1\x77\xcf\xe9\x46\x79\x86\x6d\x35\xac\xc2\xbc\x5e\xaf\x27\xe1\x1b\x3e\x93\x4c\x9e\x36\xd2\x01\xbc\x87\x98\xe4\xb7\xb7\x50\x9c\xee\xfe\xc8\xc4\xb0\xdf\x28\x55\xd7\x79\x76\x26\xe6\x13\xac\xd5\xad\x9c\xe7\x18\x47\x3b\x3c\xd0\xf8\x68\xff\xb6\x67\xf5\x12\xbf\x86\x6b\x66\x68\xf5\xec\xb3\xe1\x81\x66\x89\xad\xd0\xc3\x72\xf7\x66\xad\x63\x53\x36\x18\x59\x1f\x3b\xd5\x48\xd7\xc6\xa1\xbb\xd7\x39\xc5\x46\x4d\xac\x85\x6e\x57\x2b\x02\xb4\x72\xad\x1e\x75\xf3\x7a\x7c\x41\xf3\x9e\xd5\xc9\x6e\xb3\xbe\xc9\x35\x1c\x63\xa1\x6c\xe8\x2b\x08\x1a\x7e\xe3\xcc\x3b\xd7\x08\x82\xda\xc1\x31\x3b\x3b\x99\x0a\x82\x6a\xf8\xc8\x3e\xed\xdf\x09\x82\x4a\xfb\xe1\x79\xed\x2d\x05\x41\x39\xcd\xfc\x98\x81\xbc\x20\x28\xcd\x37\xff\xdc\xe6\x9b\x20\x28\x7e\x93\xf1\x5f\x64\x71\xf0\xe6\x24\x55\xda\x21\x5c\xf2\x6a\x44\xf8\x53\xfe\x0a\x7d\xe2\x7d\x9c\x0d\x6c\x4f\x79\xdc\x64\x0d\x43\xc2\xad\x64\xfc\x97\xfd\x42\x3f\xba\xb0\x1c\xf1\xa5\x3f\x65\x7d\x42\xe4\x07\x51\xf6\x78\x9d\xcb\x10\x8a\xb0\x2b\x02\x86\x12\x3a\xe1\x6e\x3a\x7c\xa8\xd2\x1b\xc0\x75\xdd\x08\xc7\x96\xfb\xe5\xf5\xec\x87\x0c\x6f\xdd\x73\x89\xca\x81\xa9\xd1\x43\xff\x1a\x7e\xbf\xc1\x02\xab\xd7\x43\xa7\x4e\xeb\xa4\x19\x31\xc1\xca\xbc\xd7\x42\xb3\x46\x81\x63\xfa\x0f\xe9\xe3\xd7\x43\x67\xc8\x88\x5e\x83\x95\xc3\x6c\x1b\x5b\x0c\x35\x37\x6b\x78\x58\x57\xb7\xc9\x90\xe6\x03\xcf\x9d\xdd\xac\xdb\xdd\x6c\xee\xc0\x1e\xa5\x1d\x74\x35\x07\x79\x0d\x58\x77\x7f\x55\xe3\x6e\x83\x26\x0c\x08\xfe\x50\xa1\x9d\x3b\x48\xa5\xff\x5e\x41\xd0\x5a\xd2\x5f\xab\x4f\x94\x20\x34\x9c\xda\xf7\xb8\x69\x8e\x20\x68\x14\xf6\x8a\x34\x31\x11\x04\xf5\xed\x26\x3f\x7a\x9a\x09\x82\xda\x7a\x93\x30\xa3\x33\x82\xa0\x7a\xdf\x24\xce\xf0\xb5\x20\xa8\xdc\x78\x28\xc8\xd1\x4e\xe9\x56\x95\x3a\xe1\x57\x97\x2c\x9b\xd3\x6d\xa7\x7c\x6b\x03\x42\x53\xd3\x2b\xba\x92\xfe\x45\x52\x15\xd7\x41\x3a\x52\x33\x88\xc6\x49\x8c\xbf\x39\x65\x91\x22\xdc\x46\xd2\x7d\xf8\xad\x29\xa3\x09\xb7\x08\x5c\x3a\x9e\xfe\x7d\xa5\xb3\x05\x65\x91\xdd\x35\xad\x59\xdf\xb9\xc4\x86\x74\xa0\x6d\x4d\x27\xd7\x34\x1e\x0b\x58\x5c\xb1\x29\xea\x1c\xac\xe4\x3f\x2a\x7b\xd2\xe2\x41\x7f\xaa\x47\x9a\x6f\xb0\x8e\xb5\x2e\x69\x38\x75\x60\xb6\x75\x27\xd7\xed\x9a\xeb\xfb\xfe\xb0\x9a\xbd\x7a\xa4\xd6\xd6\x5e\x9b\x2d\xc3\xb6\x0d\x68\xa4\x6e\x7c\xc3\xc2\x23\xd6\xb2\x51\x97\x1e\x85\x13\xb3\xd2\xfa\x35\x6a\x64\xb4\x72\xc2\x9f\x17\x1a\x68\xe5\x75\x5f\x33\x61\x5c\x65\x0b\xcd\x37\xdd\xde\x8f\xff\xfb\xad\x46\xc3\x9d\xdd\xcd\xc7\x3d\x16\x04\x8d\x4a\xc3\x57\xa3\xcd\x04\x41\x7d\x7f\x97\x6f\xc3\x67\x08\x82\x9a\x61\x97\x3b\x43\x32\x05\x41\xf5\x60\x67\x9f\x41\x15\x82\xa0\x92\xd6\x79\xf5\x80\x28\x41\x50\x59\xd2\xf1\xaf\x7e\x0e\x82\xa0\xbc\xef\x76\x7f\x6d\xca\x8e\x96\x6e\xd3\x27\xfc\x21\xf7\x43\x67\x1a\xe7\x67\x5d\x59\x17\x24\xa9\x6a\x30\xa3\x67\xab\x86\x52\x5e\x7e\xdf\xd9\x31\x74\x7f\x2f\x3c\x69\x22\xad\x10\xc1\x82\x15\xcd\x93\x80\x50\x5e\x38\x96\x57\xd9\xd2\xe7\xdc\x53\xa6\x13\x5e\x3a\x3b\xc1\x9e\xfe\x7e\x52\xc5\x6c\xc2\xfd\x46\xb5\x76\xfa\xa0\x5a\x06\x0c\xce\x73\x2a\x6f\x63\xa7\xa0\xda\x67\xa8\xe3\xda\xde\x11\x2a\x7f\x1b\x1b\x3a\x4e\x1c\xff\x49\xad\x65\xb7\x08\xc7\xd6\x8e\x49\x6a\x45\x5d\x14\x66\x9f\x59\x76\x55\x7d\x40\xc7\xc6\xb3\x35\x83\x3c\xd5\x1d\xda\x5d\x71\x18\x15\xd3\x58\x7d\x98\x41\x17\xfb\x96\x29\xdd\xd4\xde\xb4\xf9\x3a\x6b\x42\xd1\x08\x35\x0f\xfd\xcf\x33\xcb\x6f\x4f\x51\xdd\xae\x1f\x38\x73\x5d\xf5\x70\x95\xed\xfa\xd3\x67\x7c\x12\x04\xe5\x66\xad\x47\xda\x0e\x15\x04\xa5\x06\xad\x9d\x26\x79\x08\x82\x62\x59\xeb\x59\x16\xc5\x82\xa0\x18\xd2\xea\xc1\x78\x3f\x41\x50\xd4\x6c\x75\x6a\xac\x9a\x20\x28\x5c\x69\xe5\x37\x72\x9f\x20\x28\xf8\x5f\x12\xda\x91\xbf\x79\xc9\x26\xb4\x13\x38\x1b\x36\x90\xd0\xc6\xa4\x5c\xd6\x83\x39\x1c\x3c\x8e\x76\x4c\xfb\x16\x5b\xd1\x3a\x10\x6e\x6e\x43\xb7\xaa\x83\xe3\x59\x27\x63\x5d\x95\x3d\xc5\x8d\x95\xcb\x66\x53\x15\x72\x8f\x87\x2e\xc4\xab\x72\xd1\x9d\x4b\x79\x70\x5b\x63\xc6\x4f\xc7\x1e\x75\x27\x3c\xa8\x77\x7b\x4f\x5a\x69\x8c\x52\x3c\xbf\x37\x8d\x05\x3a\xaa\x7a\x36\xe8\xfe\x5d\xb1\x6f\xdb\x37\x9e\x63\x46\x7e\x54\x0c\x6b\xed\xed\x39\x61\x66\x91\xa2\x47\x8b\x52\xcf\xe6\x8b\x8b\x14\x52\xf5\x5c\x16\xf9\x6f\x6a\x2c\xef\xaf\xd7\x7b\xd1\x93\x7d\x2d\x81\xa6\xe7\x3d\x1e\x26\xdd\x00\x9a\x6c\x73\x7f\x9d\x7f\x03\x68\xfc\x79\xe1\x1f\x37\xae\x01\x3a\x8f\x17\xe4\xbc\x8c\x04\xb4\xd7\xba\x95\xff\xfc\x01\x68\xe9\xcd\xa1\x7b\x99\x9a\x49\xb3\xf7\xd0\x19\x2a\x6e\x66\x8c\x68\x1b\xe6\xd8\x91\x55\x2f\x9b\xba\x9f\xde\x1f\x6a\x43\xba\xc5\x05\xd7\x4c\xa8\xbf\xce\x56\x0c\xa6\xe7\x3f\xd9\x7f\x34\xad\x7f\x47\x9e\xb3\x2e\x4a\x74\x05\xf7\x73\x64\xd0\x74\x52\x99\xde\x6a\x61\x4f\x3c\xaa\x40\x47\xbe\x85\xbe\xea\xe9\x5c\xca\x0e\x2f\xda\xe2\x46\xed\xe6\x5a\xc8\x78\xf9\xcc\x44\x2f\xf2\xdf\x72\xf0\x12\x8a\x1f\x43\xb6\x2f\x27\xb4\xd6\x50\x67\x15\xe1\x1d\x2d\x2e\xf8\x24\x69\xcc\x03\x9a\xaa\xad\xd5\xe8\xa8\x06\xe8\x68\xaf\x35\x18\xa2\x01\x68\x7e\xf6\xc9\x99\x7a\x04\xd0\xb0\xf1\xf1\x5c\x78\x16\x50\x3d\xe6\x83\x80\xc9\x80\xb2\xd3\x1a\xcb\x48\x5d\x40\x71\xcd\xea\xe0\x84\x29\x80\xfc\xf3\x55\xe3\xb2\xb7\x00\x72\x19\x2b\x87\x5c\x51\x03\xe0\xbf\xc2\xe8\x09\x21\x93\xcb\x07\x7e\x23\x86\xd3\x62\xa9\xee\x87\x3b\xd8\xce\xcb\x66\x3b\x47\xba\xc7\xeb\x2c\xdd\xe7\x74\xe8\x22\xda\x33\xd7\x98\xdf\x76\x32\x6c\x22\xe5\xa7\xe3\x13\x6d\x58\xff\xe0\x99\x1d\xc5\xff\x08\xaf\xd9\x94\x4d\xdf\x6a\xea\xe2\xc8\xfd\xcf\x6a\x04\x6b\x5a\x2d\xa4\xb8\xb8\xf8\xc1\x22\x8a\x0b\xf3\x1d\x96\x50\xfb\x38\x34\x5a\x46\xf7\x7b\x6d\x5e\xac\x24\x94\x61\xf4\xe0\x35\x74\x6b\xbd\xaf\x31\x6f\x4c\xdb\x19\x33\x5f\x40\xb5\xcb\x66\x52\x71\x97\x5f\xb7\xa5\x8d\x1e\x33\xec\xc6\xf6\x26\xc5\xeb\xcd\xb3\x2c\x99\x71\x65\xe9\x4a\xf7\x0e\x37\xb9\xfb\x10\xae\xbb\x51\x2d\x94\x90\xc4\x0d\xbb\x0e\x53\xdd\x8b\xf5\x49\x19\x84\xe7\x06\xea\x5e\xa6\x9b\xe4\x01\x3f\x1e\xd2\x7d\x5e\xff\x94\x3f\x29\xd2\xfb\xb6\x61\x3f\x57\x4e\x67\xbb\xb4\x8c\xad\xd7\x27\xa9\x7d\x52\xd8\xba\x5d\x17\xed\xc9\x27\x16\xf4\xed\x47\x22\x6c\x09\x65\x8f\x69\xce\xf3\x39\xe2\x91\x0b\xf5\x63\xc8\x64\x37\xc2\xb5\x36\x14\xb2\x4e\xc6\xea\x1f\xdc\xcf\xde\xbe\xde\xaf\x45\xbb\x30\x60\x25\x6d\xb5\x9d\xdb\xad\xa1\x75\xc2\xae\xa9\x1f\x8d\x8f\x89\x4d\x03\x08\xe7\x1c\x3a\x8d\x75\x61\x7a\x86\x6d\x21\x1e\x51\x8b\xc1\x5b\x59\xe7\xff\x43\xa8\xa4\x5c\x17\x76\xb5\x39\xad\xb4\xe1\x23\x7b\x11\x93\x26\x4c\x8f\x75\x0f\x76\x54\x38\xd3\x59\x2e\xb4\xdb\x2a\xaa\x8f\xb1\xc3\x91\x2b\xd0\xec\x18\xc1\x95\x56\xb6\x5d\x3d\x4d\x7b\xde\x90\x66\x17\xe8\x97\x82\x13\x2a\x09\xc7\x08\x2e\x7b\xcb\xfc\x18\x5f\xf6\x33\x50\xe2\x3d\xf8\x8d\x64\xeb\x23\xd5\xbd\x58\x29\xb5\x87\x77\x22\xe5\x2d\x76\x71\xbf\xef\xdf\x3d\x9b\xb2\xfc\x91\x1b\xe6\x12\x7a\xbc\xcd\x85\xc7\xf7\xa6\x41\x5e\x34\xaf\x7d\x4d\x96\xad\xe4\x38\xb8\x8a\x70\xbe\x45\x27\x7d\xc8\x6f\x17\x17\x3f\xfa\xd5\x99\xd7\x02\x69\xe7\x39\x49\x6f\x23\xad\x0b\xa3\x4d\x83\x68\x07\xd6\x6f\x53\x08\xc5\x8f\x4e\x35\x3b\x08\x9d\xd3\x4d\x89\xf0\x62\xff\xf7\x8e\x66\x1b\xd5\xa3\x39\xed\xd9\xf7\x8e\x33\x21\xa4\x39\x6a\x09\x57\x2c\x8b\xca\x72\xa4\x06\xd9\x53\xc8\x8a\x34\x7b\x82\x83\x08\x49\xd9\xb3\x80\x99\x05\xbb\xc2\x4e\x12\x03\x6f\x57\xff\x22\x42\xda\x22\x37\x33\x52\x12\x61\xf6\x8a\x22\xd9\xce\x94\x1f\x74\x26\x90\xf1\x3f\x82\x24\x3d\xf3\x8d\xd2\x7d\xff\xc0\xfe\xbf\xb7\xcf\x81\x6b\xcc\x3a\xd9\x15\xe8\x46\xf8\xf4\x8e\xc9\x5e\xd4\x9f\x32\x1d\x20\xff\x14\xf6\x7b\x95\x82\x1f\xe3\x7d\xfb\x59\xa5\x64\x9e\xd6\x7a\x8a\xa7\xb3\x15\x36\x53\x3b\xd9\x4a\xea\x0c\x13\xb1\x8d\xf0\x99\xa1\x08\xa3\x89\x60\xda\x21\xc2\x81\xe7\x43\x14\xed\x2f\x35\x1f\x47\x9b\xb3\xff\x07\xfb\x4b\x36\xac\x19\x21\x7e\x71\x9b\x8d\x09\x97\x89\xbb\x3f\x86\x15\xaa\x9c\x79\x64\xc6\x25\x2d\x89\x66\xbb\x89\x10\xe6\xd8\x14\x56\x1e\x89\x6b\x9e\x44\x11\xea\xc0\x86\x5c\xda\xe1\xc4\xd4\x5c\xa5\xbd\x70\x8c\xc5\x53\xba\x31\x1c\x1d\xfb\x85\x56\xfe\x5f\xbc\x98\xd7\x6c\x43\x97\xb3\x65\x3d\x1d\x99\x2e\xca\x1e\x77\x0f\x3a\x07\x84\xad\x5a\x42\xbc\xf0\x20\xcf\x15\xc4\x52\x5a\xb7\x83\x55\xf5\x57\x05\x07\x78\xf1\x3c\xd8\x48\xb3\x6f\xc1\x8b\xcd\x5c\x07\xa6\xdd\x56\x6a\xa7\xe9\x6b\x59\x1f\x66\x52\x49\x18\xa1\x51\xa3\xdf\x32\x5e\x3e\x68\x20\xf3\x61\x7a\x18\x33\x0f\xa8\x75\x0d\x8f\x66\x75\x9b\x23\x52\x06\xe3\x84\x35\xdb\x63\x57\x9a\x11\x12\x7c\xdc\xd2\x78\x24\xbf\x1e\x4d\xbf\x70\x6c\xca\x4c\xc2\x6f\x8f\x99\x2e\xa2\x96\x3d\xe6\xcf\xcc\x94\x84\x6b\x91\xf4\x8d\x09\x15\x8c\x3c\x1f\xf5\xc8\x22\x1d\x95\xf8\x45\x65\xb4\xa3\x89\x8f\x79\x44\xf1\xe4\xc8\xee\x3f\x69\x3c\xfd\x07\x2f\x46\xd2\x8f\xd9\x2d\xd5\x07\x09\x27\x1c\x3c\xfc\x16\xf3\x80\x42\xb4\xb9\x2e\xd6\x86\xc2\x75\xf4\xbc\x6b\xf7\x6d\xa0\x1d\xf6\x72\x63\x46\x13\x17\x19\xf0\xec\x9c\xe7\x1a\xca\xf5\x0e\x3c\xc2\xe9\xe4\x39\xf5\xe1\x6e\xca\x54\x4d\xcc\xdd\x4b\xe3\x7e\xd8\xc3\x18\x62\x25\xf4\x37\x8b\xa5\xf1\xd2\xb5\x86\xfd\xd6\xdb\xca\x4f\xad\xac\x9f\x38\x89\xfd\x4f\x95\x74\x30\x4e\x59\x72\x65\xbf\x53\x96\xbc\x13\x4f\xbd\xc3\x8c\xdd\x94\x0a\x3b\x8a\xd0\xa9\xa7\xdc\xc3\xf9\xfd\x00\xda\xf1\xa5\x58\x73\xbd\x83\x14\xfd\xc3\xcc\x7f\xc9\x3e\x43\xb8\x78\xf2\xf4\x52\x42\x56\x93\x8e\xdf\xa3\x9d\x6e\x52\x15\xdf\x20\x4f\xec\xf9\x0f\x31\x14\x12\x66\x0b\x75\x78\x31\x71\x12\x0f\x20\xa6\xa5\x68\xb7\x19\xf8\x86\x49\xfe\xd3\x5f\xf9\x0d\xdd\x44\x71\x6c\xc5\x8e\xad\xc4\xca\x58\x7c\x3d\x8c\x32\x31\x32\x1e\x90\x73\xd5\x6e\x5a\x37\x66\x64\x31\x3f\x62\xd2\x8a\x68\x52\x2b\x18\x57\xc1\xf5\x73\xcc\xad\x98\x0f\x63\xfa\x36\x81\x46\x69\xc7\x03\x27\x68\x9f\xd5\xcc\x91\x6f\xa3\x2b\x6a\xa7\x49\x99\x3d\x19\x1f\x26\x2b\x86\xf9\x30\x59\x31\x46\xd4\x13\x99\x9e\xc3\x68\xeb\x9a\x51\x30\x95\x66\x6c\x66\x8d\x1b\xc5\x8b\x8c\x93\x6b\x69\xe7\x9a\x99\xc5\xcc\xbb\x4c\x6f\x66\xe0\x64\x14\x30\xf3\x20\x63\xc1\x05\x62\xf8\x9e\x0d\xbb\x4d\x3c\xb3\xb3\xe3\x5f\x51\x4f\x9c\x09\xfc\x8b\x72\x48\xa9\xaf\xf9\x6c\x2d\xe3\xc5\xfc\xaa\xa3\x74\x98\xf2\x74\xe1\x1b\x68\x5f\x10\xe0\x15\xfc\x81\xe7\xc1\x36\x8a\xde\x4b\xbf\x45\xd0\x7e\xda\x63\xe4\x6e\xfa\x56\xd7\x60\x46\x97\xed\xaf\xed\xa7\xa7\xb4\xad\x8a\x23\xff\xad\x62\xe3\xa9\xf5\x47\x05\x33\x4f\x60\x40\xce\x09\xd6\x43\xb9\xc0\x2a\x4f\xed\x1d\x4f\x13\x8e\xac\x13\xc3\x7a\x02\xf2\x8f\xb3\xa5\x38\x29\xe3\xc3\x14\x18\xeb\x12\xf2\x5d\x18\x66\x48\x23\x2d\x7f\xcd\x90\xed\xfc\x3e\x33\x1a\xf3\xbd\x5c\x69\x1d\xcd\xef\xc1\x91\xaa\xc0\x98\x75\x0f\x0a\x8c\x19\xf7\xcf\xcf\x4f\xa6\x3a\x39\xf9\x6a\x05\x77\x41\x8a\x60\x1c\x27\x72\x0f\x3d\x53\x07\x9d\x8c\x99\x4b\x9f\x2d\xad\x13\xe9\xaa\x6c\x7f\xe9\xe8\x90\xce\x56\x60\xff\x10\xaa\x9e\x22\xe3\x01\x2d\xaf\x62\x1d\x24\x4f\xdb\xbd\x34\x2e\xe6\x3b\xc4\xd0\xfe\xd8\xf1\x5a\x2c\xf5\xeb\xcc\x4e\x47\x28\x4e\x4c\x6e\x91\x40\x51\x7a\xbc\xe7\x09\x5a\x37\x86\x3e\x39\x49\xb3\xbc\x5f\x70\x2a\xc5\x09\x23\x9d\xb3\xd4\x1e\x6d\xe2\x33\xa9\x5e\xef\x2f\x7d\x1c\xdf\x02\x49\x37\xa9\x44\x9a\x1f\x25\x15\x3a\x74\xc3\xa1\xb4\x33\xf3\x40\x2e\x96\x0d\x69\xcb\xef\x5b\x3b\xb1\x65\x06\x6f\x89\x37\xcf\xe0\x8b\x0e\x5b\xc8\xaf\x8b\x67\xa2\xa8\xc7\x4a\x3a\x26\x91\xfe\x47\xc9\xea\x7c\xd2\x8f\xb8\x90\x5c\x4e\x7c\x8a\xf3\x35\x1c\x27\x8a\x0b\xde\x52\x86\xa4\x58\xef\x1f\x52\xbc\xc9\x97\xf4\x40\xce\x49\xf3\x22\x9d\xf6\x17\x32\x1e\xd0\x8a\xeb\x7b\x88\x77\x2f\xe3\x01\xb9\xfb\xb2\x0e\xd2\x5c\xef\x78\x5a\x9d\x1c\xbc\x13\x68\x54\x4e\x73\x3c\x41\xb3\xd5\xba\x3a\x99\xfc\x1f\x73\x24\x95\xd6\xcb\x21\x31\x67\x28\xff\xd0\x3b\x37\x83\xf8\xb8\x5d\xf5\xd9\x6f\xfd\xed\xf9\xb4\xea\x35\x9a\x51\xcc\xc2\x83\x29\xa5\x52\xa6\xaf\x42\xca\x6c\x5c\x35\xd0\xa6\x7d\xc0\x15\x8f\x4e\xe4\xd7\xd5\x6b\x83\x28\xe2\x54\x9c\xe4\x1d\xed\x55\x17\x47\xaa\x77\x73\xd5\x9b\x19\xcb\x57\x46\x6c\xa4\x9d\xf9\x95\xd4\x3d\xb4\x92\x5f\x29\x3e\x4e\x33\xb2\x7c\x42\x26\x3d\x61\xc5\xe0\x32\x62\x00\x57\x8c\x7e\x40\x23\xb7\xdc\x98\xf5\x30\x2e\xdb\x32\x2f\xa6\xa4\x82\x73\x6f\xc5\x52\x4d\xde\x7c\xd2\x9f\x5b\xd3\x62\x1f\xf1\x9e\x96\x5d\x89\xa5\x68\x22\xe3\x01\xcd\xf7\x38\x46\xf1\xc1\xc5\x31\x91\xd6\x85\x19\x11\x27\x29\x0e\xda\xea\x9e\xa6\xf7\x2d\x74\x58\x8d\x64\xe4\xe7\x74\xe2\x13\x0e\xae\x60\x16\x46\x6f\x49\x0f\xc9\xb0\x75\x31\xf1\x65\x5b\x37\xba\x40\x71\x44\xb3\xf7\x65\x29\xd3\x7b\x45\xca\xfc\xc8\x32\xdd\xb7\xbf\xb3\x3e\xcc\xad\x2a\xe6\x81\xdc\xaa\xe2\x8a\xb7\xb7\x1b\x8e\xa7\x13\xdb\x1d\xd8\x13\xe3\xf2\x4e\x25\x2b\xdc\xdd\x0e\x0b\x24\x1e\xd9\x9d\x11\x91\xb4\xd2\xdf\x39\x7a\x84\xf6\xd1\xb7\x9f\x30\x43\xe7\xd6\x9b\x12\x6a\xa7\x5b\x1d\xef\xd0\xb8\xb8\x59\xf3\x8a\x56\xea\x1b\x69\x9f\xe9\x7b\xaf\xd9\xfc\xa0\x48\x20\xab\x2b\xc5\x75\x82\x96\x07\xc6\xd1\x2a\xeb\x75\xfd\x28\xf1\xc2\x3d\x56\x26\x12\xdb\xc2\x75\xc7\x49\x5a\xbd\x1c\xc1\xfd\x3d\x5d\x87\xe7\xb7\x4d\x54\x06\x8d\xb6\x09\xc7\x73\x88\x2f\x3e\xfc\x7a\x1e\x45\xa9\x81\x81\x05\xb4\x9f\xee\xf9\x93\xeb\xe8\x74\x56\x2c\xa5\x55\xab\xd5\x6c\xd6\xc7\x69\xa8\x73\xf5\x4d\x5d\xff\xef\xad\x64\xfb\xd0\xb2\x21\x29\x79\x3d\x6c\x6f\x40\xcc\xfc\x47\x27\xfa\xd0\x7e\xe2\xa1\xc0\x8c\xff\xaa\xfc\x19\x14\x61\x1f\x3d\x59\x44\x4a\x99\x55\xc3\x02\x42\xd9\xf2\x4c\x7e\x18\x70\x90\x66\xe4\xc3\xa3\xa7\xe9\xc9\x1f\x0d\x3d\x4f\xbf\x78\xbf\xe2\x06\x45\xe4\x87\x36\xac\xc0\x72\xef\xc2\x47\x9a\x89\xf7\x0d\x04\x9a\xd1\x77\xb6\x0b\xf4\xc4\xd7\x47\x08\xff\x85\xff\xd0\xfd\x47\xad\xfd\xd9\x1d\x30\x8c\x04\xfe\x2a\x02\xba\xcf\x93\xf0\xfe\xbc\xdf\xf0\x7e\x01\x18\xe0\x03\x3c\x76\x01\x86\xa6\xb0\x9e\xff\xd8\x16\x40\xe5\x2b\xf1\xac\x0d\xdc\xb0\x16\xdb\x10\x28\xd3\x01\x1c\x1d\xc4\x28\x00\xb8\xad\x00\x2e\x08\x8c\x63\x15\x37\x01\x7c\x8a\x81\xfc\xa3\xc0\x86\x1c\x20\xef\x07\x10\x6a\xce\xf9\xff\xfd\x9d\xf9\x3e\xfb\x71\x4b\xc6\x03\xc5\x11\x58\x54\x02\x5c\x18\x21\xce\x7a\x6e\xd1\x82\x5b\x40\x95\x17\x70\x3e\x8b\x71\x4e\xd9\xbd\xf7\xfa\xf5\x1f\x92\x4d\xfe\x37\xfe\x2f\xfc\x56\xe7\x84\xf4\x2f\x02\x80\xce\x52\xae\xbb\xd3\x41\x6e\x87\x8e\x9b\x81\xef\xf3\x18\xd7\x7e\xbb\x01\x30\xba\x07\xbc\x8e\x06\x4c\xdb\x03\x4f\x9f\x01\xfd\xa6\x71\x3e\x6b\xb0\x3e\xf0\x87\x3d\x30\xea\x21\x70\x73\x14\x60\xd9\x00\xb8\xe2\x00\x4c\x0d\x04\x2e\xbd\x07\x66\x8f\x00\xce\xdf\x05\xe6\x45\x01\x85\x63\x00\x2f\xe7\xdf\xf0\xee\x55\x5c\xff\xa1\xc0\x00\x08\x1f\x0a\xe4\xdb\x03\xfb\xc5\xf7\x13\x81\xe3\x23\x80\x9c\x68\x6e\x87\x5c\x81\xdb\x40\xf4\x57\xdc\x47\x8b\xed\xf3\xac\x80\xdb\xeb\x6b\x18\x88\xb5\x25\x3e\xfb\xd9\xbe\xff\x9b\xff\x70\x78\xeb\x7f\xf2\x1f\xea\xf3\x3f\x7e\xd5\x01\x49\x01\xfe\xfa\x07\x68\x9b\x02\x7c\x9e\x0f\xb4\xab\x02\xde\x0d\x00\xba\x94\x00\x2f\xdd\x01\x71\xbd\x7f\xba\x1e\xe8\xed\x0b\x3c\x68\x0b\xf4\xb7\x07\x6e\x9f\x02\x86\xf9\x01\xd7\x26\x00\xe2\xb8\x2e\x9f\x00\x4c\x9e\x00\x94\x1a\x00\xf6\x1d\x81\xe2\xcf\x7c\x9f\x39\xff\x19\xe0\x69\xca\xfe\xaf\xae\x01\x72\xda\xb3\x2e\xc8\xb9\xb1\xc0\x8e\x5d\x8c\x55\x44\xeb\x33\x76\x73\xcc\x9f\xed\xd9\x99\x8c\xef\x17\x07\x03\x39\x7b\x80\x5b\x3b\x18\x2f\x79\x6e\x06\xe4\xf7\x04\x7e\xd8\x32\x3e\x2e\x8e\x07\x99\xfe\x7f\x7d\xfc\xff\x90\xa4\x61\x70\xa0\xfc\xbf\xf3\x1f\x64\xbc\x8f\xdf\x75\x2f\xfe\xea\x0f\xb4\xf8\x00\x7c\x34\x05\x5a\x77\xf8\xad\xbe\x43\x39\xd0\xe5\x0c\x73\x10\xc4\x7d\xe0\x1f\x4d\xb9\x3d\x6e\x24\x03\x66\xeb\x99\xff\x33\x4a\x1d\xb8\x3c\x13\xb0\x1a\x08\x5c\x90\x03\xa6\x0f\x03\xf2\x6f\x03\xce\xaf\xd8\x9f\x05\xd1\x40\x76\x0e\xb0\xd2\x15\xc8\xea\x28\x9e\x0c\x81\xb3\xb6\xa0\xca\xa6\x19\xcf\xb8\x1d\x32\x0e\x30\x86\x99\xee\xc8\xe3\x21\xbb\x35\x70\x71\x3b\x90\xfd\x83\xb5\x55\xc4\xef\x79\x91\xc8\xed\xf4\x77\x1e\x70\x66\x54\x3d\xfc\x5f\xea\xd3\x43\x81\xff\x07\xfe\x43\xbd\xfa\x27\x4d\xdb\xfd\x27\xdf\xe1\xfd\x66\xa0\xe9\xd9\xda\xfa\x0e\x32\x9d\x83\x07\x76\x40\x57\x3b\xe0\xce\x19\xc0\xd4\x87\xeb\x3b\xf4\x1b\xc8\x38\x97\x18\x2f\x2e\xee\x07\x26\xfa\x02\x45\xd3\x81\xa9\x6e\x3c\xae\x1d\xb3\x80\xcc\x10\x60\x41\x5b\x20\x3d\x11\x58\xe6\x0f\x9c\x59\x03\x04\xe4\x01\x69\xc5\x40\xc8\x6d\x20\xed\x36\x10\xf5\x12\x48\xcb\x03\x8e\x5e\x00\x4e\xab\xf1\xbd\x7f\x31\x16\x9e\x8f\x04\xce\x74\x00\x6e\xef\xe4\xb6\x79\x21\x00\x62\x14\xff\x1d\xff\x97\xf1\x9f\x64\xfe\xef\x5f\x57\x97\xff\xf0\x8b\x07\xf0\x1b\xff\x41\xa6\xfb\xa1\x53\xc4\x7c\xb0\x06\xc9\xc0\x3f\xfe\x80\xa6\x00\x7c\x0e\x04\x34\xb5\x80\x77\x5a\x40\x23\x73\xe0\x45\x0c\xeb\x3d\xc8\x74\x0e\x2a\x53\x81\x76\x46\xc0\x2d\x67\xc0\xf0\x0a\x70\xd5\x08\xe8\x9d\xc7\x38\xcf\x20\x73\xa0\xe8\x3a\x30\xe6\x34\x90\x1b\x0b\x4c\xea\x08\x64\xeb\x02\xf6\x2b\x80\xf4\x06\xc0\xbc\x6c\x66\xdd\x2f\x7e\xc0\xf5\x0d\xc4\x13\x7c\xe2\x23\x60\x8b\x35\x90\xe4\x05\xec\x1a\x0b\xa4\x04\x33\x16\x7a\x32\x01\x38\x7d\x1b\x48\x36\x06\x8a\x0b\x81\x53\xba\xc0\x9d\xdb\x40\xea\x30\xe0\x55\x33\xf1\x74\xc2\x7d\x27\xc3\xff\x65\xe3\x5f\x36\xee\x7f\xe9\x20\x48\xfc\x87\x9d\x92\x0d\xfb\x2d\x3e\x10\xff\xe3\x08\xa0\xfe\xbc\x96\x07\x41\x78\x77\x4a\x2d\xef\xe1\x4d\x32\xa0\xf8\x07\xf0\x7c\x1d\xa0\xf6\xba\x96\xf7\x20\xc6\xaa\x16\x65\xc0\x55\x2d\xa0\xdd\x2d\xa0\x6c\x11\xd0\x73\x1b\xf3\xb6\xfa\xdc\x07\xf2\x33\xb9\x3e\x4c\x66\x2a\x60\x21\xf6\xe9\x77\x60\x7a\x6b\x20\x4d\x1e\x70\x6d\x0d\x24\x16\x03\x8b\xaa\x80\x24\x33\x90\xd2\xed\xb1\x2f\xc0\xe6\x62\xe0\x68\x39\x63\x9b\x62\x1b\x1c\x9c\x09\x1c\x5b\x03\xa4\x9d\x03\x8e\x1b\x01\xc5\x6e\xc0\xf1\x04\xe0\x56\x24\x70\x42\x13\x78\x79\x13\x38\x3e\x14\xf8\x3b\x91\xb9\x86\xbf\xfb\xff\xab\xdf\x43\xeb\xfa\x2d\xc3\xc3\x65\x75\x30\x84\x7a\xfc\x0f\x19\xde\xff\xbf\x78\x0f\x8a\x36\x40\x65\x43\x40\xf5\x27\x70\x33\x10\x68\xac\x0f\x5c\x2d\x00\x5a\x66\x03\x25\xaa\x40\xc7\x00\xf1\x94\x00\x18\xdb\x03\x39\x8f\x00\x33\x6b\x8e\x71\x63\x5b\x01\xa9\x2e\xc0\xe4\x97\x40\xa2\x1d\x30\x3b\x54\xc2\xfd\xc5\xd3\x4e\x28\xb0\xd2\x09\x38\xf2\x03\xd8\x14\x07\x1c\x5a\x0f\xec\x4c\x01\x8e\x44\x00\x87\x9f\x72\x0d\xa5\x53\x62\x9c\xaf\x06\x8a\x07\x02\x47\x6a\x38\x3e\xc4\xbb\x03\xaf\xf4\x81\xc3\x23\x81\x9f\xef\x6b\xc7\xff\x9e\x4e\x75\xf9\x1f\xbf\xfc\x96\xe2\xe5\x66\xe5\xba\xb8\xf8\xff\x97\xf7\x70\x93\xed\x2f\xde\xc3\xfb\xba\xbb\xa1\xab\xfa\x80\xf2\x60\xa0\x64\x09\xa0\xb3\x80\xf5\x5e\x5a\x5f\x07\xce\x99\x03\x5d\x1b\xb1\xe6\x51\xbf\x58\xe0\x54\x3c\x30\xbc\x92\xeb\x97\x58\x3e\x60\xff\xed\xf5\x79\xfc\xce\x2f\x66\x2e\xd4\x72\x63\x20\xf6\x3b\xaf\x1b\xb1\x1e\x40\x84\x2b\xb0\xff\x20\x70\x68\x27\x70\x20\x97\x63\xc1\x81\x29\xc0\xf9\x96\x40\xec\x4a\x71\x27\xc9\x5a\x53\xe2\xbe\x79\xbf\x25\x63\xd5\xb2\x3a\x28\x61\xd2\xfc\x08\x3e\x59\x97\xf7\xb1\xde\xfc\xdf\xf9\x00\xff\x31\x0e\xea\xd7\x3b\x91\xc6\xc1\x53\x53\xa9\x1d\x14\xd9\xca\x78\x0f\x97\xfb\xb1\x15\xd7\x32\xe5\x1f\x40\x9e\x2a\xa0\xdb\x85\xfd\x6f\xab\x09\xa4\x58\x03\x46\x5b\x81\xe3\x57\x00\xb3\x26\x1c\xf3\x26\x24\x00\x87\x32\x80\xe9\x7a\xec\x87\xab\x37\xd7\xf1\xf1\x9e\x0d\xec\x9b\x08\xac\x57\x05\xf6\xda\x01\xe1\xa9\x40\x94\x37\xf3\x28\xf7\xe6\x71\x2c\xdc\x13\xcc\xbf\xb5\x47\x1b\xb8\x7d\x80\x6b\xb0\x55\x7f\x07\x76\x8f\x60\x8e\xa7\x8c\xf7\x23\xe3\x7f\xc8\xfc\x96\xf1\x3e\xea\xf3\x1f\x64\xf6\x57\xbd\x0f\x23\xb6\xf5\x75\x3f\x9e\x4b\xe3\xe1\x5e\x28\xdb\xff\xd0\xbd\x98\xc5\x36\x5f\x3a\x4d\x67\x6a\x01\x6a\x3f\x99\xe7\xd4\xd4\x98\x39\x1c\x1d\x0b\x81\xa3\xba\x40\x9f\xce\xc0\xc1\x01\xc0\xc8\x0c\x20\xfa\x25\x30\xd9\x06\x88\xca\x07\x9c\x7d\x81\xdd\xc3\x81\x25\x7e\xcc\xa5\x5d\x57\x05\xec\x5c\x00\x84\x45\x01\xe1\xf1\xcc\x7d\x09\xdb\xce\xf3\x22\xcc\x9b\xc7\x43\xa8\xbe\x78\xc2\x00\xc2\xda\x02\x35\x9a\xc0\xb6\x7b\xac\xf1\x25\x1b\xef\xb2\xfe\xae\xef\xf7\xe2\x9a\xba\xfc\x07\x99\x95\xf1\x1e\x7e\xe9\xdf\x48\x7c\x87\x17\xd2\xad\xc2\x5f\xfc\x17\xa9\xfe\xcb\x55\xa9\x1e\xce\x65\x89\x1f\x51\x28\xd5\xcb\xc8\x92\xbe\x27\x55\xaa\x3e\x7c\x42\x19\x68\x90\xc4\x1a\x2f\x62\xdc\x88\xed\x01\x74\x5f\xce\x1a\x59\x83\x2b\x00\xf1\xac\x68\xf9\x09\x88\xf0\x02\x66\x6f\x01\x42\xdb\x02\x8b\x9e\x01\xdb\x0d\x01\xff\x0b\x40\x88\x37\x10\x3a\x17\x08\xb6\x04\x62\x6f\x03\x41\x16\xc0\xa9\x21\x1c\x43\x8b\x2a\x81\x4d\x5f\xb8\xc6\xe0\xc6\xb3\xc0\xab\x9a\xda\x79\x2e\x1b\xe7\x32\xbf\xbd\x3c\xea\xfa\xbb\x60\x3b\xdb\xb9\x92\x7e\x94\x8b\xc4\x13\xfa\x55\xf7\xc6\x93\xed\xeb\x4d\xf5\xfc\xbf\x2e\xcd\x03\x69\x9c\x94\x49\xf3\xa3\x68\x03\xdb\x73\x3f\xd8\x9e\x91\xda\x4f\x76\x0b\xed\x50\x7b\x5e\x6f\xc4\x71\xaf\xad\xcf\xe3\xbb\xc3\x48\x20\xc2\x06\xe8\x93\x05\x84\xae\x06\xc6\x36\x06\xb6\xee\x05\xa6\xff\x04\xb6\x54\x03\x0b\xab\x80\x4d\xad\x01\x5f\x33\x60\xbd\x1b\xb0\xfd\x05\xb0\xae\x2d\x70\xe0\x29\xe0\x77\x01\x48\x6d\x03\xac\x5d\x0b\x14\x1c\x06\x7c\xd2\x80\x1b\xdb\x81\x35\x2d\x81\x17\xda\xc0\xaa\x4c\xe0\x47\x33\x60\xa9\xc4\x9f\xf6\x90\xc6\xc3\x7c\xdd\xba\xfe\xce\x96\xf6\x97\x0e\x52\xbd\xb5\x19\xd2\xde\x49\x56\xf7\xe7\xcd\xa2\xba\xfe\xdf\x95\x6e\x17\xde\x90\xec\x2f\xfe\x43\x73\xb6\x7c\xca\x06\xce\x48\x71\x33\x59\xfa\xfb\xa3\xd2\x3c\xd9\x9f\xc0\x76\x57\x5b\x40\x79\x13\x10\x3a\x47\x7e\x51\x8b\x19\x40\xf0\x71\xa5\xa2\x1e\x06\xc0\xc6\x3d\xaa\x3d\x87\x05\x01\x01\x59\xea\x2d\xa7\xe4\x00\x6b\xf3\x35\xd4\xe7\x85\x00\xab\x3d\x35\xb6\xae\x6e\x01\xac\x98\xa4\x71\x66\xab\x02\xe0\xfd\x5e\xc3\x33\xda\x1f\x58\xb2\x4d\xbd\x32\x69\x1e\xe0\x55\xaa\x3e\x35\xf7\x22\xe0\x69\xa5\xe6\x73\x75\x0a\xe0\x71\x5a\xf5\xf1\x93\x13\x80\xbb\x8f\x6a\xc8\xd7\x23\xc0\xfc\xae\x2a\xa4\xdb\xee\xf4\x55\x49\x53\xb4\xf6\x36\x0a\x87\x44\x6b\x27\xb5\xcf\x54\x69\x5c\xd8\x48\xe7\x10\x6b\x69\x2f\x2d\xe3\x7f\xc8\xf8\x3f\x32\xff\xeb\xf3\x7f\xce\x4b\xb7\x47\x72\xae\xca\x11\xaa\x72\xa6\x4a\x99\x4e\xc3\x49\x21\x5c\x27\xe7\x48\x8d\x16\xe5\x67\xf6\x39\x68\x53\xa4\xdd\xe9\xab\x4d\x33\x66\x4b\x7a\x63\xaa\x87\xb0\x6e\x5f\xd3\x66\x3a\xc6\x80\x4f\x96\xde\xa0\x4e\x0f\x81\xe5\x9f\x5a\x0c\x1f\x38\x45\x6e\xdd\x12\xad\x16\x85\x16\x5f\xe4\x1d\x3d\x1c\x5a\x1a\x39\x56\x2a\x0c\x77\x7b\xd1\xe2\xc5\xd2\x1c\x85\xb3\x73\xc3\x5a\xec\xdd\xd8\x57\xb1\xa1\xcb\x5f\x2d\x46\xed\x36\x50\xec\xeb\x94\xa5\x57\x96\x10\xad\xf0\x75\xf6\x13\xbd\xf5\x59\x7d\x15\x4e\x38\xdc\xd2\x1b\x54\xa6\x22\xff\xd2\xc1\x54\x6f\xdc\xc3\xb9\x72\x33\xec\x63\xf5\xfe\xf9\x68\x0e\xdd\x19\x13\x9a\x93\x0e\xef\x94\xd7\xba\xa4\x87\x62\xad\xaa\xd3\x4a\xb4\x13\x3f\x68\x2e\x13\xed\xb8\x73\x0d\x48\xe7\x7f\xec\x3b\x75\xe2\xc7\x8c\xee\xa3\xb2\x41\xb4\xf5\xf9\x3f\xf5\xfd\x2f\x9a\x2a\x47\xd9\x81\x2c\x2d\xe6\x05\xa4\x5e\x69\x4c\x79\xa5\xe3\x13\x9a\x51\xbe\x3f\xae\x8a\xeb\xa6\x44\x45\xb4\xa1\x91\x12\xaa\xdf\x81\xb2\xef\x9b\xd2\x58\x47\xc0\xc7\xa3\x33\xfd\xdd\x52\xa5\x2e\x85\xaa\xa9\x62\xbf\x19\xb6\x6a\xdd\x57\xee\x8b\x6b\x54\xd7\x62\x13\x13\xa5\x2e\x8e\xaa\x86\x36\xa3\x3a\x2a\x1f\x98\x19\x63\xd8\x6e\xba\x8e\xaa\x9a\x6d\x75\xd7\x2d\xee\xf2\x6a\xfa\x93\x17\x77\x39\xe7\xd7\x46\xbd\xa9\xb5\x61\x97\x96\xa1\xc9\xea\xf7\x2d\x0e\x76\x6e\x72\x30\x48\xa3\xcb\x84\x2d\x9d\x56\x9c\xee\xa8\x31\x75\xdc\xcb\x8e\xbb\x2e\x98\xa9\x0b\x63\xbf\x74\xec\x7d\xd7\x41\x7d\xfd\x58\x93\x0e\x97\xde\x54\xa9\xb9\x8f\xc9\xed\x90\x2b\x08\x2a\xcf\x47\x1a\xb5\x73\x16\x04\x65\x77\x19\xcf\x63\x70\x9f\xd6\xae\x82\xa0\x10\x35\x70\x4d\xab\x58\x41\x50\xd0\x1d\x10\xd4\x32\x5a\x10\xe4\x03\x07\xa8\xb7\xf0\x16\x04\xb9\xfc\x5f\x71\x20\xa0\x9e\xff\x36\xcc\xfb\xc9\xac\xe1\x3a\x48\x29\xfb\xf4\x29\xdf\x7a\xb4\xbc\x23\xe5\x1b\xf7\x07\x18\x7e\xa5\x71\xdf\xdf\x98\xb2\x48\xdb\x1d\x8d\x69\x85\xdd\x68\xc6\x3c\x09\x9f\xa5\x7d\x08\x5d\xf1\x2a\xee\x4f\xf9\x1a\x97\xf9\x03\x28\x12\xd9\x9b\x98\x69\x35\xb1\x03\xa6\xfa\x0f\xea\xdd\xb5\x9d\x62\xaa\xe5\xe2\x81\x33\xcd\xf2\x54\x83\xc6\xf5\x1b\xa8\x34\xc9\x4d\xdd\x6b\x64\xdf\x01\x0d\xe7\x7c\xd6\x78\x63\x7e\xaf\xff\xb4\x95\x3e\x0d\x1d\x07\x7d\xee\xb7\x2f\x78\x8f\xe6\xc6\x01\x4d\xfb\xba\x46\xff\xa9\xd5\xa1\xaf\x4f\x1f\xdb\x93\x7f\x6a\xcd\xec\x2d\xf4\x6e\x52\xd0\x55\xab\x5d\xaf\x3f\x7a\xf9\xde\xd8\xa0\x79\xb8\xd7\xda\x5e\x83\x5e\xac\x6d\x98\xda\xeb\x48\xaf\xd9\x3f\x9e\x6a\x3c\x31\xc9\x37\xde\x21\x08\xea\xe8\x79\xc8\x68\xb2\x20\xa8\x2e\xee\xee\xd9\xad\xa5\x20\xa8\x0c\x32\xbc\xd9\xe5\xbe\x20\x28\x4f\x30\xec\xde\x79\xb5\x20\x28\x5d\xe8\xfc\xae\x43\x8d\x20\x28\x9e\xbf\xed\xcb\x3c\x90\xb2\x40\x15\x42\x55\xf3\x1f\xea\xd0\x0c\x49\x3f\xd3\x8a\xfa\x33\xa5\xa2\x23\xf3\xbe\x8e\x74\xa7\x6c\xe7\x7e\x81\xf1\x71\x19\xff\x65\xbb\xfe\x00\x1a\x41\x1b\x56\x0e\x21\x9c\x6b\x6d\xe3\xe1\x84\x53\x2d\x76\x19\x4d\xb8\xbf\x6b\x21\x67\x95\xa6\x2d\x1d\x47\x3a\xf7\x13\xfb\x4f\x54\xd4\x08\x06\x46\x2d\x9f\xa8\xd0\xf6\xbe\xfc\xad\xc1\x1f\x27\xf4\xef\xe3\xa1\xa2\xd6\xef\xe5\xf8\x33\xe3\x93\xd5\x5a\xf6\x72\x1a\x6f\x33\x7b\x8c\xba\x4a\xcf\xb0\x71\x21\x4b\x77\xab\xa7\x76\xd7\x1b\xd7\x62\x93\x93\x86\x62\xd7\x1b\x63\xbe\x47\xf9\x6a\x0c\xe9\x7c\x6f\x8c\xf1\x89\x57\x1a\x9d\x3b\x75\x1a\x3d\x3c\xb7\x8b\x7a\x72\xc7\x2e\xa3\x66\x5e\x5d\xac\xde\xba\x83\xf5\xc8\xbb\x4f\xb7\xab\xb5\xee\xd0\x71\x64\xd6\xb7\x57\x2a\x37\xdb\x1f\x1c\xd6\x4d\x10\x94\x0f\x1b\xac\x1a\xec\x27\x08\x4a\x4e\x06\x5e\x03\xfa\x0a\x82\x92\x62\x9b\x0f\x7d\x2d\x04\x41\xb1\x8f\xfe\xf6\xde\x13\x04\x41\x61\xb3\x7e\x8a\x49\x81\x20\x28\x2c\xba\x9c\xcc\xb7\xc4\x0a\x8c\x9b\x13\x8e\xf5\x8b\xff\xa3\x6d\x48\xd9\xc1\x23\x66\xfd\x18\xff\xae\x18\x48\x7c\xa0\x5d\x03\x87\x11\xcf\x61\xdb\xc1\x51\x94\x6d\xdf\xd0\x62\x1c\xb5\xcb\x1a\x2b\x0b\x8a\x34\x4b\x2c\xad\xa5\xfa\xd6\x93\xa8\xff\xa7\xaf\xb2\xa5\x9d\xc9\xc4\x71\x76\x84\xb6\x0d\x9c\x30\xe3\x01\x2e\x03\x7d\x5a\xce\x4c\xd5\x33\x00\xba\xc7\xcd\xd8\xd0\xa3\xb5\xe2\xa5\xce\xe9\x33\x96\x8c\x8c\x57\x72\x69\x7f\x6c\x86\xf3\x8c\x0e\x4a\xa7\xda\x6e\x9e\xfe\xc4\x53\x5f\xa9\xa4\xf5\x8d\xe9\x23\x02\xb7\x2a\xad\x6e\x59\x6a\x77\x77\x57\x53\xc5\x67\x2d\x5c\xec\x2c\x8e\x29\x28\x36\xd3\x3b\x34\xed\x56\x76\xa1\xc2\x48\xbd\x89\xd3\xda\x56\x0c\x93\x2b\xd0\x73\xb2\xfd\xfc\xb8\x2f\xd0\x7c\xec\xd4\x0b\x5f\xac\x80\x26\x7f\xda\xd0\x3d\xde\xc6\x27\x2d\xe8\x5e\x9a\xb6\xe7\x38\x07\xd1\x36\xaa\x1e\xdd\x5d\xb4\x5a\x41\xc3\x73\xe9\xf5\xa6\xa1\x1b\x45\x2b\xe3\x3f\xc9\xf4\x7f\x4e\xa6\xf5\xa1\xbc\xe1\xd1\x09\x52\xfd\x27\x49\xff\x26\xe2\x06\xa3\x8e\xdb\x35\x2d\x48\x3f\x68\x43\xe1\x24\x9e\xff\x7a\xb6\x74\x02\xf1\xa6\xaa\xc4\x80\xdb\xe8\x59\x74\x3b\x7b\xd6\x05\x07\x42\x21\xac\x2f\x38\x12\xfa\x30\xbc\xe3\x1c\x42\x19\x7a\x04\xcd\xa3\xfb\x80\x06\x51\x6e\xe3\x35\xd7\x03\x2d\x9f\xcd\x2f\xeb\xd4\x57\x6e\x96\x5e\x2b\xb7\x65\x43\x6a\x80\x26\xf3\xdc\xb6\x4e\x75\x00\x74\x5a\xbb\x8d\x5d\x70\x02\xd0\x5a\x3c\x7f\xb9\x9f\x0b\xd0\xe0\xe1\xbc\x94\xf0\x19\x80\x86\xe6\xdc\xd2\xc3\x95\x80\xda\x4c\xd7\xa7\xe9\x2b\x00\xd5\x39\x73\xce\x5f\xea\x00\xa8\x8c\x76\xc9\xbf\xff\x0d\x50\x56\x77\x2e\x17\x07\x9e\x52\x53\x47\xd2\x85\x52\xb0\x98\xf1\x53\xb4\x72\x9b\x6d\xfb\x91\xcd\x9a\x4c\xf1\x53\x4e\xc5\x2a\x52\xa0\x98\x60\xe1\x26\xda\xcc\xe2\x1e\xe4\x47\x72\xf1\x00\xca\x5a\x26\x2c\x1b\x3a\x8d\xd7\xbd\x31\x94\x35\xdd\x35\x9b\xfd\x0e\x99\x3c\x39\x9b\xfd\x9f\x46\x9f\xf3\x69\x35\x93\xc6\xcb\xb2\x71\x8e\xa4\xde\xe0\xa6\xef\x42\xe3\xc6\x31\xc5\x95\xda\x63\x6a\xcf\xf9\x74\xcb\x74\xac\xdb\x42\x1a\x47\xfd\x42\x17\x51\x7b\x74\x68\x42\xd7\x02\xa1\xa5\xb6\x5c\x5f\x41\x0d\x50\xef\xbf\x5c\xaf\x55\x38\xa0\xdc\x73\x79\x9f\x3e\xd3\x00\xf9\x65\xcb\xfe\xb0\xa0\x9b\x94\xcb\xca\x5d\x28\xff\xbc\xac\xf1\x2a\xc2\xff\xbd\x87\x6f\x23\x4a\xca\xd2\x35\xb1\xf4\xfe\x92\x7d\x69\xb4\x32\x2d\x1e\x72\x9e\x98\x8c\x9e\xaf\x2a\x19\x81\x9c\xf2\x86\x66\xb2\xbb\x74\x7f\x79\xae\x03\x5b\xe7\x2d\x6c\xed\x25\xdd\x87\x59\x8d\xd9\xda\x39\x89\x36\xa5\x62\x70\x3b\xee\x7f\xd6\x39\xda\xff\xcf\x44\x9a\x17\x91\x55\x93\x69\x87\xb0\xad\x66\x06\xe5\xf3\x37\x5e\x99\x45\xfa\x30\x6b\xf5\x59\xff\x66\x69\xbc\x2b\x3d\xc5\xc2\x86\xf3\x69\x1e\x38\x1d\x5e\x48\x78\xe8\xb4\x4f\x1e\xd4\x0e\x16\x79\x4b\x08\xd7\x1f\x0a\xc6\xcd\x8d\x3d\x56\xd2\xdf\xb5\x7a\xb3\x86\x7e\x47\x51\x3b\xa0\x27\x47\xe4\x00\xa3\x66\xf3\x41\xc8\xba\x09\x8d\x40\xbf\x80\xf1\x14\xb1\xfc\x12\x9c\xc8\x1f\xbf\x32\x66\xd2\xf8\x9e\x09\xa2\x7b\xeb\xbe\x96\x31\xc4\xcc\x5a\xbb\x2f\xb9\x9a\x57\xa4\x22\xc2\x2b\x56\x47\xdc\xa4\x0a\x25\xab\x82\x5f\x50\xbb\xac\xd2\xf9\x41\x91\x69\xe9\x79\xf6\xd7\xe3\x18\xdb\x05\x12\xde\xeb\xca\xf5\x62\xe0\x42\x36\x61\xf9\x04\xe2\xad\xc4\xaa\x4d\xa6\x1d\xe2\xae\xcb\xd3\x08\x8f\xd8\x31\xde\x9e\xe6\xf5\xa6\x9e\xce\x34\xce\xd7\x6a\xcd\x23\x7c\x6b\x79\xd5\x42\xda\x59\x2e\x32\x58\x44\xe8\x81\xab\xc2\x62\x7a\xda\x99\x89\x4b\xa9\xdf\x27\x7d\x63\x5d\x98\xd1\x03\xb8\x8e\xcc\x40\x5d\x5f\xd2\x53\xea\x6a\xb4\x8e\x4e\x2c\x4d\xfc\x36\x48\x3b\xf2\x2d\xd2\x4e\x36\xe8\x0b\xe3\xbc\x41\xf2\xc6\x64\xb7\x2c\x1f\xab\xcb\xff\xce\x15\xa9\xb6\xac\x59\x4a\x88\xd1\x16\x7d\x56\x56\xd9\x14\xc7\xf7\xfd\x37\x3e\x38\x41\x67\xa3\x8d\x66\xb9\xe4\xcf\xfa\x70\xd6\xba\x0b\xac\x7e\x4a\xf8\xd7\xba\xa4\x2f\x84\x9c\xc9\xf8\x1f\x32\x5d\x94\x65\x1b\xd9\x2e\xe9\xc2\xd6\x53\x4d\xb4\x71\xdd\x27\xff\xe0\xfe\xe7\x7a\x58\xdb\xaa\x18\x66\xd9\xec\xcc\xfa\x20\xfe\xb6\x0b\x13\xd8\x7f\x4f\x62\x61\x2c\x32\x5b\x4c\x3b\xed\x79\xee\xcb\xa9\x1d\x66\xdb\xac\xa2\xfd\x84\xed\x7b\xd6\x4f\x98\x48\xb7\xef\xc4\x71\xc0\xb8\xb1\xc9\xab\x8d\xd4\x1e\xed\x6e\x05\x13\xbf\x44\x4b\x37\x44\xc2\x71\xc2\xa5\x15\x3b\x7c\x7f\x73\xe6\xc1\xfc\xec\x49\xca\xe7\x61\xfe\x3c\x32\xc3\x8a\x67\x52\xbb\x84\x45\x7b\x11\x03\x21\x4c\x71\x3d\x31\x1a\x43\x97\xb2\xe2\xc4\x0e\xad\x04\x3a\x13\x6f\x4f\xc8\xa2\x91\x17\x92\x52\x46\xbf\x1c\xb2\xe3\x11\xf1\x63\xb6\xfa\x72\x1d\x8c\x20\x79\xae\x77\x20\xd3\x45\xf1\x97\xea\xd9\xaf\xf5\xfc\xbd\x7d\xa2\xcc\x98\xef\x26\xd3\x01\xda\xb2\x73\x01\xe1\x2f\x81\x61\x9e\x84\xef\xfa\x28\x7b\xd3\xac\xf4\x06\xd7\x8d\x59\x90\xbf\x86\x98\xa7\xce\xed\xfc\xa8\xb7\x66\xb8\x07\x10\xee\x69\xed\xba\x9e\xc7\x81\xfa\x26\xd2\xd1\x1a\x74\x84\x79\x21\x3d\xc3\x58\x47\x41\xbf\x2d\xeb\x48\xa8\xe5\xcb\xf8\x30\xfb\xa4\x93\xfe\xde\xc1\x3c\x1e\xf6\x66\x1b\xd1\x8a\xb3\x77\xed\x48\x42\xd8\xa2\xbc\xed\xa8\x7f\xa3\x22\xdc\x09\x51\xde\xb3\x84\x99\x37\x7b\x82\xc3\x09\xa7\xdc\x53\x78\x84\x56\xe2\xdd\xdb\xce\x52\xe4\xd9\x35\xb0\x44\x8d\x7b\xb4\x72\x1d\xdb\x1a\x9a\xe1\x11\x6a\x42\x1d\x5d\x94\x60\x69\x7c\x6c\xce\x61\xbb\x7e\x27\xe7\x6b\x98\xd7\x17\xbc\xdb\x83\x66\xe5\xba\x2a\xae\x13\xe4\x73\x81\x51\x55\xef\x94\xd5\xc4\x17\xf2\x70\xf6\xeb\x24\xda\x39\x9f\xb8\x1e\x96\x4c\x0f\x67\x0a\x36\x53\x7c\x98\x60\x13\x4c\xfb\x89\x61\x83\xb7\xd3\xce\xb4\xaf\x31\xf7\x77\x57\xfd\x5d\xd4\x7e\x7a\x3a\xac\x17\xa2\xb4\x39\x5a\xca\x68\xc8\xf8\x30\x71\x9b\x9b\xd1\x3c\x3f\x18\x66\x44\xfd\x18\x77\x9f\x57\xa8\xb8\xcd\xb6\x92\x75\x5b\xc1\x96\x95\x97\xe2\xaa\x42\x69\x26\xc6\xf6\x60\xa5\x95\x58\xfb\x53\x84\x57\x1d\xd8\x52\x4c\x3b\xfc\xfd\x41\xb7\x69\xfc\xc4\x2c\x7c\x41\x8c\xaf\xe8\x8a\xef\xb4\x62\x47\x49\xfd\x1f\x29\xd5\x7f\x08\x13\xd8\x86\x04\x52\xbe\x6a\xe4\x62\x3a\x61\x6e\x48\x5b\x46\x3c\x30\x7f\x42\x13\x80\x15\x61\x7e\xd4\x1e\x9e\x61\x3c\xbe\xe7\x25\x4a\x7a\x38\xef\xb7\x12\x1f\xc0\xee\xf1\x56\xda\x47\x4c\x8a\xe6\x7e\x1e\xe3\xce\xec\x8c\x41\x6b\x76\xd1\xec\x36\xa9\xd8\x43\xed\xd4\xc1\x29\x9a\xe6\x91\xee\x81\x58\xfa\xbc\x42\x38\xe3\xa7\xb5\x7c\x98\xe3\x8a\xcd\x98\xff\x12\xdd\x9d\xc6\xf5\xb1\x3b\xc3\x98\x07\x13\x3d\x95\x66\x5a\x82\xef\x5c\xe2\x0b\x1d\x6b\xbb\x3a\x84\x6d\x08\x31\x75\x8f\xf5\x8d\x21\x65\x95\xa3\xfb\x4f\x12\xf3\x20\x41\xbf\x90\xce\xc2\xf1\x9d\xaf\x51\x64\x8b\xcf\x78\x4e\x2b\xc0\x11\xbd\x4f\x84\x13\x1f\x92\xf8\x1f\x32\x5e\xcc\x3e\x49\x27\x66\x37\xf1\x00\x36\xa5\xad\x64\x3d\x2c\xa9\x1e\x98\x4f\x27\xd6\x7b\x5a\xfc\x75\x13\xeb\x5f\x7c\x08\xa6\xf9\x32\xe7\xe9\x36\x42\x17\x67\xe4\xec\xa0\xd6\x9e\x3a\x2e\x82\xf6\x51\x16\x93\x77\x53\x2f\x0c\xeb\xc1\xfc\xa7\xfe\x9f\x98\x07\xd4\xa3\x8a\x59\x1a\x06\xce\x07\xc9\x6f\x9d\x96\xf1\x79\xec\x77\x92\xb4\x73\x4f\xbd\x0e\x1a\xbf\xa9\x5f\x9a\x52\x9d\x93\x54\x8b\x6e\x34\x8f\x53\xbb\x0d\xa1\x95\x39\xc5\x9a\xf9\x0f\xa9\x7a\xbc\x12\xa7\xca\xad\xa4\x91\x99\x5c\xc9\x0c\x9d\xd4\xce\xfb\x08\x07\x4d\xf6\x38\x41\xfe\x26\xd5\x9c\xa3\x08\x94\x64\x5f\x46\x38\x66\x92\xd9\xc3\x19\xfc\x7b\x1f\x88\xe1\x7d\x42\xe2\x81\x1c\xad\xe6\x78\x51\x97\x17\x13\xe0\xe6\x4f\xe7\xa5\x35\xfb\x99\xdf\xb7\x4c\x9f\xe3\xb8\x8c\x07\x24\xab\x8b\x35\x3b\x96\x79\x21\x76\xd3\xf7\x10\xbb\xc2\xda\x81\xf9\x30\xe3\x26\xc5\x50\xe6\x65\x68\x65\x1c\xcd\xd2\x3e\x89\x87\x28\x9e\x1a\xfa\x33\x2f\x44\xdf\xf2\x04\xc5\x19\xad\xe2\xe4\x46\xec\x7f\x9a\x74\x32\xcf\xfc\x00\xda\xa1\x64\x46\x34\xe1\x93\x5c\xc7\xae\x12\xef\x65\x30\xcd\x83\x8c\x61\xd6\xd4\xb2\x19\x87\x98\xb1\x9a\xf1\x65\x19\x55\x9c\xc9\x2c\xde\x44\x4c\xcf\xf4\x73\x5c\x4f\x2b\xe3\xfb\x71\x8a\xd8\x19\xda\xac\x4c\x70\x36\xec\x12\xfd\xe2\x99\xaa\x3f\xe8\xf5\x69\xbf\xd7\xd4\xf2\x67\x02\xfe\xa6\x13\x51\x4a\x81\x40\x0a\x92\x89\x52\x1d\x8c\x63\x54\x07\x62\xed\x86\x4d\x74\xf3\x60\x85\xe3\x56\xda\xff\xfd\x37\x1e\x90\xbd\xe7\x3e\xe2\x35\xd8\x6e\x3c\x40\x6a\x23\x96\xc6\xdc\xdf\xa3\x76\x1c\x26\x16\x97\x4c\x17\xc7\x34\xf9\x04\x65\x22\x3a\x0f\x3f\x49\xe3\xa7\xc5\x5b\x56\xa9\x68\x30\xec\x8c\x34\x0e\x64\x7c\xa0\xdc\x97\x7c\x83\x25\xdf\xad\x09\xcd\xc8\x82\xc6\x9d\x69\x5d\xcc\x4b\x34\xa3\xad\x56\xde\x6c\x0b\x8a\x17\xf9\xb7\x67\xd3\x8a\x93\x9f\xb3\x84\xe2\x48\x7e\xe6\x7a\xaa\x07\x93\xef\x15\x49\x8a\x35\x79\x73\x8f\x50\x5c\xcd\xfd\x74\x96\x3e\x9f\x97\xcc\x4a\x0c\x39\xd1\xb7\x69\xfe\xe4\x8c\x7a\x49\xbc\xca\xec\xfd\x5f\x69\xfe\x64\x4a\xeb\xc5\xd9\x30\xc6\xfd\x53\xa9\x3e\xce\xea\xad\xcc\x6b\x5c\xf2\x17\xcf\xef\x5f\x3c\xa0\xd8\xbd\x54\x47\xca\xb1\xfd\x7e\x3a\x77\xcd\xc8\x3b\x48\xbd\x62\xb3\x2d\x9e\x32\x76\xe3\xbf\x30\xef\x6b\x44\x58\x12\x45\xad\x81\x3d\x4e\xd2\xf8\xe8\xa9\xc1\x7e\x77\x2a\x63\xbf\x9b\x7f\xce\xa0\x79\xa6\x11\x74\xae\x29\xfb\x2f\xab\x17\x75\x61\x22\x8f\x87\x92\xe5\x3a\xf4\x97\x17\x5b\x76\xa6\x9d\xfb\x45\x0f\xae\xec\x7a\xd1\x63\x02\xcd\x8b\x0b\x59\xb3\x68\x47\x5e\xe2\xe8\xb5\x93\xdf\x0f\xa0\xf8\x78\xb1\x78\xa7\x2e\xdb\xc3\xc4\xe8\xb9\xb8\x28\x8d\x76\x3a\xe7\x3d\x8b\xe8\x09\x8b\xcf\x5f\x27\x1d\xaa\xa2\x39\x55\x34\x5f\x8a\x0b\x3e\xd2\x88\x2e\x7c\x2d\x90\xae\x48\x9e\x92\x40\x71\x83\xf9\x42\xcb\x36\xd6\xe5\x01\xb9\x6d\xd8\x4f\x51\x46\xc6\x03\x9a\xe5\x70\x84\xe2\xa3\x6d\x15\xf7\xb7\x55\xd6\x09\xea\x85\xb1\x01\xc9\x94\x8f\x19\x0a\xd6\x49\xe9\x7b\xf2\x34\xad\xb7\x46\x85\x99\x34\x9a\x3b\x84\x67\x93\x57\xcd\x77\xe7\x53\xd4\x53\xfd\x5a\xb4\x84\xfd\x2f\x49\x63\x5b\x21\x65\xf8\x2a\x82\xb4\x29\x42\x95\x57\x71\xc6\xa2\xac\xba\xdf\x53\xfe\xf7\x71\x94\x2b\xac\xf8\x8b\xf9\x0f\x57\xe0\x4e\x23\xb7\xec\xe6\x5a\xda\x7f\x56\xa8\x87\x52\x4f\x94\x27\xed\xa7\xf9\x5e\xde\x3d\x85\x76\x68\xe5\xa1\xf9\x94\x5b\x2e\x37\xbe\x4a\x4c\xf8\xf2\xa5\x55\xd4\x13\x97\x84\x1a\xbe\x59\x62\xf9\x83\xc6\xdb\xc5\x2b\x3c\x2e\xb8\x7e\x92\x57\xf5\x3e\xda\xad\xb9\xfb\x72\xfd\xbb\xb9\x6f\x0f\xd3\xfe\xd8\xe1\xe7\x51\x8a\x7f\xd3\x0b\x4f\xb0\x6e\xa0\x54\x1f\x6b\xe2\xfe\x53\x34\x0f\x46\x15\x72\x7f\x0f\xca\xce\xa0\x75\xa1\xf7\x96\x2c\x9a\xd5\xdd\xf3\xf2\xe8\x57\x0c\x9e\x16\xd2\xac\x6d\xa2\x7c\x81\x76\x3b\x6a\x0f\x2e\x49\x19\x4e\x19\x1f\x48\x96\xf9\xbf\x95\xd4\x88\xc6\xf3\x2d\xe3\x76\x14\x91\x6e\xde\xee\x43\xcf\x7d\x33\x73\xcc\x68\x7e\x7f\x5a\x32\x5b\xe6\xcd\xdd\x32\x5e\x43\xfd\x7c\xab\x2a\x84\xda\xed\xd6\xd6\x18\x9a\x2f\x37\x1f\x25\x52\xfb\xdd\xbc\x99\x4b\x19\x91\xeb\x1f\xb8\x72\xcd\x0d\xfb\x7b\x74\x42\xba\x1e\x5f\x4d\x2b\xf8\xd5\x0a\xae\x13\x53\x5e\xc5\x3c\xa1\xb2\x0b\x32\x3c\x4b\xc6\xff\x30\x7c\x5a\xcb\x83\xf8\xbb\x0a\xe8\x92\x06\x7c\x8c\xe7\xd7\x35\x1b\x01\xc3\xf1\x40\x75\x77\x71\x6f\xf4\x1b\xde\x7f\x00\xe8\xbf\xbb\x56\xd7\xff\x8a\x07\xdf\x57\x95\xd5\xb1\x2f\x79\x03\x4c\xb9\x56\xab\xe7\x9e\xff\x4e\xdc\x83\x00\xd9\x6f\x01\x77\x4f\xc6\xa9\x57\xcc\x04\xb2\x86\x03\xeb\x8c\x81\xac\x30\x20\xc4\x99\xef\xbd\x46\x56\x01\x99\x97\x80\x83\x4f\x6a\xef\xbb\x67\xc5\x00\x39\x6d\x81\xac\x3c\xe0\xd2\x0c\x20\x4b\x8b\xef\x92\x9e\x2b\x02\x5e\xbe\xad\xad\x03\x92\xee\x58\x8f\xff\x90\x5f\x0f\xff\x97\xf4\x0f\x64\xf7\xc0\x7f\xe7\x7d\x90\xde\xc5\x4f\xa0\x43\x23\xe6\x7f\xb4\x8d\xab\xe5\x3d\xbc\x1d\x2e\x9e\x11\x80\x97\x56\x40\x77\x05\xe0\x91\xd8\x1e\x3d\x81\xca\x1f\x80\xa9\x3f\x70\x4b\x13\x18\x70\xa1\xb6\x1d\x2e\x69\x03\x63\x0f\x70\x7d\x0a\x1b\x25\xe6\x73\x4c\x6f\x02\x88\x7d\xe5\x1c\xc4\x78\xbd\x78\x52\x39\x73\x17\x58\xfa\x09\x38\xed\x04\xf8\xfa\x01\x69\xff\x00\x5b\x46\x30\x66\x13\xe1\x07\x9c\xf9\x06\xc4\x7d\x02\xce\xae\xe4\x76\x38\x3b\x93\xef\xf5\x66\x64\x02\x97\xdf\x03\x99\xeb\x80\x7b\xd1\x1c\x7d\xab\x53\x6a\xeb\x80\x9c\x92\xf0\xcc\xa4\xa0\x7a\xf8\xbf\x84\xff\xc6\x8d\xad\xc7\x7f\x38\x0a\xb4\x4b\xaf\xe5\x7d\x88\x31\xb4\xd5\x00\xe0\xfb\x62\xd6\x79\x78\xa7\x0e\xb4\xdd\x09\xbc\x5e\x09\x18\x6c\x02\x9e\x99\x03\x9d\x97\xb3\x26\x49\xd7\x3c\xe0\xee\x26\xa0\xa7\x27\x70\xd3\x8d\xeb\xe5\x94\xd7\x30\x3e\x51\xba\x86\xef\xf9\x17\x35\x02\x2c\xe4\x80\x3c\x1d\xc0\xf6\x13\x90\x73\x05\x70\xf2\x03\xce\x5a\x03\x6e\x6d\x19\xc3\x5e\x1a\x2f\xee\x22\x98\x1f\x94\x6a\xc6\x9a\xe4\x29\xad\x80\x9d\x72\xc0\x29\x1b\x20\xae\x17\xe3\xd9\x49\x35\x8c\xe5\x88\x63\xe8\x4c\x10\x50\xe6\xce\xaf\xef\x16\x00\x67\x1b\x01\xd5\xb3\xb9\xfd\xfe\xce\xab\xe5\x01\xd5\xf7\xff\xff\xc2\x7f\x10\xed\xcf\xd6\x8c\x43\xc9\x78\x0f\x1f\xf6\x01\xcd\x55\x78\x1c\xb4\x28\x06\xaa\xec\x81\x36\x6d\x98\x07\xd5\xbe\x3f\xe3\x9c\xdd\xac\x80\x1b\xd7\x01\x93\xc3\xc0\xe5\xd1\xc0\x80\x49\xc0\x85\x1e\xc0\xb0\x7f\x80\x7c\x39\x60\xfc\x55\x20\xf7\x28\x30\x55\x07\xc8\x08\x01\xc4\x13\x4d\x9a\x2e\x30\xd7\x8c\xef\xfb\x7a\x15\xf3\x7d\xef\xd5\x43\x81\x44\x0b\xf1\x24\x09\x24\x35\x03\xc2\x8d\x80\x93\x11\xc0\x81\x34\x20\xa9\x37\x70\xe2\x1a\x70\x32\x9b\xfb\x3c\xf9\x06\x70\xf9\x3a\x20\xae\x4e\xf7\xac\x80\xd4\x3d\xc0\x9b\x4b\x40\x6a\x30\x20\x74\xff\x0d\xff\x97\xc6\xff\x7e\x09\xd7\xda\x2b\xdd\x67\xfd\x37\xfd\x07\xd2\xfb\x90\x78\x1f\x32\xfb\x49\x1d\xd0\x8a\x01\xde\xef\x00\xb4\x5f\x01\xcf\x77\x02\x8d\x67\x03\x8f\x7c\x81\xe6\x5f\x80\xbb\xf7\x81\x36\xc1\xc0\xad\xf7\x40\xa7\x30\xa0\xfc\x29\xd0\x7d\x0f\x70\xb1\x0c\xe8\xa3\xcf\xab\xe3\xa0\x6c\x20\x67\x1e\x30\xa6\x03\xf3\x5b\xac\x2f\x00\x69\x6d\x81\xe9\x4f\x81\x93\x69\x80\xb3\x38\x6f\x1f\x00\xee\x69\xc0\x09\x67\x60\x55\x04\xd7\x2f\x09\x8c\x00\x12\x5c\x81\x50\x4f\x20\xde\x05\x88\x6e\x0a\x1c\xb3\xe0\xbb\xd1\xc7\x3f\xb1\x56\x86\xf8\xff\x97\x04\x20\x31\x00\xf8\x43\xe0\xd7\xd5\x02\x70\xc2\x14\xf8\xb9\x0f\x88\x1f\x5d\xcf\xff\x7f\xea\xf1\x1f\x1a\xd5\xc5\x83\xc5\xff\x74\x52\x38\x2e\x34\xdc\x03\x7c\x9d\x0d\xa8\xfd\xc3\xba\xe6\x2a\x47\x80\xea\x3c\x40\x2d\x09\x78\x3e\x1b\x50\xbf\x01\xdc\xef\x0e\xe8\xec\x02\x6e\x19\x00\xcd\xc2\x80\xab\xf7\x01\xfd\x81\xb5\x75\x1e\x2e\x6c\x00\x7a\x5a\x00\xb9\xa1\x8c\x73\x67\xa5\x02\x23\xda\xb3\x56\xbf\xb8\x1f\x10\xfb\x73\xaa\x1f\xe3\x5e\xe2\xfc\x90\xe1\xfe\xf1\x02\xe8\x44\x7b\xc4\x9b\xf1\xcd\x23\x72\xc0\x0e\x7b\xe0\xa0\x1b\x63\x81\x87\x67\x01\xc7\xdb\x30\x4e\x98\x35\x04\x38\xea\x00\x94\xeb\xb0\xbd\xe7\x00\xc4\x9f\x00\x5e\xbf\x07\xe2\x25\xfe\x43\xac\x42\xdd\xfe\xff\x55\x07\xc3\xbf\x2e\x0f\x40\x86\x87\x0b\x92\xde\xc7\x3f\x31\x80\x9c\x31\xeb\xbf\xc0\x13\x78\x9b\x09\xc8\x2f\xad\xc5\xbb\x1f\x9f\x04\x14\xcf\xd7\xf2\x1e\x6e\x3f\x01\xb4\x03\x99\xff\xd2\xf4\x03\x70\x21\x1a\xd0\xbf\x02\x14\xbc\x02\xba\x1c\xa8\xd5\x3b\x38\xdb\x0e\x30\xbb\x0f\xa4\x0e\x00\xc6\x2d\xe5\x7a\x16\x53\xc0\xfc\x0e\x71\x7e\x1c\xee\xc5\xb8\xff\xa1\x1d\xc0\xf2\xd9\xac\x09\x23\xb6\xc3\x81\x79\xc0\xb6\x4a\xe6\x73\x89\xed\x10\x97\x04\x24\xca\x01\x07\x63\x81\xec\x53\xfc\x39\x71\x3c\x88\xf6\xbe\x3e\xaf\x29\xef\x4e\xd5\xc6\x7f\x99\xff\xb2\xba\x2f\x3b\x96\xd4\xe3\x01\x58\xfd\x3b\xff\x41\x86\xfb\xbf\xd7\x61\xfb\xf6\x1e\xdb\xfa\xbc\x87\xbb\xab\x6a\x57\x7f\x85\x42\xe0\x72\x32\xa0\xf9\x98\xf9\x4f\x4d\xab\x80\x73\xef\x81\x76\x5a\x40\xe6\x65\xc0\xe8\x0e\x90\x1a\xcd\xf5\x1e\x8e\xb7\x04\x86\x69\x00\xf1\x1d\xc5\x3d\x39\xd7\xaf\x98\xae\x03\xc4\x35\x05\xe6\x2d\xe7\x3a\x16\x4b\x7e\x02\x31\xdd\x01\x7f\x05\x20\xda\x13\xd8\x16\xc2\x96\xfe\x93\xf4\x0f\x44\x9b\x55\x08\x44\xbf\x01\xca\x82\x81\x98\x48\xe0\xc1\x21\xd6\x4b\x10\xd7\xb6\xbd\x7f\xd5\xe5\xbf\xc8\xfa\x7d\xf3\xfd\xba\x7e\xfb\xd5\xe3\x03\xfc\x07\xef\xa1\x1e\xff\xa5\x3e\xef\xe1\x56\x10\xdb\xcb\x12\x9e\x7b\xbe\x31\xa0\x38\x92\xf9\x5f\x62\x7b\x64\x66\x01\x7a\x39\x1c\xff\x3b\x64\x00\x27\x26\x00\x3d\x1f\x03\xf1\xd9\x80\x99\x07\xeb\x5c\x88\xf3\xe3\x80\x1d\x30\x6d\x20\x73\xe2\xe6\x8c\x66\x3d\x87\xc5\xfa\xc0\xee\xc7\x80\xef\x38\x60\x77\x14\x10\x72\x1c\x88\xec\x09\x44\x3d\x07\x22\xef\x03\xc7\xaa\x80\x5d\xc5\x40\xf6\x64\x60\xb7\x36\x50\x16\x00\xec\x7a\x0c\x54\x39\x01\xbb\x6d\x80\xcf\x83\x6b\xe7\xbd\x4c\x07\x62\xe3\x84\xba\x7e\xff\x37\x1d\x88\xff\x9f\xee\xc7\x7f\xab\xf7\x71\x59\xda\x15\x16\xac\x66\x9b\xbd\x08\x90\x3f\x09\x9c\x0a\x00\x1a\x79\xf0\x1a\xd7\xca\x03\x38\x3a\x03\xe8\x5a\xc4\x7c\x17\x71\x5d\x15\xfb\x76\xa4\x39\xb0\xa7\x17\x30\x69\x05\x10\xb1\x12\x70\x88\x02\x76\x36\x07\x3c\x0c\x99\xc7\xe3\xe3\x01\x84\x16\x02\x5b\x27\x01\x3b\xca\x80\xa8\x01\xfc\xfa\x84\x35\xf3\x1e\xb2\x5b\x01\x61\x53\x80\xf2\x11\x40\xd8\x64\xe0\xb1\x16\xb0\x63\x3a\xf0\xa5\x55\xed\xb8\x5f\x3f\xbe\xae\xdf\xab\xbd\xeb\xf1\x20\x1e\xd5\xe5\x03\xd4\xe7\xbf\xd4\xc7\xfd\xef\x3e\xaa\xbb\x0b\x96\xe9\x5e\x9c\x97\xda\x29\x47\x8d\xed\x59\xde\x96\x23\xf1\x2d\xa0\xa4\xc3\xfe\x37\xde\xcf\xe3\xbf\x6d\x39\xd7\x6d\x32\xf6\x00\xf6\x14\x02\xe6\x56\xc0\x4e\x07\xc0\xc2\x0f\xd8\x56\xc3\xd8\x7b\x48\x03\x60\x81\x0f\xb0\x55\x8e\x75\x41\x82\xc3\x81\xa0\x4d\x40\xd0\x7a\x20\x6a\x28\xb0\xe5\x27\xf3\x8b\x37\x7e\xe6\xbd\xe5\xa6\x23\xc0\xe5\xb9\xc0\xa6\xd1\xc0\xc3\x17\xc0\x86\xbb\xc0\x47\x3b\x20\xe0\x36\x73\xde\xd6\x1c\xa9\xeb\xf7\x2f\xdd\x8b\x84\x7f\xe7\x41\xd4\xd7\xbd\x78\xb6\x96\xed\x1f\x12\xef\xe3\xa6\xa4\xf3\x51\x21\xa9\xea\xca\x74\x1f\x0a\x02\xd9\x66\x36\x60\x2b\xe3\x7f\x1c\x95\xd4\x35\xc5\x53\x9a\x4a\x23\x1e\xf7\xcd\x92\x79\x8f\xdc\xc5\x83\x75\x3c\xc4\x78\x11\x72\x12\x18\x53\xc1\xfe\x4d\x33\x05\x36\x1c\x03\xe6\x7a\x02\xeb\xcd\x80\x15\xdb\x39\x56\x6e\x2e\x06\xc4\xb3\xa5\xd8\x76\xfe\x76\xac\x9d\xe3\xfb\x05\xc8\x9a\x09\xac\xdd\x07\x94\x5e\xe1\xb1\xf3\xc0\x1f\x58\x33\x05\xf8\xb3\x2f\xb0\xf2\x53\x5d\xfe\x87\x4c\xef\x43\xe6\xaf\x4c\xf7\xc2\x41\xd2\xc8\x9a\x25\x7d\xee\x6d\xeb\x7f\x9f\x07\xb7\x25\x3f\xaf\xc8\x4e\x89\xd2\x7c\x28\x94\xea\xa1\x64\x3a\xb0\x3d\x25\x7d\x5e\xc6\xff\x38\x2c\x55\x21\xe6\xd3\x1b\x10\x51\x0c\x34\x74\x01\xb6\x2f\x04\xda\x58\x01\xc1\x7f\x01\xc6\x0f\x81\x0d\x4f\x80\x61\x1e\xdc\x7f\x36\x5f\x00\x3f\x2b\x60\x8e\x2b\xb0\xc6\x19\x58\xa6\x06\xac\x3a\x0b\x6c\x2c\x01\x56\x0c\x04\x76\x6d\x03\x96\x77\x61\x5e\xad\xb7\x2d\x20\x9e\xe4\x97\xa4\x02\xa5\x2f\x58\x6b\xe8\x8f\x44\xc0\x2b\x13\x78\xf7\x06\x58\xb4\xa5\xae\xdf\x8e\x95\x75\xfd\x9d\x26\x71\x86\xa7\x6e\xaa\xcb\x83\xa8\x3f\x0f\x2a\x97\xb2\xbd\xe6\x5f\xcf\x7f\xe9\x73\xe7\xe2\xd8\xca\xf8\x1f\xb2\x2c\xdb\x51\x5d\xb6\x32\xfe\x47\xa4\x0b\xdb\xad\x59\x80\x5c\x63\x60\xd3\x37\x40\xf7\x06\xb0\xce\x1e\xe8\xbc\x0b\x58\x9b\x03\x0c\x8c\x00\x56\x9d\xc0\x64\x8b\xc3\xc0\xb2\x21\x72\x0e\x8e\xf2\xc0\xe2\x22\x79\x83\x25\x76\xc0\xa2\x3b\xf2\x3d\xd7\xf7\x01\xdc\x67\xcb\x95\x45\x1c\x04\x16\x4c\x97\xeb\x79\x64\x1c\x30\x5f\x13\x7f\x9c\xb9\x06\xcc\x5d\x04\xc3\x8b\x5d\x00\xd7\x36\xc0\xdd\x43\x80\xcb\x57\xe0\x8d\x06\xe0\x3c\xa0\xae\xdf\xb6\x76\x92\xbf\x2d\xd9\x4e\x94\x78\xd5\x13\x76\xb3\x1d\x23\xed\xbb\xeb\xf3\x5f\xae\x8f\x64\x5b\x9a\x54\xd7\xff\x6c\xe9\x76\xdd\xe9\xac\xba\xfe\xc7\xbf\x54\x18\x47\xfe\x9f\x53\xa5\xac\x40\x64\x95\x1a\xe1\xc6\x5b\x5d\x35\xc8\x06\x36\xd4\xa0\xfc\xec\xaa\x6f\x0d\x36\x6b\x98\x00\xde\x23\xb5\x82\xda\xd8\x01\x9e\x9d\xb4\x8f\xf6\x4a\x05\x16\xf8\x35\x6e\x3a\x66\x0b\x30\xd7\xb2\xf1\xd7\x19\x29\x80\x73\x8c\xae\x83\xc7\x24\x60\x76\xaa\xee\x60\xbf\x58\xc0\xbe\x6b\xe3\x6f\xa1\x01\xc0\x8c\x8a\xc6\xc9\x71\x2b\x01\xbb\xbc\xc6\xba\xa7\x1c\x81\x69\xd6\x3a\x86\x45\x39\xc0\xd4\x93\xda\x6b\x6e\x3e\x00\xa6\x58\x36\x1a\xf2\x52\x09\x98\xdc\x4b\xab\xf4\xc7\x16\xc0\xb2\xbc\x21\xe5\x61\xc7\x59\x69\x90\x5e\xf7\xc8\x87\x2a\xca\xa2\x1d\xde\x4f\x89\xf4\xfd\xcd\xdb\xc9\x7d\x14\xa4\x3b\x02\xa2\xad\xec\x2d\xc5\x81\x17\x75\xfd\x2f\x92\xf4\x92\x32\x6b\x58\x17\xe4\x94\xa0\x42\x68\x42\x62\x5e\x03\xc2\x3f\x0f\x6b\xea\x10\x0e\x11\x7d\x9d\xab\xb1\x87\xc7\xeb\xd1\x8a\x13\xec\xd3\x92\xf2\x99\xfe\x29\xfa\x34\xa2\x96\x57\xb1\x5d\xa0\xd1\xe6\x9c\x5c\x3e\x30\x67\x62\xbb\x09\xcd\x9a\x00\xf6\x45\xed\x66\x19\x46\xca\x1f\xb2\xdb\xd4\xbe\xd5\x90\x74\x85\xa3\x93\xe3\xdb\x0f\xb5\xb1\x51\x8c\xb6\xda\xd9\x5e\xce\x35\x58\x69\xed\xc4\x26\xed\x56\xad\x9c\xaf\xdc\x67\xec\x47\x83\x6b\x41\x97\x94\x33\x46\xfb\x1a\xe8\xee\x9b\xad\x22\x37\xb2\x55\xdb\xb5\x89\x31\x2a\x2d\x86\xa7\xb5\x09\xc9\x35\x57\xbe\x3a\x6c\x41\x1b\xc5\x2b\xd9\xca\x1e\x43\xbd\xf5\x57\x3d\xd1\x52\x4a\x31\x7f\xaa\xaf\xf9\xb5\xb7\xe2\x9e\xc1\x96\xad\x15\x04\x41\xc1\xbd\x7f\x66\x4b\x7d\x41\x90\x37\xe9\xb7\xb1\x69\x07\xd1\xdf\xde\xdf\x1b\xd3\xfd\x55\x53\x85\x46\xbb\x44\x6b\x1c\xab\x39\x59\xb4\xb7\xa4\x7d\x94\x8c\xff\x51\xec\xcc\x7e\x67\x05\x2b\x13\xce\x75\xea\x01\x57\x53\x4e\x94\x6f\x4a\x3b\x8b\x5f\xfc\x97\x0f\xed\xa8\x05\x43\x97\x75\xa1\x2c\x51\xd0\xa4\x6e\x84\xeb\xf8\x3f\x63\x82\xcd\xf2\xc9\x3d\x09\x47\x5f\x50\x63\x4c\xb7\x65\x66\x8d\x33\xa1\x9d\xd9\xe4\xcd\xbd\x8e\x37\x4c\x07\x2c\x34\x7a\x6b\xb5\x1b\x2f\x3f\x6b\xf4\xca\x5e\x2b\xfa\x1a\x29\xcd\x18\xd6\xa3\x57\xc0\x04\x15\xe5\x87\x66\xc3\x7b\xa9\x39\x44\xa8\x1a\xf6\x6f\x60\xda\x69\x71\x81\xda\xb0\xde\x86\x26\xb9\xeb\x13\xd4\xad\x4d\xe6\x1b\xaf\x8d\xcc\x51\xff\xa3\x27\x7a\x06\x1f\x5d\xab\xa1\x64\x64\xd5\xc3\x29\x73\xa2\xfa\xe5\xee\x9d\x8d\xce\x5f\xfa\xa6\xee\xd6\xcd\xcf\x48\xfb\x41\x1f\xb5\x94\x6e\xe3\xba\xdf\xf9\xe0\xa7\x1a\x6a\xe8\xda\x2d\x41\x10\x94\x1f\x74\x19\xdd\xa5\x9b\x20\x28\x5d\xea\x68\xd2\xb1\xa5\x20\x28\x46\xb4\xfb\x7f\x94\x7d\x77\x54\x55\xd7\xf3\xfd\x06\x6c\xd8\x45\xb0\xa1\xd8\x11\x0b\x82\x5d\x10\x14\x05\xb1\xa0\x74\x11\x44\x10\x50\x54\x90\xde\x41\xa5\x09\x48\x2f\x8f\x22\xa2\x54\x95\xa2\x82\x80\x88\x1d\x0b\x96\x58\x31\x1a\x6b\x6c\x58\x62\x12\xa3\xd1\x24\xfa\x31\xb1\xf0\x5b\x77\xe6\x3e\x10\x4c\xd6\x77\xfd\xfe\xc8\x3a\x01\x9e\xef\xbd\x39\x77\xce\x9c\x39\xb3\xf7\xd9\xf3\x61\x98\x6b\x53\x93\x5c\xf1\xb0\xc1\x43\x0a\x9a\x9a\xe4\xfa\x0f\xc9\x18\x3c\xb5\xa9\x49\x36\xb7\x99\xff\xf2\x5c\x96\xbe\xf7\xd1\x1e\xdd\xa8\xde\xb6\x7f\x58\x3f\xaa\x7e\x4a\xfb\x1f\xe5\x37\x8d\xa2\x5b\x4e\xd9\xdf\xf1\x6d\xd3\x14\x4f\x0d\xba\xdf\x1e\x6b\x31\x99\xea\x9b\xe1\x97\xb8\x7f\x8c\xff\x23\xe6\x85\xb8\xa6\xcc\x24\x8f\xb2\xdf\x3f\x8b\x75\xef\x1f\xcc\xa6\x6e\xc9\xb3\x7f\x35\xd0\x96\xcb\x02\x74\xe6\xce\x1d\x33\x60\x34\x32\x27\xff\x64\x10\x35\x3e\xbd\xdd\x50\x8d\x70\x03\x37\x83\x81\xed\x93\xc7\x6a\x19\x8c\xb2\x7e\xd4\x61\xf2\xa8\x40\xfd\x6a\xb7\x9f\x3a\xa4\x8c\x70\xd1\xef\x12\x1e\xde\xa1\x66\xe8\x2f\x73\xec\xd3\x5d\x3b\xe4\x0d\xe9\x37\x7b\xd9\xae\x90\x0e\x4e\x2a\x19\x7a\x67\x0f\x2e\x6e\xff\x6e\x50\xde\xac\x57\x17\x4c\xda\x07\x0f\xbc\x37\xab\xc7\x8f\x66\xed\xce\x0e\xd4\x99\x99\xf8\x7a\x81\xdc\x0f\xca\x5b\x75\x4d\x9a\x9a\x64\xf3\x07\xac\xd5\xea\xd4\xd4\x24\x53\xd2\xff\xd8\xe4\x1f\x9b\x9a\x50\xaa\xf4\x7e\xc2\x66\xe1\xf9\x2b\x79\x6a\x90\xee\x41\xef\xb1\x63\x49\xc7\x59\xaa\xff\xd3\xcc\xff\x89\x56\x21\x3c\xaa\xec\xc1\x48\x39\xb6\x9f\xd5\xd6\xb3\x2e\x4c\xa6\xaa\x66\xca\x21\x2d\xaa\xf3\x6f\xf6\xd1\x21\x9d\x9c\x30\x47\x7d\xaa\x9a\x06\xd8\x71\x37\xfa\x75\x7a\xf3\xe9\x7d\xec\xdf\x1b\x11\x5a\x6f\x51\xc6\x7a\x02\x06\xef\x4c\x29\xf2\x4c\xba\x6e\x41\x28\xe6\x98\xbe\x96\xe1\xbd\x14\x80\xe1\xe6\x96\x33\x46\x0d\x92\xd5\x51\xb9\x67\xb9\x53\xf7\x17\xd9\xe5\xca\x8b\x2d\x73\x2c\xaa\x64\xde\xf6\x3f\xb8\x64\x9c\x8b\x3d\xd0\xe7\x2f\xcb\xfc\x8d\xba\x40\xef\xab\x16\x25\xa9\x63\x01\x85\x28\xf3\xc7\x45\xfb\x80\x9e\x67\xcd\xee\xd5\x44\x02\x3d\x9c\x4d\xcf\x9c\x8b\x05\xba\xcf\x32\x59\x7e\x27\x06\xe8\xfa\x87\x71\xc1\xcb\x09\x40\x57\x1d\x63\xea\xdf\xde\xb9\x7a\x3e\xe1\x76\x9d\x24\xfa\xfb\x84\xb1\x7d\xac\x1e\xe1\x16\x1d\xa2\x75\xa9\x0f\x46\xfb\xbe\x5a\xa4\x87\x70\xe8\x18\x77\x5d\xd8\x1f\x3a\x94\xbb\x08\xb8\x8f\xdd\x87\xaf\xf4\x6f\xb6\x4c\xd7\x21\xbf\x4f\x6e\xe4\x2e\xeb\x31\x3a\x6c\xef\xc6\x5f\x8c\x68\x67\xf0\x7f\x66\x4c\xb7\xab\x5d\x3f\x9b\xd3\x7a\x71\xdc\x64\x41\x71\x63\xe9\x44\x2b\xaa\x63\x2e\xea\xbd\x8c\x22\xad\x4e\x90\x1d\xe1\x81\x6a\x73\xed\xa9\xfa\xdc\x67\xaa\xd3\x9c\x0e\xb1\x40\xaf\x74\x27\x1f\x95\x72\xa0\xdb\x26\xa7\xcc\xa9\xe9\x80\x7c\xaa\x93\xc3\xe2\x6e\x40\x87\xf5\x8e\x0f\x9d\x26\x02\x72\xe9\x8e\xb1\x01\x37\x00\x99\x3e\x8e\xf2\xf1\x74\x33\xd4\x41\x25\x97\x90\x81\x15\xed\xf7\x11\x8e\x61\x77\xf9\x14\xc5\xf0\xe5\x7f\xfe\x40\xc8\xa4\xed\xb3\x17\xe4\x81\xcb\x4a\x3f\xd2\xfd\x78\x2b\x91\xf7\x60\x26\xea\xb8\x33\xef\x03\x58\x20\xf2\x20\x0c\x09\xef\xab\xde\xac\x46\xb7\x60\x77\x87\xb3\x5a\x72\x61\x7b\x2d\xaa\x76\x66\x67\xb0\xca\x7c\x9a\x82\x21\xd5\x9f\xe3\x4c\x17\x13\xef\x23\x1c\x66\xf4\xe9\x81\x12\x2b\x9a\x3f\x0f\x5f\x6b\xca\xac\x56\xfe\x65\x4b\x55\xf8\x65\x9f\xb8\x8f\x8a\xc9\x51\x07\xca\x34\xf4\x25\xab\x48\x91\x69\x42\xc3\x6a\xca\x50\x06\x0f\x74\x25\x14\xa5\x63\xb2\xc7\x1f\xbc\x22\x3d\x35\x95\xe8\xcc\xe2\x91\xa6\x41\x75\x67\x8f\xfe\xf3\xa9\xc2\xeb\x21\xc7\x9d\x39\xdc\x27\xf9\x92\xe7\xb9\xe5\xc5\x52\xdd\x76\xdd\xdf\x39\xb4\x32\x5d\x1b\xf6\x12\xb3\xc6\xe5\x1e\x2b\xc6\xbb\xa8\x5c\xa7\x4f\x58\x53\xf4\x94\x22\xb9\xf3\xf9\xf7\xc4\x68\x70\xd2\x64\x7b\xed\xc4\x79\xb0\x51\xe0\xd1\x4a\xbc\xe7\x6e\xa1\x24\x8c\xbb\x37\x33\x0f\xa8\xa0\x64\x36\x65\x4c\xd9\x0b\x59\xff\x27\x75\x32\xf3\x22\xe2\x54\x2c\xf6\x70\xfc\xb7\xa6\x8c\x21\xa8\xca\x96\x70\x0d\xcf\x89\x2b\x08\x6d\x74\x56\x60\x1e\x8c\x9d\xba\x33\x65\xa2\xe6\x2f\xd6\x90\x8e\x8e\x61\xee\x5a\x7a\x2a\xda\x61\x6e\x84\x07\x8c\x7e\xee\x4d\xbc\x99\x3e\x0f\xfd\xb8\x6e\x6f\x13\x2c\x9e\x6c\x83\xd2\x95\x68\x86\x83\xfe\xd2\xa0\x1d\x29\xe8\xb0\x21\x7d\xa3\x20\xf3\xe5\x54\xf9\x0e\x7c\xed\x45\x08\x7a\x40\x23\x2b\x89\x04\x68\x32\x72\xec\x7f\xb2\x8c\xde\xc1\xdf\xf9\x18\xe1\x5c\xbe\x65\x57\x48\x07\xdd\xe7\xfb\x47\x84\xc0\x78\x7b\xbe\x25\x8f\xf6\xc8\x67\x7b\x5d\xc4\x79\x58\xa5\xcf\xa3\xa3\x38\x1f\xcc\x8f\xd9\xd1\x6e\x2e\xbd\x5b\xf6\x0d\xee\x0f\x24\x09\xb7\x20\xbe\x46\x5c\xc3\x52\xc2\xb1\x22\xbc\xec\x68\x3d\x07\xd9\x38\xd2\xb7\xf3\x68\x64\xbb\xd7\xba\xb3\xea\xbc\x7d\x8a\x0b\xe5\x09\x56\xf1\xcc\x83\x59\xb4\xc8\x8b\x50\xba\x39\x3d\x7c\xa9\xca\x3e\xc9\x24\x80\x36\x90\x61\x6f\xf8\x76\x76\x8f\x8a\x8d\xfe\x6c\x7f\x84\x78\x7f\x33\xe2\x36\xef\xbc\x91\x9a\xea\x74\x2f\x3d\xfc\x98\x3e\x7d\xff\x08\x3f\x1b\x8a\x50\x91\xeb\xdc\x69\x85\x45\x84\x47\x44\xb3\x47\xa6\x3b\xf3\xc8\x4a\x02\xa1\x29\xb5\xa4\xb0\xb2\xd1\x8c\x73\xbe\x0d\xee\xac\x18\x1e\xf2\xea\x37\x52\x3e\x0a\xf1\x6b\x22\x44\xc6\x5f\xd4\x71\xf7\xfc\xa3\xa9\x95\x6e\x0c\xcf\x4f\xce\xff\x8c\x79\xff\xcf\xb1\x22\xfb\xe2\xc3\x97\x13\x0e\x2d\xd5\xc1\x09\xd9\xbb\x92\x56\xa5\x8f\xd6\x1a\x42\xd3\x5c\xb3\xf8\x7a\xb2\xd3\x25\x2f\xfa\x16\xd6\xbe\xac\x52\x61\xf6\x90\x79\x02\x73\xdf\x05\x53\xc6\xad\xad\xb5\x81\xe2\x84\xfa\x9d\x30\x3a\xb1\xab\xcc\x8c\xa4\x13\x4b\xe7\xb0\x18\x11\xef\x8d\x17\x99\xab\xf1\xb9\x7d\x52\x79\x64\xdc\x3f\x5e\x4d\x9f\xce\xfa\x71\x97\x96\x12\x1f\x24\xbe\xce\x95\x76\xaa\x38\xf5\x8d\x64\x4f\xfc\xfd\xb4\x8b\xf4\x73\x27\x46\x16\x63\x47\xd5\xd0\x19\x20\xe6\xd5\x19\xfa\x7b\x8c\xde\x4d\x52\x6c\x89\x9e\xfb\x82\x98\x1b\x9b\x24\xef\x45\x25\x03\xb6\x7b\xfd\x10\x1e\x03\x6e\xf1\xe8\x47\xfa\x29\x92\xa5\xac\x03\x94\x24\xcb\x34\x95\xc8\x46\xd6\x85\x09\xd1\x61\x5e\x84\x1f\xdc\xe9\x04\xe6\x96\xe1\x4d\xeb\x60\xb5\x78\xcb\xda\xee\x62\x10\x6d\xa8\xd2\xbe\x50\x0b\x53\x18\x2f\xd7\xab\x62\xd4\x6d\x4a\x18\xab\x56\x8c\x6e\x60\x36\x4f\xdf\x3f\xe3\x88\x37\xd4\x3e\x20\x49\x3c\x89\x65\x88\x15\x8e\xf4\xc2\x3e\x84\xc3\xa4\xaf\xe3\xcc\x23\xdd\x66\x36\xbd\x83\x24\xc7\x92\x32\xb3\x74\x37\xf6\x3c\xc9\x65\x66\x24\x48\xca\x93\xe8\xf5\x69\x0d\x8c\xac\x4b\x16\xb3\xb2\x40\xea\xa4\x93\x84\x8b\x25\x37\x7e\x4f\x7e\x94\xac\xf3\x84\x76\xea\x64\xb9\x77\x74\x86\x8a\x17\x75\x0e\x62\x86\xf2\x28\xed\x17\x14\x7a\x97\xea\x35\x1a\x4e\x74\x12\x88\xd1\x61\xbe\x57\xe8\x3c\x7e\xde\xd2\x7e\x58\x9e\xc7\x02\xe8\x69\xac\x3d\x14\x44\xf1\xcd\xa1\x8a\xfb\x05\xd9\x44\x32\x3f\xc2\x78\x37\xf3\x23\xe6\xcd\x8a\xa1\x8c\x7b\x86\x57\x2c\x9d\xe0\x35\x16\x24\x90\x82\xe1\xb0\xc6\x14\xd6\xb7\x5f\xc2\x28\x1c\x9a\x32\x1f\xb1\xfd\xdb\x16\x33\x83\x75\x5b\x97\xbe\x14\x99\xb7\xb9\x8d\xa5\x0c\x24\xc7\x68\x26\xc5\x8b\x9c\x93\xe6\xb4\x83\xe5\xbc\x5a\x45\x4a\x44\xdb\x36\x06\x51\x7c\xc8\xd1\x89\x63\x9e\x8c\x27\x2b\x31\x6c\xdd\xb8\x87\xf5\x63\x0e\xd4\xd1\x98\xdd\xff\x2a\x3d\x99\xec\x59\x8f\xc8\x03\xb3\x62\xdf\x50\xc4\xcb\xbc\xd4\x44\xfa\x10\xa9\x22\xce\x9d\xb0\x87\xc7\x38\x7f\xae\xd7\xb8\xd1\xf3\x0e\x0b\xf1\x24\x36\x41\xd0\x2c\x7e\xde\xde\x17\x82\xe9\x69\xb8\xac\xd8\x40\xfb\xc6\x4a\x09\xf3\x9e\x6c\x2d\x36\x91\xe3\x58\x44\xb0\xdd\x46\x25\x71\xb4\x7f\xcc\x96\x49\x22\xb6\x81\x96\x1c\xdb\x3b\xee\x5d\x3a\xe5\x97\x83\xcb\x32\x09\xcd\xee\xe9\x9e\x23\x9e\x50\x72\x45\x1e\xc8\x8e\x97\x32\xc4\xe3\x2a\x7c\xc4\xbc\xa0\xa2\x9a\x31\x97\xe8\xf7\x8a\x33\x29\xee\x15\xc5\x9a\x31\xef\x25\xcc\x69\x18\xff\xcc\xcc\xbb\x16\x9d\x18\x56\x22\x29\xb8\xca\x67\xfd\x42\xa7\xc3\x74\xd6\xcd\xbf\x72\x91\x3c\x35\xef\xda\x3d\xc2\x47\xf3\x23\x5e\xd1\xbf\xcb\x6d\xe0\x7e\x07\x52\x5e\xcc\x16\x51\x0f\x43\x42\x3c\xca\x88\x20\xb6\x3b\xe4\x6c\x00\xed\x07\xbe\xdd\x58\xff\xc8\x3d\x2d\x82\xbe\xff\xaa\x0f\xec\xdf\x2b\xba\xc4\xd2\xae\x2d\xd5\xc3\x31\x91\x24\x53\x5e\x31\xcf\x3f\x8d\x56\xf7\x4c\x65\xe6\x01\x4d\x78\x98\x45\xfe\xa0\xe6\xce\xac\x36\xe5\x99\xb9\xc4\x66\xe9\x7a\xa8\xd0\x85\xed\xdf\x79\x80\xc7\xb2\x37\x32\xc4\xeb\x28\x33\xe5\x38\x59\xd6\x30\x86\x74\x20\x76\xdf\x61\x25\xb7\x32\x53\x13\xd6\x83\x69\x70\xf4\xe2\xd1\x87\x66\xb2\xec\x41\x14\xe1\x97\xbb\x87\x64\x92\x9d\x65\x2a\x1c\x2f\x4b\xcf\xd6\x52\xa7\x8d\x92\x21\x67\xa9\x26\x52\xdc\xff\x16\xe9\x41\x14\xbf\x7a\x41\x3b\xf4\xae\xf3\xef\xa8\x2f\xc2\x0e\x91\x27\xd5\x9a\x17\xb3\xc1\x99\xfb\x9f\x05\x0c\xe5\x83\xb6\xa7\x62\x14\xcd\xea\x9a\x1e\x31\xb4\x4e\xa4\x7a\x38\xcb\x5e\x27\xd3\xa7\x59\x94\x30\x0f\x68\x91\x51\x06\xe5\x95\x06\xb2\x5b\x28\xee\x69\xeb\xf2\xf3\xd6\xf8\x3d\x97\xe2\xac\xaa\x1f\xb3\x97\xfa\x25\xee\xa4\x89\x96\xff\x5c\xda\xe6\xa4\x5e\xa5\x22\x43\xaf\xa8\xcc\xef\x4b\xcf\xb5\x3a\x9c\xf5\x40\xaa\x3c\x66\x50\x7c\xac\x1a\xba\x98\x3c\xac\xaa\xdc\xfe\x2e\xbf\xde\x4b\x91\x47\xee\x93\x53\xb5\x3d\x9d\xf2\x8d\x4a\xf7\x22\xfa\x66\x15\xaf\xaa\xc9\x0f\x2a\x74\x4e\x11\xf2\x5c\x1e\x76\x9d\xf8\x36\xe5\x8b\x9e\x10\xf3\xb3\xa2\xcb\x1f\x94\x11\xef\x2d\xff\x42\xa3\x94\x17\xc3\x3a\x3a\x81\x12\xe6\x7d\x79\x55\x45\xd3\x2e\xed\xfa\x38\x81\xf2\xe1\x55\xce\xcc\x73\xb3\x6b\x90\xa4\xb0\x1f\x64\xd0\x7c\x98\xa9\xe7\xd0\x6a\x9b\xf7\x78\x1b\xbd\x5e\xcf\x39\x8f\xe2\xbe\x54\x17\x47\x63\x7a\x31\xed\x56\xc3\x52\xb9\xaf\x88\x52\xd8\x1e\x9a\x75\x79\x95\x7d\xe2\x0d\x8e\xfd\xd5\x3c\x1e\x36\x00\xc5\x85\x23\xfd\x15\x29\xef\x39\xa4\xcf\xcc\xe6\x43\xe9\x5a\xe4\x17\x87\x4f\xb3\x9e\xd6\xc1\xbd\xcb\xc9\xef\x0f\x3d\xf7\xa0\x95\x7b\xb8\x73\x28\xfd\xfd\x90\x4d\x0a\xd5\x42\x0e\xbd\x29\xa0\x6f\x78\x70\x0c\xeb\x49\x1d\xca\xe0\xbb\x62\xb5\x9a\x0d\xcc\x87\x39\xf1\x78\x06\x7d\x6e\xd3\x6f\x0b\x79\xfc\x44\x3b\x41\x55\x2a\xcf\x43\x39\xf1\x8e\x7d\x7b\x70\x1c\x77\xab\x6a\xcd\x03\x72\x54\x60\x1e\x90\xad\xe2\x56\xf2\x17\xcb\x2a\xee\x13\xb5\xf8\x4e\x01\xe5\x49\xf3\x46\xb2\xea\x82\x6e\xee\x2e\xf2\xbe\x89\x79\xcc\x0b\x19\x5b\xc9\xfa\x30\x43\xc4\xe7\xae\x30\xb8\x8a\xf2\xb1\xf6\x7d\x6b\x44\x25\xdb\x66\x3e\xcc\x2a\x19\x5a\x29\xa7\xfa\x29\xd2\x27\x9d\xb4\x52\x25\x3f\xa8\xdb\xc5\x4c\xfe\xba\xcf\xac\xa7\x75\xa2\x89\xf9\x0f\xa7\xda\xad\xcb\xe1\x9f\x39\x52\x9f\xb8\xc3\x9d\xfa\x4e\x56\xf2\xbe\x71\xbc\x81\x99\x67\x75\xef\x8f\xb3\x1e\x8c\xf7\x05\xf2\xc0\x63\xf6\x9c\x4f\x1c\xef\xf3\x2b\xe5\x1f\xc7\xdc\x39\x4e\x1c\xde\xc6\xeb\xa2\xb6\x42\x98\x0f\xcf\xbc\xd6\x7d\xc1\x56\x99\x6f\xa5\xe7\x6c\xe7\xbf\x8d\xfe\xb5\x4d\x7d\x01\xf1\xa1\xcc\xdc\x78\xb7\x5e\x70\x6a\x17\xed\x4a\x06\xea\x65\x14\x2f\xa5\xba\x38\x1a\xc7\xf6\xd1\xeb\xd4\x0a\xaa\x69\xd5\x0e\x6a\x38\x40\x2a\x1f\xbd\xf2\x0f\x51\x7d\x46\xce\xfa\x88\x98\x47\x9f\x12\x2b\x1c\xe7\xc4\x4a\xe8\xf9\x3c\x56\x3a\x3d\xa7\x33\x9c\xfc\xf5\xec\x69\x56\x7c\x3c\xd7\x63\x1e\xad\x97\x73\xbe\x4b\xc9\x93\xce\xa6\xac\x25\x7b\xcf\x1b\x06\x27\xf0\xeb\x79\xdf\x38\x77\x3b\x87\x6a\xa3\xe7\xd2\x77\x53\x46\x77\xf6\xdd\xe1\x77\xfc\x3e\x17\xa9\x02\x54\x9f\x7f\x9b\xf2\xef\xd3\x8d\xcf\xe8\x66\x45\xbd\xe6\x5b\xaa\xb9\xd6\x27\xf2\x3c\x70\x9f\x20\xb7\x53\xd9\xe4\xef\xab\xdf\x6e\xa7\x28\xed\x30\x31\x8f\x76\x2d\xdb\x8b\x45\x94\xad\x58\x64\x17\x53\x74\x31\x3e\x53\x46\xbb\xd0\x02\x95\x72\x5a\xd5\xcd\xba\x38\x95\xfb\x29\x6a\x4d\xd4\xa8\xa5\xf8\xaa\xfa\x23\x57\xae\x07\x35\x70\x05\x53\xaa\x8f\xd3\xae\xfa\x54\x95\x68\xbf\xb8\x2e\x2e\x9b\xf0\x78\x55\xb3\x27\xe5\xc3\x57\xa3\x87\xd3\x0e\x7d\xd9\x7c\x12\x75\xe2\xb9\x5c\x69\x40\x33\x78\xf9\xa4\x15\xf9\xef\x15\x6b\x67\xda\xd2\xaf\xfa\x06\xd2\x0e\x76\xa5\x7a\x33\x3d\x91\x2b\x6e\x5b\x68\xfe\xae\x04\x96\x12\x3f\xfd\xf2\xea\x5a\xaa\x29\x5d\x29\x3f\x47\x35\xc6\x4b\x9f\x6e\x12\xf3\xf3\x42\xc3\x63\xf2\xe4\x8b\xdf\xff\x4e\x27\x85\x0b\xc1\x1f\xe9\x64\x74\x7e\xa6\x14\xd7\x53\xbb\x08\x7c\xee\x0e\x0c\xaf\x6e\xe9\x6f\xf1\xb6\x03\x30\xbc\x3b\xf0\xd2\x1c\x50\x7d\x0b\xbc\x58\x00\x8c\xc9\x03\x1a\xd5\x59\xf7\xe1\x47\x4b\x40\xb3\x1f\x70\xf3\x07\xee\x8b\x22\xd5\xf5\xbf\x5c\xc9\xfc\x87\x73\x3a\xc2\x9c\x01\xa7\x74\x01\x93\x1f\x80\x13\x31\xa0\x9b\x09\x47\xe7\x70\xbf\x83\x03\x62\x7f\x7f\x29\xde\xbd\x6f\x0e\x20\x9c\x38\x84\x59\x16\x32\x92\xbd\x23\x80\xa4\x18\xa0\xbc\x17\xb0\x75\x25\xf3\x01\x84\xfd\x71\x7f\x1d\x70\xc0\x0b\xa8\xb5\x07\xce\x87\x01\x35\xe5\x7c\xb7\xbc\x26\x14\x78\xd0\x00\x1c\x38\x0e\xbc\x89\x04\x0e\x28\x00\x5f\x36\x03\x15\x71\xad\xf1\xff\x1d\xc6\x6d\xf0\xff\x4f\x2d\xf8\x26\xf1\x3f\xee\xb0\x8e\xc1\xfb\x01\xc0\x90\x3e\xc0\x1f\xcb\x58\xff\x42\xca\x7b\x78\x92\x06\x8c\x74\x03\x1e\x74\x07\xd4\xde\xb6\xe0\xfd\xc2\x38\x31\x0b\xb8\x3a\x0f\x98\x7a\x0b\xb8\xe0\xc9\x35\xbf\xfa\x4a\x40\x38\xa9\x0a\xde\x20\xc4\xbb\xc3\xdf\xb3\xae\xfd\x01\x19\xc0\x6e\x5d\xcb\x3c\x54\x0c\x00\x3c\x46\x03\xbb\xdf\x00\x81\x85\xc0\xee\xb9\x40\x84\x2a\xd7\xa6\x13\xb6\x03\x7b\xb4\x80\xad\xae\x40\x85\x2c\x50\xbc\x12\xd8\x73\x94\xef\xc8\x0a\xd1\xe7\x54\x20\xb0\xff\x2c\xf0\x43\x28\xff\xee\x71\x17\xa0\xfa\x31\xf0\xe6\x32\x50\x2d\xea\xb5\xb7\xc5\xff\xdb\xf2\x1f\xa4\xf7\xe0\xa5\xbc\x8f\x4f\xca\x40\xff\x67\xcc\x7b\x18\x60\xc6\xbd\xf3\x95\x67\x00\x3f\xbd\x02\x94\xf3\xb9\xcf\x89\x8a\x1a\xf0\x63\x0d\xf3\x63\x04\xfb\x47\x0d\x04\xae\xfb\x32\x4f\xe8\x52\x23\x30\xe9\x4f\xee\xeb\xa2\xa5\x00\x9c\x52\x00\xe6\x24\x00\xc7\x03\x80\x85\xef\x79\x1e\x84\x3c\xb9\xda\x05\x58\x76\x03\xa8\x28\x06\x56\xf5\x04\x76\xfb\x31\xc6\x50\xba\x18\xf0\xb7\x66\xbc\x3e\x6c\x07\xeb\xbd\x27\x18\x03\x25\xde\x40\x56\x05\x50\x16\xc0\xf7\xdd\xcb\x1a\x80\xea\x3d\xc0\x9e\x6c\xee\x0b\xb2\xf7\x22\x70\xcd\x1c\xd8\x6b\x03\x3c\xfc\x1d\xd8\x5b\x09\xfc\x2e\x01\xf6\x16\x33\x0f\x42\x8a\xff\x17\x88\xf5\x58\x69\x1f\x84\x7f\xe3\x3f\xf4\xd1\xe4\xbe\x37\x42\x3e\x23\xe5\x7f\xbc\x6c\x02\x7a\x9b\x00\xcf\x8f\x03\x4a\x26\xc0\xc3\x64\xa0\x5f\x10\xf0\x63\x1e\x30\x48\x05\xb8\x51\x08\x0c\x53\x69\xc1\xfb\x2f\x8e\x01\x34\x67\x01\x67\x32\x84\xb3\x05\xf7\x2f\xd1\x6d\x00\x0e\xde\x05\xe6\xd6\x01\xd5\x9b\x00\xe3\x09\xc0\xbe\x3f\x19\xdf\xdd\x6b\x0d\x38\xde\x69\xc1\xfd\x77\xfc\x0f\xf0\x1d\x03\xec\x74\x00\x42\x73\x81\xa2\x2f\x40\xdc\x6f\x8c\x67\x67\x3a\x01\xbb\xbc\x19\x1b\x29\x7e\x05\xec\xcf\x03\x4a\xca\x81\x93\x3f\x03\xbb\x73\x80\x1b\x3d\x80\x52\x7f\xe0\xa1\xe0\x4f\x3d\x81\xbf\xc6\xb6\xac\x03\xa9\xfe\x89\xd4\xfe\x6c\xb7\x7f\xe7\x3f\x48\x79\x1f\xff\x53\x07\xba\xaf\x64\xfe\x4b\x97\x3a\xe0\x65\x29\xd0\x3d\x01\x78\x72\x02\xe8\x69\xd0\xc2\x7b\xb8\x63\x03\xf4\x19\x00\x7c\x1f\x06\xf4\xaf\x04\x2e\x66\x71\xff\x9c\x73\x62\xff\xa0\x93\xa1\x80\xe6\x4a\xe0\x88\x1f\xeb\xc5\x08\xeb\x76\x76\x35\x20\x64\x0f\x46\x26\xac\xdf\x60\x49\xba\xb7\x80\x9d\x67\x0b\xee\xbf\xc3\x0e\xf0\xd9\xc9\x38\x60\x38\xf8\x1e\x70\xac\x3b\x90\x5f\x02\x64\xaa\x02\x85\x5e\x7c\xdf\xbd\xc8\x05\xa8\x5a\x0f\xec\x58\x09\x9c\x5e\x08\x94\xa8\x01\x37\x9e\x01\xbb\x36\x00\x4f\xb6\xf1\x7c\xfd\xb5\xf3\xab\x3e\x10\x22\xf7\x2b\xdb\x89\xc7\xb6\x3a\x08\x49\x22\xee\xf7\x71\x17\x20\x7f\x06\x78\x1f\x0b\xb4\xf3\x64\xfd\x97\x4e\x72\xac\x83\x23\xfb\x10\x78\xb6\x10\x68\x9f\xd8\xc2\x7b\xb8\x15\x0b\x74\xeb\x0c\x5c\xd1\xe6\xf9\x3b\xf7\x09\x50\xae\x60\xfe\xcf\x50\x59\xe0\xa8\x1c\x30\x26\x96\x79\x4a\x93\x85\x6c\x6f\x38\xa0\xbb\x16\x28\xfb\x8d\xf9\x52\x25\x23\x01\xb3\x7a\xa0\xf0\x47\xee\x97\x53\xf0\x14\x70\xf6\x01\x72\x35\x00\x8f\x2f\x40\xae\x03\xb0\x7e\x01\xb0\xad\x9c\xe7\x61\xdb\x72\x20\xbd\x82\x39\x10\x3b\x6c\x81\xfc\xcb\x40\xcd\x55\xc6\xf9\x4f\xc7\x03\x85\x9f\x81\x9b\xaf\x81\x82\x50\xe0\xe9\x8a\x96\x3e\x10\xd2\xf8\x27\xb5\x5f\xfa\xdc\xa5\x38\x78\x5b\x1e\x80\x14\xef\x7e\x2b\x9c\xaa\x43\x81\x5f\xc5\x2a\x51\x2b\x9c\xaf\x0a\xb8\xd3\xc0\x7f\xff\xfe\x03\xd0\xfe\xf3\x57\xbc\x87\x37\x40\xef\x24\xe0\xf8\x43\x40\xd8\x86\x0e\xbe\x64\xbc\xbf\x5a\x19\x50\x1f\x05\xec\xbe\x0b\x4c\x9f\x05\x94\x6c\x64\x5d\x10\xc1\xef\x8d\xd5\x85\x53\x0f\xf3\x62\x72\xea\x98\x17\xb3\xd5\x0b\x70\x3b\x01\x64\x1f\x05\x82\x7f\x02\xb2\xef\x01\x9b\xbb\x00\x5b\x36\x01\xe9\xaf\x58\xe7\x60\x67\x06\xb0\xf5\x29\xf7\x4e\xc9\x55\x61\xfd\x03\x61\xbc\xe9\x02\x6c\x8b\x02\x9e\x65\x00\x79\x83\x59\xd3\xa5\xd9\x7e\xd1\x2f\xa4\xba\x1f\x52\xbb\x23\x45\x3f\x08\x2d\x6b\x8d\x77\xbf\x11\xef\xab\x4b\x79\x0f\x4f\x4f\xf3\x78\x6f\x07\x8f\x52\xde\x03\xd5\xf9\xaf\x72\xff\x2a\xb9\x7c\xe0\xf4\x75\x40\x5e\x9d\x31\x68\xc5\x8d\x40\xf5\x5f\x80\xca\x18\xa0\x5c\x1e\x50\x2d\x00\x4a\xfb\x03\x13\x57\xf1\x3a\x17\xf6\x91\xdc\x07\xbc\x9f\x6e\x9b\x03\x58\x4c\x07\xb6\x48\xf8\xee\x79\x96\x2d\xb0\xee\x36\x90\xa9\x01\x04\xeb\x03\x92\xed\x40\x74\x02\x6b\x49\xa5\x7f\x00\x24\xcf\x80\x42\x3f\xbe\xc5\xb3\x5f\x88\x6f\x53\x81\xd3\x55\x8c\x1f\xff\x50\x09\x6c\x79\x0a\xfc\x2c\x8c\x2f\x81\xa6\x87\x2d\x7d\x50\x62\x9f\x88\x3c\x80\xff\x43\x07\xe2\xbf\x74\x3f\x9a\xfb\x5d\xcc\xe0\x51\x8a\xfb\x5f\x12\xe7\xa5\xbe\x98\xc7\xba\xcd\x80\xec\x0d\xd6\xf1\xe9\xa2\xde\xa2\xfb\x50\x5a\x01\x0c\xbe\xc2\x7a\x0f\x63\x4b\xd8\x4f\xa7\xcd\xe6\xe7\xaa\xff\x94\xbf\xbf\x59\x03\x90\x96\x01\xd8\x1e\x03\xd2\xba\xb3\x7e\x50\x72\x7f\x20\x60\x32\x6b\x27\x45\x39\x00\x49\xdd\x59\x07\x22\x39\x11\xd8\xa1\x0b\x24\x85\x01\xfb\xe7\x00\x49\xc2\x9e\x14\x0c\x24\x77\x01\x7e\x98\xc2\x3f\xff\xd4\x1f\x48\x9d\x07\x7c\xbe\xdf\xc2\xfb\x91\xf6\x3f\x59\xbf\xb4\xb5\xdd\x7e\xd6\xad\x71\xf1\x37\x11\xad\xfd\x40\xca\x7f\x69\xeb\x07\x52\xbd\x83\xf3\xa2\x2e\xc4\xa9\xbe\x3c\x1e\x11\xf1\xcf\xea\x43\x80\xcc\x14\xde\xf7\x3b\x7f\xe1\x78\xd7\x37\x9d\x71\xdf\x11\x87\x80\xad\x2b\x80\x09\x27\x81\x8c\xab\xcc\x7f\x48\xf9\xc8\xba\x20\x89\xe6\x80\xb5\x39\x10\x57\xcc\x3d\x29\x62\x0f\x01\x7e\xdd\x81\xb8\xae\x40\xd4\x77\x40\x4c\x3a\x20\x49\x07\x62\x4e\x02\x45\x4b\x80\xa8\x7b\x40\x65\x04\x6b\xa7\x9c\x59\x08\xc4\xa8\x00\x3f\xd8\x02\xd1\x1e\xbc\xc7\x0b\x73\xf7\xf1\x4f\x20\x54\xec\x33\x17\x7c\x8b\x47\xdf\x86\x36\x3c\x08\xb4\xe6\x41\x34\xf3\x5f\xa6\xb7\xf6\x83\xb6\xfc\x97\x8b\xa7\x44\x3f\x10\x75\x2f\x8e\x89\xb8\x7e\xed\x3a\x1e\x2b\xc4\xf7\x11\xd6\xbf\x10\x4f\xf2\x3c\x81\x1e\x9b\x81\xad\xcf\x80\x81\x4a\x80\xe4\x13\x30\xfa\x15\x90\x3c\x94\xfb\x06\xc5\xa9\x70\xdc\x8c\x6e\xe0\xfd\x23\x32\x9a\x75\x41\x22\x5c\x98\x1f\x14\xee\x01\x44\x44\x00\x61\xc6\xcc\x99\x10\x46\x61\x6d\x85\xce\x62\x45\xd7\x8d\x89\xc0\xe9\x9f\x59\x63\xe8\xa6\x23\xb0\x41\x91\x7d\x79\x83\x3c\xf0\x45\xeb\x5f\xf8\x1f\xa2\xdd\xab\x8e\xb7\xe6\x41\xd8\x1d\xfb\x77\xdc\xff\xee\xef\xe2\x3a\x68\xd3\xf7\x45\xca\x7f\x39\x2e\xaa\x0d\x73\xef\x6c\xa0\x4a\xd4\xcf\x68\xe6\x7f\xdc\xe6\x71\xcb\x78\x40\x6e\x12\xaf\x67\x61\x5f\x49\x5c\x01\x0c\x7d\x04\xc4\xcd\x06\x26\xcd\x02\x36\xa5\x00\xb3\xf7\x01\x61\x73\x00\xd3\x4e\xdc\x23\x68\x85\x39\x10\x74\x0f\xf0\x78\x05\x04\x17\x02\xe1\xb6\x40\xa0\x22\x90\x9a\x0f\x04\x34\x02\x85\x61\xac\xcd\x27\x7c\xa6\x6f\x04\x6b\xcb\x09\x3f\x0b\x71\xd2\xe7\x2e\xf0\x62\x02\xe0\xab\xc7\x71\xb2\xd9\xee\xda\xd6\xbc\x0f\xa9\xee\xc5\xd2\x42\x91\x07\x31\x9e\x47\x29\xff\x45\xa4\xbf\x34\xf3\x5f\xa4\xf6\x4b\xf9\x2f\xa7\x52\x78\x3c\x28\xde\x1a\xd8\x2f\xce\xd3\x5e\x3d\xd1\x0f\x44\x5e\x50\xae\xe8\x3f\x12\x2e\x1e\x20\x21\x1f\xe8\xd8\x85\xfd\xb5\x9f\x23\xe7\x06\x63\x27\x02\x21\x8f\x00\xed\x47\x40\xa0\x12\x60\xe4\xc6\xf6\xd8\xd6\x03\x5e\x76\xc0\xba\x93\x80\xe7\x67\x20\xf4\x21\x6b\x4b\xa5\x29\x00\xee\xed\xb8\xaf\x98\xab\x0a\x50\x79\x8d\x35\x0b\x4f\xdd\x06\x56\xbf\x06\xbe\xd7\x06\x9c\x83\x80\xa7\xd3\x00\xe7\x5f\x59\x57\xcc\x61\x71\x6b\xbb\xa5\xf6\x9a\x1c\x10\x79\x10\x55\xad\x79\x10\xff\x17\xff\xe5\xb4\xa8\x7f\x72\x34\x4f\xb4\x5f\xca\x7f\x91\xf2\x1f\xc4\xdb\x46\x79\x62\xdc\x94\xf2\x3f\x92\xc5\xd3\x75\xa4\xf8\xba\xf5\xc7\x81\xee\xe6\x40\xa0\x16\x30\xf4\x08\xe0\xf3\x1c\x98\x74\x01\xf0\x78\x0b\x18\x06\x00\xae\xc3\x81\xa5\x5f\x80\x35\x4b\x01\x97\x89\xc0\x2a\x27\x60\xfd\x6f\x80\xe3\x1b\x20\xf1\x13\xb0\xe2\x37\x20\x6f\x00\x60\x57\x04\x94\x5f\x07\x96\xe7\x02\x75\x77\xd9\xce\x6b\xee\x80\xcd\x6e\xa0\xb1\x0e\xb0\x9e\x06\xfc\x15\x09\x58\x8a\xe7\x06\x63\x91\x37\xb6\x40\x8c\x0f\x86\x03\x78\x14\xce\x82\xc2\x38\x4b\x8c\xa7\xff\x17\xff\xe5\x58\xc1\xbf\xdb\x5f\x2c\xf6\x8d\xca\x6f\x62\x9e\xc0\x16\x4f\x1e\x53\xaf\xc9\x52\x55\x35\xe6\x9e\x0c\x9d\xab\x37\xb8\xcb\x12\x4a\xe7\x3d\x5d\x6e\x42\xbb\x09\xc0\x3a\xdb\x0e\x4b\xfb\x8d\x03\x56\x2f\xe8\xe4\x32\x6e\x34\xe0\x58\xdc\x59\x73\xd6\x2f\x80\xdd\x80\x2e\x16\xe6\x0d\x80\xcd\x89\x2e\x29\xce\x81\x80\x55\x44\x97\xdc\xc0\x5d\x80\xc5\x4f\x5d\x56\xc7\xa5\x03\x66\x11\x9d\x6f\xe4\x24\x00\x26\xb6\x9d\x4d\xf6\x0c\x06\x16\xe7\xcb\x67\x1c\x7d\x03\x2c\x4a\xe8\x74\xfe\x72\x1c\x60\xa4\xd2\xf1\xf1\x83\x27\xc0\x82\x3f\x3b\xbc\x7b\xd3\x05\x98\x3f\xb5\x7d\x01\xd9\xab\x23\x4b\xf7\x96\xa5\x7c\x0f\x2d\x31\xaf\x9e\xa6\xcd\xe3\x64\xf1\x9e\xc2\xff\xc5\x7f\xa9\xb1\x02\x55\xcd\x2a\x9c\xb8\xca\x5e\xfc\x8a\xfb\x00\xe5\xbe\xed\x46\xd5\xa4\xac\xd8\x1e\x54\x0d\x48\xbc\xae\x40\x11\x34\xca\x9c\xc7\x90\x57\xac\xc6\xec\x51\xcc\x55\xd8\x95\x06\x7d\x09\x5d\xb0\x9d\xd6\x3f\xb2\x67\x47\x60\xc9\xae\x01\x4d\x23\x86\xe1\x80\xe9\x0c\xe5\xbf\xa7\x2b\xcb\x2c\x30\xba\x34\xd0\xd0\xe8\xbe\xcc\x8d\x79\xbf\x0c\xb4\x58\x01\xd9\xa5\x06\x3e\xca\xff\x78\x4b\x64\xf7\xcd\x1e\xaa\x5c\xbc\xa9\x41\xf6\xdd\xcc\xb3\xca\x3d\x32\x43\x65\xff\xd1\x79\x36\x20\xa9\xd8\x5f\xf6\xc1\x0c\xeb\xfe\xff\x3b\x98\x20\xeb\xa5\x3d\xb2\x7f\xf4\x77\x47\x64\x4e\x6a\x35\xf4\x8f\xbf\xa7\x85\xd0\xe9\xcf\xfa\xbd\xff\xcd\x0e\x98\xb6\xb1\x6f\xac\x60\xdf\xc4\x13\xbd\x49\xcf\x7d\xfc\xbe\x1e\x29\xc2\x38\x6e\x4c\x37\xd2\x43\x50\xbb\x2c\x4f\xf8\xbf\x9a\x43\x87\x19\xc2\xd8\xcc\xff\x30\xfd\x77\xfb\xf7\x56\xca\x93\x87\xec\xaa\xef\x4e\x55\x33\x29\xff\x45\x92\xc5\x7c\x90\x04\xcd\x21\xb4\xe3\x46\x2d\x64\x9e\x44\xf0\xc3\x51\xc4\x0f\xf1\x48\x1f\x49\x55\x93\x55\x8e\x6a\xf4\x07\xab\x76\xa3\xf9\x7e\xdf\x8d\xb1\x9b\x3a\x68\x03\x06\x0b\xc6\x95\x2a\xc7\xa2\x62\x66\x97\x71\x97\x34\x5e\xca\xc9\x4f\x7f\xaa\xde\xc1\xc0\xa0\xdd\xe0\xc9\xce\xe3\xfc\xac\xdb\xb5\xef\xaf\xd9\x71\xec\x2d\xd7\x9f\xdb\xff\x39\x4e\x6f\xec\x92\x8d\x7b\x3b\x9c\x1e\xed\x3f\xc6\x2b\xe5\x66\xc7\x3e\xa3\x2c\x47\x97\x15\x5a\x77\x54\x19\x19\xaa\x56\x50\x1d\xdd\xe1\xd9\x88\x45\xa3\x7e\xaa\x7f\xdf\x61\xfb\x70\x63\xd5\x4b\x37\x57\x76\x90\x1f\x76\x58\x75\xdd\x8b\xc4\xf6\x8b\x87\xc5\xa9\x2a\x7f\x74\x6c\x37\x6d\xc8\xb4\x61\x8d\x4d\x4d\x72\xed\x54\x86\xab\xfc\xd3\xd4\x24\x3b\x7d\xa0\xdd\xc0\xdd\x4d\x4d\x32\xdb\xfb\x9f\xee\xff\x57\x53\x13\xd6\xf4\x9d\xda\xe7\x93\x30\x0f\x67\xc4\xbc\x51\xca\xff\xa9\x39\xd4\x89\xf0\xc7\xdd\x17\x7b\x12\x4e\xfb\x95\xfe\x0b\x55\x8b\xa5\xfc\x97\x84\xca\x31\xdc\xf7\x7b\x9c\x26\xe9\xfa\x07\x5d\x9b\x40\xf8\x9d\xa7\xc3\x64\xca\x34\x9c\x15\xb8\xba\x66\x1d\x3e\x8d\xfc\x60\x61\x90\x16\xdd\xd6\xd7\xba\xa7\x43\xb7\x6c\x27\xfc\xae\x5b\xa7\x70\x05\x18\x1b\xaf\x7b\x62\x54\x81\x6c\x77\xd5\x6d\x33\x7b\xeb\xce\x97\xbd\x37\x2c\x4a\xf7\xad\xb9\xb5\xdc\x88\xc1\x43\x74\x03\x56\x6b\xca\x0d\x19\x18\xa6\xdb\x21\xf8\x82\xec\x83\x01\xb6\x3a\x4f\x12\x0f\xc8\xaa\xf4\x0f\xd0\xb1\xcd\xbb\x8f\x47\xfd\x16\xce\xf8\xa9\xd2\x11\xe8\xf3\x4e\xfb\xdd\xa9\x68\x40\x29\x5e\xeb\xf7\xeb\x3f\x00\x8a\xee\xd3\x2f\x3d\x2b\x00\x7a\x8f\x9a\xf6\xe7\x07\x05\xa0\x97\xcd\x64\xea\xfb\xd1\x63\xa0\xe6\x5a\x61\xec\x36\x6d\xac\xad\x30\x76\xb1\x1f\x3d\x55\x18\x3b\x45\x8c\xa4\xbe\x0f\xc7\x1b\xe4\x88\xb7\xb2\x3f\xb2\x1b\xd5\xdb\xf6\xac\xea\xd7\xb3\x95\xfd\xca\xaa\xc4\x8b\x49\xd9\x35\x9e\x6e\x9b\xc6\x35\x4c\xa4\xe7\x1a\x39\x79\x2a\xa1\xf1\xc1\xaf\xb4\xe9\x3e\xab\x97\x9c\xee\x13\xb6\x9f\x37\x90\x65\x47\xf5\xa9\x3a\x68\xb2\x69\x2e\x65\xee\x7a\x66\xf3\x89\x57\xa1\x7e\x7c\x21\xd5\xfb\x55\xde\x2d\x0e\x91\xef\x05\xf4\xcf\x34\x1e\x39\xa4\x0b\xa0\x64\x66\xbc\x7d\xea\x5b\xa0\x57\x92\xb1\xfa\x22\x89\x10\x53\x17\xbf\x76\xec\x04\x74\x29\x5e\x3c\xc5\xbf\x23\xd0\xa9\x69\x91\x6b\xec\x38\x61\xef\x31\xca\xcf\x59\x0f\xb4\x5f\xbe\xf0\xc0\xde\x51\x80\xdc\xd3\x05\x8b\x8f\x2f\x07\xe4\x54\xe7\xfb\x37\x0c\x07\x64\xfc\xe6\xa5\x3d\xfe\x5b\x08\xe0\x86\x81\x7f\x52\x7d\x57\xff\x38\xd7\x21\x67\x8a\xf8\x8d\xb6\xa8\x6f\x3f\x55\xd4\xfb\x9f\x44\xf7\xbd\x6b\x0e\x28\x51\x5d\x56\xca\xff\x29\xfc\x61\x14\xa1\x69\xd9\x85\xe3\xa9\x1a\x9a\xea\x37\x85\x22\x46\x9c\xa9\x36\xd5\x61\x23\xcf\xcc\xa4\x7a\x6b\xd0\x5b\x7d\xe2\x05\x79\x39\xcd\x23\x74\xde\x39\x81\xf5\x51\x96\x7b\x2d\xa6\xb8\x61\x1e\x6b\x42\x78\x8d\xfe\x52\x73\x8a\xc0\x53\xbe\x58\x50\xe6\x3a\x5c\x77\x29\x65\x60\x5d\x57\xda\x52\x15\xb6\x83\xbc\x6d\x76\x9f\x4a\x40\xe6\xb2\xed\xbe\xf1\xc4\x0c\xb0\x5d\x3e\x97\xea\xf1\xcb\x6e\x2c\x27\xed\x3a\x9b\x6b\x7c\x5f\xd1\x66\x7f\x14\x31\x48\xac\x97\x6c\x21\x04\x6e\xe9\xc3\x52\xc2\x39\xad\x4e\x1e\xa1\x08\x65\x79\xe1\x12\xfd\xdd\xf2\xf3\x43\xaa\xb0\x5a\x98\xbc\xa5\x64\xc0\x6c\x31\xdb\xbb\xc8\x8c\x47\xc3\xf1\x3c\xea\x8b\x78\x96\x1e\xc5\x49\xa9\xfd\x3b\x9c\xd5\xc9\xfe\xad\x06\x93\x69\x7d\xa4\x35\xe8\x50\x66\x14\x7f\x69\x26\xf1\x17\x22\xbb\x72\x3f\xa4\x90\x4c\x23\xaa\xa2\x7a\x37\x18\x13\xae\xb7\xe6\xa4\x39\xcd\xba\xfd\xac\x25\x54\x7d\xb7\x5c\x63\x43\x71\x74\x7e\x1d\xeb\x28\xe8\xaa\x33\x3f\x64\xdc\x55\xc6\x91\x07\xe8\x3a\x11\x9c\x2b\xd7\x6f\xb5\x18\x91\x56\xbf\x56\xe4\x4a\xb1\x27\xeb\xdb\x3b\xd7\x1b\x50\xec\x5e\x1d\x6c\x43\x8c\x25\xe7\x35\xee\xe4\x59\xab\xec\x18\x41\x5e\xa5\x9e\x41\xf5\xfb\x95\x3d\x76\xd1\x13\x70\x6a\xe4\x8e\xfa\x0e\x5f\x78\xaf\x73\xa8\xfa\x91\x72\xc1\x15\xeb\x7e\xa3\xbd\x50\xaa\xff\x61\x2d\xe2\x9a\x96\x22\xde\x6f\xe2\xc0\xe3\x62\xc2\xb3\x8a\x1a\x27\x12\x3f\x6c\x5b\x91\x16\x8d\x69\xa2\x1e\x4c\x42\xe3\x5c\xba\xfd\xb8\xa9\x87\x11\x31\x2b\xd7\x6b\x99\x12\xde\xed\x33\xc1\x82\xd6\x87\xcb\x36\x6b\xda\x61\x1c\x5d\x96\x13\xaf\x6c\xa9\x84\xfb\x21\x2d\x02\xdb\xab\x2f\x59\x49\xfe\x3f\xe9\xd3\x6a\xba\xcf\x38\x22\x7d\x2d\xed\xc0\x0a\x5a\x8c\x23\x03\x5e\xe2\xcd\x06\xaf\x3a\x9e\x07\x4f\x09\xdf\x73\xf7\x7a\xc4\xdf\xc0\xeb\x2d\xd7\xeb\xbd\x1c\x59\x79\xc3\x73\xdf\xc6\xdf\xf8\x75\x69\x94\xe3\xb8\x87\x31\x72\xe4\x31\xae\x86\x3c\xd0\x5d\xe3\x2c\xe1\x3b\xeb\xca\x6e\x51\xfd\xda\x25\xf0\x27\xf2\xa3\xb5\xef\xff\xa1\x5c\x51\xca\xff\x58\x71\x9a\xc7\x65\xaf\xbf\x9e\x9f\xed\x6f\x67\xd1\x73\x4b\xcf\x9e\x4b\x5e\x99\xa4\xd1\xac\x83\x43\xa8\x42\xc8\xab\x25\xdc\xff\x02\xb6\x84\x53\xad\xeb\x60\x4f\xeb\x64\xa5\x03\xeb\xa3\x2c\xdb\xe4\x4c\xf1\xcf\xec\xd9\x5a\xc2\xb9\xa4\x3c\x98\x19\xc7\x98\x07\xa3\x1e\xe6\x41\xaf\x53\xc9\x63\xfd\x8c\xae\x87\xfc\x45\x9c\x33\x48\xc4\xbd\x43\x14\xfb\xd0\x8a\x09\xae\x1f\x4b\x19\x47\xc8\xec\xd9\x74\xbf\x32\xb8\x6e\x09\x8f\x87\xd7\xe4\xf2\xdf\xd7\x13\xa2\x1c\x9c\x99\x4c\xfc\xa0\xe0\xd4\x7c\xfa\xa4\x20\xab\x7d\xa4\x44\x1e\xd0\xc8\x8a\xe2\x7e\xe5\xdf\x13\x73\xc5\xef\x44\x23\xad\x6c\xdf\xe9\x7f\xd1\x7a\x91\xf2\x3f\x5c\xcb\x79\x74\xbe\xc9\xa3\x13\xf5\xe5\x93\x64\x31\x0f\x26\xa1\xc9\x94\x50\xf5\xa8\x6b\xd6\x14\xff\x37\xbe\x5d\x4e\xdf\xc2\x5f\xc1\x9e\xd6\xb7\x1b\x9c\x28\x1e\xae\xd6\x59\x4d\xaa\x14\x76\x45\x2e\xb4\x1e\x96\x48\xdc\x08\xaf\x31\xd2\xf3\xcc\xe5\xd5\xc6\xea\xeb\x53\x35\x03\x08\x2f\x1c\xad\x12\x28\xea\x3f\x04\x13\x4f\xa6\xc3\xce\x50\x31\x43\x8f\x14\x53\xf9\x4d\x12\x25\x8a\xd4\x11\x57\xc7\xd0\x9e\x1d\xd9\xc8\x1d\xca\x22\x53\xcd\x17\xf1\xcf\x7c\xdf\x3f\xe2\x42\x20\xe1\x31\x91\x13\xe2\x88\x99\x12\xf1\x6c\x1b\xe1\x7c\xe1\x55\x7b\xc8\x5f\xc2\x8c\x8f\xd1\xbc\x84\x5e\xbb\x4a\xc8\xf3\xc6\x3d\x0f\x28\x32\xaf\x7f\xfd\x5a\x9e\x9f\xe8\x17\x56\xf6\xa9\x66\xfb\xbd\x0f\xf3\xe8\x4e\xf7\x7a\x93\x77\x58\x52\x1c\x88\x3e\x6c\x4d\xdf\x2b\x34\x8b\xfd\x3a\xa0\x71\x15\x9d\xa8\x3c\x34\x57\x7f\x62\xfb\xf9\x36\xad\xc3\x09\x0f\x7a\x2a\x56\x03\x3c\x68\x7f\x30\xfe\xcd\x8f\x4e\xe0\x73\xeb\xd9\x5e\x9d\xc4\x60\xea\xb7\xa3\xe9\xce\xe8\xdb\xb0\x46\xe6\x49\x28\x4a\x33\xec\xaa\x98\xb5\x6c\x7f\x7c\x16\xa8\x1f\x4e\x7c\x0a\x67\x24\xf1\x59\xcc\x03\x89\x4f\x9a\x49\x08\x6b\xc2\x15\x33\xf2\xff\x04\x63\x66\x22\x25\x18\xfb\xd3\x37\x88\x53\x8f\x21\xcf\x4b\x30\xdf\x4a\x88\x74\x5c\xef\x62\xfa\x86\x71\x0d\x8c\x18\xc6\x1c\xb9\x40\xaf\x8b\xae\xbb\x93\xcc\x9e\xfd\x6b\x07\x7c\xc5\x8b\x89\xd8\xc7\xf6\x4b\xfb\x05\x05\x2f\x13\xc6\x38\x15\x3b\xe2\x43\x49\x75\x80\x82\x47\xac\xa5\x3c\xc1\xcb\x86\xd7\xf1\xda\x97\xec\xd7\x2b\x27\xfa\xb2\x2e\x94\x7d\x00\x55\x6e\xcc\xc3\x83\x48\x4f\x67\x91\xcc\x7a\x3a\x99\xe9\x8b\xfc\x88\xa9\x9a\xe1\xb4\x1e\xc6\x16\x45\x51\xdf\x9c\x21\x74\x63\x02\xe8\xf6\x28\x21\x92\xed\x4f\x11\xfd\x21\xfd\x83\x2c\x9d\xe1\x32\xac\xfa\x90\xff\x66\x18\x8d\x61\x86\xd6\x22\xc6\xfd\xd3\xeb\x4d\xe8\xf9\xa5\x5f\x71\xa4\xb3\x8f\x24\x97\x3d\x2d\x7d\x4a\x14\xad\x7b\xc9\xfb\x4c\xe6\xcd\xe4\x72\x5f\x14\xc9\xcb\x5a\xba\x49\x9f\xb6\xfd\x1c\xf9\x4b\x72\xe3\x4d\xfa\x7d\xf2\xdb\x9f\x86\xd3\x98\xf6\x37\x21\xb1\x09\x45\x6c\x7f\x4c\x3a\xdf\xc9\xda\x44\x71\x32\x1c\xab\xe9\x53\x82\xef\xbb\xd2\xc6\xe1\x6b\xee\x79\x8c\xd7\x81\x0f\xcd\xee\x2a\xf3\x00\xb2\xdf\xee\x61\x30\x45\x1b\xa9\x1e\x8e\x89\x47\x38\xe5\x91\x86\x7e\xfc\x9c\x75\x03\x59\x27\x65\x42\x22\xab\x54\x8c\xca\x4f\xa4\xbc\x61\xa0\x3e\xf3\x61\x3a\xff\x93\x26\x2a\x59\x66\x89\x19\xec\x76\x77\x19\xaa\x81\x6d\xeb\xc2\xfe\xb0\x2d\x8f\xf5\x1f\x72\xf6\x6a\xd3\xf3\xcd\xb9\xcc\xba\x07\x39\x1f\xec\xb9\x93\xe5\x07\x4f\xc2\x27\x73\xd2\x23\x88\xdf\x90\x73\x52\x22\xcb\xaf\x2b\xa2\xb3\xe0\xd6\xe0\x6a\xf2\xc0\xec\xc3\xf5\x5a\x20\x9e\xc7\x35\xd2\x91\xc9\x2a\x78\x4c\xca\x4f\x59\xde\x6f\x09\x89\x94\xf2\x62\xd2\x44\x5e\x65\x22\xe9\x33\xae\xcf\x71\x27\x96\x9d\x6f\x81\x37\xb1\x51\x3c\xc7\x31\xdf\x6b\xb5\x4b\x08\xed\xde\x0e\x55\xcc\x7b\x92\xea\xe1\x98\x4f\x88\xa2\x0a\x8d\xd1\x3f\xb1\x14\xef\xe6\x68\x26\x90\xdf\x4f\xaf\x4c\x22\xfe\x9b\xa6\x01\xab\xb7\x0c\x4f\x67\xfc\x58\xe9\x4e\x16\xf9\x5b\xc7\x63\xac\x93\x02\xe4\x89\x37\x34\x0a\x9d\x64\xc9\xd3\x0a\x1f\x31\x4f\xac\xa8\x91\x71\xff\xc2\xbd\x5a\xc4\x18\x28\x1c\x6f\x44\x29\x59\x61\x15\xe3\xfe\x45\xb1\xee\x14\x61\x8a\xb2\x43\x99\x2f\xa3\xc9\x08\x7d\x51\x6c\x3e\x7d\x83\x42\x79\x3e\x03\xe6\x37\x31\xde\x5d\x20\x77\x95\x32\xdf\xbc\x57\xac\xa5\x98\xe7\xf7\x9a\xe2\xce\xf6\x07\x1f\x28\x0e\x35\xf3\x62\x52\xb8\x5e\xc7\x7c\x18\x4f\x2b\xe6\x3f\xad\x7d\x29\xf6\xc5\x52\xe4\xfe\x50\x6d\xf5\x70\x4c\x24\x6c\xf7\xbc\x3f\x53\xa8\xe2\xa0\x7b\x31\xf5\x3c\xbe\xd2\xc5\x19\x93\xc7\xcf\x7b\x08\x58\x27\xa5\xb7\xc9\x76\xd2\x51\x69\xef\x50\xb8\x9f\xed\x97\xf2\x61\x4a\xaf\x70\x07\xd7\xdd\xca\xbc\x2e\xca\x1a\xd8\x1f\xca\x4c\xb5\x28\x2f\x2a\xcd\x5f\x40\x91\xb8\x6c\xbb\x2d\x65\xf0\x65\x1b\xd6\x51\x5c\x28\x1b\xb7\x81\x14\x8b\xca\x54\x98\xa1\x52\xd6\xc0\x3c\xa9\x92\xf9\x65\xa4\x54\x50\xf2\xfb\x11\xda\xe1\x8b\xf3\x2f\x52\x8d\xac\x58\x87\x71\xff\x5d\xa9\x3f\x93\x7f\xec\x7a\xf7\x37\x29\x20\xb6\xe6\xc5\xf8\x0c\xe1\x78\xe6\x36\x31\x82\xa2\xb3\xb3\x52\x14\x79\xdb\x8a\x1c\x7e\xde\x36\xf3\x98\x07\x64\xea\xce\x7c\x98\xf9\xee\x69\xf4\xad\x0d\x0c\x98\x17\xa2\x9d\xc6\x7a\x21\x13\xa2\x98\x07\xa4\xa6\xb7\x9d\x76\x2d\x95\xc1\x85\xf4\xf7\x5e\xf5\x3b\x69\x1f\x6a\xb7\xaf\x54\xec\x07\x23\x3d\xb9\x57\xf6\x93\xa5\x48\x5b\x39\xb0\x0f\xe9\x80\x55\x2e\x53\xa3\x4c\xac\x32\x68\x1a\xc5\xc9\xca\xa2\x05\xc4\x58\xde\xf7\x27\x67\x66\xfb\xb4\xb8\x83\xdf\xbe\x05\x41\xa4\xff\xb3\x6f\x3a\xaf\xc0\xca\xea\x9c\xf1\xfc\xf7\x12\xd2\x95\xa9\xd0\xac\xa5\x9d\xab\x3c\xe1\x2c\xed\xa7\x7b\x2b\x6f\x51\xc6\x5c\x3e\xf6\x39\xf9\xc1\xde\x41\x7f\x92\x45\x7b\x22\x98\x07\xc2\xbc\x18\x4f\x09\xb3\x54\xd7\x76\x68\xdd\x17\x4b\xca\x03\xb2\x6a\xe4\xe7\x6c\x7c\x90\x79\x4f\x0b\x4e\x6e\xa5\x79\x9b\xf5\x23\x3f\xe7\x69\x2b\xb8\xbb\x99\x46\x56\x11\x85\xfb\x51\x73\x58\x0f\x48\xf9\x4a\x09\x3d\x95\x1e\x9f\xcb\xc4\x7d\xa2\x5c\xcc\x17\xa4\x7c\x98\x43\x81\xb2\xa4\xb0\x72\x70\x99\x12\xcd\x7c\x6d\xaa\x2a\x3d\xff\xda\x46\x3e\xa1\xd5\xa6\xce\xa3\x1b\x2e\x07\x67\xb2\x7e\x52\xad\xe6\x1a\xe2\x3b\xd4\x1e\x0f\xa0\x1d\xa7\xd6\x29\x9a\x15\x12\x25\xcc\xaf\x3d\x70\xb9\x98\x2c\x38\xf0\xe8\x00\xcd\x4b\x4d\xe5\x69\xb2\xa0\xfa\xf3\x35\x8a\xc7\x07\xe4\x9f\xd0\x49\x60\x7f\xd9\x9b\x05\xf8\xba\x4f\xd0\x43\xaa\x5f\xe6\x25\x50\x45\x65\xd5\x0f\x29\x94\xe7\xda\x6f\x92\x90\x0e\x9a\x8d\x67\x26\xad\x5a\xf3\x94\xad\x14\xef\x16\x3b\x6e\xa7\xd5\x35\xb7\x9e\xbb\x14\xe9\x3e\x2c\xb8\xc8\xeb\x81\x6f\x64\x8d\xb7\x2f\xa5\xa7\x3b\xbc\x6a\x37\x45\xf1\xfe\xfa\x15\xf4\xfc\xbb\x6b\x56\x71\x3c\x08\xdd\xff\x33\xdb\x2f\xe5\xc3\x1c\x6f\xe0\xf8\x50\x37\x5a\x91\x22\x73\x5d\xf8\x08\xaa\x05\xd7\x65\x4d\x21\x4f\x3c\xf6\xa7\x01\xff\x7c\x6a\x09\xe5\xc9\x27\x4d\xb9\xf3\x5b\x9d\x87\x1f\x9d\x3f\x8e\x6f\x67\x26\x57\x5d\x58\x26\xed\x0f\xc7\x1f\xec\xa0\x95\x5a\xb7\x78\x3f\xe5\x11\xc7\xdc\x39\xaf\x3a\x1e\x70\x9d\xf8\x63\xc7\x0e\x3e\xa2\xf7\x3b\x36\xf6\x77\x9a\xa7\xc3\x8f\x3e\xb0\x2e\x8f\xdc\x97\xcf\xff\xc2\x03\x5a\xbb\x95\x58\x46\x4b\x25\xb9\xac\x83\x52\x93\x4f\xd1\x4a\xda\x1f\x4b\x7f\x21\xdb\xad\x7d\xb4\x84\x9e\xde\x14\x15\xe6\x3f\x8d\x5b\x53\x41\x59\xef\xf0\xe9\xcc\xea\xec\xa3\xb0\x9f\xbc\xb1\xcb\xbb\x83\x3b\x5b\xdb\x7f\x42\xbc\xd9\x77\x56\x44\x90\xce\xf9\xf6\x22\x7f\x3d\x77\x76\x38\x7d\xf2\x99\x3e\x93\x28\xff\x39\xb3\x62\x0e\xd5\xf8\xce\xae\xe1\x7c\xea\xac\xeb\x4a\x3a\x57\x9d\x51\xf7\xa1\x27\x72\xb6\x17\x77\x7a\x3b\xf3\x20\x9d\x78\x24\x67\xdf\x70\x9e\x7d\xd6\xa0\x8a\xce\x27\xf5\x59\x75\xb4\x03\x9e\x99\x77\x85\x5e\x57\xbf\xe2\x3e\xe9\xf3\x9d\x92\x7f\x2e\x9c\x47\x71\xba\xf1\x7f\x64\xd1\xc9\x3b\x9f\xb7\x31\xae\x37\xa2\x84\xef\x04\x0f\x0d\x6a\xe9\x6f\xf1\x8b\x0a\xeb\x2c\x4b\x79\x0f\xf7\xdd\x00\x55\xbf\x96\xbe\x06\xd7\x3f\x31\x1f\xe4\xea\x75\x60\x52\x11\x70\x3e\x96\x75\xfd\xeb\x1f\x30\xce\x7d\x22\x02\x98\x9b\x00\x1c\xd1\xe4\x9a\xe8\xfe\x26\xae\xcf\x57\x6b\x00\xb6\x79\x7c\x17\x53\xc8\x58\x9a\xf5\xed\xb3\x00\x9f\x2c\x60\xe7\x3d\x60\xfd\x31\x60\x67\x27\x20\x26\x9e\x7f\x2f\x11\x7e\x7f\x89\x6b\xc0\x25\x27\x81\x3d\x8e\xc0\xee\x5c\xe0\x70\x02\xb0\xbb\x08\x38\x67\x0f\x94\x3b\x01\xb7\x67\xf1\xfd\xf1\xa7\xda\x40\xb9\x33\xf0\x56\x0e\xd8\xfd\x0a\xf8\xf2\xdb\xb7\xf8\x7f\x5b\xfe\xc3\x87\x2e\x80\x4a\x38\xf0\x87\x26\x30\x70\x38\xcf\xc3\x40\xf7\x6f\x79\x0f\xcd\xfd\x1d\x44\x9d\x83\xef\x43\xb9\x6f\xce\x65\x3b\x40\xc3\x98\xfb\x9c\x4c\x0e\xe5\xfb\xcd\x5a\x0a\xc0\xf1\x55\xc0\x9c\x61\xc0\x81\x06\x21\xa6\xb0\x96\x87\x99\x0a\x50\x5e\x02\xd8\x94\x00\x7b\xde\x02\x4e\x3a\xc0\xae\xe7\xc0\xda\xf3\xc0\x8e\x32\xc0\xcb\x05\x10\xa2\xcc\xfa\x99\x7c\xaf\x9d\x74\xee\xb7\x01\x29\x27\x81\x22\xb1\x3f\x4a\x71\x5f\x60\xaf\x06\x50\x62\x02\x1c\x0e\x65\xbc\xff\x9c\x2c\xeb\xc5\xdf\x4a\x66\x1c\xe9\xd9\x00\x60\xef\x13\xe0\x9f\x53\x40\xb1\x78\x87\x5d\x7a\xff\xbd\xad\xfd\x52\xfe\xc3\xff\xa6\x01\xfd\xa2\x5a\xfa\x7c\xfc\xac\x08\x08\xfb\xd8\xf3\xbb\x80\xa2\xee\xb7\xbc\x87\xeb\x3b\x81\xc1\x3f\x72\x3d\x6f\x44\x4f\x40\xc8\x61\xc7\x6a\x02\xf5\xc3\xb9\x2f\x4a\xdd\x62\x60\x4a\xf5\x57\xf7\xfc\xfd\x80\xb9\x0a\xc0\x1e\x2b\xe6\xc5\x94\x18\xb3\x5f\xec\x7c\xc8\xb8\xff\x8e\x3c\x60\xcd\x00\xa0\x30\x09\xf0\x1e\xc2\x78\x3f\xf5\xf9\x97\x63\x6d\xfe\x7c\x77\x20\xe5\x32\x50\x30\x09\xc8\xfd\xc2\xda\x20\xbb\x3f\xb6\xe8\xfe\x0b\xef\x73\xbe\xc7\x57\xfd\x0f\xaa\x80\x9f\xec\x79\x5e\x3e\xee\x02\x76\xc8\xb5\xe6\xff\x48\xf9\x1f\x52\x1d\x00\x29\x0e\xde\xac\xfb\x71\x05\xe8\x15\x0a\xfc\xac\x0c\xf4\x78\xf6\xdf\xbc\x87\x86\xfe\xc2\x99\x09\xb8\x3c\x05\x50\x79\x07\x9c\xb9\x0a\x8c\x8c\x07\x4e\xd5\x02\xe3\xa6\x01\x47\x5f\x02\x93\xd4\x79\x1d\x68\x6f\x62\x7d\x0a\x21\xc0\xec\x2e\x03\x16\xf5\x60\x3f\x17\xe6\xa1\x20\x98\x71\xff\x42\x6f\xc0\xf9\x3a\xb0\xbd\x2b\xe0\x16\x02\x6c\xdf\xc9\xfd\x1f\xb6\xab\x02\x9b\x6a\x80\x6d\xfd\x81\x94\x01\x2d\xf7\xfe\x85\x5c\xa1\xd4\x9d\xef\xc9\x1f\x76\x65\xff\xb9\xa0\xc2\x38\xe2\xdd\xd3\xc0\xae\xeb\xcc\x61\x11\x7e\xfe\xf8\xe7\xb7\x7d\x30\xa4\xfc\x8f\xb6\xfc\x87\xbf\x66\x03\x5d\xab\x80\xd7\x6f\x01\xf9\xe1\xc0\xcf\xf9\x40\xe7\x6b\x40\xa3\x0b\xd0\x79\x0b\x70\x57\x1b\xe8\x16\x04\x5c\x5f\x04\xf4\x50\x69\xe1\x3d\x5c\x68\x04\xfa\x0b\x51\xe6\x3a\xfb\xc9\xd1\xd7\xc0\xc8\x54\xa0\x76\x06\x30\x7e\x2a\x50\xa5\x0e\x4c\x9d\xc5\x7e\x3a\x43\x58\xef\xa3\x01\x83\x7b\xcc\x69\x31\xab\x07\xf2\xb4\x01\xeb\x76\x40\xce\x2f\x80\xa3\x2a\x90\xf3\x00\x70\x77\x66\x4e\x58\xe0\x53\x40\xc8\x4a\x36\x4d\x04\xb6\xfa\x00\xa9\x46\x40\x4e\x26\xb0\xfd\x2c\xb0\x6d\x12\xdf\xfb\xcf\x1d\x07\x1c\x99\x07\xe4\x46\x03\x17\x87\x30\x8e\x7e\x5b\x07\xc8\xd7\x07\x7e\x4d\x06\x0a\xd4\x99\x17\x24\xb5\x5f\x62\xd2\xda\xfe\xd8\x5b\xad\x79\x00\xd4\xef\xa4\x8c\xe7\x50\xd8\xc7\x5e\x08\x51\xfe\x86\x88\xef\x1c\x03\xee\xec\x10\x42\x2e\xe3\x9c\xed\x6e\x30\xef\xa1\xf3\x19\xe0\xac\x25\xd0\x4b\x88\x03\xa6\x7c\x7f\xfb\x70\x67\x40\x25\x91\xd5\xe3\x46\x3e\x06\xca\xbd\x00\xcd\x49\xc0\xce\xbf\x80\x69\xcf\x80\xc2\x1f\x80\xd9\x3f\x02\xb9\x21\xc0\xc2\xd9\xc0\x36\x25\xc0\xaa\x0b\x90\xf9\x0e\xb0\xcb\x00\x32\x6f\x00\x42\x9e\x94\x99\x05\x04\xac\x63\x3c\x38\x22\x0c\xc8\x70\x17\x4e\x4c\x40\x7a\x00\xb0\x4d\x0e\xc8\x8a\x06\x76\xc7\x02\x39\xfd\x81\x63\x1f\x81\xad\xb6\xc0\x85\x47\x80\x90\xc5\xdd\xd3\xe1\xf1\xe5\x32\xf6\xff\xcf\x0f\x5a\xec\x4f\xde\x23\xda\x2f\xdb\x9a\x07\x20\xe5\x3f\xbc\x55\x67\x5c\xf6\xff\xe4\x3d\x08\xd9\xc0\x6c\xe0\xbc\x70\xe6\xbf\xf7\x15\xef\x41\x9d\x79\x54\x35\xd6\x40\xbf\x4e\x40\xf9\x0b\x60\xc8\xcb\x16\xbd\x83\x9d\xe6\xc0\x14\x6f\xee\xd3\x21\x9c\x23\xb7\x2a\x01\x86\x3f\xb1\x26\x92\x59\x03\x90\xa1\x06\xd8\xcd\x03\x24\x99\xcc\x0f\x4a\x53\x01\x7c\x8d\x81\xd4\xc9\x40\xd8\x1b\x20\x55\x9f\xf5\xa4\x52\xf7\x00\xdb\x72\x00\xc9\x2b\xd6\x05\x91\xe8\x02\x87\xdd\x81\xf4\x27\xc0\xc5\x46\x40\xc8\xf2\x1e\x34\x08\xa7\x2b\xe0\xad\x1f\x90\xae\xdf\xda\xef\xdb\xea\x5f\x6c\x10\xf9\x52\x52\x3d\x84\xb6\xba\x1f\x6d\x79\x0f\x3f\x8c\xe2\xb1\xb9\xdf\xc7\x7a\x40\x46\xf6\x2b\xbc\xbb\x11\x90\x57\x01\x2a\xec\x81\x5e\xd7\x79\xed\xf6\xeb\xc9\xfe\x3f\xb2\x9e\xe3\xdd\x78\x75\xbe\xb3\x2f\xec\x23\x99\xee\xc2\x19\x9d\xf5\x1c\x8c\x1b\x81\x44\x3b\xc0\xda\x0e\x88\x9f\x04\xac\x9c\x0b\xc4\xc5\x30\x27\x21\x4e\x1f\xd8\x98\x03\xc4\x5d\x11\x4e\xca\x40\xfc\x54\x20\xc7\x08\x48\x98\x0d\x94\xe9\x02\x42\xb6\x7f\x58\x1b\x48\x1a\x0e\x5c\x9c\x0d\x24\x3d\x03\xee\xbf\x04\xe2\x5f\xb1\x6f\x4b\xed\x97\xea\x40\x48\xf9\x1f\xff\xa5\x03\x21\xf5\x83\x9f\xa6\xfd\xbb\x1f\x34\xeb\x5e\x88\xf3\x74\x4a\xec\x93\x71\x4c\xec\xb6\x5c\x29\xde\x7f\x2e\x2b\x04\x3a\x74\x66\xdc\x5f\x58\x2f\xf9\xbb\x81\x81\xbd\x80\xad\x1e\x80\xaa\x2e\x90\x71\x02\x98\x34\x0f\x48\x75\x05\x66\xaa\x01\x09\x8d\xc0\x82\x1b\x2d\xb8\xbf\xf0\xbc\x1c\xaa\x80\x4d\x15\x80\x7b\x24\x10\x75\x06\x10\x4e\xf8\xd1\x67\x58\x13\x42\xc8\xfe\x85\xb9\x8c\x32\x00\x4a\x4f\x73\xaf\xad\xc3\xbd\x78\xbc\xf0\x00\xd8\xb4\x01\xb8\xf7\x23\x10\xf5\x17\xe7\x0d\x52\xbf\x5f\x6f\xc2\xfb\xe6\x7f\xf5\xc3\x90\xe2\xe2\xdf\xe8\x7e\x88\xb8\x65\x73\xdf\x97\x5f\x79\x3c\xb3\x5b\xcc\x06\xe3\x78\x3c\x24\x9e\x12\x2a\xc4\x7f\x2f\xed\xba\x5b\x38\x17\xe8\xb8\x1f\xc8\xb9\x0c\x28\xbe\x63\xdc\x7f\xb0\x09\xaf\x71\xe1\x00\x92\x20\x61\xfe\x43\xb4\x1b\x30\xd7\x0d\x88\xb0\x07\xcc\x94\x80\x8d\x9f\x19\xc3\x5d\xff\x14\x70\x95\x07\x36\x46\x73\x9f\xb5\xd0\x2c\xbe\xc9\xb5\xd1\x87\xb9\x14\x1b\x3e\x01\x65\xc1\xc0\x86\x52\xe0\xb0\x07\x73\xa9\x84\xfd\x42\xf8\xf9\x7e\x09\xff\xfd\xcd\xa7\x16\xde\x8f\x90\x83\x37\xfd\x4b\x1f\x10\x69\x3f\x0c\x29\x0f\xa2\x2d\xff\xe5\xe6\x32\x31\x1e\x88\xf7\xdf\x29\x1e\x08\x7e\x20\x56\x93\x9a\x75\x1f\x44\xdc\xbf\x42\xe4\x81\xec\x14\x79\x11\x5b\x45\x5c\x3c\x43\x0e\xe8\xe4\x0a\x24\x1e\x06\x94\xee\x00\xf1\x6a\xc0\xc8\x74\x20\x72\x37\x30\x31\x19\xa4\x6a\x3c\x3b\x0c\x58\x3f\x0a\x58\x5c\x0b\x04\x75\x05\x6c\x67\x01\xfe\x0d\xcc\xb3\x15\x9e\x5f\xb0\x02\xe0\xaf\x0e\xc4\xa9\x03\xfe\x1a\x40\x76\x3a\xe0\x67\x0f\x94\x39\x00\x3e\xb9\xc0\xc1\xa3\xcc\x17\xb8\xa4\xc5\x31\xe5\x81\x0a\xe0\xf3\x0a\xf8\xe3\x37\xc0\x3b\xef\xdf\xed\x96\xf2\x3e\xda\xf2\x20\xda\xe2\xfe\xcd\xeb\x40\xd4\x07\x39\x23\xf2\x1a\x8e\x7f\x10\xe3\x41\x9b\xbe\x27\xcd\xfc\x0f\xb1\x0a\xbd\x45\xbc\x65\x41\x87\xcd\x50\x20\x76\x35\xd0\x6d\x13\x10\x19\x0f\x0c\xfc\x8e\xf9\x2b\x63\x4d\x80\xa0\x01\xdc\x67\xcc\xe7\x20\x6b\x30\x78\x2f\x11\xce\xb6\x80\xc7\x4d\xc0\xb9\x0c\xf0\x50\x04\x02\x35\x00\xf7\x30\x20\x6e\x03\xe0\xae\xc0\xeb\x42\xf0\xe3\xdd\xa3\x00\x97\xcb\xc0\xa1\x21\xcc\x83\xb8\xf8\x02\x58\xfb\x12\xb8\x9f\x0f\xac\xad\x05\xde\x1c\x03\x56\xe5\xb5\xb6\xdb\x46\xa1\x35\x0f\xc2\xec\x71\x6b\x1e\xc4\x7f\xf2\x5f\x44\xfe\xe0\x09\xa9\x1f\x88\xf3\x52\x25\x3e\xf7\x3d\x22\xcf\xa3\x48\x5a\x65\xd3\xe6\x31\x5d\x7c\x9f\x84\x2b\x3c\x86\x53\x4f\x5e\x20\xc4\x19\xe8\x1d\x08\xf8\xd5\x01\x23\xf6\x03\x9e\x27\x99\x5f\xe9\x1e\xc4\xf9\xe6\x5a\x42\xa0\x00\xe7\xdf\x80\x95\x87\x98\x73\xec\x1f\x06\x38\x2d\x05\x36\xcf\x04\x9c\x46\x02\xd9\x95\xc0\x8a\x81\x40\xf1\x51\xee\x39\x55\x9b\x0a\xd8\x96\x03\xdf\xd9\x03\xb6\xf9\xbc\x6f\xda\xfe\x0f\x78\x9d\x01\xd8\xf4\x65\xfb\x2c\xac\x5a\xdb\x2b\xd5\xbd\x68\xcb\x83\xf8\x4f\xfe\xcb\x1c\x1e\xa5\xfc\x17\xee\xba\x0b\xec\xfd\x28\xc6\x03\xb1\xda\xf8\x0d\xff\x43\x9c\x97\x18\xb1\x9f\x50\x88\x18\x37\xbc\x13\x00\x79\xe1\x4c\xd5\x07\x50\x5e\x0c\xac\x36\x00\xc6\x75\x02\x56\x4e\x05\x66\xde\x05\x56\x1c\x00\x4c\xb5\x81\xe5\x47\xf8\xfc\xb5\x2c\x16\xf0\xcd\x01\xac\x67\x02\xd1\x07\x99\xa3\x9e\xe9\x0f\x58\x8c\x03\x8a\xed\x01\xd3\xf7\x40\xad\x1b\x60\x1a\x04\x9c\x9f\x07\x98\xbc\x06\xee\x8c\x04\x8c\x47\x00\xbf\xa6\x01\x8b\x77\x00\x5f\x4e\x01\x86\xaf\x5b\xdb\xab\x53\xd0\x9a\x07\x21\xe5\x3f\x5c\x13\x6f\xd5\xb6\xe5\xbf\x1c\xc9\xe4\xf1\x1b\xfe\xc7\x3d\x1e\x0b\xf6\xf0\x98\x2d\x56\x99\x52\xc5\xbc\x23\x56\x8c\x1f\x61\x56\x3c\xfa\x9e\xe1\x71\x6d\x1d\x8f\x4e\x56\x80\x42\x27\xc0\x2e\x14\x18\x39\x1d\xb0\x3e\x2a\x33\x61\xfa\x52\xc0\xd2\x5c\xd6\xdb\x68\x39\x60\xfa\x50\x36\xc7\xee\x39\xb0\xd8\x42\xf6\xbd\xe7\x4d\x60\xe1\x45\xd9\xef\x22\x0e\x01\xf3\x2d\x65\x3d\x24\xbb\x00\xc3\xd1\x32\xe7\x76\xa8\x02\x06\x7d\x65\xe6\xee\x5f\x08\xcc\x39\x0b\xe3\xfa\xb3\xc0\x6c\x07\xe0\x87\xc9\x80\x9e\x29\xf0\xfc\x57\x60\x96\x39\xf0\x77\x3f\x60\xc6\x95\xd6\xf6\x6a\x8a\xe7\x8a\xf1\xab\x78\x1c\x23\x9e\x37\xda\xf2\x5f\x8e\x3e\xfe\x77\xfb\x77\x8b\x7c\x99\x66\xfe\x8b\x76\x27\xea\x03\x93\xe2\xde\x81\x4e\xfd\x71\x2a\xcc\x93\x08\xef\xd8\x95\xf0\x3c\xff\x17\xdd\xa8\xca\xe4\xa2\xde\x9d\xfe\xbe\xfc\x5c\x4f\xaa\x0a\x98\x5d\xea\x59\xdc\xc9\x1e\x58\xb4\x5f\xe1\xf0\x20\x45\x60\xde\x0e\x45\xb3\x09\xca\x80\xbe\x81\xd2\x08\x03\xe1\xfb\xc7\x2a\xf9\x59\x2f\x02\x74\xb4\x94\xcc\x5d\x85\x9c\xc3\x52\x49\x71\x63\x7b\x60\xaa\x44\xf1\x6e\x72\x02\x30\x39\x58\xd1\x32\x7f\x12\x30\xf1\x70\x6f\xdf\x7d\x05\xc0\x04\x1b\x05\x87\x93\x36\x80\xc6\xc7\x5e\x13\xae\xbd\x07\xc6\xd7\xf6\x54\x7b\xa2\x04\xa8\x4b\x7a\x68\xfd\x55\x03\x8c\xd5\xea\xa6\x21\xd8\xa9\xfa\xa7\x3c\xd5\xa7\x87\xbb\xb7\x7f\x23\x8c\x43\x46\xcb\xfe\x24\x8c\x83\x86\xc8\xb4\x13\xc6\xb6\xfc\x97\xb6\xfa\x37\xcd\xfa\x2f\x25\x9d\x58\x07\xa2\x91\xfb\x01\x25\x2d\x63\xb5\xe5\x98\x57\x7d\xe8\x36\xf1\x06\x8b\x7e\x54\x9f\xf3\xfd\x32\x90\x18\x74\x2e\xc3\x54\x48\x17\xc1\x2e\x90\x71\x64\x53\x83\xa1\x54\x85\xd4\x7b\x3b\x9c\x56\x8a\xb6\xfe\x88\x26\xc5\x5e\xc0\x64\xcb\x91\x7a\x6a\x8b\x64\xf4\x34\x4a\x47\x9e\xd0\xf9\x5b\xe6\xef\xb1\xf6\x23\x7f\x34\xd3\x95\xad\x1b\xa5\x3a\xb2\xdb\xca\x47\x72\xf3\x46\xc8\x8c\x08\x0f\xa8\x90\x3b\x37\x54\x77\xc4\xd8\xd8\xdb\x72\x67\x06\x0f\x1e\x3e\x20\x67\x88\x5c\xe6\xa0\xa8\x61\x16\xbb\x6f\xcb\x2d\x1e\xa8\x31\xf4\xf8\xb1\x0e\xb2\x4f\x94\x75\x86\xe2\xf2\x1f\xb2\x0e\x03\x62\x87\x18\x3e\x5c\x20\x73\xb6\xff\x97\xc1\xdf\xbd\x49\x94\xe9\xd2\x7f\xa7\xca\x0e\xc1\xce\x3e\x37\x07\x24\x09\xa3\xc2\x41\xa5\xb7\xc2\xd8\xf3\x76\x6f\xea\xef\xde\xfd\x53\x8f\xb9\xc4\x7f\x10\xe3\xa4\x94\xff\xb2\xcf\xbf\x03\xed\x9c\x3b\x23\xbb\x91\x87\xb7\xd5\x7f\x49\xfe\x75\x30\xf1\x1e\xa2\x4e\x0d\xa7\xf9\x59\xbf\x40\x95\x76\x12\xdf\xc4\x31\xb4\x32\x5c\x54\xf8\xf6\xa1\xfd\x0f\xe3\xb9\xaf\x71\xca\x04\xaa\x3b\xcd\x6d\x37\x89\xea\x5a\x93\x8f\xf1\x86\x3c\x6a\xe8\xd4\xf1\x9d\x1f\x02\x43\x77\x4e\x6d\x1a\xb2\x04\xfb\x07\xb5\x9f\x56\x3a\xb5\x33\xee\xf7\x3f\x32\xad\xda\xe8\x10\xcc\xfb\x64\x4f\x5b\xbe\x22\x1f\xe8\x7d\x6e\xea\x33\x1f\xe1\x2c\x2c\x37\xd5\x3c\x5a\x0f\xe8\xfe\x6e\x4a\xc8\x16\x05\xa0\xeb\x97\xc9\x11\x25\xcf\x80\x2e\x7e\x93\x7c\x0e\x3d\x01\x3a\xf7\x9d\x68\x7c\xe1\x67\x40\xbe\xef\x84\xfc\x1f\x27\x02\x9d\x46\x6a\x36\xfe\x76\x0e\xe8\x18\xaf\x91\x2c\xd8\xd9\x7e\xd6\x18\xd2\xb3\x97\xfd\x45\x75\x0e\xd5\x25\xad\x87\x25\x70\x7d\x52\x85\xee\x7d\x4b\xf5\x7f\xca\x37\xcb\x93\x3f\xef\xfc\x4e\xc1\x95\xed\x1f\x40\xdf\x3b\xd3\x6b\x18\x55\x89\x13\xd7\xa8\x51\xdd\x32\x66\x26\xdb\xb7\x5e\x61\x02\x65\x52\xbe\x11\x93\xa8\x2a\xe6\x1a\x3e\x95\xea\x72\xf6\xef\xb5\x68\x67\xb1\x0c\x9d\x41\x33\x3c\xdf\x9e\xbb\xb3\x6b\x3d\x99\x4d\x38\xb1\x9a\xab\x3e\xa1\x6d\xbd\x25\x86\x03\x65\x26\x00\xdd\x4f\x19\xe6\xf6\x7d\x0f\xc8\xdf\x9f\x37\x7d\xfc\x5a\xa0\x83\xb6\x61\x95\x41\x57\x40\xf6\x57\xc3\xd5\x36\xc2\xc1\xb6\xa7\x61\x6f\x37\x42\xd8\xe7\xee\x09\xa7\x3a\xb6\xc1\x70\x09\xed\xdd\xfa\x2e\x3b\x09\xf7\x9b\xe3\x74\x80\xf6\xf6\xd9\xd3\xcf\x53\x05\x54\xaf\xd7\x6d\xfa\xe4\x99\xaf\x7e\xa5\xbd\x4d\xd7\xef\x13\xc5\x28\x2d\x57\xb6\x7b\x92\x88\xeb\x69\x88\x75\xfb\x71\x4b\x85\xb1\xdc\x49\x91\xf0\x2a\x29\xff\x65\xdb\xf1\x21\x84\x1e\x49\x66\x8e\xa1\xef\x9b\x78\x9d\xfb\x21\x45\x65\x4c\xa2\xaa\xe0\xc6\xef\xa6\xd1\x0e\xe9\xf7\x59\x97\x50\x67\xd7\x94\x39\x34\x2f\x0e\x55\xfa\xb4\x6e\x96\x2a\x1a\xd0\x89\x65\x91\x2d\xab\x2e\xcf\x72\x5b\x48\x71\x44\xf3\xf4\x22\xc2\x8b\x54\xee\x9b\x12\x1a\xd1\xc9\xdd\x3c\x97\x9f\x80\xa5\x46\x2f\xe6\x25\x98\x31\x7e\x61\x61\x39\x9b\x2a\xa0\x16\x26\x5c\xa7\x36\xaf\x64\xdc\xdf\xdc\x91\xef\x6d\x9a\x35\xa4\xd1\x3b\x9b\x3c\x29\xa2\x4f\x36\x29\xda\x4f\xb8\xc6\xe2\xea\x7a\xaa\x14\x2f\xaa\xba\x49\x15\x67\xa3\x2b\x9c\x2b\x1b\x99\xfc\x43\x67\x00\x43\x51\xbf\x7b\x76\x3f\x1e\x75\xae\xf0\xa8\x45\x7d\x1f\x8a\x2d\x07\x51\xca\xb3\xad\xbf\x1a\x01\x9a\x92\x87\x13\xe9\x5e\x76\x62\x15\xdb\x1d\x9d\x3a\x83\x9e\xe3\xc6\x4b\xb3\x68\x3e\xfc\x2e\x1a\x50\x15\x78\x9d\xd2\xbc\xb9\xc2\xb8\x52\xde\x88\x50\x00\x9b\x77\xc6\x54\x5d\x35\x8d\x32\x27\xbc\xcb\x90\xdb\x45\x60\xda\xab\x25\x94\x89\xa8\x29\x2c\xa5\x1d\xb8\xcf\xbd\x65\x54\x6d\xc7\x2a\x7b\xb1\x8e\xbf\x62\x78\x6f\xaa\xc3\xdb\xab\x8d\x21\xbd\x71\xbb\x06\x3d\xd2\xa7\xb7\x0f\xb7\xac\xe2\x9f\xd7\x12\x42\x60\xe7\xb9\x9e\x62\xd7\xf2\x02\xee\xa0\xb1\xdc\x9d\x2b\xe7\xcb\x8e\x72\x6e\xbf\x2c\xfb\x14\x31\x38\x96\xf9\xf1\x99\x60\xa9\xe4\x09\x7d\xb2\x55\xe3\x7b\x1a\xa5\xfc\x0f\xe3\x46\x1e\x17\x88\xba\x07\x73\x9f\x35\x51\xff\x0b\x46\x99\x33\xac\xa6\xd0\xab\x93\x14\xa7\x13\x33\x38\xca\x5c\x8f\xe2\xc1\x46\x95\xb9\xe4\x7d\xfe\x2e\xac\x2e\xee\xee\xc5\xb7\xae\x57\x3d\x33\xa7\xea\xf7\xb2\x6a\x2b\xba\xbf\x6d\x31\xcf\x86\xec\x6c\xe6\xc1\x98\xd9\x91\x35\x1a\xf9\xac\x6e\x32\xe4\x96\x13\xf9\x41\xb7\xea\x55\x8e\x6c\xbf\x8b\xb8\x53\xad\x1d\xc8\x3c\x90\xb5\xee\xec\x0f\x6b\xdd\x67\xe6\xf1\x68\x31\x8b\x5f\xc7\x8a\x2a\x6b\x4c\x82\xe8\x13\xd6\xcc\x8f\xe7\x4e\xeb\x09\x7c\x93\x7a\xf5\x80\x3d\x65\xfc\xf3\x71\x32\x65\x55\xfa\x15\xaa\xa4\x3b\xdd\x7a\x48\x1e\xed\xe8\xf4\x9a\xfc\x6a\x85\x09\xeb\xb8\x4b\xf9\x1f\x4b\x62\x79\x34\x3f\x43\x75\xaa\x2a\x2d\xc2\x5d\x12\x27\x32\xbf\x2b\x66\x22\xeb\xe0\x84\xde\x58\x44\xfe\x1c\xa0\x69\xc6\xdd\x77\xfc\xac\x28\x4e\xac\xb2\xb1\x26\x2f\x5c\x11\xcf\x6a\xeb\x4b\xce\x33\x4f\xa0\x2d\x0f\x66\xaa\xd5\x6a\xea\x9f\x35\x26\x7c\x0d\xf9\x53\xff\x07\xae\x74\xe3\xa5\x63\x85\x87\xc8\x4c\xf5\x39\x0b\x3a\xeb\xfa\x84\x2b\xd1\x3a\xf0\x8e\x1d\x4d\x3c\x20\x1f\x63\x1d\x7a\x85\x8f\x1a\xeb\xfc\xfb\x84\x3b\x51\xce\xe6\xdd\xc0\xf7\xfd\xbd\x15\xa2\xe9\x1b\x7a\x1b\x6d\xa1\x33\xa1\x57\x45\x29\x45\x74\x2f\xf7\x23\x34\x2f\x1e\xfb\x18\xf7\xf7\xe8\xf3\x23\xe1\x3e\xeb\xae\xfc\x42\xeb\xc4\x75\xfa\x47\xca\x8d\x57\xf7\x64\xfb\x1d\xc4\x38\xc1\xbc\xa1\x94\x83\x73\xe9\xb9\xc7\xae\x58\x4c\x7d\xfb\xc3\x61\x46\xef\x1e\x98\xb7\x94\xe2\x84\xe7\xf9\x65\x34\x41\x6b\xc5\x3e\x50\x0e\x35\x8e\x84\x4b\xd8\x28\x38\x93\xbd\xa6\x9d\x99\xf7\x63\x98\xbe\x96\x70\x4e\x9d\x54\x57\xc2\x8b\x27\x2c\x77\x27\xff\x1a\xd6\xce\x93\x9e\x8a\xe2\x55\x4e\x30\x65\x35\x83\xc4\x9d\x39\x64\x3b\xeb\x1e\x84\x78\x2a\xd2\x4a\x5b\xdf\x55\x8d\x19\x58\xcb\x74\xea\xf8\x67\x13\xc2\xb5\xd7\x0f\x71\x20\xfb\x43\x3e\xf9\x90\x27\x86\xfc\xb1\x89\xce\x7e\x21\x7e\x99\xdc\x1f\x68\xf6\x4e\x8a\x8f\xc1\x0a\x35\xc4\x54\x09\xd2\x3f\x4b\x3b\x57\xe0\xf4\xdb\x3b\xd9\x93\x5f\x50\x1c\xf5\x23\x6c\x02\xf0\x7e\xc8\xf6\xbb\x55\xf1\xb8\x96\x78\x10\x9b\x4f\x9a\x92\xf7\x45\x74\xb2\xa2\xef\x17\xa2\xc3\xe8\xb2\xf7\x76\xd6\xfd\x91\xf6\x83\x5a\x19\xb4\x86\xbc\xca\x56\xec\x07\x65\xe1\xb6\x8e\xe2\x88\x91\xba\x9b\xd8\x0f\x87\xfb\x05\x4d\x6d\xf4\xa6\x79\x1c\xf3\x25\x80\xf9\x40\x83\x83\x28\xdf\xe8\xa1\xb8\x21\x87\xed\x0f\x17\x95\x3b\xa3\xf4\x19\xcf\x8a\xa8\x55\xa2\x95\x12\x79\x6b\x34\x21\xe3\x91\xf1\x33\xe8\x1b\x45\x3e\x58\x4c\xf7\xf4\xa3\xb2\x57\x10\x6e\xbf\x49\xe2\x29\xe1\x31\x82\x10\xe3\xc8\xc6\x34\xe6\xc9\x84\x15\xd2\x7c\x46\xdc\xaa\x22\x9e\x43\x84\xf2\xe9\xa1\xfc\x44\xbf\xa7\x75\x12\x3a\xab\x91\x7e\x0e\x35\xfe\x83\x56\xaa\x94\xff\x11\x64\xce\xa3\xdf\x2e\x61\x8c\xf0\xb2\xd5\xf8\xda\x7e\xdf\x92\x95\xb4\x1f\xb8\x61\x35\xed\xa8\xab\x3e\xb8\xd2\x89\x63\xf9\x13\x37\x42\xc5\x2c\xe1\x41\xab\xd5\x38\xd3\x87\xd0\xe5\xb9\xf5\xfe\x74\x52\xd5\x19\x18\x48\x27\x95\x09\x2a\x7c\xfb\x7a\x54\x3e\xf3\x05\x94\xc7\x85\x51\x7e\x21\xff\x30\x6a\x09\xdb\x1f\x2b\x66\xe0\x09\x15\x8c\xf3\x36\xf3\x61\x52\x18\xf7\x4f\x88\xd0\xe6\x71\x1e\x1f\xe5\x12\xab\xb8\x83\x4f\x42\x93\x3b\x31\xd3\x12\xe5\x42\x29\xe2\x24\x18\x33\xb3\x22\x3e\x2b\x8f\x2c\x88\xbf\xcb\x67\xe0\xb8\xc7\xc7\xe9\x89\xc6\xa9\x5f\x21\x4f\xdc\x3c\xe4\x01\xf3\x63\x44\x5e\x4c\xd4\x5f\x7f\x7b\xf0\xfc\xf1\x3c\x70\xbf\xa0\x6f\xfa\x61\xbd\x65\xfe\xcf\x6a\x23\x37\x5a\xcf\x0e\x1e\xde\x14\x0f\x6c\x52\xfd\x88\x37\x69\x36\x34\x80\x9e\xe7\x82\xdc\x10\xda\xbd\xf4\xae\x32\x2f\x64\x9a\x73\x18\xed\x1b\xe3\xdf\x30\x2f\x64\xe8\xf7\xcc\x87\x51\x74\x88\x65\xdc\xff\xb7\x84\x0d\x6c\x7f\x33\x1f\xa6\x86\x71\x7f\x29\x1f\x26\x5d\x4f\x8d\x78\x1a\x92\x99\xd3\x69\xc6\xd3\xaf\x2c\x24\xcf\x92\xec\x5a\x46\x99\x5d\xc6\x20\x57\x3a\xeb\xa5\x0f\x5d\x4f\x67\xd9\xf4\xd1\x89\x64\xaf\xe4\xee\x76\xe2\x4d\xa5\x3d\xdc\xcd\x8c\x67\xd9\xa3\xb4\x13\xa5\xf9\x5f\xa4\x8e\x97\xc9\x8d\xb7\xc9\xde\xe4\xee\x54\x83\x46\x52\xd5\x07\xfa\xa6\xf1\x9f\x9b\x28\x1f\x61\x5e\x4c\x80\x26\xeb\xe1\x78\x99\x8b\x3c\xa0\x60\xd6\x79\x5a\x39\xc1\x97\xa2\xf0\x72\x13\xe6\x3d\x59\x44\x84\x90\x7f\x2c\x12\xfb\xc7\xcc\xad\x8f\xa4\xf9\xd3\x71\x67\x55\x8a\xc9\xe5\x9b\xe9\x5b\x8d\x8d\x8f\xa3\xa7\x36\x78\x7e\x22\x45\xc1\x5e\x0d\x8c\x9b\xcb\xf5\x48\x13\x4f\xb6\x52\x3e\xcc\xb6\x15\x72\x74\x96\xc9\xf9\xd0\x87\x5e\xb1\xad\x66\x14\xad\x83\x1c\x9d\x69\xb4\x2f\x6c\x2d\x9f\x47\xf8\x6f\xce\x01\xd6\x4f\xda\x9a\xc0\x3b\x4c\xce\x77\x21\xcc\x87\x79\x1b\x4b\xaf\xdf\x5a\x9f\x4d\x9f\xbc\x75\x4d\x09\x65\x34\xd9\x57\x6a\x89\xa1\x96\xfd\xdd\xf9\xdd\xfc\x79\x3f\x50\xfc\xd9\x32\xfd\xa7\x55\xf4\xf3\xf6\xbf\x68\xde\x5a\xf3\x62\xbc\x93\xbc\xf6\xe2\x2b\x1e\xd0\xca\x9a\x20\x52\x67\x5a\xee\xce\xea\x3c\xd6\x33\x42\x49\x91\xd7\x7c\x13\x3f\xe7\x05\x1d\xb9\x8b\xd5\x9c\x46\x3e\x59\x4e\x3f\x10\x47\x27\xd0\x09\xef\xf9\xc6\xc5\x28\xb0\xb7\x2a\xff\x91\x4e\x5e\xd8\x23\x3f\x83\xd4\x28\xb0\x7b\x6b\x7f\xb6\x3f\x5f\x3c\xc1\x15\x8e\x67\xe6\x7e\xe1\x5e\x8e\x93\x3b\x14\x47\x51\x0d\xb0\xf0\x02\xe3\xfe\x05\x27\x0c\x89\xbf\x51\x24\xcb\x4a\x56\x85\x4e\xab\x29\xd4\x16\xc9\x07\x10\x0f\xaa\x30\x3b\x86\x22\x74\xa1\x4b\x26\x21\xc7\x45\x43\x77\x51\x46\x53\x28\x5f\x43\xfa\x1a\xf9\x7a\xac\x87\x91\x37\xe6\x1a\x79\x74\x5e\x6e\x23\x21\xf1\xb9\x0d\xaf\xf9\xc4\x10\xf0\x89\xd6\x47\x4e\x36\xd5\x29\x6b\x03\xe9\x5f\xaf\x7e\xcb\x76\x3b\x6e\x0a\xa3\x57\xd9\xd4\xb3\xdd\x96\xe0\xbe\x39\x8b\x2f\x70\xdf\x1c\x03\x6f\xe6\x85\xe8\x78\x27\x53\x25\x77\xea\xfd\x54\xca\x72\x35\x46\x32\x4f\x62\x84\x41\x16\xf1\x85\xa5\x7d\xa2\xba\x4e\xca\x35\x6d\x6d\xff\xce\xe3\x3c\x96\x0e\x6c\x4f\x35\x8b\x32\x15\x25\xaa\x79\x96\x5e\x61\x1d\x8c\xb2\xed\x53\xe9\x1b\x94\xba\xcf\xa5\x88\x5c\xfa\x72\xc9\x5e\x1e\x9d\x3b\xf1\xef\xfd\x98\xff\x92\x17\xf1\x23\xff\xfb\x0c\xfa\x84\x12\x37\x66\xdc\x94\xa4\x54\x12\x13\xa5\xf8\x15\xe3\xfe\xc5\x3a\x0d\xb4\xae\x76\x39\xdd\xa7\x5a\xc2\xae\x13\xbf\x91\xa7\x17\x2b\x7f\xa4\x27\xc4\xbc\x98\xb5\xee\x1b\x69\xb7\x5a\x15\xbd\x89\xa2\xa9\x94\x07\x64\xd5\x18\x47\xe7\x05\x33\x05\xb6\x7b\xe1\xfb\x14\xca\x17\xe7\xa4\xa6\x53\x3e\xa4\x3d\x3e\x9d\x9e\xd6\x24\x93\x6c\xd2\x8f\x1b\x93\xc7\x59\xcd\x30\x4d\x56\xe7\xe8\xeb\x90\x4f\xac\x8c\xce\xda\xd2\x8a\x55\x89\xa8\xe8\xba\x57\xac\x78\x56\xe8\x74\xa0\xe7\x5b\xd1\xa8\x44\x7c\xb1\x7d\xce\x23\x29\x6f\xde\x67\xc8\x7d\x40\xf6\xb9\x1a\x10\x36\x50\x71\x92\x33\xd3\x7d\x5d\x56\x76\xe7\x7f\xc7\x8a\x4e\xfb\x96\x47\xd0\x4e\x55\x31\x34\x95\x32\xdd\x0a\x91\x27\xb5\xb7\xbe\x7c\x28\xbf\xee\x18\x69\x8e\x97\x7b\x5d\xa2\x9e\xdb\xe5\x23\xef\xf1\xdf\x57\xfc\x4c\x7f\xdf\x13\xf1\x8e\xe6\x6f\x37\xe5\xdb\x6b\x66\xb0\x2e\x8c\x83\x52\x1c\xc7\xc3\xfa\x64\x7a\x95\x65\x68\x1a\xb1\x72\x16\xdd\x63\x7d\x18\x43\xdd\x0c\xe2\x03\xea\x61\x2b\xb1\x96\xb5\x12\x99\x95\x34\xc1\x73\x3b\x45\xad\x31\xe1\x9c\xed\x0f\x2e\x28\xa2\x6c\x50\xb1\xe3\x2e\xf2\xce\x4e\xee\x65\x62\x1f\xbd\x66\x7d\x9c\x8e\x3c\xd6\xca\xca\xb1\xde\xcb\x6c\x45\x9a\xa1\xda\xfd\x23\xe8\xc6\x43\x6d\x23\xf3\x1f\x6a\xfe\xd1\x27\x7e\x57\xed\x38\x73\xe2\x45\xd4\xde\x62\xdd\xa0\x83\x53\x3d\x89\xa9\x51\x1b\xcb\xb5\x9e\x03\x8f\x92\x29\xc3\xa9\x1d\x99\x4b\x9e\x58\xbb\x66\x2f\x31\x7c\xf7\xbb\x1c\xa2\xf9\x3d\xa0\x70\x81\x6a\xa7\xfb\xf7\xdc\xa2\xe7\x5f\xb3\xee\x27\xda\x47\xf6\xdf\xf9\x8b\x4e\x3c\xd5\x97\x3f\xbf\xfb\x6f\x1e\x90\xe9\xc0\x4c\xca\x42\x16\x61\x1b\x21\x1b\x86\xca\xb9\x94\x17\xea\x26\xe5\x52\x9e\x34\xb5\xb1\x90\xec\x94\xf6\xc9\x52\x5b\x51\x4c\x7e\xa5\x72\x7a\x0f\x3d\x4d\x85\xd7\x7b\x28\x7a\xc9\xab\x54\x8a\x48\x47\x73\xbf\xa8\xf6\x3c\x4a\xf9\x30\xc7\x1f\xb0\xc4\xef\x71\x95\x61\xf4\x4e\xc7\xba\x4c\xb8\xc7\x7f\x9f\xed\xcd\xa3\x29\x75\x6a\xaa\xfb\x9e\x33\x9a\xe3\x0d\x1e\xf4\xba\xe3\x01\x1b\x29\x5f\x3c\x66\x1f\x4f\x4f\xea\x98\xa8\x50\x75\xbc\x61\x37\x3d\xd9\x63\x47\x0e\xd1\x13\x3b\xf2\xea\x2c\xf9\xd1\x11\x9d\xeb\xc4\xff\x38\x3a\xb2\x91\x98\xf2\x47\x92\x5e\x91\x92\xda\xe1\x9a\x8f\xa3\x80\x3f\xc2\x19\x5f\x78\xb5\x16\x50\xc9\x02\x9e\xd7\x00\xca\x07\x80\x46\x05\x40\xe5\x15\x70\x77\x17\x30\x64\x1d\xdf\x91\x1c\x9e\xfe\x15\xde\x7f\x17\x18\x9d\x02\x9c\x1d\x02\x68\x5a\x30\xef\x61\xb2\xf0\xae\x3f\x00\x5a\x8f\x81\x9a\x89\x80\xde\x21\xa0\x42\x0e\x98\x57\xce\x7a\xc6\x8b\xac\x5b\xf0\xee\x1d\xb7\x81\xe5\xcf\x81\x1d\xdd\x01\xe7\x2b\x40\x41\x17\xc0\xe3\x17\xbe\xf7\x2d\x64\x60\x05\x95\x8c\xd1\xe4\x3e\x07\x12\x6a\x81\xdc\x54\x20\x2b\xbc\xe5\xde\xff\x0e\x5f\xa0\xf2\x77\x60\xc7\x52\xa0\x4e\xe4\x89\x5c\x3a\x2c\xf6\x3f\x70\x07\x4a\x1e\x03\xbf\x85\x02\xa5\x33\x81\xcf\x3e\xc0\x4e\x91\x07\xd2\x16\xff\x96\xf2\x1f\x7e\xdf\x05\x0c\xd0\x65\x2c\x6c\x80\x1f\xf0\x2c\x9e\xf5\x0c\x1e\xb8\x03\x7d\xff\x02\x6e\x27\x01\xca\x6e\xc0\xf5\x64\x60\x90\x0c\x70\x45\x0d\x18\xaa\x09\x9c\xf3\x05\x46\xbc\xe5\x3e\x17\x63\x4d\x80\xba\x1a\x60\x62\x30\xe3\x7c\x42\xbc\xaf\x2e\x04\x74\xbf\x03\xf6\x1c\x02\xe6\x94\x01\xa5\xf3\x81\x45\xa3\xbe\xc2\xfd\x87\x00\xcb\xa6\x00\x79\x65\xdc\x07\x63\xdb\x31\xc0\x35\x57\xd8\x45\x01\xbf\x13\x3c\x1f\x11\x61\xc0\xf6\x0d\x40\xe2\x55\x20\x67\xb8\x70\x16\x02\xb6\x1f\x01\x8a\x36\x72\xd4\xad\x52\x01\x8a\xba\x03\x27\xd4\x81\x42\x55\xe0\x52\x09\xb0\x73\x21\xf0\x70\x20\xf7\x3f\x10\x6c\xda\x75\x08\x68\xf2\x01\xf2\x23\xff\xdd\x7e\x29\xff\xe1\xf7\x69\xcc\xfb\x90\xea\x5e\x3c\x39\x01\x28\xd9\x03\x8f\x2b\x01\xe1\x1c\xd8\xac\xf7\x20\xf6\x77\xb8\x10\x09\x0c\x38\x0a\x08\x39\xfc\x30\x75\xe0\xd4\x23\x60\x54\x11\x70\x34\x00\x50\x1f\x0f\xd4\x9c\x00\x26\xa6\x00\xe5\xef\x80\xe9\xe3\x19\xf7\x17\x96\xef\xce\xd1\xc0\x7c\x77\xa0\xe0\x16\x60\xea\x08\xe4\xc7\x08\x27\x64\x60\x9b\x25\xe3\xfe\x5b\x77\x02\xae\xdd\x80\xec\x47\x8c\xcd\x64\x2f\x64\x2c\x2b\xeb\x05\x10\xa7\x00\x64\x4f\x07\x32\x0a\xb9\x2f\xfc\x8e\x89\xcc\x83\xa8\xf2\x64\x7c\xfb\x88\x0e\x90\x6f\x0e\x08\xf9\x63\xbe\x33\x70\xef\x11\xf7\x50\x79\xdd\x1d\x28\x74\x66\xfc\xff\x9b\x3e\x18\xb3\x5b\xe3\xc0\x82\xfd\x3d\x8d\x98\xff\xd2\xf5\x3c\xf0\xe8\x03\xd0\x39\xe5\x5b\xde\x83\x54\xe7\xe0\xbc\x2b\xa0\xe4\xc4\xf6\x0f\x70\x01\x8e\xae\x05\x06\x47\x00\x07\xaa\x00\xd5\x99\xcc\xfb\x10\xd2\xfa\x3d\x12\x61\x2f\x01\x8a\x4f\x30\x5f\xaa\x68\x3f\x60\xb8\x12\xc8\x4b\x01\x16\x27\xb0\x3d\x4b\xc2\x80\xac\x72\xc0\x6e\x1b\x90\xb5\x99\x4f\xe2\x59\x9a\x8c\x4d\x09\xd9\x96\xb0\xf1\x64\x3c\x05\xe2\x9e\x03\x99\xb7\xf9\xbf\x2d\xc3\xb9\x07\xc6\x16\x27\x60\x5f\x31\x63\x3b\xc2\x9a\x14\xe6\xe5\x7b\x15\xe6\x0e\x3d\xcc\x02\x72\x4f\x02\x7f\x24\x7f\xd5\x07\x42\xb4\x3f\x59\xc4\xb5\xe2\xc5\xbe\x49\x51\xba\xe2\x3c\x8c\x03\x3a\xda\x03\x4f\x1a\x01\x39\x7f\xe6\x01\x09\xf9\xcd\xdd\xd3\x80\xb0\xaf\x09\xef\xdd\x41\xb7\x85\xf7\x50\x5f\x07\x74\xcf\x07\x4e\x84\x02\x0a\x45\xc0\xa1\x01\xc0\x80\xf1\xc0\xfe\xeb\xc0\xb0\x89\xc0\x1e\x23\x40\xcd\x1b\x28\xf9\x13\x98\xa0\x00\x14\x8d\x04\xa6\x9b\x03\x05\x27\x81\x39\x6f\x80\xec\xe3\xc0\xfc\x81\x8c\xd3\x9b\xe7\x32\xee\xb3\xbc\x0e\x90\xf8\x01\x42\x9e\x94\x14\x0b\x78\xfc\x04\xa4\x96\x00\xeb\x7f\x07\x52\xe3\x58\x0f\x43\x12\x05\x64\xee\x07\x24\x6e\x40\x51\x2c\xcf\x13\xe9\x1f\x14\xf1\x3c\x6c\x79\x02\x7c\xff\x9e\x71\xe5\xa7\xb6\xc0\xd6\x1e\xc0\xfb\xc3\x2d\xf6\xb7\xe5\x7f\x6c\x5a\xda\x9a\x07\x20\xc5\x79\x9f\x89\xd5\x91\xfb\x42\x56\xf8\x92\x75\x70\xf0\x15\xef\xe1\xdc\x5b\xe6\x85\x9c\x3a\x0e\x74\xcc\x07\xea\x02\x81\x6e\x8f\x80\xfd\x47\x80\xde\x75\x40\xc5\x27\xa0\xdf\x71\xc6\xf9\x86\x86\x31\xee\x3d\xf6\x13\xe3\x7d\x53\x5c\x58\xd7\x42\xc7\x1b\xc8\xba\xce\x3a\x42\xcd\xb8\xff\x1b\xc6\xf3\x92\x9c\x18\x83\x4c\x30\x66\x2c\x2f\x51\x1f\x58\x3f\x12\x48\x52\x05\x62\xbd\x80\xf8\x46\x40\x92\x0b\x24\x98\x03\x85\x0a\x40\x62\x19\x50\x71\x97\x71\x23\x61\x1e\xd2\x54\x80\xab\x3a\xac\x17\xf1\xb4\x9c\xf1\xe5\xf7\x8d\x40\xb2\x21\xf7\xc6\x8a\xed\xd0\x9a\xff\xd1\xb6\x0f\x86\x74\x1e\x1e\x87\x32\x1e\x79\x47\xc4\x33\x6f\x94\x02\x58\xfa\x2d\xef\xe1\x64\x2e\x20\xdb\x03\x38\xb4\x17\x68\xdf\x0f\xd8\xf7\x12\xe8\x52\x22\x64\x25\x80\xa2\x3b\xe3\xde\xca\xc7\x5a\xf4\x0e\x72\x03\x00\xcd\x73\xdc\xe7\x42\xab\x1e\x48\x5b\x0c\xe8\x0b\xb1\x4f\x8e\xf5\x62\xe2\x82\x80\x25\x41\x40\x54\x57\xc6\xea\xa2\x37\x02\x6e\x72\xc0\xa6\xe7\x40\x40\x3c\xb0\xb9\x08\x88\x89\x01\xa2\x53\x80\xb4\xe7\xa0\xec\xb6\xd0\x0e\x88\x93\x00\xd5\x95\x40\xfc\x2d\xe0\x74\x77\x20\xbe\x04\xb8\xe6\x02\xc4\xcf\x03\x84\xfc\x39\xf1\x57\xe0\x7f\x8a\x40\xec\xcf\x6c\x67\x44\x57\x91\x07\xf0\x1f\x3a\x10\x52\xde\xc3\xfd\x54\x1e\xff\x8b\xf7\xd0\xdc\xef\x43\xe4\x7f\xd4\x0c\xe0\xb1\x5c\x06\x68\xd7\x93\xf5\x6e\xba\x5a\x33\xef\xa5\xf7\xbe\x16\xbd\x83\xcc\x06\x60\xcc\x06\x8e\xcb\x42\xbc\x48\x9a\x00\xcc\xcc\x63\xdd\x83\x05\x2a\x40\xe4\x5b\xc0\x6c\x18\xef\x0d\x76\xaf\x80\xb0\x12\x60\xad\x22\x10\xe6\x05\xf8\xdf\x07\x22\xc7\x01\xd1\xdd\x01\xe1\x34\x9b\xe6\xc9\xba\x08\x82\x8f\x45\x5c\x03\xaa\x7a\x01\xe1\xa1\x40\xdd\x17\x20\xd2\x12\xb8\x36\x18\xd8\xf4\x3f\xe0\x69\x0f\x20\xf2\x3a\x73\x42\xa5\xbc\x9f\x66\x1e\xc0\x89\x36\xfc\x87\xb2\xd6\x78\xf7\x37\xbc\x87\x36\x7a\x07\xcd\xba\x17\x6a\x62\x56\x28\xde\x2a\x6a\xc6\xbb\xc7\x03\xb2\xed\x38\x4e\x75\x3f\x09\x64\x8d\x03\xfa\x66\x01\xa9\x85\xc0\xd0\xde\x40\xbc\x19\xc7\xcf\xe8\x7a\x60\xfa\x0e\xb6\x47\xff\x29\xb0\x51\x8e\xfb\xe5\x6c\xd8\xcf\xfb\x47\x60\x0d\x63\xbc\x81\xb9\x80\xef\x24\xe6\xaf\x6c\xd2\x06\x36\x08\x3e\xaf\x02\x08\x67\xcd\xfc\x37\x40\x88\x16\x50\x35\x14\x08\xd6\x00\xea\x4c\x99\x2b\x71\xcd\xbe\x45\x07\x62\xa3\x1e\xf0\x51\xc8\x45\xe2\x5a\xf3\x3f\xa4\x76\xaf\xb6\x6f\xcd\x07\x90\xfa\x41\x5b\xdd\x8b\xef\x44\xbc\xfa\x1b\xdd\x0b\x29\xee\x2f\xde\x07\x2f\x16\xf1\x0f\xa9\xde\x41\x46\x28\xe3\xdb\xc9\x4d\x40\x57\x51\x8d\x57\xb9\x18\x88\x0c\x00\x46\x9e\x00\xc2\x8c\x80\x89\xd3\x19\xff\x17\xf6\xd3\xc0\x32\x60\x61\x16\xa8\xcb\xb7\x95\x26\xe0\x6d\x05\x38\x5d\x67\x1e\x83\x4f\x16\xe0\xf3\x9e\x35\x03\xfc\x32\x00\x49\x3f\xc0\xbf\x3d\xf7\x98\xf1\x35\x02\xaa\x87\x03\xbe\x2b\x80\x53\x3f\x02\xbe\x5f\x80\x1b\x25\xbc\xd7\x3c\x73\x03\x7c\x7b\x02\x7f\x7f\x6e\x79\xee\x6b\x45\xfd\x24\x47\x11\xef\xb7\x2d\x17\x47\xb1\xbf\x5c\x5b\x3f\xf8\xa6\xef\x0b\x9f\x9a\x71\x58\xec\x9e\xd9\xb6\xef\x89\xf4\xf4\xd8\xac\xfb\xb0\x98\xc7\xf8\x1c\x40\x36\x14\x88\x6e\x0f\x28\x38\x00\x61\xea\xc0\x60\x75\x20\x24\x1e\x18\x9f\xc0\x76\x0b\xf1\xc2\xab\x13\x60\x98\x0e\xaa\x72\x59\x94\x00\xee\x2e\x3c\x0f\xae\xef\x01\xcf\x4a\xc0\x43\x93\x6f\xb4\xb9\x09\xef\x9d\x04\xb8\x09\x39\x41\x10\xb0\x2e\x02\xa8\xaa\x03\x5c\xc3\x81\xd3\x9a\xcc\xc9\xbd\xae\x03\xac\xbd\x09\x3c\x1f\xc1\xaf\xff\x3c\x08\x70\x9a\xd2\xda\xee\x65\x62\xdf\x41\xb3\xe7\xad\x79\x10\x37\x87\xb7\xf1\x03\x69\xdf\x17\x31\x4e\x7c\xc3\x7f\xd1\x6c\xed\x07\x52\xfe\x47\x96\xb8\x4e\x52\xed\x78\xdc\x2c\xf2\x89\x36\xde\x03\xe4\x03\x01\xe1\x74\xdf\xe7\x17\xc0\xdb\x0e\x18\x61\xc4\xbc\x0e\x21\x0f\x77\x35\x63\xde\xd8\xea\xd9\x80\xc9\x65\xc0\xb9\x9e\xf5\x83\x9c\xe2\x78\x0e\x1c\xab\x39\x36\x38\x89\x7a\x18\x0e\x12\xa0\xc0\x04\xb0\x3f\x0a\x54\x8e\x05\xec\x83\x81\x93\xa6\x80\xfd\x66\xce\x79\x85\x58\xfb\xec\x06\x60\xa7\x0a\x7c\xfc\x1f\x60\xd3\xa7\xb5\xdd\x52\x1e\xc4\xc2\xef\x5a\xf3\x20\xbe\x17\x79\x0a\xff\xc9\x7f\x39\xc2\x63\xa5\xa8\xab\xb4\x47\xd4\xff\x28\x12\xf1\xfe\xb6\xfc\x8f\xc4\x35\x3c\x46\x32\x2c\x82\x20\x23\x1e\xbd\xf4\x81\x1e\x73\x00\x17\x7f\x60\x90\x3f\xb0\xca\x1c\x18\x77\x12\x70\x38\x06\xe8\x74\x04\xec\xfa\xf3\xfe\xb1\xdc\x9d\x6d\xb1\x3e\x0f\xea\x3b\x6a\xdd\x05\x08\xfd\x13\x58\xf2\x18\x48\x3e\x0a\x58\xd6\x71\xaf\x2d\x8b\xe7\x40\xa5\x11\x60\xf6\x8a\xb9\xac\x66\x96\xc0\x8d\x08\xc0\xec\x3a\xe7\x42\x26\xa9\xc0\xff\x24\x2d\x76\xb7\xe5\x41\xe8\x8a\xf9\xa5\xce\x2e\x1e\x9b\xd7\x81\xc8\x8f\x3a\x25\xda\xd9\xcc\x7f\xf9\x8b\xc7\xbd\x22\x2f\x6e\xd7\x8f\x3c\xe6\x8b\xbc\xa8\x2c\x91\x77\x28\xe5\x7f\xc4\x8a\x55\xa7\x8d\xa2\x7f\xf9\x8a\x71\x66\x75\x24\x20\x57\x08\x38\x2a\x00\x4a\xdd\x00\x5b\x33\x40\x75\x06\xb0\x34\x0b\x98\x1a\x01\x58\xba\x73\xde\x6d\xb6\x17\xb0\x91\x07\x4c\x56\x00\xae\x9f\x81\xc5\x1a\xc0\x86\xa1\x3c\x47\xc9\x11\xc0\x02\x33\x20\x6f\x0c\x30\x3f\x1b\xa8\xb8\x09\x18\x7e\x04\x4e\xd4\x02\x73\xdf\x01\xd7\xa2\x00\x03\x59\xe0\xf1\x05\x40\xff\x67\xe0\xaf\x62\x40\xef\x26\xdb\xa9\x2d\x3e\xf7\xc9\x22\x3f\x4e\x53\xec\xab\xa5\x2e\xea\x6d\x35\xaf\x03\x51\x3f\xe9\x3f\xf9\x2f\x6d\xfa\xdf\x34\xf3\x3f\xbc\x79\x8c\x9f\xd4\xda\x0f\x02\xc4\x79\x71\x17\xd5\xcb\x1d\x65\x79\xb4\xea\x07\x74\x51\x02\xcc\xba\x03\x83\x4e\x00\x8b\x9e\x02\x9a\x42\xac\x94\x01\xf4\x4b\x81\xb9\xbf\x02\x4b\x4e\x01\x73\xf6\x03\x6b\x6e\x03\x7a\x16\x40\x88\x22\x6b\xb3\xc5\xbf\x05\x66\xd8\x03\xdb\xe5\x01\xed\xde\xc0\x9e\x99\xc0\x34\x5f\xe0\xa8\x16\x30\x55\x0b\xb8\xdc\x13\x98\xfc\x09\x78\xa0\x0e\x4c\xba\x0a\xfc\xee\x06\x4c\xd0\x61\x3b\xc7\x8a\x7a\x39\xa3\x44\x7e\xed\x70\xb1\x4f\xe9\x10\xb1\x9f\x4e\x33\xff\xe3\x3f\xf4\x5f\xa4\xfa\x27\x52\xfe\x4b\xce\xef\xad\xed\x97\xf2\x5f\x22\x4e\xca\x52\x1d\x2b\x64\xb6\x1c\x55\x39\x3c\xd2\xdb\x53\xe1\xd7\x59\xa9\x03\xd5\x1f\x96\xd6\x75\xa4\xea\xe0\x7c\xfb\x4e\xf6\xf8\x09\x98\xf3\xb4\xb3\xa7\x92\x0d\xa0\xfb\xa6\xcb\x8f\xa3\x97\x02\x5a\x11\x5d\xcf\xe9\xca\x03\x53\x24\xdd\x92\x4c\x77\x01\x13\xbb\x74\x9b\xb4\xb2\x3b\xa0\x21\xd3\xf5\x99\xff\x30\x60\x5c\xef\x6e\xca\x31\x67\x81\x31\x63\xbb\xb6\xdf\x32\x1f\x50\x9b\xd1\xc5\xb8\x44\x02\xa8\xfa\x76\x8e\x39\x58\x05\x8c\x1c\x24\xbf\xfc\xbb\x9e\xc0\x88\xee\x9d\x94\xef\xe4\x01\xc3\x1e\x76\xb4\xfc\xe5\x31\x30\xf4\x63\x07\xdf\x4f\x9f\x80\x41\x17\xe5\xa8\x0e\xa9\x2c\x8b\x49\xc2\xa8\x24\xee\x97\xbd\x72\x79\xfc\x2f\xfe\x47\x5b\xfe\xcb\xd6\xac\x8e\x54\x3d\x4e\x3d\xdb\x99\xaa\x1e\xf1\x29\x5d\xe9\xf7\xe1\xa1\x0a\xa7\xf9\xf9\xb3\xc3\x78\x28\x30\x2f\x64\xa5\x84\x51\x89\xa5\x69\x7d\xa8\x5e\xb3\x08\xdc\x67\x43\xfb\x82\x32\xf1\x2c\x34\x7e\x1e\xf8\xa9\xab\x31\x30\x26\x49\xa5\xd3\x90\x1b\x58\x30\xf2\xa1\x4a\xf8\x94\x43\xc8\x1f\x5a\xad\x52\xb3\xe0\xa3\x4c\x7b\x95\x4e\x2a\xe6\x76\xe3\x64\xcc\x95\x97\x0c\xfa\xe2\x59\x29\x33\xa4\xbf\xb5\x8a\x7b\x64\x7b\xa0\x6f\xa7\x41\x61\xe9\x4e\x80\x92\xd9\xc0\x0d\xc2\xd9\xba\xb7\xb7\x72\x59\xcd\x78\x40\x61\xc2\x80\xa4\x33\xd5\x40\xaf\xce\xfd\x93\x6f\x1a\x01\x3d\x3b\xf4\xf3\xff\x29\x1f\xe8\xd1\xbf\xef\xb3\xbf\x57\x00\x5d\x4f\x2a\x52\xdf\x8b\x4e\x6b\x7a\xfa\xd1\xe8\xdb\xa5\x86\x47\xf9\x27\xc2\xf8\x5f\xf6\x17\x58\x77\xa4\x48\xb9\x75\x68\x77\xc2\x35\x53\x5e\x2a\x52\x55\x35\xae\x81\x75\x5f\x36\x3a\x0c\xa4\x08\xe0\xef\x35\x98\x7e\xef\x06\xae\x26\xad\xac\x1a\x41\x3a\x1a\xd6\xa7\xd4\xe8\xd6\xe9\xe2\x28\x35\xaa\xf3\xe9\x61\x0c\x45\x9e\xf1\xf1\xe3\xa8\xfa\x3c\x50\x7b\xfc\x05\xd9\xcf\x40\x5f\x57\x8d\xa2\x7e\x8f\x00\x85\xed\x9a\xc1\xe3\x6d\x80\xee\xcf\x35\x97\xeb\xc7\x03\x5d\x82\x34\x2a\x96\xc6\x03\x9d\xd2\x34\xc6\xba\xee\x07\xda\xbf\x1d\x7f\x7e\xa3\x1a\x20\x57\x36\x7e\x52\xca\x20\x40\x66\x8f\xba\x4d\x3e\xed\x49\xe3\x50\x49\xf7\x18\xc7\x2a\x9e\xa2\x58\x3d\x7a\xdf\x75\x5a\x83\x6a\x2f\x9e\x10\xce\xa7\x36\xe0\x1d\xd5\x6b\x47\xfc\xcd\xb8\xcd\x90\x50\x1e\x07\x88\x7a\x18\xfd\x32\x85\x71\x9f\xc8\x77\x2b\x8e\x6e\x4f\x91\xb0\xd0\xa5\x17\xd9\xb3\xe5\xa9\x12\xe1\x2e\xc9\xe3\x06\x11\xca\x1a\xa3\xc3\x76\x6e\x78\xac\x4a\x76\x06\x68\xaa\x51\x06\xe1\x11\x3a\x96\xea\x71\x4e\x77\x27\x50\x24\x59\x96\xae\x49\x38\xa7\xe9\x79\xe6\xbd\xe8\xcf\x67\x7e\xc8\xe4\x2a\x6d\x42\x73\x47\x18\x68\x53\x55\xba\xbb\x8d\x2e\x45\x20\x39\xc3\x59\xcb\x7b\xd2\xde\x3d\xab\x4c\x95\xea\x71\x33\x1b\x74\xc9\xd3\x66\xbe\xb2\xa0\x51\xd7\x62\x0d\xdd\xbc\xd7\x6d\x58\x4f\x6f\xa9\x33\x3c\x91\xb8\x6d\x33\x3e\xe6\xd1\x37\xd6\x3e\xba\x8f\x56\xa0\x56\xfd\x09\xb2\x6b\xfa\xe1\x6b\xf4\xcd\xa6\xeb\x34\xf2\xcd\xd2\xb8\xbf\x68\x1e\x26\xbe\x67\xbb\xc7\x6f\xe0\x71\xb4\xd8\x0f\x63\xe4\x21\x61\x2c\x53\xe9\x4e\xe8\x5a\x7e\x23\xfb\x71\xc6\xcd\x41\x54\x2d\x4d\x7a\xc4\x76\xc7\xbc\x62\x34\x3e\xfc\xa4\x26\x55\x49\xfd\x9d\x26\x91\x9f\x78\x34\xb2\x5e\xc6\xaa\x5a\x46\x9f\x96\xe9\x68\x53\xbd\xdb\xf4\x1c\xf3\x5f\xe6\xad\xd3\xa3\x8c\x4a\xab\x9b\x3e\x2d\x98\x31\xd7\x58\x1f\xa5\x5f\xd3\x3c\xaa\xf7\xb6\x73\x5c\x28\x32\x30\x8d\x4c\x98\x41\x66\x14\x37\x8a\xce\x30\x46\x56\xba\x54\x77\x34\xea\x68\x4e\x8a\x33\x0b\xd7\xaf\xa6\xb3\xcc\x02\xb3\x20\x9a\xc9\x05\x0d\x5c\x49\x5f\x60\xc6\x3d\xdb\xe6\x15\x95\x13\xe2\x62\xf8\xf7\x71\xc2\x47\x0d\x7f\x64\xed\x1f\x83\xfb\x8f\x68\xc5\x1a\x64\xfe\x41\xca\x4d\x7a\x27\x44\xfe\xc7\x79\x1e\xa7\x69\x8b\xfc\x18\xd2\xb1\x2e\x0c\x53\xa6\xfa\xeb\x16\xc9\x30\x5a\xd7\x29\xce\xac\xca\x11\xfd\x52\x93\xec\x0b\xd3\x9c\x42\xf6\x04\xc9\x68\x71\x1f\x98\x37\xba\x14\x39\x57\x1f\xd5\x23\x74\xc1\xce\xd9\x80\xd0\x39\xcb\xeb\xf3\xe9\x29\x18\xfd\x62\x44\x19\x83\xae\x38\x4e\xf0\x30\xa6\x75\x33\xc2\x91\x75\x15\x14\xb6\x58\xcc\x63\xfb\x97\x8a\xf7\x9c\xad\xe2\x14\xe8\xcc\x62\xd5\x34\x8a\x72\xf6\xa5\xe9\x33\xa8\x12\x6c\x55\x60\x4a\xdf\xc4\x4a\x9d\x91\xe6\x25\x8f\x18\x39\x5e\x12\xc3\xb1\xd9\xd2\x7a\x2b\x31\x98\x2c\xc5\x8a\xb8\x45\xd9\x11\xfa\x26\xe6\x9d\x2f\x52\x9d\xd6\xd4\xfd\x2e\x7d\x82\xa9\xd5\x6f\x34\x1f\xc6\x8d\xac\xb5\xb9\xe0\x06\xdb\x3f\x47\xe4\x47\xcd\x24\xfd\xea\xcc\xa0\x71\x54\xed\x4e\x6e\xe4\x7e\x50\x31\x3a\xec\xcf\xe1\xef\xb5\xe8\xdd\x82\xeb\xf4\x68\x7e\x3c\x0b\x0d\x69\xd6\x57\xdb\xb3\xca\xb8\x7d\x0a\xdb\x69\xb5\x92\xf5\x51\x8c\x87\x99\x13\xfe\x69\xa0\x6f\x41\x19\x87\x94\x07\x33\x26\xcf\x9a\xd0\x6b\xe5\xbd\x36\x84\x3a\x76\x36\x66\x7e\x08\xe0\x20\xee\xb0\x0e\x47\x15\x28\x47\x5b\xf1\x7a\x14\xe5\x1e\x8e\x1a\xbc\x72\x1c\xac\x16\x53\x64\x71\x10\xf7\x5c\x07\xf8\x12\xb7\xd5\xfe\x45\x14\x31\x4f\x56\xec\xc9\x22\x7c\xd2\x7e\x11\x73\xdc\xed\xcc\x0e\x90\x72\x89\x9d\x0a\x9f\x09\xec\x54\x6e\x13\x7e\x63\x5b\xf5\x82\x70\x0a\x9b\xfa\x7f\x48\x3f\xc0\xea\x12\xdb\x6f\x36\x8b\x47\x23\xe2\x89\xa5\xba\x4f\xa4\x4c\x58\xaa\x83\x13\x0e\x4e\xa4\x42\x44\x3e\x88\xe7\x31\xd6\xc9\x58\x9b\x63\x42\x68\xc8\x8a\x03\xe6\x3f\xf1\xbb\x5a\x50\x5c\x30\xeb\x6b\x43\xa8\xe2\xbc\xe3\xac\xbe\x2e\xe5\xc1\x68\xae\x60\x94\x7a\xe4\x5c\x27\xf2\x93\x3e\x9a\xab\x28\x03\x97\xcb\x5d\x23\x66\x60\xeb\xc4\xfa\xbd\x6b\x96\x02\xe1\x0d\x2e\x0d\xa3\xc8\xcf\x5d\x65\xb9\x03\xd7\xba\x4a\x66\x54\xb9\x7e\x5c\x41\xf6\xaf\x33\x66\x66\x81\x6b\x38\x2b\x2c\xb8\xca\x4a\x68\xaf\x73\x51\x29\x5a\xc5\x63\x35\xf3\x63\x5e\xd7\x93\xfd\xab\x75\xae\xd3\xcf\x2b\x25\x8d\x32\x3c\xbe\x25\xbf\x70\xbc\xc3\xf6\xdb\x6a\xf0\x68\x4d\x7a\x29\x71\x1f\x66\x71\x1f\x20\x30\x1f\x24\x24\x73\x11\xe1\xf3\xbe\x39\xa6\xc4\x4a\x71\x31\x61\x96\x92\x53\x23\xab\xb5\xd8\x8d\xb4\xa5\x55\x6b\x09\x7b\x9a\x9f\x85\x29\x6d\x78\x30\x4d\x7c\xeb\x76\xec\xbb\x35\x94\x91\xa8\x5c\x5f\x4b\x7e\xd5\xe3\xa4\x9b\x3a\xdb\xed\x25\x2a\x38\xfa\x5e\xe3\x29\xf7\x99\xd5\x9b\x72\x33\x3f\x8c\xa2\x9d\xd9\xd7\x98\x19\x3a\xbe\x43\x98\x89\xe4\x57\xb6\x9c\x70\x59\x3f\x6b\xee\xc0\xe3\x3b\x6f\x23\xad\x4c\x9f\x94\x64\x1e\x83\xf3\xe8\x13\x7c\x6e\x56\xd0\x93\xf1\x89\x3a\x41\xef\xeb\xdd\xf9\x2a\x29\x76\x78\x34\x3e\xa6\x79\x74\x1f\xff\x3b\xcd\xab\x5b\xf9\x17\xaa\xb9\xac\xe9\xd2\xf4\x95\x2e\x4a\xc4\xa6\x05\xf4\xaf\x36\x38\x99\x90\xbd\x3e\x79\x56\xf4\xbc\xdc\x60\x4d\x95\xba\x55\xe6\xfc\x2d\xec\x3c\x1d\x08\xdf\xb2\xd2\x74\xa2\xf5\x63\x32\x6b\x0d\xad\xb6\xb9\x8f\xd6\xd2\x73\xd6\x71\x77\x65\x7c\xcb\x87\x6f\xe5\xab\x96\x78\x52\x7c\x1c\xd0\xc3\x9b\xf6\x85\xce\xaf\xc4\x83\x0c\x82\x45\x05\xd4\xf5\xeb\x18\xc7\x09\xd9\xae\x48\xfb\xdb\x06\x13\x55\x3a\xdb\x85\xfc\x30\x9d\xe2\xe6\xfa\x7c\x5e\x81\x1b\x4c\x99\x71\xb5\x51\x6b\x1d\x31\x95\x36\x0e\x63\xbe\xd8\xfa\xe8\x04\x1f\xfe\xf7\x39\xb4\x4e\xd6\x8f\xda\xc3\x1d\x7d\x5e\x71\x4e\x18\xe2\x77\x89\xec\x0e\x88\xbf\x43\xeb\x2a\xf0\xe3\x2f\xb4\xee\xfc\x4f\xbe\xa7\x38\xe4\x23\xf2\xe6\xdc\x5f\x08\xe3\x86\xd3\x16\x84\x8e\x07\xac\x5b\x36\x86\x66\xef\x89\xfd\x63\x7c\xc5\x83\x71\xa8\x62\x75\x96\xa5\x4e\xab\x89\x3f\x66\xb6\xc6\x95\x78\x0d\xcd\x3c\x98\x89\x9e\xb4\x8f\x4e\x53\xf4\xa1\x4f\x1b\x6f\x1e\x40\x27\x93\xa1\x77\x38\xaa\x29\x56\x85\xd0\x04\x74\x3c\xbc\x51\xcc\x4c\xc3\x44\x7f\xd8\xa4\x2d\x47\x19\x56\x94\x67\x1f\xe6\xbf\xa4\x32\xce\x1b\xd9\x38\x8d\x79\x2f\x72\xf3\x28\x27\x8f\x56\xb0\xa1\x6f\x10\x25\xc3\x0a\x2d\x51\x19\xac\x44\xb2\x69\x62\x2c\xed\x9f\x9b\x16\x65\x13\x93\x33\xe2\x42\x31\x59\x10\x71\xbb\x96\xfb\x02\x19\x9f\xa1\x4c\x36\xdc\xee\x07\x5a\xf9\xff\xc2\x8b\xa1\x9c\x21\xb0\x94\xea\x74\x76\xcb\xc9\x1f\x3c\xc3\x98\xcf\xe6\xa2\xb2\x8a\xf2\x05\x27\x91\x17\x61\xbb\x7c\x1d\xcd\xf6\x92\xae\x9e\xb4\x9b\x19\x37\x7a\xd3\xb7\x32\xf4\xf3\x23\x6f\xd6\x19\xe8\x4f\xf9\xf2\x24\x93\x60\xda\x17\xd5\x7e\x5d\x4f\xfb\xe2\xa0\xcb\x1b\xe9\x7d\xa4\xba\x30\x72\x59\x31\xa2\x60\x52\x9c\x78\x93\x21\x31\xb4\x1d\x79\x9c\x94\x0f\x93\x18\xa2\x4a\xb8\x5b\xe2\x09\x9e\x87\x84\x0f\xf3\x89\x39\x10\xdf\xc8\x3c\xca\x04\xe3\xd5\x14\x81\xe2\x1f\xf0\x0c\x27\x34\x31\x5f\x2c\xa1\x22\x93\x98\x16\xf1\xb9\x3b\xc9\xee\x38\x95\x6a\xf2\x9f\xb8\x86\xfa\x5d\xc2\x18\xf3\xb0\x81\x3c\x74\xf3\xf1\x47\xe4\x07\xd1\xf5\xaf\x89\x1f\x12\x7d\xe8\x23\xf1\xaa\x98\x17\xe3\x23\xbf\x8a\x78\xd2\xeb\x5e\xb9\xd0\xfa\x5d\x65\xc4\x5f\xd7\x4e\xc5\x93\xf2\x00\xeb\x59\xbe\x94\xa5\x99\xfc\xee\x4f\x7c\xda\x79\xc7\x02\x09\x85\x9d\x75\x3d\x84\xde\x65\x7a\xfb\x0d\xb4\x7f\x6a\xac\x0a\x27\x6f\x54\xf5\x8b\xa6\xf8\xa0\x6c\x18\x4d\x27\xf8\x6e\xd5\x71\x22\xee\x9f\x20\x9e\x5c\x9a\xf9\x30\x7a\xed\x08\xa7\x96\xe4\x72\x86\x9a\x6e\xcc\xfe\x90\xde\xc4\x1d\x0b\x33\x9c\x0d\xc9\xee\xe6\xbe\x49\x03\x79\x45\xa6\xdf\xf0\xa3\x15\x99\x7e\x85\x95\x49\xd2\x23\x98\x69\x91\xbe\x9a\x95\x17\x24\x77\x2b\x69\x3e\xd3\x3e\x9d\xa0\x9a\x59\x9a\x0a\xf7\x0d\x4a\xd3\x7c\x48\x2b\x38\xb9\xdd\x0b\xc2\xd5\x93\xb7\xfc\x4d\x0c\x2f\xe6\xc5\xac\x2b\x73\xa5\x78\xe7\x5c\xef\x4e\xbb\xb5\xa3\xa3\x1f\xcd\xe2\xb2\xd9\x01\x64\x8f\x45\x49\x30\xe9\x1b\x2c\xa2\xce\xbf\x80\xa1\x2e\x27\xde\x7a\xe2\x73\x9e\x7c\x35\x8a\x02\xe5\xb8\x2a\xe6\x0b\x0c\x3b\xc0\xa8\x6b\x9f\x82\x04\x62\xbd\xc9\x37\x30\x2a\x0f\x48\xc4\xcc\x35\x5b\xcc\xe4\x73\xde\xb6\x23\x7f\xdd\x1a\xab\x44\xf1\x3d\xc7\x67\x24\x2b\x7a\x2d\x98\x42\xff\x32\xe7\x00\x77\x38\xcb\xd1\xb1\xa0\x78\xb9\xf5\x9c\x13\x3d\xef\x9c\x79\xde\x94\x57\x6d\x93\xe1\xfb\xfe\x39\x27\x53\xc9\xf3\x72\x32\xf3\x88\xc9\xb1\x75\x65\x39\xf3\x67\x7c\x8e\x53\x44\xdf\xa2\x7d\x81\x74\x93\xb6\x24\xdc\xa6\x3c\x3c\xab\xf1\x45\x13\x8f\xac\x1f\x94\x51\xd5\x14\x01\xac\xb5\xf7\x21\x3e\xa8\xa3\x97\x1f\x45\x1d\x29\x0f\xa6\x59\x0f\x47\x2e\x34\x8b\xfd\x80\x55\xcd\x66\xcb\x32\x1f\x66\xc6\xee\x38\xfa\xf4\x09\x89\xac\x93\xa2\x66\x96\x44\xab\x6e\x08\xd2\x28\xab\x93\xf6\x89\xea\x78\x8c\xf9\x02\x8c\x3c\xe1\xdf\xf8\x30\x2e\x4a\xf4\x9c\x0a\x9f\xa8\x52\x5e\x54\xa8\x30\x99\x6a\x39\x45\x43\xf5\x4d\xf9\xf5\xac\xe8\x55\x70\xc8\x81\x76\xa4\x42\x53\xcf\xcf\xfc\x7b\xfe\x86\x52\x9d\x98\x42\xf9\x6d\x79\xfc\x7b\xce\xab\xf2\x23\x58\x43\x37\xdf\xe6\x2c\x79\x7c\xae\xff\x0d\x7a\x22\xb9\x43\x1b\x89\x57\x94\xbb\xfd\x0d\xe5\xdd\xb9\x9e\x9f\x03\x5a\x78\x40\x2b\x9c\x19\x45\x5f\x3a\x25\x8c\x76\x19\xf3\x58\x7e\xde\x46\x11\x31\x94\x57\xcc\x9b\x1a\x47\xf9\xf6\x2c\x93\x44\xfa\x79\x9a\x76\x32\xc5\x3f\x8d\x95\x12\x72\x10\xd5\xce\x19\xe4\x85\x03\x3d\x32\xe9\xd4\xa3\x90\x9c\x4d\x51\xb0\x7d\x62\x4e\x41\x6b\xfb\x77\x3a\xf3\x58\xda\xab\x03\xbd\x63\xe9\x54\x25\xaa\x79\x95\x5e\x19\x49\x71\xac\x74\x20\xf3\x1f\x4a\x1f\xcf\xa1\xb3\x7d\xe9\x22\xee\x1f\x55\xfc\x96\x15\xbd\x8a\x5f\xb1\xe7\x96\xbe\xdc\x48\xeb\xbe\xc4\x2d\x9e\x74\x73\x4a\xae\xe4\x90\x7f\x94\x1a\x95\x52\x3c\x2d\x4e\xaa\xa5\x7f\xbf\x2b\xe1\x34\xcd\x5f\xf1\x18\xee\x1b\x54\xdc\xff\x31\xd5\x0e\x76\x4c\xfb\x95\xe2\xc4\x0e\xc9\x07\x33\xc0\xc1\x39\xcc\x88\xd7\xc1\x26\xd2\xc9\x59\xe2\x15\x43\xe7\x07\x13\x49\xc2\x64\xf6\x03\x5e\xd7\x73\xf6\xa5\x92\xdf\xcc\xb0\x97\x90\x7f\x4c\xae\xca\x22\xef\x1c\xfb\x90\x79\x5f\xc3\x2b\x59\xd5\x4a\x79\xf7\x76\x7a\xba\xbd\xd4\x0b\x68\xdf\x90\xf3\x93\x56\xf0\x9a\xf9\x30\x62\xbc\xa8\x18\xda\x9e\x3c\xa4\x62\x34\xc7\x87\x8a\xe8\xe1\x54\x03\xaa\xd0\x99\x48\xeb\xb7\x1c\xdc\xe9\xb2\x22\xd6\x84\xf6\xbf\x0a\x23\x3b\xda\x71\xca\xd7\xaf\xa3\xc8\x5e\x9e\xc0\x0c\xc5\xf2\xab\x9b\x29\xcf\x2e\x77\xe5\x6f\xb2\xb7\x66\x07\xbd\xbe\xfc\xc2\x7e\x7a\x12\x7b\x8c\x4f\x32\xef\xe5\x1a\x97\xc6\x76\x7f\xbe\x4f\x19\xf4\x9e\xed\xbf\x50\x4d\x75\x4f\xc4\x87\x41\xad\x78\x40\x94\x95\x5a\x98\x33\x1f\x64\xb1\x4b\x2a\xed\x8f\x86\xbf\xa6\xd3\xbe\xa0\x37\x27\x93\xd6\xc3\x74\xbb\x2d\xa4\x3e\x35\x71\x1d\xf7\x4b\x1a\x6b\xc2\xbc\x98\x11\x06\x45\x74\x9a\xe9\xaf\xc0\xbc\x98\xee\x2b\x77\xd1\xbd\x13\xb9\xca\x52\xb1\x52\x23\x3d\xd9\x57\x8b\x1d\x91\x0f\x5c\xe3\x75\x71\xe0\x04\xe7\x51\x07\x1e\x0d\xa7\xef\x5d\xf3\x74\x02\xcd\xd8\x01\xf9\x59\x64\x77\x4d\xcf\xc5\x34\x5f\x35\xea\xb6\x64\x48\x4d\xbe\x2b\xed\x33\x07\x9c\x83\x6a\xf9\x75\x31\x54\x53\xab\x39\x91\x71\x84\xdf\x6f\xa7\xd8\x17\xa9\xaa\x81\x47\xbe\x6b\x57\xa5\x72\x81\x56\x76\x75\xee\x5d\xe6\xc1\xf4\xfc\x59\x8f\x7f\xff\x76\x10\xf0\x4b\x03\xeb\x60\x3c\xd1\x04\x06\xbc\x06\x1e\xfe\x06\xf4\xbf\x0d\xdc\x99\x09\x28\xef\xe0\x7a\xfe\x40\x53\xe0\x92\x1e\xa0\xb2\xf1\x5b\xbc\xff\xd8\x7d\x60\xf4\x0a\xe0\x50\x57\xee\xd7\x5e\xb9\x01\x98\xfa\x06\xd8\x7d\x16\xd0\x8e\x6c\xd1\xf7\x2f\x0c\x03\xe6\xef\x03\x84\x58\x66\xe2\x09\x6c\x1b\xc9\x78\x45\x8e\x23\xe0\x30\x08\xd8\x72\x06\x58\xb3\x92\xf1\x6f\x2f\x2f\x20\x7b\x1d\xb0\x61\x03\xeb\xd6\xc7\x28\x02\x99\x77\x81\xe4\x1c\x20\xfb\x12\xeb\x1f\x6c\xdd\x02\x94\x9c\x07\x72\x23\x80\x83\x12\x21\x7a\x70\xe7\x9d\xa2\xd1\xc0\xad\x9f\x79\x15\x36\x06\xf2\xf8\xc7\xa8\xaf\xf0\xff\x2f\xff\xce\x7f\x78\xe1\x09\xf4\x79\xd8\xc2\x77\xb8\xbf\x11\xe8\xa7\xf1\x2f\xbc\x87\x42\xa0\x7f\x12\xf7\x37\x18\xe8\x0e\x1c\x7f\x03\x0c\xeb\x01\x1c\x7a\x0c\x8c\x74\x05\xaa\x1b\x81\x71\xf7\x04\xef\x05\x26\x96\x03\xa5\xfb\x81\x69\x45\x2d\xfa\xfe\xf9\xc6\xac\x5f\x9e\xf3\x86\xfb\xd9\x37\xe3\xfe\x9a\x80\x70\x12\xc9\x18\x0c\xac\xd6\x03\x32\x82\x58\x17\x24\xfd\x57\x20\x64\x14\x90\x61\xc1\x18\x58\xfa\x3d\x20\x25\x8b\xef\xc7\xe6\xd8\x33\x5e\x28\x9c\xaf\xb2\xb3\x81\xda\x76\x40\x8e\x25\x50\xff\x33\x90\xb7\x99\x75\xbd\x73\x55\x80\xc6\x5f\x81\xfc\x09\xc0\xfb\xee\x2d\x7d\x40\xda\xda\x2f\xe5\x3f\x48\xf5\x2e\x1e\x95\x02\xdd\x6e\x31\xde\xdf\x7d\x18\x70\x73\x28\xd0\x53\xf9\x5f\x78\x0f\xd5\xdc\x37\xe5\xd8\x58\x40\xf9\x19\x50\x3b\x14\x18\x36\x80\xfb\x7c\xa8\xa6\xb5\xf0\x1f\x76\xd5\x73\x6d\x58\x3a\x0f\xdb\x77\x02\x06\xb3\x80\x2d\x19\xc0\x42\x6d\x20\x3d\x0c\x30\xdb\x06\x64\xfe\x0e\x2c\xcf\x01\xd2\x35\x01\xe7\x13\x40\x62\x95\x70\xa2\x02\xd2\xf2\x81\x90\x3a\x20\x75\x21\xdf\x55\x4f\xed\x09\x24\xe7\xb3\xc6\x7b\x8e\x0e\x90\x31\x10\x28\x0d\x6c\xe9\x7f\xb0\x35\x15\x38\x3f\x89\xfd\xec\x8e\x39\xb0\x7d\x30\xf0\xd3\x27\xe6\xd9\x7c\x38\x06\x64\xab\xfe\xbb\xfd\x31\x62\xdd\xfa\xd9\x43\xa0\xd3\x6c\xe0\xde\x5c\xa0\x63\x31\x70\xe7\x0d\xf7\xe5\xff\x9a\xf7\x20\xcc\x43\xfd\x0d\xa0\x9b\x1d\x70\xf4\x32\xd0\xe3\x00\xf7\x96\x17\xe6\x43\xda\xe7\x61\xaf\x1d\x30\x7c\x02\xb0\xc3\x1c\x50\xbd\x06\xe4\x9f\x02\x34\xfe\x01\xb6\x15\x01\x53\x36\x00\x39\xc3\x00\xbd\x72\x20\xa3\x14\x98\x67\xc8\x18\xbe\x99\x0a\x90\x5c\x00\xd8\xe8\x00\xc9\x71\x80\xd3\x1b\x9e\x07\x21\x93\x8b\x73\x01\xfc\x5d\x80\x24\x59\xc6\xf5\x92\x2c\x80\x14\x35\x20\xb1\x07\x90\xa3\x08\x24\xf5\x07\x8a\x1f\x70\x0f\x80\x83\x85\x40\xfa\x25\xe0\x7c\x39\xdf\xa7\xbf\x35\x14\xc8\x3a\x0f\x3c\x7f\x00\x6c\x39\x09\x7c\x92\xfd\xd6\x7e\xa9\x0e\x82\xb4\x1f\xc2\x63\x2b\xa0\xdd\x32\xe0\xbe\x10\x7b\x4e\x02\x37\x1f\x31\xfe\x4f\x35\x9d\x93\x22\xbe\x77\xed\x5f\x78\x0f\x11\x40\x4f\x21\x1e\x78\x03\x7d\x7b\xb4\xe0\xfd\x52\xbd\x83\xbc\x59\xc0\xd8\x32\x7e\x76\x13\xf3\x98\xf7\x20\xf8\x85\x64\x13\x60\xb8\x09\x48\x72\x11\x62\x71\x0b\xee\x1f\x9d\x03\xd8\xe7\x02\xd1\xbd\x80\xb5\x46\x40\xd4\x2d\xe6\x07\xc5\xd6\x01\x91\x11\xcc\x05\x49\x0a\x03\x62\xf7\x03\x39\x69\x40\x6c\x29\x50\x32\x0d\x88\x7b\x03\xd4\x4c\x00\x12\xca\x38\x76\x49\xfa\x03\x77\xac\x80\xa4\x6d\xc0\xf3\x58\x20\xb5\x16\xf8\xa7\xfb\xb7\xf6\xb7\xc5\xc1\xa5\xfd\x4e\xee\x06\x73\x14\x97\xf2\x1e\x2e\x1d\xe6\xf1\xfc\x55\xfe\xbd\x94\xf7\x70\xf8\x2f\xa0\xbd\x3d\xaf\x83\x4e\xee\x8c\x6f\x75\x7f\x03\x94\x28\x02\x7d\x43\x81\xbc\x5c\x8e\x1f\x5b\x63\x99\x57\x97\x39\x00\xd0\x98\x08\x48\x94\x18\xcf\x4c\x8a\x05\x66\xc7\x02\xb1\x03\x5b\xe3\xfe\xe1\xa2\x5e\x4c\xc4\xdf\xc0\x1a\x43\x20\xbc\x0e\xf0\x09\x04\x22\xbb\x03\x61\xa1\x40\x94\x0d\x90\xf4\x08\x10\x72\x48\x61\x7f\x8c\x8c\x03\x8a\xdd\x18\x0b\xaf\x7e\x0f\x44\xbb\x02\xf5\xbf\x02\x51\x93\x80\xeb\x73\x5a\x74\x20\x12\x4a\x80\xcf\x0d\x2d\xfc\x17\x21\xf7\x12\xce\x57\x6d\x75\x20\xfe\x7f\x79\x0f\x07\x84\xbd\xea\x40\x4b\x9f\x87\xe2\x1d\x40\x27\x35\xd6\xad\xe9\x36\x8a\xf9\x58\xc2\x7a\x91\xea\x1d\x48\xde\x02\xa3\x7f\x01\x12\x17\x02\x93\x3b\x02\xb1\x2b\xf8\x6e\x71\xa4\x3c\x30\x57\x07\x08\x2d\x04\x8c\x9f\x03\x1b\x34\x01\xeb\x5c\xd6\xe9\x58\x95\x21\x9c\x06\x01\xef\x06\xfe\xde\xc2\xff\x87\x0e\xe7\x13\x4a\x98\x23\xb0\x35\x01\x08\xf5\x04\x4a\x84\x7f\x3f\x15\xd8\xff\x16\x08\x0b\x00\xce\xe4\x00\x11\x5a\xdc\xc3\x47\x98\xa7\x5f\xc6\x00\xe1\x17\x81\x7f\xfe\xf7\xad\x0e\x84\x54\xff\x42\x8a\x87\x3f\x68\x27\xfa\xc1\xff\xc1\x7b\x38\xaa\x21\xce\x83\x88\xeb\x36\xf3\x1e\xbe\xe7\x51\x88\xcf\x82\x7f\x6c\xd9\x0b\xf4\xba\x01\x48\x66\x02\xfd\x06\x00\xf1\x8b\x80\x21\x97\x80\xa8\x26\x40\x7d\x03\xaf\x75\xad\xee\xdc\xc7\x62\x4e\x02\x10\x74\x1d\x58\x58\x04\x04\x5a\x03\x4b\x7e\x67\x1c\xcc\x49\x13\xc4\x7a\x17\xe2\x65\x80\x03\xb0\x3e\x10\x08\x54\x00\xe2\xf7\xb2\x16\xc2\xd6\xeb\x40\xd0\x61\xa0\xe4\x0f\x60\xfd\x2d\x8e\x55\x41\x2f\x81\xf3\x36\x40\x70\x3d\x73\x9a\x84\xd3\xc1\xeb\x57\x2d\xf6\x7f\xc3\xff\x68\xd3\x0f\xa3\x2d\xef\xe1\xf2\x54\x1e\xcf\x04\xb7\xf6\x83\xb6\xba\x17\xdf\xf4\xbb\x10\xf5\x0e\x52\x2a\x81\xf6\x47\x99\xdf\xd4\x2b\x16\xd8\x54\x0d\x0c\x48\x67\xde\xca\xa8\xae\xc0\xfa\x55\xc0\x24\x7b\xb6\x57\x88\x17\x7e\x67\x81\xf9\xe7\x00\xaf\x3a\xc0\xfc\x05\xef\x99\x2b\xaa\x01\x77\x2f\xc0\xe5\x21\xe0\xf1\x1e\x08\xba\xc1\xf7\xe4\x05\x7f\xf0\xb5\x63\x7f\xf0\xe9\x0c\x94\xe6\x73\x1f\x8c\x83\x97\x01\x9f\x1e\xc0\xf9\xd7\x80\x4f\x0a\x70\x57\x0e\xf0\xab\x01\x5e\xab\x00\xbe\x95\xcc\x8f\x92\xf2\x3f\xa4\x76\xaf\xf0\x17\x79\x00\x31\x3c\x4a\xfd\xe0\x9b\xbe\x2f\x83\x79\xfc\x06\xf7\x97\xae\x87\x36\xfc\x8f\x4c\x91\x17\x92\xec\x0b\xc0\x86\x7b\xfc\xc8\xab\x70\xd5\x45\x29\x95\xe3\xd1\x10\x00\x7e\x1d\x78\x5f\xf5\x11\xe2\xc5\x51\x7e\x3e\x73\xdd\x00\xf7\x3b\x80\xd9\x1a\xe6\x33\x2c\x77\x07\xd6\x8c\x06\xd6\x96\x02\xae\x1e\x40\xc8\x0d\xfe\x7d\xdc\x36\x91\x6b\x9a\x04\xb8\x2e\x02\xca\x3c\x79\x3c\xd4\x08\xb8\xdc\x03\x2e\x85\x02\xeb\x1a\x81\x07\x39\xcc\x9f\xf8\xed\x61\x0b\xff\xc3\x49\xd4\x87\x59\x96\xc8\xa3\x54\xff\x42\xca\x07\x68\xdb\xf7\x45\x8a\xfb\xd7\xc9\x8b\x7e\xa0\xcf\x63\xd5\x9e\xd6\x7e\x50\x24\xda\x9d\x63\xc1\xa3\xb4\xef\x87\x14\xf7\x17\xe2\x99\x8c\x37\x10\x28\x01\xe4\x45\x6e\x8b\x10\x37\x3c\x1a\x01\xd5\xb3\xc0\x3a\x09\x30\x45\x16\x58\x53\x0e\xe8\x9d\x00\x9c\x56\x0a\x67\x3a\xe6\x39\x2c\x53\xe1\x71\xad\x3b\xe0\x34\x81\x75\xb5\x1c\xac\x79\xcf\xb0\xeb\xc1\x39\xa6\x9d\x3a\xef\x51\xf6\x1a\xc0\xc1\xa7\xcc\x15\xf8\xce\x9e\xff\x7e\x4f\x07\xb0\x33\x03\x5e\xbd\x01\x6c\x35\xd8\x1f\xac\xbb\xb0\xbd\xa6\xbd\x5b\xf3\x20\xa4\x7c\x80\xb6\xfc\x97\x53\xa2\xfe\xc5\x91\x61\x6d\xfc\xe0\xff\xe0\x7f\x88\xdd\x98\x11\x27\xe2\xc0\xeb\x45\xdc\xd8\x37\x09\x90\xfd\xc0\xcf\xbb\xd7\x33\xc0\x79\x23\x30\x58\x0f\x70\x58\xc4\x7e\x61\x37\x1c\xd0\x32\x00\xec\x74\x81\xf9\x05\xcc\x91\x5a\x3a\x11\x58\x76\x0f\x58\x13\x0b\x2c\x7d\x02\x04\xa6\x01\x4b\x1a\x98\x5b\x66\x35\x00\xc8\xb6\x01\x96\x80\xb9\xba\x96\x55\xac\x97\x63\x19\x0c\x5c\xec\x26\x9c\x93\x79\x1e\x84\xf1\xb5\x0e\x60\x16\xd5\xc6\x6e\xa9\xfe\x45\x68\x6b\x1e\x44\xb3\xee\x43\x5b\xfe\x4b\x53\x6b\xfb\xdb\xfa\x41\x33\xff\x43\xe4\x79\x24\xa9\xf2\x28\xed\x7f\x22\xd5\xbf\xf0\x10\x7f\x5e\xb5\x0a\xe8\x74\x01\x58\xa1\x01\xf4\x7d\x05\x2c\x3b\x0d\xa8\xba\x02\x96\x56\x9c\x77\x5a\xe8\x02\xfa\x15\x80\xc9\x31\xe6\x97\x9a\x6e\x67\x6e\x8c\xb1\x1f\xfb\xd4\xe2\x23\x40\xec\x41\x60\x61\x05\x90\x3d\x84\x75\x3d\x4a\x8d\x58\x4b\x44\x38\x5f\x18\xa6\xf3\xb3\x9c\x3b\x8d\xe7\x61\x6e\x3d\xf0\xb2\x1d\x30\x37\x0f\x68\x5a\xd2\x62\xaf\x96\xa8\xf7\x30\x31\x4b\xd4\x81\x10\x79\x21\x67\xc5\xbe\x2e\x75\xff\x88\xeb\x40\xb4\x4b\xca\x7f\x91\xe2\xbe\xbb\xc4\xbe\x6b\xdb\x45\x7d\x88\xb6\xfc\x8f\xcd\x62\x57\x51\xf1\xe5\x08\x10\xd7\x91\x8b\xf8\x77\x5b\xf1\x0f\x96\x4f\x81\x6e\x05\xac\xa1\x35\xb8\x04\x58\x78\x1b\x50\xbf\x0b\x2c\x94\x03\x66\x09\x39\x56\x1a\xeb\xae\xe9\xbf\xe4\xb5\x31\xfb\x0e\x73\xa9\x66\x79\x71\xcc\xd1\x55\x07\xb2\xde\x00\x33\x82\xb9\x47\x9f\x96\x02\x50\x3b\x1a\x98\x5e\xce\xf3\xa0\xe5\xc6\x1c\xd0\xa9\x8d\xc0\x2f\x60\xfd\x0b\x21\x7f\x90\xda\x3b\x5a\xdc\x37\x46\x8a\xba\x83\xc3\x56\xf2\x78\xaa\x0d\xff\xa3\x4a\xac\x9a\xed\x11\xe3\xc2\x2e\xe9\xbe\x28\xaa\x69\xfe\x27\xff\x43\xea\x07\xb3\x45\x3f\x10\xe7\xd1\x59\x54\xdb\xb4\x16\xf9\xba\x46\x5e\x80\xdc\x1b\xc0\xd0\x1f\xe8\xdb\x15\x98\x6d\x08\xa8\x3d\x07\x66\xf6\x00\xb4\x5f\x00\x33\x5e\x30\xcf\x76\x5a\x2d\xe0\xe0\xc8\xbe\x22\xe4\x11\x13\x43\x80\x4d\x76\x80\xa6\x29\xf3\xee\xd5\x97\x02\x3b\x07\x00\xe3\x66\x02\x35\xff\x8f\xbd\xf7\x0e\xab\xf2\x5a\xde\x40\x5f\x45\xb1\x83\x20\xd8\x80\x2d\xa8\x58\xe9\x8a\x85\x22\x45\x05\xe9\x55\x90\xde\x41\x90\x2e\x28\xd2\x9b\x22\xa0\xa2\xa0\x28\x28\xa0\xc6\x6e\x2c\x58\x63\xec\x41\xa3\x31\x2a\xb6\x58\x12\xa3\xc1\x12\x93\xd8\x63\xaf\xdf\x7d\xf6\xcc\xb7\x41\xf1\x78\xcf\xef\xfe\x7d\x4f\x9e\xe7\x3c\xeb\x80\x9b\x6f\x7f\x6b\xad\x99\x59\xb3\x66\xde\x79\xa7\x33\x30\x4c\x1d\x68\xc8\x01\x86\x04\x01\x17\x2d\x80\xc1\x2f\x80\xbb\xbd\x00\xed\x4c\xe0\xcd\x0e\xee\xd5\x24\x9d\xaf\xba\x88\x1f\x94\xda\xee\x4f\x71\x10\xad\xf1\x2f\xb2\x28\xc1\x1a\x71\xbf\xbf\x86\xff\x98\xa7\xf8\xf9\xfc\x65\x38\xa0\x14\x31\xfa\x14\x6d\xc8\x63\xb0\x28\x1f\xee\xc3\x79\x1c\xaf\x05\x5a\xb9\xb1\x43\xdb\x0e\xef\xf6\x2b\x30\x32\x46\x2e\x5d\xab\x11\xd0\x2f\x6d\x37\xc3\x78\x22\x30\x7c\x50\x7b\xfd\x49\xf3\x80\xc1\xc9\xed\x3d\xfc\x7c\x80\x81\x21\xed\xfb\xc7\xd9\x03\x5a\x17\xdb\x9d\xc9\x3e\x07\xf4\x2b\x6a\x37\xae\x6c\x33\xa0\x51\x2c\xb7\xac\x6e\x3f\xa0\xb6\xba\xed\xb5\x6d\x89\x40\xdf\xa0\x36\xbb\x0f\xe7\x00\x7d\xc2\xe0\xd7\x28\xf5\xf5\x4f\xf0\xdd\xb1\xe7\x3b\xe0\xe9\x71\x40\xe5\x5b\x9e\x6f\x77\x75\x71\x14\xfb\x94\x76\x17\xf1\x73\x5f\xe3\x3f\x59\x2d\x66\xdf\x64\x5d\xd8\x17\x16\xb5\xa1\x6c\xc1\xbc\x2e\xf2\x84\xa0\x29\x28\x92\xa7\xbc\x4e\xfa\xbf\x1d\x69\x85\x92\x6c\xba\x12\xc2\x6a\x6a\xbb\x6e\x94\x45\x0a\x0a\x57\xa0\xc0\xb7\x67\xb6\x12\x59\x12\x9b\xfd\xca\x84\x38\x1c\x5d\xde\x83\x34\x48\x3b\x4a\x75\x4a\xbb\x09\x80\xe6\xd0\x9e\x1b\xfa\x0c\x05\xd4\x4a\x7b\xf5\xd7\x7d\x0c\xf4\x5a\xd3\x6b\x82\xb5\x37\xa0\x32\xa6\x97\xce\xe4\x6b\x80\xd2\x88\x9e\xc7\xa7\x4e\x00\x14\xbe\xeb\x99\x99\x3e\x01\xe8\xaa\xaa\xfa\x77\xe9\x1c\xa0\xb3\xb2\xaa\xfe\xf2\x3f\x80\x8e\xb1\x2a\x4a\x9b\xdf\x03\x1d\x0c\x94\x9f\x1c\xe8\x0d\xb4\xbf\xab\x6c\x78\x7a\x02\xd0\xee\x99\x52\xbb\xeb\x57\x81\x76\x9d\xbb\x07\x3f\x9a\x0d\xc8\x85\x29\xd6\x49\xe7\xdb\x46\xa5\x5b\x95\x74\xec\xf0\x4b\x47\xea\xcb\xdb\xe1\x95\x3c\xf1\x83\x7c\x75\xfe\x12\x39\xaa\x92\x5b\x78\xbc\x0b\x45\x6d\x8a\x2f\x2a\x50\x9c\x2d\xf7\xb9\x0a\xc5\x31\x65\xf8\x97\xc4\xf2\x5e\x9c\xf7\x89\x57\xa3\x38\x5e\xe0\x10\x35\xca\x36\x7a\xd6\x6b\x52\x7c\x7a\x52\x1c\xf3\x68\x98\x6a\x0f\xa4\xfc\xe8\xd0\xc9\xda\x84\x4c\x55\x2d\x19\x44\x12\xd7\xd5\x71\x88\x76\xf7\x46\xa0\xc3\xc6\x21\x35\x83\x74\x00\xb9\x8b\x43\x76\x9a\x4a\x25\x26\x73\x48\x2f\x17\xca\x9c\x0c\xce\x0d\x23\x44\xc9\xe0\x95\x33\x28\xe3\x34\xb8\xdd\x5c\x8a\x27\x0d\x7c\x51\x4d\x92\x35\xe0\x3e\xbf\x7b\xff\xd4\x7d\x94\x41\xd0\xca\xf9\x99\x3a\x65\x6b\x6a\xfe\x46\x32\xdb\x6f\xcd\x03\x8a\x98\x4a\x16\x71\xbd\x7f\x9f\x64\xce\x63\xa9\x88\xf5\xdd\x4a\x35\x82\xf0\xe5\xfc\xab\x8a\xbb\x50\x55\xed\x22\x89\x22\xed\x73\xc9\x10\xe6\x81\xc9\x13\xd4\xe8\x24\x99\xd5\xc0\x7c\x19\x49\x9a\xfd\xa9\xda\x30\x4a\x51\x9b\xa2\xcc\x81\x75\x43\x28\x3b\xeb\xa9\x35\x8c\x4e\x4c\x07\x77\x1d\xc2\xff\x58\x82\xf3\xe8\x86\x12\x03\x3a\x71\xfa\x6d\x19\x41\xb3\xea\x9c\x67\x9c\xc3\xdf\x38\xba\xb0\x2b\x21\xaa\xc6\x28\x0d\xa0\xfc\xd5\xa8\x26\xce\x6f\x8e\x32\x70\xa6\xfa\x65\xe3\x1c\xce\x5b\x18\xb7\xe1\xfc\xcd\x48\xcc\x21\x19\x35\x3a\xb7\x8c\xe2\x72\x46\xe6\xdc\x39\xdc\xe0\xd6\x5e\xaa\x7b\xd3\x8f\x38\x49\xf5\xa9\x7a\xe5\x57\xc9\xd7\xd5\x2b\xbd\x4f\xf3\x1d\xbe\x91\xf3\xfe\x43\xc4\xfa\xee\x01\x62\xdd\xbf\x84\xfa\x29\xad\x4a\xec\xc0\x59\x03\x6d\x25\xda\xa7\x05\xba\xbd\x29\x4a\x58\xa2\xa9\x9e\xcd\xfa\xaf\x4d\x6f\x95\xde\x87\xab\xaf\x93\xb2\xb9\x4b\x45\x74\xb0\x1e\x7d\x4b\x90\xbb\x11\xc5\x6d\x27\x27\x8e\xa4\x6c\x8b\x93\xd6\x18\xb2\x8c\x56\x23\x4d\xc8\x23\x1b\xf5\xc4\x94\xb2\xb7\x83\xcb\xcc\x89\xdd\x44\x55\x8f\xa3\xaf\x10\xf9\x43\x00\xeb\xbf\xbb\x11\x22\x60\x82\xca\x00\xe2\x3d\x18\x5f\x3d\x96\xe2\xe9\xd6\x26\x4e\x54\x8f\x37\xde\x3d\x84\xe2\xec\x56\x39\xc9\x1f\x78\xe4\x4c\x91\x55\xa7\x4a\xe2\x78\xb2\x78\xba\x96\x90\x3b\x16\x79\x7b\x29\x12\x3e\x2e\x97\x7d\x21\xb3\x1f\x2f\x8b\x15\xc7\xf7\x48\x2e\x4c\x9e\xbe\xa6\x19\x8d\x36\xe2\xf9\x1b\xd6\x08\x9f\xf0\xa2\x54\x35\xf4\xa2\x28\xff\x42\x79\xcd\x57\x24\xff\xd9\xda\xf4\x2d\x79\x8f\x86\x93\x3e\x64\x94\x1b\xd0\xbc\xa6\xab\x1a\x52\xbe\x2b\xe6\xde\x28\xca\xa6\x04\x4f\x37\xa1\xf5\x9b\x92\x37\x8e\x3c\x4f\x97\xf2\x71\xc4\x93\x30\x31\xd2\x9a\x3e\x67\x12\x33\x91\x78\x3f\xf4\xd2\x6d\x89\xc7\xbd\x9f\xcb\x24\x8a\xb2\x76\xbb\xe9\x28\xe2\x1f\x9c\x44\x84\xb2\xb3\x9f\x22\xdd\x5d\x9c\x9b\xf8\x9b\x9d\x5e\x8c\x26\xe3\xea\xbc\xcd\x81\x7c\x78\x97\xf8\x20\x75\xfe\xf7\x44\x3a\x73\x9c\x94\xf3\xc8\x87\x73\xca\xa8\x20\xbc\x80\xe3\x94\x35\xa4\x3f\x0e\x79\x3b\x49\x7e\xec\x6b\x1b\x48\x6f\xec\x24\x17\xcc\x78\xbc\x4b\x91\x68\x1b\xf3\x67\xa4\x17\x32\xfc\x87\x85\xc8\x7f\x60\x42\xf8\xa8\x45\x92\x81\x94\x5d\x2e\x4e\xd7\xa1\x2e\xdf\xf9\x37\xf4\x49\xba\x32\xbb\x18\x53\x36\x21\xf9\x9e\x19\xf1\xe0\x4c\x5b\xc4\x38\x98\x50\x2d\xee\xda\xe2\x2b\xc7\x3c\x30\xae\x71\x94\x44\xc2\x24\x4b\x7b\x42\xb1\x8c\xab\x75\x22\x79\x1f\xf9\xbb\x33\x65\xe5\x06\xc5\xba\x90\xc7\xde\xab\x82\xab\x51\xe5\xaf\x4d\xfe\xc8\xf3\xf7\x16\x19\xed\xa6\x1c\x55\xa2\x7d\xf2\x69\x60\x1e\xef\x29\x47\xb9\xae\xd9\x47\xd9\x9e\xce\xec\x29\x57\xfc\x29\x4f\xed\xa3\x1e\x47\xf3\xf1\x89\xcd\xf1\xe4\xcf\x2d\x24\x9f\x7e\x8a\xfb\x4a\xb2\x13\x9e\xf5\x5b\xc9\x64\x79\x19\x1c\x16\xfb\xe0\x70\x3e\xcf\x53\xac\x29\x70\xaf\x79\x48\x7f\xef\xb6\xf0\x23\xc5\xb1\x19\xff\x01\xd8\xec\x94\x8e\xa5\x96\xfa\xb4\x8a\x32\x1e\x9c\x8c\x48\x53\xda\xc7\x54\x65\x4b\x92\xe7\x04\x25\x5b\x5a\x8f\x88\x09\xf6\xb4\x9a\xfe\x3f\x32\x2a\x61\x72\x9a\x0b\xd9\x41\x47\x78\x50\x55\xb9\x0c\x07\x33\x66\x8f\x17\xed\xaa\xae\xb1\x37\xcd\xaa\xdf\x36\x3f\x7a\x4e\xf7\x45\x01\xa4\x57\x6d\xa2\x43\xba\xf0\xfc\x43\x7e\x02\x65\x06\xc2\x16\x28\xd3\xca\x84\x55\x6a\xd3\xdd\x24\xb4\x98\x99\x78\x42\x9b\xb8\x03\x53\x68\x89\x2f\xd5\x61\x87\x4d\x9a\xb6\x99\x7f\x9f\xe9\xc0\x9f\x9b\x47\x15\xb1\x21\xd1\xcb\x99\x89\x5c\x9f\x31\xcf\x21\x9d\xf6\x13\x32\x27\xf0\xfc\xcf\x64\xa1\x03\x35\x7f\xa3\xbb\x63\x80\xdb\x7d\xf2\x95\xfc\x5d\xde\x10\x76\x7e\x8a\xd8\x2f\x87\x79\x63\x0a\xca\xd9\x2a\xc9\x78\x70\x66\x04\x30\x0e\x26\x3e\x6a\x12\xd9\x89\xa8\x91\xae\x94\x9f\x09\x92\x77\x27\x3d\xf0\xbe\x3d\x99\xf2\xfb\xae\x6b\x98\x7d\xdf\x66\x89\x1f\xe1\x61\x64\x38\x18\x23\xcb\x00\xca\xf7\x0d\xae\x0b\x21\x8f\x4b\x4d\x9b\xad\x5c\x57\x44\x8a\x00\x08\x19\x2f\x4c\x6c\x63\x1b\xca\x0c\x4d\xdb\xc8\xf9\x8b\x69\x1b\xb9\x03\x5b\x6c\x36\xcb\xc3\xb4\x33\x36\x94\x29\x8a\xad\xf7\x66\xfc\x46\x3d\xff\xe5\xb4\xf7\xb3\xe8\xe4\x8a\x35\xe2\x8a\xf3\x69\xeb\xab\x14\xf8\xef\x37\x90\x5d\x89\x4e\xdd\x45\x76\x25\x26\xf7\x04\x59\xfa\x28\xcd\x4b\x84\xc7\x8b\xcc\xb9\x4b\x9f\x8b\x68\x78\xbe\x06\xcd\xf8\x0f\x19\x2f\x4a\x76\x0d\x67\x53\x53\x13\xed\xc8\x5a\xc7\x97\xbb\xd1\x4d\x6a\xaa\x1c\xf7\x83\x92\xe1\x60\x7c\x45\x9e\x0c\xb7\x46\xee\x9f\x62\x5f\xc9\x78\x18\x6b\xe3\x50\xfa\xf7\x31\x21\xe1\x94\x6d\xd6\xa9\xe7\xec\xbc\xd6\x96\xa9\xb4\xab\x2a\xe2\xbc\xe5\xdf\xc4\xfd\xc4\xf3\x9f\x2e\x22\xb8\xa7\xaf\x6f\x4b\x48\x83\xe9\x06\xcc\x93\x93\x02\xb6\xc8\x29\x60\x84\x56\x0a\x78\x47\x52\x3b\x79\x91\xc5\x49\xcd\x89\x94\xf0\xef\x53\x69\x27\x52\xac\x0a\xbf\x61\xc9\x5d\x42\xf6\x75\xba\xf3\x37\x46\xfc\xef\xec\x13\x25\xdd\x38\x42\x96\x3b\x69\xc5\x39\x8a\xa1\x24\xc6\xfd\x41\x92\x19\x5f\xf2\x88\xf4\x28\x2e\xfa\x03\x75\xb0\x89\xa2\xbe\x41\x69\x16\xce\x64\xc7\x13\x26\x7b\x10\xfe\x71\x6a\x8a\x0f\x49\x55\xd8\x2a\x96\x63\x19\x0e\xc6\x13\xa1\xf4\xb6\xce\xa5\x8c\x0b\x99\x68\xc2\xf3\x35\xcb\x8f\x26\x29\x1d\x19\xc7\x2c\x4f\x43\xd4\x39\xfb\x28\x51\x8f\xa7\xd3\x4d\xa9\x91\xad\xbc\x5c\xe5\x4c\xb1\xe3\xab\xac\x4f\x52\x56\x82\x1c\xbd\x4f\xa6\x86\x0a\x8d\x19\x9a\x6c\x27\xb3\x12\x8c\xe9\x09\x99\x71\x13\x72\x78\xe4\x7c\x77\x56\x63\x18\x7d\x63\xc6\xa3\xa4\x43\xfc\x7b\x66\xa0\xc8\x98\xb6\x88\x62\x49\x99\xf7\x57\x31\xbe\xc3\x75\x1b\xc9\x41\xba\x19\xf3\xdb\xcf\x6a\x38\x4d\x76\x77\x46\xd3\x35\xc2\x47\xa5\x55\x3d\xa8\xe2\x75\x7d\x45\xf9\x6f\xe6\x45\x49\x01\xa3\x4d\x62\x2a\xb9\xdf\x57\x84\x6a\x10\x49\x69\x50\x28\xe3\x61\xa6\x28\x45\x51\x1e\xce\x4d\x8e\x79\x42\xec\x24\xd3\xe8\xe6\x60\x59\x1b\x4f\xdb\x36\x66\x28\xf7\x91\xd1\x73\x48\x22\x79\xd2\x5e\x37\x83\xd8\xbb\xfa\x34\x30\x2e\x44\xc1\x60\x96\x98\xe7\xce\x12\x99\x70\x73\xc5\x1b\x4d\xe1\x18\x39\xf2\x34\x0a\x14\x54\x88\x59\xa4\xc0\x68\x10\xd9\xb9\x82\x72\x46\x66\xce\x96\x9b\x40\xf8\xae\x02\x39\x5e\x87\x42\xdb\x60\xb2\x23\xb3\x95\x19\x89\x52\xa8\x94\x43\x99\xc4\x42\xb1\xf3\x4c\x81\x5e\x2d\x79\xbc\xf9\x4d\xdc\x79\x20\xdf\x60\x1f\x69\x74\xde\xd0\x13\xd4\xe1\x2b\x17\x97\xe9\x9b\x73\x15\xee\x91\x87\x98\x63\xf9\x5c\x64\x86\x92\xfa\x57\x71\x46\xc1\xb4\xef\x11\xca\x22\x0e\x48\xe4\x85\xf1\x89\xe7\x79\xbb\x1e\x8d\x25\x6b\xe3\xe8\x98\x48\xfe\xd4\x44\x8b\xe9\x74\x8a\x99\x9d\x99\xc1\x3c\x20\x03\x66\x32\x2f\x4e\xed\x2c\xd2\x83\xfe\x06\xcc\x17\xa2\x1a\x9d\x45\xe7\x6b\xe7\xb2\x7c\x91\xe1\x75\x4e\x38\x8f\x25\x95\x3c\x96\x3a\xcb\x93\xde\x36\xe3\x61\xea\x07\x91\x05\x99\x67\x36\x82\xfb\x21\x19\x8c\xa7\x7d\x6c\xee\x9b\x94\x17\x44\xdf\x54\x2a\x30\x5f\x4e\x69\x5e\x36\x49\xe0\xbc\x33\xf3\xc9\xbf\x98\x97\xbd\xfc\x0f\xfe\xfd\x26\x42\xe2\x95\xe4\xee\xa5\xf5\x28\xd6\x3a\x46\xff\x3e\x37\xf0\x12\xe5\xd1\xe7\xac\x68\x22\x1e\x89\xc2\x7f\x1f\xf0\xfa\x6e\x7a\x3b\x1f\x88\x99\x15\xc5\xd6\x36\x3a\x86\xee\x0d\xfe\xf2\x8c\x87\x69\xe6\xc3\x79\x90\x4c\x11\xeb\x49\x17\x66\x92\x96\x5a\x37\xf1\xfe\x8e\x4d\xca\xa4\x53\xdb\x20\x2e\x87\xba\xbe\xe9\x88\x37\x2e\x49\x35\xf7\xc5\x52\x4d\x2a\x22\x69\xef\xf0\xf8\xbf\xe1\x61\x2a\x9c\x7b\x2a\xf2\xc8\xf2\xb0\xf8\xe0\x88\x0a\xfe\xd9\x8a\x78\x0b\x2a\xea\xdc\x48\x5e\x2a\x8e\x07\xd1\x1b\x2c\xce\x66\xdc\x5c\x45\x1d\x9f\x1b\x8b\xd7\x94\xd2\xef\x2b\x22\xab\xe8\xce\x58\xf1\xf7\x06\x1a\xcb\xaf\xed\x26\x7f\x63\x91\xa4\x81\xce\x8b\x05\x0e\x67\x49\x92\xcb\x62\xaf\x93\xa7\xb4\xf0\xf9\x63\x5a\xcf\x05\x06\xef\xe6\x4b\xed\x20\xe3\xbd\x82\x46\x24\x91\x67\x2d\xc3\x01\xc9\xf8\x70\x64\x38\x98\xf1\x7e\x7c\xa3\x34\x97\x30\x7a\xd1\x38\xad\x80\x9e\xa2\x77\x77\x36\x49\xd7\xc0\xae\xcc\x1b\xa2\x76\x80\xbb\xb5\x28\x85\x31\x9f\x42\xbb\x9e\x65\x22\xef\xc5\x62\x19\x73\xa7\x0c\x0f\xb3\xbf\x3d\xe5\xf7\xab\xcd\xf8\xa6\x52\xe5\x37\x90\x3e\x51\xbd\xc4\x88\x5c\x92\xea\xd3\xec\x79\x56\x99\xb0\x27\x52\x6d\xe6\x4f\xe7\x41\xf5\x6a\x46\xe4\x55\xfd\x9c\x76\x8d\x3f\x5f\x44\xf3\xaa\xb6\xe2\xbc\x7f\xd5\xfe\x35\xc4\xbd\x5d\xe5\xb1\x83\x3c\x9f\x65\xe1\x87\x99\x31\x72\xeb\x19\xd2\xa3\xca\xa6\x5f\x29\xff\x5d\x19\x76\x8f\xf4\xa4\xd2\xe0\x65\x13\x10\xfc\x36\x85\x70\x1f\xbe\xdb\xd3\x7a\xb2\x1c\x70\x24\xc9\xc5\x2e\x9b\x6e\xca\x36\xfb\x99\x07\x48\x86\x03\x1a\x3b\x6f\x0e\xe9\x8d\xac\x3f\x94\xce\x81\xf9\xe4\xdd\xf5\x6f\x62\x2d\xed\xb5\x7b\x21\xbd\x65\xd7\x3f\x2b\xc8\xae\xb4\x49\x5a\x2c\x46\x2c\x97\x8b\x37\xf7\x5a\x31\xa2\xb7\x32\xbb\x3d\xf7\x45\x92\xe1\x61\xf2\x07\x10\x1e\x7c\x55\x27\x43\x11\xcf\x62\x41\xdf\xbc\x2a\xd4\x89\x2c\x6b\x6d\x99\x1f\xd9\xfd\x3a\x81\x4f\xa0\x55\x9d\x98\xc1\xa7\xee\x69\x21\xe1\x8b\x56\x6e\xe0\x8e\x26\x75\xdb\x57\x4d\xe1\xcf\x6d\x2d\xc1\x27\xfd\x93\x6a\x3c\x4f\xd2\xf7\xac\xb8\xfc\xcb\x39\x1e\xef\x90\x1c\xd6\x6a\xfe\xab\xd9\x82\x03\xf2\x2e\xcf\x26\x9e\x0a\x37\x09\x7b\xad\x0e\x2e\x8c\x7b\x1a\xbf\x63\x0e\xa1\x11\xc6\xbd\x62\x7c\xc4\xa8\x2d\xf3\xe8\x74\xd2\x2f\xe7\x48\xd4\x10\xf5\x45\x74\x2a\x6b\x76\xaf\x20\x94\xaf\x6a\x0e\x77\xf7\xea\xea\xba\x8c\xa4\xbb\x8d\xaf\xec\xe6\x2e\xc3\xc3\xac\x15\x23\x1e\xeb\xd6\xcb\x13\x57\xfa\x86\x38\x55\xf2\x93\xd6\xd9\xf6\x27\xfd\x5f\x5f\x6b\x40\xb8\xfb\x75\x0f\xc6\x91\x27\xbe\xf6\x2e\x87\x80\xd7\xcd\xf5\xa1\x9b\xde\xba\x65\x7c\x52\xad\xb3\x4a\xa1\x37\x59\xd7\x27\x9f\xe6\xbb\xe6\x40\x19\x7d\x70\x6d\x51\x2d\xe9\xc1\xba\x87\xdf\x52\xee\x61\xed\x75\xee\x9f\xb4\x76\xe1\x49\xf2\x1b\xbe\xa9\xba\x40\x37\xdf\x35\xe3\x99\x37\x67\xf5\x3e\xe9\x3d\xcc\xd7\x2a\x9f\x70\xe0\x1e\x4f\x19\x7d\xe6\x9c\x3c\x97\x9e\x32\xc9\xa4\x84\x22\xf7\x56\x6d\xe6\x13\x8a\xcb\xc4\x97\xf7\x59\xd6\x1f\x4a\xd7\x7f\x31\xdd\xa3\x06\x8f\xae\xa2\xc8\xa4\x86\x64\x19\x55\x30\xaa\x58\xad\x20\xfb\xd0\xe9\x4a\x2d\xdb\x43\xef\x55\x97\x78\xde\xad\xf1\x30\x5b\xfe\x60\x79\xd8\xb2\x56\x85\x90\x69\x5b\x83\x06\x12\x8e\x72\x4b\xa2\x3e\x79\xa6\x5b\x32\xcd\xe9\x2f\xbe\xfd\xc7\x81\xee\x51\x5b\xf6\x73\x4c\x6b\x6b\x97\x48\xd2\xb4\x6f\x83\x59\x83\xb7\x74\xcd\xa3\xfb\xd5\x66\x61\x3e\xcd\x6b\x4b\x27\xce\x25\x7c\x5b\xb0\x89\x10\xf2\x9b\xf3\xf6\xd2\xe7\x36\x3b\x1f\x0f\xe5\xf1\x3c\xf9\xd7\x9b\x3e\xfc\x71\x9c\xff\xee\x51\x53\x4b\x9f\x8f\x5f\xf5\x00\xd5\x74\xe0\x72\x12\xd0\x5b\xa9\x05\xf7\x70\xca\x00\xe8\xbd\x1d\x68\x58\x0c\xa8\x3d\xe1\x9a\x72\xe9\xb1\xfc\xbd\x1a\xa0\x75\xb5\xa5\xbf\x81\x2c\xdf\xbf\x7e\x14\x60\xd0\x86\x6b\x4d\xa5\x7e\xa1\x8c\xdf\xbf\x3a\x83\xeb\x77\x97\x8e\x07\xec\x5f\x02\x8b\x03\x00\x77\x0b\xa0\x62\x10\xe0\x37\x1a\x98\x9f\x08\x84\x9c\x00\x16\x1d\x02\xe2\x42\x80\xb2\xe5\x40\xea\x20\xa0\x62\x35\xc7\xbc\x16\x94\x00\x73\x4f\x00\x0b\x8f\x00\x15\xdb\x39\xff\x2f\x95\xb0\x25\xa1\x9c\x5b\x5a\x7a\x04\x38\x38\xb9\xa5\xff\xc1\xf2\x71\x1c\xaf\xad\xb9\xc5\xfd\x0f\x6a\x73\x81\x0f\x4f\x5a\xfa\x80\x54\x38\xf3\x58\x1a\x20\xe6\xbb\x45\xfc\xc7\x95\x68\x40\x49\x17\xb8\x38\x1b\x50\xaa\xfa\x1c\xf7\xa0\xb2\xa5\x05\xf7\x70\x50\x97\xf9\x43\xf6\x44\x00\x1a\x91\xc0\xd6\x50\x40\xeb\x23\xb0\x51\x17\x18\x7c\x8c\xfb\xb6\x48\x6f\x6c\xb2\x3a\x7f\xd9\x3a\x2c\x0b\x06\xac\x0d\x00\xa9\x0e\x4b\xef\x0d\xe5\x72\x80\xdb\x37\xc0\xfc\x1a\xc0\x6b\x14\x50\xfa\x14\x08\xf2\x02\x4a\x7d\x80\xe8\xa1\x40\x71\x28\xc7\x25\x4b\x0b\x01\xa9\xa5\x2a\xf9\x16\x98\xf3\x1e\x28\x2d\x00\xca\x5f\x32\x5f\xc0\xea\x26\x60\xfe\x15\x60\x93\x74\x5d\xbb\x02\x07\x87\x01\x4b\xb4\xb8\xff\xc1\xb2\x07\xc0\xf5\x95\x40\x55\x67\xe0\xfe\x06\x60\xd9\x62\xe0\xfd\x92\x96\x3e\x20\x0b\xc4\xb8\xad\xac\x0f\xc4\xf5\x11\x5c\x7f\x7c\xb9\x09\xe8\xbc\x9a\xf3\x5b\x9d\x97\x7e\x89\x7b\x90\xca\xc1\xa7\xb8\x87\x7a\x45\xe9\x1d\x12\xf8\x36\x10\xd0\x48\x00\xd6\x0d\x03\xfa\x6b\x31\x7f\xcb\x50\x5d\x5e\x7f\x83\x38\x46\x0b\x8e\xb1\x00\x96\x1a\x01\x96\x6e\x2d\xeb\xd0\x3a\xef\x5f\x34\x1a\x08\x98\xc9\x31\x69\xa9\xfe\x17\x26\x00\x89\xc7\x81\xc2\x3d\x9c\x03\x90\x5a\x65\xe9\xff\x66\xcf\x00\x16\x1e\x07\x4a\x12\x80\x95\x2b\x81\xf9\xae\xc0\xd6\x00\x60\xde\x7e\x60\xbf\x0b\x50\x66\xc5\x35\xd9\xe5\xf7\x80\xeb\xca\xc0\x12\x17\xe0\x89\x0e\xe7\x9d\x3f\x56\xb6\xcc\x5f\x86\xff\x90\xf1\x20\x5c\x7d\x0b\xc8\x67\x01\x97\xb6\x03\xd2\xf3\xfc\x6c\x13\xf7\x03\x91\xfa\x60\x1d\x1d\x5b\x70\x0f\xdf\xef\x07\x3a\x05\x73\x3c\xb3\x5b\x03\x73\xb3\x28\xd7\x32\xa7\x76\xcf\x09\xc0\xaa\x9b\x80\xfa\xa1\x16\xbe\x83\xaa\x3b\xc0\xb0\x97\x40\x65\x09\x60\xf4\x0e\x28\x77\x05\xcc\xe2\x38\xef\x3f\xa1\xec\xeb\x79\xff\xdc\x6c\x20\x4c\x05\xc8\xda\x06\x4c\x6b\xe0\xbc\x75\xfa\x74\xa0\xe0\x07\x60\xce\xdf\xcc\x9d\xb3\x48\x02\x14\x3e\x00\x6a\x1a\x18\xcf\xb0\xa9\x06\x90\xde\x35\xf6\x2e\x04\x8a\xcd\x81\x53\xeb\x80\x79\x17\x80\xdf\xbb\x30\x5e\xe4\x9f\x31\x5f\x9f\xbf\x2c\x0f\x7c\x4d\x8c\xcb\x37\xe3\x1e\x0e\x33\xcf\x83\x0c\xf7\xb0\xff\x34\x8f\xfb\x3c\x81\xb6\xbb\x19\xff\xd2\xfe\x0a\xe7\x92\x3a\x7f\xfc\xa4\xcf\x83\x33\xc7\xc2\xab\x4a\xb9\x4f\xcc\xe2\x0b\xc0\xe0\x0b\x40\xf9\x02\x40\xbf\x08\x98\x6f\x0c\x8c\x35\x06\x8a\xc5\xfa\x76\xa9\xb7\x31\x29\x4e\xea\xfd\x32\x5f\x4c\xf6\x1a\x60\x8a\x01\x90\x79\x1c\x08\xc9\x01\x32\x94\xb9\x8e\x35\x7b\x25\xf7\x34\xc8\xce\x64\x8c\x48\xb6\x21\xaf\x83\xf4\x34\xaf\xbd\x09\xe4\x06\x30\x07\x49\xbe\x02\xf0\xfd\x71\xb1\x0f\x44\x23\x50\xe8\x09\xfc\xfa\x13\x30\x07\xc0\xc3\x63\x2d\xf3\xcf\xbe\xc7\xf8\x07\x19\xfe\x43\x86\x03\x90\xf1\x7e\xfc\x7f\xc6\x3d\x3c\x04\xda\xed\x6b\xc9\xf7\xaf\xc8\x03\xba\xeb\x02\x95\x01\x40\xcf\x85\xc0\xa2\x87\x40\x7f\x0b\x60\xde\x40\x60\x98\x13\xcf\xdf\x58\x02\x14\xe4\x03\x66\x4a\xcc\x81\x23\xb5\x9b\x19\x7f\x02\x4e\x01\x9c\xaf\x9f\x9c\xc3\x79\xfd\xe0\x7a\xee\x7b\x10\x9d\x00\xcc\xb8\xc0\xf8\xa0\x59\x13\x80\xd9\x16\xc0\xac\x5f\x80\x45\x8a\x40\x46\x07\xe6\xc6\xc9\x38\x00\x6c\x29\x07\x32\x6c\x80\x7d\x77\x98\xe7\xe3\xd4\x04\x20\xc7\x1d\xb8\x61\x01\xe4\x5e\x07\x9e\xd9\x33\x4e\xe2\xe3\x83\xaf\xf3\x40\x34\xf7\x3b\x11\xf3\x77\xcd\xf9\xee\x44\x71\x1d\x44\x16\xac\x3d\x62\x1c\x57\xb6\x0e\x52\x39\x40\x3d\xf3\x7d\xb4\xd9\x03\x54\x66\x01\x1d\x0f\xb1\x1e\xaa\x88\x5e\xb4\xd4\x9e\xce\x89\x00\x06\x14\x00\xb9\x11\x8c\x13\xca\xba\x08\x18\xdf\x06\x66\x5d\x00\x2c\x15\x99\xbf\xc1\x7e\x27\x90\xdc\x08\xb8\x3f\x64\x1e\xf8\x80\x07\x40\xe2\x0f\x40\xe4\x5b\x20\xe5\x5b\xc6\x08\xa4\xfe\x01\x14\xee\x06\x52\x43\xf9\xac\x98\xb1\x0d\x58\x59\x00\xcc\x18\x09\x6c\x19\xc1\xfb\x7a\xc0\x85\x7b\xeb\x48\xed\xe4\x4c\x47\xe0\x77\x05\xc6\x90\xbc\x51\x6a\xe1\x81\x68\x8d\xff\x88\x9c\xf2\x79\xde\xff\xd4\x14\x71\x1d\xc4\x3a\xe4\x43\x62\x1e\x53\xc6\x7b\xd1\x9a\xef\xa0\x39\xdf\x2d\xea\x8f\x8c\xf7\x61\x5e\x3e\xd0\xc5\x05\x28\x3a\x00\xa8\x9a\xb5\xf4\x7b\xc8\xe9\x06\x0c\xbd\x01\xa4\x05\x03\x52\x7f\x31\x35\x8d\xcf\x91\xe9\xfa\x80\xad\x13\xd7\xf6\xbb\x94\x03\x71\x23\xb8\x0f\xc6\xb4\xf5\xdc\x0b\x60\x9a\x09\x73\x3a\xc4\x37\x01\x05\x56\x80\xf4\x76\x5b\x5e\x03\x24\xde\x04\x56\x99\x02\x49\x91\xc0\xb6\x6d\x40\xb2\x33\x70\xe8\x1c\x90\x78\x10\x38\x1b\xc7\x75\xe5\x4d\xf5\x40\x8a\x17\xf0\xe6\x07\x20\x61\x0f\xe7\xbd\x9b\xfb\x61\xdc\xe7\x51\xd6\x17\xe2\xbf\xe9\xc3\x57\x79\x2f\xc4\xfc\x97\x0c\xff\xd1\x9c\xef\x6e\x04\xda\x84\xf2\x99\x2f\x3d\x87\x32\x0a\x80\x5e\x63\x80\x54\x0f\x40\x4b\x0f\x90\xde\x99\x87\xbb\x00\x71\xf3\x81\x51\xa9\x40\x6c\x36\x60\xbd\x0b\x88\xb8\xc3\xb5\xec\x11\x0d\x8c\x2f\x8d\x48\x06\xc2\x23\x80\xf0\x0d\x40\xe2\x36\x20\x62\x00\x90\x7b\x13\x08\xb3\x02\xca\x8c\x38\xaa\xb5\xea\x1c\x10\xfd\x11\xa8\x5f\x03\x84\xdf\x04\x0e\x4a\x80\xf0\xf1\xc0\xcf\x82\xf4\xfe\x08\x34\xdd\x04\x62\xbd\x98\x07\x22\xdc\x82\xd7\x21\xc0\x55\xc4\x41\xcc\xe5\xd1\xeb\x1d\x8f\x67\x44\xdc\xc3\x4f\x22\x6b\xea\x21\x31\xef\x2b\xc3\x3d\xc8\xe4\x40\xd6\xf7\x64\xad\xd8\x4d\x55\x86\xff\xa8\x14\x47\x59\xbe\x7b\xb6\xb8\x6e\x52\xbd\x95\x1b\xc8\xbc\x07\x4a\x12\x3e\x03\xd5\xd5\x81\xe8\xa3\x80\xf6\x21\x20\xa2\x11\x30\xd2\x04\x82\x4e\x02\x26\xe6\x8c\x7f\xb0\xab\x01\x42\xba\x01\x5e\xfd\x19\x3b\x17\xda\x04\x04\xfe\x0c\x24\x25\x03\x7e\x52\x9b\x59\xc4\x38\x07\xe9\x9a\xfb\x6d\x01\xea\x74\x01\xff\x40\xf6\xa3\xfc\xa6\x02\x07\x2d\x00\xff\xbe\x40\xe3\x2e\xc6\xa6\xde\x6a\x02\xfc\xcf\x02\xcf\xf6\x00\xfe\xa2\x9d\x6c\xee\x03\xd2\xf4\x39\x1e\x40\xa6\x07\xad\xf3\xfe\x5f\xeb\x7b\xd2\x1a\xff\x51\x21\x66\x63\x9a\x79\x1f\x44\xbb\x9b\x21\xa2\xa8\x13\xe3\x80\x8e\x27\x81\x98\x89\x80\x6a\x23\xf3\xb1\xf4\x73\x61\xde\x8a\xe1\x55\x80\xef\x4a\x60\xf4\x61\xc0\x57\x05\xb0\x51\x61\xfc\x83\xa7\x1b\xe0\xdb\x0b\x08\xd5\xe1\x3e\x26\x52\xbd\xf0\x7c\x03\xe4\xea\x02\x1e\x7f\x01\x0b\xad\x5a\x78\x20\xdc\x05\x60\x6b\x1c\xe0\x31\x0c\x38\x1a\x0d\xb8\x57\x02\x17\x2a\x79\x94\xae\x83\xe7\x52\xe6\x4f\x6a\x3d\xef\xd6\x38\x08\x19\xfe\x45\xd6\xff\x47\xc6\xfb\xd0\x1a\xff\xb1\x46\xfc\x5c\x8d\xc8\xa2\xf8\x05\xfe\x63\x06\x8f\xb2\xbc\xbf\x8c\xff\x62\x9a\xad\x54\xb8\x80\xb0\x4a\xa0\xab\x13\xe0\xbf\x86\xfb\xd2\x79\x29\x03\x83\x6c\x01\x8f\x8f\x80\xd1\x33\xc0\xad\x06\xb0\xb8\xc0\xd8\x39\xe7\x3c\xce\x79\x07\x53\x57\x7e\x20\xee\x26\xe0\x74\x84\x9f\x6d\xff\x91\x7d\x6b\xc7\x2d\xc0\xea\x0c\x60\xd2\x1a\x60\xbb\x3d\x60\x97\xca\x5c\x77\xb6\x91\xc0\x45\x45\xfe\xf9\xee\x0f\x3c\x4a\xd7\x61\xa2\xed\xe7\xb8\x0f\x19\x0f\x84\x0c\x07\xc1\x5c\xe8\x5f\xe7\x3f\x69\x2d\x07\xcb\xc5\xa8\x7b\x79\x6e\x2b\x7d\x10\x79\x32\xbe\xe0\xbf\x10\xfb\x89\x50\xb4\xb7\x9e\x71\x1f\x52\x3d\x71\x4a\x64\xb9\x70\xd4\x07\xf4\xa4\x3a\xf1\x01\x30\x77\x03\x26\x79\xf0\x39\x3a\xde\x8f\x71\x52\xd6\x3d\xf8\xbe\x61\xd5\x16\xc8\xed\x00\xaa\x45\x28\xaf\x05\xcc\xc3\x81\x55\x21\x80\xa9\x3d\xb0\xf5\x29\x60\xfa\x1d\xf7\x32\x32\x7d\x05\x9c\x37\x05\xcc\x87\x00\xb7\x7e\x01\x4c\xd2\x81\x57\x07\x5b\xe6\xab\x2b\xf2\xa9\x0d\xf8\xf5\x73\x1c\x44\xb3\x1e\x88\xfc\x27\xdb\x44\x3c\x88\x8c\xff\x64\xad\x2a\x8f\xb5\xe2\x6d\xf1\x6b\xf8\x8f\x3c\x31\x4b\x25\xe3\xbf\x88\x17\x79\x44\x42\x45\x7d\xf3\x0c\xe2\xd1\xae\x91\xf1\xca\xb6\x03\x80\x3e\xdf\x03\xd6\x11\xc0\x90\x6a\xe6\xa0\x1b\x6d\x02\x98\xd6\x01\x93\xce\x00\xa3\x77\x00\xbe\x66\xc0\xa8\x1f\x80\x58\x2b\x60\x64\x3d\x90\x95\x0e\x8c\x88\x03\xca\xb2\x01\xa3\xa9\xc0\xca\xb5\x80\xde\x40\x60\x9b\x01\x30\xac\x0c\x38\x94\x0b\x0c\x7f\x01\x9c\xd5\x01\x86\x16\x02\x37\x57\x01\x83\x15\xb9\x77\x9e\x6c\xbe\x9a\x43\x79\x54\x7b\xfc\x39\x0e\x62\xef\x76\x7e\xbf\x2f\xf8\x4f\x44\xfb\xf0\x7f\xc5\x7f\x7c\x0d\xff\x10\x20\xf6\x91\x71\xb5\xe3\xd1\x4a\x7c\xde\xd8\xde\x80\xa2\x1d\x30\xf2\x35\xa0\xf9\x1a\x30\xfc\x8d\xf7\x4c\x7f\x3a\x60\xb3\x10\x18\x9e\x0f\x78\xdf\x03\x86\x36\x32\x56\x6e\xb0\x0f\x90\x31\x19\x18\xe8\xce\x18\x6c\x4d\x37\xc6\x92\x4b\x65\x4a\x7a\xd7\x95\xe4\x03\x07\x7e\x01\x34\x86\x02\xa7\x77\x71\x0d\xc5\xef\x8d\x40\x9f\x97\xc0\x93\x2b\x40\x4f\xad\xcf\x79\x2f\xba\x2f\xe7\x51\x7a\x67\x92\x8e\x5f\xf0\x9f\xc8\xf8\x5f\x64\xfc\x27\xb1\x9f\xcf\x7f\x7e\xdd\x7f\x9e\x7f\xb2\xa8\x37\x32\x1e\x94\xd0\x0b\xcc\x9f\xe1\x23\x46\xab\x1d\x45\xfe\x31\x33\x11\x57\xa5\xf3\x0e\x90\xcf\x00\x86\xaa\x01\x7d\x8d\x81\x81\x8b\x18\x1f\xa4\x69\xc1\xfc\x9d\xea\xc9\x80\xa7\x3c\xd0\xe7\x20\x10\x19\x04\xf4\xfc\x13\x98\x39\x13\x50\x51\x00\xe6\x8e\x02\x94\xd6\x01\xcb\x12\x80\xee\x93\x80\xf5\x57\x00\x85\x1e\xc0\x5e\x25\xa0\xeb\x6d\xe0\xc4\xdf\x40\x97\x2a\xe0\x6a\x30\xd0\xf9\x07\xae\x31\xe9\x7c\x03\x78\x9f\x0f\x74\x4e\xe4\x79\x77\x2e\xfb\x7c\xfc\x82\xff\x44\xb4\xfb\xb2\x28\x52\x85\x88\xb7\x9d\x7f\x8b\x47\x59\x1f\xa4\xac\x19\x20\x34\x42\xaa\x7e\x5b\x9a\x69\x6c\x76\x7b\xca\x8a\x44\x68\x74\xa4\xa8\x90\xaf\x59\x67\xca\xba\x39\x3b\x74\xa0\x68\x99\x55\x48\x67\x3a\x59\x0c\x1b\x29\x78\x0c\x8d\xc6\x6e\x14\x85\x57\x3d\xa8\xd8\x5b\x29\x0e\xe8\x2e\x28\xae\x1c\xd4\x07\xe8\x7a\x59\xf1\x8a\x49\x0e\xd0\x69\xae\xe2\x52\xe7\x81\x80\xbc\x99\xa2\x6b\x70\x0c\x20\x97\xae\xf0\x77\xb2\x74\x4f\x5e\x29\x24\x15\x50\x9c\xb2\xdb\xf5\xc5\x14\x8f\xef\xfa\x03\xd7\x6d\x76\x31\xd9\x45\x79\x9d\xce\x17\x8e\x53\x7e\xbf\xe3\xc9\x4b\x14\x9f\xef\xf0\xe2\x2e\xf9\xc6\x1d\x7e\x7e\x4d\xf1\x97\x76\x22\xff\x41\x5b\xca\xf7\xb6\xe9\x81\x03\xd2\x7b\xd6\xd7\xf0\x2f\x8b\xbd\x79\x2c\x35\x63\xd6\xf1\xd9\x9e\x1d\xa9\xba\x32\x4b\xb1\x1b\xc5\xed\x52\xbb\x2b\x92\x05\x8d\xa9\x54\x22\x89\x08\x49\xe3\x68\xab\xaf\x19\xe7\xcf\x9d\x9b\x7a\x53\xfe\xd8\xba\xa9\x2f\xfd\xdd\x28\x83\xbe\x14\x4d\xd3\xae\xd4\xa0\xa8\xb1\xd2\xc5\x7e\x74\xa2\xb4\x59\xa0\xb9\xa9\x23\x65\x92\xb4\xdc\xfb\x91\x4f\xa6\xd5\x6f\x14\xf1\xca\xf6\x73\x71\x20\x86\x04\xc9\xc3\x20\x7a\x92\x24\x32\x89\x74\x51\x32\x84\x23\xc4\x1a\xd3\x97\xd0\x57\xaa\x99\xac\xa1\xbd\xeb\xf3\x74\x27\xc5\xb7\xfa\x34\x1c\xa3\xc8\x5a\xef\xd0\x4b\x94\x61\xeb\x55\x7a\x87\x90\x19\xaa\x39\x2f\xc8\xa6\xf7\x78\xcf\xeb\xd0\x7d\xc2\xa7\xa3\x6c\xfe\x2b\x44\xb9\xa8\x10\xe4\xe9\x7d\xe7\x29\x32\x0f\x4c\x81\x91\x12\x65\xcd\xd2\x1f\x72\x35\x59\x6a\x62\x1f\x8a\x8e\x4d\x5b\xdf\x87\xde\x2a\xe4\xaa\x3a\xad\x87\x6f\x45\x7f\x66\x5b\x48\xe2\xec\x9c\x8d\x39\x57\xa5\x9a\xa8\x0c\xa1\x7c\xc7\xf0\xbc\x61\x54\x9d\xdd\x37\x4b\x87\xf2\x65\xf2\xab\xf5\x8c\xf9\x1b\xf5\x4c\x3a\x53\x86\x44\xef\x86\x56\x24\x8f\xa3\x48\x07\x75\xe3\xec\x48\x46\xf5\xc2\x02\x49\x06\x75\x3b\x71\xbd\xbf\x6e\xa7\x3c\x8a\xdb\xea\xa0\x82\xf2\x40\xc3\xce\x71\x27\xe9\xc1\xaf\x76\x90\xc4\x0d\xae\xfb\x81\x32\x8f\xda\x13\xcf\x91\x8f\xa8\xed\xd4\x44\x67\xc0\xc0\x8e\xcf\x49\x3e\x34\x45\xfe\x07\xb5\xa3\x3c\xf6\xa6\x75\x58\xf1\xbe\x1d\xe1\x17\x16\xd7\xb3\xbc\xca\xf0\x2f\xf9\x4d\x7d\x29\xca\x9d\xb1\x9b\xf1\x2f\x29\x6e\xfd\x28\x4f\x2f\xe3\x81\x09\x97\x63\xfa\x06\xbf\x2d\xc3\x68\xbd\xdc\x73\xb9\x1f\xd0\xa4\x13\x7a\x34\xff\x71\xb9\x9c\x3f\xd7\xff\xd9\xb8\x9a\xbf\x7d\x34\x69\x98\x92\x9b\x89\xa8\x59\xa6\xa2\xe5\x31\xad\xeb\x46\x36\xd8\xe4\x91\x26\xd9\x2a\xd3\xc6\x91\x54\x8f\x6b\xaa\x66\x47\x4f\x34\x99\xe3\x47\x4f\x32\x9d\x14\x4f\xf5\xfc\xa6\x16\x9c\x39\x30\x51\x5b\x48\x99\xf9\x31\x01\x75\x24\x61\xc6\x7a\x8c\xfd\x36\xbe\x7a\x84\xee\x4a\x23\xeb\x1b\xe9\xce\x38\x72\x26\x71\x4a\xc2\xe8\xf1\x13\xda\x49\xfd\x2d\x8c\x0f\xd2\x01\xaf\xc3\x60\x1b\xe9\x58\xfe\x50\x95\xf6\x71\x5e\x7d\x5f\xb1\xca\x5c\x42\xd1\xcd\x2c\x89\x36\x65\x91\x64\x3c\x30\xd3\x9e\x32\x0f\x4c\x44\x83\x21\xe7\x3d\x6d\x46\x51\x7c\xd7\xfd\x12\xa3\x36\x1c\xf2\xc6\x52\x36\xc2\xb2\xc0\x9c\xec\x83\x71\x0e\xe3\x25\x86\x4a\xac\x68\x96\x7d\x1f\x31\x0b\x73\xa7\x87\x13\x45\xc4\xae\xad\x36\x8f\x13\xbb\x29\x50\xe6\xc0\xc6\x4a\x93\x32\xec\x13\xef\x8f\xa4\x27\xda\xac\xb3\xa5\x95\x9a\x68\x32\x85\xf6\xdf\xa6\x5b\xcc\x4b\xfe\xf7\x0c\x42\x5a\x4c\x6c\x98\x4f\xeb\x63\x93\x52\x4b\x79\xcc\xf1\x37\xbe\xa5\xb3\x6f\xc2\xe6\x83\xe4\xe3\x59\x95\x9e\x22\x5b\x6f\x75\xef\x3a\xd9\x76\xcb\xfa\x07\x5a\xbc\x43\x1f\x69\x06\xb2\xbe\x41\xcc\x1b\x33\xaf\x9e\xfb\x5b\x15\xdc\x1e\x44\xd1\xdb\x2c\xb7\xa1\xf4\x2d\x33\xff\x34\xa0\x13\x4e\xc6\x03\x13\x79\x87\xf1\x01\xfe\x2a\x26\xa4\x37\x1e\x57\xcd\x09\x37\xe1\x28\x56\x59\x4e\xa8\xb0\xa6\xac\x99\xc9\x12\xee\xc2\xae\x77\x63\x12\xd9\x11\xad\xeb\x76\x74\x22\xf7\xd8\xc8\x7c\x1a\x72\x95\xce\x22\x0f\x84\x9b\xd8\xc9\xd3\x35\x4e\x91\xde\xd3\x4d\xb9\x3f\xed\x97\x1b\x61\x3f\x01\xb7\xc3\x36\xf4\x46\xee\xb3\xa6\x90\xcd\x72\xbb\x13\x4d\xf2\xee\xbe\x86\xeb\x36\xdd\x1a\x4a\x28\x86\xe4\xd6\x58\x4d\x3b\xe4\x3a\x9e\x71\x52\x2e\x43\xbf\x27\x4d\x74\xfa\x78\x72\x38\xbf\xe1\x15\xd2\x1b\x07\xcb\x7b\x54\x6b\x62\x97\xfd\x8a\xe2\xfd\xb6\xd5\xbc\x0e\xcc\x1b\x33\xc7\x4c\x8f\xb4\x33\x4b\x97\x71\x4e\x33\x13\x8d\xe9\xaf\x13\x76\x33\x3b\xc9\xd4\x53\x16\xb4\xea\xc1\x46\x13\xe8\x86\x25\xeb\x87\xe4\x72\x9b\x71\x3e\xb6\x16\x76\x94\xb7\x90\xe1\x60\x0c\x6f\x38\xd3\xee\x0d\xfe\xc3\x95\xb2\x76\x6a\xd3\xdc\x29\xcb\xac\x78\xdb\x4b\x9c\xbf\x8f\x78\x22\xfb\x8a\x37\x5c\x9f\xfb\xca\xb4\x15\xbe\xc7\x59\xe3\x7c\x17\x8c\x20\x49\xf2\xad\x1c\x4f\x12\xe7\xfb\x68\x32\xc9\x89\xef\x3f\x11\x94\x31\xf7\xcd\x4f\x25\x15\xf6\xb9\x39\x9b\xea\x36\x7d\x9f\x56\xd2\xfc\x7c\x1a\xd6\x92\xbc\xf8\x58\xec\xa6\x5a\x11\xef\x47\x0d\x54\x43\x31\xf9\x26\xdf\xa9\xbd\x24\x4d\xc4\x07\xee\xb1\xed\x11\xad\xab\xac\x6f\x90\x53\x9a\x74\xcc\xfd\x99\xab\xeb\xd3\x92\x4c\x69\xf5\x13\xbf\xb3\x26\xcf\x27\xc6\xd9\x86\x76\x25\xc4\x6b\x12\xe9\xb7\xcf\x8f\x4c\x04\xe0\x21\xef\x42\x4f\xb7\x93\x30\x3e\xa2\x19\x07\x73\x54\xc4\xc1\xdc\xf5\x25\xfd\xd7\x0a\x61\xcf\x41\x35\xda\x9f\xac\x5f\xc7\x77\x81\xa2\x87\x11\x36\x90\xc7\xd0\xa6\x36\xc4\xcb\x1f\x56\xae\x4c\x3e\x5b\xf8\x8a\x01\xe4\x5b\x84\xf7\x63\xcb\x12\x66\x32\x9e\x7f\xde\xe7\x4e\x3e\x6e\xf8\x88\x30\xca\xa4\x87\x07\xb0\x81\x09\x1f\xcf\x3e\x4c\x58\x79\x39\xc9\x45\xe8\xb1\xba\x27\xfc\xdc\x6d\xdc\xc1\xc5\x84\xed\x44\xf0\xea\x33\x64\xd9\x83\xa9\x07\xb7\xf4\x26\xca\xf8\x39\xff\x33\xef\x28\xe6\xe8\x43\xbc\x49\xb3\x1a\x2c\xc8\xca\x24\x49\x26\x10\x8b\x44\x2c\x38\x7b\x14\xee\xe0\x44\x72\x1d\x60\xc3\x38\x18\xcf\x13\x8c\x6f\x72\x36\xf0\xe6\xfe\x68\x26\x9f\xf3\xc1\x8c\x0c\x64\x1c\xcc\x50\xb5\x20\x7a\x9e\xfa\x99\x50\xca\xca\x29\x35\x32\x4f\x4a\xdb\x5b\x53\xb5\x78\xfe\x31\xac\x88\x88\xd3\x6f\x4b\x79\x25\x19\x1e\x26\xb6\x7e\x00\x9d\xb8\xb1\x5e\x23\xe8\x9c\x8c\xed\x68\x45\xbe\x6d\xfc\x7e\x77\xd2\xd4\xb8\xab\x21\x94\xcf\x89\x0b\x4c\xa4\xf9\xc6\x47\x72\xc6\x31\xb6\x9e\x7d\xfc\x69\xef\x6b\x18\x3f\x83\xcd\x24\xa1\x71\xa1\x9c\xcf\x8b\xa5\x78\x04\x10\x33\xf8\x57\x42\xf8\x45\xed\xbe\x47\x19\xb5\xc8\x47\x2f\x37\xa2\x19\x17\x33\x7d\x19\xf7\xfb\x92\xf5\x83\x8a\x4c\xf1\x60\xb4\xcc\xec\x29\xa4\xe7\xde\xe6\x53\xc8\x5f\x72\x3b\x15\x40\xfb\x3b\xe9\x47\xee\x03\x65\x95\xc4\xac\xfb\x63\x42\x42\xf9\x74\x3b\x10\x4e\x75\xe1\x03\x56\x45\x51\x7d\x7f\x6f\xef\x18\xb2\xca\x5d\x2f\x32\x5e\x02\x85\x09\x62\xbe\x77\xba\x78\x93\x4b\xe9\x29\xc7\x1d\xc9\xa6\xa8\xd0\xbe\xcd\xd0\xe2\x75\x48\x89\x37\x22\x4b\x9d\xf2\xb3\x35\x9d\xf7\xa9\x70\x25\x0d\x9c\x61\xc0\x18\xe5\xd4\x9c\x78\x4b\x1e\x19\x61\x90\xb2\xba\x64\x07\x7f\x6e\x39\xd9\xdb\xd4\x13\x1b\x69\xe5\x53\xb0\x87\x3b\xbd\x38\x1f\x23\x4b\x9f\x5c\xc4\xbd\x66\x93\x1a\x6f\x91\x5e\x24\x8c\x79\x44\x77\x9f\xb8\x0f\x1f\x94\x80\xb8\xf5\x9e\x74\x1e\x46\x94\x7a\x27\xb1\xf4\xf8\x72\xdf\x83\x3b\x81\xb4\xfa\x1e\xc9\x21\xc4\x77\xe1\xb0\x31\x9c\xbb\x6e\x29\x47\x91\x35\x36\x4b\x8b\x22\x0f\x7a\x64\x3d\xe3\x24\x86\x36\x32\x0e\xa6\xff\x98\x78\xda\x2d\x95\x11\xcc\x93\xd2\xe9\xdb\xe9\xe2\x4d\x6d\xa6\x88\x40\xcf\x78\xc4\x63\xa6\x7a\x3b\x5a\xe9\x2c\x1b\x15\xd2\xfb\x8c\x3a\xae\xef\xce\x3c\x63\x44\xbe\x5d\x96\x84\xaf\x7a\x59\xf7\x5c\x0f\xf3\xe7\xfd\x69\x3d\xb2\xc4\x95\xcd\x76\xce\x88\xe5\xb1\xf8\x5b\xfe\xfc\x32\xb2\x1b\x59\x2b\xd6\x25\xf0\xcf\xbb\xb8\x0f\x53\xc6\x51\xca\xdc\xa6\x9b\x9d\x27\xc9\xfd\x12\x17\xf3\xa2\x1e\x88\xb6\xf1\xa7\x9b\x51\x98\x51\x30\x59\x97\x00\x49\x38\x45\xa2\x26\x17\x30\xae\xcb\xf9\xc9\x54\xfa\x56\x3b\x09\xf7\x47\xb2\x9c\x31\x8d\xbe\x7d\x74\x56\x3c\xdd\x54\xf5\xa7\x25\x93\xf6\x0e\xd6\x9c\x4e\x52\xaa\xf1\x31\x85\x50\x5d\xca\x4e\xb3\x68\x57\xe4\xcd\x33\xc4\x1b\x49\xb6\x78\x93\xcb\x17\x23\x17\x05\x45\xf2\xc4\xc0\xd3\x8c\x87\x29\xe7\x75\xc8\x6f\x32\x24\xcb\x54\x58\x61\x49\x76\xbd\x60\xaf\x13\x69\xd2\xec\x64\x7f\xfa\xc6\xd9\x0d\xd1\xe4\x1f\x16\x5e\x4d\xcb\xe3\xcf\x33\x3f\xca\x6c\xe5\x4a\xda\xff\x82\xfb\xab\x4f\xf0\xf3\xea\xc9\xb2\x17\xe8\x1e\xa2\x3b\x53\xde\xdc\xd3\xc4\xb3\x90\xf7\xdd\x6f\x14\x7b\xcc\xc3\xdf\xdd\x68\xbd\x1a\x5f\x04\xb4\xe0\x60\x02\xb4\x23\x08\x07\x3a\xc5\x82\x79\x61\xdc\x94\x19\xef\x24\xe3\xc3\xb1\x2e\x66\x14\xa7\x79\x23\xcb\xf5\x28\x03\xee\x93\xa4\xdb\x6d\x16\x45\x68\xfa\x0b\x8c\x0f\x51\x1b\x97\x45\xf8\x10\xc5\x0a\xf6\x76\xda\x5e\x2c\x10\xf1\x2f\x73\xc5\x48\x4e\x33\x1e\x26\x4f\x9e\x62\x9d\x32\x3c\x4c\xe9\xf6\x01\x84\x8f\x2e\x15\x0c\xb9\xb3\x99\x97\x25\x59\xd4\xf9\x8e\x4e\x84\x07\x99\x57\xcf\x27\x4c\xe9\x56\xee\x33\x37\xdf\x6f\x46\x31\x7f\x9e\x99\x39\x4a\x05\xf6\x2f\x4b\x85\x3a\xee\xab\xe4\xb6\x85\x4e\xae\xd2\xc3\x8c\x93\x2a\x96\x70\xcd\x4d\xd1\xc1\x8b\x94\x91\x2e\xaa\xbd\x43\xb1\x94\xa2\xa5\x4f\x47\x02\xc1\x47\x19\x4d\xe0\xa7\xcd\xf3\x6e\xc6\xc1\x88\x7c\x38\xb6\x07\x53\x49\xde\x2d\x6f\x30\xbb\xdb\x58\xe5\x0c\xd2\x42\xc3\x84\x4c\x5a\xaf\x21\xda\x39\x74\x13\xd1\x1a\x95\x47\xe8\x24\x95\x7a\xb6\xe2\x5d\x77\xcf\xa1\x53\xbd\xad\xa2\x6c\xde\x0b\xc4\x7e\x49\xe5\xeb\xc5\xf1\x50\x07\xee\x7f\xd4\x8c\x87\x19\x48\x1a\x55\x21\xb0\xa7\xb6\x38\xce\x82\xbe\xa9\xc2\xdc\x91\x90\x6a\xe5\x6b\x19\xa9\xb8\x58\x23\x8a\x24\x6c\x71\x36\x33\xf4\x54\xe4\x71\xc6\xbe\xe2\x29\xf7\x1f\x2c\x3f\x57\x4b\xb5\x96\xb2\xfe\x49\x8b\x8e\xee\x25\x3b\xbb\xc8\xf5\x04\xc9\xcf\x82\xa6\xf3\x34\x93\xb2\x69\x4d\xe4\xb7\x2e\x28\x79\x90\x01\xf8\xc7\xb1\xb7\xda\x9a\x0f\xc7\x5e\x9d\xe5\xda\xa6\x6f\x26\xf9\x53\x66\x3f\x66\x53\x24\x66\x54\x13\x5f\xcc\x64\xfd\xa1\x06\xcd\x9a\x4d\xb7\x1b\xc9\x60\xee\x0f\xa5\xb2\x85\xf1\x21\x1d\x8b\x5a\xe3\x80\x5a\xe3\x61\x96\xeb\x74\xa0\x3c\x7f\x95\x92\x0a\x79\x30\xcb\xb5\xd9\x7f\x58\xde\xd5\x80\x0c\x43\x55\xa9\x39\x59\x9e\x6a\x2b\x07\xd2\xc8\xea\xee\xde\xdc\x5f\x29\x85\x11\x7b\x55\x3f\x26\xd3\x11\x56\xfd\x1b\xf3\xc4\x2c\x57\x2f\x63\xbc\x4c\x14\x33\x71\x54\x3d\xd8\x48\x12\x29\xeb\x9f\x54\x59\xf2\x03\x33\x29\x8e\x39\x47\x33\x5a\x66\x71\x93\x34\xb4\xb2\xed\xdf\xf5\x80\xf7\x76\x5e\x55\xf7\x5c\x66\x65\x6a\xe6\xc3\x79\x94\x43\x56\xc9\xb2\x9e\xf7\x79\x6c\x54\x21\xdd\xfe\x46\xac\x2c\x22\xeb\xae\x53\xcf\xf3\xd5\xee\x5c\x4a\xda\xaa\x56\x37\x9f\xe4\xa6\xfb\xf2\x32\xda\x95\x0e\xa6\xe5\x62\xc6\x70\xb1\x98\x09\x68\x8d\x87\xa9\x13\x78\x1d\x9a\xf1\x30\x23\xfb\x93\x47\xba\x2a\xdf\x80\xce\xcd\x55\x7f\x98\xd1\x0e\xd5\x39\xd8\x91\x45\x5a\xd9\xdf\x8b\xf6\xbd\x76\x75\x18\xcd\xbf\x6e\x73\x22\xdd\x9f\x6a\xcb\xb2\x44\x7c\xcc\x3c\x11\x4f\x53\x4d\x96\xad\x4e\x7d\x2d\xf9\x9d\xb5\xf1\x3b\x48\x22\x6b\xfd\x8e\x50\xec\xb5\xe6\xe2\x19\x42\x82\xd5\x68\xfd\x4a\xeb\x5d\x33\xe3\x2f\x15\xc0\xb3\x20\x9d\xea\x06\x9c\xb5\xb2\x48\x3a\xed\x9e\xe4\x91\x9d\x9b\x28\x76\xf3\x1b\x97\x54\x44\xb7\xda\x31\x28\x26\xbb\x2f\xeb\x0f\x35\xec\x46\x19\x9d\x9f\x03\x2a\x16\xd1\xae\xf5\x3d\xb6\x98\xac\x5b\x77\xcf\xc5\x84\xea\x68\xf7\x42\x96\xd9\x58\xfe\x87\x6c\xde\x3c\x7e\xb3\x96\xc7\x75\xb7\xe4\xc9\xc2\xac\x37\x56\xa1\xf3\x6c\xfd\xb4\xfe\x74\x6e\xac\xb7\xe3\x4a\x85\x75\x4d\xa6\x74\x22\xad\x7b\xc8\xf8\xe2\xb5\x31\xcc\xf0\xb6\x76\x42\x08\xb9\x38\xeb\xfa\x70\x0d\xdc\xda\x29\x19\xe4\xf9\xae\x7b\x5a\x42\x7f\xbf\xee\x34\x7f\xf3\x9a\xe7\xcc\x50\xb2\x36\x66\x3b\x3d\xe7\x9b\x77\x07\x88\x19\x6f\x4d\xc7\x53\x84\xab\xfa\xe6\xcd\x35\xc2\x61\xad\x36\xb8\xd5\x04\x5c\x9b\x00\xa8\x64\x03\xe7\x1b\x19\x07\xf1\xb3\x25\xa0\xd4\xf0\x25\xee\x61\xff\x7e\xee\x67\xb0\x53\x00\x7a\xf9\x01\x5b\xe2\x80\xbe\xfd\x3e\xe9\x6f\x10\x0e\x0c\x0e\x07\x56\x59\x03\xba\x37\x81\x6a\x77\x60\x64\x4f\x60\x99\x3b\xd7\xb7\x57\x4e\x04\xac\x47\x01\xe5\x66\xad\xf2\xfe\xfd\x80\xc9\xfd\x38\xde\xed\xff\x23\x50\xa4\xc3\xb9\x9c\xfc\x0c\x60\x5a\x35\x73\x60\xcc\x30\xe0\x51\xaa\x89\xcd\x75\xff\x73\x80\xa5\x7f\x02\x25\x85\x9c\x53\x91\xfe\x6e\xa7\xf5\x97\xfd\x0f\x96\x1a\x01\xb7\xcb\xa5\xda\x00\x3c\x4d\x01\x96\x9c\x05\x84\xf1\x2d\x7d\x20\x4a\x1a\x79\x94\xf1\x5e\x34\xb6\x65\xfc\x43\x6b\xdc\xc3\xc1\x27\x40\xf7\x27\x8c\x7b\xe8\x7e\x8b\xf3\xfd\x3d\x7b\x00\x52\x1b\xd4\x67\x1b\xb0\xfe\x31\x20\x59\xcb\xf8\x17\x6d\x65\x60\xc5\x59\x60\x68\x35\x50\xbd\x0a\xd0\x3f\xc6\xf9\xce\x51\x4d\x9c\x93\x34\xbf\xc8\x79\xff\x89\xb1\x40\xf1\x4e\xc0\x3e\x09\x28\x94\x07\x5c\x95\x38\x26\xef\xd5\x04\xe4\xaf\x01\x42\x04\xce\x6b\x4b\x2d\x78\xfe\x58\x60\xc6\x42\x20\x3f\x13\xc8\x53\x6e\xa9\xfb\x9f\xe3\xce\x96\xa6\x48\x1b\x58\x7b\x08\x98\x7b\x1c\xd8\x31\x1f\x28\xb1\x00\x0e\x5b\x71\xff\x88\xb3\x06\x5c\x5f\x7b\xfb\x08\xb0\x44\x02\xbc\x12\x80\x85\x3e\x8c\x83\x90\xcd\x5f\x96\xff\xbf\xdc\x04\x74\xba\x08\x9c\xff\x81\xeb\x90\xbf\x86\x7b\xd8\xbd\x05\x50\xd8\x06\x6c\xe9\x0d\x28\x4e\x64\xcc\x81\x6a\x23\xf0\x4d\x39\xe3\x41\x9a\xf9\x0e\x1a\x78\x3d\x96\x06\x00\x3a\xbf\x03\x15\xaa\x1c\x7f\x2d\x2d\x67\xb9\x28\x9e\x0e\x58\xfd\xd2\x2a\xef\x5f\xc6\xeb\x30\xe5\x09\x90\x9d\x0b\x84\x84\x72\x7e\x56\xea\xa1\x49\xbd\x8f\xe4\x97\x40\xf6\x25\x20\xc7\x19\xc8\xeb\x02\xcc\xef\xd2\xc2\x7f\x90\x97\x01\xac\x5e\xd7\xd2\xff\xa0\x60\x27\x70\xd8\x1d\x98\xd3\x87\xf3\x7b\x73\xed\x80\x9b\xdd\x58\xfe\x5e\x56\x02\xc5\x57\x81\x8f\x1f\x3e\xe9\x83\x21\xf2\x20\x5c\xda\xce\xf9\xd9\x9f\xeb\xb9\x2e\xfb\xc7\x7c\xa0\x6d\x7f\xe0\xd0\x02\xe9\xd9\xdf\x82\x7b\xa8\xd7\x05\xda\x2e\x07\x36\x3f\x05\x3a\xcf\x95\x6a\x1f\xa0\x20\xb0\xd6\x2b\x49\x80\x6a\x35\xa0\xcf\xb4\x16\xbe\x83\xb2\x21\x80\xf6\x3c\xce\x7b\xeb\x19\x00\xc5\x5d\x81\x51\x8a\x40\x41\x3b\xce\xef\xe6\xb4\xe1\x1c\x45\xa6\x0a\xe0\xd4\x09\x98\x25\xc7\xfd\x83\x66\x0d\x04\x82\xd4\x80\xb4\x23\xc0\xd4\x4c\x60\x56\x19\x30\x7d\x23\x90\xee\xc0\x58\x81\xcc\xdd\xc0\xbc\x37\x40\xc6\x33\x5e\x87\xcc\x24\x60\x4d\x14\x90\xb3\x11\xd8\xb9\x11\xc8\xfb\x1e\x38\x7a\x05\x90\x7a\x2f\xa7\xcf\x02\x85\xcf\x81\x5b\xca\xcc\xad\xf2\xef\xea\x4f\xe6\xdf\x5b\xe4\x41\x28\x6e\x55\xdf\x2d\xe6\x17\xfe\x1b\xee\x61\xad\x35\xd0\x26\x0d\xf8\xa6\x08\x90\xfa\x83\xb2\x3e\x0f\x4b\x8e\x00\xd2\xfb\x52\xc5\x7b\x40\xed\x08\x30\x2f\x88\x6b\x26\xe7\x64\x03\x83\xfd\x81\xc2\x3b\xc0\x88\x1f\x81\x3c\x79\xae\x3d\x95\xe5\xfd\xd3\xb4\x00\x3b\x4b\xc6\x38\xb8\x5d\x66\x5c\x42\x80\x04\x98\xfe\x8c\xfb\xc4\xa4\x80\x73\xdc\x29\x3d\x80\x8c\x46\x60\x96\x54\x1e\xa6\x00\x69\x29\xc0\xd2\x06\x60\x96\x1a\xb0\x4e\x17\x98\x75\x07\xd8\x31\x18\x48\xfb\x15\x38\xe4\xc8\x38\x87\xd3\xbf\x02\x99\x27\x38\xbf\x97\x33\x12\x78\xbe\xab\x05\xff\x92\x7a\x85\xe5\x40\xd6\x0f\xe2\x0b\xbe\x07\x31\x3a\xf2\x35\xdc\xc3\xfa\x05\xe2\xe9\x57\xc6\x75\xec\xb2\x7c\x7f\x79\x01\xd0\xf5\x08\xe7\x16\x54\x45\x2c\x93\xda\x01\x20\x77\x31\x28\x92\x97\x5d\xc3\x35\xb5\xe9\x29\x9c\x53\x6b\xe6\x3d\x48\x03\x6c\x57\x03\xc9\x86\xcc\x17\x13\xd7\x00\x4c\xe9\x0e\x24\xdc\x97\xfa\xba\x80\xf4\xb6\x22\xfd\x5f\xe2\x5a\x20\xcb\xac\x85\xff\x20\xf1\x04\xcb\x43\x6a\x5f\x60\xc3\x7b\x60\xa6\x29\xb0\xab\x84\x6b\xe2\x8f\x2b\xb1\x6d\x95\xee\x71\x5a\x77\xe0\xee\x1a\x20\xe3\x04\xf0\xee\x44\xcb\xfc\x5b\xf3\x40\x9c\x16\xeb\xfa\x65\xf9\x5e\x19\xef\xc5\xbe\x9d\xa2\x3c\x88\xa7\xfd\x56\x59\x9f\x87\x7d\x3c\xca\xf2\xdd\x15\xb2\xae\x9a\x23\x00\xb9\x3b\x40\xd1\x1f\x40\xe7\xc7\x7c\x8b\xe8\x79\x83\xf5\x4f\x43\x02\xcc\xd8\x04\x0c\x32\x07\x52\xb2\x01\x43\x37\x20\xa9\x0d\x60\xaa\x08\xc4\x8f\x04\x26\x84\x00\xf1\xdb\x00\x17\x15\x20\xd6\x1d\xf0\x71\x61\x1b\x19\xda\x04\x44\xd9\x01\x71\x01\x8c\x0f\xc8\xac\x03\xe2\xc7\x03\x25\x2f\xb9\x5f\xc2\xd2\x5d\x40\x7c\x2f\x60\x6d\x0a\x90\x50\x07\xec\xce\x01\x12\x7d\x80\x13\x1a\x40\xfc\x43\xe0\xe2\x18\x20\x39\x17\xb8\xe7\xcc\x55\x1f\x1f\x73\xbf\xc4\x7f\xc8\xf8\x10\x64\xb8\x87\x86\x75\x9f\xeb\x43\x73\xbe\xbb\x15\xef\x85\x2c\xcf\x59\x25\xd6\xf3\xcb\xf2\xbc\xa5\x43\x79\x2c\xbc\x0e\xc8\x1f\x60\x9b\xa6\xac\xc2\x72\x2d\x3d\x77\x93\xcb\x00\xad\x05\x8c\xf7\x18\xee\x02\xc4\x5c\x60\x5c\x61\x4c\x7f\xc0\x5a\x1e\x08\xf3\x63\xbb\x19\x5e\x01\x78\xe4\x01\xa1\xdb\x80\xa0\x3c\x20\xcc\x0e\x88\x55\x04\xc2\x35\x80\xf4\x67\x40\xc8\xaf\xc0\xdc\x3b\x40\xe8\x6d\x60\xc9\x1d\x20\x22\x08\x58\xf3\x1d\xff\xfd\x8e\x0f\x40\x58\x18\x73\x7c\x45\x3a\x00\x97\x2a\x81\xb8\x7b\xc0\xfd\xcc\x2f\xfb\x61\xf8\x8b\x3c\xf7\xb2\x7e\x18\xad\xf9\x4f\x0e\x98\x7d\xae\x0f\x5b\x44\xbe\x8f\xff\x86\xff\x28\x15\xeb\x96\x9b\xf3\xdd\x5d\x81\x4e\x09\x40\x92\x84\xed\xe8\xb4\x6d\x9c\x53\x8c\x1c\x00\x0c\x7c\x0f\x84\xe8\xb1\x9f\x11\x18\xc4\xe7\x88\x74\xef\xa5\x7e\x45\x40\x14\xe0\xa6\x01\xf8\x4d\x63\x3b\xe1\xeb\xcb\xe7\x46\xe0\x6d\x20\xdd\x19\xf0\xb7\x60\xcc\xa0\xf4\xae\xb1\x64\x27\xe0\x77\x96\xf9\x72\x7c\xf5\xd8\xb7\xf1\x5d\x00\x1c\xeb\x03\xf8\xb7\x03\x7e\x39\x0c\xf8\x1d\x00\xfe\x7c\xc8\x5c\x2b\xd2\xf9\x7a\x3f\x07\x84\xaa\x4f\xfa\x80\x88\x78\x00\x59\xdf\x97\xd6\xbc\x17\xff\xad\xef\x89\x0c\xff\xd1\xdc\xf7\xe3\x8f\xcf\xd7\x21\x55\xc4\x57\xc5\x7b\x01\x5d\xf6\x00\x11\x95\x80\x6a\x08\x10\x1c\x05\xf4\x7b\x0f\xf8\xab\xb3\x5c\xf8\xcc\x04\x46\xeb\x72\x1d\xbc\x75\x13\xe0\x51\x07\x8a\x88\x79\x8f\x06\x02\x9c\x80\xc9\x12\xd6\x11\x4f\xa9\x8d\x2c\x06\x3c\xb6\x30\xe6\xd0\x5d\x7a\x5e\xec\x00\x3c\x16\x32\x76\xcf\xcd\x10\xd8\xa3\x00\x78\x1c\x00\x4e\xc6\x31\xff\xc3\x2f\xd1\x80\x47\x15\x70\x4f\x60\x8c\xa6\x54\x1e\x5c\xb6\xf3\xbc\x27\x89\x7c\x28\x13\xed\xc4\xbc\xbf\x8c\xf7\xe2\xff\x98\xf7\xaf\x12\xbb\x2e\x57\xb4\xe1\xb1\x35\x0e\x46\xc6\xfb\x90\x20\x66\x29\xa4\xf2\xdd\xc6\x18\x08\x34\x64\x7e\x25\xe9\x3e\xf6\x91\xbe\xef\x33\xe6\x55\x72\x9b\x0f\x18\xde\x00\x9c\xbb\x31\x8f\x90\x83\x0b\xeb\x87\x73\x0a\xe7\x46\x1d\x36\xf2\x3a\x38\x35\x00\xe9\xc7\xf9\xe7\x12\x4d\xc0\x41\x17\xa8\x5a\x05\xd8\xac\x63\x5e\x10\x5b\xad\xcf\x79\x20\xec\x1a\x81\xcb\xb1\x80\xdd\x2a\xe0\x9f\x35\x80\xad\x21\xfb\x91\xe3\xf7\xfe\x67\x1c\x84\xac\xef\x49\x6b\xfe\x93\x8d\xe2\x7e\x7f\x81\xff\x50\xfa\x5c\x1f\x64\xf8\x0f\x59\xdf\x8b\x59\x62\x76\x46\xc6\x7f\x21\xcb\xfb\x7b\x1d\x04\xda\x6b\x01\xae\x6f\x00\xe5\x8f\x80\xe3\x47\x40\xf2\x11\xb0\xfb\x07\xd0\x91\x00\x36\x97\x81\xb1\x6b\x98\xa7\xc4\x2e\x01\xb0\xd6\x05\x26\x67\x30\xd6\x32\xa2\x14\xb0\x0a\x00\x66\xd5\xf0\xcf\xd2\xb3\xc8\xc2\x01\xa8\x0a\x02\xc6\x0d\x01\xd6\xfb\x03\x66\xbf\x03\x7b\x2d\xf8\x0c\xfa\x49\xc4\x68\xfe\xf6\x1e\x18\x97\x0b\xdc\x77\x06\x4c\x03\x00\xe1\x74\x0b\x0e\x62\xe8\xde\xcf\x71\x10\x5f\xe3\x3f\x59\xfb\x0b\x8f\x32\xfe\x13\xd9\x6d\xb1\x35\xfe\xa3\xc8\x9a\x47\x59\xde\x3b\x55\xc4\xcf\xc5\xa4\xf1\x18\x20\xe6\x8f\xdd\x73\x19\x07\x62\x57\x03\x74\xda\x02\x8c\x5f\x03\xf4\x5a\x03\x8c\xeb\x03\x0c\xdc\xc1\xef\x2d\xf5\xbf\xcd\xd6\x32\xc7\xc7\xe8\x72\xe6\x3c\x19\xed\x09\x44\x75\x04\x0c\x2f\x32\x07\x90\xc1\xaf\xbc\x0e\x86\x07\x81\x65\x6a\x80\xde\x5b\x60\x83\x0b\xa0\xdb\xc0\xbd\x1e\x75\x44\x1f\x60\x78\x36\x70\xf9\x0e\x30\xcc\x97\xd7\x61\xf0\x52\xe0\x83\x02\x30\xe0\x0e\xcf\x5b\x52\xcb\x63\x9f\x86\xcf\x79\x0f\xb6\x87\x7e\x2e\x07\x32\xf6\xcc\x1a\x11\xcf\x50\x79\x99\xc7\xe6\xfe\x2f\x9b\x3e\x97\x83\x2f\xf8\x2f\x44\x1c\xa2\xef\x36\x1e\x9d\xc5\xf5\x35\x17\x9f\x3f\xb6\x0d\xd0\xfd\x3e\x9f\x19\x9a\x00\xf4\x2e\x02\xba\xd1\x80\x7e\x19\x60\xa5\x09\x0c\x33\x60\xce\x10\x1d\xf0\xbd\x6b\xa8\x84\x7d\x0e\xed\x3e\xc0\x9c\x0a\x60\xe0\x76\xf6\xe1\x07\xf4\x01\x36\x9c\x00\xfa\xd5\xb3\x3c\x48\x7d\x59\xe9\x3a\x68\xa4\x32\x37\x98\x7a\x0f\xe0\xfe\x76\xa0\x4f\x2f\x40\x68\x0f\xf4\x14\xf9\xf6\xa4\xb6\xfb\x53\x1c\x44\xbd\x05\xbf\x57\x6b\xfe\x13\x19\xfe\xa3\x32\x8c\x47\x19\xfe\xa1\x54\xc4\xd7\x7d\x81\xff\x10\xfb\x4b\x35\xe3\x1f\xe6\xf3\x38\x45\xd4\x23\x3b\xd1\x3f\x33\x11\x79\x41\x74\xb7\x01\x1d\x9e\x00\xda\x7b\x80\x9e\xb9\xc0\xc0\x62\x60\x58\x0c\xa0\xa5\xcf\x38\x6c\x89\xf4\xde\xb1\x85\xb9\x31\xc3\xca\x01\xb5\xdb\x40\xea\x49\xa0\x77\x28\x30\x7b\x1a\xa0\xfa\x33\xb0\x64\x34\xd0\xc3\x01\x58\x13\xc0\xfc\x16\x52\x99\x56\x54\x01\x8e\x97\x01\x8a\xa7\x80\xcb\x66\x80\x42\x31\x70\xaf\x16\xe8\x9a\x09\xbc\xb9\x03\x28\x28\xf2\xbc\x5b\x8f\xcd\x7a\x20\xeb\x2a\xdd\x0a\xff\xd1\xac\x07\xa2\x5f\x51\x68\xff\xf9\xfc\x9b\x71\x40\xa2\xbd\x9d\x2a\xda\x4f\x7f\xf1\xbc\x70\x3d\xc1\xa3\x8d\x88\x03\x19\x29\xea\x8d\x96\xa8\x87\x6a\x3b\x01\xa5\x7a\xa0\xd7\x1d\xbe\x9f\xf5\x58\x05\x8c\x0d\x07\xba\x6f\x03\x1c\x1b\x19\x83\x19\x98\x0b\x74\x3a\x09\x24\x9a\x01\xed\xe7\xf1\x99\xd4\xbe\x3d\xb0\x28\x04\x68\x37\x1e\x58\xf5\x00\x68\x23\xdd\xd3\x7d\xdc\x23\xf1\x88\x18\xe1\x38\x27\xee\xdd\x2d\xb1\x83\xfc\x33\x51\xf6\x3f\x34\x02\x72\x45\x80\xe0\x0c\xc8\x1f\x67\x3f\xfb\x6b\xf8\x8f\x25\x22\xde\x69\x9e\x78\x0e\xc8\xf0\x1f\xb9\x16\x9f\xcf\x3f\x41\xe4\xdf\x8a\x96\xb4\xa5\x3c\x8e\x8c\x07\xc5\xcb\x80\xbb\xd6\xdb\x9f\x6b\x4b\x9a\x61\x2e\x69\x47\x51\x26\xbd\xef\xda\x51\xd4\xa4\x4f\x32\xe3\x0b\xba\x74\xe9\x10\xdb\xa9\x2b\x20\x3f\xa1\x63\x37\x8d\x0b\x40\xdb\xd0\x8e\x8a\x46\x14\xe9\xed\xd8\xd9\x86\xe2\x8a\x1d\x7c\x7c\x29\xb2\xd7\x61\x78\x1c\xc5\x5f\xda\x7b\x65\x53\x84\xb3\xbd\x32\x57\x84\xc9\x7d\xc3\x9d\xa1\xe5\x1c\xb6\x52\x85\x75\x9b\x05\x87\x28\x42\xd8\x26\xfa\x8c\x68\xdb\x7e\xe7\x3d\xcb\x7e\x2c\x9e\xed\x82\xe8\x33\x0a\x1b\x5a\xc6\xd6\xf8\x8f\x25\x7d\x5b\xcd\xdf\x8c\xf1\x3d\x39\xce\x3c\x8f\x19\x4d\x72\x14\x77\x4b\x78\x26\x4f\x27\x6d\xd4\x8b\xae\x94\x85\x0b\xfc\x93\xf1\x21\x5e\xc5\xdd\x29\xaf\xe9\xe0\xa5\x44\x9a\x61\x59\xdf\x83\xa2\x5f\x86\x8d\x3d\x48\xa2\xb4\x6e\xaa\x92\xc7\xae\x60\xd0\x4b\x44\x66\xf5\x6e\x2f\x4f\xc8\x88\xde\x9d\xd5\x69\xad\x7b\xab\x8f\xa0\x38\x75\xaf\x36\xb6\xff\xf2\xe8\x4b\xf1\xfc\x9e\x06\x1c\x39\x57\xfd\x29\x87\x64\x49\xe5\x75\x19\xed\xa1\xf2\x24\xae\x80\x52\x5e\xb8\x95\xfe\x5d\xf1\xe8\x41\x9a\xb7\x62\xf0\x69\x8a\xac\x29\x04\x5e\xa7\x88\xa8\x42\xde\x23\x8a\xd3\x76\x8b\xe6\xf9\x77\x6e\xcb\xf9\x4d\xf9\xc5\xd2\xb1\x46\x94\xa1\xc5\xe9\x5c\x7d\x5f\xf6\x67\x1b\xca\xbf\x14\x4b\x3a\xd1\xd3\xf2\x8e\x74\x21\x4d\x99\xe1\xaa\x48\xf8\x85\xb8\x02\x25\x3a\x41\xa3\x9e\xab\xd0\xfe\x07\xbe\xec\x45\x78\x10\xef\xe7\x6a\x54\x0f\xec\xdc\xc4\x78\x09\xeb\x26\x4d\x7a\xab\x51\x17\x39\x4b\x35\xb8\x76\x00\x89\x8a\xea\x72\x6d\x92\x07\xb9\x89\x83\x45\x89\x1b\xa4\xd9\x91\x2a\xb6\x06\x25\x68\xd0\x93\x07\x2d\xe1\x7a\x3d\xed\x39\x36\x14\x3f\x1b\x68\xe9\x43\xbc\xcb\xda\xca\xac\xaa\x03\xf7\x65\x52\xe4\x74\x60\x08\xf3\x56\x6b\x25\xad\xa0\x1d\xd1\x3a\xc2\x75\xbc\x9a\xf5\xbc\x0e\x92\xdc\x53\x14\x39\x54\x9b\x76\x95\xe2\xfb\x6a\x6a\x7f\x53\x9c\x5e\x3d\xe9\x03\x61\xc1\x7a\x89\x7c\x20\xcc\x8b\xb2\xe4\xa8\x1c\x45\x33\xe7\x2b\x31\xfe\xa5\xf0\xa2\x12\xc5\x25\x73\x32\x79\x1f\x9b\x79\x60\x7a\xf6\xe5\x3e\x20\x8f\xd4\x8e\xb2\xfc\x73\x74\xd9\xdb\x44\x9b\x2c\x9f\x8b\xca\x10\x3a\x59\x26\x36\x0c\xa7\x28\xe0\x58\x65\xe6\x0d\x19\xee\xa2\x47\x6f\xab\xe1\xa8\x4f\x63\xb7\x43\x46\x62\x1f\x14\xb1\xcc\x17\x46\xfa\x9d\x19\xa7\x51\x29\xa1\x33\x78\x84\x0b\xc7\xed\x47\x6c\xe4\x3a\xf7\x11\xae\xde\xf4\x0a\x23\x56\xc7\x14\xb2\x64\x71\x85\xa1\x61\x43\xc9\x3d\xe9\x68\xb0\xbc\x9a\x24\x54\xef\xbb\x4d\x94\xa7\xd0\x31\xda\x4b\x31\x04\x1d\xab\x13\x34\xff\x61\xe7\xb8\xb6\x62\x58\xa7\xbf\x68\xc7\x86\x04\xbd\x26\xb9\xd0\x16\x71\x52\xcc\x8b\xb2\x60\x49\x57\x3a\xe1\x8a\x36\xab\x50\x56\x2c\x77\x4a\x6f\xaa\x0a\x9e\x69\x27\xa1\x13\x40\xc6\x03\x13\xb9\x86\xf1\x20\xc1\x13\x75\x68\xbe\xde\xb6\xba\xe4\x21\xb8\x9e\x30\x24\x2d\x9d\x58\x6a\x28\xd6\xb9\x8e\xa2\x13\xd6\x68\xf8\x18\x42\x90\x0e\xdc\x68\x42\xd5\xcb\xaa\xeb\x4d\x29\x9b\x29\x6f\x6e\x2e\x7a\x64\xe6\xa9\x3c\x8e\xcb\x65\x3c\xcc\xb8\x5c\x09\x21\xc7\x2c\x8d\x0c\x49\x52\x2c\xa9\x3e\x03\x18\xe7\xe4\x49\x79\xbb\x71\x43\x18\x93\x6a\x89\x99\x8f\xf8\xf3\x73\xe9\x4d\xcc\xe2\xb8\x7e\xd5\x6c\xff\x3a\x5a\x1f\xd3\xc9\xbb\xc9\x46\x9b\xec\x3f\x4e\xcf\x19\xdb\x70\x99\x32\xcc\x63\xe5\xef\x12\x8e\x6c\xd4\x65\xae\xeb\x1e\xb1\x91\xf5\x43\x7f\x0c\xe1\x1f\xf6\xf7\x24\x4f\x20\xd7\x44\x93\x10\xe6\x69\x47\x99\x95\x23\x49\xc2\xfd\x81\xa6\x06\xeb\x91\x9e\x07\x4f\x37\xe2\x2c\x79\x03\xe3\x04\x5c\xe3\xb8\x5f\x8e\x9d\x84\x71\x21\x96\xe0\xf9\x19\x5f\xb5\xa4\x3c\xc7\xd0\x46\xe6\x7f\xe9\xe7\x32\x81\xec\x8a\x62\xf0\x44\xca\x97\x61\xb7\xad\x98\xbf\x98\x24\x7a\xec\x36\x8f\x14\x18\x9f\x21\xe1\x44\xb8\x5d\x23\x77\xe6\xb1\x77\xb6\x0e\xe4\x9f\x3d\x08\x7b\x69\x37\x35\x2c\x93\x7f\x4e\x21\x0d\xb3\xaf\x2c\x24\x4d\xb6\x2f\x64\xe6\x78\x3b\x09\xe3\xa4\x6c\xde\xef\xa4\x37\xb4\x39\x7e\x94\xf2\xbf\x13\xba\x37\x92\x64\x8e\xdf\x75\x93\xd6\xc7\xda\xe0\x11\xc5\xef\x3f\xef\x1b\xf4\x05\x0f\x4e\x83\x01\xe5\x79\xa7\xad\x60\x1c\x4c\x68\xd8\x58\x42\x94\xcb\xfa\x21\x79\xdc\x60\x9c\x80\x0c\x07\x63\xbd\x66\x22\xd7\x77\xde\xe2\x6e\x15\x32\x1c\xcc\xc0\x0a\x7b\xba\xa9\xf5\xba\xcf\x38\x82\x2e\xc6\xce\xe2\xc9\xe4\x26\xca\x83\x9b\x18\xb9\x70\x7b\xa0\x40\x2b\xe9\xb9\x45\x93\x98\x03\x3c\xd6\x1b\x90\xa4\x78\xd8\x58\x92\x6f\xe6\x39\x99\x39\xb8\x3c\xaa\x83\x29\x63\xe4\x59\x9f\x44\x6f\xea\x99\x9d\x4b\xfa\xe4\xb1\x8d\x7d\x7c\x8f\x09\x2b\xbd\x78\x87\x36\x6d\xe4\x71\x3f\xf9\xc0\x2e\xe5\x3f\x53\x1e\xc8\x55\xeb\x57\xca\x87\x38\x6f\xbb\x4f\xf8\x11\xc7\xbe\xaf\xa9\xf2\x9e\xfb\x06\xa5\x57\x18\xd1\xa7\x52\xdc\x58\x5f\x63\x3e\x98\x12\x0e\x22\x42\x99\xb3\xcd\x01\xc6\xd6\xb4\x4e\x93\x77\x4e\xa4\x7d\x74\x6e\xe2\x2e\x25\x13\x0f\xf1\x3c\x65\x38\x18\xe3\x1c\x57\xda\xdf\x61\x1f\x3d\x68\x17\x35\x3e\x78\xd0\x03\x7a\x6c\x64\xdc\x44\x3b\xb3\x29\x62\xdf\x03\x19\x0e\xc6\x3f\x8e\x4f\x22\xbf\x3a\x25\xd2\x6f\xbf\x23\x9a\x64\x79\xfd\x5d\x99\x61\xc9\xff\x84\xa5\x37\x7f\xce\x85\xbe\x39\xe0\x66\x20\x59\xb0\x00\x49\x1c\xe5\x2d\x03\x16\x70\xde\x3f\xa0\x66\x3e\x9d\x40\xfe\x7b\xab\x49\x6f\xfc\x5c\x36\x46\xf2\xf7\xec\xa5\x7c\xa0\xaf\xe3\x09\x92\x17\x1f\x65\xd6\x0f\xef\xf2\x5b\x24\xc9\xde\xf7\x9f\x7d\xc2\x8b\x92\x1a\x6d\x4a\x9e\x71\x6c\x88\x25\x59\xa3\xc8\xf2\x09\x94\x6d\x0d\xca\x9b\x44\x1e\x8f\xf7\x0d\xe6\x83\x71\x9f\xeb\xb2\x1b\x9f\xe0\x60\xac\x94\x79\x7e\x32\x1c\x8c\x7e\x17\xee\xd6\x31\x48\xce\x77\x2a\xa8\x5b\x99\x2f\x69\x6f\xb7\x1c\x91\x17\xa6\x5b\x88\xe8\x51\x85\x8b\x11\xbf\x70\x39\x39\xca\xbb\x84\xbd\xe1\xbe\x51\x11\x0d\x8c\x8f\x8a\x68\x30\xa4\x27\x46\x9a\xf1\x4e\x84\xad\x62\x89\x8a\x5c\x12\x48\x75\xca\x11\x9b\xf8\xdc\x88\x34\xe3\xbb\x6d\xa4\x59\x09\xc9\x4b\x44\xc0\x32\x3a\x99\xc3\xd6\xae\xa1\x75\x0b\xdb\xbd\x8b\xe4\x3f\xcc\x82\x6b\x2a\x42\x9f\x70\xed\x51\xa8\x36\xf3\xe6\x04\x07\x3f\xa4\xf5\x0c\xac\x7c\x7f\x02\x48\x28\x67\x3d\x8e\xca\xb5\x23\xb6\x96\xe0\xd9\x8e\x54\xcf\xec\x53\xca\xf2\xeb\x39\xd8\x93\xea\x92\x1d\x0f\x33\x0e\x66\xbc\x1f\xef\x67\x6b\x1c\x8c\x8e\x55\x08\xdd\xcc\xb5\xf4\x38\x7f\xde\xd3\x20\x9c\xce\x97\x4e\x8d\x91\xe2\x8d\x43\xc6\x0b\x13\x23\xde\xec\xe2\x87\x32\x62\x31\x6e\x5e\x0f\x7a\x52\x9c\x9e\x16\xbd\x57\x5c\x8e\x01\xf9\x6a\xb1\xe2\x5d\x24\xae\xc0\x91\x7c\x99\xc4\xfb\xfe\xf4\x97\xf1\xc7\x18\x71\x11\xff\x30\x8d\x2c\x7b\xc2\x9a\x22\xc6\xcd\x44\x2f\x5e\xc7\x7f\xbf\x9a\x76\x24\xee\x6a\x3d\x65\xea\xe2\x82\x0e\x0f\xe5\xe7\x9d\x69\xc3\x23\xfb\x55\xd1\x8a\xf7\xc9\x0f\x89\x52\x7c\x95\x29\x7d\x3b\x47\xca\x6b\x86\x95\x8b\x38\x18\x6d\x4f\x9a\xa7\x97\x81\xaf\x15\xeb\x01\xa3\x0e\xbe\x86\x83\xd1\x5f\x1b\x49\x3f\x6b\x3f\x88\x24\x34\x8e\xfa\xf2\xa9\x14\xa1\x68\xe6\x85\x29\x8a\x17\x6f\x62\x32\x5e\x98\x54\xf1\x06\x92\x32\x8b\xfb\x80\xc8\xf0\x30\xa9\x9d\x58\x1e\x52\xf5\x0d\xc8\x0e\xa4\x1c\x1e\x47\x86\x73\xc6\x5d\x47\xba\xe3\xa4\xe6\x70\xbe\x7b\xc6\xb1\x28\x7a\xe3\x19\x4d\x33\x08\xd9\x98\x7a\xb3\x70\x3c\x8f\xcc\x89\x3a\xb3\x7c\xe5\x76\x7e\xee\xe6\xb1\xf4\xfb\xad\x07\xc8\x52\xa7\x6c\x39\x45\xeb\x33\xdd\xfd\x32\x65\x64\x93\x33\xef\x32\x23\x92\xc9\x23\x03\x20\xdc\x67\x0a\xd9\xc5\xa0\x17\xcc\x6f\xe4\x6b\x15\x44\xe8\x21\xf7\x4e\xad\x70\x30\x0d\x9c\x65\x36\xbb\x19\x45\xf8\x5a\x19\x0e\x66\x78\x5e\x0c\xd9\x89\xfe\xcb\xe2\x68\xff\xfb\xf8\xc4\x53\x04\x4f\x31\x3c\x91\xd6\xa3\x4d\x4e\xeb\x3e\x49\x99\xe2\x39\x91\x25\xe1\xbe\x0f\x59\x8d\x3d\xd6\xf0\xcf\xbc\x0e\x99\x67\xf4\xc9\xc7\xcd\xd8\xc2\xf2\x90\x51\xc7\xb8\xda\xac\xbb\xbc\x0e\x99\x71\x11\x24\xef\xd9\xb9\x29\x64\x5f\xb2\xdc\xf2\x98\x4f\xc6\x77\xc1\x32\xfe\x7d\x2d\x49\x6e\x96\xc3\xc6\x20\x7e\xde\x77\x14\x4b\xcb\x0c\x3c\x21\xf2\xc6\x5c\xa0\x1d\x9d\xd5\x70\x93\xf8\xc8\x18\x17\x13\x72\x24\x90\xce\x7b\x3f\x9d\x10\xf2\x07\x3c\x3f\x44\x50\x76\xd4\xf9\x09\xb3\x0b\xd8\xd4\x4c\x25\xef\xcd\x5a\x2b\x96\xbc\xba\xb1\xca\x8c\xfb\x31\x88\x4b\x24\x3b\x32\x54\x92\x44\x7e\x91\xa6\x06\xcf\xb7\xe7\x93\x19\xf4\xbc\x2e\x2e\x19\x94\x6d\x6f\x5b\x90\x25\x56\x2e\xe5\x88\xfa\x21\xc3\xc3\x14\xbe\x96\x27\x7e\xb8\xd9\xaa\x2a\x64\xc7\x66\x2b\xb3\x5e\xe4\x37\xe9\xd3\x9d\xa5\xb0\xab\x19\xad\x58\xc1\x5e\x3b\x35\xfe\x9c\x37\xd9\xc9\x39\x56\xe1\x37\xf1\x29\x4f\x8c\x5e\x36\x69\x64\xe1\x96\x79\xa4\x5f\x85\x3f\x54\x11\xce\xb6\xf0\xea\x7a\x5a\x9f\x82\x89\x3b\xb9\xcf\xd2\xf8\x06\xd2\xd8\xbc\x2b\xe7\xc8\x42\xe5\x85\xfe\x4e\x3b\x99\x97\xf3\xd7\x3b\xc0\xff\x72\x24\xeb\xc1\xd9\xff\x8c\x83\x19\x5f\xce\xfd\x82\xcc\x25\x49\xf4\x57\xa3\x0c\x66\xd0\xfc\x74\xd7\xa5\x91\xfd\x1f\x34\x2c\x8d\x4e\x7b\x0d\x09\x5b\x2d\xe5\x7e\x99\x64\xad\x3a\xc6\xc9\x22\x95\xb2\x79\x7f\x0d\x0f\x53\x2a\xa8\x9c\xe1\x91\x3d\xf0\x52\x41\x9f\xde\x77\x7e\x27\xf3\x74\xfe\x9c\x1d\xed\x5f\x49\xd3\x64\x9a\xff\x3c\xf3\x50\x65\x7c\xc2\x13\x33\x6f\x0a\x9f\x1b\x25\x35\xcc\x27\x35\xcf\x68\x99\x11\x3e\xe9\x9f\x54\x5a\xb7\x93\xfc\xb0\x52\xe7\xa3\x74\x8f\x29\x29\x3b\x4b\xe7\xc6\x9c\x84\x2b\x74\x9f\x63\x5c\x8c\xf7\xaa\x68\x9a\x97\xdb\x9a\x18\x92\x46\xe7\xa6\x24\x92\xba\x49\x0e\x8c\x0b\xb1\xcc\x4e\xa5\x08\xf5\x18\xe3\x34\x8a\xe0\x19\xfc\x98\x41\xf2\x3e\xec\x71\x26\xdd\xea\xb4\xf4\xb2\xd9\x8b\xd7\xc9\xa1\x7f\x57\xfc\x96\xd9\x39\xe4\xcd\xe7\x3c\xfc\x7c\xde\x0b\x44\x05\x59\x24\x46\x26\x2a\x86\x76\xa4\x23\x47\x86\x87\x59\xac\xc0\x7a\x51\x21\x18\xd0\x93\x17\x4b\x4c\xe9\x8d\x2a\xf4\xd9\xe3\x5a\xf4\xdc\x83\xc6\xf2\x73\xa1\x64\xb1\x2a\xce\x30\x33\x93\x8c\x27\xa6\xe2\x1d\x77\xec\xa9\xb8\xb0\x94\x4e\xbe\x0a\xf7\x6f\xe8\x9b\x9b\xfb\x27\x3d\x39\x44\xeb\xbc\x48\x72\x82\x34\x7d\x41\xd3\x2f\xa4\x77\x0b\x3a\xde\xda\xf7\x29\x1f\x4e\x0a\x45\xee\x5b\xf3\xe1\x98\x9a\x67\x90\xbf\xd9\x8c\x83\x11\x38\x02\x33\x54\x92\x4f\x76\xb4\x9f\xc3\x6c\x5a\xb7\x5e\x41\x73\xe8\xef\xba\x8d\xe0\x5d\x91\xab\x60\x7e\x98\x4f\xf0\x30\x22\x6f\x92\x0c\x0f\x53\xd5\xd0\x91\xf6\xa5\x5a\x8d\x6f\xa0\xd5\x6a\x5a\xa4\x41\xd5\x25\x7c\x23\xa9\x36\x33\x25\x79\xa8\xee\x6c\x4b\x12\x56\xb5\xd1\x9d\x24\x6a\xd9\x37\x81\xb4\x33\xd5\xae\xb1\x74\x5f\x58\x7a\x65\x26\x9d\x13\xd5\x2a\x73\x07\xf3\x73\x99\xa9\xa3\xaa\x61\x15\x3d\x6f\xe9\x98\xcd\xe4\x9f\x2f\x0b\xde\x47\x71\x88\x65\x9b\x7e\x22\x46\xaf\xca\xb0\xf3\x64\xb1\x2b\x7f\x6d\x4a\xfc\x92\x0f\xc7\xc6\x9c\xfb\x80\x59\x22\x97\xfc\x87\xb1\x4f\x18\x7d\x64\x1c\xc9\xf3\xd5\x2f\xe7\x55\xd7\x7e\x57\x42\x0b\xd3\x6f\x04\xf7\x49\x52\x3d\x34\x9f\xd6\xad\xd3\xda\x32\xae\xc0\x39\x5b\x2e\xe2\x45\x2b\xc5\x48\x45\x33\x1e\x46\x8c\x60\xc8\xf0\x30\x75\x96\x8c\x97\x5b\x59\xd6\x9f\x2c\x53\x5d\xa2\x2e\x9d\x83\xb5\x45\x8c\x6c\xae\xcb\xb2\xa1\xb1\xb6\xd0\x8d\xec\x65\x4d\x23\x77\x30\xac\x7b\xca\x08\xbe\xba\x65\x33\x69\x7d\x6a\x73\xf9\xdc\xa8\xd3\x64\xff\xb2\xf6\x74\x0d\xbd\x69\xcd\x33\xe6\x5b\xab\x6d\xb3\x97\x4e\xb6\x9a\xdf\x8f\x51\x5c\xa3\x26\x81\x73\xbb\x2b\xe6\x4a\xcf\xd1\xf3\xe7\x01\x25\xad\x4f\x70\x0f\x87\x00\x85\xba\x16\xdc\xc3\xde\xb1\x40\xf7\x1f\x5b\x78\x0e\x36\x35\x49\x7d\x03\x60\xed\x30\xa0\xd7\x0e\xe6\xa2\xe8\xf7\x14\xa8\xb9\xc4\x79\xcc\xca\x4d\x80\xf4\x46\x56\xf1\x4c\xba\x66\x40\x59\x2d\x30\xe2\x29\x50\x9c\x01\x8c\x29\x06\xe6\x26\x71\x9e\x62\xf6\x3e\x8e\x4b\xe7\x2b\x73\x3e\x8f\xf0\x0f\xba\x40\x6e\x2c\x10\xac\x00\x64\xec\x06\xa2\xd6\x01\xe9\x22\xf7\x77\xae\x78\xd2\xe4\x47\x03\x25\x8a\x40\xce\x7a\x60\xa1\x0a\x90\x1f\x05\xd4\xde\x06\xf2\xca\x80\x0d\xea\x40\x41\x09\xb0\x3b\x02\x28\x5a\x07\x1c\x3b\xc6\x31\xdd\x0b\x66\x9c\x13\xbd\xfb\x43\x4b\xfe\xbf\x64\x37\x20\x28\xb7\xf4\x81\x68\xdc\x05\x74\xd1\x05\x4e\x1c\x04\x3a\x3b\x03\x3f\x5c\x00\x3a\xe9\xb6\xe0\x1e\x76\xd4\x00\x9d\xf3\x80\xad\x96\x40\x17\x03\x60\xb3\x33\xa0\x9c\x02\x48\x7d\x36\xa9\x5e\xd7\xad\x07\x7a\xef\x01\xaa\x94\x18\xff\x20\xdd\x7d\xe9\x8d\xa5\xfc\x30\x30\x7c\x35\x20\x95\x1e\xbd\x26\xa0\x78\x32\xf3\xfb\xe7\x6b\x4b\x6f\x36\x40\xc1\x29\xc0\x76\x1a\x90\xb9\x95\x6b\x4b\xa5\xd2\xe8\x29\xe6\x3f\xa4\xfb\x9d\x71\x01\x88\xd2\x02\xd2\x12\x80\xf8\xb0\x96\xbe\x07\x99\x7d\x81\xd9\x7f\xf2\xb8\xf0\x04\x90\x33\x1b\xa8\xbd\xd4\xc2\x7f\x90\xe3\x0c\xec\xda\x2e\x3d\x0d\xb8\x9e\xb3\xc0\x10\xb8\xa8\x0e\x94\xaa\x02\xf7\xf3\x80\x79\x83\x81\x0f\x13\xbe\xec\x83\x71\x56\x01\x68\xf7\x84\x73\xc4\xed\x26\x00\x87\x8a\x18\xf7\xf0\xdd\x76\xa0\xc3\x70\xa0\x3e\x1b\xe8\xb0\x18\xf8\xb6\x03\x20\x6f\x0c\xac\x1d\x01\x48\x6f\xea\xad\xfb\x3c\x2c\x19\x0e\xf4\x99\xd8\x82\x7f\x28\x7e\x0a\x68\xdf\x03\x0a\x2f\x72\xcc\x59\x6a\x55\x46\xba\x01\xb9\x8d\x80\xe9\xdf\x40\x56\x03\x20\x75\x6f\xd2\xc3\x00\x07\x75\x40\x2a\xdb\xee\x7e\xc0\x4c\x25\xc0\x4f\xc2\x38\x80\x70\x9f\x4f\xfa\x1e\x24\x03\xb3\xf2\x98\x1f\x61\x76\x03\x90\xb6\x88\x79\x41\xd2\xab\x00\xa9\xfc\x67\xd8\x00\x1b\x8e\xf3\x7a\xee\x9e\xc9\xeb\x26\x95\x87\xdc\xfd\xc0\x2f\xca\x40\xa1\x1a\x70\xef\x0e\x90\xdf\x03\x78\xe3\x07\xe4\x8c\xf9\x9c\x07\xe2\x54\x08\xf7\x3f\x39\x7a\x96\x79\x30\x9a\xfb\x1b\x48\x98\x0f\x63\xab\x19\x8f\x9b\x2d\x99\x27\xa4\x4e\xe0\xfe\x29\x32\xde\x87\xca\x85\xcc\x0f\x22\xe3\x3b\x28\xe9\x01\xf4\x9e\x00\xcc\x39\x08\x68\xbe\x03\x0a\xae\x00\x43\xc3\x18\x97\x61\x98\xcc\x79\xff\x51\x4d\x2d\xf8\x87\x99\xeb\x39\x96\x3d\xbd\x3d\xe0\xf2\x1d\x10\x77\x18\xf0\xba\xcb\xf5\xf0\x61\x46\x40\x7c\x5f\x20\xfa\x32\xe3\x14\x66\x96\x03\xc9\x27\x81\x42\xa3\x16\xfe\x83\xd4\x2b\xc0\x8a\xe3\xfc\x9c\xcd\xeb\x81\xf4\x7c\xe0\xfb\x14\xe6\x53\x38\xd9\x9b\xd7\xf9\xf2\x0f\x40\xd6\x53\xe0\x9f\x06\x20\xf3\x30\xf0\x06\xbc\x9e\xd2\x75\x48\x11\xf3\xde\xc7\xef\xf2\xfc\x9b\x71\x0f\xb2\x7c\x77\x2b\xdc\xc3\x3a\xf1\x96\x28\xcb\xf3\x56\xfe\xc2\xfd\x51\x16\x75\x05\xda\xf7\x00\x4a\xcf\x30\xdf\x81\x54\x0f\x55\x25\x2d\x7c\x07\x52\xab\x2b\x3d\x07\xa4\xdf\x2b\x95\x8b\xb4\xa5\x80\xb1\x2f\x90\x72\x82\x6b\x57\x93\xdd\x01\x9b\x44\x20\x41\x45\x7a\x23\x06\xa4\x97\x34\x0f\x17\x20\xae\x13\x10\xf2\x3d\x10\x3d\x1b\x98\x1a\x08\xc4\x34\x71\xee\x3c\x7e\x1d\x50\x18\xcc\xf9\xe3\x85\x71\x40\xc2\x16\xa0\x46\x07\x48\x0e\x04\x36\x3d\x03\x12\xae\x00\x7b\xb3\x80\x14\x3b\xe0\xa7\x15\xc0\xf4\x0b\xc0\x95\xed\xbc\x86\xff\x58\x02\x33\xd5\x01\x41\xba\xee\xdd\xb9\xfe\x5f\x86\x03\x68\xc6\x3d\x88\x71\xf6\x7d\x87\x78\x6c\xc6\x3d\xc8\x78\x2f\xbe\x82\x7b\x90\xe5\x79\x8b\x8b\x01\xf9\x73\x40\xde\x4d\xb6\xb7\x59\x17\x01\x95\xdd\xac\xef\x92\x5a\x20\xf5\x02\x30\x78\x01\xef\xb3\xf4\x3e\x19\xfb\x2f\x30\xa6\x00\x88\xf3\x00\xac\x12\x81\xd8\x1d\x80\xe3\x81\x96\x75\x88\x28\x05\x02\x33\x81\xf0\xd3\x40\xd4\x64\x20\xa2\x10\x48\x51\x6c\xe1\x3f\x88\x78\x0c\x2c\x68\x07\xc4\xdf\x04\x56\xcf\x05\xe2\x6d\x80\x6f\xff\x05\x62\xa7\x00\xfb\xd6\xb2\x6d\xfd\x49\x02\x24\x3c\x00\x7e\x2b\x04\x92\x74\x81\xa7\xd2\xf5\x52\x07\x3e\x9e\xfe\xa4\x0f\xc8\x0a\x31\xdf\xdd\x0a\xf7\xb0\x4f\x3c\xed\x76\x88\xdd\x01\x65\x79\xde\x6f\x8e\xfc\xe7\x75\x68\x9d\xe7\xcd\x4b\x63\xbe\xa1\x59\xb3\x01\xe5\x19\x9f\xf4\x7b\xd0\x02\x34\x8f\x00\xd3\x2c\x81\x61\x99\x40\x44\x13\x60\x54\x06\x44\xce\x07\xa4\xf7\xa9\x90\x61\xc0\xc4\x52\x20\xf4\x17\xa9\x4f\x0b\x84\x16\x73\xde\x5f\xd6\xff\x21\xd8\x8b\xe5\x21\x38\x0b\xc8\xdb\x0a\x04\x7c\x07\x94\x9e\x05\x42\xdb\x03\x35\x61\x40\xf0\x3a\xae\xeb\x0d\x35\x66\x6c\x9f\xf4\xd6\x2b\x5d\x87\x90\x69\xc0\x2f\x8f\x80\x69\xab\x81\xe7\xd1\x2d\xf8\x0f\x59\x1f\x10\x19\x1f\x82\xac\xdf\xc7\x81\x95\xad\xf4\xa1\x15\xef\xc5\x17\xf8\x0f\xb1\x5e\x59\xc6\x77\xd0\x9c\xef\x7e\xca\x78\xaa\x14\x0b\xa0\x73\x3f\x20\x6e\x29\xd0\xe3\x29\x10\xf5\x2f\xa0\x56\x0b\x84\xef\x00\xb4\x6d\x80\x80\xbf\x01\x9d\x46\xc0\xef\x35\x30\x7a\x17\xe0\x7b\x89\xf9\xa5\xfc\x06\x00\xce\xc9\x80\xef\x53\xc0\xf7\x38\xa8\x0a\x42\x2a\x13\xbe\xb1\xc0\x74\x5d\xc0\x27\x06\xc8\x6b\xcb\xb9\xf0\x85\x6b\x00\xef\x1d\xc0\x0a\x75\xc0\x47\x1b\xd8\xb4\x03\xf0\x7d\x0d\xec\x3f\x01\xf8\x65\x02\xa7\x72\x00\xdf\xbe\x8c\x8d\x0c\x70\x03\x9e\xd4\x01\x7e\x9a\xac\x0f\x3e\x3d\x45\xfc\x83\x88\x83\x90\xf1\x1d\x7c\xc1\x7b\xf1\x95\xbe\x27\xad\xf9\x0e\x9a\x79\x1f\xc4\xdb\x75\x33\xef\x83\x0f\x20\xbd\x4f\x4e\x3d\x01\x28\x3c\x05\xc2\x43\x18\x5f\xe8\xf7\x16\xe8\x97\x0d\x78\xc7\x00\x43\xbb\x00\x5e\x47\x80\x11\xba\xcc\x91\x23\xbd\x98\x4f\x9e\xc9\xb9\x7f\x8f\x6d\x8c\xa7\xf4\xcc\x02\x22\x26\x00\x1e\x8f\x59\x1e\xdc\xaf\xb3\x2f\xe1\x36\x13\x58\x20\xf6\xb7\xa8\x1d\x06\xb8\xd9\x02\x5b\xf6\x02\xee\x8e\x8c\x13\x73\x3d\x0d\x48\xef\x11\x6e\x12\xe6\x15\x73\x8b\xe4\x3e\x31\x6e\xb7\x3e\xe7\x81\x90\xe1\x20\xfe\xaf\x38\xa0\xaf\xe1\x3f\x4a\x44\xfe\x98\xd6\xbc\x0f\x71\xa2\x7d\x09\xac\x64\x7c\x9d\x74\x5f\x15\xde\x03\x93\x7f\x64\xfe\x07\x0f\x6b\x60\xe0\x6d\xc0\x63\x24\x60\x78\x01\x70\x1a\xc8\xbc\x20\xf6\x73\xb9\xff\x9c\xfd\x45\xf6\x27\x1c\xbd\x80\xf0\x27\x80\x7d\x07\x20\x39\x05\x98\xe4\xc7\xd8\x49\xbb\x8b\xcc\x03\x31\x69\x3f\x63\xd6\xa4\x77\x90\xad\x06\xcc\x15\x70\xf0\x1d\x60\x9f\x08\x9c\x8f\x05\xec\x0d\x81\x3f\x6c\x99\x4f\xe2\xd5\x27\xfd\x4f\x2c\x9e\x7e\x8e\x83\x90\xc9\xc1\xd7\xfa\x9e\xd4\x89\xeb\x21\xc3\x7f\x7c\xc1\xfb\x20\xae\x1f\x57\x5d\xb4\xe0\x60\xa2\x3b\xf2\xe8\x23\xf2\x28\xb8\x9d\x01\xda\x39\x73\x9f\x8f\x1e\x2e\x8c\x79\x91\xfa\x19\xb6\x4a\xc0\x50\x13\xee\xdb\x21\x3d\x4f\x27\x5c\x05\xc6\x5f\xe6\xde\x6b\xd2\xcf\x8e\x9b\x04\x04\xc9\x01\x96\x91\x6c\xeb\x2c\x4d\x58\x2f\xa4\x3e\x69\xf9\x33\x3e\x7b\x57\x9e\x05\xcc\x3b\x72\xce\xde\x2c\x14\x38\xbc\x97\x7b\x31\x49\xfd\x66\x8b\x05\xc0\x1d\x2f\xe6\x8d\x78\x55\x0e\x8c\xf3\xf9\x9c\xff\x62\xe8\x00\x31\xef\xff\x5f\xf0\x2f\xcd\x72\xd0\x0a\xff\x31\x6f\xaa\xa8\x0f\x32\x1e\x14\x91\xef\x22\x49\x8c\x3a\x85\x89\xf8\x42\x1f\xb1\x3f\x97\xd3\x00\x1e\x6d\x6e\x72\xee\x56\xfa\x5e\xbd\x97\x31\xde\x41\xea\x8f\x9b\xcd\x01\x0c\x1f\x00\xa6\x07\x00\xab\x1c\x60\xf4\x53\xc0\xd5\x1d\x18\x3d\x0a\x08\x72\x60\x3c\x44\xb2\x26\x30\xc2\x05\xc8\x1b\xc0\xbd\xb8\x16\xbe\x04\x46\xe8\x30\x46\xc3\x20\x13\xd8\xa6\x0c\xe8\xf5\x00\x0e\x36\x02\x3a\xab\x81\xb3\x0d\x80\xde\x13\xc6\x57\x0f\xd1\x02\x9e\x67\x03\x83\x55\x45\xfc\x47\x2b\x1c\xc4\x17\xf8\x0f\x71\xbe\x32\xfc\x47\xf5\xc0\xff\x2c\x07\x73\x63\x78\x6c\xcd\x7f\x11\x27\x46\x63\x9b\x71\x30\xe2\x79\xe4\x20\xae\x9f\xd9\x8f\x80\xdc\x08\x60\x74\x1b\x40\xb9\x3f\x30\xc2\x10\xd0\x68\x04\xf4\xce\x03\xc3\xbd\x00\xbd\x9b\x80\x99\x3a\xdf\x4d\x5c\xca\x01\xbd\x5e\x40\x88\x32\x73\x2e\x25\x7e\x03\x68\x4f\x04\x72\xdd\x18\x53\x54\x56\x0e\xf4\x7f\x08\xd4\xad\xe0\xb5\xdc\x3e\x1e\xd0\x3c\x0b\x1c\xaa\x01\x34\xeb\x81\xc6\x2d\x40\xbf\x1b\xcc\x0b\xa2\x2e\xf2\x48\xc9\x70\x1f\x2a\x0b\x3f\xc7\x41\x7c\xb5\xff\xcd\x7d\x51\x0e\x5a\xe1\x3f\x8a\x83\x3f\x97\x83\x66\x1c\x8c\xc8\x83\x32\x4d\xe4\xbf\xe0\x9e\xfc\x8c\x69\xc1\x27\x59\x9b\x51\xe2\xdf\xe9\x5c\x07\x3a\xd9\x03\x83\x72\x81\x9e\xd3\x81\x81\x5d\x19\x5f\xd9\x7f\x1b\x30\x26\x82\xb9\xc8\xa4\xba\x33\x60\x0c\x10\xb4\x11\x50\x4b\x07\xe2\xa3\x99\x9b\x2b\x37\x18\x50\xad\x06\x16\x46\x02\x3d\x8d\x98\xd3\xad\x67\x1e\xb0\x2d\x06\x50\x6a\x04\x0e\xde\x05\x14\x7e\x06\xce\xd6\x00\xdd\x0d\x80\xdb\xfe\x40\xf7\x95\xc0\xab\x20\x40\x31\x5f\xe4\xbf\xa8\xf8\x7c\x6c\x8d\xff\xa8\x13\xcf\xcd\xff\x2b\xfe\x43\xd6\x07\x47\x86\x7f\x90\xf5\x81\xf1\x15\xed\xa5\x8c\x07\x44\xd6\xdd\x60\xa4\x78\xbe\xf4\x13\xab\xf8\x24\xd2\x7b\x9b\x26\xd0\xdb\x81\xf9\x2c\x55\xb2\xb9\x9f\x94\xf2\xf7\x80\xed\x5f\x40\xf7\x4b\x80\xdf\x2b\xa0\x8b\x1a\x30\x6d\x0f\xd0\xa9\x91\xef\x5b\x1d\x52\x81\x05\x55\x40\xbb\x9b\x40\x8d\x05\x20\x1f\x00\x6c\xed\x23\x75\x08\x81\x83\xb5\x40\xdb\x81\xc0\x69\x91\xeb\xe5\xc6\x03\xc6\x24\xfd\x2b\x9d\x6b\x16\xf0\x5a\x17\xe8\xe0\x0d\x08\xab\x80\x0e\x06\x80\x60\xff\x09\xfe\x43\x64\x55\xfe\x02\xff\xd1\x9a\xff\xa2\x35\xfe\x43\x8c\x3a\x46\x8a\x38\x21\x19\xfe\x61\xb2\xc8\xe2\x6f\x2f\x62\x0e\xc6\x89\xd9\x2c\x7d\x71\x3d\xd4\x44\xfe\xbe\x6e\x79\x40\xc7\x78\xa0\xb3\x0a\xa0\xe6\x01\x74\xea\x0c\x18\x0d\x01\xe4\x3e\x00\x13\xf6\xf1\xdd\xc7\x4b\xe4\x60\x89\x11\x39\xdf\xd2\xc5\x2f\x99\x27\x7e\xc7\x0a\x1f\x1e\x37\x8b\xb2\xb7\xbf\x86\xc7\xd3\x0f\x78\xbc\x2e\xee\xe1\xe3\x65\x3c\xbe\x16\x7d\xc0\x0f\xa2\x0f\x20\x6c\xf8\x0f\xf8\x0f\x31\xeb\x24\xc3\x3f\xcc\xfe\x93\xc7\x6c\x71\x5d\x64\x38\xa8\x44\x31\xaa\x34\x55\xfe\xf3\xf9\x4f\x11\xd7\x4d\x86\x83\x19\x7f\x9f\xb3\x56\xdc\xb3\x1f\x18\xd2\x99\x47\x55\x31\x7a\xfb\xc9\x7f\xd9\xbd\x5e\xf1\xff\xd1\x13\xcf\x1e\x6b\x71\xf4\x12\x9f\x15\x6d\x2b\xbe\xc3\x72\x1e\x4b\x44\xcc\xc2\x72\x91\xab\x67\xa3\x38\xbf\xef\xc5\x67\x9f\x14\x7d\xe0\x6b\xe2\xde\xfe\x23\x46\x08\xdf\x89\x7b\xf7\x29\x1e\xe4\x6b\xf8\x97\xa2\xb7\x8c\x87\xc8\x11\xe7\x9b\x26\xda\x8b\x24\x09\x4f\x39\xa6\x88\xf1\x2e\xe1\x4f\xda\x51\xbc\xde\x57\xd2\x91\xe2\xfd\x1e\xcb\x3a\xee\x05\xe5\xbd\x3a\xd1\x5b\x98\x39\x74\xa6\xbc\xaf\xce\x4d\x05\x8a\x42\x6a\xd2\xed\x03\xe8\xbc\xb2\xfb\x22\x7e\xa2\x62\x60\x3b\x8a\x47\x2b\x14\xf5\x21\xdc\x87\xc2\x56\x7d\xfa\xe6\x6e\x4b\xc7\x13\x06\xa9\x5b\xbd\x17\xad\x87\xc2\x2d\xce\x88\x28\x18\x70\x05\x5d\xb7\x68\x8e\x7c\x76\x45\x35\xd9\xb0\xce\x79\x8c\x71\xeb\xb8\x71\x2f\xc9\x9c\x7c\xc2\x8f\x34\xb7\xf6\x72\xbf\xd0\xba\xc8\xbd\xbd\x4b\x79\x42\xb9\xd3\x9c\xdf\x6d\xd3\x97\x47\x8c\x20\xfc\x83\x01\xbc\x3f\x9d\x7f\xb1\xb8\x9f\x79\x47\xda\x52\x3c\x3e\xdd\xac\xdd\x12\x9e\x7f\x7b\x7a\x9b\xe8\x54\x05\xfa\x7d\xb8\x83\x22\x57\xe1\x9b\xa9\x10\x8b\x89\x9b\x84\x71\x12\x93\xd4\xfb\x50\xf5\xac\xc5\xc6\xde\x94\xff\x35\xb8\xd3\x87\xa2\x6a\x03\x2a\xfa\x91\xa5\x54\x9e\xab\x2e\xee\x9a\x44\x8c\x5b\xaa\xf7\x91\xa7\xbc\xac\xc6\xe8\x3e\x14\xb9\x93\x0c\x61\xdd\xd1\xe8\x60\x4d\xf3\xd3\x68\xf4\x22\x5b\xae\xa6\xc8\x91\x75\x35\x8f\x99\xb4\x67\x7d\x1f\x15\x91\x9e\xf4\xe9\xb9\x94\x6c\x52\xef\xe7\xeb\xe9\x6c\xeb\xd9\xb4\x7b\x26\x8f\xc7\x29\x1e\xa9\x42\xfc\x62\x80\x4a\xfd\x1d\xae\x34\xce\x7e\xc9\x15\x75\x22\x2f\x4a\xb7\xeb\xd2\x71\xe1\x06\xde\xf7\xb9\x2e\xcc\x2e\x9e\xe3\xdc\x81\x3c\xcc\x0c\xd3\xce\xd4\x6d\x24\xb9\x92\x71\x21\xb1\x8a\x3d\x29\x9a\x18\x56\xde\x8b\xe6\xef\x53\xa8\x4e\xeb\xe7\x36\xbb\x1f\x55\x07\x3b\x6c\x64\x5c\x88\xd5\xc2\x01\xc4\x07\x60\x9c\x36\x98\xa4\x6e\x88\x2b\xe3\x07\xfa\x1e\x19\x4e\x37\xd9\x2e\x1b\x87\x8b\x48\x34\xd1\x11\xc7\x50\x11\x79\x33\x6c\x88\x1a\xd9\xd4\x61\x7f\xe9\x92\x6d\x1e\xf6\xa7\x25\xc5\xa5\x87\x19\xba\xd3\x19\x34\x24\x28\xdc\x9d\x3f\x9f\x4a\x99\xc6\x61\xb9\xcc\x1c\x3e\xb4\xfb\x12\x3a\xe3\x07\x59\x33\xd6\x71\x80\xc9\x0e\xd2\xe1\x01\xc7\x8f\x50\x64\x58\x2b\xf4\x1c\xfd\x5d\xff\xae\xcc\x0b\xd2\xef\xcc\x13\xba\x4b\x32\xfe\x03\x50\x27\x9e\xff\x66\xfc\xcf\xaa\xee\x94\x2d\x4c\xb7\x54\xa1\x28\x66\xf2\xc4\x9e\x14\x7f\x9e\xe6\xdc\x87\x10\xd8\xa1\xe3\xb4\xe8\x26\xe6\xb7\x8e\xe7\xeb\x36\x75\x08\x59\x7c\x47\x71\x3e\xd6\x5b\x75\xc8\xea\x8c\x2e\xe7\xdd\xd4\x01\xa3\x7b\xb4\x8e\x18\x91\x74\xf6\xe8\x60\x4c\x59\x68\xb9\x8a\x51\xe2\x49\x6d\x2c\x7a\x28\xc6\xa7\xba\x30\x83\xc8\x0d\xb6\x9d\x63\xca\x74\x69\xe5\xc7\x54\x30\x8f\xf7\x18\x25\x37\xda\xff\xd1\x45\x21\x94\xbf\x18\x3d\x2a\x99\x34\xcd\x78\x7d\x1e\x69\x96\x71\x28\xfb\x76\x23\x1e\xd7\x52\x6c\xc4\x50\xc2\x77\x03\x23\xe7\x43\x54\x2f\xaf\xdb\x78\x8a\xea\x14\x75\x43\x7f\xa5\xcf\xeb\x75\x7d\x40\xeb\x21\xeb\x1b\x34\x54\x42\x75\x5a\x53\x55\x29\x8f\x35\xab\x94\xe7\x3b\xfd\xa3\x3a\x45\x8f\x65\x3c\x30\x11\x0d\x3c\x4f\xff\x1f\x39\x9a\xee\x65\x60\x48\xd9\x56\xe7\x30\x23\xf2\xc0\x26\x3e\x36\x26\x85\x30\x97\x8c\xa2\x13\xc1\x60\xa5\x09\xfd\xfd\xa0\x47\x9c\x95\x53\x8b\x35\x23\xf9\x52\x34\xb4\xf8\x9b\xe7\x6d\x21\x7a\x1a\x16\xa2\x75\xb3\xb4\xef\x46\xbe\x86\xb5\x81\x06\xbd\x9f\xd5\x37\x3a\x14\x7f\xb6\x9c\x61\x4e\x79\x18\xab\x1d\x4e\x54\x09\x3a\xde\x24\x98\x38\x11\xc7\xdb\x26\x50\x1c\xde\xe2\x60\x36\x69\x96\x65\xd6\x02\x42\xda\x58\xca\x71\x7c\xda\x12\x8c\x93\xb2\xf4\xde\x4f\x16\x6b\xdc\xb9\x53\xb4\x1e\xe6\xfd\xaf\x50\x3e\xc7\xcc\xf5\x6f\x7a\x33\xd3\x91\x2f\xe9\x1c\xe1\xbe\x41\xe9\x3b\xb4\x08\x21\x97\x52\xdf\x9f\x4e\xbe\xf8\x0b\xba\xb4\x4f\x11\xcf\xb8\x8a\x32\x70\xcf\x48\xc2\x07\x79\xf7\x67\x1e\x18\xd7\x1f\xc7\xd0\x5f\xb7\xc6\xc1\x8c\x16\xf3\xe6\xc3\xcf\x4c\xa4\x2c\x82\x66\x3d\xa3\x9b\x54\xa6\xd8\x90\x5c\xc9\xaf\xb6\x13\xed\x82\xfd\x35\x1e\x1d\x96\xb3\x65\xb2\xaf\x55\xa0\x15\x76\x70\x91\x90\x65\x71\x78\xad\x4b\x79\x0d\x27\xfd\x71\xb4\xd2\x8e\xf5\x4e\x24\xef\x8e\x87\x19\x41\xe0\x14\xcd\x77\x38\x47\x64\x8c\xe3\xbf\xe3\x8c\x89\x23\xb8\x7e\xd5\xfe\xdc\x06\xb2\xe9\x0e\x86\xdf\xd1\x3a\x4e\x0a\x6c\x20\x39\x99\x14\x77\x81\x24\x73\x62\x56\x13\xe1\x0d\x6c\xef\x3e\x7b\xc6\xeb\x2b\x38\x03\x29\x5a\xc3\xe8\xfd\xe2\x9b\x78\xde\xd1\xba\xa3\x49\xea\x02\x7e\x32\x26\x29\x9c\xf2\xc8\x8c\x4e\x6f\xb7\x1a\x4b\xda\x2d\x3b\x5d\x6b\x5a\x75\xeb\xa4\x09\xa4\x65\x26\xaf\xed\x68\x9e\x86\x6d\x1d\xe8\x26\x31\xc8\x9c\xf1\x12\x7d\xa3\x9d\x68\x5d\x14\x9f\x39\xe7\xb3\x3e\xb8\x89\x9e\x87\x87\x28\x07\x5e\x12\x50\x9e\x7b\xb2\x9e\x22\xd9\xaf\xc9\x45\x12\x62\xdc\x98\x1c\xca\x7a\xe1\x35\xdb\x8c\x10\x7a\x93\x1b\x1d\xe8\x09\x93\x7b\xfb\x12\x42\xc5\xab\x38\x86\xee\xb8\x5e\xba\x69\x84\x50\xf3\x04\x57\xdc\x7a\x19\x2c\x25\xcb\xe4\xb1\xf1\x9b\x31\xfc\x3d\xdc\xd7\xde\xd3\xeb\x28\xad\xab\xbb\xdd\x59\xc2\xc3\xb8\xfd\xf6\x1b\xe9\x9f\xcb\xc1\xfb\xb4\xf3\x4e\xc3\x5e\xef\x02\x92\x4e\x1a\x13\x0a\x21\x6a\x8b\x29\xc9\x6f\x88\xf6\x38\xb2\x0f\xbe\x47\xac\x49\x1a\x3d\x3d\x6d\x08\x7d\xe1\x3c\xdd\x81\xb4\x6b\xe2\x0b\x07\xca\xaa\x9b\x9b\xbb\x90\x7e\xb4\xc6\xc1\xf4\x6f\x62\x7c\x88\x6a\xb4\x27\xe5\x85\xbb\x36\x33\xab\xf9\x24\xf3\xe8\x27\xe6\x71\xfc\xe3\xda\x50\x9e\x2d\x60\x10\xe3\x40\x02\x1a\x39\x14\x16\xd0\xa8\x4b\x16\x35\x60\xaa\xc9\x1c\xfe\x99\xeb\x79\x03\xe6\x4f\xa1\xbc\x70\x90\x65\x94\x05\xff\x3e\x95\x4e\xa2\x40\xfd\x02\xd2\xff\xc0\x5c\xb6\x13\x01\x37\x56\xd2\xdd\xc7\xff\x04\xdb\x89\x00\x2b\xc6\x11\xfa\xdf\xff\x99\xbf\xbf\xee\x0a\x9d\x64\x7e\xda\x7f\xd2\x49\x37\xc5\xfd\x65\x09\x10\xa3\x36\x8e\x22\x2f\xa1\x2b\x27\x92\xa7\x13\x20\x61\xdc\x8f\x57\x93\x33\x7d\x9b\xab\x92\xb3\x15\xfe\xdf\x70\x30\xf5\xde\xb4\x2e\x83\x35\x99\x27\x45\x23\x98\xf9\x24\x54\xc0\x52\x2c\x6f\x1e\x2c\x7a\x2b\x32\x1c\x4c\x64\x7b\x71\xf4\xe5\x13\x39\x22\x4b\x89\x3c\x8d\xc8\x47\x9a\xa4\x79\x11\xa7\xf4\x48\x53\x23\x57\x98\x51\x9e\x33\xaa\xce\x9e\x16\x28\x22\x99\x11\x37\x91\x15\x61\x3b\x78\x9c\x4e\x7f\x1f\xd5\x85\x5d\xbc\x48\xab\xb2\xd1\xf4\xb9\xfb\x2b\xe8\x9c\x0c\xcf\xd8\x44\xeb\x14\x11\xbb\x2f\x96\xc7\x93\x64\x27\x9a\x71\x31\x17\x6f\xd1\xf3\x42\x42\x1f\x35\x49\xed\x20\xcf\x3b\xf0\x92\x13\x45\x56\x7c\x8c\xdd\x48\x8a\xdc\x16\x7b\x12\xea\xd2\xd1\x8d\xbb\x15\x59\x37\xf1\xbe\xb6\xc6\xc1\x0c\x5b\x1d\x94\xc8\x72\xc0\x7d\x91\xfa\x28\x33\x3e\x44\xe1\x48\x38\x69\x77\x5b\xdd\x66\x1c\x8c\x8c\x17\x46\xec\x0b\x13\x5f\xd2\x9e\xde\x2f\x2e\xab\x07\xad\x5c\x5c\x9d\x26\x9d\xf7\x89\xb6\x7a\xb4\x62\xf1\x0f\x4d\x69\x27\x12\x0c\x6d\x19\xaf\x11\xc5\xf9\xee\xc4\xf1\x8c\xb8\x49\x72\xe3\x0c\x7c\xc2\x96\x2c\xfa\xc6\xf8\xaa\x52\x3a\x91\x13\xea\xd8\x37\x8c\xdf\xbb\x8e\x90\x1a\xf1\x4d\xbb\xe9\x0d\xe2\x0d\x1a\x68\xa7\xe2\x02\xce\x91\x1e\xca\x70\x31\xb1\x78\x70\x06\x08\x99\xc1\x68\x34\xdf\x09\x8c\x83\x99\x3c\x60\x0a\xa1\x67\xbe\x8e\x83\x09\x21\xaf\xde\xe0\x18\xbf\xcd\x60\xcd\x08\xf2\xab\xfa\xcd\x61\x76\x0a\x19\x0e\xa6\x73\x5e\x34\x69\x23\xb2\x13\x44\xef\x76\xba\xe8\x59\xcb\xf0\x30\x33\x0c\xe4\xe9\xa4\x49\xd5\xef\x41\x08\xec\x94\xd5\x8c\xc0\x9d\x29\xd1\x25\xbd\x9f\x59\xce\xcc\x63\x69\xe3\x27\xd1\xf9\x91\xb6\x78\x32\xe5\x83\x67\x29\x87\x32\xc3\xd1\xb9\x44\x3a\xe9\x67\x1e\xc9\xa4\xbb\x5e\x6a\xce\x5c\xd2\xd0\x19\xdb\xb8\x76\x2c\x6d\xfc\x5a\xee\xbf\x14\xbf\x8d\x62\xce\x29\xf5\xcc\x9b\x93\x9a\x72\x9a\x76\x28\xf9\xfc\xd5\xc5\xbc\x9e\xb7\xde\x4b\xf5\xc0\x8f\xf6\xdd\x6b\x8e\x3f\x79\xb5\xae\xea\x9c\x4d\x76\x70\xe7\xfd\x1d\x5f\x1d\x41\x37\x02\xd3\x40\xf6\xe6\x9a\x71\x30\x1e\xd3\x08\x75\x33\xc0\x3f\x8e\xec\x68\x5f\x07\xc6\x87\x28\xd7\x32\xaa\xaf\xc3\x91\x64\xd1\x5f\x9c\xf1\x2d\x8f\xb3\x44\x1e\x04\x19\x1e\x26\xe3\x48\x07\x9a\x6f\xd6\x82\x1e\xf4\x97\x59\x0e\x9a\x84\x5b\xc8\x4a\xe0\x13\x3a\x53\x7d\x2c\xdd\x93\xb2\x9d\x6d\xc9\x4f\xcc\xae\xf4\xa4\xf3\x24\x3b\x37\xb8\x9e\x7f\x3f\x8d\xde\x30\xcb\x6d\x16\x9d\x0f\x59\x2b\x98\x89\x22\xcb\x6d\x31\xe3\x64\x1a\x57\xd1\x79\x9c\x25\xd9\x72\x9d\xbf\xf7\x00\xed\x54\x86\xe2\x49\x8a\x11\xa5\x9b\x5d\x26\xbd\x9a\x95\xd5\xf4\x0f\xe0\x3d\x86\x6f\x48\x6e\xf1\xa1\x24\x9d\xce\x5d\xa3\x68\x75\x27\xde\x9c\x4a\xa7\xd3\xb8\xca\x18\xd2\xb6\x31\xdd\x19\x17\x62\x98\xce\xbc\x30\xc3\x72\x99\x27\x45\xf3\xac\x88\x83\x69\xe2\xbe\x41\x0a\x09\x33\x49\x5f\xe4\xfb\x65\x88\x9e\x7a\xce\x0b\x71\x6c\x8d\x87\x19\xdf\x91\x56\x44\x86\x87\x29\x1c\xa3\xc5\xf8\x97\x7b\x3a\x84\xab\xcd\xdf\x31\x96\x2c\x6b\x61\xf4\x44\xba\x0b\x17\x34\x71\xbf\xa0\xd9\x59\x8c\x1f\x2c\xf4\xe1\x37\x2b\x6c\x3b\x63\x1b\x3f\x6f\x36\xc9\xcd\x6c\xe5\x72\x7a\xa5\xd9\x0d\xcc\xb4\x30\x5b\x99\xf9\xd6\x0a\xc5\xbc\x7f\x7e\xf1\x31\xc2\x57\xe5\x37\xb1\x9d\xc8\xad\xbf\x91\x0b\x78\x3e\x8c\xa4\xfb\x8f\x4b\xd2\x54\xf2\x66\x65\x7d\xa1\xac\x0d\x78\x7f\xcd\xe2\x12\xe9\xed\x46\x6d\xe3\x3e\x49\x7a\xde\x33\xb8\x5f\xda\x73\xee\x02\x29\xd1\xe4\x3e\x49\xbd\x46\x30\x1e\xa6\x9b\x1e\xdf\x4c\xdb\x36\xe6\x8a\x78\xa8\x42\xd1\x7f\x6a\x8d\x87\x99\xdf\x96\xf3\xfe\xa5\x86\xaa\xc4\x57\x53\x6a\xcb\x06\xa4\xe4\x89\x0e\x9d\xeb\xf3\xea\x79\x1d\x4a\x05\x1b\xc2\xb1\x94\xe6\xb9\xd1\xbe\xcf\x3b\xcc\x79\xff\x79\xf5\x31\x74\xff\x94\xf1\xc4\xcc\xab\x2f\x64\xfc\x8b\xb0\xf0\x08\x8f\x5c\x53\x56\x2c\x59\x4f\xf7\x96\xe2\x07\x7b\x98\x27\xe6\xc6\x31\x67\xfe\xfd\x19\xd2\xdc\xa2\xc4\xab\x81\x80\xcb\xed\x69\x14\x51\x74\xb0\x4c\x20\x3b\x60\x33\x20\x99\x22\x8f\x96\x48\x11\xef\xcb\x1c\x69\x19\x29\x56\xe2\x0d\xfb\x2e\x83\x6e\xc1\x03\x4f\x64\x91\xfe\xa8\x67\xf2\xbc\x55\xc4\x08\x4d\xe7\x5a\x59\xa4\xa2\x48\xed\xf3\x79\xb7\xc6\xc3\x2c\x6a\xec\x48\x9e\x65\x85\x33\xaf\x43\x85\xbb\x16\x7d\x62\x71\x20\x23\xb7\x2b\x1a\xc6\x8a\x78\x19\xf6\xc8\xca\x57\xb9\xd0\x49\x5c\x7e\x9f\x4f\xa2\xc5\x1a\xac\xa1\x8b\x1d\xf8\xbe\xd1\xcc\x13\x93\x5f\x46\x3b\x58\x7e\x6d\x39\xd5\x63\x94\x3b\xad\xa3\x37\x5d\x24\xa9\xa7\xbf\x2b\xcf\xfd\xe1\x21\xff\xcc\x7d\x08\x17\x34\x5d\x11\x00\x27\x97\x64\xf2\x2a\x6c\xbb\xf0\xfe\x8e\x2f\x67\xfe\x9f\x71\xb9\x99\x62\x1f\x98\x2c\xd2\x52\x83\x80\x1c\xfa\x59\xd6\x1f\x4a\xeb\x26\xa3\x9b\xd5\xb4\xb9\x1b\x66\xf7\xdf\x8a\x48\xba\xbf\xde\x27\xea\x3f\xe0\x61\xc8\x42\x57\xed\x57\x21\xfc\x47\xd5\x42\xcd\xb3\xfc\x7b\x1d\xee\x93\x54\x36\x86\x4e\xd8\xaa\x2b\x13\xc8\xcf\x58\x76\xd7\x95\x3c\x9d\x6a\x0d\x7f\xc2\x87\x57\x59\x46\x91\x04\x57\xed\x9a\x4e\xfb\x5a\xb5\x24\x8f\xec\x41\x75\xf9\x7c\xd2\xfb\xaa\x0e\xdc\xa7\xb4\xea\x23\xe3\xa4\x96\xaa\x6d\xa3\x3e\x4a\x95\x25\xec\x4f\x54\x1a\x9c\xdc\xce\xe3\x25\x9a\x71\x9b\x36\x6d\xdb\xca\xc9\xb5\x6b\xd7\xbe\xbd\xbc\x7c\x87\x0e\x1d\x3b\x76\xea\xd4\xb9\x73\x97\x2e\x5d\xbb\x76\xeb\xa6\xa0\xa0\xa8\xd8\xbd\xbb\x92\x92\xb2\x72\x8f\x1e\x2a\x2a\xaa\xaa\x3d\x7b\xf6\xea\xd5\xbb\x77\x9f\x3e\x7d\xfb\xaa\xa9\xa9\xab\x6b\x68\x48\x24\xfd\xfa\x69\x6a\x6a\x69\xf5\xef\x3f\x60\xc0\xc0\x81\xda\xda\x83\x06\x0d\x1e\x3c\x64\xc8\xd0\xa1\xc3\x86\x0d\x1f\xae\xa3\xa3\xab\xab\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x34\x62\xc4\xc8\x91\xc6\xc6\xa3\x46\x8d\x1e\x3d\x66\xcc\xd8\xb1\x26\x26\xa6\xa6\x66\x66\xe6\xe6\xe3\xc6\x59\x58\x58\x5a\x5a\x59\x59\x5b\x8f\x1f\x3f\x61\xc2\xc4\x89\x36\x36\xb6\xb6\x93\x26\xd9\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x4e\x9e\xec\xe5\xe5\xed\x3d\x65\x8a\x8f\x8f\xaf\xaf\x9f\x9f\xbf\x7f\x40\x40\x60\x60\x50\x50\x70\x70\x48\x48\x68\x68\x58\x58\x78\x78\x44\x44\x64\x64\x54\xd4\xd4\xa9\xd1\xd1\x31\x31\xd3\xa6\xc5\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\x4f\x9f\x9e\x92\x92\x9a\x3a\x63\xc6\xcc\x99\x69\x69\xb3\x66\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\xce\x9e\x3d\x67\x4e\x51\xd1\xdc\xb9\xc5\xc5\x25\x25\xa5\xa5\xf3\xe6\xcd\x9f\xbf\x60\x41\x59\xd9\xc2\x85\x8b\x16\x95\x97\x57\x54\x2c\x5e\xbc\x64\x49\x65\xe5\xd2\xa5\xcb\x96\x55\x55\x55\x57\x2f\x5f\xbe\x62\x45\x4d\x4d\x6d\x6d\x5d\xdd\xca\x95\xab\x56\xad\x5e\xfd\xcd\x37\x6b\xd6\xac\x5d\xbb\x6e\xdd\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\xdf\x7e\xbb\x65\xcb\xd6\xad\xdb\xb6\x6d\xdf\x5e\x5f\xbf\x63\xc7\xce\x9d\xbb\x76\xed\xde\xbd\x67\xcf\xde\xbd\xdf\x7d\xb7\x6f\xdf\xf7\xdf\xef\xdf\x7f\xe0\xc0\xc1\x83\x87\x0e\x1d\x3e\x7c\xe4\xc8\xd1\xa3\x3f\xfc\xd0\xd0\x70\xec\xd8\xf1\xe3\x3f\xfe\x78\xe2\xc4\xc9\x93\x3f\xfd\x74\xea\xd4\xcf\x3f\x9f\x3e\x7d\xe6\xcc\xd9\xb3\x8d\x8d\xe7\xce\x9d\x3f\x7f\xe1\xc2\xc5\x8b\x97\x2e\xfd\xf2\xcb\xe5\xcb\x57\xae\x5c\xbd\x7a\xed\xda\xaf\xbf\xfe\xf6\xdb\xf5\xeb\xbf\xff\x7e\xe3\xc6\xcd\x9b\x7f\xfc\xd1\xd4\x74\xeb\xd6\xed\xdb\x77\xee\xdc\xbd\xfb\xe7\x9f\xf7\xee\xfd\xf5\xd7\xdf\x7f\xff\xf3\xcf\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe3\xc7\x4f\x9e\x3c\x7d\xfa\xef\xbf\xcf\x9e\x3d\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xbd\x7e\xfd\xe6\xcd\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\xc4\x4c\xfb\xbf\xfd\xff\xdf\xfe\xff\x6f\xff\xff\xb7\xff\xff\xdb\xff\xff\x5f\xee\x3f\x10\x17\xc9\x1d\xf7\xe4\xda\x69\x01\x62\x5d\x71\xf3\x7f\xff\xe1\xe7\x36\x6d\xdb\xd0\xff\x69\x0b\x39\xb4\x43\x7b\xc8\xa3\x03\x3a\xa2\x13\x3a\xa3\x0b\xba\xa2\x1b\x14\xa0\x88\xee\x50\x82\x32\x7a\x40\x05\xaa\xe8\x89\x5e\xe8\x8d\x3e\xe8\x0b\x35\xa8\x43\x03\x12\xf4\x83\x26\xb4\xd0\x1f\x03\x30\x10\xda\x18\x84\xc1\x18\x82\xa1\x18\x86\xe1\xd0\x81\x2e\xf4\xa0\x0f\x03\x18\xc2\x08\x23\x30\x12\xc6\x18\x85\xd1\x18\x83\xb1\x30\x81\x29\xcc\x60\x8e\x71\xb0\x80\x25\xac\x60\x8d\xf1\x98\x80\x89\xb0\x81\x2d\x26\xc1\x0e\xf6\x70\x80\x23\x9c\xe0\x0c\x17\xb8\xc2\x0d\xee\xf0\x80\x27\x26\xc3\x0b\xde\x98\x02\x1f\xf8\xc2\x0f\xfe\x08\x40\x20\x82\x10\x8c\x10\x84\x22\x0c\xe1\x88\x40\x24\xa2\x30\x15\xd1\x88\xc1\x34\xc4\x22\x0e\xf1\x48\x40\x22\x92\x90\x8c\xe9\x48\x41\x2a\x66\x60\x26\xd2\x30\x0b\xe9\xc8\x40\x26\xb2\x90\x8d\x1c\xe4\x22\x57\xc8\x13\xf2\x85\x02\xa1\x50\x98\x2d\xcc\x11\x8a\x84\xb9\x42\xb1\x50\x22\x94\x0a\xf3\x84\xf9\xc2\x02\xa1\x4c\x58\x28\x2c\x12\xca\x85\x0a\x61\xb1\xb0\x44\xa8\x14\x96\x0a\xcb\x84\x2a\xa1\x5a\x58\x2e\xac\x10\x6a\x84\x5a\xa1\x4e\x58\x29\xac\x12\x56\x0b\xdf\x08\x6b\x84\xb5\xc2\x3a\x61\xbd\xb0\x41\xd8\x28\x6c\x12\x36\x0b\xdf\x0a\x5b\x84\xad\xc2\x36\x61\xbb\x50\x2f\xec\x10\x76\x0a\xbb\x84\xdd\xc2\x1e\x61\xaf\xf0\x9d\xb0\x4f\xf8\x5e\xd8\x2f\x1c\x10\x0e\x0a\x87\x84\xc3\xc2\x11\xe1\xa8\xf0\x83\xd0\x20\x1c\x13\x8e\x0b\x3f\x0a\x27\x84\x93\xc2\x4f\xc2\x29\xe1\x67\xe1\xb4\x70\x46\x38\x2b\x34\x0a\xe7\x84\xf3\xc2\x05\xe1\xa2\x70\x49\xf8\x45\xb8\x2c\x5c\x11\xae\x0a\xd7\x84\x5f\x85\xdf\x84\xeb\xc2\xef\xc2\x0d\xe1\xa6\xf0\x87\xd0\x24\xdc\x12\x6e\x0b\x77\x84\xbb\xc2\x9f\xc2\x3d\xe1\x2f\xe1\x6f\xe1\x1f\xe1\xbe\xf0\x40\x78\x28\x3c\x12\x1e\x0b\x4f\x84\xa7\xc2\xbf\xc2\x33\xe1\xb9\xf0\x42\x78\x29\xbc\x12\x5e\x0b\x6f\x84\xb7\xc2\x3b\xe1\xbd\xf0\x41\xf8\x28\x48\xff\x03\x20\xb4\xf9\xd8\xf6\x83\xdc\xfb\x76\xef\xda\xbf\x95\x7f\xd3\xe1\x75\xc7\x57\x9d\x5e\x76\x7e\xd1\xe5\x79\xd7\x67\xdd\xfe\x55\x78\xaa\xf8\xa4\xfb\x63\xa5\x47\xca\x0f\x7b\x3c\x50\xb9\xaf\xfa\x4f\xcf\xbf\x7b\xfd\xd5\xfb\x5e\x9f\x3f\xfb\xde\x55\xbb\xa3\x7e\x5b\xe3\x96\xa4\xa9\xdf\x1f\x9a\x37\xb5\x6e\xf4\xff\x7d\xc0\xf5\x81\xbf\x69\xff\x3a\xe8\xda\xe0\xab\x43\xae\x0c\xbd\x3c\xec\x97\xe1\x97\x74\x2e\xea\x5e\xd0\x3b\xaf\x7f\xce\xa0\xd1\xf0\xac\xd1\x99\x11\xa7\x47\xfe\x6c\x7c\x6a\xd4\x4f\xa3\x4f\x8e\x39\x31\xf6\x47\x93\xe3\xa6\xc7\xcc\x1a\xcc\x7f\x18\x77\xd4\xe2\x88\xe5\x61\xab\x43\xd6\x07\xc7\x1f\x98\xb0\x7f\xe2\xf7\x36\xfb\x6c\xbf\x9b\xb4\xd7\x6e\x8f\xfd\x6e\x87\x5d\x8e\x3b\x9d\x76\x38\xd7\xbb\x6c\x77\xdd\xe6\xb6\xd5\x7d\x8b\xc7\xb7\x9e\x9b\x27\x6f\xf2\xda\xe8\xbd\x61\xca\x7a\x9f\x75\xbe\x6b\xfd\xd6\xf8\x7f\x13\xb0\x3a\x70\x55\xd0\xca\xe0\xba\x90\xda\xd0\x9a\xb0\x15\xe1\xcb\x23\xaa\x23\xab\xa2\x96\x4d\x5d\x1a\x5d\x19\xb3\x64\xda\xe2\xd8\x8a\xb8\xf2\xf8\x45\x09\x0b\x13\xcb\x92\x16\x24\xcf\x9f\x3e\x2f\xa5\x34\xb5\x64\x46\xf1\xcc\xb9\x69\x45\xb3\xe6\xa4\xcf\xce\x28\xcc\x2c\xc8\xca\xcf\xce\xcb\xc9\xcd\xcd\xc9\xcb\xce\xcf\x2a\xc8\x2c\xcc\x98\x9d\x3e\x67\x56\x51\xda\xdc\x99\xc5\x33\x4a\x52\x4b\x53\xe6\x4d\x9f\x9f\xbc\x20\xa9\x2c\x71\x61\xc2\xa2\xf8\xf2\xb8\x8a\xd8\xc5\xd3\x96\xc4\x54\x46\x2f\x9d\xba\x2c\xaa\x2a\xb2\x3a\x62\x79\xf8\x8a\xb0\x9a\xd0\xda\x90\xba\xe0\x95\x41\xab\x02\x57\x07\x7c\xe3\xbf\xc6\x6f\xad\xef\x3a\x9f\xf5\x53\x36\x78\x6f\xf4\xda\x34\x79\xb3\xe7\xb7\x1e\x5b\xdc\xb7\xba\x6d\x73\xdd\xee\x52\xef\xbc\xc3\x69\xa7\xe3\x2e\x87\xdd\xf6\x7b\xec\xf6\x4e\xfa\xce\x76\x9f\xcd\xf7\x13\xf7\x4f\x38\x30\xfe\xa0\xf5\x21\xab\xc3\x96\x47\x2c\x8e\x8e\xfb\xc1\xbc\xc1\xec\x98\xe9\x71\x93\x1f\xc7\x9e\x18\x73\x72\xf4\x4f\xa3\x4e\x19\xff\x3c\xf2\xf4\x88\x33\x46\x67\x0d\x1b\x0d\xce\xe9\x9f\xd7\xbb\xa0\x7b\x51\xe7\xd2\xf0\x5f\x86\x5d\x1e\x7a\x65\xc8\xd5\xc1\xd7\x06\xfd\xaa\xfd\xdb\xc0\xeb\x03\x7e\xef\x7f\x43\xeb\xa6\xe6\x1f\xfd\x9a\x24\xb7\x34\x6e\xab\xdf\x51\xbb\xdb\xf7\xcf\x3e\xf7\x7a\xff\xd5\xeb\xef\x9e\xff\xa8\xde\x57\x79\xd0\xe3\xa1\xf2\x23\xa5\xc7\xdd\x9f\x28\x3e\x55\xf8\xb7\xdb\xb3\xae\xcf\xbb\xbc\xe8\xfc\xb2\xd3\xab\x8e\xaf\x3b\xbc\x91\x7f\xdb\xfe\x5d\xbb\xf7\x72\x1f\xda\x7e\x6c\x23\xe0\x7f\x32\xf0\x3f\x19\x90\x5a\x02\xb3\x1c\x8b\x02\xe5\x93\x82\x60\xdb\xd1\x72\x43\xaf\x1d\x82\xe0\x36\x68\x82\x8e\xc6\x1b\x41\xf0\xad\xb3\xdd\xaf\x6d\x26\x08\xc1\x5d\x1d\xd5\x75\xb6\x0b\x42\xa4\x86\xcb\xdd\x91\x4f\x04\x61\xea\x70\xcf\x47\xe6\x45\xc2\x91\xe8\x32\x3f\xb9\x49\xd3\x05\xb3\x98\x1e\xc1\x55\x1e\x1d\x3e\xce\x9c\x3a\x29\xea\x74\x50\xc6\x87\x0b\x51\x6d\x92\xcb\xa2\x47\x7c\xe8\x18\xbe\x30\xe7\x66\xb2\xf0\x7e\x70\x98\x5c\x49\x53\xc6\xbf\xef\x36\x07\x2b\x2d\xa9\xcd\xb5\x7a\xfb\x4f\x60\x8f\x95\xdd\xe6\xd8\xbf\x5d\xed\xfb\x6a\x53\xf4\xdc\xe1\x6f\xcd\xbd\x1f\xee\xfe\x50\xf2\xcd\x9b\x3b\x9e\x2f\x8e\xde\x9f\xb7\xf4\x8d\x9d\xfb\xca\xb3\xa3\x16\x76\x7c\x3d\xc4\x75\xcc\x8d\xc7\x95\xaa\xaf\x9a\x9c\xac\x1e\xed\xaa\xbc\xf8\x7a\x9d\xc3\xd2\x7f\xaf\x95\xf7\x79\x33\xcd\x3e\xed\xd9\xd3\xf9\xa3\xdf\x0e\xb4\x0b\x7a\xfe\x66\xae\xe5\xdb\xba\x49\xb5\x2f\x36\x16\x1e\x78\xde\x79\xd2\xeb\x97\x66\xf9\x63\xfe\x51\xb1\xaf\x7b\x69\x95\x7f\xf7\xc6\x39\xc7\xc1\x2f\x4f\xe4\xfe\x7d\xe5\xb9\xe3\xe0\x57\x3f\x64\xec\xba\x18\xee\x34\xfc\xd5\x89\x8c\x17\x3f\x0f\x76\xfa\xf7\xf5\xac\x34\x93\x63\xbf\xb9\xbc\x7c\x6d\x3f\xeb\xde\x11\x07\x97\x17\xaf\x1f\xcc\x50\x16\x04\xcb\x9e\xe3\xb2\x55\x86\x08\x82\x5d\x57\xcb\x5f\x7a\x67\x08\x82\xe7\x40\xeb\x58\x8d\x3a\x41\x08\x34\xb5\xf9\x30\x48\x4d\x10\x22\xa2\xec\xb6\xeb\x54\x0b\x42\x8c\x9d\x73\x2f\xe3\x36\x82\x10\xeb\xe0\xe1\x6a\xfe\x56\xf8\x2e\x1e\x3e\xa5\x76\x6b\x04\xbd\xb8\xbd\x41\x49\x9e\x81\x1f\xfd\xa3\x0b\xa2\x1e\x85\xe8\x7e\x98\x1b\xb3\x39\xde\x22\x36\xfe\xfd\xd1\x28\xff\x4c\xe7\xd4\x13\xef\x8e\x46\xac\x2d\x7a\x94\x33\xf7\x9d\x52\x68\xc4\x62\x93\xd9\x93\xde\xfa\x04\x2d\xae\xbb\x59\xb2\xf8\x6d\x7b\xff\xc0\x4d\x33\xe6\xad\x7c\xe3\xec\xdb\x6b\xf7\xe4\x45\x4a\xaf\x7f\xf0\x2a\x6f\x98\x5f\x71\xf7\xd5\xf7\x9e\xd6\xe7\xa3\xab\x2c\x5e\x75\x71\x93\x6f\xba\xba\x42\xe9\xe5\x01\xe7\x49\x4f\x34\x57\xdc\x79\xdd\xce\x31\xfb\xe9\xb3\x25\x7f\xbc\x69\xe3\xa0\xf2\xcc\xb7\xec\xae\x6c\x3d\x5e\x2e\xb2\x1f\xfe\xfc\x40\xf1\xee\x07\x3f\x39\xb4\x79\x31\x67\x4e\xe9\xad\x74\xc7\x2b\x2f\xb6\xcf\x29\xb8\x66\xee\x9c\xf0\xb2\xeb\xec\xc0\xf3\x73\x5d\x26\xbd\x3c\x9c\xaf\x7d\x46\xc9\xe5\xc8\xab\xe1\xb9\x2a\x27\xcc\x5c\xe7\xbe\x5a\x95\x75\xe1\xf0\x25\xb7\xfd\xaf\x35\x32\xa2\x0e\xca\xbb\xb5\x79\xfd\xc7\x8c\xf5\x82\x30\x6e\xe7\x38\xd5\x1e\x05\x82\xe0\x60\x3a\x2e\xa2\x57\xb2\x20\x78\x19\x5a\xc5\x6b\xcc\x15\x84\x90\xe8\x09\xcb\xb5\xe5\x04\x21\xf2\xac\xdd\x7c\xdd\xa1\x82\x10\xfb\x87\xd3\x02\xe3\xb3\x82\x90\x90\xed\x76\xcf\xfc\xa3\x70\x75\xfa\xc4\xc9\x17\x6d\x7d\x04\xa3\xa4\xeb\x01\x33\x3d\xd3\x3f\xda\xc4\xff\x1a\x71\x3d\xf4\xf7\x0f\xfa\x71\xfa\xb1\xdf\x25\xfa\xbc\x1f\x1f\xf3\x32\xed\xb7\xf4\xf9\xef\x5c\xa3\x6a\xe7\x6c\x28\x70\x78\x1b\x1a\xd1\xae\x3c\xbc\xa4\xf8\xcd\xd6\x90\x9d\xb5\x19\x65\x76\x6f\x0c\x03\x63\x37\x1e\x2c\x37\x7e\x7d\xcc\xcf\x76\xd7\x9f\x8b\x67\xbd\x7a\xef\xfd\xb1\xc1\x78\x59\xfa\xab\x81\x9e\x4e\x97\x02\x57\x58\xbf\xd4\x73\x5b\x72\xfb\xf5\x4a\xe7\x97\xe5\xce\x05\x8f\xef\xd4\x1c\x7e\xa5\xed\xb4\xf7\xc9\x9e\xea\xfd\xaf\x23\x1c\x5e\xfc\x9b\x59\xb1\x41\xb6\x1e\xcf\x5c\x1c\xaa\x9f\x5d\x5b\xa0\x71\x5b\xd7\x79\xde\xf3\xc1\xf3\xdf\x5c\x9f\xea\x5c\xf9\x22\x74\xee\xfc\xcb\xf1\x2e\x0f\x5e\xcc\x98\xbb\xe2\xec\x08\xb7\xa1\x2f\x7b\xce\xc1\x71\x0b\x77\xe3\x97\x1f\xf2\xf6\x1f\xfe\xc7\x63\xd7\xab\x4e\x79\xbf\x7d\x7f\xcf\xe3\xfc\xab\xb3\x59\x1b\xf7\x1a\x79\x76\x78\x6d\x97\xfe\xaf\x20\x58\x55\x9a\xc5\xf4\xf0\x10\x04\xa7\xeb\xa6\x1f\x7b\x16\x0b\x82\xf7\x6d\xcb\xed\x1a\xb9\x82\x10\x3a\xd8\x52\xd0\x5a\x25\x08\xd1\xd7\xed\xec\xf4\xa2\x05\x21\x31\xc4\x71\xd9\xa8\x39\x82\x30\xdd\xc3\x79\x8a\xc9\x6b\xe1\x72\x5a\x90\xc7\x23\xdb\x7f\x84\x11\x29\xbf\xfb\x4b\x3c\x57\x7e\x1c\x3f\xdd\x3d\xec\x44\x98\xfb\xfb\xdf\x13\xda\xc5\x19\x4c\x7f\xfd\xee\x52\x5c\xd4\xcc\x5e\xd9\x69\x6f\x37\xc7\xf8\x17\x9e\x9f\x1b\xf1\xe6\x4a\xe4\x9e\x45\x2b\x17\x44\xbc\xb1\x0c\x9d\x5d\x7b\xb5\x5c\xeb\xb5\x76\x88\xe2\x06\x9b\x65\x4b\x5e\xc5\x07\x14\xef\xf6\x58\xa1\xfe\xb2\xd0\x47\x38\x66\xb4\x72\xec\xcb\x7e\x9e\x37\xae\x84\xad\x1a\xf7\xa2\xbb\xbb\xed\x9f\xa9\x6b\xfd\x5f\xaa\xba\xe8\x3f\x1e\xb1\x52\xbf\x79\x3d\x7a\x38\x9d\x7b\xb2\x62\xb9\xc6\xcb\xe1\x8e\xa7\xfe\xc5\x92\xd3\x7f\xad\x77\xee\xfa\xac\x70\x61\xfc\x0d\x7b\xd7\xb7\xcf\x3a\x55\x38\x5e\x8e\x75\x93\x3c\x5f\x34\xbf\xcd\xe9\x89\xee\xd7\x5e\x38\x95\xe8\x1d\x7f\xe7\x99\xfd\x22\xae\xa4\xdd\x61\xef\xc9\xe9\x2f\x7b\x17\x75\xfb\x3e\x65\xf2\xc1\x97\xd7\x0a\x1c\xf6\x5c\x99\x7c\xfd\xd5\xb4\xdc\x09\xdb\x7b\x7a\x07\xbd\x3a\x9b\x1d\x23\x08\x36\x0f\x4d\x7b\xf4\x78\x21\x08\xee\x36\xe6\x4e\xbd\xaf\x08\x42\x60\xa2\x85\xa3\xa4\x56\x10\x22\xfa\x59\x0c\xd4\xfc\x4b\x10\x12\x4d\x6d\xba\xe8\x66\x08\x42\x6a\xaa\xdd\xcc\x91\x7f\x0a\x42\xda\x59\xa7\x9b\xe6\xfb\x85\xfd\x59\xaa\x1e\x53\xed\x97\x09\xbd\x32\xed\x7d\x1e\x7a\x77\xfe\x68\x34\xab\x53\x48\x71\x78\xc5\xfb\xc7\xa9\x3a\xd1\x07\xa6\x97\xbe\x0b\x4f\x54\x49\xf9\x31\xdf\xe0\x6d\x4c\x5c\x5e\xce\xc1\x92\x91\xaf\x4f\xc7\x04\x2d\xb8\xb6\x64\xc8\xab\xdd\x91\x1a\x35\x3f\x2d\x77\x7c\x15\x16\xfa\x62\x7d\xd7\x15\xe7\x5f\xfa\x05\xbe\xdd\xe3\xb4\x6a\xc9\x8b\xc9\xbe\xaf\x7f\x9c\xbd\x76\xc7\xf3\x68\x2f\xf3\x5f\x75\x36\x9c\x7a\xf6\x97\xfb\xd0\x07\x1a\x1b\xdf\x3e\x4f\x77\x0b\x7d\xf0\xe0\xff\xa1\xeb\x2c\xc3\xaa\xce\x9b\x87\x8f\xba\xeb\x9a\x18\xd8\xdd\x22\x08\x02\x06\x4a\x77\x77\x77\x77\x77\x77\x77\x77\x4b\x48\x28\x0d\x22\x20\x29\x20\x20\x21\x20\xa2\x48\x8a\x74\x9e\xee\x33\xcf\xb5\x37\xba\xbb\xf7\xfd\xdf\xe7\xd5\xe7\xfa\xf1\x6e\x86\xf9\xce\xf7\x5c\x67\x3e\x67\x7e\xc5\x09\xbf\xf2\xf0\x8b\x9b\x69\xb2\xac\x08\xc9\x74\x8e\xf9\x0c\xf9\x1e\x44\x44\xfa\xed\x89\x47\x0a\xae\x28\xc5\x84\x94\x61\x69\x25\x09\x54\x4e\xfc\x6c\x9f\xa7\x32\x3f\x9a\x29\xb6\xa7\xe3\xbc\x0a\x1d\x46\x2f\x22\xb7\x69\x5b\xb5\x16\x93\x19\xbe\x50\xcb\xa6\x3e\x8a\x59\x0f\xeb\xad\xec\x50\xcf\xc4\xbe\x09\x6a\x28\xb3\xd3\x18\xc2\x5d\x08\x58\x06\x10\xfb\x8d\xc3\x84\x6e\x0c\x40\x31\x98\x63\xff\x99\x0e\x00\x3d\x1d\xae\x86\x4b\x9b\x00\xa6\xfd\xbc\xeb\x37\xea\x00\x6c\x55\x85\x52\x19\x39\x00\x3c\x38\x45\x56\x1e\xb6\x00\xf8\x6a\x4a\xc5\xf2\xb6\xc3\x98\x7f\xab\x5c\xb2\x58\x23\xdc\xf1\xed\x56\xdb\xa7\x72\x97\x7a\xd1\xc7\x57\x37\xc5\x98\x48\xae\x71\x5f\x31\x33\x75\xe1\x20\x4e\x38\x9e\x77\x50\x0e\x89\x20\x58\xd8\xd5\xfb\xc4\xc5\xdf\xc5\x73\x5b\x3d\x88\x8e\x4d\xf3\xc3\x39\x9a\xdd\xcb\xb8\x99\xd5\x81\x0d\x36\xea\x7b\xa1\xf8\x5c\x14\xdd\x6c\xf0\x7b\xdd\x44\xe9\x3e\x14\x56\xeb\x7d\x4f\xd3\xcb\x60\x64\x93\xaa\xdc\xb4\x78\xa5\x30\xd2\x51\x89\x61\xed\x68\x65\x15\x6a\x4d\xe1\xce\xc6\xf5\x52\x04\xe6\xac\x5c\xc4\xe6\x40\xe1\x57\xd4\xa8\x6c\xd1\x36\x67\x1e\xd7\xe2\x0b\x05\xc7\xed\x89\xdc\x1b\x93\xbe\x4a\xdc\x3b\xc4\xcc\xde\xe1\x0f\x2a\xb7\x90\x7b\xd3\xe2\xde\x3f\x50\x53\x45\x1a\xa4\xe6\x75\x54\xaa\x49\xa1\x5a\x13\xf8\x9b\xee\xab\xff\x40\xeb\xc6\x2e\xd4\x0f\x69\xb0\x62\xee\x44\x79\x55\x3c\xd5\xe2\xc1\xc4\x46\x6c\x96\xd2\x6b\x7d\xc0\xca\x85\xca\xe7\xab\xeb\x8c\x60\x8b\x82\xd7\x00\x24\xb9\xd9\xad\x4f\x76\x01\x28\xdf\x61\xcf\x38\x6d\x0b\x60\x9c\xc7\x73\xff\xda\x35\x00\xcb\x65\x6e\xe6\xeb\xba\x00\x8e\x9f\xf9\x9b\xee\x55\x02\x78\x3f\x16\x09\x78\x54\x0f\x10\x30\x29\x99\xcd\xa7\x04\x2b\xa1\xfc\xd2\xb5\xa2\x97\xe1\x49\xc8\x43\x25\xa2\xb2\x20\x95\x23\xd8\x5a\x73\xdb\x28\x94\xfc\xd6\x77\xc5\xd8\xc4\x65\x3f\x31\xd3\x65\xd6\xfe\x60\x98\x0f\xbe\xc4\x69\xda\x1d\x92\x47\x71\xfa\x76\x0a\x61\x89\xd9\x02\x58\x66\xcb\x33\x69\x23\x05\x2c\x18\x3e\xd3\x63\x45\xd8\x62\x56\x54\xac\xc1\x64\x03\x7d\x79\x39\xf2\x8e\xf6\x5c\xbf\x51\x0d\x13\x42\x53\xcd\x68\x66\xb0\xee\x28\x22\x44\xd9\x7e\xa5\xad\x76\x1f\xea\xae\x22\xeb\xfa\xd1\x72\x1a\x34\xab\x7c\xf7\x46\x48\xc9\xfb\xb5\xab\x8a\xcc\x9b\x43\x45\x31\xd3\x3c\xca\xf1\x5b\xe8\xfc\xfa\x51\x21\x55\xde\x1d\xf3\x1c\xcb\x5e\x43\xf5\x78\xc4\x99\xac\xe4\x8e\x59\x8d\x6e\xc4\xb7\x8c\xa3\x6f\x8e\x69\xa5\xa1\x0e\x26\x2f\xd4\xbe\xd0\x7e\x80\x6a\x4a\x7c\x50\x6e\xac\x73\x17\x9d\x11\x9b\x52\xbc\xa3\xd3\x8e\xf1\x89\xcc\x78\xde\xad\x77\x04\x7b\x2d\xac\x36\x67\x45\xf7\x23\x76\x22\x98\x06\x40\xf2\xed\x63\xab\x13\xcf\x01\x54\xbf\x3e\x36\x3e\x15\x06\x60\xac\xf5\x4c\xfa\xa2\x0d\x80\x5d\x35\x87\xf2\xb5\x23\x00\x6e\x51\x7c\x41\x0c\x8c\x00\x7e\xdf\x84\xaf\x3c\xf2\x02\x08\x5d\x13\x97\xe1\xd5\x84\xe9\x88\xb3\xd2\x7c\x62\x8f\x40\x22\x72\x47\x81\x55\x11\x41\xbd\x1d\x59\xa8\xfe\xd5\xf8\x0d\xb9\x30\xa4\xd2\xa0\xdc\xf5\x1c\xd1\xd6\x4b\xca\xe6\x6d\x38\x02\xf7\xd6\x4d\xd3\x55\x29\xf3\x1c\x56\xc4\x49\x24\x68\x27\x7f\x0c\xbd\x61\x2b\x95\xa4\x5c\xb2\x86\x2a\xb2\xa8\x2f\x10\x2b\x9f\x43\xe0\x8d\x45\x5f\xc7\xd7\xfa\x6d\xaf\xe9\x4e\x0c\x84\x37\x1a\x6e\xb9\xaa\x6f\x2d\x7c\x7e\x5b\xbd\x83\x50\xe1\x5f\x5e\xaf\xdf\x8b\x68\x57\xbe\xbe\x7a\xbc\x86\x63\xfb\xaa\x52\xe2\x5a\x5e\x85\xd1\x9c\xa4\xea\x9d\x0d\xe3\x32\xb3\x31\x1e\x75\xf4\x66\x7a\x71\x61\xdf\x94\x66\xe3\xd6\x70\xa1\x61\x3b\x9b\x76\xe5\x36\x35\x8f\xd8\x24\xa8\xe3\x8a\xa0\xcb\x76\xa9\xe1\xd5\xe3\x43\x90\x32\x3c\x5e\x3a\xea\x1f\x40\x09\x24\x97\x15\x3b\xeb\x2b\xa1\x4f\x25\x48\xe5\x9f\x33\xb8\x8f\x9e\x8f\x99\xcf\x9a\x32\x3c\x87\x49\x89\xac\x4a\x8b\x37\x9c\xc2\xde\x0d\xa3\x02\xc8\xbe\x7f\xf4\xec\xc4\x10\x80\x8e\xee\xc3\xc8\x53\x9d\x00\xe6\x39\x8f\x89\xe7\x5f\x02\x38\x24\x3f\x65\xbc\x62\x02\xe0\x6d\xc6\xfd\xf0\xee\x12\x40\x50\x20\xff\x02\xab\x1e\x40\x54\xba\x48\x0c\x37\x3d\xec\xc4\x7c\x91\x18\x14\x89\x00\xa5\xf8\x9b\x72\x07\x15\xc5\xa8\x87\xe3\xdc\xd4\x7c\x4c\x2f\x92\x9f\x47\x1f\xd3\x45\xba\x72\x10\x8d\x83\x5f\x5b\x3c\x8d\xd0\xc6\x55\x78\xa6\x38\x37\x66\xba\xa0\x5f\xba\xa5\x06\xb0\x96\xed\x41\x79\x3b\xce\xc6\x16\x57\xb4\x20\x7f\xb3\x0e\xcd\x37\xa8\xfd\xb4\x8d\x32\x1b\xad\x33\x6c\x3a\xba\x59\xa5\x1f\x3c\x7c\xb2\x2d\x75\xf3\xb6\x66\xf1\xf7\xd8\x76\xf1\x2d\x26\x0d\xc6\x1f\xfb\x5a\xbc\x76\xb2\x55\x5e\x2f\x3b\xbf\x3e\xbb\x8c\x52\xfb\x7d\xe5\x47\xed\x93\x71\x23\x2d\xe1\xb5\xa4\xaa\x3d\x7d\xf7\x75\x2f\xaf\xaf\x94\x9f\xeb\x68\xd4\x4d\xd9\x5c\x2b\x2e\x6d\x5c\xd3\x8b\xd9\x0e\xcd\x5f\xaa\x1c\x34\x3c\xbe\x93\x9b\x5b\xf8\x52\xd2\x50\x1e\xd1\x9e\xd9\x50\xc8\x60\x84\x47\xe6\xa5\x65\xe7\x65\x18\xd3\xa1\x82\x93\x8f\x67\xbc\x31\xe1\x47\xab\xc5\xd7\xa6\xf0\x9a\xa4\x60\x04\xa3\x63\x13\xc2\x4c\x99\x31\xe3\x11\x73\x00\x8a\x3c\x8f\x8c\x4f\x36\x02\xe8\x74\x3f\xb2\x3c\x1d\x02\x60\x19\xf5\x88\x7c\x5e\x0a\xc0\x95\xe1\x09\xf1\x4a\x14\x40\x10\x23\x87\xce\x9d\x4e\x80\xc8\x68\xde\x06\x56\x2e\x80\xd8\x37\xc2\x86\x5c\x3d\x80\x4b\xfe\x21\xa6\x20\x42\x03\x56\x69\xf7\xa4\x76\xe4\xc3\xa9\x5a\xa9\x28\xa5\xa3\x06\x1d\xe4\xea\xa4\x76\xad\x18\x97\x18\xa2\x55\xf4\xaa\x89\x66\xc4\x7d\xdc\x6f\x81\x41\x0e\xb8\x5c\x3a\xd4\x84\xb7\xb4\x27\xb6\x5c\x12\x41\x72\x7b\x12\x59\x5c\xc7\xb6\xa3\xef\xc0\x99\x7d\xa7\x91\x63\xf3\xaa\xd5\x9e\x7a\xa3\x8e\xfe\x55\x6f\x23\x89\x4f\x7c\x7d\x22\xeb\x74\x3a\xb5\xb3\xf9\xdd\x76\x9b\x03\x1a\xaf\x17\x3c\x5b\xc3\x37\x5e\xab\x63\x7e\x7c\x6a\xde\x99\x94\xd6\xd9\xb3\x44\x7e\xa3\xf0\xe1\x93\xde\xe4\xaa\x64\xed\xeb\x76\x35\x03\xf5\xf5\x95\xf2\xf0\xd7\x56\xc6\xf1\x1b\x5e\xaf\x8c\x2a\x6a\x4c\x6c\xb7\x74\x8b\xef\x15\x4f\x9b\x7a\x6e\xf7\xe4\x6f\xe7\xcb\x9a\xd1\x22\x4e\xe7\xa4\xe7\x24\x98\x59\x22\x90\x99\xc1\xa9\x13\xe6\x61\x28\x86\x94\xcd\x78\x13\xcb\x47\x28\x44\xe2\x68\x0c\xc1\x62\x10\x3d\x14\x47\x13\xfd\xc8\xc2\x1d\x63\x15\x7d\x11\x40\xb5\xfe\xe1\x7b\x3a\x35\x00\x23\x3b\xb6\xee\xd3\x59\x00\xb6\x0d\x8f\x4e\x9c\x8f\x03\xf0\x62\x7c\xcc\x71\xe5\x06\x40\xc8\xf0\x53\xab\xdb\x77\x01\x62\xcd\x39\xab\xee\xd7\x00\xa4\x70\xf1\x5b\x3d\xc5\xc3\x72\x3a\x4e\x74\x4c\xd4\x1d\x4c\xf3\x6a\x25\xbc\xe5\xbf\x51\x19\xf3\x9c\x15\x2e\x19\x73\x93\x73\x73\x8f\xa8\x7d\x75\xa5\x23\x3a\xa6\x7a\x18\xdc\x0e\x5f\xc0\x1d\x8f\x42\xda\x70\xe7\x4c\x22\xf3\xfc\x4c\xbc\xc4\xaa\x7f\x6c\x27\xfb\xc4\x86\x08\x35\xb7\x6e\x3e\x76\xbb\x9e\x3e\xdb\x79\x74\x8d\xc6\x6e\xbb\xe6\x43\xdf\xa1\x25\x15\xd3\x89\xb1\xae\x61\xed\xe5\xf7\x86\x55\x93\x94\x01\xbf\x35\x37\xdd\xf4\x99\xbe\x9e\xb1\x59\x53\xbd\xec\xef\xa7\x3a\xba\x07\xc5\x0d\x2b\x16\xe7\x9a\xc5\xda\xb7\x4d\xd8\x57\x4e\x37\x1c\xa8\x0b\x37\xab\x5f\xb3\xaa\xc6\xbe\x22\x5b\x58\xad\xd7\x56\x6c\x15\x59\x59\xaa\x6c\x16\x95\xb6\xe5\x3c\xb1\x3e\xb0\xf5\xe9\x85\x41\xba\x83\xf5\xeb\xed\xad\x7c\x54\x72\xa9\xb5\x37\x42\x32\x47\x22\xde\xd5\x9a\x80\x14\xca\x68\x89\x72\xb4\x51\x45\x05\x24\x7f\x0e\xbd\x6a\x9b\x84\x96\x4e\xf0\x0f\xba\x6b\x9b\x88\x39\x1f\xb3\x08\xa0\x96\xc9\x5a\x71\xf2\x2c\x80\x29\x86\x6d\xfe\x4c\x34\x80\x83\x34\x6b\xed\xb9\xfd\x00\x3e\x23\x8f\x0e\x5d\x4e\x02\x88\xba\xfb\xf8\x8f\x1b\x9e\x00\x49\x41\xcf\x8a\x18\xfd\x01\xb2\xb9\xb9\x6b\x1f\xbb\x00\x14\xcc\x0a\x64\x0b\x1c\x02\xfd\x22\xb4\x38\xbd\x02\x2b\x35\xb1\x64\x40\xda\x5c\x57\x9d\x3c\x58\xf2\x40\xf9\x77\x27\x3c\xf1\x74\x5e\xb5\xae\x58\x94\x2a\xf6\x73\xea\x90\x79\x61\xee\x22\x52\x3f\xda\xc2\x19\x51\xd3\xb3\x81\x09\x4c\x0a\x9c\xec\xec\x5a\x13\xf3\x9e\x4c\x39\xde\x3b\xf1\xe3\x77\xd7\x90\x5a\xe2\xd8\xca\x7c\x80\x75\xf6\x28\xe3\xc4\x85\xc5\x6d\x93\xe8\x2f\x46\xc3\x98\x95\x0c\x03\xeb\xa9\x3b\xfd\x5f\x47\x7e\x37\xb3\x9c\x55\xea\xd9\x69\xa3\x58\x5e\x5e\x78\xd9\x7e\xa5\x2e\xc0\x8a\xb4\x14\xdd\xf4\xb9\x8c\x6c\x13\xb6\xb2\x5d\xbf\x9c\x57\x6a\x37\xb7\x86\xaa\x56\xc8\x3a\x6a\x37\xbb\x51\xf9\x6a\x2c\x85\xdf\x5e\x71\xcb\xa6\x78\x26\x7e\xd9\x5e\x71\x7b\xbb\xe0\x5e\xa4\xa9\x23\xc7\xce\xa7\x3c\xee\x70\x26\x07\x76\x24\x73\xa6\x44\xc0\x61\xa7\x52\xe4\x66\x9a\x9b\xcf\x9c\x53\x13\x6a\x3c\xa9\xde\x0b\xe7\x44\x87\x7e\x13\xd7\x0d\xa0\xa5\xc5\x26\x49\xa7\x05\x60\x7e\x89\x05\x73\xfa\x19\x80\xcb\x02\xab\xd9\xb9\x49\x80\xc0\x4f\x6c\xc9\x97\x65\x00\x62\x06\x1e\xa6\x5e\x37\x05\x48\xdf\x78\x52\x41\x3f\x09\x50\xb4\x87\x63\xfa\xa1\x35\x40\x99\xa6\xc0\x0d\x21\x19\xf0\xad\x92\x15\xce\x90\x1d\xa1\x26\x54\xe9\x49\x8a\xea\x32\x93\x7b\xea\x0e\xca\xab\x39\x7d\x22\xf2\x95\x2e\x6a\x1a\x47\x7c\xc5\x46\xbc\xb8\x67\x74\xf0\xf9\x29\x44\x54\x96\xbb\x2d\xb2\xde\x69\xcd\x3d\x8a\xcb\x3f\xba\xd7\x7d\xf1\x6b\x18\x57\xd4\x8f\x11\xd9\x99\x48\xdf\xb9\xca\xf2\x6f\x39\x53\x39\xce\xaf\x3f\x48\x4f\x87\x7f\x0f\xb7\x44\x8f\x65\x8d\x27\x8c\x65\x59\x5f\xf8\x7a\x7a\xb8\xa4\xa5\xdf\xc1\x6d\xfa\x69\x7f\x43\x45\xb7\xf3\xc7\xb9\xe2\xee\xb9\xa2\x12\xe7\xc7\x8b\x0f\x5b\xf7\xe7\xd4\x38\x57\x2e\xbf\x6e\xfc\x3d\x25\xd6\xa5\x75\x8d\xbe\x36\x31\xfe\x90\x0b\x6e\xe3\x5e\x45\x74\x64\xb5\xab\xf0\x26\xb6\x34\x22\x8c\xc7\xb5\x75\x6b\xf1\x45\x6b\x50\xab\xab\xe4\x8e\xed\xf3\x16\xdf\xb3\x6e\xca\x88\xea\x6c\x19\x2f\x59\xd7\x50\xd4\xd1\xb4\x3f\xbc\x8e\xb8\x1e\x47\x19\xa5\x64\x7b\xc8\xb9\xa8\xa0\x65\x13\x8a\x01\xf4\xe4\x58\x8a\xe8\xfe\x00\xb0\x0e\x62\x31\x3d\xdd\x01\xe0\xb9\xc4\xb4\xef\x74\x2f\x40\xf8\x6d\x56\xcd\xcb\x7c\x00\x49\x19\x2c\x25\x57\xef\x03\x3c\x47\x3d\x16\xbe\x77\x06\xa0\xcc\xf8\x69\x3b\xab\x37\x40\xe5\x07\xde\x07\x7c\x3a\x30\xf9\x3a\x92\x5f\x55\x2c\x80\x5a\xd5\x74\x50\xec\xb1\xf6\x65\x8a\xe0\xdb\x20\x69\x2d\x5b\x6e\x22\xcf\xeb\x3f\x54\x1f\x46\x98\x63\xa5\xab\x66\xf5\x1e\x3d\x5f\x42\x9c\x7d\x41\xb0\x9c\x79\xdd\xb1\xea\x95\x35\xe6\x61\xd6\x6f\x39\x67\x12\x2b\x1d\xe5\xfc\xd5\x7f\xe2\x53\xa8\x79\xd5\xcd\xef\xf8\x71\x9c\xff\x8d\x0e\xe2\x8f\xe0\x09\x8c\xab\xef\x87\xf8\x69\xf3\x36\x9c\x87\xd9\xa7\x43\xe3\x98\x8a\x6b\x5e\x5e\x93\x5e\x43\x23\x05\x65\x5e\xd9\xb3\xe2\xbd\xe2\xc9\xef\x7c\x8b\xbe\xe3\x3b\xfd\x13\x12\xbc\xf2\x97\xa8\x4d\x9f\xc2\x95\x7d\xa8\xab\xc7\x5f\x5b\x85\x2e\x7b\x37\xaf\x15\xd7\xe4\x07\xb2\x78\xc5\x6d\x5a\xbc\x14\xf3\xe7\xf7\x1c\xdc\xaa\x2a\xf6\xf7\xbb\xe4\xc1\xb9\x73\x27\xff\xbd\xf7\x39\x77\x0c\xe2\x43\xd6\x8e\x97\x94\xdb\x77\x64\x6c\x3a\xb8\x75\x7b\xb1\xa1\x02\x52\xae\xba\x5d\x70\x97\x45\xe7\xc4\x0b\x01\x18\xd0\xb1\xde\xa5\xfb\x00\x60\x73\xfc\x7e\xdc\xc9\x57\x00\xbe\xd2\xcc\x89\xe7\xf6\x00\xc4\xb0\x30\xa2\xcf\x49\x01\xa4\x45\x30\x6b\x5c\xa6\x07\x28\xbe\xcb\x36\x7f\xe7\x1d\x40\x55\xe2\xa3\x8f\xf7\xe5\x00\x1a\x52\x38\x77\xb8\xcc\x80\xd0\x6a\xcb\x33\x20\xfc\x9e\xba\xd6\x7d\x54\xa8\x42\x5d\x9d\x62\xfb\x1e\x2d\x41\x63\x35\x4a\x9c\xea\x3d\x24\x17\x1c\xb4\x86\x75\xeb\x28\x52\xc7\xe7\x99\x6c\x4f\x37\x5f\x32\xbe\xd4\xb4\x7f\x85\xa3\xea\xb5\x43\xf6\x40\xf6\xd4\x62\xf1\xa1\x20\xc9\xe9\xea\xbe\xb9\x8c\xdf\xcb\x7e\x6c\x7e\x1d\x52\x8c\x79\xdb\x20\xb1\xd6\xd7\x3a\x13\x1e\xdb\xf5\xf9\x3b\xb2\x84\x31\x62\x62\x58\xea\x1b\x4d\x66\x75\x98\xda\x97\x8b\xa3\xa7\xe2\x49\x21\xd8\x19\xae\xfe\x7b\xd1\x91\x41\xc7\xbf\xef\x74\x56\x86\x6f\xf8\xe3\x97\x0c\xdf\xb2\x87\x70\x07\xf0\xad\xcc\xbd\x9e\x0d\x7c\xe2\xf7\x65\x3d\xb9\x4a\xc2\x37\x30\x60\x68\xd3\xec\xa5\xb8\xb7\xb7\x5f\xc3\xb6\x55\xd1\x1d\x0f\xb5\x80\xac\x9d\xce\xbc\x22\xb7\x8a\x00\x55\xc4\x68\xd6\x80\x0b\x7d\x00\x1f\x8a\x2f\xf5\xae\x33\xb7\xdf\x02\xfa\x7c\x62\x9c\x63\xaf\xaf\x2d\x86\x39\x26\x0b\xc0\x84\x96\x99\xee\xa4\x24\x80\xb3\x3e\x53\xcf\x69\x7a\x80\x40\xd9\xfb\xcf\xce\x78\x03\xc4\xaf\x31\xf2\x9f\x63\x07\xc8\x99\x64\x0a\xba\xac\x0d\xf0\xea\xc9\x83\xf3\x37\xee\x02\xbc\xf6\x66\x0b\xbe\xf7\x16\xa0\xdd\xfa\x59\x05\x87\x29\x6c\xf6\xf9\x72\x87\x8b\xcc\x01\xfd\x47\x55\x7e\x1f\x65\x4e\x4a\xe3\x04\x5e\x78\xc3\xac\x87\xc4\x3f\xde\x25\xa5\xe1\xff\x3b\xee\xc2\xa7\x9b\x8a\x36\x59\xdc\x3b\x2f\x46\x4a\x35\xc9\xaf\xbb\x97\x07\x47\xd6\x8d\x95\x06\x0a\xbf\xb8\xf5\x52\xdc\xef\x7e\x3f\xd8\x51\x57\x36\x9a\x47\x42\xba\xb6\x1d\x29\xa1\x2d\x62\x41\x96\x16\xcf\xe6\xeb\xb5\x78\x2e\xb7\xa5\x63\x32\xe9\x07\x63\xa6\xe2\xe3\x9f\xa4\x04\x4e\x98\x8e\x4e\x47\x08\x24\xa6\xcf\x64\xf7\xf9\x07\x47\x26\x30\x2d\x9c\xe9\x94\xf6\x17\x8a\x95\x5a\x4e\x69\x4c\xf5\x41\x46\xe1\xd7\x1e\xd4\x56\x7a\x9f\x8c\x9c\x58\xdf\xae\xe4\xf7\xbc\x1b\xf1\x63\x33\xb9\xac\xdc\x2d\x3a\xe2\xe6\x76\x78\x61\xa5\xb3\x42\x64\x05\xe2\x54\xae\x81\xe3\x5c\x84\x2f\x52\x28\x83\xe8\x60\x1e\x1e\x88\xd2\x48\x29\xb0\xeb\x0b\x33\x44\xfb\xc6\x57\xda\xa1\x82\x2f\x63\xd8\x62\xdc\x01\xcc\x59\xee\xf7\x9e\x58\x05\x70\xa3\x61\xe8\xa2\xdb\x0b\x10\x7a\xff\xae\xfe\x49\x0b\x80\x94\xe0\xdb\xfd\x27\x09\x00\x45\xf7\x6e\xe7\x9f\x4a\x03\xa8\x71\x63\xa8\xbc\xd4\x07\xd0\x5a\xc2\xfc\xee\xd6\x10\xc0\xfb\x59\xb6\x3e\xa6\x1c\x80\xb1\x2b\x1c\x1a\xfc\xfa\x90\x3f\xa3\xca\x2d\x29\x7d\x80\x2a\xb8\xf0\x50\x20\x5b\xff\x33\x69\x75\xdd\x5d\xf4\xb2\x87\x36\xce\x7e\x4b\x54\xaa\x2b\x0d\x83\xa8\x5a\xcb\x54\xb4\xaa\xb9\xbd\x72\x79\xfa\xa3\xde\x8b\x0f\xe5\x93\x59\x1f\x3e\x39\xe7\xcf\x76\x75\xbc\x2b\x5b\xcc\x9b\x43\xda\x56\x1f\xad\x39\x5f\xae\xb6\xed\x9a\x78\xf0\x5d\x6d\x47\xcf\x8f\xa1\xf0\xf8\xc6\x13\xc3\xda\x93\x19\x41\x32\x65\x4a\x93\xf2\xc3\xc7\xfd\xda\x0a\xfb\x66\x8b\xdf\xbf\xf2\x46\xe7\x70\xfc\x08\x6b\x73\xf7\xa8\xcb\xf6\x5c\xb6\x68\xac\x77\x67\x48\xc7\xac\x7e\xab\xe3\x73\x69\x4c\x15\xdd\x88\x2e\xd7\x73\xbe\x95\xbc\xba\x75\xae\x04\xe7\x98\x1d\x8f\xde\x91\x7e\x4e\xb2\x77\x8d\xdf\x40\x14\x64\x3f\xb3\xbb\x18\x9b\x88\xa2\x4d\x7d\x6b\xa3\x14\xb3\x88\x66\x4b\x58\xb6\x76\x8e\x16\xc0\xfc\x11\x7b\xd5\x32\x21\xa6\x14\x53\x14\x75\x11\xc0\xbc\x8b\xe1\xfa\x31\x2a\x80\x47\xc2\x2d\x47\xda\x7d\x00\x91\x7e\x37\x4f\xd3\xce\x02\x64\xe2\x6e\x5d\x3e\x31\x0a\xf0\xea\xd1\x1e\xa0\xa1\x01\x68\xcc\xbc\xdd\x70\xa6\x06\xa0\x8b\x81\x91\xeb\x6a\x0d\xc0\x28\x0f\xb3\xc2\x1d\x41\x80\x19\xc1\x27\xd6\xcf\xb8\x00\xb5\x2e\xc5\x31\x22\x5a\x45\xad\x44\xef\xe3\x1d\xd7\x7a\x46\x66\xc0\x57\x0b\x1f\x72\x4d\xc0\x3d\x46\xd2\x48\x89\x65\xec\x41\x7c\x5b\xfb\xa4\xf8\xb8\x3a\x76\x55\x6f\xd6\x57\x67\xb4\x8f\x76\xea\xd6\xe0\x8c\xe3\xcd\x99\xfd\x5d\xd8\xca\xeb\x99\xc7\x76\x1a\xb3\xe3\x5a\x9f\x35\xdd\x58\x55\x0d\xbb\x3e\x70\xb2\xb7\x65\x76\xc4\xa7\xed\xe3\x8d\x8f\x7c\x5f\x75\xdd\xed\x3b\x2a\x26\xf1\x83\x6f\xdd\x12\xeb\x84\xe7\x86\xbb\xfd\x9c\xd3\x2b\xde\x2f\xea\xb6\x78\x39\xa9\x95\xc8\xae\x14\xbe\x6e\x71\x50\x2f\xb4\x5e\x77\xaf\x44\xd8\xc5\xe4\x7f\xdc\x94\x2a\xc3\xdb\xba\xe5\xb8\x6c\x6b\x14\x7e\xb4\x89\xcd\x20\xed\x6c\xe7\x46\x5a\x33\xa6\x3f\x46\x0a\x66\x14\x59\xa2\xd2\xef\x23\x29\xa9\x9d\x16\x23\x29\x2d\xe8\xc7\x09\xcf\x2d\x9e\x24\x5d\xc6\x5c\x8d\xf1\x33\xeb\x4a\x8c\xc5\xa0\x23\x2c\x00\xac\xf7\xdf\x76\x39\xba\x0f\xc0\x27\xfe\x96\x2f\x6d\x02\x40\x6c\xde\x75\x0c\x2d\x27\x40\xde\xc9\xbd\x02\x7f\xc6\x5f\x63\x79\xf5\x3d\x6d\x29\x40\x27\x3d\xcd\x9b\x3f\x9f\x3f\x9d\xdd\xe3\xf7\x27\xa7\xee\x30\xe0\xae\x79\x00\x2c\xf7\xb3\xbe\x62\xbe\x0e\x40\x4a\x7b\x6a\xc8\x77\x87\xba\x48\x76\xe4\x59\x54\xcf\xf8\x2b\x0f\x93\xc8\x19\x49\x9b\x14\x8b\x5f\x79\x58\x72\x98\xe9\xd7\xb3\xed\x17\x1a\xbd\xfe\x49\xd2\xbe\xf6\xcb\xad\x92\xad\xfe\xd5\x98\x0f\xf3\xc2\x51\x0c\x7d\x16\xdd\x3b\xf3\x1b\xde\x62\x63\x6a\x1f\x2d\xbe\xde\x75\x2e\xfe\x92\x3e\x8e\x1b\x93\xb0\xf3\x1b\x25\x4c\x5f\xe8\x57\xb1\xb3\x7b\x67\xf9\x3d\xbf\x83\x6c\x23\xd1\xc2\xb4\x54\xdc\xe4\x68\x6d\x52\xaf\xb1\xba\x59\x2b\x6b\x95\x5f\xe9\xbd\xa1\x56\xce\x67\x25\x53\x1a\xb5\xa5\x5a\x5c\x6c\x69\xfb\xa2\x72\xbb\xa3\xe0\x99\xf9\x7c\x41\x10\x22\x37\xab\xcd\xc2\x24\x27\x16\x19\x9b\x2e\x6f\x6a\x99\xab\x87\x3e\x93\x30\x6b\x2a\x9e\x6d\x81\x4e\x8f\xcb\x37\xde\xc8\x3c\x88\x19\x8a\x58\x35\xde\x4c\x23\x62\xd9\xc3\xe6\x01\x1c\x62\x6e\x2a\x1e\xb9\x00\x10\x90\xbb\x97\xf3\xcf\xf8\xe2\xff\x63\x8c\x00\xbc\x48\xde\x65\xe3\xf3\x5d\xf6\xdd\xde\xcd\xc3\xa4\x14\x4d\xd0\x9f\x5c\xa3\xec\xfe\x1d\xd7\xc3\x40\x7b\x69\x14\x80\x5a\xff\x54\x87\x77\x88\xba\x45\xf6\xe3\xe9\x53\xbf\x4c\x9a\xc1\x8b\x0b\xc7\x78\x3c\xc4\xbe\x40\xf2\x4b\x31\xa7\xff\xb1\xd0\xb4\x0e\x2a\x8f\x2b\x79\x86\x93\x17\x55\x0c\xcf\xb4\x0d\xbc\x56\x9d\xc5\x39\xa0\xfa\xf7\xa5\x51\xbf\xb8\x84\xbb\x7f\xca\x0e\xd1\xfe\x74\xfc\x0d\xe2\xcb\x84\xf3\x85\x2f\xe4\xcf\xba\xa3\x1f\x6d\x5c\xa7\xcb\xbf\x29\x0d\xf8\x99\xd9\x7f\x3f\x32\x8b\xec\xf6\x37\x4d\xfd\xca\xb0\x50\xde\xa6\x6c\xd6\xd8\x9f\xb7\xfc\xf4\x4d\xbb\x59\x44\xbb\xd1\x5a\x60\xb5\xbd\x59\x79\xa3\xc2\x86\xf7\x2b\x0f\x13\x44\x2d\xed\x76\x58\x81\xb7\x49\x59\x95\xdc\x8e\x43\x9e\x9f\x49\xf0\xcb\x41\x44\x45\xd6\x63\xe3\xde\x62\x2d\xd4\xe3\x14\x35\xa3\xad\xa2\x6a\xf4\xa9\x84\x52\xa3\x9b\xf9\x15\x18\xfa\xe8\x41\x23\xda\x3c\x05\x4c\x45\xa4\x9a\xa1\x71\xd6\x53\x6c\x7f\x70\x35\x80\x33\xc7\x8d\xa3\x87\x2d\x00\x42\x08\xbb\x79\x48\x37\xa0\xd1\xfc\x93\xaf\xea\x76\xe3\x7c\x6b\xbd\xcb\x8f\x25\xbb\x9c\x8b\xa6\x69\xf9\x93\x98\x1f\xbb\xcf\x00\x77\xe2\x4e\xb3\xfc\x95\x87\x06\x32\x1b\xaf\x8d\xd6\x01\xec\x18\x5e\x49\xe4\xaa\x87\xf4\x0f\x53\x74\xb8\xf4\xa7\x38\xe7\x91\x6b\xdb\x55\x6a\x5a\x45\xa7\xda\xe4\xd6\xb4\x8d\x4c\xeb\x75\x5f\x06\x2c\x26\x3a\x5c\x68\x4f\x8c\x1b\x98\xfb\x12\xf4\xb5\x4f\xcf\xcf\x6b\x46\xf4\x15\xfb\xc0\x3b\x9b\xa9\x69\xe3\x6f\x7f\x0c\xac\x99\x9d\xf8\xae\x38\xc7\xd5\xfd\xbb\xd1\xd1\x45\xd9\x05\xc3\x36\x63\xfd\xe0\x05\xe2\x92\x56\x63\x98\xa1\xd0\xf8\xde\xd5\xc3\x75\x8c\x86\xcc\x7d\xe3\x1b\xa2\xaf\x34\x0d\x6f\x77\xbe\xd9\x7a\xfa\x82\x6c\xe0\xd1\xf2\x65\x9b\xf8\xdc\xdf\x60\xbd\xe1\x06\x42\x36\xfb\x8c\xfe\x62\xed\x0a\xb2\x25\xb5\xd6\x40\xbe\x42\x00\xd5\x94\x38\xa2\xcf\x5c\x6e\x89\x4e\x88\x3b\xa3\xef\x5b\x6a\x81\x79\x14\x2d\xa6\x67\xf4\xe2\x0f\xac\x55\x28\x9f\x9e\x69\xc1\x32\x76\x30\x58\x16\xc0\xb5\x65\x2f\xf7\x9f\xf1\x44\x6c\xee\xc6\x95\x2b\x4b\xf3\xc7\x9f\xac\xfe\x59\x07\x5d\x2c\xbb\xfc\xdc\xbb\xcb\x95\xd0\x5f\xf1\xff\x5b\x1e\xf0\xaa\xa4\x61\xbe\x78\xdd\x95\x65\x1a\x82\x99\xc8\xb2\x93\xc0\x78\x24\xc6\x54\xce\x22\xda\xe0\x5d\x3f\x52\x41\xbd\x2e\x4b\xb8\xf6\xf0\xa6\x89\x31\xb5\xbc\x27\x8f\x7f\xfd\x8a\xfd\xa9\xba\xb4\xc8\x37\x4b\xf1\xfe\x07\xdb\x84\xbc\x23\x7e\x38\xe7\xab\x77\x6e\x5b\xde\xff\xae\xfb\xb9\xae\x5b\xc0\x68\xef\xa2\xea\x82\x75\x9b\xa2\x1e\xff\x0a\xd3\x92\x55\x23\xbb\xf6\x9d\xb5\xd8\x95\x9d\x5a\x53\xad\xc8\x25\xa5\xb5\xb2\x4a\x49\xdd\xa7\x9f\x8b\x37\xf8\x5e\x0e\xea\xec\x0c\xee\xd9\xda\x2e\x7c\xac\x6b\xd3\xe5\xb2\x93\x9d\x83\xd4\x59\x6c\xff\x88\xf8\x9c\x91\xa5\x17\xd2\x28\x8f\x34\x4f\x6b\xd7\xb1\x7f\xfd\x11\x2d\x10\xff\x87\xce\xf1\x5a\x4d\x0c\x7d\xf4\x6f\x3a\x05\x15\x33\x98\xea\x88\x2c\xed\xeb\x2f\xcd\x71\x27\x02\x9d\xb5\x49\x25\x4d\xb8\xcb\x81\x6a\x00\xbb\xef\x80\x02\x88\x7b\xbf\xcb\x22\xa1\xff\x3e\x0f\x1f\x2c\x76\x39\xb3\xb3\x4b\xcc\x1c\x8d\xf6\xff\xe4\x21\xf0\xf4\x25\xd2\x0e\x35\xe6\xe9\x17\xfe\xee\x95\x19\xb2\x29\x5f\xbc\xe6\x95\x49\x67\xc2\xa2\x98\x8c\x7d\x7d\xaf\x11\xce\x5a\x7e\x4f\xa0\xd5\xeb\x2d\x74\x82\xe6\xc5\x44\xc7\xe2\xcb\x08\x79\x93\xdf\x9e\x27\xa4\x1e\xd9\xfe\xc3\xce\xb7\xf4\x6b\x70\xdc\xba\xa6\xaf\x42\x5d\xa0\xeb\xe2\x1a\x5d\x0e\xa9\x41\xc4\xa2\x71\xc5\xb2\xeb\x6b\xd3\x5e\x5d\xe1\x95\xad\x65\xf6\x06\x27\xad\xd5\xb5\xd6\xd5\x1b\x35\x1b\x1a\x86\x1b\xb5\xeb\x0f\xcb\xc3\xd4\x0a\xb7\x8e\x6d\x14\x94\xda\x6b\x3c\x59\x38\xbe\x59\xfb\x62\x49\x23\x66\xc2\x69\x87\x36\x77\x4e\xf3\xce\x50\x23\xc2\x37\xf3\x8e\x66\x61\xdf\x25\xa4\x62\x1a\x97\x66\x5f\x97\x10\xea\x59\xd2\x88\xe6\xbd\x56\x61\x74\x5f\x0c\x93\xe6\xcd\xc6\x02\x4c\x51\x84\xa0\x46\xda\xeb\x6b\xd8\xc8\xe0\x2e\x8d\xb4\x9a\x3c\xdc\xe5\x80\x21\x4d\x93\xca\xab\x38\xf1\x80\x7d\x00\x81\xc3\xbb\xf1\xec\xfe\x62\x07\xe0\x95\xeb\x2e\x3b\xb4\x77\xf9\x29\xfe\xff\x57\x07\x7f\x92\x7a\x1f\x80\x89\xfe\xc6\xa1\xcd\x76\x6a\x0f\xfb\x1c\x4f\xd4\x34\x81\x6c\xce\xbf\xaa\xd9\xfe\xc1\x8e\xc4\x2f\x66\x6b\xba\xf1\xb6\x96\x70\x5a\x5e\xc1\xbd\xff\x15\x13\x36\x4e\xb3\x3f\xe2\x6e\x0e\x03\x0a\x69\x8c\x4e\xf5\x88\x59\x43\xb8\xdb\x91\x9f\x0f\xfa\x87\x6f\xe7\x7a\xf4\x94\x68\x3b\xa7\x6e\x29\xa4\x90\x5e\x5d\x31\x4f\xd9\xdc\xf7\xc6\xa7\x02\xa1\xa3\xb7\xa1\x30\x1d\x54\x29\xaa\x46\xdc\x1c\xd8\xd0\x2a\xe3\x57\x15\xdc\xbe\xb1\xd9\x53\x44\x54\x39\xb2\x43\xb7\xd5\x9d\xdf\xae\x5c\xb8\xfd\x76\x9b\xfb\x39\xbb\xea\xe1\xef\x26\x3b\xe5\xd9\x7b\x55\x1e\x4f\xd6\x22\xbf\x24\x1f\x55\x59\x1e\x3d\x8d\x5a\x89\xdf\xa7\x2a\x3f\x90\x82\xce\x88\x61\x52\x25\x77\x4f\x60\x34\x22\x69\xd4\x24\xda\x63\xb0\xc7\x42\x1b\xd5\xee\xb7\xa8\x62\x8b\x82\x06\x54\x87\xdf\x7c\xc6\x05\xfb\x9d\x57\x21\xbc\x9e\xc2\xb3\x79\x5d\x02\xd8\x5d\x66\x00\x90\x2b\xb3\xcb\x1a\xd4\x2e\xfb\x9f\xec\x72\xfa\x67\x9e\x70\x74\xff\x15\x7f\xca\x2e\x77\x1e\x03\x30\xf1\xdd\x3a\x3f\x1b\x4b\x1d\x7c\xaa\xc9\x23\xf5\x51\x92\x22\xc0\xcf\xaf\x18\xd0\xde\x47\xea\x16\x0f\x31\x3a\x5f\x1d\x4b\x3c\xa0\x90\xef\xd8\x5d\x78\x1e\xcf\xa2\x59\xee\xff\x30\xa9\x19\x2b\x62\x72\x38\xea\x7d\x68\x04\xba\xd9\x56\x24\xe9\xa5\x97\x0a\xd2\xdb\xd3\x32\x47\xc0\xe1\x0c\x62\x39\xc1\x34\x8f\xdf\xcc\x09\x71\xe8\x55\x5e\x7e\x91\xee\xcd\xed\x91\x81\x9a\x22\x37\x15\xf4\x76\xd3\x86\x74\xe1\x69\x25\x1b\x84\xd2\xce\xb9\x1c\x26\x45\x73\xe4\xe5\x9d\xcd\xcc\xcb\x0a\x9f\x91\xd1\x08\xc3\x74\x65\x05\x0e\x84\x12\x92\x3e\xc5\x44\x61\x64\xd9\x13\x25\x96\xa0\xab\xd8\x33\x7d\x1d\xcd\x1d\x33\xa0\x24\xf2\xc9\x12\x23\x1e\xa1\xa7\xb4\x35\x34\x85\x69\x09\x73\x55\xac\xff\x10\x83\x45\x06\x3c\x54\xba\xde\x9d\x8c\x8b\xf2\xbd\xa2\xc4\xd1\x3e\x82\xbf\xe9\x39\xa9\xd8\xd6\x9a\x8e\x2f\x72\xeb\xf8\xfb\x3c\xfc\xba\x1f\x7e\xf5\xc5\xb1\xee\x5d\xae\xd2\xfe\x5b\x1d\xa0\xaf\x02\x5c\xcc\xfa\x43\x6c\x41\x11\x80\xc9\xff\xf6\xb3\x4f\x55\xd4\xa9\xa7\x1b\xdc\x25\x5d\x38\x4a\x27\xff\x13\x99\x07\xf5\x53\x64\x1b\x89\x47\x3a\x0e\xc5\x63\xa4\xe3\x8a\x47\xad\xee\x66\xf4\x12\x92\xb5\x4e\xb8\x99\xc7\x1e\xc2\x5b\x1a\xed\xf5\xab\x09\x14\xc1\x96\x5a\x17\x44\xb2\xb9\x3e\xc6\xa4\xb9\x17\xc5\xf5\xd8\xf4\xa3\xc7\x62\xe8\x93\x04\x4d\xd4\xd0\xbc\x85\xaf\x52\x38\x75\x36\x90\xeb\x6d\xa5\x19\xe5\x2a\xf5\xc8\xd2\x19\xeb\x8c\x43\xf2\xd3\x28\x09\x24\x63\x0a\x97\xbc\x28\xaa\x09\x99\x9f\x24\x2d\xcb\x8a\x11\x42\x0b\x46\x9f\x96\xfd\x8c\x1e\x40\xbd\x8b\xd5\x95\xfd\x03\x7d\x1f\x1d\x19\x39\x2e\x3b\xbb\x76\x06\xf3\x28\x5c\x59\x2e\x62\x4e\x04\x7b\x30\xb8\x43\x2e\xe7\xeb\x1e\xec\x96\xbf\xbe\x9c\xdb\x98\x35\xae\xde\xfb\xa9\x1c\x66\x10\x87\xbf\xe8\xc9\x20\x67\xd0\x77\x0c\x8f\x74\x39\x20\xa7\xda\xc3\x4f\x10\x76\xa4\x02\xa4\x9b\xec\xc6\x57\xbd\xbd\xcb\xde\xc0\x5d\xee\xbe\x59\x0f\x80\xb8\xf9\xcf\xf8\xb1\x2c\xbb\x9c\x3f\xb2\xcb\x89\x44\x20\x3c\xb8\x45\x7f\xfd\xfd\x02\xb0\x3d\xdd\xfb\x54\xb7\xe9\x04\x05\x2f\xe0\x20\x75\xab\x62\x0f\x39\x56\x12\xa7\xfd\x22\x87\x42\xfa\xac\x98\x65\xdc\x9b\x50\x45\xc4\x69\x6a\xda\x5c\x09\x95\x20\x44\x1b\x95\xba\xeb\xf8\x3c\xc5\xbf\xb1\xd4\xf4\xbd\xe3\x38\x8e\x7b\xe7\x62\x1f\xcc\x60\xb5\x82\xe3\x0a\xbd\x19\x46\x6f\x34\x83\x75\xce\xee\x8c\x1c\xd2\x61\xc4\xde\xae\x7e\x1e\x95\xa9\x9a\x85\x99\xed\xcd\x8e\xea\x56\x38\x80\x91\x5e\x98\x8c\xde\x91\x95\xc6\x3c\x40\x33\x45\x7b\x48\xcb\x63\xd3\x30\x2f\x43\xe8\xa5\x36\xb0\x53\x18\x54\x50\x99\xe4\x18\x2e\x1d\xdb\xec\x67\x21\x75\x04\xcb\x83\xad\xf6\x6b\x96\x6a\x5b\x9f\xc4\xb1\xfb\xb8\x4a\x2d\x2f\xe4\xe2\x10\x1e\xe5\xd2\xec\x53\xb1\x78\x37\xd7\x09\x69\xa9\x89\x51\xfc\x0f\x67\x7d\xe9\xb4\x51\x75\x82\x98\xe3\x45\xa9\xae\xa1\x3d\xc4\xc3\xd6\x93\x7f\xf7\xc5\xff\xad\x83\x2d\x96\x7f\xc6\x4f\xb1\xd9\xe5\x0f\xe3\x5d\x7e\xc9\x05\xb8\x98\x72\xf0\x4e\x67\x34\x00\x8d\x16\x0d\xcd\x5b\x27\x08\x78\xd2\xc4\x56\x5d\x45\x4f\x55\x12\xa8\x13\x6d\x2e\xd8\xa6\x18\x48\xda\x2b\x9f\x4a\xae\x27\x47\x2b\x71\xe8\x3e\x88\xe2\x27\x7d\xd5\x58\x36\x89\xf4\x6f\x21\x59\xe9\x73\x58\xb4\xb8\x90\x89\x57\x2d\x8f\x3a\xdb\xd8\x0c\x11\xde\x3a\x6b\xb8\x69\x9b\xff\xc0\xe3\x83\xae\x7b\xe7\x1a\xe4\xe1\xbf\x24\x97\xfa\xd0\x69\x9b\xe3\x55\x5e\x94\xfb\x55\xab\x58\xe3\x8a\x3a\x14\x02\xdd\x15\xee\xe2\x1e\x8c\x17\x07\x2d\x48\x6f\xe0\xf4\xd6\x4e\x06\x78\x49\x8e\xe3\xd2\xb0\x4d\x7e\x76\x92\x8e\xb8\x2f\x58\xaa\xcf\x8e\x84\x1a\x3e\x0a\xf7\xd6\x23\x52\x9c\x97\xf0\x04\xef\xe0\x72\x45\x4c\x85\xd0\x42\xd8\xe3\x60\x29\x71\x64\xa7\x00\x1f\xea\x72\x49\x3c\x65\xa5\x90\xa0\x6f\xb7\x2c\xf1\xdb\xf7\x25\x42\x92\xed\x37\xf1\xd3\x53\xe5\x44\x67\xf3\x72\xf1\x94\x09\x41\x62\xae\x59\x13\x40\xe5\xa9\x9f\x75\xf0\x33\xfe\xef\x65\xff\x76\x0e\xd6\xd0\x3f\xe3\x9f\xdd\x65\x4f\xc9\x2e\xdb\x8e\x02\x30\x07\xdd\x52\xa8\xc1\x41\x34\xfb\x27\xb6\x6b\xc5\x55\xd4\x08\x41\x0f\xe1\x53\x99\xcf\xa8\xc7\x25\xac\xa4\x46\xa2\xbf\x53\x7c\x15\xe2\x94\xc6\x82\x96\xc9\x89\x1a\x64\xdd\x34\x4f\x7f\xd2\xa6\x01\x93\xc9\x63\x07\x35\x52\x8d\x69\xa3\x99\x8a\x65\x16\xe9\x9a\xc3\x41\x6b\x37\x53\x61\x62\xb0\x6f\x84\x43\x80\xfe\x38\x61\x3d\x4e\xc1\x65\x40\xeb\x2a\x21\xf9\x79\x82\x5b\x8e\x0a\x96\xa0\x5d\xd3\xe0\x2e\x2f\xef\x45\xd0\xef\x11\x73\x3b\x2c\xa3\x81\xcf\xfb\xf6\xca\xb3\x55\xf2\x26\x7e\x66\x63\xd2\xfd\xac\xd8\x77\x82\x35\xfe\xa5\xd3\x8b\x5f\x71\x8b\x56\x11\x2f\x10\x0c\x6d\xbb\x45\x35\x88\xe2\x84\x24\x1b\x73\x91\x63\x44\x36\xa2\x82\x19\x51\xe4\x0a\x6e\x2f\xd1\xdc\xcc\x4d\xc4\x7d\xfb\x10\x31\xd1\x34\x53\x44\x76\x29\x80\x74\xcc\x88\x51\xc4\xf9\xfb\x1f\xa4\x67\x86\x87\xfe\xae\x83\xcf\x51\x3f\xef\x45\xed\x7f\xc6\x8f\x70\xda\xe5\xf4\xf5\x5d\xf6\xff\xec\x8f\x8d\x9d\xbb\xac\x23\x00\x30\x9f\xbb\x71\xa2\xc4\x02\xbe\x3c\xfe\xca\x18\x9f\xad\x07\x4f\xf9\x2c\x9f\xad\xc6\x4f\x53\xdb\xc4\xec\x05\x56\xc2\x2e\x53\x8f\xc9\x4b\x48\x97\xfb\x3e\xa5\xfc\xae\x29\xa5\xb1\xe0\xca\x44\x0e\xd5\x8f\xd4\x13\xb4\x8e\x22\x0b\x9b\xbe\x32\xe8\x33\xcb\x21\xad\xdb\x9b\x9a\x18\x1a\x47\x90\x72\x3d\xac\xcc\x79\x74\xb7\x48\x6c\x11\x1f\xac\xc6\x34\x70\x44\x74\x7a\x84\x8d\xbd\x32\x9a\xb8\x56\xa2\x62\x73\x59\x7e\x95\x98\xdc\x78\xde\x76\x5a\x26\x88\x78\x7c\x80\xdf\xe1\x8d\x44\x3b\x51\xef\x1b\xca\x56\x55\xf4\x1b\x31\x66\x4b\xc6\x6a\x4e\x94\x96\x68\x4f\x68\xb7\x66\x15\xf6\x23\x71\x12\x53\x4c\x16\x84\x66\x49\xa1\xc4\x65\x23\x2d\x21\x35\x52\x37\x89\xde\x80\x5f\xd0\x97\x7c\x8b\x14\xad\xb3\x24\x80\x21\xcc\x93\xc6\xb5\x42\x04\x91\x68\x77\x52\xa8\xae\x9d\xa0\xf9\xba\x23\x79\xaf\x66\x10\xc0\xc0\xcf\x7b\x71\xe9\xbf\xfa\x00\xe1\xe7\x2f\x79\xe7\x3f\xee\x72\x78\x6d\x97\x2d\xc3\xbb\xac\xe7\x06\xb8\xd6\x7f\xfc\x60\xce\x2a\x00\x8d\x2e\x0d\x4d\x1e\x17\x20\x1e\x7f\xb8\x77\x3d\xd9\x0d\x1c\xf9\x7e\x7b\x9c\x17\x59\x0a\x97\x44\x0f\x72\x75\xf9\x0d\x52\xe3\xe5\x84\x44\x0c\xdc\xa4\x28\x2d\x1a\xf7\x14\xc4\xec\x18\x29\x2e\xba\x43\xca\x8d\x66\xc3\x64\x8c\x49\xaa\xa6\xa5\xc9\x04\x39\xc1\xa6\x54\x77\xd6\x60\x90\xec\xe6\x76\x55\xff\xa4\xce\x2d\xb2\x7e\x60\xb2\x3e\x41\x83\x91\xf4\x29\x91\xdf\x04\xa7\xbc\x4a\x7a\x9d\xa7\x6a\x1a\x23\xef\x47\x6a\xa8\xe0\x32\xf9\x24\x9d\x43\x12\xeb\xbc\x6e\x1e\x21\xf1\x99\x14\xfa\xc1\xd7\xa4\x57\xec\x3e\x49\x6e\x86\xde\x34\x4a\xd8\x99\x54\xb2\xf5\xd8\xb0\x45\x68\x80\x94\x48\x34\x31\xc4\x09\x66\x93\xcf\x92\xfc\x74\xb5\x05\x62\xc9\x21\x24\xac\x26\xbf\xc0\x09\x72\x03\x99\x51\x5d\x87\x7f\x9d\xdc\x43\xe6\x50\x1b\xe0\xdb\xa4\xdc\x24\xe7\x28\x1f\xe7\xd3\x24\x5a\x90\x27\x14\xbe\x03\x4c\x05\xfc\xdb\x39\x58\xb6\xdf\xe5\xc8\xe6\x2e\x3b\x7c\x77\x59\x73\x6d\x97\xf9\x3f\xfb\x65\x6e\x10\x00\x83\xf1\x79\xa7\x94\x70\x80\x87\x2d\x37\x3d\xa2\xf5\xa1\x8a\xf7\x00\x4b\x58\x90\x2a\x68\x88\xbc\x7e\xfa\xcc\x7d\x19\xce\x49\xb7\x73\xdb\x3b\xb4\x52\xf5\x54\xbf\x8b\x1b\x5b\x99\x50\xe9\xb5\xca\xa4\x3c\x4d\xb4\x28\x21\x46\x3a\x4a\xaf\x8c\xb4\x28\x22\x96\x49\xaa\x24\x3d\x76\x0a\xbd\xf3\x90\x7a\x8e\x66\x37\xe5\x91\xaf\x88\xfa\x35\xb5\x6c\x72\x55\x74\x91\x4e\xaa\xd2\x3d\xf2\x9b\x74\x07\xed\x25\xb9\x42\x72\xf4\x8b\x00\xdd\xd3\xd2\x29\x64\xeb\x9a\x1d\xdd\x7a\x89\x7d\x64\xcf\xf6\x2a\x1d\x35\xb1\x64\xf2\xc5\xa1\x63\xfa\xa2\x22\xa7\xc8\x77\xa6\x7e\xe8\xed\x17\x44\x91\x25\x36\x4f\x69\xa3\x7e\xc5\xcf\x1f\x44\xde\x20\x1b\xaa\x8a\xf2\x49\x51\x34\xc8\x5f\x15\xda\x78\x27\x28\xfe\x94\x7d\xf2\xa7\x78\xda\x28\x5f\x29\xfa\xd2\x4c\xdc\x31\x54\x56\x4a\x9b\xf8\x71\x80\xed\x81\x7f\xc6\xbf\xf1\xec\xe7\x3d\x90\xb0\xcb\xee\x9f\x1b\xcd\xeb\x43\x76\xf9\x82\x6b\x97\xa9\x3f\xfb\x45\x5a\x3a\x00\x93\xe5\xc5\x85\x58\x71\x80\x27\x62\xb7\x3e\x84\x98\xc2\x22\xb7\x06\xa3\x80\xf7\x43\x28\x12\xc2\xb1\xae\x38\x77\xc1\x7d\x19\x77\x4e\xbc\x35\x3f\x75\x56\x39\x96\x5f\xca\xec\x04\x35\x45\x63\x53\x78\xd1\xa0\x81\xaa\xa4\x4b\x15\xcf\xd1\x7b\x4e\x3d\x63\x6a\x2e\x6d\xaf\xf5\x8e\x7a\xd2\x76\x53\x9a\xac\x31\x42\x29\xf0\x54\x54\x9c\x53\x9e\xa1\xcc\x06\x16\xc9\x4d\x2a\x7c\xa7\xd8\x25\xbc\x51\x26\xca\xfd\x41\x51\xcd\xaa\x54\x79\x27\xfd\x96\xf2\xe8\x85\xbe\xea\x8e\x78\x1c\xe5\x59\x7d\xb4\xca\x8a\x08\x81\xf2\xb4\x83\x43\x45\x45\xd8\x92\x8c\x1f\xbe\xaa\x66\x28\xc8\x46\x39\xf3\xad\x51\xc5\x93\x5f\x95\xc2\xbd\xda\xac\x24\xca\xf7\x86\xc2\x89\x9b\x54\x3a\xc5\xdb\x42\x89\x20\x27\xca\xd5\xf3\x84\x50\xd6\x28\x8e\x52\xa6\xdc\x75\xd4\x3b\x94\x5a\xf1\x24\xae\x61\xaa\x11\x05\x23\x92\x08\xc0\x7e\x80\x77\xfc\xd8\x87\x7f\x78\x10\x17\x05\xee\x9d\x77\x01\x50\xb4\x15\xfe\x7c\x4d\x09\x40\xfb\xb8\xf8\xdd\xbb\x53\x00\xfa\x9d\x32\xf9\x2c\xd5\x00\x26\xfb\xe4\x87\xd9\xfd\x01\x6f\xde\xac\xda\x2b\xf8\x00\x8a\xcc\xc6\xb4\xaa\x24\x1a\xa9\xd3\x26\x3c\xc6\x5d\xea\x67\xa8\x97\x4c\xd3\xad\x97\x8c\xcf\x52\xac\x8d\x39\x3d\xa2\x6c\x0c\xc9\xfd\x06\x59\x21\xce\xce\x55\x24\xd0\xcd\x4e\x7a\xec\xad\x4d\x92\xd4\xbe\x9a\xbb\x14\x28\x4c\xda\xaf\x3e\x59\x36\x1e\x7c\x9d\x18\xa9\x1a\x59\x7f\x36\xcc\x91\x80\x54\x3e\xd1\xf1\x20\x8a\x87\xe0\xa2\xa0\x37\xf4\x7b\xcc\x32\x1e\x25\xab\x35\xfd\x26\x5e\x1f\x7f\x4a\xea\xe5\x4e\x72\x72\x2a\xe1\x9a\xc4\x22\x2a\x34\xf6\x12\xa1\x4b\x1c\x89\xb6\x8b\x98\xfe\xe5\x7f\x90\x4e\x89\xce\x63\xe5\xfd\xb9\x76\x8c\xc5\x3d\xb0\x52\x01\x4c\x4b\xbd\x12\x81\xd8\x11\x3f\xda\x6f\x23\x92\x68\x9c\xba\xf7\xd4\xe7\x6b\x52\xfb\xf0\x67\xdd\x07\x86\xae\xca\xb8\xe1\xba\xbc\xec\x7b\xff\x90\xc9\xc4\x47\xbb\xe2\xba\x8e\xc8\x44\x12\x2e\x38\xc5\xb4\xc6\xc8\x59\xe3\x77\x5c\xae\x00\xb0\x7b\x70\xb2\xd1\x92\x00\xf8\x7b\xb9\xdf\x9e\x7a\x00\x20\x3e\xc8\x1b\x77\x76\x14\x40\x45\x4f\xe8\xfc\x55\x34\x80\xce\x71\x71\x46\x7a\x4d\x00\xe3\x04\xe9\x58\xd6\x60\x00\xb3\x26\xb9\x3c\xf6\x14\x00\xcb\xf7\x2a\x57\x04\x68\x21\xce\xfa\x8c\xe6\x07\xa9\x45\x6a\x9b\xa5\x8d\x11\x8b\x66\x10\xf5\xb8\x79\x85\x85\x98\xb1\x09\x85\xd5\xd4\xd0\x4d\xda\x0e\x4d\xf6\x32\xba\x1e\x5c\xe0\xd6\x48\xb2\x35\x78\x1e\x7f\x27\x40\x9a\xf8\x49\x67\x25\xc7\x23\x84\x4c\x7c\xa0\x65\x50\x6a\x14\xe9\x4d\x68\x57\xd7\xad\xeb\x8c\xb9\x42\x60\x53\xb9\xd1\x69\x10\xcf\x82\x17\x52\x74\x1a\x51\x4e\xa1\xff\xcb\x87\x49\x96\xbe\x88\x50\x4a\x53\xfb\xcb\x87\xb9\xfe\x9f\x7c\x9c\x27\x4c\x88\x8f\xa3\xa3\x22\x34\x50\x49\xe2\x8b\x18\xd7\x10\x99\x55\x2e\xc9\x04\x4c\x56\x88\xe1\xf4\x84\xf4\x4d\xec\xb3\xa0\x63\x13\x1e\x32\x47\xb1\x19\x01\x3e\xbf\x3c\x98\x5e\x4f\x39\x47\x9c\xa7\x4f\xe6\xbb\x72\xf9\xc3\xb8\x1f\x5e\xde\xad\x4f\x15\xb4\xf0\x07\xbd\xf6\x34\x26\xc8\xa7\x10\x4e\x39\x87\xfe\x9d\x07\xc1\x48\x6e\xc1\x53\x46\x00\x32\x9c\x7c\x84\x0b\x4a\x00\xea\x1d\x02\xdc\x57\x93\x01\x0c\xe8\x44\x7c\xef\x2a\x03\x58\xdc\x96\x7c\xce\x9a\x06\x60\x25\x2d\x17\xf2\xac\x15\xc0\x36\x44\xf9\xb8\xe0\x1d\xf0\xb4\x5b\xd7\xa4\x95\x41\x52\xfb\x6c\xb9\x0c\x4e\x69\xb2\x53\xca\x2d\x23\x2c\xf7\x5b\x58\x91\x67\x2d\x78\x9d\x15\x9d\x44\xc9\x34\xa6\x95\xfe\xaf\xbc\xf9\x48\x37\x0d\x71\x71\xc7\x83\xde\x11\x19\xf4\x4f\x66\x3f\x89\x44\x13\x8a\xb5\xfd\x4b\x13\x63\x1f\xe0\xbb\x34\x05\xeb\x70\x49\x5e\x78\x63\xd5\xf4\x4e\x9e\x94\x9b\xbf\x7c\x18\xec\xbc\xdc\xd2\x02\x7f\xd6\x97\x5f\x3e\x0c\xee\xa3\x54\x1f\xa2\x38\xf5\x18\x3e\x44\xb2\x07\x59\x96\xf0\xfd\x97\x0f\xb3\x99\x2c\xb9\x84\x4e\x89\xbc\xb8\x50\x28\x55\x8d\xc9\x0e\x19\xfe\x4a\x92\x79\x87\xa9\x08\x7d\x36\xf2\x42\xee\x04\xf6\x49\xf0\xc9\xfe\x0f\x72\x44\xec\x87\x00\xf3\x1e\x46\xb9\x4d\x5c\xa2\x0f\x57\xeb\x19\xa5\xdf\x71\x8c\xfe\xec\x6f\xca\x14\xf5\xf1\xba\x1e\x62\xf5\xf7\x15\xed\xf1\x53\xae\xca\x00\x9c\xe9\x1c\x83\xc7\xc7\x01\x84\x1b\xb8\x16\x4e\xf5\x00\xc8\x75\xf1\x60\xcf\xe7\x03\xe8\x9c\xe5\xef\xb8\x36\x00\x60\x92\x2d\x72\xeb\xde\x7e\x00\x8b\x06\x71\x35\xe6\x4d\x00\x5b\x75\xa9\x0f\x4f\xd8\x00\x1c\xc7\x14\x3a\x04\x1c\x21\xc0\x25\x54\xcd\x56\x66\x9a\x3a\xe8\x30\xa3\x27\xae\xc9\x47\xe9\xb6\x4d\x34\x73\x35\x8f\x25\x1b\xdb\x64\xdb\x25\xbb\x7d\x21\xe9\x5b\xa8\xf9\x19\x04\x14\x11\xef\x9a\x7e\x8f\x7e\x16\xf5\x8c\xf0\xd4\xb0\x27\x73\x27\xc1\x00\xef\xa4\xe7\x55\xc2\x99\x32\x88\x5b\xd4\x7a\x5f\xcf\x96\x9e\x84\xfb\x43\x5d\xf6\xdd\x52\x76\x01\xd6\x40\x99\xf7\x53\x4b\xde\x05\xcc\x6b\xb9\x8f\xab\xe9\xf9\xbc\x7f\xf9\x1f\x27\xa4\xc7\x76\xd2\x33\xef\xe0\xda\xa4\xe6\x10\x71\xa9\xd6\x68\x36\x29\x39\xe4\x4e\xc2\xf1\xc5\x76\x99\x9b\xe8\xbd\x31\x36\x53\x7e\x72\x81\xa8\x91\xb8\xbd\xa3\x77\x14\x52\xd0\x72\x31\x41\x1f\x86\x15\xd9\x30\x77\x23\xd0\xdd\x1d\x0a\x5b\x58\xd7\xa0\xf4\xd6\x08\x65\x71\xac\x56\x70\xd5\x9b\x14\xe5\x15\xdc\xd9\x80\xa3\x75\x5e\x2a\x34\xb8\x36\x1f\xaf\xca\x4b\xaa\xfb\xf0\xb7\xbc\x2c\x00\x9e\x2d\x3d\x5b\x3e\xb6\x01\x20\x59\xcc\xd1\x71\xfa\x28\x80\xaa\x38\x97\xd0\xf9\x0c\x00\xfd\x26\xbe\x82\xeb\x97\x00\x4c\xae\xf1\x8f\xde\x3a\x0a\x60\x2b\x22\xe6\xc9\xc2\x0a\xe0\x72\x48\x62\x8b\xdd\x04\xc0\xfd\xb0\x1c\x1d\x7f\x0a\x14\x79\x34\x29\x4b\x48\x29\x50\x3f\xb8\x61\xb5\x73\x34\x5b\x29\x59\x8e\x2c\xa6\xa1\x96\x9d\xe4\xdb\x76\x68\xdb\x53\x9e\x5c\xc4\x01\xeb\x73\x3e\x6a\xa1\x22\x84\x5a\x73\xa5\xa8\xe0\x58\x4d\x7c\xa9\xb1\x45\xc6\x4c\xf2\x37\x9c\xbf\x81\x4c\x09\x7d\xd6\x5d\x6c\xa1\xce\x42\x3d\x7f\xde\x23\x0c\x46\xa3\xa8\xab\x2b\x7f\x15\x73\x48\x79\xfd\x4b\xf2\x0b\x26\xb4\xae\xfc\x9b\xf5\xed\x92\x63\xff\x3f\x1f\x66\x83\x5b\x76\x2f\x62\x20\x55\x63\x5a\x57\x81\x0f\x79\x21\x95\x73\xbc\x4a\x61\x12\xa5\x9a\x90\x33\xc8\xa5\xd8\x8f\xb6\x8f\x11\xe9\x21\x28\x2b\xa1\x4b\xa2\x6b\x5b\xbb\x95\xd7\x31\xdb\xa1\x9b\x0d\x64\xd5\x24\xac\x60\x48\x59\x9d\xa8\xda\x3c\x96\x27\x74\x5f\x25\x9d\xba\x30\x6e\x7f\x20\x6d\x89\x94\xfa\x12\x6e\xcb\x87\x1e\x80\x53\xea\xa9\xef\xb1\xc8\xbf\x3d\x08\xd5\x3c\x8e\xb4\x73\x06\xff\xf0\x20\xbe\xf2\xc1\x6d\x0f\x00\x87\x45\x11\xcf\x07\xba\x00\x6e\xaf\xc4\xef\x3d\xe1\x01\xf0\x93\x92\xe1\x17\xd4\x85\x08\x7f\x13\xc5\x51\x99\x71\x6a\xb3\x8f\xb4\x66\xaf\xf6\x3e\x4a\x88\xfb\x65\xe3\x0b\xd6\x67\xc8\x0c\x8e\xef\xad\x23\x3d\x1f\x13\x55\x6d\xfb\x3c\x63\x23\x8a\xf1\x3d\x56\x43\xe1\xaf\x93\x15\x70\x38\xd3\xc1\xb4\xfc\x74\x2c\xf6\xb3\x61\x75\xf1\xab\xdc\x17\x98\xd7\x7a\x6d\x75\xdc\x85\x75\xe8\x78\xcd\xc9\xf7\xb4\xa5\x7b\x50\xed\x2a\x19\xdf\x4a\x5e\x5a\xfc\xe5\x3d\x38\xca\x5b\x6c\x2c\x14\x97\xff\xca\x07\x82\x57\x36\x69\x9b\x90\x3d\xb1\xb0\x5f\xe1\xe6\xce\x78\x66\xf3\x17\x71\x45\x40\x74\xa6\xe1\x86\x86\x54\x2e\x23\x45\x53\xa3\xbb\x0e\xaa\x25\x22\x49\xc9\x7a\x6d\x35\x6a\x73\xa8\x81\x84\xdb\x6f\x24\xd5\x05\x31\xac\x51\x57\xab\x3b\x34\x34\x30\xab\x61\x9b\xaf\x70\x9a\xb2\x58\xb5\x90\xcd\xd2\xbd\x9a\x36\x38\xda\x40\xc1\xe7\x3f\xb4\xb9\x71\x01\xfe\x47\x01\xf8\xd1\xec\xee\xc7\xa3\x00\x64\xb4\x1f\x4f\x9d\x0c\x05\xd0\xb8\xc8\x2e\x71\x26\xf4\xff\xfa\x20\x6e\x67\x85\xce\x33\xd7\x00\xf8\x64\x8b\xb6\xb2\x6b\x03\xf8\xd3\x4a\x9f\xe2\xef\x86\x94\xe0\x41\xf9\xb7\x32\xa7\xa8\xe5\x81\xfb\x35\x18\xb4\x71\x94\x5c\x1f\x49\x03\x0e\xab\xab\xa4\x7e\xd7\x18\x2b\x8c\xcf\x30\x21\xcf\x69\xca\xd9\x3d\xd6\x17\xef\x69\x93\x1f\xca\x9d\x7a\x1c\xfb\xda\xa2\x2e\xd5\x3f\x2f\x17\x13\x60\x7a\xba\x70\xfe\x05\x1d\xda\xdb\x20\xa3\x4e\xb0\xec\x28\x92\xaa\x3d\xfc\xde\xa6\x92\x0b\x91\xa7\x9a\x34\x97\x59\x7b\xe4\x2f\x1f\xe6\x7f\xf2\xb1\x7a\x5b\x91\x67\xeb\xb7\x42\xf4\xb7\x61\xa5\x98\x1d\xd5\x9c\x03\xc3\x85\xaa\x73\x3b\x71\x39\x07\x7a\x97\xd5\xcf\x20\xd4\x32\x93\xda\x59\x35\xac\x91\xd1\xa9\xc6\x8d\x96\x9a\x62\xa8\xec\x44\xf5\x9a\x28\x4d\x0a\xba\x33\x26\xae\xfc\x93\xb6\x04\xe6\x8f\xe8\x98\x22\x56\xdd\x2b\x98\x85\xf0\xce\x82\x47\x3a\x6f\xb0\xc1\x21\x91\xd9\x46\x7a\x97\x71\x34\x41\xac\x00\xc2\x89\x8f\xdf\x1c\x37\x02\x50\xd8\xc3\x2e\x70\x4a\x07\x40\x57\x99\x3d\xfd\xdc\x23\x00\xf3\x0a\x4e\xdb\x2b\xe3\x00\x4e\x56\x5c\xef\x6f\xfd\x0e\xe0\x2d\xc0\xff\x9a\x69\x18\x20\xb0\x41\xf8\xf2\x63\x24\x40\xc8\x9c\xe4\x82\xa0\x15\xc4\x85\xd7\xc8\x45\xc9\xe4\x53\x9f\x87\x47\xa8\xce\xe8\x7c\xa1\xc4\x86\xbc\xd0\x99\xb0\xa6\x25\x05\xfb\x35\x9b\x2b\xfa\x9b\x11\xae\xb8\x70\x38\xcb\x27\x8c\xe0\x1e\x3b\x76\x05\x88\xe7\x5c\xc6\x20\x6d\x72\xe2\x11\x85\x5a\xe8\x13\xe6\x0d\x85\x67\x5f\x3d\x42\x2e\x1b\xef\xaf\x5d\xae\x12\xd8\x01\xdd\x53\xfd\xf0\xfa\xe8\xd6\x57\xf5\x80\x05\x54\x73\x26\x82\x41\x19\xb1\xc2\x5d\xc7\x87\xba\xa7\xf8\x60\xfd\xd8\x2b\xe2\xce\x39\x45\xa6\x8d\xfd\x65\x5e\x33\xbd\x2a\x5f\x36\x59\x4a\x98\x47\x63\xd5\xb6\xb7\x7a\x0a\x08\xef\x53\x35\x39\xb6\x57\xf3\xbe\xb4\x36\x68\xdf\xd8\x99\xce\x26\xbd\x7e\xa5\x6b\x8a\xd0\xcd\x8a\xae\xa2\xd5\x0b\x41\x1a\xa4\xef\x7d\x75\x5e\x8f\x17\x95\x91\x44\x5f\xc4\xa5\xcf\x8e\xae\x8a\xcd\xcb\x5d\x35\xa0\xc1\x78\x45\xd1\x66\xa9\x19\x34\x60\x56\x22\x2e\xa4\xa4\x1b\x46\x61\xdf\x06\x13\x01\xc4\x8e\x3d\xf9\xe3\xc4\x2d\x00\x45\xd6\xc7\x5f\xe9\x6a\x00\xf4\x86\x1e\xdd\x3f\x3d\x01\x60\x19\xf1\x84\xed\x82\x29\x80\xab\xda\xb3\xce\xeb\xf9\x00\x7e\x2f\xf9\xa7\x1f\xc4\x03\x84\x7c\x13\x0a\x7a\x92\x09\x10\xb5\x2c\x86\xe7\x7f\x07\xd5\x71\x04\xa9\x31\xa9\x9b\xd4\x8f\xf1\x27\x14\x3f\x69\x1d\xa5\xc4\x46\x89\x6a\x79\x5a\x5f\x20\xf9\x84\xde\x37\x31\xf0\x6f\xc0\x17\x78\x9f\x75\x18\x4f\xc6\x63\xf0\x6e\xcb\xde\x87\x0b\x59\xd0\xcc\xf6\x49\x09\x17\x5e\xfd\x86\x2c\xb0\x7e\xf2\x7c\x7f\x75\xc5\x4e\x8f\xd9\xcd\x5a\xa3\x86\xc8\x6d\x25\x3d\xe5\xc1\x73\xcd\x97\xb6\x4e\x6a\x28\x2c\x4c\xb7\xf4\x6e\xed\xa8\xd3\x2d\x9e\x6d\x96\xf8\xe5\x07\x2d\xb8\xab\x1d\x5a\x33\xa8\x7c\x33\xae\xa1\xf1\x63\x83\xe6\x15\xd3\xfb\x29\x9d\x84\x8d\xaf\x65\x7e\x1d\xc3\x3a\x4e\x5b\xd3\x85\x25\x0d\x8e\x7a\x9f\x77\x8e\x3c\x17\x2a\x9f\x34\x50\x44\x34\x65\x96\x97\x3c\x37\x34\x43\xda\xa6\x33\x17\xda\x18\x8a\xa3\xf2\x93\x4c\xb2\xbf\x1a\xf3\xa0\x6f\x26\x78\x67\xd0\x19\xb3\x63\xce\xc6\xf0\xa6\xe8\x1a\x27\x61\xba\x22\x4f\xc4\x2b\x98\xbc\xc3\x2a\x84\x99\x01\x88\xaf\x3f\x5a\x3f\xbe\x0c\xa0\xf2\xe9\xa1\xe7\xc9\x6d\x00\x23\xfe\x87\xc8\x33\x41\x00\x56\xd4\xc7\x35\x17\xd4\x00\x3c\x03\xd8\x27\xae\x8d\x02\x04\x8b\x73\x5c\xbb\x33\x01\x10\x19\xc1\xdb\xcc\xca\x0f\x10\x1f\x27\xea\xc1\xdf\x00\x1d\x29\x59\x12\x46\x12\x83\xd4\xf5\x14\x76\x79\x39\x0d\x4d\x4a\x48\x62\x8b\x7a\x89\xb5\x17\x29\x23\xd6\xde\x40\xc7\xaf\x0f\x9f\x1f\xd8\x6a\xeb\x9e\x72\x0a\x73\xc2\x33\xde\xf3\x7e\x09\x07\x32\xde\xc5\x35\x5a\xa9\xe6\xd6\x8e\x9e\x03\x5f\xf6\xa5\x46\xae\xad\x73\x96\x1c\x75\xca\x6d\xd2\x1b\xd7\x0d\x0d\x87\xda\xde\x85\x6e\x88\x68\x6d\xcd\x2b\x76\x86\x6d\x3d\xd0\xa0\xff\xb1\xbf\xc5\x65\x25\x4c\xe3\xec\x12\x7b\xa3\xf0\x84\xb9\xb6\xdb\x4a\x76\x5d\xe7\x87\xfd\xba\xf1\x6b\x13\x95\xd3\xbf\x3c\x90\x86\xcf\x86\xef\x36\x23\x4a\x45\xcb\xf5\x8c\x29\xdb\x77\x0b\xdb\x8b\x4f\x98\xc8\xef\xcc\xe4\xde\xcf\xed\x32\xad\x40\x9e\xcd\xd8\xcc\x88\x37\xfb\x88\xfc\x92\x76\x33\x65\xc1\x9c\x06\xd5\x9a\xe4\x1f\x9f\x66\x61\x8a\x56\x4b\x38\x10\x5d\x66\x51\x8a\x79\x12\x73\x25\x62\xc5\x42\x0a\x7b\x2c\x1c\x0b\x20\x45\x79\x14\x75\x42\x0f\x40\xb3\xe5\xe1\x49\xba\xde\x7f\x78\x10\x15\x0f\xdb\x2e\x1c\x02\xf0\x95\x7e\x5c\x76\x35\x18\x20\x9c\xfd\x69\xc0\x1d\x5a\x80\xd8\x61\xde\x91\x87\x22\x00\xa9\xe2\x42\x17\x79\x9c\xe1\x5d\x26\x5e\xec\xad\x44\x15\x75\x3d\xf7\x81\x8c\xba\x06\x3f\x25\x3e\x83\x43\xf5\x0f\xab\x25\x92\x6d\xda\x33\x5d\xd6\x80\xcb\xf8\x4b\x51\x01\x56\x9a\xe9\x0c\x68\x3d\xbf\x34\x77\xe9\x97\xcc\x88\x3d\x9e\xae\x61\x8c\x0d\x56\x5b\xa2\xce\x0e\x59\xde\x6d\x7c\x6b\x09\x76\x2f\xab\x07\xdf\x4f\xac\xb4\x9b\x3c\x19\x61\xe8\x9f\x5d\x9d\xd0\x8b\x9a\x5e\xec\xe5\xd8\xf0\xd2\xca\x99\xcf\xeb\x80\xa9\x3d\x7a\x35\x0b\x2a\x6d\xb9\x1f\x3c\x0c\x96\x97\xb5\xde\xb0\x34\x9f\x30\xf5\x5c\xbd\x50\xb7\x5a\xd7\x6d\x7a\x72\xbd\xab\xc2\xae\x4c\xcb\x42\x6e\xa3\xf9\xd5\xa3\x02\xb0\x58\xd9\x72\x29\x56\xc8\x4d\xb0\x20\x6d\xcf\xe6\xef\xa4\x2c\x58\x0f\xed\xd4\xe4\x99\x24\x95\x58\x25\x20\x59\x33\xb6\x63\xbf\x59\x3f\x41\x3d\x4c\x3d\x10\x7d\xd5\xfa\x34\xfa\x50\x62\x68\xe8\x4b\x1b\x37\x74\x5b\x9c\x4b\xe0\x65\x1b\x3c\xa6\x2c\xea\x2e\x80\xac\xd4\xc3\xbe\x13\x96\x7f\xfb\x51\x66\x52\x6c\x13\x67\x32\x00\x5c\xbd\x1e\x5e\xb8\x50\x02\x10\x78\xf0\xe1\xec\x95\x48\x80\x68\x5e\xf6\xb5\x3b\xa9\x00\x29\x2a\xdc\x0b\x6c\x6b\x00\xd9\x7c\xfc\xef\xb9\x0f\xc2\x48\xa1\x80\xf0\xa2\xb8\x15\x9c\x7c\x31\x28\x79\x52\x35\x93\xd2\x54\x54\xa5\x60\x60\xd1\x4c\x72\xc8\x41\x6b\xf9\xf8\x4f\xe2\x79\x32\x24\x8d\x67\xd3\xf8\xd0\x39\x91\xfa\x8e\xfa\x65\x4f\x36\x3f\x07\x90\x02\x8a\xdb\xc3\xd7\x7a\xbd\x4c\x52\x6b\xde\x77\x2c\x6d\x39\x5f\xab\x2e\x1e\x3e\xb2\x90\x69\xc1\x35\x7e\x79\x6c\x69\xf9\x8c\x51\xfb\xe4\x6f\x83\x9f\xbe\x9f\x33\x4c\x9d\x0e\xe9\x3b\x33\x3c\x6c\x62\x3d\x4f\xe8\x4c\x69\xe9\xb7\xa4\xfd\x91\xd7\xaa\x5f\x3d\x6f\x55\xbb\xfc\xed\xcd\x95\x12\x73\x9b\xb9\xd5\xc2\x3a\xc5\xe7\xb5\x36\x55\x1b\x4a\xe5\x05\x39\xce\x36\xaa\x9b\x5d\xa5\xf9\xc9\xf4\x76\x7d\xdb\x8f\x8a\xdc\xe3\x99\xed\xee\xec\x60\x73\xf3\xc2\x25\x1d\x6f\x22\x12\xb3\x93\xc2\x55\xec\xe3\x90\xa1\xe9\x5b\x41\x6b\x0e\xfb\x51\x89\xc9\xcd\x7e\x0a\x0e\x2c\xe8\x9e\x38\x4f\xaf\x2e\x07\x2d\x4c\x5e\x94\x2d\x80\xec\x0a\xeb\x95\x63\x0b\x00\x7a\xcb\x2c\x23\x74\x62\x7f\x7b\x10\x1e\x9d\xac\xc7\xcf\x3b\x00\x84\xbf\x60\x4b\xbb\x32\x0a\x90\xc0\xf7\x58\xe3\xd6\x4b\x80\xcc\xe5\x67\x6d\xcc\xfc\x00\x85\x2a\x3c\xba\xcf\xea\x01\x53\xb6\x22\x30\x2e\x72\x0f\x2e\x56\xde\x11\x4b\x52\xf9\x46\xc1\x55\xfe\x90\x79\x6a\x6a\x4e\xba\xff\xf2\xb8\x5a\x77\x60\x2b\xde\x28\x7f\xd4\x60\x7f\x2a\x1b\xea\x68\x5a\xbc\x6d\x64\x15\xef\x86\x57\x78\x86\x9f\xe8\xbb\x95\xe5\xd6\x60\xfb\xe8\xd4\xc1\x9d\x85\x3f\xdc\x9d\x6b\x04\xc7\x9d\x67\x25\xec\xf9\x87\x8f\x4c\x3e\xf8\xfe\xcd\xd2\xee\xd3\xb1\xf1\x53\xc3\xe3\xd6\xbe\x93\x6a\x43\xb7\x5b\xb7\x6c\x79\x67\x89\x3d\xfe\xd5\x8c\xf6\xd5\x0b\xc1\xed\x33\x2f\x72\x1c\x6f\x2e\x15\x35\x9f\xce\x9a\x77\xea\x5b\x7d\x52\x5f\x91\xca\xec\xb4\xb9\xae\x59\x15\x1e\x6b\xed\x72\x79\xd3\xfc\xe5\xe9\x08\x6f\x97\xef\x5b\x15\xc5\x06\xe1\x09\xce\x0b\xdb\x55\x85\xf7\x83\xac\x5c\x64\x10\x4c\xb9\x37\x7c\x2b\x5d\x2f\x23\x39\x32\x85\xbc\xc2\xdd\x4e\x23\xcb\xd2\x53\x3c\xd6\x5d\x1c\xd1\xc7\x12\xdf\xb9\xd7\x38\x25\x62\x34\xa3\x7b\x01\x54\xa4\x58\x9f\x9c\x10\x05\x30\xba\xc8\xe2\x4d\xf7\x16\xc0\x46\xe1\x81\xf1\x69\xba\xbf\x3d\x88\xc8\xd3\x6c\xfa\x57\xb6\x01\xd2\x26\xd8\xde\xde\xd8\x01\x28\x98\x7c\x4c\x62\xe8\x00\x78\xf5\x92\x53\x84\xfd\x37\x80\x5a\x24\xef\x17\xc1\x06\xe0\x7c\xed\x20\x4c\x52\xf2\xa2\xe4\xbd\x21\x4b\x1f\xb4\xe4\x21\xbd\x6b\xd8\xaf\xa8\xe8\x23\x8e\xa3\xd4\x3c\xd7\x6a\x4e\xa7\x41\x36\x14\x07\x9b\xeb\x54\x3f\x58\xdf\x4a\x51\xf2\xf0\xeb\xbe\xbb\x70\x2b\x9a\x26\x42\x7b\x3c\xff\x8b\x61\xa8\x46\xc5\xe6\x77\xbb\x2f\x78\xcf\xcd\x9e\x07\xf3\x49\xe3\x53\x2e\x74\x43\x77\xbe\x3d\x6d\xb9\xec\xe6\x3a\x61\x36\x2a\x5a\x96\xe0\x19\x31\x7d\xfa\x83\x41\x9e\x95\xa7\xee\xfc\x46\xd7\xc5\xcc\x38\xf7\xad\x45\xfd\x96\xb5\xd8\x08\xaf\xb9\x95\x0b\x6f\x7c\xa3\xdf\x79\x5a\xad\xfd\x5e\x77\x3e\x6c\xce\x53\x7c\xe3\x52\xc5\xd7\x20\xf0\x54\xde\x4c\x2b\x6b\xf5\xed\xf4\x28\xd8\xd9\x57\xc0\xeb\x33\xec\xce\x81\xe0\xca\x21\x7b\x6d\xb8\x0d\x20\xb9\x33\x79\x3c\x4c\xdd\x2f\xa3\xfc\x53\x6e\xbb\x37\xb9\xf9\xa0\xf7\x27\x6e\xb8\x96\xb9\xf9\x61\x0e\xc6\x2a\x01\xa8\x79\x33\xaf\x1e\x7f\x08\x60\xb2\xf7\x01\x82\xae\xf1\x6f\x0f\x22\x28\x98\x91\xee\x74\x22\x40\xdc\x97\x07\xbf\x5f\x52\x04\xc8\xe2\x65\x61\xbe\x26\x07\xf0\xf2\x00\xdb\xd7\xbb\x25\x00\xd5\x78\xf6\x02\xd6\x8f\x00\x6f\x72\x78\x8a\x05\x48\x90\xd4\x71\x87\xdf\x5d\x1a\xa8\x17\x3a\x71\x62\xad\x46\x9b\x24\xea\x3b\x8c\xec\x21\xcf\x34\x3c\x67\xc7\x79\x55\xc3\x14\x0c\x52\xa9\x51\xc2\xa0\xaa\xe6\xc8\xda\xa1\x8a\x59\x7b\xa9\x5e\xea\xec\x81\x6c\xe6\x90\x81\x6f\xac\xc3\x6c\x49\xe3\xa5\x67\xd6\x84\x3f\x1e\x8e\x2c\x68\xac\x5e\x0d\xe8\xd0\x0f\x5c\xe9\xb3\x9b\x0d\x2f\x26\x85\x4c\x8c\xa9\x4e\x5c\x4d\x1b\x09\xd9\x99\x9c\x19\xaa\x4d\x8a\x0f\xba\x35\x1b\xd2\xcb\x16\xd9\x1b\xf8\xe6\xc7\xf1\xf6\xea\xb0\xce\x00\xe1\x25\x6a\x13\x31\x28\x3e\x20\x74\x95\x52\x27\x12\xe8\xe1\x93\xb2\xc1\x51\x91\xe6\x7f\xc4\xfb\xc0\x96\x71\x89\xb1\x4f\x88\xb7\xc6\xf6\x7c\x41\xb9\x67\x8f\xb7\x37\xc2\x23\xe7\x9c\xfb\x27\x1f\x7a\xa4\x61\x46\x99\x2b\x9f\x4f\x31\xaa\x30\x39\xc6\x39\xda\xe7\x20\xba\x2c\xfe\x80\x93\x84\x17\x0b\xa6\x21\x6a\x3f\x80\x6a\x09\xc3\xfa\x51\x3f\x00\xcb\xfd\x4c\xb7\x4f\x46\x03\xb8\x5d\x61\xb4\xa6\xcb\x02\x88\x48\x65\xd8\x39\x13\x09\x90\xec\xc1\x74\xf4\x02\x1a\xa0\x40\x93\xd9\xf5\x6a\x20\x40\xa5\x34\x53\xce\xb5\x30\x80\x37\x3b\x0f\x47\xee\x27\x03\x74\x06\x72\x68\x70\x25\xc1\xc7\x0f\xa2\x3c\xf7\xc5\x85\xa9\xde\x1f\xe5\x84\x22\x74\xc5\xc8\x5c\x9f\x78\x24\x52\xdc\xc2\xf1\x3c\x23\x7e\x0a\xa1\x29\xb4\x48\xfa\x61\x09\xcd\x63\xd5\xc3\xab\x6f\xde\x8b\x9b\x9a\xf6\x9d\xfd\x66\xdc\x16\xed\x21\x3a\x7b\xee\x97\x07\xd2\xf1\x20\xaf\xe9\x65\xf4\x0e\xe7\x0b\xeb\x94\xc5\x2e\xf9\x85\xf4\x34\xc6\x04\xf2\xe8\xf2\x44\x7d\x4c\x66\xe2\xe6\x64\xff\x50\x4f\x64\x79\xf4\xd8\xec\xfc\xfb\xe2\x40\x4a\xec\x87\x45\xd1\x56\xf1\x40\xde\x88\x9c\xe5\x99\xc6\x83\x7e\x1e\x61\x49\x6b\xe5\x35\x61\x9e\x9d\xe1\x73\x9b\x81\x65\x8b\x9e\x32\xa1\x37\xb7\x1a\x8b\x65\xdd\xcf\x86\xfa\xef\xfc\x56\x70\xdd\xf5\x7a\x88\x1f\x22\x20\x7b\xd5\x69\x28\x84\x09\xb9\x99\x66\xe7\x58\x10\xac\x80\xea\x4d\x9a\x73\xb8\x16\xe4\x89\xee\x8e\xf3\xb5\xeb\x08\x14\xc3\xbc\x8e\xa4\x00\x68\x5a\x30\x5c\x3e\x9a\x09\x60\x73\xe4\x7e\xf4\xc9\x52\x00\xef\x7d\x77\x5d\x8e\x23\x00\xa2\x5f\xdd\x2e\x38\x51\x08\x90\xe5\x73\x7b\x8e\x6e\x1c\xa0\xb4\x9e\xbe\xe1\x1c\x1a\xa0\x7e\x9b\xf1\xde\xe5\x6d\x80\x0e\x60\xdd\x7b\x4f\x00\xe0\x03\x85\x9d\x9f\x9d\x04\x1b\x9f\xa6\xb9\x44\x44\xef\x53\x7b\xa6\x68\xf9\xf3\x34\x76\xc8\x63\x0b\x1c\x22\xbe\x0e\xd7\x09\x8c\x4b\x2d\x52\xf7\x63\x99\x50\xe7\x56\xfd\x14\x34\xcb\xcf\xac\x16\xcc\x7e\xd5\xb1\xef\xf5\x9a\xba\x39\x38\xe5\x78\x7b\xe6\xc0\x2f\x0f\xa4\xec\xe9\x6b\x99\xea\xde\xcd\xa0\x24\xec\xdb\xdf\xdf\x29\x2e\xfc\x88\xf4\x7e\xe5\x3d\xba\x33\xa1\x17\x6a\x9a\xa7\xfb\xad\x76\xd0\x32\x20\x37\xcb\x6f\x5e\xa3\xfb\x82\xd7\x4c\x16\x79\x71\xee\xed\xa2\x67\x62\x9a\xfa\x4a\x6a\x03\x87\x7b\x70\xe2\xf6\xfa\xcb\xca\x11\xd7\xf1\x84\xb1\x4d\xce\x97\x31\xce\x2a\x09\xbe\xdb\xfb\x5f\x30\x3a\xe9\xc6\x1e\xda\xa9\xc8\x6b\xb2\xf7\x8b\xe5\x46\xaa\x67\x24\xd8\x5d\x8d\x39\x86\xb2\x4d\x61\xb3\xb5\x89\xec\x44\xeb\x25\x30\x58\x3f\x8b\x1a\xc3\xf0\xc4\x5c\xb4\x8a\x88\x78\x88\xbd\x1d\xfe\x0a\x40\xdf\xf3\xde\x32\xad\x23\x80\xbd\xc5\xad\xaf\x47\x6f\x00\xf8\xcb\xde\x52\xa2\x7d\x0f\x10\x5b\x7a\x1d\x41\xcb\xfe\x0f\x0f\x22\xee\xd6\xad\x53\x74\x00\x2d\x8f\x6e\x77\x9c\xfd\x0d\xa0\x6f\xe9\xbe\xce\x8d\xb3\x00\x5f\xc6\xd9\xee\x32\x47\x00\xcc\x84\x73\x9c\x10\x7c\x06\xd2\x9b\x3c\xdc\x18\xc5\xf3\x94\x18\x82\xb9\x80\xb9\xf9\x22\x61\x15\x53\x20\x96\x1e\x6e\x86\x2a\xde\xe4\x92\x9b\x2b\xab\x5e\x8b\x9b\x3f\xa5\x7d\xad\xc7\x66\xea\xf6\xe0\xac\xe3\xf5\x99\xdf\x5b\xbc\x6b\x15\x32\x69\xb6\x88\x69\xf7\x3a\x4a\x5a\x3a\x96\xc5\x42\x08\x03\x9f\xfb\xa2\x66\x99\xbd\x07\x7a\x9f\x7d\x92\x19\xf7\xf0\xe8\x79\x53\x3a\xcd\xd2\xbf\xe2\x81\x7e\xc9\xf7\xfd\xca\xbb\x50\x57\xe7\x17\x17\x96\xd6\x9a\x12\x5d\xf4\x9f\xf7\xae\x8a\xd6\xdb\x3b\x7e\xc8\xf9\xb1\xc1\x52\xc1\x62\x2f\x94\x7b\x6c\x13\x51\xca\x62\x57\x9b\xd6\xb1\xc3\x92\xff\xd0\x96\x3b\xfd\xe1\x0e\xe4\xea\xd8\x1c\x4c\x61\x45\x86\xa5\x57\x58\x35\x26\x5d\x42\x0d\x24\x05\x58\xed\x4b\xa0\x43\x97\xc4\x35\x59\x9e\x89\x4b\xc7\x38\x47\x11\xcd\x53\x63\x66\xb0\xa1\xa1\xd1\x00\x86\x17\xef\xbe\x3c\xca\x04\xe0\xf4\xf0\x46\xe8\xe1\x57\x00\xbb\xbb\x4a\x00\x52\x4e\x5c\x2f\xa6\x4d\xfe\x7b\xce\xd5\x10\xba\x67\xf6\x9f\x1e\xc4\x28\xeb\x6d\xd5\xb3\xfc\x00\xf3\x7a\xf7\x17\x6f\x1d\x01\x58\x53\x7b\x2a\xc6\x5b\x00\x40\x3d\xc0\xd1\x2b\x16\x4e\xd1\x23\xaa\x0a\x34\x58\x0e\x10\xfa\x30\x6e\x62\x3d\x11\xc2\xa8\x07\x1b\x99\xf2\x5e\xaf\x12\x96\x6f\x7f\x6f\xd7\x5a\x7b\xf7\xaa\x7f\xe3\x73\x90\xc3\xc7\xf1\xd5\x12\xeb\xc1\x13\x51\x8b\xb3\x31\x11\xf6\xfd\x51\xef\x6f\xcc\x1f\xf6\xfa\x3e\x96\xfd\xb1\xee\xcb\xac\x23\xdb\xa4\xe0\xc4\xe0\xc8\x05\x07\x9e\x01\x91\xe9\xb1\x3e\x4f\xfb\xab\x2d\xf5\x3f\x68\xda\x2a\x6d\xbf\xd6\x2b\x2d\x6f\x36\x60\x6d\x06\x2a\xa5\xd7\x9a\xaa\x43\x6d\x68\x4b\x99\x36\x99\x5f\x5e\xb4\xd1\x28\xf8\xb6\x15\x55\xfc\xc8\xea\x64\xbe\xff\x8e\x47\xde\xaa\x65\x49\x6e\x29\xc2\x3f\x5b\xc1\xbc\x31\x7b\x05\x75\x25\x95\xce\xbc\x39\x23\x0f\xb5\x98\x38\x6f\x7e\x23\x8d\x19\xdd\x13\xb7\xc7\xcc\x30\xf9\x3b\xa6\x38\xf2\x9b\xe9\xde\xa4\x51\x6c\x68\xa8\x21\x80\x49\xcb\xad\x63\x87\xd9\x00\x5c\xdf\xde\x18\x39\x22\x0f\x10\xfe\x73\xfe\x9d\xae\xb3\xeb\x41\xbc\x54\xa2\x91\xfb\xe7\x9c\x67\xf8\xe9\xcf\x79\x97\x3e\xcd\x7f\xde\x5f\x8c\x28\x3b\x74\xf8\x3f\xdf\x6f\xde\x60\xcd\x67\xc4\xc1\x32\xe5\x07\xe7\x13\x09\x16\x0a\x03\xf1\xa8\x20\xbd\xcd\x1e\x02\x0d\xda\x5c\x7c\x3e\xd6\x63\xa9\x78\x2b\x40\x91\xa1\x38\x7d\xc8\x6b\xb9\x4e\x9f\xbf\x69\xbd\x5e\x72\xce\xc0\x71\x6f\x9f\x61\xda\xb5\xc9\xbd\x61\xd2\xa3\xef\x03\x1b\xc6\x4d\x9a\xf3\x27\x2c\x1c\xc7\xbe\xce\x4f\xc8\x8f\x54\xff\xf2\x40\xcc\x33\xbe\x8d\xcd\x7d\xee\x12\xb4\x90\x1a\x38\xb1\xa8\xfc\x36\xd7\x3c\xa8\xf3\xf7\xd5\x87\x75\xe9\xe6\xb3\xcd\x86\x6b\x1b\x55\xa9\x66\x5d\xf5\x79\x9b\x1e\xa5\x7d\xa6\x50\x31\xb9\xbd\x92\x6f\x66\x5a\x54\x16\x82\x10\xca\xfe\x60\x32\x5c\xe2\x8c\x94\x4f\x5f\x34\x99\xcc\x8f\x46\x55\x25\xf9\x19\x17\xe7\x61\xd0\xf5\xb1\x54\xe3\xac\x9c\x48\x0c\x4f\x74\x8c\x11\x7b\x56\x3e\x56\x31\x8c\xc9\xf0\x71\x66\x15\x96\x10\x54\x07\x60\x96\x7f\x68\xcf\x9f\x71\xb8\xf5\xef\xe5\xf8\x93\xbb\x6f\xf4\x05\xc8\xe5\xdb\x65\x2d\xe7\x4f\x0f\xa2\xe6\xff\xe3\x41\x4c\xef\xe1\xdd\xfd\x9e\xf7\x41\xf8\x9d\x6a\x68\xa1\x14\x73\x6e\x48\x91\xc8\x47\x09\xc5\x82\xc3\x76\x84\x95\x5a\xec\x45\xc9\x2b\x61\xe2\x9f\x44\x11\xe3\xca\xb4\xd9\xb7\x5a\x3c\x36\x46\x0c\x5c\x2b\xf0\xa5\x8f\x96\x2b\xec\xa6\xdf\xaa\xc5\x7a\x7c\xd7\x0b\xfc\xda\xb3\xe2\x3b\x32\x9b\x5b\xc6\xd2\x3f\x6a\xdd\x33\xc3\xf4\x6d\xf2\x43\x97\xc9\xbb\x05\x89\x79\xfe\x77\xa2\x06\xf9\x4b\x7a\x3f\x82\x5a\x58\x0d\x8c\xa7\x99\x96\xbd\x1b\x0c\x0d\x26\x3e\x3a\xad\x35\x57\x3d\x34\xe2\xeb\xb9\xb7\x61\xf2\x8a\xc9\xe8\x5e\x1b\xef\x96\xc6\x8b\x16\xc3\xb6\x46\xd1\x9d\x47\x79\x08\xa3\xc7\x35\x2e\x88\xf8\x2c\x35\x23\xe5\x0a\x49\xa4\x67\x1a\x18\x28\xbd\xc2\xa0\xf7\x24\xbc\x32\xd0\x2d\xf9\x8a\x9e\x88\x3d\xa8\xaf\x53\xf4\x03\x83\x0d\xaf\xd0\xd3\x28\x78\x83\x9d\x0a\xa6\xd1\xfd\x9e\x77\x13\x57\xe9\x67\x03\x60\x75\x7c\xef\x7f\xf6\xb7\xfb\x13\x68\x02\xfe\xcd\x0b\x6a\xde\xda\xe5\xe0\xcf\x79\xf0\xbc\xf9\xbf\xcd\xbf\xff\x24\xcb\xf2\x3d\x22\xa1\x80\x62\xcb\x95\x27\x1b\xba\x22\x42\x1c\x11\x7a\x64\xee\x34\x31\x8f\x53\x90\x66\x08\x98\xee\xe4\x47\xe1\xd5\x8e\x25\xbb\x56\xaa\xed\x38\x19\xb6\x14\x8a\x64\x6e\x6e\xe8\xda\x67\x56\xdb\x85\xa1\x56\xaa\x7c\x09\x4d\x1f\x3d\x8d\x97\x78\xf2\x99\xdb\xc2\x2c\x25\x17\x53\x06\x14\xdb\xaa\xf5\x3d\x96\x79\x17\xed\x9a\x65\x75\xad\x56\x3e\x2e\x9f\x6b\x68\xfa\xe5\x81\x68\xe7\xcc\xf6\xac\x2b\x97\x4f\x69\x5b\x8d\x51\xb6\x3c\x8a\x64\x75\x22\xfa\xb9\xb7\x37\x9e\x9f\xfc\xcb\x03\x11\x6c\x33\x42\x26\xa7\xb6\xea\xf8\x35\xde\x46\xb5\x25\x3e\xd0\x59\xab\xcd\x41\xe7\xc6\x46\x69\xb7\x56\x21\x30\x7d\x11\xbf\xeb\x68\xbe\xec\xc4\x9a\x86\x9e\xd2\x89\x2f\xa1\x62\xfb\x82\x6f\x6b\x5f\x2c\xb9\x89\xcb\xf6\x73\x05\x70\x3c\x71\xa9\x61\xff\x27\x80\xf0\x3d\xbb\xf1\x64\x2a\xd0\xfc\x67\xaf\xfb\xaf\x79\x5f\xd7\x9b\x9f\x75\x90\xb7\xcb\x4d\xb3\x7f\x9b\x77\x90\x35\x60\x9d\xd5\xf6\xfe\xad\xb5\x49\x8a\x3b\x37\xbf\x6c\xcc\xd7\x3d\xa4\x66\xa1\x60\x83\xbc\x5e\x1e\xc2\x6f\x32\x0f\xdd\x8d\xeb\x5e\x62\x96\xd4\xc7\xa2\x6f\xe6\x4f\xa2\x92\x8d\xfc\xd3\x26\xe2\xcf\xec\x70\xdb\x37\xbf\x38\x19\xe8\xb8\xb9\xe5\x75\xbb\x3c\xdc\x45\x73\x83\x92\x1e\x52\xb9\x68\x31\xb0\x56\xd9\xc2\x5c\xb7\xad\xa3\xb0\x96\xff\x43\xb0\xd6\x46\x53\x63\x1d\xb5\x66\x5e\x59\xaa\xda\xb1\xd5\xbe\xa9\x53\xcc\xad\xf6\x64\x83\xb4\x29\x57\xec\xaf\xfe\xc7\xf7\x17\x5b\x73\x05\x8f\xd4\xfb\xc7\x5b\x11\x87\xb3\xac\x34\x6e\x7d\x64\x43\xec\xa4\x6b\xa8\x2f\xf7\xb9\xa1\x5c\x12\x03\xd5\x4b\x3a\x73\xd0\xcb\xd1\xba\xea\x7d\xad\x76\x98\xf8\x08\x6d\x8d\xa3\x8d\xa7\xb0\x2a\x21\xaf\x35\x74\xeb\x62\xb1\x6b\x81\xa3\xea\xc2\x35\x6f\x70\x6f\x7d\x99\x35\x84\xcb\x07\xf0\xfb\xbc\xdf\x03\xb8\x56\xef\x71\xf8\xe7\x79\xf8\x35\xf7\x7d\xb3\xb1\xcb\x01\x95\x9f\x75\xf0\x85\x46\xeb\x4f\x52\xfe\xdb\x03\xb8\x08\x70\x6d\xfc\x28\xc3\xc6\x71\x78\xcd\x8a\x61\x7e\x37\xf5\x99\x42\xe5\x8a\x17\x1f\x18\x30\x23\x0b\x08\x1b\xeb\xf8\x37\x2d\x11\x9f\xca\x4a\xda\xbf\x2c\x6b\xc4\x9b\xa8\xb5\xf8\x06\xa6\x7d\xc1\xac\x19\x2d\xc4\xb8\x87\x57\xa1\xa2\xec\xc4\xd2\x47\xbc\x77\x10\x4b\x1e\xda\x79\x3e\x0e\x5f\x10\x47\x13\x07\x0b\x14\x4c\x9b\xb7\xd7\x6a\xe6\x5f\x88\x6a\xaf\x6c\x31\x4c\xb4\x95\x3d\x54\x79\xb7\x1d\xbc\xf5\xa0\xf0\x95\xf2\x93\x9d\xa6\x6d\xe7\x3c\xcb\xff\xf5\x20\x94\xe8\x97\x84\x91\x86\x29\x6c\xca\x42\xdf\xfc\x50\x16\x09\x29\xca\xfd\x63\xbc\x68\xb7\x18\x03\x15\x9a\xc1\x1a\x8c\x40\x04\x5a\xc5\xf6\xfd\x65\xec\xb1\x50\x59\x65\x42\x87\x14\xee\xa1\xbf\x8d\xca\x64\xab\x31\xee\xbe\x7f\xb7\x72\x55\x73\x12\xfe\x96\xd7\x6d\x15\x9e\xfa\x69\x7c\x89\x3b\x07\x40\x80\xd3\x7f\xfb\x30\xe5\x3f\xe7\xfe\x1d\x27\x77\xf9\xc5\x64\xd7\x8f\xdb\xd1\xfb\x37\x0f\x64\xb9\xfd\xe7\xfc\x93\x15\x2a\xd9\xae\x31\x37\x0f\x67\x50\x19\xb8\x6d\xc4\x6e\xb6\xa2\x28\x34\xc2\xed\xaa\x55\x55\x29\x24\x63\xd9\x07\x66\x15\xb9\x15\x84\x5e\xf5\x1c\x97\x96\xb8\x83\x38\x7b\xe3\xf7\x21\x11\x01\xd6\x58\x57\x1b\xcf\x28\x3e\x77\x7e\xf4\x84\x5b\x7b\x92\xaa\x6d\x08\x5a\x3b\xc6\x23\x45\xd9\x74\x1c\x65\x50\xf8\x32\x7d\x5b\x77\x2f\xb2\xb9\x5d\x28\xd3\x4c\xf9\x03\xd2\x66\x21\x3f\xa3\x58\xf1\x00\xd2\x14\xc1\x99\x8e\xfc\xe5\x3f\xc8\xe5\xa2\x9f\xa2\xee\x26\x9c\x96\x6d\x46\xcf\xa2\xbe\xc4\xd2\xc8\xff\xbe\x7e\x18\xcd\x14\x73\x57\x6e\x62\xfe\x37\x4c\x73\xa8\x98\x5c\xcd\xb7\x70\x6c\x6c\xa0\x88\xbc\xcf\x98\x3d\xee\x86\x5f\xb6\x7c\xff\x80\x20\x6e\xc1\xab\x50\xbe\xb3\xb7\x04\xaf\xe6\xf1\x87\xfc\x8b\x2e\x2f\xfc\x82\x4b\x87\x7c\x77\xfb\x6b\x82\xa0\x93\x1d\x40\xf8\xc1\xdd\xf8\xf2\x03\xff\xbb\x0e\x7e\xdd\x0b\xcb\x3c\xff\x76\x0e\xd6\x35\x76\x39\x7b\x01\xe0\x3a\xe1\xe4\xc1\x61\x0c\xb4\xb0\x5d\x65\x52\xeb\x74\xa3\x5a\xf0\x70\x0a\x2b\xd7\xea\x50\xe6\x84\x22\xa5\x27\x0b\xe7\xc8\x22\xb2\x48\x7d\xe6\x94\x33\xa4\xab\xea\x4e\x56\x85\xe1\x85\x84\xe7\x86\x6a\x6e\xad\xde\xd7\xf1\x09\x56\xb2\x7e\xd7\x1d\xbf\xe3\x5c\x5c\x87\x42\x36\xad\x36\xb1\x5f\xc3\xf7\x45\xf0\x1b\x3b\x62\x39\xb3\x5d\xa3\xf7\x68\x7f\xc6\xa4\xd5\x67\xc7\x3e\x50\x95\xc4\xd0\x0f\x1d\x8f\x25\xc9\x1f\x46\xa7\x6c\x9d\x89\xab\xfb\xcb\x7f\xc8\xc0\x1a\x63\x9c\x43\x39\xa5\xaf\x62\x9b\x30\xc3\xc1\x96\xbf\x3c\x08\xa9\xe6\x6d\x43\xec\x8c\xdf\x23\xe9\xe4\x45\x19\x9c\xa6\xcf\x59\x69\xe1\x99\x2d\xfc\x23\x77\x03\xe9\xbc\x89\x6e\xfc\x5b\x17\x07\x19\xb7\xd1\x0d\xfc\x90\x8b\xbc\x0c\xcb\x60\x1d\xc1\xc5\xe1\x9e\x0c\x43\x9f\x05\xe1\xbb\xad\xc1\xdf\x7d\xf1\xe5\xf7\x5d\xbe\x13\xdd\xe5\xd4\xcf\x3e\x48\xb0\xfe\xb7\xf9\xf7\xb7\x9f\x75\x30\xfa\x1a\xe0\x96\xe9\xe9\x99\x2e\x6e\x98\x63\xd5\x67\xb8\x51\x37\x0a\x6c\x9c\x57\x9f\xb1\x94\x5d\xa5\x1e\x12\x39\x29\x25\x94\x69\x48\x06\xb9\xbb\x1a\x74\xd1\x82\x24\x8a\xfa\xb6\x31\x6b\x90\x1e\x49\x5b\xef\x99\x25\x9b\x5b\x29\x81\x6c\x91\xee\x62\x65\xc7\x40\xe8\x70\x48\x76\x63\xb2\x38\x89\x9f\x09\xd2\xf5\x91\x35\x14\xc2\x7b\xa6\xe8\xf9\x99\x6a\x7d\xc6\x73\x97\xa0\xfc\xd9\x54\x4c\x71\x31\x9d\xfb\x03\x31\x0a\xbc\xb8\xdf\x3f\x3b\x05\xbf\x93\x4e\xc7\x9d\xdd\x5a\x0c\x1c\x97\x1c\xc1\x65\x60\xdf\xfa\x19\x49\xde\xc3\x1f\xc0\xb1\x78\x0f\xfc\xaf\xff\x20\xfe\x18\x7d\x13\x3f\xe0\x74\x4d\xbc\x6b\x9d\x96\x70\xd1\xa1\x40\x9c\xf0\xe3\x01\xc1\xdf\x4e\x46\xc2\x69\xfa\x22\x61\xd8\x26\x4e\x3c\x71\x42\x9a\x98\x6b\x56\x2f\x31\x36\x7a\x94\xe8\x6f\xb1\x07\x20\x27\xef\xbf\xeb\x60\x24\xeb\xdf\xfa\x21\x3e\xe9\xbf\xe7\xdf\x43\xe4\x5d\xb6\xfe\x3c\x1f\x6f\x08\x30\xc3\xd6\xcf\x10\xf2\x6a\x0c\x2e\x73\x27\x71\xde\xca\x39\x4d\x2d\x12\xb6\x11\xa2\x49\x7c\x4e\x89\x97\xfb\x4d\xb1\x31\xd4\x92\xdc\xa9\x7e\x50\x3b\xd1\x73\x98\x7c\x5f\x0f\x67\xf8\xc9\xa1\x9b\x94\x62\x8a\x36\x57\xb6\x62\x21\x1d\xb5\x77\xb3\x39\x6b\x5a\x45\x4c\xf4\xe1\x74\x38\xf9\xcb\x7f\xd0\x9c\x20\x5e\xce\xe1\x72\x9a\x55\xd9\x43\xc8\xa9\xed\x71\x75\x95\xdf\x4f\xd0\xef\x65\x74\xdd\x94\x9a\x25\x3c\x9d\x4e\x73\x2d\x91\x48\xc2\x4f\x23\x84\xdc\xbe\x89\xed\x10\x8c\xf1\x05\x4e\x33\x62\xb7\x08\x93\x84\xab\xf6\x39\xff\xc7\x7f\xb8\x86\xef\x24\xaa\x9a\xad\x8b\x74\x20\x4e\x13\x55\xcd\x95\x84\x71\xab\x82\x24\x3a\xc3\x1f\xa2\x56\xf3\x36\xc4\x69\x93\x8b\xa2\xcf\xbf\x35\x90\x2e\x19\x19\x01\x54\xec\xfd\xe9\x81\xd0\xd0\x68\xfc\xc7\x03\xd1\xfe\xb7\x3e\xb0\x94\xb7\xcb\x4f\xcd\x3f\xe7\xdf\x43\x3f\x3d\x08\x61\x80\x3b\xe1\x67\xdf\x94\xef\x00\x96\x0d\x41\x2f\xfa\x9c\x19\x72\x39\x2a\x58\xe5\x92\xb3\xa8\x68\x61\x5d\x5e\xce\xc8\x0c\xaa\xb4\x0c\x9f\xc4\x5d\xff\xe7\x94\x0e\x65\xbc\x3c\xce\x75\x3f\xb9\x5d\x2f\x40\x7b\xf5\x97\xff\x60\x5e\x4d\x42\xda\xee\x37\x39\x65\x1c\x4b\xca\xf3\xd0\x36\x7f\xa6\xd3\x44\x4a\x8f\x38\x65\xae\xa2\x3e\x4f\xd2\x48\x7b\x6f\x49\xa7\x1c\x4d\x3a\x5a\xc2\x61\x85\x93\x27\x12\xc3\x1a\xf5\xec\xf8\xa4\xcb\x88\x96\x03\x8f\x6c\xa9\xe2\x2d\xc4\x98\xd9\x2e\xeb\x06\xd1\x36\x62\xec\xb6\x8a\xd5\xb0\xf0\x17\xd2\x71\xa2\x99\x99\xa8\xb0\x2c\x49\x81\x58\x69\x72\xf5\x97\xff\x20\xb8\x45\x42\x93\x34\xf5\x32\x7f\xf9\x0f\x82\x91\xd8\x19\x52\x81\x8e\xa6\x40\xee\xf6\x24\x99\x49\xbd\x49\x70\x79\x25\x95\xb4\xae\xe5\xf6\xf7\xe7\x83\xbf\x3c\x90\xc0\xff\x9a\x7f\xb3\xfd\xf7\xfc\xbb\x6b\xe6\xa7\xff\x51\xb5\xcb\xc2\x2f\xbb\x2c\x78\x05\xc0\xd2\x78\x23\x36\x95\x0a\xed\x9c\x47\x98\x63\xa3\x62\x40\x50\xf8\xe8\xb3\x89\xe0\x22\xea\x80\x94\x8a\x40\xa4\x87\x16\xf5\x9e\x0a\x87\x54\xb0\xc3\x31\xca\x1b\x6d\x36\x85\x00\x73\x09\x0a\x8b\x11\x51\x6d\xc0\x24\x84\x3c\x64\xd5\xaf\xad\x62\x78\x9a\xac\xed\x96\x67\x40\xff\xcb\x7f\x50\x8f\x25\x33\xc6\x0b\x1a\x0e\x2b\xcd\x90\x0f\xe4\x4e\x19\x25\xca\x7d\x25\xfd\xa8\x50\x37\x66\x96\xfe\x42\xca\x79\xbb\x6c\x32\x29\x71\x81\x54\x35\x30\x66\x2c\x24\x6a\x4f\x0a\x9c\x6d\x32\x6e\x14\xbe\x44\x6a\xdc\xf1\x36\x3c\x26\x54\x4a\xca\x23\xed\x31\x0c\xfe\xcb\x7b\xb8\x49\xae\x22\xdf\x54\xcf\xe7\xcf\x23\x7f\x27\xab\xa9\x56\xff\xf2\x1e\x78\x11\x14\x77\x32\x51\xde\x91\x97\x15\x57\x4b\xe1\x91\xa9\x07\xf8\xf0\xf3\xfc\xff\xb7\x17\xf7\x57\x1f\xf0\xd8\x65\xdf\xe4\xcf\xff\x3f\xf3\x2e\x4b\x5d\x76\x99\xf9\x93\xe9\xc6\x00\x4c\x3f\x2e\xe5\xc6\xe9\x02\xe2\x59\xfa\xbd\x8a\x10\x0c\xc4\x09\xac\x3d\x4c\xf3\xf1\x80\x73\x92\x14\x6e\x1b\x27\x7d\x6a\x8a\xb2\x84\x08\xa3\xd5\x19\xaa\xba\x26\xab\x78\xa9\xf1\x75\x4a\x8f\x21\xb7\xbc\x85\x41\x08\xe5\xb3\x69\xac\xdc\xb4\xee\x69\x4a\xb8\xe3\x13\xe5\x93\x1a\xe3\x14\x2f\xef\x38\xe5\x5e\xd5\x5c\xca\x99\xc8\xe3\x1a\x52\x4a\xe6\xe4\xa5\x14\x79\x2d\x3a\xd9\x58\x32\xa9\x60\x56\x23\x4b\xfa\x38\x39\xa9\xa6\x54\xe7\x9e\x44\x10\x59\xa1\xe3\xa8\x2e\x5a\x14\x43\xbe\x3e\x72\x57\x6f\x4e\x78\x98\x7c\x71\x76\x4d\x4f\xec\xff\xf8\x0f\x74\x94\xd3\xe4\x58\xe5\xdc\x5f\xfe\x03\xcf\x12\x65\x90\xa2\x24\x5d\xcf\x63\x40\xc1\x50\x7c\x24\x97\xb9\x46\xa9\x86\x14\xb4\x48\xe6\xdf\x7e\xe4\xff\x78\x30\x07\x77\x39\xf8\xd3\xff\x78\x5b\xb3\xcb\xf2\xb8\x5d\x66\x67\xed\x32\xce\xf1\x27\x15\x01\x1e\xdc\xbe\xc4\x1e\x36\x09\xc0\x6e\x73\x4b\xca\x27\x09\xe6\xf9\xce\x32\x0e\xb8\x7c\x03\x3b\x09\xa7\x27\xe1\xb6\xbc\x40\xa3\xc8\xc7\x7b\xc6\x34\x93\xda\xa5\x2e\x26\xb0\xfc\xcb\x7f\xd0\x9d\xa2\xca\x19\x1f\x90\xb8\xa8\xf9\x96\xca\x65\xab\x24\x59\xa5\xae\x4a\x41\xbb\x77\xcb\xf6\xff\xf2\x1f\xe4\x3f\x53\xde\xc6\xb5\x2b\xa8\xc8\x3e\xa1\x84\x67\x92\x94\x1c\xa4\x82\x29\x81\x45\x1c\x4a\x1a\xff\xc7\x7f\x50\xa4\xd0\x0e\xbe\x50\xf5\xfe\x3f\xfe\x03\x0b\xc5\x0c\xb7\xa0\xc0\xc2\x2b\x4b\x29\xa7\xb0\xca\x32\xf1\xb0\x51\xf7\x51\xa2\x25\x05\x7f\x79\x0f\x9c\x4f\xa9\xef\xa9\x7a\xfc\x76\xff\x7b\x0e\x16\xfd\x7f\xde\x03\x3f\xeb\xbd\xf5\xa7\x0f\x53\x19\xb3\xcb\x3c\xd9\x5d\x66\xd1\x03\x5c\xe4\xf8\x63\x28\xc4\x76\xf7\x39\x54\x1a\x80\x7e\x86\x6e\xd8\x5f\x0c\x80\x5d\xfc\x7a\x97\x7b\x25\x00\xcf\x27\x7a\x26\x5b\x2c\x7c\x10\x59\x62\xde\x67\x4e\x07\xf2\xf2\xa3\x4f\x87\x8d\x44\xe1\xa4\xaa\x0c\xb7\x99\x8e\x35\xf5\x93\xf6\x29\x7e\x03\xed\x38\x6a\x86\xd1\x69\xe1\x02\x0d\x14\xd5\xcf\xf2\x93\x68\xbc\xf2\x12\x35\xdd\xd9\x4c\x44\x59\xf1\x2b\xd5\xdc\x27\x4a\x5c\x52\x9e\x85\xca\x11\x6e\x28\xf9\x43\x3a\x90\xfa\x20\x69\x52\xea\xbe\x24\x9a\xb2\x9c\xfb\x4a\xf6\xb9\x18\x1f\x95\xf5\x85\x98\xa4\x9e\x08\x3b\x85\x50\xfb\x4a\xba\x49\x88\x85\xf2\xb9\xbd\x41\x66\x5a\xa0\x91\xd2\x38\x20\x24\xfb\x86\xff\x14\xa5\x7c\x52\x46\xb6\x85\xf7\x22\x65\x61\xf9\xb2\x54\x3b\x8f\x34\x85\x80\x3e\x23\x99\xc5\x5d\x4b\xbd\x4b\xa9\x13\x8f\xf9\x2b\x0f\x8f\xa9\xbd\x54\x7d\x7e\x53\x00\x26\x51\x6e\xf2\xa1\x74\x00\x76\x67\x4e\x16\x5a\x3c\x00\xff\x32\xdf\xe1\xd3\x2f\x01\xa4\xc3\x05\xaf\x5e\xec\x04\x50\x39\x24\x42\xb8\xe1\x0a\xa0\x4b\x2b\x51\xcd\x10\x0e\x60\x10\x23\x3b\xcb\xd6\x0a\x60\x52\xa1\x7c\x9c\xab\x0c\xda\xcd\x1e\x69\xa6\x8b\x49\xc3\x33\x93\x0d\x83\x7b\x0a\xdf\xa8\x89\xa6\x07\xcc\x6a\xb4\x31\x14\x82\xb1\xb2\x93\xa0\xa9\x2a\x99\x6c\x98\x13\xa0\xed\x18\x42\xce\xd5\xd5\x8c\xcd\x72\x75\x22\x6d\x69\x39\x65\x75\x79\x8f\x93\x18\x35\x1e\x94\x0c\x05\xfd\x46\xa4\xaa\x20\x6a\x6b\x82\x0f\x10\x69\x94\xbd\xdb\x8c\x23\x77\x08\xf3\xf2\x1f\x06\x0d\xa2\xce\x11\x5e\xcb\x54\x7f\x33\x8d\x0a\xc5\x37\x4a\xa9\x6e\xd1\xc5\xaf\x11\x42\x25\xa4\xd1\x17\xa2\x5c\x09\x68\xf1\x12\x74\x7d\x78\xdc\x2f\x0f\x04\x5f\x22\x8a\xc6\x46\xfa\x31\x6e\x92\xc4\x99\xb0\xb3\xbe\xcc\x3f\xd8\x25\xd2\x70\x97\x7c\x92\xbe\xdd\x92\x3a\x8e\xd3\xf5\x7e\xff\xcb\x7f\x18\xe4\x91\x36\xc6\x7b\xbb\x62\x7a\x2e\xc8\x18\xe0\xd7\x9d\x5f\x76\xa2\x64\xba\x08\x37\x9d\x8c\x5b\x3f\xcb\x32\x10\xdc\x1d\xd4\x00\xee\x93\x38\x53\x0f\x9d\x03\xe0\xf4\xe3\xe5\x3b\x79\x13\x40\x08\xc5\xf3\xfc\x74\x05\x80\x1c\x0b\xdf\xbd\x0b\xba\x00\xea\x7d\xa2\x74\xb7\x1e\x02\xe8\x25\x49\xbc\x65\xd4\x06\x30\x39\x29\xd5\xc9\xf2\x1e\xc0\xac\x4f\xe9\x04\x57\x09\x4c\x5b\xfd\xae\x66\x2d\x72\x0a\x9e\x59\x8a\xe8\x31\x28\xea\x51\x13\x4c\x13\x4c\x0b\xb5\xe7\x29\x19\x66\xbc\x0e\x46\x96\x33\xe4\x66\xe3\x66\xbf\xdf\x5d\x6e\x93\x99\x0c\x78\xa2\x3c\x3d\xdf\x92\x0e\xe8\x1e\xcc\xea\x09\xb6\x23\x56\x69\x7e\x2c\x2e\x0d\x1d\x23\xe0\xd5\x36\xea\x9a\xa2\xb2\x09\x3a\x2a\xa2\xed\x33\x71\x0c\xf8\x0d\x05\xea\xf0\xcd\x04\x59\xfc\x1d\xd9\x98\xf9\xd5\x64\x02\x0e\x25\x95\x8a\x98\x4c\x11\x22\xd0\x48\x9e\x46\xa9\xc5\x6e\x10\x3c\x25\x74\xd1\x07\xa2\xfa\x7f\xed\x45\x41\x59\x8b\xf7\x61\x52\x82\xab\x7e\xed\x43\xf9\xe5\x81\x8c\x4d\xc8\x54\x61\x3b\xfd\x97\x06\x09\x32\xd9\xb8\x7a\xaf\xd1\xf7\x9f\xe4\x9e\xe2\x5e\x7b\x0b\x77\x5a\xc8\xdd\xc7\x87\xba\xfd\xe5\xc1\x34\x2c\xc9\x8f\x11\x1e\x3a\x0d\x03\x3c\xc8\xe0\x34\x3a\xcc\xf5\xb7\x07\x21\x76\x91\xe7\xfa\x19\x69\x00\x85\x2b\x7c\x67\x2e\xe0\x01\x34\x97\x84\x24\x6f\xe8\x02\x18\x7d\x16\x7f\xc4\xd8\x02\x60\xf6\x52\x72\x8b\xf5\x1e\x80\x0d\x8b\x42\x06\xcf\x03\x58\xb4\x0d\x54\x49\x13\x6e\x06\x31\x1b\x67\x9d\x7b\x0a\x69\x54\x7e\x2b\x26\x53\x69\x83\x0d\x8a\xbd\x05\xc1\x26\xde\x3a\x8c\x6c\x6b\x76\xdc\x3b\xd0\x9d\x96\xe4\x62\x24\x1b\x7d\x30\xe0\x14\xd1\x46\xdf\x22\xe3\x4d\xc4\x49\xe2\x55\x2d\xc9\xb2\x43\x91\x1b\xf8\xef\x9a\x0a\x75\x57\x12\x7b\xf0\xf5\xaa\xea\x1d\xe2\x49\x52\x7f\xed\x45\xf1\x95\x0b\x9c\x0f\x4e\x2f\xc5\x0e\xcb\x30\xef\x70\x66\x05\xe0\x6d\x25\x97\x90\x91\x89\x66\xbf\xf6\x80\xe0\x22\x24\xc2\xd1\xac\x51\x0f\xd7\xbf\x4a\x99\xa0\xed\x22\x71\xdf\x13\xa5\x5a\x30\xed\x21\x8c\x9f\xd3\x65\x8f\x62\x69\x83\x83\x87\x85\xe4\x69\x31\xb8\x90\xd8\xde\x2e\x79\x7a\xdc\x7e\x7f\xc1\x77\x3b\xf2\xec\xb8\x4e\x6f\x91\x96\x24\x45\x09\xdc\x0b\x1f\xcb\x86\x29\xc5\x1a\xbc\xaa\x47\x78\x15\x28\xa5\xe0\xd1\x2e\x00\xf0\xe8\xd0\xb3\xd6\x23\x14\x00\xee\x6f\xcf\xbe\x1d\x9f\x07\x90\x34\xe3\x1a\x3d\x63\x0c\xa0\x94\xc5\xb3\x7c\x61\x0a\x40\x4f\x49\x70\xea\x66\x2f\x80\x09\x9f\xa8\x28\x03\x23\x80\xd5\x63\xf1\x1e\x16\x11\x00\xfb\x1f\x72\x52\xdc\xa7\xa1\xcf\x09\xaf\xbc\x24\x36\xf6\xd7\x5e\x10\x79\xbb\x77\x46\xc5\x06\xfa\x94\x3b\xd6\x35\x56\x89\x76\xdd\x64\x5a\x8b\x2d\x0f\x0f\xaf\x58\x62\xa7\xd9\xc9\xf0\x67\xa1\xad\xc4\xc3\x86\xde\x69\xbf\x45\xad\xe2\xd7\x75\xb3\x4a\xe8\x12\x89\xf8\xbb\x5a\xdf\x6b\xe3\xd3\x18\x70\x46\xea\xc7\x3b\xbf\x67\xbe\xc7\xae\x2b\xc1\x28\x3e\xdb\x0b\x7b\x5d\xce\x61\xf5\x56\x9e\xc4\x5f\xde\xc3\x8e\x54\x06\xe2\x73\x8a\x22\xfe\x94\x94\x19\xf2\x40\x72\xe8\xce\x43\x29\x46\xd4\x54\x8c\xec\x82\x81\xac\x14\xca\x21\xfe\xe6\xa4\x84\x6c\x38\xe6\x50\x84\xe5\xe8\x5d\xf9\xa7\x18\x85\xf0\x92\xde\x5c\xc5\x10\x4c\x74\x38\x6b\xc7\x8e\x52\x0b\xf6\x68\xe8\xd9\xb7\x9b\x4a\x76\xb8\x9b\xfe\x9e\x8d\x06\x4a\x68\x9c\x8b\xef\xe7\x1a\x8a\x72\x2f\xfe\xbc\x97\x79\x39\x9d\xaa\x31\x5e\xc2\x33\x0d\xe0\x91\xd4\xd3\xca\x23\xcb\x00\xfc\x1a\xcf\x18\x4f\x68\x01\x48\x79\x70\xb1\x9e\x11\x06\x50\x59\xe4\x2a\x3e\xff\xe1\x1f\xfb\x51\x4a\x84\x38\xe8\x1f\x03\xd8\x9e\x11\x53\x7d\xb0\x02\xe0\x74\x5c\x86\x89\xf3\x3e\x4c\xba\x3a\x2b\x9d\x17\x0d\x06\x5e\x57\x23\x8d\x02\x45\x0a\xf5\xa9\x33\xad\x21\x87\xd1\x6f\xe4\x25\x9b\x75\xeb\x93\x8e\xb1\x24\x7f\xeb\x3c\xb7\xaf\xfe\xba\xc4\x00\x0b\x86\x10\xc6\xf0\x34\x82\x80\x71\x4c\xaa\x73\x02\x0b\xfe\x82\x7e\xff\x8b\xcc\xb4\x39\x1c\xbd\x8e\x6c\x9d\x5b\x76\x3a\xd6\x5f\xfd\x53\xd7\xfb\x3c\x3e\x8c\x81\xf2\xe6\x67\x28\xac\x43\xeb\xca\x87\x6c\xbc\x2f\xf9\x0d\xf3\x4e\x36\x6f\xab\xf5\xf9\xdb\xbf\xf2\x61\x2a\xad\x89\xa0\x4b\x57\x5e\xb9\x2b\x6b\x86\x94\x4f\x4e\x98\x6e\x93\x03\xd4\xcd\x84\x95\xb1\x30\xc5\x04\x14\x57\x22\x47\xbf\x9c\xd2\x36\x9a\x23\xd6\xf3\x5d\xa7\x72\x22\xe6\x5e\xa4\x5f\x5b\xa3\xf2\x28\x66\x38\x2c\xe0\xf5\x59\xd5\x54\x6c\x6e\xd0\xd4\x2f\xff\xa3\xac\x40\x3d\x01\x57\xee\x1b\xfe\x02\xaf\x91\x8f\x1b\xf1\x59\x07\x78\x6a\xfb\x54\x9f\x76\x0c\x40\x20\xf8\xe9\xf6\x89\x20\x00\x59\x1e\xce\x0f\x67\x06\x01\x34\xb6\x9f\xa9\x9f\xd3\xfd\xdb\x83\xb0\x3a\x25\x10\x7f\x57\x03\xc0\x39\x53\xb4\x99\xcd\x0b\xc0\x43\x53\x66\x2f\x0f\x0e\x90\xbe\x7a\xb2\x5b\xc2\x7d\x20\xeb\x73\x5d\x55\x58\xf1\x16\x95\xc7\x43\x46\xaf\xd4\x10\x45\x9e\x70\x44\x58\x74\x3a\xb9\x93\x1e\xd9\x2f\x3b\xd8\x04\x66\x13\x7c\xad\x0d\x82\x56\xe2\x2a\xf0\x42\xe6\xb7\x92\xee\xa4\x49\xe2\x14\x0c\x95\x5f\x98\x66\xb3\x60\xde\xe9\x4e\xbd\xb6\x2b\x34\x40\x6f\x6a\x9d\xe8\x5a\x2e\x8e\x45\x1b\x2a\xcf\x7f\x4b\x2c\x19\xf9\xb5\x17\xe5\xd7\x1e\x90\x5f\x79\x58\xbf\x2c\xbf\x7f\x7b\x33\xc7\x7e\x66\x40\xa1\x19\x21\x97\xc1\x31\xaa\xa3\xbc\x8d\x08\xcf\x78\xd6\xff\x5d\x25\x00\xb9\x9a\xfc\xb4\x2b\x59\x25\x0c\xad\x1c\x6b\xd4\x92\xa2\x96\x84\xf6\x88\x7d\xd0\xc0\xae\x6e\x8a\x51\x8e\xf4\xad\x94\xd6\x94\xc2\xcc\x86\x0b\xbe\xe4\xd1\xc8\xc5\x1d\x0e\x7c\x50\x80\xd2\x36\xc1\x1d\x0a\xcc\xcf\x1d\xd1\x36\xc1\x7d\xf4\x55\xfa\xf3\x96\x63\xdf\x7f\x74\x0d\x40\x30\x8e\x7d\xf0\xc4\xe5\x7f\x78\x10\x9b\xcf\x4e\x9d\xcf\xfa\x3b\x0f\xf6\x6f\xf8\x96\xef\xf6\x02\x78\x88\x8b\x3c\x60\x7b\x0d\xe0\x43\x16\x47\x71\x5e\x01\x82\x9f\xa3\x2c\xbd\xf0\x15\x50\x09\xe8\x52\xe6\x54\x98\xa7\x32\xf8\x49\xeb\xb8\x1b\x0b\x92\x7d\x3d\x08\x66\x15\x6e\xe2\xc4\x1e\x27\x3a\x87\x7d\xa1\x67\xf0\x58\x5b\x6a\x00\x6b\xd2\x39\xdc\x2b\x8b\xc0\xc4\x81\xcc\x42\x8c\xab\x69\x4a\xc1\xa7\x17\xe2\x18\x06\x7d\x54\xad\x48\x31\x33\xca\x4b\x9b\xef\x3d\x73\xb9\x1e\x52\x45\x75\x66\x6a\xb1\xaa\xf1\x97\x07\x82\x76\x93\x37\xda\x58\x2d\xce\x40\x3b\xc8\x7d\xdf\x8c\x2e\x2a\x59\x7c\xa2\xf8\x79\xcb\xbb\xa0\xe1\xcb\x61\xe5\xad\x9d\x23\xb9\x8a\x43\x37\xd4\x78\x76\x8a\xb3\x87\xbb\xb6\xd4\xf2\x90\x8d\x29\x86\xad\x36\xea\x1f\x51\xb6\x89\x23\x0d\x5e\x9a\xe7\xd0\x6c\x71\x33\x55\x4f\x35\x6b\x30\x8e\x91\xea\xa5\x1a\xda\xd9\x98\xb1\xf0\xa9\x22\x59\x1d\x75\xac\x68\x68\x63\x9e\xbb\x2e\x0d\x76\x2b\xc8\x36\x8b\x5e\xd7\x1e\x17\xe3\x7f\x0c\xe0\x99\xe4\x13\x73\xda\xa3\x00\x62\x6d\xec\x2c\x27\xf7\xfc\xed\x41\xe8\xb3\x3d\x76\x3d\x43\x00\xb0\xd6\xe4\xd0\xb9\x42\x06\x70\xe1\xe0\x5a\xb9\xf5\x19\xc0\x77\x58\xc0\x85\xe5\x00\x40\xf0\x17\xe1\xa1\xa7\xcc\x00\xe1\x8e\x92\x1e\x42\x4a\x20\x16\xe1\xac\x30\xa4\x74\x8a\xca\x1f\xdc\xaf\x99\x6f\xc4\x44\x0e\x0a\xd0\x34\xbe\xe0\x26\x40\x94\x72\x13\xb5\x67\x8c\x18\xc5\x73\x39\xac\xf9\x96\xa5\xd9\x62\xe9\x6d\x7d\x63\x39\x0a\xf4\xd1\xe5\xe6\x26\xf9\x71\xa5\x4d\xa8\x30\xc3\xd1\xba\x86\xf2\x69\xc4\xba\xae\xd8\xfb\xcb\xb5\x97\xb6\x03\xd4\x19\xbe\x7f\x6c\x6c\xfc\xdf\xbd\x28\xeb\xd1\x8a\xe3\x1b\xf9\xa5\xbf\x4d\x7e\x50\xfd\x7d\xeb\x71\x91\xf8\xd0\xa6\xba\xc0\x76\xd8\xf3\xaa\x9e\x46\x4d\xbf\xed\xcd\xbc\x89\x66\x56\xed\x14\x84\x77\xe6\x74\xc3\x4b\x6d\x63\x64\x42\xea\x58\x45\xbd\xde\x5e\xd4\xd9\x14\xd6\x52\x65\x7d\x3a\x54\x77\x62\x7c\xc1\x59\xfd\x6d\x74\x6f\xac\x4c\x4e\x87\xc1\x61\x4c\x53\xc4\x6a\xe6\x67\xfd\x72\x6c\x74\x48\x5b\x72\xb7\x21\x2f\xee\x68\x90\x00\x00\xe7\xc7\xc7\x6f\x69\xf9\xff\xde\x8f\xf2\xcb\x83\x30\x66\x61\xf7\x39\xdf\x0d\x60\x25\xc1\x2e\x75\xb1\x08\xc0\xfd\x05\xc7\xf1\x1b\x6d\x00\x01\x78\x3e\x0d\x66\x5b\x80\x70\x2b\x21\x37\xf6\xaf\x00\xd1\x77\x24\xec\x85\xde\x82\x7d\xec\x31\xd9\x5e\xf9\x8b\xd4\x73\x51\x5a\xea\x13\x26\x56\xe4\xb6\x70\x1a\x7d\x7e\x97\x43\xc4\x07\x3e\xfa\x36\x5a\x91\x1f\x70\x72\xae\x73\xee\x6b\xd9\x76\x98\xa3\x0e\x3e\xd1\x67\x4a\x4c\x90\xef\xac\x52\xf3\xf7\x56\x3f\x42\xf8\x9a\xf8\xd4\x9f\xad\xbf\xb5\xed\xab\x7f\xaa\xdf\xb0\xe9\xf5\xd6\x94\x3a\xeb\x0f\x62\x73\xe8\xce\x2d\xd5\xff\x47\xd9\x5f\x46\x55\xb5\xb6\xff\x1f\xa8\xee\xad\x58\x28\xa2\x62\x17\x06\x28\x28\x21\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\x20\xdd\x29\x28\xdd\x08\x8a\x82\xa2\x28\xa2\xa0\x82\x80\xa0\x48\xf7\x4a\x16\x8b\xb5\xae\x33\x9e\x9f\x2c\xdc\xba\x9f\xe7\xfc\xcf\x79\x75\x0d\xc6\xf0\xcd\x7d\x8f\x39\xef\xb9\x9c\xdf\xcf\xfc\x7c\x0d\x66\xfb\x5b\x72\x37\xd6\x55\x27\x17\x54\xeb\x12\xbe\xa9\x69\x3c\x59\xb2\x7e\x74\x76\x30\x46\x67\x7d\x39\xbc\x12\xdb\x3b\xad\xcf\xb3\xf2\xba\xfc\x5d\x57\x9b\xbe\xf5\xda\x70\x61\x41\x13\xca\x88\x75\x9d\xad\xe0\xcd\xa3\x1b\xc6\x5f\x36\xe2\x72\xf4\xcb\xba\x4c\xcc\x11\xa8\x74\xfa\x42\x7d\x93\x49\x14\x45\x72\x75\xce\xb4\x29\x11\x15\x9e\xf8\x32\xa3\xcb\x4c\x1a\xad\x1f\x8b\x49\xc3\x9b\xbe\xc7\xf0\x47\x16\x26\x8e\x99\x05\x63\xf7\x85\x96\x03\x08\x92\xb1\x87\x52\xa4\xfe\x9b\x83\xb0\xbc\xc8\x02\x67\xa2\x00\x5c\x82\xd9\x95\x2f\xf6\x03\xf8\xa1\xb8\x9f\xdf\xa4\x04\x88\x4a\xe6\xdf\x60\x64\x07\x88\x0f\x10\x36\x64\xff\x01\x90\xac\x26\xd9\x2d\x5a\x0d\x1e\xe9\x95\xb2\x5d\x8a\xed\x44\xb9\xb4\x5b\x6a\x46\x26\xd9\xdb\x41\x71\xa1\x86\xac\x9e\x1e\x5b\x67\x23\x3c\xad\xef\xc6\xc6\x63\xea\xbc\x15\x3c\x6d\x0a\xf2\x90\x55\x1e\x26\x11\x0b\xd5\xc7\x37\xf6\x38\xd6\xe4\x65\xb4\x88\xac\x8e\x58\x7d\x6f\x12\xef\xe4\x5a\x9e\x32\x65\x78\xcd\xd7\xfd\x69\xd9\x53\xb7\xe4\x5b\xf6\xb3\x83\x24\x2f\xca\xfc\x29\xad\x92\xd9\xe5\x96\xee\xf7\x15\x06\xcc\xf3\x93\x8d\x0e\x2f\x6e\x1a\xd6\x2d\x39\x57\x07\x75\x36\x19\xb5\xae\x68\x3f\x88\xaf\xff\x68\x1a\xb7\x1a\x51\xe6\xf7\xa8\xc2\xd4\x76\x5d\xa8\xf0\x50\xe9\xb4\xf9\xed\x0d\xb5\xdc\xa8\x02\x71\xf3\x65\x84\x63\x66\x64\x56\xaa\xe5\x05\xa4\xc4\x7d\x8d\xfb\xad\x96\x7d\xc8\xc5\x94\xe7\x49\xc7\xad\x78\xd1\x97\xe3\xdd\xe2\xf5\xad\x9c\xd0\x95\x31\xe3\xd1\xbd\x56\x9e\x18\xff\x88\x66\x00\xa1\x49\xb6\xa3\x14\xf7\x00\xe4\x03\x58\x46\x28\x25\xfe\xcd\x41\xb8\x87\xb0\x79\x5c\xec\x03\x08\xb1\xe7\x3c\x77\xbd\x0c\x20\x66\x9b\x67\x83\xbe\x17\x20\xc5\x5f\x88\x87\x43\x0d\x20\xf3\x88\xf8\x3e\x11\x26\x08\xcc\x39\x26\x73\x56\xf1\x04\x51\x27\x07\xab\xac\x66\xdc\xb5\x6d\x98\xde\xa6\xeb\xe5\x55\x8c\xab\x4f\x74\xb6\x38\x90\x20\x85\x39\x10\xaa\xe3\x6a\x5b\xbc\x81\xf8\xdb\x8f\x3f\xa8\xb5\x91\x62\x15\xe7\x26\x95\xd5\xdf\xa9\xb7\xd4\x6b\x3f\x5c\x5f\xde\x7b\x85\xc4\x81\x90\x3c\x20\x24\x4f\xcc\xa7\x3a\x43\xcb\x99\xd6\x0e\x86\x57\x16\xc6\xf3\xf3\xd7\x9b\x63\xda\x17\xcc\x57\x17\xaa\x1a\x12\xeb\x53\x2d\xac\x96\x05\x1f\xb1\x3f\x54\xb1\xa4\x5c\x99\xa8\x18\x2a\xfd\x6e\xa5\xb7\xb6\xb7\x34\x26\x57\xcd\x5a\x79\xe3\x48\xde\x7a\x3a\xb3\x6d\xfa\x86\x55\xee\x60\xf2\xb6\xad\x17\xe2\x49\x46\x7f\x7c\xbb\xed\x24\xb2\x25\xf5\x7b\x4c\xa9\xad\x1f\xea\x59\xa2\x52\xc4\x7b\xdb\x1f\xe8\xf0\xd8\xa7\xe1\x54\x36\xc5\x98\x98\x88\x44\x00\xf1\x07\xf7\xd6\x28\x8e\x02\xa8\x6a\xdc\xbb\x49\xe9\x05\x60\x2c\xcf\x6c\x76\xea\x20\x80\x3d\x17\x8b\xfc\x59\x1f\x00\xdf\x78\x96\xf2\x8b\xf1\x00\x51\xe7\xd8\x3c\xae\xdd\x00\x48\x5c\xe2\xce\xa5\xaf\x02\xc8\xd4\xe5\xfb\xc0\x4a\x01\x50\x30\x22\xec\x2d\xc8\x01\x4f\x4a\xd5\xc5\xc5\xa4\x17\x89\x89\x65\xac\xf2\x02\x06\x49\xdb\x2e\x45\x06\x9a\xec\x9e\xd5\xb8\xf4\x6c\x56\xe3\xc2\x84\x11\x74\x69\x62\x89\x03\x65\x69\xfd\xfa\xb9\xc0\xcd\x40\xc1\x76\x96\xe5\x43\x3e\x73\x69\x2a\x3d\x6b\xf3\x19\xae\x14\x35\xb1\xfd\xe8\x1f\x01\x96\xef\x3f\xe9\x7f\x70\x22\x79\x51\xbe\x29\x19\x6f\x7e\x4d\x7e\x19\xd6\xaf\x61\x3e\x3e\xad\xf9\x54\xa6\xe3\x8e\x75\xf9\xec\xc9\x8e\xf4\xda\x61\x9b\x8a\x05\x96\xa6\x93\xe5\x5a\x76\xd2\x4b\x46\x35\x84\x7c\x6f\x7b\xf4\xf2\xf2\xc3\xa3\x59\x31\x0e\x36\xab\xaa\x15\x14\x69\xa7\xed\xfb\xd7\xb3\x0b\x7a\x12\xe3\x1d\x7b\xd6\xbb\x0b\xf4\x63\x36\x1d\x9b\x11\x7c\x59\x84\x88\x7c\xa7\x2b\x48\xd9\xfb\x9f\x83\x27\x9d\x9e\xa2\xe4\x93\xd3\x82\x1c\x1d\xeb\xd0\x7c\xf1\xa2\x81\xb4\x0e\x73\x68\x64\x74\x2f\x80\x24\x91\xe9\xd3\x31\xad\x7f\x70\x10\x4e\x4c\xae\xff\xb9\x2f\x9c\xd5\x18\x7f\x9c\x36\xfd\x87\x1f\xe5\x0c\xeb\x01\x6a\x36\x80\xb4\x40\xf6\x65\xda\x4f\x00\x05\x09\xdc\xe7\x98\x7c\x01\xca\x9e\x09\xf6\x09\x14\xc1\x93\x87\x67\x45\x53\xa5\x27\x88\xd5\x35\xcf\xa5\x27\xf5\x52\x09\xa7\xaa\xc2\x94\xb7\x9c\xd0\xb8\xaf\x65\xf5\x7a\x2e\x71\x0f\xd1\x7e\x39\xa1\x56\x33\x65\x7c\xab\x3f\x62\x84\x7d\xaf\x74\xd6\xcd\xf5\x84\xd9\xc6\x25\xbd\x9d\x99\x5e\xf6\x91\xac\xc2\x0d\xdf\x99\x4a\x72\xa0\x1d\x1c\x19\x71\xfe\xe1\x61\x39\xf1\x49\xe5\x83\xff\x5b\x72\x3b\xfb\xb1\x8a\x37\x9e\x9d\x43\xf6\x94\xdf\x8a\x9f\xbf\xad\x9d\x72\x8c\xfa\xf1\xb8\x2b\xab\x44\xd4\xb9\x6d\x0e\xd7\x2a\x9b\xa3\xef\x12\xbf\x68\x5f\xdf\x9d\xbe\xd7\x65\x63\xf9\x5e\xb5\x52\xa2\xac\xeb\xd6\xca\xd2\x83\x94\x68\x2e\xb7\x92\xb5\xc2\x12\x9d\x28\x55\x57\x8b\xf5\xee\x82\xe8\x50\x3d\x37\xd5\x8d\xb7\x39\x43\x81\xd2\xee\x3c\x88\xf8\x4c\x9c\xdf\x51\x37\x31\xd4\x89\x94\x06\x6f\x13\xb7\x1b\xa8\xe9\xc4\xbd\x9e\x78\x57\x25\x74\x55\xac\x10\x80\xf4\x36\x53\xd1\xb1\x3c\x00\x4d\xd7\xbb\xce\x14\xbc\x00\x96\x57\x19\x8a\x4e\xde\xfc\xc5\x41\x84\xdb\x32\xf2\x9f\x17\x01\x48\xfa\xce\x1c\x71\x25\x07\x20\xcb\x95\x25\xfd\x46\x34\x40\xd9\x22\xa7\x09\x63\x33\xc0\x23\x13\x01\x2e\x01\x63\xf8\x50\x6f\x29\xec\x2b\xc5\x4d\xec\x6c\x3e\x25\x39\xaf\xeb\x49\x20\x6f\xd6\x50\x78\xe5\x34\x81\x9b\x6c\xfc\xa8\x69\x18\x77\x1e\x7d\xbe\x92\xd5\xb4\xb9\xbc\x70\x55\x21\xcb\xda\xcd\xe8\xc9\xed\x1f\x16\x31\x2b\x51\xa6\x43\xb5\xe3\xb9\xc1\x6d\xd5\x66\x13\xeb\x5f\x82\xbd\xa4\xfb\xd4\x27\x11\x43\xf4\xee\xe7\xde\x59\x7f\xb9\xd2\xf9\xd0\x43\x6f\x44\xfc\x3d\x4f\x55\xbe\xd7\x85\xaf\xab\x7d\xe5\x05\x0f\xbc\x36\xa6\x2f\x3f\x3b\x90\x15\xee\x89\x9d\x7d\xd0\xa1\x93\x3c\xee\xf5\x7c\x81\xa7\x69\x32\xe1\xb0\xd7\xc1\x25\xbd\xda\xc6\x28\x61\xaf\xbf\x57\x0a\x2a\xd3\x82\xe6\xbd\xcb\xd7\xb8\x4a\x07\x76\x3d\x20\x39\x9e\xeb\x1b\x83\x39\x5f\x7d\xed\x3d\x00\xf1\x24\x53\xd8\xdb\xcb\x63\x0f\xea\x68\xca\x80\x57\x8f\xfb\x7b\x94\x6b\xf2\x3e\x8f\x41\xd7\x79\xf4\x68\x8c\x0e\x80\x9c\x2c\xd3\xfe\x63\x2d\x00\x7a\x62\x77\xfb\x8e\xeb\xfd\xe2\x20\xbc\x85\xef\x50\x9f\x2a\x05\x88\x0a\xb9\x9b\x73\x8e\x1e\x20\xd5\x81\x51\xe9\x92\x27\x40\x31\x37\xb3\xe8\x75\x6b\x80\x47\xeb\xac\x64\x74\x32\x00\xcd\x2b\x5c\x41\x1c\x64\x30\xf1\xd8\x58\x90\x5a\x92\x17\x0e\x77\xe7\x88\x36\x6a\x38\x12\x44\x7b\xe6\x65\x78\xed\xdf\xe3\x26\xba\x35\x54\x2d\x63\x53\x50\x4d\xad\x2c\x06\x63\x15\x13\x2b\x2e\x95\x1e\x0e\xa7\xbb\x69\xbe\x05\x65\x70\x87\xdb\x7c\xde\x18\x42\x25\x54\x54\xb8\xcf\x46\x0d\x27\x87\xa4\x3d\x25\x9b\x79\xd5\x65\x14\x88\x18\x38\x38\xd6\xf7\x80\x2f\xe4\xfe\xc7\xf9\x61\xa3\xac\x8f\x21\x25\xe3\x88\xfe\xc9\x94\xaa\x60\xae\x6f\x95\x3d\x2f\x63\x1c\x83\x9e\xcc\x4c\x77\xb2\x46\xac\x04\x4e\xce\xdf\x69\x75\x0d\x9d\x09\x70\x58\x5c\xa9\xdb\x0a\x56\xf7\xb3\x59\xb1\xa9\x92\x0c\x0c\xf7\xa5\x5c\xa3\x28\x53\xf7\x8f\xf5\x91\x5c\x8f\x2c\xf4\xf4\xd5\xf2\x8d\xda\x70\xcc\x13\xf2\xa6\xf7\x61\x40\x1e\xcd\xd8\xef\xd1\xe6\x63\x80\x12\x4b\xfe\xec\x86\xf6\x91\x45\xd3\xc6\xf7\xb9\x1a\xfa\x18\xa3\x27\x62\xa4\x00\xe4\xe9\x19\x6d\x8f\x45\x00\xe8\xbf\xbd\xa3\x48\x51\x0c\x60\x8f\xbb\xed\x78\x5c\x1d\xc0\x3f\xf9\x96\xef\x89\xf3\x00\x71\xac\x74\x72\xa7\x35\x01\xb2\xfa\x69\x97\xa8\xe6\x01\xca\x4a\x19\x98\xae\xbc\x00\x68\x6c\x60\xae\xa7\x45\x01\x74\x04\x70\x08\xb1\xbc\x03\xe8\xa1\xe2\x15\x15\xaa\x82\x3b\x6f\xac\x84\xff\x56\x05\x82\xf5\x3b\x6d\x49\x0f\xdb\x47\x5b\xee\xef\x8a\x14\x54\x23\xa2\xd1\x1a\x6f\x9f\x69\x94\x96\xd2\xad\x88\x3c\x27\x33\xbb\xf8\x14\xbe\x92\x37\xbe\xf6\x55\x1f\xbf\xfd\xac\xb3\x6c\xb3\x70\x76\x03\xdd\xc3\x9d\x76\xa8\xf9\xd0\x52\x44\x09\x21\xad\xfb\xc5\xed\xef\x1a\x19\xf3\x71\xcc\xc3\x2b\x1f\x1f\x25\xcd\xc4\xd8\x8d\x75\xbc\xcd\x8f\x11\x8d\x6e\xfd\x16\xd1\x7b\x24\x5c\x20\x26\x78\x86\xad\xcb\x3b\x98\x2f\xca\x61\xe1\x64\xb3\x4e\x40\x70\x84\xfa\xd2\x60\x4d\xa1\x7f\x49\x68\xe4\x8a\x69\x95\xbc\x8f\x79\x28\x76\x4d\xaf\x54\x96\xe4\x43\xf1\xe0\x0b\x8d\x44\xfc\x9d\x73\x98\xe4\x43\x71\x51\x09\x2e\x43\xe5\x27\xb1\x38\xd3\x06\x3d\x40\xdb\xc7\x99\x39\x1f\x0e\x08\x45\x6f\x45\x37\x00\x28\x9f\x64\x78\x75\x6c\x1a\xc0\x38\x8a\xfe\xdb\xf1\xbf\x00\x9c\x39\x69\x2e\x1d\xe3\x01\x08\xe1\xbc\x65\x7d\xe2\x15\x40\xf2\x1d\xea\x77\xff\x39\x3f\x0a\xbf\xdf\xa4\x3e\x59\x08\x50\x43\x43\x4f\x7f\x69\x0f\x40\x47\xe4\x5d\xb7\x6b\x9c\x00\x2f\x0c\x58\x1e\x30\x9e\x03\x18\xbc\xce\x2d\x22\xa8\x0b\xbe\x23\x37\xf8\x9b\x15\x52\x09\xd8\xc9\x1c\xd1\xbd\x66\xb9\x5b\x23\xdf\x04\xa4\x5b\x42\x4a\xd1\x61\xdf\x5b\x95\x22\x8b\xf9\x96\x9f\xfe\xd8\xa3\x4d\xd1\x7d\x61\xbc\x60\x20\xd8\x59\x67\xc2\xb5\x7b\xbd\x8a\xba\x20\x0e\xa1\x59\xa9\xd2\xcc\x57\xd7\xbc\x12\x7b\xff\x54\xfd\xa7\x17\xba\xdf\x96\x62\xac\xca\x0f\x7e\xd4\x1c\x46\x46\x4c\x66\x59\x4d\xbc\x78\x5d\x14\xf4\x3c\xeb\xc7\xf7\x86\x67\xa3\x01\x6e\xe9\xf6\x33\x73\x8f\x37\x7c\x5f\x27\xdf\x59\x98\x69\x94\xf7\xae\x4d\xe8\x5e\x16\xa9\x56\xf4\xec\x88\x9b\x5f\xe5\xac\xe8\x72\x37\x8e\x3f\xbd\xd6\x50\x72\xca\x35\x32\x4e\x61\xe3\x74\xbe\x9a\xf3\x42\x4c\x32\x22\x22\x13\xe1\x14\x10\x1d\x89\xbc\x9f\x56\xe4\xf8\x3c\x92\x03\x15\x9b\xe4\x62\x97\x15\xf9\x0a\x8d\x8e\x7e\x60\xb7\x14\x6e\x88\x51\x8b\x7c\x09\xa0\x91\x45\xb7\x7c\xd4\xff\x57\xfe\xef\xae\x72\x6d\x88\xfc\xd6\x2f\x0e\x22\xdd\xea\xa6\xf6\x89\x5c\x80\xb2\x9d\xef\xd8\x1a\x71\x37\x68\x4e\x49\x00\x74\x5f\xbd\xd3\x40\xdd\x01\xf0\xee\x1d\x63\xf8\x2d\x35\x80\x31\x0e\x56\x04\xdb\x5d\x58\x99\x63\xe2\x39\x29\x31\x4b\xf4\x5d\x17\x15\x7c\xa8\xff\x01\x6f\x80\xcd\x11\x37\xf2\x37\x46\x27\xaf\xbd\x95\xb7\x2a\x92\x5a\xfe\xf0\xe3\x9c\x16\xe6\xe9\xd2\xc4\xdf\x83\x44\x07\xc2\xd8\x9d\x56\xca\xc7\xec\x69\x02\x8b\xc5\x99\xf2\x4f\x57\x1e\x6f\xcf\x75\x84\x8f\xbd\x59\x7c\x55\x38\x79\x39\xc0\xf2\x29\xf5\x47\xc2\xd0\x3b\xdf\xc2\xda\xac\xaf\x05\x7d\x44\x5f\xca\x32\xb6\xe9\x93\xdd\x38\x4f\xc3\xc2\xe5\xb9\xca\xb6\x93\x1e\x5c\xb9\x47\x16\x85\x1a\x38\xdc\x8e\x64\xdd\x5b\x7e\xf3\x30\xcf\x25\x20\x23\x63\xd5\xb8\xe2\x80\xd3\xbb\xfb\x14\xeb\x42\x45\x47\x1d\x93\x92\x17\x37\xe6\x72\x58\xec\xb1\x49\xbc\x48\xb1\xfb\xef\xed\xfa\x13\xa3\x51\x54\x29\x7a\xb6\xf6\x09\xe7\xd0\x57\xe2\x0b\x6d\x0f\xc6\x9e\x46\xe3\xa3\x7d\x6c\x74\x63\x74\x31\x4e\x91\xe7\x01\x34\xe2\x6f\x5b\x90\xc7\xfd\xda\x07\x9f\x74\xea\xe6\x23\x9f\x01\xa2\xaf\xef\x29\xf8\xcf\xba\x73\x77\x78\x88\x47\x0c\x3f\xf3\xcd\xae\xa9\xdf\xf3\xae\x51\xa9\xdb\xcf\x2e\xeb\x00\xcc\x8d\x31\xd7\x32\xd0\x03\x20\xcf\x72\xd3\x8b\x0b\x13\xcb\xb6\x2f\x08\xe4\xe9\x7e\xc3\x8b\x61\xbd\xc4\xa3\x03\xd8\xd1\x5d\xeb\x07\xe5\x99\x0a\x3d\x67\x50\xb3\x06\xda\xf2\x8f\x6b\x7b\x1e\x8d\xbd\x72\xcc\x7e\x57\x5c\x2e\xfe\x5e\x2c\x4a\x78\x6c\x26\xaa\xa9\x1f\xd5\xab\x3f\x89\xf1\x41\x0d\x0b\xbe\x37\x18\x61\x77\x2d\x19\x92\x1c\x41\xbc\x9b\x76\xb6\xe9\x15\x9e\xba\xf3\xe2\x94\x93\x54\x3b\xcd\xcc\xa9\xce\x0e\xa7\xb9\x1a\x97\xf9\x7b\x2d\xb1\x8e\xbe\x0f\xee\x2e\xe9\xd6\x9e\xb5\x1f\x28\xd3\x5f\xf1\xa9\x54\xb3\xbf\x59\x38\xbc\x26\x51\x82\xb4\x3b\x9c\x5b\xba\x41\x9f\x97\x6b\x83\xce\x91\x47\x30\x67\x0d\x59\xcf\x65\xd1\x20\xb5\xef\x73\x93\x7c\x28\x96\xb7\x52\x9f\x60\xf6\x44\xdf\x30\x47\xa5\x06\x60\xf2\xc2\x97\xcd\x86\x53\xc2\xb0\x72\x21\x37\x01\x74\x2c\x6f\x1c\x3a\x34\x08\x60\x8b\xa0\x7e\x72\x58\xec\x97\x07\x81\x94\xfb\x16\xef\xe4\xbc\x4d\x96\x7b\x5a\xfe\x2f\xe7\x50\xf8\xf9\xf7\xe7\x57\x3b\xef\xb9\xf7\xef\x70\x00\x21\xf4\xd9\x57\xde\xef\xfa\x30\x5c\xf0\xc3\x82\x74\x06\x0e\x5b\xdf\x31\x48\x09\x9a\x60\xd1\x59\xf9\x8d\x56\x45\xa9\x1c\x8d\x81\xe7\x4b\x4c\x7a\xcf\xeb\x13\xea\xe6\x7f\xe8\x3a\xba\x3c\xab\x4f\xbb\x3b\x5e\x1d\x71\xf8\x9d\x49\xb0\xc9\x68\x71\xc3\xf4\x87\x2e\xe7\xc1\x2f\xe9\x23\x94\x83\x2f\x6c\x9e\x4f\x16\x4c\x98\xbc\x8a\xb4\xec\x19\x7d\xfc\x5d\xab\xfb\xb1\xa5\x75\x7f\xe4\x1c\x47\x6b\xbb\xe5\xc3\xee\xc8\xc5\xe3\xf5\x11\x96\x6b\xad\x06\xcb\x89\x0f\x15\xac\xf8\xea\xe8\x56\x4d\xca\x39\xad\x6e\x3e\xbc\xbe\xf6\xa9\xa8\x9b\xc4\x81\x58\xd4\x96\x9a\x22\x42\x33\xb9\xcd\x06\x8b\x3b\x51\x7f\xa7\x1c\x36\x2b\xca\xaf\x41\x11\xe3\xdb\xcc\xe8\x72\xde\xa0\x87\xa3\x3b\x48\xfc\x87\x89\x76\xc6\x04\xd6\x26\x58\x16\xc0\xe8\x34\xb5\xc9\xc1\x1e\x00\x17\xa6\xcb\xd5\x07\x43\xfe\x71\x3f\x78\xfe\x9c\x95\x3b\x3c\xc0\xae\x17\x64\xe9\xe7\x9c\xda\xf1\x43\xe0\x3a\x49\xef\x79\x6f\xb5\x9c\xfd\x04\x40\x2c\xe3\xcc\x12\xcc\xdd\x1c\xc1\x4f\x09\x9a\x19\x08\xcd\xdd\xdd\x94\x93\x4c\xf4\x79\xf8\x9e\x88\x0a\x53\x0e\x4b\x9a\xed\xf8\xb1\x46\x67\x68\x5a\x8e\x2f\xc4\x2c\x2a\x3a\xf1\x34\x47\xc7\x31\xcc\x58\x04\xe5\x76\x87\x93\x3c\x18\xd6\xe5\x53\xc4\xf1\xd0\x97\x26\x66\x1c\x3f\x1c\xbf\x7b\x76\x5f\x20\x71\x10\x86\x5d\x93\x07\xe7\xe3\x1a\xa7\x8c\xd3\x07\xae\x2f\xa5\x57\x1f\x34\xd6\xef\xed\x5e\x3d\x54\x6e\x61\x2c\xdb\x15\xb7\xb6\x5a\x58\x60\x4c\xd3\xf6\x6a\x83\x35\x57\xfb\x5f\x1e\x90\xfa\xaa\x7c\x54\x69\xc2\x7b\xa3\xfb\xe5\x05\xe8\x90\x98\x09\xc3\xe8\x52\x0f\x8c\x6b\xc4\x55\x83\x4f\xc5\xfb\xb0\x9c\x21\x7b\x0d\x9a\xf2\xd3\xb1\x5f\x02\x3c\x00\x4c\x68\x8e\x3e\xfd\xcf\x3a\x5c\x9b\xf6\x0c\xed\xf9\x87\x17\x24\xf7\xcd\x4f\x2e\x88\xe4\x41\x20\x5d\x07\x5f\xca\x7f\x4e\x04\xdd\x9f\xf9\xef\xad\xa7\x67\x67\x70\x67\x88\x16\x5c\x56\x22\xbd\xb3\xb1\xdb\x3a\x82\x08\x9d\xd6\xe1\xb3\xb8\x1e\xa9\xaf\x2e\x34\xdd\x87\x30\x4b\xaa\x07\xc2\x27\x1f\x3e\x41\xb8\x19\x9f\xc8\x81\xf4\xd3\x6b\x03\x0e\x96\xe5\x3a\x61\xe9\xcb\x7b\xfc\xd2\xeb\x27\xbc\x82\x16\x4d\xb3\x7c\x9a\xb3\xac\x3b\xe7\x19\x7a\x33\xda\x43\x0d\xc4\xe7\x57\xe6\xd8\x5b\xdc\x75\xe9\x96\x94\x17\xba\xea\x4c\x48\x1e\x0c\x6d\xe4\xd4\xb7\x95\xa8\xf2\x30\xdd\x73\xc3\x4f\xd7\xcc\x8b\x44\x75\xa7\xfa\x4f\xaf\x13\x73\xb9\xf4\x82\x7a\x02\x37\x88\x99\xef\xf4\x64\x9f\xec\x43\xca\xa5\xbe\xd6\xcb\x6c\x55\x45\x79\x24\xee\xd7\xd3\x6e\x74\x40\xeb\xc4\x10\xf5\xce\xd4\xd5\xa0\x21\x72\x46\xb7\xa2\x9a\x0a\x33\x1a\x1a\xab\xeb\x5c\x49\x85\xcd\x0a\x74\xd2\x99\x28\x9b\xd8\xd4\xf6\xdd\x0f\x60\x79\xe5\xe7\x3a\x02\xaf\xfe\x9c\xa4\xdc\xb7\x7c\xea\xf7\xeb\x80\x94\x7b\xfe\xfe\xdd\xef\x6e\xfe\x19\x01\x70\xe7\xed\x35\xf6\x39\x2a\x62\x17\x27\xbf\xc0\xc1\x8f\xc1\x84\x53\x42\x94\x6a\x9c\xbd\xe2\xf8\x63\xd2\x16\xd6\x57\x1a\x6e\x6d\x86\xaa\x45\xfb\x73\x17\x64\xa0\x97\x8d\xa2\xe3\xcf\xc6\xfe\x8d\x3c\xea\xb0\x9e\xfd\x36\x50\x7f\x3d\xd9\xfb\x68\x29\xa7\x6b\xc0\x5a\x65\x2a\xb2\x7c\xcb\x62\x72\xf5\x79\xf3\xc7\x07\x9f\xf4\x4a\x56\xaa\xbf\xd4\x54\x85\x6b\xf4\xad\xb6\xaf\x68\x96\x2b\xa8\x93\xaf\x9f\x5a\xed\x2d\x7a\xa2\x66\xb0\x9e\xb5\xa6\x52\x30\xa9\x76\x69\xce\x71\x43\x27\xeb\x2e\xc9\x7f\xa1\xe1\xfe\x3e\x0a\x99\x97\xac\xa6\x29\xf7\xfa\x1e\xca\x24\x41\x4d\xa3\xe0\x85\x14\xda\x3f\x5a\x54\x23\xe0\x69\x10\x26\x38\x4c\x53\x63\xa2\x53\x1b\x33\x10\x32\xaf\xe1\xd3\xaa\x81\x7d\xea\xff\x4c\xa3\xa8\x31\x62\x93\xcb\xf7\xb4\xe6\xc1\x5a\xd6\xcd\x52\xaf\x22\x00\x7b\xea\x9f\xeb\x21\xf1\x30\x39\x01\x7b\xfe\xab\x0f\x63\x72\x61\xcf\xff\x17\x0f\xc2\xfc\x61\x00\xfa\x37\xd4\xcf\x47\x06\x88\x38\x8e\x77\x3c\xd5\x2f\x97\x08\x0d\x82\x4b\xf2\x8f\x9b\xc7\xf0\xdd\xb2\x1c\xa6\xf8\x72\xcf\x2d\x71\x35\x7b\xe7\xfb\xf7\xe9\x37\x15\x8c\x2e\x04\x5d\x0a\x55\x43\x7f\xb7\x6f\x4c\xe0\xf0\xda\x87\x2a\xf7\x5a\x49\x63\x73\x6c\x43\x8e\xc4\x61\x32\xd2\x2d\xc4\x11\x2b\x15\x07\xb3\x1f\xe9\xbd\x47\x18\xf4\x76\xe5\x24\xaa\x5f\x59\xc7\x2c\x2c\xe7\x4f\xef\xf2\x0f\xb6\xc8\x7c\x44\x58\x6a\x9f\x52\x14\x32\x0a\x61\x9f\x46\xab\xa4\xb8\xc2\x86\xcc\x49\x8c\x57\xa6\xff\xd6\x85\xaa\x8d\x35\x57\xf6\x18\xc5\xa1\x8b\x22\x45\x55\x86\xdf\xef\xc3\x9c\x0e\x0f\x53\x25\x7b\x5d\x89\x99\x0d\x8e\x56\x39\xf0\x62\x06\xbb\xe6\xdb\xa8\x5a\xff\x54\x0e\xbb\xe5\x3b\xae\xa2\xdb\xf9\x68\x73\xc5\x7d\x4d\x85\xae\x2d\x08\x17\xe0\x22\x04\xe0\x15\xf3\x73\x5d\x24\x1f\x46\x45\xf5\xcf\xd9\xb5\xf2\x7b\xee\xb9\x21\xf7\xcf\xf5\x6f\xa5\xec\xe4\x3e\x3b\xdf\xf7\x8e\xea\x03\xdc\x29\xbf\xee\xfb\xba\x05\xf8\x38\x24\x39\xec\x3b\x4a\x08\x68\x61\x3a\x59\x4e\x92\x07\x22\xe7\x0b\xde\x54\x6d\xcd\x0a\x15\x47\x86\x6b\x31\x4a\xf2\x3c\x10\x40\xb9\x59\x69\x73\x22\x20\xd0\xcd\x1b\x4b\xef\x7e\x39\x32\xc1\x4e\x11\x33\x11\x79\x3a\xfa\x8e\x29\x0a\x43\x9f\xbf\x3f\x4e\x54\x4f\x01\xad\xd4\xda\x94\x68\xac\xfe\x06\xf5\xfc\x83\x5c\x52\x8e\xd2\x3e\x94\xd4\xba\x76\x12\x46\x3e\x02\xdd\x85\xea\x89\x7e\x28\xcf\x8b\x46\xa2\xb6\xa3\x32\xe5\x8a\x30\x06\x68\x87\x08\x6d\x39\x5e\x04\x06\x73\x35\x74\xbf\xfc\xbd\x39\x2b\x4c\x5b\x50\x9c\x7c\xc7\x44\x05\x36\xc0\xef\x95\x82\xe4\xe7\x1a\xec\xb8\xef\x5e\x12\xf7\xa0\xa0\xf7\x86\x0a\x77\xc6\x75\x44\xc1\xaf\x8f\x1e\xe7\xe4\x5c\xa5\x70\xf6\x39\x6c\xed\xb7\x6f\xf9\x75\x2e\x92\x9e\x8f\x4d\x3b\xcf\x89\x81\x6f\xff\x8d\x03\xf9\x93\x83\xf9\x54\xfd\x73\x3e\xef\xdd\xf9\x0e\x9e\x06\x54\x39\xcd\xd9\x45\x6a\xaf\x12\xc5\x45\x8e\x4b\xc6\x16\x62\x08\xee\x32\x95\xaa\x3c\xc9\xab\xdb\x8a\xea\x8a\x46\x3d\xe1\xf6\x78\x55\x03\x2b\x1b\x47\x8f\xa6\x2d\x25\xeb\xc3\x2e\xeb\x8e\x82\xb8\x50\x97\x29\xaf\x59\x6b\x1d\xdc\x91\xe0\x26\x3f\xba\x7f\xf1\x0f\xdc\x58\xde\x9e\x1f\x61\xe5\x4a\x87\xb0\x47\xc6\x90\x61\xd2\xb2\x4b\x18\x22\xaa\x32\x94\x8c\xc4\x3f\x48\xbf\xdd\x14\xc1\x3a\xf8\xea\x91\xf8\x07\xc9\x35\xec\x8d\xcd\x97\xae\x27\xa4\xbe\xad\x3c\xdc\x1c\x75\x65\x93\x96\x99\x99\xc0\xb1\x3b\x0b\x4a\xbf\xfb\x2a\x8b\x8b\x75\x34\x91\x7e\x31\xf2\x68\xeb\x6f\x3b\x3d\x12\xf7\x20\xfd\xfd\x9d\xed\x56\x8d\xe5\xb3\x5f\xcf\xc7\x8a\xb7\x3b\x1c\x48\xc7\xcf\x49\xca\x3d\x7f\xe7\xa1\x48\xf9\xf7\xe8\x8e\xf7\xe0\xa5\xed\x8e\x07\x22\x0b\x80\xfe\xfa\xe5\x6d\x92\x07\xa2\xa4\x17\xf6\x0b\x5a\xf0\x49\x66\xb4\x11\xef\x49\x1b\xc8\x9c\x88\x9e\x23\x5c\x55\x7b\xa2\xa5\xe9\xcf\xbd\x7d\xcf\xa0\xc9\x24\xe6\x5f\xfc\x03\xf7\x56\xa5\x7f\xbc\x93\xae\xf1\x99\xad\x13\xf1\x99\x6e\x6d\x3a\x5d\x38\x44\xfe\x07\xf7\xa3\xea\x56\xb8\xf2\xfa\x9b\x1e\xb2\x4a\x37\x70\xca\x7d\x02\x9e\xea\x72\x37\x71\x87\xbe\x52\x78\x7e\x97\xde\xbb\x39\x8f\x6e\xf3\x54\xd9\xf5\x3e\xcc\xe2\xb6\x71\xa2\x8e\x85\x24\xfe\x41\x7c\x69\x2b\x14\x37\x64\x5b\x22\xce\x8b\xf1\xd9\xd2\xb7\x1c\x14\x47\x2f\x31\x6d\x45\x59\xd2\x8a\xf7\xfe\x18\xdb\x42\x9a\x31\x8a\x3f\xfe\xea\x88\x97\x37\x4e\x96\xe0\x19\xed\xc2\x1b\x1a\xf3\x02\xe4\xcb\xfc\x77\x0e\xe4\xf7\xef\xdf\xff\x5f\x1e\x88\xfa\xc7\x00\xf4\xa3\x97\x8d\xca\x5a\x61\x8e\x8d\x8b\x8e\x2a\x8b\x03\x24\x04\xeb\x38\x51\xf1\x74\xc4\x1e\xa9\x38\xe1\xde\x90\x2a\xc2\x1b\xd5\x4f\x4a\x9a\x9e\xf3\x84\xcb\x7a\xe5\x5a\xc3\xf6\x6e\xdb\xe6\xe6\x49\x46\x41\x56\xe6\xdb\x64\xf6\xd3\x66\x2a\x66\x48\xfc\x43\xaf\xab\x96\xfd\x86\x4c\xf8\xd2\xf0\xdb\x96\x38\xed\x68\xbc\x66\xfa\x29\x1b\x36\x12\xff\xa0\xe8\x8f\x27\x6b\xab\xb6\xe5\x92\x53\xdf\x0a\x79\x53\xe8\xc0\x25\xe5\xb1\x55\x36\xc5\x6c\x8b\x92\xb8\xbb\x95\x81\xaa\xb0\x15\x17\x3f\xbd\xb5\xb1\x25\x61\x25\x24\xfa\x10\x9f\x87\xdf\x63\x92\xfc\x3f\xbd\x0f\xf1\x28\x0a\x7c\xa3\xde\x8c\xe8\xa1\x65\x0d\x7c\xa7\xde\xaa\xf0\xf3\x99\x67\xdb\x56\x1a\x73\xff\xe0\x40\x76\x7c\x20\x33\x98\xff\x76\x0e\x92\xf2\xef\x81\x9d\xef\xfc\x3b\x77\xf2\xfe\x06\x5d\x80\xcb\xb2\xe4\x23\xa4\xfc\x3b\x7b\x12\x80\xed\x01\x6d\x55\xd2\x75\x48\x17\xd0\xbb\x57\x1e\x21\x05\x7f\x4b\xe5\xf0\xb7\xfb\x6e\x11\xc3\x95\xef\x49\x5c\x75\x9a\x27\x6c\xe9\xd8\x29\x9c\x20\xf1\x0f\x66\x4a\x84\x2b\x36\x71\x5a\x3d\x46\xbd\xdb\xe0\x6a\xae\x63\xaa\x57\xb6\x9d\x1d\xcc\x67\x50\xab\x25\xb0\x2d\x97\x98\x69\x1c\xb6\xcb\x3f\xc4\xe0\x37\xab\x1d\x4d\x1d\x65\x11\xf8\xfa\x27\x39\x66\x40\xe2\x1f\xc4\xad\xf0\xdf\xa7\xa8\x8c\xf5\xc5\xf8\xf0\xd5\xeb\xd7\x4d\x5c\x45\xfa\xb7\xff\xc6\xdb\x18\x52\xfe\xcb\xfb\x20\x49\xf8\x6b\xdb\x47\xdd\x54\xd0\x90\xa0\xba\xfd\x41\x85\x4c\x80\x71\xab\x86\xc0\x2b\xff\x54\xe0\x33\xd2\x8c\x70\x42\x31\xff\xd7\x73\x71\x8c\xf2\xb7\x73\x80\x76\xc7\x07\x93\xfe\x7b\xfe\xdd\xcd\xb8\x93\x7f\x37\xfe\x9c\x85\x8e\x3b\x1e\x88\x6b\x00\x74\x8f\xce\x3d\x4e\x61\x00\x60\x7b\x76\x53\x28\x6a\x02\x86\xf9\x32\xef\x6c\x06\xc4\x43\xa0\xb8\x2e\x1b\xad\xdb\x37\x38\xa2\x80\xe6\x37\xb2\xe3\x20\x6a\x68\x3f\x96\xfa\x60\x8a\x25\xe0\x8d\x9e\xca\x17\x1b\x1f\x20\xee\x37\xab\x92\x97\xd5\x4f\x23\xd4\x38\x5f\x55\xb9\xa3\xf3\x17\x21\xd4\xb7\x55\xcd\x46\x7d\x81\xc0\x19\x43\xa9\xd9\xab\x22\x4f\x38\x90\x5e\xaf\x9d\x45\xe2\x1f\x64\x43\xb7\x3b\xea\xb5\x74\xe3\xa5\x86\xb6\x53\x9e\x60\xf4\xac\x25\xe8\xb7\xfd\x07\xc6\xf4\x6c\xc4\x5c\xb6\x75\xc6\x41\x9f\x4c\x84\x79\x3b\x62\x35\x52\x27\x55\x28\x70\x7b\x0d\x6f\xa2\x71\xeb\x5f\xde\x87\x3f\xb8\x87\x5f\xfc\xc3\xfb\xcb\x3b\xbf\x8b\x88\xff\xdc\x87\x85\x1d\xef\xc7\xc7\xc9\xdf\xcf\xc1\xfa\x9d\x59\x92\xff\x73\xe6\x39\x00\x5c\xbc\x74\xe8\x64\x6a\x3c\xc0\xed\x95\x33\x17\xa2\x97\x00\xee\x2d\x5d\xd1\x0b\x2e\x06\xe0\x09\xa3\xb5\xf4\x74\x86\x1e\x51\x67\x86\x1f\x8e\xfa\xc0\xa3\x80\xe6\xee\xb7\x98\x00\x32\x75\x2e\x7e\x0b\xe3\x4c\xa2\xa3\x01\x99\xc4\x1a\x89\x7f\xd0\xa5\x25\xca\xdb\x5d\x90\xce\xd2\xe2\x27\x1e\xf1\x74\x97\x4f\x54\x8b\x25\xe0\x83\x23\x15\x8c\x95\xaf\x10\x46\xe2\x29\x94\xfe\x96\xd7\x24\x7c\xcc\x54\x53\xec\x97\xd1\x21\x54\x95\x49\x2a\x2b\x4a\x7d\x20\x28\xd6\x7f\x50\xff\x4b\x3c\x97\x60\xd7\xe5\xa5\x7a\x44\xa4\x96\x10\xd7\x7f\x5d\xe9\x87\xf0\x25\x82\xf3\xa8\xa1\xb2\xbf\xd0\x5f\x04\xdd\xf9\x30\x65\x0c\x89\x7f\xf8\x5f\xde\x87\x5f\xb9\xff\xef\xf7\xc1\x1a\xff\xef\xe7\xe0\x8b\xcd\x9f\xb3\x59\x6f\xc7\x83\x91\xf2\xbb\x07\x23\xfa\xc1\xcf\xe9\x1f\xf8\x73\x86\xf2\x00\x30\xeb\x5f\x58\xf4\x09\x06\xe0\x49\xbd\xb1\xe4\x6c\x0b\x53\xa2\xbc\xf4\x83\xd6\x9a\xd0\x2e\xad\xc7\x98\x60\xb2\x02\xfc\x6a\x37\xb9\x4f\xea\x77\x13\xb7\x75\xf6\xf2\x3f\xd0\x19\x21\x4e\x18\x15\x08\x9d\xd3\x8c\x23\x8e\x58\xd9\x0a\x2d\x6a\x38\x11\x93\x9d\x0d\xc4\x5b\x94\xe7\x89\x65\x3e\x79\x62\x69\x8a\x3d\x44\xbb\x70\x29\xc9\x6d\x39\x4f\xa2\x6c\x72\x8c\x74\x81\x8c\x24\xf1\x62\x6e\x80\xec\x24\x89\x7f\x10\x9b\x22\x9e\xa8\x2f\x91\xb5\x17\xf9\x42\xc0\x3c\x39\x27\xa7\x2c\xd4\x4b\xd8\xe8\xaf\x97\xdd\x14\x54\x24\xac\x7f\x6a\x93\x4d\xe0\x77\x26\x9e\x9d\x8e\x97\xbe\xc7\x67\x4c\xe4\x5c\xcf\x97\x8c\xe2\xbb\x41\x94\x23\x4c\x48\x54\x93\xf8\x0f\x6e\x67\x22\x92\x98\x20\x40\xfe\xe7\x39\x30\xe1\xfa\xc7\x39\x78\xec\x0f\x0e\x68\x67\x9f\xe2\x39\x7e\xce\xa0\xba\x9d\x59\x0a\x70\x25\xe3\x70\x9a\xd7\x4d\x00\x3a\xc4\x49\x19\xe7\x6c\x00\x4e\xc1\xcb\xf2\x76\x17\x01\x2f\x12\x76\x2b\xd9\xe2\x1a\xf4\x48\x7f\x66\x70\x37\x3a\x0e\x91\x4a\x03\x2c\x9d\xba\x2c\x20\xae\xc9\xcb\xb9\xa1\x6d\x0d\x54\xfa\xb3\x7c\xfb\x34\x4e\xc3\x55\x33\x32\xde\x3c\x95\x50\xa0\x74\xe0\xe2\xe7\x50\x74\x02\x0a\x0f\x1a\xfe\x44\x85\xc3\xc4\x8f\x41\x2c\xc2\xf7\x65\xa5\x89\x6f\xa2\xde\x88\x1c\x94\x22\x27\xf6\xa7\x4c\x0a\x7f\x97\xbc\x4a\x8c\xc8\x63\x11\xef\x10\xfb\x9b\x98\x57\xae\x20\xf6\x97\xb0\x1b\xb1\xac\x8e\x5c\xf4\x98\x10\x0b\x31\xb4\xa3\x59\x2c\x5f\x60\x93\x68\xf1\x92\x59\x7c\x8c\xbf\x84\xa8\x31\xb4\x20\x21\xc3\x6b\x4d\x4c\x9f\x08\x15\x09\xe6\xc9\x23\x16\x2d\xfc\x10\x9e\xe2\x46\x12\x7b\xd0\x71\x42\x3c\x5c\x9f\xe1\x24\xb1\x9e\x8f\x03\xe0\x3a\x35\x7f\x04\x19\x2f\xc0\x3d\x63\xde\xbd\xe4\x25\x00\xbc\xbc\x7c\xd6\x27\x4e\x00\x88\x67\x08\xf2\x9c\x11\x01\x50\xa4\x10\x79\x74\xe9\x26\x80\x96\xb8\xe4\xc1\x1b\x2b\x00\x06\xbe\x72\x9d\x0c\x8a\x00\x66\x37\x95\x62\xd9\xd3\x00\xcc\x5b\xd5\xb7\x05\x72\xa1\xd8\xfc\x8d\xde\x23\xe9\x12\xe2\x92\xd9\x94\x99\x9f\x26\x0d\x51\xdf\x6c\xc8\xfe\xba\x91\x3f\x21\xc8\xf4\x8a\xef\x15\xbb\xf0\xed\x0e\xc3\x91\x18\x4a\x77\xd5\xed\x9b\x7a\x77\x33\x69\x7c\x30\x78\x67\xed\x73\x65\xc4\xa0\xf7\xbb\x1c\x88\x83\x6a\xf5\x93\x33\x91\x43\xb8\x61\xe5\xbf\xdf\xcc\xc6\x7a\xef\x72\x20\x20\x93\xbc\xee\x98\x48\x85\x0b\x91\x56\x41\x9d\x8a\x4d\xdd\x32\x97\xdc\x44\x6b\x86\x9b\x90\x3c\x20\x28\x1e\x49\x27\x4c\x55\xc0\x87\xc5\x3e\xa9\xf7\x98\xfe\x80\xf1\xef\xb7\xa5\x1a\xb1\xdb\x5e\x5e\x23\x6d\x32\xc6\x9b\x57\xbd\xf4\xde\xdd\x91\xf3\xdc\x64\xf2\xea\xec\xa7\x91\x43\x6d\x7a\x7a\xf2\xf7\x8e\xca\xbd\xc6\xf1\xb8\x04\x3f\x79\xa1\x20\x89\x93\x77\xf1\xed\xe8\x51\xe0\xc7\x0d\x3a\x5e\x04\xa0\xb1\xe1\xfd\x72\xc0\x05\x80\xa9\x9f\xe7\xf0\x91\x56\x00\x9e\x24\xee\xde\xe3\xef\x00\x24\xaa\x05\x66\xcf\x18\x01\xa8\x9c\x16\x36\xbd\xc4\x0a\xa0\x47\x29\x6e\x7b\x03\x00\x8c\xa7\x64\x2f\x32\xb0\x01\x98\x86\x2b\x34\xb3\xb4\x01\x58\x7d\x53\x57\x15\x44\x43\x98\x0d\xbd\xde\x45\xb9\x64\x22\xca\xf2\x82\xe9\x59\x8d\x3e\xe2\x75\x4b\x13\x9b\x75\xd3\x08\x82\xbe\xd9\x53\xef\xbd\x0e\x7f\x6f\x47\x19\x07\x46\x2e\x7a\x8a\xe2\x2b\x0c\xe4\xd2\x73\x02\x35\xb7\x1a\x74\xc6\xca\x7d\x22\x7a\x70\x8b\x9a\x3d\x4d\xd1\xb1\x28\xdc\x9c\x9a\xe2\xd3\xfc\xd8\x78\x9c\xa5\x72\xce\x5b\xcf\x04\x89\x4d\x6b\x05\xd9\x6f\x8e\xa9\x2e\xbb\x5e\x14\x52\x1f\xcc\x8e\x07\x84\xc4\xc3\xac\x9e\x97\x96\x45\xaf\x86\x2a\xfd\x28\x90\x69\xc5\x70\x84\xc4\xfd\xc9\xc1\xf4\x1b\x29\xa4\x63\x23\xfc\xcf\x3e\x1f\x55\x9c\xc6\x22\x7d\x2f\x3d\xbd\xa2\x64\xb3\xc9\xe3\x5d\xdc\x8e\x57\xca\xd8\xfc\xee\xfe\xac\x49\x4a\x99\x09\x67\xea\x52\x0a\x40\x7b\x81\x87\xeb\x40\x2c\x00\x9b\x27\xaf\xd0\xb1\x7b\xff\xe8\x89\x79\xcc\xe7\x70\x7a\xf9\x57\x4f\x8c\x41\xb8\xd8\xfa\xcd\xfb\x00\x66\x4f\xa4\xf2\xee\xd4\x01\x58\xd3\xca\x25\xb0\x32\x03\xd8\x4d\xa9\x46\x09\x1d\x85\x47\x76\xaf\xb5\x99\xa5\xf3\x88\xb3\x36\xce\xc6\x5b\x5a\x27\x08\x58\x6b\x4a\xeb\x4a\xf3\x26\x02\xa5\xe5\x35\x8f\x19\x67\xe9\x6d\x1a\xb3\xab\xe1\xd7\x7d\x50\xf8\x0b\x46\x21\xf7\x2f\x84\x62\xb6\x2e\xe8\x6d\x96\xa6\xc7\xde\xc1\xc9\x6b\xe7\x34\xbc\x4e\xba\xb2\x39\xa3\xfe\xbe\x7b\x3d\xe5\xca\x2e\x07\xd2\xa2\x78\xf5\x1b\x2e\xc3\x09\x1b\x20\xc7\xbd\xc1\x96\x31\xb4\x59\x26\x93\x81\x18\x49\xbe\x4c\xda\x0f\xb4\x99\xf4\x63\x94\x4e\x4c\xfa\x3c\xbb\xac\x2a\xfa\x46\xe4\xe7\x09\x4e\xb9\x67\xe8\xaf\x61\x84\x4f\x85\x72\x5b\x98\x57\x41\x91\x6f\xc6\x15\x43\x31\x1d\xc1\xf7\x49\x7d\x38\xdd\x0f\x95\x16\xb1\x8f\xfd\xb2\xdb\x63\x55\xa4\x37\xa9\x7d\x6a\x1a\xed\x55\xda\x37\x3f\x79\x44\xff\xe2\x40\x6e\xd3\x71\xbc\x3c\x80\xfd\x95\xff\x0b\x99\xf0\xd0\x9e\x08\xfb\x07\x07\xe1\x24\xf0\xf1\xa2\x30\x80\xd1\x39\xd1\x5b\x37\xac\x00\x2c\x35\x24\xc3\xef\xd4\x00\x38\xa8\xc8\x7e\x64\xe7\x05\x70\x3a\xa1\xcc\x2b\x90\x0f\x8d\x8e\x73\x9a\xf1\xd2\x8a\xc4\x71\xa7\xb3\x86\xc5\xda\xb7\x08\x1f\xec\xa4\xad\x54\x2c\x1f\x6f\x77\xda\x38\xbb\x1e\x75\xcb\xc4\xe7\x5b\xb4\x85\xaa\x04\x56\x6e\x79\x99\xde\x48\xf9\x11\x35\x8e\xbb\x63\x78\xaa\xd4\x23\xd9\x79\x53\x5d\x57\xb7\xf1\x62\xfa\x19\x6c\x96\xe6\xfb\x67\xa9\x59\x45\xbb\xfd\x38\x24\x0e\xe4\x4f\x2f\x8a\xab\xcc\x24\x22\x29\x45\x6e\x69\x4d\xce\x0a\xe9\x99\x68\xf2\x4d\x4a\x3e\x0b\xe5\x19\x5b\xfc\x49\x46\x89\x0f\x15\x10\xa7\x31\x70\x40\x99\x19\x6d\x13\xe5\xf9\xd2\x40\x45\x10\xbd\x19\x41\xfd\x94\x55\xe5\x2d\x66\x25\xd8\xa9\xe3\x82\xda\x5d\x2c\x79\x30\x75\x73\x95\xda\x19\xec\x88\x5f\x67\xcd\x8a\xba\xf4\xa6\x96\xcf\xb1\xaa\x7e\x75\xd3\xcd\x75\x0f\x37\x00\xba\xb7\x9c\x8a\x07\xeb\x7f\xed\x83\x58\x04\x67\xe9\x89\xb3\x00\x8a\x1a\xbc\x3a\x67\xa2\x00\x74\x7a\x04\x30\x97\x85\x7f\xf5\xc4\xd8\x74\x89\x9d\xa4\xa3\x01\x70\x39\x2e\x73\x94\x6d\x0c\xc0\x6d\x59\x91\x5e\x20\x13\xea\x3d\xdf\xa9\x79\xc9\x5c\x26\x7e\x77\x13\xd0\xcf\xd2\xbe\x42\x78\xe7\x54\x66\xc1\x67\xc5\xbb\x7d\xd7\x81\xde\x89\xd6\x1b\x8f\xdf\x63\x93\x1a\xc8\x1d\xd6\x86\x5b\x37\xdf\x93\xdc\x1a\xd7\xba\x69\x6b\xf4\xba\xf4\xef\x74\x4a\xec\x2d\x7d\xe5\x46\xd7\xdc\x1c\x4c\xb4\x36\xdb\x73\xc7\x82\x9b\x24\x0e\x04\x7d\x4f\xb1\x67\x59\xa2\xc4\xed\x4f\x2f\xca\x7a\xb0\xbc\xcf\x86\x71\x46\xe5\xf4\x8a\xe2\x41\x44\x45\xaa\xdf\x78\xb8\xd2\x59\xa4\x52\x32\xc7\xfb\x41\x65\x67\x94\x6f\x5c\xfb\xcb\x00\x55\x24\x6a\x30\x76\xb5\x5b\x46\xfd\x3c\x5a\x29\x7a\xae\x3d\x58\xfd\x03\x86\x33\xbc\xad\xe9\x88\x86\x2b\x66\x3a\xc4\xa9\x56\x50\x23\x0c\xdb\x18\xb0\xaf\x92\x4a\x13\xbf\x79\xd4\x4f\xaa\x6c\x4b\x33\x6e\xf3\x89\xd7\x01\x80\x3b\x49\xec\x95\x87\x98\xfe\xbd\x0f\x4a\xf4\xec\xdf\x4e\xce\x00\x18\xaa\xf1\xac\x5c\x64\xfb\xc5\x41\x38\x26\x8b\x96\xd2\x7f\x05\xf0\xa0\x90\x52\x66\x4b\x05\xf0\xf5\x96\x0b\x11\x08\x25\xf5\xe5\x10\xc7\x7d\x7e\xe8\x7c\xd7\xfe\x4a\x48\xf5\x9c\x32\x45\xd8\xda\xe1\xc7\x1c\xcb\x1d\xd3\xfc\xe6\xb7\x4c\xed\xb6\xfc\x17\xa3\x0d\x36\xc7\xac\x5e\x25\x4c\xa4\xbe\xc3\xea\x9b\x5a\x14\x87\xe7\xee\xc3\x04\x1a\x90\x35\x05\x16\x4c\xa3\x6d\x75\x94\x7a\x29\x4a\xf5\x50\x99\xea\x42\xa3\x4a\x15\xe4\x24\x0e\xe4\x4f\x2f\x0a\x89\x03\x99\xa0\x50\x51\xdb\xb8\x9b\x35\xf1\x21\x42\xf5\x31\x22\xe4\xbe\xfa\x6b\x4d\x75\x77\xe4\xc9\xd4\xc4\xee\x00\x4d\x77\x64\x55\x72\x7a\xfb\x17\xcd\x28\xf4\xf9\x58\xd3\x06\x82\xd6\x2c\xba\x39\xea\x4d\x2d\xad\x56\x2c\xe6\x51\x28\xe2\x81\x8f\xf6\x17\xac\x70\xf0\xa9\xb2\x97\xda\x76\x58\x84\xff\xf5\xa2\xbd\x3a\x05\x9b\x5c\xbe\x75\x00\x4c\xa7\xd9\x4b\x0f\x97\x03\xf0\x1e\xe2\x64\xa1\x48\x00\x90\x39\xcf\x79\xfa\x24\xed\xaf\x9e\x18\x13\x6f\xbe\xd3\x97\x55\xfe\xdd\x13\xe3\xfb\x40\xec\x03\x8b\xf9\xae\x17\xa4\x2b\x98\x4a\xc9\x49\xba\x84\x38\x19\x3c\xaf\xf9\x55\x7b\x81\xd0\xe8\xbf\xdf\x68\xdd\xe6\x3c\x3e\xd3\x6d\xda\xde\x3d\xd0\x06\xf7\xc8\xa9\xcf\x87\x3a\x41\x79\x53\xd1\xe6\x7d\xfc\x9e\x0c\x0a\x8c\x88\xc5\xd7\xfc\x95\xa2\x87\x28\x30\x9a\x6f\xa4\x2a\x9f\x41\xd1\xe8\x1d\xec\x65\xaf\xfc\x40\xea\xc7\xf9\xd3\x03\xb2\x11\xad\x64\xb0\xf2\xaa\xf4\xca\xb7\x58\xd5\x3d\x6b\x1a\x85\xd4\x1f\x63\xd5\x46\xd7\x5f\xe7\x7c\xe8\xbf\xac\x79\x74\x23\x37\xcb\xe6\xf9\x90\x26\x1e\xd1\x7e\xdf\xf9\xb1\x92\xb6\x18\x32\x2f\x85\xa6\x25\x46\x3b\x1b\x15\x94\xe0\x4a\xf2\x80\x90\x38\x10\x52\x1f\x4e\x41\xb9\x5e\x06\x36\x39\xf0\x69\xb6\xa8\x81\x30\x76\x20\x20\x07\x80\x25\x87\xa5\xe0\x48\x01\x00\x9f\x2f\xdb\xc9\x63\xe2\xbf\x38\x08\xad\x51\xb6\x7e\x2a\xd5\x5f\x3d\x31\x76\xd3\xbc\x7f\x5d\x1d\xfd\x47\x4f\x4c\x86\xc8\xd4\x3d\x6f\x80\xd0\x31\xe9\x1b\xfc\x78\x68\x8b\x8c\x54\xd0\x96\x91\x21\xae\x47\xde\x57\xa7\xd5\xc2\x11\x3c\xc3\x82\x0d\xba\xed\x2f\xe2\x1b\x7d\x34\x6d\xb4\x02\x6a\x71\xf4\x6e\xe5\xee\x77\x92\x23\xb1\xca\x0e\x9a\xd1\x23\xb9\x09\x68\x0e\xab\xfc\x7c\x62\xb9\x37\x4a\xc9\xe4\x54\x43\x65\x65\x2f\x82\x4a\x5f\xed\x95\x54\xbd\xfb\xba\x86\xa6\xdc\xf7\xe1\x96\x3b\x1b\xab\xaa\x53\x0b\xca\x75\x29\xa4\xfd\x98\x7f\xab\x52\xb8\x52\x5d\x76\x60\x84\x4e\x23\x73\xd5\xb2\x64\xf0\xed\xba\xd6\xfa\x1a\x6b\xd1\x97\xe7\x06\x3a\x1d\xeb\x35\x79\x3a\x1d\x66\xba\x5f\x37\x70\x99\x84\xe6\x2b\x7a\x7b\x91\x7c\x69\x34\xd5\x7c\x06\x2a\xc8\x07\x29\xaf\x1f\xd8\x19\x48\xa2\x46\xe3\x1f\x14\x11\x0d\x4d\xd0\x8f\xa2\x11\x79\x14\x86\x73\x18\xcf\x08\xca\xac\xe3\x46\x9e\xd8\x7d\xa1\x22\xe9\xe3\x86\xc3\xd8\xae\xc0\xdb\xbf\xf6\x41\x48\x92\xbd\x96\x02\xfd\xff\xee\x89\xf1\x5d\xe2\x6b\xbe\xa5\xf7\xab\x27\x26\x3a\x4e\x52\x41\xe0\x1a\xf4\xc4\xcd\xcb\x51\x48\x7b\x13\xf1\xf1\x11\x2a\xf9\x5a\x3a\x84\xf4\x18\x05\xdd\xc7\xb6\x6d\x78\xfe\xd0\x2e\x4b\xd1\x90\x67\x9b\x32\x5e\x1e\x6e\x21\xe9\xeb\x68\xa2\x8b\x69\x44\x6f\xc9\x6d\xe4\x4b\xdb\xb1\xdc\x89\x47\x6e\x88\xbd\xe6\x54\x8d\x46\x0d\x4e\xeb\xa7\x0c\x95\x5f\xdf\x6f\x45\x93\xbc\x28\xeb\x41\xea\x13\x73\xf2\xcd\x4e\x6b\xfb\xd4\x34\x17\x5a\x6a\x9f\x8f\x9f\xd5\x12\x5a\xf2\x7b\x74\xef\x9d\xb5\xce\xe2\xf2\xfc\x83\xa5\x9e\x23\x7a\x2e\x6b\xe4\xc5\xeb\xed\x45\x06\x33\x6b\x23\x85\xfd\x8d\x38\x83\xa6\x8d\xfc\xec\xe6\xaa\x42\x23\x34\x22\x23\xc3\xb4\x9c\xc2\xb8\x06\xa9\x9a\x96\x56\x40\x66\x32\x8a\xb2\x4a\xa2\xcb\xfe\x62\xaa\x80\xbe\x1d\x37\x94\x69\x62\xf2\x1c\x43\x16\x55\x9c\x56\x6c\x52\x80\x99\x0d\xbb\x94\x7c\xc8\xa4\x13\x9b\x12\x64\x0e\xc0\x22\x75\xaf\xf5\xc8\x3d\x00\xb1\x0c\xd6\x72\x8a\xd7\x00\xca\x92\x2c\xb7\x29\x6b\x7e\xf5\xc4\x58\x96\xb0\xbc\x38\xe3\x0d\xe0\x71\x92\xe3\xec\xe5\xd2\x5f\x3d\x31\xd1\x2f\x04\x26\x98\xaf\xee\xf6\xc4\x0c\xa4\x98\x49\x8f\x4b\x3d\x20\xbe\x48\xf9\xa1\x72\x42\xb7\x9a\x10\x9d\x42\xa9\x35\x6a\x27\x8f\x2f\x8a\x79\x60\xb2\x1c\x18\xb6\x29\x16\x68\xe8\x84\xcd\x60\x46\x3d\xf2\x2c\x0c\x3e\xf3\x00\x87\x90\x71\x34\xc9\x3e\x51\x0f\x6b\x96\xd6\x64\x0d\x74\x1d\xb5\x2b\xcf\x8c\xa9\xdf\x5e\x7d\xe2\x45\xe2\x1e\xd6\xc2\x34\x05\x67\x16\xdb\x62\x67\xde\x6a\x19\xce\x93\x37\xa9\x0e\x93\xeb\xf6\x2d\x86\xd4\x0a\xf4\x8e\x19\x2c\x2f\x0b\x3f\x94\xea\x18\x35\x26\x5b\x69\xa8\xc8\x69\x2a\x30\xee\x5d\x3b\x51\x52\xf8\x30\xcf\x94\x69\xbd\x2b\xdf\xa0\x84\xc9\xec\x13\x82\x3c\x6b\x3e\xbf\xdd\x5c\x0f\x81\x4c\xf7\xcd\xb4\xb0\x18\x42\x3e\x4f\x55\xcc\x94\x32\x73\x42\xd3\xc6\x6d\x26\xfd\x65\xa9\x83\x4e\x8f\xa5\x89\x73\xb4\xcc\xc7\x48\x47\xd6\xc7\x70\x59\x52\x60\x8f\x84\xd6\x01\x70\x45\xb3\xfa\x1f\xbd\x0b\x20\xf1\xe2\x5e\x27\x05\x3d\x80\x4a\xfb\xbd\x19\xca\x8f\x00\x26\x0d\xcc\x5e\xa7\x2c\x01\x1c\x96\xee\xf9\x9d\xbd\xfd\xef\x9e\x98\x38\x17\xbe\x29\x46\x4e\x80\x34\x4f\xe1\x36\x6e\x04\x4c\x65\xe1\x24\x46\x24\xaf\x02\x63\x8e\x8b\x9c\xad\xda\x38\x21\x2d\x33\x46\x83\xdd\xb6\x03\xef\x94\xfa\xd6\x30\x25\xf8\x0c\xf6\x7d\x54\x8d\xbd\x62\xd6\x30\xd2\xd5\xef\xbc\x5f\x62\xf5\x87\x75\x2a\xb7\xd2\xfb\x1d\xed\xac\xcb\x7d\x76\x5a\x0d\x0c\xcf\x6a\x17\x8f\x9a\xde\xfb\xf0\xa9\x8f\xfa\xcf\x7e\x9c\xcf\x9a\x06\xed\xb3\xec\xed\x57\xfb\xbe\x19\x73\x2d\xec\x6d\x8c\xe9\xf0\x36\x53\x5e\x5c\xa9\x35\x68\xd4\x33\xeb\x59\x21\xab\x44\x55\x51\x59\xcc\xad\x5a\x96\xb3\x15\x4f\x58\x49\xaf\xb5\x14\xcb\xe4\xd6\x5b\xd5\x6c\xe8\xe5\x76\x67\xac\x5a\xf3\x21\xac\x32\x97\x53\x72\x6d\x96\x10\x73\x19\x37\xe3\x30\xb6\x64\x28\x8b\xa4\xef\xa4\x3e\x9c\xc8\x15\x9b\x4e\xf4\x50\x0c\xc7\x2f\x0e\x84\xe3\x13\xb3\xcc\x11\x53\x00\x69\x91\x7b\xfb\x29\xc4\x00\x34\xe2\x98\xa9\x28\xdd\xfe\xe1\x47\xf9\x93\x83\xd8\xe9\x89\x49\x33\xe6\x4e\xbd\xcb\x07\x90\x1d\x25\x38\xc5\xed\x0f\xf8\xa2\x8b\xa2\xdd\x62\x0f\x41\xa8\xcc\x43\x6a\x43\xd5\x8f\xf0\xaa\xa8\x5a\xe5\x92\xf5\x71\xbc\x5f\xee\x9c\xee\xab\xa0\x48\x6c\x79\x52\x87\xf5\x97\xec\x3a\x44\x73\xc8\x1e\xef\xe7\x75\x19\xab\x07\x7c\xb8\x92\x38\x9e\xee\x5f\xf4\x77\xbc\xdb\x40\xff\x12\x3f\xf3\xd0\xf2\xd4\xc7\x7d\x83\x81\xf3\xfd\xc6\xd7\xc6\x6d\x5e\xbb\x4d\x9a\x1b\xcb\x4f\x5d\xeb\x3d\xd7\xff\xc9\x6c\xf1\xc7\xd5\xae\x77\xed\x4c\xd6\xc1\xb3\xd9\xed\xe1\xb5\x44\xeb\xe8\xc5\xab\xf5\x1f\x1f\xdc\xb2\xb1\x58\x16\x7f\x14\x91\x3f\x64\x5f\xbf\xb2\xa7\xea\x5d\x66\x82\xbd\xd1\x9a\x6d\x49\xd1\xfd\xa3\x76\x6f\xd7\xb1\xf9\x9e\x29\x1c\x76\xef\x37\x3e\xe5\x68\x44\x8f\x3b\xf4\x20\xaf\xa7\xdb\x45\x09\x3a\x90\xa3\xf6\xa6\xf4\x84\xe6\x39\x0c\xa3\x46\x12\xa9\x02\x9f\x3b\xa6\xa2\x3d\xe3\x6e\x05\x91\xdb\x67\x60\xb4\x22\xeb\x01\xb8\x99\x98\xde\x1f\xc9\x00\x90\x15\x66\xfe\x42\x91\x06\xa0\xe3\xc4\x58\x46\x29\x05\x60\x25\xc1\x80\x3f\x59\x01\xe0\xbe\xc5\x98\x75\x86\x0e\x20\x54\x8c\x69\xf8\x82\x2f\x40\x22\xff\xbd\xf1\xab\xe3\xbf\x7a\x62\x4a\x84\x79\x2c\x58\xaf\x02\x54\x52\x08\x7b\x89\x2e\x82\x7e\xb5\xa0\xc4\x51\x65\x51\x02\xd4\x1c\x95\x57\xb7\xa0\xc0\x9b\x57\xc4\x68\x9d\x08\x42\x63\xad\xf2\x66\xcd\x82\x72\xfa\x36\xf2\xe3\x66\xdd\x3f\x37\xe9\x2d\x05\x06\x4e\xc4\x4e\xbe\x60\x9f\xb9\xeb\x45\xf3\x48\xe7\xc3\x8d\x6f\x4f\xed\xb8\x3e\x04\x7d\x7a\x32\x2b\x6c\x7e\x64\x64\xf4\x9d\xc1\xc0\x57\xeb\x81\x89\x47\xaf\xa2\x3a\xc1\xee\xf6\x77\x8f\x67\xba\xd5\xd3\x8e\x39\x33\xfe\x9d\x0c\x25\x1f\x9d\x24\xe6\x09\x4d\x5b\xf9\x49\x4e\x07\x96\xf8\x6b\xb3\xee\x6f\x3b\x3f\x5a\xa1\xaf\xca\x4a\xf2\x76\x79\xb2\x6a\x54\x41\x13\x3f\xe8\x8c\x5c\x9b\x2c\x76\x8d\x6a\x74\xa1\xde\x70\xce\x23\x0f\x91\x70\x1d\x42\xb8\x64\x69\x87\xfc\xed\x72\x15\x19\x7c\xff\x90\x3f\x8d\x2b\x1d\x4a\x33\xd9\xd3\xcf\xd8\x39\x00\x6d\x1e\x17\xe3\x95\xe9\xfc\x15\xc3\x14\x95\x07\xc0\x87\x64\xfa\xeb\xc8\x37\x00\x85\x3a\xa6\x41\x8a\x0a\x00\x83\x52\x7a\x36\x8a\x83\xbf\x38\x08\x1f\xde\xbb\x67\xa8\xda\x01\xa2\xda\x19\xad\x2e\x30\x01\xa4\x1d\x67\x1e\xbe\xfa\xf2\x1f\x3d\x31\x16\x9c\x0e\x4c\xcb\x00\xf5\xb7\x04\xf7\x89\xc8\x82\x63\x63\xb6\xd8\x01\xc5\x51\xc2\x66\x4b\xb6\xec\x71\x0b\x4a\x3c\x7f\xdd\x39\xf5\xa8\x60\x24\x56\xa2\xd2\xc0\xe8\x54\x2e\xfd\xfa\x87\x9c\xfb\x8e\x4b\x2d\x03\x73\xef\x23\x3b\x22\xe8\xdf\x0e\x4e\x85\xfa\x95\xd5\x44\x8c\x52\x92\xfa\x71\x3e\x4c\xb8\x64\x7e\x90\xf9\xac\xd1\xfe\xc9\x9d\xf2\xcb\xd2\x5b\xcc\xc3\x6c\x0f\xae\x29\x89\x17\x91\x45\x12\x1e\x43\x3f\xe4\x9f\x0c\x66\xa6\x79\x92\xcd\x8d\xb7\x7e\x48\x89\xf3\x14\x5f\xbc\xd9\x50\x1d\x77\xc5\x73\x74\x59\xa4\x5a\x37\xd2\xd1\xd3\x63\x55\xb9\x22\x2c\x78\xcc\xeb\xe0\x1a\xba\xd8\x28\xf0\x80\x67\xd7\xc6\xd5\x7c\x43\x7f\x6f\x0f\x0c\xe2\x52\x76\x8b\x0f\xd1\x5d\x04\x39\x92\x5a\xe3\x1d\xef\x71\x16\x89\x4f\x3d\xe7\x75\xd2\x2d\x13\x7d\x2e\x61\xbf\xa7\x80\x6b\x10\xba\x37\xa6\x1b\x40\x38\x8c\xd1\x82\xdc\x04\x40\xf9\x3d\xa3\x0b\x85\x23\x80\x71\x11\xc3\x55\xca\xb2\x5f\x1c\x44\xa0\x12\xad\x37\xa5\x3b\x40\x5c\x0b\x7d\xf7\x19\x02\x40\xf6\x47\xa6\xb6\xab\x48\x80\xf2\x8b\xcc\xa1\x37\x1e\x01\xd4\xcd\xb1\xdd\xbc\x2b\x00\xd0\x32\xc7\x97\x2c\x78\x07\xdc\x3a\x85\x44\x0e\x29\xca\x10\xcf\x74\xef\x93\xe2\x35\xa3\xc5\xfb\x75\x11\x94\x8a\x02\xf9\xb1\x21\x6d\x2b\xda\x98\x6c\xf5\xf5\xc2\x87\x95\xd6\x87\x5b\xcf\xfe\xa8\x48\x97\x0e\xb9\x38\xc4\xf9\xb9\x26\x26\xb1\x62\xef\x34\xe3\xa7\xb4\xc0\xe3\xcf\x3e\x4d\x23\xba\x5e\x06\xc8\xbf\x8b\xfa\x62\x5b\xa1\x12\xa4\x32\x92\xf8\x5e\x25\xff\x74\xe0\xb1\xaf\x3c\xaf\x50\x69\xf5\x01\x0f\xbf\x6f\x3d\xf3\x8b\x27\x0f\x88\x9a\x4d\xe8\x18\x88\x4c\x0e\x38\xb1\xa0\xda\xf4\x21\x4c\xd5\x8f\x76\xf9\x46\xf5\xbb\xe0\x0e\x9f\xd9\x55\x8a\x07\xe6\x01\xcd\xbe\xfb\xd7\xd2\x4a\x2a\xfc\xa4\x7d\x3e\x6f\x9c\xcf\xf7\xf4\x35\xf1\x32\x40\xe8\x65\x3d\xf3\x61\xf0\x30\x44\xde\x4f\x7b\xeb\x75\xd1\x93\x07\x65\x91\xcc\xe7\x2e\xe4\xd5\x88\xb6\x88\x4b\x71\x8d\xf2\x7c\x8a\x31\x8f\x8c\x03\x10\x33\x63\xf4\x21\xdf\x00\x50\x17\xa1\x8f\x38\x5a\x02\x60\xbe\x40\x7f\xea\x38\x1b\x80\xcb\xc0\x6d\xca\xe3\x9f\x01\xc2\xbe\xd1\x2e\x9d\x78\x0c\x90\x3c\x44\xd7\x7f\x66\x02\xa0\x60\x8d\x8e\xfe\x5c\xe0\x3f\x7a\x62\xec\x59\x39\xef\xb4\x03\x3c\x33\xe4\x52\xe0\xa6\x81\x8e\xbe\xbb\x02\x5c\xd2\x48\xa2\xce\x5b\x1f\xb1\x54\x23\x06\xfc\xd0\x5b\x4e\xb9\x4b\xbe\x45\xd8\xf0\x3e\x53\x75\xbe\xac\xf4\x75\xfa\xa7\x17\x8d\x07\x5a\x11\xdf\x1a\xeb\x6f\x7b\xb9\x7c\x36\x7c\x73\x28\x07\x5d\xe0\xb7\x1c\xd6\xdd\x9c\x7c\xb5\xdd\x66\x41\xaa\x94\x2a\x31\xb7\x9f\xed\x6b\x64\x7a\x4f\xac\xe1\x27\xe9\x61\xb6\x24\xb7\x48\xab\x09\xc7\x7e\x85\x58\xba\xc8\xc3\xdf\xd6\x7a\x4c\x22\x85\x43\x17\x66\xe5\x1f\xeb\x07\xa3\xc3\x7c\x16\x0f\x35\x52\x07\x76\x87\x7c\x5b\x66\xa8\xae\xf6\xd3\x08\x21\xae\x3a\x54\x70\xfb\xbe\x08\x64\x5a\x3f\x5c\x7c\xcd\xab\x24\x38\x66\xe3\x5e\x3e\xd5\x6e\x1f\x4e\x75\x20\x19\xea\x6c\x4a\xba\x6b\x4c\x80\x00\x6a\x3c\xf1\x9a\x8b\xb3\xff\x1e\x74\x75\xec\x3d\x27\x1e\xbf\xd7\x98\xe6\xf0\x71\x00\xa9\xb7\x77\x4e\x1d\x99\xff\x77\xfe\xef\xe9\x7a\x33\xe6\x58\x09\x40\x44\xc3\x5f\xe8\x7f\x72\x10\x15\x0f\x6f\x50\x9f\x64\x00\x68\x3a\x79\x2b\xf4\xfc\x29\x80\xae\xb2\x9f\x3d\x31\xaf\x43\xd9\xdc\x59\x2a\x60\x6e\xa8\x86\x37\x5a\x22\x85\xf8\x78\x64\x43\x98\x45\x27\x75\xdb\xfd\xdb\x1e\x89\x0a\xb7\x67\xd8\xde\xc9\x4a\x85\x94\xf4\xad\xf5\xbf\xc6\x63\xb5\x6e\xb7\x2a\x4f\x7d\x1e\x92\xb3\xc1\x7f\xc6\xf5\xd4\x55\xbf\xc8\x8e\x5d\x9f\x2c\xe3\x69\x7e\xd9\xa4\xb6\x34\x96\xd2\x50\x95\xd3\xff\x66\x62\x3c\xf6\x43\xa1\xef\x27\xcf\xa1\xd7\x11\x94\x59\xa9\x5f\x4d\x5f\x75\x86\x04\xa4\x46\x4c\xbf\x79\x4a\x0c\xf8\x96\xd2\x33\x8b\x69\x1f\xf5\x65\x48\xee\x58\xa4\x69\xa8\xf6\xf1\x8e\x7d\xbe\xdc\xf1\xe8\x94\xd7\xd9\x98\x89\xd5\xe2\xf2\x20\x0f\xda\xa8\xe6\xf5\x98\x42\x79\x17\x7c\xb4\x27\x82\x23\x9b\xc1\xa5\x2c\x62\x1a\x79\x3e\xbd\xce\x89\x3a\xd2\x10\xa5\x9c\xec\xed\xc4\x16\xe6\x87\xc2\x27\xf8\x3b\xe8\x87\x78\x63\xe4\x22\xb7\xec\x08\xc1\x79\x58\xaa\xd0\x57\x00\x32\x5f\xe9\xca\x8f\x78\x01\xe8\x1c\xbf\x79\xf8\xb0\x09\x80\xf5\x8d\x1b\x78\x72\x09\x00\xff\x43\xd4\x18\x72\x65\x80\x04\xca\x2b\x4d\x47\x10\xbf\x72\x9e\x1a\xa5\x2b\xd3\xc7\xf2\x00\x3a\xdf\x53\x0f\x53\xbe\x03\x78\xa5\x78\xfb\xd1\xa5\x02\x80\x4f\x7d\xcc\xfb\xe9\x51\x00\x93\x21\x5c\x8a\x42\xfc\x70\x79\xa1\x96\x7f\x49\x6d\x74\x7b\x1e\x51\x28\xaa\xea\xf8\x74\xd3\x1e\x59\x22\xfd\x20\x85\x6c\x9d\x71\x3e\x43\xcd\xb2\x85\xe3\x2b\xdf\x27\x84\xb5\xc0\xf0\x4a\x4d\x78\xcf\x48\x92\xe2\x4c\x6c\xca\x62\x8f\xf1\xd3\xc2\x99\xd0\x10\xce\xfe\x95\xb7\xa9\x63\x93\xfe\xb3\xed\x8f\x47\x72\x06\xa7\xfc\xce\x3f\x92\x9c\xf4\x7b\xd9\xed\x4d\x53\x71\x66\x7a\xeb\xa9\xac\x87\x7d\x01\x72\xfe\x49\x73\xad\xdb\x78\xee\xe0\xd2\xbe\x3a\x19\xd7\xd2\x8c\x86\x95\xf8\x4a\x7f\xe7\xd4\x74\xb2\x35\xcf\x92\x62\x27\xc7\x94\x82\x0d\x86\xbc\x31\x47\x89\x24\x63\x84\x6f\x26\xc1\xfe\x71\x62\x17\x32\x2c\xed\xa5\x9d\x64\x5c\x3f\x8a\x98\x20\x4e\xea\xc3\xb1\x55\x8a\x61\xc3\x1c\x8a\xe6\xb2\x1e\x8a\x4a\xc6\x1e\x0e\x9d\x03\x90\xf3\xbc\xcd\x7a\x78\x0d\xc0\xf0\x2f\x1a\x85\x23\x1f\x01\x9c\x6a\xae\xe6\x1d\x5a\xf8\x77\x3f\x4a\xe9\xf3\x9d\x9c\x63\xff\xef\x5e\x90\x51\xd9\x3d\x6d\xff\x99\x3f\xbe\xd3\xf5\x5c\xd9\x00\x40\x5c\x65\xbb\xc3\xfe\x11\x5a\x09\xb4\x3c\x44\x39\xb1\xed\x56\x9c\xb3\xe8\x01\x67\x1b\x2c\x06\xb9\x4f\x46\x2a\xed\xe5\x14\x7a\x89\x5b\xa3\xb5\xce\xef\xc9\x97\x69\x41\x1b\xe7\x1e\xa9\x6c\xa5\xcf\xf7\xa3\xae\x7d\xbc\x1f\xbe\x31\xf4\xad\xf5\xcc\xe8\x61\xcf\x8a\x4f\xa1\x43\x3d\x1f\x1f\x3b\xaa\x7f\x76\x1b\xab\x7c\xc3\xe5\xe4\xfb\x7c\xed\x5b\xe0\xf3\x15\x07\xc5\xc7\x37\x67\x2f\x76\x64\xdb\xc7\xd7\x07\x2f\xcc\x36\x78\xd9\x85\x55\x39\x2c\xcf\x54\x8d\xd8\x17\x96\x44\xaf\xd2\x54\x98\xd9\xbe\x2f\x1a\x5e\xfb\x51\x34\x6b\xeb\x9c\xa7\xbd\xa1\x93\xbb\x68\x1d\x99\x23\x86\x24\x4f\xb7\xb1\x7a\x97\xa5\x86\x5c\x4e\xe9\xb3\x3e\x95\x7e\x06\x15\x9e\xc4\x6a\xa9\x9f\x82\xc2\x1c\x8f\xfa\x6c\x11\x9f\x7c\x05\x33\x10\x86\x33\xaf\x4a\x0c\xc5\xfa\x07\xd3\x02\x28\x75\xdd\x2c\x38\x94\xf4\x8f\xfb\xe1\xd8\xd5\x33\x87\xaf\x00\xc4\x30\xff\x9e\xf7\x55\xef\xf8\xee\x9f\xef\xdb\xc9\x3d\x77\x38\x90\xd9\x8d\x9f\x7d\x18\x5b\x2f\x0e\xfc\x1f\x27\x00\x44\x66\x07\x7a\x79\xf0\x26\x48\xf0\x6e\x28\xdd\x40\x0d\xe0\x5a\x45\x7d\x1c\x61\xaa\x07\x2d\x2d\xf7\x3a\xee\x74\x9f\xd5\x9a\xa3\x4e\x78\x99\x75\xe5\xf3\x85\x50\xfb\x53\xad\x0c\xf1\x2f\xa7\x6f\x84\xe8\xf4\xe6\x04\x2c\x4d\x29\x55\x5c\x7b\xf5\xc6\x6e\xfb\x2b\xd9\x58\x5d\x3f\x91\xe4\xc1\x30\xdd\xfc\x7a\xf2\x47\x63\xe7\x1d\xf3\xb7\x6f\xfc\xe6\xf5\x9b\xaf\x98\x2d\x3c\xbf\xba\x34\xfd\xa8\xd5\x3c\xa0\xbd\x60\x65\xa0\x22\x6b\xb7\x0f\x46\xb0\x7a\x72\xe3\x4c\x9e\x90\xb9\x6a\xc5\x77\x44\x48\xe6\x79\xf3\xb3\xa5\x38\xa4\x46\xda\x08\xc9\x03\x62\x9a\x94\xdf\x8e\x8e\x8e\xa5\x34\xb1\xcf\x51\xc6\x74\x87\x7d\x27\x71\x20\xc6\x86\x19\xde\xd8\xd9\x00\x0f\x00\x4d\xc5\x6b\x25\x07\x0b\x01\x2c\x4e\xff\x75\xf9\x3f\xeb\xf8\x9f\xbd\x20\x3b\x5c\xc0\xae\x07\xe1\x5f\x3e\x8c\x7d\x4c\x7b\x76\x7d\x18\x08\x63\x82\x1d\xef\x8a\xc2\xdb\x6f\x37\xb6\xde\x89\x49\x5b\x1f\xea\x7f\x88\x4d\x51\xf8\x12\x2c\xdd\xf4\x1c\x59\xa3\xfb\x31\xdd\x3d\x37\x65\xf5\x85\x5d\x47\xa5\x4b\x78\xf3\x62\x9b\xff\xd7\xe6\x33\x5e\xd7\x16\x4e\xe7\x5f\x68\x4b\xb0\xb9\x3e\x77\xac\xef\xfc\xe3\x51\x12\xff\xb1\xdb\x83\xe2\x3e\x5b\xb4\x58\x59\x23\x6e\xe0\x3a\xd4\xb1\x3c\x50\x69\x60\xe0\xf1\x8a\x7f\xcd\xb1\xe8\xa9\xe1\xb9\xee\x07\xeb\xaf\xf2\x7c\x0c\xaa\x1e\xeb\x21\xe4\x32\x0f\x18\x9e\x6d\x9e\x40\xf2\xa4\x85\x1b\x1d\xae\xe5\x46\x51\x26\xf3\x18\xb4\x3d\xaa\x43\xab\xc6\x7a\x1b\xf8\x57\xee\xc1\xdc\x8c\x8c\xd0\xef\x2a\x93\xc3\xd2\x85\xdc\xd6\x1f\x2e\x6e\xc3\x26\x04\xed\xd7\xb3\x2e\x7c\xb6\xe9\xe5\x13\x0a\xa0\xf7\xfa\x72\x05\x59\x15\x80\xfd\x9d\x9f\xeb\x21\xe5\xbe\xd9\x3b\xfd\x37\xbb\x3e\x8c\x86\x9f\x73\x64\x27\xe7\x58\xe5\xfd\x93\x83\xb8\x2a\x74\x04\x36\x14\x60\x9d\x49\x94\x2e\x7e\xea\x07\x61\x82\xb7\x46\x46\x68\xf0\x11\xde\x55\xfc\x8d\xd9\xf3\xce\xbd\x38\x29\xc5\xb7\x9e\x06\x15\x0f\x31\x92\x7a\xc5\x31\x23\xc9\x0f\x11\x3d\x76\xd4\x39\x2f\x02\x47\xd7\xd9\xbd\xc5\xcb\x1c\xdd\xc6\xd7\xa8\x52\x16\x1f\x8c\x58\xed\x59\xb9\xde\x56\x52\x1d\xa7\x17\xb7\x1c\x32\xd9\x59\x5d\xaa\x25\xbe\x92\xb4\x7c\xb9\x12\xad\xc9\xbe\x6a\xba\x4c\xa8\x30\xd5\xd8\x98\xdf\x5a\xf5\x2c\xb9\xa9\x49\x35\xbe\xb6\xbe\x94\xe3\xaa\xd5\xfd\x5e\x02\xb1\x37\xf3\x90\xf6\xf2\xab\xdb\x88\x0f\xf7\xb9\xff\xa7\xff\xe2\x76\xa3\x21\x96\x3c\x84\x4a\x73\xb4\x6e\x7e\x93\xdc\x4f\x95\xe4\xbf\xd0\xa6\x7e\x70\x66\xf3\xa9\x97\x06\x80\xc1\x9e\x9f\xf7\xb9\xe7\xe6\x9e\xdf\xb8\xa8\xb2\x73\xff\xff\x70\x20\x1b\x44\x00\x6a\xec\xf1\xe0\x6f\x78\x98\x64\x12\xa5\x5b\xf8\xb0\x9f\x68\xc6\xb3\x2c\x3a\xf8\x04\xb5\x1d\x29\x21\xa8\x5b\x51\xcd\xba\xb5\xa5\xc4\x60\xeb\x96\x5d\xb4\x19\xa5\x2f\x15\xe0\x12\x15\x81\xe1\xb0\x71\x88\xb3\xf4\xbe\x84\xe2\xf0\x0a\x48\xa7\x71\x7c\x89\x3c\x9d\xf8\x21\xbb\xce\x42\x17\xf1\xa6\x42\x3b\x87\x51\x6f\x68\xc3\xfc\x35\x5d\xc1\x11\xb5\xea\x75\xbf\x55\xab\x42\x65\x15\x5a\x84\xc2\xc6\xb5\x2c\xd5\xdd\xfe\x0f\x9a\x35\x56\x44\x6a\xea\x07\x95\xbd\xd3\xc9\xc8\xde\xc4\x00\xd5\x82\x91\x18\x94\x71\xbc\xbd\xda\xa1\x77\x5d\xe8\xa8\x28\x47\x35\xba\xd7\x97\x30\xaa\x61\xb5\x6a\x0e\x3d\x65\x18\x62\xb0\xa9\xda\xdd\xa7\xdc\xd8\x6e\x7f\x7e\x92\xff\x42\x8d\xa9\x95\x6b\x73\xc0\x93\x4a\xed\x66\x23\x1b\x4e\xd9\x75\x18\xc0\xea\xda\xcf\xf5\x84\x31\xfe\x9c\xa4\x3e\x8c\xfa\xd6\xdf\x39\x90\xa9\x5b\xff\x2d\xff\x5e\xe5\xfd\x3d\xff\x1d\xfa\x0b\x3e\x31\x7d\xa5\xbf\xf3\xec\x00\x31\x8b\x8f\x56\x38\xb4\x61\x74\x7b\x53\xb2\x4a\x73\xa8\x78\x0c\xdf\xa7\x7c\xd6\x9c\x2c\x39\x69\x2b\x5c\xf7\xad\x53\x5b\x08\xdd\x66\xa8\x95\x59\xa0\x91\xdb\x5e\xec\x35\x0f\xc6\xc8\xe7\x24\xfe\xc1\xec\x34\x86\x2c\xdf\x3a\x6e\x5b\xcf\x16\x4d\xdd\xa6\x9b\x24\xa4\xfe\x1d\xc5\xfa\x91\x3e\x85\xa8\x98\x86\x12\x40\x32\x26\x21\x15\x46\x50\xaf\x91\xcf\x12\xcc\xe5\x6f\x62\xfe\x46\x1f\x8b\x12\x91\x9b\x47\x76\xa0\x43\x23\x2e\xcb\x9b\xcf\x3d\xc3\xc4\x06\xfb\x2b\x50\x4f\x51\x60\xb6\x02\x8b\x15\x24\x3e\x97\x62\xbf\xfa\x60\x15\x8a\xde\xcb\x6c\x9a\x79\x9d\x53\x3c\xff\x56\x77\x33\xcb\x73\xbf\xe2\xc5\x97\x51\x38\x5e\x57\x5a\x45\xad\xe7\xd7\x71\x99\x4e\xd3\x8a\x7f\x77\x79\x6d\xb1\xd8\x35\x03\xb8\x59\xfd\x7e\x1d\x94\xdb\xfe\xce\x81\x8c\xb4\xfd\x9c\xe8\x8c\xff\x96\x7f\x4f\x66\xfd\x9c\xef\xf1\x00\xd4\x97\x29\x99\x7b\x38\x61\x8a\xd9\x9c\x8e\x9e\xe4\x81\xa8\x58\x24\xfc\x90\x10\x92\x57\xc9\x48\xdb\xfe\xac\x34\xa5\x83\x8c\x26\xc7\x3f\xd3\xbd\x67\xe1\xe6\xa3\xb9\xe5\x61\x51\xef\xfc\xd2\x71\x11\x27\xe0\x4a\xe7\xf3\x64\x97\x7f\x18\xde\x64\xbb\x5f\x12\x7c\x46\x57\x70\x53\xb0\x32\x21\xe8\x88\x3a\x03\x56\xbe\x27\x25\x4c\x4c\x51\x1a\x7b\x68\xb2\x35\xec\x8c\x2c\x1e\x33\x84\x5e\x08\xfd\xfe\xbf\xf8\x07\x69\xd1\x35\x83\x4d\x3f\x77\x67\xe9\xb1\xd9\xb6\xcd\x4f\xae\x9d\x32\xe1\x93\x49\x38\x2a\x97\x58\x59\xf2\x91\x3e\x9c\x8d\x53\x83\xcc\xda\xfb\xc5\x2d\x0a\x3b\x1f\x19\x97\x81\x99\xad\x20\x6b\x6e\xd9\x03\x7d\x86\x5b\x6f\x2d\x85\x7f\xf5\x04\xfd\xc9\x81\x0c\x1e\xdf\xf3\x5f\xbe\x7f\xff\xd3\x03\x31\xd8\xfb\x87\x07\xe2\x20\xcc\xdd\x33\xbc\x9d\x55\x65\x09\x9a\x3c\xb9\xec\x5d\x39\xca\xc4\x58\xf1\x66\xb1\xc2\x04\x56\x42\xa5\xd2\x59\xe5\x9a\x90\x85\x6d\x3d\x5d\x43\xa3\x1e\x57\x34\xbe\xd7\xfc\xa4\x45\x0d\x89\x7f\x30\x5f\xdc\x1a\xf6\xdf\xe3\x78\x6c\x97\x7f\xb8\x86\x23\x14\xb2\xbb\xd5\xab\xd3\xe3\xc2\x1a\x0f\x7a\x5e\x57\x52\xdc\x44\xbc\x9e\xf6\x6e\x91\x3b\xb6\x49\x9c\xdc\xef\x75\x49\xca\x1b\x77\x72\x53\xd6\x83\x7c\x97\x7f\xd0\xda\x92\xc6\xa5\xd9\x1b\xef\x7a\x1f\xfc\xb0\xfa\x5b\xf7\xac\x29\x49\x7d\x17\x12\x4c\x73\xdd\x5b\xb9\x16\x5d\xe2\xa8\x29\x5e\xfc\x15\x53\x32\x09\xff\x51\x77\xbc\x8c\x31\x46\xe2\xed\xc7\x2a\xbc\xa5\x31\xef\xaf\xeb\xa0\x52\xe5\xe7\x7c\x71\xe1\xe7\xfc\xae\xf2\xcf\xf5\x93\xfa\x50\x66\x76\x7c\xff\x7f\xf6\x20\xb4\x3e\x00\xb8\x36\x73\x62\xfa\xa1\x06\x00\x63\xea\xb5\xf6\xfc\x5b\x90\xcd\x63\xc6\xfc\x32\x05\x88\x6b\xe2\x54\x02\x8f\x22\xfd\x89\xb7\x14\xdd\x65\xe5\xbd\x9b\x09\x4e\xda\x6b\x6a\x38\x87\xa0\xed\x60\x33\x6f\x43\x13\x2b\xcf\xed\xd3\xf6\xcc\xa6\xed\x66\xb4\xf8\x17\x5e\x73\x16\x13\x86\x17\xf0\x15\xe1\x3c\x96\xa3\xbb\xfc\x43\x34\xfe\x58\x05\x9f\x2d\x42\x31\x0f\xbf\xa7\xcd\xc7\xd6\x5e\xb6\x68\xab\xeb\x2d\x87\x9d\x96\x14\xf7\x56\xe7\x94\xb9\x2d\xab\xc4\xb1\xad\x90\xcd\x93\xb6\xcf\xc4\xcc\xf1\x12\x5b\xc5\xe6\xbe\xa2\x55\xf8\x7c\xfc\x1e\x93\x98\xff\xe5\x7d\x10\xd9\xb7\xca\xba\x7d\x52\xbb\x57\x84\x69\x3e\x66\x9b\x41\xfb\xa0\x88\xf3\xd4\xc0\xb6\x8e\x66\xc3\xaf\x9e\xa4\x3f\x3d\x10\xb8\x96\xff\x96\x7f\x7f\xda\xf1\x20\xf4\x7c\xfe\xc3\x03\x21\x06\xb0\x87\x75\xcf\x9e\xa2\x43\x00\xf7\x1a\x6e\xfe\x95\x76\x15\x16\x39\x91\x74\x7a\xd1\x39\x60\x27\x52\xc8\xee\x17\xe0\x4c\xfc\x2a\xbf\x57\xc8\xd9\x75\x8b\x78\x45\x73\x51\xee\x94\xcd\x51\xc2\x7d\xa3\x50\x55\xb2\x5d\xfe\xe1\x02\xe1\xba\xeb\x35\xad\x61\x5d\xc2\xf6\x60\x90\xaa\x9e\xbb\xe6\xe7\xed\xf0\x04\x72\x43\x71\x95\xb9\x6d\xaf\x5c\x73\x43\xa5\x5d\xfe\xc1\x00\xff\xf2\x29\xd2\x8c\x5e\xea\x32\xfe\xd5\x60\xa0\x29\x8d\xb8\x14\x7e\x6e\xea\x81\x31\x9d\x68\x28\x7e\x19\x71\xd4\x88\x75\xb7\xf7\x62\xc7\xfb\x20\x68\x4e\x50\xde\x1e\x54\xb9\xf8\xbf\xbc\x0f\x02\xb2\x1b\x17\x08\x22\xf2\xd9\x00\x35\x17\x7f\xae\x77\x60\xa7\x0f\xe7\x77\x1f\xca\x2a\xd3\x1f\x1c\xd0\x8e\x0f\xa4\x85\xf3\xe7\x2c\x17\xdf\xe1\x20\xea\x01\xae\xfa\x1f\xd3\x48\xaf\x07\x60\xd0\xb9\x38\x1a\xfb\x04\x80\x4b\xf9\xd6\xd1\xe0\x33\x50\x2a\xc2\xc3\xfc\xcc\x8b\x01\x94\x64\x24\xb9\x2e\x3b\xd8\x11\xeb\xd5\x6d\x45\x15\xcd\xd3\x89\x07\x0c\xe3\xe4\x8f\x1b\xfb\x12\x16\xcc\x9d\x14\xfa\xf4\x94\x08\x2b\x4e\x37\x15\x40\xfb\x34\xe1\x89\x8f\xa1\x72\xa0\xba\x37\x21\x21\xe2\x8e\x6a\xbf\xb2\x0c\xc1\x39\x55\x4e\x6d\x5c\x3e\x9a\xa0\x51\x68\xad\x9e\x28\xb3\x4e\x38\x55\x3d\xa9\xb9\x2e\x39\xb6\x4d\x78\xbc\xa1\x75\x43\x6c\x71\x7b\xeb\xcd\x1e\x4d\x0f\x11\xd8\x7e\x31\xb1\xa5\xd5\x2c\xec\xbb\xdd\xb5\xb6\xa1\xa5\x2b\x14\xb1\xbd\xb4\x6d\xac\xa1\xb4\xeb\x7d\x88\x22\x2c\x10\x9c\x65\x1d\xf8\x06\x89\x57\x08\x55\x52\x88\x7f\xf3\x0f\xcf\x76\xf8\xd0\xdf\x7d\x28\x48\xf9\xff\x9e\x7f\xb7\xa7\xed\xe4\xdf\x77\x7f\xcf\xbf\xef\x37\x00\x50\x37\x1c\x2b\x8f\x0b\x07\xb8\xdd\x42\x55\x1f\xce\x07\xc0\x61\x7c\xdd\xd6\x27\x13\x96\x04\x19\xe9\xaa\x9c\x0d\xc0\x52\xb6\x91\x83\xdb\xaa\x1e\xae\xa9\x1e\xe5\x75\x35\x36\x27\xbe\xd1\x71\x13\xbe\xb3\xcb\x3f\xb0\x11\x6d\xad\x2b\x24\x5b\x35\x90\x44\x7e\x8f\x69\x99\x67\x2a\xdd\x44\xde\x60\x23\x99\x31\xc5\x3a\x22\x63\x4c\xb2\xac\xb5\xdc\x17\xc2\x72\xe6\x25\x85\x2c\x99\x71\x42\x5f\x91\x96\xd2\x71\x49\x37\x42\x6b\xed\x05\x25\x66\x31\x0d\x42\x7b\x67\xa9\xa2\x99\x88\x2f\x21\xa5\xbf\x4b\x29\x4d\x48\x86\x50\x3e\xca\xa0\x78\x44\x30\x9c\x10\x34\xcf\xac\xa4\xc9\xaf\x4c\xc0\x60\xea\x65\x7a\x76\xb8\x87\xe4\x3f\xbd\x0f\xbf\xf8\x07\xd2\x7d\xf0\xf3\x79\x88\xcf\xfa\xfd\x1c\x24\x79\x30\x3a\x15\x7f\xce\xea\xfd\x3b\xfc\x47\xc3\x8e\x07\xe4\x28\xc0\xf9\x44\xb2\x86\x90\x53\x3f\xff\x0e\xc9\x04\xa0\xa9\xa4\xa4\xf1\x15\x07\x60\x4b\xbc\xac\xe9\x6a\x06\x20\x50\x43\x7b\xd1\x66\x1c\x7a\x25\xd1\x0c\xc9\xa6\x66\x10\xad\x28\xc4\xd2\x63\x98\x08\x27\x35\xb7\xf9\x2e\xeb\x18\xc1\x3e\xfd\x47\xfc\x1c\x5a\x47\x88\xa3\x96\x6c\x42\x7d\x6a\x43\xc4\x67\x4e\x1f\x45\xca\x94\xfc\x88\xcf\x7c\x0b\x44\x86\x14\x62\x88\x15\xa1\x42\x62\x36\xb2\xf7\x88\x31\x89\x85\xe2\x18\xa9\x55\xa2\x5b\xe6\xa2\xc4\xf6\x2e\xff\x30\x40\xa4\xab\x4d\x91\x11\x14\x2e\x26\x4a\x76\x2c\x4b\x91\x0b\xda\x12\x65\xfb\x98\x25\x15\x05\x2c\x88\xb4\x1f\x7b\xa5\x06\xf9\xa5\x89\x57\x7e\xdc\x91\xfa\xc4\xe7\x44\x64\x5b\x6b\x91\x7c\xc0\xeb\x47\xf4\x22\x92\x8b\x85\x91\xf6\xe1\x57\xee\xff\x3b\x0f\x46\xf2\x60\xbc\xbf\xf6\x73\x3e\xdd\xe1\xe3\x6a\x8f\xec\x5c\xff\x34\x3f\x67\xca\xce\xbf\x8b\x58\xff\x39\xbd\x4e\xfc\x9c\xde\x73\x00\x37\x5c\x8f\xfd\xed\xe2\x00\xc0\x60\x40\xc5\x64\x6f\x0b\x20\xb0\x78\xf3\x2f\x0b\x4a\xc0\x89\xcd\xdc\xca\x34\xda\x03\x75\xf2\x9f\x18\x41\x47\x10\x02\x55\xd7\x58\x8f\x68\xde\x05\x65\x5d\x19\xce\xdb\x6a\x1b\x20\x68\xd2\xcd\x7d\x5d\xa5\x11\xee\x59\xbf\xe1\x49\x57\x44\xc0\x59\xd7\x77\x7c\x53\xb2\x2f\xe0\x8a\x3f\x96\xcf\x59\xe6\x31\x71\x35\xa2\x47\xf0\x8b\xd4\x04\xb1\x2d\xe5\x8e\x28\x99\xb8\x21\x71\x24\x5b\x42\xa8\x5b\xb4\x9d\xd8\x55\x12\x24\x42\x25\xa2\x4b\x0c\xac\x6b\x16\x57\x10\xe2\x27\xc6\xb6\x9b\x8a\xb1\x09\xec\x25\x66\xf4\x3e\x17\x3d\xc1\x67\x4b\xcc\x1b\x4c\x10\x51\xe3\x55\x23\x66\x4d\x0c\x8b\x68\x73\x7f\x26\xbe\x9a\x0f\x10\xcc\xe3\x46\x13\xbb\x91\xf6\x42\x72\x5c\x41\x70\x93\xd8\xcb\xcb\xba\xeb\xc5\x7a\xfe\xfb\x39\xf8\xfc\xe4\x0e\x07\xb4\xf2\x3b\x07\x74\xdf\x64\x87\x83\x91\xdb\xe1\x60\x22\x7e\x4e\x5f\x5e\x80\x0b\x93\x64\x25\x66\x9c\x00\x7f\x37\xec\xd9\x63\x35\x04\x40\x37\x7f\x3c\xc2\x42\x12\x80\xfb\xe8\xc5\x18\x13\x27\x00\x31\x71\x1a\x19\x9d\x1c\x58\x93\x39\x73\x6b\x42\xfd\x20\xb4\x28\x4f\x30\x18\xab\x64\xc0\x03\xcd\x3a\x26\x1e\x25\x3e\x78\xa8\x37\xc6\xe4\xa4\x28\x09\x21\x16\xb5\xac\x8b\x72\x69\xe0\xef\x60\xcb\xd6\x28\xcb\x0e\xba\x9e\xbc\x9c\x8d\x52\x47\xc1\x34\x00\xc5\x79\x45\x7c\x08\xf4\x23\x6a\x38\x73\xc5\x2f\xc2\xa5\x14\x7d\x3e\x71\xd1\x42\xd8\x9b\xa3\xc5\xbf\x2d\x94\x09\x27\x4a\xcb\xf8\x1c\x05\xa2\x81\xaa\x5a\x8e\x77\x9e\x5f\x8a\x48\x6c\x6d\xe1\xbf\xc2\xe7\x41\x9c\x7e\x96\x2e\x10\xc9\xc3\x42\x24\x0c\x74\xf1\x25\x73\x0d\xc2\xf9\x61\x22\x4f\x22\x97\x11\x9c\x98\xb2\xe2\x3d\xc3\x69\x05\x2c\x4b\xe9\xdc\xb2\x00\x87\x1f\xf3\xfd\x5f\xef\xe4\xad\x0a\x7e\xf2\x83\x71\xff\xee\x89\x91\x60\x15\x9a\x3f\x5b\x04\xa0\x54\x25\xd6\x79\x25\x0c\x40\x3b\x52\x9a\x8e\xb6\x19\xc0\xd0\x4f\xfe\x09\xd3\x79\x00\x53\x0b\x55\x63\xee\x53\x30\x6d\x26\xa8\xfd\x45\x34\x0d\xa4\x4c\xbc\x4c\xd8\x94\x24\x89\xad\x66\xe9\x56\x0e\x3a\x43\x84\x35\x53\x7d\xf7\x97\x16\x44\x82\xba\xc1\x5a\x84\x8a\x43\xd7\x76\xb6\x1e\x79\x9a\x9b\x47\x3c\xbe\x51\x9b\xa9\xa4\x25\xe0\xc1\x2e\x07\x12\xad\xf2\xb4\x3b\x30\x62\x69\x4b\x4d\xf1\xcd\x5b\x54\xe4\x67\xdc\x0f\xb9\xa6\xaf\x19\x31\xd4\x38\x41\x19\x87\x35\x8d\xf8\xb0\x2d\x32\xa9\x38\xd4\x40\xd4\xa9\xad\x57\x92\xda\xe8\xd9\x10\x1f\x7c\x82\x04\x25\xf6\x2f\x3f\x75\xc4\x2b\x89\x01\xac\xbe\xcf\xfc\xdc\xb2\x14\x17\x36\xcb\x47\xef\x6b\xb9\xd4\xd6\x26\x9f\x27\xfd\x47\x4f\x99\xa9\x4d\x21\xcf\x81\x41\x6d\x99\xc6\xcd\x6d\x57\xc3\x57\x2f\x65\x53\x71\x6a\xce\xfe\x3d\x22\x72\x69\xb8\x30\xa7\xd4\x2e\x17\xb9\xe1\xad\xd3\x76\x23\xad\x5f\x14\x44\xb6\x6e\xda\xbd\x03\xf8\xbb\x84\xbd\xf7\x3f\xfb\x40\xe2\x20\xd8\x17\x78\x29\x8e\x7d\xff\xb5\x0f\xd2\xe6\x42\x8c\xe7\x98\xfe\xd1\x97\x73\x47\xca\xe9\x16\x17\x80\x49\x87\xec\x2c\x63\x29\x80\x05\x5a\x79\x88\x5b\x00\xc6\xac\xc8\xb5\x9e\x8b\xcd\x81\x92\x95\x8b\xe1\x31\x25\x73\x62\x8b\x85\xac\xb9\x8b\x4e\x16\x01\x67\x56\xe7\x12\x6a\xa1\xb0\x3d\x6b\xfc\x38\x8c\xde\x35\x74\xfb\xa4\x01\x4d\xea\x53\xdf\x2a\x3c\xb7\x8e\x59\xe9\xdf\x21\x0f\xb6\x4a\x35\x62\x1a\x0d\x22\x1a\x76\xfb\x71\x3c\x94\x88\xef\x1c\xe2\x5f\xe1\xf6\xcb\xc7\x4f\xcd\x24\x3e\xdf\x7c\x2d\x63\x8a\x3c\x92\x24\x88\x4b\x97\x66\x43\x31\xc5\x1e\xdd\xa2\x92\x72\x47\xfd\x88\x2c\x27\xf9\x50\x48\x1e\x90\x69\x7a\xe9\x6c\xac\x80\xdf\xe4\xe7\x16\xd9\x71\xac\x96\x3f\xf3\x20\xad\xbc\x22\x36\xd1\x2f\xa2\x9f\x56\x0e\xb1\xe9\xe5\xc9\xdd\xe3\xa6\x40\xdc\x54\xf5\xaa\x22\x79\x40\xda\x28\x14\x1f\xe1\x62\x9c\xa5\x9a\x02\x15\x46\xb6\xe4\x6d\x87\x01\x2e\x12\xb8\x6d\xff\x16\x02\xa0\x67\xe4\xd1\x3d\x24\xf9\x0f\x0e\xe2\x3d\x6f\xf1\xc9\x30\x00\xd9\x45\x81\x8e\xb3\x48\x00\x8d\x68\x91\x94\x2b\x1b\x00\x06\x04\xf1\x75\x9a\x31\x00\x8b\x20\x59\x6f\x66\x2e\x00\xeb\xf3\x8a\x4d\x9c\xf7\x01\x61\x3b\xa4\xbe\x26\xca\x02\x46\xb6\x22\xfa\xb4\x8a\x41\x44\x5d\xab\x10\x8b\x55\xa3\xbb\x84\x14\xcb\x05\x27\x15\x5b\xea\xed\x3a\xb3\xfb\x81\x15\xee\xb1\x78\x7b\x63\x91\xe4\x43\xc1\xca\x5b\x39\x7a\x99\xc5\x06\x91\x09\xbb\xfd\x38\x57\xd4\x86\x9f\x7f\x49\xca\xdc\xac\x54\xee\x7b\x1f\x9e\xd2\xb7\xc9\xaa\xc0\x3c\xcd\x91\x96\xfa\x27\xff\x81\xeb\x96\xc2\xa2\x6c\xa2\x51\xeb\xcb\xd2\x25\x68\xa6\x88\xf9\x69\x3d\x39\x32\xb4\x69\x04\xe6\x8b\x95\xbc\x04\x1a\x13\xd6\x36\xf4\x59\x5e\x11\xbb\x37\x30\xe4\x2d\x85\xc2\x33\x2c\x7d\xe0\xd9\xde\x97\x8a\xfa\xd8\x0d\xdf\x03\xa4\x3e\x9c\x3f\x39\x98\xda\x2c\x15\x67\x9c\xbf\x8b\x18\xc0\xe5\x4f\x3c\xb1\xfb\x6e\x03\xdc\xbd\xc8\x7d\xe8\xd0\x22\x00\x7b\x21\x7b\xea\xd1\x44\x00\xb1\x60\x9e\xc2\x93\x4b\xff\xf0\x41\x6c\x08\xfa\x5d\x76\x04\x30\xd9\x10\x1b\xa1\xf5\x00\xb0\x4a\x97\x62\x66\xa0\x05\xb0\xdf\x56\x48\xe6\xa6\xd8\xed\xcb\x51\x77\xfc\xa2\x9b\xa6\xf4\x86\xe8\x62\x1b\x6b\xf6\xc6\xf0\x02\x41\xc6\xa6\xd8\xbe\xce\x81\x6f\xfb\x84\x45\x72\x90\xbe\x6f\xca\x16\xc6\x94\x25\xb1\x3a\xfc\xf6\xd6\x7e\x03\xa3\x22\xb3\xd8\xb1\xcd\x0f\x3a\xe7\x9b\xae\xa4\x5e\xdb\x74\xd7\xb0\x7e\xe6\x9d\xd6\x85\x2d\x52\x29\x18\x16\xc8\xcc\xc1\x2c\x29\xa8\x2f\x92\xe5\x48\xec\xf0\x30\xc3\x9b\x4d\x32\xc1\x88\xd5\xa4\x27\x9b\xfb\xa4\x33\x50\xe4\xb1\xc3\x8b\x9c\xb2\x28\x14\x77\xdc\xc9\xa9\x13\xf2\x07\xd1\xb7\xa2\x4c\x86\xef\x29\xd6\xa3\x15\xa3\xa2\x07\x58\x94\x6e\x63\x4e\x87\xef\x79\xa1\xa3\x4c\x8b\x19\x0e\x8e\xea\xa6\x55\x8e\xc1\x7a\x05\xb0\xb4\xb3\xaa\x2a\x63\x1f\xf8\x67\x91\x3c\x20\x24\x0e\xa6\x52\x58\x9d\x0f\xc7\xe5\x96\x0a\x70\x25\x8a\xa3\x64\x1f\x23\x00\xa3\x17\x87\xfb\xe1\xf0\x5f\xfb\x20\xd9\xca\x73\xf9\x94\x37\x80\xaa\x04\x6f\xc7\xb9\x83\x00\x06\xfb\xf8\x79\x2f\x8d\x02\x58\xdc\x16\xe7\xbb\x6d\x06\x60\xff\x58\xbc\xf2\x6e\x2c\x80\xcb\xac\x6c\x0a\x67\x0e\x2c\xb9\xbb\xaa\x24\x89\x0d\x80\xb2\xdb\x4b\xed\x42\xe5\x40\xa2\xbc\xcb\x59\x93\x1c\xe3\x5a\xc2\x49\xbb\x44\x5b\x70\xca\xc4\xbf\xb5\xe6\xf5\x6b\xf5\x5f\xdf\xd2\x37\x8f\x89\xdf\x8a\xae\xda\x5c\x33\xe6\x28\x94\x4a\x3d\xba\x79\x58\xef\x66\x83\x75\xc6\x07\x2c\x9d\x66\x4d\x2f\x67\xce\x37\x4c\xa5\xaa\xfe\xa7\x98\xbc\x4c\xcc\x29\x05\xe6\x35\xe6\x02\xb6\x3f\x79\x98\x75\x61\x39\x05\x44\x6d\x8a\xcd\x77\xa4\x82\x1e\xd2\x2b\xe9\xe8\x08\xa7\x62\x07\x2a\x38\xee\xfa\xc0\x37\x65\x19\x34\x63\x74\x6a\x2f\x5e\xd5\x1f\x6d\x17\xbd\xaf\x9b\x5a\x35\x1a\xa3\x12\x56\xd7\x71\x4c\xb5\x12\xab\x16\xe8\xdd\x38\xa0\xee\x87\x75\x0a\x14\x25\xf5\xe1\x3c\xc0\x68\x1e\xdb\xf4\xf7\x0e\x29\x0d\xd4\xe4\xc1\x5d\x70\x6f\x00\xb8\x7e\x81\xfb\xe8\xfe\x01\x00\x56\x71\xce\xd3\xe4\x2f\x00\x78\x82\x39\xe8\x8f\x2d\xfc\xbb\x27\xc6\x38\x91\xaf\xf3\x72\xc1\x3f\x7a\x62\xd8\x25\xbe\x33\x2d\x01\x78\xfe\x90\x09\xe7\xfe\x0b\xc0\x0b\xa9\x58\x27\x22\x03\x26\x3e\x3c\x1a\xad\x4a\x91\x44\x29\xcf\x68\x23\x36\x13\x89\xed\x37\x8e\xa3\xb6\xa1\xae\x4f\xf1\xb7\xed\xf9\xbd\x3e\x84\x8a\xed\xf6\xe4\x58\x99\x28\x17\x72\xa6\xf3\x62\x0f\xe8\xf7\x34\xbc\xcb\x93\xc5\x1c\xd4\x6a\x78\x69\x58\xe4\x84\x3e\xaf\xa6\xf2\xc5\xb9\xb4\x1f\xe5\xad\x64\xbc\xbc\x5c\x9e\xfc\x67\x2f\xce\xc2\x3b\xc5\xf3\x1b\xbc\x99\x1d\x63\x52\xca\xac\x88\xc2\x34\xee\xc1\x16\xd5\x7e\xc4\x4c\xea\x77\x92\x0f\xa5\xfb\x9c\xfa\x49\xb4\x61\x74\xfe\x63\x53\x0d\x16\x74\x5e\x54\x2b\x89\x83\xd9\xf5\xa1\xdc\xd0\x12\xc3\xce\xfb\x33\x94\x31\x6a\x0b\x6f\x5e\xf5\x3b\x99\xdf\xae\xc3\xb7\xd9\xe3\xa5\xf4\x8b\x8f\x62\xad\x67\xdf\x4f\x9e\x00\x20\x64\xce\x7e\x88\xa2\xe0\x17\x07\xf1\xbf\x7a\x62\xdc\x3a\xc5\x4a\x18\x2b\x00\x7c\xe8\x25\x8f\xb1\x21\x01\x02\x6b\xe5\x36\x44\x4e\x80\x59\x30\x83\xea\x82\x52\x33\xd1\xda\x37\x58\xbf\xc4\xa8\x7c\xfb\x9d\x3b\xbb\xd5\x13\xd7\xd9\xad\x0d\xc7\x60\xf7\x9a\xb0\x79\x1c\x85\xad\x77\xd4\xbe\x94\x28\xac\xa3\x39\x6f\x5e\x57\xce\x13\xf4\xa8\x21\x63\x13\x73\xc9\x61\x54\x91\xce\xdd\xbe\x89\x8a\x0a\x64\x93\xfa\x81\x89\xa5\x2a\x3f\x64\xab\xb2\xcd\xd2\x97\xca\x2e\x74\x86\xc2\x97\xd5\xe0\xa2\xf0\x35\x11\xc5\xeb\x6b\x23\x79\x4e\xdf\xae\x28\xff\x58\x4f\xce\x19\x1e\x4e\x55\xf3\xd9\x30\xc8\x6a\x79\xbd\xa5\x61\x8d\xa0\xcf\xe0\xef\xae\xd1\x94\x45\x76\x25\x0b\xb5\xdf\xd1\xfa\x81\x32\x48\x98\x6e\xf6\xd4\x12\x40\xa7\x45\x4b\x93\x7c\x28\x95\x53\x3a\x92\x98\x17\xa1\x6d\xc5\x19\x7a\x47\xb1\x12\xc1\x32\x45\xc7\x74\xc2\x37\x85\x7d\x3d\xf2\x32\x75\xb6\x36\x4b\xbd\x19\x01\x68\xe8\xd9\xf4\xc9\xc2\x01\x58\x59\x59\xcf\x1f\x41\x03\x88\x86\xb3\xbe\xa4\xc8\x07\x50\xa4\x65\x91\xa5\x94\xfb\xd5\x13\x63\xc9\xc3\x81\xbf\x70\x06\xc0\xc5\x9f\x27\xf3\x9a\x2e\x80\xf7\x7b\xe1\x7e\x06\x46\x80\xc0\x50\x09\x36\x8e\x44\x80\xb0\xfb\xb2\x49\x22\x1f\xc1\x26\x12\xab\xcc\xa8\x14\x4e\xe4\x09\xf1\xd6\xed\x34\x75\xdb\x8e\xf0\xd3\xb3\xb0\xf4\x3c\xb6\x75\xcd\xd5\xdd\xa5\x38\xe6\xfb\x6e\x4f\x8e\x95\x95\x51\x76\x4f\x11\xd9\xae\x17\x85\x5a\xb7\xe6\xb5\x68\x75\x0e\xc2\x45\xfd\xd6\xf7\xb0\x5a\xf2\x3f\x79\x18\x92\x0f\x65\xd4\x54\x5d\x61\x4d\xb1\xb0\xf7\xad\xb0\xa6\xf7\x7a\x6d\xee\xe3\x9e\x2a\xad\x87\x1b\xf8\x4c\xf3\x8e\x4b\x3a\x0b\x88\xa7\xf7\x7f\x34\x08\xeb\x26\xa1\xb8\x12\x89\xb5\x7b\x75\xf9\xd0\x77\x62\xdb\x2a\x6e\xeb\xd3\xa3\x7b\xa3\x59\x8a\xd7\xf4\x15\x31\x69\xe1\x77\xf2\x0a\x0c\xac\xb0\x67\x43\x32\xb3\xb4\x0c\x96\xb0\xd5\x81\x16\xf7\xf5\x0d\x2b\x37\xcf\xf8\x5f\x00\xa0\xd5\x67\x79\x4a\xf6\x06\x80\x83\x8b\x95\x8b\x3c\x03\x40\x2c\x9d\xf5\x22\x85\x0f\x80\xb2\x34\x0b\x1d\x65\xed\xaf\x9e\x18\x5b\x61\x0e\xb9\x0b\x25\x00\xee\x16\x5c\x4d\xd4\x22\x00\x41\x17\x04\x02\xee\xd8\x03\x84\x6b\x88\xbe\x62\xef\x03\x88\xbd\x2c\xd5\x28\x5c\x05\x81\xb1\xcd\x8a\x67\x15\x70\x44\xcb\x98\x93\x9a\xd9\xc6\xe7\xb6\xcb\x43\x37\x4c\xac\xdd\x31\x5b\x7f\x7b\x4e\x38\x95\xc4\x4e\x63\x25\x9d\x2d\x43\x1b\x73\x9f\xa0\x8d\x6d\xae\x65\x7f\x29\x7b\xb7\xeb\x45\xc9\xd6\x9b\x7f\x23\xd5\xb0\xbd\x7e\x57\x43\x65\xf6\x73\x4b\x20\xe2\xa8\x6a\xcb\x82\x5f\x1d\xcd\x6e\x2f\xce\x31\x0d\x9e\x95\xbd\x15\xbd\xef\x58\xb5\xc3\x57\xa5\x4b\x3b\x7a\xc9\x74\x0f\xaf\xa1\x0b\x86\x3a\xbb\x74\xd1\x1b\x62\x39\x51\x4d\xfa\xfa\x83\x88\xdb\x99\xe9\xd5\x7b\x0c\xe6\x91\x1a\x69\x8c\xe5\xdf\x0c\x7d\x51\xfe\x89\xe6\x45\xb6\x46\xd1\x68\xba\xb8\xa0\x5c\x3f\x63\x5d\xf4\xe7\x68\x53\x12\x07\x93\xd6\x66\xfc\x10\xab\x12\xdc\x98\x28\x6e\xf2\x05\xfb\x35\xa0\x15\xe0\x96\xf5\x3d\x9d\x03\xfb\x01\xb8\xf0\x2c\xa8\xa3\x7f\x03\x48\xd9\xb3\x38\x51\x2c\x03\x68\xb4\xb0\xf4\x9d\xd4\x06\x30\x75\xbc\xd7\x4b\x95\x03\xe0\xd0\xc2\x4a\x79\x2e\xf1\x57\x4f\x4c\xe8\x23\x3e\x1e\xba\x1e\x80\x98\x38\x81\x16\x66\x5e\x80\xc4\x7a\xc9\x23\xc2\xb2\x10\x97\xc2\x23\x67\xa5\xb0\x9f\x28\x9e\xe8\xa5\x21\x66\x02\xdb\x7a\xd1\xa5\x46\x48\xaf\x71\xdc\x8b\x80\x1c\xfb\x0f\xf1\x4d\x98\x41\xf7\x76\xff\x63\x05\xe7\x90\x2f\x1c\xea\xd2\x93\x1f\x25\x6e\x44\x5b\x08\x35\xec\x6b\x3a\xb6\x76\xc6\xc0\x78\xf0\x41\xc7\x43\x52\x2f\xce\xfa\x86\xba\xd0\xdc\x52\xd3\x5f\xdf\xef\x68\xe6\x2c\x32\xd4\x2a\x7d\xe0\xd0\x15\x5b\x2a\x7b\xa4\xfc\xf2\x81\xfe\xa9\x15\xbd\x07\x7b\x3a\x9f\x19\xb8\xaf\x09\x15\x67\x91\x7c\x28\xd5\x12\x46\x63\x1b\x6b\x59\x5f\xca\x5a\x4d\x7c\x11\x73\xe9\x06\x05\x22\xa6\x33\xc8\xb6\x54\xf6\xec\x4f\xa6\x79\x28\x62\x7c\x21\xc9\x87\x92\xda\x6c\x9a\x8c\x29\x09\x4f\x4c\xfc\x6e\x76\x08\xcb\x1d\xe2\x1e\xaf\x6c\x9a\x87\x5d\x0a\xf0\x05\xb8\xbb\x97\xb9\xf7\x60\x39\x00\xdf\x77\x16\xcf\xa3\x71\x00\xb2\x3c\xf7\x3e\x1d\xa7\x03\xd0\x7a\xc8\x2c\x7f\xe2\x38\x80\x45\x21\x8b\xd0\xe9\x3e\x00\x97\xcb\x6c\xd9\x17\xb0\xff\xee\x89\x49\x5c\x16\xb4\x66\x7d\x0a\x90\xf6\x4a\x3c\x4b\xd8\x1b\x12\x32\x97\x64\xf8\xe5\x97\x89\xba\xe9\x48\xd5\xa3\xc6\xdd\xdb\x45\x29\x97\xf5\xec\x3d\x98\x70\x6e\xd1\xe7\xad\x83\x12\xe7\xd1\xd9\x3e\xf5\x5e\x9d\xa5\xef\x11\x21\xce\xf8\xd4\xa7\xf5\x32\x6b\xd7\xad\xef\x36\x14\x3f\x76\x5a\x8e\x36\x62\x1f\xca\x79\xa6\x4f\xe2\x61\x56\x72\x34\x5b\x67\x0f\xb4\x59\x7d\x62\xd2\x77\x9b\xdf\xd3\xcc\xdf\x97\x6b\xd8\xb3\x18\x56\x3b\xf8\x38\xc0\x44\x76\xd9\xf0\xa1\x4d\x93\x9c\xa9\xcc\xca\x5a\x05\x47\x55\x8d\xf9\xad\xb5\x84\x62\xdf\x52\x6b\x73\x86\x0d\xd7\xdc\xb3\xf9\x7f\x59\xa8\x23\x22\x33\xb9\xb2\x28\x2d\xe8\x91\x5b\x29\x3a\xf7\xa7\x2c\xc6\x51\x16\x49\x49\xc9\x03\x16\x38\xb4\x4e\x1c\x6f\x62\x85\x45\x01\xe6\x48\xd4\x54\x14\xd1\xea\x1e\xa6\x3f\xfc\x62\xb8\xb0\x95\x21\x36\x38\xf8\x16\x00\xb3\x2d\xb3\xf2\x61\x19\x00\x5e\x75\xe6\x1f\xe4\x3e\x00\xf2\xa9\xcc\xcc\x14\x95\x00\xba\x23\xf7\xf8\x4e\xda\x03\x58\x5d\x64\x42\x53\x71\x01\xb8\x4f\x33\x5b\x9e\xfd\x02\x10\x6a\xc2\x62\x7a\x59\xf7\xbf\xf4\xc4\x50\x0b\xfb\xf1\xeb\x42\x55\xb1\xad\x44\x88\x6c\x01\xd1\xa7\x90\x4b\x51\xd4\x70\x61\xdb\x2f\x2b\x53\x7b\xcb\x33\x10\x47\x9d\x64\x6f\xf1\x23\x19\x48\x3d\x39\xeb\x9d\x9e\x83\xf1\xbc\xad\x82\xcb\x43\x76\xaf\xea\xf7\x3d\xcb\x59\x38\x6f\xaa\xfc\x51\xe9\xf5\x91\xa5\x40\x7d\xca\x29\xbe\x1e\xdb\xa9\x32\xfd\xa1\xe9\xd2\xae\x8f\xfd\x19\xa6\xa7\x67\x2f\xb6\x7f\xdd\xed\xc5\x91\xb6\xd0\x59\xaa\xab\xae\xdc\xed\xc5\xa1\xb7\x56\x5b\xbb\x53\x7a\x71\xd7\x87\xe2\x6b\xf3\x65\x63\x20\x47\x35\x39\xc1\x96\x0e\x79\x2c\x3d\x3e\x7e\xc8\x76\x08\xd9\x9a\x3a\xb5\xeb\x43\x09\xb4\x7d\x89\x7e\x10\x4b\x45\xe2\x60\x02\xa2\xec\x72\xb0\xd7\x42\x1d\x01\x18\x85\x99\xfe\x3a\x24\x08\x20\x30\xc1\x98\x40\xbe\x07\x40\x51\x92\x21\xf4\x98\xe9\xbf\x7b\x62\x7c\x3c\x98\x08\xe7\xa2\x01\x22\x95\xee\x19\x5c\xe6\x04\x48\xcd\x64\x6e\xb9\x1a\x06\x90\x9b\xce\x05\x8c\x22\x00\xa5\xf2\x02\x19\xbc\x51\xf0\xa6\xb2\x4a\xd4\x45\xea\x39\x31\xa5\xe2\x8d\x9c\x95\x81\xd6\x76\x70\xb1\xbc\x46\x8d\xe7\x29\xdc\x85\x9c\x0d\x63\x6c\x32\x0a\xe5\x12\x3b\xec\xbc\x51\x39\xb3\xfa\xd6\xff\x50\x94\x57\x27\x7a\x21\xd7\x89\x50\xe7\xf4\x6a\x72\x06\x69\x1e\x36\x62\xfd\x6e\x79\x3e\xcb\xd8\x6e\x9c\xe6\xf5\xe8\x40\xae\xc5\xf3\x6f\x47\x7a\x78\xba\x6a\xac\xbe\xcf\x58\x3d\x7e\xd7\xb0\x6a\xf3\x66\x6e\xaa\x75\x6f\x25\x9d\x9d\xe2\xa2\x5c\x7d\x69\x7e\x98\xc3\x97\x65\xd6\xea\x23\x99\xae\x0e\xba\xab\x4f\xcb\x5e\x93\x7c\x28\x09\xe7\x1d\x33\x36\xd4\xf2\x54\x62\x83\x1d\x32\x10\xdd\x19\x08\x12\x07\x13\xb6\xdf\x91\x1c\x95\x9f\x74\x21\x78\xcc\xf1\x18\x9a\x29\xde\xdb\x2f\xc9\xb1\x00\x23\x10\x25\xe9\x57\x63\x9f\x88\xbd\x1e\xea\x0e\xc0\x84\x67\x8a\xfb\xcf\xef\x48\xd1\x68\x86\x67\xe4\x36\x00\xca\x8b\x77\x3a\x8f\x0e\xfc\xe2\x20\x9c\x8f\x31\x10\xa9\xa2\x7e\xf5\xc4\xc4\xdd\x67\xa6\xba\xbc\x0f\x20\x53\xf7\x9e\xdf\xb5\xc7\x00\x45\x33\xec\x9e\xf4\x42\x00\x95\x66\x7c\x17\xb8\x9e\x00\xba\xf6\xa3\x50\x98\xf8\x75\x62\x7f\xfd\x69\xa9\x22\x9d\x67\xdb\x25\x35\x3e\x2a\x74\xee\x9a\xb8\x9b\xe5\xd9\xfa\xc5\xc9\x0e\xc8\xd1\xf4\x54\xfb\x97\x8f\xb8\x97\xf2\xc3\x6e\x85\x6a\xf7\x6e\xcc\x84\x7b\xf2\x55\x3b\xbf\x8f\xf9\x7e\xdc\xb6\xf5\xc3\xc6\x27\xa9\x91\xef\x36\x01\x23\x01\x83\x3c\x4f\x65\x1d\x30\x5f\xcb\xfb\x22\xea\x96\x9d\x2f\x7d\x7f\xfb\xec\x66\x69\x86\xcb\xa5\xb9\xd3\xed\x0c\x79\x97\x5c\x6a\x16\x8a\x1a\xcb\x32\x92\x5c\x2a\x96\x3e\xd4\x48\x24\x4d\xba\x9e\x5a\x81\x07\xb2\xb1\x6b\xae\xdb\x6b\x57\x4b\x57\x23\xe6\x5d\x9b\x36\x0e\xe6\xdf\x0f\x33\x76\xbd\x8a\x60\xcb\x16\x0e\xe6\x77\x3d\x86\x64\x4f\x97\x21\x71\x30\xde\xf7\x5d\x2d\xd0\xac\xf1\x61\xde\xae\xce\x8d\x98\xa3\xd1\x2a\x1e\x54\x2e\xa2\x98\x82\x08\x55\x00\xd6\xa1\xbb\xe6\x87\x44\x00\xc4\x07\xef\xbe\x26\x57\xf8\x87\x07\x61\x87\x83\x70\x9d\xba\xfd\x83\xb2\xe9\x17\x07\x91\xb4\x48\x2f\x74\x96\x03\x20\x37\x9c\x99\x86\x7a\x09\xa0\x12\xc7\x22\x77\x4b\x0f\xa0\x3e\x8d\xa3\xfb\x1e\x27\xa0\x5a\xfc\x05\xb9\xc5\xf9\x89\xdf\x1e\xe7\x89\xe7\x6b\x5f\xde\xae\x68\x63\x54\x64\x76\xeb\xc3\x49\xd7\x4b\x6b\xdb\x25\x5d\x42\x2a\x97\xb2\x58\xf9\xd5\xfc\xb5\x90\x1b\xeb\x1a\x1c\xf7\x5a\x72\x6a\x4f\x20\x75\x55\xc4\xe8\xc0\x44\xaf\x4b\xdf\x9b\xc5\xf1\x6b\xdd\x0f\x3d\xd9\x3f\x06\x0f\x6b\xd4\x9a\x7b\x5b\x8d\x39\xbf\x0d\x2a\x1a\xf0\x96\xfc\xf6\xb9\x87\x39\xeb\xa1\xf7\xf0\x8f\xed\xae\xfa\x94\x3e\xef\x73\xf3\x29\x2d\x7a\x31\x43\xde\xf3\x4b\xec\x75\xb4\x24\x1f\x4a\xd8\x09\x4f\xc2\x1a\x73\xe9\x58\x40\x92\xf7\x99\x75\x87\xc2\xf7\x7e\xd5\x9e\xb0\xd1\x9d\x4b\xe5\x73\xc3\x53\x05\xa9\x71\xff\xa3\xb7\x81\xbb\x04\x4a\x21\xb9\xdc\x4b\xde\x6d\x08\xb5\x96\xf0\x96\xe4\x43\x71\xe7\x73\xbd\x86\x69\x0e\xff\x0a\xc0\x4d\xc3\xc8\x74\xf8\x0b\x80\xcc\x5e\x7a\xfa\x23\xb9\xbf\xfa\x51\x2c\xfd\xe8\xe6\x8f\xeb\x00\x78\xf7\xd2\x7e\x3c\xbe\x0c\x10\x55\x4d\x13\x4b\x89\x07\x48\xc7\xde\x6c\x3a\x79\x02\xa0\x5c\x91\x6e\xe1\x82\x1b\x40\x7d\x1c\xe3\xd8\x8d\x48\x80\xc7\x8c\xec\xd7\x99\x7b\x00\xba\x19\xf8\x32\x45\xe6\x80\xfe\xa5\xb8\xf0\xa2\x1a\x33\xe1\xde\x8b\x10\x99\x13\x0e\x81\x38\xd5\x5e\x65\x55\xb6\x84\x4d\x04\xae\xed\x90\xd1\x5a\x4d\xcb\x5c\x7a\x69\x9e\xa7\xff\x5b\xf8\x74\x23\x5e\xae\xec\xd2\x8f\xe2\xa7\x9f\xa3\x94\x7b\x8e\x4f\xbb\x54\x9d\x8a\x34\x19\xe4\xfd\x72\x3e\x4b\x20\xf2\xe0\x28\xf5\xe0\x44\x92\x4b\x58\xe2\xe4\xd3\x97\xd3\xd1\xdb\x21\xd7\x7f\xac\x3c\xa1\x8a\xb4\x09\x9c\x9f\x5b\x69\x25\xec\xfa\x50\xba\xfc\xaf\x2f\x4f\x3f\x7c\x19\x48\xe5\x6b\xb3\xc6\x59\xfa\x91\xc4\xc1\xf8\x8c\xfb\x68\x23\x4e\x64\x4f\x7b\xf1\xf9\xd9\x23\x96\x32\xe2\x3d\xaa\x7d\xf6\xa0\x4c\x92\x15\x77\x7d\x28\xa1\x9e\x03\x18\xb3\xc8\x14\xa7\x60\x9f\x6b\xd8\x5b\xa1\x76\x00\x5c\x01\x77\x53\x0f\x93\x03\xc8\x93\xd1\xf5\x1f\xf9\x0e\x60\xa4\x73\xeb\xdc\x51\x36\x00\x3b\xb2\x9b\xee\xff\x79\x8e\x06\x31\x5f\x8f\x3d\x76\xe2\x57\x3f\x4a\xfe\xcb\xeb\x3f\x28\x89\x00\xb5\xea\xd7\xec\x29\x5f\x02\xb4\xcb\xde\xbe\x77\x21\x0b\xa0\x97\x86\xe5\xf6\xdd\x6f\x00\x03\x77\xb9\xca\xf9\x25\xc0\xe5\xd3\x84\xc0\x51\xc5\x7b\x84\x90\xcf\x1f\xc4\xd3\x6c\x78\x71\x75\x23\x4e\xf2\x21\xb1\x81\x08\xd3\x61\x1b\xad\x6b\xb5\x5d\xb3\x9c\x6f\xae\x5b\xf1\xbf\x6b\x7a\xa1\x52\xbb\x96\x91\xb9\x86\x2c\xb0\x7b\xd8\xf7\xc4\x63\xd6\x2f\xd5\xa9\xe8\xc6\x3b\xad\x2f\xcb\xd1\xca\x39\xe3\x5f\x4a\x06\xc6\xc2\xed\xef\x3b\x4d\x15\xbc\x30\x08\x42\x26\xa7\xcf\xbc\xee\xe4\x0f\xb8\x95\x18\x3e\xdf\xde\x72\xcc\xef\x66\xdc\xc9\x25\x97\xda\x60\x1f\xa5\x28\x8b\x95\xcd\x07\x49\x5e\x6c\x91\xb7\xd7\x1e\x97\x1c\xf5\x3c\x15\xde\xbb\x3e\x5e\xc0\xeb\xa6\x1e\xc6\x8a\x98\xcd\x48\x72\xbd\x10\x3a\x80\xac\x4a\x33\x70\x5e\x0a\xf6\x43\x8d\x27\x9e\x71\xe2\x0f\xa9\x42\x9b\xc6\xc5\x39\x7e\x09\xa4\xc5\xe8\x45\xd6\x38\xd0\x04\x24\x63\x39\x42\x4f\x00\x08\x59\xdf\x6e\x3c\xf4\x9f\xdf\x4d\x11\x34\xf2\x87\x8f\x00\x98\x25\x5f\x2f\x3e\xdc\x03\xe0\xa6\x73\x75\xfb\x70\xea\xaf\xdc\x97\xe4\xbf\xaf\x28\xfd\xe9\x81\xe8\xa0\xfa\xe9\xc5\xe8\x1b\xbf\xba\x8f\xa2\x16\xe0\x03\x35\x9d\xd8\x95\xe3\x00\x5f\xef\xb2\x1c\x64\xda\x80\xd1\x39\x7d\x9e\x30\x29\x13\xe2\x2d\x04\x85\x90\x9f\x31\x71\x8b\x05\x43\x26\xc9\x10\x61\x84\x54\x5f\x1e\x54\x92\xaa\xc2\x7c\x91\xf8\xaa\x63\xa6\xdc\xaf\x57\xbe\xf8\x56\x23\x76\x66\x52\x3d\xda\xe5\x75\xf4\xcb\xab\xdf\xc8\x03\x6e\xbf\xa2\xfa\x50\xfe\x99\xde\x57\xa3\xa9\x63\x7c\xae\xdf\xc8\x9b\x58\x75\xf5\xfb\xb5\xe7\x41\x9e\x47\x4a\xfd\x66\x1f\x74\x5c\x71\x0f\xcb\xe7\x5e\x3c\xdc\x50\xbb\xeb\x01\x61\xcf\x70\x5a\xcd\x2f\x97\x71\x1a\x4f\x4b\x59\xd7\x2d\xac\x77\x5c\x4c\xe2\x46\xdc\xca\x96\x70\xa4\x4c\xc8\x43\x52\xa6\xd7\xdb\x27\xc5\x45\xa1\xcc\x92\x0f\xda\x33\xc4\xd8\xa0\xcf\xc4\x7f\xdd\xe5\x3f\xb8\xa3\xeb\xb0\x27\x43\xab\xad\x35\x22\x3e\x61\x53\x82\xbe\x03\x88\x8c\xd1\x8c\x1c\xfc\xcf\xff\x2b\x1f\x5e\x3b\x7a\x60\xee\xff\x87\x5e\x90\xd0\x9d\xfc\x9b\xd4\x0b\x22\xb2\xc7\xe5\xff\xde\x77\x1b\x51\x13\x28\x47\x00\x36\xca\xee\x6c\x5e\x97\x04\x20\x26\x72\xae\x09\xf5\x10\x2f\xe0\xb5\x85\xc8\x4d\xf2\xd1\x8c\x98\xd3\x92\x33\x11\x8e\x63\x57\xd7\xc9\x54\xd1\xc5\xf2\x8f\x5f\xcd\x6b\x5b\xc4\xb4\xb3\xdf\x8f\xfc\x5a\x1f\x7a\xf9\x4d\x7c\x80\xc6\x97\xd1\x96\xde\xf7\xf4\x4e\xa7\xc6\x06\x47\x75\xdf\x5d\xb7\x3f\x31\xe4\x3d\x29\xf5\x92\xdc\xee\x48\xcf\xed\x19\x87\xc7\x8d\x76\x92\x6d\xa7\xe7\x3f\x35\xbd\xb4\x5d\xac\xdf\xbf\xa4\x5d\x33\x64\xfb\xb8\xea\xf0\x4a\xfa\x83\x51\x1b\x87\xb2\x9a\xb5\xee\x62\x2e\x1b\xc3\x02\xd4\x86\x46\xee\x94\xf5\xcb\xdc\x13\x88\xc6\x8c\x57\xd6\x17\xb3\xd8\x91\x7d\xa9\x26\xbb\xfc\x47\x7c\x9a\x1a\xba\x36\xa6\xd9\x82\x3b\x85\x1e\xf3\x34\x9c\xd7\x9c\x3e\x65\x16\x4b\x15\x6a\x68\xba\x94\x30\xb0\xa9\xe2\x77\x03\x40\xca\xe4\xe6\xf3\x83\xf9\x00\x7a\xb2\x97\xab\xc9\x4a\x01\x6c\x3b\xff\xe2\xfd\xcf\xba\x48\x79\x1f\xe9\x3a\x78\xf8\x64\x27\xf7\xdc\xf1\x21\x90\x7c\x18\xdf\xb3\x7f\xf6\x21\x6c\x16\xef\x65\xf8\xf9\xbe\x97\x56\xe5\xb4\x0b\x00\x31\x89\x73\x49\xa8\x75\xfd\x30\xbe\x5f\x48\xd2\xd0\x6f\xdc\x6b\x93\x53\xba\xd7\xef\x40\x2f\x0b\xf2\xa1\x86\xff\xfd\xfb\x15\x6b\x2b\x71\xd6\xd4\x8f\x5a\xa3\x86\xe6\x06\x03\x93\x1f\x37\x7b\x1d\x9e\xa5\x2e\x7f\xf7\xa4\xd8\xda\x7e\xfa\xc0\xa7\xd1\x9e\x8b\xa4\x1e\x14\xa3\xbb\x93\x2d\x73\x6b\xcd\x62\xc6\x1f\x07\x2d\x17\x9f\xd4\xd2\x9a\x7c\xe9\x15\x5e\xc6\x55\xde\x37\x35\x79\x6c\xb4\xba\x56\xba\xdf\x64\xb9\xc9\x6f\x83\x2c\x8f\xdd\xf4\x6c\xcd\x02\x42\x30\xf3\xa3\xc9\x70\x15\x3f\xd2\x2f\x15\x6f\x42\x5d\xfe\x04\x55\x96\x80\x37\x69\x2c\x7a\x89\xd6\xff\xff\x10\x76\x96\x71\x55\x2e\xdf\xdf\xc6\x04\x03\xc5\x6e\x11\x03\x91\xee\xee\xee\xee\xee\xee\xee\x94\xee\x90\x2e\x29\x11\x09\x05\x09\x95\x12\x11\x94\xb0\x15\x50\x41\x45\x14\xa5\x6b\x77\xac\xe7\xa3\xec\x0d\x47\xcf\xf9\x3d\xff\x57\xeb\x83\xf2\x62\xcf\x30\xf7\x0c\xdc\xeb\x9a\xef\x95\x34\x68\x79\xe6\xfa\x2d\xa4\x55\x6c\x95\x45\x58\x09\x3f\x8a\x36\xea\xbe\x45\x79\xbe\x2d\xea\x6b\x98\x9f\x85\x55\x4e\x13\xda\x35\x58\x00\x40\x7e\x84\x26\xff\xd7\xe7\x37\xa3\xde\xe2\xfe\xab\xfa\x9e\xfc\xb3\xef\x4b\xf6\x20\xb4\xa4\x91\xfa\xdf\xa4\x5c\x18\xf2\xfd\xef\x3f\x3d\xf8\xbf\x2a\xd3\xea\xd9\xd9\x79\x66\x62\x13\xbf\x84\x58\xf9\x87\x42\x7c\x98\x04\x18\x51\x3c\x49\xc7\x6e\x55\x3e\xe8\x29\xd6\x88\x41\xf1\xea\x5f\x88\xb9\x90\x97\xb7\x52\xea\x78\xbc\xe8\x5c\xa4\xc4\x82\x57\xf0\xb7\xda\xad\xde\x9a\xf3\x56\x85\xcf\xeb\xef\xda\xef\x98\x9d\xe9\xae\xbc\x53\x6e\x92\x35\x23\xf8\x23\xfb\xae\xb8\xa1\xc5\x5c\xf3\x2c\x4f\x5d\x94\x81\xc6\xf4\xf0\xbc\xeb\x0d\x0f\x43\xdc\x48\xd2\x62\xfd\x75\x06\x63\xb7\xa1\x5b\x4b\x98\x22\x5e\xe3\xbc\xc7\x31\x2b\x0e\xb9\xa7\x4c\xb6\x76\x55\xae\x1a\x67\x45\x99\xa0\x5a\xfd\xd6\x1c\xd3\x14\x8d\x9f\xdf\x3d\x8e\x68\x4d\xe0\x36\xa1\xad\xbb\x89\xbc\x1d\xed\x61\xba\xa7\x86\x1e\x39\x72\x75\x90\xec\x3f\x31\x8a\xbb\xb1\x03\xed\x1f\x24\x67\x9c\x7d\x7d\x06\xfd\x24\x20\x0c\x40\x1b\x75\xe6\xf0\x76\x14\x80\x3d\x29\x07\xe5\x6f\x1f\x06\xf9\xde\x33\xd9\x8b\x32\x6a\xbd\xbe\x2f\xfc\xc9\x81\xe0\x8a\xd7\xeb\xbc\x37\x00\xd3\x27\xba\xf4\x0f\xad\xc4\x45\xbe\x11\x61\xf9\xa1\x23\xf8\x1f\x52\xea\x7a\xbd\x6d\x53\x38\x65\x95\x9d\xf6\x98\xf2\x78\xf4\x82\xa1\x70\xb0\x5f\x4a\x2a\x32\xd1\xde\x30\x31\x25\xe8\xc5\xaa\x65\x80\x52\x7e\xad\x7b\xff\x8a\x6c\xe6\x6c\xf1\x5b\x5b\xcc\xb2\x61\x83\xf2\x75\x57\xe3\xfa\xa5\xad\x6f\xc4\x2b\xdc\x75\xd2\x96\xbc\x16\x99\xae\x3b\x92\xfd\x1f\xda\x1c\x0b\x4d\x4b\x2f\x0b\xee\xeb\xec\xf8\xd2\xbc\x12\x96\xbd\x57\xd7\xe4\x6d\xee\xea\xcd\xf4\x29\x3d\x9b\x61\xfe\x35\x8f\x94\x29\x5d\xe8\xf7\x47\xd4\xc6\x2b\xea\xbd\xed\xae\x41\x2a\xc7\xf8\xea\xf9\x3d\x38\x82\x32\x0a\x9f\xd3\xe7\x69\x61\x46\xb5\x85\xd1\xe8\xd9\x35\x0a\xa1\xcb\x03\x52\xf5\x0e\x34\x14\x61\xce\xfa\x86\xea\x6a\xd7\x2d\x60\x8a\xbd\x4e\x03\x18\x55\x6d\xa1\xfc\x35\x1e\xcf\xf0\x3f\xd7\x01\x99\x07\x22\xf7\x3d\xc9\x1c\xc8\x8c\x2b\xc5\x7f\xdc\x7f\x26\xe7\x20\x7c\xb0\x06\x60\xa2\x3f\x37\x38\x44\x00\x01\x3e\x7a\xbe\x1b\xed\x67\x09\x1f\x25\x53\x55\x02\x6a\xe6\xf0\x5c\xaa\x32\x16\x89\x79\x4e\xd8\x70\xc3\x03\x1e\xb9\x31\x67\xd1\xb5\x76\x69\x61\x7a\xbe\x47\x91\x03\xbe\x0d\x09\x15\xce\x5d\x48\xd7\x44\xfb\x24\x57\x9b\xdd\x08\xb6\xf2\x9a\x74\x8c\xb1\xc7\x5a\x4a\x97\x77\x66\xa9\x76\xe6\x6a\xf7\x97\xeb\xd7\x24\xd5\x4b\xd7\xf8\x56\xe9\x33\x4e\xaa\xbd\x5b\x1b\x5a\x7d\x94\x6a\xa6\x46\xb9\xc6\xbc\x96\x98\xf8\x56\x8d\x30\xdd\x86\x70\x8d\x33\xd2\x38\xfe\xf1\x1a\x92\x31\x5a\x4b\xbd\x6b\x44\x10\x75\x38\xfc\x86\x06\xf7\xf3\x3b\xa8\xde\x90\x73\x64\xef\x87\xe6\x50\xcf\x20\x3a\x2d\x60\x9b\xe6\x60\xd7\x15\x34\xf8\x1a\x69\x7c\x7f\xe0\x87\x79\xe2\x41\xa3\xd1\xdc\x3a\x82\x15\x76\xf9\x06\xf0\xbb\x9d\x49\x01\x10\xd1\x4d\xf1\x27\x07\xb2\xfa\xe7\x73\x30\x59\x43\xf1\x1f\x39\x10\xe4\xfe\xef\x08\xa9\xdf\xd1\xef\x0d\x40\xa9\x4a\x41\xd1\x49\x03\xbe\xbc\x2b\x5c\x49\x0d\x0e\x44\x63\xc9\x16\x39\xd3\xe2\x4c\x02\x9f\xea\x76\x3d\xdb\x94\x5e\xdc\x92\x41\x84\x4d\x51\xa8\x33\x56\xc7\x36\xd7\xab\xcf\xe3\x09\xe6\x8c\x97\x4c\x70\x95\x03\x07\x7a\x20\xa6\x2b\x74\xd0\xca\x06\x4d\x9d\x5b\x19\x49\x34\x8a\x44\x3d\x6c\x40\x45\xf5\xe9\x88\xa2\xb6\x0d\x9c\x89\xc9\x51\x2b\x40\x46\x4e\x37\xc6\x06\x2b\xbf\x46\x2e\x20\x77\x5e\x95\xdf\xe0\x1f\x86\x7e\xf3\x0f\xc6\x4a\x11\x8b\x77\x51\x75\x41\xa1\x4a\x6a\xdf\xf7\xa2\x2b\x7c\x8f\x28\x5b\x8e\xbf\x45\x0f\xf8\x54\x2a\x2b\xbd\x4b\xc2\x84\x79\xc8\xa9\xdc\x7b\x51\x8f\xb1\xf4\x8c\x50\xd9\x32\xb4\x03\x4b\xeb\xe2\xa0\xd2\xd9\xc7\x85\xd5\x77\x3e\xa2\x92\xd4\x63\x86\xed\x76\x38\x0e\xe0\xee\xf2\xe7\x3a\xb8\x51\xb6\x5e\x1f\xc9\xaf\xd7\x8f\x91\xff\xd5\xff\x9e\x13\xf8\xef\xfe\x6f\x27\x11\x80\xb1\xef\xac\x71\xe3\x4d\x48\xe7\xbb\xcb\x31\x5c\x61\x41\xbc\x2b\x45\x2f\x59\x93\x75\x95\x80\x54\xd1\x57\x4d\x89\x35\xc5\x23\xf4\x0f\x19\x59\xf8\x75\xe1\x56\xad\x7e\xda\x52\x6c\xe4\x3f\xc8\x60\xa3\xc3\x12\x3c\x23\x37\xfc\x17\x87\x30\xdd\xe5\xc2\x7e\x06\xda\x73\x18\xd5\xfb\xd4\x01\xaa\x6a\x0a\x18\xc6\x97\x6f\xfd\x07\x94\xea\xd0\xed\x33\xb9\x81\xa7\x15\x42\x30\x07\xd1\x4a\x7e\xc7\xc8\xfc\x83\xbc\x08\x66\x08\x43\xe3\xb9\x5d\xce\x12\x5d\x8a\xa9\x70\x3d\x2c\xa7\x37\xd7\x8e\x95\x71\x3c\x2b\x1f\x34\x75\x11\x2b\xe4\xb8\x20\x1f\x3e\x71\x07\x9b\x69\x5f\x22\xdf\x35\x32\x80\x9d\xb5\x15\x97\x97\x7a\xc5\x88\xf3\xb6\xa4\x94\xf7\x7f\xb6\x13\x57\x6e\x5e\xb1\xb9\x0e\xc8\x1c\xc8\xff\x3f\x07\x62\x71\xe1\xff\x9f\x03\xd1\x44\x09\xc0\x4c\x71\xb6\xa2\xea\x32\x3c\xe3\xfd\xc2\x9c\x9f\xcb\x00\x46\xe2\xa6\x7c\xee\x49\xa2\xc4\x34\xa5\x35\xd9\x93\xa1\x63\x84\x1a\xbd\x7b\x5a\x97\xdd\xd1\xf8\x17\x56\x97\x4d\x98\xc8\xfc\x83\xd5\x57\x5c\x73\x88\xa8\x7d\xb0\xa9\x3a\xee\x49\xbc\xaa\x5d\x8d\x41\x04\x4e\x3f\x6f\xd2\xe9\xb4\xf6\x75\x1c\xcd\x2d\x2a\xe7\x4e\x35\x73\xec\xb7\x2e\x6f\x67\x84\x52\x36\xb6\xe9\x15\xda\x45\x4b\x9e\x0a\x9b\x35\x27\xf5\x0f\xef\xc5\x37\xdc\x2e\xac\x85\x7d\xc8\x86\xf7\xe2\x27\x0e\x89\x33\x31\x4f\x90\x7a\x80\xec\xc3\xa5\x9a\x51\x93\xb9\x07\xe9\xf3\xdf\xad\x71\x33\xc6\xa5\x52\x7b\x3e\xbf\xc2\x07\xeb\x39\x4b\xd1\x7c\xb0\xc1\xdf\xd2\x79\x0e\x90\xbe\xed\xcf\xfd\x70\xe0\xc3\x7a\xfd\xfe\xc7\x3e\xb8\xb6\xed\x4f\x0e\x68\xa3\xff\xcb\xb1\x5e\x6f\x69\x92\xfa\xdf\x2c\x00\x14\x79\x14\x14\x05\xd7\x01\xb8\x9e\x5f\x5c\x4e\xa1\x82\x72\xb1\x52\x8e\xfb\x57\x9f\x13\x09\x8a\xed\x62\xec\xbe\x05\x44\x7f\x1d\x23\x39\xbc\xcb\x05\x42\x81\xb9\xae\xd6\x1b\xeb\x29\x82\xa0\xd3\x19\xfd\x38\xf3\xb7\x78\x82\x6f\xb4\x51\xa4\xc9\x08\x3e\x2f\xe2\xa3\xd9\x43\xbd\x56\x7c\x76\xba\xac\x59\x96\x16\x33\xde\xbf\xa4\xc8\x5c\x58\xed\x27\x0e\x7d\xfb\xba\xb5\xaa\x92\x30\xfe\xd8\x43\x13\x4b\x46\xb9\x16\xfc\xae\x37\x32\x16\x99\x32\xd6\xb8\xd9\x1f\xdb\x2d\x2a\xa4\xd2\xf1\x74\x58\x55\x33\xaa\xbf\x73\x1f\xfe\x2f\xee\x41\x6c\xcf\xcf\x48\x82\x9b\xf2\xf8\xe6\xb9\xd8\x75\xfd\xcf\xf3\x70\x7d\x5c\x1b\x1e\x08\x52\xfe\xc1\x4b\xd2\x3a\x20\x7b\x10\xea\xbf\xac\xd7\x52\xa5\xf5\x9a\x1f\x02\x70\xd1\xec\xc0\x97\xf4\x5c\x00\x2e\x41\xba\xd0\x18\x26\xf8\x2a\x92\xcc\xe4\x11\xe4\x01\x2e\xf2\x0b\xbc\xaf\x3d\x44\x89\x1f\xb4\xd0\x12\x95\xf6\xcc\x44\x77\x63\x79\x79\x1e\xcb\x83\x84\x15\xdb\x27\x6a\x66\x26\x77\x08\x23\x1e\x2d\x1a\x8c\x06\xd2\x84\xfb\x21\x37\x34\xfb\x74\x90\x84\x94\xb8\x44\xed\x21\x8d\xf7\x04\xed\x1c\x1b\xbd\x33\x6a\x3b\x09\xa7\xca\xcb\x0c\x98\x95\xf8\xf0\xc8\xa6\xeb\x06\x44\xf9\x45\x7c\xf1\x23\x53\xe3\x27\xd2\x5f\xf0\xf0\x72\x42\x6f\x55\x4a\x15\x3f\xf0\xf5\x93\x81\xaa\xc4\x67\xfc\xe4\xda\x0e\xbd\xb7\x1b\xb9\x0f\x12\x84\x3b\x04\x5e\x55\xec\x86\xef\xe1\x2f\xee\x41\x98\x19\x3d\x49\x3c\x2e\xfd\x1e\xa0\x91\xb0\x3e\xee\xb7\x24\x6f\xd2\xba\x07\x82\xbc\x0f\x7e\x9b\x25\x71\x70\xa4\xfe\xf6\x43\x02\xa9\xff\x7b\x6e\xbd\x96\x91\x38\x91\xa2\x6d\x00\xa7\x9a\xa8\x02\xae\xda\xac\x7f\x1d\x5f\x08\xc0\x29\x7f\x56\x36\x34\x13\xf0\x22\xad\x0c\x77\xbc\xc7\xa1\x57\xa6\x91\x75\xcc\xb1\x0a\x5c\xd5\xbc\x78\x03\xad\xe5\x89\xdf\x0c\x3c\xc4\xb3\x4d\xef\x12\xbd\xac\x07\xe4\x77\x18\x9a\x13\x3d\x5d\xa5\xe4\xa3\xf5\x3a\x89\x0a\x7e\x91\x4a\x27\xb4\xa8\x88\xe2\x51\x2b\x4a\x85\x6a\x81\x44\xe9\x64\x6d\x25\x7e\x95\x73\x84\xc5\x02\x16\x35\x33\x45\x17\xc2\x54\xe5\x45\xb5\x38\x39\x24\xa1\xa6\x49\x57\xe3\x81\xb4\x1a\xe1\xf6\xa3\x69\xf5\x64\xc9\x97\x84\x94\x17\x2d\x1a\x79\x12\x0e\x84\xe0\x09\x6b\x8d\x51\x31\x3a\xc2\xd0\xfc\x3b\x95\x7e\x72\xee\x83\xf0\xeb\xdf\xe3\x2e\xf9\x9b\x7b\x10\x40\x03\x35\xf1\x96\x48\x0e\x40\x3f\x69\x7f\xf8\x93\x83\xf9\x39\x4c\x3a\x07\xc8\x3e\x18\x92\xff\xe2\x2e\x89\x03\xa8\x20\xad\x87\x6c\xd2\x7a\x88\x23\x7d\x7f\x90\xe2\x7a\x0d\xb3\x05\x60\x0b\x3e\xfe\xca\xaf\x06\x40\x78\xf5\xd2\x45\x67\x2f\xc0\x48\x61\x18\x9e\xdb\x78\xc2\x2d\x15\x0f\xf6\x7e\xb3\x0f\xc0\xaf\x67\x28\xa8\x61\x64\x07\xdb\x4d\x4b\x45\x79\x75\x5b\x61\xb7\xbd\x95\xa8\xb5\x36\x0f\x11\xed\x2e\x23\x46\x50\xff\x4c\xfc\x1a\x38\x22\x51\xaa\xaa\x42\x7c\x7a\x35\x50\xca\x68\x83\x7f\x28\x21\x7a\x16\x08\xca\x9f\x91\xcd\x24\xba\x56\xc5\xcb\xfd\x94\x71\x22\x72\xde\xf1\x54\x1c\x92\x48\x20\x9a\x76\xae\xc9\xdd\x14\x2b\x22\xea\x0c\x99\xc9\x55\x8a\x6d\x25\x32\x8d\x36\x2b\x84\x89\x3c\x23\xb2\x4f\xd7\xc9\xaf\x0a\x5b\x10\x3d\x57\xe3\x65\x92\xff\xe6\x1e\xf8\x11\x20\x4e\xfc\x2a\x98\x0f\xf0\x69\xfa\x8f\x7d\x70\xe8\xff\xe0\x80\x56\x49\xfc\xc7\xb7\xf5\x9a\x64\x47\x1a\x37\x35\x89\x03\x08\x07\x38\x43\x41\x39\xef\x13\x0f\x70\xa5\xe1\x40\x96\x5b\x12\x80\xe0\x56\x5a\x3a\xfb\x10\x00\x29\x77\xfa\x20\x8b\x54\x18\x56\x16\x61\xe1\x32\x3c\x02\x09\xda\xf7\xb9\xf6\xe8\xb6\x41\x88\x01\x3d\xb7\xb8\x56\x0c\x38\x58\x3d\xe7\xfd\xaa\x71\x09\x2c\x1c\x5b\xf9\xa6\xd5\x0a\x40\xc8\xeb\x8d\x10\xaf\xf2\x30\x30\x86\xa4\x08\xdf\x54\xf4\x81\xbd\xb1\x8b\xa2\x9d\xf2\xfc\x44\x44\x7a\xb6\xf8\x59\x59\x59\x62\x5f\xd1\xa0\xe4\x88\x34\x0f\xb1\xab\x2a\x46\x92\x20\x79\x8c\xd8\x78\xe7\xa4\x94\xa2\xf8\x5e\xe2\xed\x07\xdd\x52\x3b\x45\xba\x88\x6d\x4f\x5e\x4b\xee\x14\x5a\x20\x0e\xbf\x61\x16\x0f\x15\xbc\x49\x9c\xf8\xcc\x21\xa6\x21\xb8\x9b\x38\xb7\xf0\x40\xf4\xb6\xa0\x11\x71\x06\x33\x2a\x26\xc1\x5f\x0f\x2a\xc4\x65\x81\x61\x00\xfc\xef\xdf\x13\xff\x67\x0e\x06\x69\x3e\x6a\x5e\x93\xd6\xff\xd9\xf5\x9a\xb6\x85\xc4\xbf\x90\xd6\x87\x0f\x89\x1b\xb3\x77\x59\xaf\xce\x89\x00\x17\x3b\xf6\x5a\xd8\x7a\x00\x70\x54\x1c\x39\x64\x39\x09\x20\x5a\x47\xeb\x68\x7a\x00\x40\x2e\x92\x5e\x42\x77\x16\xa6\x54\x69\xaf\xdc\xd5\xd6\x82\x9b\xba\x43\x6c\x08\x32\xff\xa0\xb6\x0f\xaa\xac\x83\x39\x22\xc8\xfc\x83\xe2\x27\xf0\xf6\xb7\xe4\x1d\x96\x2f\x03\x97\xb0\xcf\x7c\xee\xb2\xe1\xa0\x17\x7f\x43\xe0\xa0\x8c\x3d\x30\x66\x7e\x12\x56\x90\x58\x03\x95\xfc\x71\x01\x6f\x89\x33\x40\x5b\x59\x22\x1c\x21\xa6\x07\x7b\x6f\xf7\x8b\x78\x8a\x28\xc1\xb1\x7b\x99\xc2\xda\x42\x66\xc0\xf4\xf0\xad\x60\x97\x20\x3f\x9c\x1f\x6e\x10\x3a\xc6\x9f\x0d\x12\xef\x22\xf8\xd7\xf8\xf9\x40\x78\x72\x54\xc0\x85\x8f\x0f\x2c\xe7\xf6\xf0\x49\x10\xbc\xff\x07\x07\xb4\x7f\xbd\xd6\x92\xf2\x50\x8a\x91\xeb\x35\x9d\xc4\xc5\xc4\x3c\xf8\x93\x83\x71\xf9\xb9\x5e\x2d\x1c\xd6\xab\xcd\x01\x80\xf3\x31\xbb\xe6\x2c\x92\x01\xd8\x2e\x1c\x3c\x61\xca\x04\x20\x94\x7a\x6a\xa7\x9e\x34\x80\x4c\x25\x5d\xb0\xe6\x25\x20\x2a\x0f\x5f\x42\xa8\xd5\xc0\x92\x7a\xe3\xe5\x6a\xd5\x04\x78\x6f\x48\xcb\xa4\xa9\xbc\x0c\xef\xcc\x7c\x98\x95\x95\x16\xa1\xcd\x61\x0f\xfb\x7e\x05\x2d\x68\xf4\x08\xe3\xd8\x2b\x17\x03\x37\xfc\x9f\x71\x8a\xcb\x72\x43\x42\x24\x1d\xf7\x0f\xa9\x4e\x48\x8d\xa7\xe2\x76\x15\xd7\x84\xfc\x8c\xdb\x5c\xb2\x62\x6f\x21\x24\xdf\x85\xa7\x58\xc4\x1f\x22\xcb\x35\xb9\x31\xc2\xf5\xe0\x5e\xd3\xcf\xcb\x2e\x18\x06\x7e\x77\xdf\xf2\x68\x0a\x1e\x01\xe3\xce\x14\x3e\x5e\xbe\x3e\x08\x7a\xc2\xc6\xdd\xca\xf7\x18\x4c\xdf\xb4\xf0\x8e\xf1\x5a\x41\xf8\xfb\x1b\xdc\x41\x00\x14\x7c\x82\x47\x7f\x3d\x17\x67\xf0\x62\x7b\xb6\x6f\x01\x60\xa8\x11\x31\xa2\xf2\x03\xe0\x19\x14\xd9\xb7\x2f\xee\x1f\x1c\x44\x95\xd4\x8d\x53\xe7\x00\xb4\x12\xe5\xc5\xce\x67\x02\x18\xfd\x54\x5a\x63\xd4\x03\x30\x8f\xd6\xdc\xc9\xad\x08\x60\xb5\x4f\xef\x9a\xc8\x13\xc8\xb7\x4a\x30\x4b\x56\x5c\x82\x0b\xd6\xbb\x6c\x18\xb5\x15\x89\x49\x96\x99\x9e\xc1\x66\xe2\x04\xa2\xd9\xf6\xc8\xed\x76\x8d\x04\x4e\xe3\xdd\x19\x6a\x1e\xf6\xf8\x58\x7d\x8b\xb2\x2a\xff\xc3\xb8\x2e\xed\xcf\x77\xb9\x43\x7b\x70\x0c\x1a\x0d\xbd\x27\xa2\xb6\x63\xf1\xaa\x1d\x2f\xcf\x45\xb5\x63\x87\x95\x05\x26\x94\xae\x86\x62\x96\x15\x55\x97\x32\xe3\x47\xb1\x0f\xe5\xed\x11\xef\xa3\xda\x71\x05\xb2\x78\xd4\xe1\xe0\x05\xdc\xa2\xac\x3d\x2a\x29\x90\x6e\xde\x53\xee\x1b\x6a\x3a\xe0\xc8\x37\x59\xf9\x20\xb4\x83\x6f\xf4\x78\xa3\x02\x13\xfa\xad\xb7\xfe\x5b\x49\x45\x33\xcc\x69\x2f\xda\x67\xd7\x94\xb6\x62\xe2\xdd\xab\x9e\x44\x29\xef\xc3\xdc\x73\x7b\xd2\xa3\xa1\x1c\x87\xe5\x70\x6e\xed\x78\xa6\x6c\x8d\x6d\xb1\x9f\xbb\x5f\xa8\xa2\x83\xbd\xed\x60\x01\xb0\xc5\x47\x30\xea\xd7\x3c\xd0\x7a\x8a\x7a\x6f\x2f\xdb\xe4\x20\xf8\x02\x85\x38\xf7\xe1\x00\xa4\x1e\x8b\x04\x1d\xce\x05\x50\x05\x09\xc4\x29\x53\x00\x83\x67\x72\x54\x17\x99\x00\x4c\xa5\x14\xdf\x33\xaa\xff\xc3\x97\x43\xd4\xf5\x16\xa3\x80\x1b\x76\x1c\x26\xf2\x8a\xea\x1b\xf9\x28\xca\xd6\x43\x1e\x22\x96\xf7\x09\x89\x16\x71\x11\x5e\x2e\x42\xf8\x2a\xd3\xe1\xb4\x16\x3f\x26\x1c\xd2\xf0\x48\xd9\xcf\x10\x57\xdc\x3e\xdd\xd1\xa6\xa4\xab\xa9\xd8\x4a\xcd\x9e\x5e\xc1\x58\x0a\xcc\x23\xf5\x84\xd7\x17\x93\xf2\xb0\x5b\x94\x27\xbe\x0c\x27\x30\x63\x7a\x14\xaf\xac\x1e\x49\x20\x60\xb3\xe4\x6f\x23\xf2\xa2\x0f\xe0\xe8\xe4\x06\x91\xd6\xe1\xaf\x11\xb3\x72\x0b\xc8\xef\xa1\x96\x64\x0e\x66\xf2\xb2\x42\x0b\x0a\x17\x10\x31\x12\xa9\xb4\x1f\xed\xef\x27\xf9\xbf\x38\x98\x6e\x05\xe5\x04\xac\x9d\x93\xd0\xbd\x5c\xd5\x63\xd8\x28\xc7\xf1\xe6\x05\xb5\xfd\xd8\x24\xc7\x09\x80\xad\x33\x02\xbf\xd7\x03\x99\x83\xf8\xdb\x13\x23\xd3\x2a\xfc\xf5\x70\x1f\x80\x7a\xaf\xf8\xa3\x53\xbb\x01\xf4\x03\x65\x54\xe8\xe6\x00\x2c\x22\x15\xb7\x32\x51\x00\xd8\x3e\x54\x5e\xe1\xb0\x07\xb0\xd7\xd7\x8e\x11\xd9\x0d\x2d\xf6\xc9\x46\x28\x05\xc1\x8d\x7c\x94\xad\x76\xb2\x6e\x43\xb6\x99\x04\x73\xab\x81\x50\x16\xb7\x23\x78\x5b\x73\xe1\x54\xc7\x80\x32\x5c\xb2\x51\xf7\xf5\xa2\x88\xdd\x1b\x5c\x10\xb3\x56\x6b\xaf\x7c\x42\x08\x46\x57\xbd\xe6\x6d\x56\xaa\x36\xfa\xa3\x4a\xd0\xf4\x85\x74\x17\xf4\x5d\xa5\xa8\x95\xb9\xf4\x3e\xb2\x1f\x08\xbd\x24\x9f\x8a\x58\x8d\x32\x5f\x44\x29\xec\x47\xde\x0d\x5b\x9b\xe4\x51\x12\x43\xce\x87\x0d\xbf\x9f\x55\x1a\x40\x5d\x0b\x4e\xde\xc8\x43\x21\x71\x30\x8f\x85\x54\x29\x30\xbc\x5e\x2d\x64\x0e\xe6\x3e\xbb\xfa\x2d\x8c\x9d\x17\x2f\x99\x83\xb9\x73\x5f\x7d\x0c\x6b\xec\x7c\x0b\x60\x1b\x27\xff\xc8\xaf\x79\x38\xd7\x2b\x50\xbf\xfd\x2d\x00\x87\xb3\x20\xd7\x9e\x8f\x00\x02\xdf\x05\xa6\xf7\xcf\x01\xc8\xd5\x0b\x57\x1f\xe1\x00\xd0\x78\x2a\x62\x7d\xbc\x07\xc0\x84\x55\x0c\x77\x76\x10\xc0\x26\x5a\xae\x9d\xd1\x00\xc0\x5e\x5d\x59\x99\xc3\x13\xc0\x85\x55\x33\x48\x44\x19\xda\x5c\x29\x0c\x12\x15\x2a\x88\x04\x17\x25\x0b\x7d\xbd\xe6\x8d\x7c\x14\x6a\x5b\xa1\x60\x1a\xcf\x1b\xf8\x9d\x96\x7e\xc9\x4c\x21\xf4\xd8\x4f\x26\x4f\xae\xd3\xc6\xe4\x63\x66\x0c\xce\xdd\xf5\x4f\xde\x8a\xa1\xd3\x9e\xee\xc3\xa7\x3b\xa0\x7b\x35\xce\x8e\x38\x67\x8c\xa2\x30\xaa\x9a\x3f\x3a\xb3\x8b\xd1\x2d\x4a\x11\x2b\x8b\xe9\x0f\xc8\x7e\xa0\x55\xac\xa2\xf6\x1a\x31\xae\xe2\xfb\x59\xe5\x10\x84\x71\xec\x77\xb2\x17\xe8\x4d\xa8\x1a\x15\xd2\x25\xea\xf6\xf0\x15\x35\x6b\x94\x59\xe8\x14\x39\x0f\xa5\xab\x5a\x1d\x8b\x8e\xf6\x7f\xf1\x2f\x0e\x26\x4e\xb3\x03\xf3\xd4\xe3\x62\xed\x67\xad\xa3\xd8\xd3\xae\x48\x80\x9d\x5a\xbc\xbf\xdf\xab\x6d\xf4\xff\xc9\x1c\x84\x32\x7f\xd8\xfe\x44\x00\x05\x6b\x81\xcf\x87\x3e\x6c\x7a\x62\x2c\xee\x8b\x97\xd3\x9d\x06\xb0\x33\x95\xb5\xbf\xd2\xb0\xe9\xcb\xf1\x44\xa9\xef\x12\xb1\x26\xfb\x72\x88\xa3\xee\x2f\xcc\x27\x0d\x2d\x09\x75\x4e\x09\x4e\x3b\x1d\x9d\xf1\xfd\xf6\xd1\x01\x4d\x3e\xfe\x1b\xbe\x20\x15\xb3\x67\x25\xb9\x09\x4b\x18\x47\x43\x85\xbb\xa7\xd3\xec\xd1\x16\xba\xdb\xfa\x73\xae\xe1\x50\xb5\x1a\xf3\xef\xcb\xf3\x0e\x90\xf9\x0f\xf4\x31\x65\xeb\x15\xea\x6b\x5e\x64\x2e\x68\x21\x48\x59\x63\x8d\x2a\xf9\xc6\x24\x9d\xca\xc0\x1a\x3e\xe1\xf0\xc8\x6d\x55\x24\x62\x31\xe6\x28\x99\x83\xe9\x7f\xa8\xb9\x15\x59\x1f\x25\xd7\x2d\xa9\x99\x87\xca\x09\xbd\xf6\xa0\x57\x73\x1e\x7d\x2e\xa8\xac\xe5\xac\x76\x00\x5a\x38\x48\x8f\xcc\xc1\xdc\xda\xab\xb3\x15\x53\xe8\x39\x54\xbd\x5d\xc7\x11\xf3\xc1\x83\x05\x60\xeb\x2d\xae\x92\x3f\xe6\xe1\x3c\x4f\xf2\x5e\x7e\x00\x89\x36\x3e\x31\x1a\x13\x00\x95\xa3\xbc\xef\x0f\x7e\x00\xd0\xb3\x14\x38\x71\x8c\xe1\x1f\x1c\xc4\x84\x38\xe2\x92\x07\x80\xc7\x88\xfc\x24\xe7\x71\x00\xff\x83\xaa\x3b\x45\x22\x61\xc0\xef\xa9\x76\x8f\x3c\x96\x38\xeb\xb3\xc5\xd4\xd5\x20\x8a\x50\xe7\x7e\xca\xbe\xd5\xb1\x0f\xaf\xee\xac\xe6\xd3\x15\x30\x8f\x1d\xb3\x5b\x8a\x5b\x8e\xa5\xc2\x94\x59\x74\x16\x57\xa4\xe6\xa2\xed\x8c\xc3\x9b\x8c\xb2\xef\xa3\x02\x75\x3f\x3c\xbd\x5e\x40\x81\x9c\xd0\x6c\xfd\xf0\xae\x48\x79\x83\xff\x20\x71\x41\x08\x29\xe5\x8e\x15\x89\xac\xd1\xe9\x65\x55\xe5\x55\x97\xb4\xc9\x8f\xe1\xea\x51\xab\x2f\xd3\xb6\xbe\x7c\xa6\xe9\xbd\x16\x94\xdc\xf9\x2f\x2f\x10\xaf\xb6\x15\x4a\x21\xbc\xa6\x35\x50\x87\x1e\x55\x1f\x5a\xd3\xb8\x43\x57\x09\xbd\x35\x84\x8a\x9c\x07\x73\xe3\x94\xde\x6e\x8c\xa1\xf7\x64\xe9\x73\xfd\x16\x4c\xbe\x57\x28\xc0\xb6\xed\x5c\x72\xbf\xe6\x81\x69\x27\x6f\x19\x55\x2a\x00\xcf\x3d\x1e\x99\x5f\xeb\x41\xe6\x34\x2f\x2d\xcd\x55\x00\x75\x56\xbe\x1d\x87\x3a\x00\x4c\xf9\x04\xcc\x4e\x18\xfc\x23\x1f\x85\x20\xd1\xc0\xe0\x00\xe0\xfb\x49\x4e\x9d\x33\x0d\x20\x38\x5b\x29\x48\x98\x1d\x9e\x87\xa4\x69\xaa\xc8\x8f\x13\x7f\x04\x7d\x35\x8a\x34\xdc\x47\x28\xf6\x55\xb1\x41\x3b\xbd\xc2\x75\xb8\x97\x7a\xb8\x84\x02\xd9\x17\x84\x5e\xb2\xe6\x2a\xb4\xce\xba\x8c\x8a\x36\xc1\x35\x55\x15\x34\x21\x35\xf4\x5d\x06\x18\x4a\x97\x11\x2d\x9a\x84\xcf\xb1\x65\x6d\x7f\xe7\xa1\x2c\x64\xab\xde\x5e\xce\xcf\x41\x8e\x9b\x69\x8a\xaf\x9c\xcc\x11\x7a\x43\xad\xa5\xbd\xaa\x91\x31\x32\x60\xa5\x3d\xb7\xc6\x9f\x1a\xf9\xa8\x51\x27\x0b\xc1\x94\xe8\xd3\x31\xae\x2b\x83\xf8\x1e\xc7\xd6\x72\x42\x2f\x07\x59\x7c\x75\xa2\x61\xbf\x81\x02\x6a\x47\xd4\xd1\x1a\x1e\x03\x69\xd4\xb7\x50\x11\x32\x07\x53\x56\x67\x10\x8c\xd9\xe9\xe7\x5a\x34\x60\xd8\x8a\x91\xf3\x59\x05\xa0\x74\xe3\xfc\xfd\x7e\x95\xc1\x9e\xd3\x84\x72\x07\x00\xef\x1d\xee\xa7\x7b\xbb\x00\xa4\x30\xdc\xe2\xfb\xf9\x36\x3d\x31\x1b\xb9\x18\x37\xf9\xd2\x4f\x9d\x07\xf0\x7a\x2c\x9a\x76\x69\x04\x20\xf0\x89\x0c\x25\x87\x0a\x40\x84\x95\xe2\x7e\xe1\x07\xd0\x1f\xd5\xad\xee\xa0\xf0\x89\x38\x17\x41\x63\x20\x66\xb8\x93\xe0\x19\x88\xb7\xce\x73\x3d\x8c\x0b\xf2\x68\xf7\xd8\x19\x21\x8a\x69\x73\x39\x76\xd5\x3c\x95\x03\x75\xdf\xf6\x49\xe1\xc9\x02\x3e\xa4\xa9\x99\xfb\xdd\xb5\xeb\x69\x08\x31\xfd\x85\x61\x93\xca\xfe\x35\x49\xad\xe4\xa9\xb9\xea\xef\x6b\x55\x1a\x97\xe6\x99\xab\x9e\x23\x30\x6a\x3a\x8b\x7b\x4a\xdb\xa6\xc2\x34\xad\x96\xb8\x8b\xe6\xc6\x54\xb5\x29\x97\x03\xf2\x88\xcf\x9e\xe9\x9e\x59\x91\xcb\x49\x7e\xcc\xa8\xe7\xbe\x9a\x9c\xf1\xbe\xa3\x4f\xdf\x71\x2d\x29\xe5\xfd\xdf\x5e\xa0\x1a\x7a\xa3\xe7\xc8\xf2\xe8\xc8\x0d\x0e\xa6\xd0\xc8\x1d\xcd\x1d\xfc\x94\xcc\xc1\xe4\x2a\x99\x0c\xa2\x97\xfc\x33\x01\xf6\x99\x73\xfc\xf6\x6f\x33\x29\x72\x05\x51\x09\x03\x08\x30\x73\x5d\xd9\x1b\x04\xa0\x18\xcc\xad\x4f\x73\x7b\xd3\x13\x63\x61\xce\xad\x7d\xf4\x14\x80\x6b\x2d\xff\xc1\x33\xa7\x00\xfc\x9e\x0b\x99\x5d\x28\x05\x08\xbf\x25\x31\xce\x96\x0e\x10\x3d\x2d\x27\x20\x98\x06\xcf\xe3\x84\x55\x83\x14\x74\x89\x53\xb1\x66\xba\xab\x86\x8d\x04\xe7\xf0\x35\x0b\x9c\x6b\x3a\xce\xce\xd7\xdc\xf5\x43\xe4\x69\x8c\x8a\x9b\x79\xc4\x70\xfa\x12\xca\xd6\x9e\x39\x5f\xbf\x88\x0a\xc1\x68\xf1\xb3\xc9\xe2\x06\xeb\x2a\x18\x74\xbd\xd8\x52\x83\x59\x99\xd4\x16\xf8\x71\xa8\x9e\x95\xec\x07\x9a\xdf\xae\xb9\x75\x41\xbd\xbc\x6b\xbc\x4e\x67\xff\xa2\xde\x75\xab\x97\x61\x7a\x86\x4b\xd1\xc5\x34\xfd\x82\xfa\x73\xcb\x3f\xf3\x22\xda\xcb\x8d\x4e\xac\xac\x5d\x43\xb5\x29\x19\xf6\xae\x09\xa4\xdd\xfe\xdb\x0b\x54\x61\x6a\x6a\x8b\xf4\x8c\xf9\x52\x7a\xc6\x54\x0e\x65\x10\x79\x80\xec\x05\xca\xcd\x32\x4b\x44\x33\x87\x44\x66\x7d\x30\xfb\x89\xbe\x15\x18\x01\x70\xda\x9a\x87\x7d\xeb\x5d\x00\x36\x41\x4e\xd5\x5d\xb9\x9b\x1c\x84\x8a\x28\xd7\x63\x9a\xb5\x4d\x4f\x8c\x2d\x2b\x57\xfb\xd1\xd7\x00\x1e\x1a\xbc\x39\xa7\x5d\x00\x82\x3b\x04\xd4\xcf\xcf\x00\x44\x67\x88\x64\x32\xe5\x00\x24\xee\x92\x31\x10\x64\x83\xcf\x29\x63\x4a\x31\x72\x78\x22\x32\x45\x4c\xeb\xbd\x41\x35\xc1\x2b\x76\xb7\x19\xab\xab\x11\x6e\x7f\xc8\x19\xe7\xa8\x68\x3a\xb4\x8d\x57\x4a\x48\x53\x8e\x1f\x92\xd5\xe9\x68\xee\xcb\x72\xf6\x8d\x7c\x18\x23\xa3\xa7\xcf\xf1\x77\x04\xfe\xf6\x03\x7d\xcb\xd4\x79\x32\x27\x5a\x13\xfd\x26\xdb\x80\x75\x7e\xb1\x2a\xe6\x89\x9a\x91\xee\x62\xc1\xf5\x77\x9d\xad\x26\xe7\x97\xc6\x8b\x70\xad\x63\xa6\xcc\xcb\xc8\x7c\x51\xb2\x17\xa8\x9a\xd3\x3c\x78\xcd\x31\xad\xbd\x4a\xd8\xec\x16\xc2\x30\xc9\xba\xb8\xc9\xa2\x14\x81\x88\xbf\x97\xff\xd9\xc2\x1c\xf9\xed\xea\xb7\xec\x7a\x8b\x8f\xa8\x88\x88\x82\x0c\x1f\xcb\x53\x68\xce\x90\xd2\x94\x0b\x56\x99\x68\xcb\xe0\x12\x80\x73\x81\x9c\x55\xdb\xd9\x37\x39\x08\x31\x06\x8e\xe0\xbd\x2f\x00\xd4\xd9\x38\x1b\x68\x66\x37\x39\x08\xb2\x27\xc6\x8f\x96\x53\xef\xc4\x0b\x80\x88\x55\xbe\xdb\xe7\xeb\x00\x12\xf8\x85\xaf\x31\x6f\x07\x48\xbf\x24\x29\xc4\xb7\x08\xab\x99\x5d\x0a\x17\x64\xb5\x89\x2b\x19\x69\x9a\x4e\x06\x28\x42\x55\x8a\x9e\x91\x90\xf3\x6e\x1c\x6d\x34\xad\xbd\xf7\xd5\x6e\x54\x87\x9f\x60\x80\x6b\xc1\xb9\xb5\x19\x37\x95\x2c\xfd\xea\xa5\x95\x8b\xb6\x6a\x4d\x3a\x4d\x5b\x96\x0e\x1b\x37\xbd\xb5\x6c\x4b\x59\xac\xd5\xdf\xf5\x9d\xee\xde\x91\xc5\xa3\x3a\x2f\x7f\x9e\x6a\x94\xf9\x10\x6c\x30\x36\xbb\xbf\xde\x66\x90\xd6\xe4\xf6\x5c\xe1\xad\xed\x3d\x0e\xa6\xd6\x0b\xed\x95\x7b\x5b\x03\xcc\x77\x2f\xdd\x2c\x39\x73\x87\xc3\x1c\xb5\xdc\x53\x60\x75\xf3\xb4\x65\xee\xca\x68\x4e\x58\x05\x9d\xe5\xd8\x2a\x2e\x63\xba\xe8\x83\xf5\xc5\xb5\xbe\xd4\x4c\x32\x07\x93\x6d\x64\x95\x88\x7c\x1a\xdd\x98\xde\x66\xdd\x8a\xe2\x8a\x4a\x4f\x76\xb4\x1e\x43\x11\xc3\xf6\x27\xa0\xad\x97\xd1\x8e\xc1\x71\x00\x17\x59\x38\xe7\x77\x24\x01\xb0\x13\xd9\x93\x77\xcd\x02\x88\x1f\x66\x49\xde\x73\x08\x40\xcb\x82\x43\x9e\xa6\x79\xd3\x13\x43\xe6\x20\x02\x0d\x38\x6d\x4f\x36\x00\xc4\x52\xf3\x9e\x3c\xaf\x09\x90\x5a\x2a\x30\xc5\x78\x09\x20\xdb\x4d\xb4\x82\x9b\x1f\x26\xf3\x10\xf2\x34\x72\x18\x38\x9f\xbf\xa4\x2a\xad\xdb\x45\x08\xbe\x66\x65\xc0\xee\x32\x87\x7d\x99\xf8\xc6\x56\x38\x96\x03\x75\x38\x50\xd6\xaf\xa6\xb8\x6a\x35\xc8\xeb\x73\x6a\x4d\x7d\xcf\x52\x98\x03\x75\x23\x65\x9b\xc7\x7c\xab\x29\xee\x9d\x65\x97\x14\xd9\x0f\x34\x79\xcb\xb0\x78\xfa\x41\x8b\xe0\xf3\x09\x33\xaa\x9f\xb5\x8d\x59\x8f\xb6\x9a\x4f\xce\xe9\xd6\xf2\xdd\x3b\x6b\x45\x31\xff\xa8\x3a\xa5\x41\xcc\x7a\x7a\xd1\xa6\x7c\xfc\x66\x9a\x75\xc8\xb2\x73\x11\xe5\x75\x1a\xdb\x84\x15\xbf\x3c\x9b\xa2\x46\xdb\xd4\x55\x8b\x6b\x4f\xf2\xa6\x6d\xa9\xd6\x6a\xd3\xf8\xb2\x70\x76\xc7\x11\xca\xc9\x1e\x69\x6f\x6d\xbb\x91\x6e\xb1\x6f\x12\x9a\xec\x5f\x23\x9f\xc5\x6c\x89\x3f\x68\x77\x07\x75\x23\x42\xfc\xaa\x86\x7d\x17\x9a\x21\x54\x13\xe0\xa2\x36\x67\xdb\x8e\x6b\x00\x9c\x37\xd9\x24\x76\xd5\x02\xc8\xa1\xd9\xbe\x50\x97\x02\xe8\xe9\xb0\x4d\xd1\x14\x03\xd8\x74\xb2\x4e\x1e\x1c\xfb\x47\x3e\xca\x55\x76\x8b\x13\x95\x00\x89\x47\x38\x2d\xce\x2e\x02\x64\x4d\xf1\x55\x33\x34\x01\x14\x4e\x89\x44\x71\xe3\x01\x4a\x9f\x49\x6f\x97\x32\x07\x81\x32\x55\x25\x53\x1d\x3a\x82\x79\xd1\x49\xdd\x7e\xb7\x43\xd8\x82\x2c\x41\xab\xb3\x71\xbd\xc8\xd5\xab\x08\x4f\xb3\x12\xd7\x15\x39\xdf\xba\xe4\xb7\x4d\x4c\x0b\x55\x8e\x9f\x9b\xfc\x3b\x5e\x91\xfd\x40\x33\x12\x26\x36\x5f\x52\x7b\x78\x5f\x57\x58\x84\x7c\xbb\xff\x40\xb5\xaf\xcc\x4a\xfc\xc7\xab\xe6\x43\x6d\x6c\xb6\xfd\x33\xc3\xb7\x47\xee\x28\xda\x89\xcc\x8d\xde\xca\xaf\xfc\xe4\x60\xba\xb8\xa5\x32\xa1\x58\xd9\xf1\xcb\x92\xe1\x75\xbd\x42\x67\x87\xce\xe5\xe6\xc2\xe8\x6b\x62\x4e\x74\x2b\xb3\xb9\x94\xa9\x48\x27\xe7\x35\xee\x8c\x96\xe4\x1a\xc7\x9b\x08\xde\x94\xb3\x89\xfb\x1c\xf1\x88\x86\xc4\x71\x32\x07\x13\x61\xec\xcc\x87\xd2\x89\x92\x0f\x3f\xec\x24\x80\xde\x1a\xa6\x0e\xc0\x30\xc1\xf1\x90\xf2\x0c\x00\xbf\x01\xfb\x85\xdd\x18\x00\x79\x29\x56\x02\x35\x27\x80\x41\x33\x53\xf3\x3e\x3d\x00\x3b\x1d\x66\x87\x03\x72\x00\xbe\xcf\x99\x3b\x0e\xc7\x00\x44\x59\xb0\x7d\x39\x29\x01\x90\x71\x98\xfd\xc7\xd9\xc9\x4d\x4f\x4c\xf9\x3b\x81\x40\xf6\x0c\x80\x1b\x9d\x12\x45\x12\x13\xa0\x56\xbb\x47\x7e\x97\x96\x05\xa1\xe7\xa6\x91\xc6\x21\x47\x61\xec\x64\xb1\xb5\xa9\x60\x8c\x1b\xf2\x60\x8a\xac\x9b\x57\x79\xf7\x92\x46\xc8\xae\xd8\xd3\xf7\x52\x67\x7d\xdd\x1b\x1a\x04\x1e\xff\x20\xfb\x81\x3e\xf2\x5a\xcd\x7e\x2a\xec\x3b\xdc\xcf\x65\x87\xf8\x3a\xd5\xe5\x76\xcf\xc0\x31\xe9\xfb\xf7\x7b\x0b\xb5\x48\xe7\xd6\x9f\x0f\x9b\xbe\x55\x1e\x74\xe9\x9a\x1d\xad\x7f\x57\xfc\xce\x25\x7f\x81\xa3\x5a\x2f\x3b\xd8\xf5\xcb\xd2\xb1\xb2\xc8\xcc\x7a\xd7\xcc\x65\xae\xe2\xdb\x29\x06\x6e\x9c\x2b\x9e\xf9\xe7\x12\x18\x5d\x5f\xac\x4e\x66\xc9\x93\x39\x98\x28\x03\x37\x36\x44\x78\x12\x32\x74\xda\x6d\x11\x29\x12\xaf\x18\xc2\xe4\x26\x89\x5c\x8d\x0e\x0b\xbc\xe5\xaa\x86\xfa\x1a\x7e\x06\x80\xe9\x3a\x6b\x2a\x65\xf3\x3f\x38\x88\x8b\xcc\xe7\xf7\x5e\xde\xe4\x20\x1c\x72\x19\x76\xed\x73\x04\x08\x2a\xbf\x9c\x4a\xf3\x12\x20\x31\xf4\x0a\xdf\xe1\x39\x80\x9c\x20\xe6\x07\x27\x91\x00\x65\xa3\x1c\xdb\xce\xa3\x00\x6a\x2d\x78\xcf\xb0\xb8\x01\x34\xee\x10\x55\x12\x33\x05\xff\xbb\xcc\xd2\x3f\xd4\xe5\x08\xcd\x77\x43\x55\x10\x8e\x1e\xd8\x91\x3a\x27\xfd\xde\x18\x65\xc4\xa7\x12\x57\x3b\x5c\x85\xdb\x02\xcf\x55\xa5\xf0\xce\xae\x94\xef\x5c\x7e\x98\x3a\xa9\x17\x0e\x9f\x91\x4e\xac\x6f\xf9\x5e\x7f\x7c\xbc\xe0\x36\xfd\x91\x77\xf0\x67\x63\x89\x77\xdc\x67\xe6\xbe\xa4\x1b\x05\x5e\x4b\xdf\xa2\x3a\x8c\x8a\x29\xbd\xdb\x7f\x0c\xb6\x94\xe4\xf0\x7a\x7f\x9f\x35\xbd\x1d\x91\xce\xe4\x23\x38\xef\x78\x6b\x57\xea\x1e\x6f\xba\x05\x4c\x95\xf1\x86\x17\xe8\xbd\x77\xe1\xca\x91\x82\xee\x7f\x71\x30\x92\xde\xf4\x08\xc7\xe4\x08\x7f\x41\x2f\x13\xa4\x4a\xfc\x6e\xbf\xcb\x9e\xaf\x90\xc3\x31\x26\xbe\x44\x0f\x01\x54\x64\xa4\x0d\x00\xf3\x3b\x56\x29\xaa\x13\x00\x22\x44\x26\xc6\x5d\xd5\x00\x1a\x1f\x18\xf5\xf7\x0a\x02\x58\x28\x30\x1c\xa3\xe6\x00\xf0\x70\xbe\x60\xbd\x77\x3b\x40\x14\xc7\x85\x85\x7d\xd5\x9b\x7e\x94\x52\xfd\x2b\x5b\x8e\x11\x00\x6a\xe3\x99\xac\x4f\xcf\x6c\x7a\x62\xda\x99\x85\x8e\x0a\x5f\x81\x96\x87\x45\xe2\x0e\x4a\x3a\x84\x6f\x3d\x0c\x0a\x6d\x76\x29\xd8\xc9\x8e\x2c\x2d\xb7\x68\x51\x04\x7d\xa3\x8e\x85\xeb\x0d\xe6\x59\x54\x21\xda\x8f\xb7\x17\x26\x1e\x45\x1d\xac\x76\xfd\xe0\xd2\x13\x11\xec\xf3\xa2\x76\x4c\xa1\xf6\x7e\x58\xed\x28\xd5\xcb\x2f\x45\x27\xc3\x11\x13\x7a\x4f\xdf\x66\x38\x85\xbf\xfa\x1a\xf4\xb0\x2a\x49\x33\x2c\x79\x5a\xed\xbe\x54\x5c\x4f\x48\xd3\x8c\x66\x93\xe7\x55\xea\x90\xe8\x39\xcb\x7a\xa6\x88\xec\x60\x9f\x05\xb1\xea\xd1\x0d\x2f\x50\x43\x00\xc5\x72\x77\xd1\xf1\xe0\x63\x7e\xdd\xab\x14\xb9\x82\x01\xf7\xfd\x43\xd7\x76\x66\xce\xf9\x3f\xf4\xdb\xb5\xf6\x35\x8d\xd2\xef\x84\x8f\x28\xf2\x68\x02\xbd\xaf\x8e\x37\x1f\xf2\x46\x2c\xab\x97\xa3\x4f\x14\x2a\x39\xf2\x32\x00\xfb\x4f\xa6\x18\x4a\x02\x80\x54\x3d\xc3\xe0\x2e\x13\x00\x1d\xa6\x8b\x65\xbb\x5c\x36\x73\x10\x02\x2e\x9f\x5b\xd8\x3d\x0f\x10\xb3\xb4\xee\x05\xc9\x33\x5d\xf7\x20\xdc\x72\xd9\xb2\xe7\xf7\xbd\xd7\xdc\x8b\x87\x0f\x8b\x6c\xfa\x51\x06\x9e\x71\x85\xb2\x25\xc2\xc2\x2b\x5b\x61\x7f\x59\x1c\x51\xf5\x6d\x9d\xb4\x81\xc5\x35\x9c\xc4\xdb\x1e\x65\xa3\x88\x1d\x08\xd9\xa1\x4f\xfa\x5b\x2a\xc3\x66\xae\x3c\x74\x73\x10\x7f\xa2\xd6\x91\x59\x19\x7b\x4d\xee\xb3\x54\xa1\x51\xe1\xc8\x40\xd1\x04\x2a\xbd\x21\x67\xe4\x9d\xed\x6b\x7c\x82\x6c\x56\xef\xc4\xe9\x01\xc1\x98\xc1\x94\x3d\x5f\x1f\x3e\xbc\x12\x31\x9e\x72\x6d\xda\xf6\x3e\x45\xa8\x77\x52\xca\x4c\x63\xa3\x5b\x48\x4d\xac\xe8\xfc\xd9\x5a\x9a\x40\x9f\x18\xbb\xc5\xf0\x8a\x51\x7f\xe5\xab\x1f\x97\x55\x8a\x1b\xfc\x18\xa2\x12\x56\xf4\xf3\x9f\xfa\x74\x45\xd6\xae\x1a\x67\xdf\xf5\x1a\x0e\x27\xac\x0d\xa6\x39\x7b\xe5\x84\xf1\x20\xb4\x93\x7f\x92\x73\x50\xdc\x58\x42\xa9\x50\x51\x91\xd6\xae\x34\xc1\xa5\x68\x9e\x50\x7e\x00\x0e\xc3\xcb\x0a\x3b\x23\x00\x14\x13\xe8\xe5\x77\xed\x04\x30\xf2\xbc\x40\xb3\x4b\x00\xc0\x41\x6d\x97\x0a\xc5\x3f\x3c\x08\x7f\xe7\x20\x90\xbd\x20\x8f\xfb\x28\xac\x7f\x73\x00\xcf\xe8\x74\x0f\x44\x00\x8c\xd5\xb1\x29\x31\x94\x00\x4c\x39\xf2\xd9\x08\xc7\xc3\x96\xc5\x78\x31\x0a\xbd\x3a\x5c\xc7\xca\x8c\xac\x4d\x50\x2c\xa2\x7e\x71\x4d\x55\xea\xfa\xc3\x57\x88\xa9\x65\x4b\xb6\x6e\xf7\xeb\x42\xef\x4c\x63\x45\xde\x7d\x08\x47\xbe\x78\x3f\x3c\xf0\x21\x2f\xf8\x76\x37\xe3\x68\xcc\x8b\xf1\x80\xcc\xa6\xad\x9f\xed\xfa\xd8\x7d\xdf\xd5\xbc\xf9\xd6\xd9\xfe\xde\x67\xa5\xdc\xe2\xe7\x81\xe6\x6f\xde\x49\x85\xdf\xe6\xe4\xeb\x70\x5e\x5c\xb9\xb0\xe0\x7b\xa3\xdf\x03\x97\xad\xbd\x44\x53\xd6\xe0\xde\x99\x19\xb2\x5c\x51\xc4\x48\xe6\x3f\xdc\x06\x92\x98\xd7\x8e\x66\x7a\xb8\x08\x24\xbd\x46\x88\xa6\x9c\x72\x1e\x4e\x88\x45\xac\x25\xdc\x70\x12\x8e\x97\x46\xce\x46\xa7\x39\x9e\x8a\x75\x47\x75\x86\x7f\xb7\x7f\x17\xd3\x87\x36\x0a\x61\x06\xe0\x77\xa2\x7f\x43\x79\x0e\x40\x65\xf6\xfc\x25\x4a\x39\x00\xcb\x38\x5a\x41\x4a\x9f\xcd\xbe\x2f\xd9\x83\xb0\x91\x8b\x62\xbc\x5e\x1f\x6a\x93\xfa\x5e\x6e\xeb\xf5\x8b\x0d\xa9\xff\xa5\x7a\xe1\xe6\x21\x11\x00\x62\x3e\xa7\x2d\x2b\x25\x9c\xc6\x3f\x14\x15\xd0\x2d\x59\x78\x82\x1e\x95\x4d\xf6\x8b\x1b\xa1\x5b\xbd\xa4\xd9\x9d\x53\xd6\x7a\x78\x2e\xc5\x46\xad\x01\x97\xfa\xf3\x6b\x62\xa4\x7c\xef\xb7\x00\xe1\x4f\x63\x6d\x13\x03\x6c\x4e\x27\x3f\x9f\x1a\x9f\x7a\xd2\xeb\x78\xf4\xf5\x91\xaf\x62\xdd\xc6\x8e\x85\xbd\x82\xd3\x69\x6d\x62\x8e\xf5\xf7\xb0\x33\x8d\x77\x84\x1c\x4f\x34\xd6\xce\x6b\xd6\x98\x38\xd2\xd4\xcc\x2d\xc6\x95\xbf\x74\xdc\x5f\x19\xb8\x04\xc5\x68\x07\x8d\x52\xec\x4a\x41\x1e\x95\xfd\x8b\xa2\x47\xab\x75\x59\xf7\xed\xf9\xf3\x5f\xaf\xd5\xa6\x59\xdb\x5b\x5d\x9b\x44\xdc\x48\xfc\x60\xeb\x96\x65\x86\xfc\x1c\x1d\x61\x2b\x93\xa1\x8b\xd2\x8e\xa2\xb2\xd6\x4c\x7f\x89\x16\x08\x69\xb6\x56\x4c\x9a\xc1\xec\xf4\x6f\x00\x10\xaf\xa1\xb5\xda\xfe\x64\xb3\xff\x6f\xf3\x6a\xeb\x12\xc5\x3f\xf2\x30\x32\x48\xf7\x5b\xc9\xf7\xdf\xc9\x39\x08\x64\x3f\x0e\x39\x0f\x03\xf1\x71\x3d\x17\x04\xe0\xac\xf5\xae\x34\x62\x12\x74\x72\x2e\xb0\xdd\x98\xf3\x24\x08\x89\x4c\x6b\x0a\x8d\xee\xc4\xb2\xc9\xf3\xba\xdd\xe9\x76\x43\x9a\xea\x9c\x8e\x9f\x29\xef\x5b\x7e\x62\x3b\x54\x82\x8b\x4e\x9d\x4b\x0c\x9e\xbc\xe3\xe8\x55\xfd\x33\xa9\x46\xb7\x4d\xd4\xe6\xfe\x74\xfa\x3b\xd3\x07\xc2\x66\x9e\x3f\x86\xa6\x0f\xb5\xf6\x9a\x1a\x7e\x3a\x33\xf3\xa2\x41\xc6\x7c\xdf\xf3\xe0\x79\xeb\xea\x09\x8b\xe4\x5e\x8f\xc5\xed\x15\x56\x16\xbb\xdb\x3d\x97\xf5\x0b\x9b\x2c\x15\x9b\xfb\x57\xa8\xf3\x75\x37\xfc\x27\xb7\x6e\xf9\xac\x35\xa6\xe6\x5b\x58\x57\x4d\x21\x1e\x26\xd4\x99\x1b\x96\xb7\x21\x3f\x46\x53\x98\x0b\x97\x8a\xa1\xa2\x22\x3c\xcc\xfa\x8b\x77\xa1\x0f\x85\xb2\x9a\xb3\xe4\x09\xa0\x6b\x02\x2b\xcc\xa8\x73\xb7\x60\xa4\x7d\xab\x01\xe4\x86\x69\x8f\xef\x60\x01\xd0\xfb\xb8\x9d\xf3\xd7\x38\xc8\x7d\x5f\x72\x2e\x0a\xf9\xde\x73\x33\x37\xc5\x1f\x39\x08\xe4\xbe\xd7\xea\xf8\x3f\xdf\xfb\x63\x8d\x01\xce\x5d\xa7\x4e\xff\x81\x85\x46\xce\xed\xac\x0b\x23\x75\x84\x9f\x22\xb1\x4a\xe7\x1e\x1f\xc4\xf5\xc8\x47\x59\x7d\xae\xc7\x63\xa8\x74\xc6\x82\x8e\x66\x03\x22\xd8\x36\x3c\xad\x36\x64\x69\xf9\x7b\xa0\x49\x69\xa8\xdb\xf5\xa5\xe0\xa2\xc3\x95\x07\x6c\x2e\x2c\x7c\xe9\xa4\xba\xc9\x62\xc8\x3f\xdf\x3c\x9d\x51\xd3\xa7\x5b\xb0\x58\xb1\xa0\x5e\x21\xa1\x5b\x37\xfd\x71\xf1\x4b\x49\x84\x3e\xc7\xfb\x1b\xcb\xca\x05\xac\x06\x9e\xcf\xcc\x56\x5e\x5e\x5b\x32\xc8\xe8\xe7\x5e\x3b\x93\xd6\x6b\xf0\xb8\xeb\x0d\x42\x27\xd1\x87\x9c\x7b\x61\xe4\x75\x57\x0f\x69\x1b\x73\xc3\x30\xf3\xb6\x0b\x2a\x20\x7c\xdc\x88\xe6\x16\x27\x9a\x3a\xa4\xce\xb0\xfb\xe6\x7e\x74\x58\x20\xd6\x30\xba\xb2\x02\x73\xd0\xcf\xd2\x70\xa4\x8c\x1b\xe3\xe0\xc3\x03\xa0\x24\x4f\xc9\xf3\x6b\x1c\x96\x3a\x14\x77\xff\xb9\x0e\xfe\xe6\x40\xc8\x1e\x84\xff\xe6\x40\xc8\xef\xfd\x27\x3b\x01\xa8\x52\x29\x28\x46\xb3\xe0\x01\xc7\x53\x96\xe2\x3e\x65\xa2\x9b\x88\xa7\xf4\xdb\x66\x37\xfc\x3d\x05\x41\x23\xc7\x32\x2a\xec\x43\x5d\x4a\xb7\xa3\xc9\x87\xd1\x61\xd6\x2d\xe1\x92\x7e\xa3\x08\xac\xef\x58\xca\xb8\xd3\x0e\x04\xd3\xb5\x0b\x19\x61\x56\xea\xab\x9f\xeb\x6d\x72\x7c\x0d\xee\xaf\x9e\x78\x21\x97\x47\xbd\xe1\xff\x20\x79\x3f\xd4\x1f\x2e\xf5\xaf\x26\xa5\xe5\x6b\xb6\x7d\xb9\xb4\x66\x96\x3c\xb3\xe1\xfd\xb0\x78\x7e\x02\x59\x16\xd5\xaa\xf5\xf4\xe9\x2e\x94\x44\x78\x81\xce\x96\x1e\x43\x54\x52\x98\x9e\xb6\x5a\xe7\x4e\xb4\x4f\x00\x51\x27\xb8\x4d\x0a\x5d\xeb\x8f\x26\xe7\x5e\x68\x8b\xde\xb1\xc3\x10\xdc\xe9\xb5\x8b\xeb\xcf\x61\xf9\x5c\xcb\x00\x7e\x3f\xe6\xbf\xd6\x81\xc5\x7a\x4d\x22\xe5\xfd\x57\x5c\xa6\xf8\x4f\x0e\xe4\xbf\x73\x10\x26\x49\x7d\xad\x77\x53\x00\xb4\x05\xfb\xa0\xef\x39\x2c\xb1\x6b\x30\x64\xb7\x66\x12\x07\x44\x3e\x89\xd3\xde\xb8\x48\x48\x55\x48\xd3\x6c\xbd\xd6\x88\x9b\xd7\x7d\x64\xe3\x18\x35\x89\x35\xb7\x7a\xe5\x65\xe8\x31\x81\x1e\xf3\x4e\x0b\xb5\xb3\xdf\x82\x16\x48\xaa\x8f\x14\xb7\x50\x44\x49\x96\x55\xc7\x4a\x19\x52\x22\x3b\xee\xe3\xe2\xd0\x5a\x12\xc8\x7d\xa3\x3f\x13\xde\xaa\x26\x20\xda\xd7\x7a\x12\x5a\x55\xc2\x91\x7e\x88\xb8\x98\xf7\xca\x7b\x90\x4a\xc8\xdb\xe1\xed\x2a\xd4\x73\xde\xc8\x95\xb0\x35\x95\xba\xcf\xa7\x50\x63\x41\xa1\xaa\xd7\x46\x0d\xd0\x4c\x81\xbb\x55\x27\x5f\x9a\xa2\x1f\xf9\x36\xaa\x16\x0c\x4c\x60\x52\x3c\x1a\x54\xbf\xf4\xbd\xc7\xbc\x75\x5b\x56\xad\xe8\xfe\x8c\x0d\x76\xd2\x56\x9b\x6e\xbf\x85\x75\x74\x66\x52\x5d\xbc\x2f\x89\x45\xdb\x3d\x03\xb0\x24\x79\x7f\xc8\xe7\xc2\xdf\x1c\xc8\x10\x89\x0f\xfb\x33\xff\x1d\x47\xba\xe7\x3d\x45\xea\x67\xbe\x7e\xb5\x5e\x7b\xb6\x01\x50\x44\x51\x50\xb4\x09\x01\xb0\xb9\x5f\xec\xa8\x59\x00\x2e\x11\x1e\x81\xf2\x82\x5c\xa2\xb9\x3c\xaf\xbc\x46\x22\x0b\xe1\xa2\x4e\xaa\x01\x63\x50\x04\x6e\xde\x92\xc5\x96\xc7\xa5\x06\xfb\xd4\x3d\xd5\x5d\xda\xa6\x01\x2b\x7b\x75\xc8\xdb\xc8\x34\x0d\xbb\x2d\xe7\x99\xcf\x57\x83\xb3\x18\xd9\xda\x92\x40\x51\xad\x1d\xe8\x4f\xbd\xd7\x83\xf2\x54\xf0\x68\xe7\x4f\x75\xc1\xcf\x15\x73\xd0\xd6\xa8\xcc\xa0\x38\x85\x1c\xcc\x56\xb4\xa0\x5f\xc4\x06\xff\x90\x84\x60\xc4\x5c\xf0\x78\x2a\xff\xea\x67\x37\xe6\xae\x6b\xac\x22\xed\xe7\x01\xcc\x6d\x37\x01\x85\x82\xb1\x50\xac\xb7\xc3\x77\xc5\x77\xaf\x76\x63\xc3\x1d\x77\x2b\x26\x0d\x4f\x61\xe7\x6c\xbf\x28\x74\x0f\xec\xc6\x05\x58\xda\x2a\x5a\xf5\xf2\xe3\x6a\x2c\x0e\xfe\x9b\x03\x21\xfb\x40\xc8\x39\x10\xe4\x7d\x00\xef\xfe\xab\x92\xfb\x3e\xd3\x1e\xeb\xf5\xed\x31\xd2\xfd\x5f\x52\x1e\xc6\xbd\x32\x00\x5a\xc2\x7e\xd1\xda\x35\x00\xf6\x67\x17\xef\x96\x1c\x84\x5c\xa1\x58\x0e\x4c\xfa\x37\xe2\x33\xb9\x39\x89\x45\xb2\x07\xc3\xfb\x0b\x7e\xca\xfc\x99\xb1\xb1\x83\x2e\x9e\xcd\x25\xc1\xaa\xc7\x2a\x07\x17\x13\x76\xd5\x91\xd6\xe4\x15\xce\x2c\xc5\xcc\x89\x5f\x6f\x1c\x77\xa5\x54\xda\xd9\x55\xb3\x0f\x7b\xbd\x39\xcb\xad\x55\x75\x27\xd6\x76\x60\xc0\x5d\x44\xe1\x03\xd6\xf7\xb3\xbe\xab\xad\xdc\x2e\x6c\x38\xba\xcc\xf9\xa5\xac\x3c\x76\x14\xcb\xe2\xb8\x97\xcc\x3d\x48\x23\x70\x21\xd8\x8f\xd6\x2d\x32\x97\x57\x92\x70\xd4\x56\xd7\xa4\x93\x7e\x32\xe3\xaa\x4d\xdf\x4b\xcf\x4d\x4a\xe3\x06\x4d\x30\x32\xba\x1f\x2b\x70\xdf\x4d\x34\x64\x8f\xbd\x4d\xc5\x11\x8d\x3f\xc9\x4a\x3c\x0f\xc1\x8b\x1b\x3e\xda\xe4\x03\x4b\x86\x29\xfe\x33\x07\x02\xc9\x4e\xf1\x1f\x39\x10\xe4\xfe\x6f\x5f\xf5\x7a\x6d\x26\xe5\x63\x54\x6c\x25\xdd\x03\xcf\x03\x60\x0f\xa5\x7b\x7c\xcd\x07\x3a\x84\xa6\x58\x17\xe2\x0a\x40\x47\x26\x8e\x3f\x33\xf0\x1d\x31\x42\x4b\x42\xce\xcb\x35\x91\xf0\xdd\x24\x4f\xfd\x00\x39\xff\xc1\x6c\x18\xff\x24\x48\xd6\xe4\xad\x61\x07\x7e\x38\xe6\x87\x49\xa2\x2e\x2b\xde\x39\xc7\xd7\x82\x46\xa3\x01\xcf\x75\xa3\xc5\x32\x55\x65\x0c\xbf\xab\xd5\xc2\x4a\x71\xc3\x7b\x11\x81\xeb\x9c\x94\xb7\x8a\x95\x9e\xc7\x15\x23\xa3\xac\x1e\x6e\xe4\x3e\x90\x7d\x17\xb3\xf8\x3e\xbc\xa0\xfe\x90\xf8\x32\xee\x28\xbe\x44\x67\xb7\x78\xf4\xca\x15\xfc\x84\xe6\x90\x78\xc8\xac\x3e\x9e\xa8\xd1\x2c\xae\x31\x95\x4a\x60\x53\xfb\x22\x36\x3b\xe1\x4e\x70\x51\xd1\xd9\xcc\x0b\x23\x3f\x07\xcf\x33\xfe\xab\xff\x3d\xd7\xfa\xdf\xfd\xdf\x36\x52\x7f\xbb\xfa\x0c\x69\xfc\xa4\x1c\x88\x6c\x5e\x00\x46\xe4\xf1\xa4\xc4\x02\x00\xfe\x95\xcb\x57\xc2\x4f\x42\xb4\xcc\x0c\x77\xaf\xb7\x1b\x71\x4e\xe3\x87\x78\x92\xc3\x3d\xa2\xb9\xf1\x51\x05\x8e\x0d\xfe\x81\x8f\xf0\xc8\x0b\xa9\xc9\xa7\xff\x95\x90\x1c\x21\xa3\x8d\xd6\x3e\x43\xb8\x9a\x72\x52\x87\x43\xdd\x88\x20\x51\x74\x52\x6f\x50\xb9\x8c\xb0\xbf\xb6\xd4\x40\x92\x9c\xfb\x20\x5b\x89\x7f\x36\x78\xd5\x50\x47\xea\x05\x7e\x78\x62\xc4\xc0\x41\x62\x10\xbf\xb2\x7c\x4f\x8f\x57\xe2\x10\xe1\x08\x3e\x55\xa7\xe4\x7f\xf9\x2e\x84\xfa\xf1\xae\x44\x3e\x29\x27\x61\xbd\xb5\x1f\xc4\x3d\x32\xee\x42\x2d\xf3\x68\x22\x8f\x94\xc5\xe6\xef\x05\x8f\xcd\x48\xfb\x00\xf6\x9f\xe3\x5f\x9a\xfd\x6f\x0e\x88\x9c\x03\x41\xee\xff\x16\x74\x90\x38\x80\x61\x80\x73\xb1\xd4\x9e\xe1\x0a\x00\x54\x40\x41\x11\x35\x0a\x20\x98\x46\x5f\xe4\x17\x0b\x9f\x25\x43\x99\xbe\x3b\x8f\x43\x86\xb2\x2c\x97\x87\xf5\x56\xd8\xa5\xf7\x5e\x74\x9b\xe9\x49\x62\x8e\xd5\x15\x99\x4e\x43\x1e\xa2\xad\x5b\xaa\x82\xb8\x8e\x37\xd1\x34\xc8\x47\x61\x4d\x93\x9e\xa8\x1a\x4d\xa7\xf8\x54\xb5\x9f\xc8\x94\xee\xa2\x1c\xad\x6c\x4e\xe8\x2b\xed\xd0\x10\x90\xbf\x41\xf8\x76\x2b\x51\x8d\x5e\xf6\x2c\xa1\xeb\x5e\x84\xba\xb1\xd4\x1d\x42\xf2\xe0\x09\x8d\xaf\xe4\xdc\x07\xb1\x32\x42\xdd\x5c\xb5\x9a\xf0\x6f\xee\x41\x69\xd3\x77\xf1\xbf\xb8\x07\xbe\xd7\xc4\xb7\x70\x82\x2f\x60\xf3\x39\xf8\xb8\xfd\xbf\xce\xc1\x7f\x71\x40\x7f\xe5\x40\x94\x90\xfa\xde\xa9\xed\xeb\x95\xec\x81\x88\xbc\x02\x70\x79\xfb\x01\xc9\xc0\xf7\x00\x3c\xcc\x67\x62\x3c\x9e\x01\x52\xd2\xe6\x8a\xac\x5d\x09\x74\x2a\x5d\x61\x3b\x63\x86\x02\x6d\x9d\x1b\xfc\x47\xc8\xfc\x83\x9e\x31\x71\xda\xb1\x4e\x1c\xa7\x15\x4f\x7c\xe1\x7b\x54\xf2\xa3\x9a\x0b\x71\x26\x64\x56\x82\x45\xf9\x0d\xb1\x2b\xfe\xa6\xd4\x8c\xe2\x09\xe2\xcd\x2c\x41\x19\x1a\x79\x29\xa2\xed\xf5\x63\xf2\x59\xb2\xfb\x88\x02\xf5\x14\x8a\x89\x52\x93\xc4\xb3\xf7\x23\x95\x6c\xc5\x6d\x89\x3a\x7d\xab\x72\x6f\xc8\xb9\x0f\x22\xf3\x44\xae\x29\x0d\xf9\xe7\xc2\x56\x44\xcf\x65\x94\x4c\xfc\xff\xe2\x1e\x78\x33\xa0\x06\x74\xb9\x56\x37\x7d\x28\xeb\xfb\x00\x6e\x37\xe9\x1c\x24\xf5\xb9\x5f\x5e\xfa\x93\x03\x6a\xe0\x25\x71\x40\xa4\xf3\x81\x9c\x03\x11\xe3\xb6\x5e\xfd\x49\x9e\x10\xbf\x2f\x00\x17\x0e\xef\x8d\x74\x6f\x05\x60\x5b\x3b\x82\x73\x10\x02\x10\x7b\x7f\x7e\xd1\xf2\x21\x60\xe4\x3c\x18\x74\x8d\xe4\xa1\x56\x23\x8f\x7d\x2b\x99\x7f\xd0\xec\x03\x7b\x9b\x0e\xbe\xc3\x6a\x5f\xc1\xc2\xe5\x3d\xff\x0e\x95\x8b\xa0\xe6\x97\x29\xd0\xa6\x34\x0a\xf4\xe1\xd7\x85\xbf\x2b\x34\xc2\xee\x84\x60\xd1\x71\xb9\xfd\xc4\xd9\xec\x62\xf1\x4a\x19\x51\xe2\xdb\x92\x57\x12\xef\x24\x4f\x13\xdf\xd6\xea\x49\xa8\x89\x8f\x11\x6f\xb7\x3a\x48\x31\x88\x64\x13\xdf\x3f\xf2\x11\x3f\x20\xbc\x95\x38\x3d\xd4\x2e\x8a\x17\xf4\x20\x22\xde\xcb\x8a\x2c\x0b\x5e\x21\xfe\xf8\x19\x20\xfa\x8e\xbf\x12\x38\xd7\x5a\x05\x3b\xc8\xdc\x03\x6f\x17\x94\x83\x2a\xb7\xf3\xdf\xfb\xc0\xf4\xe0\x7f\x73\x40\x77\xde\x93\xf6\x41\xd2\x7a\x20\xe7\x40\x90\x39\x98\x10\x12\x17\xe1\x46\xca\x89\x30\xef\x03\xd8\x62\x46\x41\x61\x17\x02\xc0\x12\x78\x70\x8f\x4d\x2a\x80\x88\x01\xed\x31\xd3\x73\x00\xb2\x52\x97\x28\xf4\x42\x60\x50\xdd\x9f\x39\x51\xf3\x1d\x3c\xd4\xd1\x66\x71\x57\x17\x82\x7a\xb3\x19\x76\x1b\x55\x45\xa8\xb5\x71\xe2\x38\xa0\xe4\x04\x15\xae\xb9\x9c\xea\x8a\x34\x10\xe1\x6f\xc3\x53\x26\x17\x0b\x3e\x11\x2f\x78\xbb\x65\x94\xc1\x22\x71\x9e\x5f\x44\x12\x09\xba\xd7\xaa\xf8\xbf\x4a\x50\x81\x58\x69\xbf\xa0\x96\xe8\x7b\x90\xad\x7e\x27\x10\x29\x72\x07\xe8\xef\xe6\x08\x05\x0b\x25\x03\x6f\xe7\x36\xc1\xfd\x02\x00\x22\xfd\x5f\x05\xb4\x04\xb2\xe0\xf2\x6b\x1a\xc1\x7a\xfe\x41\x60\xf8\x7c\x47\xb0\x96\x6f\x2f\xd8\xce\x68\xf0\x8e\xf0\xae\x40\x28\xf2\x1d\x2f\xf5\xdf\x5e\xac\xbf\x39\xa0\x26\xd2\xff\x57\x91\x72\xc3\xc8\x3e\x98\xa4\xb6\xf5\x1a\xee\xb5\x5e\x3d\xbf\xaf\x57\x5b\x12\x57\x68\x50\x07\xb0\xf5\x38\x05\x85\xe5\x31\x00\x86\x33\xd4\xf2\xc6\x05\x00\x3c\xcd\x47\x3e\x1a\x24\x03\x48\x9d\x38\x47\xa3\x39\x03\xa0\xb4\xf5\x62\x81\xea\x37\x98\xd7\xfa\xcc\x10\xa6\x22\x0a\xdf\x0d\x3d\x18\x0f\x2b\x25\xc1\x84\x85\x33\x53\x93\x42\x2d\x3c\x77\x64\x62\x79\x23\xdf\x0e\x37\x7c\xbc\x39\xc5\x64\x12\xe1\x61\x80\x16\xdb\x53\xa9\xd3\xd0\x12\x65\xcf\x8e\x92\xd8\x06\xf5\x49\x27\x38\x8a\xc5\xa5\x20\x2d\x0b\xc1\x7d\x46\x84\x13\x6e\x14\x8a\x72\xac\x08\x1d\x81\xf2\xaa\x06\xce\xad\x42\xfd\xe0\xd9\x70\x80\x67\x8d\x3f\x13\xae\xb5\x11\x39\x47\xf8\x7c\x20\xa9\xb7\x8a\xcb\x94\xcf\x12\x82\x86\x34\xb9\xeb\x78\x66\x20\xe3\x5d\x02\x17\x25\xcf\x31\x28\xff\x32\xcf\x79\x80\x9c\x0b\x36\xd6\xf1\xe7\x39\xd0\x72\x8f\x74\x0e\x90\xf2\x72\xf2\x49\xf3\x40\xf6\xc1\x44\x91\x38\x21\x9f\x0f\xeb\xd5\x81\xc4\x09\x99\x93\xd6\x85\x15\x23\xc0\x19\xc3\x9d\x57\x8c\x88\x00\x97\xb6\xee\xf6\xd2\xa3\x02\x60\x1f\x3c\x70\x58\x73\x05\x40\x6c\xef\x49\x29\xb5\x7b\x00\xf2\x3b\xcf\x05\x28\x75\x00\x28\x57\x9f\x3f\xae\x90\x0c\xa0\xf3\xf0\x22\x9d\xfc\x3e\x00\xe3\x8b\x97\x82\xe4\xf6\x03\x58\x06\x5c\x16\x91\x11\x05\x9c\x23\x9a\x61\x55\x7a\x0f\x7c\xf3\x11\x63\x22\x4a\x3a\xc2\x44\xf0\x3e\xe6\x37\x62\x2f\x60\x2a\x8a\x89\x59\x56\xf8\x29\x2c\x25\x04\x33\xfe\x14\x52\x82\xef\x99\x22\x4c\xe3\x42\xdb\xe1\x49\x91\x3e\xeb\x88\x80\x19\x3c\x2b\x57\x65\x3d\xcb\xc7\x01\x23\xb5\x27\x58\x68\xf8\x28\xa1\xe7\x6e\x3a\xeb\x22\x0f\x1e\x3a\x3a\xc3\xd9\x14\x79\x82\xa1\xb5\x8f\x97\xed\x39\xb7\x38\x3c\x7e\x56\xc8\x5a\xfb\xeb\x53\x8b\xb1\xfd\x7a\x2e\xfe\xe6\x20\x58\x4a\x85\x1f\xef\x4e\x07\xe0\x43\x08\xd5\xef\xd7\x05\x90\xb2\x95\xe8\x3b\x26\x0b\xa0\x2c\x26\x7d\xf2\xf4\x7e\x00\xad\x49\xa5\x5d\x97\x6c\x00\x0c\x0f\xab\x1d\x66\xfe\x0c\x60\x7a\x52\x27\x92\x4f\x1b\x08\xe6\xdc\x46\x9a\x12\xfc\x10\x64\x71\xdf\xd2\x50\x45\x9f\xb8\x6a\x7e\xc9\x83\x43\xff\x39\xd1\xc5\xf8\x55\x84\xb2\x45\x0f\xe1\x85\xe1\xa5\x34\x7a\xc7\x2b\x04\x0a\x5d\x54\xd9\x56\x2f\x39\x7c\x89\x66\x52\x53\x9a\x6f\x31\xfe\xb8\xda\xd1\xc7\x76\x81\x13\xb8\x76\xe5\x8c\xd7\x8d\x21\x96\xb8\x8f\x0a\x01\x93\xfa\x41\xc5\x38\x5e\xb9\x5e\x44\x51\x38\x0f\xae\x5a\xf6\x1b\x8a\x3e\x38\x02\x9f\x28\x23\x8b\x76\xf1\x2e\xc5\x28\x4b\xbf\xc1\x6c\x73\x87\x79\x9c\xcc\x4b\x8c\x98\x3b\xcf\x54\xa7\xec\x23\x4c\xa8\x1b\xf3\xf8\x61\x39\x71\xcc\xbc\x73\xe1\xeb\x1d\xf2\x0d\x58\x26\xa7\x8c\xa1\x76\x05\x61\x6c\x94\x83\xe1\xd3\xeb\x0a\x5b\xb0\x5f\x6d\x93\x7a\xcc\x14\x3d\xb1\x44\x5b\xc1\x8e\x44\xc5\x39\x9c\xa4\xb5\x7a\x9b\x93\x22\x01\x57\x67\xfe\x7b\xf7\x13\xa3\xfb\x35\xfe\xff\x93\x83\xe0\x10\x9d\x38\xf2\x13\x40\x7d\xa7\x34\xc7\x99\x54\x00\x7d\x2d\xb9\xc4\x8b\xdb\x01\x4c\x5f\x2a\xef\x67\xc2\x02\x98\x7f\xd4\x58\xe6\xb6\x01\xb0\x3a\x6c\xf0\x5a\x82\x1b\x42\x2c\x95\x2c\x42\x55\x2e\x10\x91\x16\xf7\x5c\x7c\xf5\xc5\x88\x0a\x66\x05\xc1\x2f\xac\xb2\x08\x81\x46\x33\xa9\x59\xae\x9c\xf8\x45\xbd\xb2\xd2\x61\xef\x1d\xf8\xe3\xda\x3c\x4d\x12\x41\x75\x38\x29\xf5\xa1\xbe\xf0\x48\x4a\x9c\x93\x72\xc7\xbb\x63\x61\x78\xdc\x49\x45\xf5\x6f\xf5\x11\x8f\x71\x27\xe4\x46\x91\x06\x11\x34\xe4\x79\x20\x73\x30\xcb\xa3\xb2\x31\x68\x57\x1f\x9b\x69\x25\xb9\x04\xf4\xa0\xd7\xc8\x67\x56\x79\x4d\xcc\x3e\xcf\xf2\x91\x8b\x0a\x8e\x18\x3b\xf7\xd9\x17\xdb\x14\xa9\x31\x6f\x5d\xf5\x07\xab\x14\x9e\x62\xad\x1c\x7d\x1f\x45\x29\x29\x62\xd3\x1d\x6e\x91\x39\x98\x07\x9e\x4a\xb3\xb8\x53\x36\x4f\x5a\x6a\x94\x4e\xe0\x06\xcc\x7f\x9f\x7e\x42\xbf\xdf\x37\x6c\xeb\xe2\x97\xf9\x55\x2f\xa8\x08\xef\xda\x79\x70\x93\x83\x20\xcf\x83\xbc\xb5\x88\xd2\x91\x57\x9b\x3c\x88\xe1\x67\x19\xc7\x0b\xbb\x00\xac\x98\x94\x5f\xb2\x09\x01\xd8\xdc\x56\x5f\xe5\x3d\x05\x60\xbb\xa2\x4f\x2b\x91\x06\x26\x36\x5c\x16\x29\xea\x7b\x88\xe3\x56\xe9\x4e\x52\x06\x75\xc4\x7d\x16\x67\x82\xed\x6d\x6f\x12\x38\x4c\xd8\x53\xfd\x3d\x3c\xf1\x19\xfa\x93\xa5\xe3\x7e\xf7\x71\x83\x3a\xfb\x9a\x84\x42\xad\x71\x67\x35\xf6\xf6\x0d\x45\x71\x61\xa7\x55\xac\x46\x5e\x5c\xdd\x8d\xe5\x54\xa2\x9c\xd9\x13\x67\x83\x2d\x93\xbf\x8d\xd8\x73\xf5\x36\x39\x0f\x06\x35\x2b\x27\x81\x12\x0d\x96\x98\xbf\x2c\x77\x17\x7d\xd0\x7f\xdf\x24\x51\xfe\x29\x3a\xc0\x57\xf5\xfd\x4d\x45\x3d\x74\xb8\xef\xe0\x6b\x5a\xc5\x10\x8c\xa2\xe7\xde\xa1\x04\xa5\x49\x8c\xbe\x27\x7b\x6f\xae\x72\x2e\x66\xd6\xb5\x84\xcc\xc1\x3c\xd0\x57\xa5\xc0\x1a\x3b\xa1\x5a\x69\x54\xf7\x61\x07\xec\x87\xef\xa4\xab\x16\xe1\x2e\xdb\xfe\x3e\x15\x05\x92\x7e\x8d\xff\x6f\x0e\x82\xab\x9c\x7f\x7e\x6f\x05\x80\x68\x0d\x7f\x28\x8d\x0e\x80\x92\xbd\xf0\xab\xa3\x36\x00\xba\x92\xe2\xfb\x4f\x5b\x02\x98\xa6\x4b\x5d\x3a\xaf\x07\x60\x63\xa7\x70\x9b\x39\x1f\xc0\xc1\x5e\x15\xc3\x73\x07\xc0\x31\x52\xf7\xb1\xe4\xc5\x8d\x9c\x98\x6a\x5b\x3b\xfb\x26\xe3\x5a\xc2\x7b\xab\xc4\x80\x44\x07\x76\xfc\x88\xf9\xc5\xc4\x07\x3e\x3c\xf8\x63\x86\x23\x25\x9d\xc1\xea\x1b\x5c\x90\xa7\x26\xd5\x13\xab\x38\x45\xac\x81\x0a\x62\xec\x4d\xdc\x29\x72\x3e\x0e\x99\x83\xd9\xf0\x23\x21\xe4\x2f\x23\x5f\x87\x7e\xf9\x3e\xa4\x18\x8a\x7c\x13\x46\xf8\xb8\x43\xa9\x1e\x15\x1e\xbc\xfc\x66\x55\xf9\x06\x6a\x22\x48\xfe\x59\x9c\x72\x0e\xba\xcb\xf7\x42\x7f\x82\x8a\x39\x46\xc0\xcb\xab\xbb\x52\x75\x1e\x63\xe4\x45\xdd\xe1\xa9\xaa\x8f\x21\xb8\xde\xdc\xe0\x60\x7e\xa8\xd7\x61\xed\x9c\x35\x1b\xa8\xd5\x3c\x71\x74\xb6\xbf\x4e\xc7\x56\x41\xcb\xdf\xeb\x61\x80\x4b\xf0\x0f\x0e\x62\x89\xe7\xfa\xde\x5c\x00\x09\x46\xfe\xb1\x03\xe7\x37\x7d\x39\x7a\x61\x42\xcc\xc7\x87\x01\x2c\x2f\x8b\x03\xdd\x75\x00\x5b\x71\x39\x39\x46\x26\x00\xa7\xf7\x2a\x58\x9e\x81\x8d\x7c\x14\x33\xa7\x72\xd3\x18\xf5\x62\x62\xb4\xbd\x82\x9d\x8b\x69\x0b\xc1\xcc\xf6\xaa\xbf\xb9\xeb\x12\xbe\xc6\x22\x2d\x1e\xe5\x8b\xc7\x55\x1a\xa7\x16\x77\x84\xab\x93\xb9\x20\xcc\xb2\xe6\xfd\xa7\xde\x89\x9f\x30\xd2\xaa\x4f\x26\x2e\xa5\x6a\xa1\x9f\x28\xd9\xae\xee\x4a\x57\xc0\x60\x14\xae\xaf\xb5\xc7\x3b\x93\xfd\x48\x1b\x3c\x10\x28\x75\x23\x3d\x22\x3d\xc7\x78\x94\x6b\x51\x12\xa1\x65\xe4\x5c\x9c\x27\xf9\xaa\x35\x68\x0f\xff\xb2\x87\xb9\xea\x3b\xd1\xad\x7e\x66\x1d\x54\xea\x7c\x18\x61\x6f\xd6\x16\x1b\x8d\x45\x8c\xa1\xd7\xbb\xc6\x0c\x0d\x6e\x2c\x9d\xab\x7d\x9d\x94\xe6\x3d\x2c\xa7\xab\x44\xf5\xbc\xa6\x23\xf6\xb9\xc3\xef\x7d\x92\xc7\xff\xd7\xf8\xf7\x8e\x70\xfb\xff\x93\x83\xe0\x1d\xe3\x7d\x4e\xdd\x0a\x20\x95\xc6\x37\x7c\xe0\x0c\x80\x7a\x00\x3f\xe6\x08\x03\x80\xe1\xa2\x80\xc1\x71\xb3\x7f\xf0\x20\x24\x5f\x8e\x9b\x81\xf2\x20\x2f\x27\xa0\xbd\x24\xb5\x8f\x48\xab\x80\xb9\xfb\x94\x31\xab\xc6\x7e\xa2\x84\x33\x8b\x9d\x8a\xe5\x1c\x41\xc6\xfe\x93\x77\x88\xdb\x37\xbc\xa2\x55\x57\x1c\x6d\x60\x15\x8e\xd6\x54\xb4\x98\xf5\x6a\x03\x96\xd2\x60\x7f\xd3\x52\x92\x00\x46\x58\x2b\x76\x90\x37\x2d\x06\x9d\xac\x66\xf6\x59\x24\xf3\xce\x46\x3e\x0e\x9d\xe2\xb7\xd5\xd8\xd4\x13\x64\x3f\xd2\x4f\x21\xa5\x4c\x44\x41\x8c\xed\xb8\x88\x4a\x07\xe2\x4b\xf4\xd2\x6b\x0f\xd5\x64\xe4\xcf\x88\x03\x43\x9c\x6a\x0d\x28\x83\xb0\x53\x8f\xea\x34\xf6\xa0\xa6\x82\x43\xba\xdc\x34\xd4\xd1\x96\x01\x77\xdb\x6a\x34\xcf\xa2\x51\xbe\xe6\x8d\x14\x5a\x35\x18\x1e\x1f\xe6\x5a\x3e\xed\x1c\x4c\xb1\x67\x4d\xf5\x4e\x6d\x0b\xac\xb0\xab\x6a\x65\x85\xd6\x3b\x6c\xb3\x63\xf3\xef\x79\x08\xfb\x3d\x0f\xac\x1c\x7c\xbf\xe7\xc1\x83\x77\x3f\x55\x15\x80\x40\x19\x5f\xcd\xbe\x4e\x00\x59\x0c\xdf\xa9\x03\xb1\x9b\x1c\x04\x39\x17\x83\x3c\x0f\x9e\xfc\x52\xd1\x4c\x3c\x00\xbe\x12\x8a\x6e\xbc\xfd\x00\x7e\x9e\xea\xef\x24\xfa\xc0\xd3\xa7\xcc\xc0\x53\x7d\x0f\x51\xc3\xbd\xd3\xba\xda\xd2\x0c\xbf\xe6\xf4\xc6\xc3\xc3\x8b\x03\xf7\xd6\x26\x31\xb6\x20\xf4\x23\x36\xdd\xdc\xa0\x30\x3e\x7e\x37\x46\xd2\xb0\xa2\x09\x93\xee\x8c\x3e\xa6\xdd\x3d\x5c\x92\x63\x8e\x0a\x50\xbb\xff\x8d\x2e\xaf\x00\xd5\xae\x3c\xb5\x9c\x94\x13\x8c\x8e\x51\xea\x5b\xa9\xc9\x98\x9c\xff\xa4\x1c\xbd\xba\x96\x42\xf3\x45\x5a\x35\x6f\x2d\x20\xa9\xe0\x0d\x8f\x06\xfd\x1a\x36\x91\x93\xcc\x03\x3d\x16\xd3\xe4\x41\x12\x22\x1e\x74\xdd\xd4\x8a\x42\xb1\x45\x6c\xb9\x57\xa5\x95\x81\xa6\x0b\x7a\x48\xce\xc5\xa9\x1b\xd2\xe9\x45\xff\xf4\x8b\xbc\xe9\xa9\x93\x85\xc9\xf7\x5c\xad\xb4\xd4\x21\x60\x08\xee\xc6\x65\xde\xba\x12\x58\x19\x57\xeb\xcd\x79\xa0\x21\xb2\xcf\xff\xaa\xcc\xc9\x5c\x8b\x54\x03\x00\xc2\x86\xdc\x15\xd4\xaf\x00\x94\xc2\x78\xb8\x0e\xb8\x03\xe8\xdc\xe4\x7e\x75\x28\x1b\xc0\xaa\x9b\x6f\xf6\xc4\xfd\x7f\xfb\x72\x02\xa2\x65\xdd\x38\xeb\x00\x82\xac\xd5\xcf\x49\xa9\x6f\xe4\xc4\xa8\x79\x5f\xb3\x9c\xb4\xbc\x87\x6f\x70\x6d\x71\x3d\xe5\x33\x80\x3b\xef\x50\x1e\x15\x70\xb5\x15\xd3\x68\x69\x5a\xd8\x9d\x2a\x8c\xf6\x35\x56\x6b\xca\xce\x36\x46\xf9\xeb\x54\x0c\x8f\xe6\x8f\x20\xe3\xd4\xd5\xa6\xeb\x8b\x2d\xc8\x7e\x24\x64\xa4\xf2\xab\xe5\x6f\xd9\x5c\xd3\x29\xaa\x53\x2b\x2b\x19\x40\xe6\x81\x5e\xf0\x6a\x12\xd6\x1c\x52\x38\xff\xce\xc5\xb9\xef\xad\xd3\x81\x1c\x8b\x52\xba\x1b\xac\x4b\x81\xea\x0a\x0d\xde\xc8\xc5\xd1\xd5\xd3\x40\xff\xf4\x1b\xac\xba\xa0\xf7\x19\xc3\xe0\xab\x5a\x2a\xa0\x1f\x8a\xe9\xf5\xd4\x2e\x62\xd5\x9f\xc5\x52\xba\x27\xfd\x9a\x07\xce\xd5\xdf\xbc\x5c\x3c\xf7\xeb\xed\x66\x00\x9c\xbd\xdc\xf4\x7b\x8c\x37\x7d\x39\xca\x04\xee\xa4\x03\xe6\x00\x06\x11\x5c\x3f\x0e\x8d\x03\x58\x8b\x71\xcd\x1c\x0d\x01\x70\x6f\x11\xe0\x3b\x3b\xb5\xe9\xcb\x09\x0d\x90\x3d\xc4\xdd\xb6\xe1\x0d\x0a\x89\x10\xd7\xb6\x51\x9b\x24\x8a\x06\xaa\x9a\xdf\xb4\x5a\xc5\x07\xbb\x49\xbb\x56\xfa\x8d\x63\xa7\x9d\xe8\x23\x3a\x62\x12\x30\x97\x6c\xb4\x73\xf3\x33\x66\x50\xcd\x26\x01\x77\xaf\xe4\x57\x23\xd3\x74\x90\x2f\xd5\x4b\xcc\x11\x3a\xea\xbc\x0b\x17\xca\xbb\xc8\x3c\xd0\x62\x81\xea\xca\xf2\xd1\xbc\x4f\x5f\x8e\x6a\xdc\x5a\x7e\x94\xab\xf1\x46\x43\xab\x77\xe5\x7b\x56\xc1\x80\xa6\x8e\xc6\xea\x72\x5a\x6f\xcf\x6d\xdd\x23\x88\x3d\x49\x97\xee\x5b\xea\x55\x22\xba\xe3\x59\xef\xf2\xe8\xfb\x22\x43\xa3\xeb\xc9\xb9\x38\x37\xd8\x0d\xc3\x51\x23\xa1\x8f\x2a\x82\x0d\x5d\xd1\x3a\x41\x1f\x4b\x76\x1b\xe9\xa1\xdf\xf9\x7f\x2f\x2c\x31\x74\xc2\xa4\x79\x53\xe4\xeb\x19\x5e\xc2\xe0\x3d\x28\x37\xe7\xe1\x3c\x91\xeb\xd3\x0e\x6e\x00\x36\x6b\xb6\x77\xbb\x64\x01\xc4\x96\x38\x18\xf7\x0e\x03\x68\x58\x70\xbe\x39\x20\xb3\xc9\x05\x91\x39\x08\xaf\x48\x5e\xcd\xd3\x83\x9b\xbe\x9c\x28\x16\x19\x4b\xde\xe3\x00\x31\x39\x4a\xc7\x25\xfa\x20\x30\x86\x4f\xb3\x5a\x5d\x9d\xc8\x1b\x4e\x65\xaa\x65\x5d\x8a\x37\xf1\x1b\x71\xbc\x17\xe0\xb3\xe1\x8f\x32\xb2\x0b\xcf\x09\xce\xe9\x44\xe6\x9b\xb9\x37\xfd\x28\xf5\x44\x6c\xd5\x2b\x78\xf5\xa6\x2a\x87\x9c\x07\x83\x78\xad\x16\xbf\xf0\xee\xba\xdb\x34\x9f\xc6\xed\x25\x81\xa2\x1b\xa3\x0c\xda\xf5\xcb\x2c\x05\xbc\x64\x1e\xe8\xd1\xa2\xde\xc2\x6a\x50\xa6\x44\xbb\xb1\x3e\x7a\x2d\x34\x95\xab\xf9\x99\x21\x07\x82\x3e\x29\x78\x83\x07\x32\x30\x4c\x47\x89\x44\x5e\x28\xe7\x32\x76\x40\x55\x87\x9f\x28\x91\x35\xae\x43\x0b\x05\x0f\x14\x9c\x36\x61\x41\xdf\x0b\x18\xc9\xc1\x9b\x6c\xc1\x28\xfa\x32\x67\xd5\x99\x18\x60\x6a\xbc\x6e\x01\xec\x98\x63\x77\xfe\x35\x0f\x17\xf3\x39\x0d\x76\x54\xfe\x23\x07\x41\x9b\xa3\x8b\x7a\x11\x40\x5b\x8f\xf3\xd2\x81\x80\xcd\x3c\x08\x27\x6d\xae\xe5\xe3\x6a\x00\x01\x57\xb8\x65\x4e\x2b\x00\x44\x9e\x13\x10\xbb\x58\x0e\x10\x8f\x94\x38\xc0\x79\x1d\x20\x29\x5d\x7e\x48\x42\x18\x7c\x12\x8f\x6b\x50\xab\x3f\x21\xf2\xc7\xe6\x18\x1d\xb3\x6e\xc4\x6b\x07\xef\xb6\x1f\x0e\x40\x63\xca\x3d\xa3\x03\xbe\xa6\x26\xa3\x6e\x39\x3a\x67\x6d\x29\xb8\x81\x98\x30\x0f\xb9\x2b\x57\x8e\x5d\x1d\xd3\x8f\x7a\xd3\x70\xcb\x84\xec\xcd\x5a\x0e\xd5\xb0\x99\x7f\x5c\xc9\x3c\xae\xa2\x93\xbc\xb0\x5a\xd6\xfa\x4a\x5b\xef\xda\xd2\xb1\x92\xa4\x7e\x23\x83\x88\x65\xc7\x02\xa7\xf6\x4f\x46\xcf\x57\xcc\x73\xd5\x5b\x4a\x8c\xfc\xd7\xe8\xd3\xcf\xfd\x2b\x17\x47\xcc\xf4\x3e\x32\x22\xa6\x88\xec\x87\x22\xe7\xe2\xe4\x74\x98\x86\xa0\xbb\x03\xde\x64\xed\x32\xdb\x82\x61\xf0\x93\x4d\x7f\x64\xca\x8b\x19\xf4\x9c\x00\xd8\xfa\x98\xcd\xee\x37\x27\x26\xca\x71\x71\xe7\x4b\x00\x3e\x02\x7b\xe4\x9e\x83\x9b\x1c\x84\xce\x05\xf6\x02\x9a\xf2\x4d\x0e\xc2\xcd\x98\x9d\xfb\x28\x05\x40\xc8\x21\x2e\x9b\xd3\x4e\x9b\xbe\x9c\x24\x59\xd1\x24\xb6\xee\x0d\x6f\xd0\xb5\xf4\x03\x2a\x63\xaa\x36\x44\x95\x64\x5d\x7d\x1d\xab\x12\xfc\xa5\x28\x71\xdb\xbd\x41\x9f\x30\x97\x7d\x33\x7c\xa8\x33\x8a\x91\x65\x2e\xe7\x32\x3c\xae\x53\xaf\xe9\x59\xe9\x37\x7e\xae\x69\x5c\x39\x61\xa0\x39\xfa\xe5\x4e\xcf\x8a\xa7\x36\xe3\xcc\xde\x86\x46\x32\x0f\xf4\xf6\x92\x81\xf1\x7c\xce\x8d\xe4\x7e\x46\xe3\x53\x8b\xb2\xe5\xdb\x3b\x0d\x4c\x7c\x96\x9a\x8b\x53\x5b\x96\x4c\x2d\x57\xa8\xf3\x96\x6e\x6b\x98\x2e\xaf\x5a\x67\x8d\x90\x73\x71\xae\x0f\x59\x38\x20\x2c\x92\x02\x8b\x27\xcc\xdf\x20\xf5\x62\x1f\x90\x73\x71\xb2\xdc\x2c\xb3\x51\xc5\x11\xfb\xd2\xbe\x5a\x8e\xa3\x99\x42\x3e\xa4\x1c\xb5\x1c\x43\xd7\x05\xb6\x25\xda\x5b\xfa\x63\x64\x7d\x5f\x02\xec\x16\x66\xfb\xfd\xf7\x05\xa3\x07\x5b\x38\xa5\xfd\x66\xff\x5f\x41\x86\xf9\xc2\x9e\xf7\x00\x7a\xd5\x8c\xb3\xd4\xe1\x00\x0e\x8d\x2c\x70\x10\x09\xe0\x63\xc1\xd2\xf7\xeb\xfc\x8c\xda\xc7\xc1\x74\x2a\x05\x20\x49\x9c\x3b\x95\x6e\x06\x20\x0b\x84\x6e\xb3\xbe\x04\xc8\x51\x90\x3e\x25\xea\x03\xf9\x79\x9f\x15\x3f\xaa\x52\x11\x55\xae\x31\xe8\x58\x58\x15\xe0\x8f\x25\x3e\xb2\xb4\x0d\x76\x45\xdf\x08\xa6\xf6\xd2\xb9\x36\x86\x28\x74\x8f\x4f\xa5\xad\x9c\x5d\xf9\x69\xc3\xdf\x64\x76\x5b\x6c\x89\xce\x30\xe3\xc3\x5a\x1b\xed\x02\xad\x6e\xce\x8f\xa0\xa6\xd1\xf7\xbe\x86\x88\x19\xc1\xdb\x65\x83\xdb\x4d\x96\xe6\xec\x6e\x15\x74\x9d\x32\x43\x2e\x38\x55\x09\x36\x0b\x5a\x04\x2c\xf1\x95\x0e\xd7\xf9\x5a\xae\x2c\xdb\x14\xae\x92\x73\x71\x8a\x89\x36\xdf\x57\x3d\xae\x05\x14\xca\x58\x47\xae\xad\xa6\x3c\xcf\x36\xb3\xc9\x42\xf4\x26\x1e\xc8\x3a\x62\x7d\x07\xd9\x16\xc3\x9c\x32\x6c\x53\x8b\x32\x8d\xbc\x9f\x78\xd1\xf6\x28\x6a\x26\xac\x20\x4e\xcd\x66\x14\x9d\x18\xd4\x1b\x2d\x6f\x2b\x81\x5e\x0c\xd0\x00\xa0\x66\x65\x34\xfc\x7d\x5e\x92\x38\x08\xd1\x30\x56\xb1\x3d\x17\x01\x94\xeb\xae\x14\xef\xd9\x03\x60\x46\xb8\x32\xb0\x8f\x6e\xd3\x8f\x12\xb2\xed\xb2\x2f\xcd\x32\x40\x7c\x14\x4b\xe1\x09\x26\x80\x2c\x19\x0e\xcf\x73\xc7\x00\x0a\x6e\xf2\xd1\x33\x1e\x07\x28\x6b\x17\xc9\xe6\x4b\x80\xae\x0a\x29\xd9\x74\xc5\x35\xa2\x7d\x89\xb7\x86\x90\x05\x01\x2f\x9a\xa3\x6e\x72\x24\x70\x01\xcd\x11\x4b\xe7\xda\x9b\x7b\x67\xf5\x93\xef\xd5\x38\x6c\x9d\xdc\xd2\x76\x87\x9c\x46\xe9\x7b\x3f\xe6\xfc\x8d\x2b\xbe\x14\xf4\x50\x7d\x60\x35\xbd\xfb\x6d\xf2\x7e\xd9\x80\x82\x25\xe5\x8f\xfa\x66\xd1\xf6\x5b\x36\xc2\x33\x59\x77\xf8\x6f\x53\xdb\xf9\xcd\x1f\xa9\x41\xdf\xc4\xdb\xdd\x5a\x58\xab\x4c\x28\x4d\x70\x3c\xbd\xc4\x76\xfd\x5d\xa1\xa6\x83\xf6\xca\xd6\x02\xf3\xec\x9d\x8e\xb9\xab\x3b\x73\x32\xd2\x73\x1d\xed\xd6\xf4\x33\xa8\xc8\x1c\x4c\x7c\x9d\xa3\x31\x52\x23\xae\x3a\xe6\x9e\x23\x3b\x6a\xdf\xd5\xf6\x28\x3b\x47\x71\xd4\x83\xf0\xb9\x48\x3e\x87\x6e\x34\x53\xa8\x62\xd8\xa2\x83\x00\x7a\x38\x50\x1d\x80\xe6\x0e\x83\xf4\xaf\x79\x60\xdf\xca\xf2\x8c\xaa\x19\x40\x82\x8a\xc9\x60\x37\xfb\x66\x0e\x82\xd5\xa9\xcb\xb7\xa8\x59\x00\x3c\xdf\xd3\xe7\xec\x6b\x04\x88\xfa\x70\x61\x0b\xf5\x0f\x80\x34\xc3\xcb\xa7\x0f\x45\x01\x14\xd3\x32\x27\x9c\xc2\x01\x54\xd2\x71\x3d\xbd\x5c\x09\x50\x7b\x58\x88\x8a\x57\x0b\x5e\xd7\x5f\x93\x52\x54\xb8\x4c\xcc\xab\xdf\xa9\x34\x60\xfa\x09\x4f\x5b\xb9\x5b\x5f\x3e\xe8\x1e\x6a\x3e\xdb\xc5\x9e\x23\x9f\x76\xd9\x26\x6c\x5f\x38\x6d\xcb\xd9\x39\x01\xb7\x7b\x0d\x62\xbd\xe7\x27\x27\xac\xae\x8e\xcb\x3f\x75\x7c\x7c\xc5\xf1\xf8\x64\xf2\x43\x54\x73\xa0\xcb\xfd\x6f\xbe\x1d\x94\x35\x78\xd7\xb8\x1f\x8b\xcd\xd3\xd7\xc3\xdd\x8f\xcf\xca\xdc\xf6\x2f\xf8\xe1\xa6\x31\x3f\x7f\x53\x24\x73\xd0\x9d\xb8\x18\x53\xe1\xbf\x91\x07\xb3\xcd\x7d\xef\x4a\x59\x9e\xd7\xff\xe5\x45\x0a\xa5\x74\x19\x41\x99\x46\x5d\x22\x73\x30\x7e\xc9\xae\x77\xd1\x66\x21\x8c\x00\xe7\x4b\x99\xc6\xb7\xdb\x01\x70\x49\x33\xac\x50\xea\x00\xc8\x1c\xa0\xa7\xa0\x12\x04\x30\xd0\xa4\xbf\xb4\xfb\x2d\x80\xe3\x20\xed\x6b\xaa\x72\x80\xe0\x95\x73\xaa\xbb\x9f\x00\x24\x38\x6f\x23\xfe\x9a\xb7\xfc\xc7\xe7\xee\xed\xdb\xb3\xe9\x47\x69\x58\x62\xb1\x3e\xa7\x06\xd0\xd2\xc8\xcb\xce\xee\x02\xf0\x80\x20\x2a\x22\x65\x4b\xbc\xf5\x00\xe4\xc6\x4c\x8c\xf0\x3b\x5a\x9a\x34\xdb\x83\x30\xa8\xb4\x5b\x0a\xe6\x82\x05\xa5\x8b\x96\x19\x67\xfc\x90\xed\x92\x1f\x03\x43\x7c\xaa\xdc\x87\xe7\x7a\x4e\xf9\xb8\x8f\x72\xbc\x14\xbc\xf5\xd8\xbf\xeb\x13\xf7\x13\xa1\x12\xba\x40\x93\xaf\x4e\x0f\xa3\x73\xa6\x03\xc2\xa7\xb5\xef\x6f\x4d\x8b\x0d\x98\x9c\x39\xd1\xf4\x3e\x31\xc1\xff\xd5\xdc\x54\x6d\x45\xec\x5e\xff\x77\x0b\x99\x37\x1e\x87\x8f\x05\xec\x58\xba\x55\x8a\x0b\xd3\xf7\xeb\x5d\x5e\x29\xd4\x0b\x8e\xf7\x3f\xb2\x52\x93\x97\x1d\x38\xeb\xeb\xb5\xb6\x3f\xf3\x51\x40\xa3\x77\x26\xc2\x28\xf9\x89\x5f\x83\x37\x2f\xf2\x60\x82\x80\xef\x21\xcf\x87\xa8\xc3\x57\xdf\x7a\x5f\xf2\x8a\x42\xd5\x47\xd8\x7b\xdd\x77\xef\x42\x5b\x84\xd0\x02\x5c\x20\x5c\xee\xdb\x1e\x02\xc0\xcf\x73\xb9\x8c\xd2\x09\x40\xf1\x07\x5d\xff\xce\x61\x00\xb3\x41\xda\x74\x4a\x4f\x00\x57\xba\xf5\xf7\x76\xe4\x3c\x8c\x4c\xa0\xf8\x83\x83\x68\x7a\x7e\xfa\xc4\xee\x2d\x00\x9d\x67\x2f\x1c\x3a\xe4\x0b\xd0\xa7\xce\xa6\x41\xff\x1e\x60\x88\xc8\x1f\x2e\x44\x0f\x34\x2f\x5d\x24\x9e\xe9\xde\xc7\xc7\xbc\x68\x53\x2c\xf3\x59\x44\x49\xf6\xbb\xe8\x2e\x16\x1e\x9c\x90\xbf\xfb\xd1\xf9\xfb\x7d\xa9\xe6\xee\x22\xfb\x8c\xc3\xcf\x03\x73\x07\x33\x22\x5e\x65\x8e\xee\x4e\x16\x4e\x67\x1d\xbf\x38\x58\x19\x27\x95\x5c\x32\xd9\xd5\xb3\x7a\x95\x37\xb1\xf4\x7b\xe7\x03\xc7\x70\xbd\xf8\xaa\x19\xcb\x26\x31\x32\xff\x11\xe2\x18\x95\xbe\x10\x77\x63\x29\x50\x3f\xb2\x70\xa9\xa7\xb4\xd2\xbf\x24\x7c\x6e\x45\xaa\x80\xd6\x8f\x3d\xf4\xd1\x6a\xe5\xb5\x78\x9f\xe4\xd0\x5d\x6b\x35\xe9\x54\xde\x8a\xc1\xec\x88\xd6\xa4\x9d\x9e\x4d\x41\x91\xc8\xcc\xd8\x3c\xf7\xd6\xa0\x21\x94\x5e\x94\x85\x5b\x6d\xa0\x03\x7a\x47\x98\xb9\xeb\xb3\x80\xed\xe8\xdc\xa0\x61\x80\x2b\x0d\x97\xbb\x76\xbc\x05\x90\xba\x42\x67\xb8\xe3\xeb\x66\xff\xdf\xea\xc4\x8e\xdf\x7f\x87\x07\xe6\xfd\xd9\xef\x2a\x51\xa3\xf8\x7d\x2f\xfe\x36\x29\xff\xa1\x5b\x65\xbd\xef\xfb\x6c\x69\xcb\xef\xbf\x4f\x46\xbd\x2f\xef\x38\x31\x02\xf0\x25\x95\x5b\x9a\x9b\x16\x4a\x7e\x96\x0b\x57\xab\x54\x10\x76\x2e\xbe\x92\xb6\x72\x2b\x9b\x0d\xfc\x11\xa5\x56\x94\xbd\xbd\xff\xf5\x68\xad\xf5\xa7\x3b\x31\x45\x02\x4f\x76\xc6\x64\xf4\xdf\x0d\x7f\xd9\x53\xfe\x74\xe5\x45\xa0\x7f\x53\xab\xc4\xa7\x9c\x7e\x33\xdf\xf2\xba\xf4\xa9\x85\x4e\x73\x9f\x73\x55\xc2\x3f\x1e\xb4\xe4\x7a\x7b\x16\x57\xce\x0e\x34\x48\x79\x1d\xc8\xff\x3c\x8f\xb9\xc9\xe3\x11\x92\x3d\xb1\x24\x58\x46\xeb\x1e\x94\xf9\x64\xb9\xad\x70\xe2\x6f\xfe\xc3\x99\x90\x64\x83\xf0\x4e\x3e\xee\x92\x1c\xdb\x8f\xe4\x8a\xf7\x74\x2c\x8a\xe3\x40\xd9\x44\xce\x38\xde\x8d\xb6\x43\x7d\x09\xa7\xb5\xaf\xbc\x5a\x88\x1e\x0c\xb4\x77\x90\x88\xda\x82\x1e\x0d\x3c\x0d\xc0\xd6\x7b\xe9\xfe\x8e\x41\x00\xd9\xe7\xb4\x17\x76\xd0\x6e\xe6\x61\xfc\xed\xc3\xc8\x79\x4b\x11\xf9\xab\xd6\x76\x50\xfc\xc1\x41\x0c\xf7\xff\xd9\xff\x9b\x17\x3a\xd5\x45\x75\x14\x00\xff\x94\xf9\x16\xdd\x09\xc0\x12\x29\x04\xbf\xc8\xff\x98\xe9\xc3\x3e\x90\xa6\x74\x40\xbd\xba\x8e\x14\x56\xdf\x13\xaf\xde\x74\x7b\x49\xca\x52\xb8\xe2\x41\x92\xe4\x0f\xc5\xd0\x9a\x07\x55\x9e\x5b\xa7\xf8\x3a\xed\x7b\xee\xd9\xd9\x7f\xc0\x4e\x22\xba\x93\xed\xd4\x87\x78\xa6\xa1\x05\x6b\x7f\xb0\x3b\x76\xe6\xe3\xed\x24\x7b\xc7\x66\xc6\xf9\xcf\xd5\x25\x76\x79\x0d\xca\x4b\x34\xd7\x3f\xd8\x55\xd6\xc4\x2c\x4b\x17\x0d\xda\xef\x2d\x5b\x5b\x99\xca\x79\x6d\xbb\x54\x12\xb6\xa6\x9d\x3e\x68\xbb\x98\x3f\x8b\xd0\x4c\x56\xb7\x65\xcd\xe3\x47\xee\x8d\xef\xb2\x99\xbc\xc6\x8a\x44\x5f\x45\x59\xf7\x64\x51\xa0\x6a\xc3\xf1\x64\xfe\xc3\x2a\x27\x79\x3f\x46\xdc\xef\xa2\xf5\xc5\x84\x87\x18\x7b\xdf\x0b\x00\x7c\xce\x67\x32\xb6\x19\x03\x28\xe9\xef\xf9\xfd\xf3\x34\xbb\xb3\x3e\x9e\x80\x44\x8a\x3f\x78\x20\xb2\x0f\xa3\x8d\xd4\xf7\x19\x4a\xff\x73\xfc\x2b\x97\xc9\xef\xbd\xf7\x5e\xa0\xa0\xc0\x72\x03\xb0\x4c\x5d\x94\x9a\x76\x20\x86\x0a\x04\x4a\xde\x7e\xe3\x8c\xdf\x21\x9d\x6a\x2e\xde\x71\x16\xbd\xa4\x11\x16\xd8\x5d\xfa\x7a\xcd\xd2\xfa\xd8\x35\xd7\x88\xd4\xc5\xfc\xc0\x81\x6a\x57\xb7\xd4\x79\xaa\x9b\x74\x0d\x56\xe6\x07\x66\xcf\x7d\xe4\x68\x4c\x34\xfc\x34\xa7\x35\x33\x5c\x5f\x64\x1c\x32\xa6\x3e\x8f\xaf\x4a\x33\xd1\x1d\xce\x5a\x3a\x58\x6a\x6e\x26\xd9\xe3\xbd\xcc\x5d\xf8\xc3\x34\xbb\xfd\xe6\xca\x5a\xb6\xa9\xd9\xee\xe6\xdb\x6b\x74\xe9\xf5\x66\xf6\xf5\x0b\x08\xa9\xa4\x76\x33\x89\x9a\x6a\xe4\xa5\xb8\x50\xb2\xf7\xc4\x6c\x5b\x59\x0c\xaa\x36\xdc\xda\x74\xbc\x78\x16\xad\x1e\x5c\x6d\x6a\x58\x28\x86\x9e\xf1\x1f\x37\xf5\xcc\xc9\xc7\x24\x78\xf7\x1a\x77\xe4\x20\xb1\x07\xdd\x27\x00\x78\x51\x54\x47\x7e\x7d\x7e\x72\xff\x9f\xbc\x0e\xc8\x3c\x50\x89\x12\xa9\xef\x47\xba\xf7\xfb\x84\x74\x0f\x9a\x9c\x03\xb0\xcc\xf1\x47\xff\xa7\x08\xe0\x94\xdf\xce\x67\xdf\x24\x00\x98\x24\xcf\x4d\xbc\x46\x10\xa7\xf9\x9b\x85\x97\x1f\x32\x11\x38\xa5\x7d\x75\x94\xeb\xb6\x62\x8b\x34\x0b\xdc\x92\xb3\x2e\xa0\x2f\x59\x9a\x46\xf2\x05\xcc\xae\x7d\xf7\x93\xca\xda\xef\x74\x65\x65\xa9\x58\xb5\x60\xcd\x6c\x7c\x59\xff\xd1\x8b\xd2\x24\xbd\x7d\x4b\x75\xd3\x2c\xd7\x0f\x6a\x2b\x2c\xbb\x2f\xf1\x16\x75\x69\x57\x7f\x2f\x5f\xfe\x9e\x4b\xab\xdb\x31\x62\xb9\xba\x3f\xcb\x58\x17\xf5\xec\xce\x9a\x5f\x4a\xbd\x5e\x68\xdf\x3c\xc2\x2f\xc1\x54\x2f\xa7\x0b\x8b\x4c\x88\xe6\xd6\x1b\xbe\xbf\x03\xa5\x1f\xb1\xdb\x60\x57\x63\x22\x6a\x22\xd4\x5c\xff\x59\x83\x13\xda\x39\xe8\xac\xde\xeb\x5a\x09\x8c\x98\xcf\x33\xbd\x89\xea\x04\x4c\xa3\xe7\x1b\x7d\xba\x8a\x54\xec\x11\x77\x0e\x7d\xe6\xeb\xc2\x58\x2f\x97\x28\x00\x89\x90\x6d\x83\xbf\xc6\x61\x4e\xf2\x80\x04\x71\x51\x18\xfc\x27\x07\x42\xba\xf7\x3c\x1a\xb0\x5e\xff\xe4\x40\xc8\xef\xbd\x27\xc6\x01\x7e\xed\x17\xaf\xb9\x00\x18\x1b\x69\x9f\xf6\x4c\x00\x33\xff\x57\xfe\xb5\xc6\xd3\x84\x57\x32\x97\x54\xcb\x8b\xcf\xe0\x15\x34\x85\x2d\x02\xe2\x88\x58\x03\x8b\x38\x2f\x37\xaf\xf7\xe8\x73\xde\xd9\x91\x18\xbb\x71\x14\x45\x66\x6d\x3c\x8f\x29\x13\xf2\xd2\x9d\xeb\x49\x05\x7a\x4a\x08\x86\x67\x34\xa9\x38\xf5\x73\x6b\x23\xcb\x55\xa9\xca\xaa\x8f\x10\x99\x6b\xd9\x89\xf1\xaa\xe3\x8b\xc6\x08\xc5\xb8\x44\xb5\x8a\x49\x04\x52\xf1\x2a\xbf\xfa\xe5\xb1\x44\xd4\xc5\xf0\x0b\x7f\xe7\x5e\x68\x9d\x7c\xc8\x8a\x2e\xf6\xef\xd6\x4c\x6b\x7f\x8e\x31\xf5\x42\x6a\x8a\xb7\x79\x63\xd0\x6e\x9f\x35\xf7\x37\x2b\x63\x4d\x5c\xf6\x68\xf2\xdd\xb1\xc5\x36\x39\x16\x69\x4a\xd7\x89\xe1\x0e\xdb\x35\xfd\x7b\x1d\x90\x39\x90\xbf\xbd\x30\xe4\xfb\xdf\x7f\xf6\x7d\xfe\xf6\x81\x90\xfb\x7f\x3d\xf7\x01\x18\x9f\x9c\xed\x69\xba\x03\x55\xbc\xa1\x6c\xe3\xe5\x99\xc4\x4c\x69\x63\xe9\xa7\x19\x4f\x09\xd2\x1a\x48\x3d\xd7\x70\x45\xdc\x63\xf3\x64\xbb\x62\xb7\x1d\x58\x55\x0f\x19\xef\xc3\xd6\x7e\x98\x86\xc4\x36\xff\x7c\x63\x15\x34\x54\x6a\x04\x07\xea\x7a\xa3\x7d\x1e\x58\x86\x8e\xa9\x2b\xa1\x0f\xbf\x23\x84\x45\x2a\xbd\x46\xe5\x21\x1f\x84\x3b\x2a\x36\xa1\xb5\x50\xe1\x41\x28\x45\x51\x74\x21\xea\x59\x20\x9d\x22\xdf\x8c\x18\x7a\xc6\x0b\xaf\xc4\x38\x69\x8c\xa1\xf2\x6a\xde\xf0\x7d\x7c\x78\x45\x85\x3d\xe2\xa2\xa8\x8c\x19\xd8\x83\x55\x75\x3e\xa3\x9c\xdf\xa7\x85\xed\xb1\xef\x52\x39\xff\xd0\x08\x8b\xb3\x93\x54\x6e\x6a\x1f\xc7\x05\x5a\x89\xaa\x24\xb6\xbe\xc0\x15\x5a\x5a\x02\x58\xec\x59\x1f\x57\x04\x69\x3d\x14\x54\xad\xd7\x16\xd2\xf9\xf0\x8c\x74\x6e\xfe\x77\x0e\xc2\x97\x5d\xeb\xf5\x39\xa9\xff\xd3\x41\xf2\xdf\xdf\xfd\x01\xc0\x60\x7e\x62\xf0\x86\x05\x3c\xe1\xa3\x64\xe1\xcb\xc1\xc2\x71\x29\x45\xe1\xdc\xb8\x7b\x44\x3a\xf5\x4c\xe5\x26\xbf\x63\x84\xc3\xa6\xf7\x0c\x65\x1d\x8c\xf1\x94\xae\x4b\x36\x2a\x16\x91\xb8\x98\xab\x3c\x8e\x47\x0c\xe5\x70\x0c\x79\x09\xce\xf7\x75\x18\xb0\x1d\xb5\x51\x6e\x9a\xea\x92\x58\xf6\x47\xc1\x9e\x3a\x4a\xc9\xd8\x23\x1f\x28\x3d\x4a\xe5\x4f\x60\x16\x51\x04\x8f\xa3\x72\xfb\xb0\x1e\x98\x6e\x17\x0e\x99\x0e\xdc\x19\xac\xaf\xdd\x47\x59\xce\x55\x5b\xec\x55\xbb\x11\xd9\x82\x9f\x4f\xb1\xbd\xb6\x66\xb2\xb1\x5f\x5e\xe3\x78\xac\x38\xe5\x64\xc7\xf6\xe0\x6c\x2d\x0f\xc8\xae\xbc\x19\xc3\x75\x99\x71\xc9\xf9\x0c\x8f\xe0\x30\x26\x89\x72\x11\x4f\x95\xf0\x7c\x46\xa1\x72\x49\x8f\xa3\xf0\x0e\x06\x3d\x9b\x1c\x48\xfa\xd9\x3f\x9f\x83\xfe\x67\xeb\xf5\x33\xdd\x7f\xf5\x7f\xc9\xf7\x7f\xff\xd5\xff\x74\x26\xf5\x7f\x45\x01\xb6\x4f\x52\x50\xe4\xb7\x03\xf0\xc4\x5f\xbe\x9c\xfc\x0c\x4a\xc5\x46\x39\xd0\x61\x25\xc4\x66\xb5\x60\x69\x06\x8f\x1f\x04\xac\x91\x8b\xda\xc1\x0d\xfe\x81\x09\x9f\x1a\x26\x66\xce\xa9\x3f\x82\x37\x4d\x9b\xb6\x18\xd5\x9e\xc0\x53\x95\x7c\xb4\xce\xdc\xc8\x7d\xc8\xc5\x15\xf6\xb5\xd8\x6a\xcb\x4d\xe0\xac\x27\xa6\x6c\xdf\x48\x4f\xe2\xaa\x90\x87\xac\x42\xa4\x4a\xf1\x47\x70\xa1\x66\xf6\x92\x68\xbc\x11\xee\xa9\xf1\x28\x99\x7b\x90\x18\x5f\x5b\xc2\x1b\xea\x8d\x4a\x6e\x9b\x35\xc0\x47\xe8\x3e\x90\x80\x29\x09\x7c\x93\x0e\xb5\xc4\xcb\x71\x27\x3c\x42\xf3\xa6\x44\xe8\x68\x01\x81\x43\x5d\x4d\xe2\xfd\xab\x1e\x82\xa2\x9a\xff\xe6\xb9\x48\xe6\xa1\xba\xdf\x53\xfc\xd1\xff\xc6\xdc\xa6\xf8\x87\x07\xe1\x6b\x15\xa9\xff\xb9\xe5\xaf\xfe\x67\x21\x89\x7f\xd0\x20\x71\x00\x1f\x01\xce\xd7\xd2\x70\xa5\xdb\x02\x70\xbb\x9d\x27\x5e\x75\x81\x47\xe2\x71\xac\x3f\xfc\xbf\xc3\x25\x95\x34\xe1\x48\x27\x35\xa2\xaf\x61\x86\x1c\x8a\xcc\x3f\x18\xed\x25\x0c\xf9\x6b\x6b\xbc\xfa\x97\xf7\xa2\x91\x70\xac\x72\x9b\x81\xa6\xe2\x33\xfc\xa7\x96\x6e\xc3\xa7\x72\xd2\xf8\xa7\x4f\xb2\x0c\xef\xc9\x78\xe1\x8d\x3e\x82\xe9\x4e\xc9\x35\x7c\xc6\x92\x81\xd1\x89\x7f\x71\x0f\x5d\x84\x31\x82\x85\x0a\x8b\x08\x0d\xc1\x9a\xf0\x45\x2e\x48\x94\x62\xad\x9a\x50\xa8\x58\x29\x1a\x32\xdb\x4e\x48\x56\xf2\x17\x95\x98\x72\x22\xb4\x2a\x34\x8b\x20\x3f\x7d\x20\x7c\x94\x3f\x00\x90\x4b\xf2\x5f\x90\xf3\x50\xc8\xfb\xc0\x0a\x8e\xe2\x1f\x39\x10\xdf\x49\xf7\xb6\xdf\x76\xfd\xc9\x01\x91\xfb\x9f\x64\x0e\xa6\x78\x0f\xc0\xc9\x2a\xca\x03\xe9\x07\x01\xce\x77\xee\x3f\x17\x43\x0d\xc0\xa6\x74\xf2\x74\x50\x14\xe0\x45\x1b\x19\x3a\x3c\x62\x21\x41\x11\xc7\xad\x60\xe3\x0e\x47\x74\xcb\x44\xa4\x4c\xca\x89\x8d\x16\xa3\x52\x28\xfd\x4e\xa2\x96\xb7\xb3\x62\xb8\x96\x03\xd1\x21\xac\x49\x41\x5d\xfd\x1e\x91\x3f\x61\x48\x69\x8d\x9c\xfb\xa0\x44\x41\x68\xbc\x41\xa1\xb1\x28\x7b\x89\xf0\xb5\x65\xaf\x6a\x87\x54\x3b\xa1\xa5\x2f\x46\xfd\xf2\x06\xf7\xf0\x91\x50\x35\x43\xaf\x76\x8d\x9c\xf7\xf0\x7f\x71\x0f\xfc\x08\x44\x08\xf1\xa9\x50\x06\xff\xd0\xe2\x39\xe2\xa0\x90\xe6\xe6\x73\x30\xa4\xff\x5f\xfb\xe0\xbf\x38\x20\xd2\xbf\xb7\x90\xb8\x80\xaa\xf9\x3f\xfb\xbf\x64\x0f\x42\x20\x0a\x80\xa2\x99\x82\x22\x74\x0c\x80\xfd\xf6\x89\x9f\xde\x0f\x00\x44\x98\x2f\x6a\x39\x26\x42\x87\xe2\x6e\x36\x09\x73\x3d\x88\xd1\x94\xe3\xfa\x6e\x58\x05\x54\x66\x23\xa2\x54\xba\x22\xc4\x8f\xae\x9a\x12\xaf\x35\x23\x88\x3d\x81\xbb\xa5\x5e\xaa\xb2\x12\x1f\x47\x0b\x48\x15\x6c\xe4\x3e\x08\x10\x3d\x0b\x4b\xe5\x8f\xc9\x9e\x23\x3a\x57\x3b\xcb\xfd\x94\xa6\x26\x8a\xb5\x1c\x51\x78\x25\x6e\x44\x34\x7f\xdc\x2c\xa7\xb2\xc1\x3d\xcc\x11\xb9\xa6\x5c\xe5\x5f\x08\x5b\x10\xbd\xd6\x5c\x64\x52\x85\xa4\x89\xbd\x44\x13\x89\x9c\x0d\xee\xe1\x24\xd8\xc3\x3e\xfe\xcb\x3c\xb1\xf0\x0a\x22\x38\xf8\xb8\x73\x60\x15\xaa\x58\xc7\x00\x1e\xcd\xac\x8f\x7b\x92\xf5\x9f\xe3\xff\x9f\x3e\x18\xdc\x7a\xbd\x49\xda\x0f\xf3\x3d\x49\xfd\x5f\xd2\xf7\x93\x73\x20\x82\x33\x01\x4e\xdf\xa2\xf4\xf5\x6e\x04\x60\xed\x3f\xf2\xdc\xe5\x21\x80\x60\x0f\xad\xaa\xd5\x57\x00\x59\xc5\xcb\xb9\xc6\x97\xe0\xa6\x86\x2f\xbb\xa1\xae\x2b\x84\x1b\x28\x70\xe1\xb4\xce\x81\xbe\x9d\x18\x7f\xb8\xea\x43\x30\x77\x5f\xe0\x17\x54\xd6\x03\xa9\x20\x17\xc1\x66\xc5\x93\x70\x3e\x46\x4a\x84\x57\xee\x2a\x6c\xcd\x90\x17\xe3\x97\x89\x21\x7e\x2d\xc4\x8a\xe3\x25\xf7\x11\x17\xab\xe7\xc4\xda\xc5\xf7\x11\xc7\xef\xf6\x88\xbb\x6e\x70\x0f\xc2\xc4\x97\x2f\xe8\xc4\xb5\xc9\x79\x0f\x02\x0d\x44\xc2\x4c\xb5\x48\x31\xd9\x73\xc1\x97\x0e\xe1\xc0\xc0\x7b\x93\x97\x07\xda\xc0\x86\x13\xcf\x1d\x00\x28\xa8\x61\x4d\x05\x78\x4f\x3e\x07\x18\xff\x79\x0e\xfe\xcb\x07\x43\xfa\xb9\xdf\xba\xb9\x5e\x8b\x7c\xfe\xe4\x60\xae\x1e\x20\xf5\xbf\x47\xfe\xec\xff\x3b\xe6\x01\xd0\xab\x51\x4b\x5a\x2b\x00\xf0\x10\x8f\x9f\x30\xc7\x00\xc8\xd0\x5e\xa2\xd1\xcf\x83\x2f\x2a\xcf\x19\xc5\x34\x9f\xc1\x43\x1d\x6f\x96\x40\xf5\xa3\x50\x6b\xde\xc9\xde\xa0\xf2\x0e\x62\x5d\x94\xb9\x3f\x28\x6a\x40\x8e\xd7\x37\xae\x12\xf9\x4e\xf0\x0e\xb5\xe4\x7d\x23\xbd\x0a\x51\xb1\x6a\x3c\xc1\x52\x75\xa0\x9e\xc5\x2c\xe0\x2a\x11\x03\x2a\x85\xf9\x02\x1e\x62\x99\x20\x5e\x75\x5f\x70\xaf\xd0\x0a\x58\xdd\x89\xe0\xdb\x47\xe6\x1e\x04\xf7\x00\xdf\xd3\x63\x02\x8d\xff\xca\x7b\xa0\x06\xbb\xd9\x01\xde\x31\x9e\x07\x70\x0f\x4b\xe0\xf4\xe1\xc9\x81\x17\x10\xc6\x61\x06\x80\x08\xfd\xf5\x79\x31\xa4\xbc\x97\xcf\x3b\xff\x07\x07\x44\xe2\x44\x4b\x48\xf3\x90\x41\x9a\x97\xbf\x7d\x28\x2e\x06\xeb\xd5\xb4\x0c\x80\xe2\x2e\x05\x85\x65\x3a\xc0\x85\x2f\xbb\x13\x4c\xf6\x02\xb0\x49\x1f\x90\xd5\xc7\x01\x88\xb5\x9d\x1e\xd7\x5c\x05\x50\x2c\xbe\x28\xae\xba\x06\xcb\x9a\xca\x97\x1f\x29\xab\xc3\x4f\xe3\x83\x57\xbe\x29\x68\xc0\xb4\xcd\x09\xc6\x55\x79\x05\x18\x70\xe3\x64\x4d\x93\x41\xc2\x0b\xef\x4c\xd6\x0b\x52\x05\xf0\x34\xc4\x85\x6d\x87\x44\x1b\x3c\x88\x69\x63\xb7\x11\x5b\x85\xca\xf4\xa7\x9c\x5a\x22\x22\x50\x97\x5f\xcc\xe1\x22\xc4\x00\x35\x15\x95\x1c\x01\x82\x77\x21\xbd\x4e\x82\xcb\xe5\x6f\xee\x81\xb7\x1b\x92\x86\xc4\xb9\x8c\x78\xee\x41\xce\xc8\x69\xce\x3a\xee\x29\xa8\xf9\xba\x9f\xa3\x9a\x47\x1a\x6e\x2d\x6d\xe3\x34\x21\xef\x83\x5f\x1f\xfc\x8f\x73\x30\x99\x74\x0e\x90\xe6\x25\xfb\xf0\x9f\x1c\x0c\xd9\x87\xe2\xf1\x6b\x1e\x0d\x28\x28\x6c\xf6\xad\x7f\xad\x4b\x9a\x37\xa3\x5b\x00\x67\x7a\x76\x7c\xd5\x3d\x04\xc0\x7c\x89\x7a\x49\xcb\x1a\x40\x70\xef\xd1\x62\x55\x09\x00\x99\xfd\x67\x6c\x94\x75\x01\x54\x53\x2f\x04\xcb\xbf\x06\x30\xa0\xbf\x38\x2f\x37\x09\x60\xca\x4c\xcf\x25\xeb\x07\x60\xf3\x99\xe1\x98\xf4\x7b\x98\xf1\x10\x60\x12\x92\xcc\x83\x05\xbf\x53\x8c\x58\x71\x65\xf8\x19\x7e\x86\xa9\x59\x4c\x12\xde\xc5\x3d\x62\x69\x11\xa6\x82\x6f\x69\x8d\xcc\xfb\x84\x2e\xc1\xab\xbc\x17\x2c\xe3\x02\xd2\x30\x56\xca\xcf\xb2\x85\xff\x1c\xbc\xaa\x8e\x62\x29\xe6\xbd\x09\x83\x4d\x7d\xac\x27\x78\x0d\xa0\xfd\xc1\x12\x9b\x23\x8f\x21\xb4\xf6\x2f\xb0\x8d\x71\x4d\xc2\xc0\xab\x0b\xac\x86\x9c\x05\x30\xf5\x3e\x97\xd9\xef\x07\xc9\x77\xf4\xd6\xe1\xaf\x73\xf0\x1d\xe9\x1c\x28\xff\x73\x1f\x4c\x7c\xfc\x27\x07\xe3\xad\xbb\x5e\xc9\x79\x28\xc6\x7d\xeb\x55\x83\xc4\x83\xc8\x06\x02\x6c\x71\xa5\xa0\x50\xfd\x0e\x40\x6f\xb2\xeb\x9a\x92\x2c\x00\x67\xe3\xfe\x17\x0a\xaf\x00\xc4\x6c\x8e\x65\xca\xa9\x03\xc8\xf6\x9c\x3e\x28\x63\x00\xa0\xce\x71\xf6\xa4\x94\x31\x80\xee\xcb\xb3\x3f\x64\x82\x01\x2c\x3e\x5f\xd2\x94\x4a\x04\x70\x70\xa2\xb7\x16\xa7\x00\x70\xb3\xb9\x38\x26\xea\x00\xe0\xf7\x94\x9e\x51\x24\x0b\x20\x34\xe3\x72\x85\xb0\x0c\x40\x0c\x91\x01\x2b\x18\x02\x90\x72\xea\xca\x36\x01\x76\xc0\x5e\xeb\xba\x72\x83\x2f\x0e\x88\x85\xe7\xae\xb0\x70\xf7\x00\x54\xe8\x5d\x96\xe7\x16\x05\xa8\xf5\x66\x70\xe4\xda\x0f\xd0\x6c\xc5\xe0\xc0\xd9\x07\xe8\xae\x3d\x57\x6e\x71\x9e\x05\xec\x63\xb8\x92\xfe\xeb\xd3\x8a\x3f\xfb\xb5\x3f\xfc\xcd\x41\x9c\x5f\x16\x51\xdf\xb9\x1b\x80\xed\xa3\xb0\xe7\x9e\x78\x00\x41\x10\x7d\x78\xa0\x0d\x40\x5a\x53\xf2\xf6\x71\x6e\x00\x15\x37\x59\xdd\xb3\xda\x00\xda\x2a\x4a\x26\x97\xe6\x00\x0c\x29\x34\x2a\xd9\x5e\x01\x18\x45\x19\xea\x09\x9f\x85\x77\x26\xd9\x16\x67\x64\xd4\x21\xc1\x28\xd8\x6d\xb7\x4a\x07\x91\x60\xe8\x10\xf2\x40\x7f\x96\x18\xaa\xc7\x9a\xe2\x66\xb1\x9f\xb0\xaa\x35\x52\xd2\x6b\xaf\x41\x88\x56\x33\xb8\xbb\xd7\x79\x95\x70\x42\xd9\xec\xf1\x36\x77\x2c\xfe\x9e\x82\xf5\x08\xd6\x7b\x27\x7e\x4e\xb6\xf6\xdb\x0d\x8f\x50\xbc\x95\x4c\x27\x32\xc4\x97\x8e\xa0\x2a\xd5\x8a\x89\x77\xa1\x21\x3c\x92\xac\xc7\x72\xdb\x5f\x40\xae\x48\xaa\x60\x3b\xac\x4d\x66\xb9\xa5\xfa\xb1\xf9\xb6\x4a\x5f\x3b\xa5\xcf\x63\x7f\x58\xeb\x8e\x3b\x4a\xbb\xe0\x38\x2c\xad\x5e\x07\xc9\xf4\xe0\xf4\x2d\x5e\x0c\x7b\xc8\xf2\xe1\x0a\xcd\xe6\x9e\x60\x65\x3d\x70\xa3\xa6\xfb\x1f\xef\x93\x8d\xc3\x1f\x35\xa6\xe9\x74\x90\xeb\xc5\xb3\x18\xd5\x3e\x48\x95\x3b\x80\x4f\xd3\xc3\xfe\x73\x1e\x04\x45\xfe\xd9\xff\xbf\x50\x28\x54\xbb\x93\x11\x80\x7d\x50\x68\xf7\x9e\x36\x00\x91\x3a\x91\xc2\x83\xab\x00\xb2\xb9\xe2\x42\xc7\xa4\x00\xd4\x1e\x4a\x7f\x3f\xbb\x07\x40\xff\x92\xe2\x59\xfa\xab\x00\x26\xcc\x6a\x08\xb6\x1a\x00\x13\x3b\x83\x2c\x61\x3f\xe8\x32\xf3\x35\x6b\x92\x3b\x0d\xae\x26\x1d\xce\x21\x6a\x85\xc4\x79\xa3\x6b\xc1\x27\x0c\xbe\x13\xb9\xf5\xeb\x53\xfa\x6d\x8e\x11\x6a\xb5\xa7\x4a\x35\x9d\xda\x09\x92\xea\xad\x8d\x39\x6e\x2b\xf8\x2e\x95\xfd\x7d\xe1\xde\x69\xf8\x1c\x85\xee\x91\xd7\x3e\x7a\xb8\x4f\x72\x6b\xb3\xf3\x41\x27\xf0\x3e\x32\x1e\x68\x15\x1f\x77\xc2\x61\x69\x6e\x0c\xb7\x9b\x13\x5e\x4f\xca\x0f\xd3\xe3\x14\xbd\x32\x20\xd5\x81\xa5\x77\x90\xfd\x31\x2e\xfd\x0a\xcb\xef\xe0\xfb\xe5\x9a\x74\x3b\xb6\xcf\xe6\xda\xd8\x16\x59\x16\x6c\xaf\xad\xf6\x73\x36\xf9\xed\xd8\x21\xdb\x8f\x83\xcf\xe5\xd4\x71\x7a\x96\x01\x8f\x27\xe4\x55\x70\xde\x16\x33\x0f\x67\xe5\xbe\xe0\xa6\x4c\x99\x1e\x1c\x53\xb8\x82\xdf\x6e\x12\x7b\x8f\x49\xce\x1e\x5f\xaa\xe7\xff\xcf\x79\x58\xe7\x20\xfe\x95\x83\xf0\x88\xff\x3a\xf5\x69\x00\xd1\x7e\xc1\xe9\x03\x8d\x00\x0a\x7b\x44\xa9\x8f\xc6\x01\x68\x1d\x95\xb4\x3e\xc3\x0d\x60\xc8\x27\xbf\x44\x2f\xbf\xe9\x0d\x32\xcf\xd2\xcd\x16\x8c\x87\x36\xb3\x19\xb3\x62\xb9\x3e\x50\x30\x37\x73\x58\xd1\xbc\x48\x6c\x36\xa9\x0c\x44\x9b\x28\x10\x69\x0c\xfd\x93\x4e\xda\x2e\x12\x0a\x75\x02\x4a\x1c\x9c\x23\xf1\x53\x1a\xf3\x8d\xdd\x5e\xdf\xf1\xe6\x2a\x3d\xfd\xef\xfc\xe9\xf1\xb4\x8a\x57\x3e\xb8\x04\xe4\xe2\xbe\xc8\x65\x2c\xe4\x05\xce\x90\xf9\x17\x7c\xb2\x8c\x24\xda\xc3\x3b\x11\x4d\x94\x0e\xc6\xc8\xba\x71\x93\x79\xa0\xaf\xa9\xb2\xd2\x98\x09\xe7\xd8\x8f\xbe\xb2\xe3\x58\x26\xc7\xe7\xaf\x6f\xca\xbd\xc2\x86\xda\xa3\x87\x4f\xca\x37\x62\x9b\xec\x86\x1f\x77\x2a\xf8\xe2\xa8\x6d\x3c\x7b\xdc\x15\x66\x71\x2c\xd6\x95\x0f\xcc\x14\x9f\xe3\x82\x2d\x7d\xff\x1f\x5f\xe7\x1d\x4f\xf5\xfb\xff\x7f\x1a\x1a\x2a\x95\xb4\x24\x44\x36\xd9\x7b\x6f\x8e\xbd\xf7\xde\x7b\xcf\x8c\xec\x99\x42\x28\xab\x24\x25\xd1\x40\x56\xa5\x42\x24\x4d\x49\x68\x28\x4a\x12\x59\xc7\x19\xaf\x73\xce\xf3\x77\xc3\x39\x54\xef\xcf\xf7\xf7\xd7\xf3\xf6\xbe\xf5\xfe\xe3\x5c\xcf\xf3\xba\x9e\xd7\xcb\x79\xdc\xaf\xc7\xa3\x79\x4c\x2b\x9f\x40\x67\xab\x52\x6f\x89\x62\x23\xd0\xda\xf6\xaf\xf3\x51\x14\xfd\x7f\x43\xb5\xc8\xa5\x3f\xfb\xb0\x96\x97\xf3\x56\xaa\x62\x4f\xfb\x3a\x07\x61\x26\xa4\xe4\xc7\x94\x06\x60\x9f\xa7\x36\x79\x3c\x1f\xc0\xd9\x49\x07\x7f\x22\x0b\xc0\xe5\x85\x99\x8d\x9c\x12\xdc\x74\xbe\x64\x17\xa0\xc5\x0a\xec\x4e\x32\x1e\xdf\x4c\x2a\x48\x29\xf6\x17\x22\x5d\x1d\x36\x10\x11\xeb\xed\x99\x1d\x1e\x34\xc4\xbd\xe6\x3d\x65\xf3\x41\x85\x14\x3e\x0a\xc1\xeb\xdd\xee\xe1\x8f\xee\x47\x2a\xb5\x9b\x3e\x0e\xc5\x34\x20\x27\x34\xc5\xe6\xe3\xe3\x33\xd6\xb8\x28\x2f\xb5\x64\xac\x7c\xe8\xeb\xf9\x9d\xea\x32\xd8\xb2\x10\x9e\x09\x46\x0d\x7a\xdc\xc1\xc0\x67\x1f\xf9\x35\x7d\x70\x7a\x81\x2c\x03\xd5\x9a\xb3\xb8\x67\x7e\x22\x2f\x9a\xb5\x52\xf1\x22\xde\xd5\x3d\x5f\xb5\x05\xf0\x31\x9e\xa3\x9d\x06\x5a\x44\x3c\xc1\xed\xd8\x03\x12\x4a\x18\xd9\xea\xc6\xd5\xb2\x4d\x67\x13\xa2\xe3\x62\xd4\x30\xab\xdd\x48\xd8\x6e\xfb\xe0\xb6\x30\xaa\x9e\x40\x67\x3b\xb8\x3e\x17\x28\xba\x37\x2d\x56\x78\x25\xa7\x97\xef\xac\xf8\xf5\x6d\x82\xff\xe5\x20\xd6\xf2\x72\x5c\xe5\x15\x8f\xa8\x01\x38\xbe\x53\x65\x65\xbf\x0d\xe0\x86\xd6\x71\x11\x7c\x01\xe0\xfe\xcd\xf8\xa9\x4c\x19\xdc\x71\xb7\xb7\xa9\xd4\xb2\x85\x8d\x2e\x83\xae\x3f\xcd\x0a\x49\xfe\x8e\x9d\xa1\x23\x8e\x07\x88\xf5\xb6\xce\xe9\xfe\xde\x19\x04\x8c\x45\x6e\xe9\x40\x70\xcb\x1a\x1f\x55\xad\x37\xd3\xab\x18\x1b\x8b\xc8\xa1\x68\x46\x6d\xe3\x7f\xe3\x1f\x6b\xe6\x2e\xe6\x25\x3e\xa1\xf0\x40\x94\xe7\x62\x86\xa4\x61\x8e\x3d\x16\x9e\x4c\xe1\x81\xde\x6f\xd4\xbe\x88\xbd\x1a\x46\xf5\x8a\x0a\x65\x82\x93\x0c\x7a\xd1\x5b\x8d\xaa\xc5\x5d\x0b\x38\xd4\xb5\x03\x35\x8d\xe7\xf4\x79\x4e\xe1\x81\x5a\x1f\xe9\x6c\x44\xd8\x5d\x73\x1a\x2e\xeb\xa2\x91\x3d\x6e\xd7\x6e\x6e\xd7\xa3\x47\x72\x9c\x9a\xaf\xdf\xd3\x0f\x45\xb2\x9c\xd9\xd6\xe7\x02\xa5\x0f\x74\x07\x84\x96\x56\xfa\x70\x4a\xf4\xea\xd6\xcf\x7f\x70\x10\xa9\xe2\x95\x7b\x8e\x03\x18\x95\x49\x35\xee\x57\x05\xb0\xbb\x2e\xf7\x8e\xc9\x16\xc0\xd5\x4c\x95\x9b\x43\x16\xc0\x53\x40\xdb\xec\x84\x13\x80\x67\xab\x51\xbf\x4c\x30\x3c\xf4\xcc\xb1\xde\xa8\x19\xbc\xe6\x1b\xc4\xeb\x9c\x1e\x5a\xe1\xf2\x9c\x98\x6c\xf7\x24\x8d\xdd\xb7\x96\x70\xde\xca\xb7\xc4\x36\x3c\x15\x79\x60\xaa\x54\x4f\x1d\xdb\x8f\xff\x65\xe0\xde\x3b\x9a\x94\x81\xcf\x44\x3d\xfe\x8a\x4d\x11\xc3\x9b\x68\x31\xa0\xe5\x53\xbe\x53\x78\xa0\x7f\xfd\x81\x28\x39\x59\xfd\x6e\x3a\xb2\x58\xa3\x88\x9c\x97\x8c\xa8\x2f\x38\xda\x90\xbd\x5d\x7b\x75\x6f\xe1\x1c\x82\xb2\x1f\x99\xeb\x19\xe1\x32\x02\x6b\xd7\x78\x28\x69\xbd\x16\x7c\x9a\xd7\xc4\xcd\x3e\xfd\x54\x64\x8b\xbb\x59\xcd\x15\xfd\x45\x44\xdf\x55\xa4\xba\x5f\x7f\x1e\x89\x71\x6e\x5b\x9f\x0b\xd4\x03\xa2\x2b\xf7\x0f\x8f\x1d\x11\x6b\xd9\xbc\x0d\x80\x7f\xbf\xc8\xbb\xad\xc8\x3a\x07\xa1\x7d\x57\x2c\x6f\xcf\x49\x00\xd3\x8d\x62\xa5\xf4\x08\x80\x83\xa9\xcc\xf4\x11\x31\x00\xf7\x5e\x85\xa9\x63\x0d\x00\xbe\x42\xea\x18\x7e\xde\xb5\xfc\xa4\x27\x7e\x6f\x2c\xd2\x35\xb3\x48\x63\x5e\x02\xce\xd5\x96\x47\x48\xd4\x6e\x07\x83\x34\xdd\x5e\x10\x05\x1d\x79\x92\x71\x81\xce\x04\x29\xeb\x9b\x25\x76\xd1\xbc\x6b\x7c\x54\xa0\xc1\xc3\xe7\x26\x69\x0c\xb8\x05\x1d\xea\xef\xb5\x19\x5a\xb8\x49\xad\x96\xc5\x2b\xe9\x9f\x28\x3c\xd0\x6c\x91\x96\xe5\x92\xe3\xa9\x86\x2f\x4f\x50\xc6\x4b\x33\x71\x2f\x28\x39\x59\x2f\x2b\x74\x6f\x61\xa9\xa2\xbe\xf4\x6c\xd1\x2b\xc6\x66\x87\x63\x3a\x77\xe8\x65\xe2\x0e\x87\x9c\xbe\x27\x67\x10\x83\x93\x08\x71\x68\x7e\xa9\x5f\x84\xdf\xec\xd7\x43\xf1\x05\xaa\xf5\x32\x3c\x82\x7f\xe8\x39\x50\x2d\x67\xf0\x15\x51\x71\x7d\x72\x25\xdd\xf0\x33\x62\xe6\x6a\xbb\x3e\x17\x28\xfa\x3f\x5b\x98\x98\xcb\xe6\x24\x00\x21\xbc\xd0\xeb\xed\x85\x00\x8a\x34\xe2\x49\x74\xf9\xeb\x1c\x84\x45\x80\x48\x17\x7d\x22\x80\xf3\x36\x89\x5f\x87\x52\xd7\x79\x90\x40\x0e\xf5\xbd\xfc\x58\x80\x60\x63\x3d\x0b\x69\x2c\xbc\x0f\x56\x33\xed\xd7\xb0\x24\x4d\xf9\x76\x3a\x36\x59\xcc\x11\xbb\x3d\xaa\xfc\x6b\x3d\x33\x09\xef\x9c\x65\x92\xca\x43\xf9\x90\x6e\xdb\xb0\x62\xbb\x38\xb9\x35\x3e\x2a\xc2\x88\xed\xc5\xc7\xd3\x2f\xb1\x24\x9d\xca\x9f\x99\x67\x7c\x28\xfe\x40\xd8\x68\x2d\x05\xb4\x65\xca\xa9\x9f\x6c\x28\x2f\x74\x51\x8a\xd3\x9a\x3f\xd0\x7e\x3d\x9b\xa5\xdf\xf1\x5f\x9f\xe5\xeb\x87\x60\xf2\x62\xfa\x28\x3c\xd0\xbd\x39\x43\x3c\xd6\x3b\xf2\x46\xd3\x77\xc3\x7e\x9c\x48\xc8\xcb\x3b\xfc\x46\x5d\xb8\x9c\xa0\x5a\x8a\x2f\x50\xb5\xa1\xd1\x63\x7c\x95\xd7\xe2\x15\x69\xe3\x36\x7c\xaf\xd7\xee\x72\x2a\x13\x40\xf6\xbb\xcf\xaf\xef\x87\x4d\xcc\xc2\x2b\xf7\xf5\xd8\xe9\x44\x7e\x6f\xbe\x00\x20\x18\x2e\x18\xb9\xad\x17\x40\x79\x58\xe4\xd7\xae\x3e\x00\x03\x39\x51\xde\x3d\xa3\x7f\xf8\xa3\x94\x89\xe1\x0f\xd5\x00\xf8\x8e\xc9\x6e\x60\x19\x02\x08\xdf\xa9\x3a\x73\xc2\x04\x20\xb2\x18\x65\x27\x2d\x04\xc3\xe1\xa1\x26\x87\x34\x92\x49\x98\xa0\x63\xf6\x06\x16\x27\x89\x85\xde\x31\x3e\x5b\xbd\x73\x08\x01\x6e\xdb\x4f\xf5\x45\x1e\x42\x58\x1d\x0e\x9d\xf7\x48\x6a\xc4\xb3\x5a\x5c\x6d\x88\xcb\x8c\xc6\xc9\x18\x49\xbd\x3a\x78\x46\x17\xab\xad\xf3\x7b\xba\x3b\x3f\x89\xe2\x0f\x34\xff\x18\xc5\xb0\x18\x9e\xa9\xf5\x95\x55\xf7\xd9\x22\x21\xe3\x00\xc5\x1f\xe8\x25\x9f\x81\xca\x52\x42\x62\x75\x37\x8b\x61\xe3\x12\xe6\x54\xe3\xc3\x00\xe3\xed\x18\xc3\x78\xfe\xe6\x1e\xe3\x62\xac\x42\x34\xc3\x9d\x5e\x13\x5f\x6c\x47\x04\x47\x1d\xb5\xc9\x19\x9c\x73\x88\xc8\xb5\xcf\xa6\xbe\xb8\xfb\x81\x70\xe5\xb1\xc9\x18\xde\xcc\xb7\xf6\x22\x62\xd2\x87\x9f\xf1\xe4\x2b\x95\x30\x2b\xc1\x3f\xf3\x4a\x59\xef\xc3\x96\xa3\x27\x56\xfc\x51\x38\x1e\x89\x30\xd3\xc4\x03\x08\x5d\x10\xaa\xdb\x1e\xf8\x3f\x38\x08\x2a\xa1\xaf\xf4\x5f\x01\x3c\x2a\x45\x9e\x1c\x88\x02\x08\x3a\x27\xc9\x7b\xd4\x0d\x20\x6a\xaf\xf2\xb4\x00\x0d\xc0\xc9\x23\x5a\x1e\x92\xb9\xf0\xe1\x64\xbc\xd1\x1e\x8d\x4b\xa4\x6f\xe1\x83\xb6\xb6\x56\xfb\x88\x51\xbe\x6d\x5e\x8b\xbe\x9b\x08\x6c\x1e\x0a\x71\x81\xd1\xb3\xf8\xb7\x8e\xb7\x0a\x53\x52\x59\x71\x69\x56\x1b\x1b\x84\x73\x4a\xb0\x11\xc6\x47\x5e\xfb\xe5\x2f\x62\x62\x75\x65\xe6\x44\x8a\x86\xb0\x55\xa8\xc2\xf9\xa1\xdc\xc3\x93\x61\x7a\x74\x0b\x16\x67\x59\x3f\xfe\xd6\x1f\x59\xa4\x3f\xdd\xf6\xc6\xdd\x50\x01\xad\x98\x8e\xef\xb6\x37\x56\x44\x63\x53\x59\x1f\x2e\x18\x63\x96\x1a\x12\xaf\xb6\xb2\x9b\xaa\x62\x78\x4e\x25\x51\x78\xa8\xba\x23\x66\x61\xd8\xd3\x91\xef\x29\x39\x61\x55\xba\x66\xd5\xb8\xd2\xe0\x3d\x15\xc7\xcc\x6e\xe1\xb9\xfd\x55\x4b\xf2\xcc\xcf\xe1\x73\x7c\x42\x2f\x98\x98\x37\xe1\x7b\xbd\x9a\xff\xe2\xc4\x56\xb8\x41\x8a\x0f\x82\xd8\x36\xc1\xde\xed\xb7\x00\x34\x25\x04\x8f\xec\xec\x03\x30\x4b\x3b\x31\xbc\xdb\x0f\xc0\xf9\xa5\xe0\x10\xfd\x02\x80\xdf\x4e\x61\xe5\x03\x71\x00\x11\xf2\x92\x2d\x2c\xdd\x00\x71\xe5\xf2\x47\xb9\xd1\x00\xa7\x5e\x69\x18\x48\x06\xc2\xef\x84\x50\x3d\x92\xba\x14\x69\x2a\x86\xda\x0a\x6d\xf9\x9b\xa8\x14\xd8\xe1\x49\xf4\x7f\x8b\x5c\xf3\x66\x3b\xf9\x21\x5e\x10\xcf\xe4\x42\x53\xa0\x97\xe5\x83\x1d\xb4\xbe\x54\x7f\x32\x9f\x01\xa3\x61\x82\xea\xbf\x51\x9c\x43\xe1\x81\x66\xc3\xf4\x2c\xe6\x32\x8b\x68\xc7\xa8\x0c\x42\xe7\xc3\xce\x59\x0f\x58\x18\x7d\x59\x70\xcd\x75\x7f\x2a\x67\xf2\x6a\x31\xf3\xf4\xfe\xc7\x6e\xa6\x17\xd1\xee\x19\xce\xad\x09\x66\x6f\x96\x24\x53\x5a\xee\x7c\xb3\x60\x5b\xfa\x99\xe8\x57\x77\xd8\xa2\x02\x93\x1a\x2f\x71\x7d\x8b\xc5\x65\xac\xe4\x49\xf9\x8a\x54\xab\x28\x6c\x45\xd4\xd6\x4b\x0c\x96\x5b\x71\x81\x21\xe5\x25\x5a\x96\x25\xb8\x1f\x81\x49\x45\xe1\x96\xc3\x78\x33\x3f\xff\x73\x5f\xad\x94\xf1\x19\x3e\xb8\xe5\x3e\x9c\xb8\xb7\xbc\xfe\xed\x1b\xf9\xf6\xfd\xa9\xff\x4b\xbd\xe2\x6f\xda\xce\x09\xa0\xcb\x26\x10\xb5\xf3\xd9\x1f\x3e\x08\x1a\x02\x08\xfd\x35\x80\x60\x1d\x41\xea\xfd\x77\x01\x62\xea\xc4\x4c\x8f\xd6\x02\xa4\xa6\x49\x5f\xe7\xb2\x04\x48\x8b\x51\x2d\x94\x38\x0b\x90\x61\x81\xf2\x50\xed\x26\x7d\x4f\xd2\xb4\x60\xb5\x4a\x23\xaa\x44\x9e\x72\xe3\x0d\xe0\x46\x18\xfd\x83\xc2\x7b\x93\xaa\x71\x16\x6e\x17\xf2\xf3\xcf\xde\xc6\xc4\xdb\xd6\x37\x64\x14\xf7\xa0\x1b\x4d\x3e\x0e\x39\x5c\x3e\x42\xf1\x4b\xfa\x97\x07\xea\x1b\x31\xab\x9f\xd7\x28\xac\x5b\xcb\xc9\xea\xb2\x78\xb3\xf8\x3b\x5b\xa4\x7e\xd6\x72\x12\xdd\x94\xfe\xf4\xfa\x45\x1b\xea\xa5\x80\x94\x9c\x2b\x9d\xb6\x3c\x4b\xcf\x93\x3e\x56\x88\xda\x88\x62\x66\x62\x63\x4b\x17\x6d\xaa\xb1\xe1\xd1\x4e\x14\x5f\xa0\x02\x23\x5b\x01\x5c\x74\xc8\x54\x9e\x89\x0d\x1e\x47\x0c\x34\x3b\xa3\x6e\x53\x87\x3f\xe5\x9b\xb0\xdc\x07\x81\x2f\xcb\xeb\xdf\x73\x97\x47\x7d\xb9\xf2\x13\xf9\x71\x5b\x23\x01\x94\x48\xfc\xac\xb4\x02\x00\x86\x0f\x78\xf3\x76\x4c\x01\x38\x46\x73\x4f\xec\x0a\x06\xf0\xdb\xc1\x97\xbd\xb7\x1a\x20\x0a\xc3\xb7\x67\x5f\x0b\x40\x32\x49\x38\x9e\xa9\x13\x20\xeb\x91\x24\x0f\x47\x27\x40\x8e\x89\xe2\x4d\xd1\x48\x98\xcd\x21\x6a\xfb\xa9\x67\x90\x48\x59\x93\x26\x2c\x96\xc7\x88\x6c\x89\xf7\x1d\x21\x70\x00\x2f\x1b\xa2\x11\x1c\x96\xc9\x8d\x95\xf1\xae\x38\xdd\x53\x94\x8e\xfe\xec\xf0\xb0\x3e\xe3\x32\x76\xa1\xd7\xf4\xe3\x27\xee\x1a\xb6\x69\x1b\x63\xb1\x5f\x6f\xae\x59\x0e\xa9\x9b\x6f\x9b\xb9\x5c\x49\xfd\x4c\xd9\x72\x62\x96\xfa\xa2\xd6\x63\x75\x2b\xdc\x5c\x61\x31\x5d\xcb\xb8\x4d\xca\x7c\x79\x61\xfc\xad\x1e\xdb\xc1\x05\xc8\xe5\xb9\xce\x63\xbf\x7f\xf1\xd9\xe9\x2f\x57\x84\xec\x8f\xa2\xc7\xd2\x1f\x5f\xec\xb3\x0f\x59\xba\x9c\xb2\xb5\x58\xc4\x21\x18\xa3\x9e\xd0\x4e\xc9\xc7\xca\x53\x72\x08\xc5\xb6\x44\x49\xe4\x50\x3b\x52\xe3\xa4\xc2\xb7\x65\x93\xec\xdf\xe2\xfa\x82\xa9\xd2\x9b\x1d\x4c\xf1\x4a\xfe\xcb\xe7\xa6\x85\x40\xe6\xf2\xfa\x59\x47\xf9\x46\x37\xc9\xad\xe7\xa3\x50\x72\x10\xcc\x4f\x73\xbb\xef\xc8\x5e\xf7\x41\x08\xee\x62\x23\xed\x78\x02\x90\xa0\xc8\x35\x42\x4f\x0b\x90\xe5\x29\x70\xf7\x30\x00\x9c\xf3\x14\xfe\x79\x4c\x0b\xa0\xa8\x43\xd6\x4e\xc8\x0e\xa0\xf8\x90\x5a\x8a\x8a\x25\x6c\x2b\xe4\x37\x10\xb4\xf0\x25\xb2\x9c\x6e\xb7\x35\x0d\xda\x89\xdf\x15\x67\xe4\x27\x93\xd5\xba\x54\x1e\x78\x28\x63\xc7\x25\x8e\x85\x69\x17\xc1\x3b\x1a\x37\x5c\xe7\xa8\xcd\x0f\x8e\x5f\x69\x58\xa4\x70\x30\x4f\x37\xd9\x89\xfc\x7a\x7d\x3d\xfd\x3f\x1c\xcc\x41\xa7\xf1\xb9\xf4\x12\xbf\x2b\x91\xce\x9f\xe7\x09\x85\xfb\x4b\x3f\xbb\xca\x2e\xb2\xe5\xc6\x15\x0f\xba\xa0\xd0\x7c\xd9\x1d\xe7\x10\x97\xd7\x4b\xf2\x69\x97\x72\x77\xb8\x9c\xc7\x08\x26\x5e\xce\x3e\xe8\xfa\x18\x73\xe3\xd4\x06\x8a\x1f\x4e\xda\x9c\xcb\x2c\xb6\x3b\x4a\x3a\x71\xbb\xeb\x6f\x9c\x5f\x28\x3e\xe1\xab\xeb\x7e\xdc\xfd\xe0\x2e\x80\x6d\xe2\x7c\xf4\x2b\xe7\x25\x59\xff\x17\x8f\xe7\xec\xdb\xa2\x09\x80\x2a\x64\x1f\xdb\x1a\x08\x60\xf7\x9c\xdd\x68\xbb\x1b\x80\x2f\xed\xce\xe6\xe5\xff\x2f\x56\xe6\x28\x66\x5b\x1b\x40\xe6\xa9\xcd\x2b\xba\x6f\x41\xf2\xf1\xde\xbd\x38\x80\x72\x2b\x01\xd3\xa3\x69\x00\x57\xf7\x88\xd5\xf2\x9e\x00\xb8\xfa\x4a\x31\x53\xe1\x12\x28\x55\x85\x6b\xcd\x99\xc4\x10\x8d\xca\x79\xcd\x94\xfd\xaf\xe1\x72\x4f\xf3\x7a\x58\x9d\x39\xbe\xd8\x1f\x61\x97\xb0\xbf\xda\x7c\xf6\xbd\xc7\xe4\x6d\xf9\x26\xc7\xaf\x68\x3b\xc9\xb1\xa0\x76\xc6\xae\x19\x97\xdc\x89\xde\xa6\x68\x8a\x1f\x4c\x2d\xc1\x43\x7a\x9a\xf7\xfa\x8b\xcb\x1c\x5e\xdf\x66\x1e\x57\xf9\x95\x59\x79\x1d\x9b\x1d\x2e\xcf\x2f\xe4\xf4\x7e\x39\xf7\xbb\x78\x28\xd7\xd7\x27\x62\xfe\x47\x11\xd7\x69\x9c\xd7\xf3\xc5\x17\x67\xa8\x32\x6e\x79\x87\xa2\xd3\xb3\x8a\x29\x3e\x30\x49\xe7\xbd\xbe\x60\xc4\x13\x27\xe2\x33\xbc\x9b\x31\x4d\xa7\xf6\xc6\x1e\xf7\x0a\xc3\xd6\x46\x73\x9f\x44\x79\xe9\xe2\xf6\x46\xe4\x45\x7a\x79\x7e\xc1\x35\x84\xf0\x02\xec\x22\x70\x65\xac\xfc\x3d\x41\xd6\xff\xa5\x4f\xb3\x71\x6f\xfe\x0a\x60\x64\x75\xac\x75\x2b\x2d\x80\x33\xc7\xce\x87\xcb\xff\x1e\x7a\x87\xf1\x01\xcd\x81\x3f\x72\x41\x2a\x98\xf2\xb7\x2b\x01\x5c\x6a\x60\xb6\xde\x79\x10\xa0\x26\x9e\xdd\x95\xbe\x13\xe0\xce\x26\xc1\xaf\x1c\xbb\x01\x1a\xa5\x65\x39\x64\x88\x60\x72\x57\x42\xcd\xcd\xe8\x09\x51\xe8\xf6\x25\x83\xda\x80\x48\xdc\xbe\xcb\xbc\x0e\xa7\x72\x49\x3f\x5e\x66\x5e\x0b\x47\xdf\x64\x7d\xdd\x7c\x52\xfd\x62\xf0\xfd\x88\xf6\x82\xc0\xc7\xef\xb2\xbb\x1e\x55\x67\x05\x97\x8e\x13\x1e\x98\x96\xfa\x85\x6a\xff\x38\xdb\xc4\x59\x30\x18\x2a\x3b\xa5\x70\xeb\x5d\x4e\x51\xe8\x9b\xe9\x33\xd7\x2b\x33\x6f\x86\xee\xff\x1d\x5b\xd9\x45\xc9\x03\x3a\xd5\x1e\x7a\x69\x3e\xf8\x82\x5d\xec\xc5\x50\xc6\x85\xfa\x73\x5a\x31\x2c\xc1\x3e\xe8\x0d\x39\x3e\x91\xb9\xc1\x3b\x96\x98\x32\x36\x44\x6c\x0a\xb2\x5b\x7a\x96\xe2\x41\xf1\x3f\x09\x99\x0e\xa8\xc1\xf2\xc4\x86\x07\x0f\xfb\x3f\xc0\x36\x45\xa1\x83\x8f\xf9\xd1\xe1\x7c\xc2\x84\x00\x98\x92\xb8\x0e\x6e\x88\xff\x43\xff\xcf\x63\xfe\xb2\x39\x12\xc0\x32\x80\xc9\x6e\x73\x04\x80\x67\xff\x06\x3a\xaa\x3f\xee\x3d\xff\xcb\x41\xd4\x0a\xac\xf2\x0f\xcd\xc9\xcc\x51\xbb\xce\x00\x74\x94\x73\x25\x33\x06\x02\x3c\x7d\x2c\xf2\x4e\x90\x1e\xea\xfb\x5c\xe4\x07\x50\x59\xc4\x98\xa7\x43\x5a\xee\x3e\x4c\xb3\x12\x0f\x7e\x9b\xfb\xe4\x34\xbf\x4e\xac\x39\xe7\x97\x79\xdd\xfb\x56\x5e\x61\xf3\x69\xb9\xf6\xc4\xc2\x89\xec\x2d\x1d\xa8\x9e\x9b\x19\x1d\xe9\x57\xbf\x3a\x75\x94\x25\x1b\xa4\x31\x4f\xa8\xb7\x9a\x27\x90\x92\x03\x7f\xd2\x34\x70\xc7\x7e\x48\xce\xfc\x35\x7e\xa3\x29\x26\x26\xbe\xe9\xb7\xcf\x15\x8e\x68\xa7\xf8\xcb\xb3\x0f\x2e\x36\x47\x3c\x8f\x53\x9f\xaf\x38\x5f\x17\xde\x16\xb3\x67\xe1\x75\xfe\xeb\xb5\xfc\x9b\xeb\x91\xe8\xa5\x3d\x19\xaa\xc1\x67\x22\x92\x97\x3e\xa4\xec\x09\xec\x8a\x38\x8f\x39\x9b\xb0\x37\x40\x2d\x6c\x1a\x1b\x72\xb2\xc1\x7f\x2a\xf4\x20\x76\x22\xb2\xc7\x3f\x25\x64\x23\x4e\x2a\xbc\x02\xe0\xd8\x2d\x36\x9b\x8d\x8f\x01\xc4\x99\x8e\x7e\xdf\x38\x00\xa0\x69\x4a\x1b\xb6\xa2\xfb\x16\xac\xae\x37\x94\xac\xf7\x66\x4c\xaf\xd6\x12\xb2\xcf\xf3\x8d\x98\xbf\xf5\xcf\x5e\x69\xb2\xfe\x71\x80\xc9\x9e\x76\x02\xe0\x63\x33\xff\xa3\xe3\x8d\x00\xdf\xe4\xa5\x32\x94\xdf\x60\xdf\x7c\x4f\x57\x39\xe3\x76\xf4\x43\xf2\x60\xa3\x91\x67\xaa\xf2\x03\x96\xde\x45\xb7\xd7\x15\x47\x2e\xc8\xb6\x75\x26\x3d\x6c\x1a\x4d\xb0\x6c\x9c\x68\x53\x7b\x58\x19\xfa\xee\xe6\xed\xf1\xf7\x0f\x4e\x86\x28\x55\x5d\x98\xd4\x6e\xd4\x0e\x9a\xb9\xd8\xfd\x4b\xbc\x8e\x3e\xb0\xa8\xd8\x77\xe6\x55\x55\x79\x40\x77\xc1\xc8\x6c\xdd\xc5\x6c\x7f\x4c\x9e\xc4\xbc\x40\x31\xab\x3f\x6b\xce\x8e\x85\xb6\xfc\x19\xdf\x2f\x59\x4f\x17\x7f\xe5\x94\xfb\x5a\x64\xa4\xa0\xeb\x33\x7f\xfb\x9a\xa4\xa0\x96\x4a\x53\x51\x3e\x5c\x49\x85\x98\xe0\x84\x6b\x5e\xe2\x49\x37\xb0\xa2\xb1\xdc\x5e\x61\xf1\x71\xd8\x81\x28\x51\xcf\x84\xb8\xd7\x38\xf5\x70\x15\xf7\xc5\xd8\x41\xdc\xaf\xa0\xab\x00\x6c\xe3\x47\x05\x36\x9c\x02\x90\x74\xd8\xbe\xe2\xb7\x67\x60\x41\x5d\xb0\x5c\x3d\x4e\xae\xae\xeb\xdf\x5c\x14\xca\xfd\xef\xb6\xcb\xab\xf5\x29\x61\xb5\x0e\xef\xa0\x5a\xf1\x4f\xf8\x15\xb1\x6d\x64\x45\x07\xbb\xc4\xf1\x60\x7f\x3b\xb2\x00\x1c\xe2\x82\x52\x4a\x13\x87\x09\x6e\x8a\x9d\xd6\x8a\x7d\x5e\xb3\x4f\xf5\x8a\xa2\x53\x6b\x5d\xbe\x2b\x3a\x1d\x2d\x40\xa7\x6f\x19\xe9\x8c\x41\xd7\xf6\x06\xc5\x0f\x67\x37\xee\x6a\x7c\xeb\x52\xde\x1f\xfe\x43\xf1\xee\x41\x97\xc6\x6e\xaa\xa9\xa7\xb5\x03\x6e\x9e\xad\x59\xd3\xdf\xae\x99\xbb\x9d\xbc\x85\x9f\x75\xbd\x58\xe9\xea\x53\xbb\x73\x9e\xe1\x42\x99\x6b\x74\xd5\xbe\x85\xda\x7c\x77\xd7\xab\x17\xd1\x8b\x8d\x39\x24\x57\x9e\x92\x3e\xf4\xdb\x8c\x36\x97\x5d\x17\x36\x2c\x7d\x4b\x16\x71\x6e\x2e\x10\xc1\xb4\xc6\x17\xba\xec\xc9\xad\xc3\x0a\xc4\xcc\x3b\x7b\x9d\x19\xc7\xb6\x44\xe5\x38\xeb\x64\x9b\xe1\x0c\xc2\x5a\x9c\x18\x33\xf9\xf0\x9b\x02\xdb\x1c\x6b\xd3\xa6\xf1\x81\x7e\xcb\x7f\x47\xb4\x30\xc5\x6e\xa4\x5e\xd1\xff\xbb\x97\x3f\xbf\x2d\xf9\x7e\x73\x04\xf6\xef\x7d\x40\xd1\xfd\xd6\x72\x51\xc8\x7e\x18\xc3\xfb\x56\xeb\xcc\xda\x3d\x70\xea\x4c\x2a\x2a\xb4\x29\x00\x7b\x22\xfd\xe4\xd8\x01\x70\x10\x4d\x10\x6d\x79\x95\x44\x8c\x51\x34\x30\x78\xd4\xba\x0d\x7f\x5f\x4f\xc6\xb7\xb8\x9c\x09\xb3\xdd\x81\x36\x4d\x3a\xa6\x74\x5e\x3d\xb2\xad\x9c\xc1\x8b\x6a\xd6\xa2\xc6\xe0\x0a\x93\x55\xc8\x0c\xf3\xf8\xdb\xea\xeb\x96\x8c\xe3\xb4\x33\x31\x95\x0e\x56\x6a\xef\x0a\x66\xa3\xca\xfc\xad\x51\xbd\x1b\xe7\x9d\x0a\x17\x6c\xf4\x1e\x1d\x59\x48\xce\xbb\x6f\x53\xde\xac\x8e\xde\x91\xad\x66\x73\xb9\x5e\x0c\x8d\x4d\xc3\xd9\xf4\xd5\x26\x2f\x8d\x26\xf9\xda\xf4\x5f\x1d\xc7\x74\xc7\xc5\xdb\x7a\x5c\xbe\x82\x15\x8c\x11\xb3\xc9\x29\xc7\xe1\xf6\x84\xd7\xd8\x14\x95\x32\xe2\x82\x43\x79\xad\xef\x16\xdb\xe3\x08\x81\x0e\xd6\x35\x85\x03\x78\x3f\xbf\x23\x56\x53\xe7\xc6\xf0\x5f\xbd\x72\x00\x44\xcb\x37\x09\x2d\x7f\x7e\x3d\x53\xaa\xbf\xf4\xff\x34\x83\xd5\x5a\x4a\xd6\x3b\x29\xf7\xbf\x7b\xc8\x3a\xe0\xc8\x9e\xd5\xfa\x77\x1e\x02\x45\xff\x19\x6d\x07\x60\xdb\x43\x9f\xf5\x4a\x03\xae\x88\x1c\x3a\xe1\xfe\x80\x8a\x24\xad\x28\xa4\x69\x5e\x6d\x4c\x50\xd0\x2b\x72\xe4\x3a\xeb\x83\x7b\x6f\xaf\x16\x36\x1b\xbe\x7f\x29\x2d\x74\x32\x13\xdc\x3a\xd0\x7a\x65\xad\x67\xcf\x5a\x0d\x2c\x7c\xeb\x51\x2c\x60\x34\xf2\x9a\xff\x3c\xd7\x5a\xb4\xc1\x60\x62\xce\x78\xc1\xec\x6c\x34\xc5\xf7\xc2\x58\x77\xe0\x09\xfa\x6e\x1a\x97\x71\xe3\x8b\x6d\x4b\x45\x89\x24\x53\xff\xce\xaa\x25\x52\x82\x8b\xe9\xc7\xfb\x07\x31\xc3\x31\xef\x4d\x7f\x35\x4b\x60\x4f\x46\x09\x9a\x2a\xd5\xdf\xc6\x99\x87\xb4\x99\xce\xd5\x5d\xc6\xd5\x06\x95\x9b\x6d\xbd\x1e\x86\x67\xf1\x4f\x31\x6b\xba\xd2\x8f\xf7\xf2\xcd\x35\xd5\xbc\xfc\x11\xd9\xeb\x61\x68\x1a\x7e\x91\x19\x71\x74\xed\x07\x50\x60\x58\x5d\x07\x85\x03\xf9\x3f\xfd\x40\xc8\xba\xd7\xfb\x4b\xff\x7e\xff\xcb\x75\xfa\xd1\x6a\x1d\x21\xfb\x21\xf4\x31\x00\xec\xc1\x50\x51\xb5\x33\x03\x46\xf0\x12\xe7\xef\xda\x4e\xd2\xb0\x42\xa1\xc2\xed\xe2\xbb\x44\x3b\x3d\x19\xd3\xce\x14\x09\xe4\xb4\x5d\xad\x67\x48\x40\x03\xae\x39\xb0\x23\xc2\xcb\xc5\x10\x5b\x9c\xb7\x2d\xee\x8e\xe5\x05\xcc\xef\x86\x9b\x09\xa1\x46\x36\x4b\xdf\xdf\x7d\x4e\xf1\xd6\x21\x2e\xbd\x46\x4f\x24\x4d\x51\xf8\x07\x9d\xa2\x9f\x99\x98\xa0\x18\x11\x5d\xd5\x4f\x78\xac\x48\xa4\xb3\xee\xec\xbb\x2e\xec\x8d\xb0\x49\xbd\xd6\x97\x57\x70\x9b\x42\x0f\xeb\xc7\xf4\xf0\xe2\x02\x83\x6a\xf4\x4a\x3a\x22\xf1\xca\x3e\xbf\xf4\x4b\xee\x6d\xc6\x9f\xf3\x1a\x33\x90\x6d\xba\x8b\xef\xf0\xbc\xad\x5f\x54\xaf\x8e\xd8\xb8\x8c\xeb\xf7\xdf\xbc\x8d\x14\x3a\xef\xd4\x67\xa8\x15\x46\x48\xf6\xfe\x7f\xf8\x81\x90\xe7\xdd\xe9\x2f\xab\x95\x72\xff\xfd\x01\x0f\xd5\xff\x87\x03\xa1\x7c\xff\x23\xfb\xc9\xfa\x17\x39\x27\xa6\x5d\x0d\x80\x95\x66\x77\xdf\xcd\x7a\x00\xa1\x6d\xc7\x2b\x2f\xca\x83\xb1\x7c\x8a\x44\x43\x4e\x03\x49\x43\xe7\x87\xb6\xee\xc9\x11\x42\xa7\x6d\xad\x6d\xa3\xf7\x51\xa4\xd2\xef\x93\xc7\x77\x47\x3a\x7c\x67\xe6\xdd\x00\x47\x8b\xb3\x78\x91\xaa\x8f\xc1\x43\x46\x02\xb8\x67\xed\x0f\x42\xa3\x74\xee\xe1\xca\x87\x7e\x84\x1e\xd0\x62\xc0\xe9\x63\xb3\x42\x83\x34\xd9\x71\xc3\x38\xe6\xc0\x32\x0d\x0d\x0c\x35\xae\xdb\xf7\x84\x46\xfd\xcf\x4d\x78\x05\xaf\x70\xcd\xd9\xcf\x85\x78\x63\xaf\x14\xad\xfd\x83\xb1\xf8\x17\xee\x12\x5a\x27\x5e\xc7\x21\xbc\x2e\x39\x5a\x93\xbd\x4f\x10\x7b\x67\x15\x6d\x91\xae\xaf\x48\x89\x63\xb0\x36\xcd\x23\x16\x04\x6f\x67\xa4\xd5\x79\x9f\x9e\xa0\x6f\x6d\xab\x35\xd9\x5c\x4b\xc8\xb0\xd4\x04\x70\xde\x4b\xf5\x17\x17\x57\xfe\x98\xea\x2f\xfd\x9b\x72\xff\xfb\x47\xd7\x9f\xeb\xff\x4d\xd6\x3d\xfe\x2f\x1f\x80\x6b\x09\x00\xd4\xd7\xa8\xa8\x2a\xda\x01\x04\xba\x99\xaf\xe7\x1f\x82\x2a\xb9\x9b\x42\x92\xc9\xb1\xa4\x69\xd4\x31\x45\xfd\x50\x17\xe2\x63\x6b\x1b\x23\x1a\xb7\x49\x42\xaf\x0f\xaf\x6d\x84\x1d\x3b\xc1\x31\xf1\x9c\x23\xce\xcc\x80\xb0\xab\xd8\xc6\x25\xd9\xe0\x09\xf2\xa1\x0e\xef\xea\xaf\x73\x03\x49\xe9\xa0\x77\xb7\xd0\xfc\x8a\x70\x7f\xd8\xe0\x81\xa8\xe1\x11\x46\x0c\xb5\xc7\x6e\x55\x3f\xa4\x0d\x39\xea\x54\xa4\x12\x47\x60\x47\xb2\xed\xbe\x2b\x93\x16\x1d\x90\x69\xeb\x4f\x2a\x13\x3f\x0a\x91\x29\x9b\x08\x95\xdd\xa3\xbf\x08\x91\xe6\xc9\x2a\xe7\x86\x77\x10\xce\x9a\xcd\xaa\x9e\x7d\x53\x4c\x28\x34\x67\x55\xdb\xf0\xa2\x80\x50\x65\xf6\x44\x65\xe1\xe9\x11\x22\xa7\xe1\x05\xb5\xc8\xae\xa3\x04\x8c\xf1\x22\x40\xb8\xcc\xdf\xfb\xe0\x96\xdd\x6a\xed\xbb\xb0\x5a\xc7\xbd\xa9\xfe\x97\x0f\x02\x59\xff\xec\xf3\x58\xad\xf7\xee\x90\xf5\x4f\x72\x1e\x08\x25\x07\xa0\x80\x0b\x40\x20\xe6\xc8\xad\x0c\x19\x18\x95\xad\xe2\xed\x38\x99\x0e\xda\xda\x76\x52\xd7\xfd\xb6\x93\x32\x2d\x32\xd5\xbb\x9c\x1a\x89\x63\x6e\x8e\x06\x4c\x56\x25\xc4\xf3\x27\x83\x4d\x3c\x8c\x97\x88\xfa\x67\x1b\xcc\xcf\xea\x5b\x13\xe9\x2e\x1b\x5a\xb6\xa3\xbe\x13\xe6\x6e\xa3\xac\x8c\x35\xda\x09\x95\x3d\xcf\x6d\x44\xd7\xb8\x87\x07\x84\xec\xc5\x9f\xd6\xac\x14\xee\x61\x2d\xef\x62\x2b\xc1\x8e\xa8\xa5\x27\xa6\x40\x3b\x2f\x40\x34\xd6\xfd\x2a\x7f\x64\x6a\x88\x58\xa5\x6d\xa0\xb0\xef\x6b\x23\x31\x13\xf5\x5c\x21\x7a\x24\x8c\x78\x01\xe5\xa0\x10\xf8\xae\x83\xd8\xaa\xbd\x47\x21\xa9\xff\x10\xf1\x85\x96\xea\xfa\x7b\x01\xe5\x3c\xec\xb2\x5e\xad\x9f\xc9\x73\x80\x84\x5e\xae\x0b\x7a\xff\x9b\x83\x7a\xc0\xf9\xb7\xfe\x59\x56\xbf\x5a\xb3\x29\x79\x08\x7e\x00\xfc\xc8\x61\xba\x53\x9b\x00\xa4\x4f\x1d\xcf\x0e\xe1\x80\x72\xcd\x12\x61\x1f\xf7\x8f\x40\x63\x26\x25\xef\x6e\xc7\x47\x2a\x72\x9a\x54\xab\xb2\x78\x4b\x92\x08\x53\xd2\xa1\x37\xbc\x4b\x12\x48\xfb\xa0\x93\xa1\xb7\x8f\x44\x53\xe0\xa1\x67\xac\x0d\xc4\xbe\x2b\xd4\x06\x6d\x1a\xaf\x88\x15\x0d\xe5\x46\x3b\x55\x0f\x13\x2f\x74\x6b\x1b\x06\x29\x5d\x26\x26\x8d\x70\x1a\x96\x2a\x10\x88\x29\x73\xaa\x06\x0b\xff\xe6\x5c\xc8\x72\x90\x4e\x93\xd8\x54\x3d\xa4\x73\x08\x8d\xa4\x04\x85\x0a\xe9\x5b\x0b\x04\x92\xaf\x62\xb2\x74\xcc\xaf\x4c\x52\x84\xc2\x27\x69\xeb\x6f\x22\xa4\x34\x85\x4d\x52\x37\x3e\xf7\x90\x6e\xcb\x36\xad\xef\x83\x07\xe4\xf7\xc5\x61\x97\xd5\x8a\x75\xa0\xfa\x5f\x1c\x10\x79\x1f\xb4\x93\xfd\x00\x6e\x05\x90\xf5\x4f\x0e\xb2\xfe\x4b\x5e\x7f\x42\xc3\x6a\x3d\x15\x05\xc0\xf9\x7a\xcf\x58\x44\x01\x80\x54\x27\x6b\xbf\xaf\x1c\x7c\x53\xab\xe1\x15\x70\x16\x80\x08\x43\x44\x4c\xd3\x7a\x0f\x09\xeb\x50\xa5\x20\x6d\x22\x4c\xc2\x05\x28\x29\xa0\xf5\x55\x48\xaf\x4f\xd1\x28\x7f\xd0\x71\x22\x35\x66\xa2\x55\xe3\xb4\xfa\x48\x69\x45\x69\xea\x33\xea\x26\xa4\xc0\xab\x47\x34\x6a\x55\xe9\x49\xa2\x4d\x62\xda\x8e\x14\xee\x41\x9e\x97\x64\x35\x58\xa7\x4e\x90\x2b\x24\x49\x4c\xbe\xd5\xcc\x97\x8d\x26\x45\x10\x8b\xd4\x52\xd7\xb8\x8f\x5a\x38\x42\x6a\x93\x6d\x16\x27\xc1\x79\x50\x11\xdb\x2f\x56\x07\x42\x10\x29\xd4\x24\x92\x83\xcd\x80\x5a\xfe\x6c\xb1\x8c\xd9\x22\x30\x11\xd9\x00\x50\x0f\x7f\xcf\x81\xf9\x1b\xcb\x15\x4f\xd6\x33\xc7\xc9\x3e\x06\xaf\x27\xff\xd6\x3f\xef\x90\x75\xe0\x4a\xf2\xbf\xe7\xf7\xfe\xad\x7f\xaf\xf9\x40\x78\x03\xb0\xeb\xee\x0c\x0c\xa0\x06\x90\x0c\x67\x6a\x76\xa5\x03\x50\x6e\x62\x57\xb7\x65\x85\xa7\x7a\xfa\xfc\x92\xa6\x49\x10\x6f\x1d\x29\x2a\x6b\x30\x0a\x9e\x5e\xa6\x12\xda\x14\xdf\x07\xed\x4b\xc0\x95\xf8\x4b\xf6\xa9\xfa\x26\x50\x3d\x7d\x42\x3a\x4d\x75\x14\x36\x14\x5b\xcb\x63\x94\x1b\x49\xc3\xd5\x6c\x4a\x6c\xff\x72\x0f\xff\xe6\x5c\x48\x7d\x26\x61\x17\x9c\xe4\x85\xff\xf5\x79\x10\x93\x86\x8f\x90\x2d\x18\x24\xc2\x0c\x00\x43\xbc\x3a\xc2\x4a\x00\x80\xe6\xd6\x04\xe8\x9d\xfe\x73\x0e\x52\xf4\xef\x09\x32\xef\xb5\xc6\x01\x91\xcf\x45\x4a\x1e\xca\xbf\x3e\x08\x19\xe4\xbe\xac\xf9\x40\x90\xf7\x8f\xa3\x03\xc0\x96\xef\x54\x54\x6e\xca\x00\x27\x0a\xe8\xbd\x1c\x59\x00\x14\x46\x98\x27\x2c\x25\x00\x8b\xda\xcc\x59\x66\x98\x0a\xbd\x66\x65\x7c\x4d\x7a\x3b\xe1\x96\xeb\x51\xc1\x62\xed\x12\xa8\x0a\x30\x13\xe6\xd2\xa2\x82\x84\x68\x03\xb1\x32\xd5\x57\x90\x9d\x8c\x88\x56\xa9\xd8\x80\xd7\x59\x2a\x89\x60\xa5\x74\xd0\x2d\x39\x23\x15\x44\xe1\x1e\x64\xbf\x80\x42\xc3\x16\xa9\x5a\xe9\x01\x50\x7c\xe8\x2f\x25\x27\x89\x06\x8d\x17\xef\x24\x13\x25\x6f\x82\xe8\x88\xa8\xd4\x6b\xc9\xcd\xa0\x3c\x69\x22\xa5\x24\x8e\x86\x38\x8c\x96\x38\xad\xd8\x37\xe8\x84\x20\x61\x6e\x0a\xff\x21\x6c\x06\x00\x0b\xdc\x11\x00\x5f\xeb\xfe\x9c\x83\x3f\xc9\xdf\xeb\x1a\x07\x44\x20\x73\x30\xf6\xe4\x73\xe0\x5f\x1f\x04\xf2\xbe\x39\x45\x9e\x17\xc1\xef\x57\xab\x6b\x07\xb9\x56\x03\x30\x89\xd0\x48\xdb\x77\x01\xf0\xab\xec\xf6\x34\x07\x00\xe9\xc7\x07\x4f\x1a\x9d\x01\xd0\x38\xcd\xaa\xa2\x53\x0c\x60\x58\x77\x5c\x00\x55\x06\x93\x76\xd4\x3c\x07\xb4\x0f\xc2\x63\xef\xf9\x13\xb2\xea\xb1\xf0\x24\x54\xf5\x04\xa7\x6a\x2b\xdc\x8d\x55\x17\x9c\x57\x8a\x81\x8e\xe4\x7b\x27\xaa\xe4\x9f\xc1\xc3\x9c\x0f\x27\xfa\xd6\xb8\x07\xb2\xdf\x83\x74\x16\x64\xdc\xfc\x25\xb2\x24\x19\x09\xb9\xad\x96\xc2\x24\x71\x12\xe4\x3f\x51\x10\xee\x14\x7b\x08\x25\x6f\x8c\x85\xf9\xc4\x62\xa0\xe8\xcb\x21\xe1\x5f\xa2\x9f\xe0\xce\x2f\x47\xa1\x02\xd1\x7a\x78\x8b\x2d\x14\x94\x14\x95\x00\x80\x06\xfe\x29\xca\x1c\xa4\x9c\x83\xef\xc9\xbe\x37\x14\x0e\xa8\x65\xcb\x6a\xad\x26\x73\x52\x94\x3c\x94\x35\x0e\x86\xfc\x3c\x44\x90\x7d\xc5\x28\x3e\x10\x76\xc7\x01\xa8\xac\xa8\xa8\x1c\x36\x00\x30\xd5\xd0\x70\x5a\x6e\x04\xe0\x79\xb5\xb3\xc4\x98\x0f\x40\xd4\x6d\x6f\x39\x85\x7f\x40\x35\x01\xe8\xb4\x1d\x3b\xa2\x99\x08\x60\x59\xca\xde\xaf\xce\x01\xe0\xd4\xc0\x61\xa7\x12\x0e\xe0\xf3\x88\xb3\x4e\x85\x13\x16\x42\x18\x78\x9c\x15\xef\xc1\x74\x8c\x29\x2f\x8f\x3c\x0d\x2c\x24\x6f\xe2\x29\x90\xb9\x04\x3f\xcf\x7c\xe5\xcd\x90\x2a\x86\x5f\x45\xc9\xbc\xac\x52\x83\xd0\x5d\x31\x25\xf0\x50\x22\x07\xfa\x6b\x84\xf9\x7d\xc5\x8b\xe1\xc9\xdd\x5d\x02\xd9\xa2\x37\xe0\xed\xc3\x5d\xfc\xc2\xa2\xdb\xe1\xd5\xd3\x69\xfe\x0a\x11\x19\x78\xf7\x8e\x9e\xdf\x5b\x98\x03\xe6\xbe\xb2\xf0\x3e\x16\xee\x87\xd9\xe9\x2a\xbe\x09\xca\x39\xf0\x7f\x71\x40\x37\xc8\x7c\x03\x25\x0f\x25\x8f\x9c\x97\x95\x8a\x59\xad\x51\x64\x1e\xca\x9f\xfc\xfc\x38\x65\xfc\xcd\x81\x68\xe9\xac\x56\xa5\xcf\x00\xdb\xe7\xa9\xa8\x50\xa3\x00\x27\x7a\x77\x29\x69\x69\x03\xc8\x79\xef\xdf\xa5\x11\x00\xa0\xa1\x74\xc4\x4a\x2d\x0e\xc0\x58\x9e\xd9\x5d\xf9\x17\x80\xcd\x47\x96\x5e\xe5\x53\x00\xae\x29\x6c\xad\xca\x8c\x00\x7e\x7a\x1c\xdd\x0a\xd2\x00\x61\xb6\x1c\x45\x72\x36\x00\x31\x2d\x9c\xbb\x65\xee\x02\x24\x93\x38\x27\x24\xeb\x01\xb2\xb8\x39\x36\x4b\x34\x01\x14\x65\x70\xb9\x8b\x65\x03\x94\xf6\x73\xf4\x88\xe6\x02\x5c\x8d\xe1\xec\x14\x09\x00\xb8\xf5\x8a\xeb\x90\xf0\x77\x80\x16\x4d\xae\x2f\xc2\x23\x30\xdb\xf1\x90\xe7\xb4\xf0\x0e\xc0\xf4\xc6\xf0\x50\x0b\xc5\x01\x61\x20\x84\x9b\x34\xba\x0b\xfe\xbf\x1c\xd0\x25\xf2\x79\x70\x8e\xcc\xfd\xa4\x93\xb9\x28\x0a\x07\x13\x44\xee\x97\x7b\xc5\xdf\x1c\x88\x7e\xe3\x6a\x55\x21\x9f\x2b\x12\xcb\x7d\x0c\xa5\xa2\x52\xff\x09\xc0\x53\xbb\xbd\x41\x29\x1b\x40\xbc\x99\x0e\x2b\xcf\x00\x20\x1f\x48\x2f\x23\x97\x0d\xa0\x7d\x64\xbf\xb8\x5c\x15\x80\xf1\xdc\x21\x39\xe9\x5b\x00\xd6\xe7\x0e\x89\xc9\x15\x03\xb8\xee\x3d\xda\x26\xfb\x15\xc0\x97\x9a\xe5\xb6\xf4\x55\x80\xd0\x36\x56\x59\xa9\xc3\x00\x27\x37\xb1\x26\x49\x38\x02\x24\x8a\xb3\x36\x4a\x6c\x01\x48\x0f\x60\x3b\x28\x56\x06\x90\x0f\xec\x69\x62\xca\x00\x17\x6a\x8f\x67\x8b\xb4\x03\x54\xd0\x1c\x57\x16\xde\x00\x70\xdd\x85\xbd\x50\x38\x12\xa0\x31\x85\x33\x46\xb0\x0b\xa0\xd5\xea\x78\xe1\x09\x15\x80\x4e\x03\xf6\xe8\xe5\x4f\xa9\xb6\x77\x55\xcf\xfa\xdf\x1c\xc4\xf1\x37\xb2\xf2\x5b\x8e\xad\x73\x10\xb2\x71\x0a\x89\x7b\x7b\x00\xd4\xd9\x55\x63\x0e\x1f\x05\xd0\x1b\xd4\xe4\x60\x09\x01\x30\x0a\xd5\x9b\xe7\x2a\x01\x30\xfb\x68\x76\x5d\x64\x11\xc0\xe2\x84\xc3\x7e\x59\x14\x7c\x37\x77\xf4\x25\xa8\x15\x41\xa5\x29\x6f\xf4\x67\x9d\x32\x30\x31\xac\xce\xce\x32\x8e\x22\xb5\xe9\xd7\x97\xcf\xd8\x06\x92\x62\x51\xa5\x77\x7c\x1d\x92\x88\xb3\x5a\x51\x5d\xcc\xee\xca\xc4\x45\xf5\x8d\xef\x96\xdc\x42\x89\xbf\x55\x42\x7f\x8e\xb8\x29\x13\x1f\x2b\xdf\xc1\x0b\x7b\x88\x92\x5c\x95\xf6\x21\x6c\x0e\x37\x49\x03\x0a\xaf\x91\x5e\xeb\xad\x98\x73\x0a\xc5\x84\x1d\x96\x1b\xa6\xf0\x8a\x0e\x84\x03\x96\xf2\x63\x97\x14\x5f\x11\x94\x2c\xb8\x3e\x16\x2a\xf1\x12\xdc\xcc\xb9\x06\x0a\x94\xbe\x11\x32\xcc\xd4\x5e\xd1\x29\x29\x12\xf0\x86\x0b\x4f\x07\x94\x07\x08\x23\xc6\xed\x4f\x98\x94\x8d\x88\x3c\x06\xd9\x8f\x52\x94\x5b\x89\xda\xfa\xa1\xf7\xf8\x95\xc7\x88\xf1\xba\x2a\x7f\xf5\x61\xe5\xf7\x37\xea\x64\x69\xd3\xe5\x7a\x78\x46\x66\x64\x83\xe8\xba\xfe\x2f\x16\x21\xab\xb4\x4b\x18\x40\x8e\x4e\xce\x64\x6f\x12\x80\x46\x84\x12\xc3\x41\x36\x00\x03\x6e\x8d\x00\x16\x67\x00\xd3\x1e\xfd\x61\x5e\x9b\xf5\x3e\x58\xce\xda\xbd\x93\xfb\x01\x4b\xe6\xd7\xbd\x7e\xa8\x5c\x87\x62\xd3\x85\xa8\x0f\xba\x06\x70\xd0\xf8\x41\xd6\x07\xf3\x7c\x52\x8d\x41\x6d\xd9\x36\x3b\x6f\xd2\x41\xdd\x96\xdb\xe9\xae\x44\xe2\xb8\x96\x60\xb7\xaa\x7b\x27\x31\x56\xbd\x6f\xf8\xb7\xf7\x3d\xa2\x93\x6a\xfe\x74\xaf\x4f\x00\x85\x7f\x21\x71\x2a\x35\xe3\xbb\x9d\x2f\x13\x26\x15\xad\x90\x33\xb6\x2c\x73\x9f\x15\xa7\x91\xcb\xb6\xf4\x13\x67\x94\x6e\x23\xed\x36\xad\x5f\x94\x94\x7c\x08\xec\x96\xbe\xc3\xee\xca\x27\x08\x62\x96\x8a\xaf\xa3\x54\x4e\x12\x54\x2c\x5d\x9e\x0d\xa9\x14\x13\xd2\xcd\xa9\xbb\x63\x54\xbe\x12\xee\x98\x5e\x7a\x7c\x58\x85\x86\x28\x64\x90\xf6\xf0\x88\x0a\x8a\x28\x6d\xa0\xd6\xaa\xaf\xaa\x4c\xd4\xd5\x7f\xfd\x67\x1f\xfe\xd6\xff\x29\x3e\x08\x3c\x0a\x52\xbb\xb7\xe6\xfe\xc1\x41\x9c\x95\x75\xa5\xd7\x07\x40\xb1\x29\x04\x1e\xe4\x06\x30\x62\x55\xdf\xc7\xb2\x01\xc0\x3c\x57\xa7\x83\x8b\x00\x60\xd9\x6e\x62\x25\xbc\x04\x60\x7d\xdd\xe6\xb6\x7c\x17\x74\x58\x61\x3c\xfb\x35\x8d\x20\xd0\xe2\x40\x64\xb3\x41\x06\x6c\x31\x19\xc8\xd4\xb6\x68\x21\x65\x18\xea\x94\x79\x39\x98\x93\xb6\xea\xe2\x6f\x17\xb9\xf5\x12\x53\xb4\x2b\x9f\xa4\xf9\xf0\x10\xcd\x34\xc4\x46\x04\x7c\x63\x88\xc6\xaa\x96\x73\x1e\x3e\x38\xe2\x29\x15\x4d\xdc\x1b\x2f\x22\x89\x4e\x09\x8d\xaf\x74\x69\xc3\x8e\x2a\xe5\x20\xbb\x1d\x4b\xa7\x0f\x28\x73\x20\x5a\x0e\xa1\xe3\x1b\x54\x76\x20\x76\x0e\x8e\x23\x9e\x2a\x0f\x90\x42\x3b\xe8\xbf\xa3\xb6\x13\x29\xb2\xcf\x7b\x69\xa2\xfa\x05\x99\xb5\xb9\xfb\xf4\x8e\xda\x26\x82\x82\xd5\xd1\x0e\x82\x5a\x3f\xc1\xd6\xd2\xb6\x7d\x42\xf5\x26\xe1\x87\xf1\x64\x9b\x8e\xda\x77\xc2\x67\x93\xea\xc6\x47\xea\x57\x88\x9b\x8d\xfd\xfe\xdc\x0f\xab\xfe\x28\x6b\x7d\xb8\x29\xc2\xf4\x27\x07\x41\xe9\x83\x6a\xa3\x14\xec\xad\x5f\xe7\x41\x8c\xfd\xd5\xde\xb1\x98\x00\x58\xef\xd6\xd6\xe5\x3a\x0a\x60\x23\x62\xbc\x20\xba\x05\xc0\x86\xc1\xfa\x9d\x7c\x23\x34\xdb\x44\xb8\xc7\x69\x4e\x81\x95\xe5\xa1\x48\x47\x23\x05\x52\xab\x39\x75\xe6\x26\xdb\x38\x92\x98\xb1\x42\x69\x9f\xcb\x22\xf1\xa6\xfe\xde\x3b\xcf\xbc\x69\x89\x11\xda\x0e\x3d\x39\x3e\x2d\x84\x9f\x1a\x35\x9f\x39\x02\x5f\x10\x16\x54\x5f\xa0\x99\x03\x7a\x28\x7d\x20\xfe\x56\x56\xc5\x87\xba\x09\xa2\xa3\x95\xa3\xf0\x77\x5d\x6e\x4d\x0c\xab\xd4\xe1\x47\x5c\x02\x47\x97\x54\x15\x91\x6d\xce\x11\xef\x93\xd5\xe8\x10\x55\x27\xd6\xd7\x29\x6a\xf1\x48\xbe\xfd\xd7\x67\x5c\x6a\x4d\xc8\x6f\x5b\xba\x8e\xcf\x1a\x1c\x08\xde\x56\xf8\x61\x80\xfa\x0b\x82\x81\xd5\xf1\x7b\x37\x35\x68\x08\xf1\x16\xa9\xcd\x12\x1a\x7c\x84\x76\x33\xd5\x06\x4e\x8d\x1c\xc2\x84\xc9\x3b\xf8\x0f\x17\x44\x9d\x27\x96\xf7\x3f\x39\x08\x94\xb8\xe7\xae\x9d\x00\x6a\xa9\x92\x57\xf6\x1e\x04\x30\x52\x95\x53\x39\xf8\x12\xc0\xf2\x91\xb2\x1c\xf3\x39\x00\xbb\xbb\x9a\xbb\x38\xc3\xd6\x73\xa4\xec\xc5\xac\xf9\x14\x85\xa1\xd4\xae\xd7\xd5\x06\xb5\x09\xd8\xac\x3b\xc3\xb3\xcd\xa8\x48\x69\x96\x3b\xd2\x48\x0e\x81\x24\x6a\x93\xf0\x52\x0e\xf7\xcb\x6b\x9c\x18\x03\x2a\xe4\xa9\x60\x00\x96\xd0\xae\x31\x30\x5a\x1d\x1c\x48\x08\x52\xcb\xc4\x04\x87\x9e\xa5\x70\x51\xc8\x27\x15\x29\xdc\xbc\x97\xe0\x4c\x85\x2a\x2f\x9e\xcf\xd3\x65\x9c\x56\x4d\x17\x6f\xec\x41\xfc\xe0\xa8\x36\x8c\xaf\x72\xa7\x79\xbb\x4b\xbd\x06\x3f\xef\x2a\xf5\x6c\x5a\x63\x1a\x39\xec\x92\xd6\x4d\xa7\x31\x85\xc4\x3a\x46\x3d\xbe\xab\x71\x1b\xf9\x66\x77\xf8\xc1\x3e\x4d\x43\xc2\x76\x5b\x5a\x0a\x0f\x55\x3f\xac\xf9\x9a\x50\x6e\xfe\xbb\xce\x4a\x4b\x82\x30\x66\x1a\xb2\x3e\x17\xa8\xe2\xa5\x0b\xff\xd4\xff\x29\x1c\x84\x20\x9d\x68\xf9\x76\x3d\x00\xd9\x62\xd1\xb1\x9d\x00\xa0\x7d\x51\xe2\xf2\xde\x76\x00\xe3\x64\x69\x9a\xfd\x8f\x96\xbf\x77\xc5\x4d\x47\x7d\x01\x1c\x16\x35\xdc\x38\xfb\x00\x9c\x6d\x0d\xde\x8b\x26\x00\x38\x21\x96\x55\x8a\xc3\x10\xee\x18\xe0\x6c\xa7\xfb\x0c\x36\xd9\x5e\x0f\x3d\x65\x8e\xa6\xf4\x81\x88\x33\x69\x2c\xf9\xe9\xb1\x6f\x8d\x13\xbb\xa5\xc3\xf6\x8c\x25\x64\x86\x20\xaa\x59\x3e\xa6\x10\x11\x47\x60\x57\xdf\x8a\x79\x1f\x61\x44\x58\x54\x0d\xc1\xd1\x04\x5c\x41\x37\xa8\x96\xe0\xbc\xfd\x7c\xa6\xb0\x6a\x49\xb8\x22\xdf\xaf\x5f\x76\xaa\x0b\xe2\x8f\x7a\x0d\xbe\xdf\xa8\x11\x89\x57\xf3\x72\x79\x7d\x48\x03\x83\xbf\xea\x3e\xfa\x94\x5d\x6b\x23\x7e\xda\x4d\xf9\x31\x56\xeb\x34\xa2\xec\x3c\x76\xff\xb2\xd6\x35\xe4\xba\x43\x65\x4b\x87\x56\x3e\x42\xb2\x1d\xac\xef\xd3\x3e\x4f\xe0\xb6\xb9\x56\x37\x85\xa2\x23\xb8\x5b\xe5\xd4\x86\x6a\x47\x13\xaa\x2c\x56\xd2\x64\x65\xdb\xa8\xfe\xe0\xa3\x28\xfa\x3f\xc5\x07\x41\xe8\x96\xb0\xdc\xf6\x5c\x00\x65\x94\xd8\x56\x3a\x8d\x75\x0e\xc2\x0c\x27\x61\xcd\x70\x1f\xc0\xbe\x4c\xe1\x34\xb3\x26\x80\xcb\x1d\x0d\x16\x6e\x25\x00\x37\x69\xdd\xcf\xc2\x7a\x00\x6e\x54\xe6\xcd\x8a\xa2\x6b\x3e\x52\x58\x7b\xb7\x20\x3f\x8b\x64\x92\xba\xb5\x60\xaa\xbf\x0b\x2d\xf1\x94\x39\x7f\xf1\x4b\xdf\xa7\x6b\x9c\x58\xa0\x4e\x4e\x1f\x77\xb8\x0e\x61\xbb\x66\xe6\xb7\xc1\xc8\xaf\x6b\x5c\x14\x99\x0f\x9b\x7b\xab\xf6\x1b\x3b\x18\x54\xff\xfd\x99\xfa\x2b\x9c\x66\x40\xfa\x08\xa2\x19\x8e\x73\x0b\xc8\xec\xb7\xd0\xd2\xc3\x0d\xf9\x22\x14\x7f\xa4\xae\x97\xda\x29\xf8\x2b\x1e\xc3\xed\x7c\x28\x36\x64\x9b\xdb\xe1\x56\x2e\x54\x1f\xa2\xea\x12\xd7\x44\x8d\xda\x86\x74\x3b\x30\xdc\xb2\xd2\x39\x4e\xa0\xb6\x0b\xa8\xcd\xd0\x39\x4a\x90\xb5\xb1\xbb\x76\x5a\x27\x91\x90\x64\xf9\xfe\xbf\xf3\xf1\x5f\x1f\x04\x11\x35\xe1\x5e\x5a\x49\x00\x95\xa3\x22\xc7\x77\x05\x00\xe8\x77\x8b\x4a\xed\x79\x01\x60\xe5\x23\x96\xc0\xa0\x02\xe0\x5c\x27\x4f\xcb\xac\x07\xe0\xce\xad\x2e\xc7\xed\x0a\xe0\xd5\xaf\x2b\x24\xca\x00\xe0\x21\x62\x56\xa0\x78\x18\xdc\x5d\xea\x1d\x4d\xf4\x39\x48\xb5\x8e\x98\xc0\x67\xb6\x92\xa4\xbd\xb6\x8c\xc9\x09\x6e\x6d\x44\x7b\xf3\xfb\xc5\x1d\xfe\x7a\x6b\x9c\xd8\x07\xdd\x4b\xcf\xdb\x4e\x9e\x43\x02\xb4\x78\x27\x77\xc6\xfe\xa0\xf4\x01\x5b\xa8\xbe\x0d\xcb\x13\x56\xf0\xcb\x46\x43\x09\x1b\x1e\x5a\xf6\x85\x59\xf3\x0b\xb6\x3c\x34\xfc\xdd\xb4\x36\x2b\x6e\x67\xb0\xdb\x8b\xe7\xa8\x03\xb8\xc8\xc0\x03\x3d\x73\xa8\x0a\xdc\x47\xbf\xdb\x8f\x75\x74\x74\xf1\xda\xde\xf8\xfb\x2f\x75\x38\xf0\xcf\x3d\x44\xee\xbe\xd2\xf5\x43\xb6\xba\x3d\xbd\xdd\xa0\xb7\x0d\x31\x76\xb9\x7c\x23\x5e\x4f\x0d\x69\x73\x34\xbc\x7a\x43\xef\x32\x61\x87\x5d\xc9\x95\x09\x3d\x31\x82\x9e\x8d\x20\xfc\x87\x8f\x5a\xd3\xff\xff\xf1\x41\x50\x3f\x29\x94\xb2\x4b\x16\xc0\x38\x54\xf8\xfe\x9e\x1b\xeb\x3c\x88\xab\x8d\x94\x2e\xa3\x1f\x80\xf7\x90\x22\x1c\x8f\x02\xf0\x99\x40\x6d\x16\x36\x00\xf0\x15\x33\x55\x54\x6a\x5a\xf3\x4f\x3a\xe5\x82\xf8\x2e\xd8\x47\x13\xe7\xec\xb9\x12\xf4\x3d\xac\x88\x07\x2d\x3f\x17\xe1\x83\x7c\xd7\x38\x31\x67\x3d\xbb\x97\xc7\xe2\xf3\xf1\x43\x5a\x29\xd3\x3b\x13\xdd\x29\x7c\xd8\x7c\xa7\xc6\x0b\x8c\x7d\xf4\xd8\x44\x9a\x16\x3d\xe6\x51\x54\xf8\x30\xa2\x5d\x86\xd5\x89\xd8\xff\xa6\x46\x87\x1d\x1b\x1e\x5e\xf3\x4c\x58\xe7\x19\x8e\x2e\x44\x87\x92\x97\x76\x5f\x47\xaf\x02\xf7\xd5\x3f\xb8\x69\x4a\x6f\x08\xef\xe9\xdd\xdf\x60\xab\x57\x89\xff\xe0\xe1\x71\x63\x9f\x01\x1d\x22\xe3\x3a\x70\x3d\x59\x5f\x06\xa9\x70\xb2\xbd\xf2\xcb\x40\x0e\xe9\x72\xf4\xb8\xc4\xa8\xdf\x43\xd0\xb7\x89\x5a\x39\x27\x18\x56\xfb\xb0\xaa\xff\xef\x0c\x17\x58\xf9\xfd\xfa\x5f\x1f\x04\x6d\xd1\x13\x93\xbb\x76\xaf\x73\x10\x94\x7c\x10\x2f\x4b\x89\x24\x46\x2d\x00\x3f\x2f\x79\x7a\x36\x45\x80\xe0\x4b\x9a\xb2\xc2\x1c\x00\x81\x35\x86\xae\xf2\x37\xc1\xc6\xf7\xae\x6d\xa3\x21\x0d\xc9\xca\x3d\xd1\x6b\xca\x31\x9c\x98\xe5\xf8\x29\xbe\xd6\x57\x98\x70\xd6\x86\xae\xc8\x22\x7c\x02\xa9\x37\x3d\x54\xff\x39\x8e\x07\x3f\xa6\xbf\xf9\x55\x6f\x52\x1a\x6e\x41\x5b\x6f\x36\x3a\xfd\x29\xee\x9a\xa6\xe6\xd2\xd1\x04\xcf\xa9\x3b\xda\x9b\x96\x12\x4f\x39\x7c\x7a\xa5\xc3\xb9\xd4\x1d\x3f\x39\x60\xa8\xcb\x89\x49\x8c\xf1\x7a\x76\x42\x6f\x0a\x33\x17\x5d\xdc\x11\xa4\x7f\x0b\x7b\x31\xfc\xd5\x9a\x3f\x92\x95\xa1\x1c\xae\x2a\xb0\xf1\xce\xbc\xc1\x10\x5e\xd2\xb7\x8e\xc2\x43\x5d\x7b\x64\x14\x8b\x7f\xee\x79\x9f\xc2\x43\x5d\x7a\x64\x14\x8a\x64\x3a\x3f\x2c\xfd\x6c\x54\x8b\x7c\x70\xdc\x0b\x7f\xf0\x51\xab\xfa\xff\xbe\xcd\x02\x2b\x3a\x1d\x25\x07\x81\xe2\x83\xa0\xe7\x28\xc0\xb6\xb3\x7f\x9d\x83\xa0\xf8\xa3\xf8\xd9\x88\x6e\x3d\xc4\x0f\x10\x5a\x24\x43\x77\x2c\x16\x20\xc2\x50\x9d\x47\xe8\x06\x40\x84\x85\xde\x0f\x05\x76\x08\x0a\x6e\xb3\x52\xd4\xff\x49\x3a\xe8\x39\xe5\x19\xe4\xf2\x8b\xc8\xe7\x7a\x28\xc6\x2c\xd0\x8a\x70\xc2\x76\xac\x70\x63\xf4\xc5\x35\x3e\xea\xab\x01\xf5\xdb\x93\x99\x8d\x38\x63\xed\xe2\x85\x97\xd9\xfd\x73\xa6\xda\xa9\x68\xe9\xd4\xba\xaf\x79\x3a\xf7\xd1\x0f\x53\x78\x07\x59\xf5\xcd\xd0\x1d\xa9\x5b\xfa\x3e\x18\x24\x2d\xb5\x25\x14\x3c\xe1\x35\x98\xc6\xe4\xc5\xca\x3e\x90\x34\xb2\xc1\x6e\x3b\x49\xdd\x5c\x6f\x44\xc2\x9e\x8e\x64\x5c\xf3\x47\xda\x63\x32\x86\x4b\x0e\x76\xba\xb6\xc7\x18\x8d\x77\xf4\xe5\xa3\xf0\x50\x65\x7a\xa6\x03\xf8\x49\xcf\xd8\x92\x3b\x26\x13\x88\xad\x6b\x4d\x91\x95\xe9\x1d\xa4\xc8\xf9\xdd\xfa\x7e\x58\xd3\xff\x7d\xf8\xda\x37\x31\x00\x88\xd8\xf0\x2b\x6d\x25\x02\x28\xc7\xf1\xb4\x6e\x3f\x02\x60\x9a\xca\xfd\x76\x47\xdc\x3a\x07\xe1\x4d\xc3\x7f\x7c\x6f\x36\x40\x48\x9d\x50\xd5\xc1\x2c\x80\x18\x75\x89\x0b\xac\x8c\xeb\xf9\x49\x71\x38\x5d\x7a\xa5\x1d\x90\x1d\x3d\x68\xfa\x49\xcf\x86\xc4\x1b\xa4\xe1\x32\xe2\x92\x4d\xe8\xf2\x08\x8f\x1c\x0a\x4d\x41\x7c\x1c\x63\xf3\xe6\x12\x9c\x70\x58\x4b\xe5\xfa\xb6\xac\xeb\xd8\x4e\x43\xc6\xc1\xc8\xdc\x35\x1e\x68\x1c\xd1\x9b\x5d\x08\x38\xbb\xe3\xbd\xa4\x41\xdb\x62\x42\x36\x5b\x9f\x9a\xd1\x10\x5a\x37\x43\xa0\x03\x6b\x92\x8a\xee\x4b\x53\xbf\xf7\xcc\x94\x7f\xa9\x3d\xb1\x81\x92\x13\x46\xf1\x05\xba\x9e\x6b\xd6\x80\x25\x84\x8b\x51\x7c\x81\x2e\x25\x9a\x6b\xe0\xb7\x06\xa8\x97\x6e\xb1\x50\xc2\x6b\xf8\x55\x51\x38\xa0\xc2\x61\x73\x05\x44\xc2\x5d\x21\xb7\xc9\x7c\x18\x29\x76\xd9\xbe\xbe\x1f\xd6\xf4\xff\xc3\x5c\xbf\x37\x19\x02\x88\x35\x70\x6b\x6e\xe9\x00\xd0\x2a\xe0\x1c\xdc\x76\x6b\xdd\x07\x61\x8d\x83\xe8\xe4\xde\xbf\x7b\x18\x20\x46\x91\x57\x6e\x9f\x0b\x40\xf2\xbc\x70\x1e\xd3\x20\x40\x26\x9b\x0c\x81\x37\x01\x20\x6d\x54\x33\x5f\xfe\x22\xa4\xa6\x38\x1a\x31\xe9\x1b\x92\xe8\x4f\x6e\x75\x18\x75\x33\x21\xec\xf2\x63\x0b\xd9\x75\x52\x1b\xef\xe9\xfa\xf1\x8c\x6a\x86\x39\xb6\xc5\xfa\x77\xbd\x4a\xfe\x2b\x0c\x8d\x91\xc3\x07\x9b\x92\x90\x5f\xef\xf5\x61\xb6\xb8\xf8\xc3\x10\xbd\xf1\xf3\xb9\x7b\x45\xf0\xec\x81\x19\xf3\x02\x75\xfe\xe3\x35\x0e\xe6\x89\xc5\x69\x34\x63\x96\xe3\xed\x47\x56\x56\xe8\xc9\xb4\xe9\x1a\x46\x2b\x27\x8c\x50\x82\x4d\x65\x9d\x35\x1a\x73\x21\xde\xfc\xd2\x37\xeb\x9d\xd8\xd8\x28\x62\x69\xaa\xb5\x01\x6e\x7f\xb8\x5e\x71\x90\x55\x04\xae\x29\x08\x7b\xee\x83\xb5\x1b\x9e\xcf\x7f\x38\x17\x6d\x6d\x8c\xcf\xf7\x79\x91\x43\x67\x3d\x8c\x9f\xf4\x52\xcd\x3e\x60\xb5\x88\xb8\xb8\x09\xaf\xef\x07\x8a\xfe\xcf\x95\xcb\x65\xb8\x79\x7c\x5d\xff\xd7\x4f\x62\x7d\xbf\x45\x03\xc0\x21\xee\x58\xe5\xb6\x64\x00\x9f\x25\xe6\xc9\xad\x3f\x00\xa2\x72\xd9\x83\x77\x6d\x04\x48\xd6\xe3\x7c\xba\x37\x19\xe0\xf4\x2e\xc1\x41\xa6\xf7\x00\x79\xbb\x25\x3d\xb8\x05\x01\xf2\xf4\x55\x0e\x48\x27\x41\xc1\x99\x2a\xdd\x39\x3d\x14\x69\x5b\x5a\xab\x75\x89\xfb\x71\x24\x38\x3c\xce\x8f\xe5\xd4\x23\x9c\xa0\xd7\x78\x66\x6f\xee\xfd\x25\xb4\xfd\xce\x7a\xab\xb2\x1b\x8b\x57\x8c\x7d\xc6\xee\x5d\x35\x1e\x8e\x33\x9b\x98\xf1\xac\xac\xee\xb9\x67\x25\x3c\x1b\x5e\xd6\x7f\xbf\xc0\x26\x62\xee\xd6\x85\xa5\x86\x7a\xdb\x94\x05\xb9\x73\xd2\x75\x47\xec\x1e\x2d\xd2\xe5\x6e\xbb\x7a\xc6\x9e\x1a\xed\x97\xf9\xfb\x92\x83\xfd\xf8\x12\x2a\x75\xb8\x24\xc1\x41\x01\xc3\x94\x58\x52\xf8\xc1\xe1\x2d\xe6\x41\x3c\x77\xee\x77\x47\x75\x6c\x68\xf4\xfc\xd9\x76\x07\x13\xdc\x96\x08\x95\xec\x6a\x07\x63\x5c\x6d\xf0\xd7\x4c\x26\x07\x5a\xfc\xf1\x80\xb8\xd4\x3c\xfb\x97\xf8\x06\x1f\xa9\x94\x04\x7b\x19\x64\x83\x67\x07\x00\xf5\x16\xfe\xcf\xcb\xeb\xa7\xe8\xff\x7c\xdd\x6c\xcf\x37\x7d\x02\x50\x09\x60\x1e\xdd\x2c\x05\x60\x9e\xc4\x5c\x42\xf3\x60\x3d\x07\x21\xec\x1a\x53\xf8\x96\x2e\x80\xc4\xaa\x0d\x8b\x2b\xfa\xe7\x73\x56\xe5\x9d\xa7\x01\xce\xb3\x72\x33\x1e\xd8\x00\x50\x6e\x26\xa4\x7c\x2c\x0e\xe0\x52\xb6\xdc\x61\x71\x4e\xb8\x5f\x6e\xa2\x41\x44\x71\x92\x98\x8b\x68\x4c\x55\xdd\xa8\x91\xa3\x29\x15\xee\x8f\x93\xfa\x96\x8a\x83\x02\x92\x2c\x4a\xf0\x13\x28\x0f\xeb\x1a\x8e\xab\x15\x23\xfb\xed\x69\xdf\x4f\xdc\xac\xec\xec\x70\x68\x99\x1a\xaf\xb5\x6b\x60\x77\x61\x9b\x09\xac\x6a\xac\xc9\x72\xbd\xf3\x7b\xa1\xe2\x44\x65\xa2\xeb\xf7\xb9\xc9\x62\xaf\x12\x63\xf7\xd1\xf9\xd9\xc2\xba\xf3\xa1\xee\xf6\x8b\x9b\xf3\x44\x28\x79\x48\x39\x0f\xdd\x73\x96\x34\xd3\xaa\xb3\x3a\xdd\xae\x62\x2c\x13\x26\xd3\xc2\xdd\xcf\x60\xfa\xe3\x65\x93\x87\xdc\x88\xd8\xd3\xd1\xdd\xa7\xcc\xdd\xdd\x70\xa2\xe1\x67\xe2\x87\x5d\xbf\xe0\xfa\x82\xed\x63\x43\x5c\x5b\xf0\x12\x01\xfa\x51\xea\x6e\xa5\xf8\x33\xbe\x2b\xb7\x8c\xd8\x88\x2b\xef\x4d\x14\xfd\x3f\xf5\xd8\x8a\xff\x81\xca\x56\xda\x95\xbf\xbb\x6d\xda\x36\x7f\xfc\x53\xf7\x8c\x7b\x4a\xf5\x97\xfe\x4b\xc9\xc5\xa8\x3a\xc1\x62\xb0\x2b\x09\xa0\x0e\xe1\x41\x8e\xdc\x05\xb8\xbd\x24\x3e\x27\x98\x08\x5f\xef\x7c\x57\x7a\xaa\xd1\x47\xda\x7b\x7d\x5e\x5f\xd2\x4d\x7c\x69\x43\x09\x9b\x7d\x79\x8a\xfa\x07\x4c\xaa\x6b\xf8\xd1\xf2\xa7\x4f\x59\xa3\x32\x2f\x7c\xab\xcd\x6a\x29\x0a\xda\xd2\x23\xdf\x18\x75\xcd\xc7\x3f\x69\x92\xa1\xb1\xb2\x64\x26\x60\xe0\x97\x4b\x6d\x49\x01\x67\xa0\xd3\x8c\xef\xd5\xb1\x33\x3d\x81\xa7\x66\x05\x2b\x4c\x33\x43\x03\xf9\xe6\x99\x8a\x63\x53\x3a\x03\x4d\x16\xfc\x0a\xf4\x12\xf7\x06\xcc\x2d\xd6\x9e\x19\xa3\xf8\x9f\xc4\x18\xf9\x37\x2d\x35\xa5\x3c\x3d\x29\xee\x57\x81\xf1\x4b\x78\x11\x71\xd1\xef\x23\xf6\x60\xec\x58\x44\x89\xcf\x10\xf6\x7d\x14\x53\x68\xb3\xcf\x0d\x9c\x6f\x98\x40\x70\xb4\x0f\x07\x0e\x13\xa4\x11\x68\xe5\xe3\x8a\x97\x09\x50\x07\xa0\x75\x64\xd9\xb3\x32\x17\xc8\xfa\xbf\xd4\x7e\xda\xfc\x15\xdd\x17\xbb\x79\x68\xb9\xba\x92\x39\x08\x8a\x0f\x02\xe5\xfe\x77\xb1\xd1\xea\x7d\xf8\x6b\x57\x56\x73\x51\xee\x5e\xdb\xa0\xb4\x5c\xef\x7b\xb0\xcd\xec\xcb\x01\xe8\xe4\x38\x31\xca\x99\x0d\xd0\x43\x27\x93\xa0\xc4\x82\x28\x77\xe8\x6a\xfc\x72\xe2\xf9\x7a\xa3\xfe\x95\x45\xf3\xa9\x87\xdd\xdf\x2b\x13\x7c\x91\x0b\x0f\x6b\x34\x72\xf3\x32\x5e\xde\xec\x28\x78\x95\x7e\xba\xe9\x65\xf3\x8f\x34\x9a\x24\xa3\xef\x2d\x6d\xc9\x09\x96\x89\xd4\x53\x2e\xb7\x9e\xc4\xbd\x39\x85\x9a\x6e\xb9\x6e\x1f\x63\x10\xbf\xf9\xf7\xe3\x4a\xba\xe8\x27\x31\x31\x73\x51\x65\x07\x23\xd5\x62\xcc\xe7\xa7\x8b\x52\xc2\xeb\xa2\xa9\x16\x9d\x73\x0d\xc2\x94\x22\x1b\xd0\xee\xd9\x79\xa1\x91\x61\x42\x4b\xb9\xa9\x97\x82\x1b\x42\x9f\x61\x9c\x12\x8f\x07\x55\x87\x44\x60\x77\xc4\x89\x06\x2a\x04\xe5\x62\xbf\x47\xf6\xf8\x17\x07\x5f\xc1\x29\x87\xbb\xf8\x4b\x07\x0c\xe2\x06\x82\x75\xfc\x8e\x04\x44\xe1\xc5\x03\x42\x00\x98\x38\x99\x09\x1b\xa8\xfe\x87\xfe\x4f\xfe\x1d\x9f\x92\x8b\x42\xd1\xbf\x8b\xc8\xb9\x07\xd7\xfc\x56\x6b\x13\xd9\x17\xe4\x49\x24\xd5\x8a\xaf\x6b\xff\x01\xda\x15\x1e\x75\x98\x85\x03\x7d\xa8\x15\xe0\x8b\xb6\xd8\x27\xc9\x63\x93\x03\xef\xbe\xab\x1c\xb4\x72\x78\x8d\x7a\xb6\xd5\xe8\x47\xc4\x4c\xe3\xed\xf6\x5c\x77\xd5\x3c\xba\x82\x37\x77\x12\x13\x02\xaf\x55\x27\x30\xdc\x30\xbc\xf5\xe3\x76\x41\xb0\x57\x35\xc3\xe4\xd1\xc6\x8b\x81\xfb\x2b\xf8\xa6\x99\x6a\x92\x02\xb8\x4b\x95\x7e\xcb\x5f\x11\xf7\x57\x2f\x7a\x3a\xb7\xbf\x7c\x97\x5f\x77\x9e\xef\xfc\xab\xa2\x8b\x7e\x27\x72\xb6\x2e\xca\xe6\xde\xf5\x13\xc8\xf4\x46\x1f\x38\xfd\xc9\x27\x28\xdd\x79\xc9\x26\x2d\xef\x5f\xdf\x0f\x4f\xfb\xc4\x41\x6c\x75\x34\xca\x73\x28\x7e\x07\x8e\x39\x42\xd7\x43\x2c\x4e\x04\xd7\x1b\x5c\xea\x21\x75\x72\x2f\x5e\x36\xc0\xc8\x63\x77\x94\x38\x3e\xdd\x97\x00\x70\x54\x86\xc9\x99\x9a\xb4\xae\xff\x1b\x1c\xa7\x3e\xb0\x5c\x3d\x8f\x51\xfd\x75\xff\x9d\xe2\x0b\x43\xf1\x01\xa0\x70\x10\x3d\xe4\xfb\xcf\xef\xc8\xcf\xcb\x37\x22\xf5\x0a\x3f\xb6\x98\xc4\xfa\x73\x37\xdd\xdc\xb1\x45\x75\xa1\x94\x13\x3b\x87\xa3\x7f\x26\x2b\x70\xeb\xff\x7a\xec\x31\xfa\x4c\xaf\xd0\x17\x5b\x15\xff\x5e\xc7\xe9\x58\x9a\x71\x4a\xf1\x4b\xc6\x93\xcc\x65\x3d\xc1\x12\x7d\xcf\x6b\x5a\xaa\x6e\xb9\xa4\xf6\xca\x8d\x53\xd5\xf0\x38\x73\x3d\x48\xfa\xad\x7b\xf9\x9e\x13\xe6\x6e\xdc\x9c\x5f\xc9\x0d\x17\xd3\x3a\xd4\x7c\x74\x11\x38\xef\xa9\x8e\x5c\x34\x3a\xeb\xe1\xdc\x50\xd1\x8d\xb6\xcb\x7a\xe6\xbc\xa7\x4c\x77\x29\x27\xe5\xb3\xd3\xe2\x05\x66\x8c\x5d\x42\x9a\x73\xcd\x39\x61\xcc\x54\x5c\x94\x13\xe4\xde\xc4\x9e\x8f\x36\x70\xaa\x3c\xc3\x8c\x63\x09\xff\xe1\x98\x91\xdd\x81\x7b\x1f\xf4\xcb\xb1\x28\xc3\x01\xaf\xe1\xdf\x6e\x7f\x35\xdd\x07\xbf\xe4\x65\x68\xbf\x94\xa2\x89\xc8\x79\xec\x04\xe0\x95\xd8\x59\xbc\xfc\xb9\x29\xfa\xbf\xed\xb7\xd5\x1a\xf6\xe6\xef\x39\x70\x91\xac\xf3\xdd\xed\xa0\xfa\x8b\x83\xa0\xf8\x41\xfc\x84\x3f\x7f\xff\x9f\xe5\x07\x38\x32\xb1\x2d\xf7\xb3\x14\x00\x7f\xcd\xf1\x8c\xbe\x7e\x52\x82\x0c\xa8\x38\x35\x6a\x2c\xfd\x40\x39\x3b\x6e\xbc\xe0\x34\xbb\xcf\x6e\x4f\xb4\x7c\xd4\xc4\xe4\x91\x70\xa9\xb3\xe0\xd1\xfc\xa3\xff\xea\xae\xf3\x4f\x2d\x73\x7f\xf8\x8c\x5a\x96\x8d\x9b\x7f\x18\x8e\x9e\x3b\x7f\x61\x87\x05\xe3\x2b\xc9\x05\x8f\x3c\x63\xcb\x83\x5d\x1d\x8b\x75\xa7\x65\x2c\x53\x1f\xa8\xa1\xdb\xd3\xa3\xad\x94\x1b\xae\x2e\xa1\x13\xf3\xad\xb7\xde\xa4\xc6\x44\xc5\xff\xb0\xd6\xac\x9e\xc3\x1e\x8f\xe1\xb3\xbe\x59\x49\x83\x7d\x17\xb9\x85\x92\x73\x62\x19\x57\xfe\x1e\x2f\xe0\x5f\x6f\x55\x7a\x21\x0c\x1f\xec\x3b\x60\x75\xa1\x90\x1a\x3f\xe4\xd5\x63\xa5\x90\xcf\x88\xa8\xb8\xbb\x5b\x32\xe5\xcb\x21\xd9\x2e\x43\x00\x42\x64\xee\xe7\x5f\x1f\x88\xff\x8b\x03\x79\x12\x4c\x5e\x7f\x0b\xd5\x1f\x1c\x00\x45\xff\xf9\x49\xbe\xd7\xfc\xc1\x04\xe0\xf0\xb7\x2d\xef\xfb\x36\x00\xf0\xa9\x1f\xdb\xda\x2a\x09\xb4\x32\xee\x32\xb7\xaa\xa2\x89\x71\xda\xf4\xc6\x89\xa7\x7d\x11\x0e\x9b\x54\x9f\x96\x60\x09\x6c\x50\x08\x47\x3c\xde\x39\x02\xb3\xad\x4c\x36\xed\xa6\x99\xdd\xd2\x86\x3e\xf7\xcc\x41\xfd\xdd\x68\x9b\x45\x9b\xac\x32\xfd\xdb\x93\x2c\xe8\xb0\x34\x46\x03\x9b\x0f\xcf\x97\x8a\x13\x66\x0c\x5d\xdf\x5c\xc7\x68\xc7\x75\xae\xf9\x5d\x1c\x79\x74\x0c\x5b\x16\xf1\xc0\xc8\xad\x0d\x70\x29\x41\x63\xc6\x82\x77\x51\xb8\xf7\x01\xbf\x8c\x93\x6f\x97\xe2\xa5\xfd\x8c\x8d\x7f\xd4\x14\xe1\x9b\xbd\x9e\x1a\xe3\xae\x09\x21\xdb\x3d\x2c\x8d\x32\xab\x98\x90\x4a\x67\x0e\xe3\x73\x17\x63\x91\x61\xc7\x53\xc6\x3f\x4b\xee\x13\xf6\xdb\x07\xaf\x3f\x07\x94\x3c\x10\xca\x3e\x28\x8c\x58\xad\x75\x5b\xa8\xfe\xe6\x40\xc8\xfb\x65\x7a\x70\x65\xfd\x64\x1d\xe3\x3f\xf7\xc0\x63\x00\x36\x65\x53\x51\xb5\x12\x01\x78\xec\x99\x0c\xae\xbf\x01\x77\x19\x0e\xb1\x2b\x45\xa7\x48\x16\x5a\xee\x9a\xe3\x89\x59\x84\x47\x56\x4d\xb6\xf5\xbe\xda\xc8\x0e\x7f\x6b\xbf\x7d\x0e\x7a\x78\xd1\xb3\x8b\x21\x15\xa6\x9e\x38\xcd\xe6\xac\xc8\x6c\x3d\x2b\xec\xc5\x91\x1b\xd1\x0f\xb4\x65\xb1\xa5\x98\x97\x51\x8c\x5a\x5e\x0b\xce\xd8\xe6\x90\x9b\xda\xfe\xdf\x9f\xe1\x76\x07\x4b\x68\x8f\x7c\xb8\x81\xbb\xe6\xdf\x8a\x2a\xea\x7f\x86\xdf\xe1\xeb\x8f\xfa\xf0\xec\x28\xfe\x8a\xa7\x85\x4e\x61\xd7\x49\xfc\x80\x87\xa8\x6e\x5b\xbb\x39\x7e\xce\xbd\x41\x57\xaf\x25\x04\xc9\x76\x7a\xaa\xf3\xea\xae\x15\x32\x6d\x9f\xa8\x5b\x7c\x6b\x8e\xc0\x68\xc7\xae\x9b\x5b\x77\x9e\xa0\x69\x93\xae\x7b\xb7\xba\x8e\x50\x60\x79\x77\xfd\x39\x08\x46\x56\xeb\xd9\x8d\xe4\x39\x48\xd6\xb9\xda\xc9\xe7\xc5\xdb\xde\xff\xf5\xfd\xff\xbb\xfe\x6e\xb2\x1e\xd8\x96\x08\x70\xf8\xda\x16\x42\xcd\x6b\x00\xae\x80\x83\xbd\x25\x42\xf0\x55\xa2\x8b\x67\x2a\x73\x02\x0e\x68\x70\xcb\x31\x47\xce\x10\x67\x2d\x76\xeb\x57\x7a\x78\x13\x3c\x7c\x85\x1d\x53\x6d\xe9\x09\x34\xe9\x3f\x5c\x9d\x4c\xf6\x22\x27\xaf\xb9\x79\x8a\xeb\xfa\x21\x82\x9d\x07\xbc\x24\xb4\xce\xe3\xef\x7f\x44\xfb\xd8\xaa\x6b\xe3\x07\xf1\x7c\x5e\xfb\x28\x79\x1f\x6a\x6c\xb3\x25\x08\x8b\xf3\x76\x75\xe1\x6f\xdf\x10\x36\xe7\x6c\x75\xae\x8f\x43\x48\xb6\x43\x80\x7a\xed\x40\x2b\xd2\x6b\xd7\xbe\xe6\x77\x61\xd2\x73\x96\xa0\x67\x75\x45\x43\xb1\x03\x45\x28\x31\xff\xa0\x5e\xfc\x00\x21\x10\x4d\xb6\x6b\x84\xb6\x8e\x10\xa9\x4c\x78\x35\xcc\x1a\x87\x89\x1a\x86\x3a\xeb\xf3\x30\xcd\xee\xef\x39\xd0\x4a\x3e\x17\x28\xfa\xef\xd4\x2a\x07\xa5\x41\x7e\xfe\xc9\xfa\xcc\x90\xea\xdf\xfa\x57\x93\xe4\xdf\xfa\x67\xe9\x2c\x00\xfb\xdc\xde\x89\x33\x33\x40\x90\x4c\xe3\xb2\x4b\x90\x04\x0f\xf5\xc7\x12\xbc\x01\x2f\x48\x5d\xa6\xfb\x55\x38\x9c\xd3\x89\x45\x9e\x9b\x4d\x68\x2c\x9d\x89\x01\xa7\xee\x99\x59\x1a\x3e\x23\xee\x2b\xf6\xb0\xfc\xaa\xbb\x9b\x90\x7f\xa7\xda\x8e\x5b\xf3\x01\xc1\xaa\x87\x60\x2f\xa0\xf6\x8a\xc0\xf8\x79\xdc\x41\x4b\x85\x8b\xa0\x89\x34\xd8\xe6\x2b\x5d\x24\x7c\x25\x58\x98\xdf\x56\x4c\x43\x6c\x09\x5d\xc6\xa7\x15\xc6\x66\x55\x89\x07\x0d\x42\x15\x8b\x27\x68\x88\x3b\x0c\x35\x14\xdf\x7c\xf2\x26\x8a\xe8\x63\xd6\xfc\x2e\xcc\xdf\x28\x12\x7d\x75\x27\x94\x0a\xfa\x1e\x13\xb3\x75\xee\x2a\x8e\x74\x17\x12\x3f\x6a\xd1\x2a\x1f\xee\x08\x22\x76\x68\x17\x03\xc4\x92\xf9\x8f\x0b\x64\x1e\x86\xa2\x7f\xff\x6f\x3f\x14\x8a\x0f\x3e\xc5\x07\xe0\x29\xd9\xff\xbf\x85\xac\x07\x51\x7c\x00\x28\xfa\x6f\xee\x31\x00\xf6\x43\xbb\x8b\x93\xf5\x00\xc4\x44\x58\x92\x23\x6a\xa1\x57\xe5\x9b\x80\xb2\x17\x33\x70\x1b\x9f\x92\x99\xb5\x6b\x20\x05\xbb\xf4\x6a\x6e\x36\xd3\x20\x19\x46\x79\x69\xd7\xe8\xdf\x25\xed\x3a\x83\xd6\x3b\x88\xca\x24\x3e\xa8\x14\x30\x8c\xd0\x78\x4f\xcc\x6d\x1c\x36\xea\x5e\xe3\x1e\xbc\x89\xd1\x9f\x3c\x0d\x47\x15\x82\x88\x57\xd0\x6d\xfa\xa7\xe4\x85\x49\x1b\x89\xd9\x28\x15\x4a\xce\x87\xac\x20\x5e\x82\x74\x50\x75\x48\xf6\xea\x4c\x04\x91\xa8\xce\x2b\xab\xf9\x63\x8a\xc4\xa4\x5a\x21\x13\xf9\x85\x8a\x64\xa3\x14\x23\x73\x75\x64\x23\xc9\x5d\x69\xab\xcc\x8b\x81\x71\x52\xb0\x62\x88\xac\xe0\xeb\x74\x52\x98\x62\xd8\x1f\x7e\x28\xe4\x39\xd0\x4d\xe6\x44\xff\xd6\x7f\xd7\x38\xa8\x3d\xff\x5b\xff\xa3\x70\x30\xc5\x64\xee\x21\x4b\x8a\xac\x7b\x21\x00\xb4\xe7\xa8\xa8\xa2\xaf\x01\x08\x86\x1c\x9c\x09\x38\x03\xa0\x38\xc1\x41\x74\xe1\x87\x24\x83\x17\xa2\x56\x56\x2f\x49\x88\xc3\x3b\x79\x12\x25\xf7\x42\x77\x80\xd4\x93\xfc\x41\xc5\xf9\x5f\xee\x41\x25\x84\x64\xdb\x18\xa4\xc9\xa7\xc8\x43\xb2\xec\x5e\xd0\x28\x94\xd7\x24\xa9\x0f\xf7\x6b\x52\xcb\x89\x93\x14\x17\xd2\x35\x59\x28\x7e\x17\xd2\x41\xa4\x05\x52\x8e\xc2\x0e\xc9\xef\xa0\x42\xfa\x2e\xed\x27\xb1\x15\x9f\x01\x27\xc4\xa6\x24\x0e\xcd\xb9\xc2\x41\xf1\x41\xf1\xa2\x9f\x2f\x81\x43\xec\x9e\xd8\xdc\x37\x3b\x90\x13\x65\x94\x60\xfc\xc8\x0c\x87\xc5\x75\xd7\xdf\x07\x28\x73\xf0\xe3\x0f\xaa\x3f\x38\x98\x59\x9f\xbf\xf5\xcf\x67\xe4\xfb\xdd\xf7\xe9\xfe\xd6\xff\x28\xfa\xe7\x5a\x1e\x08\x99\x8b\x39\x39\x07\xc0\x3c\xb6\xdd\x35\x68\x2f\x80\xc0\xf1\x7d\x8d\xee\x7d\x00\xf2\xd7\x59\xf9\xed\xe8\xe0\xb5\xae\x24\x5f\x24\x85\x7f\xd0\x43\x83\x9f\x9f\x93\xc4\x16\xd4\x43\x10\x89\xd3\x94\x41\x34\x2a\x81\x3d\x3b\x56\xf6\xb7\x9a\x0c\xd0\x9c\x0f\x95\xaf\x57\xb6\x20\x7d\xab\xde\xae\x68\xa3\xb8\x9b\xd4\xd3\x04\x4a\x37\x64\x09\xa4\x6f\x5d\x29\x0a\x06\x32\xfb\x48\xdf\xdf\xa5\xcb\x7f\x92\x5e\x22\x3d\x9e\x5c\x52\xda\x41\xf1\x79\xf8\xbf\x78\x07\x21\x0c\x69\x1b\x2c\x72\xef\x12\x6a\x40\x07\xc2\x47\xee\x2e\xc1\x82\x69\x76\xf8\xce\x25\x0c\xd0\x56\xf5\xf7\x39\xb0\xca\xc1\x50\xf4\xdf\x4f\x77\xfe\xd6\x3f\x1f\xf8\xad\xd6\x9b\xe4\x5c\x88\x35\x0e\x86\xfc\x5c\x24\x91\x75\x4e\x8a\x0f\x84\xab\x34\x59\x07\x3f\x03\xc0\xcb\xbb\xbb\xce\xd1\x07\x40\x8e\x81\xc9\xd7\xf2\x05\x80\xd6\x0c\x47\xb7\x21\x13\xf4\x99\xd3\xf0\xc5\xe8\x76\xc2\x65\x8f\x00\x61\x3a\xcd\xdf\x70\x29\x74\x42\xb8\x5d\xfd\x20\xc4\x25\x9d\x14\x1b\xa3\x70\x0f\x8a\xb3\xe0\x58\xec\x2c\x31\x21\x5f\x05\x7a\xd7\x9c\x25\x31\x32\x5f\xc1\xa8\xb1\x48\x52\x52\x6a\x0a\x50\x9d\x69\x92\x76\x52\x67\x80\xb3\xdf\x45\xfa\x8e\x44\x06\x98\x8c\x25\x4b\x0c\x88\x33\x40\xd1\x22\x93\xe8\x01\xf1\x9b\x70\x05\x0c\x45\x15\xfe\xe5\x1d\x4e\x2c\x2d\x3f\xe9\xec\xea\x7c\x77\x97\x2b\xd3\xc8\xbf\x1c\xcc\xbf\x1c\xd0\x2b\xf2\xba\x29\x1c\xd0\x6d\x72\x0e\x0a\x25\x0f\xe4\x5c\xc4\xdf\xfa\x2f\x45\xff\xf6\x21\xeb\xe4\x36\x73\x00\x54\x9b\xa9\xa8\x1c\x7e\x02\x70\x84\xef\xd8\x6c\xe9\x08\x20\x8e\x61\xc0\x19\x1f\x07\x50\xbb\xc7\x3c\xa6\x5b\x0d\x58\xe3\x60\xce\x1d\xda\x67\x60\xca\xc1\x88\x87\x4e\x5d\x00\x46\x03\xe8\xf9\x2c\x54\x0a\xa1\xef\xe4\x5d\x81\x5a\xc5\x70\x78\x9f\xc4\xc5\x7f\x46\x61\x18\xaa\xce\x62\x85\xe5\xff\xe5\x1e\xa4\x9a\x20\xab\x41\x51\xe4\x8e\x44\x21\x14\xb6\xdf\x14\x3e\xbb\xe6\xf3\x60\x01\xe5\x43\x27\x85\xf7\x8b\x89\xc3\xd5\xa9\x6e\x61\x8f\x35\xde\x61\x0b\x00\xb4\xf2\x87\x53\xfa\x21\x48\xbf\xd2\x8f\x04\x80\x1f\x2b\x9c\x24\x25\x0f\x66\x9c\x11\xfe\xbf\x1c\x50\x55\xd2\xdf\x73\x90\x92\x07\x42\xf1\x43\x09\x1a\xfa\x5b\xff\x37\x21\x00\x50\xc5\x53\x51\x59\xd3\x03\xb0\xe5\x6e\x0b\x37\xe6\x03\x10\x1c\xde\x6d\xac\xb7\x19\x40\xe9\xd3\xe1\x1e\xed\x6a\x00\x3d\x06\xd6\x27\xea\x08\x80\xf5\x2c\xbb\x91\xea\x6b\x00\xaf\x3d\x5c\xfb\x94\xaa\x00\x82\xd4\x38\x07\x15\x92\x01\xa2\xdc\xb8\xa2\xe5\x92\x01\x9d\xb2\x8b\x07\x25\x7b\x04\x26\x72\xde\xf1\x7e\x94\x7a\x01\x5f\x8a\x8d\xf8\xf4\x25\x17\xe1\x4d\x25\x37\x7f\xbd\xf8\x5b\x78\x7b\x53\x9e\x5f\x55\x2c\x1a\x9e\xb7\x7d\xe6\x7f\x27\x32\x02\xc3\x5d\xa3\x7c\xb7\x85\x3b\x60\xec\x4d\x1a\x9f\xb0\x70\x22\xfc\xf8\x62\xcb\x17\x2f\xec\x0a\xd8\xa9\x5a\xbe\x3d\xc2\xfc\x00\x98\x01\x9e\x08\xc1\x6f\xcb\x7d\xe0\x50\xa5\xcc\xc1\x1f\xfa\xab\xf5\xff\xe4\x80\xc8\x7d\xf8\x97\x83\xa1\xe4\x81\x84\x91\xf3\x71\xfe\xf5\x81\xb0\xbd\x0a\xc0\x78\x7b\x53\x9c\xd2\x28\xc0\x06\x6b\x2a\x2a\x54\x1d\x00\x8f\x3f\x2d\x4a\x73\x00\x40\x56\x9a\x81\x55\x39\x0e\x40\x2d\xe5\x20\x8f\xd2\x14\x80\x71\xfe\x91\x44\xa5\xb3\x00\x8e\x6f\x59\x1d\xe4\xe7\x00\x7c\xb6\x1d\x8b\x92\x9b\x02\x08\x8d\x62\xef\x90\x3b\x0c\x10\x27\xc8\xa9\x2e\xa5\x0c\x90\xa4\xce\xae\x22\xf9\x08\x20\x67\x96\x53\x51\xa2\x0e\xe0\x82\x25\xd7\x17\xb1\x3d\x00\x97\xae\x71\xd2\x8b\xee\x04\xa8\x99\xe0\x24\x51\xf4\x7d\xe1\x26\xc0\x3c\x74\xe4\xee\xa5\xf0\x0e\x82\x25\x00\xfd\x21\x5c\xa2\x82\x53\x00\x5f\x98\xb8\x55\x05\xdf\x02\xfc\x1a\xe4\xba\xf3\x6f\x1e\x0c\x85\x03\xa2\xe4\xa1\x50\xce\xc1\x7f\x39\x98\x14\x81\xd5\x4a\xf1\x43\xf1\x29\xf9\xfb\x39\x30\x25\xef\x17\x4d\x32\x1f\x24\x93\x0f\x40\xfd\x83\x8a\x4a\xbd\x00\x80\xf3\xf4\x36\x56\x65\x36\x00\x51\x3c\x1d\x97\x82\x22\x80\x22\xfb\x3e\x77\x59\x66\x00\x9d\x32\x06\xb4\xcc\x08\x80\xa5\xc8\x21\x7f\xd9\x70\x00\xe7\x0a\x26\x51\x19\x15\x00\x9f\x86\xa3\x58\xe9\x22\x80\x30\x1f\x56\x17\x49\x47\x80\x98\x6c\x56\x5e\xc9\x40\x80\xd4\x04\x76\x15\xd1\x69\x80\xac\x76\xd6\x20\xd1\xfd\x00\x45\x54\x6c\x9a\xc2\x45\x00\xe5\xfe\x6c\xbb\x84\x4d\x00\xaa\x92\xd8\xe5\x05\xcd\x01\x6e\xd9\xb2\xa9\x9e\xc0\x01\x34\x6b\xb2\x6f\xa2\xf0\x0e\x27\x88\x00\xcf\x37\x70\x9c\x13\x28\x04\x18\x90\x63\xaf\x1a\x9e\x23\xbf\x07\x7c\x24\xbf\x07\x90\x39\x20\x4a\x2e\x56\x29\xf9\x7d\xf1\x2c\x2d\xfc\xc5\xc1\x50\x78\xb0\x35\x3f\x14\xf2\x7a\xad\x4a\x57\xab\xde\xcd\xd5\xaa\x4c\x3e\x37\xc4\x45\x00\xa8\xea\xa9\xa8\xe4\xb5\x00\x98\x5f\x6f\x7a\x2a\xd3\x09\xc0\xf7\x76\xfb\x76\xc9\x9f\x00\x92\xa5\xbb\x48\x62\x93\x00\x2a\x9f\xe9\x7e\x8b\x6d\x02\xd0\xd3\xda\xd3\x2a\x56\x00\x60\x91\xb8\x2f\x41\xf4\x27\x80\x43\x06\x03\x46\xf8\x27\x80\x87\xcf\x7e\x25\xe1\x39\x00\xff\x85\x83\x74\x22\x16\x00\x51\x3e\x87\x89\x42\x78\x80\x04\x79\xc6\xe8\x13\x43\x00\xa9\xc3\x87\x63\x84\x3d\x00\xf2\xcf\xb1\xe8\x9e\xb8\x02\x50\xfc\xe5\xa8\x9f\xc0\x26\x80\x4b\xf5\x4c\xe1\xfc\x16\x00\xd7\x70\x4c\x6f\xf8\xf1\x00\x77\x44\x58\x98\x79\x9d\x01\x9a\x87\x99\xb4\x78\x17\x01\x3a\x74\x98\x57\xa6\xbd\xc6\x3d\xaa\xbf\x38\x90\x35\x7d\x6b\xe5\xf7\xfc\x23\x44\x69\x9f\x8d\x4a\xff\xe5\x20\x28\x3c\x88\xaa\x94\xea\xf8\xa1\x20\x00\xd4\x09\x9d\x1d\xac\x83\x00\xfa\x0f\x4c\xac\x79\xec\x01\x0c\xc6\xed\xab\x84\xb9\x00\x0c\x26\x7d\xcc\xa4\xd9\x00\xf4\x9f\x9f\x4c\x57\x91\x80\x7e\x5d\x9d\x2c\x03\x2d\x7b\x88\xd5\x2e\x2f\xe7\x31\xf0\x01\x45\x8d\xce\x5b\x31\x26\x97\x60\x9f\x6a\x74\xa7\x8f\x39\x1b\x09\xad\xbc\x7b\x50\xcf\xa2\x8d\x34\xab\xc8\xfc\x8b\xdb\xf2\x38\xb0\xca\x7f\x21\xc8\x98\x61\xe1\xa4\x5c\x09\xa1\xcb\xb0\x0e\x1e\xca\x66\x13\x05\x74\x83\x97\xc4\x65\xa3\x89\x2a\x3a\xbd\xbf\xee\xca\xcc\x11\xb3\xb5\xde\x8c\xcb\xcb\xea\x12\x4b\xb4\x02\x3f\x9e\x90\xed\x24\x56\x6b\xf1\x0f\xb2\xca\x86\x12\xc7\xd4\xaf\xbe\x3a\x25\x4f\x47\x6c\xd3\xda\xfa\x6c\x5e\x76\x80\x74\x54\x55\xf9\xc9\xa8\x9c\x10\x49\x58\x25\xe4\x51\x84\x5c\x2d\x49\x5d\xb9\xee\xbe\x8e\xfc\x7d\x92\xb4\x4a\xd1\xf2\x7a\xd5\x78\xff\xee\xc3\xdf\xfa\xff\xae\x64\x91\x15\x9f\x6f\x9e\xe7\x92\x06\x5b\xef\xac\xeb\xff\x8a\xfb\xe5\x63\xf7\x71\x01\x68\x1c\x57\xd5\x3c\x6c\x02\x80\x6a\xd0\x1e\x67\x8d\x06\x30\x68\x32\xca\xe2\xf1\x01\x30\x32\xb1\x6b\x11\xf1\x06\x30\x4e\xf0\x12\x94\x2d\x04\x30\x38\x7d\x52\x56\xd5\x1c\x7a\xf4\x18\x32\x0d\xb5\x55\xc1\x07\xe5\x53\xe6\x63\xf8\x14\xb8\x34\x0f\xdc\xbe\x62\x26\x09\x74\xaa\x8e\x5d\xf1\xe6\xde\xa4\x4a\x95\x83\x43\xf5\xb6\xa6\xa4\x6b\x8a\xb3\x33\x2f\x6c\x99\x80\x55\xfe\x13\x41\xd6\xec\x17\x18\xc8\x2b\x10\x12\x4c\x74\x09\x82\xb2\x0d\x44\x36\x5d\xc2\xbc\xa8\x6c\x1f\x51\x4c\x37\x6e\x72\x41\xce\x86\x28\xa4\xb7\xfd\xab\xa4\xdc\x43\xa2\xba\x6e\xfc\x88\x82\xdc\x10\x31\x18\xf5\xa1\xdf\x56\xde\x90\x78\x4e\xbb\xe5\xb9\x83\x82\x3c\x31\x1f\xc5\xd1\xf3\x54\xfe\x19\x71\x40\x53\xe2\x09\xab\xbc\x2a\x89\x46\xed\xc3\xc3\xe3\xf2\x3d\x24\x56\xd5\xb7\x6d\x78\x79\x43\x92\xb9\xf2\x41\xf8\x1f\x5c\xd0\xdf\xfa\x3f\x2b\xaf\xa4\xef\xa6\x6f\xff\xe5\x20\x94\x0a\x64\xbd\xe8\x8d\x01\xb4\xb2\x95\xb3\x0e\x4d\x00\xe8\x29\x6b\x0f\x1d\x3b\x0f\x60\x9c\x6a\x6c\xcd\x3f\x0f\x60\xf2\xc4\x96\x4f\xac\x10\xc0\x04\xe3\x89\x95\xaf\x06\x30\xcc\x8d\x8c\x50\xe5\x83\x6c\x03\xc3\xcc\x4b\xfa\x87\x41\x53\x67\xa1\x04\x67\xe2\x40\x42\xb4\x74\x6e\x8b\x5b\x0a\xae\xf5\xa1\x5c\x85\x6e\xb8\xc2\xf6\x32\xc9\x45\xa9\x72\xb6\xd9\xa1\x84\xf4\x48\x91\x0e\xa9\xb1\x39\x0c\x8e\x72\x40\x28\x31\x56\xc3\x7b\xc8\x59\x10\x7e\x1a\xd8\xce\x70\xc9\xe3\x09\x59\x26\x15\xe3\x33\xf2\xfd\x84\x51\xc3\xf6\xcf\x4d\xf2\xb7\x88\x0c\xfa\x3d\x83\x5c\x0a\xc1\x44\x5e\x7d\xb3\x97\x67\x15\x7e\x13\x4d\x75\x7f\xf7\x76\x2a\xdc\x26\xe6\xa1\x6c\xbb\xe2\x15\x63\x89\xc5\x28\xcb\x47\x31\x8a\xc9\xc4\xc7\x5a\xb7\xef\x77\x28\x74\x91\xb6\xa9\x2b\xb6\x30\x2a\x84\x91\x14\x55\x72\xe0\x3f\x5c\xd0\xbf\xf7\xff\x29\xfa\x3f\x5f\x82\xe8\x95\xad\x9f\xd7\xfb\xa0\x66\x2f\xfd\x84\xde\x12\x40\xbb\x5a\xf9\xf8\x21\x22\x80\x41\xb6\x06\x3d\x8b\xec\x7a\x1f\xcc\x1e\x59\x75\x89\xe7\x02\x98\xc5\x7a\x64\x28\x90\xe0\xb9\xc9\x87\xf0\x17\x9a\xef\xc0\xcd\x70\x24\x53\xc3\x88\x09\x8e\xea\x99\x94\x98\x99\x4b\x90\x46\xb5\x9a\x6f\xff\xb0\x7a\x45\x0a\xd2\x38\xf0\xe4\x91\x43\x1a\x49\x4d\x65\xe1\xe3\x35\x27\x7d\x92\xb4\xd2\xc7\xc5\x00\xa7\x1b\xa4\x87\x8a\x7b\x91\xeb\x36\xc7\x41\x4a\x3e\x9b\xe0\x60\x5a\x88\x89\x92\x57\x22\x94\x18\x17\x4c\xbe\x53\xdc\x47\xd0\x34\x4f\xf9\x2a\xa7\xb8\x99\x70\xce\x04\x3d\x72\x4e\x61\x8a\xf0\xd9\xc8\xaa\xdf\x53\xf1\x03\x61\xd6\x88\xef\x05\xa3\xd2\x5e\xe2\x11\x83\xf3\xdd\x93\x4a\x1e\x44\x5d\xbd\xf7\x1d\x7d\x4a\xee\xc4\x68\x5d\xaa\x76\x56\xa5\x4f\xc4\x73\x3a\x7b\x5a\x55\x94\xf9\x89\x6d\xda\x99\x77\x05\x95\x6f\x10\x5f\x69\x75\xc1\xff\xc9\x05\x51\xf4\x7f\xb6\x34\x91\x8e\xcd\x2e\x00\x22\x25\x22\x17\x69\x2f\x02\xc8\x94\x8a\x9f\xdd\x75\x09\x40\xbd\x4e\x7a\x84\xfe\x11\x80\x7e\xb8\x42\xde\xa1\x1b\x00\xc6\x99\x9a\x0a\xc7\xf2\xd6\x39\x29\x8b\x46\x8b\x7b\x12\x2d\x00\x16\x75\xae\x3d\x4a\x46\xf0\xd2\x94\x35\x6c\x40\xf3\x2c\x78\x18\x45\xa5\x1b\x19\x7e\x87\xbd\x7a\x03\xc5\xef\x2d\x76\x93\xb2\x50\x4e\x77\x14\xed\xdb\x48\x7e\xea\xa3\x3d\xc2\x0e\x2d\xa4\xbd\xaa\x6e\x9f\xd5\x5c\x9e\x12\x09\xca\xca\x58\x57\xd7\x02\x4a\x1f\x08\x5f\x14\xb4\x09\xf4\x16\xf1\xb3\xd7\x15\xa9\x08\xfb\x2c\xf7\x7d\x77\x51\x62\x26\xd0\x58\x89\x7f\x4c\x50\xd2\x24\xd8\x9a\x27\xbe\x3b\xa3\x54\x4c\xc8\x37\xed\x7a\x75\x59\x99\x8b\xd0\x60\xf2\xbd\xf7\xa3\xb2\x1a\x61\xd1\xa8\x94\xc2\x85\xb5\x97\x29\x13\x88\x46\xfa\x62\x6d\x18\xe5\x7a\x62\xb6\x4e\x6d\xb3\xa1\xea\x36\x62\xb0\x9e\x68\x7d\xa3\x8a\x10\xb1\x5f\xeb\xc9\xff\x3d\x17\xb6\xbe\x12\x4a\x5f\xae\x9c\x76\x22\x0f\x69\xfa\xd6\x7d\x10\x28\xb9\x18\x5a\x7c\x12\xcd\x7b\xfd\x01\x0c\x0d\xe5\x6d\x0e\x59\x01\x98\xe5\xaa\x2d\xb2\xde\x5b\xcf\xd3\xb2\xbc\x65\x51\x2c\xe9\x06\x60\x29\xee\x3c\xa2\x58\x0d\xa5\x16\x5b\x42\x3d\x74\x3a\xc1\xc8\xf8\x51\xea\x47\xe3\x30\xd2\x98\xfe\xc3\x92\xc7\xd6\xdb\x29\xbc\x1c\x89\x4b\xe3\xf6\xd3\xeb\x2e\xc6\x24\x66\xd5\x3d\xa3\x09\x2e\x4c\x6b\x9c\xdc\x79\xc5\x44\x24\xc0\x8e\x05\xcb\xa7\x98\x8b\x14\xd8\xf2\x4c\x59\x28\x1f\x41\x9c\xed\xeb\xc6\x98\x95\x96\x90\x61\x9b\xed\xc3\xcf\x95\x95\x08\x3c\x96\xd5\x6f\x48\xca\x08\xc1\xcc\x22\xad\xcf\x5e\xa5\x89\x10\x65\x5e\xf8\x04\xaf\x12\x4c\x18\x34\x61\x7e\x5c\xa8\x72\x9c\xc8\x6e\x78\xb8\xed\xb6\x6a\x0b\x91\xc5\xf0\x51\x4b\xa4\xea\x75\xa2\xb2\x81\x57\xe3\x05\xd5\x77\x44\x6f\xbd\x8e\x5b\x32\xaa\x54\xc4\x01\xad\xef\xff\x9d\x0b\x54\xf1\xa2\x2b\xfa\xcc\xbf\xfa\xbf\x98\xa3\x50\x19\xed\x21\x00\xa5\xcf\x62\x3b\xe9\x84\x01\x50\xf7\xc4\x7c\xf6\x5c\x02\x30\x91\x91\x26\x1e\xa8\x03\xb0\x7c\xa3\xb6\xf9\x98\x38\x80\x2d\x5a\xd7\x86\x9f\x06\xc0\x66\x9b\xb9\x8d\xa4\x2b\xcc\x5a\x8d\x3b\xb7\xaa\x9c\x80\x9b\xe6\x63\xc1\x37\x50\xbb\x41\xc3\x24\x3b\xe5\x8e\x89\x24\xa9\xd8\xb0\xab\xf8\x89\xbd\x25\x89\x55\x37\xf2\xf6\x57\xd7\x54\xe2\x7b\xcd\x3b\xbd\x6e\x1e\xe2\xc4\x4c\x35\xcd\x71\x5b\xaf\xf1\x35\x4e\x4e\x46\x29\x05\x3f\xee\xd4\xb2\x50\xaa\xcc\x8d\xc7\x3a\x35\xfe\x50\x56\x4e\x41\x6c\x1d\x98\x3f\xf9\xa8\x58\x22\x67\xed\x37\x0d\x0a\xa9\x3c\x42\x06\x6d\xb7\xbc\x54\x55\xfd\x86\xfc\xb6\x69\xee\x51\x53\xcb\x26\xf0\x59\xa1\x29\x5c\xd8\x03\x26\xb5\x1e\xc2\x3d\xd3\x99\x16\x17\x75\x45\xc2\x77\x93\x84\x86\x42\xf5\xd7\xc4\x1d\xc6\x82\xb7\xcf\xab\xf3\x12\xad\xf4\x07\x6a\x3b\xd4\x7e\x10\x8b\x75\x37\xff\xd9\x07\xca\x5c\xf8\xdf\xfa\xbf\xf8\x88\x10\x17\x2d\xf7\x3a\x07\x41\xe1\x41\x2c\xb6\x48\x5d\x3f\xd0\x0d\x60\x3b\xa6\xe8\xc2\xec\x07\x60\x3f\xa2\xa3\xcb\xf7\x12\xc0\xc1\xc4\x74\x41\x2a\x0c\x5e\xdb\x99\xd8\x93\xd4\x32\x21\xd6\xfa\x44\xc0\xa8\xde\x33\xd8\x6a\x86\x4f\xce\xb0\x48\x26\xc5\x19\xd9\x16\x7f\x76\x40\xaf\xf1\x72\xb1\x5a\x49\x7d\x42\x3e\x5a\x44\x4d\xb5\xf4\x89\xcb\xbe\xd7\x28\x7c\x18\xee\x83\xb2\x26\xbe\xdc\x95\x7d\xfa\x83\x4a\x0c\xbe\xc0\x4d\x62\xac\x4c\x15\x85\x1f\x74\xf9\x3a\xe4\xa9\x66\x81\xec\x77\x3e\xff\x7a\x4a\xad\x1b\x09\x76\xdc\xf4\xec\x96\xda\x2b\xe4\x93\x6d\x75\x17\x8b\xc6\x7e\x64\xd2\xf6\x71\xfb\xa0\x46\x38\x81\xc7\xba\xae\x2d\x5f\xa3\x84\xe0\x65\x19\xd3\x38\xac\x31\x49\xb8\x6b\xd6\x77\xe7\xb5\xc6\x4b\xc2\xb4\xc9\x8d\x5a\x46\x4d\x31\xe2\x09\x23\xde\xea\x61\x8d\x61\x62\x80\xbe\x09\xfc\xc9\x05\xad\xea\xde\x14\xfd\x5f\x9e\x67\x90\xea\x0f\xfd\x5f\x6e\xd7\x89\x69\xda\x9b\xeb\x1c\x04\xc5\x17\xc3\x7a\xa3\xf8\x9d\xfd\x06\xeb\x39\x52\x2e\x1f\xb5\x8a\xf8\x24\x00\x9c\xe7\x8d\x9b\x24\x5f\x43\x9f\x3d\xb3\xdd\x3b\xb5\x97\x60\x65\x7b\xcf\xcf\xdc\xd0\x80\xf4\xd6\x92\x27\xf1\xae\xf5\x03\x92\x90\x49\xd7\xf9\xcb\xae\x0a\xc4\x61\x3d\x95\x7a\x15\x0f\x84\x28\xa4\x2d\xfe\xdc\xc4\x3f\x9f\x30\xa9\xce\x3c\xf9\x2d\x30\x88\xc8\xa0\x2a\x84\x13\xf3\xb7\x9f\xb7\x50\x55\xc5\x7d\xf2\xf6\xfe\xa1\xae\x3a\x86\x97\xf6\x0c\xfa\xd8\xad\x1e\x81\x57\xf0\x3a\xb0\xe6\x13\x55\xad\x79\x18\x3f\xee\x26\xd8\xc5\xae\x75\x10\x91\x73\x1e\x6f\x2f\xd5\x6a\x40\x62\x9c\x0e\x51\x7c\xb2\x1a\x67\xb4\xf7\x12\x8e\xdb\x5c\xbb\x59\xaf\x5d\x41\x08\xb1\xc4\xdd\x88\xd3\x1a\x24\x7c\x34\x7d\x7d\x75\x4a\x5b\x87\x48\x67\x3c\x57\x29\xa5\x1d\x4f\x54\x34\x84\xff\xce\x05\x8a\xde\xc9\xea\xcd\xf7\x70\x13\x03\x80\xe0\x37\xde\xd4\x2d\xc4\x75\x1f\x04\xdd\x1b\x02\xd8\x5d\x7c\x00\x56\x8c\x82\xc6\x7b\xa2\x00\x1c\x5e\x88\xf2\x31\x0c\xae\xe7\x27\x79\x46\xa8\x0b\x2f\xbf\x3f\x78\x3e\x36\xdc\x2c\xf9\x1a\x3e\xb8\xfc\xb4\x0e\x52\x53\x05\x49\x87\xab\x5e\xbd\xc6\x31\xa4\x54\xeb\xb9\x53\x1f\x1d\x50\xc4\x4f\x66\x79\x45\xe0\x19\x40\xf4\xd0\xc7\xd7\xeb\xfb\xa9\x13\x9a\x51\x9b\x5f\x0e\x85\x78\x12\x0e\xa9\x0f\xcf\xf1\x46\x4c\xe2\xcd\xd5\x78\xb0\xb7\x82\x0f\xfd\x78\xa2\xc1\x8b\x1d\x0d\xe6\x1a\xdd\xa6\x31\x83\xd3\x0e\xdc\xb0\xe6\x13\xc5\xa9\x15\x82\xd7\xf6\xa6\xe9\x16\x42\x29\xe0\x25\x7c\x38\x1f\x79\xa0\x7c\xf1\xcd\x1e\xf9\x14\x1e\xaa\x31\x0a\xe5\x83\xf4\x3a\x1c\xbc\xe9\xa8\x73\x15\x99\xb3\x67\xba\xde\xaf\xeb\x48\x38\x6a\xdb\x58\xd5\xaf\xf3\x81\x70\xc6\x32\xea\xb2\xab\x4e\x0b\x61\xd0\xac\xb1\x7c\x40\x97\x91\x48\x6d\x7a\x18\xfe\xc3\xc3\xfc\x7b\xff\x5f\xec\x03\xa7\xe6\x96\x0d\xeb\x3e\x08\x86\x23\x3c\x16\x3b\xa4\x01\x6c\x4b\xf9\xdb\x77\xbb\x03\xb8\xa3\x85\xbf\xec\xcf\x06\xf0\xd1\x97\x22\x1e\x55\x06\x08\xac\x54\x76\xe7\x3e\x03\xe0\x77\x49\xf7\xa5\x84\x2c\xbc\xf0\xf2\xb2\x9c\xd3\x30\x23\x4d\xb9\xd4\xb9\x4f\x5b\x38\xad\xe5\xec\x85\x59\x9a\x16\x04\xf8\x59\x11\x2e\x1a\x9d\xad\x8f\x0a\x2b\x42\x70\x3a\xcc\xfd\xfa\xd1\xfa\x88\x94\x46\xc5\x52\x6a\xfc\x9e\x79\x6f\x0d\x0d\xcc\x9b\x48\xf1\x2f\x95\x5a\xec\x58\xf7\xb0\x0f\xef\x3a\x50\xdb\xb1\xb9\x61\x57\x9f\x57\xe8\xe4\x61\x3f\x85\x7a\x3c\x49\xd7\xe5\xc0\x05\x07\x4e\xb5\x0f\xe9\x46\xe3\xf7\xfa\x0e\xb5\x58\xe9\x75\xe3\x35\x7c\x1e\x35\x18\xea\x99\xe2\x71\xee\xd1\xb5\x4f\xf4\x2b\x11\x61\xb7\x6d\xff\x17\x07\x54\x26\xa5\x7f\x95\x90\x6b\x89\xbe\xc0\x62\xc0\x42\xe8\x31\x9f\xfb\xef\x7e\xa0\xe8\xff\x9c\xbf\x39\xab\x36\x97\x01\x48\x1b\x1c\xef\xa1\xf9\xb9\xee\x83\x40\xe1\x20\x5c\x46\x78\x55\xe8\xf0\x00\x7e\x9a\x27\xdc\x18\xf6\x02\x04\x21\xa2\x17\x0e\xcf\x01\x44\xc8\xc9\xef\xe5\x20\x02\x44\xe8\x69\x25\x8a\x9f\x81\x6f\x21\xc5\x26\x25\xea\xb2\xa4\x7e\x8f\x39\x97\x27\x56\x34\xc4\x21\x67\x89\x28\x75\x4f\x45\xe2\x56\x9b\xc3\x79\x2f\x82\x79\x90\x29\x93\xcc\xfa\x47\x31\x0a\x78\xd0\xcd\x7f\xc7\x92\xe8\x8e\xaf\xd5\x4c\x43\x3f\x48\x32\x1e\x37\x44\x45\x2e\x05\x27\xe8\xbc\x9b\xd0\xbd\xb3\x34\x13\x7f\xeb\x39\x4e\xaf\x14\xd3\x78\xf2\x4d\x97\x8e\x3e\x1a\x2b\x1d\xa5\x7a\x8f\x64\xb8\x15\xfb\x31\xac\xa9\x09\x6b\x28\x81\x0b\x09\xde\x78\xbb\xd5\xf0\x3c\x7e\x9f\xdf\x60\xcd\x66\x63\x07\xbc\x8c\x1f\xe7\x55\x55\x63\x79\x7c\xb3\x57\xe2\x65\x66\xa3\x34\xc4\xd9\x95\xa1\x7c\xd8\x28\x13\x69\x74\x72\xbc\x90\x63\xa2\x81\x3c\x72\x52\x3a\x7f\xc5\xe8\x18\xc1\xde\x06\x75\xee\x8e\xd1\x09\xc2\x4d\x4b\x85\x3f\xfb\xc0\xb3\x72\xaf\xfb\xe8\x0d\x8e\x88\x0d\xcf\x96\xdf\x9b\xd8\xd2\x37\x3d\x06\x50\xbc\xce\xec\xbc\xa9\x07\xc0\x80\x8a\x59\x68\xf3\xe7\x75\x0e\xc2\x6b\x98\x3d\x7e\x07\x0d\x40\xc8\x28\xf7\xf8\x9e\x46\x80\x93\xcc\x42\xd4\x87\xee\x02\xc4\x57\x4a\x7e\x60\xab\x01\x88\x1f\x51\x3b\x2a\x7a\x12\xe6\xe3\x1c\xf4\x67\xd4\x9e\x92\x06\x43\x76\xd9\x87\x58\xdd\x5d\xcb\x55\xe3\xb5\x1f\xcf\xe5\x88\x7e\x81\x9f\x34\xf7\xb8\x33\x96\xdc\x8a\x7b\xab\x57\x35\x7c\x2f\xb3\x73\x7a\x8f\x4e\xdc\x22\x73\xb6\xd9\xe0\x33\xfd\x51\xb4\x42\x7a\xe1\xd3\x7e\x23\x2c\xfa\x76\x9a\xeb\x63\x5a\xe3\xd6\xa5\xaa\xc4\xcf\xad\x1c\x26\xb3\x18\xf3\xf8\xb8\xb5\x7c\xb0\x33\x66\x72\xd8\x7b\x11\xb5\x57\x19\xcd\xb7\xe3\xac\x42\xbe\x56\xa0\xcc\x23\x71\x23\x81\x99\x65\x61\xe6\x99\x78\x33\x3f\x96\x0b\x7e\xe6\x91\xf8\x61\x2f\xc1\xa2\xad\xe6\xbb\x10\x45\xb7\xe9\xfc\x0c\xb3\x3a\xa4\xc5\xe9\x63\x0e\xda\x82\x0e\x79\xe7\x44\x73\xba\xc9\x8c\x48\x10\xb7\xf3\x5d\x7f\x0e\x36\x88\x1d\x5f\xf1\x5b\x64\xe3\x39\x36\xb0\xb1\x17\x40\x2c\xe9\xa8\xd3\xc6\x82\x75\xfd\xdf\x3a\x93\x11\xd9\x54\x02\xe0\x7e\x61\x93\xc3\x8a\xde\x51\xce\x7c\x7a\x9b\x0a\x40\xdc\x5d\xd6\xf8\x1d\x87\x01\x52\xe2\xf9\x77\x1f\xc0\x01\x64\x5d\x10\xa1\x67\xe1\x03\xc8\xca\x51\x10\x11\xfc\xb2\xe6\x13\xf3\x34\x9e\xdd\xaa\xd4\x46\x98\xd0\xe6\xef\xe6\x9b\x15\x6a\x85\x08\xb8\x32\x64\x8b\x24\x79\x63\x3e\x59\xb5\xdf\x71\xca\x51\x9f\xe1\x34\x36\x1d\xde\x5f\xb8\x71\x64\x9b\x31\xfb\xdc\x70\x91\x5b\xf7\x31\xf3\x83\x0b\x96\x79\x25\x6d\xa3\x96\x7c\x8b\xe1\x39\x56\xf5\xb1\x56\xed\x68\xfd\xcc\xc1\x9a\x40\xeb\xee\x25\xd7\x94\xfb\x57\x89\xd6\xb5\x18\xe6\x84\x99\x4b\x36\x36\xb6\xd8\x0d\xb1\xfb\x4a\xcf\xda\xa8\x61\x6f\x47\x4e\xaf\xe5\x41\xe9\xda\x94\xe0\xf0\x81\x2e\x67\x19\x6c\xca\xf0\xde\x7e\xdc\xa7\xf9\x6c\x9a\xf0\x9d\xde\x31\x99\xfe\x36\xec\x88\x8a\xbb\x67\x5a\x98\x8d\x21\x72\xda\xe5\x57\xca\x39\xeb\xbd\x84\x5d\x0e\xa8\x95\xe7\xa0\x6e\x79\x5d\xb4\x0e\x47\x57\x7c\x06\x39\x75\x8e\xd2\x6f\xa8\x5a\xd7\xff\xf5\xed\xb6\x9d\xa7\xfa\xc3\x07\x81\xa2\xfb\x51\xee\x3f\x67\xb8\x6c\xf0\x5b\xae\xb9\x25\xac\x45\xcb\xf3\xf3\x3c\x0b\x3f\x1b\x63\x37\x40\xf1\x13\x49\x12\x3f\x35\x40\x61\xa8\xfa\x4e\x65\x4b\xd2\xbb\x33\xf3\xc6\x6d\xd6\x4d\x04\xe7\xb8\x03\xee\x4c\x91\x61\x3f\x33\xfd\x7f\x9d\xaa\xcb\xa6\xfd\x68\xe0\x6e\x56\x39\x5f\x98\xf2\x7a\xdc\x81\xa5\x4f\xa3\x3c\xb9\xab\xce\xc6\xe5\x77\x44\x45\x70\x83\xa4\x7d\xf7\x5c\x77\x31\xe7\xf5\xdd\x8e\x1d\x0b\x6c\x05\x32\x15\xef\x9d\x2e\x2d\xfa\x9d\xf9\x5d\x3a\xee\x1c\x82\xe6\xcc\xee\x2e\xa4\x71\x6e\x5f\xca\x4a\xc1\xe5\x7e\x74\x39\x82\x91\x4f\xd4\x3a\x93\xe9\x1c\x82\x21\xc4\x92\x32\xad\x5d\x54\xb0\x25\xd1\x8a\xe9\x74\x4e\xe3\xb8\x53\xa1\xda\xa9\x67\x1d\xaf\xe3\xd9\x02\x6a\x13\x6f\x38\xfe\xc0\x97\xfa\x32\xc4\xa7\x3b\xd5\xe2\x5f\x79\xa7\xc4\xef\x70\xf8\x86\x58\xbb\xcd\xc5\x78\x3a\x1a\x23\x39\xae\xfc\xcb\x7d\xe0\x58\xf1\x53\x63\xcc\x66\xba\x49\xed\x06\x20\x48\x4b\xf7\x7a\xf9\xbf\x15\x77\x6f\x5e\x79\xcf\xb6\x10\x59\x5d\x2f\x45\xef\x89\xca\x5b\xad\x99\xe4\x9c\x03\xca\xfd\xd7\x0a\xd2\xc6\xe4\xe5\x5a\x9d\xc2\xbe\x99\x9e\x15\xe0\x46\xa1\xd0\x6f\x8e\x3c\x80\x9a\x6e\x79\x07\xd9\x71\xd2\x50\x65\xae\x2e\xb3\xb5\xe6\xe4\xa3\xfc\xcb\x76\xf3\x11\x54\xfd\x05\x89\x0c\xa1\xa2\x67\x72\x1f\x1f\x8a\x10\x3c\x77\xaf\xec\x40\x83\x7f\xc0\x9b\xfb\x70\x65\xb8\x9a\xd6\xab\x7f\xca\xaa\x46\xb2\xd8\xcc\x67\xfe\xf7\xf0\x65\xce\xfc\xab\xbe\xb4\x73\xe3\x25\x0c\xd9\x8a\x7e\xd3\xf3\xbf\x8b\x84\x33\x34\x7d\x5b\x17\x83\xcf\x3e\x4e\x7e\xe1\x8b\x42\xbf\xc9\x34\x4a\xfc\xe1\xd3\xb3\x94\x94\xfa\xe8\x94\x9a\xf7\x37\x4c\x4c\x82\x4b\xcc\x6b\x1f\x19\xec\xee\xb8\x8d\xd1\xa7\xbc\x59\xb0\xbf\x22\xf3\x22\xdd\xbc\x5e\xe0\xdc\xc3\x74\x22\x25\x3d\x22\xf0\x7c\x01\xb7\xc3\xb2\x3c\xf9\xf1\x76\xfe\xa2\xa1\x1a\xee\x5b\x91\x63\x1e\x10\x24\xe6\xe1\x8a\x08\x7a\x24\x2e\xf7\xe1\xb0\xe1\xf2\xe7\x67\xb6\xdd\x7b\x67\xb9\x8a\x73\x6d\x38\xb4\x5c\x75\x2c\x57\xd7\xe7\x74\x73\xb5\x86\x91\xef\xf7\x53\xf4\x5f\xca\xfa\x2f\x5f\x5b\xad\xb7\xf2\x57\xf9\x87\x96\xec\x23\xc5\xdb\x47\x00\x1e\xb2\x71\xa1\x19\x5f\x01\x3c\xea\x92\x98\x10\x1f\x9d\xd6\x6e\xfa\xaa\x3e\x6c\x56\x3c\xe8\x75\xbd\xd5\x82\x37\x38\xe2\x61\x60\x29\x87\xcf\xcb\xac\xcd\x55\x8d\xd9\x9d\xa9\x0a\x17\xb3\xf2\x67\x92\x97\x6e\x6e\xab\x3e\x9d\xaa\x15\xef\xf5\x61\xe7\x4d\x8e\x78\xf7\x58\xae\x19\x9f\x6b\xba\x27\xe7\x62\x76\xcc\xce\x5c\xa4\x8f\x3e\x1d\xcd\x35\xaf\x5b\xbc\x21\xe2\x6c\xf4\xc1\x85\x9f\xf9\x2e\x11\xbb\x22\x8e\x2d\xce\xe5\x3c\x09\x1b\x0b\x3d\xbf\x74\x28\x83\x91\xc2\x7d\x04\x33\x07\x03\x06\x1b\x57\x17\x38\x14\xcc\x8e\x2d\x8c\x7e\x16\x90\x1d\x98\x87\xd3\x0d\xa7\x0b\xb8\xe8\xf7\x1e\xd7\x1a\xb2\xc9\xbf\xd1\xb7\x0b\xcf\x13\xd0\xe5\xa7\xe8\x73\x01\xdf\xe6\x63\xe2\xed\xed\xfb\x18\xd1\x74\x6f\x02\xd8\xf6\x73\xff\xca\xfb\x34\xb7\xe5\x96\x0f\x54\x7f\xe8\xff\xd6\x8d\xe4\x7d\x40\xbe\xf7\xfe\x6f\x3e\x0e\x45\xf7\xa0\xe8\xe0\x0f\xf9\x57\xeb\xf3\xc2\xcd\x3b\x97\xeb\xc0\xcf\x63\xb9\xf4\x02\xf3\xf7\xfa\xef\x08\x5b\x0a\x32\x7f\xac\xeb\x8d\x54\x8a\xd1\x9b\xe8\x7e\xf8\x30\xc5\x10\xef\xbd\xa3\xee\xca\x5d\x56\x37\xf1\x24\x91\xbc\x98\xeb\x07\xe2\x5a\xcf\x67\xc7\x8f\x56\xbe\xb8\x7a\xbf\xe2\x6e\xc8\xb9\x4b\xc1\x83\x3a\x55\x2f\xfd\x0f\x97\x30\xcc\x6a\x5c\x7a\xee\xfb\xba\x88\x61\x9e\xb7\x98\xd6\x57\x3f\xf7\xd7\x42\x67\x7e\x9d\x0f\xcf\x99\xc3\xe8\xad\x39\xb4\xde\x49\x59\x99\x4b\xcc\xe9\xf7\x7c\x36\xa5\xfa\x2e\x2d\x24\xfb\xfd\x27\xef\x65\xec\x14\x2d\x76\x2e\x32\xe2\x5f\xee\xc3\x8d\x39\xba\x12\xff\xd5\x5b\xd8\xd5\x34\x12\x85\xd8\xb9\xef\x77\x25\x85\xef\x45\xc2\xdd\xa4\x00\x0e\xf1\xd0\xbb\x2d\x7f\x6e\x51\xb2\x8e\x45\xf1\x81\xa0\xec\x83\xf8\xd8\xd5\x4a\xd1\xbd\x28\x7e\x18\x94\x5c\x10\x8a\xfe\xf3\x9a\xac\x87\x7e\x19\xa1\xb2\xa1\xa2\x5a\x52\xfd\x41\x7f\x44\x68\x7b\xe2\x58\xcd\x58\x09\xff\x71\x4e\x93\x97\x53\x1f\x77\xcb\x5e\x50\xed\x68\xa9\x1f\xd8\xa4\xcb\xe1\xf0\xec\x62\x5c\x5f\xb6\xc3\x70\xe4\x7c\x12\x6d\x27\x43\x64\x51\xce\x78\xd0\xdc\xa3\xa8\xcb\x1b\x0a\x6b\xdd\x2c\xdb\x55\xfa\xf7\x97\xc8\x3a\xa4\xb6\x8a\xcd\x8b\x9f\x3f\xe5\xa8\x74\xab\x66\xe1\x7d\x9e\xa0\x43\x4d\x8d\x15\x5a\x2d\x6b\xd4\x21\xe3\x4a\xf8\x52\x48\x2a\x8b\xe3\xb9\x32\x34\x86\x35\xb1\xd1\x81\x54\x7c\x08\x4b\x1b\x1b\xe7\x50\x5e\x18\x85\xed\x88\xda\xef\xa8\x96\xbb\x80\x13\x09\x37\x76\xa8\xcb\xf1\xc4\x7d\x0f\x0a\xb3\x1f\xce\x4e\xc4\x7b\xf8\x5d\xb7\x67\xcd\xf0\xc2\x13\xbd\x76\x38\x50\xa7\x8c\x22\xdc\x1e\x0d\xf6\xaa\x49\x35\x48\xa1\x0b\xde\xee\x7b\xc2\x75\xe4\x8b\x93\x11\x00\x57\xf5\x86\x15\x3f\x13\xc5\xb6\xd5\x75\xd8\xd7\x53\xfd\xc5\x81\x50\x7c\x10\x2e\xee\xfe\x7b\xfd\x5d\xee\x54\x7f\xe9\xe0\x3f\xd8\x96\x2b\xda\x7d\x5e\x62\xe5\xf7\x6f\x73\xac\xeb\x41\x05\x2a\xaa\x77\x4b\x68\x69\xce\x8a\x23\x89\x1d\x27\x7e\xeb\x48\x3a\x49\x59\xd5\xee\x9c\x20\x69\xa9\x99\xbc\xca\xd7\xf9\x52\x6a\x73\xde\xf7\x79\xf8\xec\x48\x47\xc8\xfb\xc4\x7e\x0f\xd1\xe1\x85\xf2\xc2\xcc\x3d\xd6\x2d\x43\x35\x2f\xd9\x72\x6e\x98\xba\xbf\xed\x5b\x8c\x38\xad\x66\xfa\xe3\xe9\x43\xf4\x62\x6a\x83\x59\xef\x43\x64\xe9\x55\xe2\x45\x73\xfe\x96\x1e\xcc\xad\x38\x5a\x73\xc1\x3b\xa1\xd8\xfa\xc8\xe3\x16\xb2\x35\x93\xb8\x63\x61\x65\x16\xef\xaa\x6c\x70\x25\xc1\x39\x16\xfd\x15\x4e\xf8\xc3\x01\xdc\x96\x7c\x65\x6f\xf1\xee\x7e\x1b\x2c\x36\x5e\x40\x23\x7c\xee\x9f\xff\x1f\x61\xef\x19\xd5\xd4\xf6\x7d\x7f\x47\xb1\xa0\x34\x05\x54\x14\xe9\xbd\x07\x08\x25\x40\x12\x7a\xef\xbd\x37\x41\x44\x05\xa4\x08\x36\x54\x44\xc5\x8e\x22\x2a\xa0\x62\xb9\xf6\x06\x36\x2c\xa8\x08\x88\x05\x04\x1b\x28\x0a\x36\x2c\x08\x56\x44\x69\x49\xce\x7c\x06\x21\x07\x2f\x7e\xef\xef\xf9\xbf\x9a\x83\x3b\xee\x70\x64\xad\xec\xbd\x4f\x92\xf9\xd9\x73\x05\x4e\x2d\x98\xcc\x4e\x8e\x3d\x1c\xd0\xb7\xc3\x83\x7d\x7d\x96\x44\xa0\xca\x36\x0a\x67\x5a\xc4\x97\x00\xff\xdc\xbd\x9c\x98\x50\xce\x9f\x75\x30\xcc\x81\xf0\xeb\x26\xfd\xef\xbd\x4f\xf8\xfb\x3f\x7c\x64\xfd\xcd\xfc\x5c\x9c\x4e\x1e\x47\xd2\x73\xbe\x7f\xc7\xa0\xb6\xf3\x39\x90\xa7\xe9\x80\x60\x07\x85\x72\x77\x15\xa0\xd8\x2b\x71\xa6\xec\x12\x6e\xd2\xce\xe9\xc4\x1e\xcc\xe7\xbc\xb3\x5b\x6d\xff\x62\xc3\x92\x5e\xf1\xc0\xa6\x88\x96\xa4\x5b\xdd\xf1\xc9\xac\xb4\xd7\x91\x8b\x7f\xf6\xef\x16\x5b\x96\xeb\x73\xa5\xbb\xa0\xee\x7b\x56\xb9\x9b\xcc\xf7\xc8\x9e\x82\xac\x32\xb7\xae\xd7\xb1\xbd\x35\xcb\x04\xdd\x6d\x9a\x06\xfa\x76\x65\xac\xf2\xf0\xbc\x3f\xbb\x7f\x4a\xda\x3b\x8f\x17\xb7\x7a\xfa\x8b\x93\xff\xf1\x14\xb8\xb1\x78\xc0\x30\xa1\xcc\x73\xff\x65\x99\x81\x5d\xf3\x26\x79\x9e\x3b\xb7\x91\x3d\x25\xce\xdf\xf3\xf7\xa9\x77\xec\x95\x31\x13\x3c\xbb\x8e\xfb\xb3\x1b\xa2\x32\x3c\xcb\x0e\xe7\x72\x34\xc3\xcd\xbc\x54\x0e\x04\x71\xa2\x42\x9d\xbd\xa6\x16\xc7\x72\xf6\x04\x8b\x7a\x4d\xd8\xed\xcd\x79\x16\x70\x0b\xb0\xad\x1c\xaa\x67\xf6\xac\x21\xcd\xe2\xf7\xa5\x70\xf6\x90\x96\x48\x8e\x5c\xff\x64\xfd\x43\x1c\xc4\x00\x3f\xc7\xfa\x63\xf0\x90\x36\xf2\xef\x75\x57\x6d\x19\xba\xc7\x5a\xf6\x02\x50\x14\x9c\x7c\xe6\xc8\x33\xc0\x80\xa6\x92\x92\xbf\x04\xca\x36\xcd\xe6\x8d\x2b\x5e\x71\x1f\xf8\x07\x7b\xd9\xc4\x47\x73\xa8\x09\x73\x66\x5d\x0c\x4d\x60\x27\x6d\x73\x9b\x5b\xe0\x55\x38\xb0\xf7\xca\xf7\xa4\xad\xce\xc1\x03\xc2\x6d\xed\xc9\xf1\x0e\xc1\x03\x4e\xfd\xf9\x89\xf1\x0e\x77\xbf\x4c\x1a\x98\x3a\x6f\x9d\xa3\x41\xdb\xac\x81\xc5\xf1\x54\xc7\x07\xcd\x71\x03\x2d\xb3\x6f\x3a\x46\x3e\xac\x64\x67\x45\x9d\x75\x5a\x74\x77\x21\xfb\x64\xe4\x35\xa7\x65\x55\xce\x1c\xb1\xb0\x74\x67\xca\xf5\xf1\x1c\x56\x48\x9f\xb3\xf3\xa5\xd1\x9c\x4d\x41\x9e\x4e\xb5\xe7\xcf\x71\x5a\xfd\xb5\x9c\x9f\x95\xc8\x72\xde\xfb\xcf\x74\xbe\x79\x22\x84\xab\xe7\x33\xd5\xd9\xf2\xe8\x7e\x6e\xa2\x67\x00\x10\xc2\x7f\x9f\x17\xf1\xd7\xc1\xb6\xae\x21\x3d\xc1\xff\xbc\x40\xce\xc3\x78\xba\xe1\xbf\xea\xff\xd0\x39\xd2\xff\xb9\x65\xcc\xf7\xbf\xf8\x79\x08\x87\x36\x00\x93\x22\x29\x94\xc2\x01\x40\x5f\x42\xbe\x61\x5d\x18\xf2\xac\xa3\x0c\x13\x17\x9e\x27\x4e\xfa\x74\xdb\xb6\xc4\x18\x73\x13\xe2\xbf\xf9\xcb\x05\x36\x71\xa5\x72\x5a\x83\x6d\x3d\x9e\x71\x36\x1d\x37\x08\xef\x73\xec\xe7\x98\xd6\x8a\x45\xc6\xd9\x49\xb0\xfb\x3b\x6a\xa2\xc4\x6c\x0c\x38\xb6\xec\xd2\xb0\xab\xd6\xf3\xfa\xe6\x70\x24\x83\xbd\xac\x2f\x7e\xf6\xe2\xd8\x06\x4d\xb6\x49\x79\xd3\xc0\x09\x09\x3c\x6f\xb3\xfe\xf9\x0c\x4e\xb1\xff\x62\x1b\xd7\x47\x07\x39\xfd\x3e\xb2\x36\x07\xef\x8b\x73\xa5\xbd\xbe\xd9\x7c\xbf\xed\xce\xb5\xf3\x8c\xb3\x79\x7b\xf3\x08\x37\xdb\xed\x8d\xcd\xcf\xf2\x8b\xdc\xb3\x2e\xed\xb6\x9b\x2f\xdd\xe1\x5e\x73\xc9\xb7\xe9\x39\x5f\xc9\x85\xe3\xec\x3f\x9f\x8b\xc8\x1c\x08\xf2\x39\x40\xe6\x20\x34\x96\xfe\xbb\x7e\x72\x1e\xc8\xf0\x3c\x0c\xca\x90\xd6\x6c\x1d\xe9\x7f\x1d\xe2\xe7\xa4\x14\x51\x80\x99\x8f\x26\x1c\xdf\xd4\x06\xe8\xad\x97\x6e\xcf\x1c\x05\x30\x9e\xab\x5b\x26\xe6\x43\xc1\x8b\xb0\x38\x4b\xf2\x0f\x7e\xeb\x08\xd1\x2c\x33\xf7\x08\xb7\xfb\xdc\x1b\x7b\xca\xbd\x1e\x3b\x0a\x70\xb3\xca\x36\xf9\x6c\xb1\x9d\xcd\x75\xa9\xdf\xe4\xfb\xd8\xca\x89\xeb\xf7\x51\xde\x27\xc8\x72\x32\x37\x91\xf3\xcd\xeb\x03\x33\x9a\xfb\x9b\xbb\xdc\xa5\x9d\x71\xf2\x77\x3b\xf7\x9c\x53\x31\x73\x71\xe7\x55\xee\x36\x17\x67\xe6\xf3\x36\x2f\xee\x1e\x97\x49\x0c\x99\x96\x9d\x84\x8c\xed\x77\x06\xb7\xc9\x94\x98\x64\xf7\x94\x91\xfe\x50\x84\xb0\xb3\x31\x62\x54\xdd\x23\x88\x10\x6b\x47\x66\x6a\xcd\x35\x22\xc0\xfa\x10\xf3\xc0\xcd\x06\x62\x81\xd5\x22\x20\xab\x61\xe4\x39\x70\x99\x9f\x97\x34\x9c\x87\xc2\xf3\x3f\x39\x7c\xdf\x9a\xcc\x01\xf8\xbf\xee\xc1\x1f\xe1\xef\x8b\x9d\xb3\x86\x74\xcd\x4c\x60\x94\x2e\x85\x92\x35\x19\xd0\x3a\x31\x65\x5e\xea\x47\x80\x45\x55\xf5\x8d\xed\xc6\x09\x37\x5f\xea\x67\x92\x7f\xf0\x5e\x42\x3c\x58\x54\x6f\xdd\xe5\x12\x4c\x14\x6f\x0b\xb5\xab\x23\xb9\x07\xeb\x17\x84\x6d\xb9\xbd\x93\x13\xeb\x3d\xc1\x6c\x18\xef\xf8\x92\x91\x46\x78\xbd\xa3\x3b\xb8\x58\x34\x10\xd1\xdc\x89\xf6\x07\x86\x73\x1e\x76\x40\x81\xa8\xb4\x48\x32\x8d\xfc\x6d\x4f\x7c\xa0\x73\x4d\x5f\x7d\x66\x13\x77\xcc\x33\xe9\xd3\xdf\x1b\x10\xd5\xe6\xe7\xe9\xcf\x5a\xef\x11\x67\x2d\x6e\x99\xfe\x78\xf6\x83\x78\x4b\xff\x4a\x37\x7b\xac\x49\xb4\xd3\x8f\x99\x06\xd7\x97\x43\xdc\xf8\xfb\x1f\x1e\x8c\x7c\x0e\x90\xf3\x40\x86\x38\x18\x92\x83\xfa\x74\x7f\x64\xfd\x77\xf9\xf3\x81\x2e\x95\x8c\xf4\xff\x8a\xf8\x9c\x04\x39\x0f\x84\xcc\x81\x58\xb8\x12\x50\x5b\x2f\x76\x7f\x9e\x38\x60\x36\x55\xa6\x26\x32\x15\x2d\x2e\x1e\x5a\x1b\xfd\xc6\x60\x5d\x48\x94\xe1\x16\xf7\x7c\x04\xa6\x6c\x31\xfd\xea\xf8\x10\xcc\xb5\x2c\x73\x49\x3b\x61\x8c\x2a\x7a\xca\x9a\x60\x59\x86\x71\x27\x83\x98\xe2\xcc\x75\xc4\xa7\x72\x61\x56\x8a\x85\x11\xd1\x51\x7b\x89\xf9\x73\x38\xe7\x61\x2d\x26\x74\x7f\x67\x18\x0c\xcf\xb5\xc8\xc3\x09\xf8\x1b\xfe\x1c\xce\x77\xa8\xeb\xb5\x41\x95\x56\x8f\xc1\xbb\xef\xd3\x70\x42\xfb\xb7\x61\xd2\xa7\x73\xd8\xa6\x9b\x62\xd0\xf8\x26\x09\x7b\x75\x14\x0c\xda\x5e\x34\x60\x8f\xce\xb8\x3f\xe7\xc0\x9d\xef\xfc\xe7\x3f\x7f\x9e\x1a\x78\x3c\x54\x27\xdf\xd7\x23\x39\xa8\x61\xff\x8f\xcf\x01\x91\x1c\x0c\xe9\x7f\x0e\xcf\x03\xb1\x01\x28\x21\x14\x4a\xe2\x60\xdf\x4e\x53\x28\xf3\x37\x02\xca\xd7\x85\xa3\x62\x2f\x03\x74\x75\x69\xcb\xe0\x7c\xc0\xe1\x8d\x8a\x28\xc9\x3f\xb8\x34\xe2\xfc\xdc\x64\xea\x71\xfb\x7a\x14\x2f\xbb\x6e\xa8\x66\x13\x88\xd4\xdc\x1c\xe3\x4a\xd6\x25\x2c\xd8\x9b\x6e\xfc\x8f\xc5\x39\x2c\x3c\x5e\x61\xf4\xca\xec\x2e\x42\xae\x8a\x9b\x44\x99\x1e\x46\xe4\xbd\x14\xe3\xbb\xa6\x22\x70\x78\xe9\x68\xba\xd9\x44\x18\x71\x9f\x43\x8d\x9b\xff\x5f\xbc\x83\x8e\x69\xbf\x12\x20\xaf\xa3\x3b\xf9\x67\x30\xa0\x58\xa6\xc7\xe8\x18\x00\x54\x2e\x01\x95\xfc\xbc\x20\x72\x3e\x1c\x87\xf7\x3c\xf8\xc6\xcf\x41\x20\xfd\xcf\xff\xc9\x01\xe0\xcf\x85\x21\x39\x98\xad\x7c\x9f\x9b\x9c\x07\x42\xce\x41\x20\x7d\xdf\x59\xb7\x00\x85\xd9\x13\xc6\x87\x9c\x05\x0c\x8a\x24\x02\x7d\x6b\x00\x9b\x74\xd9\x8d\xae\x7d\x80\x8f\x90\xaa\xb6\xa3\x09\xd8\xd1\xc6\xea\xe1\x76\xe3\xf1\x30\x63\xb3\xae\x93\x25\x13\xad\xd9\x8f\x75\x64\x19\x0b\x71\x67\xbb\x91\x9e\x88\x05\x0b\x17\xf7\xb4\x50\x0f\x9a\x76\xa3\xe6\xd8\x18\xdd\x26\x93\x7b\x38\x76\x59\x53\x5f\xdb\x38\x1b\xfb\x6b\x2e\xeb\x97\x19\x55\xa2\xa0\x29\xda\x60\x0b\x6d\x32\x2a\xdf\x6d\xd6\x6b\xa6\xfd\x40\x6d\xef\x2f\xea\x5b\xc3\x30\x00\x8f\xb4\x5e\x0e\xf7\x61\xc1\xa0\xca\x99\xab\xbf\x19\xd4\x69\x34\xf5\x0b\x9c\x5e\x60\xda\x71\xa0\xd9\x99\xf2\x2f\x0e\xe6\x3b\xff\x9c\x1b\xe6\x80\xf8\x7c\xdc\xdf\x1c\xd0\x41\xfe\xf3\x21\x7f\xf9\x48\xff\x97\xf4\xbf\xc9\x1c\x88\x10\x7e\x6e\x4a\x88\x06\x30\x33\x71\xcc\x67\xaf\x13\x80\x96\xbb\xf0\x45\xcf\x14\xc0\x2a\x53\xda\xdf\x31\x1b\x70\xcb\x97\xbb\xe4\xa0\x0b\x44\x68\xa9\x74\x5a\x37\x01\x89\xc1\x6a\xc5\x96\x42\xe8\x5d\xd6\xae\x29\x6d\x31\x0a\x58\xfb\x4d\xbd\xc8\xec\x08\xba\xb7\xd5\x68\xa6\x9a\x6a\xe1\xf7\x1e\x5b\x4d\x35\xe3\x60\x7c\x3d\xf6\x48\xf3\x39\x6d\x0d\xbe\x5d\x58\xa0\x59\x6c\x68\x81\xaf\x95\xe3\x35\xef\xeb\x9f\x00\xa7\xfe\x97\x46\x89\xc1\x74\xfc\x78\xb5\x59\xab\xc0\x40\x18\xf8\x12\xae\xe5\x64\x10\x0c\x70\x72\x35\x15\xff\xee\x87\xda\xa9\x41\x9d\xe2\x46\x72\x30\xc3\x79\x40\xfc\xfd\xff\x37\x07\x54\xca\x7f\x5f\x0f\xf2\x79\x80\x1d\x0d\x23\xcf\x81\xbf\xe7\x81\x90\xeb\xc0\x87\xcf\x55\xd8\x2d\x05\x28\xdf\x28\x14\x0f\x11\x40\xf3\x9c\x50\xb7\xa3\x20\x60\xf2\x5e\x5c\xc7\x56\x18\x70\x70\x9b\xde\x62\x59\x0f\x04\x4e\x90\x51\x62\x14\x00\xb1\x8a\xb2\x37\x18\x1f\x81\x34\x6d\x65\x3b\x73\x65\x20\x33\x56\xd9\x99\xf4\xf9\x8d\x5b\x80\xad\xa7\x95\x7b\x8c\x6c\x80\x3d\x89\xaa\x02\x86\x3f\x80\xa3\x33\x54\xaf\x1a\x7c\x04\xce\xd6\xa9\xa5\xe8\x07\x03\xe5\xc1\xaa\xa5\xfa\xa2\xc0\x3d\x7d\xf5\x29\xd4\x38\xe0\x99\x94\xfa\x58\xea\x14\xe0\xdd\x05\xb5\x02\xbd\x58\xe0\x6b\x95\xca\x75\x3d\x23\x80\xdb\xa0\x64\xa8\x9d\xcc\xe3\x82\x42\xfb\x59\x43\xaf\x93\xe4\x80\x1e\x38\x0d\xe9\x30\x07\xc4\xe7\x02\x0f\xf3\x79\x80\xbf\x39\x98\x95\x1e\x23\xf7\x01\xc9\x81\x0c\xfb\xff\xfc\xf3\x82\x55\xca\xef\x07\x1b\x50\x7e\x33\xfe\x2e\x6b\x0b\xa0\x6f\x2b\x7c\xcd\xbc\x19\x60\x16\x4f\x26\xcc\x8c\x00\x8f\xa8\x29\xf1\xf4\x1d\x40\xe8\x3d\xa9\x13\x83\x7f\xcf\xfb\x2c\x73\xce\x24\x08\x58\x98\x27\x73\xd5\xd8\x14\x58\xd6\x22\x5b\x44\x7b\x05\xac\xb9\x21\xb7\x86\x56\x04\xe4\x3e\x56\x78\x61\xf8\x05\xd8\x2d\xa0\xf4\x40\x5f\x0f\xf8\xe7\xad\xe2\x14\xdd\x7a\xe0\xd4\x3d\xf9\x44\xdd\x4f\x40\x99\xb1\xa2\x24\xc9\x3b\xe8\x1c\x03\xee\x47\x2b\x6e\xd5\x8d\x05\x9e\x4f\x52\x9e\xaf\x93\x0b\xbc\x9b\xa9\xd8\xaa\x33\x0d\xe8\xf2\x93\xef\xf9\xc0\x9f\x0f\xf7\x64\x2c\xff\x73\x20\x7f\x0e\xd6\x79\x7e\x1f\x8e\xf0\xf3\xc1\xc8\x5c\x2c\xf2\x1c\x5c\x7d\x7c\xe4\xf3\x80\xe4\xa1\xa2\xf8\x9f\x2b\x7c\x2c\x87\xd4\x3e\x7c\x48\xe9\x7c\x5e\x88\x95\x00\xc8\xa5\x8c\xb9\x38\xcc\x3f\x38\x02\xf4\x14\xd1\x57\x46\xb3\x00\xfb\x85\x93\x8c\x0c\x68\x80\xcf\xf4\x49\x30\x9c\x06\x44\xa8\x48\xb2\x0c\x55\x81\xb9\xf1\x53\x3f\x1b\x5a\x02\xa9\x1e\xd3\xd5\xf4\xcd\x80\xa5\x82\xd3\x45\xf5\x4f\x03\x6b\x98\xd2\x2f\x75\x75\x81\x8d\x89\xd3\x53\xf4\xc4\x81\x1d\x6f\x67\xae\xd3\x11\x00\x8a\x97\x48\x1f\xd1\xaa\x05\x8e\x46\x49\x6f\x1e\xe6\x1d\x14\x80\xcb\xbf\x67\xfe\xd0\x7c\x0c\xd4\xc4\xc8\x14\x69\x49\x01\xf5\x87\x65\x57\x68\xb2\x80\x67\x5a\x32\xd1\x4f\x97\x0d\xbd\xbe\xbf\x39\xa0\xe3\xfc\xcf\x83\x45\x37\x31\x92\x83\xe1\xeb\x52\xfb\x21\x25\xf3\x50\x48\x0e\x24\x48\x7c\xe4\x3a\xb0\x5e\x3f\xa4\xc6\xb4\x21\x0e\x84\x1a\x0c\x08\xb7\x51\x28\x86\xc6\x80\xca\xce\x71\x92\x86\x5e\x00\xcd\x45\x68\xbd\xe1\x24\xc0\x7a\x9e\xe8\x74\xdd\x49\x80\x8b\x92\x88\x90\xae\x0f\x10\x20\x2d\xe6\xad\x2d\x0a\x84\x9f\x10\xd3\xd3\x09\x07\xe2\x66\x4f\x2e\xd1\xc9\x01\x16\x98\x4b\x2c\xd3\x5a\x01\x64\xac\x94\x90\xd1\x6c\x07\xb2\xa4\x25\x6d\xb4\xd5\x80\x8d\xe6\xd3\xec\xb5\x02\x80\x3c\xa9\x69\x7b\x34\x7b\x80\xa2\x59\x52\x1b\x35\x6f\x00\xff\x7c\x9e\x7e\x4d\x23\x04\x38\xf6\x58\xaa\x54\x7d\x11\x70\x3e\x4a\xaa\x4a\xcd\x1a\xb8\x7a\x68\x5a\x9d\x66\x3a\x70\xdb\x59\x86\x37\x25\x89\xe4\x40\xfe\xf6\xbd\x87\x7e\xcf\x1f\x7d\xc6\x88\xe7\xf7\xca\xad\x37\x39\x34\x46\x0f\xd0\x88\x33\x6d\x10\xd4\x07\x8c\xcd\x59\x12\x62\x06\x80\x85\x91\xf5\x56\x89\x64\xc0\xba\xc5\x69\xff\x0c\x59\xc0\x61\xb6\x8f\x87\xc2\x7e\xc0\x31\x2d\xf2\x90\xfa\x45\xc0\xe9\xe3\xbc\x71\x7a\x47\x01\xc7\x7d\x4b\xd9\x26\xe3\x01\xfb\x63\x1b\x67\x5a\xa8\x03\x76\x13\xf6\xd4\x5b\xd7\xa3\xc5\xc6\xa4\xa4\xd8\xf1\x21\x5a\x59\x47\xab\x4c\x1d\x4b\xd1\xca\xb0\x6a\xd2\x72\xe4\xe2\x85\x85\x60\xe7\x1c\x67\x25\xc0\x3c\x91\x9b\xe7\xa4\x01\xd0\xef\x13\x12\x36\x2c\xc0\xc4\x8e\xb8\x6a\xd6\xdc\xe3\x61\xb2\x85\xd8\x61\xb1\xe5\xab\x94\x49\x2b\x91\xc3\xf0\xfb\x38\xdd\xe4\x37\xb1\x85\x21\xf2\xda\xce\xa4\x82\x38\x6e\x7e\xbc\x99\x65\xba\x9a\x28\xb6\x48\x7f\x54\x6e\x9a\x40\x5c\x33\xeb\xa8\x5f\x6f\x3a\x8e\x78\x49\x9f\x78\xe7\x05\x5d\x86\x78\x68\x26\x5f\x23\x6f\x32\x11\xf2\xb4\x6f\x37\x5b\x4d\x4b\x40\x31\x71\xfe\xaf\x3e\x98\x4b\x50\xfe\x63\x2e\x88\x82\x87\xc9\x8a\x31\x6f\xfe\x35\x17\x63\x85\xf9\x57\xd1\xc3\x00\x73\xa5\x65\x8d\xa4\x3f\x60\xfb\xd9\xe9\xa4\xf4\x39\xc0\x59\xc8\xeb\xb7\xd2\x32\xc0\xe9\x75\x58\x87\x7a\x37\xe0\x22\x32\xd7\x91\x5a\x09\x38\x75\x2e\xd6\x36\x49\x02\x1c\x05\x37\x0a\x31\x73\x01\x3b\x91\xbd\x61\x36\xca\xc3\x7d\xa8\xb7\x9c\x58\x55\xe7\xf4\x13\x77\x18\x9b\x9a\x25\x9d\x2f\xa3\xc2\x22\xf7\xcb\x68\x57\x55\x74\x98\xbf\xe0\x26\x38\xdf\x24\xfb\xc0\xf9\x65\xfa\x98\xf0\xb2\x34\xe8\xae\x36\xdd\x49\x04\xb3\x2e\x7e\xb6\x30\xad\x26\x82\x58\x0f\xdf\x4d\x34\x3d\x44\xa4\x31\xb7\xb5\x04\x9b\x4d\x26\x9c\xac\xe4\x1b\x3f\xd1\x77\x12\xcb\x99\x4b\x1e\x86\xd1\x6f\x13\x9b\x18\x2f\x6b\xdf\xd3\xa5\x88\x2a\xb3\x57\xb7\x29\x74\x57\xe2\x89\xd9\x84\xca\xd9\xf4\x06\xe2\x39\xfd\xd9\xf5\x35\xf4\x9d\xc4\x6f\x53\x3a\xfe\x83\x0b\x1a\xe9\x6f\x91\xf7\xde\x15\xd7\x1a\x29\x8f\x55\x01\xf4\x3a\x8c\xdf\x4e\xdc\xfb\x87\x83\x60\xed\xb0\xa4\x49\x3e\x05\xec\x2f\xd9\xef\x95\xee\x04\x9c\xb7\x78\xcc\x55\xbc\x0f\xb8\xb4\x86\x38\x6b\x3c\x06\x5c\x1c\xe3\x3d\xa8\x6b\x00\xe7\xfd\x8b\x1d\x4c\x77\x02\x4e\x96\xeb\x4b\x58\x3d\x80\xfd\x8c\x3d\x45\xb6\x6d\xa8\xb5\xf9\x54\x62\xe9\x6c\x8d\x52\xcb\xfc\x5b\xf7\x5c\x19\x38\xce\xa4\x3e\x1f\xe7\xda\x85\x5d\x0c\xa3\xae\x30\x0f\x1a\x06\xcc\x37\x73\x73\x9c\xf6\x90\x7d\xe8\xbb\x40\xaf\x22\x44\x6d\x16\x7e\xbf\x41\x8f\x23\x74\xac\x45\xdb\xd9\xf4\x9b\x84\xa6\x75\xd8\x9b\x18\x33\x4f\x42\xd5\xba\xbe\x39\xdd\xac\x98\xb0\xb0\x1a\x78\xd4\x6e\x6e\x40\xd8\x5a\x3d\xbb\x5f\x69\x96\x40\xac\x66\x66\xdf\x89\x31\x7f\x44\xcc\xb5\x74\xac\x9a\x67\xbe\x82\xd8\xc5\xf8\x5a\xe1\x4a\x6f\x20\x3e\xd0\x4d\xaf\xae\x31\x5b\x49\x74\xd0\x79\xa7\xc1\xdf\x5c\x10\xdf\xf7\xe6\xf7\x61\x42\x8e\x1e\xef\x1e\x9b\x62\x83\xc1\xce\xb1\xe3\xfe\xe4\x41\xfc\xcd\x07\x91\x7d\x70\x11\x76\xcf\x55\x6c\x01\xdc\x0a\x82\xa4\x35\x77\x01\x6e\x5e\xf1\x71\x86\xd6\x80\xab\xd9\x22\x17\xb3\x2c\xc0\xf9\xf0\xfa\x1c\xeb\xf9\xf8\xe0\xb0\x69\x4f\x91\xc3\x37\x9c\xb6\xdd\x5b\x9a\xe4\xba\x07\x9b\xac\xf2\x6e\x3d\x71\x67\x63\x0d\xf3\xdd\x8b\x74\x8f\xad\x58\xc7\x48\xe8\xae\xf2\x74\x47\x87\x79\x0b\x37\xc1\xb9\x06\xd9\x66\xdb\xb9\xcf\xec\x85\x7f\x6f\xa6\x77\x10\x63\x6d\xbe\x7f\x11\x36\x9f\xcd\xbd\xe8\xd0\xf7\xce\xd3\x8c\xe0\x76\xdb\xb9\xb7\x6e\x31\xb7\x27\xc6\xd8\x5e\x7a\x66\x68\x5e\x4d\x08\xda\x56\x3d\x6c\x36\xf7\x26\xec\xac\x5e\xd7\xed\x30\xe3\x10\xa9\xac\xf5\x35\xf7\xcd\xcb\x88\xc5\xac\x35\x95\xb3\xcd\xcd\x89\xa3\x16\xb8\x56\x6d\x76\x8f\x78\x62\x96\x73\x79\x87\xf9\x6d\xa2\xce\x9c\x8e\xff\xe0\x82\xf8\xe7\x82\xa4\x7e\x23\xcf\xdf\x8a\xa0\x6e\xa1\xfc\x6b\x0e\x02\xc9\x83\x58\x4c\x30\x35\x14\xcb\x05\x6c\x3c\x18\x82\x92\xba\x80\xd3\x15\x07\x2f\x99\x23\x80\xeb\x67\xb7\x60\xe5\xd1\x80\x7b\x47\xe0\x5e\xad\x3b\x80\x3b\x66\xc7\x18\x5e\x07\xdc\x56\xa6\x2f\x33\x8f\x05\x5c\x92\xd6\xcf\xb0\xd9\x8f\x47\x8e\x87\x76\x9f\x73\x2a\xc7\x41\xdb\x9e\xd2\x64\xb7\x0c\xcc\xb3\x9e\x7e\x3b\xcf\xcb\x0e\x71\x2c\x9f\xd6\x10\xaf\x1d\x88\x67\x7c\xff\xa5\xe9\x6d\x8f\xc7\x16\x4c\xae\xb3\xab\x15\xa7\xde\xec\x1f\xee\x43\xfb\xd8\x9f\xd1\xe6\x9e\xdc\x63\x8e\x71\x1d\xeb\xcd\x33\xb9\x57\x1c\xda\xde\xd6\x9a\xbf\xe7\xde\x72\x38\xf1\x5c\xc3\x62\x16\xf7\x85\xc3\x98\xc7\x95\x0c\x43\xee\x73\x87\x39\xf7\xfb\x18\x75\xdc\x8f\x0e\x33\xee\xcc\x67\x48\x12\x86\x36\x21\xd5\x8d\x0c\x27\xc2\xce\x7a\xf7\x8d\x79\x16\x39\xc4\x06\xe6\x97\x2b\x9b\x2c\x9e\x13\xfb\x19\x6f\xca\x26\x32\xd6\x10\x07\x99\xa3\xff\xdd\x87\xe1\x79\x41\x23\x7c\x3e\x72\xfe\x3f\x39\x07\x81\xcc\x83\x60\x3a\x18\x35\x88\x3e\x02\xec\xd8\x16\x53\x24\x03\x00\x97\x42\x9b\xa5\xd2\xfe\x80\xbb\xa8\xeb\x2d\x65\x1b\xc0\x73\x47\xe0\x68\x1d\x1f\xc0\x4b\x21\x66\x8b\xd1\x52\xc0\xe3\x79\xba\x01\x93\x03\xb8\x2a\xe5\xb4\xdb\x6a\xa1\xcc\x69\xd9\x9e\x78\x57\x41\x2c\xb5\xd7\x2f\xb5\xf3\x4c\x05\xcb\x86\x72\x27\xc1\xd7\x03\x72\x96\x49\xaf\x45\xfd\x4d\x31\x95\x25\xd2\x4f\x0f\x88\x43\xa5\x45\x0e\x97\xea\x16\xda\xfb\xd8\xc2\x87\xeb\xea\x1a\xf2\x5d\xcb\xe2\x38\xd7\xcd\x75\xd7\xfb\x72\x46\x24\xd7\xd3\xf5\xc7\x4b\x41\xc6\x18\xee\x6e\xa7\xb6\xa6\x13\x8c\x6d\xdc\x12\x27\xff\x87\x8b\x78\x7c\xdc\x98\xba\x89\x4c\x01\x6e\xa7\xc3\xa8\x1a\x71\x96\x2e\xf7\x9d\xc3\xad\x9b\xaa\xcc\xa9\x04\xcb\x46\x83\xe4\xc2\x2e\x9d\x63\x4e\x26\x56\xb1\x9a\xcf\x3b\x32\x2e\x13\x25\x8c\xb0\x11\xe7\xe3\x8f\xff\xea\x83\xcc\x3c\xdd\xd5\xa3\xef\xff\x99\x83\x40\xe6\x41\x90\xf9\x20\x4e\xb9\x66\x9a\x92\x53\x01\xf7\x5c\xab\xcd\x33\x3e\x00\xde\x0d\x2e\xcb\x54\xbc\x01\x5f\x43\x5f\x5d\x3d\x43\xc0\x27\x60\x56\xba\x49\x3d\xe0\xd5\x95\xf6\xde\x6a\x2b\x3e\xbb\x9b\xac\xd5\xb1\xff\x89\xf5\x2e\xcb\x8a\xfa\x3d\x72\x87\xb9\x41\x59\x9b\xf5\x77\x33\xfd\x93\x30\xce\x72\xdf\xdb\x75\x01\xe5\x10\x61\xc9\x73\x64\x03\xc7\x41\xcb\x02\x5c\x01\x0f\xda\x4f\x67\xc6\x2d\x4e\x9b\x27\xbb\x93\xce\x94\xe5\x74\x7b\x9e\x79\x7b\x98\x79\x80\x3b\xd1\x53\xa3\xd9\x8e\x25\xc3\x35\x75\xbf\xf4\xf8\x0d\xf3\x27\x37\xd5\xd5\xbf\x4e\x96\x75\x97\xbb\xc1\xa5\xe2\x4e\x11\xab\x95\x7b\xcc\x79\x4b\xa5\xa6\xe5\x1c\x6e\xad\x93\x5d\x39\xc1\xfa\x4c\x48\xd8\xb5\x5c\x9d\xca\x7a\x43\xa8\xda\x7e\x3f\x6f\x6f\x35\x85\x30\xb4\x3d\x5b\x6a\xc4\x6a\x23\x96\x59\x9e\xf9\xaf\x73\x41\x9f\x97\x7b\x30\xf6\x81\xe6\xf1\x41\x95\xdd\xa4\xb9\x71\x34\x1b\xd0\x9b\xa9\x6d\x2a\x48\xf9\x93\x07\x61\xff\xc5\x40\x43\xf4\xd4\x1f\x2e\xc6\xa7\x85\xe5\x39\xa3\x0b\xf0\x4b\x70\x62\x2a\x87\x03\x7e\x4f\xfd\xe4\xf4\xe3\x01\xbf\xf2\xc8\x5e\xfa\x02\xc0\x57\x7e\x81\x91\x55\x13\x6e\x79\x7a\xad\xf1\x74\x8e\x47\xa6\xab\x63\xe1\x25\xcf\x95\x24\x37\x48\x34\xda\xde\xb8\xd7\x1e\xdc\x4e\x5c\xb6\x4a\xff\xb0\x34\x54\x9f\xe4\xe4\xfa\x25\x99\xb9\x9c\x85\x7e\x02\x5f\xa5\x58\xba\x9c\x2c\x3f\xf9\x77\xc9\x96\x2c\x4e\xba\xbf\xdc\x8b\x26\x4b\x2e\x67\xbb\x5f\xf6\x93\x30\xcb\x17\x9c\x2e\x6f\xb9\x86\x09\x96\x75\x5c\x3d\x8f\x9a\xdb\x74\x6b\x3d\xae\xbe\xa7\x49\xd5\x1a\xab\x5e\x6e\xbc\x5b\xfb\xb5\x48\x6b\x4b\xee\x7e\x97\xeb\x57\x9e\x5a\x5d\xe0\x3e\x75\xd2\x3f\x9f\x61\x33\x9a\xfb\xca\xc9\xac\x94\x65\xf5\x92\xa0\xda\x09\x9e\xbc\x69\xbd\x8f\x60\xd9\xae\xc1\x7f\x70\x72\x43\xeb\x60\xec\x58\x35\x57\xca\xbf\xfc\x7f\x72\x0e\x02\xf3\xa2\xf6\xbb\x89\x9b\x00\x97\x20\xbd\x02\xd1\xe9\x80\x0f\x93\x16\x2b\x7e\x05\x08\x14\x31\xbf\x3b\x3d\x0d\x08\x59\x6b\xb7\x5a\x69\x2e\x10\xbc\xc4\x4b\x45\x6f\x15\x10\x2c\x1f\x2e\xc4\xd8\x8e\x77\x01\x53\x93\x26\xd9\x75\x61\x9f\xf7\xd6\xec\x60\xb7\x58\x18\xb8\xaf\x2d\xec\xf3\x6b\x1f\xe6\xe5\xb6\xda\xfd\x53\x77\x39\xfc\x16\x41\xb5\x7e\xd6\xb1\x6f\x96\x2e\x71\xd9\x52\x83\x5d\x1c\xba\xb9\xab\xcd\x32\x9d\xdd\x1c\x62\xf4\x61\x96\xd5\x67\x76\x75\x68\x45\xeb\x3b\xeb\x79\x1c\x4a\xc8\xf4\x26\x69\x9b\x09\x1c\x5a\x50\x49\x43\x85\x8d\x25\x67\x69\x40\xf0\x70\x4e\x16\x9f\x87\xba\x6e\x67\x5b\xc9\x9d\xe0\x7d\xf6\xd2\x16\xdb\xf5\xdc\x68\x0f\xb1\x0b\x17\x6c\x07\xb8\x49\xee\xfb\x4a\xb6\xdb\x5e\xe2\x5e\x73\x31\x39\xbe\xd4\xae\x8e\xdb\xe4\x1c\x72\x24\xc7\xf6\x39\x21\x67\x7f\x14\xff\xc3\xc9\x91\x7d\x98\xa0\xab\xc0\x3b\x1f\x55\xac\x54\xd8\x63\x2e\xfe\x99\x83\x40\x72\x10\xee\x5a\x7a\xf3\x45\x73\x80\xc0\xdd\xfa\x67\xc4\xa7\x01\xe1\x26\xf4\x88\xe9\x41\x40\xe4\x36\x1b\x28\x8f\x05\x22\xba\xdd\x8f\xeb\x95\x02\x21\xdd\xc1\xcd\x0c\x2d\xdc\x0b\xd6\x9c\x37\xda\xe1\x3b\xa2\xfc\x72\xb3\xce\x7b\xeb\x80\xe2\x19\x51\xb0\x36\xc8\x88\xd8\xe4\x12\x79\xce\x39\xe2\x3a\x21\xe7\x40\xa9\xef\x89\x39\xc2\x6d\xb1\x71\xfe\xf6\x34\x4e\x86\x33\xc7\x2a\x6f\xe0\x6b\xf4\xfa\x0e\x33\x9b\xb1\xec\xa9\xd1\xc9\xaf\x53\x6c\x5e\xb1\x5d\xa2\x02\x9a\x2e\xd9\x0e\xb0\x97\x45\x46\xd7\xef\xb0\xbb\xc2\xae\x09\x4f\xbc\x27\x66\xaf\xca\xfe\x1e\x66\x72\x93\xb0\x9f\xcf\x99\x15\x14\x51\xae\xe7\x20\xc1\xd9\x11\x70\xf7\x52\x82\x7d\x1e\xe7\x87\xaf\xc9\xd9\x33\x0e\x6b\xb8\x62\x3e\x96\x67\xe2\x1d\xfc\xb8\xce\x9e\x8f\x4e\x50\x1c\xce\x70\x33\x3c\x04\x0e\xa5\x3a\x9e\xe3\xe6\xbb\x0d\xfc\x13\x6a\x1f\x42\x8c\x77\xd4\xf8\xf7\x7e\x18\xe2\x40\x28\xfb\x34\x14\x07\x75\xca\x61\xa5\x51\x3c\x9f\x2b\x58\x41\x48\xe0\xf2\x9f\x1c\x04\x92\x83\xf0\x8f\xd2\x08\x14\xf6\x07\xc2\xec\x74\xee\x4e\x0a\x03\x62\xac\x0c\x7f\x4e\x5d\xfd\x87\x8b\x99\xfd\xc0\xf9\x95\x6e\x2d\x30\x6b\x62\xc0\x4e\xc6\x1d\x9c\x0d\x9b\x14\x27\xe8\xb4\x0e\x8a\x41\x51\x99\x0b\xfd\x17\x11\xa7\x7c\xc2\x76\xfc\x0e\x8f\x23\x14\xdc\x68\xe7\x9a\x62\x17\x72\x0f\x39\x8a\x3d\x52\x9c\x1b\xc3\x75\xb7\x9d\xf2\xeb\x7d\x82\x5a\xd7\x74\xdb\xd0\xfe\x8f\xf3\x9c\x5e\x77\xd9\x87\x0c\xc8\xcf\x7d\xd5\xa4\xe3\xb0\x68\x20\x7b\xce\xa9\xfa\xf9\x8e\xb1\x03\x75\x71\xa3\x6e\xab\x38\x4d\x64\x6b\xc7\xcc\xaa\xf0\x72\x1e\xc3\x8e\x8f\x7e\x72\xe5\xb4\xb3\x08\xbb\x35\x42\xee\xbc\xaa\x73\x3b\x47\x3e\x4c\xa4\x64\xb5\x33\x83\xb3\x2d\xb0\xf1\xc4\x38\x17\x75\x4e\x79\x40\xc6\x51\x77\x17\x11\xce\x0f\xbf\xd0\x83\x66\xce\x8d\x5c\x77\xaf\xe4\xfd\x2c\x17\x09\x6e\x94\xe7\xb9\xdd\x97\x5d\xbc\xb8\x45\xee\xcc\xff\x5d\x07\x63\xa5\x15\x4d\x07\x55\x5e\x42\x7e\xc6\xe8\x27\x80\xbe\xa5\x9c\xa2\xc0\x6e\xc0\x4e\x5d\xee\xcc\xd8\xc1\xe7\xc0\x33\x39\xa3\xb1\xdd\x7f\xe6\x62\xcc\xee\xd0\x92\x9c\x64\x04\xc4\xff\xa0\x3e\x99\xe2\x0e\x24\xb4\xd1\x7d\x65\xa5\x81\xc4\xd5\xf6\x1f\x74\xca\x81\xf8\x59\xbe\x79\x8c\x16\x44\x47\xef\x8f\xae\xf1\xf0\x25\x5a\xc2\x5c\x16\x3b\x04\xb7\x10\x86\xfe\xcb\xf2\x6f\xc4\x52\xb9\xab\x3c\xae\x9d\x6b\x4e\x90\xe7\xd4\x3a\x3d\x6a\x7c\x9c\x9a\xce\x29\xb4\xd3\xec\x5b\x95\x36\xe3\xbd\x98\xa3\x4e\xdf\xb5\xb4\xcc\xc6\x76\x67\x91\x7e\xaf\xe4\x0b\xf7\xcf\xba\xf8\xf4\x17\x2c\x98\x45\xce\x49\xbb\xfe\xc0\x75\xd6\x40\xd9\x9c\xcf\x97\x1e\xb9\x55\x0e\x3c\x9e\xb3\xf2\xec\x3a\x77\x23\xb6\x53\x0c\xe7\xe4\x23\xf7\x93\xec\xd3\x51\x2d\xc7\x98\x6e\x2f\x38\x46\x61\x63\xff\xb9\xe7\xde\xc9\x71\x0b\x0d\xdf\x37\xdf\x43\x9a\x53\x14\xb4\x71\x8f\xa2\xfb\x39\xce\x77\x7f\xa5\x5d\xc5\x1e\xba\x5c\x35\x9f\xcf\x3b\x6f\xb8\x7e\xe2\x16\xbb\xf3\x38\x31\xc3\xbb\x43\x7d\xd0\xa8\xe0\x3d\x27\x33\x65\x7e\x53\xfe\xe5\xff\x1b\xfb\x89\x94\x0c\xfe\x4d\x72\x10\xe4\x3c\x88\xd8\x4a\x59\xfd\x71\x00\x12\x2e\x29\xed\x15\xba\x06\x2c\xbc\xa7\xfd\x54\x72\x0e\xb0\x28\xc4\x68\xb7\x4c\x1a\xb0\xa8\xcb\x2a\x43\x6b\x1b\xb0\x70\xb9\xfb\x31\x8b\x16\x44\xcf\x7d\x1d\x5e\xed\x19\x40\xcc\x8d\xae\x4c\x1b\x1b\xe5\xc2\xdd\x1e\x7c\x6e\xdb\xf6\x04\x11\x4e\x85\xb7\xcf\xb9\xfe\x85\x61\xec\x67\x2e\xb2\xcf\x8f\x2e\x33\xfa\x5a\xed\xe4\xd5\x73\x6f\xc5\x89\xa7\x0f\x5d\xeb\x7a\xd7\x64\x5a\xdc\x3d\xe3\xa1\xdf\xa7\xb6\x64\xd9\x4d\x7b\x4f\xdb\xbe\x3b\x19\xa2\x57\x97\x7a\x99\xf6\xcb\x2d\xd4\x3c\x5b\xef\x3d\xb6\xff\xd3\x02\xa5\xd3\xe2\xde\xed\x03\x6a\x89\xbb\x8f\xd2\x7c\xac\x07\x2e\xcf\x5d\x49\xf2\x2f\xc5\x6d\xde\x37\xd8\x15\xd1\x53\x8a\x6e\xf8\xf4\xb3\x1f\x45\x1d\x2f\x28\xf7\x0e\xe6\xc4\x86\x4a\xe4\xf7\x7b\x3f\xe4\xec\x0e\x9e\xb9\xf5\xa0\x8f\x00\xe7\x53\x80\x44\xae\xa8\xd7\x27\xae\xb9\x4f\xd2\x9f\x75\x40\x31\x54\x70\x1b\x54\xe9\x3b\xd2\xb7\x46\xc5\x03\x3a\xb2\xa2\x79\x83\x7f\x9b\x1d\x1a\x6b\x4d\xf9\x57\x0e\x42\x84\xc8\xa8\x05\x83\x3a\x7f\xd2\xe8\x2e\x9e\xef\xb1\x45\x56\x58\x30\x09\x58\xe9\xa9\x14\x22\x52\x07\xac\x4e\xd0\xab\x99\x11\x05\xac\x5d\x6b\x6e\xa0\x7e\x0e\x58\xe5\xef\x78\xdf\x5c\x1b\xc1\x8b\x8c\x82\xbc\xbc\x25\xb8\xad\xf1\x71\x09\xa6\x73\x5c\xfb\x26\x47\xe6\x6c\x2c\x59\x18\xfc\xf5\x60\x90\xc3\xc9\x13\x2b\x0c\xdf\x1f\xf7\xd1\x7f\x10\xb9\xf6\x60\x8b\x91\xc7\xd2\x5f\x1d\x1b\xb8\xe4\x5c\xa8\xab\xc7\xfc\x02\x7b\x05\x57\x31\xce\x8d\x0d\xd0\xe8\xdd\xb1\xe2\xd0\x29\xe7\x00\xc1\xbe\x1d\x8b\xef\x1c\x5a\x1d\x58\xd3\x3f\x21\x83\xb5\xff\x41\xa0\x62\xff\xa3\xe4\x2f\x7b\xda\x02\x77\x0c\xe8\x25\x45\x17\xdc\x0a\xac\x1d\x38\x34\x8f\xc8\xd7\x08\x7c\xce\xd6\x8e\x6b\xc8\xcd\x0b\x4a\x60\xaf\x8d\xf9\xb4\xa5\x2c\x50\x85\xfd\x23\x6a\xc6\x86\xfc\xc0\x51\x9c\xb0\x30\x89\x9c\xc7\x81\xd7\x38\x0b\x43\x19\x6b\x36\x07\x1c\xe4\xbc\x0e\x78\x33\xd8\x87\xa1\xe7\xa3\x80\x91\xb4\x3b\xef\x7b\xe5\xdc\xc9\xbc\x7d\xa1\x77\x68\x34\xef\x7b\xa6\x7d\xfa\xe0\xf7\x65\x20\x88\xef\xe3\x90\xfe\x6f\x86\xd6\x28\x81\x41\xcd\x56\x1e\x9d\x32\xa8\x9b\x8d\x44\xae\x0e\x6a\xde\x1b\xd5\x18\x09\x59\x20\xbf\x98\x66\xa9\xd4\x0a\x6c\xab\xb0\x11\xa4\x1f\x40\xdc\x7a\x49\x6f\x47\xaf\x27\x3f\x3e\x2f\x76\x8a\x15\x9e\x77\xf2\xed\xe8\xf9\x57\x96\xd7\x2f\x97\x69\x3c\x19\xbb\xbe\xf8\x57\x0e\xb7\xf6\x6c\x84\x75\xd5\x92\xdc\xcc\xaa\xac\xe0\xe0\xce\x31\xf9\xe5\xe7\x0e\x84\xe6\xfd\x8a\xd8\x1a\x72\x4c\x26\x5c\xff\x77\xcd\x06\xe3\x03\x8b\xc3\xbf\xf4\xdc\x5a\xe3\xb8\x47\x3d\x22\xb9\x77\x4b\x96\xd8\xae\x9f\x11\xc5\x7d\x96\x99\x13\xf2\x7e\x46\x5c\xec\x9f\x9c\xd1\xb5\xad\x3a\xdc\xb8\xbf\x2e\xe5\xd5\x26\x8f\x88\xa5\x03\xea\x0b\x22\xd6\xfd\x8e\x30\x1e\x38\x3f\xdf\x82\xcc\x3d\xc9\x5e\x1a\x9e\xc8\xce\x8f\x69\x5d\x29\x15\xbe\x87\xfd\x29\xea\xe3\x0a\x81\xb0\x68\x8e\x73\xb8\xee\xb2\x33\xa1\x5b\x38\xa7\x83\x19\x00\x65\x85\xc2\xe8\xc1\xd7\x3f\x69\xd4\x14\x26\xef\x5c\x7c\x3e\xe6\x3d\x6f\x1d\x3c\xa3\x8c\xf0\x3d\xe7\xf0\xf3\xfe\xc9\xb9\x20\x24\x07\x40\xe6\x01\x14\xf1\xef\xbb\xfe\x23\x21\xab\x2e\xf4\x08\x38\x12\xab\xe5\x27\xfd\x12\x38\x6c\x61\x6e\x4c\x53\xfe\x39\x71\xb7\xaf\x8b\x85\xa7\xf4\xab\x27\x9b\x0f\x85\xa5\xce\xcd\xad\xed\x59\x5e\x90\x72\x38\x6b\x51\xf9\xe2\x85\xae\xdb\xe4\xb7\xfc\x3e\x83\x24\xdb\x0b\xe7\x77\x2e\x39\x1c\x1a\xff\xb1\x75\xeb\xee\xa3\x45\xf2\xf1\x5b\x7e\xae\x2c\xcc\xd9\x56\x30\x37\xee\x57\x60\x9e\xe0\xe6\xba\xf8\xbb\xbf\x0f\x6c\x12\x59\x9f\x18\x5f\xd1\x73\x7c\xed\xd3\x35\x3e\xf1\x1d\xbd\x8b\x57\x45\xaf\x2a\x88\xd7\xed\xf3\xca\x0c\x5e\xf1\x6c\xce\xb5\x3e\x62\xf1\xb8\xa5\x8b\xe6\xdc\xee\xbf\x92\x36\x6a\x49\x5f\xdc\xa4\x01\xbf\xa4\x45\x4b\x7e\xc4\x2e\x18\xb8\x3f\xef\x7a\xc6\xe3\x58\x01\xb6\x57\x5c\xc4\x42\x8b\xd8\x14\xf6\xba\xd8\xec\x94\xc3\x31\x1f\xd8\xbf\xa2\xb6\xa7\x08\xc5\xc4\x71\xe4\x23\x3e\x03\x94\xd5\xd3\xa2\x06\x5f\xff\xcc\x4b\x93\x78\x7c\x14\x79\xff\xdf\xf1\xe5\x90\x92\x73\x10\x52\xde\x0c\xe9\xea\xeb\x94\x11\x1c\xc0\x3e\xdb\x21\x25\xf3\xd0\x2f\x3e\x17\x7e\x3c\xa8\x57\x9d\x94\x6d\x25\x1f\xfe\x62\x5f\xda\x4e\x73\xd4\xfd\xe7\x6d\xf7\xe9\x6a\xdb\xb3\x2e\x53\x1a\xdc\x0f\xfe\xe3\x1f\x19\x7b\xed\x72\xf5\x4e\xb7\x79\xe2\x99\x2b\x0e\x7c\x5d\xf7\x2b\xbb\x7a\xdb\xde\xbc\x0d\xab\x5c\x8f\x06\x17\xc5\xae\x8d\xcd\x4c\x7d\x30\x6f\xdf\xd7\xcc\x59\x4b\x1d\xbb\x4c\xf7\x89\x2c\xb9\xbd\xe8\x6b\x77\xd8\xce\xf2\x45\xa5\x19\xea\xbf\xde\x6d\x1d\x97\xfe\x20\x7d\xcb\xef\x4f\x1b\xa7\xa4\x05\xa7\x7b\xf4\x0a\xac\xa1\x0f\x73\x1f\x1f\x53\x36\xf7\x95\x2c\x35\x4e\xfe\x9c\xb4\xbd\x9f\x96\x71\x71\x41\x5a\xc2\x87\xfe\x6f\x29\x6b\x13\x95\x13\x29\x03\x5b\x13\xce\x25\x26\xcc\x9f\x3e\x50\x39\x5f\x7e\x5e\xdf\x7c\x15\x76\x70\x9c\xe4\xbc\x39\xf1\x91\xec\x86\xe8\xaf\xf3\x7c\xe2\x5d\xd9\x4d\xd1\xa7\x00\xa1\xb8\xc9\xc2\xbc\xef\x0f\x1d\x43\x39\x27\x4c\xa9\xa1\x7a\x82\xf8\x7e\x27\xe9\xfb\x91\xfe\x2f\x59\x3f\xc9\x01\x90\xf7\x80\xcb\xf9\xfe\xc7\x9d\x01\x4a\x28\x85\xd2\x27\x78\x7f\x8e\x8c\xa6\x70\xc7\x07\xe2\x4e\x96\xee\x3c\x75\xc9\x27\x56\x37\xa5\x98\xef\x6d\x1e\xde\xb8\x53\xf6\xd4\x33\x35\xdc\xee\x58\xe6\x69\xcf\x98\xe8\x74\x81\xdc\x8e\x83\xd7\x97\xed\xdd\x70\x6f\x79\xcf\xde\xa3\xfb\x53\xf2\xd5\xd3\x24\x8a\x88\x7b\xad\x05\x52\xf3\xbd\x0b\xe9\x3f\xab\x0a\x4a\xe7\x3e\xda\xde\xf6\xeb\x65\xee\xe5\xb9\xf3\x72\x7f\xfd\xfe\xbc\xe1\x5c\xfc\xd3\x8d\xfb\x7b\xc5\x56\x97\xcf\x35\x5d\x4b\xf4\xde\x59\x79\x36\xfe\x5c\xf6\xb3\xbe\x8d\xcb\x84\xe3\x0e\x64\xcf\xee\x0f\x48\xbf\x19\x97\xb0\xe2\x6c\x7f\x4f\x4a\x48\x9c\xdb\xb2\xeb\x03\xf1\x89\xbf\x63\x75\x97\x65\xb0\xc7\xc7\x73\x62\xed\x17\xcf\x66\x87\xc7\x89\xc7\x7a\xa7\x5b\xb0\x2f\xcd\xea\x99\x35\x2a\xdd\x81\x63\x1c\x61\x1e\xdd\x91\x16\xca\x99\x1b\x66\x08\x48\x4d\x1c\x73\x62\xf0\xf5\x1b\xf9\x0c\xd5\xe1\xfe\x64\xe4\x39\xb0\x9c\xef\x6f\xe4\xbe\x1b\x59\x3f\xc9\x01\x54\xf0\xe7\x01\xd4\xf3\xf6\x51\xcf\xdb\xa7\xbc\xfe\x75\xd4\xb4\xc4\x4e\x17\x1a\x7d\xb9\x79\xee\x33\x51\xf5\x39\x72\xb3\x6f\x8f\x7e\x64\x43\x5f\x63\x96\x78\xd6\xa3\x56\xc8\x45\xd5\x77\x7d\xd1\xfa\xaa\xe2\xf0\xd7\xf3\x43\x57\x06\x5d\x25\xd2\x3b\xb2\xb6\x24\x47\x5f\xb6\xd9\x33\x75\x3d\x6b\x76\x60\x19\xed\xb6\xee\xe6\x15\xe1\x8b\x2e\x9c\xff\x75\x22\xd7\x31\xfc\xf8\xc9\x65\x3d\xae\x39\x47\xc3\xba\x8f\xc4\xf7\x66\x67\x69\x44\xd8\xee\x97\xec\xed\x59\x7e\x37\xac\x7b\xcf\xf4\xfe\x69\x19\xe7\x22\x16\xee\x38\xdb\x9f\xba\x70\x59\xb8\xf9\xf6\x90\x01\xed\x05\x4e\xe1\xb9\xb9\x6b\x07\x36\x25\xac\x08\xd7\xdb\xb4\x8a\x2d\x10\xff\x28\xbc\x76\xdd\x15\xb6\x5d\xdc\xd9\xb0\x55\x39\x7b\xd9\x65\xb3\xee\x87\x75\x64\x9f\xe0\x8c\x8e\x92\x0a\x3b\xb2\x32\x97\x13\x12\x76\x23\x74\xe7\x72\x0e\xe7\x42\xb0\x1a\xa0\xc9\xcf\x7f\x21\xfd\xff\x28\xfe\xfe\x5f\x94\x4d\x19\xc1\x81\xec\xab\x1f\x59\x7f\xd5\x1a\xca\xbf\x7c\xd0\x9e\x1d\xad\xfb\x06\xf5\xd3\xe8\x36\x5e\xff\x5a\x2c\xdb\x57\x89\xaa\x50\x28\x75\x9d\x1f\x3d\x15\x2d\xa7\x9c\xbc\xb2\xe2\xed\x3f\xb4\x25\x7a\xed\x87\x5d\x5b\x5d\xec\xbd\x9c\x24\xb7\xcc\x7b\xba\x2f\x58\x29\xf2\x7e\x5a\xd6\xc3\xa2\xe4\xa5\x0b\x37\xcd\xae\x7a\x90\x50\x90\xbc\xec\x60\x48\x59\xc3\xee\xaa\xcd\x59\x52\xbe\xa3\xea\xd7\xfd\x9c\xb2\xea\x97\x0f\xbb\x7a\x4b\xef\x87\x4c\x4d\x5f\x93\xf2\xf4\xbe\x27\x19\xd5\x7e\x2a\x17\x8c\xfa\xbd\xd3\x1a\xfd\x46\x9f\x3e\x31\xa0\x90\xe4\xeb\xfb\xe1\xd8\x8a\x81\xcb\x73\xfb\xfd\xb4\x0f\x05\xb2\x45\xe7\xcc\xf7\x7b\x5b\xfc\x85\x1d\x15\xfb\xce\xaf\x62\xb7\x07\xbb\x32\xfa\xac\x5f\xdb\xae\x4a\xce\x84\x48\x03\x7f\xa5\xed\x7d\x1c\xd7\xb0\xbb\x7e\x95\xdb\x0c\x39\x45\xc1\x15\x7e\xa9\x5b\x36\x73\x5e\x06\x4e\xf0\x7d\xb6\xc9\x8e\xab\xec\x37\x1a\x30\x2d\x1b\xaa\x87\xe4\xe2\xc8\x79\x20\xeb\xf8\x73\x0f\xf6\xfc\x55\x7f\x35\xff\x5c\x6c\xe4\xf1\x33\x7d\x2d\x6d\x2a\x14\x5e\x0e\xc8\x90\x1f\xdc\x92\xf1\x8d\x39\xa8\xf7\x4f\xff\xe2\xe5\x6a\xdc\x4c\xef\x39\x29\xfd\x53\x48\xe7\x4c\x52\xf7\x78\xbd\xb1\xca\x52\x45\xe7\xbe\x2d\xb4\xba\x66\xb1\x76\x75\x68\x47\x95\x5f\x95\x4f\xcd\x7c\xe1\x0f\xed\x09\x6f\xe2\xce\x85\x27\x7c\x58\x9f\x5f\x9b\xf8\xcb\xa7\xe0\x83\x40\x85\x64\xea\x26\x97\x6f\x1f\x3c\x7e\xcc\x59\x18\xe6\x72\xf9\x79\x5e\x7f\x56\xf2\x38\x97\xce\x87\xb1\x03\x06\xf3\x37\xb9\xee\xbf\xbb\x67\x60\xeb\x5c\x7d\x37\xc5\xca\x90\x01\x76\x9c\x35\x99\x73\xe1\x26\x7b\xe1\x06\xbb\x27\xc2\xc5\xed\x76\x89\x19\x47\x2f\x2c\xcd\xbd\xe6\xf8\x0f\x8e\x57\xe8\x22\xf7\xe7\x87\xb8\x9c\xc3\x41\x21\xee\x61\x07\x8e\x72\xfa\xfc\x05\xdc\xaa\xf6\x51\xb9\x0c\x1f\x21\xf7\x2d\x45\xee\xdc\x28\xaf\xbd\xee\x72\xbb\x12\xb8\xc5\xee\x8d\x80\x33\xdf\xef\x9f\xc3\xcf\x43\x22\xfd\x6f\x32\x07\x61\x98\x03\xe1\xd7\x3f\xc4\x41\xf4\x9b\x7d\xe0\xf9\x7f\x9f\xf9\xf3\x61\x5e\x6d\xe9\xe1\xe5\x24\x3c\x8c\xe0\xa6\xf3\xea\xe7\xfb\x5e\xe7\x7a\x81\xe9\x39\x63\x77\x1c\x3c\x08\x68\xbc\x9d\xee\xb9\xb5\x1c\xd7\x18\x4c\x3d\x9d\x65\x42\x04\xcd\x2b\xc5\x4e\x27\x76\x39\xdb\x27\xfe\x4b\xe0\x81\x40\x3a\x67\xd2\x56\x66\xc4\x3b\xb7\x43\xec\x67\x57\x9f\xc4\xfc\xb0\x5f\xca\x9e\xd7\xb1\x7c\xb6\xa0\x9d\xe9\x0f\x37\xf6\x8c\x59\xd6\x76\x49\xef\xcd\xd9\xab\x23\x43\xec\xac\x5b\x76\xb1\xfb\x43\xcf\xd8\xbd\x7e\xdc\xc6\x31\x08\x91\xb2\xbb\x73\x5f\x86\xb3\x25\xa0\xdd\xfe\x44\xcd\x38\xce\xa9\x80\x99\xc3\x39\x17\x42\x97\xf7\x72\x69\x5e\x84\xc3\xbe\x0b\x8f\xb8\x76\x5e\xe9\x0e\x0b\x4a\x25\xb9\xeb\xdd\xb7\x38\xd4\x9e\x58\xc7\x2d\x77\x4d\x74\x78\x73\x6c\x2a\xf7\x89\x8b\xb7\xbd\xd4\xe1\x8b\x04\xcd\xde\x15\x08\x6f\x1d\xaa\x6f\xa9\x3d\x65\x04\x0f\x47\xfa\xbf\xa4\xff\x39\x54\x3f\xfb\x5b\xfb\xb7\x41\xfd\x16\xdd\x6d\x3d\xa8\xaf\x57\x0f\xdc\x18\xd4\xc7\xfc\xdf\xf3\x2b\xf9\xf7\x3c\xc9\x79\x10\xc5\x13\x81\x51\x0d\x14\x4a\xbe\x27\xa0\x2e\x3e\x65\x62\x36\x07\x30\x5f\xa5\xf6\x36\x65\x34\x9c\xdc\xd7\xd2\x4b\x23\x02\x88\xa0\xd8\x05\x4e\x85\xbe\x01\xdc\x0f\x39\xda\x9e\x99\x2e\x0e\xdc\xdc\x63\x17\x7d\x0a\x6c\x6f\x73\x99\xf7\xd7\xf9\x65\x58\x59\x71\x67\x74\x87\xfa\x6d\x62\x25\x73\x65\xb8\xaa\x1e\x47\x59\xae\x5d\xd2\x5c\x1b\xf7\xdd\x2c\xa3\x8f\x99\xdc\x64\xd7\x36\xcb\x45\xad\x7d\x5c\x5f\xf7\x6d\xac\x92\x26\x7f\x6e\x99\x73\x80\xe5\xba\x86\xa7\xdc\x32\xe7\xa3\x2c\xce\x5d\x53\x62\xb4\x83\x8c\xe5\xd9\x2a\x01\x62\xb2\xfd\x31\xab\x51\xd7\xc5\x08\x2d\xbb\x8d\x56\xf6\x57\x94\x09\x96\xed\x21\xab\xe0\x0b\xa5\x44\x84\xcd\x44\x6b\xf3\x52\x33\x62\x96\x8d\x04\x90\x6a\x3a\xf2\x1c\x3c\xc6\xe7\x9f\x6e\xb0\x28\xff\xe2\xc0\x88\x2d\x9f\x79\x5c\xc4\x77\xe6\x2f\x5e\x3e\x50\xdb\x73\xb8\x0f\xea\xa3\x6c\x7e\xfd\x67\xf9\xef\xff\xca\x21\x25\x73\x00\x72\xf9\x7e\x71\xce\x55\x40\xf9\x81\x18\x16\x3f\x05\xcc\xc6\x2a\xe6\xcc\x79\x80\x1b\xce\xa5\x7a\xea\xc1\xdb\x31\x3a\xb2\x90\xb9\xc4\x73\x09\xd1\xb0\x5c\xc0\x66\xb4\x53\x08\xb1\x70\x77\x83\xc3\x47\x1b\x06\x61\x7f\x85\xe6\xe4\xc1\x8a\x27\x0c\x9e\x5c\x77\x72\x62\x44\x13\xa6\x3f\xf6\x39\xae\xb7\xf0\x23\xb2\x89\x69\x76\xa3\xcd\xf6\x72\x44\x89\x4c\xd6\x4b\xfa\xe9\xae\x05\xc4\x01\xc6\x59\x33\xf5\x0f\x5d\xc4\x56\x66\x2e\xbd\xf2\xd5\x3b\xa2\xd4\xe2\x91\x59\xdb\xd3\x46\x62\x17\x33\xca\x8c\xfa\x78\x22\x71\xcb\xfc\xa9\xd9\x86\xba\x3a\xe2\x81\xb9\x9f\x59\xce\xed\x44\xe2\xa3\x99\xb0\xf9\xe4\xca\x32\xa2\x83\xce\x35\xcf\xb8\x9e\x4f\x74\xd1\x4f\x01\xeb\xa2\xf9\x9f\x7f\xf8\x7d\x20\x73\x10\x1e\x37\x0e\x69\xe7\xe1\x41\xfd\xe9\xda\xc7\x3b\x2f\xdf\x99\xf0\xfd\x2f\xbe\xef\x55\x2d\x31\xd2\xff\x3a\x14\x39\xa4\xdb\xf9\x7f\x67\xf1\xfb\xb3\x4c\x02\x90\x8f\x9d\x58\x91\xc8\x00\x68\x41\xd3\x5d\xa3\xce\xa1\xcf\xa1\x43\x3d\xc4\xcf\x04\xd9\x21\x15\x34\x41\x57\x36\x82\xd3\x17\x9a\x3e\xb5\x7f\x04\xcd\x5c\x27\x8b\x14\xcb\x3b\x98\x76\x2c\xd0\x82\xc3\x90\x20\x06\x6e\x5e\x64\x4e\x37\x57\x21\x3a\x9a\x24\x98\x37\xe9\x4d\x44\x4f\x47\x23\x83\x33\x3c\xd7\x22\x15\x25\x08\x31\x3c\x40\xdb\x39\x50\x86\x6d\x7a\x17\x68\x63\xbb\x14\xb0\x51\x2f\x92\x76\xbf\xbd\x0b\xb1\xfa\xab\x68\xab\xde\x30\x90\x40\x3d\x4f\x7b\xff\xfc\x01\x62\xf5\xe5\x69\xa5\x8d\x63\x91\x42\x55\x35\x32\x7e\x50\x83\xb9\xd4\xf3\xb4\xbb\xb5\x85\x58\xa1\x27\x0b\xec\xe1\x9f\x03\x97\xf8\xf3\xd1\x1e\xf0\xcf\x81\xa1\x73\xef\xb7\x21\x9b\x77\xde\x7d\x48\x19\x59\xff\xad\x96\x21\x2d\xe3\xfb\x7e\xe4\x3d\x78\xd2\xff\xcc\xe1\xe7\x05\x90\x39\x10\xc9\x4c\x40\xee\xc1\x04\x93\xd8\x25\x00\x75\xbd\x04\x3b\x54\x0d\xb0\x9f\xa2\xd4\xe3\x19\x87\x66\x3f\xb6\x96\xba\xd3\x37\x5c\x4e\xdc\x49\x0d\xb3\x59\x8f\x53\xab\xc5\xf4\x5f\xb1\x9a\x90\x59\x94\x60\x54\x6c\x7e\x07\x29\x25\x93\x8d\x7e\xd1\x27\x21\xb5\xa2\xc8\x28\xc1\x24\x08\xa9\x0f\x2f\x18\xf9\x1a\xa7\x62\xf1\x07\x77\x23\x37\xa3\xfb\x28\x1b\x78\x6c\x70\x88\xe4\x1d\xf4\x4b\x01\x40\x5d\x40\xef\x31\x3b\x13\x50\xfe\xa4\x37\xb6\x2b\x18\x50\x3e\xa3\xf7\xa6\xe3\x01\xba\x54\xfb\xf5\x82\xde\xbd\xc2\x6f\x55\x1d\xdd\xd7\x2f\x8b\xd1\xaf\x12\xa8\x27\xd3\x7c\x13\x5d\x2a\x17\xfe\x35\x17\xc8\x9a\xf2\x2f\x0e\xa6\x2f\x92\xcb\xe3\x49\x3f\xf0\x7d\xbf\x61\x0e\x8a\xef\x5b\x5e\x2a\xc3\x48\x0e\xc6\x62\xa4\xff\x4b\xde\xff\x26\x7d\xcf\x88\xbd\x80\xc8\x04\x0a\x25\xec\x31\xa0\x6b\x39\xe9\xaa\xef\x7c\xc0\x6a\xe3\xcc\x5a\xe7\xfd\x80\xe7\x5b\xc5\x7e\xfb\x0c\x20\xf6\x8d\xfa\x34\xab\xeb\xe8\x5c\xaa\xa0\xb5\xd5\xa2\x1d\xaf\x73\xd5\xb4\x2b\xe9\x04\x1e\xec\x9f\xa8\x2b\x65\x92\x83\xbb\x25\xc2\xba\xb3\x8d\x38\xb8\x7e\x63\xa5\x9e\x33\xad\x0d\x57\xee\x1f\xd1\x3b\x66\x98\x8a\x87\x6f\xa8\xba\x0b\x0c\xbd\xd1\xd9\x15\xac\x73\xdd\xe0\x32\x80\x76\xcd\xe0\x61\x7f\x3f\x88\xe7\xef\x8b\x91\x9c\x83\x1a\xa7\xbb\x10\x98\xd6\xa5\x16\xf0\x35\x08\x98\x76\x44\x5d\xf2\x63\x05\x30\x7d\xd6\xbf\x38\x18\xde\xfa\xe7\xcc\x27\xf6\x52\x86\x38\x48\xde\xfe\x18\xe6\xa0\xfa\x86\xf4\x32\xdf\xf7\x1f\xbe\x07\xcf\xaf\x77\xeb\x28\xfe\x3e\xe0\xf3\x02\xe4\x1c\x04\xd2\xff\x8f\xfc\x00\xcc\xb4\x1a\xab\xee\x7d\x0a\x50\x39\x3f\xe1\x9c\x2b\x13\x30\x2d\x91\xb8\xee\x90\x06\xb8\xae\x93\x9d\x6b\xe3\x02\x44\xba\x28\x2e\x66\xcd\x03\xd2\x4a\x55\xf5\xcc\xf5\x80\xd5\xae\xaa\x47\x4d\xdf\x00\x3b\x28\xea\x6c\xe3\x69\xc0\xfe\x72\x75\x5f\x9a\x24\x70\xb2\x4d\x5d\xd0\xc0\x04\xb8\x92\xa7\xd6\x60\xa0\x89\x5f\xb5\x2f\x35\x6d\xf5\xcf\xa2\xef\x59\xa1\xe6\x4a\x92\x77\xd0\x2f\x06\x20\xa9\x3e\x41\xd7\x69\xb0\x0f\xf2\xaf\x34\xd6\x0e\xaa\x94\x9d\xaa\xee\xa0\x4a\x08\x29\xfc\x18\x54\x11\x3d\x85\xb1\x03\xe5\x80\x70\xd7\x1f\x0e\x06\xbc\x9c\xb8\xce\x4b\x43\xaf\xbb\x99\x3f\x0f\xea\x2e\x3f\x0f\xe6\x0a\x3f\x1f\xe8\xd4\xe9\x21\xdd\xc7\xe7\x25\xf2\x56\x8e\xf4\x7f\x49\xff\x9b\xf4\xff\x83\x9a\x86\x94\x9c\x83\xe1\xf6\x0a\x50\x96\x15\x74\xb4\x1b\x05\x18\x06\x89\xbe\xb1\x3c\x0d\xd8\x7e\x9e\x7a\x9d\x99\x02\x04\x28\xcd\x78\x6b\xf1\x03\x98\xef\x25\xbf\x9a\x5e\x01\x2c\x7b\xac\x98\x69\xf4\x1d\x58\xf7\x52\x61\x8f\x51\x3c\x90\x2f\xae\x3c\xca\x50\x13\xd8\xbf\x44\x59\x92\x7a\x03\x38\xde\xa2\x78\x54\x3f\x0d\xb8\xb4\x5e\xd5\x74\x38\xcf\xa0\x10\x68\xdc\xa3\x3a\x5f\x77\x35\xf0\xf6\xa0\xf2\x51\x3d\x63\xe0\xa7\xb3\xf2\x37\x9d\x23\xbc\x75\x71\x40\xe3\x0b\xaf\x1f\xdf\x55\x85\x06\x55\xbc\x99\xec\x07\xc9\xc1\x7c\xa3\xe1\xff\x97\x03\xfa\xbf\xe6\x61\xac\xbb\x39\x72\x1f\xfc\x3d\x0f\xc4\x87\xaf\x36\x56\x7c\x0e\xc0\x05\x90\xf9\x3e\x26\xdd\x72\x12\xa0\xb7\x41\x88\x63\x71\x0a\x60\x7d\x12\x6f\x30\xe9\x01\x3c\xdb\x25\x1d\x8c\x03\x80\x88\x98\xa9\x75\x46\x4a\x40\xb2\xe7\x8c\x78\x5a\x19\xb0\x22\x51\xa6\x44\xbf\x1f\xd8\x60\x28\x13\x44\xe6\x1a\x50\x25\x81\xe2\x04\xb9\x15\xba\xd7\x80\x63\xd2\x72\x1b\x74\xc7\x03\x17\xbd\xe4\x8f\x68\xbf\x01\x6e\x58\xc8\x8b\x6a\x5e\x04\xea\x24\x64\x6e\x6b\xcd\x00\x9e\x7d\x97\xad\xd1\x9a\x0f\x7c\x18\x27\x0b\xcd\x73\x40\x77\xcc\xcc\xc4\xe1\x7e\x8c\xe7\xf5\xe3\xf1\xdf\x73\xc1\x86\x39\x20\x7e\xfe\x0b\x99\x87\xf3\x0f\x9f\x0b\xdc\xc5\x57\x72\x2e\x10\x99\x87\x92\xc6\x3f\x3f\xe2\x9c\x47\xfa\xff\xae\xfc\xe7\x05\xc3\x67\x28\x1f\xc5\x92\x09\xcc\xbc\x2f\xb0\xdc\xfc\x01\xa0\xfd\x7a\xe2\x24\xe3\x5b\x00\x7d\x95\xa8\x12\x2d\x15\x70\xbe\x30\x69\x17\xb5\x0b\x08\x98\x39\x79\xb4\x41\x12\x30\xe7\xc0\x94\x4f\x83\xe7\xde\xc2\x6c\x29\x33\xaa\x16\xb0\xfc\xb6\xd4\x0b\x9d\xb7\x40\x4e\xb5\x54\x9c\x5e\x2d\x90\x67\x35\xf3\xa0\x76\x3d\xb0\x67\xb5\xb4\x28\xe9\xef\x6b\xb9\x01\x25\x33\xa5\x09\x2d\x4b\xe0\xea\x75\x19\x57\xd2\xd7\x57\xa7\x03\x0d\x7d\x33\x34\xd4\x5f\x02\x2d\xc7\xa5\x55\xd4\xda\x80\xf6\xd4\xe9\x63\xd4\xd2\x81\xee\x1f\xd3\x84\xc9\xb9\x60\x0d\x7c\x5e\x81\xe4\x80\x86\xf3\x70\x7e\x8d\x7c\x0e\x90\x1c\xc8\x2a\xfe\xfa\xc8\x90\xe4\x9f\x87\xfc\x3e\x44\x66\xf2\xd7\x41\x00\xff\xfd\xe7\x73\x31\x26\xa7\x86\x54\x77\x1b\x30\xe6\x09\x85\x62\xc8\x04\x54\xf6\x8f\x9b\x4e\x1d\x0f\xe8\x6f\x9a\x70\x55\xf7\x0b\x60\xd5\x2b\xf4\x55\x0b\x80\x7b\xb9\xf0\x4a\xcd\x78\x20\xd4\x42\xe4\xa2\x86\x28\x10\xb7\x42\x74\xb3\x66\x1c\x90\x72\x6c\x72\x84\x06\x0d\x58\xf2\x64\xf2\x79\x4d\x17\x60\xcd\x55\xc9\x0c\xf5\x53\xc0\x26\xa6\x44\x87\xc6\x6b\x60\xd7\x94\xa9\x0d\xea\x5e\xc0\x81\xfe\xa9\xdb\xd5\x8a\x81\x53\xb2\x53\xbf\xa9\x59\x03\xe7\x92\xa6\xcd\x54\x69\x07\xae\x89\x4e\x95\x56\x3e\x02\xdc\xae\x93\xfc\xa2\x9c\x00\x34\x1c\x95\xbc\xa6\x62\x0f\xbc\xb8\x3a\xa5\xfa\x21\xff\xfd\xbc\xc9\xe7\x9c\xc8\x3c\x9c\xc3\x7c\x1e\xee\x7f\x38\x18\xfe\x7c\x2c\x92\x07\x23\xf7\x41\x0c\x9f\xa7\x0d\x3c\x80\x11\x1c\x08\x8b\x7f\xbe\x1a\xf2\xf9\x21\x35\xfe\xf9\x42\x3d\x0b\xc8\x47\x8d\x11\xd0\xea\x05\xb4\x1e\x8c\x9f\xa7\x76\x01\x30\x39\x32\xde\x53\xed\x08\xe0\x70\x7b\x02\x53\x63\x23\xe0\x57\x28\xac\xae\x5a\x0d\x84\xeb\x0a\x9d\x56\x0d\x03\xe2\xf2\x84\x4f\x29\x7f\x05\x12\x4b\x85\xb7\xa9\xfc\x02\x32\x9a\x45\x37\xab\x4d\x01\xb2\xb2\x27\x3d\x27\xfb\xa1\xec\x05\xe4\xa5\x4d\x9a\xad\x72\x1e\xd8\xdd\x21\xde\xa1\x7c\x0b\xf8\x27\x41\xbc\x44\x69\x33\x70\xea\x8a\xf8\x4c\xe5\x1d\xc0\xc5\x15\x12\x50\x7c\x09\xdc\x38\x2e\xee\xa5\x98\x0c\xd4\xe8\x4d\xe6\x51\x7f\xae\xfb\x29\x23\x39\x90\x11\x7e\xef\xdf\xf7\xff\x65\x27\x19\xd7\x09\xac\x05\x34\x66\x99\x97\x08\xe6\x02\x06\x2c\x2b\x61\x91\x0d\x80\xc9\x45\xa7\x79\xe2\x19\x80\x79\x9d\xd7\x8a\x69\x89\x00\xcb\x2e\x6c\xb6\xac\x2a\x60\x69\x30\xd7\x54\xe9\x19\xc0\x72\x5d\xe2\xae\xa1\x07\xb0\x66\xac\x7f\xad\xe7\x0f\x30\xa5\x8a\xee\xd0\xee\x02\xe6\x0f\x4e\x1b\x9b\xd4\x03\x66\x59\x37\xf3\xcc\x8f\x03\xa6\x2e\x8f\xad\xcd\xa7\x02\xc6\xb9\xed\xb9\xf4\x75\x80\x71\x1f\xa1\x49\xe7\x00\xb4\x72\x58\x1a\x5a\x01\xfa\xdb\x50\xa5\xd9\xda\x73\x53\xff\x01\x76\xe8\x8c\xfd\xbe\x58\x5f\x15\x7b\xb5\x27\xb4\xef\xa3\xde\xc5\x3e\xad\x45\x6f\x53\xa8\xf5\xd8\xab\x95\xf6\xbc\x80\xda\x82\x62\x2d\x83\xc6\x5c\xea\x19\x1c\xd1\x4c\x6e\xf0\x32\x88\xc7\x1a\x1d\xcd\xda\xf1\x06\x1b\xb1\x41\xfb\xfe\xed\x6c\x7d\x06\xce\x68\xd4\x55\xa6\xeb\x35\xe2\x89\xea\xba\xc1\x3a\x9d\x92\x46\xf6\x61\xd8\xef\xe5\xf9\x5b\xa3\xca\x0d\x78\xbf\xe3\x92\xf3\xff\xc9\x3c\x08\x0d\x7b\x53\xb6\xa0\x06\x60\x28\x6f\x39\x5b\xa4\x15\xa0\x57\x38\x78\x4a\x18\xfe\xe9\x03\x73\x4b\x58\xaa\xcc\x1a\xc0\x6a\x52\x7c\xa5\x72\x01\x60\x39\x90\xf1\x5d\x33\x00\xb0\xac\xd9\x70\xcf\xc0\x1e\x60\x2e\xd8\x6d\x62\xb4\x15\x60\x88\x9d\x31\x31\x3b\x0d\xd0\xcb\x2a\x67\x9a\x89\x02\x74\xa1\xa6\x53\x8c\x33\x80\x49\x55\xe7\x76\xc6\x18\xc0\x44\x95\xa8\x34\x4b\x03\x68\x15\x60\x19\xba\x70\x8f\x19\x2a\x62\xb1\xde\xc2\xee\x47\x06\x16\x58\xa9\xeb\xf5\xf9\x93\xc1\x4b\x44\x50\x0d\xde\x4f\xd7\xbf\x86\x2c\x9d\xdc\x97\x1f\x0c\x6e\x23\x46\x6f\xc7\x33\x69\x83\xd3\x48\xd2\xbd\xfd\xa8\xc6\x70\x00\x3e\xd4\xb7\x75\x5c\xc3\x32\xcc\xd1\x4b\xba\x6b\xa2\xff\x10\xfb\xb4\xe4\xaa\x2d\x0d\xde\x22\x4f\xdb\xe5\xe6\x34\x7d\x79\x5c\x57\xe7\xad\xe6\xbf\x79\x98\xff\xf6\xb7\xc8\xfb\xff\x4a\xe9\x46\x31\x63\x57\xff\x8b\x8b\xe1\xf3\x41\x66\x51\x76\x85\x12\xca\x83\xf5\xb9\xbf\x92\xda\x01\x58\xb6\x86\x7e\x96\x4b\x02\xac\xd6\xc7\x2f\x55\x06\x60\x33\x76\x11\x5b\x67\x11\x60\x79\x72\xbd\xa1\xfe\x5c\xc0\x52\x69\xb7\xb2\xe9\x56\xc0\xe2\xeb\x99\x42\xb3\xcd\x80\x59\x66\x55\xb0\x85\x36\x40\x57\x7b\x3a\x9e\x39\x1e\x30\xdd\xff\x75\x02\x6b\xb0\x1f\x1e\xc4\x25\xb3\x5e\xb2\x0f\x03\xc5\x86\xed\xf0\xd0\x7f\xff\xa3\xdd\xb0\x18\x8e\xfa\x9d\x1d\xc7\x0c\x7a\x10\x42\x4d\x7e\x1b\x40\x73\x85\xae\xa1\xe7\x8b\x3a\x43\x0d\x84\x52\x75\x1b\xcd\x0c\x4f\x21\x80\xba\xb5\xe1\x04\x6d\x3f\x1c\xf5\x6f\xd5\x25\xd2\x84\x11\x49\x1d\x57\x73\x98\x56\x8c\x28\xaa\x54\x95\xae\x61\x1a\xd6\xe9\x68\x5d\xcf\x36\xc8\xc2\x31\xcd\x1c\xfc\x07\x0f\x33\x72\xfe\xc1\xf0\x3d\x5f\x3e\x07\xa1\x64\x66\x30\x7a\xac\xfc\x1f\x2e\xc6\xa8\x91\x21\x26\xba\x19\x30\x2f\xb1\x9b\x2b\xf1\x11\xb0\x8c\xf1\x98\x36\x43\x11\xb0\x99\x10\x62\x24\xff\x08\xb0\x95\x8a\x8b\x57\xfd\x05\xd8\x1a\x2e\x32\xd0\x3d\x0f\x58\x7f\x58\x77\x96\x76\x18\x60\xe5\x16\xd1\x4d\x64\x00\xe6\xf2\x33\xfb\x18\xf5\x80\xc5\xd2\xaa\x4d\x96\xed\x00\xbd\xf6\xb9\xac\x65\x00\x60\xda\xf8\xad\xd6\x32\x12\x30\x59\x4e\x9c\x32\xdf\x04\xd0\xac\xe0\xaf\xdf\xd1\x13\x6c\xb4\x8d\xe0\x18\xd7\x7f\x3f\x63\x78\x12\x76\x06\x53\x3f\xb8\x19\xf9\x41\xc0\x78\xc6\x9b\x44\x23\x05\x4c\x36\x32\x7f\xa6\x65\xb4\x0e\x53\x8c\xa4\x1e\xde\x32\x66\x41\xcc\xe8\x44\x7d\x2f\xed\x15\x6c\x0c\xd4\xef\xee\x30\x5a\x0c\x2b\x83\x79\xd5\x32\xc6\x2a\xb0\x32\xd8\x53\x51\x46\xa3\x62\xb9\xae\xe8\xb5\xf1\xb4\xbb\x58\xaa\x1b\xf2\x5f\x7d\x20\xcf\x05\xdd\x6f\x3c\x2d\xd1\xe5\xdd\x5b\x12\xef\xd7\xe5\xdd\xe7\x53\x9f\xac\x1f\x3e\xee\xee\xbf\xb8\x98\x13\xa6\x7b\x44\x09\x80\x99\x6e\x79\x43\xd2\x1d\xb0\xd6\x74\x95\x9d\xb1\x08\xb0\xcd\x09\xcc\x52\x50\x04\x1c\xc2\x67\x2b\x68\x4e\x07\xec\x8d\x17\x5e\xa0\x32\x00\x9b\xdf\xeb\xf2\x8d\x5d\x00\xeb\x25\x45\x6c\x8b\x46\x80\x79\xef\x4c\x3f\x73\x3b\x60\x21\x78\x2b\xd1\x32\x15\x30\xfb\xde\x42\xb5\xf9\x01\xd0\xaf\xfe\x94\xb7\x71\x27\xfb\xc0\xbd\x63\xbc\x93\x68\xa6\x4b\xff\x4c\x37\x36\x25\x9a\x4d\xef\x7c\xba\x6c\x5c\x41\x54\xd3\xb9\x6d\xb7\x8d\xbd\x89\x57\xa6\x71\x2d\x2e\xc6\x62\x44\x9f\xf1\xa7\x27\x3d\x26\x3b\x89\x46\x7a\xf8\x83\xb5\xc6\xcd\x04\x8c\xef\xdc\x6b\x34\x0e\x85\x12\x6d\x43\x8d\xa5\xf1\x13\xa8\xd2\xb2\x2a\xf3\x8c\x6f\xc3\xc8\x70\xcd\xf5\xb9\xc6\x0e\xf0\xd1\x5f\x73\xf9\xb4\xf1\x3f\x08\xd5\xff\x4f\x4e\xee\x2f\x9f\x8f\xef\xff\xcb\x78\xe9\xd4\x8c\xbe\xfc\x27\x0f\x42\x3f\x49\xdf\x61\xa2\xc3\x9f\x3e\x58\xee\x61\x7d\x9f\x62\x08\xd8\x16\x3a\x12\xd2\x86\x80\xa3\x89\xaf\x8a\x62\x05\xe0\x68\x15\x5b\xa4\xf9\x06\x70\x20\xd2\xea\x0d\x18\x80\x5d\xfe\xba\x71\xa6\xc7\x01\x1b\xa3\xdd\xf1\xcc\x05\x00\xeb\x7d\xc9\x26\x2b\x23\x80\x11\x59\x63\x6a\x3b\x01\x30\x0f\x6f\xad\xb2\x5b\x0b\x98\x15\xf4\x68\xd9\x3b\x02\xa6\x9b\x88\xb9\xcc\xfe\xde\x97\x26\xda\xc4\x29\xf3\xe0\xaf\xf7\x4c\x4a\x88\x5c\x8b\xd6\xbf\xf9\xb8\x67\xc1\x26\xb5\xc4\x4d\xb3\xcc\x47\x97\x4c\x17\x10\xd7\xcc\xba\x6a\x9b\x4c\x3d\x89\x57\xf4\xc9\xc3\x5c\x58\xbc\xe9\x52\x8c\x31\x11\xb8\x56\x61\x5a\x05\x71\x63\xc7\xcb\x74\xfa\x28\x28\x18\x2d\xb8\x68\x61\xea\x06\x6b\x43\xea\xff\xfb\x5c\x20\xfd\x7f\xc5\xfd\x5a\x2f\xc7\xc4\xfd\xe1\x41\x8c\x9d\xf4\xeb\x85\xfc\x01\x46\xb7\x71\x9e\x98\x0a\x60\x6b\xcd\xf8\x3d\x65\x22\xe0\x28\xe8\xf0\x55\x66\xf0\x53\x91\xae\x77\xbb\xb2\x10\xe0\x52\x10\x1d\xa1\x43\x05\x9c\x18\x29\xa7\x0d\x5a\x00\x87\x89\x6b\x2d\xcc\x94\x00\xdb\x88\x22\x25\x4b\x11\xc0\x4a\xb2\xa4\xca\xe6\x17\xba\x98\x89\x35\xd5\xf6\xdf\xf1\xc1\xc2\xee\xd5\x4f\xc7\x12\x0c\x98\x27\x0f\x9c\x74\x72\xc4\x51\xd3\x79\xc4\x02\xe6\x91\xae\x0f\xa6\x85\x44\x30\xeb\x7c\xa7\xa7\x69\x19\x11\xce\xca\x7f\xbb\x87\xbe\x9b\x70\xb0\x1a\xf7\x7c\x9c\x99\x14\xe1\x63\x79\xe1\xf1\x0e\xb3\x49\x44\x1a\x4b\xe1\xfe\x2c\x7a\x2f\x51\xc8\x70\x23\xb9\xb0\xca\xfd\x66\x6f\x88\xf3\x16\x76\x37\x5e\xd2\xbb\x89\x36\x7a\xcc\x95\x7d\x66\xda\x44\x9f\xa9\xf9\x85\x01\xb3\x30\x08\x9b\xcc\x3c\x7b\xd4\xec\x09\x26\x1b\x7f\xfc\xaf\xfd\xc0\xf7\xbd\xf9\xf7\xde\x49\xff\x9f\xe4\x20\xa8\xef\xb4\x19\x82\x96\x7f\x78\x10\x92\x8b\x71\xcc\x34\xaf\x96\x7c\x0a\xb8\x24\x3a\x4e\x91\xed\x05\xdc\x56\x7a\x96\xaa\x52\x01\x37\xbb\x88\x34\x9d\xe2\xc1\xff\x9e\x5c\x6d\x94\x0a\x38\x9d\x59\x1d\xc4\xd8\x08\x38\x04\x16\xbc\xb6\x73\x1d\xe6\x06\xef\xb0\xc2\xef\xc6\x3a\x27\xa1\x9c\x31\xa9\x4d\xd6\xe5\x03\xfa\xcd\xb7\x72\xd7\x3a\x1d\x1f\x60\xd0\x5f\x13\xe3\x6d\x1e\x7d\xf6\x30\xdf\xc1\x3d\xe5\x98\xda\x76\xcc\x5c\x87\xfb\xd9\xee\x72\x4b\x8c\xf9\x65\xee\x4f\xbb\x0b\x8d\x3b\x2d\xf2\xb8\xdf\xec\x59\x0d\xae\xe6\xb5\x04\xcb\xda\xf7\xae\x97\x85\x19\xe1\x63\xb5\xad\xda\xc9\xe2\x21\x11\x66\xe5\x7c\xe3\xa4\x85\x12\xb1\x8b\x29\x77\xf9\x26\xe3\x18\xb1\x9e\x15\x78\x31\xdc\x62\x3f\x51\x63\xde\x7a\x76\xb9\xc5\x1d\xe2\xb9\xd9\x95\x53\x85\x8c\xb1\xc4\x4f\x7a\xd0\xff\xbd\x1f\x28\x14\x25\xde\x3a\x11\x2f\x53\x70\x1c\x54\x55\x01\xe5\xb4\x31\x4b\x00\x9a\xa1\x5a\xfb\x78\xd1\x3f\x3c\x88\x13\x43\x7f\xb2\xe8\x5a\xc0\x6d\xaa\xf1\x0b\xf1\x16\xc0\x23\xc5\xce\x5b\xd6\x01\xf0\xf8\xe0\xde\xa0\xa6\x04\x78\xa9\x86\xed\xd4\x67\x02\x1e\x2e\x89\x67\xe9\x2c\xc0\x55\x20\x7b\x89\x95\x14\xba\x1d\xa7\x14\x6c\xb3\xff\x07\xd7\x6d\x45\x4a\x37\xb9\xb8\x61\x8b\xe5\xd9\x7b\x84\x7b\x1d\x92\x98\xbe\xed\x93\xbd\x1c\x51\x69\xb1\x9e\xab\xe7\x16\x43\xe6\x65\x91\x3c\x54\x6b\x3d\x73\x3a\xd7\xdf\x4d\xa2\xb1\x9f\x59\xc4\x4d\x77\x95\xac\xff\xc6\x12\xe3\x16\x3a\xb7\xdc\xd5\x64\x66\x71\x3b\x1c\x2c\xaa\xc6\xb0\x1e\x71\x5f\x3b\xaa\x5c\x97\x60\xd1\x09\x75\xdb\x23\x97\xf7\xb0\x1c\x09\x57\xeb\xae\xf3\x07\x98\xb7\x88\x75\xac\xf2\xd2\x68\xd6\x61\x22\xdb\xd2\xf2\x24\xc7\x52\x96\xd8\xc5\xf2\x3e\x6e\xcc\xbc\x40\x34\x9b\xf3\xa8\xf2\xbf\xb9\xa8\xa1\x75\x30\x86\x2a\xcf\xcb\xad\x97\xd1\x92\x73\x1f\xd5\x0f\xe8\x46\x2a\x6a\x8e\x49\x07\xe8\x9b\x94\x46\x8f\xbd\xfa\x87\x07\x21\xf3\x41\xbc\x9d\x0d\x35\x27\x97\x02\x01\x69\xac\x29\xd2\x03\x80\x3f\xd7\xd5\x54\x5d\x16\xf0\xcb\x0b\xb4\x31\x9c\x0d\x78\xaf\x98\x17\x66\xfe\x0a\x70\x9f\x94\xa5\x65\x63\x8b\x6a\xe7\xb9\xbb\x96\x39\xbf\xc6\x0a\x7b\xf5\x92\xaf\x9e\xea\x30\xb1\x8e\xbb\x3f\xce\xf7\x1a\xc4\x59\xfb\x3e\x0f\x04\xe8\xb1\xf5\x99\xc1\x9c\x55\xbe\xf3\x3a\xe7\x32\xf7\x71\xee\x78\x2f\x7a\xd9\xcc\x6a\xe6\x34\x78\x7f\x6c\xfa\x61\xb9\x8c\xf3\xdd\x5b\xf0\xef\x7c\xa8\x4a\x41\xab\x36\xee\x0a\x57\x5c\x4b\xb7\xb2\xe7\x3e\x70\x0a\xba\x1c\x68\x2d\xcc\x7d\xea\xe4\x75\xf6\x93\xf5\x78\x62\xba\xbd\xfe\x19\x01\xeb\x5a\x42\xc1\x7e\xd4\xf1\x2a\x6b\x05\x22\xc6\x7a\xc5\xd1\x51\x56\xa7\x89\xcd\x96\xcc\x83\xa2\xd6\x02\xc4\x69\xe6\x16\xfc\x0f\x0f\x44\xa1\x28\x52\x07\x75\x62\xfe\x8c\xc3\x83\xaa\xd0\x2e\xeb\x34\x3a\x11\x30\xc8\x90\xcd\x12\x48\xf9\x93\x07\xe1\xfc\x49\xe1\xce\xb8\xfa\x3f\x73\x52\x82\xf6\xeb\xbf\x13\x5f\x08\x84\xbe\xa2\x1f\x9a\xae\x03\x84\x4b\xd8\x3f\x51\x79\x09\x04\x07\xf9\xf9\xd3\x76\x01\xfe\x57\x66\xdb\x30\x4f\xe0\x91\x37\x73\xb9\xa7\x63\x17\x56\xba\x85\xed\xf8\xec\x69\x3d\xcc\x47\xd5\xda\xb0\x1f\x64\x87\xc4\x11\xfb\x2c\xcb\x7e\x5d\x09\x2b\xf9\xa1\x6d\xd9\xc2\x2e\x0f\xf5\x78\xbd\xd3\x7a\x0a\x9b\x13\x22\xd6\x28\x6e\x33\x8e\x63\x13\xa4\x35\x9c\x8b\xa4\x68\x1b\xcc\x39\xec\x6f\x4f\xce\x89\xbb\xf2\xdb\x2e\x9f\x3b\xce\x47\xe4\xc2\x4c\xfb\x33\x5c\x69\xef\xad\xa5\x17\xec\xda\xb9\x69\xee\xa7\x4e\x0c\xd8\x4f\xe1\x96\xb9\xb4\x1e\x1d\x6b\x6f\xc5\x7d\xed\x3c\xfa\xe0\x80\x7d\x38\x21\xe4\xd0\xbf\x4f\xcd\xee\x14\xe1\x61\x3b\x6b\x8f\x84\x7d\x2a\xe1\x6b\x6b\xfd\xbf\xeb\x60\x74\x81\x0c\xef\xf3\xe5\x24\x62\x4a\x35\x6f\x3f\xdc\x14\xa7\x0f\xaa\x7e\xcb\x44\x36\xe5\x5f\x1c\x84\x6f\xaf\x8c\xe4\x98\xde\x3f\x3c\x48\xf4\x41\x5d\xf9\xc9\x47\x80\xd8\x25\x34\xb9\xa9\x7d\xc0\xec\x6d\xd6\xc9\xca\xef\x81\xa8\xef\x9e\xf5\x86\x79\x78\x15\x9a\x1d\xbd\xd4\xf6\x06\x0a\xfc\x1f\x2d\xea\x74\x8b\x82\x8e\xe7\xbe\x7c\x8a\xbf\x19\x71\xcd\xb9\xfc\xac\x50\xd8\x78\xc2\xce\x6e\xf9\x13\xef\xe8\x0d\xdc\xd5\xd6\x82\x03\x7b\x63\x7a\xdf\xdd\xb7\xdd\x37\x70\x7a\x36\xa3\x69\x86\xbd\x29\x5b\x28\xc6\xf9\xae\x88\x23\x95\xed\x1d\xfd\xbd\x5a\xcb\xe1\x19\xfb\x61\xf8\xe3\x6b\x5e\x4e\x34\xf6\xa7\xf0\xb4\xb2\x05\x4e\x6b\x39\x56\x21\x2b\x4b\x17\x39\xdd\xe7\xec\x0e\xf4\x3a\x59\xed\x2c\xc6\x79\xe9\xd7\x76\xb4\xc4\xd9\x8e\x3b\xc5\xe7\xca\x81\x5f\xce\xd7\xb8\x01\x5e\xc2\xfb\xd2\x9d\xf3\xb8\x6b\x3c\x84\xf6\x2c\x71\xd2\xe1\x76\x3a\xcb\x15\xe8\x38\x6d\x24\xc4\x1d\x99\x3b\xda\x9c\x76\x12\xda\xf6\x9f\xff\x77\x1d\x8c\x65\x4e\x35\xe6\xed\x87\xb4\xc9\x3c\x1f\x9f\x1a\x21\x14\x3f\xa8\x66\xd5\xa3\x79\x9f\x1f\xc8\x3c\x88\x90\xb7\x42\xf2\x83\x1a\xdb\x20\x93\x37\x6e\x03\x30\xbf\x5f\x65\x81\x30\x17\x48\x0a\xa5\xd2\xa6\x52\x80\x05\xe3\x2c\xba\x15\xf7\x02\xf3\xef\xb9\x24\x19\x3c\xc0\xd3\x59\xb3\x43\x13\xec\x76\xc1\x31\xa4\x3a\x2d\xcf\x87\x41\x54\xf8\x36\x6c\xdd\x13\x66\x37\x30\xd3\x9d\x5a\xd2\x1b\x7b\xf1\x67\xb4\x53\xf6\x43\x9d\xf9\x26\x9f\x9f\xdb\x6f\xfb\x3d\x37\x79\xca\x53\x57\x27\x97\xfe\x2d\x49\xed\x77\x14\x5c\x8e\x0f\x08\x27\x64\x5c\x7f\xe3\xda\x3e\x90\x3d\x77\xf3\x30\xff\x42\x71\x57\x62\x87\xc4\x44\x9f\x38\xe7\x21\xca\x3e\x19\x2d\x78\x98\xee\x11\xcb\x11\x0b\x2f\x39\x58\xe3\x7e\x9b\x33\x2f\xc4\xaa\x98\xe2\xe1\xcf\x39\x16\x34\xbe\xf0\x84\x47\x20\x67\xc0\xaf\x9e\xe4\x5f\xb6\xd3\xdc\x39\xdc\x25\x9e\x8e\x5b\xcb\xdc\x85\xb9\x77\x5c\xb7\x6e\x71\x77\xdb\xce\x65\x3b\xf1\x6e\x13\xe9\xf0\x9f\x13\xd3\x79\x9c\x94\x44\xb4\x24\xef\x7c\x54\x91\x19\xe7\xf8\x6f\xdf\xd3\x81\x3f\xe7\x9e\xf4\xbd\x62\x6a\x28\xbc\xfe\x2d\x98\x3b\xc6\x9c\xe7\x03\x2e\x91\xa3\x4c\xb0\x04\x96\x37\xaa\xeb\x4c\x6e\x05\x32\x3f\x18\x3d\x93\x73\x07\x96\x68\xd9\x49\xe8\x8b\xe1\xe9\x02\xdb\x80\x19\x0e\xb4\x81\x15\xb3\xb2\xe7\x9f\x0b\x31\xff\x66\x18\xda\x95\xf3\x21\x6e\xe2\xbb\x33\x01\xd2\x87\x1d\x17\xc8\xb7\xdc\xf5\x9e\x58\x13\x9b\xfe\xa5\xc9\xd8\xdd\xa7\xc3\x7a\xe9\x89\x9a\x0a\x0f\xf4\xa9\x2c\xa9\xba\xf4\xcd\x7b\x65\xdf\xfb\xf4\xce\x12\x31\x9f\xc8\xfe\x2b\xc9\xe7\x8f\x67\xf8\x0a\x0f\xe8\x24\x9e\x20\xe7\x1f\xed\x5b\xe2\x7b\x99\x2d\x1b\x77\xa8\xf0\xab\x9f\x24\xbb\x68\x56\xe9\xce\x56\x3f\x25\xf6\xfb\x28\xdd\xbc\x8d\xbe\xa7\x38\xb1\xa1\xb1\x5b\x9f\xf8\x80\x53\x1a\x94\xb8\x65\xbe\xef\x4e\x4e\x55\x60\xf5\xc6\x69\x3e\x57\xb9\xba\xbe\x06\x39\x87\x7c\x7c\xb8\xcb\x3c\x8f\xae\x6d\xf6\xea\xe1\xde\x74\xf3\xfe\xd7\x3a\x98\x26\x59\x36\xa8\x33\xbe\x4e\x3c\xc9\x5b\x07\x7c\x3f\x97\xcc\x41\x20\x39\x08\x72\x0e\x3e\xe9\xff\x91\xb9\x20\x6b\x57\x52\xee\x0f\xea\xc6\x3b\x0a\x01\x22\x66\xc0\xe6\x6b\x7a\xa1\x33\x05\x81\x8d\xeb\x99\xca\xba\x4d\x7d\xa2\x2b\x4b\x3c\x4a\xec\xb9\xed\x62\xa9\x91\xd1\xfb\x22\xd4\x9a\x4f\xcc\x79\xb8\xf4\x41\xd2\x3f\xf5\x8e\xd1\x8d\x85\x1b\x17\x4f\xae\xfe\x18\x56\x78\xe5\xc0\xca\x49\xd7\x96\x05\x45\xb6\xbe\x59\xfd\xfd\x6c\x55\x90\x60\xcf\xe1\xd5\x38\xdc\x19\x5c\xdb\xfb\x75\xb9\xc7\x3e\xf1\x90\x8d\x7d\x15\x8b\x97\x91\xb9\x27\x3b\x7c\x42\xa7\x0d\x8c\x4e\x9e\xbe\xd5\x2a\xf4\xfc\xc0\xca\x84\xf5\x9b\x0d\x42\x7a\xd9\x33\xe6\x5c\xdc\xa0\x15\xf2\x94\x9d\x19\x9b\x91\x13\x16\x72\x9f\x5d\x1f\x7d\x7a\xb5\x7f\x48\x32\x47\x3f\x42\x20\xdb\x24\x58\x97\xb3\x2d\xc4\x7c\x65\x5c\xb0\x3e\xe7\x41\x60\xf9\x72\xbd\xc0\xf7\x5c\x53\x5f\xf9\xa5\xec\xc0\x46\x6e\x8c\xb7\xfc\x9f\x75\x20\xf2\x52\xa8\x79\x50\xd5\x7a\x86\xe6\x57\x98\xf2\x7f\xbf\x76\xb7\x1c\xd2\x28\xa1\x91\xf5\xaf\xe4\xdf\xf7\x25\xef\x01\x93\x3e\xd8\x9e\xec\x19\x95\xe3\x35\x81\xfd\x2a\x2a\x9f\x25\xfd\xfb\xfa\xf6\xcc\x35\xb1\xd4\x2a\x6e\xd7\xca\x3b\xe4\x98\x6b\xc7\x6a\x4a\x59\xfb\x26\x44\x31\xec\x74\xf5\xba\xc5\xaf\x92\x9e\xa4\x6e\xbd\x98\x99\x7c\x7f\x53\xd8\x8a\xda\x13\xde\xf3\x93\x4e\xb3\x72\x14\x0e\x78\xcf\x91\x7d\xb8\x67\x53\x74\xa1\x7a\x6c\xc5\xef\x31\x5b\x0e\x6e\x5d\x32\xdb\xb9\xa7\x7c\xad\xc5\x86\x83\xb3\x1b\x7b\x2f\xac\xfc\xb8\xf6\xc1\xec\x63\x7d\x59\xcb\x26\x67\xaf\x99\x5d\xd8\x2f\xb3\x48\x29\xab\x28\x36\xbf\xff\x4e\x6a\x56\xe6\x9d\x58\xea\xc0\xe2\x44\xf7\xa5\x47\x62\x9e\x0c\xbc\x9e\xa7\xb0\x78\x47\x4c\x02\x9b\x15\x47\x2c\x6a\x8b\xf6\x62\x3f\x8d\x3e\x96\xfe\x3d\xaa\x89\xa3\x16\xf1\x4f\x5a\x54\x94\x20\x27\x2f\x24\x31\x4d\x3e\x42\x82\xf3\x2b\xc0\x25\xc5\x25\x22\x92\x2b\xea\xcf\xbb\x75\x23\xca\x5b\x0f\x53\xf8\xf5\x91\x1c\x88\xfd\xb7\x21\x0d\x5b\x38\xa4\x64\x0e\x00\x99\x07\x41\xfa\xe0\xe4\x7d\xf8\x43\xfc\xfc\x90\x33\x6e\x63\xf3\x29\x14\x36\xe5\xdc\x0a\xd9\x62\x91\xdf\x1d\x5a\xa7\x32\xa9\x7b\xd4\x04\x9f\xbd\x3d\x14\x67\x3d\xca\x72\x7b\xcd\x99\xdd\x82\xbe\x13\x83\x84\xcf\xcd\xc8\x6d\x9a\xb3\x26\x69\xd5\x5e\xb5\xd5\x73\x56\x74\xae\xfa\x9e\x9b\xb2\x7c\xcf\xfe\xdc\x8d\x7b\x57\x1f\x5d\xc2\xba\x65\xb7\xf5\xea\xd2\x8f\x19\x8e\x5f\x16\xe4\x1b\x65\xec\x4d\x9f\xff\x7b\xfb\xa6\xeb\x0b\x45\xd3\x2e\xf7\x4e\x5e\xdd\x91\xba\x3a\x4d\xa3\xb7\x76\xe5\xad\x61\xee\xe3\x47\xd2\xda\x7e\xa3\x8c\xd2\x61\xee\x63\xff\xfc\xda\x81\xdd\x09\x01\x09\x06\x73\x09\x36\x6d\x8e\xcf\xfc\x84\xb9\xae\xec\xc5\xb1\x03\x24\xef\x11\x7f\x2f\xee\x03\xc7\x25\x5c\x67\x4e\x57\x5c\x13\x67\x61\xe8\x8a\xb8\x09\xb1\x61\xdc\xd1\xfe\x8b\x80\xb1\xf6\x02\x3c\x1e\x46\xa3\x6d\xa8\x8e\xff\x8b\x03\x59\x5e\x37\xb2\x7e\xd2\x07\x3f\x9e\x3e\xa4\x65\x4b\x06\xb5\x3f\xa5\x82\xf7\xff\x7f\x8e\xaa\x74\x9b\xae\x3f\x5e\xfc\xc5\xf7\x6b\x79\x9a\x3a\xf2\x49\xf7\xee\x94\x45\x98\x9f\xa2\x27\x95\xb1\xcf\xf8\xbb\xb5\x7b\x0b\x1e\x0c\x3a\x9c\x15\xd5\x3e\x67\xc1\x26\xbd\x3d\x13\x16\x4f\x58\xe6\xb2\x2c\x70\xd7\xce\xc2\xe3\x6b\x5a\x52\xd6\xe6\xf7\x55\x58\xae\x3f\x39\x6f\xf6\x76\xf9\xf6\x6d\x1b\x4b\xe7\x9c\xda\x82\x9e\xce\x35\x19\x71\x16\x1b\x17\xf5\xa9\x2f\x77\x9b\x7d\x37\xe7\x57\x5f\xe7\xe2\x0d\xb3\x8f\xae\x7e\xd5\x9f\x9c\x2e\x30\xbb\x6d\xa5\xfd\x80\x50\x72\x79\xac\xd9\x8a\x92\x81\x3d\x09\x11\xb1\x6e\x4b\x6f\xb2\xa7\xc4\xaf\x8e\xcd\x59\xb4\x88\x3d\x77\xf6\x89\x98\x49\xe9\x6c\x76\x67\xb4\x54\x74\x44\xba\x32\x27\x38\xec\x71\xf4\xf4\xd4\x9f\x9c\xdd\x21\xfa\x51\xe3\x92\x2b\x38\x9c\x00\xf1\xc8\x5b\x0b\xdc\xb9\xca\x7e\xf6\xc0\x74\xfa\x50\x1d\xa6\x7c\xbe\xc7\x8b\xcf\xbb\xcc\xe1\xfb\xdc\xa4\xff\x4b\xd6\xbf\x37\x7f\x48\x4f\xf3\xcf\x89\x21\x1f\xb0\x2f\xbf\x86\x97\x1f\xd3\x51\x50\x3b\x93\xf7\xbb\xef\xc1\x86\x1a\xf1\x89\x14\x4a\xfd\xef\xba\xbb\x4a\x79\x52\x42\xd7\xea\x6e\xbf\x33\x7a\x4e\xbd\x73\xbc\xf9\x66\x97\xe3\x78\xc7\x03\xf9\xd9\x57\x3e\x85\x9a\x45\xf8\x67\x52\xce\x5d\x49\xf5\x4b\x0d\x4b\xfc\x5d\xf2\x63\x27\x63\xa9\x4e\xac\xc9\x99\xa9\xe5\x09\x2b\xc6\x87\x0b\x9c\xba\xf1\x7e\x5d\xd6\x98\x50\xa9\xa3\xd4\x3e\xa3\x65\x5f\x42\x8d\xf7\x97\xf5\x4f\xcf\x58\x10\x52\xb4\x77\x42\xff\x83\x94\x5d\x21\x07\x76\x5d\x1b\x48\x4b\xf8\x1e\xaa\x9d\x67\x33\xf0\x75\xae\x7f\xa8\x51\xae\x0a\xdb\x3a\xee\x60\xe8\x8a\x0d\xe7\xd9\x87\x63\x3c\x83\xab\xd7\xbb\x73\xf4\x22\x58\x21\xa3\xd7\xe8\x72\x96\x87\x5a\x84\xe8\x64\x7d\xe3\x94\x07\x3d\x08\x2e\x5a\x91\xc5\x1d\xef\x5f\x10\xbc\x34\xf3\x04\x57\xcf\xf7\x49\xd0\xc7\xa5\x8b\xb9\x89\x5e\xed\x00\x75\xf2\xc8\x7d\x40\x72\x20\x19\x7c\x1e\x66\xf3\xeb\x91\xf5\x97\x58\x0d\x69\x05\x2f\x1f\xa7\x7f\x72\x2d\xcf\x17\xef\x78\x30\xe4\x07\xb6\x4a\x36\xa9\xf2\x7e\xf7\x3d\xfe\x42\x40\xa0\x93\x42\xa9\x6c\x7a\xe1\x24\x23\x21\x7a\xb7\x34\xff\x69\xb2\xde\x67\xd5\xfb\x7b\xeb\x1e\x8f\xb1\x2e\x63\x8e\x5d\x97\x75\x3f\x21\xc0\xda\xf7\x9f\xe4\xb1\x77\x18\x89\xe2\x73\x32\x62\x16\xd7\xbc\xc9\x93\x4f\x9a\x14\xbc\xef\xd6\xd3\x4b\x9c\x54\x39\x9f\x9d\xd5\x0f\xdf\x4a\xa7\x75\x7b\x2d\xb8\x31\xba\xff\x5c\xf2\x7a\xaf\xb5\x65\x42\x03\x4b\xe6\x4b\x79\x5d\x28\x59\xce\x16\x8e\x6b\xf1\xea\x3e\xd1\xc1\x9e\x15\xab\xe9\x5d\x75\x28\x81\x5d\x1e\x9d\xe4\x43\xdd\x2f\xc5\xe6\x44\x5a\xf9\x68\x15\xbd\xe5\xc4\x87\x7a\xfa\xe8\xef\xda\xc9\x39\x16\xd4\xe9\xcd\xde\x1e\xcb\x81\x7f\xb8\xcf\x81\xad\xee\xdc\xa9\x7e\x4b\xbd\x13\xb6\x24\x72\xe7\x7b\xed\xf1\xa6\x6c\x9c\xc4\x3d\xeb\x1e\xe1\x7d\x36\xa7\x9c\x7b\xdb\x2d\x1a\x30\x0f\x1c\xb9\x0f\x48\xff\x7b\x03\x9f\x93\xd9\x9b\x35\xa4\xa5\xfc\xfd\x3f\xc4\x01\xf4\x8b\xd6\xf3\xe6\x02\x75\x66\x36\xf1\xf2\x84\x5e\x7a\xb6\x14\x0f\xea\x43\xc9\x37\xbc\x7f\xaf\x32\xff\xc3\xa8\x41\xbd\xd4\xda\x71\x6b\x46\x24\x45\xe2\xf0\xbe\x8f\x66\x1a\x73\xa4\xbb\xf2\xbe\xb7\xe5\x31\xd6\x18\x5c\x5d\xae\xf5\x6a\x87\xf7\x14\x47\x9d\x39\x42\x2f\x1a\xe6\x9a\x84\xc4\x85\x9c\x79\xb1\x7a\x8b\x7b\xd4\x61\x6f\xb9\xe7\xa9\x17\x72\x62\xbf\xb8\x84\x3e\x17\x7e\x25\x12\xf7\xde\x69\x6a\xa3\x38\x7b\x42\xec\x3a\x27\xd3\xda\x19\xec\x43\x91\xaf\x9c\x05\xaa\xde\xb3\x5f\x45\xd8\x3a\xdd\xbb\x3e\x8a\xe3\x1e\x12\xed\x12\x77\xe1\x0a\x27\x3e\xb8\xc9\xb9\xb1\xd4\x99\xf3\xc4\xff\x96\x8b\xe7\x89\xdd\x5c\x51\xdf\xcd\x2e\x0a\x47\xf2\xb8\x5e\x5e\x97\x5d\x7a\x0e\x9a\x72\xe3\x3c\x7f\xbb\xcc\x2e\xee\xe5\x9e\x72\xab\x71\x39\x53\xb4\x8d\xfb\xdc\xa5\xcc\x65\xdb\xae\x72\x82\xe2\x74\xcf\x25\x20\x7f\x14\x41\x73\x50\xf8\xb3\x0f\xc8\x73\x60\xad\xf4\x90\xee\x2e\x1e\xf9\xfe\x0f\x71\x20\x03\xc1\x0f\xb5\x06\xf5\x2b\xeb\x05\x6f\x4e\xce\x6b\xdf\x37\xbc\xe7\xeb\xe3\xaf\x1f\x78\x73\x12\x6a\x26\x7f\x1e\xf2\x3f\x25\xba\x78\xcf\x9b\xe3\x47\x7b\x99\x13\x25\x28\x94\xdd\x9b\x7a\x6a\x14\xfd\x26\xfd\x5e\x1f\xd2\xfd\xc6\xa4\x50\x35\x60\xa1\xe3\x0f\xb6\x9b\xb8\xb9\x42\x64\xce\x37\xe3\xd8\x33\xae\xaf\x7c\x2f\x7e\x9b\xb3\xbe\xce\x27\xc3\xc5\xfe\xdb\x8e\xd2\xed\x01\x6f\x6c\x4f\x7e\x7b\xdd\xb2\x2b\xa8\xde\xda\xb6\x73\x3f\x67\x41\xc0\x7c\x6b\xf1\x97\x5f\x38\xaf\x7d\xb6\x59\xd7\x36\x5d\xe2\xfc\xf2\x91\xb5\x7e\x5f\x9f\xc5\x35\xf7\xcc\xb0\x61\xdd\xb6\xe4\xce\x77\x2f\xb4\xf9\x74\x73\x0e\x77\xb5\x5b\xb3\x6d\xd0\x55\x21\x6e\x89\xab\x9c\xcd\x8d\x0b\x95\x5c\x38\x06\xdb\x4e\x2a\xbd\x41\x48\x39\x58\xd9\xf4\x9d\x8c\x26\xdc\x6c\x0b\xec\xe2\x8e\xc9\x10\xc6\xf6\xc2\x36\xbf\x0e\x79\x12\x1b\xad\x9c\x6d\xf7\xee\xb7\x23\x0a\x2d\x4f\x01\x31\xfc\xf3\x6e\x05\xff\xf9\x58\xc0\x3f\x2f\x4a\xa6\x0e\x69\x15\x2f\xf7\x86\x2b\xf3\x84\xe7\x7b\x7f\x67\xbe\x4c\x1a\xd4\xb7\x51\x1f\x2e\x0c\x6a\xd3\x82\xcf\xfb\x07\xf5\x6e\x42\x97\xc1\xa0\x5e\x93\xec\xe7\xad\x93\xd3\x67\xc1\x5b\x47\xbb\x33\x86\x7e\xa7\xcf\xbd\x0c\xcc\x3c\x28\x78\x77\x39\x01\x18\x44\x49\x9f\x9d\xdf\x84\x06\x87\x16\x9d\xd3\xc1\xc1\x18\x17\x79\x94\x69\xe8\xb1\x9d\x38\x9d\x5d\x6e\xa7\x68\x3f\x97\x88\x3a\xb6\xca\x31\xcf\x32\x8c\x50\x6c\xb8\xeb\xec\xcd\x38\x4b\x28\xb1\x69\x4e\xc7\x2d\x14\xba\x63\x88\xe9\xb6\x77\x2c\xda\x3f\x15\x73\x07\xec\x23\x2d\xe6\xbc\x99\x42\x50\x6d\x9a\x2d\xce\x36\x33\x09\x2b\x1b\x2d\xc6\x82\x87\x93\x09\x7b\x1b\x75\x8b\x0f\xb5\xf9\xc4\x52\xcb\x78\x46\x50\xf5\x3b\x62\x0b\x2b\x97\x31\xe7\x46\x20\x71\x9a\xc1\x61\xdc\xbe\xd2\x43\x5c\x65\x84\x30\x3c\x2e\x5e\x20\xda\xcc\xb8\x16\xa7\x4a\x57\x61\xb2\xe9\x18\xa6\xc8\xa9\x17\xa0\xd0\x23\x80\x8c\xdb\x43\xf5\xfe\x9d\x87\x32\xb4\xff\x89\x9d\x4d\x19\x83\xda\x95\xf6\xc6\x7f\x50\xdf\xe5\xb4\xf3\xde\xf7\x67\xf1\xdf\x19\x83\x5a\x67\xd3\xcb\xab\xb3\xe2\xe8\xd0\xbc\x0c\x92\x83\xd9\x77\x74\x48\x37\xf3\xef\xf7\xae\x9c\x0a\x88\x77\x53\x28\x29\xfd\x80\x4e\x8b\xe4\xa1\x59\x5d\x80\xed\x01\x95\x46\xdf\x8b\xd8\x10\x72\xcc\x30\xc8\x65\x23\xc2\x16\xb3\x4d\x4f\xd9\xf4\x41\xa5\xf0\xa6\xc5\x46\xa6\x32\x31\x70\x55\x83\xe9\x61\x96\x44\xfc\x7e\xe1\xc0\xf8\x32\x3c\xd7\xe2\x1e\x0c\xe1\x4c\x2b\x30\x91\xff\xa5\x02\x69\xe3\x2a\x63\x5a\xc7\x61\xd0\x68\xb5\x26\x12\x6f\xed\x30\xd5\x78\x8b\x71\xf2\x73\x39\x18\xd3\xe6\x1a\xd7\x3e\x51\x87\x31\x2d\xd9\xf8\xd3\xfd\x14\x58\x1b\x1e\x33\x11\xbf\xab\x04\x27\x43\x53\x93\xa8\xaa\x9f\xf0\x34\x68\x30\x89\xbb\xde\x8d\x08\xfd\x6a\x13\xb7\x2b\x8b\x90\x4c\xdd\xf0\xe7\x39\x70\x84\xcf\xc3\x0e\xe7\xa1\x94\xff\xbb\xfe\x8f\x16\x43\xeb\xfd\xc5\xd7\xdf\x9a\x83\xfa\xc0\x80\xcb\xcb\x07\xaa\xe4\xfb\x40\x24\x07\x43\xfa\x7f\xa4\xff\xbb\x92\x9f\x07\x90\xe4\x0d\x4c\x58\x4e\xa1\xcc\x61\x01\x9a\xbb\x27\x8d\x0f\x49\x01\xac\xa4\x65\xfb\x3d\x66\xe3\x8d\xbf\xb5\x26\xc3\x51\x1e\x37\x53\xc6\xe8\x95\x5b\x5d\x42\xd1\xe6\xab\x86\x51\x16\x22\xc8\x39\x56\x42\x0b\x36\x5d\x81\x8c\xaa\x4e\x23\x49\xe3\x24\x64\xb6\xba\xd2\xae\x19\x79\xe0\x74\x57\xa5\x41\xc8\x30\xef\x90\x8f\x09\x80\xfa\x18\xea\xc5\xee\x78\xfc\x54\x7b\x4b\xf5\xee\x54\x42\xbb\x5a\x33\x35\xee\xdd\x58\xb4\xaa\x33\xa9\x4f\x5a\xdd\xd0\xa0\x21\x40\x4d\x6c\x2a\xc7\x33\x35\x82\xba\xf5\x41\x33\x9e\xaa\x35\xea\x35\xd6\x9d\x40\xbb\xaa\x26\xd5\xfb\xf6\x12\xbc\x53\x5d\x02\xec\xaf\x18\xaa\xfb\x2a\xbf\x0f\x43\x1c\xe0\xef\xc8\x36\x1e\x27\xd3\xe1\xf7\x8d\xd7\x8f\x57\x6e\x03\x99\xbc\x73\x70\xe2\x10\x0f\x40\x72\x40\xc3\x1c\x0c\x99\x03\xc0\xf7\xfd\xd7\xf2\xe7\x06\x91\xf7\xdf\xa3\xd2\x81\xd1\x52\x14\x4a\x78\x15\xa0\x9a\x2d\x54\xe9\xab\x03\x58\xa4\x4b\x1d\x71\x4e\x02\xbc\x4c\x15\x7f\xda\x00\x88\x4f\x51\xfd\xc8\x68\x01\xb2\xee\x68\x68\x92\x73\x1d\x8c\xe5\xd0\x5a\x7a\x5a\x7b\x81\xe1\x61\xbc\xae\x71\xd4\x36\x36\x34\xc6\xd3\x67\xaf\x75\xd6\x1a\xc4\xa2\xef\x8b\xa0\xb6\x88\x41\x0e\x80\xaf\x1a\x1d\xe4\x1c\x0b\x8d\x3e\x6c\x04\xa6\xdb\x6a\x29\xfc\xca\x07\x64\x44\xb5\x12\xbf\xec\x03\x64\x17\x6b\x2e\xfa\xe0\x0d\xc8\x44\x6a\xed\x7b\xc9\x01\xe4\x0a\x35\xa3\x9e\xaf\x02\x64\x76\x69\x46\x3c\x29\x07\x64\x36\x02\x65\xf3\x28\xff\xe2\x60\x7a\x5f\xbd\xe5\x71\x90\x9f\xdd\xbf\xf1\xd6\xc9\xeb\xac\x81\x4d\x83\xfa\xc8\x65\xa8\x9e\x2a\xfe\xfb\x7d\x81\xef\x03\x1e\x26\x86\x74\x38\x0f\x85\xef\x0b\x2e\xe5\xfb\xff\x64\x0e\x84\x3f\xdf\x0f\xf5\xbd\x01\x28\x84\x8e\x5f\xe9\xa6\x09\x98\x1a\x48\x1c\xb7\xdd\x0d\x38\xe7\x4b\x27\x5a\xc6\x02\x91\x5f\xe4\xbe\x98\x0f\x00\x8b\x95\x94\x1a\x4d\x46\x03\x9b\x8d\x94\x35\x68\x2b\x81\x83\x99\xaa\x69\xe4\x1c\x07\xea\x09\xa0\xda\x45\xf5\x3c\x55\x03\x78\xb2\x54\x2d\x52\xaf\x0e\x78\x5f\xa4\x36\x46\x2f\x1a\xe8\xeb\x56\x8e\x19\xce\xb9\x58\x3a\xa8\x53\xf3\x14\x8f\x0e\xaa\xa8\x9c\x62\x75\xaf\x0f\x20\x76\x43\xe1\xfb\xf7\xd3\x80\xd8\x7a\xe5\xac\x4f\x5a\x80\xc4\x5b\x65\x6a\xdb\x6a\x40\xe2\x29\x50\xdb\xcc\x3b\x07\x0b\xdf\xf3\xbe\x48\x7d\xa3\x76\x55\xf1\xce\x41\x15\x36\x2f\x17\x62\x98\x03\x5a\x33\xa4\x65\xfc\xfa\x8f\xf3\xe7\x9f\x90\xf7\xe0\x49\xff\x33\x6b\xe6\x90\xa6\xf0\xf7\x05\x79\xff\xdf\x9d\x31\xa4\x56\xaf\x81\x89\x3f\x29\x14\xdb\x32\x80\xea\x2e\x62\xc8\x9c\x07\xd8\x2c\x92\x7c\x6e\x96\x06\x04\xd5\x49\xad\x34\x21\x80\x05\xce\x33\x5f\xd0\xea\x81\x55\xb7\x64\x8f\xe9\x1f\x06\x76\x9c\x96\xdb\xa3\x97\x0b\x1c\xf2\x93\xeb\xd5\x3d\x00\x9c\xfd\xae\x30\x4e\x57\x06\xb8\xb1\x40\xa1\x4f\x67\x36\xd0\x30\x51\x91\xa9\x23\x0f\xbc\x7e\xac\xa8\xa9\x55\x00\x7c\x75\x96\x2d\xd5\xda\x38\x58\xbf\x74\xb9\xda\x9c\x41\x95\x7c\x4f\xf6\x63\xe6\xb3\x41\x1d\x57\x3e\x66\xf5\xd0\xe4\x8f\x51\xac\x7e\x85\x41\x85\x73\x1b\x8f\x7b\xec\x92\xf9\xc1\xfb\x5e\xfd\x9e\xef\xe3\x92\x79\x50\x35\xfc\xb9\x47\xc3\x1c\x10\x3f\x2f\x86\x9c\x07\x31\x9c\x87\xf2\x6b\xa4\xff\x3d\xcc\x81\xf0\xfd\x60\x47\xfe\x5c\x10\x63\x23\x60\xf4\x36\x0a\x85\x31\x00\x68\x8f\x9e\x38\xca\x34\x13\x60\xac\x17\xfb\x68\xd8\x07\x78\xa9\x4e\xbe\x68\x68\x0c\xc4\x36\x4f\x79\x4f\x95\x02\x16\x45\x4f\x8b\xa1\x96\x02\xeb\x7d\xa5\x2f\xeb\x34\x03\xbb\x72\xa5\xe3\x74\x0a\x81\x83\xd6\x32\x82\xda\x2b\x81\x33\x56\x32\x99\xa4\xbf\xaf\x51\x0a\xdc\xa5\xcf\x9c\xaa\x51\x0e\x3c\xf3\x99\xb9\x55\xe3\x3e\xf0\xa1\x61\xa6\x89\xda\x12\xe0\x97\xd7\xb4\x71\x24\xe7\xf0\x77\x3f\xc6\xdd\x1d\xea\xc7\xaf\xc4\x2e\xa3\xc1\xd7\xd7\xee\xf4\x17\x07\xc4\xcf\x43\x22\x39\xa0\x93\x18\xf9\x1c\x20\xe7\x02\xe5\x08\x8c\xdc\x07\x89\x16\x23\xd7\x81\x97\xef\x90\x92\xf9\x07\x7a\xf9\x43\x6a\x2a\x06\xa8\x1e\x1a\x47\xe8\xb7\x01\xc6\xd3\x84\x98\xfa\xda\x80\x33\x21\x5a\xa1\xeb\x09\x84\x45\x4f\x5a\xaa\x2b\x08\x2c\xa8\x96\x1c\xa5\xf9\x12\xc8\xdc\x21\x51\xac\xf9\x1e\xd8\x78\x6f\xaa\x84\xe6\x34\x20\x3f\x67\xea\x11\x4d\x07\x60\xdf\x3f\x52\x9b\x48\x7f\x5f\x7d\x2a\x50\x96\x2f\x95\xab\xe6\x07\x54\x6f\x92\x5a\xa8\x5c\x03\xd4\xd7\x4f\x31\x52\x8d\x04\x5a\x5b\xa6\xb9\xab\x14\x00\x9d\x92\x53\x5c\x94\x8b\x80\x3e\x39\x71\x7d\xb2\x1f\xb2\xf3\x07\x55\xb0\xa2\x33\x74\x88\x83\x1c\xce\x43\xe2\x73\x40\x24\x07\x73\xba\x1d\xff\xc9\xc1\x0c\xe7\xa1\xf0\xd7\x7f\x32\x9f\xa3\x89\x65\xe3\x3f\x39\x10\x73\x7e\x9f\x74\x3e\x03\xa3\x3a\x29\x14\x9a\x1f\xa0\xac\x31\xf6\xa4\xce\x15\x80\xba\x52\xb0\x44\x67\x12\x60\xfb\x8f\x50\x8a\xe6\x06\xc0\x6f\xaf\xf0\x4d\x75\x0b\x20\x46\x5c\x24\x43\x75\x15\x90\x12\x26\x6a\x39\x58\x47\x66\xab\x98\x88\xc6\x1c\x60\xc3\x38\x49\x57\xb5\x42\x20\x7f\xba\x44\x97\x8a\x09\xb0\x77\x9d\xf8\x36\x65\x3b\xe0\xc8\x6e\xf1\x04\xe5\x37\xc0\xd9\xeb\x92\x53\x95\x8f\x03\x37\x46\x4b\x16\x28\xe9\x00\x77\xde\x8b\x0f\x28\xb9\x03\x8d\x76\x12\xea\x0a\x5f\x81\x57\x96\x93\xda\x15\x9d\x81\x8e\x93\x93\x0a\x95\x04\x81\xbe\x46\xb1\x77\x7f\x73\x40\xe5\xe6\x43\x3a\xcc\x01\xf1\x73\x60\x48\x0e\x66\x53\x2c\xff\x1c\x50\x18\xd2\x74\xbe\xc6\xf3\x39\xc1\x08\x3e\xe7\xe0\xc3\xe7\x6a\xec\x0b\x86\xd4\x84\xcf\xdd\x68\xf0\xf7\x93\xd2\x18\x40\xec\x14\x85\xa2\x61\x07\x68\x79\x8f\x4b\x57\x9b\x06\x58\x48\x8c\xcf\x57\xbd\x0f\xb8\x3e\x9d\x90\xaa\x32\x1f\x08\x9e\x35\x31\x4c\xd1\x14\x98\x5d\x3b\xa1\x5c\x79\x13\x90\x5a\x27\xfc\x59\xb9\x02\x58\xa1\x22\xba\x5c\xc9\x07\x58\x2b\x22\x2a\xaa\x94\x09\x6c\x3d\x29\x16\xad\x3c\x16\x28\x0a\x9a\xf4\x4b\xf1\x36\x70\x48\x60\xd2\x6a\x85\x4c\xe0\x14\x47\xec\xb2\xfc\x06\xe0\x62\xb1\x98\x98\x7c\x25\x50\xd1\x24\x76\x46\xae\x18\xa8\xdd\x2a\xea\x23\x9f\x04\x3c\x39\x29\xe6\x28\xfb\x1c\x78\x19\x25\x7c\xeb\x6f\x0e\xa8\x94\x3f\xd7\x86\x9c\x0b\x55\xe0\x3c\xf2\x1c\x24\xf3\x50\x48\x0e\x24\x91\xdf\x17\x92\x87\x0a\x74\x19\xb9\x0e\x86\x39\x90\xc2\x21\x55\xe1\xe7\x86\xc8\xe8\x02\x82\x8d\x14\x8a\x5a\x0c\xa0\x7e\x7a\x6c\xbe\x62\x0c\x40\xa3\x8c\xf9\x25\x77\x00\xb0\xee\x1f\x03\xc1\x5c\x80\x79\x89\x42\x91\x8b\x05\x42\x43\xc6\xb5\xc9\x17\x03\xf1\x79\x82\xef\x15\x66\x02\x29\xb1\x13\x65\x15\x2c\x80\x25\x5b\x84\x04\xe5\x6b\x81\xec\x5b\x42\x9b\xe4\x38\xc0\x66\x9a\xd0\x31\xa1\xf7\xc0\xba\x9b\x14\x8a\xbc\x3b\xb0\xef\xb8\xc8\x22\xd9\x14\xe0\xa8\xbb\xd0\x4b\xc9\x00\xe0\xb8\x2b\x85\x22\xd3\x0a\x5c\x9a\x2c\x54\x27\x3b\x0f\xa8\xec\x10\x2e\x17\xdd\x0c\x54\x45\x0f\xfd\x2e\xe9\x4c\x0c\xa9\x9d\x28\xdf\xdf\xd3\xa5\xfc\x07\x07\x42\xfa\x5c\x24\x0f\x32\xb3\xcd\xec\xb0\x80\x29\xa0\xc0\x61\x7d\x18\xfb\x1a\xd0\x30\xb7\xeb\x9c\xf0\x12\xd0\x4b\xf5\xde\x21\x16\x06\x18\x32\xc3\xd4\x25\x0d\x00\xda\xd1\xf8\xd5\x52\xb1\x00\xcd\x7e\xd1\x95\x99\xe2\x00\xad\x6e\x9d\xa4\xfc\x1b\xc0\x50\xa1\x30\x4d\x29\x11\x30\xd8\x7e\x22\x54\xb5\x16\x30\x78\x76\x43\x5c\x6b\x05\xa0\x2f\xff\xf0\x91\xd6\x34\x80\x3a\xf3\xfd\x33\xcd\x09\x00\xb5\x73\x60\x9f\xa6\x2e\xa0\x33\x13\x90\xbf\x0d\x68\x6e\x03\x66\x8e\xeb\x19\xaf\x35\x01\x90\xdd\xf3\xed\x96\x56\x0f\xa0\xa0\xd3\x9e\xa7\x79\x00\x90\xa3\xbd\x55\xd5\x12\x05\xe4\x8d\x5e\x94\x6b\x16\x00\x72\x0b\x1a\xeb\x34\x2f\x02\x72\x6b\x1e\xfc\xd4\x12\x00\xe4\x9e\xd4\x75\x0e\xfe\x9b\xb2\xa3\x6f\xc7\x69\x96\x02\xb2\x47\xab\xeb\x34\xa9\x80\x0c\xef\xdd\xfd\x9b\x03\x19\xce\xbb\xe7\xfb\x1a\xe4\xbd\x46\xdd\x11\x3c\x88\xac\x3e\x3d\x56\xe0\x06\xa0\x32\x93\xe5\x33\x5e\x13\xd0\x55\x73\xb0\x10\xde\x3c\xf8\x34\xf4\x78\x2d\x16\x0a\xd0\x4c\x42\x67\x48\x9e\x04\x4c\x04\xe3\xc5\x67\xc4\x02\x26\x2b\x17\xbd\x90\x5b\x05\x18\xf9\xae\x57\x50\x68\x04\x68\x2d\x85\xa5\x2a\x1f\x01\x5a\xd6\xc9\x2c\x4d\x75\xc0\xa0\xf9\xc6\x28\xad\x4c\x40\xbf\xfa\xd1\x5c\xed\xf9\x80\x7e\xf2\x47\x19\xed\x2e\x40\x7f\x0a\x27\x5a\xd3\x15\xd0\x79\x04\x28\x5a\x72\x37\x69\x4d\x07\x64\xb6\x76\x5f\xd4\xbe\x08\x28\x2a\x7f\x59\xad\x9d\x0a\x28\xba\x7d\xd8\xa9\xf5\x14\x50\xc8\x7e\xf5\x90\x57\xf7\x81\xe6\x8b\xda\x33\x00\x45\xb1\x27\xd9\x5a\x3a\x80\xbc\x5d\xc3\x75\x2d\x25\x40\xae\xbf\xd6\x40\xb3\x08\x90\x6d\xa8\x89\x1f\xfc\xef\x72\x7e\x95\xaf\x35\x3f\x03\xb2\xbc\xd5\xfa\x3f\xb9\x28\x3f\xfe\x6b\x1d\xfc\xcd\x83\xc8\x77\x98\x4e\x1e\x73\x0b\x50\x3f\xc1\x08\x11\xcc\x00\x74\x0f\xd8\x35\x0c\xf6\x41\x3f\xcb\xfd\xae\xd8\x2b\xc0\x44\x3f\x64\xc5\xd4\x3b\x80\x49\xd6\x9c\xe7\x33\xaa\x01\x13\xcf\x8c\x67\x72\x14\xc0\xe4\x67\xce\x80\x72\x15\x60\x9c\x56\x18\xa1\x2e\x03\x18\x95\x9d\x24\xb4\x5d\x01\xc3\x43\x15\x5d\x3a\x41\x80\xe1\xf8\x27\x75\x7a\x3e\x80\x7e\x4a\x7b\xdd\x60\x1f\x0c\x6e\x62\xa7\xce\x2b\x40\x77\x29\xa0\x54\xd2\x57\xa1\xfd\x10\x50\xb8\xd8\x75\x4f\xe7\x21\xa0\xbc\xb3\x63\xb5\x0e\x13\x1c\xe5\x89\x6d\x93\xb5\xdd\x00\xc5\xc5\xad\x8e\x3a\x15\xf8\xa8\xa2\xd3\xd4\xa4\x63\x83\x1f\xca\x42\x0f\xad\x75\x2e\xa3\x43\x79\x75\x9d\xb3\xce\x03\x7c\x56\x66\xdd\x7e\xa9\x73\x13\x3f\x94\x4a\xab\x09\xad\x47\x80\xbc\xc9\x8d\xb7\xda\x61\x80\x7c\x36\xfe\x83\x7f\x18\x99\x07\x42\xd6\x4f\xe6\xff\x0b\x57\xe8\x6a\xf2\xfa\xb0\x9e\xf6\x64\x4c\xc4\x9f\x39\x4a\xfa\x0a\xd6\x95\x22\x2e\x80\xf1\x52\x77\x2d\xf1\x17\x80\xf1\xac\xc0\xce\x29\x99\x00\x7d\x60\xf6\xfd\x99\xf3\x01\xd3\xf6\xf4\x12\xf9\x10\xc0\x34\x66\xdd\x3c\x95\xc5\x80\xc9\xf6\x82\x1a\x8d\x1d\x80\xb1\xdf\xa9\xb5\x3a\x83\xeb\x24\xf8\xa6\x3e\xf5\x3c\x60\x98\xd7\x78\x9b\xba\x07\xd0\x7f\xde\x29\xa5\xf3\xf8\x4f\x1f\xf4\xec\x01\x95\x94\xdf\x5a\xba\x45\xe8\x56\x79\xf7\xb5\x4c\xc7\x07\x50\xea\xfa\xb8\x43\x27\x10\x3d\xca\x61\xaf\xfa\x75\xb3\xf1\x54\xb5\xec\xb9\x83\x9e\x1a\xee\xa8\xdd\x7e\x52\xa4\x63\x89\x1f\x4a\xed\xf5\x0d\xba\xe7\xd0\xac\x2a\x7a\xb7\x5b\xd7\x0f\xef\x94\x3f\xdf\x92\xd3\x0b\xc6\x33\xd5\x69\x37\x4f\xe9\xaa\xe2\x87\x52\xe1\xf5\x78\xed\x26\x40\x61\xf2\x7f\xf5\x61\xe4\x1c\x0c\xb2\x0f\xe3\x36\x69\xcc\xe4\xf9\x1b\x27\x75\x79\xf7\x1c\x95\x8b\x0c\x82\xc6\x1e\xfe\xc3\x07\x91\x9c\x94\xc9\x3c\x17\xa6\x78\x39\x60\x2e\xe7\x9f\x32\x78\x2e\x98\xb3\x62\xa2\x66\x36\x01\x16\xe1\xe9\x49\xca\xea\x80\xd9\x8b\xb5\xe3\xd5\x5e\x03\x74\xe3\x82\x77\xda\x52\x80\xa9\xd0\xc9\x1e\x6a\x20\x60\x54\x7b\xd3\x5b\xbf\x08\xa0\xbd\x7a\xea\x63\x78\x16\x30\x3c\xf6\x2d\xc9\x40\x18\x30\x38\x8e\x42\x9d\x83\xdc\xa3\x7a\x3b\xf1\x4b\xf5\x79\xb7\xb0\x9e\x37\x5e\xa8\x9d\xec\x3c\xa1\xa7\x81\x07\x6a\xed\x6d\x21\x54\x2b\x9c\xd2\xf4\x7a\x39\x4e\xef\x24\xae\xaa\xf7\x34\x6e\xa5\x9e\xc2\x51\xcd\xf9\x0f\x72\xf4\x76\xe1\x96\xda\xab\xba\x32\xdd\xf3\x78\xa1\xd2\x52\xb3\x55\xaf\x10\x8f\x54\x2f\x93\x5c\xd8\xf5\xc3\x7a\x46\x78\xaf\xfc\xa9\x7c\xae\x4e\x37\x06\x14\x37\xe2\xff\xc9\x3f\x50\x28\xea\xbc\x7b\xbb\x22\x55\x1a\x3c\x5f\x5c\x36\x53\x5b\x56\x40\xf4\x4f\x3e\x08\x39\x3f\x88\xe4\xa4\xe8\xbf\x1c\x04\x25\xac\x00\xc6\x34\x7f\xf5\xe9\xad\x00\x8b\x19\x1d\x25\xd7\x09\x58\xac\x4b\xdd\xaf\xe4\x07\x58\x28\xe4\x8c\xd1\xf8\x05\x98\xd5\x15\xbc\xd0\xcd\x05\xe8\xdb\x4f\xdd\x35\x9c\x05\x98\x2c\xa8\xea\x32\x2a\x06\x68\x0d\xcd\x13\x0c\xab\x01\x23\x97\xee\x5b\xc6\x33\x00\x83\xd5\xd8\xa7\x63\xdd\xc7\xa6\x0e\xe0\xb2\xe6\xad\x2f\xdf\xf4\x2b\xb1\x56\x67\xf3\xfb\xcb\x06\x36\x48\xd6\xad\x7c\xf9\xde\xe0\x1e\x62\xf4\x76\x0f\x73\x61\xa2\xfa\xa5\xc8\xd3\x96\xa8\xfb\x69\xc0\xc1\x52\x9d\xde\xdb\xd9\xfa\x16\x38\xa3\x71\xaf\x4a\x89\xda\x8d\xeb\xea\xbb\x6e\x5c\xa0\xe6\xa0\x4e\xcd\xe5\xaa\x32\xf5\x22\x1e\xa9\x3e\x2c\x8b\xd7\x6f\x45\x8d\xfa\xd8\x7f\xf7\x81\xdc\x0f\x7c\x1e\x88\x9f\xf7\x4e\xe6\x9d\x93\x1c\x84\xc2\x4c\xf5\x6c\x81\xd3\x7f\x78\x10\x1a\x8d\x36\x43\xe8\xf7\x1f\x2e\xc6\x22\xd5\x2e\x55\x32\x16\x60\xb6\x78\x87\xce\x10\x04\xac\xda\xa3\x76\x29\x9a\x03\x56\x3a\xc9\x25\x6a\x3d\x83\x7d\x59\x1d\xa0\x63\x06\x58\x5c\x2d\x10\xd1\x8f\x02\xcc\x4c\x4e\x4f\xa7\x9d\x03\x4c\x8f\x56\xe7\x9a\xce\x01\x8c\x1e\xbe\xe8\x33\x5e\x01\x18\xef\xea\xcd\xa7\xe7\x00\x06\xdf\xb1\x45\x37\xa8\x6b\x9d\x61\x31\x9c\xf4\xdf\xb5\xff\x34\xe8\x41\x30\x35\xe9\xcd\x63\x9a\x06\x68\x06\xdd\xcd\x6c\x5a\x08\xe8\x06\x47\x1e\x17\xd2\x6e\x83\x6e\x70\xe9\x7e\x20\x6d\x1f\xdc\xf5\x43\xef\x50\x8d\xc4\xe0\xa5\xef\x52\xbd\x81\x76\xf6\xff\x63\xec\xaf\xe3\xa2\xda\xfe\xef\x71\xfc\x00\xd2\x1d\x22\x3d\x43\x77\x77\x77\x37\xd2\x02\x82\x08\x8a\x89\x81\xad\x28\x8a\x01\x36\x2a\x16\x16\x2a\x20\x25\x26\x2a\x16\x52\x2a\x62\x81\xa2\x22\x8a\x8a\xa8\xd8\x2d\xcc\x9c\xf5\x7b\xcc\x99\x39\x5e\xbd\xaf\xfb\xfe\x7c\x7f\x7f\xad\x07\x77\xf4\xca\x73\xcf\xde\xcf\xbd\xcf\x59\x6b\xaf\x85\x4c\xf3\x3b\x17\xc4\xac\x9e\x63\xaf\x71\xe4\x39\x3b\xeb\x89\xd8\x6d\x5c\x7d\x72\xb6\x15\x89\x13\x86\xa7\x8e\x8d\xb1\xde\x83\x3a\x23\xd9\xff\x5a\x0f\xf4\x3c\xe0\xde\x7b\xe7\x5f\xa0\x95\x4c\xcd\x87\x4c\x0d\x6a\x5d\x68\x7f\xd7\xfe\x3c\xc2\x10\x30\x2f\x37\x3c\x2d\x6c\x02\xd8\x5b\x59\x5c\x15\x97\x06\x9c\xcd\xed\xe7\x4a\xb1\x01\x0f\x86\xd7\xa4\x91\x0f\x00\xef\x81\xd0\xf7\x6a\x0b\x01\x9f\x79\xc9\x3d\xda\xfe\x80\x77\xef\x74\x17\x23\x5d\xc0\x93\xbd\x7c\xb3\x05\x67\x9e\x98\x6e\xd7\xb3\x2d\x00\x5c\xc4\x6a\x0e\x3b\x5c\x05\x1c\x5f\x35\x2f\x76\x6e\x04\xec\x57\x3d\x49\x77\x4e\x02\xec\x8f\x91\xfb\x5c\x2c\x87\x47\xda\xbc\x85\x8e\xcd\xae\x41\x0d\xdb\xf1\x24\xdb\x2e\xaf\xaf\xde\x36\x07\x02\x76\x3a\x8f\x66\xd8\x25\x90\xef\xec\xf7\x74\xce\xb0\x9b\x4d\xb2\xec\xae\xdf\xb0\xb4\x4b\xc1\x28\x5b\xcf\xb6\x65\x76\x59\xd0\xb3\x49\x6e\xbc\x66\xa7\x09\x6f\xab\xe5\xb4\x0e\xea\xac\xa2\xdd\x53\x44\x5a\xde\x3e\xf9\xd0\xb6\x09\x0b\xcd\x2a\xea\x86\x6c\x8f\xa2\xc0\x74\x45\x55\x97\x6d\x0b\x76\x99\x04\xff\xd7\x7a\xe0\xf1\x9d\xbc\xfb\xce\x42\x7a\xca\x39\x1c\x54\x6f\x57\xbf\xc6\xaf\x08\x18\xce\x60\x8e\x16\xc8\x05\xac\x2b\xf5\x84\x84\x42\x01\x27\x63\x13\x0b\xd1\x75\x80\x57\xa7\xf5\x27\xa9\x0e\xc0\xa7\xd6\x7d\xa6\xa2\x16\x10\x30\x3f\xb8\x85\x91\x0e\xf8\xcb\x8f\x89\xd1\xe9\x00\xfc\x1e\x4d\xd9\x67\xb2\x1b\xf0\x9d\xb2\xac\xc8\x56\x1e\xf0\x18\xd8\xd6\xcf\x79\xba\x74\xe3\xaf\xb9\xe1\xf2\x18\x70\xce\x6b\x1d\xef\xc1\x04\x1c\xbe\x3f\xeb\x76\x3f\x0e\x38\x08\x93\x85\xae\xbe\x9f\x42\xec\x17\x91\xdb\x5d\xd2\x69\x9f\xac\x87\x6e\x8e\x62\x64\xae\x9b\x45\x67\x89\xe3\x62\x72\x85\x9b\xc1\x8d\x25\x4e\xae\xe4\x6a\x37\xcf\xb6\x31\x0e\x3f\xc8\xbb\x8e\x6f\x69\x1d\xd0\xb9\xc3\x4e\x2b\xc8\x67\x8e\x3b\xea\x27\x3b\x7a\x43\xd9\x8e\xff\x84\xa3\xb3\x05\xf9\xd3\x61\x69\x6d\x8c\xc3\x00\xc2\xac\x96\x57\x36\x39\xee\x41\xb8\xd5\x91\xf2\x15\x8e\xc5\x18\x6b\x59\xf0\xe7\x79\x89\x9e\x07\xba\xbc\xf5\xc1\xe5\xfb\xc4\xde\x8d\xa4\x72\x41\x68\x1d\x84\x79\x37\x53\x49\xa0\x07\x70\x51\xd7\x52\x12\x2c\x06\x7c\x1e\x1b\x28\x71\xfa\x64\x90\x80\xe5\x35\x69\x45\x20\x64\x81\x8b\xa5\xa2\x2f\x10\xb2\x33\x40\x9d\xb1\x10\x08\x55\x8a\x6d\x35\xb8\x0f\x04\xb9\x67\x75\x98\xe7\x00\x01\xa1\x4b\x9e\x3a\x68\x01\x3e\x4a\xdb\x92\x5c\xd7\x00\xee\xdf\x6b\xc3\x3d\xbd\x00\x57\xf5\x6b\x9b\x7c\x1d\x00\xa7\x4b\xaf\x9f\xfa\xbe\x63\xad\x70\xbc\x48\xca\x7a\x47\xbc\x2e\x75\xca\x62\x93\x3e\x6b\x69\x7f\xa8\x3b\xb7\x5d\x66\x90\x7c\xbe\x69\xd7\x9b\x5c\x97\xb3\x49\xdf\xaf\xad\x23\x5c\x58\xa4\x93\x17\x79\xf1\xa5\xeb\x3c\x72\x8c\xe7\x9e\x73\x67\x5c\x67\x91\x0b\x3d\x04\x69\x3f\xa4\x3a\x4f\xd7\x71\x64\x9b\xf3\x93\x9a\x15\x2e\xab\xc9\xaf\x8e\x1a\xe5\x1f\x5c\xad\x20\xe8\xe0\x7d\xe8\xa6\x8b\x3e\xac\x6c\x75\x0e\x0c\xb9\x7c\x80\x85\xed\x9c\xff\x98\x07\x04\x93\xe2\x37\xf9\x5e\x8e\xa2\x78\x5b\x05\x05\x05\xca\x67\x4d\xb7\x45\x86\xca\x4f\xb2\x78\x27\x43\x9d\x1f\x7c\x27\x68\x7c\x1e\xf1\x16\x08\x7a\xa1\xcd\x27\x3c\x09\x88\x14\x31\x79\x2b\xb9\x0d\x18\x6d\x69\xfb\x40\xfe\x18\x10\x63\xea\x7d\x8d\x61\x03\x44\x2e\x8c\xd2\xe5\x9c\xe5\xc2\xaa\x33\xf9\xad\x15\x81\xe0\x86\x85\x6f\x9d\xdf\x02\x7e\xd7\xb7\xbc\xf2\x1c\xc0\x77\x2f\xe6\x51\x7e\xbf\x1c\xb4\xbb\xad\xbb\xb1\x2a\x48\x13\x8d\x2e\x93\x3f\x6e\x0d\xf1\xfb\x94\xe1\x92\xcb\x8e\x0c\x89\xed\x8d\x77\x13\x60\x47\x84\x7a\xdf\x21\xdc\x47\xb1\x67\x86\x64\x5f\x3b\xee\x5e\xca\xde\x16\x6c\xd5\x14\xe0\xe1\xc6\x3e\x11\x64\x76\x51\xd3\xc3\x94\xfd\xda\xff\xce\x99\x87\x1e\xe5\xa4\x90\x5f\x0d\xed\x03\x54\x93\xe6\x79\x87\xf4\xf1\x11\x3f\x32\xdd\xd3\x99\x5c\xe2\xf1\xee\xd0\x5b\x8f\x5a\xf2\x94\xeb\xc5\x03\x17\x3c\x66\x93\xf7\x9c\x7b\xf7\x06\x78\x68\x93\x3f\x1d\xcf\xee\xea\x73\xdf\x00\x0d\x7b\xab\x3f\xe7\x01\xb7\x1f\x12\xb9\xa3\x28\xbf\x7b\xfa\xde\x37\x83\x14\xab\x23\xfe\xd4\x41\x6c\x15\xa6\xee\xb1\xfb\xd9\x8a\x53\xeb\x85\xd6\x83\xd0\x79\x31\xc9\x07\xad\xf4\xe4\x0b\x81\x64\x27\x77\x39\xf5\x21\x20\x61\x7c\xe8\x09\xa3\x6f\x40\xf4\xb2\x34\x15\xfb\x2e\x20\x7c\xe7\xbc\x0a\x0f\x67\xbc\x0a\xd2\x2c\xca\xf0\x3f\x84\x72\x9f\xa7\x47\xe5\x42\x25\xd8\x8f\x3c\xce\xdf\xb2\x88\x2c\xf8\xb9\xc9\xed\xcd\xe7\xc4\x18\x9f\x7e\x33\x0f\x5f\x56\x7a\x6c\xf3\xdd\x2d\x5e\xae\xac\xd5\xb1\xf3\x5b\x17\x7a\x6f\x64\x5d\x8d\x3e\xfe\x5b\xff\x72\xc2\xe7\x23\xdb\x3c\xd2\xfd\xe4\x3c\x1f\xb0\xc7\x87\x2b\xd6\xaa\xfb\x6e\x67\x6f\x0f\x15\x3d\x52\xeb\xf3\x92\xfd\x3e\x90\x38\xbc\xce\xd7\x9b\x94\xf2\xdf\xb8\xbf\xc5\xb7\x8f\x34\xf6\xf3\xde\xd3\xe8\x43\x92\x93\xbd\x6e\xec\x5c\xee\x73\x83\xdc\xe9\x61\x52\xfc\xd2\xa7\x84\x3c\xed\x96\xb3\x35\xcb\x27\x8f\xbc\xe5\x32\xf4\xc7\xbe\x90\xab\xba\x88\x3b\x1e\x5c\xde\x57\x5e\x55\x84\xca\x19\xd4\x5f\x4f\x50\xbe\x10\xb4\x0e\xc2\xeb\x13\x1f\x95\xfb\x11\x11\xcf\x47\xe9\x67\x92\xb6\x89\x50\x3c\x39\xed\x0f\x32\x71\x92\xf1\x2b\x59\x65\x60\xa2\xa6\xc3\x73\xd5\x7e\x60\xbc\x6e\xc0\x5b\x63\x19\x60\x4c\x42\xa2\x9d\xf3\x1d\xf4\xc7\x8c\x9e\x95\xe6\xe7\xf6\x6b\x4e\xf8\x84\xf5\xae\xe1\x73\x3e\x9e\x0c\xaa\xab\x78\x15\x97\xfa\x3a\xc5\x5f\xb0\x55\x23\x79\xf4\xf3\x1e\x9f\x95\x03\x9d\x69\x13\xee\xb9\xf9\xae\x1c\x76\x1d\xb7\xb2\xa5\xd4\xff\xe8\xf0\xce\xd4\xa5\x74\x0e\xd4\x89\xc5\x01\x1f\x59\x6b\xe3\x8f\xd4\x44\x06\xcd\x67\x6d\x8f\x3f\x50\xb1\x3b\x58\x94\x75\x35\xb6\xaf\xf4\x48\xb0\x38\xdb\x34\x6a\x80\xd6\xbf\xd0\xbe\x2f\xdb\x43\x83\xe5\xd9\x9d\xc1\x4b\xb6\x1e\x0e\xfc\x4c\x6a\xf9\x2f\xd9\x5c\x1f\xb8\x9d\x8c\xf0\xe5\xdb\x98\x14\xa8\x4e\x2e\xf0\xaa\x5e\x57\x16\x60\x40\xd6\xb9\x53\x7a\x39\xae\xfe\x81\x48\x18\xa9\xcf\x9d\x07\x22\x54\x9e\x1c\x73\x29\x1f\xd5\x27\x69\xfe\x9b\xd6\x41\x84\xf3\xee\xfd\x27\xd3\x3c\x28\x83\x8b\xd9\x65\xa2\x47\x39\x98\x63\xa8\xf5\x43\x42\x0b\xc8\xc9\xb2\x38\x37\xea\x31\x30\xe3\xbd\x97\x8c\xa1\x1f\x69\x3e\xe1\x4c\xf4\x58\x97\x9a\x8f\x42\x29\x0e\x59\x8d\x61\x9d\xfd\x92\xf1\xfd\xcb\x6b\x13\x56\x3f\xea\x19\xfd\x62\xef\xb6\xb4\x81\xbb\x43\xe1\x0d\x0d\xdf\x26\x8a\xdf\x18\x08\x29\xeb\x29\x9f\x12\xd9\x3c\x21\x24\xea\xd7\xe7\x69\x09\xa7\xdb\xc2\xcc\x86\x2a\xb3\x1a\xaa\x14\x22\xa4\x87\x9d\x33\xba\x7e\xe7\x1e\x65\x47\xe4\xb0\xd4\x52\x26\xed\xfe\x18\x99\xc8\xf2\x4f\x96\xdc\xd1\x16\xfe\x95\x75\x3f\x2e\x78\xdb\xd8\xf0\xab\x6c\x46\x74\xfc\x46\x46\xa4\x0b\xdb\x3f\xaa\x63\xfd\xdb\x88\x35\xec\x85\x11\xd3\xd6\x0e\x86\x3b\xb3\x6f\x86\x84\xaf\x8a\x8e\x48\x65\x7f\x0b\xda\x96\xbf\x2a\x7c\x39\x69\xec\x5f\xbb\xbc\x31\xcc\x9e\x9c\xe4\xa3\xfe\x4f\x3f\x24\x72\x25\x58\x1c\x94\xf9\xc6\xad\xcb\xec\x34\xf1\x17\xff\x1d\xca\xbb\x07\x9f\xcc\xcb\xbb\xa0\xfd\x00\x68\x5f\x8c\xc5\x67\xb9\x98\x1f\xa1\xba\x50\xe8\x0e\x90\xdf\x6b\x70\x45\x7e\x2d\xfb\x5c\x5e\x92\x93\xb3\xde\x8c\xb7\x7d\xf3\x76\x87\x9c\x72\x9d\xfa\x78\xd9\x54\xd9\xb1\x03\xa3\x53\x6e\xcd\x1c\x7f\x67\x9e\x58\xda\xb7\xe6\xee\xb1\xbd\x45\x4f\x27\xbd\x3c\x1f\x3c\xc6\xb8\xee\xc6\x0c\xbf\x53\xb9\x71\xf3\x6e\x7f\xcf\xb9\x7d\xf4\x6a\xcc\x94\xef\xa9\xf3\x1a\x0f\x7a\xc6\x4d\xf8\x55\x32\xcb\x66\xf7\xed\xb8\xc6\xa1\xf9\x53\xf5\xb6\xbe\x8d\x1f\x18\xfa\x9a\x55\xbc\x39\x26\xc1\x6e\xd8\x3f\x93\x45\xe7\xfd\x14\x66\xc6\x7f\x63\xc9\x8d\xfd\xfe\x6f\xbf\x93\x15\xad\xb1\x5e\x6c\xf3\xe8\xc4\x65\x26\xb1\x81\xec\xec\xc8\x99\x8b\xd7\xc6\x6a\xb1\x4f\x84\x39\x2c\x2c\x8f\x31\x62\x7f\x0d\x7a\xbf\xe0\x65\x74\x22\xa9\x12\xf0\x84\x33\x0e\xd2\x8f\xa8\x73\x42\x21\x11\xc7\x41\x2d\x1e\xaf\x43\xf3\xdf\xf4\xfd\x6f\x5a\x07\x91\xc5\xe3\x7b\xe7\xf1\x7c\xcf\x57\x1c\x23\xfe\xe2\xc3\xb7\x15\x89\xfa\x12\x04\xb9\x64\xfb\x19\x66\x8c\xe4\xb9\xb7\x2d\x9b\x8f\x58\x47\xe9\xcc\x7c\x6c\x53\x90\xed\x3b\xd3\x39\xb1\x7d\x68\xa9\x72\x7c\x42\xe4\x89\x86\xe6\xd9\xcf\xa7\xa4\x67\xbc\xaf\x9d\x3d\xcd\x7c\x55\xf9\x8c\x75\x87\x6c\xb2\xe6\x1e\xf6\x9a\xb7\xa1\x44\x3a\x63\x79\x4b\xd1\xe2\x88\x6d\xa5\xe3\x9e\xbf\xbe\xb8\xd4\x67\xc3\xa8\x71\xec\x9f\x33\x17\x59\xae\xba\x97\x6e\xf9\x6b\xfb\xec\x9a\x15\xcf\xc6\xe5\x0f\x79\x4d\xbf\xb7\x74\x51\xba\xe0\xd0\x99\x29\x5e\x8b\x1f\x8c\xbb\x3f\xac\x91\x25\xbc\xe8\x63\xda\xea\xe1\x8d\x19\xba\xf3\x59\xa9\x2b\x58\x8c\xb1\x1f\xe6\xce\x4e\x9d\xc6\xca\x48\x76\x99\xf3\x2d\xe5\x3c\xab\x39\x21\x7c\xd6\xb2\x14\x07\xb6\x5e\x8c\xe4\xac\xdc\x64\x05\x76\x6c\xd4\xd3\x19\xf3\xc6\x0c\xb2\xcb\xc2\x3e\x4c\x73\x1d\xf3\x88\xfd\x24\x84\x62\x61\x04\xaa\x38\xbf\xff\x28\x5e\xee\xcd\xbf\x75\x20\x74\x0e\x00\x5d\xff\x02\xde\xb8\xd0\xf7\x80\x69\x1d\xcc\x1e\x8a\x17\x66\xa5\x1f\xa6\x78\xbd\xf7\x0e\x65\xc3\x2a\x91\x22\x7b\x7b\xb3\x0e\x5c\x36\x99\xc3\x68\xea\x98\xb2\x5b\xca\x6d\x9b\x5d\xe5\xf9\x92\xa2\x23\x91\x66\xa1\x8e\x95\xbb\xd7\xbc\xce\x98\x32\x2e\x70\xfb\x9e\xdc\x95\x0b\x59\xb3\xfb\xd6\x3a\x2c\x98\xb2\x73\xc1\x62\xe1\x3c\xbd\x39\xed\xe7\x9c\xf2\x82\x17\x4c\x9b\xf5\xb9\x37\x3f\xdf\x37\xc7\x68\xe6\x83\x1f\x53\xf2\x5e\xcc\x9c\x95\xfd\xe0\xe7\x8d\x05\x59\x33\xec\xa7\x3d\xfb\x55\x98\x13\xf7\x3b\xdf\x85\xe7\xf3\x31\x35\x68\xb2\xfc\xb0\xc9\xc4\xdd\x53\x2c\xb3\x52\x86\x4f\xa5\x5f\x9d\xb4\x34\xcb\x8f\xc5\x97\x26\x94\xf5\x62\x42\x08\x2b\x33\x59\x6d\xa2\x48\xa6\x35\xab\x35\x41\x32\x73\xf9\xf8\xa7\x6c\xad\x18\xc9\x8c\xfb\xe3\x3d\xd8\x81\xa3\xbd\xc6\xcb\x8c\x2b\x66\x97\x87\x95\x01\x42\x2c\x6e\x1d\xb4\x0f\x84\x1b\x8f\xd7\xa3\xf5\x60\x13\x67\xfc\x5d\x7f\x01\xef\xf3\xed\xf6\x5c\x3c\x44\xe9\x06\x86\x3c\x6b\x28\x1f\xf4\xb7\x8c\x63\xbd\x1c\x7c\x9a\x77\x3a\x61\x64\x06\x41\xdc\xfa\x72\xac\x5a\x37\x4d\xe9\xc3\xa5\xa6\x6a\xa6\x83\x80\xf9\xfb\xda\x59\x87\xc7\x06\x6d\xf1\xf3\xda\x1d\xbd\x27\x24\x65\x70\x4c\xc5\xaa\xee\xad\x37\x72\xb6\x4c\x6b\x9f\x1f\xbc\xa9\xa8\xa8\x70\xee\xfb\xec\x94\x0d\xb6\x27\x07\x17\xd6\x66\xf5\xad\xf3\x7a\xf0\x6b\xf1\xee\x4c\xfb\xc2\x29\x3f\xd7\x2f\xbc\x31\x7e\xd6\x6a\x89\x5f\xc7\x67\x33\xd3\x37\x2e\x7f\x37\xb4\x7a\xea\x9b\xf4\x81\xa5\xdb\x87\x7a\x26\xc7\xa4\x4f\x58\x62\x33\xec\x3f\xa1\x3b\x5d\x62\xc1\xa4\xe1\xb6\xf4\x84\x71\x6b\xe7\xb9\xb1\xd4\x53\xad\x68\xdd\x47\xda\xc1\x99\xd7\x58\xd7\x13\xec\x52\xef\xce\xc8\x63\x8b\xc5\xce\x1f\xfb\x23\x3b\x86\xed\x3b\xfa\x66\x4a\xd7\xd4\x1f\xec\x5d\xe1\xb5\x63\x3d\x26\x77\xb2\x8f\x86\x6d\x05\xd4\x6e\x12\xff\xa9\x03\x99\xa0\xff\xdf\xf5\xd3\x3c\x38\x57\x07\xf3\x4b\xf6\x24\xc5\xef\x0f\x2e\x3b\x4b\xfd\xb9\x5e\xfd\x8b\x54\x8e\xd2\xed\xba\xc6\x0b\x22\x8b\x09\xa2\xc9\xe2\x72\x87\xc6\x62\x99\x5b\xc7\xfb\xcf\xcf\xb4\x2c\xd6\xaf\x3f\x30\xe5\xf4\x37\x9f\x42\xd7\xba\xf5\x97\xea\xae\xc7\x0f\x44\xbd\x98\x6f\x55\x29\x30\xbd\x36\x53\x71\x4a\x46\x79\xd4\x86\xaa\xa9\xfb\xd3\x33\x0e\x37\xd4\x7d\x9e\x11\x9b\x74\xe9\x90\xfd\xbd\xfd\xb3\x0c\x12\x82\x4a\xbd\x7f\x75\xcd\x54\x4d\x98\xb9\x3b\x63\x68\xfb\x94\x92\xf8\x03\xc5\xf5\xc3\x31\x99\x65\xf1\xbd\x45\xef\x86\x0f\x8d\x17\x4c\x90\xd9\x20\xc0\x92\x4a\x8d\x4e\x98\x56\xf0\x8e\x15\x93\x5c\x1f\x7f\x73\x55\x2d\xeb\x5c\xc2\xb1\xf8\xe2\x7c\x51\xd6\xaf\x38\x85\xf8\x0d\xcb\x92\xd9\xee\xd1\xd2\xb1\x75\x4b\x4b\xd8\xdb\xc3\xef\xc5\xa9\x2d\xaa\x64\xb7\x84\x96\xc4\xdd\x9c\x7f\x9d\xdd\x1d\x72\x2c\x86\x3d\xef\x2c\xa9\x13\x50\x0e\x58\xf1\xee\x77\xfb\x0f\x72\x31\x9d\xe7\xfb\x3f\xef\xeb\xdf\xf5\xd3\x3a\x88\x6a\x09\xaa\xfe\xc6\x33\xd4\xba\x78\xab\x78\x89\xab\x7f\xf9\xd8\x44\xcd\x83\xdb\x7a\xd7\x28\xbf\x80\x26\x46\x07\xd5\x5f\xeb\xb3\x6e\x3e\x56\x6a\x16\x56\x2a\x57\x68\x5f\x61\x34\xa0\x91\xba\x2d\xb7\xed\x90\xdb\x55\x1b\xd5\xbc\xd2\x2b\x18\x9d\x1a\x50\x35\xe5\xd6\x85\x9d\x93\x26\x8f\xb9\x97\x36\xe7\x7c\xe6\x5a\xa1\xb4\x87\xf1\x9b\x1b\xf4\x6b\x5a\x33\xf6\x47\xa9\x9e\x93\xbc\xbb\x64\xc2\xd4\xb0\xca\x33\x4f\x86\x47\x65\xde\x08\xdb\x5d\x17\x34\xdc\x91\xfa\x23\x5c\xf9\x48\x23\xcb\x24\xf9\x5e\x38\xe3\xd0\x76\x56\x41\x62\x56\x78\xfe\x3e\x59\x56\x57\xdc\xae\x08\x9b\x5d\x05\x2c\x32\x56\x2a\x3c\xba\x38\x93\x3d\x29\x32\x3e\x82\xbf\x68\x90\xbd\x34\x62\x7a\x84\xd2\x86\x45\xec\xf3\xa1\xfb\xc2\x19\xeb\x5d\xd9\x5f\x82\xfa\xc2\xcd\x0b\xaa\x49\x8d\x80\xda\x70\x83\x95\x9d\x64\xa8\x9f\x51\xd8\xaa\xe5\x5f\xc9\xa5\xde\x4e\x80\xfb\xf6\xbf\xfb\xe0\xff\xa5\x03\xa9\xb5\xa3\xe6\xff\xbb\xf3\xd4\x7c\x19\x2c\xe3\xea\x21\x9e\x44\x5d\xa3\xfe\xdc\xdd\xfd\xb7\x28\x5f\x91\xe6\xb5\x77\xa9\x75\x76\x7a\x73\xb7\x37\x07\xab\x2c\x1e\x6b\x4a\xaf\x21\x88\xdd\xef\x1e\xc9\x6b\x5f\x53\x28\x2c\x9c\xd6\xed\xe0\x70\xd0\x30\x6b\xee\xf7\x2e\xc1\xd0\x3e\xd7\xc4\xf4\x59\xb7\x65\x33\x5e\x86\xeb\xc6\xe7\xdc\x2a\x5d\xf5\x20\x46\x33\xfc\xd4\xcd\x2b\x95\xa6\xf1\x43\x81\x8b\x3a\x7e\xdc\x5a\x91\xf8\xd2\x4f\xfc\xa6\xee\x70\x73\x02\xdb\x2f\xb8\x69\x80\xd5\x12\x2b\xee\xe7\x7a\x7e\x19\x5b\x37\x2a\xdd\xef\xcb\xe9\x02\xb6\x7f\xa4\x83\xdf\xa3\xba\x1e\xf6\xc6\x30\x0d\xff\x95\x55\x72\xec\x13\x21\x65\xfe\xf7\x0e\xdf\x67\x3f\x0f\xda\xec\x5f\x73\x60\x0f\xa9\xe4\x4f\xfa\xbf\xde\x73\x8e\x74\xf0\xcb\x08\xe8\xdc\x39\x9a\xf4\xf3\xed\xf4\x3f\x59\xfc\x9e\x5c\xee\x95\xe6\xbf\x67\xf3\x3d\xf2\x84\xfb\x1a\xff\x3d\x1b\x7e\x92\x37\xdc\x44\xff\x37\x17\x67\x55\x20\x17\x69\x1f\x80\xa3\x54\x3d\xc3\x87\x2e\x52\xfd\xf0\xbd\x7a\x2b\x35\x3f\x9e\xc6\x77\x6c\xe4\x60\x67\x75\x17\xc5\x13\xb7\x56\x3f\x58\xc4\xc1\x06\xe3\x27\x94\x2f\x46\xf5\xe9\x17\xd4\xdf\x2b\xb9\xfe\x8a\xda\x4f\x37\x6f\x7a\x7d\x4f\x6d\x8c\xd8\xfc\x65\xbe\x03\x6f\x2d\xaf\x69\xf8\x4f\x8b\xec\x3f\x1c\xa0\x64\x19\x36\xc6\xe3\xb9\x4c\xda\x08\xcf\x9a\x88\x86\x67\x58\x1e\xeb\xdf\xec\xcf\x7a\x2e\x5d\x36\x21\xd8\xdf\x4b\xe3\x59\xd5\x8d\x75\xa1\x89\xee\x26\xcf\xc7\xff\x7a\x1d\x92\xea\xb6\xb2\x5b\x81\xfd\xc2\xff\xbd\xdb\xdd\x9b\x06\xa4\xb8\x5f\x92\xbb\x7b\x9b\x1e\xa9\xeb\x1b\xe8\x3e\xd0\xa8\x4c\x5a\xfb\x74\xba\xe7\x9d\xbb\x4b\x66\x7b\x9e\xf5\x50\x3f\x39\x48\xae\xf0\x78\xec\xe1\x77\xf4\x1e\x59\xea\xee\xee\x3e\xa1\x9a\x41\xde\x77\x91\xf7\xa8\x2f\x5f\x46\xde\x74\xb9\xe9\xa9\x50\x5a\x42\x0e\x38\xcf\xf3\xf4\xdc\xa7\x47\x0e\x39\xc5\x79\x84\xed\x7e\x0a\x3d\xfb\x70\x20\x8b\xb7\xde\x97\xf1\xd6\x03\xed\x87\x52\xc3\x3b\x1f\x35\x52\xbe\x27\x1f\x9e\x5f\xa3\xfa\x61\x5f\xee\x1d\xea\xfb\xbf\xa7\xf9\x40\x80\x83\x57\x17\xf5\x52\xe3\x72\xfe\xf1\x0b\x4a\x1f\x53\xf7\xf3\x8d\x28\xf5\xde\xdf\xfb\x03\x35\x5f\xb6\x54\x7f\xa3\x72\x54\x56\x2f\xfd\xf5\x5a\xfe\x0c\x41\xcc\x6d\xfc\x79\xc7\xf0\xad\xbc\x4a\x46\xff\xf7\x2f\x9e\x6b\x75\xae\x46\xbb\x7f\x6b\x1e\x13\x6d\x23\x17\x34\xea\xfb\xbd\x25\xf2\x8e\x9d\x9e\xfd\x3f\x4c\x0e\x14\xb9\x16\xbb\x48\xfc\x64\x5c\x6d\x74\x97\x72\x3c\xf0\x6b\xcc\x8f\xcf\xae\xfd\x8e\xf2\x83\x63\xc8\x0b\x2e\x02\x0e\x57\xfb\x72\xc8\x4e\xa7\xa3\x0e\xe6\x0f\xa5\xc8\x9f\x0e\x73\x7e\xe7\x79\xbc\x6d\x37\x86\xa0\xfd\x63\x87\xf7\xcd\x93\xa0\x66\x37\xcb\x51\xe6\xe2\x1c\x98\xdb\x46\x3b\x1a\x9f\xcd\x83\xbb\x4d\x80\xa3\xdc\x49\x07\xc4\x59\x9d\x70\x0a\xac\x0b\x46\x90\xf5\x2d\x27\xad\xaa\xb3\x48\xb3\x32\x71\x54\x2b\xef\xc0\x4a\x73\x6f\x60\x91\x1a\xb7\xde\xad\x3c\xbf\xb0\x6a\x3e\x5e\xfd\x94\xdf\xcd\xa7\xb5\xd7\xa9\x3c\x84\xfe\xc6\x7b\xd4\x78\x74\x2b\xf5\x50\xfe\x31\xed\x56\xcf\xc7\x72\xf0\xf2\xa3\x37\xeb\x39\x78\x52\xef\x23\xa5\xaf\xab\xf0\xfd\x46\xe5\x68\xed\x5e\xc3\x6a\xe5\x60\x21\x2f\x37\x63\x8e\x00\xc0\x97\x44\x10\x53\x1e\x03\xda\xcd\xe2\xa7\x92\xe5\x01\x17\x5f\xd5\xc0\x30\x69\x7c\x88\x59\x6a\x30\xc7\x57\x0c\xf7\x73\x5a\x4c\x73\xdd\x04\x51\x55\xbc\xc9\xb2\xd0\xc1\x12\x3b\xcf\x4a\x58\xa5\xdb\xce\xc2\xce\xc7\xc1\x56\x25\xbf\xf3\x2c\x72\xbf\xab\xa1\xcd\x38\xdb\x6a\xce\xdb\xed\x38\x6e\x62\x66\x65\xf1\xec\x01\x6a\x8d\xef\x5b\x25\x3d\xaa\x43\x85\x89\x80\x55\x52\xe7\x19\x54\x19\x6f\xb5\x3a\xdb\x51\x8c\x0a\xe3\x93\x56\x42\x6d\x07\x70\xc9\xf0\x94\xd5\xcd\x2b\x43\x38\x6d\x34\xdf\x7a\xcc\x85\x6d\x38\x65\xb4\xc1\xca\xeb\xcc\x2e\x74\xea\x77\x5b\x9b\x9c\x4c\xc1\x0d\x83\x75\xff\xf8\x62\x95\xd3\x7e\x50\x54\x3f\xf8\x82\x1b\xd4\xf7\xff\x32\xe5\x3e\x35\x3e\x0f\x5d\x9e\x50\xfc\xdf\xcd\xe8\x97\x03\x54\x1f\x3c\xf3\x81\xca\x4f\xaa\x6f\xfa\x42\x8d\x5b\xad\x23\x7b\x12\xf1\x07\xff\x47\xf3\xbf\x34\xef\x97\xa5\xc5\xe3\x3d\xdf\x03\x8c\x12\xe1\xc3\xa3\x3f\x03\x76\x0f\x15\x16\x05\x4c\x07\xc2\xb7\x30\xe7\x7b\x3a\x00\x93\xbf\xeb\x3c\x75\x2a\x02\x0a\x66\xe8\x0f\xda\xce\x04\x59\xc6\x67\x30\x64\x35\x13\x5f\x9b\xef\x1b\x31\x2d\xa7\x03\xcf\xc2\x8d\x42\x2d\x2b\x00\xec\x31\x10\xa1\xf9\x7d\x93\x9c\x1f\xca\x00\x43\xde\x78\xf4\xbb\x69\x80\x86\xbd\x49\xe8\x8b\xe7\x00\xb3\xd0\xf8\xd8\xe3\x18\x80\xd1\x60\xa2\x7f\x6f\x31\xc0\x5c\x6c\x12\x7d\x7b\x11\xc0\x3c\x60\x32\xe5\xfa\x38\x80\x39\xdf\xc4\xa7\x65\x15\xc0\x78\x66\x2a\xd8\xe8\x0f\x30\xab\x80\x52\xde\xbe\xc0\xd5\xc1\x7c\x5b\xce\xad\x7f\xa0\xbe\x9b\xda\xff\x1e\xbf\x7b\x46\xe5\x8a\x75\x7a\xbe\xa3\x7c\xd5\x5a\xde\x7d\xa2\xce\x49\xe7\x35\x7e\xf5\x13\x7f\xdc\x03\x2f\x3d\xf5\x37\xff\x99\x3f\x9a\x8b\x33\x79\xfc\x68\x0a\x8f\x2f\x8d\x5f\x0d\xa8\xb5\x8d\x20\x83\x3b\x00\x4b\x1d\xe9\x11\x5e\x4b\x81\x40\x57\xe5\x09\x2e\xe7\x80\xf1\x9b\xd5\x2f\x39\x10\xc0\xd2\x0d\x9a\x87\xac\xa7\x03\x3b\x3a\xb4\x1e\x9b\xd7\x00\x75\xdf\xb4\x36\x98\x35\x00\xd7\xa7\xeb\x04\x9b\x9e\x00\x9e\xee\xd3\xb6\x30\x35\x02\xbe\xd4\x32\xef\x1a\x87\x53\xfc\x7e\x94\x9e\x14\xc5\x67\xf7\xe8\x24\xfc\x74\x06\x64\x3b\x75\x5f\xbf\xdb\x04\x8c\x9c\xa9\xab\xf5\x72\x16\xa0\xf0\x41\xfb\xfd\xd3\x53\x80\xfc\x66\xdd\x86\xee\x6e\x40\x71\xb1\x8e\x43\x97\x12\xa0\x30\x51\xcf\xf4\xa6\x06\x30\xca\x12\x38\x43\xad\xf3\x9f\xa9\xed\x51\xd4\x3e\x18\xf9\x88\xda\x3f\x1f\xb7\x3c\xa7\x78\xf0\xce\xd8\x77\x94\x1e\xe2\xba\xe1\x4f\xca\x3f\x86\xd6\x41\xd1\xf7\xc0\x0f\xe7\xf1\xf8\x4f\x1e\xef\xbf\x26\xe7\x6f\xde\x8f\xe6\xff\x63\x78\x7c\xa1\x4f\x0b\x20\xf2\x89\x20\xbc\x1e\x03\x46\x2f\xc4\xec\x5c\x52\x01\x1f\x47\xf9\xeb\xb6\x57\x81\x44\x97\x91\xf2\x56\xdf\x80\xd9\x87\x94\x6d\xcc\xdb\x81\xc2\xdd\xaa\x2e\xa6\xb3\x81\xfd\x3f\xd4\xda\x8d\x8f\x03\xa7\x16\xaa\xe7\x18\x9d\x03\xae\x26\xa9\xd7\x1b\x85\x00\xdd\xdf\xd5\x73\x0c\xbb\x81\x37\x29\xaa\x5f\x0d\xa7\x53\x3e\x06\x0c\x9d\x4b\x1c\x94\x61\x69\x50\xba\x07\x91\xb3\x92\x5e\xa0\xbc\x88\x25\x0a\xbf\x51\x09\x17\x8c\x8a\x57\xaf\x01\x49\x25\xf5\xa4\x67\x47\x00\xb1\x89\x0c\x89\x9e\x66\x40\x52\x9e\xd5\xcc\xcd\x05\xfa\x38\xa5\x87\xf2\x8f\xea\x1b\xec\xa7\xf4\x1f\xdd\x23\x3f\xeb\x70\xb0\xa3\x86\x45\x9d\xb7\x2f\x67\x21\x92\xf8\x33\x0f\x82\x37\x0e\xbf\xfd\x50\x78\x7a\x89\x5c\x5e\x5e\x4e\x36\x4f\x1f\x33\x96\xa7\x13\xa0\xef\xbd\x3b\x2d\x00\xf8\xfb\x09\xc2\xb9\x1c\xd0\x5d\x2d\xf4\xc9\x56\x05\x70\x79\x2e\x25\x64\x59\x0d\x8c\x0e\x92\x39\x61\xf6\x18\x98\x74\x4d\x3e\xd7\x78\x0f\x90\x7b\x43\xe1\x18\xcd\xf3\x1b\xae\x04\xca\x34\x95\xaa\xff\xcd\xef\xeb\xfe\x04\xee\x9a\x29\xbe\xd2\x9b\x03\x3c\xb7\x1c\xc5\xd0\x5d\x07\x7c\x37\x97\xef\xa6\x79\x7d\xf5\x0d\x1c\x14\xae\x10\xdb\xc8\xd5\x39\x10\x76\xe0\x31\xcd\x3f\x78\x8e\x14\x1f\x29\xc5\xc6\xe7\x38\xae\x0e\xb2\xff\x34\x57\x07\x47\xeb\xc0\x6e\x6d\x21\x29\x7f\x98\x46\x13\x72\x07\xf1\x47\x1e\x44\x79\x2b\x17\x77\xf1\xf8\xda\x0d\x3c\xdd\x07\xed\x83\x90\xc3\xe3\xbb\x27\xf0\x72\x21\x68\x3d\x10\xed\x7f\x60\xcd\xe3\x95\x6d\x97\x00\x5a\x46\x82\xa2\x16\x22\x80\x5d\x80\xd8\x62\x63\x55\x20\xc8\x4e\x3c\xd2\xe8\x28\x90\xa6\x2b\x55\xa3\x3f\x19\x98\xed\x25\xed\xfc\x9b\xe7\xcf\x04\x76\x54\x28\xcc\xd7\x89\x04\x0e\x89\xca\xc5\xea\x6c\x02\x8e\x0d\xca\xb7\x6b\x37\x00\x17\x7a\xe5\x67\x68\x3d\x01\xae\x7f\x95\xdb\xab\x35\x02\x78\xc8\x27\xeb\x40\xf3\xfa\x9a\xb2\xc0\xb0\x87\xc4\xa0\xc6\x04\x6a\x7e\x9c\x91\x90\xe5\x8d\x47\xf2\xdf\x38\x90\xf1\x92\xda\xd7\x1e\x6b\x7c\xa5\xf2\xc2\xee\xcc\xe2\xfa\xc3\xd0\x7e\x48\xa7\x03\xf0\x97\x0e\x66\x0f\x4f\xf7\x40\xeb\xe1\x56\xf1\xfc\x23\x16\xf0\x7c\x83\xa6\x26\xe0\x2f\xfe\x3f\x22\xf9\x6f\xde\xdb\x8c\xa7\x0f\x32\xcb\x02\x54\x5f\xf0\x1b\x1b\x79\x00\x66\x3f\x85\x1d\xf5\x57\x03\x5e\xc9\x22\xcb\x75\x6f\x01\xf1\x79\x62\xc9\x5a\xde\xc0\xc4\x93\xa2\xdf\xb5\x02\x81\x45\x2e\x12\xf2\xda\x73\x80\x75\xa5\xd2\xc2\xda\x35\xc0\x2e\x4b\x99\x1a\xad\xfd\x40\xe9\x24\x99\x70\xe6\x2c\xa0\x6a\x87\xd4\x62\xa6\x22\x70\x56\x40\xaa\x92\xe1\x05\xb4\x14\x48\x3e\x64\xac\x00\xba\x32\xa5\x08\x46\x31\xd0\xb7\x42\x72\x0d\x53\x0a\xf8\xf4\x45\xe2\xbc\xba\x07\x35\x3f\xfc\x64\x48\x6e\xfd\x02\x33\xb9\xf8\x04\xdf\xa8\x7b\x15\x9d\x65\xa0\xf6\xc7\x66\x9e\xce\xe1\x34\x2f\x07\xa9\x92\xc7\xf3\xef\xe5\x21\xad\x83\x59\xcd\x9b\x17\x4b\xcc\x79\xfd\x90\x37\x2e\x74\x1e\x08\xcd\xff\x07\xf1\xc6\xc3\x89\xa7\x83\x30\xe4\xe5\x8d\x30\x6b\x00\x89\xcd\x04\xa1\xbb\x17\x30\xfa\x21\xe8\xa1\x15\x0b\x38\xbb\x0b\xae\xd3\xd2\x05\x22\x65\x85\xe7\x33\x1d\x81\x34\x79\xe1\x2e\xe6\x7a\x60\xc6\x66\xd1\xdd\x9a\x3f\x80\x3c\x71\x89\x49\x34\xbf\xcf\x88\x02\xb6\xf1\x89\x1f\x67\x3c\x02\x0e\xec\x90\x34\xd7\xc8\x05\x8e\x9c\x91\x50\xd6\x28\x00\x4e\x4c\x94\xd8\xc4\x59\x0f\x8d\x6e\xe2\xdb\x35\x44\x80\x1b\xd1\x12\x16\xea\xf3\x80\x07\xd5\xe2\x92\xea\x8b\x80\x17\xf9\x62\xb3\x54\x7b\x81\x8f\xd5\xc2\xca\x6a\x05\x94\x3e\x28\xfa\xdf\x3a\xa0\x33\x22\x5c\xa4\xfd\x70\x7e\xeb\x60\x78\x7a\xc0\x82\xb7\x7f\xf7\x81\x39\x19\x7f\xf7\xc3\x14\x9e\xcf\x12\xad\x07\xf2\xe3\xfd\xff\xed\xf6\x71\x51\xff\x20\x17\x47\x09\x00\xfc\x91\x04\xc1\x94\x01\xb4\xb7\x0b\x8c\x90\x79\x0f\x18\x1d\x26\x08\x89\x26\xc0\xe9\x15\x41\xa8\x1b\x03\xf1\x3f\x04\x8d\xd5\x82\x81\xcc\x4a\xc1\x4c\xa9\xd5\xc0\xe4\x75\x04\xa1\x36\x07\xc8\x9d\x2c\x6c\x2e\x21\x00\x2c\x59\x4d\x10\x12\x53\x80\xd5\x17\x09\x42\xad\x07\x28\xd9\x2c\xba\x48\xed\x13\x50\x66\x2d\x26\x25\x79\x0a\xa8\x70\x20\x08\xd5\x85\xc0\xb9\x4a\x91\x3d\xaa\xbb\x80\xa6\x59\x22\x77\xc5\xd5\x81\x96\x10\x82\x50\x35\x07\x7a\x1c\x85\x73\x24\x75\x81\xa7\x9b\xfe\x57\x07\x54\xc3\xeb\x67\xfb\x79\x75\x6f\xe3\xe9\x65\x68\x1d\x0c\xdd\x07\x68\x5f\xa0\xa9\xbc\xbc\x41\x5a\x07\x12\xcb\xc3\xdf\x3a\x10\xde\xdf\xb7\xe4\xf9\xe8\xd0\x3a\x10\x05\x3e\x80\x38\x46\x10\x62\x7b\x01\x49\x65\x82\x10\xfa\x02\xa8\xcf\x27\x08\xfe\x91\x80\xc9\x37\x82\xe0\xbf\x0e\xb8\x6a\x11\x84\x5a\x35\x90\xba\x4f\x30\x4a\x4c\x02\x18\xbb\x88\x20\xc4\xe4\x81\xac\x48\x82\x50\x2d\x05\x96\x08\x09\x39\x09\x26\x03\xf3\x8f\x10\x84\x40\x11\xb0\xbc\x8a\x20\xd4\x36\x03\x3b\xa7\x8a\xfc\x54\x25\x81\x83\xe6\x22\xa7\x47\x94\x03\xfb\xed\x08\x42\x48\x0b\x38\x72\x8b\x20\x54\x4d\x81\x0b\x22\x22\x7a\x02\x2b\x81\x06\x1b\x82\x10\x91\x02\x5a\x4b\xb8\xef\x65\xff\xc7\x0f\xe4\xaf\x5c\x98\x7f\xde\xeb\xdb\xce\x20\xfe\xf0\xbf\xe7\x2b\xb2\xa5\xde\xe3\x4a\x9e\x72\xf5\xe3\xa0\x86\x9f\xff\xc3\x11\x17\x00\xcd\xf4\x88\x23\xc2\x4c\x40\xb7\x79\xcc\x66\xb1\x27\x80\x91\xfb\xc4\x44\xe9\x76\xc0\x30\x78\xee\x4b\xd9\xc3\x80\xa1\xcf\x6a\x6d\x85\xd1\x80\xe1\xe9\xe2\x93\xa3\x12\x01\xfd\xef\x65\xf7\x46\xed\x00\xf4\x6f\x9d\x69\x51\x1e\x07\xe8\xf5\xb7\x57\x28\xbb\x02\x7a\xcb\x9f\x7a\x2b\xad\x03\xf4\xb6\x7f\xbd\xab\xf8\x04\xd0\xd9\x09\xc8\xf6\x00\x4c\x61\x40\xfc\xe2\x0f\x4d\x4d\x21\x40\x2a\xee\xbd\x97\xa6\x32\x20\x3d\x7b\x20\x55\xab\x05\x90\x5b\xd0\xe7\xcf\x64\x01\x32\x61\x8f\xe6\x69\x0a\x00\x32\xfb\xba\x5a\x35\x27\x03\xb2\x29\xb7\x7d\x38\x1d\x47\x6e\x67\xfb\x5d\xa6\x08\x20\xbd\xbe\xad\x89\xf9\x01\x90\xb9\xd4\x3c\x9a\xb9\x1d\x90\xa1\x5c\xf0\xfe\xc7\x0f\x84\xe6\xb7\xe6\x11\xff\x0f\x1d\x04\x9d\x17\x23\xf3\xc8\xc5\x87\x83\x6a\x1f\x7d\x52\x04\x6e\x00\x5a\x39\xe1\x7b\x85\x39\x75\x69\x8f\xa9\x14\x6f\x00\x8c\xcc\x27\x9c\x97\x3e\x04\x18\x26\xcc\xb5\x96\xdd\x0a\x18\x7e\x59\xf9\x50\xe1\x2a\x60\x6c\x57\xdc\xa4\x3c\x12\x30\x4a\xa9\xd8\xaa\xf2\x1a\x30\xb4\x3c\x5b\xa5\x3a\x09\x30\xc8\xe8\x58\xac\xba\x1d\x30\x88\x7c\xb6\x4c\x35\x1d\x30\x74\xf8\xf5\x4b\xa5\x80\x1e\x07\x96\xa3\xb6\x39\x20\x53\xf7\xa5\x4e\xf3\x31\x20\xfd\x65\x30\x40\x6b\x18\x90\x9b\xdd\xef\xa0\x2d\x04\xc8\x13\x4f\x42\xb4\xd5\x00\xf9\xb9\x0f\x34\xb4\xea\x00\x79\xc5\x4e\x0b\xed\xa9\x80\x82\x53\x47\x83\xb6\x17\x20\x8f\x6b\x17\x35\xaf\x01\xb2\xef\x9b\x7b\x34\x0f\x02\xb2\x87\x1b\x05\xb4\x56\x03\x72\x94\x6b\xd6\xff\x97\x0f\xc6\xdf\xf5\xff\xf6\x01\xe0\xe5\xc5\xa8\xbc\x77\x7e\xc4\x6f\x03\x68\x06\x7a\xc7\x09\xf6\x00\x3a\x5b\x43\x17\x8a\x2c\x02\x0c\x66\x26\xc6\x49\x8c\x01\x8c\x17\x67\xa6\xc9\x8c\x05\x4c\x2f\xcd\x39\x3a\x32\x06\x30\x9d\xbd\xea\x80\xd2\x72\xc0\xe4\x54\x71\x93\xca\x43\xc0\x24\xb4\xe2\xa6\xfa\x2a\xc0\x28\xb6\x41\x54\xdd\x11\x30\x1c\x7b\xb3\x40\xdd\x14\x30\xb4\x79\x76\x53\xad\x0f\x30\xf2\x1b\x7e\xa7\xa6\x06\xe8\xfa\x03\x72\x7d\x3f\x97\xea\x54\x00\xf2\xd9\x1f\xfa\xb4\x9b\x01\x79\x93\xd7\x29\x3a\xad\xc0\xc8\xd1\xcf\x66\xe9\x1a\x00\x8a\x63\x7b\x3a\x74\xdd\x00\xc5\x0b\xf7\x56\x69\xe7\x00\x0a\x6e\xb7\xa3\x74\x7d\x00\xc5\xfe\x76\x79\x1d\x4d\x60\xa4\x45\xab\xac\x4e\x00\x30\xd2\xfb\x8a\x8e\x56\x07\x20\xcf\xb8\x54\xa4\x3d\x12\x90\x4f\xff\xaf\x71\xf8\x6f\x3d\xd0\xff\xe8\x41\x78\xba\x18\xf5\x31\x8e\x56\x02\x49\x80\xae\x89\x97\x83\x70\x1e\x60\x20\x1c\x72\x59\xcc\x12\x30\x91\x8a\x6b\x90\xe2\xe0\xdd\xf1\x4e\x32\xdf\x00\xb3\xe2\xd9\xa5\x23\x2b\x00\x33\x46\xfe\x06\xa5\x36\xc0\xec\x51\xf1\x1c\xf5\x4c\xc0\xf4\x7c\xc5\x5c\x46\x0e\x60\xe2\xd4\x30\xc0\xb4\x00\x8c\x76\xde\xaa\x66\xb8\x02\x46\xab\x5e\xbe\xd0\x00\x60\x9c\x0c\xa8\x87\x02\x7a\x01\x80\x42\xf6\xd7\x6c\xbd\xb9\x80\x62\xe7\x60\xbf\xde\x29\x40\xc9\xb0\xbf\xd4\x40\x1c\x50\xb9\xdd\xfb\x45\xaf\x06\x50\x7a\xd9\x5d\xa4\x77\x00\x50\xfa\x71\x67\x9a\xbe\x2c\xa0\x5c\xd2\xe1\xaa\xbf\x13\x50\x89\x6e\xbb\xa2\xcf\x04\x94\xd3\x9b\x16\xe9\xc9\x03\xa3\x2a\x2e\xef\xd1\x13\x03\x46\xcd\xbc\x60\xa0\xf3\x16\x18\x79\xf2\x3f\xd7\xc3\xbf\xf4\x0f\x34\xff\xcf\xe3\xbf\x1d\xf4\xa8\xfb\xef\x74\x4e\x0a\xd3\xc5\xd6\x63\x44\xd0\x3f\x3a\x29\x23\xd1\xc0\xdb\x62\x77\x00\x0b\x89\xd8\xf9\x32\xcb\x01\x0b\xb1\xf4\x57\xf2\x21\x80\x95\xe0\xec\x26\xa5\xfb\x80\x85\x7b\x7e\xa5\xaa\x0c\x60\xfe\x63\xdb\x6e\x8d\x1d\x80\x39\x71\x24\x48\x33\x0b\x30\xa9\xbe\xb0\x50\x93\xd3\x25\x0f\xdf\x8d\xd3\x7a\x06\x98\xc8\xbe\xfe\xa9\x79\x04\x30\x66\x01\x1a\x79\x2c\x55\xfd\x0a\x60\x54\xd5\xc7\xf9\x9c\x13\xa5\x32\xf9\xca\xd4\xe0\x0c\xa0\xda\xd1\xb7\xdb\xd0\x00\x50\x7b\xfa\xc8\xc7\xe0\x12\xa0\x16\xdd\x25\x67\x28\x07\xa8\xdd\xb9\xe9\x6a\x90\x00\xa8\xe6\x5d\x2d\xe1\x9c\x44\xd5\x65\x5b\x1a\x0c\xf2\x00\xd5\x98\x46\x2d\x03\x7f\x40\xa5\xf2\xfc\x02\x83\x01\x40\xd5\xfc\x8c\xbc\x41\x2a\xa0\x32\x02\xff\xa1\x7f\xf8\xf7\x38\x70\xeb\xff\xad\x83\xa8\xd5\xd5\xe0\xa0\x6a\xb5\xc9\x4b\x7e\x7e\x40\x3b\xcb\x3a\x48\x30\x0c\x30\x58\xea\xd4\x2e\x22\x0f\x98\x4f\xf5\x3b\x20\xa9\x01\x58\x75\x44\xbd\x93\xdd\x08\x58\xf3\xa7\xd5\x8d\x1c\x05\x58\x3d\x9e\xd1\xa7\x34\x08\x58\x19\xaf\x58\xab\x36\x00\x58\xf6\x6e\xab\xd5\x94\x04\x2c\xd6\x1e\xf1\xd5\xae\x02\xcc\xed\x2e\x3e\xd5\x9d\x04\x98\xde\xb9\xa7\xa6\xab\x0b\x98\x2e\x7c\x77\x5c\xc7\x08\x30\xb9\x04\x30\xc5\xbe\xa7\x1b\xe7\x02\x8c\xec\x37\xb9\x26\xd3\x00\xad\x8c\xe7\x7b\x8c\x8d\x00\x66\x7c\xcf\x41\xe3\x58\x80\x79\xe9\x5e\xb9\xf1\x0f\x40\xb3\xf1\xb6\x82\xb1\x12\xa7\x97\x5e\x8b\x32\x09\x07\x34\x77\xfe\xd6\xc5\x05\x1a\xcd\x00\x34\xf8\x2e\xec\x30\x1c\x01\xa8\xce\x3a\xf3\xcc\x88\x09\xa8\x15\x9d\x36\x36\xd4\x05\x54\x5e\xfc\xd7\x7a\xf8\x3d\x0f\xb6\x11\x7f\xdc\xfb\x26\xee\x33\xa8\x9c\x73\xf1\x54\x8d\xbd\xd4\x7a\x58\x61\xa0\xc4\xbf\x14\xd0\x7b\x63\x6e\xc0\xd9\x95\x68\x7d\x90\xe5\x08\x2f\x43\x49\x06\x60\xa3\x1e\x21\x23\xdb\x0c\xd8\x7b\xa5\x9a\x29\xa9\x02\x76\x92\xd3\xa7\xab\x06\x00\xb6\xb1\xcb\x27\x33\xad\x01\xeb\xe4\x6d\xce\x5a\xaf\x01\x2b\xfe\x4a\x2b\x3d\x15\xc0\xe2\xf9\xa5\x4f\x06\x8b\x01\xf3\xa1\xee\xab\x86\xb3\x00\xf3\xa5\x5f\xea\xf4\x1f\x01\x66\x86\x80\x16\xf9\x71\xd8\xf4\x2a\x48\x9d\xdd\x2f\xd5\x4d\xe7\xe3\x8b\xce\xbe\xc7\xbd\xa6\xe7\x30\xa0\x6b\xd6\x6d\x60\x7a\x15\xfd\xba\x1a\xb7\xab\x4c\x35\xf0\x45\xbb\xb0\xdd\xce\x34\x1b\x1f\xb5\xeb\x5a\x1b\xcc\x74\xf0\x4a\x67\x76\x63\xac\xe9\x7d\x7c\xd1\x0e\x3f\xff\xd9\xa4\x09\xd0\x14\xaa\xbf\x68\xf2\x10\x60\xce\x3b\x71\xc7\x64\x18\x60\x2a\xd6\x2d\x34\x89\x06\x34\x0e\xfc\xbf\xd6\x03\x8f\xf7\x25\x54\x28\x7e\x47\x68\x82\x0a\x75\xff\x5f\xd6\x56\x25\x8a\xe2\x7b\x8e\x6a\x27\x09\x34\x02\xc6\x84\xf1\x5e\x61\xb5\x7f\x72\x94\x68\x7d\x90\xc3\xfb\x10\x65\xf9\x77\x80\x93\x53\xd2\x52\xe5\x25\x80\x93\xe9\xd4\x3e\x8d\xc7\x80\x43\xc5\xb2\xbd\xda\x3b\x00\xbb\xb8\xad\xa7\xf5\x1e\x01\x36\xd6\x95\x93\x0d\x0f\x02\x56\xbb\x1b\x37\x19\xbf\x02\x2c\x83\x1f\x05\x73\xbe\x4b\xcb\xb9\xbf\xea\x8c\x0f\x0c\x79\x98\xc7\xe2\xbd\x5e\xd7\xe0\x6e\xb3\xcb\x78\xa4\x4f\x3c\xf9\x66\xee\x84\x66\x03\x83\xee\x60\xf3\x72\x34\x18\x9c\xb8\x3b\xdb\x42\x16\xa7\x0c\x75\xda\x8d\xcd\xcf\xa2\x59\xbf\xa9\x55\xdf\xe2\x1e\x4e\x19\xea\xff\xd6\x41\x15\x98\xcf\xc4\x53\xdd\x80\xb3\xd2\xe6\xbe\x78\xad\x33\xf3\xc4\x06\x8b\x66\xf4\xe8\x3e\x3d\x6a\x65\xfe\x03\x1f\xb5\x5b\xab\x99\xe6\x7a\x80\xe6\x2f\xfc\x87\xfe\x81\x5e\x07\x6a\x1b\x29\xe4\xf9\xbe\xd3\x3a\x08\xf5\x12\xd5\x39\x7c\x29\x80\x9e\x26\x73\xb6\x40\x24\x60\x51\xab\x1f\x2d\x34\x0b\xb0\xc9\xb6\xf0\x14\x4b\x06\x9c\x77\x38\xdd\x90\xe9\x02\x5c\xac\x03\x47\x8d\xf4\x01\xdc\x9a\x12\xbe\xa9\x2d\x03\x5c\xde\x4f\x3e\xcc\x7c\x07\x38\x87\x2c\x9d\xae\x37\x1b\x70\xe8\xd8\x1a\x69\x14\x08\xd8\x2d\xaa\x12\x31\xdd\x0f\xd8\xc4\x35\x2f\x36\xbf\x0e\x58\x8f\x78\xba\xc9\x22\x0d\xb0\x76\x42\x9e\x39\xf3\xf3\x0d\xcb\x16\xac\x37\x0d\x7c\xbe\xdb\xea\x2c\xc6\x99\xb7\x76\x67\x5a\xb7\x23\xc4\x32\xee\xb6\x89\xf5\x0a\x8c\x33\xbf\x73\xfd\x8c\xf5\x6c\x4c\x37\x7b\xdc\x2a\x6c\x3d\x1b\x0b\xcd\x64\x2f\x4f\xb3\xd6\xc6\x26\x93\xe9\xe7\x75\xac\x5a\x50\x6a\xf4\xb1\x5e\xca\x3a\x01\x87\x8d\xfa\x69\xfd\x4f\xcd\x2f\xab\xa9\xe8\xd0\x1f\x53\x99\x6f\xa5\x8b\x47\x7a\x3a\x65\xa3\xad\x19\xe8\xd6\x3b\xfc\xe7\x3c\xa0\xfb\xa1\x26\xf7\x67\x1e\xff\x2f\xf8\x52\x9e\x4d\xfc\xe1\x03\x40\xe7\x21\x58\x78\xa8\xad\xe4\x5f\x0d\x38\x89\xeb\x44\x0a\x85\x00\x2e\x26\x26\x77\xc4\x98\x80\x67\xbd\xbd\xbb\x4c\x32\xe0\xf5\xd0\xeb\xf9\xa8\x0e\xc0\xfb\x51\xf4\x10\x83\xf3\xdf\xbb\x26\x5c\xd2\xd9\x0b\xb8\x0b\x2c\x4e\x33\x92\x06\x9c\xbf\x6e\xd1\x34\x2b\xe5\xcc\x9b\xaa\x6c\x2b\x45\xc0\xae\xba\xb5\xde\x56\x1d\xb0\x79\xd7\xdf\x65\x6b\x4b\x86\xda\x5c\x84\xad\xf5\xe9\x57\xdd\xb6\x63\x48\xd8\xc5\xd3\x3a\xa0\x5b\x33\xec\xca\xc0\x6f\xb7\xf2\xaa\xa0\xfd\x5d\xf2\x87\x7d\x01\x9d\x93\x77\x61\x92\x43\x23\xc4\xec\x2e\x9f\xbd\x6d\x6f\x01\x3f\xab\x3d\xa7\x2c\xec\x6b\x10\x6a\x15\x50\x7b\xd9\xc1\x16\xc9\x96\xa9\x55\xa1\xf6\x2f\x30\xd3\xbc\xb9\x7c\xaf\x9d\x36\x4a\x8d\x1b\x4a\x27\x3a\x14\xa1\xc0\x4c\x7f\xff\x04\xbb\xb3\x38\x6e\xb4\x15\xff\xa7\x0e\x86\xe6\xff\xe9\xfb\xef\xb4\x0f\x80\xd1\x59\xe1\xfb\x1c\xb4\x52\x11\xcf\xe7\xa0\xc7\x78\x86\xd6\x88\x43\x80\xaf\xaa\x6e\xae\x30\x80\x20\x6f\x2b\x41\x69\x5f\x20\x30\xde\xa3\x40\x29\x05\x08\xac\x0b\xf7\xd4\xfc\x04\xf8\xb9\xa6\xb7\xeb\x9f\x03\xbc\x17\x2e\x5c\x66\xce\x99\x27\xb7\x8b\xb6\x59\xb1\x01\xe7\xb5\xd5\x4d\xf6\x8b\x01\x87\xaa\x6b\x73\x9d\x1c\x01\x7b\x91\xb7\xd2\xce\x42\x9f\xe5\xed\xbb\xc8\x7c\xd7\x89\xbd\x9b\x1c\x2d\xc8\x89\xee\x49\xb7\xcf\x38\xf6\x90\xcb\xdc\xb2\x7e\xfb\x00\xf1\x72\xd1\xce\x4b\x3b\xaf\x24\xeb\x5d\x1c\x4f\x85\x3b\x9f\x20\x7b\x9c\xfc\x8f\x25\x3a\x9f\x24\xbf\x3a\x3c\xaf\xf2\x76\xc9\x07\xbf\x83\x47\x79\xaa\x73\x2e\x6c\x6c\x5e\x1e\xfc\xea\xac\x86\x70\xab\x5f\xfb\xaf\x3a\x89\x23\xc7\x42\xac\xe4\xa4\xb3\x15\x66\x5a\xe4\xed\x5e\xec\xf8\x1d\x1b\xcc\x14\xff\x63\x1e\xf0\xf8\x7f\x82\x10\x99\x4a\xcd\x83\x68\x41\x4a\x0f\xa3\x57\xc8\x6f\xc3\x41\x4b\x06\x57\x0f\x41\xfb\x62\x04\xc8\x49\x52\xeb\x27\xbc\x9b\xd1\x25\x64\x0f\x44\x2f\x33\xf1\x92\xbc\x06\x8c\xee\x74\x52\x51\x7c\x09\x84\x8b\x04\x75\x6a\x7d\x00\x82\xbf\xa7\xa4\x18\xaf\x00\xfc\xeb\xe7\x7c\xb0\xfa\x05\x78\xdd\xdc\xb4\xcb\xe1\xee\xb0\xb2\xbb\x5d\x55\x86\xdb\xd7\xaf\xf7\x5c\x76\xb6\xde\xf3\xae\xfd\xb0\xc4\xd9\xab\xdf\xcc\xaf\xf7\xc5\x06\x17\x59\xf6\x91\x80\xab\x77\x8a\x5d\x4f\xb1\x2f\x04\x34\xb7\x94\xb8\x47\xb1\x3b\x02\xce\x5f\xf0\x74\xaf\x23\x45\xfc\x7c\x4e\xf7\x7a\x2c\x27\x19\xbe\x39\xc7\x34\x3d\x7c\xc8\x64\xaf\xc4\xea\x3d\x1e\x87\xc8\xb9\x9e\xfa\x65\x0f\x3d\xb2\xc9\x1a\x37\xe6\xc1\x11\x1e\xcf\xc9\x8b\xae\xfe\xfb\x4a\x3c\xc6\x91\xaf\x9c\x5a\x76\xbd\xf0\x58\x07\x41\x87\x1f\x3b\x9c\xdc\x77\xc0\xcc\x8e\xb1\xcd\xc1\xdd\x18\x41\x36\xea\x45\xab\xdc\xee\x22\xcd\x6a\xf2\x1f\xfb\x01\xa1\xd8\xf7\x67\xfd\x22\x6c\x82\x1a\x17\xcd\x8f\x04\x95\x8b\x41\xfb\x41\x38\x4d\xe7\x22\xed\x8b\x11\xf9\x7c\xc4\x0f\x8a\x07\x3a\xa9\xa2\xc2\x3f\x08\x8c\x1d\xa3\xab\x2a\xf6\x13\x48\x19\x6b\x5d\xa8\xd0\x08\x24\x5e\xf1\x39\xab\x15\x05\x44\x7d\x89\x5f\x62\x91\x34\xa4\x16\x36\x23\xbb\xc4\x49\xfa\xc3\x97\xa0\xcc\x35\x0b\xbc\x19\x03\xcd\x7e\x87\x4a\x4b\x82\x8c\xfb\x94\xbc\x0f\x5d\x38\x11\x3e\xa9\x47\xdc\x33\xaf\xc7\x23\xea\xd9\xbd\x14\xcf\x70\x56\x4d\xf4\xe5\x66\x7f\xef\x44\xd6\xd7\xd1\x7c\x67\xde\xfb\xd4\xb1\x9d\x22\xce\xd6\x5d\xf1\x9d\xcd\x5e\x1c\x66\x52\x35\xc2\xf7\x32\xbb\x3e\xb8\xf6\xf0\x6d\x3f\x01\xf6\xdb\xc0\xa4\xfd\xe7\xfc\xec\x48\x86\xdf\x87\x3d\x5e\x7e\x52\x64\xb0\x4f\xcd\x8e\x32\xdf\xb7\x64\xae\xe7\xb3\x62\x19\x5f\x6f\xb2\xca\xdd\x69\x8b\x9e\x4f\x2f\x79\xdb\x65\x68\x93\x94\xcf\x56\xf2\xb3\x53\xdf\xfa\x38\x9f\x7a\x8c\x70\x6c\x58\xfb\xd0\xfb\x3e\xb4\xed\x57\xfe\xef\x3a\x20\x74\xb9\xf9\x0f\xf4\xfd\xf7\x7f\xd7\x1f\xc0\xcb\x43\xa0\xf9\x9f\xb1\xbc\x7b\xb0\x13\x42\x46\x50\x3a\xfd\xa9\x3a\x6a\xcf\x28\x9f\x94\x87\x26\x0e\x72\x46\xc0\x44\x6f\xd7\x09\xcc\xd0\x2f\x2b\xc6\xbe\x8a\xd8\x6a\xfd\xe0\xe5\xad\xf8\xd3\x99\x62\xde\xf6\x3d\x67\xa3\x7d\x73\x03\x42\xae\xdd\xad\x8a\x98\xbe\x23\x2e\xba\xac\x7d\x79\xc8\xad\x13\xcf\x13\xad\x5b\xba\x82\x74\xef\x38\xa6\x58\x35\x9a\x05\xdc\xfd\xc2\x48\x8d\x3b\xe9\x19\xd4\x36\x8c\x14\xc3\x4a\xfd\xe0\xe3\xac\xfc\x84\x92\x03\x08\xd9\xce\xea\x8f\x55\xdf\x93\x10\x2a\xce\xd6\x18\x3d\xb0\xe3\x52\x48\x2b\x7b\x4e\x84\xfa\xb6\xc6\x90\x17\xec\x3d\x61\x61\x45\xbb\x82\x33\x49\xa1\x40\xe6\x86\x85\x21\x3f\x48\xfe\xc0\x75\xeb\x52\x82\x4f\x92\x01\xbe\x67\xd6\x3c\x0e\xda\x40\x16\x79\x4e\x5d\x79\x31\x44\x91\x5c\xed\xe5\xb2\x3c\x29\xc8\x82\xec\x71\x79\x93\x37\x14\x98\x44\x7e\x71\x8e\xe1\xd4\x3f\x92\xd7\x27\xf9\xef\x52\xfd\x80\xa7\x03\xa1\xf9\x6f\x3a\x07\x20\x30\x8a\xf8\xeb\x1e\x38\xed\x0b\x42\xdf\x87\xa6\xf5\x20\x8b\x0a\x25\xa8\xe7\xb6\x25\xe6\x5a\xa7\x25\x58\x9f\x7e\xce\x5b\x6d\xa7\xc7\x24\x9e\x7d\xc8\x2e\x0b\xb4\xb0\x09\xef\x6c\x98\x20\x98\x94\x1b\xe0\xde\xf6\x35\x75\xc2\xac\xe1\x18\xc5\x8b\xfe\x49\x23\xd6\xd7\x27\x07\x9c\xd6\x8c\xd7\x3d\xb2\x3d\x7d\xea\xd1\xfa\xe8\xfe\x36\xe9\x09\xeb\x2a\x27\x45\x7d\x1b\xf8\x9c\xc5\x2e\x5d\x36\x3a\x69\x58\x79\xc2\xb6\x1d\x35\x31\x92\xc3\x07\xd2\xb3\x8a\xd8\x31\xb1\x2c\xf5\xb1\xa6\x1b\xa5\xa2\xb3\x58\x47\x12\x4e\x17\x5e\x8b\xf1\x64\xdd\x8b\x17\x5f\xf3\x74\x74\x17\xdb\x7d\x74\xce\xca\xe2\xd1\xb3\xd9\x6b\x22\x94\xf2\x1e\x8f\x0e\x63\x5f\x0b\xf9\xb4\x54\x22\x6a\x0e\x29\x17\xe8\xb9\xa4\x38\xaa\x84\x64\x06\xcc\x5d\x14\x1f\x19\x4d\x66\xf8\x14\x2d\x68\x88\x78\x4f\xae\xf0\x6a\x9b\x2b\x1d\x31\x9e\x3c\xeb\x3e\xe9\x9f\x75\xc0\x6f\xca\xad\x43\x93\xe7\x03\x42\xf3\xdf\xb4\x0e\x82\xae\x9f\xe6\xc1\x69\x1e\x74\xf1\x6e\xe2\xcf\x7b\xe1\x57\xd6\xc5\xf0\x3b\x10\xc4\xa7\xa5\xeb\x77\xa9\x7e\x14\x75\x78\x96\xb8\x26\xce\xec\x9b\xfa\xf2\xbb\xec\x3c\x7b\xcf\x3a\xcb\x47\xcd\xa3\xe6\x77\x46\xef\xf3\xd3\x39\x79\x6b\xfa\x40\x16\x91\x70\xa8\xe2\xf5\x24\xf1\xe5\x6e\xe3\x47\xee\xf3\xc8\x78\xbd\xf7\xd1\xa4\x35\xdb\x97\x8c\x5b\x7d\x7e\xe7\x74\xd9\xcd\x67\x52\x65\x1f\x4f\x9a\xd1\xbb\x4e\x7f\xec\x8a\x21\xa1\x19\x71\xf9\xe3\x53\xd5\x86\x06\x26\x55\x2f\x0b\x1a\x3b\x6d\x78\xcb\xf8\xd7\x4b\xc4\xc6\xaa\xb0\x04\x52\x3f\x2d\x8c\x4f\x49\x61\x65\x27\x5d\x5c\xb0\x31\xe9\x33\xeb\x6a\x82\xec\x5c\x97\xe4\x10\x36\x5f\x6c\xdd\x6c\x8d\xa4\x42\xf6\xd8\xa8\xc9\xb3\x6e\x27\x56\xb2\xab\xc3\x8e\xcc\xe4\x4b\x54\x67\xf7\x86\xe8\x64\x9f\x4f\x88\x23\xc5\x03\x2f\x4e\x2b\x8b\xab\x22\x13\x7d\x03\xa7\x6e\x89\x13\x20\x17\x78\x67\x02\x04\xcf\xdf\x43\x91\x57\x27\xad\x03\xa1\xf3\x30\xe8\xfa\x27\xc6\x71\x71\x4e\x2b\xf1\x17\x0f\xc8\xf5\x45\x60\x19\x6f\xa3\xf8\xae\xf7\xef\x76\x51\x7d\xe3\xf9\xf9\xbd\x3b\x94\x1a\x08\xa2\x33\x76\x47\x9b\x7e\x8b\xd2\xe5\xe6\x4d\x45\x6d\x4e\x35\xa6\x39\x27\x1f\xac\xcd\x0f\x3d\xed\x25\x7d\x28\x61\xf9\x93\x71\x44\xcc\xc3\x2d\x7c\x0b\xca\xe7\x3e\x99\x90\xbf\x7a\xee\x9c\xf0\x2d\xab\xa6\x1b\xe4\x5a\xcd\x12\x3c\xf6\x7a\xb6\xf1\x3c\xa3\xec\xe8\xbb\x2a\x73\xa5\x66\x9e\x9f\xee\xfb\x63\xe9\x3c\x2f\x5a\xf7\x31\xb5\x62\xf2\xc4\x61\xb1\xac\x0b\xff\xe3\xf3\x51\x3f\x61\x01\x2b\x2d\x39\x60\xa2\x41\x66\x26\xeb\x5c\xc2\xfa\xcc\x57\xe3\xdb\xd8\xea\x31\x7e\xff\xd6\x7b\x8c\x77\x4c\xab\x66\x37\x85\xba\x8e\x37\x1d\x2b\x47\x2a\x06\x3c\x49\x8b\x1f\x9b\x4d\xda\xfa\x8b\x00\x92\x3c\x3d\x8b\x71\x18\xf1\x97\x0e\xe4\x77\x3e\x10\x5d\x7f\x2f\x17\x57\xb9\x11\x7f\xe8\x60\x7e\x15\x96\x50\xe3\xf6\xb6\xba\x94\x9a\x1f\x4f\x1f\x97\x7d\xa4\xde\x77\x3e\xae\xec\x91\x88\x26\x88\x56\x83\x8a\xd1\xcc\x75\x72\x4a\xf5\x96\x07\xb3\xac\x3b\xf5\xb5\xcb\xbe\xec\x09\xf1\xf7\x74\xee\xdb\xa6\x52\xbc\x6f\xcc\xe4\xf0\x15\xcb\xa7\x6c\x14\x99\x31\x23\x6d\x79\xce\xfd\xc2\x97\xeb\xaa\x26\x6d\x98\x5a\xb6\x66\x7b\xf5\xf6\x69\x16\x13\xb6\xae\xfa\xd0\xb1\x34\xdb\x26\x7d\xda\x2a\x9f\xcf\x6f\xb2\xf5\xd2\x1a\x96\x5f\x1b\x96\xce\x3a\x90\xb6\x3d\x57\x72\x78\xdf\xf8\x86\xb1\x1f\x16\x5f\x63\x69\xa6\xf2\xa7\x6a\x2d\x10\x65\x65\x27\x7d\x1a\x3b\x7b\xee\x6a\xd6\xd5\x84\xa0\x94\xe9\x39\x04\xdb\x28\x46\x26\x25\x66\x66\x05\x3b\x31\xaa\x2b\x79\x30\x7b\x09\x7b\x53\x84\x5d\xf2\xf2\xa9\x77\xd8\xd7\x43\xdd\xc6\x90\x53\x6d\x48\xa1\x20\xed\x31\xe6\x59\x4c\x32\xd6\x77\x47\x62\xe7\x84\x99\xe4\x6c\xef\xcb\x00\x73\x07\xb7\x2e\x47\x6f\xe2\x2f\x1d\x48\xc6\xd3\xbf\xeb\x5f\x33\x8b\x8b\x3b\xa8\xdc\x8b\x9f\x67\x0e\x3c\xa0\xea\xd7\x28\xa7\xea\x7e\x92\x50\x4b\xf1\xba\x77\x27\x1f\xa7\xee\xc5\x36\x7f\x39\x4d\xad\x97\xb3\x5d\xf5\x53\x95\xdf\x88\x96\x57\x6e\x38\x11\x67\xd2\xca\x08\xda\x89\xda\xed\x1e\xad\xd6\xbd\xab\x4f\x1c\x11\x8a\x89\xf4\x1f\x3b\x7b\xe0\xa0\xd6\xe4\xba\x84\x39\x59\x1a\xfb\x53\xd6\xbc\x4b\x6d\x49\x1d\xd8\xfb\xb4\x62\xc1\x78\xd7\xc4\x0d\x7b\x56\x5f\xf7\xca\x18\x8e\xbd\x5e\x72\xe7\x83\x4b\xa6\x79\xcc\xaf\xed\x43\xc3\x03\x69\xa9\x31\xaf\x36\x2f\x66\xcd\x4d\x52\x89\x75\x5c\x1f\xcc\x3a\x97\xb0\x24\xa6\xa0\xa0\x9a\xcd\x88\xf1\x88\xd9\xb0\xda\x95\x1d\x38\x7a\x5a\xcc\xf7\xe5\x7b\xd8\xf9\x11\xf5\xd1\x37\xf2\x24\xd9\xd7\x42\xa3\x63\x5c\x16\xfb\xb1\x11\xb4\x3f\xba\x77\xe1\x12\x52\x3b\xe0\x68\x0c\xff\xdc\x0d\x64\xa4\x9f\xe6\x68\x93\x39\xe2\xe4\x56\x2f\x91\xd1\xf3\x67\xdd\x26\x0f\x79\x0a\x01\x36\x3c\x1d\x60\x70\x38\xf1\x97\x0e\x64\xce\x46\xe2\x2f\x1d\xc4\x2e\x8a\xc7\x19\xca\x3c\x4c\xf1\x3a\x83\xa8\xe1\xde\x7b\x0e\x3a\x49\xf5\xcb\xbb\x61\x5c\x3d\x4c\xeb\x94\x8b\xd4\xbc\x3a\x73\xa4\xb1\x9a\x83\xb5\x63\x5a\xa6\xcb\xb7\x10\xc4\xde\xe2\x2b\x31\xba\x8b\x14\x37\x6e\x50\xbd\xd8\xe1\x24\x63\xb4\x74\xd1\xd2\x73\x87\xc3\xa3\x5d\xaf\x4f\x1c\x73\xaa\x2e\x73\x7c\xf8\xe7\xe4\x37\x27\xe7\xad\xd4\x89\x19\x1d\x73\xf9\x44\xf0\xe1\x9d\xf1\x0f\xc3\x1f\x1c\x97\x6a\x4b\x4d\xbc\x19\xe2\x71\x6c\xde\x3b\xcb\xc4\x9e\xe0\x86\xaa\x35\xac\x07\xb1\xe7\x82\x5b\x0e\x95\xb0\xdd\xa3\x76\x05\x9f\xd9\xc7\x66\x2f\x0f\x3f\x1a\x22\x5a\xe2\xc8\x2e\x0f\x93\x0b\x59\x53\x5c\xc2\xee\x09\xae\x0e\x09\xdf\x62\x4f\x4a\x07\x6a\x87\x7c\xda\x20\x42\xda\xf9\x5b\x87\x48\xad\x1d\x24\x27\xf9\xf8\x86\xa4\xaf\x4e\x24\x37\x7a\x19\x04\x2b\xe5\xdf\x22\xaf\xbb\xcd\x09\x7a\xbf\x62\x3f\xf9\xd0\x35\x3f\xe8\xc3\xd2\x62\x92\xe5\xec\xfd\x4f\x1f\x48\xb9\xc5\xeb\x7f\x96\xbc\xef\x9f\xd7\x37\x76\x51\xba\x17\xd6\xce\xca\x1a\x6a\xfd\xcf\x3a\x4e\xd5\xf9\x84\x75\x86\xd2\x4d\x75\x1e\xbd\x44\xf1\x1e\x6d\x19\x4d\xd4\x7e\x7a\x6e\xcf\x55\x6a\x3e\xd5\xf4\xdd\xc8\xe5\xe0\xbe\xfe\xdb\x9b\x46\x3c\x25\x88\x2d\x59\xb7\x5d\x35\x0c\x24\xd7\x2f\x6f\xec\x78\x6f\xed\xcc\xbc\x3c\x23\xfb\xfa\xcb\x40\x0f\x6b\x9f\x94\x2d\x6d\x3b\xd3\xdc\xbc\xbb\xa3\x17\xb4\x76\x2f\xdb\x10\xa8\x18\xb2\xbe\x55\xfa\x40\x55\x48\x93\xdf\xfe\x96\xa9\xcd\x44\xd8\x0c\x6f\x8f\x16\x99\x37\x2b\xc3\x12\xbc\x5e\x5c\x8a\x67\xd7\x07\x87\x7b\x95\xd7\x2f\x22\xc5\xfd\x73\xbd\xa7\xd7\x8d\x27\x8d\xfd\x8c\xbc\x6f\x55\xb9\x92\xc1\x3e\xe5\x3e\xe2\x65\x7c\xe4\x0c\xaf\xd3\x3e\x19\x07\x62\xc9\xf5\x9e\x2e\x3e\xb5\x25\xef\xc9\x23\xee\x75\x3e\x0b\x77\x8e\x27\x6f\xb8\xee\xf7\x89\xda\xfa\x80\xfc\xea\x6c\xed\x7d\xa9\x88\x0d\x69\xc7\x04\x9f\x80\x8d\xf5\x50\x76\xa8\xf7\x39\xb9\x76\x2b\x4c\xec\xe7\xff\xd3\x07\x67\xf0\xd6\xc3\xea\xe0\x3f\xeb\x27\x43\xab\x29\x7c\x37\xe9\x24\xa5\x6b\xe8\xcb\xbd\xc0\xd5\x3f\xe4\x37\x53\xfa\x9f\x6b\xa1\xd7\x42\x39\x78\xbe\xff\x26\xe5\xa7\x55\xb7\xfe\x0e\x35\xae\x07\x3d\xee\x53\x7a\x80\x2d\x1d\x3d\x94\xae\xb0\xf0\xd2\x93\x5d\x2a\xe6\x04\x31\xef\xd9\xe3\x02\xe3\xf3\x8a\xcf\x26\xd8\x3d\x5a\xe2\xd5\x6f\x30\x27\xa6\xfc\xc1\x96\x31\x1f\xec\xbd\x43\xa4\x1f\x48\x2d\xaa\x77\x99\xe1\x13\xfa\x40\x7d\x4f\xa7\x07\xbf\xdb\xf1\xee\xeb\x8d\xa6\x9e\xf5\xce\x65\xdd\xfb\x06\xba\x3c\x53\x9c\xfd\xee\x2a\x92\x5b\xdd\x76\x3a\x6f\xbe\x7a\x8e\x3c\xee\x6a\xe8\x6c\x78\x45\x8e\x7c\xea\xb4\x96\xce\xf1\x70\x59\x7d\x7a\x0c\xf9\xd1\xf1\xbb\x8b\x47\xdd\x0f\x8c\xb4\xaf\x75\xf9\x58\x25\x07\x2d\xfb\x11\x2e\x61\xe5\x0b\xe1\x63\x73\xd8\xa5\xe3\xa0\x07\x42\x6d\x64\x9c\x1f\xed\x1b\x83\xd9\x96\x0c\xd7\x43\xbb\x97\x21\xdd\xaa\xd6\xe5\xca\x0e\x7e\xac\xb0\xe0\x03\x26\x1f\xfd\xbb\xff\x73\xe7\x3f\xad\x03\xf9\x18\x5c\x7f\x86\x83\xcf\x56\x5f\xa6\xf8\xfd\x6e\x99\x36\x2a\x17\xe8\xfa\xde\x1b\xd4\xbe\x70\xe9\xdc\x5d\xaa\x5f\x1e\xaf\xe9\xa6\xc6\xa1\x42\xbe\x97\xd2\x5f\xee\xea\x7a\x46\xf1\xc3\x85\x65\x03\xd4\xba\x59\xc4\xff\xf6\xb8\xc8\x66\x82\x98\x56\xf0\x36\x4d\xeb\xa5\xc4\x50\xf2\x85\x41\x86\x73\x81\x7a\x56\xe8\xfd\x37\x1e\x31\x2d\xc6\xba\x3e\xeb\xdf\xd4\xce\x9d\x62\xfe\xcb\x55\xff\xcd\xa7\x1d\xbd\xd6\x1a\xf6\x4f\x06\x75\xce\x5f\xb0\xd9\x6d\xab\x39\xe8\xfe\xfc\x90\x0d\xc3\xe6\xf6\x4b\x49\xa4\x5b\x16\xd8\x8c\x78\x94\x81\xc5\xe6\xe3\x6d\xa6\xdc\x9d\x81\xf9\xe6\x85\x36\x45\xed\x5d\x58\x6a\x2e\x62\xb3\xa4\xe5\x00\xd6\x9b\x7e\xb5\x39\x75\xc9\x06\xc5\xa6\xee\xb6\x16\xe7\xbe\x62\xbb\xa9\xbf\x4d\xff\xc9\x1c\xd4\x18\x67\xd9\x6a\xd7\x99\xe2\xa4\x51\xaf\xad\x54\xb5\x3b\x2e\x1b\x76\xda\x86\x54\x14\xa1\xd5\x30\xda\xfa\xfe\x21\x11\xbc\xd2\x93\x02\x72\x79\xfe\x2f\xc5\x3c\x9f\x24\xae\x0e\xec\xf3\x1e\xae\x1f\xc4\x8b\xaf\x57\x28\xbf\x94\xee\x84\xab\x94\x2f\x48\xc7\x47\x6e\x4e\xca\x95\x82\xfb\x14\xff\x5d\xbf\xbb\x97\x9a\x1f\xd5\xa2\xcf\xa9\xf3\xe7\x3e\xab\x01\x6a\x1f\x2d\xba\xf1\x81\xe2\xc9\x56\xc8\x7e\xa5\xe6\x57\xf6\xd4\x5f\x89\x1c\xcc\xb0\x63\x87\x29\xcf\xe6\x1f\x19\xfd\x8e\xd5\x68\x75\x59\x6e\xb2\x9f\x0a\xab\x3f\xcc\x42\x63\x85\xeb\x31\x32\x76\xfa\x77\xad\x1e\xbb\x83\x88\x2e\x2a\xd3\x2d\xb3\x3c\x0e\xd4\x9b\xeb\x9d\x35\xcf\x06\x7a\xd7\xeb\x4d\x34\xfb\xc2\xb6\x01\xb4\xee\x9b\x96\xbc\x67\x00\x5a\x41\xa6\xac\x17\x24\xa0\xbd\xd5\x74\xce\xe3\x5d\x80\xd6\x35\x53\xe5\x7b\xd1\x80\xd6\x48\x53\xbd\x9b\x47\x00\xcd\x57\xa6\x57\xaf\xe6\x01\x5a\x85\x66\xdf\xae\x3c\x05\x4b\xfb\xb5\x99\xfd\xc5\x13\x80\x96\xa7\x79\xe8\x59\x71\x40\xdb\xce\xbc\xf4\xe4\x7a\x40\x5b\xc2\xac\xea\x28\x1b\x60\xbe\xfa\x47\x07\xc3\xf5\x43\xf9\x36\xe5\x1c\xa5\x83\x1c\x58\xd3\x2c\xc9\xc1\x07\x5d\xed\x94\x7f\xd6\xed\x9b\xf7\xa9\xfd\xa0\x45\xaf\x27\x8d\xda\x07\xde\xf5\x51\xbe\x5b\x47\xa7\x0e\x50\xbe\x31\x87\x67\x73\x75\x40\x3b\x24\xbf\x50\xfa\xaa\x42\xfc\xa2\xe6\xd3\xa2\xa9\xdc\xfb\xf3\xbf\x79\xdf\x79\x80\xe4\x25\x82\x08\xf6\x02\x4c\x56\x49\xc4\xbb\x8f\x07\xfc\x05\x14\x57\x39\x38\x03\x99\x52\x2a\xfa\x56\xfb\x81\x95\xdb\xd5\x1d\xcd\x0e\x02\x87\x6b\x19\x46\xc6\xa7\x81\x16\x7b\x86\x90\x51\x3d\xd0\x7f\x48\xfd\xca\xef\x1c\x8b\x3b\xbf\xae\x02\x23\x5d\x75\x1b\x3f\xf8\x00\x23\x45\xf5\x5e\xbe\x1c\x02\x46\x15\xe8\xbe\xee\xed\x07\x14\x0b\xf4\x0c\xbb\x45\x81\x51\x9a\xfa\x3b\x6f\xdf\x02\x94\x03\x74\xf3\xdb\x7f\x00\x8a\xae\x7a\x15\xad\x5e\xc0\xa8\x5a\xdd\x47\x8d\xc5\x80\xe2\x38\x7d\xf5\x0b\x04\x30\xea\x2e\xad\x83\xf9\x95\x75\x8e\xf2\xfd\x78\xfd\xb8\x85\xea\xfb\x3d\x33\x6e\xa6\xfe\x59\x7f\x9b\xc2\x13\xaa\xde\xf3\x37\xb9\x79\x29\xc7\x77\x73\x75\x11\x47\x74\xbe\x0c\x71\x70\x4f\x09\xd7\x1f\x67\x73\x2f\xa8\x7d\x94\xe6\xbd\xb2\x67\x70\x31\x89\xe7\x7b\xe0\x2f\x00\xf0\xcd\x21\x08\x2f\x7b\x40\x2f\x54\x44\xc0\xc1\x04\xf0\x70\x92\x49\xb4\xdc\x06\x24\xa5\xca\xad\xe5\x3c\x01\xcf\xef\x1c\xf9\xc0\x38\x0f\x28\xee\x57\x6a\x32\x50\x04\x8e\xad\x52\x32\xd5\x17\x05\xda\x37\x28\xa5\xe9\x89\x03\xfd\x39\x8a\x71\x7a\x33\x00\xf2\x9e\x7c\x3b\x9d\x5f\xa1\x71\x7a\xf8\x11\x20\x7a\x47\xe3\xd5\xc7\x69\x80\xf8\x38\xc6\xac\x57\x36\x80\x44\x2f\x23\xf0\xe9\x39\x40\xd2\x8c\xf1\xe6\xd1\x68\x40\x2a\x92\xb1\xb7\x4b\x05\x90\x32\xd0\x8c\xec\x78\x05\xc8\x14\x32\x67\x5d\xd3\x00\xa4\x27\x91\xcc\x86\x48\xee\x3e\xd8\x42\xd5\xf7\x04\xb7\xa9\x73\x51\x17\xf3\xc1\x4b\xaa\x0f\xae\x7a\x4e\x9d\x13\x2f\xc5\xbc\xa6\xfa\xe8\xa9\xbe\x4f\xd4\xe7\xb5\x0e\x43\x54\x7f\x2d\xdd\xcc\xe5\xc7\xb7\x7d\xfc\x9b\xff\xa5\x75\x20\xf4\x3c\x18\xcd\xcb\x93\xa1\xf3\x1f\x1c\x4f\x00\x4c\xdd\x11\x5b\xad\xb4\x00\xa7\x00\x09\x15\xd3\x52\x20\x26\x48\x6a\xa3\xe1\x45\x60\x5a\x99\x8c\x95\xfe\x28\xa0\x80\x4f\x4e\x42\x77\x3f\xb0\x7f\xaf\xfc\x3c\xed\x36\xa0\xde\x5a\xde\x58\x3b\x0a\xb8\xb1\x48\xde\x99\x53\x7f\x6f\x87\xcc\x0b\xad\x8f\xc0\xa7\xe3\x32\xd5\x8c\x13\x9c\xf1\x10\x4b\x90\x97\xe6\xf2\xd7\x82\xf2\xa0\xbc\x56\x05\xf4\xbe\x53\x77\x12\x45\x1e\xbc\xa3\x98\x45\x95\x27\xcf\xbe\x03\x42\x8b\x05\xa4\x9e\x6a\x73\x7e\x1e\x71\xe9\x21\x75\x93\xff\xc3\xfa\x96\x6c\x6a\x1f\xb0\xbb\x75\x95\x83\xf7\xcb\x1f\x53\xfd\xae\xfd\x41\x3f\x95\x0f\x75\x65\x33\x37\x27\xec\xcc\xb5\xaf\x54\x5e\x4a\x9d\x3c\xfb\x2d\xc1\xf5\x83\xa1\xf6\xcf\x1d\xf7\x78\xfc\xa7\x32\x8f\xff\x15\xe2\x22\x9d\x83\x90\x9c\xff\x37\xdf\x69\x6f\x0b\x10\xc7\x09\xc2\x6a\x19\xa0\x5e\x2b\xa0\x61\x32\x0b\xb0\x61\x88\x9c\x32\x28\x05\x42\xf7\x88\x2d\xd7\x1d\x02\x32\x8a\x25\x74\xb4\xbe\x00\x8b\x26\x4a\x1c\xd6\x8e\x01\xb6\x1a\x48\x9f\xd0\xd4\x02\x2a\xfc\xa4\xe5\x98\x2b\x80\xb3\x85\xd2\x8e\xf4\xbd\x7d\x46\x2b\xd0\x3d\x4e\xca\x93\xc1\x02\x06\x47\x4a\xc6\x6a\x2c\x01\xd8\x71\xa2\x31\x32\xaa\x7f\xf3\xfa\x7f\xe8\x3f\x02\xb9\xf8\x8e\xf7\x1b\xbd\x9a\xc2\xc1\x97\xb3\x3a\xa9\xe7\xa6\xee\x0d\x3d\x94\x2f\xd8\xad\xec\x57\x94\x7f\x60\xb3\xd5\x07\xaa\x6f\x9c\x8f\x18\xa2\xf4\x8f\xc7\xbd\xb9\x7a\x98\x7f\xeb\x60\xd6\xaf\xfe\x9b\xff\xa5\xf3\x40\x32\x16\xff\xcd\xfb\xd2\xbc\x37\xcd\xf7\x6a\x8f\x05\xc4\x3b\x08\x42\xef\x3e\x60\xba\x40\xf0\x85\x26\x1b\xf0\x5a\x2e\x24\xc6\x2c\x00\xc6\xfc\x14\xde\xac\xf1\x1c\xc8\x1e\x23\x62\xc3\xb8\x08\xac\xdc\x22\xf6\x88\xa1\x05\xec\x0e\x14\xff\x4e\xf3\xfb\x6a\x96\xc0\xe9\x41\xd1\x9d\xea\xb6\x40\xd3\x79\x71\x2d\xb5\x5a\xe0\xee\x63\x31\x03\xd5\x5d\xc0\xd3\x7d\xc2\x83\x6a\x86\xc0\xa7\xdb\xc2\x33\x64\x0f\x02\xc8\xfe\x63\x3c\x68\xfd\x07\x01\xae\x82\x27\xf9\x07\xc5\x58\xf7\x34\xf7\x52\xcf\xd9\xb7\x17\x0c\x50\xdf\x6f\x8b\xcb\x07\xaa\xaf\x5f\x04\x8b\xd2\x09\xd1\x3a\xa0\x7f\xeb\x60\x68\x3d\x1c\x9d\x8b\x43\xaf\x03\x3a\x0f\x84\xe6\xff\x69\x3d\x90\xdb\x7c\x2e\x9a\x1c\xe0\xa2\xca\x25\x80\xff\x29\x41\x68\x09\x00\x06\xda\x02\x2f\x35\xa6\x02\xae\xa9\x23\x24\x34\x36\x03\xd1\x85\x82\x97\xd4\x6a\x80\x09\x83\x82\x1d\xaa\x67\x81\x85\x59\x42\x46\xd2\xfa\x40\x7e\x29\x41\xa8\xd5\x01\x25\xa1\xa2\x3e\xd2\xb3\x80\xfd\xcf\x08\x42\xea\x38\x50\x6d\x41\x10\x2a\xcf\x80\xcb\x86\xc2\x47\x54\xfa\x80\x8e\x50\xe1\x79\xaa\xb2\xc0\xa3\x4a\x61\x7f\xe9\xeb\xc0\xf3\xb7\x04\x21\x92\x0f\x7c\x32\x25\x08\x61\xd1\xff\xd6\xc3\xdc\x35\x7a\x45\xcd\x87\xf6\x88\x6f\xd4\xba\xbf\xcc\xc7\xa2\xce\x05\x27\x3d\x41\x9d\x2f\xff\x47\x07\xb3\xed\xef\x3e\xb0\x78\x37\xaf\x1f\xf2\x74\x12\xb4\x0e\x84\x9e\x07\x01\x37\xb8\xe8\xc8\xd3\xd5\xd1\x3e\x18\x34\xef\x2f\x31\x11\x90\xd3\x27\x08\xb1\x5d\x80\xe1\x67\x82\xa0\x7c\x1f\x76\xfe\xc3\xf7\x4b\x44\x01\x59\x49\x04\x21\xe2\x06\xcc\x95\x21\x08\xe1\xb9\x40\xbe\x27\x41\xa8\x6a\x00\x25\x07\x85\x5d\x84\xdf\x03\xbb\x0c\x09\x42\x48\x1c\x38\x34\x4c\x10\x2a\x4f\x81\x73\x1f\x84\x0f\xd2\xbc\xfe\x08\x00\xd7\xd3\x09\x42\xb8\x16\xb8\x77\x8b\x20\x84\x34\x80\xfe\x58\x82\x10\xea\x03\x3e\x7f\x24\x08\x3e\x35\xee\x38\x74\xf4\x71\xfd\xc0\x1a\xfb\xb8\xfd\x8e\xf6\xc3\xa9\xe4\xe9\x3c\xf6\xf2\x66\x11\xad\x07\xa4\xf5\x70\xb4\x0e\x84\x5e\x07\xb4\x0e\x24\x89\x87\xe1\x27\xb9\xe8\x93\xc6\x45\x3b\x5e\xce\x1a\xad\x7f\x90\x7b\xc2\x45\xce\x8e\x2d\xc0\xd9\xb1\x6b\x01\x95\x52\x82\x10\x88\x00\xac\x79\x37\x7b\x7c\x1e\x12\x04\xbf\x3f\x90\xf0\x81\xab\x53\x98\xba\x96\x20\xf8\x7f\x02\x73\x3e\x73\x3f\x5f\x96\xcb\xc5\x82\x3e\x82\xe0\x53\x00\xb6\xbd\x26\x08\xbe\x47\xc0\x01\x13\x4e\x43\x03\x2a\xb7\x13\x04\xdf\x3b\xe0\x74\x19\x41\xf0\x3d\x01\x2e\x77\x13\x84\x80\x18\x70\xa3\x80\x20\xf8\x23\x81\x47\xbc\x44\xc9\x57\x0a\x04\xd1\x2c\x45\xde\xa6\xea\xaf\xc5\xff\x53\x07\x43\xeb\x40\x96\xf2\xbe\xd7\xb9\xbc\xf5\x3e\xe5\x33\xfe\x9f\x3a\x10\xd7\x9b\xff\xea\x0b\x4e\x5c\x94\xe1\xed\xa7\x44\x1d\xc0\xaf\x4a\x10\x44\x02\x30\xea\x2d\xf7\xf7\x32\xfa\x40\x10\x7c\xd3\x01\x4f\xde\x49\x3f\x42\x8d\x20\xf8\x44\x80\x54\xde\x4d\xb9\x29\x45\xff\x1a\x0f\xde\x9b\xb0\x82\x1a\x2e\x16\x55\x70\x71\xaf\x29\x41\xf0\x49\x02\x65\x4d\xdc\x9f\x8f\xb6\x72\x0e\x3e\xc0\x19\x5e\x62\x5c\x93\x08\xe7\x81\x08\xb8\x31\xc8\x7d\x1f\xf7\x7f\xe6\x80\xfc\x4b\xff\xf0\x7f\x21\x97\x17\xe5\x9f\xe5\x45\xa1\x84\x79\x28\x75\xbf\x47\x65\xc6\x98\x47\x02\xb6\x80\xda\x95\x89\x56\x42\x12\x80\x5a\xd1\x9c\x57\x42\x1f\x01\xc6\xd8\x55\x5a\x62\x0f\x00\x86\xd9\x36\x37\xf1\x4f\x80\x86\x52\x59\xb4\xf8\x00\xa0\x1e\x7a\x5a\x43\x7c\x17\xa0\xd1\x7a\xf5\xa5\x64\x2f\xa0\xce\xd7\x93\x2b\xf6\x1e\x50\x63\x7d\xf8\x25\xba\x04\x50\xb9\x01\x8c\x88\x07\x44\xf7\x72\xfe\xcd\xef\xbd\xe2\x54\x16\xfd\x47\x05\x11\xca\x99\xe8\x4d\x80\xf0\x75\x0e\xbe\x10\x14\xa6\x3a\x50\x2f\xbf\x40\x37\x07\xbb\x9d\x85\x28\xc5\x57\x67\xb8\x20\x95\x70\xd7\xbe\x47\x65\x3c\x20\x1c\x7c\xd5\x5f\x65\x13\x20\x5c\x7b\xa5\x50\x55\x0b\x10\xa9\xc1\xff\x1f\xfa\x87\x7f\xeb\x20\x68\xa4\x75\x01\xdc\xf1\x12\xb9\xec\xa1\xc2\x41\x69\x89\x10\xea\xbd\xbf\xaa\x51\x82\xa5\x40\x2b\xa0\xc6\x9f\x99\x23\x18\x0a\x30\xea\xe6\x38\x8b\x16\x01\xcc\x09\x2b\x2b\xc5\x9b\x01\x86\xe4\x96\x7e\xf1\xe3\x00\x43\xf8\xf0\x80\xc4\x10\xa0\x7e\xa6\xde\x55\xc2\x02\xd0\x50\xbd\xd6\x29\xf1\x15\x50\x9f\xf4\xf8\x99\xf8\x2c\x40\xdd\xf4\x8b\x9a\xe8\x2c\x7a\x1c\xc8\x20\x69\x13\xce\xbf\xf9\x75\xb9\x24\xa5\xdc\x7e\xb3\x5f\xa5\x17\x10\x3a\xfd\x6c\x40\xf5\x31\x20\xf2\xf2\xc9\x48\xd5\x68\x40\xc4\xef\xd1\x21\x49\x29\xce\xe7\x5d\x2f\x44\x8f\x71\xf0\x56\xa5\xd8\x79\x0e\x5e\xdb\xa7\x32\x1d\x10\x9e\xdc\xa2\xac\x52\x00\x08\x1f\x69\xac\x55\x39\x0f\x88\x08\x73\x3e\xf3\xe3\xd5\xef\x79\x81\xf8\x4f\x3d\xd0\xdf\xfa\x87\xff\x45\xee\x9f\x13\xe9\x73\xa5\x78\x0c\x19\xa1\x80\x26\x0e\xaa\x7d\x49\xc8\x15\x34\x02\xd4\x77\x67\x04\x08\xe5\x02\x4c\xbd\xd9\xa5\xa2\xd7\x01\x4d\xd5\xfc\x14\x89\x40\x80\xf9\x70\xab\xbd\x64\x31\xa0\x55\x5e\x36\x56\xd6\x06\x60\x94\xd7\xbf\x91\xaa\x01\x18\xcc\xf6\x10\xa9\x18\x40\xc3\xf7\x69\x8a\x44\x3e\xa0\xf1\xeb\xbb\x9b\xf8\x46\x40\xcd\x16\x10\x5a\xf5\x23\x5b\xf5\x38\x20\xf4\xee\xe3\x65\x39\xea\x3b\x1c\x18\xa5\xca\x06\x44\x6e\xf6\xed\x54\xb3\x07\x44\x57\x3c\x12\x50\xfb\x09\x88\xfd\xbc\x17\xaa\xda\x05\x88\xce\xbd\xab\x22\x45\x8d\x43\xbb\x9e\xda\x1e\x40\xac\xb7\x4d\x41\x6d\x1e\x20\x76\x94\x9e\x07\x97\xd4\x39\x7f\x4f\x2c\xf8\x3f\xd7\xc3\xff\xa1\x83\xa1\xf9\x1e\x1a\xb9\xff\x7d\x84\xa9\x95\x0e\xf1\x87\x4e\x4a\x55\x32\x68\x06\xff\x7b\x40\xfd\x61\x4c\x9b\xe0\x52\x40\x73\xd2\xf8\x7c\x51\x35\x80\x39\x71\xe6\x25\xd1\x5b\x80\xf6\xd3\x15\x56\x52\x95\x80\x96\xd9\xd6\x27\xd2\x82\x80\x56\x7a\xd9\x17\x99\xcf\x80\xe6\xee\xb3\x2b\x65\x9d\x01\xe6\xce\x1b\x41\x32\xb1\x00\xb3\xed\xb9\xa9\xf4\x63\xce\x33\xd0\xd0\x2d\xce\x78\xa9\xed\x07\x84\x55\xbf\x26\xaa\x6b\x00\xa2\xa1\x6f\x4c\x35\x36\x01\x12\xfe\xcf\x55\xd4\x3e\x01\x62\xb9\x8f\xed\x19\x87\x01\xa9\x83\xdd\xb3\x35\xcc\x01\x89\xf6\x3b\x97\xd5\x2f\x01\x12\x49\x37\xae\x68\xbc\x05\xa4\x24\xdb\xc2\x34\x6c\x00\xc9\x51\x4d\x6d\x6a\xef\x00\xf1\xe8\xcb\xa7\xd5\xf8\x01\x31\xbe\x06\xa6\xba\x1b\x20\x7e\x10\xff\x9f\x7e\x28\xff\xf0\xff\x34\xff\xcb\x43\x18\x6d\xe2\xa0\x70\xaa\xf9\x0d\x0e\x2a\x9f\x76\xe1\xe3\xfb\x43\x2f\xa6\x75\x34\x7a\x85\x88\x33\xa0\xed\x95\x56\x2f\x26\x02\xe8\x69\xce\x92\x90\x0a\x07\xf4\xd2\x57\x04\xca\x0c\x03\x3a\xec\xad\x0a\xb2\xdd\x80\x56\x75\x59\xb4\xac\x23\xa0\x3d\xff\x9c\x8f\xfc\x11\x40\x5b\xe1\xe6\x3e\xf9\x4b\x80\xe6\xf7\xfe\x41\xd9\x44\x40\x6b\x03\xc6\x49\x9b\xb2\xe4\x35\x38\xe7\xe6\xcf\x1f\x2e\x32\x66\x02\x12\xe4\xcb\x4e\xe6\x75\x40\xba\xf2\xa9\x0f\xe3\x0e\x20\x75\xf6\xc1\x5b\x66\x09\x20\xc3\xec\x4c\x65\x5e\x00\x64\x66\x77\x9c\x60\x16\x02\x32\xee\xd7\x5c\x99\x6f\x29\x3d\xd8\x36\xc6\x41\x40\x8a\x7d\xe9\xaa\xc6\x37\x40\x8a\x38\xaf\xc8\x78\x0f\x48\x1b\x9c\xb1\xd2\x78\x0a\x48\x52\x73\xeb\x77\xfe\xc5\xbf\xf4\x0f\xf4\xbd\x77\x9a\xf7\xa4\x79\x2f\x2e\x0a\xc5\x1b\x4c\xe6\xa0\xd4\x43\x53\x8a\xe7\x54\x0b\x72\xb4\xe0\x7f\xf8\x87\x4e\xea\x75\x14\xbf\xa8\x05\xa0\x7b\x28\xd5\x5a\x3c\x03\xd0\x3b\x94\x2d\x24\x15\x00\xe8\xff\xca\x6b\x90\x73\x00\xf4\x6d\xb7\x86\x2b\x38\x02\xba\x25\xe5\x2a\x0a\x4d\x80\xde\x88\xf3\x8e\xa3\x2c\x00\x1d\xdd\x3b\x39\x23\x7d\x01\x9d\xf4\xd7\xd3\x15\xca\x00\xed\xe5\x80\x8c\xdf\x8f\x37\x9a\xc7\x00\x69\xb3\x37\x0c\xad\x7c\x40\xb6\xaf\xcf\x54\xbb\x1b\x50\x98\xf5\xf0\xb5\x76\x1d\xa0\xb0\xa8\xb3\x57\xbb\x19\x50\x38\xfd\x5b\x0f\x36\xa0\xb5\x09\x90\x23\x9b\x4f\x68\xcf\x06\x14\x46\x5e\x5e\xaa\xb9\x1a\x90\x4d\x6b\x58\xa2\xd9\x01\xc8\xae\x39\x93\xa0\xa5\x08\xc8\x5e\x38\x39\x47\x4b\x0c\x90\xa5\xee\xfb\xff\xdb\x1f\xe8\xdf\xbc\x2f\x8f\xf7\x24\x54\x46\x13\x7f\xe4\x21\x88\x2e\xd1\xa4\x7c\xed\x69\x5d\x8c\xa6\xac\xcd\xeb\x11\x5b\x00\x3d\x31\x8f\x21\xe1\x46\x40\x7f\x64\x98\x81\x68\x1f\x60\xf0\x35\xd9\x49\x52\x0d\x30\x7e\x33\x6d\xa7\x9c\x25\x60\x74\x76\x59\x9c\x42\x11\x60\x14\xbf\xd5\x72\xd4\x61\x40\xff\x6d\x79\xd1\xa8\x43\x80\xde\xa5\x0b\xe2\x4a\x5e\x80\xde\x85\x2e\x7f\x65\x3d\x40\x2f\xfe\xc3\xb2\x51\x1a\xb4\x4e\xee\x63\xab\xee\x31\x40\x51\xec\xc5\x5c\x5d\x0f\x40\x31\xf3\xd1\x1e\x7d\x37\x40\xb9\xaf\x2b\x52\x6f\x1c\xa0\x54\x7c\xf3\x9b\x7e\x2a\xa0\x22\x7a\xb5\x4e\x7f\x04\xa0\xec\xdb\xa2\xa2\x7b\x12\x18\xe5\x70\xf1\xa4\xbe\x15\xa0\xf4\xb1\x21\x49\xf7\x2e\xa0\xd8\x51\xbf\x51\x77\x0a\x30\x92\x75\x22\x43\x4f\x1e\x50\x5c\x72\xb4\x4d\x77\x17\x30\x72\xc3\x7f\xcd\x03\x6e\x2e\xd0\x3f\xf5\xd3\xf7\x9e\xb9\x3a\x00\xe1\x10\x65\x6a\x5f\x90\xd1\x54\xa5\x74\x22\x1a\x55\x7a\xf3\xf8\xaf\x03\x7a\x4b\x2c\x9d\x84\x6c\x00\xa3\x64\x97\x69\xa2\xf2\x80\xc9\xd3\xe0\x50\x89\x0d\x80\xf9\xd5\x31\x77\x65\xa7\x00\x16\x22\x53\x7a\x46\x3a\x03\x26\xcd\xb9\xbd\x8a\xde\x80\xf1\xd4\xa2\xc3\x4a\x3b\x01\x23\xfb\x0a\x73\x95\xc3\x80\xe1\xbd\x4b\x07\xd4\x3e\x00\x86\xa6\xdd\x93\xd4\xc5\x00\x83\xc1\xaf\xf6\x2a\x3d\x43\x76\xfa\x0f\x01\xa5\xb0\x37\x63\x0d\x39\x73\x4e\xf3\xb1\x8f\xd1\x38\x80\x21\xdf\x95\x62\xf8\x04\xd0\xd0\xb9\xb9\x93\xf3\x84\xaa\x7e\xe1\x9a\xa3\xe1\x5b\x40\xfd\x6c\xb3\xad\xd1\x02\x40\xc3\xf1\x92\x96\x91\x3e\xa0\xee\xdb\x30\xd2\x68\x03\xa0\x3e\x9b\xd6\xff\x1c\xcf\x33\x0c\x07\x54\x8e\xd5\x10\x86\x5b\x01\x95\xb1\x55\xd2\x06\xdf\x01\xe5\xf0\xff\x9a\x07\xf4\xfc\xe7\xd5\xff\x9b\xff\x96\xa2\xf6\x53\x31\x01\x05\x51\xea\x7c\x90\xa2\x4c\xe9\x00\xb4\x73\x99\x79\x02\x86\x80\x91\xb8\x71\xbe\x50\x2b\x60\x3e\xdf\x7e\x8e\xd8\x4a\xc0\x2a\xce\xb7\x5e\x2a\x0f\xb0\xea\x8a\xe3\x93\x5b\x0c\x58\x1d\x9e\x18\xad\x98\x0e\x58\xf6\x2f\x59\xae\xaa\x06\x58\xac\x2c\xca\xe4\xf4\x3a\x53\xab\x23\x62\x1a\x37\x00\x63\x56\xe3\x15\xe6\x5c\xc0\x38\xff\xb1\xb2\xa6\x22\x60\xe2\xcc\xba\xc2\x38\xfa\x79\xb4\xb1\x3b\xc0\x98\xf3\xcc\xd2\xe4\x12\x48\xed\xc8\xfb\x96\xa6\x6e\xf8\xa8\x23\xdb\x51\x69\x3a\x1f\xef\xb5\xbf\x5d\x15\x33\xd5\xc3\x4f\xad\xfe\x26\x63\x53\x26\x58\x5a\x89\x17\xc7\x9b\xde\xc7\x0f\xad\xb7\x67\x76\x9b\xce\x05\x34\x57\xfd\xd6\xff\x4c\x34\x33\x07\x34\xa3\xaa\xbb\x4c\xda\x00\x8d\x93\x15\x7e\x26\x87\x01\xf5\xa6\xb2\x10\xe3\x5a\x40\xcd\xe0\xbf\xd6\x81\x0a\x8b\x8b\x34\xef\xc9\xe5\x7f\x45\x16\x8a\x09\x71\x50\xee\x91\xf8\x24\xe2\x0f\x3d\x88\xd1\x18\xb5\x27\xfc\x9c\xfa\x12\xf5\x03\x85\x96\x01\xb6\x0a\xd6\x23\xc5\xab\x01\x07\x86\x67\x82\xcc\x45\xc0\x21\x32\x62\x50\xa1\x0d\xb0\x0f\xcf\x94\x50\xbe\x0a\xd8\x46\x2d\x1c\xd2\x90\x03\xac\x6e\x6c\xce\xd7\xb4\x07\x2c\x66\x1e\xd9\xa2\x5d\x0c\x98\x79\x37\x8f\xd4\x59\x02\x98\xbe\x7e\xa6\xa5\xbb\x0e\xc6\x66\x11\x80\x76\xf3\x2b\xb6\xf9\x44\xb4\x1a\x2c\x7c\xf0\xdc\x42\x06\x75\x86\xbb\x6e\x96\x59\x0c\xa2\xcc\x68\x42\x4b\xb3\xe5\x2a\x94\x1b\xa5\x5c\x5a\x61\x79\x1f\x35\x86\x03\xe7\x95\x2d\xcd\xd0\x68\xa0\x7d\xba\xc8\x52\x00\xb7\xf5\xee\x1f\x4b\xb2\x32\xc2\x35\xfd\xea\x1a\x6d\xcb\x6d\x78\xac\xfb\xf0\x48\x90\xa5\x28\xde\xeb\x58\x94\x35\x5a\x2c\xc3\x90\xd6\x93\xd2\x0c\x8b\x33\x80\x96\xdb\x3e\x79\xf3\x7e\x80\x99\xfe\x67\x3f\xa4\xd7\xc1\xdf\xf5\xd3\xfc\xaf\x38\xc9\x4f\xf9\xca\x31\xea\x04\xdf\x71\xd0\xa4\x4b\xd4\x93\xf8\xc3\x1f\xc4\x69\xb9\xe6\x44\x41\x13\xc0\x2d\xd7\xcc\x5d\x5c\x07\x70\x6b\x75\x1a\x90\x3d\x06\xb8\x5d\x0c\x95\x50\x72\x06\x5c\x1a\xd3\x66\xa9\x7b\x01\x8e\x5b\xe6\x2b\x68\xf6\x01\x76\x0b\x36\xb9\xe8\x1e\x07\xac\xf7\x56\xae\x31\x38\x07\xc2\x72\x5f\xab\x89\x31\xe3\x97\x85\x65\xd8\xb3\x34\xd3\x2b\x9f\x2b\xad\x32\x31\xcf\xac\xbd\x37\xd6\xfa\x0a\x7c\x2c\xef\xdf\x92\xb1\x5d\x03\x03\xeb\x9f\xcd\xc9\xb6\x2f\xe0\x61\xb5\xe3\xdf\x39\x60\xc7\xbb\x6d\x7f\x60\x89\x59\x6e\xcd\x63\x7b\x3d\xcc\x33\x77\x3c\xd2\x6b\x17\x88\xed\x26\xbb\x0e\x37\xdb\x4e\xc1\x29\x23\xd9\x52\x35\x9b\x61\xb4\x19\x8c\xdb\xab\x6d\x9b\x81\x0e\xfd\x57\xbb\x92\x6c\x97\xa1\x5b\x9f\x6f\x47\xa6\xcd\x61\xbc\xd6\x75\xff\x73\x1d\x28\x6d\xff\xaf\xfa\x45\x78\x39\x08\x0c\x23\x2e\xd2\x79\x00\x34\x0f\xea\x74\x50\xd0\x8b\x83\xbe\x03\xaa\xbb\x04\x34\x80\x20\x01\xbd\x5b\xa2\x8e\x80\x7f\x9f\x0d\x43\x7a\x18\xf0\x55\xf7\xeb\x57\xb9\x0d\x78\x6d\x4e\x3a\xc2\xfc\x0c\xb8\xdd\xce\x11\xd7\x5b\xf6\x6b\xae\xcb\x88\x75\x53\x4c\xbd\x3e\xc7\x3b\x36\x1f\xba\x69\x2d\x36\xf8\xcb\xfe\xe1\xc5\x3c\x7b\x9f\x97\x03\x76\xed\x0f\xf7\x3a\x8d\x78\x9e\x65\xaf\x39\xf4\xdd\x59\xf0\x4e\xb8\xc3\x7d\xb2\xc2\x45\xb4\x59\xdc\xc9\x86\x3c\xed\x7c\xe3\xec\x01\x17\x39\xf2\x84\xcb\x66\xda\xf7\xa6\xa6\xc0\x39\x11\x23\xed\xee\x55\x2a\x38\xeb\xc2\xcc\xd6\xe1\x50\xb8\xb3\x2f\x82\xac\xc7\xed\x1f\x70\x5e\x85\x58\xab\xe2\x3d\xf6\x4e\x5d\x98\x6b\xa1\xb4\xcb\xc2\x29\x1d\xeb\xcc\xc2\x8b\x8f\x38\xde\xc5\x61\x13\x87\x2d\xb1\x8e\xea\xb8\x60\x24\xbe\x71\xb5\xe3\x56\x34\x1b\x4e\xfb\x73\x1d\xd0\xf5\x8f\xa0\xfa\x26\xcd\x7f\x2b\xff\x20\xfe\xd2\x01\xd8\xf2\x9e\x6a\x68\x5f\x08\x9a\x0f\xa7\xf3\x62\x68\x9f\x94\xe8\xb1\xe6\x84\x74\x0e\x10\xe1\xeb\xd1\xad\xf2\x61\x68\x38\xa8\x3e\x66\x8d\xde\xe5\x8f\xfe\xfe\xe4\x94\x14\xf3\xa1\x01\x63\x9f\xbe\x15\x6b\xed\x1b\x9f\x54\x7b\xde\x2b\xd9\xe0\xda\xf9\x60\x8d\xfb\xb8\xd3\x23\xbc\xd2\x3b\x35\x5d\x5b\x6e\xbf\xf1\xdd\x73\x2b\xda\x35\xf8\x63\x95\x7f\x4c\xd3\x5a\x77\x25\xf6\x5b\xff\xf8\x33\xba\xee\x0f\x49\x73\x9f\x85\x35\xd3\x3c\x3d\xc8\x04\xaf\xce\xb2\x41\xcf\x5d\xe4\x2a\x8f\x55\xa5\xc7\x3d\xa3\xc8\x13\xae\xc3\x7b\x97\x79\x2e\x21\x6f\xbb\x24\xee\x12\xf6\x5a\x48\x3e\x70\x91\x2d\xd6\xf2\xd2\x00\x9f\xe3\xba\xad\x13\xdd\x9f\xc0\xc3\xe6\xfd\xa6\x66\x0f\x37\x84\x5b\x7f\x59\xf7\xc1\x43\x0d\x13\xad\xe4\x0a\xbf\xbb\x15\x62\xbd\xd9\x93\xd5\x09\x6e\x55\x28\x31\x2d\xfe\x73\x1d\x70\xfd\x0f\xe8\xfa\xe5\x79\xfc\xaf\xa1\x2e\xaf\x7e\xda\x17\x85\xf7\x54\x1c\x34\x40\xfc\xc5\x07\xd3\xfe\x20\xe9\xbb\xe4\x5a\x29\x74\xd6\x23\x24\x64\x7f\xa8\xa4\x74\x3b\x9a\xa9\x9c\x7d\xed\x19\x2f\x1a\x72\xc6\x18\xbd\x23\xa2\x5e\x8c\xf3\x70\xa8\xef\xbc\x14\x1e\xbe\xa0\xd6\xd3\xa0\x3d\x27\x98\x5d\x74\xd4\xff\x4b\x73\x4f\xc0\x60\x75\x4b\xa8\xc0\x25\x1b\xbf\x9a\xab\x7c\x11\xbb\x1a\x54\x7d\x17\xbd\x2c\x88\x6a\x3e\x71\xcd\x6f\x02\x5b\x33\xca\xbd\x42\xc3\xff\x1e\x7b\x51\xd8\xc3\xfd\x71\xfe\x5f\xd8\xbd\x41\xd9\xbb\x14\x03\xf6\x90\xb2\x01\xaa\xc5\xcf\x03\x06\x48\x53\xbf\x2b\x5b\x3c\xfd\x5f\x93\x73\xbd\xaa\x36\x4d\xf5\x1b\x24\x8f\xba\x3b\x17\x4e\xf4\xbf\x46\xde\x72\xcd\x2e\xc8\xf6\x37\x24\x5f\x3b\xdf\x59\x1d\xef\x67\x06\x59\x47\x99\xe5\x1a\x7e\x56\xb0\xb7\x4b\x5d\xda\xe0\x3b\x0f\x31\x36\xd2\x4b\x0b\x7c\x6a\x90\x61\x45\xbd\xa3\x14\xa5\xf4\x70\x34\xff\x2f\xf6\x92\x8b\x3a\xf2\x5c\xb4\x9a\xc4\xab\x9f\xe7\x77\x41\xf3\xc0\xb4\x2f\x44\x26\x2f\x17\x66\xea\x55\x2e\xce\x6c\x14\x1a\x4b\x10\xdf\x66\xce\xfa\xa6\x31\x4a\x94\x6f\x20\x78\x3a\xc3\xf2\xb6\xca\x88\x07\xfd\x13\x2b\x7c\x1d\x8c\x6f\xb5\x77\xa7\x9e\x8e\x8f\x74\x9d\x76\xb9\x75\x4c\xc5\xf4\x9a\x40\xed\xfa\x9b\x71\x7d\x6b\x02\x22\x36\xd4\x89\x47\x2f\x2f\x6d\x8f\x75\x3c\x72\x25\xf2\xf2\xc5\xe8\x44\xc3\x43\xdf\xc3\xdf\xf7\xa4\x26\xcd\x3f\x20\x1f\xbe\x97\xe5\x93\xd4\xb9\x7d\x67\xc4\x42\xd6\x9d\xb8\x5d\x9b\x66\x46\xe4\xb2\xa3\xa2\x1c\xd7\x5e\x8f\xe4\x67\xaf\x09\xbf\xb7\x5a\x39\x62\x90\xdd\x15\x62\xbd\xe2\x6d\xa4\x19\x7b\x28\x68\x42\xde\x60\x04\x83\x74\xf4\x27\x72\x25\xc2\x07\xc8\xe9\xde\x9f\x17\xb7\x87\xc9\x90\x47\xdd\x7f\x2d\x78\x14\xda\x42\x76\xba\x96\x2e\x90\x09\xb1\x23\xe1\x54\x33\xb7\x3f\x78\x09\x98\x0e\xe1\x39\xeb\x82\x8f\xc0\xdc\xde\x8e\x7a\x0b\x40\xe9\x44\xf9\x79\xeb\x9e\xc1\xcb\xf3\xa6\xf9\x5f\xba\xfe\x28\x9e\x1e\x20\x95\xf7\xfd\x4f\xe6\xe5\xbf\xe7\x70\x79\xb0\xb0\xc5\x54\xbf\xf8\x7c\x6c\x19\xf5\x9e\xef\xe5\xad\xfc\x26\xa5\x17\xfc\xef\xba\x77\x2d\xb5\x32\x9a\x36\xca\xe1\xba\xc5\x82\xe9\xae\x9b\x0c\xe3\xcf\xfb\xce\x72\x88\xf8\xe5\xfc\xa6\x56\x63\x52\xe1\xf8\xaf\xa1\xcb\x0e\x0a\x66\xd4\x2c\x59\x19\xa7\xb7\x4b\x73\x9c\xf5\x8e\xa8\xe4\xc8\xa2\xeb\x63\xed\x4e\xda\xa4\x55\xae\x37\x4a\xfa\x76\xe7\xfa\xf8\xa4\x02\x9f\x31\x1f\xbf\x94\x67\x8c\xc9\x7b\x97\xb4\x9b\x25\x97\xea\xbe\x38\x2f\x69\x11\xab\x24\xb1\x67\xfe\x94\x24\x05\xb6\x58\xac\xff\xbc\x85\x89\xb1\xec\x09\x51\x62\x73\xf2\x13\x8e\xb3\x4b\xc3\x8d\x72\x46\xc6\x17\xb2\x5f\x04\x3f\x9e\x29\x15\x77\x9b\x34\x08\x30\x9a\x3e\x1c\xfb\x81\x4c\xf1\x1d\x39\xad\x2e\x66\x25\xb9\xc5\xf3\xde\x54\x99\xe8\x77\xe4\x49\xf7\x73\x53\xe6\x8e\xfe\x46\xde\x76\xed\xca\x4a\x8b\x5a\x08\x49\xc7\x5d\x00\x1f\x2f\xcf\x81\xd6\x81\xd0\x3e\x08\x9e\xab\xb8\x38\x9a\x77\xdf\x7f\x1c\x8f\xff\xa6\x79\xd0\xc5\x14\x0e\x9f\x5b\x49\xbd\xef\x7f\xff\xba\x90\xe2\xad\x9e\x3b\x6e\xa0\xde\x8e\x74\xa7\x6d\xf1\x92\xf1\x24\x88\x6b\x4d\x1b\xdf\x68\xbd\x92\xf3\x3b\x2f\x5c\x78\xda\x2e\x46\x57\xa8\x66\x5a\x7e\x7e\xe0\x7b\xfb\xef\x7b\x3d\x16\xbf\x4d\xfe\x16\xf8\x61\x83\x7d\xce\xb1\x59\xf3\x12\xab\x56\x4c\x9b\xc1\x5a\xdf\x92\xf6\x66\xe1\xe6\xe9\x06\x95\xfe\x99\x57\x72\xec\xa7\x6c\x6b\x1b\xce\xda\x9b\x3d\x71\xb2\xf5\x6b\xc6\xa4\xa3\x53\xd6\x4f\x9a\x34\x3c\x35\x73\xec\xa4\xf6\x89\x1a\x2c\xed\xb1\xa7\x26\x3e\xc8\x3c\xc8\xda\x97\x78\x7e\x82\x69\xa6\x11\x6b\x30\x6e\x45\xa6\xcc\xf8\x1c\xb6\xcb\xe8\x07\xe3\xcb\xd2\x0f\xb0\x97\x46\x94\xa4\x4f\x1b\x47\xb0\x5b\x43\x65\xfe\xad\xf7\x18\x9b\x9f\xe2\x41\x4e\xf3\xae\x4c\xf5\x1d\x23\x4f\xd6\xb9\x17\xa4\x54\x8e\x91\x20\xaf\xb8\x05\x00\xd2\x79\xdc\xba\x8c\xfd\x89\xbf\x74\x20\xf4\xfc\x4f\xe7\xf9\x42\xcc\xe2\xf9\x83\x70\x79\xd0\x5f\x93\xd6\x52\xf7\x3e\xdf\x49\x6d\xa1\x72\x0f\xfa\xd2\xb6\x53\xf3\xa7\xeb\x58\x09\xa5\x27\xbb\x3a\x7d\xdf\xe5\x11\xca\x04\x71\xfe\xf5\xbe\x70\xd5\x36\xf1\x19\xb5\xe7\x77\xeb\x9b\x4b\x68\xbc\xdb\x57\x5d\xac\xe5\xf5\xd9\xf2\xc1\x46\x87\x8d\x77\xe2\x56\xf9\x38\x2c\xe9\x2b\x08\x9b\x2a\x1a\xfd\x73\x66\xc8\x4a\xe5\xd5\x6a\x29\x2a\x93\x96\xac\x18\x77\xa8\x21\x6d\xea\xf8\xf2\xbc\xcb\x4d\x69\xe9\xbe\xa9\x17\x96\x75\xbd\x78\x94\xbe\x7e\xac\x51\xee\x3d\x96\x72\x6a\x60\x8a\xf6\xc2\x89\xac\x93\x89\x7a\xc9\xa3\xe6\x0b\xb0\x15\x63\x7e\x25\xad\xcf\x19\xc3\xce\x8e\xec\x1e\xe3\x3e\x7b\x02\xbb\x2e\xac\x22\x49\x33\xdb\x8e\xdd\x15\x72\x33\x11\xd3\xec\xc9\x51\x81\x5e\x89\x93\x27\xff\x24\xfd\xfd\x36\x24\x2a\x64\xe5\x91\xd3\x7d\x74\xe2\x27\x4f\xdc\x4d\x96\x7a\xbc\x8e\x2f\xcc\x1c\x43\xd6\xbb\x2f\x8c\x77\x19\x2f\x41\xde\x77\xcd\x04\x74\x78\xf5\x39\x3a\x71\x31\xec\xe1\xdf\xf5\xe7\xf0\xde\x76\xad\xa4\xee\xfd\x0e\xa9\x6e\xa6\xfc\x93\xde\x26\xed\xa4\xf8\xce\x27\xe5\x7b\x28\xde\xee\x2e\xeb\x20\x35\x0e\x6d\x83\x15\xd4\xbc\x38\x77\xae\x8a\x7a\xdf\x77\xec\xec\xd1\x94\x51\xef\x09\xa2\xd4\xba\xb2\x43\xbf\x6c\x54\x55\xd1\x85\xb2\x3a\x17\x69\xa3\xd0\xbc\xe6\x03\x57\x23\x05\x5c\xb2\xb3\x37\x96\x64\x4d\x90\x0e\xb5\xcf\xf0\xde\x25\xba\x42\x34\x3a\x26\xf9\xc0\x8e\xf1\x07\x82\xe2\x9a\xe2\x0e\x6e\x77\xbd\xbc\x27\x61\xe6\xe8\x87\xc5\x93\xfb\x2e\x26\x14\x44\xf9\x6e\xfd\xc9\xfa\x16\x7b\x2c\xca\x78\x83\x16\x7b\x4a\xe4\xd6\xa8\x51\x05\x65\xec\xe3\x61\xbe\x91\xa3\x57\x15\xb1\x87\x83\x2a\xa3\xcc\x97\x57\x90\x32\x81\xc5\x11\x6f\x96\xa6\x92\x69\xbe\x2a\x51\xc2\x8b\x6a\xc9\xc9\x3e\x5b\x22\x4f\xcc\x3f\x49\x6e\xf5\x92\x8e\x74\x99\x9b\x47\xd6\xbb\x3f\x89\x10\xc9\x61\x92\x83\x2e\x8b\x23\xd6\xcd\xc8\x00\xe1\xf4\x2b\xac\x39\x7b\x24\xcc\xec\x77\x03\xb6\x69\xdc\x3a\x43\x79\xe7\x81\xdf\x3a\x90\x95\xc4\x1f\x3a\x80\xa1\x47\x5b\xa9\xfd\x71\x10\x25\x54\x3f\x7d\x12\x56\x4a\xfd\xdc\x25\x7a\x84\x5a\x4f\x57\x35\x8e\x52\x8d\xa3\x61\xef\x09\xea\xf3\xa3\xc2\xf5\x94\x1e\xe6\xe0\xe8\x06\x15\xd1\x6e\x82\x28\x36\x38\xbb\x91\x69\x24\x7d\x70\x55\xd2\xe9\xd9\xb6\x72\x9a\x2f\xe7\xd8\x1e\x6f\x0b\xba\x69\x5d\x97\xde\x5a\x6b\x96\xb6\xcd\x27\x39\xe1\x6b\x8d\x5c\xee\x40\xe0\xc4\xa8\xac\xaa\x5b\x7b\x7a\x42\x6e\x85\x5c\xac\xbc\x7e\x21\x32\xac\x28\xd0\xbc\x72\xc4\x13\xa1\xb0\x4b\xfe\x8f\x2a\x3a\xd9\x97\x42\x6c\x03\x18\xfb\x53\x49\x85\x00\xf7\x00\xbe\xdd\xa3\xc8\x08\x5f\x23\xff\x86\xe2\x57\x64\x9e\xd7\xe4\x80\xc5\x45\x17\xc9\x22\xcf\x5d\x01\x56\x1b\xc4\xc9\x66\xb7\x0d\x01\xb3\x0b\x93\xc8\x5e\x57\x49\xff\xb8\x55\x37\xa1\xe0\x98\x1c\x50\xb0\xa2\x18\x72\x8e\x7b\xfc\x1b\xf2\x6e\xc3\xc2\x7e\x66\x40\xc8\x92\xd5\xf0\xb2\x53\xf7\x4f\x58\xb8\x02\x99\xd6\x0e\xff\xec\xff\x74\xff\xfb\xad\x03\xa1\xf6\x03\xd6\xc1\x1d\xd4\xbd\xf7\x77\x0b\xf7\x53\xfe\x08\x7d\x73\x2b\x28\xdf\xa0\x2e\x9b\xa3\xd4\x78\x5d\xbd\x79\xf2\x0e\x07\x2f\x3a\x9c\xa5\xee\xcb\x1f\x5b\x7a\x81\xd2\x13\x1d\x92\x6d\x7c\xcc\xc1\x6d\x3f\x5a\x29\x1d\xdd\x5a\xff\xb6\x14\xe5\x28\xa1\xf4\x85\x8f\x5b\x6c\x4c\xf3\x95\xf9\x27\x5d\xbb\x12\xe4\x23\x65\xf8\x32\xc1\xf1\xd2\x96\x24\x57\x47\x83\xf0\xaf\x17\xaf\x2f\x9c\xe0\xfa\x22\xa0\xe9\x02\x76\x1e\xf2\x0c\xf5\x36\xbb\x90\x78\x4e\xdc\xeb\x8b\x7b\xe7\xf9\xba\x9e\x18\x6f\x31\x77\x81\x86\xb5\xe4\x12\x8f\xe7\xee\x06\xc7\xcb\xc8\x13\x6e\x23\x68\x7f\x0b\xf7\xf1\x65\x87\xc9\x61\xc7\x2f\xee\xfb\x4a\x4d\x21\xe3\x70\xc0\x7d\xed\x9e\xfd\x30\xb3\x3b\xe1\xfe\x75\xc7\x5d\x78\xd8\x2e\xf0\x10\xdd\x16\x89\xd1\x36\x56\xee\x6b\x37\x93\x98\x66\x35\xd2\x63\xd3\x86\x49\x98\x66\x65\xe7\x3e\xa7\x70\x33\xb6\x98\x8f\x70\xbf\xb2\x6a\x19\x0e\x98\xde\x07\x12\x78\xfb\xe4\x4c\x5e\xee\xc5\x0a\x4a\xd7\xc2\x9e\xbd\x93\xd2\xff\xbc\x63\x1f\xa4\x74\x53\x7d\xa9\x5c\x5f\x88\x7b\xab\x4f\x50\x7a\x89\x6b\x25\xe7\x28\xbd\xd8\x25\x7b\xae\x4f\xc2\x89\x73\x4d\xd4\x3d\xd8\xf2\xd2\x36\x8a\xff\x29\x91\xed\x08\xe0\xe0\x3a\xdb\x3b\x94\x9f\x4a\xee\xd1\x2e\x3d\xa9\x1f\x04\x91\x1d\xdb\x29\xad\x3b\x41\x46\x7f\xec\xab\x3b\x9e\xae\xb2\x4c\xeb\xf0\x27\xb7\xf6\xc6\xc6\x98\x5e\xf0\x97\xbe\x35\x75\x8e\x94\x95\x9b\x7b\xef\x2d\x83\x6d\xb9\xb6\x4e\x4e\xdb\x6f\xde\x38\x3d\xda\xae\xdc\xbe\xe2\xa6\x60\xf7\x21\xbb\x0e\x7b\xc9\x8e\x3e\x38\xd8\x24\xd9\xb5\x34\xf5\x20\xd1\x8a\xcf\xde\xed\xbc\x37\x32\x2d\xc3\xed\x5a\x4f\xaf\x47\x9e\xb9\xae\xfd\xf9\x63\x21\xc8\x35\x5f\x6b\x3f\xae\xaa\x0d\x3b\x4c\x97\xd8\xeb\x94\x6f\x40\x95\xf1\x90\x7d\x5a\xe9\x16\xd4\x1b\xc1\xde\x64\x5f\x38\x9a\x0d\x5b\x1c\xe4\x76\x4d\x40\xab\xe1\x31\x7b\xbb\xe2\x6e\xf4\xea\x4f\xb7\x9b\xbc\xb5\x08\xef\x39\xcf\xe8\xbf\xfd\x50\x54\x28\x7c\xc6\xf5\x03\xfa\x28\x72\x88\x3a\x37\x3c\xdf\x57\x43\xe5\x00\x3c\xd8\x78\x86\xd2\x53\xde\x48\xbe\xc8\xcd\xbf\xc8\x6d\xa2\xd6\xd3\xe9\x2b\xd7\xa8\x7e\x51\xb9\xac\x83\xd2\xcd\xec\xad\xb8\xe3\xce\xc1\x22\x4b\x2e\x4f\xbe\xfc\x55\x0f\xa5\xbb\xca\x3e\xd2\x47\xe9\x41\x32\x62\xfb\xea\xd5\xa6\x08\x3b\xc6\x4c\x79\xfa\xd2\x96\x50\xcc\xf3\x3b\xfc\xd4\x22\xfc\x8e\x56\xb6\xdb\xdc\xa7\x71\xd9\x72\x7a\x39\xf6\xd7\x9e\x6e\xdc\x94\x62\x68\x67\xd5\xfb\x34\xff\x58\xb5\x51\x94\x85\xda\xd3\x15\x5d\x0b\x8c\xac\xcd\xcf\x3f\xbd\xc5\xde\xa3\x3f\xce\x7c\xd9\xbd\x0a\xbc\xd6\x8b\x35\x0f\xbd\xb1\x08\x1f\x74\x27\x9a\x7b\xb5\x9a\xe1\xab\xce\x15\xf3\xb0\xcb\xf7\xf1\x53\xc7\xcd\xdc\xb3\xa1\x1b\xa4\xf6\x4a\xf3\x8f\xa7\xe4\xc1\xd6\xde\x6a\xde\x57\xb7\x02\xd0\xba\x68\xe1\x54\x75\x04\xd0\x9a\x68\x69\x5f\xf6\x19\xd0\x7a\x63\x91\x72\xc8\x02\xd0\xb4\xb4\x70\xdd\xbf\x0c\x60\x06\xfe\xa3\x83\xd9\x31\x93\x83\x5f\xd2\xcb\x33\x38\xd8\xbf\xa8\x8e\xd2\x0b\x3f\x10\x3a\x4b\x9d\x2b\x6e\xfa\x34\x52\xe3\xd5\x64\xc8\xd5\x3f\xd5\xdf\x6f\xa7\xe6\x4d\xad\xd8\x1d\x8a\xff\x29\xdd\x7c\x8f\xfa\x7c\x3b\xa3\x87\x3a\x7f\x16\x86\xf5\x51\x2c\xcb\x42\xbf\x97\xd4\xf9\x74\xe2\x54\x6e\x9e\x4a\x42\xc5\x47\x1f\x19\x0f\x82\x08\x1e\xfb\x51\xcf\xd8\x57\xd2\xd9\x75\xdf\xc7\x0c\xff\xf6\x51\x87\xed\xbc\x3e\xed\x9f\xb8\x52\x85\x34\x67\x7f\xce\x2d\x34\x50\x37\x34\xde\xfc\x45\xb1\x7a\xba\xfa\x67\x43\xe5\x2f\xf7\x6e\x87\xab\x8f\x37\xd4\xfc\x3a\x61\xe8\xac\xca\x49\xfd\xe1\x57\xe1\x80\xb2\xba\xfe\xd9\x5e\x7b\x40\x39\xd4\x40\xe7\xde\x17\x40\x45\x49\xff\xe2\xad\x5a\x40\x79\x91\xfe\x89\x6b\x9b\x01\x65\x3f\xfd\xf6\xa6\x4a\x40\xd9\xd0\x30\xe6\xe2\x49\x40\x95\xcf\xf0\xce\xd9\x4c\x40\xd5\x45\xff\xd7\xc9\xcb\x80\x52\x94\xe1\xa1\xa3\xcb\x00\xe5\xef\x86\xaa\xd5\xfa\x80\xd2\x73\x60\x3b\x35\xef\xbf\xbf\xa8\xa0\xbe\xf7\x57\xd9\x27\x28\xfe\xbb\x67\x4a\x03\x35\x0e\x77\xe4\x9b\x29\x9d\x43\x4b\xd1\x75\xee\xbd\xdf\x4d\xb7\xa8\xf3\xc5\x31\xc3\xfb\x54\x2e\x4c\x99\x6b\xcf\x4e\x0e\xee\xce\xe9\x5b\xce\xc1\x8d\x1f\x5f\x52\xf3\x69\x79\xf3\x20\x8f\xef\xe2\xe6\x49\xa4\x1d\xfb\x41\x8d\x5b\x70\x06\x49\x9d\x3f\x3d\xda\x01\x8d\x6f\x23\xb6\xda\x98\x03\xae\x45\x92\x27\xcd\xa2\x81\xb1\xf9\x32\xfd\x86\xce\xc0\xb2\x9b\x72\x5d\xba\x1d\x40\xe9\x78\xf9\x47\xda\x65\x40\x53\xbb\x7c\xa1\x76\x06\x30\x70\x4f\x2e\x5c\xf3\x18\x29\x0b\x48\x26\x30\xf3\x3e\x0e\x03\x92\x73\x68\x3f\x07\x5a\xe7\xc0\x2c\x7d\x90\x04\x48\xa7\x69\x8a\xdd\x8d\x06\x64\x54\x98\xe3\xdb\x5b\x01\xe9\x18\xcd\xf1\xad\x13\x01\x99\xfd\xcc\x83\x8d\x79\x80\x74\x31\xf3\xd9\xf9\xfb\x80\x74\x9b\x56\xdd\x19\x47\x40\xb6\xe7\xe7\xf5\xc3\x94\xee\xe3\xcd\xea\x13\x15\x7f\xd5\xdf\xdb\xba\x87\xbb\x0f\xde\x94\xe2\xe0\x79\x95\xbb\xd4\xf3\xc5\xc9\x34\x6e\x4e\xd6\x11\xff\xa7\x94\x3f\xc4\x7e\xed\x81\x62\xaa\x1f\xd6\x0c\x52\x75\x16\xde\xf8\x4c\x3d\x7f\x2c\xbe\xf9\xed\x3e\x07\xa7\xad\x61\xb5\x71\x30\x91\xe7\x07\x40\xe7\x3f\xd8\x32\x01\xc5\x06\x82\x30\xcd\x06\xec\x7a\x45\x97\x1a\x38\x01\xb1\x5a\xe2\x73\x74\x52\x81\xd9\xd1\x12\x0f\xb5\x44\x80\x2d\xa1\x52\x11\x8c\x83\xc0\x51\x3d\xc9\x33\x1a\xcf\x81\x8e\x67\x92\x11\x1a\x6f\x80\xc1\x6c\xf1\x1e\x5e\x7e\xc5\x59\x19\x07\x50\xca\x03\x69\xb9\xaf\xd4\x0d\x7a\x19\x9f\x41\x8a\x99\x54\x8d\xee\x5b\x05\x08\x4f\x94\x72\xe9\x89\xe4\xfc\x2c\x3e\xff\xfe\x59\xea\x59\xd2\xeb\xf6\x44\xea\xf3\xd1\xd7\x6c\x00\x91\x48\xb5\xf2\x66\x4b\x40\x2c\xe5\xdd\xe4\xe3\xd4\xef\xd5\x77\x91\xeb\x8b\xd4\x95\xdc\xb6\x9f\xea\x83\x8b\x6e\x57\x52\x7d\x20\x91\xeb\x03\x55\xef\xc4\xf5\x05\xa2\x75\x50\x07\xa5\xdf\x84\x70\x70\xe7\xb3\x4f\xd4\xba\xdf\xd8\xfa\x83\xe2\xc9\xf3\x47\xb2\x86\x09\x6e\x1e\x08\xd5\x3f\x69\xde\x37\x8a\xe7\x07\x40\xdf\xfb\x37\x7a\x0c\x48\xe7\x12\x04\xe7\x7b\x37\xfb\x25\x78\x4c\xeb\x0c\x10\xda\x2c\x3c\x9b\xd1\x03\x64\xdd\x17\x19\xab\x9e\x06\xe4\xbf\x11\x59\xab\x9e\x0f\xec\x2b\x11\x9b\xa2\x2a\x04\xd4\x9b\x0b\xf7\xa8\x46\x00\xb7\x2d\x45\xb4\x54\xcb\x81\x81\x6e\xe1\x3c\x35\x49\x00\x56\x82\xbd\xbf\x7d\x1d\xdc\xd0\xc6\xfd\x17\xbe\xb1\xb9\xf8\x8e\xcb\xef\x37\xf4\xab\x70\x7f\x7e\x52\x4e\xe1\xf1\x07\xdc\xdf\x2c\xe5\x6e\x25\xc5\x83\xa5\x5e\xa6\xfa\xdd\x6f\x1d\x98\xf8\x5d\xea\xfb\x6e\x34\xe1\xfa\x63\x9c\xf5\xec\xa3\xf4\x52\xb5\xef\x5f\x51\xe7\x82\xf2\xa9\x5c\x5d\xc0\xbe\xa4\x9f\x94\x8e\x78\x6b\x1d\x8b\xca\xd3\x29\xe0\xf9\xc0\x2c\x61\x72\x71\x2a\x8f\x17\xa5\x79\xdf\x60\x4b\x2e\x5a\xf3\xf8\x71\xf5\x74\x80\xef\x0e\x41\x68\x9c\x00\xf4\xef\xf2\x3f\x52\x6f\x06\x7c\x9a\x47\xd8\xd0\x3c\xb7\x6a\x12\xb0\x60\x40\xf0\xac\x8c\x00\xb0\x76\x0a\x41\x8c\xdc\x07\x94\x19\x10\x84\xf2\x6d\xe0\x42\x9b\xe0\x04\xe9\x3a\xa0\xbd\x84\x33\x0f\x80\x87\xab\x09\x42\x62\x1e\xf0\xee\x10\x41\x88\xbc\xf8\x17\xaf\xbf\x8a\xcd\x53\xaa\x7c\xe1\x31\xd6\x6f\xdf\x70\xf1\x25\x37\xa9\x24\xe5\x29\xe5\x4c\x40\xd7\x4f\xeb\xa0\x9a\xee\xf5\x50\xe7\x86\x06\x81\xe7\x54\xbd\x27\x8e\xbe\xa3\x9e\x2b\xaa\x2e\x7e\xa1\xf4\x62\xa5\x83\xac\x83\xc4\x1f\xb9\x40\xbf\x73\x71\x78\x39\x18\xbf\x75\x20\xbc\x79\x10\xcd\xf3\x4b\xf1\xe6\xf1\xbf\xe6\x3c\x7e\x78\xd4\x48\x80\xc8\x25\x08\xe9\x0f\xc0\xa8\x3d\x04\x21\x96\x0c\x58\x3c\x21\x08\xe9\xd9\x40\xe4\xff\x8f\xb3\x2f\x8f\xab\xe9\xfb\xde\xdf\xcd\xf3\x2c\xd5\x6d\x9e\xe7\x79\x9e\x35\xa1\x51\x19\x0b\x21\x73\x09\x91\x21\x53\x89\x10\x51\x49\xc6\x90\x48\x03\x49\x45\x94\x94\x8a\x4a\x9a\x64\xca\x10\x89\x84\x50\x19\x0a\xe1\xae\xdf\xeb\xee\xb3\x4f\x2a\x7c\x3e\x9f\xef\xef\x8f\xf7\xeb\x79\x9f\x7b\xaf\xdb\x5d\xeb\xac\xbd\xcf\x39\xfb\x79\xf6\xb3\xa6\x22\x24\x9c\x05\x10\xbc\x18\x21\xc1\x05\x00\x51\x47\x10\x92\x39\x0a\x70\x74\x3a\xa7\x0b\x9f\x19\x40\x86\x1c\x42\xdc\x6c\x00\x85\xc7\x11\xe2\xae\x05\xa8\xec\x41\x88\x77\x25\x40\x73\x03\x42\x7c\xf2\x00\xaf\x9a\x11\xe2\x7e\x01\xd0\x1f\xf3\xa7\xce\x01\xa1\x9f\xa3\x86\xe7\x85\xaa\x97\xbb\x40\xc5\x5f\xab\xf0\x0c\xeb\x3e\xcb\x14\x3b\xf1\xf8\xbe\x6c\xdd\x83\xfd\x36\x73\xef\x7c\xc3\x7e\x61\xa7\x6f\x31\xb1\x8e\x2c\x25\x94\xfa\xd7\x89\x6c\x14\xc6\x88\xc1\x5f\x75\x20\x74\x1d\xd0\x3a\x10\x9a\xf7\xd6\x21\xfa\x89\x51\xa6\x14\x72\x2b\x00\x08\xe4\x20\xc4\xfe\x06\x40\x7d\x05\x42\xa8\x07\xc0\x51\x1a\x21\x76\x59\x00\xff\x06\x84\x38\xd5\x00\x56\xb0\xee\x70\x2e\x03\x6c\xe9\x44\x88\x9d\x09\x70\xe0\x04\x42\xec\x7b\x00\x32\x16\x50\x57\xba\x5c\xe2\x98\x58\xfa\x03\x21\xf6\x2e\x80\x5b\xc4\x19\xf3\x09\xd9\x41\xf1\x2e\x90\xc2\x9f\xf5\xc3\xf4\x30\x74\x5e\xa4\x31\xef\xe7\xde\x8e\xaf\x0f\x15\xc1\x6f\xb1\x1e\xa8\x38\xf5\x13\x9e\xf7\xf2\x2b\x7f\xe0\x3c\xd0\x3a\x98\x63\x0a\x94\xfe\x6f\xd0\x0f\x85\xf8\x66\x6c\x24\xd9\xa5\x7d\x71\x46\xf2\xff\xe3\x7a\x28\xa4\xfb\xa1\x68\x66\xc0\x9f\xfa\x87\x34\x0a\xf1\x8d\xdc\x45\x00\xab\x79\x68\x90\xef\x67\xe1\x82\xeb\x14\x46\x90\x27\x80\x5d\x39\x14\x1e\xd8\x45\xe1\x49\xd6\x15\x3b\x06\x20\x87\xac\x18\x14\xcd\xa1\xf0\x06\xc1\xbb\x64\x27\x41\x3b\x6b\xe6\xde\x01\xd0\x93\xf0\x67\x9d\x5c\x4f\xea\xc2\xcf\xd7\xc5\x71\xbd\xf8\xbe\xf2\x82\xcf\x2f\x79\x16\x66\x13\xbd\xc2\x71\x72\xfe\x46\xfa\xa1\x44\x7d\x87\xff\xa8\x03\xf1\x5d\x33\xfc\xfa\x60\x4a\xfc\x51\x68\x1d\x88\xa8\xe0\x90\x3c\x94\x50\x28\x9b\x41\xa1\x39\xd9\xe9\x33\xee\x2a\x85\x33\xc9\x0a\x69\xe8\x2d\x0a\x23\x69\x27\x40\xd6\xcc\x3d\x1d\x60\x7f\x33\x75\x9c\x4a\xe2\x3d\x43\x3a\x65\x5e\x9c\x4f\xe1\x35\xb2\x93\xa0\x9e\xf5\x77\xb6\x03\x3c\x6c\x44\x83\xfa\x0f\x16\xf6\xe5\x23\x74\xb5\xb7\x0f\x3f\x0f\x14\x46\x31\xf1\xb8\xa0\x75\x40\x23\x75\x30\x71\xdb\x86\xcf\x03\x83\x3a\x10\x92\x87\xa0\x9c\xe1\x75\xe0\xf1\x61\xf8\x78\x30\x26\xdf\xa3\x4c\xfc\x77\x84\x5f\xfc\xce\x03\x1b\x59\xf1\x94\x16\xa2\xd0\x80\xdc\xe1\x3a\x1b\xa1\x61\x2b\x7f\x74\x5d\xac\x62\x3d\xd9\x6e\x05\x88\x62\x1f\x5e\x1f\x49\x8e\x14\x1e\x25\xf1\x65\x12\xe7\xbc\x3c\xb2\x73\xa6\xd8\x04\xfd\xd6\x7f\xb0\xea\x84\x3c\x49\x3c\x99\x87\x86\xe9\x40\x68\xbe\x77\x90\xe7\xfb\x1f\x75\x20\xe4\xf3\x9b\x5d\x53\xa9\x63\x4f\x4e\x0a\xa7\xe2\x75\x5f\x36\xf6\xb9\x58\x6f\xc2\x76\x62\x05\xf6\xc1\xe5\xd9\xb5\x45\x0f\xe3\x8e\x24\x1e\x8c\x5b\xd2\x30\x7f\xce\xd5\x5e\x80\x79\x52\x4e\xf5\x1b\xb8\xbf\x06\xf7\xae\x96\x74\x16\xf2\x2a\x76\x3d\xc5\xc7\x66\xac\xef\x64\x7e\x42\x33\x58\xf8\x85\x9b\xfa\x1b\xef\x49\x0c\xaf\x8f\x53\xd8\x4e\xb8\xe8\x56\xc2\xe1\x3f\x20\xdc\xcc\x9d\x66\x0a\xeb\xad\x59\x23\x88\x35\x1f\x52\xc7\xac\xbb\x44\x16\xc2\xff\xe0\x87\x62\x34\x1b\xfd\x55\x07\x32\x98\x07\xc9\xe1\x79\x24\xfe\x22\x2a\x53\xf0\x7a\x1f\xc7\x8a\x20\x51\x1c\x87\xef\x0a\xcc\xfb\x08\xee\xd8\xb2\x1e\xa3\x4f\x12\xe6\xcb\xf9\xd5\x4e\x61\x9f\x74\x3e\x89\x0b\xd8\xa7\x85\x7f\x5c\x15\xee\xb7\xc0\xf7\xf3\x11\x07\xc6\xf2\x0f\x78\x3d\x9d\x0b\x77\x2c\xfa\xf9\x18\x61\x27\xa6\x8f\xf2\xd4\xdf\x7a\x1b\x49\x61\xc7\x2c\x2a\x3f\x4f\xef\x50\xc7\x8f\x46\x53\x9f\xbb\x9b\x49\x1d\x37\x3e\xa5\xb0\x96\xbc\x5f\xc3\x85\xb0\xd2\xaf\x92\x83\xca\x0b\xfc\x0f\x7a\xa0\x7f\xe9\x3f\x46\xe4\x63\xb3\x7d\x0f\xa9\xaf\x93\xf8\xbc\x6e\x9e\x2c\x86\x7f\xbf\xee\x1c\x29\x8c\x67\xc2\x4c\x59\x28\xbc\x27\xfa\x01\x0b\x45\x56\x26\x61\xff\x08\xe1\xf8\x53\x93\x59\x28\xba\xa1\x70\x00\xbf\xae\x50\xcb\x86\x5f\xb7\x69\xc5\xfb\xca\x05\x3b\x3e\xe2\xfc\x71\xab\xb1\xbe\xfb\xdb\x7e\x36\x7e\x16\x76\x1b\x23\xc5\xa1\x75\xf0\x62\x3b\x15\xf7\x93\x6b\xa8\x62\x68\x1d\xdc\xbe\x8b\x36\xb0\xb0\xae\x80\x8a\xbb\xa6\x0c\xe1\x4e\x78\x95\xd4\xde\x75\x54\xae\xce\x21\x4c\xe7\xe1\xbf\xe9\x1f\x46\xea\x20\x86\xeb\x40\x10\x32\x5b\x35\xf4\xdf\xb3\xc5\xba\xe2\x3e\x4c\x3c\x1f\x7c\xcb\xa8\xf3\x3a\x1b\xc7\x2d\x3c\x7a\x39\xe6\xc1\x24\xbc\xb7\x62\x7f\x70\x86\x53\x32\x27\x57\x07\x80\x84\x64\x3a\x1e\x07\xa3\x4c\x2e\xbd\x64\xa1\xcc\xfe\xba\xf9\x5c\xab\x00\xc4\x73\xda\x70\x7e\xc4\x94\xfa\xf1\x38\xe3\x7e\xc9\xfa\x1b\x7d\x5d\x9c\x78\x86\x79\x17\xc5\x8e\xbd\xd8\x5f\xda\xb2\xe3\xce\x8e\xcf\x0e\xa1\x33\xb8\x0e\xd6\xb3\x61\x85\xda\x3d\x01\xd4\x8a\xeb\x60\x32\x07\xbe\xc2\xd7\xce\xe3\x9a\xc9\xc2\x1b\xcb\xd8\xed\x86\xc6\x7f\xf5\x1d\x3b\x93\xce\x83\xa3\xe1\xf0\x3a\xf8\x43\x07\x43\xf8\x6f\x9a\xff\xa4\x91\xce\x0b\xf9\xdc\x74\x4b\x9c\x63\xce\x66\x67\x8c\x7c\x13\x7c\xf0\x78\x12\x71\x9b\x85\x79\x31\x86\xe4\x8a\x45\x1c\x77\x00\x64\xc7\x6c\x39\xc5\x3d\x11\x80\x71\x67\xdf\x2d\xee\x32\x00\xc6\x8d\xd3\x4b\x78\x22\x00\x18\xe7\x8a\x1e\xf1\x3c\x01\x60\xec\x6b\xd8\xc1\x73\x1c\x60\xf4\xab\x17\x98\x07\x61\x18\xfd\xec\x41\x88\xd9\xc1\x8f\xf5\xd0\x3d\xa5\xc2\xd8\x91\xec\xc5\x27\x46\x36\x00\xf7\x8b\x36\x13\xfe\x37\x38\xfe\x36\x7e\xec\x6c\x76\x0f\xf8\xb0\x93\x53\xbd\x00\x23\x19\x80\x27\xbb\x3a\x85\x51\x09\xc0\x2b\x50\x59\x26\xab\x00\xc0\x9b\x75\x4d\x9b\xd1\x0c\xc0\xab\x59\xba\x97\x6f\x3d\xeb\x73\x57\x94\x79\x3e\xd1\x79\x18\xa9\x0b\xa3\xe3\xd7\xd4\x41\xc3\xf8\x6f\x9a\xff\xa4\x91\xf6\x87\xa0\xf2\x41\xf7\xd5\x12\x4c\x76\x98\x8a\xcf\xe3\x38\x6f\xec\xf3\x2e\xbb\x68\x76\x1a\xe7\x74\x00\x39\xfb\xe5\x92\xdc\xa3\x00\x64\x43\xa2\xea\xb8\xa7\x01\xc8\x1e\xdd\x57\xc8\x73\x13\x40\x36\x34\x63\x22\x6f\x04\x80\x9c\xfe\x95\x68\x7e\x6d\x00\x59\xa5\xa6\x49\xbc\x3b\x00\x18\x95\x9d\x6b\xb9\xeb\x68\x7d\x58\x7f\x1e\x23\x00\x80\x73\xff\x5b\x6e\xc6\x0f\x00\x1e\xbe\xb6\x0c\x59\x09\x00\x9e\xe6\x87\xc1\xb2\x32\x00\xbc\x66\xf7\x1f\x8a\x60\x07\xbb\x06\x73\xd9\x66\x00\xbe\x9c\x9b\x2b\xe4\x7c\x00\xf8\x57\x8e\xd4\x41\x95\xbc\x95\x5d\x0a\xc0\x27\x79\x49\x4b\x56\x14\x80\x77\xe9\x85\x10\xd9\x29\x00\xbc\x55\xf0\xdf\x7d\x40\x7e\xeb\x40\x08\xff\x47\xef\x83\x56\xc0\xf3\x1b\xbb\xb9\xfa\x68\x16\x0a\x4d\x30\xc2\x57\x21\xb1\xf1\xf6\xb8\x9e\xe5\x4e\x78\x5d\xe1\x54\x02\x90\x97\x99\xb1\x8a\x6b\x11\x80\x42\xcb\x52\x76\x5e\x51\x00\x85\xb6\xa8\x63\x7c\xc5\x00\x8a\x63\x92\x9a\x05\xae\x0e\xd1\x0d\xc6\x96\x14\x0a\xf2\x02\xc8\x8f\xba\xb3\x5a\x60\x11\x80\x7c\xcb\xbb\x5f\x02\xa2\x00\x72\x86\x00\xdc\x51\xbd\x86\xac\xb8\x78\x77\xbf\x5c\xa4\xa0\x08\x20\xa8\xf5\xe8\xb6\x42\x31\x80\x50\xd4\x5d\x36\x85\x68\x00\xa1\x85\x0d\x5b\x14\x6e\x01\x08\xb5\xd1\x3a\xa8\xeb\x35\xf2\xed\x00\x82\xa9\x65\xce\xf2\x0b\x00\x04\x5e\x16\x1f\x52\xb4\x02\x10\x56\xb9\x7c\x41\x3e\x1e\x40\xa0\xb7\x40\x5d\x21\x08\x40\xb0\xfa\xbc\xa4\xfc\x5e\x00\x81\x13\x7f\xab\x03\x3a\x7e\x4a\xff\xf2\x9b\xff\xa5\xf9\x3f\x29\x7d\x44\xf5\xc7\xa8\x42\x43\x7c\x52\xc4\x4f\xe8\xe2\x79\x51\xb6\xd0\x2a\x88\x7d\x2b\x80\xe2\xcb\xf1\x9b\xb8\x52\x01\x94\xad\xfc\x9f\xf1\x34\x03\xa8\x2a\x86\x6c\xe5\xef\x03\x50\xee\x8c\xe4\x17\xb4\x04\x50\x82\xa4\x14\xa1\x28\x00\xc5\xec\x4c\x55\xa1\x2b\x2c\x2c\xe3\x16\x6e\x05\x50\x0c\x7c\x20\x2a\xcc\x7a\xfd\xee\x47\x7d\x21\xef\x1f\x09\x8a\x6a\x00\x02\xe6\x5d\x9c\x8a\x9f\xf1\xdc\x39\x53\x45\x11\x40\x5c\xfb\xce\x13\x15\x23\x00\xf1\x4d\xf5\x63\x55\xc4\x00\xc4\x27\x55\x37\xa9\x06\x01\x8c\xe2\xa4\xfd\xa0\xca\x4c\x94\xb5\x00\x44\xab\x8b\x8e\xb1\x3e\x27\x76\xef\x92\x82\x8a\x03\x80\x58\x45\x3e\x43\x39\x10\x40\x34\x30\xb7\x51\x71\x06\x80\x50\x43\x76\x9c\xf2\x2a\x00\x91\x8f\xf0\x1f\x74\x40\x52\x64\xde\xa0\xfc\xef\x07\x79\xe0\x02\xa1\xcd\xb8\xfe\xf9\x46\xad\x43\x43\x7c\x52\x68\xbf\x18\xa5\xf5\x26\x19\x9c\x46\x00\x6a\xd1\x2e\x86\x3c\xbe\x00\x1a\xc6\x93\x6e\xf0\x2b\x00\x68\x1a\x2f\xe6\x12\xda\x01\xa0\x1e\xb3\xe1\x80\x30\x13\x40\x35\x6b\x6f\x90\x28\x1f\x80\xaa\x49\xe6\x55\xb1\xa7\x00\x2a\x21\xd7\xa2\xc5\x37\x01\xa8\xac\x7e\x34\x4f\xfc\x0a\x80\x4a\xc5\xd7\x66\xd1\x43\x9f\xe6\xab\x46\x02\x88\xaf\x6b\x9f\xa1\x5e\x04\x20\xe5\x75\x5f\x52\xfd\x1e\x80\x54\x79\xfd\x12\xf5\xed\x00\x52\x86\x55\x0f\x35\xa2\x01\xa4\xfd\xcb\xc7\x6b\x16\x01\xc8\x5c\x19\xd4\xff\xf0\xab\xb7\x01\x8c\xde\x55\x90\xaf\x5e\x0f\x20\x39\x90\x7b\x59\xbd\x1b\x40\xf2\xc6\xd9\x02\xf5\xd7\x00\x92\xa1\x59\xf3\x54\x6f\x01\x88\x27\x9e\xba\xaf\x96\x09\x20\x81\xbb\xa7\x6a\xb5\x0f\x8f\x7f\x24\xff\x4f\xed\xff\xa6\x79\x60\xce\xb9\x9c\x6e\x38\xfe\x26\x21\x7c\x1f\x20\xf3\x43\x0c\xe7\x4f\xb9\x5c\x69\x2a\x07\x02\xd0\x8a\x37\x54\xe5\x2e\x00\xd0\xfe\x6c\x8f\x78\xbf\x03\xe8\xd9\x4e\x68\x15\xec\x07\xd0\xe5\x9b\xb7\x5a\x24\x16\x40\x47\x7e\xdd\x4e\xf1\x74\x00\xad\xa3\x89\x91\x92\x08\x40\x23\x32\xeb\x8c\x64\x07\x80\xfa\x9e\xca\xe5\xa3\x9f\x02\xa8\xfd\x7c\x36\x75\xb4\x2b\xc8\x69\xa4\x31\xdf\x4a\xd6\xbe\x69\xd4\xf2\x03\x90\x95\x78\x58\xaf\xb3\x1d\x40\xd1\xbb\x7e\xaf\xce\x2c\x00\x85\xfd\xd7\xbf\xeb\x16\x02\x28\xf1\x97\xbe\xd5\xed\x01\x50\xbc\x5a\xf4\x44\xa7\x19\x40\x7e\xcd\xc5\x36\x5d\x55\x00\xf9\x90\xf3\x86\x7a\x2e\x00\x0a\x46\x39\x72\xda\x35\x00\x8c\x39\x99\x1b\x74\xa2\x00\x18\x19\xe9\x49\x3a\xf6\x00\x32\xcf\xd3\x5a\x75\xfc\x00\x64\x12\x8e\xa5\x6b\x1f\x00\x90\xe6\x19\x3a\x0e\x64\x25\xff\x1a\x3f\xe1\x7f\x69\x1e\x5c\x24\x8c\x3c\x0d\x0c\xb0\x3d\x66\xa1\x7a\xb6\x80\x3f\xc2\xba\x10\x46\x0a\x5b\xc4\x6f\xbf\x18\xe3\x99\x16\x0f\x05\xec\x00\x4c\xc6\xb9\xfb\x8b\x98\x03\x18\x6b\xce\xf6\x92\x50\x05\x30\x3c\xbd\xe6\xae\x94\x34\x80\xde\xe1\x84\xf9\x32\x8a\x3f\x42\x74\xb7\x67\x0a\xcb\xbd\xe8\xdb\xa2\x73\xeb\x9a\x99\xe2\xeb\xde\xfd\x3a\x37\x1e\x9e\x51\xe1\xfa\x20\xa5\x9b\xd5\x3f\x5a\x65\xc6\xb3\x08\xfd\x0c\x78\xab\xce\xd3\x68\x65\x78\x14\xaa\x34\xab\xae\xcf\x34\x32\x82\x5a\xcd\xb0\xab\x82\x86\xaf\xe1\x89\x7a\x43\xa1\xb0\xe1\x35\xe8\x52\xf3\xcf\xbb\x6b\x14\x09\x6f\xd4\x2e\xe5\xb4\x1b\x66\xc3\x0f\x95\xdc\xcc\x26\xac\x7b\x69\x3f\xc5\x34\x2c\x07\x50\xe6\x3c\x31\xc3\xe8\x3a\x80\x72\xea\x31\x3b\x83\x5b\x00\x0a\xd3\x8e\x58\xe9\xd7\x02\xc8\xad\x3f\xf0\x52\x5f\x1c\x80\xf1\x15\x06\xfd\x80\x7e\x8f\x7f\xee\x7b\x7f\x8b\x5f\x94\x3c\xad\x2a\x72\xa2\x61\x7a\x10\xda\x1f\xc2\xa2\x4b\xa8\x96\x85\x76\x8f\x94\x8e\x71\xf1\x02\xd8\xbe\x34\xd2\x15\x38\x04\x60\xfd\xcd\xe5\xa4\x78\x10\x80\x95\xc5\xf4\x45\x52\x6e\xdf\x05\x2c\xe2\x57\xf8\xcb\x2f\xef\x75\x31\x57\x8a\x35\x51\x5d\xf4\xf6\xa0\xe9\xc6\xd4\x0a\x2d\xe1\x97\x05\x26\xae\x97\x8f\xeb\x16\xb7\x85\x19\x2f\x6c\xb6\xd1\xef\x7b\x92\x60\x9c\xf5\x9e\x69\xc8\xdf\x3c\xd9\x34\x04\xe6\x1b\x9e\xbc\xbe\xda\xac\x06\xe6\x1b\x7e\xbd\xc2\x66\xee\x04\x6b\x0d\x2a\xf2\xbf\x9b\x17\xc0\x2e\xfd\xd8\x41\xdd\x4b\x97\xf9\x6b\x38\xa7\xd3\x76\xea\x9c\x79\x32\x94\x6a\xaf\x3e\x6e\x63\xb1\x08\xae\x6b\x6b\xa6\xcc\x37\x2b\x86\x97\xea\xaf\x69\xdd\xcb\xfe\x45\xa6\xbf\xe0\x87\xaa\xdb\xde\x13\xa6\x73\x00\x94\xd7\xc7\x37\x98\x86\x02\x28\xd5\x0f\x8d\x9f\xae\x7f\xc2\x7f\x93\xf8\xc5\x78\x28\x54\x26\xbe\xc6\xfa\x64\xbf\xb7\xf9\x74\x0a\xed\x48\xbe\x9c\x17\xb3\xc5\xb0\xd0\xc3\x6d\x34\xee\x2f\x33\x7e\xb7\xf6\x66\xfe\xb9\xbf\xc6\xb8\x82\x9d\xd9\xa8\xd3\x1f\xed\x9c\x33\xfc\x36\x28\x74\xbd\x0e\x1b\xf3\x65\x51\xb7\x46\x7c\x9b\xa6\x43\x61\xd4\x61\x7d\xf3\x96\x76\xbb\xc3\x07\x17\x99\xe4\x37\x17\xdb\xd4\x9f\x5f\x67\xf1\xbc\x61\x94\xb5\x77\xad\x88\x75\x52\xad\xa2\x55\x6b\x47\xa0\xad\xd4\x0d\x6f\xeb\x76\x66\x8d\xcd\xe3\x4b\x4f\x6d\xbd\x99\xaf\xac\x4f\xd3\xbe\x2f\xa7\xd3\xed\x16\x83\xbe\xf9\xce\x34\x7d\x3b\x23\xf0\x32\x5d\x7d\xcc\xc6\x6e\x32\xcc\x32\x31\x3f\xa4\x61\x67\x00\x1b\x8c\xf8\xf7\xf7\xdb\x31\x60\x87\xa1\x54\xe2\x80\xad\x03\x9c\xd5\xed\x4f\xa8\xb2\x5e\x09\xb7\xb4\x7e\xc4\x31\x6c\x4e\x41\x9d\x36\xe7\x8e\x97\x56\x8f\xe0\x9d\xfa\xde\xed\x82\x56\x2f\xa0\x57\x9d\x63\xe8\x38\xa0\xe2\x47\x64\x7f\xbf\x28\xe9\xeb\xa0\x4c\xe2\x36\x22\xfa\x17\x9a\x07\x75\xb9\x48\xa1\xe7\x88\x3e\x09\xd3\x42\x04\x14\x11\x1a\x98\xe0\x7f\x47\x29\x8f\x97\xeb\xfd\xa5\x29\x1e\x66\x85\x92\x99\xcf\x65\x7d\x8d\xc6\x3b\xa9\x6d\xb9\xdf\xef\xb5\x6d\x96\xa9\x41\x47\x83\x9a\xfb\xdb\xd5\xa5\x16\x01\x55\x0e\xe3\x9c\xf7\xbc\xb0\x5b\x75\x4d\xd4\x35\x2b\x23\x65\x4c\x4f\x71\x83\x73\x6a\x79\xa8\x2b\xa3\xb0\xdc\x69\xe9\x93\x24\xb7\x47\x05\x8f\x9d\x0e\xfe\xe0\x74\xeb\xc9\xd4\x77\x89\x67\xba\xbb\xda\x1e\x0f\x75\x69\x65\xee\x1b\x13\x74\x38\xd4\xe5\x12\xf3\x86\x7d\x42\xd2\x59\x57\x2f\xe6\x7b\x5b\xd3\x84\x2a\x97\x99\x20\x63\xa5\xb9\x27\xc5\xf9\x2c\x58\x9a\x7f\xdf\xa5\xe8\x14\x02\x0b\x4d\x16\x6c\xbf\xe4\x1c\x0e\x8b\x4c\x42\xb6\xbe\x1c\x13\x0f\x07\x0c\x16\x6d\xc9\x1d\x13\x08\xa9\xfa\xa9\x51\x9f\x1d\x7e\x40\x99\x4e\xda\x26\x2d\xfb\x1a\x78\xa8\xc9\xfc\x33\x7e\x3e\xc2\xeb\xd1\x3a\x08\x5a\x07\x60\x37\x85\x42\x8f\x99\x68\x98\x1e\x60\x26\xe9\x0f\x30\x8f\xea\xff\x2d\xbb\x68\x33\xda\x89\x50\x57\x71\xc8\x6e\x86\x24\xe7\xe5\xa7\xb3\x17\xf2\xea\xfb\x8d\x3a\xdc\x2c\x3e\xe7\xf5\x98\x4b\x6a\xe8\xc6\x9b\xe9\x07\x26\xeb\x9b\xa9\x5e\x79\x3e\x35\x68\x89\x8e\xfd\x93\x82\x35\x93\x74\x62\x04\x5c\x8f\x9c\x55\xf3\x9d\x74\xcc\xc5\xfd\x6e\x7a\x97\x0f\xdf\x65\x25\xef\xdd\x27\x82\xbc\xfc\xef\x38\x4e\xb8\x75\x4c\xc8\x33\xbf\x77\xa3\xaf\xdb\xfe\x79\x5e\x8f\x7e\x5d\xf4\x1e\x1f\x6f\xee\xd5\xce\x94\x1c\x1f\x1b\x7b\xde\x4b\x9a\xb9\xd2\x65\x5d\xcc\x21\xaf\x2b\xcc\xdd\xce\x1c\xd1\x51\x5e\x92\xcc\x32\x87\x6f\x51\x7b\x3c\x1a\x98\xbd\xb6\x79\x1b\x92\x3d\x47\x83\x80\xf5\xdd\xf5\x5b\xdc\xcf\x80\xb1\xa5\x50\x44\xdf\xf8\x6e\xf0\x30\x57\x5c\xa3\x31\x5e\x15\x42\x4c\xb6\xac\x7a\x3b\xf6\x33\xc4\x18\x39\xaf\xcc\x1d\xeb\x04\x47\x0c\x9c\x86\xcc\x03\x64\xbc\xcb\x3d\x1b\x1e\x3f\xad\x03\xf0\x1c\x43\x61\xc0\xf5\xa1\x71\xff\x12\x5e\x8a\xf9\xf0\x8f\x4d\xe1\x78\x15\xa4\x33\x79\x2d\x7e\xbd\x35\x7c\x43\xa3\x44\x21\x42\x4d\x9e\x6b\x67\xa8\xef\x14\x9b\x5e\xb9\x67\xe5\x1e\x6b\x71\xe5\x3d\x85\xd5\xa1\xb3\xbc\x1e\x98\xf8\x66\xed\x5a\xc0\x33\xe7\x86\xf3\xfa\xe3\x13\x83\xa4\xd6\xad\xf4\x94\xd8\xdf\x1f\xf8\x63\xdf\x74\xdf\xf6\x04\xd3\x19\xf6\xe7\x4a\x26\x7f\xdc\x59\x1c\xe0\x54\xab\x38\x2d\x76\xdb\x55\x7f\xab\x4e\x27\xff\xc8\xe8\x32\x7f\xfb\x5f\xa2\x53\x5a\xd7\x7f\xf6\x57\xfb\x95\x34\xa1\x67\x6d\xe9\xb4\xc8\x5f\x6d\x5e\x8c\x55\x6c\x53\xb7\x32\xcd\xc7\x85\xad\x9c\x3c\x65\x21\x33\xd4\xd5\x73\x85\xe2\xe4\x67\xcc\x58\xe7\xb8\x30\x8d\x89\xeb\x98\x8d\x0e\x12\xcb\x02\xfd\xce\x32\x3f\xda\xe6\x2c\xd1\xf5\x0b\x84\x51\xd6\x3a\xc1\xd9\xbe\x63\xc1\xcc\xa2\x20\xf8\x8a\x4f\x02\x4c\x34\x5b\xbc\x50\xcd\x67\x33\x84\x98\x38\xfd\xa9\x03\x31\xb4\x1a\x1e\x3f\xad\x03\x08\x24\x3a\x09\x4a\x07\xf3\x3d\x6e\x15\xe6\x7d\x7a\x94\x28\x7f\xfc\x17\xed\x5b\x28\xff\x7b\x97\xed\x98\xa7\x69\xd8\xb9\x73\x13\xef\x6c\x84\x2a\x6e\xc7\xba\xc9\x7f\x14\x54\xbf\x18\xbb\xf5\x8a\x71\x85\xfc\xe6\x4c\x93\xc8\x4d\x6e\x9b\x0d\x16\x1e\x1e\x15\x21\x18\x50\xef\x68\xba\x4b\x2c\x2c\x63\x39\x9b\xcf\x85\xa8\x9f\x4b\xd7\xed\x94\x9c\x32\x69\xed\x97\x90\x3b\xe9\xe2\x01\xdf\x57\x1c\x5d\x7c\xb4\x9c\x67\xe6\xa3\xa5\xbc\x8b\x8c\x9f\x2e\x0e\x64\x86\x04\x2e\xfc\xf6\x33\x78\xe6\xc0\x22\xbe\x05\x81\xbf\xd8\xa7\x46\x2c\xe8\x9f\x5b\xf4\x6b\xb3\x6f\x36\xad\xf7\x98\xcb\x3b\xc7\x87\x29\xee\xce\x3e\xe7\xd7\xac\xa3\x4c\x3f\xb7\xe5\x7f\xe8\x3d\xf4\xa7\x4f\x64\x3e\xb4\x7b\x39\x93\x37\x40\x03\x38\xac\xaf\x4e\x3f\x37\xed\x27\xa8\x59\xba\x4c\x2f\x9a\xea\x0d\x8e\xe6\xea\x00\xa2\x24\x6e\x9d\x58\x0a\xed\xfd\x86\xc7\x4f\xf3\xe0\xcb\xf1\x7e\xee\x01\x3b\xaa\x3f\xca\xfb\xbc\xad\xf8\xb8\x3d\x68\x27\x9e\x17\x1e\xcc\x4d\xc0\xab\x3b\xb7\x0a\xf6\x61\xfe\xea\x9a\xed\x01\xcc\x73\x15\xd6\x1f\x6a\x95\x4e\xe1\x10\xcb\x9c\x94\xec\xaf\xa3\x24\x55\x7e\x58\x23\xe1\x8e\xc3\x36\xad\xce\x5d\x02\xbb\x56\x4e\x52\xb0\x3e\xb1\x5e\x2b\x26\x70\xf1\x6a\x77\xf3\x65\x9a\x9b\xcf\x6c\xf1\xf2\x7b\xbf\xb0\x35\x8a\xe3\xf8\xd5\x29\xe3\x83\xdc\x37\x6d\x2e\x59\x3a\x4d\x28\xd0\x79\x63\xd6\xa3\x84\x69\x63\x67\xcc\xdb\x98\xf1\x43\x61\xca\x8b\xe9\x8b\x23\xac\x7e\x25\xf9\x5a\x05\x58\xad\x0a\xfe\xf5\xd5\x53\xd4\xff\xfc\x0a\x69\xa6\xc5\xb8\x23\xfe\x8e\xcb\x13\x99\x53\xdd\x4a\xa6\x49\x85\x0a\x30\x8f\x3b\x4d\x99\xa6\x1f\x22\xcb\xcc\x1f\x23\x33\x35\x70\xb1\x3d\xf3\x81\xfd\x81\x29\x71\x0b\x7e\x30\x7f\xda\x74\x4c\x99\x3c\x37\x02\x14\xac\xbc\x27\x97\x06\xf9\x80\xb1\x45\xf5\x24\xa7\x39\xaa\x30\xd1\x4c\x15\x40\xb9\x66\xf8\xfc\x37\xe1\xcb\xf0\xf8\x29\x1e\xfc\x7b\x65\x34\x5e\x05\x7b\x77\x86\x8a\xbb\x0d\x12\xf1\xaa\xdf\xfd\xfc\x03\x78\x35\xf8\x96\xe6\x91\x8f\x2c\x2c\xfb\x90\x8a\x79\xb1\x82\xb2\x93\x78\xf5\x35\x4b\x21\xc3\x42\x58\x04\xa1\x23\x07\x4e\x1d\x51\xd1\x16\x3d\xb4\xdb\xf3\x04\x9f\xa5\x86\xf2\xe3\x8d\x91\x29\xdd\x5e\x29\x26\xe7\x96\x24\x1e\x14\x9a\x1b\xed\x2c\x1f\xa4\x98\x5c\x12\xa9\x36\xfe\x62\x40\xdd\xbe\x25\x47\xde\x7a\x56\x4f\x36\x4c\xd2\x2c\x8a\xf4\x8e\xf1\x0d\xdd\xeb\xf7\x40\xd1\xfb\x9a\x4f\xca\x5e\x9d\xaf\x5f\xbc\xec\xbd\xdf\xc4\x75\x30\x6d\xc6\x89\xfb\x84\x6d\x97\x64\x2e\x71\x5d\xe0\x5d\xbb\xa5\x87\x99\xea\x34\xd1\xdb\x35\xf2\x11\xf3\x9e\x03\x9b\x8f\xe4\x86\x06\x66\xab\xfd\x66\xef\xb4\x08\x4b\xe0\xb2\x39\xe7\x7d\x69\xb5\x1a\xc8\x59\x73\x7a\xf5\xaf\x3c\x06\xf6\x16\x51\x9e\xb5\x61\xa6\x10\x64\x1a\xe7\x59\xb4\xcc\x08\x96\x9b\xcc\xf5\xa8\x5b\x62\x0b\x7b\x0c\x33\x00\xcc\xdb\x86\x8f\xff\xe1\xf1\x0f\x70\x6e\xcd\xc2\xe7\x7f\xea\x6e\xec\xf7\xf0\x7c\xea\x7e\xbc\x9a\xf8\x80\x71\x14\xf3\x1c\xb7\xbc\xd2\x0c\x70\xfc\xb7\x33\xa8\x7d\xdf\xc7\xcf\x60\x9d\x65\xa6\x72\x2e\xe6\xbf\x0f\xcf\x2a\x70\x46\x72\x08\xc5\x7f\x2d\xe0\x92\x15\xe7\xfd\x11\x75\xe5\xbc\xb7\x61\x09\xc3\x76\x79\x71\x8e\xac\xdb\x25\x1d\x97\x59\x9b\xb2\xa6\xcf\x3c\x6c\x9d\x3b\x65\x53\xa6\xe4\xba\x7e\x87\x05\x3e\x31\xa7\x3f\x1d\xd4\x75\x8a\x74\x97\x3b\xcd\x76\xf1\xb4\x0b\xc3\x6d\x67\xba\xc4\x9d\x7e\x97\xf9\x2e\xb5\xe9\x92\x7d\xe3\x9d\x2a\x5c\xfa\x8e\xcb\x33\xcb\x1c\x96\xb8\xb2\x1d\x4a\x61\xbe\xb6\xed\x71\x9d\xb4\x6f\x14\xf0\x5a\xbf\x76\x19\x48\x18\x0f\x3a\x96\xbb\x5d\xa5\x77\x25\xc0\x58\xf3\x04\x97\xb9\x3b\x1e\xc3\x7c\x53\x07\x17\xb9\x98\x04\xd8\x60\x3c\xc7\x85\x2b\x5a\x1d\xe2\x0d\xaf\xb9\xae\xdb\x64\x0d\x71\x46\x1c\xce\x55\x1b\xac\xe0\x9c\xde\x63\x67\xf9\xb5\xfb\xa1\x4a\x67\x13\x80\x87\x12\xfa\x8b\x0e\xe4\x87\xd1\x36\x5c\x1f\x1f\x52\x12\x42\xd1\x50\xfd\xd3\xd6\xe3\xbf\x70\xfc\xc7\x28\x5e\xf4\x9a\xfa\x19\xcc\x87\x5e\x34\xc9\xc3\xbc\x56\xf6\x53\x4a\x17\x72\xb4\x8a\x5a\x15\x8d\x3f\x59\x8a\x79\xa0\xad\xdb\xcb\xa5\x25\x8e\x22\x14\x1e\x5a\x9a\xa5\x59\x24\x6e\x38\x6f\x77\x49\x84\x43\xae\x72\xe2\xa4\xa8\xa2\xe6\xa9\x03\x86\xd3\x3c\x55\x8a\x44\x57\xfd\x32\x3d\xed\x6a\x7e\x79\xfe\xbe\x59\x16\x5b\x1d\x39\x2f\x55\xe4\xcf\xb6\xec\xb6\x3d\x77\x89\xf7\xb6\x9e\x95\xba\xcd\xd8\xc2\xfc\x8f\x25\x16\xfb\x6d\xb6\x9c\x4f\x01\x2f\xd3\xcb\x36\x1b\xb3\x82\x21\xd4\x78\xb5\x4d\xe1\xa9\x8b\xb0\xd1\x68\x9a\xad\x7d\xaa\x1e\x6c\x33\x2c\xb6\xdd\x7c\x44\x0b\xf6\x1b\xac\xb4\xf1\xdf\x7f\x0e\x8a\x75\x6d\x6d\x45\x92\x5e\x40\xb1\xee\x14\x9b\xe5\x09\x9a\xd0\xa4\x6d\x65\x33\x63\xd7\x71\x68\xd3\x4c\xb3\x86\x58\x4d\xe8\xd2\x98\x69\x7d\x26\x26\x1d\xbe\xa9\xdd\x01\x98\x19\x30\xf4\xfc\x33\x9f\x6d\xc7\xfa\x8f\x9e\xb1\xfb\xf0\xfc\xdf\xee\x7b\x14\xfb\x38\x3c\x48\xc4\x2c\x01\xaa\xd7\x3b\x8b\x79\xfd\xf2\x12\x2a\xee\x4b\xed\x97\xf0\xfc\x78\x36\xfa\x0a\xd6\x87\x9d\x08\xbc\x86\x75\x44\x49\xb7\x2b\x71\x7f\x98\x98\x51\xd5\xf8\x7a\x12\x6e\x5b\x17\xc4\x29\x80\xd0\xa2\xd4\x3a\x57\x45\x09\x7e\x11\x7f\xe9\xda\xfb\x96\xa2\xd2\x5d\xee\x93\x6f\xca\xf8\xc6\xab\xd5\x39\x6d\xa9\xf9\xb5\x7c\xa5\x56\x8b\x4d\x7a\x4d\x63\xfc\x0e\x5d\x21\x0b\x8e\x9a\x09\xe7\xa6\xe9\x1d\x31\x79\x56\xdd\xd7\x20\xa2\x97\x6e\x7c\xa0\x3a\xb3\x7b\xb5\xce\x23\xe3\xcb\x15\x3a\x70\x5b\x4b\xc3\xf8\x52\xd1\x4b\x78\xa6\x71\xdf\x84\xbd\x60\x14\x74\x6a\x88\x9b\x34\xe7\x7c\x85\x57\x1a\x1e\xc6\x8f\xb2\x57\xc3\x77\x35\x65\x93\xcd\xe9\x72\xf0\x43\xf5\xbd\xa9\xc0\x89\x51\xf0\x4b\xb5\xda\xe4\x55\x8a\x3f\x80\xca\x3a\x53\xc7\x43\x1e\x00\x2a\x16\xa6\x31\xc9\xba\x00\xca\xf1\x26\x13\x12\x4d\x00\x14\xe5\xe9\xf9\x0f\x20\xe6\xf1\xd0\xf8\x3b\x3c\x8e\x63\x5e\xe3\xe1\x9c\x4c\xcc\xe7\xd4\x7f\xcf\xc5\x7a\xa7\x4a\x23\x4a\x0f\x73\x39\xa9\x18\xeb\x01\xce\x5d\x2a\xc7\xf7\x9d\xa7\xde\x51\xac\xc9\xc1\x77\x37\x71\xfc\x71\x63\x1a\x30\xdb\xb4\xa1\xb7\x59\x95\x85\x8b\x4f\x50\xfd\x54\x02\xc3\x1f\x5e\x93\x5a\x83\x90\xd7\xd9\x96\x53\x06\xaa\xa2\x33\x1c\x4d\x5a\x04\xdd\x23\x19\x17\x2c\x73\x5a\xfc\x82\x0d\xe4\x1b\x8c\xdf\xb6\x44\xed\x14\x53\xd2\xd2\x9f\xd6\xe2\x94\x75\x4d\xe9\xb3\xce\xc1\x16\xb1\x5a\x01\xa5\x26\xed\x9d\x2d\xfc\xef\xcc\x15\x7e\x69\x6f\x6c\xee\x07\x90\x53\xd2\x3e\x5b\xbb\x19\x40\x4e\x5e\x7b\x67\xa5\x1a\x80\x6c\x84\xb6\xdb\xd5\x01\x00\xc6\x05\x1d\xed\x4b\x77\x00\x64\x03\x74\x0e\xe7\x6f\x07\x90\x9d\xaa\xad\x78\x4e\x1d\x40\xfa\x8d\xce\x9a\x6c\x0d\x00\x86\xb4\xae\xc3\xa9\x02\x00\x86\x87\xae\xc2\x89\x0e\x00\x99\x22\xdd\xed\x47\xdd\x00\x64\xd6\x01\xc4\x60\xbf\x86\x4f\xc9\xc9\x32\xf8\xfa\x2f\x9b\x8a\x9f\x23\x1e\xde\xcd\xc6\xf7\x09\x8d\x1f\xf2\xb1\x7e\xac\x4a\xac\x18\xf7\xdb\xbb\x52\x52\x86\x79\xce\xbc\xda\x1b\x9b\x58\x98\xc1\x7f\x13\xd7\x45\x8a\x52\x3d\xbe\xef\x4a\xb8\xda\x8c\x77\xa3\x6e\x55\x79\x80\xfb\x87\x84\xfb\x50\x3a\x81\x39\x45\xcf\xb1\xae\xc8\xeb\x50\xc7\x55\x2e\x77\x84\x9c\x56\xbe\x3a\xae\xba\x83\x77\x96\xb9\xdc\x2b\x5f\x27\x3b\xb1\x5d\x06\xce\x9d\x99\x41\x2b\x25\x72\xb5\x5e\xbf\x1e\xb5\x65\x87\xa4\x9a\xba\xc0\xeb\x6d\xa7\x26\x48\x1e\x54\xc9\x7a\x7d\xff\x46\x96\x24\xa7\x72\xe7\x1b\xab\x37\xf2\x12\xda\x2a\xdc\x2f\x17\x03\x88\x5e\x55\x7a\xfe\xb0\x06\x40\xa4\x48\x39\xb0\xd9\x1e\x40\x74\x9f\xb2\x44\x9d\x3c\x80\xa8\xbd\x72\x4b\xd5\x26\x00\x31\x23\xe5\x17\xd7\x6a\x00\xc4\x18\x2a\xb9\xc5\x7d\x00\x62\xed\x2a\xb5\x85\x1e\x00\x62\x37\x54\x3b\xf3\x26\x02\x88\xd7\xaa\x5c\xc8\x39\xc5\x7a\x5f\x35\x2b\xeb\x01\x80\xd8\xdb\xbe\x48\xca\x0f\xeb\x8d\xf2\x09\x3c\xbf\x3f\x39\x79\x06\x8f\x8f\xe6\xa6\x42\xcc\xa2\xd5\x1c\x2f\xc5\x79\x28\x2d\xbf\x61\x86\xaf\x03\xde\x35\xf8\x3e\x32\x5b\xbf\x01\xf3\xc3\xa9\x87\xef\x60\x5d\xdd\xfe\x5c\x8a\x27\x8d\x9d\xf5\xe4\x24\xae\x83\xab\x6d\xb8\x1f\x55\x68\xfe\x2b\xcc\x36\x05\xc4\xbd\xc5\xdf\xe3\x32\xaa\x17\x5f\x67\x2c\x42\xbe\x5c\x93\x7a\x8c\x90\xf6\x9b\xbe\x2b\xe6\x39\xbc\x6d\x6a\x63\xbf\xce\xf6\x97\xe6\xb7\x56\x92\xfa\xd6\xbf\xde\x98\xff\xba\xbc\xd6\x80\xe5\xd1\x79\xfc\x4b\x65\xe3\x06\x9e\x94\x85\xf0\x2d\x92\x15\xfd\xe9\xf8\x72\x37\xcf\x1c\x59\x85\xaf\x13\x01\xb8\x2c\x65\xa7\xbf\xdd\x0d\xc0\xdd\x2e\xab\xfb\xbc\x19\x80\x47\x57\x56\xf8\xb1\x12\x00\x8f\xbf\xec\xd8\xbb\x7b\x01\x78\x40\xd6\xaf\x61\x0b\x00\xaf\x3d\xe3\xc3\xcd\x79\x00\x3c\x39\x72\x3a\x95\xb1\x00\x7c\x67\x65\x6b\x4a\x4d\x00\xf8\x46\xc9\x9b\x17\xdd\x05\xe0\x07\x11\xbb\x4b\x78\xfd\xfa\x6d\xed\x09\x3c\xaf\xb5\x1e\x39\x4b\xe9\x20\x17\x17\x9e\x66\xe1\xcd\x09\x54\xfc\x65\x5d\x37\x9e\xe0\xfb\x80\x31\xb7\xb0\xae\xe3\x6c\x76\x33\x1e\x0f\xb4\x0e\xe8\xb0\x18\x15\x77\xc2\x9e\x76\x7c\xbf\x1d\xe3\xd2\x89\xf5\x02\x6b\xe6\x75\xe1\xeb\xc5\xc2\xc6\x1e\x5c\x1f\x93\xcf\xf5\x61\xbe\xd8\x71\xcc\x0f\xec\x2f\xa3\x96\x02\xc0\xd1\x8d\x90\x22\x2f\x80\xb6\x19\x07\xbf\xdc\x1b\x00\xef\x37\x9c\xee\x8c\xd9\x00\xcb\xe3\x39\x3a\x64\x56\x02\x24\x1e\x66\x2f\x97\x9e\x08\x90\x7b\x18\x21\x89\x43\x00\xf5\xa3\x10\x12\xef\x04\x78\xff\x0c\x21\x9e\x60\xe2\xef\x10\xfc\x05\xfb\x5c\xb0\xc7\xbc\xc7\x7a\x0f\xf6\x09\x1d\xb8\x33\x03\xfb\xda\x56\xbc\x8e\xcd\x61\xfc\x00\xef\xc5\x63\x8f\x6f\xa6\x18\xb8\x19\xf5\xd3\x59\xc8\x96\x51\x83\x9d\x19\xd8\x56\x55\xe2\xfd\xad\xcf\x27\x9c\xc3\xd7\xcd\x07\x8f\xa9\xf1\x5e\xb7\xa6\x02\xcf\x73\x15\x57\x6f\xe2\xf9\xf3\xf2\xec\x46\xec\xa3\x93\x5b\x70\x0f\xf7\xc7\xca\xf0\x7c\x8c\xdf\x3f\xa6\xd0\x86\xeb\x68\x9f\xcf\x2b\x7c\x3f\xb1\x73\x75\x17\xbe\x7e\x6e\xba\xd3\x83\xeb\x2a\xac\xe1\x0b\xf6\x93\x08\x6a\xfb\x8e\xaf\x3b\xbe\xa4\x2f\x06\xcd\xf7\xca\x91\xfe\x12\x12\x32\x00\x72\xcf\x11\x12\x5b\x00\x30\xc6\x0c\x21\xd1\x33\x00\x73\xbc\x10\x12\x62\x00\x6c\x5a\x8a\x90\xc0\x6d\x80\x23\x35\x08\xf1\x9f\x03\x28\x9c\x8d\x10\x6f\x10\x40\x93\x1f\x42\xdc\xd5\x00\xef\x8e\x0d\xf1\x75\x40\x4c\xc2\x40\xd3\x7c\xfe\x3b\xaa\x33\xc7\xf6\x0e\x29\xea\xf8\x29\x61\x18\xe9\x0e\x0f\x77\x9a\x29\x6c\xc0\x3a\x88\x96\xac\x2b\xb8\xbe\x1b\x5c\x2a\x71\x1e\x2a\xdb\x6b\x71\x1d\x14\x3f\x27\x3a\x28\xdd\x87\xf8\x7a\x99\xdd\xd4\x86\xe7\x81\xd4\xe8\x17\x78\xfe\x3f\x18\xf7\x16\x3f\x77\xc7\x1b\x75\xe3\xba\xd8\x36\xee\x2b\xd6\x85\xad\xeb\xfd\x81\xeb\x63\x24\xff\x3f\xbe\x0e\x86\xed\x77\x97\xd6\xa5\x90\xa7\x1e\x40\xec\x08\x42\x9c\x37\x01\x4c\x5a\x10\xe2\xea\x07\xf0\xeb\x41\x88\x43\x1b\x60\x29\xeb\x0e\x7e\x0b\x40\x6c\x04\xeb\x7c\x02\x9c\x24\x8e\x90\x45\xe5\x08\xb1\x1b\x03\x34\x5d\xa4\x78\xdb\x8e\xb5\xd4\xeb\xdf\x97\xa0\x21\x7c\xfe\x00\x61\x58\x3f\x3e\xa5\xb0\x6b\xf3\xf0\xbc\x3c\x23\xca\x85\x87\xd8\x89\xe0\x36\xd7\x75\x1c\x57\x55\x47\x1d\xf6\x7b\x28\x6d\xba\x8f\xe7\x85\x0b\xe1\x8f\xf1\x75\xe0\xcc\xbd\xe7\x58\x17\x75\xaa\xfc\x8d\x2f\x9e\x0f\xdf\x77\xe3\xf9\x30\x49\xfa\x33\x66\x55\x77\x29\x0d\xe0\xbe\x49\x51\x4c\xc0\x7a\xa0\x15\xa4\xcf\xc3\xfc\x34\x0a\x27\x93\x7d\xff\x34\xef\xad\xb7\x88\x42\x49\x09\xf2\x84\x5b\x08\xc0\xc7\x7a\x72\xb9\x00\xa0\xb5\x8c\x8a\x63\x1c\xe1\xbd\xe7\x12\x9e\x77\x63\x0d\xa5\x07\xd8\x4f\xde\xa7\xf9\xec\x32\xd2\xe9\xab\x9e\xf0\xe5\x4f\xe6\x11\x5e\x7f\xe5\xdf\x74\x0e\x74\x5e\x3e\x69\x0e\xcb\x0b\xea\x28\x66\xe1\xcd\xcf\x8d\xf8\x7e\xf9\x5a\xfa\x03\xbc\xef\x88\xd6\x41\xe5\x7e\x78\x85\xf5\xb0\x19\xfb\xde\xe1\xfb\xc9\xe3\x8f\x28\x7f\x9c\xfd\x2d\x5f\xb1\x3e\x2a\xbe\x9d\xf2\x87\xa1\xfd\x50\x68\xfe\x3b\xe4\xd9\xf0\x3a\xf0\xb9\x4b\xa1\x0d\xe9\xb3\x41\xfb\x60\x0c\xd5\x3f\x70\xdb\x53\xa8\xca\xba\x73\xf1\x07\x70\x3c\x43\x1d\x07\x10\xfe\x7f\x05\x51\x3c\xef\x20\xfc\x35\xcd\x67\x9f\x63\xdd\xd9\x6e\x03\xb8\x42\xfc\x0f\x6a\x88\x6e\xe2\x3e\xe1\xcf\x69\x5e\x9f\x72\x32\x1a\x99\x97\xef\xa3\x49\xbd\x60\xc5\x56\x79\x23\x35\xdf\x15\x25\x3c\xc7\xe7\x3f\x6f\x6e\x27\x3e\xcf\xd9\xab\xa9\x7a\x3f\x69\xf4\x0d\x3f\x77\x1d\xf9\x40\xe9\x22\x68\x3f\x94\x91\x7d\x71\x68\x5f\x1c\x5a\x07\x42\xeb\x81\xc6\x92\x7e\x21\x74\x3f\x14\x5a\xff\x30\x94\xf7\xe7\x20\x8e\x66\x4a\xe4\x18\x3b\xc0\x4e\x07\x98\xe4\x4b\x1d\x07\x2b\x0c\xa9\x8b\x21\x9d\x5f\x07\xf5\x0e\xfd\x64\xbc\x10\xc7\x5c\x4a\xd9\x3b\x42\xff\x81\x00\xba\x0b\xfe\x96\x0f\x0a\xaf\x7c\x78\x8e\x7d\x81\x0a\xfa\xbb\x70\x15\xe6\x3c\xfa\x84\xeb\x3c\x7d\xee\xb7\x52\x34\x54\x07\x33\xc2\x0f\x85\xf6\x05\x5a\x99\x00\x7f\xd5\x81\xd0\x7a\x20\xba\x3f\x10\x3d\x2f\x28\x3d\xfe\x4b\x1e\x48\x27\x58\x79\xe2\x74\x4a\xeb\x40\x3c\xc8\x93\xff\xac\xd7\xc3\xeb\x62\x0b\xd9\x01\x40\xeb\x1d\xe8\x7c\x64\x12\xdd\xc8\x45\x92\xd7\x32\xf2\x7e\x3d\x39\x7e\xe8\x31\xbc\x4e\xfa\xf2\x7f\xe7\xa1\x30\xf4\x1d\xd6\x41\x9f\xb7\xfe\x8c\xef\x1b\x07\x75\x30\x64\x34\xd1\x3a\x10\x5a\x0f\x17\x4d\x8e\xd7\x5c\x86\xe1\x3a\x90\xe0\xe1\x75\x30\xbe\x9c\x8c\x07\x52\xff\xb4\x3e\x4c\x91\xcc\x8f\x82\xb9\xf0\x87\x0e\x84\x41\xc6\x07\xad\x03\x71\x53\xa6\xd0\xff\xe6\xf0\xba\xa0\xf5\x41\x3b\x32\x86\xe7\x83\x1e\x2f\xe9\x24\xaf\xe7\xc9\xca\x6a\x31\x19\x17\x37\x1e\x0f\xaf\x93\x56\xf2\xf9\x77\x3e\xe8\x7f\xd2\x3f\xfc\x13\x09\x1f\x48\xeb\x05\xe8\xef\xf1\x26\xef\x4f\x25\xbc\xc8\xbc\x97\x14\xae\x20\xda\x8b\xcd\x88\xc2\x84\x6e\x0a\xd3\x44\x28\xcc\xbb\x42\x61\x25\xf9\x77\xf7\x89\xa6\x83\x75\x07\x06\x84\x8b\xfd\x59\x4b\x21\xad\x7f\x78\x13\x4a\xe1\x8b\x68\x0a\x9f\x92\xbf\x41\xf3\xfe\x77\xc7\x51\xd8\x40\xb8\xa8\x91\xfa\x8f\x8a\xdb\xbf\xbf\xfb\xbf\xe9\x60\xfe\xe8\x87\xd2\x3d\xfc\x7d\x5a\x2f\x40\x7f\x8f\x87\x0a\xc9\x03\x59\xff\x0d\x8a\xf8\x7b\x1e\x12\x89\xef\x46\x1a\x1f\x85\xf9\x44\xd3\x71\xfd\xe5\xf0\x58\xde\xb9\xfc\xfe\xad\xdf\x39\x28\xfc\xf0\x94\xd2\x3b\xbc\x22\xf1\xb4\x11\x2d\xce\x93\xb1\x14\xde\x5b\x4d\x61\x13\xd1\x47\xd4\x91\x73\x7e\x73\x16\xc9\x75\x1b\x85\xd7\xbc\xfe\x92\x07\xc9\xff\x12\xff\x7f\xd6\x81\x0c\xd6\x13\xad\x33\x9a\x44\x74\x21\x41\xe4\xfd\xe5\x49\x23\xea\x41\x60\x78\x1e\x0a\x36\x93\x73\x25\x46\x21\x6b\x3c\xb3\xb0\x3b\xe4\xf7\x6f\xed\xd3\xa7\xb0\x8b\x70\xd1\x2f\x88\x16\xa3\x55\xf6\x1f\x75\xb0\x76\x78\x1d\xdc\x20\x1c\x7d\x45\x30\x85\x25\xfb\x7e\x7f\xf7\x48\x1d\x0c\x7d\xbe\xff\xd0\x7f\x8c\xc0\x41\x5f\x14\xd2\x47\x89\xd6\x0f\xd0\xe3\xc3\x97\xd4\xf9\x6c\x4a\x2f\x65\xb6\x94\xfc\xbd\x48\x8a\x3f\xde\x92\x40\xfa\x13\xa5\x91\xbc\x14\x50\xdf\xcb\x55\x45\xea\xf2\xf1\x07\x32\x06\x86\x8c\x0b\x7a\x3c\xbc\x9e\x43\xea\x80\xd4\xca\x23\x92\xbb\x7f\xe9\x80\x46\x8e\x83\x32\xf2\x5b\x8b\x43\x7f\x7f\xf7\x7f\xf3\x01\xa1\xf9\x5f\x5a\xef\xf0\x0f\x1d\xc8\xef\xba\x20\xf5\xe5\x43\x8d\x8b\x09\x33\xfd\x58\xc8\x2e\xb9\x04\xd7\x24\xbb\xd1\xc6\x57\x43\xf3\xc0\x16\x9a\x66\x87\xb1\xf3\xe2\x62\x8c\x7d\x37\xd9\xc8\x58\x27\x3a\x9b\xfe\x76\x84\x7e\x92\xdc\x74\x93\xf3\xdf\xe1\x47\xc6\x41\x35\xc2\xf7\x41\xf7\xa3\x29\xbc\x4d\xe2\xbe\xf5\x80\xd2\x3d\xd5\x20\x36\x7c\xbf\x54\xf9\x88\x8c\x83\x31\x14\x5e\x69\xa5\xf0\xd2\x9d\xdf\x79\xf8\x97\xfe\x61\xa4\x0f\xc8\x48\x1d\x08\xfd\x3a\xfd\x79\xaa\xaf\x16\x9a\x6e\x87\x35\x6c\x6c\xdc\xee\xf8\x9c\xb0\xb7\x4d\xc7\xfc\x16\x7b\x51\x30\xa5\x93\xbb\xb7\x09\x8f\x59\xce\x77\xf1\x85\x2c\xe4\xca\x39\x89\xc7\x3c\xd7\xc9\x42\xfc\x79\xae\xdd\x75\x9e\xf8\x7d\x97\xf6\x40\x7c\xac\xf0\x8b\x13\xa1\x6f\x73\xd9\xb0\x53\xdb\x9b\x0e\x36\xbc\x27\xbd\xad\x11\xe1\x2b\xd1\x83\x3e\xb6\x95\x2c\x6c\xae\x45\x1a\x2c\xac\x77\xe0\xc4\x57\x76\x5a\x07\x75\xfd\x28\x1b\xd6\x01\x95\xfe\xe4\xc0\x7e\x39\xc5\xce\xa8\x08\xc7\xff\x80\xd4\x60\x0a\x9b\xea\x60\x1e\xfe\x9b\x0f\xc8\x08\xfd\x07\x8d\xb4\x3e\x82\xce\x07\xe9\xa7\xc4\x69\x8d\xfb\x69\x71\x5b\x8f\xe3\xc2\x18\x3b\x15\xcf\xf1\xfc\xa5\x8b\x33\x58\x28\x70\x70\x03\xee\x1b\x21\x32\x3b\x11\xf7\x93\x10\xf6\x3a\x85\xe7\x0d\xe1\xf1\x45\x15\x2c\x14\x72\x68\xc4\x75\x27\xf0\xb4\x13\xd7\x32\xe5\x17\xf5\xf1\x12\x1f\x7e\x2e\xea\x18\x23\x70\x0a\xcf\x1d\xdf\xf9\xb1\xa2\xb7\x79\x2a\x3f\xee\x01\x56\x57\xcb\x87\xbd\x0b\x6a\x42\xf9\x5e\xe1\xf8\x57\x09\xe0\x2b\xf8\xa0\xfe\x47\x9b\x17\xfb\x4a\x15\xa6\x0a\xe0\x3b\xfe\xfc\x16\xde\x0b\x2c\xcc\xf5\xe7\xfc\x42\xe7\x61\x64\x1f\x94\x11\x3e\x20\x48\x92\xd4\x8b\xe4\x08\x5f\x04\xd2\x1f\x21\x4a\x16\x9f\x6f\x64\xaa\x8e\xfb\x03\xf0\x78\x9a\xe2\xba\x17\xba\xea\x82\xaf\x07\xc2\x77\x26\x63\xff\x14\xd1\xa0\x45\xb8\x6f\x82\xf8\x8c\x0d\x58\x27\x27\x69\x97\xb8\x09\xe3\xb4\xf4\x3e\xfc\x7a\xcd\x15\xdc\x37\x41\x22\xe0\x0e\x9e\xc3\x24\x0c\xde\xe7\x20\xf4\xe3\xab\x28\xee\x45\xd0\xf5\x44\x12\x3f\x17\x3d\x4d\x91\xc4\xcf\x07\xcd\x85\x8c\xe3\x00\x3c\x87\x6a\xdd\x65\x35\x01\x78\x07\xfd\xb0\xae\x7d\x92\xe3\x01\xe0\xe7\xba\x32\x49\xb6\x02\x80\x6f\x77\x61\x29\xe3\x11\x00\xaf\x44\x81\x06\xe3\x2c\x00\x4f\x61\xee\x2a\xc6\x6d\x00\x9e\x87\x67\xce\x33\x4e\x01\xf0\x84\x65\x8a\x31\x7e\x02\xf0\x3c\x86\xbf\xe8\x80\x68\xfe\x7f\xa4\x0f\x04\xd9\x07\x3e\x88\xd4\xeb\x1c\xfc\xa3\xf1\x75\x42\x20\x48\x09\xcf\x55\xc2\x76\x06\x9f\x70\x1c\x3d\x8e\x5a\x2c\x94\xe2\xf5\xc3\x73\x36\x23\x7b\xfe\x1d\x8e\xb7\x00\x8c\x09\xeb\xdd\x39\x4f\x02\x30\x2c\x12\xe5\xb9\x4e\x02\xc8\x54\x67\xb0\x73\x5d\x02\x90\x99\x51\xea\xcf\xf9\x16\x40\x66\xfa\x83\x34\x0e\x79\x00\x99\x96\xcf\x79\xec\x8e\x9f\x4c\x65\xed\x00\xb8\x2f\x3e\x9f\x22\xf7\x13\x80\xbf\xf8\x6e\x89\xc2\x2e\x00\xa1\xe5\xb7\x36\x2b\xa4\x02\x08\x65\x55\x7e\x56\xb0\x02\x10\x12\x2b\xd3\xc1\xfe\x3f\xc6\xb4\xff\xcf\x85\x42\x85\xe9\x00\x82\x4d\x79\x33\x14\x83\x00\x84\xba\x72\x9e\xcb\x4f\x00\x10\x30\xcb\x2a\x90\xcf\x03\x10\x58\x73\x7a\x9f\x7c\x05\x80\xc0\xec\xb4\x64\xf9\x8b\x00\x02\x12\xf0\xa7\x0f\xca\x60\xfc\x74\xbc\x94\xfe\x63\x90\x07\x25\xc8\x71\x8e\xf3\x3b\x0b\x05\x1f\x0b\xaa\xe3\xf3\x3d\x56\x1a\x5f\xbb\x64\x2a\xb4\x7d\x59\x28\xf7\xcb\x26\x94\xc3\x09\x40\x7e\x8d\xd7\x77\xce\xd3\x00\x8a\xa3\x82\x16\xf2\xd8\x01\x28\x38\xaf\xbd\xce\xbb\x05\x40\x2e\x2b\xfe\x07\xef\x25\x00\x39\x8f\x8c\x2b\x7c\x19\xbf\x6a\xe5\x84\xca\x2c\xf8\x97\x7f\xd3\x93\x2b\xbd\x7f\x4f\xe0\xe3\x97\x52\xf9\xfb\xbd\x61\x82\xb6\x6f\x56\x2a\xa5\x01\x88\xf8\xb6\x9c\x56\x7e\x0b\x20\xce\x51\x37\x4e\x35\x1e\x60\x54\x60\xe5\x6e\x55\x3d\x00\x89\x03\x25\xba\x6a\x31\x00\xa3\x7e\x5e\x92\x51\xad\x00\x90\xc8\xcc\xbf\xaa\xf2\x13\x40\x3c\xe8\xdc\x2a\x55\x15\x00\x71\xdb\xec\x03\x2a\x73\x00\xc4\x38\xd3\xbf\xa8\x1e\x02\x10\x67\x3f\x29\xaf\xd2\x0f\x20\xc6\x75\x5c\x42\xb5\x08\x40\x6c\x55\x4a\x95\xb2\x2e\x80\x30\x76\x85\x64\xcc\xf8\x7b\xfc\xc3\xe3\xa6\x79\x60\x9a\x07\x15\x4a\xa2\xfa\x84\x48\x0a\x73\xe2\xfa\x97\xdd\x20\xb6\x87\x85\x4a\x67\x94\xce\x70\x70\x01\xa8\x0e\x98\x6c\xe3\x0a\x03\x50\x3b\x3d\xce\x8e\xa7\x19\x40\xcd\x29\x50\x96\x5f\x09\x40\xa5\x75\x55\x91\xc0\xe7\x6f\xc9\xaa\x01\xbb\xda\x44\x3e\x7c\xd2\x57\x5d\x97\xc6\x26\xe1\xfa\xfe\xa9\xea\xc6\xcb\x05\x92\x77\xdf\xf8\xa8\xe6\x36\x1d\x95\x8a\xec\x60\xaa\x4d\x78\xbb\x42\xaa\xe5\xe9\x36\x0d\x2b\x00\x69\xeb\x86\xc7\x5a\x77\x01\xe4\x4c\x2b\x3c\xb5\x77\x01\xc8\xad\x2e\x3a\xa3\xbd\x0c\x40\x36\xbc\x20\x4e\xdb\x1f\x80\x71\xe2\xdc\x18\xed\x54\x00\xc6\xa4\xec\x60\xed\xc5\x00\x32\xdb\x4f\x2f\xd2\x66\x00\x48\x1f\x4c\xf3\xd5\x72\x05\x90\x62\x3f\xce\xa1\x55\x08\x20\x25\x7c\xc4\x4e\xeb\x1c\xc0\xe8\xb5\x07\x37\x68\x84\x02\x48\x1c\x4e\x96\x52\xbf\x09\x20\xbe\x6e\xe8\xf8\x1f\x11\x3f\xe1\x7f\xe9\xf8\x79\xc8\x53\x8c\x78\x02\x85\x72\x54\x9f\x07\x50\x27\xbb\x06\xb4\x77\xf0\xe0\x79\x90\xd6\xc5\xe8\x37\xeb\x66\xf1\x9c\x00\xd0\x9f\x39\x26\x50\x80\xf3\x3b\x8f\x7e\xe7\xd4\x44\x51\xc1\x9e\x1c\x03\xee\xd0\xed\x92\xa1\xaf\x7f\xe8\x6f\xd8\x2a\xcf\xb0\x6c\x4f\xd6\x3b\x7d\xf8\x9c\x02\xe3\x09\x53\x4f\x38\x4f\x47\x79\x5c\x4b\xb3\xee\xc2\x9b\xee\xaa\xa3\xee\x69\xe9\x6e\x6e\xbf\xae\xfa\xa2\x39\x56\xaf\x0f\x3e\xa9\x3a\x57\x36\x1a\xec\x82\xd7\x6a\xb1\x97\xce\x1a\xd6\xc2\x6b\xb5\xfc\x5c\x0b\xc3\x6f\xf0\x45\x75\xc1\xa0\xee\x85\xf8\xbd\x1c\xff\x66\xf8\x16\x40\x49\x2f\x25\xc5\xf0\x31\x80\xe2\xac\x43\x3b\x0c\xe6\x03\xc8\xb5\x27\xbf\x35\xe0\x03\x90\xbd\x9c\x24\xa2\xef\x01\xc0\x18\x97\xf0\x4d\xdf\x0c\x40\xe6\xc6\xae\x8d\xba\x0f\x01\xa4\x1c\xe1\x4f\xfd\xc3\xc8\xf8\x89\xef\x3b\xcd\x03\xd3\xfb\xc1\x75\x09\xff\x45\xfb\xa3\x58\x90\xa7\x19\x5b\x86\x88\x34\x42\x10\x6e\x7b\x45\x35\x90\x5b\xeb\xd3\x52\x9b\x78\xcb\x33\xa2\xa9\x6f\x24\x6c\x5c\xbc\x75\xa5\x9a\xdb\x04\xad\x63\xe7\x2d\x56\x50\x6a\xf1\xb3\x92\x5a\x3f\x4f\x35\xeb\xb6\x96\x45\xe3\xde\xb1\x5a\x5b\x6f\x55\x99\xfb\x65\x85\xe9\x32\xab\x5e\x9b\xcd\x29\x0f\x33\x38\x57\xe9\x69\xda\xf8\x28\xcb\xb0\xe5\xda\x53\x33\x97\xfe\x4f\x86\x21\x17\xc1\xbc\x07\xd6\x1b\x94\x9e\x99\x65\xa9\x0f\x3b\xf5\xfb\x4f\xb9\x5a\x74\x42\xb6\xee\xe2\xa3\xb7\x2d\xae\x43\xa5\xb6\xdb\xc1\x36\xcb\x5c\xa8\xd6\x96\x4b\x2e\x35\xef\x80\xd7\xea\xa7\xf7\xca\x98\xbf\x86\x8f\x6a\x87\xe3\x63\x2c\x62\xe0\x93\xda\xa9\xb8\x65\x66\x25\x00\xca\x51\x3b\x66\x99\x29\x02\x28\x66\x6e\x13\x37\x55\x05\x90\x7f\x17\xed\x67\xea\x07\x20\x8f\x35\xcb\x9c\x11\x7f\xab\x7f\x6e\xe2\x07\x23\xf3\x9d\x42\xcd\x42\x12\x37\xd1\xc9\xd8\x90\xa7\x43\x27\xf2\x14\x3c\x16\xaf\x67\xfd\xa8\xf1\x58\xcf\x99\x86\x50\x8f\x9e\x4f\xa1\xdc\x64\xce\xaf\x2f\xba\x3c\xdf\x18\x49\x8a\x8d\x6e\x49\x19\xb7\xc7\xa5\x41\xfe\x46\xc3\x17\xb7\xfb\x01\xa7\xd5\xdf\x55\xf3\xb8\xdc\x0b\xab\xd4\x1b\x5f\x96\xe3\x54\x16\x6b\x69\x7c\xb2\x28\xd6\xf1\xfa\x09\x11\xf3\x7b\x17\xe6\x39\x48\x15\x79\x59\x9d\x3f\xbf\xd3\xee\x47\x73\xa2\x8d\x77\x4e\x84\xdd\xfb\x0f\x7b\x6d\x8e\x9e\x36\x70\x58\xc7\xfc\x61\xad\x9d\x92\xea\x18\x02\xaa\x16\xf7\xf7\xeb\x3b\x6a\x81\x9f\xe9\xe9\xc4\x3a\xfb\x26\xd8\x62\x58\x1c\x77\xd2\x21\x11\x12\x0c\xaa\x62\x7d\x1d\xe4\x20\x43\xaf\x66\xfb\x5d\xfb\x4e\xc8\xd3\x7d\x15\xfd\xc4\x5e\x04\x9a\xb4\x5a\xa3\x74\xed\x26\x42\xbb\x46\xf7\xa6\x1e\xbb\x45\xd0\xa1\xb1\x7f\x7d\xa3\xf5\x17\x00\x95\xc3\x6b\xcb\x6d\x54\x01\x94\xeb\xfe\x8c\x9f\xa7\x9a\x42\x69\xb2\xeb\x87\xe6\xc1\x2d\xe8\x5d\x11\x64\xff\x3b\xcd\x07\x4e\xc2\xeb\x91\xfd\x7b\xa7\xe1\x79\xa3\xab\x8f\xf2\x47\x79\xbe\x36\xe8\xe4\x68\x5b\x84\xee\x85\x06\x7a\x6b\x59\x88\x2c\xbd\x99\x1d\x10\x62\xdb\x2b\xaf\x58\x1a\x30\x29\x6d\x42\x91\x6e\xe0\x45\x71\xdf\x86\x85\x27\x4c\xcf\xe4\xa8\xfa\xe8\x47\xe6\x59\x5f\x4c\x7f\xea\xf9\xf2\xc0\x1b\x87\xc8\x54\x5b\xf7\xf2\xf3\x2b\x9c\xea\x8f\x54\x8c\xd7\xa9\x45\x2e\x77\x0f\x4e\x1a\xb7\xf6\x65\xa3\xeb\xc2\x64\xee\xf1\x12\xcc\x55\xce\x4f\xe2\xe4\xdc\x95\x98\xe7\x1d\x8f\x6e\x37\x1f\x3f\x9a\xd9\x6f\x2b\xb8\x59\x7d\xdc\x27\xd0\xb6\xdc\x1a\x39\x6d\xbc\x20\x98\x59\x14\xac\xb7\x1f\x27\x0e\x73\x4d\xe5\xd7\xd5\xbb\xed\x81\x48\xa3\xeb\xab\x5f\xba\xa6\xc3\x09\xfd\xdc\xf0\xcd\xae\x2b\x21\x57\x6f\x72\xf8\x14\xa7\x52\xb8\xad\xd5\x15\xa6\x38\xe6\x3b\xbc\xd4\x28\x58\xea\xef\xb4\x1a\xde\x68\x28\xfc\x39\xff\xd1\xf5\x4f\xfb\x41\x58\x33\x29\x1c\x47\xfc\x4f\x28\xfd\xcf\xcf\xe9\x81\x78\xb7\x4b\xcf\xc5\x79\x78\xfd\xe2\x55\x6f\x30\xe6\xbb\x9e\x74\x2f\xc5\xe3\xe3\x8e\x44\xd8\x71\x41\x3b\x84\xaa\xc3\x96\xed\x52\xda\x2f\xc8\x79\xc5\x25\x24\xd9\x6c\x2e\x23\x3b\x57\x75\x41\xf2\xf8\xd9\xda\xc7\xd3\x5a\x66\xaf\x9d\xe9\x6e\x35\xf5\xd0\x89\x99\x66\xab\xdc\x1d\xdf\x26\x66\x04\xcc\xdb\xe3\xe9\xa6\xb8\xcb\x78\x9a\x40\xc6\x0a\x77\x91\x98\xac\x29\x13\xcb\xc7\x78\xc6\x6d\x7e\x3a\x59\xf2\x49\x90\xd7\xc2\xc8\xc0\xc9\xee\x03\xae\x9e\x57\x23\x2e\x4f\xe6\x65\x3a\x8f\x3d\x1f\x3e\x76\x52\x39\x73\x8f\xb3\xeb\xf2\xab\x13\xf7\x31\x6f\xdb\x7f\x59\x2e\xec\x9b\x07\xc8\x26\x3b\x94\xe1\x3b\x17\x14\xad\x66\x86\x24\x4c\x30\x07\x27\xf3\xea\xc5\x67\xbd\x3f\xc2\x3c\x93\x1f\x8b\x2e\x78\x19\xc3\x56\x23\xd3\x05\xe5\x9e\xae\x70\xc4\x80\x6b\xbe\xab\x87\x04\xe4\xe9\x3e\x9e\xe7\x31\xde\x16\x6a\xb5\xc7\xfe\xa9\x03\xd1\x26\xab\x1d\xb6\x8e\xc3\xcf\xbb\x3f\x9e\x27\x06\x9e\xcd\xc7\xfa\xb8\xee\xf6\xa5\x98\x9f\xe8\x48\x0e\xc7\xfa\x90\x87\x4f\xd6\xe2\xfa\x69\x8c\xdd\x88\x75\x85\xd7\xa5\xa2\x38\x51\x05\x42\xc5\xfa\x9b\xc5\x65\xae\x72\x9b\xe7\xac\xde\xd0\xa3\x57\x31\xfa\x62\x6a\xdb\xda\x80\x31\x4f\xd4\x5b\x92\x72\x56\x3c\x9f\x62\x6b\x2e\x10\x73\x61\xc9\x85\x10\x1d\x97\x55\x1b\x16\x2e\xbe\xba\x35\xd1\x3d\x33\xfc\xe6\x42\xfd\x63\xb3\xbd\x6f\x2f\x3d\x35\xdf\xf8\x72\xa1\xef\xbe\x60\xf9\xb9\x3d\x77\x9e\xf9\xf5\x2c\x8c\x9d\x1b\xd2\xdb\xe9\xb7\x82\xd6\x7d\x04\x29\xcf\x9e\xc5\xb4\x19\x5b\x3a\xab\x2e\x30\x8f\xb9\xdd\xd9\x60\x96\xfa\x4c\x15\x66\xbe\x63\xd8\xcc\xed\x33\x78\x99\x8f\xed\xb2\x68\xbd\xc7\x8c\xa4\x69\x5b\x40\xdd\xd2\x29\x60\xcc\x54\x71\xf0\x31\x7d\xe3\xcf\x31\xb9\x07\x16\x19\x57\x4e\x8d\x9b\xf4\x1d\x36\x19\x96\x4e\x95\xf4\x93\x85\x93\x7a\x6e\x00\x62\x1c\xc3\xc7\x3f\x1d\xbf\xf7\x35\x0a\x29\x1e\x78\xc0\x8e\x5a\x0d\xea\x51\x0b\xc7\xfb\x16\xdb\x75\x36\x60\xd7\xd7\x96\xd9\x9b\xb1\x8e\xa8\x7e\xea\x36\xbc\x3a\x58\xa1\xbb\x13\xf7\x57\x29\x8c\xda\x83\xbf\x27\x47\x37\xe1\x9b\xf8\x34\x84\x52\x35\x76\x6f\x52\x6b\x12\xd3\xda\x7b\x39\xf6\x80\xf5\x1e\xa5\xdc\xad\xf9\x31\xec\x3e\x91\x46\x68\xd5\xb7\xc8\xfc\x79\xa9\x0e\x1e\xc1\x95\x1b\x2c\x37\x9e\x1f\x7b\x66\x6e\xe9\xba\x1b\x07\xb3\xdd\x4f\x06\x4e\x88\x88\x2d\x28\xf6\xf4\x0f\x88\x5c\x3b\xb7\xf1\xa3\xe7\x9d\x69\xde\x6b\xc5\xde\x1f\xf4\xa8\x9e\x6a\xb2\xea\x07\xd3\x67\xac\xc7\x94\x99\x61\xbb\x99\x87\x9c\x6a\x27\xdb\x2f\x53\x63\xd6\x3b\x84\x4c\x2a\x0c\x39\xc6\xfc\x6e\x3b\x61\x62\xdf\xe2\x32\x90\xb2\x16\x9e\x24\xbd\x60\x13\x18\x5a\x9a\xfb\xa5\xcd\x9b\x0a\x53\x4d\x7f\xfa\xa6\x05\xd5\xc1\x72\xe3\x7b\x7e\xf3\x67\x8d\x81\x75\x46\x57\x7d\xb6\xcd\x3c\x03\x19\x7a\x3b\x7d\xe6\x4c\x5f\x0b\x05\xba\xb6\x00\xea\x27\x48\xfd\x93\x55\x70\x1f\xb2\xaa\x39\x0b\xf3\x5a\x03\xe2\xcb\xf0\x7c\xf0\xa1\x72\x2d\xce\x57\xbb\x5d\x14\xe6\x85\x1f\x74\x50\xab\x62\x75\x3e\x7b\x30\x6f\x71\x0d\xf6\xe2\xeb\xc6\xc5\x6b\x07\x70\x1f\xa9\xec\xe6\xc3\x78\xdf\xdf\xb1\x49\x47\x37\x71\xde\x47\x28\xe9\x58\x4a\x89\xbc\x1c\x7f\x64\x4c\xe6\xa1\x83\xc6\x3f\x18\x81\xab\xdb\x92\x7f\x8d\x8b\xd6\x9e\xbc\x70\x76\x62\x45\x60\xb0\x65\xca\xcc\x65\xf1\x57\x22\xa6\xd8\xd7\x4c\x89\xd9\xb3\x3c\x59\x73\xcc\x39\x5f\xfb\xdd\x16\xe7\x5b\x9c\x7d\xbd\x22\xe2\x26\xd7\xbd\x72\x3e\xe9\x11\xb5\xab\xf6\xed\x44\xa7\x7c\x0f\xaf\xd8\xad\xcc\x1a\x87\x34\xf7\xfd\x5b\x9e\x03\xaf\xcd\xac\xf1\xfd\x91\x63\xc1\xd2\xe2\x9b\xfb\xd8\xf5\x5b\xc1\xc3\x7c\xbd\xbb\x7b\xc4\x52\xf0\x37\x0b\x1e\x57\xb3\x6a\x36\xc4\x1a\xf9\x8d\x9b\xb9\x92\x03\x8e\x18\xa4\x8f\x53\x5f\xe6\x05\xb9\x7a\x27\xc6\x8f\x0d\x3d\x0f\x99\xfa\x0e\x63\x37\x87\x24\x42\xb5\x8e\xfa\xd8\xa7\x0b\xc3\xe0\x0e\xeb\xde\x82\xd6\x81\xb8\x93\xd5\x42\x4a\x07\xf1\x4b\x9e\x5a\x15\xed\x49\xda\x88\x7d\x30\xda\xd9\x28\x1d\xd0\xfd\x96\xdd\x98\x9f\xac\x8b\x4e\xe2\x67\x61\xb9\xc9\x21\xac\x0f\xb9\x64\x74\x0c\xd7\xcb\x99\xcd\x27\xf0\xaa\xe8\xf1\xfe\x74\xdc\x37\x23\x31\x25\x13\xfb\x70\xed\xe8\x3d\x53\x2c\x15\x8c\xd0\xda\x7d\x99\xf1\x3a\xe2\x12\xd3\x17\x5f\x4e\x7f\x3c\xe6\x80\x0a\x97\xff\xcf\xb4\x03\xd3\xa6\x1b\xfe\xf4\x4d\x3f\x11\x1e\x9e\x62\xa6\xe1\xde\x9d\xba\x2c\x51\xdf\xa2\xc7\xb5\xed\xf8\xfa\x1c\x3f\xab\x58\x27\x8f\x63\x25\x37\x8f\x5a\xdd\x73\x0c\x39\xc6\xde\xb9\xd4\xb2\xce\x51\x24\x45\x06\xbc\xcd\x22\x1d\xd5\x92\x97\xc2\x32\x13\x4e\x87\xa6\xf8\xf5\xb0\xd7\xd0\xc4\xe1\xd5\xae\x4a\x38\xa1\xff\xc2\x61\xf7\xf6\x4b\x70\x59\xf7\xb1\x43\xed\x56\x6f\xa8\xd0\x79\xee\xb0\x65\xf3\x2c\x68\xd2\x5e\x64\x7f\x6e\xc3\x67\x78\xa3\x71\xcd\x41\x69\x9d\x3d\xbc\xd7\xf0\xb2\xcf\x5a\x2b\x00\x5f\xd5\xfa\xec\xbe\x85\x47\x00\xa8\xf4\x8e\xd4\x81\xd0\xf1\x77\x9b\x45\x51\xfd\x5f\x80\xf2\x03\x7a\x90\x98\x88\x79\xbd\x3a\xeb\x83\x98\xcf\xbd\x16\x7d\xd4\x91\x8a\xff\x24\x5e\xe7\x3e\xf3\x01\xb7\x43\x40\x27\x4a\xce\xe2\xf5\xd7\xe4\xfc\xf3\x98\x6d\xd8\x66\x4a\xf5\x91\x59\x7b\xfa\xd2\x43\x3e\x17\x84\x42\xda\x0b\x2f\x2a\x9f\x15\x14\x9e\xd1\x7b\xe1\x82\xd5\x3b\x86\x84\xf7\x9c\x7c\x6f\xbf\xb9\x1a\xf3\xdd\xf6\xe6\x5d\x59\x16\xab\xcd\x74\x54\xcb\x93\x8a\x7b\xa7\xb7\xd5\x66\xe1\xf9\x79\x59\xbb\xf4\x7b\x2d\x3e\xe5\xa6\x57\x65\xe9\x33\xcd\x1d\x73\xbd\x3b\x18\x7a\x1f\xcd\xe3\x72\x7c\xe1\xaa\x4e\x90\x85\x50\x7a\x22\xdc\xd2\xb6\x31\x6f\x3c\x2e\x01\x6d\x9a\xda\xe6\xab\x0f\xef\x80\x1e\xf5\x75\x16\x0b\xf6\x27\x41\xb7\x7a\x8e\x19\x33\xc9\x89\x15\x9f\x79\xe3\x1e\x13\xd6\xf5\xd1\xbc\x6b\x67\x11\x80\x72\x8d\x45\xd8\xf6\xd1\x00\xca\xf3\xcd\x1b\xa2\xbf\x00\x28\x6e\x35\x8f\x8f\x7a\x0b\xa0\x90\x0b\x10\x80\x57\x83\x99\xf1\xe1\x7b\x59\xf8\x51\x3e\x1a\xcf\x7f\x2f\x76\xc5\x51\xac\x97\x43\x32\x5e\xdd\xae\xcf\x3b\x82\xf5\x2f\x95\x46\x94\x0e\xe8\xb2\x44\x26\xd6\xcd\x9d\xf3\xcd\xc1\xd7\xcd\x53\xa3\x0a\x30\x0f\x7a\x68\x62\x21\x1e\x57\x71\x3e\xd4\x2a\xf1\xc6\xa5\xa5\x6b\x58\x18\x5c\x5e\x81\xbf\x7f\xf6\xe2\xeb\xea\x32\xbb\x38\x6e\x4d\x68\xaf\xb8\x62\xb4\x5f\x7c\x81\x73\x40\x79\xb8\x47\xae\xdc\x13\x9b\xce\x72\xaf\xc5\x47\x15\x6b\xcd\x98\xe5\x02\xdb\x1f\x29\x0f\x18\x25\x5f\xdb\x91\x3e\x45\x75\xb4\xfe\xe2\x6b\xe6\x95\x5a\x2a\x7d\xba\x7d\x65\xbf\x9e\xa7\x2b\xb7\xe9\x29\x94\x16\x03\x28\x3c\xd2\xd3\xbb\x78\x17\x40\xbe\x53\xdf\xe5\xdc\x59\x00\x85\x10\xbd\x53\x59\xfb\x01\xe4\x1a\xf5\x8a\x4e\xbd\x02\x90\xd3\xd1\x3f\x9e\x5a\x09\x20\x77\x48\xaf\x33\xc5\x10\x80\xd1\xa5\x7f\xf7\xa0\x07\x80\xac\x8f\xfe\xe2\x7d\x5b\x01\x18\x0a\xfa\x2d\x09\xac\x7b\xa3\x72\x83\x88\xdd\x17\x01\x64\x7e\xd0\x7e\x50\xbd\xf5\x9b\x71\x9d\x77\x78\xec\xc1\xab\xe8\x2d\x79\x07\x31\x3f\xdb\xb8\x91\x62\x07\xae\xc7\x9f\xc6\x7a\x88\x62\xd7\xb3\xf8\xba\x70\x9e\x23\x1f\xf3\x1c\xa7\xc5\x2e\x61\xde\x2b\x65\x72\x09\x3e\xff\x09\x09\x94\x1e\x66\x8b\x11\xe5\x9b\x11\xbe\xa7\x66\x27\x0b\x83\xca\x29\xff\x08\xdf\xe6\x26\x7d\xc1\xad\x08\xb9\x94\x36\x3e\xd2\x34\x15\x90\xb5\x54\x6b\xb4\x76\xfe\x29\x51\x6d\x14\xdd\x78\x63\x2e\xe7\x68\x79\xdd\x71\x8d\x7d\xd1\xfc\x52\x25\x9a\x13\x1b\x9f\xa7\x46\x4a\x07\xaa\x1d\x6d\xac\x2a\xed\x94\x02\xd5\xc5\x8d\xe1\x4f\x57\x8f\xae\x55\x5d\xd6\xb8\x12\x40\x62\x8e\xaa\xd8\x8d\x57\x00\xe2\xd5\xaa\x87\x4b\xad\x00\x24\x8c\xd4\xa6\x5c\x56\x04\x90\xb8\xa9\x96\x9c\xff\x0d\x40\xa2\x44\xa5\xef\x9c\x30\x80\xd8\x32\x75\xbf\xcc\xa7\x00\x12\xa5\xaa\xb1\xe9\x9c\x00\x62\x01\x6a\xa2\xa9\x96\x00\x62\x1b\xd4\x7a\x52\x8e\x01\x88\x0b\xa8\x0d\x1c\xb6\x07\x10\xbb\xf7\xe9\x7d\x34\xf6\x81\xea\x48\xa3\x74\x60\x8f\x43\x29\x1d\xd4\xed\xfe\x93\x78\xd7\x70\x15\x7f\x36\xc5\xfb\xc6\xe5\xe2\xf1\x91\x97\x5a\x88\x75\x10\x59\xae\x25\xf8\xf8\x98\x02\xe5\x97\xb0\xcf\xf3\x3a\xde\x0f\x1c\x5b\x45\xf9\xc3\xac\xb7\xa3\xe2\x5e\x92\x79\x1b\xef\x1a\x0d\x48\xbc\x87\xf9\x4f\x67\xee\x47\x78\x37\xb6\xc5\xaf\x56\x7e\x39\x7b\x8e\x5e\xdd\x23\xad\x2a\xd6\x4d\x02\x27\xd4\x6f\x3d\x15\x9e\xbe\x48\xf0\x9b\xf2\x8a\xa7\xd3\xd7\x6f\x17\xca\x54\xd8\xf8\xf4\xec\x11\x7f\xa1\x2a\xb9\x49\xcf\xd8\x8a\x8d\x04\xf3\x65\xe7\x3e\xfd\xfa\x68\xad\x80\xa4\xec\xb6\x67\xe3\x98\xb6\xbc\x0e\xb2\x4b\xef\x25\x01\xf0\x5a\xc8\xca\xd7\xcf\x03\xe0\xf9\x20\x67\x50\xa5\x0e\xc0\x77\x5e\xf6\x7a\xb9\x2e\x00\x9f\xb8\xdc\xd6\x2b\x69\x00\xfc\xd2\xb2\x7b\x0a\xeb\x00\x78\x4f\xc9\xed\xcf\x5b\x0b\xc0\xf7\x59\x6e\x55\xce\x64\x00\xbe\x53\xf2\x1d\x99\x0b\x00\x04\x2c\xe4\x2f\xa6\x6b\x03\xf0\xdf\x7d\xeb\x4b\xe9\xff\x9e\x9c\xa4\xe6\x3b\x3a\xfe\xea\x0f\xd4\x38\x2f\x55\xa0\xfc\x21\x2e\xf8\x14\xe3\xf1\x72\xc6\x91\x8a\x3b\x2d\xff\x06\x66\x4b\x0e\xb4\xdf\xc4\x6c\xdb\x9e\xe0\x06\x5c\x47\xd1\xb5\x77\x74\x11\xde\xef\x7c\x1f\x5f\x47\xe6\x3f\x78\x84\xaf\x37\x13\x3f\x50\xbc\xa9\x2d\xe3\x25\xbe\x0f\xd1\x8c\x7c\xeb\x2c\x98\x8e\x90\xe2\xb8\xae\x70\x7d\xe0\x0c\x97\x75\x7f\x57\xe7\x67\xc7\xe9\x25\xe3\xf7\x21\x24\x7c\x29\x7b\xa1\xf4\xab\xee\xc9\xc9\xdd\x08\x8d\xd6\xe9\x2e\xba\xf0\x05\x21\x89\xe2\xee\x92\x7b\xe3\x11\x12\x8b\xea\x3e\xfa\x4d\x12\x21\xc1\xf0\x0e\xec\x57\x2e\x10\xf0\x64\x39\x0b\x79\x5f\xdf\x9b\x8b\xb1\xb1\x09\xf3\x95\xdc\x3f\x6b\x2f\xe2\x63\xa5\x1b\x78\x5f\x1b\xbb\x77\x39\xe6\x33\xb9\xac\xaf\x60\x8f\x45\x84\x0a\xd7\xe2\xd7\x9f\xe6\x27\xe2\x75\xbe\xda\x14\xcc\xea\xdc\xe3\xcc\xc0\xf3\x5f\xcd\xa1\x1c\xac\xd3\x28\xf3\x2b\xc4\x7a\xb7\x42\x9b\x12\x7c\x3d\x39\x37\x97\xaa\xf3\x74\xde\x9b\xb8\xee\x8f\xd8\x35\xe0\xeb\xc8\x5e\x85\x66\xac\xfb\x88\x75\xa4\xf4\x4f\xeb\xde\x3d\xc2\xfe\x5b\xcb\xce\x3f\xc3\xe3\x6d\xf6\x84\x97\x58\x07\xe1\x6d\xf0\x1a\xfb\xc8\x98\x47\x75\xe3\xcf\xcb\x5e\xed\xc7\x9f\x17\x8d\x1f\x10\x90\x17\x43\x48\xb0\xee\x47\xb1\x73\x24\x42\x7c\x2e\xbf\x36\xce\xef\x41\x88\x9b\xc1\x7c\xbd\xc3\x0e\x21\x0e\x41\xc8\xce\x64\x5d\x81\x22\x00\x6e\x9e\xa3\x66\xf4\xf7\xf8\x8a\xf4\x35\x1e\x86\xea\x1c\xd0\x4b\x13\x0a\x5b\x71\x7c\x68\xfb\x03\x5e\xea\xf8\x36\x61\x1a\x6f\x11\x66\xb2\xaa\x92\xc2\x72\xac\x13\x41\xdb\x4a\xba\x59\x78\x2f\x8f\x1a\xf7\x75\x50\x80\xf5\x0e\x15\x9b\x8b\xf0\xfd\x60\x51\x5b\x39\x9e\x0f\xcf\x1f\xa8\xc6\xd7\x93\x8c\x0f\x75\x78\x9e\x38\xd6\xd4\x84\x59\xf6\x7d\x84\x55\x8e\x83\xc7\xf8\x7e\x3a\x5a\x99\x3a\xdf\x6b\x76\x52\x7e\x21\xc1\x0a\x6f\xf0\x7d\xd5\x74\xbb\x0f\xd8\x4f\xc8\x5d\xe1\x13\x1e\x47\x26\xc7\xbf\x63\xde\x54\xba\x98\xfa\x35\x6c\x12\x00\x82\x16\x54\x7c\xa6\xac\x4a\x8c\x06\x98\x46\x3a\x78\xd1\xfc\xdd\xa1\x18\x0a\x0b\x09\xff\x47\xf3\x72\x7d\x58\xc9\x37\x92\xcf\x7f\xbb\x81\xc2\x17\x17\x28\x7c\x4a\x76\xa4\xdf\x8f\x19\x9e\x97\x3a\xc2\xf3\x56\x63\x67\x8e\x86\xfe\x02\x9c\xe5\x2a\xb1\xab\x58\xe7\x50\x2c\x46\xf9\x83\xe4\x2b\xd4\xe0\x4f\x65\xbf\x6f\xc2\xe7\xf3\xc4\xe9\xbb\x58\x67\x7b\x30\xe7\x11\xf6\x8b\x49\x14\x78\x86\xaf\x9b\x3b\x8e\x77\xe0\x5f\xb3\xb1\xe6\x35\xfe\x9e\xb0\x86\xf7\x38\xce\xf9\xc5\x9f\xf0\xfa\xc4\xd4\xf6\x7e\x3c\x9e\xdc\x6c\x7e\x61\xf6\x9a\xe6\x39\x47\x35\xc2\x20\xbf\xc9\x4b\xf8\x4b\x9a\xd7\xf4\x25\xfb\xf3\x97\xd2\x7d\x1d\x08\xdf\x9b\xb1\x9f\xc2\x6b\xa4\xf3\xe9\x43\xc2\x63\x7e\x21\xc7\xd4\x37\x0e\x10\xc6\xbd\x97\x38\x55\xbc\x21\x0a\x9c\x17\xb1\xc3\xf3\xf2\x40\x9f\xc2\x66\x75\xbc\xbe\x4b\x74\x60\x25\x25\xd7\xb1\xbe\xa5\xe0\xd8\x2d\x4a\x0f\x39\x42\x07\x75\x4c\xe1\x19\x56\x19\xec\xd3\x68\xc7\xba\xb9\xdd\x33\xdf\xae\x67\xe1\x96\x57\x1f\xf0\x3c\x18\x51\xf8\x19\x5f\x47\x97\x3e\xfc\x86\xe7\xdd\x39\x8d\x94\x4e\x60\xa2\x16\xc5\x97\x3b\x9e\xa5\xfe\x2a\xed\x83\x21\xa6\xf0\x67\x1e\x74\xc9\x31\xed\x77\x40\xef\xef\x8f\xa4\x9d\x9d\xc4\x28\x3c\xcf\x4f\x61\x15\x39\x7e\x42\x3a\x80\xbd\x9f\x8a\xfe\xc2\xeb\x7f\xb5\xa4\xb0\x87\xf4\xc5\x79\x33\x6a\x78\x5e\x5a\x71\x87\xa3\xb2\xae\x2a\xdc\x1f\xb1\xb0\xad\x01\xc7\x9d\x5b\x70\x0f\xef\xa7\xc8\x74\x7f\x82\x6f\x30\x53\xb7\xb4\xe3\x3e\xac\x07\x76\xbd\xc2\xe3\x26\xc1\xe2\x1d\x56\x11\xec\xe8\xfe\x84\xd5\x29\x91\xa7\xbf\xe1\xe7\xd0\xd5\x5b\x7f\x61\xfd\x21\xcd\xff\xd3\xfe\x40\xb4\xff\x81\x0d\xe9\x8b\x42\xfb\x60\x0c\xe5\xfd\x69\x1d\x88\x26\x71\x3e\xa5\xfd\x0e\x68\xdf\x87\x55\x44\xef\x12\x47\x76\xbc\x9c\x24\x75\x43\xfb\x3b\x54\xbd\xa2\xf0\x1e\xf9\xdc\x2b\xf2\xc4\xd4\xdf\x3e\x34\x1f\x4c\xa2\x40\xe9\xab\x19\x91\x17\x5c\x2f\x97\xdb\x9a\x70\xb6\xf3\xde\xb5\xe0\x6f\xcd\x5e\xf3\x74\x1b\xc2\x7e\x48\x2f\xf1\xbc\x76\xc4\xee\x2d\xd6\xcd\x27\x0b\x7c\xc4\x7e\x63\x7b\x02\xbf\xe2\xfb\x85\xad\xdd\xbf\xf0\xa8\xa6\x75\x20\x4b\x49\x3f\x9c\xb9\x44\xff\x33\x99\xf4\xcd\x71\x9b\x47\x21\xed\x8f\x43\xf7\x01\x11\x8a\xf8\x9d\x07\x0e\xa2\x43\xa0\x75\x20\xf6\xe4\x89\x97\xf6\x7d\x08\x25\x8e\xa0\x74\xbf\x8f\xfd\x04\x33\x48\x27\xd8\x22\xd2\x39\x98\xd6\x7f\x34\x92\xf1\xf3\x94\x7c\x4f\x77\xf2\xdf\xea\x04\x0c\x86\xe6\xe5\x82\xcf\x43\x7c\xbe\xcf\xfa\x50\xf3\x5c\xba\x5d\x27\x9e\xdf\x8e\x6b\x76\xe3\x3a\x3f\x90\xf8\x09\x3f\x87\x25\x1e\xfd\x89\xfd\xe4\x06\xfb\xe2\x10\x5d\x03\xad\x87\x5a\x64\x34\xbc\x0e\x06\x75\x20\x94\x4b\xd1\x6f\x1d\x08\xb5\xf2\x85\xf8\x99\xf0\xa7\x0e\xc4\x8e\x42\x4b\xf2\xa4\xeb\x4d\xe2\xa5\x75\x52\x11\x64\xa7\x60\x2c\xd1\x2d\x1c\x26\x2b\x84\xb4\xfe\xe3\x02\xe9\x83\x52\xfa\x86\xc2\x5b\xa4\x83\xe4\x48\xfd\x47\xbf\xd1\x9f\x79\xc9\x95\x6d\xc7\xa3\x2c\xab\xea\x1d\x7e\x40\x48\x6b\xfb\x84\x75\xe4\x47\xc6\x7c\xc3\x67\x21\x49\xf7\x27\xfe\x35\x3b\x49\x1c\x51\x33\x29\xa4\xfd\x50\xfe\xab\x0e\x84\xf8\x45\xd1\x7d\x92\xe4\x8d\xff\x9d\x07\x5a\x07\x62\x48\xe2\x72\x25\xba\x0d\x7f\x82\xa1\xc4\xcf\x24\x92\xec\x9c\xa2\xf5\x41\xb4\xfe\x83\x9e\x47\xe9\xf9\x63\xd0\xff\x63\x84\xfe\xe3\x19\x59\x49\x7c\x47\x8e\x7f\xe2\xfd\xf4\xff\xff\x3e\x20\xf4\xe7\xec\x4a\xd0\x30\x9e\x9b\xd6\x81\x04\x4c\xa6\x70\xc1\x4e\x0a\x57\xca\x50\x38\xa8\x7f\xd8\x4b\x61\x1a\x3b\x85\x79\x44\x0f\x51\x41\x7e\xcf\xbd\xa9\x14\xbe\x26\xbc\x22\xd3\xfd\xb7\xfe\xa1\x9b\xf0\xb3\x1d\x01\x14\xd2\xfa\x0f\x5a\x2b\x70\x87\xf0\xda\x23\x79\xef\x6a\xf2\x5b\x07\x79\x5f\xa2\x8b\x80\xff\xc1\x07\xe4\x0f\xfd\xc3\x08\x1d\x08\xcd\xf7\x3b\x6d\xa5\xd0\x83\x49\x21\xad\x03\xf9\xa7\x1e\xe6\xc5\x88\x3c\x8c\xd4\xc3\x10\xed\xc2\x50\x3d\x4c\x7f\x2c\x85\x5d\x44\x2b\xd1\x4e\x7e\x03\xad\xff\xa0\xf5\x0f\xcd\xe4\xdf\xd4\x7b\x53\x78\x93\xe8\x23\x68\xfd\x47\x19\x39\x87\x57\xb3\x7e\x7f\xf7\xff\xd5\x07\xe4\x8f\x7c\xd0\xfa\x20\x52\x4f\xc4\x17\x05\x4d\x21\xdf\xf3\x4f\x1d\x08\x3f\xc9\x03\xad\x87\xd9\x46\xe1\x0d\xb6\xe1\xe7\xb6\x7b\xe9\xef\xdf\xfa\xf9\x08\xa9\x11\xa2\x7f\xa0\x7d\x50\xfe\x67\x1d\xd0\x08\xfd\xc7\x50\xfd\xc3\xbf\xfa\xe1\xe8\x12\x0f\x9a\x41\xfd\x47\xf6\xf0\xe3\x91\xba\x07\x7a\x5c\xfd\xa1\x03\xb9\x4b\xe1\x32\x3d\x0a\x37\x91\x71\x92\xf0\x72\x78\x1e\x46\xea\x61\x1e\x51\xfc\x31\xd6\x81\x30\x77\x50\xff\xdf\xf3\x8a\x8c\x07\xa2\x93\x7a\xc2\xff\x9f\xc7\x41\xd5\x00\x89\xff\x31\xa9\x03\x5a\xff\xe1\x48\xe1\x30\xfd\xc3\x3f\xe2\xff\x7b\x1f\x94\x21\xfe\x17\xd9\x23\xf2\x11\x31\x7c\x7c\x10\x1d\x08\x9a\x49\xf4\x32\x21\x84\x2f\xdb\x44\xb4\x4b\xf1\x7a\xc3\xf3\x70\x21\x81\xc2\x1a\x12\x5b\x2b\xf1\x1d\xea\xd3\xf9\x3d\x2f\xd0\x7a\xa0\xb6\x4f\x94\x3e\x8a\xae\x83\x26\x72\x7e\x69\x1d\x54\x35\xc9\x13\x3d\x0f\xd0\xf1\x5f\xa9\x1a\x1e\x7f\x5e\xc3\xbf\xf3\xf0\x2f\xfd\x87\x82\xce\xf0\xe3\x91\x3a\x10\x7a\x3e\xa1\xe7\x4d\xcf\x67\x14\x06\x90\xd7\x17\x93\xbf\xb9\xbe\x9f\xc2\x3d\x6d\xc3\xf3\x70\x31\x9d\x9c\x4b\xa2\x83\x69\x23\xbf\x6f\x60\x1f\x42\x7d\x8b\xa9\xff\xef\xd4\x1f\x5e\x07\xf4\x38\xa0\xe7\x81\x9a\x40\x12\x3f\xad\x03\x1b\xf3\x9f\xe3\xcf\x61\xfe\xce\xc3\xbf\x7c\x50\x68\xfd\x07\x43\x82\x42\xda\x0f\x81\x46\xfa\xfd\xe1\x3a\x10\x84\x2c\x3b\xc8\xf8\x20\xfe\x11\xf4\x7c\xb9\x88\xaa\xc5\x19\xeb\x6e\x90\x3c\x90\xf3\x9d\x26\x44\x61\x61\x29\x39\xa7\x24\x8f\x1d\xa2\xbf\x7f\x63\x0f\x79\x8d\xd6\x07\xd2\x75\xd0\x78\x90\xe8\x7f\xe6\x22\xbc\x9f\xe0\xba\x05\x9a\x39\x34\xfe\xe2\x30\xea\xf5\xc2\x08\xea\xf5\xbc\x9a\xe1\xf1\x67\x4f\x45\x5b\xe9\xbf\x31\x52\xff\xf0\x2f\xfd\x07\xcd\x83\x0a\xdb\x0f\x7f\x5d\x66\x84\x7e\x8a\xae\x0b\xa7\x2b\xc3\xe7\x09\xfa\xba\xb1\x86\xc4\xb0\x9b\x5c\x17\x4f\x74\x91\x73\x75\x94\xc4\x46\x3c\xb2\xde\xd8\x20\xf4\xe3\x3b\xf5\xff\x6f\x67\x20\xec\xa3\xf9\xa4\x9b\xe3\x38\x0b\x6f\xbf\xe6\xc2\xe3\xa2\xe6\x2b\x17\x56\x70\x57\x9e\xe7\xc6\xeb\x0b\xa5\xe1\x3c\xd8\x57\xa9\x28\x95\x33\x13\xd7\x98\x2e\x07\x7e\xff\xbc\x1c\x97\x13\x0b\xcf\xa6\xb2\xe3\x3b\xc1\xcc\x56\x6e\xfc\x7e\xfa\x26\x0e\x7e\x3a\x0f\x23\xcf\xff\xbf\xf4\x1f\xb4\x1f\x00\x8d\xf4\xfb\x12\x54\xfd\x47\xc9\xae\x1a\x9e\x57\xea\x7a\xca\x5e\xec\x6d\x8d\x28\x1f\x29\xdc\x7f\x8d\xcb\x78\x35\x8e\x97\xfb\xd4\x6e\x3c\x3f\x70\xad\x3d\x89\xaf\x79\x9c\x4e\xc5\xab\x11\x62\x72\x72\x36\x35\x0b\x21\x34\x50\xca\x7d\xab\x4b\x00\xa1\xcf\xd2\x7c\xd8\x5f\xb4\x7d\x83\x10\x7e\x1e\xba\xb7\x41\x64\x37\x1e\x3b\x73\xc4\x6f\xe1\xf3\x7e\x50\xa6\x1d\x80\x7b\x4e\x71\x24\xe3\x08\x00\x4f\x49\xe1\x16\x86\x35\x00\x37\xb3\xe0\xb0\x18\x5e\x87\xc9\x79\xc7\x58\x07\xc0\x63\x9f\xc5\xc6\x68\x06\xe0\x39\x99\xb1\x42\x08\x3b\x64\x9e\xe2\x17\xc2\xcf\xe7\xa9\xf2\x42\xd3\xe9\x3c\x0c\xf6\x41\x89\x18\x1e\xdf\xdf\xf5\x1f\x7f\x22\x95\x17\x36\x0e\x09\x7c\x1f\xc4\x25\xab\x82\x7d\xaf\x78\x5b\xcc\xf7\xb3\x50\xf0\x9c\xbb\x1c\x0b\x85\x96\x07\xe2\xba\x11\x3e\xba\x0a\x7b\x9c\x09\x5f\xda\x3d\x17\xa1\xef\xed\xe2\xe3\xd2\x62\x10\xfa\x72\x62\x54\xf7\x65\x67\x84\x7a\x75\x47\xbf\x69\x68\x45\xe8\xfd\x0d\x69\xbf\x4e\x11\x84\xde\xdc\x64\x60\x25\x72\x8b\x2b\xa3\x15\x80\xe7\xe1\xad\x08\x39\x25\x00\x7e\xbd\x72\x29\x39\x33\x00\xfe\xb1\xb4\xef\x4d\xfe\x57\xb9\x17\x00\xfc\xcf\xce\xbd\x97\xbb\x0b\xc0\x7f\x2a\xfb\xa3\x9c\x1f\x00\x5f\xd3\xe9\x33\xf2\xcf\x00\x04\xb6\x9c\x9c\x21\x5b\x0e\xc0\x5b\x94\x9a\x29\x5b\x01\xc0\x7b\x28\xc5\x5c\xae\x03\x80\xaf\xec\x30\xbf\xac\x39\x00\x4f\xec\xdf\xe2\x1f\xc1\x7f\x8f\xe0\x81\x07\xf9\x50\xc2\x7b\xd3\xbc\xa8\x40\xa1\x00\xd6\x2e\x8a\xea\xca\x62\x5d\xc9\xa8\x97\x86\x38\x5e\x69\x69\x57\x7c\xbf\x24\x6d\x3a\x83\x1f\xa1\xaf\xb5\x32\xad\x61\x63\x39\xbe\xf7\x8e\x92\xe5\xdf\xd6\xc7\xb3\xb5\x8b\x5f\xb6\x22\x45\x82\x7f\x4c\xc7\x07\x39\x83\xbc\x24\xc1\x69\xcf\x23\xe5\x0e\xd4\x88\x0b\xdd\x7a\x2a\x25\xaf\xf0\xec\xae\xb0\xfb\xe3\x4a\x85\x09\x03\x4c\xa1\xac\x06\x35\x25\x53\x00\x91\x9b\xe5\x62\xca\x5e\x00\x62\xdc\x97\xae\x29\xb7\x01\x88\x4d\x3e\x2f\x82\xfb\x60\x49\x67\x73\xa8\x0c\x00\x88\x9d\xa5\x75\x2f\x69\x0d\xca\xb5\x00\x22\xe7\x8f\x2b\x2a\xb5\x03\x08\xcf\x4a\x49\x50\x6a\x04\x10\x16\x3b\xd0\xac\x74\x00\x40\x68\x49\x72\x99\xb2\x08\x80\xd0\xe5\xbd\x6b\x14\x3f\x01\x08\x7a\xfc\x87\xf8\x47\xe8\x20\x68\x1e\x94\xd6\x03\x88\x09\x53\x38\x9a\x3c\xb5\x48\xd9\xb1\x61\xdd\xa0\xfc\x31\x71\xec\x27\xa6\x28\xa2\x71\x99\xfd\xc3\xf7\x03\xca\xd3\xed\x62\xb8\x6a\x7a\xd6\xa9\xd6\x4f\x9c\xcc\xf7\xf9\xb5\xb8\xba\xea\xa2\xe3\xc2\x72\xcf\x95\xd4\x17\x6c\x6a\x11\x6b\x79\x74\x5b\x7d\xd5\xbe\x38\x49\xdd\x7b\xaf\xd5\xa5\xb2\xa3\xa5\x76\xde\x8e\x56\x7b\x5f\x2e\x20\xe3\x50\xff\x48\x5d\xba\x65\x09\x43\xe4\xd6\x42\xf5\xf6\x4f\xe3\x64\x0e\x56\xd4\x69\xe6\x03\xc8\xd4\x17\x7e\xd5\x5a\x0a\x20\x53\x45\xf7\x7b\x4a\x3f\xa6\xed\x07\x20\x5d\x9a\x7a\x41\xdb\x0d\x40\xea\x6b\xca\x1a\xed\x99\x00\x52\x4b\x0f\xa9\x6b\x07\x03\x8c\xfe\x96\x9c\xac\xd5\x0c\x20\x59\xb9\xd7\x43\xb3\x0c\x60\x94\x62\xfc\x66\xf5\xaf\x00\x62\xef\x76\xff\x54\xbf\x09\x20\xb6\x33\x36\x5c\x83\x0d\x40\x4c\xe5\x2f\xf5\x3f\xf2\xbc\x93\xf3\x2d\x46\x9e\x8a\x68\x3e\x58\xe9\x18\x85\xea\x2b\xd1\x30\x7e\x58\x57\x99\x57\x17\xa1\x2f\xdc\x46\xa3\x15\x3c\x39\x1e\xbc\x79\x6d\xe4\x69\x3a\x4a\xd0\xbe\xcd\xd3\x38\x6d\xfc\x0f\xb1\xe4\x16\x51\xe3\x33\xb3\x52\x46\x6f\x6e\x2a\x36\x56\x5c\x55\x23\xcb\xa8\x35\x31\x9a\x16\x67\xa0\xa8\x7a\xfd\x8a\xa1\x4f\x5a\xa6\x8a\xfc\xb5\xb1\x06\x5b\x8b\xd6\xaa\xb9\x96\xbc\xd4\xff\x74\x7b\x96\xba\x6d\x11\xd3\xc0\xa7\x4b\x50\xdd\xed\x42\xa2\xe1\x11\xe8\x51\x7d\x94\xb5\xc2\xe8\x02\xf4\xab\x7a\xa7\xb2\x99\x70\xc2\x0f\x55\xbe\x43\x9d\xc6\xe3\x00\x94\x0e\xef\x57\x33\xaa\x06\x50\x94\x4c\x7c\x63\x74\x14\x40\xfe\xf5\x9e\x35\x86\x39\x00\x72\x3c\x3b\xb9\x0d\xe5\x00\x18\xa1\xdb\xbf\x18\x58\x03\xc8\xf0\x6d\xad\xd3\xaf\x02\x90\xea\x8a\x9e\xa1\xf7\x08\x60\xf4\xd6\xc8\xeb\x7a\x81\x00\x92\xbb\xfe\x1d\x3f\xfd\x14\x28\x4e\x78\x5f\x05\xa2\x03\xa2\xf9\x60\x7a\x15\x8d\xe2\x05\x07\x64\x6d\xf1\x53\x62\xef\x28\x07\xcc\x8b\xbe\xda\xea\x76\x48\x9a\x89\xd0\xa3\x67\xce\xb3\x74\x7e\x09\xde\x6a\xd2\x70\xf4\x70\x78\x28\x75\xa3\x3a\xc5\x61\xff\xe4\x57\xf2\xd7\xca\x5a\xec\x67\x2e\x59\xa5\xaa\x7b\xf9\xa6\xed\xbb\x2d\x5b\x34\x7b\xf3\x99\x36\xb3\x0f\x1f\xd5\xcd\xc8\x19\xb0\x56\xca\xdb\x6b\x30\x31\x5b\xc7\x4a\xf5\x66\xa2\xe1\xa3\x0c\x4d\xcb\x7b\xed\x8d\x46\x72\xe9\xe3\xad\x3a\x21\xda\xe0\xeb\xe1\x08\xeb\x53\x90\xa6\xb7\x7b\xef\x17\xeb\x83\x50\xae\xfd\x3e\xee\x90\xcd\x5c\xa8\xd7\x7a\xb0\xe3\x96\xd5\x0d\x78\xaf\xbe\x7c\xeb\x53\xab\x67\xf0\x55\x6d\x7c\x74\xbf\xe5\x05\x00\x95\xb1\x91\x09\x96\xcf\x00\x94\x97\x6c\x9c\x62\xf1\x02\x40\xf1\xf4\x3a\x75\xf3\x68\x00\x79\xa7\xb5\x07\xcd\xfc\x01\x64\x33\x57\x95\x98\xe6\x03\x30\x5c\xfe\xcc\x03\x1d\x3f\x7d\xfe\x95\xdb\x86\xc7\x4d\xf3\xc1\xce\x78\xdf\x76\x5f\x98\x3b\x5e\x05\xe9\x6a\xf6\xc1\xc7\xcf\x23\x27\xe2\xa7\xd9\x07\x65\x53\x93\x44\x26\x22\x54\xb7\x7b\xf2\x4d\xd5\xf1\x02\xec\xe5\xd1\x7e\xfa\x96\x46\x52\xfc\x85\x27\xbd\x4a\x3d\xd5\x55\xcf\x9d\x73\xf2\xa8\x08\x2a\xd3\x31\x3d\x7d\x7e\xfc\x83\x75\x7c\x86\x19\xc7\xbf\x8d\xed\x48\xdc\x67\xfa\xeb\xf0\x0e\x37\xce\x2c\x6d\x4b\xb4\x5f\xc3\x25\xa5\x3c\xd4\xea\xf3\xde\x32\xe7\xc7\x8f\x76\x5a\xa7\x26\xa4\xb9\x48\xf7\x7d\xb6\xaa\x89\xfd\xec\xf2\x10\x1c\xcc\x53\xa3\x8f\xba\xaa\xc1\x62\x93\x1d\x1b\x73\x5d\xbc\x60\xaf\x21\xd7\x7a\x79\xa7\x16\x28\xd0\xed\x59\x7d\xcc\x29\x00\xea\xb4\x17\x84\x7f\x76\x92\x80\xfb\x5a\x73\x56\xe4\x3a\x6a\x41\xaf\xba\x43\x98\xb6\xc3\x31\xf8\xae\x26\xb2\xec\xb2\x3d\x2f\x80\xf2\xfd\x50\x51\xdb\x7d\x00\x8a\x4b\x17\x7f\xb1\xcd\x00\x50\x58\xf7\xe7\xf8\xa7\xeb\x5e\x85\x20\xad\x03\xb2\x27\x48\xf1\xa1\xbd\xad\x93\xb0\x7b\x68\xe7\xc7\xe9\xd8\xef\xa0\x75\xc2\x6c\xbc\x9e\x7b\x67\x33\xe5\x13\x52\xd3\xb3\x50\x91\xf3\x01\x42\xa5\x2d\x0b\x83\x65\x5f\xf2\x48\x17\xa8\xcf\xad\x32\x9c\x3b\x6a\x77\x46\xc7\xac\xb3\x2e\x5b\x94\xaf\xa7\xcc\x0e\x08\x98\x16\x65\xd0\x9d\x74\x7d\x6a\xe3\x72\x0f\xf3\x98\x38\xad\xc9\xc7\x76\xf8\xd8\xac\x88\xb9\x39\xf1\x58\xea\x0a\x07\x99\xa8\xd9\x7e\x9c\x97\x7f\x8c\x09\xd9\x50\x34\xe1\x75\xf3\x5c\xa7\xfd\xeb\x74\x26\x6c\x7d\xff\x6c\xcc\xbb\xd5\x6f\x26\x3c\x65\xde\xb1\x6f\x0e\x3b\xe5\xd3\x01\x52\xd6\x1c\xa1\x6d\xde\x21\x30\xc1\x2c\x2f\x78\x87\xd7\x53\x58\x66\x22\xb2\xf8\xb6\xc7\x0b\x48\x30\xd4\x5a\x70\xdf\xfd\x23\x9c\xd1\x5b\xbf\x20\xcc\x5d\x11\x2e\xe9\x4e\x9c\xb7\x7e\xec\x21\x78\xa8\x99\x10\xf4\xc9\x6d\x32\xbc\x55\xdf\x35\x47\xdc\x4d\x0f\x7a\xd5\xf6\x05\x26\xbb\x9a\x00\xa8\xec\xfd\x1d\x3f\x7d\xfe\x55\x86\xd5\x3b\x80\x1b\x5e\x2d\xfd\x71\x7c\x22\xf6\x33\xe8\x59\x32\x1d\xf3\x94\x1d\x15\xf3\x30\x31\xfc\x70\x5f\x30\xde\xcf\xdd\x74\x63\x39\x3e\xbe\xd1\x16\x8e\xfd\x41\xae\x04\xac\xc6\xeb\x97\x79\xcc\x88\xd9\x92\x77\x11\x4a\x0f\x5e\x25\xae\x39\x49\x34\xfa\x50\x74\xd8\x04\xdb\xaf\x0a\xe3\x76\xeb\x2e\x39\xe8\x7b\x48\x8f\x33\xca\x6c\xa1\xef\x02\x05\xab\xbe\x35\xf3\xe7\x3d\xda\xd4\xea\x70\x75\x19\x04\x15\x1f\xa8\x73\xbe\x17\x6c\x37\x3b\xe3\xfc\x75\x37\xc7\xf9\xef\x67\xcd\xa8\x8d\x1d\x5b\x18\xc4\x0c\xcc\xed\xd8\x38\x76\xde\x9c\xb1\xb3\xb8\x99\x21\x2e\xbd\x81\xab\x67\xf2\x32\x4b\x1c\x6e\xcc\xd8\x1e\x90\xc3\x64\xda\x48\x04\x68\xf8\x5b\x82\x9e\xc5\xb6\x69\x6d\xd3\x16\xc3\x38\xb3\xe0\x69\xe3\x27\x33\x21\xc4\x78\xd6\x94\x93\x93\xc4\x61\x8f\x81\xc1\xe4\xf3\x7e\xcb\xe0\xb4\x6e\xcb\x64\xde\x09\x77\xa1\x58\xbb\x6e\x62\x8f\xb7\x07\xdc\xd7\x38\x37\xf1\xb0\x57\x34\x3c\x55\x2f\xff\x33\x7e\xab\x5e\x0a\xdd\x29\xfd\x4f\xea\x64\x7c\xdd\xe8\x36\xa2\x56\xc7\x5e\x08\x84\x62\x36\xe1\xa1\xe0\xca\x7a\x16\xd6\xcf\xa1\xfc\x60\x2a\xdb\xa9\x3e\x41\xc5\x1c\x51\x98\xb7\xcb\xc9\xdb\x8a\x5f\x3f\xa9\xbf\xdd\x8d\x6f\x03\x42\x07\xf9\x63\x6e\x2a\x46\x09\x78\xec\xda\x1a\xed\x64\x36\x5f\x66\xf3\xa6\x09\x9b\xb6\xb9\x2f\xd3\x34\x5a\x9e\xb0\x8e\x73\x56\xb2\x99\xef\xfc\x81\xd5\x77\xd6\xbc\xb5\x93\x9c\x25\xbd\xea\xd0\x5e\x0d\x87\x3a\xff\x77\xe1\xae\x67\xc5\xc7\x2c\x9b\xa2\xb7\x52\xa5\x2a\xdb\x89\x6d\x62\xc3\x8a\x2b\xcf\x8b\xc7\xb8\xfb\x7d\x5a\xa9\xc1\x7c\x62\x1f\xe7\x7b\x64\xe9\x2b\x90\xb5\xea\x9a\xf0\x3a\xf8\x1e\x8c\x33\xdf\x31\xc1\x79\x41\x1d\x2c\x31\x99\xe3\x73\x64\x5e\x29\x44\x1b\x2d\xf1\x56\x99\x1b\x0c\x29\xfa\x1f\xbd\xd4\x66\x7f\x83\x0b\xba\xf1\x9e\xc2\x81\x7b\xe1\xa6\xb6\xa1\xc7\xb5\xe9\x47\xe0\x81\xe6\x2a\x8f\x8f\xfe\x3a\xd0\xaa\x11\xe3\x71\x7e\xca\x43\xe8\x54\x37\xfe\x3d\xfe\x47\xc4\x1f\x3a\x1d\xf7\x07\xf9\xd0\xbc\x10\x8f\xff\x76\x51\xaa\x3f\xc4\x83\x0b\x11\x78\xfe\x68\xb8\x16\x89\xd7\x33\x2b\x8d\x62\x70\x1d\x5c\x4e\x8a\xc5\xab\xcb\x67\x81\xe2\xc9\x4f\x74\x25\xe2\x5d\x67\xc9\xaa\xfb\x0c\x59\x18\x27\x9a\x9c\x2c\xdd\xc9\xb1\x7e\x63\xce\xde\x95\x7a\x6b\x24\xce\x2f\x7b\x1d\x6f\xea\xec\xa3\xac\x32\x67\xff\xae\x6d\xfe\x8b\x0c\xac\xa7\x85\xc4\xd6\xaf\x5c\x68\x7a\xc5\xb7\x6b\x47\xd2\x1e\x4d\x8b\x05\x9e\xcf\xb6\x47\x67\x1e\xb5\x42\xe3\x0d\xb6\x6d\xac\x9c\x6d\x15\xe1\xf6\x32\xe6\xf1\xd3\x18\xcb\xb3\x6e\xd3\xb7\x29\xfe\xac\x37\x9f\xe2\x66\x17\x35\x0e\x56\x99\x70\xbb\x36\xad\x17\x86\x03\x86\x7c\x2e\xab\xd7\x54\x43\x91\xee\x7d\xd7\xa8\xf0\x70\x28\xd6\xcd\x77\x2e\x5e\xb1\x0c\xee\x6b\xe5\xb9\x4c\x59\x7a\x19\x5a\x35\x9f\x38\xb7\x86\xbc\x83\x2e\x0d\x43\x67\x9f\x45\x37\xe0\x9b\xda\x54\x27\xbf\xf9\xef\x01\x54\x6c\xc7\xe4\xcc\x9b\x0d\xa0\xcc\xfd\xbb\xfe\xa9\x71\x4f\xc7\xdf\x93\x14\x8c\xd7\x27\x9f\xdf\x59\x85\xf7\x7f\x3f\x68\xa7\xfa\x23\xd5\x77\x6d\xc3\xfc\x75\x79\xca\x4e\xcc\xcb\x5c\x36\x48\xa4\xfc\x0f\x2a\x29\x7d\xc0\x49\xa3\x03\x38\x5f\xfb\xf3\x53\xf0\x6a\x63\xec\x52\x8a\x2f\xdf\xb8\x33\xed\xa3\x70\x18\x42\xcb\x4d\x4f\xa8\xab\x59\x0b\x4d\x08\x3a\x72\x2c\xc7\xe6\x07\xe3\xd0\xc4\x97\x47\x8a\xfd\x9e\x6b\xca\x7a\xaa\x1f\x7e\xb7\x34\x58\x27\xdd\xf5\xd9\x61\x91\x58\xd0\x57\x76\xfc\x70\xc8\x38\x5d\xc8\x60\x95\x5d\xd0\xc1\x85\xd7\x78\x0c\xae\xdb\xd8\x1f\xe8\x7a\x7c\xc2\x80\xc3\xfa\xcc\x81\x6f\xdf\xcb\x75\x93\xac\x37\x24\x7e\x82\x07\x5a\x91\xd6\xfc\x71\xb3\xe0\xbd\x86\xa6\xf5\xaa\xed\xcb\xa0\x4f\x5d\xd9\xda\x6e\xcb\x7b\x00\xd5\x4a\x6b\xfd\xc8\x65\x00\x2a\x9e\x36\x7c\x1b\xd8\x00\x54\x8c\xad\xce\x45\x48\x00\x28\x36\x5a\xdd\x5d\x1d\x06\xa0\xa8\x63\x75\x6d\xe5\x54\x00\x05\x6d\xab\x8a\x65\xf7\x00\xe4\x95\xe8\xf3\x0f\x2e\x33\x70\x3e\x68\xfd\xd7\x8b\xf6\x08\xbc\xda\xfd\xd0\x3f\x1a\xaf\x6a\xd6\xf9\xec\x6c\xa2\xea\x3f\x01\xd7\x7b\x51\xef\x7e\xec\x0b\x93\x6b\x77\x04\xaf\x32\x9f\x7a\x79\x1c\xd7\xc3\xa1\x62\x8a\x5d\xd8\x3d\xf5\x34\x66\x15\x36\x89\x66\xe3\xf9\x24\x14\x9d\xc3\xfd\x10\xe6\xfa\xe5\x4a\xca\x16\x73\x7b\x4d\x96\xcd\x71\x35\xf9\x24\x71\x74\xec\x83\x33\x7a\x9e\xfe\x0a\xbe\x8e\x01\xd9\x97\x17\xbb\x2a\xdb\x5a\xaf\xce\x36\x88\x39\xae\xea\x6f\xf6\x29\x6b\xc3\x09\x6f\xb5\x28\xe3\xbd\x99\xbf\x4a\x5e\xa8\xed\x36\xac\xcb\xf4\x6f\x09\x56\x7d\x66\x38\x23\xd3\xf5\xab\x9a\xf2\x0e\xc3\x93\x69\x0d\x00\x8a\xbb\x0d\x83\x8e\x4c\x01\x90\xaf\x34\xac\xd9\xcf\x01\x20\xaf\x6d\x98\xb2\xb7\x06\x40\xce\xc3\x28\x65\xcf\x0d\x00\xb9\x64\xe3\xe9\x3b\xd5\x00\xe4\x82\x0c\x83\xb6\xcb\x00\xc8\x1c\x32\xda\x1a\xbd\x17\x40\xe6\xa6\xe1\xba\xc8\x76\x00\x69\x5d\xc3\xe6\x0d\x62\x00\x52\x79\x90\x15\xb0\x02\x61\xff\xa7\x65\x98\xa7\xe9\x38\xb3\x1e\x63\x4b\x52\x0c\x66\xd7\x1a\xc2\xe2\xf1\xee\xc1\xca\xb9\xfb\x30\x7b\x56\x64\x70\x18\xb3\x29\xe7\xe2\x8e\xe1\xb8\x32\xaa\x4e\xe3\xf1\x91\x62\x91\x85\x79\xef\x84\x24\x8a\x27\xdf\xd2\x7e\x1e\xfb\x61\xaf\xf2\xbb\xe8\x8d\x70\xff\x8b\xcb\xf8\x7e\x6c\x8a\x5b\xc9\x32\x71\x19\x84\xc6\x09\x16\x77\xea\x8c\x12\x7c\x62\xd3\x58\xd4\xea\x3a\x57\xb2\xd0\xf4\x47\xd1\xe5\xa0\x46\xa9\xf7\x06\x17\x8a\x0e\x46\x1d\x94\x29\xd4\xd9\x5c\xe4\x71\xd4\x8a\x31\x53\x73\xef\xe5\xaa\x22\x6d\x86\x8e\xfa\xc7\xcb\x93\xee\xed\x95\x19\xa3\xbe\xfb\xd2\xc7\xcf\x6b\xa4\xb8\xd4\xb5\xf3\x0d\x01\x46\x05\x69\xec\xc9\xde\x05\x20\x39\x43\x63\xde\xa9\x14\x80\x51\x3b\xd4\xe3\x8f\xff\x00\x90\x90\xd4\x58\x9a\xc2\x01\x20\xb1\x4f\x6b\xe5\x81\x85\x00\x92\x6a\x9a\x4a\x49\x8a\x00\x12\x7a\x9a\x91\xf1\x79\x00\x12\x12\x1a\xf9\xbb\xfa\x00\xc4\x6e\x6a\x89\xed\x58\x05\x20\x7e\xe8\xe3\xd5\x65\x8b\x59\xbf\xef\x75\xe8\x26\xcc\x8a\x3c\x32\xdc\x81\xc7\x75\x43\x0b\x75\xde\xaf\x27\xed\xc7\x75\x72\xe5\xdb\x31\xcc\x36\xe5\xcd\xa1\x74\x40\x99\xde\xd9\xf8\xf8\x58\xd3\x39\xcc\x42\xee\xf3\x29\xc0\xf7\x97\x3b\xae\x52\x3e\x29\xeb\x8f\x16\x77\xb0\x70\xc9\xc4\x52\x9c\xd7\x80\xed\x15\x78\xdc\xb8\xbc\xad\xbe\xca\xce\x86\x90\xf5\xa3\xea\x8f\x8a\x2f\xb9\x27\x18\x2c\xac\x8e\xb3\x1d\x10\xda\xa7\x75\xba\xfa\xe5\x0c\x39\x11\x03\x35\x85\xea\xd7\xeb\x96\x8a\x0a\x2b\xd5\xd4\x88\x1e\xf8\x28\xea\xa8\x30\xb7\xba\xe3\x42\x8c\xc8\x01\x79\x99\xea\x6b\xcd\x3a\xc2\xa1\x72\xe7\xab\xe7\xf7\x22\x41\x6b\xb9\xdb\x15\xb6\x00\xfc\xc9\xf2\x72\x45\x91\x00\xfc\xad\x0a\x7a\xf9\xa7\x01\x04\xd9\xe5\x8f\xe7\x6c\x07\x10\x50\x90\xff\x9a\xf9\x0a\x40\x60\x92\xc2\xab\x53\xd7\x00\x04\xf5\xe5\x9d\x53\x67\x00\xf0\x0b\xc8\xdf\x4c\x89\x02\xe0\x0f\x55\x50\x39\x98\x02\xc0\x1f\xaf\xe0\xb9\xef\x23\x00\xff\xba\xd7\x3d\x9b\xf0\x2e\xf9\x27\x53\x63\xf1\xf9\x6c\x62\xee\xc5\xd7\xc9\xaa\x77\x87\xb1\x1e\xa6\x24\x23\x0d\xf3\x17\x05\x9d\x59\xf8\x7a\x98\x35\x2a\x07\xfb\x80\xa4\x42\x01\xbe\xbf\x3c\x60\x74\x09\x8f\x83\x38\x9f\x2b\x7b\x58\xb8\x79\x6a\x19\xae\x8f\x95\xfd\x94\x4e\x60\xde\x8b\x6a\xfc\x7d\x13\xed\x29\x5d\x88\x8d\xfd\x6d\xcc\xc6\xe8\x29\xdd\x4d\x1a\xb5\x0f\x21\xe5\x86\xbb\xb9\x26\xf6\xdc\xab\xe5\x3d\xee\xad\x98\xe4\xcc\x7d\x9a\x31\xfb\xbe\x50\xb8\x04\xb7\x80\xf4\x9b\xfb\xdb\x93\x54\x39\xc3\x19\xe6\x0f\x46\xe7\x95\x20\x24\x75\xf7\x7e\x41\xa3\x1b\x42\x92\x0b\xef\x87\xbd\xef\x44\x48\xdc\xee\xf6\x16\xd6\x3d\xa0\xe8\xf8\x1a\xcc\x98\x0a\x1d\xaf\xb0\xc6\xe8\x5d\x82\x99\x44\x81\xf3\x97\xf0\x3a\x05\x9f\x60\x01\x7e\x76\xe0\xbb\x71\x0e\xdf\x3b\x73\x97\x66\xe1\x75\x07\x6e\xab\x74\xcc\xa4\x70\x26\xa6\x61\x9e\xbc\x35\x65\x27\xa6\xcf\xee\x1c\xa0\x7c\x41\x6a\x8e\x1d\xc3\x75\x51\x3a\x3b\x1d\xb3\x41\x05\xcd\xd9\xd8\xf7\xfd\xcc\xc9\x7c\x3c\x1f\x9e\x8c\xbd\x84\x75\xc6\x87\xaf\x97\xe0\x7d\xff\x89\x62\xe5\xf8\xba\xba\xad\xef\x06\xbe\xaf\x5a\xd7\x41\xf5\x51\x09\x7d\x59\x87\xc7\xd1\xcc\x97\x4d\xb8\xdf\x90\x67\xd2\x5d\xfc\xfd\x66\xd3\x1e\xe1\xef\x91\xd1\x6d\x8b\x63\x1b\x87\xd0\xa8\xbc\xe7\x57\x34\xd4\x11\x12\x73\x6d\xcf\x72\xe7\x43\x48\x68\xc1\x8b\xc4\x60\x25\x84\xf8\x4d\x5e\xdc\x8c\xbd\x87\x10\xcf\xc3\x97\xd3\x33\xe5\x11\xe2\xf2\x7f\x19\x5d\x75\x14\x21\xf6\xdb\x2f\xcd\x3b\xaa\x10\x42\x02\x6d\x1f\xa0\x0f\x21\x34\xeb\x3e\x5e\x4f\x42\xa8\x91\x30\x68\x37\xf1\x3a\x05\x32\xbf\x9e\x4c\x1d\x97\x11\x9f\x87\x62\xaa\x33\x43\xcc\x45\xf2\xf9\x5c\xb2\x43\xff\x6c\x34\x5e\xd7\x70\xdf\x8f\x7d\x5c\x6a\x0f\xa7\xce\xc6\xf1\x3f\xcd\xc0\xba\x87\x8b\x77\xce\x8d\xa6\xae\x03\xd4\x6e\xe9\xf4\x39\x25\xb8\x8b\xc2\x48\x1d\xd0\xce\x26\x2a\xee\xcd\x88\xda\x45\x1d\x9e\x79\x1b\xcf\x97\x0b\xbb\xa9\xb8\xfd\xc5\x1e\xe2\x79\xc2\xf5\x31\xc5\x36\x1a\xb4\xbf\xc0\x75\x32\xca\xbf\x0b\x8f\x3f\xb6\xdd\xdd\x02\xe2\xf8\x13\xdd\x15\xd6\x78\xa7\x79\x4f\x6d\x20\xfe\xcb\xbd\x53\xa2\xf0\x88\xeb\xad\xa2\xae\x38\xbd\x55\x65\x6e\x78\x26\x93\x7f\x86\xf9\xbb\xee\x58\x8a\x49\x7f\x49\x7c\x1c\x1e\x13\x46\xf9\x5e\x1e\x85\x4d\x44\x17\x72\x93\x30\xcc\xd7\xc9\xce\xec\x6b\xe3\x28\xbc\x32\x11\x86\xe8\x62\x1a\xc4\xa9\xba\x2f\xff\x99\x85\x7f\xff\xa5\xf7\xe7\xf1\xbc\x78\xfe\x62\x21\xbe\x5f\xce\x6c\xa0\x74\x01\xa9\x70\x1d\xcf\x17\xb4\x0e\x28\x3e\xb6\x01\xf7\xc9\x88\x39\x7a\x1b\xeb\x22\xd6\x89\x53\x71\x2f\x5d\xf7\x10\xf3\xc1\x73\x8d\x5a\x31\x4f\x3a\x69\xc2\x0b\x3c\x5f\x38\x45\x75\xe2\xeb\x8a\xde\xb4\x0f\x78\x17\xbb\xb8\xcf\x67\x7c\x1f\x86\xd0\x80\x9d\x20\x56\x0a\xfc\x38\x6e\x26\x85\xf0\x95\x7b\x1a\xde\xd1\xf0\xcb\x77\x1d\x66\xe2\x7f\xa5\x50\x3c\xe6\xaf\xf7\x45\x94\x3f\xbf\x0f\xa5\x7b\x60\x7a\xfd\xc2\x23\x95\xf6\xb9\xe8\x24\x79\x68\xcb\xfd\xcf\x79\xb9\x45\xf4\x22\x55\x89\x14\x96\xe3\xf7\x2b\xa2\x88\x0e\xac\x2c\x1f\xdf\x0f\xe4\x1f\xa5\x7c\xa0\xce\x1c\xab\xc0\x67\xe3\xa4\x43\x35\xd6\x4f\x1f\x0e\xad\xc3\x3e\x74\x89\x4b\x9b\x30\x7b\xb8\xd3\xf7\x3e\x1e\x3f\x51\xc6\x0f\x31\x1f\xbc\x5a\xf9\x29\xee\xbf\x19\xdc\xd4\x86\xef\xc7\x66\xe9\x76\xe2\x68\x7c\x5d\x28\x16\xd1\x7e\x75\x2f\xce\x9f\x76\x13\xa5\x0b\x11\x53\x60\x2a\x50\x79\xf8\xb7\x0e\x24\x8c\xe8\x62\xf6\x90\xfd\xee\xd9\xe4\xc9\xbe\x8a\x74\x7e\x6c\x1f\xb2\x5f\xff\x37\x9f\xdf\x6d\x34\x22\x2f\x69\xff\xc8\x8b\x35\x0c\xd1\x0b\x5d\x3d\x42\xf5\xc3\xbb\x90\x59\x82\xe7\xb3\x1c\xdf\x1b\xf8\xbc\x65\x78\x12\x1d\xd0\x1a\x4a\x07\x94\x9c\x7c\x0f\x7f\x6e\x8f\xd2\x43\x7c\xff\x18\xd3\xf6\x0c\x5f\x0f\xd7\x3f\x69\xc7\x51\xac\x68\xed\xc4\x7a\xa0\x05\x7b\xde\x61\x5e\x7c\xba\x1d\xd5\x2f\xca\xcb\xef\x33\xbe\x8e\x58\x3f\x1a\xc0\xcf\xef\x9a\xbf\x00\xfb\x6a\x0c\xd5\x3f\x0c\xea\x40\xb8\x28\xf4\xd8\x48\x21\xad\x03\x89\x26\xba\x98\x14\xd2\x01\xef\x22\xd1\x7b\xd0\x3e\x20\x1d\x84\xc7\xa5\xbe\x99\xf6\x89\xe9\xab\xa0\xf0\xc3\x62\x92\x97\xe0\x7f\xe4\x05\xfb\xe4\x5c\x4e\xba\x46\x66\x8d\x1a\xac\x8b\xce\x58\x4e\xcd\x6f\xa9\xc5\x77\xf1\x3c\x78\xc0\x88\xd2\xc3\x24\x86\x3d\x29\x62\x61\xec\xdc\xe7\xb8\x1b\xc7\x66\xff\x4e\x5c\x07\x6b\xda\xbb\xf0\xfb\x4b\x37\xf4\x60\xbd\xf9\xdc\x9d\x9f\xb0\x8b\xcb\xb4\x03\xdf\xb0\x7f\x90\x7b\x13\x13\xd7\x1b\xed\x8f\xa3\x46\xfa\xc8\x08\x49\xc0\x9f\x3a\x10\x72\xde\x07\x75\x20\xc4\xf7\x62\xcd\x79\x0a\x13\x88\x33\x22\xcd\x6b\x97\x10\x7f\x90\xdb\xc4\x21\x90\x52\x66\x0d\xf7\x75\x60\x8d\x33\x0a\xff\xd1\x27\x88\xe4\x25\x9f\xff\x26\x9e\x17\x69\x1d\x14\xad\x03\x3a\xb2\xff\x31\xfe\x6b\xfb\xe0\x39\x9e\xff\xf6\x98\x53\x3e\x50\xdb\xae\x77\xe1\xeb\xe2\x26\x05\xea\x7c\xaf\xca\xa7\xd4\x04\x21\xcd\x03\xf8\xba\x19\x14\x4c\x9d\x15\xda\x17\xc6\x85\xf8\x64\xd0\xfa\x07\x65\xf2\xd7\xf9\xee\x0f\xc9\x03\xe9\xff\xa2\x7a\x92\x42\x5a\x07\x32\xe5\x21\x1a\xc6\xf7\x53\x4f\x6e\xbf\x75\x0f\x39\x84\xd7\x2f\xfb\x40\x61\x23\xc1\x56\xd2\x31\xf3\xbd\x09\xfa\x43\xe7\x30\x44\x57\xd6\x34\x34\x2f\xb4\x0e\x2a\xbd\xac\x05\x67\xfb\xf8\xeb\x36\x5c\xbf\xfb\x37\xbc\xc0\xf5\x11\xff\xe1\x0d\xce\xc3\xce\x35\xbd\x58\x0f\xb6\xf9\xd6\x67\xfc\xaf\xd7\x47\x0e\xe0\xe7\xea\x95\xa4\x0a\x17\x98\x52\xb3\x77\xc0\x26\x18\xa6\x03\xa1\xfb\xa1\xd0\xfa\x30\x05\x76\x92\x87\xb5\xf0\x87\xfe\x81\xd6\xc3\x58\x12\xff\x0e\x5f\xa9\xe1\xe3\x63\x1d\xe9\x97\x32\xd2\x17\xe5\x3c\xf1\x85\xa1\xfd\x3f\x68\xfd\xc7\x03\x52\x57\x83\xfa\x8f\xdc\x7f\xe7\x25\x63\xff\x23\xfc\xe0\x9d\x3a\xbf\x0d\xeb\x82\x0e\xdf\x7a\x8d\xef\x93\xf6\xf9\xbc\xc7\xd9\xdd\x9d\x4f\xe9\xfd\xb6\x4f\x1b\xc0\xe7\x7f\x33\xa2\xe2\x1d\xa9\x03\x99\x4d\xfa\xdf\xd0\x7a\xa0\x71\xa4\x8b\x17\xad\x8b\xd2\x5b\x40\xa1\x1c\xf1\x53\xe1\x5d\xf6\x67\x1e\x68\x1d\x88\xf1\x5b\x0a\x47\xf6\xc7\x09\x23\xb8\x85\xc4\x47\xeb\x83\x68\xbd\xd4\xa0\xfe\x83\xe8\xa5\x6e\x14\x53\x48\xeb\x3f\x5e\x90\x3e\x32\xef\x49\x9e\x99\xde\xbf\xf3\xc1\xfa\xcf\x9e\xf0\xf4\xff\xf2\x01\xa1\xf9\x29\xda\xdf\x60\xa4\x0e\x84\xd6\x4f\xb8\xe9\x52\xe8\x4d\x5e\x0f\x58\x44\xe1\x42\xf2\xfd\x2b\x89\x8f\x41\x34\xf9\x7c\x02\xe1\x1c\x53\xc9\xef\x38\x4f\x7c\x23\xca\x09\xbf\x77\x87\x7c\xbe\x93\x70\xb8\x3f\x67\x21\xf4\xf5\x04\xf5\xff\x34\xdf\x4b\xf7\x81\x79\x4c\xb8\x47\x9a\xf7\x6e\x22\x1a\x83\x5a\xc2\x7f\xff\xa1\xff\x70\xa2\xb0\x24\x03\x0d\x72\x87\xff\xd2\xc1\xfc\xaf\xfe\x17\x83\x7c\x3f\xd1\x51\x0c\xfa\xa2\xfc\x37\x1d\xc8\x87\xe1\x79\xf8\x97\x1e\xe6\xad\xef\xef\xdf\x4a\xf3\xbd\xaf\x89\x37\xc6\x48\xfd\xc3\x48\xfd\xc7\xa0\xff\x85\x0d\x85\x65\x5f\x29\xbc\x4a\xf2\xf9\x37\xdf\x83\x7f\xc5\x4f\xf7\xff\xa7\xf1\x5f\x3a\x10\x9a\xcf\xfc\x9f\x75\x20\x2f\x87\xe7\x21\x9f\xf0\x82\x7f\xf8\xa2\x38\x22\x04\xa3\xa8\xff\xef\xb9\x48\x21\xad\x07\x1a\xd4\x3f\x90\xfa\x68\xb8\x3d\x3c\xfe\x91\xfa\x8f\xab\x67\x29\xa4\xf5\x0f\x17\x2e\x0c\xc9\xc3\x7f\xe9\x03\xf3\x5f\xfa\xa0\xfc\x51\x17\x63\x49\xbd\xfb\x11\x9d\xc3\x2c\xc2\x8f\xd2\x3a\x90\x48\x87\xbf\xe4\x21\xe3\xb7\x1e\x66\x50\x07\x42\xea\xa0\xe7\x27\x42\x3f\x4e\x52\xff\xff\x3e\x6f\xf8\x78\x18\xd4\x3f\xd0\xe3\x80\x68\xb2\xaa\xf7\x90\xf8\x47\xea\x3f\x84\x29\x2c\x24\x3a\x21\x9a\xff\xfe\x5b\x1e\x46\xf2\xff\xff\x42\xda\x27\xe1\x5f\x3a\x10\x7a\x9e\x08\x24\xf5\xb1\x94\x9c\x93\x91\x3a\x10\xba\x1e\xb0\x2f\x4a\xc6\x6f\x0d\x4b\x2b\xf1\x8f\xe9\xb3\xff\xad\x8b\xa2\xfd\x81\x68\x5d\x18\xad\x7f\x18\xd4\x7f\x90\x79\xa0\xa2\xe5\x7f\x8b\x3f\xc7\xe4\x77\x1e\x46\xf6\xc1\xf9\xa3\x0f\x0a\xe1\x39\x07\xf5\x10\x23\xfc\x2f\xe8\x7f\x47\xcf\xa7\xf4\xbc\xeb\x41\xfc\x90\x68\x1d\x48\x08\xf9\x77\x1b\xc8\xfc\x12\x4f\x34\x1d\x27\xc8\x39\xbe\xc0\x9a\x1f\xa2\x11\xba\x99\x8a\xd0\xaf\x26\x84\x9e\x92\xb1\x3e\x10\x8e\xd0\x27\x4d\xea\xff\x5f\x92\xdc\xd3\xda\xa9\x46\xd2\xf7\xa8\x66\xea\xff\x31\x7e\xa2\xf9\xc9\x1e\xa2\x41\x1b\xa9\x7f\xa0\xe3\xa4\xf5\x1f\x83\x3a\x88\x11\x28\x33\x42\x37\x43\x7f\x0f\xad\x03\x19\x4b\xce\xcd\x08\x1d\x08\x5a\x47\xf2\xb2\xc7\x90\x3a\xff\xac\x3c\xfc\x5a\x8f\xd0\x85\x33\x08\xfd\xac\xa1\xc6\xf6\xf7\x8d\x54\x1e\xbe\x27\x21\xf4\x4d\xf9\xf7\x78\x68\x93\x1f\x5e\x07\xf4\x38\xa0\xaf\x03\x83\xe3\x9f\xd4\x4d\x21\xd1\xda\xe4\x55\xfd\x3d\xfe\xd3\x43\x74\x62\x83\xf1\xcf\x18\x11\xef\x48\xfd\xc7\x08\x1c\xa9\x03\xa1\xbf\xe7\x0f\x1d\x08\xb9\x4e\xd2\xd7\x8d\xb5\xac\xb1\x9c\x85\x50\x9c\x27\x42\x3f\xa3\x10\x4a\x0d\x40\xe8\x5b\x02\x42\xf9\x69\x08\xf5\x8f\x42\xa8\xba\x15\xa1\xcf\xec\x08\x3d\xe9\x46\xe8\xd3\x2a\x84\xbe\x4e\x45\xa8\x93\xd4\xd8\x43\xa2\xfb\x69\x18\x4d\xe9\x5c\x68\x1f\x24\x3a\xfe\x4b\xe4\x3a\x79\x71\x26\xa5\x7f\x39\x6f\x4d\x1d\x9f\x21\xd7\xa6\xd3\xa4\x7e\xd2\x49\x3d\xa5\x0e\xd1\x4f\xfe\x4b\xff\x40\xeb\x3f\x48\x3f\x8c\x41\x3e\x98\xc6\x41\x3d\x88\xfd\xf0\x71\x43\xd7\x85\x2d\x19\xff\x9e\x05\x14\xce\x3e\xc2\x7a\x6a\x46\x28\x9c\x35\xef\x95\x20\xb4\x53\x01\xa1\xfe\x6a\x84\x52\x7a\x10\xfa\xf4\x16\xa1\x3c\x59\x84\x7a\x45\xa9\x39\xfe\xc3\x7c\x84\x5a\x23\x11\x62\x3d\xad\xf6\x7b\x23\xf4\x9c\xe8\xc4\xee\xdc\x41\xf8\x0e\xbd\x86\x8d\x0d\xdf\xb1\x97\x76\xb2\x75\xb2\xf0\xb2\x02\x17\xe6\x28\xf3\x2d\xd9\xdd\xf0\x79\x7f\xc4\x81\xf7\x5f\x64\x3b\x71\xe0\x3b\xbc\xd3\x64\x7c\x9c\xe8\x60\xc3\xfb\x50\x8e\x99\xb1\xe3\xcf\x1f\x19\xe2\x1f\x35\x32\xfe\xe1\x7d\x30\xfe\x3b\xd2\x79\x12\x0b\x27\x79\x25\xf3\xa1\x09\xdd\xaf\xed\x2b\x15\xff\xf4\x35\x08\x0d\xe8\x20\xb4\x3c\x05\xa1\xbe\x29\x08\xc5\xac\x42\xa8\x27\x9f\xfd\xcc\xe1\x0d\x08\xbd\x53\xe2\x52\x39\xf7\x05\xa1\xd7\xf2\x3c\x92\xd7\x33\x10\x7a\xd9\xcc\xeb\xf2\x98\x17\xa1\x76\x1f\xbe\x0d\x9f\x27\x22\xd4\x12\x23\x80\x9f\xab\x6b\xc7\x0a\xe1\x9e\x1d\x65\x7d\xa2\xb8\x83\xe7\xa5\x50\x91\x7e\x5c\xf7\x4e\x22\xd8\x0f\x27\xfb\x95\x10\xbe\xa3\xcd\x78\x28\x8c\x9f\xa7\x4f\x25\x08\xe2\x3c\xd1\xba\x97\x23\x27\xf8\x71\x1f\xb6\x43\x63\xf9\xb5\x59\x98\xfc\x8d\xe7\x03\x9d\x07\x3a\x7e\x3a\x9e\x7f\xc6\x3d\x8c\x0f\x1f\x44\x5a\x27\x81\xb8\xee\x0c\x1d\x2f\x6c\x26\xda\x63\x11\x02\x11\xf6\x7e\x87\x66\x84\xfa\x39\xf8\x0a\x27\xd7\x23\xd4\xed\x28\x5c\x1f\x92\x8c\xd0\xeb\x67\xe2\x25\x9b\xe3\x10\x7a\x71\x48\xf2\xce\x01\x1e\x84\x9e\x89\x48\x7d\x3f\x73\x06\xa1\xc7\x86\x32\x4e\xe5\x61\x08\x3d\xf8\xcc\x88\x7c\xb0\x09\xa1\xbb\xbd\x32\xe3\xba\x7d\xd9\x8d\xea\x55\x65\xf6\x01\x70\x2d\xa6\xfb\x80\x15\x72\x30\x1e\x03\xf0\x8a\x9d\x9b\x22\x3b\x0e\x80\x77\x6b\x86\x2f\x23\x13\x80\xc7\x37\x8d\x9d\x71\x1d\x80\xc7\xf5\xd8\x3a\x59\x43\x00\x9e\xa2\x14\x75\x59\x5e\x00\x9e\xf9\x07\x3d\x19\x6f\x01\x78\x78\xf7\x8f\x62\x7c\x01\xe0\x1e\x48\x9c\xcc\x68\x02\xe0\xde\xbe\x67\xb5\x6c\x38\x00\x8f\xe9\x7f\x3c\xff\xe8\x3f\xc5\x4f\x3f\x15\x70\x1b\x50\x48\xfb\x85\xf0\xb7\x08\x6e\x43\x68\x40\x5f\xf4\xa5\x72\x33\x42\xbd\xec\xd2\xd6\xd6\x31\x08\x75\xee\x66\x34\x78\x37\x72\xf4\xb6\x71\xc9\x6d\x9e\xcb\xe4\xd1\x7b\x18\x2b\x1f\x16\x11\xc6\x2f\x79\x67\x85\x82\xfc\x9e\xdd\x82\x2d\x0d\xb5\x0a\xf6\x27\x4b\x84\x1b\x6b\xa3\x14\xac\x8a\x2c\x45\x47\x57\xab\x28\xcc\x6e\xdc\x22\x5a\x71\x7d\xbd\xc2\xe3\xce\x75\xa2\x07\xcb\xc7\x28\xd9\x02\x88\x64\x5c\x54\x52\x9e\x00\x20\xba\x21\xdb\x41\x65\x26\x80\xe8\xd7\xb4\x46\x15\x75\x00\x51\xc9\x94\x2f\x2a\x62\x00\x22\xab\x0e\xd9\x29\xdf\x02\x10\x6e\x18\xd4\xbb\x18\x2a\x9f\x07\x10\x82\x3d\x2b\x94\xb8\x00\x04\xd1\x2e\x37\xc5\x7c\x00\x81\x05\x3b\xd2\x14\xe3\x00\x04\x38\x63\x26\x2b\x20\x00\xbe\x71\xff\x43\xfc\x23\x9e\x86\x84\xc8\xee\x98\x11\xba\x90\x68\x19\xac\x07\xe9\x8b\x97\xef\x63\x7f\x84\x50\xd7\x61\xb5\x27\x32\x3f\xd9\xa6\x3c\x17\xd5\xb0\x35\x38\xc6\x53\xda\xa2\xaa\x35\xde\x35\x50\x20\xb7\xc9\x4f\x3b\x24\xe0\x81\xc8\xc5\x9b\x6b\xb4\x77\x2d\x9f\x2e\x31\xb1\x32\x48\xdb\x68\xdb\xb2\xd1\xdb\x4b\x75\xb5\xce\xa6\x18\xc8\x08\x17\x15\x68\x69\xe5\x3d\x60\x34\x17\xda\x68\xd6\xd7\xc4\xc8\xd6\x14\x2c\xd6\xec\x69\x63\xc8\x3e\xcd\x8b\xd5\xfa\x38\x10\xc7\x28\xcc\x70\xd3\x79\x0d\xc0\xf8\x71\xcc\x52\x27\x0e\x40\x46\xfa\x80\xa5\x8e\x1f\x80\x54\x4e\xe2\x32\x1d\x3e\x80\xd1\x0b\x77\x8f\xd5\x0e\x01\x90\x14\x89\x0d\xd3\xb6\x06\x18\x65\xbf\x2d\x43\xab\x03\x40\x62\xcd\x96\x17\xda\xe2\x00\x12\x06\x51\x7d\x1a\x99\x00\xa2\x3b\x36\x35\x69\x9c\x02\x10\x35\x5b\x9f\xa7\x2e\x03\x20\xbc\xe6\xbf\xc7\xcf\xd7\x34\x2c\x5e\x90\x25\x3a\x10\x8a\x17\xfe\xf6\x45\x0f\xfb\x95\xf6\xd8\x18\x5d\x62\xe1\x2b\x51\x33\xbc\x1e\xf7\xa4\xc1\x3a\x51\x5c\x11\xa1\x66\x4b\xab\xc3\xea\xc0\x27\x57\x33\xc9\xe2\xa1\x8d\xa4\xd8\xc5\xb2\x01\xcb\x09\xbe\x8a\xa3\xab\x2e\xa7\x58\x2c\x5e\xa8\x24\x8b\xf2\xed\xcd\xc3\x37\x5e\x53\xe4\x3b\xeb\x6b\xb6\x77\x9f\xbc\x4a\x68\xc6\x01\xd3\xf4\x6c\x59\xb5\xbb\x27\x4f\x9b\xb4\x5e\xeb\xd2\x18\x9b\x7a\xc9\x24\xa2\x25\x5a\xe3\xf4\xb1\x52\x93\x87\x1f\x2f\xaa\x97\x1f\x0c\x37\x53\x85\x2f\x6a\x5c\x09\xba\x66\xfc\x00\xca\xd9\xb4\xcf\xc9\xd6\x5d\xa6\xe7\x00\x14\x14\xa3\x16\x9b\xd4\x03\xc8\x49\x6f\x2c\x32\xd9\x04\x20\xcb\x58\x57\x64\x12\x04\xc0\x70\x88\x50\x36\xac\x07\x90\x9a\x1f\xde\x69\xc8\x06\x20\x59\xbe\xf2\xac\x41\x36\x80\xa4\xf1\xf2\xfb\xfa\x41\x00\x12\x3b\xfe\x8c\x9b\x8d\x7d\xf8\x79\x97\xfa\x82\x86\xf1\xe1\xd4\x2a\xe2\x17\x13\x4b\xbc\x3e\xf7\xb6\x69\x0c\x5e\xfd\x79\x1e\xe9\x4a\xf9\x3f\xeb\x8d\xc7\x4f\xc3\xf5\xcf\x3d\xa3\x79\xed\x11\xba\xce\xef\xe5\xa7\xc0\xcb\x5d\x51\xb4\xc9\x5d\xdd\x84\x5b\xec\x74\xee\x64\xb7\x75\x6e\x9d\x72\x7e\x19\x4b\x5d\x27\xce\x3c\xa8\x9c\x91\xea\xe7\xdc\x1f\xbe\x5c\x63\xcd\xa1\x0f\x4e\xfe\xbb\xe6\xe9\xb8\xed\xbb\xe0\xf8\x34\xcd\x45\x5f\x33\x21\xd1\x21\xa9\xc8\xc5\xa0\x77\xb7\xa2\xfd\x93\xa6\x4e\xc3\xe2\x9d\xb9\xf6\xd5\x6f\xc7\x18\xea\x6d\x77\x77\xa8\x87\xd3\x7a\x3d\x51\xb2\x0e\xaa\x50\xaf\x6d\x1a\xd1\xe1\xc0\x09\x1d\x1a\x67\x56\x7f\xb6\x33\x05\xa6\xea\x86\x95\xf7\x6d\xf9\x00\x94\x55\xc2\x46\xdb\x72\x01\x28\x99\x2e\xfd\x69\x23\x02\xa0\x10\xb7\x64\x9d\x65\x3c\x80\x6c\x50\xf0\x54\xcb\x6b\x00\x8c\x9e\x85\x87\x2d\xcd\x00\x64\x72\xe6\xaf\x31\x07\x00\x69\x91\x3f\xe3\x17\xf9\x32\xfc\xbc\x6b\xe1\xb8\x99\xf1\x96\xf8\x7c\x7f\x94\x77\xc1\xfb\xfe\xdf\x28\x79\xe2\x81\xf1\xa4\x84\xf2\x07\xb9\xe3\x37\x15\xaf\x9e\xde\xac\xa1\xfa\xc6\x94\x99\xcc\xc0\xab\x6a\x97\x24\x66\x5f\x91\x6e\x47\xe8\x8c\xe6\x0c\x5d\x1d\x39\x11\x83\xd4\xd0\x69\x87\x1c\x96\x31\x6e\x25\x27\x4d\x72\x9c\x78\x4a\xe3\xc4\xee\x33\x7e\x33\x82\x9b\xf4\x94\xb6\x45\x4d\xf0\x8f\xde\x69\xb4\x33\xca\xd2\xfb\xc6\xa1\x2b\xa6\x5f\xd7\xf3\x7a\xcd\xca\xd3\xb1\xb0\x5f\xb3\xc8\x53\xf9\xa6\xab\xa5\x73\xf8\x11\x8f\xca\x76\x73\x4b\xb9\x95\x76\x9e\x11\xcc\xe5\xe6\xc6\xa1\x72\x1e\x79\x10\x65\x94\xb1\x28\xdb\x7d\x2c\x64\xeb\x1d\x99\x1f\x31\xae\x1d\x6e\x6a\x87\xcd\x9d\xeb\x56\x00\xaf\x34\xe4\x83\xce\xb8\xc9\xc0\x7b\x75\x83\x59\x11\xae\xbb\x60\x40\xd5\x2d\x30\xdd\x85\x0d\x40\x39\x7c\x66\xba\x93\x0c\x80\xa2\xc7\xcc\x32\x47\x05\x00\xf9\x38\x7f\x3d\x87\x43\x00\xb2\x71\xbf\xf3\x40\xc7\x2f\x37\xec\xbc\x33\x37\x3b\x62\x1d\x4c\xcf\x45\xca\x2d\xb6\xc3\x85\xda\x35\xf5\x68\xe3\x0c\xbc\x1e\xd3\x34\x3b\x08\xef\x73\xae\xaa\xa4\x56\x8d\x4a\x8e\x53\x7e\x19\x79\xbe\x4b\xf0\x6a\x52\xa6\xd1\xb2\xc3\x42\xbb\x11\x3a\x3a\x37\x34\x5c\x85\x53\xc0\x76\xaf\x68\xb0\x8e\x45\x95\xd4\xee\x6d\x73\x16\x04\x7b\xce\x54\xcd\x58\x67\x33\xa7\x6b\x8e\x92\xe1\xfe\x15\x62\xb3\xee\x45\xe8\x9a\xd5\x84\xf0\xcd\xbc\x9f\xe8\x6f\xb5\x6d\xfe\xa2\x19\x6e\x59\x63\x6d\xad\x66\xbf\x08\x68\x2d\xaf\xb3\x5b\x10\xc8\xe1\xff\xf4\xb1\x98\x9d\xd9\x8c\x6d\x01\x26\xfd\x9a\x36\xd7\x02\x24\xfc\xd5\xc1\xc0\x62\xce\xd4\x9a\x29\x3b\x61\xa1\x71\xc1\x94\xb4\x49\xa6\x10\x67\x30\x71\xa2\xbb\xdf\x4a\xc8\xd3\x89\xf3\xbb\x38\x61\x29\x54\x6b\xe9\xf9\x32\x7c\x6e\x43\xb3\x46\xc5\x84\x69\x5e\xe7\xe0\x95\x5a\xa0\x77\x86\x47\x36\x7c\x57\xae\xf2\x76\xf0\xd0\x82\x5f\xca\x9a\x5e\xaf\xc7\x6d\x02\x50\xa8\xfc\x5d\xff\xb4\x0e\x82\xe8\x80\x5c\x5c\x31\xff\xd6\x73\xd2\x07\xf3\xb3\x1d\xfa\xd3\xf1\xee\xc0\x87\xc9\xf3\xf0\x3a\x64\xa3\x44\x30\x5e\xfd\xba\xfe\x78\x19\x5e\x15\x2b\x0e\x09\xc7\xba\xa9\x3c\xae\xb5\x78\xd5\xf4\xb4\xc0\x7a\xcc\x1f\x1f\x0a\xdc\xb8\x8b\x2d\x08\xa1\x84\xc0\x4d\xcb\x18\x81\x5c\x6b\xb6\x3c\x5c\x2f\x61\xd0\x2b\xa1\xb1\xc6\x6b\x4d\xb7\xab\x87\xe2\xf4\xe0\x9d\xe1\xa3\x03\x96\xeb\x6a\xce\x3e\x15\x16\xb1\xc2\xd3\xc4\x31\xc0\x66\xf9\xff\xe3\xec\xbc\xe3\xb9\xee\xde\x3f\xfe\x4a\x21\x2b\x3b\xc9\x8e\xb4\x90\xb4\xa5\xa9\x3d\x34\xb4\x07\xda\x8b\x52\xda\xc3\xaa\x14\x4d\xa3\x92\x94\x54\x56\x43\x68\x50\x44\x85\xb6\xd1\x22\x0d\x12\x0d\xa4\xd2\xde\xe7\xf7\xf8\x5c\xe7\xfd\x56\x54\xf7\xf7\xbe\x7f\xf7\x3f\xd7\x6d\x77\x5d\xef\x73\xae\xf7\x39\xe7\x7a\x9e\xd7\x65\xed\xe7\xdb\x2e\x7b\xa4\xf1\x3c\xb3\x03\x3e\x1d\x26\x0f\x9b\xe9\xfc\x25\x25\xb5\xc3\xeb\x21\xaf\x9c\x1d\xf3\x9a\x77\x58\x3d\xf8\xb2\xb3\x73\x55\x41\xbb\xbd\x83\x7b\xcf\xf1\x61\xab\xda\x98\x0e\xbc\x3e\xa3\x0e\x8b\x32\x97\x1e\xf0\x75\x72\x14\x4b\x6f\xf1\x71\xc0\x6e\x87\x7d\xec\x56\x73\xe3\xfe\x46\x0e\x6d\xd8\x63\xd3\xe9\x7d\x0a\x27\x2c\x62\xdf\x9a\x7c\xea\xd7\x65\xcc\x76\xf6\xad\x49\x4c\xef\xc3\x63\xda\x31\x66\xd8\xb2\x6f\x94\x7d\x22\x63\x86\x9b\xfa\x2c\x1b\x3e\x96\x31\xfd\x5d\x3f\x9f\x7f\x7b\xe1\x76\x58\x3f\xe2\x59\x44\xfe\xe9\xb1\x11\xd7\x85\xc8\x0f\x98\x4d\xf9\x32\xbb\x78\x21\xd5\x6d\xd3\x67\x2d\xa5\xe7\x9f\xe4\xb4\x92\xea\x5c\xb1\x53\x3c\x69\x1d\x71\xd0\x96\x9f\xa6\x06\x3b\xf9\x50\xbd\x7f\x63\x84\x2f\xdd\x7b\xf7\xca\xd8\x74\x42\xf5\x33\xb0\x68\xb6\x9f\x85\x69\x9c\xd2\xf5\x99\x87\xd7\x7b\xd9\xbc\xd4\xfe\x38\x7e\xdc\xda\x2e\xf6\xf5\x9a\x06\x0d\xff\xe0\x9d\xe8\x3c\xb2\xa5\xcb\xa0\x64\xaf\x23\x3e\xc1\x66\x8f\xfb\x3e\xf2\x4c\xdb\x07\x8b\x31\xb6\x9a\x1e\x45\xa7\x47\x5b\x1c\xee\x71\xc1\xc3\xfc\x96\x92\x45\xaf\xee\x27\xdd\x8b\x5f\xae\x30\xf3\xee\x3e\x7b\x55\x02\xbb\xd9\xa2\x79\xf7\x6e\x4b\x4e\xb1\xe7\xa6\x47\xbb\x05\x2f\x4c\x67\x5f\x4c\x56\x74\x1d\x37\x2f\x9c\x31\xa3\xa3\x5d\xdf\xcf\xad\x64\xcc\xc8\xb1\xab\xf1\xac\x60\xc6\x0c\xe6\xda\x7c\x9e\xd1\x8c\x31\x7d\xb7\x2e\xfb\xa6\x79\x31\xa6\x7b\xc4\x66\x99\xe3\x02\xc6\x74\xee\x58\xfb\x3b\x74\x64\x4c\xbb\xe0\xa7\xff\x9c\x83\xa8\xd2\x1b\x45\xe3\xe2\x71\xbb\x29\x14\x9f\xbb\x2a\x2e\xc4\x41\x64\x75\x5c\x32\x14\xbf\xf0\x3f\x49\x4e\xfc\x94\xf0\x68\x91\x0f\xdd\xe7\x8b\x30\xd9\x44\x75\xaa\x5d\xa9\x5b\xe8\x5c\x73\x8b\x4d\x00\xf1\x54\x5e\x72\x3b\xa8\x1e\xba\xc0\x74\x57\xbf\x7a\x81\xc0\x8c\x5b\xc1\x29\xfa\x90\x3d\x36\x6e\xfb\x8e\xb3\xed\x7e\xa8\xbf\x1c\x6c\x19\x64\x33\x78\xa8\x81\x56\x9f\x56\x81\x4b\x67\xda\x34\x51\xee\xde\x32\xe0\x96\x77\x3d\x13\x1d\xeb\xb5\x01\xd2\xa1\x6d\x9b\x0e\xef\xf0\xc2\xdf\xe1\x94\x76\xd3\x75\xed\x8e\x6d\x8b\xca\xad\x67\xf2\xba\x6d\xcc\xb6\x69\x15\x3e\xc6\xd6\xed\x0c\x37\xa7\x32\x66\x18\xdf\x6e\x85\xcf\x33\xc6\x0c\xc6\xb4\xbd\xe3\x75\x98\x31\xbd\x7e\x6d\x17\xac\x56\x92\xe4\x36\xab\x9d\x2b\xaa\x18\x6b\x3c\xa6\xed\x83\x25\xa9\x8c\x35\xde\xd4\x76\x96\xdb\x6d\xc6\xb4\xa7\x5b\xd5\x59\x20\xc5\x98\x96\x5b\x9b\x4b\x2e\xb1\x8c\x35\x74\xb7\x72\x9d\x2b\xc5\x58\xc3\xf9\xa2\xff\x6f\xd6\x8f\xa5\xea\x51\xe9\x3b\x3e\xcf\x0b\x4c\x16\x92\x7e\x5a\xb6\xcd\x72\x1a\xe7\x19\xb6\xbc\x9a\x92\x74\xdd\x87\x4e\xd1\x8f\x95\x6c\xa6\x7b\xfb\x91\x8b\x02\xa8\xcf\xda\xee\xbd\x41\xa4\xaf\xe6\xdf\x73\x17\xc5\x6f\xad\x6d\x28\xd5\x41\x16\x0f\xde\x47\xa7\xe7\xd3\x6e\x1d\x24\x5e\x62\xbc\x53\x54\xbd\x86\xa3\x81\x41\xb9\x07\x1f\x99\xad\x55\x2a\xe9\x3e\xf3\xc0\x88\x3e\x1b\xb5\x14\x3a\x9d\xdf\xff\x7c\xf2\x32\xed\x99\x6d\xdb\xec\x5f\xb8\x7a\xac\x8e\xac\xc5\x97\xf0\x77\xc1\x76\x3a\x6f\x5a\x25\x84\x2f\x4c\x08\xd3\x29\x6c\x71\x6c\xdf\xb3\xeb\x45\x3a\x16\xcd\x1f\xef\xdb\xfc\xfc\xb0\xf6\x81\x16\x9e\x7b\xfb\x30\xa6\xe5\xd2\xbc\x70\xa7\x02\x63\x9a\x71\x2d\x9c\xb7\x45\x33\xa6\x69\xdf\xb2\xee\xc6\x4b\x8c\x69\xb6\x6c\xd9\x74\x43\x13\xc6\x34\x8e\x37\x37\x5c\xbb\x91\x31\xb5\xce\x2d\xe0\x35\x8c\x31\xb5\xf5\xcd\xb5\xdc\xeb\x32\xa6\xda\xa1\xf9\xf8\x15\x5d\x18\x53\x29\x6a\x3e\x6f\xa9\x64\x1d\xb6\xf4\xad\x17\xd7\x43\x7a\x6a\xce\xf3\xdb\xdd\x0d\x8b\xc8\x66\x9f\xe6\x3c\xc4\x85\xe2\x75\xc2\xf8\xdf\x4c\xf5\xb8\x38\x17\x7f\xfa\x7a\x54\xd3\x60\xaa\xbe\xed\x35\xdc\x4d\xf5\x9e\x40\xbb\xbd\x54\xb7\xf2\xed\x7b\x80\xea\x96\x2b\x3a\xf3\x7a\xb1\x73\xd2\x21\xca\xaf\xe3\xaa\x62\x69\x9c\xf4\x7f\x9a\xf0\xa6\xbe\x1e\xd0\xf5\x4a\x82\xa1\xf1\xc8\xfa\x1a\x56\x1d\xe3\x7d\xba\xd5\x51\xee\x62\xb6\x22\x7e\xe9\x84\x08\xd5\x06\xcd\xf6\xc7\x0f\x5e\x36\x58\xad\x8e\x71\x79\x7c\x8b\xa0\x3e\x6a\x03\x8c\xec\xe3\x92\x63\xaf\xaa\xbe\x31\xc8\x8d\x6b\x72\x25\x47\xd5\x4a\xff\xcb\xb1\xbc\x27\xa7\x94\x17\x19\x8c\x3a\xfa\x92\x31\xa5\xee\x06\x16\x11\xb1\x8c\x29\xee\x31\x98\x12\x36\x95\x31\xc5\x05\x06\xdb\x43\xa2\x19\x53\x1c\x61\xe0\xbc\xe3\x31\x63\x0a\x85\x86\xf3\xfc\x1f\x32\xa6\xb8\xca\x50\x65\x73\x08\x63\x0a\x17\x0c\xce\xf9\x69\x30\xa6\xd0\xdc\xf0\x93\xcf\x0f\xc6\x14\xeb\x1a\x7c\xf0\xbe\xc8\x98\xfc\xa9\x67\xc9\x73\xa9\x7e\x79\xbf\xf9\x92\x3c\xca\xff\x2f\xbd\x68\x3d\x90\x71\xd6\x97\xf2\xde\x19\x9b\x6d\x74\xfa\x1f\xaf\xbc\x83\xe6\x41\xcc\xd9\x3d\x33\x24\x76\x5f\x5c\x38\xd5\xc9\xb7\xaf\xe1\x7a\x01\x1b\xbd\x62\xa8\x3e\xea\x99\x74\x84\xea\x5e\x6e\x31\xf1\x14\xaf\x69\x53\xb8\x7e\xc4\xf0\x17\x49\xc4\x5b\x75\x09\xe3\x75\x63\xcb\x5e\x69\x7b\xb5\x3d\xeb\x8c\x6f\x3a\x29\xcd\xa0\xdd\xa7\xfa\x23\x0c\x77\xa4\x2d\x1f\x39\x5e\xae\xae\xee\xb9\xb4\xc8\x85\x56\xf5\x93\x1a\xcf\x49\xbb\xb3\xb5\x43\x7d\x75\x6d\x85\xb4\x84\x43\x87\x65\x12\x1b\x1d\x4c\xdb\x77\x31\xa8\xde\xfc\xc6\xb3\xd3\x72\x4b\xa6\x00\x5a\x3f\xce\xd2\x0d\x5a\x8d\x6e\x27\x49\x77\x55\x39\x34\x56\x81\xce\x00\x7e\x44\x4d\x64\x4c\x3a\xb4\xc1\xbd\x08\xaa\xa0\x28\xae\xda\x37\x43\x62\x75\x8c\x43\x3c\x18\x93\x35\x54\x4c\xdd\xf9\x9e\x3e\xbf\x24\xc8\x81\xf6\x14\x32\xdb\xdc\x25\xf6\x61\xe8\x52\x7a\x5e\x37\xf4\x79\x7e\xbb\x28\xb7\x91\xfa\x9d\x9c\xa9\xe4\x3a\x48\x09\xb9\xbb\x88\x8f\x8c\x79\xcd\x75\x80\xc2\x5d\x23\xe8\xf6\xf4\x8e\x62\x5e\x75\xdd\xec\xc1\x79\x98\x35\x9f\x13\xa8\xfb\xc2\x8a\x45\x9c\x0b\x99\x9b\x75\x9a\xd6\x13\x93\x06\x9d\xa5\xf9\x32\x28\xea\x3c\xe9\xc6\xb4\xc3\x45\x1a\x17\xfa\x4e\xd7\xba\xc8\x05\x03\xda\x57\xaf\x9b\x99\x49\x01\x9a\xf3\xae\x27\x0f\x5e\x04\xa8\x96\x67\x19\xce\x05\xd0\xa0\x30\x6b\xec\x86\x38\x40\xb1\x77\x96\xcc\x41\x7f\x40\x2e\xed\xfa\xf5\x73\x33\x01\xd9\xd0\xeb\xd6\x0f\x92\x01\xe9\x09\xd7\x0e\x7c\x57\x04\xa4\x66\xa5\x53\xbf\xea\x3a\x8b\x92\xaf\xf2\x35\xc0\x49\x0f\xb2\xd3\xe2\xf9\xbd\xfe\x09\x47\x78\xe7\x8d\x89\x51\xd4\xe7\x1a\xf5\x0f\x50\x7f\x66\x8c\x0f\x1b\xc5\xbf\x7f\xf7\x2b\x89\xbd\x33\x79\x2d\xad\x1b\xae\xe8\xf3\x2a\x51\xaa\xfe\x0e\xd2\x3f\x38\x11\xb7\x87\xee\x71\x1f\x6d\x7d\x80\xc6\xc3\xfe\x29\xd1\x54\x2d\xdb\xdd\xf5\x18\xf1\x72\xfe\x6b\x8e\xd3\xad\xda\xf5\xdd\x4e\x52\x5e\x5d\x3d\xe8\x34\x55\x59\x16\xe4\xf0\xe7\x3d\xfd\xfd\x05\xaa\x1e\x8d\x09\xb8\x44\xfc\x50\x6f\x95\xab\xf4\x7d\x16\xce\xb9\x34\x9f\x54\x33\xee\xd0\xcf\xcb\x38\xe7\x1f\xd1\x99\x09\xd4\x29\xbb\xdb\xb1\x2b\x75\xd8\xb8\x9b\xed\x30\x98\xec\x0d\x77\x8a\x58\x81\xe6\x1e\xaa\xc7\xdc\x35\x39\x4d\x9c\x44\x7e\x49\x3e\x65\xe4\xbc\x62\x5e\x51\xcc\x11\xea\xf7\x97\x85\x9b\xe3\xe7\x79\x1c\x90\xb2\x88\xdb\x44\xa1\x92\x96\x20\xd4\xf3\x8e\x0a\x37\xb2\x63\xf2\xb8\x8d\xd4\xa6\xfd\xbc\xe0\x7f\xda\xba\x60\x7a\x41\x9e\x4c\x0b\xa3\x7c\x19\xbb\x21\x92\xe6\xf9\xc1\xc0\xc3\x94\xef\xf6\xe8\x27\x50\xff\xa4\xa0\xf8\x44\x1a\x37\x22\x07\xe4\xbd\x86\xeb\xe2\x2c\xcd\x4c\x77\xe4\xe3\xe0\x22\x71\x03\x4e\xb7\xaf\x51\xfc\x86\x0f\xcf\xa6\x8f\xbb\x55\x72\x3e\xa2\x79\xd6\x5d\xd2\x07\x50\x5a\x5f\x48\xbc\x19\xf0\xf8\x98\x06\xfd\xdf\xe3\x43\x9d\xdb\x4b\x6c\xc9\x99\xf1\x94\x99\x4a\x2e\xaf\xa0\x19\x5b\x52\xc8\x33\xd1\xe3\x87\xc7\xe9\x8d\x5e\xd2\x99\x57\x22\x1f\xfb\x55\x71\xa2\x89\xeb\x7a\xe0\x96\xc0\x77\x64\x75\xa8\x19\x97\x0b\x82\x1e\xc4\x59\xa1\xc2\x98\x24\x74\x60\x38\x2e\xd4\xf5\x8e\xd1\xbd\xa5\x74\xc7\x10\x5a\x1f\x25\x5a\x71\x3d\xa4\x63\x99\xfc\xb9\x47\xb9\x1f\x2b\x00\xf1\x1f\x9c\xfb\xda\x99\x7c\x86\xfa\x00\x6c\x29\x4e\xa5\xf7\xa1\xcf\xa2\x74\x7a\x3a\xab\xa6\x5f\xa4\xa7\xb5\xf0\x3d\xe7\x04\x66\xbe\xbc\xa1\x28\xb1\x13\x87\xdd\xa2\xfb\xe2\x43\xa4\xee\x92\x17\x9d\x9f\x3e\xa0\x75\x76\xd3\x39\x8f\xe9\x69\x2a\x0c\x7d\x96\xcc\xe3\xf0\x22\x49\x99\x3a\xe8\x54\xaa\xb5\xa7\x9d\xc9\xcb\xd9\xa3\x88\xb4\x79\x59\xb5\x58\x4e\x62\x5f\x25\x07\xd2\x4c\x7d\x79\xee\xd8\x2b\x6e\xaf\x13\xb1\xf8\xf2\x4c\x39\xd5\x81\xcb\x04\x25\x81\xc2\xf7\xdc\x56\xf7\x7d\xe9\x23\xc4\x45\xa8\x2c\x5f\x16\x3a\x70\xa4\x7f\x65\x35\xb8\x98\xd3\xf4\xf1\xe9\x05\xfb\xe9\x5e\x7b\x9c\x4b\x0c\xf5\x03\x8a\xc9\x49\xa0\x3a\xf7\xfe\xe2\x33\xb4\x5e\x0a\xb1\x39\x4b\x79\xc0\xff\xde\x05\xfa\xf7\x8b\x1c\x90\x97\xeb\x35\xe2\xb2\x97\xb5\xe0\x7c\x84\x4b\xea\x2d\xe2\x4d\xa7\x06\x70\xbf\x47\x4f\x7d\x40\xa3\x7c\x40\x4e\x31\xad\x4b\x3b\x1c\x2b\xa5\x7d\x7b\x93\x62\xce\x85\xc8\xcf\xad\x12\xc6\xc3\xa7\x73\x0a\xc4\x3b\x7c\xbe\xd0\x9a\x94\x48\xbe\xc6\x0c\xa3\x19\xf6\x6d\xe8\x7c\xfa\x0d\xdf\x9c\xb9\x72\xdb\x77\x3d\x4e\xac\x7c\xbb\x7c\x69\x00\xff\x3c\x27\x6c\x3e\x39\x71\x7f\x5e\x8c\xe6\xb6\xf4\x94\x10\x17\xa1\x02\x7d\xd7\xa9\x66\x5c\x44\x8e\xea\xca\x7c\x6e\x33\xe8\xbe\xdb\x71\xbb\x23\x14\xdd\xc3\x76\x27\xe8\xaf\x47\xa4\x9f\x1d\x85\x5f\x38\xa8\x1d\xea\x97\xf2\xf8\x38\xb8\x46\xf3\xdd\x47\x25\x87\xaa\xb1\xab\xf5\xf9\x38\x5f\x54\x37\x9f\xf8\xa1\xd9\xc3\xef\x11\x27\xe4\x58\x56\x44\xf3\xc6\xde\xeb\x09\xf9\xd9\xc7\xba\x8c\xe2\x68\xf5\xa1\x92\xf6\x67\x46\xb3\xdf\x12\x17\x20\xa7\xff\x25\x9c\xc7\xe1\x27\x07\xd2\x52\xe8\xe7\x31\xd0\x93\xdb\x19\x02\xf7\x21\xd6\xfb\xc3\x04\x25\xc8\x24\xb1\x7e\x2b\xd4\xad\xab\xf4\xf0\x0b\xe7\xf0\x66\x08\xb7\x15\x76\x42\x5c\x3a\x09\x71\xa9\xf3\xe7\xf1\xc2\xe3\x72\xac\x57\x12\xcd\xe3\x48\x9b\x9a\x1c\xd4\x4e\xc7\xcb\xb4\x4e\xde\xe6\x92\x4d\x51\xf7\xd5\xbf\xc5\xc7\x81\xc7\x5d\xfa\xfe\x15\x16\x0f\xa8\xcf\xa0\xeb\xe9\x47\x44\x6d\x4d\xbf\x59\x4a\x74\xd7\x84\xee\xcf\x69\x3e\x0c\x53\x79\x41\xa3\xb9\x57\x87\x37\xc4\x87\xb4\xc9\xf9\xb8\x85\xc7\x81\xf3\x11\x72\x39\xec\x77\x0e\xa4\x17\xb7\xbd\x05\xff\x1d\x84\xb8\x2c\x13\xfc\x16\xfb\x5c\x1c\x12\xea\xfa\x19\xc2\xc7\x05\x73\x84\x78\x08\x27\x25\xfc\x37\x7f\x16\x88\x93\x5a\x7d\x82\x50\x52\x5e\x33\x2e\x7c\xbc\x1c\xba\x71\x8e\xde\x87\xd5\x1c\x54\xfa\x55\xca\x9b\x81\x31\x37\xe8\x39\x6e\x4a\xcb\xa7\xfd\xf8\xba\xd4\x07\x34\xde\x57\x2b\x73\x3e\x62\x89\x65\x29\xe5\x55\x67\x3c\xa3\xf1\x34\xb5\x6e\xe5\x1a\x89\x1d\xbf\xe5\x0d\xe9\xc8\x0c\xed\xf2\x89\xde\xb7\xdd\x87\x7e\xa5\x79\x23\x72\x20\x7a\x0f\xb8\x95\xfd\xca\x7e\xe7\x40\x04\x3f\x44\x0e\x64\xb4\x1f\xb7\x22\x27\xe5\x23\x70\x1e\x61\xc2\x4d\x10\x51\xf7\xe2\x52\x5f\x6e\xef\x0b\xf1\xac\x54\xc3\x1f\x38\x87\x8f\x3d\xb9\x15\xf5\x73\xca\x85\xb3\x97\x52\x15\x89\x15\xf5\xa0\x44\x3d\xa4\x1d\xc5\x7c\xb4\x6d\xed\x5b\x40\xeb\x25\xdf\x7b\x8f\x88\x2a\xf0\xb6\x7c\x42\xe7\x0d\xcb\x27\x3e\xa7\xbf\xe6\xa6\x56\xb9\x92\xe6\xc3\xdd\x2a\xca\x7f\x93\xc7\x7c\xa2\xf5\xf7\xe8\xe2\xaf\x94\x4f\x87\x4c\xe2\x7f\xc5\x46\xe8\x87\x63\x31\x97\xd5\xe0\x1f\xa4\x3b\xfd\x7e\xe2\xf7\x1b\x07\x22\xf0\x1b\x33\x04\x9d\x10\xb1\x3f\x8e\x38\x2e\x22\x05\x7e\x26\xc9\x89\xdb\xab\xc2\x8e\x39\x5f\x9d\x5b\x91\x9b\x7a\xef\xfe\x6b\x3c\xbe\x0b\xe3\xa3\x5a\x3f\x87\xde\xa3\xe1\xad\x6f\x12\x0d\x11\x22\x75\x97\xf8\x97\x40\xc6\xf5\x51\x36\xc6\x14\x53\x54\x7d\xba\x3f\xa7\x7c\xe9\xee\xf9\x82\x9e\xfb\x32\xd5\x2a\x7a\xab\xb9\x56\x7c\xa4\xf7\xc9\xac\x05\x5c\x17\xa8\x9a\x03\x11\x78\xa0\xbe\xc2\xf3\x16\xb9\xa8\x96\xc2\x6c\x6d\x24\x8c\x56\xe9\xf4\xdf\xe3\xa0\x27\x3c\xe7\xea\xfe\x38\x13\x6b\xce\x8f\x45\x82\x62\xae\x8f\xc0\x47\x89\x7c\x90\x38\x4f\xc4\xbc\x71\x51\x88\x9b\xc8\x7f\x3c\xbc\x2d\x8c\x13\x31\x1e\xd7\x7f\x8d\x0b\xe7\xca\xd8\x2f\x3a\x16\xbf\xd5\xff\x6b\xf5\xc1\xa8\xad\x7f\x51\x9b\x03\x11\xfb\x7f\xd8\x09\xdf\x3f\xbe\x8a\xdb\xe9\x1b\xb9\x75\x13\x6a\xd6\xd5\x1c\x48\x2d\xfe\x21\x76\x1b\xaf\x73\x88\x1a\x1d\xc4\x32\x8c\x02\x4a\x84\xfa\xe0\xb7\x41\x3f\xf9\x87\xea\x7a\x6f\x2d\xfe\x41\xac\x7b\x5f\x15\xfe\x6d\x17\xaf\x72\x5b\xbb\xff\x49\xb2\xd0\x27\x25\x49\xe0\x22\xfe\xe8\xff\xff\xd2\xbf\xf8\x1f\xba\x0f\xbf\xf5\xc7\x79\xc4\xed\x42\x41\xf7\xc3\x33\xfe\x97\x38\x78\x01\x61\xc2\xdd\xf5\x63\x82\x0f\xe7\xb2\x81\x1f\x7b\x80\x1b\x0f\x79\xfd\xef\x69\x08\xb7\x92\xaf\x55\xf5\xe1\xb6\x54\x88\xe5\x7d\x81\xf7\x10\xf9\x87\xeb\x42\xfd\x5a\xd4\xff\xa8\xe6\x3f\x44\xfd\x8f\x5a\xfc\xc7\x89\x21\xbf\xc4\xe1\x2f\x7d\x60\xfe\x57\x1f\x94\x6a\x2e\xe6\x2f\x1c\x48\xed\xfe\x38\xf3\x8f\x09\x71\xf8\x95\x03\xf9\x25\x0e\x71\xb6\xc0\x8f\xf7\xc0\x05\x4b\xc9\x6a\x01\xb8\x2d\x2b\x99\xcd\x40\x59\x03\xe0\xdb\x3c\x80\x0d\x03\x2a\x85\x1e\x3a\xa2\x1e\xca\x6f\xfc\x83\xc0\x03\x5c\x10\xfc\x14\xf9\x8f\xb3\xfb\xff\xec\xff\x3f\xf1\x0f\x7f\xeb\x03\x22\x7e\x2c\x72\x0f\xe6\x02\x0f\x25\x72\x53\xe2\xb8\xa8\xee\x8f\x23\xe8\x3f\x38\x09\x9c\x54\x35\x07\xf2\xbd\x56\x1c\xb6\x02\x5f\x2c\x81\xa3\xf9\x92\xd5\x14\x20\x79\x83\x7d\xa9\x04\x6e\xc7\x01\x9f\x52\x80\x67\x87\x80\x4f\x13\x01\x36\x10\x28\x13\xe2\x50\xcd\x3f\x08\x9c\xcc\x75\xe1\xf3\xff\x96\x7f\xa9\x5d\xff\xff\x93\xff\xb5\x79\x8f\xbf\xf5\x41\x11\xe3\xf2\x1b\x07\x12\x5e\x33\x4f\xd4\xe0\x40\x72\x25\x6b\x30\xe0\x87\x11\xb0\x79\x36\xf0\x25\x0e\xd8\x63\x0e\x7c\x0c\x01\x8e\x8c\x06\x3e\x0e\x05\xd2\xce\x02\xef\xef\x00\x37\x8a\x81\x0f\xdb\x80\xb2\xa2\x9f\x79\x41\x9c\x0f\xf7\xb4\x6b\x8e\x83\xcb\x82\x96\x88\xc8\xbf\xfc\x5b\xff\xff\x89\x7f\xa8\xdd\x07\x45\xec\x87\x21\x5a\xf1\xf3\xe2\xf7\x89\xe3\xa3\x36\x07\x32\x48\x9a\xdb\xf1\x6f\xf8\x73\x9f\x2d\xc9\x59\x0b\x81\x95\x91\xc0\x57\x75\xc9\x5e\x0d\xf8\xd4\x0b\x08\xb5\x07\xde\x65\x02\x47\xe2\x80\xb7\x3a\x3c\x4f\x4a\xde\x4a\x37\x3d\x81\x57\x11\xc0\xd3\xf5\xc0\xab\xfa\x3c\x47\x3c\x12\xf4\x61\x6e\x09\xf9\x42\xe4\xe1\xc4\x3c\x58\x5d\xff\xbf\x59\xcb\xff\xa0\x9a\xfe\x47\x0b\xb9\xea\x4f\xfc\x83\xe8\x57\x75\x1f\x90\xbf\xf4\x41\x11\x3f\x2f\x7e\x9f\xf8\x73\xff\xc8\x81\x44\x02\x33\x9e\x02\x5f\x74\x80\xa5\x1b\x81\x8f\xd1\xc0\x86\x4b\xc0\x5b\x2d\xc9\x1e\x06\x78\xe9\x0f\x1c\xaa\x03\x54\x6e\x04\x24\x3b\x9a\x0a\x29\x20\xd7\x05\xa8\x18\x06\x3c\x4b\x02\x24\xab\x73\xc9\xbb\x44\xe4\xc2\x44\x3d\x1c\x71\x1e\x88\xfc\x4b\x92\xa0\x35\x74\x5c\x78\xe7\x1c\x15\x18\xa5\xc3\xc2\x18\xfd\x8d\x7f\xe8\xf1\x33\x0e\xb5\xf9\x87\x7f\xd7\x07\xe5\x27\xf7\x20\xea\xa4\x88\xf1\x6c\x23\x30\x2a\xd5\x1c\x48\x16\xf0\x4d\x07\x98\x62\xc9\x7b\x1f\x49\x16\x24\x6f\x7a\x02\xeb\xd2\x81\xca\x06\xc0\xce\x4e\x40\x79\x3f\x20\x3a\x04\x78\xf6\x03\x48\xfe\x01\x3c\x29\xe6\x63\xbe\xd4\x0e\x78\xea\xfe\x93\x07\xba\xa3\x56\x33\x1f\x9e\x13\xb8\x86\x24\x41\x63\xe5\xb8\xb7\xf0\xdc\xad\x6a\x8e\xfb\x48\x43\x6e\xf7\x8b\x4c\x96\x10\xa7\x5d\xde\x3f\xe3\x20\x3e\x57\xe5\xfb\x35\xfd\xfd\x9b\x0e\x86\xa8\x8f\x20\x23\x55\x33\x2e\x22\x17\xd3\x42\x60\xfb\xba\x98\x01\xdf\x16\x00\x83\x86\x02\x1f\xda\x02\x13\x2f\x01\x55\x33\x81\xf9\x3b\x80\xca\xae\x92\x35\x2a\xf0\x2c\x16\x08\x8c\x05\x4a\x3b\x4b\xf6\x38\xbc\x2f\xd8\x99\x48\xe0\xd1\x11\x20\xb7\x11\x50\xb8\x07\x90\xec\x2b\x1f\x08\xf3\x5a\xe4\xa1\xc4\x79\x70\x5a\x18\x0f\xa2\xee\xcd\xe1\x98\xbf\x3c\x77\xc1\xef\x50\x81\x0f\xda\xb5\x90\xdb\xed\xe7\x7f\xc6\x41\x7c\xfe\xff\x95\xff\x10\xad\x18\x2f\x31\x1e\x06\xd2\xc0\x8f\x37\x80\x55\x5b\xe0\xa3\x1f\x60\x6b\x2d\x59\xd5\xf3\xf9\x51\xc1\x24\x7b\x53\xe0\xc9\x13\x9e\x2f\x1f\xf7\x01\xb6\x31\xa0\xb0\x3b\x70\xd0\x1a\x78\x20\x07\x24\xbd\x07\xee\x7e\x02\xb2\x4e\x00\x79\xd9\x40\xe9\x4b\xe0\xf6\x4e\xe0\xc7\x13\xe0\x12\xe3\xbc\x4f\x8a\x47\x1d\x3a\x77\x8a\x7f\x26\x45\xfd\xa2\x0e\xef\x94\xa2\x7d\x42\x84\x26\xe8\x5c\x66\x5f\x7e\x5d\x52\xb8\x13\xb9\x97\xe0\x87\xa0\x7d\xe6\xce\x1d\x98\x20\xb1\xfe\xb7\x40\xba\xad\xdb\x06\xfe\x8c\xc3\xbf\xf6\xff\x8f\xf5\xf0\x9f\x5f\xaf\xf3\x9e\x5b\x8d\x24\xe0\xd3\x17\xa0\x59\x5b\xe0\xf5\x0d\xa0\x4b\x63\xae\x83\x36\x74\x19\xf0\xc4\x18\x56\x53\x93\x81\x42\x56\xaf\xdf\xb2\x34\xa0\xe0\xb2\xec\xfa\xcd\x3b\x81\x3b\x4e\x72\xa3\xc3\x1f\x03\x37\xa6\x28\xb4\x3e\x65\x02\x64\x77\x56\x54\xbe\x76\x04\xb8\xe6\xa3\x58\xf0\x58\x06\xb8\xd2\x4f\xe9\xc0\xd7\x5d\x40\x2a\x94\x69\x05\x7f\xdc\x5c\x99\xf4\x34\x0f\x2d\x51\xa6\x73\x87\xfd\xe7\x1b\xd0\xdf\xde\x6b\xd1\x60\x0e\xf9\xbd\x4a\x89\xee\x5d\xed\x30\x57\xa4\xf3\x99\x80\x43\x4a\xf4\xf5\xad\xbd\xe5\xf3\x25\x76\x93\xad\x2c\xf5\xfe\xf0\x1d\x2b\x13\x2f\xc6\xe1\x3f\xfb\xfd\x0f\xf6\xb3\x29\x20\x6b\x00\xbc\x3a\x5b\xb7\x8d\xae\x19\xf0\x74\x82\x7c\xac\xd5\x43\xa0\x70\xb0\xca\x94\x01\x06\x40\xbe\x87\xc6\x31\x87\xf3\xc0\x8d\xc3\x8d\x9a\x2f\xb2\x07\xae\xbd\x6d\x74\x7d\xc3\x3a\xa9\x63\x97\x5a\x37\x0a\x0e\xf5\xa9\xf7\x32\xdd\xba\x51\x44\xbc\xbc\xcc\x84\xb4\x07\x8d\xa2\x2f\x3a\xc9\xa4\xa6\x14\x36\xfa\xf2\xc0\x59\xd6\xea\xcc\x53\x6d\xe7\xf7\x8b\x65\xbc\x12\x9a\x37\x8e\x66\x4c\xf6\x58\xe4\x62\x5d\x27\xc6\xe4\xce\xec\x75\xd1\x35\x67\x4c\x4e\x35\xf8\x82\xce\x75\xc6\xea\xf7\xab\xe6\x5d\x2a\x74\xe4\x18\x93\x79\xb8\xc9\x80\xfa\x2d\x15\x6c\xb8\xd2\xb8\x90\x31\x99\xd6\x3e\x19\x3a\x7b\x18\x93\xf9\xea\xe5\x2c\xf9\x58\x3a\xc3\x43\x51\x67\x01\x63\x32\x76\xff\xdd\x7f\xb1\x2e\x2e\x4b\xfd\xb9\x99\x91\x1c\xed\x92\xdf\x7d\x53\xa6\xdd\x52\x79\x8e\x2a\xed\x02\x8b\xeb\x69\x6b\x48\xc6\x45\x7e\xa0\xae\x4f\xcb\xd6\x75\xe7\xe7\x58\x19\x0c\xea\x1e\x2d\xb3\xe4\xd2\x35\xc3\xb7\x23\x8b\xe4\x56\x9c\x1f\x69\x14\x32\xfb\x87\x62\xfb\x64\xd7\x26\x8d\x3c\x22\x1b\x7c\x3f\xb5\xc6\xe8\x5a\x50\xb6\x4a\x41\xc2\x04\x23\xd7\x98\x47\x6a\xe6\xb1\xa5\x46\xf6\x69\xa3\xd4\x1b\x1e\x51\x37\x9a\x74\xa7\xa3\xba\x75\xcc\x57\xa3\x7b\x95\xb3\xd4\x36\x1c\xac\x32\x0e\x63\x4c\x4d\x3e\x24\xc9\xf8\x29\x63\xaa\x03\x02\x7c\x4d\x9e\x30\xa6\xea\xb0\xb9\xb5\xb1\x1d\x63\xca\xa6\x1b\xfa\x36\x49\x65\xac\x81\xf2\x1a\xcd\x26\xab\x18\x53\xea\xea\x15\x69\x74\x9f\x31\x45\x1f\xf7\xe5\x86\xc5\x8c\x29\x8c\x5d\x99\x60\x68\xce\x98\xfc\xd2\xe5\xca\x86\xf5\x19\x93\x6f\xb4\xb8\xa5\x41\x30\x63\x72\x93\xfe\xb7\xff\xa2\xdf\x22\x0f\xa2\x4a\x7e\x7f\xee\xdd\x88\x74\xdb\x5f\xad\x31\xa2\xaf\x97\x9e\x6b\xda\x45\x62\x1f\x38\xb4\xa0\xef\xbb\xe9\x66\xbe\x4f\x61\x2b\x70\xf9\x78\x6b\x03\x43\x7f\xe9\xf4\xb4\xe5\x16\xe3\xdb\x77\x57\x5c\x98\x78\xbb\x75\xfb\x41\xcd\x55\x46\xc6\x15\xb5\x6e\xe9\xf4\x43\xfd\xd5\xa1\x5d\x16\x57\x96\x9c\xd3\xea\x72\xf0\x99\x45\xb7\x4d\xa7\x1a\xab\xef\xf3\x34\x9f\xba\xbf\x93\xce\x8f\xd0\x20\xb3\x87\x89\x85\x7a\xe3\x76\x25\x98\xcd\xcb\xd6\xd7\x3b\xbb\xd3\xcd\x2c\xfc\x49\xae\xde\xb0\xed\xe3\xcd\x63\x19\xd3\x99\xba\x69\x8a\x45\x17\xc6\x1a\x5b\xac\x0d\x33\x8f\x62\x4c\xeb\xa3\x87\xb4\xf9\x24\xc6\x1a\x6e\x5c\x11\x6f\x66\xcb\x98\xc6\xe1\xa5\x2d\x5a\xf9\x32\xa6\x3e\x69\xd1\xbb\x96\x19\x8c\xa9\xd9\x2d\xcc\x69\x71\x9f\x31\xd5\xd6\xae\x46\x2d\xac\x18\x53\xe9\xe8\x12\xdc\x6c\x33\x63\x0d\xb6\xcc\x5d\x6a\xba\x85\x31\x25\xef\xbf\xfb\x5f\xad\x0b\xd2\x05\xbf\xf0\x10\xef\xdc\x9b\xd2\xf9\xca\x73\x87\x36\x14\x8f\x22\xd6\x81\xce\x71\xf3\x03\x78\xbf\x9c\x2c\xad\x6e\x74\x8c\x90\x1e\xde\xa3\x63\x1d\x1f\xe0\xcc\x57\xdb\xf3\xda\x1b\xa4\xda\xc7\x85\xf4\xd8\x67\x56\xae\xa4\x10\xd5\xb8\xdb\xd0\x9e\xea\x9a\x97\xc2\x72\xba\x06\x8d\xd9\xd0\xb8\xed\x2e\x69\x9b\x60\x97\x38\xfd\x16\x01\x8f\xba\x2c\x5f\xdb\xc2\x68\xe7\xe6\x7c\x6b\x8b\x10\x17\x93\x46\xbe\xb3\x3b\xf7\x8a\x9b\xdf\x34\xdf\xc7\xa8\xd3\xb2\x8b\x5f\x4c\x83\xd7\xcc\xec\x34\xad\xd0\xd5\x74\xa5\x57\x71\x67\x95\xcf\xcb\x4c\x1e\xae\x5c\xd0\x79\x0a\x63\x4d\x9a\x2f\x1e\xda\x49\x83\x31\xfd\x1c\x57\x85\x8e\x9b\x19\xd3\x3d\xe1\xbc\xa4\xc3\x1a\xc6\x1a\x27\xcc\x51\x6a\xbf\x80\x31\x6d\xb5\x99\x67\xda\x85\x32\xa6\x95\x36\x23\xdb\x2a\x96\x31\xcd\xf2\x69\xef\xdb\x28\x31\xa6\x61\x35\x39\xd8\xb2\x94\x31\xf5\x31\x4e\xe3\x2d\xae\x30\xa6\xba\xf1\x77\xff\xeb\x47\x70\xab\x29\x9c\x6a\x70\x0e\xa6\x2a\x87\x8e\x27\xf0\xd4\xa6\x0b\x9d\x9e\x3e\x14\x38\x98\x9b\x3f\xfa\xd1\x29\xf2\x65\x97\x41\x74\xaa\x9e\x5a\x39\x8c\xce\x75\x4e\x4e\xe6\xba\x19\x47\x8e\x8f\x4a\x50\x29\x06\xf6\x8f\xb0\xf7\x37\x59\x27\xef\x1c\x8c\x61\x31\x9d\x65\x35\x4e\x6c\x3e\x33\x44\x7d\xc8\x5e\x03\x75\x1f\xaf\x41\x0e\xd3\x56\x1b\xef\xf4\xd8\x3c\xe0\xd1\xca\xa1\xcd\xd6\x2e\xdf\xd6\x7f\x66\x80\x6e\xcb\xe0\x45\x29\x7d\xbf\x47\x27\x9b\x85\xb9\x16\xf6\x55\x4e\x3b\x61\x5e\xe0\x52\xd6\x67\x61\xfe\x3c\xf3\x74\x67\xe3\x3e\xa9\xaf\xcb\xcc\x36\xcc\x9e\xd5\x27\x9c\x5d\x6f\xd1\x62\xda\x92\xde\x93\x59\x79\xd3\x3d\x8e\x37\x7b\xed\x64\xcc\xe8\x99\x43\x46\x8f\x38\xc6\x0c\xe2\x27\x74\xed\x9e\xc5\x98\x5e\xd8\xf8\xe1\xdd\x1b\x30\xa6\x1b\x3d\x2e\xd5\x46\x83\x31\xed\x6f\xa3\x9f\x5b\x3f\x64\xac\x51\xab\x51\x1f\xba\xc8\x31\xd6\x48\xc6\x3e\xbf\x53\x12\x63\x9a\x89\x3f\xfd\x97\xad\xc9\x01\x45\x73\x3d\x9c\x37\xba\x9d\xa8\x0f\xcc\x53\xef\xde\x74\x2e\x77\xcf\x86\x8a\x2c\xc8\x75\x19\x4e\x75\x89\x8b\xe5\xfc\xf4\x2c\x65\xf6\x44\x3a\xaf\x4c\x68\xe6\x48\xe7\x93\x51\x47\x79\xbd\x7c\xcf\xde\x69\x2f\xa4\xfd\x80\xa0\x9d\xd3\x95\x75\xbd\x65\xba\xfa\x8e\x9f\x62\xd3\x66\xb0\x6a\xbc\xfb\x24\xc7\xfa\x7d\x87\xe9\x7a\x2c\xac\x9a\x60\x32\xfe\x4d\x33\xcc\x75\x19\x37\x76\xe1\x82\x56\x9e\xd3\x2e\x8e\x89\xf1\xfd\xd8\x5a\xd9\xb1\xd1\xe8\x0e\xe1\x2a\x6d\x56\x8c\x8f\x18\xa5\x96\x34\xc6\xea\xd9\x98\xf4\x91\x2a\xb9\x66\x6d\x35\x46\xbd\xb6\xaf\x2c\x5b\x61\x25\x33\xf2\x9b\xfd\x5e\xe6\x67\x31\x7b\xc4\xc2\xe1\x2d\x59\x42\xcb\xd1\x43\xd5\xed\xf2\x59\xbe\x69\xc3\x21\x1d\x06\x47\xb2\x17\xc6\xa3\x06\x9b\x0d\xda\xcb\x3e\x18\xbd\x1b\xdc\x60\xc0\x4b\xc6\x0c\x17\x0e\xcc\xeb\x67\xcc\x98\x5e\xe4\x40\x8d\xbe\x55\x8c\xe9\x59\xf5\xff\x6e\xfb\x94\xb1\xc6\xcb\xfa\x18\xdb\x7e\x67\x4c\xdb\xe2\xa7\xff\x02\x07\xb4\xb2\x05\x9d\xfa\x54\xdd\xec\x4a\xf3\xbc\x34\x73\x00\x01\x30\x77\xc7\x0d\x27\x1d\xe3\x6c\x9b\x09\x34\x1e\x32\x4e\x3b\xd1\xed\xd3\xd3\x15\xfc\xd4\x2c\xfe\x02\x5d\x5b\x42\xe4\x15\xce\x85\x84\x1e\x5a\x40\xfc\xd8\xd6\x02\x37\xe2\x02\xd6\xcf\x5d\xe2\xa6\x19\x0a\xac\xb8\xea\x66\xd5\xa2\xb7\x52\xd4\x7c\x3d\xd7\xb1\xdd\x2e\x36\x9a\x36\xd5\xc6\x45\x6e\x64\x07\x63\xd9\xf1\xf5\xe7\x9c\x9d\x1b\xd0\xa2\x8b\xfd\xad\xd9\xd9\x6b\x7b\xb5\xda\x65\xf7\x63\x56\x54\xe8\x5a\x73\xdd\x41\xed\x66\x1e\x3f\x61\x6c\xbe\xab\x7f\xe8\x8c\x0f\xd7\x57\x9b\x8f\xee\xd7\x60\xc6\x83\x27\xe7\x5b\x55\xf5\xbd\x37\x23\x8f\xe5\x36\x7f\xd4\x3b\x6a\x8a\x03\x7b\x67\x12\xd2\x5b\xc3\xe1\x10\x63\x4d\xfc\x7a\xdd\x98\x70\x81\x31\xc3\xce\xbd\xbc\xc6\xae\x60\x4c\xff\xb4\xed\x90\xd1\x52\x8c\xe9\x7b\xf7\xd8\x6e\xdf\x93\x31\x9d\xfe\x3d\x30\xac\x82\xb1\xc6\x4a\xdd\xb3\x86\x9e\x63\x4c\x7b\x5d\x77\xdb\xc1\x9d\x19\x6b\x24\xf5\x93\x83\xe2\x1c\x50\x95\x5e\x2f\xaa\x43\x96\x04\x0c\xa2\xf3\xf8\xbb\x91\x63\xa9\x4e\x91\x63\x33\x99\xce\x61\x2f\x14\xcc\x2c\x27\xff\x55\xe7\x51\x5e\x88\x37\x5a\x48\xba\xce\x11\xe9\x4b\xe8\xe7\x77\x9f\x5b\x41\x3f\xb7\x2d\xcc\x9d\x4e\xc5\xd6\x4c\xf6\xa4\x11\xb7\xa4\x74\x4d\xa5\x9c\x16\xe0\x6c\xe3\xfd\xde\x70\x47\xfd\xad\x4e\x8a\x9e\xc7\x3a\x6a\xa8\x6f\xb4\xff\xb8\x3a\x6f\x88\xb3\xde\xdb\xc1\xaa\xab\xf6\xcc\x98\xdf\xa4\x61\xdf\x3a\x2b\xd3\x3d\xf6\x9b\xc8\xf5\x9c\xba\xe2\x46\xb0\x6f\xd3\x79\x5d\x0f\xac\x40\x5c\x45\xd3\x0c\xeb\x2f\xcb\x37\x5d\xe9\xde\x74\x54\xe7\xe8\xe5\x6a\x8f\xb3\x4d\x1a\x77\x8e\x58\xbe\x84\xa5\x1a\x8d\xec\x6c\xe4\x16\xc3\x98\x7e\x55\xc7\x97\xf3\x7a\x33\xa6\x6b\xde\xb1\xcd\x9c\xa3\x8c\x35\x5e\xd5\xb1\xdf\xcc\xed\x8c\x69\x9f\xea\x60\x3b\xf5\x07\x63\x5a\x4f\xda\x1f\x99\x6c\xc1\x58\xc3\x84\x0e\xb7\x1c\xf6\x33\xd6\xf0\x5d\x7b\xcf\x89\xab\x19\xd3\x9c\xde\xde\x63\x1c\x63\x4c\xe3\x32\x63\xe6\xa4\x4f\xfe\xc6\xb3\x0f\x9d\x0a\x96\x8e\x1b\x4a\xdc\xd3\xdd\x40\x07\x7a\x0f\xe4\xcc\x9b\x4e\xf5\xce\xcc\x0b\x5c\x17\xe5\xb4\xea\x22\xce\x3f\x54\xac\xa0\xaf\x47\x14\xba\x13\x27\xb1\x67\x98\x37\x8d\x83\x00\x1b\x1f\xe2\x06\x7d\x2a\xb9\x6e\xc6\xb2\x77\x9c\x17\x98\xb9\x67\x1b\x9d\x1e\x3a\x2a\x07\x38\x6a\x77\xae\xb3\x78\xf8\x9c\xad\x67\x5b\x6b\x35\x70\xe9\xd3\x76\x73\x56\xdf\x08\xad\x0f\xdd\x96\x6d\x36\x9b\x3c\xa9\xf1\xd8\x4e\xb9\x9b\xd6\xae\x9c\xa8\x53\xd1\xae\xf9\xc6\xb2\xa0\xf7\xba\x27\x2d\xf3\x37\x76\x3b\xba\x48\xb7\xcc\x62\xab\x5f\xe4\x45\x5b\x5d\x77\xf3\xc1\x7e\x46\x45\xb7\x75\xba\x99\x3b\xfb\xf5\xfc\xae\xdb\xe8\x81\xf9\xa2\xb5\x7a\x8c\x69\x75\x35\x3b\xec\x3e\x9d\x31\xcd\x19\x66\x97\x97\x6f\x65\x4c\x63\x97\xf9\x9a\xc5\x6a\x8c\x69\x4c\x69\x35\x7b\xe1\x68\xc6\xd4\xf4\xcd\x7a\xcd\x77\x67\x4c\x6d\x70\xcb\xd8\xb9\xd3\x19\x53\x99\xd0\x6a\xf6\x2c\x43\xc6\x54\xc6\xb5\x9a\x3f\xbd\x0b\x63\xca\x85\xa2\xff\xcf\xba\x8d\xa0\x3e\x59\x05\x1b\x27\x93\x7f\xb9\xdd\x5d\xe8\x5c\x36\x23\xd0\x8d\xea\x9b\x67\x56\xaf\xa0\x53\xe4\x63\x27\xdc\xa9\xce\x19\xe5\xb1\x4e\x89\xfb\xef\x4b\xe7\xb6\x41\xf1\x9b\x89\x23\xdd\x50\xe1\x4f\x9f\x5f\xad\xcf\x75\x52\xe6\x1b\xf2\x3e\x32\x13\x2f\xee\x26\xde\xd6\x2e\x2e\x4c\x53\x49\x0a\xb0\x55\xdc\x93\xdd\xf4\x9e\x9c\x6c\xc7\x7d\xa1\xde\xdd\xe7\xa9\xa4\xb7\x59\x14\x3a\x7e\x82\xb6\x9a\xa7\x99\xcb\xee\x0f\x4b\xda\xab\x47\x34\xf7\xd8\xed\xbd\x2d\x41\xa3\x6d\xd3\xb9\xbb\x1b\xc6\x14\xa8\xbf\x35\x1e\x19\x12\x76\xa1\x5c\xbd\x7d\x93\xae\x21\xaa\x0f\x6e\xab\xbe\x6d\xd2\x6b\xd7\xeb\xcf\x3b\x94\x4b\x9a\x6c\x09\xbc\xc3\x58\x83\xcb\x4d\x46\x6c\x3a\xc9\x98\xd2\x9d\x26\x15\xeb\xdb\x33\xa6\x94\xd3\xa4\xe9\x5a\x05\xc6\x14\x2f\x19\xb7\xf7\xd8\xc1\x98\x52\xc7\x26\x3e\xab\xdc\x19\x53\x1c\x64\x94\xb8\x7c\x3f\x63\x0a\xf6\x86\x3f\x16\x1f\x63\x4c\x7e\x6c\x93\x07\x0b\xc6\x32\xa6\x30\xaa\x2c\x74\x0c\x9d\x7a\x3f\xd4\xe7\x1c\xcc\x8d\xf0\xf9\xc4\x77\x5d\x6c\xc2\x75\x51\x92\x43\xdc\x49\x76\x3e\x61\xeb\x3a\xaa\xf7\xc7\xe8\xfb\xd1\x7b\x20\x4c\xb8\x45\xb9\xdd\x23\x90\x74\xc0\x37\x32\xae\x0b\xe3\x19\x1f\x42\xf3\xc2\xcd\x6b\x2f\xfd\xde\x69\x5b\xc2\xa9\x6e\x68\x1f\x13\x41\xf1\xeb\xea\x70\x98\x4e\xd5\xdb\xbe\x3c\xdc\x59\x77\x58\xdd\x84\x16\xbd\x0e\x4d\xe9\x68\x24\x97\x68\x32\xf9\xd0\xf6\x91\x19\xf2\x97\x0d\x5d\x0e\x39\xba\xa6\x2a\xe8\xe9\xb5\x39\x34\x7f\x53\x80\x7c\x9c\x4e\x87\x98\x17\x91\x46\x72\x2f\xb5\xdf\xc7\xec\x4f\xbb\x54\xff\x9c\x76\xdf\x98\xd1\xf7\x9a\xc9\x3c\xd5\xee\x1b\x63\xf0\x71\x7e\xbd\xb9\xda\x87\xf7\xa7\x32\x56\x2f\xa2\xf1\xec\xdd\xbb\x19\x93\x51\xd0\x51\xdd\xbe\x97\x31\x99\xeb\x3a\x51\xfe\xed\x19\x93\x1d\xa7\x62\xb0\x95\x74\xfc\x1b\x5f\xf1\x8d\x64\x4c\x3a\x47\x57\x71\x5d\x3f\xc6\x64\xf5\x95\x9b\x78\x53\xbf\x07\xdd\x46\xee\xa6\x8c\xc9\x24\x3d\x70\x9e\x49\x79\x2f\x37\x93\xf7\x07\xca\xb4\x5a\x41\x79\x2f\x25\xda\x8b\x4e\xc3\xe3\x37\x72\x1d\xa0\xe8\xd7\x9b\x27\x48\xec\xbe\xe3\x81\x34\x6e\x76\x1e\xdc\x79\x04\x54\xef\xe3\x7d\x92\xd6\x04\x84\x51\x1e\x58\xae\x76\x90\xfc\x9f\x7b\x2c\x8a\xde\xa7\x93\x86\x1f\xa6\xba\xd6\xc0\x47\x71\x34\xce\xda\x15\x9d\xa0\xf7\xb1\x71\x72\x62\x99\x4a\x27\x40\xe7\x72\xe2\x35\x0b\xeb\xba\x5d\xb4\x47\x27\x45\xd9\xd9\xd5\x71\x68\x38\x2d\xe9\xd6\xdc\x34\x40\x3d\x37\xe9\xc1\xfa\x53\x80\xaa\x73\x92\x6b\xf8\x7d\xa0\x41\x9f\xc4\xb4\xe4\x29\x80\xe2\xb0\x44\xa3\x3b\xfe\x80\xfc\xbc\x53\x53\xab\xe6\x02\xb2\xbb\xe2\x49\x39\x5e\xda\x2d\x86\x94\xf3\xeb\x65\x1e\x20\xbd\xce\x3a\xfa\x61\x42\x7d\x8f\xf3\x0d\x75\xde\xec\xe8\xce\x3f\xf6\x7f\xc2\xed\x16\x41\xff\xc1\x8f\xb8\xfc\x5b\xca\x6e\x94\xcf\x2e\x0b\x79\xed\xac\xfe\x3a\x5a\x27\x1e\x8f\xdd\x4c\x6a\x0b\x47\x46\x07\x51\xf5\x44\xd4\x01\xda\x95\x1a\x4a\xb7\xa8\xfd\xd5\xf6\xd3\x82\x62\xc3\xa0\x83\x54\x2d\x59\xe5\xc2\xab\xb0\x0b\xd2\x8f\xd0\xfc\x99\x96\x15\x47\x79\x63\x54\xe3\x13\x54\x85\xb0\xdd\x7a\x9a\xf4\x09\xcd\x8b\x53\x89\xb3\x51\xb5\x48\xa7\x5b\xed\x0a\xc7\x32\x74\x8c\x1c\x01\x59\xcf\x8c\x75\x3d\x43\x80\x7a\xa6\x19\xa7\x9d\x24\x2b\xb2\x23\x19\x27\x56\xd3\xbf\x20\xe3\x68\x08\x55\xd0\x33\x64\x4f\x50\xdd\x21\xdd\x22\x97\x46\xe8\x05\xb3\x0a\x13\x5a\xb1\x08\x37\x62\x4f\x2d\xe7\x56\xd4\xb7\x38\x24\xf0\x0e\x91\x82\xf2\xfc\x7e\xa1\xbe\xbb\x57\xa8\xef\xed\xaa\x4b\x76\xfc\x76\xba\x8f\x71\xa5\x05\xef\x0f\x75\x36\x87\x57\xcd\x8e\xb3\xcd\x54\x1d\x39\x9a\xc7\x39\xa0\x83\x8a\xbb\xa9\xae\x19\xaa\x11\x4e\x55\xe7\x20\xb5\x48\xe2\x5e\x36\x7a\x1d\xa2\x75\x85\xb7\xfd\x31\x7a\xcf\x2e\xb1\x8c\xa7\x38\xcc\x31\x3a\x49\xf5\x41\x87\x3d\x49\x14\x9f\x61\x03\x38\x0f\xd3\xcd\xf3\x02\xfd\xbe\x66\x6f\x2e\xd1\xba\x43\xd1\xfd\x3a\xf1\x63\x40\x76\xa0\x16\xfd\xa6\xec\x0d\xd6\x54\x9f\xc9\x9e\x3f\x9e\xbe\x23\x7b\xfb\x32\xea\xa4\x91\x3d\x6c\x3b\x75\x24\xcb\xb6\x8c\xa3\x91\x96\xd5\xee\x1a\x91\x7b\x59\x83\x9e\x51\xc4\xaf\x0a\xf7\xf7\xcf\x27\x71\x9b\x2c\x54\xca\x04\x2e\x06\x71\x82\x1e\xc2\x51\xa1\x9e\x19\x2d\x74\x64\x38\x20\x28\xd0\x87\x91\x5e\xc4\x39\x5d\x9e\xd7\x4f\x1d\xda\x46\x75\xd8\x63\x1d\x43\x68\xfe\x47\x6c\xe4\xdc\xd7\x5e\xcf\x03\x94\xe7\xb6\x5b\xc4\x90\xee\xe4\xa6\x79\x47\xa9\x3a\xb4\xf6\xfc\x71\xea\x07\xb5\x72\x7f\x22\xd5\xb1\x5d\x75\x39\x17\x32\xbd\x2d\xaf\x17\x8f\x2d\x3a\x4f\xf3\x66\xd0\xdd\x8b\x54\x2f\xec\x58\x7a\x95\x7e\xce\x38\x30\x9b\xc6\x95\x6c\xd8\xed\x38\x1e\x87\xbb\xf2\x9a\x34\x62\xf2\x03\x3a\xd2\x5f\xba\x6b\x38\x9a\x48\xc6\xbb\x81\x8b\xa8\x83\xcc\xdd\xf3\xfe\x94\x89\xef\x06\x1d\xa6\xaf\xe7\x77\xce\xa4\xbf\x90\x37\xf0\x11\x57\xf4\x1b\xc2\x68\xa5\x22\x72\x0e\x17\x85\x7a\xf6\x79\x1f\x6e\x53\x84\x8a\x9a\xc8\xc5\x1c\x17\xfa\x5f\x88\x5c\xcc\x21\x1a\x1f\x89\x53\x03\x68\x7f\x18\xa7\xb2\x9b\xd6\x4b\x51\xaf\xc2\xa9\xbe\x1f\xee\x1a\x43\xdc\x4a\x70\xcb\xa3\x9b\x24\x76\xab\x42\x3c\xd1\x1a\x22\x07\xe4\x71\x25\x59\x97\x8f\x83\x34\xfa\xd7\x38\x9f\xcb\x20\x7a\xc1\x09\x17\xe9\x5f\x3f\x52\xe3\x0a\xe5\x8d\x3e\xc7\xb3\x28\xdf\xb6\xa3\x4a\x0b\x60\x30\x28\x9f\xfa\x79\xd6\x9b\xfc\x50\xd0\xc1\x28\xde\xad\x46\xe4\xe1\x63\xaf\x76\xf4\xbc\x8b\xf3\x47\xd0\x13\x78\xdc\xd6\x95\x56\x2e\x8f\x8b\x37\x65\x73\x1b\x45\x95\xd3\xc7\x96\x9c\xb4\x2a\x4e\xbb\x4f\x2b\xf9\x47\x2f\xbe\xd2\x48\xbd\x2b\xb0\xe2\xb9\x42\x25\xf9\x9a\x70\xb3\xfc\x92\xc0\xc7\x9c\x17\x3a\x52\x9c\x15\x2a\xce\x89\x42\x1c\x38\x17\x93\x50\xb9\x97\xfe\x7d\x87\x1d\x22\xe8\x39\x85\xc7\x1f\xba\x46\xb3\xe7\x1d\xc9\x20\x20\xe0\xd1\x49\xd2\x73\x10\xfb\x82\x79\x5b\xa6\xd2\xbf\x72\xc5\x22\xce\x07\xb8\x16\x5d\xa4\xf7\xee\x2c\x17\xce\xc3\x4c\xb4\xce\xa2\xd9\x3c\xcc\x85\xd7\xcb\x7b\x7a\x70\x1d\x85\xd6\x61\xf7\x88\xab\xd0\x1b\xfe\x88\xaa\x8c\x75\xad\x9f\xba\xf1\x38\x94\x7f\x57\x26\x05\x91\x0a\x2f\x4b\xca\xc8\x15\xcc\x8e\x7e\xa2\xd2\x9d\xaf\x50\x2b\xcd\xd7\x13\xff\xf3\x62\x2c\x57\x6c\xaa\x54\x4c\xa1\xef\xab\xdc\x7a\x97\xe6\xcd\x8b\xb8\xf7\x7c\xe5\x2b\xf0\x3e\x0f\xe4\xb8\xcd\x6b\xce\xed\x0d\x81\x30\x10\xfb\xe1\x5c\x1a\xce\x6d\x4d\x5e\xe8\xf0\x88\x48\x9a\xbf\x11\xe9\xb1\xf4\x57\xf6\xe4\x70\x5d\x9c\x1d\x96\xbc\x8a\x2c\x72\x40\xeb\x1a\x9e\xa7\xf5\xa4\xfb\x9e\x4c\xe2\x86\x96\x9c\xb8\x4a\xeb\x23\xe7\x9e\x39\x4d\x68\x3e\xa8\xf1\x71\x3e\x2e\x9d\xfb\x3d\x28\xab\x80\xd6\xdd\x36\x55\x82\x3e\xce\xbc\x52\x1a\xbd\xda\x4f\x9f\x53\xde\xad\x93\xf0\x32\x96\xc7\xe1\x7d\xbc\x02\xcd\xf7\x4f\x9a\xad\xe8\xcd\xf2\xe9\xc0\x00\xe2\x42\x3e\x57\xcc\xa0\x19\xf5\xe9\x9c\x37\x91\x77\x5f\xee\xed\xa1\xc8\x7d\xbe\x90\x58\xc1\xbf\x7e\x8b\x9e\xc0\xa7\xe2\x57\x94\xb9\xab\xf2\xb8\x12\xc1\x73\x2d\xee\x5f\xb1\x90\x1f\x44\x7e\x2a\xcf\xac\x66\x5c\xb2\x84\x7c\x71\x89\xce\xaf\x44\xff\xc3\xa2\x38\x07\x15\xac\x98\x42\x7d\x25\xfd\xd5\x38\x0f\xe3\xd7\xfc\x22\x65\x2f\xef\x6d\x57\x69\x3d\xb5\xd2\x99\x73\x5f\x0b\x8f\xdf\xa4\xf7\xea\xac\x9b\x79\x54\x85\x9f\x3c\xe5\x1e\xe5\xd9\xd1\x0f\x0b\x29\x5e\x03\xfc\x1f\xd3\x7e\xc4\x46\xf3\x19\xd1\x09\xad\x46\x54\xd0\x3e\xad\xb1\xce\x1b\xe2\x05\xea\x06\x7e\x10\xe2\xf0\x0b\x07\xc2\x3b\xfd\x45\xf6\x16\xea\xd6\x8e\x02\xdf\xb0\x42\xe0\x1e\x44\x9d\x83\xa3\xe3\x51\x83\x7b\xa8\xa9\x13\xf3\x51\xd0\xc3\x11\x75\x62\x9e\xed\xfd\xe7\xb8\xdc\xa4\xf7\x6b\xf8\x94\xd3\xb4\xcf\x16\x39\xa8\x40\x3b\x9e\xd7\x37\xda\x5d\xa6\xd1\xb7\xf6\xee\x75\xda\x4f\x78\xd8\xdd\xa6\xf5\xf7\x92\xe2\x7c\x9a\x0f\x2e\xaf\xee\x7d\x02\xe9\x23\x15\xf1\xf9\x70\xe3\x31\x9d\x57\xd8\x47\x3e\xa3\x59\xdb\xb7\x2b\xe7\x81\x3a\x3d\x7e\x45\xeb\xed\x96\x95\x1f\x88\x9f\x6a\xdc\xf5\x1b\x0d\xf7\x5f\xeb\xfe\xd5\x1c\x88\x70\xe2\xd1\x5d\xf0\x7f\x9c\x50\xff\x5f\x20\x70\x21\x7e\x42\xc7\xe4\x7d\x82\x2e\x46\x52\x18\xb7\xd9\x82\xbe\x45\xb5\x4e\x0c\x45\x5c\xe4\x84\xde\x25\xd6\x8c\x8b\xa8\x9f\x53\x2c\x74\x34\x79\x40\x5c\x5d\x35\x07\x65\xc9\x79\x98\x2d\xc5\xd7\x88\xdb\xf1\xd5\xbf\x41\x6a\x12\xde\xfe\x79\x34\x2a\xc5\xfe\x60\x6e\x3f\x0a\x89\xda\x99\xeb\xc5\x9f\xc2\x94\xe2\xa7\xf4\x73\xe3\xe6\x94\x13\x4f\x3e\x7c\x29\xa7\x95\xfa\x36\x7a\x4b\xdd\x58\xac\xa7\x7e\x25\x9a\x43\xec\x93\x24\xf2\x0f\xf5\x6c\x7f\x39\xf1\xa9\xd5\x1f\xc7\x5a\xe8\x77\x63\x2f\xf0\x10\xb3\x85\x38\x54\xf7\xc7\x11\x74\x73\x44\xee\x21\x55\xe8\x2b\x25\xf2\x0e\xa5\x42\xbc\xde\xaf\xf9\x75\x9c\x88\x7a\x28\xbf\xe9\xc4\xd0\xe7\x83\xcb\xae\x50\xdf\xbb\x80\x3d\x9c\x87\xd9\xec\x7a\x87\xb2\x8e\x8f\xcd\x3d\xae\x93\x56\x52\x44\xfb\x86\xa5\x15\x8f\x39\x37\xaf\xff\x8c\x7e\x7a\x6e\x9b\x0a\xb2\x93\x37\xbe\xa2\xfe\xab\xe3\x6e\x7e\xa0\xf8\xd9\x75\xfd\x4c\xf9\xb4\x4f\x3a\xd7\x45\x12\x39\x90\x66\x82\x3e\x48\x43\x81\xfa\x94\x6a\xf1\xfb\xc9\x97\x9e\xa0\x08\x5d\xcd\x81\x08\x27\x02\x4e\xc2\xf7\x2d\xfe\x2e\x8c\x0b\xc1\xef\x6a\x5d\x14\x81\xa7\x12\x79\x29\x31\x1e\xe2\x7c\xa9\x4c\xc3\x1f\x38\xa1\xea\xb8\xd8\xb1\xbf\xf1\x0f\xb5\xf9\x8f\xbf\x70\x0f\xff\x89\x03\xc9\xe5\x75\xac\x1f\x5b\x00\x2f\x0f\xe0\xfb\x05\xc9\xd8\x03\x3e\x8e\xe7\x75\xbd\xcf\x4e\x80\xe4\xf9\x7e\x30\x03\x4e\x3b\x02\x92\x77\x80\xe4\xcd\xfb\x21\x06\x78\xe0\x0c\x7c\x3c\x04\x54\x79\x03\x6f\xd7\xf2\xdf\xf9\x54\xa8\x67\x3f\xb0\xe5\xb6\x9a\x7f\x10\xea\xde\xbf\xe9\x7f\xd4\xe2\x3f\x4e\x0a\x75\xa1\xe3\xbf\xdc\x6b\xae\xe6\x1f\x02\xff\xec\xb7\xd8\x0f\xe3\x5f\x73\x20\x42\x7c\x88\x03\x39\x00\x4c\x9f\xc8\x3f\x26\x0e\x24\x1a\x90\x8c\xef\xda\x71\x78\x7b\x14\x88\x76\x00\xde\xbc\x04\x92\xda\x01\xef\xf5\x80\x2b\xbb\x81\x77\x71\x3c\x0e\x1f\x8a\x25\x23\x1a\x78\x25\xdc\x11\x2f\x39\xc9\x6d\x81\xe0\x5f\x6d\xfe\x41\xe4\x3f\xce\x09\x7e\x8a\xfc\x87\xc8\xbf\x88\xfc\xc3\xb1\x77\xbf\xc4\x61\x41\x4d\xff\x6a\xf7\x3f\xa9\xd6\xbf\xf8\x5b\x3f\x94\x5a\x1c\x88\xd8\xf7\xa2\x86\x2e\x8a\x17\xb0\x60\x38\xf0\xfd\x35\xe0\xbe\x1f\xf8\x3c\x4b\xb2\x47\x05\xde\x0f\x97\xec\x59\x80\xd7\x0a\x40\x64\x25\xf0\xfa\x09\x90\x18\x0e\xbc\xf6\x04\x2e\x67\x00\x2f\xfb\x01\xf7\xfa\x01\x6f\x76\x00\x6f\x5e\x00\x15\x42\x2d\xf5\x51\x43\x6e\xc5\xba\x77\x6d\xfe\xe1\x7f\xf1\x2f\x71\xbb\xb9\xfd\x27\xfe\xe1\x6f\x7d\x50\x6a\x73\x0f\xe2\xf7\xff\x1b\x0e\xe4\x87\x21\x30\xaf\x18\xf8\x54\x04\xac\xac\x04\x3e\xd4\x07\xfc\xd6\x03\x6f\xd7\x01\xbb\xd2\x81\x57\x87\x81\xa8\x6e\xc0\x0b\x73\xc9\xce\x00\x28\x8f\x01\x2e\x0d\xe0\x75\xef\x82\x52\xfe\xf9\x57\xfb\x80\xa7\x42\x6f\x88\x7b\x82\x86\x4c\xce\x14\x6e\x45\x0e\x48\xe4\x1f\xc4\xfe\x37\xbf\xf9\x7f\xa1\xa6\xff\xff\xc4\x3f\xfc\xc6\x41\x88\x7a\x10\x13\xfe\x1c\x8f\xff\xc5\x81\x4c\x5c\x04\x7c\xdd\x0b\xcc\xb5\x03\x3e\x36\x01\x56\x64\x02\x55\x5d\x80\xf5\x7b\x81\x17\x27\x81\x1d\xed\x80\xf2\xdb\x92\xb5\x0c\xf0\x2c\x1f\x38\x21\x0f\x3c\xbd\x07\x64\x2e\x03\x9e\x06\x01\x05\x25\xc0\xb3\x32\xe0\xd5\xdd\x9f\xf3\x41\xe4\x81\xc4\x71\x20\xce\x03\x91\x7f\xa8\x1e\xff\xee\x7f\xf6\x5f\xe4\x1f\x0e\xfe\x52\xdf\x14\xfd\x31\xaa\xa5\xe7\xf0\x37\xfd\x8b\xda\xdc\x83\xf8\xf3\x35\x38\x10\x3b\x60\x50\x3f\xe0\x47\x33\x60\x7c\x23\xe0\xe3\x06\xc9\x5a\x03\xa8\x5a\x02\x2c\xf1\x05\x5e\xf6\x00\xd6\xa9\x01\x65\x47\x80\xa0\x79\x80\x64\x95\x2d\xd9\xd1\x95\x5a\xf3\xdc\x55\x72\x1b\xb8\x78\x0a\x78\xbc\x0d\xb8\xe7\x06\x94\x58\x00\xaf\x3f\xfd\xe4\xe3\x44\x5d\xa0\xcb\x83\x6a\xe6\xc1\x6a\xfe\x43\xc8\x0b\xc7\x3a\x09\xcf\x5d\xd0\x1e\xf9\x37\xfc\x43\x6d\xfe\x43\xe4\x1b\xfe\xa6\x7f\x21\x7e\x5f\x6d\x0e\x84\xc6\x85\x2d\xd0\xf7\x1b\xf0\x29\x08\xb0\x1f\xca\x73\xdc\xd4\x00\xe0\xc5\x39\x60\x41\x0e\xd7\x42\xf2\x8e\x05\x4a\x27\x01\xfe\xf3\x81\xe2\x04\x20\x7c\x36\x50\xd4\x1a\x88\xbf\x09\x48\x56\x67\x99\x1b\x79\xdd\xff\xde\x37\xe0\xfe\x2d\xe0\x65\xdd\x9f\x7a\x28\xe2\x38\x10\x75\x50\xc4\xfa\xbf\xe8\xff\x91\xb8\x9a\xe3\xfe\xa0\xd0\x7b\x69\xbf\x30\x8e\x44\x0e\x60\xf7\xdc\x9f\x71\xa8\xf6\xbf\x16\xff\x21\xd6\xc1\x45\xce\x41\xb4\xb5\xfb\xa1\x88\xf1\xa0\xf9\x62\xc7\xe7\xc9\xe7\x55\x40\xd7\x42\xe0\xbd\x25\xef\x9b\xf4\x72\x33\x30\x29\x07\x28\xb7\x05\xe6\x5b\x01\xa5\x13\x25\x7b\x15\xa0\x68\x3c\xb0\xc5\x06\x78\x38\x8c\x73\x73\x92\xd5\x79\x7c\x0e\x50\xf0\x9e\xeb\x06\xdd\xed\x02\xdc\xad\x04\xf2\x96\x02\x2f\x35\x24\xab\x60\xfe\xb7\xc4\xf7\x62\xf2\xdd\x9a\xe3\x5f\xe4\x3f\xa2\x86\xd4\x7c\xee\xe1\x82\xe6\x4e\xa8\xd0\x47\x49\xe4\x1f\x76\x06\xfc\x8c\x43\x6d\xff\xff\x6d\x1f\x94\x3a\x3d\x6b\xfe\x5c\xa3\x60\xe0\xdb\x78\xa0\xf9\x1c\xe0\xbd\x3c\xd0\x71\x3d\xf0\xb2\x18\xe8\xfb\x12\x78\x7e\x1d\x18\x6b\x0b\x3c\x7e\x0b\xcc\x56\xe7\x7e\x2f\x4f\x05\xee\x15\x03\x9b\xe2\x81\xbc\x2f\xc0\x9e\xf9\xc0\xed\xb1\xc0\xb1\xbe\xc0\xcd\x0f\x80\x64\x47\x9b\xeb\x0a\xe4\xd7\x03\x72\x33\x01\xc9\x0a\x5d\xd4\x05\x12\xe7\xc1\xc9\xdc\x9a\xfe\x47\x08\xf9\x31\x5c\xc8\xa3\x7b\x85\x5e\x45\x22\xf7\x22\xfa\x1d\x28\xfc\x1e\xff\x3e\x3f\xe3\x20\xf2\x2f\x7f\xe9\x83\xf2\xaf\xad\x24\x1e\x9f\x17\x03\xba\x2e\xc0\xeb\x60\xc0\xc2\x8b\xf7\x84\xeb\x11\x0f\x3c\x2e\x06\x86\xa7\x03\x45\x63\x81\x69\xf3\x80\x82\x05\xc0\x92\x6d\x80\x64\xf5\xea\x1b\x0a\xdc\x90\x07\x42\x0a\x81\x9c\x37\xc0\xb1\x91\x40\x96\x1c\x90\xde\x19\xb8\xa6\x0b\xe4\xe7\x03\x97\x2f\x00\x95\x9f\x81\x0b\x02\x17\x25\x72\x50\xb1\xab\x05\xff\x87\xd7\x1c\xef\x21\xfd\x6a\xf9\xdd\xa3\xa6\xdf\x62\x8f\x22\xbf\xee\x3f\xe3\xf0\xff\xe6\x3f\xc0\xd7\x45\x7c\x95\xca\xed\xdb\x76\x80\xaa\x3e\x50\xde\x01\x30\x39\x05\x94\x44\x03\x1d\x56\x03\x0f\x32\x81\x81\x7d\x00\xc9\x2e\x6d\xd2\x75\xe0\x56\x16\xb0\xd0\x0e\xc8\xf6\x07\xd6\x75\x00\xae\x75\x05\x82\x19\x70\x29\x17\x38\x92\x0c\x64\xae\x04\xce\x6f\x05\x2e\x44\x02\x79\x83\x80\x73\xaf\x80\xca\xe1\x40\xf2\x6a\xae\x8f\x73\xec\xb8\xd4\x3b\x89\x8d\x9c\x53\x8f\xc8\xf5\xb0\xe6\x52\xb4\xcf\xdc\x65\x52\x87\xce\xa1\x83\x74\xeb\xca\xb2\x5f\x78\x17\xd1\x6f\xdf\x51\xa0\xda\xf6\xba\x74\xfe\xb1\xf7\xb6\x7f\x88\xc3\x7f\xe0\x3e\xf8\xee\x11\x78\xab\xcd\x6d\xf9\x7b\xa0\xde\x19\xa0\x64\x2a\xd0\xe8\x14\xf0\x60\x2c\x60\xf6\x03\xb8\xb3\xaf\xae\x6e\x2f\x75\x20\xfb\x83\xec\xb0\x31\x53\x80\x2b\xdd\xe4\x23\x9d\xa7\x00\x19\xcb\x94\xac\xbc\x9c\x81\x73\x52\xca\x5d\xb6\xbf\x02\x52\x6c\x55\xfa\xc4\x9c\x04\x92\xbe\xa9\xca\xa5\xf6\x05\x4e\x75\x55\x5d\x72\x4b\x15\x38\x7e\x5e\x75\x5f\x59\x17\x20\xce\x43\xf5\x1a\x3d\xff\x3b\x6a\xb4\x9f\x0c\x9d\xa7\x3a\x56\x62\x77\x68\xab\x91\xdd\xfa\x56\x99\xee\x21\x6e\x1a\xa4\x74\x92\xfc\x6e\xa4\x48\x3b\xbb\x35\x71\x8a\xfb\x24\xd6\xab\x83\x22\x71\xf6\xab\x97\x2a\x90\x4e\xed\xca\x56\xb2\x6f\x7e\x8b\xc3\x7f\xf0\xff\xab\x70\xbb\xea\xcd\xc1\x3a\x54\xef\x28\x5f\x5f\x8f\xea\x1b\x8f\xe2\x64\xe9\xf4\x28\xff\xb6\xa2\x53\x83\x51\x40\xce\x5a\x35\x97\xa6\x8e\xc0\xa5\xd7\x5a\xdb\xba\xe4\x00\xe7\xae\x6a\xcf\x1d\x36\x56\x2a\xf8\xcc\xd6\xc6\x1d\xa6\x2b\x49\x6b\x9c\xd4\x6b\x7c\x6d\xf9\x0f\x59\xb3\xb8\x96\x3a\x96\x5b\x72\xe4\xa4\x8e\xd4\xd3\x19\xb2\xff\xb1\xbc\x6d\x74\xa0\x4e\xd3\x44\x07\xf9\xab\x11\x07\x74\x86\x5c\xef\xa7\xd0\xf2\xc0\x4a\x1d\xb7\xc7\xcb\xe4\x4f\x85\x57\xe8\xaa\x7e\x0b\x91\x5b\x17\xdc\x4b\xf7\x35\x63\x72\xa1\xdb\x54\xf4\x1b\x33\x26\x3f\xc4\x37\x4d\xd7\x95\xb1\xfa\x8d\xd6\x38\xe9\x49\x31\x56\xbf\xab\xa7\x8a\xce\x5c\xc6\x64\xc6\xac\x34\xd5\x79\xc9\x98\x4c\xe0\xf2\x05\x3a\xd7\x18\x93\xb1\x5f\xaa\xaf\x93\xc7\x98\x4c\x47\xb7\x18\x5d\x43\xc6\x64\x7a\x2f\x58\x21\xf9\x3e\xe9\x79\xff\xde\xff\x3a\x54\x7f\xf9\x3c\x4f\x86\x76\xbb\x95\x06\x2a\xa4\xb2\x5c\xa2\xae\x45\xfb\xea\x07\xce\xda\xc4\x49\xdc\x78\x62\x40\x75\xbd\x2b\x0b\x8c\xec\xa4\xb5\x81\x73\x3e\x4d\x07\xeb\xd8\x4b\x1d\x4c\x2c\x69\xba\xc6\x72\xa4\x6c\x6e\xdc\x7c\x53\xd6\xd7\x58\xfe\x4a\xcc\xbd\x66\x6b\x27\x9c\x51\xda\x7d\x50\xbd\xd9\x46\xd7\x67\x2a\xad\xf6\x86\x36\x0b\xf6\x19\xab\x16\x15\x32\xde\xf4\xf5\xee\x49\x1a\xad\x77\xac\x33\x5d\x14\xa7\xa6\xd9\x31\xf0\xb8\x69\xdd\x4c\x77\xcd\x20\xff\xa1\xa6\x32\xf7\x9d\x34\xc7\x6d\x0d\x35\xdd\xf5\x2e\x40\xc3\xd0\xcf\xb2\xd9\x50\xc6\xd4\x0e\x78\xed\x68\x66\xca\x98\x6a\x87\x15\xef\x4d\x57\x32\xa6\x1c\xb3\xb8\x5d\xd3\x2c\xc6\x1a\x0c\x5c\x18\x62\x72\x96\x31\x25\x5d\xd7\x61\xc6\x17\x19\x53\x6c\xe8\xb2\xc9\x58\x91\x31\x85\x8e\x73\x2e\x18\x2d\x64\x4c\x2e\x6d\x56\xb6\x91\x11\x63\x72\x23\x66\x34\x31\xd8\xc1\x98\xec\x97\xff\xed\x3f\xe7\x21\x3e\x4c\xd7\xa4\x7d\x74\xd9\x6b\x3d\xb2\x8f\xea\x9a\xd2\xae\x38\x3f\xc0\x8c\x76\xb7\x59\x1e\x6d\x28\x0e\x99\x17\x48\x0e\x02\x67\x76\x76\x30\x96\xd8\x84\x2d\xd6\xed\xd5\xcf\x02\xd1\x97\x3b\x0d\x68\x66\x53\xff\x43\xd8\xc3\x0e\x51\x5d\x3e\x2a\x7f\xd9\xd5\xae\x43\xca\x08\x5f\xf5\x82\x80\xb5\x1d\x14\x67\xde\x6f\xf8\x76\x53\x68\xfb\x8e\xab\x99\x76\xfe\x7a\x8f\x76\xf6\x81\xab\x75\x95\xd7\x0c\x6b\xeb\x11\xfd\x46\x2f\xcc\xe3\xaa\xd5\x95\xd4\x0d\xfa\xe3\x56\x77\xb1\x9a\x71\x3b\x42\xbf\xef\x4a\x1b\xab\x1b\x2f\xf6\xe9\x39\x2e\x53\x6f\x7b\x86\x31\x9d\x16\x0b\x4e\xb5\xed\xc4\x98\xb6\xe2\xdc\x8b\x96\x67\x19\xd3\x5c\x32\xab\xab\xe5\x60\xc6\x34\xec\xa7\xe5\xb7\x1e\xc3\x98\xda\x83\x29\x7e\xe6\x11\x8c\xa9\x9a\x4e\x5e\x61\x76\x94\x31\x15\x5b\x87\xcd\xad\x9e\x30\xa6\xdc\x6e\xa2\x47\x4b\x7d\xc6\x94\xe2\x27\x58\x36\x7f\xc6\x98\x62\xe2\xdf\x9e\xbb\xa8\x0b\x51\x35\x53\x9f\x8e\x47\xca\xf4\x79\x3f\xa4\x87\xfd\xdb\xd2\xe9\xf2\xed\x13\x9d\x49\xa7\xf5\x72\x61\x37\x3a\x0d\x48\xf3\xea\x43\xf7\xd2\x12\x03\xfa\xd1\x69\xd9\x91\x38\x7e\x7f\xfe\xc0\xe6\x41\x91\x72\x83\x81\x90\xed\x83\x2a\x0c\x54\x65\x46\x6e\x0b\x1c\xa0\xd7\x36\x52\x79\xb5\xcf\xeb\xbe\x8e\xfd\x97\x36\x32\xf0\xb8\xda\x67\x94\x43\xb6\xae\xfc\x72\xfb\xde\xca\x8b\xdb\x19\xb8\xb9\x2d\xea\x55\xb0\xf1\x48\x93\xae\xf3\x52\x7b\x46\x84\x6f\x30\x31\x9d\x93\xd7\x23\x2a\x71\x41\xd3\x36\x33\x8b\x7a\xc8\x65\x3d\x6b\x3a\x6d\xfa\xa7\xee\xe5\x4f\xa2\x4d\xd6\x4d\xef\xda\x23\x9d\xb1\x26\x6d\x1c\x33\xbb\x8f\x64\x4c\x3f\x6b\xc2\xa2\xae\xeb\x18\xd3\x39\x33\x76\x9b\x75\x38\x63\x8d\x96\x8f\x3e\x60\x5d\xc5\x58\x23\xd3\x91\x26\x9d\xeb\x31\xd6\x50\x6a\xe4\xc0\x0e\x4f\x18\xd3\xf0\x1b\x9e\xdc\xfe\x30\x63\xea\xea\xc3\x7a\xb6\x1b\xc4\x98\x6a\x9e\x9d\x4e\x9b\x32\xc6\x94\x9f\xfc\xee\x3f\xe7\x9f\xde\x7c\x6f\x42\xfd\xb9\x9f\x58\x5b\x3d\x90\xd8\xfb\xce\x36\x54\x7f\xb8\x35\xa9\x0f\xa9\x0a\x5f\xb4\xe1\xb7\xea\xaa\xf9\x17\x57\x7b\xaa\x6b\x1e\x8e\x19\x4d\xe7\xb4\xfb\xac\xb8\x6e\x46\xd0\xbd\x09\x54\xdf\xdd\xec\xe4\x10\xdb\xc8\x01\xf0\xda\x33\xc1\xb4\xd5\x5e\xc5\xe8\xa5\x72\x63\x63\x7a\x9c\x6c\x28\xe3\x1c\x38\x4a\x77\xd4\x4a\x83\x66\xd3\x57\xdb\x9f\x70\xf6\x31\xb6\x74\x28\x1e\x31\x70\x4d\xa0\xe9\xac\x71\xeb\x87\x5d\x08\x69\xda\x3c\x68\x54\x83\xa1\xaf\xe2\x96\xb6\x34\x1b\x21\x6b\x97\x7e\x69\x70\xcb\x29\xc3\x94\xed\x3c\x0b\x4f\xb5\x28\x18\xea\x64\x97\xf9\x79\x77\xb3\x39\x43\xc2\x86\xc8\xb1\xe7\xc6\xc5\x03\xaf\x0f\x0c\x64\xcc\xd0\xbe\x7f\xaf\xfe\xc6\x8c\xe9\xf5\xef\x37\xbe\xef\x44\xc6\x74\x4e\xf4\xb6\xea\x6d\xc2\x58\xa3\x7c\xdb\xcb\xb6\xd3\x18\x6b\x34\xc4\xb6\xa2\x87\x0b\x63\x0d\x27\xf5\x48\xeb\x76\x85\x31\x8d\xc9\xdd\xbf\x75\x1d\xc1\x98\xfa\x80\xea\xd3\xa0\xe1\x0d\xe9\x1c\xe9\xed\xc3\x66\xa4\xff\xf1\x54\xae\x23\xd5\xa9\x0a\x36\x72\x15\xe5\xec\x53\x03\xe9\x54\x27\x53\x95\xdf\xae\x4c\x4e\x1a\x4b\xf5\xdd\x04\x43\x07\x3a\x87\x8b\xd1\x9f\x42\x75\xbe\xbd\x31\xd3\xe9\xcd\x11\xc8\x78\xdd\x74\x7d\xd4\x9c\x8f\x12\xbb\x5a\xcd\x65\xbd\x52\x27\x60\xe1\x05\xe7\x86\xc6\xfd\xea\xdf\x9d\xb9\x70\xf6\xa1\xce\x23\xd4\x56\x4e\x9c\x37\xe3\xbb\xdd\x26\x9d\x08\xfb\xfc\xe9\x52\xd3\x43\x0d\xdf\xd9\xa9\x4e\xab\xbf\xfa\xbc\xb1\xe9\x80\x2e\x53\xdb\x6c\x5f\x6f\xb2\xbe\x8f\xe3\x94\xc1\x47\x1c\x4c\x5e\xf7\xba\x30\x39\x2a\x7d\x99\xc9\x93\x1e\x8f\x26\xaf\xbe\xdf\xcf\xf8\x66\x0f\x87\xc9\xbe\xef\xc7\x1b\x1d\xec\xee\xe5\x70\x99\x31\xfd\x21\x5d\x67\x8d\x8f\x67\x4c\xc7\xb0\xab\xe2\xe8\x95\x8c\x69\xaf\xb3\x71\x19\xd9\x9b\xb1\x46\x8e\xd6\xd2\xc3\x9f\x30\xa6\xf9\xba\xf3\xe7\xa1\x1d\x18\xd3\xb4\xe8\x9c\x38\x38\x90\x31\x8d\xa1\x9d\x3c\x07\x64\x30\xa6\x76\xa3\xe3\x83\xfe\x52\x8c\xa9\xfe\x10\x39\xa0\x37\x37\x5a\x52\xfd\x56\xe4\x9f\xee\x2b\xf4\xa5\x15\x41\xae\x0b\xf7\x3b\xd3\x79\x1c\xe9\xbd\x9c\x1e\xeb\x48\xa7\xeb\xf1\x39\x33\xda\x70\xff\xf9\xe9\xe1\x1e\x7d\x67\xca\x13\x81\x3d\xf8\xa9\xea\x06\x07\xce\x49\xac\xc4\x52\xaa\xff\x38\xab\xae\x4c\xc2\x1e\x60\x9a\xfd\x2a\xe3\xc6\x37\xea\xa6\x8d\x95\x5d\x5e\xd5\x46\xb6\x81\xfa\xe0\x97\x4b\x37\xf5\x8b\xd0\xea\xd2\x67\xd5\x92\x18\x27\xeb\xc6\xcb\xbb\xe7\x2e\x2e\x5d\x3e\x48\xb7\x4f\x17\xd9\xc5\x4e\xfe\xcb\xf4\xba\x74\xf4\x5c\x34\x29\xba\x50\x6f\x6b\xbb\xf7\x6e\x1e\xe7\x96\xeb\xd9\xb5\x1d\xe2\x66\x9f\xff\x59\x77\xb2\xd5\x61\xb7\x89\x55\x17\x1b\xbb\x58\xcd\x77\x75\x65\x4c\xeb\x78\x9b\xa4\x39\x4b\x19\xd3\x4c\x6c\xa3\x38\x43\x83\x31\x8d\x0e\x6d\x54\xa7\x18\x31\xa6\x3e\xb9\xf5\x6a\x47\x5f\xc6\x54\x8f\x5b\xdc\x98\x18\xc4\x98\x4a\x94\xf9\xcb\x71\xf7\x18\x53\xde\x62\x3e\x7b\xcc\x62\xc6\x1a\x5c\x37\x3f\x3b\x6a\x1e\x63\x0d\x0e\xbc\x5f\x63\xa1\xcc\xe7\x3f\xe7\xbe\x7e\xf2\x4f\x7c\x7c\x67\xaa\xf2\xd3\xc1\x33\x95\xfc\xf9\x8a\xfc\x4f\x8c\xfe\x42\xaa\x8b\xef\x7d\xb3\x84\x78\x87\x1d\x0d\x56\x52\x1e\xf1\x0b\x5b\x4d\xf1\xf3\xe8\xe1\x45\xf5\x0d\xd7\xa2\xb5\x54\xff\x72\x02\xaf\x9b\x8f\xdc\xe3\x97\xa9\xda\x0c\x18\x20\xe5\x2b\xd3\x3c\x4b\xee\x4c\xd7\xc4\xf5\x66\x3d\xdc\x54\x0f\x76\xec\xeb\x73\x6d\xfc\x1d\x75\xe7\x36\xcf\x7d\x96\x2d\x5a\xa0\x11\x6a\x7e\x62\xdd\xbb\xcd\x3b\x34\x87\xb4\x0c\x5c\x67\x19\xd1\x49\x73\x4a\xf3\x11\x6b\xe3\xcf\xb6\xd0\x94\x37\xcd\x5c\xf3\xe5\xf6\x53\xf5\x57\xa6\x7d\xd6\xbc\x7a\xd5\x41\xcd\xd6\xb4\xb5\x67\x21\x63\xca\xef\x4c\x0e\xad\x38\xcc\x98\xd2\x7d\x93\x4f\x8b\x3b\x33\xa6\x34\xb7\x69\x1b\xd7\x48\xc6\x94\xea\x98\xd8\xbb\xec\x62\x4c\xe1\xab\xc9\x99\xb9\x6d\x19\x53\xf8\xd2\xd4\x78\xe6\x1e\xc6\x14\x6e\x18\x0f\x9c\xfa\x83\x31\x79\x13\x63\x7f\xa7\x08\xc6\xe4\xde\x94\xe9\xdb\x52\x1d\xe7\x41\xd8\x30\xba\x2d\x7b\x63\xcd\x38\x1a\x1f\x99\xbd\xa7\xd1\x39\x75\xca\xaa\x79\x74\xfa\x79\x3c\xca\x8d\xce\xe3\x63\x1e\x2e\xa7\xba\x75\x58\x8f\x55\x74\x7a\xbc\xa3\xd8\x8b\xf2\xe9\x46\xc6\xfb\xa7\x78\x0e\xda\x40\xe7\xda\x8b\xe0\x47\xb7\xec\xa6\xa7\x73\x4e\x62\x94\x47\x20\x9d\x9e\xf6\x2a\xda\xb9\xbe\x9e\x2c\xd0\x39\x62\xc7\x53\xfd\xef\xf5\xf2\x2c\x9e\x6f\xff\xd1\xe9\xae\x82\x65\x8b\x39\xdb\xf3\x47\xfa\x29\x8e\x32\x79\xb3\xdd\x63\xbe\xbe\xe2\x13\xa3\x65\xdb\x0d\x7c\x1b\x28\x7e\xd6\x4f\x08\x2a\x09\xbf\xa4\x38\x59\xb7\x3c\x68\xc2\xe9\x4f\x0a\x7e\x3a\x77\x03\x8b\x6e\x42\xde\x51\x67\x74\xe0\xc4\x17\x2a\xf5\x63\x75\x16\xfb\xab\x32\x26\xab\xa5\xf3\xc3\xd7\x83\x31\xd9\x61\xba\x1b\xd7\x0c\x60\x4c\x76\xad\xee\x13\x77\x7f\xc6\x64\xb7\xe8\x8e\x58\xd9\x9c\x31\x99\xf3\x3a\x89\xcb\xa6\x32\x26\xfd\x51\x77\x9f\x5b\x2e\x63\x32\x5b\x75\xad\x5d\xf9\xc7\x06\xce\xaf\x19\x93\x8e\x7c\x10\x3b\x9c\xea\xef\x37\x55\x1c\xe8\xb4\x3b\x33\x95\x57\x91\x92\x2d\x5c\x69\xbe\xc7\x87\x2e\xa5\xf5\xc1\xe1\x2e\x1e\x74\x8a\xbe\xef\x84\x17\xe9\x48\x05\x07\x6d\x20\xff\xb7\x34\xf0\x23\xbe\x63\xad\xc1\x16\xaa\x22\x2c\x2b\x0a\xa0\xaa\xed\x9c\x1f\xfc\x74\x7d\x92\xfe\x2e\xca\x3b\x83\xaa\xf6\xd0\x39\x78\x07\x4b\x5e\x9d\x6b\xf1\xf6\xe0\x02\x8d\x3b\x80\x61\xf4\x81\x0b\x96\x83\xa4\xfb\xe9\x0e\x38\x28\x6d\xa7\x2a\x2d\xa5\xed\x76\xb0\xdd\x9c\xe1\x75\x57\x6a\x4f\x3e\x98\xe0\x33\x19\x68\x58\x75\xd0\x3e\x4c\x06\xd0\x68\x7b\x60\xe3\xa9\x4a\x40\xad\xf1\xfe\xc7\x39\x96\x80\x8a\xcd\xfe\xce\xcf\x4b\x00\xa5\x75\x61\xb4\x8e\x96\xef\x15\x4c\x75\x3d\xd9\xc4\x00\x5a\x77\x4b\x4f\xdb\x4c\xf5\x0a\xe9\x8f\xbe\xfd\x69\xef\xf8\xcd\x87\x38\xf4\xba\x11\x5e\xa4\x4b\x28\xd3\x6c\x35\xdd\x6b\xae\x67\xb5\x82\x38\xeb\x5b\xdf\x1c\x49\xcf\xe1\xd2\xd1\x39\x54\x9f\x49\xd1\xe5\x3c\xc4\x09\xf7\xe5\xc4\x8b\x1e\x1a\xe0\x45\xef\x8b\xfd\xaf\x37\x50\x3d\x6b\xd7\xc2\x4d\xa4\x6f\xe0\xaf\xcf\xf5\x51\x36\xb8\x70\x7f\x57\x59\xee\xa4\x71\xe5\xaa\x11\x42\xd5\xe9\xa9\xe5\x7b\xa9\x5f\xd4\x98\x00\x5e\x2f\xef\x3d\x9d\xab\xd2\x9b\x27\x70\x2e\x44\x33\x23\xce\x4a\xfa\x02\xa0\x72\x3c\xee\xa8\x69\x0b\x40\x31\x39\x2e\xae\x77\x12\x20\xf7\x28\x2e\x7c\x4a\x63\x40\xfa\x62\xdc\x99\x55\xdf\x81\xba\xf2\x71\xae\x3b\x5b\x00\xd8\x79\xac\x34\x8e\x9e\x44\x6c\xf6\x15\xca\xc4\x47\x5d\x1f\x13\x61\x71\x74\x0a\xa3\x4a\x51\xc4\x21\xfe\xee\xdb\x2b\xd4\xfd\x83\x4f\x72\x1b\x44\xeb\x6c\xb4\xf3\x37\xe0\x1f\x6f\x12\xee\xfd\xfb\x0a\xe7\xf6\xeb\x7a\x48\xec\xb5\x68\xce\x7f\xa5\xb5\x58\x42\xef\xb7\x93\x45\x9e\x94\x10\x8e\x2e\xf5\xa1\x79\x70\xc0\xd1\x8f\xbe\x3b\xa4\xd2\x3f\x81\x7e\x6b\x3c\xe7\x22\x7c\x73\xf8\x73\xf6\xb0\xe3\x3c\xcc\xe2\xd9\xbc\x8f\xc6\xec\x1c\xee\xb7\x83\x61\x14\x8d\x0b\xbb\xe2\xc3\x14\x57\x9b\x9b\x71\x94\x1f\x9a\xf5\x3d\x49\x75\x71\xf9\xdc\xd3\xaf\xf9\x1b\x3b\x45\x56\x9b\x94\xf3\x53\xa4\xba\xd0\xca\x24\x79\xc5\x78\xaa\x14\x27\x8f\x5c\x4a\x95\xf8\xe4\xbe\x5c\x79\xe8\xcc\xf6\x23\xf4\xf9\x33\x0d\x33\xe9\x2f\x9f\x56\x2d\xa2\xca\x61\xe2\xce\xcf\xa4\xc0\x13\x2f\xf4\xf5\x10\xf5\x2d\x0e\x08\x15\x93\x30\xa1\x1f\xc6\x6e\xa1\xff\xc1\x4e\xa1\xa2\x12\xe8\xc5\xed\x56\xe2\x01\xce\x67\xaf\x20\xae\x23\xb1\x33\xcf\x6b\xc7\xd6\xf8\xd2\xbd\xf4\x08\xaf\xad\x34\x1f\x42\x5d\x78\xbf\x98\x40\xb6\x8b\xeb\xc0\xb0\x3d\x74\xff\x7f\x5d\xf7\x03\xe4\xcf\xf2\x74\xae\x0f\x33\x3f\x20\xe6\x26\xcf\x07\x5c\x27\x65\x74\x31\xd7\x87\xe9\xbf\x8f\xf7\x95\xe8\x58\x7a\x9a\xf6\x21\x46\x53\x52\x29\x9f\xca\x36\xe5\xfd\x73\x80\xcc\x20\x2d\x5a\x99\x64\xa4\x76\xa2\x8e\x45\x19\x13\x85\x0c\xed\xec\x46\x6f\xe6\xcc\x6d\x5b\x28\xf2\x19\xf3\x22\x29\x03\xa7\x5f\x3e\x47\x23\x2a\xdd\xf1\x1e\x65\xaa\x0b\xaf\xde\x53\x1d\x47\xac\xe7\x9f\x14\x38\x88\xdf\xb8\x18\xc1\xee\x17\xe2\x52\xcd\xc5\x50\xc7\x01\x51\x07\xea\x58\xd7\x4d\x54\x8f\x8e\x3a\x1a\x48\xfc\x4b\x18\xe3\x9c\xdb\x4e\x2b\xae\x7f\xb4\x35\x60\x3f\xad\x9f\x7c\x92\x23\xa9\xea\x26\x72\x40\x6e\x76\x47\xe9\xe9\xcc\x72\x89\xa3\xf7\xaa\x43\x08\x7f\xde\xc3\x97\x26\x51\xde\xec\x75\x39\x85\xe2\x63\x99\x75\x9e\x74\x36\xf4\x9a\x5c\x24\xae\x54\xca\x8d\x73\x02\x92\x15\xb9\x16\xef\xd0\x96\xcf\x49\xed\x6c\x1b\x7b\xaa\x6f\x66\xc7\xce\x0f\xe0\xd6\x8f\x76\x6e\xd9\x96\x07\xb9\x92\x55\xfc\x59\xca\xe0\xd7\x47\xde\x7c\x06\xaa\xe7\xbf\xea\x4f\x33\x5b\xa8\xdf\x9e\x13\xfa\x7c\x9c\x11\x3a\x2d\x9c\x14\xfa\xc1\xfc\x95\x8b\xa1\x71\x13\x97\xb5\x99\xf2\x62\x8c\xd9\x76\xf2\x2b\xfc\x76\x08\x3d\x95\x5d\xe9\x5c\x17\xc7\x3f\x3d\xe2\x04\xe5\x81\x6d\x87\x28\x3f\x8a\x1c\xd0\xb2\xc9\x9c\x0b\x99\xf7\xe6\x14\xf1\x5f\xd3\xd5\xb8\x1e\xd0\xd8\x7b\xbc\x5e\x6c\xd7\xed\x1c\xd5\x87\xbb\xb7\xe1\x5c\x88\x45\xf1\x15\xda\x7f\x68\x6f\xe2\x3a\x0a\x38\x79\x4b\xa8\x77\xe7\xc5\x6a\x10\x89\x94\x57\xd0\x96\xde\x34\xf9\x85\xc3\xa9\xfe\x9d\x1f\x30\x97\x22\x75\x77\x84\x0f\xef\xe8\xe5\x18\x46\xe4\x59\x5e\x31\x57\x66\xc9\xcb\xbb\x41\x7e\xdc\x99\x5c\x46\x37\xf0\x6f\xf6\x67\x34\x4e\xae\x09\xf7\xfa\x33\xde\x72\x9b\xb6\x98\xdb\xe4\x7b\xdc\x9e\x12\xb8\x87\x04\x81\x23\x8b\xa5\xf1\x71\xb8\x2c\x98\xf6\x07\xfb\xa7\xec\xa1\x3c\x17\xe2\x7d\x90\x46\x63\x60\x24\xd7\x03\xda\xc8\x62\x69\x1c\xac\x09\x88\xa3\xf7\xe9\xca\x14\xae\x07\xe4\xe6\x95\x4c\x0b\x89\xd9\xeb\xce\xd2\x3c\x72\x52\xb8\x40\xef\x97\xd1\x53\x33\x89\x1b\xe9\xff\xe2\x32\xf5\x09\xb1\x0e\xb8\x4e\xe3\xa1\x85\xfe\x4d\xf2\xbf\xe1\xdc\x3c\x3f\xee\xff\x7d\x17\x6e\x1f\x35\x53\xa3\x8c\x5c\x14\xd5\x86\x66\xe8\xa3\x19\x83\x29\x53\x3d\xf2\x9e\x49\x3b\x98\xc7\x96\xde\xf4\x17\x8b\xd5\x76\x13\xdf\x50\x3c\x9b\x2b\x31\x3d\x4a\xbc\x4e\x0a\x4d\x85\x7b\x78\xe7\xa1\x42\xe9\x1f\xf4\xa6\xbe\x23\xd4\xf7\x73\x84\x7c\x79\x55\x78\xfe\x99\x42\xfd\xff\x5c\x19\xb7\x29\x03\xb9\xe5\xbc\x50\xc4\x1c\xce\x7f\x85\xba\x44\xd0\xf8\xde\x51\x7c\x94\x54\x68\xb6\x86\xf3\x3e\x51\xeb\x77\x9d\xa2\xaa\xb1\x27\x38\x0f\xb3\x6c\x32\xe7\x80\xe6\x15\x73\x3e\x60\xa6\x42\x06\x55\xdb\x27\xe9\x5f\xa1\xf1\x34\x22\x99\xf3\x5f\xfd\x7a\xdf\xa4\x3e\x12\x1d\x03\xee\xd0\x3c\x69\x16\x56\x40\x3f\xaf\x31\xbc\xf0\x06\xf7\xbf\x54\xc8\x93\x65\x39\x0d\xe8\x4d\x52\x76\xce\x82\x22\x59\xfe\x9d\x77\xfa\x7b\x91\x36\x8d\x9e\x48\x45\xaa\x3b\x8d\xb8\xf2\x62\x4e\xec\x55\xa4\xc6\xd1\x8c\x2b\xcf\xb9\x44\x79\xa1\x62\xe0\x63\xda\x09\x95\x1b\x7e\x9f\xc7\xe3\xc5\xfd\x2b\xb8\xc0\xed\x6d\x81\x87\xa8\xee\x87\xf3\x4e\x88\x8b\x50\x71\xbe\x40\xf7\x9a\xf6\xfe\x88\xa2\x59\xb6\xb3\x13\xf7\xdf\x7f\xfe\x09\x7a\x2f\xfa\xea\x27\x12\x2f\xe9\x1d\x7b\x96\xf4\xb1\x56\xaf\x4c\xa7\x7d\x98\x5b\x58\x26\xfd\x35\x97\x0e\x57\x49\xc5\x66\xea\xbb\x2c\x7a\x8a\x13\xae\xdd\x24\x2e\xcc\xee\x25\xf7\xbb\xa7\x47\x3e\xf1\x63\xed\x8e\x72\xdd\x10\xd3\xcc\x62\xca\xf6\xaa\x4f\xb9\xaa\x0b\xbf\xb1\x26\xf9\xef\xbd\x9a\x02\xbd\x17\xde\x59\x35\xa3\x71\xf0\xfe\x0c\x27\x7c\x3f\x75\xe3\x2b\xd9\xf7\xdf\x96\xd1\xca\xe6\xc3\xb6\x00\xea\xc4\xf4\x31\x80\xf3\x62\x1f\x1d\x32\x68\xfe\xbc\xcb\xbd\x4f\xdf\xff\x6e\xf4\x7b\x9a\xd1\x95\x42\x1c\x4a\x4f\x73\x2b\xea\xe7\x54\xc7\xa5\x76\x9f\x20\x8a\x4b\xa8\x5e\x82\x01\xcd\x83\x13\xbc\xff\xdd\xe6\x6e\x29\xb4\x7e\xf6\x39\xcf\x69\x2c\xcf\xb1\x5c\xf7\x6a\x69\xc0\x55\x7a\x7b\xb9\x4e\xe6\xbc\xdb\xcc\x94\x1b\xf4\x7c\x9d\x8c\xee\xd0\xba\x79\x54\x42\x01\xed\xbb\x07\x7f\x7f\x48\x7a\x12\x3d\xea\x3d\xa2\x6e\x3e\x6d\xf4\xf9\xa8\x35\xe9\x5d\x46\x7c\x9d\xaa\xf9\x4b\xee\x1e\xde\x95\x73\xfb\x23\x47\x86\xf7\xef\xf0\x32\xa6\x1d\x4b\x35\x07\x12\x3d\x4e\x13\x35\x74\x1f\x36\x0a\x75\xfb\x03\xbc\xef\x8b\x57\xb2\x50\xef\xbf\xc3\x39\x01\xbb\x57\x34\x8e\xc4\x7a\x7e\x55\x3b\x6e\xcb\xa3\x85\xb8\x08\x5c\x58\x51\xc8\x9f\xe2\x52\x9b\x83\xf2\xd5\xe7\xcf\xdb\xbb\xf8\x0a\xcd\xeb\x95\x29\x59\xe4\xaf\x9b\xa0\x93\xe2\xd2\xf0\x36\x7d\x7e\x86\x77\xc1\x0d\x3e\x1f\x84\x3e\x59\x59\x45\xe4\xd7\xc0\xb3\xa5\xf4\x7b\xba\x6d\x28\xa3\x7d\x4b\x9b\xc2\x17\xc4\x9d\x19\x07\x56\x51\x9e\x54\xd5\x7f\x4f\x5c\x45\x1d\xa9\xef\x42\x3c\x7e\xf2\x30\xd5\x1c\x88\xa0\x83\x32\x42\xd0\xbf\x98\x23\xdc\x8c\xf2\xca\xe7\x36\x58\xe0\x25\x8e\x09\x7a\x21\x19\x82\x1e\xc8\x7d\x81\x13\x12\x74\x62\x04\xe5\x8d\x4f\xc2\xfa\xaa\x5a\x0f\x45\xd4\x89\x11\x3a\xd8\x14\x1e\x95\x58\x7f\x81\x87\xd9\x34\xf3\x22\xad\x9b\xd6\xa5\xf3\x3e\x78\x9e\x54\x39\xfb\xd9\x1f\x6c\xc1\xee\xbb\xd4\xad\x65\xce\x42\x3e\xce\xa7\x5a\x15\x13\x17\x3b\x71\x18\x1f\xe7\x23\xb6\x3c\xa7\x71\xd4\xdf\x85\x8f\x77\xb1\x5f\x56\xeb\x94\x77\x44\x81\x35\x55\xfb\x46\x7a\x42\x6a\xb7\x84\x13\x8f\x31\xec\x77\x0e\x44\xe0\x5f\x3a\x0a\xdc\xc6\x10\x81\x7f\x99\x22\xf4\x81\x59\x36\x99\x5b\xb1\x3f\x8e\xd8\x0f\xe6\xa4\xc0\x7b\x88\x7d\x71\xf8\x93\x61\xec\xa5\xa0\x0b\xc2\xff\xd2\x6f\x7a\x28\x7d\xb9\x2d\x5b\xc7\x6a\xeb\x1e\xfc\x0f\xfe\xe3\x6f\x1c\x48\x4f\xa1\x8f\xc9\x6f\x1c\x88\x70\x9f\x73\xfa\x46\xe0\x73\x05\xef\x87\xf2\xfe\x29\xef\xfb\x50\x55\x01\xf8\xdd\x00\x5e\xd8\x4a\xd6\xa8\x40\xc5\x7d\x60\xff\x36\xa0\xa2\x1f\x10\xaf\x00\x3c\x3f\x08\xa4\xde\x00\xca\x36\x03\x39\x6b\xb8\xfe\xc7\xa3\x34\xa0\x72\x13\xf0\x65\x0b\x50\xba\x85\xff\xee\x02\xe1\x5e\xf3\x6f\xfa\x0f\xc2\x7d\xdf\xb3\x42\xdd\xf7\x8c\x50\x27\x3f\xd9\x9f\xdb\x04\x41\x9b\x43\xac\x7f\xfe\xc9\xff\xbf\xe9\x5f\xfc\xaf\xfe\x1f\x35\x38\x90\x48\x60\xec\x37\xe0\x87\x94\x64\x6d\x01\x7c\xde\x0d\xb8\xbe\x06\xde\x86\xf1\xbe\x0f\x2f\xcf\x01\x1b\x64\x80\x72\x3f\xc9\x5a\x15\x28\xfb\x04\x48\x76\x60\x4f\xbf\x00\xb1\xe6\xc0\x53\x39\x40\x32\x53\x9f\xdc\x02\x72\xfa\xf3\x7b\xee\xa5\x0a\x3c\x1e\x9f\xfc\x80\xe2\x67\xfc\x6f\xdd\x11\xfc\x15\x75\x40\x44\xfe\x41\xe4\x3f\xaa\xf9\x17\xc1\xff\xda\xf5\xdf\x7f\xe2\x1f\x9a\x3f\xe7\xb6\x76\x1f\x94\xbf\xf6\x43\x11\xc6\x45\x77\x81\xb9\xf8\x95\x03\xf9\xe2\x07\x38\xa5\x01\xef\xe6\x01\xce\xa3\x80\x57\x7b\x81\xe5\x69\xc0\x8b\x51\x80\x64\x7d\xf4\x7c\x3b\x10\xd8\x1b\x28\x75\xe2\xb5\xa8\xc7\x1e\xc0\x51\x59\xa0\x64\x2c\x70\xf6\x1a\x50\x62\x05\x48\x32\x73\x49\x47\xde\x03\xe5\x89\x2a\xf0\x59\xf5\xe7\x7d\x6f\xb1\xee\x5d\x3d\x0e\x1e\xfc\x37\xff\xc5\xfa\x3f\xfb\x0f\xfc\x47\x6d\xfb\x47\x0e\x24\x12\xe8\x37\x15\xf8\x76\x00\x18\x61\x02\x7c\xb2\x05\x26\xb9\x03\xaf\x36\x03\xb3\xf5\x81\x4a\x55\x60\x89\x25\x50\x2e\x03\xac\xb5\x05\x4a\x13\x24\x39\x0a\x90\xbc\x5d\x24\x3b\xb6\x47\x2a\xc0\x11\x27\x5e\xe7\x4e\x4e\xe6\xba\x1f\x92\x8c\x55\x94\x0d\x14\x7b\x02\x8f\x37\x00\x5f\xae\xff\xe4\x81\xb2\x84\xfa\x9d\xa8\x83\x52\xad\x7f\x60\xfd\xe7\xf1\xff\xb7\x7b\xf0\x7f\xf2\x5f\xbf\x17\xb7\x22\x07\xf1\x37\xfd\x8b\xdf\xe2\x21\x19\x17\x2b\x39\x07\xf2\xf5\x06\xaf\x73\xbf\xf9\x0e\x8c\xdb\x08\xbc\x6a\x0c\xcc\x48\x06\xca\x5c\x39\x2f\xf6\xe4\x02\xbf\xef\x5f\x5d\xef\x0e\x95\xac\xe5\x80\xfb\xc9\x80\x64\x87\x2a\xf9\xf8\x6c\x0e\x70\x2f\x13\xb8\x9e\x07\x3c\xd0\x03\x8a\xcb\x81\x87\x7d\x80\xcf\x4f\x7e\xea\xa1\x54\xeb\x1f\xd4\xe7\x56\xec\x7f\x22\x3e\xff\x58\x03\x6e\x45\xfe\x21\xba\x5e\x4d\xff\x7f\xe5\x1f\x9a\xd4\xd2\x2d\xf8\x1b\xff\x51\xdb\xea\xba\xfd\x12\x47\xa1\xde\xff\x55\x19\xb0\x71\x01\x3e\xec\x02\xfa\x9d\xe4\xf3\x60\xb4\x02\x50\x3e\x84\xf3\x0f\x25\x7b\x80\xf9\x73\x81\xe2\xd1\x80\x87\x2e\x50\xb8\x05\xd8\x94\x02\xdc\xdb\x0e\xec\xee\x0b\xdc\xed\x03\x1c\xea\x00\xe4\x2d\x00\xce\xdc\x04\x6e\xbb\x00\xd7\xfc\x81\x5b\xa9\xc0\xc3\x06\x92\x55\x33\xf0\xde\x07\xc8\x16\xfa\x81\x64\xb4\xac\x39\x0f\x44\xfe\xe7\x88\xd0\xc3\xaa\xba\xef\x89\xd0\x3f\x43\xe4\x1f\xc4\x3a\x78\xc8\xa0\x9f\x71\xa8\xed\xff\xdf\xfa\x9f\xfc\xc6\x83\xfc\x12\x8f\x1f\x83\x81\xe6\x25\xc0\x47\x63\xa0\xfd\x22\x3e\x0e\x7a\x59\x02\x15\x2b\x81\x61\x2a\xc0\x93\x06\xc0\xa4\xfd\x40\x51\x7f\xc0\xb9\x0e\xf0\x60\x28\xb0\xa2\x12\x28\x98\x04\x6c\x34\xe7\xfe\xed\x9a\x04\x48\x56\x67\xd1\x2e\xc0\x0d\x0f\xe0\xf4\x3c\x40\xb2\x6a\xb9\xde\x02\xc8\x0d\x03\x8a\x37\xf1\x5c\xf1\xee\x20\xef\xa1\x43\xf3\x40\xa8\x57\x9f\x8a\xad\xf5\xfc\xdb\xd4\x7c\xee\xe1\xe7\x6a\xfa\x1f\x2c\xf4\x9d\xda\xf1\x4b\x9e\xac\xed\xbf\xc8\x7b\x88\x7c\x83\xc8\x03\x88\x1f\xd7\xd6\xbf\x90\xfc\xfc\x0f\x4f\xc0\x30\x9e\x73\x2f\x92\x71\x21\x59\x45\x74\x49\x01\x9e\x1a\x00\x03\x72\xb8\xce\xd1\xd8\x49\x9c\x01\x94\xe4\x89\xbb\xef\x80\x65\xb6\xc0\xad\xb3\xc0\xfa\x6e\x40\x76\x15\xb0\x63\x1b\x90\xb3\x99\xc7\x21\x4b\x15\x38\xad\x0a\x64\xd5\x01\xb2\x66\x73\xee\x41\xf2\xde\xbc\x16\xcd\x59\x3b\x31\x1f\x8a\x1c\x90\x38\xff\xa3\xce\xfd\xf9\xb9\xef\xfa\xca\xad\xc8\x01\x6c\x17\xb8\x10\xff\x5b\x3f\xe3\xf0\xaf\xfb\x80\xfc\x41\x17\xe4\xc7\x16\x40\x6e\x00\xf0\x49\x19\xd0\xb4\x00\x5e\xf5\x96\xac\xa1\x39\xf7\xd1\xfe\x38\x50\x1c\x0b\xd8\x06\x00\x0f\x52\x81\x91\xc3\xf9\x73\x9f\x6a\xce\x35\x70\x24\x79\x22\x7b\x35\xb0\xf6\x10\x70\xad\x33\xb0\x5d\x0e\xb8\x32\x9f\xeb\x82\x5c\x76\x05\xed\xec\x32\x37\xf2\x18\x48\xde\x87\x92\x58\x66\xaa\xf2\x3c\x99\x22\xe4\x07\x51\xff\x27\xc6\x49\x78\xee\x02\xff\x21\xf2\x3e\xa2\xdf\x3b\x2c\x6b\xfa\xbd\x45\xc8\x23\x1b\xd9\xcf\x38\xfc\xbf\xf9\x0f\xf7\x9f\xdc\x43\xd5\x0b\x40\x3e\x04\xa8\x88\x02\x74\x7a\x01\x25\xdb\x01\xb3\xe1\xbc\xe7\x91\x64\x5c\xe4\x15\x03\x76\x4d\x80\x1b\x37\x39\xff\x20\x79\xc6\xae\x83\x80\xcb\xaf\x01\x2f\x4f\xe0\x92\x06\x5f\x47\x5c\xd8\x00\x1c\xac\x0f\x9c\x8b\x00\x12\x4b\x80\xb4\x7e\xc0\xb5\x7e\x5c\x43\xe8\xb1\x25\xcf\x9d\x5f\x6c\x7e\x72\x40\x87\x3c\x6b\xfa\x1f\x82\x3f\xfb\x5d\x9b\xfb\xf0\x11\xc6\xcd\x3f\xf2\x0f\xff\xc4\x01\x08\xdc\x07\x57\xd7\x03\xde\xcd\xe0\xb6\x92\x6f\x0e\xe8\xfd\xae\x1c\xc8\xfd\x37\x74\x02\xf2\x3b\x03\x56\x7d\x80\x5c\x27\xbe\xce\xba\x7a\x11\x18\xd3\x07\xc8\x2c\x05\xe6\x78\x02\x17\xb6\x03\xab\xa5\x81\xd4\x50\x60\x6b\x01\x70\xd6\x0c\x38\x90\x0b\x9c\x9e\x03\x9c\xcc\x07\x12\xe7\x00\x57\xc7\x02\x92\xb5\xf3\x23\x77\xe0\x84\x37\xf0\x71\xe7\xcf\xf7\x9f\xe8\xbf\xc8\x3b\x89\xbc\xcf\x16\x63\x6e\x7d\x85\x9e\x6c\xeb\xac\x6b\xfa\xed\x39\x96\xdb\x95\x73\xff\x21\x0e\xff\x50\xff\x16\xfd\xff\xb8\x9e\xdb\x97\xc6\xdc\x3e\x4d\xe1\x96\x6e\x9d\x64\x03\x79\x7e\x80\xc6\x18\x20\xb7\x3e\xd0\xfc\x22\x70\x75\x04\x60\xf3\x02\xc8\x78\x01\x0c\x1f\x07\x9c\x1b\x0d\x4c\x37\x01\x52\x64\x80\xe5\xeb\x81\xc4\xaa\x3a\x17\xb7\xd4\x05\x8e\x17\xd4\x9d\x1d\x6e\x0e\xc4\x2d\xac\x37\xf7\xc4\x19\xe0\xe8\xa3\x7a\x57\x2f\x57\x01\x87\x5d\xa5\x87\x3e\xdc\x0e\xc4\xf8\x4a\xeb\xbc\x6f\x0c\xec\x77\x92\xa6\x73\xe7\xe0\x60\x69\xba\x9f\xe6\xef\x21\x5d\x8f\xfc\xfe\x2a\x4d\xf7\xaf\xd6\x4e\x97\xa2\x73\x68\xaf\xcb\x52\xfb\x25\x76\x75\x61\x1d\xea\x67\xbd\xe2\x73\x1d\x3a\xb7\x5f\xd2\x8e\xfb\xb4\xa8\xe1\x2f\x71\xf8\x17\xfc\x43\x6d\xff\xb9\x0a\x23\xd7\xf2\x91\xfc\x57\x24\x9c\x36\xe6\x09\xa7\xaf\xd9\xf7\x80\xfa\x43\x80\x8b\x29\x32\xb6\xfa\x2d\x80\xb4\x2d\x0a\xaa\xed\x24\x73\x5e\xa9\xc1\xe3\x81\x8e\xc0\xf1\xfe\xaa\xef\x1d\xdd\x81\xd8\x33\x1a\x9a\x8b\xc2\x81\x43\x7e\x9a\xcf\x7c\x87\x02\x91\x07\xb5\x74\xf6\xf4\x04\x0e\xd8\x69\xa9\xc7\xad\x04\xf6\xdd\xd7\x1a\x92\xf1\x06\xd8\xdb\x42\x6b\x54\xc1\x08\x20\xd4\x49\xcb\xff\xb5\x09\xb0\xb3\xb9\x16\x7f\xee\xee\x0d\xd7\x4a\xec\xfa\x36\x9a\xc4\xb5\x78\x56\xa9\x6f\xa6\xe7\xbc\x50\x85\x74\x60\x96\x29\xa9\xd0\xf9\xed\xe2\x26\xca\xa4\xf7\xbd\x60\x91\xc2\x0b\x89\x9d\xb7\x48\x3e\x43\x62\x9d\xdb\xcb\x5e\xf9\x57\x71\x28\x13\xfc\x17\x6e\x19\xbe\x44\x1d\x3a\xaf\x28\xb5\xae\x4f\xf5\xec\x82\xb3\x0d\x68\x57\x7c\xcb\x4e\x8d\xce\x9f\xae\x46\xab\xd2\x3e\xfb\xdc\x21\x4d\x3a\x2d\x49\x9a\xa9\xd3\x57\xf3\x2e\x10\x37\x4e\xb7\xb8\x55\x8b\xba\xc1\x31\x23\xf5\x93\x7a\x9c\x91\xbe\x74\x40\xca\x20\x7d\xf4\x00\xd9\xca\x3d\xa3\x0c\x47\xce\xad\x23\xf7\x3a\xd8\xcb\x70\xac\xa7\xae\xc2\x81\x20\x15\x43\xf5\xa0\xfd\x8a\xf7\xb7\x2d\x31\xac\x1b\x9d\xa7\x54\xbe\xd9\xdb\x20\xea\xec\x90\x06\x1d\x36\xda\x18\xcc\xb9\x59\x47\xe9\x93\x6f\x2b\x83\xe3\xcf\xfb\x29\x8d\x5c\xaf\x65\xe8\xc2\x98\xc2\x55\xf7\x9d\x86\x81\x8c\x29\x68\x2d\x6d\x6e\xd8\x93\x31\x79\xad\x05\x97\x0d\x3a\x31\x56\xff\xbc\x4b\x9c\xbe\x1f\x63\xb2\x85\x73\x0e\xeb\xc9\x33\x26\xe3\x3a\xc3\x4b\xf7\x1b\x63\x32\x5a\xd3\x02\x74\x2d\x18\x93\x1e\x3a\x25\x5f\x47\x9a\xb1\x7a\x2d\x9d\x3a\xe8\x0e\x63\x4c\xda\xe8\xaf\xfe\xf7\xe3\xf6\xc3\x4d\xd0\x39\x42\xb9\x96\x02\x9d\x8a\x14\xcf\xd6\xe2\xfc\x47\xa1\x2e\xd5\x33\xb2\x8d\x9a\xd0\xae\x38\xf3\x82\x09\x9d\xcf\xa5\x78\xb7\xa4\x91\x91\xb0\xde\x4c\x56\x62\x63\x52\x5a\xdb\x2a\x46\x00\xfb\xca\x5b\x5f\x34\x5a\x21\xed\x1d\x1c\x64\xf1\xb8\xc3\x34\x85\x06\xfe\xac\x75\xf7\xc1\x7b\x95\x3e\x6f\xcc\x6b\x6d\x3c\x45\x55\x25\xca\xa7\xad\x45\xec\xd2\xcd\xea\xd2\x5e\xcd\x2c\xe4\x37\x7d\xd4\x78\xb9\x2a\xcb\xdc\x37\xfc\x40\xc3\x09\xcb\x57\x98\x25\x9c\x9a\xdf\xf0\xf9\x92\x8b\x66\xce\xd7\xd6\x6b\x69\x2f\x8a\x31\x1b\x5b\x7c\xad\xe1\x24\xb7\x81\xe6\x03\xbe\xb6\xd2\xb8\xe1\x72\xca\x2c\x8b\x31\xb5\x88\x19\x1f\x5b\x3d\x65\x4c\xe5\xf8\xe4\xf2\x96\x7b\x19\x6b\x50\xe6\xb8\xb4\xf9\x61\xc6\x94\x3a\x38\x74\x32\x2d\x63\x4c\xe1\xe9\xc4\x51\xa6\x9d\x18\x53\x68\x3f\x26\xb7\xa9\x15\x63\xf2\xf5\x46\xef\x33\x8e\x62\xac\xfe\xd7\x11\x17\x9b\x28\x31\x26\x7b\xf8\x37\xff\x85\xf1\xfd\xe1\x81\x1c\x9d\x33\x3f\x37\xd5\xa4\x73\xe8\x22\xe1\x94\xe4\xf6\xd4\xe6\x74\xba\x7c\xcd\xd2\x8a\x3e\x71\x3e\x8d\xf3\x2f\x49\xe3\xba\xd0\x29\xea\xb1\x27\x5d\x17\x4b\x6c\x44\xef\xee\x74\xde\x1f\xb2\xb2\xa7\x5b\x1d\x06\x04\x7c\xb6\xfd\xac\x5d\x2a\xa5\xbf\xa1\xaa\xe7\x42\x0b\x29\x05\x19\x8f\x57\xdd\xe7\xf6\x7a\xa2\xd6\x60\xb9\x5e\xb7\x82\x71\x56\x9a\xf3\x16\x3e\xeb\x5a\x3c\xbf\x75\x23\x7b\x97\xce\x36\x2f\xd6\x59\x35\xbe\x34\xeb\x6a\x97\x94\x90\xe3\xba\xcb\xa6\xf5\xef\xa2\x75\x6c\x93\x9e\xfb\xe4\x64\xeb\x51\x99\x86\x7a\x85\x8e\xcb\xad\x5b\xdc\x57\xd7\x9b\xeb\xd0\xcc\x7a\xe9\xdb\x87\x3a\xc7\x26\x38\x58\x77\x65\xac\xd1\xf7\xd1\x05\x9d\x0c\x18\x6b\xa8\x65\xef\xd4\xfe\x23\x63\xea\x47\x86\x8d\x6b\x37\x93\x31\xd5\x4a\x91\xf3\x18\x3c\xb4\xcd\x15\xc6\x94\x17\x0d\xb4\x6d\x7d\x80\x31\xa5\x3b\x03\xfa\x98\x07\x30\xa6\xe8\xd7\xcf\xdc\x2c\x92\x31\x85\x53\x3f\xdf\x03\x9c\x03\xf9\xa0\xa7\x44\xf6\xf9\x6c\x1d\xaa\x63\x3c\x70\x68\x46\xe7\xd8\x77\x66\x73\x7f\xaf\xe8\x73\x15\xdd\xb4\xc5\x3d\xa8\x3e\x73\xaa\xb8\x2f\x9d\x8e\x1d\xf6\x1a\x44\xa7\x27\xfb\x57\xd8\x71\xdd\xef\xeb\xc3\xa9\xca\xb0\x29\xcb\x9e\xee\xc7\xae\x89\x1b\x75\x5a\x25\x16\x58\x1e\x69\xff\xa1\xe9\xe3\xfa\xf3\xe7\xfb\x0f\x8f\xea\x62\xaa\xe2\x39\x7d\xc5\xd0\x61\xc3\xe4\x1b\x39\x3b\xbc\xb2\x6b\x3c\xe3\xb8\xce\x9b\xb1\xf7\x06\x6f\x5f\x6d\xad\x1f\x67\xbf\x7a\x50\x50\xe0\x68\xc3\x77\x43\xed\x06\x8e\x8e\x7e\xd4\xa4\xcd\x60\x9d\x01\xeb\x52\x63\x9b\xe4\x0c\x38\x38\x40\xe9\xf6\xed\x26\xb3\xfa\x1f\x1f\xd0\xf0\x45\xa1\xe1\xfe\x7e\x0f\xfa\x57\x31\xa6\x37\xa0\xcf\xed\x3e\x33\x19\x6b\x3c\xdf\xd6\xb6\xd7\x56\xc6\xb4\xfc\x7b\x9c\xec\xd1\x8c\x31\xcd\x0e\x5d\x1f\x77\xad\x62\x4c\xed\x7d\xd7\xe4\xae\xca\x8c\xa9\xad\xb3\x99\x68\xdd\x9f\x31\x95\x03\x5d\x06\x74\x7e\xcc\x98\x4a\xcb\x4e\x8f\x3a\x66\x33\xd6\x60\x2b\x63\x52\x74\x7a\xf3\x81\x29\x93\x3f\x65\x1c\x03\xc2\xfd\x24\x4b\xca\x84\x37\x5e\x58\xd3\xed\xb8\x8b\x95\xbd\xc8\xaf\xb3\xfa\x9c\x0b\x38\x11\xc7\xb9\x88\xc3\x63\x46\x53\x9f\xe7\x70\xc5\xb1\x74\x4e\xbf\xd3\x71\x22\xd5\x69\x36\x05\x39\x52\x7f\x77\x0f\xaf\xc9\x34\x7f\x16\xc6\x4d\x7b\x2f\x6d\x02\xcc\x19\x3a\xdd\x54\xaf\x61\x3d\x1f\xc7\xc0\xa9\x4a\x6d\x07\x28\x0d\x19\xd5\xd3\xe9\x69\xff\xd7\x9a\xe3\x87\xcc\x76\x9c\xe4\x98\xa4\x9d\xd3\xaf\xd0\x61\xc1\xd2\x05\x3a\x89\xb6\xba\x93\xae\x6e\x59\xa6\x5b\xd2\x7d\xe8\xc4\x92\x83\xa5\x7a\x23\x6d\x86\x4d\x9c\x93\xac\xaa\x67\x6a\xbd\x63\xc2\x91\x1b\x9b\x75\xdd\x3b\xaf\x9c\x90\x53\xd6\xbd\xf1\xb3\xce\x4b\x27\x6c\x61\xac\x91\x55\xa7\x46\xa3\x4b\x18\xd3\x2c\x69\x7f\xc3\xbe\x31\x63\xea\xe3\xda\x3f\x1f\x3a\x8c\x31\xb5\x35\x6d\x0f\x0e\x9e\xc4\x98\x8a\x5b\x5b\x9f\x01\x6f\x18\x53\x2e\x6a\xab\xd0\xef\x3e\x63\xca\x2d\xdb\xdc\xef\xfd\x91\x31\xa5\xb7\x96\xad\x7b\x3d\x65\x4c\xf1\xc4\xc7\x1c\x4d\xaa\x63\x3d\x1f\x6f\xca\xfd\x4f\xee\x48\x19\x31\xd7\x85\x73\x30\x99\x56\x9c\x73\x4a\x3e\x3a\x82\xaa\xaa\x09\x5b\xc7\x11\x1f\x78\x28\x60\x12\xd5\x2d\xf6\xdd\xe4\x3a\x21\x3b\x03\xb8\x6e\xc2\xe6\x29\xbc\x7f\x8c\xe7\x68\xce\x49\xb8\x65\xcd\xa7\x4c\x3b\x2d\xc8\x8d\x4e\xd9\x26\xcc\x58\xdc\x49\xe3\x38\x30\x4c\xca\x4d\xba\x65\xb1\x5c\x40\x9f\x7a\x0b\x3a\xf4\xf4\x53\x1d\xd0\x6d\x82\xeb\xae\xf1\x5a\xea\xd7\x3b\x3d\x75\x55\x58\xb8\x52\xb3\x65\xbb\x4d\xf3\x97\xf9\x79\x34\xd4\xb1\x7c\x30\xef\x58\x78\xbb\x86\xad\x2d\x3a\xce\x53\x4e\x3c\xa1\x59\x61\x36\xc1\x25\x2d\x7b\xaa\xa6\x71\xab\x35\x2e\x5d\x9e\x3c\x50\xbf\xd6\x6a\xb9\x4b\x5f\xc6\x54\x07\xb4\xec\x37\x4b\x9e\x31\x65\xaf\x16\xad\xa6\xf8\x33\xa6\xf4\xb0\xf9\x01\x87\xbb\x8c\x29\xbe\x6f\x3e\x7b\x7c\x2e\x63\x8a\xd6\xcd\x4d\xc6\x5e\x67\x4c\xe1\x92\xe9\xd5\x51\x73\x19\x93\xdf\xd0\xcc\x64\xc4\x2d\xc6\xe4\xa7\x35\xbb\x35\xac\x1e\x63\xf2\xd3\x45\xfe\xeb\xc1\x4a\x1b\x07\x9e\xf7\xfb\x11\xef\x70\xd9\x65\x38\x9d\x02\x9f\xdd\x34\x9e\xb8\x80\xe3\xe6\x8e\x74\x2f\xef\xd0\xd6\xe9\x14\x87\x7d\xd1\xb3\xc9\xef\x9d\xd6\xf3\x74\xe8\xf9\xc7\xf3\xbe\x39\xde\xc5\x8b\xe8\xb4\x70\x49\xf1\x32\xca\xaf\xb3\x34\x56\xd2\xb9\xef\xd8\x5d\x1e\x74\xcf\x6d\xc0\x22\xef\x53\xf5\xed\x80\x1e\x75\xbd\xb5\x8c\xa2\xa5\xbd\xdb\x3b\x79\x1e\xb4\x36\x51\x34\x6d\xed\xeb\xe9\x3f\x72\x98\xd2\xaa\x96\x5b\x3c\xad\x5d\xe6\x37\x68\x6b\x7a\xca\xe3\x96\x4f\x8b\x06\x41\xc6\x29\x1e\xdd\xf6\x5c\x68\xb0\xc8\x68\x96\xfb\xbd\x13\xbe\x4a\x37\x0d\xe5\xdd\x7b\x5d\xdb\xad\x24\x67\xa0\xb3\x3a\xb1\xc4\x4d\x21\x44\xff\xd5\xea\x93\x3f\x3e\xc8\x79\x1b\x68\x2e\x95\x63\xac\xfe\x0b\xfd\x46\x0b\xbc\x18\x93\x8d\xd6\xf5\x73\x09\x62\x4c\x46\x45\x4f\x6f\xd6\x70\xc6\x64\x2c\xf4\x62\x67\xa8\x30\x26\xb3\x58\xf7\xc6\x54\x67\xc6\xa4\x43\x75\x73\x1d\xfb\x31\x26\x3d\x4a\x77\xcc\xc4\x2a\xc6\xea\xdd\x12\xf5\x8f\x6e\xbc\xe5\xcf\xfd\x52\xc4\x28\xaa\x5f\xa5\x6e\x11\xf4\x7f\xd6\x4f\xa7\x53\xf5\x23\x0d\x9c\xc9\xaf\xf0\x2b\x0b\x48\x3d\x3c\x78\x20\xb9\x8d\x2d\x36\x9c\x0b\x59\x7b\x6f\x15\xcd\x93\x65\xa7\xe9\xb8\x1a\xce\xf1\xfc\x16\xae\x63\x0f\xae\x23\x60\x57\xec\x47\xa7\xa8\x9d\xfb\x6e\xa5\x71\x61\x19\xb6\xed\x9c\xb6\x02\x60\x6a\xb6\xd5\xd9\xaa\xa5\x4c\x82\xe1\x8f\xad\x1b\xed\x4c\x64\x3e\xea\xf5\xdb\x6a\x3f\xcb\x47\x26\xa9\xb1\xf7\xd6\x3e\xde\xa6\xd2\xa7\x1b\x7d\xdf\x6a\x18\xb2\xaf\xee\xed\xc6\xf2\x5b\xcf\x24\x78\x02\x8d\x34\xb7\xec\xbd\x62\x0f\x68\x7e\xde\x7c\xea\xd1\x3d\x40\x63\xf1\xa6\xf7\x5f\x43\x00\x55\x03\x1f\x5a\x4f\x29\xf9\x7a\x1e\x93\x58\x05\xed\x95\x09\x12\x2b\x3f\x70\xe9\x02\x89\xad\x7f\x74\x11\xf5\x12\x94\xbf\x32\x9f\xee\xf3\xd6\x0f\x71\x6e\x4d\xd6\x6b\x16\xe9\x05\xdc\x12\x6e\x53\x8b\xfd\xbf\x52\xee\x4f\xa6\xaa\xc9\x71\x36\x9b\x4e\x8f\x0f\xad\xe7\x5c\x40\xf8\xf8\xc5\xb4\x4e\x08\xd1\x5e\x41\x5c\x83\xbf\x3e\xd7\x4b\x58\x6f\xe8\x4d\xe7\xf1\xab\xf5\xb9\xbf\xae\x93\x7d\x29\x9e\xd3\xd3\xb7\x50\x75\x6a\x8c\x06\xbf\xad\xdf\x57\x65\x3b\x55\x27\x5a\x7f\xda\x45\xfa\xef\xba\xf7\x42\x1f\x28\x2c\x01\x1a\x59\xee\x59\xd6\x52\x0e\x50\xb7\xd8\x33\xa9\xef\x1e\x40\x39\x68\xcf\xa8\xc9\x85\x80\xe2\x96\x3d\xd2\x2b\xdf\x00\x72\xd2\xa1\x4f\x83\xc2\x01\x99\xb8\x50\xa9\xc3\xaf\x80\x7a\x83\x76\xdb\xa6\x87\x00\x52\x33\x42\x0c\xef\xfb\x4b\x1e\xc8\x2e\x9f\x77\x74\xcf\x3b\x48\xa8\x5b\x6d\x16\xea\x7a\xeb\x85\x8e\xea\x6b\xb8\xce\x7f\x3b\x8f\x61\xfc\xe3\x55\xc2\x7d\xff\x65\x42\xdd\xcf\x8d\xea\x17\x97\xbb\x8e\xa7\x7c\x9e\xe6\x35\xbd\x37\xcf\x7f\x2e\xf4\x7c\x63\x9b\x2e\xa1\xf9\xb1\xdf\x92\xf7\x85\x0a\x19\xc4\x9f\xb3\xff\xb9\x35\xb4\xa2\xf4\x2d\xe4\xfe\x7a\x62\x13\xef\x03\x63\xb7\x95\xaa\x91\xb3\x73\x02\x68\x85\x39\x49\x7f\x3b\xe5\x8d\xa1\xaf\x77\x77\x93\xd8\xae\xf3\xf7\x52\xbd\xa3\xd9\xdc\x03\xf4\xfb\x15\x11\x4d\xe3\xab\x9e\x74\x8c\xba\x2e\xbd\x99\x62\x5c\xac\xa9\xd2\x17\x5d\x31\x8e\xde\xbc\xd1\x89\x8b\xa8\x92\x1c\xdd\x6a\x2b\xd5\xb1\xa2\x9e\x45\x11\xc1\x1b\x39\x29\x8d\x22\x1b\x31\x2f\x9f\xfe\xf2\xc1\x4d\xaf\xa9\xb2\xb6\x4f\xa8\x53\xed\x12\xea\x14\x81\xc2\x7d\xff\x9a\xba\x1f\xc0\xfa\xbd\x35\xe2\x03\x0f\x1a\x27\x69\xaf\x66\x50\x3e\x4f\x3a\xc4\xfb\x23\xc5\xb6\x5c\x41\xb7\x49\x23\xce\xba\x53\x1f\x93\x50\xd7\xb5\x44\x59\x6c\x37\xf3\xa5\xe7\xeb\xb7\x7e\x53\x3c\xcf\x03\xfe\xf4\x9e\x5c\xaa\x11\x44\x79\x75\x7e\x53\xde\x47\x64\xda\x88\x50\x9a\x1f\x63\xac\xc3\x88\x2f\x1e\x30\x9c\xf7\x53\xe9\x50\x18\x4d\xeb\x30\x23\x8b\xa3\x54\xf7\x90\x31\x8d\xa7\xee\x0d\x40\xc2\x87\xc6\x54\xc7\x49\xd8\xd3\x99\x46\x64\x42\x9f\xd1\x5c\x91\x69\xd8\x02\xf2\x37\xfe\xce\x46\xba\x71\x1e\xbf\xe2\x00\xd5\x39\xe2\x2e\x25\x53\x05\x3e\xb6\x98\xf7\x03\x89\x2d\xe6\x15\x93\x23\x42\xdf\x87\x83\xc2\xbd\xff\x30\x41\x49\x7e\x97\xd0\x51\x7f\xc7\x06\x6e\xfd\xdd\x85\xf8\x08\xf5\x6e\x3f\x29\x89\x4d\x2c\x59\x48\xb7\x64\x8f\x8d\x5e\x4d\xcf\x37\xd2\x9b\x57\x97\xf7\xc2\x97\xe6\xc5\xf6\xa2\x4d\xb4\x8e\xda\x62\xe9\x4f\xff\xca\x75\x6a\x02\x07\xa4\x11\x42\x75\x9f\x85\x9e\x9c\x7b\x9a\xad\xcf\xf5\x61\x1c\x3c\x0f\x52\x15\x76\xd8\x2d\x5e\x2f\xef\xb9\xe0\x08\xd5\xf7\x5a\xbf\xe2\xb7\x6e\x1b\x17\x9e\xa4\x81\x55\x67\xf6\x19\x61\x67\x92\xa2\xa1\x3d\x84\x5b\xae\x83\x71\xa6\xd2\x9e\x2a\x3f\x67\xbe\x71\x85\xaa\xe4\xc4\xf5\x54\xa7\x4a\xde\x1b\x46\xa4\xea\x99\xed\x89\xe4\xff\xe9\x0b\xd9\xa4\x93\x72\xba\xf4\x39\xbd\xea\x13\x33\x79\xdd\x3f\x4e\xe0\x1e\x62\x96\x08\x71\x11\x9e\xbf\x38\x5e\x42\x05\x0e\x62\x97\xbc\x30\x6e\xa8\xce\x23\xea\x20\x45\xbb\xac\xa7\xe7\x1c\x66\xb7\x89\xd6\xc3\xc1\xb6\x9c\x7f\xda\xe6\xb2\x83\xf8\x17\x9f\xa7\xbb\xac\x79\x1e\xe0\x1c\xd0\x52\x81\x0b\x71\x89\x8d\x20\xce\x65\x8a\x57\x34\x3d\xd5\x31\x01\x47\x69\xfc\x0f\xb2\x8c\xa3\x3c\xd0\x55\xff\x04\x7d\x5f\x4b\x8f\x24\x9a\x7f\x9a\x09\x67\x43\xb9\xff\xe9\x4d\xb8\xcd\x9c\xd2\x90\x32\x6a\xc6\x69\xae\x83\x91\xb1\x61\x28\x75\x24\xc9\x54\x9d\x43\x23\x34\x43\x99\x67\xdc\x8c\xe9\xbb\x69\x25\x9b\x51\x3f\x81\xbe\x9e\x5e\x72\x85\xf3\x31\xfd\x4b\x88\x30\xb9\xd0\xf0\x0b\xe7\x1c\x84\xfe\x1e\x62\xdf\x17\x91\x8b\x39\x2c\xf4\x3f\xa9\xcd\xc5\xf0\x71\x73\xe8\x99\x2f\xd5\x5f\xc3\xe5\xb6\x50\xbe\x0b\x1e\xc1\xf9\xbe\x00\xc3\x60\x5a\x47\x6d\x3c\xb5\x87\x28\x94\x35\x01\xbc\x8a\xb6\xbc\x94\xf7\xc5\x5a\x30\xee\x10\xd5\xaf\x67\xbd\x8b\xa5\xf9\xe1\x30\x24\x8e\xe2\x31\x72\xf4\x49\x7a\x1f\xf4\x7d\x98\x44\x55\xfb\xce\xb2\x67\x69\x7d\x6a\xea\x7e\x8e\x74\x40\xd4\xd7\x5c\x14\xf4\x2f\xae\x09\x7d\x40\xb2\x26\x6b\xd2\x4f\x5e\x2f\xb7\xa2\x99\x74\x3d\x61\x08\x11\x99\x59\xd3\x67\x90\xbf\x59\xf9\x3c\x33\x65\x6d\xdb\x49\x33\x2c\x2b\xf1\xd8\x4c\xb2\xad\xf9\x6f\xba\x6e\xf5\x90\xf3\x1f\xe1\x1f\xe9\x6c\x24\x53\xc8\x0f\xa9\x42\x1e\x3c\xdd\x9b\x5b\x91\x17\x12\xc7\xcb\x61\x21\x4e\x9c\x8b\x39\x38\x90\x8f\xf7\xdd\x91\x9c\x2e\x08\x14\xb8\xaf\x4d\xf5\xc3\x9e\xd3\x3c\x28\xe5\x54\x92\xc8\x01\x2d\x9e\x72\x94\xf2\x9c\xb3\x4d\xdc\x1d\x1a\x07\xc5\x9c\xca\x18\x1f\x70\xfa\x22\xcd\x07\xf5\x14\x8a\x43\xaf\xbc\xf3\x54\xa5\x6e\xff\x28\x93\xfe\xb5\x4d\xd3\xb9\x4e\x8a\xf2\xda\x2c\x03\xee\xff\x4d\x61\x27\x73\x67\x9b\x46\x73\xb2\x1b\x5a\x53\x27\xbe\x3b\x6a\x03\x69\xa5\x91\x67\x39\x95\x73\x2f\x96\x2b\xe9\x6c\x23\xbf\x5e\x10\x91\xff\x79\xb1\xbc\xee\x9f\x17\xcb\x09\xab\xdb\x71\xf9\x44\x2a\xdc\x8a\xe2\x0a\x0b\x39\x82\x0e\xcc\x65\x61\xfc\xa7\x0b\x3c\x4c\x9a\xa0\x30\x70\xc6\x9c\xdb\x53\x42\xbe\xe0\x5c\x4c\xd8\xba\x5d\x94\x7d\x76\x14\x73\x0e\x68\x5b\xf7\x08\xa2\x6c\x36\x0c\xe3\xf3\xbb\x9a\x03\x3a\x9a\x40\xb4\x9e\xab\x0b\xd7\xcb\x98\xad\x9f\x4c\x59\xde\x09\x29\x59\x7c\x3e\x9c\xa3\x3a\xf8\xa0\xaa\x74\x7a\xce\xdd\x95\x2e\x11\x0f\x60\x59\x75\xfd\xa8\xc4\x36\xd9\xc6\xeb\xe5\x0d\x0c\xef\x34\xe5\xfe\xdf\x13\xe6\x47\xe1\x12\x15\x8a\x54\xe1\x2a\x73\xca\xb0\x45\x1a\xfd\x69\xfc\x17\xf5\xe3\x05\xf1\xa2\xe8\xa5\x94\x17\x0b\x9f\xf9\xf3\x1d\x9f\x57\x14\x71\x0f\x45\x76\xa9\x14\xd1\x22\x9d\x3b\x34\xa3\x0b\xb5\x5e\x52\x5e\xb9\x27\x70\x41\x37\x85\xf7\xc3\xf5\xf2\x5a\x71\x11\x38\x3a\x91\xa3\x4a\xd1\xa3\xf3\x9c\xd7\x9c\xeb\xf4\x2f\x8d\xa6\x75\x93\xdf\xa2\xd8\x36\xa8\xc9\x01\xd1\xd7\x17\xc5\x9f\xa6\xec\xe4\xd2\x3a\x95\xb2\xda\x34\x95\xf3\x94\xf7\x27\xa4\x70\x1e\xc6\x3e\x85\xeb\x66\xf4\x77\xb9\x4a\x79\xd7\x26\x2e\x9b\xfc\x6c\x6d\x7b\x8b\x7e\x8f\xe1\xda\xbb\xf4\xbe\x90\xff\x7c\xff\x15\xf7\xff\x31\x17\xb4\xc4\x53\x9b\x06\x44\x5e\x3c\xbf\xde\x82\x96\xf6\x65\x27\x7a\xd3\xfb\xb3\xcc\x6c\x12\xbd\x89\xcb\x6e\x2d\xa6\x0c\x55\xb6\x79\x13\x91\x25\x65\x32\x07\x49\x3f\xa7\xcc\xf8\x0c\xc5\xa5\xec\xe4\x4d\x7e\x33\x44\xbd\x9c\x08\x85\x27\x73\x7e\x10\x99\xf4\x50\xd0\x53\xca\x13\xf2\xc3\x4d\xe1\xfd\x90\xd5\xb6\x66\x5c\x32\x88\x13\x0a\x1a\x76\x98\x7e\xfb\x66\xd7\x63\xf4\x1c\x7f\x72\x40\xbc\x5f\xd2\x32\x45\xae\x83\xe4\x9a\x79\x9e\xe2\x33\xc7\x93\xd3\x8b\x53\x2c\x2f\xd3\x7a\x7a\xc2\xdb\x2c\x8a\x8f\xa8\x8b\xd3\xf7\x04\xd7\x8f\xe8\x34\x99\x9f\x4c\xb5\xfa\x76\x8f\x66\xbd\xde\xe3\x42\xea\x17\x23\x57\x59\xa2\xce\xfd\x2f\xdf\xc1\x6d\x55\x96\x1c\x6d\xdd\xaa\xdc\x4d\x69\x5e\xbc\x7d\xd5\x93\x46\xe4\x5b\xc6\x57\x76\xef\xe4\x39\xb9\xfe\x2e\x6e\x03\x7d\xfd\xfd\x2c\xfe\x66\x7a\xd7\x3a\x91\x48\xc7\x77\x6b\xb3\x3f\xf3\xaf\x3f\xa5\x37\xd2\x1b\xef\x1f\xf4\x1e\x79\x76\x82\xfb\x59\x2c\x3c\xff\x07\x15\x7f\x8e\x0b\xef\x13\x24\xea\x21\xf9\xe6\x24\x65\xd0\x38\xb0\x3e\x4b\xb4\xd1\xca\xa3\xe7\x05\x7d\xac\x4c\xfa\x57\xcd\x2b\xbe\x4c\xe3\x7e\xd6\xa2\xeb\x94\x17\x1c\x87\xe6\xf2\x75\xc2\x91\xdb\x34\x5f\xec\xb2\xb8\x5e\x8a\x6d\xc9\x7d\xca\xbb\x1d\x03\x1e\x52\x3f\x36\xb3\x31\xa5\xb4\x0e\xd5\xd3\x7f\x42\xfa\x22\xf2\x1f\x2b\xde\x8a\xfe\x73\xfb\xed\x94\x34\x65\x9c\xef\xcd\x0d\x69\x7c\xff\xd8\x22\xf4\xc7\xb1\xb5\x17\xf4\x51\x9c\x89\xe8\x63\x5e\x6b\x55\xf9\xc7\xbc\xb3\x21\x1b\x98\x20\xe8\x5e\x70\xee\xe1\xc7\x77\x41\xf7\xc2\x8b\xd1\x5f\x7c\x97\xc8\xcf\x52\x44\x4e\xa8\x5a\x27\x46\x8c\x8b\xdc\xaf\x71\x11\xf5\x90\xd6\x1b\xa6\x09\xfc\x07\xd7\x43\x5a\xa6\x73\x99\xc6\xc3\xc2\x88\x2c\xf2\x73\xee\xf2\x5c\xfa\x3e\x51\x17\xc8\xc1\xf8\x2e\xad\x13\x47\xce\x2f\x20\xfe\x6f\xf0\x68\xde\x4f\xa6\x67\xd3\x62\x03\x1e\x87\x67\xe4\xaf\xa8\x8f\xa3\x77\xad\xea\xaa\xc4\x2a\x84\xbf\xd9\xc2\xfd\xff\x2a\xf0\x62\x7f\xe0\x40\x04\x5d\x93\x21\x82\xfe\xc9\xd4\x13\xdc\xae\x10\xbe\x6f\x9b\x0b\xb7\x91\x77\xb8\x3d\xc3\x75\x74\x22\x73\x05\x3e\xe6\xb9\x60\xbf\xd1\x7a\xb3\xa6\xee\xc7\xcf\xb8\x54\xeb\xc4\x18\xb0\xbf\xf0\x0f\xb5\x39\x80\xda\x3a\x18\x62\x7d\xbb\x86\x1e\x88\x50\xe7\xfe\x5e\x0a\xd8\x95\x01\x9f\xc3\x01\xc9\xb8\x16\xef\x75\x57\xc6\x03\x2e\x1e\x40\x59\x3c\xb0\x6c\x12\xaf\xf3\xac\x73\x06\x8a\xaf\x03\x5b\x46\x03\x8f\xbe\x49\xde\x59\xc0\xc3\x02\x20\x32\x53\x92\xfd\x00\x49\x66\x12\xef\x79\x17\x39\x02\x79\x69\x5c\xf7\xfd\x85\x15\xf0\x28\x8e\x9f\x1d\x57\xdf\xfb\x17\xf9\x07\x41\x07\x5f\xe4\x1f\xc4\x7b\xdf\xa7\x84\x1a\x55\xc2\xa8\x5a\xf5\x3f\xf3\x9f\xe7\xd5\x7f\xd5\xbf\x70\xab\x69\xff\x35\x07\xe2\x01\x7c\x08\xe5\xfc\xc3\x9b\xee\xc0\x64\x35\xe0\x45\x05\x30\x37\x15\x78\x12\x0a\x2c\x2a\x01\x4a\x1c\x00\xaf\xae\x40\xa1\x19\xb0\x69\x3a\xf0\x50\x4a\xb2\x33\xe0\x1a\x07\x11\x1b\x81\x7b\xf5\x78\xcd\xfa\xfe\x59\x5e\xc3\x92\xcc\x32\x89\xcf\x85\x1b\x81\x8a\x77\x40\xa1\xa0\xc5\x5f\x5d\xf7\x16\x7a\x0b\x88\xf7\xde\x6b\xf3\x0f\x7f\xf3\x3f\xe2\x97\x3a\xce\x7f\xe5\x1f\x9a\x19\xd5\x8a\xc7\x2f\x7c\xd0\x97\x6f\xc0\xc0\xad\xc0\x3b\x75\x60\xc4\x0e\xe0\x65\x8e\x64\xcf\xc5\xcf\xf7\x67\xd8\x00\x25\xaa\x80\x5b\x0c\xd7\xb3\x77\xaf\x04\x1e\x8c\x00\x36\x7a\x03\xf7\x1c\x80\xe0\x39\x40\xfe\x32\x1e\x87\xfc\x9d\xc0\x71\x1f\xa0\xc0\x10\xc8\xbc\x01\xe4\x35\x07\x6e\x0d\x04\x0a\x2a\x80\xb2\x28\x20\x6f\x03\xf0\x79\xce\x4f\xdd\xff\xcc\x27\xbc\xc6\x24\x72\x40\xa7\x6d\xfe\xd9\xff\xda\xf5\xff\x3f\xf9\x5f\xad\x7f\x31\xa1\xa6\xfd\x1b\xf7\x60\xd5\x14\xf8\xc6\x00\x6b\x2b\xe0\xc3\x06\x41\xd7\xdf\x96\xd7\xf1\xca\x96\x02\xe3\xd4\x80\x92\x35\x9c\x0f\x2a\x1a\x2f\x59\x83\x00\x0f\x2f\x01\xee\xda\x40\x5e\x2e\xb0\xa1\x02\xc8\x5b\x27\x59\xc3\x00\xb7\xf5\x81\x03\x25\xc0\x6d\x69\xe0\x78\x0c\x70\xcb\x0e\xb8\xb0\x0d\xb8\x59\x09\xdc\x1e\x0d\xdc\xec\x04\x94\x66\xf3\x3a\xa9\x24\x0f\x5e\x71\xac\x39\x0e\xc4\x79\x20\xd6\xfd\x44\xff\xc5\xfa\xdf\x6f\xfa\x07\x7f\xe0\x1f\x1a\x0b\xf5\x2c\x2d\xa1\xc6\xf3\x37\xee\x41\xd4\x07\xa1\x9f\x8b\x02\xcc\xc0\xfb\xda\x58\xed\x00\xaa\x6c\x80\xae\x2f\x80\x4a\x47\x60\xa0\x21\xf0\xb4\x04\x18\xfd\x10\x28\xde\x07\x38\xdd\x04\x0a\xdd\xb8\x3e\x4a\x7e\x01\xb0\xc2\x06\xb8\x59\x05\xf8\x48\xac\x81\xe4\x1d\x0e\xe4\x1c\x03\xc2\x3d\x80\x1c\x67\x20\x5e\x1f\xc8\x0d\x02\x32\x82\x80\xdc\x79\xc0\x9d\x3a\x40\xf6\x39\xe0\xe9\x10\x20\xa7\x10\xf8\xfe\xe2\x97\x71\x20\xd4\x79\x4f\xf6\xfb\xb3\xff\xff\x86\x7f\x10\x39\x97\xbf\xf5\x01\xa9\xdd\xf7\xa3\x3a\x1e\x63\xb8\xee\x8d\x24\x1e\x62\xbd\xbf\xf2\x01\xd0\x69\x34\x50\x36\x1f\xe8\x3d\xf9\xe7\x3d\xff\xc2\x5c\xc9\x3b\x06\xc8\x67\xbc\xee\x7f\x73\x2e\xe7\x83\x6e\xcc\xe4\x77\xce\xb3\xac\x81\x80\xc1\xc0\xb5\xb3\x40\xb8\x01\x70\x3d\x1f\x48\xd0\x05\x24\xab\xb2\xf3\x45\xc0\xd5\x21\xc0\xad\x14\x40\xf2\x8e\x7c\x5e\xc1\xeb\xff\x12\xff\xcf\xf5\xa9\x39\x0f\x44\xfd\x9f\xea\xe7\x5f\x8b\x7f\x08\x15\xea\xe3\x22\x07\xf0\x4f\xfc\x43\x6d\x0e\xa2\xda\x2a\xd4\xfc\xba\xe4\xe7\xbe\x46\x48\xd6\x06\xc0\xeb\x33\x40\xb3\x24\xce\x3d\x58\x16\x01\xa5\x91\x40\xb7\x5e\x40\x91\x2d\x20\x59\x26\xdd\x73\xe3\xef\x8f\x5b\x7b\x79\x9e\xc8\xae\x04\xdc\xec\x38\xfb\xe4\x6d\x09\x5c\x2d\xe5\xb5\x69\xc9\xea\x6c\x9f\x23\xaf\xf3\xc7\x16\x03\x97\x94\x79\x1f\xa9\x4b\xc3\x80\x3b\xf7\x79\xae\x28\x9b\x06\x64\x2e\x06\xd8\xee\x9f\xf9\x50\xac\xff\xd7\xf6\x3f\x4c\xa6\xe6\x73\x0f\x56\xe5\x76\x7b\x67\x6e\xff\xc8\x3f\x08\xfe\xfe\x2f\x0e\xa0\x4e\x4f\x3e\x0e\x14\xdc\x81\x0f\xed\x00\x75\x73\xe0\x55\x00\x60\x30\x42\xf2\x56\x06\x5a\xe8\x03\x45\x51\x40\xa7\xd3\x40\xc1\x05\xa0\x4f\x3a\x9f\xcf\x23\x89\x6a\x06\xa6\xf8\x02\xd7\xe2\x39\x4f\x29\x59\x8d\x7b\x82\xbf\x13\xb6\x3c\xe4\xda\x17\x92\xf5\x62\x7a\x07\xe0\xd8\x67\xe0\xc2\x29\x20\xdd\x02\x48\xa3\x33\x44\x6e\xcb\x72\x7e\xbe\x17\x4f\x0a\x3a\x10\x62\xfd\x5b\xf4\xff\x37\xee\x45\xe4\x00\x84\x3e\x5a\x9b\x9b\x71\xfb\x2b\xff\xf0\x5f\xf9\x8f\x5f\xb9\x87\x77\xee\x80\x6c\x0a\x50\xa1\x01\x68\x80\xcf\x83\x26\xe6\xbc\xee\x6f\xe9\x02\xe4\xe5\x71\x9e\x30\xd7\x96\xf3\xa5\x57\x3d\xb9\x3e\xca\xc5\x9e\x80\x73\x3c\x70\x3e\x0a\x58\x69\x04\x9c\x73\xe7\x7d\xa4\x52\x2d\x80\x3d\xcb\x81\x94\x4c\x20\xb6\x12\x48\x91\x03\x2e\xac\x06\x92\xf7\x03\x77\xfc\x81\x33\x3d\x80\xb2\xfb\x40\xa2\x3a\xc0\xae\xff\xd4\x81\x39\x78\xa5\xe6\xb8\x0f\x1e\xc1\x6d\xc0\x72\x6e\xb7\x48\xd5\xf4\x7b\xfd\x59\x6e\x45\x1d\x88\x7f\xed\xff\x75\xee\xf7\xf7\xae\x82\xff\x02\xf7\xf0\xaa\x27\xb7\x4f\xbf\x01\xf2\x5b\xb9\xff\x5a\x71\x40\xbe\x3a\x1f\x17\x92\xd5\x77\x87\x42\xe0\xda\x21\xa0\xbf\x2a\x20\xd9\x85\x8f\xb5\x05\xce\xc7\xf3\x3c\x91\xb2\x16\x58\x6e\x02\x9c\x2e\x05\xfc\xf6\x00\x49\x2d\x38\x37\x77\xd2\x19\x38\x6a\xcd\xdf\x19\x92\x31\x20\xb1\x77\x66\xf3\x35\x45\x45\xf9\xcf\x3c\x20\xe6\x3f\xd1\x7f\x71\xbe\x8b\xba\x1f\xa2\xdf\xb5\xb9\x0f\x91\x7f\x58\x95\xf5\x2f\xe2\xf0\x0b\xf7\xc1\x9e\x71\xfb\xd9\x54\xd8\x1d\x08\x1c\x00\xa7\xc9\x81\x42\xe1\x54\xa5\xc0\x1e\x50\x3a\xcf\xf9\x4e\x49\xde\xb8\x3e\x16\x68\x6d\xcd\xc7\x7d\x8f\x78\x20\xf5\x19\x30\x2c\x19\x38\x7d\x15\x98\xea\x07\x9c\x2a\x07\x16\xfb\x02\xc7\x5f\x82\x6e\xba\xc6\xab\x03\xbb\x1e\x01\xb1\xc7\xf9\xb3\x3e\xcc\x80\xd4\x4a\xe0\xb0\x17\x70\xbb\x02\x88\x19\xc9\xf3\x64\xb4\x7d\x4d\xff\xc5\x7e\x3f\x22\xff\xb1\xa1\xde\x9f\xfd\x16\xb9\x8f\xe5\xc2\x9a\x6f\x91\xd7\x1f\xe2\xf0\xa7\xba\xb7\x70\x5a\xf2\x71\x43\x2d\xff\xdd\xb9\x2d\x1d\xc8\x2d\xdf\x55\x72\xbe\x0d\xe0\xf9\x4f\x55\x0d\xc8\x38\x09\x98\x8c\x07\xd2\x0a\x81\x4e\xdd\x81\xd3\x3d\x80\x41\x13\xf8\xfb\xdd\xc1\x13\x38\xf6\x91\xeb\x28\x1d\x69\x00\xac\xbd\x0a\xc4\x1c\x01\x76\xfe\x00\x22\x3e\x02\x87\xfa\x00\x07\x32\x39\x5f\x1c\xbe\x09\xb8\xe1\x05\xec\xab\x07\x3c\x1b\x02\xec\x3d\x2d\xf8\x2f\x57\xf3\xb9\x8b\xe3\xdc\xe3\x94\xe0\xaf\xa0\x1f\xb3\x44\xe0\xc8\x16\x0a\x6b\x9e\x05\xc2\xf7\x39\xc7\xff\x12\x87\x7f\xf0\x5f\xe4\x3f\x44\xff\x79\x8f\x64\xe0\x71\x01\xb7\xf7\xf7\x73\x7b\x53\x18\x0f\xd7\x46\x70\x9b\xde\x19\xa8\x17\x0a\xa4\x5c\x04\x1a\x59\x01\xa7\x0a\x01\x8b\x3a\x40\x5c\x89\x54\x8c\x6d\x7d\xe0\x70\x3d\x19\xcd\x31\x9f\x80\xc8\x0e\xf5\x3d\x9c\x77\x03\xfb\x4d\xe4\x2a\xbc\x0c\x80\xbd\x8b\x15\x6c\x25\xbe\xed\x36\x51\x08\x8e\x7a\x23\x59\x63\x2a\xa4\x26\xcf\x01\xb6\xe7\x28\x5c\xce\x7e\x00\x04\x16\x2b\xcc\x2a\xc9\x06\xfc\x3f\x2b\x84\x7f\x53\x01\x7c\xd7\x28\x70\xbd\x93\xbb\xf2\x74\x9e\xb0\x3c\x4d\x5e\x49\x62\xdd\xca\xeb\x1b\x92\xbf\x5d\xeb\x51\xcf\x17\x97\x3d\xd2\x74\x6e\x3d\x67\x57\x5d\xe2\x63\x66\xce\xac\x43\xfb\xad\x69\xc1\x50\xfd\xa7\x38\xfc\xe6\x3f\x3f\x24\x24\x66\x8d\xfc\xff\xc6\xed\xad\xee\x52\x74\x4e\x73\x25\xa7\x3e\xed\x02\xcf\x67\xcb\xd3\x39\x45\x52\x80\x02\x71\x21\x71\x6a\xca\x9b\x95\xd7\x00\xd1\x6f\x35\x0c\x9b\x66\x03\xfb\x43\xb5\xca\x6d\xec\x81\xd0\xa3\xda\xf6\xc3\x5d\xea\xc8\xec\x78\xad\x7d\x70\xfa\xb6\xba\x93\x03\xfa\x6b\xbf\x58\x61\x57\xef\xf2\x16\xe5\xc6\x52\x5b\xbc\xa4\x6f\xfa\xdd\xd0\x4e\xda\xaf\x2f\xd3\x78\xfd\x14\xed\xac\x93\xc7\x65\x8e\xac\x1b\xa3\x1d\x74\x25\x55\x66\xc2\x1a\x15\xed\xd3\x85\x1d\x64\x0c\xbc\xfa\x37\x56\x7d\x7f\x56\x7a\xce\x8a\x24\x1d\x19\xc6\xa4\xb7\x2e\xcc\xd0\x69\xc2\x98\x74\x07\x97\xc5\x8d\x27\x32\x56\x97\xcd\x7a\xd3\xf0\x08\xf9\x79\x47\x63\xa5\xc4\x4e\xd9\xaf\xd6\x52\x62\x9d\x34\x54\x48\xf3\x62\x92\x8b\x12\xf5\xbb\x1f\x7f\x4f\xe1\xde\x9f\xe2\x20\xfa\xff\x26\x4d\xf0\xbf\x0e\xda\x72\xff\xb9\xbf\xf9\xfb\x14\xe9\x14\x28\x77\x9b\x06\xd5\x35\x2e\x06\x6a\x53\x41\x37\xc5\x45\x8f\x66\xc6\x89\xb1\x86\xa4\xcf\x7b\xd8\xbf\x09\x9d\x9e\xee\xab\x34\x69\x2e\xbd\x14\xd8\x65\x6f\x9a\xa6\x73\x53\x6a\x99\xff\x2c\xd3\x8c\x36\x0a\x32\x95\x7e\x1f\x9b\xf9\xf6\x53\x97\xd3\x5a\xfb\xbe\x59\xf6\xc4\x31\x0a\xa6\x1e\x33\x9a\x1d\x5a\x30\x4a\xf1\xe3\x8a\x1d\xcd\xe6\xf8\x0c\x6d\xb0\x63\xc9\x6e\xd3\xdb\x21\x27\x95\x0f\xba\xc9\x9b\x4e\x8f\x3d\xa4\x32\xd8\xd5\xb1\xe9\xbd\x74\x13\x95\x09\xf3\xba\x35\xcd\xc8\xbf\xac\x22\xe7\x7c\xd8\x54\xf9\xe5\x7c\xe5\xba\xb3\x33\x4d\xe3\x18\x53\x9a\x34\xe5\x43\xd3\x41\x8c\x29\xac\x9c\x94\x6a\xd2\x9c\x31\x79\x9d\xf1\xed\xfe\x8f\xb2\x37\x8f\xcb\x31\xff\xfe\xc7\x9f\xd2\xa2\x10\x25\x8c\x2d\xb2\x2f\xa1\xac\xa1\x64\xdf\xa2\x64\xa9\x6c\x45\xd9\x8a\x94\x64\x29\x2d\x2a\x0a\x91\x14\x89\x4a\x65\xab\xd0\x6e\xad\xd0\x22\x21\xa4\xec\x6b\x93\x6d\xc6\xd8\xb2\x8c\x31\x33\xb8\x7e\x8f\xfb\x9c\xd7\x15\x35\xfc\xde\x9f\xef\x5f\xe7\x71\x37\xf7\xdc\xae\xf3\xba\xce\xeb\xbc\x96\xe7\xf3\x3c\x4f\x5b\x15\x49\xaa\xb3\xc0\x2a\x4c\x4f\x49\x92\xd4\x96\x4d\x09\x6c\xfd\x8b\x24\xa9\x76\x9c\x14\xa6\x6b\x2f\x49\x2a\x61\x96\xd1\xad\x5a\x4a\x92\x72\x96\xb9\x51\xcb\xc3\x92\xa4\x6c\x5c\xd3\xff\x8f\x7e\x6c\x5f\xf8\xd7\xca\x54\xd8\x72\xa3\x86\xf4\xe6\x6f\x85\x35\x23\xdc\xb7\x38\x41\x8f\x70\xdf\xfc\x0a\xc6\x87\x4f\xe6\x77\xa7\xef\xa5\xe9\x19\x52\xf5\xcc\x81\x57\xcc\x93\x88\x8e\xed\x47\xc2\xcf\x61\xb3\xfa\xd3\xfd\xd4\xc6\x63\x83\x0c\x1b\x65\x01\x7e\x1d\x06\xa4\x76\xfa\xac\x66\xb2\x2a\xd8\x68\x92\xc9\xd4\x7a\x9f\x96\x4a\x46\x2d\x27\xdb\x37\x38\xb2\xb8\x6e\xff\xa5\x0b\xcf\x6a\x6b\xcf\xdf\xdb\xef\x94\x8f\xaf\x4e\x7f\xfb\xa6\x7d\xcb\xc3\x77\x36\x2e\xb2\xb5\xe8\xab\x92\xa8\xd6\xe4\xc4\x0c\x83\x3e\x2e\x39\x27\x9a\x76\xb1\xb9\xdf\xa7\x77\x69\x7c\x53\x65\xeb\x09\x7d\x3a\xfd\x5e\xaf\xf1\x33\xab\xc0\x3e\xf9\x92\xd4\x68\x97\x65\x72\xef\xd1\x92\xa4\xb5\x66\xfc\x19\x03\x3f\x49\xd2\xbc\x34\x0e\x3d\xe6\x4b\x52\xfd\x96\xa3\x2b\xf5\x03\x24\xa9\xee\xd9\x91\xc1\xdd\xa2\x25\x49\xa3\x72\xf8\xc9\xae\xa6\x92\xa4\xa1\x34\xf4\x50\xa7\x37\x92\x54\xe7\xe0\x90\x39\x9d\xda\x4a\x52\x9d\x0e\x55\x79\x50\xf0\x9f\x9e\xfb\xa9\xd1\xbd\xca\x83\x32\x6d\xba\xe5\xb8\x71\x45\x8f\x6e\x09\x2f\xc5\xf1\x75\xe2\x19\xbf\x3e\x94\x21\x4f\x98\x0e\x20\x7d\xef\x94\xca\xc1\x84\x32\xec\x1b\x3e\x8c\xee\x29\xa3\x72\x46\x92\x9e\xef\xd6\xd4\xd1\x74\x6f\xb7\xb6\x6c\x2c\xc5\x8f\xc7\xab\xf1\xfe\x75\x12\x81\xa5\xb6\xe3\xf7\xb6\x4e\x56\x3e\xb6\xe0\xc1\xb8\x84\xbe\x8b\xea\x3e\xb4\xdd\x37\xe6\xcc\x38\x43\xed\xd9\xd6\xcf\xc6\xe8\xcc\xde\xd8\xd8\x69\xd2\x9c\x51\xd7\x57\xa4\x36\x7d\x37\xc1\x78\x64\xf9\xa6\x95\xcd\xbe\x8e\x55\x1b\x11\x16\xbf\xa0\x45\xe3\x91\x23\x86\x3f\x3d\x36\xb3\x45\xc6\x70\xdd\xe1\x0e\xc5\x27\x5b\x04\x0e\x2d\x1e\x3e\xe0\x51\xb3\xe6\x06\x43\x53\x86\xbf\xff\xb7\x7f\xd3\x7b\x43\xb4\x86\x7c\x92\xa4\xc6\xad\x4d\xdc\x4d\xc2\x25\x49\x3b\x7a\x50\xdb\x81\xf7\x25\xa9\xe1\x3e\xa3\x78\xa3\x65\x92\xa4\x79\xb9\xdf\x83\x7e\x7f\x4b\x52\xfd\x7d\x7d\xef\xf7\x79\x25\x49\xf5\xb6\xf5\x3e\xdc\xeb\xbc\x24\xd5\x35\xee\xb5\xd9\xb0\x89\x24\x69\x58\x7f\x12\xfc\xb6\x3f\x32\x1b\x50\x5d\xd1\xc3\x08\xbe\x15\xba\x26\x75\xa5\xfb\xa2\x0b\x13\xd9\xef\xbc\x9e\x26\x74\x3b\x7e\xcc\x67\x38\x8d\x98\xac\xff\xb2\xa7\x7c\x02\xf1\x3d\x76\x3e\xb5\x64\xdc\xc7\x74\x0a\x7d\x7f\x9d\xaa\x0d\x55\x59\xad\x1a\x32\x9d\xf0\x1f\xc7\x4d\x33\x09\x75\xb0\x9f\x67\x1b\xdd\x34\x1e\xb0\x3e\x34\x73\x6a\x77\x4d\x75\xb5\x09\x5f\xa6\xbb\x0f\x2b\x6d\x50\x3a\xca\x6e\x9a\xc7\xb4\xa3\x8d\x5c\x87\x3c\xb2\x79\xef\x7a\x49\xe7\x83\xf1\x64\x9b\x05\x41\x9b\x9b\xd4\x36\xca\xb2\xf6\x89\x99\xd9\xc4\xa3\x6f\x92\xd5\xdb\x8c\x9b\x4d\x26\xf6\x3e\x68\x35\xe6\xfc\x94\xc6\x17\x7a\xcd\xb3\x6a\xf5\x70\x89\x4e\xba\xe1\x5d\xab\xf9\x7f\x8d\xd3\xde\x6a\xb0\x75\xf2\x59\x49\x6a\xd8\xb8\xc7\x31\xf3\x40\x49\xaa\xff\xb9\xfb\xf1\x71\x87\x25\xa9\x5e\x41\xd7\x57\xa3\x4d\x24\x49\xa3\xa8\xdb\xaf\x23\xba\x4a\x92\xc6\x85\x6e\x06\xc3\x20\x49\x1a\xed\xba\x1e\x37\x7d\x27\x49\xea\xf1\x9d\x3f\x9b\xd8\x4a\x52\x9d\xc0\x97\xf9\x0d\xe9\xb6\x53\xe6\x3f\x95\xa6\xf7\xa4\x15\xa0\x8a\xff\x23\xf4\x6f\x8e\x3a\x4e\xa0\xfe\xf4\xc9\x6b\x2c\x09\x65\xdb\x1b\xc6\x55\xd8\x3b\x0b\xa6\x91\x8a\xf6\x96\xd9\xb6\xa4\x73\xbe\x2e\x74\x0e\xdd\x63\x7b\x14\xcc\xa5\x6a\xaa\xc5\x67\x16\x52\xfe\x9c\x39\xd0\xe9\x57\x85\x9d\x78\xd0\x79\x60\x3d\x27\x60\xf4\xe8\xc5\x43\xda\xf7\x52\xc9\x32\xbe\xe4\x94\x3c\xc8\xaf\xde\xc2\x7e\x4b\x9d\xe6\x4e\xfe\xbd\xfe\x1b\xc3\x79\x4e\x5d\x17\x3d\x6d\x80\xee\x66\x8e\x07\x03\x06\x34\x88\xeb\x72\xcb\xb1\xe9\xce\x87\x0d\x32\x3a\xb5\x5f\xe8\x90\xba\xa1\xc1\x98\x0e\x9e\x0b\xb6\x17\x2e\xd1\xcc\x6a\x6f\xb0\x20\xe4\xde\xda\xfa\x71\xed\x36\x2d\x18\xf6\x61\x5a\xdd\x8b\x6d\x37\xce\x1d\x26\x49\xea\x87\xdb\xd6\xb5\xb5\x96\xa4\x3a\x39\x7a\xb6\xd3\x3e\x4a\x92\xda\xe3\x36\xbd\xad\xb4\x25\x49\xf5\x66\xeb\x8b\x53\xf4\x24\x49\xd5\x45\xf7\xed\xc4\x5e\x92\xa4\xb2\x57\x37\xc7\x7c\x91\x24\xa9\x38\xe8\xee\x35\x1b\x2f\x49\x2a\x2d\xca\x2b\xdb\xd3\xf3\x56\xf1\x9f\x3a\x8c\xa0\x9d\xc2\x7f\xf8\x3f\x12\xeb\xc1\xc4\x3b\xda\x12\x0e\x18\x79\xc2\x81\x50\x95\x2d\x46\xf3\xa9\x7e\x73\xed\x63\x27\x1a\x48\x4f\x63\xd6\x47\x59\xb2\x81\xab\xb3\xe7\xf4\x58\x46\xbf\x3f\x69\xc8\x0a\xaa\xd3\x33\x29\x5d\x4d\xfa\xee\xfd\x1e\xae\x9e\xde\xbc\xb2\xd6\x1b\xfd\x0b\x9e\x83\x7b\x7f\x51\x3b\xd3\x69\xba\xe7\xf0\x09\x17\xeb\x2c\x6f\x7b\xc7\xb3\xc9\xfc\xa0\x3a\x07\x5a\x7b\x7a\xbc\xf4\x6d\x57\x27\xb4\x65\x96\xc7\xae\x88\x71\x6a\x37\x9a\x97\x7a\xb4\x3e\x3c\x51\xf5\x78\xb3\x13\xab\xce\xe4\x9f\x52\x59\xd5\x4c\x7f\x95\xdb\x1d\xa3\xda\x59\xcd\x12\x56\x79\xbc\x8d\xae\x55\xaf\x79\xd7\xe5\xd4\x77\x4f\x67\xeb\x92\x7d\x0a\xdb\xe8\x9a\x23\xf1\x4a\x1b\xb6\x9f\x4b\xf5\xdd\x0d\x0e\xcc\xde\x4f\x67\x29\x43\x5b\xd2\xef\xd6\xd4\x99\xd1\x83\xfe\xbe\xcb\x86\x74\xef\x6f\x8c\x19\x48\xef\xef\x42\xc5\x48\xaa\xaf\x93\xf5\x7f\x8e\xf8\x58\x51\x5e\x3c\x54\xc9\x7c\x90\x7d\x93\x98\x07\xb3\x2b\x7c\x11\xdd\x22\x6f\x2d\x58\x42\xa8\x42\xd0\xfb\xa5\xb4\xb2\x78\x39\xb3\x6e\xc4\x52\x5d\xee\x17\xb4\x60\xd8\x6a\xfa\xbb\xf5\x56\x1f\x42\xed\xc7\xf4\xf0\xa7\x3c\xd3\x6b\x77\x20\xf1\xa7\xda\xb7\xda\xd0\xaa\xc1\x7d\xa0\x65\xd4\xfa\x3b\xdd\x3a\x28\x45\x34\x5b\xb3\xe1\xd9\x98\x26\x48\x68\x7c\x67\xc3\xe1\x39\xbf\x03\xda\xe7\x37\x04\x79\x3e\x02\x1a\x5a\xae\x2f\x09\xdb\x02\xd4\xef\xbd\x7e\x78\xa2\x13\xa0\xb1\x26\xc8\xe0\xf4\x64\xa0\xce\x89\xc0\x7e\xd7\x3f\x03\xaa\x1f\xd6\xb9\xbe\x3c\x00\x28\xff\x19\x40\xfc\x59\xa5\x9b\x5e\x82\xff\xb0\x82\x75\xbb\xb3\x5c\x89\x2f\x8a\x69\xce\x5c\xaf\xe9\xe4\x48\x3a\xee\x78\xbb\x80\x3f\x1f\x9b\x4b\xfb\x8a\x8b\x31\x63\x5f\x72\xfc\x4f\xa6\x95\xe2\x98\xc1\x74\x42\x95\x93\x7b\xda\x3b\xb0\xff\x8e\xe4\x47\xd4\x28\xe7\x27\xe4\xbf\x2e\xf3\x60\xd6\x17\xae\xa4\xf7\xed\xf3\xd1\x83\xeb\x3b\xbf\x32\x5e\xee\x64\xbe\x86\xe2\xdf\xf6\xce\x3a\xe2\xd1\x98\x3f\x0f\xa2\x3c\x69\x1a\xc9\x3c\x89\x2e\xa7\xb7\xd2\xad\x7a\x83\x7d\xdb\x93\x95\xea\x02\x1a\x07\xb7\x7f\x6e\x33\x08\x50\xb5\x8a\x50\x37\x69\x0b\x28\x59\x45\xd4\xb5\xa1\x08\x8b\xa8\xe5\x46\x23\xbb\x7d\xc3\x26\x7a\x82\x6d\xdb\xf7\x90\x92\x4f\xb8\x40\x94\xc2\x16\x33\x72\xb0\x75\x22\x2b\x6a\x6f\x09\x93\xa8\x2f\xc8\x7a\x81\x53\xf8\x0b\xfd\x72\xaf\x5c\xb6\x1e\xa2\x8e\x79\xb9\x18\x27\xb7\xc9\x6c\x97\x10\xee\x7f\x46\xa2\x76\x0f\x38\x6e\x3c\x9b\xf8\x62\x29\xaa\x0b\x08\xc7\x38\xe0\xbf\x84\x50\xa5\xe8\x42\xe6\xc1\x6c\xb3\x59\x45\xaa\xf3\xc1\x2d\xbd\x29\x5f\xfa\x57\xac\xa1\xf8\x5f\xd5\x30\x80\x50\x94\xc5\x1f\x03\x09\x0f\x76\x08\x0b\xa6\xef\x5b\x1d\x09\xa1\x1d\xe6\x58\x5d\xe6\x85\xf4\xd7\x61\xfd\x8c\xb6\x06\xcc\x0b\x51\xdd\x16\x9b\xc4\x19\x3a\x2e\x8d\x57\xe4\xb8\x34\x23\xca\x44\x71\x56\x53\x08\xe9\x88\xfd\xe4\x42\x23\x1c\x6b\xbe\x9e\x32\x6d\xec\xee\x58\xfa\xc5\x98\xbb\x47\x69\x45\x8e\x69\x77\x89\x2a\xaf\xa3\xe7\x3e\x26\xfc\x33\xda\xf9\x2b\x65\xa8\xed\x3d\xd9\xbf\xcd\xa2\xb3\xfc\xfa\x4a\xb6\x01\xa9\x6c\xfd\xc4\xb8\x78\x9b\x89\xf1\xd9\xae\xb0\xc7\x2a\xb8\x4a\x34\x6d\xaf\x13\xaf\xff\x66\xcc\x87\x88\x69\xb0\x92\x70\xad\x6d\xe9\xde\xb4\x7e\x6c\x76\xf4\xa7\xb7\xb2\xae\x59\x20\xa1\x4a\x9e\x7d\x19\x27\x5f\x7a\x91\xf9\x3f\x0b\x46\x85\x12\x3b\x67\x66\x11\xeb\x66\x4c\x8c\xdb\x41\xe3\x35\x74\xcf\x2e\x42\x61\x0c\xea\xed\xa6\x93\x7a\xf3\xd7\xac\x17\x82\xe4\x24\x25\x1e\x87\xa4\x15\x3c\x0e\x49\x25\xfd\x42\xd9\x4e\xa2\xba\xf7\xc4\xcb\x8b\xe8\xc9\x92\x3c\xd7\x52\xdd\x76\x62\x61\x14\x65\xe8\x84\x9c\x34\x9a\x79\x07\xb2\xb9\xc3\xc8\x01\x97\x72\xea\x8f\xb0\xff\xcf\xbf\x69\x66\xc7\x25\x4b\xd5\x79\x31\xd5\x74\x3f\x14\x27\x11\x31\x3e\x42\xff\x61\x2d\xd5\x77\xa7\x94\x31\xbf\x2f\x21\xd9\x9d\xf8\xb0\x31\xb9\x9e\xe4\xb7\xac\x03\x14\xb2\x22\x90\xde\x5f\x50\x03\xae\xae\xf6\x59\xb3\x85\xfc\x70\x47\x18\xe5\xcb\x45\xa9\x8c\x93\xdb\x57\xb0\x5e\x88\x55\x6a\x34\x8d\x8b\x99\x57\x1c\x8d\xe3\xa0\x4a\xf6\x5b\xdf\x27\x91\xaa\xb2\x1b\xe7\x1e\x12\x71\x90\x31\x81\x6d\xa6\x79\x33\xe6\xc1\xb4\x66\x3d\xf7\x8c\xac\x89\xd6\x64\x7b\x2c\xa4\xcc\x94\xfe\x70\x0d\xad\xb8\xe9\x19\x91\x74\xa6\x4b\x2f\x49\xa1\x11\x4d\x8b\x3d\x4b\xf3\x22\x75\xf1\x5d\x42\x9c\x53\xd6\xbf\x25\x06\xdb\x21\x81\xd7\xec\x0b\x91\xaa\xf1\x62\xa2\xc4\xb8\x44\x88\xba\xef\x30\x81\x03\x33\x6f\x48\xd6\x41\x8a\xd7\xe6\x03\xc4\x4e\x87\x75\x94\x17\x42\x9b\x6f\xa4\xfd\xd1\x06\x5d\xee\x03\xe6\x5f\xc1\xfd\xb0\x3c\x0a\x22\x08\xaf\x5b\x92\xb1\xd3\x5b\x61\xe7\x1b\xef\xe6\xfe\x58\x6f\xe3\x09\x0f\x9c\xb4\x67\x3f\xbd\xd5\x11\x27\x13\x09\x7d\xee\x2b\x74\x71\x3a\x8c\x4c\x23\x9c\x5b\xeb\xf5\x51\x71\x52\xa9\xe2\xc3\x38\x37\xa3\x0c\x9c\x6d\xd2\x9b\x90\xbe\xec\x41\x13\xa8\x96\x21\xc7\x75\x1e\x65\xa4\xec\xe7\x5e\xfc\xf7\xbf\xf8\x09\xb2\xdb\x1d\xea\x4b\xff\x7f\x64\x2e\xed\xf4\xb2\xb2\x6f\x53\x06\x3e\xf9\xdb\x1b\x52\xe2\x97\xf1\xfc\x54\x81\xdb\x55\xf1\x62\x04\x5f\x28\xee\x94\xf4\x03\x5e\x4c\x7c\x79\x00\x75\x25\xda\xe5\xc2\xba\x4f\xe1\xd2\x16\x1a\xdd\x4d\x36\xe1\xd4\x9d\x67\x9d\xf6\x0e\xba\x81\x90\x79\x30\xee\x27\xe2\xe8\xa9\x17\x99\xef\xdd\xc7\x71\x70\x80\x12\xa7\xf5\xe3\x44\x7a\xda\xf1\xe9\xc9\x84\x46\x0f\xb5\x67\x95\x06\xc3\x12\xe6\x47\xb4\x35\x60\xfd\x8c\xfa\xf6\xa7\xc4\xc9\xbc\x60\x0c\xdb\xb3\x1f\x9a\xd0\x7f\xc9\xff\xca\x9d\x2c\x0b\xfe\x18\x47\x67\xd9\x82\x42\xfb\x54\xb6\x1e\x14\x2f\x67\x27\x6d\x25\x7c\xef\xec\xf0\x03\x14\xb9\x05\x67\x72\xe8\x73\x81\x66\x29\x65\xb2\xfc\x8a\x17\xa4\x9b\x93\x27\x70\xbb\x93\xa2\x9e\x3f\x53\xf0\xc5\x52\x04\xff\xe5\x50\x0b\xa9\x3a\x2f\x86\x70\xcf\x18\xdd\x60\xda\x47\x6f\x1b\xcf\xa8\x61\x88\x65\x04\xa1\xa9\x81\xc6\xbb\x8c\xd9\xff\xdd\x14\xff\x1e\xda\xfb\x68\x96\x2e\x31\x60\xbf\xe7\x6b\x1c\xe4\x3a\xf7\x73\xac\x8b\x33\x05\xac\x07\x34\x56\x97\xfd\x1e\x94\xcc\x7e\xf7\x5c\x9c\x43\x7c\x63\xdd\x88\x33\x34\x9e\x1a\x0f\x0a\x55\xd9\xff\x8b\x06\x6c\x2f\xd9\x35\xa6\x5f\xbe\xa4\xd2\x73\x2b\x59\xab\x31\xf4\x7e\x2f\xd7\xb2\x53\xa6\xcf\xe5\x2b\xe8\x9b\x97\x32\x42\x68\x87\x72\x29\x8d\x67\xda\x25\x95\x13\x34\x0e\x97\x7a\x5d\xa5\x7e\x4b\xc5\xe6\x4f\xe9\xc9\x2f\xac\xf8\x87\x9e\x5c\xe6\x7f\x9c\x12\xfd\x4f\x4e\x6c\x93\xaa\xf1\x85\x52\x05\xaf\x90\x79\x31\x11\x15\x61\x94\x65\xb7\x1c\x89\xa4\x75\x62\xbd\x33\x77\x53\xf0\x3f\x53\x9d\x07\xb4\xec\xc0\x21\xe2\x51\x2f\x4e\x4f\xe5\xfd\x51\xad\x74\xe2\xc9\x4e\x3b\x77\x94\xf8\x94\x13\x8b\x38\xce\x47\x39\xe5\x50\xd6\x1f\xd0\x3c\x97\xf0\xe0\x6e\x16\xcc\x5a\x69\x31\xf7\x3c\xa1\xaf\xea\xd7\x8a\xc5\x89\xbd\x4c\xdc\xe8\x5d\xf7\x69\x44\x33\xe8\x5a\x3b\x7d\x8a\xc8\xeb\x69\x23\x49\x71\xe9\x46\xcf\x59\x14\x1f\xd7\xad\xdc\x22\xf8\xf3\x46\x1a\x8f\x1b\xda\x71\xc4\x3c\xbb\xfe\xf4\x08\xfd\xd2\x8d\x8c\x62\x62\x2e\x94\x7d\x7c\x48\x3b\xc0\x6b\xf5\x3f\xf1\x89\xe8\x04\xdf\x25\x16\xb5\x63\x7f\xf3\x53\xaa\x8f\x4b\x15\x5f\x88\xf6\x59\x32\x0f\x28\xb8\x4d\x2c\xe9\x65\x05\x1c\xd9\x4f\xf3\xb9\x26\x0f\xc8\x79\x50\x3a\xf1\x3a\xe6\x6f\x17\xfd\xb1\x76\x9d\xa4\x7d\xd2\x54\x5f\x8e\xf3\xf1\x60\xbc\x7c\x58\x18\x05\x31\xfa\x55\x30\x0f\xa8\xeb\x96\x62\x5a\x05\x9b\x0f\xb9\x42\xfb\x12\xb5\xc5\xd7\xbb\xb3\xff\xb7\xef\xb2\xbd\xff\x42\x8b\xfe\x97\x87\x3d\xba\xd0\xdd\xdf\xfd\xa2\xe1\x34\xe2\x0f\x7e\x9f\xf6\x8c\xfe\x7e\xd5\x95\xc6\xe7\xc1\xdb\x40\xe6\xbd\xdc\xe4\x27\xbe\x7f\x33\x5d\x9f\xbf\x5f\x48\xff\xc2\xfd\x53\xf7\x29\xa3\xdf\x53\x7f\x47\xf9\x56\xe6\x39\x5c\x55\x62\x7b\xf1\x23\xdb\x22\xa1\x3d\x2a\xf7\x09\x62\x1e\x55\x48\xb3\xbd\xf1\x3c\x0f\x12\x29\xae\x65\x1e\x90\xc7\xae\x74\x1a\xfd\x65\x91\xc7\x88\xb7\xe1\xb4\x96\xf5\x9f\x1c\xd2\x72\x08\x95\x9f\x31\x3b\x8f\xf4\x52\x26\x8d\x2c\xa0\x59\x6c\xf6\xe7\x05\xfa\xde\x10\xd3\x8b\x84\xf7\xf7\x49\xbf\x42\x59\xbd\x4b\x09\xeb\x47\x34\x9d\x71\x93\xf2\xab\xf2\xf0\x3b\x5f\xd9\x7f\x99\x0f\xf3\xe4\x1a\xf3\x61\x9e\x3e\xed\x44\xeb\xc3\x33\x63\xd6\x03\x79\xf6\xca\xca\x81\x3f\xf3\x8a\xf6\x5b\xfb\x00\xda\x47\xfc\xd6\x69\x27\x65\x9e\xdf\x3c\x53\x28\xe2\x9e\x79\x17\x50\x45\xc0\xd3\xe0\xdb\x74\xf3\xf3\xd4\xab\x92\xfb\x4a\x5d\x64\x3f\xef\x6e\x67\x7b\xc3\x95\x6d\xe9\x10\xb6\x55\x7d\xa5\xfe\x52\xd8\x0d\x61\x87\x78\x97\x31\x3b\x95\xa2\xc8\x27\x88\xe7\xf5\x72\x95\x13\x94\x7d\x96\x88\xbe\x39\x0b\x5e\x9f\xa1\x3c\x68\x9f\x5b\x48\x71\x30\xdd\x98\x79\x40\x93\xac\x8b\x29\x1a\x47\xbd\xbe\x42\x7e\x99\x94\x94\xd1\xfe\xa3\xd7\x1a\xe6\x85\x74\xd2\xbe\x4b\x4f\xd7\xb8\xfc\x01\xc5\x97\x8a\x76\xc5\x2d\xf6\xff\x79\x09\xdb\xd7\xc6\xdc\x2f\xa9\x52\xa7\x1d\xed\x60\xde\xb5\x19\x44\x7a\x51\xef\xec\x27\xd3\x0e\xfc\x9d\xe6\x42\xb2\x6f\xf5\x7d\xe9\x84\xf3\xae\xd6\x76\xda\xb1\xbd\x7d\x71\x88\x3a\x87\xbe\x37\xcc\xa7\x37\xf0\xb6\xec\x16\xcd\xb4\xb7\x2e\x6f\x68\x9f\xf1\x32\x8d\xef\x14\x64\x9d\x98\x72\xf3\xea\xe3\x72\x5d\xf4\xe4\xbd\x4a\xe7\x8c\x75\x03\x33\x89\x5d\xe2\x93\x75\x82\xb2\xcd\x2a\xa1\xff\xe4\xf6\x30\x97\xb2\xd0\xa2\xfc\xb3\x34\x1f\xe6\x05\x73\x9c\xdb\x46\x5c\xa4\xd9\x6a\x95\x7a\x85\x78\x3e\xe6\xaf\x59\x37\x64\xb4\xf9\x4d\x9a\x3f\x03\x37\xde\xa1\xf5\xc4\x50\x97\xfd\x96\xf5\x71\x9a\xce\x7e\x46\x4f\xa9\xa2\xf9\xdb\x6b\xf6\xff\xad\x18\x87\x7f\xce\xaa\x12\x33\xe4\x9f\xd1\xba\xff\x28\xec\xbf\x83\x07\xd0\x4a\xf5\xa5\x15\x33\xbf\x3f\x4f\x9f\x4b\x4f\xf0\xe5\xa5\x17\xed\xe0\xbe\x18\x30\xb3\xf3\x4b\x49\xc2\x62\xb6\x39\x34\x6f\xfe\x4d\x2e\x0b\xe1\xff\xef\x05\xcd\x9f\xbf\xb3\xbf\x46\xd1\xf8\xce\x61\x7e\xe9\xf3\xcd\xec\xf7\xe3\x00\xb6\xb2\x7e\x0e\x8f\x8b\xf4\xff\xa0\x7f\xd1\xfd\x86\xf8\xbe\xe0\x8d\xf4\x5d\xf5\xad\xae\xfd\x53\x2e\xe3\x56\xef\x24\x60\x82\x33\xf0\x7a\x19\xf7\x43\x51\xbc\x75\x3b\x0b\xe0\xd1\x57\xc0\xb1\x29\xf0\xa0\x00\x70\x5b\x05\x3c\x70\x07\x7c\x93\x80\x5b\xe6\x40\x50\x0e\x70\xa3\x23\x10\x9e\x00\x5c\xd3\x07\x62\xbb\x03\xa5\xff\x00\x87\x4c\x01\xc5\x9a\x98\x65\x0b\x5c\x5f\xc2\x8c\xcb\xd2\x70\xce\x2c\xd7\xcc\x81\x3f\x2a\xd8\x7e\x8f\x7b\x17\xcc\x65\x7b\x2a\x59\xe0\x5d\x63\xaa\xe3\x7e\x55\xfa\xff\x02\xff\xdf\xb7\xfc\xdb\x7d\x75\x15\xff\xe1\xfb\xfa\xfd\x1f\xf4\xb9\xa8\xe2\x3d\x5c\x14\xe3\xe0\x0b\x7c\x39\x04\x0c\xfc\xc2\x7d\x5b\x86\x55\x00\x6f\xdb\x70\x3d\xb7\xe2\x19\x27\x5b\x00\x4f\xcf\x01\x33\x75\x80\x87\x63\x80\xb9\x77\x81\x7b\x7f\x01\xae\x3a\xac\xe7\xaf\x38\x99\xc9\x78\x77\xe9\x10\x20\xac\x0d\x50\x72\x04\xd8\x1d\xc1\xf8\x97\x62\xc6\x5e\x6d\xc5\x3b\xae\x92\x30\xe0\x42\x09\x70\x35\x0b\xb8\x37\x96\xf1\xa1\x17\xd3\x81\x92\x21\xac\xb5\x20\xe3\xde\x32\xde\x27\xd7\x7d\xcb\xfc\x07\xd9\xff\x9f\xe1\xff\x3f\xf2\xfb\xff\xd7\x26\x02\x1d\x5b\x7f\xd7\xd7\x40\xe0\xfd\xef\x4d\x01\xe3\x19\xc0\x0b\x73\xc6\xb9\x7f\x9f\x00\x58\x18\x01\x8f\xca\x98\xff\x70\xff\xa6\x62\xcf\xc5\xef\xdf\xd9\x17\xb8\x36\x89\xb1\x14\xc5\xfb\x5e\xa7\x0d\x94\x2c\x05\x42\x2b\x81\xcb\x1d\x80\x98\xfa\xc0\xc5\x7f\x81\x83\x6d\x14\xbb\x07\xae\x77\xbf\xb2\x80\xf5\x0f\x2e\xe7\x03\xf7\x24\xe0\x8a\x01\xf0\xda\xe0\x1b\x1f\x28\xff\x26\xdb\x9a\xfa\x07\xff\x0b\xff\xff\x11\xff\xa1\x8a\xff\x21\x78\x00\x4d\xff\xa8\xfe\x59\xd6\xc7\x50\x7c\xff\x4b\x25\x8f\xdf\xc7\x3c\xa0\xfb\x52\xe0\x5d\x08\xd0\x3f\x0c\xf8\x23\x04\x18\x72\x05\x78\xf2\x00\x30\xeb\xce\xf5\xbd\x53\xce\x00\x77\x16\x03\xb3\xad\x80\xd2\x10\xc0\x71\x39\xbf\x4f\xc5\xfe\xe8\x72\x4f\xc6\xbb\x8b\x2f\x2b\x4e\x42\x40\xb1\x17\xeb\x82\x5c\x28\x03\x0e\xc6\x00\x17\xa2\x39\x1e\x8a\x25\xae\x09\x3f\x5f\x04\xdc\xb3\x60\xfd\x8b\x97\x69\xc0\x79\x11\xf7\x55\x71\x10\xfe\x63\xff\x65\xfc\x73\x8f\x18\x9f\x9a\x38\xb8\xf4\x1d\xff\xe3\xff\xaa\x7f\xa1\x18\x97\xcf\x97\x80\x36\xb9\x8c\x6f\x74\xd1\x05\x5e\xe5\x03\x06\x4b\x81\xa7\x6b\x80\x41\x07\x80\x5f\x2f\x02\x23\xb7\x00\x77\x8d\x01\x4b\x5d\xae\x73\x9e\xa5\xf0\xff\x2e\xb0\xa0\x2e\x50\xd2\x5b\xb1\x37\x61\xbc\xdb\xd7\x1c\x28\xfa\x0c\x6c\xce\x05\xce\x0d\x01\xa2\x92\x81\x73\xb7\x79\x1c\x0a\xf3\x99\xe3\x52\xb4\x98\xc7\xa2\x50\x0b\xb8\xf7\x1e\x38\xe7\x02\xbc\x1d\xf7\x2d\x0e\xb2\x86\x56\xcf\x03\x55\xf3\x5f\xf8\xff\x53\xfe\xc3\x77\xf3\xe2\x7f\xf2\x3f\x6a\x58\xed\x71\xc0\x3f\x8d\x80\xa6\xbd\x81\xca\xc5\x1c\x1f\xcf\x5b\x02\xdd\x86\x02\x8f\xc3\x80\x7e\x06\xc0\xbd\x23\xc0\x10\xc5\xaa\x5d\x08\x98\x1d\x62\x9d\x03\xc5\xfc\x50\xcc\xf3\x79\x05\xc0\xf9\x64\x60\x69\x5b\xe0\xec\x29\xc0\xbb\x04\x38\x5b\x04\x6c\xb2\x54\x9c\x12\x80\x5d\x85\x40\xde\x43\x20\xf1\x02\x90\xab\x02\x1c\xef\xc3\x7f\x57\x8c\x83\x62\x77\xae\x88\x87\x7c\x25\xe0\x7d\x0b\xe0\x74\x37\xe6\xea\xc9\xf8\xff\xe1\x1a\xfe\xcb\x71\x5f\xc5\x7f\x10\x38\xb8\x8c\x07\x87\x79\x7d\x1b\x87\x9f\xf2\x3f\xae\x57\xb7\xb5\xc6\x02\x5f\x9c\x81\xba\x1a\xc0\x5f\x61\x40\x43\x67\xce\x07\xcd\xb4\x81\xa7\x31\x40\x87\xc3\xcc\x7b\x31\x98\x04\xdc\x29\x05\x06\x94\x31\xaf\x69\xd4\x6b\xe0\xd2\x07\xe6\x3f\x14\xed\x06\x66\x53\x1f\x68\xce\x13\x67\x9c\x01\x8f\x67\xc0\xe9\xa1\xc0\x7a\x17\xe0\xf4\x0d\x60\xa7\x16\x70\xfa\x35\x90\xa4\x0b\x64\x6b\x03\xc7\x92\x00\xc5\x6a\x7e\x31\x06\xc8\xee\x06\xdc\x7b\x08\x9c\xae\xc5\x1c\x1c\x99\x07\x93\x32\xab\x7a\xfe\x93\xfd\xaf\xc9\x7b\x91\x79\x00\xa1\x2b\xab\xe3\xa2\xd2\xff\x91\xff\xf1\xf5\x6f\xc5\xa1\x0a\xf8\xa2\xd8\xd3\x5d\xe3\x67\x50\xd1\x06\x5e\xfa\x00\x0d\x2e\x32\xef\xa1\xb9\x09\x70\xbf\x21\xd0\x69\x25\xf7\xb9\x50\xac\x27\x57\x1e\x00\x43\x8e\x00\xe7\xef\x00\x16\xb1\x40\x61\x2f\xe6\xcf\x9d\x49\x00\x1c\x57\x02\x39\xfb\x81\x55\xdb\x80\xec\x7a\x40\x50\x25\xe7\xc4\x1d\x61\xc0\x89\x0d\xac\x0b\x72\x2c\x85\xb9\x0e\xc7\x32\x81\x0b\xae\x40\x66\x26\x70\x37\x0b\x50\xec\xf6\xde\xbb\x8a\x79\x90\x08\x1c\x48\xaf\xee\xbf\xcc\xff\x90\xfb\x7f\x84\xc4\x55\xf7\x3b\x48\xe0\xde\xff\x4f\xfc\x07\x1f\xe0\xab\x23\xef\x7a\x6a\xf2\x1e\x7e\x4b\x01\x54\x47\x02\xbf\x1e\x07\xb4\x9e\x32\xc7\xb1\x4d\x32\x50\xb2\x0f\xd0\xd7\x03\x2e\xbc\x04\x06\x6c\x02\xce\xde\x05\xc6\xac\x02\x4e\xe5\x02\xd6\xd7\x81\xac\x57\xcc\x0f\x3a\x6e\x0f\x2c\xf7\x55\x9c\x02\x59\x47\x29\xbd\x12\xd8\xa6\x07\x64\x0c\x05\xf6\x6b\x01\xe9\xc6\xc0\x31\x3f\xe6\x8c\x5d\xac\x00\x52\x8c\x79\xbd\x48\xa9\x00\xde\x6d\xfd\x4e\x07\x23\xb7\xba\xff\xf2\x7b\xff\x19\xef\xc3\x5f\xe4\x85\x35\x56\xff\x63\x1c\x04\xef\xe1\xeb\x12\xb6\x7f\x69\x88\x5d\x60\x0d\xde\xc3\x63\xbe\x65\xc3\xbd\xba\x80\xf2\x2d\xa0\xec\x1e\xd0\x28\x03\xb8\xdc\x1a\x68\xbf\x17\x28\x34\x02\x7a\x99\x00\x67\xfc\x58\x37\x27\x7b\x3c\x30\x79\x2b\xf7\x0a\x9b\x53\x0e\xa4\x3d\x60\x7e\x50\x8a\x01\xf7\xdd\x3b\x3c\x1c\x08\x2b\x05\x0e\x75\x03\xf6\x0d\x01\x92\x5c\x80\xa3\xba\xc0\xc1\x09\xc0\xc5\x10\x20\xc1\x84\x35\x66\x12\x5e\x03\x1f\xde\x7c\xcb\xff\xb2\xff\x5b\x1f\x56\xf7\x5f\xf6\x5b\xe6\x3f\x78\x8b\xf9\xe0\xd9\x83\xad\xac\x03\xf1\x33\xff\xab\xf8\x2f\x35\x70\xef\xd7\xcd\xd9\x3e\x8d\x12\xfe\x5f\x65\x7b\x43\xec\x96\x2f\xcf\x06\xd4\x75\x81\x73\x2b\x81\x66\x25\x40\xee\x44\xc5\x59\x0b\x38\xf1\x02\x18\x10\x07\x64\x0e\x07\xc6\x5b\x02\x29\x9b\x81\x99\xce\xc0\xa1\x96\x9c\x27\x12\xdc\x00\x9f\x2f\xc0\xbe\x49\xc0\x16\x5b\x60\x6f\x37\x60\x8f\x3e\x6b\xad\x1d\xb1\x03\xe2\x14\x6b\xa4\x05\x10\xaf\x0e\x3c\x58\x01\xc4\x2e\x02\x3e\xf4\x00\x22\x5f\xf1\xb3\x6f\x09\x60\xbb\xde\xb9\xfa\xfb\xae\xc9\xfb\x58\x2e\xfc\x77\x2b\x65\xeb\x32\xf7\xbb\x71\xf8\x1e\xf7\xaf\xe1\xff\x5f\x01\xc2\x7f\x3d\x31\x0f\x06\xb2\x7d\xf8\x27\xdb\x5b\x42\x45\x52\xe6\x7f\x9c\xb7\x60\x9b\x1b\x00\x68\x3a\x00\x27\x4d\x81\x36\x2e\x1c\xf7\x86\x25\x40\xb2\x0e\x30\xe2\x24\xcf\x7d\x6b\x0b\x60\xdf\x76\xc0\xb1\x0b\x10\x3f\x9e\x75\xe7\x76\xef\x04\x42\x96\x01\xd1\x37\x80\xf8\x25\xc0\x2e\x77\xfe\x7f\x77\xb8\x01\x45\xfd\x81\x88\xad\xc0\x3d\x77\xe6\x7f\xbc\xeb\x04\x6c\x79\xc1\xcf\x1e\x68\x5c\x3d\xce\x65\xbf\x97\x35\xae\xee\xaf\xcc\xfb\x58\x28\xf2\xc5\x82\x36\x35\xc6\xa1\x26\xff\x67\xbf\xc8\x03\x3e\xff\xc3\xff\x15\x6c\x2f\x8a\x5b\x47\xbe\x33\x04\x4e\x8c\x03\x6a\x39\x02\xe9\xee\x40\xe3\x46\xc0\xc1\x8f\x40\x67\x67\x60\xff\x69\x3e\x8f\xc4\xf7\x07\x26\x3e\x03\x62\xba\x01\xf3\x34\x81\x9d\xce\xc0\xaa\x0a\x20\xa2\x13\xb0\x29\x1a\x08\x93\xa0\x1b\xbb\x13\xd8\xf2\x17\x26\x64\x74\x03\x36\x47\xc0\xba\x70\x1a\x10\xbc\x09\x3a\xb7\x0f\x03\x1b\x7c\x31\xec\xb5\x1f\xb0\xae\x01\x66\x28\x7c\x50\x9c\xc1\x14\xd6\x5d\xf8\xbd\x44\xec\x2b\x1c\xdb\x60\x9a\xc2\xce\x13\xfb\xc8\x39\x41\x6c\x15\x67\x1e\x85\x9d\x55\x52\x63\x1c\x04\xee\xfd\xef\x82\xea\xf3\xe0\x77\xd1\x07\x48\xd6\x3d\xb9\x23\x6e\x15\x4b\x0d\xab\xfb\x5f\x20\xaa\x4b\x4e\xd6\x63\xbe\x40\x5a\x2c\xf3\x25\x12\x2e\xd7\xfe\x5a\x27\x1f\x88\x3b\xad\xae\xaa\x1b\xa5\x58\xc7\xeb\x85\xf7\x09\x06\xb6\x5d\x6f\xa0\x3b\x6e\x11\xb0\xe5\x65\x43\xc9\x6e\x2a\x10\x1c\xa7\x3d\x6f\xd9\x47\x20\x28\xa6\xd1\x9a\xf5\x5d\x81\xb5\x0e\x8d\xc2\xa2\x8c\x00\x3f\x8b\x46\x52\xca\x70\xc0\x27\xb5\x51\x49\x5e\x28\xe0\xe5\xda\xc8\xf1\xfa\x47\xc0\x73\x53\xa3\xa9\x7f\xb4\x04\x56\x0d\xd6\x7e\x46\xef\xbb\xae\x16\xdd\xcf\x3b\xc6\x69\x12\x5e\x65\xbf\xb2\x3e\xf5\xb9\xb7\x5b\xa0\x4e\x3a\x9c\x33\x5a\xa8\xfd\xaa\xb0\x36\x6e\x2a\xcd\x15\x76\xea\x68\x65\xaa\xf7\x9c\xa2\x56\x8b\xea\xfb\x7e\xc6\xff\x79\xee\x52\xdd\xff\x5b\x61\xe0\x3a\xf0\x06\x4a\x74\x6b\x72\x3e\xb6\x0e\xdd\x0a\x9c\xbe\xda\x90\x6e\x03\x8e\x86\x6a\xd3\xed\x41\x72\x39\x57\x21\xee\x0d\x69\x4a\xe7\xf9\x48\xe7\xe6\x74\x6b\xb2\x35\xa2\x55\x4c\xe3\x3f\x80\x0d\xbf\xeb\x26\x74\x6b\x5e\xdb\x21\x60\x4d\xeb\xca\xa1\x1a\xca\xef\xbd\x23\xdb\xec\xb7\x9a\xa1\xea\xbd\x6a\x79\x9b\x33\x8b\x1a\xab\x5d\x5d\x56\xd4\x26\xcc\x37\xb4\xce\x1f\x2e\x25\x6d\xc6\x85\x67\xa8\x17\x2d\xf6\x6f\xfd\x2e\xa1\x9f\xc6\x78\xc7\x94\xd6\xfe\x59\xaf\x35\xec\x17\xb8\xb5\x1e\x73\xe5\xbe\x46\xb7\x79\x37\x5a\x0f\x79\x9c\xa7\x1e\x38\x77\x7c\xeb\xeb\xff\x9e\xa9\x63\x67\x1b\xda\xba\x54\x92\xd4\x96\xd9\xfc\xdd\xea\x8c\x24\xa9\x1c\x98\xbc\xa8\xe5\x07\x49\x52\x3e\x63\x39\xaa\xf9\x46\x49\x52\xba\x64\x61\xd1\x98\xee\xe3\xc6\xdf\x6b\x44\x3a\x9c\xe3\x3a\x69\x9f\x53\xd8\xd1\x01\x0d\x5a\x2a\xec\x4f\xfd\xff\x5d\xf6\x5f\x9d\xee\x09\xae\x14\x73\x9f\x94\xb3\xa3\x9b\xd1\x7d\x76\x8e\xad\x2e\x45\x42\x46\x50\x5b\xba\x25\x48\xd2\xed\x40\xf7\xf8\x71\x69\x5d\xe8\xfb\xdb\x7d\xbb\xd3\x7d\x7f\x70\xad\x9e\x84\x1b\xfa\xad\x36\x9c\x57\xaf\x25\xe0\xa1\x6b\x78\x45\x6f\xa3\xb2\x96\x6b\xb6\xe1\xa0\xfe\xa6\x75\xce\x3a\xad\x36\x0c\x9e\xb0\xa4\xae\xc6\xdc\x1b\x06\x65\xf6\x01\xf5\x4a\xed\x8a\x0d\x8c\x57\xe6\x68\x6e\x98\xd1\xbf\xe7\xc9\x4d\xdb\x1b\x7c\xb2\xde\xd3\xe3\x9f\xb8\xe8\x86\xf7\xa7\x58\xf6\x98\x71\xc4\x5d\x6b\x88\xe5\x5f\x3d\x7e\x39\x9f\xa0\x35\x79\xa2\x49\xf7\x4f\x0f\x96\x35\x3c\x6e\x31\xba\xfb\xdf\x7f\xaa\x35\xd0\x18\xdf\xb6\xbb\x93\x24\xd5\x7b\x3b\x5a\xb7\xeb\x6e\x49\xd2\x48\x19\xfe\xbc\x73\xb2\x24\xa9\x9b\x99\xde\xee\xf8\x52\x92\xd4\xbe\x0e\xde\xd3\x41\x5d\x92\xd4\x34\x8c\x87\xb5\x9b\x20\x49\xaa\x8d\x8c\xfc\xf5\x7a\x4b\x92\xf2\x6f\x46\x6e\xad\x07\x48\x92\x72\x0b\x99\xff\x21\xf3\x7f\xaa\xde\xff\x1f\x0d\x28\x23\x5c\xb2\x69\xd1\x8f\xe2\xfe\xbc\x1e\xe9\xaa\x9e\x98\xd5\x75\x97\xc2\xa6\x18\xf7\xa2\x7b\xeb\x84\xba\x7d\x89\x0f\x10\xa3\x3b\x90\x3e\x87\x9b\x33\x5f\x60\xe3\x1a\x13\xca\x2c\x3e\x6b\x58\x47\xc2\x55\x77\xf8\x6c\xe4\x02\x8e\xd6\x23\x9d\x9a\x9d\xaf\xd5\xd8\xee\xf6\xf0\xed\x3d\xfe\x55\x7b\x6c\x6d\x3a\xcc\x6a\x44\xa7\xfa\x33\x27\x3e\x18\x9a\x39\xdd\xb9\xc1\x7d\x33\x9b\x21\xc7\x5d\x1b\x6b\x7d\x1d\x65\x66\xfa\x6e\xdd\xde\x46\xb7\x87\x35\x35\x55\xd9\x35\xb6\x71\xfd\xc1\x4e\x83\xbb\xa4\x38\x34\x8e\x32\xee\x68\x62\x57\x60\xd0\xb8\xdf\xc0\x43\x26\x41\xb7\x47\xe9\xb8\x0c\xf8\x6c\x12\xf0\xfa\xb5\x76\x96\xd1\x6f\x26\x66\x92\xd4\xb0\x5e\xbf\x5d\x03\xe6\x4b\x92\xa6\x4a\xef\x4f\x7d\x33\x25\xa9\x9e\xb6\x61\x7a\xaf\x28\x49\xd2\x08\xe9\x19\xd0\xf3\xb4\x24\xa9\x9b\xf4\xac\xdf\xe3\xb5\x24\xd5\x79\xa7\xbf\x45\xbf\x91\x24\xa9\x6d\xeb\xb6\xb8\x5b\x0f\x49\x52\x6b\x23\xf3\x7f\x7e\x3d\xa8\x41\xba\x16\x37\xef\x34\xa6\xdb\xbe\x62\x73\x3d\xba\x2d\xcc\xaf\xd0\xa7\xfb\xe8\xe3\x8d\xfa\xd2\xbd\x5b\x4a\x85\x09\xeb\xdf\x2f\x1e\x42\xa8\x53\xb4\xc5\x48\xaa\xdb\x0a\x1f\x32\x86\x76\x5a\x1b\x04\x5f\xc0\xfb\xbd\x05\xa1\xb5\x2e\x39\x96\x14\x1f\xf6\x06\x53\x68\x5e\xd9\xa8\x59\xcd\x6b\x10\x09\x58\xb4\x9f\xba\xaa\xe3\x1c\x95\x15\xa3\x3a\x4d\x51\x33\x8e\xaf\x3b\xc0\x54\x79\xf2\x9a\xc9\x4b\x34\x55\x07\x1c\x99\xac\xec\x64\xd0\xa0\x5f\xdf\xde\x93\x16\xae\x39\xdd\xb0\x96\xe1\x36\xcb\xbf\x23\xfa\x37\x9c\xd3\x23\xd1\x72\xfc\xc1\xf7\x0d\x47\xe8\x3b\x4f\xcc\x3b\xf3\xb8\x41\x71\xd7\x2f\x13\x47\x5d\xbf\xa5\xf9\xb1\xcb\xe7\x89\x2b\x5f\xb8\xd5\xf7\xee\x92\x62\x11\x2c\x49\x75\xad\x3b\x79\x8d\x7b\x28\x49\xea\x9b\x3a\xba\x8f\x2c\x94\xa4\x3a\x8b\xda\x2d\x1c\x7a\x53\x92\x54\xa3\xda\x2d\x32\xdd\x2a\x49\xaa\xf3\xda\x5e\x33\x1e\x27\x49\x2a\xb7\xf4\x4c\x06\xbc\x91\x24\xe5\xaf\xad\xe7\xf4\x3d\x2f\x49\xb5\xdf\xff\x1a\x55\x8f\xde\xdf\x2d\xd3\x96\x84\x4b\x5f\x9e\xd5\x89\xde\xb7\xcc\xff\x39\x1e\x66\x42\x7e\x24\x9b\x8f\xa4\x7b\xb7\x7d\xe3\xc6\x11\x1f\x2c\xda\xd2\x82\x78\x3f\x61\x9d\x58\x55\x38\xe8\x88\x15\xfd\x8e\xb7\xcf\x74\xc2\x33\x96\x96\xf0\xad\xfb\x3c\x6d\x3b\x1a\x2f\xab\x0a\x7b\x9a\x3f\x23\xbd\xe7\x6d\x54\xae\x0d\x98\xdc\x9c\xe7\xdd\xca\x5b\x69\x67\xef\xc7\x73\x07\xf5\x79\x53\xa7\x59\x8f\x45\x73\x47\x4c\xf0\x51\x37\xec\xe2\x31\x77\xd0\xbc\x3a\xea\x67\x3a\xcc\x9a\xdb\xca\x4b\x4f\xfd\xf7\xb6\xf3\x1c\x6c\xc3\xb6\xaa\x5f\x6f\xfd\xca\x3e\x2d\x21\x5b\x7d\x54\xab\x4f\xf6\xce\x39\xaf\xea\x2c\x68\x79\x67\xce\xf3\xb2\xba\x6a\xde\x2d\x75\xe6\xcc\xff\x7d\x8c\x6a\xef\x16\xb9\xb3\xff\x95\x24\xe5\x88\x16\x1d\x67\xcc\x94\xa4\xda\x67\x9a\x97\x5a\x69\x4a\x52\xed\x6e\xcd\x5b\x4f\xd2\x93\x24\xa5\x01\x3a\x67\x2c\x08\xcf\x6b\x54\xd7\x8c\x74\xa6\xb4\x5c\xc6\xda\xd2\x99\x71\xd7\x08\xba\xbf\xbe\xe5\xd5\x96\x6e\x35\x8b\xfd\x7a\x12\xbe\x70\xa6\xeb\x40\x42\x4f\x8f\x5e\xe0\x3e\x29\x29\x1d\x26\xd0\x38\xec\xab\x37\x91\xee\x6d\xa3\xce\x5a\x11\x3a\x10\xd6\x73\x06\xcd\xa0\xf5\xce\x76\x14\x37\xbe\x7e\x0e\x54\xaf\xed\xf6\x71\x2e\xad\x40\x0b\xfc\x17\x10\x03\x79\xfa\x3e\x27\xba\xcf\x34\xbb\xbc\x84\x6e\x9f\xfb\x27\xbb\x11\x3e\xde\xad\xdc\x7d\x6f\xa3\x78\xa0\xdd\xcc\x65\x49\xfa\xb7\x94\xa1\x9b\xec\xae\x3c\xea\xac\x72\xfd\xe6\xf7\xdc\xcd\xec\x1e\xd5\x36\x6c\x96\xb9\x5c\x77\x95\x04\x9b\x26\x76\xee\xa1\x5b\xd6\x00\x8d\xde\x2c\xfb\xb2\xef\x32\xa0\x95\xe9\xf6\xf0\xe4\x01\xa0\x41\xae\x5b\xfb\x2b\x4f\x01\x4d\x2c\x35\x7a\xda\x00\xa8\xd7\xd6\xd5\xe3\xcb\x2b\x40\x3d\xc8\x89\xee\xe9\xd5\x4a\xe7\x12\x4e\xa3\x32\xcf\x8e\xf0\x09\x95\xa7\x33\xa8\x3f\x88\x72\x2d\xeb\xbf\x15\xb6\xf6\x81\x29\xb9\x6c\x27\x51\x9d\xf3\x25\xbd\x3e\x14\xaf\x79\x8e\x4c\x88\x3d\x72\x86\xfb\x41\xa5\xac\xb3\xa0\x7c\x2f\xf3\x7f\xa2\x62\xa6\x13\x8a\xba\x35\x77\xf6\x1e\x8e\xff\xb9\x54\x7d\xed\x3b\xc2\x89\xf2\xe6\x8a\x54\x96\xab\x77\x32\x77\xa1\xf1\xb4\x7d\xc5\xe8\x8b\x65\xc9\x72\xca\x97\x43\xff\xf6\x24\x9c\xa7\x7b\x4f\x1f\xe2\x61\x35\xf5\xf3\xcb\x52\x7d\x04\x68\xeb\xfb\x0f\x6d\x37\x1f\xa8\xbf\xd5\x7f\xc1\xe0\xdb\x80\xba\x91\xbf\xa7\x4d\x10\xa0\xf2\xd8\xbf\xd9\x52\x0d\x40\x69\xbc\x5f\xde\x7a\xc2\x37\xfc\xb0\x9b\x95\x67\xc0\x88\x99\xef\xb4\x8b\x84\x83\x79\x57\xfc\x4a\x53\xd1\xbb\xcb\x27\xba\xdf\x5d\x29\x70\xed\xa5\x02\xcf\x5a\xf4\x86\xed\xfc\x40\xb6\x0e\xa2\xbe\x7b\x8e\xc0\x35\x6c\xe9\x1e\x3b\x3f\x7f\x14\xa1\x41\xc7\xd6\xf3\xbc\x4e\x79\x32\x95\x70\xee\x7d\x67\x39\xae\x63\x4a\xb8\x1f\x94\xdc\x07\x6a\xe3\x1a\xde\x50\xf8\x57\x32\xef\x67\xe5\xb1\xa5\xd4\x17\x69\xc9\x42\x77\xca\x13\x0e\xf1\x8c\x46\xda\xb8\x79\x13\x9f\x62\x6c\x09\xf7\xd5\x30\x9a\xc4\x7a\x0a\xed\xba\xad\xa7\x3c\x52\x67\xc8\xe6\x2f\x9c\x91\x43\x5c\x9a\x51\x26\x0d\xc9\xe9\x1f\xa8\xb0\x9b\xa5\xc9\x94\x59\x36\xfb\x32\xc3\x68\xd3\xe3\x75\x54\xf7\xbc\xc9\x26\x8a\x46\x3c\x78\x47\x1a\x21\x2c\x1b\x3f\x16\x11\xff\x61\xc3\xf2\x07\xa2\x33\xcb\x07\xba\xcf\x5e\xdb\x44\xaa\xc6\x6f\x58\x29\x78\x21\x6e\x02\xcf\x74\x11\x7a\x20\x8b\x3e\xb3\x5d\x48\x38\xc6\x09\x1d\x0b\x42\x4d\x53\x2e\xd8\xd0\x89\xea\x80\xf1\xec\x74\xce\xff\xf3\xe9\xfd\x6d\x77\x74\xa2\xe7\xff\x4e\x07\x87\x9e\x7e\x75\x07\x0f\x42\x8d\x5c\x0b\x59\x17\x66\xbe\x31\xeb\xa4\xcc\xc8\x5d\x43\xe3\x61\x11\x16\x48\x27\xd2\x61\x73\xb9\xaf\x88\xc1\xf4\xcd\x34\x5e\x2d\x62\xb9\xbb\x49\x2d\xd5\x08\xc1\xd4\x8b\x8c\x66\xfe\x43\x64\x0f\xee\x7f\x11\x39\x72\x22\xcd\xcc\x1d\x61\xdc\x91\x6a\x87\x9d\x1f\x51\xb7\x22\x52\xb8\xde\x7f\xfb\x97\xc3\x54\x39\xbe\xbd\x67\x1e\x77\xaa\x9a\x7c\x93\x70\xbe\xb0\xab\x6f\x88\xb1\xb6\x55\xe0\xbc\xeb\x05\x9e\xed\x2f\x70\x2d\x1f\x51\xff\xbf\x3a\x96\xed\xaa\x81\x6c\x97\xd1\x78\xa4\x39\xcf\x24\x9c\x2a\xd1\x99\xfd\xde\xbd\x6a\x11\xe1\x6e\x91\xf1\x6e\x54\x2d\xbb\xa9\x3b\xeb\xff\x04\x4e\x58\x4d\x6a\x04\x5e\xce\xec\xef\xb2\xa5\xfe\x44\xa4\x59\x64\x1e\x68\xcc\x51\xb6\x9e\xba\xba\x58\x19\x6c\xa6\x75\x74\xcc\x52\x56\x1d\x1f\x14\xcb\xbc\x90\xae\xbb\xd9\x6f\x9d\x2b\xfc\x56\xb9\xea\x06\xdf\xf1\x61\xe2\x7d\x99\xa9\x16\xf7\xce\x5c\x74\x64\x9b\xf7\x27\x5b\x66\x1c\xc5\x25\x87\x13\xce\x15\x2b\x25\x11\x32\xb6\x3b\xe2\x14\x45\x6a\x4c\x74\x29\xe1\x1b\x31\x13\x9f\x93\x8d\x76\xfe\x4a\x38\xc6\x76\x81\x67\xca\xba\x28\x1b\x44\xff\x8b\x75\x42\xdf\x5f\xe6\x0d\xf1\xf8\xc8\x7d\xc0\xe2\xac\x5c\xa9\x5a\x56\xd6\x01\x0a\x75\xf6\x24\x1e\xd8\x7a\x53\x1f\xc2\xc3\xd7\xf8\x04\xd0\x49\x7b\x55\x2c\xf3\xbc\x96\x18\x04\xd3\x78\xc8\x7a\x38\x33\x72\x18\x5d\x99\x78\x6e\x1b\xa9\xbb\x8c\xd4\xde\x41\x71\xd0\xd7\x9e\x71\xf3\xf6\x5d\x63\x99\x17\x35\x90\xf5\x42\x80\xa4\xe5\x6c\x13\x2f\xff\x42\x08\xd2\xc1\x5a\xbd\xe9\x8c\x96\x34\xd1\x8c\x70\x97\x83\xdd\x1c\x08\x9f\x49\x8a\xf6\x24\x84\x30\x49\x2f\x94\x9e\x20\x69\xc5\x81\xbd\xfc\xff\x67\x93\x42\xc5\x81\x4d\x97\x29\x53\x1d\x88\x7e\x4a\x3b\x9e\x03\x43\xbf\x4c\xe5\xf1\x62\x3f\x77\x6a\xb2\xdd\x26\x74\x53\xb6\x8a\xbc\xb1\x79\xba\x18\x9f\x87\x0a\xbb\xc7\x80\x79\x6e\x51\x4d\x78\x5e\x87\xcf\xf2\xa5\x5f\xdf\xe8\xcc\xfd\x62\x02\x22\xd6\xd3\xba\xb7\xea\x2e\xfb\xbd\xb4\x24\x84\x9e\xca\xb1\x24\x9c\xd6\x8d\xd9\xa2\x6f\x90\x75\xbb\x5d\x84\xd2\x8f\x1b\x1f\x45\xa8\x9c\x69\xe3\x58\x8a\x62\x83\x39\x8c\xd2\xb7\x99\xcb\x3a\x0a\x75\x8d\x0e\x3f\x65\xff\xd3\x17\xb1\xcd\x78\xdf\x94\x94\x78\x32\x82\x0d\x69\xe4\xd2\x4b\xc6\xd0\x4c\xcb\xb8\x3d\x87\x76\x36\x19\x6b\x98\x91\x96\x1e\xb5\x89\x3a\x3b\xa5\xdf\x8d\xa7\x19\x96\xbe\xf0\x18\x31\x4f\xd2\x3d\x2f\x11\x2f\x28\x5d\xef\x11\x21\xc9\x29\x15\x9f\x08\xf7\x3c\x28\xea\xd8\xf7\x89\x7c\x51\xc5\x8b\x11\x75\xde\x3b\xc4\xbc\x60\xde\x50\xb4\x33\xcf\xef\x70\x89\x0f\x4c\x9b\xe7\x04\xd2\xd3\x04\x36\x63\x1e\x90\x57\x61\x28\xf9\xb3\xc2\x61\x3b\xed\xa7\x9c\x17\xec\xa0\xf5\x50\xe6\x01\xcd\x98\x1b\x43\xec\x0b\xcb\x87\x71\x74\x03\x31\x5a\x67\x1f\xed\x1f\x06\x6e\x67\xbf\xf5\x6d\x98\x0f\xd3\x42\x2d\x95\xde\xa6\x5a\xec\x91\x34\xf6\x3f\x4b\x54\x36\x65\xff\xc5\xfd\x71\xb2\xf6\x1a\x10\x23\x39\x7b\xcf\xe8\x83\x0a\x9b\x33\xd9\xce\x90\x2d\xaf\x38\xd9\x0e\x1b\x89\xb1\x92\x3d\x2a\x96\x4e\x38\xd9\x2d\x32\x29\x52\xb3\xdc\x2f\xb0\x35\x66\x9e\xd4\x89\x92\x0f\xf4\xa4\x47\x04\x4f\x2a\x59\xd4\xb5\xcb\xfd\x70\xf6\x33\x6f\x10\xf1\x59\x6c\x63\xa2\x15\x76\x7b\xc3\x80\x47\x3c\x8b\x36\xd0\xaa\x14\xe8\x1e\x42\xcf\xeb\xe7\xc8\xf3\xda\xd3\x7d\x27\xe1\x9c\x4b\xbf\x44\x53\x94\xca\x7a\x38\xb3\xc1\xfc\x08\xeb\x30\xd6\xcd\x30\xaf\x60\xbf\x87\x55\x24\x53\x9c\xf4\x7d\x92\x4a\x79\xa0\x8b\x2e\xfb\xfd\x4b\x06\xe3\xc6\xaa\x6d\x4e\x09\x5e\x94\xcc\x87\xc9\xef\xd3\x84\x22\xaa\xc0\xa8\x07\xf1\xe3\x0a\xb6\x8d\xa4\x8c\x5d\xd0\x6e\x3a\xf1\x1b\xf2\x1f\x2c\xe5\xcf\x61\x41\x1d\xd8\x46\xbd\x67\xcb\x0a\x15\xf9\x15\xac\x48\x50\x10\x7f\x8f\x78\x44\x79\xae\xaf\xe9\x2e\xe0\xb4\x58\x1f\x4e\x34\x64\x9b\xe1\x20\x55\xe3\xc5\x24\x89\x5e\x93\xcc\x8b\x09\x55\x0a\x26\x56\xd1\xc6\x2d\x61\xf4\x7e\xd6\x15\xf0\x7b\xfe\xc6\x03\x8a\xa7\x84\xb1\xd8\x67\x0f\xbd\x95\xb9\xdb\x0e\x10\x7b\x69\x96\x2e\xf3\x23\x26\xc5\x24\x13\xbf\x65\x6c\x49\x2a\xe1\xff\xa6\xa3\x79\x75\xef\xdd\x9d\xbb\xf9\x74\x78\x93\x4d\xac\x84\xc6\xb7\xce\x24\x28\xac\x52\x5b\xb9\x5f\xd4\x05\xb9\x72\xe7\x74\x23\x8a\x98\x4b\xd0\xa7\x8a\x85\x4b\xb5\x87\x51\x44\x16\x4b\x33\xf4\xd9\xf2\x0a\x7d\xa9\x76\x00\x31\x56\x8a\xfb\xef\x24\x45\x81\xe2\x49\xac\x44\x54\x6c\x98\x4b\x8a\x2c\x17\xbf\xdc\xa4\x95\xf8\x42\xc9\x4b\x62\x76\x15\x25\x4b\xb4\x12\xe6\x09\xde\x4b\x8e\x58\x2f\x8f\x8b\x3c\x59\xc5\x8b\x21\x3e\x59\x70\xe4\xb6\xfb\xd5\xfd\x67\x1e\xd0\x8a\xca\xbd\xf4\xaf\xba\x3c\x66\x3d\xa0\x85\x03\x93\x88\xef\x60\x97\x94\x4c\xeb\xbf\x4d\x17\xd6\x8d\xb0\x2c\xe1\xf7\x3d\xf2\xfe\xb1\xc9\x0a\x3b\xa8\x34\x9b\xd8\x3b\x3d\x2f\x9d\xa6\x3c\xa3\x97\x91\x4f\xe3\xa7\xbd\xfb\x1c\xe5\xcb\x5a\x8e\xc5\x1b\xd8\xff\x32\x91\x27\xaf\xa5\x6a\x51\x9f\xa0\xb2\x7e\x5d\xe9\x8c\x5b\x5a\xc2\x3b\xba\x6b\xe6\xac\x23\x75\xed\xf2\x22\x12\x48\x29\xfb\xb8\x86\xf2\xc1\xb5\x04\xce\x48\xd7\x13\x0f\x12\x8f\xaa\x6c\x3c\x2b\xb3\x94\x45\x5c\xa5\xcc\x5e\xba\xe2\x29\xbd\xa1\x92\x3f\xfe\x21\x7e\x9d\xdc\x3f\x49\xee\x87\x93\x2b\x78\x62\x72\xbf\xad\x13\xb9\x7c\x9f\xf7\xff\xcf\x03\x72\xd6\x4b\xa5\x7d\xf7\x3c\xb7\x0c\xda\xa5\xcc\x72\xe1\x59\x69\x55\xc1\xac\xd6\xf1\xe9\x3c\xcf\x47\x35\x67\x3e\x8c\xd1\xf1\x7c\xea\x87\xd4\x23\xae\x88\xd8\xad\x6d\x2e\x5f\xa0\xfb\x89\x86\x4f\x58\xf6\xa2\x96\x63\xa9\xe0\x7f\xdc\xc9\x67\x7b\xef\xb9\x16\xad\xd0\xf7\x16\x77\xa6\x91\x7d\x60\x39\x98\x52\xd5\xfd\x5f\x98\xe1\xfa\x40\x77\x01\x9d\x7c\xee\xeb\x78\x93\x7f\x0f\x26\x32\x6f\xee\xfe\x69\x56\xf0\x79\x30\x32\x87\x66\xd8\xdd\xed\x97\xe9\xec\x7c\x77\xd4\x23\xfa\x17\x6f\x56\x54\xfe\x4b\xe3\x26\xfa\xc0\x5c\x16\xf3\xe1\xe2\x57\x31\x2e\x42\x37\x26\xaf\xa9\xc2\x56\xf1\x80\x74\x6a\xf0\x80\x76\xa5\xad\xe6\x38\x38\x42\xfb\x48\x7b\xe1\xf7\x8c\xc5\xdc\x95\x66\x72\x42\x2e\xf1\x84\xcd\x76\xe6\xd3\xbe\x69\x68\x50\x21\xfd\x77\x99\x0f\xa4\x6f\xcd\x7d\x74\x74\xa3\x4b\xe9\x69\xb5\x1e\xde\xd4\x66\xbf\x6f\x8b\x0a\xae\x72\x71\x13\xf8\xd8\x8e\xf9\x30\x4f\xb6\xb5\xa7\x93\xee\x93\xbd\xc6\x94\xb9\x9f\x2a\x4d\xa2\x93\xdc\x13\xd7\x79\xf4\x5e\x9f\x04\x7a\x12\x8f\xec\xc9\xfb\x2d\xf4\xcb\x4f\x03\xf7\x51\x04\x3e\xf5\x3b\x41\x79\xf6\xc9\x96\x4b\x5d\xe8\xf7\x86\x96\x33\xcf\xa1\xd1\x47\xfa\xde\x83\x00\xe6\x3f\x54\xe9\xa1\x08\xde\x64\x55\x5f\x29\x1a\x17\x9f\x5d\x87\x29\x0f\xae\xb4\x4e\x25\x76\xee\x32\x23\x8e\xf3\xc5\x5b\x8f\x93\xbf\x0b\x0e\x30\x2f\xc4\xee\x36\xf7\x05\x9b\x56\x9b\xe7\x77\x95\x2e\x8e\xe8\x93\x65\x5a\x7a\x25\x52\x61\xfb\x9c\x61\x36\x86\x3e\x6e\x10\x6f\x46\x77\xee\x2d\xaa\x5f\x6a\x50\x79\x87\xf8\xb6\xb5\x34\xe4\x1b\x8e\xdf\xeb\xb2\x7d\x15\xa3\x4e\xfb\xa5\xd7\x75\xf5\xe8\x44\xf2\xba\xf5\x00\x9a\xd7\xaf\xca\xcd\x29\x6f\xbe\x09\xe3\x93\xea\xab\x11\x2b\x28\xd2\x5e\x6b\xb1\xb2\xdb\xab\x1b\xcc\x4c\x7e\x75\x2a\xd3\x8f\x7f\xa7\x88\x18\x57\xaf\x8d\x1f\x90\x32\xdc\xab\x5a\xef\x88\xf9\xf6\xbb\x3b\xfb\x5b\x21\xfa\x0c\xde\x13\x7d\xd7\xaa\x8f\x8b\xf4\x03\xfd\x0b\x99\xe7\x50\xd3\xd2\xf7\x7e\x84\xf7\xdb\x02\x2f\x35\x81\x61\xb9\xc0\xef\x2b\x81\xb1\x4d\x81\xc7\x63\x80\x49\x23\x01\xc5\xbb\x51\x9c\x54\x6e\x9c\x02\xec\x37\x01\xa5\x8b\x81\x45\x49\x40\x49\x2b\x60\x45\x11\x70\xd9\x17\xf0\xf3\x02\x8a\x87\x00\x8a\x9d\xe8\xc5\x0a\x40\x91\xa9\xce\x9f\x06\xf6\xcd\x06\xce\xd7\x06\x31\x12\x2f\x94\x00\xb9\x69\x9c\x5d\x4b\xe2\xf8\xfb\xa4\x77\x6f\x0e\xbc\x7b\xf5\x1d\xee\x2d\xf0\xab\xaa\xfe\x0f\xa2\x57\x4d\x4d\xfe\x43\x4d\xfc\x5f\xfa\xae\xff\xc9\xff\xe2\x3f\x74\xd8\x04\x7c\xd9\x04\x74\x79\x0a\xfc\x95\x0d\xf4\xf2\x02\xde\x8c\x05\xfa\xd6\x07\xfe\xf0\xe5\x7b\xe8\x27\x75\x81\x91\xc1\x40\xf9\x03\xee\x7f\x71\x6f\x0d\x60\x7d\x06\xb8\x9e\x06\xcc\xf1\x05\x4a\xe7\x03\x8b\x0e\x01\x97\xe6\x00\xcb\x27\x7f\xc3\xbb\xcf\x0f\x06\x82\xfd\x80\x22\x43\x60\x47\x08\x70\x6e\x09\xeb\x40\x14\x96\x00\xe9\x2e\x80\x22\xcb\x9e\x31\x07\x8a\x9c\xb8\x27\x82\x62\x3c\x1e\x55\x00\xe7\x2f\x03\x7f\x46\x01\x05\xcf\xf8\x19\x4f\x89\xfa\xed\xa3\xc2\xdf\x9f\xe2\xff\x32\xff\x41\xf5\xdb\x38\xd4\xf4\xb7\xa5\xe0\xd4\xc8\x7c\x87\xef\xf5\x2f\xbe\x94\x01\x6d\x0f\x02\xef\x26\x02\xdd\x6e\x03\xaf\x7c\x00\x43\x4d\xe0\x77\x5b\xa0\xff\x2e\xa0\x42\x0f\x18\x16\x0c\x3c\x78\xca\x75\xfe\x37\x6f\x02\x53\x6a\x03\xa5\x9e\x80\x5d\x2d\xe0\xf2\x1c\x60\xa1\x33\x70\x51\x9f\xeb\xfd\xe5\x71\x28\xc8\x06\xd6\x5f\xe6\xbe\x26\xdb\x1d\x81\xfc\xde\xc0\x9e\x8d\xc0\xd9\x86\x40\x7a\x3e\x6b\x61\x28\x32\xf1\xd9\x81\xc0\xd5\x78\xa0\x50\x93\xc7\xe1\xdc\x23\xe0\x53\xf1\x0f\xf4\x0f\xfa\xfd\xd8\xff\x38\xdb\xea\xfe\x57\xe3\x3f\x08\xbd\x0f\x99\xf7\xf1\x43\xde\x83\x1f\xd0\xdc\x07\xf8\x7b\x2f\xd0\xea\xee\x77\x78\xbf\x3b\xa0\xd8\xff\xfc\xa6\x0f\x28\xce\x49\x0f\x47\x00\xc6\xe7\x80\xdb\x37\x81\x51\x21\xc0\x75\x1b\x60\xa2\x0e\xf7\x75\x98\xfe\x07\xeb\x39\xcc\x1b\x08\x9c\xeb\xa4\x38\xab\x02\x67\x37\x32\x3f\x28\xbf\x03\x63\x51\xb9\x4d\x80\xed\x4a\x40\x9e\x1e\xb0\xd7\x9a\x75\x3e\x32\xf6\x03\xf9\x7a\x40\xfe\x1b\x20\xb7\x0c\x28\x8d\xe5\x39\x52\xe1\xca\x7c\x00\xc5\x1c\xcd\x11\x78\x8e\xac\x03\x22\xe3\xff\x72\xfc\xcb\xfe\x57\xd5\xc1\xcb\x3a\x00\x3f\xe2\x3f\xfc\x8c\x07\x61\x02\x7c\x29\x01\x74\xd2\xb9\x47\x8f\x62\xff\xf7\x26\x99\xeb\xb7\x7f\xbf\x0a\x74\x4c\xe5\x77\xd3\xc3\x00\xb8\xf3\x14\xe8\x17\x0c\xdc\x70\x05\x86\x2e\x05\xae\xa4\x70\x5c\x28\xe6\xbd\xd5\x43\xe6\x75\x28\xe6\x47\x7e\x8a\xc0\xfd\xeb\x00\x1e\x53\x40\xea\x6c\xeb\x06\x02\xd9\x27\x58\xab\x3f\xa7\x88\xe3\xe1\xd4\x44\x20\x3d\x1e\xc8\xd6\x04\x72\x6b\x03\xa7\xdc\x80\xeb\x3e\xfc\xfd\x27\xcd\x81\x53\x1d\x81\xbf\x56\x7d\xc7\x83\x91\xf1\xff\xe5\xd5\xfd\xff\x29\xff\xe1\x9f\xef\xc6\xa1\x86\xdf\xea\x5f\xd8\xca\xba\x17\x0a\xfb\xa5\x15\xa0\xd1\x08\xf8\xa8\x0d\x68\x15\x30\x27\x47\x71\xf0\x78\x32\x13\x68\x73\x14\x28\xf7\x03\xba\x26\x03\x37\xcb\x80\x5e\xbb\x81\xd2\x97\xdc\xef\xe1\xd2\x15\x60\xac\x2e\x50\x18\x0d\x4c\xee\xce\xba\x0e\x76\x87\x80\xdc\x43\xc0\xa2\x61\x40\x76\x07\x40\x71\x8e\xca\x72\x07\xd6\xe6\x01\x8a\x5d\x68\xd8\x1a\xe0\x98\x3d\x10\x9b\x02\x1c\xef\x04\x28\x56\x32\xc5\xdf\x15\x31\x70\x32\x1e\xb8\xbe\x05\x38\x16\x00\x3c\x7e\x09\x64\xf9\x02\x5f\x66\x03\xa9\xef\xf8\x59\xe5\x3e\x20\xb2\xff\x51\x8f\xab\xbf\xf7\xad\x02\x0f\xfd\x11\xff\xa1\xca\x6f\xc1\xf7\x90\x79\x10\x4a\xd7\x80\xaf\xef\x80\x5a\x0d\x38\xf6\x94\x1e\x01\x6f\x3f\x00\xaa\xae\xc0\xf3\x4a\xa0\xa1\xc8\x55\x4d\xae\x01\xf7\x1c\x80\xb6\x1b\x80\x9b\xad\x00\xfd\x1d\xdc\xcf\xa4\x9f\xd0\xf3\x18\x66\xc0\xfa\x16\xe6\x15\x40\x8e\x33\x30\xdd\x18\x38\xb1\x9a\x71\xff\x63\x77\x00\x77\x1b\xe0\x48\x77\xc0\xaf\x07\x90\x11\x07\x6c\x39\x0d\x64\xd6\xe2\x3e\x52\x19\x31\x3c\x0e\xe9\x62\xbd\xc8\x34\x67\xae\x60\xc6\x6a\xe0\xd1\x2b\xfe\xfc\x79\xf1\x37\x1e\x90\x9c\xff\xaa\xfc\x77\xa8\x8e\x03\xcb\x7e\x6f\x08\x16\x78\xf8\xc0\x6f\xe3\xf0\x43\xfe\x87\x62\x4d\x5e\x0b\x7c\xc9\xe6\x55\xfe\x3f\x7a\x0f\x0f\x01\xa5\xee\xc0\x83\x78\x40\xd3\x96\xf9\x2f\xcd\x03\x80\xd2\x23\x5c\xdf\x5f\xfc\x19\xe8\x19\x04\x14\xb6\x00\x8c\xeb\x01\x67\x0e\x02\x66\x4a\x40\xd6\x3b\xc0\xc6\x54\xb1\xcb\x07\xe6\x35\x03\xd2\xa3\x59\x3f\x28\x65\x31\xe0\xdb\x9d\xb9\x82\x9b\x1d\xb9\x67\x52\x54\x0e\x90\x5c\x0e\xa4\x54\x02\x07\x23\x80\xd3\x11\x40\xb2\x3a\x50\x26\xf4\x2f\x9e\x2d\x03\x0e\xf7\xe2\x39\x2b\xfb\x1f\x2d\xe2\x21\x42\x9f\x6d\x88\x98\x27\xeb\xeb\x0b\xbf\x65\xfe\x43\x68\x75\x5c\xf8\x3f\xfe\xcb\xfc\x97\x20\xb6\x7f\xb1\xdb\x78\x2b\x54\x12\xff\xb8\x29\x76\x81\x82\xf7\x70\xd7\x18\x50\x36\x05\xae\x6b\x02\x8a\x7d\x61\xb1\xe8\x3b\x54\x34\x16\xe8\xe2\x0f\xe4\x65\x01\xfd\x36\x00\x27\x97\x02\xc3\x5f\x03\x47\x7b\x02\x93\x66\x30\x9f\xc3\x76\x3c\x70\x70\x2c\xb0\xd8\x13\x38\xf0\x19\xf0\xfc\x0c\x24\x8c\x02\x75\xfe\xde\xef\xc5\x73\x7a\x7f\x26\x70\xa8\x12\xd8\xff\x02\x38\x7d\x98\x7b\xc6\x94\xbd\x62\x8e\xc8\x6f\x6d\x98\x27\xf0\x35\xf3\x3b\x1d\x8c\x59\xd5\xdf\xbb\x8c\x83\xcb\x3c\x00\x9f\xe6\x6c\x6b\xf2\x01\xfe\x33\x0e\x35\x70\xff\x77\x72\xbf\x0f\x71\x1a\x78\x1a\xcb\xf6\xbe\x37\xdb\x5b\x82\x27\x72\xa5\x92\xe7\x4d\xd1\x4e\x40\xab\x17\x70\x66\x38\xa0\x1b\x01\x64\x5b\xb2\x0e\xc6\x11\x4d\xc0\x44\xf0\x3d\xc6\xa7\x03\x07\x57\xf2\xfa\x71\xe0\x2d\xf7\x45\x51\xec\x15\x3c\x75\x80\x3d\x8b\x80\x8d\x41\xac\x11\xb3\xcb\x98\xad\x22\x46\xe2\x1c\x78\xdd\xdc\x1d\x01\x28\x4e\x28\x8a\xd3\xe0\xb3\xee\x40\xf4\x0b\xe0\x6b\xc9\x7f\xfd\xaf\xe2\x7f\x88\xf7\x2d\xf3\x3e\x56\x8a\x79\xe0\x26\xfa\x0c\x2d\x2d\xa9\x31\x0e\xc2\xff\xaf\x02\xdf\xff\x8f\xee\xc7\x66\xb6\x8f\x34\x45\x1c\xd4\xd4\xbd\x10\x9f\xf3\xd4\x01\x95\x1c\x20\x7b\x2c\xd0\xf8\x1c\xaf\x63\x1d\xb4\x01\xc5\xa9\xa5\x0f\x55\x9b\x01\x23\x7b\x03\x7b\x53\x81\xa9\xbe\x40\x6c\x2a\xf3\xe7\xa2\x05\x9f\x72\x97\x04\x04\x8d\x03\x76\x0d\x05\x76\xe9\x00\x91\x3d\x80\x43\x8a\xbd\x55\x2a\x70\x3a\x06\xd8\xf1\x1b\x50\x76\x81\xf3\xde\x6f\x12\xb0\xad\x3b\xf0\x25\xfe\x9b\xff\x72\xbc\xcb\xef\x7b\x85\x41\x75\x7f\x97\x08\x9e\xad\xcc\x83\x70\x14\xfd\x07\xab\x78\x0f\x3f\xc3\xbd\x65\xdd\x0f\x71\xab\x78\x9f\xaf\x2f\x71\x3d\x99\xed\x65\x91\x2f\x0a\x05\x6f\x28\x5b\x54\xa1\x1d\x75\x64\x5e\x4c\xca\x76\xa0\xf9\x6b\x20\xb1\x08\xe8\xbe\x8a\xe7\xb1\xa9\x05\x10\x53\x02\x4c\x74\x06\x76\xfa\x03\x73\xde\x00\x3b\xd2\x01\x77\x4b\x60\x9b\x33\x10\xf8\x0a\x08\xb3\x04\x22\xcf\x31\xb7\x54\x71\x02\xdc\xbc\x02\xc8\x99\x09\x28\xce\x16\x57\x87\x03\xc1\xe6\xdc\x93\x6d\xc3\x0a\xe0\xdf\xdd\xdf\x78\x3f\x72\x9c\xcb\x7e\xd7\xe4\x7d\xcc\x13\xba\x6b\x32\xff\xc1\x4e\xec\x15\x7f\xc6\xff\x79\xb5\x50\xe4\x01\x2b\xb6\x0f\x04\x3b\xbe\xaa\xef\x4b\x9c\xf0\x5f\xdc\x36\xe6\x0a\xde\xc4\x71\xa1\xaa\x98\x2c\xf4\x32\xf6\x17\x00\x0d\xcd\x80\xb8\x46\x40\x3b\x45\xee\xdb\x05\xf4\xb3\x05\x22\x26\x03\xe3\x62\x81\xb0\x09\x7c\xfe\x08\x49\x01\x5c\xcb\x81\x8d\xb7\x80\x00\x67\x60\x7d\x3b\x20\xa2\x35\xb0\xce\x10\x48\x4c\x01\x02\xda\x01\xd9\xad\x99\x43\x75\xc5\x00\xf0\x8d\x01\x1e\xb7\x02\x7c\x3a\x00\xff\x38\x7d\x7b\xef\x32\xff\x43\xf6\xdb\x5e\xac\x17\x32\xdf\x63\xfa\x71\xb6\xd6\x62\xbd\x98\x2a\xf4\x95\x6a\xf2\x7f\xe4\xbe\x47\xcf\x04\xaf\xe5\xc1\x8a\x1a\xfe\x8b\xee\xc2\xe7\x45\xde\xcc\x7d\xc6\xf6\xc4\x34\xb6\x69\xe2\x14\x99\x20\x74\x85\x62\x0e\x02\x4a\xb1\x40\x64\x1b\xa0\xe9\x65\x20\x6c\x5a\x2d\x6b\x45\x5c\x6c\x7a\xa8\x3c\x6d\xd8\x49\x20\x68\x80\x6a\x9e\xf5\x7a\xc0\x7f\x7f\x9d\x0e\x8b\xee\x01\xbe\x1a\xea\xda\xbe\x15\xc0\xea\xd9\xea\x2e\xe1\x2d\x81\x55\x53\xd5\x3d\xf6\xc7\x00\xcb\x8f\xab\x8f\x3e\x61\x06\x2c\xb3\x53\x6f\x55\x3c\x1a\x58\xba\xa7\xce\xa3\x72\x4d\xc0\x25\xb4\xce\x95\x0f\x15\x80\x93\xb2\x1a\xf1\x41\x1c\xd4\x55\xa8\xae\x60\x66\x5f\x25\xc2\xb1\x6c\x66\xd6\xba\xaa\xb0\x93\x24\xd0\xfd\xf4\x44\xa1\xa3\x65\x2e\xf2\xc9\x38\xc1\x0b\x92\xf9\x3f\x95\x82\xf7\xf2\xd3\xbe\x3f\xc2\xff\x73\xdb\x41\x1e\x9f\x2a\x51\xa1\xfb\x84\xe3\x77\xd5\xa8\x1e\x3c\xb5\x8d\x3a\xdd\x3a\x1f\xf8\xac\x49\x38\x67\x4c\x9b\x06\x74\x6a\xde\xaa\xab\x45\xdf\x5b\xff\xb4\xd1\x44\xcd\xf3\x80\xff\x92\x26\x65\x1d\x36\x02\x5e\x51\xcd\x26\x0d\x2a\x00\x56\x9c\x69\x76\x6c\xe2\x96\x5a\xbb\x96\x4e\x6d\xde\x6b\xee\x67\xa5\x5c\xe7\xf1\xcd\xfb\x7a\xcc\xa9\xed\xec\x18\xd0\xbc\xe3\xe6\x7e\xb5\x3f\xcd\x9f\xd3\xec\x79\xdc\x54\xe5\x0e\x0e\x73\x9b\xe5\x65\x76\x57\x36\x9c\x33\xa6\xd9\xda\x73\xbb\x6a\x5f\xb3\x9b\xd1\xcc\xeb\xee\xa8\xda\x4b\x66\xbd\x68\xe6\xf3\xe6\xa8\xd2\xae\xe9\x2b\x9b\x6d\x93\xa4\x5a\x09\x53\x4a\x9a\xf4\x23\x3f\xc3\x1b\xd1\x38\x8c\xab\xd4\x22\xfd\xf6\x51\xbe\x9a\x8f\x15\x76\xf8\xb9\x7a\x6a\x0a\x3b\xac\x45\x1d\xba\x9f\x34\xed\xa2\x46\xf5\xf0\x3f\xe3\xff\x54\xf9\x3f\x98\x79\x30\x85\xf9\xcc\x07\x39\xa5\xab\x43\x23\x97\x29\xf1\x2d\xf3\xc1\x35\x2d\xe8\xde\x62\x8f\x01\xeb\xa2\x44\x9e\x6c\x4b\xf7\x6e\xa1\x93\xda\x53\xbd\xda\xda\x71\xed\x09\x27\x5d\xd5\xa4\x53\x8a\x62\x9f\xe2\xfa\x6b\x97\xeb\x2d\x1c\x6a\x79\x3b\xea\x74\x39\x60\xd8\x54\x65\xba\x43\x93\x2e\xff\x8e\xfa\xa2\x5a\x39\x6b\x4b\x97\xe7\x33\x27\xd5\x71\xb3\x39\xd8\x65\xe3\xd2\x2e\xea\x45\x53\xfa\x74\x69\xb7\xee\x98\xc6\x8b\x89\x4b\x3b\x1f\xd8\x39\xae\xee\xd1\x09\xb7\x3b\xd7\x39\x1c\x5d\xaf\xb3\x59\x87\x4e\xe1\xb9\x83\xea\x19\x8e\xb9\xd1\x69\xcc\xb5\xf2\xba\x67\x47\x47\x76\x1a\xfa\xbc\xb3\x46\xf9\xa8\x97\x9d\xa2\x25\x49\xbd\xfb\xd0\x65\x1d\x8c\x25\x49\x6d\x89\xc9\x8b\xb6\x4d\x24\x49\xe5\xc4\x80\x8a\x36\x3e\x92\xa4\x9c\xd5\x6f\xb9\x6e\xb0\x24\xd5\xce\xe8\xdb\xbd\x65\x91\x24\x29\x95\xf7\x3a\xd2\x62\xbd\x24\x29\xe9\xf7\x6a\xa4\x43\xfd\x01\x9e\xeb\x56\xf7\x5f\xe6\xff\x5c\x49\xa9\x43\xb7\x64\x05\x31\xda\xb4\x63\xc8\x4a\x6c\x49\x28\x4b\xba\x37\xfb\x99\xe0\xda\x99\x18\x74\x71\x9a\xdd\x09\x9f\xd9\x7e\xcc\x80\xf4\xcb\x37\x69\x32\x2a\x15\x90\xdb\x9f\x6e\x15\x57\xf6\x32\xa2\x5b\x55\x47\xdd\x81\x74\x1b\x3f\xbb\x8d\xf1\x5b\xed\xd1\x80\xf5\x69\xe3\xb1\x9d\xad\x95\x4f\x59\x24\x0e\xf2\x33\xb9\xa8\xde\x7e\xec\xe6\x41\x03\xa6\x28\xd7\x35\x1e\xfe\xef\x40\x17\x47\xf7\x7a\x5f\x06\x97\x0c\xd4\xf2\xd9\xaa\xb9\x6f\xe0\x86\x01\x7d\xc3\x3b\x34\x38\xdd\xbf\xbf\xd1\xca\x03\x45\x0d\xd5\xfa\x5c\xe9\x7f\x31\xeb\x8f\x06\xe7\x7a\xd7\xe9\xbf\xfa\xca\xc7\x06\xba\xbd\x06\xf5\x6f\xfd\xb8\x42\xb3\xbe\xe1\xd9\xfe\x17\xfe\xad\xac\xfb\xa5\x67\x6e\x9f\x74\x49\xd2\x68\xd1\xad\xdc\xe0\xbd\x24\xd5\xd1\xec\x92\xd4\xdd\x48\x92\x54\xaf\x74\x5e\xd8\x75\xb3\x24\xa9\x36\xed\x34\xbb\xb3\xad\x24\xa9\x6c\xec\xe8\xd8\x21\x46\x92\x94\x6f\xb5\xd3\x6f\xd7\x4c\x92\x6a\xdf\xad\x70\x15\xfe\xbf\x56\xa5\x7b\xb8\xcb\x4d\x1b\xd2\xfd\x73\xde\x89\x16\x54\xfd\x74\xfc\x48\x07\xba\xbf\x4d\x9f\xcd\x3a\x30\xfb\xbd\x7a\x13\xaa\x50\x93\xff\xb2\xd9\x71\x28\xdd\xdf\xfa\x1b\x0c\xa7\x1d\xd6\x0a\xfd\x51\x54\x75\xeb\xb4\x86\x75\x43\x66\x5c\x18\x4f\xf7\xb5\x13\xa2\xcc\xb5\xd4\x26\x03\xa3\x6c\xcc\x33\x5a\x8f\x55\xda\x69\x12\x35\xe1\x54\xdf\x2f\x6a\x0b\xfa\x37\x9e\xd0\x6b\x82\xaa\xba\x9b\xe1\x8b\xf1\x6f\x1c\xb6\x6b\x58\x76\x3f\x36\x7e\xab\x47\xaa\xc6\x8b\x2e\xbf\x8e\x37\xdd\xd2\xb9\xae\x52\xa7\xc6\x66\x1e\x7b\xe7\x69\x5c\x6f\xff\x9b\x59\xbf\xe3\x31\x1a\xae\xed\x2c\xc7\xb9\x14\x3f\x51\x3f\xd6\xb6\xc3\xb8\x65\x15\x3a\x75\x0e\xea\xcd\x1c\x37\xf4\x53\x4f\x35\xb5\xd6\x7f\x8e\xba\x2c\x49\x2a\x6e\xba\xef\x87\xee\x91\x24\xe5\xf0\x56\xb3\x4d\x12\x25\xa9\x76\x78\xcb\xa6\x03\xa6\x4b\x92\xd2\xb1\x16\xee\xfd\x06\x49\x92\x92\x71\x73\xb7\x3e\x21\x92\x54\x2b\xb8\xd9\x1d\x83\x6c\x49\xc2\xbd\x2a\xfe\x53\xc5\x2f\x74\x3b\xf6\x8d\xff\xd3\x8d\xfa\x20\xa4\x26\xf7\xa3\x5b\xf4\x03\xc6\xcc\x07\x89\x29\x19\x46\xf7\x6c\xdb\xac\x46\x10\x5a\x10\x5c\x31\x8e\x78\x23\x7e\x99\x16\x94\x19\x57\x69\x4d\xa2\xf8\x58\x94\x34\x95\xc6\xc5\xd6\xd3\x8a\xf4\x79\x2d\xfe\x9a\x46\x78\xa6\x71\xec\x2c\xba\x5d\xeb\x63\x66\x5b\xde\x64\x27\xd0\xcd\x64\xd6\xfd\xee\x92\xf2\xb1\x0e\xb9\xb6\xad\x47\xe5\xaa\x98\xe8\x0d\xb4\x35\xb7\x1d\xa7\x32\xb9\xd5\x69\xdb\x16\xcb\x6b\xab\xa0\x85\xb2\x6d\xab\x60\x5f\xe5\x36\xcd\x96\xce\xca\x8d\x5b\xa9\x94\xd8\xac\xb3\x6d\xcf\xa3\x33\x81\xa6\x1d\x67\xe9\x5f\xc8\x05\x1a\x77\x9e\xb9\xe1\xa1\x0f\xd0\xc8\x71\x46\xde\x9f\xb6\x80\x96\x83\x4d\x37\x45\x9c\xd7\xcb\xb5\xa4\xbe\x20\x75\x67\x4f\x88\xe2\x33\xd4\x98\xad\x64\x6d\x47\x10\xce\xa9\xb6\x69\xd8\x58\x3a\x53\x35\x37\xb5\x57\xd8\x92\x2e\xba\x74\x2b\x28\xeb\xff\x9c\x38\xdb\x87\xba\x4c\xa4\xbe\x36\xa1\x5b\xf2\x03\xaf\x46\x52\x3c\xc4\x2c\x1a\x47\x01\xbf\x2d\xdd\x9c\xd0\xb3\x8d\x11\x93\xc9\xfa\x57\x30\x3f\x62\xc5\xcb\x99\x84\x5f\x2c\x71\xb0\xa5\x19\x66\x5f\x61\x4f\xf9\x72\x4a\x3a\xdf\x2e\x8e\xd8\x3f\x9f\xf2\xa8\xa1\x8d\x13\xa1\x8f\xad\x77\x39\x0f\x52\x2c\x2d\xcd\xae\x38\xbb\x77\x38\x8a\x90\xc6\xa3\x9c\xdf\x0c\xa9\x07\x68\xe9\x3a\xbf\xb5\x89\x05\xea\xa7\x3a\x87\xbb\xea\x02\xea\x8f\x9d\xfb\x04\xb6\x05\xd4\xac\x17\xaf\x8e\x1a\x05\x28\x97\x2c\xae\x97\x9a\x01\xd4\xd6\x5c\xd4\xf0\xec\x3e\xa0\xd6\x06\xc7\xf7\x77\xe8\x86\xd5\x51\xa5\x92\xf4\xe1\xe7\x15\x48\x02\x69\x62\x3b\x5d\xf4\x79\xb0\xaa\xcb\x76\x92\xe8\xdf\x6d\x2e\xf0\x2c\x33\xaa\x63\xcc\xd7\xeb\x41\xcf\x79\x52\x63\x10\x3d\x5f\x4a\xc5\x48\x9a\xf7\x09\x2e\xe3\xe8\xb6\x38\xea\x12\xa3\xcf\x11\xb3\x98\xdf\xb4\xc9\x6a\x3a\xbd\xff\x80\x30\x3b\xca\x17\x1e\x05\x73\x68\xa7\xe0\xa2\xce\x7d\x44\xe6\xbb\x33\x6e\x6c\xf3\xa7\x13\xc5\x8b\xd9\x59\xe6\xc1\x0c\xdc\xe3\x4a\xe3\xd3\x69\xcb\x72\xda\x61\xd4\x73\xf7\xa4\x9d\x8b\xca\xd2\xd5\x66\x8a\xf3\x19\x0e\xae\x9e\xd6\x97\xce\x74\xab\x35\x2c\xe9\x97\x3c\xef\x3a\x52\x67\x36\x8f\x1c\x3f\x5a\xa3\x3d\xb4\x19\x31\xf7\xa8\x77\x98\x33\x8f\x57\x1e\x29\xa4\xaf\x30\xb8\x49\x78\xc6\x72\x93\x17\x34\x93\xdd\x44\xbf\x03\x67\xc1\xf3\x98\xdf\x80\xed\x1c\x51\xb7\x6a\x2b\xea\x17\xa7\x0b\x7c\xcf\x9a\xf0\x9d\x93\x5a\x26\xc4\x94\x4e\xcf\xe7\x79\x9c\x58\xc8\xfd\xaf\x62\x25\x7e\xcf\xdb\xaf\xcf\x24\xd4\x6c\xf3\x9c\xd9\x74\x8b\xbc\x4e\x7b\x1e\xad\x83\x9e\xc6\xcc\x0b\x71\x9d\xb3\x88\xfc\x5b\x60\xb2\x84\xea\x15\x67\xe9\x2e\xa3\xfc\x21\xf3\x60\x86\xff\xea\x41\x7d\x24\x7a\x5b\x78\x53\x7c\xb4\xb2\xf4\x25\xfc\x43\xa9\x68\x9d\xd8\x69\xad\x9b\xf1\x0b\x21\x1a\xeb\x0e\xf4\xd9\xc6\xff\x82\x45\x2f\xb6\xf3\x59\x79\xe9\x83\x0f\x29\x17\x05\xbc\x60\xa4\xd1\xff\x41\x02\xad\x40\x01\xb3\x4f\x11\xee\xe7\x67\xcf\x95\x93\x6b\x3c\x9f\x11\x32\xe7\x3b\xfa\x6b\x53\x1e\x37\xf6\xd3\x4d\xdc\xd3\x3b\x8b\x78\x58\x28\xea\x57\xe7\x0b\x7c\xc7\x9e\xea\x19\xd3\xa3\xc7\xd3\xbf\x9a\xd8\x7b\x12\x3d\x57\xdc\xc4\x19\x14\xbf\xdb\xaf\xb0\xca\x7e\x48\xc5\x3c\xba\xc7\x5f\x57\xe0\x44\x84\x99\xd5\x5b\x96\x10\xae\xe7\xde\x6f\x29\xad\xb8\x4e\xe7\xdc\x09\x6e\x99\x63\xb6\x8a\x50\xe8\xa9\xe5\xab\xa9\x7f\x84\xd9\x0c\x5f\xda\x57\x18\x3b\xfb\xd1\xef\x76\xbd\xba\x8e\x50\xab\xc6\x29\x1b\x8a\x21\x7e\x99\xed\x96\x8d\xbf\x50\xa4\x6d\x09\x61\xdd\x83\x2d\x0e\xe3\x29\x52\x42\x0c\x78\x46\x85\xbc\x5a\x3d\x98\x3f\x6f\xd5\x66\xbb\x9f\x3b\x54\xd5\xcb\xa2\xb3\xce\xa6\x29\x97\xc9\xef\x8d\x57\x1f\x51\xa5\x70\x70\xc2\x67\xe6\xc5\xf4\x90\xaa\xf1\x3f\xe4\x71\x71\x3f\x21\x55\xe3\x0d\x39\xd3\xbe\x2b\xf1\x84\x0d\xed\x90\x64\x1d\xa0\x1d\xa6\x73\x09\x4d\xda\x62\xe2\x48\xf9\x21\x68\xd4\x12\xe2\xc7\xfa\xcc\x70\x27\x3c\x62\xb9\x2f\xeb\xe0\x38\xf7\xf6\xa4\xfd\x82\xfd\x57\x6f\x5a\x5f\xa7\x3d\x63\xbc\xdc\xbc\x82\xd5\xd7\x87\x87\x05\xd1\xce\xb4\x9f\x01\xe3\xe6\xed\xcf\x86\xd0\xef\x68\xe9\x86\x0b\x26\xf3\x4e\x2d\xb6\x91\x1f\x7e\x61\xe6\xc5\x6c\xee\x54\x17\xb9\x6d\xdc\x75\xb2\x2b\x66\x13\x63\x29\x32\x7a\x15\xed\xed\x76\xc4\x6f\x9e\xc2\x4f\x18\x4f\x2b\xf0\x8e\x5e\x47\xa8\x92\x36\xe2\x50\x31\x65\xe0\x6d\xc7\x1e\x12\xb2\xbc\xed\xd4\x07\xe2\x0d\xc9\xbc\x98\x8d\x86\x6c\xd7\xae\x65\xbb\x46\xe4\x0d\xaf\xe5\xdf\x8f\x8f\xdc\x07\xac\x4a\x07\x48\x77\x09\xfd\xab\x1b\x74\xdd\x09\xa7\xf1\x73\x5d\x41\xf9\xc2\xa3\x37\xf3\x03\xdc\xd6\xb0\x2e\xcc\x7c\x17\x3f\xd6\xc3\x69\xb1\x8e\x50\x39\xab\xd4\x0d\x84\x7f\x8e\x6b\xc1\x7e\x1b\x97\x85\x10\x1a\xd7\xf3\xaf\x70\xc2\x77\xdb\xd4\xde\x41\x5e\x69\x0c\x8e\x12\x0a\x85\x71\xa2\x73\x65\xbc\x55\x53\xc2\xb3\xe2\xd3\x59\xff\x21\xde\x6a\x0c\xcd\xa8\xf8\x9e\x9c\x71\xe3\xc3\x59\xa1\x26\xde\x72\xc3\x06\x7e\x63\xb1\xc4\xd8\x89\xb3\x49\xa7\xf9\x10\x37\xb3\x88\x90\xc7\xdd\xfb\x39\x5f\xee\x9e\x50\x49\x91\x1a\x55\xc0\x38\xef\xb6\x74\xb6\x32\x2f\x26\x58\xd4\xf9\x07\x0a\x3c\x7c\xed\x24\x85\x95\xfd\x0f\x9f\xee\x4a\xb3\x6e\x93\xed\x2a\x8a\xe7\x80\xf8\xd5\x74\xa2\xf4\x16\x3c\x2f\xb7\x16\xfe\xa4\xda\xb2\x28\x32\x88\xfe\x2e\xeb\xe1\x4c\x9b\xb6\x99\xd6\x09\x8b\x58\xe6\xc3\x8c\xc8\xdb\x4e\xec\x25\xa3\x39\x91\x84\xca\x77\x33\x63\x5d\x9c\xe6\x66\xcc\x17\x50\x29\xda\x5b\xce\xfe\x27\x89\x7a\xff\x83\xab\x7e\x21\x85\xa9\xa4\x15\x3d\xe9\xcc\x9f\x34\x71\x14\x9d\x71\x13\xe7\xcc\x24\xdc\x32\xc9\x6c\x29\xed\xd0\x93\x4a\xd6\xb1\xd5\x65\x86\x4d\xe2\xef\x29\xf4\x86\x12\x9d\xf3\x28\x8f\x24\xea\xdc\xa0\xc8\x4e\x78\xfd\x8a\x3c\xd8\x5f\x29\x51\x9d\x74\xac\xc8\x07\x32\x2f\x46\xe6\x0b\x55\xf1\x62\x48\x3f\x68\xbb\xa3\xe8\x07\x56\xc1\xec\x9b\x75\x4f\x7c\x29\xfb\xf8\x7c\x5a\x4b\x78\xf4\xf2\x5f\x83\x28\x4b\x7d\xc7\x03\xa2\x79\x31\x2b\x26\x9c\xd0\x34\x2b\x03\xce\xe2\x66\x09\x3b\x69\xde\x0c\x79\x1c\x43\xd1\xdb\xd7\x97\xfb\x8a\x74\x7c\xbb\x8f\xf8\x14\x4d\x04\x3f\xa2\x56\xf2\x21\xd1\xe7\xa0\x8a\x0f\xd3\xfa\x17\x5a\x1f\xd2\xbb\xf4\xa0\x19\x96\x76\x79\x04\x29\x6c\xa4\xeb\x4e\x27\x7f\x33\xd6\xba\xd0\xc8\x67\xfc\x1a\xf0\x8e\xed\x0e\xb2\xe9\x25\x07\xe9\x5f\x4e\x5f\x71\x86\x76\x24\xe9\x1d\xca\x88\xd1\x9a\xe6\xcc\x3a\x4a\x29\x06\xff\x9e\xc5\x77\xba\x28\x7b\x04\xde\x1d\x2b\xd6\x8b\x2a\x5e\x0c\xf1\x0c\xe5\x7e\x60\x1b\x74\x03\x68\x7e\xf8\x9a\xaf\xa7\xf8\xf7\xbc\xb2\x99\xf8\x83\xb2\x1e\x8e\x93\xb4\x8d\xd8\x59\x32\x0f\x66\xda\x0b\xee\xbe\x60\xf1\x57\x34\x65\xa5\x31\xce\xec\xb7\x49\x09\xf3\x9f\x0c\xfd\x12\xe8\xe9\xdb\xe9\x30\x1f\xa6\x51\x68\xea\x14\xe1\xb7\xe8\x7b\x51\xc5\x87\xb1\x64\x5d\x94\xac\xcd\xdd\x8f\xd1\xe7\xce\xc3\x89\xcf\x92\xe5\x6a\x4d\xfe\x66\x8f\x71\xa6\x33\x6c\xf6\x04\x3f\xe2\x51\x65\x8d\xd8\x46\xf9\x20\xcb\x37\x91\x22\x31\x7b\x71\x0e\x3d\x71\xd6\xd0\xab\xa4\xd4\x72\xf2\xc5\x53\x62\xac\x9c\x50\xfd\x44\xa9\x3e\x53\xf0\x1e\x92\x45\x7f\x9c\xff\xf0\x62\x88\x07\x10\x2c\xfc\x5e\x1b\xb5\x99\xb2\x8b\xcc\x03\x72\x2f\x0b\xa7\xf5\xcd\xb9\xf3\x4e\x7a\xfe\x79\x4f\xb8\x2f\xd6\xac\xee\xbb\xc9\x0f\x9b\xbc\x7d\xb4\xca\x4d\x70\x3d\x40\x3b\xf3\x11\xa3\x93\x68\xf5\x33\x1a\x76\x88\xd6\xdd\x1e\x3e\x69\x54\x91\xa1\x37\x8d\xfd\x6e\xb8\x88\xf5\x04\x80\x6c\x31\x1e\xf9\x5e\xc2\x1a\xe8\x50\xc6\xc9\xef\xae\x4f\x33\x34\xdf\x7e\x08\x65\x92\x02\xbb\xa9\x34\x23\x0b\x36\x2f\xa2\x1d\x6d\xbe\x9b\xf7\x42\xfe\xfb\x56\x3a\x13\xe6\x57\xec\x17\x96\xcf\xfc\xf9\x29\x97\x69\xfc\xf2\x7a\x96\xd3\xf8\xe4\x69\xff\x49\xdf\xcf\x16\xfc\x20\x59\x3f\x27\x5d\xe8\x81\xc8\x7c\x21\xe6\x51\xad\x73\x0b\x25\x7f\xbc\x75\x99\x55\xb0\x6a\x78\x24\xbd\xcf\x9a\x3c\x20\xfb\x0a\xe6\x47\xcc\x6c\x79\x80\x6e\xa0\xe4\xfe\x58\xe3\xf6\x1c\xa6\xac\x34\xb4\x5f\x1a\xe5\xc5\x7e\x06\xcc\x87\xe9\xfa\xcb\x51\xca\xea\xad\x5e\x65\xd3\x4d\x55\x95\x3e\x8e\x4f\xbe\xb8\xe9\xac\xe2\xc3\xe8\xe8\x50\x3e\xb8\xd8\xa9\x2b\x8d\xcc\x79\x57\x13\x5a\x37\x8b\x2d\x26\xd1\x2f\x16\x4b\xbc\x33\xbb\x18\xb4\x9a\xf2\x5d\x71\x62\x28\xf9\x5d\x3c\x64\x2f\xf1\x25\x2f\x46\x1c\xa5\x37\x70\x71\xf6\xf9\xa3\xfc\xbb\xf7\xeb\xb2\x7d\x4b\x2b\x78\x61\xfe\x57\x9a\x6f\x72\x3f\x9c\xec\x03\x6c\x8f\x8b\x3e\x74\x99\xd4\xef\x78\x8d\xf5\xf6\x52\x7c\xcf\x03\x1a\x10\x4f\xa3\x2a\xf3\x80\x16\x5a\x26\x50\x7e\xb4\x1b\xc2\x6a\x45\x36\x66\x29\x74\x1e\xb3\xd4\x4d\xa3\x79\x3e\x26\xee\x88\x0f\xcf\x07\xd6\xcf\xe8\x23\x78\x21\x5d\x74\x4f\xd3\xef\xb6\xf0\xca\xa7\xa7\xac\x87\xb3\xd3\xaa\xfb\x5f\x6a\x23\x6c\x80\x16\x29\x63\x94\xf5\xea\x44\x6f\xa0\x6c\x37\xf3\x1f\x4a\x4b\x58\xe1\xaf\x2c\x86\x77\x6e\x65\x23\x58\xd1\xec\x9a\xff\x26\xfa\xde\xb5\x49\xf1\x34\x4e\xa5\xeb\xd2\xe9\x4e\xac\x74\x45\xa1\x2e\xdb\xdb\xb4\xee\x5e\x7d\xf1\x8a\x56\xb2\x2b\x62\x9d\xb8\xa0\xcb\x77\x8f\xb2\x7e\x4e\xd5\xb8\x10\x2f\x48\xe6\x01\xad\x7c\xb5\x87\x58\x36\x32\x0f\xc8\xc9\xf0\x20\xfd\xdd\xbe\x32\x99\x58\xbe\x33\x8a\x52\x49\xad\xcb\xca\x80\xfb\x06\x99\x9f\x3a\x41\x8a\xbd\x23\x83\xd9\xef\x41\xb1\xdc\x47\xa7\xd7\x1a\xe6\x47\x74\xca\x2d\xa4\xfc\xd1\x7c\xc4\x05\xe2\x89\xd4\xfd\x50\x2c\xd6\xcb\x6b\xfe\x6c\xe5\x1b\x8e\x3b\x5e\x5a\x87\x41\x08\x40\x07\xf2\xf7\x4e\xb9\x31\xad\xc0\x77\xed\x2c\xd8\x36\xb3\xa7\x93\xcd\xbd\x09\x2b\x68\x3d\xb8\xfb\x8a\x3b\xfb\xdd\xdb\xcd\x6f\xee\xce\xd3\x14\xca\xa7\x77\x7a\xe5\xd1\x5d\xe1\xdd\xac\x5b\x74\xa7\x7c\x77\xee\x2b\x9a\x89\x37\x7a\x7e\xa4\x1a\xc3\x52\xa1\xa3\x74\x49\xf0\x63\xce\x8f\x61\x5b\x40\xbc\x73\x8f\x02\xde\x9d\x2d\x3b\xc0\x71\xbe\xa4\x22\x85\xde\xdf\xbc\x17\xe9\x94\xff\xed\xb5\x8f\x91\x3f\xd3\xb4\xf9\x7d\x5b\x7a\x65\xd1\xf9\x4a\xd6\xc5\x19\x7e\x22\x9f\xf2\xe7\x20\xdd\x22\x3a\xe5\xf4\xfc\x95\xdf\x77\x87\x91\x97\x28\x4e\x64\x7d\x1c\xf5\x4d\xd7\x3e\xb1\xdf\x55\x7c\x98\xae\x6c\x1f\xd9\x6b\xd2\x09\xa4\xa2\xa8\x3d\xe5\x87\x47\x15\xdc\x67\xef\x51\x05\x33\xbe\x1f\x87\xd9\xd2\x08\x3e\xda\xc8\xcc\xf5\xc7\x61\x41\x86\xfc\xdf\x77\xd1\x52\xf7\xe8\x41\x32\x65\xb4\x8a\x2f\xa7\x89\xd1\x55\xe1\x7a\x95\x2a\x00\x7e\xf5\x79\xdc\x5f\x61\x1f\x66\xfc\x45\x3b\x64\xb9\x9f\xd4\x8d\x95\x6c\x4b\x45\x5f\xb9\xcb\xfd\xe4\x7b\xfb\x9f\xe9\x5f\x54\xe3\x3d\x34\x00\xba\x5c\xfb\xd6\xd7\xe0\xb5\x31\xa0\xd8\xf7\x3c\xd7\x05\xfa\x1f\x06\x1e\x2d\x02\x8c\x8f\x03\xf7\xe6\x01\x23\x9f\x01\x37\x23\x18\xdf\x55\xec\xfd\xa7\xfa\x02\x25\x02\xd7\xbc\xf8\x19\x58\xd8\x08\x28\xb4\xe0\xfa\xd5\x82\x87\x80\x62\xdf\x5c\xa0\x04\x04\x56\x02\xa7\x3f\x02\xa1\xce\xdf\x74\xee\xf3\x74\xf8\xde\xfe\x4c\x22\x70\x6c\x23\xe3\x02\xe7\x5a\x30\xc6\x77\x4d\x71\x4e\x74\x07\x9e\x69\x00\x67\x4b\x80\xcf\x99\xdf\xfa\x80\xfc\x2f\xfd\x83\x9a\xf8\xff\x8f\xfc\xfe\xde\x7e\x3d\x0c\xb4\x5e\x0b\xfc\x73\x0d\x68\x3f\xe2\x9b\xce\xc1\xf3\xdb\x40\x8f\x1e\xc0\xe3\x9b\x3c\x1e\xe5\xe6\xc0\x00\x6d\xe0\xee\x27\x60\x48\x28\x70\xe3\x29\x60\x66\xc1\x7d\x0d\x26\xc5\x00\xc5\x7b\x81\x59\x9e\xc0\xf9\x81\xc0\xfc\xcd\x40\x5e\x37\xc0\xb9\x1b\x90\xdb\x96\xeb\xdc\x73\xd5\x15\x39\x1b\x38\x35\x01\x08\x8d\x06\x4e\xc5\x31\xa6\x71\x26\x96\x31\xbe\xd3\xbe\x8c\x89\xe5\xe9\x29\x32\x23\x70\xe6\x32\xd7\x90\x2b\xec\xb3\x57\x40\xde\x23\xe0\x6b\xcc\xff\xd6\x3f\xa8\x89\xff\xef\xfc\xf0\x6d\x1c\xaa\xf4\x2f\xe4\x3e\x20\x7f\x54\xb7\x8a\xbf\x7f\xac\x00\x74\xb7\x00\xaf\x16\x03\x6d\x43\x81\xe7\x77\xb9\xcf\x83\x8c\xf7\xdf\x5f\xcc\x38\xcd\xad\x46\x8c\x5b\x95\xa6\x32\x2f\xa6\x58\x62\x5e\x4c\xd1\x20\xee\xfb\x90\x1f\xca\xba\x20\xb9\x9a\x80\xb3\x2b\x70\xc6\x08\xf0\x68\x0c\x64\x0f\x67\xec\xed\xe4\x17\x3e\x81\x29\xb2\x8e\x62\x1c\x4e\x3e\xe5\xba\xff\xac\xb6\x5c\xdb\xae\xd8\x2b\x5c\x78\x00\xe4\x84\x00\xb7\xfb\x03\xd9\xd9\x1c\x93\xa7\x13\x01\x29\xec\x1b\x0f\xa6\x4a\xff\x7f\xf9\x8f\xfd\xff\x3f\xf1\x1f\xbe\xb3\x32\xef\xe1\x43\x32\xd0\xe4\x29\x50\xd9\x10\xd0\xdd\xcd\xfa\x37\x1d\x0a\x80\x5f\xbd\x80\xce\x6f\x80\xdb\x9e\x80\x41\x7d\xee\xef\x30\xd0\x1d\x28\x99\x0c\x0c\xbd\x0c\x5c\xd0\xe7\xf9\x51\x60\xc7\xf3\x23\xdf\x19\xb0\x37\x65\x3f\x15\xeb\xe1\xc9\x33\xc0\xf2\x72\xd6\xba\x50\x8c\xc3\xd1\x4a\x60\xf3\x75\xe0\x68\x57\xc6\xf5\x8e\x5f\x66\x1c\xe7\xc8\x4b\xe0\xe8\x6b\x20\xab\x19\x50\xdc\x05\x38\xb9\x0e\xb8\xdb\x88\xf1\xff\xe7\x75\xbf\xc5\x81\xac\xff\x2f\xd7\xff\x57\xe1\xbf\x35\xfa\x20\xfc\x90\xff\xf0\x93\x3e\x20\x0a\xfb\xa5\x15\xdb\x77\x97\x58\xef\x41\xe6\x3d\xc8\x3a\x07\xbf\x6a\x00\xed\x27\x71\x8c\x76\xb3\x00\xae\x3d\x64\xbc\xbf\x78\x3a\x60\x1c\x04\x28\xce\x40\x63\x74\x38\x7e\x27\xcd\xe0\xf7\x39\x4b\xe1\xff\x02\x60\x61\x4b\xe0\x98\x03\xb0\x2c\x0e\xc8\x30\x05\x7c\x4c\x81\x0c\x77\xc6\xac\x52\x7c\x80\x1d\x9b\x80\x4c\x4b\x8e\x87\x4c\x43\xe0\x64\x6d\x20\xd3\x8f\x39\x51\x99\x9f\x81\x3b\xb5\x81\x23\x69\xac\xc9\x23\xf3\x60\x6a\xe2\xff\x55\xf8\xaf\xf8\x2c\xeb\x20\xfc\x88\xff\xf0\xbd\xfe\xc5\xd7\x10\x40\x79\x8e\xf8\x9c\xce\xbc\x07\xb5\xc6\x9c\x17\x6a\xcf\x00\x9e\x9b\x02\x75\x2d\x18\xef\xd6\xde\xcd\x78\xb7\x62\x3c\x6e\xcc\x01\xda\x56\x30\xd6\xd4\x33\x8c\x77\x09\x8a\xbc\x9f\xef\x07\x0c\x0f\x06\x4e\xe9\x71\x3f\xa9\x63\x83\x00\x9b\x93\xc0\x11\x1b\x60\x9e\x13\x90\xb2\x1e\x70\x19\xc8\xf8\xb7\xe2\x44\x7b\x30\x86\x75\x94\x0e\x6d\x04\x22\xf4\x80\x43\x09\x8c\x7d\x1f\xba\x0e\x1c\x19\xca\x98\xef\xd9\xe1\x40\xb2\x3b\x70\x6b\x16\xff\xff\x2f\x12\x80\xc3\x4f\x99\xab\x50\xb3\x0f\x86\xec\xbf\xfc\xde\x65\xbf\xab\x78\x00\xdf\xf1\x1f\x64\xfe\x87\xd2\x35\x40\xd2\xe1\xba\xec\xaf\x5c\x6e\x85\x3f\xc5\x69\xa8\x26\xef\xe1\xa1\x09\xa0\xa9\xc5\xba\x2f\x3a\xd6\xdf\xfa\x3c\x5c\xbc\xca\x75\xdc\x67\x0d\x00\xc3\x34\xe0\x54\x31\x60\xd2\x96\xe7\x81\x59\x77\xee\x63\x31\x55\x1b\x48\x59\x04\xcc\x51\x02\x0e\x86\x02\x8b\xf6\x02\x09\x82\x17\x93\x30\x18\x08\xdc\x0c\xec\x5f\xa1\x38\x31\x03\x49\x7d\x81\x03\xfa\x40\xc2\x7b\xe0\x88\x19\xc7\xc6\x79\x0b\xe0\xd0\x10\xe0\x5e\x32\x70\xb0\x14\xa8\x1c\x0c\x24\xea\x8a\xfc\x5f\xb7\xba\xff\x35\xf9\x1f\xb2\xdf\x3f\xe5\x3f\x08\xde\x87\xec\xff\x5f\xf5\xd9\xca\xbc\x87\x17\xe2\x54\xf0\x1f\xde\x83\x0f\x50\xd7\x00\xb8\xa4\x04\x34\x6e\x0e\x14\xed\x07\xf4\x56\x01\x79\x8e\x40\x57\x0f\xe0\x44\x2e\x60\xd4\x5a\x71\xda\x01\x46\x98\x01\x87\x8d\x00\xf3\x2c\xe0\xa0\x2f\xcf\x8f\xfd\x4f\x98\x3f\xb7\x47\x9f\x31\xca\x3d\x9d\x81\x75\x1a\x8a\xd3\x0f\xb0\xed\x10\x10\xbf\x1e\xd8\xe7\x04\xc4\x1b\x02\x99\xd3\x80\x7d\xa6\xc0\xf9\x38\x60\xcf\x11\xe0\x6e\x18\xb0\x4f\x0b\x78\x93\x0b\xec\xbe\x06\x7c\x3d\xf5\x5f\xff\xe5\xf7\x1e\x10\x56\xdd\x6f\x19\x0f\xf7\xec\xf8\x03\xfe\x83\xcf\x37\xbc\xf3\xbd\x0a\xdb\x2a\xde\x83\x18\x1f\xb9\xdf\xc7\x4d\x51\xdf\xfe\xbd\xde\x81\xc6\x6e\x20\x0f\x40\xd3\x70\x20\xfb\x25\xd0\xae\x00\x38\x7a\x0b\x30\x38\x07\xa4\x37\x00\x06\x47\x00\x49\x33\x00\xb3\x5f\x19\xf7\xb7\x4e\x03\xf6\x24\x03\x0b\xf6\x00\xbb\xd7\x30\xde\x1d\x9d\x02\xf8\x57\x02\xd1\x16\x40\xb8\x21\x10\x7d\x15\xd8\x9b\x0d\x44\xed\x00\x8e\x4c\x04\xa2\xbe\x02\xe7\xc4\x5a\x72\xf7\x15\xe7\xd2\x97\x0f\x45\xfe\xf3\xfb\xe6\x7f\x4d\xfe\x87\x97\x73\x75\x3c\xdc\xdd\xfb\x07\xfc\x07\x45\x8e\xd9\x25\xe6\x81\x83\x88\x83\x1a\xba\x1f\x4f\x04\x3b\xfe\x8e\xd0\xbf\x90\x75\x2f\x8a\x05\x0e\x56\xb0\x0f\xa8\x75\x1c\xc8\xb1\x50\x9c\x25\x38\xff\x2b\xe6\x49\x4a\x19\xcf\x13\x45\x3c\x2b\xf2\xe7\x1e\x03\xee\x3f\x17\x6b\xce\x7a\x63\xd1\x13\x00\xfb\x8d\x40\xe4\x29\xc0\xad\x0d\x10\x39\x0e\xf0\x73\x04\x22\x9e\x02\x5b\xf5\x80\xed\xb7\x80\x3d\xeb\xb9\xcf\xcf\x51\x5f\x20\xa2\x0b\x70\x3e\x0d\x88\x38\x0a\xdc\x8f\xe6\xf7\xaf\x58\xd3\x43\x4f\x56\xf7\xbf\x8a\xff\x21\xde\xb7\xbb\xd8\x4f\xd5\xec\xff\xe1\xf4\xd7\xff\xc0\xfd\x05\xee\x2d\xeb\x7e\x3c\x14\x3c\x88\xdb\x1f\x6a\xc4\xc1\x23\xb6\xa7\x85\x2e\x88\x62\xcf\x57\x2b\x97\xf5\x5c\x14\xeb\x4b\xe2\x64\xa0\x75\x00\xb0\xd7\x04\xe8\x69\x02\xc4\x4e\x04\x86\x58\x02\x91\xcf\x00\xf3\x48\x20\x42\x19\xb0\xf3\x01\xc2\x0a\xb9\xbf\x58\xc8\x2b\xd6\x51\xda\x9c\x0e\x84\x6a\x01\x9b\x7d\x79\xec\x36\x99\x03\x99\x66\x3c\xcf\x0b\x83\x81\xe0\x14\xe0\x6e\x7d\xee\xa9\xf3\x36\x58\xf0\x5f\x12\x01\xef\x15\xec\x57\x15\xff\xa3\x86\xdf\xb2\xee\x85\x83\x4b\x75\x1e\x44\x4d\xdc\xff\x8d\xe8\x7b\xf1\x9b\x50\x4d\xad\xe8\x29\xf2\x81\xc8\x13\xd7\x05\x1f\xe6\xa2\xb8\x45\xe1\x6e\xb4\x40\xf6\x41\xb6\x19\xa2\x9b\xa4\x62\x1f\xab\x5c\x09\xec\x79\x00\x34\x09\x64\x8d\xb0\x4e\xb1\x40\xa4\x05\x30\x20\x19\x08\xdf\xcd\x98\xfb\xe6\x3f\x81\xe9\xed\x80\x8d\x11\x80\x53\x04\xb0\xa1\x04\xf0\x69\x03\xac\x0f\x00\x42\x4d\x81\x75\x8a\xdc\xa0\x04\x04\x3c\x03\x32\x1f\xf2\x9c\x39\xe7\x0f\xf8\x65\x71\x4f\x2e\xc5\x98\xbd\x36\xfe\x16\xf7\xee\xf3\x6a\xf8\xdd\xa1\xba\xbf\x33\x16\xb2\x9d\x56\x4f\xf0\x1f\x04\x77\xfc\xef\x93\x35\xe6\x81\x78\xef\x8f\x45\x1e\xb8\x27\x78\x01\xd7\xe5\xbe\x2f\xa2\xab\x6c\xa1\x18\x8f\x53\x82\x1f\x71\x4c\x74\xdd\x95\xf9\x1f\x7b\xc5\x7f\x8f\x2a\x00\x34\xf6\x03\xdb\x33\x81\x96\x05\xc0\x96\xad\x40\xcf\xad\xfc\x1e\x87\x55\x00\x81\x5f\x80\xa9\x5f\x80\x80\x16\xc0\x82\x2f\xc0\x1a\x53\xc0\xd3\x8b\x7b\xef\x85\xf4\x00\x3c\x77\xb3\x56\xca\xaa\x5f\x81\x0c\x4f\x60\xb9\x2b\x9f\x3d\xdc\x95\x81\x9b\x7d\x80\x65\x2f\x80\x97\x5b\xf8\xac\x22\x7d\xc7\xf3\x99\x2d\xb4\x5e\xa6\x7f\xad\xee\xef\x14\x31\x3e\x16\xa2\x4f\xe3\x78\xa1\x4f\x57\xb3\xef\x8d\xcc\x7f\xb9\x3b\xbc\xfa\xfb\x97\xbb\x4c\x17\xd6\xab\xe1\xbf\xd0\x8d\x49\x11\xfc\x88\x84\x7e\x6c\x63\x0e\xb1\x0d\x17\xb7\x4e\x9b\xeb\x02\x8d\x06\x01\x41\x3a\x40\xc7\x8b\x80\x7f\x02\x30\xc8\x1f\xf0\xde\x03\x4c\x54\x01\x3c\xfa\x02\x0e\x31\xc0\x8a\x66\xc0\xca\x37\xdc\xcf\x27\xb8\x3b\xe0\xb2\x09\x88\x71\x00\x16\x5f\x03\x52\x97\x00\x4e\x09\x40\x7e\x6d\x60\x61\x1f\xe0\xfa\x4d\x60\x7e\x02\xf0\xfb\x39\x60\xae\xc8\x87\xb3\xc4\x78\x4c\x19\xce\x56\xe6\x7d\x98\x89\x7c\x38\x4a\x68\x25\x8e\xd8\xce\x76\xa8\xe8\x25\x2a\xe7\x81\xdf\x84\x7d\xf8\x91\xad\x7c\x3b\x50\x3c\x5d\xf8\x1f\x2c\xfc\x17\xfc\xa0\x13\xa2\xfb\x74\xba\x50\x9b\x4d\xd2\x55\xa2\xf3\xf5\xee\xdd\xaa\xa3\x41\x3a\xe0\xaa\x94\x49\x37\x5e\x55\xa3\xfb\xea\x35\xea\xea\xde\x6a\xdb\x00\x8f\x5d\xf5\x8e\xb7\x7a\x00\x2c\x3b\xd9\x60\x60\x1f\x75\x60\x89\xbb\x96\xf6\xd8\x4d\x80\x63\x8c\xf6\x3c\x5b\x6b\x60\x5e\x70\xa3\x2e\x6e\xbe\x80\x7d\xbd\x46\x16\x81\x6d\x01\xdb\xf7\x8d\x1a\xed\x54\x07\x66\x76\x68\x34\xe2\x90\x2b\x30\xed\x89\x76\xf9\xe9\xc6\x80\xf5\x6d\x6d\xd3\xab\x37\x81\xa9\xcf\xb5\xd5\x9e\x44\x03\x93\xff\xd4\xf2\xff\x77\x00\x30\xe1\x62\x83\x2e\x0a\xbf\xc6\x2c\xaf\x47\x3a\x28\xc3\xc6\xa8\x9b\x28\xec\xe0\x02\x95\x1b\x0a\x3b\x28\xb1\x16\xdd\xc3\xf4\x7b\x26\xec\x06\x1e\x87\x67\xe1\xc2\xff\x3f\xab\xfb\x5f\x72\xaf\x86\xff\xba\xdc\x3d\xf6\x48\x6d\x35\x9a\x49\xa9\x46\xf5\x89\x11\xb4\xbf\xa0\x31\xdd\xdf\xef\xda\xc3\x7d\x72\xc2\x55\x7e\xa1\xfb\x85\x0d\xa9\xcd\xe9\x56\xc4\x2b\xab\x15\xfd\xdd\x25\x49\x97\xea\x1b\x17\x3a\xe9\xb5\xd6\x79\x06\xcc\xfe\xa0\xf7\xb9\xeb\x0c\xa5\xb4\x19\xfd\xdb\x86\x0d\x99\x52\x3b\x6f\x6a\x54\xdb\x27\x53\xbd\x95\xaf\x4d\xfc\xb3\xed\x75\xa7\x81\x2a\xd7\xc6\x3f\x6f\xbb\xd5\xe7\x90\x6a\xfa\x98\x4f\x6d\x8d\xc2\x06\xa8\x4d\x18\xf9\x55\x2f\x7d\x7f\x3b\xb5\xd8\xe1\x0b\xf4\x3a\x9e\xa8\xaf\xb6\x7f\xa8\x41\x9b\xc7\xc5\x83\xd5\x3c\x4c\x8f\xb4\x59\x5b\x5e\x4f\xf5\xce\xe0\xf5\x6d\xbc\xfe\x1c\xa6\x52\x3c\x68\x44\x6b\x5d\x49\x52\x1e\xda\xf7\x7e\xab\x36\x92\x54\xbb\x61\xaf\x5b\xcd\x33\x24\xa9\xd6\x31\x03\xa9\x31\xe9\xfa\xeb\xf7\xd2\x22\x3d\xda\x6e\x6b\x1a\x12\xfe\xdd\x35\x4c\x93\xea\x7a\x7f\xca\x7f\x09\x66\x9d\x9b\x2c\xe3\x7a\xf4\x39\xbd\xac\x91\x19\xbf\x77\x56\x61\x8f\x9f\xa6\x47\x55\x40\x3b\xef\x74\xa4\x7a\xae\x50\xe7\xce\xb4\xc3\x08\x7c\xa5\x4f\xb7\x65\x5e\xce\x3d\x69\xc7\xe5\xea\xd8\x83\x22\xc6\xbe\xc2\x90\x32\x8f\x55\xdb\x3e\xed\x34\x82\x00\x0b\xdd\x3e\x5f\xf5\x46\x29\x4d\x18\xbd\xb5\x8f\x53\xff\x7a\x2a\x39\x43\x3d\xfa\x44\x4d\x58\xa0\xb6\x64\xd0\xb5\x3e\xdd\xec\xcb\xea\x3c\xee\x77\xa6\xf7\x95\x95\x31\x1a\x7d\x7b\x79\xf5\xee\x1d\xfc\xb0\x6e\x9d\x9e\xdb\x7b\x59\xc4\xda\xd4\xed\xd4\xbd\x8e\xe1\x83\x8c\x22\x8d\x0f\xdd\xf4\x0c\xd7\x9d\x5b\xa6\xb1\xba\x4b\xa1\xe1\xd4\xbb\xb6\xea\x89\x9d\xdf\x1a\x0e\x7b\x13\x55\xc7\xa6\x73\x23\x83\x76\x92\xa4\x1a\xd9\xee\x8d\xbe\x91\x24\x29\x97\xe9\xa5\x74\x8e\x95\xa4\xda\xd7\xdb\xd8\xb5\xef\x25\x49\xb5\xdb\xb7\x5e\xa1\xf7\x45\x92\x94\x72\x5b\xbd\x6a\x6d\x2b\x49\x4a\x3d\x5a\x36\xd0\x6d\x26\x49\xb5\xb6\xde\x3e\x58\xdd\xff\xfc\xbf\x39\x01\x64\x19\x33\xef\x27\x63\x4b\x2b\x9a\x09\x49\x01\xed\xa8\x5e\x57\xe6\xbf\x44\x54\x70\xf5\x6d\x48\x45\x5f\xfa\x1c\x18\xd0\x97\xd0\xc5\xd5\x47\x8d\x88\x1f\xe1\xaa\x33\x98\x50\xb6\xb9\x3b\x4d\x69\x66\x4d\x19\x36\x8c\xea\xb9\x86\xcf\x1d\x45\x78\xaa\x49\xc3\xd1\x7e\xbf\x14\x00\x7d\xbc\x47\x2b\xf7\xf8\xa2\x3c\xab\xc7\xec\x51\x4f\x47\xd9\xa8\x64\x76\x09\x1a\xf5\x76\xe6\x5b\xd5\xb1\x1d\x26\x8f\x0a\x74\x8b\x53\x5d\xae\xf7\x70\x54\x83\xa0\xab\xaa\x93\x5a\x1b\x8d\xfc\x1c\xdd\x43\xe5\x53\xab\x11\x23\xbd\x53\x8b\x54\xec\x5b\x1c\x18\x91\x5a\x10\xa6\xec\xde\x7c\xc7\x08\xff\x5b\xa1\xb5\x97\x34\xbb\x3c\x62\xc7\xcb\xf3\xb5\xbe\x34\x33\x1a\x4e\xf7\x6f\x3a\x13\x07\x13\x7e\xab\x35\x6b\x00\xe1\x57\x0d\x3a\xf4\xa5\x7b\xc8\xfa\xe1\x06\xd4\xaf\xbb\xde\xbe\x1e\xb7\x14\xb6\x6e\x3d\x7d\xc2\xc7\xaf\x9a\x29\x53\x86\x2b\xd4\xd4\xa2\xe7\x97\xf9\x3f\x19\x41\x9d\x29\x42\x12\x72\xf4\x35\x79\xde\xf7\xa7\x4c\x19\x39\x7c\x90\x25\xfb\x3f\x98\x78\x1f\x6b\x1b\x0e\x25\xe6\xb5\xe7\xab\x31\x74\x2b\xea\xea\xcc\xb8\xf9\x7c\x77\x33\xc2\x3f\xa7\xb9\x59\xd0\x2d\xfc\x58\x5d\xd6\x47\xe9\x3f\x70\x2a\xad\x28\x9d\xd3\xac\x37\x6b\x6a\x02\x7a\x0b\xad\x3d\x3a\xe6\x2a\xa9\xb5\x5c\x61\xa3\x67\x9a\x5d\xeb\x61\xb3\x0d\xd3\xba\xd8\x4c\x04\x1a\x5f\xb1\x39\xb4\x64\x12\xa0\x6d\x65\x63\x1c\xf0\x1e\x68\x90\x66\x1d\x15\x19\x04\xd4\x6f\x63\x75\xf1\xb0\x01\x50\xb7\x85\x55\xf3\x5c\x3d\x40\x7d\xcc\xd4\x01\xd7\xfe\x04\xd4\x32\xa7\x0c\xf9\xfd\x26\xa0\x52\x34\xd9\x5b\xe1\x57\xed\xa5\x13\x36\x29\x6c\x2d\xa5\x31\x4b\x25\xbe\x41\xec\xc7\x76\x70\x21\x5b\x63\x6b\xb2\xd3\x07\x90\xee\x7d\x41\x2a\xc7\x79\x8e\x33\xeb\xc1\xa4\x3f\xe8\x41\xfe\x24\x7a\xb1\xfe\xcd\xee\x8f\x83\x88\x07\xb6\xe3\xc3\x08\xba\x6f\x0e\x9d\x3d\x86\xbe\x17\xe8\x3f\x9e\x76\x1a\x9e\xd9\xe6\xb4\x03\x5d\xfa\x65\x32\x65\xda\xf9\x51\x53\x89\x71\x3c\xab\x84\xbb\x90\x5b\xf4\x9a\x49\xf3\x65\x70\x8c\x1d\xcd\xab\x6e\xe3\xed\x69\x85\x6a\xd4\x7c\xfe\x28\x25\x5b\xa0\xfe\xde\xf9\x8b\x5b\xc5\x03\xea\xed\xe7\x87\xf5\x9f\x01\x28\xef\x9b\x1f\x6e\xf1\x09\xc0\xe1\xf9\xbe\x0b\x88\x71\x35\xbf\x81\x0f\x29\x3f\xcf\x9b\xc6\x08\xf1\xdc\x91\x09\x74\x0f\xef\xd0\x3f\x9b\x18\x2b\xf6\x2f\xaf\xd2\x88\xcf\x59\xf2\x84\x22\xd6\x2e\xf5\x1f\x8a\xe4\xe9\xa2\x9f\xfb\x54\x81\xf7\x4e\x14\x9f\xcd\x76\xb2\x1d\x2d\xf4\x31\x46\xde\x54\xd8\xac\x57\x9d\xf2\x38\xfe\x7b\x13\x4a\x94\x90\xcc\xfc\x9f\xd8\xd3\xc3\x69\xa7\x18\x71\x65\x1c\xc5\x77\x68\xe5\x04\x52\xa3\x08\x74\x9f\x4c\xb7\xa4\x5e\x85\xd6\xa2\xff\xc3\x0c\xca\x83\x0b\x4f\xdb\x76\x23\xff\x03\x66\x53\xfc\x4c\x59\xc0\x7d\x64\x46\x7a\xcf\xa7\x75\xa3\x0f\x1c\x29\xde\xda\x36\x5f\x42\x2b\xad\xda\x0b\xb7\x16\x3c\x23\x97\x99\x37\x21\xdc\xc5\xed\x55\x2f\xba\x87\x75\x0b\x1f\x4f\x6b\xb7\x9b\x34\x97\xf6\xae\x6e\x9d\x57\x93\xce\xc7\x52\xdd\x50\x3a\xeb\xb8\x96\xef\x23\x9c\xca\xd5\xf5\x04\x21\xa4\x4b\xf4\x2f\x11\x92\xb6\xa4\xe9\x23\xda\x0b\x2e\xee\xf5\x17\xad\x58\x0b\x84\xce\xc3\x1c\xd1\xff\x64\x66\x7b\xb6\xd6\x42\x17\x63\x8a\xd0\xbb\xb7\xcc\x50\xd8\x74\x5d\xa3\x0d\x9c\xff\x46\x10\xca\x18\xaf\xc4\xd5\xf6\x3b\x0b\xcc\x29\xee\xe5\x3e\x50\x41\x33\xa6\xd1\xba\xe8\x5b\x69\x47\xa3\xef\x6e\x35\x87\x6e\xd9\x17\x25\xcc\xa7\x5b\x63\x87\x34\x47\xca\x17\xd6\x3a\x4e\x94\x2f\xcc\xae\x3b\x53\x3c\x99\x26\x2c\x25\xfe\x87\x7e\x87\x65\x14\x0f\x4d\x83\x57\x0a\x5c\xcf\x9b\xde\x32\x6a\x7b\x6f\x6a\x4a\x33\xd1\x5b\x97\xf1\x6e\x6f\x5d\x1e\x79\xef\x29\x73\x08\x49\xf2\xba\xb0\x92\x46\x72\x75\xf2\x26\x8a\xb0\xd5\xab\xe3\xe8\x0d\x78\xba\x64\x9e\xe6\x19\x79\x91\x18\x36\xab\xf2\xee\x91\xf2\xcc\x4a\xa3\x4a\xaa\x20\x77\xf7\x94\xbe\xe3\x37\x00\x0b\x5e\xb3\x75\x10\xba\x29\x76\x16\x6c\x67\xd1\xfd\xf5\xc1\x3d\xc3\x09\x2d\x8f\x95\xcc\x45\x1f\x28\xae\x26\xde\xaa\x6b\x43\xb7\xff\xeb\x75\xb8\x1f\x94\x9f\xd2\x5c\xaa\xd3\x5c\xd9\x6b\x61\x4b\xfa\xf5\x0c\x27\x3a\x51\xcc\x4d\x5a\x42\xf7\xfc\xd3\x82\xb9\x0b\xbf\xa5\xe8\x9f\x33\x22\x76\x15\xcd\xaf\xbe\xbf\x79\x10\xef\xa3\x63\xb6\x37\xed\xcc\x1b\x2e\xf7\x5b\xcd\xe3\x10\x28\x76\xe6\x81\xe1\xbf\x10\xce\x1d\xd8\xd4\xe0\x39\xff\x9d\xdf\x44\x50\xa8\x1d\xd5\xad\x06\x1a\xf3\x2f\x06\x46\x6e\xa0\x88\x5c\x77\x3a\x86\xfc\x5e\x9b\x92\x46\x4c\xa6\x80\x17\x05\x54\x59\xea\xaf\x7f\x9b\x98\x04\xfe\x06\x2f\xaa\xf1\x1c\x3c\x04\x5f\x6a\x99\xd0\x41\x71\x11\x3c\xa1\x45\x02\xff\x5f\x48\x36\xbe\x7c\xe2\x65\xe1\x3f\x8d\xc3\xd6\x12\x3b\xc2\x19\xd6\x3b\x3b\xd0\xa8\xaf\xd1\x58\x40\x79\xde\xa3\x74\x31\xc5\xbb\xcb\x6b\x17\x8a\x93\x05\xa6\x4b\xa9\xca\xd6\x6e\xdd\x0a\xca\x13\x56\x67\x3d\xe9\x71\xc7\x5e\xf1\xa2\xb7\x38\x58\xc9\x87\xc6\xc9\xa0\x09\xeb\x67\xb4\x6e\x1f\x48\x6f\x53\x7d\xe1\x26\xb1\x43\x0d\x15\x7d\x0f\xb6\x14\xfc\x42\x71\x1c\x6a\x6b\x40\x23\x1c\xb2\x71\x14\xd5\x32\x84\x3a\xb3\x42\x4d\xc8\x69\x1e\xe1\xd0\x26\x81\x54\x0c\x12\xda\x8a\x3b\xcd\x6c\x99\x97\x4c\x88\xe4\xe6\x1e\xa7\x09\xe8\xd8\x74\xf1\x3a\xd5\x08\x6c\x4a\xff\x9d\x32\x58\xb0\xb9\x44\x6f\x48\xe6\x7f\xf8\x88\xf9\xe1\x29\x7a\xe9\x89\x7e\x4a\x58\xf6\x49\x61\x77\xfd\x3d\x93\x9e\x47\xd6\x01\xda\x98\xb1\xf0\x05\x8f\x2a\xab\xd4\x78\x6a\xb8\x52\x1c\x2c\xed\xe3\x4e\x3c\x27\xa7\x08\x0f\x8a\x9f\xd9\xe9\x9e\x34\x4f\xa6\x39\xf8\x52\x9d\xae\xc5\x6b\x7f\xda\x27\x8d\xc8\x5b\x4b\xf9\xc6\x68\x04\xf7\x15\xe9\x7a\x28\x98\xf0\xee\x66\x75\xb6\x10\x1e\xa6\xac\x15\x2e\x3a\xf8\xed\x0c\x15\xd6\x8d\x57\xe8\x5d\xcd\x98\xb1\x16\x39\x7b\x24\xeb\xc5\x4c\xe3\x4c\xbb\xd3\x69\xc9\x25\xb6\xac\xf3\xbf\xd3\x29\x92\xf0\xab\xc8\xc7\x07\x69\xef\x1f\x59\x3f\x87\x10\xb8\x88\x0a\xc6\xbb\x23\xfc\x9e\xd2\x8c\x8b\x28\xfe\x97\x14\xd2\x64\x5e\x4c\xb0\xe0\xc5\xac\x13\xf1\xe0\x27\xea\x7b\xbd\x2d\x15\x36\x5c\x9a\x4f\xfb\xa1\xcd\xf6\x4b\x32\x39\xca\x5c\x89\x95\xe1\xd5\x72\x39\x7d\x5e\xae\xef\x41\x79\xc3\xd9\xde\x9b\x58\x09\x0e\x69\x6b\x88\x07\x35\xeb\x26\xf7\x85\x9a\x1c\xb7\x8e\xfc\x1d\x9f\xcb\x3c\x98\x21\xe9\xcc\x8f\xe8\x6d\xc8\xbc\x90\x8e\x26\xdb\xe8\xa4\xd1\xd8\x60\x7b\x3a\xfb\xbd\x4b\xc4\x41\xbc\x36\x48\x69\x24\x7e\x55\x13\x66\x26\xb9\x76\xa7\x33\x4e\x5c\x1a\x33\x51\xe3\x1e\x5b\xa7\xf1\x67\x66\xa2\xc5\xfb\xaf\xa1\xcc\x1b\x3f\x29\x9c\xe6\xcb\x5e\xa3\x44\xf2\x3b\xae\xd7\x49\x7a\xc2\x58\x73\xbe\x0b\x89\x9d\xfd\x2b\xe9\x06\xc4\x6e\xfc\x93\x98\xa0\x51\x7f\xb1\xbf\xdb\xd2\xb9\xce\xbb\x8a\x17\x93\xc0\x76\x3d\xad\xa3\x21\x06\x4b\x2a\xbe\x9f\x85\xbe\xc7\x56\xd1\x38\xac\x8c\xf7\x22\x9c\xd7\xa5\xd0\x8f\xa2\xce\x31\x3a\x90\x14\xf8\xe6\x28\xad\xa7\x79\x34\x4d\x9b\xab\xac\xcd\xcb\xb8\x6f\xd0\x48\xb7\x70\x3a\x79\xc9\xba\x38\x06\x9d\x22\x29\x6a\xdb\x7a\x31\x0a\xa9\x15\x13\x2b\x4e\x30\xfb\xc5\x8d\x67\xd2\x44\x56\xb4\x4b\x2c\x6c\x42\xff\x47\x92\xae\x3e\x8d\x70\xe2\xef\x43\x69\xfd\x48\x2a\xe1\x99\x9a\xe4\xc2\x9d\xda\x92\x5c\xb8\xde\x3f\xc9\x63\xab\x13\x7f\x7f\x2f\x33\xdc\x9c\x8f\xd2\xbf\x70\x40\x2a\xea\xa4\xb0\x09\x07\xf8\x8c\x7c\xa0\xd9\x0b\x52\x74\x90\x79\x0e\xb1\x02\xd7\xac\xe2\xc5\x88\x79\x12\x46\x3c\x00\xb9\x1f\x98\xbf\x01\xab\xf2\x78\x14\xf8\xd1\xec\x5a\xde\x33\x88\xd6\xc3\xc5\x6a\x1b\x69\x95\xaa\xd2\xc3\x39\xca\xef\x79\xea\xf4\x6d\xb4\x8e\x8c\xbb\xba\x83\x78\x20\x43\x2f\x30\xda\xd8\xef\x63\x34\x8d\xba\xfe\xd0\x58\xb2\x2d\xb7\xec\xa5\xb7\x58\xdf\xfe\x80\x60\xf2\x27\x0b\xc5\xdf\xf4\x78\xd0\x2f\xa4\x97\x34\xa5\xf1\x48\xd7\xd5\xa7\x91\xcd\x18\x3b\x84\x99\xcc\xc5\x53\x09\x9f\x4d\xdf\xc2\x1d\xfa\xd2\xa7\x7a\x52\x24\x65\x4c\x0c\xa1\x15\x2b\x63\x6d\x3c\xad\x48\xe9\x2b\x32\xe8\x6c\x98\xbe\xb0\x90\x90\xd6\x54\xf5\x5b\xc6\xfc\xf7\x4a\x7a\xb2\xe4\x72\xc6\xb9\x65\xfe\xc7\x7f\x78\x31\xc4\xc7\x0f\x78\xcc\x7c\xc6\xd5\x0b\xd6\x12\xee\xba\xbc\x78\x3d\xdd\x30\xb8\xe8\x6c\x26\x1e\xd8\x82\x51\x61\x74\x7e\x98\x8d\x6d\x94\x2f\xa7\x15\xec\xa4\xf9\x60\xa9\xcb\x7c\xaf\x31\x3a\xcc\x8f\x30\x39\x19\x4f\x51\xde\x77\xc6\x7e\xe2\x67\x77\xda\x9d\x48\xd9\xbb\xc5\x5e\xd6\x13\xd0\xc8\x4c\xd5\x61\xff\x33\x05\x5f\xee\xa4\xb8\xf9\xcc\xea\xd8\x98\x18\x53\x27\xdd\xba\xd1\x09\xed\xa4\x96\x29\xad\xa3\x27\x9f\x4c\xa2\x95\x2a\xeb\x12\xf3\x28\xb3\x1c\x99\x89\x79\xb2\x90\xf5\x72\xb2\x46\xc4\x30\x03\x3e\x32\x8d\xe6\x47\x56\x58\x01\x2b\x82\x6d\x2c\xa5\x37\x72\xfc\x29\xf3\x83\x8e\x87\x7d\xa6\xf1\x4b\x17\x71\x70\x48\xf0\xa5\xe4\x71\xe1\xfe\x52\x32\x0f\xc8\x43\x7b\x33\xbd\x85\xa5\xff\x6e\xa5\xb7\xe4\xf4\x64\x1b\xdd\x34\xc9\x3c\xa0\x59\xcd\xa3\x88\x85\x31\xf5\x49\x2c\xbd\x85\xf1\xe9\xac\x03\x34\xda\x88\xfb\x06\xc9\xba\x38\x86\x05\xdc\x1f\xab\x83\x36\xdf\x48\x34\xd5\x49\x27\xf4\x5e\xed\xcd\x51\xc1\x0f\x93\xfb\x45\xe5\x5a\x71\x7e\xc8\x4d\x6e\x4c\x11\x92\x7f\xa1\x2b\xc5\x7f\xde\x05\x13\xca\xb8\xf9\xa1\x96\xb4\xe3\xca\xf7\x73\x20\xff\xf2\xb7\x2e\x27\xa6\x52\xfe\x4b\x56\xe6\xca\x4b\x8f\x26\xde\x68\xbe\x41\x0a\xad\xf4\x79\xbe\xb9\xb4\x72\x9d\x79\x5b\x4a\x2b\x54\x5e\x4f\xee\xb8\x71\x66\xc8\x27\x5a\x6f\xb3\xf6\xb2\xdf\xb2\x7e\x4e\x9a\xd0\xd9\x62\xbe\x90\xa7\x31\xc7\xb9\x7b\x59\x04\xfd\x8a\x4b\xff\x9d\xb4\x2a\x2d\x74\x8e\xa1\xfd\xdf\x9c\x9e\x1c\xdf\xd3\x0a\xd8\xef\x49\x9f\x0e\xd0\x2e\x65\x3c\x58\x37\x63\x58\x73\xee\x4a\x62\x54\x2f\x9d\x7e\xa7\xbb\x77\x3a\x3d\x45\xdb\x0a\xe6\x09\x34\xb6\xe7\xf7\xae\xba\x2d\x5b\x54\x74\x9d\x35\x65\x2b\xf3\x41\x2e\x94\xe8\x10\x23\xe4\x82\x5f\xe7\x36\xfc\xf7\x41\xcc\x6b\xe9\xc8\xcc\xde\xf3\x75\x79\xc7\x76\x71\xb7\x3b\x65\xf4\x0b\xeb\x02\xe9\xee\xeb\x62\x10\xf3\xe6\x64\x9d\x98\x0b\xba\xd9\xf4\xe4\xe7\xdf\x94\xd0\xfc\xba\xa0\xf7\x84\x78\x41\x45\x6f\x3e\x12\xcf\xa4\x40\x9c\x2b\xaa\xfa\x04\x09\x3e\x04\xf3\x85\xfe\x17\x0f\x68\x96\x2e\xcf\x6b\x2b\x83\x24\xca\x62\x16\x09\x87\xa9\x0f\xeb\x58\x2b\xe6\x01\xc9\xba\x38\xfd\x1b\x30\xff\xa9\x7b\x4a\x16\xcd\x4a\x3d\xc1\x03\x6a\xac\x94\x47\x6f\x5b\xf5\x71\x61\x0d\x3e\xd0\x65\x11\x1f\x57\xc2\xb9\x4f\xd0\x95\x57\x1d\x29\xb2\x4a\x1a\x0c\xa0\x3c\x78\xb5\xd2\x8c\x22\xeb\xaa\x3d\x33\x5c\xaf\x3a\xbb\xd2\xcc\xba\x9a\xe8\x4f\xfc\xb8\xd2\x32\x66\xea\x95\xea\x25\xd0\x13\x5c\x6d\x7d\x92\x66\xf4\xd5\xa2\x2b\xf4\xc4\x57\xb6\xdf\xa7\xf3\x47\x49\xd8\x3b\x8a\x87\xcb\xb5\xd8\xef\x73\x82\x37\x59\xbd\x7f\x92\xdc\x17\x6c\xf1\xa1\x38\xba\x99\x5f\xf0\x6b\x02\xe5\x05\xbb\xcb\xac\x8b\x33\xa3\x79\x0a\xed\x03\xa7\xae\x4a\xa7\x68\x35\x4b\x13\xba\x38\xbb\x8f\x71\x3f\x9c\x97\x1c\xe7\x7d\xba\x9f\xa2\xef\x77\x4b\xcb\xa3\xfd\x46\x6b\xbf\xb3\x94\xfd\x1a\x59\x14\xd1\x2e\x59\xb5\x75\xb1\xc8\x0b\x25\xa2\xf2\xe7\x86\x18\x87\xdb\xe6\x5a\xb4\xd3\xbe\xd5\xae\x3d\xfd\x4b\x37\x2b\xfa\x53\xe4\xdd\xa9\x1c\x47\x27\x96\x3b\x17\x66\xd2\x8e\xec\xee\x32\xde\x47\xdc\xb2\x63\xe8\xe4\x5e\xef\xed\x74\x72\xbd\x5d\xce\xca\x4d\xb7\x46\x1c\x63\x5d\x98\x07\xe7\x88\x67\x77\x53\xef\x2e\x31\x6f\x6e\x36\x78\x41\x27\xe2\x6b\x89\x9f\x69\x07\x53\x5d\x0f\x45\x1e\x17\xe9\x7f\xf0\x1f\xfe\x2e\x05\x3a\x5c\xe3\xfa\xad\xce\xce\xc0\xef\x45\xcc\x7f\xa8\xc2\xfb\x0b\x81\xde\x09\x0a\x6f\x80\x01\x6a\x40\x59\x08\x30\x24\x87\xfb\x1a\x98\x59\x70\x9d\xff\x14\xc5\x6c\xa8\xc7\x75\xdd\xb9\x8f\x19\xf7\x3f\x55\x02\x2c\xf2\x03\xb2\x97\x00\xcb\xb3\x80\x13\x21\x80\x4f\x02\x70\xb2\x25\xb0\x69\x01\x70\xcc\x80\x31\x8b\x93\x4b\xb9\xe6\xef\x64\x2f\xc6\x02\xb2\x5e\x31\x07\xe4\x54\x36\x50\x6a\x02\xe4\x4c\x06\x1e\x86\x70\x8d\xeb\x87\x32\x20\xeb\x03\x20\x99\xfe\x40\xff\x40\xf5\x27\xfc\x87\x7f\xbf\xe1\x38\x35\xf5\x2f\x5a\xd7\xe2\x5e\x2b\x2d\xf2\xbe\xf1\x1e\x5e\x1b\x00\x7a\xe5\xc0\x73\x6f\xa0\x5d\x36\xf0\xa8\x37\xa0\x3f\x81\xef\xb3\x14\xe7\xa3\x9b\x7a\x40\xbf\x4a\xe6\xa8\x0c\xa1\xbe\xce\xc0\xe8\x61\x40\x7e\x39\x30\x21\x1d\xc8\xaf\x04\xa6\xc5\x03\xa7\x5c\x80\xd9\x96\x02\xf7\xbf\xc6\x75\x8e\x8a\xe9\x90\x99\xc4\x3a\x10\x47\x5a\x02\x1b\x74\x19\x07\xde\x9e\x05\x64\x56\x02\x7b\xbc\x80\xa3\xf5\x81\xd4\xb1\xdf\xea\xfe\x33\x53\x78\x8c\x15\xd9\xa7\x3c\x11\xc8\x6a\x02\xbc\x4d\x62\x8e\x84\x24\xf4\xef\x15\x36\x31\xee\x27\xf8\xff\x0f\xf8\x0f\x3f\xd2\xbf\x90\x79\x0f\xef\x4c\x81\x5f\xf6\x7c\xeb\xef\x20\xeb\x1c\x3c\xbc\xca\xfc\x87\xbb\xcb\x98\x27\x74\xcd\x9c\xf5\xca\x2f\x07\x03\x46\x77\xbf\xd5\xf9\xe7\x57\x30\xff\x41\xf1\xfe\x15\x71\x91\xfd\x06\xb0\x6d\x03\x1c\x37\x67\x5c\x33\xd3\x90\xb1\xb5\x0c\x6d\xc0\x2b\x0f\x48\x0e\x00\xd6\x3d\x01\x92\xed\x81\xb0\x76\xc0\x61\x3d\x20\xc6\xf4\x5b\xdd\x7f\x66\x3c\xf7\xfb\x57\xcc\xce\x12\x27\xe0\xa8\x36\x8f\xc3\x51\x73\xe0\xdd\x67\x20\xa3\x06\x0f\xe8\xa7\xfc\x07\x99\x07\x60\xfe\x5f\xfe\xc3\xf7\x3c\x88\x4f\xb9\xdc\x9f\xbf\xb2\x05\xa0\xa5\x0b\xbc\xd0\xf9\xc6\x7b\x68\x72\x0d\x78\x50\xc9\xf5\xdb\x37\x37\x02\x1d\xc3\x81\x6b\xf9\x80\x81\xe9\x37\xbd\x83\x73\x46\x80\x49\x09\x90\xaf\x0f\x8c\xbd\x06\xe4\x7c\x06\x2c\x4b\x80\x93\x9d\x80\x99\xb7\x81\xcc\x2f\xc0\xbc\x32\x20\xb9\x36\xe0\x3c\x1d\x48\xba\xc5\xb5\xd7\x87\x44\x6d\x76\x62\x1a\x10\xda\x12\x48\xc8\x61\x0c\xe8\x50\x7d\xe0\xf0\x30\xae\x0f\x3f\x1d\xc3\xbb\xb1\xcb\x8e\x40\xda\x58\xe0\xd7\x0d\x40\xea\x7e\xe0\x6d\xe5\x77\x3c\x98\x0b\x3f\xf1\x5f\xd4\x6d\x86\xa8\xfc\x9c\xff\xa0\xb0\x9f\x5f\x03\x1a\xa6\xc0\xa7\xe1\x40\x5d\x3d\xa0\x72\x38\xd7\x27\x3f\xd7\x65\x5b\xc5\x7b\x50\x07\x9a\x1e\xe5\x79\xa0\xe7\x08\x5c\xa9\x00\x3a\x96\x03\xe7\xdb\x01\x06\xc6\x40\xfe\x3a\x60\xe0\x55\xe0\xd4\x4b\x60\xd8\x2e\xe0\x84\x15\x30\xde\x8b\x75\x1c\xac\x7c\x80\xe4\x5a\xc0\xec\xdd\x40\xd2\x50\xc0\x69\x3f\x90\x60\x06\xac\xe8\x0e\xec\xdf\x00\xf8\xc5\x03\xfb\xce\x02\x21\x95\xc0\xfe\x60\xae\x81\x3e\xf0\x2f\x70\xf8\x01\x90\x78\x95\xb9\x24\x07\x6f\x03\x25\x03\x80\xa4\x15\x7c\xd7\x7e\xc8\x1c\x78\xbf\x0b\x48\x54\xad\x8e\xff\xff\xa7\x0f\x86\x66\x75\xff\xd7\xae\xfb\x8e\xff\xf0\x1d\xff\x43\xee\xf3\x21\xe3\xfd\x8a\xbc\x50\xcb\x17\xf8\xed\x12\xa0\xfc\x82\x75\x90\x54\x5b\x03\xb7\x7a\x00\x5a\x09\x40\xe9\x03\xe0\x97\x16\xcc\x59\x6a\x33\x93\x75\x4f\xba\x95\xb1\x56\x43\x1f\xc5\xee\x25\x1c\x30\x4d\x02\xd2\x83\x81\x31\x5a\x40\x8a\x19\x30\xb9\x3e\x70\x48\x07\xb0\x8d\xf8\x0e\xf7\xbf\xa3\x38\x01\x03\xf1\x99\x80\x9f\x12\xb0\x27\x0b\xd8\xa2\x07\xec\xd1\x04\xa2\xcd\x18\xe3\x54\xbc\x6b\xc5\x2e\x26\xeb\x2d\xf3\x25\xae\xce\x06\xf6\xd5\x03\xca\xcf\x2b\x4e\x13\xc0\x9f\x2b\x81\x78\x81\x57\xed\xba\x51\xdd\xff\xff\xe8\x20\xfc\x88\xff\xe0\xfc\x73\xde\xc3\x73\x71\x5b\x20\xf3\x1e\x48\x0b\x36\x9d\xe3\x40\x65\x13\xf3\xc0\x14\xf3\xa7\x48\x9f\xfb\x3c\xe4\x6b\x02\xed\x4d\xbf\xd3\x3b\x38\x02\x0c\xd0\x64\x1f\x86\x55\x00\x09\x8b\x98\x37\xb6\x3f\x5e\x71\x56\x01\xf6\xda\x33\xee\x1f\xfb\x07\xe0\x16\x03\xec\x2e\x05\x14\xeb\xe2\xee\x4e\xc0\xe6\x5b\x40\xb4\x2d\xb0\xab\x1c\x88\xf1\x03\x0e\xed\x05\x62\x1e\x72\xaf\x98\x38\x45\x7e\x48\x06\xe2\x7c\x80\x47\xf6\x8a\x53\x27\xf0\x31\x05\x88\x76\xfd\xb1\xff\x35\x75\x10\x56\x0b\x9c\xd3\xa3\x95\x18\x87\x79\xec\x9f\x3c\x0e\x35\x79\x0f\xbf\x8b\xdb\x82\x9f\xf1\x1e\x2e\x86\x00\xaa\x9f\x59\xd7\x47\x6b\x11\x90\xe3\x0a\xb4\x38\xc9\xa7\x08\xd2\x3b\x38\x03\xf4\x2a\xe5\x3e\x0f\x26\xba\x9c\xb7\xc6\xea\x02\xb1\xfb\x80\xa9\x37\x80\x18\x4f\xc0\x61\x20\xb0\x73\x3a\xb0\x64\x03\xb0\x33\x98\xb1\xdb\xc8\x34\x5e\x3f\x77\xd8\x01\x3b\xff\x04\x22\x95\x80\x83\x95\xc0\xce\x78\x20\xe7\x1a\x7f\x4f\x31\x0e\x8a\x3d\xe5\x93\xba\xdf\x74\x20\x6a\xfa\x5f\x93\xff\x21\xfb\xbd\xdc\xb7\x06\xff\x21\xb4\x46\x1c\xc8\x78\xe7\x7d\xb6\x32\xef\xa1\x66\xbf\x0f\x99\xf7\x50\xb8\x81\xf9\x13\xa7\x7b\x02\x6a\x12\xf7\x7b\xd0\x01\xe7\x01\xdd\xaf\xc0\x41\x03\xa0\x9b\x23\xb0\x6f\x38\x60\xb4\x9d\x79\x0f\x23\xe6\xb0\x1f\x96\xba\xc0\x0e\x1f\xc0\xee\x05\xb0\xcd\x17\x70\xd6\x03\xb6\xf7\x64\xec\x3a\xdc\x16\x08\x4e\x02\xc2\x7a\x03\xbb\x86\x00\xe1\x33\x81\xe4\xd6\x40\xd8\x7d\x20\x67\x25\x6b\x2b\x95\x2a\xfc\xbe\x01\x3c\xf5\x62\x0e\xd1\x97\xe8\xff\xea\x40\xc8\x38\x78\x4d\xbf\x6b\xea\x40\xfc\x54\xf7\x63\x77\x8d\x38\xf8\xbb\x46\x1c\x88\x71\xa9\xc2\xfd\x05\x3f\x20\x63\x0f\x50\x37\x09\x38\xb8\x1f\x68\x1c\x04\xec\x9b\x07\xb4\x8d\x62\xbe\x8b\x62\x5d\x8d\xf2\x06\x86\xd8\xb0\xce\xc3\x04\x5f\x20\xe4\x0f\x60\x7a\x38\x10\xa2\x0d\x38\xa6\x03\x9b\x94\x81\x55\xb3\x80\x4d\x79\xbc\x8f\xd8\xf0\x16\x88\x9c\x07\x04\x47\x02\x07\x15\x73\x45\x9b\x73\x4f\xf0\x73\xa0\xc4\x1d\x58\x3f\x1f\x78\xd4\x1c\xd8\x38\x0c\xf8\x3a\xf4\x1b\xff\x65\x95\xf0\xd7\xcd\xb9\xba\xdf\x8e\xc3\x6b\xf0\x01\x12\xd8\x7e\x78\x52\x3d\x0e\x64\xdd\x0f\x59\xf7\x42\xd6\xfd\xa8\x8a\x03\x51\x4d\x73\xb6\x2d\xdb\x33\xa3\xd9\x1e\x4d\x61\x7b\x48\x9c\xae\xf7\xd9\x03\x75\x7b\x71\xcf\xc0\xe6\x91\xc0\x0e\x65\xde\x87\x86\x27\x00\x03\x9b\xb2\xbe\x85\x62\x7e\x04\xb5\x04\xa6\xf4\x02\xd6\x1e\x64\xbc\x7b\xdd\x45\x60\xa5\xe2\x73\x3d\x20\x68\x37\xe0\x77\x0b\xd8\xf1\x02\xf0\x2b\x07\x0e\xc5\xb2\xde\x45\xf6\x14\x60\x4d\x1d\xe0\x72\x00\xe0\x67\x09\x3c\xe9\x05\xf8\xf6\x02\xfe\x05\xb0\x32\xa4\x3a\xff\xc3\x49\xf0\xe4\xe6\x8a\x7d\xa5\x5d\x5a\x75\x3e\x80\xcc\x83\xa8\x89\xfb\x3f\x8b\x64\x7b\x5f\xf4\x45\xb9\xd5\xab\x7a\x1c\x5c\x98\x2d\xe2\x40\xe8\x43\xc8\xb7\x08\x69\xa2\x1f\x4c\x92\xc0\xbf\x63\xc5\xf8\xed\x08\x03\xb4\x4a\x80\xd0\x22\x40\x71\x9c\x0c\x9e\x04\x18\x2e\x06\xd6\xef\x03\x46\x8c\x00\xfc\xf5\x80\x49\x2d\x78\x2f\x39\xc7\x11\xf0\xda\x05\x2c\xbb\x0c\x78\xb9\x72\x6e\xf7\x58\x09\xec\xd8\x0c\x78\x84\xb3\x66\xd0\xca\x1c\x20\x67\x02\xb0\x22\x15\xb8\xf2\x8e\xe3\xfd\xd1\x7a\xc0\xfd\x0a\xf0\x79\x35\xe0\xac\x5d\xe3\x7d\x0b\xbf\xad\x5f\x54\xe7\x3f\x58\xb6\xab\xce\x83\xa8\xe2\xbf\x08\x7e\x87\x8c\x7b\xdf\xde\x22\xfc\x17\x38\x7f\x15\xff\xa1\x36\xdb\x1c\xc1\x07\x38\x2a\x6e\x97\x0e\x8b\x71\xd8\x23\xf0\x62\xae\x4e\x03\x42\x4f\x33\x2f\x66\x63\x10\xf7\x5f\x0b\x48\x05\xba\xac\x04\x7c\xf2\x80\x81\x37\x01\x4f\x07\x60\xfc\x63\x60\x85\x27\x60\xbb\x05\x70\x0f\x01\x5c\xff\x05\xdc\xfc\x81\xb5\x93\x00\x97\x18\x20\x42\x0b\x70\x99\x0d\x24\x45\x03\xce\x3d\x81\xec\xc5\xc0\xa2\x67\xc0\xe5\x0b\x80\x93\x09\xf0\xc8\x00\x98\xdf\x1d\xf8\xb3\x05\x60\x27\x34\x13\xa7\x95\xfd\x98\xf7\x31\xd6\x52\xd8\xff\x8f\xb2\x2f\x8f\xcb\x39\xfd\xde\xbf\x2a\x6b\xf6\x64\x27\x59\xb2\xb7\x59\x2b\x51\x59\x8a\xd2\x66\x09\x6d\x52\x42\x29\x25\xad\xb4\x27\x5a\x48\x45\x51\xa4\x85\x92\xa5\x8d\xec\x4b\xc8\x3e\xc8\x32\x98\x31\x06\x59\xc7\x18\x86\xc1\x2c\x06\xfd\x5e\xef\x73\xee\x77\x29\xe3\xfb\x79\xfd\xfe\xf0\xba\x5f\x4f\xe5\x79\x9e\x73\xbf\xcf\x7d\xee\x73\x9f\xeb\xba\xaf\x23\xe2\xe6\x78\x11\x47\x1b\xf2\x5f\x7e\xdc\xc0\xe3\x2d\xd1\x6d\xfd\x62\x7a\x7d\xfb\x8f\x9c\x10\xf6\x0b\x55\xcd\x62\xc1\x03\x91\xf9\x1f\x9b\x85\xae\x52\x9a\xf8\x7d\x82\xe8\x1f\x13\x15\x01\xb4\x2c\x03\x96\x5b\x02\x3d\x9d\x98\xbf\x24\xe5\x17\x7e\x69\xbc\x3e\x16\x47\x00\x0e\x9f\x01\xcf\xf7\x80\x8f\x3d\xb0\x60\x3c\x10\xed\x0e\xcc\x7b\xc7\xb1\xd3\xb5\x35\xb0\xbd\x2d\xe0\x5c\x01\x1c\xf8\x07\x70\xba\x03\x5c\xcc\x07\x1c\x94\x81\x9f\x93\x00\xfb\x0e\xc0\xdb\x28\x60\x86\xc8\xab\xad\x14\xeb\xdb\x2d\xdb\x6b\x14\xc5\xa3\x81\x58\x3f\xa3\x44\x5e\x2d\xf3\x5f\x6a\xf9\x3f\x0d\xf9\x2f\xc2\x7e\x99\xff\x72\x40\xec\xa3\x32\xff\x65\x87\x58\x2f\x39\x62\xfd\xa4\xc7\xf1\xc8\xb7\xdc\x80\x98\xb6\x5c\x85\x0c\x92\x3e\x27\x16\xf0\xbd\xad\x58\xd5\xf1\x28\xe0\x79\xa3\xf1\xfa\x21\xa1\x80\xfb\x8a\xa6\x11\x26\xbb\x01\x97\x65\xcd\xdb\xd9\x4d\x01\x1c\x8d\x9b\x9f\xf7\x74\x06\x66\x3d\x50\x6e\x12\xde\x18\x98\x91\xa5\xdc\x32\x45\x05\x98\x9a\xa5\xac\xba\xb5\x11\x60\xa3\xd5\xfc\xda\xbe\xb6\x80\xe5\xd3\xe6\x41\xe7\x42\x80\x29\xcd\x9a\x7d\xfa\xf1\x0e\x60\xbe\xbf\x99\xff\xab\x01\x80\x99\x67\x53\xea\x47\x6c\x72\xa6\x11\xe1\xd8\xa3\x7f\x54\xa0\xfa\x8b\xcc\xf7\x18\x26\x78\xd5\x3a\x42\x6f\x4e\x53\x9c\x25\xbe\xe2\xbf\x08\xfb\x2b\x85\xdf\xcb\xfc\x97\xfd\xa3\x41\x55\xa2\x92\x9f\x15\xa8\x6e\x50\xf0\x9b\x12\xe1\x17\x59\x27\x9b\x11\xba\xb2\xfe\x7c\x6b\xaa\x4f\xac\x51\xe1\xfe\x31\xd1\xd5\xed\xe8\x7f\x06\xa5\x72\xe0\xf4\x98\xd5\x81\xea\x96\x73\x9a\x74\x7a\xde\x2a\x01\x98\xf5\xa8\x6b\xf3\x3e\xa5\x58\x3a\xad\x49\xb7\x31\xfa\x79\x0a\x43\x2c\xff\xe8\x96\x61\xdd\x44\xe1\xf8\xa4\x4f\xdd\x3b\xbb\xa5\x29\x2e\x99\xd8\xab\xdb\xeb\xa0\x12\xc5\xa7\x26\x1a\xdd\x9e\x26\x6a\x2b\x4d\x1f\x6b\xd2\x2d\x25\xab\x5a\x29\x72\xf4\x81\x6e\xbd\x4b\xb5\x94\xbc\xf5\x83\xba\x5e\x3c\xf5\x58\x69\xe4\xa8\x5b\x5d\xed\x6e\xde\x53\xdc\x39\x32\xb6\x6b\x9b\x5f\x9b\x2b\x7c\x1c\x7e\xa4\xcb\x87\x9a\x1a\x85\x61\xda\x77\x3a\x92\x9e\xc1\x10\x5b\x95\x41\xd2\x38\xc0\xb4\x35\xf5\xbb\xe8\x33\xbd\x25\xd5\x25\xfb\x58\x36\xa7\xfe\x07\xea\xad\x9a\x6c\x90\xc6\x86\xfc\x97\xb3\x22\x6e\x56\x08\xbe\xd7\x7e\xa7\x66\x84\x67\x17\x57\xb7\xa0\xee\x02\xdb\x87\xb0\x5d\x59\x01\xcc\x7f\x49\x39\xd1\x83\xfb\xc0\xe8\xf6\x24\xfc\x32\x92\x4e\xe7\x40\xe0\xf0\xbe\x74\x2f\xda\xa3\xaa\x1f\xe1\x5f\x0e\xaf\x06\x10\x3f\x66\x8a\xe2\x10\x45\xc5\xcd\x80\xa9\x82\xa6\x6d\xd7\x79\x08\x1e\xeb\xa7\x19\xa3\x63\xac\x34\x54\xef\xa5\xe6\x4e\xd3\xd2\x46\x8b\x87\x79\x6b\xe6\x3a\xfc\xd3\x78\x83\x56\xb6\xa6\x86\x6f\x7e\x93\x0d\x83\xd2\x87\x1c\x58\xf1\x53\xd3\xa6\xfd\x17\x0d\x31\xde\x38\xa1\xa9\xa2\x46\xb7\xc1\x19\xbb\xd4\x9a\xdc\xec\xd3\x6f\xb0\xed\xf1\x3e\x4d\x16\xf7\xca\x1a\x74\xeb\x5a\xbf\xc6\x67\xd4\x67\x0c\x3a\xf8\x44\xb9\xd1\xf7\x3d\x73\x07\xe5\xfd\x1b\xa4\xb4\xa1\x47\xb3\xfe\x69\x35\x35\x8a\x93\xbb\xde\xec\xbd\xbe\xa6\x46\xc1\xa8\x63\x8d\xda\x49\xc9\x5e\xd5\x9b\xdd\x88\x2f\xa4\xb2\xb7\x33\xdd\xc7\x69\x37\xb2\xa3\xa6\x34\xca\xfa\x37\xb5\xfc\x9f\x81\xcd\xa8\x2a\x56\x3e\xab\xb5\xc0\x7f\x99\x17\x90\x57\xcd\x7c\x90\x86\xfc\x97\xb8\x2b\x8c\x42\x45\x88\x3e\x22\x01\x18\x4a\x19\x96\x67\x16\x77\x2f\x70\xf4\xe6\x5b\x46\x56\x8f\x0c\xe8\xf6\xdc\x98\x2a\xc6\xd3\x75\x9f\x18\xed\x69\xbb\x16\x18\x74\xd1\xe8\xd7\xfe\xc5\x8a\xbd\x34\xa6\x19\x9b\x19\x99\x2b\xde\x51\xdf\x6a\x3c\xd5\xae\x8b\xe2\xc7\xee\xbf\x1a\x0f\x5f\x74\x5a\x71\x4f\xd7\xbe\xc6\x4d\x23\x1f\x29\x9c\xee\xbc\xd4\xf8\x5a\x5a\x02\xd0\xe1\xb1\xd1\x5f\x85\x8e\x40\xfb\x04\xa3\x7e\x47\x5c\x81\x76\xa7\xc6\x4e\xbc\x12\x00\xb4\x79\x33\x26\xfa\xa1\x01\xd0\x7a\x84\xe1\x0f\x7f\xdd\x07\x94\x6f\xeb\xdd\x90\xec\x6b\x16\x3e\x9c\xee\xf9\x37\xce\xd5\xce\xa1\x71\xd1\x20\xaa\x43\x29\x8d\xeb\xcf\x75\xda\xfd\x7d\xa9\x1f\x46\x2d\xff\xc7\xa2\x15\x79\x40\x99\xb0\x7b\x47\x15\xc3\x2e\xb9\xc1\x2c\xb3\xbc\xe1\x85\x16\xdd\xc7\x4c\x3e\xa3\x43\xaa\xd9\xf1\x6a\x23\xab\xf9\xf9\x1b\xd0\xf3\x0e\x4c\xe0\x8d\xd2\x0b\x8c\x46\xb9\x94\x31\x7e\x6e\x5b\x65\x46\xfa\x08\xe3\x34\x27\x93\xfd\x3a\x39\x96\x14\x81\x7b\xf4\xb6\x51\x6a\x7c\x03\xe8\x14\x62\xdb\xb5\xa7\x1d\xa0\xd2\xd7\x36\x59\xaf\x37\xd0\xaa\xc8\x36\xcd\xfa\x0a\xd0\xfc\xb5\xad\xa2\xfb\xaf\x40\x93\x00\x9b\xdf\x96\x5b\x03\x4a\xce\x36\x51\xc9\x23\x00\x85\x5e\xd6\x15\x5b\xa9\x52\x6a\x55\x7d\x80\x3a\x2c\x58\x5e\xbc\x48\xb8\xe0\x94\xdf\xef\xd1\xcd\x42\x8b\xa7\xef\x9a\x49\xa3\x99\xd0\x65\x1e\x27\xf0\x2b\x43\x67\x1e\xf5\xb7\xf1\x38\xbc\x8c\xc7\xa1\xa4\x8b\x71\x4c\x4d\x25\x8f\xed\xef\x46\xb8\xe4\x2e\xab\xfe\xd9\x6c\xbf\x26\xf9\xf7\xc6\x43\x23\x22\xd8\x7e\x7d\xca\xb8\x56\x9d\x60\x3d\x98\x28\x5f\xd6\x09\x09\x74\x9b\x4c\x28\x83\xb7\x0a\xdf\x2a\x73\xa9\xb2\x22\x1c\x68\x7a\x47\x5b\x9a\xb7\x49\xaa\xd3\x08\x3d\xd0\xf7\x62\x74\xaa\x6f\x8e\x3d\xf1\x49\x5a\x1a\x38\xd3\xfb\x2a\x5c\x9b\xe3\xad\x4a\x76\xcd\xe9\xad\x4d\x7b\xb7\x73\x24\xcf\x98\xd3\x13\x56\xd8\x70\xbe\x14\x4c\x75\x59\xa7\x2a\x46\xd0\x1c\x73\x72\xa8\x8e\xef\xa8\x52\x4e\x75\x7f\xfb\x57\xe7\x08\x51\xb1\x77\xbe\x43\x08\xfa\x6c\xab\x37\x14\xd3\xed\x84\xdd\x36\xa2\x1f\x88\xb9\xd0\x2f\x37\xf5\xaf\x3f\x3f\x63\xe9\x9e\x7b\x79\xa9\x06\xed\x7c\x3b\x4f\x0c\xa1\x0c\x28\x4f\x87\xfd\x39\x43\x89\x6f\x0f\x26\x7b\xf3\x73\x8e\x33\x30\xfb\x83\x9f\xbf\x39\xe9\xc6\x04\xea\xf0\xed\xca\xc5\x3a\x7c\xeb\xd6\x55\x87\xed\x9c\xad\x32\x9b\x32\x12\x2b\x1d\xe6\xc1\x18\x45\xcd\xa1\x1d\x46\x47\xdf\x95\xd0\xe8\xae\x87\xdc\x69\xfe\x14\xe3\x3d\x44\x04\xf6\x7c\xa9\x4a\x8c\x1b\x4f\x5b\x6d\x62\x9e\x78\x7c\x9a\x44\xb8\xb7\xa7\xb9\x33\xe5\x30\x9e\xea\x7c\xdf\xdf\xe3\xaf\x04\xb2\x73\x61\x4e\x16\x7d\xb3\x05\x93\x4b\x28\x62\xcd\x4f\x39\x4d\x88\xe3\x7c\x7f\xe6\x3c\xcf\x9b\xfb\x92\x90\x49\x57\x81\x5b\x39\x89\xfb\x79\x76\xc2\xee\xa9\xe2\x5e\xaf\x95\xe8\x63\x6e\x41\xfa\x31\xbb\x2b\x74\xfe\xe0\xe7\xcf\xfe\x9d\xa9\x3d\x9e\x32\x86\xe4\x46\x13\x89\x17\xb8\xea\xb4\x25\xed\x1c\xd1\x3a\xd3\x29\x82\x06\xa5\x32\x0f\x66\x89\x1a\xab\xf0\xbb\x07\x38\x51\x97\x01\x87\xf8\xb9\x0a\xbc\x0e\xdc\xa8\x9e\x6d\x6a\xb1\x80\x70\x8e\x91\xb7\x18\x95\x1b\xa8\xc6\x65\xea\xf6\xe5\x3e\x22\x43\x17\x42\x75\x08\xd0\x66\x9d\x7f\xff\xa1\xda\x84\x6b\xfa\x97\xb1\xa7\xf9\x3f\x72\xa4\x25\x19\xd0\x6a\x09\xe1\x36\xfe\x76\xb1\x4f\xf9\xf7\x99\xe4\x27\x4b\x77\x14\x91\x2e\x8a\x5f\x3a\xdf\xa0\xf4\x8b\xfc\x9e\x3e\xd9\xd7\xe8\x29\x9d\x8d\x7c\xa7\x7e\x26\x3c\xd8\x43\xf8\x43\xc3\x79\xb1\xf7\xf9\x72\x7e\xb6\xf5\x1c\x47\xa8\x79\x46\xe2\x44\x8a\x94\xeb\x34\xa7\xdc\xe7\xf5\xcf\x17\x2e\xa2\xab\x67\x53\x06\x11\x32\xcc\x99\x4e\xdc\x7e\xea\x73\xe9\xf7\x0b\x0a\xdc\x57\x90\xd7\x66\xb1\x9d\xd3\xa2\x3c\x88\x3f\x66\xd1\xca\x8b\xd4\xf6\x8d\xec\x7c\x89\x47\xa1\x6b\xcb\x3a\x29\xbd\x9a\x07\xd0\xff\x6b\xb1\x74\x99\x38\xe9\x87\x0b\xdc\x37\x3c\x8b\xe7\x21\xac\x4a\x93\xbe\x49\xd8\x9d\x09\xf4\x89\xe1\x57\xf9\xbe\x7f\xf8\x55\x1f\xc2\xa5\xc2\x6b\x56\xd0\x99\x27\x3c\x72\x03\xe5\x2a\x61\x37\x0a\x29\x97\x0d\xb3\x3d\x46\x19\xca\xf2\xd1\x57\x48\x89\x7e\x99\xe1\x03\xc2\x2d\x42\x54\xfe\x64\xdd\x18\x71\xbf\xdd\x47\xf0\xc4\x3c\x04\x8e\xe3\x2e\x78\x20\x73\x7f\x90\xc6\x2c\xb5\x29\xb4\xea\x52\xd3\xa7\x92\x1f\xac\xd9\x6b\xcf\xaa\x22\xfe\xcc\x73\x0a\x49\xe4\x3e\x41\x4b\x77\x2c\x20\x3c\xca\x43\xf4\x4f\x71\xed\xcd\x3c\x27\x99\x07\x63\x5d\xc4\x4f\x6d\xa2\x46\x00\xcd\xcb\xa8\xd2\x10\xb2\x66\x50\xe4\x72\x8a\x37\xdd\xb2\x59\x57\xa0\xd1\xdc\x68\xb1\x53\xaf\x12\xf3\xb0\xaa\x80\xef\xfb\xaf\x74\xd6\xa2\xef\x1d\xb7\x89\x23\x6d\xdc\xaa\x59\x64\x77\xdc\xd5\x45\xe4\x79\xab\x96\x45\xa8\xb0\x87\xae\x23\xc4\x7c\x55\x51\x3e\x71\x96\x57\x7a\x1e\xa0\x15\x1d\x5b\x79\x91\xfa\x67\xc4\xac\xfd\x69\x2c\x3f\xc1\xdf\x99\xc9\x22\xe2\xa1\xcc\xff\xa8\xd5\x45\xd1\xe4\xd1\x7b\xbc\x34\xa6\xab\xcc\x20\xbc\x32\xa9\xf5\x1c\xb2\x23\x36\x99\xfd\x7b\x99\x21\xf3\x22\xfc\xcb\x3c\x09\x3d\xf1\xf6\xf0\xa6\xd9\x77\xf7\x5b\x4a\x51\xc8\xd1\x99\x75\x42\x66\xb8\x32\x4f\xc0\x7c\xcb\x72\x5a\xe5\x46\xd7\xc3\x89\x37\x31\x2c\x2a\x8a\xe6\xb7\xef\xc9\x15\x14\x4f\xda\x3f\x5c\xc9\x27\xd4\xa3\xab\xc5\x0d\x8f\x14\x4d\x05\x5a\xf7\xc9\xe7\x3a\x51\xa4\x4d\xa9\xd4\xa4\x4f\x48\x51\x19\x47\x7d\x93\x52\xfa\xd8\x51\xc4\x4d\xd9\xeb\x49\x48\x59\x4a\x00\x23\xf2\x29\x36\x29\x14\x1f\x52\x5a\xf3\x59\x26\xf9\x4d\x39\xc5\x85\xa4\xb8\xb3\x84\x5b\xad\x09\xfa\x81\x7e\x9f\xd4\xeb\x37\xda\x01\x12\xa3\x3e\xd3\x13\x5e\xd9\xb8\xa6\x1e\x5f\x68\x99\xc0\xb5\x82\x88\x17\x92\x54\xed\x42\xcf\x39\x36\x91\xfb\x04\x85\xbd\xf1\xa0\x3c\x31\xa8\xb9\x37\xb1\xb0\x16\xa7\xf9\x51\x86\xb9\xc0\xcb\x9f\xa2\xb4\x73\x9f\x10\x42\x87\x66\x79\x85\x93\xca\xbe\xb5\x79\x24\xb1\x93\x4c\xed\x63\x68\xf6\xf5\x23\x62\xe9\x24\xaa\xf5\x84\xd1\x58\xf5\x31\xab\x09\x65\x6a\x93\xb8\x76\x34\xdb\x9f\x26\x4e\x66\x19\x95\x3c\x0f\x19\xc6\x3c\x0f\x99\xaa\xbc\x43\x67\x24\x1b\x97\xf1\xc8\x2b\x73\xe3\x8d\xf9\x94\xa1\x6d\x6c\xc3\x9d\x6b\x32\xb5\xd7\xd0\x8e\xbc\x49\x83\x15\x27\x32\x36\xed\x71\x94\xc6\x0d\xfb\x2b\x49\x3f\x62\x63\x8b\x5b\xb4\x22\x37\xe8\xfd\x42\x67\x86\xf4\x21\x9f\xe9\x73\x52\x04\x6f\x30\xe1\x26\x8f\xf2\xbc\x70\xbf\xa0\xb8\x8b\x0b\x09\x87\x0b\x7f\xc9\xcf\x3b\x78\x2e\xf7\xcb\xf1\xf5\x0e\x24\x2f\x5d\x78\x3c\x84\x3e\xcd\x75\x5b\x38\xf1\x7f\x1c\x02\xa3\xa9\x42\x31\x1d\xab\xe8\x6b\x4f\x36\x5e\x45\x7e\x60\xe2\xc1\x7c\x98\x91\xa7\xd7\x12\x9e\x37\xb0\x2a\x99\x4e\x64\xdd\xbb\xaf\x23\x82\x6e\x8b\x3c\xb9\x4f\xd4\xe6\x46\x3c\xe6\xe9\x2a\xd0\x99\xbd\x96\x0f\xf3\x6c\x30\x31\x67\x72\x87\xf1\x0e\x95\x3b\x7c\x2a\x45\xa4\xdc\xab\xee\xe4\x41\x5b\xd7\x06\xd3\x8e\x9b\xeb\x92\x40\x71\x32\x37\x82\x15\x29\xf2\x2e\x94\xd2\x27\xe6\x98\x54\x90\xa7\x66\x5b\x55\xd1\x93\xcd\xbe\xfc\x94\xee\xcf\x67\xd7\x70\xad\x29\xf3\x25\xdf\xb9\x91\x79\x31\x6b\xc5\x7e\x91\xb8\x8b\xea\x57\xa2\x1f\x56\x48\x22\xeb\x00\xf9\xcf\x0a\xa5\xbc\xd0\xeb\xd7\x08\x8a\xc6\xee\xc7\x57\x50\xdc\x77\xca\x62\xdd\xa3\x59\xcd\x13\xe8\xdb\x5a\x29\xac\xa6\x75\x61\x6a\xc2\xac\xc6\x31\xb6\xeb\x68\xfe\x74\x17\xa7\xd1\x2e\xd6\xaf\xfb\x06\xf2\x8f\x4e\xf7\x36\x91\xdf\x34\x6b\xbf\xa5\x80\xed\xdf\xe6\xc9\x63\xa1\xb7\x02\xed\xb8\x85\x7f\x77\x24\xcf\xd9\xf1\xf3\x20\xda\x27\x77\x04\x8e\x21\x85\x81\xc2\x12\x5b\xaa\x95\xee\x58\xe6\x4a\x67\xd8\xc2\x0b\x01\xf4\xf3\x1d\xbd\x56\x52\x8d\x64\x87\x5a\x06\xeb\xc9\xa8\xed\x32\xe6\x91\x91\xe5\xc2\xec\x2a\xda\xe1\x0a\x5e\x72\xbf\x9c\x82\xca\xf7\xc4\x6c\xdd\xd6\x8a\xed\xde\xd2\xbf\xa6\x1e\x2f\x26\x9d\xfc\x21\xec\x1e\xeb\x00\x05\xea\x70\x1c\xf3\x71\x67\x7e\x9b\x87\x1a\xf3\xfa\x5c\xef\x26\xd0\xac\x3a\x34\x4d\xa2\xdd\x7d\xea\x2f\xc9\x14\x47\xcd\xcf\xad\xa7\x13\xea\xb8\xc7\xdc\xdd\x4b\x6f\x6f\x26\x45\x71\x6d\x5d\xde\xdd\xfb\x24\x32\x5b\xa5\xa3\x0e\xaf\xe2\x26\x49\xdb\x45\xa5\x4f\xe6\xc3\x94\x66\x2b\x10\x8f\x49\xe6\xc3\x94\xfe\x32\x68\x01\xbf\x66\xfd\x87\x32\x35\x66\x70\x96\x66\xbb\xea\xf0\xcf\x97\x92\xbd\x65\x9e\xb1\x82\x2f\x93\xce\xba\x30\x6a\x8c\x77\x97\xf9\x1f\xa6\xf5\x53\x3c\xf3\x02\x31\x5a\x4a\xcf\xdd\x27\x7f\x2a\x49\x7d\xab\x8e\x2f\x74\x51\xb6\x0b\x1e\x6d\xde\xad\x9a\x2f\x78\x31\xcb\xce\x44\x53\xa5\xd6\xf7\xce\x0a\x62\xa7\x7a\xa1\x7e\x5f\x2c\xe7\x01\xa9\x84\x7f\xcf\xea\x98\x46\x95\x28\x1b\x83\x0c\x52\xad\x9a\x34\x7b\x13\xed\x93\x63\xef\x31\xff\x49\xd6\xc5\x19\x6c\xcd\x76\xf7\xea\xcc\x27\xf2\xf6\x8d\x76\x50\x05\x53\xb1\x77\x91\xd0\x3b\xf8\x8a\x0f\xe3\x2f\xf8\x30\x15\x03\x28\x63\x3f\xd4\xda\x80\x22\xd1\xa1\x76\x96\x11\xfc\x77\xdc\xe1\xed\xb0\xf1\x92\x2a\x7e\xcd\x91\xe8\xd0\x7c\x66\x62\x1d\x5a\xc2\x1d\x7b\x0e\xbd\x3e\x90\xc2\x3f\xbf\x48\xcc\x84\x03\xfa\x77\x88\x47\x73\x68\xe8\x1f\xb4\x53\xcb\xba\x28\xa5\xcd\x78\xdc\x65\x26\xe6\x85\xf8\xa5\x01\x53\xe2\x89\xad\xe8\xf3\x22\x89\xf2\xe0\x85\xe6\xa9\xc4\x6a\x76\x8d\xe7\xf5\xec\xe8\x9d\x41\xd1\x76\x3a\xd8\x5e\xcb\x48\xe6\x85\x98\xda\x6d\x25\x3f\x18\xbd\xb4\x80\xd4\x8d\x86\x65\xb3\xdd\x83\x87\xee\xa6\x6c\xbf\x87\x1a\xb3\x54\xda\xba\x96\xd2\xc2\x53\xf0\x90\xed\xff\x8a\x0f\x53\xd2\x9e\x98\xfa\x15\x35\xfd\x0b\x78\xe4\x93\xd9\x49\x15\x73\xf2\xc8\x13\x37\x9d\xc8\x9e\x53\xed\x7d\x69\x1f\x3d\x19\xc1\x0a\x65\x27\x9a\xa6\x50\x5e\x75\xaa\x98\x71\xff\x53\xc5\xac\xd0\x71\xa2\xf4\x2c\xed\xb3\x27\x14\x7f\xa4\x7d\xf4\xc4\xa3\xdf\x28\x92\x1f\xff\xf3\x73\x16\xbe\xe0\x7f\xc8\x7d\x82\x4a\xa9\x8f\xf1\x92\x37\x82\x07\x14\x97\x1e\xcf\x7e\xc0\x7c\x18\x17\xaa\x30\x03\xb3\x3d\x73\x28\xfb\x9f\x76\x7d\x1b\x45\x61\xf3\x2d\x05\xe4\x9d\x26\xab\xb8\x12\xa9\x37\x62\x37\xe5\x19\xba\x6a\xdc\x27\xaa\x7f\x76\x39\x55\xe8\xba\x77\x2f\xa7\xfc\xba\xad\xe2\x41\xf6\x83\x13\x47\x44\xa5\x4e\xe6\xc3\x9c\x75\x16\xe3\x3a\x55\xf1\x9a\x95\x2e\xcf\x5a\xe8\xd1\x7e\x70\xf6\xa5\x39\xf9\xf3\x39\x53\x7b\x3a\x3f\x9d\xf7\xf6\xa6\xb8\x7f\x21\x22\x8c\xfa\x46\x5d\xd0\x4c\xa6\x95\x7a\xe1\xe7\x3c\xf2\xb8\x0b\xb6\x7b\x69\x3c\xf7\xfc\x54\x26\xff\xbf\x9b\xf4\x64\xce\x1d\x7b\x46\xf9\x59\xe5\x99\xb7\xb4\x73\x9d\x1c\xc3\x71\xf2\xa8\xe0\x47\x1d\xa2\x7c\xaa\x21\x0f\xc8\x55\x87\xfd\xdb\x51\x75\x1b\xad\x13\x3b\x9d\x42\x8a\x3a\x72\x7f\x2c\xb3\xd7\xbb\x89\x8f\x6e\xec\x56\x4a\xf1\x6f\x54\xea\x5e\x5a\x47\x5a\x76\xfb\xe9\x5b\xf6\x7d\x7d\x88\xf2\xf4\xae\x93\x38\x6a\xb5\x2c\x3a\x9e\x84\xff\xec\x17\x75\xf9\x36\x8f\x57\x74\xb8\x62\x73\x45\xa7\x0f\x79\xd2\x95\x34\x3e\xc9\x5e\x2a\x35\xa5\x0c\xfc\xf2\x2f\xb3\xc9\x43\xaf\xfc\xe5\x41\x3a\x30\x55\x45\x9c\x47\x54\x65\x25\x51\xa4\xae\xf2\xda\x42\xfe\x72\xe5\x65\x09\xe5\x9d\x55\x79\xac\x43\x78\xe5\xf7\x1b\x14\x77\x2e\x45\xdd\x3f\xc3\xef\xf7\x96\xf6\x91\xda\x3e\x41\xed\x78\x3e\x4e\x50\x9f\x98\x9a\x2f\xf8\x0f\x6a\xea\xc0\xc7\xbb\x40\x4f\xe3\xfa\xbc\x07\xb5\xe2\x3a\x9d\x83\x47\x6b\xb8\xfe\x2e\x9d\xed\x06\xbf\x01\x6e\xfe\x03\xe8\x3c\x66\xbd\x0b\xe9\x84\x26\xdf\xf3\x3f\x6b\xc8\xfa\x0f\xb2\xbe\xff\xb1\x2a\x60\xe6\x23\xe0\xd0\x7b\xbe\x43\xb8\xf7\x2d\xb0\xe0\x2d\x50\x7c\x0a\xf0\x9e\x0d\xec\x7e\xcd\x35\xf7\x5d\xb1\x40\x74\x6b\xc6\xed\xa5\xf3\xe5\xae\x24\x20\x63\x0e\x50\xf4\x06\xd8\x5e\xce\xf7\xe1\xa5\x99\x2f\xf5\x05\x4e\x9f\x03\xca\x0f\x02\xb7\x63\x80\xf2\x4a\xe0\xc9\x6b\x60\xdf\x7d\xe0\xaf\x99\x7c\x7f\xb8\xe6\xff\x03\xff\xaf\x11\x3a\x17\x9f\x57\x01\xdd\x86\x00\x1f\xda\x73\x5d\xf9\xcd\x66\xa0\x4b\xe5\xd7\xbc\x87\x07\x5a\x7c\xaf\xff\x07\x6f\xa0\xff\x27\xe0\x66\x15\xf3\x62\x2e\x27\x02\xc3\xac\xb9\xbf\x89\xde\x1d\xa0\xf2\x0f\xc0\xe4\x07\xe0\x68\x2b\x60\xd2\x5d\xee\xef\x30\x43\x11\xd8\xf3\x96\x79\x31\x7b\x96\x03\xee\x17\x19\xe7\x5f\x64\x05\x14\x2e\x03\x02\x6e\x03\x3b\x57\xf0\x3c\x14\x9e\x63\x6c\x6a\x67\x35\xb0\x69\x08\xdb\x53\x60\x08\xec\x7a\xc4\xdc\x87\x5d\x3b\x80\x53\x09\x40\xc9\x07\xe0\x66\x27\xa0\x38\x13\xa8\x5e\x05\x48\xd1\xe8\xef\x74\x60\xe7\x6e\xe0\xf3\x27\x60\x5b\xd0\xff\xcd\xff\x48\x69\xa0\x83\x21\xf3\x3e\x88\xf7\xa0\x06\xbc\x2b\xe5\xbe\x18\xcf\x9f\x00\xed\xad\xbf\xe0\x3d\xa8\x01\x5d\xdf\x00\xb7\xf5\x81\x3e\x2f\x80\xab\xd5\xdc\x3f\xe8\xd2\x2c\xc6\x75\xcf\xb4\x93\xf6\x0e\xa0\x22\x1a\x30\x3c\x02\x1c\x29\x00\x26\x59\x00\xfb\x63\x01\x9b\xd7\x40\x59\x1f\x60\xd6\x2d\xa0\x68\x03\xe0\xfa\x1a\x28\xbc\x0d\x78\xbc\x03\x0a\xee\xf0\xdd\xcc\xfc\x27\xdc\xe7\x7f\xeb\x18\x20\x3e\x84\xf5\xfc\xa5\x4c\x64\xbb\x01\x90\x3f\x96\xe7\x62\x8f\x21\xb0\x53\x9d\xb9\x46\x3b\x83\x81\x1b\xa6\xc0\xee\x63\xc0\x53\x4f\x60\x97\x22\xf0\xb7\x61\x1d\xfe\x9f\xf3\xae\x3e\xfe\x5d\x6b\xff\xf8\xff\x9b\xff\xf0\xae\x02\x68\x61\x01\xbc\x7a\x0d\xb4\x52\x04\xa4\xdc\xb4\x95\x47\x1d\xef\xe1\xc7\x44\xc6\x2f\x6f\xe9\x00\x3d\x5e\x02\x57\x34\x80\xbe\xd9\xc0\xc5\xef\x81\x21\x43\xf9\x19\xe9\x7a\x71\x1f\x13\xe9\x24\x5f\xee\xc4\xfd\x72\xca\x5e\x03\x96\x8a\xc0\xae\x54\x60\xba\x2d\x50\x98\xca\xb8\x7f\x81\x3f\xb0\x30\x17\xc8\x33\x04\x7c\x43\xf8\xee\x6e\x68\x77\x20\x67\x37\x10\xff\x1d\x90\x63\x07\xac\xb7\x03\xf2\x86\x02\x5b\xff\x05\xb6\x0d\xe5\x9d\x57\xfa\x7f\xa7\xdb\x88\xfe\x07\x1f\x81\xed\xea\xc0\xe3\x72\x69\x17\x04\x3e\x1a\x00\x5b\x73\xd9\x26\x59\xff\x45\xb6\x5f\xbe\x07\x5e\xcb\x7f\xb8\xf1\x05\xff\xa1\x05\xf0\x6f\x18\xd0\x68\x73\x1d\xde\xff\x52\x13\x50\xb8\x5c\xc7\xff\x90\x79\x0f\xb7\x12\x80\x36\x7a\xc0\x0d\x23\xa0\xc3\x12\xc6\x39\x7b\xa8\x31\xef\xa1\x6f\x35\x70\x72\x25\xa0\xf5\x9a\x79\x4a\xd2\x3a\xd9\x5b\x0d\x18\xaf\x03\x76\xed\x01\xcc\x8c\x80\xed\xe7\xb8\xaf\xbf\xf4\xfd\x9d\xd4\xf8\x0e\xfb\xfc\x6e\x40\xf6\x30\xc0\xe7\x15\xb0\x25\x9f\xb1\x2d\x29\x67\x96\x32\xf6\x4d\x47\x81\xf5\x4d\x59\x3b\x28\xbf\x12\xc8\xf5\x00\xf6\x5f\x67\xdc\x5f\x8a\xbc\x79\x4f\x80\x5b\x3f\xf3\xef\x1f\xbf\xe6\x9f\xff\x7d\xac\x0e\xff\x6f\x68\xff\xb7\x74\x10\xa4\x35\xa4\xd0\xaa\xae\xcf\x47\x43\xde\xc3\xc3\x9f\x01\xec\xab\xd3\x7b\xb8\x55\x04\x34\xd9\xce\x9c\x1c\xe9\xe0\x70\xc6\x8b\x75\x30\x4e\x46\x00\x6a\x63\x99\xff\xa5\xb1\x1a\x28\xbf\x02\xe8\xfa\x00\xbb\x4f\x00\x7a\x6d\x81\x42\x4b\xc0\xe4\x1d\xc7\x2b\x4b\x0f\x60\xcb\x55\xc0\xae\x04\x90\x76\x29\xb7\x5c\x60\xe3\x11\xc6\xe4\x32\x7e\x07\x42\x84\xee\x7f\xec\x53\x20\xa3\x09\xb0\xbe\x35\x90\xe1\xc6\xbd\x21\x64\xfd\x03\x29\x9b\xa9\xb4\x67\xbb\x7f\x3c\x05\x64\x6d\x06\x9e\xdb\x7c\xd1\x07\xa2\x81\xfd\xb5\x3a\x00\x02\xef\x0c\x75\xab\xcf\x03\xf8\xf0\xb2\xbe\xfd\xb2\xee\x87\xcc\x7b\x78\x28\xf4\xea\x1b\xf2\x1e\xbe\xab\xe1\x7e\x17\xa7\xcd\x79\xdd\x1c\xab\x06\x3a\x69\x73\x9f\x8f\x9e\xce\x40\xf1\x14\xde\x57\x0a\xaf\x00\xc3\x77\x00\x79\x4e\xcc\x7f\xc8\x39\x02\x98\x87\x32\xee\x37\x2d\x07\xd8\xf0\x10\x70\xf6\x06\xd2\x46\x03\x9e\xff\x32\x7e\x2f\x9d\xe4\xd7\x77\x05\x62\xd7\x02\xeb\xf6\x01\xeb\xe6\x02\x69\x11\xdc\x57\x2c\xed\x3e\x73\xe5\x24\x3b\x25\x1f\xcc\x38\x0d\xdc\x7e\x04\x6c\x70\x07\x9e\x47\x7e\x61\xff\xdc\x06\xf6\xcb\x3a\x08\x6b\x04\x1e\xde\xa9\x3e\x0f\xa0\x21\xff\xa5\xf6\x9e\xb7\xac\xfb\x21\xba\x86\xca\x78\xf7\x15\x81\xdf\x9e\xf9\x57\xf0\x1e\x7a\xf2\x7c\x1c\x1c\x0f\xb4\xbc\x01\xec\x19\x09\x74\x9a\x0c\x14\xde\x05\xd4\xcb\x80\xfc\xd6\x80\xd6\x22\xc6\xfd\xf5\x5e\x03\x9b\xba\x03\x13\x0d\x59\xd7\xc1\x46\x15\x90\x72\x63\x47\x6f\x20\x65\x18\xb0\xf0\x0c\xb0\xa6\x92\x2b\x76\x49\x6e\x40\xcc\x43\x20\x29\x0d\x48\x79\x57\xa7\x7f\x90\x7c\x18\xd8\xd7\x18\x48\xee\x05\x9c\x0e\x62\xbe\x9b\x14\xb3\x52\x3a\x02\xbf\xc5\x03\x49\x51\xc0\xe7\x4b\x75\xeb\xbe\xa1\x0e\x44\xc0\xa9\xfa\x78\xb8\xcc\x7f\xf8\x16\xff\x45\xf6\x83\x3b\xd6\x0d\xfc\x40\xe6\x7f\x88\x7e\x17\x87\x05\xee\xbf\x37\x0a\x68\xac\x04\xec\xba\x0c\xb4\xba\x0a\x6c\x33\x07\x3a\x4b\x7e\x3b\x0f\xe8\x9f\x07\x64\x3c\x66\xbe\xa9\xf4\x5c\x8d\x6d\x19\xf7\x37\x9f\x02\x24\xc4\x02\x76\x9a\x40\xbc\x3a\xe0\xe6\x04\xc4\xb9\x03\x7e\x36\x40\xc2\x3f\xc0\x8a\x76\x8c\x8b\xa7\x54\xf2\x73\xcd\xd9\x01\xac\x6a\x0a\xec\x59\x0b\xac\xfa\x17\xa8\x9c\x09\xac\x1a\x06\xdc\x5a\xce\xbd\xb7\xa4\x5c\x47\xb6\x3f\xa2\xc7\x7f\x3f\xf7\xda\x7e\x18\x22\x8e\xba\x55\xd5\xc7\xfd\x1b\xea\x7e\xdc\x83\x58\x0f\x02\xe7\xb9\x26\x54\x75\x65\xdd\x8b\x0a\xc1\x83\x38\x2c\xd6\x51\xa9\x39\x8f\xf9\xd5\x80\xe2\x6f\x40\xce\x5a\xa0\xad\xf4\xfc\xd3\x00\xb5\xcd\xc0\xba\x07\xc0\x90\x30\x60\x6d\x01\xef\x23\x52\xbc\x9e\xe4\x0d\xac\x7c\x0a\x4c\xcb\x03\x56\x8c\x07\xe6\x6a\x01\x91\xe1\xc0\xe2\x72\x20\x6a\x0a\x10\xb9\x05\x88\x5c\x06\xac\x7d\x04\x44\x0e\x05\x72\x77\x03\x91\x73\x80\xbd\x1b\x81\x88\xe9\xc0\xe9\x13\x75\x3a\x10\xe1\xab\x80\xe7\x6f\x80\xd0\x2e\xf5\xf9\x2f\xde\xc7\x79\x9c\xaf\x56\x9f\xf7\xe1\x20\xfa\x09\xd9\x7f\xe4\x51\xf6\x83\xa7\xb2\xee\xc7\xb7\xf8\x2f\x0d\x75\x2f\x44\xdf\x93\x72\x11\x4f\x77\xac\xe7\x71\xab\xa8\xb2\x6c\xda\x09\x34\xfe\x8b\xfd\xb6\x83\x33\x90\xb8\x1d\xe8\x53\x0a\xc4\xdf\x03\x86\xcf\xe1\x78\x3d\x4e\x07\x08\xff\x13\xb0\x4e\x05\x96\x97\x00\x4e\xa1\x40\x88\x39\xe0\x6d\x0b\x04\x39\xf0\xbe\x11\x7c\x9a\xe7\x2e\x50\x87\x39\x45\x41\x1d\x98\x73\x14\xf4\x3b\x70\x66\x31\x10\xd8\x09\xb8\xd3\x05\xf0\xcb\x63\x1d\xa9\x25\xb6\xac\x13\xb3\xc8\x4c\xd8\x2d\x78\x00\x4e\x42\x03\x67\x66\xc0\x7f\xf3\x01\xbe\xc5\x7f\x91\xfb\xbe\x54\x09\x5d\x90\xda\xbe\x27\xa2\xda\x2c\x9f\x9a\x8b\xc4\xcf\x65\xfe\xc7\x16\x11\x4f\xd3\xc4\xb8\x46\x05\x50\xfe\x0c\xc4\xea\x01\x5d\x9e\x02\x51\xfd\x80\xc1\xd3\x80\xd0\xeb\x80\xe1\x21\x20\xb8\x0b\x60\xe1\xc5\x1a\x39\xd2\x79\x6a\xc9\x7c\xc0\x33\x98\x75\x2d\xa4\x79\xf0\x33\x01\x92\x1f\x01\x8b\xc5\xde\xb8\xe8\x10\x50\x1a\x06\x78\x49\xf1\x61\x2a\xe0\xa5\x04\xfc\xd8\x04\xf0\xa8\x06\x5e\xf5\x00\xe6\xcb\x7a\x27\x13\xfe\x9b\xff\x61\xd9\xec\xbf\xf9\x00\xff\x8b\xff\x52\x6b\x7f\x03\xfe\x4b\x2d\xff\x43\xc4\x0b\x99\xff\x91\x29\xfc\x26\xf9\x1c\x8f\xab\x44\x15\x4a\x7a\xee\xd2\x79\x2a\xa4\x03\xd0\x3b\x11\x58\xda\x0a\x18\xde\x16\x58\x9c\x0c\x4c\xf4\x03\x16\x99\x00\x76\xd5\xc0\xc2\x83\xc0\x82\x02\xc0\x7d\x07\xb0\xcc\x1e\x98\x37\x9e\x63\xe4\xdc\xfb\xc0\x96\x4f\x80\xcb\x2c\xa0\xb4\x3b\xe0\x7c\x0d\xa8\x7c\x04\x38\xf9\x00\xb7\xe6\x01\x8e\x8b\x81\x17\x09\x80\xfd\x2b\xee\xf5\x23\xdb\x3d\xc5\xb2\x3e\xef\xc3\x38\xbc\x3e\x0f\x42\x7f\x85\xc0\xfd\x05\xff\xe5\xf6\xaf\xc2\x7e\x81\x32\x5d\x14\xcf\xb3\xb2\x3d\x8f\x47\x45\x3c\x95\xf9\x1f\xbb\x85\x6e\x44\x81\xb0\xbb\x21\xff\x63\xb5\xb8\x9d\x17\x2d\xf4\x52\x02\xf4\x80\x26\x9a\x80\xaf\x2f\xeb\x8f\x79\xfa\x03\x9a\x76\xc0\xbc\xcf\x80\x51\x3f\xe6\xe0\x4f\xb3\x06\x9c\x63\x00\xf7\x25\x80\xa3\x16\x10\xd2\x1f\x98\x35\x17\x48\x2c\x05\x66\xbc\x06\xb2\x1c\x81\xe9\xaf\x80\xd2\xe1\xac\x61\x78\xea\x3b\xc0\xfa\x1c\xf0\x7d\x3c\xaf\xad\x5f\xce\x00\x96\xeb\x81\xcf\x0a\x80\x99\x7a\x03\x7b\x85\xa6\xe4\xf0\x0a\xc1\x7f\xb8\x5c\x9f\x07\x51\xcb\xff\x10\xcf\x53\xe6\xbf\xc8\xf6\xcb\xfc\x8f\xf2\x93\x3c\xee\x12\xfc\x96\x02\x11\x2f\x1b\xf2\x3f\x92\x45\xd5\x69\x95\xd0\x15\x5a\x2e\xfc\x61\xb1\x58\x5f\xf3\x3d\x80\xb6\xd2\x73\xcd\x07\xfa\xbe\x01\x1c\x2d\x01\x03\x5d\x60\xe6\x4e\xc0\xea\x77\x60\xda\x30\x6c\x77\x5d\x0b\x58\x67\x29\x74\x0f\x6c\x0f\x4c\x31\x50\x70\x89\x7b\x06\x4c\xd6\x51\x98\xb0\xa9\x0d\x60\xba\x48\x41\x77\xf7\x66\x60\xc2\x34\x1c\x3b\x1e\x0a\x8c\x5b\x0a\xdd\xab\x93\x01\xe3\x9b\xc0\xc3\x37\x80\xd1\x78\xe0\xef\xd9\x80\xfe\x68\xb6\x4f\xf7\x6e\x7d\xbe\xc7\xa0\xad\x3c\xf6\xb5\xe7\x51\xd6\x5a\xfc\x26\xff\x45\xe4\x0d\xfb\x97\xf0\xd8\x90\xff\x92\xf5\x03\xf7\xc9\xc9\x68\xad\x44\x33\xb7\xb6\xa0\x31\x55\x51\x62\x2b\x9b\x12\x6e\x13\xfa\xa2\x05\xed\xc0\xbe\xaa\x2d\x68\xe7\x75\x3d\xdb\x92\x94\x84\x66\xb8\xb5\xbe\xd3\xf8\x20\x60\xd3\xbc\xdd\xf2\xee\xa1\x80\x79\xe3\xf6\x23\x87\xda\x03\x13\xa1\x3a\xd1\xec\x11\x60\x1c\xd9\xa1\xb9\x63\x26\x60\xb8\xb3\x83\xa9\x6f\x36\xa0\xaf\xd2\x61\xfa\x8a\xde\xc0\x88\x3f\x3b\x78\xa6\x5f\x04\x86\x2d\x57\xfd\xbe\x30\x07\xd0\xed\xaa\x3a\xe3\x70\x2a\xa0\xdd\xab\x7d\xd9\xa5\xeb\x80\xa6\xa9\xca\x83\xfb\xe9\xc0\xe0\x78\x95\xf1\xef\xc6\x02\xfd\xcf\xb5\x25\x5c\xa2\xf7\xcd\x96\x5e\x54\x53\x78\xdd\x8c\xea\xf5\x5d\xcd\x9a\x90\x2e\x42\x87\x47\x8a\x74\xcf\xb7\xfd\x1b\x90\xfe\xc1\xff\xe2\xbf\xc8\xf6\x17\x7a\x2b\x51\xfd\x2e\x2b\xa0\x35\xe1\x7f\xe9\xcb\xdb\x53\x55\x31\x71\x7b\x07\x42\x95\x62\x5c\x3a\xf1\x6d\xf3\xb9\x3d\x68\xe7\x58\x2c\xf8\x12\x6e\xaa\x6a\xc4\xb4\x9c\x11\xd1\x8b\x32\x8e\x89\x9d\xfa\x50\x55\x65\x74\xbe\x86\x8d\x4a\x2e\x30\xfc\xa5\xc6\xd9\x01\x17\x14\x66\x6a\x87\xf6\xcb\x35\x9a\xaf\x38\x6c\x90\x45\xbf\x90\xe9\x0f\x14\x3f\x68\x5c\xe9\xa7\xec\x31\x55\x69\x6b\x6f\xa5\x7e\xd6\x61\xfb\x95\x8a\xd5\xfe\xd2\x78\x96\xfc\xaf\x92\x77\xf7\xdd\x1a\x4e\x5b\x57\x28\xfe\xdd\xf5\x9e\xc6\xe4\xfd\x6d\x14\x4d\xbb\xec\xd5\x68\x7c\xfe\x8c\x82\x59\xe7\xc7\x1a\x3d\x7f\xda\x07\x74\x1a\xdf\xd7\xe4\xf7\x87\x80\xea\xce\x3e\xdd\x25\xfb\xda\x3e\xeb\x41\xf7\xf1\x5a\xbf\xef\x7c\x5e\x1a\x95\xf3\x3b\x90\x2e\x4c\xb3\xc0\xb6\x84\x7b\x37\x4e\x6e\x45\xf7\xe0\x65\xfe\xc7\xf1\xf5\x8c\xaa\xc8\xf6\xef\x2e\x6d\x46\x55\xe3\x6f\xf2\x5f\x8c\x18\x96\x8b\xae\xd6\xa0\xfa\x5b\x48\xee\x40\xaa\xba\xfb\x7a\x0f\xa6\xe7\x3f\xcf\x42\x93\x18\x52\x76\xcb\x74\xc9\xe3\x26\xbd\x19\x4a\x55\xc5\x51\xe9\x23\x28\x82\xf6\xbb\x38\xea\x65\x33\x1b\x40\xfd\xac\xde\x31\x75\x03\xec\xef\x66\xa2\x5f\x38\xea\x21\xb6\x75\xf2\x36\x68\x6b\x3d\x0e\x68\x9f\xa4\x7f\x66\x5e\x21\xd0\xe6\xb5\x7e\x42\x88\x29\xd0\xf2\xb0\xfe\x98\x35\xba\x80\xb2\x89\xde\xf8\xec\x8b\x40\xd3\x47\xa3\x0a\xf7\x04\x02\x8d\x7f\x18\xd5\xef\xcc\x70\x40\xe9\xdc\x48\xbf\xdb\x95\x80\xa2\xf3\x88\x75\xbf\x69\x03\x0a\x1d\x87\xcf\xe6\xba\x93\xb6\xb8\xc7\x3c\x50\xf4\xeb\xee\xfb\x9e\xc7\x5e\xda\x3c\xf6\xa0\x7e\x49\xc7\x0d\x15\x08\x3d\xaf\xd3\xbf\x69\x47\xba\xc5\xdb\x66\x77\xa7\xc8\xb1\x29\xaf\x27\x55\x53\x53\x47\x72\xbf\x94\x84\x3d\x43\x68\xa7\x8d\x9a\xa6\x45\xaa\xe9\xc1\x77\x86\x8d\xe1\xe7\xcf\x7c\x01\x77\x75\x7d\xca\xcc\x66\xab\x70\xf5\x7d\x4a\x0b\x23\xaa\x36\x1a\x6e\x32\x21\xd4\x69\x50\xe9\x84\x0b\xd2\xd8\x7e\xd3\x24\x9a\xaf\x16\x45\x93\x03\x3a\x35\x07\x9a\x54\x99\x6b\x69\x17\x00\x0a\xe7\xcd\x7b\x99\x4d\x96\x7e\x33\xd9\xd1\xb9\x0b\x8d\xfd\xfc\x89\xab\x3b\x69\x6d\x3c\xc5\x26\xb3\xdb\x9b\x89\xf3\x3c\xb1\xb2\xb8\x9a\xc7\x4a\xbe\x51\xac\x72\x93\x66\x7a\x7c\xea\x73\xbe\x49\x28\xf3\x3f\x72\x78\x1c\x25\xee\x65\x0d\x15\x78\xaf\x96\xf8\xfd\x20\xea\x8f\xb1\xbf\x57\x6b\xfa\xfe\xc5\x43\xf8\xd6\xfd\x36\x23\x35\xaa\x1e\x67\x0e\xec\x4f\x19\xe6\x3a\x1b\x2d\xc2\x6d\xe2\xdf\x70\xd5\x30\xaa\x4c\x9f\x70\x9a\xe0\xd3\xcc\x07\xf1\xf5\xe5\x84\xc3\x5d\x65\x1c\xfd\xde\x21\xd3\x8c\xfc\xc6\xaa\x9a\xd9\x1c\xe3\x1a\x4f\xa1\x3a\xf0\xd0\xa9\x56\xb4\x93\xf4\x9c\x66\x4b\xb7\x74\x9b\x2d\x9c\xb1\x87\x3d\x71\x66\x98\x0a\xe1\x39\x76\xd5\x7c\x9f\xd7\x2e\x81\x71\x7f\x3b\x1d\x47\xe2\x41\x4c\x7f\xb2\x24\x89\x57\x16\x23\x2a\x33\x06\xf2\xde\x3c\xcd\x9a\xfb\xa2\x4c\x4d\x3f\x41\xf8\x9d\x6d\xd5\x0d\xaa\x00\xdb\x38\x3d\x21\x0f\xb4\x39\xfe\x2f\xc5\x36\xf3\x1f\xd9\xde\x89\x96\x3c\x1a\xed\xe0\x71\xf4\xa7\x2f\xe7\xa7\x58\x47\x9d\xec\xcd\xaf\x64\x3e\x57\xa6\x21\xf3\x9d\x52\x8f\x0f\xa7\x6e\xe8\x09\x79\x86\x34\x3f\xd1\xd7\x19\x75\x0c\x5e\x61\xa6\x81\x2f\x75\x60\x84\x2e\x8a\x93\x1a\xeb\x47\x4c\x35\x62\x54\xd2\xd4\x99\xfb\xc8\xc8\x3c\x98\x81\xb6\xb3\x69\x05\x76\x5a\xe7\x2c\x94\xb5\xe6\x8a\xfb\x7a\xae\x3a\xaa\x62\xe4\x79\x98\xdb\x6e\xfc\x23\x7e\x6d\x4f\x15\xff\xb9\x11\x3e\xf4\x07\x2e\x65\x8c\x94\xcf\xf9\xc8\x7d\xed\x9d\x2f\x16\x52\xfd\xd5\x05\x5c\x11\x76\xb6\xba\x4c\x9f\xe0\x94\x55\x4d\x7e\xe1\xd8\xe2\x3d\xe5\x86\x33\x0f\xd4\xd4\xe3\x7f\x4c\x11\xfd\xfe\x27\x89\x7b\xac\x13\xaf\x4b\xe3\xb6\xa9\x83\xf8\xf9\x3f\x1c\xc9\xfc\x07\xd1\x07\x2a\xf1\xf5\x38\xfa\xb4\xd8\x4a\x53\x9a\x9f\xe5\x05\x96\xc1\x6c\xbf\x2d\x1d\x3d\x3c\xad\xa6\x6b\xf3\xb7\x60\x75\x82\xd9\x95\x0e\x14\x57\xa6\x4c\x61\xd5\x06\x99\x07\x33\x34\xd8\x95\x7e\xde\xfb\x96\x3b\xa1\x34\x6d\x0c\x16\x8a\x1b\x0e\xe2\xfa\x22\xbc\xca\x78\x1e\xbc\x2c\x06\xaf\xe5\xd7\xe3\x08\x19\xf7\x5e\xca\xb8\xbf\xb7\x09\xff\xe5\xa2\xbf\x23\xfe\xe6\xdf\xa7\x12\x3e\xe1\xa5\x93\x4f\x37\x4e\xbd\x66\x1d\xa6\x7a\xf5\xa2\x56\x7c\x06\x5c\xe8\x7d\x97\xfe\xc3\x82\x96\xaf\x76\xb0\xa7\xb2\xbd\x73\x8c\x79\x9c\x9d\xcf\xe3\x74\x7d\x1e\x6d\xbb\x48\xe3\x66\x6f\xd6\xc1\x49\xd3\x1e\x47\xcf\x35\x71\x3b\x57\xcb\x63\x55\xf8\x36\x6d\xd8\xe6\x69\xe4\xd7\xfe\x4b\x67\xb3\xfe\x43\x24\xb3\x33\x5c\xab\x9d\xb8\x0f\x4a\xe5\x5c\xc2\xef\xac\x0d\x18\x7d\x9b\xe8\x37\x9f\x50\x7a\xfd\x56\x0b\x09\x5d\x1a\x22\xec\xed\xa6\xce\x19\x44\xb3\xd1\x7e\x22\x03\x0d\xf8\x59\x8c\xb7\x3b\x50\xc8\x0d\xd4\xe1\x08\x1b\xd8\xc9\x88\xbe\x7f\xa0\xdb\x0c\x42\x3c\x82\x5c\x98\x61\x12\xa8\x17\x4a\xb8\x55\x40\xf0\xda\x72\xfe\xfb\xbc\x65\xfc\xff\xcb\xe9\x3e\xb0\xff\x9d\xb3\x84\x58\x2f\xdd\xf5\x03\x9d\x71\x96\x7c\x7c\x41\xb9\xbe\xaf\xd3\xe7\x0c\xfe\xe6\x6c\xf7\xbc\x93\x62\x5e\x04\x9e\xc5\xfc\x98\xb4\x60\x5e\x8d\x49\x3a\xac\xca\x12\x5b\x39\x9d\x56\x5f\x98\xd0\xfb\x59\x6a\xc5\x3c\xa7\xc5\xd3\x5d\xc2\x79\x76\x59\xff\xc6\xe1\xe8\x02\x3a\x99\xcb\x3c\x18\xf3\x38\xc6\xcb\x8d\x67\x7b\x93\xba\xfc\x30\x6b\x1f\xc2\xbb\xfb\x18\x30\x7e\xde\xe1\x40\x30\x65\x58\x0a\xbe\xcb\x45\xc6\x16\xf1\x37\x2b\x56\x45\x58\x31\x1f\x26\xa2\xc3\x60\xd2\x1d\x8f\x32\x30\xa6\x1c\x3e\x32\x66\x3a\xd9\x11\xf1\xc6\x9d\x70\xda\xf0\xb5\xcc\x2c\x89\xd8\xb1\xfa\x08\xbf\xce\xa2\x15\x1a\x61\x5c\xc2\x1d\x4b\xce\x9f\xa4\x27\x10\xa6\xc6\xfc\xa0\xd0\x8d\xcf\xc8\x23\x97\x19\xfe\x4d\x4f\xd8\xbf\x82\xed\xf6\x1d\x5f\x53\x4f\x17\x65\x81\x69\x0d\xf1\x1f\x6c\x69\xdf\x5b\x11\x3f\x93\x32\xc3\xf0\x4f\x73\xc8\xde\xe0\x85\xae\xf4\x2e\x72\x3f\xa8\x85\x2f\xd8\x5e\x17\xea\x9e\x0a\xd8\xb9\x2d\xa6\xdb\xd3\x96\x15\x82\x07\xa3\xc4\xb8\xb9\x81\x49\x10\x45\x2f\xad\xc4\x65\x64\x8d\xfa\xd0\x50\xca\xab\xda\x4e\x08\xcf\x62\xfb\x57\x08\x85\xc7\x55\x5b\x78\xa7\x96\xf9\x30\xab\xb6\x0c\xa2\x77\x8e\x57\x33\x2a\xe1\x71\x2a\xad\x48\x59\xa1\x25\x2e\x33\x90\x22\x6d\x42\xb7\x04\xfe\xbb\xcd\x9b\x09\xb7\x8a\x9f\x5e\x44\x08\xec\xca\x8f\x15\x34\xe3\xb1\x89\x97\x69\xfd\xc4\x26\x3f\xa4\xf8\x1b\x93\xfa\x07\x79\x70\x74\xaf\x9a\x7a\xfc\x8f\xda\x79\xa1\xfe\x83\x71\xde\xfc\xbc\x23\x89\xf5\x0f\x84\x54\xce\x23\x7e\x8b\xef\x73\x0f\x42\x8d\x3d\x9a\x2c\x22\x1c\xd8\x2d\xdd\x67\xa2\x34\xce\xca\xf4\xa3\xfd\x54\xee\x0b\x65\xbe\x36\x84\x9e\x96\x71\x19\xeb\xe0\x0c\x2f\x0b\xa7\xfc\x72\xa0\x6d\x34\x7d\xeb\x6e\xc5\x2b\x88\x37\xd1\xdc\x30\x5e\x81\xed\x97\xfb\x24\xa5\x54\x29\x3e\xe4\x91\x71\xde\x54\x13\x8e\x54\x29\x6a\x63\x69\x9d\xa4\x04\x32\x23\x2f\x45\x8d\xf9\x83\xa9\x3f\x06\x34\xa7\xd7\x15\x8c\x77\xa7\x54\x6d\x24\x65\x85\x54\xc5\x1d\x7f\xf2\x6b\xee\x07\x92\x94\x7c\x81\x72\xbf\xa4\x97\x3f\x93\x05\x49\xed\xff\xa0\xb1\x96\x17\x23\x78\x83\xb5\xfd\x82\x88\x1f\xb2\x62\xeb\xfc\xef\xf1\x45\x3f\x2c\xbf\x93\x5e\xc4\x93\x5e\x54\xb2\x84\xec\x76\xff\x35\x90\xbc\xca\xd1\x3b\x98\x3e\x75\x86\xc1\x72\x52\xdd\xb0\x74\x0a\xa3\x7c\xc8\x6c\x34\xdf\x3a\x37\x68\x19\x43\xdf\x46\xa7\x78\x25\xcd\xbe\xc6\xb8\x78\xda\x5f\x3b\x6a\xac\xa6\x2e\x35\xcd\xc6\x24\x0b\x05\x37\x99\x0f\x93\x69\x22\xf8\x30\xef\x59\x1f\x26\x23\x79\x10\x9d\x51\x32\xf2\x38\x52\x6f\xfc\xce\x9a\xfc\x3d\xe3\xbc\x0b\x79\x6a\x46\xa2\xdf\x35\xfe\xbb\x15\xf4\x4d\x32\x7b\xa5\xd3\x19\x39\xc3\xb3\x80\xf5\x63\x5a\x1f\x20\xbf\xc9\x1c\xff\x1d\xf7\x59\x6a\x79\x97\x98\x8a\x1b\x43\x7f\x27\x04\x31\x5d\xf0\xe5\x6a\x79\x31\x57\x79\xe4\x7e\x41\xe1\xe9\xbc\xae\xfd\x97\x2d\xa1\x44\x60\xb1\x21\xf3\x41\xe6\xeb\x07\x13\xbe\x2f\xeb\xe1\xcc\x9a\xcb\x7d\x92\xa6\x59\xf3\xee\x35\x79\x64\x2c\xc5\x41\x63\xc3\x04\xca\xa3\x47\xe6\xac\xa6\xf5\xa4\xb9\x84\x4f\x5a\xea\xdf\x25\x13\x8e\xab\x12\xc7\xe8\xbc\xd2\xc7\x0c\x07\xb6\x7f\xcb\x40\x1e\x73\x1f\xb0\x3f\xe4\x7a\x77\x22\x0f\xcb\x75\xe5\x4c\x2d\x77\xf8\x68\x7a\x22\x39\xeb\xa7\x50\x67\xbe\xdc\xe6\x4e\x94\x89\xe4\x29\xfa\x12\xef\x27\xd7\x25\x4a\x99\xc7\x75\x14\x57\x72\x0f\x6f\xa3\x78\x90\x67\xb4\x8f\xf5\x65\x1e\x9d\xa5\x1d\x2a\x3b\xfb\x16\x75\x60\xc8\x1e\xf8\x9c\xce\x0e\x59\x4f\xfe\xa5\xf8\x92\x21\x74\x94\xd6\xdb\xf1\xb8\x96\xfb\x3e\xf4\x0a\x14\xba\x70\x41\xf4\x2e\x9e\xda\xa1\x54\xc1\x77\x1b\x1a\xc9\x79\x81\xd0\xc3\x99\x71\x75\x25\xa9\xce\x58\xce\x4f\xa4\x93\xa4\xa9\x3f\x37\xa0\x1d\x9d\x9d\xc4\xf7\xfd\xe7\xa7\x12\xee\x3b\xb0\xf3\x7a\xb2\xbf\x7b\xe1\x46\xea\xba\xd0\xd6\x93\x75\x43\x14\x4e\x6c\x11\x37\xc0\xf2\xc5\x86\xb9\x43\x8d\x19\xcd\x32\x1f\xa6\xd0\x7e\x20\xf3\x62\x14\x0c\x68\xc7\xda\xee\x6b\x4e\xb8\xfe\xf6\xa5\x4e\x82\xe7\xc2\x3b\xce\x0e\x35\x56\x64\x2a\xf4\x5e\xeb\xc0\x23\x23\xd3\x3b\xd4\xf6\x70\x1f\x25\xd1\x3f\xa9\xc0\xf0\x1a\xd5\x4e\x0a\x36\x3f\x21\xde\x4c\x7e\xd4\x7b\xea\x60\xb5\x55\xbb\x86\xe2\x47\xd6\xa2\x9a\x2f\x78\x31\x7e\x7f\x32\x1f\xc6\xcb\x31\x82\x76\x9d\xf9\xca\x31\x94\x37\xcf\x55\x8c\x23\xf6\xb2\xac\x87\x33\xd5\x2a\x89\xfc\x7c\xf2\xd1\x64\xd2\xc5\x1a\x17\xca\xcf\x59\xbf\x62\x03\xad\x3a\x9d\x5e\x19\x64\x7f\xff\xd1\x9b\x68\x9f\xe8\x76\x94\x75\x24\x5a\x9f\xde\x2a\x2a\xdf\xf9\xe2\x24\x53\xab\x0f\xa3\xc6\xfe\x50\x7c\x8f\xf7\x8b\x32\xb5\x01\xb4\xd2\xca\xaa\x98\xd1\x5a\x9c\x6f\x4e\xf1\xaf\xf8\xae\x3d\x7d\xf2\x9e\x33\xde\xc4\xc4\x2b\xf3\x0f\xa7\x7d\xa1\xd4\x9b\x9f\x40\xe9\x81\x2d\x94\x47\x14\xaf\x2b\xa2\x9d\xae\xd8\xe7\x38\xed\xbb\xc5\xd5\xd7\xa8\x66\x54\xb2\xee\x11\xe5\x25\x45\x87\x5f\xd3\xc9\x61\x97\xd0\x85\x29\x10\xf1\x32\x8f\xce\x1d\x3e\xfb\x63\xe8\xc6\x81\x87\x43\x1c\x79\xa3\x9b\xcb\x6a\x5a\x8d\x0e\x47\x85\x1e\x4e\x04\xf7\xcd\xb1\xf1\xe6\x2c\xce\xec\x68\x06\x65\xad\xc6\xd6\x99\xe4\x6d\x7a\xef\xb7\xd0\xa7\x68\x55\xe7\x52\xdc\xec\xb3\x8e\x2b\x53\x9d\xdb\x16\xd0\x7a\x6a\x59\x24\x4e\xea\xe1\x45\x82\x2f\x59\xc7\x87\x51\xa0\x19\x39\x58\xcd\xba\x28\x07\x92\xfa\xb3\x2e\xcc\x29\xe6\x81\x1c\x34\xe2\x8c\xf5\xd0\x29\xce\x2b\x0f\xb6\xf4\xa4\xe7\xbe\xbf\x7a\xf9\x10\xfe\xf9\x6a\x3a\xf9\x1f\xfe\x63\x0b\xf1\x3d\x0e\x8e\x2b\x66\x5e\x4c\x87\x0a\x3a\x7f\xec\x6f\x79\x89\xe2\xcd\xfe\x73\xd5\x14\xb1\xf7\x2f\x78\x43\x3c\x81\xf2\x59\x6c\x7f\xb1\xe8\x43\xc8\xbc\x98\x86\x3c\xa0\xb9\x8a\xdc\x27\xc9\xe1\x2d\xf7\x7d\x9b\x1a\x97\x49\x15\x49\x2b\xa3\x2c\x5a\xa5\x13\x96\x31\x1f\x66\xec\x35\xee\x0f\x35\xc2\x39\x9f\xe6\x65\x48\x58\x21\x55\xb4\x7a\xeb\xec\xa2\x77\xef\x58\xbd\x9b\xf6\x59\xe5\xd0\x3d\xc2\xee\x7d\x62\xbf\xf8\x82\x0f\x43\x76\x9f\x68\xac\x4a\xfb\xe4\xf1\xfe\xfd\xa8\x06\x5e\xe1\xc4\x27\xb6\x93\x33\x27\xd1\x37\xa8\xb8\x35\x93\xd6\xc9\x49\x6d\xce\x44\x4f\xce\x65\xe5\xb2\xe3\x15\x71\xb4\x34\x4f\x3a\x6d\xa2\xf8\x79\x32\x79\x17\xed\x0b\x15\x35\x47\x98\x57\x53\xf8\x1d\xf5\xe4\xae\x98\x7a\x8f\xf4\x34\x2a\x16\xfd\x4e\x79\xa8\xdc\x3f\xe9\x60\x5b\x1e\xb9\xaf\x94\x67\x9f\xf5\xf4\xee\x6e\x8f\xd2\x69\x7f\x74\x1e\x90\x41\xbc\x7a\xbb\xd5\xcc\x0b\xb1\xd9\x9c\x4d\xde\x3b\xf9\x04\xfb\xf7\x04\x33\xae\x44\xc9\xba\x38\x43\xaf\xed\x22\x1e\xcd\xa0\x2d\x7c\xfa\x53\xbf\x52\x46\xf1\xa6\x43\xe3\x7d\x94\x47\x34\xdd\xb7\x5f\xdc\x94\x3d\x7a\x90\xc7\x93\x5a\x3c\x9e\x19\xc5\x95\x9c\x5a\x3e\xcc\xaf\x7d\x89\xe7\x75\xf6\xe5\x70\xf2\xc0\xb3\x33\x26\xd2\xfe\x77\x4e\x83\x4f\x28\x67\x23\x98\xe1\x79\x2e\x90\x95\x9e\xce\x6d\x89\xa3\x95\x78\xde\x3b\x83\x56\xdc\xb9\xbc\x1d\x74\x52\x3a\xdf\xe3\x50\x0e\xbf\xcf\x79\x3a\x67\x9d\x6e\x79\x9b\xf6\xa5\x33\xa7\x5e\x52\x9c\x3d\x9d\xfd\x91\xf6\x8f\xfa\xfd\x93\x3e\x7f\x02\xba\xb5\x01\xfe\x6e\x0c\x74\x7d\xca\x78\x46\x0f\xb5\xaf\x79\x0f\xb5\x3a\x07\xb6\x80\xc6\x13\xbe\xdf\x3d\x50\xb3\xae\xbf\xc1\x39\x27\x60\x44\x00\xd7\xf5\x0d\xfc\x41\x67\x1f\x23\x6b\x60\x7f\x31\xe3\x14\x7b\x7e\x00\x6c\x2e\x00\xd2\xea\x98\x59\x08\xec\x28\x01\xe6\xbc\x07\x0a\x7a\x02\x0b\x0d\x19\xef\x5f\xf2\x04\xd8\x1a\xca\x77\x70\xb7\x39\xb1\xde\x7f\x5e\x0a\xd7\x7c\xf3\xba\xb1\xe6\xfb\xf6\x2e\xc0\xee\x21\x40\x61\x28\x70\x78\x17\xeb\xfc\x5f\xcc\x62\x1e\xc5\x9d\x6a\x1e\x7f\x4d\x07\x76\x5f\x07\x3e\xbf\x62\x5c\xb9\xe6\x8b\xfb\xff\x5f\xe1\xff\x62\xfc\xe8\x0b\x74\xda\x0d\xbc\x7f\x00\x48\xf1\xea\x8f\x31\x80\xea\x62\xe0\x17\x7f\x40\xf5\x44\x1d\xef\x41\xee\xef\x70\x4b\x07\x50\xcb\x05\xae\x76\x05\x34\xcc\x18\xe7\x1c\xb8\x9e\xf1\x5e\x6d\x3d\xd6\xea\x18\xa9\xc9\xf7\xfc\xc7\x64\x02\x7b\x23\x01\xe9\xa4\x56\x74\x1b\xb0\x6c\x0e\xec\x88\x00\x66\xec\x05\x0a\x8a\x01\xa7\xe7\x40\xde\x4e\xc0\x3d\x51\xe0\xfe\xde\x40\xce\x45\x60\xb9\xc0\xb7\xa5\x7c\x29\xe7\x2d\x90\x5c\xc2\x98\xde\x96\x29\x75\xf7\xfe\xf3\x92\xb9\x87\x40\x81\x21\xf0\x9d\x2e\x50\x90\x05\xfc\x30\x96\x7b\x86\xfc\xd6\x0b\x28\x54\x65\x4e\x87\xac\x83\xd2\x10\xff\x97\xed\x97\xf1\x7f\x99\xff\xf1\xf6\x24\xd0\xe6\x20\xf0\xa2\x86\x71\xec\x5f\x8c\x80\x76\xd6\xc0\x83\x03\x40\xbb\x27\x5f\xf0\x1e\x7a\x00\xdd\x32\x81\xcb\xca\x80\xda\x6d\xe6\xbf\x68\xac\xae\xeb\x6f\x70\xc4\x0d\x18\x1a\xc2\xb8\xff\xe8\x5e\x40\xe9\x69\x60\x5c\x3c\x20\xf9\xac\xe4\x17\x05\xfd\x81\xa9\x21\x75\xb8\x7f\xee\x76\x60\x5e\x1c\xe3\xde\xd2\x7e\xb0\x39\x8d\xb5\xf8\xb3\xf6\x01\xb1\x96\x8c\xff\xaf\x5d\x04\x64\x7d\x64\x8c\x5b\x9a\x1f\xe9\x99\xe7\x96\x01\x47\xde\x32\xde\x7d\xde\xfa\x8b\xfe\x07\x2e\xc0\xab\xd6\xdc\x17\xa1\xe6\x3f\xfa\x60\x34\xb4\x5f\xc6\x01\xff\x39\x01\x34\xcf\x04\xde\x85\x03\x4d\x8f\xd6\xf1\x1d\x1e\x1f\x05\x94\xd7\x02\xf7\x7f\xe7\x79\x91\x79\x0f\x57\xe2\x81\xf6\x25\xec\x07\x5d\xdd\x81\xb3\x4b\x81\x9e\xd6\xc0\xf1\x3c\xa0\x7f\x22\x70\xb0\x23\x30\xc4\x16\xd8\x37\x97\x75\x41\x76\xb7\x66\x9c\x7b\x7b\x19\x60\xfa\x11\xc8\xbb\x05\x58\x0f\x05\xb2\xc3\x81\x59\x46\xc0\xe6\x33\x80\x94\x37\x6f\xea\x09\x78\x8d\x05\x32\xbb\x01\x41\x89\x40\xe6\x6c\x20\x26\x18\xd8\xf0\x0f\x90\x74\x87\xef\xc5\x4b\x73\xb2\xe9\x77\x60\xd7\x6e\x20\x4b\x13\x38\x52\xc9\x18\xd7\xa5\xee\x40\xf6\x4b\xe0\x67\x65\x9e\x17\x69\x6d\xe7\xcc\xf9\xbf\xed\x6f\xc8\x7f\xf8\x73\x00\xa0\xb4\xae\x4e\xef\xe2\x79\x15\xe3\xd7\xdf\xe4\x3d\xd8\x01\xca\x3b\x81\xb3\x16\x80\xca\x14\xe0\xa4\x3b\xd0\xd9\x09\x38\xe2\x04\xf4\xdc\x01\xec\x2b\x63\x5d\x21\xc9\x7e\xad\x6a\x60\x7b\x22\xa0\x77\x08\xd8\xe6\x05\x8c\xcf\x05\xb2\x1d\x80\x29\xa6\xcc\xd3\x98\x11\x01\x6c\xfc\x11\x98\xd3\x11\x48\x0b\x64\xbc\x7b\x7d\x6b\xc0\xff\x08\x6b\x05\x45\xdd\xe7\xfb\xf0\xd2\x89\x64\xbd\x0f\x90\xe9\x02\x6c\x28\x01\x76\x95\x00\x1b\xbd\x80\xc3\x9b\x59\xf7\xe0\x52\x4b\x9e\x8f\x47\xa9\x40\x96\x05\xf0\xce\x1f\xc8\x8c\x16\xf8\xbf\xf7\xff\x6d\xbf\xcc\x7f\x68\xc8\x7b\x90\x71\xff\x5a\xbc\x5b\xdc\x7b\xfe\x2f\xde\x83\x72\x1c\xdf\xbd\x57\x05\xaf\x03\x29\xae\x96\x9d\x62\x1e\xd9\xf6\x07\xc0\xa0\xfb\xc0\xb6\x63\xc0\x70\x07\x60\xcb\x70\xc0\xf0\x2c\x90\xb1\x01\x30\xdb\x07\xa4\xf9\x02\xd2\xf9\x41\xc6\xfd\xd7\x35\x05\x16\x9e\x03\xd6\x24\x32\xa6\x97\x6c\x2e\xe5\xfc\x40\xd2\x65\x60\xb5\x05\xf7\x41\x90\x7c\x22\xd5\x82\xb5\x04\xd6\x17\x00\x47\xca\x80\xf5\x36\xc0\xa5\x36\x52\xb6\xcc\xb1\x6c\xa3\x39\x73\xfd\x52\x17\x01\x35\x17\xbe\xd6\x41\xa8\xd5\xbf\x68\xd0\x07\xa3\x96\xff\xd2\x94\xc7\x6f\xf1\x1e\x6a\xef\xb9\x4b\x7f\x3f\x0c\x38\x71\x10\x50\x08\x06\x0e\x2b\x03\xcd\xa7\x00\xe5\xef\x01\x95\x4b\xc0\xae\x03\x8c\x63\x6e\xfd\x1e\xe8\x33\x0c\xc8\x99\x05\x68\x1d\x04\x36\xbd\x05\x0c\x1a\xb3\x4e\xcd\xb8\x6a\x20\x25\x84\xfb\x3e\x24\xfc\xcc\xb8\x7f\x62\xae\xb4\x77\x73\xbf\x03\x9f\x36\x7c\x1f\x3e\x7c\x05\x90\x50\x0a\x24\x76\x02\xe2\xce\x31\xd7\x23\x51\x70\x01\xa5\xf1\x50\x22\xb0\xc6\x17\xf8\xce\x18\x90\x4e\x71\xd5\xe7\x81\xa4\x10\xe0\x9d\x53\x9d\xfd\xb5\xfc\x97\x6f\xe8\x40\xc8\x78\xb8\x8c\x77\xcb\xb8\xbf\x3c\x0f\x72\xbf\x8f\x6f\xf1\x1e\xe4\x7e\x17\xe5\xc2\x5f\xa4\xd8\xd5\x64\x0c\x50\xa0\x0c\xb4\x1b\x0f\x64\xdf\x03\xba\x4f\x01\x36\x7d\x00\x06\xcd\x04\xd2\x8b\x81\xe1\x43\x81\xa4\xad\xc0\x98\x9f\x19\xff\x9e\xec\x03\xc4\xe5\x03\xd3\xf3\xd9\x4f\xa5\xb8\x19\xad\xc3\x3c\xc2\xd8\xa7\x8c\xf3\x4a\xa7\xba\x04\x75\x60\xc5\x79\x20\x33\x06\x88\xf1\x00\xb6\x17\x01\x31\x2f\x80\x43\xed\x80\xe8\xcf\xc0\x85\x4d\xac\x91\xf0\xa0\x14\x88\x6b\x02\xfc\x7d\x0e\x88\x14\x5a\x58\xb2\x0e\x84\xcc\xff\x90\x75\x20\x1a\xea\x21\xfc\x2e\xaa\xa6\xb5\xbc\x07\x71\x7d\xec\x2b\xfd\x13\xd1\xd7\xa2\x16\xf7\x77\xe5\xb1\x4c\xe0\x9b\x05\x62\x7e\x72\xc2\x39\xce\x6e\x32\x01\x54\x1d\x81\x34\x2d\xa0\xd7\x71\xe6\x7d\x68\xe9\x00\x71\x65\xc0\xa8\x54\x20\xd6\x0b\x98\xe8\x05\x44\x2a\x01\x56\xf7\x58\x13\x46\x9a\x87\xd0\x33\x80\xe7\x00\x20\x62\x25\x10\xba\x0d\x08\xef\x0e\xc4\x9f\x06\x22\xac\x80\x8c\x17\x40\x98\x0f\x63\x6a\xd2\x1c\x1d\x3c\xc6\x1a\x2a\x97\x4a\x81\xb0\x1b\xc0\x83\x72\x20\xfc\x19\xf0\xe1\x23\x10\xa8\x52\xff\xb9\xcb\x3c\x00\xb7\x33\x02\x0f\x17\xfd\x30\x66\xdf\x17\xb8\xbf\xf0\x83\x87\x62\x5d\xc8\xb8\xbf\x3c\x0f\xdf\xd2\xbd\xa8\xc5\xfd\xc5\xfd\xe7\x7c\xe1\x17\x59\xa2\xbf\xca\xfa\x2b\x40\xcb\x2b\x8c\xfb\x77\x5a\x07\xc4\x1f\x05\xfa\xbe\x00\x62\x14\x81\x61\x46\x6c\x97\xf1\x41\x60\x59\x09\x60\x11\x05\x04\xa5\x03\xb3\x1d\x01\x7f\x6f\x40\xca\x1b\x25\xff\x0d\xac\x06\x02\x5f\x02\x71\xb7\x80\x20\x3d\x8e\x01\x81\xcf\x98\x7b\xb7\xb4\x18\x38\xbc\x06\x08\xf8\x04\x5c\x9e\xc0\x7f\x2b\xc5\x87\x40\x1d\xe0\xc3\x25\xc0\x47\x49\xf0\x3f\x7c\xea\xf3\x3f\x64\xbb\x65\x3c\x5c\x1e\x1b\xf2\x5f\x1a\xf6\x7d\xa9\xd5\xbd\x90\xfd\x40\xe0\xb6\x32\xee\xbf\x43\x54\x97\x72\x05\xce\x9b\x29\xfc\x29\xf9\x04\xa0\x70\x9f\xb5\x4d\x5a\x3f\x04\xa2\x7a\x01\x6a\x71\x40\xa8\x2a\x20\x1d\x64\x42\x1e\x03\x86\xde\x80\xbf\x2b\x60\xb6\x93\x63\xa3\x9d\x0e\xe0\x63\x22\x9d\x75\x00\xef\x6b\x80\x7f\x05\xb0\xf8\x2e\x20\x9d\x00\x7d\xf2\x78\x1e\xbc\xca\x38\x57\xf2\xee\x0a\x1c\xbd\x02\x2c\xfa\x89\x63\xb7\xe7\x24\x9e\x07\x2f\x3b\xd6\x7a\x91\x9f\x7b\x43\xbb\x6b\xfb\x7f\x58\xd6\xe7\x41\xdc\xfb\x20\x9e\xbf\xe0\xbf\x34\xec\xfb\x72\x46\xf8\x8b\x8c\x7b\xcb\x7e\x50\x2c\xf0\x6b\x19\xf7\xcf\xb6\xe4\x31\x7d\x1a\x8f\x89\xc2\xaf\xa4\x7d\xaa\x89\x3f\xfb\x71\x47\xf1\xbc\x34\x2a\x01\xdf\xae\xac\xff\xb0\x68\x3b\x30\xde\x00\xf0\xd4\x61\xdc\x7f\xc1\x6b\xc0\xf5\x1e\xe0\xde\x1a\x58\x6a\xc5\x28\xc7\x8a\x93\xc0\x5c\x6d\xce\x05\x5c\x34\x81\xc2\x4c\xc0\x39\x92\x4f\x6c\x4e\x55\x3c\x0f\xd2\x9e\x23\xc5\x07\xe7\x77\xc0\x87\x2b\xc0\xac\xf1\xf5\xed\x36\xef\x5c\x9f\xf7\xd1\x90\x07\x71\xd7\xbf\xbe\xfd\x0d\xf9\x2f\x15\x65\xf5\xed\x2f\x1b\x22\xfc\x40\xf0\x80\x1a\xf2\x3f\xe4\xfe\x27\x71\x82\x07\x12\x2a\xf4\x62\x96\xba\x71\x3e\xb6\xe8\x33\xd0\x6d\x0b\xe0\x61\x0a\x68\x5d\x07\xdc\x9c\x81\x31\xe6\x80\xcb\xef\x80\x75\x3b\xb6\xcb\xa5\x8c\xf9\x1c\x7e\xea\xc0\x6c\x4f\xee\xc3\x38\x33\x95\x73\x8a\x19\x8b\x81\xc2\xc1\xc0\x0c\x57\xe9\xe4\x08\xd8\x56\xf2\x3c\xd8\x78\xb3\xee\xa0\xad\x1a\xef\x9b\x0d\xed\xae\xd5\xbf\xf0\x17\x3c\x88\x83\x3c\x6a\x97\xf3\x78\x5b\x8f\xbf\xe7\x55\xff\xfa\xf6\x9f\xd4\xa8\x6f\xff\x5e\xd1\x35\x54\xe6\x7f\xe4\x8b\x75\x22\xf3\x3f\xd2\x45\x15\x3a\x49\x74\x27\x8f\x15\x38\x7a\x88\x78\xbd\x48\x3a\xa5\x1f\x05\xdc\x52\x39\xdf\x70\xd6\x07\x34\x34\xb9\x07\xa3\xde\x04\xc0\xee\x16\x60\xfe\x19\xb0\xfd\x0d\x70\x38\x0a\xd8\xde\x03\x7c\xef\xb2\xa6\x50\x4c\x2e\xf7\xdc\x4a\xd7\x05\xcc\x7e\x03\x0a\xde\x00\xa6\x77\x80\x83\xb1\xc0\xc4\x4a\x3e\x67\x4d\xe8\x0b\xdc\x73\x01\xc6\x9b\x00\x7f\x4c\xa9\xb3\x7b\x64\x49\x7d\x7b\xfb\x9f\xe4\xb1\x9f\x32\x8f\x7d\x2e\xf1\x28\xf3\x5f\xce\x8a\x78\xd0\x90\xff\xd2\x90\xff\x21\xeb\x9f\xd4\xf2\x3f\x84\xff\x24\x8b\xee\xbb\xab\xe4\xdb\xba\x42\x5f\x63\x89\xd8\x67\xe6\x89\x7c\xc4\x5e\x19\x68\xf6\x1b\x30\xdd\x19\xe8\x11\x06\x58\xdf\x04\x74\x3f\x00\x16\xaa\xc0\xc4\xdd\x80\x59\x15\x30\xfb\x23\x30\x7e\x34\xe0\xad\x05\x18\x27\x01\x91\x49\xc0\x58\x63\x20\xf5\x25\x30\x3a\x08\xd8\x36\x11\xd0\x73\x02\xf6\x2d\x07\x46\x86\x03\xe7\xa9\x4e\x0e\xfc\xd8\x0e\x18\x96\x02\xbc\xbc\x01\x68\xef\x65\xfb\x06\xfc\x56\xdf\xde\x1e\x9f\x78\xec\xe2\xc7\x63\x67\xc1\xa3\xfa\x16\xff\x43\xb6\xbf\x21\xff\x43\x5e\x07\xe9\x82\x5f\x96\xa2\x29\xaf\x03\xae\xb2\x45\x6c\x67\x74\x26\x50\x47\x91\xee\xab\x79\xdc\x53\xa2\x4f\x70\xea\xaa\x44\x75\x2b\xcb\xe0\x26\x54\x35\x98\xf8\x6b\xb3\xb3\xaa\x9b\x00\xe3\x6e\xca\xcb\x07\x2d\x01\x46\x77\x6f\x39\xce\xb8\x19\x30\x72\x7e\xcb\xa2\xe9\x55\xc0\x50\xb5\x96\x3f\x2e\xdc\x05\x68\xed\x68\xf9\x22\xb4\x25\x30\x78\x7a\xab\x66\x49\xc7\x81\x01\x27\x5a\x16\xe4\x2c\x00\xfa\x75\x6d\x69\x59\xf6\x02\xe8\xdb\xa6\x45\x6a\xe5\x6e\xa0\xb7\xb9\xf2\xb6\x9b\x87\x00\xf5\xb5\xcd\x9f\xfd\x72\x1f\xe8\xd9\xb2\x79\xe6\x67\x37\xa0\xcb\xf2\xa6\x84\xdb\xa9\xea\x2a\x52\x5f\x83\x36\xe2\x9c\xd1\x6a\x15\x8f\xcd\x44\x1f\xa5\x5a\xfe\x87\xdc\xff\xe8\x1b\xfc\x97\xec\x52\xae\xa2\xc9\xfd\x7f\x92\xb7\x29\x53\x1d\x6f\xe5\x11\xee\xae\x1b\xaa\xda\x8e\xd4\x83\xfd\xd6\xb6\xa5\x9d\x73\x61\xbb\xf6\x54\xfd\x71\xdc\xaf\x4a\x75\x5a\xeb\x57\xdc\xb5\xdd\x28\xa7\x2b\xe1\x39\x3a\x9f\x7b\x18\x2b\x47\x02\x83\x9b\xaa\xb9\xf6\xb2\xc1\x54\x8d\x0d\x3d\x15\x46\xdd\xc1\x3e\xf5\x2b\x3d\x6d\x2d\xff\x51\xd0\xea\xbe\xad\xa7\x97\x6b\x80\xc2\xa8\x2e\x7b\x7a\x6e\x0c\xcc\x42\x50\xc7\xab\xea\x3d\x12\x46\x01\xaa\x9d\x7b\x2e\xdc\xbc\x08\x68\xe7\xa1\xb6\xb2\x58\x11\x68\xb3\xa4\xc7\xbb\x13\x83\x81\x56\xc1\x3d\xfa\x5d\x1f\x02\xb4\xf8\xa3\xbb\xe7\x13\x5b\x40\x79\x43\xb7\x17\x1f\x96\x01\x4d\x0e\x74\x22\x1d\x88\x46\x1d\xdb\x0f\xe7\xba\x4b\x6b\xea\x0f\x82\x99\x2d\x04\xee\xdd\xd4\x48\x1a\x8f\x77\x14\xf6\x0b\xbb\x4b\xb2\x98\x07\x22\xf7\x3f\xca\xae\x51\xa6\xea\xaf\xcc\x7f\x49\xaa\xee\x44\xf5\xaa\x95\x8f\xbb\x52\x35\x35\x3c\x54\x8d\x22\xa3\x7f\xb8\x3a\xe1\x3f\x0b\x7d\x7b\x51\x5d\xda\x39\xb3\x0f\xd9\x6f\xab\x39\x80\xfc\x62\x7c\xea\x00\xaa\xeb\xeb\xf6\xd0\xa2\xdb\x74\xdd\xd2\x74\x16\x61\x1e\xd0\xb1\xbd\xae\x47\xe7\x55\x40\xdb\xac\xa1\xd1\x3a\x4d\x81\x96\x7a\x43\x57\x9a\x19\x02\xcd\x74\x75\xaf\x38\x26\x01\x8d\x56\xeb\xbe\x59\x32\x08\x50\x98\xae\x7b\x2e\x96\xf6\x2e\x5d\x83\x8d\x54\xaf\xd3\x89\xdd\x49\x15\x44\x6d\xcd\x63\xf4\x73\xcd\x2b\x57\xa8\x32\x38\xe4\xfa\x43\x52\xa2\x19\xfc\xcb\x9f\xf4\x44\x06\x4c\x61\x7b\x7b\x0b\xbe\x83\x9a\xe0\x87\x74\x7d\xcb\xa3\x2a\xf9\xc3\xc1\x66\x5c\x1d\x2b\xf1\xe2\xdb\x73\x05\xbf\xb6\xa0\x6a\x6f\xd6\x2f\xaa\xf4\x7a\x83\x42\xb7\x56\x6c\xbf\x3a\xf9\x7b\xac\x0a\x77\x97\x0e\x7d\xd1\x9f\x54\x2b\xfc\xc1\x3c\x81\x85\xcf\x34\x29\x22\x38\x27\xeb\xd2\x4e\x32\x35\x9d\x9a\x4d\x63\x52\xab\x91\x54\x97\xd3\xbb\xa0\x4f\x78\xb7\x86\x0a\xa3\x34\xad\xf5\x8c\x44\xdd\x72\x9c\x51\x6b\x8a\x51\x26\x7f\x0f\xa0\x35\x39\x4e\x87\x91\x76\x93\xfe\xb3\x29\x76\x9b\xb8\xf2\x7d\x7f\xe3\xe5\x31\xb4\xf7\x18\x19\x6e\xa0\xd8\x3e\xb6\x67\x21\xd5\x5d\xc7\x04\x1c\xa6\x3a\xbc\xe1\x6f\x97\xe9\x5e\xd6\xe8\xa3\xf7\xe9\x9d\x0d\x5e\xbd\xad\xc7\xff\xd0\x7d\xc8\xa3\xa6\x3d\x8f\xfd\x3e\x7e\x39\x3f\x7b\xad\x04\xff\xa7\xbc\x3e\xff\x27\xbd\x9a\xcb\xcb\x49\xd5\x83\x28\x33\x88\x4d\x1e\x44\x27\x8a\xf0\x3e\xda\x47\xf9\xf9\x8f\xa2\x0c\xcb\x2b\x47\x9f\xe6\xc5\x25\x7c\x0c\xf9\xfb\x74\x70\xe2\x60\x1e\x69\x4c\xfe\x60\x78\x79\x1c\xcd\x83\xe6\x20\x33\x7a\xdd\x3d\x87\xf9\x21\x4a\xeb\x2c\x45\x26\x6a\xb9\xa7\x2d\xcd\x9c\x95\xc9\x40\xba\x31\x6c\xb9\xdc\x84\xd6\xa6\xa5\x27\x2b\x4d\x58\xbd\xf6\xa2\x5c\xd5\x72\x65\x24\xed\xd9\x53\xfe\x58\x4f\x7b\xd8\x94\x4f\x9c\xbb\x98\xdf\x3d\x40\x75\x4b\x0b\xcd\xef\xf8\xa6\xf5\xce\xbb\x84\x7f\x4f\x6a\xf1\x9a\xf6\xb4\x09\xe2\xde\xea\xd8\x7f\x79\x1c\x2d\xf0\x5d\x59\x17\x85\xe7\xa7\xf0\x1c\xeb\xc1\x6c\x8e\xec\x4b\x2b\x63\x5d\x14\xeb\xfa\x24\x5d\xe7\xe7\x1c\xab\x34\x92\xea\xae\x61\x6a\xa3\x1c\xf8\xf9\x8f\xa5\xcc\x51\xd6\x81\x71\xd5\x61\x1e\xcc\x2c\x67\x53\x62\xa4\x5a\xb9\x99\xd3\x89\xcc\x64\xa3\x15\xb1\x7b\x86\x4d\xb3\xa6\xfb\xdd\x1a\x41\x53\x69\x1e\x55\xa2\xa6\x5f\x61\xfb\x19\x4f\x07\xec\x77\xa8\x10\x42\x64\xff\x6a\x20\xcd\x90\x7d\x67\x9e\x49\x7b\x7f\xee\x48\x62\x6f\xc8\xca\x21\xb3\x13\xc3\x7c\x78\x4c\xe1\xd1\x6b\x2b\xf9\x85\x5d\x35\x2b\x49\xcf\x5c\x7a\x8e\x10\x98\x19\x2d\x6f\xd3\x3d\xc7\xe9\x76\xbf\x32\x33\xe5\xde\x67\x62\xb4\x4c\x11\xb8\xae\x99\x51\xcd\x7f\xe8\xc6\x6c\x51\xef\xcf\x7d\xa0\x2a\xd8\xee\x24\xa1\x8b\xb2\x72\xae\x1e\x9d\x28\xc2\x96\x1a\x13\x4f\x21\xc0\x77\x22\xa1\x41\x5e\xf9\x93\xc9\x0b\xdd\x1f\x58\xe7\xf3\xb7\xb4\x25\x3f\x9f\xaa\x2b\x78\x30\x9e\x33\xeb\xf1\x60\xb4\x74\x1c\xe8\xe4\xd2\xe3\x80\x03\xa1\x95\xcd\x57\x88\x44\x1d\xf3\x2c\x78\x74\x1b\xc5\x9e\x38\xcf\x6c\x20\x79\xe2\xbc\xf1\xdc\x71\xca\x7d\xf2\x34\xaa\x09\xb8\xb7\xe5\x3a\xb5\x6b\x51\x30\xed\x61\xae\xd5\x7c\xa3\xde\x2d\x35\x3b\x85\x5f\x97\x8e\xe7\x27\xc2\x37\x23\xe7\x6a\xdd\xa0\xdf\x3b\x7f\x7a\x4c\x37\x2f\x9d\x6e\x7c\xa0\x6f\xe8\xa0\xc1\x76\x4f\x13\xeb\xc1\x4a\xf4\x01\x61\xde\x50\x9a\xea\x70\x7a\x1a\xc9\x53\x0d\xb8\x1b\xcb\x51\x13\xca\x1c\x22\x61\x46\x6a\x13\x01\x8f\xcd\xe9\x39\xfa\x0c\xb5\xa5\xfd\x60\xde\xdc\xe9\xb4\x2e\x64\x1e\xcc\x74\xcd\xd9\x74\x5f\xd3\xfc\xcf\xfa\x3c\x98\xe1\xb3\xe7\x12\xee\xdf\x67\x9d\x2b\xeb\xbb\x17\xce\x27\x7f\xa9\xd3\x85\x59\x2c\x22\xf3\xe2\x6a\x9e\x07\x6f\x57\x56\x62\xf2\x76\x1d\x43\xcf\x7b\x71\x32\x7f\xe2\xe2\xd7\xfc\x0e\x3e\x0e\x81\xe4\xe7\x3e\xa9\xac\xa8\xe0\x53\xb0\x99\xf0\x09\xef\xaa\x22\xc2\x31\xbd\x7f\x38\x4e\x11\xca\xfb\xc5\x75\xd2\xef\x5e\xa4\xfb\x80\xfc\xc4\xb3\xf1\x3b\x56\x70\x11\xb8\xe6\x1c\x25\x1e\xed\x45\xbf\x1c\xd6\x45\x49\xa9\x64\xbf\x8e\xf7\x36\xbb\x8c\x2f\x74\x70\x42\x94\xa6\x11\xca\xe2\xfb\x71\x06\x65\x8a\x0b\xde\xda\xeb\xd3\x6c\xcf\x9d\x43\xa8\xe3\x2c\x8b\xb9\xf4\xa9\xd6\x6d\x5c\x09\x85\x31\xfd\xdb\x9d\xd6\x8f\x7e\xc0\x02\x52\xa8\xd3\xbc\xcc\xfd\x91\x7a\x4e\xf2\x22\xdc\xa2\xdd\x79\x1f\xb6\x3b\x5c\xd6\x85\x09\x16\x27\xba\xe0\xec\x0e\x34\x63\x41\x89\x8c\xf3\x06\x0e\x37\xa4\x19\x0e\x9e\x65\x4d\x71\x22\xa4\x92\x99\x36\x21\xab\xfd\x29\x87\x0b\x5a\x1b\xcb\x4a\x25\xed\x37\xd2\x5e\x17\xf8\x74\x3b\x7d\x62\xe0\x9d\x43\x14\x27\x03\x75\x2e\xb2\x72\x41\xc5\x4f\xe4\x57\x7e\x9f\x7e\xa3\x99\x5f\x22\x74\x61\x16\x89\x7e\x07\xee\x97\x6a\xbe\xd0\x45\x49\x58\xc5\x7a\x47\x31\x9a\x53\x69\xdf\x0b\xd1\x9e\x45\x68\xf9\x52\x63\x47\xca\x17\xbc\x04\x2f\xc2\x4d\xd3\x8d\xf2\x21\xfb\x23\xee\x14\xcd\x6c\xee\x30\x1f\x64\xf2\x6e\x4f\xca\x8f\x64\x1e\xcc\x08\xd7\xc5\xe4\xc5\xfd\x77\x2e\x21\xaf\xec\xba\x8e\xed\x56\xb6\x0a\x11\x78\x4e\xe8\x52\x1e\x23\xfe\x06\xe5\xe4\xb5\x7c\x98\xf7\x03\x69\xe6\xc2\x9f\xe9\xd3\xbd\xe5\xc8\xa1\x56\x14\xa9\xa2\x9a\x3b\xd3\x8c\x47\xe6\x2e\xa1\x77\x8e\x9c\x10\x45\x78\x66\xd4\x27\x0a\x03\x88\x0c\xcf\xa7\x79\x8b\xb8\x5c\x4e\x39\x6e\xd4\xe0\x0b\xb4\x44\xc3\x2a\x6f\x93\x4e\x4c\xe8\xfc\x67\xc4\x23\x0a\xf5\xfe\x44\xf3\x11\x38\xa4\x86\x3b\xdd\x68\x7c\x39\x2f\xd1\xd5\x76\x94\x11\x2e\x2f\xb0\x27\xc6\xb9\xdf\x45\x17\x5b\xf6\x32\xe6\x83\xb8\x0f\x63\x5e\x84\x53\x10\xfb\xf3\x74\x78\xd1\x6a\xb4\x72\xf3\xa5\x5d\xdc\xd4\x9f\x79\x3f\x06\xaf\x98\x2f\xa0\xf3\x69\x19\xbd\xee\xbb\x75\x19\xa1\x46\xaa\x57\xb8\x8b\x49\x93\x71\x11\xa2\x92\xb1\x42\xdc\x68\x88\x77\x50\xa2\x7e\x47\xb5\x7c\x18\x2f\xde\x89\xe3\x37\x1b\x10\xef\x27\xde\xc6\x92\x98\x68\x09\x19\xce\xf4\x8e\x09\x91\xdc\xb9\x25\xbe\x5f\x38\x45\xa6\x84\x17\xa9\xb4\x5f\x24\x0c\xcc\x23\x8f\x4d\xb0\xdc\x4b\xf1\x65\x55\xd1\x69\x62\x26\xae\x7c\x79\x93\x22\xdb\x4a\xc3\xa7\x34\x7f\x2b\x9a\xfd\x49\x11\xbe\x21\x2f\x26\x90\xd6\x45\x58\x15\xc7\xad\xa5\xdd\x5d\xe9\xf9\x2e\xf2\x5a\x40\xeb\x7f\xfe\xc7\x45\x14\xb6\x5d\xc0\x9f\x6e\x7f\x7f\x09\xe1\xd8\x72\x5f\x28\x73\x2b\xee\x9b\x63\x32\x69\x39\xed\x87\x23\x35\xc3\x29\x7f\xd2\xf4\x8e\xa2\x4a\x6f\xcf\x11\xd1\xa4\x42\xd1\x4e\x7f\x25\xe5\x21\xf8\x23\x41\x28\xb7\xd6\xf2\x61\x6c\x94\xe8\xa3\x65\x3e\xcc\xba\xb1\x03\x88\x2f\x99\x9a\x3a\x9a\xde\x31\xf5\xd2\x14\xda\xff\x52\xdb\x3a\x92\x3d\x29\x95\x4c\x18\x48\x7d\x12\x4e\x1e\xb8\xce\x6a\xed\x0c\x1e\xb3\x69\x9e\x52\x9e\x97\xf5\xe3\xf7\x3b\x49\x38\xdf\xda\x47\x57\xe9\x89\x25\xb9\x3c\xa2\xf5\xb1\xba\xec\x0d\x79\x74\x42\xdb\xfa\xbc\x18\xee\x17\x14\x34\x74\x21\x3d\xd7\xc5\x8f\x3d\x89\xa5\xe5\x69\xe5\x43\xd9\x99\xdb\x3b\x3f\xfa\x6b\x47\xd5\x20\xfa\x54\xb9\x2f\xd4\x94\xef\x97\x3f\x67\x3f\x88\x22\xf4\xdd\x70\x40\x34\x79\xd9\xd0\x67\xb1\xc4\x9f\x19\xd0\x67\x15\xe5\x11\xdd\x6d\xe2\xc9\x0f\x5a\xdd\x5f\xcd\xfa\x1f\x65\x29\x22\x43\xdf\x20\x2a\xa0\x19\x67\x99\xff\x90\xd9\xa9\x03\x29\x30\x65\x24\x72\x9c\xcc\xcc\xd3\xa3\x48\xb2\xf1\x06\xe3\xdd\x19\x77\x99\xa1\x97\x91\xc8\x7d\x72\x32\xf3\x42\x69\xa5\x66\xbe\x64\xdc\x3f\xd3\x30\x8b\x32\xd5\x8c\xa8\xdd\xe4\xc1\x19\xed\x8e\x51\xad\x68\xe3\xd9\x2a\x7a\x52\x1b\x4f\x54\xd3\xd9\x2f\x3d\xe1\x35\xf5\x4d\x49\x8b\xf9\xfc\x89\x9f\x47\x0d\xc5\x59\xe6\xc5\x2c\xc9\xf1\xa6\xe7\xe3\x51\xe5\x47\x5e\x36\xdf\x3f\x98\x66\x51\xe6\xc1\xcc\x7c\x15\x4e\x27\x46\x1b\xad\x28\xfa\xdf\x93\x3f\xad\xa0\x2c\xc6\x58\x6b\x25\xb1\x13\x46\x55\x24\x50\x1e\xa5\xa5\x98\x48\x7f\xd7\x37\x30\x89\xce\x1b\x9d\x9b\x25\x93\x55\x2d\xb4\xd6\x89\xbc\x71\x43\x39\x8f\xb5\x7c\x18\xd7\x46\xc4\x9c\xc9\xb9\xdc\x91\x95\xcc\x5a\xf4\x27\xfb\xf3\xda\xeb\xd1\x0a\xcd\x29\xe0\x1d\x2b\x27\x67\x16\x9d\xf5\x73\xa3\x3d\xe8\x2c\x9c\x53\x1a\x42\x9f\x98\x37\x24\x91\x76\xde\x5c\x6d\xee\x40\x95\x6b\xbe\x93\x4e\x70\xb9\x8a\x5c\x2b\xc8\xb6\x3a\x4f\x67\xfe\x5c\x8f\x7b\xe4\xa9\x39\x45\x2f\x89\xd9\xb6\x25\x9d\xfd\x41\xd6\x45\x61\x5e\x8c\xf7\x91\x00\xf2\x63\x0f\xd5\xe5\x14\x7d\x5d\xa6\x84\xd2\xee\x54\xab\x87\xb3\x8b\xa3\xb3\xc5\x47\xee\x1f\x33\x71\x5f\x02\xb1\x1a\xc7\x54\x25\xd1\xd3\x1c\x11\xb9\x96\x78\x60\x9a\x2a\x6c\x6f\xef\x8d\xfc\xbc\x3b\xaa\x65\x50\xd6\xdb\xac\x5d\xe6\x4a\xb6\x3b\x7b\x18\x8f\xf9\xa2\xc2\x5b\x68\xa1\x44\x33\x53\xb0\xae\x23\xf9\x71\x61\x61\x7f\xee\x70\x68\xc0\xfd\x2f\xb6\x5f\x30\x23\x3b\xb6\xb7\xb3\xa3\x14\x7d\xfb\x73\xee\xe4\x56\x30\x9b\x15\x7c\xb6\x2f\x62\x26\x96\xac\x13\x53\x98\x59\x48\xdf\xb0\xf0\xfb\x83\xc4\xf0\x2e\x30\x3c\x4b\xbf\x2f\xe8\x72\x9b\xf8\x10\x05\x3d\x9f\x93\xfe\x5e\xc1\xcb\xcf\xd4\xd1\x2d\x57\xf0\x8a\xb3\x36\x53\xfd\x7a\x65\x18\x45\x69\xb7\xd2\x28\x8a\x36\xce\xdd\x62\xe9\xdb\xcc\x4c\x8f\xa7\xf3\x93\xad\xca\x6a\xaa\x44\x4f\x6a\xc7\xbc\x98\x71\x3a\xec\xdf\x72\x7f\xa8\xa1\x4e\xe9\xe4\x6d\x83\xac\x32\xa9\x72\xd3\x73\x0f\xeb\x86\xb4\x3f\x9b\x4d\xd1\xaa\xc9\xab\xdc\xef\x85\xfd\x0d\xf8\x30\x25\x93\x94\xe8\x1c\x54\xf4\x90\xf5\x61\x4a\xf4\x98\xd9\x5c\xf4\x98\x33\xb9\xe2\x38\x53\xe2\x0d\x17\x2b\x73\x5e\x59\xdc\xcb\x9d\xe2\x67\x89\x88\xc8\xc5\x43\x98\x2f\x56\xe6\xcf\x3a\x31\xc5\x43\xb6\xd2\x73\x2e\x4a\xde\x4b\x19\x4c\x71\xda\x19\x3a\x43\x17\x39\x7c\x4f\x27\xc5\x62\xc3\x27\xb4\xbf\xee\xaa\x79\x47\x7e\xb4\xf3\x24\xeb\x3f\xe4\x13\xff\x7e\x7e\xda\x0a\x7a\x5e\x72\x5f\x2c\x87\x02\x56\x54\x9d\x11\x91\x4c\xa7\x37\xab\x81\xa9\x14\xc5\x4d\xff\x4c\x27\xbe\xf9\xd8\xb5\x19\x54\xa9\xd0\x4f\xdf\x4c\xcf\x5b\x7b\x11\xf3\x43\xfa\xb7\x60\x5d\x9c\xee\x36\xcc\x0f\x69\x17\x96\x4f\x59\x41\xe3\x01\x3b\x45\xc5\x66\xb7\xa8\x74\xec\x11\x37\x7e\x0e\x8d\x50\x24\xbb\xf6\x5f\xef\x40\x79\xc2\xfe\xd9\xfd\xc9\x23\xf7\xff\x3c\x82\x5e\xef\xbb\x3a\x81\xd6\xfd\xbe\x08\xce\x54\xf7\x79\xb9\x12\x83\xf7\xe0\x3b\x66\x2c\xee\x8f\x63\xc6\xda\x21\x9b\x34\x9a\xaf\x03\xa9\xdb\x68\x9d\xed\x5f\xb3\x87\x32\xfa\xfd\xc9\x9c\x5f\x96\x57\x70\xcd\xf9\xc0\xfa\x67\x94\x11\xef\x0f\xfd\x9b\x4e\x96\x7b\xbb\xb2\x3f\xb0\x7e\x8e\xcc\x83\x71\x7a\x9b\x4c\xff\x7b\xe6\xf2\x75\xc4\x7f\x9a\xaa\x9e\x46\x51\xdc\xe2\x7c\x06\xed\x36\x13\xc3\x36\xd1\x7e\x37\xc6\x67\x0b\xc5\x81\x51\xa5\xcc\x0b\xd1\xd6\xce\x27\xef\xee\x7b\x8c\x4f\x3d\xdd\x6d\x76\x53\x16\xa7\x12\x53\x44\x51\x5a\x69\x5d\xa9\xb8\x09\x58\xde\x96\xc7\x5a\x3e\x4c\x13\xc5\x4e\x3c\xb6\xa7\x78\x76\x4c\xad\x2f\xd9\x71\xbc\xff\x30\xfa\xbe\xc7\xaa\xc6\xd3\xcc\x1d\x4f\x9f\x46\x27\xe0\x8a\x50\x57\xfa\xa4\x8a\x95\x7e\x14\x57\x8f\xfd\x1c\x45\x33\x5f\x31\x35\x95\x66\xb6\xa2\x24\x97\x22\xd6\xf1\xfc\x32\x9a\xbf\xe3\x91\x27\x29\x53\x3e\x16\x7e\x8d\x32\x96\x63\xbd\x1e\xd0\xff\x3f\xe6\xf3\x96\x9e\xe8\x11\xc1\x97\x63\xfd\x1c\xb9\xcf\xc7\xcb\x50\xa0\x53\x15\xf0\x5c\x07\xe8\x14\xfd\xdf\xbc\x87\x1e\x2f\x81\x6b\x6d\x80\xbe\xbe\xc0\xc5\x09\x80\xc6\xe3\xba\xfe\x06\x15\x46\x80\x6e\x25\xe3\x9c\xc3\x75\xf8\x5e\xa7\x74\xc2\x96\xf5\xfd\x77\xd8\x02\x16\x2f\x19\xaf\xb7\x3e\x01\xe4\xf9\x00\x0e\x3f\x02\xd9\x46\x80\xeb\x75\x60\x8b\x23\x20\x9d\x2b\x37\x7b\x73\x4d\x3b\xeb\x06\x10\xe5\x0a\x6c\x3a\x0e\x24\x2e\x06\x36\xcd\x05\x36\xb4\x01\xb6\x74\x06\xb6\x4e\x63\xfc\xbf\x4c\x8d\xf1\xed\x8a\x1a\xd6\x89\xb8\xbe\x14\xc8\x4f\x06\xaa\xe7\x02\xdb\xda\x01\xbf\x9f\xa8\xd3\x3f\x68\x88\xff\xaf\x33\xaf\x8f\xff\xfe\x91\x0b\xb4\x77\x00\x5e\xb9\x01\x6d\x7b\x02\x4f\x56\x01\x2a\x63\xbe\xe6\x3d\xdc\x88\x62\x3c\xe6\xca\x72\x29\x47\x04\xce\xe5\x03\xbd\x82\x81\x33\xa7\x81\x01\xd7\x81\xa3\xb7\x00\xad\xc3\x75\x7a\x07\x25\xe6\x80\x9e\x05\xb0\x23\x80\xfb\x3e\x48\xd1\x61\x92\x37\x90\xb7\x82\xfb\x75\x67\xf9\x00\x33\x87\x02\x5b\xec\x01\x37\x2f\xd6\xf5\xf7\x50\x03\x32\x42\x80\x80\xce\xbc\xbb\x86\x67\x01\x19\x4e\x40\x42\x28\xb0\xd1\x09\x48\x5b\x5e\x77\xef\x3f\xf3\xa5\x98\x07\x1b\xd6\x5e\xc9\xd9\x01\x5c\x8f\xa9\xeb\x7f\x90\xf7\x1a\x78\x67\xf7\x35\xfe\xdf\x10\xff\x96\xf9\x0f\xaf\x5f\x00\x2d\xac\xbf\xe8\xf3\xb1\x17\x68\x6e\xcc\x7d\x5f\x5a\xa8\xd7\xf1\x1e\xae\x75\x01\xda\x6b\x02\xe7\xab\x19\x87\x38\xa5\xc3\xba\x29\xc7\x6e\x03\xea\x0e\xc0\xc1\x79\x40\xdf\x87\xc0\x5e\x7f\xc6\xfb\x77\xf6\x60\x7c\x42\xee\x73\x20\x3d\x97\x89\xd7\xb9\x8f\x83\x45\x09\x6b\x9d\xcc\xf0\xa8\xc3\xfd\x37\x98\x30\xde\xbd\xfe\x33\xe0\xd7\x83\x71\xf0\x30\x35\x20\x4d\x81\xef\x6e\xa7\x69\x03\x69\x3f\xf3\xfd\xf8\xbc\x38\x20\x23\x0f\xd8\x53\xca\xb8\xd1\xa9\x5e\xec\x47\xd7\x23\x81\xcd\xd7\x81\x47\x05\xdc\x3b\xe4\xcf\xea\x3a\xfc\xff\x7f\xf5\x81\x78\x55\x00\x28\x3d\xfb\x9a\xf7\xf0\x53\x53\xa0\x49\x2a\x70\x7d\x2d\xd0\x6c\x3f\x70\x79\x25\xd0\xfc\x3c\x70\xfa\x06\xd0\xfa\x0d\xfb\xa2\xe4\x27\x87\xfd\x80\xae\x93\x80\xbd\x39\x40\xaf\x53\xc0\xce\x2c\x40\xe3\x19\x50\xb8\x8d\xe7\x63\x6b\x12\xa0\x97\x0d\x64\x9d\x00\x4c\xe6\x32\x5f\x41\xca\x8f\xd2\x14\x19\x6b\x90\xec\x73\x78\x00\xa4\x55\x01\x52\x46\x97\x92\x00\xf8\xf6\xaa\x9b\x87\x94\x27\x8c\x89\xad\x75\x06\xd6\xed\x00\x52\x54\x80\x9c\x2b\xc0\xfa\xdd\xc0\x5e\x4d\x60\xa3\x11\x2b\x31\x6d\x9c\x07\xdc\x38\xc4\x98\xd7\xd3\xcf\x75\xf8\x7f\x7a\xf5\xff\x6d\xbf\x8c\x03\xcb\xbc\x87\xe7\x82\xef\x20\xf3\x1e\x7e\x94\xce\x36\xeb\xbf\xe6\x3d\x54\xfe\x0b\x34\xd1\xe0\x75\xd0\x2a\xbe\xae\xcf\x43\x89\x29\xd0\x35\x0d\x28\x30\x06\x7a\x1b\x01\xdb\x4e\x00\x83\x2c\x81\xec\x68\x60\xc4\x5e\x20\xa3\x2f\x60\xd8\x01\x48\xeb\x09\x4c\x98\x0a\xa4\xae\x04\xac\xf3\x81\xc4\xa7\x80\x5d\x1b\xc6\x41\xa5\xf3\x75\x62\x35\xe0\xed\x04\xc4\x7f\x0f\x04\xef\x03\xd6\xac\x04\xe2\x7c\x81\x84\x62\x20\x65\x37\xdf\x8f\xcd\x8d\x00\xd6\x14\x00\xa5\xf1\x40\xaa\x1b\x50\x19\xc5\xba\x11\xb7\x44\xaf\xa9\xe7\xda\xdf\xb0\xbf\xf0\x0b\xfb\x23\xea\xf3\x00\x1a\xf6\x3b\xf9\x16\xef\xe1\xa2\x3a\xf7\x41\x91\xfc\x40\xb1\x3d\xf7\x66\x69\x34\x12\x28\xf7\x07\x5a\x17\x03\xc5\xae\x40\x07\x35\xc6\xf9\x7a\x54\x31\xef\x47\xe3\x08\x90\x39\x09\xd0\xfa\xc0\xcf\x57\xca\x0b\x52\xbb\xb1\x8e\xd0\x9a\xef\x19\x63\x94\x71\xff\x18\x07\xc6\xb2\x56\xa6\x31\xee\xbf\x62\x1f\x10\x98\x02\xac\xfc\x03\x88\x4d\x06\x56\xdc\x07\x52\x26\xb0\x3d\xb9\x1e\x8c\x97\x95\x7e\xc7\x6b\x46\xfa\x4e\x89\x3f\x01\x37\x3e\x31\x9f\xe0\xb1\x26\x90\x90\x05\xfc\xab\xfc\xb5\xfd\x21\x0d\x70\x70\x59\x07\xa2\x21\xef\xe1\x4e\xd7\xfa\xf6\xcb\xbc\x87\xb3\xa2\x5a\x20\xf3\x1e\xa4\x78\xa8\xe0\x01\xec\xda\x0e\x28\xc6\x02\xdb\xad\x81\x56\xbd\xa4\x6c\x19\x50\xcd\x03\x36\x3d\x06\x7a\xde\x60\x8d\xfe\x81\x3e\x1c\x9f\x86\x6e\x01\xd6\xb4\x05\x8c\x12\x98\xdf\x60\x3a\x06\x88\xc9\x06\x6c\xcf\x03\x11\x86\x80\xfd\x04\x20\xb2\x8c\xe3\x65\xf8\x00\x60\xe9\x76\xe6\x03\x48\x79\x82\xf4\x2f\xf5\x4f\xbe\x27\x9f\x3d\x8d\xed\x2a\x29\x00\x22\x27\x03\xc7\xca\xf8\xff\x49\xdf\x39\x56\x05\x78\x76\x0d\x58\xa9\x0a\xd4\x64\xd7\xe9\x40\xd4\xf2\x3f\x84\xdd\x8b\x44\xbc\x70\xdf\xc5\xe3\x33\xa1\x0b\x73\x37\x8c\xc7\xaf\x78\x0f\x0d\xfa\x7d\x54\x08\xfc\x76\xaf\xa8\x26\xc8\x38\x67\xee\x72\x40\xa1\x9a\xf5\x59\x5a\x39\x03\xe9\xd7\x81\x2e\x4a\x40\x72\x1b\xd6\xe9\x92\x9e\xdb\x90\x32\x20\x66\x2d\x30\x4a\x0f\x88\x2a\x03\xc6\xab\x02\x61\x8b\x00\xcb\xe5\xc0\xf2\x21\xc0\x2c\x0b\x20\x28\x95\xb1\xbf\x65\x6b\x58\x03\x40\x3a\xe5\x49\x5f\x69\x59\x05\xfb\xd2\xf2\x57\xac\xb1\x12\xf2\x94\xf7\x8b\xe5\x6f\x59\x2f\x67\xb9\x29\x70\xbd\x3f\x73\x68\x9e\x5f\xff\x9a\xff\xb2\xf8\xa8\xe0\x01\x34\xd0\x81\x70\x12\xbc\xc2\x87\x02\xc7\x92\xf9\x2f\x0d\xfb\x7d\x9c\xfd\x5b\xd8\x2f\x5e\x1f\x12\xfd\x0e\x64\xfe\xc7\x57\x7a\x07\x0f\x99\x6f\x96\x14\x0a\xb4\x6a\x0f\xc4\x8f\x07\xba\xbe\x07\xa2\x8b\x00\x8d\xa7\x40\xb8\x11\x30\x54\xb7\x0e\xf7\x97\xf9\x0f\x52\xae\x6c\x57\x0d\x2c\x75\x96\x72\x7c\xc0\x2f\x0c\xf0\x2d\x61\xff\x8d\xb0\x02\x02\xdc\x81\xd4\xb5\x80\xbf\x35\xe7\x20\xfe\x76\x9c\x99\xfa\x7d\xe0\x79\x90\x4e\x89\x37\x6a\x00\xff\x32\xe0\x85\x7e\x1d\xff\x65\x91\xb8\xc7\x2e\xeb\x7e\xc8\x76\xcb\x78\xb8\xcc\x07\xa8\xf5\x83\x86\xba\x17\xf7\xff\xdb\x0f\xf6\x0b\xbc\xfb\x2b\xfe\x87\xa8\x3a\xca\xba\x0f\xd2\xfa\x55\x7c\x03\x44\xf7\x05\xda\x39\x31\xcf\xa5\xa7\x35\x10\x32\x05\x18\x5c\x0d\xf8\x0f\x05\xf4\x27\x00\x3e\x9b\x81\x09\x96\x80\x77\x18\x63\xbb\xde\x8a\x80\x8b\x35\xe0\xf9\x09\xf0\x19\xca\xaf\xa3\x3c\x80\xc5\xaf\x80\xd4\x9f\x81\x45\x7e\x40\xae\xad\x74\x3e\x66\x3d\x2d\x69\x3c\x3d\x95\x63\xca\xad\x6a\xe6\x47\xbc\xf8\x82\xff\x22\x3f\xf7\x86\x76\x5b\x6b\xd7\xe7\x03\x34\xf4\x83\xcb\x2f\x78\x94\x71\xef\xca\x9e\xc2\x0f\x04\xee\xbd\xe7\x7f\xf0\x3f\xd6\x96\xd7\xcd\x03\x04\xde\x2b\xe5\x27\x81\x1b\x80\x8e\xbd\x01\xbf\x66\x40\xbf\xd3\x80\xf7\x04\x60\x78\x38\xe0\xa9\x0d\x98\x2c\x01\xe6\xcf\x02\xac\x16\x01\xf3\x8e\x02\x4e\x57\x00\x37\x3d\xbe\xd9\xe8\xa6\x0a\x44\x44\xf1\x5e\x92\x54\x0d\xb8\xb5\x03\xa4\x93\x9b\x93\x1a\x50\x52\xce\xb1\x55\x9a\x07\x87\x0f\xc0\xcd\x96\x80\xd3\x13\xe0\x85\x19\xe0\xbc\xf4\xbf\xed\x9e\x2c\xfc\xc2\xe4\x44\x7d\x1e\xc4\xff\xe4\xbf\x08\xfd\x93\x7d\x62\x7f\x95\xf9\x1f\xf9\x02\xff\xdf\x22\xfc\x60\xc3\x53\x1e\x65\xdc\x3f\x46\xc4\xdd\x40\x31\x5f\x52\x7c\x6a\x57\x09\x78\xa6\x33\x4f\xdb\xf5\x06\xf3\x62\x9c\x34\x59\x9b\xc1\xe9\x31\x30\xf9\x0d\xe0\x14\x07\x38\x0c\x04\x1c\xa5\x79\x98\x0e\xcc\x1e\xc6\x1c\xa8\x59\x53\x81\xb5\xc3\x98\x33\x93\x6d\x05\x4c\x97\xd6\xc5\x2a\x60\x7a\x6f\xe0\xb4\x26\xeb\x41\x48\xfb\xa6\x6d\x26\xf0\xd2\x14\xb0\x49\x63\xee\x78\x43\xbb\xc7\x98\x08\xfe\x83\xd0\x81\xd0\x5a\xc7\x63\x43\xdd\x83\xb3\x42\x17\xa3\x21\xff\xa5\x56\xff\x44\xc4\x85\x6f\xf1\x3f\xe2\xc5\x6d\xe5\x08\xd1\x27\x45\xae\x4e\x2f\x54\xe5\xbe\x63\x6e\xc7\x81\x4e\x0a\x80\xc3\x7b\x40\x43\x0b\x98\x71\x15\x18\xe1\x01\xd8\xad\x00\xcc\x8a\x80\xa9\xbd\x81\x99\xff\x02\x36\x37\x00\xcf\x55\xc0\x14\x07\x20\x74\x33\xf7\x2a\x4c\xd2\xe1\x1c\x6c\x8b\x64\x9f\x26\xaf\x8b\x09\xb3\x39\x3e\x4c\xf4\x04\x6e\x36\xe7\xb3\x8c\x94\x1b\x4b\xcb\xf8\x53\x0f\x60\x8c\xe0\x83\x0d\x13\x3c\xb9\x01\xce\xf5\xf9\x0f\x7d\x45\xfc\xf8\x4a\xff\xa5\x81\xfe\x89\xcc\x7f\xd9\x2d\xd6\x8f\xcc\xff\xd8\x24\xf8\x10\xb5\xfc\x0f\x31\x2f\x2b\xcf\xf3\xb8\x5c\xc4\x53\x1f\xe1\x17\x2e\x82\x37\x34\xdb\x19\x68\x15\xcc\x1c\x20\xb5\xcf\xcc\x3d\xd7\x4e\x05\xcc\xf3\x01\x93\x67\x80\x99\x2e\xf7\x65\x1c\xdf\x17\x58\x30\x1b\x18\xe7\x05\x2c\xfb\x0e\x18\x73\x8f\xe7\xc1\x30\x14\xc8\x36\x03\x0c\xf4\x81\xd2\x9e\x80\xfe\x51\xe0\x54\x7b\xce\x4d\xa4\x38\x39\xb2\x1c\x78\x16\xc9\x7c\x08\x69\x1e\x06\x09\x9d\x9c\x3e\xa2\x5f\x90\x5a\x08\x8f\xdd\x04\xff\xbe\xb3\xe0\x93\x5d\x14\xfc\xd9\xff\xc9\x7f\x19\xc7\x63\x43\xfe\xc7\x5a\x61\x6f\x9c\xe0\xc5\xc8\xfc\x8f\x00\x51\x9d\xf7\x10\xef\xeb\x28\x6e\x33\x5b\x95\x00\x8a\xd2\x73\x75\x01\x3a\x45\x01\xe3\x5e\x03\x03\x1f\xf2\xf3\x1b\x53\x05\x8c\x96\xf2\x89\x70\xe6\x66\xcf\x9b\x0b\x0c\xfb\x0e\x08\x2a\x06\x74\x77\x31\xb7\x54\xcb\x13\xd8\xdc\x1d\x18\x7c\x18\x28\xba\x0c\x0c\x0c\x00\x8e\x1b\x01\x03\xcd\x80\x6b\x63\x81\xbe\xd1\xc0\x23\x03\xa0\xcf\x19\xe0\xef\x93\x80\x5a\xf3\xfa\xf6\xaa\x08\x9e\x4c\x9b\xe9\x3c\xb6\x70\xe0\xb1\xb6\xff\x51\x03\xfd\x17\x99\xff\x20\xeb\x9f\xd4\xae\x03\xf1\x5a\xe6\x7f\xc4\xa7\x32\x4e\x1e\xad\xcf\xb8\x79\xd0\x0c\xfe\xb9\xac\x83\xe2\xb6\x9b\xc7\x99\xaa\xdc\x27\xc7\x4c\xc4\x1f\xc3\x46\xb0\x6c\x05\x60\xe4\x0c\xc5\x3e\xbd\x8f\x01\x3a\xaf\x95\x86\xe8\x69\x03\x43\x34\x1a\x2d\xb5\x6c\x0b\xf4\xdf\xd6\x28\xcf\xe5\x31\xd0\xe7\x59\xa3\x1f\xfd\xdb\x03\xea\x27\x1b\x9d\x59\x79\x1a\xe8\x71\xbe\x51\xc1\x46\x6f\xa0\x5b\x97\x46\x5e\x3b\x76\x01\x9d\x3f\x2a\x5d\x38\xfc\x27\xd0\xc9\x54\xf1\xea\xa5\x40\xa0\x83\xa7\xa2\xc6\x3d\x6f\xa0\xfd\x69\x85\x4b\x7f\x2c\x04\xda\x96\xe3\xb4\x64\xa7\xb2\xe0\xcd\x36\xda\xcc\x23\x84\x0e\x25\x84\x9e\x92\x1c\x07\x1a\xda\xdf\x90\xff\xb2\x71\x78\x03\xfb\x4d\x1a\xd1\x5f\x46\x96\x35\x9b\xce\xf6\x33\x4f\xc2\x2b\x5a\x99\x56\xca\xbc\xb9\xdc\x57\x64\x96\x18\xcd\x9d\xda\x52\xbd\xcf\xe0\x00\x37\xca\xe8\x17\xdd\xa1\xbf\x62\x10\xa0\xbe\xa6\x63\x65\x17\x7b\xa0\xeb\xbf\x9d\x8e\xe9\x28\x03\x1d\x57\x75\x56\x36\x1d\x09\xa8\xac\xec\xdc\xce\x01\x40\xeb\x8b\x9d\x35\x17\x3f\x04\x5a\x78\x74\xee\x1e\xdd\x1c\x68\x96\xd3\x69\xeb\xfa\x39\x40\x93\x9e\x9d\x5a\xe4\xdf\x00\x1a\x29\x74\x9c\x7c\x60\x32\xa0\xa8\xd8\xa1\xec\x42\x0f\xe9\xc1\xa9\x5e\xfe\x89\x3e\x49\xd5\xe6\x15\xe5\x3e\x2a\x87\xb8\xde\xd2\x72\x26\x8f\x4d\x04\xbe\xa9\xa4\x5a\x23\x2a\xc8\xd2\x78\xc0\xe8\xff\xb6\x3f\x7d\x70\x63\x42\x13\x52\xda\xb4\xa4\x0c\x3c\x5e\xad\x35\x55\x11\xa3\xab\x79\x0c\xb6\xe8\x4c\x8c\x1a\xef\x07\x9d\xe9\x9d\xdc\x2b\x99\x1f\x32\xbb\x92\x75\x43\xa6\x54\xf4\xa4\xdf\x8f\xa9\x62\xf5\xd9\xc1\x1f\xfb\x51\xdd\xaf\xc3\xf7\x03\x08\x2f\x50\xde\x39\x48\xa9\x6d\x34\xd0\x78\xc0\xa0\xb0\xfe\xd2\xda\x79\x30\x28\x67\x2c\xdd\xa4\x1d\x64\x62\x47\x15\xac\x81\x3f\x2e\xa2\x4f\x1e\xa0\xc7\xca\xe2\x03\x94\x53\x69\xec\xf7\x96\x2b\x62\xfd\xfc\x59\xa7\xb8\xaf\xd7\x59\xda\xbb\xfa\x4e\xf8\x89\xd6\x62\x9f\xb1\xbf\x51\xac\xeb\xdd\x92\xed\xed\x26\xfa\x82\x74\x14\xf8\x6e\x3b\xb5\x2f\xe7\xa7\x96\x07\x28\xf7\x7f\x2a\x6d\x4e\x28\xeb\x86\x27\xac\x03\xb3\xe6\x49\x07\xfa\xde\xab\x0a\x98\x1f\x10\x31\xb5\x3b\x55\xfd\x03\xf6\xa8\x4f\x67\xff\xef\x4b\xd5\x41\x57\x9d\x7e\x94\x69\xcd\xbc\x38\x90\x3c\xc6\xaa\x9a\xf1\x73\xe3\x32\x6d\xfa\xb6\x43\xbf\x1b\x4a\xb7\xf0\xd5\xfb\x0e\xa3\xea\xb1\xf2\x44\xbd\x6d\xfc\x89\xfa\x77\x5a\x11\xfe\xa6\xdf\x9a\xfb\x56\xeb\x57\x8e\xa1\x15\x34\xea\xf6\x34\x42\x10\xf5\xda\x2d\x24\x7c\x6f\x54\x2a\x23\x63\xa3\x0c\xd6\xd2\x37\x19\x29\xee\xfb\x0f\xfb\xc8\x37\x00\x87\x3b\x9f\x25\xfd\x90\xe1\xb3\x7e\x24\xc4\x44\xb7\xea\x57\xca\x6d\x74\x87\x73\x5f\xfb\xc1\x2e\x6c\xb7\x86\xc0\x7b\xd5\xc3\x79\xec\x41\xba\xc5\x3b\x9f\x35\xa2\xfb\xa6\xb9\xdf\xb7\xa1\x2a\x5f\x7a\x42\x27\x62\x15\xa4\x88\xe7\x19\xaf\xde\x8b\xe6\x23\xba\xd7\x40\xda\x59\x03\x13\x18\x8d\x5d\x5c\xa2\x4b\x27\x0c\xd7\xeb\xc3\x08\x0f\xb6\xb7\xe7\x85\x63\xf5\x8a\x75\x43\x4c\xc7\xea\xd3\xef\xf5\x55\xc6\x10\x7f\x60\x40\xf5\x58\x8a\xc0\x1d\xff\x31\xa1\x3a\x28\x66\x4f\x28\xe1\x79\x98\x70\xb6\x0d\x01\xde\xa6\xfe\x3c\x0f\x13\x6e\x30\x63\xc6\xd4\x74\x2a\xdd\xf7\x36\x8d\x5d\x40\xf7\x94\x4d\x5b\x2c\x27\x1c\x67\xfc\x6d\xbe\x39\x3c\xe1\x14\xc7\xec\x71\x3a\xdc\x41\x7d\x7c\xd9\x69\xf2\x9f\x71\xeb\x6f\x52\x8c\x37\x9e\xf5\x8c\xee\xc1\x8f\xd9\xc4\xda\x92\x06\x26\x35\xf5\xf8\x1f\xb2\x2e\x0a\xeb\xc6\x64\xff\xa6\x4a\xdf\x73\x43\x5a\x77\xaa\x4b\xaf\x4d\xed\x4d\x5e\xb6\xaa\xe9\x60\xaa\x96\x86\x4f\xd4\xa4\xf5\x1d\x52\xc9\x76\xfa\x8c\x1b\x49\xb7\x49\xe7\xdd\xe1\x6f\xeb\x1c\x3a\x96\x32\x87\xa9\x46\x63\x69\x1e\x27\x39\xb3\x8a\xc5\x98\x2e\xac\x23\xa1\xbd\x8a\x51\x29\xf5\x83\x16\xf4\x06\x6d\xf4\xa6\x88\xce\x65\x36\xe2\xc4\x62\x7b\x8f\x3b\x6e\xd9\x56\xf6\x23\xcf\xb2\x7d\x38\x9a\xd6\x81\x6d\x95\x35\x21\x8c\x36\xee\x7c\xdf\x7f\xaa\x43\x10\x3d\x09\x5b\xcf\x04\xda\x93\x6c\xd5\xb2\xc8\x73\xad\xee\xed\x22\x5c\xdf\xda\x80\xef\xfb\x5b\x1e\xbb\x4a\x7a\xf1\x96\xc1\x8f\x49\xfb\x6f\x4a\xd9\x5f\xf4\x73\xd3\xa7\x35\x84\x73\xd5\xf2\x3f\xc4\x7a\x61\xde\x90\xcc\xff\x69\xd8\x07\x2a\xba\x7a\x18\xbd\x7b\x88\x8a\x01\x3d\x25\x59\x07\x66\xc1\x19\x13\xe2\x8d\x38\xa9\x31\x1f\xc6\x2e\xd6\x9c\x78\x60\x16\x51\x16\x64\xd7\x78\x7f\x6b\xfa\xf9\x88\xfb\xd6\x84\xff\x0d\xac\x62\xfe\x40\xa7\x75\x8c\x42\x34\xf6\xb1\xfb\xcc\xf6\x3b\x0a\x45\x47\x7b\x65\xd6\xaf\x76\xc8\xee\x47\x33\xe7\x70\x94\xef\xf3\xda\xbf\xb2\x24\x4f\x74\xcc\x71\x65\xc5\x89\x22\xce\xc9\x1c\x27\xaf\x32\x05\x2b\xad\x57\xf0\xdf\xed\x54\xe7\xf1\x30\x3d\x77\x7b\x9f\x4b\x54\xf7\x9e\x5d\xc9\x3c\xa9\x99\x26\xaf\x29\x82\xcb\x7d\x83\x6a\xf9\x1f\xf7\x6a\xbe\xe0\xc5\x24\x7b\xb3\x2a\x4b\x6d\x1f\xa8\xeb\xfc\x2d\x42\x1e\xb3\x1e\x8c\xdf\x07\xbe\x4d\xba\x60\x9f\x05\x31\xed\xe7\x5a\x59\xd2\x09\x6c\xd6\x1e\x5b\xca\xac\x6c\x0c\xa6\x93\x77\x9a\x26\xd8\x51\x26\x62\xe8\x3d\x8b\x70\x3b\xad\x87\x7c\x1b\x59\xdd\xd8\x89\x4e\xf6\xed\x6e\xb8\xf0\x0e\x5d\xe6\x26\x32\xab\xf9\x82\x79\xea\xae\xa0\x42\x33\xe3\xae\xd2\x9f\xf8\x3b\xee\x95\x06\xe4\x17\xf3\x56\x32\xce\xeb\xfe\x82\x71\xff\xf9\xaf\xfc\x08\x61\x73\x57\x8a\xe9\xcb\x3f\x5f\x4f\xf3\x30\xdf\x9f\x71\xff\x79\x27\xf7\x13\x9e\x33\x2f\x89\xef\x6d\xba\xa5\xde\x66\xe6\x52\xf2\x0b\xb2\xd7\x25\x8c\x75\xdd\x6b\xf9\x1f\x62\x5e\x58\x17\x25\xfe\x84\x01\xed\x63\xb2\x0e\xce\xf2\xa3\x66\xe4\x8d\x4b\x1f\x4d\xe1\xae\x45\x97\xac\x08\xe7\x71\xd3\xb4\x23\x94\xc5\x71\x95\x9d\xd0\xc3\x99\x45\xe8\x90\xf9\x15\x47\x3a\x51\xc9\x3c\x98\x11\x7d\x5d\xf9\xbe\xfb\x3d\x57\xf2\xc2\x6e\xd9\xee\xf4\x54\x5b\x96\x79\x88\x48\x2c\xeb\xc2\x2c\x6e\xc5\xba\x07\x8b\x5f\x32\x1f\xc6\x77\x3c\xe3\x59\xbe\x3d\xf4\x08\x29\xf4\xbd\xcf\xcc\x0c\xdf\x13\xcc\xb4\x59\x52\xc9\xb9\xe9\x92\xd0\x48\xc2\x31\x97\xa8\xa5\x30\xbf\x43\x85\x11\x24\xdf\xee\x7b\x08\x81\xf5\x9d\x7b\x86\x22\x91\x77\xc4\xf5\x11\x34\xc6\x3c\x65\x7e\x4c\xde\x5f\x14\x91\x16\x64\xd7\xc8\xfc\x0f\xfa\x86\xac\x8b\x12\xab\x62\x4a\xee\x16\xf6\x87\x25\xad\xca\x40\xa7\xa9\x14\x0f\x16\xeb\xcc\xa2\xf5\x3c\x6f\xee\x6c\x3a\x81\x38\xbb\x38\x93\x0a\x85\x5d\xb5\x0b\xd9\x6d\xa5\xc2\x3c\x98\x09\x1d\xdd\x08\x17\x1c\xbd\x65\x3e\xad\x03\x9d\x8e\x0b\x09\x1f\xd6\xa8\xf4\xa2\x79\xed\x60\xbf\x88\x7e\xde\x34\x7b\x89\x98\x87\x00\x51\xd9\x09\xbe\x00\xe2\xfa\x07\xc6\x77\x20\xe4\x30\xf8\x7c\xff\x79\xd2\x18\x34\x4a\x8f\xce\x6c\xc1\x35\xe6\xb4\x5f\x04\x17\xce\xa6\x31\xc4\xcb\x8b\xf0\x97\x65\xc6\x61\x54\x33\x5b\xe6\x9f\x44\xdf\x3c\x58\x6b\x0b\xad\x93\x10\x8b\x62\x5a\x17\x21\x95\x27\xa9\x4f\x46\x60\x42\x15\xd5\x00\x02\x9f\x54\xd3\x3c\x05\x78\x30\x8f\xd0\x2f\xbd\xa6\x1e\x2f\x86\xe7\x25\xf4\x85\x0d\xed\x4a\x0d\xfb\x41\x79\xb0\xbc\x09\x5c\xe0\x6a\xc4\xab\x6d\x01\xed\xb0\x36\x45\x0b\xc8\xae\x49\xed\x3c\x28\x5f\x32\xfa\xb8\x88\x76\xa9\x11\x73\x99\x07\x33\xe8\xaa\x1f\xdd\x36\x57\x1f\xe1\x4f\xfb\xa7\xca\xb4\x40\x3a\x89\x2b\x1e\x5e\xd6\x85\xed\x97\xfb\x24\x45\x6c\x57\xa4\x1b\xd1\x51\xfe\xac\xcc\x16\x31\xad\x3f\xed\x24\x51\x67\xf5\x28\xe3\x88\x3a\x33\x99\xec\x8b\xcc\x9b\x45\xeb\x3d\xc6\xdd\x93\xbe\x77\x4c\xea\x72\xca\xe1\xa3\x75\x18\x71\x8d\xba\x92\x49\x99\x49\x14\xf5\xf0\x06\xa2\x87\x1c\x63\xa5\x2b\x8f\xcb\x54\x23\x88\xe8\x70\x97\x78\x56\x61\x6a\x2f\xe8\x7d\x43\x9d\x3f\xd3\xbd\x70\x99\x17\xc3\xba\x28\x81\xd5\x8e\xdb\xd8\xfe\x39\xd6\xec\xb5\xf3\x04\xfb\xcc\x9d\x32\x4c\x87\x8d\xfc\x7c\xa7\x75\xf7\xa4\xe7\x6f\x19\xc1\x19\xf3\xc4\x4a\xbf\x48\xf6\x83\x40\x5a\x2f\x3a\x8b\x03\xe9\xa4\xd6\x6f\xe9\x32\xea\xbf\xd8\xcd\x6b\x39\xb1\x5d\x5b\x96\x86\xb3\x7b\x23\x5a\xdc\xeb\x5e\xf9\x91\xc7\xb8\xcb\x4a\x74\x66\x91\xf9\x30\xf1\x36\x1c\x27\x13\x96\xea\x8d\xe4\xdf\x73\x3f\xb1\x84\x01\xb3\x69\x3e\x12\x2e\x2d\x24\xfe\x5c\x42\x64\x30\x8d\xf1\xf7\x18\x81\x4f\xf0\xdd\x78\x9f\x7f\xce\x7a\x52\x89\xde\x87\x49\xb1\x24\x7e\xd9\x05\x9a\xe7\x38\xc3\x3b\xc4\xaf\x5d\xe9\xf2\x0b\xcd\xd3\x8a\x9a\x0f\xb4\xd2\xeb\xf3\x62\xe4\x7e\x58\xde\xda\x0b\x68\xe1\xba\x2f\xf4\xa4\xf5\xed\xe4\xe7\x45\x79\xd2\xac\xd0\x25\xac\x8b\xe4\xcc\xbc\x90\x49\xbb\x18\x75\x37\x2e\xe3\xae\x3d\xa3\xd6\x86\x92\x77\x0e\x29\xe3\x2e\x04\x7d\xed\xa3\xb9\x1f\xcc\xb0\x18\xda\xf5\x9b\x57\xad\x14\x78\x66\x82\xa8\x54\x35\xe4\xc3\xac\x7b\xc3\x38\x6f\xaa\x51\x3f\xc2\xa1\x53\xee\x31\xee\x9f\x6a\xc8\x91\x2a\x55\xc7\x8e\xe2\x5f\xea\x1d\xee\xe0\x94\x52\x15\x44\x91\x39\xf5\x0d\xbf\xf3\x3a\xab\x0d\x54\x1b\x49\x5d\x91\x4f\x91\x39\x35\x92\xef\xce\x25\xbf\x38\x4d\x35\xa5\x24\x9d\x1b\xc4\x84\x5e\x13\xfa\xa8\x25\xbf\x7e\x4f\x71\x25\x61\xca\x67\x8a\xbf\xcc\x8b\xf1\x19\xea\x49\xcf\x6b\x81\x9b\x37\xc5\x85\x39\xc9\xbe\xe4\xff\x0e\xe3\x02\xc8\xef\xa7\xdd\x0b\xa2\x6f\x29\xf3\x60\x26\x8c\x08\xa3\x28\x66\x18\x10\xc5\x59\x09\xdd\xb0\x03\x06\x4d\x65\xbe\x40\xcf\x27\xcc\x87\x51\x51\x4f\x20\xff\x6f\x62\x91\x24\x4e\xea\xeb\xc4\xc9\x64\x83\xa8\x78\x65\x18\x34\xa6\x1d\x44\xe6\xc3\x64\x46\xf4\xa3\xf5\x9f\xf1\xdb\x08\xca\x87\x33\x95\x39\x03\xc9\x70\x9f\x41\x19\x6d\xc6\xaf\x7c\x77\x21\xc3\x93\xf5\x72\x6a\x75\x62\xde\xa4\x93\xe7\x66\x54\xf2\x59\x20\xd3\xb0\x9c\x3a\x53\x64\x54\xf0\x19\x32\xbd\xfa\x2a\x79\xfc\x46\xbd\x47\xeb\xf8\xf5\x5b\xfa\xa6\xeb\x8f\x72\x9c\x64\x5e\xcc\xc2\x7f\x7d\xb9\xef\x45\x75\x20\xd9\x2f\xeb\xe1\xcc\x9c\x1c\x46\xde\x69\x33\x97\x1f\xe3\xe4\xaa\x68\xfa\xbd\xc9\xfc\x18\xb2\x53\xef\x59\x1c\x45\x35\x5d\x53\xd6\xc3\xe9\xf7\x8a\xd9\x9d\x3d\xaa\xf8\x79\xb7\xf5\x4e\xa6\x7c\x42\x69\x5d\x9a\xe8\x70\x9b\x21\xf8\xb3\x59\x03\x78\xcc\x29\x6f\x44\x8c\xca\x5c\x25\xce\xdc\x73\x87\x73\x1e\x95\x3b\x7c\x04\x45\xd2\x9c\xa2\x89\x14\xa1\x73\x87\xcd\xa0\xb8\x98\xd3\x9b\xf9\x83\xb9\xb7\xb8\x4f\x4e\xee\x40\xc6\xfd\x73\x05\xe3\x28\xd7\x35\xc7\x86\xff\x7f\x29\xf3\x6c\x6c\x8e\x13\x32\x9f\xa3\x50\x45\xb5\x8f\x3c\xa3\x27\xf4\x64\xb2\xee\xbc\xa2\x15\x5b\x5f\x17\xc5\xfd\x7d\x30\xed\x32\x73\xee\x84\x51\x65\xa5\xa1\x1e\xce\x14\x8d\x95\xb4\x6b\x9b\xda\xc7\x93\xb7\x8e\xdd\xcb\x7a\x21\x72\x7f\xa8\x21\xf7\x92\x29\xbf\xd0\x10\x7c\x98\xae\xad\x58\x3f\xa4\xcd\x13\xe6\xc3\x28\xc4\xc8\x15\xab\x1c\x47\x1e\xf3\x8f\xf0\x58\x60\xc8\xca\x9d\x32\x1f\x66\x7b\x01\xef\x9b\xdb\x4f\x8c\xa4\x9d\xab\xa0\x84\x33\xb5\x82\x75\xb6\xb4\x7f\x14\x1c\xe1\x3e\x39\xdb\x35\x7c\xc9\xbf\xb7\xe7\x85\x93\x1f\x6d\x5f\x24\x74\x62\xfe\xd9\x42\xf1\xb3\xe0\x65\x11\x65\xbc\x85\x2d\x8e\xd1\x8a\xdd\x3e\xe4\x12\x65\xca\x05\xf7\xef\xd2\x3c\x17\x74\x79\xc1\xfc\x98\x6e\x9f\x88\xc9\x90\xab\x28\xf9\x85\x4b\x4e\x38\xc5\x77\xc7\x5b\x31\x54\x29\x98\x59\xc1\xfd\xb0\xac\x17\xc7\x93\x97\x4e\xce\xe2\x6c\xde\xb8\x8c\x9f\xb3\xcc\x83\x19\xd1\x81\xf9\x11\x83\xad\xb9\x8f\x4e\xaf\xfb\x9b\xe8\x94\xd7\x49\x6b\x13\xed\x86\xad\x0e\xb1\x3e\x0c\x16\xe4\x09\xa4\x43\xe6\xc3\xec\x14\x9d\x7b\x8b\x12\x1b\x53\xfc\xab\xe5\xc3\x94\x30\x93\xbf\x78\xe3\x30\xca\xb0\x8a\x5d\x99\xe1\x5a\x74\xd7\x96\x32\xb4\x22\x70\x86\x52\x92\xbb\x84\xfc\xbd\xd8\x30\x9c\x9e\x5c\xd1\xd1\xd5\xc4\x74\x2c\x5a\x9b\x49\x79\x45\xd1\xb3\x5d\x14\x37\x8a\x1a\x1f\xa2\xc8\x56\x92\xf4\x1d\x7d\x93\xdd\x31\x3f\xd0\xba\x28\xae\xe6\xbc\x6a\x77\xd1\x3f\xdc\x87\xca\xa2\xe6\x43\x5d\x5f\x2c\x7b\xd3\x44\xda\xbd\xa6\xed\x60\x16\x9a\xe5\xfc\x14\xba\xd1\x68\x66\xb0\x8e\x4e\xc1\x46\x13\xf8\x39\xeb\x4d\x60\xfe\x93\x6e\x15\xf3\x7f\x06\x8d\xcf\xa2\xd7\xbd\xfc\xf3\x68\x1e\xe4\x3e\x51\x2d\xc6\x6f\xe3\x1b\x4a\x45\x3b\x44\x25\xb7\x21\x1f\x66\x5f\x84\x12\xad\xf7\x7d\x91\xaa\x94\x4f\x96\x77\xe0\x79\xd8\x17\xc1\x27\x99\xf2\x31\x26\xc4\x7b\x29\x3f\x6e\x43\xdf\x70\x7f\xc5\x1c\x8a\x30\xfb\x1f\x2f\x26\x05\xcb\xfd\x3a\x1c\x99\x0f\xba\xac\xa1\x9d\x7b\xff\x8f\x99\xac\x33\xb3\x67\x27\xeb\xc8\xe8\x1c\xa2\xf9\x2a\x3f\x72\x81\x76\xec\x72\xbb\x5b\x14\x6f\xf7\x55\x3c\xa7\x38\x5a\x56\xc5\x1a\xe6\x65\x4d\xa5\x75\xf1\x42\x95\x71\xda\xa7\x2f\x79\x6c\xc8\x7b\xb8\x9e\x09\xa8\x7e\x07\x5c\x8e\x00\xba\x69\xf0\xbd\x5e\xe9\x24\x7a\x62\x1d\xd0\xab\x15\x70\xe4\x28\xd0\xef\x21\xb0\xff\x2a\xf7\x89\x29\x3a\x06\xe8\x54\x03\x3b\x9f\x03\xfa\x8b\xb8\xaf\xff\x98\x2a\x60\x4b\x1e\x30\x51\x85\xf5\xfd\x2d\xac\xeb\x70\xff\x8c\x89\xc0\x9c\x1b\xc0\xc6\x59\x7c\xdf\x3f\x5d\x19\xf0\xeb\x0e\x6c\xf8\x01\x08\x9b\x07\xa4\xcd\x60\xac\x2e\x35\x1d\x90\x9e\x50\x7a\x1c\x90\x15\x08\xa4\xa9\xb1\x86\x44\x86\x11\x70\x50\x93\xeb\xc5\xe7\x9d\x81\x2d\xd7\xf8\xbb\x6f\x19\x0c\x3c\xf7\x03\x72\x16\x00\x9f\x7e\x06\x32\x44\x7d\x32\xdd\xe9\xbf\xf9\x0f\x2f\xac\x18\x5f\x78\xf4\x2b\xd0\x3a\x9e\xfb\x9d\xb4\x7e\x58\xc7\x7b\xb8\xba\x1c\x68\x53\x0c\x5c\x30\x04\xda\x2f\x05\xce\xa8\x03\x5d\xae\x03\x15\xba\x40\x0f\x1f\xe0\x50\x35\x6b\xff\xee\x55\x07\x06\x5a\x01\xbb\x26\x02\x43\x2e\x03\xf9\xb7\x80\x61\xb7\x81\xbc\x04\xc0\xe0\x10\xb0\xe5\x05\x30\xfe\x03\x90\xb1\x1f\xb0\x08\xf9\x1a\xf7\x4f\x7d\xc9\x77\x36\x53\xcf\x80\x98\xab\x6b\x2a\x81\x20\x03\xd6\xb6\x97\xe6\x21\x69\x08\xb0\x46\x1d\x48\xea\x01\x6c\x58\x2f\xed\xb6\xc0\x8e\x0b\x7c\x6f\xfa\x60\x1b\x20\xc3\x0b\xb8\x98\x00\x6c\xba\x04\xdc\x59\x06\x6c\x1e\x06\xbc\x2c\x67\x5e\x44\x8d\xd5\xd7\xf8\x77\xc3\x3e\x00\x32\xff\xa3\x7a\x00\xd0\xc4\x11\xf8\xa9\x05\xd0\xe8\x36\x70\x33\x07\x68\x7e\x0a\xb8\x52\x0d\x34\xbf\x01\x9c\x4b\x03\x5a\x2d\x61\x6c\xb9\x5d\x13\xc6\xfd\x3b\x27\x02\x7b\x3f\x02\xdd\x43\x81\xa2\x16\x40\xaf\xf6\x40\xc1\x3d\xd6\xc3\xc8\x8d\xe0\xfb\xdc\x5b\x22\xb9\xe6\x9a\xd9\x07\x30\xd2\x05\xd2\xd5\x01\xb3\x02\x20\x75\x10\x60\x63\x51\x87\xfb\x27\xc5\x49\x19\x3f\x90\x90\xce\x18\x47\x5c\x11\x63\x77\xab\x0d\x81\xe8\xee\x5c\xa3\x5d\x1d\x00\x24\x54\xf3\xce\xb3\x7a\x19\x50\xe0\x0c\xa4\x84\x03\x07\xe3\x99\x3f\xf1\x9d\x15\xe3\xea\xb7\xaa\x81\xb4\xdd\xc0\x8b\xf1\x5f\xf7\x81\x68\x68\xbf\xac\x83\x20\xf3\x3e\xfe\x17\xef\xe1\xcc\x35\xa0\xf9\x52\xe0\x98\x13\xd0\x7c\x37\x70\x40\x1f\x68\x17\x04\x94\x7d\x07\xa8\x2e\x60\xbd\x83\xee\xe7\x81\xbc\xeb\x8c\xeb\x4a\x51\x52\xda\x68\xe5\x3e\x07\xe9\xd7\x01\x43\x67\xf6\x73\xe9\x44\x93\x50\xcc\xf7\x35\xe3\x8e\x01\xd3\x77\x01\x31\x6a\x80\x7d\x19\xdf\xff\x96\x4e\x66\xab\xa6\x32\xf6\x11\xfb\x07\x10\xbe\x56\xca\x0a\x81\x35\x97\x81\x15\xef\x98\x13\xb3\xca\x0b\xc8\x6f\x05\x24\x1e\x05\x0e\x26\x01\x89\x29\xc0\xd9\x35\x80\x14\xd5\xee\xb6\x60\xfb\xff\xac\x06\x92\x6a\xb8\x7e\xdf\xd0\xfe\x5a\x1d\x00\x81\x03\xcb\x78\xff\x4f\xe2\x82\xf7\xb7\x78\x0f\xa7\x7a\x01\xd2\xf9\x50\x3a\xe3\x4b\xf3\xb2\xcf\x83\xfd\x48\xee\xf3\x50\xf0\x07\xeb\xec\x64\xdd\x60\xff\xc8\xb8\x0b\x68\xfc\x0c\xa4\x2d\x00\xb4\xf4\x80\xb5\xaf\x19\x63\x58\xa3\x0d\x18\x57\x02\xf1\x6d\x80\x49\xad\x80\xe8\x34\xc0\x7a\x11\xe3\xfa\x8e\x16\x40\x54\x73\x60\xbe\x2a\x10\x61\x0c\x2c\xfe\x08\x44\xbe\x01\xc2\x4c\xf8\xe7\x09\x7f\x02\x11\x3f\x00\xe9\x6e\x8c\x97\xe7\xbf\x07\x56\x8c\x06\xf6\xbb\x01\x31\x4d\xb8\x5f\xce\xca\x6e\x80\x74\xde\x96\x72\x4d\xc9\xd7\xe3\x9c\xff\x6f\xfb\x65\x1e\x80\x3c\x0f\x77\x23\xea\xdb\x2f\xf3\x1e\xce\x8b\x6a\x89\xcc\x7b\x38\x22\xea\x99\xb5\x7d\x1e\xa2\x81\xa6\x39\xc0\xd6\x39\xdc\x67\x68\x53\x20\xd0\xa9\x1f\xf7\x2d\xe9\x69\x0d\x24\x9f\x06\x06\xc5\xf1\x7a\x1f\x66\x0d\xc4\x0e\x03\x0c\x5e\x01\x31\x4a\xc0\xc4\x13\x40\xd8\x3d\x60\x4a\x05\xb0\xec\x12\xe3\xdd\xc1\x16\xa0\x9b\x0e\xc1\x76\x80\xb7\x07\x10\x7a\x8e\xf9\x41\x61\xff\x00\x89\x3b\x18\xe7\x4f\xd7\x01\x42\xff\x04\xb6\x2f\x01\xc2\x36\x01\xfb\x7c\x81\x88\x5d\xdc\xb3\x2b\xc2\x89\xfb\xc4\x48\x47\xed\x17\x3f\x7f\xa1\x03\xf1\x0d\xfd\x8b\x85\xfa\x0d\xf0\xee\x86\x7d\x5f\x1a\xe8\x5e\x1c\xfb\x85\xc7\xf2\x66\x62\x17\xfc\x97\xc7\x6d\x02\x1f\x95\x76\xd1\xc6\xab\x81\xb4\x3e\x40\x9b\xb9\x40\xea\x3b\xa0\x9b\x33\xfb\xb3\x34\x1f\xb1\xb9\x52\xae\xc1\x7a\xf7\xa3\xb2\x80\x70\x2b\xc0\xb8\x14\x58\xb6\x0b\xb0\x88\x05\x42\x5a\x03\x33\xd3\x81\x00\x7b\xc0\x65\x01\xe0\x67\xcf\x18\xb6\x7f\x08\xb0\xcc\x10\x08\x2e\x01\x56\x37\x05\x82\x5e\x00\x1b\xf7\x03\xc1\x0f\xb9\xb6\x1c\x18\x0a\x1c\x18\x08\x2c\xbb\x07\x5c\x38\x01\x2c\x6b\x01\xfc\x14\xc3\xff\xe7\xd5\xcb\x6f\xeb\x40\xcc\x7b\x51\x1f\x0f\xff\xe9\xe6\x37\xd6\xc3\x37\x74\x2f\x64\xfe\xc7\x4e\x91\x1d\xe6\xaa\x73\x7f\x98\x0c\x81\xff\x4b\xf1\xbe\xc9\xf7\x75\x7a\x07\x2b\x27\x00\xdd\x0a\x80\xe8\xf6\x40\xff\x16\x40\x48\x22\xa0\xab\x06\x04\xb7\x04\xc6\x2c\x03\xfc\xb3\x81\x49\x46\x80\xcf\x51\xc0\xd6\x07\xf0\x75\x06\x9c\xee\x01\x8b\xa7\x02\x1e\xc6\xc0\x52\x25\xd1\xff\x81\x94\x34\x01\xdf\x6d\x1c\x27\x97\xfe\x01\xec\xf4\x05\x96\x18\x33\x33\xd5\x4f\x68\x18\xf9\xd7\x00\x3f\x47\x00\x52\xf2\xf3\xfe\x44\x9d\xdf\xcb\xcf\xfd\x5b\x3a\x10\x3f\xfd\xdc\xc0\xfe\xab\xf5\xfd\xe0\x2b\xdd\x8b\x06\xfd\x2e\x72\x44\xd5\x75\x83\x38\x45\xae\x71\xe5\x78\xb2\x62\x17\xd0\x4c\x03\x08\x8f\xe4\x7e\x64\xcb\xfc\x01\xf5\x5b\x40\x40\x20\x30\xe4\x2d\xb0\x64\x1e\xa0\x37\x15\xf0\xfe\xc4\xbc\x18\xcf\x2c\xee\x3f\xb7\xf0\x4f\xc0\x61\x0d\x30\xef\x06\xf7\x7f\x98\x6f\x07\x04\xb5\x03\x3c\xad\x80\xb8\x7f\x01\xcf\x59\x3c\x0f\x9e\xb9\xc0\x0e\x1f\xc0\x73\x36\x70\x30\xa8\x4e\x07\x62\xd1\x34\xe0\xc1\x75\x60\xf1\x10\xe0\xc3\xcf\xc0\x5c\x8d\xfa\xfc\x8f\x86\xfa\x17\x53\x8e\xf0\x58\xdb\xf7\xe5\x5b\x7e\xd0\xa0\xef\xc9\xff\xe2\x7f\x24\x08\xfc\x37\x32\x8f\xc7\xa0\x07\x40\x4b\x5b\xc0\xef\x01\xd0\xf9\x27\xc0\xab\x35\xd0\x57\x7a\xd6\xbe\x80\xee\x09\xc0\xbd\x08\x18\xfb\x16\x70\xb7\x64\x4c\xdb\x35\x01\xb0\xef\x0a\xb8\x3e\x67\x1e\xe1\x9c\x37\xcc\xaf\x9d\xdb\x8a\x7d\xcc\x51\xca\xa1\x0e\x03\x4e\x41\xc0\x76\x77\xc0\xfe\x0f\xe0\xe0\x55\xe6\x43\x5c\x50\xab\xd3\x81\x98\xb3\x03\xf8\xd0\xe5\x6b\xfe\xc7\x94\x7c\x1e\x65\x3d\x04\x99\x0f\x50\x6b\xbf\xa8\x96\x9c\x11\xfa\x28\xdf\xec\x7b\x22\xf0\xfc\x3c\xc1\x8b\xca\x14\xa7\x85\xf5\x42\x07\x40\xe6\x7f\x84\x09\x74\x62\xe9\x78\x40\xe9\x31\xe0\x1d\x07\xb4\x3f\xc3\x76\xf7\x78\x03\xb8\x0c\x05\x06\x47\x01\x8e\x19\xc0\xa8\xc7\x80\xc3\x68\xee\x33\x36\x33\x95\xf1\x6e\xfb\xa7\xc0\xfc\x35\xac\x31\xb5\x34\x07\x98\xee\x0d\xc4\x26\x02\xd3\xb6\x0b\x1d\x08\xe9\x24\xe5\x0c\xd8\x56\x01\x07\xbf\xab\xd3\x81\x98\x6e\x07\xdc\x33\x02\xa6\x0e\x00\xfe\xd4\xf9\xa2\xff\x49\x83\x3e\x20\x32\x1f\x40\xe6\x41\xc8\xfd\x7f\x64\x1e\x94\xec\x07\x87\x85\xfe\x81\xac\x7f\x52\xeb\x07\x32\xff\x43\xf8\x4d\x2d\xff\x43\xee\xca\x2d\x74\x53\x64\xfd\x0b\x9f\x4c\x1e\xe7\x9d\x66\xbd\xa9\x39\xef\x81\xce\x53\x81\x99\x7b\x80\x7e\xeb\xeb\xf8\x0f\x33\xec\x80\x89\x4a\x80\xb5\x29\xdb\x66\xdd\x1a\x70\x6b\x0d\x58\x2a\x71\x1e\x61\x61\x0c\xac\xbc\x07\x98\x67\x32\xc7\xd8\xac\x05\xeb\xa3\x4c\x3a\x07\x1c\x6d\x01\x98\x2d\x01\x2e\x1f\x03\x4c\xcb\x80\x7b\xad\x39\x87\x7f\x1f\x5e\xf7\xbc\xe5\x3e\x20\xba\x63\x04\x0f\xe2\xb7\xfa\x7c\x80\xff\xa9\x7f\xf2\xfa\x1b\x7e\x20\xf3\x3f\x04\x56\x2a\xeb\xa0\x44\x8b\xbf\x93\x79\x30\x72\x75\xda\xb1\x90\xc7\x69\xd7\x81\xd6\x27\x00\xdb\x00\x40\x0a\xb1\xe6\x4b\x80\x21\x79\x80\xd9\x51\xc0\xf0\x32\x60\x1a\x0c\x58\xc5\x70\xcc\x98\xeb\xca\xbc\x0e\x69\x1e\xc6\x97\x32\xe7\xce\xd0\x9b\xb9\xd7\x86\x67\x79\x1e\xf4\x4b\x81\x43\x25\x80\x41\x37\xee\x75\x68\xa0\xc7\xfe\x20\x3d\xe7\xb7\xaf\xeb\xf4\x2f\x64\xde\x47\xaf\xcf\x3c\x76\xbf\xc8\x63\x17\x11\x47\xcf\x7e\xfc\x6f\xfb\x65\xdc\x73\x97\xe0\x79\xc8\xb8\xef\xb7\xf8\x1f\x72\xff\x93\x30\xf1\x3e\x32\x0f\x66\xbe\xe8\xce\x3c\x5b\xac\xb3\x29\xbe\x80\xd2\x55\xc0\xb4\x19\xe7\x19\xc6\xff\x00\xfd\xcb\x01\xa3\x95\x80\x7e\x25\x30\xda\x0c\xb0\x38\xc8\x39\x97\x53\x15\x30\xe2\x14\xe0\x37\x96\xb9\xfc\x2b\xc6\x03\x3a\xae\x9c\x2b\x6a\xde\x05\x76\x44\xf3\x5e\x2c\x9d\x2f\x06\xaa\xf1\xba\x18\x30\x07\xb8\xeb\x0c\x68\x5c\x07\xde\x0c\x01\x7a\x79\x08\x7b\x9f\x09\x1e\x84\x22\x8f\xad\x84\x7f\xb4\xb8\xc7\xe3\x49\xf5\xfa\xf6\x7f\x53\xff\x44\xe4\x53\x5f\xf1\x3f\x04\x8f\x24\x4a\xf0\x06\xbe\xe2\x3f\x88\xd3\xf6\x0c\xf1\xfb\x09\xa2\xaf\xd4\xe8\x6d\x40\x9b\x6d\xc0\xc8\x7e\x40\xaf\x5e\xc0\x30\x5d\xee\x3f\xa7\x55\xc2\xdc\x1f\xc9\x3e\x69\x1e\xfa\xe7\x01\x4b\x54\x00\x8d\x8e\xc0\x0a\x3b\xa0\x97\x22\x2b\x3f\xf7\x1c\x0f\x14\xe8\x00\xdd\x97\x30\x87\xaf\x8b\x3b\x70\x21\x1a\xe8\x18\x08\xdc\x99\xce\xb9\xed\x6b\x2f\x40\x55\xe8\xc0\xb4\x10\xf1\xa0\x89\xd8\x1f\x14\x44\x9f\x18\x85\x62\x1e\x1b\xf2\x3f\x1a\xea\x9f\xd4\xae\x83\x06\xfc\x8f\xd5\x22\x9e\xca\xdd\xfa\x83\xa3\x79\xf4\xf5\xe5\x71\x81\xe0\xcf\xd4\xf2\x60\xc4\xdf\x19\x0b\x9d\x11\x2d\x25\xa0\xd1\x5c\x60\xe0\x18\xa0\x6b\x5b\xa0\x6f\x30\xa0\x7d\x96\xd7\xca\xc4\x59\x40\x77\x27\x60\xf6\x62\xa0\x53\x21\xe0\xd5\x0f\xe8\x60\x07\x84\x9f\x03\x54\x1a\x03\xc9\xef\x81\x36\xa3\x81\xdc\xbf\x80\x56\x0b\x80\x3d\xff\x00\xca\x0f\x81\xd3\x0a\x40\xb3\x6d\xc0\x4d\x7b\xa0\xe9\x18\xe0\x97\x85\x40\xe3\x1c\xe0\xd3\xe2\x3a\xbe\xc7\xb7\xc6\xaf\xf8\x1f\x9b\xeb\xaf\x83\x8c\x6b\xf5\xed\x5f\x23\xaa\x8b\x31\xe2\x3c\x12\xf2\x98\xbb\x91\x2f\x09\x62\x3d\x14\x59\x07\xc5\x85\xd4\x92\x80\x69\xd9\x4d\x49\xf7\xc1\xf4\x4c\x33\xba\xff\x38\xc2\x5b\x99\xf0\x75\xf5\xae\x2d\x49\x9d\xba\xc3\xf6\x36\x63\xdb\x79\x02\x6d\xe3\xdb\x1c\x1a\xd0\x08\x68\x11\xd0\x76\xe9\xd8\x16\x40\xd3\x59\x6d\x13\xa7\xb5\x01\x94\xfc\xdb\x2e\x9d\x4f\xcf\xa0\xed\xf4\x10\xae\x7c\x6a\xae\xa1\xb5\xd7\xfa\xda\x16\xf2\xe1\x56\xbf\x95\x52\x0e\xd3\xf2\xbb\x93\x84\x20\xb6\xb4\xbd\x4e\x7b\x5f\x8b\xd1\x4f\xc9\xd7\x9b\x9f\xfe\x9b\xea\x7f\x4d\xc6\x09\xde\xc7\x82\x2f\xf9\x1f\xf2\x58\x52\xf9\x0d\xfb\x45\x3e\xb0\xfe\x08\xf3\x7e\xd6\xa8\xb0\xfe\x4b\x74\x75\x73\xca\x18\x96\xa5\xb5\xa1\x95\xb3\x64\x60\x2b\xfa\xcb\x05\x27\x18\xb5\x76\x7e\xc7\xfa\x19\xd3\xdb\xb0\x4a\xb9\xd9\x22\x46\x27\x0c\x7c\xbb\xd1\xbd\xe0\xfe\x47\xbb\x53\x35\xb5\xdd\xaa\x9e\x39\xfc\x09\xbd\x95\x9b\xd1\xfd\xc4\xde\x7a\xac\x24\xd2\x3b\xc5\x80\x2a\xa2\xea\x33\x59\x49\xa0\xe7\xbd\xf9\xb4\xf7\xa8\x97\xf1\x0d\x52\xb5\x97\xab\xc9\x6e\xb5\x4b\x5b\x08\x61\xe8\x7e\xa0\x84\x2e\x38\x77\xfd\xa7\x82\x9e\x40\xb7\xc1\xd7\xa8\x5e\xdd\xc5\xeb\x09\x05\xe9\x2e\x15\x7f\x93\xc2\x49\x07\x31\x0f\x6d\x86\xf1\xa8\x2c\xfa\xc2\x34\x99\x24\x8d\x0d\xed\xdf\xf4\x0a\x94\x01\xad\xab\x69\xce\x7d\x60\xd4\x99\x07\x23\xf3\x5f\x96\xbb\xa9\xf0\xed\xf1\xf4\xce\x54\xe7\xf6\x9c\xd8\x8d\xef\xff\xb7\x51\xa7\xc8\x30\x63\x0c\xf3\x5e\x26\x29\xf6\x23\xab\xc6\xdc\xe0\xae\xdc\x5a\x5d\x07\x52\x06\xd2\xdd\x66\x08\x45\x96\xc6\x7e\xda\x02\xf7\xd6\x29\x6c\x41\x6b\x50\x7b\x5e\x1f\x8a\x1d\x3a\xdf\x19\x50\xbd\x4c\xf3\x95\x35\x79\x90\x76\xaa\x3b\x21\x29\xda\x3d\x43\xa8\x36\xa0\x95\x98\x40\x95\x3d\xcd\xe6\xdc\xdf\x7f\xf0\x8e\xdd\xb4\x46\x07\x15\x55\x50\x9d\x7a\xd0\x80\xab\x84\x8b\x0c\xc8\x79\x40\x33\x3f\xc0\xfb\x4f\x8a\x55\x7d\xca\xd9\xee\x9e\x83\xff\x1f\x7b\x6f\x1d\x96\xe5\xb6\xfc\x0f\x8f\x5d\x88\x0a\x98\x28\x2a\x58\x98\x84\x28\xd2\xdd\xdd\x9d\x22\xdd\xdd\xa9\x08\x88\x94\x22\x20\x02\x2a\xd8\x85\xdd\xdd\x85\x5b\xdd\xb6\x28\x76\x62\xd1\xb5\xde\x8b\x99\xfb\xd1\x2d\xfb\xf8\x9e\xef\xff\xbf\xb3\xaf\xeb\x5c\x73\x90\x87\xe7\xbe\xd7\x5a\xb3\x66\x66\xcd\x7c\xd6\x67\x48\x8e\xe3\xee\xf3\x12\x2f\xca\x46\x13\xc0\xbc\x7b\xf1\xf9\x81\x88\x4a\xc9\x13\x19\x8e\xb7\xc6\x78\x7d\x90\xd2\x4e\x4c\xc0\x13\x57\x9c\xff\x04\xf4\x8c\xa1\x46\x94\x45\xf4\x91\x9c\x8a\x7d\x74\x9c\xb7\x12\x3b\xbf\x45\x82\x04\x46\x22\x06\x30\x0f\x51\x28\xca\x1d\x84\x1b\x90\x16\x94\xc1\x3c\xff\x14\x63\x59\xb4\xb4\x23\x6a\xe4\xb8\x93\x8c\x22\x17\xc1\x29\xec\x19\xea\x4d\x3f\xd3\x0c\x2a\xae\x93\x45\xdb\xa2\x34\xd2\x08\xcf\x32\x4a\xbd\xdd\x50\x73\x14\x6e\x84\x63\x1d\x4a\xfe\x40\x3a\x56\x0a\x15\xfc\x8b\xf1\xf3\x72\xf5\x94\x01\x95\xcf\x39\x81\x6b\xba\xe8\xdc\x0d\xdc\x2f\x0b\x26\x3f\xc5\x18\x78\x61\xfe\x0f\xf4\x7d\xd2\xbb\x39\xfc\x47\x16\xc9\x19\x5c\xdf\x1c\xe2\x45\x29\xf9\x36\x1c\xab\x7e\x39\xcf\x47\x51\x1f\x90\xf5\xe4\x40\x52\x1b\x26\x63\xa4\x18\xdb\x49\xd9\x74\x1e\x0f\x8c\x8f\xa6\x24\xce\x83\x9b\xe0\x7c\xec\xc6\x6f\x25\x41\x78\x01\x63\xa5\x45\xb8\x1f\xd4\xf3\x09\x37\xb0\x30\x47\x19\xe7\x41\xbc\x4b\x0d\xab\x4d\xe3\xfd\xd5\x70\xd7\x0e\xac\xd0\xe4\x76\xa2\x0e\x87\x2c\xd4\x9a\xcb\x8f\x3b\x4e\x67\x8f\x18\x7e\x52\x57\x64\x21\xd6\x9f\x74\x86\xea\x63\x45\x51\x8f\x11\xcf\xbf\x5e\x12\xd5\xfd\x75\xa2\x52\x71\x26\xb5\xcd\x0a\x11\x17\xa4\xe3\xbf\x09\x33\xcb\x9a\xf1\x87\x31\x9f\xaf\xe9\x7d\x19\xdf\x5c\xb3\x0f\xe1\x83\xd4\xd7\x7f\x46\xdb\xfd\xa7\xbe\x41\x92\x88\x83\xe0\xf5\x81\x5a\x51\x4d\xa8\x9c\x14\xae\x2b\x49\x9c\xbe\x24\xf5\x01\xa9\x58\x80\x38\x21\xff\x95\x8b\x30\x42\x72\x7f\x49\xeb\x68\xfb\x54\x09\xf1\x0f\xa6\xcf\x54\x08\x0f\xf8\x45\x0b\xeb\x12\xca\xc6\x3a\xa8\xad\x12\x15\x7a\xa8\xbd\x62\x7d\x0c\x70\xdf\x08\x55\x1b\x91\x65\xad\x36\xe3\x2c\x8f\x39\x67\x69\xcd\x93\x87\xe3\x13\xcd\x2b\x49\xd3\x2c\x7c\x17\x62\xc5\xcb\x52\x84\x3a\x93\x98\x7f\xa6\xba\xbf\xc5\xa9\x40\xd2\xbc\x25\xc9\x38\xe3\x96\x8e\x05\xf8\x64\x0b\x6e\x4f\x9b\x15\x1e\xc0\x3c\xbc\xc9\x99\x73\x38\x9f\xa6\xb5\xf7\xf0\x8d\x8d\xde\xbc\x41\xfb\x61\x5c\xd8\x4e\x9d\x2a\x1e\xb2\xdf\x78\x51\x88\x37\x66\x45\x35\xe1\x9d\xd2\x1a\x24\x31\x52\x88\x37\x96\xc1\xba\x44\xd4\x44\x62\x1f\xe0\xf1\xc0\xf0\xfa\x21\x39\xd6\x68\xe3\xae\xb3\x70\x20\x9e\x10\x7d\x51\x3d\x7c\x3b\xd5\x44\x53\xaa\x77\x5e\x30\xc5\x6a\x02\x0f\x07\x33\xc1\xd2\x82\xf8\x81\xb2\x78\x7c\x30\x3c\x1c\x0c\x4f\x3a\xd6\x90\x85\x75\xac\xa1\xbe\xf6\x8e\x35\xa4\x61\x0e\xfe\x5a\xa8\x51\x8e\xa5\x76\x79\xf4\xb3\x2f\xee\x50\x67\x95\x84\x7c\xfa\xdc\x0a\x3c\xcb\x38\xdd\x28\xbb\x4f\xbf\xdf\x49\xf8\x19\xa7\x53\xa8\x47\xf6\xc7\xe9\xec\x64\xa7\xf0\x02\xf3\xf5\x36\xea\x94\xa7\xb7\x96\xa5\xfb\xed\x84\xff\xe0\xcd\x0b\x8f\x07\x27\x09\x48\x9f\x23\x32\x29\x40\x0e\xa8\xd3\xc4\xd5\xf1\x3c\xae\x8f\xef\xeb\x7c\x83\xfa\x22\x59\x25\x9b\xe1\xdb\x19\x5d\x33\xc3\xfa\x8f\x96\x90\x15\xae\xab\xbc\x92\x2d\xda\x07\x49\x49\x3b\xfc\x02\xd1\x5a\xea\xd6\x30\x5a\xcd\x89\xf6\x83\x81\x1b\xc7\xd8\xe7\xc1\x79\xea\x25\x22\x84\x03\xf1\x16\xa1\xa3\x88\x87\xfb\x54\xb4\x87\x1e\x72\x32\xdc\xbf\x6b\xe3\x93\x3d\x7d\x6d\x50\xdf\xbd\x2b\x89\x81\xc2\x27\x29\x0e\xeb\xc1\x3e\x0f\x57\xe0\x59\xd8\x27\x75\xdd\x39\xfa\xfc\x36\xd4\x40\x6f\xd3\x93\x88\x17\xf3\xc8\xa2\x5c\x92\xc7\xd8\xc7\x68\xe9\x79\xb8\x18\xd7\xd4\x4e\x8c\x11\x1c\x39\x7e\x10\xe2\x45\x49\xb8\xa5\x88\x55\xb0\x88\x3a\x0d\xd4\xc6\xc0\xdd\x7a\x68\xa5\xbc\x2e\xd1\xfa\xba\x54\x5b\xe1\xfd\x5e\x9b\x67\x36\x58\xb7\x37\x9d\x49\xfd\x9f\xf4\x22\x9d\xd0\xfe\xff\xc4\xc1\x3c\x70\x45\xd6\xf4\x99\xb7\x88\xcd\x65\x42\xcd\x12\xdc\x67\x02\x6b\x97\xa0\x7f\xe8\x75\xda\x87\xab\xdf\xf0\x78\x61\x82\x0e\xf5\xc2\x7a\x4c\x60\xb9\x20\x8e\x37\x58\x80\xf4\x21\xb0\x9c\xea\x38\xc1\xe7\xe8\x7e\x77\x48\x92\x35\xfa\xc3\xb0\x09\x84\x1f\x0c\x61\x51\x18\xdb\x05\x67\xa5\x2b\xd1\xef\x8b\xf0\xe7\xa0\xeb\x5b\xb0\x9e\x15\x2a\x4e\x37\x86\x83\x9d\xaf\xe0\x3e\x09\x72\xbd\xcf\x68\x65\xdf\xa3\x7e\xf8\x67\xb5\x63\x6e\xc5\x2b\x93\xe6\xc1\x4d\xb4\x5b\x46\x9f\xa3\x03\x77\xa8\xb3\x29\xd6\xad\xbc\x23\xad\xb0\x4f\x9a\xbb\xbb\xed\x5c\xd2\x2e\x47\x8e\x07\x84\x70\x21\x06\x7a\x34\x4e\x8d\x06\xc2\x49\xf0\x70\x30\x92\x82\xde\x68\xbd\xa6\x1d\x26\x9e\x94\x71\xf5\x74\xc2\xe2\xdb\x10\x48\x76\xe0\x27\x2f\x4c\x04\xa7\x0f\xd1\xd1\xc4\xff\x10\xdd\x47\x08\xfd\x7b\xb4\xdf\x54\xc4\x87\x46\xff\x45\xf7\xbb\x63\x36\x6b\xe0\x37\xc6\xae\xb5\x42\x1c\x43\x74\xec\x62\xac\x4f\xc5\x28\xd0\x37\xc5\x38\xa5\x61\x6c\x17\x93\xbd\x1a\xcf\x02\x31\x91\x1b\x11\x69\x10\xfd\x75\x1f\x56\x98\x63\xc2\x2e\xa2\x25\x8e\xca\xb9\x8b\xf6\x22\x72\xf0\x0b\x8c\x5c\x78\xb8\x98\x50\xae\x5f\x92\x7f\x3f\xcc\xdb\xba\x58\x3d\xa1\xd9\x22\x5e\x14\x8f\x70\x47\x5c\x3f\x27\x31\x57\x44\x8d\x58\xe7\x53\x7f\x24\x63\x75\x8a\x94\x75\xbe\xf9\xa0\x1f\x54\x89\xa7\x71\x2e\x1a\x12\x84\x55\xf5\x39\x89\xc4\x1b\x22\xe6\x10\x8a\x7d\x33\x46\xd5\x85\xe1\x3e\x18\x54\x13\xcd\x8d\x3b\xf6\x00\x49\x1e\x1e\x26\xf9\x2d\xdd\xf7\x4f\x4e\x15\xc2\xb8\x20\xc9\x65\x1a\x6e\x90\x84\x95\xd2\xb8\xbf\x53\xa6\x6a\x62\x5c\x90\x9c\x68\x8e\x08\xc6\x94\x4c\x37\xdc\xe7\xa9\xdb\x43\xf1\x8d\x52\xf6\xa7\x60\x65\x3e\xd5\xa3\x00\xbf\x31\xe5\xde\x06\xd4\xd0\xe4\xf6\xdd\x98\x6b\x4c\xae\x3c\x85\x75\xed\x24\xb8\x49\xbc\x32\x36\x75\x68\x47\x12\x4a\xbe\xe0\x08\x79\xb8\x98\x48\xec\xbf\x17\xc8\xed\x63\x4f\x2d\x37\xfc\xad\x0b\x2c\xc1\x93\x82\xed\x2b\xe2\x85\x31\xdf\xe9\x8d\xeb\xa9\x5f\x19\x80\xde\x58\x53\x2c\x08\xbd\xba\xfc\xb3\x50\x7c\xba\x54\x19\x9d\xb0\xc5\x6b\x08\x1f\x32\x61\x5c\x2c\x5a\xa3\x11\xdf\xe8\xe6\x41\xbf\x73\x89\x5c\xc6\x97\x77\x22\x5f\xc6\xe1\x62\x32\x44\xfa\x21\x72\x86\x87\x87\xc9\x34\x9c\x86\xfa\x9a\xa9\x2c\x43\x7d\x91\x98\x06\xc6\xcf\x99\x49\x66\x84\x93\x31\x74\xc5\xbb\x1d\x59\xde\xc1\x8c\x3e\x97\x88\xf6\x21\xb3\x2b\x17\xf9\x2d\xb2\xc4\x2b\x66\xd1\xe7\x77\x61\xee\x24\xa3\xf6\x44\x2d\x3d\x87\xea\xbc\xcb\x9e\x3c\x46\xbd\x58\x7a\xee\x2d\xf2\xf0\xa4\xe9\xb5\xac\x87\x9f\xb8\x18\x2f\xb9\x25\x18\x47\xb9\x49\x78\xa1\x36\x39\x8a\xf8\xa3\x77\xb1\x96\x0a\x24\x9e\xc0\x9d\xd4\x17\x4a\x67\x02\x11\xd9\xfe\xc4\xc1\xec\x89\x46\x5e\xb0\x79\xcd\xd4\x4f\x65\xba\x74\x62\x2d\xed\x07\x72\x8b\xfc\xd9\x69\x68\x9d\x7a\x1f\x4d\x9f\x4e\xe3\xce\xe4\x4e\x2a\x3f\xf1\x30\x09\xfd\x11\xaf\xc3\xc3\xc3\xe4\xd5\xd0\x7d\xff\x82\x1b\x32\xe8\xff\x0b\x8c\x34\xd0\xdf\xe5\x1d\x37\xa3\xbe\x49\x35\x54\xf7\x2f\x50\x0f\xc4\x7a\x7d\xfe\x43\x2a\x08\x17\x98\x67\xa3\x7f\x2d\x78\x50\x86\xfc\x01\xf9\x9d\xdb\x75\x48\x1e\xc5\xfe\x27\xb9\xfe\x97\x4d\xe8\xb9\x64\x27\xb2\xb3\xde\xe0\xef\x57\x4a\x34\x62\x6e\x91\x70\x31\xee\xfb\x7d\x70\xbc\x4e\x39\x41\xf8\x16\x76\x42\xa1\xa8\x4d\xbc\xbe\x50\xfa\xfa\xc4\x87\xa3\xd1\x8f\x78\x52\x94\x7a\x53\x77\x1a\x1e\x0e\x66\x56\x5d\x1a\xee\x17\xd1\x3a\xea\xe6\x34\x2e\x8c\x78\x61\x06\x27\x65\x49\xfe\x3e\xee\x55\x9e\x24\x79\x78\x98\x12\xad\x7e\xc8\xe7\x50\xe2\x2d\x84\x1a\x58\x7c\x6c\x0a\x22\x0d\xd6\xf6\x22\x3b\x59\x3c\x82\x3c\x75\xf1\x2b\x53\xfc\xc6\xa2\x5a\x47\x7c\x83\x62\x9f\x00\xdc\x4f\x25\x45\x09\xb8\xfe\xc5\xe7\x32\x09\x07\x53\x44\xb9\xa1\x12\x05\x8a\x2f\x8b\xcf\x1d\xed\x47\xf2\x32\xe1\x61\x46\xfc\x8d\x1a\x5c\xa4\xf7\x0e\xf1\x10\x6b\xf2\x9b\xf0\xef\x88\x17\xc5\xcd\x33\x14\xbd\xd0\x4f\x1c\x90\x4a\x0c\x66\x4c\x8c\xad\xe3\x71\xd7\xea\x8a\x24\xa2\x9f\x54\x75\xa3\x1b\x57\x8b\xee\xa5\x63\x5c\x25\xb9\x9e\xfa\xc8\xcc\x08\xcf\x44\xd4\xe2\x44\x89\x15\xe8\x37\x46\x7e\xcc\x41\x2b\x3e\xc4\x38\x8f\xc3\x3b\xf0\xfa\x44\xf5\xc4\xc3\xac\xf7\xee\x87\x38\x95\x8a\x92\x91\xa8\xc7\xeb\x07\x4d\xc1\x19\xaf\xb0\x91\xc6\x4e\x35\x15\xaf\x55\x71\x7f\x94\xad\xa3\x33\x7b\x85\x83\x23\x9e\x68\xd6\xef\xf3\xc7\xb3\x7b\xc5\x1e\x3a\x77\xad\x77\xc9\xc4\x9c\xe1\x7a\x28\x42\xfb\xb2\x51\x76\x0b\x8e\xbb\x62\xd1\x01\x1c\x77\xb9\xe4\x79\xc4\xc5\x95\x33\xea\xb3\x56\x3e\xfe\x15\xda\xd7\x75\xef\xbf\x23\x13\xda\x3a\xc4\x57\x3b\x5c\x8a\x44\x34\x09\x8f\x0f\xc7\xbc\x22\x19\xd7\x51\xb7\x86\x32\x0b\xea\xf9\xe9\x18\x9d\x2b\x25\x65\x60\xf4\xbe\x60\xc0\x0a\x9c\x97\x79\x47\x73\xf0\xa9\xd3\x56\xe6\xa1\x3d\x10\x31\xcf\x47\xaf\xcf\xeb\x13\x35\x48\x84\xc7\x8b\x53\xc2\x65\xbc\xfe\x88\x87\x19\x41\x27\x99\x4d\xf9\x53\x70\x1f\x6c\x92\x20\x22\x99\x4d\x47\x94\xd1\x4f\x6e\x96\xa3\x4e\x7f\x9b\x14\x28\x97\xb1\xd9\x8f\x2c\xf5\xa6\x61\xf4\xe6\x9b\x47\x91\xff\xdc\x32\x84\xf8\x18\x37\x2d\xaa\x44\xfb\xb9\xe9\xf3\x3e\x25\xfa\xbb\x33\x2d\x24\x6f\xa2\x27\xa8\x1a\xf1\x1c\x99\x8d\xaa\xb2\xea\xf1\x5c\x57\xb9\x8a\xf5\x05\xb0\x7d\x43\xfb\xd9\x62\x2b\xf5\x87\x32\xce\x5e\x8e\xb3\xa9\x1b\x48\x7d\x73\xd4\x6a\x89\x2f\xa4\x67\x7f\xa8\x39\xce\x84\x7b\x9a\x3a\xa0\x10\x2b\x20\xc2\xc7\xa9\x3b\xcb\x08\x11\xd2\xce\x7e\x3f\xca\x29\x20\xb3\xed\xd9\x2f\x89\x87\x87\xd9\x31\xb9\x3f\xf1\xc1\x78\x8f\x44\x7f\xb9\xb3\x5a\x94\xf0\x2f\x59\x92\xf8\x0d\x3b\x4f\x2b\xe3\x8e\xdb\x51\x65\x88\x4f\xda\x51\x6a\x87\xe7\xaa\x9d\xf3\xbd\xd1\xa2\xed\x1c\x1d\x89\xb5\x95\x9d\x4e\x4b\x71\x9d\x77\x7e\xa4\x37\xda\x29\xbe\x1e\x71\x75\x3b\xa4\xe8\x6e\xe1\xce\xa8\xd3\xb8\x0f\x76\x28\xdf\x40\x04\xfc\xce\x93\xcf\x10\x3f\xb4\x63\xee\x27\xfc\xbe\x6d\x9f\xdb\x0a\x00\x5e\xa8\x53\x3d\xff\xbf\xe1\x1e\x4e\x5b\x01\x08\x6e\xa5\xbb\x50\x63\x7c\x00\xf6\xc7\x50\x3d\xb7\xba\x06\x60\xe2\x37\xe2\x3b\x10\x7b\x00\xb0\xc5\xb0\xfb\x44\x47\x7d\x4b\xa4\x8d\x01\xd6\x5e\xa0\x3e\xf6\x6b\x63\x01\xd4\xb2\x00\x0a\x9a\x01\xb4\x2d\x01\xf2\xc3\x00\x4c\x5c\xff\x51\xf7\x97\x00\xe8\xf6\x58\x19\x93\x01\x3c\x37\x74\x7b\x01\x80\x50\x33\x80\x15\xfc\x74\xe7\x2b\x6b\x3b\x40\x86\x38\x40\x96\x01\x40\xc1\x19\xfa\x7c\xc5\x1e\x80\xec\x41\x94\x43\xcb\xab\xa1\xde\xc2\x45\xea\x00\xb7\x7a\xff\xa3\xff\xc1\x63\x80\x6f\x25\xff\xee\x83\x91\xc9\xf1\x7c\xf3\xfa\x20\xbc\x10\x00\xe0\xab\x06\x78\x7c\x8c\xf8\xa5\xff\xee\x05\x30\xf8\xf6\xbf\x71\x0f\x67\x82\xe8\xfe\x25\xaf\xcf\xc3\xfe\x3d\xc4\x87\xb1\xbd\x9a\xfa\x1b\xf0\xf8\x0e\xaa\xfc\x00\x66\x5c\x02\x28\xbd\x45\xfc\x0f\x3c\x7e\xff\xee\xdd\xa2\xe0\x4f\xfc\x0d\x5a\xa9\x00\xd9\xfb\x01\x0c\xea\x00\x96\x35\x51\x9e\xbe\x7b\xfc\xdd\xfb\x3f\xb5\x2f\x80\xbb\x3d\xc0\xd2\xd3\x00\x81\x57\x01\x52\x1d\x00\xa2\x22\x00\x96\xe5\x01\x2c\xab\x04\x58\x5a\x0a\x90\x5b\x4e\xb9\xeb\xb2\x75\x00\x19\xd7\x00\x76\x58\x01\xac\x10\x03\x38\x76\x82\xe6\xe5\x8a\x08\xc0\x2a\x47\x80\xda\x06\x80\xc2\x23\x00\xcd\x07\x01\x0a\x42\xa8\xdf\x7d\xcf\x3e\x10\x71\xee\x24\x6b\x95\x01\xfa\x78\x00\xdc\xbb\x0d\xd0\x7b\xf2\xbf\x71\x0f\x17\x03\x01\x06\x8a\x01\x9c\xcd\x04\x18\x14\x0e\x70\xc4\x08\x80\x7f\x38\xdd\x31\x1f\xee\x0f\xb0\xd9\x88\xf8\x64\xaa\x3e\x02\x88\xdc\x06\x28\x9f\x06\x20\x96\x04\x50\xb2\x17\x60\xa6\x27\x40\x61\x03\x80\xb4\x13\x40\x81\x06\x80\xfc\x57\x80\x6c\x53\x00\xd5\x50\x42\x95\xea\x25\x01\xa4\xf9\x53\x5d\x33\x65\x3e\x80\xed\x29\xaa\x65\xba\x7a\x53\x3d\xb0\xdb\x0e\x24\x26\x03\x74\x7b\xac\xe4\x6c\x80\xa5\x43\x01\x52\xe5\xb8\x7b\xff\x29\x00\x65\x81\x00\x4b\x63\x00\x76\x28\x02\x2c\x13\x01\x38\x2a\x02\x90\x75\x03\xe0\x86\x29\x40\xd6\x24\x80\x27\xe5\xff\xee\x03\xc1\xeb\x03\xc2\xc3\x7f\x44\x8d\x26\xf9\xa8\x94\xea\xb4\xff\xaa\xf3\x76\xfb\x62\xdd\xff\x80\x7b\x48\x06\x18\xf0\x04\x60\x5b\x27\xc0\xc0\x59\x00\x55\xe7\x00\x86\xeb\x03\x94\xd7\x01\x8c\xcc\x05\x28\x31\x07\x18\x7f\x08\x60\xf5\x4e\x80\x69\x7b\x00\x56\xae\x03\x98\x7d\x12\x20\xe3\x3e\xc0\x7c\x1b\x80\xe5\xc6\x00\x4a\x51\x00\x69\x47\x00\xb4\x13\x00\x92\x0e\x53\x9f\x98\x98\xd5\x00\x96\x76\x00\x31\x1d\x00\x2e\xc7\x01\xa2\xb0\xb3\x2a\x40\xac\x1a\xd5\x42\xe2\x9a\xa8\x66\x9a\x5c\x0d\xb0\x4a\x0a\x20\xf9\x16\x40\xc5\x61\x80\xc4\x76\xea\x8f\x92\x60\x0e\x70\xe4\x12\xe5\x8d\xbb\xd7\x30\x55\x96\xea\xff\x69\xe3\x00\xbe\x7b\xfc\x63\xfc\xa7\x7f\x1f\x3f\xaf\x0e\xde\x6d\x17\xa0\xfa\xdf\xf5\xfe\x2b\xce\x24\x79\xb8\x87\xc3\x5c\xdd\x6a\x47\x77\x94\xe8\x49\x18\xad\xbe\xfa\xbf\xfa\x3c\x94\x5e\x02\x18\xfa\xe6\x1f\x7c\x07\x97\x28\xf7\xbc\xc2\x8a\xee\x58\xa6\xdd\x04\x90\xb8\x0b\x90\x1a\x0c\xb0\x48\x00\x20\x39\x08\x40\xc3\x15\x20\xa6\x0a\x40\x7f\x0d\x40\x74\x23\x80\xa5\x29\xf5\x35\xe8\x3e\xc9\x84\x8d\xa7\x79\x88\xae\xe3\xfe\x77\x8e\x38\x2d\x22\x9d\x00\x72\x9d\x68\xbe\xca\x3a\xbb\x4f\x1f\x00\x3b\x7d\x00\xe2\x4c\x00\x8e\xfb\x13\x9e\xe2\x7a\xcb\xaf\x3e\x10\xc9\x6e\x84\x8b\x89\x0e\xf8\x1d\xff\x11\xc8\xff\x3b\x0e\xe0\xbf\xe1\x1e\x7e\xf6\xfb\xe0\x4e\x89\x3f\xf1\x1f\x5c\x9d\x97\xf3\x0a\xb0\xda\x0d\x60\xc0\xbd\xee\x28\x10\xa0\xfb\xfc\xb8\x42\x19\x60\x7c\x2a\xf1\x78\x4c\x7a\x45\xfd\x0e\x66\xd9\x51\x9d\x47\x66\x2e\x40\x64\x14\xe1\xe8\x22\x7e\x00\xe8\x5e\xa5\x3a\xbd\xd9\x2d\x80\xe0\xeb\x00\x0e\x7c\x00\xc1\xbd\x01\x3c\xe5\x69\xbd\xba\x4f\x2a\x91\xcb\x68\x1e\x78\xfc\x07\x91\xf9\x00\xeb\xbf\x00\x84\x74\x02\x6c\x7f\x09\x10\x66\x48\x7c\xf7\xdd\x51\xd0\xcd\x50\x9a\xcf\x6e\x3b\x19\xa3\x00\xd0\xa6\xf0\x6b\xfc\x41\x31\x24\x7b\xf2\x40\xfc\x6b\x3f\xbc\x25\xd9\x93\xef\xa0\x67\xbd\x7b\x23\x57\x8f\xe1\xf5\xbb\xc8\xe5\x6e\x5b\x75\x7b\xdb\x81\x4e\x00\xe9\x3b\x89\x27\x85\xd7\xef\x21\x66\x30\xc0\x94\x6a\xc2\x73\x48\x86\x03\x44\x08\x92\xdd\x0c\xd6\x02\xd0\x3c\x09\x10\x20\x08\xd0\x1d\x27\xf8\x0d\x01\xb0\x0b\x02\xf0\xb5\xa0\x3e\x18\x3e\x0b\x88\xef\x3f\x50\x8a\x74\x3e\xf0\x23\x61\xe8\x02\xb2\x01\x2a\x06\x00\x04\x14\x03\xec\xbe\x0e\x10\xa4\x4f\x36\x3c\x48\x9d\x6c\x7c\xb8\x10\xc0\xbb\x3d\xbf\xc6\xef\xb7\x8a\xec\x24\x0f\xff\xd1\x93\x07\xe2\x5f\xfc\x27\x3c\xde\x0b\xee\x67\x1e\xef\xc5\x5e\x5e\xb7\x48\xae\x8e\xb1\x9e\xc3\x8f\xfc\x89\xef\x20\x39\x91\xfc\x50\xbc\x18\xc0\x18\x59\x80\x10\x17\x80\x09\xee\x00\x81\x42\x00\xe2\x2d\x00\x81\xca\x00\x0b\x0b\x09\xd7\xa0\x92\xf0\x0b\xff\xe0\x51\x09\x60\x9d\x02\xe0\x31\xaa\x3b\xe6\x07\x70\x15\x05\x08\x50\xa0\x9e\x18\x49\xf0\x0f\xfe\x03\x59\x80\xb2\x42\xf2\xb5\xbb\xf8\xe9\xf7\x27\xd3\x01\x3c\x9c\x68\x1e\x7e\xf2\x40\x6c\x25\x9c\xd8\x7f\xe3\x81\xe0\xcd\x03\x8f\xe7\xbf\xa7\x1e\xf4\xec\x7b\xc2\x9b\x87\x72\x8e\x07\x61\x0d\xa7\x4f\xbc\x53\xc4\xcf\x7e\x0f\x93\x01\xfa\x26\x01\x84\xad\x03\x18\x6e\x00\x10\x14\x06\x30\x4e\xa3\xfb\x5c\x4b\xfd\x94\xdc\xef\x03\xcc\x9b\x06\xb0\x98\x8f\x32\xd7\xce\x25\x00\x5a\x40\xb5\x3c\x8b\x6e\xa9\x06\xe0\xea\x4a\xb8\x86\x00\x46\xb2\xfb\xe4\x6a\x33\x02\x60\xc5\x08\x00\x9b\x5d\x00\xeb\x86\x01\x38\x86\x13\x4f\x8c\x9d\x02\xcd\x83\x8d\x25\x40\x4d\x19\x80\x4d\x06\xc0\xcb\x41\xd4\x3f\xa2\x35\xee\xd7\xb8\xf5\x39\x5e\x2d\x1e\xff\x85\x06\x57\xdf\xeb\xc9\x7f\x72\x96\xeb\xff\x72\xf8\x39\xc9\x9e\x75\xff\x4a\xce\x4e\xfc\xc4\x7f\x70\xf5\xbb\x3f\xf1\x3e\x04\x5a\x02\x0c\x9a\x03\xe0\x53\x0b\x20\xb8\x09\xc0\xbd\xdb\xbf\xfe\x00\x70\x2a\x24\x5c\xa1\x5d\x18\x80\xcc\x33\xc2\x88\x75\x9f\xab\x2c\x45\x48\x2f\xac\x32\xa8\x0f\x86\xf9\x01\xc2\x8b\x59\x00\xf9\x54\x53\x11\xea\x2d\x65\xa6\x4c\x3c\x10\xdd\x3f\xef\x52\x00\x30\xbd\x0d\x70\x26\x11\xc0\xd8\x19\xe0\xae\x06\x80\x69\x32\xc0\x2b\x11\x00\x0b\x29\xda\x0f\x3d\xc7\xcd\xc3\x41\xc8\x72\x7d\xd7\x7a\xea\xc1\x9f\xfa\x9e\x6c\xe5\xe6\xe7\x67\xbd\x93\xdb\x0f\x3c\xde\x07\x1e\x0e\x26\x65\xea\xef\xf3\xe0\xc5\xe9\x47\x77\x4c\xd0\x1d\xa7\xd9\xbf\xa6\xf8\xcb\x72\x23\xc0\x94\x02\x00\x53\x2f\xc2\x4b\x19\xd7\x01\x28\x9d\x05\x30\x9d\x0c\x60\xa4\x0c\x60\x50\x0d\x60\xaf\x0b\xa0\x57\x48\x18\x1a\x5d\x11\xe2\xc3\x30\x00\xb2\x0f\xba\xe1\xc4\x9f\xd4\x1d\xa3\xee\x96\xfd\xc5\x03\xa1\x73\x03\xe0\xfe\x4b\x00\x2d\x7d\x80\x0f\xe9\x00\xea\x49\x00\x1d\x97\x7e\x8d\x9b\x87\xfb\xe0\xe1\x1f\x78\x78\x80\x3f\xf1\x3e\xf0\xf4\x60\x07\x97\x55\xae\xe2\x58\x03\xcb\xb8\x7a\x7f\x4f\xfc\xc7\x72\xba\xa5\xfb\x93\xf7\xe1\x67\xdd\x9f\xc3\x97\x59\x06\x01\xf4\x0a\xa6\x75\xed\x8e\x47\x0d\x6f\x91\xfd\xec\x1e\x5f\xb7\x5e\x68\x55\x02\x2c\x7a\x05\xa0\x99\x45\x1c\x1e\xaa\x8b\x00\x6c\x3e\x03\xa8\xcd\x01\xf0\xdb\x49\x78\x8e\x24\x2b\x00\xe5\xd5\x00\x79\x6b\x00\x94\xca\x08\xb3\x2b\x5b\x03\x50\x3d\x0e\x60\xe1\x1e\x9a\x87\x85\xf9\x00\x77\x6a\x01\xe4\x36\x00\x7c\xa8\x05\x58\xd8\x03\xf7\xc1\xe3\xbd\xe0\xf1\x40\x8c\xcb\x26\xc9\xd3\x83\x23\x17\x7f\x1f\xff\x2e\x2e\x7b\xd4\x13\xff\xb1\x56\x9e\xd3\x83\x1e\xf8\x0f\x5e\xff\x93\xd8\x72\x6e\x3f\x74\x92\x74\xe7\xf0\x1f\x96\x1c\x5e\x57\xa7\x92\xfa\x6c\xa9\x4a\x01\x8c\x94\x02\x50\x6a\x22\xde\xc2\x6e\xdf\xd1\xed\x4f\x15\xf4\x01\x74\xf4\x01\xe6\x5b\x03\x58\x65\x02\x48\x55\x02\xf8\x4c\x02\x58\x30\x1a\x20\x71\x2b\x80\x54\x0e\x40\xde\x6c\x80\x39\x97\x00\xd6\x0f\x01\x98\x55\x00\xb0\xc7\x1f\x60\xe6\x24\x9a\x87\x99\x91\x00\x7f\x0b\x00\x4c\x7f\x47\xbd\xe1\xc4\x0a\x08\x5f\x3d\xfe\xe4\xef\xb8\x0f\x1e\x0f\x04\x0f\x0f\xf0\x27\xfe\x93\x9e\xf8\x0f\x1e\xfe\xe5\x5f\xf8\x8f\x1e\xfd\x4f\xa2\x38\xf6\x55\x1e\x0e\xc6\x89\xf3\xc3\x66\x17\x48\xaa\xdd\x21\x29\x57\x0d\x30\x2c\x0d\x40\xe6\x34\xc0\x24\x6b\x80\xb9\x1d\x00\xf3\x8e\x03\x48\x34\x00\x68\x34\x00\xcc\x4c\x06\xb0\x7c\x46\xbd\xfa\xbc\x6b\x00\xa6\x29\x92\x7d\x10\x1d\x02\xb0\xf2\x35\xd9\xda\xf5\x51\xd4\x53\xa5\x7a\x15\xf5\x10\x3d\xb7\x0c\x60\xf4\x0b\x80\x3b\x37\x00\x46\x5b\x02\x7c\x50\x03\x10\x2a\xa6\x79\xe0\xe1\x3e\x06\x73\x7d\x3f\xfa\x73\x7a\xd2\x8b\xf3\xab\x3d\xf1\x1f\xbb\xb8\x2c\xda\xbf\xfa\xdf\x70\x76\x82\x57\xff\xcf\xe4\x78\x4e\x92\xb8\xcf\xf1\x6e\x25\x06\x70\xb7\xd2\x78\xf8\x07\x3b\x0e\x77\x68\xb8\x91\xa4\x12\xe7\x8f\xe7\xce\x04\x18\xa0\x05\x30\x73\x38\xc0\xd8\x0b\x00\x53\x56\x13\xf6\x43\xd4\x0b\x40\xcd\x0b\x60\x7c\x28\x80\xc5\x70\x00\xe1\x4f\x00\x5e\xeb\x01\x46\x3d\x05\x88\xdd\x04\x20\xe0\x04\xb0\xe2\x76\xf7\xf9\x9e\xb0\xab\xfc\x85\x00\xbb\xba\xcf\x82\x93\x00\xce\x60\xdd\x10\xe0\xaf\x52\x80\xfe\x85\x00\x2f\x77\x00\x0c\x28\x06\x68\xef\xff\x6b\xbc\xff\x0d\xff\xb0\x9b\x63\x91\xfd\x6f\xf8\x8f\xac\x43\x24\x79\xf8\x8f\x18\xce\xce\xf2\xf0\x1f\x3c\x1e\x14\x1e\x9b\x3f\x0f\x07\xa3\xcb\x7d\x4e\x56\x83\xa4\x18\x97\xad\x14\x2e\x07\x18\x51\x03\x30\xea\x12\xc0\xb4\xc7\x00\x02\xef\x08\x8f\xce\xef\x0a\x60\x72\x1e\x60\xd0\x5f\x00\x8b\x87\x03\x0c\x58\x02\x10\xb9\x04\xa0\xaf\x34\x40\x46\x0e\x40\xaf\x55\x00\x25\xbc\x9e\x76\xdc\xde\x3c\x41\x4c\xd9\x70\x93\xdb\xcb\x2f\x7c\x49\x36\x71\x0c\xc9\xff\x09\xf7\xc0\x93\x7f\xc4\x7f\xf0\xf8\xc1\xb8\x71\x64\x4f\xfe\x7d\xfc\xbc\x7d\x10\xfa\x9e\xd3\x03\x4e\x5f\x3c\x46\x12\x5e\xc2\xae\x3f\xfd\xfc\x13\x07\x03\x84\x9f\x90\x54\xa4\x2a\x96\xf0\xc5\xbe\xe8\x99\x07\xd7\x0e\xc8\x1b\x78\x15\xa0\x5f\xee\x40\xd1\x89\xdd\x36\xe6\xd9\xc0\xac\x05\x98\xe1\x1a\xe8\x63\x80\xf9\xca\x81\x13\x5c\x31\xc6\x1f\xc0\x1f\x8e\xf7\x95\xfa\x1f\xa3\x7b\x9b\xfd\x27\x96\xe0\xdc\xf6\xfd\xb4\x0d\xc7\xdb\xa7\xf7\x31\xac\x0c\xf4\x6e\xb9\x8e\x79\xed\xde\x12\x4f\xb9\xb9\xa7\x3e\xcd\x60\xfd\xff\x37\x0f\xdb\x26\xfd\x3e\xfe\x12\xee\x6f\x0b\x6f\xff\x3e\xfe\xf4\x1f\x80\x9a\xf2\xb3\x0f\x50\x1d\x65\xd5\x7c\x37\x0c\xc1\xfc\xa6\x7b\xfe\x60\x44\x6a\xdb\xb5\x0e\xc6\x3a\x8e\xf1\x30\x7e\xcc\x57\x6b\xb8\xd2\x6d\xfe\xf9\xc3\x04\x51\xa3\xa6\xac\x16\xc2\xfa\xe7\xd0\x9a\x31\x26\xf4\xcd\x63\xf2\xfb\x63\xfe\x6d\xf4\x4e\x11\xac\x2f\x8c\xf1\x5a\x80\xf9\xa5\xd1\xba\x86\xa8\x63\xa3\xed\x5c\x71\x2d\xc6\x28\x87\x63\x8c\x32\x4a\x70\x19\xda\xaa\x51\x11\xc5\x78\x16\x14\xaa\x26\x0e\x0f\x81\xb6\x23\x98\xb7\x14\x38\x7d\x9d\x90\x26\x71\x4f\x91\x9f\x79\xf8\xec\xcf\x18\xfb\x0f\x5b\xc0\x10\x13\x3e\x38\x99\xc6\xdf\x47\x97\x9b\x07\x9c\x9f\x3f\x8d\x7f\xe5\x6d\x5a\xbf\xa5\x59\xfd\xb0\x9f\x4d\xbc\x08\x1f\x37\x7e\xaa\xd2\xfb\x7e\x18\x89\xb3\xbe\xd8\x75\x0c\x66\x15\xed\x14\xc6\x60\xf6\xcf\x74\xd8\x04\xac\x2e\x6a\x9e\x13\x41\xad\x95\x75\xa5\x7e\x32\x33\x96\x8b\x61\x3e\x6e\xb4\xd0\x54\xbc\x6d\xd5\x27\x67\x3a\xe7\x59\xa6\xf7\x19\x88\x7b\x69\xba\xc6\x44\xac\xe7\xce\xf0\x94\xc1\x4c\xdf\xd4\x37\xfa\x58\x9f\x98\x2a\x4f\x15\xd2\xa9\x0a\xa1\x38\x5f\x53\x35\xa9\x85\xc6\x54\x01\xba\x29\x26\x5a\xb7\x09\xf5\x64\xf2\xf4\xc3\x88\x81\x9f\xb8\xf5\x32\xce\xdf\x44\x95\x07\x98\x81\x9f\x98\xfc\x09\xeb\xe2\x22\xa6\xc4\xd3\x3c\x56\x8e\xc6\x2f\x70\x88\x24\x3f\xf6\x05\x59\xdb\xdc\x0b\xeb\x4f\xab\xaa\xa9\xca\x96\xed\x4d\x7d\x62\x96\x9e\xa3\x2a\x74\x82\xc5\x48\xba\x0d\x5d\x47\xbc\x28\x7e\x40\x38\x01\xb7\xdd\x13\xf0\x56\xa5\x9d\x13\x65\x15\x4d\x45\xa8\x3a\xa9\xf3\x49\x1c\xb3\xa8\xf2\xc7\x89\x4f\x61\xde\xe5\x39\x98\x97\x9c\x04\x52\xb8\xd3\xf8\x5f\x48\x73\xbb\x59\x86\xe3\xbb\x97\x7e\x30\x04\xf3\x93\x32\xde\xa4\x9a\xd2\x2d\xd2\x18\xdb\xca\xec\xd1\xc5\x8a\xc8\x7c\x19\x07\xdc\x1f\x32\xc1\x74\x53\x7e\xfe\xc0\x14\x8c\x65\xa4\x3e\x93\xef\x96\x16\x21\xbe\x66\xa9\xe8\x03\x38\xfe\x79\x72\x74\xdf\x7f\xf6\xa3\x7b\xf8\x66\x73\xf6\xbe\x2d\x46\x39\xa5\x1d\xe7\x6f\x5a\x01\x87\xff\xe0\x78\x30\x88\x17\xa5\xf0\x2b\xe1\x7e\x56\xd6\x09\xe2\x6d\xf0\xb4\x3b\x63\x31\xaf\xcc\xeb\x83\x14\xf1\x7a\x02\xd6\x67\xfd\x05\xa6\xa2\x96\x2d\x99\x3e\x83\xaa\xf2\xe3\xe7\x60\x7d\xd8\xe2\xb4\x24\x56\xd9\xf4\xb6\x52\xd5\x41\xc5\x86\xba\x6f\x4b\xab\x90\x45\x9c\x56\x29\x8b\x75\xc3\xd1\x4d\x0a\x88\x0f\xea\xaf\xa8\xc8\x45\xe4\x4a\x5c\xe4\xa6\xbc\x88\xf0\x30\xca\xda\x34\x0f\xaa\xf3\xa4\x71\xdd\x94\x55\xb4\x30\x8f\xab\x26\x68\x87\x67\x18\x95\xe9\xfe\xa8\x51\x2a\x09\xf1\x58\x9f\x51\x4d\xa4\xfb\xab\x2a\x49\x15\x18\xbb\xa8\xae\x24\x7e\x14\xa5\xa4\xb3\xb8\xa2\x8a\x35\x94\xa7\x57\x14\x7f\xd3\x41\x2b\xd3\x8c\x88\x97\x85\x9c\x3e\x48\xb8\x92\x9c\x89\x7d\xee\x73\xcd\xb8\xae\x0b\x4b\x45\xf0\xbe\x72\x7c\xb2\x28\xee\xe3\x9f\x3c\x30\x87\x24\xf0\xe9\xde\x22\x73\xf1\xad\x9c\xd2\x65\xf0\x75\x2d\xf7\x52\x9f\x20\x83\x2a\x39\xac\xae\x68\x24\x2a\xe1\xfa\xca\x6a\x10\x8f\xc4\xec\x6a\xaa\xc2\x4c\xac\xd5\xc4\x3c\xfd\x08\x11\xba\xa5\xdc\xab\xb7\x1e\xd7\xa1\x4b\x97\xeb\xf4\xa8\x6f\x4c\x88\x33\x7d\xfd\xc9\x68\x8b\x0c\x5c\x69\x46\x0d\x30\x4f\x03\xa0\xbf\xd5\x06\x2d\x90\x91\x04\xe5\xeb\x0d\xc7\xc5\x62\x5d\x5b\x6f\x33\xe1\xa4\xf4\x1b\x4b\x5f\xd1\xe7\x88\x29\x5d\xf7\xd1\x49\xcc\xdf\xeb\x8a\x5c\xc7\x95\xd0\xe6\xfa\x27\x69\xe9\x7f\xc1\xdf\xab\xe7\xd3\x7d\x66\x25\xae\x6f\x94\xec\xc1\x6e\xb9\xbc\xff\x14\xf4\xf8\xc9\x02\xb3\xf0\x69\x91\xa9\x84\xfb\x09\x0a\x9e\x8f\x6f\xe5\x79\xfc\xf7\x7e\x48\xd6\x5b\x95\xf1\xdb\x8d\xf7\x90\x7a\x6b\xbf\xff\x1d\x07\x23\x69\x61\x80\xf6\x74\xea\x29\x03\x3c\x89\x8f\x8b\x32\xc2\x79\x1d\x78\xd9\x84\x3b\x69\x98\x71\xf5\x7f\x4b\x0e\x81\xcd\xc3\xc3\x58\x49\xd0\x0e\xb3\x92\xa0\x79\xb0\x0c\xa2\x99\xb4\x16\xb7\xc6\x3a\x84\xd5\x0b\x4f\xb4\x23\x56\xa9\x74\x76\xb1\xfe\xb8\x1c\x63\x33\xab\xdd\xc5\x68\xa1\x2c\x13\x37\x1f\xa7\xbf\x3b\x82\x6f\x64\xde\x72\x05\xdf\xdc\x3c\xee\x01\xce\xa7\xb9\xf1\x07\xd4\x13\x53\x8e\x2f\xc9\xe0\x38\x49\x2d\xec\x77\xd0\x93\x07\x27\xa8\x49\x16\xfb\x98\x78\x6b\x11\xde\x87\xd7\x0f\xc9\xf6\x87\x06\xda\x3f\x53\x59\xbd\x1c\x9a\x6d\xc2\x0b\xfc\x09\x07\x33\xb1\xda\x02\x2d\xae\xa0\x98\x0d\x9e\xc0\xfa\x4a\xdb\x72\x48\x5b\x47\x6e\x5f\x38\xbe\x27\x0f\xcb\xc3\xc3\x38\xa5\x8b\x62\xcc\xe6\xcc\xa4\xf1\x2f\x1c\x6b\xe9\xc9\x2e\x35\x16\x38\x93\x2e\xe0\x81\x48\x14\x97\xea\xb0\x4b\x24\xc9\x87\xbb\xba\x15\xe2\x3e\x72\xb1\xaa\xec\x4d\x9f\xa3\xb3\x81\x63\xcd\x39\xc4\xfc\x3b\xce\xb9\x8d\x2b\xe3\x28\xf2\x0a\x35\xde\x61\x48\x23\xda\x17\x1e\x2e\xc6\x0c\xf9\xcc\xa3\x77\x2f\xc4\x71\x87\x4c\x57\xc1\xfa\xa3\xaf\x91\x26\xda\x35\xb7\x3a\x5a\x5f\xc7\x75\x84\x83\x31\x37\x33\xc2\x7d\x61\xe4\x6f\x81\x91\xb5\x46\x81\x35\xae\xa7\x42\x9c\x2d\xfa\x4b\xc9\x3d\x76\xe8\x1f\xa6\x9f\x76\xc4\x93\xe9\x38\x45\x8a\xa4\x86\x15\xb8\x50\x9f\xa8\x5f\xbc\x30\xeb\x48\x7a\x67\xf7\x42\x7b\xc6\xc3\xc3\x78\x1e\x98\x82\xfb\xd7\xa7\x56\x0a\xe7\xc1\xe7\xa1\xba\x1c\xbd\x91\x05\x8e\xc7\x0f\x08\x79\xe1\xbb\x39\x04\xd7\xdf\x77\x12\x75\x26\xf0\x9b\x51\x80\x8f\xf2\x1d\xb9\x1e\x35\xd8\x27\x67\x2f\xfa\x55\x9f\xa4\x0b\xb8\xde\x3e\xe9\xb7\x51\xe3\x97\xdc\xa2\xfd\xe1\x9e\xfa\x09\xed\x89\x5b\x2e\xf9\x0f\xc2\xc5\x84\x55\x13\xde\x89\xd7\x0f\xca\x7d\x8f\x29\xed\x03\xb0\xc4\x5d\x68\x5d\x6f\x85\x68\x3d\xa3\x7a\xc2\xc1\xe8\xa8\x38\x61\x1d\x98\x87\x83\x59\x38\xdc\x05\xfb\x00\xcd\xbc\xe5\x8a\xd6\x5a\xb4\xd6\x03\xc7\x3d\x2a\xce\x13\x4f\x64\x83\x4c\xff\xc5\x0b\xc3\x45\x6e\xa1\x92\xe4\x99\x83\x6b\x08\x91\x19\x2a\x4b\xf3\x10\xbc\x4a\x1a\x65\x48\x15\x31\x30\x85\x1a\x11\x9e\x34\x54\xdf\x19\xf9\x01\xc2\xf0\x0e\x13\x40\xd8\xf4\x44\xc2\xc9\x70\xf7\xfd\xc3\x1c\xcb\x9e\x90\xdc\x85\x6f\x1c\x72\xf2\x38\x9e\x7d\x83\x45\xae\x13\xe3\x91\xd3\x63\xac\x93\x07\xa9\x7f\xc1\x15\x09\x14\xef\xc2\xfa\x9e\xe7\x69\xcc\xdb\x4a\x19\x63\x66\x89\x87\x83\xe1\xf5\x83\xb2\x1b\x4c\x7c\x3f\x3c\x1c\x8c\xe1\x3c\x37\xd4\x0b\x1e\x0e\x46\xee\x99\x07\xe2\x2d\xe7\x03\x8d\x53\x5c\x84\xc6\xf9\xb3\x3f\xd2\x69\x7f\x5c\xcd\x7e\xe7\x82\x38\xbb\xf0\xb3\x4f\x12\xd7\xd1\x2f\x46\xb8\x8f\x1c\x49\x41\xc4\x79\x44\xfb\x4d\x41\xcf\x13\x3b\x5f\x1a\x3b\xd9\xc5\x78\xab\xe2\x9f\xc4\x99\xd0\x3c\x44\xef\xa4\x7a\x77\xec\x1a\x7f\xb4\x8b\xf1\x22\x09\xa8\x59\x71\x1f\xb3\xf1\x15\xe3\x3a\xd6\xe1\x99\x27\xe6\x33\xc5\x55\x31\xdf\x0e\xa3\x27\x8c\x79\x7f\x15\x77\x7e\xd4\xe5\xfb\xd8\xf1\x29\x6a\xc4\x1b\x5c\xc9\x9f\xb8\x18\xe4\x89\xf1\x16\xb1\xc5\xf5\xf7\x10\x70\xc6\xa7\x38\xf2\x3b\x63\x54\x66\x55\xb7\x18\xbd\xb2\xd1\x39\x0f\xea\xd2\x66\xee\x8d\xab\xa3\x9a\x48\xa8\x35\xd9\xf1\x01\xd8\x4d\x60\xae\x38\x87\x83\x69\x0e\x41\x3f\x2b\xec\x17\x8a\x19\xae\xe1\x15\x84\x0b\xe9\xe5\x1a\xc5\x21\xcb\xe3\x32\x49\xc6\x73\x1d\x2b\x93\x13\xfb\xe0\x78\x92\xaa\xa9\x5f\x52\x72\x22\xe1\x48\x53\x24\x28\xd2\x48\xa9\x23\xcf\x93\x72\xcf\x04\xcf\x6a\x29\xee\x0e\x88\x18\x48\x53\xa7\x19\x4f\x1b\x11\x8b\xf1\x64\xea\xfa\x4c\xb4\x58\x69\x7a\xc5\x68\x99\x53\x6e\x6f\x42\x1c\x41\x6a\xce\x41\xc4\x15\x24\x3f\xbb\x80\x08\xb6\x24\xb8\x9d\x4e\xf2\x05\xbe\x71\xc2\xba\x86\x95\x34\x7f\x2c\x16\xc0\xc3\x89\xd8\x25\x7e\xe2\x60\x78\x7c\x38\xd7\xbd\xf1\x74\x62\x50\x4d\x4f\x55\xcf\xf7\x47\x1c\x8c\x42\x5a\x08\xc6\x97\xf3\xc5\xc9\xed\xf1\x70\x30\x93\x6c\x08\x1f\x32\xca\x2c\x06\xfd\x09\xdf\xe1\x38\xee\x26\x4e\x0a\x77\xca\xe9\x89\x87\xc9\x8a\xef\x8f\x78\xa6\x8c\x3b\x82\x68\x0f\x96\x47\xd1\x11\x2d\xa3\x48\x12\xeb\xb2\x59\x6b\x54\x90\x3b\x38\xab\xdc\x18\x3f\xb7\xa2\x9a\x70\x94\x59\x46\xa4\x81\x59\xcd\xd1\x88\xe8\x5a\xa1\x4f\x4c\x1c\x59\x6c\x0d\xae\x6f\x56\x6d\x15\xee\x97\x8c\x33\xfb\xd1\xc3\x67\xd4\x9c\x25\x7c\x8c\xc9\x6d\xb4\x1b\x19\xd7\x5e\xe2\xf8\xd3\x8e\x7c\x20\xc4\x70\x53\xdb\x66\x00\xa7\x26\x2f\xb4\x87\x76\x32\x3e\x98\x39\x31\xf7\xf6\xc7\x59\xe4\xf5\x85\xd2\x31\x09\x43\xad\x53\xd9\x10\x89\x5a\xb8\xf0\x4c\x14\xfe\x5e\xd2\x39\x1e\x57\x63\xba\x5c\x02\xb2\x75\x89\xcc\x48\xc0\x55\x14\x4c\x48\x09\xe8\x96\x03\x4d\x52\xb9\x1b\x5a\xcb\xbe\x91\xcc\xdc\x45\x32\x97\xb3\x0f\x05\x29\xfd\xd1\x83\xf2\xf0\x30\x05\xd2\xa2\x88\x47\xc8\xbf\x25\x85\x1a\x97\x5f\xa8\x8a\x6f\x90\xd7\x68\x84\x1a\x9b\xf7\x89\xfa\x05\x15\xc4\x78\x63\x7c\x59\x20\x16\x89\x38\x89\x9f\x3c\x31\x45\xab\x09\x47\xd3\xb0\x01\x57\x32\x5f\x72\x0f\x5a\xac\xbc\xf0\x53\xe8\x17\xf2\xe5\x6e\xa1\x41\xce\xf5\x7f\x82\x2b\x92\x23\xf5\x01\x73\x0c\x2b\xeb\xda\x26\xfd\xe2\xc3\xb1\x14\x0b\x41\x3b\xf8\xb3\x2f\x54\x22\xed\x63\xf5\x0b\x31\x68\x6d\x14\x6b\x88\xed\x6f\x7e\x75\x02\xa1\xbc\x4f\x24\xa3\x97\x9b\x7a\x35\x0d\xdf\x5a\x38\x7c\x19\x46\xf7\xfc\xa7\x97\x63\x1c\xd2\xf7\x6b\x06\x37\x7e\x5e\xc6\x86\x87\x07\x59\xc3\x9d\xe4\x8b\x7d\x06\x20\x0f\x46\xc9\x98\x91\x78\xe2\x28\x7a\x26\x86\x33\xbe\x96\x4f\x12\x9f\x54\x22\xa4\x84\x48\x9d\x92\x30\xea\xcc\x58\x3c\x98\x2c\x57\x71\x9a\x27\x9e\x2b\x8b\x03\x22\x70\x3c\x3c\x9e\x98\xe2\xac\x7c\x3c\xcb\x97\xa8\x56\xa0\x07\x2b\xd6\xd8\x85\x35\x96\x9f\xfd\x93\x86\x5e\x23\x5e\x19\xfe\xa7\xa8\xa1\x85\x75\x6f\x71\x7e\x0a\x27\xb7\xb8\x00\xd8\x85\x45\xa2\xf5\xb4\x38\x1d\x8d\xfe\xdd\x28\x83\xf0\x3f\x9a\x5f\xe3\x90\xb5\x48\xd5\x3b\x05\xb5\x50\xd6\x2c\x05\x33\x55\x12\xbb\x68\xf6\x67\x55\xd0\xa9\x4f\x34\x9f\xf0\x21\xe3\xab\x68\xbc\xfc\x7e\xd9\xf8\xd6\x7d\x22\x72\xb8\x4c\xd4\xcf\x3e\x51\x1c\x1e\xa6\x94\x8b\x1f\xca\x8d\x06\xa0\xa7\xe2\xe1\x61\x2a\xa4\x28\x8e\x5a\x7f\x85\xe6\xa1\x42\x5f\x09\xf7\x7d\xb9\x99\x01\xda\xcf\x8a\x9d\xb6\x98\x3b\xac\x10\xf5\x40\xfb\xba\x5e\x20\x1c\xf5\xa4\x5c\x35\x69\x00\xfd\x7d\x0e\x3e\xa9\x62\x6b\x59\x14\xfd\xdd\x76\xdc\x27\x15\x12\xc7\x6a\xe8\x79\x97\xd1\x03\x96\x3d\xbb\x87\x08\x8e\x75\x77\x5e\xe3\x7e\x5b\x57\xda\x50\x01\x60\x29\x17\x8b\xda\x61\xf2\x31\x11\xfd\x20\x8f\x0f\x47\x3d\x9f\xf0\x4e\x8a\x67\xd2\xd1\x4e\x2e\xb8\x47\xd6\x68\xde\x6c\xe2\x49\x11\x17\x5d\x89\x99\x87\x49\xaf\xf2\xf1\x69\xa3\xff\x2e\xc0\xf9\xe3\x73\x2d\x40\xfd\xef\xe5\x5d\xc4\xf1\xe3\x94\x72\x95\xaf\x3f\xe2\x61\xf2\x08\x0f\xb3\x99\x4f\x14\xc7\xb5\x45\x7f\x1e\xf5\x51\x9a\xaf\x84\xfc\x2f\x9b\xb2\xf5\x10\xc1\x5f\xd5\x40\xfd\xa3\x36\x6d\xf2\x40\x06\x97\x4d\xf6\xc1\x38\x1f\x55\x96\x89\x18\xda\x6e\x0a\xcc\xc6\x8e\x3e\x9b\x42\x4a\xf0\x4d\x36\xeb\x6e\x23\x1e\x98\xcf\x87\x11\x09\x5b\x15\x79\x01\x2d\x57\xa5\xd9\x1d\xcc\x1d\x56\x29\xbf\x46\x9c\xee\x46\xa1\xcf\xd5\x00\x8f\xe6\x00\x0c\xf9\x46\x5c\xbf\x7c\xa7\x01\x6e\x58\x01\x0c\xde\x06\x70\xa5\x3f\xe5\xd9\xcf\x67\x00\xf0\x67\xfd\xc2\x3d\x1c\xb8\x0f\xd0\xed\xe7\x76\x0c\x06\x18\xa5\x44\xfd\x0d\xc6\xd5\xff\xe2\x3b\x28\x2b\xec\x3e\x63\xff\xea\x73\xb0\xfa\x01\x80\x8c\x22\x71\x79\xc8\x29\x02\x64\xbe\x05\x50\xeb\x0b\x90\xae\x08\xa0\xdb\xf9\x0b\xff\x90\xf2\x14\xa0\x7b\xbd\x13\x16\x00\x38\x1f\x25\xae\x03\x9f\x1c\xca\xfb\x60\xbd\xbb\x1c\x20\xbe\x94\x6a\xde\x2b\x95\x01\x52\x32\x01\xd6\x34\x00\x2c\x6d\x04\xa8\x9a\x07\xb0\x94\x0f\x60\xcf\x81\x6e\xab\x48\x3d\x4a\xb2\x26\x02\xdc\xfe\x06\x50\xb0\x1f\xe0\xe3\x1c\x80\xfc\x63\x00\x6d\x42\xff\xae\xff\xf3\x78\x00\x1e\x9e\x05\xe8\x27\xf0\xdf\x71\x0f\x07\x7d\x01\x06\x45\x02\xec\x8d\x04\x18\xda\x1b\x60\xd7\x6c\xaa\x5f\x6e\xd4\x01\x18\x6d\xf3\x0f\xbe\x83\x57\x00\x53\xfa\x01\xac\xd9\x05\x30\xfb\x04\x40\xbe\x34\xe0\x89\x3b\x23\x91\xee\xe0\x65\xdc\x01\x50\xe9\x03\x90\x26\x0e\xa0\xb5\x0e\x20\xe5\x3b\x80\xc9\x49\x80\x64\x75\xaa\xe7\xf1\xf0\x0f\x31\x9f\x00\xbc\x8c\x00\xe2\x8e\x03\x84\x9b\x52\x1e\x3c\x3e\x02\x20\xa1\x9d\xee\xfd\x27\x01\x61\x5c\x12\x8d\x00\x2a\x87\x02\xa4\x2a\x02\xec\x7f\xfe\xab\xff\x41\xea\x47\x80\x9a\x7c\xe2\xcf\x78\xa7\xff\xab\x0f\x44\xea\xc7\xdf\xc7\x1f\x3d\x8a\xab\xf3\x76\x5b\xaf\xc3\xff\xe0\x33\xe7\xfa\xd2\x9f\xb6\x01\xe8\x75\xec\x17\xee\xe1\x60\x1d\x40\xff\x4a\x80\xed\x5c\xae\x77\x93\x0a\xc0\xd0\x11\x00\x15\x7d\x00\x84\xfa\x00\xac\x0b\x03\x18\xdd\x87\xf2\xf9\x13\x44\x00\xf2\xaf\x53\xbe\x31\x4b\x01\x60\xf6\x01\x80\xa5\x26\x00\x52\xb7\x88\xf7\x40\x69\x12\x40\xb2\x23\x80\xe6\x48\x1a\x87\xc1\x64\xba\xff\x6e\x51\x0d\x10\xeb\x0b\xe0\xda\x1b\x20\xe2\x25\x80\x67\x33\x40\xc4\xbb\xee\x98\x1f\x20\xd2\x9e\xe6\x28\xf6\x20\xdd\x77\x8f\x0d\xa2\x9e\x3a\xdd\x3a\x52\x35\x14\x20\xce\x0d\x60\xef\x24\x80\x24\x07\x80\xb3\xb3\x01\x12\x6f\x00\xd4\xd4\x03\x24\x9b\x02\xbc\x92\x02\x48\x4b\x00\xe8\x70\xfd\xf7\xf8\xc3\xe2\xff\x73\x9d\xb7\x27\xee\xe1\x28\xf7\xef\xd5\x5c\x1d\x73\x13\x87\x07\x58\x1f\x0b\x30\x60\x32\x40\xe9\x05\x80\x21\x9b\x89\xa7\x65\x44\x0c\x40\xc1\x66\x80\x31\xb7\x00\xba\xad\xe5\xe4\xde\x00\xcb\x5c\x00\xa6\x05\x76\x47\x37\x00\x12\xfa\x00\xb1\x17\xa8\x8e\x17\xe7\x0f\xa0\xfa\x0c\x20\xfa\x39\x80\xfe\x20\xba\xc3\x6d\x96\x04\x10\x3a\x1e\xc0\xf6\x24\x40\xd0\x51\xae\xef\xc1\x2c\x80\xa0\x52\xc2\x05\x74\xcf\x43\xf8\x11\x80\x8c\x23\x54\xd7\xef\xb6\xbc\x91\xcb\x01\xaa\x74\x00\x22\x75\x00\xf6\x3a\x00\x44\x1c\x02\x38\x53\x09\x10\xf5\x0c\xa0\xe6\xf4\xaf\x3e\x10\x09\x9f\x01\xba\x0a\xff\x03\x0f\x82\xfe\x7f\x9e\x87\x9e\xb8\x07\x1e\xef\x45\xf5\xf3\xdf\xe7\x81\x87\x7b\x40\x6f\x50\x0d\xb0\xfa\x24\xd5\x44\x78\x7c\x07\x29\xaa\xa4\x1f\x49\xd5\x64\x37\xba\xc7\x3d\x1b\xa8\x1f\x49\xf7\xc9\x96\x57\xf7\x0f\x3b\x09\xa0\x29\x07\x10\xdc\x08\x60\xa2\x06\x10\xe4\x0f\x60\xb7\x1a\xc0\xef\x26\xd5\xb6\xfd\x62\x00\xfc\x6e\x77\x9f\x12\x68\x1e\x82\xe3\x68\x8f\x87\x8c\xed\xf6\x88\x00\x21\x1f\x00\x36\x15\x10\x97\x4c\xf7\x39\x33\xbc\x06\xe0\xd2\xce\x5f\x7d\x20\x22\xc3\x00\xde\xcf\x04\x08\xbf\xc9\x8d\xdf\x94\xea\x9d\x3d\xfb\x21\xfc\xa9\xde\xdd\x93\xf7\xa2\xe7\x3d\x7f\xde\x3c\x14\x94\xd3\x3c\x64\x7d\xa3\xfe\x28\x3f\xe7\x41\x02\x60\xe4\x3e\x42\x97\x0b\x1f\xa0\xf5\x9e\x7a\x0e\x20\x4c\x11\x40\xc2\x0e\x20\xc4\x03\x40\xee\x26\x40\xd0\x1e\x00\xf5\x75\xbf\xf0\x0f\x3e\xc7\xa9\x9f\x54\x77\xcc\xe8\x72\x1b\xc0\x6d\x1b\xe1\x62\x7c\xd4\xa8\x57\x86\x4f\x13\x40\xe6\x0c\x00\x3f\x6d\x80\x22\x33\x80\x40\x59\x80\xcd\xfb\x01\xbb\x82\xee\x63\xc4\x23\x7f\xe1\x2c\x40\xd0\x35\x80\x07\xc7\x01\x82\x5c\x89\x1f\x25\x58\x1a\xa0\x4b\xf7\xcf\x3c\x10\x3f\xf7\x43\x20\x49\x1e\xee\xa1\x27\xef\xc5\xbf\xf0\x1f\x24\x7e\xf1\x1d\xc8\x92\x4c\xd9\x03\xd0\x57\x99\x6c\x5a\xb7\x7e\x44\x06\x00\x8c\xdc\x08\x10\x1c\x08\x30\xc9\x14\xc0\xf7\x4a\x77\x2c\x0e\xe0\xbb\x1a\x40\xc6\xed\x17\xfe\xc1\x7d\x2f\xd5\x38\xba\x75\xc0\xdc\x18\xc0\x7d\x09\x80\xcb\x52\x00\xb7\x23\x00\xbe\xc9\x00\xae\xca\x00\x51\xc1\xd4\x2b\x05\xf9\x0f\x2e\x01\xac\xb2\x02\x70\xf9\x1b\xa0\x32\x84\x7a\x66\xec\x2d\x04\x70\x9f\x45\xf3\xe0\x1a\x05\xf0\x77\x24\x61\x49\x3e\x47\x02\x78\x94\x03\xb0\x0b\x00\xce\x1a\xff\x99\x07\xa2\x27\xef\xc5\xe9\x87\x24\xff\x55\xe7\x4b\xe7\xec\x42\x8f\x7e\x17\x05\x53\x48\xf2\x70\x0f\x89\xdc\xcf\xb1\x33\x00\x06\xe6\x51\x7d\x87\x5f\x11\xa0\xfb\x94\x36\xa6\x81\xf0\x1a\x53\xce\xfc\xaa\xfb\x3b\x54\x12\xaf\x92\xd3\x04\x00\xcd\x73\x00\x4e\xf9\x00\xa6\x75\x84\x77\x70\x4a\x07\xb0\x0f\x06\xf0\xb1\x03\xb0\x9f\x0d\x10\x65\x0b\x60\xe3\x4a\xbd\x75\xac\x26\x13\x06\xc9\x86\x8f\xb0\x5a\xd6\x42\x00\xfb\x92\x01\x6c\xf9\x01\x2e\x57\x12\x7f\xc2\xbd\x3a\x00\x5b\x7f\x80\xfa\x1a\xc2\x41\x30\xa3\x5f\xe3\xfe\xc9\x87\xc0\xd9\x89\x3f\xf1\x5e\x1c\x50\xf9\x5d\x0f\x2a\xb9\xba\x64\x4f\xfc\x47\x4f\x1c\x0c\x8f\xef\x80\x77\xca\x0e\x90\xa0\x38\x64\xf1\x19\x00\xa1\xa7\x00\x4e\xbb\x00\x84\x5f\x00\x38\xae\x02\x98\xd9\x05\x60\xe5\x0e\x20\x9d\x0c\x60\xf3\x05\x40\x4d\x0c\xc0\xb2\x16\xc0\x20\x02\xc0\xf4\x09\x80\xf5\x30\x00\x33\x45\xda\x23\x16\x36\x00\x51\xca\x00\xe6\xe5\xa4\x0f\xc6\x6b\x00\x0a\x67\x03\x18\x58\x01\x6c\x6c\x00\x30\xfc\x06\x70\x48\x04\xc0\xe4\x19\xc0\xe5\x99\x00\xa6\xaa\x00\x8f\xf9\x00\x4c\x3b\xa9\x37\x96\xfe\x61\x00\xb6\xe9\xcf\xfd\x30\x7e\xea\xc1\x9f\x78\x2f\xb8\xd3\x41\x95\x0e\xc9\x9f\x7d\x70\x7a\xe0\x3f\x7a\xf2\x3e\x50\x97\x62\x00\xf7\x41\x00\xbd\xac\x00\x1c\x74\x01\xf8\x4e\x00\xd8\x1e\x04\x18\xf3\x95\x78\x2a\xba\xed\xa7\xf9\x54\xba\xcb\x6f\xc8\xd5\xbc\x0d\x80\xfa\xcf\xe9\x49\x00\x58\x25\x13\xd7\xd4\x62\x57\x00\xad\xc1\x00\x61\x93\x69\xef\x74\xcf\x83\xd6\x41\x80\x35\x2f\x7f\xf1\x40\xa8\x89\x03\x1c\x94\x20\xdc\xc0\x35\x49\x00\x9d\x68\x80\xe7\xfc\x00\xda\x02\x00\x0d\xd3\x7f\x8d\x5b\x2e\xfc\x77\x1e\x88\xa9\xf1\xbf\xd7\xfd\x79\x7a\x70\x68\x25\x49\x1e\xfe\x63\x13\xaf\xef\xc7\x1f\xf0\x1f\xbc\xba\x3f\x0f\x07\x13\xc3\x49\x1e\xff\x85\xcb\x27\x92\x66\x85\x00\xbd\xef\x00\x18\x0b\x01\x8c\xd0\xa4\x6c\xf5\xf8\xf1\xff\xc0\x3f\xe4\x03\xc8\xae\x04\x50\x93\x20\x0e\x0b\xb5\x3b\x84\x95\x50\x14\xa1\xbd\xa4\x5c\x09\x10\x31\x9b\x6c\x49\xf7\x3c\x28\x05\x00\x94\xec\x06\x90\xeb\xa0\xfa\xe6\xa2\xfe\x00\x87\x56\x01\x2c\x0a\x00\xb8\xf2\x09\x40\x7e\x02\xc0\xb3\xaf\x00\xb2\x97\x01\xbe\x0b\x03\xcc\xb0\xef\xc1\x03\xc1\xf1\x21\xf0\xf0\x00\x7f\xd4\x03\x6e\xdc\xbc\x7a\x17\x4f\x0f\x78\xf8\x8f\x9f\xbc\x07\x1c\xfe\x83\xd7\xff\xa4\x67\xdd\xdf\x81\xdb\x47\xc6\xdc\xe7\x75\x23\x01\x06\x77\x01\xa8\x67\x02\x8c\xd1\x02\x50\xb4\x02\x98\xd2\x08\xa0\x18\x49\x78\x6c\xf9\x1f\xc4\xdd\x22\x13\x45\x98\x9f\xf9\xd8\xe1\x1d\xa0\xfb\xec\xd5\xed\x73\x24\x3f\x00\x2c\x0f\x04\x98\xbd\x1a\x60\xcd\x16\xe2\x6e\xc3\x5e\x76\xee\x00\x87\x5e\x02\x88\xdf\x01\xb8\x26\x04\x30\xed\x19\xc0\xd3\xde\x00\x62\x26\x00\x4d\x21\xbf\x70\x1f\x63\xaf\xff\x8e\x7f\xe0\xe1\x01\x7a\xf2\x9f\xfc\x49\x0f\x7a\xe2\x3f\x78\xfb\xa1\x67\xff\x13\x9e\x5d\xf0\xe4\x7e\xb6\x6f\x26\x69\x98\x46\x52\xa5\x82\xfa\x80\x2c\x28\x03\x18\xae\x41\xbd\xc5\xba\xe3\xcf\x39\x51\xa4\x17\xb3\xed\x89\x17\x64\xd6\x29\x00\xd3\xb7\x84\x05\xf0\x10\x00\x98\x36\x17\x20\xe2\x35\xe1\x3a\x96\xfb\x13\xfe\xa1\x3b\x8e\x12\x99\x04\xb0\x2d\x1d\x60\xac\x3c\xc0\x11\x39\xc2\x41\x5c\x4f\x27\xbc\xc7\x8b\x3a\xe2\x2a\x6a\x92\xf8\x37\xee\x63\x10\x87\x9f\xec\xf3\xe1\x77\xfc\x03\x4f\x0f\xb6\xcd\xfd\x5d\x0f\x78\xf8\x0f\x5e\xdd\xfb\x67\xff\x97\x7f\xf4\x43\x82\x7f\xf0\x5f\xf0\xfa\xc0\xfc\xec\xff\xc1\xf5\xa3\xd2\xe7\x6e\x61\x28\xf0\x91\x9c\x23\x05\x30\xd0\x07\x40\x3c\x11\x60\x8c\x06\xc0\xe4\x03\x00\xd3\xea\xc9\xb7\xca\xd5\x53\x6f\x3a\xa3\x6e\xf9\x1a\xc0\xbd\x01\x60\xd4\x37\x80\x30\x4f\x80\x91\x1d\x00\xcb\x8e\x02\x08\x7e\xa3\x9e\x1c\x02\x6e\x54\xab\x1e\x1a\x0d\x70\xf8\x1b\xd9\xe4\x6b\xdc\x38\x9f\xcd\x26\xf9\xe3\x3f\xe0\x3e\x7a\xe2\x1f\xfe\xd4\xff\xe6\x8f\xf8\x0f\xae\x0a\xf3\x27\xfe\x0b\x6f\x0e\x47\xe2\xc4\xe1\x28\x78\xf8\x07\x6d\xee\x56\xd2\x02\xce\x7e\x4e\xe6\xaa\x7a\xc2\xbe\x00\xc3\xc7\x03\x8c\x51\x07\x98\x62\x05\x30\x72\x30\x80\xec\x11\x80\xe1\xd2\x00\x86\x35\xb4\x87\x5c\x3c\x01\x06\xbd\x03\x08\xed\x0f\xd0\xff\x35\xc0\xb2\xc9\x00\xbd\x0b\x00\x0a\xbb\xe7\x3c\x12\x60\x4b\xf7\x18\x2e\x02\x1c\xcd\xa0\xef\xbc\xce\xc5\x40\xb5\x1c\x07\xd0\xd7\x1b\xff\x9d\x07\xe3\xff\x8a\xff\xe0\xf1\x5f\x2c\xe5\x7e\xcf\xc3\x7f\x84\x70\xfa\xd0\xb3\x0f\x8c\xcd\x79\x92\x3c\xfc\x83\xba\x26\x49\x49\x2e\x00\x9b\xc0\xf1\x34\x0d\x73\x05\x18\x54\x46\x78\x9d\x6e\x1d\xe8\x3f\x1c\x40\x46\x17\xa0\x57\x32\x80\x2e\x87\xc9\x70\xe2\x62\x92\xe0\x5e\x24\xd3\xd4\x7f\x5f\xa3\x2d\x1c\xe7\xc8\xe1\xc5\x24\x2f\x73\xdc\x60\x8f\x39\x8c\x0e\xdd\x67\xa6\x78\x1a\xfe\x80\x7f\xf8\xbf\xe2\x3f\x78\x3c\x38\x3d\xf7\x01\x6f\xfc\x3c\x1c\x50\x4f\x3d\xe0\xe1\x60\xe4\xb9\x7d\x37\x93\xdb\x67\x63\xb8\xfd\xf8\x8f\xff\x14\xc6\x71\x36\x5b\x8a\xd3\x15\x5d\xea\xe8\x6b\xed\xc8\xc5\xb6\x41\x9c\x8d\x4a\xe5\xe6\x63\x35\x87\x3d\xab\xe4\x38\xf2\x0e\x89\x91\xbc\xc4\xc5\xc6\x0f\xb8\xcf\x7f\x18\xca\x8d\xd7\xe8\xcf\xf3\xf0\x2f\x1e\xa0\x1e\xf8\x8f\xe5\xd3\xa9\xfa\xf6\x73\xfc\xd5\x80\xd9\xc1\x9f\x38\xa8\x42\xc2\xb7\xb8\x78\xf4\x42\xcb\x68\x3d\x68\x20\xa2\x14\xf4\x6b\x07\x61\x97\x79\x95\x61\x03\x31\x1b\x26\x29\x39\x04\x35\x6b\xd2\xe9\xc1\x58\x65\x18\x7c\x6b\x18\x87\xda\x19\x96\xdd\x07\x33\xf9\xfc\xa7\x85\x11\x43\x33\xd4\x81\x3a\x8b\xf0\x4b\x10\x8f\xf7\xd0\x1a\xfb\x03\xf4\x73\x10\xea\xc1\x50\x37\xba\x29\x38\x64\x6b\x01\xfa\xfa\x21\x35\x95\xa8\xa3\x83\x93\xf7\x63\x7d\x7b\x50\x2d\xe5\xe9\x07\xfa\xff\x8d\x31\x60\x7f\xc5\xd7\x98\x79\xed\x6f\xda\x8a\x31\x63\x6f\xa7\x7f\xe2\x3f\x78\xf3\xd0\x73\xfc\xb9\x5c\x37\x86\x74\xad\xde\xe8\x49\x12\xf7\xf4\xc2\x6c\x72\xd4\xe2\xbe\x88\xf3\x08\xb6\x1c\x88\x68\x0d\x2f\x35\x3e\xac\x26\xb8\xac\x1a\x8a\x27\x32\x2b\x89\x61\xb8\xf2\x86\x62\x23\xf1\xe9\xaa\x7b\x47\x63\x15\x56\xe6\x01\xf1\xa3\x4c\xeb\x3f\x1e\xb3\x66\x42\xa8\xfd\xdd\xff\x89\xec\x24\x39\x3e\xb2\x3f\x56\x46\x26\xd4\x8c\x47\xfd\x16\x49\xa2\xfc\xe4\xf8\xcb\x3a\x68\x8b\xc7\x57\xda\xa1\x4d\x19\x5f\x41\x95\x12\xe1\x72\xba\x19\x3b\xae\x9e\x3a\xc6\x8f\x15\xa8\xc0\xf1\x8f\x0b\xdb\x8b\x99\xc3\x31\x8d\x94\xa7\x1f\x55\x77\x1b\x75\x7b\xb4\x1c\x71\x4b\x8e\xec\xdd\x88\x6b\x37\xc2\x94\xc6\xcf\xc7\xc9\x01\x78\xbf\xb9\x88\xc3\x05\xe5\x59\xd1\xba\x67\xe4\x53\x1f\x24\x1e\x0f\x0c\x0f\xff\x12\x64\x29\x84\xab\xe6\xe9\x3e\x0a\xf9\x01\x1c\xdf\x53\x7f\x20\xcb\x5c\xc2\x85\x18\xbb\x88\x62\xbd\x4b\x53\x80\xb2\xad\xb2\x5b\x27\xe3\xb8\xc5\x1b\xa7\xe2\x8e\x9a\x50\x2b\x8e\x5a\xce\xd7\x77\x36\x37\xfe\x99\x9c\xc5\x15\x37\x1d\x80\x19\xcd\x59\xc9\xf4\x4d\xb3\xab\xa5\x30\x26\x9d\xb9\x59\x03\x2b\x40\x33\x1b\xa8\xe3\xc2\x6c\x2e\x26\x99\x6d\x13\x8f\xf8\x90\x99\x49\xd4\x51\x7e\x86\x3f\x61\x9c\xa7\xad\x24\xde\xea\x69\xf5\xa7\x70\x6d\xa7\x9e\xbb\x89\x6f\x32\x55\xe0\x19\xce\x9b\x68\x4c\x3d\x7e\xdf\xe4\x45\xec\xb7\xbe\x41\xc4\x8b\x92\x63\x45\xd9\xd2\x65\x4d\x43\x6a\xe1\x3f\xf4\x41\x0a\xdc\x36\x1e\x33\x33\x3e\x85\xc2\xa8\x9d\x6e\xa2\x62\x18\x09\x58\x3f\x9d\x86\x55\x26\x63\xaf\x99\x58\xe7\xd6\x56\x26\x5c\x88\xd2\x30\xc2\x0d\xcc\xd3\x93\xc4\x13\x89\x68\x1d\xe1\x42\x04\xb7\xca\x60\x84\xd2\x57\x7f\x01\x57\xbf\x58\x20\x43\x52\x26\x8d\x0f\x63\xb3\x85\x69\x34\x0f\x72\x61\x92\x94\x21\x6f\x51\xf7\xa0\x9f\xa9\xe3\x86\x5c\x98\x0f\xae\x99\xac\x5d\x2c\xfa\xb8\x45\xe7\x88\x41\x7d\x61\x7e\x29\xde\x30\x94\x79\xb5\x0d\x2b\x29\x32\x73\x8f\xe0\x3e\x90\x36\xbe\x42\xf8\x99\xe9\x4f\xf0\xbe\xab\x64\xcd\x27\x7c\xf2\xdc\xba\x4e\x9c\x57\xf1\x1a\x9a\x87\x29\xc8\x7b\xf0\xab\x0f\x14\xe1\x7e\x62\x54\xc7\x13\xbb\x80\xe6\x14\x44\x0d\x78\x87\x4f\x45\xcb\xee\x26\x41\x0e\xd6\x46\x58\x02\xeb\x7d\xa6\x22\x92\x74\xdf\xd9\x9f\xf0\x02\x4a\x6c\x11\x7e\xbb\xf4\x66\x79\xba\xdf\x6a\x27\xdf\x8b\xb4\x59\x19\x77\xfb\xd0\x71\xca\x1c\xe3\x96\x9a\x60\x0f\xf9\x68\x28\x22\x8c\xd4\xd3\x45\x90\x51\x43\xed\xdc\x3c\x1c\xbf\x86\x82\x2a\xee\x48\x8d\x46\x8b\x6a\xd2\x34\x0f\x7c\x43\xcd\x73\x84\x7f\x50\xe3\x6e\x10\x6b\x86\x16\xa1\x8d\x56\x97\xdd\x84\xf6\x55\x6d\xf7\x21\xfc\x7b\x35\x09\xba\xef\xaf\xea\x7a\x0f\x63\x3e\x15\xeb\xb7\x78\x66\x56\x82\x36\x7c\x23\x59\x67\xc2\x83\x48\x61\x3f\x0c\x1e\x0f\x4c\xfc\x9c\x29\xa8\xef\xc1\x75\xc4\x8b\xe2\x33\x66\x0e\xee\x7b\xb7\x47\x64\xb5\x1c\x84\x64\xb1\x1a\x69\x81\x91\x30\x80\xfe\x66\x05\xac\x26\x68\xf4\xa2\x71\xf2\x70\x30\x73\x7b\x6b\xe0\xe7\x26\x01\xe1\x5f\x84\xaa\xc9\x63\xf4\x5f\xc5\xf3\x1c\x3c\x4f\xca\x93\x06\x35\xc3\xd1\xae\x19\xe6\x4e\xc4\x8a\xa9\xe1\x3c\x09\xac\x20\x19\xee\x55\xc1\xba\xbe\x91\x8f\x29\x56\xda\x8c\x92\xdd\x30\x17\x62\xfc\x3e\x04\xf3\xf0\x26\x56\x29\xe8\x1f\x0d\x3f\xe6\xa3\xaf\x36\xfe\xbe\xf1\x3b\x7d\xef\x3e\xf4\x13\x06\x40\x75\x2c\x7d\x63\xe2\x12\xd4\xfb\xfc\x12\x6d\xbf\x6e\xdc\x37\x9c\x0f\x2d\x45\xd2\x07\xa5\xae\x6e\x19\xd3\x31\x1b\x77\x57\xf8\x44\xd2\x46\xbf\xdb\x84\x83\x71\x7f\x41\xb8\x1f\xa7\x42\x79\xdc\x0f\x96\x37\x68\x75\x4c\xfa\x68\xa0\x25\xd5\xf2\xd1\xc6\xfa\x85\x52\x89\x2e\x5a\x39\xc9\xfb\x06\x38\x0f\xd3\x0a\x68\x7c\xc2\x7e\x46\x58\x7d\xe3\xaf\xa7\xdb\xd9\x60\x6d\xca\x45\x1e\x56\x5c\xbd\xd7\x82\xcb\x6c\x59\x95\x0f\x43\x64\x96\xcd\xc4\xc9\x88\x2c\xb2\x15\x90\x40\xfb\x67\xdd\xaa\x8c\x75\x70\xdb\x00\x13\xfc\xd9\xf6\x1c\x55\xde\x6d\x9f\x06\xf5\xa7\x9f\xc9\xc5\xdb\x29\xe4\x62\x3d\xd3\x3a\x9f\xec\x84\xf5\xa4\x5d\xf8\x41\xeb\xf5\x27\x50\x85\xad\x24\xae\xa2\x0f\xb0\xbc\xff\x04\xe7\xc9\xd2\xfb\x0b\x9e\x25\xcd\x6a\xbb\x10\x47\x68\x70\xaa\x7b\x1e\x22\x26\x13\x7e\x2d\xa0\x4e\x1e\xe7\xc1\xe3\xbe\x22\x56\xcb\x5d\xaa\x35\xb0\xea\x61\x53\xa7\x83\x6f\x69\xf2\x54\x1f\x91\xd8\x3d\x71\x30\xb2\x66\xa4\xb5\x73\xcf\x93\x14\xd5\xb7\xc4\x48\x61\x54\x1d\xd5\xd1\x07\x97\xd9\x71\x99\x0a\x1e\x0e\xc6\x89\xb3\x8f\xce\x5b\x7b\xe1\x8c\xba\xec\x1f\x81\x67\x57\x97\xeb\xa2\xe8\xff\xdd\x04\x89\xa1\xc7\xf5\x6f\x25\xdc\x27\x6e\x75\x26\xe8\x2f\xdd\x17\x52\xa7\x92\xc5\xda\x01\x38\x3e\x37\x19\xe2\x75\x77\x9b\x4d\x76\xc2\x5d\xb3\x14\xcf\x74\x6e\x79\x5b\x6f\xd2\xbf\x1f\xc5\x3a\xbf\xb3\xf1\x65\x7f\xfa\xde\x47\x18\xfb\xf2\x70\x31\x8e\x22\x84\x1b\xb3\xb3\xed\x9e\x07\x5e\x3f\x28\x2f\x7f\xb5\x6d\xf0\x0f\x1c\x8c\x6d\x1c\xdd\xaa\xe6\xe1\x60\x0c\x7b\x5b\x62\xe4\xac\xe1\x6a\x83\x6f\xc5\xc3\xc1\x48\x4d\xb1\x47\xd4\xe6\x0c\x61\x47\xb4\x97\x22\x49\xb4\x6a\x82\x99\x84\x30\xef\x77\xce\x95\xbb\xc7\xec\xc9\x1d\x41\x79\x27\x51\x9f\xb7\x7d\x30\xce\xe3\xe1\x61\x7c\x8d\x44\x51\xef\x7d\x3e\xcf\xc3\x98\xd3\xb7\x9f\x32\xe1\x60\xaa\x0d\xbd\x49\x52\xbd\xdb\x3f\x8a\x70\x73\xbe\x4f\xa2\xe3\xe9\x67\x8a\xf5\xfd\x7b\x13\x3f\x8a\x1f\xab\xc2\x9c\x99\x1f\xff\xc1\x95\xf4\x77\x97\x10\x5f\xe5\x33\xe9\x1e\xda\x59\xef\xd2\x57\xe8\x01\x17\x3f\xfa\x8a\x71\x98\x07\xf6\x57\xf3\x3e\xab\x83\xbb\xc5\xfd\x8d\x11\xce\x8e\xc3\x45\xc2\x37\x59\x3e\xb0\xa2\xfe\x70\x7f\xc0\xc1\xc8\xca\x10\xeb\xfe\x6c\xac\xba\x00\x88\xc9\xb9\xe3\x6e\x1e\xf3\xc4\x13\x4f\x52\xfc\xa7\x3d\xb9\xc8\xda\x7b\xce\xef\xe3\x0f\xe1\xa2\xba\xd0\xad\xfd\xf0\x9f\x82\x4b\x04\x38\x86\x2e\xf2\xb8\x61\x20\x81\x33\x1b\x32\x43\x11\xf9\x5d\xc2\x96\x18\xe2\xb8\x43\x6b\xa9\xde\x1d\x16\x47\xdf\x18\xbe\x31\x0a\xed\x7f\x98\xe3\xd2\x37\xf4\x33\x75\x5e\x08\x77\xa3\x3e\x52\xe1\x43\x29\x9e\x08\x9f\x77\x1e\x2d\x7a\xc8\xc9\x5b\x18\x19\x84\x94\x3f\xc7\x88\x8f\x87\x8b\x09\xa8\xeb\x4a\x02\xf0\x08\x31\xc5\xb8\x80\x87\x83\xb1\x3d\x47\xd1\x1b\x0f\x07\xa3\xb7\xc1\x0d\xd7\x5f\xc3\xdc\x1d\xff\x41\x61\x75\x0f\x1c\x4c\xa5\x17\xa2\x15\x26\x6e\xf5\xc6\x59\x1e\xb5\x3d\x00\x4f\xac\x7c\xd5\x01\x9c\x1d\x0c\x35\x23\xc9\xeb\x93\x14\xc3\x9d\xc8\x62\x27\x51\x07\xc3\xd8\xa7\x84\x87\x89\xf9\x3c\x19\x3d\x6f\xcc\x1c\x09\xac\x25\xc5\xfa\x29\xa2\x86\xc5\xf9\xd3\x4e\x8c\x37\xa5\x79\x88\x2d\x5f\x82\x3b\x2d\xe6\x4b\x28\xee\x9b\xb8\xe9\xa9\x58\xc7\x8c\x0d\xca\xc3\x33\x42\xec\x90\x72\x8c\x60\xe3\x26\xef\xc2\x4a\x6a\xbc\xc8\x29\xea\x83\xb3\xe8\x2a\xda\xe1\x68\xbf\x27\x18\xd1\x46\xe5\x7c\xc0\x78\x9d\x70\x31\x6e\x75\x8e\x98\x31\xb2\x79\xe4\x84\xda\x68\x51\x4d\x68\x2c\xa3\x5c\x4f\x74\x88\x5a\x1b\x3c\x09\xc5\xd9\xcf\x9b\x58\xcb\x06\xf8\x62\x5c\x29\xa1\x4f\xda\x39\xcd\x23\x10\xd1\xaa\xc2\xc3\x42\x71\xd6\x05\x8d\xa9\x8f\xce\x40\xdd\x08\x8a\xfa\x13\x62\xb8\x13\x05\x8f\x17\x26\x89\xeb\x18\x9f\x52\xdc\x1f\x3d\x52\x72\x22\x45\xa0\xc9\xf5\xa2\x68\x71\x93\x9f\xcd\x43\x8f\x93\x22\x48\xfd\x06\x53\xf6\xe9\x63\x8e\x3c\x55\xce\x1a\x23\xd8\x54\x27\x62\x22\x4a\x53\x27\xa6\x8e\x14\xf7\x24\xfc\x5c\x9a\x5e\x1e\xe1\x61\x24\xd6\x62\x3c\x9e\x7a\x6c\xfb\x1e\xfa\x99\x72\x0b\x29\x99\x97\x31\x3e\x4d\x4a\x20\x9c\x6d\xc2\xb5\x17\xe8\x47\xe2\xcf\x7c\xcb\x03\x70\x88\x74\xc7\xea\xb7\x55\x1d\xe1\x61\x4c\x05\x08\xff\xa3\xb7\xdc\x1f\xf5\x5d\x73\x14\x9d\x24\x14\xe2\x82\x09\xff\x00\xe1\xf8\xef\xb3\x0a\x08\x07\x23\x26\x16\x85\xa8\x14\xe1\x85\x31\x38\x9a\x61\xe7\x63\x10\xcd\xd0\xbb\x2a\x51\x8b\x1b\x2f\x87\x87\x49\xe3\xe2\xc8\x5f\xfc\x30\x7d\x11\xc7\xc1\xc3\xc3\x64\x9c\x16\xe5\x78\x62\x88\xa9\x2e\x2b\x99\xee\x6a\x64\x26\x11\xaf\x58\xe6\x02\xea\x6c\x95\x51\x43\xc8\xbb\xac\x1b\xa1\xe8\xc1\xb2\xf4\x93\x30\x3e\xc8\x7c\x92\x8d\x32\x6b\xd2\x5a\x8c\xe4\xb3\x24\xb7\xe1\x79\x22\xf3\xca\x21\x8c\xf0\x33\x66\x5f\xd4\xa7\xef\xbb\x27\x41\xdf\x43\xe7\x8e\x65\x9f\xbf\x8a\xff\x83\x0f\x27\xc1\x97\xec\xe1\x72\xd2\x67\xed\xe3\xc1\x38\x1f\xca\xb9\xe1\xb8\x1f\xe4\x54\xa9\xa1\x96\x94\x51\x0c\x6a\xdb\xcc\x24\xba\x81\x34\x39\x91\xac\xf6\xe8\xad\xc9\x18\xbd\xf0\x01\xe1\x06\x7a\xcf\xe1\x9d\x8e\x97\x71\x15\x53\x1e\x1e\xa6\x80\xcb\xe4\xe6\xaf\x1b\x80\xfb\xbb\x60\xf2\x48\xe4\x2f\x29\x18\x4f\x76\xb2\xc0\x48\x02\x11\x56\xf9\xe9\xc4\xe0\x96\xff\x4d\x0f\xe7\x89\xd7\x37\x29\x4f\x84\x2c\x6f\x01\x23\xbc\x75\x7e\x12\x31\xd3\x14\xf4\xa6\xbe\x62\xab\xe6\x96\xe2\x9b\xaf\x32\xdb\x9a\x4c\xdf\xb7\x1f\xfd\x47\xde\x8f\xf3\x98\x33\xcc\x4b\xbd\x8d\x2b\x97\x6b\xfe\x1c\x73\x22\x2b\x25\x3e\x32\x00\x6b\x45\x8e\x0f\x87\xeb\x0b\xa5\x67\x40\xeb\xac\xf1\x24\x06\xd1\x15\xf2\x75\x31\xf8\x94\x05\x53\x13\x70\xf6\xe6\xaa\x26\xe1\x3e\x9f\xb6\x39\x05\xcf\x13\x13\x8d\x29\xaa\x13\xba\xb9\x1c\x77\xe5\xe0\xf8\x0c\xcc\xe8\xf4\xda\xb5\x82\x3b\x81\xff\x37\x3c\x4c\x71\x28\x4d\x4c\x89\xc7\x64\x64\x74\x2b\x29\x92\xc0\x75\x2b\x9e\xa7\x80\x71\x42\xd1\x1d\x8a\xc0\x4a\xfc\x2c\xaf\xd0\xe7\x5d\x71\x3f\x14\x3f\xa7\x38\xa2\xd8\x96\x56\xa2\xe8\x7c\x26\x5a\xfc\x12\x85\x35\xf8\xa4\xb5\xd2\x9b\x70\x5e\x8a\xed\xf7\xbe\x25\x79\x16\x79\xf9\x8a\xba\x6e\xe1\xbf\x17\x9d\xae\xc3\x95\x2b\xce\xfa\x2a\xf3\x8b\x0f\xc7\xf0\x62\x74\x55\xb7\xd4\xaa\x27\x9e\x27\x15\xa0\xfe\x5f\x3f\x71\x30\x37\xd2\x30\xce\x9e\x75\x63\x19\xea\x83\x68\x5f\xba\x0d\x22\x5c\x4e\xbc\x38\x02\x61\xe4\xc5\x07\x1c\xa7\xd3\x0f\x70\xa8\xc6\x5f\x78\x98\x22\x2e\x93\xc9\xc3\xc3\x94\x8d\xa3\xf3\x55\x4f\x3c\x4c\x85\xf1\x5c\x5c\xcf\x0a\x7d\x79\xcc\x01\x97\x8f\xd1\xc6\x1d\x55\x96\x44\x11\x4a\xf9\x15\xba\x8f\x51\x7e\xd6\x9f\x24\x23\x0b\x54\xa1\x94\x8e\xf7\x2c\xd6\x17\xad\xc1\x37\xae\xd8\x43\x38\xfc\x8a\x53\xd5\xa8\xc9\x15\x87\xcf\xe0\xfc\x94\x0f\xbd\x49\xcf\x35\xa9\x45\xbf\xba\x4e\xe4\x1d\xe2\x6d\x7a\xf5\xea\xdd\xbb\x4f\x9f\xbe\x7d\xfb\xf5\xeb\xdf\x7f\xc0\x80\x81\x03\x07\x0d\x1a\x3c\x78\xc8\x10\x3e\xbe\xa1\x43\xf9\xf9\x87\x0d\x1b\x3e\x7c\xc4\x08\x01\x01\x41\x41\x21\xa1\x91\x23\x47\x8d\x1a\x3d\x7a\xcc\x98\xb1\x63\xc7\x8d\x13\x16\x1e\x3f\x7e\xc2\x04\x11\x91\x89\x13\x27\x4d\x9a\x3c\x59\x54\x54\x4c\x6c\xca\x94\xa9\x53\xa7\x4d\x9b\x3e\x7d\xc6\x0c\x71\xf1\x99\x33\x67\xcd\x9a\x3d\x7b\xce\x9c\xb9\x73\xe7\xcd\x93\x90\x90\x94\x94\x92\x92\x96\x9e\x3f\x5f\x46\x66\xc1\x82\x85\x0b\x65\x65\x17\x2d\x92\x93\x93\x97\x57\x50\x50\x54\x54\x52\x52\x56\x56\x51\x51\x55\x55\x53\x53\x57\xd7\xd0\xd0\xd4\xd4\xd2\xd2\xd6\xd6\xd1\xd1\xd5\xd5\xd3\xd3\xd7\x37\x30\x30\x34\x34\x32\x32\x36\x36\x31\x31\x35\x35\x33\x33\x37\xb7\xb0\xb0\xb4\xb4\xb2\xb2\xb6\xb6\xb1\xb1\xb5\xb5\xb3\xb3\xb7\x77\x70\x70\x74\x74\x72\x72\x76\x76\x71\x71\x75\x75\x73\x73\x77\x5f\xbc\xd8\xc3\x63\xc9\x12\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xa5\x4b\x97\x2d\x4b\x4f\x5f\xbe\x3c\x23\x23\x33\x33\x2b\x6b\xc5\x8a\xec\xec\x95\x2b\x73\x72\x72\x73\xf3\xf2\xf2\xf3\x0b\x0a\x56\xad\x5a\xbd\xba\xb0\x70\xcd\x9a\xa2\xa2\xe2\xe2\x92\x92\xb5\x6b\x4b\x4b\xd7\xad\x2b\x2b\x2b\x2f\xaf\xa8\x58\xbf\x7e\xc3\x86\x8d\x1b\x2b\x2b\xab\xaa\x36\x6d\xda\xbc\x79\xcb\x96\xad\x5b\xb7\x6d\xdb\xbe\x7d\xc7\x8e\x9d\x3b\x77\xed\xda\xbd\x7b\xcf\x9e\xea\xea\xbd\x7b\xf7\xed\xdb\xbf\xff\xc0\x81\x83\x07\x0f\x1d\x3a\x7c\xf8\xc8\x91\xa3\x47\x8f\x1d\x3b\x7e\xfc\xc4\x89\x93\x27\x4f\x9d\x3a\x7d\xfa\xcc\x99\xb3\x67\xcf\x9d\x3b\x7f\xfe\xc2\x85\x8b\x17\x2f\x5d\xba\x7c\xf9\xca\x95\xab\x57\xaf\x5d\xbb\x7e\xfd\xc6\x8d\x9b\x37\x6b\x6a\x6e\xdd\xfa\xeb\xaf\xdb\xb7\xef\xdc\xb9\x7b\xf7\xef\xbf\xef\xdd\xbb\x7f\xff\xc1\x83\x87\x0f\x1f\x3d\x7a\xfc\xf8\xc9\x93\xa7\x4f\x6b\x6b\x9f\x3d\x7b\xfe\xbc\xae\xee\xc5\x8b\x97\x2f\x5f\xbd\x7a\xfd\xfa\xcd\x9b\xb7\x6f\xdf\xbd\x7b\xff\xfe\xc3\x87\x8f\x1f\x3f\x7d\xfa\xfc\xb9\xbe\xfe\xcb\x97\xaf\x5f\xbf\x7d\xfb\xfe\xfd\xc7\x8f\x86\x86\xc6\xc6\xa6\xa6\xe6\xe6\x96\x96\xd6\xd6\xb6\xb6\xf6\xf6\x8e\x8e\xce\xce\x2e\x3c\x51\xfc\x6f\xfd\xff\xb7\xfe\xff\x5b\xff\xff\xad\xff\xff\xd6\xff\xff\xcd\xf5\x07\xf0\x5f\x12\x86\xcc\xc6\x7d\xfa\x8e\x00\xe0\x6a\x1c\x3f\xff\xfb\x0f\x3f\xf7\xea\xdd\x0b\xff\x4f\x6f\xe8\x03\x7d\xa1\x1f\xf4\x87\x01\x30\x10\x06\xc1\x60\x18\x02\x7c\x30\x14\xf8\x61\x18\x0c\x87\x11\x20\x00\x82\x20\x04\x23\x61\x14\x8c\x86\x31\x30\x16\xc6\x81\x30\x8c\x87\x09\x20\x02\x13\x61\x12\x4c\x06\x51\x10\x83\x29\x30\x15\xa6\xc1\x74\x98\x01\xe2\x30\x13\x66\xc1\x6c\x98\x03\x73\x61\x1e\x48\x80\x24\x48\x81\x34\xcc\x07\x19\x58\x00\x0b\x41\x16\x16\x81\x1c\xc8\x83\x02\x28\x82\x12\x28\x83\x0a\xa8\x82\x1a\xa8\x83\x06\x68\x82\x16\x68\x83\x0e\xe8\x82\x1e\xe8\x83\x01\x18\x82\x11\x18\x83\x09\x98\x82\x19\x98\x83\x05\x58\x82\x15\x58\x83\x0d\xd8\x82\x1d\xd8\x83\x03\x38\x82\x13\x38\x83\x0b\xb8\x82\x1b\xb8\xc3\x62\xf0\x80\x25\xe0\x09\x5e\xe0\x0d\x3e\xe0\x0b\x7e\xe0\x0f\x01\x10\x08\x41\x10\x0c\x21\x10\x0a\x61\x10\x0e\x11\x10\x09\x51\x10\x0d\x31\x10\x0b\x71\x10\x0f\x09\x90\x08\x49\x90\xc4\x92\x59\x0a\x4b\x65\x69\x6c\x29\x5b\xc6\xd2\xd9\x72\x96\xc1\x32\x59\x16\x5b\xc1\xb2\xd9\x4a\x96\xc3\x72\x59\x1e\xcb\x67\x05\x6c\x15\x5b\xcd\x0a\xd9\x1a\x56\xc4\x8a\x59\x09\x5b\xcb\x4a\xd9\x3a\x56\xc6\xca\x59\x05\x5b\xcf\x36\xb0\x8d\xac\x92\x55\xb1\x4d\x6c\x33\xdb\xc2\xb6\xb2\x6d\x6c\x3b\xdb\xc1\x76\xb2\x5d\x6c\x37\xdb\xc3\xaa\xd9\x5e\xb6\x8f\xed\x67\x07\xd8\x41\x76\x88\x1d\x66\x47\xd8\x51\x76\x8c\x1d\x67\x27\xd8\x49\x76\x8a\x9d\x66\x67\xd8\x59\x76\x8e\x9d\x67\x17\xd8\x45\x76\x89\x5d\x66\x57\xd8\x55\x76\x8d\x5d\x67\x37\xd8\x4d\x56\xc3\x6e\xb1\xbf\xd8\x6d\x76\x87\xdd\x65\x7f\xb3\x7b\xec\x3e\x7b\xc0\x1e\xb2\x47\xec\x31\x7b\xc2\x9e\xb2\x5a\xf6\x8c\x3d\x67\x75\xec\x05\x7b\xc9\x5e\xb1\xd7\xec\x0d\x7b\xcb\xde\xb1\xf7\xec\x03\xfb\xc8\x3e\xb1\xcf\xac\x9e\x7d\x61\x5f\xd9\x37\xf6\x9d\xfd\x60\x0d\xac\x91\x35\xb1\x66\xd6\xc2\x5a\x59\x1b\x6b\x67\x1d\xac\x93\x75\xb1\xee\xff\x00\x80\xf5\xea\xea\xdd\xd9\xa7\xa3\x6f\x7b\xbf\xb6\xfe\xad\x03\x5a\x06\x36\x0f\x6a\x1a\xdc\x38\xa4\x81\xef\xc7\xd0\xef\xfc\xdf\x86\x7d\x1d\xfe\x65\x44\xbd\xc0\x67\xc1\x4f\x42\x1f\x47\x7e\x18\xf5\x7e\xf4\xbb\x31\x6f\xc7\xbe\x19\xf7\x5a\xf8\xd5\xf8\x97\x13\x5e\x88\xd4\x4d\x7c\x3e\xe9\xd9\xe4\x5a\xd1\xa7\x62\x4f\xa6\x3c\x9e\xfa\x68\xda\xc3\xe9\x0f\x66\xdc\x17\xbf\x37\xf3\xef\x59\x77\x67\xdf\x99\x73\x7b\xee\x5f\xf3\x6e\x49\xd4\x48\xde\x94\xba\x21\x7d\x7d\xfe\x35\x99\xab\x0b\xae\x2c\xbc\x2c\x7b\x69\xd1\x45\xb9\x0b\xf2\xe7\x15\xce\x29\x9e\x55\x3a\xa3\x7c\x5a\xe5\x94\xea\x49\xb5\x13\xea\xc7\x35\x8e\x69\x1e\xd5\x3a\xa2\x7d\x58\xe7\x90\xee\x41\xbd\x03\xfa\xfb\x0d\xf6\x19\xee\x35\xaa\x36\xde\x63\xb2\xdb\x74\x97\xd9\x4e\xf3\x1d\x16\xdb\x2d\xb7\x59\x6d\xb5\xde\x62\xb3\xd9\x76\x93\x5d\x95\x7d\xa5\xc3\x46\xc7\x0d\x4e\xeb\x9d\x2b\x5c\xca\x5d\xcb\xdc\xd6\xb9\x97\x2e\x5e\xeb\x51\xb2\xa4\xd8\xb3\xc8\x6b\x8d\x77\xa1\xcf\x6a\xdf\x55\x7e\x05\xfe\xf9\x01\x79\x81\xb9\x41\x39\xc1\x2b\x43\xb2\x43\x57\x84\x65\x85\x67\x46\x64\x44\x2e\x8f\x4a\x8f\x5e\x16\xb3\x34\x36\x2d\x2e\x35\x3e\x25\x21\x39\x31\x29\x29\x31\x39\x21\x25\x3e\x35\x2e\x2d\x76\x69\xcc\xb2\xe8\xf4\xa8\xe5\x91\x19\x11\x99\xe1\x59\x61\x2b\x42\xb3\x43\x56\x06\xe7\x04\xe5\x06\xe6\x05\xe4\xfb\x17\xf8\xad\xf2\x5d\xed\x53\xe8\xbd\xc6\xab\xc8\xb3\x78\x49\x89\xc7\xda\xc5\xa5\xee\xeb\xdc\xca\x5c\xcb\x5d\x2a\x9c\xd7\x3b\x6d\x70\xdc\xe8\x50\x69\x5f\x65\xb7\xc9\x76\xb3\xcd\x16\xeb\xad\x56\xdb\x2c\xb7\x5b\xec\x30\xdf\x69\xb6\xcb\x74\xb7\xc9\x1e\xe3\x6a\xa3\xbd\x86\xfb\x0c\xf6\xeb\x1f\xd0\x3b\xa8\x7b\x48\xe7\xb0\xf6\x11\xad\xa3\x9a\xc7\x34\x8e\xab\x9f\x50\x3b\xa9\x7a\x4a\xe5\xb4\xf2\x19\xa5\xb3\x8a\xe7\x14\xce\xcb\x5f\x90\xbb\xb8\xe8\x92\xec\xe5\x85\x57\x16\x5c\x95\xb9\x36\xff\xba\xf4\x0d\xa9\x9b\x92\x35\x12\xb7\xe6\xfd\x35\xf7\xf6\x9c\x3b\xb3\xef\xce\xfa\x7b\xe6\x3d\xf1\xfb\x33\x1e\x4c\x7f\x38\xed\xd1\xd4\xc7\x53\x9e\x88\x3d\x15\xad\x9d\xfc\x6c\xd2\xf3\x89\x75\x22\x2f\x26\xbc\x1c\xff\x4a\xf8\xf5\xb8\x37\x63\xdf\x8e\x79\x37\xfa\xfd\xa8\x0f\x23\x3f\x0a\x7d\x12\xfc\x2c\x50\x3f\xe2\xcb\xf0\xaf\xc3\xbe\xf1\x7f\x1f\xfa\x83\xaf\x61\x48\xe3\xe0\xa6\x41\xcd\x03\x5b\x06\xb4\xf6\x6f\xeb\xd7\xde\xb7\xa3\x4f\x67\xef\xae\x5e\x0c\xfe\xa7\x03\xff\xd3\x81\x6e\x4b\xb0\x48\x55\xe1\xc2\x70\x4d\xc6\x74\x43\xd5\x6e\x8e\xe3\x67\xcc\xf6\x9a\x7e\xf9\x8c\x37\x8c\xb9\x4d\x35\xb5\x9f\xef\xcf\x76\xbb\xac\x76\xbe\xa8\x53\xd1\x75\xd5\x25\x22\x54\xd6\x7e\x69\x57\x7f\xbb\x07\x59\x07\x3d\xa3\x3b\x03\x2d\xe7\x6d\x70\x0d\x48\xea\x38\x6c\xea\x76\x30\x26\x7c\x59\xc7\x2c\x83\x31\x7f\x59\x45\x6f\x6c\x2f\xd7\xce\xff\xd6\x15\xd7\xd9\xe1\xad\xb9\xac\x45\x31\xfc\x61\xa7\x81\xfa\xf1\xd6\x65\xfe\x33\x3e\xa8\x69\x8e\x6c\x6d\xf3\x5d\xf0\x70\x80\xb6\x43\x9b\xbc\xcf\xda\x2b\x26\x7a\xf7\xdb\x66\xf9\x59\x9d\x9a\xab\xef\xd1\xf6\x7d\xc9\x4b\xc6\xe4\x4e\xc8\x2f\x1c\xbe\x9b\x31\xa3\x97\x4a\xae\x63\x56\x33\xe6\x92\xa9\xf6\x56\xf4\x0d\x63\x5e\x77\x8d\xb6\xcc\x7f\xc7\x0e\x7b\xbe\x74\x18\xaf\xf3\xb6\x2b\x7a\x49\xa8\xaf\xab\xf3\xc9\xce\x14\xa7\xce\xf4\x13\xfe\x97\x3b\x76\xda\x98\xac\x0f\x8a\xa8\x6c\xff\xcb\xfc\xfc\xa1\xf9\x09\x7d\xda\x3d\x0d\x9a\xfe\x96\x4c\x9a\xd2\x96\xab\x73\xa0\x71\xd5\xd2\x99\xed\x2b\xb4\x47\x35\x75\xc6\x07\x7e\xfd\xaa\xed\xde\xfc\x3a\xea\xc9\x93\x7b\xba\x47\x5a\xd6\x86\xd7\x5f\xd1\x33\xea\xd3\xb2\x27\xa2\xf9\x84\x9a\x49\xaf\x56\xc3\xd0\xfd\xfb\x8b\x4c\x12\xda\xc4\x03\x7a\x31\xa6\x78\x56\xae\x69\x44\x24\x63\x66\x77\xe4\x1a\x47\x2b\x33\xb6\x38\x5c\xed\xdd\x94\x54\xc6\x02\x2b\x0c\xac\x65\x0e\xb0\x0f\xa1\x1e\x16\x37\x34\x2b\xbb\x94\xbc\x75\xbc\x6e\xb9\x5d\xeb\x38\xb2\x78\x5d\x4a\x5a\x84\x46\x7b\x89\xe3\x8a\xd2\x84\xa4\x93\x6d\xbe\x56\xdf\x0e\xdd\xcd\x50\x6d\xb5\x31\x4e\x79\xe4\x95\x33\xb0\x35\x56\xcf\xb9\x61\xe0\x8a\xab\xed\xfd\xb5\x9b\x9b\x14\x93\xab\x5e\x08\xe8\xef\x6c\xda\x98\x1c\x76\xbd\xd5\x38\xbb\xd9\x28\x51\xff\x4c\x96\xe9\x96\xe6\x57\x71\x9b\xf6\xdd\xb0\x70\x69\xd9\x10\xf5\x79\x4b\x9b\x65\x6b\x6b\x6a\xe8\x7a\xc6\x34\xc7\x2e\xb0\x1f\x5e\xc5\x98\x7d\x1f\x59\xef\xd1\x55\x8c\x05\xf4\x51\xaa\x11\x7b\xc3\x58\x54\xb8\x56\x80\xd4\x64\x76\x27\x7e\xbc\x99\x81\x4e\x6a\x97\x74\x58\x95\xfb\x8a\xc5\xba\x1d\xb3\xbd\x0b\xe2\x9c\x63\x93\xdb\xfc\x5c\xc3\x4a\x76\x64\x4e\x6e\x9d\x6e\x1b\x7d\x78\x78\xde\x97\xe6\x02\x93\x61\x2f\x87\x15\x4f\x6b\x49\xd2\xbf\xf9\x7d\x43\x41\xff\x8f\x3f\x0c\x12\x1b\x2c\x56\x44\xdf\x8a\x36\xb3\x6b\xb8\xb3\x42\xe6\xd4\x0c\xcb\x93\x8d\x2d\xe9\xc7\xf6\x8e\xb1\xe9\xdb\x3c\x39\x45\x6b\xf3\x03\xdb\x6b\x2d\xfc\xf1\x4b\xd6\x4d\x72\x18\xd4\xf2\x24\xea\x21\x63\x3a\x2f\xe7\x6b\x0e\xd7\x63\xcc\x6d\x9e\x64\x8b\x50\x08\x63\x11\x43\x16\x3c\x14\x11\x62\x6c\xe9\x74\xe5\xdd\x73\xbd\x59\x63\x46\xb2\x81\xb6\xe6\x9b\x2e\xc3\xd4\x1f\x0e\x13\xdc\xc3\xda\x87\x86\x6c\x0d\xfe\x90\xf6\x77\xcb\x41\x2f\xd5\x55\x7d\x57\x6f\x69\x56\x73\xec\x7f\x68\x43\xe9\x8f\x86\x37\xa6\x76\x1f\x27\x54\xdd\x6f\x3a\x6e\xa4\xf3\x75\x52\xe9\xab\x7b\x37\x2c\xea\xbf\xe9\x97\x3c\x3e\x7d\xd3\x56\xf8\x87\x53\xc1\xd7\x3d\x13\x1c\x52\x1b\x3a\xb2\x37\x6c\x78\xec\x12\xd6\xb8\x23\xb3\xbd\xf8\xaa\xeb\xc8\x66\xd5\x94\x4f\x79\x23\xdd\x1a\x5b\xc6\x24\x18\x33\x66\x54\x2f\x15\x37\x7c\x19\x63\x9e\x9b\x25\xc4\x85\x54\x19\x4b\x52\x92\x7a\x3e\x7e\x2f\x63\x39\xe1\x8b\x8a\xc5\x77\x30\xb6\x66\xa2\x66\x81\xaa\x6c\x97\x73\x9e\xa7\x95\xab\xdb\xfa\xb6\x9c\xe4\x8d\xbe\xc7\x33\xc6\x35\x7d\x0d\x64\x59\x42\xe5\x79\x0d\x7c\xae\x47\x0f\x1b\x6f\x3f\xf0\x7d\xb6\xc5\x8a\xf7\x5b\xf7\x1c\xa8\xdd\x61\x9d\xfa\x29\x6d\x9b\xf8\x29\x61\x67\x93\xfa\x96\xca\xe8\xad\x7a\x8b\x8f\x7d\xb3\x5c\xe7\x5c\x76\xd4\x23\xe2\xc7\xa5\x55\x83\x0a\xa4\xbd\x9e\x36\x5c\xce\x69\xc9\xbc\xef\x5d\xd6\xe4\xb5\x7c\x56\x62\x8b\x5f\xaf\xe6\x43\xc9\x42\x8c\x59\xba\xce\xbd\x32\x2c\x8d\xb1\xa0\xbe\xb3\xb2\x05\x16\x32\x96\x31\x79\x9e\x8b\x70\x1f\xc6\x4a\xef\x4b\x5e\x16\xad\x60\x6c\xb3\xb1\xf2\x44\x85\xb8\xae\x17\x5b\x73\xf5\x43\xec\x8a\xda\x4e\x16\x7e\x71\x2d\x4b\xdf\xdd\x20\x1f\x9b\x96\xc0\xbf\xfd\x42\x7d\x9e\x8f\xd0\x81\x6d\x27\x3a\xea\xb5\xed\xfa\xbd\x12\x3f\x21\x79\x6a\x98\xc7\xc1\xf7\x1a\xfb\x1d\xb6\x18\xf8\x5c\xff\x3c\x62\xbb\xc5\xaa\x73\x41\xde\x5f\x4a\x2a\x25\x32\x26\x86\x0c\xfe\x6e\x54\x72\x33\x65\x44\xc8\xea\x86\x91\x05\xab\x62\xc4\x42\xcf\x35\x6e\x58\x11\x10\x7e\x22\xe4\x75\xf3\xbc\x34\x25\xc6\x9c\x16\xcd\xf9\x38\x7c\x23\x63\x51\x26\xe2\xa5\x02\xfc\x8c\xad\xfa\x30\x6d\x98\x20\x1f\x63\xdb\xa3\x67\x86\x09\xc7\x32\x76\x74\x9f\xcc\x7d\x89\x9b\xcc\xf0\x4c\x9d\xba\xa8\x79\xef\x76\xb3\x63\xe9\xe6\x43\x93\xef\x7f\x7f\x5d\x2a\x13\x30\x6e\xcf\xf9\xa7\x7a\xf1\x41\x87\x87\x3d\x1d\x74\x6c\x44\xc4\xbe\x47\xb3\x6e\x7e\x29\xaa\x8b\x4d\x78\x2d\x75\xd2\x62\x59\x54\x82\xca\x87\x47\x7b\x67\x24\x3d\x8b\x4d\xf9\x32\x60\x53\x50\x5c\x69\xac\xf2\xb7\x5d\xeb\x9c\x22\xf7\xc5\x0d\x68\x18\x5f\xb0\x22\xd4\x28\x6e\x66\xd3\xac\x8c\x53\x41\xaa\xb1\x1d\xcd\xf1\x29\xe9\x8c\xb9\x9f\x99\x9a\x38\xe4\x3a\x63\x4b\x01\x0e\x02\x30\x46\xa8\x18\xc6\xce\x06\x80\x5d\xb7\xbc\xa3\x2a\xae\x36\xc1\x87\xb1\xda\x2b\x72\x6b\x35\x1e\x77\xdc\xfa\x10\xac\x19\x1f\xfc\xed\x87\xf9\xeb\x0c\xf3\x19\x3b\x96\x9c\x19\xb5\xad\xd7\x86\xf1\xdf\x2f\x2d\x7d\x72\xc4\xeb\xf6\xee\xfb\xfe\x09\x7f\x17\x3e\x7c\x53\x76\x2c\x25\xca\xaf\x40\xe6\xd3\xde\x9d\xc3\xc2\x0a\x72\x0e\x7e\xb5\x5f\x7f\x2f\xd8\x38\xfb\xe2\xf7\x87\x45\xe5\x01\x8a\x99\x2f\x1a\xe7\xad\x0c\xf0\x15\xcb\x5c\xdf\xb4\x67\xd9\x35\x2f\xc3\xe5\xc7\x5a\x64\xe3\xdb\x19\xf3\xaa\x9e\x5c\x33\xe8\x11\x63\xd9\xfc\xf4\x1e\xbb\x4d\xe8\x3d\x6a\xf2\x49\xfe\x98\x0b\xd8\x57\x98\x35\x49\x6e\x99\x55\xdb\x29\xd0\xfa\x49\xdd\x26\xa0\xe1\x81\xfe\x17\x07\xab\xc8\xaa\x63\x6b\x06\x3d\x5c\x9b\x61\x71\x47\xc7\xfb\xef\xba\x01\xb5\xb5\x97\x94\xbd\xde\x9d\x4b\x7d\xaf\xb6\x7f\xb1\xf7\xa7\x5d\xd7\xea\x57\x6e\xba\xe6\x3d\xb7\x4a\xfa\xdb\x86\xd2\x8d\x9e\x39\x65\x72\x0d\x9a\xf9\xc2\x1e\x83\x4a\x6f\x34\xbe\xca\xf4\x71\x0f\x28\xf2\x69\x8e\x48\xe1\x77\x87\xfc\x41\x2d\xfb\x62\x76\x33\xe6\x6f\x4c\x7d\xa4\x08\x15\xc9\xd8\x31\x17\x92\x4f\xa3\x49\x52\xdc\xde\x65\xc1\x0a\xa4\x5b\xa4\xd2\x1e\x6a\xb5\xd5\x6b\xb9\x7b\x97\x55\x0b\x37\xd4\x38\x3c\xcf\xdf\x91\x3a\xf5\x53\x4b\x62\xd8\x1e\x75\xa7\xd2\xf7\x41\x6f\x4f\x1f\x94\xb3\x33\x7a\xd3\xf8\x69\xf7\xd6\x7d\x4e\x9f\x2f\xa6\x7d\x4d\x2e\x97\x73\xb2\x39\x72\xf9\xc7\xa1\x02\x03\x67\xf3\x5d\x65\x8d\x4e\x2b\x14\x9d\xba\xb6\xf4\x6d\x3a\xbd\x74\xb1\x63\xf0\x86\x84\x16\xdb\x38\x35\x87\xef\x65\xa3\x5a\xe7\x45\x34\x31\x16\x25\x0c\x88\x6f\xa4\x9b\x97\x8c\x5d\xf6\x20\xf9\x15\xd1\x48\x6c\x0b\xbd\xc7\x73\x19\xe6\x3b\x5f\x53\xfa\xc3\xa9\xf0\x0e\x05\x1d\x77\xe7\xa3\xeb\x6e\xb4\xe8\x3b\xfe\x48\x7a\x11\xbd\xe3\xc7\xc5\xd8\xe6\xe2\xa1\xf6\x47\xbf\x4a\xdf\xbb\xb3\x71\xb3\x79\xdc\x77\xfe\xaf\x4f\xd7\x5a\x5b\x3c\xaa\x7d\xf3\x43\xb4\x60\x95\xd5\x9c\xeb\x7d\x1b\xfd\x32\x95\x2d\xdb\xcf\x4a\x34\x0f\x4f\x99\x6e\x23\x70\x30\xb2\xf9\x64\xc2\x3b\x9b\x98\x5d\x0f\x5a\x2a\xa3\x8f\xdb\x88\x6f\x29\x6a\x5d\x1d\xba\x85\xb1\x74\x2d\x7a\x6e\x75\x0d\xc9\x07\xb6\xff\x9c\x87\x17\x1e\x8c\x81\x0c\xc0\xa5\x52\x16\x2f\x13\x2a\x75\x7e\x6b\x4c\xa7\xba\x9e\xb9\xd5\xcc\x15\x92\x6d\x71\xce\x3b\x42\x34\x43\x36\x37\x1f\x8a\x6a\x5c\x1a\xee\x38\xb6\xf1\xcb\x81\xce\xec\x08\xe3\x21\x8d\xce\x0d\x2e\x2b\x56\x18\x38\x37\x2b\x34\xd9\xa6\x64\x18\xf5\x7e\xb9\xa7\x59\x3d\xe1\xb8\xf1\xd1\x3b\xb2\x2d\x93\x63\x36\x99\x64\x5c\x3a\xd1\xda\x3f\xbc\xc4\x74\xe8\x49\xd5\xd6\xdb\x41\x85\x26\x29\x87\xb6\xb5\xed\xf0\xf1\x63\x6c\x4d\x14\x3d\xf7\x02\xb7\x0e\xcd\x58\xfb\xa8\x3f\x4a\xef\x71\xa5\x8a\x64\xf5\x16\x76\x6b\xfe\xa6\xd9\x43\x0a\x0b\xba\xa4\xf5\x85\xf4\xa7\x25\x54\x77\xd8\x38\xdd\x77\x1b\xe9\x7b\xa4\xed\x74\xd8\xfa\xa0\x0a\x87\x75\xad\x7f\x95\x05\x45\xf2\x1b\xbe\x6a\x15\x7d\xd8\x27\x6a\x85\xce\xe5\xd6\xb8\x96\x63\x61\x0a\xda\xd3\xdb\x16\xb7\x56\xfb\x17\x6b\x87\x7e\x78\xde\x66\xea\xfd\x54\x27\xed\x89\x4d\xdb\x61\xcf\x52\x1d\x56\x73\xaa\xdd\xce\x7d\x8c\xee\x99\xcb\xd3\xda\x8b\x5d\x17\x33\x46\x9d\x34\x18\xab\x45\x0e\x94\xce\x09\xf4\xdc\xdb\x49\x24\x0f\x84\x30\x26\x62\xc6\xd7\xb4\x2e\x83\xd5\x2e\x3c\x3f\xcb\x7a\x79\xaf\xae\x33\xfa\xf7\xd4\xa7\x85\x1e\xec\x4c\x76\xac\xb1\x5c\xe8\x51\xde\x51\x16\xb4\xc9\x39\xc4\xce\xb4\x83\x3f\x37\x79\xf1\x7b\xa3\xe3\xed\xb1\xc7\xc6\x7b\x49\x6b\x7b\xb4\x35\x7d\xd8\xeb\x7d\x57\xfd\x56\x47\xaf\x76\x2f\x97\xe9\x6a\x03\x3a\x8e\x75\xcc\xb3\x5d\xa4\xaa\xf3\xfd\x43\x47\xb1\xe5\x52\x35\xc1\x37\x56\x1d\x65\x96\xb7\x54\x6f\x3c\xba\xd2\x39\xc4\xf4\x31\x63\x17\xbf\xfd\x73\x1d\x1e\x7f\x21\x79\x38\x9e\x64\x49\x11\xc9\xec\xed\x8c\x2d\x88\x99\x92\x13\xab\xcb\x3c\x75\x2d\x17\xda\x7a\x07\x74\x55\xd8\xd6\x6a\xea\x38\xd7\x74\xbe\xf2\x33\x35\x31\xb1\xba\xd9\xb9\x2d\x6d\x8f\x79\xaa\x51\x68\xa7\xc0\xa6\x29\xb6\x71\xda\xc3\x3a\xbe\x5c\xac\xb4\x95\x51\xeb\xd5\xd1\xf0\x79\x95\xb5\x92\xb2\x54\xe7\xc1\x4e\x79\xa3\x73\x8a\x65\x5d\xb3\x3b\x8f\xea\xea\xc8\x67\x76\x5e\xed\xd2\x55\xcb\x96\xab\xfc\x7e\xb1\x2b\x50\xc5\x93\xb1\x8f\xa8\x9f\x6f\x14\xe8\x79\xa7\xb6\x91\x5c\xef\x4d\x72\xd9\x66\x92\x89\x95\x8c\xc9\xce\x17\x35\x0f\xc8\x65\xc7\x74\xaa\xe7\x95\xb9\x9a\xb0\x39\xd6\xda\xf2\xca\x76\x82\x5d\x8f\x3c\x1e\xa9\x96\x99\xd7\x74\x45\xc4\x17\xeb\x64\x1b\xb8\x75\x79\x16\x44\xe9\xf2\x69\x15\x75\xcd\xdc\x69\xa7\x1f\xa0\x5a\xd6\x35\xf4\xca\x28\xfd\x4d\x8a\xc7\xbb\xe6\xbf\x5d\xaf\x73\x42\x3e\xa4\xeb\x48\x97\xa9\xda\x8c\x45\x1b\x99\x48\xd7\x49\x85\xb5\x0b\xf9\x58\x21\x53\x91\x91\x67\x6c\x6a\xa1\x72\xc2\x80\xc5\x8c\x29\xee\x57\x74\x15\xb8\xcd\x98\xf1\x42\x8d\xd4\x09\x69\x8c\xd9\xef\x31\xb4\x9a\x75\x81\x31\xc7\x70\x3b\x5f\xc5\x43\x2c\xc6\x59\xc8\x4b\xc7\x48\xa2\xeb\x88\x6d\x4a\xda\x3e\xc7\x90\xce\x83\x96\x4e\x65\x9e\xbe\x5a\x9d\x92\x26\x43\x0f\xec\x0f\xca\xe9\x78\xab\xb7\xb9\x66\x61\x48\x41\x87\xba\xd6\xc5\x2f\x96\x91\x49\x9d\x52\xea\x0d\xad\x2e\x01\x0b\x5a\x4a\xd4\x15\xda\x26\x78\x4f\x7f\x29\xac\x99\xd0\x66\xe8\xad\xfc\x57\x99\x4e\x78\xdb\x12\xef\x57\x17\xf6\xea\xa6\xb4\x0f\xf6\xc8\x3b\xb6\x4f\xaf\xad\xdd\xd3\x5d\x82\xb1\x19\xe7\x15\x6d\x06\xa6\x30\xa6\x32\x58\xa1\x4e\x70\x36\x63\xe6\xb7\xd4\x54\x26\xd8\x33\xe6\x36\x48\x5b\x71\xc6\x64\xc6\x96\x38\x5b\x9c\x94\x6f\x61\x12\x8b\x87\x2c\x16\x34\x97\xea\xd2\x71\xda\x95\xd8\xcb\xfd\x68\xe7\x70\x9b\x57\x6b\x3b\x42\xce\x74\xf8\x9a\x1d\x3a\x30\x34\x6a\x79\xfb\x19\x03\x8f\xbb\x96\xf1\x12\xed\x93\xb4\x6f\x34\xb9\x25\x3d\xe1\xc5\x63\x1f\x9b\xb4\xde\xb5\x1c\x0f\x7d\x72\xcf\x49\x4f\xba\x55\x28\x54\xfd\xe2\x4a\xc3\xe5\xad\x9a\xa1\xd2\xc7\xfa\x18\x99\xb7\x69\xfa\xed\xd9\x7d\xc9\xa4\xaa\x6d\xb3\x4f\x14\x63\xb3\x96\x2f\xbc\x3e\xf0\x33\x63\x9a\xe6\xb2\xa1\x23\x3e\x33\x66\x77\x5b\xae\x68\xac\x35\x63\xbe\x43\xd4\xd7\xce\x10\x66\x2c\xf0\xaa\xa9\xb0\xc2\x77\xa6\xe4\xf3\xc9\x65\x9a\x79\xaf\xce\xfd\x8b\xa3\xa3\xa5\x7d\x7b\x75\xcc\x76\xb4\x2b\x8a\x8e\x3d\xdc\x6e\x6f\x29\x78\xf0\x46\x72\x47\xdb\x44\x23\xf9\x47\x4b\x32\x8e\xf3\xe2\xb1\xc6\x7c\xed\xe3\xcd\xc2\xf1\x72\x4f\xce\xea\x6f\x6e\xf6\x8d\x77\xbb\xf2\xc8\x78\x4e\x73\x67\xac\xe7\xd1\x74\xb3\xc9\x2d\x7b\xa3\x06\xef\xb6\x30\x7f\xd8\x9a\x18\x6a\x52\x59\x6f\x99\xd1\xb6\x20\x60\x2f\x63\x52\x6f\xe7\x87\x0e\x89\x66\x4c\xcf\x75\x41\xec\x88\x66\xc6\x5c\xf7\xcb\x4e\x1d\x6b\xc9\x58\xb0\x88\x8a\xf0\xb4\x22\xc6\xa2\x17\xea\x87\xc9\x8d\x61\xda\x11\x8e\x76\xa7\xcd\xb5\x3b\x67\xfa\xec\x0a\xbe\x19\xf4\xa6\x3d\xce\xe5\xed\xaa\x6f\xc9\x4f\x5b\x1f\xd8\x14\x1c\x5c\x9d\xed\xd5\x92\x6d\x3c\xb1\xce\xbd\x60\x23\x2f\x1e\x7b\xd5\x65\xa8\xda\xf0\x21\x53\xfa\xfa\x60\xb3\xc9\x8d\xf7\xd2\xe3\x8e\xdd\xb2\x5c\xdf\xb4\x2d\x4d\x7e\xe7\x26\x9b\x61\xcd\x2f\x12\xc6\x6c\xd8\x60\xf7\xb8\x25\x2c\x56\xa2\x64\x8b\xfd\xf4\xd6\x55\xa1\x8c\xb1\xf9\x55\xf3\x8b\xf9\xd4\x18\x33\x73\x96\x96\x18\x71\x84\x31\xcf\xbf\xa4\x65\x46\x5d\x65\x2c\xfa\xa0\xdc\x2b\xb1\xe3\x8c\xa5\x5d\xd6\x72\x92\x4d\x67\xd1\x4b\xf9\xcc\xc7\x9b\x98\x77\xac\x0e\xd9\xea\x97\x10\x39\xb2\xf5\xdb\x92\xca\xbc\x45\xd9\x7b\x9b\x1b\xed\xd9\xa1\x49\xc5\xd3\x1b\x6f\x1b\x67\xd5\xdf\x59\x1f\xf1\xfd\xba\xd1\xd8\x6f\x3a\x45\xaf\x6b\x5e\x5b\x4a\x7d\x3f\xb7\x3a\xf1\x84\xa4\xcd\xe7\x06\xcb\x9c\xe7\xdb\x67\x3b\x2e\x69\x5c\x99\x35\xa9\x42\xce\x69\x7d\xb3\x78\xea\x8c\x35\x5d\x2e\x82\x2d\x7c\x09\x46\x39\xd1\xae\x53\x5b\xc7\x44\xbe\x66\x6c\x61\xb2\xe4\xae\x21\xc9\x8c\xd9\x48\x48\x9d\x17\x38\xc5\x58\xd0\x64\x29\xf9\xd1\xed\x8c\x2d\x1b\x2f\x7d\x73\xa2\x11\x63\xb9\xae\x4a\x1f\xa4\x46\xb0\xb4\xbc\xe3\x46\x0a\xc6\x47\x3b\xb6\xa7\x89\xb9\x1f\x8a\xb8\xdc\xe2\x17\x38\x6f\x99\xcb\x1a\xdf\xc6\x75\x2e\x83\x0e\xae\xa9\x1a\xf1\xe3\xa6\x99\xe1\xc7\xd6\x6d\x1e\x0f\xc3\xac\x9e\xd4\x9f\xdd\x58\x72\xb4\xce\xe9\xf0\xd7\xfd\x65\x17\xb7\xa8\xb8\x6d\xf8\xc1\x57\xb8\x6f\xdd\xcc\xc5\x7e\x0d\x97\x73\xf2\xf2\x0e\x2e\xd9\xd7\xa4\xbe\x7c\xdf\xf2\x3d\x5e\xf5\xcd\x92\xa9\x1f\x52\xfa\x78\x47\xb7\x98\xc6\xbb\x30\xa6\xf8\x65\xde\xb8\x21\xa1\x8c\x39\xec\x17\xbf\x30\xb4\x90\xb1\x28\xfd\x39\x5a\x23\x0d\x19\xcb\x99\x3d\x6f\xe5\xf8\xd5\x8c\x95\x3f\x5e\x98\x31\xbb\x3f\x7b\xb0\x69\xa6\xa6\xa8\xce\xb5\x8e\x57\xc5\xa2\x76\x13\xc2\x02\x9b\xbc\x62\x65\xa3\x62\x37\x0c\xf8\xa6\xbe\x44\xf9\x60\xda\x81\xe7\x5f\xed\xac\x05\xdf\x8e\x3e\xf8\xf5\xd8\xba\xc5\x07\x3e\xfa\xef\x1e\x5a\xf5\xd8\xfb\x4a\x7d\xf5\xa6\xf4\x55\xc3\x02\x14\xbe\x19\x95\x19\x66\xd9\x04\xe8\xfc\x78\xb4\xca\x2d\x69\x43\xf0\xb0\x46\xf5\x95\xd3\xa3\x9f\x07\x55\x34\x8f\x4f\xab\x0c\x0f\x0e\x16\x6a\x7e\x93\x24\xc8\x98\x96\xe9\xdc\x34\xbe\x92\x5f\x71\x48\x8a\xf2\xb4\xa2\xe1\xdf\x19\x5b\xdb\x38\x75\xac\xc0\x5b\xc6\xf6\x0c\x99\x1b\x30\xb9\x96\xb1\xc3\xed\x4a\x87\xd4\xb5\x3b\xbd\x0e\x05\x19\xa9\xf8\x3f\x6d\xdc\x54\x24\xe8\xbb\xae\x6a\xcd\x3b\xdb\x90\xe4\x7d\xe7\xaf\x3b\x1c\x93\x0e\xf4\xaf\xf3\x3e\xaf\x59\x7a\x30\xbc\xfe\x9d\xf9\xa1\x43\xcb\x85\x62\xc6\x7c\xd6\xdf\x9e\x93\x78\x30\xa6\xe4\xeb\xd0\x8d\x13\x62\xa3\xa2\x4a\x7e\x8c\x5e\xf3\x2c\x6a\x6a\x44\x60\xa3\x45\xf6\xd7\x30\xed\x08\xb3\xe6\xc1\x4b\x85\x82\x17\x46\xec\x6a\x99\x91\x90\xc3\x98\xee\xa1\x99\xb5\x43\x54\x19\xf3\xad\x15\x3b\x30\x64\x15\x63\x2b\xdf\x50\x1c\xb2\xe3\x75\x6f\x8c\x07\xce\xc4\x4e\x09\x1d\x19\xc7\xd8\x5f\xeb\x65\xce\xca\x6c\xef\x92\x79\x78\x5e\x63\xb8\xdb\xb9\xc6\x6f\xb7\x16\x59\x09\x6f\x50\x3e\x54\x5a\xc6\x0a\xd7\x3f\x54\xcf\xd8\x5e\x7c\xee\x49\xea\x75\x9f\xa4\x25\x2b\x2f\xbd\x0b\x3e\x74\x34\xda\x2f\x3b\xf2\xf3\x9b\xad\x07\xc2\xbb\x32\xce\x7c\x53\x28\x7b\x1c\xa2\x92\x7e\xe2\xc7\xeb\x55\x0e\x41\xd3\x53\x35\x1a\xbb\x32\xf3\x7d\xdf\x2e\x0d\x6d\x76\x4f\x05\xef\xc8\x94\xbb\x2d\xd7\x63\xfc\x18\x33\xe7\x9f\xb2\x67\x90\x0c\x63\xa1\x5f\xc9\xbe\x97\x70\xf1\xcf\x11\xce\xef\x3e\xd2\x80\x23\x18\x0f\x19\xcd\x78\x24\xac\xca\x26\x75\x5c\x52\x12\xb7\xb2\xbf\x5b\xfc\xe3\xaa\xd9\xde\xd5\xfd\xb2\x5f\xbe\x1e\x94\xbc\xe5\xec\x02\xaf\xbf\x1e\xdd\xad\xfb\x7a\xd6\xc7\xcf\x64\xff\x94\x8f\xb3\xf7\x2c\xf4\xd5\xaf\x0a\xfc\x2a\xb5\xfe\xb2\xcf\x9a\xd2\x35\xdf\xbf\xac\x79\xee\x35\xa4\x78\x6e\xe3\xa4\x95\xe6\x9e\x33\x56\xe9\x36\xe5\xa6\xcb\x2c\xbe\x9b\xa7\xde\x22\x92\xe0\xb1\xb8\x7a\x85\x78\x2b\x44\xbd\x60\xcc\xde\x42\x64\x57\xff\x58\xc6\x52\xb8\x78\x70\xb3\x15\xc9\x6b\xdc\xcf\x3f\x24\x79\xfe\x67\xc6\xf0\xd1\xfb\x1e\xcf\xe9\x5c\xa2\x3c\xc1\x54\x7a\x4f\x42\xf3\x2d\xeb\xda\x94\xf3\x09\xf7\xbf\x96\xc5\x5d\xac\xe2\xb7\xf7\xff\xf8\xfa\x83\xed\xee\xdb\xf6\xf0\x48\xe8\xcb\xa8\x0d\xcc\xb1\xdf\xb9\x97\xdf\x23\xd7\xb4\x3b\x8f\xd8\xaf\xd7\xe0\x91\x9b\xe5\xb8\x7f\x87\x4b\x53\xf9\xd2\x3a\x27\xab\x8d\x2b\x9a\x6f\x26\xe6\x3a\xf9\xac\xfb\xde\x52\x19\x53\x6c\xdf\xb0\xd6\xb4\xf5\x5d\xf0\x57\xc6\x96\x5c\xeb\x35\xbf\xfb\x39\x39\x39\xdc\x3c\xd8\x91\x7c\x21\xf1\xcf\x38\xa8\xb6\x98\xb1\xe9\x4d\xc2\xda\x47\xf7\x75\x4d\x51\x75\xd0\x3d\xb6\x26\xbe\xad\xc2\x2e\x32\xa8\x3a\x5c\xa5\xe9\x4d\xe4\xe5\xcc\xa1\x0e\x37\x1b\x3a\x8f\x0f\xca\xbb\x6e\x7c\xba\xe1\xc9\x8f\xbf\x73\x86\x9b\x88\xbe\x12\x6a\xac\x59\xb6\xcb\xcc\xf7\x96\x63\x73\x9f\xe4\x34\x0b\xa5\xb3\x6b\x9b\x5f\xc5\x2b\x99\x9f\x39\x12\xd3\xaa\x16\xf6\xd9\xbc\xb6\xda\xaa\x4d\x34\x70\xb8\x85\xd6\xf6\x79\x6d\x55\xbe\x81\x8c\x45\x72\xeb\x40\x15\x5e\xc6\x6e\x4f\xfa\xa7\xff\xad\xbd\x4b\xf2\xf4\x61\xc6\x66\x3c\x11\xde\xbc\xc1\xa0\xeb\x99\x9a\xb3\x4a\xbf\xa5\xef\x3b\x96\xdb\x9d\x76\xe9\xef\x67\xd1\x76\x26\xd4\x2b\x68\xb5\xfd\xf6\xd6\xb4\x8d\xd6\xd1\x7d\x0d\xa5\x5b\x56\xbd\xc8\x8b\x2d\xd3\xc9\x6c\xad\x68\x79\x11\xaa\xa4\x23\xf1\xf5\x61\x6b\x71\xc0\x7d\x5d\x93\xa7\x25\x6d\xfa\x3e\x6f\xf4\xfb\xdd\x32\x6c\xcb\xf5\xde\xae\xfb\xea\xd2\xf4\xf6\x72\x57\x35\xfd\x2d\x27\x15\xdb\xab\x5d\x25\x19\xa3\x5a\x37\x63\x74\x0b\x94\xb1\x66\xbc\xad\xf0\xca\x83\x9e\x7f\x66\x14\x63\xdd\x71\xfb\x46\x3d\xc6\xf8\x6f\x00\xe4\x9c\x61\xee\x6a\xa9\x0b\x67\x45\xac\xea\xea\x6d\x3b\xd4\x68\x97\x87\x6f\xc7\xe3\x80\x00\x87\xbf\xec\xa4\x3b\xe4\x56\x7e\x77\xd7\x33\x4a\x6c\xcf\x38\x66\xe7\xb9\x47\x6b\x63\xbb\xdc\x27\x35\xcf\x4c\x75\x8f\x8e\xb9\xed\xc5\x4e\xa9\x2a\x75\x9d\xd3\x3b\x36\x58\xbc\x52\xbd\xf7\xf1\x71\x47\xb6\x95\x92\xda\x86\xda\x79\x1d\xfb\x2c\x1d\xd4\x6a\x6f\x6f\xe8\x1c\x62\xa6\xce\xd8\xe6\xe7\x5c\x5c\x8c\x7a\x5a\x5f\x4b\xcf\xbf\xc4\x75\x5c\xdc\x2c\x4f\x72\x55\x1f\xc6\xc4\x0b\x47\x6d\x4c\x9c\xc8\x2e\xa9\xfe\x98\x9b\xeb\xbb\xbf\xeb\xa4\x75\xa5\x7a\xb8\xb3\x50\x97\xa4\xd7\x1d\x83\xfe\x56\x0e\x9d\xf5\xc9\x0e\x26\xc3\x0d\x87\x74\xee\xaa\xb0\x31\x8b\xd0\xbc\xd7\x69\x7a\xfe\xa1\x65\x6f\x55\xeb\xce\xb1\xdf\x72\x2d\xd7\x29\xd9\x74\xb6\x74\x26\xeb\x5f\x50\x70\xee\x4a\xea\x12\xd2\x14\x5b\xf4\xa6\xc3\xa8\x6b\xb3\xe2\x21\x39\xa5\x8f\x27\xbb\x96\x2a\xcf\x60\xec\xea\xcc\x7f\xc6\x61\x35\x36\x24\x77\xb4\x91\xcc\x3d\x4d\x32\xf5\x0d\x63\xd3\x53\x46\xb4\x86\x68\xb2\x2e\xd5\xa4\x19\x1e\x6e\xd3\x98\xaf\xb9\xf6\x02\x1b\x9b\x93\x6c\xac\x9b\x98\x42\xb3\x29\x30\x88\xb4\x53\x5e\xa5\x3f\xa2\x6b\x47\xee\x0b\x8d\x16\xcd\xc7\x5d\xc1\x5b\x7b\x69\x57\xa8\xac\xe8\x32\xb9\x78\x4f\x47\x5c\x61\x59\x57\xf8\x3b\x6b\x4d\x13\xb9\xcb\x5d\xcf\xbb\x62\x55\x04\x64\x7b\x31\x7f\x26\xb8\xb0\x4e\xba\x81\x31\x76\x62\x8e\x2e\x63\x2d\x88\x0c\x7a\xa0\x47\xcf\xdb\x3f\x8d\x64\xe1\x53\x92\xf1\xab\x48\x86\xd8\x33\x36\x25\x89\xef\x87\xa7\x15\x63\x8a\x31\x13\xff\xb6\xd3\x64\x35\x46\x3f\x66\xbb\x9b\xf5\x67\x1b\x1d\xb7\x4a\x6a\x19\x5b\x30\xe7\xc0\x8d\xb2\x7a\xba\x1a\xcc\x30\xe5\xef\x45\x1d\xea\xf7\xd9\xa2\x35\x62\xf2\x63\x94\xa3\xd9\xd4\xed\xf5\xf2\xcf\xe4\xb7\xb1\xb1\xe7\xae\xc8\xbf\x5d\x14\xc9\x84\x9e\x26\xc8\xb7\x2f\x08\x60\x79\x4d\x55\xf3\x4f\xca\x88\xb3\x67\x2c\x57\x42\x0b\xef\x09\xe2\x7d\xa0\x9e\x71\x88\xe9\x46\x2d\x85\x89\xdf\x19\x73\xd0\x30\xc9\x9d\xf7\x94\x7d\x74\xec\xe5\x1c\xaa\x0e\x4c\xd7\x2e\x26\x72\xa5\xb9\x7b\x57\xb0\x85\x73\x61\xbd\xeb\x95\xce\xbd\x46\xb2\x07\xb6\xfb\x5c\xed\x1c\xaa\x27\x5c\x73\x27\xa8\xb3\xa3\x46\x53\xac\xa1\x28\x44\xa2\xf3\x9a\x5a\x69\x9b\xb2\xe7\x8d\xaf\x6d\xea\x9b\xdb\x8c\xbd\x66\x3e\x11\xd1\x9a\xd8\xb6\xc2\xb3\xf6\x7a\xa9\x8e\x7d\x5b\xdd\x12\xc7\xb3\xa3\x75\xce\xb5\x17\xbb\xbc\x3b\xb4\x45\xef\x55\xfb\x05\x97\x49\x8c\xf5\xce\x5e\x84\xf7\x15\x25\x74\x17\x79\x0d\x99\xcf\x98\x86\x9f\xdc\x79\xc1\xd1\x8c\xd9\xf4\xd2\x90\x9e\xb4\x97\x31\x37\x05\x83\xf9\x73\x5a\x58\xbd\xdb\x46\x7b\x3d\xf5\x29\x5d\x6f\x9d\x75\x42\xdf\xd8\x1e\xef\xac\xb7\x39\x94\xef\xeb\x75\xe4\x67\x5e\x4a\x56\xdf\xf0\x6e\x62\x74\xef\x8e\x99\x9a\x1d\xcd\x2f\xa2\x46\xb7\xed\xd4\xc8\x6c\x15\x09\x12\x7f\x35\x4f\x7b\x52\xab\x75\x90\xc9\xed\x52\x5d\x9f\xd6\x67\xfe\xcf\xce\xfd\x65\x20\xd6\x26\xe5\x57\x70\xe8\x94\xd1\xc2\xb6\xad\xde\x35\xbb\x72\x8c\xc7\xb7\xeb\x7a\xcc\x63\x6c\xc2\x16\x45\x87\x3e\xa7\x18\x9b\x2f\x25\x33\x97\x6f\x36\x63\x06\x31\x8b\x16\x09\xa9\x30\xe6\x5c\xa4\x18\x39\xc1\x96\x31\x6f\x7e\xbd\x01\x73\x3f\xb3\x56\xbf\xde\x56\xf7\xd5\xbd\x7f\xe6\xa7\xb4\x1c\x07\xaf\x6c\x0c\x4a\xed\xe0\x33\x77\x3e\x18\x14\xdb\xd6\xf6\xb7\xa1\xc4\x43\xbb\xb4\xd4\x76\x21\xed\xba\x26\xd3\x64\x85\x6f\xfb\xb4\x43\x9a\x2f\x44\xaf\xbe\x2f\xa0\xbf\xa4\xc5\x3c\x4a\xf6\xd2\x54\x23\xb9\x96\x27\xe1\xed\x87\x5e\x9a\x64\xb4\x9e\x0e\xaa\xdd\x25\x64\xa6\xd6\xa6\xe9\xbf\xb1\x4a\xc9\xfc\x50\xdb\x35\x9f\x41\x8c\x0d\xfb\x3c\x7f\x7c\xf7\x7c\xc8\x0a\xcf\x37\xe5\xab\x61\xcc\x6c\x8c\xcc\x09\x41\x3b\xc6\x3c\x55\x64\xfb\x8e\xbb\xc7\x58\xa8\x8a\xc6\xb9\x39\xda\x8c\x45\x94\x9b\x7e\x50\x1f\xd4\xe5\xe2\xa7\xb8\x24\xcc\x75\x56\x47\xaa\x2b\xdf\x8a\x84\xa8\xd4\xb6\x83\x56\x17\x0f\xea\xa5\x8b\xb4\x9e\x30\x3c\xf4\x6c\xdf\x0a\xe1\x36\x25\xdd\x85\x8d\x22\xe9\x4b\x6b\xd3\x0d\x63\x1b\x1f\x2f\x6d\xbc\x32\xc5\x74\x53\xd3\xd6\x54\xad\x63\xa6\xe6\x1e\xcd\x8d\x71\x07\x77\xfa\x59\x7e\x6e\x79\x1d\xb9\x61\xe3\x00\xeb\xaa\xd6\xea\x90\x03\xc5\x01\xb6\x85\x6d\x86\x01\xbb\x19\x13\xdb\x27\xd3\xb7\x5f\x1e\x63\x8b\x9e\x48\x3e\xe1\xeb\xcd\x98\xb5\x89\xb4\x8d\xc0\x0f\xc6\x02\x8d\x65\x04\xc7\x79\x30\x96\x78\x44\xfe\xee\xf4\x01\x8c\xa5\x24\x1b\xf0\xab\xbc\xec\x72\x8d\x34\x75\x95\x74\xfd\xd8\xbe\x77\xc9\x5f\x4b\xcf\x27\xf5\x6f\x0d\xb4\xdd\x71\xe0\x6a\xae\x44\xf3\x5a\xc3\xf6\x4f\xdb\x8a\xa2\xbe\x1c\x30\x14\xfd\xde\x91\x2f\x7d\x23\xc8\x7c\x4b\x43\xc2\xca\x3e\x47\x87\xda\x84\x35\x9a\x67\x39\x6c\x6b\xb1\x97\x6a\xba\x9e\x56\x50\xe1\xe6\x28\xde\x7c\x3b\x51\xbd\x68\xba\xe3\xac\xd6\xf9\x11\x17\x73\x0e\x38\x1d\x6f\xfd\x10\x32\x8c\x31\xb1\x1a\x69\xff\x7e\x11\x8c\xa9\x6e\x92\x88\xe4\x3b\xcf\x98\xeb\x21\x49\x79\xc1\x8b\x8c\x85\x5f\x9c\xb7\x7c\xd4\xdf\x8c\x65\xd8\x2f\x2c\x9d\xf2\x85\xb1\x9c\xf3\xda\xfc\xca\xb5\x5d\x31\xe9\x76\xb6\x3b\x5d\x07\xb7\x05\x06\xd8\xc5\xbf\xcf\x1c\xd4\x1c\xe5\x38\xed\xa0\xd2\xda\xe7\xbc\x78\xec\x41\xb6\xa5\xfd\xd7\xd0\x75\x4f\x8e\x4a\x38\x98\x7e\xdf\xbb\x66\xce\xb6\xa7\xce\xb3\x1b\x0a\x72\x1e\x95\x2a\xb8\xa5\x34\x0d\xce\xf0\x5d\xbd\xd9\x4d\xa6\x39\x3b\x79\x49\xc6\x83\xc5\xe1\x2d\x37\x62\xf8\xd2\xc0\xa3\xae\x55\x37\xe2\x3b\x63\x33\x1e\xcf\x2b\xe9\xff\x98\x31\xdd\xd6\x39\x3b\xf8\xae\x32\xb6\x64\xeb\xcc\x01\xc3\x3c\x18\x4b\xde\x3c\xf3\x8d\x50\x1d\x63\xab\xd7\xce\xeb\x14\xc9\x65\xac\x7c\x8c\xd2\x65\xd9\x05\x5d\x05\x25\x6a\x66\x43\x9c\x2b\x5a\x15\xa3\x5a\x42\x73\xf3\x27\x34\xec\x73\xeb\x75\xa0\xcf\x56\xb1\x8f\xa2\x96\x1e\x1f\x3e\xef\xbc\x7b\xaa\x8f\x4b\xe6\xe7\x1f\x9b\x77\x6f\x6e\xf5\x78\xf1\xf5\x6d\x39\x14\x8d\xf3\x96\xfd\xa1\x53\xe8\xbf\xb2\xc8\x27\xa0\x71\xec\xca\xf2\xa5\x33\x7d\xd7\x35\x9d\x5b\xe6\x19\x6f\xef\xb7\xa3\xb9\x23\x31\x35\x7a\xa9\x6f\x5e\xeb\xa4\xa8\x85\x8c\x49\x18\xce\x5b\x3a\xc8\x8b\x31\xe3\xc1\xe2\xef\x86\x64\x33\x16\x30\x71\xca\x43\xbe\xfd\x8c\xad\x98\x2a\xb6\x7c\x98\x2b\x63\x55\x09\xd3\x72\x47\x9e\x64\x6c\xef\xb9\x05\xd3\xe7\xe9\x77\x75\xed\xde\xa1\x3b\xd5\xe6\x78\x4b\x67\xbe\x9f\xe7\x99\x82\xa7\x5f\x03\xbc\x4a\xf7\x59\x1e\x2e\x3d\xdb\xe8\xb9\xf8\xcd\x8c\x63\x13\xd7\x7f\x0e\x74\xfe\xb8\x77\xb7\x75\x4e\x75\x68\xda\x97\x39\x55\x7b\x97\x0d\x0d\x9d\xff\x3d\xbb\xf8\x75\xbc\x43\xd8\xa8\x86\xb5\x79\xfa\x91\xb5\x61\xea\x8d\xed\x99\xfb\xc2\xb6\x04\xaf\x68\x7e\x91\x34\x33\xf8\x7a\xf0\x90\x96\x8e\x68\x49\xc6\xe6\x9b\xcf\x7a\x3c\x70\x15\x63\x76\x0b\xa6\x96\x0e\xae\x60\x2c\x6a\x3b\xc5\x1b\x25\x05\x5c\x3e\xe4\x66\x2f\xe4\x63\xbf\x2a\x3c\x8b\x7f\xe2\x7b\xb6\xf9\xaf\x44\xa5\x18\x83\xa8\xef\x33\x4f\x35\x5b\xbd\xcc\x1d\xb6\xab\xa1\xf0\x47\xae\xfd\x19\xb5\x8c\x90\x15\x4f\x5e\x08\x9f\x1f\x96\xe4\xb4\x7c\xef\x87\x83\x7b\x83\x63\xba\x96\x06\x7f\x89\xaa\x6c\x0a\xdf\x90\xf6\xf2\xfb\xed\xa2\x57\xa1\x0d\x49\x02\x0d\xdf\x73\x8e\x06\xde\x4d\x2c\x69\xfa\xbc\x74\x57\x80\x6d\x5c\x47\xcb\xa0\x44\x6d\xdf\x77\xb1\x8a\xad\x0b\x22\x0f\x33\xa6\x78\x66\x9a\xec\x80\x58\xc6\xdc\x3d\xfa\x4f\xe8\x7e\xde\xf2\xdb\xf4\xfc\x1d\xfe\xbf\xe7\x85\xbe\xde\xe2\xf7\x07\xe8\xf0\x66\xb2\x32\x8f\x65\xe7\x5f\x6f\x6a\x9c\x62\xb8\x25\x46\x61\x59\xe8\x73\x81\x84\xd8\x5d\x85\x8b\x55\xee\x6e\x78\xa7\x7c\x70\xa8\xe7\x8a\x83\x06\xf5\x32\x9b\x73\x3d\x47\x6c\x89\xf8\x3e\xbd\x64\xb9\x67\x61\xd9\xfc\x06\xb5\xfc\x69\x4b\xf2\x0a\xa7\x35\x45\xa7\x6f\x58\x5c\x59\x70\xa4\xf9\x42\x92\x8f\xfb\x95\xec\xec\x56\xe1\xa8\x09\x6e\x03\xb2\x3e\xb5\x7e\x0d\xd1\x61\x4c\x2f\x72\x02\xeb\x7b\x8d\x31\xba\x0d\xcd\x58\x59\x3a\xc9\xf3\xd5\x24\x3f\x20\xd6\xf5\x47\x19\x63\x83\xc3\x01\xfe\xea\x60\x46\x0b\x60\xc1\x90\xad\x7d\xdb\x2f\x99\x38\x79\x1c\x8b\x88\x6a\x6c\x8f\x0e\x5f\xf9\xd4\x7e\xea\x8f\x69\x57\x5b\x8a\xc5\xcc\xa3\x5f\xef\xfa\x31\xb4\x20\x86\x97\x7f\xb1\x15\x3b\xb6\xa0\x29\x7a\xe9\x13\x9b\xa0\xbd\x6a\x2d\x73\xe3\x62\x6c\x17\x6c\xad\x6c\x1d\x12\x69\x6b\x2b\xb0\xe1\x69\x6b\x63\xb0\xb4\xad\x5d\xa9\x58\xdb\x66\xbf\x19\x8c\xd9\x7e\xa7\xe7\x2d\xd7\x21\x79\x50\x8d\x64\x1d\x22\x1a\x1b\xe7\x90\x7f\xb9\xd9\xcc\x18\x1c\x06\xd8\x37\x94\x5d\x9e\xff\x68\xf6\x99\xdc\x3d\x9d\xa1\xa6\xa7\x2d\xb5\xfd\x56\xb6\x15\x86\x4d\x0d\xfe\x6c\xbf\xac\xd5\xac\x6a\x6e\x8c\x96\xfe\xc6\x96\xbe\x3f\x9c\x13\x44\x74\x4f\x35\xe8\xb4\x84\x46\xb8\xe8\x5f\x7d\x32\xbe\x55\x25\x64\x93\xa1\xc4\x0d\xcb\xd6\xcf\x01\x97\x0c\x2b\x4e\x7f\x6b\x7b\xe0\xe5\x67\xa4\x79\xf8\x48\xbb\xc9\xe2\x06\x63\xbe\x6a\xc5\xf6\x3d\x6e\x82\x8c\x05\x16\xd1\x73\xd7\x3f\x23\x49\xcc\xaa\x1d\xc2\x5c\x1e\xa4\x90\xe4\x9e\x20\x92\x6b\x95\xd8\x8f\x05\x97\xc5\x27\x27\x04\x75\xc5\x99\x7e\xd1\x3e\xb2\xf8\x6a\x47\x4b\x40\x88\x7d\x91\xcd\xe2\x0e\x8f\xbc\xd3\xae\xcb\x0c\x54\xdb\xcf\x9d\xd9\xea\xa1\xa9\x71\xbb\x3d\xbb\xed\xf3\x62\x71\xb5\x9c\x8e\x65\xed\x4d\xf6\xaa\x6a\x25\x9f\xef\x76\x28\xd8\xaa\xaa\x7b\x3c\xdd\xda\x11\x6f\x9d\xad\x21\xfd\xd7\xad\x8e\xa3\x96\x67\x35\xe2\xae\x4c\xe8\xec\x6f\x3e\x98\xb1\x15\x3b\xb9\x75\xf8\x40\xb2\x0b\x6f\x80\x3c\xe0\xfc\xfd\xc1\xd9\x24\xcb\xb2\x18\x13\x7e\x33\xb0\x26\x5d\x93\xb1\x05\xed\x62\x4a\x81\x33\x99\x8a\x89\x94\x9c\x8b\x63\x61\x57\x88\xa7\x92\x8e\x9c\xa5\x68\x97\x60\xf2\x7b\xa3\x49\x06\x83\x3b\x37\x56\x66\x98\xfd\xa5\x21\xdd\x19\x74\xb5\xc3\x5c\x41\x39\xb8\x73\x43\x6b\xbd\xf1\x46\x85\x96\x2e\xdb\xce\x0f\xda\xe3\xe5\xea\xbb\xee\x77\x85\xa8\x64\xca\x2b\x7f\x19\xd6\x65\xa4\x36\x4a\xce\xf2\xc5\x8b\xae\x95\x4a\xc7\x18\xab\x3e\x4b\xcf\xff\x8c\x7a\x59\xcb\x8d\xff\x58\x20\xc9\x75\x26\x24\x93\xaa\x49\x46\x14\x30\x36\xbf\x4c\xf8\xb2\x87\x25\x3b\x6a\x60\x3a\xcf\xd4\x7a\x32\xd3\x74\x09\x5d\x94\x63\xa2\xcb\xf8\x22\x5f\x29\x5d\xd2\x8d\xea\xfa\xba\x52\x5b\x25\x57\xdd\xad\xeb\xe0\xf6\x7e\xea\x0e\xca\xde\x5d\x41\x57\xfc\xb5\x16\xc8\xab\x74\x1d\x78\x77\x4b\xf5\xc2\xa2\xe9\x6c\x41\xd7\x03\xf9\x59\x32\x87\xd8\x35\x16\x23\xb9\x5f\x4a\x8d\x31\xd6\x28\xae\xcf\xd8\x23\xbc\x01\xfa\xfe\x33\x17\x87\xc6\x91\xdc\x50\x46\x72\x39\x3f\x87\x37\xe8\x43\xd2\x4b\x97\xb1\xb9\x25\x82\x23\xec\x73\x18\xd3\x56\x9e\xf2\xd4\x74\x05\x3b\x6a\x37\x76\xee\x0e\xfd\xd7\x6c\x9b\x5f\x2f\xc9\x7c\xad\x7b\xac\x20\xa1\x6a\xbe\xa8\x9a\x04\xf3\x5e\x6d\xbb\x30\x58\xd1\x88\x39\x6c\xff\xb6\xf0\xa4\x9c\x20\x33\x3c\x7b\x51\x56\x63\x41\x27\xf3\x7f\xf4\x4d\xe6\xb1\x4c\x35\xdb\xd5\xec\x24\x75\x53\xba\x3b\x12\x7e\x3a\xab\x0f\x4f\x0f\x7f\xc6\x81\xf5\x24\x57\x4a\x90\x0c\xdf\x47\xd2\x31\x9c\xa4\x9d\x39\x63\x33\x15\x86\x86\x9b\x0d\x64\x4c\xa5\x43\x38\x5e\x3f\x0c\x4f\x40\x47\xb4\xea\x18\x73\x9d\x31\x2d\x4a\x53\x80\xbd\x0a\xd1\x9e\xf5\xff\xf1\xf5\x25\x60\x35\x76\xdd\xdf\xcb\x90\x06\x95\x34\x48\x73\x11\x0d\x2a\x0d\x9a\xe7\x79\x9e\x93\x4a\x33\x89\x94\x44\xa1\x24\x45\x99\x32\x24\x85\x42\x42\x23\x4a\x99\x49\x85\x90\x4c\x99\x87\x48\x42\xc6\x24\x53\x34\x9c\xb3\xbe\xeb\xec\x7d\x9f\x07\xcf\xf3\xfe\xbf\xf7\xba\x9e\xeb\xe7\xf4\xd6\x59\xeb\xde\x7b\xdf\x7b\xfd\xf6\x5a\x6b\xaf\xf5\xd3\x62\x32\xf6\xad\x5e\xaf\xae\x67\xba\x12\x5f\xe4\xe9\x68\xa4\x1a\x7d\xc7\xe6\xf2\x55\x5a\x35\x06\xaa\x78\xae\x5e\x7f\xaa\xbf\xee\x37\xec\x6c\x7d\xa5\xe1\xaa\x2b\x8b\x7d\x5d\x1b\xa6\x54\x72\xbe\xdd\x46\x9b\x33\x2f\x02\xab\x4d\x49\x7f\x21\xad\x83\x66\x8a\x02\x9f\x11\xed\xed\xed\x4c\xa4\x8a\x10\xbd\x34\xdd\xce\x4c\xb2\x42\x9c\xf1\x20\x30\xc5\x70\x3c\x3e\xf6\xdf\x91\xf0\xc6\xd1\x13\x6d\xbc\xbe\x6e\xb5\xf5\x6b\x65\xe7\xbb\xd4\x1c\xb7\x0c\x53\x67\x3b\xd8\xbd\x7e\x34\x22\x32\x9a\xad\x64\xfd\xf1\xe7\xb7\x59\x1d\x6c\xb6\xa5\xef\xd0\xa8\x80\xd7\x1f\x17\x5a\xcd\x18\x52\x08\xf8\xf1\xb8\xd0\xe6\xfc\x90\x6c\x50\xe0\x8d\x99\x76\xbc\x43\x91\x01\xeb\x2e\xee\xb1\x93\x1d\x7a\xeb\x7b\xe9\xb4\x97\xc3\x70\xd6\x48\x5f\xab\xdf\x7a\xfc\xc3\x43\x0c\x8d\x05\x05\x7b\x11\x9d\x35\x2d\x62\xc7\xdd\x47\xf4\x57\x76\x28\x98\xa0\x86\x18\xb4\x6e\xc6\x48\x83\x57\x58\x15\xf4\x29\x36\xd9\x25\x9d\x3d\xe0\x9b\xbf\xa5\x2a\x30\x8f\x3d\xd2\xed\xf6\x49\xf1\x39\xad\xac\x93\x0e\xc6\x6d\x4b\xe6\x59\xb0\xee\xd9\xac\x1b\x70\x8d\x8e\x1f\x14\xb6\x76\x1a\x9c\x10\xfe\xae\xf3\x96\x9d\xc8\xa0\xc8\x2c\x8d\xd6\x17\x0e\xa5\x83\x0e\x91\x27\x9b\xe2\x1d\xd7\x0d\xbe\x0e\x15\x39\x63\xe4\x84\x43\x7a\x33\x9f\xd6\xec\x77\xde\x3b\x54\x32\x83\xb3\x2b\xa4\x9b\x92\xbe\x4b\x8a\xd2\x46\x17\x47\xa6\xfd\xf6\x87\x78\x68\x1b\x76\x88\xdd\x44\x0c\xcb\xb1\xe9\x9a\x90\x86\x38\x6b\x9a\xcf\x7a\x83\x1a\xdc\x14\xb6\x23\xca\xda\xcd\x9b\x9d\x19\xe0\x91\x2d\x15\x5e\xc9\xda\xea\xd1\x7e\x42\x31\x76\x06\x4b\xd3\x71\xf4\xf3\x27\xf1\xc2\x2c\x63\xdb\xae\xfe\x98\xb8\x9e\x4f\x3f\xec\xd4\x07\x8c\xe6\x49\x3e\x3c\xeb\xf8\x72\x40\x67\xbe\x44\xf3\x75\xe7\xf3\x03\x4d\xd1\xf5\x5c\x7f\x58\x75\xbe\xfb\x86\xc1\x8b\xe1\x1f\x4a\xdb\xdd\xbb\x86\x66\xcd\x0c\xe7\x8c\x87\xd1\x4e\x8e\x1e\x5c\x1e\x62\x39\x7c\x9a\xab\xb0\x0e\xe2\xf4\xc3\xd3\x6e\x89\xe5\x21\x46\x2f\x35\xb7\x54\x68\x47\x9c\xbf\xc7\x4d\x55\x4f\x09\x3d\x67\x1f\x8c\x8c\xf4\x1e\xc5\x16\x9b\x79\x6e\xdd\xed\x39\x4d\x43\xaf\xbd\x3d\x8e\xbf\x58\x7c\x6f\xb0\xdf\xe9\x4a\x97\x51\x4a\xc6\xd0\x62\xfb\xc5\xbf\x5c\x93\x56\xbc\x50\x75\x7a\xfe\xeb\x5c\xe2\xb5\xeb\xb7\xdc\x16\xf7\xab\x2c\xde\x5e\x77\xd6\x33\xb4\xff\xd2\xc2\xc4\x23\xe7\xbd\x12\x06\xce\xce\xeb\xa8\xf8\xec\x75\x77\xd0\x2b\x2a\xb8\x68\xa5\x8f\xfe\x60\x77\xf8\x7c\x8e\x1e\xfa\xe4\xbe\xbc\x2a\x5b\xaf\x91\x77\x0e\xa2\xed\x43\x1d\x1d\xa1\x8d\x88\xc1\x8b\x75\x1e\x88\x8d\x46\x8c\x7f\x6d\x9c\x20\xff\x0c\x71\xc9\x74\xc7\x1a\xdd\x56\x9c\x1e\xa7\x1c\x6a\xe5\x9d\xc5\xda\x16\x7e\x62\xd5\x50\xec\xab\x21\x25\x5f\xa9\x93\x3b\x96\x1b\x0f\xf4\x38\xb5\xf5\x9e\x5d\x55\xdc\xe3\xe0\xec\xd5\x77\x66\x25\xeb\xae\xab\x87\xcd\x4f\x87\x95\x22\x0d\x83\xde\x95\xbf\x1c\x52\x16\x1e\x3b\xea\x73\xbf\x7f\x7a\xe2\xd4\xb2\xc0\xe9\x91\x03\xe3\xe2\xf3\x8a\x92\xa6\x1f\x1d\xf8\x3c\xcf\x71\x7b\x8c\xff\xf7\xc1\xc4\x28\x7d\xc4\x61\x23\xf4\x86\x71\xf4\xd0\xcc\xd7\x78\xc4\x37\x02\xd1\x2d\x70\xaa\xb0\xd0\x20\xe2\xac\xb5\x53\xd3\x45\x9f\x22\xa6\x8c\xd4\xbd\x25\x33\x02\x31\xe3\xb0\x8d\x97\xf6\x11\x8c\x5d\x76\x22\x20\xde\xeb\x22\x4b\x70\x0e\x7f\x6a\xc6\xa2\xda\x41\x3e\x7f\xcb\x13\xdb\x32\xcb\xb9\x7e\xb1\x67\xbd\x1e\x3b\x7e\x38\xaf\x87\x4b\x52\xbe\xbb\xfb\x02\xb3\x42\x8e\xc9\xf9\x7f\xfc\x99\xb9\xf2\x47\x19\x4f\xa0\xd5\xaf\x82\x14\x91\x3d\x35\x81\x7b\xfa\x4f\x2c\x7a\xbd\xed\xc2\xcc\xc5\x03\xf1\x71\xef\x36\xdd\x99\x39\x34\x38\x6a\x5e\x18\xe2\xc8\xf9\x5a\xa4\x3e\xd9\xd4\x07\x9a\x1b\xf8\xb6\x23\x7a\x2d\x57\xbb\x3d\xfa\x14\xe2\x02\x77\xd5\x6d\x63\x36\x23\x66\x65\x6a\xd4\x4a\x46\x21\x6e\xee\x33\x99\xa7\x5e\x89\xc5\xeb\x4f\x7b\x7e\x76\x0f\x1d\xb2\x8f\x9b\x9e\xc8\x9b\x62\xd1\xbf\x20\xb0\xe3\x84\x71\x8e\xf9\x27\x75\x8f\x77\x5f\x8e\xee\xa8\xbd\xb6\xcf\x7f\xc2\x37\x9b\x6d\xe7\x8f\x89\xcd\x5c\xfe\xfd\xfb\xa6\x5d\x25\x93\x43\x77\xf6\xcd\x5e\xab\x53\xb8\x2f\xf4\xe3\x2f\xd1\x34\x9e\x5c\x95\x70\x81\x7e\xd1\xa5\xdf\xd7\x7b\x47\x6c\xef\x7f\xb7\x28\x78\xd5\xe4\x08\xd6\xc0\xf5\xf9\x65\x88\x82\x37\x35\xa4\x39\x7a\x18\x5e\x56\x15\xe3\xdd\x80\x18\x92\x31\xc1\x80\xaf\x1b\x31\x35\x81\xee\xb3\xf9\xb5\x8a\x2b\x85\x02\x11\x0f\x94\x6a\xaf\x9c\x30\x17\x1f\x17\x67\x3b\x14\x38\xdd\x1c\x3c\xb6\x7a\x5c\x74\xf1\xca\x57\xaf\xf5\xa3\x3e\x1d\x56\xdf\x7b\xe8\x8a\x74\xa8\xfc\xa7\x7b\xe5\xb5\x07\x8b\xa2\xa2\x7b\x13\x8b\x97\xff\xc3\xc3\xe6\xcd\xab\xf8\xb1\x71\x63\x62\x56\x65\x4c\xfa\xcf\xc9\x99\x96\x2b\x4f\xc7\xf8\xfc\x5a\x90\x7a\x2c\x45\x3e\x26\xb4\x3f\x6e\xc9\xc4\xa4\xda\x79\x0d\x03\xfe\xf1\x29\x88\x0a\x86\xaa\xee\x23\x44\x11\xed\x15\x15\xa7\xf2\x64\x20\xce\x9d\x3c\xec\x3d\xf1\x43\x64\x53\x3d\xaa\x18\x1e\x70\xfe\xb3\xfc\x64\x21\x49\xc4\xcb\xf5\xc6\x5e\xa6\x13\xdb\xd7\x1e\x79\x14\xa0\x90\xa2\x59\x1e\xb8\x25\x79\xc3\x9d\xca\xa4\x35\x2a\x19\x97\xdf\x2b\x9d\x74\x4f\xd3\xcd\x58\xd3\x73\xa2\x7c\x5e\xca\xc8\x15\x2e\x5f\xd7\x15\x4a\x26\x65\xaf\xb0\xfd\xde\x9e\xa3\xb0\x48\x30\x25\xea\xa7\x64\xe6\xcd\x78\x9f\x65\x25\xbf\x96\xa7\x6e\x88\x9b\xb8\x24\xa9\x3f\x3f\x49\x61\x7e\x40\xe2\xcb\x81\x99\xf1\xd1\x88\x13\x07\x26\x2a\x8c\xe8\x41\xa4\x37\x77\x10\xd3\x18\xb9\xe5\xe2\x4c\x3c\x84\x19\x97\xae\x05\x10\x02\xf0\xd1\xba\xa7\x49\x73\xa7\xca\xc2\x7a\xdb\x76\x59\xf7\xe9\x51\x43\xab\xc6\x5f\xbf\x9c\x2a\xbb\x63\x6f\xe4\x83\x66\x87\x97\xe9\x07\x04\x22\x4d\x8e\xb7\x7c\xf5\x2d\xf0\x9e\x65\x59\x5a\xfa\x63\xd4\x66\x9f\xc8\x67\xbb\xef\xf4\x7d\xca\xfc\x10\x59\x99\xf7\xfa\x57\x78\x6a\x65\xc4\xce\x2d\x3b\xfa\x73\x13\x1f\x86\x8f\xdb\x64\x3f\x10\xba\x60\x28\xbc\x71\x8d\xf7\xe0\xa8\x79\x6d\x88\x7a\x0e\x7c\x62\x1c\x39\x73\x2b\xa9\xbc\x9d\xb6\x7f\xfb\x21\xde\x90\x1b\x64\xef\x18\xfb\xdb\xd2\x8a\xa8\x2a\x23\xa3\x76\x80\x87\xc5\x72\x8a\x73\x8f\x8c\x9f\xd3\x9f\x9d\x14\x9c\x7c\xda\xb7\xff\xa7\xcc\xad\xe4\xac\x16\x8f\x75\x6f\xc6\xf5\x95\xaf\xe2\xf3\x56\xbc\xf9\xfc\x17\xdf\xf2\x12\x9f\x67\x0d\xfb\xfa\xf9\x96\x4c\xf1\xc9\x3a\x1e\x33\xe0\x12\x77\xc8\x6f\x61\x65\xfd\x40\x7d\x4c\x83\xdf\xd4\x03\xbc\x83\x4b\x67\xbf\xf7\x5b\xb3\x5b\x6d\x70\x28\x7c\xf1\xef\x71\x58\xc7\xc4\x61\x4e\xea\x32\x3c\x88\xdc\xf4\xfa\xc0\xd8\xdf\x2b\xf9\x14\x0f\x6e\x46\x54\x39\x2c\x59\xb1\x3e\x12\xc7\x3a\xb9\x99\x1f\x8e\x3a\x3f\x74\x69\x41\x4b\xc8\x7d\x1f\xf6\x60\x57\xb9\x6e\xd4\x2a\xc7\xf6\xc1\x31\xaf\x3f\xce\xf3\xb5\x13\x19\x68\x1e\xf4\x0e\xef\xb7\x4f\x78\x29\x3e\xb8\x3b\xec\x80\x63\xe8\xed\xba\xc1\x87\xa1\xfb\x1c\x3a\xae\xac\x1e\xda\x10\x30\xdb\x49\xe6\xdc\xd9\xa1\xf3\xfe\xd7\x9d\x5c\x8f\xc5\xb3\xf4\x7c\x82\x11\x63\x19\x3d\x2a\x7c\x29\x3e\x21\x3c\xa0\x87\xe1\x41\x2d\x89\x14\x2b\x98\x9b\xd5\x39\xfd\x88\x93\x0f\x8b\x89\x2f\x79\x84\x07\x1c\x3d\x74\x47\x86\x4c\x65\xa7\x45\x6b\x38\x66\x7a\x9e\x61\x0b\xe5\xfc\xf0\x50\x74\xdc\xc8\xca\x3b\xd9\xe3\xb3\xcb\x5a\x88\x15\xf1\xe6\xa7\x4f\x33\x37\xde\x62\x16\xfc\xdd\x8f\x2d\x60\xbf\xd2\xec\xd3\xab\x0f\x6c\x5e\xfb\x27\xe6\x35\x8f\x78\xd8\x12\xf6\xcb\x2d\x2c\x6e\x9c\x61\xeb\xdb\x99\xfc\x8e\x53\xde\xd0\xfc\x93\x07\xde\x5c\x49\xb1\x8a\xe1\x1d\x39\xaa\x14\x53\x5b\x11\x95\xa7\x0b\xab\xcd\x9d\x8b\x6c\xbb\x47\xaa\x23\xfc\x2d\xd1\x2f\x7c\xbe\x51\xa0\x5b\x08\xca\xa7\x1b\x9a\x67\xd8\xdf\x64\xf7\x14\x16\x58\xf9\x59\xfa\xb3\xeb\xea\x3f\xdb\xe8\x9b\xb6\xb2\x8b\xba\xbe\xd8\x0a\x1a\x07\xa2\x26\xfb\x96\x69\xc3\xb4\x4f\xf8\x0e\x0b\xa6\x56\xeb\x4d\xf8\xd9\x82\x67\x34\x0e\xe9\x9e\x79\xdf\x86\xe5\x1a\x1d\x88\x75\xe4\x4e\x17\x6b\xd1\xaf\xb3\x7f\xf2\xc0\xa3\xee\x8c\x1f\x84\xb1\xff\x29\x0c\x2f\x8a\xbc\x8d\x28\x7c\x14\x20\x44\x1f\xd1\xaa\x54\x41\xcf\xe3\x07\x3e\x08\x8a\x9f\xf2\xc5\x49\x17\x2f\x2d\xec\x9f\xea\x65\x6b\x84\x7b\xd7\x36\xe8\x09\x9b\x8b\xe3\x8e\xe2\x28\x3d\x6b\x13\x21\x9c\x57\xe7\x65\xe0\x64\xb0\x12\x33\x1e\x49\x4c\x0b\x98\xd6\x89\xcd\x7d\xf6\xda\xdd\xba\xe1\x88\xf8\x55\x2d\x47\xeb\x14\x22\xa2\xd2\x19\x6e\x3c\xea\xc9\x45\x86\x07\x76\x32\xf1\x30\x66\x3d\x64\x30\xeb\x73\x2e\xd3\xe9\x3f\xc4\x0b\x51\x71\x3d\xef\x3d\xef\x34\x44\x93\x4d\xe3\x12\x9c\x2f\x21\x7a\x2f\x9a\xb0\xd0\x3e\x1d\x71\x4e\xac\x8a\xbd\x95\x2a\x62\xe2\x4b\x15\x05\xd3\x49\x88\xd9\xd5\x6a\xe3\x0d\x6b\xb1\x7f\x8f\xa5\xda\xb9\x69\x42\xf8\xeb\x58\xb8\xda\x5e\xdd\x39\xd8\x7b\xad\x54\xfd\x90\x4e\x3d\x0e\xbc\x98\xaf\xfe\x56\xfb\x31\xe2\x60\xba\xca\xf0\x4e\x66\xfc\xeb\xc6\x52\xdc\x2b\xce\xf0\xb0\xe1\x14\x17\xf6\x52\x0c\x8c\xa5\x68\x3d\x9e\xa2\x9d\x17\xe2\x54\x59\xc1\x4c\x1b\x39\x44\xc7\x29\xe3\x17\x5a\x94\x21\x06\x4e\x92\x39\x66\x16\x8d\x38\x4f\x44\xfe\x9d\xd1\x17\xc4\x64\x25\xc5\xc5\x06\xb3\x11\xd7\xed\x9d\x20\xa9\xfb\x03\x71\xe7\x97\x09\x7c\xba\xf6\x88\x95\x9a\xca\xa7\xa7\x4a\x20\xd6\x0b\x4f\xf4\xd4\x6c\x44\x6c\xb5\x99\xd0\xc5\xf9\x56\x47\x1d\x52\xe7\x21\xdd\x4c\xff\x4f\x1e\xa2\xfb\xc1\x78\x83\x60\x1c\xa2\x7d\x98\x5d\xa6\x54\x3b\xa2\xfb\x5e\x5f\x59\x95\x2c\x44\x77\xb1\x38\x39\x7d\x09\x44\xa7\xa1\xcd\x8f\x6d\xb6\xe2\x45\xdb\xcc\xa3\x8e\x2e\xef\x71\xa3\xc5\xd5\x27\xd7\x3c\x79\xf0\x94\xd9\x51\x96\xa2\xc7\x48\x44\x13\x60\x8f\xb4\xfd\xd9\x5d\x69\xcc\x66\x8f\xb1\x2d\x7e\x3a\xdc\xd4\x91\x2d\x68\x17\x76\x23\xcc\x7c\x21\x8b\x65\xff\xab\x69\x97\xf9\x2e\xb6\xb1\xad\xfb\x99\xcd\x16\x17\xd8\x81\x36\x8a\x1c\x3d\xec\xb3\x99\x3a\x56\xe6\x7f\xf2\x10\x63\x59\x23\x5f\xe1\xef\x88\x0e\xaf\x6c\x52\xc7\x7f\x46\xf4\x3e\xe2\xbd\x46\xfd\x25\xa2\xf7\xaa\x79\x0b\x8d\x15\x91\xe5\x1a\xb4\xd1\xc4\x3e\x05\x77\xdb\x15\x1c\xfd\xe0\xfe\x09\x67\x59\x66\x3c\xb5\xf5\xbe\x8d\x7b\xcd\xc5\x87\x06\x3d\xb3\x7f\x4a\x98\xbe\x63\x2d\x74\xb9\xf1\xd2\xd9\x7c\x3f\xcb\xc3\x5d\xe5\xae\xbb\x65\x38\x2b\xd4\x3d\xb4\x19\x2c\xdd\x59\xd7\x9d\x1e\x9f\x73\xb6\x3a\xcd\xea\x76\x7c\x77\xec\xa7\x55\x3a\xdb\xce\xb6\xf6\x37\x1f\x03\x30\x7c\xfd\x27\x0f\x31\x1b\xd2\x8f\x16\xf6\x47\xf4\xf0\x34\x7b\x26\xe9\x82\xe8\xff\xd5\x63\x96\xfa\x1c\x44\xbf\x1d\x73\x34\x4d\xe7\xe3\x63\xf7\xc3\x1b\x52\x9d\x9e\x61\xa8\xc3\xdc\xa3\x8f\x7c\x56\xb3\xbf\x5a\x0d\x74\x5a\x07\xbc\x45\x2f\x0b\xcb\xa1\x55\x7e\xee\x9f\x64\x2c\x1a\x87\x2a\x7d\x37\x3d\x65\x59\xb2\x87\x1e\xf8\xd4\x5f\x1f\x6b\x33\x82\x35\xdc\xfb\x67\xe3\x13\x9b\x22\xd6\x6c\x8f\xa0\x13\x43\xb6\x77\x58\xbb\xdc\x12\x0e\xc7\xdb\x5d\x62\x75\x38\x97\xfd\xa1\x87\x9e\xbe\x3b\x07\xd5\x9e\xe9\xe9\xf1\x56\x20\xda\xd4\xea\x2c\x12\x5a\x82\xe8\x27\x67\xf8\x58\x62\x3a\x62\x50\x9d\xd3\xd7\xc9\xeb\x10\x03\x35\x23\x6d\x2d\x23\x31\xc7\xfb\xf4\xda\x48\x8f\xeb\x38\xdc\x69\xf2\x09\xb5\x80\x22\xf6\x16\xeb\xf6\xb7\xd3\x43\xa3\x58\x5f\x2d\x13\x07\x07\x03\xa7\x77\x75\x5a\x0b\x0f\x89\x06\x5e\xbb\x5b\x61\x3b\x7d\xc8\x22\x30\xa5\x69\x9b\xbd\xe6\x50\xee\x0c\xc7\xba\xe9\xf6\x41\x2c\xf0\x35\xa9\xb6\x70\x8c\x64\xb9\x78\x3d\x29\xf9\xee\xf4\x9c\x95\xe5\x51\xc3\xd1\xc3\xf4\x04\x1d\x0f\x2d\x52\x7f\x52\x2b\x5e\x3b\x9b\x9f\x07\xd1\xf1\xbb\xe6\x1b\xc1\x2d\x88\x33\x6d\xf4\x0a\xc4\x85\x11\x23\xc7\x3a\xac\x50\xf1\x46\x0c\x5e\x13\x5c\x6d\x35\x0a\xdd\xa6\x0f\xcb\x92\xf2\x7d\xc2\xce\x77\x29\x38\xbe\x33\x6c\x32\x5b\xd8\xa6\xb1\xe7\xe1\xec\xc6\x6f\xb2\xd6\x6f\x06\x15\x23\x16\x3e\x55\xb7\x0b\x1b\x0c\x8e\x18\xd7\x32\xcb\xe1\xdc\xe0\xe9\xb0\x69\x75\x9a\x4e\x9f\x86\xc4\x82\xbb\x6b\xba\x9d\xdf\x0d\x6d\x0a\xe8\x2a\x73\x75\xf9\xc6\xe2\xf5\x5b\x50\xd4\xef\x72\x9a\x95\xe5\x29\xfc\x7b\x5d\xf0\x77\x6a\x5c\x21\xf6\x5f\x7e\xca\x39\x8e\xdd\xf7\x2e\x50\x5b\x3a\xfa\x08\x62\x54\x84\xa6\xc7\xd8\x3c\xc4\x38\x07\xcb\x3c\xe5\xa5\x88\xd1\x37\x67\xc8\x59\xed\xc7\x31\x81\x87\xd2\xf4\x67\x34\xb1\xfa\xdc\x95\x4f\x34\x44\x6f\x64\x4d\xb3\xe3\xf9\x65\xb7\x40\xf9\xe5\x4d\x87\xcc\xfe\x9b\x71\x92\xd7\xbb\x5c\x16\x0e\x48\xc4\xde\x39\x67\xec\xe6\x37\xf0\x3a\x7a\xdb\x11\x65\x8f\xb5\x83\xf3\x66\xf3\x97\x96\x79\xa6\x0d\x62\x98\xed\x6e\x09\xaf\x5b\x43\x29\x33\x85\x77\xd8\x7a\x7e\x61\xf1\x4e\x0f\xf9\xcd\x0b\xe5\xc2\x35\xc5\x87\x1f\x47\xb4\x74\x9d\xe8\x37\x6a\x2e\x62\x58\xab\xc2\x16\xde\x04\xc4\x44\x5f\x95\x94\x31\xfb\x10\x57\x88\x4d\x3b\x22\x77\x03\x71\xe9\x72\x4f\x7e\x8b\x66\xf6\xc2\xc8\x11\x49\x0e\x11\xc3\x87\x7a\xbc\xde\x9c\x78\xb8\x38\xe2\xe3\x4d\xe7\x89\x3f\xb5\x56\x6c\xbd\x6e\xef\x19\xf8\xf3\xc8\x0a\xcd\xd3\x6e\x3e\x7d\xbf\x8a\x97\x95\x55\x76\xfb\x7d\xeb\xbf\x9a\xb0\x6b\xcf\xa2\x19\x7a\x03\x79\xb1\x76\xdb\xcd\x66\xac\x1d\xf4\x9a\xb3\x34\x67\x93\xff\x8f\x21\xc1\xb0\x81\x0d\xf3\x66\x78\x0d\xad\x9d\x39\x9b\xa3\x87\x26\xd1\xe3\x1f\xfb\xaf\x20\xe8\xc2\xf9\x3c\x9f\xb1\xbf\xeb\x5a\x81\xd4\xbd\xca\xbf\x3a\x79\xb6\x58\x16\xe2\xd6\x70\x1b\x5b\x23\xa9\x2f\x17\x97\xb4\x47\x6d\x8d\xf1\x7e\x80\xb3\x7c\xf6\xaf\x58\xb3\xaa\x69\x63\xc0\x8c\xde\xf6\xdc\x8e\x8a\xaa\xd0\x9c\x1f\xf1\xd9\x6d\x85\xed\x11\x22\x3f\x85\x32\x05\xb6\x4e\x8d\xf8\xfe\x2b\x75\xf9\xc3\xf5\x3c\x91\x93\xfb\x9b\x16\xcf\x5f\x75\x29\xf2\xe8\x40\x46\x5c\xdf\x8a\xd8\x88\x33\x83\x49\x73\xc4\x93\x4b\x23\x84\x86\x04\xc2\xeb\x10\xe1\xe8\x04\xb2\x7f\x68\x8b\x08\x2a\x72\x30\xbc\x8e\xca\x5f\xcd\xf8\x21\xf6\x1e\xa6\x78\xea\xa2\x40\x2a\xc0\x8f\x5d\xa7\xd4\x75\x3b\x34\x46\xdc\x8c\xd9\x3f\xc5\x9f\x77\xf6\xf4\xbd\xfd\x6b\x97\x65\xc5\x6d\x3d\x93\x59\x98\x9a\x71\x7f\x61\xd1\xe3\x94\x9b\x29\xa3\xbf\xf1\xef\x1c\xbf\xc4\x67\xe9\xad\x1f\xf7\xb3\x53\x16\xb7\x26\xc6\xff\xdc\x9b\x71\x61\x61\xc9\xa2\x92\x7e\xc9\x65\x6b\xe2\x13\x16\x74\x0e\x88\x26\xac\x88\x55\x5a\xc0\x33\x28\x3e\x2f\x65\xbe\xd3\x7c\xa7\xc1\x3d\xb3\xcf\x21\x4a\x55\x49\x07\x73\xe4\x38\x31\xfc\x8b\x1b\x8f\xe1\xfa\x63\xce\x91\x9b\xbc\x7d\xd5\xb4\xf2\xcd\xa3\xd2\xc7\xba\x93\x7e\xca\x1c\x3d\x72\xe1\x7a\xaa\x8b\xb6\x8f\x4d\xea\xb7\xba\xbb\x4b\xbf\xa7\x57\xcd\xea\x3c\x25\x70\x5d\x2a\xdb\x30\xe4\x66\x95\x4d\xdf\xfc\x35\xdd\xa1\x67\x8b\xab\x7f\x8d\x5f\xf1\x39\x6c\xd9\xf6\xb6\x7e\xa7\x25\x7b\xc2\xf6\x6d\x49\x19\x30\x59\x38\x2c\x64\x53\x36\x0e\x9a\x47\xbf\x0e\x2e\x5d\x73\x65\x10\x23\x26\xcd\xb4\x5e\xf5\x7d\x68\x7f\xd0\x23\x44\x8d\x2c\x2a\x6f\x1e\x93\x0f\x43\xef\x5a\x72\xed\x5f\x9f\x5e\x1b\xc9\xcb\x78\x62\xd9\x4d\xf2\x86\x1a\x47\xf5\xaf\x93\x72\xe6\x79\xb1\x33\xea\xcb\x19\xab\x10\x23\xd6\x3c\xf5\x77\x77\xe2\x4b\x66\xcf\xf2\x6a\x79\xfb\xec\x92\x7c\xfc\x2b\x97\xb0\x67\x05\xfd\xaf\x16\xf0\xb8\x8d\x6f\x29\x1c\xa8\x9e\xa7\xe1\xde\x79\xf6\xe5\xa0\x6d\x94\xa3\x47\xfd\x91\xc3\x83\x5d\xe1\xc6\x9e\x43\xa5\x67\x87\xfc\x82\xf3\x3d\xd2\x8a\x67\xb2\x46\x4d\x4f\xf4\xb2\x2a\x48\x65\xc9\xfb\x35\xfe\xe6\x41\xeb\x19\x3d\x4e\x92\x9b\xfb\xbf\x16\x3f\x23\x77\x46\xdb\x36\xf5\x12\x7e\xd8\x58\x48\xed\xca\x6e\x1f\xc4\x91\x05\x00\x19\xe9\x88\xa6\xad\x2a\x21\x21\xae\xec\xa4\xe8\x42\x27\x01\x97\x25\xac\x23\x95\xe6\x3e\x23\xad\xbd\x58\x66\x1f\x62\xfd\xfc\x2c\xe5\xbf\x65\xb2\x5c\x3d\x4c\x2c\x15\x9f\x57\xb1\x8a\x5c\x65\xac\x36\xb4\xba\xb1\x8e\xba\xb4\x5a\xd7\x37\xd5\xb3\xee\x3a\xdf\xb3\xb9\x78\x66\x27\x8b\xe5\xa4\x63\x53\x5e\xfb\x98\x6d\x6f\x77\x10\x31\x29\x94\xe1\xc3\xe4\x26\x34\x2b\xf6\x29\xa9\x91\xf2\x7c\xe5\x57\x92\xaf\x73\xe1\x11\xe3\x87\x60\xec\x7f\x3a\xc3\x07\x16\xc8\x23\x9a\x88\xcb\x37\xf8\x25\x63\x6a\x68\xf6\xb4\x87\x0e\x83\x38\x7e\xeb\x24\xf3\x23\x16\x9b\xd9\xbd\x67\xf2\x2d\x58\x26\x2e\xec\x57\xef\x24\x2d\x65\x0c\x66\xe2\x51\x0c\xd3\x8b\x9c\x66\xf8\xb5\x16\xd7\x4e\x3d\xa1\xff\xf9\xa5\x34\x5a\xe8\xf5\x4d\x7b\xf8\x30\x1e\x63\xb4\x8f\x19\xa6\x5f\x0b\x47\x83\x69\x59\x88\xbb\xad\x18\x7f\x14\xf1\x53\xbe\x4c\xfb\x46\x6e\x70\x5f\x59\xfc\x77\x3c\x6a\x83\x35\xc5\x79\x7e\x88\x90\x01\x10\x3a\x80\xa8\xff\x7d\xdc\x41\x77\xc0\x6f\x33\xb4\x55\x0d\x6c\xc7\xe2\xad\x34\x11\xad\x1c\x33\x17\xac\x2f\x5c\x3d\xb5\xd3\x50\x11\xab\xeb\x04\xb5\x4b\xa7\x7d\xc0\xca\x17\x0b\x74\xf6\xe8\xde\x47\xc4\x57\xea\xbb\xb8\x7c\x43\xad\xad\xaf\x12\x51\x7a\xab\xc6\xc4\xb7\x0b\x10\x15\xe5\x30\xe3\x2a\xa9\x14\xfe\xe6\x53\x2f\xb9\x31\x7e\x75\x2f\xc3\x43\x6f\xff\x1d\x8f\x4a\x62\xf8\x40\x00\x1f\x45\xcf\x19\x88\x1a\xe7\x85\x26\x3b\x1c\x43\xf4\xf2\x50\x70\xb4\x7c\x8d\x18\xbf\x5c\xb9\xc9\x78\x1b\xe2\x5a\xc3\x49\xdb\xf5\xad\x10\x77\x6f\x9e\xcc\xab\x67\x8e\xec\x93\x8b\x54\xdf\xe9\xc8\x22\xde\xbf\xa3\x66\x34\x55\x06\xf1\x8b\xbb\xf2\xfd\x29\xbe\x1c\x7d\x64\x02\x27\xe6\x70\x70\xcc\x8c\x5e\xdb\x4f\x67\xff\xe4\x81\xd5\x4c\x1c\x2a\x8f\x89\x43\xa5\x32\x1d\xb0\x66\x5f\xa0\xe8\x9c\x46\xd1\x61\x31\xa2\xba\xa5\x40\xac\xa9\x27\xa2\xed\x7d\x31\x01\xc3\x32\xc4\x90\x57\x92\x0b\xf4\x3b\x11\x93\x7c\x65\xb5\xf5\x14\x11\xd7\xfd\x90\x0f\xd6\x4e\x43\x2c\x1c\x54\xf0\xd6\x78\x8d\x58\x55\x25\xf7\x59\x23\x03\xf1\x92\xa6\xa2\xe8\x14\x1d\xc4\x76\x2b\xf9\x4e\xf5\x6d\x88\x3f\x76\xca\x74\xdf\xf7\x67\x78\xa0\x0a\xc5\x9d\xe1\x14\x57\x15\x53\x8c\x3d\x44\xd1\xff\x2e\x45\x4b\xa6\x53\x99\xb1\x2a\xa2\xe2\xcc\x91\xc5\xd3\x12\x10\x8d\x53\x85\x46\xe9\x98\x22\x7a\xcf\x11\x19\xad\x65\x81\x18\x3e\x34\x56\x56\x4b\x00\x71\xf1\x15\xf1\x42\xf5\xb7\x88\x19\x82\xe2\xd6\x6a\x7e\x88\xb9\x1f\x24\x76\xa8\x5c\x46\x2c\x91\x1d\x37\x6d\xf2\x3d\xc4\x93\x8a\xe3\x5e\x4c\xac\x44\xbc\xac\x21\x96\xc3\xf9\x56\x37\xa6\xde\xd5\xdf\xf6\x5f\xc1\xc7\x68\xd6\xc8\xc9\x88\x3a\xab\x6c\xf6\x0b\x2d\x45\x34\x11\xf2\x76\x18\x27\x85\x68\xee\x10\xf3\x5c\x69\x18\xa2\x99\xc0\x86\xe3\x53\xf4\x11\x0d\x3f\xd4\xa8\xe9\x44\x20\x4e\x0b\x7a\xb8\x46\x37\x1b\x71\xda\x72\x74\xe5\xa0\x76\x3c\xbe\x52\x0d\xf9\x18\xa1\x1d\x87\x55\xea\xbb\xda\x7f\x6a\x07\x62\xa5\xfa\xec\x3b\xc3\x74\x6e\xe1\x16\x0d\xb7\xcb\xc7\x74\x02\xb0\x5a\xed\x79\x83\x8f\xce\x74\xac\x57\x2d\xfa\x1f\x7a\xa4\xeb\x1e\xe3\xa0\xd2\x1e\x03\xcd\x91\xaf\x10\x75\x36\x9a\xae\x12\x54\x41\xb4\xd0\xf5\xd8\x38\xde\x0d\xd1\x62\xeb\xdc\x04\xa5\x24\x44\x8b\xbc\x0d\x52\x5a\xe5\x88\x26\xc3\x8f\x58\xe9\xf3\x22\x1a\xc8\xb4\xcd\x36\x54\x42\xd4\x17\x44\x9d\x69\xaa\xfd\x2e\xba\x6a\x98\xa3\xb9\xa3\x4b\x5f\xcf\x1e\xbd\x74\xa4\x1e\x7a\xe9\xed\xc4\xe9\xda\xe5\xd7\x13\xa6\x8d\xc2\x88\xa9\xfd\xe7\xbd\xf5\x5f\xa1\x8f\x4e\xe2\x59\x61\xbd\x5f\xb8\x4d\x83\xf4\xfb\x72\x14\x61\xf8\x58\x0f\x45\x4d\x92\xe7\xa0\x32\x4a\xf7\xe2\xa8\x2d\xbf\x79\x99\x4d\xbd\xcb\x3b\xe9\xe5\x88\xb6\x7d\x51\xf3\x26\x7d\x41\xb4\x9a\xb8\xae\x5e\x3b\x1a\xd1\xf4\xe9\x91\x41\xa3\x77\x88\x86\x73\x9e\x5d\x33\xa9\x41\x9c\x76\x10\x6d\xf5\xc6\x7c\x99\x35\x6d\x2a\xea\xea\x05\x3c\xcf\xd2\x3f\xc1\x46\x83\x84\xdb\x99\x06\xab\x91\xd7\xc0\xf0\xd2\x3b\xc3\x05\x28\xa1\x7f\xb4\x7e\x99\x81\x2a\xfa\xeb\xb8\x1e\x4f\x31\xf8\x86\x51\xda\x8b\xfe\xe4\x85\x74\x3e\x04\x5e\x68\x14\x72\x50\x23\x4e\x73\x2d\x6f\x1b\xa2\xa9\xae\x81\xa1\x70\x30\xa2\xc3\x72\x87\x08\x99\x32\x44\x27\xab\x48\x5e\xb5\x49\x88\xb6\x27\xd7\xfc\xd0\xe7\xcc\x93\x7d\xed\x57\xb3\x1c\x44\xa3\x9e\x17\xdf\x2d\x83\xd8\xd2\x06\x4b\xd8\x1d\x46\x47\xdf\x7d\x30\x5c\xc2\xde\x67\xfa\xf5\xa1\xb5\xf1\x41\x76\xa2\xc5\x40\xcb\x69\x93\x50\xf6\x0e\xf3\xac\xc6\x21\x93\x2a\x76\x93\xa9\xf7\x89\x64\x93\x04\xe4\x35\x5c\x70\x78\x91\xa9\x34\xaa\xe8\xef\xfd\x73\x5d\xe8\x7a\x70\x50\x78\x99\x32\xe1\x23\xda\xcd\xaa\xa1\xa3\xee\x23\xda\x87\x6b\x97\x0b\x6d\x46\xf4\xb8\x60\x3d\x47\xfa\x31\xa2\xbb\xf4\xcc\x25\x53\x9c\x10\x1d\xf6\xac\x36\x37\xbc\x8b\x68\xd9\x74\x74\xa7\x8d\x3d\xa2\x49\xda\xbb\xe7\x76\xd8\x6b\x6e\xb2\x84\xf5\xce\x7e\xfe\xb3\xef\x66\x13\x58\x77\x1c\x6d\xb9\xbc\xb8\xd1\xd8\xe2\x27\x5b\xd1\xee\xdd\xf1\x0c\xcb\xf1\xec\x24\xab\x5b\x87\xdb\x2d\xe7\xb2\xcb\x2d\xcc\x4a\x43\x2d\x86\xd8\xdd\x26\xfa\x7f\xce\x87\x46\x31\x59\x9f\x6d\x0a\x3b\x87\x1f\x41\x34\x97\x55\x58\x31\x72\x2b\xa2\xb7\xa7\x9a\xe7\xe8\xcd\x88\x33\x9f\x1a\xb9\x49\x5e\x47\xf4\x53\xf0\xfd\xaa\xf5\x0b\xd1\xbd\x22\xad\xdd\x7a\x24\x5e\xb6\xb5\x38\xa6\xe4\x72\x04\xf7\x99\xf5\xf7\xe9\x7a\xdc\x7b\xfe\xdc\x72\x70\xe8\xac\x6f\xed\x8d\x4a\x1b\xd1\xa1\x8f\x3e\x4f\x1b\x54\x6d\x8f\xb1\x4c\xbd\x82\x8e\xae\xb1\x7b\xcc\xca\x75\x97\x2b\x6b\x71\x58\xc6\x7a\xe2\x12\x5c\xbc\xc6\x3e\x9d\xed\x68\x77\xb5\x70\x94\xfd\x0c\xf6\x66\xab\x1f\xbf\x79\xd0\xf0\x68\x39\xa2\x87\xc6\x7c\x41\x37\x0e\x3a\xbf\xe4\x51\xe6\xe0\xac\x26\x59\x55\x1e\x27\xc4\xd8\xa1\x29\xf7\xc6\xbe\x40\x9c\xa3\xec\x52\xaa\xa5\x8a\xf7\xa6\xa7\x25\xc5\x39\x29\xf6\xb9\x3b\x2f\xab\x19\x11\xb0\xeb\xdd\x74\xdb\x7d\x5f\x0f\x46\xde\x6b\xde\xe5\x34\x7f\xd0\x61\x56\xe4\xa9\x46\x97\xb6\xc1\x2b\xe1\xe2\x07\xd3\xdd\x87\x0f\x59\x04\x67\x14\x77\xb9\x67\x0e\x3d\xf6\xbf\x57\xb0\xc5\xdd\x98\x35\xdb\xeb\x47\xee\x80\xfb\x49\xd6\x71\xf7\xf8\xec\xa7\xee\x51\xec\x09\x8e\xbf\x7e\xf3\x20\x89\x6e\x51\x53\x0e\x9a\x9c\xa5\xfb\x3c\x97\x87\xa4\x08\x50\x5c\x1b\x2c\xb3\x7a\xd4\x20\xe2\x6a\x73\x53\x1d\x95\x95\x9d\xf3\x63\xb5\x22\x2e\xfa\x7b\xb4\x84\x84\x56\x17\x58\x2e\xe0\x39\xfd\xd6\xdf\xa3\xed\xdd\xb2\xc2\x92\x92\x80\xec\x7e\xd9\x25\xf5\x3b\x57\x06\x4d\x1e\x30\x8b\x37\xcd\xc9\x0e\xca\x1e\x94\x9d\xbb\x66\xdd\xe5\xa0\xf6\xc1\x97\x11\x9d\xab\x3a\x82\xb6\x0e\x65\xcd\x3c\x9f\xa6\x17\x98\xcb\x92\x9e\xbe\x2a\xf9\x7c\xc0\x7e\x56\x9e\xe7\x0b\x8e\x1e\x32\xf7\x09\x3f\x66\x78\x47\xe0\x2a\x8a\xc9\xaa\x14\xb9\xe7\x70\xea\x0f\x78\x29\x54\xba\x51\xc3\x48\xe1\x69\x63\x72\xfe\x0a\xef\x21\x2f\xe5\x9d\xe2\x2b\x73\x57\xaa\x24\x57\x64\x08\x2e\xf9\x76\xf1\x59\x56\x4d\xd2\xd6\x45\xdf\x7f\x5a\xac\xee\x59\xa4\xb6\xf0\xd1\xaf\xb7\xc9\x17\xe2\x4f\xc4\x5d\x1e\x50\x5f\x78\x39\xf6\x55\xac\xf1\xa0\xc2\x3c\x91\x18\xa1\x79\x9d\x43\x7c\xe1\x57\xe7\x5e\x99\xf3\x73\x28\x77\xa6\x73\x54\x5e\xd4\x1c\x96\x99\x6f\x17\xe2\xe8\xce\x91\xa3\xff\xe4\x41\x49\x0c\xff\xd8\x41\x6a\xcb\xb1\x83\x6b\x49\x25\x82\xce\xc6\x0b\xa4\x52\xc1\x15\xcb\x2b\xa3\xe4\x1e\x89\x88\xef\x3f\x72\x4e\xc4\x9e\xdf\x32\x67\xc9\xa6\xea\x98\x45\x31\x31\xfc\x11\x51\x95\x1f\xcf\xb4\x2c\x5e\x1e\xd0\x5c\xf2\xa0\xff\xee\x22\xd9\xc0\x49\x85\xb7\x07\x9e\xc5\x64\x05\xd4\xe4\xf6\x0c\xb6\x44\x5e\x0a\xdc\xbd\xa1\x68\xc8\x27\xe4\x71\xe0\xf3\x4c\xa1\xa1\xdb\x01\x5d\x01\x5d\x2b\xa7\xb3\xfc\x7c\x25\x67\x98\xa5\xb6\xb2\x1a\xdd\xbf\x23\xd2\x0e\x43\x88\x73\xf7\xff\xc5\x83\x3c\x4e\x92\xfc\xa0\x17\xc7\x5b\x48\x6d\xac\x2b\x77\x1f\x29\x70\xf0\x70\xfd\x4b\x4b\xc1\xe7\x00\xd9\xc2\xcf\xe5\x8d\x2e\xa8\xa5\x47\x9c\x78\xb4\x6c\xde\x28\xcf\xc7\xee\xcb\x1f\x18\x1e\x3d\x18\x98\x61\x1f\x79\x57\x78\x28\x22\xd0\xcd\xc1\xf3\xa2\xcd\xd0\x1b\xbf\x47\x4e\x7c\xc7\x45\x59\xc6\x3e\x22\xce\x76\x95\x0e\xac\xb5\x9e\xc2\xce\x0f\x8a\x03\x59\xed\xae\x56\xce\xb9\x85\x26\x6c\x4d\x47\x0b\xc7\xee\x3c\x64\xef\xb4\x36\x45\x0c\x1c\x41\xe5\x6f\x5a\xc3\xf0\x20\x92\x1f\xf3\x72\xe3\x2d\xe2\x07\x68\x91\x6f\x27\x79\xe4\x35\x71\x1f\xc9\x3c\xe5\xe9\x0e\x92\x8a\x27\x4b\xba\x11\xd5\x0e\x8d\xbd\xe1\xc3\x46\x8f\x90\x7a\xdd\x8d\x56\x36\x38\xa1\xe2\xa6\x99\xba\x71\x00\xf1\x73\xd4\x19\x1d\x7c\x77\x8c\x7d\xc7\xa4\xdd\xf8\xf8\xc3\x03\xec\xab\xa6\x59\x26\xde\x2d\xbb\xd8\x2f\x4c\x02\x4c\xb7\xd7\x77\xb1\x3f\x9a\x8c\x30\x1d\x79\x7c\x18\x4e\xd1\x1f\x34\x5b\x72\x68\x10\xb5\x0c\xa4\x11\x57\x1a\xc1\x1f\x79\xd2\x5d\x17\x6f\x11\x3d\xae\xe3\x0b\xe2\x9f\x3a\x65\xfc\x9d\xe8\xc9\x8d\x07\xa5\x32\x7e\xa1\x08\x45\xc4\x49\x5b\x46\x27\x39\x07\x23\x4e\x97\x9b\x78\xd0\xcc\x1d\xbb\x37\x1d\x9c\x12\xaa\xb7\x0e\xdf\x5c\x74\x98\xb2\x56\x97\x0f\xf1\xcb\x57\xf5\x87\x1a\x8d\x1c\xbb\x2e\x3f\x4a\x33\xf7\x43\x34\xe2\x84\x4c\x2d\xc7\xa7\x9b\x11\x95\x2d\xb5\xe2\x5b\x5f\x22\x5b\x59\x42\xeb\xc3\xe5\x78\x1c\x54\x1e\x8e\x48\x2b\x84\x7e\x0c\xbc\x49\x6a\x29\xdd\x91\x7f\x4d\xf8\xc8\xd9\x4f\x3f\xd7\xfd\xc9\xc3\xd6\x96\x51\x8c\x6a\xa4\xe8\xbd\x18\x51\x69\x23\xaf\xb3\xe5\x2e\x44\x97\x3c\xc9\xcb\x86\x35\x88\xc9\x32\x0a\x52\xda\x4d\x88\xc5\x21\x8a\xd7\xb4\x24\x10\x1b\x4d\x26\x8c\xd0\x48\x42\xec\x1a\xa6\x78\x4b\x75\x90\xa3\x8f\x64\x84\xbc\x2a\x07\xf9\x62\x14\x16\x7f\x96\x47\x14\xb4\x50\xac\x7a\x29\x8e\x28\x3c\xf0\xc5\xe4\x2a\xa9\xe1\xf3\x50\xbb\x8b\xd4\x8c\x6b\xb4\x1a\x24\xb5\x69\x4a\x9b\xa8\xbc\x6c\x26\x6f\x6a\x11\x93\x37\xed\xc7\x54\xe6\x34\xe6\x45\x1c\xad\x0b\x60\xa8\x8a\x68\x9d\x20\x22\x36\xb5\x02\x31\x7a\xa6\xd8\x7c\x8d\x95\x88\x1b\xf2\x24\x57\xab\x85\x21\x16\x37\x4a\x96\xa8\x9c\x41\x3c\xeb\x37\x7e\xf6\xe4\x3e\xc4\x47\xcd\xe3\xbd\x94\x33\x11\xfb\x0e\x89\xda\xcb\x57\x73\xf4\xe1\x17\x1d\xc1\x43\x33\xb3\x9e\xf8\x75\x92\x5e\xa5\x17\x35\x06\x88\x7f\xb0\x92\x19\xff\xad\x4c\x7c\x30\xa5\x8e\x99\x07\xa6\xe3\x9f\x53\x1c\xc5\xa9\x23\x10\x79\x55\x00\xa6\xb6\x20\x1a\xf3\x09\x3c\x54\x7b\x85\x18\xa0\x2c\xd8\x30\xe9\x2a\x62\x42\xa0\xd0\xa6\xc9\xde\x88\x6b\x23\x45\x7e\x4c\x9c\x85\xb8\xeb\x90\xc8\x7c\xa5\x8d\x88\xb5\x6b\x44\x44\x94\x7c\x10\xaf\x2e\x13\xd9\xa4\x60\x85\xf8\x82\x47\x48\x5d\x41\x10\x71\xe0\x8b\x40\x60\x73\xd9\x20\xa9\x69\x75\xb8\x8a\x7e\xff\x36\xe6\xf9\xd3\x18\x3f\xd9\xbc\xa5\x7f\x8f\x83\x19\xe3\x9f\x52\xf6\x47\x1c\x96\x06\x30\xb9\x1c\x51\x63\x03\xcf\xb9\x49\x7c\x88\xce\x5f\xf9\x8c\x94\x2c\x10\xc3\xc2\xf9\xfc\xe5\xf7\x22\x26\xac\xe0\x1b\xa7\x90\x88\xb8\xea\x98\x80\xb5\xc2\x0e\xc4\x7c\xff\xd1\x3d\xf2\xbf\x10\xcb\xf7\x0a\xa6\xc9\xce\x47\x3c\xbd\x86\xff\x93\x88\x1d\x62\x13\x53\x47\xdc\xed\xf4\xdf\x3c\xc8\x80\x41\xba\xdf\x0b\xea\x98\xe5\x70\x50\xde\xca\xcb\x8b\x67\x06\xe2\xe4\xee\x18\x3e\xa1\x62\x44\xd5\xdc\xf5\x29\x62\x6d\x88\x93\xc7\x1c\xec\x97\xd8\x8d\x38\x69\x42\xeb\xc3\x71\xc7\x11\x95\x8b\xfb\xdd\xc5\x26\x21\xca\x4f\x44\xe4\x37\xef\x5e\xa3\x74\x03\x51\xa4\xe8\x79\xd8\x84\x71\x88\xa2\xa3\xee\x8e\x9b\x10\x80\x28\x7a\xaa\x65\xbb\xd2\x4f\x44\x51\x95\xf3\xb7\x94\xb4\x10\x45\xba\xfe\x17\x1f\xd3\x5f\xf9\x27\x0f\x91\xe9\x36\xdf\x35\xbc\x13\x51\xf9\x99\xc7\x5a\xbe\xf3\x88\x6a\x1a\xd1\x0e\xc2\x0f\x10\xa7\x98\xac\x9f\x31\x2e\x13\x51\x55\xf5\x50\xe5\x78\x5f\xc4\x49\xaf\xef\x0c\x49\x3e\x42\x54\xb1\x46\x1c\xc7\xf3\x2b\x51\xe9\x1c\xe2\x18\xf5\xb7\xc6\x13\x9b\x11\xc5\xfa\xdb\x4c\x95\xe7\x23\x4a\x6c\xbb\x25\xa5\xec\x87\x28\x91\x7e\xb9\x73\xe2\x5d\x44\xf1\x1d\xe7\x7c\x27\xc6\x20\x8a\xed\xfe\x53\x8f\x7f\x78\x10\xb5\x7b\xef\xd4\x28\x3f\xdc\x6c\x70\x7e\xa4\x12\xa2\xca\x03\x97\x45\xfc\xcd\x88\x5a\xbd\x51\x87\x45\xef\x21\x6a\xae\x5d\xf3\x7e\x7c\x02\xe2\x94\xe2\xc3\xc7\xe4\xc6\x20\xaa\x56\x3f\x7c\x26\x6b\x84\xa8\xaa\x85\x28\x99\xfd\xd9\x6f\x72\x0c\xa2\x64\xe0\x8b\x68\x95\x74\x44\xe9\x29\x77\x6f\xa9\xae\x42\x94\x69\xbf\x1a\xaf\xea\x8e\x28\xa3\xd0\x90\xa8\xba\x0f\x51\xfa\xc5\x89\x0a\x35\x03\x44\xe9\xdb\x7f\xf2\x20\xee\x38\xa8\xc6\x71\x90\x2f\x75\xc2\x67\x0e\x4e\x36\xd1\xee\x19\x25\x8e\xa8\xed\x6c\xdb\x20\x24\x80\xa8\xf3\x34\x34\x58\x6c\x11\xa2\x8e\x5a\x66\x9a\xcc\x55\x44\xcd\xdb\x55\x86\x8a\xc6\x88\x53\xca\xdb\x0c\x94\xbc\x10\xd5\xba\x11\xa5\x1f\x74\xa5\x6a\xd8\x20\x4e\xf0\x78\xd8\xa0\xf1\x1d\x7f\x4c\xcc\xba\xe6\xab\xe9\x86\xdf\x27\x3a\x34\xce\xd5\x34\x47\x54\xea\x3b\x79\x5f\xa3\x1b\x51\xd1\xb5\xfa\xb3\xc6\x03\x44\xf9\x6f\x7f\xce\x07\x1d\x07\x58\x29\x47\xe2\xa7\x32\x99\x32\x8b\x87\xb9\x21\x4e\x29\x51\xf3\xe5\xf0\x43\xc3\x03\x86\xbd\xc2\xfe\x88\x46\x27\x83\xa6\x49\xee\x42\x34\x38\x92\xb1\x4c\x49\x17\x51\x57\xab\x3a\x52\x45\x02\x71\x6a\xf0\x4b\x25\xd5\xa5\x5f\x42\xb4\x9e\xe3\xab\xc9\x8f\x9f\xc4\x69\xb7\x61\xd1\x14\x8d\xeb\x6f\x74\xc7\x62\xae\x86\xca\xf9\x61\xba\x2f\xb1\x70\x4a\xed\x89\x27\xba\x3f\xf0\x98\x5a\xc3\x21\x6b\xdd\x37\x78\x47\xc5\xa2\x6c\x93\x4e\x30\x7e\x9d\xf8\x84\xc4\x09\x0f\x50\x3d\x26\x74\x92\x71\x38\x3c\xf6\x1a\xe1\xa7\x0f\x05\xbf\x72\xd0\x54\x41\x6e\xec\x88\x00\x44\x3b\x33\x9d\x29\x42\xbb\x11\x6d\x35\xbc\x62\x64\x6f\x23\x9a\xfb\x2d\xbf\xa5\xe2\x8a\x68\x50\x70\x44\x4c\xab\x06\x51\x4f\xba\xa7\x51\xbb\xe2\x59\xa7\x21\x2f\xfb\x96\x71\x5a\x73\xa2\xb1\x3c\xfb\xae\x09\xef\xd9\x2e\x93\x64\xf6\x5b\x63\xdb\x9a\x89\xa6\x8b\x91\xdf\x70\x67\x85\xba\xf1\x1e\x0c\xd7\x59\x52\x1c\x62\xac\x8c\x9b\xb4\xc4\x77\xbe\x34\x6e\xc6\x7d\x1a\x39\x7f\x8c\x03\xe9\xc5\x84\x28\xbb\x76\x78\x1b\xf1\x4f\x31\xf9\x18\xdc\x73\x78\xe0\x1e\xe5\xf9\xfc\x0f\x10\xfd\x26\xd9\x8e\x95\xd7\xfc\x25\xef\x2c\x95\x60\xa5\x27\xfb\xe6\xa0\xf5\x60\x29\x58\x97\xb6\x75\x9b\x5f\x7a\x2e\xed\x1c\x7d\x89\xdf\x7a\x1c\x6b\x83\x9b\x7d\xed\x0d\x5b\x3d\xd6\x3b\xa7\x87\xe5\xc5\xb6\x9f\xd8\x06\xf6\xd6\x45\x32\x76\x17\xd8\xc9\xd6\x03\xdb\xf5\xec\xa4\xd9\xf7\xcd\x4a\xb7\x78\xd8\x6d\xc4\x61\xc6\x3d\xeb\xaa\xed\x36\xa2\xae\x01\x39\xc5\x4b\xd3\xfe\x30\x2c\x2a\x8f\x6b\x7f\x7d\x9e\x31\x76\x58\x96\xf1\x8b\xc4\x09\x54\x02\xf4\x84\x2e\xf2\xd5\x7b\x21\xeb\x70\x57\x3b\xe2\xf0\xcc\x12\x5b\xde\x7a\xc7\x00\xad\x2d\xdf\xfc\xb3\xab\x33\xbd\xcf\xb6\x2c\x09\x7b\x53\x7c\xdf\x7b\xf7\x60\x7b\xf8\xbd\x6d\xcb\x7d\x7e\x0c\xd5\x06\x5a\x64\x6f\xf4\xcd\x61\x69\xfa\x19\x66\x4d\xf6\xa9\x61\x35\xb8\x27\xa7\xed\xf2\xb1\x64\x6b\x38\xde\x5a\x6e\xe4\x55\xc6\x5e\x63\xb3\x7f\xc9\x1a\xcf\x20\xf6\x63\x73\x72\xab\x83\x27\x9d\x23\x47\x75\x02\x95\x47\xab\xc0\x23\xc6\x33\xf9\xb9\xb4\x46\xd5\x07\x77\xca\x87\x6e\xaf\xc9\xcf\x50\xb6\x13\xf7\xae\xfd\xb9\x5e\xc8\xcd\xd3\x3c\x39\x47\x7f\x69\xcc\x32\x97\xc8\x45\xcb\x7f\x2c\x74\x3d\xee\x13\x17\xb2\xf0\x7a\x6c\x7d\xbf\xd5\x42\xb7\x58\xd1\x98\xd3\x83\xe9\x51\xa7\xe7\xb5\x47\xff\x1c\xb2\x0f\x8d\x9a\xc3\x8e\xca\x63\x81\x7f\xe1\xec\xaa\xc8\x55\xac\xbd\x9e\xe3\x22\x0f\x84\x4f\x61\x0b\x39\xfb\x84\xf3\x86\xae\x67\x87\xdb\xad\x41\x14\x66\xf2\x60\xed\x98\xbc\xe8\x05\x93\x28\xd2\x1a\x58\x5d\xd9\xb4\x22\xf0\xcd\x95\xb4\x1b\xc6\xa9\xd0\x53\xaa\x52\x3a\x00\xf9\xbd\x55\x45\x16\x22\x5a\x4b\xe3\x5d\xf7\x2f\x9e\x6f\xe0\x27\x11\x5c\x51\x34\xf6\xd0\xc4\xe0\x32\xdf\xb5\xbb\x9e\xf7\xbe\x0d\x59\xeb\x5b\x9c\x3b\x71\xa8\xcf\xff\x81\x4f\x4f\x76\x26\x2b\xd3\x6b\xa3\xcf\xbb\x4c\x43\x56\xaf\xab\xb7\x6f\xc9\x0a\x03\xf6\x34\xc7\x46\xef\xd6\x64\x2f\xf6\x76\xeb\x7e\x6f\xa1\xc5\xa3\xd9\x6f\xcc\xce\x23\x1a\xf6\x33\xe3\xcf\xe8\x93\xe3\x42\xce\xff\x3b\x69\xc7\xd9\x9b\x02\xa7\x48\x0d\xb8\xe3\x35\x4d\x84\x37\x16\x0c\xde\x22\xf7\xb8\x56\xd8\xde\x3c\x38\x35\x48\xc6\x26\xe0\xcb\x55\x93\xf0\x03\x66\x73\x1c\xcb\x2f\xb7\x1e\x58\x67\x97\x6a\x19\x75\xc9\xe3\xc3\x2d\x7b\x59\x2b\xde\x53\x3f\xd8\xcb\xac\x17\x5b\x0b\x1e\xae\x65\x97\x5b\xaa\x5b\x17\xef\x5f\xc1\x7e\x61\x36\xd2\x46\xbe\x50\x0d\x05\x8d\xbd\x6c\xd4\xb7\xcd\x42\x43\x83\x05\xd6\xd3\x37\x5e\xc4\x05\xba\x8e\x88\xc1\xc5\x7f\x3e\xff\xfb\xd6\x43\x24\x3f\xfb\xf6\xe8\x06\x12\x27\x3b\x3d\xee\x3a\xa9\xd9\x5b\x5c\xf3\x88\xe8\x91\x25\xfa\x9a\xc4\xef\xe6\x94\x76\xeb\xca\xf6\xf0\x06\x3b\xd4\x7e\x38\xec\xdb\x3b\x31\xd9\x50\xea\x83\x5d\xc1\x1b\xf5\x19\xda\xba\x1f\xc6\xbf\x62\xab\x87\x4f\xc5\x67\xa3\xf0\x85\xca\x7c\xed\x98\x9b\xb7\xb0\x4d\x65\xb6\xce\xdd\xf3\xef\xb0\x55\xd5\x55\xf7\xde\x89\x4d\x78\x57\x95\x47\xb7\xac\xca\x10\xdf\x4c\x96\xd4\x3b\x5d\x7a\x0f\xdf\x4d\x16\xe1\xce\xff\xa7\xb4\x83\xa4\xf6\xdf\x1d\xf7\xf3\xa4\xf2\x6c\x5d\xcf\x1d\x52\xeb\xaf\xac\xfb\x39\xa9\xd8\x99\x73\xa2\x9b\xcc\x4f\x62\x40\x3f\xa9\x48\xe7\xcc\x39\xff\x1f\x07\x30\xcc\x43\xb4\x1d\x12\xe9\xd2\x58\x8e\x98\x55\x3c\x2e\x7f\x72\x31\xe2\x65\x57\xc9\x2d\xca\x0f\x38\xf6\x7c\xac\xb4\xd2\xd3\x2f\xd3\x10\xc7\xd8\x4c\x28\x79\x21\x85\x38\xf6\xfa\x84\xe8\xbb\xf7\x10\xc7\x7e\x9b\x38\xf2\xea\x57\x44\xd1\xab\x13\x3d\x1a\x2e\x22\x8a\x76\x7e\xeb\xa5\xe3\xff\xc8\xa0\x89\xcc\x4f\x63\xe1\x7d\x92\x2f\x74\xb0\xaf\x93\x74\x5c\xdf\x69\xd6\x4b\x02\x78\xab\x99\xce\xc7\x5c\xfb\x6f\xf8\x92\xa2\x86\x39\xa2\x89\x26\x7f\xaa\xf2\x43\xc4\xf8\x78\xc1\x9d\x4a\xc6\x88\xfb\x27\x08\x57\xc8\x1f\x46\xbc\x26\x2b\x24\x21\xe7\x8f\xf8\xe9\x2c\x7f\xba\x50\x1e\x93\x01\x7e\xf1\xe7\x63\x0e\x0e\x3f\xf6\x86\x64\xb8\x0c\x1b\xdb\x76\x99\x83\x6d\xf3\xe9\xf3\x37\x59\x3f\x22\xeb\xe0\xc8\xb9\x37\xa4\x46\x6a\x91\xcd\x2f\x52\x81\x70\xfd\x6e\xc6\x1f\xb6\x81\xe1\x61\x9b\x29\x6a\xdd\x63\xec\x7f\x3e\xa2\xf6\x59\x9e\x45\x72\x5f\x11\x43\x3d\x46\x89\xcb\xdd\x40\x5c\xb7\x97\x5f\x4d\xa6\x17\xb1\x7c\x3f\xdf\x55\xe9\x57\x88\x17\xd6\xf0\x1e\x94\x09\x45\x7c\xd9\xc7\x1b\x2e\xc4\x21\x16\x2b\xe0\x8f\xcc\xf4\x5f\x5b\x38\xd8\x6c\xfe\x88\xf0\xdf\xa3\xa5\xef\xc9\xb9\xe5\xc0\x3e\x36\xa9\x7c\xba\x79\x1d\xfd\xad\xa5\x1f\x29\x86\x32\xf7\xe8\x6c\x6b\x18\xf9\xbf\x28\xca\x6b\x21\x4e\xde\x3b\x7c\x2f\xaf\x2a\xa2\x95\x1e\x00\xbf\x2a\xdd\x71\x46\xc6\x23\x66\x98\x01\x40\x30\x62\x7e\x1b\x00\xcf\x4c\xc4\x1a\x1b\x00\x1e\x1e\xc4\xe6\x04\x80\x91\x45\x88\xaf\xd3\x7e\xeb\x73\x6a\x5f\x37\x59\x17\x65\x4c\x9e\xd2\x56\x26\x4f\x7a\x39\xe3\x17\x8b\xde\xc5\x8c\x03\x53\x79\xd7\x94\x89\x8f\x29\x58\x51\xe4\x69\x41\x14\x7e\x03\x30\x8c\x07\x51\x87\xd9\x71\x7c\x1e\x02\xc0\x34\xc4\xf9\xbc\xf4\xf3\x0a\x6f\x00\x08\x42\xdc\xe6\x07\x00\x25\x88\x65\xe7\xe9\xcf\xcf\xf2\x73\x16\x3e\xe2\x0d\x2e\x0f\x82\xff\xcd\x83\xb8\x68\x96\xc0\xfc\x1e\xe9\xc3\x33\x4c\x2c\x2a\x96\x83\x23\x94\x56\x2f\x26\xfc\x40\xfc\xc0\x0b\x0e\x8e\x5c\x7d\x35\x94\xfc\xfc\xf0\xe7\xdb\x00\x83\x4c\x6f\xb3\x8f\x96\x14\x3b\x98\x1e\x15\xf7\x2a\x28\x5e\x67\x7a\x5c\x5d\x68\xa1\xc8\xf9\xcf\xa9\xe3\x6f\xfe\xc1\xb5\xff\x5a\x4e\x7f\xfa\x45\x86\xf1\x38\xfb\x11\xb9\x41\x91\x6b\x89\x3d\x7c\xb1\x5a\x8a\x83\xa3\x57\x94\x95\x11\xbf\xc9\x98\xeb\x44\x26\x8f\xf8\x8f\x32\x80\xbe\x6e\x20\x37\x23\xdf\x98\xd1\xef\x68\x73\x80\x33\x1c\xbc\xed\x43\x3f\x5f\x16\xa6\x58\xbf\x02\x8e\x73\xf5\x70\x9c\xf6\xf7\xf3\x73\xed\x1e\xf5\x43\x80\x87\x0e\x89\x3f\xf0\xf8\xda\xfa\x12\x9e\xe8\x12\x76\x8f\x83\x22\x87\x56\xe5\x73\x50\xda\xaa\xe2\x17\x07\xc7\x4e\x6a\xdd\x45\x7e\x9e\x86\x61\x00\x9f\xfd\x78\xc9\x4c\x76\x28\xf1\x7d\xe0\xe0\xfd\x15\xa3\x7c\x89\xfc\x3d\xd2\xf7\x11\xf9\x34\x1a\x3f\xf0\x55\x93\x75\x31\x5e\x50\x86\xab\x07\x77\x3e\x34\xf6\xff\x69\xff\x01\xe4\x49\x9e\xcc\xb0\xc4\xc9\x44\x8f\x31\xe6\x66\x44\xae\xec\xd4\x10\x9b\x91\x6d\x88\xb2\x7a\x19\x77\x79\xfd\x10\xa5\xbf\x55\x9a\xf0\x76\x21\x4a\x1d\x7f\x20\xc2\xb3\x08\x51\x82\xdc\x0c\xe8\xbc\x27\xb3\x1f\x91\x6f\xf7\xdd\xb5\x72\x71\x88\xa3\xdf\x37\x2f\x97\xcf\x46\x14\xca\xae\xbf\x2e\x9b\x83\x28\x70\xfe\xc4\x7a\x39\x73\xc4\xd1\x89\x55\x12\x72\x27\x11\x47\x9f\xfa\x73\x1c\x26\x0f\xff\xd3\xfe\x73\x51\xd4\x54\x9e\xe8\x21\x37\x57\x5f\x7f\x84\x0a\xa2\x52\xd1\x74\x1b\xde\xa3\x88\x8a\x7d\x2b\xaa\x46\x87\x21\xca\xe7\x1d\x54\x15\x2c\x41\x94\x3b\xfe\x2c\x75\x74\x4f\x6f\x81\xc2\x1b\x44\xa1\x75\xf7\xb3\x26\xee\x44\x14\x5f\x7a\x85\x7f\xd2\x47\x44\xc9\xcc\x3a\x1d\xe5\x1d\x88\x12\xe2\xb5\xb7\x26\x5e\x46\x14\x9b\x79\xd0\x6d\x62\x34\xa2\xa8\xd3\x01\x85\x89\xc7\x11\xc7\x7e\xff\x2f\xff\x00\x18\xf9\x80\x83\x42\x09\x40\xd6\xb1\xd2\x52\xc1\x97\x1c\x54\x6b\x50\x49\xe5\xb9\x80\xa8\x31\xce\xd5\x54\x50\x01\x51\x7d\xec\x32\x45\xd1\xa0\xa1\x5f\x93\x47\x55\x3e\x1d\xc7\xff\xe5\xee\x64\xd7\x67\xe7\xa4\xd7\x3d\x1b\xaf\x6e\x82\x28\x7f\xfb\x62\x96\xa6\x04\xe2\x04\xc9\x13\x86\x9a\xcd\x88\x4a\xfe\x87\x77\x6b\x4d\x47\x54\xac\xdd\x7f\x42\x6b\x36\xa2\xfc\x87\x5d\x5f\xb4\xa6\x21\xca\xf9\xe7\xa3\x86\x37\xa2\x14\x99\x3b\xb9\x60\x2a\x9f\x87\xcc\x0b\xdf\x46\xfa\x56\x4d\x1a\xa4\x68\xc8\xbc\x65\xb6\x0f\xc5\x1e\x03\xb0\x6a\xcc\x5b\x4c\x4f\x89\xfa\xbc\xbd\x69\xfa\x7a\xde\x1a\xa5\x8f\x8f\x17\x18\x39\x15\x8e\xd7\x0c\xbf\x99\xa6\xbf\xeb\xc6\x7b\xbd\xcd\x17\xb5\x0d\x83\x71\xc2\xb4\x8e\x43\xf7\x8d\xb3\xd0\x5b\x37\xa3\xf8\xb8\x49\x26\x26\x68\x27\xee\xec\x36\xbe\x88\xfb\x35\xb2\xb7\xf6\x1b\xe7\xe1\x79\xb5\x0f\xd9\x17\x8d\x4d\xb1\x4d\x65\x46\xe6\x5c\xc3\x87\x88\x13\xa7\x71\xe4\x0b\x32\xe3\x40\xe5\xa9\xca\x50\xb4\x1e\x4e\x71\x3a\xa9\x98\xde\x57\x17\x41\xce\x7d\xcf\x1e\x46\xec\x98\xf2\x58\xb4\xa8\x69\xc0\x5f\xca\xcf\x4d\xe7\x5e\x6d\x89\xe7\x9b\x35\xb1\x56\x5f\x4a\xc4\x5d\x1e\x9c\x3d\xed\xf4\x64\x37\x8f\xb3\xc1\xf7\x17\x2e\x2b\x37\x5b\xb9\xa8\xb3\x17\xda\x86\xad\xee\x72\x55\x60\x37\x5a\xdc\x5c\x71\xc9\x65\x16\xf2\x19\x63\x4a\xba\x53\x01\xda\xeb\x2f\x5d\xdc\xe5\x94\x85\x8b\x74\x9e\x2f\x34\xb1\x7f\x8b\x87\x34\x0e\xfc\x96\xaf\x58\xfb\x37\x0f\x89\x20\xe3\xf0\x69\xe9\x12\x52\x01\xf3\x51\x3e\xed\x3c\x7e\xde\x64\x8d\xbb\x4c\x0d\xff\xd2\x92\xbb\xa9\xcb\xec\x1a\x34\x22\xd6\xea\x2e\xa8\x5e\xe8\xe5\x96\x9c\xf8\x76\xee\xfd\xf2\xb1\xfe\x56\x31\x27\xa3\x54\x3a\x8d\x02\xbe\x46\x69\xcf\x8a\x66\x2d\xf1\x56\xe4\xf2\x9d\x30\xdf\x90\xd5\xec\xd5\x36\x73\x82\x3f\xce\xf4\x63\xdf\x36\x0f\x0d\x1e\x1d\xf0\x11\xf9\x8c\xe3\x03\x96\x4e\xbf\x8c\x01\x7a\x02\x88\x62\x05\x7f\x3f\x3f\xad\xe8\xfb\xde\x8b\x56\xfc\xbe\x6b\x93\x43\xfe\x51\x57\xb4\x8b\xf8\x3d\x0e\x0c\x95\x8e\xe4\x13\x04\x58\xb7\x7a\xef\x11\xfd\x04\x05\x9f\x39\x87\xb6\x77\x44\x7e\xb3\xbc\x3f\xfd\xd2\xb6\xe1\x7b\x2e\x3b\xf2\xbb\x8b\xe7\x2c\x6a\x0b\x70\x52\x70\xdd\xb0\xe1\x2e\x7b\x8b\x8d\x8c\xab\xe6\xaa\x87\xec\x57\x66\x1f\x5c\xce\xa4\xb6\xa1\x9c\xd1\x0b\xd7\x11\x49\x43\xe8\xac\x9f\xef\x2a\x1e\x3f\x1d\x17\xe9\x2a\x3b\x2f\x9d\x7f\x02\xf7\x68\x99\x21\x1a\x07\xfd\x29\xff\xa3\x4e\x16\xf1\x4f\xdd\xbd\x5d\x40\xce\xff\x75\x9f\xcb\x89\xfc\x92\x8e\x5a\x92\xaf\xbc\xbe\xbb\x8e\xf8\xef\x16\x08\x35\xb4\x28\xef\x1f\x33\xcc\x63\xf5\x59\x87\x19\xba\xea\x5d\x96\x6e\xa7\x5e\xe4\xa3\x0e\x9f\x61\xe1\x09\xf6\xbd\xad\x3a\x4f\x0c\x65\x8e\x78\xe1\x76\xcd\x1a\x23\x85\x03\xa7\xf1\x90\x86\xb6\x91\x40\xa1\x3f\x5e\x57\xf3\x37\x0a\xcc\x0d\xc1\x17\x2a\xb3\x8c\xba\x37\x34\xe0\xe7\x49\xad\x46\x75\x59\x41\x88\x13\xdf\x22\x86\x91\x38\x50\x4f\x27\xad\x15\x7a\x0f\x8b\xc8\x3d\xad\x73\xf3\xaa\x89\x7f\xac\xbc\xe8\x2c\xe1\x3f\xb9\x96\x57\x48\xcd\xf2\x25\xda\xad\x44\x0f\x3f\xb3\x36\xd3\x31\xcb\x00\x8c\x9a\x9e\xa4\x38\x9d\x1f\x37\x7a\xca\xed\xc7\xfd\x1b\xda\xa4\x47\x4c\x8a\x7e\xec\x78\xa3\x56\xaa\x64\x92\xc2\x9d\x53\x88\x12\x27\x26\x7d\x6f\x8a\x45\x1c\xb7\x59\xe5\xe6\xa9\x57\x88\xe3\x9d\x55\xfc\xaa\x5e\x20\x8e\x6b\x50\xf5\x2a\x1d\x8f\x38\xee\xab\xca\x8d\xdd\x79\x88\x12\x0e\xdf\x6b\x68\x0f\xdf\x47\xb9\x94\x87\x36\xe2\x51\xc2\xc3\x0e\x1b\x5c\x20\x5d\x0b\x77\x7e\xbf\x71\x00\x48\x6f\x81\xc7\x44\xaf\x39\x89\xb4\x43\x85\xf9\x8d\x2f\xa4\x62\xaa\x22\xf6\xff\xd2\x99\x3f\xb2\x4c\xea\xe2\x90\x52\x0a\x6b\x44\x85\xa4\x06\xeb\xf1\x85\x3c\x80\xb1\x86\xbf\x96\x70\xd6\xde\x18\xb9\xd7\xc4\x32\x0b\xba\x3e\x22\xb9\x8c\x02\x67\xae\x93\x18\xba\x8c\x64\x43\x38\x22\xdf\x70\x7e\xeb\x53\x73\x38\x9f\x9f\x76\xec\x23\x95\xe2\x2f\x25\x9d\x22\xbd\x17\x6a\x44\x2e\x93\xce\x08\x7b\x9a\xef\x91\x3c\xee\x0d\xf8\x9c\xdc\x67\x4b\x9a\xf7\x9e\xf8\xef\x82\x12\xfb\x48\xa5\x52\x1d\x26\x3f\x57\xb0\x19\x51\xfa\x2b\x00\xff\x4c\xc4\x70\x2d\x3a\xc3\x3b\xc3\x01\x86\x4d\x40\xbc\x99\xc8\xd8\x75\xc2\x24\xfb\x98\x1b\xdf\x5d\x31\x14\x1f\xe7\x50\xbc\x45\x3c\x4e\xcd\x29\x27\xc9\x39\xe5\x98\xc7\x55\xd2\x0b\x61\xdf\xf2\x47\xa4\xd7\x43\xce\xc2\x97\xc4\x6f\x96\x0e\xbd\xa4\x92\x70\x2c\xe9\x8c\x09\xe0\xfe\x98\xfe\xb5\xaa\xe0\xef\x37\x4d\xe8\x34\x45\x97\x4f\x8c\x9d\x77\xa3\x78\x90\x39\x09\xb5\x30\x91\xd0\xee\xd9\x7f\xf2\x9f\x6f\x4c\x04\xb4\xeb\x15\xb1\x33\x51\x94\x07\x97\xcf\x7a\x46\xe4\xed\xf8\xf8\x81\xf8\xc5\xd6\x56\xf5\x91\x4a\xcf\x89\xcc\x3d\xba\x10\xc6\x1f\x63\x33\x86\xa2\x62\xed\x6f\x3d\x46\x33\x11\x78\x73\xc6\x13\x4c\xab\x77\x23\x6e\x62\x76\x82\x72\x86\x97\x50\x0f\x2c\xe2\xf3\xed\x7f\xea\x43\xb1\xb2\xf5\x19\xe1\x9f\x85\x9f\x3e\x11\xff\xe0\x66\x6d\xda\xa9\x86\xeb\x8f\xe2\xc6\xe5\xbc\x99\x7c\x6d\xfd\x67\x14\xa5\x7b\x7e\xeb\x31\x2a\x8c\xe2\xb4\x54\x8a\x81\x7a\x14\x97\x4e\xf9\x5b\x9f\x12\x26\x53\xef\xcc\x6b\x8a\xb7\x9b\x29\x7e\x78\xcb\xd8\x7d\xcb\xbf\xf9\xc7\xbf\x79\x10\xd7\x1e\x73\x4e\x7a\x1c\x8c\x66\x7e\x3f\xd3\x85\xe2\xfe\x3c\x86\x53\x30\x7c\xa9\xfb\x2b\xc0\xf7\x53\xf4\xdf\x2f\x99\xbf\x7d\xc4\xf4\xfe\xbd\xc9\x70\x9d\x4b\xba\x14\xeb\xaa\x7e\xf3\xa0\x7f\xf3\x30\x9d\x05\x7f\xa3\xe1\xb0\xbf\x79\xdb\xac\x4f\x14\x57\x31\x1c\xeb\x00\xc3\x97\x9a\xeb\x28\x7e\x69\xe5\xec\x03\xf4\xdf\xed\xcc\xef\xde\x61\x7a\x84\x35\xef\xa3\xd8\xc8\xc8\x3e\x99\xf9\x5b\x8f\x7f\xf2\x61\xbe\x50\x54\x57\xa6\xa8\x16\xff\x37\x2f\xb3\x7d\x41\x31\x74\x3b\xc5\x74\x46\x2f\xce\x78\x73\xf0\x1a\x8b\xe2\xc0\x27\x80\xb7\xa5\xf4\xdf\x0f\x35\xe1\x2f\x1e\x78\xbe\x86\xe2\x99\x8b\x14\x6b\x5c\x7e\xeb\xc1\x1d\x07\xae\x5c\xf9\x37\x14\x65\x46\x53\x9c\x58\x09\x7f\xe4\x53\x01\x04\x84\x50\x5c\xce\xfe\x5b\x0f\xce\x0e\x37\x74\x9d\xfe\xbb\xc3\x83\xe2\x0d\xa6\x97\x60\xd3\xc4\x7f\xc9\xdf\xca\x61\xf2\x00\x15\xcd\xbf\xf5\xe0\xf2\x0f\x69\xe6\xb9\xc7\x58\x50\x14\x84\xbf\x79\x09\xf7\xf7\x3c\x99\xb9\x5d\x2a\x01\x80\x83\x00\x25\xb3\x00\x58\x72\x00\xf7\x6e\x02\x7c\x51\x85\x93\x9c\xff\xef\x6e\xdd\x68\x12\x99\x3f\x9f\x27\x48\x3c\x9d\xa7\x16\x0b\x92\x1d\xa7\xea\x8b\x00\x89\x91\x96\x8a\x08\x64\x72\x70\xaf\x05\x9f\x39\x57\x0f\x2e\x0f\xfc\xdb\xfe\x73\x71\x18\x63\xff\x46\x87\xc9\xa6\x72\x70\x4c\x8b\x5d\x1e\xc0\x40\x8c\xd8\xf9\x45\x77\x00\xba\xdb\xc7\x3f\xdd\xbb\x7a\x84\xca\x2b\x31\x29\xe9\x1b\x0b\x78\x95\x9f\xd6\x49\x5f\x40\xe4\x4d\x6c\x94\x52\xf0\x46\x14\x5e\x70\xc4\x54\x71\x2a\xa2\xf0\xbd\xb2\x12\x45\x5d\x44\x61\x87\x3d\x6b\x14\x1d\x10\x85\x0e\x6e\xf7\x56\x14\x42\x14\xbc\xbb\x55\x59\xfe\x1d\xe2\x68\x83\xff\x5b\x3e\xed\x0d\x84\x28\xcf\xbc\xfd\x13\x9f\x8f\x7a\x0c\xf0\x51\x5d\x7d\x83\xde\x37\xfe\xe3\x8f\x2f\x6a\xea\x85\x37\x8a\xad\xbf\x56\xa7\x11\xb1\xf9\xb5\xcc\xb1\xf3\x67\xd4\x1b\xeb\x13\x15\x7e\x9c\x95\x52\x67\xf5\x46\x2b\x7c\x2f\x8f\xd1\x2a\x46\x54\x54\x2e\x18\xa1\xd5\x81\x28\xb7\x6d\xeb\x6e\xad\xbb\x88\x32\xdf\xd6\x5d\xe4\xd8\x56\xa9\x05\xab\x1f\x6a\x28\x20\x8e\x73\x5c\xe1\x37\x45\x1e\x51\x5c\xfe\xbf\xf2\x25\xde\x50\x9c\x4a\x3a\x14\xfc\xcc\xb5\x26\xfb\x78\xe7\x23\x77\xd2\x99\xfe\x46\x88\x77\xd6\x84\x05\x02\xe3\x4e\x9a\x38\x6f\x77\x0b\x9e\xe0\x5b\x26\x63\xff\x21\xd5\x5d\xb3\xa1\x20\xd4\xc6\xec\x70\xe9\xb4\xe8\xad\xeb\xac\xa6\x76\xcc\xd6\xbf\xbc\x26\xdd\xc6\x17\xe7\xeb\x2a\xa5\xa6\x5b\xab\x60\x8d\xc6\x98\x25\x71\x96\x3d\xf8\x58\x75\x58\xc2\x01\xf3\x36\x1c\x9a\x78\x39\xee\x8c\x69\x01\xa2\xe2\xb0\xb9\x3b\x4d\x66\x21\xca\xa9\xfc\x21\x9f\xf1\x4b\x99\x10\xab\xf0\x25\xd1\x9b\xec\x8a\x8f\xb7\xcc\x22\x35\xcd\x2f\x85\xd3\x0e\x56\x35\x91\x4b\xbe\x89\xe9\x00\xec\xc8\x88\x5f\x6f\xfa\x5e\xae\x63\xc5\xc4\xa8\xa0\xe8\x19\x46\x97\x63\x0b\xc3\x85\x0b\x8f\x59\xf5\x47\xae\x0f\x7e\x70\x6b\x8b\xed\x83\x90\xbe\xe0\xd9\xec\x2a\xcb\xc3\x41\x32\x01\xa7\x50\xd6\xf0\xf6\x8c\x83\xd3\xd7\x62\xb8\xae\x85\x2f\xcb\x27\x09\xf7\x68\xe4\x78\xef\xf2\x1c\x8e\xd7\x54\x4e\x78\x99\xba\x6e\xc2\xee\x89\xf5\x88\x63\x35\x99\x5d\x99\x58\x81\x1e\x4d\xda\xe1\xe0\x51\x71\x02\x91\x7f\xfe\x74\x3a\x3d\xff\x6f\xa7\x1d\x2f\x72\xcd\xb7\x11\xeb\x91\x7c\x35\x37\x6f\x8a\x9d\xe8\xea\xe0\xd0\xec\x35\x81\x97\x34\x7b\xdd\xad\xd6\xfe\xcc\x19\xd4\xab\xb1\x6b\xca\x0a\x6d\x0e\x99\xb6\xdf\xc6\x2f\xd3\x1c\xd7\x6b\xcb\xd9\xc8\x25\x97\x63\xfd\x94\x00\xab\x67\x8b\xb7\xe3\x4b\x95\x30\xab\x1f\x71\xfe\xf8\x7d\x92\xb0\xd5\x92\xe8\x1b\x88\x13\x12\x2c\x4e\x47\xae\x41\x94\x6f\x47\x34\x22\xcf\xf9\xe5\x2e\xed\xf9\xf0\xd8\x36\x85\x74\xda\x69\xf8\xbe\x81\xf0\x90\x83\x5b\x68\x87\x89\xfc\x79\xfb\x88\x75\x48\x39\x7b\x90\xe4\xc9\x84\x86\xd7\xbc\x90\xba\x30\xe2\x95\xf5\xb3\x2a\x11\xb7\x7d\x32\xd9\xd3\x8e\x1e\x7c\xb4\x6e\x8c\x42\xad\xa6\x5d\xc5\xe7\xf3\x4f\x14\x7a\xa7\xdc\xa8\xd0\x60\x27\xcb\xf4\x6a\x8e\x2e\xbc\x8e\x28\xc3\xa3\x91\xb3\xf5\x10\xe2\xf8\xc7\x9a\x59\xeb\x05\x11\xc7\xdb\x68\x6e\x5e\xd5\x8d\x28\x29\xab\x31\xb8\x7c\x06\xa2\x84\x6c\xdf\x06\x46\xfe\xeb\x34\xf2\x5e\x5c\x10\xcf\x21\x79\x3a\xd5\x9d\x7b\xc9\x8c\x15\x34\x51\xff\xd0\xea\x5c\xda\x39\x2c\x7a\x6f\x03\xb1\xa2\x16\x51\x2d\x33\x89\xdd\x0d\xb9\xb6\xd1\xf4\x94\xc0\x76\xf9\xa2\x96\x9a\x54\xaf\xd1\x19\xd2\xda\x57\x1f\x9c\x5e\xc9\x7f\x5a\x2a\xe2\xaa\xe6\xcf\x1d\x23\xef\x48\xa7\x9f\x3e\x8d\x38\xea\xbb\x4c\x5e\x55\x0f\x22\x5f\x9a\x8c\x49\xa9\x14\x22\x6f\xad\x5c\xc6\xae\xed\x88\x02\x72\x72\x4a\x79\xbc\x88\xfc\x26\xcf\x42\xd3\x89\x15\x6a\xea\xc9\x27\xdd\xf7\x8e\xe4\x96\x11\xff\xc3\xee\x38\x1a\x27\xe3\xf2\xc0\x44\xdd\x2b\xc4\x1f\x11\x10\xdc\x4a\xf8\xe3\xd4\xfd\xcf\x48\x1c\x95\xff\xe0\x1b\x59\xc5\x45\x00\xc3\x8a\xde\x28\x46\x93\x9e\x03\xaf\xbf\x57\x92\x1e\x36\xaf\x72\xdf\x13\x0f\xe4\x03\x16\x5d\x83\x2d\x4c\x06\x4b\x83\x25\xc5\xe3\xdd\x14\x0f\x55\x52\x9b\x40\x3b\x9c\x1c\x35\xab\x20\x95\xff\x8b\x5f\x9d\x26\xf9\xda\x39\xbb\xa9\x5f\x2e\xed\x09\x8d\xd7\x45\x3f\xa0\x7e\x1a\x8f\x49\x9d\xa4\xe7\x8e\xca\xb4\x1e\xa6\xa6\x3e\xbb\x75\x4c\x38\xc5\x99\xc4\xb3\xc4\x66\xed\x89\xa7\xf8\x8c\x74\x6f\xea\x65\x3c\x15\x9d\x4c\x06\xf6\xfd\x7a\x8a\xd7\x98\x08\xd7\x05\x92\x89\x73\x6a\xdf\x61\xc2\xb7\x4a\xf6\xd4\x11\xaf\x48\xde\xad\xab\xa4\x57\x4e\x16\xef\x3d\xc2\x03\x17\xab\xb7\x93\x6f\x0d\x6b\x78\x47\x7a\x1f\xd8\x0d\xfb\x4a\xfc\x57\x8a\x55\xff\xe5\x41\x6e\xd7\x28\x66\xf2\x51\x3c\xc1\xd8\xfb\x2e\xc2\x28\xd8\xcc\xf3\xf7\x30\x11\xbf\x17\x1f\x28\x3e\x24\x99\xe0\x15\x71\x0d\xc4\x0f\x53\x98\x78\x93\x8c\xc3\xfa\x15\x8f\xce\x00\xe9\x08\x42\x3b\xdd\xc4\xac\xed\x21\xf7\x2d\xfd\x3b\x7f\x91\x9f\x9b\x31\x71\x31\x99\xd8\xff\xf2\x20\x6b\x26\x02\x9d\xe0\x4d\x71\x97\x27\x45\xda\xaf\x1c\xf1\x49\x00\x45\x24\xbd\x96\x86\x1c\xe9\x37\x7c\x22\xb9\x1f\x45\x46\xad\xe4\xbd\xdc\x12\xfb\x9c\x74\x12\x59\x6d\xf2\x91\x74\x30\x49\x84\x1f\xa4\x87\x5e\x94\x28\xfd\x6d\x2e\x1f\xd4\xf3\xa4\x28\x6e\xfa\x5b\x0f\xfe\x46\x8a\x46\xae\x14\xc3\x18\xbd\x56\x33\x3b\xf2\x3e\xe6\xf7\x4e\x32\x1e\xda\xdb\xcc\xcd\x89\x6e\xe6\x06\xe5\xff\xc5\x3f\xb8\x7e\x98\x7f\xf3\x20\xef\xc5\x14\xe7\x32\x76\x38\x93\x63\x77\x6f\x00\xec\xeb\xe0\x9c\x7b\x01\x2e\x36\x01\x0c\x9e\x07\xe8\x2a\x02\xf8\xcc\x70\x91\x36\xb3\xbf\xf9\x0f\xd7\xff\xc2\xe5\x3f\x27\x96\xfe\xb6\xb7\x5c\x1e\xa6\xd7\xfd\xb7\x5d\x9d\x7a\x8d\xa2\x59\xe9\xbf\x78\xd0\x07\x2a\x7f\xd5\x21\x80\xfe\x6c\x80\xe2\x61\x00\x3f\x37\x00\x5c\x88\x02\xe8\xeb\x04\x78\xb3\x1d\xe0\x7d\x16\xfd\x5d\xae\x1f\xea\x3f\xfc\x67\x03\xc5\xea\xce\xff\xf2\x0f\xc6\xff\xf3\x8f\xfd\xe5\xa2\xd6\x04\x8a\x76\x47\x7f\xf3\x20\x76\x09\xc0\x4a\x1f\x80\xef\x17\x00\xf6\xdc\xe3\xbc\x15\x00\x0d\x7d\x00\x9f\xe3\x01\xde\xee\xe1\xbc\x1d\xcc\x38\x0c\xfb\x5b\xfe\x29\xb1\xbf\xe5\x97\xf7\xfd\x97\x7f\x70\xfd\x0f\x5c\xbe\x21\xf9\xf6\x6f\x7d\xb8\xe3\xc2\xe1\x41\x3f\xc3\x00\x92\x73\x00\x3e\x17\x01\xec\x72\x06\x78\xbf\x0f\xa0\xe1\x0e\xc0\x9b\x1c\x80\x77\x22\xbf\xf9\x68\xd3\xec\x7f\x3d\xbf\x06\xc3\x9d\xee\x51\x2c\xfa\xfe\x5b\x0f\xae\x1c\x09\xc6\x2f\x35\x8a\xe1\xa5\xa3\x98\xef\x10\x63\xfa\xd0\xaa\x19\x01\x0c\xb9\xd2\x9e\xf1\x9f\xe7\xd3\x3e\xf9\x6f\xec\x00\xf2\x1f\x01\xbc\xa8\x01\xa8\xdf\x0d\xd0\xde\x0e\xf0\x61\xf3\x6f\x1e\x78\x92\xe1\xb0\x87\x18\x7e\x56\xc2\xf0\xc0\x5d\x65\x14\xb7\x3d\xff\xad\x07\x57\x0e\xfc\x4f\x1e\xc2\xa0\x0b\x80\xc4\x29\x80\xde\xf1\x00\x66\xa7\x00\x5e\xdf\x05\x88\xfa\x04\xf0\x94\x05\x90\x73\x1b\xe0\xde\xec\xe1\x9f\xce\x36\x00\xdc\xf8\x35\x32\xe6\xdd\x08\x80\xba\x8d\xfc\x02\x9c\xbf\xad\x1c\x23\x30\x93\x83\x7b\x6e\xf1\xf9\x71\x30\x7f\x88\x97\xec\x3c\x9b\x2e\xf0\x06\x71\x70\x6d\x19\xdc\xe7\xea\xf1\xff\x95\x8f\xc3\x48\x87\x8d\x9e\xf7\x02\xa4\x23\xcf\x53\xc9\xf1\xb7\x34\x4e\x02\x5c\x3b\x2d\xfb\x76\xc6\x9b\x51\xaf\x1a\xcc\xe4\xc3\x32\x65\x04\xc7\x1e\xcf\x93\x57\x3a\xb2\x4c\xf8\x75\x55\x94\xbc\xf2\xd3\xbe\x31\xea\x07\x74\x14\x83\x10\x85\x75\xb7\xba\x29\xcd\x43\x14\x3a\xb7\x8e\x4f\xa1\x19\x71\xb4\x43\xfa\x72\x85\xcd\x88\x02\x11\x29\xf6\x0a\xfe\x88\xfc\x45\x4b\x46\xcb\x54\x23\xf2\x0c\xfd\x57\xee\x70\xb2\x9f\xff\xfa\x26\x4d\xf6\x93\xce\xd7\x5a\xc4\xdf\x70\xab\xd3\x98\xdc\xd3\xae\x9f\x64\x85\x52\x4b\x87\x7d\xad\xb8\x6a\x36\xda\x96\x4f\x62\x7c\xa1\xb5\xc9\xcc\x84\x62\xb9\xcc\xcd\x7a\x86\xa7\xf7\x2e\x9b\x50\xbe\x66\xb8\xfe\xbb\x9b\xe3\x94\x85\x32\xac\x0c\x9e\x23\x2a\x8d\x5f\x9c\x6b\x38\x1b\x51\x2e\x7f\xbe\xe0\x34\x8e\xbd\x2d\x9f\xcb\xa3\x1b\x86\x28\xf1\x2d\x42\x5f\x47\x12\x51\x2c\x3a\xac\x48\x23\x00\x71\xcc\xd1\xdf\xf2\xf9\xc8\xae\xd3\x97\xa0\x46\xf2\xa2\xdb\xdb\xed\x88\xff\xa3\x79\xa5\x0f\x89\x43\x1d\xaf\x09\x25\x76\xb6\xc8\x27\x6a\xe4\x88\x32\x80\xf5\x29\x91\xc9\x3a\x03\xa2\x2a\x8b\xf8\x83\xba\x43\x1a\x54\x8a\x22\x4f\xfa\xa7\x6d\x5e\xac\xb5\x30\x60\xaf\xef\xfa\x06\x55\x9d\xa9\xbe\x4d\xbe\xa3\xbe\xe8\x4d\x9d\xe2\x79\xda\xb3\x0c\x6f\xa9\xc8\xb8\xd5\xb9\x8e\xc5\x5f\x4a\xa7\x9d\x3f\x39\xde\x41\x94\xbb\xef\x78\xc7\xde\x03\x51\x46\xd2\xd6\xd4\x46\x1a\x51\xd2\x8a\xcb\x43\xfb\x84\x75\x48\x1e\x72\x9b\x19\xed\x84\x76\x29\x71\x16\xe1\xa5\x47\x7a\xe2\x89\x3f\x60\xd7\x50\x32\xe1\x8b\xab\x8d\x68\x2f\x9d\x98\xe5\x59\x91\x8a\xc2\x7c\x56\x5e\x1b\x56\xfe\xf0\x9c\x29\x5f\x62\xb3\x33\xb5\x3e\x73\xfe\x84\x3c\x13\xc9\x94\xd9\x27\x17\x4e\x14\x32\x28\x4c\x0e\x7c\x5f\xa2\xb8\xd5\x20\x69\xd1\x1c\x44\x99\x6e\x7d\xc5\x79\xfb\x10\xc7\xcf\x9a\xf6\x63\x76\x04\xe2\xb8\x6e\xdd\xf6\xd0\x55\x88\x62\x1f\xf4\x84\x03\xb7\x23\x8a\x7e\x1b\xb4\xa1\x3d\x1e\xdb\x76\xcf\x20\x79\x2f\x4d\xa7\xe3\x88\x9f\xb0\xc6\x64\x39\xb1\xe2\xbb\xf7\xae\x23\x72\xd7\x26\x6d\x25\xf3\x13\x0b\x05\xc4\x2f\xe0\x12\xb6\x7f\xbf\xc0\x58\x00\xbd\xc0\xe2\x00\xab\x47\x63\x0c\x55\x9a\x8a\x1c\x52\x62\x44\x50\x49\x75\x77\xd1\x11\x57\x11\x07\xf9\x7d\xbb\x7c\x5e\x3d\x11\xaa\x97\x7f\x9f\xfb\x10\x71\x34\x9f\x82\xf1\xda\x46\x44\x81\xa5\x0a\x31\xe9\xb3\x10\x05\x46\x28\x64\x26\x2b\x21\xf2\x2f\x55\x10\x4b\x38\x87\xc8\xb7\xb4\xfd\x7a\x00\x79\xce\x2b\x9f\x68\x17\xeb\x5a\xf9\x4c\xe2\xa7\xdb\x6b\xb5\x95\xf8\x43\x36\xec\xa1\x9d\x9d\x12\x81\x9e\x92\x03\x9b\xaa\x08\x3f\x99\x7a\xf4\x34\xb1\x66\x92\xfa\xf5\x9e\x5a\x5d\x00\xc2\x2e\x75\x97\xe3\x0e\x03\xf0\xde\x3e\x6b\x53\x3a\x1b\x60\x78\xe7\xe9\xa9\x6d\x1c\x26\x31\xb3\xe6\x06\x9d\xfb\x12\x5b\x82\x99\xbb\x98\x9b\xef\xb9\x8c\xdd\xcf\x26\xfe\x99\x6b\x1d\x4b\x49\x1e\xd2\xd1\xf4\xf5\xa4\x6e\x61\x71\xcd\x0e\xd2\x09\x26\xc7\x67\x3f\xe9\x50\x98\x6a\x79\x98\xf0\xd4\xa8\x5d\xc7\x09\x2f\x70\x95\x6d\x20\x9d\x65\x26\x6e\x6b\x61\x7a\xd7\xdc\xed\x93\x21\x95\x18\x6f\xc7\xd1\xae\x5a\xad\x8a\x85\x84\x29\xdc\xd2\x6e\x25\xbd\xde\x5a\x98\x33\x41\x1d\xc3\x7f\x6a\xcf\x50\xac\x54\xa3\xb8\x97\x89\xbf\x6c\x26\xbd\x5b\xcb\xc4\xf7\x90\x75\xb9\x2d\xb6\x82\xf0\x0c\x2e\x0f\x5c\x18\x47\x79\xe0\xcc\x73\x57\x88\x97\xc5\xf2\x47\x2b\xf1\xfa\x48\x9b\xb7\x31\x5d\x6f\x5f\x6f\x93\x20\x9e\xd5\x2e\xab\x00\x12\xb9\x7b\x15\xb6\x95\x30\xd9\xce\xda\xcb\x84\x49\xbc\xd0\x64\x13\xa6\x7b\x87\xd1\xa7\x99\x89\x6c\xd5\x33\xbd\x35\x8f\xeb\x12\xfe\x21\xbe\x9f\xc4\x6b\x77\xee\xac\x21\xf1\xc2\x75\x71\x67\x48\x1d\xa1\xa5\x2f\x9b\xc8\x38\xcc\xd9\x78\x83\xb0\x08\xdf\x9b\x0f\x49\xaf\x20\xc3\xd7\xb4\x73\xa9\x78\xed\x87\x1f\x54\x8f\x81\x03\x42\x44\xc3\x01\x39\x77\xf2\x66\x0d\x24\xaf\x21\x4f\xf0\x33\x97\xf6\xe6\xfa\x35\xfa\x9b\x24\x07\xdf\x33\x7a\x3c\xbb\x4c\x91\xab\x17\x1d\xaf\x42\xb3\x1a\xc2\x8b\xb3\x0f\x34\x90\x05\x92\xb6\xfd\x1a\xb9\x4f\x10\x7f\xee\x1e\x91\x17\xba\xa5\x8d\x74\xf7\x76\x83\x2e\xf2\xad\x3a\xad\x9f\x08\x3f\x12\xf3\x64\x8b\x70\xdf\x78\xfe\xf7\x14\x6d\x19\x5e\x91\xc8\x54\xea\x2c\x71\xa1\x78\x9b\xa9\x58\xc1\x26\x3b\xd2\x0f\x0f\x2a\xff\x6d\xd3\x9f\x7a\x6d\x15\xbd\x48\xd8\x49\x66\xe0\x6d\xf2\x57\x49\x47\x1f\x91\xf5\x39\x2f\xe9\x25\xe9\x48\x15\x18\xf3\x89\xc8\xb7\x17\xfe\x4a\x9e\x7f\xaa\x09\xfd\x6b\x91\xbc\x3f\x78\x10\xe3\x17\x33\x62\xe4\xcf\x66\xf8\xd0\xa6\x95\x14\xb9\x15\x3c\xb9\xfc\xe7\x23\x73\x73\x93\x7e\xc3\x8f\x61\xff\xe6\x1f\xff\xc4\xa1\xbe\xfc\x6f\x1e\xe4\xf3\x1a\xe0\xd7\x39\x80\x39\x66\x00\x9f\xeb\x01\x56\xc8\x03\xbc\xbb\x0a\x90\xaf\x00\xd0\xa5\x00\x70\xa4\x08\xe0\x25\x02\xdc\x42\x80\x37\x85\x00\x7d\x65\x00\x0f\x44\x19\xfe\x73\xf1\x7f\xf3\x1f\xae\xfd\xfd\x53\x3e\xd7\xfe\xab\x9c\x63\xf8\xc8\xfe\x3f\xec\xbd\x1e\xe5\x41\x7d\x1b\x00\x22\x37\x00\x7c\x10\x06\x48\x16\x05\x78\xf9\x1c\x60\xdb\x5e\x80\x8e\x63\x00\x47\x1c\x00\x3a\x32\x39\x6f\x0e\x40\x07\x02\xf4\xef\xfb\xcd\xc3\xb8\xfc\xe3\x1f\xf9\x8c\x8d\x2f\x79\xfe\x5f\xfe\xf1\x4f\x1c\xea\xcd\x1f\x9f\xcb\x00\xb4\xc4\x00\x58\x6c\x00\x5b\x13\x80\xde\xbd\x00\x33\x7b\x01\xba\xe4\x69\xdf\xfc\x67\xdf\x01\xb6\x68\x01\xb4\x8d\x06\xa8\x0a\x02\x78\x12\x09\x70\xbb\x04\x80\x73\xca\xe8\xff\xfa\x7b\x1c\xfe\xcd\x3f\x4a\x63\xff\x6f\xfe\xc1\xe5\x3f\x5c\x3f\x04\x97\x0f\x28\xd4\x00\x7c\xbf\x08\x60\xd0\x0b\xf0\xb6\x0a\xc0\xeb\x11\x40\x47\x08\xed\x57\xfd\x60\x1c\xc0\x86\x3e\x80\x3b\xaf\x00\x0e\x95\x73\x76\x0d\xfa\x5f\xab\x31\xc0\x90\x20\xc0\x59\x57\x86\x7f\x58\x51\xdc\xdf\xf9\x37\xff\xd8\xae\xfd\x5b\x0f\xae\x7c\x2e\xef\x81\x7f\xd9\x7f\x8e\x5e\x9f\x22\x00\x26\x6d\x04\xe8\x8c\x00\xb0\x17\x05\x78\xf0\x08\x20\x2a\x06\xe0\x66\x05\xc0\x9a\x4f\x9c\xb7\x0f\xa0\xb2\x95\x3e\xff\x9d\xb1\x00\x17\x3b\x01\x58\xad\xbf\xc7\xbf\x38\x80\xe2\x0e\x71\x8a\x5b\xed\x29\xae\xbf\xf7\x5b\x8f\x7f\xcb\xfd\x13\x7f\x30\xbd\xc8\xbb\x62\x01\x44\xa5\x01\x1e\x76\x02\xe8\xcf\x03\xb8\x7e\x13\x20\xa8\x07\xa0\x69\x2a\x40\x86\x26\xc0\xb9\x28\x80\xb2\x7c\x80\x53\xb9\x00\xad\x7a\x00\xc7\x2a\x81\x78\xa0\xf7\x32\x31\xe2\xad\xf7\xfe\x96\xbb\x7a\x19\xc5\xe4\x15\xff\x7f\x3d\xfa\x6e\x51\x7c\xc7\xf4\x2b\x7f\xc2\xf4\x80\xbf\x76\x1f\x80\xb3\x3d\x9e\x33\xe7\x8f\x74\xeb\x00\xa8\x5d\x20\x7c\x6e\xd9\x5b\x80\x8a\x35\x63\xdd\xf7\x87\x01\xec\x33\x1f\xbb\xe8\x5a\x1d\xc0\x6e\x47\x11\xfc\xb5\x03\x20\x7b\xab\x48\x01\xe7\x3b\x57\x64\x0b\x91\xfd\x7c\x89\xa9\xa0\x33\x07\x17\xa6\xf3\x91\x0a\x1f\x31\xe5\x3c\xea\xff\x4b\x8f\x81\xc5\x14\xdf\xf8\x08\x90\xfc\xdc\x3b\xc9\xd2\xa4\x23\xfa\xf9\x07\xca\xc4\x5a\x1c\x7e\xab\xf1\x5c\xf0\x03\xc0\x2e\x37\x8d\x41\xe3\x49\x02\x77\x36\x7d\xd4\x9c\x39\x67\x8e\x48\xca\x2a\x81\x29\xc7\x73\x33\xc4\x21\x79\x85\xba\xea\xb9\x26\x09\xe9\xc4\x1d\x6a\xf5\xef\x8b\xc4\x4a\xe6\x3f\x57\x9b\x81\x38\x66\x5f\x44\xb7\x8a\x2a\xa2\x60\xde\xcc\xaf\xca\x9f\x10\x05\x42\x02\x82\x26\x64\x23\xf2\xad\xf1\xbd\xa6\xd0\x83\x38\x2a\x97\x2b\xff\x57\x33\xc5\x4e\x71\x19\x62\x47\xaf\x89\x4c\x23\x76\xed\x64\x27\xed\x11\x7b\x60\xb5\x3b\xd9\xd7\xb7\x78\xfb\x92\xf8\x58\x4a\xe9\x74\xb9\xc9\x0f\xf8\x05\xa3\xf2\x3c\xdf\xfa\xae\x96\x3a\xe2\x7f\xce\x2d\x76\x95\xa9\xc2\x18\x37\xb6\xb3\x64\x75\xa3\x92\xae\xe3\x29\xc7\x95\xcf\xa6\x2a\x5a\xda\x7f\x76\xb0\x45\x94\xbe\x6b\x95\x66\xf9\x00\x51\xfc\xab\xf9\x4e\xb3\x2d\x88\xa2\x7a\xc6\xc6\xc6\x9e\x88\x63\x5c\xf5\x3b\xf5\x0f\x22\x0a\x7e\x64\xc9\x0d\x27\x3c\xa8\x73\x9e\xca\x3a\xba\xdb\x3b\x90\xfd\xfd\x58\x90\x2f\xe1\x65\xc5\x03\x11\x64\x17\xcc\xb6\xa2\xde\xfb\x44\x48\x20\xf1\xa0\xa0\xdc\x65\x7e\xe2\xda\x00\x36\xf7\x12\xf9\xed\x54\x45\xc7\xeb\xaf\x4b\xa8\x5d\xba\x56\xdc\x54\xd3\x3e\x3e\xb8\x5c\x52\x5c\x4f\x6d\x52\xdc\xd7\x07\xae\xa2\x1b\x55\x25\xe7\xcf\x45\x14\x8e\x57\x49\x09\x9f\x85\x28\x18\x3b\x89\x15\x94\x8e\x28\x70\x72\x62\xa3\xdf\x1b\x44\xbe\x46\xe5\x51\x9e\x66\x88\x7c\x4e\x2f\x6a\xa6\x12\x3e\xda\xd2\xea\x49\x76\xdf\x13\x0b\xc3\xc8\xf8\x17\xd7\xc4\x91\x5d\x79\xb3\xd4\x32\xd2\xe3\x6e\xd9\xd8\x74\x62\x67\x42\xe4\xd7\x13\x7d\x0c\x66\x6d\x23\xf6\x7f\x82\x43\x5e\x80\xde\x10\x4f\xb9\xd4\x9d\xdc\xd9\x71\xe5\x23\x5a\x24\x1c\xb6\x9a\x14\xcf\x04\x10\xd9\xb5\xc5\xaa\xd5\x04\x40\x90\x6f\xe3\x11\xce\x98\xf3\x98\xa7\x4f\xe0\xe0\x48\x8d\x25\x64\x5d\x0c\xcb\x5b\x40\xce\xfb\x3c\x93\xe6\xf2\x73\xf0\x7a\x88\xef\x37\x22\x7f\xe9\x1c\x62\xc7\x0f\xf4\xd3\x28\x41\x4e\xe5\x2a\x62\x77\x53\xe3\x68\x2f\xbd\x68\xc5\x3c\xe2\x3d\x70\xf5\xdc\x43\xf2\xb7\x95\x23\xca\x98\x5e\x9b\xd5\x97\xe5\xc9\xcc\x1d\x2a\x0a\x25\xf6\xae\xa2\x2f\x8f\x30\x87\xb2\xba\xcb\xe4\x7c\x5f\x72\xf1\x27\x89\x7c\xee\x60\xec\xec\xe6\x36\x8a\x6b\x98\x1b\x57\x34\xd3\xf5\x94\x71\x2c\xe1\x85\x25\x81\x69\xc4\x0f\x97\xf7\x71\x23\x91\xb7\xaa\x33\x9f\x8c\x47\x7c\xd9\x9e\x87\xc4\xde\x89\x96\x12\x3e\x68\xfe\xbd\x9a\xe4\xb3\x4b\x8a\x9f\x61\x7a\x84\x9f\x4f\x93\x25\x5d\x0f\xeb\x77\xd3\x6e\xba\xe7\x64\x37\x92\x38\xc8\xd9\xde\x3a\x92\x91\x77\x46\xa5\x67\x01\xd1\x97\xb9\xf9\x5d\xca\xdc\xc0\xde\xc3\xd8\xfd\x3c\xd2\x79\xa7\xb2\x75\x35\x99\x97\xed\xb7\xb6\x92\x79\xc9\xca\xde\x4d\xac\x74\xd2\xf0\x52\xc2\x6a\x66\xed\xa9\x22\x79\x42\x1e\xe6\xa7\xc8\xef\xe9\xea\xd0\x3c\x2a\xe1\xd4\x96\x89\x54\x8f\x3b\x29\xe3\x4f\x72\xb0\xb5\x88\x76\x6d\xbe\xd9\x91\x49\x56\xd0\x8d\xc1\xa3\xe4\xa4\x71\xfd\x61\x27\x79\xb2\x4b\x4c\x46\xcf\x19\xe6\x46\x7a\x0d\xe3\x49\x29\x27\xe7\xaa\x82\x3b\x79\x7e\x64\x1d\x7a\xec\x27\xf6\x3f\x75\xcb\x21\x62\x95\x63\xbc\x8e\x91\x9e\xd0\x81\xaf\xeb\xc9\x7a\xb0\x9b\x7b\x89\xf0\x56\x8d\xfd\xb7\xc8\xbc\x8c\x1a\x7a\x54\x4c\xf5\x78\xb9\x4e\x82\xbc\x49\x9d\x3a\xae\xc4\x73\xf2\x22\x6d\x79\x0f\xc5\x43\x44\xce\x73\xf6\x63\xc2\x20\x9e\x30\x11\x3d\xee\x8d\x30\xae\x5e\x75\xe4\xdc\xb7\x65\x4b\x39\xe1\xe3\xe9\x51\x47\x49\x5d\xeb\x45\x32\x75\xe4\xaf\xa2\x72\x2e\x13\x9e\x38\x5d\xfe\x06\x61\x57\x96\x19\x0f\xc8\xe8\xab\xc9\xb7\x13\xbd\x78\xe2\xdf\x30\xbc\xb0\xcf\x46\x98\x44\x7c\xbf\xa1\x1d\x61\x28\xdf\x0b\x93\x88\xe7\xf9\x7b\xda\x7e\xe2\x89\xfe\x1e\x70\x97\xf8\x7f\x7a\x36\x0c\x90\x6f\x7e\xc9\xf8\xa5\x1e\xef\xa3\xd8\xaa\x40\xf6\x57\x86\x87\x2e\xdd\xd7\x48\x66\x37\x16\x5a\x88\x1f\x2a\xe4\xfd\x5d\x1a\x17\x1c\x7c\x4a\xfc\x45\x26\x32\xb4\xfe\xe7\x84\x4e\xca\x62\x78\xdf\xff\x34\xa7\x7a\x20\xf2\xde\xa4\x68\xca\x60\x34\x93\x17\xb4\x8d\xf9\xcc\xf5\x4b\x51\x26\x39\xe8\x4c\xe5\x77\x33\xfe\x3a\xea\xbf\xfb\x8b\xff\x88\xfd\xc1\x3b\x2a\x00\xf4\xf6\x03\xf4\xff\x00\x30\x6f\x05\xf8\xbc\x15\xc0\x63\x16\x40\x17\x0b\x20\xec\x10\xf5\xf3\x2c\xf6\x00\xb8\x57\x04\xc0\x79\x93\x6f\x75\x72\x98\x37\x40\x6b\x29\x40\xdd\x71\x80\xd6\x10\x80\xa7\x21\x00\xad\xdf\xe8\x77\x36\x30\x71\xa9\x63\xeb\xff\xb6\xbf\x25\x2e\xff\x37\xff\xe0\x22\x87\x0f\x7d\xb3\xa5\xf6\xfe\x7d\x34\x80\xc3\x64\x80\xe7\x76\x9c\x35\x03\x70\xff\x23\xc0\x02\x8e\x7d\x0f\x02\xc8\xfa\x08\x70\xdd\x03\x60\xaf\x07\x40\x4b\x3c\x40\x9d\x05\xc0\x0d\x2f\x80\x0e\x47\x80\x66\x26\x86\x75\xea\x23\x23\x7f\xdb\xdf\xf2\xf7\xb4\xff\x97\x7f\x70\xfd\x2e\x5c\x1e\xa0\x70\x1a\xa0\x37\x02\x40\x7d\x0b\x40\xd7\x58\x00\xf3\x78\x80\x47\x53\x00\xbc\x77\x01\xb4\x1a\x01\xcc\x6d\x06\x68\xfe\x06\xb0\x4a\x1b\xe0\x92\x01\xc0\xee\x2d\xd4\xde\xd7\x7d\x03\xb8\x3c\x0b\xe0\x45\xd4\xef\x71\xe0\xda\xff\x7f\xf8\x07\x23\x23\xff\xc3\x7f\xf9\x07\x97\xff\x8c\x2c\x03\x18\x30\xa3\x9f\xdf\xf7\x02\xc8\x14\x02\xb4\xb7\x02\x68\xc7\x01\xdc\x71\x00\x70\x8a\x03\x68\x5e\x0b\x10\xb9\x08\xe0\xa2\x12\x8d\xd3\xd5\xc7\x03\x14\x7e\x02\x38\x17\x07\xc0\x79\xc3\xce\x8e\x06\x78\xe1\x08\x70\xec\x5f\xfc\x67\xc7\xc7\xbf\x79\x40\xf6\x1f\xbc\xf0\x2f\xfe\x93\x41\xf1\x7b\x05\xc5\xb7\x9c\x77\x03\x01\x1e\xd9\x01\x28\x4d\x01\xb8\xf6\x18\xc0\x4c\x82\xc6\xfb\x38\xfc\xe3\x74\x38\x00\x67\xe7\x3f\xe6\x01\xb0\x33\x1c\xe0\xc8\x67\x80\xb3\x2b\x01\xaa\x62\x00\x3a\x63\x7e\xf3\xbf\xed\x29\x7f\xcb\xcd\x64\x62\x7a\xcb\xcf\xff\x6f\xfe\x31\xc8\xbc\x05\x3d\x05\x14\x3b\x98\x9f\x73\xd6\xe1\x68\x4f\x80\x0b\xcd\x00\x1a\x71\x00\xc7\x03\x00\x3c\xf2\x01\x0e\x3d\x07\x48\x28\x02\x28\x93\x01\xc8\x1f\x0e\xb0\x7f\x1d\xc0\xd9\xa7\x00\x45\x85\x00\x2f\x27\x01\xe4\x8f\xa7\xdf\x9d\xc5\xf0\xb1\xe5\x93\x28\x2e\x66\xfc\x56\x71\xcb\xfe\xa5\x07\xd3\x99\xbb\xf7\x24\xc5\x17\x4c\x67\xe6\x7b\xcc\xb8\x5c\x64\xbc\xe9\xc7\x6e\x02\x8c\xd3\x06\x28\xef\x01\xb0\x3c\x02\xb0\x77\x23\xc0\xbc\x83\x00\xdb\x0f\x02\x6c\xf5\x04\xd8\xf2\x0d\xe0\x54\x26\xc0\x86\x1f\x00\x1d\x9e\x00\x19\xf3\x18\xb9\xcc\xfc\x44\x31\xe7\x86\xf0\x34\x8a\x81\x69\x7f\xeb\xd1\x37\x9c\xbb\x3b\x32\xf2\x23\xb8\xf2\xf9\xa6\xd1\x5d\x78\x2c\xf1\xbb\xef\xee\x94\x24\x3d\xc6\x37\x9d\x90\x53\xd1\xf2\x1b\x21\x9d\xde\xa5\x30\x66\x66\xe0\x28\xe3\x24\x3b\xf9\xe4\xac\x0e\x3e\xe1\xd8\x4b\x72\xfe\x55\x57\xf8\xd2\xa3\x3d\x65\xb3\x1e\x0a\xf0\x9e\x8a\xfc\x22\xdb\x87\xc8\x73\xc7\xdf\x42\x76\x22\xe2\xc8\x50\xcf\x62\x71\x12\x5f\x70\x59\x20\x4c\x2a\xf0\xdb\xf6\x8f\x26\x91\xfb\x9f\x91\x8c\xfc\x6a\x20\xbc\xe7\xce\x3c\x61\x62\xf7\xeb\xe5\x69\xc7\xd9\x4a\x79\x9a\xbf\xbd\xbd\xd3\x84\xec\xd6\xe9\x69\xd6\xe4\x54\x3d\x7f\xba\xa3\xb1\xf4\xcf\xe1\xa2\x01\x5a\xb6\xbb\x9c\x1c\x84\x4f\xb8\x8c\xb1\xda\x90\x94\x23\xba\xc6\xb2\xdc\xfc\x71\xb1\x9b\x78\xb2\xf1\x59\xb3\x31\xd7\x78\xc5\x0e\x18\x1e\x32\xd3\xfa\xa5\x22\xa2\xad\xbb\x48\xbf\x1f\x71\x74\x92\xd6\xe6\xa9\xf9\x88\x7c\x4f\xa7\x9c\x98\x92\x87\xc8\xeb\xa6\x92\xa4\x32\x1b\x91\x67\xe9\xdb\xfd\xc3\xe6\x90\xdd\xf5\x83\x74\x3e\xb1\x42\x9f\xf4\xc9\xf9\xb5\xec\x93\x03\x59\x29\xdb\xac\xa8\xf5\x4a\x87\x20\xe2\x9f\x98\x63\x1d\xb9\x83\x83\xf6\x71\xf3\x86\x46\x54\x03\xe8\x36\xcc\x1d\x6f\xf8\x82\x6f\xf9\x64\x97\x39\x8e\x31\xcb\xf8\xf9\xe5\xdb\x66\x3b\xef\x5c\xc3\xfb\x4b\xfa\x55\xe4\x9e\xa6\x53\x3c\x87\xa4\x56\x46\xbc\xf8\xb2\x6a\xb8\x85\x58\x63\x20\xf1\x73\x88\xf6\x7a\x91\x7c\xbe\x31\x99\x2e\x84\x77\x08\x8b\xdb\x92\xbc\x90\x5b\x0d\xca\x24\xef\xe4\x8c\xb2\x1d\xe9\x24\x5d\x2e\xe3\x4b\xfc\x10\xf9\xf3\x68\x87\xfe\x8c\xe1\xf3\xc8\x38\xc5\xbc\x59\x48\xe2\x23\x5e\x71\xc9\xc4\xfe\xab\x57\xad\x26\x7a\x09\x8f\x5d\xfb\x6d\xd2\x68\x80\x11\x5e\x59\x8b\x83\x89\xff\x63\xd5\xb1\xcd\xa4\x47\xf1\x4a\x56\x1d\xe9\x85\xbf\xc2\xec\x2d\x39\x91\x27\x32\xbc\x23\x66\x2d\xc5\x48\x86\x07\xcc\xdc\xc3\xc1\xb3\x66\x94\x88\x57\xca\xcf\x24\xf1\xaf\xfc\xa9\xb4\x07\xf9\xaa\xea\xc5\xc4\x0f\xb5\x30\x74\x05\xf1\x5b\x06\x37\xd3\xfc\x1d\x0b\xf6\x26\xe2\xff\x18\xef\xbf\x9d\x59\xb9\x7b\x16\xc8\x12\xde\x53\xb0\xc7\x9f\x7c\xd5\xce\xbd\x6b\x9e\xd2\x99\x3c\x46\xd6\x7e\xde\xb0\x76\xc2\xfd\xb9\x15\xef\x32\xee\x50\x4c\x61\x3a\x24\x2c\x96\x20\xfc\x43\x9e\xc6\xe7\x76\x4c\x58\x4c\xf2\xf6\xb3\xb2\xd3\xc8\x7a\x48\x84\xb5\x24\x4f\x2a\x52\x7b\x0b\xe1\x1d\x1e\x22\xdb\x09\x3f\xd6\xb9\x51\x44\xb2\x3c\x04\x6f\x55\x32\x3d\x8e\xab\xb5\x65\x89\x3d\x3b\xe4\xe1\x4d\x3c\x28\x07\x87\xa7\x11\x4b\x5d\xf1\xb1\x92\xcc\x68\x59\xdd\x5d\xc2\xdc\xb8\xfc\xa7\x80\xa9\x00\xb8\x95\xe1\x41\xeb\x08\x0f\x29\x14\x5d\x42\x3b\x7f\x9f\xcf\x24\xe3\x9e\x1a\x97\x43\x78\x50\x2c\x14\x10\xbf\xdd\x8c\xf0\x22\x62\x2d\xad\xf7\x96\x92\x7c\x25\x95\x92\x23\xc4\x0b\x35\x7c\xfb\x99\x2e\xaa\x47\xa3\x92\x34\x19\x87\x7a\x25\x3a\xb2\xe7\x64\x93\xc9\x8d\xb3\x3a\x87\xfd\x07\x39\x78\x56\x8a\x46\x98\x4e\xbd\xe9\x27\xfc\xe0\x70\xe5\xff\xe2\x65\x9b\xc2\xd7\x13\x6f\xc5\x0a\xf9\x3c\xc2\x0f\xe3\xbf\x15\x91\xf1\x08\x1f\x5d\x4a\xec\xbe\x87\x76\x15\x99\x07\xe3\xa6\x13\xe4\x4d\x56\x12\x6c\x08\x26\xe2\xd2\x9a\x37\x52\x3d\x6e\x9d\x91\x5c\xc2\xc1\x1b\x35\x8e\x64\x7e\x6e\x1c\x5c\xf4\x96\x7e\xde\x43\xc6\xe3\xda\xa7\xcb\x44\xe3\xab\x1f\xbb\x09\xb3\x3a\xcf\xf8\xc9\x4e\x31\x3c\xe8\x08\x39\xbb\x64\x89\xee\x22\x3c\x39\x31\xa0\x84\x4c\xd0\xdc\xb8\x6a\xc2\x8b\x66\xbc\x3d\x4e\x78\x87\xe3\xb9\x73\x24\xda\x35\xad\x96\xee\x64\x32\x9f\x6f\xac\xa6\x7a\x3c\x12\xa3\x7a\x3c\x3f\x2b\x46\x6c\x41\xfb\x36\x9b\xf5\x1c\x7c\x26\x33\x9f\xac\x8b\x76\xa5\x1d\x24\x10\xf5\x74\x69\x3d\xd9\x1b\x9e\x64\xbf\x19\xc7\xc1\xbb\xcc\xcd\xfc\x6b\x4c\xe5\xe8\x0b\x64\x0f\x4b\x31\xab\x24\x4f\x33\x7f\xc1\x51\xf2\x9c\xe1\x70\x96\xf0\x3f\xdf\x1f\x97\x1c\x39\x68\xd5\x73\x8d\xac\x76\x5d\xc5\x7b\x84\x5d\x49\xcd\x7f\xaa\x47\xe5\x77\xd1\xc2\x54\xf0\x45\x4e\x88\xc6\x25\x9b\xcd\xc8\xf3\x7f\x0e\x8b\x22\x95\x32\x3f\x5b\xd0\x19\xee\x8e\x38\x49\x78\xea\x87\x0d\x4f\xc9\xde\xfc\x86\xf1\x24\x3d\x6b\xa1\x19\xf1\x77\x4f\x72\xf7\x53\xae\xbf\x85\xc3\x37\xd8\xe9\x00\x9c\x01\xe9\xbd\x04\xa0\x95\x03\xf0\xea\x07\x80\x71\x2c\x40\xdb\x36\x00\xc7\x1f\x00\xb7\xbe\x02\xf8\x77\x02\x5c\xa9\x03\x98\xd7\x0a\x70\x3e\x09\x20\x55\x1c\xa0\x21\x15\x60\x5b\x39\x40\xa3\x07\x40\xd5\x4a\x80\xc6\x0a\x80\xeb\x15\xd4\xf6\x72\x18\xe4\x59\x6b\x2a\xe3\xe0\x49\x8a\xfb\x96\xfd\xdf\xfc\x43\xa6\x83\xc6\xb9\x64\xe3\x00\xba\x6b\xe8\xcf\x3b\x7c\x00\xa6\xd6\x00\xdc\x2b\x07\x30\xbb\x02\x70\x5d\x07\xc0\x2b\x02\xe0\xa2\x36\x40\x94\x28\xc0\xb9\xe1\xd4\x2f\x74\xb6\x18\x60\x9b\x07\xc0\xe9\xfb\x00\x87\xee\xd2\xbc\x97\x6b\x9d\x94\x07\xf4\xc6\x02\xd4\xca\xff\x6d\xff\x0b\x17\x31\xfc\x63\xeb\x7f\xf9\xc7\xd8\x3d\x00\xbf\xbc\x01\x44\x36\x02\xbc\xad\xa3\x7e\x98\x67\x8e\x00\x93\x92\x01\xee\x8c\x01\xd0\x4f\x00\xb8\x54\x01\xe0\x6c\x46\x6d\x6a\x68\x21\xc0\xd1\x74\xea\x17\xaa\xd6\x06\xd8\x58\x0b\x50\x3d\x12\xa0\x62\x1f\x40\xed\x45\x80\xeb\x08\x50\x2b\x09\xf0\x39\x17\xa0\xf4\x27\x23\x3f\x91\x62\x4e\xef\xbf\xf8\x47\x19\x00\xdf\x12\xc6\xde\x4d\x00\xf8\xb2\x83\xce\xfa\x6b\x6f\x80\x91\x17\x00\x1e\x75\x03\x48\x78\x03\x5c\x5b\x0b\xa0\x72\x02\xa0\xfe\x15\x80\xb9\x13\x00\xe7\xed\x09\x14\xe5\xec\x3f\x00\x0b\x3a\x01\xca\x36\x01\xac\x8f\x07\x38\x70\x8c\xfa\x41\x38\x9f\xaf\x29\x02\x94\x99\x01\xf4\x3e\xff\xfd\xfc\x1b\x99\x7c\xa0\x35\xcc\x38\xac\x60\x64\x73\x79\xcf\x60\x1d\xc5\x1e\x55\x8a\x5c\xde\x71\x47\x1e\x80\x73\x12\xe7\xf0\x2e\xc9\x1a\x80\xe3\xfe\x00\x3a\xd7\x00\x2a\xaa\x01\xdc\x7b\x28\x27\x8d\x3e\x07\xb0\x67\x09\x90\x9d\xaf\xd0\x0c\xa0\x34\x1b\x60\x57\x11\xc0\xf5\x20\x80\xc2\x4d\x00\x3f\xca\xa9\xef\xea\x4f\xb9\x49\x0c\x1f\x58\xc8\xf0\x21\x2e\xef\xf8\xc6\xe0\x1b\x6b\x8a\x0f\xb4\x28\x36\xf7\x50\xe4\xcc\xf7\x70\x6d\xca\xb3\x95\x12\x00\x8a\xbc\x01\xac\xd9\x00\x3b\xb2\x01\x22\xd7\x03\x6c\xad\x03\xc8\x34\x03\xd8\xd4\x02\x50\xf6\x94\xca\xbd\x5e\xce\xd9\x2d\x01\x7e\xa9\x01\x24\x8f\x61\x78\x0f\xc3\xc9\x67\x31\x9f\xc3\x99\x35\x31\x70\x93\xca\xf9\xc0\xa2\xf8\xf4\x35\xb3\x3b\x9d\xa3\x58\xcf\xdd\xbd\x99\xf1\xd9\xa3\x49\x79\x6b\xee\x76\x00\x0e\x31\x59\x27\x0e\x10\xb8\x12\x20\xbd\x0f\x60\xe5\x46\x80\x64\x16\xc0\x81\x37\x00\x49\x53\x01\xae\x87\x01\x24\xdc\x03\xf8\x51\x0f\x30\x9b\xf1\x0b\xfa\x17\x50\xf4\x60\xee\x0e\x3a\x33\xeb\x97\x3b\x0f\xcf\x69\x1a\x30\xb4\x3a\x50\x3c\xaf\x49\xb1\xf6\x10\xc5\x03\x1f\x81\xec\x2b\x9b\x3f\x8d\x22\xf1\xa1\xb4\x45\xa3\x7d\x94\x26\x02\x2c\xda\x36\xa6\xcb\x73\x0c\x40\x74\xae\x48\xce\xb2\x6e\x80\xd0\x1d\x63\xe6\xec\xb5\x04\x08\x88\x16\xb6\xbf\x54\x0b\xe0\x5b\x20\x34\xb9\x7b\x3e\x80\x33\x9b\x9f\xe4\xa8\x5b\x94\x0d\x37\xc4\x3f\x73\xf7\x7e\x50\xe4\xf2\xaf\xbb\x2e\x8c\xfc\x11\xc3\x88\x1d\xab\xde\x20\x4e\xf2\x94\x0a\x77\x2a\x91\xcf\xeb\xe5\xd5\xc8\x2e\x95\x08\x3a\xc4\x9a\x05\x3e\x31\x34\x10\x8c\x03\x70\x9e\x67\xf0\xc1\xb4\x62\xd4\x4f\x93\x43\xd3\x82\xe7\xe6\xf1\xcf\xd1\xd6\xd0\x1d\x9d\xab\x22\x90\xa2\x2e\x30\xb5\xfd\xcc\x52\xfe\xbd\x93\x6f\x4c\x1d\xdf\xd9\xc9\xfb\x6e\x42\xa8\x46\x1e\xe2\xc8\x00\xb9\x5c\xe5\x62\xc4\xe1\xbe\xd2\xdb\xe5\x77\x23\x0e\xe3\x95\xc8\x92\xea\xe0\xe8\xc1\xe5\x7f\xf5\xf2\x12\xe4\xbe\xda\xa1\xea\x49\x64\xf7\x2b\x10\x30\x24\xbb\xdf\xda\x01\x1b\x92\x35\xba\x28\xdd\x85\x8c\x43\xa0\xa8\x0f\x89\x53\x19\x74\x06\x11\x26\xa9\xf8\x31\x38\x48\x3d\x61\xb8\xb3\x44\xfb\x4c\x8d\x90\x95\x00\x42\x62\x01\x0b\xd6\x37\x00\xf0\xf2\xf8\xdb\x1e\x75\x01\x18\x21\xe8\xfb\xad\x8d\x64\x70\x78\xbe\xa3\xfb\xa8\x2d\xd3\x81\xc0\xac\x99\xa2\x3e\xc9\x67\xab\xab\x93\x27\xf6\xfd\x10\x1a\x93\xf3\x6b\xe1\x2a\xfb\x52\xf2\xfc\x92\x3e\x64\xa4\x12\xc7\x04\x93\x7c\xa0\x30\xab\x59\xc4\xee\xd9\x7d\xa0\x75\x86\x14\x32\x16\x33\x2b\x3b\xf9\x98\x14\x89\xa8\x26\x4d\xf5\x21\x3b\xff\xa2\x27\x19\xe4\x9c\x9d\x20\x76\x90\x30\x98\xb8\xd6\x7b\xe4\xbc\x3b\xdf\x11\x89\x87\x2b\x84\xe1\x43\xfe\xcc\x8d\x73\x2f\x12\x87\x39\x2c\x67\x49\xf2\xb5\x0b\x84\x3d\x89\x9c\x75\xa1\xc1\x24\x0e\xb2\xb4\x76\x2e\x59\x21\xb3\x7b\xe3\x09\x2f\xf0\x74\x4e\x22\xf6\x4d\xef\x48\x9a\x01\x07\x05\xef\xad\x1d\x43\xf5\xc8\x3e\x20\x93\x47\x67\xce\x83\x3c\xc9\x9a\xea\x64\xf2\x39\xab\xe9\x00\xf9\xcb\xd5\xfd\xd7\xc8\x5f\xac\xd2\xa0\xbe\xd8\xa5\x4c\x87\x88\xb8\xc3\x14\xe7\x90\x8a\x7c\x7b\xe4\x83\x88\x5f\x6e\x83\xfb\x1c\x12\xcd\x4a\x7e\x4d\xfd\x70\x73\x2f\x27\x93\x5b\x4c\xfe\xbd\x19\xc4\xde\x5a\xf3\xac\x23\xfa\x4d\x4e\xa4\xf7\xdb\x86\x2d\x2b\x38\x4e\xf5\x28\x72\x97\xd9\x4b\x57\x92\x0b\xf1\x68\x15\x32\x91\xbe\x02\xab\xdd\xf4\xa6\x97\x65\xd3\x42\x0e\xe6\x9f\xa7\x19\xce\x5c\x5e\xb6\x7a\x01\xc5\x15\x64\x3c\x36\x0d\x8f\x25\xd1\x99\x15\xf2\x4b\xc8\xf7\x2f\xd0\x5e\x45\x9e\x8a\xeb\x8f\x73\x0f\xc9\x21\x27\x1a\x43\xff\x1d\x24\xba\xa2\x50\xb1\xd7\x8a\xca\xaf\xa4\x44\x0e\x0e\xeb\xca\xca\xd2\x99\x75\x20\x7b\x4d\x65\x7b\x1c\x91\x5b\x99\x9d\x4f\x56\x5c\x45\x1c\xe7\xdc\xcd\x61\xde\xf4\x06\xda\x81\x09\x7f\xf3\xb2\x5c\x92\x71\x9c\xde\xb8\x82\xcc\xf7\xa2\x37\xeb\xc8\x4e\x32\x8b\x9d\x43\xac\xf1\xf4\x95\x05\xe4\xbd\xb0\xdb\x48\xf3\xb7\xb4\xed\xca\xe7\x73\x50\xa2\xaa\x5a\x98\xca\x3f\x2b\xce\xac\xf0\xad\x52\xc4\xaf\x71\x8e\xc7\x76\x80\x83\x75\x19\x31\x84\x77\xd5\x95\x6d\x25\x4f\x72\x56\xfd\xc4\x78\x0e\x9e\x32\x7a\x44\x32\xaf\x4f\xac\x44\xb2\xc2\x0f\xdd\xa4\x7a\x94\x90\x0a\x3d\x4b\x1d\x36\x93\x1d\x2b\x16\x0a\x88\x3f\x2c\xf8\x7e\x31\xd9\xe1\xdd\xed\xcb\x48\xfd\x2b\x33\x89\x2a\xb2\x2e\xd4\x76\x1d\x23\x7e\xb9\x31\xd5\x75\x8c\x05\x68\x2e\xa2\x78\x63\x9f\x24\xd9\xfb\x5a\x24\x2c\x25\x08\xa6\x46\x91\x7c\xa5\x96\xf6\x6c\xc2\xfc\xaf\xa9\x1c\x21\xfe\xb1\x66\x87\xdb\x6d\x1c\xbc\xb4\xed\x3b\x89\x08\x72\xe3\x84\x27\x89\x1f\x93\xeb\x0f\x8c\x14\x2a\x4d\xe2\xa0\x5f\x40\x15\xd1\xc7\xc1\xfc\xd8\x31\x0e\x1a\x59\x9e\x23\xbc\x51\x79\xe5\x05\xb2\xd3\x0b\xad\xbc\xa6\x48\xe5\x3f\xc8\xa1\xf8\x54\x40\x94\x78\xc0\x9f\x66\x98\x92\x11\x6b\x5b\x4c\x4f\x1c\x4f\x1c\xb2\x88\xe6\x4f\xc6\x1e\x24\x33\xfd\x30\xab\x85\x74\xd6\xbb\x5f\xd3\x43\x6e\x94\xdc\x7c\xc6\x26\xe3\x78\xe5\x3b\xd7\xce\x71\x78\xc6\x4f\x3b\x00\xc5\x68\x80\xf7\xf2\xd4\x8f\xdf\xe1\x08\xa0\xbe\x1d\xe0\x2e\x1b\x40\xa7\x07\xe0\x6a\x1c\x00\x67\x61\x34\xf0\x03\x78\x74\x02\x1c\xff\x08\x10\x66\x03\x50\x35\x1e\x60\xe1\x6e\x80\x83\x52\x00\x99\xd3\x01\x2a\x2e\x00\x14\x74\x00\x70\x64\x1f\xbf\x05\x70\x8c\xc9\x11\xaa\xaa\x05\xf8\xd1\xf0\xdb\xff\xc2\xb5\xbf\xb9\x8a\xbf\xf9\x87\xcc\x7d\x80\xaf\x06\x00\x12\x2d\x00\x5d\xaf\x00\x24\x4d\x00\x9e\xc4\x02\x28\x7c\x06\x68\x5d\x0d\x30\x65\x1a\xc0\x25\x6d\x00\xa3\x5e\x80\xb3\x9f\x00\x9c\x1b\x01\xaa\x7e\x00\x04\x36\x01\x54\x08\x01\xc4\xde\x02\x28\xe1\x01\x58\x35\x09\xe0\x40\x1c\x40\xc1\x2f\x9a\x2b\x7c\xbc\x86\xda\xfd\x07\xbf\x00\x2a\xe4\x00\xfa\xeb\x01\xf6\x30\x79\x43\x5b\x19\xde\xb1\xbe\x95\x22\xeb\x35\x00\x7f\x17\x40\xcf\x44\x80\x51\x03\x00\x2f\x13\x69\x3e\xcc\x3d\x0f\x80\xb1\xad\x00\x2d\x93\x00\x64\xaf\x70\x66\x93\xf2\xc5\x1a\x59\x00\xf3\x41\x80\x92\x52\x00\x6f\x65\xea\x5f\x98\xd3\x45\xed\xfe\x4a\x0f\x80\x5d\x7a\x00\x1c\x7e\xbc\x3b\x0e\xe0\xa4\x18\x00\xe7\xed\x7a\x98\x4c\x7d\x67\xec\xee\xdf\xf2\x57\x1f\xf9\x9b\x07\x0c\x32\xbb\x40\xf7\x35\x8a\x5c\xde\x41\x6e\x75\xd4\x52\x7f\x83\x88\x2b\x1d\x5f\x45\xa0\xbc\x67\x9a\x2c\x40\xd1\x76\x1a\x37\xdc\x19\xce\x39\x21\x52\xdf\x47\xca\x26\x80\x5c\x7b\x80\x1d\x26\x00\xdb\x1c\x01\x4e\x4a\x03\xec\xc8\x05\x68\x9f\xce\x39\x27\x53\x79\xe9\xb7\x28\x2e\xe3\xa3\x98\xc0\xf0\x32\x2e\xef\xa0\x51\xe2\xdf\xbc\xe3\x3a\xa3\xcf\x59\xc6\x4b\x7a\xd0\x0d\x60\xcc\x6b\x80\xbd\x69\x00\x2a\x85\x00\x79\xc7\x01\x6c\xe4\x01\x38\x47\x85\x80\x6d\x00\x59\xad\x00\x89\xde\x00\x6b\xbf\x01\xe4\xaf\x01\xc8\xb2\x03\x38\x19\x09\xb0\xfa\x3d\xc0\x53\x89\xdf\xf2\x17\x33\x79\x42\xd1\xdb\xfe\xe6\x1f\xff\xe6\x5f\x34\xf6\x0c\xd0\x14\x46\xf1\x84\x01\xc5\xfd\xcc\x69\x76\x5b\x35\x80\x44\x07\xc0\xfa\x66\xca\x57\xd3\xfd\x01\x7c\xd8\x00\xc9\x0d\x00\x09\xde\x00\xcb\x2a\x00\xf2\xfc\x01\x92\xd4\x00\x4e\xbe\x03\x58\x54\x04\xf0\xdc\x12\x20\x9e\xc9\x9f\x0a\x61\xc6\xc5\x8f\xd1\xc3\x95\xc9\x63\x7a\xab\xc1\x8c\xc3\x1d\x8a\xd7\xce\x52\x3c\x27\xcb\xec\x96\x0c\xff\xd8\x73\x94\xe2\x5a\xce\x6e\x13\x08\x90\x7a\x06\x60\xf2\x7e\x80\x84\x71\x00\xce\xfb\x01\xe6\xdb\x01\xc4\xdd\x07\x98\x65\x00\x90\xcb\xe2\xec\xc7\x00\x27\x3b\x01\x82\x2c\x01\x9e\xb9\x02\xf8\x4b\x52\x9f\x2c\x97\xf7\x98\x7b\x53\xe4\xf2\x90\x36\x86\xef\x5c\xab\x66\x76\x47\x86\x7f\xd5\xdc\xa7\x78\x80\x19\x8f\x6d\x12\x14\x69\x54\x02\x80\x73\x66\x13\x7b\x08\x10\xa1\x07\x60\xe5\x04\x30\xbd\x1a\x60\x5e\x1a\x80\xeb\x4a\x80\x2d\x31\x00\xb6\x62\x00\x47\x6f\x00\x58\xa4\x00\x3c\x5a\x05\x60\x32\x8e\xca\x9b\x12\x44\x51\x91\xf1\x97\x49\x33\x71\xe6\x5b\x09\x7f\xcb\x3f\xd2\xc4\xc8\xd7\xe2\x21\xd6\x31\xc7\x4c\x84\x98\xad\xd4\xcb\x92\xa4\x7e\xdd\x9c\x7e\x05\x62\x5f\x9c\xf9\x55\x78\xc8\x3e\x37\x4b\x4d\x4f\x6b\xf4\x70\x39\xb5\xbb\x2a\xfc\x33\xc7\x8e\x88\x50\x38\x38\x69\x72\x66\xf0\x88\x69\x52\x2d\xca\xc2\x07\xa7\x0f\xb3\x94\xb8\x38\x61\x7f\x6b\x05\x80\xe8\x18\xc5\x6f\xbf\xb6\x01\xf0\x9b\x49\x91\x7b\x8f\x3c\x0d\x22\xe3\xe8\x7e\xca\x4f\xf6\xd5\xf3\x49\x54\x6e\xad\x3c\x3f\x19\x99\xa2\x29\x32\x64\x17\xdc\xd4\xa1\x4a\x66\x66\x85\x3c\x71\x8f\x41\xd4\x76\x53\x72\x0e\xf6\xd0\xb6\x26\xa7\xd5\x29\x07\x5d\x88\x57\x43\x50\xd1\x4b\x52\x9a\xd8\x2f\xb7\xc5\xee\x24\x02\xe1\x74\x62\x39\xa9\xf0\xe3\x50\x57\xa2\xcc\x41\xdb\x8f\x34\x63\xc5\x7a\xce\x57\x12\x29\x31\x64\x6e\x12\x6b\x31\x7e\x18\x95\xfd\x1c\xac\x95\x97\x68\xa5\xf2\x55\xc9\x8a\xdd\xd4\x4c\xb3\x37\x53\xcd\x6c\xc8\xca\x8c\x3e\xe7\x46\xfc\x00\x7e\xa7\xa7\x13\x2b\x6a\xf2\x2d\x88\xf0\x03\x71\xf2\xb6\x92\x11\xda\x2a\x49\x2c\xf1\xac\x8f\xce\x24\xcf\x23\x52\x7b\x09\x19\xc9\x30\x57\x1a\xb9\x0a\x91\x3f\x4f\x7c\x8f\xc1\x71\xef\x89\x5f\xc4\x8f\xb9\xc1\xe3\xcc\xd8\x17\x5b\x23\xc2\x3f\x5a\xf5\x88\x1f\x28\xc7\x85\xca\x4d\x4b\xf5\x25\x9f\x63\x81\x66\xf9\x06\x44\x50\x79\x76\xf9\xb4\xbe\x82\x4a\x55\x3c\x39\xc5\x8f\xe8\x58\xba\x85\xea\x91\xf2\x63\x3c\x61\x52\xc9\x31\xf6\x31\x1c\x5c\xd2\x1b\xf7\x99\x60\x0e\xf5\x18\x25\xf1\x9f\x21\x3f\x4f\x68\x6d\x27\x4f\x1c\xf7\x96\xca\x8f\x60\x6e\x5e\x07\x91\x5a\x9f\x39\x81\xee\x84\xf7\xa5\x43\x30\xf1\x77\x2d\xd0\x8e\x22\x2b\x24\xf4\x76\x1c\x79\x43\x5c\xc3\x28\xab\x31\xf8\x9e\x42\xf2\x53\x64\x96\x67\x30\x3b\xca\x06\xc6\xde\x6d\x0c\x90\x22\xf6\x76\x7d\x9b\x0d\xc9\xa0\x59\x2f\x4f\x23\x9b\xeb\xbd\x28\x63\x5a\x73\xbb\x86\xec\x05\x59\x1f\x1e\x10\xbb\xbf\xaa\x73\x90\xfc\x65\x32\x93\x61\x9b\x40\xfc\x41\xe9\x77\x23\xc9\x68\x26\x42\x1c\x91\x1f\xd1\x91\x44\xd8\x81\x1f\xa4\x10\x6f\x92\xed\xda\x4c\xb2\x3e\xb5\x26\xad\x27\x56\x5b\xcc\x73\x2b\x93\x9f\x54\xb0\x82\x22\x97\x8f\xed\x8e\xb3\x21\x1e\x91\xc2\xdb\xb3\x48\x06\x73\xa1\x19\x65\x52\x05\x8d\x07\x89\x3e\xdb\xb3\x6f\x92\x38\xdd\x8e\xed\x7d\xc4\xee\x73\x79\x59\x16\xc9\x8b\x59\xb2\x9e\xf2\xdd\xb9\x39\xa9\xc4\x3a\x73\xfd\x71\xce\xad\xd9\xe4\xe7\xc6\x77\x73\xc9\xc9\x66\xd2\xd6\x1d\x24\xce\x3b\x7a\xeb\xde\x9d\x54\x3e\x97\x8f\x1d\x42\xaa\xc7\x21\xa4\x44\xad\xa2\x25\x82\x30\xec\xf2\xd3\x19\x94\x97\x7d\x2a\x23\xdf\x58\x5e\x76\x85\x60\xd9\xe5\x8f\xe4\x46\xfe\xbe\x50\x24\x99\x6a\x85\xe4\x5e\x4a\x6c\x00\x8d\x13\x86\x1d\xda\x48\xd6\x83\x0f\x3b\x9f\x8c\x87\xbd\x43\x21\x99\x10\xdd\xed\xfb\x08\xab\x54\xd2\x28\x27\x2f\xce\xa8\xb5\x55\x2f\xa9\x7c\x2e\x1f\xab\xab\x93\x22\x2b\xe6\xac\x86\x19\xe1\x1d\x67\xa4\x42\xc8\x88\x9d\x3e\x90\x4e\x46\xf2\x94\x11\x65\x74\x27\xdb\x1b\x49\x04\xf8\x04\xff\x2b\x32\x2f\x47\x13\xe9\x99\xb6\x72\x3d\x39\x67\x32\x3c\x30\xc0\x96\xca\x75\xad\xa4\x72\xcd\xe2\x2a\xc8\xf9\x49\xb3\xa3\x3a\x9a\x83\x72\xd5\x34\x7e\x36\xd2\x95\x6b\x71\x2e\x45\x51\x6c\xf1\x92\x24\x23\xd3\xac\x68\x4c\x66\xb6\x39\x26\x88\xbc\x71\x97\xdf\x72\xec\x1e\xc0\x95\x4f\x34\x02\x7a\x45\xf3\x1c\xd9\x71\x2e\x2f\x68\x67\x73\xf0\x42\x6d\x3f\x61\x7c\x75\xc6\x1c\x0e\xf4\x45\x0e\x40\x72\x0c\xc0\xeb\x33\x94\x77\x3c\x92\x04\x90\xbd\x0c\x70\xdd\x05\x40\xc9\x13\xe0\xe2\x0e\x00\x35\x49\x80\xe3\xbc\x00\x06\xf3\x69\x8e\x87\x6d\x2e\xc0\x81\xfb\x00\xbe\x5f\xe8\x79\x3f\x2a\x1b\xa0\x40\x1f\x60\xa9\x17\xc0\xce\x2a\x80\xcd\xe3\xa8\xdd\xe7\x9c\xfb\x77\x8b\x03\x9c\x6f\xa4\xbf\xd7\xe9\x0f\x50\xf4\x0a\x00\xcb\x7f\xf3\x9f\xf5\xcc\x3e\xff\xb9\x08\x60\x6c\x13\xc0\xcb\x5e\x00\xc1\xbb\x00\xf7\x10\x60\x6c\x27\x40\xf3\x10\x80\xc4\x43\xca\x7b\x14\x8e\x00\x54\x25\x03\x68\x34\x00\x94\x0a\x03\x98\x8b\x53\x7f\x82\x9b\x37\xc0\xce\x0e\x80\xc8\x59\x00\xb9\x77\x00\x16\x97\x00\xe4\x2e\x04\xc8\x5e\x05\x90\xfb\x09\xa0\x44\x10\xa0\x40\x01\xe0\xca\x3a\x80\x5d\xf3\x01\xde\xe7\x00\xe4\x7b\xfc\x2d\x9f\x1b\x7f\xf9\xe8\x41\xfd\x09\xff\xf6\x77\x34\x85\x02\x8c\xea\x00\x38\x7e\x9a\xfa\x85\x2a\x3c\x01\x26\x8c\x06\xd8\x73\x9f\x9e\xf3\xf3\x7d\x00\x9c\x7d\x00\x36\x54\x03\x04\x8c\x05\x58\xbb\x02\x20\xee\x36\xc0\x86\x09\x00\xeb\xaf\x03\x6c\x90\x02\x38\xf0\x0a\x80\xb3\xda\x39\x1c\x66\xf3\x31\x80\xb7\x8a\xbf\xe5\xa7\xc6\xfd\xcd\x03\xb8\xbc\xa3\x8d\xb1\x2f\x5c\xde\x51\x17\xc0\xbc\x0d\x66\x00\x3c\x9d\xd4\xee\x8f\xe3\xf0\x9d\x6e\x00\xf5\x46\x80\x6c\xa4\x7c\x35\xe3\x11\x80\x4f\x29\xbd\x3b\xc6\xd9\x37\x56\xde\x03\x58\x73\x88\xc6\xca\x4a\x9b\x38\xa7\x24\xaa\x47\xc6\x14\x80\x9e\x46\x80\x65\xfc\x54\x2e\x97\x07\x70\xf9\xc7\xbf\x79\xc7\x95\x87\x14\x4f\x77\x30\x6f\x27\x63\x7f\xf2\xf5\x01\x86\x0d\x07\xd8\x10\x0f\x20\xe3\x01\x90\xba\x17\x40\x67\x0f\x40\xd2\x0d\x00\x37\x7f\x80\x04\x45\x80\xd9\x3e\x00\x8b\xdf\x71\x76\x04\x80\x45\x5f\xa8\x1e\x8b\xcc\x01\x9a\x6d\x00\x12\x74\x01\x7a\x33\x00\xe6\x08\x32\xf1\x9f\x26\xc6\x0f\xc2\xf8\xed\xda\x76\x53\x39\x37\x19\xbf\xcf\x05\x46\x3e\xcd\xf6\xa3\x63\xcb\xf9\x5f\x8e\x33\xc5\xb4\xdb\x00\xfc\xe1\x00\x8b\x3e\x01\xa8\x8c\x01\x88\xd9\x0e\x60\x17\x08\x10\x65\x07\x10\xfe\x11\x20\x54\x95\x8e\x45\x90\x35\xc0\xbe\x3e\x80\xa0\x6d\x34\x87\x69\x86\x00\xc0\xe7\x98\xdf\x72\xad\x19\xbf\xa5\x29\x2f\xc5\x7b\x0c\xef\xb8\xb4\x94\xe2\x29\x86\x77\x54\x72\x77\x4d\xc6\x8b\xbe\xa1\x85\x62\xd2\x4a\x8a\xb3\xbb\x01\xc6\xf7\x02\x04\xc9\x00\xfc\x3f\xf6\xfe\x3a\xba\x8a\xe5\xe9\x17\x87\x1b\x77\x0b\x1a\x24\x04\x42\x20\x4e\x12\x20\x24\x21\xae\x84\xb8\xbb\x0b\xc4\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdf\x95\x99\x9d\xe3\xe7\xfb\x7d\xee\x5a\xf7\xbe\xff\xfc\x9e\x59\xeb\x9c\x62\x6f\xa8\xea\x9e\xa9\xee\xaa\x4f\x49\xcf\x26\xc5\x02\x80\xdb\x08\x00\xe1\x79\xf8\xd9\x98\x23\x01\x40\x27\x79\x16\xa9\x01\x40\x9b\x06\xc0\x99\xbf\xa5\x9e\x03\x60\xcb\x04\x80\x4f\x1d\xf0\xb8\x68\x69\x7f\xc6\x1f\x8d\xb9\xb0\xdc\xdf\xf2\x4f\x88\xa8\x31\x0c\x81\x77\xce\xf1\x8f\xc5\x1b\x98\xaa\x20\xbc\x2c\xcf\x25\x00\x2e\x9f\xad\x55\x1e\x00\x3e\x8e\x02\x40\x76\x0c\x00\xff\x22\x00\x84\x66\x00\x98\x98\x01\x80\xcd\x0e\xaf\xa9\xb7\x6d\x00\x54\x5f\x02\x00\xf5\x25\x00\x4b\x48\xbf\xe7\x48\x6f\x22\xf0\xe0\x65\x3a\x98\xfe\x86\xbf\xae\x22\xf4\x50\xfd\xe7\xf1\xad\xa7\xe0\x73\x7c\xea\xba\x37\xa0\x27\x24\x5c\x04\xf7\x33\x93\x1f\x3e\x81\xce\x0f\xbf\x7f\xf8\x7c\xff\xb5\x15\x78\xfa\xf4\x1d\xf2\x57\x56\x05\x00\x6e\xb5\x3f\xc5\xd1\x4e\x02\xe0\x52\xf6\x63\xdc\x00\xc8\x03\x20\x0d\x15\x43\xbd\x47\xf7\xfb\x27\x21\x4f\x7a\x9b\xe6\xf4\x1f\x7a\xb4\xb2\x38\xe0\x3f\x47\xcb\x01\x08\x67\x78\x85\xdf\xf8\x75\x46\x2d\x3f\x3e\x83\xba\x28\xd4\x51\x50\xa1\xa8\x51\xc8\x1b\x1b\x8a\x52\xe9\xe8\x3e\x41\x6e\xe4\x0d\x1a\x89\x27\xcc\x49\xa5\x70\x1f\xca\x18\x7c\x73\xa2\x83\x2c\x2e\x31\x9d\x2a\xe4\x6f\x3e\xdf\xf3\x81\x10\x15\x21\x5b\x01\x84\x58\xf0\xdc\x46\xa0\xca\x17\x16\xa2\x1f\xf8\x35\xe2\x17\x90\x9e\x40\x67\xe7\xa2\xdf\xdd\x86\xbc\xa4\x3b\xca\x53\xe8\xdc\x95\xe5\x1b\xcc\x75\x78\x7c\x22\x48\x03\x12\x80\x1c\x7a\x62\x4c\x28\xb4\x90\x1f\x22\x08\x66\x81\xea\x64\xb7\x01\x0f\x3c\x0d\xc0\xdb\x87\x04\xc5\xad\x3c\x84\x54\xd0\x4c\xb9\xe6\x15\xa0\xfa\x18\x27\x92\x1b\xf4\x4f\x58\x35\x32\xa1\x35\xf8\x63\xb9\x1b\xc2\x47\x4c\xad\xb0\x5f\x21\x43\xfc\x42\xd4\xe7\x46\x28\xbe\x74\xc5\x81\xba\x77\xac\x7e\x11\x41\x5e\x50\x5d\x9c\x16\xea\xdb\x92\xe0\x64\x83\xb2\x3a\x1c\xdd\x7c\x90\x7f\x23\x8d\x13\xbe\x70\x46\x5f\x49\x49\xa4\xc3\xe3\xcb\x5b\xc0\x54\x09\xc0\x0e\xef\x27\x0a\x25\xb4\xc7\xe4\x30\xa4\xa1\xcf\x72\x78\x70\xe6\x46\xfa\x11\xbc\xe6\xa5\xd6\x1a\xa1\xf1\xc5\xd9\x57\xa1\x4c\x01\x1f\x02\x17\xb2\x42\x75\x42\x2b\x2f\x4a\x68\xe7\xea\x8c\xb3\x43\xcf\x59\x16\x49\x10\x9a\x35\x0f\x90\x80\xea\x2f\x34\x24\xb2\x10\xba\xc1\x0b\x80\xcb\x1c\x0f\x63\x35\x09\xe0\xf1\x0d\x84\x10\x74\xef\x19\x54\xc9\x32\xf0\xa6\x80\x90\xa5\xc1\x32\x0c\x08\x0c\x9a\x2c\xa1\xba\x94\x1e\x2d\x1c\xfb\xe8\x8c\xc3\x15\x1c\x2d\xa8\x57\x13\x00\xd5\xaf\xf0\x3c\x64\xa0\x3e\x1d\xfd\x0e\x78\xdc\x5f\x8f\xa4\x20\xfc\x21\x44\xa5\x00\xe1\x61\x66\x76\x35\x28\x93\x48\x4a\xa2\x0b\x79\xf5\x77\xc5\xc6\xd0\xfd\xdf\xf8\x62\x31\x0c\x8f\xef\xb0\x05\x53\x67\x35\x78\x1e\x8e\xa7\x70\x85\xd7\x31\x54\xa4\xe4\x8c\xda\x6b\x1b\x42\x38\xc0\xbe\x35\x18\x1a\xd7\xc1\xb6\x14\xee\x93\xc2\x1d\xf9\x00\xad\x00\x8f\x63\x5e\x68\xbe\xd0\x49\x2b\xc5\x18\x79\x4d\x78\x1d\xa8\x43\xff\x9a\xe3\x91\x3e\xe4\xbd\xa9\x78\xcc\x20\xfd\x10\x20\xd9\x94\x43\xfa\x78\xe1\x88\x88\xa4\xdc\x11\x3b\x2c\x70\x15\xa6\xc1\x28\xcf\x21\xc4\x10\x88\x4a\x0a\x65\x68\x02\x63\xe0\x93\x91\x81\xe8\x06\x90\xc2\xfc\x15\xfc\x20\xcd\x07\xc8\xe6\x41\xf3\xf5\xf5\xe8\x81\xf1\x19\xfe\x3e\x54\x01\x74\x86\xde\xcc\x23\x9d\xa5\x07\xe5\x4b\x05\x2b\x2d\x20\x34\xfd\x5d\x19\xae\x53\x92\x94\xc2\xdd\xc5\x18\x2d\x1e\xd0\x7e\x79\x3c\x1a\x80\xe8\x8f\x3a\xc7\x63\x71\x08\xcf\x94\xc8\x86\x0c\xcd\x3c\x7e\x89\x04\x7a\xb2\x71\x2f\xf9\xa0\x71\xe2\xd8\xb5\xa0\x95\x14\x47\xe4\x09\x65\xfe\xe2\x88\x33\xa0\x3b\x89\x61\xee\x80\x22\x94\xa8\xf4\x15\x48\x03\x21\x50\xff\xd8\x39\x0e\x64\x7d\xe6\x04\x9d\xfa\xa2\x36\xf5\x84\x56\xd3\x27\xaa\x00\xe8\x7b\x34\x4f\x18\x4d\x3d\xf0\x8d\x59\x87\xc7\x4d\xc1\x87\x29\xdc\xc7\x05\x40\xc1\xfe\x33\xc8\x3e\x14\xf8\x7d\x85\x16\x46\x1e\x2d\xbc\x93\x72\x89\x35\xa0\x95\x94\x83\xeb\x06\xfd\x92\x5a\x4e\x61\x32\xd4\x4f\x96\xd9\xdc\x00\xcd\x33\xf3\x74\x1e\xca\xe9\xc3\x7d\x65\xe3\xf2\x00\x3c\xc0\x85\xfd\xfd\x5d\x72\x00\xaa\xbe\x00\x70\xff\x0b\x00\x25\x1e\x00\x20\x8f\x03\x90\x98\x0f\xc0\x6b\x1e\x00\xa2\xa6\xcf\xb0\x19\x00\x01\x2c\x00\x90\xd8\x01\xe0\x19\x72\xb6\x03\x01\x70\x50\x86\xfd\xbe\x7d\x10\x00\x0a\x2a\x67\xda\x07\xc0\x44\x0f\x00\x6b\x14\x18\xeb\x38\x72\xc1\xbd\x30\x5e\x02\x00\x74\xec\x00\xe0\x13\x06\xc0\x3e\xdd\xef\xf5\x9f\xf3\xfc\xc7\xc0\x32\x00\x57\x2d\x01\x68\x59\x83\xfd\xfb\xd9\x9a\xbe\xb8\x06\x40\xc6\x32\x5c\x57\x88\x21\x01\xe0\xa9\x09\x8c\xaf\xde\xe2\x03\xe0\xd5\x01\xc0\x27\x66\x38\xde\xa7\xe9\x01\xc0\x92\x1c\x00\xae\x23\x00\x8c\x52\x61\x7f\x7b\x16\xff\x1b\x9f\xf9\x7f\x2c\x00\x3c\x3a\x01\xb0\xb8\x0d\x40\xaa\x15\x00\x96\x59\x00\x34\x5b\x02\x60\xbf\x04\xd7\x41\xce\xc7\xd7\x42\xc4\xdb\x5d\xa5\xf0\xd3\x3d\xc7\x1d\xa5\x2c\x70\x3c\x0f\x75\xb3\xe5\x01\x10\xa6\x09\xc0\x8d\x79\x00\xbc\x68\x00\x78\xa6\x0b\x80\x8d\x36\x00\xef\xb5\x01\x30\x23\x04\x80\xf4\x26\x00\x7a\xdd\xf0\x7b\x96\x34\x3f\x01\x20\xce\x07\x80\x86\xeb\x59\x24\x05\x80\xee\x7d\x00\x3c\xcd\x01\xd0\x77\x04\x20\xc3\x15\x00\xdd\x63\x00\x5a\x46\x60\x3c\x72\xfc\x0a\x00\xd5\x10\x78\x7c\x19\x33\x98\x9e\xe3\x8e\x6a\x66\x98\xe6\x75\x22\x56\xdf\x08\x4c\x03\x10\xdd\x8c\x4e\xf7\x00\xb8\x6e\x04\xe7\x9e\x5e\x94\x03\xa0\x1f\x08\xc0\x67\x13\x00\x34\x1a\x00\x60\x4a\x84\x7b\xa7\xc4\xcc\x00\x50\xf4\x38\xb3\x14\x00\x28\xed\x01\xe0\x79\x0a\xe3\x81\xd4\x62\x00\x94\xdf\x00\xd0\x8d\xf2\xef\x79\x90\xf3\x79\x9c\xe3\x8e\xf3\xbc\x4b\x1c\x3b\x4c\x7d\x11\xab\xd1\x1a\x41\xb5\x6f\x02\xf0\x80\x01\x00\x39\x5e\x00\xde\x7d\x02\x40\x12\x09\x00\x72\x6d\x00\xc4\xfa\x00\xe0\xbf\x00\xf7\x0c\x9d\x59\x00\x21\x35\x00\x3c\xe3\x01\x10\x08\x02\x20\x83\x08\x00\x7e\x31\x00\x7a\x3c\x00\x10\xa4\x83\x73\x94\x4c\xda\x7f\xc6\x21\x75\x08\xab\x78\x9e\x77\x49\x41\xf8\xdd\x30\x84\xbe\xbc\x10\xf3\x32\x47\xe4\x6b\x94\xee\xc0\xb8\x4c\xa8\x1a\x80\x67\x33\x00\xf0\xf0\xc1\x7d\xd3\x6c\xef\x01\xe0\xb8\x0d\xc0\x8f\x6e\x00\xd4\x91\x00\x60\x68\x86\xd7\x26\xf5\x45\x00\x32\x59\x01\xa0\xeb\x02\x60\x30\x1b\x00\x4a\xf8\xb7\x66\x7e\x7b\x67\xc1\x6b\x44\x3d\xf7\xb7\xe7\x20\x0f\xd3\xdf\xf0\xcf\x4f\x98\x3a\x72\xc3\xd4\x60\x00\xa6\x32\x08\xfd\xfd\x50\x07\xe0\x2a\x1e\x00\xb4\x66\x00\x60\xd9\x01\x40\xb6\x05\xe7\xed\x08\x04\x01\x50\x59\x06\x00\x6b\x1c\xd6\xcb\x7b\x59\x00\x72\x34\xe0\x1c\xed\x60\x13\x00\xc8\x88\x73\x06\x0f\x10\x7d\xe3\xd7\x10\x3d\x7c\xf9\x08\x6b\xf4\xd7\xfc\x93\xbb\x0e\x4c\x2d\xf4\x61\xaa\x8e\xb0\xa2\x22\x88\x3e\x66\x1a\x6f\x98\xe2\x3a\x01\xf0\x0a\x05\x80\x37\x53\x00\x30\xac\x00\xf0\xd8\x00\xce\x4f\xdd\x7b\x0a\xcf\xe3\x9a\x22\x00\xd9\xa3\x00\x5c\x74\x01\xa0\xbf\x19\x00\x80\xa8\x9d\x5f\x40\xe4\xa3\xc0\x47\x98\xfe\x96\x7f\xfa\x0b\xfe\xb1\x41\x44\x6d\x3a\xf6\x30\xfd\x85\x88\x22\x39\x75\x2f\x40\x79\x98\x4f\xec\x57\xa0\xae\x01\xa4\xea\x3b\x3c\xf7\xa9\x00\xb8\x28\x73\xd3\x96\x02\xd2\xe9\x55\x7c\x79\xc8\xcf\x5c\x54\x77\x85\x3b\x23\xb8\xd2\x11\x35\xc7\x2e\x7a\x98\x1e\x23\x20\xc3\x1f\x71\xd0\x79\x77\xaf\xf7\x14\xc8\x06\x50\x57\x08\x3c\x8e\x7e\x25\xf4\xba\x5a\x20\xfb\xe9\x31\x94\xc9\xe4\x50\x7e\x09\xad\x68\x92\xa0\x77\x50\x96\xe1\x99\x1a\x26\x42\x83\xb8\xb4\xb7\x20\x7b\x89\xf1\x92\x14\xd2\xf1\xbb\x7b\xb2\x90\xe3\x47\xf3\x74\x84\x10\xd3\xab\x6f\x49\x10\xd6\x7c\x85\xd2\x0e\x3d\x53\xe4\xa3\x0d\xe8\xdc\x2d\xd2\x27\x78\x1e\x57\x21\xbb\xee\x33\x0e\xf7\x6b\x3b\xa0\xde\x83\xfc\x8b\x3e\xd2\x2b\x68\xc7\xfe\x52\xfe\x00\xd5\xe7\x78\x4c\xf0\xa1\xbc\x3f\x55\x07\x31\xd4\x85\xfc\x21\x82\x1c\xca\xd2\x5f\xea\xa2\x41\xd8\x77\xda\xd9\xbb\xd0\x33\xa3\x96\x87\x33\x49\x54\x0a\xf0\x39\x60\xca\x6c\x6b\x48\x22\xd9\x70\x34\xe4\x7f\xbf\xfd\xa8\x85\x90\x04\x49\xe5\x02\x64\xd7\x3f\x46\xc0\xf3\x40\xdf\x81\xe2\x3b\xed\xd7\x10\x97\xfe\x7d\x6c\xa8\x7b\x42\x5e\xf7\x2b\xb4\x43\x05\x68\x29\xa0\x7c\x03\x63\x11\x13\xe4\x25\xce\x71\xd8\xd3\x45\x6e\xc4\x8e\xe6\x43\x20\x66\xc1\xca\x07\xd0\x93\xe1\x5f\xfc\x0a\xfd\x62\x2c\xbf\x07\x5c\xe1\xe2\xbd\x60\x04\xe1\x0f\x5e\xd1\x50\xc8\x63\xf1\x00\xd8\xef\x73\x72\x8e\x41\x1d\xb5\xac\x88\xf7\xe7\xd0\x42\xe7\xa3\xce\xf3\x70\xca\x79\x54\x90\xbe\x85\x91\xe0\x2a\x1b\x33\x3b\x1f\x44\xcf\x71\xd8\xdb\x71\x49\x68\x47\xdd\xe2\x92\xd9\x83\xc7\x97\x2f\x87\xe9\x39\x1e\x53\xf0\x20\x82\xce\xc9\x2b\x49\xf0\x4f\xc2\xdf\xeb\x42\xfa\x51\x58\xf6\x83\x90\xb6\xc2\x50\x2e\xf4\x4b\x2e\xb2\x48\xf0\x2f\xb9\x4a\xe1\xef\x42\xd0\x0a\xce\x4b\xa9\x8e\xb0\x41\xf7\x25\x89\x25\xf0\x10\x9e\xb5\x38\x34\x0e\x6d\x12\x9c\x9f\xc2\xb3\x87\xeb\x93\xcf\x57\x54\x20\x7f\x7b\xf1\x85\x0e\x22\x82\x30\x44\xec\x78\x63\x94\x27\x90\x04\x83\xe5\x2f\xd0\x37\x06\x36\x3c\x07\xf0\xf7\x70\x46\xcb\x30\x14\xce\x20\x19\xe0\xa6\x41\x1d\x79\xfa\x62\xcd\x90\x86\x75\xf0\x17\xa0\x3b\x55\x79\x03\xe1\x0f\x09\x71\xe8\x6f\xf9\xf0\x7f\x41\xeb\x90\x69\x44\x09\xb2\x60\xc4\x75\xda\xd0\x67\x2c\x3d\x03\x12\x00\xe5\x07\x8d\x11\xeb\xd2\x12\xb1\xb2\x1d\x10\x95\x78\xa7\xbd\xa7\xd0\x0a\x77\x62\xfd\x02\x69\xd6\xb1\x99\x1b\xb2\x89\x8e\xd6\xaa\xd0\x7e\x71\xc0\x70\x82\x70\x88\xfd\x5e\x1c\x9c\x37\x43\x81\xf3\x42\x36\x64\x53\x50\x87\xa0\xb9\xeb\x61\x13\x00\x82\x76\x8a\x50\x96\x86\x23\x0a\xae\x13\x52\x4d\x19\xc1\x38\x4c\xdb\x02\xaa\x87\xa1\x8e\xd8\x42\x9d\x18\x37\x7d\x9d\x11\x96\xce\x13\x91\x81\xfe\x2b\x1e\x0b\x7a\xf0\x19\xf2\x4d\x01\xcb\x5c\x10\x92\x0a\x44\x57\x81\xf6\xc9\x79\x9e\x2c\x60\x38\x06\xda\x57\xfe\x95\xd5\x70\x9f\xd9\xad\x31\x08\x1f\xfa\x18\x1f\x57\xfd\x9e\x8f\x63\x0c\xb5\x80\xe6\x41\x8c\x0f\xff\x0e\x0c\xde\x43\x37\x08\x7f\x3e\x27\x87\xdf\xbf\x7a\x5d\xd9\x1f\x91\x69\x0e\xb7\x85\x69\x6c\x19\x4c\xe3\x5b\x91\xa1\x95\x15\x8f\xf2\x09\x5a\xc1\xb1\x21\xb0\xa6\x63\x1d\x15\xa0\x9d\x16\x5d\x09\x4b\x8e\x61\x0c\x83\xfb\xfb\x05\x0b\xbf\x41\xdf\x5f\x82\x7f\xe9\x2e\x32\xe7\x2c\xde\x6c\xc1\x07\xe0\x16\x2e\x00\x95\x14\x00\x5c\xd3\x06\x20\xab\xe8\xec\xde\x01\x88\x3b\x06\xe0\x2e\x31\xec\x6f\x1f\xa5\x03\xe0\xec\x08\x00\x4a\x04\x00\x76\x51\x00\xe0\x8d\x03\x60\x61\x0f\x00\x25\x15\x8c\x35\xce\x56\xb6\x16\x1f\x9c\xdb\xd7\x12\x05\x40\x95\x14\x00\xbd\x54\x00\xec\x23\x00\xd0\x23\x05\x20\x24\x0a\x00\x03\x31\xb8\x86\x72\xa6\xdd\xb3\xf1\xcf\xeb\x20\xba\x25\x88\xf8\x16\x61\xd3\x8a\xcb\xe0\xba\xcf\x6f\xb8\x83\x10\xfe\xde\xfb\x0e\x00\x77\xb8\x00\xb0\x69\x03\xe0\x11\x13\x00\x26\xd8\x00\xa0\xdf\x05\x40\x47\x1a\x80\xcf\x96\x00\xa8\xdf\x01\x80\xbe\x04\x00\xd5\x01\x00\x84\x9e\x03\x20\x7f\x86\xcb\x52\x00\x50\x5f\x85\x7b\x3f\xce\x7c\xde\x19\xb2\xd4\xa0\x87\x63\x58\x5d\x0f\x00\x26\x3d\x00\xd0\x4e\xfd\x73\x3f\x48\xcd\x99\x55\x30\xf9\x03\xee\xe8\x80\x69\x10\x22\x3b\xea\x8c\x88\xef\x4d\x63\x01\xb8\x89\x01\xf7\x75\x3c\x2f\x3c\x5b\xe5\x00\xe0\xaa\x03\xa0\x30\x05\x00\xcd\x38\x00\x32\xb7\x01\xe0\xf9\x09\x80\xa8\x36\x7c\xbe\x4e\xb2\x0d\x00\x4b\x09\x00\xce\xa2\xae\xb3\xb8\x41\xc1\x07\xc6\x7a\x8a\x25\x00\x4c\xb5\x01\x20\x8b\x38\xfb\x2e\x8c\xa8\x1b\x9e\xd7\x7b\x72\xce\x51\x38\xc2\x4a\x9d\xe3\x1f\x67\x3d\x98\xea\x28\xc0\xf4\x6c\xcb\x3f\xa8\x04\x40\x6c\x06\xae\x93\x09\x6b\x01\x40\x1c\x02\x00\x77\x28\x8c\xcb\xf8\xae\x01\x70\xb6\xe3\x39\xc5\x00\x30\x5b\x00\x80\x13\x05\x7e\x1e\x5c\x18\x70\x4f\x17\x17\x05\x00\x13\x21\x00\xb0\x23\xf2\x62\xe7\x38\xe4\xdc\xef\xa7\x23\xba\x06\x22\x97\x60\x7a\x8e\x7f\xec\x11\xdf\xeb\xe8\xc3\x78\x51\x08\x81\xda\xb9\xaf\x02\xf0\x78\x17\x00\xf6\x45\x00\xf0\xef\xc3\xef\xc6\x3e\xfb\x8f\x5a\x1e\x80\x33\x8b\x47\xd3\x08\xf7\x04\x53\xd6\x01\x10\xd1\x02\x63\xa5\xb3\xe7\x41\x47\x06\xc0\x82\x0f\x00\x9f\x11\xef\x20\x42\x43\xf8\xb9\xbc\x5f\xb0\xdc\xa4\x64\xc4\x6e\xc8\x84\xe9\x39\xfe\xb1\x84\xbb\xf8\x7e\xf3\xfb\x82\xaf\x60\x4a\xab\x0d\xc0\xb5\x56\x00\x28\xd6\x00\x40\xc7\x05\xe0\x0b\x37\x00\x54\xe9\x00\x10\x6a\x01\x20\x51\x0b\x63\x12\x73\x3d\x00\xde\xe3\x01\x10\xf3\x05\x80\x37\x66\x70\x7e\x0a\x45\x1f\x80\x0d\xdb\x3f\xe4\x41\x10\xef\x97\x4a\x43\xe0\x9c\x73\xbf\xeb\x8f\x38\xcd\xea\x8c\xd0\x97\x31\x62\x1e\xca\x08\xfd\xf0\x22\xf0\x09\xf1\x59\x2c\xc6\x0f\x00\x26\x37\x00\x4f\xa7\x60\x1d\x91\x54\x02\xf0\xf0\x08\x00\xd1\xb7\x00\xdc\x7f\x07\xbf\x8f\xeb\x2e\x3e\x5c\xe3\xbc\xa2\x0f\xe7\xa7\x2e\x4d\x00\xb0\xd9\x04\xc0\x85\xaf\x08\x1c\x82\xa0\x49\xd1\xb0\xdc\xbf\xe2\x1f\x4b\x84\x5e\x74\x10\x5e\x55\x5a\x18\xa6\x6c\x8e\x30\x25\x40\x58\xd7\x87\x6a\x00\xdc\x7c\x09\xc0\x0d\x6d\x00\x88\x10\x7f\x27\xc1\x07\x53\x9b\x7d\x98\xc6\x2f\xc2\xb4\x05\x36\xf4\x60\xf7\x2b\x4c\xa1\x9e\x31\x7e\x78\x1e\xe7\xf8\xc7\xfb\x32\x4c\x6d\x11\xf5\x5c\x7d\x44\x37\xa3\x7c\x12\x4c\x85\x11\xfd\x4b\xb4\x87\x30\xc5\x40\xe0\xf9\x3f\x5e\x44\x88\x39\x4b\x22\x2c\x9c\x2d\x22\x33\x71\x9e\x73\x3c\x3f\x49\xbd\x36\x84\x98\xc7\x1f\x70\x90\x1f\xa2\x5f\xdc\x01\x91\x0f\x33\x21\x80\xfb\xa2\xce\xf3\x60\x88\xa2\x02\x60\xde\xbb\x07\x69\x86\xf0\xe4\x01\x74\x37\x0f\x82\x5f\x21\xe2\xdd\xe7\xeb\x57\xa1\xfe\xca\x47\x9c\x9f\x21\x8f\x80\xa4\x28\x02\x79\xa6\xfb\x94\x70\x0b\xd6\x1d\xb6\x70\xe8\x44\xd7\x4d\x9c\x0a\x08\x6b\x5f\x5f\x9a\x62\xff\xfb\x3c\x5c\x1e\xc1\xf9\x2f\x63\x94\x4b\xd0\x5d\xa8\xe4\xde\x86\xbc\x92\x88\xfc\x4b\x68\x65\xb0\x91\xa1\x42\xfe\xe5\xab\x07\x26\x84\x1a\x50\x01\x3e\x02\xe1\x7f\x41\x68\xf2\xd3\x9b\x9b\xd0\x1e\x23\xd0\x26\x80\xfc\x1d\x2e\x12\x3f\x64\x03\xf1\xf0\x0d\x20\x3d\xe0\xa4\xc3\x79\x07\x4c\x94\x7c\x48\x6f\x6f\xc7\xfb\xa0\x93\x36\x6f\x85\x8e\xa0\x79\x3d\x85\xf2\x54\x26\xae\x30\x7a\x50\xaf\x45\x81\xee\x57\xda\x03\x13\xe2\xe2\x62\xff\x04\xf9\x7f\x2a\x40\x02\xf5\xdd\x62\xb6\xc2\xf8\xeb\x2e\x39\x3d\xc2\xcf\x7c\xaf\x83\x29\x93\xc1\x3d\x08\x29\xd2\x97\xe2\x41\xcf\x90\xfe\x88\x0b\xca\x4b\xd1\x8f\x6b\x40\x7d\x3a\xf4\x17\xe0\x4a\x0a\x1d\x5d\x06\x54\x49\xa3\xc1\x6f\x87\xfc\x0a\x45\xc8\x1a\x94\xf9\x21\x82\xce\x25\x6b\x49\x62\x43\xd5\x08\x19\x49\x38\x1f\xc6\xfd\x98\x1a\xea\xa6\xa1\x13\x65\x82\xf0\x1f\x01\x0a\x3b\x34\xee\xab\x56\x18\xdc\x5e\x24\x13\x42\x44\x5e\xa2\x88\x9d\x2c\xb4\xff\x00\x8a\x29\x84\xc8\x08\xa0\x6f\x84\xa8\x58\xfb\x21\x8a\xaf\x0c\x55\x46\x04\xef\x3a\x42\x79\x0f\x01\xda\x58\xa8\x0e\xc5\xe7\x06\xff\xa2\x2e\x8f\xf1\x14\xa4\x01\xf8\x0d\x7c\xbf\x1e\xc1\xf5\x41\xbe\x71\xb8\xcb\xf9\x07\x15\x0f\x84\xae\x49\x5c\x05\xa1\xce\x83\xf7\x2b\x70\x57\xc9\x43\x76\x69\xc4\x0e\x52\x40\x74\xde\x9d\xaf\xa0\x73\x3c\xa6\x52\x84\x0f\xbd\x51\x47\x59\x9e\x15\x42\x08\xaa\x12\xf0\x89\x38\x65\x3d\xf8\xcd\x04\x4a\x88\xda\xbc\x12\x80\x4f\x9c\xc9\x91\xc1\x27\xef\x65\x91\xf6\x1f\x00\x20\x2c\xcd\x07\xa1\x39\xce\x4a\x51\xc8\x52\xd2\x50\xca\x42\x1e\xe6\x1c\x87\xa1\x0a\xa8\x40\xfa\xb8\x0d\x34\x10\xe3\xeb\x23\x76\x90\xe9\x15\x98\x9e\xe3\x31\xc3\x50\x78\x2f\x1b\x37\x33\x9f\xc0\xdf\xcb\x42\x08\xcb\xb0\xc8\xe2\x2e\xfc\x19\xee\x9b\x36\x44\xcd\x85\x6c\x80\x9e\x6b\x27\xd4\x51\xa3\xab\xbe\x9a\x0a\x00\x17\xb5\x1c\xb4\xbb\xbe\x2b\xc3\xdd\xcd\x24\xd7\xd4\xa1\x79\x61\xf9\xc0\xb8\xe8\xa9\xb3\x21\xd4\xed\x74\xc9\xd3\x02\xb1\x2b\x6d\x10\xfd\x41\xe7\x78\xcc\xb9\xf8\x19\x34\x23\xc7\x66\x02\x08\xef\x39\x99\x30\x43\xbd\xa4\x8e\x7e\xd2\x50\x67\xa0\x43\x8a\x09\x94\x51\x73\x88\x80\x11\x8c\x83\x4f\x26\x64\x1b\x6c\x27\x9b\x21\xdb\x6d\x43\x36\xa7\x04\x00\xeb\x1d\x75\x5f\x78\x3d\xc2\xab\x9b\x10\x1b\xc6\x7f\xe8\x0a\x56\x10\x0e\x7a\xe4\x69\x87\x88\x24\xcf\xf1\x98\x37\xa2\x02\xf0\x3b\x1e\x43\x86\xf4\x1f\x98\x47\x00\xe3\x31\x32\x26\x18\x7f\x69\xc1\x95\x5f\x7f\x64\x03\xe8\x2c\x8d\xdf\x96\x27\x94\xd7\xf5\x19\x87\xeb\x97\xbe\x1e\x8d\x90\xa6\xbd\xf1\x26\xa1\x9d\x77\xe1\xc2\xc5\x8b\x97\x2e\x5d\xbe\x7c\xe5\xca\xd5\xab\xd7\xae\x5d\xbf\x7e\xe3\xc6\xcd\x9b\xb7\x6e\xdd\xbe\x7d\xe7\xce\xdd\xbb\xf7\xee\xdd\xbf\xff\xe0\x01\x12\xd2\xc3\x87\x8f\x1e\x3d\x7e\xfc\xe4\xc9\xd3\xa7\xcf\x9e\x21\x23\x3f\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xa1\xa0\xbc\x7e\x8d\x8a\xfa\xe6\xcd\xdb\xb7\x68\x68\xef\xde\xa1\xa3\xbf\x7f\xff\xe1\x03\x06\x06\x26\x26\x16\x16\x36\x36\x0e\x0e\x2e\x2e\x1e\xde\xc7\x8f\xf8\xf8\x04\x04\x84\x84\x9f\x3e\x7d\xfe\xfc\xe5\x0b\x11\xd1\xd7\xaf\xc4\xc4\x24\x24\xa4\xa4\xdf\xbe\x91\x91\x91\x93\x53\x50\x50\x52\x52\x51\x51\x53\xd3\xd0\xd0\xd2\xd2\xd1\xd1\xd3\x33\x30\x30\x32\x7e\xff\xce\xc4\xf4\xe3\x07\x33\x33\x0b\x0b\x2b\x2b\x1b\x1b\x3b\x3b\x07\x07\x27\x27\x17\x17\x37\x37\x0f\x0f\x2f\x2f\x1f\x1f\x3f\xbf\x80\x80\xa0\xa0\x90\x90\xb0\xb0\x88\x88\xa8\xa8\x98\x98\xb8\xb8\x84\x84\xa4\xa4\x94\x94\xb4\xb4\x8c\x8c\xac\xac\x9c\xdc\xcf\x9f\xbf\x7e\xc9\xcb\x2b\x28\x28\x2a\x2a\x29\x29\x2b\xab\xa8\xa8\xaa\xaa\xa9\xa9\xab\x6b\x68\x68\x6a\x6a\x69\x69\x6b\xeb\xe8\xe8\xea\xea\xe9\xe9\xeb\x1b\x18\x18\x1a\x1a\x19\x19\x1b\x9b\x98\x98\x9a\x9a\x99\x99\x9b\x5b\x58\x58\x5a\x5a\x59\x59\x5b\xdb\xd8\xd8\xda\xda\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x7a\x79\x79\x7b\xfb\xf8\xf8\xfa\xfa\xf9\xf9\xfb\x07\x04\x04\x06\x06\x05\x05\x07\x87\x84\x84\x86\x86\x85\x85\x87\x47\x44\x44\x46\x46\x45\x45\x47\xc7\xc4\xc4\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\xa7\xa4\xa4\xa6\xa6\xa5\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\x16\x15\x15\x17\x97\x94\x94\x96\x96\x95\x95\x97\x57\x54\x54\x56\x56\x55\x55\x57\xd7\xd4\xd4\xd6\xd6\xd5\xd5\xd7\x37\x34\x34\x36\x36\x35\x35\x37\xb7\xb4\xb4\xb6\xb6\xb5\xb5\xb7\x77\x74\x74\x76\x76\x75\x75\x77\xf7\xf4\xf4\xf6\xf6\xf5\xf5\xf7\x0f\x0c\x0c\x0e\x0e\x0d\x0d\x0f\x8f\x8c\x8c\x8e\x8e\x8d\x8d\x8f\x4f\x4c\x4c\x4e\x4e\x4d\x4d\x4f\xcf\xcc\xcc\xce\xce\xcd\xcd\xcf\x2f\x2c\x2c\x2e\x2e\x2d\x2d\x2f\xaf\xac\xac\xae\xae\xad\xad\xaf\x6f\x6c\x6c\x6e\x6e\x6d\x6d\x6f\xef\xec\xec\xee\xee\xed\xed\xef\x1f\x1c\x1c\x1e\x1e\x1d\x1d\x1f\x9f\x40\x27\x4a\xff\x57\xff\xff\xab\xff\xff\xd5\xff\xff\xea\xff\x7f\xf5\xff\xff\x4d\xfd\x03\xa0\x2c\xa7\x05\x21\xed\x4b\x17\xde\x00\x70\x01\xfc\xf9\xfa\xa7\xcf\x17\x2f\x80\xdf\xbb\x7a\x4f\xff\xff\x71\x3d\x3f\xce\x3a\x71\x3b\xd9\xfa\x3f\xe6\xe3\x39\xa0\xdf\x61\xd8\x30\x59\xa5\x5d\x3a\x5c\x7a\xbf\x98\xbd\x7c\x6f\xd9\x78\xdd\x7e\xfb\xf2\x61\xe6\xff\x80\x57\x6f\x9f\x79\xd3\x7b\xc5\x66\x3e\x66\xaa\x60\x0c\x77\x24\x6a\xc8\x68\x30\xb5\xbf\x6b\x30\x70\x70\x78\x2c\x7b\xf6\xd9\xca\xb7\x83\xec\xff\xc8\xbd\xb3\x7f\x7f\x5d\x63\xe1\xc6\x64\xf2\xf0\x5a\x5f\x44\x57\x7e\x5b\x46\x33\x76\xe3\xbd\x86\x47\xf5\x8c\xf5\x06\xcd\xf7\x5b\x32\x7b\x9f\x8c\xef\xae\x89\x1c\x71\xfe\x1b\xfb\x21\xca\x46\xdf\xc2\xa3\xf1\xba\x81\xdd\x2e\xb4\xe6\xe6\xba\xfa\x4a\xde\x92\xf6\xc2\xfa\x82\xe3\x7c\x9c\x3c\xe1\x7c\xcf\xc2\xad\xb2\xb4\x3a\xea\x1e\xcf\xc9\x9e\x75\xf1\xd3\x89\x7f\xe2\xdf\xbd\xbf\x72\x6f\x1a\x79\xb0\xa1\xf3\x67\xd3\xeb\xaa\x82\xe2\xd8\xbc\xed\x4c\xc1\x14\xab\xc4\x4b\xf1\x5f\xe3\x90\x62\x31\xe2\x52\x12\x03\xd2\xbd\x8b\x09\x1b\xf2\x7b\x2b\x66\xee\x6e\xce\xfe\xc3\xf4\x65\x17\x6b\xc6\xbd\xfb\xae\x34\xb7\x57\xbf\x2f\x1e\xc8\x41\x49\x21\x8d\x27\x89\xf4\x0c\x09\x09\xbc\xe1\xe7\xe9\x9b\xec\x4b\xe2\x6b\x18\xd4\x17\x7d\x27\xe3\x5d\xd9\xa5\xe6\x5f\x83\x56\xf3\xdc\x7b\xf4\x7f\xe6\xdf\xe7\x5c\x8c\x1f\x53\xed\xfe\xd8\x48\x53\x66\x9b\xab\x9b\x5a\x16\xeb\x17\x76\xd5\x2f\xdf\xeb\xa7\xcb\xb2\x43\x98\x9d\xaf\xcd\xa1\x8d\x86\xc3\x3d\x97\x9b\xfe\x98\xb1\xcb\xd9\x2d\x15\xc6\x6d\x04\xa3\x7c\xcb\xee\x47\x8b\x7f\x94\xb0\xfe\x64\xa2\xb9\x47\xa6\xa1\xbc\xd4\x24\x2b\x27\x21\x33\xfc\xc8\xbf\xd7\xbd\xdc\xc1\xd5\xaa\xc8\x94\xcc\x60\x45\x2f\x45\xd7\x58\x67\x47\x5f\xdf\xdc\xd1\xd5\x3e\x68\x3d\xe1\x49\x3e\x7b\x2d\x51\x77\xe6\x94\xe2\x66\xe5\xef\xfc\x07\x99\x0b\x4c\x03\xc5\x4d\xb3\xa5\x8d\x59\x9a\xf1\xae\xa1\xcc\x3e\xf8\xce\x9a\x56\xbf\x8c\xa4\xb5\x45\xd5\x8a\x95\xc8\xe4\x59\x7f\x66\xc8\x5f\x52\x26\xd6\x9d\xb5\x7e\xe5\x51\x17\xb6\x9a\x2a\x5e\x9c\xda\x7c\x71\x48\x79\x31\xe9\x30\xe6\xb7\x67\xf0\x73\x72\xba\x73\xbe\x8a\x36\x67\x2d\x41\x32\x64\xd0\xeb\xb9\x7d\xa1\xd9\xa1\xee\xa9\x2a\xff\xcf\x6d\xc9\x53\x51\x42\xa1\x39\x81\x23\xa1\x5b\x12\xf7\x55\x9c\x0d\xc7\xec\xbd\x7c\xe3\x63\x6c\xb2\x09\xab\xb8\x3a\x0b\xa7\xf0\x37\xfb\xcf\x25\x6c\x68\x8d\x0e\xb7\x88\x14\xfb\xa7\x0c\x86\x27\xfb\xa0\x39\xa0\x9a\xec\xe9\xdc\x56\xec\x94\x0e\x16\xce\xe0\xa1\x60\x8f\x64\xf1\x62\x7e\xcc\xfa\x49\xe0\xaa\xdc\x03\x2d\x24\x73\x6c\x57\xad\x90\x1f\xc9\x4a\x45\xb3\xcd\xb4\xc3\xe8\xcb\xc6\xc7\xbe\xb0\x84\x35\xa5\x81\xc1\x86\x8f\xb9\x05\x71\x8d\x01\x68\xce\xe6\xa6\xc7\xda\xe2\x0a\x43\x92\x34\x02\x2f\xd8\x39\x18\x47\xa9\x23\x28\x70\x29\x54\x69\x93\x39\x64\x45\xab\x15\x7f\x18\xa0\xd9\xae\xf9\x7a\xc5\x52\xe7\xf0\xd4\x14\xf6\xde\x9b\xe5\xde\x0b\x82\x25\xac\x88\x0f\xf8\x54\xa3\x67\xfa\x45\x1a\x79\x12\xda\x08\xe9\x31\x2a\x8d\x49\xb6\xf2\x77\xb2\x51\xd3\x2b\x92\xf5\x13\xd1\x12\x6c\x13\xee\x90\xc5\x30\xc5\xf1\x25\xca\xe8\x68\xf8\x9a\xff\x72\x47\x0b\x4b\x4a\x67\x2f\xe7\xe8\x30\x98\xcc\xdb\xb2\x85\x25\xac\x6a\xf6\x9b\x57\x11\xa6\x1b\x84\xec\xbb\x04\x99\xbf\xd6\xa8\x91\x8d\x14\xdc\x61\x57\xa2\xf7\x24\xfb\xfe\xa9\x09\x47\xea\xbd\x29\x96\x00\x11\x21\xed\x3b\x8e\x0e\xf1\x87\x2a\x77\x8d\xb6\x9d\x92\x83\xdf\x27\x8f\x96\x88\xb6\x2a\x8d\xf9\xae\x2f\x21\xee\x82\xa4\x4f\xba\x7c\x22\xa9\x35\xd0\xd0\x21\xdc\x60\x40\x39\x40\xfc\x02\xf7\x97\xef\x74\x14\x66\x9f\x8b\xb0\x8f\xde\x95\xa2\x6e\xa3\x57\x12\x24\x50\xe2\xb1\x5e\x16\xce\x52\x88\x31\xb0\x75\x48\x0c\x48\x4a\x0c\x2f\xac\x69\x5a\x1a\x6e\x58\x7d\x82\x90\x20\xdc\x57\x53\x31\x18\xb8\xea\xb7\x67\x97\xa8\xd3\x2e\xcf\x23\x14\xc6\x46\x4b\x9b\xf4\x4d\x8e\xd0\x1b\xdb\xef\xc3\xe3\xf7\x6d\x18\x46\xf8\x24\x64\x69\xcc\xd7\x85\x1e\xc9\x53\xe9\x6d\xd8\xb5\xfa\xcb\xc7\xb7\x15\xf8\x35\x46\x0c\xbb\xaf\x14\xc0\x12\xb6\xf1\x87\x64\xb3\xf8\x93\x8c\xed\x6e\x69\xa6\x68\x35\xca\x51\xf2\x6b\xb2\xfe\xa4\x17\xa1\xe0\x24\x96\xf9\x2c\x83\xbf\xf9\x91\x07\xff\xf6\xa7\x26\x72\xc7\x1f\xc3\x42\x4f\xe4\xf1\xf5\xba\xec\xe6\xfc\x79\x13\x3e\x17\xd8\x35\x3d\x18\xf2\x5d\xa9\x3f\x2d\x3e\x93\x30\x7b\xaf\x35\x26\xf7\x71\xa8\x9b\x03\xba\x56\xbc\xc4\xa1\x24\x9a\x50\x05\x57\x35\x2b\xfd\x77\x16\xda\x27\x14\x1e\xa4\x86\x24\xcf\x49\xad\xbe\x59\xd1\x10\xb1\x24\x08\xb3\x2a\x7e\x35\xe8\x70\xc4\x09\x90\x4a\xb4\x29\x72\x6a\x46\x1d\x71\x5c\x4d\x84\xe7\xb0\x3c\xda\xb5\x51\xc4\x11\xdd\xe8\xac\xaa\xf7\x4d\xea\x93\x94\x84\x54\x83\x28\x9d\x80\x3a\x17\x32\xab\x2c\x93\x07\x03\x31\x1d\x26\x3d\x25\x03\x11\x53\x19\x97\x80\x98\x81\x8a\xb6\xb1\xb7\xb3\x72\x30\x7b\xca\xb3\x12\xf1\xd6\xa0\xb1\xdc\x0d\x67\x58\xc2\x56\xc9\xa0\x57\xa5\x40\xe2\x57\x4f\x1e\xa3\x7e\xb9\x2b\x8a\x19\x2a\xcf\x14\x18\xa5\x86\xc4\x84\x05\x96\x79\x4f\x39\x8b\x38\xbc\x39\xa3\xb9\x74\x78\x34\x85\x52\x64\xd0\xd5\x6b\x2c\xc6\xdd\x5b\xc3\xe7\xd2\x97\x2b\xbb\x3b\x96\x26\x47\xb6\x11\xf6\xea\xa8\x7e\x92\xb3\xfe\x34\xe3\x8a\x7f\x9a\xb9\xb6\x1a\x8b\x6e\x83\xa1\x87\xd6\xa8\xea\x37\x79\x47\x99\x5a\x49\x63\xd1\x75\x51\x3c\xd1\x18\xb1\x5d\xf1\x66\x99\x43\xa5\x01\xdd\x5e\xdb\x72\x9f\xca\x98\xb0\xdc\x57\xb5\xb1\xbd\x6c\x73\xaf\xf6\xf2\xce\xd7\xf5\x22\x75\xbb\x5f\xde\x74\x58\x86\x5d\xbd\xf1\x4b\x87\x16\x1b\x13\x0b\x29\xfd\x1d\xed\xdb\x6a\x87\x2a\x57\x15\x19\xe5\x1b\x15\xfc\x15\x7b\x95\x6f\xa8\x06\xea\xe8\x9b\xc9\x38\xf3\x05\x93\x26\x1c\x14\xbe\x6e\xf4\x1e\x32\x5c\xe6\x3d\x21\x3b\x97\xb0\xc5\xdd\x4f\x5d\x96\x16\x53\xe1\xc3\xea\x68\xee\xeb\xe4\x79\xdd\x59\xde\xf6\x83\xf9\xac\x71\x9f\x01\xad\x2e\xa9\x2e\xb3\xae\x8c\x5e\xa8\xc1\xb4\x51\xa3\x39\x97\xfd\xa6\x37\x7b\xc4\xdb\x74\x85\xf2\xec\xf6\xcc\x09\xdb\xf5\xef\xbf\xef\xef\x23\xb9\xf1\xef\x75\xc2\x69\xb1\xd1\x34\xd1\xb4\x51\xe5\x61\x6e\xfe\xb3\x9e\xfb\x2e\xa3\x0e\x05\x36\xa9\xd6\xb7\x2c\x7d\xad\x78\xac\xf9\xed\x5c\x1d\x70\x9c\x3f\x78\xbf\x0f\x32\x4e\xd0\xca\x45\xae\xfd\xd8\xcb\x3d\x73\xb4\xf3\x27\xab\x3d\xe7\xd3\xf2\xac\xb4\x24\xf3\x6d\xf4\xdd\x4c\xd2\x24\xa7\xd8\xc2\x48\xb1\x20\x33\x5f\x7a\xaf\x68\xf7\x1d\xb7\x45\x77\x3f\x4f\x7c\xef\xaf\xbe\x51\x81\x7c\xe1\x02\xb1\x66\x19\x8a\xc5\x92\x4d\x78\x43\x4a\x4b\x77\x8e\x78\xff\x28\x61\x35\x71\x60\xb0\xf5\x63\xa9\x7e\xe9\x58\xec\x8d\xbc\xb8\x6c\xb2\xb4\x9b\x09\x18\xd1\xe8\x61\x9a\xa1\x8c\xc1\x31\xa1\x82\xa1\x0b\x11\x6d\xd1\x71\xf1\x3d\xc9\x16\x59\xd7\x8a\xd7\x6b\xdb\x3b\x56\x47\x2d\x36\x64\xfe\x62\x69\x65\x16\x5a\x06\x45\x9b\x49\xca\x9c\x9b\x2d\x6a\xbf\x54\xdd\x2a\x3a\xce\x29\xca\xd4\x4d\xed\x4f\xdc\x49\x94\x4f\x7e\x9c\x6a\x9c\x9e\x97\xe5\x9f\x8b\x56\x7c\xb7\xbc\xa2\x76\xa0\x7d\x61\xf8\xee\xfc\xe9\xf6\xe8\x5f\xad\xf5\xee\xec\x5c\xce\xe0\x87\x16\xaf\xc1\xb7\x9d\x4d\xad\x5c\xf5\xe4\xd5\xa0\x62\xaf\x94\xa5\x50\xae\xa0\xa2\xb0\xbf\x78\xae\x0c\xb3\xc2\xb5\xa6\xa2\x09\xad\xed\x4a\x37\xc1\x08\xcf\x4c\xd8\xc6\x93\x93\xca\xbf\x4a\x38\x3d\xdd\x49\x9b\x67\x5a\x26\x6b\x8f\x98\x30\x1e\x0e\xed\xd5\xee\x7c\xd9\xd6\xd7\x64\xd1\xc0\xda\x50\xd1\x78\xb5\x09\xaf\xb5\xb7\x23\xa3\xbb\x75\xc0\x77\x54\x7f\xda\x62\xa1\x76\x0b\xff\xd8\xef\xef\xfc\xd0\x3c\xd2\x16\x35\xb6\x7f\xac\x06\x2f\x06\xcd\xf0\x8c\x05\x8c\x0c\x0d\x8c\x0d\xdc\x19\xa0\x19\x08\x1a\xc4\x1a\x45\x1f\x67\x9c\x26\x98\xdf\x58\xe1\xde\xb9\x78\xf4\xfa\x9f\xb9\xe1\xeb\x80\x05\xfa\xff\xc5\x2d\xc7\x75\x8f\x65\x9c\x05\xec\xb9\xfb\x73\xd6\x73\xba\x8b\x5b\x4b\x6c\x6b\x1d\x5b\x7d\x07\x1f\x4e\xee\xfc\x27\xee\xff\x37\xd7\xc9\x83\xc3\xfe\x83\xf8\xc3\xc7\x07\x79\x87\x49\xc7\xb6\xff\x27\x9c\x87\x26\x3b\xc3\x1b\xd4\xab\x9f\x17\xbb\x16\x8a\xe7\x51\xe6\x3a\xe6\x55\x17\x7a\x97\xc5\x36\x44\xf7\x90\xff\x3b\xef\x91\xd2\x36\xd2\x2a\xde\xa2\xc3\x0c\xea\x84\xc2\x88\xf5\x60\x60\x3f\x7a\x1f\x5f\xaf\x47\x2f\x49\x1f\xd9\xf0\x95\x89\xc1\x85\xc5\x3d\xa3\xff\x38\xf2\xdb\x4d\xf1\x25\xca\xe9\xe2\x91\x8e\x01\xbe\x6e\xe9\x36\x87\xa6\xf4\x86\x6f\x75\x74\x35\x9d\x35\x17\x6b\x3e\xd7\xe4\x36\xe1\x76\xb2\x8d\x62\xad\x38\x1f\x48\xfe\xcb\x1d\xb3\x6d\x4b\x2f\x91\x4d\xb7\x8d\xa0\xf7\x98\xb4\x8a\xd5\x5f\xa9\x32\x2a\xe3\x2d\x54\xc9\xa3\xcf\xa9\xcf\x36\xc8\x92\xce\xf6\xc9\xfb\x50\x98\x58\xad\xd7\xa9\x35\x36\xb0\xd2\x74\xac\xf6\x77\xfe\x63\xea\xb5\x5b\x73\x86\xa3\xa4\x3d\x0f\x5b\x4e\x6b\xe9\x4b\x4d\xf2\x6f\x65\x2d\xa7\x44\x26\xde\x8a\xbb\x15\xed\x1c\x95\x11\x19\x17\x85\x13\xd7\x9d\x42\x53\x60\x57\x13\xd5\x9d\x3a\x79\x75\xad\xf9\x24\xe3\x2f\xe3\x93\x6f\x5c\x9f\xb9\x3f\x84\xdc\x7e\x5a\xb7\x53\xf6\x2b\x6f\x3b\x9d\x29\x61\x24\x72\x3a\xd4\x32\x40\xc7\x57\xd8\x6b\xc0\x33\xc5\x73\xd2\xeb\xb9\x2f\x4e\xd8\xc7\x94\x81\xa2\x8b\xf5\x2b\x7d\xaf\x66\x49\xb6\x43\xfe\x2c\x61\x73\x7d\x06\x63\x40\xa4\xad\xaf\x5a\xb7\x70\x38\xa3\x31\xa1\x22\x42\x2a\x30\xd2\x6b\xc0\xed\x9b\x83\x99\xcd\x96\x55\xb6\x85\xb8\xc5\x25\xeb\x46\xfb\x1f\xde\x8b\x91\x16\x19\xcc\x25\x2e\xcd\xa2\x83\x8e\x0b\xaa\x7b\xd5\x7f\x78\xfa\x15\x4b\x6a\xc3\xc2\x6d\x3f\x2a\x4b\xf2\x72\x53\x9d\xa2\x43\x83\x62\xbc\x02\x9d\xb1\xac\x75\x4c\xe7\x0d\xb6\x75\xfd\xb5\x02\x35\xca\x34\x90\xb4\x35\x4d\xbe\x3a\x26\xf9\x05\xc4\x5e\xcd\xbe\x50\x59\xd0\x9e\x3f\x56\xbc\x26\x71\x3a\x79\x2e\x61\x57\x72\xba\xa4\x3b\xb0\xf6\x69\x7e\x49\x4a\x64\x64\x96\xbf\x88\x9b\x9a\xed\x45\xd3\x4c\x5d\x5f\x35\x75\x45\x8b\x9f\x1c\xb2\x46\x52\xb5\xd2\x6f\x7e\xe2\x68\xa9\x9a\x9d\xb8\x1e\x06\x39\x26\x36\x15\x3c\xad\x6b\xea\xbf\x3b\x3b\xba\xdb\xf5\xdb\x3d\x64\x8d\x8d\xb4\x5a\x94\x32\xa6\x2b\x46\x4b\xfb\x13\xb9\xf0\x5b\x11\x18\x1c\x6b\xbc\x54\x48\x95\x42\x16\x8d\x10\x28\xe4\xcd\xe2\x36\xe0\x99\x15\x99\x93\x8f\xd4\x43\xb5\xce\xf0\xfa\x18\x7e\x98\xd6\x52\x16\xdd\x9a\x34\x16\xbc\x96\x7e\x2e\x61\xd5\x67\xe8\x4d\xc3\x85\x7c\xf4\xf8\xd2\xa0\x17\xae\xd6\x96\x71\xfa\x3f\x54\x89\xe4\xca\x45\xf9\x79\x37\xd9\xea\x7f\xf0\xd0\xef\xd2\xdf\xfb\xae\xcd\x03\x24\xe2\x54\x4c\x8c\xcc\x1c\xdf\xf9\xcf\xc7\x93\xe6\xe3\xd5\x4b\xf7\xcb\xce\x9f\x1e\xfa\xc3\x12\x56\x30\xfa\xc7\xaa\x63\xb2\x41\xa4\x8a\x97\x88\x2d\x8e\x81\xab\xea\x47\x59\x1e\x61\x3c\x2e\x27\xa6\x55\x6a\x5b\xb2\x87\x24\x72\xc4\xf8\x14\x3e\xcc\xd2\x82\x6f\xe5\x9c\xb4\xd4\x2d\xfb\x3d\x91\x23\xb2\x32\x36\x2b\x28\x3b\x1a\x26\x1b\xb6\x92\x11\x12\x68\xfa\x2e\x54\xdc\x4b\xcb\x0f\x89\x74\xb9\x6f\x1a\xa3\xf9\x45\xee\xa5\xb0\x29\xa7\xd8\xf7\x47\x94\x14\x5f\xef\x7f\xb4\xc3\xee\xc7\xd9\x23\xd2\xa0\x43\xe6\x4c\x17\x37\x51\x79\x61\xcc\xed\xb4\x18\xa4\x97\xa4\x59\xcc\xd2\x7c\x34\x1a\xb4\x56\x05\x4b\x58\x1e\xec\x2d\x2c\xf7\x48\x69\x0c\x0c\xb3\x13\xd1\x1f\x50\x52\x17\x2b\xe2\xd6\x60\xba\x4f\x29\x4e\xf4\x06\xf7\x09\x7a\xc4\xeb\x55\xb4\x11\xfc\xbb\xe4\xc4\xcc\xea\x82\xed\xbf\xa6\xf5\x54\xec\x48\xfd\xbe\xc5\x13\x16\x18\x35\xfe\x1c\x92\x5b\x79\x73\x1a\x75\x26\x61\xcd\xb1\x57\xa3\xec\x63\xc2\x8c\xef\x8e\x75\xa0\xf6\xfe\xcf\x18\xc1\x78\x56\x52\xea\x8e\xaf\x15\x78\xa4\xe8\xaf\x5e\x51\x3c\x3b\x40\x19\xc5\x76\x21\xe1\x60\xd4\xe7\x93\x90\xcd\xd7\xce\xb2\x56\xf7\xf9\x19\x4b\x9b\x77\xa3\xae\x73\x80\x7e\xb1\xe7\x18\x42\x10\x6b\xb7\xfb\x91\xcb\xc3\x03\x66\xbc\x03\x2d\x5a\x34\x4a\xa4\xf2\xf9\xec\x18\xb7\xbf\xb5\x11\x36\x60\xdf\x7e\x27\x80\x8a\xfc\x3a\x07\xf5\x18\x33\xe4\xeb\x13\xfa\x1a\x5e\x6a\x19\x01\xad\x50\x2b\x33\x6f\xa6\x68\xf3\x5c\xde\xba\x8f\xfd\x02\x8b\xcf\x8e\xd6\xcf\x24\x6c\x71\xd5\x4d\x56\x7f\x08\x12\xb4\x45\x53\x67\x55\x0d\x12\x6f\xe1\xb5\xa5\xe3\x25\xe7\x21\xfa\x44\x10\x8e\xfb\x1d\xcb\x0c\xa3\x11\x53\x10\x97\xe6\x2b\x33\xc3\x17\x5e\x6e\x99\x62\xad\x60\xab\x62\xef\xb1\x18\x9c\xdc\xd8\xba\x6f\x03\x2f\x17\x9b\x8e\x55\xa0\x3d\x8d\xd7\xaa\x92\x57\x19\x4e\xe2\x20\xa1\xa9\x2a\xb6\xcd\x36\xce\xc1\xfb\x03\x89\xde\x84\x5a\x90\x8c\x8e\x18\xe3\x73\x27\xe1\xe2\x67\xd6\x2f\x1f\xc9\x72\xbf\xd3\xf1\x27\xcb\x15\xea\xe2\xda\xac\xfa\x34\xc5\x06\xe5\x15\xd6\xc7\x0e\xb4\x2d\x6d\x1f\xef\x41\x77\xa1\xdb\x1d\x56\x52\x12\xbd\xe0\xe2\xab\xfb\x53\x32\x91\xa5\x86\x8f\x8b\x67\x8b\x8b\x87\xb9\x95\x21\x8f\x66\x9a\x72\x83\xe2\x33\xa5\x01\x95\x09\x6d\x3e\x8b\x95\x90\xb9\x7c\x92\xc1\x37\x87\x4f\x01\xe4\x89\xc8\x45\x7c\x4d\x5c\xc3\x8d\x2b\xde\xa7\xd0\x1e\xdd\xae\x19\xa9\xaf\x66\x4f\x0c\xf2\xcc\x35\x4c\x92\xb1\xe7\xe9\x92\xda\x94\xba\x26\xbc\xc1\xaf\xc8\x65\xc8\xa6\xc8\x9c\xf9\xe3\x23\x73\x38\x0b\x60\xcd\xe4\x15\x11\x9f\x54\x71\x31\x7e\xe2\x6c\x17\xe2\x97\xdc\x52\xe2\xd6\xda\x36\xf6\x78\xbd\x1b\x61\x1b\x4c\xa7\xcd\x9a\xf0\x33\xde\x05\xb0\x9b\x03\xc5\x7a\x89\x4d\xb5\x1d\x95\xbb\x72\x8d\x52\x5e\x62\x7a\x42\xc8\xfc\xde\x7c\xf8\x7c\xd6\x02\xdb\x82\x79\x62\xc7\xb2\x76\x9a\xea\x16\xb9\x1e\x64\x11\x42\xe9\x7b\xe5\x2d\x1d\xed\x93\x6b\xdb\x9a\xe7\xeb\x7a\x09\xb7\x13\xb3\x80\x24\x6c\xc2\x46\x4d\xff\x91\x09\x99\xb1\xb4\x3e\x86\xa6\x8b\x8a\x86\xbc\xb6\x1c\xb3\x74\xa3\x94\xb5\xd4\xb6\x0c\xe7\xcf\x3b\xbf\xc2\x54\xc3\x0c\xd8\x6d\x42\x7c\x6e\xc6\x38\xe7\x64\xd7\x3e\xea\x1d\x9a\xcd\x3d\xc0\x3d\x97\xb0\xe5\x33\x98\x5f\x7e\x2d\xa6\xd9\x63\xc7\x76\xc2\x80\xc6\xbe\xdf\x86\xd1\x54\xc9\x40\x57\xe7\x8a\x66\xa0\xaa\xb7\xaa\xa8\xaa\x89\x7a\xa0\x66\x91\x36\xa5\x21\xaf\x45\x8d\xcb\x87\x80\xda\xc4\xcc\x02\xcb\x06\xe2\x41\xc1\xc5\x83\xa3\xdf\xbc\xef\x61\xed\x38\x45\x8d\x57\x72\x47\x04\xa9\x67\x9d\x9f\x8d\x4f\xa1\x27\x83\x43\xa8\x2d\xb3\x05\xa7\xa9\xb8\x11\xb7\x61\x9e\x91\x87\x09\xa1\x59\xb6\x65\xa6\x2d\xa9\x0b\xb2\xcf\xb3\x08\xac\x34\xc2\x92\xa5\xd6\xa9\x51\xde\xb5\xe7\x7f\xb4\x52\x73\x82\x4d\x1c\xc5\x68\xa9\x9f\xc3\x3c\x62\x4b\x23\xd5\x83\x46\xfd\x3d\xbd\xc2\x5d\x73\x1d\x5d\x1c\x3e\xd9\x4e\xdb\x37\x3a\xd2\x39\xeb\xbb\x4d\x78\xd7\xfb\xb7\x84\x7f\x4a\xcc\xc9\x95\xa8\x8c\xed\x7c\x3a\x75\x63\x2b\xe8\x8f\x12\x96\xbb\xfa\x3c\x1b\x13\x8a\x1e\xa5\xd8\x47\x38\xa4\xb7\x27\x3f\x8b\x1e\x8d\x70\x0a\x5e\xf6\x37\xf2\xf1\xf6\x6e\xf7\xc5\xf0\x6f\x0a\xbc\x13\xe2\x18\x41\x1b\x93\x96\x5c\x96\xed\x54\xf6\xae\xa9\x6e\xa0\x74\xb6\x69\x5f\xe4\x8f\x12\xb6\xc4\xe6\x44\xfa\x40\x7d\x45\x91\x75\xd5\xc3\x52\xcf\x3c\xa9\xcc\xdd\x54\xde\x84\x96\xb8\xca\x68\xfb\xa8\xf1\xe8\x8d\x18\xaf\xf8\x8f\x49\x5b\x19\xec\x39\x21\x05\x7b\x15\xaf\xeb\x3d\xbb\x9f\x8f\x6f\xaf\xa4\x1c\x73\xff\xd9\xda\x6e\xd9\x4f\xa3\xf4\x8a\x37\xb8\x96\xa4\x36\x49\xd7\x4c\x96\x97\x15\x6b\xe6\x27\xe5\xdc\xc9\xf4\xcd\x2c\xc9\x76\xcd\x51\xcd\x47\x2e\x7a\x53\xf6\xad\x7a\xab\xa1\xa0\xfd\x59\xaf\xcd\xc4\xad\x05\xe9\x5d\x9d\xbf\x7a\x8c\xd3\xd3\x4d\x9c\xe9\xa2\xfe\xf7\xcd\x9e\x7d\xa7\x5d\x03\x6d\x0f\x9a\xd8\xea\x6c\xab\x6e\x56\xc4\x96\x7f\xaa\x28\xaa\xdc\xae\xed\x6a\xcc\x6b\x71\xed\x6a\x1f\xa4\x1a\x6f\x98\x1b\x5d\x93\xfe\x1d\x8b\xfe\x65\x1e\xe4\xb3\x29\x43\xdf\xe6\x44\x26\x7a\x86\x39\x07\x78\x7b\xc9\x3b\x31\x3b\xde\xb5\x3f\x6c\x57\xec\xa2\xec\xa9\xe8\x3f\x18\x19\x98\xba\xb6\x70\x73\x8d\x63\x8f\xf8\x54\xf7\x9f\xf9\xe1\x6b\xd1\x6c\xeb\xd2\x06\xc5\xd2\xde\x6c\xcd\xf4\xe1\xe4\xdb\xf1\x9b\xe3\xc7\x13\xad\x13\xcd\x33\x4c\x0b\xa2\xcb\x9b\x5b\xca\x7b\xae\xa7\x89\xff\x89\xfb\xff\xfe\x75\xc2\x73\x70\xb2\xcf\xb0\x17\xb9\xbb\xb4\xf7\x72\x2f\xe6\x40\xe9\x54\xeb\x7f\xca\x79\x54\xb2\xa7\xb5\x45\xb0\x5a\xb3\xb4\x37\xc7\x39\x17\x36\x63\x39\xd3\x3b\x23\x38\x97\x32\x2f\xb5\x52\xbe\x43\xf3\x5f\x47\xa5\xd8\xe3\xd9\x60\x5a\x5c\x9f\x15\x9c\xbc\x3f\x6a\x39\x78\xb7\x4f\xac\xa7\xb1\x3b\xb9\x2b\xab\x8b\xa3\x07\xb5\x8f\x65\xb4\x68\xce\x7a\x4f\xe8\xdf\xb9\x8f\x5f\x6e\x35\x2c\x2f\xcc\x46\x8f\x53\x0e\x86\x74\x87\x75\x60\x37\x7b\xd7\xe7\xd4\x5e\xae\x46\xab\xd4\xab\xb4\xa8\x1c\xae\x66\xad\x5f\x6f\xc3\x1a\xd6\x5f\x50\xd8\x7f\xfe\xcf\xfc\x7b\x5a\x2b\xc3\xb3\xd5\x63\x4a\xfd\x84\x1d\x48\x8d\xae\xd5\x44\xe5\xbe\xc5\x1c\xf9\x3c\xd9\xf8\x99\x2b\x99\x97\xd2\x66\xd3\xc3\xb3\x18\x73\x0f\xab\xb5\xdb\xc7\xc6\xca\x97\x92\xf7\xd2\xfe\xce\xbf\xd3\xb1\x68\x33\xc1\x33\x80\xdf\x2e\x5b\xd7\x57\xa1\x5d\x44\x91\xf3\x23\x4d\x22\xe9\x59\x2c\x4f\xf4\x52\xc4\xd3\x70\xeb\xb0\xd9\xf0\x82\x48\xc5\x84\xd1\xbc\xaa\xea\xde\xce\x98\xd1\xf0\x65\xcb\xc3\xb9\xbf\x8c\xcf\xb4\x10\x3e\x86\xd1\xfd\xa5\xa9\xa0\x32\xba\xd0\x31\x4b\x2f\xc9\x27\x66\x35\x0c\x3b\x90\xd7\x77\xcf\xeb\x91\xfb\x0b\x37\x6f\xb7\x5c\xb7\x5a\x2f\xdd\x10\x96\x24\xd6\x7c\x8b\xda\xe4\xee\xbc\x89\xb6\x8d\xbf\xac\xe9\xd5\x97\x13\x1c\x9d\xa9\x75\xfd\xa5\x01\xd9\xc7\xc9\x94\xd1\x38\x21\x04\xbe\xc4\x6e\x2c\x8e\x31\xb6\x5f\x2c\xfb\xcc\x32\x4d\xb7\x8d\x4f\xcc\xf6\xac\x63\x3d\xa2\xc3\xed\x52\x51\x0b\xcd\x1a\x2f\xf4\xeb\xcc\xba\xec\xe0\xfd\xce\xbf\x1f\x32\x7b\xd2\x67\xdd\xd0\x5e\xb2\x9b\x65\x11\x2f\x19\xf6\xc4\x0f\xcd\xed\xbd\xed\xb1\xb9\xaf\x41\x9f\xae\xa1\x66\xa2\x5a\x96\xea\xb2\x4a\x83\xc6\x4f\x83\x54\x87\xdb\x3e\x32\x91\x02\x19\x3c\xa5\xf1\x2d\xb9\xc3\xb1\xcb\x4c\xc7\x3f\xce\x25\x6c\xb9\x4c\x48\xb4\x75\x57\x88\x65\x5f\x8d\x4b\x0d\x3e\xf5\xec\x75\x50\xb3\x08\x30\x68\xd4\x34\x52\x0a\xf9\xf5\x59\x3a\x5d\x12\x57\x3c\x4c\xfc\x81\xd4\xa2\xda\xa8\x71\x8e\x93\x9d\xbf\x7b\xac\x69\x8e\x7e\xd5\x46\xb7\xe5\x54\xd1\xd6\x6f\x68\x6c\xed\xd1\x50\x61\x63\x7d\xe1\xc3\x24\x8c\x50\x5e\x8f\x43\x3b\x31\x93\x27\xda\x59\xca\xdd\xb2\xc7\x62\x63\x02\x2a\x3c\xf1\x9c\x7a\xec\x14\x1c\xae\x02\xab\x72\x3c\x5a\x2a\xe6\x31\xae\xed\x21\xa5\xc9\x5d\x45\xf8\xcd\xc2\x43\x8b\xcb\x28\xc7\x26\xb0\x84\x65\xfb\xfe\x2f\xd5\x07\x39\x77\xa3\x16\x7c\x28\xec\xd1\x8c\x4f\x35\x1a\xe5\x2b\x25\x84\x04\x3a\x38\x89\x7e\xbc\x61\xf0\xa2\x71\xa3\x22\xa5\xfd\xc8\x81\x2b\xc2\xa4\xf0\x43\xcf\xc1\xe6\xc8\xe7\x41\x74\x54\x36\x4d\x35\x6f\xf7\xcc\xcc\xfe\x0e\xc2\x5f\x2c\x14\xf5\xf8\x57\x48\xa5\xf6\x84\x2c\xba\xb4\x99\x13\x68\xe3\xfd\x32\x13\x53\xe0\xbd\xce\xfa\x96\x2e\x8f\x6c\xe1\x2b\xe7\xa7\x5c\xc2\x6d\xd2\x5f\x0c\xed\x3c\x74\x52\x68\x6a\xb8\xa6\xec\x2e\xc9\x21\x18\x29\x22\xa5\xd4\xad\x8c\x63\x12\x6b\x87\xb0\x84\x45\xf1\xee\xae\x32\xa5\xa4\xc3\x80\x36\x7b\x7e\x7d\x6f\x25\x2a\x09\x46\x9e\x12\xe6\x67\x34\x6f\x48\xf0\xf0\x8b\x30\xad\xd0\x0f\xde\x13\x12\xbc\xa6\x68\x61\xb1\x15\x4a\x95\x17\xd5\xdb\xb7\x33\xf6\x7b\x1d\x17\x9c\x2f\xdd\x88\x33\x18\xb6\x54\x7f\xa2\x70\x26\x61\xe9\xa8\xfb\x76\xc9\x54\xc2\xb2\xb7\x90\xb5\xa4\x96\xb3\x9c\x90\x40\x19\xcb\x00\x0d\x3e\xb1\xe2\x47\xcd\xf7\x6e\x28\xb3\xc8\x15\xaf\x48\xb0\xb2\xbe\xba\xd3\x2f\xf3\x74\xca\xf8\x69\x2e\x5b\x36\x7a\x39\x45\x93\xe7\x90\xd6\x56\xf6\x0d\xce\xcf\x1f\x42\x68\x6c\xed\x65\xcf\x93\xb2\xb9\x58\x0a\xcf\x00\x0b\x3f\x35\x5d\x49\x27\xee\x19\x06\x61\xd2\x5c\xfc\xbe\x0f\x52\x28\x32\x4f\xae\x3e\xb8\xf4\xec\x19\x7a\xc7\xa7\x5a\x1a\x54\x4e\x43\x49\x0b\xb5\x29\x73\x46\xf7\x93\x48\xb2\x2c\xcb\x6a\xe7\x5e\xb4\xb9\xe2\x7d\x57\x68\x3d\xc5\xf7\x7d\x4f\x21\x4c\x7a\x64\xb1\x65\x9a\xaa\xe6\x28\x86\xc4\xb6\x4f\xcd\xfc\x85\x07\x1b\x13\x4d\xec\x65\x2d\xf2\xf3\x67\xca\xcf\x51\xd1\x42\x08\x76\xa9\xe6\x39\x32\xc4\x57\xd5\xa8\xcd\x8c\xdd\x7d\x22\x98\x33\x9f\x57\xe1\xf6\xa0\xcc\x06\xec\xb3\x42\x7b\xe2\x60\x28\x2b\xd3\x3a\x30\xdc\x3a\x40\x55\x49\x68\x5b\x58\x94\x25\x9c\x2a\xec\x73\x06\x9e\x04\x66\xc9\x7b\x2e\x34\xf6\xb7\x2f\xd0\x5e\x7d\x40\x22\xf4\xa5\x16\xe2\x28\x95\x7c\xa8\xd6\x68\xfe\xca\x7d\x2c\x42\x38\xb3\xa7\x1a\xa3\xe7\x64\xa6\x73\x6f\xe6\x4c\xc2\x61\x69\x5b\x74\xfe\xf5\x30\x7d\x7b\x2a\x75\x7d\x91\x5f\xdf\x03\x98\x98\x69\x54\xc9\xc9\x49\x7a\x3e\x27\x12\x20\xe3\x96\xe1\xc8\xe3\x7a\x7e\xe4\x23\x12\xa2\xfd\xca\xf5\x49\x0a\x45\x83\xcb\xf2\xb2\xe7\x52\x94\x6b\x76\x65\x0d\x59\x6f\xea\x3c\xeb\xc1\x7d\x58\x1b\x3d\x14\x25\x43\x31\x0e\x2e\x36\xda\xe1\x12\x77\xbf\x67\xb2\x98\xb2\x32\x32\xd1\xd2\x61\x53\x3e\x25\xa3\x24\x9e\xff\x6a\xf9\x75\x8a\x24\x82\xbc\x8b\x11\x8b\xf7\x95\xac\x82\xd6\x98\xd5\x92\xb7\x5b\xcc\x8d\x5c\xa1\x3a\xcb\xfe\xd5\xc5\x0b\x47\x50\xa4\xb1\xb7\x32\x72\x5c\x13\x95\x14\xee\xd1\x66\x78\x51\xea\x22\xbb\x87\x80\x96\x50\x33\xf7\x29\x9b\x37\xd3\x00\x63\x1e\xad\x27\x4d\x1a\xed\x2a\x7d\x2d\x23\x11\x6b\x9d\xe0\xd5\x5f\x40\x8f\xd0\xce\xc8\x5f\x20\x3e\xa9\xc0\xb2\xd1\x62\x68\x67\xe5\xde\xa9\x04\x64\xd9\x3a\x66\xbf\x37\x6d\x64\xea\xf8\x3b\x9a\xe9\xfc\xcc\x10\x91\xfc\xb5\x24\xd3\x2c\x96\x2c\x98\xc2\xeb\xc9\x45\xc4\x2e\xc4\x56\xc1\xce\xc1\xc1\xc9\x95\xc6\x67\x22\xce\xaa\x84\x6d\xa0\xe8\xd0\x1d\x74\x35\x19\xbd\xf8\x55\x73\xfc\x68\xf8\x1a\xd3\xf9\xce\x58\x21\xea\x74\xca\x53\x0f\x89\xb6\x7a\xaa\xad\x29\x1f\xa8\x25\xae\x26\xa7\x20\x2d\x77\x5f\xf2\x9a\xa8\x85\xb0\x88\xe0\x84\xd0\xac\x48\x86\x58\x8d\x54\xdf\x2f\x3d\xf5\x65\x33\x7e\xd7\xab\xa1\xee\xa9\x4b\xe5\x1d\x1d\xb6\x13\x5f\xb7\x7f\xcb\x94\x6e\xe5\x0c\x30\x97\x3e\x8c\x74\x76\x3d\xb6\xec\xd4\x1e\x33\xf7\x33\xd2\xd6\x4d\xd7\xbc\xa3\x1c\xa8\xc0\x2b\xd7\x29\x97\x21\x37\xfb\x2b\x57\x71\x48\xd5\x58\x73\xdc\x80\xdb\xc6\xc9\x73\x26\x22\x2e\x73\xb4\x2a\xb8\x7b\x7b\xda\x70\xd7\xfe\x5c\xc2\x21\xcd\x28\xa8\x42\x4d\xe4\x0c\xa5\x70\x9d\xb3\x18\xd3\xd5\xb0\x2f\xb5\x7e\x66\xfa\xc6\xc0\x49\xc7\x55\xf3\x97\x46\xa2\x66\xb2\x76\x95\x9e\x86\x51\xbc\x59\xb9\xf5\xb1\x2b\x5b\x80\x6e\xdc\xe7\xec\xc7\xb5\xb7\xfa\xf0\xe6\xa3\x0f\x4c\x7f\xb7\x32\xd3\xaf\xeb\x74\x0a\x7a\x12\x7f\x05\xdf\x75\x53\x0b\xbc\xe5\x53\xe6\x46\xee\x18\x6f\x3b\x6e\xc5\x6b\xd6\x6c\x3a\x63\xb6\x65\xb9\x65\xf3\xd5\xe1\xb9\x8b\xa4\x67\x4b\x00\x76\x44\x4e\x2a\x57\x71\x42\x63\xfb\xc0\xe1\xf2\xa3\xe3\x3f\x78\xc0\x85\x84\x1e\x8f\xda\xbe\x3c\xad\x84\xc6\x10\x9a\xb8\xf8\x08\xd5\xe0\x5d\x3f\x3a\xef\x6c\x8f\xa7\xae\x86\x2e\x3e\x6e\x97\xdd\x79\xbc\xbe\xfb\x61\x07\xee\x45\x98\xc5\x5a\xa5\x34\xe4\xf5\x55\x7a\xb7\x97\x8d\xe6\xaf\x92\xff\xd1\x52\x6e\xf8\x4e\x79\x76\xb9\xd6\x10\xe7\x75\x16\x74\x85\x3f\x49\xf3\x4e\xfc\x18\xcb\x16\x31\x1e\x8a\x1a\x5c\x18\x44\x1a\xb4\x13\xda\x17\x49\x16\x4b\x94\xa8\x96\x8e\x9c\xeb\x5e\x94\x50\xbd\xd1\xfa\x78\x40\x6a\xee\xfb\x8e\xd4\x9f\xad\xed\xda\xce\xc4\x8b\x2e\xbc\x9a\x9e\x82\xb1\xaa\xbe\x52\x8a\x7c\xf4\xac\x97\x69\xba\x29\x69\x89\x99\x09\xef\x93\xae\xa4\x10\xa6\x87\x67\x27\x16\xdc\x2c\xbb\x51\x53\xd4\x1c\xda\xf3\x7c\x98\x79\xba\x78\xfd\xc3\xe9\xc7\x3f\x4b\x38\xf9\xbc\xda\x3f\x71\xbb\xdb\xac\x47\xa7\x23\xab\xc9\xb5\x56\xa4\x42\xa0\x8c\xbb\xb0\xa6\xd0\xbb\xf0\x49\x21\x79\xc9\x83\xb2\xc2\xaa\x92\xba\x9e\x16\xb7\x9e\xb0\xa1\xb2\x49\xd1\xc5\xbd\x6d\xc9\x53\xb6\xd3\xbf\x5d\xc7\x93\x6b\x8e\x93\xb3\x7d\x9f\x9a\xb7\x07\xf5\x7a\xaf\x74\xa0\x37\xed\x35\x1e\x36\x60\xd4\x37\x37\xbc\x6b\xae\x68\xfd\xde\x45\xde\x37\x32\xfa\x7a\xaa\x7f\xe9\xd2\xe6\xf4\x61\xf3\xdf\xb9\x11\x17\xd1\xc6\xc2\xec\xe8\x22\xf3\xcc\xe4\x94\xf2\xc4\xe3\x11\xfd\xc1\xa2\x01\xe9\xc1\x8b\x03\xe3\x43\x6a\x23\xcd\x53\x4f\xe6\x22\x97\x75\xb7\x2d\x0e\x2d\xfe\x95\xfb\xff\xc1\x75\x92\x78\x18\xb3\xcf\xb4\xeb\xb4\x2d\xb0\x4d\xb4\xdd\xb4\xb3\xb0\x97\x72\xf4\xf3\x7f\xc6\x79\x9c\xb8\x67\xb3\xd5\xb5\xfe\x72\xf9\xc7\xc2\xcb\xd9\xa4\xe9\xca\xa9\xdb\xd3\xa8\x93\x33\x53\xf3\x33\xc3\x4b\xeb\x5b\x6b\xff\x85\xd9\x70\x3f\x73\x63\x63\x29\x68\x4e\x73\xd2\x72\xec\xc9\xd0\x9d\xbe\x91\x1e\xbd\x2e\xf1\x4e\xc5\xf6\xa3\x0e\xcb\xce\xf6\x9e\xc6\xa1\x98\xf9\x97\xdb\x04\xff\xce\xbe\xcb\xb2\xba\xbe\xf0\x6a\x92\x6b\x78\xbb\x37\xbe\xc3\xa8\x35\xb1\xd1\xbf\x66\xaf\x2a\xa1\x92\xba\xbc\xa3\x3c\xba\x8c\xa3\xfc\x6d\x8d\x6b\x1b\xf7\x90\xf2\x9c\xeb\x36\xcb\x3f\x71\x1f\xe2\x6e\x7e\x9c\x53\x9f\xc0\x1b\xbc\xd0\x15\xd8\x5c\x5e\xf7\xad\x92\xb7\xb8\xa8\x80\x26\xa7\x31\x33\x2f\xcd\x2d\xf5\x38\xe5\x28\x35\x22\x35\x20\xbb\xbf\x52\xb1\x2d\x65\xf8\xca\x82\xd3\x5e\xef\xdf\x9e\x99\xde\x5a\xfc\xac\xe7\x10\x63\x67\x40\x93\x69\x75\x6b\xc9\xa7\xbc\xa3\x8c\xa8\x64\xa1\xf8\xf2\xa8\xc9\xc8\xb7\x61\x6f\x42\x92\x42\x6e\x87\x3c\x08\xa7\x88\x57\xca\x09\xaf\xe4\x68\xdb\x1c\x6e\x5f\x4c\xdc\x67\xf8\xb3\x84\xcd\xee\x99\x0f\x03\x11\xad\x02\x35\x51\x25\xef\x72\x7e\xa6\x7a\xc6\x53\x46\x36\x04\xb9\xf8\xed\x78\x71\xb8\xcb\x3b\xa7\x3a\x47\x39\xb3\x39\xa7\x78\xbc\x0d\xd4\x48\x70\xcb\x3d\xaa\xe6\xe8\xc8\x1b\x9d\x5b\x35\x38\xfe\xc3\xbd\x1c\x3f\x59\x54\x1f\xa2\x6f\xe5\xae\x7c\x96\x9f\x9f\x26\x11\xe7\x15\x96\xe7\x7f\xe0\x59\xec\xc2\x66\x67\x63\x45\x63\x96\x67\x9c\x65\x54\x67\x38\x60\x3c\x68\x99\xe3\xde\x12\x72\x9c\x98\x50\x80\x5f\xb3\xd4\x3d\x3b\x95\xb4\xf9\x87\xe8\x62\x47\x60\xea\x75\x97\x58\x95\x7b\x5e\x4a\xca\xbb\xa8\x87\x01\x3d\x1e\xd6\x8e\x5e\xd6\x48\x26\x57\xf5\x68\xb4\x5c\xd4\xae\x2b\xcf\x29\x36\x2b\x92\x28\x5b\xeb\xfa\x59\xbf\xf0\xbc\x18\x36\x99\xe2\x51\x54\xdb\xe8\x37\x10\xbd\xa0\xb0\xe7\x76\x2e\x61\xad\x6f\xc4\xa9\x49\xb3\xa8\x26\xf5\x4d\x44\xb1\x6f\xb0\x0b\x9a\xb5\xa1\x31\xb9\x0e\x8e\x6a\xb2\xbc\x96\x0c\x87\x84\x92\xe8\x4f\xe1\x9f\xc2\x5a\xe2\xd7\x95\x15\x0d\x28\xec\xcc\xbd\xf3\xa3\x2c\x33\x15\xca\x4f\xdb\x75\x27\xb0\xd6\x05\xce\x25\x2c\xcb\xf6\x7b\xd4\x9e\x64\x3f\x89\xe9\xf0\x73\x72\xc6\xb6\x48\xd5\xeb\x55\x4b\xfb\x25\x26\xc9\x2f\xf4\x96\x07\x99\xc3\x86\x85\x81\x39\x93\x85\x86\x97\x4b\x2a\x40\x9d\xcb\x78\xde\xb1\x37\x70\x3d\xe1\x5e\xfe\xad\x7a\xac\xfe\xaf\xf3\x2e\x07\x44\xb0\x84\xc5\xf6\x1e\xac\x0a\x96\x34\xbc\x50\x01\x37\x24\x8b\x56\x5d\x73\x65\x27\x99\xcb\xc2\xa7\x3c\xf7\x59\xaa\xe9\x2b\xa8\x32\x29\x84\xbf\xed\x52\xdc\x62\x96\x14\x50\x91\xdb\xd0\x72\xb7\x18\xf7\xa0\x8e\x60\xcf\xb8\x56\xde\xdb\x61\x3f\x79\x6d\xeb\x21\x2c\x61\xe1\xb4\x43\xb0\xd4\x3c\x31\x37\xe0\x93\xfd\x90\x21\x9f\x72\x8d\x34\xbd\x00\x19\x7b\x1a\xc3\x09\xa5\x08\xb1\x00\xc1\x0e\xde\x45\xdc\xce\x2f\x95\x34\x81\xec\xd3\xa2\x9d\x4a\x58\x86\x32\x8e\x57\x02\xfc\x13\xd2\x0b\x05\x9b\x04\x86\xde\xae\x74\x9d\xc6\x42\x73\x50\xec\x0a\x2d\x7e\x19\xfb\xc0\x3b\xc3\x5a\x4a\xeb\x83\x6c\x80\x10\x26\x5b\x18\x5d\xd6\xb7\xaa\x4f\x72\xd8\xfa\xef\x38\x51\xab\x50\x7b\x71\xf8\x48\x6f\x32\x66\xf3\x11\xcb\x72\x6b\xf5\x58\x7d\xf6\x52\x8a\xa6\xc8\x79\x52\x33\xd3\xdb\x39\x5f\x77\x08\xc5\x2a\x8b\xa6\x5d\x36\x25\xf7\x62\x99\xbd\x24\x4d\xe7\x54\xc3\x25\x74\xb9\x7c\x19\x28\xbe\x39\x13\x4c\x63\xe4\xa0\xfe\x40\x7e\xf6\x90\xf5\xe9\x08\x3a\x3d\x61\x2d\xf5\x4d\x0e\x6f\xf1\x36\x55\x5d\xd3\x6d\x37\xed\xf0\xf7\x19\xdb\x95\x4f\xbb\x6a\x66\x4a\xf7\xec\xce\x24\xac\x14\x77\xa5\x97\x24\x78\xf7\x7a\x28\x1b\x8e\x2b\x68\x09\x73\xb0\xac\x52\xbd\xfd\x8c\x81\x99\x89\x6a\xf9\x34\xe0\x1e\xfd\x8d\xbb\x48\xd4\xa8\xa4\x78\x25\xe4\xce\x2c\x9d\xa2\xe8\xca\x8c\xc6\x56\x2e\xaa\xa1\xcf\xd3\xae\x96\xf7\x76\xd2\x4c\x4b\xef\x40\x39\xdb\x75\xa2\x01\x95\x32\xfe\xd8\x06\x73\x4d\x83\x18\xb9\x62\x7e\x8f\xef\x7a\xdf\x8e\x3e\x3e\x40\x9b\x7c\xde\xf6\x28\xf8\xc1\xf4\xfd\x29\xa4\x83\x57\x83\x38\x53\x64\x32\x2c\x9f\x85\x75\x94\x30\x8c\xac\x9d\x59\x43\x70\x52\xf5\xca\x3f\xb4\x4f\x4d\x61\xef\x4c\x9d\x49\xd8\xbb\x31\xe4\x91\x29\x12\x78\x62\x39\xaf\xdc\xc5\xdf\x42\x67\x4e\x77\x9d\x18\x03\x7b\xeb\x3d\xd9\xdb\xeb\x28\x42\xcf\x57\x9f\xdf\x7d\x11\x8d\x1a\x8a\xa3\x4c\xe6\xcd\xbc\x2d\x5c\xae\x98\x60\xcc\xea\x72\x2b\xf4\x73\x6a\x59\xb9\x6f\xe7\xde\x14\xeb\x0e\x14\xbb\x1f\xb5\x4f\x78\xe7\xfe\x08\xd5\xb4\xcd\x54\xfd\xce\x9f\x4e\xab\xff\xe9\xc1\x57\xdb\x2f\x8f\xf0\x23\xb0\x47\x30\x0a\xd1\xf5\xd1\xca\xd1\x5d\x3e\x8c\xe2\x15\x91\x55\xb1\x92\x8a\x98\x2b\x33\x99\x7c\x75\x59\x0c\x5d\x48\x4f\xac\xb0\xec\x42\x99\x1a\xdc\xed\x80\xee\xc2\xb1\x17\xab\x24\x37\x9a\xc5\x89\x4b\xb3\x58\xf8\x36\x1d\x05\x91\x2d\xf5\x3e\xd5\x6d\x52\xf7\x2f\x07\x84\xaa\xf8\x0c\x78\x9a\x1f\xa3\x08\x1f\x11\xf1\x50\xbe\x65\x9d\x14\xb7\x52\xc5\x34\x7b\xe9\xe6\x14\x71\x2f\x73\xaa\x4a\xa5\x7b\x63\x66\x62\x9f\x19\xba\x0b\xad\x91\x9b\x55\x0c\x89\xe2\xee\xdf\xf5\x5e\x8b\x07\xfe\x68\x62\x93\x65\x15\xff\x61\xc5\x20\x44\x75\x44\x9e\xfe\x4d\x9c\x24\x88\x74\x80\x9c\x89\xd2\x8b\x41\x88\xab\x52\xb2\x40\xfd\xa5\x45\x92\x17\x53\x24\x5d\x56\x49\x0d\x49\x6f\xd5\x1c\xed\x21\x9c\x63\x34\x9d\x4e\x6e\x38\x4a\x53\xf7\x51\x30\x46\x97\x79\x2c\xc0\x2a\xc2\x2f\x68\xcc\x6b\xc2\x79\x97\xd9\xe8\x7b\x23\xc3\x5b\xfa\xcb\x0c\x32\x8c\xeb\xcc\xba\xec\xe6\xfc\xf4\xb2\x57\x35\xdd\xac\x58\x7d\x24\x63\x2f\xe6\x5d\xa8\x97\x18\x90\x5d\xb2\x3b\x2e\x41\xec\x0c\xa6\xb6\x93\xec\x82\xc0\x42\x33\x2a\x0d\x7a\x19\x3e\x01\x5a\x39\x66\xc9\x63\x31\x54\x81\x38\xee\x1d\x2e\x46\x8e\x25\x4e\x1e\xee\x5e\xfe\x70\x11\x15\x89\x34\xc5\x26\x5d\x0e\x9b\x1a\xdf\xef\x71\x9d\xf9\x3a\x0d\x1d\x43\x5b\x2b\xbf\x45\x5c\x1b\xc7\xbd\x83\x85\xfa\xa1\xaf\x9d\x7f\x99\xde\x57\x27\xd6\x26\xd2\xc4\x54\xf2\x92\x6f\x94\x29\x94\xd0\x14\x7b\x24\xea\x2f\x06\x24\x09\xa5\x75\x7f\x99\x28\x95\x6b\x1e\x99\x64\x3b\x1a\x05\x24\x27\xf4\x14\x69\xb4\x28\x8e\x51\xaf\xdf\x3a\x97\xb0\x7f\x63\x08\xbd\xfc\x66\xfc\x87\xc0\x70\xc7\x61\x13\x4f\x0d\x6f\xb3\x41\x83\x1a\xed\x41\x75\x2e\x55\x46\x85\x03\x85\x4b\x0a\x89\x2a\x8e\x6a\x1b\xda\xdb\x86\x0e\xe6\xcf\x6d\xf9\x3d\x24\x43\x29\x52\x39\x4a\x14\x5a\xb5\xc7\x37\x36\x7e\xab\x40\x9c\x5c\x1b\x4b\xae\xa6\xcc\x63\x8d\xcd\xf1\xbf\xe5\x84\xe5\xce\xe1\xe4\x67\xdb\x64\x69\x6d\xea\x65\xe8\xa9\x6f\xaf\xa7\xa6\x9f\x60\xd8\x64\xca\x6c\x59\x65\xa7\xe6\xa2\xe5\xb5\x12\xfc\x3c\x96\x3c\x2b\xad\xf2\x7d\xe7\x9d\x29\xef\xed\xb7\xbf\xdb\xa9\x29\xe1\xae\xbe\x2a\xfc\xac\x9e\xd8\x47\x01\x04\x2e\x8a\x41\xf1\x5e\x84\xae\x9d\x4e\xd7\xed\xf5\x6c\x42\x6c\xe8\x6c\x94\xec\x45\x9d\x39\xdc\x6f\xfa\x9a\x04\x3f\x88\xf4\x4e\x48\xce\x54\x2d\x49\x6f\x08\xed\xbd\x3b\x57\xb7\xf7\xe2\x77\x09\xeb\x0f\xc6\x6f\xb7\x6d\x54\xc4\x66\xdf\x8a\x13\x4a\xba\x14\xc7\x18\x79\x25\x84\xce\xbf\xd2\xd7\xc6\xfb\xc8\xab\xcb\x2b\xc3\x97\x3f\xf0\x65\x28\x55\x94\x5c\xa2\x7d\x86\x61\x7e\x4c\xc5\xbb\xc6\xd7\xdd\x55\x13\x8c\x2b\x61\xc7\x2d\x7f\xb0\xf7\x22\xcb\x71\x23\x29\x6d\x99\x95\x28\x39\x8d\x05\xbb\x59\x28\xe9\xc1\x49\xe8\xf1\x1b\xd1\x0d\x91\x16\xd1\xcf\xa3\x8a\x62\x2f\xc6\xbb\x24\x1f\x65\x6e\x15\xd2\x97\xa7\xd5\x85\xb6\x0b\xf6\xc7\x4d\x11\x2e\x7d\xd9\x8b\xfd\x8b\xcf\xb9\xba\x94\x32\xb2\xd7\x3e\xd6\x1e\x5f\x60\x5b\x6e\x5a\x2a\x5f\x28\x9f\xab\x9b\xd9\x97\xf5\x3a\xc3\x36\x8b\x3f\x47\x2b\x2f\xbb\xb8\xbc\xa2\xa3\x5e\xab\xdd\xb7\x9f\x6d\x4c\x6e\xae\x7d\x63\xea\xa8\xeb\x6f\x6e\xeb\xf4\xa0\x72\x99\x6f\xcc\xbd\xfb\x6a\xc3\xd5\xd6\xce\xc6\x0f\x8d\x91\x35\x9a\x55\x5a\x15\xdf\x2b\x0c\x2a\x53\xaa\xf7\xea\x75\x9b\xd4\x3b\xbf\x0f\x30\x8d\x2e\xcc\xf1\xad\x9b\x1d\x30\xff\x9d\x1b\xbe\x8e\x90\x57\xbb\xa7\x32\xa7\x2d\xda\x5f\xf4\x95\xf5\x05\xf5\x9a\x76\x92\xb4\x57\xb7\xb3\xb5\x67\x74\x2b\xf6\x51\x0d\x1b\x8e\x77\xcd\x6e\xad\x59\xef\x75\x9f\x0e\xfd\x1b\xff\xff\xf5\xab\xfa\xc8\x77\x9f\x62\xc7\x7d\x73\x69\xd3\x6b\xf3\xd2\x46\xf8\x46\xde\xf6\xdd\xfd\x8d\x13\xd3\xff\xce\x78\x92\x7f\x40\xba\x6d\xbb\x9e\xb7\xd2\xb9\x78\x61\x4e\x71\xfa\xe1\x44\xd4\xb8\xd0\xd8\xc2\x58\xfc\xa8\xef\xd4\xed\xb9\x98\x4d\xfa\xff\xcc\x7d\x60\xb5\xd9\xb7\x7a\x63\xae\x6c\x6a\x65\x34\x64\x98\xb3\xdf\xbc\x47\xa3\x13\xbd\x9d\xa8\xd5\xb9\x15\xab\xa5\xac\x75\xb9\x03\xbb\xf7\x68\xc6\x60\xe3\x5f\x73\x31\x07\x56\x1b\xc8\x8b\x9d\x53\x69\xa3\xa8\xfd\x2b\x5d\x56\xad\x5b\x8d\x0c\xb5\x75\x55\xa3\x15\xae\xa5\xf1\x25\xd4\xc5\x6f\x0a\xe7\x4b\x36\x2a\xec\x9a\xde\xf7\xab\x4e\x6f\x6f\x5e\xf9\x27\xfe\x9d\xa3\x65\xb2\x29\xf3\xa1\xb4\xee\x9d\xd6\xfd\xfa\x0b\x55\x24\xa5\x96\xf9\x07\xb9\xd2\x99\x8e\xa9\x3b\x29\x97\x92\xa4\x13\x37\x93\x1c\x93\xa4\x33\xdc\x4a\xfb\x9b\x56\x06\x91\x67\x9c\x37\x4b\xff\xca\xbf\x7f\x75\x21\x7b\x74\xa3\x37\xbf\xc9\xbd\x66\xaa\x94\xa6\xe0\x56\xd6\x62\x0a\x5e\xfc\xcb\x68\x81\x88\x9f\xa1\x57\x82\xf8\x02\x91\x02\xa8\x02\x56\x82\x64\xa3\x5f\x66\xcc\x97\x55\xb4\x60\x0e\x64\xce\x6d\x6d\xff\xa9\xa2\x74\x52\xb4\xea\x3d\x86\xd7\x6d\x51\xcf\x54\xa6\x93\x57\x9b\x7e\x25\xa1\x20\x3a\x22\xf4\xba\x7f\xa2\xf7\x75\x37\x2f\x97\xfb\x0e\xf8\xf6\xf9\xb6\x23\xf6\x37\x9c\xef\xfb\xeb\xc6\xf4\x64\x1e\x94\x4d\xb7\x5a\x0d\x8d\x2e\xb0\xec\x17\xfc\x2e\x61\x8f\x64\x56\xa0\x17\xbd\x3e\xa6\xe4\x52\x26\x7b\xa2\x41\xe4\x85\x20\x4c\x6f\x5c\x57\x03\xfb\x06\xcb\x42\x33\x76\x23\x6a\xfd\x7b\x7a\xb7\x74\x89\xf4\x42\x4c\xf0\x9c\xef\x05\xbe\x89\xdd\xcb\xc6\xad\x9c\xea\x40\x19\x93\x5e\xad\x3a\xfd\xcd\xfb\x6f\x54\x8d\x45\xb4\xa1\x97\x11\x66\x44\xc4\x66\x87\x60\x79\x59\x3a\xdb\xda\x48\x99\x6e\xe9\xef\x69\xc6\xab\xca\x2b\x31\xff\xea\xff\x89\x27\x77\xfb\x97\x8b\xd6\x3d\x8b\x6b\x2e\x73\x41\x1f\x12\xca\xf2\x8c\x6a\x43\x7a\xdf\x4d\x97\xee\x10\x9d\x4b\x58\x31\x1e\xa4\xa9\xf3\xc9\x1b\x4f\x30\x09\x4a\x76\x27\xb3\xb3\x37\x1d\xd5\xa3\x51\xc7\x57\x08\x97\xc5\x10\xd7\x10\xfe\x24\xc0\xcc\x47\xcc\x7b\x2c\x84\x25\xef\xa6\xc3\x62\x45\xe3\x81\x14\x16\x9f\x62\x5a\xdc\xde\xe4\x32\xfc\x76\xf9\xc6\xb1\x21\xf4\x14\xd6\x16\x79\x7b\x1a\xaa\x14\xd3\xb3\xc2\xb9\x3d\x5f\xd9\x54\x18\x05\x68\x5e\x51\xe4\x92\x96\x17\x1e\xe5\x0d\x65\xa7\x66\xd6\x60\x4c\x60\x78\x43\x7f\xc8\x6e\x2b\x26\xa5\x24\xad\xff\xd1\x2e\xc1\xc7\x2a\xfa\x46\xb6\x70\xf5\xed\xee\x96\xe9\xfd\x1d\x28\x5e\x3d\x91\x99\x6b\xe9\xe4\x29\x33\x4b\x26\x0f\x74\x72\x54\x33\xc2\x57\x2f\xfa\xe9\x2a\x46\xc9\x9b\xc8\x5a\xcf\xe8\x48\xa5\xfd\x4d\xf6\xab\xe2\x97\x17\xc4\x2a\x0c\x8a\xdc\x3c\x92\x1a\xaa\xc3\xa6\x0c\xce\xc1\x41\x29\xc9\xbe\xc5\x32\xcd\xe6\x23\xdd\x6b\x88\x0c\xdb\x9c\x56\xfb\x5a\x71\x46\xfc\xae\x8f\x95\xb5\x8b\xb6\xc1\xcf\x69\x91\x00\xce\x29\xa6\x07\xd4\x04\x24\x7e\x04\xf3\x38\x6a\x1f\x56\xdf\x7f\xc0\xb3\x21\x53\xfb\x61\x24\xf0\xf3\xe7\x77\x9d\x60\x1b\x4c\x9f\x85\x98\xe0\x5c\xe6\x3a\xd6\xfe\x3b\x0b\xf4\x87\xc1\x67\x12\xe6\x87\xdb\x33\x8a\xae\xc7\x58\xb9\x15\x9b\x72\xa9\xdd\x94\xc0\xe3\x2a\x65\xdc\xa2\xc0\xfd\xf2\x08\x47\xfb\x5d\xec\xcb\xad\x67\xbb\xcf\x4c\xdf\x3f\xfd\xcc\x40\xf3\x88\x53\x56\x42\x49\xed\xad\x69\xb7\x9b\x7a\xb8\x42\x06\x5f\xc5\x44\x17\xce\x0c\xe7\x6e\xdb\x99\x84\x45\x8c\xce\xc2\x12\xdd\x98\x7b\xae\xbb\x06\xe3\xf2\x4d\x42\x48\x2c\x82\x54\x1f\x3f\x87\x62\x55\xbe\xe5\x41\xb6\x79\x10\x7f\xab\xfc\xc1\xea\x6b\x13\xdc\x5a\x32\x56\xe6\x77\xc2\xe8\x8a\xf7\x0d\x07\x9c\x9e\x04\x65\xa6\x58\x94\xd5\xb6\x6b\x4f\x06\x6c\xf1\x9d\x49\x58\x0d\xec\xae\x29\x09\x8a\x0e\x77\xa9\xd4\x1f\x92\x4e\xe5\xb1\x60\x34\x22\x99\xc1\xfd\xfc\x76\x0c\xd9\xfb\xfe\xd8\x75\xb7\x0b\xb8\xb7\xb3\x9e\xcf\x61\x8a\x10\xa7\x7d\xbf\x2e\x60\xf0\x6b\x50\x1f\xcd\xe1\x43\xe0\x7c\xd2\x8b\x12\xf6\x56\x97\x09\xba\x4d\xa8\x8e\xb3\x71\xbf\xef\x6a\xa9\x8a\xb7\x94\x69\x82\x3c\x06\x77\x33\x6b\x38\x55\xed\x27\x83\x0f\x49\x2f\x3f\x3f\xbc\x77\xfb\xc7\x4d\xf4\x1b\x24\xb7\x70\x9e\xf1\x7f\x50\xfe\xca\xc3\x78\x81\x1f\xe9\x27\x9f\x9e\x84\xbd\x78\xc0\xed\x24\x50\xfc\xa6\x55\x78\xfc\xfa\x06\x3b\xb4\xab\x32\x5b\x12\x32\x3d\xfd\x9f\x59\x28\x28\x10\xf0\x5c\xa7\x94\x21\x0d\xc3\x2d\x42\x9b\x78\x95\x83\xdc\xf1\xd8\xed\xe1\xe3\x07\x45\x0f\xe9\x9f\xf9\xbc\xdf\x23\x22\x63\x70\xe0\x7f\xf3\xb3\x43\x8f\xc2\x9e\x35\xc0\x20\xe9\x6a\x09\x56\x2b\xd7\x98\xf9\xa6\x22\xb4\xaf\xd5\xdb\x37\x72\x2f\x85\xca\x58\x75\x2b\x1d\xf1\x6a\x53\x86\x63\x7b\x60\x2b\xe1\x78\x7e\xb0\x7a\x3b\xfd\xda\xfb\x55\xd8\x8b\xd0\x97\xd1\xa8\x2f\x3e\x58\x11\xbd\x67\x58\xe3\xaf\xff\x15\xa3\xb7\xe7\xc0\x1a\x68\x9c\x14\x5f\x52\xd0\xba\x30\x9e\xb3\x29\x7c\x26\x61\x5d\xb1\x97\xb8\x08\x2d\x52\xd4\xe1\xb1\xfa\x1d\x01\x0f\x2a\xf0\x51\x80\x64\x96\xc8\x96\xc0\x1b\x67\x11\x23\xfe\x83\xd4\x7b\x8c\xf7\x13\x98\xfe\x78\x2c\xc4\x72\x8c\x8f\xf8\xb7\xe5\x25\x0d\xd0\x1d\x63\x83\x49\x92\xf3\x4b\x4e\x3a\xee\x4e\xea\x6e\xb9\x40\x3b\x8b\x78\xf8\x49\x55\x71\xdc\x92\xcb\x7b\x6d\x76\xe1\x43\x86\xa0\x6f\x02\xf4\x9e\xd4\x74\xe4\x7d\x5f\x0b\x3e\x13\x12\xa0\xe0\xf7\x10\x5e\xfb\x5c\x4d\xac\x48\xee\xf0\x83\x4c\x08\x55\xa1\xc4\x88\xd4\x79\x37\x44\x2b\x4d\xa9\x1c\xad\x33\x60\x4a\xe2\x3c\xf3\x3b\x79\xb3\xae\x3a\xe5\xa2\x67\xac\x9e\x87\xc4\x09\x8f\x36\x43\x15\xc7\x0e\x4b\xeb\xf7\x2b\xb4\x6d\x54\xd7\xc8\x2f\x92\x5d\x23\xb3\xa4\xc2\xa3\x6d\x61\x3c\x66\x77\x12\x59\x57\xba\x6c\x2c\xe7\x8a\x11\x9a\x99\xfe\xa1\x62\xb4\xdb\x7b\x56\x67\x0f\x0b\x96\xb0\x30\xd8\xa2\x9d\xc9\xed\x77\xc1\xc8\x56\x95\x4b\x82\x80\xfb\x39\xb3\xac\x40\x1c\x0f\x13\xbb\x37\xb3\x2e\x93\xf2\x77\xea\xef\xd1\x2c\x6c\xec\xde\x3c\x55\x42\x18\x52\x2b\xaa\x87\x26\xee\x6e\x26\x61\xd5\x99\x5a\x55\x7c\xbd\x33\x73\xca\x07\x7b\xb0\x84\xb5\xc4\x4e\xc2\x5c\xc6\x40\x06\x47\x72\x43\x79\xa5\x61\x09\x43\x05\x71\x39\x5c\xc9\x7a\x91\x3b\x02\x32\xbc\x2c\x3c\xb8\xbc\x0b\x82\xde\x22\x0b\x92\x51\x72\x52\xca\x0e\x3a\x3b\x96\xd9\x9e\x2b\x91\x06\x59\xd2\xb5\xae\xfd\xe8\x0b\x5b\x87\x08\x04\xb1\x8d\xdb\x2f\x55\xb8\x15\x2b\xe0\x5b\x6e\x27\x6e\xe0\xac\xf2\x42\x4f\x59\x63\x49\x29\x4d\xfe\x8e\xec\x9a\xf4\x45\x29\x2b\xe9\x4a\x59\x75\x85\xab\xaa\x78\x5a\x8c\x06\xbb\xe6\xf2\x0e\x4c\xfe\x41\xb1\x2d\xb9\x57\xea\x24\xfa\x5a\x96\x0c\x8e\x3c\x11\x76\xd2\x72\x18\x54\x66\x64\x85\x45\x29\x7b\x0f\xd8\xe9\x1b\x8e\xa8\x1d\x9b\xec\xeb\xcf\xe9\x5e\xd1\xb0\x52\x27\x57\x6d\x52\x7f\xac\xb5\xaf\x1b\x6f\x24\x69\x69\x67\x37\xef\x1a\xea\x3b\x1a\xd6\x92\x5c\x55\x0c\x1a\x8b\x07\x0d\x96\xb8\x4e\x10\xf5\xc9\xe3\x95\xb1\x2f\xed\x07\x65\x7d\xe9\x4b\x91\x61\x3e\xa2\x0e\x1c\xae\x69\x4e\xfd\xb6\x01\x56\x8f\xcd\xc5\x4c\x74\x4c\x42\x4d\x05\xcd\xdd\xac\x07\x1d\x9a\xdd\x03\x7c\xf7\xc3\xfc\x63\xec\x52\xf7\xf3\x5b\xaa\x8c\x3a\x1c\xc7\x45\xd6\x28\x7f\xb7\x95\xab\x66\xc3\x03\x2d\x1f\x4b\xfd\xd2\x8b\xa2\x32\xa2\x15\x9d\xf3\x02\xa5\x7c\xd6\xdd\xab\x5c\x90\x9c\x8d\x5d\x9e\xba\x7c\x75\xc7\xf0\xdc\xf6\x93\x0b\x95\x8d\x71\x49\x49\xcd\x26\x2a\xbd\x58\xff\xb2\x5d\x78\xc8\x60\x9e\x60\x67\xe6\x0f\xfe\xe6\x68\x61\x73\x70\xb8\xd9\xac\xec\x6a\x26\x73\xac\x6e\x30\x6a\x5c\x4a\xcc\xe7\xd0\xf6\xe0\x2f\x41\x9b\x41\x8e\x41\x36\xa1\xf7\x22\xc2\x62\x87\x52\x2a\xb2\x6b\x8a\x46\x6a\x7a\x9b\x55\x7a\x5c\xc6\x77\x97\x5e\xed\xb8\xff\xd9\x67\xec\x19\xcc\xb7\x0e\xce\xb6\xa4\x55\xa0\xe5\xec\xe6\x95\x67\x2d\x64\x3d\x4d\xd3\x4e\x2e\x48\x8c\x4b\xb0\x4e\x6c\x4f\x79\x9c\xd1\x90\x6b\x5d\x9c\x5f\x55\xdb\xd4\xde\x2d\x32\xc2\x34\x1b\xb6\x26\x76\x70\xf7\xef\x7e\x6b\x0f\x79\xc1\x77\x38\xac\xbd\xaa\x26\xa1\x88\xa5\xe2\x4d\xa9\x7a\x49\x4b\xd1\x51\x01\x75\xa1\x78\x61\x6b\xc9\xfb\x8a\x85\x5a\x8e\xe6\x6b\x9d\xa3\x43\x56\x93\xf4\xcb\xfc\x3b\x19\xff\xe4\xf7\x20\x9d\x3c\x5f\x7e\x34\x2e\xda\x93\xd6\x64\xde\x8e\xd7\xca\xd5\x62\xdd\xc4\xde\xe0\x59\xbf\xd6\x44\xd2\x12\xd6\xa9\xd4\x1b\x35\x6c\x34\xd5\xba\x58\xbe\x41\x7b\x64\xf5\x6f\xfc\xff\xf1\xaa\xff\x3f\x67\x39\x3a\xd9\x47\xd9\xb1\xde\xd8\x5c\x17\x5a\xbd\xbb\x5a\xbb\xdc\xb9\x42\xb2\x3a\xb0\x45\x7b\xcc\xfa\x5f\x19\x39\x0f\xbe\x6c\x33\xac\x75\x2c\x67\x2c\xfe\x9a\xbd\x37\x39\x3e\x56\x31\xcc\x36\x64\x39\xa4\x3c\x24\x38\x72\x6f\xf4\xed\x64\xd3\x8a\xf0\xf1\xbd\x7f\x67\xde\xf7\xda\x9c\x58\x95\x9f\xab\x9a\x5a\x1a\xd3\x18\xea\xe8\x57\xea\xfe\xd9\x7e\xd4\x4a\xdd\x14\xdb\x78\xbd\x3e\xbe\xa1\xba\x41\xa7\x79\xad\xfb\x74\xea\xfa\xea\x8f\x63\xb4\x7f\xe2\x3e\x7e\xbb\xa9\xb7\x74\x73\x3a\x63\x64\xbe\x4f\xbf\xfb\x5d\x5b\x71\x63\x74\x2d\x51\xa5\x7e\xd9\xbb\x62\xed\x02\xd4\xbc\xad\xbc\x9b\x79\x81\xf9\x9f\x8b\xf6\xea\x4c\xbb\x96\xc6\x05\x57\x03\x8e\xfe\x56\x91\x3b\x9e\x5d\x5f\x9b\xb9\x36\x64\xdd\xb3\xd0\xfa\xac\x3e\xb4\x9a\xac\x94\xad\x80\x27\x7b\x22\xa3\x32\xd5\x32\x31\x21\x1e\x39\xa6\x2d\x7a\x2a\x9a\x3b\xee\x62\x8a\x49\x41\x64\x9d\x61\xf7\xf6\x44\xc8\x1a\xef\x91\xf6\x9f\x25\x6c\xee\xcd\xb4\x0e\x70\xb4\xed\xd5\x76\x95\x73\x14\x44\x65\xa3\xa4\xfe\x4c\x88\x8a\x76\x88\x50\x08\xd6\x0c\xc0\xf3\x25\xf6\x36\xf4\x4c\xf1\x7c\xe7\x7b\x12\x66\x9b\xba\x58\x18\x5b\x57\xde\x6d\x34\x09\xd6\xad\xff\x74\xff\xf9\x8b\x60\x30\xa0\xf5\x7a\xc5\xe5\xfc\x2b\x19\x6f\x12\x85\xa2\x53\xc2\x2e\x05\xe0\x79\x75\xb9\x56\x3b\x49\xdb\x0b\x59\x7b\x58\x3e\xb3\x78\x60\x99\x64\xcb\xe2\xfd\x29\xdc\x3d\xf5\x6a\xd1\xf3\xfa\x90\xde\xce\x59\xac\xed\xe8\xdf\x25\x6c\x61\x4e\xcc\x77\x06\x55\xfd\xca\xc5\x4c\x96\x8b\xba\x19\xfc\xde\x07\xcd\x75\xd9\xc1\xc4\xca\xda\xc4\xd8\x40\x59\xc7\x45\x4b\x57\xfd\x99\x9a\xa4\x3a\x8a\xc1\x6d\xdb\x19\x6f\xe2\x08\xbe\xb4\xc2\x62\xaf\xc6\xbc\x41\xfb\x85\xfe\xfd\xd0\x73\x09\x2b\x25\xc3\x24\x4d\xc8\x85\xdb\xc9\x52\xe1\x5a\xbe\xdc\x2e\x65\xb6\xae\x66\x87\x86\x57\xb4\x58\x54\x42\x15\x1e\xca\x26\x48\x3d\x90\xa0\x16\x47\x95\x6c\x55\xa1\x37\x12\xb4\x0f\xf7\xb5\x8d\x0e\xca\x32\xa8\x88\x6b\xc7\x1b\xd7\x5c\x4b\x41\x08\x78\xbf\x50\xd8\xeb\x57\xdd\x91\x45\x1b\x25\xe3\x23\xe8\x58\x66\xbe\xa0\x9f\xab\x3e\xa9\xf8\x5c\xc6\x5c\xac\x48\xf0\x05\x2f\x0b\xd7\x1d\xf6\x0b\xec\x76\x3c\xd7\xa5\x94\xd4\x4e\x8d\x13\x1d\x73\x02\x04\xe3\xbd\xf2\x3c\xea\x02\xfa\x51\x67\x33\xf6\xa0\x4e\xd2\x13\x9c\x39\xeb\x0e\xb5\xb2\xa9\x14\xcd\xa0\x70\xe7\x26\x73\x1e\xed\x29\xa5\x4f\x32\xea\x22\x0d\xbc\x5e\xec\x97\x18\x47\xe9\xaf\x53\xad\x52\x28\x53\x1a\x7d\x0f\xe3\x57\x90\xc9\xd0\xd4\xb3\x90\x77\x63\x0b\xa3\x49\x7b\x5b\xea\xd9\x66\x38\xc6\xb7\xbe\x02\x49\xc8\x9a\x55\x6b\xdf\x2f\xb6\x8e\xa7\xf6\x15\xb6\xa1\xd6\x15\x52\xe4\x90\x18\xe4\xff\xc8\xb6\xce\xc8\x46\xf5\x81\x78\xf3\x53\xd6\x47\x11\xdc\x47\x04\x4c\x14\x13\x2c\x77\x85\x15\xe5\x47\xf4\xe6\xec\x72\xfc\x38\xe2\x5c\xf3\x82\xea\x5f\x0d\x54\x2c\x3a\x1c\xc9\x9f\xc5\xab\x73\x91\x1d\x37\x0a\x18\x62\x5e\x7a\xe8\x99\xff\x52\xd3\x91\xcc\xe0\x3d\x64\x0e\xa1\x89\x23\x15\x20\x98\xc5\x52\x7f\xa7\x83\x8a\xf1\x4a\xfa\xbd\xeb\xe7\x11\x5a\x6f\x2e\x3b\xc9\x25\xf5\x17\x66\xa3\xee\xee\x11\x58\x19\xc2\x95\x99\x5d\x0b\x33\xd4\xbb\x50\xcc\xbb\x50\xd5\xf1\xbc\xc0\x2b\x72\xd4\x85\xc2\xe0\x54\xe1\x99\x50\x11\xeb\x07\xea\xad\xaf\xcf\xf0\x4c\xde\x5f\x7d\x75\xf0\xd8\xfd\x41\xf2\xfd\x85\xd7\x17\xf1\x14\xc8\x48\x98\x45\x85\xf6\x14\x1f\x1b\x36\x39\xdd\x0e\xea\x4a\xde\x2b\x59\x6d\x9d\x1a\xa7\xde\x74\x3a\x93\xb0\x98\xdb\xf9\xb3\x50\x2a\xe2\x99\x13\xba\x76\x9b\x6c\x10\xf7\x31\x7d\x35\x29\x0a\xee\xfa\x3b\x89\x17\x4c\x48\x83\x37\x73\x2f\x63\xde\x54\x42\x7e\xf1\x61\x8d\x68\x81\x41\x88\x0f\x4f\xae\x58\xd7\xd7\x8e\xc2\xff\x7e\x82\x78\xd1\xc7\x96\xab\x23\x87\x70\x46\x69\xc5\xb1\x8b\xa7\x48\x31\xe2\xc0\x50\x5f\xd6\x87\x33\x94\xed\x21\xe5\x16\x21\xe6\xfb\xe4\x97\xc4\x48\xfd\x37\x96\x2f\x44\x82\x97\x57\x35\x1f\xad\xbf\xbb\xf7\x49\x88\xd6\x9b\x3b\x4a\x06\x49\x4b\xc3\x9a\xdc\xf7\x56\xdc\x78\x7e\x49\x13\xcb\x50\xcf\x0a\xd4\x19\xbc\x71\xb9\x4f\x3c\xbd\xc0\x33\xd3\x18\x5b\x56\x9e\x43\x86\xac\xfe\xab\x16\xee\x45\x54\xa1\xc7\x4f\x6f\x4d\x5c\xe6\xbe\x70\x04\x8e\x2e\xf9\x21\x2d\xbe\xc5\x24\x08\xa1\x5e\xe2\x9c\x92\x0a\xd2\xec\xb3\xda\xf0\x79\x16\xdb\x95\xff\xb5\x51\x64\xa8\x7d\x45\xe9\x4c\xc2\x4e\xf0\x60\x4c\xba\xa4\xdf\x3b\x53\xa3\x9f\xf1\x1c\x3e\xdf\x28\x30\x1f\xa3\x8d\x3e\x47\x7d\x1c\x75\x7f\xea\x8e\xef\xad\xeb\x37\xf2\x6e\xe1\x3f\xa0\x47\xdd\x25\x40\xa3\x76\xe4\x3c\x96\xf2\xd2\x1c\xb5\xca\xf7\x11\x8c\xbb\x92\x1f\xda\xa0\x30\x7c\x69\x45\xf8\x34\xf3\xf4\xf4\xe0\x4d\x07\x46\x4e\x71\xb0\x97\x65\x93\x02\x0f\x17\x20\x5d\x47\xef\x46\x2d\x7d\x9b\x87\xb2\xfd\xdc\xf2\xe9\x87\x47\xd1\x48\xdb\x8f\x62\x9e\x26\xbe\xb9\x86\x7f\x87\x6a\x99\x4b\x5a\x4a\x46\x2b\xc7\x9a\xcb\xa7\x2d\xee\x65\xfe\xe3\xc6\xeb\xc3\xd8\xab\x38\xd0\xce\xa4\xea\x99\x2e\x64\x0f\xdf\xb1\x0d\x51\x2e\xe5\x59\x27\x13\xc1\xdc\xc1\xfd\x8e\x13\x83\x61\xf8\x0e\x1f\x35\x01\x65\xf8\x95\x31\x8a\xde\xdb\x1b\xe8\x47\xf8\xaa\x54\xf1\x5c\x78\xd2\x02\x5a\x74\xd6\xb4\x3e\x4e\xf1\x8b\x05\xc9\x4d\x19\x23\x5b\x6b\x50\xd4\xb9\x97\x3a\x7c\xa9\xe2\x61\x0c\xb9\xe3\xaa\x86\x9e\xc0\x0a\x2d\x0a\x11\x1a\x6e\x13\xf1\x9b\x4f\xda\x1f\xf1\xb1\x73\x31\x91\x30\x9e\x62\x78\xe2\xb8\xe1\x23\x11\x5d\xa4\x89\xe3\xa2\x94\xf1\xd1\xbe\x67\xf3\xd3\x0f\x35\x61\xb0\x30\xbe\x25\x7c\xec\xf9\x3a\x54\x45\x39\xf1\x9c\x78\x55\x73\x98\x18\xe1\xce\xa8\xd3\x25\x66\xc8\x61\x46\xbd\x45\x7f\x8d\x66\x9d\x52\x90\x74\xf1\xab\xdf\xe7\xe2\x4f\xf8\x9f\x0e\xbe\x76\x92\x91\x50\xf3\x7c\x37\xe0\x1d\x92\x21\xd5\x89\xb5\x5d\x0e\xe0\x4e\x1c\x2b\x4a\x69\xbd\x38\x86\xbc\x39\x02\x6f\xae\xb9\xe4\x26\xde\xd4\x31\x2f\x09\x03\x6f\x25\x67\x11\x31\xb6\x15\xda\x45\xb6\x72\x66\x7d\x06\x3b\x5a\x34\x2a\x33\x4a\x59\x2a\x23\x9a\xc3\xef\x92\xac\xe6\xdc\x36\xc2\x2a\xbf\xba\x75\xd9\xec\x09\x03\x62\x53\xae\x94\x58\xb5\xe7\x4d\x92\x6f\x21\xf2\x07\x2b\xf7\x5b\xab\xb2\xba\xfd\xcc\xec\x2f\xe9\x09\xca\xab\x88\x88\x8a\x9b\x88\x3e\xe7\x37\xe7\x6e\xe4\x18\x60\x1d\x65\x61\x64\xb3\xe0\x7c\xc1\x7b\x5d\xa8\x4b\xa2\xf3\x27\xba\xea\x65\xa3\x01\x87\xba\xa0\xb0\x94\xcc\xd2\x2f\xed\x31\x53\xdf\x77\x3f\xc0\x12\xd6\x9b\xbb\xd1\x73\x93\xa3\x67\xbc\x9a\xac\x3f\xea\x92\x28\x3c\x14\x93\x54\x28\x91\xcd\x91\x20\x10\x2d\x11\x32\x17\x92\x14\x2e\x11\x2d\x93\xd2\xf9\x39\xa6\x12\xac\x9d\x61\xc4\x6d\xf3\xce\x83\x2f\xb4\x29\x6d\xa3\xfc\x5d\x47\xe8\x54\xdd\x0e\xa2\x4f\x6b\xfb\x67\x1f\x61\x85\x6e\x7a\x64\xb8\xa6\x47\xad\xf5\x55\x3d\x4c\x43\x2f\x6d\x27\x8d\xa7\xaa\x57\x95\xde\xc9\x4b\xfc\x8a\x93\x2f\x50\x0a\x54\x7b\xa4\x5d\x64\xf4\xc4\xa2\xd0\x31\xd7\x53\x3a\xe8\x4e\x9c\x44\x8e\x70\x55\x43\x67\xdd\x94\xd8\xde\x05\x58\xc2\x9e\xda\xe8\xdb\xd6\x0b\x25\x92\xa9\xcf\xc2\x8a\x3d\xdf\xd9\x98\xd8\x0f\x6b\xd6\x5a\x90\x1b\xce\xe8\xf6\xea\x04\xeb\x22\xeb\x39\x19\x70\x9a\x88\x5a\x8e\x3a\xaa\xbb\x6f\x05\xa8\x46\xcc\x24\x86\x66\xd9\x95\x94\x36\xab\xf7\x77\x2c\x2a\x1f\x22\x32\xc6\x87\x23\x4b\x59\x83\xac\x8d\x79\x45\xa7\x29\x6b\xe1\x11\x5e\x9b\xf6\x6b\x6e\x03\x2e\x86\x8e\x93\xb6\x0a\x36\xdf\x6c\x5c\x6d\x4b\x1d\x2e\x3a\x45\x78\x68\xf8\x83\x70\xe9\xf8\xcd\xcc\x8b\x05\x1a\xd5\x0f\x5b\x5f\xf4\xe3\x4f\x7d\xf8\x63\xd5\x7b\x4f\x66\x2e\xa2\x5f\xa4\x61\xac\xf8\x4b\xda\xb7\x28\x4e\x7f\xd3\xe0\xe3\x80\x6e\xff\x52\x9f\x1f\x5e\xd3\x5e\xf6\xde\xd5\xbe\xeb\x81\x7d\x11\x02\xf1\x5f\xd3\xa4\xf2\xb1\xcb\x6a\x1b\x71\x3b\x6f\x0e\x97\xcc\x16\x6c\x32\x9f\xdc\xff\xa3\xcd\xdf\x79\x3f\xcb\xde\xaf\xd7\xb8\x5b\x4a\x99\xb9\x1f\x4f\x16\xaa\x1d\xb7\x13\xdf\x1c\x53\x16\x1d\x19\xb9\x1d\xed\x1d\xf7\x38\x31\x33\x7d\x2a\xf7\xa0\x94\xbc\xf6\x7e\x6b\x4b\xff\xdd\x49\x8b\x65\xe1\xbd\x7f\xf0\x9f\xdb\xa5\xb3\x23\x03\x5b\xad\xb7\x2a\x7d\xf2\xdf\xa5\x56\xe5\x5a\xe4\x5c\xcf\x71\xc8\x12\xc8\xc2\xc9\x56\xcb\x23\x2a\x12\xac\x08\xaf\x55\x68\x79\xd5\x3d\x31\x5a\x30\xdb\xb2\xb6\x77\x82\xf3\x4f\xbe\xf3\xf4\x74\xa7\x66\xc1\x69\xc4\xbf\xd3\xa0\xde\xb2\x71\xa9\xf6\x72\xd5\x61\x35\x45\xf5\xa5\xca\xe9\x6a\x86\xda\x99\xa6\x6f\xed\xe4\xbd\xed\x23\x83\xd3\xfd\xcb\xa8\x7f\xad\x42\xfd\xb7\xeb\xb8\xf9\x70\xff\xf0\xd5\x3e\xc9\x41\xff\xb1\xc8\xe9\x97\xff\x29\xd7\x89\xc3\xe1\xa5\xbd\x7b\x5b\xa7\xeb\x46\xcb\x1b\x4b\xb7\x16\x76\x67\x43\x67\x1d\x67\xe9\xe7\x67\x56\x85\xf6\x7f\xfc\x97\xf1\xc0\x3e\xd6\x8e\xc4\x3a\xcf\x32\xeb\xbc\xdc\x74\xec\x84\xe5\xc8\xd0\xa0\x4a\xff\xfd\x5e\x82\xee\x27\xdd\x6b\xdd\x09\xbd\x8f\x47\xa5\x17\x24\x76\x56\xff\x8d\xfb\xd0\x7c\x2b\x60\xc5\x6f\xfe\xc6\x54\xd7\xd8\x8f\xc1\xf5\x3e\xc6\x2e\xdc\xb6\x98\x66\xd7\xfa\xd8\xda\xc4\xea\x7b\x15\xe6\x95\x7b\x55\x21\x35\x84\xad\xda\x23\xf1\x8b\x2c\xbb\xc5\xff\xc4\xbf\x3b\xbe\x82\x35\xed\x3a\x5c\xd8\x8f\xd6\xb1\xda\x32\xd1\x68\x52\xdd\x56\xde\x5f\x9a\x50\xd0\x99\xeb\x94\xe9\x9f\xc1\x95\x7e\x37\x2d\x23\xfd\x51\xb6\x4c\xe9\x48\x6b\xc0\xe0\xde\x7c\xd6\xf6\xc6\x5f\xf9\xf7\xd3\x96\x82\xc7\xdf\xf6\x9a\xb7\x2c\xd6\x4b\x54\xa6\x96\xd0\x16\x78\x67\x7f\x49\x9b\x48\x56\x8b\x3b\x8a\xb6\x8c\xc8\x0c\x3d\x0c\x29\x0c\xe6\x0c\xbf\x15\xa7\x94\x59\x50\xf1\xb8\x85\x68\xd0\x61\x3e\x68\xf7\xe6\x9f\xe6\x7f\x6f\x35\x7f\xc2\xac\x9b\xaf\x3e\xb4\xfc\x4a\x3e\x7e\x36\x5b\xaa\x7e\xbc\x6f\x14\x59\xa8\x49\xe0\xb1\xcf\xb6\x67\xb9\xdb\xa2\x4b\xac\x53\x8e\x53\x96\x1b\x53\x80\x66\xdc\x8d\x1c\xef\xf2\xbe\x56\xcc\xe1\x96\xc5\x97\x87\x7f\xc4\x0f\xcc\x33\x6a\xbd\x15\x0d\x24\xc5\x1f\xb3\xc4\x92\x6e\x46\x83\x90\x7c\x7f\x2a\x2f\x7c\x97\x9b\x0e\x32\x36\x25\x16\x82\xa6\xef\x8d\x30\x0d\xc2\x0c\x45\xcd\x28\x9c\x05\x03\x98\xe3\xea\x73\xf8\x2a\xdf\xb7\x4f\x8c\xce\xaf\xb2\x1f\xff\x76\x96\x65\x5d\x69\xec\x66\x6b\x42\x19\x6e\x06\x61\xf4\x7e\xc8\x1d\x9f\x76\xd7\x35\x7b\x17\xab\xeb\xc6\x15\xba\x5a\x5a\x2f\xd5\xb6\x95\xa6\xe4\x6d\x7e\x11\xc8\x17\x6a\x44\x9a\x8d\xb8\xe8\x04\x2e\xc7\x7f\xcf\x7b\x5f\x33\xda\xf3\x74\x9a\x7c\xeb\xb7\x5e\xd4\x25\x9f\xde\xad\x9a\xb5\x5c\xc3\xb8\xd6\x80\x1c\x37\x4d\xbb\x3c\x73\x47\x03\x71\xcd\x25\x65\xbb\x5f\x1f\xa4\x32\xc5\x39\x85\xed\x04\x0a\xf9\x32\x05\x19\x64\xbb\xb4\xf4\xcc\xa3\x5c\x7b\x42\x5e\x25\x4b\x14\x95\x36\x38\x0f\xde\x5b\xbc\x77\xa8\x07\xad\x81\x67\x73\x3d\x5d\xe6\x15\x2f\xd2\x6c\x43\xf9\xdc\xcd\xac\xaf\x1b\x12\x68\x06\x2b\x56\xca\x60\x8b\x7d\xe4\x1b\xe5\xb2\x60\x1d\x67\xba\xcd\x50\x4c\xe7\xfb\x63\x40\xc8\xe5\x17\xb5\x8e\xa9\x75\xab\x27\x79\x84\x40\x46\x50\x85\x69\xbb\xdb\xa4\xf2\x46\x04\x24\x01\x73\x26\xac\x7d\xa8\x58\x2d\xa1\xdd\xef\x8a\xdd\x3d\x83\x35\xd5\x1c\x59\x35\x11\x3d\xde\x1b\x6c\x14\x8c\xbc\xd4\xd1\x64\x19\xc4\x26\x5f\xbe\x7e\x79\x49\x85\xcb\x4e\x20\x5a\xa9\x44\x69\x88\xe1\x40\xe4\xbf\x96\x70\x29\x7f\xb2\xc1\x63\xd0\x7c\x29\xe0\x78\xec\xf4\xf4\xd8\x6f\x3a\xbf\x8d\x23\xdf\x3c\x2a\xc1\xe3\xc0\xfc\xb2\x06\xb7\x4c\x8d\x90\x05\x87\x07\xe3\x36\xe5\x10\xb1\x3c\x01\x07\x76\xc7\x87\x97\xef\x5e\xbe\x3f\x22\x62\xa1\x1b\xe1\x8e\x93\xaa\xd5\x88\xb0\xb8\xe9\xc9\x10\x11\x97\xa9\x53\xb9\xdf\x8d\x3a\x63\xbf\x5b\x76\x7a\x7a\xd4\x34\x7b\xa5\x8d\x23\x77\x22\xe2\x9b\x73\xa5\x7e\x88\x42\xbf\x08\x19\x7b\x1a\x3d\xfa\xb7\x5a\xc2\x0e\xac\x5a\x34\xfc\x97\xe5\x4f\xb7\x1e\x59\xbf\x46\xc1\xb5\x23\xc7\x62\xe1\x12\x4e\x56\xc2\x30\xcc\x76\xb2\x09\xea\x4a\xde\x28\x51\x6f\xcd\x1f\x7f\xb8\x79\x16\x69\x3d\x9a\x17\x6c\x5b\xc8\x59\x0d\xf7\x77\x74\xd0\xca\x95\xae\xe4\x71\x66\x94\xf9\x66\x8f\x3f\xfd\xc1\x0b\xa5\xf4\x89\xe6\xdd\x9d\x1b\x1a\xd7\xc7\x9f\xb1\x7f\xc8\x20\xd2\x65\xa0\xe6\x0d\x93\x7b\xae\x43\x66\x8b\xe4\x9b\x1b\xff\xa4\x60\xa9\xc9\x6f\x58\x75\x55\xf0\xec\x49\x2c\x08\xb4\x5f\xcf\x27\x0f\x41\xb3\xed\x96\x51\x16\x5d\x64\xd1\xa5\xd4\xfb\xf4\xe4\x83\xff\xab\xa8\x47\xc6\xb7\x5a\x2e\x7d\x02\x4f\x2f\x6d\x23\x39\xbc\x19\x22\xf8\x46\x4d\xc9\xf9\x48\x72\x4d\x7d\xc1\xf2\x9b\x37\x7b\x0c\x63\x2e\x7d\x3d\xf9\x80\xfa\x52\xcd\xc9\xcf\xd3\xd3\x95\xc0\x8e\xc2\xbc\x64\x57\x6b\x5d\x7c\x29\x01\x56\x1d\x7a\x6f\xa2\x6d\x6c\xbf\xd7\xa3\x8f\xcd\x6f\xbf\xb8\x84\x0b\xbe\x80\x27\x40\xfa\x6e\x36\xca\x53\xbc\xe7\xe4\x93\x6c\x68\xe2\x19\x6a\x77\xcd\xb1\x3d\x98\xa2\x2e\x64\x6b\xd5\x52\xf4\x13\x2e\xbe\x3b\xe6\x3c\x3d\x5d\x11\xef\x2c\x4d\xf9\xe6\x71\x47\xbf\x56\x9a\x81\xa5\x88\xd8\x1d\xe3\x36\xda\x3a\x72\xfa\x5d\x91\xcb\x4d\xe0\x0b\x78\x0a\x5e\x00\xce\xdb\x2e\x2f\x09\x71\x88\xc9\xd4\x59\x69\x44\x53\x54\x16\xcc\x88\xdc\x0f\x23\xe6\xb3\x26\xab\x8b\xfa\x70\xe7\x45\x8e\x51\x4f\x4f\xb7\x1c\x06\xb2\x53\xa7\xbc\x87\x4c\xb4\x65\x36\xd9\xa8\xbe\x9a\xa2\xf9\x3f\x5f\x7d\xe0\x79\xc7\xee\xba\xeb\x95\x3b\x17\x07\x2e\xc4\x5d\x8c\xbb\x39\xff\xdc\x19\x9b\xe2\x9b\x0a\xf3\xb8\xa8\xa5\xca\x4f\xd3\xef\x6e\x13\x11\x9b\x59\x5a\x35\xd2\x7d\x09\xf3\xf4\x47\xc1\xa7\xa7\xab\x4f\x5a\x27\xb3\x79\x02\xc9\xcd\x7f\xfc\x6a\x66\xb7\x25\x46\x7b\x43\xf3\x08\x13\x79\xf0\x71\xfb\x83\xbc\xbb\x1f\x6f\x27\xde\xba\x70\xdb\xe2\xae\x0d\xb2\x39\xe6\x16\x69\x36\x4b\x9a\x28\x86\x4a\xa0\xe9\xb2\xbb\x75\x44\x74\xd6\x6e\xcd\x44\x5f\xd3\x82\xd5\x91\xd6\xe9\xe9\xaa\x7c\x37\x55\x7e\x72\x28\x8b\xf5\x96\x62\x39\x97\x23\xc9\x21\xba\x35\x3a\x15\x1a\xee\xeb\x96\x17\xca\xcf\x0a\x1f\xe7\x3f\x0a\x7f\xf2\x05\xf9\xf5\xab\x7a\x2c\x4a\xd2\x51\x96\x05\xd1\x2c\x55\x74\x33\x32\xf7\xba\xa8\xb7\x39\x48\xb5\x0f\xfb\xbf\x2e\x3a\x1d\x4f\x9e\x9e\xee\x64\x0f\xa6\x95\x66\x45\xce\xd8\x6f\xab\x2e\xf0\x59\x52\xa9\x11\xa4\xa1\xbb\xe1\x65\x60\x73\xbe\x9f\x79\xbb\x8b\xca\xf2\x5a\x16\x35\x06\x8d\x1b\x23\x1f\xd7\xf5\x1b\x09\x0b\xaf\x68\x91\x2a\x8e\xf9\x07\xcf\x2b\xd1\x3d\x39\xb3\x75\x62\x03\x86\x4b\xed\x27\x33\xa7\xa7\xc7\xb2\xa3\xfb\x95\x23\xf1\x02\xce\x01\x1a\x27\x22\x7e\x2c\xfd\xe4\xbb\x04\x8d\xdf\x1e\x7d\x51\x24\x24\xc5\x9b\xc5\xe1\xc1\xc6\xc7\xb9\x88\xd7\xf2\xe9\x90\x04\x9f\x0a\x9d\x75\x4a\x2c\x4b\xf5\xa5\xf9\xb1\x17\x5b\xb4\x48\xde\xd3\xfa\xa4\xa1\x1f\xcb\xf1\xf0\xee\x9c\x76\xac\x0b\x4a\xd6\xf0\x48\xd5\x7f\x2b\xaf\x2c\x28\xc5\x8c\x45\xd1\xc7\xa0\x44\x73\x48\x21\x4e\xba\x4d\x7c\x9f\xe8\x94\x98\x8d\xb4\x8d\x72\x84\x01\x9d\xe5\x1b\xb7\xb2\xe4\x6b\xd5\x2d\x0b\x0b\xaf\xa2\x18\xdc\xbc\xaa\x06\xf1\xa1\xfc\x95\x29\x58\xc2\xbc\x63\x33\x7b\x06\x95\x77\x8f\x0d\xbb\xb6\x8b\x9c\x93\x80\x3f\xcb\x4f\xda\x78\x76\x0e\xa6\xc6\xef\x78\xf4\x24\x74\x06\x0c\xae\xdf\xab\xd9\xee\x73\xeb\x09\xbd\x96\xd8\xfa\xf5\x4d\x6b\xd6\x2a\xdf\x2b\x23\x66\x24\x1f\xab\x91\x7a\xf8\xee\x0a\xe2\xe4\xde\x72\x72\xfb\x9d\x6c\x9c\xc8\x5d\x0f\x7a\x8b\x22\x2d\x7c\x39\x3b\x21\x3a\xb1\x14\xd1\xcb\x02\x76\x7c\x6f\xb8\x9d\xb9\x32\xb9\xd1\xf8\xde\x09\xd9\x49\xec\xff\x8c\x54\xe9\xd5\x13\x31\x73\x75\x68\xf4\xa7\x8b\x5b\xce\x63\x68\x72\x1c\xad\x5a\x47\x64\x6b\xd7\x05\xba\x2a\xca\x19\x53\x79\x43\x7f\xba\x71\x58\x5c\xd5\xca\xd0\xb2\x56\x5a\xfb\xa5\x25\x47\x2f\x9d\x29\xd1\x29\x21\x24\x15\x21\x5d\x2b\x7f\x45\x65\x4d\xf7\xab\x51\xbe\xb5\xa2\x73\xb8\xaf\x6b\xf8\x9d\x34\x9c\xe2\xdb\xad\x8f\x46\x15\xd6\x9a\x10\x96\xf2\xd2\x08\x7f\x53\x70\x11\x7a\xf2\xc5\x90\x8f\x6e\xf4\x96\x6f\x74\xc9\x95\x5f\xea\x95\x69\x13\x6b\x04\xaa\x0c\xa9\x09\xa9\x37\x6a\xb1\xea\x6a\x9a\x50\x5b\xdf\x70\xd2\xf4\xf6\x0b\xb2\x8b\x7d\x92\x4e\x5c\xb0\x5e\x33\xd8\xad\x33\xf5\x65\x03\x91\x85\x3f\xc4\x5a\xc0\xeb\x47\xaa\x77\x28\xf0\x48\x12\x0d\x89\xf1\xb8\x69\x63\x64\x9b\x64\x93\x61\x39\x68\xe6\x63\x2a\x66\x22\x61\x66\x6f\xbe\x6c\xe3\xed\x54\xee\x19\x1c\x38\x1f\xf9\x30\x49\x3d\xfb\x42\xa9\x5c\x5d\x4b\x97\xdd\xe8\x8b\xa5\xf0\xc3\xa9\x73\x5b\xb9\x63\x3a\x63\xd5\x2b\x51\x57\x52\x50\x97\x2c\x19\xae\xed\x83\xe9\x98\xe6\x01\xdc\xaa\xdd\x5b\x5c\xd1\x9c\x4f\x5c\x1b\x3c\x25\x7d\x48\x83\x02\xc3\x5b\x13\x24\x33\xa6\x8a\xf0\x2a\x1b\x5b\x05\xfb\x97\xa6\x9e\xac\xd1\xfd\xf9\x1c\xe6\x16\xe9\xb4\x51\xef\xcb\x7a\xf3\xe2\x0b\x69\x8b\x31\x4f\x03\x2b\xc2\xe6\x43\x48\x43\x3f\x87\xb0\x07\x4f\x86\x7e\x0a\x97\x89\x31\x4b\x54\x4f\xaf\xc8\xd7\x2b\xdf\x6e\x40\xef\x14\x1f\xc5\x9f\x2b\xdb\xfc\x87\x2c\xc6\xa6\xcf\xf4\x6a\x9f\x6f\x53\x7a\xf9\xbd\x1c\xec\xc4\xb2\x94\x8d\x64\xf5\xe4\xe6\x64\xd6\x94\xb2\x54\xb3\x0c\xed\x9c\xc9\x22\xbb\x0a\xa5\xfa\x1f\x1d\x5f\xfb\xe3\x27\x77\x56\x3e\xec\xf3\xfd\xb3\xf7\xdd\xaa\x9b\x13\x1c\xe2\x6f\xdb\xad\xe1\x2a\xb2\xc8\xd2\x28\x1c\x2d\x7c\x5e\x94\x5a\xac\x58\xfa\xb0\x5c\xb7\x2e\xad\xd9\xbd\xe3\x51\x3f\xd1\xf8\xc9\xe2\x85\x2d\xbe\x93\x84\x7f\xe6\xff\xfb\x75\x92\x7a\x38\xb8\x3b\xbf\x83\xba\x25\xbc\x41\xbe\xa5\xb5\x99\xb1\x8b\x7d\xda\xfd\x3f\xe1\x3b\x76\xda\x57\xd9\x25\xdd\x18\x5b\x55\x59\x62\x9b\xbf\x3d\xad\x35\x49\x39\xd6\x3a\x5e\x3e\x5a\x3f\x6e\x31\xe3\xb5\x1e\x73\xb2\xf9\x1f\x38\x9f\xed\xde\xde\x18\x5e\x45\x5d\x62\x9c\xb5\x99\x1c\x18\x7f\x3f\x2c\xde\xdf\xd4\x2d\xd3\x79\xa3\x4d\xb1\x79\xb9\xe9\xb8\xc5\xab\xfd\x4e\x2f\xf6\xd4\xe6\x5a\xe9\xf1\xfd\x7f\x64\x8f\xda\x7d\xb5\xf2\x64\x96\x6f\x22\x72\xf4\xc7\x40\x6b\x4f\x6f\x87\x5e\xcb\x48\x23\x56\x0d\x69\x15\x4e\x69\x5f\xf1\x58\x21\x5d\xe1\xcd\xa2\x4f\x25\x89\x0d\x6f\x7a\x34\x26\xf7\xd7\x1e\x1d\xe5\xfc\x95\xfd\xe0\xe9\xa6\xc0\xdc\x95\x91\x83\x3e\xf4\x8e\xde\x16\x8c\x86\xe7\xd5\x4f\xcb\x4e\x8a\x5f\xe4\xcd\x67\x99\xa7\x55\xa5\x3c\x4e\x50\x8c\xc3\x8e\x63\x8a\x47\x4b\xa1\x2f\x18\xac\xb3\xea\xbd\x3c\xa9\xba\x76\xf5\xf8\xe1\x9f\x25\xac\x91\xcc\xa4\x0d\xce\xb7\x23\xd7\xf3\x56\x2e\x95\xfc\xc8\xf3\xcb\xbc\x95\xe2\x9d\xc0\x10\x53\x14\xde\x1c\x52\x18\x28\xe1\x7f\xc1\xe7\xad\x77\x8f\xdf\xe5\x30\xe1\x64\xf7\xfc\x92\xba\xb9\x2e\xca\x49\xda\x75\xa3\x13\x9b\xdf\xf9\xf7\xf1\x17\x25\x06\x73\x5b\x59\xaa\x04\x0b\xb0\xb2\x2e\x25\x6b\xc6\x3d\x89\xc8\x08\xb9\xe4\x7f\xc3\x6b\xd1\xed\xad\xd3\x67\xfb\x1c\xeb\x55\x4b\x56\xcb\x1c\xdb\xcb\xee\xc7\x61\x0a\x29\x28\x05\xf3\x75\xb6\xdd\xc9\xd3\x45\x1b\x83\xbf\x4b\xd8\xc0\x9d\xa4\xe9\xf8\x5a\x3d\x96\x77\x21\x29\x21\x2a\x34\xe4\x81\x1f\xb3\x87\xa6\xf3\x05\x5b\x7e\x4b\x0c\x13\x72\x03\x0c\xed\x44\xad\x64\x75\x27\xf5\x06\x1d\x0a\xab\x7d\x8f\x96\xb0\x0f\xc9\x83\x45\x33\x8d\x0e\xfd\xf2\xf3\x57\x76\x8f\xcf\x25\x2c\xed\x0f\x6e\xd6\xb3\x17\xfa\x24\xcb\x84\x73\xfa\xf6\xbb\xe4\xda\xf7\x58\xbe\x33\xa2\xd3\x79\xa7\x6e\xae\xb4\x20\x7f\x59\x86\x45\x62\x5b\xec\x44\x82\xe7\x57\xbd\xde\x77\x6b\x49\x4f\xda\x88\x3b\xe9\x62\xa5\x75\xad\xd4\x23\xf4\x2b\x8a\xc7\x70\x4d\x89\x6e\xb6\xa9\x27\xb0\x32\x37\x23\x3b\xd2\xca\xfb\x97\xbd\xb8\x99\xa3\x81\xbc\x86\x8d\xd2\x67\x39\x24\x71\x51\xa1\x3d\x3e\x4b\x2e\x54\xb6\x1e\x96\x64\xb6\x1d\x51\x03\x45\x11\xfd\xeb\x76\xf7\x7d\x6c\x63\x88\xb3\x9f\x55\x6d\x75\x09\x4e\xb5\x6e\x41\x16\xea\x84\x65\x66\xb3\x43\xb3\xa4\x2e\x71\x28\x20\xd9\x31\xdf\x44\x56\x6b\x54\xe9\x9a\xf4\xa9\x48\x22\x6f\x11\x9b\x09\x53\x09\x3d\x2a\x15\x2d\xb9\xcb\xb7\x76\xda\xeb\x1c\x8b\xe2\xd3\x2a\x7a\xc6\xf7\x9c\x54\x83\xb8\x93\xd0\x0b\x8f\x9a\xc6\x87\x4c\x97\x99\x4f\x28\x4f\x4f\x0f\x86\x27\x3b\x5b\x0a\x0a\x6e\xc6\x84\xba\x6f\x5a\xda\x68\x19\xc9\xdf\x14\x77\xe1\x93\x66\xe3\x67\x28\xa1\x38\x21\xd1\xf8\xb4\xfc\xd1\x0e\xe7\x3e\x16\xc3\xd7\x52\x46\x64\xde\x2e\x19\x07\x4d\x79\x4b\x55\xcf\x8a\xa8\xd6\x2c\xe4\xea\x0b\x3d\xa8\xb3\x6f\xf7\xc8\x4f\x4f\x8f\xe4\x26\xa6\x5a\xb8\x72\x37\x22\x04\x9c\x93\x8d\x4a\x15\xf3\xc4\x45\xb8\x83\x99\xd4\xa8\x6c\x88\xe5\x09\xae\x62\x76\xbc\x13\x7c\x6d\xf6\x82\xf6\xb5\x15\x5e\x3d\x79\x0f\x8b\x96\x88\x84\xe2\x9e\x91\xaa\x93\x5c\x30\x66\x0a\x61\x49\x6d\xeb\xe4\x38\xcb\xc6\xd9\x1e\xeb\x99\x2a\x6e\x29\xce\x72\x09\xbb\x6f\x77\x4d\xcb\x57\xa6\x8e\xcf\x95\xe9\x3d\x85\xc2\xe7\x52\x6c\x57\x34\x95\x17\x6e\x8f\xc5\xef\x95\xdd\xa2\x7a\x26\xfb\xbe\x95\xe8\x2e\x7d\x20\x6f\xae\x6c\x94\xce\x4d\x9b\x52\x5f\xa2\xd8\xa5\xfc\xd0\x86\xd6\xe1\x5b\xcb\x10\xca\x9e\x5a\x69\xf9\x90\x65\x1d\x4c\x6d\xe0\xa0\xaa\xc3\x69\xc5\xaa\x40\xe5\xfb\x39\x0c\x8b\x09\xd5\xee\xe9\xf8\x3d\x94\x6b\x98\x17\xde\x5d\x50\x7b\xf0\x03\x15\xeb\x63\x30\xe5\x1c\xbb\xb7\x84\xb5\x7a\x85\xb9\xa4\xc7\x6c\x64\x56\xb6\x75\xad\x6c\x1f\xe6\x82\xc5\xe1\xe8\xe9\xe9\xfc\x8f\x56\x9c\xec\x35\x77\x15\x4b\x0a\xf1\xff\x1f\x61\x6f\x15\x56\xe7\x93\x6c\x0f\x37\x09\x84\x60\xc1\xdd\xdd\xdd\xdd\x21\x84\xe0\xee\x10\xdc\x2d\xb8\x6b\x70\x77\x09\xee\xee\xee\xee\x0e\xc1\x82\x3b\xc1\x13\x02\x84\xec\xef\x99\xcc\x6f\xe6\xcc\xcc\x99\xf3\xff\xfa\x8a\x9b\x2a\x7a\xf7\x7e\x9f\x5e\xeb\xad\x5a\xb5\xf6\x2b\x2d\x02\xa9\x4f\xdc\x5c\x0c\x0c\xa4\x56\x58\xbb\x48\xfd\xd0\x53\x80\x04\xd0\x01\x65\x44\x7c\x7c\x56\x3a\x08\x3f\x8a\x6c\xac\xae\x99\x2d\xb4\x2f\x7a\x2c\x42\xce\x8f\xba\x9b\x81\xd5\xa5\xe2\xa3\x85\x07\x0f\x08\xe4\x1b\xff\x0c\xa4\x59\x23\xc6\xc2\x85\xd1\xc0\xf2\x1d\x19\x37\x19\x2b\x2f\xf9\x25\xce\xd9\x9b\x5a\x18\x29\x60\x09\x90\x01\x27\xc0\x78\x6d\x8c\x5d\x42\x43\xcb\x63\xf5\xd6\x4d\x9b\xd0\x2a\xc9\x1b\x3e\x1a\xfa\x73\x7b\x6d\x4a\x7f\xde\xc2\xf1\xa1\xe1\x83\x2c\x04\x72\x11\x37\x86\x5f\xda\x1b\x97\xe6\xf6\xdd\xd0\x58\xe6\x80\xc3\x82\x8c\x19\xef\x02\xb5\x1c\x36\x08\x30\x02\x74\xc0\x06\x48\x00\xe9\xab\xb7\x98\x3d\x54\x80\x4b\x58\x1a\x4b\x53\xc4\x92\xc8\xd3\x31\xca\xef\xf3\x9b\x9a\xda\x3e\x8f\x05\xb5\x83\xd5\x7b\x3f\x08\xe4\x58\x75\x4c\xb4\x86\x29\xf1\xd2\x1b\xd7\x58\xe0\xdd\x16\x47\x34\x31\x32\x4a\x29\x5c\x0a\xb4\x3c\x20\x04\x4c\x00\x1b\xc0\x01\x11\x68\x3e\x0c\x16\x4a\x23\xce\x34\x29\x5d\x0d\x4a\x8b\x3e\xcf\x97\x91\x8c\x59\xed\x35\x42\x7d\x1e\x0b\x76\xfb\xd3\xf7\x6f\x20\x90\x33\xe6\xa9\x93\xfa\x9b\x74\x72\x3f\x37\xb3\x51\xb9\x28\x2e\x79\x22\x2c\x04\x84\x37\x11\x88\x3b\xaf\x97\x61\x9a\xa0\x11\x5f\xa2\xbc\xcc\x81\x7e\x40\x87\xa2\x78\xc9\xd1\x27\x65\xa8\x81\x6d\x51\xed\x49\x1a\x69\x91\x7d\x57\xfd\xd8\xe7\xb5\x60\x7e\x10\x7e\x9f\x02\x81\x5c\xd2\xcd\x6f\xb5\x94\x66\xd7\x04\x95\x58\x46\x2a\x6e\xf1\x40\x93\x99\x62\xc4\xe0\xb2\x60\xc3\xa3\x63\x21\x1f\x20\x45\x22\xd1\x22\x45\x21\xd7\xa1\x43\xc8\xcc\x38\x2c\x24\xd5\xd5\xa7\x2c\xc3\x3d\x2f\xa2\x9a\xb3\x2b\x6b\x99\xfb\x85\x16\xf7\x0e\xae\x7e\x6a\x43\x20\x77\xfe\x5f\xbc\xbb\x0a\xf3\xce\x3e\x65\xd9\xc1\xa9\x4e\x09\x55\x30\x49\x90\x08\x10\xc4\x93\x62\x12\x6e\xe2\x63\xe0\x44\x60\x8b\xe1\x14\xe1\xd9\x12\xcd\x52\x0c\xb1\x27\x4b\xaa\xaa\x9f\x58\x02\x2f\x9b\xe8\xbc\xcf\xbc\xb5\x75\x03\x99\x8b\xbd\x47\x1a\x0f\xa8\x10\xc8\xa3\xf6\x26\x7c\x9f\x6d\xf1\x64\x14\x81\x63\xb5\x8e\xc1\x3b\x3f\x3e\x7f\x46\x19\x56\x14\xc6\x64\xda\x6c\x2a\x63\x8a\x66\xb2\x7e\x8a\x64\xaa\x7d\x7a\x72\x16\x3d\xee\x5a\x29\x07\xf5\x7e\x8b\x74\xaf\xa9\x68\xcb\x1c\x99\xba\xa3\x41\xb9\x65\xb4\xa3\x87\x47\x23\x08\xe4\xd9\x78\xa7\x6f\xe8\xa2\x3c\x3b\xce\xdc\x9d\xc3\xfc\x9d\xfa\x57\xe9\x13\xbe\x66\x16\x2d\xde\x52\x2e\x34\xb6\x06\x56\x39\x16\x52\x56\x62\x76\x54\x6e\x46\xc1\x15\x89\xed\xf7\xb1\x5a\xf6\x96\x1e\x9e\x6d\xd1\xcf\x9f\x23\xea\xd4\x06\xe3\x56\x92\x8e\xb1\x7f\xfd\x99\xd1\x3a\x3c\x19\x4b\xad\x61\x4c\xc6\x0c\xd6\x75\xb6\x32\x41\x50\xab\x7f\x6b\x21\x88\x29\xfd\x42\xdc\x5d\xc4\x59\xe8\x8d\x20\x85\xd0\x1b\x11\x15\x89\x4a\x59\x15\xa5\x04\x6d\x3d\xa3\x16\x5b\x37\x1f\x9f\xe8\xa0\x5c\xc4\x3a\x84\xc1\xc1\x95\xa4\x93\x87\xbf\xdf\xba\xa7\x64\xd3\x72\xf5\xe6\x79\x05\x71\xee\xfe\x31\x8e\xcd\xc6\xc5\xea\xf9\xef\x1e\xd4\x70\x95\x5e\xcb\xe3\xbf\x87\x97\x25\x91\xd3\x91\x37\x57\x81\xd2\xca\x37\x42\x32\x5f\xb2\xbf\x70\xaf\x0a\x8a\x8b\x4f\xca\x37\xa8\x97\x1c\x32\x5e\x99\x3e\xe5\x7a\xda\x86\xfc\x99\x63\x99\x3b\xe9\x41\xaa\xca\xcb\xfe\x1c\x43\xef\x97\xec\x38\x6f\x8a\xa5\x35\x6b\x58\x60\xb0\xa2\x8b\xa1\xcd\xab\x7d\xad\x9d\xad\xfb\x68\xd4\x6c\xa1\x65\x77\xef\xf6\xc9\xd7\x37\x74\x27\xbe\x3a\x93\xa5\x2c\xb5\xd5\x7f\x58\x78\xf9\xfc\xe8\xc5\xaf\xc7\xbf\x65\xb8\xa6\xdc\x58\x19\xbf\x6d\xb7\xae\x80\xce\xc2\x88\x7e\xf6\xe7\xff\x88\x6c\x49\x60\x07\x67\xf7\xd1\xf2\xc0\x22\xdc\x42\xde\xd2\xd9\x06\xd6\x11\xea\xe3\x9d\x4f\x4e\xc8\x4d\x8c\x45\xca\x63\x2e\x75\x05\x42\xe3\xef\x5e\xe9\x69\xf5\xcd\xd9\xf3\xa7\xdf\x7f\x3a\xdf\x8f\x0e\xc7\x72\x2b\xf5\x23\x07\xad\x15\xe5\xb2\x59\xca\xb1\xa2\x41\x5e\xee\x53\x0e\xf7\x1e\x5e\x1e\x57\xee\xda\x6e\x26\x1e\x3c\x5e\xfe\xfe\xd3\xc1\x87\x51\x23\xc9\x94\x9f\x39\x8b\xfd\x6a\xce\xda\x08\x87\xc4\x66\x3f\xad\xdb\x1c\x53\xdd\x7b\xfd\xe3\xb6\xbd\xeb\x3e\x40\x5f\x6a\x1a\x3e\x6e\x2d\xab\xe0\xf9\xbc\x9b\x28\x16\xe6\x19\x01\x17\xfe\xe2\x13\xf5\x27\xc4\x50\xa6\x70\xce\x68\x97\x38\xeb\x14\xed\x2c\xcc\x02\xc9\x4a\x89\xc6\xfb\x5e\xbf\x71\xbd\xc5\xe9\xad\xa8\xb3\x37\xf7\x2c\xff\x8a\x3a\x37\xe9\x7b\xc9\x4b\xea\x23\x5a\xed\x5d\xd5\xad\x05\x2f\xd3\xc6\x32\xb1\xd3\x12\x92\xaf\x52\x6d\xd2\x5e\xa5\x87\x65\xd1\xe7\xac\x14\x17\x56\x7e\x6d\x98\xe9\xf0\x19\x4c\x98\x55\x5b\x23\x3b\x50\xbc\x6c\x7a\x3a\xf8\x4f\xec\xbb\x01\xfb\x28\xcb\x47\xe3\xac\xdd\x05\x0d\xea\x65\x64\x39\x29\x99\xc8\x85\x45\x45\x7b\x25\xb5\x65\x1b\x95\xef\xea\xbc\x5a\xbe\x75\xa9\x0e\x16\x4e\x42\x96\xc0\xd7\xc6\xe3\xed\xdb\x13\x08\xc7\x7f\x83\xdf\x5b\xdc\xc3\x80\x35\xad\xe9\x2f\x83\x24\x6d\x0d\xb5\x5d\x65\x46\x8d\xae\x0d\xdb\x0d\x90\xe6\xa1\xf6\xdd\xae\xb9\xe1\xd0\x29\x97\xc5\x97\x1b\xcc\xfb\x97\x97\xdb\x0f\xce\xff\x15\xbd\xff\x73\x3d\x3d\x6d\xdf\x53\x7f\xf7\xb8\x66\xbd\x92\x3b\x6f\x3e\xd5\x3c\x73\x3f\xdb\xb8\xd8\xf9\xf9\xff\xcb\x5e\x9e\x69\x1f\x0d\xee\xeb\x6f\xbd\xae\xb5\xcf\x5f\x1f\xdb\x1e\xb0\xee\xb2\x6d\x6d\xae\x97\xaf\xf1\x7f\x99\x58\xf9\xb8\x7a\xb7\xb9\x7e\x3a\xf5\x13\xee\xff\x8a\xfd\xdd\xf1\x13\xfd\xba\xf4\xbc\xe9\xb8\xf9\x40\x62\x27\xe0\xeb\xe1\xda\xe5\xb2\xfe\x3c\xea\x74\xeb\xc4\xfe\x58\xcf\xf0\xd4\x20\xfb\x10\xd5\x08\xdb\x0c\xeb\x86\xfe\xc9\xc7\xff\xec\x84\xfd\x7d\xdd\xe9\x5e\x49\x1d\x73\xec\xb4\xac\x73\xac\x60\x2c\x62\xcf\x64\x4f\xf8\x8e\xd2\x0e\x08\xf7\xca\x77\xee\xb6\xa9\x35\xb1\x35\x1c\xd7\x69\xd7\x99\x35\x6e\xf5\xb4\x4c\xdb\xac\x55\x1f\x33\xdc\xfd\xfe\xcf\xf8\x7b\xa1\x63\x9e\x9d\xe1\x2f\x9b\x73\xee\x93\xcb\x23\x8b\x03\xb4\xdd\x03\x6d\x8b\xcd\x6c\x75\xad\xd5\x42\xe5\xd8\x45\x39\xf9\x3b\xb9\xcc\x39\xaa\xb9\x32\x85\x90\xfa\xe9\x5e\xdb\x29\xd4\x35\xbf\xe3\x93\xef\xff\xf1\x4d\x9e\xf3\xef\x52\x2e\xf5\x4d\x90\x0e\xb8\x76\xbe\x68\xbe\xab\xdb\xac\x92\x2a\x0d\x2d\xcc\xca\x31\xcd\x40\x4d\xc1\x4d\x64\x8c\x23\x88\x81\x8d\xaa\x8d\xce\x4f\x15\x28\xe4\xad\x63\xec\x89\x9c\xcc\x5f\xc7\x3d\x91\xbd\xd7\xfb\x9f\xf8\x1f\xa7\x7b\xdd\x2b\x74\x63\xf6\x3d\x3a\x8d\x9f\x2a\x3b\x4a\x0c\xf3\x86\x32\xab\x53\x46\xe3\xb1\xa3\xe6\xc2\xd8\x83\x8f\xfc\x87\xbc\x87\x3c\x61\xbc\x28\xbc\xa7\xc3\xe6\x92\x1f\x0b\x9f\xea\x03\x7a\xae\xa6\x9d\x36\x09\xcf\x6d\x1f\xa3\xff\x91\xe1\xaa\x7f\x7d\x6d\xaa\xba\x47\xa1\x3e\xa2\xc4\xee\x33\x47\x9a\x6a\xbc\x4a\x64\x71\xf0\xb2\x5f\xb0\x97\xb9\x2b\x82\xa3\xad\x6d\xb6\xd5\xa8\xf9\x88\x79\x80\xcd\x8d\x67\x7f\xb8\x53\x6a\x4f\xd1\x78\xc3\xef\xfe\xb1\x39\xb6\x1d\x97\xeb\x7f\x4e\x99\x9d\x73\x2e\x0f\x0e\x5d\x36\x0d\x95\xe4\x64\x4a\xc7\x25\x87\xa1\x06\x78\x7b\x9a\x7d\x6c\xb3\x7b\xb0\x82\x31\xde\x34\x08\xd2\xd9\xd2\xe4\x50\x63\x52\x6d\x31\x58\xb7\x6d\xf0\x0e\x89\xf4\x4d\x2f\x2e\xcd\x6d\x55\x1e\x09\x58\xfe\x7e\x44\xf5\xe3\xaf\x3a\xca\x41\xd9\xec\x73\xcf\xbb\xaa\xae\xcf\x58\xb1\xb9\x41\x5f\x3d\x73\x1c\x7b\xac\xa7\x4c\x5e\xeb\x5d\x68\xaa\x28\x97\xca\xa3\xc9\x30\x4a\x66\x89\xf7\x4a\x6a\xa8\xf4\x1b\xd3\x3b\x92\xf8\xc7\xc4\x8a\x7f\x56\xab\xd6\xed\x6a\x9e\x32\xdd\x7a\x71\xb1\xf3\xe7\xd1\x4b\xdd\x9b\x9e\x56\x6e\x0f\x2b\xa9\x4b\x41\x0f\xb6\xf7\x14\xb6\x55\x32\xc9\xd0\xfd\xa6\x46\x27\xb7\x2e\x75\x23\xda\x2f\x80\xce\x3d\xc5\x41\xce\xaa\xcb\x2b\xf8\xf6\x83\x66\xab\x39\x8c\x4b\x70\x48\x69\x72\x45\x51\x62\xb3\xd3\x50\xec\xb2\xdc\x31\xe5\xcf\x73\x08\xe4\xd7\xfb\x7d\xb8\x09\xcf\x16\x8d\xbc\xe5\x18\x7f\x1f\x56\xbb\x8a\x0f\x4a\x9a\x22\x0a\x8d\xd2\xa6\x42\x37\xdc\x39\x2c\x8f\xf4\x1b\xd4\x0c\x64\xa7\x24\x05\x2c\xed\xc2\x40\x5e\x48\x9f\xc4\x56\xd7\xbb\x2d\x3a\x3e\x5b\xa0\xfa\xa9\x3b\x7b\x56\x69\x87\xef\xc6\x03\x02\x79\x54\xd8\xdd\x1e\x73\x6f\xa4\xcb\x1e\x0b\xeb\xfa\xb8\x6a\x26\xad\x91\xfe\xfe\xb3\xb8\x36\x1f\x26\x6b\x1d\x6d\x38\xe9\x37\x02\x59\xac\x0b\xb4\x3c\xec\x19\xea\x6b\xae\x49\xa9\x69\xb5\x01\x33\x76\x17\x8d\xd0\xb8\x94\xee\x92\x9a\xd6\x92\xb1\x8d\x75\xa7\x6f\x1c\xbf\x23\x9f\xbd\x76\xcb\xc6\xdb\x6a\xd7\xd2\xcd\x83\x6b\xed\x05\xf4\x9f\x15\x54\xc5\x6d\xb8\x7f\x30\x7e\xa3\x28\x22\x28\xc1\x00\x48\x18\xb0\x46\x2f\xca\x51\xb6\x89\x3b\x99\x4d\x84\xa6\x15\xec\x0c\xa8\xed\x57\xfd\x2b\xe2\xcf\xf2\x0f\x1b\x93\x87\x0a\x57\xd4\x8f\xdd\x1f\xf7\x20\x90\xbd\xfd\xf1\x85\x5a\xf8\xb4\x4a\xa7\x4c\x1b\xe2\xf7\x9a\xd2\x76\xbc\xcf\x8c\x23\xe4\xd5\xb8\x05\x28\x9b\xb0\xdd\x80\x12\x10\x02\x6e\xf8\x01\x3c\x38\xda\x6d\x5e\x8d\x77\xa4\x3a\x94\xd6\xc5\xde\x01\xd1\x82\x39\xc8\xb5\xf6\x7d\x99\x0b\x8e\x07\x5e\xf7\x56\x10\xc8\x81\xc4\xe4\x59\x09\x7b\x24\xb3\xe3\xa2\x2e\xab\xf4\x2f\x2e\x39\x56\x16\x4a\x69\xbc\x08\x14\xd3\x57\x5b\x80\x09\xa0\x02\x52\x80\xf0\x0a\x01\x63\x83\xe2\x37\xa7\x8f\x64\xb0\xba\xac\x39\xb5\xfb\x6d\xb8\x7b\xa6\x61\xe5\x79\x77\xeb\xac\xee\x2e\xd1\xdd\x24\x04\x72\x1c\x34\xf0\xba\xf8\x38\x92\xdb\xb9\x40\xd7\x4d\x1a\x96\xfd\x0d\x59\x0c\x61\x34\x9a\xde\x6b\x34\x40\x01\xa4\xc1\x5b\x80\x0c\x28\x5f\x60\xa1\xac\x92\xaa\xb2\xbd\x11\x3b\x57\x25\x36\x79\x70\x4d\xf9\xf4\x29\xfd\x5d\x85\x74\x67\xc8\x8c\xcd\x8e\xc0\xed\x12\x04\x72\x9e\x32\x10\x59\xfc\x2b\xa6\xc4\x65\x4c\x3f\x4a\x3a\x82\x55\x8c\x50\x0c\xd5\x16\xee\x06\x14\x02\x2c\x80\x0e\x90\x01\x17\x10\x05\xb8\xc8\x6f\x88\xbb\x58\xe2\x44\xa5\x94\xdf\x9a\x88\xb9\x10\x86\xbe\x4b\xeb\x2f\x57\xeb\xac\x9d\x96\xdb\xf6\xbf\x95\x86\x40\xf6\x5e\x0e\x1b\x57\x2a\x26\xa8\x7b\x40\x8c\x82\x65\x86\x59\x87\xf1\x6d\xe0\x12\x5e\x38\x80\x37\x40\x14\x20\x02\x1c\xc0\x0a\x94\x01\x39\x52\x39\x11\x0a\xf3\x8d\x08\xa9\x52\xe1\x87\xd4\x8f\x62\xa1\x61\x69\xda\xe5\x91\x1d\x37\xd3\x0c\x5b\x1a\x37\xd0\x10\xc8\x11\xe6\x44\x5c\x5d\x48\xca\xa6\x6f\xbf\x89\xd9\x7b\x78\x8e\x8f\x04\xe2\xd0\x8e\xd0\x4d\x2f\xe9\x81\x31\x50\x02\x6a\x80\x1a\xf0\x03\x0b\xc4\x62\x42\x0a\x26\x0b\xe1\x71\xc5\x1e\x63\xd8\x8f\x6b\xa1\xbe\x69\xaa\x65\x3a\x9d\x04\xd3\x6a\xdb\x56\xb7\xa8\x10\xc8\xe9\xd2\xec\x50\x53\x71\x66\x57\xc0\xb8\x45\x89\xa2\x34\xb7\x03\x49\x2f\xf2\x2e\xf2\x5b\xa4\x13\xf8\x7c\x58\x27\x98\x7c\xe8\x7e\x98\xc6\x57\xae\x08\x22\x04\x8e\x8c\x59\xc2\xf1\x8a\xa6\xc6\xbc\xce\x47\xa1\xfe\x69\xd3\xe5\x89\x9d\x3f\xa7\xa1\xb6\xfb\x6f\x8d\x21\x90\xeb\x88\xc5\xc9\xf6\x83\x5c\x85\x50\x5a\x5b\xa0\x72\x29\x58\x4b\xff\x44\xc0\x8b\xf6\x8c\xb3\x88\xa5\x85\x56\x81\xe2\x8e\x4c\x83\xc2\x8e\xba\x8b\xa9\x4e\x10\xc3\xa0\x2b\xb4\xa1\xe8\xff\xa1\xf6\x23\x5c\xe8\x74\xfa\xef\xf2\xfb\xce\xe9\x99\xbc\x5d\x93\x3b\x5b\x08\xe4\x07\x64\xcd\xa2\x47\xaf\x70\x3e\x92\xd1\xe1\x5c\x3b\xeb\xed\x30\x0f\x13\x6d\x0f\x2d\x03\x85\x3f\xc9\x00\x61\x11\xfe\x1e\xfe\x25\x01\x2f\x11\x0a\xa9\x3a\x0d\x0e\x33\xbf\xe0\xa3\x22\x87\x71\x90\x0b\xfe\x27\xe7\x0c\xd4\x8a\xd5\xae\xd6\x19\xec\xdd\x9c\xbb\x58\x08\xe4\xe9\xd5\xd6\xd3\xc0\x6d\x59\x6d\xcc\x47\xb7\x6a\xd3\x0e\xb5\x17\x92\x69\xdc\x22\xf4\x28\x2c\x80\xa9\x87\x5e\x9f\x7a\x9e\xa6\x9b\x26\x96\x2e\x91\xd9\x89\x93\x44\xa0\x4f\xbc\x5f\xa9\xe9\x03\xac\xb3\x74\x68\x56\xda\x7d\xa5\x68\x37\xe1\x6c\xc5\xce\xe9\x0f\x02\x08\x04\x32\xb1\x77\x3f\xf2\xab\xaa\x37\xa9\x3f\xf0\xda\x71\xf3\x83\x86\x0a\xab\xa4\x1c\xcf\xa8\xe0\x47\xbe\x13\x1e\x1c\xce\x5b\x2e\x5a\x2e\x71\x1e\x17\x41\x0a\x71\x01\x99\x59\x25\x32\x2d\x42\xd3\x31\x17\xde\xd0\xcd\x0c\xc9\x4a\xb5\xae\xc8\x59\xb5\x3d\xfc\x1f\x7f\x5c\x41\x8e\xd1\x27\x65\xea\x5a\x73\xf9\x63\xbe\xfb\x91\xda\x8f\x19\xd1\xa8\x78\x48\x13\x89\xe4\x49\xdb\x4a\xd6\x4b\x48\x49\xcc\x48\x86\x4a\xc3\xc9\x46\x2b\x69\x6b\xee\x1a\xac\x58\x04\x3b\x52\x7b\xbd\x8d\xb4\xcb\x84\xaf\x78\xdd\xcd\x38\xab\xbe\x2b\xf7\xe3\x4f\xd7\xf9\xcc\x77\x06\xa3\x2b\xa3\xf2\x6d\x16\x7a\x54\xa5\xcf\xaa\xbd\xaf\xd1\xa3\xba\xb9\xe6\xbe\x9a\xa9\x4a\xbd\x72\x9e\xb2\xb2\xf2\x9c\xba\xaf\x36\x9d\x61\x9d\x79\xad\x03\x70\xeb\xf6\x77\x8c\xd4\x4a\x8c\xc9\xd9\xaf\xd1\xef\xae\x98\x45\xdc\x83\xba\x2b\xfd\x5b\x86\x8b\xb8\x75\xdc\x31\xab\x36\x8a\xb2\x84\x0c\xb3\xc8\x43\x9f\x5b\x47\x1a\xd3\x52\x1d\x0e\xe3\x6c\x63\xd9\x0f\xb2\x46\xbc\xc6\x33\xa6\xea\x96\xcf\xf6\x5d\xae\xc7\xbe\x4f\xa1\xb7\xb1\x8b\x99\x50\x05\x41\x95\x3d\x1d\xa4\xa3\x90\x95\x95\x23\x9c\xef\x7f\xea\xbd\x3f\xd3\x0f\x0f\x97\x2d\x86\x7d\x5b\x94\x4a\x3b\x33\xd4\xa2\x29\xfd\xab\x5c\x2c\xad\x5f\x3a\xfa\x38\x64\x3a\xf4\x39\x6a\x3a\xc3\xb8\x50\x7b\x58\xf9\x4a\x86\x6e\xc4\xb8\xa6\x3c\xe7\x56\x94\xa3\x35\x21\xf4\xd0\x8f\x0d\x2f\xcd\xef\xa5\xdc\x74\xff\xe3\xb6\xbd\xf5\xd9\xab\x58\xa4\x1d\x4a\x6a\x7e\x2a\x33\xcb\x2a\x8e\xdb\x0b\xe1\xf0\xe2\x0e\x10\xf5\x85\xf8\x4b\x07\xd4\x07\x41\x87\xfa\x86\x57\xc4\xf2\xa4\x20\x7d\xf6\x2a\x0e\xa8\x23\x69\x77\x18\xcc\x98\xe1\x5f\xdd\x3f\x60\xba\x51\x83\xfc\xcb\x2c\xc5\x35\xde\xae\xf0\xc2\xe0\x50\x7f\xeb\x4d\x65\x4c\x6e\x76\xf2\x8f\x54\xc1\x60\xe8\x68\xea\x58\xcb\x18\xa3\xf8\xf2\x14\xcd\xf4\x6f\x39\x0f\x25\xf6\x55\x5a\xcd\x73\xbd\x1e\x63\xc9\x8b\x1a\x5f\x7f\x9e\x75\xdd\x0f\xff\x07\xf4\xbd\xbf\xea\xdb\x55\x5d\xd2\x1c\x0d\xec\x54\xaf\x53\x2f\x0e\xc8\x5a\x4b\x86\xca\xae\xce\xee\xc9\x41\xcf\x35\x2f\x4c\x2e\x0f\xac\x25\x6c\x91\xea\xa6\x1d\x39\x9e\x71\x5c\xd5\xdf\x9b\xbd\xe2\xf8\x6f\x4e\x14\xbf\x7f\x5d\xf7\xef\xff\xfa\x52\x34\x39\xdc\xd7\xdc\x22\x5d\x4d\x5c\x2c\x51\xf1\xa5\xd2\xa9\x6a\xb6\xfa\xa4\xfe\x7d\xcb\x6c\x57\xc2\x80\xf6\xc4\xf2\x92\xdc\x57\xf1\xa3\xb4\xbb\xb6\xdf\xaf\xff\x2f\x0e\xf0\x8f\xf5\x6b\xfd\x81\xef\x7b\xf9\xb5\xc6\x05\xdd\xe9\xf2\x91\xce\x7e\xc9\xae\xf6\x0e\xc5\x6e\xda\xa1\xd4\xf5\xda\x33\xdb\xff\x33\x2e\xff\xbe\xff\x76\xf2\xf2\xfa\x5b\xe7\x29\xd1\x91\xd6\x2e\xcd\xe6\xce\x5a\xd7\xf2\xf5\xfc\xc6\x3c\xd3\x4c\xcb\x14\xd6\xac\xe7\x12\xd7\x4e\xe0\x85\xe3\x13\xcb\x7f\x8b\x7d\xd6\x7b\x50\xba\xba\x3a\x93\x3d\xe4\xda\xe5\xff\x2a\xb6\xc1\xf5\x45\x60\x31\x62\xfa\x70\x12\x7e\x94\x6e\x90\xaf\x3b\xa8\x6b\xb1\xf3\x77\x27\x74\xa7\xf7\xa0\xd7\xe2\xf8\x76\xca\x39\xe6\xe3\xff\xd6\xa3\x46\x5c\xaa\x9f\xda\x6e\x4f\xaf\xf9\x2e\xbf\x98\x35\x9a\x7c\x3f\xba\x38\xfc\xba\x6f\xaa\x6b\xb3\xcd\xb3\xc9\xa7\xd6\xb7\x3a\xba\x42\xbe\x8c\xbd\x94\xbf\x3c\xbb\xf1\x6e\x18\x76\x6e\xfa\x2b\xee\xb9\xfb\xc3\xcc\xbf\x27\xb8\xf3\xdb\x9b\xdb\x88\x5c\x44\x9e\x60\x1c\x52\xed\xb5\xec\x30\x68\x8e\x68\x58\xaf\xc9\x2d\xfb\x51\x34\x97\xd7\xf3\x39\x22\xfd\x26\xf5\x21\x79\x2d\x29\x3d\x43\xbb\x34\xbe\x05\x6e\x60\x71\x0e\x7c\x1d\x39\x77\x7a\xfc\x57\x5d\x8d\xc6\x69\xcb\xaa\xe6\x6c\xd7\xc0\x8f\x8e\xe7\x26\xd4\x1a\xdf\x72\xb5\xa2\x9b\xdc\xe7\x2c\xce\xb4\xd4\x84\x6f\x31\x55\x11\x91\x9f\x70\x82\x48\x03\x67\x02\xe5\xa3\xa4\xb3\xf8\x4b\xee\x9a\xd4\x06\x5c\xe7\xee\xb7\x82\xbf\x25\xfd\xfe\xe7\x24\xca\x8f\xd4\x5d\xf2\x99\xf3\x41\xe5\x56\xe5\xea\x91\x22\x9f\x1c\xf2\xf4\x83\x64\x9a\x98\xfb\xf0\xc3\x60\x7d\xbf\x78\xef\x45\xf7\x9d\x8f\xc9\x8e\x49\x76\x5f\x1c\xa7\x7d\xb7\xa2\x18\x33\xec\x4a\x49\x5b\xf8\x86\xa1\x16\xd7\xf7\x3e\xdd\xfe\x93\x3f\x5c\x30\x7c\x09\x1e\x36\x69\x6b\xac\xf4\xcb\x33\x48\x75\x8f\x7b\x15\x9e\x1e\x54\xe9\x2b\xe3\x01\x9c\x35\x6c\x9f\x2d\xb5\x4d\xdf\x1b\x9d\xe8\x53\xeb\xd6\x7c\x30\x75\xd4\xf0\x53\x8f\x91\xcc\xa2\x2b\x27\x68\x97\x19\xab\x5e\x7d\x7f\x42\xfa\xf0\xd7\xbc\xde\x49\xca\x7c\x7b\xb7\x60\x6d\x49\x7e\x76\xb2\x40\x84\xa8\xff\x9a\xe7\x8c\xf3\x77\x5b\x71\x33\x3e\xa3\x1a\x5d\x32\x8d\x4d\xa5\x32\x05\x24\xd9\x70\xd9\x76\xf5\x64\xe3\x73\xe7\xca\x20\xd8\x78\x89\xdc\xee\x5a\x87\x1e\xba\x99\xe7\x6d\xfc\xcb\xcc\x3f\x4f\x62\xcc\x61\xeb\x74\x5a\x7b\x42\xa9\x43\xda\x73\x44\x8e\xaf\xbd\x73\xae\x75\xa1\x89\x88\x5e\x96\x3a\x8c\xa2\xe2\xbb\x2b\xc9\xaf\xc2\x10\x81\x62\xde\x05\x01\xb4\xf7\x21\x5a\x57\x16\xe9\x6e\xe0\xd3\x79\x2a\x76\x71\x68\xd3\xd9\x30\xe4\x0b\xec\xd1\xc5\xcf\x46\x08\xe4\x99\x6e\xa7\x78\xe2\x55\xc3\x5d\xee\x6a\xcc\xa0\x3f\x99\xd3\xbd\x05\xa5\x3e\x89\x7a\xb4\x5c\x83\x94\x80\x08\x1e\x9f\x30\x47\x3f\x73\x33\x3d\x2a\x8d\x23\x8b\xba\x08\x92\xc2\xaa\x81\x95\x9d\x8d\x4f\x65\x4c\x6a\xf6\x7e\xf5\x65\x8f\xc8\xec\xc9\xf6\xd2\x0d\x05\x04\xf2\xb0\xb2\x93\x3a\x32\x5f\xb7\x94\x65\x18\x96\xe9\x96\x63\x39\xa9\xbb\xaf\x84\xf6\x36\x4b\x44\x8f\x47\x8c\x39\x84\x76\x93\xbc\x98\x28\x03\x4f\x18\xdb\x83\xc6\x8f\x07\x48\x59\xa9\xf3\x9b\x61\xb8\xc2\x87\x62\xa7\x16\x97\x0a\xb6\xd2\x8c\xf9\xae\xef\x9c\x33\x3f\x7b\xfd\xe2\xd8\x5e\x1a\xca\xae\x6e\x4c\x31\x0f\x04\x0e\x9b\x86\xc8\xca\x7a\x52\x0e\xfc\x67\xec\x80\xee\x90\xf4\x00\x6f\x1b\xfd\xfc\x4d\x12\x9c\x28\x32\x09\x71\x09\xf3\x95\xd0\x8e\x3c\xc4\x80\xc1\x3e\xd1\x1f\x23\x1e\x2a\x1f\xb7\x01\x76\x30\x72\x29\xe3\x18\xe6\xa1\xf5\xe9\xd5\xb6\xe6\x10\x41\x45\x75\x38\xc4\xe7\x41\x5f\x4b\x0b\xfa\xad\xbf\xa0\x0c\xcb\x4f\x6a\x2c\x42\x08\xe6\x4b\x44\x44\xe8\x5f\x80\x05\x90\xc3\x89\xe3\x32\xd2\xb4\xf2\x42\xbd\x9d\xd7\x4a\xb3\xbc\xf0\x3c\x8f\xbc\xca\x1a\xa8\x36\xec\x55\x9f\xab\xde\x6b\xbb\xfb\xfd\xcc\xf9\xb5\x71\x88\x39\x2f\x32\x1c\xd8\x09\x68\xb3\x49\xb3\x73\x27\xb1\x79\x51\x9b\x12\x62\xa0\x75\xc1\xcd\x00\x35\xc0\x0d\x88\x01\xc3\xcb\x4e\x74\x7c\xb2\x6d\xb6\x6f\x12\x9c\x2a\x3f\x4c\xe5\x5c\xeb\x3e\x3d\xa4\x95\x97\x13\x75\xa4\x4d\x33\x6e\x6d\xdc\xb8\x43\x20\xdb\xa2\xdd\xe1\xb9\xa7\x21\x09\xf6\x09\x5a\x11\x12\x01\xac\x17\xe4\x13\x84\xf7\xe8\x23\x70\xb1\x00\x1a\xa8\x00\x12\x40\x0d\x88\x00\xe2\x1b\x4d\xc2\x2b\xa6\x6d\x61\x79\x85\x6c\xa3\x60\xa7\xc4\x60\xbd\x64\xd7\x92\xc8\xd6\xcb\x89\xf6\x8d\xc4\xcb\x41\x48\xee\x57\xcf\xf6\xce\xdc\x5f\xe1\x78\x8e\xa9\xda\x66\x12\x2d\xcc\xfa\x04\x57\x98\xfd\xf0\x97\x50\xba\x80\x04\x90\x00\x76\xc0\x0a\x44\x01\x17\xbc\x17\x9e\x2a\x7d\xac\x80\x9c\xdc\x57\xfd\xdf\xf6\x29\x01\x43\x89\xcb\x45\x96\x2d\x93\xe3\x94\xeb\x0b\xdf\x02\x21\x90\x8d\xc1\x1e\xc6\xc2\xcd\x68\x59\xe7\x51\x3d\x63\x49\x49\x66\x32\xdc\x6a\xf8\xc8\x97\x24\x00\x13\x20\x00\x52\xc0\x04\x98\xc0\x1b\x40\xf8\xda\x05\xe7\x84\xb6\x9c\x6f\xfe\x3d\x99\xde\xac\x3d\xa6\xbf\x60\x62\x41\x61\x7a\xf3\xf4\x28\xf5\xea\xe5\x37\x4f\x08\x64\xb3\x60\xe0\xbc\xfc\x75\x9c\x9e\xfb\xa9\x21\xcc\xdb\x61\x96\x09\xbc\x97\x2f\x99\x01\x25\x40\x02\x02\x40\x1d\xa0\x00\x6a\x40\x06\x68\x5e\xdd\x61\xf7\xd2\x78\xf0\xba\xca\xfa\xea\x76\xdb\x99\xfa\xcf\x27\xf0\x15\x72\x36\x55\x8e\xce\xad\x0d\x7d\x53\xf8\x9d\xbc\x2f\x33\xba\x5c\x13\x92\x2c\xed\x43\x63\x22\x2c\x5b\xce\xe1\x48\xc0\x0b\xeb\x04\x28\x81\x22\x20\x02\xaf\x01\x0e\x40\x03\x2c\x00\x07\x26\x10\x0b\x8f\xba\x85\x97\xf2\x1d\x94\xae\x92\x9d\x8d\xbf\x49\x22\x5c\x41\x5e\xb3\xe4\x68\xdf\xda\xd7\x6f\xdc\x10\xc8\xf1\xf9\x74\x45\xc3\x5d\x06\x5b\x40\xb4\xf9\x85\x42\x02\xf7\x03\xe9\xe3\x9b\xf7\x2f\x72\x5f\x1e\x43\x59\x03\x7c\x40\x04\xcc\x00\x05\x10\x84\xb6\xc6\xb4\xa7\x2a\xe2\x19\x7c\x97\xa1\x4b\x6d\x67\xe0\x8f\x19\x7f\x58\x48\xd7\x8c\x3d\xda\xb4\x2e\xf0\xad\xeb\x4f\x37\x0a\xb6\x35\xed\x73\x46\x08\x93\x8d\x8c\xca\x17\x41\x0e\x7a\x64\x3c\x2c\x44\x32\xe4\x76\x44\x05\xb8\x9b\xd7\x68\xb0\xaf\x5e\xbf\x81\x53\x46\xf0\xc0\x88\xa1\x52\xe1\xf9\xf0\xce\x53\x87\xd7\xee\x95\x5f\x63\x82\x76\xa1\x63\xb3\xda\xd8\xf4\x7a\xe9\xb7\x7e\x08\xe4\x56\xfb\x4b\x4d\x97\x66\x81\x66\xf8\x9c\x43\x87\x36\x9a\xf4\x35\x37\x2e\xb5\x1c\x2e\x33\x46\x1e\x2e\x3c\x16\x0c\xfa\x1a\x7a\x25\xfa\x19\x66\x3c\xf6\x14\x41\x06\xd5\x27\x6e\x51\x99\x58\x5d\x7b\x3b\x3b\xbf\xc5\x04\xcb\xc2\x8d\xe6\xe9\x31\x82\x0d\xcb\x0b\x0a\x08\xe4\x67\xc9\x86\x60\xdf\xc7\x92\xc0\xe8\x22\x37\x7a\x93\x9f\x2a\xdf\x25\xc8\x38\x1a\xa8\xa9\xa9\xb3\x29\x53\x48\xad\x49\x73\x48\x58\x49\x2d\xc8\x20\x54\xd0\xf4\xe5\xac\x03\xfc\xcc\x32\xcd\x3a\xcc\x76\x5b\x01\xad\xf1\xce\x45\xd0\xcd\x0d\x63\xaa\x1b\x0b\x97\xce\x10\xc8\x33\xe1\xf6\xc8\xf0\x9b\xca\x8c\x24\xce\x40\x0c\x47\x36\x23\x1a\xa5\x4c\xb1\x51\x4e\x59\xba\x7c\xd6\x5f\x2c\xeb\x8c\x99\x4c\x0b\xcc\xba\x2c\x27\x1c\x82\xbc\x0b\x22\x3e\xd2\x69\x8a\xd6\xfa\xfa\xb6\x27\x7e\xe8\x09\xc5\x45\x45\x6d\xc2\xe3\xb9\x9b\x9f\x2e\xa1\xff\x76\x47\x1c\x48\x8d\xfb\xd4\xc5\xe6\x88\xc6\x50\xf9\xb2\xd8\x69\x1a\x38\x29\xb1\x8a\x5f\xf0\x5c\x08\x15\x0b\x46\x0a\x22\xf2\x5f\x09\xfa\x09\xcb\x89\x77\x4a\xdf\x2b\xe4\x69\xe4\x19\x94\x5b\xd4\x3a\x6d\x05\x11\xc5\xb9\x16\xa8\x36\x27\x8d\xab\x6e\xc8\x5f\xf2\xfe\xb9\xa5\xdc\xa6\x17\x3b\xc3\x2a\x94\x32\xb5\x22\x35\xbd\x25\x6c\x1b\x0c\x2a\x55\x9c\xde\x3a\xbe\xff\x2a\x37\x24\x7b\x2f\x2b\xfa\x7e\x40\xfe\x40\x45\x49\x13\x43\xbf\xd0\x6c\xc4\xee\xc9\xdd\x30\x70\x2a\x6a\x32\x23\xa8\xcc\xa2\x75\x61\xb4\x70\xe3\xea\x3a\xe8\x6f\x19\xbe\x11\xaf\x61\x8f\x46\xb4\xea\x97\xba\xa6\xe3\x45\x98\x79\xfd\xb2\x27\xfc\xb0\xa3\xe1\xac\xc3\xa1\x2d\xa2\x3d\xad\x3d\xa7\xd3\x67\x90\x67\x74\x62\x2e\x62\xef\xe1\xaa\xe9\xe7\x16\xce\x9f\xa8\x98\x55\x50\xca\xd4\x88\xdc\x3b\x3c\x53\xbe\x51\x71\xf9\xa7\x17\x74\xcf\x7f\x70\xb7\x64\x32\x54\xd4\xcc\x5d\x92\x98\xf6\x23\xd2\xc6\x37\xcb\x29\xd9\x7c\xc6\x52\xd4\x6c\xcf\xda\xcb\x4a\xdc\xf6\x87\xfd\xb1\xf3\x83\xdb\x90\x9f\x61\xe8\x58\xac\x66\x5a\x54\x7e\x58\x25\x53\x4b\xd4\x80\xc1\x8c\xed\x06\xec\xa9\xe3\x77\xc3\xbf\xdf\xb6\x37\xb9\xbb\x1d\x0b\xc2\x83\x7c\x4d\x79\x25\x2b\x99\xe8\x31\xeb\x81\xcf\xee\xaf\xed\xe9\xdd\x77\xdc\x46\x3d\x86\xbc\xc6\x7c\x59\x83\xfd\xc3\x39\x63\xf1\x53\x19\x73\x6a\xca\x44\x1b\x6a\xba\x39\xc7\xc4\x16\xee\xb6\xda\xcf\xf1\xee\xad\xfe\x89\x3a\x63\x57\xe2\x3b\xf2\xf3\xb1\x83\x5e\x2d\x92\xe5\x4d\x9f\x37\x12\x0d\xc3\x79\xfd\xf9\x43\x7f\x86\x74\x84\x9e\x85\xb7\x47\x0f\x25\x21\xa4\x89\xe6\xbc\x2b\x61\xa9\xbd\x6e\x1f\x1d\xd0\x99\xec\x5b\x15\x39\x00\x57\x3a\xcf\x06\xff\x8a\x7c\xbf\xe5\x2f\x43\x76\x98\x17\xb1\x47\xd8\xdb\x97\x6b\x2c\x0b\x9e\xd2\x21\xf1\x85\x29\x4e\x29\x69\xa9\x6d\xe9\x64\x99\x6c\x79\xc8\x25\x6e\x35\x78\xcd\x58\x3d\xf7\x23\x9e\x0b\xd4\x1b\x8d\x47\x6e\xff\xf9\xe6\xfd\x27\x07\xb8\xaa\xdf\x2b\x5a\x79\x3d\x61\xd8\xd3\xda\xf4\xbe\xe2\x77\xc1\xb7\xdc\x99\xc2\xdb\x92\x93\xf2\x93\x0a\xdb\xda\xf0\xc6\xdd\x2e\xfc\x21\xd7\x29\xa4\x65\xc5\x9d\xcd\xf3\xde\x9f\xbc\xff\x0f\x12\x41\xf5\xcb\xef\xa1\xed\xbb\xfc\x8d\xed\x05\xd3\xc9\xd2\xe1\xee\x3e\xe6\x96\xfb\xfa\xcd\xea\xda\x97\xca\xd5\xf6\xb5\x93\xa3\xb3\xef\x8c\xff\x57\xe0\xd3\xf3\x13\xc2\x77\xc5\x6b\xc2\x6f\x59\xa7\x8e\x47\x87\xbb\x39\x5b\x62\xeb\x6c\xcb\x9b\xf3\xc1\x33\x55\x13\xd9\x23\x2b\xc3\x7a\x43\x9e\xc3\xe8\x93\x06\x5f\xde\x1f\xf0\x5e\xff\x17\x57\x37\x08\xe4\x71\xe6\x9b\xf2\xe9\xe9\x81\xf7\xd6\xf5\x7a\xc4\x17\xd7\xc5\x8e\x59\xbd\x09\xd3\x91\xec\x81\x99\x1e\xd9\x4e\xfa\x96\xbb\x46\xaf\xfa\xc9\xda\x2f\xf5\x59\x5d\x4a\x63\x64\xcb\x64\x7b\x5b\xd7\x6d\x90\xd2\xff\x38\x81\x95\x6f\xa3\x5b\x39\x6b\x07\x8b\x3e\xd3\xbc\x63\xf2\x43\x1e\x7d\x39\x5d\x37\x6d\xf0\x8d\x3b\xb5\xfb\x95\x71\xa5\x55\x45\x48\x79\x32\x9f\xfb\xb2\x3f\xe7\xd1\x56\x5a\x75\x5c\x8f\x12\x2c\xf9\xed\x29\x5c\x09\x3d\xff\xdb\x2c\xca\x5d\xe4\xf6\xc5\x42\xfe\x94\xde\x50\x6c\x77\x78\x6b\x6e\xa3\x4d\x4d\x62\x85\x58\xb1\x4b\xde\x61\xb6\x65\xba\x73\xd2\x60\xbc\x67\x74\x45\x64\x6a\x44\x77\x6c\x5b\xf6\x63\x85\x40\xeb\xcd\x48\xc8\x32\xf5\xfe\xd7\x1b\xbe\x7f\xd9\xc1\xc6\xb1\xf6\x62\xda\x10\x4b\x4f\x4e\xd3\x50\xf5\x87\x52\xec\xfc\xf8\x6c\xce\xb4\xa7\x24\xe3\xd8\xf3\xf0\x83\x50\xa2\x40\x38\xdf\x60\x2f\x29\x0f\x69\xb7\xb3\xc0\xe8\xd8\xce\xcf\xfe\x15\xba\x6d\x87\xa3\x5e\xcb\x2b\x47\xac\x77\xff\xd4\x93\x7c\xaf\xda\x3a\x9b\x40\xef\xf6\xaa\x77\x29\xa5\xce\x99\x48\x13\x88\x9f\x8b\x86\x0e\x63\x0e\x74\xf0\xe9\x73\x1b\xfd\x88\x61\x3f\x69\x0d\x6f\xae\x60\x8a\x64\x46\xe2\xc2\x1f\xe8\x11\xd7\x94\x13\x58\x85\xd9\x59\x36\xd1\xb8\x1e\x7d\xea\xfe\xd8\xf1\xf7\x0c\x17\xc2\xcb\xb3\x7d\x21\xf5\x77\xc5\xd1\x19\x6b\xf1\x49\x9f\x86\x02\xe3\xbc\xa6\x5c\x25\x1c\xda\xac\x93\x4c\xfb\x0d\xab\x74\xee\x35\x6b\x54\x53\x55\x1c\xb5\xe4\xcc\x77\x5d\xd7\x42\x3a\x13\x55\xf3\x0a\xea\x45\xfa\x8c\xe6\xb8\xb6\xcf\x6e\xfe\x9a\x65\x39\x62\x9d\x45\x6b\x93\x2e\xdb\xc8\x4e\x8c\x79\x0a\xa6\xf1\xdc\x71\xba\xb1\xf1\x30\x8d\x37\xcc\xd6\x7e\xa7\xb2\xa7\x80\x2b\x73\x22\xf9\x4d\x9c\x5a\x44\x5c\xce\x41\x4f\xc7\xda\xca\x93\x24\xac\x35\x4d\xa9\xb8\xbb\x35\x60\x14\x75\x55\xeb\x44\xf0\xd1\x18\x02\xf9\x5d\xba\xaf\x38\x99\x54\xa7\x98\x8f\x9a\xe0\x18\xb8\xe9\x2e\x69\x1b\x6e\xf2\x43\xcf\x40\x6d\x49\x3e\xe1\xed\xb3\xd8\xba\xc0\x13\xf7\x03\x07\x26\x0b\x0c\x6b\x92\xd8\xa5\x92\xac\x61\x83\xfd\xb4\x9f\x75\x4c\x73\x0e\x5d\xf5\x65\x2f\xf1\x6c\xff\xce\xe8\x2d\x2b\x04\xf2\xb0\xb6\xc5\x30\x22\x50\x6d\x99\xa1\x11\xee\xed\x71\x69\xb3\x63\x98\xa3\xbe\x28\x77\x27\x75\x21\x6c\xc8\x9d\xc7\x66\xc7\x80\x4d\xf5\x81\xf4\x9e\xf0\x8a\x26\x83\xd7\xe6\xad\xb0\x86\x99\xd9\xaa\x1b\x6f\xe8\x5d\x6a\x43\x49\x58\x6b\xf7\x38\xf4\x9a\xec\x79\xd2\xf3\xe0\x7d\xce\x16\x61\x3f\x5b\x79\x73\xf2\x59\x60\xbf\x83\xe3\x87\x75\xf5\xac\x77\xdc\x22\x25\x3c\x13\x2c\xc8\x34\x85\x64\xe8\xf8\xe1\x98\x6b\xa8\x66\x48\xfc\x24\xa9\x2c\x64\xc2\x4e\xf2\xad\xfa\x86\xf6\xcb\xfe\x54\x71\x55\xb9\x03\xf5\x63\x03\xe7\x8b\x90\x43\xbf\x1f\x90\x9f\x0d\x9b\xad\x3d\xa9\xa5\xeb\xe1\xfa\x1f\x8d\xad\x16\xb4\x94\x65\x3f\x88\xbc\xe7\xe4\x66\x40\x22\x17\xc4\xbd\x46\x87\x46\xf8\x0e\x13\x01\x1c\x5f\xf5\xe2\x64\xd3\x18\x70\x2f\xbc\xf5\xd0\xe4\xb2\x8c\xf5\xf8\x16\x01\x95\xc9\x57\xd5\xd4\x2d\x30\xcb\xb4\x13\x7e\x4b\xfe\x73\x72\xfd\x63\x77\x56\x8e\x6c\xb0\x93\xbd\x9e\x56\xee\x5b\x7f\xb1\x13\x4e\x68\xba\x38\x92\x66\xec\x37\x48\x65\xd0\xc5\x00\x17\xe8\x00\x53\x28\x3b\xd4\x43\x52\x6f\x36\x2c\xd1\x72\xe5\x1a\xe3\x17\x1f\xf3\x43\x6e\x53\xbe\x96\x9a\xb4\x33\x4d\x08\x7e\xc5\xb8\xd4\x7c\x7c\x58\x9f\x6c\x2f\xcf\x08\x0e\x14\xb6\xbe\xd3\xe0\x14\x7f\x64\x5b\xa1\x46\x23\x61\xc2\x42\x45\xd4\x7d\x11\x03\xa8\x01\x29\xa0\x04\x8c\x80\x1c\xb1\x0e\xff\x3b\x03\x89\xc0\x89\x3c\xb2\x7e\xb3\xfd\x73\x40\x55\xc2\xf7\x22\xce\x66\xee\x51\x94\x35\x84\xb3\xbc\x47\x91\x35\xcf\xa6\xfd\x2c\x8c\xa0\x02\x9b\x15\x0d\x1d\xd1\x42\x26\x3a\x42\x75\x6c\x04\xc4\x98\x17\xb7\x00\x05\xd0\x00\x66\x80\x08\x88\x00\xd1\x6b\x72\x6c\x7f\xea\x1b\x9e\x36\x99\x2d\x1d\x38\x9b\x10\x1f\xbd\x58\xea\x3c\xfb\xfa\xae\x21\x9d\xe5\xfb\x53\xca\xc7\x85\xb5\xef\xad\xd0\x39\x1e\x9f\x78\xed\x77\x34\xb3\xc4\xe6\x18\x1a\x71\x26\x10\xb9\xa0\xf9\x80\x20\xa0\x05\x74\x00\x0d\x60\x01\x3e\x40\xff\xf2\x09\xbd\x9d\x42\x99\x73\x46\xea\x9b\xe6\x1b\xcb\x71\xaf\x8b\x68\x81\xcf\x83\x75\xf7\x03\x9a\x4b\x68\x27\xc4\x4f\x75\x4b\x6c\x5d\x5c\x05\x2c\x91\xf2\xce\xa4\xba\x94\x12\x97\x4c\xe8\xd8\x36\x2f\x1b\x00\x2a\x20\x03\xa8\x80\x16\x60\x03\x12\xc0\x0a\xf0\x5f\x20\xa1\xd6\x93\xc3\xb3\x3f\x4b\x8e\x6a\xe8\x58\x54\x78\xbe\x8d\xb2\xcb\xde\xac\x15\xec\x0f\x5a\x44\x3e\x7c\xf8\x19\xbe\xae\xd5\xd7\x5e\x8a\x17\x6b\xe9\x96\x6d\x70\xf2\x96\x92\xe5\x02\x8f\x16\xc6\x05\xe0\x01\x19\x80\x05\x30\x00\x39\xa0\x00\xf8\x00\x0b\x98\xa0\xc4\x91\x92\xb3\x67\x88\x5f\xab\x47\x98\xf7\x79\xd2\x44\x91\x7e\xfe\x52\xdb\x33\x40\xbe\xc4\x79\xc4\xf1\x68\xbf\x7d\x36\xec\x55\xc5\x9d\x38\xe9\x75\x60\x42\x2b\xfb\xc0\xe9\x42\x7c\x88\x48\x0f\x18\x00\x06\x40\x06\x88\x40\x0e\x88\x00\x6c\xc0\x0f\xa8\x91\x1d\x48\xac\xd9\x12\xc4\xad\x55\x67\xcd\xa9\x3c\xbc\x23\x23\xb2\x1f\x6b\xdd\xfb\xcb\x97\x10\x8f\x44\x20\x90\x83\x91\xc9\xf0\xfa\xbc\x74\x5f\xff\x34\x0b\x5c\xc5\x41\xbe\x2e\xaa\x19\x74\x03\xe0\x0d\x5e\x03\x44\x00\x0f\xc8\x80\x31\xe0\x01\xe8\xe0\xed\x9b\x68\xe2\x5a\xd6\x4d\xf1\x05\x35\x04\xb3\x11\x0f\xa5\x28\xe5\xcf\xdc\xb5\xf0\xfd\xc4\x8b\x3f\x8e\x88\x21\x90\x73\x30\x37\xda\x82\x99\x3d\x15\xbc\x60\xb3\xae\xfe\x41\xb4\x9e\x71\x0f\xaf\x1d\x4e\xea\x95\xff\x4b\x7d\x28\x5a\x80\x00\x70\xc0\x1b\x90\x09\xa5\x82\x54\x41\xfc\x8e\x25\x5d\xec\xbb\x6a\xb4\xb9\x95\x07\x55\xa4\xeb\xe7\xc6\xda\xb8\xfe\xf1\xa5\xb1\xc3\x30\x08\xe4\x9a\x66\xb9\xbb\x33\x33\x7f\x38\xbc\xc5\x29\x5a\x0f\x5d\xe6\x1d\xd7\x39\x95\x20\x96\x23\x02\x13\x72\x2e\x52\x10\x42\x0d\xfc\x25\xc2\x25\x62\xf7\x9b\x50\xd4\x09\x42\x2f\xe6\x72\xd1\x2a\xb5\x04\x33\x2b\x8f\xe6\x88\x9b\xec\x6f\xb5\xf9\x03\xd1\xcb\x58\x27\x91\x10\xc8\x77\xbb\x35\xe7\xde\x1f\x25\xda\x31\xe2\x1e\x05\xa6\x28\x2a\x95\xe2\xd2\xec\x46\x14\x8a\xd8\xa1\xf8\x97\xf8\x1a\xd8\xd7\x38\x49\x38\x9b\x78\xdf\x08\x9e\x49\x9e\xa8\xfa\xd9\x5e\x8a\x26\xa8\x40\x9b\x09\xb9\xb3\x47\xe1\x64\x37\xd4\xfa\xf6\xef\x2f\x13\x9d\x48\x42\x20\x0f\xae\x5b\x98\x43\xe4\x15\x07\xc9\xde\x01\x3d\x0e\x83\x86\x56\x8a\xfa\xa2\x34\x6c\xfe\x54\x2f\x68\x42\xa8\x0e\xa9\x24\xa8\x38\xa8\x11\x68\x99\xe8\x51\x99\x05\xb8\xe0\x85\x90\xa5\xfc\x54\xc3\x4c\x5a\xdd\x90\x23\xdf\x64\x9b\xd6\xe6\xf5\x43\x96\xbd\x8e\xe3\x21\x90\xe7\xfd\xbd\xf8\xb1\xe6\xba\xa3\xcf\x90\xe8\x26\x9f\x2c\xdb\x4e\x7d\x5e\x05\x7d\x51\x0b\x4e\x7a\x6e\x09\x8e\x02\x2e\x6a\x8e\x4f\x5c\xe4\xdc\x06\xfc\xe1\xc2\x4e\x92\x79\x72\x8e\x6a\x9b\xfa\x19\x36\x70\x9e\x38\x11\x6d\x59\x3f\xeb\x48\x06\x5c\x97\x26\x4f\xfe\xe8\x28\x8f\x62\xa7\xfb\x3a\xce\xcb\xf7\x32\xb2\x23\x66\xbd\x8c\x6c\x84\xf4\xbe\x2b\x9e\x49\x5c\x0b\x99\x89\xaf\x4b\x60\x88\xad\x4a\x8a\x4b\xb7\xbf\xb3\x52\xf8\xa0\x36\xa6\x77\x60\x2e\x65\xf7\xdb\x23\x36\x38\x3f\xe1\x5d\x1e\x7d\x75\x54\x1f\xf6\x42\xc2\xd1\x1f\x97\x9a\xb3\xe3\x55\xa9\x51\x8a\x96\xc9\x92\x9d\x34\x8b\x70\x3d\xcf\x35\x5b\x11\xc3\x12\xd5\x49\xb5\x51\x85\x69\xc5\x18\x95\x8f\x6a\xfe\x9a\x72\x3a\x2f\x0d\x35\xcc\xe4\xec\x04\x5d\x93\xfd\x03\x23\x7d\x92\xb5\x72\x08\x2a\xc8\x9a\x7b\x86\xf8\x17\x2c\x0e\xfe\xa8\x11\x7e\xe4\x1f\xb0\x2e\x42\x06\xef\x9a\x42\x8b\x1d\x53\xc7\x23\xa8\x7d\xb0\x1c\x4c\x4c\x9e\xb4\xe3\x0c\x2b\x0c\xb8\x8c\xb4\x4c\xde\x5a\x1c\xd8\xc8\xd9\x9f\xb9\x5d\xf9\x81\x4f\x74\x09\x45\x99\xfc\xc5\x70\xb5\xb2\x9d\xf8\x43\xbb\xf3\xba\x5b\xe9\xdf\xfe\xc1\x40\xd8\x76\xdf\xcc\x37\x0f\xc4\x34\x7e\x29\xee\x49\x6f\x8f\x86\x0b\x10\x70\x39\xb0\xee\xb6\x97\xb5\xcf\x71\x1c\x74\xaa\x74\xa5\xf6\x82\x0a\xf8\x10\x3a\x13\xe7\x92\xc6\x93\x37\x58\xd1\xd0\x5c\xd3\x63\x35\x11\xba\xd2\xb5\xeb\xf0\xed\xe0\xf1\x1f\xfe\xcf\x6a\x97\xb5\xdb\xa5\x73\xa7\x03\x41\xcd\x34\x65\xa1\xd9\x82\xf1\xef\x43\x47\x7d\xa4\xfd\x65\xfd\xe7\x03\x60\x82\x94\x43\x88\x23\x87\xe3\x43\x53\xb7\x3f\x67\x94\xb3\xd4\xf9\xb4\xff\x1c\xfe\x3a\xff\x61\x53\xea\xe8\xd3\x1d\x1d\xe4\x5f\x9c\x4d\x9e\xdb\x2f\x3a\xb6\x53\x17\x50\x86\x5f\xb6\x95\x54\x6d\xe4\x9b\xa5\x31\xc4\xcc\x87\x5b\xc7\xd2\xc7\x5e\x27\x14\x26\x4d\xa7\x55\x65\x97\x15\xad\x54\x49\xb7\xe8\xf4\xfa\x4f\x72\x2c\xf9\x6c\x0b\x9c\x3f\xdd\x9f\xfc\x27\x7e\x3f\x73\x5c\x8e\xef\xfa\x2c\xe3\x8e\x83\x6e\xb9\x86\xb1\xb2\xa8\xdc\xcb\x0c\xf6\xdc\x99\xdc\xbb\x3c\xfa\x22\xda\x0a\xd9\x1a\xdc\xa6\xb6\xce\xee\xe1\xb8\x39\xc9\x8d\xab\x7d\x83\x6b\xb2\x5f\x61\xff\x9b\x01\xfc\x9e\xfb\x7d\xf9\x14\xfe\xf3\xed\xdd\xc7\x6b\xd8\x6f\x77\x27\x4f\x07\x6e\xbb\x50\x5f\x8f\xd7\x3a\xbf\x60\x2f\xea\xcd\x96\xcf\x0c\xcc\x0c\xcc\xa6\x6c\x96\x1d\xff\xfa\xee\xf2\xdf\x19\xc8\x43\xf5\xc5\xd5\x25\xe2\x09\xcd\xc1\xe6\x6e\xc0\xa6\xf6\x6a\xd0\x72\xf4\xfc\xcc\x0c\xe1\xf8\x97\x91\xaa\xfe\xc2\xde\xdc\xae\xbe\x8e\xf1\x4e\xb4\x3e\xd9\x29\xc6\xb5\x83\x43\xf7\xbb\xff\xe2\x46\xfe\x73\xfd\xc4\x65\x3b\xec\xab\xf6\x97\xa4\xc5\xb3\x99\x89\x89\xb2\x11\xed\xfe\xaf\xbd\xec\xed\xab\xad\x7c\x0d\x38\x35\x64\x95\x26\xe5\xbe\xa5\xd0\xa5\xe1\x75\x72\xdd\x52\xe3\xe4\xab\x59\x07\x35\x77\xff\x31\x0d\xfb\xcc\x72\xd6\xba\x4e\x33\x57\x3c\xc5\x31\x6a\xde\xaf\xd4\x95\xd1\xe6\xde\x24\x52\xbb\x5d\x85\x58\x5a\x58\xa0\x94\x1b\x94\xad\x9c\x96\x94\xa2\x9e\x64\x92\xe4\x58\x10\x59\x79\xd5\xd5\x3c\x2e\xb7\x6a\x71\x2c\x70\xf7\x6f\x9f\xe5\x26\x7a\xd3\x74\x6a\x75\xe0\xb0\x7b\xb5\x05\xb3\x2e\xa3\x32\xa2\xc4\x3e\x7f\x22\xc7\x21\xa3\x26\x59\x3f\xfe\x36\xea\x63\x18\x4f\x48\x6f\x10\x99\x7f\x66\x68\x67\x12\x7d\xfe\x60\x0d\x42\xe7\xf4\x14\xf4\x1a\xfd\xb1\xfc\xfd\xf7\x7f\xee\x60\xf4\x50\x70\x5e\xa2\x2f\xa8\xf5\xac\xe6\x57\x71\x4b\xce\xaf\x4c\xc1\xe4\x9f\xf1\xa7\x51\xf2\x61\xd8\x81\x95\xbe\xfa\x1e\x1a\x2e\x49\x8e\xdf\xed\x97\xec\x9e\xdd\xc9\x43\xeb\x93\xd4\xf3\x86\x6b\x15\x7a\xdc\xa6\xf1\xbe\xda\x9f\xef\xfc\xba\xff\x8b\x81\x84\x6c\xb6\x8f\xe6\x37\x51\x57\x5e\xe4\x35\xa4\x55\xc6\xed\x47\x74\x84\x08\xfb\x6d\x79\xb1\xba\x50\xda\x9f\x58\xbf\x37\x33\xf8\x50\xa4\xff\x4d\x37\x50\x67\xd1\xfa\x8d\x3b\xf7\xa7\xd4\x94\xc9\x42\x48\x43\xf6\x10\xcd\x82\xe9\xae\xf2\xcd\x5f\xfd\xb1\x6f\x64\x0b\x39\xdd\x89\x65\xd5\xb9\x24\xc9\x4c\x11\xee\x01\xcf\x9e\xb3\x1f\xcb\xec\x8e\x2c\x4e\x8c\x5f\xe9\x0b\x69\x63\xaa\xe6\x2a\x84\xc8\x76\xbf\x15\x95\x8f\x32\x1c\xb5\xf5\xf4\x96\x89\x1c\x4f\xf7\x2c\x93\x6c\xcb\x1b\x9d\x5c\xcb\x39\xc5\x7a\xfc\xa3\xd0\x39\xc0\x9a\xaa\x6b\x94\xce\x47\x4a\xda\x0b\x33\xf6\xb1\xfc\x48\x6c\xfd\xca\xc4\x57\x2f\x5e\x53\x5f\x59\xf5\xbd\xbc\xd4\x67\x51\x0d\x41\x22\x5e\x7d\xae\x56\x09\x88\xaa\x9e\x31\x95\x13\x41\x80\x5e\xec\x52\x1e\x6c\xed\xdb\xde\xe6\xd9\xd4\x5d\xaf\xdb\x6a\x08\xe4\xd1\x75\x97\x76\xc4\xb9\x9a\x2d\x53\x20\x8a\xd7\x7b\xd7\xe1\xad\x59\xa9\xae\xa1\xda\x6f\xf9\x86\xb7\x3c\xa2\x94\x7c\xcc\x1c\xfb\xcc\x9d\xf4\xb6\xd4\xef\x68\x3f\xf3\x4a\xc8\x58\x68\x1a\x9a\xb7\xbb\xa9\x7d\x32\x4b\x59\x2d\xd5\x6e\x75\x1b\x27\x59\x13\x3e\x53\xf8\xe5\x78\x77\xba\xa1\xdb\xcb\x5b\x22\x96\x7c\x1a\xf4\xc5\x59\xd3\x64\x46\xdb\x47\xe1\x4a\x6a\x5c\xb8\x82\x07\x9a\xa5\x89\x0e\x8b\x7c\x9b\xe8\x35\x6e\x2d\xc6\x16\x89\x24\xcb\x67\xe1\x09\xf9\x9f\xfa\x07\x76\x87\x7e\xd7\xf1\x56\x79\xae\x75\xe7\x03\x0c\x8b\xb6\x07\x2f\xef\x23\xbf\x17\xae\x4e\x76\x96\xe7\xbf\x8f\x34\xff\x18\x6d\x2c\xa1\xc3\xac\xf0\x41\xc2\x9c\xd7\x95\x75\x81\x16\x85\x74\x1a\x8f\x03\x5d\x14\x49\xe1\x35\xe1\xcb\x75\x1c\x57\x1a\x4d\x9e\x24\x69\x4c\x4d\x76\x8b\x08\xf7\xc3\xf0\xbe\x8c\x9f\x15\x8b\x5d\x31\x53\x07\x5b\xc1\xd7\x6b\x37\x87\x4b\xe7\xad\x8b\x9f\xeb\x43\xca\x6c\x11\xf5\x9c\xdf\x9f\x48\x18\xf2\x04\x33\x4e\x53\xe4\xe0\x2f\xa2\x55\xc0\xf7\xbe\x0c\x06\xe4\x80\x09\x88\xa1\x62\x92\x72\xb0\xec\x88\x9a\x2a\x59\x7d\x90\x74\x3a\x0b\x86\x4f\xf6\x2b\xce\x6c\x9d\x1d\x1b\x58\x7f\x73\xfe\xf0\xdd\x62\x41\xb0\xe5\x29\xcd\xdc\xf7\xc9\xb2\x47\x6d\x58\x7c\x90\xa3\x9d\xa9\x82\xdc\x09\x57\x08\x79\xfb\x15\x27\x90\x04\xcc\x80\x0c\xbc\x01\x4c\x08\x6f\xf0\x89\xe8\x5c\xf9\x61\x64\x2d\x75\x5b\x6d\x5d\xfc\x24\x63\xf7\xf3\xd6\x1b\x17\x87\xda\x56\x60\x4f\x70\x6f\x6c\x16\x26\x1a\x23\x53\xc4\xfd\xed\x2d\x97\x55\x27\x44\xfc\x19\xa7\x89\x59\x70\x23\x90\x79\x61\xc2\xc0\x3b\x20\x04\x90\x00\x2b\xe0\x04\xb4\xaf\x90\x30\x31\x28\x99\xb9\xb0\xa5\xb6\x35\xd1\x2c\xdf\x78\xf6\x44\xb5\x7f\x96\xac\x65\xed\x57\x5b\x48\x38\xc4\xbe\x31\x9b\xab\xa8\x0b\xcf\x10\x0f\x34\xb4\x6e\x57\x2b\x12\xae\xa4\x27\xc0\x31\x42\x55\x86\xe9\x04\xf4\x80\xf7\xcf\x9b\x3f\x25\x60\x06\x28\x50\x99\x28\x19\x24\x0f\xac\xa7\xe2\xa6\xaa\xcb\xa6\xc5\x6e\xcd\xe1\x0b\x99\xec\x55\x26\xdd\xcb\xb3\x9b\x7b\xbf\xae\xed\xa7\xb7\x9b\xa6\xb3\x17\x43\x86\xec\xe6\x34\xc2\x45\x71\xe8\x1d\x30\x8f\x61\xb8\x81\x3c\x60\x05\xd8\x00\x0d\xd0\x01\x2a\x80\x00\xe8\x81\x00\xe2\x6f\x42\x2c\xa6\x63\x11\x0c\x65\x16\xe3\x80\x8f\xe3\xa1\xf8\x69\x67\x15\xec\x9d\x43\xb3\x50\xdb\x61\x57\xa7\xf3\xe5\x1d\xbc\x79\xca\xe1\x81\x4e\x5a\x3a\x82\x12\x56\x4c\x50\xd8\xe9\x2f\x51\x00\x3a\x40\x04\xc4\x00\x19\x60\xfd\x51\x72\xe0\x03\x58\xf8\x7d\x7c\x7e\x86\x22\xa1\x7a\x45\x95\x0f\xa8\xce\x07\xa1\xf2\xa9\xeb\x65\xc9\x9d\xa4\x53\xd3\xdb\x9b\x37\x5d\x5f\x22\x7b\xde\x17\xef\xc7\xdc\xb9\x36\x1a\xb4\xbe\x0d\x60\xfd\x4e\x28\x0d\xd7\x0b\x88\x01\x2a\x40\x00\xb4\x00\x0b\x08\x01\x06\x80\x09\xf8\xe0\x0a\xf1\xb2\xe9\x4f\x05\xdf\x2a\x30\x1a\x65\x38\x97\x06\xaf\xa7\xbe\x28\x0b\xef\x28\x9e\xce\xdd\x3e\xbc\x87\xfb\x1a\x33\x84\x58\xe9\x92\x48\xe1\x75\x6e\x02\xf5\xfe\x9e\x7b\x98\x82\x03\xa5\x07\xd0\x02\x4a\x80\x06\x88\x00\x29\xa0\x00\x38\x00\x1e\xbc\x79\xcd\x87\x8b\x4a\xe7\x24\x90\x2e\xdf\x6a\xc4\xe3\x34\x14\xc2\x9d\x02\x29\x57\xef\x84\x99\xba\xde\x61\xfc\x7d\xba\xb7\x36\x2e\x5e\x3b\x9f\xe6\xe0\x4f\x61\x89\xa6\x22\x2d\xf4\x89\x0e\x82\x23\x03\xd3\x05\x0c\x01\x1c\xc0\x06\xb8\x80\xfc\xcf\x89\x32\xc0\xbe\xc7\x11\xa3\x6b\x15\x20\x54\x50\x36\xcc\x71\xda\x0e\xde\x48\x7b\x5d\xb6\xd5\xa9\x32\x7d\xbb\x83\x09\x81\x1c\x77\xcd\x10\x35\x1d\x66\xab\x04\x4f\xd8\x13\x69\x55\x48\xd1\xb0\x93\x92\x08\x20\x2d\x03\x24\x80\x09\x50\x00\x32\x20\x02\xb8\x00\x1b\xd0\xbc\x42\xc3\xe6\xa7\x83\xe5\x1f\x96\x7b\x30\x5c\x75\x16\x0f\x4e\x4a\x35\x2f\xe3\xeb\x2a\x9e\x56\xdc\xf1\x81\x40\x2e\xb2\x16\x69\xdb\xd9\xf3\xd9\x23\xbe\xb8\x78\x18\x3e\xca\xfd\xe2\x8f\xa3\x71\xc6\xa2\x82\x99\x87\x09\x80\xd6\x7a\xd1\xf5\xc2\xe1\xe5\xc7\x97\x57\x30\x38\xb0\x8c\x58\x30\xb4\xc9\xfc\x64\x72\xc3\x86\x53\x4e\x7a\x21\xb0\xa9\x9a\xe5\x6a\x9d\xef\xa7\xfa\x77\x91\x20\x90\xdb\xf5\x55\xb4\x5e\xde\x12\xaa\x78\x2b\x1f\x2e\xcb\x4a\x75\x1d\xf1\x6d\x76\x2a\x72\x7a\x8c\x97\xc8\x04\x28\x41\x28\xc8\xc8\xf3\x28\x65\x68\xb8\xe8\x83\x58\xf0\x78\xdc\x54\x9b\x7c\xc1\xef\xa1\x0d\x8e\x1c\x43\x82\x43\x52\xe1\xcb\xae\x3a\xd7\x66\xac\x76\xae\x20\x90\xfb\xa7\xcd\xa5\xc1\xb0\x6a\x89\xb4\xd5\xe0\x45\xc7\x5e\xc3\x50\x45\x05\x91\x2c\x56\x7c\x72\x32\xbc\x2c\xc2\x23\x22\x28\xc2\x33\x62\x07\x52\x03\x72\x62\xaa\x68\x7a\x5d\xb6\x52\xc1\x78\xd9\x21\xbd\x67\x87\xc8\xa0\xc4\x94\x9b\x32\xa6\x4e\xd8\x69\xd8\x1d\x25\x08\xe4\x57\xd4\xde\x8b\xf1\xe3\x26\xe2\x5c\xc3\xe8\x9f\x3e\x3e\xb6\x9a\x7a\x25\xf2\x22\xc2\x07\x6c\xfe\xd4\x41\xf4\x1b\x0c\x82\x0c\x9b\x4c\x54\xcc\x91\x6c\x53\x5c\x46\xfc\x5e\xe2\x3f\x64\x2f\xd4\x5f\x19\xdf\xdb\x4d\x04\xe5\xa7\x32\x97\xe1\x76\x59\x4e\xff\xde\x59\xfe\xdb\x2d\x75\x1c\x36\xcf\xdf\x65\x59\xbe\x99\xe1\x13\x61\xe4\xd9\x62\xfd\x55\xf7\xab\x82\x94\x98\x04\x97\x1f\x6f\x28\xdf\x03\xbf\xb2\x60\xaf\x88\x8d\x58\xa8\x34\xeb\xfb\x4b\x55\x7d\x3d\x17\xb3\x7b\xfb\x19\x2f\xaf\xd0\xa7\xc4\x97\xc5\x59\x6d\x50\x33\x88\x3b\x7f\xf8\xc3\x45\xc8\x1a\xdd\xc8\x7d\x4b\x63\x49\x66\x1a\x71\x58\x99\xc7\x95\x8d\xb4\x01\x97\x72\x94\x54\x9e\xc8\xe6\x5b\x4d\x99\xe5\xf7\x84\x0a\x53\x2a\x64\x1a\x6f\x74\xbf\x9b\x32\xd8\x9d\xb9\xbf\x0e\x90\x8b\x48\x49\x0a\xcf\x4d\xa9\x22\x6a\xb3\xe9\x5c\x98\x16\xfd\xc3\x40\x48\x0f\xb8\x16\xdb\x07\xbb\x9b\x90\x8b\x1e\x53\x9e\xc2\x39\xbd\x56\xec\xe1\x3e\x5c\x69\xdc\x2b\xe0\x68\x3c\x6a\xc1\x69\x2b\xe8\x7f\x31\x3a\xb1\x24\xb4\xc3\x71\x23\xf6\xfb\x16\x0e\x17\x3f\x95\x25\x54\x22\x54\xe3\xd3\xae\x30\xfa\x62\x21\x6b\xf9\x2f\x0d\xc0\xf5\xd1\xce\xfc\xbc\xe4\x00\x5e\x23\x59\xd1\xcf\xb4\x8e\xc8\x21\xbf\x52\xe7\x38\x4b\x7d\x83\x13\xf3\x0d\xf3\x13\xeb\x38\x3b\x76\x67\x25\xd7\x1d\x5f\xd6\x50\xb7\x38\xed\xd4\x8f\x05\xe4\x55\xf8\x4d\xcf\xfd\x11\x53\xd0\x2b\x41\x7b\x96\x57\xfa\x7f\xc1\x0e\xc6\xa5\xd3\x36\xdf\x9c\xc8\x00\x4c\x93\x6f\xa9\x56\xe6\x75\x1c\x74\x08\xbb\x67\x93\x33\x9e\x47\x98\xfb\x88\x37\x91\x6f\x6b\x20\x7c\xa8\x5f\xd4\x78\x5a\x70\x2e\x79\xc9\xb7\xba\xcb\xae\xd4\x51\xfb\xf9\x99\xaf\xb6\x27\xd6\x3f\xfe\xa5\x0e\xf1\x4c\x71\x61\xbd\x75\x3d\xaf\x3c\xc4\xd3\x6a\x59\x99\x94\x47\x9b\x52\x1d\x8d\x1b\xc2\x16\xf8\x14\xde\x11\x19\x1e\xeb\x9e\x28\x9b\x92\x94\x43\x59\x42\x51\xa3\xd0\x86\x3b\x88\x37\x35\xf4\x05\x7a\x8f\xfe\x32\xfc\x91\xff\xdf\xf1\xf7\xd7\xc5\xa5\xfe\xce\xe3\x12\xf7\x68\x6b\x17\x5f\x3d\x7d\x29\x59\x8e\x61\x6a\x75\x12\x66\x96\x67\xd6\xab\xcf\x50\xc9\xe1\x25\xc7\x35\x62\x2d\x2e\xbd\xee\x63\x69\xf3\xdf\x67\x21\x27\xec\xb7\xef\x7e\xb4\xff\x27\x03\x78\x6a\xb8\x85\xbd\xa3\xbd\x98\x38\x4b\x38\x66\xdb\xaf\xdb\xf6\x5e\xdf\xfa\x62\xb4\x30\x3e\x5b\x3b\x9d\x3d\xde\x39\x12\x37\x5c\x38\x70\x35\x6c\xb2\x28\xb5\x33\xf5\x0d\xea\xd1\xf7\xbf\x31\x90\xfb\xdc\xd3\xd3\xdd\x98\xdd\x90\xcd\x88\xb5\xe6\x25\x85\xb9\xd8\x69\xf2\x71\x86\x41\x9d\xde\xfb\x6e\xb8\x76\xbe\x16\x98\xc6\xee\x7a\xe9\x3a\xcc\x26\xf7\xc1\xef\x73\x06\x9b\xb9\x27\x67\x0f\x32\xff\x2b\x9e\xf2\x68\x78\x6d\x72\x81\x7f\x6e\x72\xb2\x6d\xe4\xbc\x3f\xb2\x67\xa8\xdd\xb1\xe9\xbc\xde\xb9\x9a\xa0\x7c\xa2\xf8\x63\xc1\x58\x2e\x55\x4e\xf3\x67\xbd\x92\xc8\xc6\x9f\x7d\x0b\xd3\x6a\x9b\x85\x67\x14\x0f\xfd\xff\xb6\x7f\x91\x93\xd3\x55\xd6\x89\xf8\xfe\x9a\x9e\x93\xf6\xa2\x66\xc7\x7a\x92\x8a\x91\xd2\x0f\x05\x44\x9f\x7d\x32\xd6\x52\x7e\x26\xfe\x8e\xfd\x19\xf9\x14\x59\x19\x85\x91\x4e\x52\x68\x53\x37\xd0\xf7\x76\x16\x6e\x03\xf1\x5c\xfc\xb1\xef\x7f\x32\x5c\x58\xaf\xb7\x4f\xcc\x74\x79\x37\x5e\xd5\x6a\x97\xe3\x17\x2e\xe6\x14\x66\xda\x27\x17\xc6\xf7\x45\x65\x87\xc1\x04\x3b\xf8\x13\xfb\x60\x7a\x98\xba\x15\x7b\xbd\x08\x5b\x4d\xf9\x58\x74\xd7\x80\x3b\x40\x3a\x6b\xf4\xf5\xdd\x45\xd9\x3f\xb4\xa4\x4f\xe2\xfb\x26\xb3\x3c\x5d\x8d\x75\xe1\x65\x5c\x79\xde\x69\x1f\x92\x70\x63\x94\xc2\x05\x83\x57\x7d\x61\x3c\x8c\x5c\x58\x1c\xd3\x6c\xcd\x2d\x6c\xcd\xf2\x8d\xc7\x6c\x0e\x7d\xa8\x23\xfd\x32\x68\x4a\x7d\x9a\xce\x87\xf5\x16\x16\xf7\x44\x6f\xfe\x62\x94\x57\xe9\x5f\x3c\x07\x73\xeb\x3a\xf2\x52\x32\x76\x13\xd4\x22\x4a\x82\xa8\x7d\x5e\xb9\x09\x38\x23\xd9\x36\x58\x60\x7d\x18\xd2\x3b\xd4\xf6\x56\x43\x54\x99\x54\xa2\xfb\x40\x6b\x2f\xe3\xdb\x1a\xdd\x9a\x35\x5d\x51\xd6\x91\x38\xfe\x6b\x15\xe7\x94\xe7\x91\xe7\x6f\x19\x8e\xae\xe6\x88\x3b\xf6\x8a\xa7\x92\x1b\xa2\xe9\x83\xda\x3d\x9f\x9c\x32\x6c\x4a\xcc\x55\x8d\x1c\x75\x8e\xd5\x55\x15\xbf\xc8\x5a\x49\x87\x8a\xc5\x89\xbc\x92\x30\x56\x9b\x33\x86\x38\x6b\x05\xb2\xc7\x73\xe6\x0e\xd4\xbe\xef\x4d\x9f\xdb\xdd\x71\xbe\x91\x85\x40\x9e\xad\xf7\xf8\xc6\x3f\xd5\xf6\x65\xac\xc4\xf0\xf9\x3f\xba\xc2\x5b\x8f\x98\x68\xe8\xb6\x68\x88\x28\xec\xbf\x33\x90\x94\x12\x52\xe1\x7d\xcb\x89\xcd\xfc\x9b\x61\x99\xff\xcd\x7b\x5a\xed\x13\xcb\x12\x8f\x8c\x4f\x21\xe9\xc9\x65\x4c\xad\x41\x13\xce\xab\x99\x67\x0e\xbf\x7a\x7e\xd2\xac\x8f\xf6\x93\x95\x78\x25\x7c\x0a\xb5\x71\x8b\xb0\x32\x34\x18\x53\x2f\x90\xd7\x93\x5a\x14\xa9\xe7\xe5\x64\x1f\x67\x14\xa0\xa6\x25\xcb\x25\x4c\x21\x9a\x62\x45\x14\x7d\xa7\xf4\xd6\xe8\x83\x03\xad\xbf\x7d\xdc\x5c\x9e\x74\xdd\x50\x3f\xfb\x82\xe5\xde\xea\x0f\xc3\x5b\xb6\x55\xca\xce\x85\x02\x8b\x68\x1c\xf7\x29\xf3\x7d\xc3\x37\xca\xd3\x32\x2c\xc2\xe9\x3c\x8d\x2c\x69\x34\xdf\xc8\x26\xf1\x1b\x31\x55\x51\x58\x11\x3c\xb0\x94\x69\x56\x79\xd2\xa5\x07\x35\x66\xcc\xdb\xdd\x8b\xc2\xb5\x33\x5a\x2b\x88\x3b\x02\x27\x77\xbe\x52\x5d\x4a\x5c\xec\x2f\xce\x34\xcb\x66\x53\x04\xe7\x39\x2e\xea\x63\x2a\x88\x49\x67\x0b\xf8\xb1\x3b\xd2\x25\x90\xee\xe2\x9e\xa1\xf1\xc1\xaf\x41\x5b\x03\x34\xa0\x8e\x8c\x42\xd2\xc6\x12\x29\x32\xa6\xd8\x66\xa4\xe9\x84\x1a\x48\x95\x58\x58\xc4\xd9\x8c\x33\xc2\xbe\x4a\x73\xa6\xfa\xed\x6a\x7a\xa6\x4e\x3b\xd5\xd9\xfb\xda\x62\x4c\xdd\x4e\x12\x8d\xc7\x82\x95\x81\x3a\x98\x70\x0e\x63\x01\xc1\xf4\x25\x23\xd0\x01\x6a\x00\x1d\x28\xc0\x69\xe3\x4e\xd1\x76\xf3\x9c\xbe\xb3\xd7\xc9\xb6\x5e\xf0\x19\x88\x49\xcf\x7d\x59\x07\xdb\xdf\xb7\xd8\x7a\x88\x73\x26\x3e\x95\x53\xbd\x9d\xf8\xc2\x7b\xc4\x7c\x56\x05\x4f\xf8\x84\xa9\x85\x1c\x9d\x80\x0e\x0d\xfa\xf5\x77\x40\x0e\x84\x00\x0d\x20\x04\x94\x40\xfa\xe5\x21\x7a\x09\x79\x14\xbb\xba\x04\xbf\x3a\x86\x99\xa2\xdb\x42\xb8\x4b\xe6\x60\x15\x41\x77\xfd\x6c\xc5\xae\xc2\x49\xc7\x64\x53\x65\x5e\x12\x93\x2f\xbb\x05\xbf\x72\xaf\x10\x13\x9d\x32\xae\x34\x5a\x23\xec\x11\x30\x06\xf8\x00\x05\xc0\x02\x32\xc0\x04\xd8\x01\xe7\x1b\x37\xc2\x5b\xa6\x42\x11\x19\x25\x49\x63\x86\x8f\xde\x21\x13\xa9\x7b\x65\xb1\x1d\x08\x93\xd7\x5b\xe3\xc7\xf9\x63\x6e\x35\xee\x69\x14\x01\x50\x56\xea\xaa\x1b\x42\xe9\xb4\x42\x18\x63\xb0\xd4\xc0\x16\xbc\xfe\xc3\x5e\x24\x00\x1b\x40\x05\x04\x00\x17\x9e\x07\x37\x82\xce\x9d\x7f\x46\xae\xca\xa0\xd8\x21\x36\xb0\x23\x69\xaa\xe8\xb2\xf5\xd7\x78\xe2\x86\xce\x11\xed\xa4\x7a\xc3\x79\xe6\xef\xe0\x08\xbb\x08\x0d\x1d\x51\x1a\x7a\x41\x4c\x5f\xb0\x01\x48\x00\xf6\xdf\x10\x1b\x10\xfd\xd9\x09\x2a\xa0\x7f\xc5\x87\xf9\x4c\x2d\xc1\xb3\xfe\xee\x83\x6e\x98\x1d\x86\x7f\x54\x42\x74\x21\x57\xd3\xd5\x18\xfc\x9a\xda\xd9\xce\xec\x78\x9b\x45\xae\x4c\xf8\xb6\x93\xac\xce\x27\x49\x2c\xa6\x27\x3c\x05\x58\x5d\xf0\x1a\xf0\x03\x6c\xc0\x0b\x08\x01\x3a\xc0\x06\xe4\x00\x07\x5a\x1c\x43\x9d\xe2\x27\xb7\x99\x8c\xa7\xf6\xad\x2d\xb7\xdf\x59\xbc\x74\xc1\x58\xb3\xda\xc8\xe1\xba\xea\x15\xf2\x0a\x7c\xd7\x59\xd1\x53\xcc\x6b\x37\x33\x83\x43\x99\x1a\x0e\x1b\x92\xad\x37\x84\x80\x0b\x90\x02\x32\xc0\x02\xde\x02\x6c\x40\x09\x30\x01\xe6\x8b\x0c\x74\x77\x0a\x42\x2e\x97\xb7\x92\xda\x25\x36\xa2\xbe\xe5\x71\x23\xf9\xaa\x8d\xcb\xa3\xfc\xab\x33\x77\x67\x1b\x67\x03\xe2\xe5\xdb\x89\xb5\x5e\x51\x26\x2b\x0a\x7a\xfc\x56\x34\xda\x98\x7c\x2f\x6e\x00\x09\x40\x07\x08\x80\x0a\x90\x03\x62\x40\x00\x10\xa1\xf8\x51\x87\xc8\x23\x39\x05\xa5\xa5\xb5\x51\xac\x71\x7c\x55\xe2\x6c\xf3\x5b\x9b\x58\x47\x4c\x56\x0d\x7f\x91\xee\x64\x8c\x59\xd5\xf2\xa5\x11\xfa\xe7\x5a\x15\xaa\x67\x88\x75\x33\x1b\x10\x0a\xc0\x77\x02\x6e\x40\x06\xf0\x00\x3b\x80\x03\xe4\x00\x11\xa0\x03\x76\xd4\x57\x64\x3a\x9c\xd8\x52\x0b\x5a\x1f\xac\x4b\x7d\x1a\xe2\xb4\x0b\xf2\x9b\x44\x46\x90\x56\xd7\x21\x90\xa3\x8a\x69\xdc\x26\xa1\xac\xb3\x50\x51\xc7\x15\xbd\x99\x77\x08\xdc\x73\x14\xdb\x68\xe9\x20\x02\xc0\x02\x4c\xa0\x04\x88\x00\x21\x70\x05\x64\x40\x1c\xd9\x9d\x34\x9e\x03\x5e\xea\x51\xf3\xa3\xb5\xac\x4f\x4d\x2c\x65\x01\x54\x53\xd2\xa8\xc5\x1a\x80\x40\xbe\x51\xce\xef\xb6\x67\xe7\xc7\x44\xf7\x7a\x00\xd3\x10\xe5\x4a\xe1\x73\xc6\x60\x7c\x0f\x38\x56\x40\x07\x50\x01\x0a\xc0\x07\x62\x00\x0d\xf0\x03\x39\x64\x5d\x52\x25\xb6\x23\xa9\x18\xcd\x40\xab\x16\x1f\x86\xd8\xb1\x7c\xcc\x66\xf6\x51\xeb\xd5\x25\x08\xe4\x86\x7c\xe5\xae\x47\xa7\x5c\x20\xa9\xd5\x7f\xcb\x76\x4c\x7b\xe6\xad\x23\x57\x1d\x45\x10\x3a\x16\x8c\x16\xac\x3f\x2c\xec\xab\x45\xd8\x1a\x38\x56\xb8\x45\x84\x2a\x64\x01\x62\x65\x36\x71\x89\x56\x8d\x4a\x2b\x69\x1f\xa5\x58\x98\xfc\xf2\xa6\xdd\x11\x89\x75\x0c\x08\xe4\xc7\xe9\xa6\xcd\x70\x6e\x9d\x44\xd6\x4a\x78\xb0\xcb\x93\x49\xbd\x52\x94\xc8\x0c\x4b\x15\x69\x01\xfa\x3a\xc6\x25\x86\x22\xa6\x24\x56\x01\xf6\x09\xae\x1f\x01\x21\x49\x01\xd5\x26\xeb\x85\x04\x92\xda\xae\x15\x9a\xb7\x68\x6c\x4a\x7e\x41\x93\xe3\x28\xda\xfa\x28\x04\xf2\x78\xb5\xd7\x38\x35\xde\x3a\x59\xc8\x91\xe0\xe5\xd7\x6c\xdb\xa5\x77\x22\x2f\x2d\x2c\xca\x72\x4a\x5e\x44\x5e\x4f\x26\x46\xfe\x85\x72\x9d\x86\x91\x4e\x80\xe1\x2b\x1b\x31\x8f\x8c\x88\xcf\x3b\x0c\xb5\x06\x73\x46\x6f\xa9\x98\xc0\x5c\xb1\x26\x96\xe1\xe4\xf5\x3f\x1a\xc0\x93\xfc\x25\xeb\x3e\xcc\x2a\xc9\x4c\xe2\x88\x5a\x2f\x5a\xeb\x08\xdd\x8f\xf2\x94\x22\x99\xec\x1d\xf4\x65\x2c\x02\x6c\x3b\xec\x6c\x5c\xc9\xbc\xa3\x82\x57\xe2\x14\x32\xab\xca\x45\x3a\xd6\xc6\x7a\x76\x23\x9e\x50\xfe\x5e\x09\xb7\x4d\x12\x43\x4b\x6b\x73\x7f\xb0\xff\x70\xa3\x7b\x4c\xba\x15\xad\xe4\x73\x1a\x42\x58\xb3\x47\x92\x75\xba\xfe\x2b\xc5\x29\x89\x70\xbe\x32\xe1\x30\x51\x02\x71\x65\x29\x63\x19\x3a\xb9\x4b\x55\x5d\x1d\x38\xe3\x2d\xeb\x5c\x57\x78\x5f\x82\x4f\x85\x89\xc1\xa9\x77\x45\x65\xad\xa1\x13\x7f\xf6\xf0\xf3\xf0\xa0\x67\x49\x6e\x30\xbd\x89\xb9\x68\x28\xa5\x21\x2c\xcf\x0b\xd8\xde\x19\xa1\xa8\x85\xc9\x4a\x29\x5c\x2a\x91\x28\x3d\xa8\x9b\x68\x3e\x18\x26\x9b\xd6\x58\x23\x7f\x54\xf2\x29\x08\x7d\x8e\xb3\xce\xd8\x2b\x08\xa9\x99\xaa\x3f\xee\xc1\x9e\xff\xab\x76\x7e\x3d\xb5\xf3\x63\x9e\x73\xe0\x55\x23\x5a\xd1\x75\x1a\x5f\x24\x8c\xaf\x84\x13\xaa\xd9\x2f\x3d\x79\x03\x3f\xc3\xfb\x0f\x5b\x66\x74\x16\xa6\xb6\x8b\x2e\xca\x3e\xe2\x21\xd7\x31\x6f\x52\xe3\xf2\xf8\x2b\xd2\x5a\x28\xfb\xae\xc7\xb1\x67\x57\xd6\x71\xfe\x9e\xe1\xf7\x8f\x4b\xdd\x6d\xcc\xd9\xfd\xfe\xfa\x26\xae\x52\xb4\xcc\x77\x31\x37\x41\x46\xee\x87\xf6\x39\x36\xc8\x4e\xc8\xce\x30\x6e\x18\x9e\x72\xfe\x50\x9f\x22\xa2\x5d\x93\x9f\x73\xf2\xcb\x08\x1a\x35\xbb\x6c\xc7\x7c\x16\x09\xb6\xd5\x4f\xe5\x7f\xe4\xff\x93\x81\xf0\x5c\x90\x6f\x55\xce\xad\x0c\x3e\xb6\x64\x57\x74\xe4\x74\x25\xa7\x47\x2a\x05\x4e\x79\xb9\x06\x86\x7a\xa7\xfa\x74\x45\x86\xc7\x91\x45\x0b\x65\xdf\x67\x51\x15\xcd\xb6\x9b\x0f\x71\x0d\x09\xad\x1e\x1f\x86\x1e\xf5\x3d\x63\x40\x2e\xfe\x85\x81\x24\x5d\x7c\xdf\x29\x59\x2c\x1d\xe5\xe9\xc4\xac\x53\x2b\xc1\xcc\x56\x4f\xa1\x89\xa1\x8a\xa4\x8b\x4c\x8a\x8a\x89\x5b\x2a\x80\x7c\xee\x2c\x46\x6f\x63\x6a\x4a\xeb\xb6\x58\x19\xdd\x39\xd8\x72\x3b\xfb\xf5\x9f\x0c\xe0\x31\xe3\x8a\xe0\x28\x61\x0f\xb2\x6f\xbc\x15\xbc\xfe\x6b\x15\x76\x21\x78\xba\x73\xc2\x62\xb8\x7c\x40\xb7\xa7\xaa\x33\xb9\x3d\xbc\x0d\xa9\x2d\x6f\x44\x73\x71\x7f\xcf\xe9\x22\xea\x17\xe1\xff\x66\x20\x3f\x5c\x4f\xec\xbe\x86\x2d\xad\xcd\xe7\xcd\xf6\x4c\xa6\x8e\x7e\x19\xbc\xea\xb1\xed\xa0\x6a\xe5\x6a\x44\xac\xa5\xaa\xf4\x2c\x9b\x2e\xa5\x2c\xe2\xaa\x14\x6e\x49\x18\x96\x5a\x40\xd8\x0e\xbf\xa0\xfa\x55\xf4\xef\xf1\xdf\xab\x0f\xd9\x57\x49\xa6\x1c\x87\x04\x07\xab\x7a\x7e\xb5\x3b\x37\xdd\xd7\x2d\x55\xf3\x97\x89\x15\x21\xe7\xe9\x65\x15\xa7\x5d\xa5\xf8\x24\x0d\x27\xc8\x66\x93\x95\x19\xb5\x88\x0d\x89\x2e\x10\x6d\x25\x5e\x96\x3d\xf3\xfc\x4f\xfc\x4f\xd9\xa3\xf9\x95\xc0\xb1\xf2\x2e\xc1\xa6\x9f\x0d\x05\x35\xf8\xa5\xcf\x85\xd9\x39\x2f\x33\xf6\x92\xa7\x12\x02\x63\xb4\x23\xa0\x43\x6a\x03\xd7\xfd\x8f\xfd\x41\xcc\x48\x56\x7a\x05\x74\x8b\xd7\xd0\xfc\x62\xce\x5e\xcd\xdf\x1d\x8f\xfe\xbe\xce\x4f\x57\x87\x46\x17\xdb\x11\x2a\xaf\x8b\x30\xf2\xaf\xb3\xc2\x53\x09\x13\x4d\xa2\x31\xc2\xe1\x83\x70\xfc\x58\x3c\x7f\xbb\x2c\x39\x23\xd8\x0f\xda\x36\x38\x22\xfb\x5b\xc5\x4c\x67\xed\x97\x8f\xb4\xa5\x8e\xe4\xac\xdc\x1d\xbe\xff\xfe\x57\x45\xe7\xc7\xfe\xee\xf4\xb4\x6b\x27\x4c\x45\x44\x4e\x7c\xfa\x53\x42\x6d\xe4\xc6\x27\xa2\x80\x41\x2f\x2d\x97\x65\x07\x37\x1b\x3b\x0b\x14\xe3\x2f\x06\x1e\xba\x2e\xda\x47\x66\x4c\xae\x36\x81\x5c\x71\xe5\x39\x7d\x55\x51\xdd\x28\x13\x07\xeb\x31\xa7\x66\x4f\x7f\x7c\x2c\xce\xe7\x97\x07\xfa\x9b\xab\x91\xb2\xf9\xe3\x8c\x22\x64\x03\xcf\xbd\x8a\x5c\x74\xec\x2d\xad\x32\x4d\x34\xf4\x4f\xb5\xec\x54\xaf\x95\xb0\xe5\x28\x64\xe2\x64\x34\xb5\x42\xcd\x2f\x5c\x53\x82\xcf\x12\x1e\xf2\x43\xea\xd7\xfb\x03\xe6\xda\x77\x45\x6f\xc9\x21\x10\xc8\xc3\xa1\xe9\x8c\x61\xab\x58\xee\x42\x3c\x4c\x90\xb2\xb7\x8a\xf3\x86\x2d\xa6\x69\x91\x81\x8a\xd6\x7b\x95\x4f\x72\xc5\xd2\xf3\x62\x95\x42\x3a\x7c\x2f\xb9\xea\xf9\x13\x65\x83\x75\x6c\xad\x02\x3c\xcc\xc3\x2c\xd3\x85\x4a\x79\x5a\x25\x47\xf7\xd7\x5f\x9e\xc1\x3f\x05\x3c\x70\x6f\x9a\x0e\xf7\x54\x72\xa5\x22\x86\x44\x7b\x6a\xdb\x55\x98\x06\xea\xb2\xa8\x8b\xca\x07\xc9\xc0\x88\xce\xf1\x4f\x70\x8e\xb3\x7c\xa2\x0f\xa3\x7a\x22\x6f\x65\x09\x14\xd3\x50\x3e\x37\x02\xf6\xbf\xfd\x9a\x63\xfd\x72\x6a\x6b\x6f\xfb\xd6\xe7\x96\x76\x57\xee\xf6\x6e\xda\x57\x34\xbb\xaa\x0a\x1e\x62\x11\x7c\xcc\x6c\x84\x8d\xd5\xb4\x54\xe5\xf3\xa4\x51\x84\xbb\x78\x39\x58\x9b\xe9\xee\x29\xdc\x89\xca\x70\x6b\x30\xec\xd1\x6f\x69\x84\x78\xb9\xdf\x3a\x6b\xf6\x9b\x3b\x7a\x68\x84\xbd\x4b\x2f\x28\xff\xd4\x61\x31\x01\xf5\x95\xf1\x22\xea\x7c\x63\x5e\xb4\x19\x33\xe3\x3a\x14\xd6\xe9\xd4\x88\x49\x79\xff\x7d\x84\x28\x13\x0f\x84\x25\x8d\x76\x81\xd4\x14\xaf\x0c\xed\x14\x11\x02\x1b\xf1\x82\x1f\x71\x88\x84\x89\x05\x41\x54\x4e\xe1\xda\xd0\xcb\x61\x2b\x60\x3e\xe1\xbe\x00\xa3\x91\x75\x70\x7f\xc5\xfc\xe4\xe5\xa9\xc8\xcc\xa7\xfa\xb8\x94\x37\x7e\x12\x56\x12\x1a\x2c\xd2\x0d\x82\x04\x9c\xec\x0c\x12\xe4\x4c\x78\xd8\x68\x78\xf0\xe2\x2f\x02\x01\x23\x10\x07\xac\xaf\xb6\x70\xc6\x68\xb5\x78\x76\x64\xf2\xb5\xf2\xad\x3a\x3c\x6f\xa2\x6a\xb2\x87\x6b\xe0\x7b\xf9\xe7\xd6\xf7\x46\x0e\x9e\xc7\x02\xca\x7f\xc5\xf5\x78\x8e\x9a\x69\x29\xcf\x88\xc4\xb2\x09\xd1\xcd\x92\xbc\xc6\xa2\x43\x92\x7b\xd9\x01\xd4\x01\x3b\xc0\x01\x94\x40\x10\xea\x1d\x9a\x20\x99\x16\x9b\x9d\x58\xab\x8a\x97\x89\x89\xcb\x70\x68\x7f\x9a\x74\xd9\x73\xc7\xe0\x34\xeb\xb6\xd9\xee\xd6\xb0\x61\xa9\x7b\x3c\x8a\x67\xbb\xe9\xa9\xe2\x9d\x20\x1c\x5d\x2a\x81\x18\xc6\x03\x02\x26\x94\x14\x90\x01\x22\x80\x1c\x88\x01\x0a\x80\x07\x68\x90\x30\x09\x0c\x18\xf4\x05\x3f\xca\xa3\x19\x42\x3b\xb8\x04\x99\x27\x8d\x15\xf9\xb6\xfe\x18\xc3\xdc\xc0\xdb\x9f\xeb\xbf\xa9\xa0\x4d\xf8\xe6\xc3\x6a\xb6\xaf\x44\x2a\xe0\x44\xbd\x8e\x51\x03\x27\x00\x96\x81\x2a\x80\x05\xd4\x00\x19\x90\x03\x0c\x00\x07\xc8\x60\xe3\xb0\x53\x69\x5e\xf3\xa8\xbf\x53\xd5\xf1\xb3\xb9\xf6\x35\x88\x1d\x2d\x80\x6d\x74\x1d\xa1\xf9\xa2\xb7\x83\x3c\xa2\x55\xf5\x9c\x62\xed\xcf\x65\x69\xaa\xd2\x21\x84\x4c\x53\x8d\x9e\x07\xb8\x01\x22\xc0\x02\x02\x80\x1c\xa0\x00\x34\x40\x06\xa8\x01\xe5\x4b\x57\xb4\x1d\x72\x7a\x0e\x0f\xc9\x45\x8d\x03\xcb\x07\x2f\x8a\x68\x89\x9c\xcf\xf5\x1c\x03\x16\xcb\x92\xbb\x9a\xe3\x5f\xea\x8d\x32\x09\x83\x12\x6d\x0b\x34\x0c\xc5\x90\x18\x2c\x70\xa0\xa1\x4b\xc1\x47\x40\x00\x50\x01\x39\x60\x03\xe8\xe0\xcd\x9f\x7a\x90\x20\x32\x3b\xb1\x33\xab\xae\x78\xaa\x6a\x93\x59\x86\xbb\x48\x24\x7e\x96\x59\xcd\x51\xdf\xd0\x22\xdb\xb1\xd9\x0c\x43\x2b\x66\xae\x68\xd8\xa9\x53\x87\xee\x2b\x29\x5d\xd6\x3c\x22\x41\x04\x7f\xc0\x07\xd0\x01\x12\x90\x02\x8c\x80\x04\x10\x02\x16\x80\x02\x30\x91\x48\x88\xe4\x99\x9b\x45\xb7\x55\xc6\x4d\x35\xdd\x11\x22\x82\xb3\x3a\xaa\xef\x7b\xe1\xe7\xef\xbe\x95\x2f\x05\x76\x6e\x15\x7d\x8a\xe9\x72\xb3\x31\x9c\x7c\x4f\xc7\x93\x4d\x29\x89\xf6\x15\xe4\x01\x66\x40\xf8\xe7\x1c\x70\x01\x07\x10\x03\x58\x40\x14\xe1\x9e\x60\x9d\x99\x54\x24\x44\x45\xc1\xd4\xd7\xcd\x2a\x3c\x21\x4b\xb7\x3a\xb7\xe7\x61\x41\xe9\x16\x75\x6d\xbc\xdf\xb7\x82\x3e\xd1\xc9\xdb\xd5\xdc\x48\xf9\x41\xb8\x93\x21\x0f\x8f\x16\xf6\x01\xbc\x01\x48\x80\x14\x20\x01\xee\x3f\x95\x08\x42\xc0\x0e\x5f\x83\xbf\xcc\x58\x21\xa2\xa9\x1c\x65\x32\xec\x26\x1b\xae\x9e\x59\x5a\xf5\xa6\xd7\x78\x3e\xe5\xc1\x78\xdb\x66\xf4\xa0\x56\x37\x1d\x36\x90\xc3\x0e\x49\x3b\x4b\xea\x90\xc3\x9b\xf4\x1e\x39\x17\xe0\x01\x2c\xc0\x09\x70\x01\x3a\xc0\x01\x70\x80\x1a\xa8\xc2\xe5\xe1\x8d\x30\x2a\x0b\xf7\x2a\x3d\x98\x7c\x72\xc3\x0a\x37\xcc\xd4\xaf\x3a\xeb\xe3\x5e\x44\xfa\x5d\x70\xa8\x3c\xe5\xdd\xd4\xf5\x59\x33\xfc\xc2\x45\xc6\xe8\xb3\xfc\x89\x80\x20\x1d\x1d\x0e\x1a\x4c\x36\x60\x05\x54\x80\x01\xc8\x03\x06\x20\x01\x78\x81\xc4\x6b\x1f\xbc\x42\x06\x42\xa1\x3e\x65\x1e\x13\x3c\xd7\xa3\xb0\xbe\xcc\xb1\x2a\xd1\xbe\xb5\x85\x18\x08\xe4\x7c\x73\x3e\xb2\xfd\xa6\xc8\x26\xee\xd9\x87\xdd\x4a\x53\x03\x5d\x62\x88\x8d\x94\x24\xe1\x4d\x2a\x90\x01\x2c\x00\x01\x30\x03\x06\x80\x08\x50\x01\x15\xac\x2e\xce\x08\x7d\x85\x90\x98\x62\x82\x31\x93\xab\x53\x98\x49\xa6\x42\xd5\x76\xef\xf6\xdc\x28\x04\x72\xcd\xfa\x85\xb3\x6f\xaa\xf2\x21\xdd\x28\x04\xda\xc9\xd9\xc0\x40\xce\x8a\xbf\x86\x96\x1f\x3b\x0e\xa6\x0f\xb8\x00\x26\x20\x02\xe8\x00\x25\xc0\x05\x47\x30\x1b\xd8\xa5\x74\xbf\x05\x19\x15\xbc\x3e\xb0\xbb\xc4\x85\x87\x67\x86\xd5\x68\xf4\xfb\x2e\x52\x41\x20\x3f\x48\xbe\xca\x8f\x71\x37\x8e\xe7\xbe\x8e\x4e\xf1\x82\xb6\xe8\x56\x17\x94\xc4\x66\xf7\x22\xbd\x43\xa3\x80\x33\x86\x9f\x43\xc8\x46\x7a\xf5\xc6\x16\x45\x06\xf5\x0c\xa3\x0f\x57\x8b\x66\x9e\xef\x5c\x41\xd9\x88\xfd\xa3\x49\xd8\x6c\xba\x4d\x95\x63\x8f\xdb\x42\x0d\x04\xf2\x94\x7e\xe0\x38\xdb\xdf\x39\x57\xc6\x99\x62\x11\x14\xec\xb8\x6a\xa8\x27\xdf\x2a\xac\xcc\x22\x4a\xda\x84\x69\x80\x73\x82\x3b\x87\xb7\x40\x18\x48\x92\x47\xe6\x41\x95\x46\x0f\xcd\xba\x2b\x70\xfd\xde\xda\x10\xda\x79\x2a\xb4\x29\xc3\xa3\x0a\xb7\x6f\x66\xe1\x8f\xa3\xe8\xf9\x8f\x2f\x4f\x83\xcb\xf5\x26\x39\xf2\x51\x5b\xde\x30\x36\x88\xba\x4b\xf2\xef\x85\xcf\x59\xfb\x28\x03\xa8\x53\x68\x59\xe9\xe9\x19\xf9\x59\x50\x39\xa8\x79\x30\x85\xb0\x24\x72\xe4\xdd\xd4\x4a\x75\xaa\xcc\xe9\x3d\x88\x63\x7e\x55\xbb\xd7\xed\x0e\x4d\xfc\x2d\xc3\x5d\xd5\x0e\xd4\x54\x4d\x47\x47\xe9\x74\x5a\x49\xb8\xa0\xc7\x89\xf5\x90\x5e\x87\x42\xa1\xd8\x32\x37\x11\xf7\x25\x2f\x1e\x3f\xaa\x60\xb7\x08\xa9\x64\xb5\x8c\xae\xc2\x9a\x06\x30\x3c\xb6\x4c\x74\x94\xff\x18\xea\x97\x17\xf7\xad\x60\xbc\xb9\x75\xec\x8f\x3f\xd6\x33\xce\xa9\xed\x72\xc3\x90\x71\x53\x60\xf1\x8b\x94\xa7\xb0\x2d\xcf\x2e\x5b\x01\x43\x25\x55\xc3\xb7\x03\xe2\xaa\x32\x62\x32\x6b\x72\x14\x8a\x9e\xea\xd6\x3a\xaa\x46\xbf\xcc\x07\x9c\x2a\xbc\xde\x07\x87\xc7\xec\xc4\x53\x64\xb0\x94\x3f\x75\xb5\xcf\xfe\x85\x19\xb7\x2c\x3b\xbf\xe7\xd3\x06\x10\x1a\x61\x8a\x11\xd2\xa0\x22\xd2\x7d\x6a\x1c\x1a\x4c\x1d\x74\x98\x55\xf8\xb4\x05\x75\x78\x0c\xd4\x3f\x28\x99\xd9\x1b\x5b\x7c\x24\x74\x12\xf3\x62\x88\x8e\x4f\xcd\xcb\x37\x28\x9c\xa9\xa4\x6c\x29\x19\x1a\xf9\xa2\xfa\x17\x6c\x31\x5c\x26\x6d\x4b\xce\x51\xf7\x5f\x36\xf1\x96\xa4\x66\xe2\xc5\xbc\x08\x14\x74\x2b\xb0\xe3\x35\xf1\xf9\xe0\x61\x82\x6e\xc6\xef\x8a\xe5\xc0\xe7\x7c\xe0\x29\x17\x23\x1a\x25\x96\xfc\xb2\x92\xab\xec\x45\x43\x75\x1f\xd3\x04\xdd\xca\xf6\xce\x3f\x3d\xa8\x9f\xf5\x2f\xf4\xb6\xca\xe7\x7e\x0c\x06\xb4\x78\x97\xef\x7f\x1e\x4a\x12\x8f\x90\xf3\x3f\x76\x87\x77\xc8\x77\xa6\x70\x2b\xf7\xd8\xf7\x93\xff\x14\x19\x85\x9f\xd0\x9a\x25\x5d\xcc\x58\x9b\xd2\x81\x3a\x6c\x39\x2f\xf3\xd5\xff\x04\xed\x36\xf7\x5f\x18\xc8\xc4\x45\xf7\x8e\xff\xa2\xd7\x28\x5c\x47\x6f\xed\x46\x51\x7f\x96\x43\x12\x65\xa4\x48\xf0\x7c\xe8\x5a\xf8\x59\x8c\x50\x02\x51\xea\xe3\x67\xdc\x92\x83\xea\xfb\xd6\xaf\x03\x86\x53\x1a\xab\x61\xfb\x0d\xd7\x71\xcf\xf4\xff\xca\x00\x1e\x6c\x2e\xf6\x0f\x1a\x37\x93\x97\x87\x17\x12\x17\x19\x67\x46\xc7\x0d\x47\xb0\xfb\x9b\xba\x92\xda\xd4\x5a\xa2\xeb\xbb\x6a\xf3\xab\x86\x4a\xb6\x1b\xef\x7b\xac\x26\xe4\xbf\x48\xec\x8d\xdd\x52\xfc\x27\x03\xf9\x2e\x7a\x4c\xb1\xc9\xb6\xe0\x3f\x41\x3c\xec\xdf\x17\xd5\xc7\xd1\x61\xdf\x6a\xd2\x90\x56\xed\x5b\x8e\x55\x84\x9b\x2f\xf5\x39\x2e\xf3\x26\x7d\x23\xad\xbe\xb0\xb3\x73\x69\xc2\x67\xc5\x74\x35\xe0\x60\xfd\xee\xeb\xbf\xc6\xdf\x79\xec\x77\xac\x74\x4d\x3c\xf6\x55\xb6\x86\x37\xf4\xd7\xa0\x57\xdb\x94\x16\x17\xf6\xe7\x22\x65\x3a\xa6\xd5\x25\x98\xc6\x24\x45\x64\x85\x3d\x7c\xea\x48\xa4\x4f\xf5\xab\xba\xe8\xa0\x1d\xa7\x5f\xee\x5d\xa3\xbd\x6b\xfc\x9f\xf8\x7b\xfc\x83\x77\xcb\x84\x23\x2e\x1d\xd0\xb5\xf4\x25\x4f\xf9\x7b\x79\xb0\x99\xbd\xa9\x14\xf1\xe8\xd1\x97\x9f\x7e\x06\x5d\xf8\x05\x79\x79\xba\xab\xb8\x8c\x7f\x6c\x0c\xea\x4f\xac\xcf\x79\x5b\x33\xd0\x49\x35\x4e\xb2\x86\x71\x9c\xfe\xe3\x2f\x55\xca\xef\x6f\x67\x65\x5f\x8c\x47\xde\xb5\x9a\x97\xdf\xe6\x18\xa4\x2a\x27\x3b\xc4\xee\x46\xc2\x04\x4f\xfa\x47\x7b\x99\xba\x9c\xda\x5f\xdb\x74\x58\x22\x9a\xd4\x7e\x50\x30\x2b\x74\xb5\x0d\x99\x4b\xf0\xce\x6b\xad\x65\xec\x5e\x9f\x36\xdb\x18\x38\x7f\xf5\xfc\xc7\xa9\xf7\x36\xfd\xab\xc3\xe4\xdb\x36\x98\xd2\xb2\x8c\x84\xb8\xf0\xb0\xe0\xe0\x02\xdf\x29\x8f\x97\x4e\xa9\xb6\x5c\x16\xa1\xc6\x7c\x7a\x07\xda\x46\x6a\x44\xca\xdc\x0a\xbc\x5a\xf4\x56\xa1\x9e\xb4\x61\xc8\x29\x9e\x85\x2b\x0d\xb2\x03\x73\xf3\x30\xbb\xa1\xb7\x7f\xfa\x82\x67\xc9\x4b\xba\xdd\x57\x95\x2f\xd2\xcd\x23\xbf\xf9\xdf\x7a\xdb\x7d\x5c\xb1\x0b\x33\x67\x36\xa2\xd3\x2d\x50\x77\x50\x52\x95\xb5\x90\x4a\x14\x9b\x15\xea\x10\x38\x52\xa0\xd2\xd7\xb1\x27\xf1\x76\x8a\x42\xcf\x44\x2c\x73\x6c\x5f\x1b\xfb\xb5\x26\x7b\xd6\xfc\x4b\xe0\x67\xfe\x0e\xcd\x44\x56\x23\xe3\x67\xaf\xa8\x66\xdf\x02\xa7\x2b\x9b\x56\xd3\x24\x7d\x09\x0d\x25\xa5\x0c\x59\x3b\xf1\x63\x21\x6c\x9e\x0b\x8e\x0e\x16\x73\x06\x07\xd6\x77\x12\x78\x6a\x8d\xc6\xe1\x8e\xc7\x01\xb2\xf1\xb1\x79\xfa\xf5\x42\x7d\xd9\xf3\x13\x7b\xb1\x77\x59\x77\xc2\x1b\x70\xbd\x53\xa5\xf5\x89\xf3\xbe\x47\x8e\x03\xe6\x5c\x7a\xbf\xd5\x16\xe5\xc3\xa5\x93\x44\x94\x78\xa3\xd8\x43\x19\x57\xa8\xb1\xc9\x68\x09\x7b\xf1\x38\xa8\xdf\xf3\x99\xbf\x53\xd6\x52\xb2\x40\x75\x1b\x09\xab\x4d\x1b\x28\xc3\xe8\x10\x9c\xa0\xdc\x80\xfd\x46\x73\xbe\x39\x9f\xda\x72\x9d\xbb\x11\xfe\xd1\x25\xc4\x74\x49\xab\x58\xb1\x41\x7a\x48\x58\x99\x87\x8f\xa5\x9d\x16\x95\xec\x2d\x7e\x00\x66\x2e\xf2\x10\x82\x28\x1c\x14\x31\x34\x4b\xb2\x88\xa9\xa2\xac\x21\x8b\xfd\x8c\x3f\x63\xfc\xaf\x7c\xe5\xfa\xe7\x41\x99\xa5\xce\xc3\x81\x53\xd9\xa9\xe7\xba\xd4\xb4\x4d\x5f\x2b\x6b\x2f\xdd\x18\xf9\x7c\xd1\xaf\x7c\xa5\xac\xdb\xb4\x32\xa4\x39\xb8\xa9\xa8\xd3\xf0\xc1\xd0\x14\x20\x17\xa0\xbf\xb8\xc0\x36\xa2\xe5\xe0\xe9\x79\x9b\xa8\x05\x67\x71\xed\xd9\x1c\x71\x9e\xa9\x5a\x69\xdb\x2d\x39\xf3\xb8\x53\xb7\xdb\x39\x12\x5a\x31\x1d\x87\xee\x49\x6d\x16\xa4\x72\x2b\x16\xc7\xf9\x81\xa9\x9b\x12\x06\xef\x3b\x5a\x03\xbc\xe2\x0b\x12\x40\x07\x04\x00\x06\x40\x03\x1c\x28\x1d\xa4\x6e\x6c\x9d\xa2\x09\x4a\x1b\x1f\x5a\x9d\x8d\x43\xe8\x52\xd0\x4a\x3e\xb7\x9e\x8f\x8b\x6c\x58\x6f\xd1\xf7\x89\x14\x33\xc6\x1c\x79\x40\x99\x68\x28\x9a\x0a\x4a\xd0\x7f\x23\x11\xc3\xbe\x7b\x73\x00\xf3\x09\x10\x03\x16\x80\x0f\x48\x01\x27\x40\x02\xd4\x08\x78\x78\x67\xf4\x4a\xfc\x16\xb2\x37\x7a\x82\xf6\x5a\xfe\x5e\xf1\xf0\x05\xf4\x8d\xc3\xc3\x44\x5f\x90\xbe\x0a\x75\x96\x16\xdd\xc5\xee\x7a\xe4\x9a\x84\x2a\xe8\xf3\x5d\x53\x73\x62\xae\x23\x3a\xbd\x8c\x04\x5c\x00\x09\xa0\x01\x68\x80\x0d\xd4\x01\x3d\x20\x81\xf9\x81\x59\x40\x89\xc7\xb9\x2e\xdd\xa5\x69\x66\x99\xe9\xb9\x16\xed\x9f\x23\x59\x4b\xd2\x8f\xb8\x24\xb3\xc6\xd8\x7d\x52\xf6\x2b\x41\xd3\xbb\xd1\xcc\x54\x31\x83\x3f\x9b\xaa\x10\x0d\xed\xc5\x2b\x40\x0a\x24\x01\x12\x90\x00\x04\x00\x03\x50\x03\x78\x80\x01\xae\x51\xec\x48\x70\x59\x7d\xc4\xe4\x54\x2d\xcd\xd0\xdd\xec\xc2\x9e\x32\x8e\xab\x88\x7b\x78\xe7\xc1\xea\x9b\xa1\xf8\xca\xf1\xe4\xaf\x7e\xeb\x96\xa9\xaa\x30\x42\xa5\xb4\x49\x98\x4c\x2f\xd4\x00\xd9\x9f\xaa\x03\x1a\x60\xfd\xd3\x89\x41\x04\x32\x80\x01\xe1\x37\x01\x09\xc3\xa6\x90\x93\x62\xe8\x87\x68\xe7\xcb\x90\xf5\xd4\x9d\x72\xf3\x2e\xbd\x69\xd2\xed\x86\x31\x8f\x3a\xf8\x8c\xb5\x60\x7c\x3b\x69\x4d\x15\xf1\xd7\x4c\xf3\xf8\x39\xaf\x7b\x01\x03\x80\x05\x34\x00\x0d\xb0\x03\x74\x80\x05\xf0\x00\x31\xa0\x83\xbd\xc6\xb1\xa0\x8d\xe3\xaf\x93\x4b\x30\xe8\x77\x2c\x0d\x5a\x4e\x11\x29\x45\x6d\xa7\x9c\x62\x38\x6c\x99\x46\x6b\xc1\xcd\x65\x0d\x8f\x72\xf6\xd2\xeb\x91\xc1\xe0\x98\x24\xa3\x47\x4e\x07\x8c\x80\x1a\x10\x03\x2c\x80\x0f\x88\x01\x29\x40\x06\xe8\x00\xf9\x95\x21\xd6\x06\xcd\x07\xde\xad\xf7\x50\xfa\xa3\x0e\x05\x81\x8f\xc9\xee\x25\x4e\xed\x89\x53\x8c\x67\x65\x8b\x99\x9d\xa3\x45\xe9\x31\x3b\xee\x39\xc6\xbe\x0a\x98\x02\x6e\xb4\x41\xd8\x42\x30\x22\x40\x04\xa0\xfe\x51\x80\xd0\x00\x22\xc0\x08\x04\x01\x01\x74\x04\xa6\x11\x35\x31\x4f\xa7\xec\xb2\xee\xae\x83\x61\x60\x41\x32\x45\xf1\x48\xdb\xe7\x09\xa1\x9b\x57\xab\x1a\xfd\x48\xe5\xbf\x92\x94\x7c\x33\xac\x0c\x35\xe0\xc4\xc7\x59\xe9\x88\x76\x11\x4b\x01\x3a\x80\x01\x4c\x80\x00\x48\x00\x54\x80\x05\xd0\x00\xce\x4b\x72\x0c\x15\xca\x0b\xee\xc9\x77\x47\xba\x59\xf6\x4a\xfe\x81\x49\xb6\xc5\xe3\x6d\x11\x13\x22\x3f\xa1\xb6\xb2\x47\x6b\x6a\x43\x32\x08\x42\x4a\x1c\xb3\xf5\xe5\x64\x73\x78\xbe\x53\xd5\x62\xac\xbc\x58\x04\x98\x80\x14\xb0\xfe\x39\x4d\x02\xc0\x0c\xb8\x5e\xe0\xa3\x57\x51\x96\x70\x27\xbd\xc3\xd7\x95\xb4\x3b\x09\xc8\x49\x9c\x28\x89\x6c\xdd\x9d\x48\xfa\xcd\x7a\xd0\x33\x3d\xd7\x2c\x98\x47\x14\x75\xe1\xa1\x68\x86\xa8\xd2\x2a\x4a\xc0\x8c\x40\xd0\x02\xdf\x06\x50\x00\x0b\xc0\x00\x42\x40\x1a\x88\x01\x25\xc0\x04\x72\xd1\xe8\x28\xda\xb9\x1c\x65\x6e\x75\xda\x6c\xef\xfd\x63\x12\x49\x8b\xed\x5b\x85\xc7\x13\x21\x90\xd3\xfe\xf9\xbe\xae\x4f\x65\xb2\x49\x3c\xfe\x0f\x76\x5a\x3a\x5e\x32\x86\xdc\x43\x94\x19\xe8\x9f\xa1\xa4\x00\x03\xa0\x06\xf2\x00\xf9\xcf\xb3\x85\x06\xc8\x51\x25\xc9\x6d\x38\x97\xde\xba\xeb\xa0\xd9\x71\xfb\xcf\x27\xd6\x94\xf0\xb5\x69\x4f\x42\x41\x20\x57\xce\xab\x66\x83\x2d\xb5\xac\x59\x06\xe1\xd4\x6e\xc8\x26\xce\xca\x43\x22\xe3\x4c\xf3\x84\x3c\xf0\xf3\x80\x1e\xe0\x02\x22\x80\x02\xd8\x81\x20\x50\x07\xd8\xc8\x41\x64\xb4\x9c\xa6\xd2\xd5\xda\x3a\xb6\xf4\x01\xd9\x49\x5f\x8b\xfa\xda\xf1\x27\x9d\x21\x90\x1f\x82\xdb\x39\x93\xa6\xad\xb0\x85\x53\x09\x9a\x7e\xa2\xb6\x6a\x3a\xf9\x32\x10\x9e\x00\xea\x64\x4c\x81\x17\xde\x20\x09\x4a\xe8\x25\x33\xb4\x0a\x4c\xfe\xab\xf3\xd7\x67\x6f\x82\x48\x1a\xd9\x36\x24\x83\xb5\x9e\x6d\xdf\xfb\x99\x25\xaa\x14\x59\xb4\x26\x4e\x7d\x80\x40\x9e\x03\x4e\x58\x17\xa1\x7b\x2d\xab\xf1\x32\x72\xc2\x36\x5d\x8d\x4d\xd5\x54\x52\xc5\x13\xd8\xb8\x49\x2d\x50\xaf\x90\x22\x50\x14\x51\x21\xe8\xe3\x58\xd8\xd8\x87\x78\x11\x44\x4e\xe4\x6b\x0c\xcc\x42\x1f\x94\x4e\x6c\xd7\x5c\xa3\xc2\x60\xb3\x24\xda\xca\xa6\xff\xb8\x9a\x5d\xc5\x6f\x30\x8d\x71\x34\x7b\x17\xe6\x27\x18\xfb\xa7\xd9\x73\xe9\xdb\xc8\xff\x14\x41\x66\x35\x24\x47\x27\x18\x24\xa6\x22\x2d\x25\x5f\xa0\xdc\xa1\x53\x66\xe0\x60\x0d\xe6\x7e\x10\x8e\x11\x4f\x57\x98\xf8\x90\xe4\x12\x19\x36\x91\x69\x53\x3d\xd2\xf7\xc7\x5f\xf6\xa7\xcf\x01\xf5\x3c\x7f\x4f\x72\x55\x6f\x66\x40\x44\x9b\x67\xa1\xcd\x07\xbd\x21\x85\x40\x31\x78\x8e\x18\x3a\x3b\xa6\x6e\xd6\x61\x8e\xdf\xdc\xfb\x1c\x9c\x7c\xe7\x12\x79\x12\x8a\x72\xe9\xaa\xa9\x7a\xb8\x96\x3f\xbc\x47\x63\x0d\xf3\x95\x9b\x44\x47\xad\xff\x8e\x19\x17\x29\x6b\x8f\x63\x2e\x2d\x0c\xc5\x57\xa9\x2d\xe1\x3c\x5e\x12\xb6\xb9\x06\x3d\xca\xbf\xa4\xe9\xf9\xef\xf9\x52\xf9\x3a\x44\x24\xc5\xad\xa4\x4c\x54\xf4\x15\x4c\x55\x77\xf5\xcb\x2d\xc9\x1c\x7b\xbc\x10\x43\x44\x52\x4d\xca\xd6\x3a\xab\x67\x12\xfe\x42\x2d\xa9\xfd\xee\x05\x9b\x81\xde\xc6\x82\x62\xba\xb4\x80\x88\x6b\x1f\x1e\x87\x68\x93\x0e\xad\x60\xf9\x63\x99\xe9\x77\x77\x72\x22\x4a\xc2\xea\xbc\x5a\x97\x86\xf3\xe6\xde\x0e\x44\xee\x4f\xc1\xdf\xa3\xe2\x52\xa6\xf3\x7e\xd5\x8f\x0e\x0e\xaf\xfc\xf3\x17\x4e\xae\xe8\xb6\xf7\xe6\x06\x06\x74\x9a\x3e\x94\x5c\x66\xd8\xc5\x40\x07\xf4\xb8\xfa\xd9\x64\x7e\x48\xd6\x3e\xd5\xb3\x31\x82\x33\x21\xb3\x10\xb7\xf5\x74\xd6\xf2\xa2\x09\x4a\x8d\x3e\x4c\x5d\xca\xf7\xaf\x94\x6f\x3e\xee\xff\x36\x9d\xb1\x6d\xf3\x4f\x06\xd2\x7b\x11\xba\x8d\x34\x1f\x34\xb8\xd4\xd2\x58\xfe\xf0\xf9\x22\xd1\x36\xac\xc7\x9f\xd0\xa5\xc3\x1e\xc9\x51\xed\x63\x8e\x3b\x9f\xb7\x69\x40\xcf\xa7\xb2\x58\xe9\x34\x90\x17\x54\x41\xd3\x4c\xd7\x27\x3f\x51\xbc\x62\xb4\x53\xf9\xed\xfb\xff\xe0\xef\x33\xd1\x25\xf3\xce\xc2\xa2\xdf\xc8\x75\x47\x7f\x2d\x7b\x91\x73\xe6\x45\x42\x7e\x78\x6c\x10\x55\x88\x71\x58\x5e\x14\x57\x9c\x7f\xb2\x5d\xa6\x7f\x41\x6c\x45\x70\x53\x58\x8f\xf3\x98\xf0\xa2\xdd\xb6\xef\x19\xe4\xfb\xe9\xbf\x32\x80\x9f\x3e\xdf\x4e\xf7\xeb\x36\xe4\x16\xb3\xa6\xb2\x86\x9f\x7a\x1f\x3a\xb4\x5b\xfd\x1a\x14\xab\x2f\xcb\x32\x8a\x3e\x15\x28\xe5\xb3\xe7\xf2\xe5\x0f\xd5\x94\x76\x4c\x8f\xd0\x2c\xec\xed\x88\x5e\xcc\xfc\xf2\xf8\x77\x06\x72\xeb\x74\x44\xb2\x41\x32\x6f\x38\x16\xd1\x57\xd4\x2e\xd1\xa0\x58\xed\x53\x16\x59\x5c\x90\xf7\x36\xd3\x37\x25\x29\x71\x3b\xce\x3e\x86\x35\xb2\x3f\xae\xe2\xb3\x5d\xf9\x76\x0b\xde\xe0\x87\x79\xd8\xad\xa6\x6f\x8f\xff\xea\xc9\x71\x1b\xb2\x57\xbf\x5c\x38\x3e\xd7\xeb\xd8\x22\x55\x83\x55\x82\x91\xd7\x94\xe9\x93\x2c\x95\x98\x18\x53\x11\x6e\x11\x92\x14\x20\xeb\x53\xe0\x85\xec\x6e\xe0\xaf\x1f\x1d\x95\xbe\x5c\xdc\xd2\xf4\xa6\x3f\x66\x4e\x65\x5b\xf2\xd2\xe8\xf7\x5f\xb3\xd5\x3f\xe8\xf6\xa1\x96\xa0\x86\x85\xda\x3a\xab\x17\x8a\x5e\x64\xd9\x25\x1d\xc4\xe1\x85\x6f\x84\xa8\x07\x84\x04\x08\xb8\x09\x39\x03\xe7\x6a\x6b\x1a\x0b\x4d\x53\x56\x87\x3c\x5f\x89\xc8\xc1\xd4\xb1\x62\x97\xc6\xc0\xc1\xa2\x25\xee\x3d\x86\xdb\x3f\xda\xe8\x5f\x44\xc7\xb2\x2b\xb2\xc3\x04\xcd\xdc\xa5\x3f\xb2\xa3\x12\x39\x23\xf0\x83\x34\x7d\x7c\xdd\xdb\xdd\x8e\x9d\x9e\x6d\x6d\x2c\xda\x4d\x30\x0c\xc9\x35\x1d\x35\x16\x55\xcd\xcd\xd1\xfd\x7e\xf9\x3f\xc4\x2c\x66\xf9\xb7\x22\x8e\x78\xad\x68\x1d\xee\x9c\x61\x3c\x1e\x42\x20\x37\xa5\x9b\x86\xa3\x73\xcd\xb9\x25\xaf\xd3\x36\xa2\x7a\x03\x5a\x3d\x7c\x3e\xbe\xb6\x6d\xb3\x0e\x37\xed\x33\x70\xd1\x1a\x50\xed\x50\xdc\x96\xfd\x21\xbd\x21\x89\xa2\x38\x69\x74\xe2\xe0\xef\xbb\x1a\xa4\x9b\x15\x55\x29\xdd\xde\x37\xb1\xb9\x6e\x75\xe6\xfb\xab\xf8\xb9\xe1\xf0\xfb\x3c\x71\x27\x67\x79\x72\xea\x43\xd8\x67\xaf\x47\x47\x35\xab\xdf\xc6\xa6\x86\xf6\x5a\xee\x2a\x2d\x72\x1d\x6f\x9d\xc5\x3c\x05\xe3\x79\xf6\x38\x6b\xd9\x7e\x4a\x58\xaa\x8b\x9a\xde\x3a\xef\x07\xae\xc4\x47\xe7\x3e\xd4\xe6\xf4\x57\xcc\x23\xee\xd9\xdd\x36\xdf\x37\x6f\xe3\x0f\x9d\xd6\x28\x67\x85\x47\x90\x7b\x66\xd9\x84\x19\xeb\xe9\xf8\xa9\x1d\x2a\x78\xbd\x4d\x10\x6b\xe4\xdf\xe5\xf4\x66\x0e\xa0\x6b\xa5\xbc\x27\xb3\xa1\xbc\xe1\xfd\xf8\x5e\x54\x87\xdc\x32\xd7\xf3\x65\xd8\x51\xea\x4a\x19\x4b\x3b\xef\x38\xe7\xea\xee\xb9\xe5\xc5\xe1\x12\x47\x0f\x69\xd1\xf7\x58\x6f\xef\x55\xeb\x69\xc3\x60\x35\x24\xf9\x61\x29\x1c\x61\x15\x1e\x3d\xd6\x10\xba\x08\x72\x43\xc2\x67\x9c\x52\xf4\x6b\xe4\x05\x42\x73\xd6\x1d\xd1\x55\x45\x4b\xc3\x40\x47\x39\xbf\xe9\x38\x9f\x3c\x8a\x7a\x8a\x01\xd7\x05\xea\x03\xa8\xa3\xe9\xe9\xf1\xa6\x37\x19\x17\xc1\xc1\xf6\x31\xfa\x6d\x2a\x9f\xa4\xbd\x85\xfd\x79\xde\x30\x17\xd0\xa4\x91\xc4\xe1\x76\xa2\xad\x23\xf2\xbd\x2a\x87\x12\x82\x62\xc3\x2c\xa4\xb5\xe3\xa9\x94\xa1\xd3\xfc\x66\x81\xe0\xf1\x2a\xc2\x37\x3d\xb5\x82\xb5\xb3\x78\x3a\x6b\xcb\x79\x27\x75\x54\xbd\x82\x27\x31\xc4\xb3\xd8\xdc\x5e\x6d\x59\xea\x98\xbf\x81\xad\x8e\xb6\x9f\xe4\x16\x97\x02\xe5\x3b\x5c\x3e\x54\x3d\x90\x03\x1a\x80\x13\x10\xbf\xa9\x22\xd5\x65\x15\x13\xf1\x53\x34\x30\x4a\x76\x6c\x0b\x92\x4e\x7c\x2a\x36\x69\xce\x1a\x99\x5a\xa5\x5b\xdf\x19\x38\x2c\xa2\x8c\x92\x74\x17\x33\xe1\x53\x42\x17\x66\x60\xfa\x4d\x71\x4e\xc8\x86\x9e\x06\xbf\xf0\x42\x04\x08\xfc\x79\xdb\xc5\x01\xfa\x00\xef\x75\x31\x6e\x3d\x6d\x15\xef\xd5\x3b\x45\xed\x75\x1b\x04\x9f\xec\x18\x9c\x5c\xff\xba\xb4\xfe\xa3\x25\xa1\xd5\x86\x8e\xcf\x79\xbe\xd1\x18\x6e\x3b\x1f\xd6\xe5\x23\xf8\x3a\xa8\xef\x71\x8a\x50\x74\x61\xa9\x80\x16\x60\x07\x9c\x80\x08\xa0\x01\x78\xc0\x0d\x18\x5e\x12\xa1\x9f\x51\x90\xb3\xcf\x4b\x38\xa8\xed\x9a\x75\x78\xc0\x86\xdb\x64\xdc\x55\xc9\x74\xad\xcd\x76\xaf\x48\xb4\x16\x15\xe6\xc6\x7c\x71\x3f\x37\x4e\x92\xaf\xe0\x6d\xa1\x64\x43\x75\x81\x9e\x03\x42\xc0\x18\x90\xfe\xa9\x5d\x10\x83\x57\x00\x16\xe0\x01\x92\x37\x53\x44\x02\x4c\x5d\xc2\x1f\x14\x9d\x3e\x28\x38\x23\x87\xac\xa5\x84\x95\x15\xb7\xdf\x4c\x1a\xcf\x09\x77\xc5\x94\x6e\xc4\xb7\x7a\x05\x99\xa9\x2b\xfa\xf1\x67\x50\xcd\xa3\x59\x01\x2e\x40\x0f\x08\x01\x31\xc0\x07\x98\x00\x07\x60\x03\x3c\x80\x0f\x94\xe0\x3e\xe1\x8a\xd1\xbe\xe6\x5b\x7b\xcf\xa3\x37\x69\x9f\x1a\xd0\x96\xc4\x5d\x74\xd0\xfa\x6e\xdc\x6b\xc5\x6d\x50\xac\x52\x24\xd9\xd0\x6f\xcb\x4a\x52\xb5\x4a\x04\x83\xbe\x0d\xa7\xe9\x15\x1e\xa0\x01\x88\x80\x04\x90\x01\x1a\x80\x02\x10\xff\x9c\x05\x0a\x0c\x15\x46\x1d\xe5\x1c\x97\xf7\x5b\x63\x1d\x56\x9b\x34\xdf\xb5\xb8\xf8\xfc\xf9\xa6\x86\x11\xf3\xad\xf0\x51\xab\xda\xfd\x8c\xcd\xe0\x74\x7b\x52\xad\x3e\xc9\x23\x36\x1a\x62\x7c\xc4\x2c\x40\x0e\xf0\xfe\xfc\x77\xca\x3f\x3b\xc0\xfa\xdb\x5f\x50\xd2\xa8\x7a\x64\xfc\xec\x63\x92\x96\x1a\x1a\x56\xa4\xde\x9c\x31\xfc\x39\x87\xf5\xcc\x43\x24\x07\xe1\x53\x4e\xcd\xd3\xb9\xef\x23\xb4\x3f\x46\x1b\xc2\xc9\x6e\xf1\x7c\xa7\xbc\x47\x87\xbc\x10\x07\x58\x00\x19\x60\x02\x64\xc0\x02\xb0\x00\x2e\xa0\x06\xfa\x80\x1e\x39\x90\x44\x96\x0d\x51\x62\x4d\xed\xca\x92\xca\xcb\x37\xba\x38\xa7\xa5\xbe\x69\x70\xe1\xcc\x77\xe1\x77\x27\x76\x71\x68\x1c\x89\xa7\x83\x99\xb1\xf2\xba\xf0\x2e\x63\x37\xbe\x37\xdc\x00\xa0\x01\xa2\x80\x1d\x10\x03\x38\x80\x09\x70\x81\x1c\x20\x00\x62\x48\xd9\xc4\xe1\xac\x6f\xc5\x16\xd4\xe5\x2c\x18\x3c\x77\xa2\x9e\x3e\xf7\xd4\xed\x0c\xb4\x5c\xcb\xae\x76\xf6\x5f\x54\xc6\x26\x3f\x06\xe4\xdb\x3a\x69\x33\x4a\x9f\x71\xfe\x7f\x5c\xbd\x55\x54\x9c\x5b\xd7\x34\xba\x70\x77\x6d\xdc\xdd\xdd\xdd\xdd\x25\xb8\xbb\xbb\xbb\xbb\xbb\xbb\x07\x77\x77\x08\x2e\x09\x21\xc1\x89\x90\x00\x21\x42\x84\x90\x3e\xe3\xef\x6f\xbf\x5b\xce\x0d\x5c\x3d\xab\xbb\x69\xc6\xa8\x5a\x35\xab\x6a\x46\xd2\x2b\xe1\xd5\x02\x1e\x40\x0b\xc8\x01\x05\x20\x00\xf4\x80\x04\xe0\x01\x2a\xe0\x80\x39\x4f\x55\xcc\x33\x2b\xb7\x6c\xf0\xe8\x84\x15\x62\x9f\x76\x59\x35\xdf\x2d\x3b\xcb\x78\x5f\x7c\x1c\xba\xb4\xd2\x83\x56\x41\x93\x3c\x1e\xd0\x66\xab\xa5\x23\x2b\xe9\xc3\x2e\x0d\x99\x42\x59\x04\xd4\x80\x15\x60\x02\x7c\x80\x03\xe3\x73\x24\x80\x12\xa3\x80\x52\x98\xbb\x43\xae\xd4\x10\xe2\x28\x15\x72\x9d\x76\x5b\x29\xf0\xf4\x6c\x56\xe4\x51\xfa\x72\x77\x3d\x68\xc8\xb5\x9e\x30\x7b\x23\x42\xcd\xb5\xde\xf8\x83\xe2\x67\xfe\x37\x74\x06\xb8\x45\x40\x02\xd0\x02\x1a\xc0\x02\xe8\x81\x0c\xa0\x00\x32\x80\x1d\x1d\x8f\x82\x93\xab\x57\xf6\x5c\x3f\xc3\x31\x3d\x64\x3c\x1d\xb3\x4a\xbf\x47\x7c\x76\x18\x0a\xfd\x70\xb1\x87\x33\x79\xdb\x56\x50\x5c\x92\xd0\xe3\x47\x62\xcd\xad\x15\x2c\x51\xc6\xd6\x09\x11\x47\x4e\x03\x94\x40\x1e\x88\x00\x56\x98\xc2\x05\x01\xd8\xa8\x65\xe4\xda\x9c\x8d\x32\x48\xfa\x69\x8e\x65\x41\xe3\x69\x3b\x55\x88\xdd\x6f\xe7\xce\xa0\xd0\xbb\xa5\x57\x9c\x8b\xd9\x7d\xe4\xd5\xee\x19\x3b\x61\xf8\x2e\x86\xc6\x85\x8a\xd5\x02\xf0\x74\xf4\xb8\x0a\x80\x1f\xc8\x01\x4b\x18\x17\xa2\x01\x02\xc0\x0c\xc5\x0e\xc2\xc9\xe1\x2c\xb5\xab\xe7\xea\x20\x12\xfc\x2c\x6d\xbe\xaa\xbc\x5b\x62\x1e\x15\x0a\xfd\xb1\x73\x61\xb0\x11\x33\x9a\xdc\x6c\x5e\x18\x1e\x8f\xea\x4b\x6e\x6d\xa7\xf5\x56\x0a\x87\x83\x9a\xec\x29\xca\x20\xa0\x06\x52\x80\x0e\x28\x02\x57\xc0\x00\x82\x90\x6e\x20\x2b\x1c\x19\xd2\x66\x7a\x91\x0e\xb6\x41\xf3\xe9\x90\xca\xa8\x5e\xbc\xe1\x97\x30\x05\x43\xea\x85\xce\xdc\x65\xf7\xb7\xca\xc7\x0c\xe9\xb0\x52\x97\x73\x93\x19\x15\x2e\x61\xc0\x18\x43\x30\x81\x90\x85\xa4\x8f\x2a\x83\xb6\x86\x11\x8e\x69\x88\x39\x86\x23\x88\x5f\x47\x6f\x29\x38\xad\x12\x6d\xe6\xe6\x59\x1a\x83\x94\x9b\xdd\x88\x36\x34\x0c\x43\x8b\xb9\x13\xdd\x35\xeb\x91\x99\xe6\xf1\xc2\x17\x09\x0e\xfe\xf6\x76\xc5\xfa\xd2\xf2\x2c\xbc\x83\x74\x2a\x84\x22\xf8\xf9\x84\x6b\x24\x71\xa4\x4b\xe4\xa4\x94\x97\x34\x2f\x18\x94\xd9\x53\xc4\xad\xb4\x04\x6c\xf0\xfc\xc5\x13\x5f\x94\xb4\xb4\xbb\x4f\xc2\x36\xdc\xfc\x4e\x7b\xef\xb1\x77\x37\x1b\xd3\xd3\x5d\x7d\x96\xd5\x1f\xc9\xea\x19\x63\x99\xaf\x13\x2e\xbb\xcd\x9f\xca\x74\x4a\x4b\x49\xd7\xc6\x04\x61\xfe\xcd\x66\xc8\x8d\xc4\x97\x29\x6a\x26\xed\xa2\x7c\x6a\x34\xe0\x0c\x0d\xeb\xcc\xf4\xa8\x49\xee\xc3\x5f\xf8\x2b\x0b\xf2\x59\xfc\x84\x70\xad\x7c\xf4\x47\x9b\x5c\x29\x51\x2a\x4d\xd8\xaa\x27\xa7\xb5\xa5\xde\x9d\xe2\x9a\x18\x1c\xef\x96\x40\x9c\x30\x9f\x58\xaa\x94\x91\xdc\x5b\x65\x45\x4d\x17\xc3\x19\x2b\x7a\xa7\xaf\x7e\x24\xf1\x86\x85\xed\x2d\x5a\x63\x60\xfd\xaf\x3c\xee\xaf\xc7\xf7\x96\x2f\x10\x17\x91\xfb\x07\x1a\xaf\x4a\xf0\xd3\x7c\x22\x9e\xfb\xf0\xda\x6d\x9b\xdc\x68\xba\x2b\xc6\xa8\xd0\xab\xc7\x69\x4d\xe9\x75\x1a\x07\x99\x67\xda\xae\xb9\x39\xfa\x17\x46\x0a\x25\x9e\xe7\x38\x57\xeb\xf5\x60\xcc\x05\x3c\xff\xdb\x07\xf9\xf9\xe0\xcc\x7e\x5b\x7e\x8e\xad\xff\xb8\xd9\xbb\x0c\x29\xe3\x4d\x4c\x4e\x20\x96\x5b\x89\x35\xbb\x69\xb3\xb9\xa8\x55\xa8\xed\x4f\xc7\x6d\xb7\x79\x9f\x98\xa0\x95\x68\xba\xe4\xf1\xdc\xe6\xb2\xa3\x86\xfb\xee\x90\xb1\xb2\xb5\x9b\xe3\xbf\x9b\xce\xff\x44\xde\x2a\x9f\xec\xec\x60\xcf\xb3\x0e\x29\xb6\x79\x56\x46\xe7\xce\x24\xdd\x45\x3c\xfa\xa7\x78\xc2\x7b\xdb\xfb\x75\x06\x41\xc2\x24\xa2\x99\x13\x11\xd2\x4b\xf3\xb9\x2a\xbe\x36\x5e\x77\xbf\x1a\x35\x58\xf0\xda\x8c\x7a\xe5\x7a\x45\xf8\x2f\x06\x32\x72\xbb\x77\x26\xbd\x87\xbc\xa4\x3b\x9a\xde\x35\x59\x9f\x55\xa6\x97\x53\x94\x0c\x1f\xab\x1c\x5f\x94\xb4\x9d\x26\x99\x25\x97\x2f\x5d\xca\x5e\x3d\xd8\xbc\xd7\xbd\x34\x7a\x36\x7f\xbd\x99\x71\xf8\xe4\x92\xfb\x6e\xef\xb7\xc7\xbf\x34\x84\x8d\x6b\xc1\xf3\xaf\x87\x0a\x3b\x79\xcf\xec\x16\x08\x27\xa3\x87\xff\xf4\x15\x75\x69\xb5\xd6\x37\x66\xd4\xb1\x54\xdd\x54\xf4\x94\x07\xd5\x69\x3c\xad\x1d\xfb\xb9\x54\xb6\x7b\x79\x0a\xbd\x19\xfc\x1d\xfa\x5f\x06\xf2\xb9\xe1\x8d\xe6\xa1\xfe\x56\xee\xd2\xf6\xd4\xfa\xb0\x6a\x8f\x74\xdb\xa7\x86\xfe\x6a\xe1\xd2\xde\x42\xa1\x9c\xcb\xcc\xd8\x34\xf5\x14\xea\x64\xbb\x5c\xc4\xaa\xfa\xb6\x91\xc1\xef\x73\xe6\x5b\x9f\x8e\x43\xaf\x23\x1f\xfe\xd5\xa5\x75\xa7\x7a\xf6\x69\x6f\x7f\xf9\xfb\x64\xfa\xc0\x93\x8e\xe6\x46\x8a\xca\xa5\xa2\xfd\x9c\xa5\xb4\x93\xc4\xa7\x31\x2b\x11\x9c\x21\xbb\x81\x65\xfe\x92\xfe\x7e\xd1\x57\x99\xa6\xa5\x3f\x9a\x6e\xfa\xae\x67\x68\x37\x7d\x8e\x91\x6e\xf0\x1e\x9d\xff\x62\x30\x14\xe7\xd2\x3b\x9c\xf3\x66\x43\x4b\x1d\xfb\x75\x3f\xcb\x34\xf3\x88\xd2\x52\xe3\xad\x22\x41\xd0\x83\x6f\xa8\x87\xa3\xf3\x8c\x83\x82\x4d\xab\x95\xab\xf5\xb8\x37\x5b\x84\x77\xea\x70\x31\x46\x43\x54\x6f\xc6\x8c\xe4\x96\xd6\xc9\xea\x27\x98\xab\xf8\x21\xf0\xad\xd0\x1e\xfc\xec\x46\xbf\x6b\xd3\xbb\x72\xef\x5c\xd4\xe4\xd3\x68\x87\x60\x25\x1f\x66\x37\x59\x07\x1a\x4b\x46\xd3\x0e\x83\x13\x5d\x2b\x8d\x03\x35\x75\x6d\x2e\xcb\x05\xf7\x57\x61\xe6\x29\x98\x85\x0d\x0d\xcb\xfd\x81\x73\xea\xbb\x7a\x17\xe5\xdf\x98\xa0\xd0\x9b\xa6\x97\xbd\x8b\xba\xfd\xf5\x0d\x5f\x8a\x3a\xd3\x50\xa3\x2d\x03\xeb\x3d\x81\xc3\xad\xe5\xa1\xf1\x85\x7e\xa4\x06\xb7\xb2\xa4\x1c\x9e\xe4\x6f\xd1\x0b\xe1\x22\xe9\x74\x1d\x2a\x8b\x5b\xf7\xe7\xa1\x64\x69\xf6\xc5\x39\xcd\x15\xc3\x8f\x4b\x9b\x07\xba\x57\x03\x8f\x58\x6f\x84\xd6\x0f\x47\xbe\x34\x61\x16\xaa\x24\xc9\x86\xdc\x79\xbe\xb6\x9f\x31\xdb\x32\x94\xd1\x0c\x50\x5e\x90\xcd\x95\x98\x13\x7a\xcb\x1b\xc7\xb1\xc5\x62\xcd\xe8\x26\x48\xa1\x44\x6f\xe8\x6c\xa7\xe7\x93\x1e\x43\x96\xf3\xad\xfa\x7b\x37\xeb\x6c\xc4\xf6\xe7\x33\xea\xcf\x1f\x5e\x59\xcd\xd5\x76\xec\x96\xfc\x4a\x5e\x08\x2e\x70\x65\xb2\xf8\xa1\x6f\xa4\x41\xae\x38\x26\x85\x26\xf4\x82\xe7\x37\x7b\x23\xe3\x47\x6a\x62\xb2\x09\xe2\x4d\x52\x1f\x8e\x0f\x92\x6e\x7a\x21\xb6\x04\x3e\x4c\x31\x15\x39\xc1\x35\x48\xdd\xc5\x33\x99\x3b\xe6\x17\xe7\x1f\xdc\xb7\xf5\x46\xdc\xeb\xce\x32\xac\x42\xaa\x9c\x27\x9f\x68\x68\x55\x2b\x9e\x4a\xdc\x08\xfe\xe4\x1a\x64\x95\xa1\x63\x22\xf7\x25\xa2\xc6\xa1\x42\x8b\x43\xaa\x24\xc8\x65\x61\x12\xed\x56\x59\x31\x1e\x71\x7e\x1f\xcc\x94\xcc\x55\x72\xda\x42\x33\x12\xf5\x0c\xe7\xb5\xe9\x59\xfe\x52\x5d\xf7\x9f\x22\xb5\xe8\x14\x77\x81\x27\xae\x1a\x10\x99\x7b\xa1\x0a\xee\x12\x16\x64\xea\x76\xd2\x39\x3c\x25\x34\x2b\x04\x2a\x30\x0e\x08\x01\x21\xa6\x3f\xf5\x08\xcf\xa5\xf4\x85\xce\xbc\xb5\xb8\x37\x43\x0c\xc8\x09\xac\x0b\xeb\xeb\x59\x18\xdb\x3f\x3a\x54\x98\x75\x6a\x32\xc9\xc0\x0d\xe1\x75\x70\xd0\xf3\x90\x9d\x16\xa0\x65\xbd\xa0\x0d\x80\xf0\xe1\x9e\xa0\x36\x83\x06\x80\x04\x30\x01\x2f\x60\x06\x2a\x48\xab\x10\x24\xd6\x48\x91\x7b\x95\x63\x53\x3d\x57\x8c\xd0\xfb\xb4\xd2\x8a\xf6\x2e\xd5\xc9\xb6\x2d\xca\xe7\x1a\x23\xa9\x55\xe6\xa9\x2f\x02\x1b\x6d\xc3\xb4\x7a\xc4\x27\xd8\xc6\x28\x2f\x09\x5b\x31\x46\xe1\x17\x01\x1d\xc0\x05\xe8\x00\x0f\x08\x01\x6c\xc0\x08\x30\xf0\xfa\xe8\x2a\xf8\x54\xe5\xba\xf5\x1b\xed\x31\x02\x6a\x13\x2d\x8b\x4e\x5b\xa2\xc6\x70\x9e\x21\xef\xb0\xf4\x05\x57\xdd\xa7\xed\x04\xb1\xda\x7c\xd3\x54\x10\xf9\xc3\xc8\x88\xbf\x83\x6a\x06\x24\x00\x13\x50\x03\x0c\x00\x1f\x10\x01\x31\x80\x07\xb8\x80\x2d\x66\x18\x45\x3f\x87\x9c\x84\xbd\x16\xa9\xa5\xb9\x37\x79\xec\xa7\xbc\xea\xfa\xc5\x81\x9a\xa5\xea\xf5\xa5\xc1\xac\x3a\x97\xcc\xfb\xe0\x56\x3b\x53\xad\x40\xd1\x38\x86\x21\x5c\x5a\xc0\x0c\x38\x80\x14\x60\x02\x14\x80\x1c\x40\x00\x2a\xc0\x06\x04\x40\x11\xc5\x9a\x44\x9e\x99\x49\x98\x51\x65\xf0\x09\xb3\xfb\x9b\x08\x9d\x2c\xca\xda\x80\x9e\x89\x79\x8e\x4d\xb5\xb1\xe8\x66\xe4\x9c\xaf\x61\x97\x8e\xe5\xba\xf2\x12\xed\x2c\x22\x44\x73\x08\x4f\x80\x2a\x90\x82\xa1\x1e\x01\x20\x05\x64\x80\x02\x90\x02\x62\xf8\x14\xfc\x6c\x3a\x27\xbe\x52\x45\x33\x23\x64\xe7\xb0\x10\x8f\xb4\x8b\x8a\xed\x2e\xbb\x19\xee\xfd\xdc\x59\xc5\xf6\xfc\x42\xec\x68\x3b\xd7\x4b\x23\x4d\xd9\x7b\x6e\x7d\x8a\x40\x74\x0a\xc0\x07\x73\x7f\x52\x02\x32\x18\x8b\x41\x05\x54\x40\x0e\x48\x60\x1d\x53\xd1\x71\x2d\xcb\x0c\xeb\x15\xd9\x0f\x06\x16\x25\xcf\x94\xde\x75\x28\x4d\x86\x1f\x35\x2d\xb6\x77\x97\x96\xe9\x24\xa4\x79\xeb\x9b\x4b\xaa\x24\x0a\xe6\xd3\x2b\xe2\x61\x00\x02\x80\x0f\x08\x01\x01\x60\x05\xc8\x80\x14\x88\x00\x39\xc0\x0a\xb8\xd1\x21\x64\x9a\xec\x8a\x92\x15\xda\xed\x36\xdf\xfd\x13\x12\xde\x17\x5b\xb7\xee\x8d\xd5\x5c\x54\xaf\xe5\x0e\x62\x56\x87\xa6\x79\x07\x7e\xb1\xed\xd0\xe6\x93\x08\x64\xb3\x21\x75\x43\x2e\x05\xd4\x80\x14\x08\x00\x1a\xc0\x00\x7b\x17\x8c\x40\x04\x30\xa1\x9c\x92\xbe\x60\x8b\x94\x50\xd0\x6a\xb7\xd1\xf2\xbd\x48\xd0\x28\x76\x6d\xc1\x1f\xc3\xbc\xc2\xda\x99\x18\xd3\x6d\xc2\xcb\x29\x8f\x98\x73\xb9\x34\xb2\x96\xbf\xe6\xbd\xa5\xde\xc7\xb6\x04\x92\x30\x05\x87\x0a\xa6\x46\x91\x00\x7e\x20\x00\x08\x91\x6b\x48\xec\x58\xda\xc4\xd5\xb4\x2c\xac\x88\x7d\xfa\xe2\xbe\x16\x07\xb7\x7c\x19\xab\xfe\xf4\xfb\xa5\xf6\x2c\xa4\x03\xad\x38\x2d\x7e\xcb\x07\xdf\xb2\x4a\xfd\x4a\xb4\x8e\x85\x90\x38\x10\x09\x02\xc8\x00\x0a\xec\x9d\x10\x02\x0e\x20\x04\x90\x80\x02\xe2\x3c\x71\x20\xf3\x67\xb1\x30\x8d\x08\x2b\x13\x9f\xcb\x38\xb3\xc2\xd1\x16\xff\x51\xdf\xfb\xa8\xe3\xaa\xe5\xe4\xde\xfd\x6a\x8b\xb4\xdf\x21\xc4\x8e\xe7\x06\x2c\x72\x14\x3c\x44\x54\x25\x98\x9f\x00\x04\xc6\x7f\x48\x00\x39\xc0\x03\xcc\x80\x02\xe8\x20\xf4\x12\xfd\x62\xae\x12\x2d\xd2\xa4\xb1\x0c\xf2\x29\x8f\xf7\x28\x2a\x6d\x09\x19\x0b\xfe\x43\x7e\x59\xbd\xb1\x3b\x72\xdd\xf8\x23\x5f\x2f\x26\xc3\xb3\xc4\xdc\x45\x8d\x5e\xa4\x9f\x99\x8f\xa8\x1e\x21\x12\x48\x00\x5c\x40\x08\x63\xc6\x5c\x80\x15\x50\xc3\xc3\x11\x6a\x31\x17\x8a\xaa\xa9\x1f\x5a\x39\xf8\x88\xc6\x1f\x16\x09\xb6\x0a\x4c\xc0\x41\xa1\x1f\xdf\x3d\x27\x9c\x29\xe9\x52\x2a\x77\x4a\x99\x0d\xbc\xb4\x7f\xa9\xf7\x5d\x36\x9a\x87\x91\x4a\x0b\x53\x05\x40\x00\x25\x60\x02\x84\x80\x02\xc6\xa7\xc4\x81\x0b\x7e\x2e\x63\x9b\x28\x9a\xfa\x17\xf3\x33\x9f\xb9\xd8\x85\x82\xcb\x96\xd2\xb1\x0d\x28\xf4\x2b\xdd\xd1\xd0\xca\xc8\x60\x54\x83\x42\x2e\x67\xd4\x94\xc7\x84\xb9\x9a\x5a\xaa\xa8\x33\x0b\x15\x31\x26\xfc\x15\xa0\x06\x44\x40\x08\x10\x03\x71\x80\x0e\xd0\x80\x29\x5e\x29\xfd\x37\xe1\x2f\x6a\x22\x16\x27\x5e\x8d\x71\x49\x85\x6c\xad\x46\xe3\x10\x28\xf4\xa1\xfe\xad\xe3\x8e\xcd\xe4\xb3\x0e\xe6\x52\xa7\xe4\x9a\xc0\x3b\x07\x4b\xfd\x43\x79\x2c\xde\x0f\x34\xa2\x58\xf6\x00\x07\x70\x01\x5a\x60\x07\x64\x01\x1f\x60\x05\x26\x58\xa8\xd4\x82\x3c\x81\xf2\xd4\x06\xd3\xce\xe4\x41\x63\xe9\x68\x65\x17\x4f\x61\x6d\x54\xb7\xab\xaf\x70\x97\x6e\xfa\xbf\xd7\xcd\xe4\xbc\x89\x0e\xf7\x32\xb2\x14\xd6\xdc\x90\x30\x65\x0f\x20\xb5\x47\xca\x00\x0c\x80\x12\x70\xc2\xf2\x4d\x26\x70\x9f\xb0\x14\x68\x90\xf8\x16\x15\x8b\x4d\x0a\x5c\xaf\x22\x12\xb2\xa5\x6a\xbf\x0d\xa0\xc0\xd0\xaa\xee\x02\x6b\xcb\x60\x52\xa3\xa3\xbf\xac\x3c\x55\x25\x24\xc7\x05\xcf\x84\x4f\x79\x4c\x98\x9a\xe1\x94\x00\x11\xd5\x05\x03\x03\xeb\x27\x6e\x2b\x41\x38\xb1\x2d\x24\x94\x62\x90\xd5\x46\x5c\x42\xb3\xd5\x5a\xda\xf7\x6b\x42\x72\x31\x59\xeb\xc2\xf8\x5f\x6d\x16\xd7\xda\x2f\x25\x96\xc6\x07\x31\x1a\xa6\xf3\xd3\xe2\x7d\xfd\xce\xed\x5e\x1b\x38\xc9\xab\xf3\x7f\x65\xf4\xa0\xc0\xa4\x66\xa5\xfd\xce\xc8\xcd\x32\xce\x7e\xcc\xfd\x56\xa0\x58\xb4\x51\xd1\xd3\x68\xc2\x05\x21\xcc\x21\xe3\x63\x75\x56\x2f\xf9\x7c\xe5\x5f\xb7\x5e\xee\x0b\xbf\xad\xf9\x69\xc5\x2e\xeb\xaa\xb8\xcc\x9d\x28\x55\xaf\x16\xeb\x8f\x7a\xbf\x15\xfb\x45\x38\x79\xc2\xf8\x2d\x85\x4c\x45\x7d\x24\xdd\x64\x69\x15\x5b\xd4\x0e\x74\xb2\x4c\xce\x6d\x15\x7c\x2b\xe2\x8b\x0a\x57\x5b\xb8\x46\x9b\xd6\xff\xb7\x5d\xa6\xe2\x7a\xe2\xd5\xb3\xd5\xc0\x91\x8a\x56\xbf\xd2\xa1\x74\xf8\x48\x6b\xef\x6d\xfb\x54\x93\x68\xf5\x3c\x85\x65\xe5\x22\xb5\x6a\xcd\x4b\xdd\x55\x23\x8b\x27\x91\xd6\xde\x4e\x12\x5e\x49\xc1\x2a\x31\xcf\xb3\xe8\xab\xc5\x7b\xcc\xe6\xd2\xf6\xff\xd6\x0f\x7e\x28\xbd\x99\xd8\xbb\x98\x1f\x1f\x84\x6f\x01\xe5\x48\x99\x0b\x31\x6f\x03\x22\x5c\x4f\xad\x8c\x4d\x21\x66\x03\x96\xef\x6c\x15\x1c\xe1\x5c\x5b\xbd\x7a\x02\xa2\xc3\x26\xe3\x93\x33\xcb\x8b\xe1\x6a\x04\xdb\x36\xc6\xfc\xd7\x9e\x9f\xe0\xff\x0b\x7d\xed\x4e\xcf\x76\x5e\xcc\x3f\x0c\x1d\xb4\x3d\xad\xe2\xcf\x13\x4c\xd6\x8d\x58\xf1\xed\xf6\xc8\xf4\xfa\xe9\x27\x14\x98\x10\x1a\x1f\x79\x1e\xdf\x97\x9a\x93\x13\x50\xb2\x52\x97\xd6\x7e\x37\x30\x30\xa5\xb9\x5a\xf8\xe2\xf6\xfd\xd7\x7f\x4e\xf8\x63\xf3\xc9\xfd\x2c\x65\xef\x60\x99\x70\x4c\xf8\xa9\x76\xfd\x65\x69\x5e\xf6\xfb\x24\x48\x2c\x72\xbc\x78\x52\x58\xea\xc7\xcc\xdb\xbc\xd0\xe2\xf7\x95\x1f\x1b\xde\x75\xaa\x0f\x11\xcd\x10\x3e\xa3\xdd\x8b\x3a\xa9\xf8\xb0\x77\x9f\xf9\x2f\x06\x62\xf7\x71\xee\x3c\xea\x10\x71\x87\x7a\xf5\xd3\x3c\xcb\x44\xc7\xb0\x4d\x9f\x70\xe7\x66\xab\x69\xa3\x72\x1d\x5f\x35\xa4\xe2\x63\x79\x6d\x83\x6e\x77\xd1\x44\xda\x4a\xfe\x3e\xff\x59\xf8\x2d\xfe\xef\xac\xff\x10\x90\x8e\xcf\xf8\x97\x7b\x2f\xf7\xb6\x08\x96\xe4\xa7\x04\x86\x6a\xba\x67\x5a\x2f\x1b\xe4\xaa\x9e\x95\xc6\x16\x1c\xe7\x6c\x67\x46\xa7\xf9\xa4\x48\x25\x73\xe6\x31\x55\xcf\x77\x88\x0c\x4b\xce\x93\x6c\x3d\x3f\xb6\xbc\xe6\x7f\xf8\x57\xc3\xd9\xa7\xaa\xb3\xc0\x3d\x83\x65\xcf\x89\xc7\xfe\xa5\x0e\xb6\x06\xc5\x8a\xef\x45\x9a\x39\x8a\x69\x0e\x89\x92\x31\x76\x11\xd4\x21\xcf\x02\xf5\xfd\x1e\xfc\x05\x62\xec\xb2\xcc\xcb\x53\x5b\xf0\xfb\xd1\x66\x1c\x36\xe5\x8e\xa2\xaf\x2d\x7f\xb7\xfc\x8f\x01\x9d\x4e\x6c\x37\xce\x6d\x0c\x71\x75\x08\xd5\x19\x95\xc6\xe6\x7a\xa4\x5e\xc4\xe5\x47\x28\x04\x95\xf9\x14\xbb\x5f\x39\x5b\x3a\x50\xd9\xd4\x5b\x41\x6c\x74\xbc\xe5\x22\xde\xa7\x0d\x16\x5f\x37\x94\xf4\x3a\x4d\xb7\x6d\xa6\x1d\x1f\xde\xa6\x41\xcb\xa1\xd0\x1f\xb8\x97\x36\xdb\x3b\x33\x06\xbd\x57\x4d\x26\x65\xa3\x39\x6a\xc9\x94\x51\x69\x41\x71\xde\x52\x2e\x55\x76\x32\x16\x89\x26\x3e\xfa\x15\x3a\xbc\x1a\x8b\x6a\xb2\x3a\x5f\xac\x69\x3d\x09\xc3\xca\x92\x1f\x0a\x03\xea\x37\x7b\xc7\x67\x79\x77\xd0\xce\x85\xbe\xc8\x41\xa1\x37\x7c\x2f\xd0\xe6\x83\xfb\x16\xeb\xed\x0b\xdf\xa7\xf2\x45\x45\x07\x2c\xbb\xbf\xb3\x97\x37\x3f\x36\x5c\xd7\x0e\x53\x65\x92\xff\x29\xf5\x5e\x9c\x41\x38\x55\x10\x48\x57\x6b\x57\x5b\x4a\xb8\x75\x84\x74\x25\xe3\x14\x11\x36\xd6\x0c\xd4\x2c\xfc\x7c\xce\xfa\xb6\xf3\xc7\xf6\x69\xff\xb3\xde\xc1\x84\x86\x87\x02\xd1\x44\xce\x10\x0c\x8f\x2d\xbb\xce\x27\x0e\xba\x3b\xaa\x85\xb2\xb7\xe2\x15\x02\x1f\xb8\x63\xd9\x04\x99\xe8\xe8\x34\xa9\xe7\xb8\xb7\xa4\x25\xb5\x12\x2d\xb0\xdc\x06\x42\xc7\x52\x65\x4a\x13\xdb\xe0\x47\xf5\x9e\x61\xbf\x56\xb8\x7d\xfb\xbc\x62\x72\xb9\x8d\xa7\x84\x3b\x41\x2f\xa0\xc2\x79\xc8\x5c\x47\xf7\x46\x45\x56\x1a\x57\x68\x8a\xab\x86\x79\x8f\x66\x84\x9c\x8a\x28\x1f\x8f\x01\x0b\x17\x3b\x91\x96\x99\x6f\x43\xee\x8d\x9e\xa8\x4d\x88\xcf\x64\xf4\x50\xf6\x65\x2d\x71\xf7\xde\xdc\xf6\xae\xe3\x65\xe7\x9a\xfd\x40\x70\x95\x68\x6a\x72\xd0\x8d\x13\x30\x39\x52\x9f\x92\xf1\x17\x32\xe0\xf8\xc1\x70\x4b\xb9\x48\xec\x89\x33\x8b\x46\x01\xdf\x0c\x04\x80\x2f\xd2\x1e\x99\x31\x7b\xac\xc4\x07\x3d\x4d\xdb\xa7\xbe\x8a\xe1\xc6\x79\x9e\xf5\x76\xed\xaf\x27\x92\x37\x4e\x4e\xcb\xe6\xcd\xda\x7b\x73\x0f\x22\x46\x5d\xef\x4c\xde\xa8\x70\x88\x13\x70\x0f\x30\x15\x52\x71\x12\xc7\x62\x07\xa2\x40\x40\x14\x60\x02\xf2\x80\x0e\x70\xc0\x1b\x93\xe8\xb2\xc4\x8a\x28\xaa\x8a\x99\xc4\x3b\x4f\x86\xa0\xa4\x69\x97\xbe\x6e\x6f\x9d\xb8\xdd\xe8\x7e\xce\x34\xde\x5e\xfb\x39\x1d\x12\x8c\x67\x8f\xa5\x93\x26\x79\xc3\x31\x4a\x97\x09\x61\xc4\xfd\x84\x7a\x05\x74\x01\x3b\x4c\xb3\x96\x06\xec\x80\x0a\x68\xe2\x04\xd2\x94\xf0\xec\xc8\x8c\xe8\x06\xd9\x0e\xfa\x96\xc4\xe9\x16\x28\x36\x5a\x0c\xb3\xaf\xa8\x6f\xa9\xf7\x5f\x54\xc6\xa4\x1c\x05\x44\xdb\x70\x6b\x3c\x88\x5a\x33\x85\x13\x7d\xc0\x1c\x40\x98\x07\xbc\x00\x15\xa0\x03\x0c\x60\x04\xf3\x52\xa2\x01\x6e\xb4\x31\x32\x23\x36\x55\x31\x6b\xb5\x6f\xe6\xf4\x1e\xbb\x51\xc4\xd9\xfc\x35\x14\xbd\x97\xf3\x61\x2b\x65\xbd\x83\x55\x34\xa9\x87\x81\x21\x36\xc6\x1a\xc3\x22\x24\xf4\x9d\x38\x41\xc0\x1c\x88\x01\x79\x40\x0b\xa8\x00\x19\xcc\x37\x88\x0b\x64\x00\x27\x62\x17\x61\x27\x23\x8b\xc0\x81\xe2\x92\x31\xa6\x33\x67\x08\x75\x1a\x4e\xf9\xeb\xce\x99\xa9\xdb\x95\xc3\x81\xf8\xda\x82\x4c\xe7\xe0\x17\x76\x9d\x5a\xa7\x62\x16\x8c\x3f\xf0\x37\x40\x0b\x48\x03\x0e\x30\xbc\x45\x07\xfc\xb0\x13\x68\x80\x3c\xe0\xc5\x49\xa3\xb6\xe1\xb1\x97\x89\xd5\xa3\xb7\xfb\x14\x48\x9c\x8c\x59\x22\xd2\x96\x34\x1e\xb6\x51\x37\xba\xd4\xf4\x3d\x37\x27\x7c\xd8\xa9\x51\xef\xa3\x94\x07\x7b\x27\x44\x07\xc5\x11\xe0\x00\x12\xc0\x07\xd0\x01\x19\x80\x00\x14\x98\x93\x92\x1b\x10\x62\xe0\x92\x23\xb1\x2b\x48\x38\x6b\x3e\xb1\xa6\xf0\x31\x8c\x87\x14\xf2\x35\x75\x0e\x3f\xee\x7d\x9a\x39\x6b\x27\x2e\x12\x89\x25\xf2\x60\x30\x11\x56\x74\xe7\x4b\xa2\xd1\xc7\xb6\x87\xbd\x7f\x71\x18\x87\x62\x83\xf1\x08\x66\x40\x0d\x34\x90\x4f\x88\x27\x99\x59\x44\x8a\xd4\xda\xcc\x99\xbc\x7c\xa3\xa3\x73\x57\x1b\x3a\x07\xb3\x8f\xb0\x97\xa2\x7a\x0a\xca\x73\x12\xb7\x7c\x3d\xac\x82\x34\x54\x44\xbb\x99\x25\x89\x22\x11\x51\x00\x3f\xa0\x03\x04\x80\x12\xf0\x03\x1c\x80\x02\x94\x01\x15\xa0\x83\x3f\x21\xd0\x67\x60\x11\xf4\x54\xbe\x33\xfd\xea\x96\x1d\xf1\x21\x3b\xa3\x56\xaa\x7f\xf8\x82\x6f\xdd\x76\xb0\xa1\xe6\x32\xe3\x32\x24\xdd\x61\x57\xef\x46\xe6\x9a\xcb\x84\x62\x17\xc3\xf6\xff\xb1\x50\x80\x0a\x4b\xb3\x10\x00\x22\x40\x0d\xd4\x00\x15\xc8\xc2\xe3\xa3\xab\x14\x60\x53\x2a\x32\x69\x73\xed\x0b\xef\xcb\x62\xaf\xb5\xee\x97\xb8\xea\xd9\x99\x9a\xc0\x6b\x4e\xcf\x8f\x88\x21\xf0\xe0\x7e\x92\xaf\xc2\x2f\x24\xc1\x30\x41\xc0\x0b\x8f\x05\xa4\x00\x21\x60\x04\x64\x30\x2f\x08\x16\xcc\x99\x8a\x8b\x73\x47\x6b\xc8\x57\xac\xc4\x6f\xdc\xeb\xba\x1a\xa1\x94\x95\x59\x93\xdd\x17\xf8\xe9\xee\x25\xcb\xdc\x9b\xae\xc5\x32\xa7\xa4\x0d\xff\x68\xdb\x71\xed\x66\xc9\x0b\x8e\x3f\xe4\x3a\x68\x13\x40\x1d\x30\x00\x01\x80\x0d\x48\x00\x09\xa0\x03\xc4\x00\x0d\x70\x60\x33\x51\x0f\xf3\x49\x2a\x54\x19\x5d\xb8\x3a\x86\x23\x66\x71\xd7\x3c\xf6\x8d\xdc\xdf\x9f\x72\xad\x22\x0e\x84\xd4\x86\x65\x19\x85\xaf\xb9\x2a\x98\x70\x28\xc5\x09\x4c\xd3\xe7\xe0\x53\x03\x31\x98\x8e\xc4\x03\xb8\x01\x05\x6c\xa2\xc4\x09\x44\xb0\xe4\xa9\x6e\x78\x73\x14\xd8\x8d\x57\x5c\xdf\x86\xbd\xcf\xb2\xad\x09\xee\xf3\xff\x13\xf7\x56\x71\x5b\x73\xfc\x77\x2b\x55\x51\x6f\x82\xb8\x9f\x8c\x35\x9f\xd6\x3b\xc9\x46\x0e\x4b\xb2\x68\xd4\x7d\x40\x09\xc8\x81\x00\xac\xd7\x84\x14\xd0\x01\x36\xc0\x80\xa1\x45\xb5\xcd\x73\x2b\x57\x6f\xc4\xe1\xda\x1f\x4e\x9e\x65\x52\x63\xd7\x1f\x00\x85\x5e\xef\x1d\x38\x2e\xe0\xf4\x3a\x55\xab\x67\xa2\x84\xa9\xb8\x14\x1a\xe7\x2b\xa9\x09\x62\xd2\xcf\xe2\x93\x01\x42\x80\x09\x98\x00\x2a\x60\x02\x24\x80\x08\x48\x01\x12\x74\x23\x4a\x35\x9e\x1f\x72\xaf\x0d\x9f\xbb\xc4\x87\x66\x64\x7c\xa8\xa1\xe8\x63\x87\x42\xbf\x85\x9c\x6e\xad\x8f\x8e\x8a\x36\xcb\x15\xc6\xc5\x1b\xf9\x46\xd8\x70\x68\x7f\x95\x8a\xe4\x14\x25\x67\x40\x55\x00\xfc\x80\x16\xd0\x03\x1e\x20\x0e\x58\x00\x06\x60\x43\x49\x27\x85\xb2\xfe\x96\x08\xd5\x52\xb4\xca\xf6\x1d\x8f\x6b\x2f\x64\x6f\xd6\x86\x42\x1f\x1b\xde\xf7\xef\x67\xce\xb1\x76\x23\x57\xf1\x64\x50\x85\x79\xbb\x7a\x99\x86\xaa\xe8\x0b\xeb\x33\x9e\xe0\xaf\x03\x2c\x80\x0e\xdc\x00\x2a\xec\x6f\xa1\x0c\x04\x11\x93\x48\xdc\x59\x2b\x24\x58\xb4\x2e\x6c\x22\xfd\x69\x93\xa4\x4b\xb2\xdb\x61\x29\xcc\xcf\x4f\x8f\xcb\x9f\x65\x0c\x1f\x37\xb3\x17\xce\x24\xb4\xfb\x0b\xd8\x99\xe8\xbd\x96\xfd\xc9\x63\x4a\x25\x8f\xfe\x0a\xb0\xc2\x9d\x23\x8c\x23\xfd\x41\xf9\x86\x76\x80\x91\x8a\x13\x42\x63\xcf\x17\xa4\x50\x65\x74\xef\x62\x15\xf6\x31\x33\xa7\x46\xbc\x17\xd6\x5d\xf0\x50\xf6\x6e\x6d\xaf\x7a\xd6\xb9\xdb\xb5\xea\x59\x16\x6f\xe4\xa2\x27\x8b\x25\x8a\xc6\x8e\x84\x3b\x5b\x19\xa9\x26\x26\x1c\x76\x26\x6e\x0b\x3e\x94\xa8\x86\xe4\x15\xa4\x99\xa2\x83\x5d\x5c\x22\x54\x8b\xc9\x9a\xc1\xd7\x20\xbe\xac\x08\xbe\x25\x71\x8c\xe8\x2f\xc4\xd9\x3e\x7a\xbb\xc6\x3d\x86\xda\x0a\x29\x79\x9b\x02\x1f\xf2\xc2\x85\xda\x14\x4e\x85\x4f\x84\x87\x49\x98\x22\x93\x7a\x8c\x2e\x82\x31\x82\xe5\x1b\xfb\x3d\x37\x05\xdf\x94\x70\x81\xb2\x85\x09\xb9\x4b\x6f\xd8\x64\xc6\x65\x35\x51\x8f\xc1\x5c\xef\xff\x9d\xf0\xb3\xfb\x1d\xc3\x7e\xfe\xfc\x45\x5f\x5c\xbd\x6f\x7e\x71\xbc\x90\x7f\x97\xc3\xb5\xa1\x82\x92\x8e\x08\x16\xcf\x22\xff\x80\x50\xae\xe8\xa2\xa4\x83\xcc\xbd\xc2\x86\x2a\xa3\x16\xbf\x81\x82\xed\x73\xbf\x57\x09\x1e\x45\xda\x2d\xbe\xa3\xad\x6b\x7f\x6f\x88\xfd\x6c\x76\xea\xb2\xe9\x34\x99\xde\x55\x55\x75\x97\xa3\x16\x2b\xe1\x1b\x68\xbf\x6d\xc2\xa1\x6e\xaa\xf0\x47\x79\x4f\xed\x48\x8b\x42\x77\xd7\xf0\xde\xf4\xde\xf2\xc2\x3e\xd0\x4d\xc9\xaf\x38\xca\x3b\x6b\xb6\x46\xaa\xe7\xe7\xdc\xcf\xe7\x7f\xef\xe8\xff\xad\xf8\xc1\xf9\x90\x71\x65\x72\xe4\xbe\xed\xb6\x42\x34\x9b\x30\x36\x32\xa0\xd6\xf5\xde\x92\xd7\xd4\xc9\x1c\xc9\x0a\x62\x6b\xe0\xc8\xe7\x9a\xed\x45\xe9\xaf\x17\x2a\x18\x63\x9b\x0a\xf2\x88\xca\xb5\xdb\x11\xc7\x09\xd6\x97\x4e\x8a\xfe\x41\xdf\x6f\xdf\xde\xe8\xec\x57\x2e\xda\x0d\x77\xb6\xc7\x57\x6b\xe4\xe5\x24\x97\x44\xd4\xf8\x1a\x7a\x74\x79\x8b\xfa\x59\x05\xc6\x87\xea\x45\xfe\x8a\x6b\x4d\x51\xcb\x4a\x2d\xdc\xab\x72\x6e\x81\x74\x9b\x8f\x1e\x2f\x4d\x1c\x40\xae\xfe\x33\x07\xb9\x3b\x3c\x6f\xdb\xff\xb1\x9c\x32\x2e\xfc\xf4\x77\xc3\x52\x19\x5b\xf6\xe7\x44\x89\x58\xba\x78\xb3\xa4\xaa\xd4\xb3\xcc\xb1\x3c\xce\x62\xb7\x8a\x86\x7a\xf5\xb6\x2f\x7d\x33\x13\x2a\x8b\xf0\x9b\xc6\x87\xfd\x6f\xd0\xbf\x75\xfc\x8b\x81\x88\x7c\x2c\x3e\xd7\x7b\x99\xb4\xfd\x75\x75\x7d\x1e\x75\xc2\x76\x98\xb9\x77\xaa\x0b\xa9\xf5\x69\x63\x4f\x5d\x55\x75\x7b\x65\x50\x85\x7c\xa3\x74\xef\xd5\x64\xc7\xea\xdc\xf3\xae\x73\x70\x7b\xf0\xbb\xf3\x3f\x0c\x84\xf7\xee\xfc\xb2\xfe\x65\xd3\xe6\xe9\xe2\xcf\xc9\xca\x21\xc2\xee\xea\xd6\x67\x0d\x7c\x55\x0b\xa5\x09\x85\x22\x39\x5f\x32\xbf\xa5\xfd\x4c\x29\x4b\xf6\xca\x3b\xad\x95\xef\x5c\x1b\x29\x5f\xe0\xdb\x9e\x3f\x8e\xbc\x96\x79\x48\xfa\xfb\xf9\xa0\x4f\xde\xa7\xef\x77\x4f\x96\x85\x26\x66\xfa\xb3\xda\xd7\x1b\x48\x2a\x36\x8b\x78\x72\xf8\xd2\x2c\x13\x09\x62\x66\x22\x34\x42\x51\x03\x7f\xfa\x3f\x04\xe0\xc4\xf5\x64\xf7\x54\x24\xb4\xa2\x0d\x20\xcc\xbc\xda\xe4\x3d\x7a\x72\x8d\xf2\xfb\xaf\xcd\x2a\x9f\x83\x4e\xb5\xb6\x54\x67\x87\x06\xaf\xdb\xbf\xd5\x91\x94\x2a\xe6\x3c\xa4\x16\xc7\x95\x47\x70\x06\x39\xfa\x54\x7b\x68\xba\x10\x39\x58\xda\xc2\x59\xed\xd9\x69\xfb\x22\x46\x11\xa6\x1f\x94\x68\x35\xaa\xf5\x2a\x4d\x7b\x6e\xa2\x1d\x0b\xde\xf4\xfe\x31\x82\x42\xbf\x9f\x9d\xe7\x6f\xc5\xcc\xe0\xf4\xd6\x34\x06\x97\x99\x67\xff\x4e\xda\x8a\x52\x0a\xb2\xf1\x3a\x71\x21\xb0\x13\xb0\xc8\x34\x79\x69\x40\xa7\x8b\xaa\xc9\xa9\xd6\xab\x97\x6b\xfd\xe8\x39\x12\x4e\x9e\x62\x56\x98\x54\x5f\xda\xcb\x35\xe3\xbc\x0d\x4e\x67\xee\xca\xa0\xd0\x0f\x7f\xf6\xed\xe6\x3e\xf7\x08\xd7\xc9\x17\xa8\xa4\xec\x44\xd1\x07\xb8\xb9\xc7\xd8\xcb\x98\xd7\x1b\xda\x6b\x4b\xa8\xd2\x28\x48\x48\xfb\x4b\xd0\x88\xfe\x11\xec\x94\x4d\xd5\xb1\xb0\x2c\x75\xa7\x0f\x59\x4e\xda\x29\xb4\x6c\x68\xed\xb7\x9d\x57\xdf\x33\xba\x7c\xbc\x57\x3c\xfa\xba\x34\x39\xb0\x5d\xf7\x35\xef\x5d\x02\x61\xb0\xb9\x87\x89\x9d\xb8\xe9\xbd\xae\x98\xaa\xa2\xec\xa0\xb8\x9b\xc0\x0d\x0f\x1e\xc7\x18\x6b\x14\x4b\x21\x13\x07\xaf\x8a\x0c\x9c\x56\xba\xf9\xa6\xeb\x7d\xc8\x7c\x0a\x7c\xf1\x45\x33\x74\x58\x7a\x85\xf1\xe5\xee\xd5\xc6\x0e\xd2\xb8\x7d\xeb\xcb\x82\xd9\xf8\xfd\x00\x6c\x67\x26\xb3\x1e\x5d\x41\xe5\x26\xa9\x04\x21\x05\x2e\x15\xe6\x68\x5a\x65\x2a\x34\x0a\x6c\x32\x4c\x08\x0a\xf1\x0a\xad\x01\xcf\xbd\x74\xbb\x16\xb5\x05\xb7\x7b\x5e\xf8\x5c\x7a\x57\x05\x5d\x47\xca\xa4\xe8\x26\xfc\x25\xd2\xf2\x50\x0f\x5c\x79\x5f\x72\x55\x40\xb2\xfd\x1b\xa3\x5d\x35\x5e\x69\x5b\xc1\x00\x0e\x2c\x7a\x39\x72\x72\x42\x37\x9c\xef\xd8\xf8\x18\xe3\x68\x3f\x50\xbd\x50\x32\xf1\xee\x68\xb7\xf9\x98\x65\xa7\xf5\xa9\x6d\x42\x7d\x3d\xe3\x40\xae\x6a\x3d\x6f\xff\xe2\x42\xce\x81\xc4\x94\x49\xf3\x51\x76\x78\x04\xab\xab\xa2\x09\x89\x32\x87\x68\x05\xe7\x39\x7d\x12\x64\x1a\x37\x1b\x35\x11\x91\x1e\x74\x01\x55\xc0\x01\x20\xc0\x18\x90\xa1\x2f\x52\x70\x71\x8a\x48\x5c\x6a\x24\x99\x95\x79\xc0\x45\x78\x66\x2e\x55\xfa\x3e\xcd\x9b\xb6\xdf\x1a\x1d\x72\xac\x5a\x4d\x2b\x0c\x0a\xb6\xd3\xd0\x6e\x92\x88\x66\xab\xa3\xe8\xc6\x7b\x89\xaa\x05\x20\x40\x04\xe0\x03\x7a\x40\x0a\x53\x8c\x55\x01\x05\x8a\x19\x84\x90\x15\x4e\x14\x45\x45\xd3\x64\xcf\xd5\x2e\x9c\x34\x23\xa2\x6a\xfd\xe9\x8f\xd9\xe1\x67\x3b\x3d\x09\x95\x58\x29\x26\xfe\xe7\xd6\x7e\x1a\x48\xc2\x63\xf4\x75\xb8\x46\x88\xee\x80\x06\x68\x03\x0b\x40\x0c\x18\x00\x15\xa0\x02\x6c\x00\x02\xc4\xe0\xea\xf1\xcb\xe9\x36\xf8\x1c\xe5\xba\xf5\xfb\xec\x87\x03\xaf\x93\x1c\x4b\x58\xda\xac\xc7\x94\x16\xfb\x7a\x75\x2b\xbb\x53\xcd\x03\x09\x6d\x6a\x34\x56\x45\x8c\xe8\x57\x71\x76\x01\x21\x10\x02\x9a\x30\xcf\x1f\x3e\xc0\x02\xb8\x00\x17\xf0\x02\x29\xc0\x80\xd5\x43\xf1\x91\xe3\x4c\x52\x4f\x4b\xd4\xaa\xca\x27\x2d\xee\x7b\x7e\x5c\x93\xf4\x90\xe7\x4a\xf4\x00\x73\x2d\x67\xa6\x49\x48\x8c\xbd\xaa\x0e\x9d\x04\x1c\xcb\x1b\xe2\x5e\xc4\x0b\x40\x04\xf0\x81\x18\x60\x01\x74\x80\x08\x50\xc0\x6e\xae\xac\x80\x0b\xd5\x96\x14\x9f\xf9\xa3\x28\x9c\xea\xbe\xd9\x95\x27\x7e\x94\x4a\xb6\x75\x5d\x78\x3f\xee\x06\xc2\xa8\x5f\xd3\xd7\xdc\xb3\x48\x0a\x97\x1c\x43\x46\xb9\x00\xee\x20\x4a\x7b\x8c\x3e\x18\xee\xd3\x00\x3e\x40\x06\x68\x01\x26\x60\x84\xa9\x20\xf8\x08\x1b\x04\x22\xf4\x09\x02\x72\x8a\xd9\xc6\x5f\x5c\x89\x43\x3f\x64\xbc\xa9\x86\xef\xc1\xdb\x6b\x9e\x29\xec\x10\x28\x0e\x88\x5b\xf6\x02\x66\xfe\x2a\x75\x42\xa5\x0c\x61\xf8\xcf\xe1\xb2\x81\x25\x20\x02\x82\x80\x00\x50\xc0\x7e\x52\x02\x6a\x80\x02\x88\x70\xf0\xa9\xc5\x79\xf8\x65\xcd\x0d\x72\x1d\x95\x83\x8f\xd2\xe8\x2b\x29\xbb\xe0\x8f\xc0\x52\x5a\xef\x5c\xa5\x7e\x0a\x72\x40\xaa\x6d\xba\xf6\xb6\xe4\x08\xfb\x14\x19\x26\xea\x19\xc0\x01\x64\xb0\xe7\xf0\x01\x2a\x20\x07\x2c\x30\x17\x02\x1d\x46\x19\x05\x33\xe7\x82\x94\xa5\xce\x90\x9d\x55\x40\x49\x92\x72\xe9\xfb\x0e\xce\x8b\x83\xf5\xea\xe1\x8d\xba\xb6\x6c\x83\xf0\x19\x97\x2c\x63\x7e\x45\x3e\x7e\x16\x5a\x19\x5c\x1c\x20\x06\x70\x01\x23\xa0\x03\xd4\x80\x12\xf6\x89\x04\x01\x03\xc0\x45\xbb\x24\xcb\x61\x3f\x95\xe2\xd3\x99\xb0\x29\x0e\x60\x4f\xbc\x2f\x53\xee\xb0\xfa\xb0\xb7\x7b\x32\x71\xd9\x66\x52\xa4\x1f\x37\xee\x1d\x62\xa9\xa7\x51\x20\x16\xc8\xca\x43\x4a\x8c\xfc\x03\x30\x02\x5c\x80\x00\x08\x01\x29\x0c\xbd\xf9\x01\x1b\x60\x43\x59\x83\x98\xb0\xd3\x4a\xb8\x68\xbf\xb5\xb9\xf1\x7f\x97\x44\x5b\xb2\xd5\xb6\x74\xc7\xf7\xf2\xfd\xc2\xab\x9e\xca\xca\xbc\x34\x93\x60\x67\x47\x4b\x83\x38\x39\x57\x5e\x3d\xea\xdf\xd8\x75\x80\x18\xa6\x80\xa0\x03\x56\x18\xf6\x92\x03\x42\x80\x83\x9c\x4e\x5a\xcd\x46\x26\x81\xaa\x65\x6e\x0b\xef\x9f\x9c\xa8\x5b\xfc\xd0\xde\xfc\xdd\xea\xac\x78\x1d\x61\x98\xb6\x31\x22\x4f\x22\xfa\xab\x27\x93\x79\xb0\x7a\xa8\x68\x04\x4b\x04\x89\x26\x52\x20\xc0\x82\xf9\x58\x59\x00\x2d\x8c\x89\x30\x01\x26\x24\x21\xe2\x16\x56\x13\x09\x0d\x6d\x2c\xab\x5b\xbf\xbc\x84\xea\xe2\xc2\xb6\x8a\x3f\xbf\xdf\x5b\xed\x7e\x9b\xd6\xe8\x84\x94\xfe\x4c\x91\x08\x4c\x70\xc0\x35\xc0\x96\xe3\xe6\xb5\xa3\x3e\xc7\x86\x07\x10\xe0\x08\x44\x01\x0b\xac\xdb\x8c\x0c\x48\x01\x46\x84\x7a\xa2\x2e\x16\x4e\xb1\x0b\xcd\x08\x1b\x64\x3f\xe7\x84\xdb\x52\xf8\xb6\x41\x28\xf4\x53\xc0\x2b\xc9\x65\x95\x81\x27\x75\x33\xd9\x77\x51\x8a\x1e\x1d\xe6\x4e\xea\x2e\xa2\xef\x59\x89\x49\xb4\x11\x9b\x00\x12\x80\x00\x09\x80\x0a\x9b\x69\x61\x00\x31\xb8\x6b\x7c\x03\x3a\x1c\x89\x0b\xa5\xf7\x26\xc2\x81\x36\x91\x28\xd9\x2f\x6b\x44\xa0\xd0\x1f\xa8\x17\xfb\xdb\xbc\x13\x07\xed\x0c\xa5\x81\xc9\xaf\x82\x24\x1d\x32\x0c\x5c\xe4\xbb\xf8\xc6\x68\x3d\xb1\x7d\x00\x29\x60\x07\x84\x80\x0e\x48\x02\x12\x20\x0c\xa8\x80\x0e\x0e\x31\xcd\x3d\x5f\x95\x62\xba\x89\x98\x1b\x42\xc4\xd3\xec\xa6\xba\x20\x98\x76\x80\x77\xb0\xbb\x38\xdb\xef\x5f\x7b\x95\x53\x14\xfd\xc2\x1b\x58\xae\x6b\x66\x48\x54\xb0\xf3\x90\x7e\x40\x2a\x00\x94\x80\x16\xbc\x47\x20\x43\xcc\x44\x6e\x41\x65\x44\x2f\x22\x41\x62\xe9\x13\x3b\xd4\x14\xb5\x9a\xf3\xf5\x48\xc0\x2c\xda\x6d\x7d\x0a\xc3\xbb\x77\x67\xe7\x9b\x9f\x26\x4c\xdb\x23\xca\xea\x53\x95\x43\x84\x9d\x67\x4d\xe8\x95\x67\x05\x77\x18\xfa\xf1\x78\x51\x63\x31\x12\xb1\x44\x70\x1a\xf0\xde\x13\xda\x10\x7d\x25\xd5\xa7\x6b\xe0\x97\x50\x48\x37\xb2\x73\x4e\x0d\x3d\xcf\x30\xac\x7a\xdf\x03\xf3\x4f\xfe\xe9\xf9\xf0\x78\x90\xbd\x78\x30\x30\xd5\xc0\x91\x5f\x1e\xd7\xeb\x2b\x61\x0b\xd5\xe3\x97\xa5\xe5\x51\xa1\x3c\x25\x6a\x27\xad\x20\xd3\xa1\x98\xa6\xc6\xa4\xed\x62\x20\x62\xca\xe3\xb2\x97\xca\xd5\x76\xb0\x4e\xf2\xe5\x8c\x67\x2a\x34\x6a\x6e\x1d\xfd\x6b\x33\xdb\xd7\x84\xf3\xf1\xad\x87\x29\xca\x2e\xcf\xca\xe2\x4c\xbc\x88\x37\x1e\x55\x16\x27\x5a\x38\x92\xb4\xec\x03\x74\xb5\x8c\xdc\x4c\xcf\x59\xdd\x39\xd2\xb9\x7e\xf1\x2e\x0b\xd4\x8a\xdd\xab\x41\x9e\x70\xba\xa1\x87\x47\x65\x12\x57\xbd\xe9\xbe\x9b\xa3\xfe\x0b\xb5\x0c\x3f\x2a\x1c\xea\xae\xd4\x0c\xd7\xb6\x38\x94\x3c\x4f\x25\x0c\x19\x70\xf5\x7d\xe2\xaf\x1e\x26\x86\xc4\x67\x2e\xa8\x20\x82\x29\x4e\x2d\x95\x25\x3b\xa1\x28\xa9\xd2\xaf\x51\x66\x44\xec\x50\x11\xb0\x92\x78\x50\xac\xdd\x8a\x39\x3a\xb3\xf6\xf7\xdd\xfb\xfe\xf2\xd2\x73\x77\x61\xae\xa6\x2f\xb1\xfe\x57\x41\x4c\xe2\x42\x10\x9e\xb3\xa6\xc9\xa3\xba\x92\x12\x95\xca\x77\xf5\x63\x6d\x04\xbd\x26\xa3\x90\x27\x10\x8b\x13\xdb\xdf\xce\x3e\x3e\xcf\x63\x24\x72\x0a\x6b\x6b\xfa\x08\xe6\x17\x9f\xff\x6b\x47\xff\xed\xbb\x13\x8a\x4d\xcc\xa9\xe5\xa7\xdb\xb5\x54\x79\x18\xf1\x8d\x41\x8c\xae\xef\x2c\x9d\x9e\x28\x99\xbf\xb5\xba\xb7\xa3\x76\x7c\xea\xfa\xd1\x73\xc2\xcf\x26\x78\x39\xb2\x21\xe1\x36\x33\xa1\xfc\xae\xa3\x6c\x22\x79\x63\xe3\x34\xe2\x9f\x13\x7e\xf5\x7d\x60\x3e\x2c\x7f\x16\x3c\xce\xd8\xf9\xa9\x26\x3c\xbf\x28\xc5\x3f\xe2\xc6\x47\xcf\xd3\xc1\xfb\xce\x9f\x28\x48\x20\xf4\x5b\x14\x77\xdc\x50\xb2\x76\xc6\xc7\xbc\x37\xe5\x62\xf5\x3f\x3a\x91\x86\xc7\x97\xa3\x5e\x3a\x7c\x18\xfd\x37\x05\xf8\x4e\xf6\x36\xfb\x45\xe5\xca\xdb\x89\xe4\xee\x8f\x0d\x5f\xcb\x82\xb3\x95\x12\x66\x62\x47\x13\x08\x93\x05\xd2\x0c\xb2\x20\x79\x1a\xc5\x7a\x15\xce\xb5\x17\x2d\xfb\xdd\xb9\xc3\x7f\x66\xef\xd7\x50\xf7\xeb\x2f\xbf\xdd\x4b\xfc\xf3\xfc\xfd\xde\xc7\x9e\x73\xf7\x97\xad\xdb\x8b\xab\xcb\x73\xdf\x27\x5e\x0e\x6b\xf6\x91\x74\x59\xb5\xd1\x36\xa5\xd7\xff\xa8\xc9\xae\xe6\xae\x78\xd7\x8c\xdc\xaf\x37\xbd\xbf\x06\xff\xe2\xe9\x85\xc5\x27\x9b\xc7\xff\x36\x9b\x2a\xde\xfd\xb8\x1c\x79\x39\xb4\xf9\x67\x89\x7c\x72\x65\x48\xb9\x7b\xac\x8d\xa8\xc1\xa4\xea\x77\xe9\x7d\x11\x5b\xee\x71\xd6\xf3\x4c\xe1\x34\x9e\x14\xcb\xc2\xd5\xba\xf3\xa7\x74\x63\x90\xc5\xfd\x9d\xe6\x13\x99\xeb\xd3\x87\x7f\x9a\xdd\xd2\x6e\x03\x4f\xe3\x77\x6b\x97\xb5\x27\x5e\xf7\x3f\x6d\xff\xd5\xa0\x51\xf1\xbd\x28\x3a\x27\x35\x6d\x2d\x31\x3f\x76\x21\x52\x3f\xec\x55\xa8\x45\x50\x6b\x50\x49\x82\x67\xae\x49\x95\x42\xeb\xdb\x41\xba\x39\xac\xcd\xbc\x23\xbb\x6b\xac\x87\xbf\x76\xcc\xdd\x11\x1d\xff\xd8\xac\x9e\x5d\x1d\xbc\x69\x87\xd6\x49\x94\xfa\xe6\x92\xa4\xa6\xc4\x75\x44\x94\x04\x0d\xfb\x8a\x7a\x3a\x7b\x1a\xb8\x89\x39\x39\x3b\x31\x3a\x0a\xfa\x43\x62\xd2\x32\xa9\x4b\xe1\x1a\x9f\xf7\xee\x4d\xd7\x6d\xbc\x3b\x3a\xbc\xfe\xf8\x28\x01\x85\xde\x53\x9f\xae\x6f\x65\x4f\x7f\xea\xcd\x6c\x4c\x2b\x63\xcf\xa1\x4e\xfa\x13\x15\x15\x14\xe3\xad\xe4\x92\x67\xf7\x68\x95\x6d\xd1\x68\x8e\x63\x32\x6f\x2c\xa3\xff\x68\x40\x6a\x27\xe6\x2d\x18\x41\x95\x32\x54\x44\x50\xbf\xda\xf3\x38\x7d\xbf\x45\x71\x92\xfc\x29\xf9\x8f\xed\x3b\x96\x7d\xe6\x99\x82\x9e\x88\x3a\xa3\x02\x9f\x94\xfd\x28\xf1\x80\x62\xf7\x59\x7b\x3f\xf3\xe7\x46\x16\x3a\x7a\x9a\x0d\xea\xc8\xaa\x6e\xca\x5a\x8a\x0d\x8a\x42\x0a\x9a\x7a\x28\xd6\x54\x1e\x5c\xa1\x4a\xc9\xa0\xd0\xac\x81\xa4\x4f\x7f\xf6\xed\xce\xe2\x85\xe2\xdd\xde\x51\xf3\x32\x7d\xdf\xc7\xba\xc7\xbc\xbb\x04\xca\xe0\x16\x0f\x27\x3b\xa7\x27\x92\xba\x35\xaa\x3b\x72\x43\x32\xec\x12\x44\x62\x6e\xa2\xdb\xc2\x42\x42\x1a\xfc\x7d\x02\x0c\x72\x18\xda\xc5\x16\x78\xae\x3f\x42\x2c\x92\x95\x8b\xcc\x9a\x94\x07\xe1\x17\x6f\x5f\xa8\x5f\x05\x6c\xea\x8f\x7b\x34\x85\xe7\xb3\xc5\xc5\x04\x60\x3b\x7e\x36\xeb\xd5\x35\x57\xbe\x94\x06\x42\x5f\x79\x9f\x71\x55\xb1\xbf\x66\xab\x65\x29\x63\x6a\x67\x2c\x66\x90\xa4\x77\xe3\x7d\x26\xfd\x4c\xf3\x93\x79\x9e\x5b\x6c\x68\x6d\x6a\x6d\xe9\x43\x5b\xfe\x58\xdf\x1a\xe3\x29\xf6\x82\x7d\xd7\x54\x49\x5e\xc2\x90\xbf\x98\x03\xa1\x91\x96\x1a\xb7\xb4\xab\xe0\x22\x47\x13\x13\x13\x9d\x3c\x55\x3e\x79\x01\x99\x1b\x69\x2f\x31\x05\x61\x25\xc1\x35\xc1\x0e\xed\x3d\xcf\x84\x74\x93\xd6\x85\x25\xab\xc7\x8b\xc8\xa5\x2c\xbd\xea\xe9\x1e\xf6\xd9\xfc\x03\xa5\xb1\xa5\x7a\x8c\x6c\xcf\x08\x88\x2b\x9f\x09\x50\xc6\x15\xf9\xcd\xd9\x43\xbf\x44\x4e\x4d\xec\x8f\xbf\x8a\x3d\x87\xf9\x06\x1d\x17\x75\x0c\x39\x01\x19\x01\xf1\x12\x71\x80\xc0\x90\xbe\x9b\x7f\x51\x5e\x58\xcf\xd3\x3e\xc6\xff\x20\x81\xb6\xc8\xa6\x19\x8c\xa4\xae\x6d\xf4\x21\x55\x4d\xa4\x25\x05\x39\xdb\x89\x68\xc7\x4a\x68\xb3\xf9\x53\x40\xf0\xf1\x30\x09\x50\x52\x11\x0c\x00\x37\x10\x00\x78\xb0\xfb\x33\x1b\xe0\x03\x1a\xd8\x7b\x54\xa3\x5c\x26\x92\xde\x5a\x32\x96\xb6\x5e\x9f\x63\x2a\x72\xbd\x6a\x9f\xf7\x4d\x2f\x7c\xe9\x09\xad\x84\x4b\x51\xf5\xdf\xb6\x36\x57\x7f\x2f\x1c\x46\x4f\x81\x83\x8e\xe0\x0b\xc3\x49\x1c\xc0\x0b\x44\x01\x35\x50\x80\x79\x39\xd8\x00\x3d\x06\x16\xf9\x1e\x3b\xbf\x38\xbb\x7a\x85\x05\xbc\xa7\x4d\xd4\x41\x1e\x56\x9d\xef\x40\xc8\x62\x6b\xaf\x52\x65\x7d\xaa\x66\x20\x82\xcd\x9a\x66\xb3\xa8\x3a\xe3\x1a\x41\x35\xdc\x67\x98\xf2\x41\x07\x28\x00\x3a\xb0\x84\x25\x31\xd0\x01\x0e\xe0\x44\xda\x26\xf2\x60\x42\x14\x4c\x53\x22\x32\x3a\x72\xe1\x0e\x2d\x4e\x0f\xae\x3c\x79\xea\xb5\x12\x38\x40\x51\x4b\x93\xa9\x1a\x9a\xe6\x48\xa4\xfb\x4d\x1a\x91\x23\x8c\x6c\x17\xf5\x25\x6c\xe2\xc0\x0b\x9b\x01\xd1\x03\x26\x98\x07\x81\x1e\x50\x83\x23\xdc\x53\x1a\x71\x9e\x31\x59\x73\xbd\x51\xfb\x17\x81\x8f\x29\xb8\xa5\x85\xed\xeb\xeb\x3f\x47\x9d\x9b\xb1\xf3\x03\xa3\x42\xdc\xf8\x4c\xb2\x15\x6f\xf9\x7b\x68\x5b\x70\xa5\x60\x7a\x01\x26\x20\x01\x14\xb0\x09\x04\x0e\x2c\x95\x42\x03\x98\x30\xb1\xc8\x6b\x39\x04\x24\xf5\xb5\x19\x6c\xe4\xfc\xe2\x13\x22\x8b\x32\x5a\xea\xf7\xaa\x66\x86\x3b\x6b\x4b\x36\x13\x1c\xfd\x50\xad\x38\x35\x8e\xc5\x5a\x59\xa9\x48\x2c\x90\x3e\x00\x24\x40\x0d\x18\x01\x13\xe0\x02\x64\x80\x05\x08\x01\x02\x60\x0a\xc8\x50\xa0\xa4\x54\x2c\x10\x31\x2e\xf5\x18\xcb\x3c\x6f\x8f\x58\x8c\x82\xb5\x26\xbe\xd7\xdf\x57\x9e\xf4\x23\x55\xab\xa6\xf3\x07\x97\x38\x72\x18\xb0\xca\xf1\xf2\x30\x53\x15\x62\x79\x02\x32\xd8\xf7\xc0\x01\xcb\xd3\x90\x03\x26\xc0\x0c\x70\x01\x32\xc2\x47\xc2\x1c\x86\x65\x21\x71\x95\x5f\x66\x0f\x1e\x79\x31\xdc\xb9\x93\xf5\x41\x6f\x44\x37\xb9\x47\x7f\x37\x36\xe4\xf1\x46\x97\x79\x24\x99\x65\xa8\x5a\x08\xdd\x33\xfe\x21\xdc\x44\x44\x07\xf2\x30\x06\x86\x0e\x68\x00\x21\x80\x00\x08\xa0\x06\x18\x70\x9b\x78\xbf\xe8\x0f\x05\xf3\x95\x1f\xcc\x06\xdc\xcd\xa2\x10\x73\x53\xeb\x27\x3f\x1a\x3c\x47\x98\x76\xe9\x8c\x29\x6d\x4c\xca\x0b\xb0\xb1\x3d\xd5\x59\x96\x36\xe5\xdc\xa0\xc8\xc5\x98\x04\xc4\x00\x17\x50\xc0\x1a\x3d\x38\x01\x1b\x10\x06\xa4\x40\x1c\x60\xe2\xa9\xd1\xa9\x08\xc8\x2b\xf3\x98\x7c\x77\xb3\x8d\xf2\xc8\x49\xad\x6f\xfe\x52\xf7\xea\x6e\xb9\xb4\x9f\xa2\xd6\x23\x0b\x2e\x7c\xc2\x35\xdd\xe4\x50\x59\x55\xf0\x0d\xc3\x18\xc1\x20\x7c\x19\x10\x04\x2c\x00\x1b\x08\x03\x7a\x40\x03\x88\x60\x9c\x8e\x1d\x17\x9e\xd6\x81\x7f\x53\xe9\xdc\x04\xdb\x6d\x35\x82\x24\xbb\xa6\xae\xe5\xa7\xe2\xc5\xcb\x4d\xdd\x31\xdc\x96\xe2\xc2\xed\x04\x46\xdf\x0e\xeb\x47\xed\x78\x29\x05\x4e\x46\x0a\x67\xf4\x05\xd8\x14\x86\x02\xe0\xc2\x5c\x10\x14\x00\x07\x08\x00\x19\xec\x6d\x9a\x79\xfe\x24\xc5\x5c\x53\x2c\x37\xe3\x88\xba\xac\x91\xba\x5f\xd0\xef\x1f\xe8\x9f\xa7\xcf\x31\x75\x3f\xab\xfc\x91\xfe\x29\x4c\xc5\xa5\xda\xc4\x50\x19\x41\xf0\x9e\x61\x85\x60\x0b\x7c\x06\xd8\x40\x15\xa6\x25\x71\xc3\xba\x4d\x74\x80\x31\x56\x2f\x2d\xa7\x80\x99\x72\x95\x2e\x8b\x3b\x73\x34\x7d\xf2\x45\xc3\x16\x14\xfa\x85\xfe\xf8\xc3\xb3\x9d\x11\x86\x66\x85\x82\xb1\x78\x23\x5f\x75\x1b\x67\x1d\x02\x69\x04\x2e\x01\x8a\x74\x74\x59\x40\x09\x18\x00\x04\xe8\x00\x4c\x58\xa6\x86\x09\x90\xa0\x4e\x41\x5e\xb3\xdf\x4a\xa4\x6a\xed\xda\x46\xfb\x0b\x27\xe9\x94\x92\x40\xa1\xbf\xb6\xde\x5e\xee\x0e\x4e\x3f\xef\xc6\xa9\x42\x4a\x9f\x0e\xc7\x70\xd5\x30\x5d\x51\x59\x14\xbe\x61\x8a\x23\x8c\x82\x03\x00\x03\x60\x03\x69\xa0\x0a\xe7\x80\x00\x41\x2c\x43\xce\xc0\x62\xa0\x7a\xcd\x4b\x21\x9f\x69\x24\xe2\x7c\x11\x36\x91\x69\x56\x03\xdb\xfe\x70\x27\xfd\x7a\x76\xb5\x67\xd8\xbb\xa9\xbc\x30\x24\x7e\xdc\x5f\xcc\x4e\x5b\x5f\x4c\x4e\x93\x17\x8b\x6a\x1e\x63\x09\x89\x07\x15\x0d\xdd\x15\xb3\x0c\x7b\x1a\xd7\x05\x3f\x92\x10\x0d\x42\xc7\xea\x28\xd6\xaf\x91\x67\x39\xef\x23\x1a\x37\x55\x68\xdc\x82\xf9\xff\x4e\xf8\x51\xfe\x16\x7f\x4f\x62\x16\xd2\xed\x5d\x55\x96\xe9\x15\x89\xe5\xb1\x62\x91\xa0\xb1\x2e\xee\xc9\x76\x47\x42\x89\x8f\x46\xa4\x4a\xa2\x02\x89\x22\x5f\xa6\x3c\xa5\xa9\xa7\xb7\x65\xc2\x16\xf8\xa9\xe8\x63\x54\xe6\xac\x1b\x6a\x9e\x5e\x55\xf9\xb5\xfb\xaf\x5d\xe0\xb7\x75\xaf\x7f\x3e\x73\x1e\xd5\x69\xb9\x28\xfe\x92\xb4\x15\x4c\xef\xbc\x6b\x62\xaa\x6c\x2e\x64\x45\x1f\x4b\xf5\x40\x1b\xca\xa0\xc2\xd4\xc9\x4a\xcf\x2e\xcc\x85\xc1\xf3\x55\x00\x5e\xd6\x53\x17\xdb\x26\xd8\xb7\x30\x5e\xb0\x90\xb0\x99\x65\xc4\xeb\x2f\xd4\xa5\x7c\x9b\xb8\x5f\x32\x8f\xd0\xbb\x59\x77\x9d\x47\x13\x4f\xea\xaf\x64\x27\xa6\x5f\x22\x6f\xc8\x33\xc2\x51\xcd\x2d\xcb\x1b\xc2\xef\x23\x34\x2e\x3a\x23\xc1\x28\x15\x22\xc7\xa0\x99\x64\x81\xe0\xfe\x35\xc2\x27\xb3\xbe\x9a\xae\xfb\xcd\xec\xdf\x19\x8a\x3b\xd1\x93\xe8\x8d\xee\x89\x1f\x1d\x5f\x2b\xca\x32\x37\xa3\xd2\xbc\xa5\xad\xa0\x3a\xda\x52\xd7\x62\xa4\xe2\xa3\x52\x8c\x32\x6e\x0a\xb2\x4a\x5e\xaa\x67\x1a\xf7\x3a\xe7\x4f\x38\x9d\x3f\x05\x07\x27\xaf\x97\x94\xb4\x36\x8e\x91\xac\xad\xfc\xef\x84\x07\xfa\x2b\xa9\x97\x88\xcb\xe1\xc3\x25\xad\x8c\x65\x94\x69\x75\xe1\xf5\x1e\xd7\x96\xd1\xda\x4c\x2a\x54\x6a\xd7\x9a\xdf\x74\x36\x0c\x24\x8c\xc7\xcc\x0c\x2d\x2f\x6c\x47\x9d\xb8\xfc\xbf\xc7\xb3\xe6\xc3\xd5\x27\xf7\x67\x2c\xcc\xbd\x20\xfe\x07\x7c\xbf\x9c\x5c\xd0\xef\x5a\xcd\x3d\x0e\xa0\x37\xae\x97\x70\xa6\xdc\x85\xe1\x79\x60\x5b\x11\x98\xed\x5b\xfa\xda\x38\xdb\xfb\x38\x63\xb9\x1d\x7a\xed\xfb\xf5\x05\x6b\x47\x44\xc5\x31\x66\x9b\x54\xb5\x75\x55\x4e\x59\x6f\x3d\x39\xfb\x77\xa7\xe7\xd5\xed\xfe\xc9\x8b\x2d\xad\x99\xe0\xde\xac\xc6\x90\xa2\xd9\x94\xb1\x88\x0b\x5f\x49\xaf\x4e\x5f\xe1\x00\xa5\x60\xc5\xb0\x0f\x51\xbb\xf1\x9a\xc9\xf9\x19\xa5\xb9\x6b\x25\xb1\x35\xb9\xed\xd2\xa3\x76\xab\xb1\xaf\xb8\xaf\xff\xb3\xab\xf6\x81\xe3\x63\xee\xeb\xe3\xf5\xa9\xa9\xb5\xde\x9f\x4d\x51\xe5\x58\xd9\xf7\x09\x26\x71\x9b\x89\xac\x29\x4a\xe9\x96\xd9\x68\xf9\x74\xc5\x63\x15\xcc\xb5\x2d\x4d\xc7\x9d\xcb\x03\x75\x93\x0f\x4b\x9f\x9e\x9b\xbc\xd5\xfe\xf7\x9e\xde\xef\xec\xd7\x78\xe7\x1b\x87\x24\x3b\x92\xcf\x54\xe6\x63\x27\x7d\x86\x1f\xfa\x47\xbb\x87\x7a\xc6\x3b\xf2\xdb\xef\xdb\x24\x9b\x65\x1a\x05\x5b\xee\x06\xbe\xce\x22\xaf\x7f\x3c\x78\x7b\x99\x73\x67\xf3\xf8\xf2\x3f\x0c\xa4\xe4\x6e\xe9\x0d\xc9\x21\xd9\x96\xeb\x52\xf6\x94\xda\xd0\x4e\x8f\x7e\x5b\x75\x23\x4e\xf5\xb3\x0a\x87\x4a\x9b\x8a\xc8\x32\xe4\x22\xfb\x02\xdf\x5c\xe5\x62\xcf\xfa\x87\x6e\xf7\x71\xb7\xa5\x9b\xdd\xd1\x53\xac\x1b\xac\x87\x7f\xbc\x30\xe5\xb7\x5b\x27\xdf\xf7\x90\x97\xdd\x26\x35\x06\xd8\x3b\x12\x1b\x32\x2a\xab\x8b\xc6\x72\x8d\x32\x25\xd3\x2d\xd2\xdc\xd2\xce\x93\x45\x12\xed\x13\xe1\x63\x34\x93\xf4\xf2\x2a\xab\xf7\xdb\x69\x86\xd8\xe7\x71\xb6\x74\x8e\x29\xaf\x91\x1e\xfe\x72\xf4\xde\xce\x1f\x3b\x6d\x3e\xce\xb6\x0c\x7e\xee\xb0\xae\x9b\x2f\x43\xcd\x9d\x4e\x53\x89\x8f\x8d\x8a\x8e\xa8\x0e\x8d\x0a\x16\x09\x9a\x0a\x8a\x0a\xd4\xf6\x67\xf0\x65\x0b\x0c\x8b\x93\xcd\x9a\x2f\x4b\x68\xda\xed\x3b\x9d\x51\xdd\x24\x3a\x0a\xbd\x96\xfa\x9d\x01\x85\x7e\x01\x67\x0c\x5b\x7d\x53\x21\x3d\x05\x4d\xa0\xac\x3d\xa7\x37\xb9\x2e\x5a\x22\xd8\xd4\xc7\xc5\x23\xd1\x75\xd8\xe5\xca\x05\xd5\xf1\xd2\x51\xd6\x01\xc5\x76\xdb\x7a\xcb\xbe\xde\xe7\x67\xa4\x45\xea\x7d\x31\x49\x83\x54\x2f\xed\x74\xf2\xa6\xe9\x71\xd6\x2d\xef\x6f\xd1\x77\xec\x3b\x1c\x53\x7f\xba\x05\x6b\x43\x0b\xee\x52\xed\xa2\xfa\x03\x75\x3c\x4a\x1d\x16\xac\x18\xcc\xd3\x9f\x6c\x99\xd0\x1b\xfd\x31\xbc\x30\xf0\xd7\x0b\xd0\xe5\xd6\x2e\x36\x08\xb5\x61\xf3\x18\x08\x03\xc9\xcb\x85\x4f\xea\x33\x7b\x65\x67\x12\xb6\x8b\xce\xbc\xee\x16\x0f\xe7\x16\x4e\x7b\x82\x6b\x6e\x73\xdd\x13\x6a\x83\x53\x3d\x49\xed\x85\xcd\xcc\xf5\xd9\xb4\x33\xd5\xf5\xd5\x5c\x95\x03\x95\xaa\x14\x59\xe4\x0f\x65\x33\xa5\x2b\x64\xae\x14\xc8\x75\xea\x2d\x51\xdd\x62\x43\x42\x92\xaa\x0a\xbd\x1a\xda\xfb\x5f\x2c\xd0\xef\x57\xbf\xc5\xdb\x6c\x1b\xa1\x6a\x70\xc8\xa3\x8e\x5d\xf4\x97\x77\xca\x32\x17\xd6\x53\x53\x8d\x57\x40\x94\x8a\x16\x6f\x12\x51\x11\x66\x13\x62\x16\xe0\xe5\x73\xe4\x45\xe2\xa1\xe5\x61\xe1\x4f\x91\x89\xd5\x0a\x32\xf7\x71\x1d\x0b\x09\x48\x81\x2b\xa1\x6b\xf1\x1d\x91\x5a\x1d\x79\xbd\x3d\x3f\xdf\xbe\x50\x6c\x90\x48\xef\xdf\x6f\xef\x6d\x44\xab\x8e\x21\x13\x25\xf2\x91\x7f\x93\xdb\x91\x03\x99\x35\x8d\xc5\x8c\x91\x90\xc1\x88\x6e\x99\x96\x87\xe6\x90\x1a\x9f\x3e\x92\x97\x4d\xda\x45\xf3\xd2\xbc\xca\x9d\x3d\xdc\x26\x7d\xa6\x92\xb1\x8b\x7c\xea\xf7\x36\x64\xa4\xab\xde\x2e\x7b\x3b\x22\xdd\x75\xd8\xa4\x5e\xf9\xa5\x68\x2c\x37\x21\x8b\x2b\xfd\x3e\x75\x2c\x45\x26\x69\x02\x09\x3b\x61\x1d\x21\x0f\x1e\x37\x6e\x0e\x4e\x27\xce\x22\x21\x05\x9d\x2c\x2f\x9e\x0c\x9a\x76\x8e\x55\x97\xf7\x78\x4c\x57\x5e\x55\x7d\xc3\xc0\xb3\xa5\xca\x3e\xc3\x6a\xd2\xb4\xdb\xa0\x16\xbb\x25\x1d\x21\x49\x71\xf6\x79\xea\x49\x88\x1f\xe1\x15\xae\x31\x96\x36\xba\x06\x0a\x3e\x52\x07\xc2\x4b\xf8\x20\x38\x49\x30\x03\x34\x90\x04\x88\xe5\x99\xa8\x05\x1e\x15\x69\x8c\xac\x1c\x55\x83\x86\x53\x56\xcb\x94\x3a\x24\x17\xc5\x7b\x56\x2a\x29\x53\x7a\x02\x34\xad\xef\x34\x1a\x44\xc2\x18\xbb\x88\xaa\x30\xb4\x90\x45\xe0\x5e\x02\x2d\xc0\x06\x28\x00\x3f\x2c\x43\x41\x07\x20\xc0\x0e\xde\x08\x1f\x9e\x16\x8d\x77\x46\xe6\xb5\x6e\xb0\x6d\xac\x5f\x5f\xc2\x49\x91\x64\xb3\xe7\xe2\x97\x5e\xfd\xca\x3f\xa9\xfd\x81\xe1\xb6\x56\x5a\xbe\xe2\x6d\xac\xbb\x24\xbb\xc8\xba\xb0\xee\x4b\x7e\xc0\x08\xbb\xbb\xa3\x01\x05\x00\x81\x79\x11\xbc\xb0\x1a\xa8\xec\x38\x1d\xa4\xa4\xb5\x86\xac\x9f\xf8\xa1\x24\x74\x14\xc3\xb5\x8a\xaf\x04\x0f\xb8\xd5\x86\x64\x76\x86\x51\x3a\x2d\x18\x72\xca\x9d\xf1\xdc\x51\xdd\x60\x25\x03\x14\x80\x0f\x98\x01\x29\xa0\x05\xf8\x40\x16\x60\x03\x22\x40\x0c\xe8\xc1\x13\x34\x2e\xd2\x4a\x96\x48\x91\x15\x35\x33\x73\x1d\x4f\x85\xa8\xd6\x5c\xf7\xba\x5f\x1b\x52\xa3\x7d\xcd\x76\x05\xb6\x31\x81\x9e\x22\xe6\x64\xaa\x33\xc2\xb5\x4c\xd2\x84\x35\x08\x03\xb0\x16\x4e\x22\xa0\x0e\xf0\x81\x04\xec\xce\xc9\x04\xd4\x80\x06\x62\x09\x61\x17\xfd\x80\xa0\x9a\xd2\x80\x89\xa1\x1b\x7f\x04\x7d\xe6\x43\x4d\xd3\xde\xd9\x2c\xc2\x53\x9d\xb2\x1f\xc9\x6e\x01\xc6\xb6\xbf\x74\x66\xa4\xd5\x39\x05\xc8\xd3\xd0\x7b\x01\x03\x20\x81\x39\x0e\xc8\x00\x29\x2c\x8f\x42\x06\xb4\x80\x31\x08\xc4\x55\xa3\x49\xe2\xf9\xa1\x80\x65\xe8\xe5\xec\x18\x2a\x95\x3e\x58\xc9\x72\x24\xb2\x7a\x35\xf0\xbd\xf6\x6b\x96\x53\xb8\xb9\x4b\x81\x09\xa7\xe2\x92\x00\x84\xee\x23\xde\x23\x9c\x2d\xc0\x85\x69\x07\xbc\x00\x17\x10\x03\x49\x40\x03\xc4\x00\x16\x30\xc1\x42\xa5\x2c\xe3\x4a\x90\x85\xd7\x1d\x72\x90\x0e\x5a\x4a\xfe\x55\x76\xfc\xd6\x70\xeb\x60\xbc\xb9\xe5\x55\xe1\x4c\xbc\x82\xaf\xa8\x55\x9e\xa6\x93\xf8\x01\xdb\x10\x64\x10\x75\x14\x90\x01\x1e\x00\x01\xac\x80\x12\x50\x00\x4a\x20\x04\xa8\x00\x0b\x20\x44\xaf\x22\x97\xe4\x94\x90\x7e\xad\x8b\x61\x8f\x14\xf8\x3a\xf9\xb0\x6c\xe5\xba\xee\x80\x6c\xae\xb9\x5b\xb0\x52\x2f\xad\x31\x24\xc1\x71\xdb\x30\x5e\xc1\x91\x6f\x85\x36\x11\xb7\x15\x60\x02\x32\xc0\x06\x9b\x4b\xd1\xc3\x7a\xc1\x74\x00\x11\x20\x41\xfd\x4a\x66\xc6\x21\x25\x35\xac\xe3\x61\xbb\x18\x40\x94\xf4\xbc\xcc\xfb\x6b\xdc\xb1\xe0\xea\xd5\x50\x4a\x43\x5d\xee\x69\xf4\x8d\x67\xb7\x85\xaa\xba\xb3\x98\x07\xab\x23\xa9\x3f\x8a\x17\x20\x03\x22\x80\x05\x90\x02\x7a\x98\x23\x44\x08\xf0\x02\x0e\x14\x7b\x52\x36\xb6\x3a\x49\x35\xed\x60\xdb\x5f\x81\x5c\x49\x0e\xa5\xde\xbf\xaa\xdf\x4c\xed\x34\x4f\xa9\xb4\x4f\x96\x6a\x27\x07\x07\x89\x3b\xe8\x18\xe8\xc8\x3d\xe7\x73\xa7\xd5\xc4\x39\x07\x02\x80\x17\x36\x01\x12\x02\xc6\x80\x1c\xf0\x02\x3c\xa0\x82\xcc\x40\xfa\x82\x3d\x53\x4a\x4f\x27\xc6\xf6\x4d\xa0\x55\xf2\x59\x59\x2f\x14\x7a\xe3\x75\x38\xb4\xa4\xd4\x9f\x5e\x1b\x9c\x13\x1f\x85\xe4\xa9\x6c\xfe\x59\xfd\x58\xec\x91\xf5\x84\x34\x14\xd9\x1b\xf0\x02\x4a\x00\x01\x32\xe0\x09\xa0\x87\xf5\xed\x0b\xc3\xbf\x26\xd0\x63\x50\x13\xcc\x52\xc9\x7d\x62\xe9\xbe\x1a\x7d\x9b\xbb\x07\x85\xde\x77\x9e\x7b\x6e\x8e\x8e\xef\xb4\x09\x94\x9c\x26\xd3\x06\xd6\x39\x32\x18\x3a\x2a\x14\xf2\x6b\xd1\xb9\xe2\x92\x03\x22\xa0\x06\xd8\x40\x29\xac\x9f\x85\x12\xce\x0a\xfe\x0a\x61\x9d\x08\x9d\xd9\x56\xf4\x85\x46\xac\x55\xac\x2f\x5f\x02\x5b\xd1\x0c\x14\xfa\x27\xee\x6a\xf4\x05\xdf\xc2\x74\x9f\x64\x6d\x41\x8e\x47\xb4\xb1\x17\xb1\xe5\x3b\x2d\x33\xc9\x3c\xf6\x0b\x32\x12\x14\x7c\xb8\x71\x44\x79\xe4\x07\x34\x36\x0c\x08\xe6\x17\xec\x52\x5c\x45\xfc\x3e\x6a\x0f\x9e\x7d\xb9\x49\x83\x47\xa7\xc8\x50\xa6\xf4\xed\xaa\x72\x18\xde\x45\x9f\x56\x6f\xac\x8e\x97\xb6\x73\x94\xda\xa7\x5c\x04\x1f\x3b\xdb\x1b\xf7\x2b\x97\x0a\xd5\x32\x3c\xe2\x07\x62\x8b\xe3\x79\x13\x62\x10\xcd\x91\x22\x91\x15\x51\xd4\x51\x95\xd3\x14\xb1\x0b\x8b\xe7\x6a\x6c\x5a\x86\x79\xe7\xc6\x9e\x17\x3c\x69\x82\x4d\x1f\x7e\x9b\x5e\xbd\x7b\xf1\x6d\x11\xad\xbf\xa9\x7e\x2c\xef\x2a\x6e\xc0\x77\xc1\x0e\x5d\xcf\x4e\xb6\x80\x27\x90\x72\x9e\xfc\x8e\xca\x8c\xc6\x9f\x6e\x94\xd1\x98\x39\x98\x75\x83\x73\x90\xbb\x4f\x78\x4a\x99\xc9\xb8\xda\x79\x38\xd4\x34\x5d\xb5\xd2\xf3\xe9\xf0\x5f\xa8\xfb\xfb\x8c\x7b\xd3\x6d\x92\xb3\x73\xbf\x12\x35\x53\x28\xa2\xc5\x13\x62\xfe\x5e\xf3\x4c\xe2\x19\x9b\x03\xcb\x33\xf6\x42\x4e\x75\x1e\x1e\xbe\x2c\x41\x67\x11\x69\x31\x5b\xa9\x52\x85\x45\x7d\x55\x3b\x3a\xbf\xbe\xf8\xe1\x42\xa5\x66\xe2\x11\xfa\xff\x3b\xe1\xd1\xf5\xc3\xc0\x21\xf3\xb2\xe9\x90\x53\x73\x52\x31\x6f\x72\x7e\x08\x9f\x8b\x8e\x49\x99\x2a\xb9\x88\xb4\xe0\xb9\x28\xba\x38\xbc\xe4\xb0\x74\xad\x3c\xae\x62\x9a\xca\xa0\x66\xba\x6e\x8d\xd5\x5b\x2f\x48\x14\x61\x56\x4b\xf5\x42\x8f\xf8\xec\xdf\xdb\x55\xbf\xc5\x5d\x52\xef\x14\xce\x06\xf7\x91\xd5\x95\xe5\x5f\xc7\x8b\x06\x60\x3b\x22\x1a\x91\x29\x6e\xca\x73\x2b\x61\x29\xbf\x50\xed\xd1\xf4\xd3\xc5\xd3\x37\x36\x26\x34\xfd\x65\x39\xe0\xae\x1e\xe6\x9e\xfa\xae\x0c\xbb\xad\x77\xec\x60\xfd\x5f\xdb\x4d\x6e\x0e\x8e\xde\xaf\xd7\x4c\x5c\x76\xde\x55\x0d\xe6\x60\xc4\xf2\xf9\x63\xd9\x9d\x1b\x8a\xea\xd8\xea\x7b\x1a\xda\x1b\x23\x98\x45\x58\x76\xd9\xc8\xdb\xcf\xba\x8c\x78\xf2\x04\xbf\x4b\xaa\x2c\x5c\x6f\x9c\x18\xc4\x5c\x7c\xfe\xe2\xfc\x9f\x13\x7e\x2a\xbf\x3b\x3e\x08\x5f\xfe\x34\xd2\xd2\xce\x5a\x31\x91\xb5\x1e\xa3\xef\xab\x67\x4f\x6f\xd9\x60\x7d\x6c\x97\xea\xd8\xed\xb2\xe5\xd1\xe3\x23\x16\xc0\x1c\xbc\x10\xa1\x9e\x70\x9e\x8f\x53\x3b\xd6\x23\x3d\x63\xb1\x43\x71\x7e\xf1\x6f\x00\xff\x86\x70\xc9\xb9\x9f\xbc\xf8\x66\xd8\xba\x75\xbd\x42\x3b\x1b\x12\x8b\xeb\x0f\x7c\x5a\xfc\x51\x83\xb0\x43\x11\x23\x32\x62\xfc\x12\xdc\x52\x4c\x33\x2e\x72\x43\x8a\x11\xab\x57\x3b\xdf\x4e\x88\xac\x5d\x1c\xd9\xdd\x3c\xfc\x87\x03\x40\xef\x9c\xcf\x5c\x76\x4b\x16\x56\x87\x71\xda\xb6\x2b\x0d\x72\x68\x12\xa9\x13\x2c\x93\xfa\x53\x67\x33\x06\x73\xf4\x0b\xf4\x4a\x92\x2a\x5e\xd7\xce\x37\x55\x75\xcc\xf4\x35\x8c\x9d\xac\x04\x1c\x8c\xbe\xdf\xfc\xf5\xaf\x5e\x8f\xef\x73\xd7\x7d\x17\x21\x87\x93\xbb\x60\x8d\x64\xc1\x6a\xca\x62\xe2\xe7\xd8\xda\xc8\xd1\xe8\xed\xb0\xc6\xc0\xfb\x41\xde\xbe\x3f\x7d\x25\x5d\x27\x43\x1b\xf3\x3a\x9b\xe5\x87\x11\x6f\xb1\x3f\x7f\xf9\xf3\xf3\x3f\x2f\xae\xf1\x59\xe1\x8d\xfe\xe1\xc2\x36\xfd\xb2\xe1\x34\xf5\xf0\x40\x2f\x75\x47\x53\x1b\x4e\xab\x5e\x8b\x62\xf3\x56\xa3\x74\x23\x53\x7d\x5f\x9d\x5c\x55\x4c\x55\x46\xe3\x6e\x6f\xe2\x24\xd7\x8a\xd3\x3e\xd1\x99\xf2\x6d\xc4\x3f\x79\x9a\x3f\x7d\xb7\xa2\xa7\x25\x7b\x04\x2b\x0c\x53\xf8\x83\xa0\xb3\xa4\x31\xa5\xaa\xab\xbc\xb8\x74\xa5\xf8\x67\xe1\x69\xc1\xeb\x42\xe6\x02\xc4\x5c\xb7\xec\xc7\xac\xa1\x8c\xbe\x42\xe5\x5a\xde\x8e\x95\xe1\x27\xf3\x77\xdb\x97\xc7\x4d\xd7\x9c\x0f\x7f\xe9\x38\xb7\x6a\x27\xa8\x5b\x2d\x73\xd6\x43\x6e\x9d\x42\xf5\x3d\xe5\xa8\xf9\x04\x99\x29\xa9\x95\xa9\xcc\x49\xb8\xf1\x69\xf1\x5e\xf1\x3f\x62\x93\x63\x16\x62\x0a\x23\x71\xc3\x84\xe3\x5f\xe7\x70\x56\x8c\xb6\x60\xf7\x0f\xce\x7c\xdc\x94\x3f\x92\xff\xd8\xf1\xb0\x08\x85\x7e\xc9\x3f\x35\xdc\x38\x98\xb6\xec\x0d\x68\x9a\x28\xb7\xc9\xed\x4a\x99\x88\x19\x09\x87\x0f\x0d\x0a\x9c\x0d\x88\xf0\xb3\xf1\x87\xf8\x96\xfb\x38\x78\x1c\x78\x7e\x70\x0f\x75\xfd\xe4\x6f\x1f\xcd\x92\x9e\x5b\x42\xde\xc8\xd2\xeb\x31\xad\xb1\xf1\xea\xe8\xfd\x0d\xe7\x03\xf3\x25\xf3\xb6\xe8\x74\x67\xf7\xd7\x3a\xb5\x82\x3f\xa9\xc7\xd1\x5b\x41\x5f\x7d\x32\xdd\xa5\x5d\x04\x1c\xe5\x1c\xba\x6c\xf3\xac\x3b\xac\x2b\xac\x5a\x2d\x67\x2c\x57\x2d\x13\xcd\xd3\xed\xac\xbd\x0a\xc3\xf9\x53\xf4\x0b\xc7\xea\x8d\x7b\xa6\xa7\xaf\xb6\xd4\x4f\x29\x6e\x20\x07\x79\x73\x56\xbd\x6c\xb5\xc3\x79\xea\x09\x12\x21\xb5\x5e\xc8\x8e\x01\x36\xdc\x66\x69\x26\xcd\x46\x7e\x06\x1b\x7a\xae\x3a\x18\xda\x5b\xda\x4b\x9a\xdb\x1a\x79\xea\xbc\x1a\x01\x7a\x17\x56\x61\xee\xca\x21\xf3\x49\x8e\x05\x8b\xf5\xf7\x7d\x35\x73\x52\xbb\x1f\x2f\xec\xd6\x5c\x07\xe1\xea\xf8\xf3\x9c\x63\x2d\xfd\xb7\x9d\x57\x2c\x1a\x0c\x4a\x75\x32\x34\x9a\x55\x0e\x15\x63\xe5\xfe\xc8\x1c\xca\x50\xca\xe0\x4b\xbc\x96\x70\x17\xab\x10\xcb\x12\x4d\x96\x4b\xd4\xbe\x37\xbf\x76\x4d\x08\x5e\x4e\x9a\x2f\x32\x6e\xea\x1b\x8a\x58\x76\x3e\xb8\x9f\xd1\x6a\x1b\x2f\xa1\x4a\x42\x0d\x18\x73\xa8\x31\x81\x68\xbc\x52\x1c\x96\xd9\x15\xdf\x14\x29\x16\x64\xe0\xff\xca\xcb\xc0\x9d\xcb\x15\xc0\xf1\x81\xed\x1b\xbb\x07\x6b\x3d\xcb\x77\xbe\x52\x19\x6a\xcd\x14\xb3\x1d\xd7\xc1\x50\x97\x34\xfe\xb2\xc9\xf6\xa7\x13\x16\x1b\x12\x43\x6b\x0d\x54\x39\x8d\x91\xd1\x6e\x2f\x4c\x7f\xab\x66\x4a\x7a\x0a\x2d\xf0\x94\x70\x68\xb1\x10\x32\x26\xd2\x7d\xa4\xc9\xa7\x7e\x42\x89\x4c\xe9\x41\xde\x4f\x06\x85\x70\x40\x24\xe8\x89\x79\xf2\xa5\xae\x35\x4f\x2c\xd6\x3c\x79\x23\x73\xb3\xc9\x6b\x1c\x7a\xb2\x96\x85\xfb\xa0\xd5\x2f\xd2\x73\x82\x5b\xec\x1f\x74\xb7\x64\x38\xf9\x74\x99\xed\x69\xf7\x28\x99\x48\x1f\x89\x6d\x08\x3e\xe0\xb5\xe2\xec\x63\x0f\x61\x86\x60\x2a\x63\x64\xa3\x37\xa2\xef\x11\x34\xd0\x31\xf0\x9a\xc9\xca\xea\x0e\xda\xda\xf9\x85\x25\x98\x16\x95\x35\x8f\x2c\xee\xf7\x06\x56\x1e\xa7\x66\x07\xea\xd9\x72\x68\x23\x4a\xec\x72\x18\x53\xbc\x20\xc8\xc4\xae\x41\xf7\x47\xfe\x84\xc8\x02\x97\x0c\xd8\x80\x12\x30\x05\x4c\x80\x01\x60\x00\x29\x34\x2c\xd2\x68\x16\x7e\x11\x01\xe5\x60\xd3\x0c\xd7\xcd\xf0\xa9\x0c\xc7\x6a\x9c\x25\xd5\xde\x3f\x55\x93\x69\xb9\x41\x51\xf6\x62\xba\x35\x32\x36\x5c\x8c\x14\x42\xe8\x57\x40\x08\x90\x00\x6c\x40\x01\x24\x61\xf3\x0b\x5d\x80\x0b\xf3\x51\x2a\x22\xdd\x13\xa5\x32\x9a\x08\xcc\x2b\x04\x1b\x61\x39\x5d\x05\x3b\xa4\x0a\x97\x3d\x5d\xc5\x19\x24\xa8\x13\xca\x4a\x08\x27\x73\xb5\x36\x19\x54\xea\x16\x24\xa5\x87\xc7\xc7\x00\xef\x00\x3f\x60\x07\x8c\x30\xad\x9c\x08\xb0\x02\x49\x20\x05\x88\x00\x3b\x9c\x0a\x1e\x3c\xcd\x4b\x5e\x22\x39\x31\x7d\x07\x07\xdc\x20\xe7\x94\xba\x0a\xd9\x8d\x9d\x31\x93\x16\xb2\x42\xb5\xf8\x3d\x5f\x6f\x2b\x07\xcd\x66\x09\x66\xb6\x29\x08\x0f\xaa\x00\x6c\x7a\xc3\x0f\x98\x01\x27\x60\x05\x4c\x30\xff\x00\x21\x30\x03\x3a\x98\xfd\x14\x1e\x1c\xd3\x52\x78\x3a\x6a\xb6\x17\x7e\x4b\x89\xda\x45\x52\xfb\xbe\xb3\xd5\xdd\x72\x95\x61\x69\xe7\x21\xd8\x4e\x62\x06\x17\xf2\xd3\xbc\x49\x34\x5c\x38\xff\x0f\xe5\x88\x60\xc9\x4d\x34\x80\x0c\x18\x01\x3d\xf0\x85\xe1\x77\x04\xea\x18\xe9\x22\xab\x97\xd8\xb4\x06\x86\x15\xb2\x77\x4b\x1c\x6e\x41\xe0\xd1\xcc\xb3\xf4\x61\xd7\x46\x92\x3c\xcf\x68\x1c\x8f\x6b\x73\x3f\x35\x5a\x91\x43\xe6\x59\xe2\x05\x64\x6c\x58\x87\xc5\xff\x4d\x1e\xc4\x61\x13\x00\x6a\xc0\x0c\x44\x10\x8f\x88\x46\x99\x52\x85\x5b\x54\x06\xcd\xf5\x3c\xb1\x63\x6c\x72\x4f\xde\x51\xec\xe6\x4f\x3d\xef\xd0\x2d\x8d\x4f\xe6\x0f\x30\xb7\x73\xd4\x2d\x92\xe9\xe4\x56\xa1\xe2\xc6\xea\x07\x14\x80\x06\x50\x01\x22\x40\x04\xeb\x04\x11\x03\xc4\xc0\x06\xf0\xc2\x9f\x11\xfc\x60\xe8\x11\xd6\x53\x71\x37\xf3\xf3\x34\x8f\xf6\xcc\x8d\xb9\xb5\x3b\x2c\x59\x0c\xed\xf3\xac\x35\xcd\x32\x0b\x87\xba\xb1\x99\xee\xa9\x48\x09\xbd\x60\x52\x23\x12\x42\xb4\x84\x25\x61\xb9\x00\x3d\x6c\xfe\x41\x0d\x70\x00\x3f\xe0\x01\xab\xf8\x10\x7a\x0d\xc1\x20\xe5\xad\x27\xc7\xee\x55\xd1\xc8\x79\x35\xf7\xb7\xa7\xd0\xf5\x86\xd1\xa1\xe6\xf7\x85\x5b\xf1\x87\x7e\x42\x36\x35\x3a\x54\xd2\xa6\x5c\x6e\x94\xe9\x98\xe1\x80\x17\x10\xc2\xdc\xcd\xb8\x80\x00\x96\x11\xe6\x03\xda\x20\x00\x8f\x8c\x2e\x92\x7f\x4e\xa9\xfb\x89\xad\x7b\x4b\x94\x78\x2e\xe2\xef\xad\x2b\xa5\xfd\x9a\x39\xac\x6e\xa6\xca\xf8\xf4\xfe\xb0\x66\x97\x63\x93\x31\xe5\x1e\x61\x06\x26\x54\x22\x6c\x04\x02\x60\x04\x24\x00\x05\xe0\x03\x74\x40\x06\xe8\x01\x66\x80\x0d\x7c\xb0\xe6\x29\x6f\xb9\x1e\x64\x99\xf5\x59\x9c\xf0\x83\x07\xd3\x2a\xa1\xd0\x3b\xbd\xa3\x86\xd5\xd5\xe1\x67\x4d\x55\x05\x95\x71\x33\xbe\x9b\x36\x96\x3a\xf7\xd2\xf5\x5c\x17\x94\x3f\x31\x2d\x61\x5a\x18\x07\xa0\x07\x66\xb0\x6f\x94\x04\x28\x00\x39\x0c\x23\xca\x39\x1e\x62\xb9\x3a\x43\x2f\x67\x91\x30\xe4\x8c\x2e\x28\xf4\x67\xf1\x9b\xee\x1d\xf5\xe9\xfa\xae\xcd\xca\xa8\xf4\xe4\xb0\x28\xd7\xdf\x4f\x9c\x54\x0f\x45\x74\x98\x75\x89\x7a\xe1\xa7\x81\x0c\xd0\x80\xdf\x46\xa2\x41\x91\x42\x5d\x44\x1f\xc5\x34\xc5\xe6\x24\xea\x65\xfa\x24\xf2\x51\x5d\xd6\xa2\xdf\xdb\x25\xf6\xb1\x00\xe6\x9f\xbc\x11\x7e\x35\xb2\xa2\x3b\x34\xd8\x94\x5e\x70\x91\xa0\xef\x6f\x6c\x17\xac\x6f\x2c\xf7\x81\xd7\x9a\xba\x17\xcb\x15\xbd\x11\x4b\x1c\xe7\x0c\xff\x90\x30\x8b\x38\x9b\x34\x89\x3c\x82\xc2\x93\x76\x9a\x77\x49\xee\xd8\xa0\xce\x71\x2d\x84\x3a\x6d\xa2\x12\xd6\xbf\xf4\xdd\xea\x12\x77\x67\x79\xfa\xf7\xd3\xdd\x2a\xf8\xcc\xf0\xc8\x6c\x8f\x4b\xf3\x55\x8d\x22\x09\x0d\xb6\x5a\xd2\x4a\x92\x16\x32\x7c\x4a\x11\xea\x79\xda\x71\xfa\x69\x26\x49\x96\x19\x36\x3b\xae\x48\x49\x0d\xcd\x75\xcb\x73\xef\xa8\xd8\xc8\xfc\x89\x26\x8c\xbf\x50\x37\xe3\x95\xf7\xea\xfa\x48\x4d\x8b\x69\xf1\x5c\x72\x63\x90\xa5\x33\xa5\x09\xb6\xb2\x96\x10\x3f\xc3\x47\x06\x79\x66\x2d\xd6\x7d\x0e\x5e\xee\x4a\xde\x31\x01\x26\xa1\x6e\x91\x9f\x12\x5f\x55\xe3\x4d\x0d\x5c\xd6\x43\x5f\xa6\xbb\x55\xaa\x3c\xfd\x2b\x09\xfb\xc3\xe9\x4d\xdd\xee\xf5\x1c\x43\xaf\x71\xad\x55\x1e\x63\xec\xb8\x1f\xbf\x1d\xb6\xde\xa1\x1c\x2d\x1f\x0e\xef\x81\xc0\x86\xb0\x85\x68\xa7\x04\xbf\xb4\x8a\xac\xab\x82\x83\xf2\x33\x75\x7c\x23\x71\x07\xaf\x00\xa9\x84\xf1\xc2\xb3\x66\xab\xff\x31\x10\x28\xf4\x76\xe3\x98\x77\x7d\x63\x82\xa9\x93\xbe\x22\x20\x33\x2a\xe2\xc6\xb3\xc2\xaa\x40\xeb\x46\xa6\x59\x3a\x4a\x8e\x5b\xe1\xb3\x32\x9c\x1a\xbe\x46\x90\xb6\xa6\x1e\x8b\xd1\xc9\x93\x1b\x3b\x06\x9f\xf1\x18\xf2\x1c\xea\x9a\xfd\x9e\x8b\x39\xe3\xbf\xb1\xbf\xf6\xbd\xe0\x8b\xc0\x45\xbf\xa1\x83\x16\xb5\x52\xf6\x54\xb3\xd0\x18\xb7\x1d\xb3\xaf\x5a\x01\x1a\xf3\xda\x71\xba\x4d\x06\xe6\xc6\xc6\x4f\x06\x2d\xa2\xac\x87\xec\xe1\x9c\xa9\xbd\x79\x22\xc3\x32\xec\xcb\x2f\x3b\xd8\xc7\x9f\xad\x5f\xff\x03\x9d\x5f\xa6\xcf\x09\x76\x5c\x66\x87\xfa\x3a\x1b\x7e\x15\xf1\x26\x15\x87\xb8\xb9\xb8\x58\xb0\x99\xc9\x99\x6b\x5a\xba\xd9\xe4\xd8\x9b\x39\x43\xdc\x74\x3c\xeb\x7c\xce\x02\x7e\x45\xc8\xa5\x11\x97\x7c\x68\x81\x1b\xba\x5c\x16\x39\xf8\xd7\x09\x7f\x92\x6f\x74\x8f\xd9\x36\x58\x27\x7b\x9f\xba\xd5\x4e\x15\xb0\x24\x31\x06\x6d\xb8\x4d\x38\x1d\xbb\x76\xb8\x93\x79\xbe\xf1\x15\x08\xc8\x08\xae\x0e\x4f\x8f\x26\x8a\x67\x4a\xe5\x28\x26\x6c\xe4\xea\xa7\x9e\x7b\xb3\xfb\xf2\xf2\x3f\xdb\x59\x7e\x1e\x5e\xc9\x1c\x9a\x3f\x5b\x9b\xc0\x7f\x9a\x5d\xcb\x51\xb0\x96\xe8\x12\xe6\x13\x90\x1f\xb4\x1b\x8a\x12\x5e\x10\x95\x16\x57\x98\xf8\x98\x46\x91\x99\x9f\x67\x55\xd4\xd4\x40\xd0\xb3\x3c\xad\xba\x59\x73\xd2\xfe\xe9\xe3\x7f\x19\xc8\xbd\xc9\xbb\xf0\x83\x9e\x67\xb8\xe3\x96\x4f\x6b\x6b\x57\x0a\x3b\x53\xd1\x93\x6c\x52\x7a\xd3\x87\xb3\x6a\xf3\x20\x85\xdf\xca\x28\x2b\x3f\xd5\x05\x37\x2b\xb6\xcf\xf6\x1a\x4f\x46\xae\x6d\xbc\x6a\xff\xa8\xf5\xdb\xf9\x9f\xa7\x7f\x54\xdd\x94\x5f\xba\xbe\xda\xda\x53\xdb\x78\xb2\xaa\xb1\xb4\xbf\x04\xb7\xe0\x34\x73\x35\xb7\x34\xb3\x36\x2b\x3c\x25\x32\x49\x3c\x3e\x3f\x12\x3d\xb6\xb0\xc8\xbe\x3d\xf8\x5a\xef\x9d\xe9\x57\xfb\xff\xbe\x36\x94\xfe\xb3\xeb\x5b\xf1\x57\x63\x3b\xac\x2b\x6e\x33\xca\x23\xb7\xc3\xab\x03\xce\x7d\x2d\xfd\xa6\x3d\xdf\x7b\x05\xba\xcb\xbb\x4f\x9f\x22\x76\xf8\xb4\x1e\xb4\xe8\xb6\xb4\xf5\x97\x4f\xa3\x3c\x33\x7e\xfe\xee\x82\xef\x93\xc2\x23\xe6\xff\x1e\x7f\x6c\xbb\xd5\x3f\xbd\xd9\x6b\x59\xf9\x36\xcd\x3e\xc4\xd9\xd5\xdb\x3a\xd2\x8c\xd5\x20\xd6\xe0\x52\xfb\xa5\xd6\xa7\xda\xb8\x4a\xb3\x0a\xb3\x42\xa2\x74\xa7\xdc\xab\x84\xa4\x5c\xa6\x3e\xa0\x6b\x7b\x34\x6b\xe1\x61\x67\xee\x44\xf7\x3a\xe3\x41\xe9\xaf\xff\xa6\xeb\xa3\xcb\x2d\x84\x79\xad\xe1\x84\x2e\x97\x06\x68\x15\x6a\xe9\xd3\x22\xfa\x02\xba\x3c\xc5\x9c\xf6\xcc\xae\x6c\x48\x46\x47\x86\x44\x1a\x49\xea\x97\x54\x84\xd4\xd2\xa4\xaf\x79\xed\x95\x53\xad\x2f\x07\xbe\xcc\x36\x6e\xd6\x1d\x19\x7f\xcc\x7d\xd0\x80\x42\xef\xd4\x8f\xfb\x37\x9a\xa6\xf1\x7b\x1b\x9a\xb1\x2b\x3a\xf3\x95\x32\x1d\x52\x5f\x24\x2c\xc4\x09\xc5\x70\x45\xda\x44\xde\x46\x4e\x84\x97\x86\xab\x87\xba\x04\x7d\x09\xf2\x0f\x76\x0a\x2a\x8b\x75\xcf\xc4\x2f\x4d\x6e\x22\xee\xdd\x9e\x76\xde\xa8\x38\x52\xbb\xf6\xf8\x11\x77\xa1\xb8\xc3\x36\xa5\xdf\x4d\x5e\x87\x5d\xa4\x91\x4e\x13\xa7\x18\xf9\x10\x8a\x10\x20\xe4\x1b\xe9\xe5\xe1\x45\xe9\x59\xe9\x96\xe4\x36\xec\x9a\xe4\x94\xeb\x74\xeb\xa4\xef\xc8\xe8\x70\xed\xf3\x3a\x22\x3c\xd5\xa9\x08\xbb\x3e\xae\xa7\x7c\x5a\x66\x33\xef\x44\xe2\xe3\xfe\x73\xcc\x79\x93\x6e\xb3\x9a\xd0\xdc\xa9\xc4\xb6\x30\x49\xdf\x65\xcf\x7c\xe7\x0c\x07\x6a\x9b\x72\xcb\x37\x16\x6f\xcd\x7f\x9a\x69\x99\x62\x9a\x4c\x9b\x94\x18\x09\x1a\x74\x18\x12\x19\x56\xda\xf0\x78\xe2\x84\xda\x25\x55\x17\x64\xd5\xd3\xf6\x26\xce\xba\xee\x94\x9e\x0a\xae\x68\x0c\x1a\xd4\xdd\xe7\x09\xc7\x25\x05\x44\xba\x91\xd8\xd5\x58\x48\x9a\x7c\x32\xa4\xd5\xfd\xa6\x55\xac\x89\xae\x4e\xa8\xda\xaf\xf2\xa0\x6c\xab\xb8\xa5\x90\xa0\x68\xa3\xe0\xa5\x70\xa6\xab\x68\x31\xe1\xba\x1c\x5c\x98\x84\x5d\x18\xd5\xc8\x35\x20\xb4\x68\xb2\x5f\x32\xd9\xdf\xbe\x51\xaa\x93\x6c\x1f\xa4\xe6\x14\x6c\xf6\x44\xef\x46\xd3\x5f\xe5\x58\xbe\x58\xa6\x43\xca\x5c\x22\x55\xec\x99\x58\xb8\xf0\x73\x61\x1a\xc1\x09\x81\x20\xfe\x3a\xfe\x0f\x82\x1d\xb2\x8e\x9a\x8f\x66\xb5\xae\x74\x21\x62\xc9\xbf\x4b\x9e\xb6\xe2\x8c\x46\xac\xa5\x0d\x3f\x6b\x14\xcb\x7d\x1f\xf5\xc5\xc3\xcf\xfc\x52\x87\x4e\x41\x5b\x72\x41\xd4\x54\xe0\x03\xaf\x2d\x17\x32\x87\x36\xeb\x0b\xd6\x32\x16\x3a\xa6\x01\x26\x03\xc6\x15\x06\x40\x2f\xce\x18\xc0\xeb\x2a\xd5\xa7\x89\x6f\x6e\xe1\xce\x1c\x4e\x9c\xde\x58\xc9\xd7\x15\xbe\x42\x3b\x80\x50\xf3\x98\x71\x1c\xaa\xe6\xb8\x65\x44\xa7\xb4\x2e\xaa\xcd\xc3\xc4\x9a\xc9\x68\x48\x0b\x4f\x75\x44\x89\x49\x8e\x04\x91\x27\xb9\x21\x61\x27\xba\x22\x3a\x21\x64\x20\xac\x26\xe2\xa6\xdd\xe5\xa1\x97\xd6\xd5\xfa\x64\x85\xe3\x5d\x16\xe3\x91\xe7\x57\xdf\xb8\x34\xdd\x27\x59\x8d\x9c\x76\x1e\x8c\xe3\x68\x66\x10\x2a\xef\xcd\x67\xc2\xb0\x46\xee\x4e\x8c\x88\xdf\x8c\x7d\x83\xf9\x1d\x7d\x15\x2d\x00\x35\x18\x05\x82\xbc\x80\xf4\x06\xe9\x0c\xc9\x11\x49\x89\xc0\x84\x6e\x8c\x6f\x58\x1e\x47\x3f\xd8\x81\x35\xf0\x30\x15\x94\xb1\x2c\x0b\xf4\x23\x54\x5f\x66\x60\x86\xb4\x38\x17\x18\xa9\x2b\xb4\xf2\xfd\xa2\xd3\xc2\x3b\x47\x25\x41\x64\x04\x9f\x00\x26\x4c\xb9\xa7\x84\x39\x49\xb8\x00\x07\x50\x02\x92\x98\xe7\x14\x26\xec\x3b\xe2\x95\x1a\x44\x96\x36\x5e\xcf\xa3\x3f\xe4\x9e\xac\x7e\x1f\x22\xac\x37\xca\x31\x88\xa6\xf1\x44\x30\x2f\x54\x4b\x10\x15\x64\x7e\x46\x1c\x8e\x14\x05\xc3\x7e\x4d\x98\xfb\x92\x04\xe0\x03\x05\x60\x08\xd3\x52\x44\xd0\x5a\x21\x95\xac\x1f\x44\x22\x55\x85\x9f\xbc\x71\x7f\x15\xf1\x23\xeb\xe3\x66\xff\xb8\x6e\x6b\x5d\x89\x42\xd2\x52\xa0\x84\xdd\x6b\xdd\x70\x19\x51\x6e\x32\xca\x62\xcc\x7c\xd8\x8d\x1d\x07\xd6\xa6\x45\x09\x50\x60\x8e\x5a\x4a\x80\x0a\x68\x90\x28\x08\x33\x18\xee\x04\x2b\x95\x1e\x4c\x7a\xdc\x64\x23\x09\xb3\x51\x9f\x6b\xce\x7d\xed\x55\xaf\x85\x64\x11\x84\x17\xb8\xd1\x9b\x92\x2b\xe7\x08\x09\x31\x52\x11\xb2\x20\xb8\x02\x12\x80\x05\x53\x81\xd0\x01\x3f\x6c\x86\x40\x09\xe8\x80\x19\x78\x87\x27\x4a\xb3\xcc\xfb\x4d\x7e\xcc\xf0\x93\xb3\x72\xc8\xef\x0c\xe4\xe3\xd6\xf5\xa0\xb1\x86\x56\x8c\xc2\x9c\x78\x44\xdf\x08\x6b\x4d\xad\x2c\x49\x47\x0e\x26\xf2\x70\x0c\x62\x98\x17\x98\x08\xf0\xc1\x7a\x41\xb0\x80\x10\x2c\xe3\xa3\x0b\xf0\xb0\xce\xa8\xd2\xb8\xc7\x64\xbe\xe8\x33\x3b\x54\x07\xa9\xa6\xdc\xbd\xff\xb5\x9f\x32\xeb\xfb\xd4\xb1\x92\x26\x4d\x37\xc4\xdb\xa9\xc6\x48\x5a\xe1\x81\x7f\x95\x6e\x04\x5f\x06\xee\x35\x20\x05\x04\x30\x47\x0e\x3d\xcc\x8d\x82\x0b\x58\x01\x0e\x20\xc0\x70\xa7\x20\xe3\x7c\x23\x95\xad\x47\x6f\xff\x26\xe8\x22\x65\xea\x33\xfc\x91\xdf\xaa\xf6\x60\x41\x03\x46\xae\x6f\xf4\x2b\x2f\x21\x4b\x15\x8d\x02\xf1\x56\xb6\x76\x48\x39\x9a\x28\x8c\x3f\x11\xc2\x14\x10\x6e\x40\x06\xc8\x80\x05\xe0\x07\x2a\x68\x46\x64\xef\x39\x56\xa5\x82\x75\x3d\xed\xdc\x03\x7b\x52\x4a\x7f\x86\x5d\xb6\x6d\xd9\x4d\xf2\x76\x68\x94\x6e\x27\x3f\x04\x41\x1c\xde\x1a\xf4\xc9\xbf\xe1\x67\xa2\x93\xc6\x1b\x81\x7d\x7e\x19\xc0\x00\x94\x60\xad\x1e\xc4\x80\x15\xf0\x01\x46\x34\x6e\x52\x3a\x36\x52\xb1\x1a\x8d\x53\x2b\x6a\x5f\xac\x44\x32\x28\xf4\xe3\xfa\x41\xf3\x62\x49\x7f\x68\x6d\x52\xb6\x49\x14\xbe\x27\x86\x45\x8b\x46\xab\xb8\x25\x3b\x26\x99\x04\x6a\x32\xcc\x9d\xa4\x0f\x78\x81\x3c\xf0\x87\xb1\x42\x49\x60\x81\x68\x4e\x64\xca\x04\x27\xb2\xa9\x9e\x6c\xa9\xea\x0b\x17\xbf\x0a\x85\x7e\x7d\x7a\x86\xb5\x91\x34\x2e\xde\x96\x54\xe2\x9b\x4c\x13\x94\xe7\x98\x6f\xd8\xa9\xb0\x27\xe0\x4b\xaf\x8b\x37\x02\xfb\x2e\xb4\x00\x3b\xb8\x41\x80\x47\x5c\x47\xf6\x46\x65\x40\x6b\xc2\xec\xa4\xd8\xe7\x2a\x90\x19\xd0\xd7\x73\xb8\x0d\x5e\x4b\x0b\x85\x42\x7f\x87\xbd\x3f\x7a\xae\x37\x2f\xde\xbb\x53\xcb\x93\xc3\x1c\xad\xe2\xf5\xcc\xf2\x58\x4b\x5e\x72\x87\xe3\x88\x5c\x18\xf5\x29\xb2\x3d\xea\x1b\x0c\x0d\xac\x1d\x5c\x3d\xbc\x57\x84\xae\xc4\x12\x24\xf7\x10\x4e\xe6\x33\x51\x2c\xb5\x22\xf3\x40\xcf\x3f\x31\x66\x79\x30\x0f\xe7\x67\xde\x93\xbc\xf5\xe8\xb1\xee\x36\xae\xd2\xa4\x14\xe1\xe0\x13\xe7\x24\x13\x15\xe5\x7b\x61\x6e\xc6\x1b\x02\x5d\x82\x01\xa2\xb7\xa4\x02\xe4\x85\x94\x76\xd4\xd7\x74\x2d\x8c\xa2\x4c\x46\xcc\xbf\xf9\x1b\xe4\xbf\x18\x62\x39\x36\x05\x37\xa7\xae\x56\xc0\x5a\xa0\x1e\xae\xdf\x0b\x3f\x8f\x99\x4f\xef\x4b\xa9\xdb\xc9\x1d\x89\x2d\xf5\x1d\xb7\xb5\xd6\xb3\x97\x9d\xe5\x8d\xa2\x3e\xa6\xb1\xa6\x77\x67\x74\x67\x99\x63\xb7\xe5\xac\xe3\x1e\xe7\xeb\x17\x8c\x12\x91\x97\xfe\xa5\x1d\x66\x75\xe9\xfd\x18\x9b\x9f\x1f\xd9\xf8\xbf\xdc\x80\xca\x69\xf0\xfa\xa7\x89\xfa\x4e\xce\xf2\xb3\x0c\xf8\xf0\x45\x0f\x64\x0b\x3d\x4d\x3a\x09\x0f\xce\x32\x4e\x47\x9e\x70\xbe\x53\x41\x5c\x11\x3e\xb1\x26\x49\x77\x19\x33\xb9\x6c\x45\x0f\x8d\x30\xb3\x28\x37\xb3\xb0\x9b\x0c\x84\xca\xa4\xa7\x4f\xfe\xef\x84\x07\xaf\x2b\x89\x17\x51\x4b\x68\x83\xfa\x4d\xbe\x45\xd7\x49\xf1\xc1\x11\xce\xd5\x4f\xe8\x54\xa2\xc5\x22\xc5\xb2\xa4\xb4\x65\x08\xe4\x89\x14\xff\xa8\x98\xab\xcb\x69\x29\xe8\xb6\xe8\xef\x9a\x3a\x38\xed\x07\xb1\x27\x29\x17\x9d\xb6\x20\x8e\x44\xfd\x0f\x75\xbe\x3a\x9d\x6d\x6f\xf7\xcc\xe8\xf6\x68\xd4\xe1\xe4\x25\xc5\xdb\xfb\x7b\x39\x8c\x18\x7c\x57\xd9\x55\x89\x57\x17\xd2\xf4\xd5\xbe\xd2\xc7\x35\x62\x33\x85\x33\xf7\xb3\x02\x76\x9c\xce\xb5\xfe\xb5\x71\x5e\x79\x68\x75\x92\xbd\xdf\xe6\xb1\xff\xc6\xfe\x92\x6b\xb7\x57\x13\x6b\x98\xe3\x21\x1d\x06\x55\x68\x59\x9c\x31\xaa\x3e\x45\xb6\x2d\x46\xe1\x46\x54\xa6\xa9\x66\xe8\x16\xd1\x36\xaa\xf6\xa8\x8e\x3f\x5c\xcd\x3c\x10\x7c\xa7\x03\xbd\x63\x16\xb3\xd1\xab\x08\x3b\x3f\x4c\xca\x6e\x7c\xf9\x17\xf2\x0a\xbd\x83\x7f\xfe\x73\x29\x71\xb8\xbe\x4d\xac\xf4\x32\xc3\x2a\x4a\xc3\x8b\xc5\xc1\xd5\x6e\xd3\x21\xd0\xf9\xa7\x1b\x86\x47\xb5\xcf\xb0\xbf\x71\xf0\x9b\xf0\xf6\x68\xe3\x84\xb1\xcc\xad\x72\x68\x5b\xd7\xc8\xf2\xca\x9b\x43\xad\x7f\xc3\xef\x17\xe7\x73\xe5\xdd\xec\x79\xba\x41\xda\xe6\xf0\x52\xa3\xb4\x8f\x11\x62\xbe\x3f\x7d\x71\xfc\xf6\x02\x35\x82\x7b\xc3\x9d\xa2\x1c\x62\xf7\x12\x71\x53\xdd\x32\xdf\xe6\x61\x94\x75\xb6\xac\x0d\xd1\x2d\x62\xec\xaf\xbd\xd9\xfe\xf7\x09\x7f\x24\x6e\x8d\x4e\x46\xb6\xfe\xcc\xb2\xf7\xe5\x35\x13\x97\x7c\x4d\xbb\x8a\xf9\x13\xb5\x1d\xc3\x1b\x7b\x92\x10\x97\x82\x93\xc1\x9c\xed\x97\xf7\xa5\x88\xaf\xec\xbe\xda\xbf\x19\x3a\xd0\x30\x37\xbd\x93\x75\x4e\xf0\x79\xe5\xbf\x24\xe0\xc1\xfd\x5a\xf2\xe8\xf5\x66\xf8\xcc\xda\xc0\x4c\x73\x5e\x59\x4f\x8e\x68\x7a\x41\x16\x51\x4e\x44\x9e\x79\x11\x45\xc9\x43\x65\x70\xcd\xdb\x46\x94\x36\xba\xce\xe3\x81\xe0\xd9\x81\xad\xc8\x13\x9a\x5b\x9a\x3f\xfd\xff\xe2\x40\x2d\xb7\xf5\x6f\x6a\x4e\x6e\x5e\x7a\xef\x4f\xef\x98\x6c\xbe\xda\x34\xde\xc4\x78\xe6\xbb\x8e\xb7\x46\xf2\x6c\xfc\x19\xd7\xca\xab\x25\x87\x15\xd9\xe5\x80\x15\xac\xdd\x83\x63\x84\xf7\x67\xf7\x52\xff\x3f\x06\x52\xf2\x25\xf5\x1d\xc5\xeb\x5f\xbb\x61\x6b\x68\x4b\x8d\x73\x9b\x33\xec\x93\xaf\x26\x5f\x8f\x7b\x8c\xd8\x8d\x75\x8f\x06\x8e\xf4\x0c\xed\x0c\x7e\x1e\x6c\x19\x30\x1b\x94\x1f\xca\x9f\x0d\x5f\x7b\xfa\x12\xed\xd2\xeb\x2e\xf0\x71\xf8\xef\xcf\x3f\xfc\xc9\xf7\x9c\x72\xff\xea\x99\xe3\xcc\xcd\xd8\xea\x10\x61\xbf\xe2\xd3\x88\x4e\xe1\x0e\xe2\xf6\xc8\x36\x8f\x16\xed\xe6\xdc\x66\x9f\x66\xdd\x46\xfa\x7a\x84\x7a\x82\x7a\x81\xc6\xce\xee\x57\xe3\xc8\x4b\x8f\xbb\xef\x4f\x89\x6f\x20\x0f\xa9\x7f\x31\x10\x94\xe3\xf0\x6d\x87\x05\xf6\x91\xfb\xee\xb9\x76\x8a\x86\x0f\xb5\xcb\x55\x96\x95\x1e\x65\xb9\xe5\x12\x25\x3e\xc5\xc9\x85\x9b\x05\x0a\xf9\x3b\x79\x83\x39\xc8\x79\xe2\x79\xbd\x05\x8e\xd5\xba\xed\xc5\x43\x93\x73\xe9\x5b\x16\x47\x4d\x1f\x1b\x1e\xf0\xa0\xd0\x4f\xb1\x27\x06\x9b\x6f\x67\x5c\xfb\x89\x5b\xba\xab\xa7\xca\x8f\x0a\x41\xee\x4e\xe6\x5e\xfa\x51\xca\x52\xf2\x61\x22\x6d\xd2\x74\x82\x7a\x7c\x66\x6c\x72\x2c\x6d\xb4\x58\x8c\x7f\x74\x56\xfc\x6a\x36\x61\xb9\x7e\xb3\x49\x5f\xd7\xf4\xea\x46\xdd\x11\xe5\x35\xc5\xfd\xb7\x4b\xf7\xad\xf6\xe9\xa6\x9e\xf4\xfa\xf2\xe2\x92\x6c\xcb\x34\xfd\x44\x8e\x18\x9e\xc8\xd7\xe1\x92\xc1\x8b\x01\x33\x81\x91\x81\xa8\x7e\x96\xbe\xed\x3e\x77\xbe\x2c\x9e\x50\xef\x73\xcf\x47\x7f\xc2\xa8\xfe\xb4\x81\x62\x8a\x06\xec\x9e\xf6\x69\x9c\x4d\x81\xe3\xf2\x2b\x8d\x17\x12\xb3\xf6\xbd\x18\x75\x72\x79\x31\x29\xf4\xd1\x9a\x61\x57\x01\x9f\x7d\xd4\x3c\xb0\x5c\x87\x9d\xc7\x9c\x54\x1d\x74\x1c\x06\xec\xbe\xdb\x38\x59\x95\xda\xb0\x59\xee\x58\xe5\x58\x54\xd8\x3d\xf1\x0a\x0c\x9b\x49\xd6\x2e\x98\xad\xfb\xd3\x73\x34\x93\xb3\x2d\x7d\x44\xb2\xb2\x32\xb0\xdf\x10\x94\x7f\x91\xb0\x1d\x5c\xe4\x1d\xe9\xd2\xe5\xc0\x67\x9d\x64\xe6\xfb\x04\xdd\x78\xc7\x90\xc3\xa0\x50\xdf\x5a\x77\x59\xe7\x8b\xb6\x9e\x76\x87\xd6\x5b\x1d\x42\xcd\xe7\xfa\x9b\x56\xc6\x6e\x9d\xc1\x6f\x12\x8f\x0b\xb2\x1b\xf0\xfb\x32\xe6\xc5\x76\x09\xa6\xa0\x9d\x92\x65\x57\xa9\x0a\x21\xbb\x9e\x04\xb6\x92\x4f\xa2\x0d\xbc\x75\xa9\x35\x95\x55\xdf\x29\xd3\x29\x09\xca\x67\xc8\x8d\xcb\x85\xc9\xf6\x48\x5f\x49\xdd\x49\x16\x49\x0d\x4b\xf1\xc8\xb3\x69\xa3\x9b\x13\xbb\x5c\x06\x9b\x25\x79\x15\x75\x34\x8b\x0c\xcb\xae\x4f\x8e\xd2\x36\x0d\xe6\x27\xc4\xca\xf8\x2e\xda\x4d\x1b\x33\xa8\x4f\x29\x72\xc9\x6c\x4b\xc8\x88\xb6\x09\xd3\x08\x28\xf0\x6b\xf1\xbd\xe2\x3d\xe6\x69\xe3\x8e\xe0\xa6\xe6\xe4\xe3\x62\xe2\x84\xe7\xc7\x96\x76\xd5\xf8\x64\x16\xe6\x6a\x14\xf2\x2a\x35\xa9\x2c\xa8\xdd\x71\xf5\xc9\xa0\x55\x9d\x63\x56\x7b\x04\xb1\xc7\x99\xb9\x9a\xe6\x9a\x6c\xb7\xd0\x00\xaf\x3f\xa7\x2a\xeb\x04\xf3\x2a\x63\x1d\xfd\x01\x9d\x0c\x6d\x2a\x2d\x13\xf5\x1e\xd5\x7b\x2a\x5b\x4a\x09\x4a\x71\x7a\x46\x6e\xa8\x14\xbc\x26\xc4\x5c\xd5\xc3\x38\x52\x2b\x9b\xba\xa6\x7b\x79\xa2\xbf\xbc\xa6\x3a\xd3\x2b\x9c\xc1\x8d\xce\xf4\xb5\x6a\xb5\xe8\x31\xfb\x22\x9d\x2a\xe5\x4f\xb2\x49\x92\x24\xa2\x17\x04\xe3\xf8\x54\x78\x4c\xb8\x70\x38\x8c\xd8\x53\x38\x00\x3b\x06\x5b\x9e\x40\x93\xe6\x19\x0f\xa5\x74\x9f\xf6\x67\x1b\x29\x3f\x9e\xf8\xce\xa2\xf0\x15\xaf\x81\xa0\x5a\xff\x6c\x8c\xc8\x72\xf7\x07\xb3\x5c\x35\x64\x91\x1a\xe6\x97\x10\x4b\x9c\x3c\x8c\x5b\x34\x6e\xe4\x0c\x44\x1e\x78\x6b\x38\x53\x98\x8b\x91\x03\x58\x03\x76\xa0\x86\x28\x47\xd0\x4b\x2f\x25\x40\xa0\x00\x35\x32\x74\xe6\x08\x9d\xcd\x78\xbe\xc6\x39\x9c\xdd\xd8\x5f\xc0\x12\x17\xe4\x8b\x6d\xf5\x5d\x6b\x5c\x92\x97\xfd\x3d\x39\x13\xfa\xff\xe3\x2b\x04\xb0\xc4\x24\x29\x60\x83\xe5\x61\x04\x80\x08\xa0\x02\x4c\x70\x01\xb8\xda\xd4\x47\xdc\x7d\x32\x04\x3a\x07\xb6\x64\x7e\x0f\x89\x24\xdb\x48\x93\xa4\x1d\x6f\xcb\xe9\xd3\x50\x42\xd2\x9c\x0e\x8d\x78\x14\x12\xf9\xad\x68\x6f\xf1\x7c\xe0\x30\x01\x1e\x60\x00\xd4\x80\x0b\xe0\xc0\x7e\x53\x01\x1a\xa0\x0a\xe8\x81\x0b\x96\x04\xc5\x1e\xa7\x8e\x94\x8f\x96\x9b\x35\xf0\xb5\x8d\x73\x7e\xf1\x7a\x71\x65\x40\xba\x41\x30\xb7\x21\xba\xcf\xf3\xa7\x85\xb0\xfa\x95\xd8\x0f\xd6\x34\xd2\x6e\x94\x77\xb0\x36\x33\x4e\x40\x01\x18\x60\xd9\x1e\x3c\x20\x01\xb8\x01\x13\x30\x43\x43\x21\xcd\x65\xed\x10\x8b\xd1\x78\x6b\x39\xeb\xd5\x18\x3b\x7f\xda\xb4\xf9\x67\xca\xbc\xbd\xb4\x54\x33\xd9\x37\xb0\xc5\xfe\x50\x5f\x5c\xf6\x19\xcf\x22\x0d\x0d\x8e\x1b\xa0\x86\x79\x38\xa9\x01\x2b\xcc\x89\x8a\x01\x70\x80\x22\x60\x00\xdc\x48\xc1\xc4\xbc\x4c\x9b\x22\x68\xaa\xf1\x16\x68\x9e\xda\x31\xce\x1f\x2e\x0e\x4a\x16\xbe\xf6\xa5\xd4\xbc\xcc\x7a\x11\xc1\xe6\x4e\xf3\x24\x54\xd5\x47\xc4\x97\x39\x97\x44\x00\xb9\x0e\x10\x02\x76\xd8\x4e\x16\x0e\x20\x0f\xeb\x78\x65\x00\x6c\x40\x08\x41\x9e\xe0\x13\xa3\x89\x60\xbf\xca\xa5\x99\xbe\x87\x73\x64\xdd\x37\xd4\x53\xa4\xf5\x98\x31\xc4\xe6\xdf\x85\x6f\x12\xe4\xfd\xb2\x6c\x9f\xe8\x1a\x4a\xff\xe0\x16\xa1\x1a\xc6\x26\x06\xa4\x00\x03\x10\x02\x32\xc0\x05\x38\x81\x34\x50\x04\xc4\x00\x13\x48\xc3\x69\xe3\x9f\x31\xec\x0a\x2d\x29\xee\x18\x2f\xb9\x22\x47\x68\x3e\xd4\xbf\x7b\xbb\x8f\x33\x2b\xfa\x14\xa3\x0a\x2f\x43\x2d\x2c\xc7\x95\xcd\x64\x4b\xc5\x48\x78\x8d\x59\x86\xb8\x0e\x29\x09\x08\x01\x6e\x20\x0e\xc8\x81\x25\x90\x07\x62\x40\x1a\xe6\x90\x65\xc4\x61\xa1\xc9\xe2\x4d\x57\xd0\x30\xc2\x71\x5e\x08\xc7\x80\x42\x3f\xb1\xbf\x16\x58\x25\x18\xe6\x6e\x5a\x2a\x98\x88\x67\xf1\xd5\xb3\xc9\xd4\x65\x91\xf1\xe7\x11\xa1\x66\xc7\xba\x02\x3c\xb0\x6c\x92\x20\x60\x02\xd8\x40\x05\xee\x0f\xfc\x37\xc4\x08\xa4\x03\x7c\x5c\x06\x5c\x21\x2b\x95\x65\xb3\x6c\xcf\xf4\x98\x6c\x28\xf4\x47\xf0\xa5\xd5\x0e\xc9\x34\x5d\x97\x52\xc5\x42\x7a\x72\xd8\xa3\x9b\x82\xe9\x83\x6a\x84\x48\x3f\x2b\x23\x89\x38\xa2\x11\x3c\x31\x62\x22\xf2\x7b\xb4\x18\x8c\x97\x58\xc7\x38\x5f\xf0\xa8\x08\x30\x09\xc7\x29\x07\xb8\x34\xa5\x4f\x74\xcf\xed\x95\x03\x7f\xa4\xc0\x36\xaa\x5f\x1f\x1c\x7e\x5c\x11\x1e\x2c\x6d\xe2\x2c\x48\x8e\x6f\xf6\x27\xb7\xf7\xd5\xe7\x91\xfb\xce\x27\x40\xf3\x11\xfb\x1d\x76\x11\x9e\x0d\x41\x28\x71\x12\xe9\x67\xf2\x5a\xca\x5a\x1a\x4a\xba\x47\xfa\x3f\x6c\x54\xa2\xb7\x6a\xd5\xe6\x28\x9e\x78\xd1\x26\xb9\x30\xf4\xbf\x77\x38\x5f\xda\xc1\x9e\x5a\xe9\x0a\xad\x1c\xc8\xd8\x8c\xf8\xec\x3e\x63\xa1\xac\x11\x23\x31\xca\x6e\x46\xce\x41\x61\x4e\xa5\x4c\xb3\xce\xc0\xc5\x34\xc2\xf2\x8d\x1d\xc2\x55\xc2\x1b\xc9\xf7\x5d\x98\x42\xb1\xc1\x88\xd4\x09\x2e\xd8\x20\x95\xb5\xfc\xff\x3a\x2c\x83\xae\xe1\x0e\x47\x56\xac\x87\xc3\x9b\x05\x8b\x3e\x25\xad\x05\x75\x39\xfd\x7f\xac\xfd\x63\x98\x5d\x5b\xf6\xfe\x0f\xaf\x24\x95\x14\x82\x42\x92\xb2\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\x57\xa5\x98\xfd\x5c\x5d\x7d\xba\xfb\x9c\xd3\xfd\x7b\xae\xff\x8b\xef\x7a\x7f\x8f\xb5\xaa\xf6\xde\xe3\x33\xd7\x9c\x63\x8c\x7b\x4c\x51\x4a\xa0\x86\xde\x82\x90\x9f\x18\x96\x24\x8f\xdc\x9a\x72\x89\x66\x98\xfe\x85\x71\x94\xc5\x9c\xe3\x82\xab\x9e\x57\x4f\xaa\x4f\x2b\xdb\x1a\xd9\x87\x28\xb6\x39\xff\x8f\x5d\xef\xfb\x9e\xdd\xd6\x59\xf0\x1e\xb6\x6a\x95\x6c\xb4\xa8\x49\xef\x22\x9b\x4f\xda\x7d\xd2\x3c\xdc\x1f\xe8\xc9\xe8\x6d\x19\x7f\xb3\xbc\xb0\xf3\x70\x69\xf2\x5e\x0a\x18\x0b\xdb\x8a\x16\x48\x70\xc9\x48\xa9\x53\x9b\x59\xba\x19\x84\x83\x65\x90\x56\x56\xfc\x81\x8c\xde\xf3\x84\x35\xcc\x31\xf8\xd6\xd3\xd2\xbe\xd4\xf3\x30\x2a\xb7\xcf\xe6\xe6\x1a\x5f\xc4\xa5\xb8\x6f\x78\x12\xf9\xeb\x05\xdd\x85\x7f\x8b\x3d\x4b\xb5\xc8\x5a\x2b\x74\x28\xc7\xa9\xe9\x68\xcd\x19\x4f\x39\x95\x06\xf1\x24\x09\x17\xbf\x6f\x21\xff\x17\x75\x7e\x8d\x1c\x30\xcc\x2f\xf4\x2f\x37\x54\x17\x9c\x27\x7e\x08\xa2\x75\x2a\x36\x56\x57\x1e\x95\x94\x97\x36\x94\xf9\x25\x4f\xa6\x64\xa7\x5a\xaf\x61\xa5\xed\xa6\x67\x6a\x84\x6c\xe2\x63\x79\xe5\xd0\xe9\x4f\x12\x27\x9a\x7b\x5d\x27\xd7\xff\xe5\x3f\xe0\xbb\x76\xdc\x86\x9e\x26\xec\xd6\xa9\x49\xc9\xfd\x16\x87\xe7\x5f\xe5\x10\x66\xa8\xa3\x61\xad\x3e\xa6\x05\xa6\xe3\xaf\xcf\x69\xe4\x6c\xf6\xde\x32\xda\xe6\xc1\xc1\xce\x39\xc5\x7d\xc1\x8f\x23\xfa\x39\xab\xbe\xea\x4b\xe7\xec\x94\xe8\x7f\x22\xbc\xf2\x9d\xae\xae\xd6\x8c\x93\x75\x14\x54\xd2\x67\x0d\xc7\x40\xf8\x16\xd8\x82\x4c\x19\x4d\xfd\x2c\x1e\xac\x87\x6c\x93\x1d\xbc\x5d\x3c\xdd\xd5\x3d\x5f\xfd\x25\x82\x81\xf0\xf0\x58\xbd\x8c\xdb\x72\x85\x36\xa9\xd1\xee\xd5\x85\x3f\xe3\xf7\xa1\xef\x90\x6f\x99\x78\xe4\x7d\xab\x60\x59\x5b\xa6\x5a\x34\xb5\x2f\x89\x73\x99\xb3\x81\x1b\xba\xbb\xbd\x37\xa4\x6f\x5d\xe0\x74\x88\x5a\x84\x4d\x74\x42\x62\x7a\xea\x52\xee\x5e\x99\x55\x8b\xc3\x50\xda\xe2\xfd\xe1\xdf\x3c\xfa\x6f\xe1\xf6\xbf\x2f\xa4\x0c\x09\x37\x53\x97\xd6\x65\x18\x45\x3d\x07\x6b\x04\xee\x07\xeb\x85\x41\x47\x44\xc6\x30\xc7\x77\x27\xf3\xa4\x99\x66\x51\xe5\xcd\x15\x5f\x57\x6c\x37\x77\x0c\x26\xce\x17\xef\x89\xdf\x36\xfc\x6d\x15\x00\xba\x7e\xd8\xc1\x9c\x8d\x18\x84\x6e\x89\xa9\x50\xce\xe2\x4b\x5c\x8e\xff\x98\x08\x97\x3c\x98\x96\x9f\x09\x91\xfb\x5a\xa8\x5b\xaa\x51\xa9\x56\x9b\xde\xd8\xde\xce\x3f\x90\x32\x67\xbe\x93\xf8\x67\x5f\x57\x10\xe8\x69\xea\x4a\xef\x84\x79\x5f\x73\xfb\x6e\x3d\x64\xa5\x73\xd1\x74\xb9\x65\xa9\x76\xe1\x75\xde\x7a\xce\x6e\x16\x67\x36\x7f\x56\x61\xda\x75\xba\x62\x2a\x60\x9a\x62\xde\x6b\x8b\xf9\x54\xf8\xd7\x7f\xf9\xd3\xdd\x3a\x1c\x99\x6e\x7a\x2e\xc3\xcd\x3d\x4f\x61\x8f\x83\x0d\x07\x0d\xc2\x0c\xd8\xf6\x85\xf7\xe5\xf6\x55\xf6\xf8\x74\x37\x76\xc3\x76\x89\x76\x7d\xe9\x50\x6a\x0f\xeb\xb0\xea\x33\x99\x28\x5f\x91\xdf\x7f\xba\x36\xfe\xfd\x6f\x7f\xfc\xdf\xd1\x97\xf7\xbb\xb6\x8b\xb6\xe3\x35\xc3\xa3\xbd\x5e\x1d\x61\xad\xf9\x8d\xaa\x0d\x86\x75\x55\xb5\xf4\x35\xc8\x55\x8e\xd5\xa5\x55\x15\x95\x73\xe5\x62\x15\x9f\xcb\xba\xcb\xc8\x4a\x0d\x6a\x51\xdb\xb7\x46\xc0\xe6\x99\xb7\x65\xcf\x8f\xff\xd9\x0b\xf3\x7b\xed\x7c\x6c\x53\x73\xfa\x66\xc0\xaf\x83\xb3\xa9\xb9\xd6\xbe\x2c\xa0\xc4\xbc\x50\x35\xcf\x36\x67\x28\xeb\x77\x56\x6d\x26\x58\x86\x7f\x06\x57\x1a\x7b\x8a\x49\xf2\x50\x4a\x69\xaa\x43\xf2\x69\xf6\x64\xb9\x74\xd3\x43\xdf\xdd\xb4\xf0\x06\xdf\xe9\xee\x33\x19\x08\x74\xb5\xbc\x35\x30\x19\xd0\x9d\xd0\xd0\x58\x4e\x58\x68\x90\xdd\x9c\x66\x9b\x02\x97\x40\x1b\xa7\x15\xdd\x13\x95\x16\xf9\x33\xa2\x37\x82\x2a\x1c\x26\xe4\x28\x58\x2f\x24\x2b\xf0\x26\x98\x2d\x04\x2d\x3a\x33\x6d\xab\xe8\xa8\xae\xbf\x3b\x7d\xf2\xc3\x3a\xdb\xe9\xe3\x83\xe0\xce\xd4\x54\x4f\xe7\x63\xb5\x5b\x01\x74\xfa\x50\x22\x4c\x0c\x51\x18\x5c\xd0\xb3\x3f\xa5\x0f\x99\xb7\xb1\x87\xa6\x9b\x9d\x3b\xba\xab\xb7\xab\xbf\xab\x98\xb3\x87\x53\xb1\x83\xbb\xd3\x9d\xc3\x94\xb7\x5c\x98\x4f\x92\x69\xde\x7a\x0d\x41\x17\xcc\xc4\xec\xfa\xc8\x51\xf5\xbc\x4f\xaf\x61\x8d\x5d\x2e\x58\xa2\x76\x84\x58\xa0\x9e\xd7\x99\x1b\x91\xc3\x8d\xdd\xb3\x8d\xaf\x25\xb7\x25\x84\x79\x84\xe9\xbd\x69\xbd\xc9\x99\xb1\x81\x11\xbe\xe1\xb1\x41\x86\x11\xad\x21\x8b\xd5\xa2\xdb\xbb\x20\x89\x78\xe5\x5c\xe8\x6a\xab\x2e\xaf\xc9\xba\xf5\xc6\x61\x85\xc6\xa0\x82\x94\x84\x96\x50\x18\x4f\x46\x87\x27\xeb\x59\x93\x27\x83\x17\x9d\x75\xad\x54\x0d\x6a\x35\x36\x15\x1b\x55\x05\x95\x6d\x15\x6f\x95\x1f\x0a\xbf\x94\x28\x14\x70\x14\x88\x15\x94\xb5\x14\x4c\x77\x9d\x72\x02\xf0\x63\x1f\x72\x6e\x6a\x2c\x7b\xaa\xe6\x82\xbb\x53\x2b\x3f\xa5\x5b\x47\xc4\x7a\x7d\xb0\x95\x30\x2a\xd3\x9e\x55\x2d\x57\x8c\x94\xb9\x90\x0c\x96\xc8\x17\xe3\x17\x53\x11\x0d\x16\xe5\x11\xd6\x12\x16\x10\xdc\x16\x58\xe2\x4f\xe1\x2f\xe3\x9f\x94\xbc\x51\x83\x31\x66\x71\x98\xf6\x8f\x8f\xeb\xca\xbb\xae\xaf\x9f\xe4\x6c\x1d\x2e\xb2\x48\xb0\x0d\x2c\x74\x24\x36\xde\xd2\x60\x97\x59\x10\xc3\x17\x2c\xe4\x4b\xe1\x62\xe2\x88\x63\x6b\x66\x99\x65\x76\x62\x3a\x66\x6c\x67\xdc\x67\x18\xa4\x37\x65\x40\xa1\x4f\xa6\x77\xe2\x5c\x14\xf3\x56\x5e\x33\x12\x71\x64\x08\xb4\x4b\x6c\x2c\x76\x19\xdd\x6e\x3c\xc8\x6b\x89\x99\xf4\xc1\xb2\xde\xd6\xb1\x94\x63\x12\xd2\x66\xf7\x65\x6a\xa1\x43\xa3\xfe\x4e\x49\x4e\xe6\x49\xfa\x91\xb8\x93\x98\x8a\xf0\x89\xa0\x8a\xa0\x16\xff\x01\xff\x3b\xde\x30\xfe\x06\x15\x0c\x5b\xaa\x48\x98\x72\x85\x71\xa9\x4b\x7c\x18\x53\x7a\xcf\x88\x56\x83\x4f\x2e\x47\x4c\xaf\xb7\x81\x65\xb2\x26\x9c\x24\x07\x97\x18\xad\x3e\x09\x2a\x5e\x20\x36\x15\x86\x1e\x9a\x34\x4a\x1a\xb2\x0d\xe2\x06\xc2\x2b\x42\x12\x22\x2c\x22\x2d\x42\x1d\x02\x1e\x42\x26\x66\x0d\xb9\x30\x1b\xba\x18\xba\xda\x89\x85\x9d\x47\x42\xf4\xc2\x28\x58\x63\x77\xc1\x50\xec\x8a\xcf\x96\x55\x87\x26\x8f\x44\x2c\x87\x33\x79\x11\xa6\x2f\x02\xea\xf7\x2a\x98\xfa\xaf\x3b\x5f\xde\x41\x55\x41\xc6\x41\x1c\x42\x28\x42\x30\x43\xd0\x41\x50\x80\xaf\x82\xe7\xc2\x5c\x63\xe2\x53\xca\x70\x26\x48\x15\xe9\xc4\xd9\x25\x06\x62\x4e\x88\xb4\x76\x94\xf0\x27\xa1\x07\x4c\xd8\xdd\xeb\x56\xcb\x40\x72\xcd\x53\x6e\x62\x42\x42\xf7\x82\x05\xbc\x73\x06\xa0\x00\x3c\x40\x1d\xa0\x7f\xdb\xbd\xf8\x07\x7d\xe9\x00\x6c\x00\x0d\xfc\x0e\x01\x0e\x1f\x97\x41\x58\x20\x5a\xa9\xc2\xb4\xc9\x5d\x7b\xd6\xae\xbb\xb3\xca\x2a\x23\x2d\x9c\xdf\x0d\xce\x14\x5c\x39\x4b\x70\x98\x61\x18\xdf\xe1\xe7\xe5\xc7\x29\xe0\x2b\xc0\xf6\xb6\x03\x03\x01\xc0\x01\xc8\xc0\x0f\x00\xe5\xed\x3c\x83\x1a\xec\xe5\xc7\x67\x9c\x2a\x5a\x5f\xde\x67\x79\x5e\xc3\x1f\x4e\xdd\x2b\xcf\xc3\x2e\x4d\x6c\x85\xb0\x09\x18\xbe\xcf\xd6\x71\x5a\x52\x92\x9c\x1c\x7c\x64\xaf\x68\xc0\xd7\x4f\x00\x1c\x40\xf2\xd6\x79\xf1\xe3\xad\x0e\x85\x16\x20\x02\xde\x03\x6c\x00\xe9\x3b\x1c\x98\x69\x2c\x46\x6a\x6a\x1e\x65\xb9\x19\x83\x23\x87\xe9\xdd\xaa\x99\xe6\x6e\xef\x4a\xb7\xf4\xb0\x50\x0e\xe7\x28\x23\x31\x85\x40\xfe\x10\x3a\x1e\x5c\x89\x1f\x36\x60\xba\xc0\xb7\xb7\x39\x1a\x10\x00\x2e\x80\x0d\x7c\x05\x70\xde\x7a\x59\xc5\x00\xba\xaf\xbb\x68\xeb\xe4\x20\x2e\x3a\x99\x09\x7d\x1a\x07\x8e\x73\xb7\xd5\x9c\xe1\x8c\x46\xa1\x7c\xb0\x18\x0f\x6f\x6d\x4b\x06\x0d\x6a\x31\x25\xd6\x2b\x52\x37\x94\xcb\xcf\xf1\x6f\x95\x9b\x50\x00\x37\x20\x0f\x30\x00\xa8\x80\x38\x80\x0b\xf0\x02\xc4\x00\xf1\x67\x4f\xd4\x27\x72\x53\x8e\x17\x69\x1b\x3d\x4c\x07\xda\x5f\xa1\x3b\xaf\xd3\x68\x1d\xbf\xca\xc0\x52\xde\x07\x49\x3b\x3a\xe9\xf7\xc9\x05\xf2\xe6\xd0\xcc\xe3\x0c\x7e\x8f\x79\x3f\x0f\x20\x00\x24\x6f\x1e\xb9\xdc\x6f\xb3\x59\x19\x81\xaf\x00\x23\x40\x0b\xe9\x82\x38\x4f\x9c\xc9\x4a\x21\x1e\xa7\x59\x6e\x7d\xfa\xdb\xe6\x54\x6a\xc9\xb7\xbf\xb5\x56\x39\xe7\x7d\x94\xa3\xc7\xad\x79\xb7\x1a\x9e\x68\x04\x4b\x26\xc9\x2b\x4a\x18\xd4\xdd\x1f\x15\x20\x50\x80\x06\x80\x05\x70\x03\xe8\x00\x3d\xa0\x0c\x50\x82\xeb\x20\x79\x93\xb4\xb2\xb3\x49\x7d\xd4\xe9\xb7\xcf\x02\x81\x6e\xd4\x37\xfd\xc6\x3b\xdb\x52\x4a\x24\x93\x1c\x02\xd6\x1d\x08\xf4\x3f\xca\x41\xf2\xfd\xa4\x2d\xc5\x03\xff\x3e\xf5\x8e\x09\x40\x07\xbe\xbd\x47\x00\xb3\xfe\xd4\x0b\x09\x09\x25\xf3\x85\xe8\x6b\x0c\xb4\xe8\x77\x3a\x9c\x58\x3a\x22\x01\x52\xa5\x12\x53\x62\xf7\xed\x7f\x64\xd8\x23\x81\xf9\xec\xbe\x0f\x35\xf2\x59\x7d\x51\x90\x1e\xcf\x16\x3a\xea\x04\xe2\xdc\x6c\xfb\x64\x5a\xa8\xaf\x50\x4c\x50\xea\x5f\x86\xa1\x19\x60\x0f\xbf\x1f\xc3\x57\x23\xfd\x40\xc6\x45\xcd\x43\x7f\xc4\xc2\xa2\xa0\xe2\x58\x93\x12\xd5\xe1\xb6\xeb\x08\x7c\x9b\xde\x70\xc5\xb2\xd1\x32\x16\xd5\x0a\x53\x7c\x94\x0c\x19\x24\xe4\xc8\x6d\x48\xab\x30\x2b\xc8\xce\x90\x80\xdf\x0d\x8f\x89\xa0\x80\x74\x84\x8a\x80\x51\x84\x15\x86\x6b\x81\x2f\x4f\xb8\x48\x32\x4a\x36\x43\xbe\xcd\x52\x24\x62\xa7\xca\x6c\x96\xe9\x11\x14\x95\xfb\x96\xe7\x99\x0f\x2d\xe6\xeb\x7b\xab\x6a\x89\x72\xa4\xa3\x7d\xbc\x4b\xac\x51\xb4\x65\xa4\xe6\xb8\x25\xa8\x44\xb0\x13\x70\xc5\x09\x30\x89\x28\x48\x69\xc9\x2b\xa9\xd1\x68\x23\x18\x24\x98\xde\xb1\xe6\x70\xc8\x0a\x12\x2a\xa4\x1b\xf4\x3b\x66\x04\x7f\x4c\x19\xff\x67\xb6\xbe\x9c\xd9\xd4\x1d\x57\x6e\x63\x28\x53\x49\x7d\x0e\x6d\x74\x5d\x35\xa3\x52\xbd\x11\xfb\xce\x9a\x45\xb9\x4f\xb5\x40\xf3\x48\x1f\xc8\x94\xc9\x4a\xcd\xe1\xc0\x95\xc7\xc7\x28\xa0\x2a\xe2\x2c\xb6\x2e\xdb\xa5\xb3\x67\x53\xe6\x8b\x11\xf7\x31\xff\x0f\x6e\x3c\x65\x1f\x4e\x2c\x2e\x0f\x84\x37\x50\x16\xd0\x24\xe0\xf8\x07\x3b\xc0\x18\x46\x2a\x2a\x09\x2a\xb2\x2d\xb3\x3f\x72\x4d\xf1\x4a\x0a\x6c\x09\x9b\x89\x19\x4b\xc6\xc8\xf8\x2a\xbc\x57\x9a\x50\x99\xd2\x92\xb3\x98\xf7\x70\x8c\x70\xc9\xa4\xad\x52\xfb\x17\x33\x6e\x38\xb6\x63\xa7\x9e\xbb\x90\xab\x18\xb2\x22\xa3\xb6\xbd\xfb\x6d\x72\x74\x3a\x64\xad\x44\xbf\x89\x41\x48\xb4\x49\x5b\xc9\x31\x29\x84\x28\xfb\xaa\x15\x69\xb9\xe8\x3a\x1b\x1c\x99\x60\x58\x52\xb8\x6a\x87\x64\xa7\x60\x95\xe8\xb7\xd2\xfc\x2b\xc2\x0b\xfa\xc9\xd3\xf2\xc6\x88\x74\x6b\x55\x19\x4d\xda\x5e\xf8\x86\xc7\x80\xd5\x0f\x6d\x3c\xc5\x25\xa5\x5f\xaa\x89\xea\x39\xda\x48\xba\x53\x86\x28\xa6\x38\xe6\x4f\x56\x8b\x76\x41\x8e\x23\xee\xea\x41\x18\x09\x83\x05\xd8\xf5\x47\x03\x72\xff\xe1\xde\x3d\xcb\x7e\xd1\xdc\x7d\xff\x42\xc3\x73\x91\x7f\xb2\x4f\xe8\x96\xeb\xb1\x05\x86\xfe\xa8\xa1\xa8\xb1\xbf\xe9\x8c\x05\x82\x35\xb4\xbd\x93\x93\xa9\xeb\x9c\xa7\xad\x4f\x43\x60\x4c\x68\x68\xbc\x41\xae\x43\x8d\x62\xf7\xf4\xf4\xea\x9f\xd9\x79\xd5\xbd\xf5\x3a\xa3\xd4\x53\x58\x7b\x57\x50\x94\xd8\x11\x42\xe9\x86\x65\xa7\x64\x27\xee\x88\xe1\x32\xe5\x5a\xef\xa1\xea\x73\xe4\x5f\x15\xac\x16\x9e\x1b\xed\x94\x80\x9c\x22\x94\xd3\x55\x45\xd6\xd1\x37\x7e\xb5\x1e\xfd\xe7\x08\x2f\x9a\x67\xd3\xeb\x65\x93\x62\x5d\x6b\x35\x49\x79\x0d\x89\xbe\x21\x81\xde\x3b\x3e\x0f\x7e\x6d\x81\xd0\x21\x06\xe1\xf0\x51\x4b\xb1\x2f\x89\xe0\x69\x72\x59\x02\x79\x72\xc5\x60\x95\x43\xed\xc9\xa3\x3d\x2b\xbc\xc7\xa3\x7f\x25\xf8\x23\xc7\x09\xfa\xea\xf6\xd8\x43\x67\x5d\x75\x6b\xbe\x5c\x82\x45\xb4\x7b\xd4\x61\x4c\x61\x7c\x50\xe2\x75\xaa\x46\x06\x5c\x8e\x51\xbe\x67\x49\x52\xc5\x6a\xf5\x60\x83\x5c\x57\xcd\x48\xe3\x52\xde\x21\xca\xaf\xff\x72\xca\xbf\x7f\x3e\xd4\x5a\xc1\x1b\xbb\xeb\x06\xaa\x6b\x0b\x1c\x32\xa3\x32\xcc\xb3\x21\x73\x2e\xf3\x2b\x8a\x22\xcb\x7a\xab\xde\xd7\x11\x34\x7d\x6d\x7b\xe9\x7e\x1c\x54\x1f\xaf\x5c\x92\xdd\x9f\xb8\xbd\xfc\xb3\xf6\x75\xe0\xc1\xf3\x3a\xfc\x4c\xef\x98\xe0\xe0\x78\x4f\x6c\x87\x60\x93\x63\x83\x65\xf3\xc3\x7a\xfd\x1a\xdd\x7a\xd1\x32\xc1\x0a\xf6\x2a\xe2\x0a\xdd\xca\xe3\x8a\xd8\xb2\xe4\x8e\xf5\x39\xe3\x63\xe9\x7f\xdd\x5b\xfd\xcc\xf2\x10\x73\xbb\x76\xad\x76\xf1\xf7\x1c\xf6\x34\xce\x94\xc8\x78\xf1\xe8\xc9\xf8\xda\xe8\xc5\x08\xda\x88\xd9\xb0\xcb\xe0\xe7\x41\xac\x7e\xca\x81\xf5\x21\xf4\x41\xcc\x69\xc2\xb5\xf6\xc3\x83\x5b\xa4\xff\xa8\x7f\x9f\x5e\x89\xed\x41\xac\x43\x2e\xd2\x4f\xe6\x8d\xcc\x0c\x0c\xf4\x72\x74\xd9\x75\xe4\xb6\x8d\xb7\xf6\xb5\x08\x36\x59\x36\x73\x34\xa5\x37\x3c\x35\x9c\x37\x38\xd6\xb1\xd6\x1d\x35\x60\xd5\x1b\x77\x59\x8d\x96\x2d\xd2\xee\x54\x5e\xec\xbd\xfc\x73\x2f\x29\xfe\xd2\x74\x1b\x69\x2e\x7d\x6c\xb4\x2f\xb3\xe3\x63\xf3\x7e\x83\x76\x35\x7a\x45\x5a\xd9\x60\x69\x49\xe1\x59\x71\x66\xe1\x65\xfe\xaf\x42\x98\x82\x81\x3c\xe8\xfc\x9e\xec\x98\x1c\xff\x7c\x83\x3c\x8d\xca\x89\x56\x8c\x01\xfa\x19\x93\x4d\xcc\x33\x97\x67\x67\x10\xe8\x72\x75\x8b\x7a\x5a\xad\xaf\xbb\x6d\xa6\xce\xb6\xd2\xbe\x08\x25\xcf\x3a\x93\x2c\x7d\x2e\x25\x3b\x85\x31\x09\x35\xc1\x23\x01\x2e\xe1\x31\x9e\x32\x61\x32\x66\x3f\x86\x22\x06\x2f\x86\x33\x66\x2b\x0e\x2c\x53\xaa\x44\xb8\x01\xbe\x27\x6e\xb2\x78\xdd\xe9\xb4\xe9\x3e\x71\xdb\x62\x5a\xb1\x07\xa5\x41\xa6\xec\x5b\x5e\x67\xba\x61\xf2\xc7\x58\x81\xc8\xba\xb0\x2f\x21\x74\x41\x06\x41\x0c\xfe\x19\x01\xa3\xfe\xf4\x01\xb0\x7e\x8d\xbe\x9d\xbe\x72\xbe\xc1\x3e\xca\x3e\x9f\x7c\xcf\x23\x2c\x93\x7f\x17\xa0\xd4\x5c\x75\xe9\x4f\x08\xac\x9d\x1c\x6d\xcc\xc7\xf7\xf9\xd7\xb1\x16\x15\xa5\x33\xc7\xd5\x44\x3c\x04\x23\xfb\xdc\x7b\xa2\xb8\xfe\x72\x1e\x77\xa0\x74\xa0\xb6\x77\xb6\xe7\xb3\x8f\xb2\xbd\xb6\x3d\xb1\xfe\x6a\x9d\x69\x85\x6c\x71\x60\xc9\x69\xb3\xe5\x7e\x17\x3c\x9b\xa0\x9f\x9b\x54\x0d\xd9\x99\x36\x71\xb1\x2e\x39\x6a\xdf\xf2\xae\x74\x20\xbd\x22\x1a\x2e\xa0\xd0\xd3\xd5\x89\xd3\x76\xc1\xc2\xcc\x64\xc6\xd8\xc3\xd0\xc3\x60\x43\x0f\x5d\x0f\x5c\x0f\x57\xa7\x54\xbb\x47\x9b\x4a\x5b\x5c\x63\x43\x53\x45\xe3\x45\x57\xd5\xfc\xd0\xf9\x2e\x20\x3c\xf6\x29\x47\xb7\x1a\xa7\x9b\x73\x41\xb4\x37\xad\xfa\x35\xb7\x2e\xee\x53\xa0\x93\x2b\x95\x35\xb3\x11\x94\x6e\xb8\xa6\xa5\x2a\x9c\x12\x8e\xbc\x85\xdc\x94\x9c\xb2\x74\x83\x0c\xa7\x74\x9b\x54\x87\xe4\x85\xe4\x95\xa4\xa3\x44\x95\x14\xb3\x4c\xb1\xfa\x82\xf1\xa6\xe3\x4f\xbf\x9d\xd8\xe3\x5c\x8e\xda\xd0\x69\xbc\xf6\xea\x8a\x2f\x69\x93\xe1\x11\xee\xfd\xd6\x65\xba\x27\xaa\xca\x72\x30\x92\x72\xc2\x65\x42\x47\x02\x06\xfc\xca\xbc\xf8\xdc\x6d\xdc\x1a\x5c\xdc\x9c\x77\x9c\x39\x1c\x7e\x1c\xdf\xd8\xdd\x58\x97\x79\xc4\xc5\xa3\x54\xbe\x19\x56\x3a\xa0\x06\x7c\x8d\xef\x2f\xf8\x35\x1e\xd2\x52\x5f\xb2\x93\xb4\x1a\x14\xe4\x94\x6e\x34\xaa\x8a\x22\x49\x2a\xa0\xce\x79\xca\xca\xcb\xcc\xc2\x20\x4d\x1b\x49\xb3\x4e\x2d\x44\x35\x45\xcd\x42\xf5\x81\xd2\x80\x32\x8a\xb2\x98\x02\x44\x81\x49\x43\xc0\xce\x2b\xc2\xa3\xb4\x6b\xc4\xe2\x78\x18\x64\x9d\x8c\x38\xb6\xdf\x12\x5d\xf4\x94\x78\x17\x60\x6a\xaf\xab\xb7\xa5\x80\x26\xb4\xc4\x32\x42\x4d\x43\xba\x4c\x0c\x49\xa0\x88\xbb\x86\xf3\x03\x7b\x0b\x9b\x12\x53\x0e\x43\x15\xe3\x01\xc3\x0b\x23\x01\x43\x09\xf3\x13\xb6\x11\xb9\x10\x2b\x8c\x88\xa8\x32\xba\x71\x95\xab\x68\x98\xf3\x04\x6f\x9b\x6f\x49\x7d\x52\x5a\xa0\x80\xfd\x95\xbe\x9b\x5c\x21\x9f\x15\x5d\x3f\x21\x35\xfa\x30\xb2\x3b\xc2\xfc\xcf\xd7\x1f\x18\x70\xf2\xb0\xfa\x30\xad\xd0\x05\x30\x2e\xd0\xc9\x30\x39\x30\x7b\x30\x48\xb0\x0b\xe8\x15\xa4\xcd\xac\x83\xa2\xb7\x1a\xcb\x96\x3e\xde\x39\x33\x21\x5d\x3c\x15\xd6\xe9\xf8\xa1\x92\x2e\x82\x46\x1d\x8a\x91\x02\xf2\xf4\x12\x78\xdd\xf0\x5e\x9f\x8d\x20\x5a\x3e\x45\x81\xc9\xbc\x6f\x7b\x57\x09\x4c\x01\xce\x40\x08\xe0\x0b\xf4\xbf\xc3\x7a\x27\xfe\x4e\x10\x06\x05\x43\x85\xb2\x8e\x9b\x5e\xc6\x4a\x9f\xd6\x31\x76\x51\xa5\x9f\xae\x36\x25\x87\x20\x7a\xcd\x0b\xcd\x62\x5f\x9d\x5c\xf4\x82\x65\x97\x44\x0b\x39\x04\x2a\xeb\x6d\xf6\x14\x16\x40\x08\x10\x03\xd2\x80\x04\x80\x06\x70\x00\x74\x6f\x1e\x2f\x12\x9f\xe3\x51\x62\x88\x4b\x59\x78\x44\xda\xd4\x48\x2d\x6d\x37\x78\xc6\x0a\x5b\x25\x8b\x5f\x92\x3d\x82\xb0\x1d\x46\xf5\xf4\x64\x5e\x79\x44\xa8\x43\xb0\xc6\x61\xeb\xdf\xad\x00\xa8\x00\x3f\x00\x0d\x30\x02\xd8\x6f\xb3\x28\x58\x00\x1e\x80\x0b\xc0\x00\x78\x20\xc2\x10\x13\x88\x52\x99\xe6\x84\xf6\xd4\x3e\x5b\xd4\x1f\x44\xcc\x5b\xf6\x05\xd4\xa6\x64\xd7\x46\x8e\x78\x50\x9b\xd1\xa9\xf8\x08\xc7\x32\x79\x11\x82\x90\xbc\x21\xa5\xdf\x7a\x37\x69\x00\x26\x80\x12\x00\x07\xa8\x00\xe9\xb7\x3e\x65\x4c\xe0\xc7\x47\xad\x9f\xf4\xf8\x46\x0c\x0f\xc2\xb9\xaa\x1d\x16\x38\x97\x3b\x9b\xb6\xe3\xf2\x2d\xa1\x45\x11\x89\xb4\x7e\xf7\xb6\x56\x3a\x50\xd2\xb6\x5c\x2f\x94\x27\x98\x4f\x30\x55\x80\x2f\x80\x05\x60\x01\x78\x6f\x3a\x46\x00\x05\x40\x00\x44\x00\x58\x40\xe4\x03\x0b\xdc\x02\x8e\x31\xed\x0e\xbf\x89\x12\xb5\x49\xf8\x53\xe9\xe1\xb7\xb9\xaa\xee\xec\xaa\x95\xf4\xa7\x30\x2e\x57\x2a\x13\x3f\xa5\x51\xa1\x70\x26\x4c\x42\x69\x44\x1d\x88\xcf\x00\x1c\x40\x06\x80\x03\xc6\x00\x12\x00\x03\xa0\xbf\xf5\xe4\x20\x03\x78\x00\x25\xcc\x0c\xd6\x28\x4d\x30\xff\x77\x25\x76\xd3\x08\x10\xe8\x62\x7d\xf5\x79\x04\xa2\x89\x2a\x3f\x34\x0e\xc5\xe7\xd1\x26\x53\x1b\x57\x2a\x85\xb3\x90\xd2\x02\x53\x12\x86\x06\x40\x02\x98\x00\x06\x40\x19\x90\x7e\x57\xf0\xc1\xe3\xa3\x14\x38\x02\xf8\x12\xe4\xc4\xe7\x70\x44\x71\xa2\x7b\x56\x3a\x71\x27\x2d\x64\x5b\x2e\x10\xe8\x97\xd4\x6e\xe2\x74\x7a\x67\x79\x85\x6a\x5a\x5b\xa8\x8e\x0b\xbe\xb1\xad\x32\x87\x10\x29\x93\x36\x91\x01\xe2\x09\xb8\x3a\x58\x05\xb8\x1c\x14\xfe\x17\xae\x6f\xf9\xb0\x24\xdf\x69\x7e\x8c\xc2\x37\x23\x14\x20\x5b\xe0\x06\xd2\x9e\xf1\x73\x28\x12\x1b\xfb\xbb\x91\x80\x40\xbf\xf5\x4f\x7f\xaf\x7c\x1f\x22\x6e\xd0\xcb\x8b\x88\xc3\xf2\xd1\xb3\x2e\xd5\x51\x96\x41\xe1\x21\xa3\x91\xc3\x76\x80\x29\x85\x5d\xf9\x11\x89\xf0\x0e\xc9\x13\x95\x09\x43\x0a\xcb\x0e\xf7\x0b\xae\x21\x21\x2c\xf1\x1c\x15\x3e\x67\xb3\x94\x93\xf6\x8c\xad\xaf\xff\xdb\xbe\xfd\x6d\xce\xce\xd1\x54\x5f\x47\x7e\x79\x5a\xda\x75\x18\x9d\xeb\xb4\xe9\xb4\xaa\xa4\x18\x39\x9b\x2a\x69\x08\x5a\x29\x46\x01\xb6\x06\x2e\x37\x7e\x3a\x31\x1b\xe9\x2a\x85\x19\xb5\x14\xed\x24\x03\x0e\xd3\x35\x3b\x89\xe8\xa3\x1a\x84\xd9\xba\x87\x78\xd4\x5b\x15\xc7\xab\xca\x29\xce\x72\xdb\x90\x7c\x63\x70\xa1\x48\xc2\x7b\xff\x1c\xfb\x66\x83\x74\x05\x6f\x81\x64\x7a\x56\xe2\x50\x32\x5c\x0a\x7a\xea\x14\x5a\x16\x46\x61\x66\x3d\x36\x48\x8e\x17\x5e\x4f\x7e\x22\xc1\x75\x91\x3e\xa5\x02\x23\x44\x27\xb5\x60\xfe\x7f\xad\x40\xee\x08\x77\x6e\x66\xa0\xba\x34\xab\x32\x32\xbb\x22\x4f\xbd\xfc\xad\x2c\xb4\xdd\xa4\x45\xb8\x69\x19\x51\x98\xf6\x58\x16\x38\x78\xb8\x59\x78\x3b\x04\x76\x84\xad\xc5\xc6\xa4\xf4\x64\xb9\xe4\xcf\x94\x3f\xeb\xd3\xd8\xd9\xf9\x09\xc5\x35\xe7\xff\xb1\x83\xf1\x5b\xe5\x4c\x63\xd5\x71\x24\xb7\xe5\x73\xc9\x55\x0a\x6e\x88\xa7\xab\xbe\x99\x82\x86\x97\x78\x34\xbf\x86\x40\xa9\xd0\x8d\xe8\x94\x44\xa5\x0c\xad\xdc\x9c\x12\x81\x72\x82\x46\x8b\x4e\x84\xde\xb2\x11\xab\x75\x82\xd7\x7d\x94\x4d\x56\x48\xf5\xbf\xab\x38\x7e\x51\xee\x9d\xcd\xdd\xf7\x65\xd6\xb5\xe6\x35\x27\xbe\x0b\x94\x76\x9c\x32\xae\x56\xd6\x96\xc5\x92\x7b\x52\xd8\x54\xb6\x56\x1d\xd2\xb4\xd3\x29\xd3\x3f\x33\x0e\x32\x37\xb1\x8e\xb7\x13\x70\x2e\xf6\xd0\x0a\x3b\x4c\xd3\x2e\x23\x6c\xfb\x93\xb3\xea\x25\xff\x26\xf4\x24\x57\xa7\x78\x15\x5f\xf6\x4c\x6c\x80\x9f\xaa\x03\x99\xc1\x81\xd6\x9e\x0e\x81\x5e\x9a\x81\x80\x71\x98\x39\x85\x55\xad\x6d\xa6\x43\xbd\x2b\xa4\x87\xa7\x6f\xa8\x1f\x7b\xe8\x78\x72\x6a\x51\x7a\xe3\xed\xe0\x9f\xb8\xf7\x0c\x73\xdc\xb0\x22\x3a\x42\xd3\xfa\x5a\x6e\x9a\xe1\x11\x05\xe5\x03\x6b\x6f\x65\x11\x65\x59\x62\x43\x62\x37\xe7\xc8\xe8\x82\xee\xde\xe9\x9d\xe0\xff\x25\x48\x37\x74\x27\x16\x27\x5e\x24\xb9\xa2\x20\xa4\x1e\xb1\xef\xdb\x6c\xfb\x5f\xd8\x89\xbb\x0f\xb1\x90\x3f\x18\xd8\xbc\x50\xea\x9e\xfe\x14\x29\xee\xc7\xee\xce\xef\xa1\xe5\x71\xe1\xf3\xc5\x4f\x39\x70\x32\xd4\x2e\xa2\x36\x66\x27\xc1\x38\x25\x38\x73\x23\x67\xa6\x68\xba\x36\xb8\x7b\x76\xca\x63\xb3\xeb\xaf\xfc\xbd\xf6\xd9\x25\x99\xa5\x1b\x7c\xdf\xb8\x55\x62\x92\xde\x18\xa5\x10\x22\x18\x4a\x18\xae\x1b\x85\x15\x73\x9c\xf0\x9a\x34\x91\x6e\x94\x45\x98\xeb\x54\xac\x5d\x0e\x5f\x35\xdd\x50\xd0\xd5\x31\x31\xb4\x8e\x7a\xfa\xeb\xaf\x11\x7e\x5b\x5d\x04\x6d\x7d\x9f\x19\xed\xcf\x6b\xec\x2d\xae\xca\xfa\x92\xc2\x96\xf2\x2b\x6d\x3e\x93\x33\xab\x3b\x4f\xbb\x08\xba\x74\xb6\x22\xbf\xf6\x63\x63\x6a\xcb\x45\x77\x75\x7f\xca\x04\xd8\xea\xf4\xf1\xc1\x63\xeb\xdf\x57\x01\x2f\x79\xe7\x19\x9b\x13\x33\x6d\xfd\xd9\x8d\xbf\x2b\xe6\x8b\xe0\x0b\x5b\x4a\xc2\xca\x85\x2b\xbe\x55\x4b\xd7\x85\xb5\x78\xb6\x76\x77\x6b\x0d\x68\x8d\x1a\x4d\xbe\xcc\x97\xad\x43\x1d\xd3\xfe\xba\xff\x9b\xbc\xe6\x89\xed\x6e\xe2\x2a\xf1\x7c\xe0\x78\xe9\x70\xe8\xf0\xf6\x40\x72\x3f\x68\xef\x64\x5f\x63\x97\x65\x2f\x6b\x5b\x7c\xdb\x6d\x4b\x67\x63\x64\x6b\x6d\x13\x79\x9f\xe8\x92\xfd\x99\xfb\xef\xf7\x7e\xce\xba\xfb\x78\x66\x76\xe8\xb8\xb5\xb2\x31\xb7\x5c\xbb\xb4\xb7\x2c\x34\xd7\x32\x97\x31\xcb\x32\xcb\x38\xc7\x3f\x33\x36\x3d\x36\x6d\x32\x95\x38\x11\x32\x23\x3a\x91\x3c\x19\x31\xbb\xb9\x11\x74\x4c\x75\x67\xf1\x67\xfd\x4d\xf8\xe9\xfe\x6e\xc7\x7a\xd8\x22\xd3\x34\xf7\x78\xda\x88\xc9\x90\x45\x7f\x4d\x9f\x45\xf7\x40\xb7\x44\xf7\x7a\x37\x44\x4f\x6d\xcf\xcf\x9e\xa1\x8e\x6f\xed\x05\xed\x28\xed\xb9\x1d\x72\xbd\xb0\xe3\x7e\x4b\x45\x7b\x94\x57\xa4\xaf\x7f\x78\xc3\x5c\xea\xef\x33\xac\xbd\x9f\x99\x1a\x93\xef\x2f\xee\x46\x69\x19\x6b\xac\xac\xef\xae\xa9\xaa\x16\xae\x0c\xac\x34\xab\x4e\xa9\x81\xab\x34\xae\x1a\xae\xba\xac\x38\x29\xcb\x29\x0f\x29\x13\x2e\xbf\xad\xa1\x6e\xdb\x1a\x12\x98\xdd\xdc\xc2\x3d\xe7\x79\x1e\x03\x81\xae\xeb\x77\x64\xe6\x8f\x47\x65\x7b\x18\x5b\xc6\xeb\xd7\xab\x34\x4a\xbf\x15\x36\xe4\x75\xe6\xc0\x67\x25\x67\xb9\x64\xde\x66\x4e\x66\x9a\x66\x1a\x67\x5c\xa4\xff\x4a\xdb\x4b\x13\x4c\xd9\x49\x53\x4d\x13\xc8\xe6\x2c\x93\x6d\x1c\xea\x5d\x98\x4a\xd9\xf8\x78\xaa\x7c\x07\xb3\xab\x3e\x33\x31\xc4\xd2\xf6\xb1\x26\xae\xa4\x20\xbf\x2a\x93\x2b\xd5\x20\xc1\x3c\xf6\x36\xaa\x3c\xfa\x53\xc4\x58\x38\x57\x78\x67\xf8\x79\xb8\x74\xe8\x63\x98\x4c\xa8\x6b\x68\x55\xd0\x53\x28\x45\xc8\x74\x54\x6b\x6a\x4d\x61\x7c\xdd\xb7\xae\xee\x09\xa1\xb5\xca\xc3\x8d\x45\xe8\x61\xd6\x56\xe7\xaa\x1f\x79\xc5\xa9\x9c\xf1\xd4\x51\xfa\x21\x7e\xfe\x7b\x3e\x87\x5e\xab\x5e\xe2\x1e\xd7\x6e\x0e\xae\x3f\x5c\x63\x5d\x1e\x5c\x9c\x5d\x3d\x5c\x4c\x5c\x6a\x9c\x2a\x9d\xce\x9d\x87\xbd\xf0\x42\x33\x13\x4b\xf3\xe0\xaa\x59\x3b\xbf\x8f\xdf\x6e\xca\x8d\xb7\x77\xb9\x54\x0b\xe4\x4e\x27\x93\x44\x32\xf8\xc7\x7b\x62\xb9\x22\x3b\xb0\xda\xbd\xb7\x36\xb1\x14\x36\xbf\x32\x13\x31\xe9\x34\xb5\x31\xbe\x33\xd6\x36\x11\x32\x0e\x35\x6a\x32\x92\x35\x1c\xd0\x7f\xb4\x22\x71\x8d\x08\x34\x8b\xf3\xce\x3e\xad\x72\xee\x4c\x59\x12\x1e\xca\x6c\x0a\x28\x26\x49\x69\x8c\xe0\xf4\x9e\x72\x16\xb7\x92\x33\x19\xd7\xbf\xd4\x51\xd1\x12\xd2\x20\x50\xb3\x52\xdd\x55\xa1\x57\x7e\x52\xd2\x57\x82\x57\xea\x50\x54\x55\x52\x54\x08\x52\x18\x57\x90\xd4\xbc\x32\xc5\x74\xb4\xf7\xcb\x88\x05\x72\xf8\x6a\x74\x67\x17\xfa\x08\x6a\x62\x72\x3d\xe2\x04\x02\xa8\x9c\x94\xcc\xc0\x75\x79\x55\x7c\x14\xbc\x64\x51\xa5\x18\xc4\xf7\x45\xc1\x44\xa6\x45\xbf\x0b\x27\x0a\xcb\x0b\x6e\x0a\x0d\x08\x41\x0b\x8c\x0a\x66\x08\x69\x08\xe0\x4a\xaa\xab\xf4\x1b\x7a\xd8\x97\xfb\x89\xc7\x99\xe4\x22\xce\x2c\x74\xb9\x55\x66\x65\xe8\x44\x6a\x7a\x74\x58\x5b\xea\xc1\x2b\x34\x89\x27\x0a\xe6\xf2\x1a\x70\x8e\x71\xf8\xb3\xa6\x32\x8f\xb3\xb2\xb3\x28\x31\x7d\x60\x4c\x66\x02\x18\xe6\x19\xf7\x98\x50\x19\x3a\x18\xa6\x38\x26\x44\x16\x94\x58\x0c\xd4\xec\x53\xfc\x25\x13\x3c\x67\x48\xbb\xf8\xcb\x9f\xd2\xab\xc3\xf4\x5c\x33\x4c\x41\xea\x6a\x12\xb7\xbc\x04\x4c\x85\xb4\x30\x54\xfe\x14\xda\x64\xca\xc4\x09\xc4\x2e\xc4\x56\x44\xd0\x04\xf7\x84\x6c\x04\x1a\x04\x4d\x04\x5b\x84\xdf\xf0\x67\x28\x84\x59\xb6\x85\x1c\x14\xaa\x0c\x01\xc7\xd6\x60\xd7\x99\xdc\xae\x87\xca\x95\x0c\x82\xb0\x25\x57\x7f\x93\x18\x95\x6c\x11\x07\x36\x08\x4a\x1a\x3c\x5b\xac\x00\x0c\x18\x34\x63\x94\x22\x64\x0a\x24\x23\xc4\x18\x84\x67\x44\x5a\x04\x66\x84\x70\x84\x4b\x84\x19\x24\x3c\x74\x25\x12\x06\x66\x49\x61\x24\x65\x36\x33\x01\xb7\xd3\x05\xfc\xde\xeb\x9a\xe3\x2c\x8d\x28\x09\x0f\x0f\xf3\x63\xb5\x70\xd1\x60\x96\x76\xd2\x20\x34\x61\xb8\x68\xe8\xa4\xaf\x71\x9f\xc7\x20\x7b\x21\x9a\x20\x60\x20\xa8\xc1\x5f\xc1\x57\x20\xe4\x20\x6c\x20\x1a\x20\x12\xbe\x9a\xa2\x9c\x92\xa6\xb0\x09\x8b\xdf\x6a\x8a\x59\x07\xac\xd2\x0d\xfb\x37\x41\x15\x5c\xc6\xeb\xfa\xa1\xd8\xe8\x6b\x47\x4a\x61\x70\x46\x51\xd2\x63\x54\x41\xdb\x00\x66\x00\x1a\x40\x02\x70\x03\x62\x6f\xb3\x49\xb1\x01\x7c\x00\x12\x90\x02\x98\x01\xd8\x0f\x22\x70\xd9\xd8\xf2\xd4\x8d\x7c\x30\x0a\x69\xc6\x4a\xdb\x92\x93\xc7\x9d\x01\x15\x9e\x69\x53\xa1\x31\x2e\x94\xc6\xb6\x4a\x92\x82\x00\xfd\x0a\x7e\x0a\xbc\xfa\xa7\xea\x7f\xbc\xb5\xbf\xb9\xdb\xe2\x01\x90\x6f\x51\x90\xde\x56\x34\x84\x80\x3b\xf4\x05\xa6\x34\x65\x01\x17\xbf\x2c\x93\x9e\xd5\x71\xe0\x12\xdf\x60\x65\x83\x57\x5e\x78\x2c\x8b\x37\xa6\xe5\xb9\xa6\xb4\x04\x15\x7b\x3e\xf9\x4f\x74\x84\x6f\xb8\x80\xd4\x5b\x47\x11\x0e\x80\x08\xa0\x03\x14\x00\x31\xc0\xf1\xe6\x97\x83\x08\xfc\xf8\x2a\x81\xfe\x8e\x1c\x9e\xe3\x4c\xca\x5e\x17\xe6\xe6\x72\xc7\x64\x4a\xb8\x23\xb8\x2c\x3d\x65\x3d\x68\xcf\xf1\xc1\x00\x41\x7e\x8d\x5f\x80\x2e\x01\x8f\xe6\xa7\xf3\xc7\x24\x00\x0e\x40\x7c\xeb\x50\x46\x04\xb8\x00\x06\xe0\xf3\x5b\x3d\x04\x35\x80\x0d\x85\x84\x42\x42\x0a\xc3\x6e\x24\x49\xa1\xd5\xf7\x1b\xfb\x64\x67\xe9\xdb\x00\x79\xad\x6a\x8e\x73\xf4\x77\x4f\x6e\x0b\x73\x75\x64\x31\x2d\x36\x67\x32\x62\x34\xc9\xaf\x4c\x80\x18\x80\xff\xe6\xe9\x22\xfa\x56\x1b\x4b\x07\x14\xbd\x07\x3e\xb0\x81\x59\x7e\x69\x42\xaf\xa6\xcc\xe4\x09\x95\xbb\x35\xa2\x04\x81\x6e\x96\x36\xb3\x26\x60\x5a\xb7\x4b\xa4\x92\x95\x03\x8e\x1d\xe0\xf5\x1d\xe5\xb1\xf8\xc6\xe8\x62\xf0\xca\x7e\xe2\x7c\x38\x02\x94\xde\x7f\xfd\xf8\x09\xdc\x0b\x12\xe6\x73\xd3\x57\x4d\xe8\x2f\x30\x77\x70\xea\xdf\x29\x91\x74\x89\x22\x58\x00\xd1\x47\x0d\x63\xab\x56\x10\xe8\x99\xee\xd0\x7d\xbe\xac\xcf\xa0\x86\x2d\x5b\x39\xb2\xd3\x83\xda\x02\x5c\x3d\x48\x5c\x97\x5d\x92\xbc\x01\x1d\xea\x2b\xe4\x17\x0e\xe8\x7f\xfc\x13\xb3\xe1\xb7\x11\xf7\x51\xda\xd1\x93\x30\x3c\x31\x43\xb0\x53\xf1\xfb\xe8\x5a\xf9\xf1\x14\x7c\x8d\xb4\x5d\xde\xce\x9b\x2f\x95\x37\xca\xc7\xa2\x5b\x88\x8a\x29\x93\x20\x02\x8d\x1c\x46\x0c\x12\x14\xe4\x05\x05\x18\xdb\x08\x71\x10\xfb\x91\xe2\x50\x9d\xd0\x7f\x61\x55\xe1\x32\x12\x88\x10\xd1\x91\x1c\x93\x6b\x50\x64\xd2\xa0\xd2\x56\x73\x1b\x48\x13\x68\x77\xd9\x52\xf8\xbd\x79\x70\x3c\xaa\x1f\x70\xcf\x99\xf5\xd4\x57\xc7\x65\x45\x46\x7d\xf3\xf2\xb0\x12\xd0\x22\x94\xba\xe2\x4e\xa4\xaa\xc4\x2b\x27\xc0\x20\x7a\x26\x8d\x24\xdf\xa1\xea\xa4\xd5\x60\xd0\x63\x6e\x66\x95\xe7\x24\xe4\x31\xe4\xdb\x96\xc0\x52\x37\x36\x2f\xf0\xf0\x8b\x9c\xff\x67\xa6\x3c\xff\xbd\x6e\x3d\x1a\xd2\xaa\x5d\x82\x9e\x3c\x1d\x92\xef\x92\x6d\x92\xa7\x1a\x2e\xc6\xc6\x9a\x46\xa3\x48\x7b\xc8\xf8\x89\x89\x85\x95\x88\x83\x9f\x87\x95\xef\x48\x70\x4c\x54\x54\x7c\x5a\x46\x52\x1e\x5f\x15\xcb\x78\xdb\x39\x2e\x04\x3c\xf5\xd3\x3f\x23\x3c\xa2\x1d\xa4\x2d\x40\xf5\x29\xd4\xa1\xe7\xd9\xc4\x29\xf9\x0d\xda\x9b\x1b\xe0\x28\x6e\x09\x3c\x73\x5a\x71\x5b\xf0\xe2\xf3\x9f\x0b\x0d\x89\xf6\x48\x8a\xc8\xe8\xc8\x67\x2b\xf5\xaa\x83\x6b\x6d\xe8\x3a\x19\xdd\x39\x24\xf8\xaf\xc5\x4f\x17\xa8\xfc\x2b\xdf\x5f\x69\x6f\x61\x4e\x62\x77\x48\x56\xc4\x65\x32\x44\x5e\x7b\x25\x5b\xb7\xeb\x62\xcb\xfa\x88\x83\x49\x02\x52\x05\xb2\x86\x0a\x4a\x2a\x4a\x1a\x5f\xb4\x74\x74\x8a\x0c\x8a\x4c\x1e\xcc\xb7\x6c\x78\xec\x8f\x7c\x49\x62\x8c\xb2\x1f\x6a\x30\xfe\x4d\x9c\xe4\x63\xd3\xa5\x5f\x43\xba\xcd\x39\xc5\x5b\x29\x65\x61\x9e\x1e\x9a\x96\x4a\xda\x3b\x2a\xdd\x6a\x05\x1a\xae\xda\x32\x7a\x3c\x86\xfa\xc6\x73\x16\xe5\xd6\x4f\x76\xe4\xce\xd5\x1e\x8a\x5e\x60\xbe\x18\x91\xdb\x19\x4f\x15\x1c\x1d\x84\xff\xa1\xce\x1d\xcc\xae\xe5\x9c\x40\x1f\x52\xbd\x48\x41\x45\xd2\x62\xf0\x83\x6b\xba\x25\xab\x71\xbf\xc9\xb4\x19\xb3\xc5\xb5\x8d\xb8\xbd\x95\xb3\x90\xfb\x3b\x2f\x6d\xdf\xd9\x40\x8f\x50\xde\x28\x8b\xd8\xb4\xb4\xcc\x52\xca\x16\xc5\xe1\x3f\x3b\x9a\x7d\xbd\x18\xdc\x18\x9b\x7a\xd7\x75\x59\x13\x9e\xdb\x9e\x30\x1a\x38\xea\xc6\xeb\x98\xe3\x84\xe3\x92\xe2\x66\xe1\xb9\xec\x1b\x1b\x10\x19\xa2\x18\x81\x1c\x43\x12\x5f\x9c\x3a\x92\x2e\x95\x9d\x53\x1c\xd6\xd8\x32\x10\x37\xff\x97\x33\x94\x27\xed\x93\xd0\x35\xfc\x71\xd6\xce\x98\x2a\xa4\xdc\xf2\x78\xce\x90\x63\x3f\x5f\x7f\xeb\xc0\x89\x90\xea\xf0\x80\x28\xd7\xd8\x95\xc4\xdd\x34\x9a\xcc\xce\x5c\xef\x42\xc9\x72\x8e\x8a\x83\x86\xea\xbe\xce\x59\xba\x1d\xf8\xbf\xf2\xf7\xfe\xe9\xa0\x6b\x69\x7e\x94\xa0\xbd\xb7\xea\x25\x57\x32\x79\x28\x96\x31\x8e\x3b\xa1\x26\x19\x35\x95\x21\x63\x20\xdb\x32\xbf\xb0\xa4\xac\x2c\xb8\xaa\xa4\xe1\x7d\x8b\x58\x07\x43\x5f\xd1\x74\xd1\xe6\xaf\x8b\xc8\xbf\x33\xfc\xd6\x65\x3f\x75\x91\x68\xd4\xb1\x43\xa0\x1a\x2a\xff\x22\x87\x3c\x57\x37\xdf\xa4\xf0\xa8\x84\xb2\x5c\xa9\x8a\xa0\xd6\xaa\xd1\xbc\xa5\xa1\x93\xa0\xef\x74\x58\x61\x7c\x6e\x21\x61\x53\xff\xfc\xdb\x0b\xcd\xdf\x23\x80\x40\x37\xc1\x7b\x0b\x8b\x9b\xa3\x85\x9d\x04\xf5\x65\x55\xd4\xd5\xb4\xb5\xb8\xf5\xda\xcd\xa6\xad\xc3\x1d\x03\xdd\xcf\x03\x4c\x23\xae\x13\xcb\x33\x6d\x8b\xba\x1b\xdb\xbb\x83\x67\xb2\xcf\x2a\xff\xad\x7f\x56\x79\x88\xba\x6d\xbe\x96\xb9\x80\x3f\x97\x3d\xe3\x39\xbb\xb8\x48\xbe\x10\xbc\x40\xbd\x40\x3d\xe7\x3e\xf5\x3f\x3d\x3f\x89\x3a\xfa\x71\xdc\x7f\x8a\x70\xdd\xfe\x5f\xd6\xba\xff\xd0\x4e\xdc\xa2\x5e\x04\x1c\x5e\xee\x1b\xed\xf0\x6c\x6a\x6d\x52\xae\xf2\xaf\x9d\x2c\x5f\xae\x51\xac\x95\xae\x04\xac\x62\x2e\xd3\x2d\xaf\x2d\x83\x2f\xff\x5e\x1c\x5b\x29\x5b\xbe\xdd\xb6\x3c\xd5\xff\x95\xfd\x67\xf5\x63\xed\xd5\xcb\x71\xe5\xce\xe0\x3a\xfe\x92\xc2\xac\xc9\x34\xca\x44\xc7\xe8\xc8\x88\xcd\x08\xf4\xd0\xe5\xf0\xea\xb0\xc5\xb0\xde\x88\xf2\xf0\xa7\xa1\x4f\x43\x83\x03\x37\x83\xc1\x03\x37\xc3\x44\x93\xc5\x2b\xa6\xfb\xb5\xd7\x16\xbf\x4f\xfe\xf8\x04\x9c\x4e\x4a\xb6\xa1\x96\xb4\x66\xe6\x47\xdb\x06\xa3\xba\xdb\x3a\xd3\xda\x5a\xdb\xea\x9b\x83\x9a\x23\x9a\xe8\x1a\x49\x9a\x12\x9a\xe4\x1b\x5d\x9b\x84\x1a\x5e\xea\x1b\xeb\x25\x1b\x94\x1b\xfa\x1a\x2c\x3b\xfa\x47\x70\xe6\x25\xb6\x83\x2e\x58\x5e\xc0\x40\xa0\x9b\xb0\x03\xee\x95\xd0\xa9\xba\x21\x81\x5e\xe4\x56\xd6\x46\xc4\x1a\x98\x72\xcb\x72\xa6\xe2\xb4\xe2\xf8\xc2\xfb\xfc\xb4\x7c\xbb\x82\x9f\xf9\x14\x05\xb0\x05\x91\xb9\xab\x39\xe5\x79\x3b\xb9\x92\x05\xe2\x85\xec\x15\xf6\xcd\x56\xfd\xa2\xd3\xa1\x1b\x6c\xa7\x55\x77\xa1\x87\xbb\xcb\xf2\x13\x48\xbd\x64\xad\x24\xd5\xbe\x65\x1c\x85\x55\xd9\xe7\x19\x42\xa9\xaa\x29\x42\x49\x3f\x12\x0e\x12\x38\xe2\x18\xe2\xb3\xe3\x08\xe3\x46\xe3\x90\x62\x8b\x62\xb2\x63\x59\xa2\xfc\x62\xf1\xe2\x7e\xa6\x3f\x14\x8b\xd6\x93\x76\x3b\x4d\xf8\xae\xa9\x9d\xd6\x6d\xe0\x4d\x44\x76\xa7\xd5\x27\x94\x33\xe5\x4a\xa6\x52\x26\x48\x44\xdb\x45\xe4\x84\x6e\x04\x23\x07\x8e\xfa\xb9\xf9\x99\xfa\xbd\xf3\x2d\xf3\x39\xf3\x29\xf4\x99\xf2\x6e\xf1\x3e\xf7\x8e\xf1\x7a\xf2\x89\xf5\xc5\x0a\x6f\x48\x86\xcf\x7b\xa9\x2e\xe9\x74\x18\x97\xdc\x73\x9f\xab\x1c\x78\xdf\x64\x58\xe6\x96\xd9\x17\x3f\x18\xde\x16\x28\xed\xbd\xea\xee\xe8\x5a\xe6\xf8\xe4\x60\x6e\x07\x69\xeb\x61\x43\x6d\xf3\xde\x16\xd5\xba\xdd\xba\xd3\x06\xde\x4a\xdd\x3a\xdb\x72\xc5\xea\xca\xd6\xc9\xdd\x22\xa8\x23\xfe\x7b\x8e\x69\x55\x7c\x27\xf2\xc6\xe0\xf8\x72\x07\x6d\xa5\x60\x76\x6d\xfc\x41\x70\xa9\xe7\x0f\x27\x0d\x1b\x7a\x0b\x28\x53\xc0\x50\x56\xdf\x45\xd7\x43\x97\x5e\x57\x41\xc7\x4a\xbb\x48\xd3\x4c\xcb\x44\x3b\x4e\xfb\x93\x76\x8c\xb6\xbd\xd6\x7b\x1d\x5f\xb3\x65\xa7\x40\x7f\xae\x98\x9b\xec\x90\x2a\xfd\xe5\xc3\xe1\xde\xa6\x89\x62\x88\x14\xa2\xd0\x38\xcf\xef\x76\x3c\xc6\x6c\x3a\x5a\x1a\xec\x2a\x08\x0a\x25\xf2\xb2\xb2\xf0\xd2\xec\xd2\x34\x52\xed\xd2\x4a\x92\x57\x52\x78\x92\x73\x92\xb6\x52\x34\x12\x33\xd2\x44\xd2\x0b\x6a\x5a\x46\xe2\xf6\x64\x3e\xb9\xd1\xe6\xd9\xfb\x0b\x3b\x03\x1c\xf5\x97\xf9\x8f\xf1\x23\x01\x12\xce\xca\x26\x37\x9a\x1f\x15\x78\x25\x20\x84\x23\x05\x43\x05\x20\x79\xec\xb8\xa3\xb8\xa6\xb9\xbc\xb9\x88\xb8\xf4\x38\x69\xb9\x28\x39\x5d\x39\xe1\x38\x52\xb9\x14\xb9\xed\x45\x6f\x14\xad\xf4\xb5\x6d\x13\x7d\x6d\x63\x96\x16\xfc\xfb\xe2\xea\xcc\x73\xd1\x63\xbe\xfa\x1c\xd8\xa4\xea\x2a\x29\xea\x09\xa7\x70\xe5\xb0\x80\x31\x4a\xd1\x7b\xd2\xfc\xa2\x86\xa2\x82\xa7\xac\xa1\x74\xa7\x98\x26\x4f\xa0\x38\xa0\x8c\xa3\xc4\xa6\x88\xa0\xf0\xa6\x6a\x62\x85\x15\xb4\x53\xe0\xd0\x0b\xb7\xeb\xf1\x2b\x5a\xa4\x1e\x50\xae\xf3\xc9\xfd\x10\x9b\xe8\xf3\xcd\xda\x5a\x0b\x5d\x9a\x9e\x97\x8f\x01\x86\x4c\x82\x20\x11\xef\x06\xe7\x1e\xbb\x1b\x2b\x1c\x33\x1c\xe3\x1e\x93\x18\x63\x00\x63\x1a\xe3\x0c\x23\x1a\x63\x02\x23\x0c\x73\x9c\x44\x88\x91\x45\x10\x45\xbe\xd9\x70\xdc\x89\x7c\x65\x7e\x18\xb7\x51\xab\x00\x29\xee\xca\xb7\xd2\xc6\x51\x07\x5a\x6a\x96\xdb\x8c\x3a\x1f\x17\x1f\x49\x1b\x3e\xfe\xfb\x3d\x5c\x1f\xec\x31\xcc\x4f\xe8\x68\x68\x66\x68\x66\x68\x99\x6f\xb3\xdf\xee\xa0\x2d\xa1\x9d\x61\x28\x90\x79\x08\xf3\x19\xb3\x85\x82\x54\xd0\xcd\xfd\x37\x16\xc7\x71\xdb\xe2\x4a\x45\x93\x1d\x82\xfc\x9c\xd0\x0c\xb0\xe4\x2e\xf9\xb2\x68\x8d\x70\xf6\x7e\xd8\x83\xab\x83\xa5\xbe\x3f\x7b\xa7\xfa\x36\x63\x1e\x05\xc0\x7f\x9b\x63\x8d\x0a\x10\x00\x9e\xc0\x0e\xd4\x2e\x0a\x26\xe9\x1e\x47\x90\x64\xb0\x0e\xd7\xbe\xc3\x9c\x66\xcf\x4e\x75\x42\x96\x40\x24\x8b\xfb\xa1\xf9\x2f\xb5\xef\xa2\x86\x2c\xdb\xc4\xd7\x28\x8c\x9f\x6d\x00\x06\x80\x1d\x80\x05\x48\x00\x26\x80\x02\xc0\x02\x04\xdf\x3a\x6b\x48\x01\x04\x00\x16\x5c\x01\x41\x98\x60\x93\x31\x4e\xb0\x5d\xf9\xf4\x3c\x62\x2d\x6e\x04\xd4\x3c\x59\xf4\x9a\x18\xe4\x3f\x69\x07\xab\x5b\x28\x33\xc2\xbd\x48\x1d\x85\x9d\x05\xd7\xf7\x41\xfd\xcd\x9b\x1f\x11\x60\x7c\x73\x03\xc1\x05\xe8\x00\x98\xb7\x6a\x8c\x2f\x60\x0d\x3f\x3a\xf1\x3f\xd3\xdb\x0b\xd8\x29\x0e\xfc\xa2\xde\xbb\x9f\x63\xed\x29\xa8\x0c\xcc\x90\x08\xaf\x70\x33\x31\x19\x54\xde\x11\xb6\x63\x56\x25\x7a\x45\xe6\x82\xaa\x06\x88\x00\x24\x00\xee\xad\x3b\x18\x1a\xf8\x0e\xf0\xbe\xb9\xe6\xc9\x02\xaa\xef\x5a\xbe\xeb\xe3\x05\x31\xd2\x8b\x40\xa8\xb5\x83\x40\x17\xd2\xab\x5c\xc3\xdc\x4d\x42\xf9\x2f\x71\x49\x7e\x60\x36\x73\x3a\x1c\xd2\x45\xdc\x78\x54\x17\xd8\xea\x70\x52\xef\x5a\x01\x3d\x40\x02\x20\x7e\x67\xfa\xc1\xe1\x63\x21\x38\x33\xa4\x01\xe4\xc3\xe7\xa7\xaf\x90\xdf\xc4\xd0\x8a\x28\xf0\xb9\x48\x64\xba\xf5\x59\x40\xa0\x7b\xf9\xdd\x9d\x99\xcf\x9d\x79\xe5\xa1\x69\xad\xa1\x3d\x2e\x97\x26\x36\xca\xce\xc2\x1a\xcc\xc6\xc4\xf7\xc8\x2b\x90\xbb\x9f\x64\x21\x95\xbf\x20\x7f\x6b\x87\xb5\xf8\x2e\xfb\x13\x0a\xa1\x08\x71\x0d\xd9\x19\x8d\x00\xdd\x91\x58\x96\x39\x4f\x64\x4e\x6d\xda\x62\x16\x04\xfa\xed\x7d\x9a\xb9\x9c\x38\xe8\xdb\xc0\x9e\xd7\x1c\x07\xed\x53\x66\x33\xa5\x5d\x25\xc3\xc3\x53\x46\x73\x8f\xe3\xfd\x9d\xf2\xfb\x19\xbc\x16\x52\x2d\xea\x07\xf4\x2d\xac\x7a\x5c\x16\xfc\x10\x02\x17\xe2\x3c\x52\x1e\x0a\x08\x06\x1d\xfe\x43\x05\x3b\xc3\x41\xe7\xb7\xa9\x45\xb7\x38\xdb\x4e\x53\xd8\x1d\xf2\xe5\xa4\x69\x2a\x21\xdb\x2e\x03\xa6\xb0\xaa\x4a\xa2\x05\x6c\x5f\xc8\x82\x30\x71\xb0\xe8\x70\x66\xf1\xdd\x88\xe0\x49\xe9\x29\xd4\xa8\x4e\x68\xb9\xe8\x3a\x19\x1b\x59\x69\x39\xf2\x79\x3b\x64\xc2\x74\x3c\x6d\xf1\xfd\xe2\xfe\x11\xe1\x15\xfa\x78\x75\x09\x7d\xc0\xac\x81\x2e\x9f\x39\x2e\xd4\x1f\xd5\x6e\x4a\xdf\x48\x7e\x4d\xa0\x93\x61\x91\x4c\x83\xe2\x27\x15\x1b\x2d\x2a\xfd\x2d\x53\x1a\x1b\x3f\xa7\x01\x77\x34\x9f\x93\x20\x99\x88\xb7\xb8\xab\x74\xb4\xa6\x9c\xc5\x9a\x07\x28\x0a\xe1\x0f\x46\xbc\xdf\x16\x9a\xdc\xed\x48\xaa\xb0\xc9\xf0\x8a\x40\xf7\xcc\xb2\x2a\xd7\xea\x95\x46\xe1\x56\x60\x8e\x63\xad\xe1\x40\xe4\x0c\xe0\x39\x14\x58\x12\x49\x12\xe7\x91\x46\x91\x0d\x51\x44\x57\x56\x57\x73\xd4\x6e\x34\xa3\x74\x65\x0d\xc5\x4b\xfd\xa3\x6e\xf0\xf9\xf9\x84\x65\x19\x6f\x58\xa7\xa9\xaf\x28\x24\x99\x3b\xb8\xd0\x45\xc0\x74\x5c\x3d\x45\xfc\x5c\x08\x55\x78\x4b\x0c\x53\xbc\x5f\xaa\x49\xae\x4a\x09\x53\x25\x4b\x7d\x4c\x1b\x55\x1f\xce\xe4\x93\x99\xac\xf5\xb4\x33\x74\xe0\x5c\xa2\x64\xa1\xde\xbf\xd9\x1f\xb9\xbb\x3e\xab\xdd\xeb\x55\xab\x96\x2b\x1b\x77\xe2\x3f\xef\x28\x6b\x68\xaa\x42\x20\xcf\xa4\x90\xa3\x94\xaf\x3a\xa2\xe1\xa0\x23\xa9\xd7\x6e\xac\x6f\x16\x69\x59\x69\x33\xee\x8c\xe8\x06\xe1\xf9\x21\xe0\x2e\x2e\x31\xb7\xb3\xd6\xfe\x5f\x11\x7e\x1b\x9c\x3b\xac\xbb\x8e\xcf\xb6\x77\x54\xf4\x64\x69\x46\xb7\xf9\x14\xd9\x79\x19\x15\xe9\xe4\xe9\x05\x18\xcc\x18\xd3\x9a\x79\x5b\x26\xd9\xd2\x3b\x02\x2e\x1f\x3d\x98\x7c\x70\xfd\xe8\x82\xa5\xc3\x52\x62\x6e\xb3\x19\xaa\x74\x3b\x3b\xff\x43\x9d\x87\xa8\x23\x81\xa5\xb4\x21\xb6\xe6\xba\x92\xb1\xf4\xe3\x48\x36\x2f\x28\xfb\x65\x6b\x70\x9b\x06\xbb\x02\x47\x7a\x17\x17\xf7\x79\xaf\x6e\x7f\xec\xa0\xd6\x30\x20\x32\x20\xee\x7d\x32\x5d\x5a\x6d\x8e\x50\x05\x78\xdb\xf4\xd8\x5f\xbc\xe1\x6f\x58\x77\x0d\xe7\x4d\x07\xec\x9b\xec\x8a\x4b\x53\x77\x22\xac\xfd\x3e\x7b\xaa\x7a\x8d\xfb\xa2\xfa\x7f\x0e\xfa\x15\xa6\x17\x69\x19\x0b\x9b\x18\x96\x8a\x97\x11\x98\x9b\x53\x94\x56\xfa\x54\x5d\xdf\x32\x36\xac\xbc\x24\xf3\x17\x74\x06\x5d\x2a\x6d\x11\xcc\x88\xf4\xed\x35\x68\x17\x45\xa6\x1e\x45\x4f\x85\xab\x45\x7d\x88\x92\x8f\x61\x4e\x44\x4b\x49\x49\x1d\xcc\xd2\xcf\x47\x2d\x9a\xae\xd0\xac\x89\xaf\xef\x6f\xae\xeb\x9a\x18\xbc\x9d\xbf\xd9\xab\xff\x2b\x7d\x5f\x8c\xce\x62\x36\x64\xa6\xc9\x7a\x5e\x1b\x1a\x8a\x27\xb3\x02\x52\xd2\xd2\xec\x32\x71\xb3\xc0\x72\x17\x0b\x44\x4b\x59\x2a\x7b\x6b\x90\xeb\xee\x5a\x3a\x3b\x04\xfa\x65\x87\x04\xc6\xe7\xe6\xbf\xee\x92\x5f\xb3\xfe\x9d\xe0\x8f\x8b\x27\xfe\x6b\x07\xd3\x3a\x3d\x48\x8d\x1c\x95\x16\xc5\x24\x25\x1d\xe5\x6b\x95\x5a\x55\x9d\xf5\xc4\x4d\x88\xad\x59\xdd\x73\xbd\xcd\x43\xc8\xe3\x82\x33\x58\x0b\xd6\xab\xca\x3b\x53\x97\x4f\x20\xc2\xff\x5e\x05\x3c\x9c\x9d\x12\xae\xcb\x4e\xdb\xf6\x5d\xb6\x0f\x37\xbd\x36\xab\xb6\xec\xb4\x8b\x77\xe9\xf5\xc2\x0e\xca\x8d\x38\x4d\xf8\x4d\x3f\x2e\x8c\xae\x5c\x6d\x15\x1d\x5a\x9d\x7c\xb9\xa6\xf9\xfd\xf7\x6a\xd2\x7f\x7e\xae\x95\x2f\x71\x8f\xe9\x0f\xc9\xf7\x6b\xf7\x7b\xf7\x14\xf7\xcc\x77\x42\x77\xd9\x77\xef\xef\x7f\xdc\x67\xdc\x7e\xb8\xe9\xbd\xa1\xb9\x11\xbf\xbd\xb8\xdb\xf9\x5f\xf7\x06\x81\x9e\xd1\xee\xd6\x2f\x79\x4e\x5f\x8e\x02\x0e\xb2\xf6\x37\xf7\x1e\xf6\x3e\xee\x3c\xed\x8a\xef\x70\xec\x50\xec\xd0\xec\x80\x6f\x7b\x6c\x2b\xed\x38\x6e\xe5\xef\xa8\x6c\x27\xee\x31\x9c\x4f\x3e\x06\xfc\xed\xd9\x75\xae\x88\x8e\x62\xf6\x64\x37\x56\x57\x03\x96\xac\xe6\x8d\x67\x1f\xe6\x90\x66\xf0\x26\x45\x27\x2f\xa6\xa6\xa6\x22\x27\xed\xa6\xbc\xa6\x20\x26\xc9\x27\x72\xa6\x66\xa7\xd0\xa7\x10\x67\x24\xd7\x86\x0f\xab\x6f\xff\x3d\x17\xed\x95\xfe\xfa\xfb\x21\xd4\x56\xee\x4a\xf5\xcc\xcd\x78\xf8\x88\xfd\xa0\x56\x2f\x72\x2f\x55\x37\x61\x17\x47\xa7\x66\xc7\x52\x87\x62\x07\x72\x7b\x52\x47\x67\x87\x4f\x7b\x46\xbb\x62\x3b\x56\x7b\x52\xfb\x6a\xb7\xf8\x98\xe0\xa2\xc4\x2e\xe2\x25\xe4\x4b\x03\x08\xf4\x84\x71\x96\xbc\x4d\xbb\x8c\x38\x49\x36\x6c\xd1\x7b\xde\x7e\xd6\xec\x57\xbf\x52\x0f\xd4\xb0\x56\x1a\x57\xe8\x97\xf3\x95\xe3\x95\x67\x95\x7b\x94\x7d\x2a\xf3\x2b\x6f\x2d\x83\x2e\x8b\x28\xa3\x2c\xc6\x2f\x8d\xaa\xea\x6b\xbd\x18\x44\x9a\x69\xdd\x24\x3b\xbd\x7c\x71\x3d\xa3\xd8\xb0\x9d\x4d\x1c\x26\xe9\xc6\x6d\xca\xab\x45\x29\x77\x2e\x16\xce\x27\xcd\xc3\xce\x32\xcd\xd4\x4e\x3f\x4e\xd7\x4e\xdd\x4e\x19\x4a\xe7\x4a\xcd\x4b\x9d\x4f\x2b\x4d\x95\x4a\x69\x4b\xf5\x48\x1a\x4b\x01\xcb\xaa\x2d\x35\x69\xc8\xec\x71\x9a\x94\x5d\x6b\xb8\xb6\xda\x3d\x9f\x3f\x1e\x11\x6f\xef\xaa\x91\x2d\x8e\xcf\x45\x49\xb7\x4a\x7c\x8d\x97\x8e\x25\x89\x0c\x0a\x47\x0b\xa3\x0e\xb5\x08\x3b\x0e\x05\x0b\x15\x0a\x5e\x0a\x11\x08\xc3\x08\xb1\x0b\xb5\x0b\xb5\x08\xd6\x0e\x45\x8c\x62\x4b\xd9\x2c\x90\xa8\xf1\xea\xac\x1d\x8f\x3c\x9e\x58\xd1\x1b\xf5\xe9\x94\xaa\xcd\x28\x4c\x4f\x87\x88\x1d\x8a\xf8\x10\xdc\xe4\x6f\xe1\x43\xe8\x51\xe4\xe6\xe4\x16\xee\x32\xe1\x02\xe3\x66\xe1\xb2\xea\x64\xe3\x1c\xef\x0c\xe7\xd2\xe3\xd2\xe6\x5a\xed\x1c\xe4\xd4\xe3\x59\x1e\x22\x93\x40\x9f\xd3\x5b\x65\xd9\xf1\x63\x47\x61\x8e\xb3\x6f\xb2\x61\xbf\x28\x23\xb5\x24\x3a\x37\x20\xd6\x13\xd1\xc5\xd5\xde\xdd\xda\xdd\x62\xcf\xac\xd5\xf4\xcc\xe4\x9d\x09\xbd\x51\xbd\x31\x8c\x21\x98\xe1\xbe\xe1\xb4\xd1\xb2\xf1\x84\x31\xa5\xd1\xa3\xa1\x82\x25\xbc\xf3\xb9\xff\x7d\x4c\x54\x16\x4b\x85\xf8\xe6\x87\x89\xa9\x4e\xb5\x8a\xe1\xec\x8b\x38\xaf\x80\x28\x97\xaf\x36\x5c\x26\xd0\x7a\x44\xda\x8d\x9a\x01\x6a\xac\x2a\xa7\xca\x44\x4a\xa3\x4a\x86\x4a\x75\x4a\x5f\x15\xa1\x14\xee\x14\x32\x94\xe4\x95\x48\x14\x25\x15\x86\x34\xac\x8c\xad\xed\xa5\x7c\xe4\xa3\x04\xb3\x5c\xd7\x72\x47\xeb\x5a\x42\x4b\x9e\x52\x57\xc3\x4b\x3d\x22\xad\x96\x0c\xd6\xd4\xc1\xe4\xba\xa4\xa2\x25\x70\xc5\x62\x44\x82\x05\x5f\x04\x97\x05\x35\x05\xea\x04\x55\x04\xb0\x04\xde\x09\xcc\x09\x58\x09\x31\x0a\x3c\xf3\x5b\x89\x37\x28\x31\xea\x15\xdb\x50\x79\x6b\x45\x0b\xae\x91\x8d\x3a\x34\xe3\x17\xbb\x24\x4d\x06\x13\x3a\x89\x9a\xda\xa8\x97\x49\x2b\x0a\xfa\x71\x8b\xb3\xbb\xb2\xc2\x32\xa7\x33\x15\x31\x76\x32\x58\x31\x40\x30\xa4\x32\xc2\x33\xac\x31\x14\x31\xac\x33\x2a\x32\x1c\xd3\x7b\xb2\xb9\x08\x0a\xc9\xa9\xe8\x88\xd9\xa0\xfb\x5a\xae\x69\x8e\x7a\x35\x67\x16\x7b\x27\xe9\x05\x4a\x38\x06\x18\xce\x2a\xb1\x0b\xdf\xb0\x75\xd2\x62\x91\xef\x93\x56\x93\x10\x10\xde\x12\x06\x13\xb0\xe2\xe7\xe0\x0f\xe1\xcb\xe0\xf7\xe2\x17\xe1\xa3\x10\xe0\x12\x78\xe1\xb7\x92\xc2\x31\x58\xf0\x15\xc9\xfe\xd2\xad\xb0\x43\xda\x44\x1e\x4f\x68\xb7\x29\xb5\x48\x91\x0e\x86\x74\x02\x37\xa4\x55\x54\x13\xd8\x60\x8c\x25\xce\xc1\x74\x43\x6d\x41\x81\x44\xf2\x44\x24\x83\xbf\x44\xe0\xfe\xb9\xf7\x73\xe9\x67\x1c\x3c\x12\x3c\x2b\x7c\x30\x7c\x30\x02\x01\xf2\x16\xfe\x30\x1d\x03\xaf\x80\x3c\xbb\xa1\xcf\xae\xdd\xac\x51\xd7\x48\xa5\x6e\x06\x6c\x78\x8d\x6b\xa6\x49\x84\x8a\x99\x30\x0a\x53\x1f\x91\x0b\xf2\xc6\xb7\xa6\xcf\x48\x90\x26\xe0\x97\xe0\x38\x9f\xa4\x3f\xa1\x7d\x9c\xf9\x38\xfa\x71\xef\xd3\x8f\x4f\xc1\xe0\x5e\xe0\x85\x90\x74\xf0\x87\x04\x83\x8c\xe3\xc2\x6e\x6a\x67\xc7\x16\x8b\x27\x03\x49\xf5\x15\x79\xc4\x31\x5d\xde\xfe\xd6\xcb\x5a\x36\x92\x5e\x9c\x32\x14\x33\x18\x0b\x30\x61\xef\xc4\x01\x22\x00\x17\x10\x04\xbe\x01\x28\xc0\x77\x00\x17\xf8\x02\x90\xbf\x4d\xf6\x34\x00\x98\xbf\xe5\xa0\x13\x91\xf7\x71\x45\x48\xd7\x5c\x13\x6d\x46\x4f\xf0\xb7\x8b\x94\xc1\xa6\x46\x86\xf0\x39\xe5\x1b\x4e\x2a\xb2\x08\x7e\x66\x70\x25\xe8\x44\x68\x80\x08\x7b\x73\xb7\xa1\x78\xf3\xb6\x83\x06\xc4\xde\x5c\x66\x61\x01\x34\x40\x08\xa0\xfb\x9c\x8f\xea\x45\x1a\xcf\x51\x2e\x35\xfd\xc4\x72\x84\xb2\x88\xde\xbf\x53\xa7\x96\xa3\x11\x75\xe5\x05\x58\xec\x68\xb8\x4a\x84\x70\xf0\x91\x4f\x62\xf4\x41\x27\xbc\xf9\xc1\x13\x03\x94\x80\x14\x80\x06\x60\xbe\x83\x7c\x9f\x0d\x46\xf7\x71\xe9\xd3\x03\xf8\x09\xac\x15\x0e\x29\x5d\xb0\xa0\x9a\xd2\x6f\x10\xe8\xfa\x6e\x33\x64\x3c\xba\x35\xb0\x78\x3b\x69\x3f\x08\x70\x70\x31\x58\x53\xa0\xe0\x3f\xa2\x7f\x24\xd0\x42\x90\x07\x87\x01\xf0\x3f\x28\x7d\xec\x87\x50\x87\xb2\xfa\x72\xf2\xad\x16\x96\x06\xae\xe3\x87\x37\xfc\x17\x84\x30\xf4\x18\xf2\x7a\x4e\x02\xa9\x22\x9d\x33\x10\xe8\xb1\xf7\x30\x7b\x3e\xa4\x67\xbe\x26\x39\x9b\x2e\x32\xd8\xf3\x9b\x05\x8f\xc6\x47\x09\x7d\x8e\x1b\x0a\x17\x4c\x6a\x68\xd9\x6f\xe0\x30\xf5\xdf\xb3\xe0\x09\x11\xa1\x51\xf0\xd0\x3e\xa1\x4f\x62\xad\x61\x8f\xe1\xc5\xe0\x3f\x92\x32\xb3\xe0\x8b\x2c\xa8\x0e\x9b\xcf\xfd\x23\xc3\x5c\x9a\xae\x7f\x1a\x55\x68\xd9\x2f\xc6\x4d\x1c\x0a\x22\x73\x0c\x34\x44\x54\xe8\x11\xac\x60\x9c\x25\x8a\x41\xc6\x42\x9e\x47\x13\xc1\xb4\xc4\x41\xc2\x87\x20\x3c\x21\xa1\x20\xf3\xa1\x54\xa6\xda\xa0\x73\x63\x08\x67\xf6\x12\x14\x56\xf8\x65\x58\xe4\xf4\x96\xeb\x7e\x4d\x1d\x50\xcc\x7d\xec\xa9\xac\x8e\xc8\x3c\x8f\xbc\xf2\x8c\xb3\x24\xd3\xaa\x93\x5a\xe7\x91\xa7\xf9\x48\x20\x40\xa4\x42\x82\x4f\x0e\x4e\x39\x4d\xcb\xca\x08\xc5\xdc\xc1\x6a\xc5\x91\xcd\x55\xc9\xeb\x27\x48\x2c\xec\x2a\xe7\xa4\x9b\x62\x5b\xec\x17\xfa\xcf\x3c\x77\xde\xba\x76\x3f\xb2\xd3\x82\x52\x54\x99\x2c\x1c\xfc\xd9\x59\xc7\x84\x5c\x95\x4c\xf4\x94\x2d\x84\x56\x92\xfe\x03\x13\x34\xcb\x02\xbb\x3f\xd7\x0b\x6f\xb5\x40\xb1\x30\xb6\xd8\xbe\x64\xa0\x34\x89\x82\x83\xb2\xa4\x76\x8b\x95\x8e\x17\x74\x94\xf5\x3f\x23\xdc\x3f\xef\x2b\xcf\x01\x3d\x5a\x35\x02\x39\x67\xb1\x92\xbe\xcb\x76\xa7\xfa\x95\x8a\x44\x42\x18\x5c\xa1\x3c\x29\xfc\x32\x42\x55\x22\x73\xe2\x21\xd2\x18\xf2\xed\x4a\xef\xd4\x1c\x34\x3d\x74\x2c\x0c\xa4\x4d\xec\x2d\x26\xdc\x05\xc3\xf2\xd3\x12\xff\x48\xb6\xc7\xe7\xea\x6b\xa0\xb1\xad\xd6\xbb\x72\xfe\xf4\x8c\x48\x3f\xcf\x0d\xeb\x30\x6d\x35\x79\x2e\x49\x77\xe9\x12\x59\x2b\x85\x06\xa5\x1d\x35\x52\xcd\x25\xdd\x5f\x06\xaa\x26\x44\x16\x1b\x56\x9f\xec\xab\x5d\x84\xdd\x3f\x86\xc8\x26\xa3\x17\x8d\xfc\x3b\xdb\xa7\x1f\x46\x2c\x06\x0d\x6a\x35\xd6\x17\x6e\x27\xe5\x85\xbc\xba\x5e\x58\x28\xea\x6c\xa8\xab\x6a\xae\xea\x7c\xd1\x35\x37\xd0\x37\x16\x36\x67\xb1\xc1\xb0\x93\x73\xb2\x70\xdd\xf0\x12\xf6\xed\x0d\x62\x0f\x9f\x4c\x84\xcf\x9f\xa9\x47\xfd\x0f\x31\xae\x17\x76\xbe\x4f\x5b\xf7\xf0\xd5\xdc\xe6\xb1\x26\x08\x07\x46\x39\x35\x5b\x9a\x99\xfa\x98\xa5\x9a\x2f\x58\xd5\xda\xea\x3a\x6a\xbb\x96\x79\x54\xf8\x24\x06\x98\x84\xe0\x46\xe0\xc4\xfa\x27\xdc\xa5\x9b\xe7\xa3\xd5\x64\x75\xe7\xfe\x89\xdb\x87\x67\x99\x6b\x22\xe3\x51\x1d\x9b\x55\xe9\x39\x83\x71\xc3\x01\x71\x6e\xed\xce\x10\x2e\x7c\x6e\x65\x1e\x0e\x3e\x4e\xfe\x4a\xc1\x41\x61\xe1\x51\xb4\x71\x09\xc9\x42\xe9\x58\x59\x53\x79\x41\x25\x71\xd5\xc1\x9d\x33\x13\x7f\xe9\x04\x7d\xf8\x7c\x78\xbd\xb4\x39\x32\xdd\x76\x59\x29\x9d\xad\x19\x97\x16\xaa\x1d\x68\x1d\x0c\x84\x20\x85\x39\x47\xc9\xc4\x0e\x25\x12\xa7\x66\x64\x44\xe5\x86\x15\x72\x97\x2e\x55\x1b\xd5\xcc\x34\x45\x74\xe4\x8c\x51\xae\xfc\x75\x9a\x16\xe8\x36\x64\x3f\x6b\xa1\x73\x48\xb5\x95\xaf\xc2\x2f\x47\x3d\xb9\x2c\xe1\x7d\x92\x72\x52\x67\xaa\x7e\x86\x7b\x4e\x40\x7e\x73\xc9\x66\x85\x5b\xd5\x76\xbd\x75\x73\x47\xe7\x46\xef\xe1\x90\xc8\xe8\xe6\x32\xf8\xa1\xea\xdf\xe9\x7b\x5d\xb6\x1b\x33\xdf\x33\xb4\xd4\x3a\x53\xf5\x50\xe8\x9c\x97\x52\xd0\x58\x68\x5b\x52\x56\xf6\x52\xd5\x59\x57\xd2\xc8\xdd\xb6\xdd\x31\xd0\x6f\x34\xf2\x79\x5c\x61\xe6\x62\xe1\x75\xbd\xe7\x80\xe1\x8e\xf8\xbf\xd8\xdf\x76\xd9\xbc\x43\xb5\x00\x3b\x24\xd5\x49\xd8\x48\x5e\x0d\x57\x3b\x53\xbf\xd6\x38\xd0\xca\xd1\xb1\xdc\x73\xda\xc7\x3f\x22\x36\xc6\x3f\xdd\xbc\xc8\xbe\x1a\xb6\x9d\xb4\x8b\x7d\x0c\x7d\xcb\xf8\x3f\xd7\x0f\x52\x17\x73\xbb\xe5\x0b\x96\xe3\x84\xfd\x44\x9d\xfe\x5d\x59\x7d\x46\x03\xe0\x43\xd7\xa3\xe5\x13\x37\x33\x1b\x4b\x8c\xab\x5a\x9b\xfe\x7b\x91\xc7\x58\x17\x9a\xb7\x6b\x8f\xd6\xff\x4b\xff\x9f\xeb\xf5\x12\x24\xf9\x82\xf8\x42\xf6\x6c\xfc\xbc\xf0\x34\xf6\x7c\xf6\x92\xf3\x22\xf2\xfc\xfc\xe2\xf0\x14\xf1\xfc\xf0\xfb\xf4\xff\xa5\x7a\x51\xb8\x6b\xbe\x69\xbd\xdc\xbc\x98\x38\x57\x3c\x35\x3a\xde\x3c\x61\x3d\xb4\x3a\x6e\x3e\xb2\x39\x96\x3f\x72\x3e\xee\x3e\x76\x3b\xae\x3c\x34\x3a\x12\x3b\xce\x39\x09\xbe\xcc\x79\x2e\xfa\x9b\x58\xec\x57\xda\x35\xcf\xe9\xf6\x81\xdd\x8e\xc4\xc6\xe4\x06\xe7\x8a\xf9\xd2\xf2\xb2\xe3\x62\xcc\xc2\xea\x82\xcd\x22\xd5\xa2\xc9\x22\xf5\xa2\xca\xd2\x87\x85\xe8\x45\xf4\x45\xc4\xc5\xbd\xa5\xe5\xcd\x6f\xc7\xeb\xf7\xb4\x7f\xfa\x26\x90\x5e\x9a\x1e\x54\x6e\xdb\xad\xdc\xcf\x37\xcf\xd0\x4f\x59\x8d\x6e\x0e\x67\x0c\xd9\x0f\x5c\x0c\xc2\xf7\xe3\xf5\x4a\xf6\xf3\xf6\xb6\xf7\x45\x0d\xb4\x0e\xe2\xf4\x13\xf6\x19\xf6\x1b\xf7\x8b\x0d\x51\x4c\xb0\x2d\xa7\xec\x65\x5d\x89\xbd\x5a\x83\x40\xbf\x71\xaf\x53\x0f\x1b\x36\xc1\x17\x78\xa7\x80\x91\xf8\xbe\x80\xee\xc2\xce\xc1\x96\xbe\x26\xe5\x46\x9b\x06\x84\x3a\xe7\x06\x8e\x3a\xb1\x3a\x8d\xfa\xcf\x35\xdb\xf5\x29\xf5\x02\xf5\x39\xb5\xbf\x6a\xd9\x6b\x0d\x6a\x53\x3a\x8c\x87\xe1\xe6\x68\xb7\x60\xce\x26\x40\xa0\xdb\xf0\x23\xb2\xd5\xee\x29\x99\x41\xee\x6e\x98\x66\x9b\x3a\xab\xca\xec\xb2\x94\x12\xed\xc2\xe9\x82\xb2\xdc\x97\x5c\xd4\xdc\xce\xbc\x95\x9c\xf1\xdc\x8c\x1c\xf7\x3c\xea\x3c\xf8\xbc\xcf\xf9\x72\x79\xc4\xf9\xed\xf9\x3d\xe5\xdd\x4d\x1a\xbd\x07\x53\x50\xeb\xb1\x0f\x54\x47\xe5\x6b\x45\xd3\x16\xfd\x89\x2d\xe0\xd5\xa1\x25\x36\x05\x54\x59\x19\x69\xd6\xc9\xa4\x09\x3d\xf1\xef\x63\xe6\x63\x25\x62\x70\x63\x11\xa3\x0d\x62\xc6\x62\xbe\x44\x93\xc7\xb2\xc4\x66\xc7\x5b\xc4\x81\x62\x95\x63\xe1\xd2\x6e\x0a\x57\x6a\x3b\xbb\x38\xc6\xf5\x2f\x91\x77\xc8\x67\x57\xfb\x1f\x9b\x55\x2b\x63\x72\xd2\x52\x1f\xe3\x37\xa3\x4a\x42\x77\x83\x0a\x03\x7c\xfc\xf5\x7d\x5b\xbc\x03\xbc\x09\xbc\x3f\x78\x77\x79\x11\x7b\xbf\x78\x05\x7a\xf9\x7a\x0f\x7b\xaf\xfa\xba\x7a\xd7\xfb\x48\x84\x69\x25\xfa\xe7\xaa\x54\x56\xb7\x47\x1d\xef\xad\x52\x8e\x22\x77\x44\x57\x71\xe4\xae\x27\x6e\x45\xbc\xf7\xff\xed\x15\xea\x86\xeb\xac\xe6\xa0\x6b\x17\x6d\x13\x66\xed\x64\x51\x6c\x71\x6e\x29\x64\x79\x60\x15\x6c\xb1\x69\x39\x6c\xb9\x67\x8d\x6d\x7d\x6f\x15\x63\x9d\xe9\x3a\x13\x70\x19\xb3\x92\xb9\x58\x7e\x73\x40\x3e\xdf\xde\xbf\xdb\x50\x55\xbc\x92\x5c\x10\x3e\xe2\xb3\xe3\xb4\x6a\x15\x6f\xe2\x6d\xd4\x64\x40\xa2\x5b\xa3\x2d\xaa\x45\xa1\xb9\xae\x89\xaf\x61\xa6\xb1\xac\x01\xae\x1e\xa7\x49\xa2\x69\xa7\x39\xad\x05\x68\xe6\x6b\xff\x34\x59\xb3\x5f\xf1\x49\x8e\x7c\xca\x20\xdc\x39\x9a\x16\xec\x2e\xaf\xf1\xca\x36\x8e\x2d\xf1\x6f\x77\x16\x34\x5f\xd7\xd5\x50\xf3\x52\x30\x91\x0b\x92\xd9\x93\x1a\x96\x74\x91\x30\x92\x50\x13\xef\x97\x10\x15\x6f\x91\xc8\x10\x3f\x91\x6c\x91\x58\x97\x5c\x96\xfc\x2e\x85\xa6\x5c\xad\xcf\x6e\x43\xe4\xa9\x1e\x49\xbe\x15\x3e\x85\xd0\xb9\x54\x45\x93\xa9\x11\xa9\xeb\xc5\x6c\xa3\xa1\x17\xac\xf8\x5b\x42\x46\x30\x86\x2f\x9e\xbb\x87\x4b\x92\xeb\x0b\x67\x3e\xfb\x1c\xdb\x1c\x5b\x0c\xfb\x3b\x76\x7c\xf6\x2d\x76\x76\xf6\x5a\x8e\xef\xec\x54\x9c\x5c\x42\xd1\x72\xdf\xb5\x6b\x2d\x85\x3c\xbe\x6d\x9b\x4c\xcd\x77\x7e\xa9\xc4\x4e\xa7\x8b\x28\x74\x57\x30\x4f\xd3\xe8\x91\x72\xe5\xd3\x66\x89\xa6\xc3\xa2\x11\xa4\x8c\xa7\xfc\x4a\xe1\x42\x16\x44\xd6\x42\x46\x49\xe6\x48\x26\x45\xb6\x46\x46\x41\x4e\x4c\xae\x4b\x9e\x49\xd1\xc9\xa8\xc0\x0b\x25\x29\xa3\x09\x6e\xf5\x6e\x77\x72\x56\xa4\xdb\xa4\x8a\x2d\xb3\x2e\xfc\xd5\x9d\xd2\xfc\x44\xad\x45\xec\x96\xfd\x8e\x1a\x96\xe0\x1a\x87\x13\xf3\x18\x23\x10\xfd\x00\x6d\x14\xcd\x15\xed\x07\x6a\x2e\xaa\x07\x6a\x3c\x6a\x1f\x1a\x09\xda\x06\x3a\x01\x7a\x36\x3e\x16\xb5\x13\x97\xaa\xd4\xab\x8e\xf1\x61\xf8\xc2\x63\x7f\x79\x1d\x55\xce\x55\xf4\x9d\x97\xb8\x15\x8b\x26\xaa\x04\x07\x87\x02\x45\x16\x96\xf1\xcf\x1c\xd8\x2f\xd0\xba\xdf\xe2\xbe\x2a\x7e\xa9\xf9\xe2\xff\x25\xe2\x8b\xc4\x97\xe0\x2f\x1a\x5f\xe9\xbf\x3a\x7d\x53\xf8\xa6\xf0\x23\x16\x07\x89\x46\x85\x8f\x40\x7e\xee\x1c\x63\x8d\x75\x64\xbc\x59\xa1\xc8\x2f\x21\xc5\x7f\xda\xde\x51\x2f\x5a\xb6\x8a\x37\x9e\x96\x0c\x97\xe9\xe7\xbb\x4f\x64\x6f\xfe\x78\x54\x00\x26\x80\xf2\x56\xd5\x8a\x06\x60\xbf\x39\x9c\xe0\x01\xdc\x1f\x27\xe1\x55\x09\x58\x98\x08\xc5\x34\xef\x64\x77\xc5\xa7\x2f\xbb\x52\x2b\x6d\x32\xf5\x22\xdc\xdd\x51\xcc\x7e\xa8\xda\x8b\xca\xb2\xa4\x93\x0a\xa1\x36\x7e\x2d\x06\x90\x01\x58\x80\x1d\xa0\x01\xa8\x01\x68\x00\xee\xad\x0a\x83\x04\x10\x00\xe0\x01\x4f\xb0\x29\xf8\x10\xc2\x30\x16\x14\x71\xb0\x57\x81\x53\xff\x15\xf5\x61\xdd\xa6\xeb\x82\xf4\xf8\x7c\xbf\x6d\x5b\x14\x5d\x24\x99\x64\x9e\x70\x9a\x36\x5c\xf8\x1f\x75\x1f\x19\x01\x24\x80\x0a\xa0\x7e\x77\x01\x26\xf9\x29\x0d\x22\x0c\xca\xf8\x73\xe6\xd7\xb5\x6f\x0c\x30\x3f\xe1\xa2\xb1\xdf\xd1\xc8\xf2\xa1\x2b\xe0\x83\x40\x77\x0b\x3b\x03\xd3\xb6\x9d\xd7\x15\x8a\xe9\xfa\x61\x31\xae\x9a\xa6\xda\x2a\xe7\xc2\x5b\x2c\x1d\xa4\xd6\x68\xe0\x5f\xd4\x3e\x5d\x43\xf1\x7c\xa9\x86\x1e\x85\x13\xf9\x41\x08\x3f\x82\x18\x86\x7c\x89\xea\x85\x16\x8e\xb1\x83\x65\x40\x81\xc3\xa1\x2b\x19\xaf\xdd\x0c\x02\xbd\x32\x9d\xcc\x2c\xc5\x0c\xca\xd7\x33\xe6\x27\xc5\x26\xf9\xba\xdb\x8a\xe8\x9c\xca\x02\xbc\xac\x74\x00\x5e\xc4\x4f\xed\x9f\xe0\x08\x6a\xc8\x09\xa8\xb3\x18\x0c\x58\x20\xbc\x64\xfc\x7a\x22\x3b\xe2\x36\x32\x36\x0a\x76\xaa\x26\xd6\x3a\x51\x1a\xd5\x38\xb3\x37\x37\x93\x9b\xeb\xad\xc4\x29\x98\xf6\x93\x72\xaf\xb4\x9f\xa1\xe5\x6e\x04\xa6\x1b\xaa\x81\x62\xe8\x6c\x17\x14\xc6\x58\x36\xd8\x84\xb8\x87\x04\x3d\xc4\x07\xe4\xa8\x94\x4c\x34\x64\x74\x8c\x4c\x7c\xcc\xe9\xac\x2f\xec\x79\x5c\x0e\xc2\x8e\x4a\xd4\x86\x57\x4e\x49\xff\x88\xf0\xbc\x73\xcc\xbd\xb8\x38\x60\xd9\xc0\x9f\xbf\x1f\x27\xe2\x17\x66\xa7\xa9\x1f\xa1\xf0\x55\x40\x91\xe9\x3b\xb9\x16\xe5\x39\x75\x19\x9d\x07\x13\x33\x8b\x19\xfb\x2d\x57\x24\xcf\x95\x00\x83\xf0\x57\xd1\x18\x71\x26\xe9\x08\x85\x53\x7d\x2e\xbb\x25\xbf\x3f\x26\x58\x5e\xb7\x6f\x96\x4e\x7e\xee\xd0\x29\xcf\x4c\x37\x0f\xf7\xf0\xb0\xb2\x44\xd5\xcc\x94\x3a\xe7\x06\xb1\x82\xb3\x4b\x73\x06\x72\x3f\x08\x60\x0b\xed\x88\xea\x4b\xa6\xcb\xd8\xcb\x4b\x28\x55\xa9\xbc\x6a\xa2\x6b\xbf\xd3\xc7\xb5\x31\xf3\xf6\x8a\x96\xfa\x67\x84\x67\xd6\xe3\xb2\x45\xe3\xc1\xa4\xc6\xe6\x42\xea\x44\xf3\xa0\x8f\x2e\xef\x4c\x6e\xd4\xbe\x49\xc2\x0b\x0f\x8a\x9c\x8a\xe9\x4b\x72\xcb\xd0\xca\x2f\x28\x75\xab\x25\x6b\x51\xe8\x9e\x18\x22\x18\x93\x58\x62\x5a\x7f\xb1\x9f\xf7\xac\x89\x48\x4a\xdf\xfa\x57\xae\xbd\x11\xdc\xba\x9f\x2a\xed\x3a\xaa\x1e\xca\x51\x88\x75\xf7\x33\x73\xfc\x69\x38\xab\x3a\xae\x50\xac\x9c\xa9\xe2\xa2\x7e\xad\x45\xa5\xc7\x69\xc8\x66\x32\x65\xe1\x6e\xb3\x6b\x7f\xe7\xa4\xef\xde\xea\xb5\xed\x37\x11\xd6\x96\xca\x5f\xe2\xf5\x6f\x52\x98\x9d\x08\xae\xdc\x8f\xe6\xb7\x15\x94\x1b\xa4\x5f\x46\x1e\x79\x17\xd8\x12\x18\xdb\xea\xcf\x19\x68\x1a\xa7\x9a\x6c\x99\x1f\xd8\xf0\xda\x19\x3a\xd1\xb8\xb5\x7a\x2b\xfa\x81\x02\x35\x43\x4b\xa3\x16\x12\x24\x53\x0a\x8b\xd4\x1a\x61\xff\x93\xf1\x7f\xe1\x1c\xe0\x2e\x80\x0d\x08\x34\x7d\x2a\xea\x4e\xcd\x0a\x57\xf1\x4c\x73\x38\xb0\x4d\xb4\x5f\x70\x58\x70\xea\x75\x0b\xf0\xa4\xf4\xd9\x09\x44\x0b\xed\x8a\x14\x8a\xfd\x9c\x80\x9d\xf2\x92\xa9\x9d\x8f\x59\x7c\x58\x8f\xd1\x3b\xff\x67\xe8\x5c\x55\x6d\x43\xcd\x80\xf5\x11\xd7\xf5\x15\x52\x25\xe7\x85\xad\xfa\x5d\x78\xdb\x79\x33\xfb\x09\x07\x42\x06\x47\x84\x53\x45\xcd\xc7\xd3\x24\x93\xa4\x35\x66\x87\xe7\xaf\x96\xf8\x55\x21\xd6\x0b\x37\x0b\xf7\x5c\x4d\x15\xff\x85\x79\xd1\xa7\x23\x1b\x4a\x93\xed\xdd\x5b\xb5\x83\xf9\x76\xc9\x17\x31\x68\x91\x85\x51\x9c\xd1\x27\x71\xdd\x89\x6a\xa9\x62\x99\x9f\x72\xe9\x0a\xdd\x4a\x74\x2b\x0f\x6b\x69\x1a\x65\x3b\x9c\xba\xdd\x07\xe5\x26\x75\xd6\x37\xfe\x8a\xbe\x87\x8a\x13\xf6\x35\x88\x09\xcb\x6e\xa8\x9a\xdb\x22\xc9\xec\xf2\xf4\xf5\x8c\xd1\x2c\xff\x9c\xdd\xfc\xa7\xe2\x77\xe5\x9b\x55\xb5\xf5\xc2\xcd\xcd\x1d\xa8\x3d\xd2\x83\x11\xa3\xab\xe3\xde\x0b\xc9\x6b\x1c\x27\x4c\x7f\x67\xef\x2f\xa1\xa3\x2f\xab\xfe\xe3\xe5\x5d\x1b\x0d\xbd\x95\xf8\xe5\x7e\x15\x72\x95\x12\xd5\x01\x75\xaf\x4d\x6e\x6d\xfa\x5d\xac\x7d\xfa\x43\x31\xa3\x0f\xd3\x96\xf3\x06\x2b\x2a\x9b\xc2\x7b\xc7\x27\x3c\x0f\x1a\xff\xcd\xef\x3b\xc9\xa3\xaf\x2b\x33\x13\x9f\x07\x98\x3b\x71\x5a\x97\xdb\x6a\xda\xc1\xbb\xbe\xf4\x6c\x0f\x84\x8c\xa2\x8f\xb3\xcc\x44\x2d\x06\xac\x71\x6d\xbd\xdf\x57\x3b\xdc\xbf\x44\xba\x7e\x78\xf2\xfe\xdf\x6b\x80\x7b\xed\xe3\x90\xd5\xc7\x39\x8f\xb1\xab\xe1\xac\x91\xe2\x71\xce\x09\xcf\x19\xc8\xb9\xeb\xc5\x98\x55\xeb\x2d\x82\x5d\xf8\xa3\xf1\xb3\xc8\x1b\xde\x07\xed\xdf\xff\x55\xc7\xf1\x7f\x75\xfd\xc6\x7c\x7a\x7c\xfc\x79\x5f\x76\xf3\x72\x75\x75\x65\x71\x35\x78\xb1\x72\x31\x77\xe1\x79\xfd\xe9\x62\xf2\x3a\xff\xd6\xe4\xaa\xe2\x9a\xe2\x32\xfd\xf2\xe5\xca\xe8\xa6\xe8\xd5\xe7\xbf\xb4\xd0\x0f\x01\x57\xdd\xe7\x41\x27\x34\x87\x12\x7b\xad\xdb\xb9\x9b\x8f\x1b\x5d\x1b\xac\x9b\xbf\xd6\xbd\x37\xb6\x36\x87\x37\xc8\x37\x0d\xb6\xac\xb6\x75\x37\x1d\xd6\x2f\xb7\xc5\xb6\x56\xb6\x7b\xcf\xf0\x1f\x48\xfe\xa3\x7e\xbd\xb9\x7d\x3d\x7b\x3c\xb8\xda\x76\x5a\x03\x5b\x42\x5f\x50\x9e\x11\x9b\x8a\x9a\xc0\x18\xb5\x9f\x10\x1c\x37\x9e\xa4\x9d\x28\x1c\x4b\x1f\x6f\x1b\x4b\x9e\x92\x9b\xe2\x9f\x70\x9a\x62\x1e\x1f\x1c\xe9\x98\xc9\x59\xdd\x3b\x30\xb9\xae\xfa\xfd\xf6\x8d\x7a\xea\xbb\x90\xdf\xc7\x5b\x37\x58\x70\x9f\xa2\x1b\x4b\x1f\x9c\xe8\x5f\xef\xe1\xed\x8c\xed\x20\x6e\x83\x69\xb5\x6b\x8b\x69\x85\x6a\x95\x69\xeb\x6c\x23\x6a\xd3\xe9\x30\xeb\xb0\xea\x10\xed\xf2\xe8\x6c\xec\x9a\xe9\x5a\x1c\x05\x9b\x5f\xdd\x76\x3d\xdf\x03\x81\x9e\xa8\x2e\xc5\x77\x13\x16\xa5\x27\x75\xfb\x23\xba\xe2\xdb\x3d\x1a\xb6\xea\x08\xab\xd1\x2a\x52\x4b\xfb\xcb\x48\x4b\x84\x4a\x06\x4a\x1e\x4a\x0d\x4a\x7d\x4a\xde\x15\x6f\x94\x25\x97\xd1\x97\xfb\x54\x7c\x2e\x9f\xad\x48\xaa\x42\x6c\xd1\xec\xd7\x9f\x16\x5d\x9f\x04\x81\xae\x7f\xee\x7a\x2f\xec\x8f\x6a\x75\x33\x35\xfb\x55\xc7\x97\x3a\x15\xd2\xe5\x89\x65\x86\x67\x72\xa6\xe1\x24\x3f\x26\x9d\x24\xf1\x27\xc6\x27\xcd\xa4\x60\x25\xf7\x27\x21\x27\xcf\x25\x6f\xa6\x36\xa7\x0a\xa7\x7d\x4d\xcb\xcf\xf4\x2a\x9e\xac\x47\xe9\x86\x1b\x4f\xfd\x65\x72\x58\xb4\x04\x1a\x6d\xec\x86\xae\x7b\x28\xc5\xc8\xc5\x48\x8b\x4e\x70\x89\xf1\x8a\x6a\x0e\xdb\x0d\x91\x0c\xc1\x0f\x5c\x0f\xc4\x09\x02\x0b\x14\x09\x12\x0c\x20\x08\xfc\x14\x24\x19\x78\x15\x4c\x13\xec\x1b\x22\x10\x4c\x17\xd1\x97\x2c\x9a\xc7\x59\x45\xd7\xfe\xfe\x62\x6f\x3b\x61\xe6\xb0\xcf\xbf\xa1\xbb\x38\x2d\x2b\x20\x1e\x3e\xec\x35\x80\xcf\x47\xcc\x33\xc3\xed\xc2\x05\xde\xc9\xc0\x11\xdb\xc1\xc9\xc1\xc8\x41\xd5\x31\xc2\x71\xd2\xe1\xd4\x11\xd9\xb1\xcc\x19\xcc\xa9\xc1\x89\xcf\x21\xcb\xfd\x77\x10\x77\x2c\x47\x56\x5c\x39\xdb\xc9\xd1\xca\xfc\xa8\x56\xc7\x8f\x4a\xc8\xec\xe1\xb8\x83\xe0\x38\xcf\x14\x47\x05\x1b\x7a\x0b\x69\x33\x0b\xe3\x26\xa3\x16\x83\x63\x03\x24\xbd\x4b\xbd\x2d\xbd\x36\x03\x51\xfd\x7a\xa3\x4f\x86\xfd\x46\x08\xc6\x44\x86\x7a\x06\xc4\x66\xb3\x8e\x46\x3e\x03\x11\xfd\xe9\xa8\x47\x13\x4b\xc5\x43\x78\x8d\x79\x45\xca\xa9\x4f\xe1\x30\x9e\xc3\x76\xe2\xc6\xa6\x3a\xf1\xea\xb5\xaa\xcc\x4a\xf5\x8a\x8d\x0a\x6d\xf2\x67\x72\x63\xf2\x2e\xb2\x8d\xf2\x0f\xf2\xa7\x0a\x9a\x0a\xe0\x0a\x4b\x0a\x29\x8a\x64\x0a\x6a\xaa\xa9\x06\x52\xd6\xf3\x9e\x11\x61\x53\xfb\x37\x0b\x89\xfd\xbb\xf5\x09\x79\xad\xf1\x79\x81\x9f\x9d\x02\x4d\x8e\x35\x15\xe4\x72\xc4\x67\x45\x70\x85\xd6\x05\x4c\x04\x10\xf8\x8c\x78\x09\xf9\xb4\xf8\x3e\xf2\xe9\xf1\x3e\xf3\xc1\xf3\x09\xf3\xd1\xf2\x65\xf3\x83\xf8\x6d\x44\x94\xe5\x2a\xb4\xac\xcc\xd1\x5c\x9d\x0f\x3f\xcd\x57\xf4\x43\xd7\x62\xe6\xc1\xc5\x1a\xfa\x8a\xdb\xbd\xd3\xbb\x52\x54\x11\x45\xe0\xb6\x61\xf1\x60\xb2\x66\x64\xa0\xdb\xa1\x3b\xa0\x63\xa0\xf5\xa2\xa5\xa5\x39\xa0\xfe\x45\xab\x4a\xb3\x47\x3b\x4b\xf7\x85\x6e\x9e\xee\x99\xa9\x8e\x87\x59\x62\x5d\x0d\x64\x36\x71\x34\xb6\x64\x35\x40\x52\x5f\x94\xa7\x12\xc7\xe4\xbb\x65\x93\xad\x53\x2d\x73\xca\x77\xc3\x38\x49\x41\x45\x38\x49\xa0\x8c\x8f\x86\xc7\x8a\x0b\x87\xd3\x85\x73\x80\x43\x81\x93\x8d\xa3\x84\x3d\x83\x0b\x86\xfb\x15\x8f\x09\x8f\x93\xa0\x96\xaa\x9d\x13\x5f\xcc\x4e\x3d\xe8\xac\x60\x55\x7b\xf8\xb4\xa9\xa6\x30\x32\x51\x35\x00\xc9\xfe\x9d\x1e\xa1\x6c\x05\xef\x1d\x9d\x0f\x81\x1e\xaa\x1c\x02\xe4\xcf\x81\x1f\x9b\x3f\xc0\xbf\x23\xc1\x59\xc1\x69\xc3\xe1\xc3\x99\xc3\x45\x7e\xa7\xfb\x5e\xf7\xa3\xfd\x87\xd2\xcf\x75\x4c\x02\xf2\x03\xf6\x07\x69\xa8\xeb\xb8\x2d\xc2\xc9\xc9\xf6\xbe\x32\x20\x15\x23\x64\xd8\x59\xd0\x68\x42\x29\x5e\xf0\x94\x31\x8d\x08\x11\x99\xf6\xf3\xc5\x27\x52\x30\xff\x0f\x55\xef\x17\xdf\x47\xbc\xef\x7a\xef\xf1\xde\xf8\x7d\xfb\x7b\xd0\x87\x61\x30\x4b\xb0\x91\x8f\xac\x30\x1d\xb8\x5a\x8c\x69\xa2\xcf\x8f\xec\x07\xb3\xf3\xe2\x7d\xb4\xb5\xf5\xb9\xe8\xd1\x1e\xde\x48\x56\x39\x5a\x4c\x92\xb2\x9c\x64\x94\x43\x58\x45\x70\x25\x1f\xfa\x80\xcf\x00\x27\x40\x0a\x50\x03\x3f\x01\xd2\x77\xe7\x1f\x3c\xc0\x46\x3f\x99\x41\xc0\x41\x04\x42\xd9\xfe\x98\xc3\x87\x62\x0a\x11\x4b\x05\x81\x2e\xe2\xd7\x53\xc7\x45\x5a\x2f\x4a\xf6\x92\x53\x83\xc8\x9d\xb8\x0d\x5d\x15\x40\x02\x2b\x8c\xab\x44\xe4\xc8\x76\x50\x25\x80\xc2\x87\x9c\x4f\x24\x10\xab\x9f\x95\xbe\xd2\xc3\x40\xc0\x9a\x7c\xc7\xf8\xe9\x09\x7f\x88\x60\x8e\xc4\x81\x1d\x4b\xad\xcf\x63\x2f\x27\x00\x02\x3d\x8c\x1e\x3c\xcf\xdd\xf4\xb1\xd6\xb2\x65\x9f\x45\x85\x7a\x2e\x58\x12\x68\x2c\x4a\x9c\x73\x36\x53\x45\x61\xe3\xc0\x9e\x7e\x9d\x81\x95\xfd\x1e\x09\xbf\x8a\xb8\x8b\x82\x8e\xb6\x8b\xf9\x05\xfb\x06\xe7\x0e\xef\x94\x30\x8e\xe8\x0b\x65\x26\x47\xa3\x24\x8f\xe6\xeb\x3f\x7e\xdd\x17\x53\x6b\x2b\x23\xbd\x2d\xa1\x45\x5b\x49\x2d\x81\x0b\x0e\xd7\x86\x06\x8a\x32\x42\x2c\x4c\x9d\xc4\xec\x28\xb5\x28\x85\xe8\x56\x58\x78\x38\xd5\xf8\x0e\x44\x66\xa4\x5a\xe4\x51\x54\xde\xd4\xe6\x74\xbc\x8c\x17\x8c\xe7\xec\xbf\xc4\xb8\x54\xd7\xcc\xde\x66\x2f\xdc\x17\xed\x7f\x9d\x1d\xef\xee\xaa\xd6\xcf\xca\x88\x92\xf6\x7c\xb6\x6a\xd4\xa2\x95\x1a\xe2\xc9\xa4\xe9\x21\x74\x20\x56\x22\xa5\x26\x3f\xa2\x16\xa1\x25\x64\x50\x61\x41\x63\xcb\xe0\xb4\xe7\x5e\xe2\x4b\x17\x14\x13\x2a\x10\x7d\x50\x1e\x35\x7e\xe7\xfc\xcf\xfe\x4d\xf5\x33\x83\x55\xc5\x11\xd3\xe6\xa4\x62\xaf\x64\x93\x20\x13\x67\x34\xe3\x42\x15\x5b\xd1\x56\xd6\x73\xba\x64\x06\x66\xa6\x11\x56\x5e\x0e\x59\xee\x35\xbe\x64\x21\x64\x91\x4a\x09\x61\x29\x71\xb9\x35\x05\x53\x15\x48\x35\x0a\x43\x2b\xfb\x47\xff\xea\x3f\xf2\x3b\xd3\xae\xc8\xac\x47\x8f\x61\xcd\x87\x9c\x8e\x68\x5f\x5f\x72\xdb\x73\xfd\x51\xf9\x4d\x21\x56\x5e\x34\x3e\x30\x01\x73\x61\x2a\x71\x0b\x29\x02\x39\x32\x05\x3c\x55\x1c\x75\x39\xed\x16\xdd\x71\x03\x27\xe3\x08\x8b\x5d\xfb\xaf\xbe\xa2\x31\x9e\x7f\x24\x4a\xe9\xb3\xdc\x35\xf0\x51\xa8\x36\xb4\x52\xf7\x34\xc8\x70\x03\xf7\x34\x2b\x74\xad\x23\xf9\x64\x69\x7c\x69\x49\x79\x0a\xc5\x17\xe5\x3a\x0d\x7a\xad\x45\xdd\x3c\x43\x6d\x13\x5f\xcb\x15\xeb\x78\x47\xc0\x65\xdf\x63\xdb\x57\x2f\xca\x31\xf3\xdf\xef\xdd\xf7\x1f\xf7\xbf\xcd\xcb\xf4\xe9\xd4\x3b\x15\x28\x24\xae\x06\xd9\xba\xc6\x99\xd9\xeb\x78\x69\x68\x6a\x59\x69\x0f\xeb\x73\x1a\xda\x98\x34\x9b\x77\xd8\x60\x3a\x12\xb9\xa0\x7b\xb0\x79\xe9\xfb\x35\x04\x7b\x86\x5b\xc7\xc0\xa4\x97\x96\xfd\x7b\x96\x17\xe8\xf6\x62\x6f\x63\x68\xb2\xba\x4b\xa1\x1a\x36\x97\x23\xde\x2c\xc0\xce\x29\xd2\xea\xd0\x4c\xd3\x82\xda\xf2\xd6\x46\xc3\x9e\xd2\x89\xd4\x3d\xd6\x5b\xc0\x5f\x35\xe8\x24\x1c\x23\xfa\x7b\xac\x49\x52\x4f\x86\x78\x4e\x57\x49\x5d\x33\xdb\x7f\x32\xfe\x13\xd9\xb1\xc8\x8a\xed\x48\x61\x7b\x75\x85\x5f\x56\x7f\xcc\x07\xff\x33\x8f\x1d\x97\x52\x37\x2a\x8f\x1d\x1f\x3b\x5f\xeb\x40\xc7\x50\x98\x08\xaf\x58\xf1\x84\xc3\x94\xe9\x2c\xaa\x3c\x91\x62\x89\xd2\xc9\x9a\x8f\x4d\x05\x03\x24\x7f\x66\xce\xdd\xdc\x7e\xee\x02\xd9\xb0\x41\x73\x64\xd9\x6a\xc6\x43\x9c\x4a\xd8\x69\x70\x6d\xe8\x4c\x18\x61\x44\x63\x34\x72\xdc\x49\x32\x5c\x9a\x4f\xf6\x72\x7e\x6a\xb1\x64\x05\x55\x8d\x4b\x63\x5a\xdb\x52\xaf\xd4\xd0\xe4\x2c\xd1\x5f\xb9\x75\x4d\xb3\xd3\x3e\x47\x3e\xc8\xdc\x54\x5a\x6a\x94\x9d\x9e\x12\x93\x98\x9e\x48\x9d\x62\x90\x5a\x98\x51\x94\xfb\xb3\xf0\x67\x89\x67\x25\x58\x6d\x72\x03\xa8\x4d\xbe\xab\x7c\x60\x64\x74\x7e\x3a\x77\x51\x70\xeb\xaf\xf3\x3c\x41\xaf\x08\x17\xf0\x5b\x3d\x33\x5d\xfd\xdf\x9b\x60\x2a\x04\x0a\xc7\xf2\xbf\xe6\xdf\x16\x71\x17\x6f\x97\x8f\x56\xa5\xd5\x7b\x36\x83\xb7\x65\xf4\xb0\xf5\xf7\x8d\x08\x4d\x78\xcf\xca\x2e\xef\xac\x9d\xec\xa6\x9e\x4b\xfe\x9d\x9e\xcf\x3c\xe7\x98\x9b\x67\xb3\x92\x03\xac\xed\xc1\x8d\xc6\xb5\x36\xf5\x1f\x1b\x9c\x9a\x05\x5b\x8b\xbb\xec\x7b\x45\x06\x5c\x46\x7b\x26\xcb\xe7\x52\x16\x6d\x36\xa8\x76\x7f\x1e\xf2\x9d\xf9\xdd\xf4\x3c\xf3\xfe\x37\xbd\x9f\x9f\xcf\x77\xb6\xce\xe6\x51\xc7\x10\xfa\x8e\x7b\x9d\xfb\x62\xfb\xf7\x87\x4c\x46\x86\xc7\x9b\x67\xb8\xe7\x87\x57\x69\x37\x8e\x77\x02\x8f\x14\xcf\xf2\xaf\xbb\x1e\xcc\x5f\xbf\xfe\x6f\xfe\x83\x40\x2f\xc8\xe7\xe6\x3b\xec\xab\x99\x73\xa7\x33\x0b\x33\x2b\x73\x4c\x0b\x11\xcb\xc8\xeb\xdf\xb6\xdf\xef\xf5\x1f\xe3\x9e\xbb\x5d\xfb\x3e\xe0\xbe\xae\xfc\xbf\xb4\xff\x57\xd7\x6f\xd8\x57\xd9\x97\x9f\x8f\x7d\xbf\x7e\xfd\x32\x7c\xe4\xfc\x05\xff\x58\xf8\x60\xf4\xc4\xfa\xf8\xf5\xe9\xe5\x19\xf1\x79\xe7\x45\xe8\x37\xd2\x33\xce\x63\xea\xff\x52\xbe\x6e\x3e\xaa\xdf\x6f\x5d\xce\x9e\x53\x9e\x50\x1c\x5a\xef\xdb\xee\x9b\xef\x91\xef\x0b\xed\xeb\x1d\xe2\x1f\xd2\x1e\x84\x1d\x94\x1f\xd4\x1e\xed\x1f\x53\x9d\xe4\x1d\x6b\x9f\xe2\x1c\xd7\x5c\x0c\x3c\x21\xfc\xe5\x6f\xc7\xb8\xdd\x39\x87\x3a\x86\xd8\xfd\xbd\xb9\xba\xe6\xb9\xec\xbe\x24\xb2\x90\x30\x07\x35\xfb\x71\x16\x66\xee\x66\x0e\x6f\xfe\x74\xee\x7e\x6e\x64\xb6\x62\x9e\x7a\xf1\x69\x79\x78\x99\x73\x35\x6d\xe5\xd3\x06\xec\x91\xd9\xad\xe9\xbf\xf4\x77\xbd\xe7\x82\x7b\x12\x9b\x49\xcb\xfe\x73\xd0\x13\x01\xa3\x62\x43\x75\x03\x30\xfd\x12\x3d\xdd\x5d\x1b\xdd\x17\xdd\x62\xdd\x75\xbd\x6a\xdd\xd0\x3d\x48\x7d\x09\x7d\xe5\xfd\xf9\x03\x3b\x83\x99\x83\x7e\x83\x04\xe3\x36\x8b\x63\x3b\xcf\x17\x6f\x75\xc5\x77\x9d\xc7\x8a\x1b\x1d\x0b\x47\xe3\xee\x43\x48\xdd\x2f\x9d\xda\x2d\x58\x8d\x43\x0d\x60\xb5\x41\xd5\xf5\xd5\xe9\x95\x75\x95\xa9\x55\x09\x55\x57\xd5\xca\x95\x15\xd5\x6e\xd5\x15\xf5\x0e\x0d\x52\x0d\x14\xf5\xb5\xf5\xa8\x6d\x39\x83\xaa\x33\x71\x1b\xb4\x20\xd0\x2f\x86\x63\xaa\x8d\xa5\xa9\x97\xa1\xe9\x4e\xcd\xa6\x97\x6a\xf9\x8a\xea\x92\xb4\x82\x9c\x3c\xe5\xdc\x9f\x59\x54\x19\xa1\x19\xa1\x19\xbf\x32\x40\x99\xa4\x59\x15\x99\x15\x59\xca\xd9\x75\x39\x02\xb9\xc3\x79\xa0\x1c\xcc\x1c\xf8\x32\x9e\x86\xe6\xee\x91\xf1\xcd\xdf\x33\x97\xe2\x5b\x49\x73\x98\x83\x02\x6d\x14\x35\xaf\xc5\x2f\x39\x22\xe9\x89\x49\x8d\x09\x68\x31\x83\x31\x8d\x51\xf9\xe1\x73\xe1\x0f\x61\x2c\xe1\xc7\x11\x28\x51\xb1\x91\x13\xd1\xb8\xd1\xe5\x31\xa6\xb1\xd4\x71\x26\x51\x18\x31\x85\xa9\x3f\xf3\xcd\xab\x71\xda\xed\x7f\xe1\x1f\xab\xad\xa8\x8d\xfc\x68\xe3\xa8\xb1\xcc\x6f\x4a\xeb\x8e\x9d\x0c\xc7\x0a\x58\xf4\x17\xf5\x85\xf0\xc2\xf5\x62\xf1\x98\x75\x6b\x72\xd7\x75\xc7\x71\xe7\xf7\xc0\xf0\x88\xf4\xda\xf6\x86\xf2\x62\xf0\x79\xef\x33\xec\x73\xef\xf3\x1c\xbc\x1e\x87\x9e\x25\x51\x76\x74\x23\xb8\x03\xcc\xc0\xf4\xb9\xd6\x4d\x17\xae\xa5\xfe\x8e\x32\x0c\x28\x70\x4f\x74\x3c\xb2\x9b\xb4\x41\xb0\x24\xb4\xf8\x68\xfe\xcd\xac\xc4\xcc\xcb\x6c\xc1\xb4\xc6\x5c\xce\xfc\xd6\x22\xc5\xc2\xcb\xb2\xc7\xd2\xc4\xd2\xc0\x9a\xdf\x32\xc3\xa9\xcc\xd7\x3d\x72\x31\x4d\xe2\xf2\x7e\x53\x61\x02\xa5\x5d\xb6\x4a\x3f\x1b\x2f\x96\x3c\xa0\xce\xa5\xd3\x1a\xd5\x28\x51\x57\x57\x3b\x46\x53\x5f\xdd\x5d\xad\x46\xed\x83\xaa\xba\x4a\x80\x1a\x9c\x9a\x8a\x9a\x91\x2a\x8f\x1a\xb3\xc6\x37\xf5\x28\xb5\x2c\x75\x1b\x4d\x11\xc3\x54\xeb\x13\xb7\xce\x10\x96\xb3\x99\xd5\xec\x51\xcd\x16\x81\x52\xe7\x34\xda\x70\x0e\x8f\x19\x1b\x5a\xfd\x12\xb5\x5b\x39\x2d\xa9\x48\x29\x44\xb1\x79\xd1\x5d\x51\x36\x91\x49\x11\x23\x51\x7e\x11\x7d\xe1\x0d\x11\x66\x91\x0d\xd1\x16\x31\x01\x71\x5a\x31\x3a\xb1\x57\x79\x12\xcd\x6e\xb3\xf7\xce\x8f\xe7\xe4\x6b\x72\x23\x59\x2d\x3c\xc5\x0c\x49\xbf\x83\x55\x5d\x60\x4c\xd7\xd4\xf9\xa4\x4d\x04\x37\xb8\x3f\xb2\x37\xb1\x63\xb0\xc9\xb3\x2c\xb0\x48\x31\x23\xb1\xc4\xb1\xbc\x63\x5a\x63\x96\x60\x5e\x66\x09\x64\x59\x61\xd5\x60\x39\x67\x8d\xe7\x15\x90\x28\x50\x15\x33\x3a\xbf\x50\x59\x43\x1d\x9b\x6e\x91\x2b\xa1\x4b\xbe\x0e\x8a\x72\xf2\x37\x6a\x50\xce\x10\x69\xe4\x28\xa1\x9b\x24\x4f\x26\x1d\x25\x39\x26\x79\x4f\xa2\x40\x14\x48\xfc\x83\x28\x9d\xc8\x8c\x28\x92\xe8\x27\x51\x1e\xb1\x14\x89\x1f\xf1\x01\x09\x3b\x35\x3f\xdb\x98\xc8\x89\x0a\xc5\x35\xf6\x66\xed\xf8\x6b\xbb\x7e\x39\x74\x2a\x28\xc4\xdd\xb9\xc8\xb8\x5c\x19\x41\x84\x94\xc5\x9f\xdc\x1a\x07\x06\x55\x1f\x65\x17\xd9\x18\x59\x0c\x71\x17\x49\x14\xb1\x07\x31\x0f\x71\x0b\x49\x02\xc9\x1a\xa9\x15\xb9\x07\x45\x01\x19\x84\xe9\x41\xd6\xcf\x01\x2b\xb5\x70\x9f\xb1\xbb\x33\xcb\xd1\x6d\x5f\x95\x90\x25\x14\x31\xeb\x21\x64\xde\xa4\x6e\x28\x56\xc1\xd6\x46\x6e\x8b\x51\x01\xe7\xfe\x99\x14\x8a\x0f\x32\x0d\x12\x09\xa2\x16\xa2\x1c\xc2\x09\x22\x14\xe2\x18\x52\x1e\xd2\x17\x8a\x1f\x4a\xfe\x33\x0e\x9c\x3d\xde\x4f\xc6\xdf\x62\xb4\x2f\x07\x27\x0a\xcb\xd4\x43\xbd\x8d\x08\x05\x52\x09\x70\x7e\x5e\x76\x86\xba\x2e\xb2\x02\xbc\xe7\x74\x4d\xf8\x22\x08\xe7\x90\x88\x00\x16\x40\x03\xb0\xbc\xc7\x05\x5b\xf8\xf4\x04\xb1\x04\xa5\xf5\x05\xef\x6b\xea\xb7\x2d\x98\x49\xd8\xd0\x9f\xb5\xf8\x7d\xcc\x28\xe2\xe0\x20\xd0\x0d\xce\x76\xea\xe4\x72\x67\x4c\x85\x4e\xfa\x5c\x58\xb1\xeb\x8c\x69\xbd\xea\xad\x18\x24\x1b\x0d\xb9\x30\x46\x0b\xf4\x15\x38\x34\x54\xe2\x57\x02\x68\x57\x38\xf8\x1f\x48\x08\x9f\x11\x2d\x91\x8b\x50\xa3\xd1\x2c\x30\x58\xb1\x0e\x71\x33\xa9\xaf\xb8\x63\x65\xe1\x41\xa0\x17\xfb\xe3\xc3\xa5\xc3\x21\xea\x06\xa7\x7c\xdd\x38\x1e\x5f\x37\xdb\x4a\x5d\x4a\xd9\x2a\xbe\x70\x7a\x76\x02\x58\x84\xd3\x1f\x9e\x08\x15\xc8\xac\x68\xac\x98\x9a\xd8\x4a\x78\xf2\xf8\x07\x44\x20\x92\x34\xb2\x35\xca\x28\x2a\x24\x9a\x48\xce\x5b\x49\x6c\xcd\xac\x7f\xfc\x36\x6f\xfa\xb6\xa2\x27\xd9\x3b\x60\xcb\xfd\xd2\xa3\xc3\x74\xdd\x3e\x9a\x36\xaa\x91\x8b\x9b\xb2\xeb\x52\x8c\x61\xeb\x61\xbb\xe1\xbe\x10\x1a\x12\x27\x91\xa3\x53\xd2\xd0\x98\xd0\x7f\x67\x6c\x65\xf9\xc1\x56\xc9\xb1\xc6\x2d\xc7\x4b\x27\x3e\xa6\x56\x61\x56\xf5\x8f\x08\x4f\xbf\x8e\xe4\x96\xf8\x07\x8a\xea\x7b\xf3\xd6\xe3\xe8\xfd\xde\xd9\xdd\xea\x8b\x2a\x64\x08\x62\x32\x45\x53\x5c\x53\xfa\xd3\x88\xd1\x65\x33\x19\xb2\xd8\xb2\x1f\x73\x1b\xf2\xba\x08\xb4\x0b\xeb\x88\xc1\x8a\x57\x4a\xa6\xca\x3a\xa8\x41\x9a\x08\x39\xff\x71\xe2\x7c\x0d\x6c\x32\x4c\x26\x74\x10\x97\x2f\xa6\xab\x87\x5b\xba\x5f\x5b\xb4\x6a\x06\x49\xf3\xf2\xf8\xb3\x45\xb1\x73\x73\x1e\xf0\x18\x0b\x7c\x15\xc6\x10\x0d\x96\x74\x94\xa3\x54\x00\x53\x6a\x57\x4d\xd6\x9c\xd1\x26\xd2\x57\x37\x81\x74\xdc\x0d\xf8\xa3\x76\xf1\x29\xf8\xc8\x70\x91\x6d\x10\xad\xd1\xb6\x40\x29\x11\x25\x10\xcd\xa9\xd4\x24\x58\xd5\x41\xb2\x5d\x78\x54\x0c\x57\x5c\x5f\x8a\x44\x0e\x53\x21\x44\xc5\x58\xc3\x43\xdb\x56\xaf\xdb\xf8\x83\x29\xa5\xc5\xa1\xcd\xb8\x7d\x81\x63\x85\xbf\x57\xdc\xbf\xbb\x48\xae\xc5\xb7\x55\x27\x7f\x77\x69\x55\xfa\x65\x53\x47\x6f\xf9\xc6\xd8\x0d\x1a\x92\xaa\xd1\x28\xf1\x2b\x5f\xa9\xae\xaa\x6f\xe8\x28\xe9\xad\x1a\x35\x9a\x79\x58\xe3\xd9\xb2\x3a\xde\xb9\x34\x7a\x72\xfa\x7a\xf8\x83\x42\x92\x63\x3f\x66\x0b\xff\x2b\xc2\xd3\xde\x49\xfa\x32\xd3\xb0\x76\xf3\x4b\x29\x53\x9a\x69\xb8\xb6\x97\x8d\x8d\x8b\xf1\x91\xbe\xb1\x21\x8b\xf1\x8a\xc9\x8b\x85\x99\xf5\xb4\xfd\x98\xf3\x95\x87\x8b\xb7\x5a\x00\x71\x30\x44\xc8\x6c\x94\x40\xfc\x6e\x9a\x69\x56\x54\x85\xed\x7f\xb2\xf5\x2d\xef\x8e\xc9\xac\x6f\xdf\x66\x83\x5e\x21\x4f\xb2\x6e\x68\xa7\xa7\xad\xe3\xa4\x2d\x96\x3d\x99\x83\xb7\xf3\xae\x5b\xa5\x17\x87\x9f\x63\x10\x61\x18\x75\x64\x40\x1c\x4e\xe2\x75\xda\x5a\xd6\x69\xbe\x41\x11\x78\x85\x56\xeb\x9f\xea\x1f\x7e\x7f\x3b\x6f\xdb\x38\x9d\x6c\xe8\xaa\xaa\x95\x2b\xf8\x94\xf4\x2d\xec\xde\x9f\xd7\x07\xc9\xd7\xc1\x7f\x3c\x50\x3f\xe4\x32\x3c\x36\x96\x35\x41\x3b\x39\x2f\x43\x29\xfb\xb5\x08\xb9\x4c\xa7\xe2\xa5\x1e\xa6\x79\xad\xab\x79\xa8\xfa\xcf\xcc\x78\x5c\x39\x56\x5f\x4d\x1c\xf3\xeb\x34\xaa\x79\x97\xf7\x39\x85\x2f\x6e\x22\x6a\x39\x66\x32\x0e\x21\x81\x23\x69\x29\x4d\x34\x6b\x26\x8f\xa8\x28\xbc\x9c\xbf\x1a\xbb\x21\xb7\x05\xbe\x53\xa6\xef\x65\x98\x65\x7c\x74\x81\xfc\xaf\xd4\xba\x27\x3a\x84\x5d\x92\x1f\x2d\xeb\x18\xab\xfa\x5c\xac\x93\x93\x98\x61\x94\xc5\x9e\x0b\x9d\xb7\x5f\x10\x5e\xbc\x58\x6e\x5e\x73\xd4\x50\xdb\x72\xdb\x69\xda\x87\x3e\xcc\x3f\x41\x3f\x03\xbd\x40\xbe\x45\xbe\x3f\xf7\x77\xf2\xdd\xe4\xec\x5f\x2f\x26\x8e\x52\x77\xb2\x35\xec\x54\x42\x96\xe9\x94\x93\x56\xea\xd4\xa0\xd7\xed\x37\x15\xb6\xed\x76\xe1\xf5\x4d\x0f\x17\x8c\x17\xce\x84\x2f\x1e\xad\xe5\x6d\x99\x1d\x4a\x9f\xab\xdd\xb2\xfd\x37\x3d\x6f\xd0\xf6\xec\x96\x4c\xc7\x1a\x7a\xae\xda\xe3\x5a\x6b\xdb\x58\x3a\x2a\x3b\x8b\x7a\xc1\xfb\x5f\x47\xae\x27\x7e\xcf\xea\x2c\xbe\xae\xa5\x6d\xdd\x1f\xc8\x9d\x74\x5c\xd9\xdf\x4e\xbd\x54\xfe\x2f\xfe\x82\xa2\x6e\x4e\x0f\x2c\x96\xab\x66\x4e\xc7\xcd\x46\x3f\x8c\xbe\x1b\x3b\x98\x20\x9e\x1e\x9b\xcf\x5a\x2a\x59\xcf\xde\xc6\x3d\x74\x3e\xb5\xbe\xf4\xbb\xff\xf2\xf8\xbf\xca\x40\xff\xfc\x1c\xbf\x8e\xf5\xb6\x43\x56\x9a\x96\xad\x56\x58\x56\xcd\xd6\x16\xb6\xa6\x76\x97\x0f\x7f\x9f\xee\x5f\x8d\xdf\xdf\x3c\xbf\x03\x9d\xfc\xff\x57\xff\x5f\x5e\xaf\xfd\xbf\x3f\xbe\xd4\xbd\x6c\xbf\x0e\x80\x44\x7f\xaf\xfd\x7f\x55\xbd\x38\xdd\xcf\xde\xa5\x5f\x61\x5d\x0a\x5e\x50\x9d\xc2\x9c\x98\x1f\x2f\x9f\x12\x1e\xa7\x9e\x2e\x9c\xcd\x9f\x1f\x9d\xe3\x5d\x58\x5e\x36\x5d\xa7\xdc\xc0\xdc\xf1\xdd\x2e\xdd\xdc\xbe\x88\xfc\x55\xfb\xac\xf8\xeb\xdd\xe5\xee\x89\xc0\xe1\xe7\xed\xce\x4d\xe7\x0d\xc4\xd5\xee\xd5\xbe\xa5\x9d\x25\x8c\xa5\xc5\x15\xf4\xd5\x2f\xab\xd0\xab\xa2\x6b\xa2\x6b\xf4\x1b\x22\x5b\x3f\xb6\xd3\x76\xcd\xb6\x18\xb6\xa9\x4e\x2a\xef\xf9\xff\xfd\xbc\xad\xd7\x39\x27\x4a\xfb\x8c\x1b\x45\xcb\x5d\xb3\xcf\xb3\xba\x53\xa0\x71\xec\x91\xd7\x61\xd6\x21\xf4\x41\xf8\x81\xd5\x41\xb0\xa1\xde\x11\xc2\x61\xbc\xe1\x84\x91\x8b\x31\x86\x71\xfc\x71\xc6\x29\x9f\xc9\x86\xc9\xa7\x15\xca\xbd\xe9\xcb\xb7\x5d\x94\xd7\xea\xcb\xf8\x83\xb1\x75\x86\x79\xc6\xf1\xfa\xe1\xe3\x7e\x83\xae\xe1\x0e\xb0\xd6\xb9\x16\xdc\xc6\xea\xfa\xfd\xba\xff\x1f\x7b\x7f\x1e\xbd\x5f\x51\x9d\x89\xe2\x66\x30\xe6\x63\x8b\xda\x1d\x8d\xd1\x8e\xa0\x46\x63\x63\xfb\xbe\x9e\x9a\xab\x42\x3a\xfa\x05\xe2\x3c\x01\xd2\x4e\x31\xa8\x38\x1b\x0c\x0a\x0e\x88\xb3\x82\x62\x70\x1e\x40\x71\x88\x0a\xe2\x44\x9c\x12\x11\x49\x1c\x82\x82\x3f\x5a\x32\x28\x31\xce\x8a\x4a\xda\x48\x14\x93\x88\xa8\x6d\xe4\xb7\xce\x7e\x76\x9d\xf7\xec\xaa\x7d\xce\xbd\xeb\xfe\x77\xd7\xba\xf9\x43\x16\xa4\xea\xf3\x9e\xaa\x5d\xb5\x6b\x0f\xcf\x7e\xf6\x8f\xff\xe2\xc2\x0f\x7d\xf1\xdc\xaf\x9c\x7f\xb7\xf3\x9e\x75\xde\xd5\x1f\xb9\xfc\xfc\xe1\xaf\xbe\xfe\xd1\x5b\x7f\xd4\x7f\xfc\x3a\x1f\xff\xda\xc5\x8f\xbe\xf4\xdb\xdf\x30\xd7\x5c\xf3\x1f\x6f\xfe\xb7\x77\x5d\xfe\xbb\x5f\x3a\xe9\x6f\x3f\xf3\x69\xff\xb1\x93\x3f\x7c\xf1\x5f\xdc\xf0\xfd\x47\x9c\xf3\xb1\x77\x1f\xfe\xce\xb7\xbe\xe3\x8d\x6f\x77\x67\x7e\xed\xed\xb7\x7f\xfb\xdd\xce\xba\xf2\xec\xbb\xbd\xe3\x27\xef\xfc\xa5\xf7\xdc\xe2\x3d\x07\x9d\xf3\xe1\x73\x4e\x7e\xef\xfe\xe7\xbc\xf6\xbd\xef\x38\xef\xc9\x17\x7c\xf2\xef\x7e\xed\x9a\x6b\x7e\xf4\x0b\xff\xfb\xc8\x2f\x9d\xf6\x77\xff\x72\xc1\x63\x3f\x72\xea\xfb\x8f\x7c\xe7\xd3\xce\x3c\xec\x4f\x7f\xe7\x8c\x7f\x7a\xfd\xb7\x5f\xf7\xa8\xd3\x8e\x3d\xed\x25\xaf\x7d\xc1\xab\xdf\xf8\xea\x03\x5f\xfd\xe6\xd7\xfc\xec\xb4\xed\xe9\x57\xbf\xfe\xab\xaf\xdf\xef\x0d\xd7\x7f\xfd\x95\x6f\xbc\xf5\x19\x17\xbe\xe9\xed\xef\xb8\xef\x07\xf7\xfb\xd8\xef\xfe\xec\xdd\x57\xbe\xf0\x1b\x2f\xfc\xec\x9f\x5e\xf8\x4b\x1f\x79\xd9\x9f\x3d\xe5\xcc\x74\xc6\x2b\x5f\xf5\x91\x97\x5d\xfa\x27\x1f\x79\xd1\x3f\xbe\xf0\xd2\x93\x5f\xfe\x82\x23\x5e\xf0\xfd\xe7\xff\xca\xf3\xbf\x73\xd2\xc5\x27\xdd\xf0\xa4\x53\x4f\xfa\xe2\x8b\xae\x7d\xca\x37\x4e\x49\xa7\x7c\xfd\x94\x6b\x5e\xfc\xf8\x97\xfc\xb7\xd3\x0e\x7c\xcb\xcf\xff\xec\x4e\x3f\xbe\xe2\x3b\xef\xf9\xe2\x1b\x2e\xf9\xa3\x8f\xde\xf6\xbd\x17\xbc\xed\x16\xa7\x9f\xfc\x92\xab\x5e\xf0\xe7\xcf\xfe\xe5\xa7\x9f\x7e\xc2\x45\x4f\x7d\xe9\xf1\x5f\x38\xfe\xa2\x27\x1d\x7b\xdc\x0d\x8f\x3b\xf1\xf8\xfd\x9f\xfc\x87\x4f\xb9\xd1\xf1\xa7\x3c\xf9\x9b\x4f\xfe\xb3\xa7\xd9\xa7\xe6\xa7\xbc\xfd\xa9\x0f\x3b\xf1\xff\x77\xd2\xeb\x5e\xbe\xef\x8c\xeb\x5d\xf5\x37\x97\xbb\x4b\x1f\x7f\xe1\xa1\xe7\x9e\xf5\x8e\x78\xc6\x7f\x7a\xe9\xad\x9e\xf7\x97\x4f\xbb\xdf\xb1\xbf\xf8\xb8\xa3\x1e\x73\xbd\x47\x3f\xf5\x91\xd7\x7d\xc4\xad\x1e\x6e\x1e\xf6\xdd\x87\x9f\xf7\xf0\xaf\x1d\x7d\xf3\xa3\x9f\x77\xf4\xad\x8f\xbe\xfb\xd1\x1f\x78\xd4\x6f\x3d\xea\xa4\x47\xbe\xe6\x51\xff\xfc\xb8\x5f\x39\xee\xc0\x67\x1d\xf8\xe2\xd3\xfe\xed\x75\xdf\xfc\x8d\x4b\xaf\x75\xc1\x4d\x3e\xf8\x94\xb7\xb9\x57\x1f\x7e\xf2\x3b\x4f\x38\xf1\x98\x9f\x1e\x7d\xfd\x07\xff\xe8\x01\x37\x3b\xf2\x29\x47\x9c\x76\xf8\xd3\x0f\xdf\x77\xd8\x61\xf7\xbd\xea\xf0\x3f\x38\xec\xd2\xc3\xef\x78\xf8\xfd\x8f\x38\xea\xf0\x17\xde\xef\xd5\xf7\x3b\xfd\xc8\x07\x1d\xf1\xd3\x07\xdc\xfc\x61\x0f\xf8\xa3\x7b\x3f\xed\x27\xff\x7e\xdb\xcb\x5e\xfa\xf7\xb7\xfa\xf8\x15\xef\xfd\xc4\x9b\x7f\xf2\xf2\x27\x3e\xe7\x03\x4f\x3a\xe8\x91\xe7\x3e\xf0\x76\xf7\xf9\xcc\x5d\xef\x71\xe8\x41\x87\xdc\xe0\xe0\xf3\xf7\x7d\xef\xe0\xeb\xed\x3b\xe7\x4e\x8f\xbd\xe3\x4f\xee\x74\xf2\x9d\xce\xbf\xd3\x67\xf6\xfd\xfa\xc1\x2f\x3c\xf8\xd5\xfb\xbe\x73\xf0\xf3\xef\x7c\xcf\xfb\x3c\xe6\xc1\x2f\x7f\xcc\x0f\xfe\xfd\x06\xdf\xba\xe8\xef\x2f\xfe\xc4\xf0\xbe\x2b\xfe\xf4\x97\x5f\xf6\xe8\x67\xbf\xe3\xd8\xdf\x78\xe8\x0f\x0e\x7f\xed\x9d\xdf\xfa\xbb\xf7\xf2\x67\x9a\x4f\x9b\x7f\x19\xde\x6e\xe2\x70\xdc\x1d\xbe\x7e\x87\x61\xb8\xde\x1d\x3e\x71\x87\xaf\xdf\xe1\x42\x73\x2b\xb3\xcf\xbc\xcc\xbc\xc1\xbf\xfa\xf7\x7e\xfd\x1e\xaf\x7f\xf0\x97\xae\x1e\x2e\xff\x9f\x97\x1e\x7a\xc1\x0f\x3f\x70\xc5\x5b\x8e\x79\xf9\x49\xcf\xb9\xee\xb1\xc7\x3c\xf4\xa1\xf7\x7d\xde\xc1\x77\xf1\xaf\x38\xf0\xb4\x5b\x9d\x7a\xcb\x7d\xb7\x78\xea\x01\x67\x1d\x70\xf8\xfe\x17\x1c\xf0\x0b\xfb\x5f\xba\xff\xdb\x0f\xb8\xef\x01\x27\x1d\x70\xfc\x01\x7f\x7d\x8b\xed\x2d\xbe\xfa\x5b\x87\xdd\xe1\xcb\x77\x3a\xed\x88\x5f\xf9\xe9\xb1\xff\xfc\xd9\x2f\xfc\xea\x45\xb7\xff\xd0\x3f\x9d\xb5\xdf\xab\x7f\xe7\x05\x7f\x78\xdc\x33\x1e\x7e\xf0\xe1\x27\x1e\x72\x7b\xf7\xc3\xdb\x9c\x7a\xd3\xfd\x6e\x78\xd6\x0d\x3e\x75\x83\x13\x6f\x70\xc0\xf5\x5f\xbb\xdf\xbf\x5e\x7f\xef\xfa\x77\xbd\xfe\x4f\x6e\xf0\xb0\x1b\x5e\xf6\x5f\x1e\xfb\x6b\x87\xfc\xda\x4d\x6e\xf2\x88\xdb\xbe\xee\x77\xde\x79\xef\x27\x5e\x73\xcd\x95\x47\x7d\xed\xca\x4b\xfc\x5f\x3e\xfa\x5d\xff\xe7\xf5\x4f\x3a\xe5\xec\x13\xc2\x63\x9e\xf9\x80\xd7\xde\xf5\xfb\xe5\xbc\xdb\xbd\xeb\x37\x6f\x76\xfd\x5b\x5f\x6b\xef\x97\x6e\x71\xed\xf3\x7e\xf5\x19\xff\xe9\xf6\xfb\x9d\x7d\x83\x57\xfe\xe7\xdf\xfb\xb5\xa7\xdc\xe8\x56\x37\xfe\xc1\x4d\xde\x7d\xd3\x27\xdd\xec\x26\x07\x6e\x0f\xfa\xe8\x7d\xee\x74\xcd\x35\x57\xdf\xf0\xf2\x27\xff\xc3\x2d\x2f\xf8\xe8\x07\xff\xe0\xad\xcf\x7d\xe5\x3d\x9f\xfb\xbc\x27\x1e\xf1\xd0\xb3\x0e\x3b\xec\xe0\x13\xdd\xfd\x6f\xf3\xec\x1b\x7f\x77\xbf\xe3\x6e\xf8\xad\x1b\xfd\xf2\xaf\x3f\xe2\xa6\xf1\xbf\xde\xeb\xe6\x9f\xbc\xc5\x2f\xdd\xf2\xe9\xbf\xf5\xc4\xdb\xdc\xed\xb6\xbf\x7d\xe0\x9b\x6f\x77\xa6\xfb\xda\x21\xc7\x1c\x79\xab\x6b\xae\xb9\x66\xbf\xef\xdf\xe6\xab\x4f\xfd\xcc\x55\xe7\x7f\xfc\x5d\x2f\x7f\xdd\x9b\x4e\x39\xe6\x84\x73\x1f\xf3\xf5\x07\x3e\xf9\xee\x57\x1c\x74\xc7\xdb\x9f\x7a\xf3\x8b\xfe\xeb\xc9\xfb\x3f\xe2\x96\xfe\xb7\x2e\xfc\xed\x8f\x1c\xb8\xff\xed\x1f\x79\x87\xdb\x99\x23\xed\x83\xc3\x75\xd2\xa6\x1c\x7a\xd0\x05\x07\xbf\xfd\xbe\xdf\x7f\xe8\x71\xe3\xdd\xfc\xd1\xd5\x97\x3f\xf6\xd2\x73\x2e\xb8\xfe\x07\xde\xf8\xd6\x87\xbc\xe2\x99\xcf\x79\xe1\x13\xef\xff\xf0\x1f\x1d\xf1\xc0\x43\x1f\xeb\xaf\x39\xf0\xaa\x03\x4f\xfc\xef\x3f\xd9\xbe\xc4\xfc\xcc\x7f\x20\x1d\x59\xae\xf9\x1f\x8f\xbf\xd3\x31\x87\xec\x7f\xe8\x3f\xdd\xe5\x8c\xbb\x6f\xef\xf5\xb6\xc3\xd2\x51\xff\xf9\x98\x2f\x92\x7a\x78\xcc\xf7\xfe\xe8\x2b\x4f\xfa\xcc\x01\x1f\x79\xc1\xbb\xe2\xeb\x5e\x7a\xca\x71\x27\x5c\xf4\xb8\xab\x1f\xfc\xfe\x7b\xdd\xe5\x8e\x07\xa4\xfd\xd2\x95\xe5\xf3\x07\x7d\xee\x8e\x8f\x3e\x78\xff\xdf\xff\xc5\xbb\xfe\xc9\x3d\x9e\x7a\xef\xc7\x1d\x7e\xfe\xff\xdc\x7b\xe0\x21\x0f\x3a\xe1\x21\x37\x7b\xd8\x7f\x3f\xe6\x97\x4f\xfc\x6b\x68\x98\xab\x9e\x73\xf9\x83\x3e\x77\xe1\x5f\xff\xe8\x03\x7f\xfd\xd6\xcb\x5e\xf9\xf2\xe7\xdf\xe6\xf8\x2b\x1e\xf9\xe4\xfb\xff\xe1\xdd\xae\x3a\xf4\xbf\x1d\xfa\x83\xbb\x1c\x73\xf7\x73\xee\xf5\xe4\xfb\x3e\xee\x88\x4b\xef\xff\xeb\x0f\xfe\xdc\x43\xce\x7e\xd8\x4b\x1f\x71\xdf\x47\x7f\xf7\xf1\x77\x38\xe6\x8a\x63\x3f\x7c\xe2\x41\xa7\x3c\x0a\x7f\xe1\xe7\x67\x7f\xef\x5e\x5f\xfe\xc6\xc5\x3f\x3d\xff\xdc\xf7\x5c\xe7\x0d\xdf\x7f\xc9\x6f\x3c\xf3\x7b\x7f\xfc\xbc\x87\xdb\x23\xcf\x3c\xec\x3a\x47\x9c\x71\xe4\xb9\x0f\xf8\xe8\x83\xbf\x75\xd4\x2d\x1f\xfe\xa6\x47\x5d\xe7\xb1\x97\x3d\xe1\x0e\xc7\xde\xf6\xb8\x8f\x9e\x70\xd0\x89\x6f\x7b\xd6\x2f\x3e\xff\x66\x2f\xfa\xd2\x6b\xa7\xfa\x8b\x1f\xbd\xf8\xf2\xfb\xfc\xc3\xf5\x3e\xf9\xbd\xbf\xf8\xc2\x59\xff\xe7\xb5\x9f\x3f\xe5\xb7\x9f\x7e\xea\x31\xef\x39\xfa\x53\x0f\xbd\xe8\x61\xa7\x1e\x7d\xb7\x47\x9e\xfe\xd8\x93\xff\xe8\x43\xc7\x3e\xe3\xf8\xfb\x3f\xed\xbe\x27\xfe\xaf\xe7\x7c\xf3\xf9\x5f\x7d\xe1\xfb\x4e\x7d\xfc\x4b\x3f\xfb\x8a\x57\x9d\x76\xe3\x33\x9f\x5e\xff\xc2\xcf\xbf\xf9\xfd\x37\x7c\xfd\x0f\xfe\xe6\xc5\x1f\xfd\xd1\xfb\x2e\x7d\xeb\xdd\x5f\xf5\x92\x93\xbe\xfc\xb4\xab\x9f\xf8\xd3\x27\x3c\xe7\x8f\x5f\xf4\xc4\xd3\x8f\x7b\xd1\x53\xe3\xd3\x9f\xfd\xac\x07\x3d\x6f\x78\xe1\xb5\xff\xe4\x91\x2f\x3d\xe1\x55\xfe\xb5\x27\x9e\x71\xeb\x37\xde\xf9\xcc\x6f\xbf\xe3\xf8\xf7\xcf\xbc\xdf\xab\xff\xf1\x7f\xff\xf0\x8b\xd7\xbe\xf8\x3a\xe7\xef\x7b\xcf\x5f\xfd\xe9\xc3\x5f\xf9\x88\x93\x3e\xf8\xcc\x53\x4f\xfc\xfb\x67\xdd\xfe\x59\xdf\x7c\xee\x5b\x5f\x70\xd9\x8b\xca\xa9\xb7\x7c\xd9\xdb\x5e\xf3\xe0\xd3\x9f\xf1\xc6\xdf\x7c\xeb\x4d\xce\xfa\xe3\x77\x3c\xe1\x9c\x5f\x7d\xff\xb7\xce\x3b\xe3\x63\x77\x9d\xeb\xfb\x7f\x7b\xf9\xb7\xcf\xfc\x87\x13\x2f\xfa\xcd\x0f\x3f\xe4\xdd\x67\xbf\xe9\x6e\xaf\xd9\xff\xd4\x93\x5f\x7c\x9b\x53\xc3\x4b\xee\xf1\xb2\x27\xbc\xea\xed\xaf\x8d\xaf\xbf\xe4\x4d\x17\xbd\xf5\x21\x67\xff\xfb\xbb\xaf\xfd\xde\xdb\xfe\xf9\x1f\x7f\xe8\x9f\xff\xea\x61\x9f\x38\xec\xc2\x7f\xbd\x64\xdf\xfc\x2f\xfc\xfc\xc6\xdf\x3f\xfb\x1b\x3f\xff\xdc\xfd\x3f\x79\xe1\x87\x9f\xf6\xae\xbb\xbe\xe5\x2b\xaf\x7f\xd5\xe9\x17\xbf\xee\xa9\x67\xfc\xdd\x9b\xde\xff\x96\xdb\x9d\x79\xc8\xd9\x5f\x3e\xe7\x88\x0f\x1c\xf3\xa1\xcd\xf9\x87\x7f\xfc\x3a\x17\x9c\x7f\xe1\xb9\x97\x7c\xea\xef\x0f\xfa\xfc\x57\xbf\x7e\x5e\xf3\xea\x3c\xe6\x7b\xd7\xfe\xea\x87\x3e\xfb\xc2\x4f\xbe\xe4\xdc\x6f\xbd\xf7\x29\xef\xfc\xe0\xd9\x2f\x7b\xe7\x9d\xdf\xf5\x17\xe7\x0c\xef\xfb\x85\x0f\x6e\xce\xbd\xee\xf9\xf9\x63\x37\xfa\xd4\xb1\x9f\x7e\xc6\xdf\x1e\xf2\xd9\x97\xfc\xe3\x27\xbe\x72\xe3\xcb\x4e\xff\xce\x5f\x7e\xbf\xcb\xa1\xfc\xf8\x3a\xdf\xbd\xe8\x6b\x7f\xf0\xb7\xef\xfb\xd4\xab\x3e\x7a\xeb\xf3\xee\xff\xa1\x13\xce\xcd\xe7\xdd\xfe\xfc\xbb\xfe\xd5\xfd\x3f\x71\xd7\x4f\x3d\xf1\xe2\xbb\x5c\xf2\x84\xcf\x7e\xf0\x0b\xb7\xff\xca\x09\xdf\x38\xf9\xf2\xcb\xaf\xf8\x2f\x57\xde\xf8\x87\x37\xfd\x59\xe8\x5f\xce\xab\x6f\xfe\xdd\xd7\x7c\xed\xe8\x7f\x78\xd0\x25\xbf\xf7\xc9\xe7\x7e\x72\xbf\x4f\xbe\xe5\xc2\x07\x7e\xfa\xf4\xff\xf5\x99\xbf\xb9\xf8\x73\xff\xe3\x0b\xa7\x7f\xb9\x7c\xe3\xb9\xdf\xfe\xd7\xef\xfc\xf8\x7b\x9f\xfe\xe1\x6d\x7e\x72\xa3\xe5\x1c\xc8\xd5\x4f\xbe\xe2\x79\xdf\x7c\xf3\x17\xff\xf0\xd2\xa3\x3f\xfb\xae\xcf\x3d\xfb\xd2\x57\x7d\xfe\x13\x5f\x7a\xc8\x57\x3f\xf9\x8d\x3f\xbf\xfc\x0b\xff\xfc\x9d\x2b\x7f\xe1\x87\xf7\xfb\xf1\x9b\x7f\xf6\xec\xa5\xb9\xf5\xff\x7e\x7a\xf4\x95\x1f\xfa\xee\xf5\xbe\x7d\xa7\x6f\x5e\x70\xd9\x7f\x7c\xeb\xf3\x97\x5f\xf9\x9d\x37\xff\xcb\xab\x7e\xf0\xe7\x3f\xbc\xe7\x4f\xf6\xfe\xe3\x59\xed\xd8\x6b\x2d\xfe\xdf\xb5\xaf\x7d\xd3\x9b\x6e\x36\xfb\xf6\x1d\x79\xe4\x63\x1f\xfb\xcc\x67\xbe\xe2\x15\x67\x9d\x75\xde\x79\x97\x5c\x72\xd9\x65\x57\x5d\xf5\x7f\xf5\xfb\xff\xdf\xff\xfd\xbf\xe7\xff\xae\x75\xad\xe3\x1f\xf9\xb4\xe3\x47\x79\x1f\xfc\xfb\x77\xb9\xdb\xbd\x8f\x3a\x74\xdf\xfd\xf6\x1d\x75\xe7\xfb\x1c\x7e\xaf\x7d\xf7\xbb\xee\xde\x21\xf7\x7a\xe0\x3d\x8e\x3a\x04\xff\xb8\x17\xfe\xf1\x40\xfc\xe3\x1e\x7b\xf7\xdc\x77\xf0\x51\xf7\xa4\xff\xdd\x47\xff\x7b\xf0\x75\x7f\xff\xde\x87\x8a\xe9\xbb\x3f\x78\xdd\xbd\x61\x3b\x0c\x83\xf2\xbf\x25\xcc\xfe\x65\x63\xc7\x7f\xd4\xc1\x46\x19\x3d\x6c\x63\x1a\xf6\xc2\xb6\x8c\xa3\xdd\x36\xc7\x69\xb4\xed\x47\xe7\xb8\x35\x79\xd8\x33\x76\x3b\x98\x61\x6f\x13\xb6\xd6\x4c\xc3\x9d\x32\xdc\x6c\x5d\x19\xf6\x4c\xde\xa6\xf1\xaf\xc7\xad\x29\xd3\x70\xdf\x0f\x4f\x71\xeb\xed\xb0\x67\xc3\x36\x65\x1a\x5e\x76\x7f\x3d\x84\x6e\x78\xcc\xdb\x68\x87\x3d\x97\xb6\xc9\x0e\x7b\x9b\xb4\x75\x69\x1a\x9e\xfa\xbf\x1e\x87\x6d\xf6\xc3\x5e\x18\xb6\xa1\xd0\x5f\x4f\x7e\x1a\x9e\xfb\xbf\x1e\xdc\x36\x8c\xb3\x1c\xcd\xda\x84\xf9\x5f\x37\x43\xff\xe7\x7d\xc6\x0f\x7b\xec\xbb\xc3\xbe\x2b\x3b\xce\xfb\x6e\xb6\x3e\x93\x7c\x4a\xc2\x5a\xe3\x6e\xb8\x32\x2b\xa7\xad\x49\xc3\x9e\xa5\x25\x6f\xf2\xd6\xf8\xdd\x70\x4d\x50\x96\x3e\x3b\x6f\xc3\x28\xa7\x32\xee\xeb\x34\x5c\x11\x54\xca\x5b\x3b\x0a\x2a\x6c\x8d\x1b\xf6\x36\x66\xd8\xda\xd9\xdf\xd7\x44\xe5\xb6\x2e\x0e\x7b\xd6\x6e\xcd\xb8\x5a\x63\xc6\x03\x31\x4d\xd0\x84\x15\xb6\xa9\x0c\x7b\xce\x61\xbd\xc6\x6c\xed\xec\x93\x14\x71\x85\x3c\x9e\x96\x3d\x1f\xb7\xc1\xe3\x93\xf2\x6c\x82\x26\x30\xb3\x1d\xf2\xb0\x17\xca\xd6\x3b\xac\x39\xcf\x77\x54\x91\x58\xd8\xc6\x38\xec\xc5\xb2\x8d\x9e\xce\x8f\x1f\x25\xa6\x6c\xe6\x24\x81\x98\xe9\x24\xd0\xe9\x34\x66\x9b\x67\xe3\x35\x91\xb9\x6d\x1c\x77\x7f\xc0\x3f\x8c\x1d\x6f\xc1\x34\x41\xf9\x9d\x84\x4f\x0f\xbc\xa7\x6e\xfc\xae\x69\xbc\x26\xb5\xb0\x1d\x46\xa9\x99\xad\x0f\xe3\x04\xbf\x75\x61\x37\x41\x93\xda\xb0\xb5\x99\xee\xe3\x28\xbc\x71\x42\x29\xbb\x09\x9a\xd4\xec\xb6\x8c\x37\xb2\x6c\x33\xfd\x42\x18\x27\x4e\x13\x34\xa9\x05\xba\x35\xde\x6e\x9d\xe7\x5f\x98\x7d\x92\x22\x35\x9f\xb7\xde\xd0\x3c\x9c\x3c\xb7\x2d\x6e\xbe\xab\x8a\xd8\xdc\x76\x88\x74\xa0\xac\x87\x1c\xca\xb8\x4d\xca\xfe\x4c\x62\xc8\x85\x0e\x84\xa1\x35\xc4\x6d\x08\xbb\xf1\x8a\xdc\x52\x99\x94\x21\x4d\x48\xe3\x92\xa6\x09\x9a\xdc\xc2\x78\x36\xf7\xcc\x36\xd1\xf8\x8c\xcb\xe3\x96\xe5\x66\xe8\x44\xa4\x6d\x8a\x18\x9f\x66\x7f\x5f\x11\x5b\x4c\xf4\xe9\xc6\x8f\x5f\xbe\xb7\x31\x05\x77\xc7\x2d\x8a\x2d\x14\xba\x65\x36\xe0\xc4\x9a\x82\x83\xe1\x96\xc5\x66\xb7\xc9\x91\x2a\x2d\xfc\x0b\xc3\xec\x93\x34\xb1\xe1\xc1\x18\x95\x69\xc2\x1e\x15\x3b\xdf\x54\x45\x6c\xb8\x06\xb1\xde\x86\xb8\xb5\xe3\x37\x29\xcb\x9d\xa4\x40\x6a\xdd\xd8\x6d\x18\x4f\x86\xa5\xed\x9d\x26\x68\x72\x8b\xdb\x21\xd0\x45\xa6\x5f\xb0\x16\x2a\xdb\x2f\xcb\xcd\xe2\x48\xd8\xed\x60\x31\x21\x99\xdd\x04\x45\x70\x31\xd3\xbb\xe7\xc6\x9b\xbf\xb7\xb1\x6e\x6b\xe3\x6e\xbc\x26\x38\xb7\x8d\x85\xbe\xd5\x39\x4c\x48\xb3\x09\x9a\xe0\xe2\x36\x8d\x82\x33\x74\x4f\xc7\x09\x71\x36\x41\x11\x9c\x2f\x74\x88\x9c\x1b\xd7\x4a\x13\x9c\xdd\x4d\xd0\x04\x47\x1f\x3d\xca\x2f\xf0\x9a\xbd\x99\xef\x6a\xff\x13\x0e\x8b\x0e\x61\xeb\xe8\x9b\x06\xdc\x37\xe5\xeb\xa7\xa7\x21\x0c\x38\xd7\x9e\xbe\xa9\x40\xd2\x3c\x41\x11\x5c\x2c\xdb\x92\x71\xf9\x49\xd7\xdb\x32\xbe\x15\xd3\x0c\x45\x72\x31\x8e\xeb\x1c\xdf\x41\x4b\x37\x75\x18\xff\x39\x4d\xd0\x24\x67\x71\x50\x2d\x96\x3d\x4e\x98\x7d\x93\x22\xba\x90\x49\x83\xb9\x6d\xce\x18\x4f\xaf\x09\x8f\xd7\x24\x67\xb1\x3a\x8f\xd7\x67\xfc\x81\xb4\x9b\xa0\x49\x2e\x6c\x7d\x84\xb1\x53\xb0\xe6\x3c\xfb\x05\x45\x72\xae\x90\x8a\x74\x69\x1b\x03\x26\x18\x37\xdf\x56\x45\x72\x7e\x6b\xcc\xb0\xe7\x13\xfd\xd2\xc6\xe6\xed\x30\x4a\x4e\xf9\x98\x69\x57\x33\x0d\xf4\xa4\x0d\x36\x2e\x8d\x2f\xd1\x34\x41\x93\x9c\x83\x65\x67\xca\x68\xbf\xd0\x0c\x37\x9b\xa1\x49\x6e\x20\x93\x90\x5e\x86\xcc\x33\x66\x1f\xa5\x88\x2e\xc4\x6d\x9e\x8c\x18\x9a\x10\xf2\x6e\x82\x26\x3a\x3b\x9e\xd0\x51\x7f\x5b\xfe\x85\x60\x77\x13\x14\xd9\xf9\xb4\x1d\xd2\xb0\x17\x71\xad\x5d\x1a\x6d\xa1\x69\xbc\x26\xba\x81\x4e\x85\x49\x7c\x38\xa2\xf8\x22\x4d\x74\x9e\xb6\xc7\x16\xe8\x01\x17\x20\xeb\xb4\x72\xe9\x06\x7a\xa2\x5d\x1e\xad\xd4\xbd\xcd\xf8\x07\xc6\x35\x28\x7f\x7b\xda\x56\x7a\x1b\x9c\xc1\xc5\xf0\x1e\xdb\x9a\x17\x2f\x5d\x60\x73\xc6\x46\xdc\x0c\xef\x71\x25\xf2\xe2\xa5\x0b\x7e\xd4\x8f\xa4\x89\xb3\xc3\x0c\x33\x9b\xa1\x89\xce\x40\x2d\x99\x38\x3e\x40\x34\x63\x88\xbb\x19\x8a\xec\x7c\x7d\x81\x06\x28\x0f\xef\xa0\x0a\xf2\xe2\xc5\x1b\x4d\x0d\x58\x59\x64\xd6\x7b\x07\x85\x96\x17\x2f\x9e\x8b\x74\xba\x0b\x2f\x82\x9e\x97\x69\xbc\x26\x3c\x43\xf7\x6e\xd4\x7b\x34\xc1\x8c\xe6\xc4\x6c\x67\xfb\x5f\xb0\x91\x4c\x44\x37\x90\xb3\x34\xce\xb0\xf0\x05\x96\x2e\x1e\x2f\x6b\x3c\x7a\xf4\xcf\x40\xff\x79\x37\x43\x13\x1f\x5b\x58\xce\xf2\x46\x95\xf1\x37\x77\x53\x14\xf9\xf9\x02\x3b\xd1\xa6\x6d\xe6\x29\x3e\xce\xa6\x28\x02\xf4\x91\x75\xb8\x85\x0a\xf1\x65\x6b\xe6\x53\x34\x09\x3a\x36\xfd\xd2\x76\xa0\xfd\x22\x2f\x6d\x37\x45\x11\xa1\xcb\xf4\x26\x8d\x0f\x37\xfd\x48\x1a\x7d\x97\xdd\x0c\x4d\x86\x8e\x6c\x64\x8b\x03\xe9\xd3\xb8\xd1\xbb\x09\x8a\x10\x6d\x22\x8b\xc8\xb8\xad\xa1\xeb\x11\xc7\xad\x98\x6f\xb0\x22\x45\x78\x72\x16\x8a\x7d\x9c\x32\xf3\xa4\x15\xb9\x14\x8f\x85\xd3\xfb\xb8\x17\xe0\x72\x89\x71\x62\x78\x2e\xa3\xf1\xbd\xe7\xc9\x68\x74\xb0\x3c\x84\xe8\xe4\x68\xd8\xd5\x66\x20\xb3\xcb\xc2\xdb\x12\x62\x93\xc3\xe1\xeb\x8e\xa6\xab\x1b\xff\x5b\xe8\xfc\x6e\x31\x3c\x05\x98\x1d\xe4\x0f\xd0\x55\xea\x1c\x6f\x31\x3e\x66\x7a\x58\xea\x71\x35\x78\x1c\x85\xb4\x4c\xa3\x9d\x46\x67\x77\x3c\xd6\x64\xe4\x8f\x06\x5a\xe3\x7a\x8b\xf1\xc1\x8d\xbe\xd8\xf8\xba\x90\x61\x26\xbe\x5f\xbd\x13\xe3\x91\x29\xf0\x4a\xc7\x65\x8f\x96\x4a\xe3\x7b\x4b\x51\x0d\x78\x74\x49\x81\xed\x0d\xb8\xd0\x66\x45\x56\x71\x1b\xe2\xf8\x77\xe9\x12\x50\xc4\xa4\x75\xbe\xe5\x78\x3b\xbe\xfe\x7b\x89\x66\x6d\x2c\xc2\x1e\x66\x59\x5c\x29\x91\xc2\x30\x1e\x61\x15\x27\xbe\x5f\x15\x98\x9d\xec\x44\xac\x63\xee\xeb\xaa\x12\x83\xf5\x36\xde\x1b\x44\x33\x6c\xec\xbc\x6f\xd3\x3c\x0f\xc5\x90\x95\x92\x30\x21\xf4\xde\xb7\x9c\x30\xd0\x84\x90\xb7\x91\xae\x0b\x4c\x5d\xb3\x26\xb4\xb0\x8d\x8e\x0e\x13\xf9\x67\x14\x09\x69\xfc\x6f\xb9\xab\x09\x8e\x71\xda\x5a\xba\xf5\xe3\x61\x6a\xfd\xef\x56\x0c\x78\x4c\xea\x1a\x5c\xea\xfc\x6f\xb9\xad\x78\x6e\x3d\x8e\x5d\x1c\x3f\xaf\xf5\xbf\xe5\x78\xbf\xf5\x1e\xf6\x7d\x82\xfe\xea\xfd\x6f\x29\x86\x42\x3f\x30\xde\x4b\x4f\xe6\xeb\xfc\x17\x54\xb9\x59\x1a\x69\x33\xc2\x26\x05\xa6\x89\x5d\x91\x5b\x18\x9d\xc3\x3d\xcf\xe1\xa5\x02\xc5\x62\x97\xe5\xe6\x33\xbd\x9f\xc1\x63\x57\xb3\x90\x82\x2e\x37\x47\x61\x87\xc8\xa6\x6e\x82\x2a\x75\xcb\x72\x73\x14\xc9\x19\xdf\x74\x0a\xb4\x48\xe7\x52\x13\x5c\x2a\xb0\x17\xd8\xe5\x30\x03\x5e\x1d\xb7\x22\xb9\x40\xc6\xde\x40\x7a\x63\x63\x8c\x98\xa0\x8a\xce\xd0\x61\x8a\x08\x90\x19\x0b\xd3\xd8\xad\x88\x0e\x81\x28\xe3\xf0\x69\xc6\x8e\x56\x69\xeb\x84\x4b\x51\x14\xb2\xac\xac\x47\xcc\xce\x38\xdc\x52\xb7\x22\x3c\x4b\x5b\xea\x22\x9f\x5b\x36\x7e\xdc\x8a\xf4\x70\x3f\x7d\xe1\x75\xb0\x4b\xea\xd6\xc4\x07\x9f\x3d\x14\xba\x7d\x14\xc7\xca\xad\x23\xde\x4a\xc3\x70\x30\x87\x04\x6e\x3c\xdc\x02\xbf\x22\xc0\x50\x83\x70\x90\x7c\x18\x0d\xec\xd6\x15\x6f\xe5\x41\xf6\x9b\xe3\x20\x4a\x18\xcd\xb3\xd6\x17\x97\x02\xa1\xb8\xcc\x9e\xe5\x58\x56\x84\xfd\xe3\x57\x24\xe8\xb6\xd6\x0d\x7b\x99\x37\x37\x09\xef\x5d\x15\x60\x24\x7b\xdd\xd6\x67\x2b\xc1\xf3\xf5\xcb\x02\x1c\xe5\x60\x87\x3d\x67\xe9\x7d\x1c\x5d\x60\xd3\xbb\xe3\x72\x86\x85\x19\xe0\xd9\x2d\x4a\x22\x06\xa1\x0a\xd0\x25\x58\x18\x55\x1c\x11\xcf\xa3\x30\xac\xba\xd7\x22\xc2\x75\xc7\x83\xc4\x26\xac\x5c\x73\xab\xa8\xc8\xaa\x36\x01\xea\xdc\x5a\xe8\x36\xe9\x92\xb7\x4f\x0c\xf9\x69\x66\x80\x35\x67\xc9\xff\x6a\x9d\xf2\x56\xbb\x0d\xfc\x7e\xf1\x8c\xdc\x7b\xe5\xdd\xb3\x34\xfe\x37\x18\x2a\xd6\x0b\x2f\x5b\x95\xa1\x19\x9d\xb3\x3d\x63\xd9\x6b\xf6\xd8\x5f\xe9\x97\xb7\x57\x8a\xec\x7d\xe8\x76\x9a\x51\x3a\xc7\x5c\x0a\x04\x47\xca\x45\x0e\xc2\xf8\x71\x9b\x3b\xcf\x5c\x4e\xf1\x14\xac\x1e\x8d\xca\xc2\x91\x21\xd3\xba\xe6\xad\xfa\x31\x09\xc6\x3b\xc2\x61\x05\x32\x4c\xcb\x97\x70\x34\x9f\x32\xc7\xb5\x3c\x07\x31\x4c\xe7\x9c\xb7\x2a\x2b\xb3\xf1\x1e\x38\x8c\x91\x87\xce\x3b\xef\x2e\x89\xe5\x38\xac\x81\x07\x6a\x4c\xe7\x9f\x77\x6a\x2e\x92\x7a\x27\x6d\xed\x8c\xe6\xa0\x4b\x99\x44\x3a\x86\x9e\xc2\x69\xe3\x04\xb2\xc0\xd2\xca\x45\xc4\x5b\x63\x6a\x5e\xcb\x20\x96\x9e\x96\x2f\xa2\xf3\xb4\x74\x9b\xb0\x9c\xd1\x91\x76\xbd\x8f\x2e\xa7\x20\x9c\xee\x22\xfc\x29\x37\x20\xa5\x94\x17\x2f\x62\x28\x30\x75\x9c\xa7\xa4\x1b\x05\x58\x5c\xe7\xa5\xb7\x07\x1e\x42\x2c\xbc\xbd\x09\xc6\x61\x5e\xbe\x88\xc1\x23\x0e\x6a\xe1\x5b\x8c\x53\xa2\xed\xfc\xf4\xd6\x78\xa3\xc8\x8f\x29\x78\x71\x5d\x1a\xed\xcb\xd6\x51\x6f\x4d\x6e\xc7\x11\x7b\x3a\xc2\x2e\xc1\x72\xc8\xcb\x77\xd1\x1b\x8e\x12\x41\xb7\x20\xb0\xd8\xba\xea\x72\x87\x23\x1d\x91\xc4\x6f\x03\x5d\xfe\xd6\x57\x97\x13\x0c\xe9\x6a\x93\xa1\xe9\x5c\x42\xb0\x3f\xaf\x5c\x45\x1b\x29\x10\x32\x7a\x88\x0e\xd1\x9c\x52\x3a\x6f\xbd\xdd\x60\x37\xc0\xb1\x27\x83\x74\xd4\xe1\xa6\x77\xd7\x5b\x3d\x84\xb3\x1b\xf1\x5e\x79\x07\xd1\x37\xfe\x7a\x6b\x9a\x15\x3e\x8b\x64\xcc\xf9\x29\xa9\xb8\x7c\x1d\x47\x8d\x62\x10\xd6\xa1\xd8\x36\x8c\xb5\xce\x63\x6f\xdf\xa0\x6c\xf1\x3e\x90\xe6\x1e\xd7\x13\x7b\x97\xbd\x7d\x84\x68\x8e\x19\x48\xbf\x8e\x73\xa2\xe9\x9d\x76\x39\x87\xdf\xa1\x01\x56\x81\xb7\x10\x4e\xe3\xb6\x4b\xe1\x20\x49\x52\x23\xe8\xde\xca\xf8\x83\x2e\x50\x47\xb7\xcb\xb0\x4d\x34\x9e\x3a\xdb\x38\xee\xc2\xc9\x28\x8e\x0d\x34\xfa\xc7\x68\x42\xa5\xd6\x73\x17\xe3\x33\xac\x53\xca\x95\x53\xf2\x2d\xb7\xae\xbb\x1c\x2e\x96\xc5\xa1\x6d\x21\x40\x39\x7c\x20\x2b\x05\xf6\xcc\x1e\x9b\x1c\x42\x76\x62\x38\x1b\xbe\xd6\xd3\xb1\x8a\xd0\xf0\x42\x6c\x62\x78\x4c\xf4\x16\xb8\x48\xd6\x3e\xc5\x60\x1b\xc7\x5d\x0e\xc7\x89\xf0\x85\xfe\xba\x87\xc5\x24\x96\x25\x86\x07\xb8\x97\xd1\x6e\x6d\x18\x87\xfb\xde\x6d\xb7\x8d\x0e\x19\xfd\xf0\x84\xa8\x7c\x40\xae\xd0\x2c\x0b\x6a\xa8\xb0\x03\x43\x76\x5c\x1e\x3a\xb7\xbd\xdd\xf9\x8c\xf0\x87\x19\xb7\x66\x9e\x61\x57\x05\x65\xe0\x8f\x92\x0a\x0c\xc2\x07\xd7\x04\x95\x52\xc5\x42\x8c\x4a\xcd\x21\x89\x67\x56\x24\x85\x5d\xb1\x03\xe2\xfe\x22\x28\xa0\x8a\x2a\xd4\x4b\x33\x8a\x60\x18\xdf\x98\xd6\x63\xb7\xcd\x4b\x11\x61\xbe\x8c\x9b\x34\xd4\x98\xe3\xb2\xb0\x18\xf9\x81\x28\xf6\x50\x63\x81\x2b\xd2\x42\x0c\x2a\x12\xf8\x60\xcf\x8c\x5a\xb3\x71\xd7\xe5\x76\x46\xc4\xc3\x32\xed\xa7\x47\x88\xce\xae\x48\xcb\x72\x32\x87\xde\x13\x8b\xc3\x63\x97\xc5\x95\xf0\x1d\x96\x1e\xdf\x41\xa4\x8d\x55\x71\x51\x66\x79\xaf\x50\x64\x66\xc3\xcb\xb5\xcb\xe2\x8a\xf0\x7a\x4c\x8d\x80\xe2\xad\xb2\x2b\xf2\x82\x51\x6a\xf1\x59\x1b\x87\x2c\xb0\x5d\x11\x98\xa7\xe3\xe9\x07\x44\x31\x9d\x96\x2a\xb7\xcd\x7b\x30\xfa\xf6\xc1\x71\x1a\x01\xe6\x86\x5d\x13\x99\x1b\xfd\xda\xd1\x12\x84\xd1\x88\x2b\xe3\x96\x65\x66\x39\xc5\x6c\x11\x27\x1d\xc4\x04\x4d\x6a\x29\x23\x68\x1b\x39\x8d\x05\x80\x80\x5b\x11\x9b\x87\x25\x3e\xf0\xdb\x36\x3e\x8b\xad\xa7\x2e\x27\x0c\xf4\xf1\x01\x8b\x0e\xdb\xc1\x76\x8e\xba\x94\x43\x84\x09\x60\x61\x30\x47\xd8\x71\x6e\x59\x70\xa1\xd0\x04\x7e\x36\x36\x09\xee\x94\x5b\x11\x1c\x50\x2f\x2e\x20\x85\x95\x45\xb0\x41\x15\x5c\xa0\x6d\xf5\x19\xd9\xc7\x0c\xff\xd9\xad\x09\x0e\x4a\x2b\x64\x38\xe9\x9c\x92\xf2\x8b\x82\x4b\x15\xd2\x11\xe0\x19\x45\x18\xe1\x7e\x45\x70\x9e\x71\x2c\x03\x60\x0e\x49\x64\x8e\x55\xc9\xf1\xc8\x80\xb4\x46\xd6\x3c\xf4\x56\x12\x70\xd6\x06\xc4\x02\x72\x9f\x2d\x97\xe3\x2d\xd9\x48\x8c\xe7\x32\x03\xd2\x00\x7e\x45\x72\x81\x0e\x91\xc9\x38\x7c\xc6\x40\xc7\xfb\x65\xd1\xf9\x42\x4a\x66\x74\x52\x76\xe0\x82\xd6\x41\x97\x33\x2c\x2d\xc2\x3b\x86\x9b\xb0\x9d\xe3\x57\x84\xe7\xa0\x52\x03\x27\x20\x6b\x70\x49\x38\xe8\xed\xd3\x30\x78\xf6\xb2\x39\xd2\x32\x98\xce\x41\x97\x7b\x95\x19\xdb\x91\x78\x4a\xc0\x83\x22\xb7\xa9\x7b\x50\xfc\xec\x72\x9b\x88\xfc\x9d\x74\xd0\x5b\x9d\xe6\x11\x0a\x45\x34\x20\x21\x8e\x23\x1d\xf4\xf6\x15\x72\xf4\x2f\x34\xcf\x24\x1c\x12\xe9\xa0\xcb\x09\x86\xbc\x15\x63\xa0\x98\x4d\x06\xce\x4b\x3a\xe8\x52\x22\x48\x4f\x5b\xe0\x80\x46\x9f\xc5\x87\xce\x41\x97\x02\x81\x92\x72\x1e\x26\xbe\x29\x70\x88\x1a\x07\x5d\x4e\xf1\xf5\xb7\x48\x29\x98\x82\xf7\x34\x2d\xde\xc0\x88\x7c\xfe\xe8\x05\x1a\x86\x9f\x98\xd4\x39\xe8\xed\x79\xa7\x4b\x6b\x03\x56\x62\x2d\x5c\x8f\xb4\x7c\x07\x47\x5d\xc5\x90\x9e\x8a\x41\xa1\x90\x49\x5a\xbe\x85\x21\x70\x48\xcd\x8f\x7a\x8a\xdc\x42\x57\x3a\x07\xbd\x95\x49\x66\x55\x18\xf0\x7d\xd6\x75\x0e\xba\x94\x49\x64\x78\x22\xc1\x01\x6c\xc0\xd5\x4d\x2b\x17\x11\x96\xa5\xf1\x0c\x8d\x89\x5b\xef\x3a\x07\xbd\x95\xc8\xe8\x69\xd8\x80\x03\x6f\x23\xae\x6e\x5a\xbb\x88\x03\x25\xf6\x1d\x83\xcb\x6c\x44\x06\x20\x2f\x5e\xc4\x50\xe0\x01\x39\x76\x06\x6d\xc1\x03\x98\x97\x2f\x62\xe0\xdc\xb6\xb3\x1c\x6a\x18\x44\x02\x5a\x15\xa2\xc3\xed\xb0\x09\x8e\x87\x1b\x44\x4a\x59\x15\xe2\x40\x4f\xff\x78\x44\x86\xc4\xe1\x89\xd2\x39\xe8\xad\x48\xa0\xe0\x03\xa3\x39\x18\x40\x95\x97\xef\xa2\x37\xc8\x4b\x04\x8e\x35\xb0\x91\x9a\x97\xef\xa2\xa3\x87\x66\x2f\xb0\xcd\x63\x11\x98\xc9\x2b\x57\x71\x40\xaa\x8b\x63\x65\xce\xe2\xba\xe7\x95\xab\x38\x3a\xe8\x80\x05\xe3\x82\x59\x99\xbb\xd5\x37\x18\x4e\x29\x5f\x78\x17\xaa\x75\xbe\x7c\x19\x47\x3d\x34\xae\xc1\x73\xd6\x7e\x7c\xdd\x63\xef\xa0\xb7\x06\x19\x64\x1f\x90\x3c\x19\x9d\x7b\xc5\x41\x6f\x6d\x01\x6f\x18\xe4\xc4\xe8\x11\x91\x1f\x57\x45\x69\xf1\x4d\xd6\x71\x58\x23\x42\xad\x36\x0e\x7a\xfb\x08\x79\x4e\x3b\x64\x0e\xe9\x0c\xb6\x77\xd0\xe5\x1c\xcb\xe8\x25\xb6\xc4\xd9\x26\x68\x1c\x74\x29\x1c\x82\xe3\xec\x71\xea\xde\xb1\xf1\xd4\xfa\xe7\x72\x0a\x70\xb1\x26\xc2\x10\x74\x09\x17\xb9\xbd\xb8\x3b\xb7\x8f\x31\xd2\xf4\xf2\x52\x3e\xbe\xcb\xac\x8b\xf1\x39\x93\xce\x26\x20\x08\x45\x01\x52\xeb\x9f\xcb\xe1\x14\x44\xde\x2b\xa3\xc3\xb1\x67\xd2\xdc\x9d\xd7\x20\x9c\x09\x70\xe1\xf1\xf1\x44\x80\x71\x86\x0b\xd7\x90\x83\x09\x41\xcb\x51\x74\x00\x20\x04\xdb\x7a\xe8\x62\x7c\x4c\xf4\xd6\x3a\x44\xd3\x8d\x99\xe7\xe2\x35\x90\x54\x00\x36\xd7\x67\x64\xfc\x07\x9c\x40\x21\x30\x39\x1e\x90\xde\x48\xfe\xdb\x38\xde\xf8\xce\x49\x17\x13\x3c\x22\x3d\x89\x92\x06\xe3\x07\xf5\xc0\x76\xb9\x9f\x05\x7e\x1f\x42\xdb\x26\xe1\xed\x30\x2b\xf2\x42\xca\x72\x33\x54\x0c\xfa\xe0\x3a\x47\x5d\x4e\x30\x40\x24\x22\xcc\xe3\x46\xfb\xa1\xf5\xd4\xa5\x08\x00\x71\x32\x80\x7b\x8e\x96\x46\x0f\x6e\x97\x13\x0c\xa2\x4e\x94\x3d\x1d\x4f\x46\xea\x5c\x75\x29\x33\x4f\x9e\xb1\x33\xf4\x5e\x32\x90\xdc\xac\xc8\x2c\x21\xac\x82\xc7\x2f\xd6\x08\xdd\xb2\xcc\x06\x3a\x9c\x21\x91\x9d\x10\x9a\xc0\x87\x26\xb3\x40\xc9\x8b\x48\x9b\xbf\x27\x13\xd9\xba\x04\x22\x20\xd2\x74\x31\xed\x36\xf6\xc8\xf6\x56\x02\xa4\xbc\x00\x58\x30\x03\xee\x98\x5d\x16\x59\x4a\x64\x19\xa0\x6e\x24\x6b\x89\x75\x39\x1c\x2e\x6e\x06\x0c\x04\x31\x30\xbb\x2c\xaf\x08\xd0\x81\x09\xc8\x6c\x0a\xcf\x5b\x95\x97\x21\xd5\xc3\xb1\x7e\x07\xe0\x9b\x5d\x91\x97\xa7\x00\xb4\x2b\xf4\x9c\x18\x44\x7b\xed\xb2\xbc\x3c\xc0\x13\x01\xd0\x65\x83\xf7\xca\xae\xc9\x8b\x2f\x25\x02\x61\x16\x59\x43\xb7\x2c\x2f\xc3\x69\x1a\x57\xc3\xe3\xb9\xf3\xd2\xdb\xed\x2f\x80\x4e\x10\x6a\x7b\x74\xb0\x5a\x27\xbd\x55\x5a\x88\x22\x93\x55\xe7\x85\xcf\xad\xc9\x2b\x16\xfa\x7e\x24\xb5\x18\x52\xec\x56\xe4\x15\x28\xa0\x8d\x22\x90\x3d\xf6\xf3\xdc\xb2\xbc\x02\x2a\x7d\x46\xf7\x88\x2c\x1a\xe1\x3f\xab\x02\xc3\x05\x9e\x0c\x3f\x04\xf3\xdc\x8a\xc4\x10\x5e\xf0\xfc\x8e\x59\x24\x93\xdd\x9a\xc8\x06\x14\x6b\x4c\x20\x1f\xe7\x5b\x0f\xbd\xbb\x01\x9c\x45\x0e\x88\xff\xb9\xce\x41\xef\x64\x30\x73\xd7\xf8\x8e\xf9\x15\xa1\x0d\x70\xa1\x90\x2b\xdb\x18\xe8\x45\xbf\x22\xb5\x08\x07\x95\x51\x13\x1c\x72\xf3\x2b\x72\xa3\xaf\xde\x8b\x0c\xa2\x06\x02\xc2\xaf\xc8\x8d\x50\x70\x7b\xf0\x02\xa9\x72\xa6\x77\xcf\xe5\xa6\x52\x50\x61\xcf\x32\x20\x3c\x8a\x84\xbb\x2a\x37\x18\x05\xde\x22\xa5\x40\xb8\x9a\xce\x39\x97\x17\x09\x11\xf0\xc0\x86\x74\xc2\xfb\x27\x7c\xf3\xf6\x2d\x70\x9c\x6b\x0e\x28\xff\x99\xe3\xb4\x35\xc1\xc5\x5d\x15\x85\x1b\x76\x85\x45\xd2\x48\x6b\xdf\x0f\x5f\x18\xf0\x01\x10\xce\xdc\x3f\x55\x45\x07\x80\x1f\x5f\xe8\x4d\x11\x6e\xb6\x26\xba\x10\x21\x03\x03\xd3\xce\x0c\x88\x36\x4a\xc7\xbc\x7d\x74\xc6\x4b\x57\xe0\x0a\x1a\x4e\xd6\x48\xbf\x5c\xca\x02\xaf\xa0\x35\x8c\x09\xe7\xf3\x21\xfd\x72\x29\x0b\xd4\xa7\x39\x36\xd7\x51\xe0\xd2\xf9\xe5\x72\x0a\xaa\x79\xbc\xe3\x6a\x1e\x0f\x65\x9f\x16\xef\x5d\x64\xd4\xb2\x63\xe8\xff\xe8\x71\xda\xce\x2f\x6f\x9f\x07\xb8\xb1\x0c\x9c\x37\x41\x38\xa7\x9a\x04\x03\x27\x1c\x47\xaf\xdf\x33\xe2\xd9\x75\x7e\x79\x7b\x39\xc8\xa8\xaf\xae\x90\x61\x20\x55\x5a\xbe\x7f\x15\x4f\x5d\xf0\x5c\x9b\x2c\x12\xfa\x9a\x10\x7d\xa0\x97\x8e\x8c\x36\x44\x0d\x42\xe7\x97\xcb\xfd\x2d\xc0\xb6\xb3\x27\x60\x07\x31\x43\x15\xa2\xa7\x8f\xb2\xec\x67\x58\x99\xcd\x57\x85\x68\x81\x7d\x75\x1c\xc8\xb6\x6c\xe4\xe6\xc5\x4b\x18\x32\x2e\x88\x1f\x38\x53\x69\xa1\xdc\xf2\xf2\x2d\x0c\x8c\x5c\x74\x0c\x01\xb0\x56\x38\xd9\xaa\x10\x2d\x02\x9c\x6e\xe0\x3a\x14\x07\x9d\x9b\x97\xef\xa1\x2f\xd0\xea\xd6\xc3\x65\xb6\x1e\xc6\x62\x5e\xbe\x89\x9e\x2a\x9f\x20\xbd\x32\x8b\xae\xe4\xe5\xab\xe8\x0d\x72\xec\x5c\xee\x62\x23\x8e\x70\x5e\xbe\x8b\x0e\x16\x1d\x03\x68\x6d\x42\xc5\x58\x5e\xb9\x8a\xc8\xe3\x9a\x8a\x1d\x48\xc2\x93\xd7\xa5\x48\x31\x9b\x3d\xd4\x1c\xd1\x94\x92\x3b\xbf\xbc\xf3\x3d\x02\x30\xe1\x14\x92\xb2\x19\x11\xc8\xc6\x2f\x6f\xd5\x10\xb9\x13\x1e\xb5\x54\xe3\x9c\x64\x7a\xbf\xbc\x73\x59\x18\x61\x80\x8b\x5c\x6a\xb5\xe9\xf2\x75\xf4\x9e\x13\x12\x48\x99\x6c\xf0\xff\xec\xfc\xf2\x56\x2e\x99\x93\xed\xf5\xe0\xb8\xd0\xfb\xe5\xed\xfb\x33\xf0\xb5\xcf\x5c\xb1\x61\x14\xb4\xbb\x9c\xc3\x8f\x55\x60\xa0\x89\x45\x18\xb6\xf1\xcb\xa5\x70\x12\xc5\xab\xeb\xa2\x38\xce\xdd\xfa\xe5\x72\x0a\xe1\x8e\xe9\x08\x0c\x98\x43\xf1\x22\xb1\xe0\xf9\xbf\x14\x7e\x74\x1d\x65\xc8\xc6\x75\x84\xd6\x2f\x17\xe3\x33\x30\xf8\x08\xf2\xdb\x3c\x77\x6c\xad\x36\xdc\x91\x1d\x83\xd8\xbe\x0d\xf3\x54\xb5\x53\x86\xa7\x02\x7f\x33\x20\x4a\xc8\x79\x25\x31\x50\x8e\xa7\x8c\xe4\x68\x53\x52\x85\xab\x99\xfb\xf1\x5a\x59\x58\x8c\x64\xfc\x3b\x54\xe7\x1a\xce\x3e\x0b\x99\x89\xf1\x01\x50\x40\x9f\xc9\x64\x32\x1c\xe5\x11\x02\xf3\xad\xf2\x81\x5f\x3e\x60\xbc\x88\x72\x28\x3f\xe0\x61\xc8\x24\xbc\xe8\x26\x0a\xaf\x56\xdb\xcf\x8c\xba\xc8\x48\xa6\xb1\x8d\x30\x58\xcd\x8a\xbc\x3c\x17\x77\xd2\xe1\xb3\x0e\xc6\x98\x59\x91\x18\xae\x2a\x76\x68\x54\xea\xb1\xf3\xcb\xa5\x08\x02\x8a\x32\xe0\x36\xd7\x2a\x55\xb3\x22\x33\x38\x0c\xe3\xe6\x07\x84\x16\x42\xe7\x98\x4b\xa1\x39\x3c\x34\x86\xf4\xa0\x21\x48\x5f\xeb\x99\x4b\x29\xa0\x04\xce\xa3\xc4\xd3\xb0\x2b\x63\x56\xc4\x46\x01\x17\x8a\x02\xc3\xa3\x09\xbe\xf7\xcd\xa5\xdc\x08\x7c\x3f\x9e\x27\xb2\x8d\x8d\xc8\x5c\xeb\x62\x28\x9c\x0f\x8b\x0e\xfb\xea\x3b\xef\xbc\x95\x03\xe1\xac\x3c\xca\x92\x0b\x4c\x11\xbb\x2c\xb8\x14\xe9\x27\xc8\x26\x1c\xb7\x95\x8e\x9e\x5d\x11\x1c\xca\x85\xa9\xb0\x6e\xaf\x82\x7b\xed\xb2\xdc\x22\xe1\x60\xc7\xfd\x8f\xb0\x2d\xb2\xed\x1c\x74\x39\x01\xc1\x58\x1b\x11\x90\x18\x00\x3c\xb1\x2b\x72\xf3\xf4\x0b\x8e\x14\xfd\x5e\x16\x48\x7f\x4d\x6c\xa3\xa3\x57\xe0\x27\xda\x71\x21\x2e\xf7\x1e\xba\x9c\xb0\x0b\x9b\x75\x1e\xb7\x26\x02\x64\xb5\x08\x33\x1d\xe8\x76\x06\xd3\xb9\xe8\x72\x4f\x13\xbc\xb7\x82\x90\x8a\x07\x78\xd6\xad\x08\x8d\x33\x92\x78\xe3\x8d\x15\x45\xe1\x9a\xd4\x62\xa1\x68\x90\xa3\x58\xb5\x19\x44\x4d\xb8\x2a\x35\x3e\x3f\x03\xbd\xef\x19\x05\x4d\x6e\x59\x68\x21\xc3\xfd\x37\x35\xc8\x10\x3b\x27\x5d\x8e\x37\x14\xa1\x75\x54\x78\xb8\xc7\x85\xff\x6e\x45\x66\x50\x2c\x9c\xd7\x60\x8c\x9a\x5b\x93\x19\x8a\x28\x03\xaa\x77\x1c\xe2\x8a\xed\x08\x79\x0b\x38\xd7\x37\x00\xd9\x35\xf4\x2e\x7a\x2b\x02\xc7\xb0\xfb\x00\x64\x79\xe9\x5c\xf4\x56\x04\xe4\xe9\x00\xd0\x48\x91\xde\xd6\x43\x97\xe3\x03\xe7\xc2\x69\x3c\xb3\x2f\xf8\x15\x91\x19\xc6\x4a\x78\x8a\x6b\xcd\x0b\xe6\x55\x89\xa1\x08\xd7\x44\x32\x93\xb8\x4c\xd1\x2f\x4b\xcc\x67\x10\xb4\x70\x12\x52\x26\xe8\x55\x91\xa1\x38\xd3\x1b\xde\x27\x81\xd1\x57\x65\x06\xb0\xea\x78\x36\xc0\x07\x21\xb2\xc1\x9a\x08\x98\x4f\xc0\x12\xb9\xcc\x9e\x6d\xa0\xd7\xca\x16\x25\x98\xdf\x5c\xcf\x29\xab\xd9\x55\x99\x39\xf6\x9c\xc3\x14\x2d\x49\x9d\x73\x2e\x67\x70\xb2\xae\xb0\xb9\x0e\xe8\x93\x14\x40\xfb\xea\xd0\x55\xb6\x5c\xe2\x0c\x68\x95\xf4\xcd\xdb\x57\x67\x5c\x2d\x63\x6f\xf8\xaa\x49\xd7\x5c\xca\xc1\xe3\x0d\x67\xc7\x26\x89\xf8\x82\x26\x38\x07\x42\x18\x67\x81\x07\xce\x62\x97\x74\xc1\x21\xab\xe3\x0d\x8a\xaf\x8b\x28\x04\xd7\xb5\x0b\x25\xbd\x9d\x87\x0d\x1d\xe1\xd1\xa5\xe5\xdb\x16\x0d\x07\x25\x0b\x08\x06\x92\xc8\x4a\x6b\xa2\x0b\x1c\x78\xb2\x1e\xa7\x29\x83\x4e\x21\x2d\x5f\xb8\xe0\xe1\xc7\x9b\x0c\x61\x17\x68\xa5\xb4\x7c\xe5\x02\x3f\xb6\x6c\xc5\x8c\xff\x74\x7d\xb2\xbc\xb3\x00\x06\x3a\x49\x89\xcb\x7c\xe6\xd8\x02\x4d\x7e\x0e\x58\x56\x33\x70\x4a\xd7\x43\xf9\xa5\xe5\x9b\xe7\xb0\xbd\x96\xab\xa3\x47\x7b\x32\xf5\x5e\xb9\x04\x14\x21\xdd\xe1\x90\xe8\xa1\x8a\x9a\xd2\x7a\xe5\xdd\xf6\x5a\x76\xcd\x6a\xaa\xb1\x87\xb3\xcb\x29\x0c\x75\x70\x99\x6d\x4b\x8f\x0d\xce\xcb\xf7\x2f\x58\x84\xd1\x5c\x2d\x2c\x0e\xe2\x57\x34\x29\xfa\x32\x15\x4b\xd4\xaa\x9a\xc1\x76\x5e\x79\x2b\x13\x44\x16\x0c\xbb\x67\x59\xe4\xbe\x55\x31\x0e\x1c\x68\x1d\xb8\x10\xa7\x20\xa6\x96\x97\xef\xa1\x43\x98\x79\x80\x1f\x57\x9d\x8e\xbc\x72\x0f\x61\x5e\x8e\xaf\x3b\x83\x4a\xbc\xeb\xdd\x72\x29\x46\x4a\x42\x93\x47\x13\x10\xc4\x18\x7c\xe7\x96\x77\x3b\x4c\xf1\x59\x3e\x2c\x76\x50\xdd\xf2\x76\x8b\x53\x42\xed\xf5\x50\x69\x41\x52\xef\x96\xb7\x46\x97\x61\xac\x38\xaa\x5e\xb8\xf4\xac\xf1\x46\x5b\xcd\xe5\x38\xe5\x8d\x58\x91\x95\x75\xee\xaa\x2c\x0d\x19\x3a\x84\xde\x60\x56\x94\x58\x7a\xb7\x5c\x6e\x74\x64\x1c\x15\x53\x1d\x59\x3e\x98\x8d\x5b\x2e\xe7\x18\x80\x70\x32\xc7\x80\xa2\xac\xf3\xd7\xe4\x69\x23\xbd\xb8\x76\x02\x80\x58\x2d\x5d\x2e\xa7\xa0\x7c\xd2\x30\x14\xcb\xe6\x79\xf1\xb7\x58\x10\xfe\xa5\xf0\xea\x3d\x72\x8c\x8c\x04\x14\x92\x14\xe3\x33\xd8\x2f\x90\x12\xf3\x16\x38\x63\x21\x44\x39\xdc\x92\x4e\xcd\x55\x2f\x65\xdf\xba\xe5\x62\x78\xca\x64\xd6\x1a\x4f\x26\x86\xe3\x2a\x3d\xb1\x4c\x39\x1e\xb7\xdc\x82\xde\xc0\xb9\x39\x76\x5f\x63\x5f\x89\x60\xa4\x73\xb0\xb3\x6b\x55\x94\x90\x99\x18\x1f\x0a\x79\x16\xcc\x89\x62\x23\xa4\x2c\x04\x26\xc7\x53\x56\x84\x9e\xf4\x81\x60\xf6\xb3\xef\x57\x29\x0d\x3c\x6a\x7b\xd3\x40\x0e\x89\xf5\x55\xc2\x4b\xe2\xca\xc8\x8c\x6e\x12\xd2\xf8\x92\x17\x4d\x95\x97\x43\x35\x0c\x8a\x69\x5c\x16\x40\x72\x4d\x62\xa9\x50\x80\x96\x3d\xa4\x80\xe4\x99\x59\x11\x59\x40\x08\x02\x8f\x8d\xb3\xb0\x52\xcd\x8a\xcc\x86\x4a\xf3\x67\x60\x1d\x7a\xd7\xb9\xe5\x52\x68\x60\x8f\x1b\x95\x1b\x23\xba\x5c\xe7\x96\x4b\x29\x20\xd4\x88\x02\x98\xf1\x70\x84\xdc\xb9\xe5\x72\xc2\x50\x49\x8b\x22\x2a\x38\x93\xe9\xdd\x72\x29\x37\x60\x78\x22\xe0\x39\xe3\x3e\xfa\xd6\x2d\x6f\xc5\x50\xb8\x7e\x36\x00\xaf\x51\x62\xe7\x96\xcb\x19\x5c\xbe\x10\xe9\x09\x04\x85\x45\xeb\x96\xb7\x82\x28\xb0\x38\x0d\x44\xe5\x7b\xbf\x5c\x4e\x80\x42\x8a\x04\x8c\xb0\x09\xf6\xbf\x5d\x16\x5c\x4c\x80\x5c\x20\xda\x61\x03\x4c\x30\xbb\x22\x38\x54\xba\xdb\x50\xe9\x07\x4c\x9f\x39\x97\x72\x20\x5b\x76\x3c\xa5\x54\x28\x9f\x05\x43\x9d\x26\xb8\xf1\x62\x3a\x24\x9f\x80\xb2\xb1\x4a\xee\x5c\xce\x00\xe8\x30\x0e\x13\x06\xa0\xc3\xb8\x77\x62\x48\x93\x1d\x31\x0e\x8c\xb1\x73\xcd\xe5\xb6\xb2\x79\x6e\x06\x3a\x22\x36\xc1\xcf\x73\x2b\x92\xb3\x00\x79\x51\x76\x6a\xdc\x2e\xd7\x97\xa3\xcb\x8d\x85\x67\xc5\x25\x04\x16\xef\xa2\x5b\x91\x1c\x92\xc3\xa5\x16\x28\xcf\xab\xbe\x35\xc1\x85\x44\x02\xb0\x03\xe2\x5a\x51\xa0\xee\x55\xc1\x81\x69\x64\x3c\xa5\x91\x4e\x48\xea\x31\xee\x52\x0c\xc0\x93\x73\x91\xc8\xf8\x5a\x95\xde\x3d\x6f\xfd\xb8\xd1\x2a\x0f\x01\x21\x12\xae\x35\xe8\xcc\x45\x71\x1d\x38\x27\x35\x9a\x29\xd6\x8b\xc2\x75\x55\x70\x96\x6b\x53\x3d\x45\xf5\x46\xbd\x61\x3a\x07\xbd\x95\x43\x44\x42\xd5\xa0\x84\xac\xf4\x39\xf4\x56\x10\x70\x31\xc8\xed\x31\x09\x35\x19\x7e\x45\x72\x60\x6a\xf2\xf8\x81\x20\x0a\xc4\x55\xc9\x79\xd4\x83\x05\x50\x90\x18\x20\x19\xfd\xb2\xe4\x98\x42\xc9\x82\xdf\x29\xe3\x01\xf5\x2b\x82\x03\xf8\xdc\x21\xe7\x1e\xf1\x80\xfa\x15\xb9\x39\x4a\x68\x8f\x16\x60\xa6\xaa\xad\xdc\x25\xd0\xe5\x82\x0b\x20\xd4\x96\x75\x40\xd4\xe8\xe0\xda\x37\xdd\x72\x55\x34\xc5\xc2\xd8\x08\x90\x3e\xba\x9c\x61\xd9\x47\x4f\x35\x0c\x9b\xfb\xd2\xf3\xd6\x0e\xb0\xec\xb6\x8d\xd6\x55\xc1\x8b\x22\x2d\xc3\x76\x4d\x64\x7f\x11\xd7\x4a\x8d\x18\x4a\x81\xc9\x6d\x2d\x80\x60\xa1\xc6\x07\xaa\x5b\x7a\xe8\x72\x38\xb2\x28\x86\xb2\x5b\x7b\x2c\x65\xe9\xa0\xb7\x42\x48\x78\x42\x13\x48\x87\x82\xe2\xa0\xcb\x19\x0e\x09\x09\xc0\xec\x36\x1c\x46\x4e\x8b\xd7\x2d\x3a\x84\x30\x1d\x9c\x28\xb2\xf3\x5b\xff\xbc\x3d\xd9\x86\x01\xba\x36\x10\x0c\x2b\x77\xee\x79\xfb\xaa\x17\x8e\xdd\x24\x8a\x57\x79\xdb\x79\xe7\xda\x6b\x32\x6a\x00\xd2\xf5\xd0\x31\x69\xf9\xb2\x85\xaa\xeb\x1d\xa2\x12\x83\x98\xa1\x8a\xad\xc2\x05\xa6\x2a\xae\xde\x35\x97\xdb\x5a\x68\x9b\x32\xb8\xb5\x02\x14\x6b\x5a\xbe\x6e\xce\xd1\x62\xc7\xfd\x00\xe7\x55\x51\x50\xec\xb2\x54\x84\x79\x44\x0a\x16\xcf\x51\xc6\xbc\x78\xe1\x02\xca\x6e\x46\xd7\xcc\xcd\x80\x40\x79\xf9\xc2\x05\xbc\x53\x9b\x0a\xa3\xb1\xc2\xf3\x57\x45\x67\xb8\x50\x3c\x22\xea\xe1\x85\x27\xab\xc9\x8e\x89\x5e\xa9\x4a\xde\x02\x63\xde\x03\xd8\x5b\x8b\x6c\x60\xd4\x73\x01\xb8\x27\xe6\xce\x23\xef\x22\x83\x1c\x88\x00\xa4\x62\x00\x41\x75\x5e\xbe\x77\x8e\x39\xaf\x2c\xce\xae\xb1\x82\x37\x4f\x13\x20\x57\xe2\x17\x78\xe4\x95\x74\x37\xaf\xdc\x3c\x4b\xb6\x21\x15\xa5\x73\x00\x43\x20\xbe\xf5\xed\xa5\x82\xbd\x8a\xda\x49\x35\xf7\xb6\x7c\xfb\x3c\x53\x04\x05\x03\x58\x41\xa9\x66\xfb\xf2\xfd\xf3\x91\x55\x5a\xe4\x30\xc9\x20\xd1\xdb\xaa\x18\x1d\x50\xdb\x7e\xe0\xc3\x65\x6a\xd5\xee\xf2\x2d\xf4\x03\xea\xbe\x1d\x0b\xd2\x38\xf9\x6d\x9a\x28\x5d\x44\x6d\xbd\xad\xb1\xa5\x50\x6d\xfe\x95\xab\x58\x6b\x88\x2a\x27\x4c\x92\x7e\xbf\x2a\xcd\xc8\xb0\x3c\xa6\x1a\x2a\x30\x1f\x5b\x8f\x5c\xce\x71\xa4\x55\x12\x02\x7f\xa3\x32\xca\x8d\x43\x2e\xb4\x6a\xa9\x08\x06\xd8\xa9\x1c\xa2\x16\x92\x14\xe3\x73\x44\xca\x18\x86\x70\x9e\x7b\x9c\x56\x1b\x6e\xb8\x52\x3c\xe2\x26\xcf\xf2\xd2\x4e\x19\x9e\x52\xcd\xf2\x8f\xf6\x44\xe0\xa0\xbf\x10\x9e\x1c\x0f\xca\x71\x6b\xe0\x9f\x12\x8a\xb1\x71\xc8\xc5\xf8\x08\x73\xce\xc1\xc0\xf1\x76\x8e\x77\xd7\x28\x35\x43\x06\x63\x34\xc8\xbd\x50\x3a\xd7\x38\xe4\x72\xbc\x45\x11\x6c\x41\x40\xc1\xcf\xb9\xe4\x54\xc6\x40\x26\xaa\x88\xa5\x46\xb4\x4b\x97\x27\x6f\xb7\x3f\x21\x58\x1c\x32\xea\xd9\xfa\x3c\xb9\x9c\xc0\xa4\xec\x16\x49\x1a\x57\x59\x0d\x16\x25\x96\x32\xd9\x10\xe0\x4e\xf5\xa5\xc2\x66\x96\x45\xe6\x91\xe2\x1f\x6a\x44\x47\xa1\x87\x93\x32\x40\x84\xdc\x90\x07\x48\x31\x9d\xde\x21\x97\x13\xf0\xed\xcc\xf3\x5d\x79\x36\xcc\x8a\xd4\x08\x06\x49\xf0\x4b\x8e\xfd\x87\xce\x21\x97\x52\x40\xd9\x44\x00\xcb\x8a\x93\xe5\xe9\xba\xdc\x40\x9a\x1a\x3d\xfd\x84\xcd\x22\xed\xad\x89\xc1\x31\x4d\x13\xa0\x6b\xc1\x34\x4c\x66\xca\xbe\x16\x14\x42\x22\xfd\xe5\xb3\xc0\x69\xab\x82\x9b\x08\x12\xa3\xa3\x0f\xcc\xa9\x73\xc8\x53\xf3\x81\x20\x83\x1c\x4d\x6b\x2f\x4b\xe6\x55\xc1\x31\x8c\xc0\xe1\xac\x66\xd8\x5c\x76\x59\x70\x01\xdb\x6a\x91\x51\x70\x4c\xff\x6c\x57\x04\x07\x52\x20\x6e\x9a\x60\xb3\x86\x65\x6f\xaf\xcf\x68\xdf\x84\xe9\x29\x4b\xb6\x77\xc8\xe5\x0c\x38\xbf\xa1\x20\xc4\xe6\x04\x96\x5a\x17\xc3\xc0\x39\x8a\x6c\xc0\x60\xd2\x17\x9d\xcb\x19\x81\x53\x01\x08\xd6\xd7\x03\xee\x56\x24\xc7\xaf\x62\xa8\x30\x81\xd4\x53\xb4\x4b\x49\x24\xc6\xee\x1b\x30\x3b\xf9\xbe\xea\x5c\x8e\x47\x5a\x3d\xd7\xb0\xa5\xc2\xd0\x2e\xe5\x40\xfd\x27\xc8\x75\x37\x38\xdd\x3d\xa4\x5d\x4e\x40\x1a\xde\x61\x73\x2d\xb3\xf5\xba\x15\xc1\x81\x8f\xd4\xfb\x29\x04\xe6\x7b\x87\x5c\xe2\x66\x41\x1b\x1f\x3c\x02\xce\x45\xd0\xbc\x2d\x5c\x07\x3f\x41\x3e\xd9\x9f\x6f\x1d\xf2\x56\x0c\x8e\xe1\xb1\x14\x03\x8b\xc2\x3b\xd5\x04\x17\x2b\x6c\x1e\x65\x79\xce\x09\x48\xb8\x2a\x39\x10\xb3\x6c\x00\x14\x76\x5c\xaf\xe4\x97\x45\x17\xa8\x32\x7d\xcf\x51\x25\xa3\xcd\xa0\x28\xf6\x2b\xa2\x73\x15\x2a\x49\xc5\x1a\x0e\x99\x4e\xbf\x2c\xba\xf1\x05\xe2\x60\x33\x2a\xd2\x6c\xee\x5c\x72\x39\x01\xe6\x9f\xcb\x08\x2a\x84\x86\xf9\x5e\x13\x1d\xc3\xfd\xf0\xb2\x00\xc5\x79\xdd\x2e\x4a\x3b\x88\x38\x47\x4d\x91\xc0\x8d\x8c\x3d\xaa\xbd\x7d\xd7\x2b\x0e\xde\x83\x27\xab\xf4\x84\x70\xed\xa3\x02\x6b\x1c\xf4\x68\x96\xeb\x72\xa4\x53\xde\xda\x02\x9e\xcb\xf2\x23\xe2\x35\xde\x77\x5e\xb9\x9c\xc1\xf9\x5a\xe0\x24\x4c\xc1\x4e\x49\x83\x52\x6e\x6d\x26\x5b\x34\xc0\xdb\x0e\xa2\x74\x5c\x95\x9d\x45\xcd\xcf\x14\x58\x88\xae\x73\xcc\x5b\x49\x78\x94\x30\x58\x42\x2f\x5a\x05\xd1\x2e\x27\xc0\x59\x71\xb0\x37\x64\x1d\xb4\xbe\xab\x94\xcb\x76\x08\xbf\x58\xee\xbc\x92\x96\x2f\x5d\x00\x28\x6a\xe3\x50\x6e\x66\x32\x36\x29\x2d\x5f\xba\x50\x69\xe9\xb8\xa8\x30\x8a\x4c\xbb\x2a\x39\xbb\x43\x59\x23\x64\x93\x52\xe7\x9a\xb7\x06\x01\x1c\x08\x44\xf5\x6a\x43\x98\xb4\x7c\xef\x3c\xbb\x0f\xd0\xe1\x09\xd8\xec\xb4\x7c\xed\xc6\x1d\x45\xb5\x0a\x19\x5b\x39\x75\x8e\x79\x27\x87\x40\xdb\x63\x29\x45\x9b\x14\xbf\x5c\x4c\xb0\x85\x6e\x84\x4d\x8c\xc6\x87\x1e\xc8\x8b\x77\x2e\x70\x7f\x8a\xc0\x5d\x58\x98\x2b\x25\x2f\xdf\xb9\xe0\x70\xe7\x3c\x14\x6d\x2d\xd6\xcc\xcb\x77\x8e\x8b\x36\xc6\xd3\x11\xe9\x39\x1a\x7a\x86\xf6\x56\x37\x91\x22\x70\x28\x25\x0b\x82\x67\x5e\x95\x1b\x27\x64\x2d\xe8\xf2\x1d\x1e\xae\xbc\x7c\xe3\x5c\x99\x78\x2a\x07\xda\x58\xc5\x25\x97\x13\x98\x0b\xd3\xc3\x5d\x76\x62\x0d\x9a\xe4\x2c\x16\xcb\xfc\xfd\x11\xb0\xad\xbc\x72\xe5\x6c\x40\x2d\x6b\x84\xd3\x9f\x6b\x05\xe9\xe2\xa5\x1b\xb7\x95\x68\x55\xd8\xf2\x43\x65\x4b\xe3\x8e\xb7\x7a\x06\x14\xb6\xa8\x5a\x77\xc8\xc2\x36\xde\xb8\x9c\xc1\x05\x0b\x1e\x1c\x8c\x46\x42\xc9\x55\xd9\xb1\xc5\x3b\x5e\x0c\xa6\xc0\x4f\xbd\x2b\xde\x42\x70\x4c\xed\xa2\x80\xb2\xb5\xe0\x7b\x4f\x5c\x8a\x23\x4c\x08\x2b\x0e\xdc\x08\x0f\x59\x95\x60\x45\x3f\xa2\xfa\x64\x93\x6b\x05\xed\xf2\xed\xb3\xcc\xc4\xeb\xb9\x4a\xc7\x54\x86\xea\xb5\x0b\x68\x61\x57\x73\x55\x20\x33\xdd\xcd\x47\x88\xcb\x98\x81\xc8\xde\x50\x4f\xa2\xd1\x09\xcb\xbe\xf5\xc3\xe5\xf8\x00\x85\x40\xda\x73\xf4\xc1\x6c\xeb\x87\xcb\xe1\x86\x6c\x1a\xd4\x94\xc6\x82\x84\x89\x10\x5e\x6e\x92\x4a\x91\x31\xc9\x81\x5e\xd7\xd0\xf9\xe1\x72\x3c\xf2\xbd\x16\x29\xa2\x68\x10\x42\x11\x62\xcb\x4d\x62\x82\x98\xde\xc0\xeb\x1c\x3c\x08\x30\xc5\x2e\xe6\x26\x43\x54\x10\x13\xa2\x3d\x65\x1a\x16\x31\x30\x37\x21\xaa\xec\xf0\xb8\xc0\xca\xb4\xa1\xf3\xc3\x73\x93\x97\xa0\x04\x6b\x46\xfe\xc3\x40\x0f\x98\x65\x71\x05\xd8\x71\xb0\x54\x92\x03\x9d\x8a\x59\x91\x97\x61\x08\x0f\xdd\x9f\x28\xf9\xe1\x34\x89\x25\xa4\x48\x1c\x02\xf5\x1e\x1a\xdf\xac\x88\x0c\x2f\xb5\x01\xc3\x4b\x1c\x44\x9d\xb7\x26\xb3\x88\xe2\x05\x03\x8e\x84\x10\x2b\xe5\xe3\xb2\xd0\x0c\xe0\x21\x64\xc7\x90\xcf\x55\x3a\x3f\xbc\x0d\xfc\x3a\x78\x40\xc4\xb8\xe7\x2b\x35\xc6\xa2\xd8\x7c\x41\x70\x1e\x5a\xdc\xc9\xce\x70\xba\xdc\x3c\x25\x7b\x23\xda\x61\xb9\xa8\xf8\xe1\x52\x0c\xb5\x04\x0e\x94\xbb\x91\xdb\x67\xd9\x65\xc1\x25\x50\x90\x6f\x10\x02\x8a\xcc\x1b\x6c\x57\x04\xe7\xb9\x8a\x11\x7b\x50\x04\xb7\x9c\x2a\xb9\x81\x69\x4a\x12\x77\x32\x2a\x9d\x1f\x2e\xe5\x80\x04\xb7\x41\xbd\x52\x30\xa0\x84\xb4\xcb\x82\x0b\x85\x6c\x5d\x8b\xf0\x86\x0f\x82\x9b\x5e\x15\x9c\x85\x59\x82\xe4\x8a\x2b\xa2\xd7\x9b\x2a\x38\xca\xd9\x52\x5a\xc9\xd2\xb5\xd6\xc8\xdf\xe4\x0c\x4b\x51\x84\x00\xa6\x28\x67\x44\x52\x79\x41\x0c\x4c\xda\x34\x3a\x69\x91\xd1\x69\x6e\x45\x70\x3b\x6d\x1d\xc1\x4f\xe0\x53\xe7\x87\xb7\x82\x60\x2e\x7e\x3a\xe0\x0e\x77\xce\x2d\x4b\x2e\xc2\x4f\x06\x47\x9e\x2f\xc2\xd1\x57\x25\x67\xc9\x03\xca\x14\xa1\xf5\x41\xc4\x1e\x54\xc1\x45\x94\x26\x20\x49\x59\x5d\x58\xb7\x2c\x38\x5f\xd0\xc8\x90\xc2\x4b\x4c\x4a\xd4\xfa\xe1\xed\xfd\x19\xf0\x58\xe7\x52\x41\x96\x9d\x1f\x9e\x9b\x94\x52\x44\x24\xd1\x21\x91\x3b\x74\x7e\x78\x2b\x06\xc3\xc5\xa7\xa3\xe9\x1a\xbc\x48\x42\xab\x82\xe3\x6e\x39\x26\xe2\x46\x18\xe1\xb9\x6b\x82\x8b\x9c\xab\x43\xe1\x30\xa1\x9c\x86\xce\x0f\xcf\x4d\xfe\xd0\xb8\x89\xdc\xdb\x3b\x91\xad\xd7\x44\x17\x0a\x33\x3f\x3a\x48\x42\xf1\xc3\xdb\x2b\x44\xf4\x72\x9e\xa6\x8d\x37\xc2\x76\x7e\x78\x7b\x85\x32\x4c\x0d\x03\xab\x51\x21\x67\x97\x13\x90\x50\x70\x19\x04\x81\x1e\xe9\x11\xbf\x26\x3a\x74\xbd\xf1\x70\x17\xd1\x29\xa9\xf1\xc3\xe5\x26\x25\x0e\x56\x0c\x28\x6b\x66\x46\x56\xe9\x87\xb7\xef\x7a\xe0\xb2\x51\x8f\xa0\xe2\x9c\xd0\x5c\x15\x1d\x77\x93\x33\x38\x56\x2e\x23\x24\x2f\xfd\xf0\xd6\x16\x40\x6b\x42\x3c\x8d\x8e\xfb\x44\x4a\x3f\x5c\xce\xe0\x04\x2b\x6e\xab\x63\xe3\x55\xfa\xe1\xb9\x49\x57\x19\x82\x41\x04\x44\x46\x4c\x8f\x60\x6f\x95\x59\x00\x69\x10\xe1\xfc\x8c\x68\xf8\xa6\xc9\xce\x25\xa0\xd1\x32\xca\x63\x62\x43\x79\xaf\xc9\xce\xd5\x14\x84\x03\xe4\xa5\xa4\xd6\x13\x6f\xf7\x15\x45\xc9\x53\x1d\x8b\xef\x33\xe4\x72\x97\x10\x9e\xa1\x06\x60\xd8\xa6\xd8\x77\x4b\x6b\xdf\xf7\xa9\x61\x9d\xa3\xd5\xa4\xd2\x79\xe2\xed\xad\xb0\x4c\xf3\x66\x4a\x6d\xa6\xdb\x7a\xe2\xad\x28\x12\x93\xbe\x1b\xb0\x6c\x84\x1e\xc0\x9e\x9b\x24\xa0\x87\xab\xe5\x18\xf4\x62\x3b\x57\x5c\x6e\x2d\xa4\x1d\x2a\x98\x68\xce\x10\xaf\x0a\xcf\x55\xf2\xd5\x94\x87\xbd\x02\xf4\x76\x5a\xb9\x77\x16\x6c\xad\x36\xe2\x9b\x05\xa8\x5c\xdf\x56\x30\xd0\xa3\x51\x8f\x0d\x82\x89\x5c\x15\x1d\x93\xe8\xfb\x34\xe1\xea\xfb\x6e\x69\xed\x43\x51\xb8\xfd\x97\x67\x32\xa1\xdc\xf9\xe2\xad\x85\x3c\x30\x5d\x99\xe7\x42\xbc\xbe\x96\xbc\x15\x44\xe6\x42\x6a\x6a\x34\xc9\x6c\x08\x79\xf9\xde\x31\x5c\x61\x63\x32\x68\x17\x65\x48\x41\x95\x1d\x58\x5d\x36\x11\x1c\x44\x70\x7d\xf3\xf2\xc5\xb3\xb0\x50\x3c\x6a\x3b\x05\x29\xbc\x2e\x3a\x54\x35\x1b\x0f\xb3\x71\x40\xe4\x48\x3a\xe3\x52\x14\xc0\xe2\x6e\x22\xd7\x2b\x47\x89\x3c\xd7\xa4\xe7\x2b\x03\x09\xbc\x72\xe3\x25\x7f\x9a\x2a\x3e\x6e\x3e\x13\x2c\x6c\x78\x5b\xbb\x3e\x2d\x5f\x3d\x6f\x11\x4b\xf1\x91\xac\x1b\x33\x54\xea\xab\xe5\xbb\xe7\x90\xc6\xa4\x68\x1e\x39\x8f\x62\xf1\xaa\x00\x03\xd7\x2f\x01\x80\xe0\x64\xfa\x5d\x15\x20\x23\x2e\x0c\x98\x89\x07\x19\xed\x50\x45\xc8\x00\x2c\xee\xbc\xe8\x6a\x15\xec\xda\x05\x04\x0f\x33\xd7\x8e\xc4\x1e\xa3\xde\x08\x94\x9a\x00\x11\x9d\x2f\x18\xd8\xfb\x2e\xe5\xcd\x04\x0f\x5e\x0a\xba\x7d\x99\x83\xcf\x42\x7a\xcd\xf8\x81\xb9\xb8\x46\xf3\x1a\x1d\x88\xba\x86\x69\xf3\xf1\x29\x02\x05\x0f\xbf\x28\xe5\x39\xd5\xb9\x57\x27\x18\x60\x3b\x41\x2a\x96\x1c\x52\x75\x42\x6e\x72\x42\x04\x20\xdf\x01\xb9\x19\xc3\xbc\xba\x3e\x69\xbf\x10\xe0\x36\x7a\x94\x24\x87\x8c\xb3\x21\xf6\xbe\x99\x30\x41\x06\x08\x98\x67\xe1\x47\xc9\x3f\xdd\x94\x81\xa0\x83\x5b\x04\x9a\x1f\x2d\xcc\xbb\xc6\x69\xcd\x45\x74\x68\xc6\x39\xee\x56\x8e\x82\x95\x5c\x17\x1c\x77\xa4\x04\x66\x22\x4b\x34\xb9\x2a\xba\x94\x00\x48\xa4\xf7\x2b\x25\xad\x8c\xbc\x99\x80\x2b\x8a\xb8\x59\xb2\x35\x38\xb7\x2c\xbb\x08\x22\x6d\x0e\xea\xc7\x24\x5a\x8b\xeb\xc2\x43\x46\xc6\x96\x5a\x0d\x10\x7a\x36\xf6\x46\x18\xa8\x9e\xf5\xa0\x3c\x0b\x6a\x86\xbc\x11\x46\x06\x6b\x18\x85\xaa\x09\x69\xa1\x76\x50\x13\x53\x90\x1c\xe7\xce\x46\x9e\xc9\x05\xed\x8a\xfc\x98\xe1\xd3\xc0\x76\xce\x46\xd0\x9a\xab\x02\x4c\xdc\x70\x36\x91\x95\x93\xb8\xc8\xc5\xae\x09\xd0\xd5\xaa\xd5\x51\x43\x25\xee\xbf\x60\x57\x24\x18\x51\xdf\xc6\x95\xf1\x49\x94\x7b\xeb\x12\xe4\xd6\xe7\x48\x14\x45\x2b\x52\xf7\xaa\x04\x99\x4a\x9b\x69\x9c\x60\x00\xf4\x9d\xd4\xc4\x0c\x60\xc2\x1c\xea\x63\x3c\x17\x0f\xda\x35\x09\x82\x27\x79\x14\x24\x82\x32\x45\x01\xaf\x37\x53\x2c\x38\xfd\xb8\xa3\x22\x33\x3f\xb9\x65\x09\xa6\x4a\x8f\x0d\xe2\xe7\xe4\x11\x8f\x71\x6b\x12\x64\xe3\xdc\x20\x32\x83\xc5\xf6\xed\xd4\xc4\x14\x66\x31\x06\x13\x6c\x94\x8c\x71\xba\x08\x23\xd3\x94\x8d\x2a\xa8\x86\x27\xdd\x9a\x08\x11\xae\xc3\x72\x42\x14\x4c\xf3\xba\x04\x11\x88\x46\xfe\x94\xcc\xab\xbe\xc0\xbc\xd9\x5c\xee\xd4\x01\x03\x7d\xb4\x5a\x7b\x10\x7b\x33\x03\x47\x97\x9b\x98\x3a\xc9\x05\xaf\x4b\xd0\x15\x64\x4e\xb8\x85\xba\x13\x8c\xe2\x0b\xe2\x88\x71\x97\x2b\x8b\x49\x30\xbb\xe9\x12\xac\xc0\xc6\x44\xce\x71\x94\x3f\xa2\x4a\x30\x72\xa3\x19\xae\x4f\x09\x5c\x95\xe3\xd7\x44\x68\x6b\x0c\x9e\x40\x2b\x01\xd1\x47\xbf\x22\x43\xa6\xbd\x42\xbb\x33\x74\x80\xec\x3b\xaa\x35\x77\x8a\x01\x2e\x9e\x73\x49\x46\xe9\xa8\xd6\xde\x29\xb0\xff\x06\x5c\x46\x05\xcf\xde\xd5\x36\x66\x0c\xb5\xa8\x5f\x9a\xbb\xf9\x0b\x32\x04\x19\x8f\x67\xef\x32\x23\x36\x2d\xdc\xf6\x66\xab\x12\x33\xff\x82\x01\x28\xb4\xee\xa5\x36\xc5\x4f\x2c\xd4\x06\xb1\x2f\xef\x94\x8e\x6a\x62\x0a\x47\xcb\xec\x00\x80\x45\xd1\x4a\xcf\x3b\xa3\xc1\xa6\x1d\xdb\xb7\x0f\xd0\x5a\xd2\x75\x6f\xa6\x70\x61\x2d\xaa\x33\xe1\xae\xf4\x3d\xd5\xc4\x0e\xe3\x49\x70\x68\x7b\x16\x84\xb3\xaf\x0b\x11\x1d\x13\x50\x9c\x33\x55\x88\x49\xf3\xb6\x97\x08\x6a\x6d\xc6\x65\x58\x6e\x1c\xdd\x7c\x4d\x33\x85\xca\x66\xa8\x0d\x5b\x06\xb2\x26\xf4\x2d\xd5\x1a\x0d\x34\x70\xff\x26\xea\x99\xc9\xc0\xa3\xb4\x72\x11\x43\x42\x0e\xda\x45\xba\xc3\xde\x0a\x7f\x5c\x15\x62\xa8\x9d\xce\x41\x69\xe0\x8a\xc6\x0c\xd7\x19\x72\x99\x79\xd4\x07\x70\x0e\xe5\x9e\x19\xae\x33\x1e\x2c\x73\xc2\x99\x84\xae\x31\x5e\xe9\xa9\xd6\xe8\xba\x01\x72\x77\x70\x9d\x7d\xdf\xf6\xbc\xd9\xe1\xc4\xd5\x0c\xa6\x47\x1e\xe8\x52\x04\xa3\x9a\x81\xbb\x6d\x02\xc0\x3b\x69\xed\x2a\x5a\xa0\xc1\xac\xaf\x9c\xbd\xb6\x73\xe5\x7b\xe0\x34\xf9\xf2\x8c\xa3\x90\x29\x6c\x5d\x8a\x16\xf1\x0b\x8f\xc6\xd3\x8e\xfb\x77\xe5\x95\xab\xe8\x0b\x10\xd9\x9e\x1b\xb2\x16\xc1\x5b\xae\x4a\xd1\x47\x2e\x25\x88\xb0\x3c\xa2\x68\x0f\xa7\x4b\x91\x09\xbe\x2d\x90\x58\x96\x5f\xac\xbc\x72\x17\x47\x93\x81\x0b\x97\x99\x98\xca\xf6\x9c\xed\xcd\x14\x57\xe9\xfd\x0b\xb0\x1a\xae\x77\xe9\x3b\xa1\x50\x68\x0c\xde\x14\x72\x15\x79\xed\x2e\xa2\xa6\x93\x08\x94\x08\xff\xe8\x7a\x9f\xbe\x11\x09\xfe\xb1\xe1\xae\x47\x35\xe8\xdd\x38\xf5\x9d\x1a\xa2\xf7\x2a\xf2\x6f\x7a\x80\x98\x1a\xaf\xbe\x99\x83\xbf\xbf\x09\x08\x4b\x5b\x2b\xdb\xa3\xe9\x82\x9c\x1d\x17\x00\xe3\xbc\xc2\x0c\xd7\x5b\x05\x01\xd1\x1f\xca\x24\x45\x95\x19\xae\x99\x53\xc9\x11\x98\xd2\xcb\xa0\x63\x4a\xe3\xdb\x37\x73\xb8\xff\x9a\x29\x4c\xc9\xe4\x14\xc4\x7b\x23\x1b\x00\x31\x36\x4c\xbe\x29\xfb\xd0\x2d\x88\xd3\xcd\xfe\x65\xd8\x76\x8d\xd0\xc5\x86\x67\xb8\x63\x2c\x50\x33\x27\x62\xd3\x7a\x7b\xa5\x42\xd6\x83\x07\xca\xc0\x21\x24\x2a\x46\xc8\xe1\x81\x84\x50\x60\x05\xfb\xb9\x17\xed\x95\xe1\x11\x97\xd0\x82\xee\x7c\x13\xe7\x69\xea\xa4\x8c\x0f\xc8\x1e\xc3\x95\xa2\xf1\xbd\x0f\x2d\x26\x30\xb7\x4d\xf4\x5c\xde\x22\x48\xcc\xf4\xe5\x26\x66\xb3\xc7\x07\x99\xbe\xde\x5b\x4e\x00\x4a\x85\x23\x2b\x49\x8c\x57\x37\x08\x19\xb0\x88\x64\x78\x16\x69\x76\x75\x87\x60\x29\x98\x0c\x37\xaf\xd4\x3e\x7e\xcb\x5b\x34\x00\x2f\x3d\x80\x82\xb5\xd4\x6a\x96\xe5\x3d\x72\x40\x4a\x45\xa6\x2f\x89\xc2\x2f\xd2\x97\x1c\xb8\xd9\x13\xd7\xa5\x98\xd0\x79\xa9\x72\x86\x9b\x1a\x56\x05\xce\x52\x99\xce\x4b\x95\xcb\x46\x55\xd5\xae\x8a\x7b\x8e\x6b\x56\xf7\xc9\xe0\x45\xe2\x88\xbc\xb1\xc2\xad\xd5\x36\xca\xa3\xb4\xc1\x45\x4e\xb6\x39\x18\x31\xaa\x5e\xaa\x3b\x95\x28\xea\x11\xd2\xb4\xf2\x94\x5a\x6f\xa2\x5b\x06\xd3\xce\x0c\xdc\x3f\x27\xda\xce\x9b\x68\xaf\x84\xc7\x51\x82\x4f\x51\x90\x7c\xf1\x2b\x7b\xe5\xb8\xfb\x08\x43\xf6\x0a\x9e\x25\x8d\x7b\x63\xe7\x82\x53\x7c\x81\x89\x54\x07\xa8\x25\x0d\x91\x54\xf7\x0a\xdd\xb7\x6c\xc6\xbd\xb6\x83\x20\xa3\xd2\xf7\x0a\x45\x9f\x8c\x79\x1d\x57\x1e\x72\x6b\xf0\xc9\x8f\xca\x5c\xde\xc6\xfc\x23\xce\x34\xc5\x77\xea\x3a\xc0\xf1\x92\x99\x15\x94\xbd\x89\xb4\xbc\x59\x95\x45\xd6\x38\x26\xa0\xe5\x9e\x95\x69\x79\xb7\x46\xbf\x03\x50\x37\x10\x6a\x32\x32\x50\x83\x56\xd5\xb5\x23\xd1\x81\xf6\x13\xe8\x6f\x1b\x7a\xcb\x4a\x4c\xb1\x70\x6e\x9c\xe3\xa0\xee\x20\xa1\x5f\xda\x67\xa5\xa9\x6e\x2b\x70\xcf\x52\xaf\x3c\xca\x72\x4e\x60\x56\x5b\x66\x3a\xf3\xdc\x4e\xb3\x79\x94\x5b\xd9\x0f\x6c\xee\xfa\x95\x9e\xa5\xed\x45\xa9\xc5\x74\x14\x90\x5c\xe8\x3f\x2a\x77\x20\xa3\x0c\x1c\x01\x74\x6f\x74\xf2\x15\x39\xc5\x54\xcc\x2c\x36\xad\x60\x9f\xe7\x23\x1b\x80\x11\x3c\x9d\x0d\x18\x27\xbd\xec\xae\xa1\x8c\x4f\x19\xec\xa9\x30\x11\x61\x21\x8a\x01\xcd\x70\x4f\x7e\x47\x86\x51\x81\x6a\x0f\xb1\x49\xa6\xbd\xea\xd5\x54\x77\x3b\xc2\x36\xb1\x43\xa6\x3d\xbc\x81\x89\x36\x40\xd8\x96\xfb\x16\x9e\x0d\x03\x28\xf0\x71\x91\xa0\x1c\x7b\x83\x60\xd8\x54\x57\x50\x18\xbf\x4c\x19\xab\xa1\xc1\x1f\x69\x13\x02\xa9\xcf\xa1\x62\x1c\x73\xdf\xc6\xb3\x99\x40\x25\x89\x7b\x91\xb9\x8f\x2b\xbd\xee\xca\x2e\x61\xf7\x0d\xfb\x76\x5e\x30\xa4\xe8\xdb\x84\x26\x9e\x0e\x35\xde\x9b\x20\x70\x5a\xfa\x3e\x39\xf4\x50\x8d\x03\x2b\x12\xf1\xa4\x2d\xac\x9b\x5b\xf9\x51\xf6\xde\x21\xff\xd4\x46\x6a\xc5\x8c\x4a\x71\x8e\x76\x78\xcc\x55\xd3\x46\x6a\xc5\xca\xb9\x73\x39\xbe\x89\x89\xb5\xda\xb8\xab\x98\x80\x8a\x1b\xe3\x6b\xd3\xc0\xd0\x13\x80\x34\xe7\x83\x7d\xac\x50\xed\x91\x90\xb4\x98\x68\x73\xb7\x2d\x62\x82\x0e\x7c\x29\xa5\xc3\xbf\x34\x5f\x55\xa6\xd2\xaf\xc8\xff\xb4\x3d\x02\xa6\x99\x83\xa2\xdc\x4d\x9e\x28\x1c\xe7\xed\x12\xf4\xdd\xb2\xdc\x49\x8b\xf3\xe5\xcc\xd3\xd7\x06\xc8\xc4\x41\x81\x3a\xac\x3c\x64\x5e\x2c\x45\xdf\x2f\x87\x18\x54\xe2\x87\x27\x08\x0b\x60\x61\xc3\x2c\xb8\x37\x12\x6c\x68\xe3\xe1\x9c\xa6\xe5\x1d\x0b\xdc\x36\xd0\x7a\x66\x09\xe3\xb6\x06\x6d\xec\xa3\x59\x0b\x4a\x72\xb9\xf4\xd7\x46\x38\x8e\x6d\xf0\xa3\xd1\x27\x64\x16\x9b\x4a\xaf\xc6\xbd\x68\xda\x50\x86\xd8\x81\xc8\x9d\xb8\xb8\xba\x28\xe1\x05\x69\x03\x13\x62\x03\x02\x78\x4d\x6a\x64\x35\x09\x2a\x01\x7d\xd3\x6c\x04\x6c\xa3\xf6\xd6\x8a\xb5\xe8\x71\x79\xd7\x7c\xe2\xc6\x58\x91\xfb\x8a\x35\x0d\xb2\xd4\x6d\xf3\x5c\x34\xc8\x42\x22\xe8\xb5\xea\xa6\x8a\x49\x28\xac\x24\xd2\x0c\xfe\x25\xf1\x5a\xab\x1b\x37\x1a\x8f\x01\x51\xe2\xc2\xfd\xd2\x93\x92\x1c\x6e\xb6\x81\x2b\x81\x86\xa9\xf3\x9d\x0a\xbc\x6e\x26\x21\xf9\x69\xd0\x58\x69\xe3\x04\xc9\x98\x1c\x89\x7f\x64\x66\x2f\x03\xcb\x98\x19\xe6\x55\xc4\x46\x9b\x90\x12\xc5\x28\xe0\x8d\x15\xbc\xd4\xda\xb8\xdd\xbb\x68\xd0\x2e\x1b\x85\xd9\x1d\x96\xda\xb6\x97\x3f\x82\x0f\x13\x98\x86\xa1\x73\x0a\x6d\x7b\x8c\x5d\x98\x02\x01\x0e\x06\x9d\xdc\x20\x39\xc1\x23\xd8\x17\x29\xb2\xb4\xe7\xab\x57\xbe\xb8\x3f\x29\x73\x88\x81\x2c\x2d\xe6\xda\x50\x8f\xd3\x6e\xc1\x85\xda\x3c\x0f\xd4\xac\x7a\x9e\x8e\xd4\x37\xc8\x70\x0b\xef\xf1\x64\xf8\x6a\x93\xad\xec\x10\x1a\x6c\x18\x66\x88\xaa\xc4\x00\x2b\x5b\x04\x54\x86\x83\x69\xb2\x19\x6a\xa3\xf6\x95\x4d\x72\x8c\x45\x2e\xdc\x32\x74\x5e\x4d\xab\xae\x01\xae\x3f\xba\xe1\x36\x6d\x9b\xf4\x4d\xe2\x3e\x49\x80\xf1\x1a\xf1\x03\xea\x3f\x22\xc4\x80\x9c\x9c\xec\x6a\xa5\xef\x12\x08\x55\x8d\xe3\x8e\x2f\x38\x78\x76\x65\x9b\x3c\x25\x30\x88\x86\x8d\xa9\x5e\xcd\x62\x0f\xe7\xd9\xb5\xe6\x94\x25\x16\x33\x07\x52\x2e\xac\xc2\x85\x19\xeb\x49\x10\xb4\x47\xea\x4e\x45\x46\xbb\x80\x02\x74\x13\x05\xba\x53\xdf\x2a\xee\x49\x80\x6a\x8a\x4d\x12\xbd\x7d\xd4\x89\x01\x9d\xc9\xb9\x5f\xa6\xcc\x47\xe9\x7b\xe5\xd0\x54\x34\x72\x81\xd5\x20\xd8\x98\x16\x36\x0b\x38\x2d\xcf\x11\x04\xc3\xf6\xa2\xea\x0e\xf0\x67\x25\xee\xbe\xca\x9d\xbe\x8d\x0c\xd0\xab\xdb\x15\x3c\x22\x8f\xd6\xb2\x63\x4c\xff\x79\xa1\x73\x6b\x9d\xc3\x3d\xd3\x0c\x13\xfe\x55\x52\xba\xb4\xb2\x65\x3e\x60\x19\x4c\x49\x60\xf9\x80\xa5\x95\x4d\x73\xb0\x38\x0c\x7b\x39\x96\xc3\x14\x69\x6d\xd3\x6c\x84\x8d\x36\xb0\x51\xc0\x81\x0a\xdd\x23\xe2\x2f\x8b\x13\x0f\x08\x19\x05\xce\x48\x9f\x4d\xdd\x36\xee\x10\xc4\xbd\x35\xd1\xc5\x54\x79\x0a\x9b\x49\xdc\xc8\x9b\xbb\xeb\x4d\x7d\x4c\x9b\xa7\xb0\xd9\x85\xc8\xf5\xad\x95\x7a\xa4\x69\x1a\xaa\x0b\x8a\xcb\x4f\x6b\x27\x57\x2b\xe3\xc9\x0b\x5f\xc9\x3d\x09\x3c\x5f\x68\x4e\x58\xcc\x77\xae\x81\x55\x73\x2e\x17\xe9\x0a\xcb\x49\x27\xb1\x6b\x4d\x3d\x74\xe4\x52\x74\x0a\x64\xba\x39\x41\x86\xaa\x9b\x92\x25\x37\x17\x29\xcd\x0a\x41\x16\x03\xe5\xf8\x08\x9f\xd2\x94\xda\x5c\x61\x70\x0b\x9d\x2d\x66\x27\xd9\x4d\x34\xab\xb5\x59\xb5\xdc\x24\x39\x83\x1b\xd8\x44\x03\x5e\x0a\x27\xca\x54\xd4\x35\xf0\xa5\x8c\x15\x6d\xa9\x3c\x88\xcd\x0c\xc7\x6d\xa7\x6a\xf6\xcf\xf4\x2c\x1c\x5d\x9d\x39\x15\xf7\x83\xe5\x3e\x0b\xe2\x4d\x7d\xa3\xc0\xc2\x6b\x02\x92\x5a\x5e\x40\x7a\xd4\x9d\xf2\x1c\x64\x84\x31\x6f\x06\x41\x0d\xa2\x6f\x95\x03\x41\x29\xf7\x95\x2b\xcb\xdd\x21\x76\xeb\x2e\xd0\xa7\x96\x39\x38\x7b\x40\x4f\xb7\xee\x08\xcd\xcd\x88\xea\xe5\xf6\x10\x75\xe1\x48\x2a\x83\xc7\xc6\x78\x01\xb6\x51\x77\x2a\x4c\x9d\x24\x09\x4a\x3d\x08\x6e\x4c\x7d\xa7\xb8\xed\xa9\xe3\x16\xf0\xa6\x2c\x36\x64\xd8\x3d\x8b\x03\xf3\xad\xd0\xab\xd2\x77\xc8\xef\x16\x81\xc8\x0c\xc2\xb1\x05\xf5\x64\x7e\x65\xa3\xa2\xe7\x98\x2a\x75\x9b\x42\xbb\x8b\x05\x7a\xff\x9d\x3d\x50\xc0\xd7\x34\xd0\x0d\x34\x8b\x7c\xfd\x75\xa3\x1c\x69\x42\x4f\x16\x90\x43\xac\xde\xaf\x6d\x13\x82\xfb\xd6\x83\x3a\x9c\x9f\x10\xbf\xba\x4f\xc8\x58\xa2\x36\x8c\x42\x3a\x4b\xc4\xec\xbb\x77\xba\x30\xe6\x9c\xa3\x1b\xbe\xaf\x30\xef\x96\xe1\x39\x82\xc7\x8d\xfb\x5c\x5f\x62\xde\x4c\x19\xa6\x37\xcd\x83\xff\x76\xde\x36\x4c\xdd\x2c\xef\xb9\x2c\x61\xe2\xd7\x4f\x7d\xc6\xba\x59\x3c\x71\xb4\xec\xed\xe2\x03\x79\x58\x64\x41\xdf\x3d\x86\xf4\x0f\x7e\xa6\x8d\x47\x5e\xbc\xc3\x98\x0c\xe2\x99\x26\xb3\xc9\xef\xfa\xe4\x7b\xa5\x40\xb8\x99\xe4\x38\xa3\xcc\xe1\x9a\xf1\xea\x2a\x8f\x61\xa7\x48\x2d\xbb\x76\xf0\xab\x4b\xed\x96\xbb\xb2\x6f\xe3\x73\x1b\x76\x3d\x12\xa8\xa9\x9b\x92\x58\x6c\xb6\x01\x45\x2f\x9b\x34\x75\x5c\x4b\x61\x99\xaa\x7a\xa7\x3d\x8a\x65\x36\x45\x70\x77\xb5\xd1\xd2\x86\x75\x20\x83\x45\x0d\x1d\xfd\x83\x80\xe9\xaa\xce\x46\xf2\x5c\x0e\xe6\x40\x12\x6b\xdc\x02\x37\xd6\xce\x03\x40\xe1\x5f\x00\xbc\x27\x77\xcd\x9a\xe5\xf8\x08\x93\xd3\x70\xfd\x18\xa7\x91\xc4\xc8\xd4\x1d\xe3\x34\xd5\x55\x3b\x8b\x08\xb9\xdc\xa3\xee\x1a\x24\x00\xb2\x02\x78\x34\x52\x5e\xe0\xa3\x9a\xb9\x3d\x7e\x4a\xd7\x7b\xa6\xec\x31\x6b\xbb\x64\xb8\x2c\x00\xb5\x5a\x41\xf0\x3f\xa9\xfb\x34\xba\x0c\x79\xaa\xbd\xb2\x82\xff\x49\xdf\x28\xa6\x60\x84\xe4\x5c\x14\x61\x59\x75\xa7\x3c\x12\x8c\x0e\xb8\x34\x9b\x05\x0f\x97\xbe\x55\xec\x4c\x86\x40\xb9\x52\xeb\xa1\xb2\xed\xca\x56\x55\x1a\x3f\x88\xdd\x7b\x81\xf2\x54\xf7\x2a\x66\xa8\x6c\xa0\x86\x3c\x7b\xba\x76\x6d\xaf\x02\x3b\x0a\xe8\x5b\x93\x45\xe9\xa6\xba\x59\x8c\x1a\x42\xef\x6c\x82\x9b\xf4\x6e\x62\xb3\x59\xf0\x92\x1c\x2c\x0e\x4b\x69\xfc\x25\xd6\xa5\x99\xc9\x8b\x62\x55\x62\xa5\x90\x09\xb4\x85\x75\x58\xee\x75\x51\x50\xe5\x35\x6f\x2f\xa3\x6f\x96\x65\x94\x91\xa7\xb0\x94\x33\xa2\xe6\x4e\xdd\xad\x4a\xb4\x4a\xd8\x35\xa2\x45\xe9\x63\xa6\xcd\x0c\x8b\x08\x28\x96\xae\x42\x04\x53\xab\x14\xc7\xeb\x6d\x11\x9e\x35\x51\xb8\xa2\x0b\x9b\x65\x51\xb6\x4e\xd8\x64\x42\x5a\x74\x64\xa8\xcd\x47\x79\x0e\xc3\x7b\x94\x83\xe4\xa6\x26\x49\x9b\x62\xb8\xf3\xfe\x00\x9d\x12\x71\x7c\xd3\xca\x66\x79\xde\x2c\xcb\xfc\x34\x1e\x4e\x55\x5a\xd9\x2d\xef\x76\xce\x3e\x19\x8c\xa9\x4f\x1d\x36\x6b\xf7\x1c\x34\xa2\x13\x26\x92\xa6\x0b\xee\x11\xa2\xab\xb6\xe6\xca\x65\xf7\x41\xf5\xa3\x18\x0d\x11\x50\x03\xea\x6b\x30\x68\x65\xb7\x3c\xf7\x44\xf0\xc8\x00\x5b\xe0\x16\x9b\xc7\xb0\xd3\xa4\x86\xf3\x85\x44\x3a\x23\xbd\x56\x75\xb7\x1c\x43\x0a\x9c\xe5\x6e\x92\x92\x8a\x53\x77\xac\x13\xbc\x56\xc3\x99\xd3\x24\xd1\x4c\x8b\x2e\x65\x26\x74\x4d\x62\xe6\xf0\x18\x17\x0a\x62\x76\x5e\x5e\x66\x76\x9b\x4c\x4e\xa2\xb5\x4b\x15\x31\x3b\xcb\xdf\x83\x1e\xde\x72\x01\x8b\x92\x3c\x94\xd7\x17\x55\x46\x81\x94\x63\xe2\x2e\x92\x62\xb7\xda\x09\x00\x22\x9a\x0c\x7b\xd6\xcd\x13\x8e\x7a\x44\xc1\x17\xac\x1b\xf5\xd4\x81\x19\x45\xe5\xd0\xde\xc2\xf1\xc8\xce\x53\x11\xc3\x00\xee\x63\xb5\x08\x65\xb7\x72\x8a\xeb\x81\xe0\x27\x05\x0d\x43\xd3\x9f\x9c\x00\x56\x30\xea\xbc\x65\xa0\xeb\xf4\x32\x94\xba\x78\x50\x61\x00\x39\x14\x93\x88\xe1\xea\xdb\x15\x4a\x2d\x2f\x33\xc0\xf4\xcf\x99\x1d\x17\xf6\x0b\xfd\xae\x5c\x00\x9e\x34\x8a\x86\x83\x0b\x1b\xe6\x40\x36\x1c\x3c\xaa\x93\xa3\xc0\xba\x2c\xad\x3e\x31\x5b\xeb\x68\x41\xa7\x41\x14\x71\xe8\x3b\x16\x19\x5d\x87\x64\x5c\x8c\x70\x4e\xec\xea\x8e\x81\xab\x7c\x03\x16\x8b\x68\xb5\x97\xb1\xdd\x32\xb4\xa3\x34\xe8\x5d\x1e\xfc\x5a\x59\xc6\xce\xda\xe6\x86\xa3\x01\xad\xbf\xad\x9a\x51\x94\x5b\x86\x52\x55\x6e\x0b\xe1\x2c\xcc\x15\x15\xa4\x3f\x73\xfe\x6a\xb6\xcb\x56\xa4\xfb\x12\x4a\x7f\x77\x5d\x86\x9a\xed\x02\xd1\x84\x5d\x86\xe9\xcf\x6c\x03\xe6\x2a\xce\xa0\xad\x9c\x77\x55\x5f\xd8\x34\x54\x74\xa3\x3a\x1d\x41\xb5\x25\x10\xfd\x6e\xf3\x6b\xf3\x48\x78\xd9\x46\xf1\x1b\xdb\x3d\xc3\xe3\xe8\x0a\xe8\xdb\x1c\x4e\xb3\x8a\xa7\xde\xb9\x81\x35\x89\x34\xf0\x4c\xbf\x08\xa8\x9e\x19\xd0\x15\xf4\x62\x51\x7d\xdd\x47\x52\xdb\xd5\x30\xd8\xd9\x02\x04\xe2\xbc\xf0\x50\xf5\x3d\xf3\x96\xb5\x38\x98\x4b\x2d\x57\xf8\xe9\x70\xe7\xba\x03\x8e\x21\x92\x14\xf6\x91\xdd\xc3\x96\xa2\x82\x01\x66\xbd\xa9\xe5\xb5\x82\x29\x4a\xff\x32\x87\x94\x49\x40\x56\xd1\x4e\xa5\x62\x6b\xdb\x86\xba\x7f\x2a\x4f\x0d\xa0\x05\xf2\x7e\x19\xfb\xba\x8b\x2d\x05\x2e\x62\x26\xb5\x5e\x64\x9f\x27\x7d\xe3\x1c\x53\xec\x39\x80\x94\x8c\x5b\x45\xa5\xee\xde\x4c\xc3\x84\xfc\xc1\x52\x47\x12\xad\x82\xb4\x8f\xa8\x26\x80\xf8\x3c\x3a\xf3\xb5\x4f\xa6\xf8\xcc\x88\x3a\x20\xfc\xcb\x86\x19\x07\xc4\xdf\x93\xc3\xd1\x27\x93\x6f\x9b\xa0\x2b\xd2\x82\x46\x01\x57\xd8\x24\xd8\x3c\x01\x09\x65\xb1\x64\x31\xde\x73\x7b\x9d\x88\xd0\x44\x98\xb7\x13\x56\x43\x07\x0e\x99\xf7\x50\xd5\x0c\x6e\x97\x5d\x5e\xae\xaf\xf9\x16\x8f\x9e\x53\x73\xdd\xaa\x2d\x38\xa0\x85\x1d\x48\x0d\x36\x45\xf8\x1c\xea\x8a\xd1\x64\xd2\x20\xe5\x4a\xfa\x28\x2f\xe0\x1b\x77\xca\x29\x1a\x40\x90\x59\x83\x95\x45\x7c\x63\x5d\xf5\x80\x04\x24\x58\x19\x36\x05\x71\x5d\x05\xde\x38\x5b\x04\xda\x09\x02\x42\x19\x10\x8c\xd1\xb0\x8a\x75\x86\xad\x84\xee\x96\xa3\x7d\xb6\xd7\xa7\x72\x19\xa0\x36\xe1\xe2\x7b\x93\x44\xdb\x4f\x6d\xdd\xa3\xa7\xc5\xfe\x28\xff\x44\x56\xda\x5a\x8a\x29\x16\xac\x90\x9e\x51\x4c\x26\x08\x8e\x05\xed\xa3\x32\xb3\x9a\x15\xa6\x62\x94\xc4\x90\xda\xca\xbd\xdf\x51\xb2\x57\xc2\xb6\x1e\x6b\x21\x57\xc2\x81\x31\xcb\x7d\xcc\x13\x6c\x48\x0d\x78\xb8\x13\x20\x71\x60\x55\xc8\x5e\x54\x91\x16\x72\xed\x54\x88\x4c\x40\x03\x86\x9a\xb8\x9e\xfe\xbe\xfd\xac\xc4\x65\x10\x00\x4b\x4d\xcd\xad\x97\x57\xef\xc0\xe9\xb7\xe1\x82\xec\x09\x93\xa0\x82\x08\xeb\x1c\x83\x08\xa7\x71\x8c\xb2\x08\xb5\x12\x78\x79\x03\x2c\x68\x75\x19\x4f\xee\xbc\xa4\xcc\x57\x37\xc0\x70\xb9\x71\x60\x00\x88\x9d\xa3\x1f\xa4\x56\xe7\xbb\x0e\x7b\x7b\x03\xbf\x96\x79\xa9\x5b\x55\x39\x1f\x8f\x16\x2e\x00\xb4\x44\x85\xd1\x5d\x0e\x0f\xe8\x28\x6d\x22\xf3\xde\xf6\x31\x2e\x39\x9e\x8b\x22\x1d\x3a\x64\x31\x29\xab\xaa\xc1\x77\xba\x8d\x48\xe7\x2c\x97\x89\xf9\x2e\x87\x61\x3b\xdd\xcc\x7c\x22\x03\xfd\x40\x6f\x69\x36\x2b\x48\x6c\x00\x79\x7a\x01\x6c\x9f\x8f\x68\xc6\xe3\x65\x31\xa0\xe2\xd8\x18\x38\xc9\x4b\x4e\xe5\xb0\xf3\x2d\x2d\x7a\x26\x6f\x5c\x93\x56\x51\x57\xcd\xba\x8d\x99\x0c\xad\x30\xcb\x96\x56\x11\xa6\x1e\x0a\xa3\x6a\x9f\xe3\xc9\xf4\x85\x23\x15\x51\x5f\x81\x28\xea\x40\xd5\xa5\x7b\x3a\x0f\xa3\xcf\xc7\x25\x3f\x61\x29\xeb\xbe\xd3\x6e\xb6\x4c\xb7\x76\xc3\x36\xc2\x82\x51\x35\x69\x37\x2a\xbd\x42\x25\xc7\x46\xf2\xb5\xa8\x1f\x95\x58\xe1\x58\xae\x5e\x89\xf0\xdd\x75\x18\xc0\x74\x0a\x3d\xf7\xed\x82\xda\x4d\xc2\x82\x53\x17\xef\x18\xdd\x17\x18\x41\x90\xa1\x7a\xf4\x28\x12\xff\x1b\x68\x5b\x0c\x37\x6d\x40\x33\xe8\xa5\xfc\xf9\x4e\xc3\x19\xd0\xc8\xe0\xe9\x9c\x1c\xbf\xe5\x1d\x70\x40\x5e\x12\x29\x2f\x2b\xeb\x61\x39\x15\xbe\xd3\x71\x96\xfb\x9a\x56\xed\x1b\x15\xc6\xcf\xee\x58\xc6\x32\xc7\x1d\xb0\x85\xbd\x18\x9d\x1e\x86\x6a\xed\x53\x47\x62\xc7\x73\x34\x03\xce\xaa\x7a\xae\x46\x9f\xf9\x74\x2a\x1a\xb1\xde\xfb\xc8\x1a\x11\x45\x9e\x66\x8e\x96\xee\xae\xe3\x80\xa8\x33\x02\x18\x0e\xb6\x59\xdf\x4c\xd2\xb7\x9a\x6e\x40\xfd\x21\x65\xb8\x3d\x42\x0b\x62\xdd\xbe\x3d\x64\x16\xf4\x7a\xe3\x49\x1e\xf5\x45\x6f\xc6\xf9\x56\xd7\x11\x3a\x07\x65\x40\x66\x00\x55\x96\xfa\x3e\xf3\x1a\x40\x9c\xb9\xc9\xa8\xd7\xf3\x42\x17\xa9\xab\xae\x40\x58\x80\xbd\x8c\x41\xda\x4b\x1d\x5a\xff\x01\x9f\xcd\xc0\xdd\xe5\x50\xbb\x5d\x59\xb7\x2b\x60\xdc\xa6\xf6\x1b\x95\x3f\xc9\xae\xae\x1b\xad\x0d\x3c\xba\x9a\x48\x4f\x77\x61\x11\xb5\x61\x0e\x85\xab\xb4\x56\x6c\xcd\x0c\xee\x01\x1e\xc1\x6a\x07\xd3\x44\x5f\x2e\xff\x23\x80\xd4\x12\xf5\xac\x28\x24\xf3\x6b\x8b\xa6\xc6\xd9\xe3\x8f\xd3\xab\x30\x88\xfc\xee\x42\x46\x2d\xa1\x87\x7e\x62\x8e\x4b\x81\x80\x55\xbf\x29\x32\x8a\x15\xfe\xc4\x86\x9d\xf5\xa5\x37\x67\x80\xa7\x1a\x39\x2e\x6f\xe2\xae\x66\x4d\x3f\xaf\xbc\x92\x04\x6f\x30\x83\xfd\x39\x43\x67\xab\x89\xd1\x9d\x9a\x0b\x03\xe7\xb4\xd1\xc2\x58\x09\x03\xfb\x56\xcb\x0d\x40\xa0\x18\x6e\xbe\x10\x7b\x94\x90\x6f\xb5\x1c\xa2\xe6\x65\x02\x40\xc7\xe5\x2e\xc1\xbb\x1b\x15\xb8\x3c\x07\x4c\x17\x0c\x91\xd1\xbf\x6a\x77\x1c\xe9\xed\x61\x7e\x5c\x4a\xc1\x96\xc5\x1c\xe7\x4e\xcb\x71\x11\x1e\x18\xaa\xb3\x74\x6d\xf5\x1f\x34\x99\x2c\xf2\xc4\x9c\x1a\xdc\xe8\x7c\xbe\x07\xf2\xb7\x22\x43\xfd\x50\xd0\x0c\x5b\x4a\xcf\x59\xd6\x73\xcf\x9d\x6a\x90\x95\x61\xc0\xbc\x18\xd1\x8c\xe7\xbc\x87\x07\x33\xa8\x9b\x17\x5c\xea\x47\xc0\x82\x74\x14\x94\x4d\x36\xce\x63\xd3\xfa\x7e\x39\x04\x5c\x99\xb3\xdd\x5a\x51\x2c\xa7\x2e\x7a\x4a\xd1\x33\x69\x6c\x5c\x6c\xad\xb2\x53\xd5\x08\x95\xc3\x66\x34\x22\xa8\xa9\xdf\x62\x30\xe6\xe3\xcc\xdb\x24\xe2\x93\xea\xba\x1d\xd7\xff\x20\x16\x88\x68\xc3\x52\x52\x6d\x77\xac\x02\xb7\x31\x02\xd5\x58\xec\xca\xf1\xba\x65\x44\x66\x3b\xa7\x1f\xc9\xa2\x54\x4e\x57\xc1\xa5\x36\x1c\xa2\xc6\x0a\x32\xe1\xa5\xaf\xdc\x73\x87\xa8\x9a\xe9\xf3\x4b\x19\xb2\x9d\xa6\x1b\x00\x72\x0a\x78\x73\x06\xa5\xa6\x20\xb5\x9a\x8e\x2f\x63\xa2\x6e\x67\xa5\x83\x51\xa6\x56\xf9\xa2\x0b\x52\xa9\xb5\xfe\x0a\x22\xb2\x99\x02\x38\xd8\x78\x67\x29\x97\x6c\x34\xaa\xc2\x66\x21\x91\xdb\x81\x21\x31\x91\x45\xd3\x00\x1d\x08\x82\xfc\xae\x47\xb2\x56\x94\x12\x2c\x2c\x9c\x73\x82\x2c\x95\x01\x02\x54\xb3\x5d\x3b\xed\x8b\x1a\x34\xf4\x02\x65\xfe\x62\x3d\x75\xb5\xbb\x50\x89\x83\x6a\x19\xf4\xb6\x0a\xba\x3f\x75\x1a\xbb\x36\x0d\x47\x72\xdf\x2d\xa7\xae\x76\x0a\x0e\x6d\xcd\xa6\xf6\x37\x45\xf3\x56\x93\xa6\xe0\x6c\x35\x53\x6c\x5f\xf1\x26\xef\xba\x9b\x32\x57\x11\xbc\x33\x8b\xdc\x6c\xf5\x92\x80\x89\x8e\x88\x07\x08\x2b\xd6\xc5\xe2\xda\x09\x66\x3a\xb8\xb9\x16\x95\x2c\xe4\xa1\x66\x67\x0b\x80\x0c\x33\xec\x5a\x2f\xc9\xa1\xcd\x14\x50\xf7\x50\xd5\x63\xa2\x7f\x1b\xba\x88\x5c\xbf\x8e\xcc\xc8\xe4\xe8\x6a\xb0\x6a\x29\x47\x52\xe7\xb8\xa9\x5b\x98\x83\x3f\xa7\xd5\x5c\xc9\xb5\x24\x7e\xab\x09\x75\x19\x80\x74\xd3\x53\x24\x3b\x4d\x67\x80\x1b\x20\xfe\xd6\xa0\x16\x1e\xb7\x73\x50\xd6\xe3\x0d\xc5\x12\xac\x6c\x04\xbb\xb4\x14\x5f\x3d\x0b\x5f\x5b\xab\x2c\xa5\x3b\x76\x4a\x9b\x1b\xec\x66\x36\xb7\xc3\x62\xb6\x63\x67\x93\x1b\x82\xe3\x7b\xae\x0d\x8b\x8b\xd9\x8e\x9d\x05\x31\x2e\xc5\x00\xb6\x58\x1b\x61\xfb\xd5\xe5\x5b\x24\xa2\x9c\x45\x3e\xaa\x28\x88\x80\xf6\xbb\x3c\x97\x83\xe1\x72\x39\x07\x30\xb3\x9e\xb9\xd8\xad\x90\x0c\x35\x8b\xad\xb3\x19\xd0\x1c\x3d\x73\xb1\x53\xde\xb5\x6d\x62\xc4\x9d\x56\x52\xfc\xed\x6a\xc0\xb2\x0f\x10\xb8\x09\x6a\x93\xd1\x76\x0a\xf0\xe9\x06\xd8\xc5\xa2\xa9\xbd\xf6\xc3\xa0\xbc\x36\x1e\xad\x03\x4c\xa9\x54\x7d\x6b\x3b\xc0\xed\x6e\x36\x1e\x69\x6b\x13\x2a\x4d\xff\xda\x16\x58\xc6\x45\xf0\x73\x6c\xa6\xf4\xed\xea\x1e\x38\xce\x46\x22\xdc\x15\xa4\x8e\x5d\xd8\x05\x93\xa7\xfa\xdd\x81\x30\xd7\x6d\x6b\x47\xd6\x79\x7c\x03\x7c\xa5\xd4\x1c\xe8\xa9\x28\x49\xcf\x41\xf0\x70\x8f\x4e\xfc\x28\xca\xad\x21\x7f\xf1\xf3\x72\x38\xe3\x1a\x3c\xb7\xf9\x50\x80\xd9\x62\xbc\xf3\xe4\xe9\xb3\xec\x37\x2a\x2e\x5b\x4c\xb0\xb1\x12\xd5\x21\xba\x2e\x22\xfe\xda\x72\x87\xda\x15\x37\xa2\x4a\xc4\xf7\xae\xab\x5c\x41\x60\x30\x87\x45\xf0\x29\xf4\x36\x9d\x1c\x8f\x2c\xbd\x19\x10\xe5\xca\xe8\xbd\xa8\xa5\x20\xea\x92\x6d\xa5\xe6\x36\x00\x04\x38\xc5\xa4\x93\x6b\xf6\xc8\x1e\xe3\xcc\x6e\xa2\x20\x5f\xd3\x97\x10\x91\x06\xcf\xcc\xa1\x37\xf7\x43\xd5\x45\x1b\x6e\x98\x82\x53\x61\xb8\x32\xdd\x2f\x2f\x9b\xeb\x09\xc3\x14\x8d\xb6\x7d\x90\x4e\x2e\x02\x71\x7b\x04\x9a\xc0\x45\xe1\x97\x32\x10\x71\xba\xde\x99\xcb\x1d\x13\xd3\xc2\x15\x3d\x03\x51\x3f\xaa\xde\x84\xc0\x56\x9a\x2c\xa5\xd1\x56\xee\x3c\x78\xab\x98\x9c\xa5\x61\x88\x52\x57\xce\x94\x20\x7c\x42\xac\x11\x5c\x09\xea\xd2\x11\x6f\xa9\xf1\x39\x3b\x08\xad\xab\x2e\xdd\x20\xe9\x87\x76\x62\x3b\xc2\x0b\x2d\x01\xb1\xfb\xac\xc2\x1d\xc8\xd1\x70\x3a\x23\x86\xad\x26\x20\xe2\xa4\x72\x07\x0e\x32\x0e\xdc\xef\xdc\x29\xd0\xdc\x76\x31\x15\x1f\x44\x34\xf0\x36\x4b\x36\x1e\x6d\x03\x0c\xf8\x95\xc1\x46\xd2\x95\xad\xea\x1b\x80\x56\x9a\xa6\x82\x9e\x04\x6b\x8e\x58\x51\xbd\xe8\x8e\x4f\x09\x3a\x41\x28\x2d\x68\xe5\xf8\xd1\x15\xa3\xba\x42\x44\xe7\x86\x8e\x96\xc0\xb6\x8a\xcd\x80\x79\x8a\x08\x36\xe7\x50\xa7\xa4\x8d\xe7\x8e\x50\x16\xb4\x73\x76\x8e\xfa\x6d\x11\x18\x93\x62\x23\x0e\x55\xc3\x9e\xf4\xd0\xb9\xab\xb6\x53\xcc\x88\x13\x1b\xa2\x61\x98\x8f\xd7\x17\x8c\xb2\x37\xca\x78\xee\x0d\xb0\x78\xd5\x04\x44\x5d\x41\x21\x4b\x31\x57\x04\x9d\xed\xa9\x63\x9a\x09\x68\xa9\x61\x2d\x87\x8f\x1a\x06\x1c\x75\xd1\xbe\xd2\xcd\x70\x92\x63\x1e\xce\x5a\x58\x44\xe6\xa2\xbf\x01\x5a\xbd\x47\xab\xd8\x56\x3f\x17\xb0\x1c\x25\x74\x3b\x1f\x7a\xeb\xcd\xb6\xaa\xcd\x21\x98\x01\x3a\x25\xd3\x83\x39\x6d\x7b\x8d\xc8\x00\x03\x37\xef\x26\x0a\xa4\xce\xc2\xc2\x59\xb5\x0d\x50\x54\x51\x74\x86\x53\x3f\x2a\xb1\xe1\x9a\x51\xfb\x8d\x8b\xb1\x90\x7e\xd8\x9d\x41\xc4\x2f\xb9\x5e\xdc\x70\x9f\x5f\x35\xfd\xb0\x53\x23\x64\xb6\x78\x2e\x46\xf4\x30\xdd\xd5\xf4\x43\x5d\x0b\x40\x96\x19\x26\x82\xf1\x42\x4b\xeb\xcb\x37\x68\x44\x6d\x07\x06\x1f\xf9\xda\x5b\x77\x65\x03\x06\xae\x74\x4b\x13\x41\x4f\x08\x8b\xd9\x87\xfa\x69\x09\x75\x43\xa3\xbb\xce\x6d\x3f\xb5\xb8\x5c\x77\x28\xab\x11\x36\xb0\xaf\xef\x15\xd3\xcd\xb6\x2a\x8e\x71\x64\x91\xe7\x18\xcd\x74\x6b\x26\xd1\x69\xdc\x2b\x40\xab\x98\x82\x83\x33\xdf\x03\x2f\x75\x1c\x63\xc5\x51\x30\x6a\xe2\x3c\xad\x69\xb5\x09\x3e\x51\x5c\xd6\x81\x88\x9c\x1b\x91\x8a\x81\xcd\x78\x24\x4f\x8c\x45\x87\x19\x33\x77\x73\xbb\x68\x19\x1f\x31\x0a\xb0\xa2\x76\xb1\x20\x56\x21\x97\xec\x3b\x35\x17\x2a\xce\x6a\x8f\x1b\x9a\xa9\xe0\x97\x49\x4d\x73\xda\x70\x14\xa0\x31\xc8\xcf\xe8\x29\xe5\x49\x45\x58\x98\xb6\x8e\x9c\x02\xd7\x93\x64\xf9\x56\xd1\x39\xf2\x55\x63\x6e\xcb\xb8\xf4\x35\x83\x60\x87\xf9\xd9\xbc\xc8\x9e\x2c\x2c\xda\xc3\xdd\x82\xb1\xcb\xc5\x68\x7e\x65\xd1\xc8\xe5\x90\xc5\x43\x3d\x28\x72\x8f\x20\xf1\xad\x96\xb3\x00\xfd\x58\xfa\x05\x45\xc9\x35\x8b\x40\xbb\x28\x54\xbb\x59\x28\x77\x35\x86\xb3\xd3\x71\xc4\x82\xcb\x65\x43\x83\x30\x29\x17\x56\x4d\x55\xaf\x64\xdb\x03\xf3\xdb\x5b\x6f\xbe\x55\xbc\x99\x8b\x7d\x98\xb4\x24\xf4\xd6\x5b\x33\xc5\x31\x95\x24\xc7\x30\xbd\xf0\x81\xd5\x95\x73\xc7\xf0\x4d\xac\x45\x14\xb6\xc7\x8f\xf8\x56\xc1\x45\xf2\xc6\xc8\xb0\x4a\x6b\x05\x59\x33\xfd\x06\x7a\x9e\x00\xc2\x16\xdf\x77\x6b\xec\xbe\xaa\x70\xa9\x70\xed\x13\xad\x31\x43\xfa\x56\xbd\xa1\x96\x3b\xa0\x4a\x0a\xfd\xcb\x96\xd2\x0e\xbb\xd5\x10\x95\xa6\xa9\xa9\x7c\x27\xbd\x4c\x75\x0b\x0c\xe7\xc9\x6b\x39\x9b\xaf\x24\x48\xab\xbb\x10\xb8\xa6\xd0\xf1\x1c\xd3\xe6\x56\x93\x54\x6f\xc0\x93\x6e\x00\x1b\x93\x59\x01\xab\x4d\xf0\xc8\x82\x20\xd2\x6d\x85\xfa\xf4\xea\x78\x14\xee\x99\x81\x1c\x29\x2b\x60\x27\x49\x9b\xe0\x40\x1f\x6a\x51\x78\x60\x87\x79\x21\x73\xb3\x5f\x3b\xfd\x16\x53\x25\x7d\x1e\x0f\x40\xec\x72\xab\xa9\x55\xd1\x06\x8e\xa3\x45\xef\x1f\xa5\xb4\x35\xb5\x4a\xba\x94\x5a\x16\x49\xf6\x78\x9f\x5b\x6d\x96\x41\x11\xd1\xbd\x58\x3b\x3c\xd9\xde\x45\x6d\x26\x0c\xb8\xba\x03\xda\x6a\xcb\x7a\xdb\x85\x85\xfb\xca\x5d\x4d\x74\x29\x4e\x50\x58\x2f\x2d\x83\x69\x8c\xe8\xb3\x54\x2f\x35\xb5\x9a\x9a\x21\x21\x06\x05\x2d\xa5\x87\x92\x34\x33\xc0\xfa\x04\x96\x00\x13\xa0\x1d\xd4\xb4\xc3\xee\x4a\x65\x6e\xa5\x84\x16\xbf\x46\xe9\x9f\x95\x5a\x3d\x47\x36\x7e\x64\xaa\xd9\x1e\x49\x92\x5a\xd5\x4b\x80\x4e\x56\x2b\x8d\x5b\xab\x2f\xbc\x22\x1c\x81\x5a\xe1\xee\x81\x6a\xd6\x61\xe6\x6e\x97\xa9\x86\x49\x25\x4a\x4e\xad\x5a\x20\x68\x3e\xde\xf3\x86\x5a\x49\x9b\x60\x12\x12\xf6\xc4\xd9\xb5\x37\xd4\x5a\xf4\xe5\x75\x73\x97\x9d\x8d\x03\x03\xa0\x95\x5c\x76\xea\xba\x6d\x64\xe6\x51\xd4\x7b\x0d\xb2\x46\x55\x5f\x78\xe5\x23\x36\xfc\x86\xaa\xd8\xdf\xd4\x6a\xb7\x81\x73\xd1\x50\x72\x4e\x53\x6e\xa9\x55\x6e\xd4\x4c\x05\x00\xc6\x80\x64\xf4\x7c\xf1\x75\xda\xce\x5f\xcb\x30\xac\x47\xdb\x2d\x98\x39\x21\x8f\xd5\x67\x80\xb6\x13\xb5\xb6\x3e\x2a\x2e\x6a\x3b\x01\x28\x64\x83\x66\xcd\x9e\x19\x2c\xc5\xc7\x37\x33\x98\x7a\xc4\x7a\xba\x82\xce\xce\xc3\x75\xed\xf2\x77\x22\x09\x61\x72\x92\x6c\x40\xea\x4f\x4d\x39\xec\xb4\x34\xe3\x79\x07\x34\xfc\x2c\xcb\x19\x87\x9d\x6e\x40\x6a\x7c\xaa\x54\xed\x55\x5c\xbb\x14\xc0\x55\x19\x4f\xe1\x11\xd7\xd4\x33\x0e\x33\x57\x87\x9b\x33\x80\xb6\x7d\x9e\x3c\x59\x5a\x3d\xea\x64\x1c\x18\x34\xec\x20\xda\x16\xea\x4b\xa9\xd9\x7d\x18\x7f\x2e\x89\xd0\x9a\xbe\x7c\x97\x71\xaa\x72\x2d\x7d\xf0\xcb\xf5\x15\x3b\x45\x67\x90\xfb\x73\x88\xa7\xa6\xbc\x98\x72\xd8\xa9\x3a\x2a\xfd\xb1\x78\x47\x0c\xe8\xba\x16\x52\x0e\x3b\x5d\x17\x4c\x7d\x74\x88\x24\x7d\xb1\xc0\x62\xa7\xed\x9c\x63\x0c\x2d\x5a\xea\x2b\x7e\x6b\x7f\x2c\x2b\x33\x3c\x47\xc1\x6c\x5f\x53\xd8\x7e\x59\x9e\x53\xee\x8c\x8f\x83\xef\x01\x25\xed\x1c\x62\x8d\xd9\x03\xa4\xd6\x70\xed\xcf\x42\xca\x61\xa6\xf5\x06\x1a\x0c\xee\xea\xbc\x9c\x72\xd8\xa9\x3d\xc7\xfd\xab\x19\xf3\x50\x56\x28\xbf\x67\x66\x44\xdc\x25\x6a\x8c\x95\x0e\xf2\xc2\x16\x70\x75\x9d\x45\xd6\x25\xd7\x4e\x47\x6b\x5b\x50\x55\x9f\x41\x7d\x8e\x87\xab\xb1\x94\x71\xd8\xe9\x3e\xcf\xcc\x96\x54\x81\xed\x75\x72\xed\xcc\xd2\x44\x02\x1c\xff\x52\x21\x4b\x62\x1d\x62\xb8\x05\x92\xba\xd4\x28\x92\xef\x94\x98\x1c\x8e\x7e\x72\x66\xe2\xa8\x36\x3d\xd4\x57\x4c\x30\x19\x5f\x8d\x1e\x28\x9b\x41\xf8\x3e\xda\xe7\xe3\x40\x6d\x00\xc8\xdb\x64\x41\xc2\xa1\x2e\x20\x70\x33\xa8\x5c\x76\xc8\x52\x2d\x32\x9e\x27\x11\x50\x6b\x77\xee\x69\x91\x85\x7b\xa8\x2f\x81\x9b\x52\x30\x61\x52\x54\x08\xa3\xda\x2f\xca\xec\x54\x0c\xec\x2d\xb9\xb4\x10\xe5\xce\xd3\xb1\xcc\x60\xbf\xf3\x1c\xd5\x89\x3d\x6c\x41\x7e\x14\x8e\x6c\xe2\xc0\x91\x53\x6f\x93\x9c\xc1\x84\x6d\x81\xf1\x27\xa6\xd6\xd7\x2f\x2f\x04\x64\x0d\xb5\x09\x2c\xf5\x07\x55\x50\x08\xed\x77\xd1\xc3\xcb\x00\x54\x53\x24\x2e\x54\x5d\x4a\xad\xce\xcd\x4c\x8d\x91\x35\xbe\x79\x39\x05\xdd\xb6\x0a\xd3\xaf\x84\x39\x0a\x53\x7c\x5b\x9e\xd4\xa2\x45\x19\xc3\x00\xd4\xa6\x5d\x0a\xcd\xe4\x49\xbf\x15\xc3\xf0\x91\xbd\x3c\x2f\x9c\x4d\xea\x70\x64\x6b\x0d\xfc\x10\xa6\xb0\x94\xdf\xef\xbb\x6b\x01\x2b\x36\x13\x15\x7b\xec\xaa\x0d\x7d\x7b\x4d\x99\x8c\xd4\x23\xe2\xd0\x9b\xe2\xcd\x04\xcf\x9c\x50\x30\x6a\x62\x9f\x2f\xf2\xed\xb5\x48\xc8\x9a\x80\x9a\xdf\x2b\xe4\xda\xbe\xbd\x16\x89\x7d\x55\xfa\x68\xdf\x19\xe2\xbe\xbd\x16\x35\x64\x89\xb8\x03\x5e\x40\x35\x78\xb0\x3b\x80\x11\xa4\x87\x19\x00\x39\xd3\xf3\x7c\xfa\xf6\xf8\x51\x1f\x68\x94\x47\xc8\xf8\xc4\xc2\x32\xc0\x4c\x63\x38\x5d\xe2\xf1\x60\xaa\xc1\x83\xdd\x57\x51\xe4\xd9\x9a\xca\x58\xeb\x96\xd1\x87\xb3\xef\x62\x58\x92\x67\x32\x26\x85\x6d\xac\xfb\x32\x78\x2e\x88\xa5\x97\x96\x3f\x4d\x9d\x03\x37\x95\x3b\x72\xe6\x79\xcf\x41\xf1\x4b\xf5\x5e\xf8\xca\x2b\x6e\xf1\xf2\xf7\x7c\xd1\xa9\xbd\x17\x8e\x5e\xe2\x01\x7d\x5d\x7d\x5c\x70\xe9\x77\x17\xc3\xb2\xb6\x62\x0e\xb4\x3e\xe3\x9c\xba\x9b\x51\xe8\xfc\x16\x3c\xc5\xa6\xbb\x1a\xa9\xbd\x1a\x94\x1a\x64\x58\xbe\xec\xc1\xac\x2f\x02\xa0\xef\x01\x29\xd2\x41\x24\x78\xd5\x55\x8c\x8a\x6f\x20\x47\x90\xd6\x9e\x94\xbb\x91\xda\xbb\x91\x11\x33\x2e\x94\xef\x2a\x1d\xa3\x52\xf7\x45\x91\xa3\x44\xc3\x0e\xfb\xac\x7a\x9c\xbb\x43\x38\xeb\xc0\xe9\x05\x23\xa1\xbe\x06\x84\x4a\x80\x2d\xb7\xa2\x32\x62\x61\x0d\x8e\xa3\xcc\x03\xa8\x13\xfa\x94\x41\xf7\x45\x64\x79\x71\xfe\xdc\xe0\xb2\xea\xde\xe3\xec\xb1\x60\x95\x50\x31\x15\x4a\x72\xb3\x99\xc3\xbd\xcc\x2b\x8d\x7c\xe5\xe2\x5e\x5d\x0a\xfa\xda\x71\x07\x04\x0b\x20\xe8\x7c\x25\x75\xda\xee\x5a\x0c\x50\x38\x1c\x64\x99\x15\x40\x79\x75\x86\x05\x0b\x12\x57\xc6\x70\xcf\x0e\xf1\x29\xed\x04\x8b\x90\x55\x40\x34\x43\x8d\x75\x35\x53\xd8\x78\xb4\x6e\x82\x9a\x2e\xf6\x91\xdb\xdd\xd6\x5c\xd9\x6e\x70\xa7\x6c\x6f\x4d\xb5\x73\x5c\xc5\x7a\x0c\x6c\xd8\xf7\x8d\x19\xfa\x0f\xb3\x04\x78\xce\x88\x45\x69\xc5\x8e\xed\x14\xf4\x0d\x34\x70\x53\x50\xdc\xbf\xe0\xd9\xec\xae\x88\xe7\xbe\xc4\x0e\x24\x2e\x73\x9c\xfc\xc2\x5a\x26\x98\x88\x71\x55\x37\x2e\x39\x29\xbb\x23\x19\x90\xb1\xa5\x84\x89\x35\xcb\x3e\xca\xee\x9e\x8c\x5e\x7d\xa2\x60\x59\x90\x08\xa7\xa5\xaf\xaa\x0d\xda\x0b\x85\x97\x74\xe2\xe6\xf6\xb3\x00\xe4\x80\xf5\xc6\xe1\x89\x05\x67\x63\x77\x53\x1c\x08\xba\x98\xc5\x70\x0d\xdd\xb4\xbb\x29\x5c\xea\x80\x46\x08\xa9\xbd\x29\xcd\xec\xd8\xfe\xbf\x54\x5f\x63\x1a\x0e\x97\x29\xc0\xf4\x1e\x80\xd1\x92\x43\xda\xaf\x03\x94\x81\xe3\x83\x48\xa3\x2b\xce\xc3\xec\x07\x80\x9e\xab\xd1\x9f\xb9\x37\xa0\x7f\x92\x41\x5d\x0b\xf3\x8e\x0a\xfa\x75\xfd\x9b\x0a\x90\xd2\xd5\x36\x96\x2e\xdc\xd2\x22\x10\xef\x42\xc1\xf1\x20\xdf\x7e\xf5\xb3\x0a\x1e\x70\xee\x2b\x55\x64\x9f\x68\xfd\xbb\x6a\x65\x4e\x62\x1c\xaf\xd7\x2d\xe2\xe9\x8f\x84\x7a\xcf\x1d\x3c\xd1\xee\xe5\x6f\x27\x00\xfd\xea\x18\xc2\x5c\x7a\xda\x96\xee\xca\xc3\x05\x07\xda\xc9\x0b\x10\xfa\xd2\x2f\x24\x36\xf7\x2a\x78\x7d\xc1\xc8\x9d\x66\x00\xdd\x85\x56\xce\xcc\x0f\xad\x1b\xad\xbb\x8d\x0d\xd4\x1e\x03\xef\x81\xd2\x75\xac\x5f\x44\xe4\x12\x4c\x8b\x9e\x09\x22\xf2\xaa\x7f\x16\x48\x3d\x19\xef\xbc\xf1\xdb\x41\x7b\xa2\xda\x8b\x8e\xfe\xfd\xcc\x4f\x0f\xcc\x92\x7e\x9a\x26\xf9\xa1\x79\x5c\xad\xf9\x8a\x1d\x56\xb0\x9b\x02\x4d\x65\xd8\xe3\xcf\x7d\xf6\xb8\xfb\x27\x92\xaf\x88\xd4\x26\xc1\xcc\xb5\xf8\x13\x85\x5b\x32\x18\x9e\xb7\xf4\xde\xcc\x64\x08\x4e\x44\xba\x50\xb2\xb8\x7e\xf1\xbb\x06\xa6\x8d\x02\x37\x66\x59\x6e\x1e\x37\x5f\x09\x77\x65\xa2\x1e\x90\x52\x4f\x2f\xfe\x1c\x24\x98\x50\x78\x21\x4b\x93\x16\x35\xe9\x94\xb3\x4d\x4c\x14\xae\xab\x07\xfc\x2f\xf7\x79\x23\x46\x14\x0a\x6d\xb3\x16\x2d\x79\x79\x02\xd2\xb5\xa8\x85\xde\x78\x66\xa3\x2e\x61\x69\x42\x6d\xd2\xce\x7d\xe1\x7d\x86\x1c\xcb\xe2\x27\x71\x1d\xfe\x04\xc4\x8d\xf0\x06\xf3\xd2\x2f\xc4\x61\x22\x5e\xa6\x3d\xf6\x1e\xb0\xcc\xbc\xf4\x0b\xd1\x62\x82\x65\x07\xde\x33\xd3\x54\x5a\xfc\x05\xcf\x30\xbb\x88\x9c\xa5\xe3\x26\x64\x4a\x10\x86\x27\x70\x18\xc2\x56\x08\x76\x82\x9d\x18\x97\x26\x24\x33\x11\x75\xc3\x23\x62\xac\x6b\x58\x9c\xc0\xe5\x2c\x26\x72\x18\x30\x0a\xbf\x40\x99\xc0\xa0\x47\x03\x60\xff\xc6\x32\x4d\xb5\x5b\x9a\x90\xa7\x98\x16\x9a\x36\x44\xee\xa5\xb2\xb4\x49\x39\xd4\x9e\x2b\xbe\xcc\x32\xc0\x0a\x5a\x97\xc7\x03\x83\xb1\x61\xd6\x81\x6a\x1e\x99\xc5\xbf\x5f\x6a\xd6\x9f\x1f\xa5\x39\x43\x56\xff\xbf\xc5\xf0\xc6\xc0\x8b\x8d\x5c\x20\xb4\x34\xda\x32\x5c\x11\x89\xb4\x80\xb8\xe5\xd2\xa7\x14\x87\xb2\x41\xae\x0f\xf2\x18\xdd\xf5\x20\xac\xa3\x19\x5a\x34\x30\x6d\x37\x2c\x47\xbb\x3c\xda\x81\x3a\x97\x41\xba\xca\x4b\x27\x1e\x0c\xdc\xd4\xc4\x3f\xe2\xb6\x33\x2b\x48\xb9\xc5\x3e\x93\x1f\x96\x90\x07\xd8\xb8\x79\x38\x57\xb9\xc3\xbe\x80\xef\x78\xc0\x2e\x0a\x50\x91\x72\x83\xb9\x0e\x26\x82\x34\x6c\x23\xea\x99\x95\xfb\x1b\x1c\x86\x33\x5d\x9a\x20\xa5\x51\x6e\x6f\x00\xcf\x5f\xe0\x42\x23\x61\x64\x28\x77\x37\x64\x30\x63\xf9\xda\xa7\xa8\xcf\x90\x35\x6a\x24\xfb\x4a\x09\x47\x94\xf6\xbb\xbf\xae\xdc\xdb\x18\xc9\x1d\xf2\x06\x91\xb1\x34\x6f\xc4\xa8\xdc\xda\x04\x32\xf2\x0a\x61\x49\xf3\xaa\x4c\xe5\xce\x26\xe2\x2d\x19\x2f\x5b\xed\x48\xb8\xb3\x84\x95\x1b\x9b\x51\x6a\x67\x32\x2c\x98\x38\xe7\xa9\x55\x2e\xec\x78\xb5\xf1\x86\x3b\xec\x7b\x5a\xa8\x0b\xe0\xe1\x11\x90\x66\x84\x2f\x37\x61\xee\xc0\x2a\xd7\x35\x83\xfe\x0d\x21\x4c\x94\x95\xaa\xfd\x35\xa7\x53\x44\x4c\x7c\xf5\x72\xcc\x60\x1d\xfd\x65\x2d\x60\x6e\x63\xc4\x94\x9b\x93\x1e\xf5\xdf\x51\x2c\x7b\x11\xe8\x85\x33\x4f\xa9\xf6\x57\xb5\x4c\xc6\x09\x6a\xd7\xe2\x6e\x89\xfd\x4d\x2d\x8c\xf1\x06\x40\xc1\xce\x0f\x96\x76\x51\x73\xc1\xdd\x0c\xf5\x97\xba\xfe\xa4\xe2\xa2\xe6\x52\x95\xd0\xb8\xdd\xc5\x20\xff\x2f\x86\x07\x39\xdc\xe4\xe9\xaf\xe7\x3c\xc7\x09\x2a\x17\x35\x97\x2a\x74\x3e\x09\xa9\x85\x21\xe6\xe6\xaf\x07\x3b\xb5\xd1\x48\x79\xde\xa1\x4d\xb9\xa8\x99\xab\x12\x11\x32\x4d\x6e\x9e\xff\x51\x2e\x6a\x19\x6a\xa4\x63\xdc\xf6\x98\xe6\xca\x4e\xb9\xa8\x85\x41\xf5\xa8\xe9\x8f\x16\x56\x54\x73\x89\xc5\xf0\x82\xbf\x3e\x5e\x8e\x60\x10\xd6\x12\x2a\xa2\x39\x5c\xb5\x2e\x05\xa9\xdc\x4e\x4c\xbe\x39\x5e\xe8\x86\x58\xd9\xfe\x4c\x8b\x59\x77\xcd\x70\x0e\xa7\x8e\x7a\xdd\xda\xf9\x71\x54\x2e\x6a\x71\x1c\xce\x42\xec\x20\xcd\x0f\xa4\x72\x51\x0b\x57\xed\x19\x04\x3a\xdd\x1c\x9b\xa9\x5c\xd4\xc2\xf4\x19\x20\x85\xe0\x24\x89\x3c\xc0\xf2\xb8\xb3\xc7\x4c\x7d\xf7\xe7\xb7\xae\xbf\xa8\xc5\x63\x17\xc1\xea\xe1\x60\xf7\x88\x3d\x97\x83\x29\x8f\x0b\x64\xb4\x41\x7e\x47\x6c\xa1\x1c\x9c\xd9\x71\xa7\xce\x42\xa6\x3d\x2b\x56\x0e\x2e\xe0\x6a\xb3\x30\x87\x3b\xaa\x0f\x79\x53\x97\x43\x09\xca\x3d\x65\x5c\x36\xfe\xdb\x68\x6a\xeb\x44\x70\x7c\x4d\x01\x29\xde\x8d\x36\xed\x22\xc5\x2d\xe5\x6e\x32\xd3\xe8\x4e\x90\xe2\x92\x32\x07\xc1\x34\xfa\xff\x71\x72\x56\xb9\xa2\x1e\xa0\x9a\x69\x74\x27\x1c\x71\x43\xb9\x15\xcc\x34\xba\xab\xe0\x10\x17\x74\xa5\x30\x4d\xb9\x9f\x11\xa9\x0e\x1e\x2d\xd0\x34\xca\xf5\x5c\x21\xde\x53\x6e\x67\x42\xb5\xdb\x34\x7a\x61\x4f\xf8\x72\x26\x40\xac\xa6\xd1\xdd\xad\x14\x77\x73\xa5\xd3\xb4\x72\x35\x33\x18\xc2\xa6\xd1\x49\xdf\x13\xbe\x9a\x19\x70\x89\x69\x74\xd6\x57\x99\xea\xd9\xca\x66\x3e\x58\xff\x90\x50\x35\xd5\xe0\x66\x83\x8b\xbe\x23\xae\x6a\x12\xeb\xe7\x83\x75\xd1\xd8\x3a\x18\x00\xbd\x3a\x58\x5f\xa1\xb8\x3d\x3c\xd8\x6e\x45\x14\x43\x36\x83\x9f\x6e\xce\x2c\x27\xb1\x61\x20\x0d\x1f\x7d\xee\xdb\x1e\xe7\x13\x5c\x02\x63\x93\x83\xb3\xc6\x2d\x2f\x77\x80\xac\xd9\x3f\x78\x7f\x6a\x3b\x25\xb8\x16\x4e\xb0\x5b\x31\x21\x81\x9d\x2b\xc3\xc8\x25\x09\x6c\x24\x72\x26\xbe\xa2\x40\xec\xfc\x1f\xbc\x2e\xa6\xda\x1a\xe0\x7b\xc9\x56\x9f\x71\xf6\xbf\xd3\x21\x08\xac\x12\x99\xa7\xc8\x4d\x6e\x8b\x9b\xfd\x2f\xef\x28\xb2\x73\xa3\x0a\xca\x3b\x6e\x69\xf5\xf3\xeb\x2f\x72\x0f\x08\x8b\x78\xa0\x97\x55\x3e\xe2\xfb\xcd\x74\x9d\x10\xf3\x87\xad\xe8\x80\xda\x54\x16\x60\xa6\x2b\x52\xf0\x02\xb0\x28\x86\x61\x49\x06\x76\xfa\x8f\x89\x13\xb8\x90\xda\x10\x97\x56\xc1\x33\x42\x61\x54\x12\xd6\xed\x04\x75\x87\x5c\x45\xc5\x90\x99\x2a\x37\x34\x8f\x42\x20\x5a\x59\x45\x1d\x0f\xbe\xb7\x4d\x0d\xad\x63\xd5\xea\xd1\xab\x1f\x5a\xab\xf0\x18\x76\x80\x2b\xa9\xae\x9b\x67\xb8\xca\x4f\xc8\xdd\x2d\x25\x41\x91\x58\x77\x8d\x78\xa1\x88\xbd\x4a\xcf\x89\x6a\x55\xb9\x6e\x89\xe5\xde\x98\xda\x03\xd7\x2d\xac\xbb\x8e\xe7\xc0\x48\x6d\xcc\x25\x7b\x70\xc8\x4b\x5a\xe1\x44\xb1\x32\x9c\x3a\xe6\x52\xb5\x4b\x5b\x55\x91\x4e\x4c\xc2\x66\x2b\xa7\xd1\xf2\x35\xdd\x81\xfd\x00\x0b\xe5\xd0\x05\x40\xd3\xea\x56\xcd\xc0\xc6\x30\x88\x0a\x4e\x4a\xb0\x4b\x5b\xb5\x83\x72\x0f\xcc\x36\x1f\x77\x4e\x80\xb2\x55\x3b\xbc\x7b\xc4\x82\x81\x7f\x81\xc2\xd6\xb7\x6a\x06\x99\x61\x60\x24\xe9\xe3\xb4\xa8\xcf\x76\x69\x1a\xcb\x1c\x35\xe8\x71\x48\x1a\x50\xdd\xa9\x9a\x0c\x32\x75\xdd\xdc\xfe\x52\x34\x99\x15\x3b\x95\x27\x2d\x0b\xf6\x27\x06\xfa\xcb\x7e\xb9\x62\xa7\xaa\xd5\xc1\x7c\x6b\x4c\xa4\xcc\x9c\x65\xca\x4e\xed\xd2\x9f\x16\xe3\x51\x0e\x2b\xe9\xfc\xe5\x4e\xed\xa2\x9e\x19\xe7\x10\x8d\x14\xc9\x63\x52\x77\x6a\x17\x23\x67\x36\x9f\x81\xde\x45\xb7\xb8\x51\xb3\x08\xee\x30\xeb\xe0\x3f\x88\x64\x50\xab\x3c\xa7\xdd\x08\x98\x92\xd8\x82\xca\xcb\xda\x93\xff\xab\x87\x53\xc1\x0a\x5d\x36\xe4\x92\xea\x73\x67\x3b\xa4\xb9\x9d\xeb\xfa\x44\x39\xeb\xa8\x49\x7e\x03\x97\xd4\x91\xca\xb2\x7e\x0e\x2f\x52\x33\xec\x96\x98\x00\xa8\xa7\x3b\x2b\xc5\xa5\x04\x76\xb5\x05\xa7\xde\x8b\xd4\xd9\xc9\x56\xfe\xfb\x95\xdf\x80\xcb\x52\x01\x40\xe3\xd7\x29\x35\xd0\xcd\xcf\x8c\x36\x99\x9b\x82\xa5\x84\x9b\x5c\xce\x62\xef\xd6\x32\x9a\x92\x0e\x5c\x75\x76\x00\x3e\x53\x4b\xd1\xa5\xe9\xf4\x12\x43\x0b\x9f\x7a\x23\xe8\x26\xc5\xb4\x34\x59\x15\x86\xbb\x40\xa1\xc5\x7a\xe9\x0a\x55\x9a\x09\xa1\x62\x9f\xc6\xab\xc8\xc4\x1e\xfd\xeb\xcd\xe7\xd6\xd2\x61\x1a\x6a\xf8\x8e\x12\x86\xf3\x61\xe2\xc1\x47\x9c\x67\x63\xb8\x91\xca\xdc\x45\x55\xcc\x03\x87\x66\xa1\x20\x1b\x1b\x00\xc6\x71\x4b\x83\xe9\xfd\xd9\x1b\xa6\xb6\xb9\xed\x77\xcc\x7f\xa5\x58\xe0\xdf\xd8\xaa\x11\x71\x9b\xfe\xdb\x0b\x40\xd4\x66\xe2\xa1\xc9\xea\x7e\x4c\x83\x71\x83\x39\x1b\x95\x5b\x07\x68\x3e\xb1\xb8\x7a\x87\x1d\x4c\xfe\xa8\x6e\xde\xf4\xd1\xc0\x4f\xd6\x5a\xcf\x59\xfd\x50\xbf\x2b\x05\xc8\x7d\x83\xc7\x99\x35\x6f\x3f\x8c\x07\x0f\xec\xcf\xa0\x33\x0a\xa3\x2d\x71\x26\xba\x2d\xcc\x85\xc5\x92\x11\xc7\xa6\xf0\xce\x7c\x58\x92\x62\xe1\x27\xa3\x60\xc3\xe7\x94\x1c\xfd\x68\x84\x6b\x1d\x33\x06\x97\xf6\x33\x92\xfc\x0c\xe2\x83\xa4\x7f\x81\x61\xa4\x85\xd3\xf9\xad\xc8\xc8\xe3\xc3\x93\xd8\x84\x79\x80\xa1\xff\xf4\x8c\xce\x51\x95\x72\x8a\x7b\xb3\x2d\x0d\x46\xe2\x03\x79\xf3\x4d\xec\x83\x63\xf3\x89\x65\xa8\xf2\x48\x94\xdd\x24\x97\xaa\xff\x9b\xd3\x47\x0f\x9c\xbd\xc7\xde\xcd\x6e\x4b\xbf\x2b\x19\x59\x39\x07\x14\x17\x53\xef\x2f\x8d\x0d\x1c\x2f\xc8\x33\x03\xc6\xf7\xe7\x9f\x7f\x2b\x4f\x10\xd9\x89\x32\x70\x77\x50\xb5\x60\x31\x23\x84\xd9\x18\xcb\x8a\x8a\x9a\xff\x4a\xe2\xfc\xb0\x71\xcc\x81\x5f\x04\xc8\xa6\xbf\x69\x29\x33\xf6\x85\x41\x8a\xa6\xcc\xbd\x7b\x65\x1d\x09\x9c\xbe\x36\xd4\x40\xfd\xe0\xdb\xef\x77\xf2\xfb\x1d\xea\x0c\xe8\xc1\x8f\xa2\x0c\x4b\x19\x1f\xa9\xb4\x7d\xaf\x20\x64\x6c\xd9\xbc\x73\xbd\x46\x9e\x4e\xb9\xe1\xc4\x91\x01\xe2\xbc\xbd\xc8\x72\xf8\xc0\xcc\x89\x95\x3c\x9e\x8e\xa3\x5b\x1a\x9e\x0b\xb3\x99\xe3\x88\x65\x41\x60\xac\x8c\x4f\xe8\xef\x40\x04\x90\x9e\xb4\xbe\x2b\xed\xe6\xc8\x09\x0e\xa4\x86\xdc\x5f\x75\x50\x10\x89\xf3\x1f\xab\x2d\xeb\x6a\x5e\xdb\x1a\x91\x37\xef\xb5\x5d\x4a\x5c\x4f\x3a\x30\xa5\xae\x99\x97\x37\x29\xa7\x28\x51\x51\x03\x01\x6a\xa1\x91\xb2\xd5\x4f\xe7\x34\xdc\x40\xba\x06\x70\xa0\xc5\x17\x17\xe3\x23\x12\x94\x66\x60\xc3\xda\x09\x42\xad\xfe\x8c\xa6\x4a\x46\x6e\x79\x63\x8b\x72\xbf\x9c\x5c\x70\xad\x82\xa8\x3d\x0a\x7d\x97\x8c\x71\x72\x05\x54\x3e\xed\x6b\xaf\x85\xa5\xe3\xec\xaa\xc0\xb8\x4f\x06\x63\x11\x4c\x8f\x02\x72\x72\xc1\x9e\xa2\xb0\x91\x4b\xd9\xba\x74\x82\x98\x54\x26\x67\xdf\xa3\x27\xb2\xcb\xfa\xe9\x77\xf5\x7c\x3a\xf8\xee\xc4\xf7\x58\x04\xc0\x41\x19\xcf\xca\x64\x63\x50\x62\x63\x44\x24\x4f\x59\x73\x2e\x8c\x2b\xc2\xf1\x2c\x80\x05\x2a\xd7\xc5\x55\x25\xcb\x50\xf8\x84\x2e\x7b\xce\x2e\x5c\x97\x69\xef\x3d\x43\x53\x0d\xec\x43\xd3\xa9\x1e\x39\x81\xff\x32\x5a\x05\x5a\x46\xe5\x68\xd7\x8b\xc7\x53\x21\xc2\xd4\x26\xb9\x88\x22\x2f\x6d\x42\x04\x9e\x2a\x30\x61\x63\x4c\xaa\xe1\x53\x1d\xe4\x29\x40\x43\x5e\x83\x08\x87\x2b\x22\x8b\x99\xbc\x2a\xd0\xb6\x54\x17\xbf\x57\xc8\x75\x74\x22\xb7\x9b\xa1\xb8\x0e\xc1\x25\xe5\x9e\xf3\x7f\x0a\x9c\x99\x67\x12\x5e\x13\x10\xd1\x55\x2e\x6e\x9d\x80\x4a\x73\x83\xfe\xee\x95\xe7\xb7\xbf\x87\xbb\xb8\xab\x61\xe3\x87\x13\x00\xba\x6d\x3a\x5b\x2b\xbb\x13\x5c\x7b\xd2\xf1\xf9\x89\xf1\x21\xf3\x73\x85\x7f\xdd\x48\x86\x0b\xe5\xc0\xc5\x4c\x9f\x3f\x54\x40\x4c\x69\x0f\xa6\x6b\x36\x13\x64\xfd\xd0\x0d\xa2\xa4\x4e\x19\x1e\x12\xfc\xdf\xcc\x38\x3c\x3f\xc7\xdc\x6a\xc7\x39\x00\x6a\xcb\x5c\x84\x1b\x1e\xaf\x9c\xf8\xdd\x78\x06\xb9\x0f\x48\xa3\xe6\xa5\x47\xb1\xfe\xb7\xc8\x18\x60\x4a\xc0\x81\x52\x5c\xd5\x0b\x75\xc1\xec\xce\xc1\x47\xb0\x22\x9f\xa2\x5d\x97\x18\x2a\x39\x50\xe1\xda\x88\xd6\x3f\xe8\xc6\x5b\x04\x85\xb8\x7b\xf7\x1c\x9f\xa2\x4d\x08\xb5\x6f\x25\x5a\xc2\x70\x89\xa6\x36\xb2\x4e\x80\x0a\x34\xc8\x0b\x19\xb7\x14\xd6\xfe\xbf\x1b\x31\x37\xed\x70\x9b\xa6\x98\x82\xef\xf3\xa4\x56\x0e\x67\xfa\x07\xc4\x5e\xd0\x92\x79\x01\x01\x89\xf1\xb1\x72\xd5\x79\x50\x01\x84\x85\xd4\x67\x1d\xcf\x01\x33\x4f\x09\x9f\x90\x60\xf4\x88\x21\xed\x78\x80\xff\x2d\x33\xe2\xc5\x76\xb8\xd1\xfe\x3e\x32\xdb\x6e\xee\xec\xb4\x4d\xe8\x30\xdc\x71\x7e\xcf\x01\x8d\xea\xbb\x3f\xdf\x2c\x17\xed\xb3\xc0\x35\x63\xa3\xf4\xd4\xb5\xe5\x0e\xec\x5f\x8e\x5e\x55\xf0\x8b\xdd\x93\x76\xc3\x93\xdf\xc1\x62\xbd\xc2\x74\x68\xda\x09\x86\xca\x0b\x72\x9e\x0a\x94\xc4\x70\x39\x2b\x15\x52\x9a\x85\xf9\xea\x73\xf7\xd7\xe5\x6a\x13\x75\xef\xda\x4b\xa8\x76\xe0\x20\xb8\x18\x2f\x57\x9b\x22\x80\x30\x14\x3e\x46\xc7\xb1\x05\x24\x33\x86\x9b\x89\x69\x13\xac\x26\x41\x01\x5f\x36\x13\x06\x2e\x81\xf5\x35\x20\xd5\x4c\xb0\xad\x30\xb8\xe8\xd0\x83\x9a\x72\x19\x9e\x8b\xcb\x5e\x80\x51\x44\x1f\xfd\xfa\x8a\x8a\x91\x72\xc5\x11\xa4\x29\x75\xf7\x44\xbf\xab\xa4\x2c\x39\x44\x92\xac\x47\xe7\xb6\x4d\x9c\xe7\xf2\x93\xb6\xe4\x10\x69\x8f\x7c\x64\x38\xda\x9c\x23\xae\xad\x47\xae\x13\xa8\xb9\x30\x60\x6c\x6e\x8e\x3d\x6f\x51\xfe\x55\x5d\x25\xf4\xf0\x8d\xe0\x93\xee\xe1\x45\xf2\xc3\x02\xa8\xaa\xbd\x43\xcf\xfd\x50\x1b\x6a\x2c\xea\xab\x50\x7b\x80\x26\xa4\xb5\x7c\xe8\xfb\x4e\x36\x13\x68\x73\xc0\xf9\x32\xc0\x12\x33\x2b\x2a\xcb\x57\xfa\xaf\x4c\xf8\xda\xd2\x01\xea\xba\x3b\xcc\x9c\x94\xde\x55\x0e\x10\xbd\x33\x74\x9d\xc0\x25\xa8\x70\x49\x82\x83\x4e\x34\x2b\x4a\x8b\x69\x4e\xe0\xc2\x24\x11\xfd\xd4\xb5\x96\xa9\x48\x9c\x52\x23\xcc\xed\x04\xdb\xde\x7b\xee\xc9\x93\x98\xac\xa6\x1d\xef\xdb\x8b\x6f\x61\x9e\x58\xb4\xf0\x35\x6e\xa9\xb9\x75\xfd\x37\xb6\x0c\x20\x36\x00\xe8\xda\x4e\x9e\xed\x84\x44\xd0\xe3\x84\x72\xbe\x14\x94\xce\x9f\xcd\x04\x43\x55\x18\xe8\x51\x83\x87\xdb\xac\x69\xaf\x48\x56\x28\xda\x49\xf8\x5a\x29\xbe\xa2\xbe\x02\xa8\x96\xc9\x90\x33\x45\x1c\x0c\x5d\x7f\xa1\xb2\xc2\x81\xf4\x41\x6e\xab\xa6\xc0\x62\x26\x5b\xc5\x72\x69\x02\x48\x2c\xfa\xe6\xa5\xcd\x14\x0b\x3b\x22\xa6\xea\xce\xb4\x33\x6c\xab\x62\x12\x6a\x88\xa8\xd4\x49\x64\x22\x75\x25\x16\xe7\xd4\x7e\x26\x88\xf6\xa8\xba\x16\x43\x51\xa9\x89\x70\x06\x8a\x68\x64\xae\xaa\x31\xa0\x63\x3c\x97\x7f\x9b\xa1\x96\xfa\xaf\x28\x32\x94\x81\x55\x12\xdc\x20\x16\xae\x6b\xb2\x09\xc1\x94\xf3\x14\xe6\x34\x6b\xaa\x0c\x4c\xe7\x1e\x50\x3c\x63\xf0\x9e\x98\x35\x5d\x66\xd1\x9d\x19\x2c\x2f\xce\x88\x7e\xad\xda\xc5\xe6\x54\x5c\xe0\x4e\x16\x83\xe0\x05\x59\xb8\xd9\x01\xf5\xee\xc9\x76\x49\xdb\x85\x9b\x9d\x01\xad\xcc\x69\x72\xcc\x34\xb2\xb9\xdd\xcd\xf6\x5c\xb8\xc9\x84\xda\x61\x81\xbc\x69\x77\xed\x2a\xb7\x7f\xca\x84\xa4\x35\x7d\x93\x5a\x39\x23\xd7\x58\x7a\xf2\xd3\xc4\xbe\xad\x6d\xf3\x23\x9c\x10\xe6\x42\x1a\x63\xbb\x19\x56\xd3\x06\x0c\x74\xb6\x82\x3d\x45\x57\x69\xa1\x82\x0b\x12\xa0\x65\x79\xb1\x07\x7d\xfd\x37\x2e\xe8\x85\x7d\xe2\xbd\x68\xbf\xa3\xaa\x34\x94\x7f\x7b\xee\xde\x62\x85\x30\x74\x9d\xe6\x38\x06\x1c\x10\x02\x54\x9a\xf9\xda\x76\x82\x43\xb7\x37\x3a\xe3\xcb\x4d\x8a\xea\x78\xcb\x88\xa3\x08\x2e\x93\xb4\xd8\xf0\x63\xb7\x05\x9c\xd3\x2f\xe8\xc4\x9e\x96\x1a\x54\xee\x94\x01\x9d\x24\xee\xa8\x83\x86\xe7\x3d\x91\x4d\x33\xc5\xfb\xda\x7a\x9d\x22\xb7\x7d\x43\xe2\x46\xa9\x81\x13\xd5\x84\xa9\x93\x71\x3f\xa3\xd1\x6a\x13\x21\x64\x00\xf9\x40\xe9\x39\x12\x1b\xad\x86\x74\x8d\xc1\x9d\x75\x01\x29\x07\xbb\xa2\xd5\xa8\xce\x84\xb4\x41\x80\x33\x3c\xf4\xfc\xb1\x8d\x56\x63\x4e\x54\x0e\x46\x30\xe5\xb1\xca\x38\xbb\x9b\x31\xfe\x75\x87\xfb\xbd\x71\x5a\x8f\xbc\x46\xad\x81\xbc\xd9\xa1\xef\x60\x12\x97\x4f\xd5\x6a\xbe\xd0\xad\x73\x08\xf4\xd9\x28\x28\xc7\xf4\x63\x1e\x99\xac\x3a\x73\xf5\x86\xe9\xd8\xba\x4d\x3b\xc5\x30\x11\x5a\x6d\xda\x6e\xbb\x68\x7d\x77\xd2\x3d\x13\x5d\x0f\x43\x2d\x98\x58\x2a\x65\xab\x67\x1d\x21\x51\x90\x82\x8f\xff\xb5\x8b\xad\x74\x87\x1d\x4a\x04\x7d\x71\x5c\x82\x9d\xe3\x57\x74\x1b\x57\xdb\x24\xc6\xd6\x0c\x4d\x13\x03\x6d\xed\x20\x9a\xdb\x64\xae\xf8\xf0\x38\xee\x7e\x4d\xb9\x0d\x53\xd0\xc7\xd9\xca\xe3\xd8\x4e\x69\xce\x7b\x06\x39\x0c\x37\x8a\x65\x8e\x3d\xbf\xa2\xde\x62\xe4\xc8\x31\x9c\x65\xe7\x85\x48\x34\xfd\x16\x6b\xaf\x3a\xa6\x68\x35\x62\xbb\x54\x05\x17\x53\x85\x0b\x47\x2e\x8f\xc9\x3d\x03\x9e\x6d\xbf\x2b\x98\x4a\x63\x4c\x56\x74\xff\x23\xbe\xd5\x27\x16\xb4\x95\x2e\x70\x28\x68\x81\x64\x6f\xa7\x1c\x02\x5a\x22\x52\x59\xa5\xa4\x85\xd2\x8e\x71\x28\x74\xd4\xf9\xa6\x5b\x2b\x1a\xe4\xaa\xc2\x0f\x85\xa9\xf2\x90\x96\x88\x1a\xa5\x4e\x73\xd3\x81\xe6\xa8\x00\x9b\x41\x1c\x13\xf5\xa7\x42\xc2\x93\xcc\x4f\xbf\x5f\xa4\x60\xd8\xf9\x7a\x86\xc8\x8c\x22\x5a\x89\x0c\x7d\xcb\x0e\x79\xc2\xd0\x08\xd0\x19\x6e\x47\x2b\x11\x45\xaa\x82\xf3\xa0\x4e\xb3\xcc\x04\x87\x0a\xea\x05\x6a\xe9\xdd\x14\x0b\x0e\xd5\x4a\xe0\x93\xfa\x4e\xbf\xcd\xd1\x47\x8a\xcd\x32\xea\x8e\x31\x42\x7e\x4d\xc7\xe1\x51\xb6\xd3\xeb\x5f\x16\x1a\xfd\xee\x1e\x83\xc0\x54\xf3\xd4\x22\xcd\x79\x41\x2f\xa8\x1e\x75\xc3\x99\xa4\x00\x30\xa3\x4d\x88\xcc\xa5\x65\x1d\x17\x0d\xab\x91\x3c\xd1\xe6\xa7\x8e\xb4\xa2\x39\xeb\x03\xc7\x2f\xb9\x68\x35\x08\x0e\x22\x55\xea\xcc\xb4\xe6\xb8\x3b\x6b\x11\x2b\xd1\x94\x5c\x60\xa2\x29\x03\x3a\xbb\x71\xf1\x51\xeb\x18\xdf\xcc\xb1\x9c\x97\x44\x5f\x82\xcc\x09\xed\x15\x35\x17\x38\x4d\x60\xb9\x04\xd9\x9a\xa6\x6d\xb1\x7e\xe6\x1d\x73\x64\x67\x78\xe5\x69\xe8\xa6\x34\x1b\x10\xf0\x5e\x31\xe5\xda\xe8\xe8\xf4\xf4\x6c\xed\x45\x89\xac\xab\x49\x3e\xce\x23\xb2\xa3\x9e\x5f\x79\xb9\xc6\x23\x0f\xc0\x62\xc6\xa9\x4c\x2b\xaa\x2e\x04\xe8\x21\x93\xb9\x00\x87\x39\xd0\xd2\x8a\xb2\x0b\x9e\x1d\x6d\xa4\x5e\x6b\x66\x31\xad\xa8\xbb\x60\x99\x38\x0c\x18\x1d\x13\x44\x3b\x07\x4d\xdf\x79\x06\x8a\x39\xd6\xde\x5e\x1c\x65\x55\xe1\xcd\xc8\xfa\x0b\xaa\x4c\x5d\x4f\xe0\xd9\xdc\x7c\x7e\xb3\x12\x57\x14\x39\x60\xe4\x54\x72\xa2\x3a\x85\x1b\x84\x98\x61\xea\x87\xee\x17\x79\x42\x77\x0a\xa6\xb6\x39\x2c\x1c\xb6\xed\x69\xf3\xc4\x0c\x97\xd1\xf0\x04\xc1\xb4\x71\xf9\x46\xe3\xb0\x68\xa6\x38\x3b\x51\x85\x8e\xcb\x0f\x3d\x39\x8c\x5c\xbe\x4b\x20\xcf\x71\x0c\xaf\x96\xac\xf2\xea\x5e\x3b\xaa\xa0\xab\x18\x00\xa3\xf6\x1c\x92\x9f\xc7\x66\x20\x74\x12\x87\xf7\x82\xb6\xc1\xd3\x95\x1c\x90\x5c\x8b\x15\x10\xbb\xc4\xb3\x80\xf1\x86\xf5\x63\xe0\x66\x6b\x71\x0e\xf7\x6f\x71\x6c\x55\x15\x8f\x9a\x2b\x96\x1a\xa3\x5f\xc4\xd5\xed\xbc\xe8\xc2\xa5\x5e\x99\x32\x08\x0a\xd1\x57\x33\xc5\x43\xa3\x44\xa2\xe8\xa5\x38\x6b\xcf\x17\xd1\x4e\x89\x0c\x35\x42\x66\xce\x06\xc9\x88\xaf\x2e\xc5\xf2\x53\x8a\xe8\xda\xc6\x5b\xf2\x7d\x7e\xff\xde\x87\x1e\x75\xe8\xbe\xfb\xed\xbb\xee\xb5\xae\x75\xad\xff\x7f\x00\x00\x00\xff\xff\x58\x17\xbe\xdb\xc4\x0f\x10\x00"); -func RestoreAssets (dir ,name string )error {_bbd ,_dff :=AssetDir (name );if _dff !=nil {return RestoreAsset (dir ,name );};for _ ,_dag :=range _bbd {_dff =RestoreAssets (dir ,_c .Join (name ,_dag ));if _dff !=nil {return _dff ;};};return nil ;};func (_abff DeviceClass )String ()string {if _abff < 0||_abff >=DeviceClass (len (_ggf )-1){return "\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0028"+_d .FormatInt (int64 (_abff ),10)+"\u0029"; -};return _gc [_ggf [_abff ]:_ggf [_abff +1]];};type DeviceClass int ;func (_cd bindataFileInfo )IsDir ()bool {return false };var _eeg =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x67\x54\x53\x69\xbb\x7d\xce\x39\xe9\x85\x00\x09\x08\x48\x09\xbd\x19\x04\xa4\x04\x10\x29\xa1\x45\x54\x10\x91\x66\x23\x24\x21\x84\x12\x30\x24\x80\xbd\x21\x2a\x30\xa2\x88\x88\x80\x05\x64\x54\xc4\x01\x47\x47\x40\xc6\x8a\x28\xb6\x41\xb1\x77\x83\x0c\x02\xca\x38\x38\x8a\xa8\xa8\xdc\x15\xf8\x21\x77\xdd\x7b\xd7\x5d\xdf\x5a\xdf\xb7\x7f\xbc\x67\x9f\xbd\x9e\xe7\xac\x7d\xf6\xfb\x67\x03\x50\x6f\x01\x00\xa0\x00\x90\x26\x53\xc8\x23\x82\xfd\xd9\x31\xb1\x71\x6c\xe2\x0b\x40\x81\x01\x63\x10\x08\x33\x33\xe0\x7f\x02\xf9\x41\x3f\xde\x1f\x7f\xbb\xc3\x51\x9f\xde\x1a\xc7\x9f\xd7\xef\xd8\x75\xb6\x42\x62\xd5\x51\x48\xe1\x75\xfc\x2f\xbb\x13\xa1\x29\x12\x67\x0a\x01\x90\x00\x00\x10\x26\xc4\xc4\xc6\x01\x20\x87\x01\x80\x95\x10\x19\xc1\x03\x40\x4e\x03\x90\x68\x92\x09\x5c\x3e\x81\x8b\xd2\x44\x22\x00\xf2\x15\x00\xd8\x2c\x19\xdb\xa5\x84\xab\x77\x53\x95\x69\x52\x00\x8a\x48\xcd\xd3\xc4\x82\x4c\x00\x4a\x0e\x00\x58\x24\xa4\x64\x28\x00\x28\x95\x6a\x5d\x3e\x3e\x7f\x4c\xcd\x15\x62\x61\x12\x00\xa5\x0d\x00\x68\x59\x4a\xb1\x08\x80\xa2\xce\x65\x53\xb6\x42\x3d\x4f\x8d\x51\xcf\x08\x33\xe4\x6a\x9e\x0a\x00\xee\xc2\x24\x81\x08\x80\x5a\x03\x00\x53\xc6\xfd\x8f\x81\x9c\x19\x11\xec\xef\xec\xe8\xe4\xf2\xff\xfc\xf3\xbf\x0c\xf5\x9d\x8c\x33\x8b\xfd\x00\x8c\x5c\x80\xc6\x9b\x42\xa5\x3c\x6b\x5c\xc3\xa9\x0f\x3c\x50\x80\x01\x2c\xd0\x07\x63\x30\x07\x1b\xe0\x80\x33\xb8\x83\x17\xf8\x42\x20\xcc\x84\x30\x88\x84\x58\x58\x0c\x42\x48\x82\x34\x90\x43\x36\xac\x84\x75\x90\x07\x05\xb0\x0d\x76\x42\x39\xec\x83\x1a\xa8\x85\x7a\x38\x0e\x4d\x70\x1a\x2e\xc0\x65\xb8\x0e\xb7\xe0\x1e\x3c\x01\x15\xf4\xc0\x1b\x18\x84\x8f\x30\x82\x20\x08\x11\xa1\x23\x4c\x44\x1f\x31\x41\x2c\x11\x7b\xc4\x19\xe1\x22\x33\x90\x40\x64\x16\x12\x81\xc4\x22\xf1\x88\x04\x91\x21\x4a\x64\x25\xb2\x01\x29\x40\x8a\x91\x72\xa4\x0a\xa9\x45\x7e\x45\x4e\x21\x17\x90\xab\x48\x27\xf2\x08\xe9\x42\xfa\x91\x7f\x90\x2f\x28\x86\xd2\x50\x16\x6a\x84\x5a\xa1\x53\x51\x2e\xea\x87\x86\xa2\x91\xe8\x22\x54\x82\x2e\x45\x97\xa3\xb9\xe8\x56\xb4\x0c\xad\x46\x8f\xa2\x8d\xe8\x05\xf4\x3a\x7a\x0f\x55\xa1\x6f\xd0\x21\x0c\x30\x2a\xa6\x8b\x99\x62\x1c\x8c\x8b\xf1\xb0\x30\x2c\x0e\x4b\xc4\xe4\xd8\x6a\x2c\x1f\x2b\xc5\xaa\xb1\x7a\xac\x05\x6b\xc7\xee\x60\x2a\x6c\x00\xfb\x8c\x23\xe0\x98\x38\x36\x8e\x83\xf3\xc2\x85\xe0\xe6\xe3\x84\xb8\xa5\xb8\xd5\xb8\x42\x5c\x39\xee\x30\xae\x11\xd7\x86\xbb\x83\xeb\xc2\x0d\xe2\xbe\xe3\xe9\x78\x43\xbc\x3d\xde\x13\xcf\xc7\xc7\xe0\x25\xf8\x6c\x7c\x1e\xbe\x14\x7f\x10\x7f\x12\x7f\x09\x7f\x0f\xdf\x83\xff\x48\x20\x10\x74\x09\xd6\x04\x77\x42\x08\x21\x96\x90\x4c\x58\x41\x28\x24\xec\x21\x34\x10\xce\x13\x3a\x09\xdd\x84\x21\x22\x91\xa8\x4f\xb4\x27\x7a\x13\xc3\x88\x02\xa2\x82\x98\x47\xdc\x4d\x3c\x4a\x3c\x47\xbc\x4d\xec\x21\x7e\x22\x51\x49\x26\x24\x67\x52\x10\x29\x8e\x24\x23\xad\x27\x95\x92\x8e\x90\xce\x92\x6e\x93\x7a\x49\x23\x64\x4d\xb2\x25\xd9\x93\x1c\x46\x16\x91\x97\x91\x8b\xc8\x35\xe4\x16\xf2\x4d\x72\x0f\x79\x84\xa2\x45\xb1\xa6\x78\x53\x22\x29\xc9\x94\x75\x94\x32\x4a\x3d\xe5\x12\xe5\x29\xe5\x3d\x95\x4a\x35\xa3\x7a\x50\xe7\x52\xa5\xd4\xb5\xd4\x32\xea\x31\xea\x15\x6a\x17\xf5\x33\x4d\x9b\x66\x47\xe3\xd1\x16\xd2\x94\xb4\xad\xb4\x43\xb4\xf3\xb4\x47\xb4\xf7\x74\x3a\xdd\x8a\xee\x4b\x8f\xa3\x2b\xe8\x5b\xe9\xb5\xf4\x8b\xf4\xe7\xf4\x4f\x1a\x4c\x0d\x07\x0d\xbe\x86\x48\x63\x8d\x46\x85\x46\xa3\xc6\x6d\x8d\xb7\x0c\x32\xc3\x92\xe1\xc7\x58\xcc\x58\xce\x28\x65\x9c\x60\xdc\x64\x0c\x68\x92\x35\xad\x34\x79\x9a\x02\xcd\xd5\x9a\x15\x9a\xa7\x34\x1f\x68\x0e\x69\x31\xb5\x9c\xb4\xc2\xb4\xd2\xb4\x0a\xb5\x8e\x68\x5d\xd5\xea\xd3\x26\x6a\x5b\x69\x07\x6a\x8b\xb4\x73\xb5\x0f\x68\x5f\xd4\xee\x66\x62\x4c\x73\x26\x8f\x29\x64\x6e\x60\xd6\x30\x2f\x31\x7b\x58\x04\x96\x35\x8b\xcf\x4a\x66\x15\xb0\x7e\x61\x75\xb0\x06\x75\xb4\x75\x5c\x74\xa2\x74\x72\x74\x2a\x74\xce\xe8\xa8\x74\x31\x5d\x2b\x5d\xbe\x6e\xaa\x6e\x91\xee\x71\xdd\xfb\xba\x5f\x26\x19\x4d\xf2\x9b\x24\x9e\xb4\x65\x52\xfd\xa4\xdb\x93\x86\xf5\x26\xeb\xf9\xea\x89\xf5\xf2\xf5\x1a\xf4\xee\xe9\x7d\xd1\x67\xeb\x07\xea\xa7\xe8\x6f\xd7\x6f\xd2\x7f\x66\x80\x33\xb0\x33\x98\x6b\x90\x6d\xb0\xd7\xe0\x92\xc1\xc0\x64\xd6\x64\xaf\xc9\xc2\xc9\xf9\x93\x8f\x4f\x7e\x6c\x88\x1a\xda\x19\x46\x18\xae\x30\x3c\x60\x78\xc3\x70\xc8\xc8\xd8\x28\xd8\x28\xc3\x68\xb7\xd1\x45\xa3\x01\x63\x5d\x63\x5f\xe3\x64\xe3\x12\xe3\xb3\xc6\xfd\x26\x4c\x93\x19\x26\x52\x93\x12\x93\x73\x26\xaf\xd9\x3a\x6c\x3f\x76\x2a\xbb\x8c\xdd\xc6\x1e\x34\x35\x34\x0d\x31\x55\x9a\x56\x99\x76\x98\x8e\x98\x59\x9b\xcd\x37\x5b\x6f\xd6\x60\xf6\xcc\x9c\x62\xce\x35\x4f\x34\x2f\x31\x6f\x35\x1f\xb4\x30\xb1\x98\x6d\xb1\xd2\xa2\xce\xe2\xb1\x25\xd9\x92\x6b\x99\x64\xb9\xcb\xb2\xdd\x72\xd8\xca\xda\x2a\xda\x6a\x93\x55\x93\x55\x9f\xb5\x9e\x35\xdf\x7a\xb9\x75\x9d\xf5\x53\x1b\xba\x8d\x8f\xcd\x52\x9b\x6a\x9b\xbb\xb6\x04\x5b\xae\x6d\x8a\xed\x1e\xdb\x5b\x76\xa8\x9d\xab\x5d\x92\x5d\x85\xdd\x4d\x7b\xd4\xde\xcd\x5e\x6a\xbf\xc7\xbe\x73\x0a\x7e\x8a\xc7\x14\xd9\x94\xea\x29\x0f\x38\x34\x8e\x1f\x27\x8b\x53\xc7\xe9\x72\xd0\x75\x98\xe5\xb0\xde\xa1\xc9\xe1\xed\x54\x8b\xa9\x71\x53\xb7\x4f\x6d\x9f\xfa\xdd\xd1\xd5\x31\xd5\xb1\xc6\xf1\x89\x93\xb6\xd3\x4c\xa7\xf5\x4e\x2d\x4e\xff\x38\xdb\x39\x0b\x9d\x2b\x9c\xef\x4e\xa3\x4f\x0b\x9a\xb6\x66\x5a\xf3\xb4\x77\x2e\xf6\x2e\x62\x97\xbd\x2e\x0f\x5d\x99\xae\xb3\x5d\x37\xb9\xb6\xba\x7e\x73\x73\x77\x93\xbb\xd5\xbb\xf5\xbb\x5b\xb8\xc7\xbb\x57\xba\x3f\xe0\xb2\xb8\xe1\xdc\x42\xee\x15\x0f\xbc\x87\xbf\xc7\x1a\x8f\xd3\x1e\x9f\x3d\xdd\x3c\x15\x9e\xc7\x3d\xff\xf6\xe2\x78\xa5\x78\x1d\xf1\xea\x9b\x6e\x3d\x5d\x3c\xbd\x66\x7a\xb7\xb7\x99\xb7\xc0\xbb\xca\x5b\x35\x83\x3d\x23\x7e\xc6\xfe\x19\x2a\x1f\x53\x1f\x81\x4f\xb5\xcf\x4b\x5f\x73\x5f\x91\xef\x41\xdf\x5e\x3f\x5b\xbf\x64\xbf\xa3\x7e\x6f\xfd\x1d\xfd\xe5\xfe\x27\xfd\x87\x79\x9e\xbc\x55\xbc\xf3\x01\x58\x40\x70\x40\x7e\x40\x47\xa0\x76\xe0\xfc\xc0\xf2\xc0\xe7\x41\x66\x41\x92\xa0\xba\xa0\xc1\x60\xd7\xe0\x15\xc1\xe7\x43\xf0\x21\xa1\x21\xdb\x43\x1e\xf0\x8d\xf8\x42\x7e\x2d\x7f\x70\xa6\xfb\xcc\x55\x33\xdb\x42\x69\xa1\xf3\x42\xcb\x43\x5f\xce\xb2\x9b\x25\x9f\xd5\x32\x1b\x9d\x3d\x73\xf6\x8e\xd9\x4f\xe7\x58\xce\x91\xcd\x69\x0a\x83\x30\x7e\xd8\x8e\xb0\x67\xe1\xd6\xe1\x4b\xc3\x7f\x9f\x4b\x98\x1b\x3e\xb7\x62\xee\xab\x08\xa7\x88\x95\x11\xed\xf3\x98\xf3\x96\xcc\x3b\x32\xef\x63\xa4\x7f\x64\x51\xe4\x93\xf9\x36\xf3\x95\xf3\x5b\xa3\x18\x51\x0b\xa3\x6a\xa3\x86\xa3\x03\xa2\x8b\xa3\x55\x31\x53\x63\x56\xc5\x5c\x8f\x35\x88\x95\xc6\x36\xc7\x11\xe3\xa2\xe2\x0e\xc6\x0d\x2d\x08\x5c\xb0\x73\x41\xcf\x42\xd7\x85\x79\x0b\xef\x2f\xb2\x5e\x94\xb3\xe8\xea\x62\x83\xc5\xa9\x8b\xcf\x2c\x61\x2c\x11\x2c\x39\x11\x8f\x8f\x8f\x8e\x3f\x12\xff\x55\x10\x26\xa8\x16\x0c\x25\xf0\x13\x2a\x13\x06\x85\x3c\xe1\x2e\xe1\x1b\x91\xaf\xa8\x44\xd4\x2f\xf6\x16\x17\x8b\x7b\x13\xbd\x13\x8b\x13\xfb\x24\xde\x92\x1d\x92\xfe\x24\x9f\xa4\xd2\xa4\x01\x29\x4f\x5a\x2e\x7d\x97\x1c\x92\xbc\x2f\x79\x38\x25\x2c\xe5\x50\xca\x68\x6a\x74\x6a\x43\x1a\x29\x2d\x3e\xed\x94\x4c\x5b\x96\x22\x6b\x4b\x37\x4e\xcf\x49\xef\xcc\xb0\xcf\xc8\xcb\x50\x2d\xf5\x5c\xba\x73\xe9\xa0\x3c\x54\x7e\x30\x13\xc9\x5c\x94\xd9\xac\x60\x29\x32\x14\x37\x94\x36\xca\x8d\xca\xae\xac\x19\x59\x15\x59\x9f\xb2\xa3\xb2\x4f\xe4\x68\xe5\xc8\x72\x6e\x2c\xb3\x5b\xb6\x65\x59\xef\xf2\xa0\xe5\x3f\xaf\xc0\xad\x10\xae\x68\x5d\x69\xba\x72\xdd\xca\xae\x55\x7e\xab\xaa\x56\x23\xab\x13\x56\xb7\xae\x31\x5f\x93\xbb\xa6\x67\x6d\xf0\xda\xc3\xeb\x28\xeb\x52\xd6\xfd\xb1\xde\x71\x7d\xf1\xfa\x0f\x1b\xa2\x37\xb4\xe4\x1a\xe5\xae\xcd\xed\xde\x18\xbc\xb1\x2e\x4f\x23\x4f\x9e\xf7\x60\x93\xd7\xa6\x7d\x9b\x71\x9b\xa5\x9b\x3b\xb6\x4c\xdb\xb2\x7b\xcb\xf7\x7c\x51\xfe\xb5\x02\xc7\x82\xd2\x82\xaf\x85\xc2\xc2\x6b\x3f\x39\xfd\x54\xf6\xd3\xe8\xd6\xc4\xad\x1d\x45\x6e\x45\x7b\xb7\x11\xb6\xc9\xb6\xdd\xdf\xee\xb3\xfd\x70\xb1\x56\xf1\xf2\xe2\xee\x1d\xb3\x77\x34\x96\xb0\x4b\xf2\x4b\x3e\xec\x5c\xb2\xf3\x6a\xa9\x4b\xe9\xbe\x5d\x94\x5d\xca\x5d\xaa\xb2\x59\x65\xcd\xbb\x2d\x76\x6f\xdb\xfd\xb5\x3c\xa9\xfc\x5e\x85\x7f\x45\x43\xa5\x61\xe5\x96\xca\xe1\x3d\xa2\x3d\xb7\xf7\xfa\xee\xad\xdf\x67\xb4\xaf\x60\xdf\x97\xfd\xd2\xfd\x0f\xab\x82\xab\x1a\xab\xad\xaa\x4b\x0f\x10\x0e\x64\x1d\x78\x55\x13\x55\xd3\xfe\x33\xf7\xe7\xda\x83\x06\x07\x0b\x0e\x7e\x3b\x24\x3b\xa4\x3a\x1c\x71\xb8\xad\xd6\xbd\xb6\xf6\x88\xe1\x91\xa2\x3a\xb4\x4e\x59\xd7\x7f\x74\xe1\xd1\x5b\xbf\x04\xfc\xd2\x5c\xcf\xa9\xaf\x6a\xd0\x6d\x28\x38\x06\xc7\x94\xc7\x5e\xff\x1a\xff\xeb\xfd\xe3\xa1\xc7\x5b\x4f\x70\x4f\xd4\xff\x66\xf9\x5b\xe5\x49\xe6\xc9\xfc\x46\xa4\x71\x59\xe3\x60\x53\x52\x93\xaa\x39\xb6\xb9\xf3\xd4\xcc\x53\xad\x2d\x5e\x2d\x27\x7f\x77\xf8\xfd\xd0\x69\xd3\xd3\x15\x67\x74\xce\x14\x9d\xa5\x9c\xcd\x3d\x3b\x7a\x6e\xf9\xb9\xa1\xf3\x19\xe7\x07\x2e\x48\x2e\x74\xb7\x2e\x69\x7d\x72\x31\xe6\xe2\xdd\xb6\xb9\x6d\x1d\x97\x42\x2f\x5d\xb9\x1c\x74\xf9\x62\xbb\x5f\xfb\xb9\x2b\xde\x57\x4e\x5f\xf5\xbc\x7a\xea\x1a\xf7\x5a\xd3\x75\xb7\xeb\x8d\x37\x5c\x6f\x9c\xfc\xc3\xf5\x8f\x93\x1d\x6e\x1d\x8d\x37\xdd\x6f\x36\xdf\xf2\xb8\xd5\xd2\x39\xbd\xf3\xec\x6d\x9f\xdb\x17\xee\x04\xdc\xb9\x7c\x97\x7f\xf7\xfa\xbd\x39\xf7\x3a\xef\xcf\xbf\xff\xf0\xc1\xc2\x07\xaa\x87\xa2\x87\x7d\x8f\x52\x1f\xbd\x7b\x9c\xf5\x78\xe4\xc9\xda\xa7\xf8\xa7\xf9\xcf\x34\x9f\x95\x3e\x37\x7c\x5e\xfd\xc2\xf6\x45\x83\xca\x4d\x75\xa6\x2b\xa0\xeb\xc6\xcb\x79\x2f\x9f\x74\x0b\xbb\xdf\xfc\x99\xf9\xe7\xd7\x9e\xdc\x57\xf4\x57\xa5\xbd\x26\xbd\xb5\x7d\xce\x7d\xa7\xfb\x83\xfa\x6f\xbd\x5e\xf0\xba\xe7\x4d\xc6\x9b\x91\x81\xbc\xbf\xb4\xfe\xaa\x7c\x6b\xf3\xf6\xb7\xbf\x7d\xff\xbe\x31\x18\x33\xd8\xf3\x4e\xfe\x6e\xf4\x9f\xc2\xf7\xfa\xef\x0f\x7d\x70\xf9\xd0\x3a\x14\x3e\xf4\xfc\x63\xda\xc7\x91\xe1\xfc\x4f\xfa\x9f\x0e\x7f\xe6\x7e\x6e\xff\x12\xfd\xa5\x77\x24\xfb\x2b\xf1\x6b\xd9\x37\xdb\x6f\x2d\xdf\x43\xbf\x3f\x1d\x4d\x1b\x1d\x9d\xd0\x41\x1c\xf8\x81\x3c\xb6\x9b\x93\x87\x9b\x1b\xc7\x99\xe3\xc4\x0e\x10\x27\x0a\x94\xa9\x0a\xb6\xba\xd9\xf1\xd2\x53\xd3\x95\x72\xf6\xbc\x0c\x81\x50\xcc\xe6\xb0\xd5\x65\xe5\x3f\xd6\x53\x12\x76\x03\x34\x6d\x04\xd0\x7b\xfc\x43\x03\x80\xf0\xf1\xc7\x78\x27\x1b\x03\xf2\x7f\x7c\x0a\x9d\xb0\xb7\x17\x00\xd4\x5d\x6b\xd3\x0f\x2d\xbd\x1a\x80\x3b\x04\x80\x6d\xcb\x94\x4a\xc6\x34\x5e\x44\x24\x7b\x42\x0e\x9c\x08\x71\xa2\x58\x2e\x96\x09\xc5\xec\x28\xa9\x38\x5b\x2a\x93\xb0\x79\xe9\x32\x91\x54\x21\x4d\x97\xb1\xa5\x32\xf6\x7f\x8b\xe9\xdf\x1c\xc3\x84\x1c\x7e\x74\x63\x85\x38\x47\x31\xe6\x33\x3d\x63\x99\x5c\x2a\x49\x52\xb0\xf9\x32\x85\x58\x2e\x13\xa8\x1d\x09\x52\xc7\x6e\x47\xae\xf6\x98\x99\x2e\x57\x48\x95\x69\x53\xd8\xce\x8e\x4e\xae\x00\x99\x89\xd3\x9c\xc7\x93\xa2\x05\x00\xe0\x5f\x8c\x8e\xbe\xb7\x02\x20\x96\x00\x7c\x2b\x1a\x1d\x1d\xa9\x1a\x1d\xfd\x56\x0d\x80\x3d\x01\x38\xaf\xfc\xaf\x00\x00\x00\xff\xff\xd0\x13\x17\x99\xd0\x0b\x00\x00"); -func (_fc bindataFileInfo )Sys ()interface{}{return nil };func (_ff bindataFileInfo )Name ()string {return _ff ._ca };func _ge ()(*asset ,error ){_bbb ,_fcc :=_eb ();if _fcc !=nil {return nil ,_fcc ;};_fce :=bindataFileInfo {_ca :"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043",_fbd :1052612,_gd :_bf .FileMode (420),_bb :_ec .Unix (1171030956,0)}; -_df :=&asset {_fe :_bbb ,_bgb :_fce };return _df ,nil ;};func AssetNames ()[]string {_ac :=make ([]string ,0,len (_bac ));for _gff :=range _bac {_ac =append (_ac ,_gff );};return _ac ;};func NewISOCoatedV2Gray1CBasOutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_gfb ,_fca :=_dc (); -if _fca !=nil {return nil ,_fca ;};_eca :=_ae .NewCustomPdfOutputIntent ("\u0049S\u004f\u0020\u0043\u006fa\u0074\u0065\u0064\u0020\u0047r\u0065y\u0020v\u0032\u0020\u0031\u0043\u0020\u0042\u0061s","\u0049\u0053\u004fco\u0061\u0074\u0065\u0064\u005f\u0067\u0072\u0065\u0079\u0031\u0063\u005f\u0076\u0032\u005f\u0062\u0061\u0073","\u0054\u0068\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0067\u0072e\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020\u0062\u0061\u0073\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0065 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046O\u0047R\u0041\u0033\u0039\u004c\u002e\u0074x\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u0067\u0072\u0065\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0028\u0031c\u0029\u0020\u0069s\u0020\u0063\u006f\u006e\u0073\u0069\u0073\u0074\u0065\u006e\u0074\u0020\u0077\u0069t\u0068\u0020\u0049\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f\u0062\u0061\u0073\u002eI\u0043\u0043\u003a\u000a\u002d \u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0062\u006c\u0061\u0063\u006b\u003a\u0020\u0031\u0030\u0030\u0025\u000a\u002d\u0020\u0077\u0068\u0069\u0074\u0065p\u006f\u0069\u006e\u0074 \u0061\u0064\u0065q\u0075a\u0074\u0065 \u0074\u006f\u0020\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u0020\u0066\u006fr\u0020\u0061\u0020\u0063\u006f\u0072\u0072\u0065\u0063\u0074 p\u0061\u0070\u0065\u0072 \u0073\u0069\u006d\u0075\u006c\u0061\u0074\u0069o\u006e\u0020",_gfb ,1); -if _cdg :=_eca .SetSubtype (subtype );_cdg !=nil {return nil ,_cdg ;};return _eca ,nil ;};var _bac =map[string ]func ()(*asset ,error ){"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":_ge ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":_bbg ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":_ffb ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":_ag }; -func _eb ()([]byte ,error ){return _cf (_ded ,"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043");};func _ (){var _efg [1]struct{};_ =_efg [ColorSpaceUndefined -0];_ =_efg [ColorSpaceXYZ -1]; -_ =_efg [ColorSpaceLAB -2];_ =_efg [ColorSpaceLUV -3];_ =_efg [ColorSpaceYCBR -4];_ =_efg [ColorSpaceYXY -5];_ =_efg [ColorSpaceRGB -6];_ =_efg [ColorSpaceGRAY -7];_ =_efg [ColorSpaceHSV -8];_ =_efg [ColorSpaceHLS -9];_ =_efg [ColorSpaceCMYK -10];_ =_efg [ColorSpaceCMY -11]; -_ =_efg [ColorSpace2CLR -12];_ =_efg [ColorSpace3CLR -13];_ =_efg [ColorSpace4CLR -14];_ =_efg [ColorSpace5CLR -15];_ =_efg [ColorSpace6CLR -16];_ =_efg [ColorSpace7CLR -17];_ =_efg [ColorSpace8CLR -18];_ =_efg [ColorSpace9CLR -19];_ =_efg [ColorSpaceACLR -20]; -_ =_efg [ColorSpaceBCLR -21];_ =_efg [ColorSpaceCCLR -22];_ =_efg [ColorSpaceDCLR -23];_ =_efg [ColorSpaceECLR -24];_ =_efg [ColorSpaceFCLR -25];};func _ag ()(*asset ,error ){_aea ,_aa :=_ab ();if _aa !=nil {return nil ,_aa ;};_afd :=bindataFileInfo {_ca :"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063",_fbd :60960,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)}; -_gde :=&asset {_fe :_aea ,_bgb :_afd };return _gde ,nil ;};func (_dd bindataFileInfo )Size ()int64 {return _dd ._fbd };const (DeviceClassUndefined DeviceClass =iota ;DeviceClassSCNR ;DeviceClassMNTR ;DeviceClassPRTR ;DeviceClassLINK ;DeviceClassSPAC ;DeviceClassABST ; -DeviceClassNMCL ;);var _fa =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\000\xff\142\140\140\x5e\xe1\xe8\342\xe4\xca\044\xc0\xc0\x50\x50\x54\122\xe4\036\xe4\x18\x19\x11\x19\245\xc0\x7e\235\201\231\x81\x8f\101\224\101\210\x41\x3e\x31\271\xb8\xc0\x31\040\xc0\x87\201\x81\x81\041\057\x3f\x2f\225\001\x15\x30\x32\x30\x7c\xbb\x06\x22\x19\x18\056\353\x80\xcc\142\x20\x0d\260\044\x17\x14\x95\060\x30\x30\x6c\x61\x60\x60\360\x4b\111\x2d\x4e\146\x60\140\x64\141\x60\x60\x68\054\x2f\051\050\x61\140\x60\xec\x60\140\x60\020\311\x0e\x09\x72\x66\x60\x60\x9c\xc3\300\xc0\304\123\222\132\x01\x52\xcf\x90\x94\x58\xec\xe9\xec\x9c\x9f\x93\x5f\xa4\xa0\xab\340\234\137\120\131\x94\231\236\x51\xa2\240\x91\254\251\x60\144\x60\140\xae\x00\x91\x0a\316\xcf\x29\x2d\xc9\314\xcf\x2b\xd6\x51\160\314\xc9\x51\x08\x02\251\x29\x56\x08\112\x2d\x4e\x2d\x2a\x4b\x4d\xd1\x63\x60\x60\x80\330\011\006\xea\x9e\xc1\xfe\x0a\xce\xf9\x89\x25\xa9\051\x0a\145\x46\x0a\272\x0a\xee\101\xae\221\x0a\x86\311\x0a\272\x0a\x1a\010\xeb\x34\x49\xf4\x21\x11\x00\x14\xe6\x10\xd6\015\x17\x06\206\x07\xbe\x0c\x0c\xfb\x6e\x25\x97\026\225\x41\xc4\x18\031\xd8\x94\330\222\xd8\x16\xb1\075\x67\327\146\x2f\142\xdf\xcd\xc1\xc6\x11\xc2\xb1\204\xe3\043\xa7\x0b\xe7\x34\316\x57\x5c\x8e\x5c\x33\xb8\x3e\x72\xfb\x70\x2f\347\x61\xe5\x49\345\x39\312\xab\xc9\333\xc7\xfb\211\057\232\xef\010\277\x2e\xff\x6c\x01\x0e\201\012\201\x57\x82\x31\x82\027\x85\xdc\x85\x0e\x08\333\x08\357\x14\x31\x17\xd9\x29\152\x2d\272\x5f\xcc\115\354\xbc\x78\x94\370\x53\x89\x62\x49\x66\311\x09\122\112\x52\233\xa4\335\244\x6f\xc8\344\xca\xfc\227\x9d\x2c\247\x25\167\x50\076\x4a\xfe\223\102\xb7\xa2\xa6\342\x31\245\x34\x65\066\xe5\x55\x2a\xfe\x2a\x3f\124\027\250\xf9\xa8\xfd\x54\137\xad\x11\xab\051\xa4\x79\x4c\253\x5e\333\x4a\373\xbb\316\166\xdd\112\075\x6b\xbd\xff\372\xc7\014\xfa\x0d\xa3\214\324\215\076\x1b\x1f\x35\x99\x62\x9a\x69\146\x6b\x2e\154\xfe\xca\xe2\xb0\345\x1c\xab\x4a\xeb\x10\x1b\x23\x5b\101\333\x8f\x76\027\xed\xb7\072\x4c\x77\xac\164\x8a\x76\xb6\x77\121\x76\xe5\x70\x7d\xe3\x76\xc9\175\xa7\xc7\002\317\x0e\xaf\x42\xef\050\037\x77\x5f\x63\x3f\x05\x7f\x5e\xff\277\x01\x6f\003\x1f\x06\x5d\x0e\076\x19\162\x20\x74\x77\330\266\xf0\x6d\021\x9b\043\x77\x45\xed\x8b\x3e\x1e\x73\x29\xf6\176\334\233\370\x7f\x89\x02\x49\052\311\xd6\x29\041\xa9\131\x69\xed\xe9\013\x32\x0e\144\xde\xcd\372\x9b\x23\x93\353\x90\x97\x94\xdf\x56\260\xa2\xf0\x4c\xd1\xc7\x12\xc9\122\xeb\xb2\244\362\266\212\065\x95\227\253\xfe\324\x28\xd5\372\326\x95\xd5\x2f\x6e\x38\xd7\xf8\xbb\x59\xb3\x25\xa2\xb5\xa3\x6d\x4f\xfb\233\x4e\xa5\xae\260\xee\xde\x9e\303\xbd\377\xfa\xcd\047\x94\114\134\x3f\xe9\343\x14\x83\251\xe5\xd3\x76\317\x60\x9c\xe9\x35\153\352\354\x47\x73\x8d\346\065\xce\277\xba\x50\x6b\x51\313\342\xbb\x4b\xad\x96\315\130\376\x73\145\xe4\xaa\xbd\x6b\xe4\327\xb6\256\x7b\xb9\xc1\x77\xe3\306\xcd\x62\x5b\xca\xb7\336\334\x6e\xb9\143\xc6\xce\xaf\xbb\103\xf7\154\xda\047\xb4\x3f\377\xc0\305\x43\x06\207\xa7\034\xf9\x76\054\346\xf8\xe1\223\x7a\247\x66\237\xe1\070\133\x71\xee\xcd\x85\xd8\213\127\x2e\x7b\x5d\x39\172\xcd\341\xfa\xde\x9b\x56\xb7\xf6\xdc\xb1\xb9\x7b\xe8\xbe\xcb\203\063\x8f\002\x1e\337\x7c\x9a\364\xec\xe3\x8b\x9a\127\xdc\xaf\xa7\xbd\325\x78\xb7\xfd\203\xe7\xc7\333\x9f\x8b\xbf\xf2\x7d\x5b\367\xc3\xe9\347\xc5\337\121\x7f\x9e\376\x2b\370\xff\037\020\x00\x00\xff\xff\x15\x23\x9e\306\250\x03\x00\000"); -type ProfileHeader struct{Version string ;DeviceClass DeviceClass ;ColorSpace ColorSpace ;};func _ab ()([]byte ,error ){return _cf (_ga ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063"); -};func _bbg ()(*asset ,error ){_ba ,_fde :=_dc ();if _fde !=nil {return nil ,_fde ;};_dcd :=bindataFileInfo {_ca :"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063",_fbd :936,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)}; -_af :=&asset {_fe :_ba ,_bgb :_dcd };return _af ,nil ;};func _ (){var _dfcg [1]struct{};_ =_dfcg [DeviceClassUndefined -0];_ =_dfcg [DeviceClassSCNR -1];_ =_dfcg [DeviceClassMNTR -2];_ =_dfcg [DeviceClassPRTR -3];_ =_dfcg [DeviceClassLINK -4];_ =_dfcg [DeviceClassSPAC -5]; -_ =_dfcg [DeviceClassABST -6];_ =_dfcg [DeviceClassNMCL -7];};var _ddc =&bintree {nil ,map[string ]*bintree {"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":&bintree {_ge ,map[string ]*bintree {}},"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":&bintree {_bbg ,map[string ]*bintree {}},"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":&bintree {_ffb ,map[string ]*bintree {}},"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":&bintree {_ag ,map[string ]*bintree {}}}}; -func _bfd ()([]byte ,error ){return _cf (_eeg ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063");};var _ga =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xb5\x65\x54\x22\x6c\xf4\xf6\x8b\xd3\xe1\x84\x13\xce\xcc\xe3\x84\x93\x3a\x76\x2b\x8a\xa0\x20\x25\x4a\x1a\xa8\x28\xa2\xa0\x18\xa0\x82\x8a\x89\x81\x62\xa1\xa2\x60\x27\x16\x88\x8a\x81\xdd\x35\xc6\x74\x3d\xd3\xdd\xdd\x9d\x67\x3d\xff\x73\xd6\x59\xe7\x7c\x79\xdf\xf5\xee\x0f\xf7\xde\xd7\xbd\xee\xbd\xf7\xbd\xae\x2f\x3f\x00\xe0\x8d\x2e\x00\x00\x00\xac\xd2\x05\x00\xb8\xd1\xb4\x60\x22\x12\xaa\xeb\x46\x0b\xd2\x5d\x7b\x15\xb0\x16\xb0\x07\x00\x00\xac\x06\x1c\xa5\x05\x73\xa3\x01\xff\xcb\xf8\x72\x05\xa0\xf1\x5f\xbe\x64\xfc\xdf\x69\xe5\x65\x30\x55\xe5\x76\x66\x0d\xcb\xc8\xfb\xe0\xf9\x2b\x22\xff\xff\x75\x2f\x60\x3d\x9d\xc1\x0d\x06\x00\x00\xef\x00\x00\x40\xbc\xb3\x05\xd4\x0c\x00\xd0\x60\x02\x00\xb1\x5b\x9d\x2d\xa0\xe6\x00\x40\x5c\x02\x00\xa0\xd1\x0f\xb5\x70\x36\x03\x00\x78\x46\x00\x40\xac\x15\xd4\xc2\xd9\x1c\x00\x78\x19\x08\x00\x68\xfc\xe2\x84\x85\x9a\x01\x00\xaf\x29\x00\x00\x40\x93\x17\x1b\x1d\x0b\x00\xbc\x66\x02\x00\x80\x1d\xc1\xd1\x9c\xff\xea\x94\xff\x66\x06\x33\x69\x74\x00\xe0\xf5\x27\x00\x00\x60\xc4\x8a\x8c\x0b\xfe\x7f\xf6\xfe\xf7\x63\x4d\x06\xdb\x93\x04\x00\x00\x7c\x01\x00\xc0\x5e\x00\x17\x40\x04\x20\x01\x50\x80\x2e\x20\x1e\x60\x05\xd0\x05\xa0\x01\x30\x00\x0c\xa0\x0b\x88\x06\x70\x00\x0c\x40\x08\x80\xf1\x3f\x99\x0d\x08\x06\x30\xfe\xe7\xf6\x3f\xfd\x5f\x1d\x0d\x88\x05\xc4\x01\x68\x80\x48\x80\x2e\x20\x0c\xc0\x06\xc4\xfe\xcf\xab\x58\x80\x2e\x20\x08\xc0\x00\xc4\x02\x68\x00\x00\xcb\x19\xfa\x3f\x3e\xaf\x5c\xf9\x3f\xbb\xff\xab\xf1\x00\x00\x20\x1d\x00\x00\xf4\x00\x00\xdc\x57\xd1\x34\x0e\xed\xff\x75\x44\x03\x00\xf8\xdf\xe9\xff\xdb\xef\xff\x4f\xfc\x6f\xf4\xff\xe9\x7c\x2d\x2d\xad\xff\x5f\xff\x0a\x00\x00\xb0\xf6\x6b\x7a\x7a\x7a\xfa\xda\x91\xac\x02\x5e\xe2\x3a\x68\x2e\x91\xdd\xbc\x9e\x26\x72\x65\x9c\xd3\x4c\x12\x7b\xf8\xdf\xd8\x5c\x23\x8d\xf2\x8a\xd7\xc2\x57\x16\xe3\xb6\xed\xb4\xab\x25\xa2\x6e\xec\xd1\x68\x78\x00\xcd\xd7\x59\x6e\xea\x70\x7c\xbd\xdf\xa5\xe5\xab\xfd\x5a\xdd\x17\x6d\x9f\x6d\xb0\x87\x47\x14\x4b\x16\x45\xc7\x20\xca\x32\x93\x41\x7d\x49\x67\xbe\x01\xc0\xe8\x1f\x15\xfe\x68\xbf\xe9\xf9\x9e\x95\x07\x54\xeb\xab\x12\xd6\x08\xc9\x9b\xcd\x92\x2a\x52\x42\xb7\x3c\xe7\xdf\xe2\x1e\xd6\x9a\x16\xd8\x85\x33\xb6\x7f\xcd\xf1\xa6\xf5\x68\x77\x88\x0c\x7c\xc4\x7b\xdc\xc4\x6a\x82\x64\xef\x3e\xe9\x2d\xd7\x85\x03\xb4\xca\x3e\x17\xff\x43\xef\x6a\x8f\x81\x1f\x1f\x5b\x5f\xff\xce\xfe\x83\xbe\x44\x06\xb5\xc5\x1b\xfc\x68\x76\xb6\x9c\x35\x96\xb6\x6e\x33\xc3\x9a\x25\xb5\x3d\x30\x72\xb2\x4c\x51\x54\xe8\x93\x6c\x10\x4a\xad\x23\x23\x3b\x1a\xa3\x7e\x17\xf0\xb5\xb7\x71\x08\x99\x76\xbb\x8a\xe2\xf2\x12\x86\xf7\x38\x27\x16\x46\x91\x75\xfc\xf8\x2e\x21\x2b\xf7\x95\x08\xf4\xfd\x4d\x74\x57\xe4\x12\x3c\xee\x1d\x7a\x23\xfa\xee\x1e\x76\x74\x40\xfc\x13\xf1\x5b\xff\xaa\xf4\x8e\xd3\x1d\xc3\xd7\x95\x2b\x40\x29\x26\x2f\xab\xdf\xda\x35\x99\x1b\xd7\x59\x59\x4d\x5b\x65\x34\xee\x35\x67\xd9\x82\x9a\x00\xc6\xb7\xec\x77\x37\x2b\x0d\x02\x41\x2f\x5a\x81\xc7\xbe\xed\x97\x86\xc6\x95\x64\xee\x6f\x09\xcb\xcd\x3d\xb8\xff\x61\xc4\x63\xbe\x5a\xd7\x3a\x7a\x4d\x6c\xd7\xc1\xbb\xb1\xfb\x22\x0e\x1d\x09\x49\xdc\x46\xbb\xa5\xe7\x96\xb6\xda\x47\xfb\x78\x66\xd6\x0e\xfc\x88\x11\x32\xb7\x0c\xfd\xd5\xe4\xb9\x68\x10\x76\xc9\xfc\xa4\x38\x0f\x5c\x6e\xa5\x90\xcc\xd9\x1b\xdb\xd4\x97\x43\xad\x6f\xdb\x1f\xac\x1a\xb0\x08\x72\x54\xd4\x01\x4c\xb5\x9d\x14\x0d\xd6\x86\x93\xb0\xc0\x46\xb5\x7e\xcc\xf1\x07\x54\x62\xc5\xa8\x81\x7e\xa0\xb8\xe8\xaf\x1e\x85\xe6\x95\xf5\x5d\x7f\x0b\xc3\x2c\x39\x5e\xbf\x30\xcc\x2a\xfa\xb7\xe1\x30\x5b\x1d\xca\x37\x59\xc9\xfd\x13\x60\x64\x36\x9a\x64\xec\x19\x6c\x09\x4e\x1b\x72\xf7\xb5\x3e\x93\xb5\x0b\xf1\xc4\xb6\x22\xe7\x8d\x13\x01\x58\x5a\xc0\x72\xa8\x04\x6d\x29\xfa\xd7\xd6\xc5\x89\x2d\xd9\x69\xb5\x0d\x96\x59\xce\x30\xe3\x21\x3c\xaa\x56\x1b\x6f\x47\x6b\xd7\xa0\x8e\xf7\xd9\x10\xbc\xea\x1a\x22\xac\xcd\xbd\xcb\xcb\xe5\x96\xf7\xc9\x13\x85\xa3\xe6\xad\xbe\xaf\x05\x25\x66\x33\x01\x06\x09\x0a\x0b\x4e\xf0\x36\xd6\x37\x6b\x5b\xe6\x14\x7d\x97\x1d\x92\xfd\xcb\x4f\xd3\xde\x23\xf6\x32\xf1\x38\xe8\x7a\x92\x97\xeb\x0f\x70\x3c\xff\xa2\x0b\xd7\xf9\xa1\xe0\x1d\x44\xd7\x65\x55\xce\x5f\x7b\x57\x64\xb4\xc8\xca\xc6\x07\xfd\xab\x78\xda\x02\xef\x16\x57\x7a\xc1\xa4\x1c\xb7\xb7\x4c\x60\xb8\xd9\x59\x8e\x35\x69\x7b\xe6\x2c\xc0\x6d\xae\xef\x84\x8c\xe1\xfa\xcb\x3e\x3a\x72\xf0\x4d\xa2\x34\xe0\x27\x62\x60\x46\x9d\xbd\xc4\x7b\x4b\xbc\x29\x48\xed\xbf\x39\x7c\x14\x62\x1c\x6c\x15\x38\xe5\xbc\x27\x2c\xc0\x7b\x0b\xec\x76\xd4\x02\xee\x08\xc2\x26\x8e\x8a\xb2\x40\x6b\x24\x5d\x82\xee\xc2\x3c\x4e\x3f\xe8\xe8\x80\xa5\x67\x09\xed\x3a\xf0\x57\x73\xe3\xad\xc2\x49\xc7\x0a\xbe\x98\xb9\x7b\xbe\x28\xb6\x34\xe2\xba\x7f\x41\x68\x75\xd7\xba\xfd\x46\xf8\xcb\x2d\xdc\x56\x23\x96\xea\xcf\xa3\x5b\x90\xee\x65\x83\x70\x11\x72\x5d\xc1\x65\xf8\x6e\x8c\x59\xba\xd0\xa5\x07\x8f\xe5\xc6\x22\xd4\x5e\x5f\x43\xcb\x51\xe7\xfc\x27\x28\x6f\x31\x3e\x74\x92\xc7\x46\xf7\xcb\xe1\xc3\x6e\x19\x78\x4c\xf4\x67\xf8\x2f\x92\x61\x7c\x39\xe4\x9a\xd7\xde\xe4\x4b\x0e\x01\x64\x4e\x3a\xcf\xe6\xa9\xaf\x30\xcb\xce\x42\x44\xb9\x9a\x33\x63\xe2\xe5\x77\x13\xac\x18\x6c\xa7\x40\x20\x8b\xaa\x13\x3e\x13\x10\x0f\xb9\x86\xd7\x67\x70\x7b\x83\x16\x91\xe1\x18\x5f\x96\x86\x2f\x85\xfc\xca\xf7\xc7\xbe\x82\x41\x53\xff\xe0\x0e\xa1\xee\x46\x3f\xc1\x13\x09\xbb\x83\xc7\x48\x06\xe4\x1c\x9f\x07\x9e\x43\x54\x57\x82\x2d\x99\xc4\xb8\xe9\x8a\xf1\x5d\x88\x3c\x04\x9b\xf6\xff\xc1\x01\x82\x89\x81\x38\x1e\x1c\x58\x17\x44\x4f\xfe\x6a\xbd\x96\x8e\x4b\xc7\x9b\x45\x85\x1d\x07\x12\xc7\x77\x31\xf3\x80\xfb\x06\x4c\x43\x15\x76\xa7\x55\x28\xc6\x7a\x5b\xa8\x5c\x9f\xc6\xb6\xde\xd2\xb0\xe4\x3f\x6b\x6d\x53\x66\xe7\x17\x6b\xf3\x21\xef\xbc\xef\x11\x7b\x59\x4a\xb2\xef\x6e\xe8\x12\x7b\x07\x65\x9d\x1b\x3f\x70\x34\xc0\x80\xf4\xd8\x1b\x43\x5b\xe5\x5b\x8d\x0b\x0c\x6a\xa5\xad\x40\x61\x19\x7d\xa1\x59\x50\x57\x26\x97\xd5\x0d\xba\x1a\x2e\xe2\x3c\xb1\xbd\x18\x49\xe1\x89\x2c\xee\xc6\x57\x5a\x2f\x4e\x07\xc6\x0d\x5a\xaf\x1b\x29\x8d\x95\x59\x1d\x56\x67\x70\xf2\x2c\x82\xba\x9c\xa3\xb6\x99\x74\xb4\xfd\x64\xd5\x1b\x5d\x69\xcc\x61\x46\xeb\x4d\x94\x7f\x0d\xb1\x31\xc1\xe6\xf6\xd0\x1b\x2c\xed\x93\x80\x8c\x37\x8e\xd8\x08\x6e\xa8\x23\x62\x39\x40\x19\xc6\xc7\x7e\xf1\xdc\x1b\x7e\xd3\x93\xe2\x7e\x98\xe5\x4c\xf1\x44\xfc\x1b\x75\x2d\xe8\x86\xd3\x22\xa7\x39\xcc\xc4\x21\x38\x76\x89\x7d\xc2\xfa\x41\xa6\xbb\xa5\xd3\x2c\x3a\x53\xcb\xa2\x6b\x3c\x21\x83\x65\x1e\x36\x64\x95\x1e\x6e\xaa\xec\xdb\x9d\x7a\xc5\xd8\xaa\xd3\x28\xe9\x9c\xc1\xed\xd6\x70\xde\x75\xfd\xd5\xf5\x69\xb1\x86\x47\x63\xa5\xa0\x98\x56\xbd\x0d\x39\xfc\xe8\x9b\xa6\xb6\x09\x80\x18\x43\xbb\x1d\xcc\x01\x0e\x05\xaa\x4d\x11\x72\xef\xa3\x7f\x12\x2f\xc7\x1f\x21\x8c\x62\xce\x24\x44\x90\xe7\xe0\xea\xa4\xd3\x54\x26\xe4\x6c\xca\x24\x83\x02\x3c\x25\xa2\x9a\x2b\xe7\x64\x22\x9c\x79\xd8\xe4\xba\x82\x05\xb3\xf5\x23\x36\x79\xf5\x46\x25\xfd\x63\x79\x0c\xc3\x4f\xdd\xf7\x84\x49\xc7\xa3\xdb\x6b\x32\x15\x47\x8b\x9b\x69\xe9\x85\x47\x1e\xd6\x40\x53\x31\x87\x11\x25\x3b\x93\xd3\x8e\xea\x64\x1d\x4f\xf8\x71\x6c\x3c\xf6\x6a\xd2\x26\x8b\x48\x46\x64\x22\xc7\x61\x96\xcc\x49\x99\x80\x2f\xe2\x33\xf8\xf7\xdc\x51\xe8\x8e\xcc\x45\xcf\x10\x17\x46\xd6\x1d\xca\x3a\xc7\x97\xd2\xdf\x66\xce\xf3\xf3\x65\xfa\x66\xf0\x29\xb4\xf4\xa5\x29\x76\x74\x54\x2a\x30\xd1\x19\x84\x49\x5e\x1a\x75\xf5\x9e\x2a\x15\x1b\x1e\xec\xcc\x10\xd3\x8f\x1f\x68\x2b\x2e\xca\xd3\x7b\xda\xc8\x2d\x30\x38\x7a\xaa\xa2\x22\xc7\xe1\xf0\xfa\xc2\x56\xe1\x9d\x63\xb4\x0c\xed\xec\x5e\xfd\x14\x4e\x6b\xd6\x9c\xf9\xef\xe0\xc7\x39\x87\x1c\x6d\x7c\x80\x79\x18\xf8\x39\xc2\xa1\x02\x81\xdb\x55\x57\x48\xa1\x27\xc9\x0e\x96\x59\xfb\xca\xa4\x78\x61\x57\x1d\xc3\xe4\xe3\x74\x51\x1d\xc5\x24\x78\x7c\x53\xdd\x01\xe3\xb2\xa1\xee\xda\x73\x46\x4a\x35\xae\xf6\xb8\x61\x85\xaa\xab\x3a\xdc\xe0\x90\xe2\x6d\x65\xad\x7e\x59\xb3\x75\xb9\x4a\xcf\xb1\xb6\x54\x3a\x79\x2c\x53\xba\x49\xa2\x7b\xec\x5a\xde\x8f\x52\xb4\xfe\x6b\xfe\x96\x12\x43\xc3\x99\xe8\xd4\x92\x10\x6b\xbd\xe0\x97\xa5\xa7\xc1\x9a\x3e\xa1\x12\x19\x7c\x0d\xfe\x64\x59\x2e\xa6\x02\xad\xd7\xa2\x34\x82\x2f\xa6\xb4\x82\x8c\xee\xcc\x3c\x6f\x75\x35\x22\x4c\x78\xb4\x1e\x34\x14\x0e\xff\x6a\x79\x64\x20\xed\xef\x6b\xa9\x3d\xde\xd8\x13\xd4\x2c\xd7\xff\xb7\x63\x4f\x53\x84\xde\xa7\xd6\xee\xc6\xbb\xc7\x7e\x35\x02\x1b\xec\x8f\x9d\xab\x94\xd5\x09\x8f\x99\x88\x67\x6a\xe3\xf5\x46\x84\xf1\x35\x4f\x0c\x2a\x92\x8d\x6b\x78\xa6\xfe\x51\x9b\x6a\x06\x6c\xd4\xc1\xff\xd4\x0a\xc0\x24\xf2\xed\x3a\x9c\x0b\x13\x7f\xa4\x8b\x74\x5c\xb5\x34\xd6\xa5\x34\xd8\x35\x07\xee\x12\x1d\xcf\x9f\x2c\xe8\xca\xd6\x87\x8c\xfa\x76\x85\xe9\xe9\x0e\xae\xe8\x0a\x3b\x3a\xd8\x7b\xae\x0b\x72\x64\xa2\x4b\xa3\xcb\xe4\x70\x9b\xfc\x42\xd7\x86\x43\xf9\x4d\xa3\x9d\xfe\x87\x74\x6b\x3b\x95\xf7\x0f\xe5\x94\xe9\x28\xea\x0f\x07\x15\xee\x68\x63\x1e\x7d\x22\x38\xd2\x6a\x65\x00\x4e\x18\x6a\x35\x33\xc5\xb1\x09\xad\x86\x36\x5a\x41\xa7\x5b\xad\x1d\x93\xbd\x7f\xae\x8b\xc8\xa9\xc9\x36\xdf\x38\x98\xff\x22\x99\xb4\x89\x57\xf8\x82\x33\xb7\x65\xb9\x84\x18\x8e\xd6\x3a\x2b\x1d\xa5\x3d\xdf\xa1\x5b\xa9\xf2\x85\x68\xdf\xab\x4d\x20\x46\xfe\x73\xbc\x51\x0f\xd3\xb9\xf7\x4f\xb3\x07\xfc\xf2\x01\x55\x9b\xa6\x13\xfe\x90\xb9\x02\x0a\xc2\x1e\xf9\xa1\xdc\x69\x17\xa5\xb7\xd4\x71\xd2\xaa\xd3\x60\xa9\xcb\xcd\x5c\xcb\xf8\x62\xb7\x86\xd1\x09\xb3\x77\x3d\x72\xfd\xa3\x96\x53\xbd\x6f\x8e\x28\xb6\x9d\xe2\xbf\xcd\x9b\xd7\xde\xf4\x1f\x31\xb5\x17\xb3\xca\x78\x51\xbb\x0f\xe7\xc2\xd8\x09\xff\xc0\x45\x44\x46\xe1\xde\x0e\xb1\x98\xf2\x67\x7f\x96\xb4\xd3\x73\xd5\x41\x9d\xca\x52\xf7\xfa\x23\x9c\x5a\x34\x12\xa7\xbf\xa2\xe1\xbe\xd3\x49\x03\x5c\x13\x1c\x74\xd7\xa8\xb7\xc5\x1f\x08\x36\xb5\x69\x03\x5b\x8f\x98\x7f\x92\x7f\xb4\x40\x5a\xdd\x6b\x2f\x36\x69\xb3\x3d\xd5\xb1\xc9\xe0\x85\x7d\x6b\x67\x80\x5e\x9c\x8e\x0f\x4f\xab\x48\xba\x4f\x37\xe1\x7e\x76\xcb\xfe\x0f\xc9\x36\x29\x43\xba\x8b\x69\x1b\xb8\xd4\x43\x24\x01\x36\xfc\xc0\x91\xad\x39\x05\x81\xef\x8f\x61\x44\x44\x72\x99\x7e\x91\xb8\x02\x1f\x62\x68\x26\x2d\x72\xdd\x6b\x72\xa8\x92\x09\xab\x34\x37\xab\x99\x04\x3b\x5b\x69\xd6\xe7\xd8\x07\xdb\x54\x35\x7e\xb0\x39\x03\xfc\xa7\xe9\x87\xa5\x8f\xc3\x42\xcb\x39\xd3\x67\x60\x69\x1b\xca\xa8\xc4\xd9\x59\x5e\x76\x1c\x7d\x94\x15\xb5\x59\x0a\x38\x36\x17\x3d\x55\xb0\x5f\x6f\x9e\xa3\xca\xf4\xd3\xbf\x18\x37\x9d\xf0\xcb\xc0\x38\x31\x3c\x2a\xcb\x08\xc5\xf7\x08\xd9\x68\xb2\x55\x60\x41\x79\x65\x7a\x35\xe7\xb9\x07\xc7\xc2\x5f\x64\xe7\x6e\x63\xed\x20\x4e\x44\xee\xb5\xbd\x2f\x65\x3a\x89\xec\x0b\x2a\x6a\x41\x76\x8e\x96\xd5\x0a\x3b\x04\xe4\x5d\xdd\x88\x55\x2e\xb4\xad\xd1\xc6\x1c\x00\x37\x95\x75\x1a\x8f\x22\x27\x9a\x37\x1a\xb0\x4c\x07\x43\xde\x56\xdb\x9b\x6b\x85\xbe\x2b\x69\x37\x8f\x0d\xbb\x93\xab\xb6\x70\x8a\xdc\x96\x36\x6a\xc9\x8d\xde\x10\xe7\x63\xc5\x88\xdd\x14\x71\xd9\x46\x27\xe1\x52\x10\xc7\x8e\xcc\x27\xfb\x94\xda\x5b\x09\x2c\x09\x16\xa0\xac\x9c\x61\xd7\x6a\x88\x8d\x88\xe8\xb2\xc1\xf9\x8d\x38\x18\x9c\xe8\x72\x50\x92\x67\x4f\x47\xf0\xca\x0b\x6c\x92\x50\x4f\xab\x42\x2c\x54\x98\x98\x9a\x4f\xa6\x5b\xb1\x7a\xf5\xdb\x0c\x87\x41\x7d\x01\x81\x32\x4d\xc7\x72\x6a\x4d\xe5\x12\x38\x36\xf0\x92\x78\xce\xd1\x3d\x68\x38\xc7\x04\x74\x92\xe1\x9c\x4a\x74\x0c\x0d\x2b\xe0\x30\x20\xd6\xec\x12\xa6\xc2\x29\x9f\xcb\xa0\xba\x42\x7d\x12\x57\x7a\x55\xbb\x8c\xf2\x41\xd8\x59\xc4\x82\x60\x2f\x2a\x0e\xf5\x3c\x47\xe5\x7c\x07\x03\x2b\x58\x04\x7d\x75\xaf\x28\x4e\xb7\x9b\xc4\x75\x96\xaa\xad\x54\x84\x97\x65\x7c\xb3\x31\x8f\x94\x8a\xdb\xc6\xc6\xc8\x66\xcf\x8f\x0a\x07\xf4\x31\xef\x4d\x0d\xef\x51\xe7\xc9\x9a\x15\xfd\xa8\x7f\x7d\x8e\x17\xf3\x90\x77\xfd\x44\xd9\x30\xd4\x56\x2a\x3a\x89\x81\x02\x06\xbf\x88\xb2\x45\x3b\x85\x01\x18\xe9\x18\x37\xb6\x94\xd2\xe9\x76\x36\x76\x97\x87\x26\x76\x3a\x91\xea\x96\x49\x58\xcf\x9f\x44\xec\x22\xbe\x15\x44\x40\xce\x7a\xfc\xce\x89\x70\x70\xf1\xd6\x2d\xd8\x6e\xf3\xc1\x87\x50\x14\x65\xb1\xec\x57\x5c\x12\x6a\x32\x4b\x7a\xee\x7e\xae\xbb\xc6\x13\x80\xfd\x2c\xd7\xf7\x42\xe2\x31\xf5\xd7\x3d\x5e\x12\xc0\xe5\x19\xa4\x25\x62\x40\xe1\x53\x62\x8c\xc7\x69\x81\x33\xd1\x82\xfc\x9b\x57\x43\x42\x05\x3c\x88\x5c\x45\xaa\x0b\x7e\x10\xb4\xd5\x13\x1f\x96\xeb\x53\xee\xcd\x8d\x8a\x22\xf4\xf8\xe8\xc7\x9e\x72\x4d\xf7\xdb\x9f\xb4\x1a\x76\xc9\xdf\x33\x6d\x23\xd8\x86\x7a\x50\xa0\x0b\xac\x0b\x7c\x2f\x9c\xb0\x3e\x14\x74\x3f\xff\x88\x59\x43\x60\x3b\x42\x67\xf0\x14\xed\x3b\x92\xae\x52\xd2\xaa\x90\x6f\xdb\xae\xd3\x78\xa8\xa1\xfa\xcb\x81\x28\xd7\xad\x65\xb3\x54\x3e\xe6\x97\x08\x4a\x85\xe3\x1c\x32\x72\xfd\x3d\x49\x6d\xb1\x1f\xfd\x91\x3e\x51\x61\xeb\x02\x5e\x51\xaf\x06\x7c\x0a\x5c\x41\x7f\xe0\x35\x43\x53\x86\x13\x71\xfb\x82\x4f\x45\x13\x51\x45\x0c\x66\x5c\xb0\xf3\x44\x28\x3a\xc9\x09\x14\x17\xb6\x9f\x7f\xd9\x56\x19\x7e\x22\xb3\xc7\xe2\x22\xeb\x83\x53\xdd\xf8\x8e\xa8\xf5\xce\x71\xfd\x33\x51\x52\xe8\xea\xae\x3c\xf6\x37\xe8\x81\xb6\x60\xb6\x2d\x14\xdf\xb0\x22\x72\x05\xcc\xb6\x2c\x3f\x7c\x95\xcb\x64\x81\x23\x33\x03\x19\x90\xd6\xcd\xb4\xc0\x6e\xe3\xf0\x43\xbf\x79\xd8\x86\x38\x31\x7f\xf8\x6a\x53\x52\xc2\x67\x03\xd7\x78\x70\x23\xc1\x8c\x02\x77\x07\xf6\xb6\x08\x2e\x42\x19\xbd\x26\xfa\xb7\x13\x20\x46\x10\xb7\x60\x3f\xcd\xdd\x91\xe4\x65\x9d\x94\xac\x09\x42\x4e\x1f\x4b\x66\x82\x72\x47\xb8\xc9\x8f\x40\xcf\xfa\x3e\x27\xcb\x1d\x37\x76\xda\x26\xd5\x83\x46\x5a\xe9\x89\x18\x50\x42\xfd\x6e\xde\x3e\xc7\x0d\xd2\xd1\x38\x1a\xf8\x4b\xde\x43\x6e\x09\xf4\x48\x2a\x9c\x53\x8c\x3a\x10\x75\x91\x9b\x8c\x0b\x0d\xee\xe0\x9e\xf6\xdc\xe2\x6b\x1d\xfb\xcc\xf7\x2c\xf1\x50\xfc\x34\xcd\x14\x93\x99\x60\x17\xf2\x16\xbe\x2e\xf1\x45\x64\x00\x58\x95\xdc\x1a\x53\x6c\x77\x53\x68\x08\x3c\x38\xdb\x22\x8c\x07\xda\x8d\x47\x0b\xb9\x76\x4f\x06\x27\x85\x14\xbb\xb8\x5e\xdd\x6c\x84\xed\x6d\xe5\xb8\xe0\xa1\xed\xe1\x96\x7d\x99\x7e\x36\xdd\xb5\xc5\xe9\x7d\xb6\x5a\x12\xdb\x34\x0e\xd0\x28\xe7\x03\xbf\xdb\x31\x34\x59\x2f\x35\x18\x66\xc5\x42\xa4\x9e\x72\x65\x06\x36\xf2\x93\xf0\x5f\xbd\xef\xf0\xaf\x79\x79\xe3\x6e\xa5\x5f\xf3\x3f\x84\x9e\xcb\x4c\x08\xd6\x82\x25\x66\xad\x63\xe6\x83\x3e\x89\xf7\xd8\xbc\x9f\xf7\x10\xe7\xd8\xee\x9b\xc4\x89\xb3\x6d\x8a\x47\x0c\xc4\xd1\xd6\x77\xfa\xf7\x8b\xb5\xad\x35\x55\x3f\x8b\xb2\xad\x3c\x15\x55\xa2\x65\x4b\x41\x93\x5e\xc1\x4a\x4b\x44\xb5\x4e\x9e\xb3\x65\x52\x89\x66\x6e\xa4\xf5\xdd\x6c\x9d\x9c\x0b\xc0\x17\x09\xfb\x72\xca\x9c\xc2\xc3\x2f\xe6\x48\x91\x07\x03\x86\x72\x6b\xb0\xfb\xbd\x30\x79\x38\xd2\x09\xec\x83\xfc\xe7\x3e\x0f\x50\x14\x51\x06\xb5\xdf\x59\x5a\x49\xb4\xde\x71\x42\x59\xf9\xdc\x3a\x72\x4a\x55\xf9\xd6\xea\xe7\xe8\xd5\xca\x17\x56\x82\xc1\xf5\x95\x57\x2d\x5f\xf7\x92\x2a\x9e\x5b\xc2\x3b\x7a\xca\x05\x16\x49\xad\xf5\xd2\x6f\xe6\xe5\x0d\x0c\x49\x92\x79\x66\xc5\x8e\xd2\x8d\xe6\x63\x45\x46\x25\xf3\x56\xde\x99\x7a\x25\x34\xbb\xe8\x38\x6a\x49\x32\xf8\x21\xf3\x69\x49\x13\x9c\xed\x5f\x5f\x9a\xea\xb6\xcb\x13\x2e\x49\x26\xcc\xbb\x7f\x93\x5e\xf5\x26\x22\xae\x34\x72\x2d\x83\x17\x1e\xc9\xd6\x59\x9e\x98\xfe\x2b\x3b\x6e\x29\x1c\x77\x94\x99\x5b\x5a\x0e\xb5\xca\xcc\x2d\x2e\xa9\xff\x69\x7c\x6c\x11\xa3\x72\x6c\xb8\x62\xfe\x55\x11\x5b\x1f\x6f\x6e\xd3\x54\x59\xb7\xd1\x6c\xb6\x66\xb0\xa6\xdb\x6c\x48\x32\x5e\x3d\x6a\xde\x97\x8f\xab\x0e\xb3\xda\x99\x06\xad\x0e\xb7\xd3\xe1\xea\x54\x77\x81\x53\x42\x4d\xab\x1f\xba\x9c\xa2\x64\xd7\x74\xb9\x56\x79\x38\xd5\x3e\xc2\x6f\x70\x1b\x57\xac\x34\x6f\x5b\x5c\x54\x08\x2d\xd6\xcd\x1e\x57\x28\xcc\x1f\x4d\xb8\x29\x4a\xcd\x39\xc3\xe7\x14\x31\x66\x5f\xfa\x29\x0a\x84\x59\x54\xf7\x37\x79\x86\x99\x86\xb2\xae\xad\xc7\x34\xa8\xd5\xa6\xf5\xa4\xc9\x48\xc3\x68\xcb\x69\x93\xb7\x95\x16\xcd\xc3\xa6\x66\xe2\xca\x66\x1d\xf3\xcd\x39\x1a\x4d\x17\x2c\x85\x29\x55\x4d\x7f\x6c\x69\x31\x16\xcd\x47\x1c\x2b\x19\xf3\xcd\x09\x30\x85\x5f\x74\x8b\x0b\x7a\x07\xf1\x5a\x77\xaf\xe9\xdb\xa5\x81\x1e\x90\x59\xfc\x9c\x76\x4f\xb8\x19\x63\xd2\xa6\xc7\xda\x74\x7e\xe4\x54\x0f\xc0\xe4\xca\x40\x7a\xf7\x35\xe3\xab\xbd\xc0\xee\x0a\xe3\x3d\x9d\xec\x6e\xb2\x11\x5d\x1e\xd1\x7d\xd8\xb0\xbc\x89\xaa\x2a\x35\xf4\xad\x25\x74\x0d\x1a\x4e\x48\xdf\x74\xb2\x8c\x5a\x0a\x5d\x3a\xf6\x99\x62\xb3\xcc\x95\xe3\x16\xbb\x93\x82\x95\x1f\x6d\x34\xa2\x14\x1d\x2b\x41\x2b\xe9\x6d\x1d\x45\xd0\xdd\xbe\xd6\x9b\x5f\x17\x3e\xcd\xa5\x6b\xf1\xc4\xf6\x69\xb2\xed\x0c\xc9\x21\xde\xb6\x9d\x16\x65\x3f\xd9\xd3\xbb\x36\x56\x79\x86\x1c\xd9\xfd\xa6\x76\xc8\xbf\x49\xa7\xb6\x91\xe5\xd9\xb7\x7f\x4b\xf3\x25\xec\xb0\x6e\xa6\x7c\x1d\xfa\xe0\x61\x68\x7b\x39\x4c\xf7\xe8\xcf\x8e\x0e\x30\x48\xff\x59\x97\xb7\x3d\xd1\xf0\x82\xea\x93\x8d\xc4\xe4\x67\x0f\xcc\x72\x9b\xf9\xe9\xde\x74\x53\x8e\x55\x51\xdf\x23\x43\xb2\x2d\xb2\x7f\x97\x5e\xc3\x6e\xe3\xec\x65\xd1\xf2\x3f\x23\x39\xf9\x59\x3b\xf7\x96\xe4\x43\x92\x21\xfb\x0d\x0a\x39\x1c\x98\xae\x5e\xc9\x91\xb0\xc8\x83\xe3\xd2\xa2\xc0\x96\xc3\xb2\xca\x64\xb2\xe4\xe8\x8f\x5a\x53\x3c\xe3\x38\xb6\xe1\x31\xfa\x81\xe1\xad\xe6\xed\xb0\x11\x13\x78\x6b\x1d\xb8\xce\x6c\x41\x2e\x72\x58\x6d\xc9\x6f\x87\xd9\x16\xdb\x50\x94\x4b\x56\x46\x40\x52\xe7\x3e\xb3\xd3\x20\x50\x17\xc3\x18\x0f\xd1\x52\x95\x1a\x68\xe8\x36\xf0\x83\x4a\x82\x0f\xef\x4d\xab\xcf\x5d\x3a\x7a\xfe\x3f\x62\xea\x69\x64\xa5\xf2\x1c\xf5\xfd\x72\x0f\xb1\xb7\x1a\xe8\x8a\x30\xf4\x93\x46\x87\xc5\x6c\xca\x26\xe3\xa7\x52\x17\xd2\x33\x33\x58\xa5\xb6\xdb\xb0\xa5\x6d\xcd\x1d\x84\xb9\x0d\xa8\xc1\x17\x32\x6a\x57\x28\x1b\x03\x1d\xb6\xff\xd9\x7c\xd9\xae\xd9\xb1\xa2\xb5\xdf\xda\xc1\x89\x20\xf7\x32\xbf\x05\x7d\xa3\xe8\x35\xc9\x82\x27\xb6\x3f\x37\xb4\x32\x00\xc6\x0b\xca\xef\x18\x31\x78\x2d\x45\x06\x26\xce\x89\xfb\xb3\x15\x66\x3b\x93\x0f\xa7\xdc\x35\xe7\xf0\xcf\x72\x83\x2d\x2e\x0a\x76\x87\x6b\x58\x51\x72\x20\x81\x5d\x36\x47\x0b\x06\xc8\x28\x3b\x78\xf1\x0c\x7e\x9f\x7d\x8d\xe4\x3e\x7a\xcc\x51\xbb\x62\x0e\xfa\x00\x52\x5a\xb3\xc9\xf1\x0a\xd4\xba\xee\x83\xfd\x56\x97\x73\x8d\x71\x36\x69\x48\xcb\x26\x0f\xcb\x9d\x68\x69\xf3\x77\xd3\x66\xb7\x2d\xad\x5e\x46\xde\x56\x23\x6c\x6c\x6d\xbb\xcd\xd7\x28\x3b\xe9\x6e\xbb\xee\xe8\xe9\x02\x9e\xfd\x36\x4e\x5b\xe6\x5d\xfb\xaf\x71\xb9\x89\xf1\x0e\x0f\x12\x37\x46\x9d\x72\x8c\x4f\xed\x0d\x61\x42\x0e\x64\x22\xfd\x43\x9d\x64\xc2\x0b\x9e\x5a\xd0\xa2\x82\x83\xee\x15\xf0\xcd\xc5\x52\xe4\x61\x24\x48\x42\x75\xea\x44\x87\x94\x0b\x41\x31\x98\x9e\xaa\x38\xbb\x5c\xec\xa6\x5a\x63\xab\x39\x7c\x5c\xbd\xca\x5c\x93\xb4\xb6\x31\xdf\xb8\xc6\xe9\x0f\xe3\x4a\xf3\x26\x68\x51\xc8\x8d\xea\x8b\xb0\xf7\xa1\xef\x4b\x95\x2e\xd2\xb0\xa9\xbc\x5e\x78\x68\xc4\xa7\xf4\x02\x04\x2c\xea\x5a\x3c\x0c\x71\x97\xab\x8a\x6c\x45\x6d\x4e\xd8\x1f\xcc\x45\x0f\xa4\x7c\xf1\x1d\xc2\xa4\x65\x8c\x11\xd9\xee\x6b\x84\x14\x4c\x22\xf6\x53\xfe\x05\xf8\x6a\x82\x59\xd1\x15\x88\x05\x09\x58\x6a\x67\xff\xd9\xd3\xb5\xcc\xc8\xe6\x81\x77\x54\xc5\xbf\x16\x1f\x7d\x66\xab\x5d\x4c\x77\xbb\xa5\xf8\xa3\xda\xeb\x71\xfe\x01\xb9\x32\x23\x7c\x24\x75\xb0\xea\x28\xe1\x78\xe0\x93\x12\x6b\xfc\x54\xf0\xbe\x9c\x0e\xbc\x8a\x71\x2f\xf5\x3c\xfe\x7d\xd8\x03\xae\x0b\xe1\x31\x3b\x2c\x6c\x89\xb4\x91\xf3\x34\xf0\x8e\x87\x15\xef\x03\x19\xe8\xf9\x25\xa5\x1f\xbf\xd2\x7b\x2c\xe3\x14\x3a\xc5\x27\x40\x88\x86\xde\xf5\x83\xe6\xdb\x3a\x76\xf8\x83\x0b\x27\x80\xde\x54\x1b\xf1\x23\xeb\xdd\x34\x3d\xc9\x80\xd9\x34\xd9\xce\xe3\x7d\x8f\xc0\x77\xb5\x97\xb1\xc2\x93\x62\xe2\xcd\x6a\x24\x52\xb4\xc8\x4b\x15\x9f\x28\xc6\xbe\xc0\xe2\x52\xbf\x8b\xfe\x2b\xb3\xad\xfc\x66\x03\xc7\x93\x18\x7e\xed\xf4\xa6\x68\x0d\x8a\x7b\x18\x2e\xa4\xc3\x5f\xc2\x7a\x1e\xa0\x13\xf0\x92\x6b\xee\xf9\x2a\x90\x9d\xb0\x03\x7b\x28\x48\x2f\x55\x0f\x99\x10\x7c\x2b\xe3\xb6\xd3\x03\x06\x33\x7b\x0a\xb4\x3a\x74\x7f\x1e\xce\x36\x98\xf9\x55\xd4\x66\x31\x48\x7f\xe9\x6e\x36\xf8\x3e\xd4\x0f\x3b\xa6\x72\x65\xf6\xe2\x57\xb4\xf1\xc3\xe6\x09\xc8\xfa\xdb\x4c\x05\xb1\xa5\x3c\x22\xf4\xba\x07\xb4\xb0\x29\xe4\x8f\xd7\x39\x81\x7b\x88\x9d\xef\x1b\xde\xcd\x10\x06\xf5\x55\xe4\x7c\xc8\x0b\x7a\x74\x70\x6e\xe8\xd7\x30\x53\x3f\x50\x58\x0a\x3b\x82\x94\x16\xfe\x86\x9b\xe5\xe6\x10\xc9\x4c\x88\x81\xa7\xb2\x35\x52\x0d\x21\x46\x51\xf9\x19\x51\xf6\x66\x31\x9b\xb2\x0f\x58\x1f\x89\xf1\x41\x6a\x8f\xdf\xe3\x5a\xa1\x40\xfd\x37\x62\x43\xd1\xfa\x5d\x86\xb1\x53\xe8\x87\xad\x77\x63\xbf\xb9\x9e\xad\x47\xc5\xae\x74\x73\x28\xe3\x70\xcd\xb1\x9b\x45\x7b\x38\x1e\xf8\xa8\x8c\x91\x98\x6d\x9e\x84\xb8\xda\xe8\x87\xbe\xf4\x70\x4a\x4c\x1e\x15\x17\xd8\xc8\xa9\xa4\x87\x90\x67\xb9\xb7\xc3\x98\x84\xdd\x71\x0c\xf6\x5f\xd7\x90\xf8\x61\xee\x1d\xd8\x48\x82\x76\x42\x82\x63\x69\xa2\x24\xe5\xbb\xed\xef\x34\x4d\xe8\x81\xe9\xb9\xb4\x2b\xd0\x4f\x23\xe7\xd3\x9b\x60\x17\xfb\xfe\x4d\x5f\x76\xf1\xef\x38\x97\x9e\xe5\xd2\xd7\x72\x2b\xed\x27\xdc\xb1\xce\x87\x5f\x82\xb0\x90\xe6\xa4\x7a\x21\x6f\xe7\x77\xa7\x10\x5c\xf7\xa5\x7d\x4b\xfe\x80\xdf\xce\xf5\x4c\x5e\xf2\xe4\x86\x9e\x4a\xb1\xf7\x0d\x08\xb0\x4d\xdd\x41\x5d\xf4\xf2\xe1\xef\xa7\x5f\xc7\xfe\x49\xcb\x0c\xa7\xa3\xda\xd2\x7f\x46\xc5\x41\x0f\x66\xc2\x63\xa1\x0e\x33\xf9\x5b\xc0\x21\x73\xd0\xfc\x3f\xe0\x8f\xe3\x8a\x82\x12\x48\xd0\x60\xa5\xc8\xd5\x69\x6d\x0f\xa3\xa0\xd2\x69\x4b\xfb\xf9\xfc\x8b\x4e\x5b\x9b\x2d\xf2\x06\x9c\x22\x6a\xea\x72\x61\xce\x87\x25\x1b\x73\xf0\xb0\x35\xb9\x0a\x61\x36\xfc\x61\xaa\x63\xf6\x4f\xcc\xc1\x68\xb5\x30\x9b\xe0\x47\xaf\x12\xca\xbd\xd2\xfc\x2e\xe6\x18\xf8\xc9\x3d\xf0\xb9\x41\xb4\xd5\xee\xd8\xbc\x9e\x90\x58\xc4\x6c\x81\x46\x84\x14\xf2\x54\x02\x77\x50\x9f\x20\x49\x6d\x41\xd6\x93\x6a\x69\x26\xc8\x7a\x04\x2a\x3d\x0f\x02\xab\x4f\x49\x97\x41\x36\xaa\xbd\x92\x77\xa0\x75\xf2\x29\x89\xa6\xc3\x59\x19\xb5\xe4\x0f\xe8\x58\x95\x50\x7c\x0b\x34\x58\x62\x21\xbe\x0e\xd1\x17\xee\x17\x27\x42\xd5\x49\x0e\xc5\x6f\x90\x27\xd8\xdb\xc5\x71\xee\x8b\x34\xbc\xf8\x02\x29\xd1\xe7\x64\x09\x92\x9c\x49\x9c\x29\xa5\xfb\xf7\x63\xda\x25\xd3\xc1\x6b\x5c\x62\x6b\x38\xc0\xcc\x85\x53\xb5\x55\xf6\xda\xd3\x36\xb5\x57\x81\x3f\xc7\x8e\xd7\x6d\x01\x3e\x1c\x3c\x58\x07\x05\x9e\xe8\x3d\x5c\xdb\x0b\x2c\xea\xf0\xac\x39\x0f\x74\x6d\xb5\xab\xbe\x07\xdc\x52\x7f\xb7\xea\x3e\x30\xa4\xfc\x5d\xe5\x7b\xfb\x35\x45\x4d\x55\x1a\xa0\x57\x02\xb7\x2a\x3b\xa7\x57\x3c\x9f\xca\xb7\xf0\x97\x11\xfd\x55\x8e\x98\x7e\xea\x50\xd5\x17\x02\x98\xbc\xa9\xba\xce\x6b\x03\xe1\x60\xed\x4a\xbf\x95\xe8\x86\x66\x37\xdb\xf8\xa5\x7d\x2d\xb6\xb6\x3f\x67\x2e\xb5\xe4\xda\xbe\x19\x1f\x69\xe9\xb2\x9d\x1b\x7a\xd1\x72\xca\xb6\x58\x7d\xac\x45\x61\xeb\xab\xda\xd9\xfc\xcb\xf6\xb0\xc2\xb5\x19\x66\xf3\xa2\x29\xa1\x29\xcb\xe6\x57\x8d\x5a\x36\x67\x4b\x96\xee\x97\x39\xda\x55\x15\xa0\x64\x86\x0e\x84\xf4\x7c\xd9\x20\xc4\x21\xf6\x99\x4c\xee\x12\x1b\xd6\x2f\x7b\xe0\xba\x39\xa0\xa0\xa9\x0e\x77\xcc\x2b\xaf\x39\x87\xf4\x08\x77\x48\x79\xdb\xba\x60\x59\xab\xa3\xc4\x66\xcd\x9c\x65\xc7\x5b\x9b\x6d\x13\x7f\x3b\x7e\x59\x9f\x19\xc1\x77\xfc\xb1\x4e\xec\xef\xed\xf8\x61\xad\xdb\xb3\xa7\x83\x67\xf5\x56\xd9\xa1\x7c\x62\x35\xd2\x6a\xad\x44\x59\xa5\x36\x74\xb7\xf7\x5a\x5d\xa9\xf4\x6f\xd7\xb6\xb6\x2c\xd9\xa8\x98\xb6\xb9\x91\xf3\x5d\x21\x03\x1e\xe5\x1f\x55\xbc\x74\xc4\x70\xff\x69\xdf\x09\x15\x31\xf7\xb5\x67\x21\xbf\xfa\x0b\x94\x31\x6e\x7f\x3c\x16\xd4\x87\x2c\x99\x27\x0d\xd5\x48\xab\x3d\xf3\x99\xea\x2e\x2b\xea\x94\xa3\xba\xc5\x6a\xc5\xa8\x52\x9d\x67\x59\x31\x78\x4c\x1d\x63\xb9\xaf\xb7\x4b\x7d\xd0\xe2\x6c\xe7\x52\xdf\x09\x0b\x89\xbc\xad\xcf\xcf\x82\xdc\x94\xde\x7b\xc1\x22\xa4\x96\xdd\xcb\xb5\x18\x2d\xf3\xec\x79\x6e\xe9\x53\xf8\xab\x47\x62\xbd\x32\x1b\xd7\xe3\x6f\x1b\x9d\xfc\xb3\x47\xec\x50\x14\x93\xd6\xd3\xee\x34\x10\x32\xdf\xeb\x0c\xff\x4a\x41\xed\xdc\x2e\x75\x11\x6d\xdb\x95\x58\x7e\x54\xb0\xbc\x87\x5c\x99\x97\x9c\xf5\xcf\xdd\x1a\x5d\x2e\x61\xaf\x6f\x3d\x20\xbc\x6d\x5f\x6d\xe3\x1d\x1a\x48\x57\xa3\x85\xe7\xf3\xf0\xd0\x5a\xf9\x1d\xa2\xef\x91\x78\xe5\xb2\xdb\x21\xbd\x15\x5d\xce\x88\x95\xc7\x27\xbb\xad\x21\x5f\x8c\x26\x7a\x86\x41\xbb\x4c\x8f\xf4\xd1\xec\xe2\x2c\xf6\xa8\x53\xad\xfe\x5a\xfb\xf6\x3b\x9a\x17\xdb\x59\x0e\xa0\x8d\x5f\x3a\x68\x0e\xd2\x0c\xc2\xf7\xd5\x8b\xa2\xc5\x68\xdd\x8d\x45\xe8\x9c\xb4\x43\xd6\x62\x12\xff\xd6\xe1\xeb\x92\x95\xf1\xbc\xa3\xbe\x65\x67\xd8\x6b\x8f\xdd\xaf\x5a\x4f\xff\xa0\x2f\xab\x65\x52\xf4\x0c\x35\x1a\x57\x90\xa6\x8d\xdd\x9b\x23\xdd\x9e\x99\xce\xb7\x25\x20\xe4\x16\xe6\x8a\x1f\x4e\x09\x56\x0f\x95\x93\xa0\xcb\xb6\x73\x9d\x08\x60\x80\xfd\x54\x57\xb9\xcd\x1a\xc7\x93\x2a\xb5\xc5\x98\xd3\x70\x77\xbf\x69\x34\x6c\x6f\xcf\x37\xa3\x15\x47\xaf\x66\x7b\x4a\x5f\xe8\xe7\x08\x39\x22\xa0\xc1\xbb\x9c\x0b\x82\x33\x46\xad\xf9\x41\x49\x6f\x8c\x3f\x14\x26\xc7\x2c\x9a\xb6\x96\x1c\x64\xb6\x9a\xe3\xa4\x41\xd4\x01\x4b\x93\xca\xfd\xde\x15\xd6\x98\x9a\x76\x1c\xd7\x6e\x7f\x03\x15\x75\xcd\x9e\xd3\xc4\x82\xfa\x81\x96\x5b\x66\x1c\xdf\x41\x7c\xda\x06\xed\xb9\xd0\x55\x8a\x00\xdb\x7d\x2e\x8a\xf6\x73\x96\x27\x91\x96\x1d\xbb\xcc\x68\xe8\xde\x4e\x8c\xf1\x56\x93\x08\xfe\xfa\xaa\x6b\x66\xef\xf9\x9f\xc5\xdf\x2d\xdb\xd2\xce\xe7\xaa\x6c\x62\xfe\x23\xa6\x6d\x46\x56\x30\x6f\x9f\xdd\x50\xce\x1b\xd6\x75\x7b\xd7\x82\x6b\xf4\x5a\xd0\xb6\xe2\x49\xbf\x47\x8e\x43\x92\x2c\xd2\x30\x64\xba\xc2\xd7\x8d\x09\x3d\x5c\x03\x80\xdf\x70\xa9\xad\x37\x82\x74\x20\xb5\x1b\x97\x41\xab\xd1\x11\x4d\xb7\xed\x0a\x30\x93\x2d\x9d\xd6\xda\xd8\xd5\x6d\x2e\xe6\x35\x78\xa6\x5c\x65\x72\xc8\xee\x46\xdc\x58\x03\xc7\xc1\x3b\x3e\xbf\xfc\x91\xe3\x2c\x8f\x5d\x24\x84\x8c\x27\x7c\x13\xae\x70\x16\x24\x03\x52\x0f\x41\x8b\xf9\x89\x5c\x21\xec\x52\x26\x2f\xdc\x05\x6e\x24\xf4\xa0\xd9\x21\x5a\xf2\xeb\xc8\x37\x50\x81\x45\x42\xfc\x88\x6b\x48\x69\xa7\x2b\xd8\x2d\xa5\x9c\x04\x9b\xc6\xb6\x54\x25\x82\xe3\xf1\x8f\x6a\x09\xf6\xf9\x24\x48\xfd\x5d\x9b\x13\x9e\x51\x8d\xdf\x2d\x75\xbd\x65\x4d\x23\xa6\x91\x2e\xc7\x59\xae\xad\x0e\x88\x01\xd6\xf7\xda\x7b\xa8\x69\xf6\x5f\x69\xb6\x6b\x5a\xb4\xa4\xe0\x0e\xe6\x3e\xa7\x41\x60\xe1\x76\x22\x2e\x2c\xf1\xbe\x7b\x6e\xc2\x60\xb4\x2b\xf6\x42\xca\xad\x50\x57\x3c\x35\xfd\x52\x40\x01\xa1\x38\x9b\xe1\x05\x21\xed\xcc\x2b\xc7\x96\x79\xbc\x2f\x7c\x81\xb2\xf7\xfa\x52\x32\xed\x3c\x4c\xfe\x57\xfa\xc3\x71\xab\xef\x99\x8a\xf3\xc0\x15\x94\x4b\xd5\x7e\xd6\x5a\x01\x9f\x6a\xd5\xe6\xda\xb8\xb3\xf4\xb1\x8e\x0c\xe2\x39\x46\x4f\xb3\xa3\x47\x63\xc8\x7c\xcd\x1e\xcf\x6b\xa1\xbf\x4a\xaf\x78\x95\x86\x6b\xe4\xcd\x79\x27\x44\x06\xa7\x8b\xc9\xda\x51\xaf\xe2\xc7\xc9\x1d\x5c\x1e\x8b\xe3\xd3\xc8\xcb\xa7\xd7\xf9\xbe\x4c\xbe\x47\xd9\x41\x69\x4a\x67\x91\x7e\xfb\xff\xca\xba\xe3\x36\x44\x2d\xcc\x73\x40\x80\x68\x81\x85\x3a\x90\xaf\xc1\x66\xe2\x14\x87\x22\xfa\x0d\x49\xb4\xed\xf1\x90\xc1\x72\x33\x8b\x76\x3f\x9a\xdf\xe3\xde\x6f\x01\xab\xfd\x35\xdb\xe7\x03\x5f\x06\x38\xc9\xa6\x69\x4f\xa8\x27\xaa\xbc\x83\x18\x34\xba\xf8\x5d\x10\x39\xf8\x5b\x8e\x73\x50\x59\xc8\x99\xd4\xf2\xa0\x8b\xe1\x51\xdc\xde\x60\x19\x9b\x11\x5e\x49\x2f\xe3\x10\x83\x34\x18\x1d\x3c\x0d\x9f\xc1\x50\x93\x64\x0e\x61\x99\x79\x2a\xdd\xd4\xf5\x69\xf8\xe6\xac\x32\x17\x64\x44\x69\x6e\x1c\x98\xcd\x32\x2f\xf8\x0c\xec\x64\xff\x2c\x46\x5b\x8d\x32\xad\x3c\x2c\x87\xd7\x44\xec\xf0\x1c\xef\xf6\x8d\x94\x7b\xdd\x96\x8f\xb0\xa3\xbc\xbf\x34\x6e\x63\x6b\xf9\xa4\x56\x54\xb0\xde\xf9\x19\x15\xbd\x65\x95\xf8\xbf\xca\xba\xc4\x8a\xa0\xc5\x27\xc5\xb0\xd2\x18\x96\xd1\x11\x6c\xb3\x30\x72\xa8\x38\x0a\xc1\x0a\xa0\x1a\x47\xf3\x39\x38\x6f\x5a\xcc\x4c\x7c\x1b\xae\x97\xbb\x33\x39\x12\xad\x11\x2b\x48\xfb\x0c\xa5\xc6\x2d\x0b\xde\x83\x3a\x78\x2e\x39\xf5\xb6\xf8\xd8\x78\x77\x87\x89\xdb\xbc\x5d\xd8\xb2\x81\xbd\x09\xef\x71\x57\x3a\x5f\x25\x8e\xe1\xbf\xb7\x8e\x26\xe1\x89\xc7\xea\xdd\x12\x55\x24\x59\xd9\xe7\xc4\xa3\x9e\xf8\x42\xf3\x84\x74\x6f\xa5\xc0\x26\x61\x9b\xdf\xe5\x84\x2d\x09\x16\x81\x38\x96\x57\xc2\x75\xba\x2f\xbd\x27\x71\x81\x39\x4e\x69\x48\xfa\xca\x2a\xf3\xdc\x96\x02\xe4\x58\xb8\xdf\x4c\xf5\x8b\x5f\x42\xda\xf3\x25\xc9\x7b\x9d\x2a\xd3\xfe\xa6\x95\xd9\x17\x67\xa4\x21\xcf\xcf\xfe\x93\xd9\x8b\xba\x34\x2a\x14\xfc\x40\x5f\xeb\xfb\x95\x55\xe3\xda\xd9\xd1\x9b\x75\x07\xc3\x6a\xa9\xcc\xba\xe3\x16\x53\xfb\x2d\x0b\xee\x7e\x4d\xca\x15\xcc\xe2\x0a\x0b\xc0\x82\x03\x04\x76\x46\x6c\xe6\x98\x57\x70\xdc\xc5\xcc\xfb\x7e\x76\x11\x00\x41\x1b\x35\x8b\x76\x3d\xcb\x8b\xee\xe8\x6b\x9c\x1d\xc4\xbc\x4a\x3c\x2b\x9c\x62\x4d\x63\xbe\xe7\x9c\xe7\xd4\xc0\x6d\x73\x6f\xf1\xa2\xc0\x66\xa2\x9f\xb0\xe4\xf9\x8b\x45\xff\xb8\x04\x4e\x14\x15\x5d\x85\xaf\x1b\xd2\x2f\x6e\x83\xcf\xf4\x74\x14\xc7\x22\x8e\xb7\xbf\x2e\xb6\x47\x54\x34\x1f\x2c\xea\x46\xd2\x6a\xd2\x0b\x5f\xa0\x72\x25\xba\x85\x31\xae\xb8\x3c\x7a\xa1\xa6\x5b\x0e\xff\x6b\x21\x90\x20\xe3\x82\x0a\x83\xbc\x2e\x32\xa1\x45\x47\xfc\x42\xa9\xfb\x8b\xe6\x02\x1d\xbd\x3f\x15\x8f\xd1\x4b\xf1\xb7\xc5\xdf\xc3\x7a\xd0\x7f\x4b\xf1\xec\x3f\x50\x42\xd9\x2f\xc8\x8f\xa5\xf5\x15\xc3\x4e\x5f\xa7\x82\x2a\xcd\x9c\x49\x23\x7d\x95\x2a\xe7\x31\xf5\x8f\xca\x37\xd0\xad\xaa\x2d\x95\x45\x50\x3b\xb9\xa2\xd2\x12\x4a\x97\x41\x2a\x84\x30\xcd\xaa\xf2\xf2\xb3\xb0\xc7\x25\xc5\xe5\x42\x04\x31\x67\x77\xb9\x3f\x9a\x97\xb2\xa3\xbc\x1f\xab\x11\x3d\x5a\xb1\x93\x14\xce\x30\xac\x90\x91\xc1\x94\xe7\x95\x14\xca\x63\xcf\x53\x55\x19\x34\x6b\x6c\x78\xcd\xf1\x90\x13\x08\x7c\xbd\x9f\xa3\x62\xc9\xbf\x71\x3b\xd8\x73\x66\x5f\xa3\x04\x9c\x34\xd6\xd6\xf8\x0a\x5c\x36\xc8\x96\x21\xc1\xbd\xbd\xf6\x32\x6d\xf0\x4c\x07\xa5\x71\x04\xbc\xdc\x8a\x6e\x24\x83\x6f\x36\xac\x6f\xf8\x17\x82\xaf\xc8\x69\x70\x86\x9c\x2f\xfe\xd5\x60\x0e\x63\x67\xe5\x36\xf8\x20\xcd\x12\x49\x0d\x4b\x98\x3c\xb6\x6d\x23\x12\x7f\x8e\xf6\xac\x71\xd6\xb3\xcd\xf7\x9d\x4c\xe2\xbb\x97\x74\xa1\x59\x2b\xa0\x1a\x53\xdf\xfa\xc9\x81\xb8\xac\x96\xef\x75\xf8\x77\xee\xa8\x7c\x19\xa4\x39\x91\xac\xd0\x06\xad\x1b\x4e\x55\x50\x41\xab\xd4\x42\x45\x12\x68\xa5\x8a\xa8\xd8\x01\xda\xa4\x88\x91\xab\x40\x3b\x9a\x8a\xe5\x48\x10\xb9\xe6\x71\xdb\x63\xd0\x75\x69\x69\x9b\x0c\xbc\x5a\x84\x68\xeb\x70\xca\xcd\xf8\xd6\xf6\xc3\x45\xc2\xdb\x22\xf7\x41\xef\x89\x3c\x2e\x9f\xc1\x92\x03\xc3\x14\x9d\xa4\x9d\xe4\xdb\xca\xd5\x64\x33\xfc\xce\xae\x42\x20\xe8\x64\x9b\x2a\x1c\xd8\x33\x5f\xde\xbd\x07\xf8\x69\xf2\x5d\x37\x09\x78\x6d\x54\xa7\x3b\x07\x38\x30\x40\xe8\x1e\x00\x8a\x7b\xf2\xbb\xa3\x80\xc5\x1d\xdb\xbb\x77\x01\xcb\x5a\x93\x55\xa3\xc0\x9a\x86\xdb\xaa\x58\xfb\xdd\x95\xd3\x2a\x73\xfb\xfa\x12\xb9\x6a\x1d\x68\x67\xde\xc6\xae\xbf\x8e\xef\xd3\xfa\x55\x01\x50\x4a\xdc\x76\xd5\x55\xc4\xef\x70\x56\x37\xce\x4d\x9b\xca\xeb\x11\xe0\x97\xbc\x08\x03\xfd\x36\xf7\x4f\xbd\x1d\x44\xda\xc6\x2f\xa0\x06\xbf\xd9\x69\x4f\x77\x0e\xe9\xd9\x7e\x1c\x7b\x3c\xe4\x6a\x3b\x3a\x04\x1c\x62\xda\x26\xf4\x49\x86\x70\xb6\xf8\xae\xa6\xa1\xd5\xb6\x28\x05\x7a\x70\xc0\x16\xdc\xf4\x7a\x90\x6e\x4b\xaf\xfd\x30\x68\x66\x7b\xa2\x5c\x73\xe0\xad\x1d\xbc\x78\xcf\xc0\x6d\xe0\x1f\x61\xfc\xc0\x33\xd0\x81\x54\xf6\xe0\x4a\xc8\x75\xae\xe3\xa0\x8f\x4b\x12\xb3\x6d\x48\x07\x9d\xef\xbf\xa4\x33\x5f\x0d\x11\x07\xef\x7b\x5c\x0b\xcc\x35\x3c\xd0\x5d\x0f\x4f\xdf\xaf\xfb\xb6\xb1\x89\xf7\xfe\xd0\xe6\xa6\xef\x51\x77\x0f\x43\x5a\x7f\x84\x8c\x1c\x61\xb4\x43\x02\xac\x8f\x11\x3b\x83\xbd\xd2\xf5\xc9\xaa\x97\xd8\x77\x86\x80\x9e\xcf\xa8\x2b\xc6\xa6\x7d\x8f\xa1\x42\x33\xad\x7e\x2b\xb0\xae\x39\x6f\x30\xc4\x3e\xce\x6a\x74\xe8\xb8\xcd\x13\xbb\x6f\x43\x07\x2d\xb3\x1d\x5e\x0e\x9d\x34\xdb\x09\xbe\x3b\x7c\xc2\x48\x7d\x98\x23\x31\x93\xfa\x1d\xdb\x25\x15\x17\x4c\xeb\x1b\x94\xa3\x05\xe9\xc7\xcf\x56\xa6\x26\xeb\x19\xae\xad\xd9\xc6\x99\x36\xc2\xd5\xdd\x0b\x2b\x37\x16\x37\x66\x51\xaf\x9a\x2a\x5b\xf6\x90\x37\x9a\x87\xc8\x81\xb8\x57\x96\xcf\xdb\x7f\xa1\xcf\xdb\xe0\x3b\x51\x30\x7f\x20\x40\xb5\x12\x2c\x02\x6d\xec\x26\x39\x1c\x80\x6c\xec\xe1\xd8\x5e\x70\x1e\xeb\xcd\xb6\x2a\x76\x01\xf5\xf1\xcd\xad\x11\xcd\x6a\x89\xf1\x92\xe1\x51\x11\xa8\xf2\xa1\xc9\xee\x42\xed\xe2\x01\x33\xd3\xa2\xa9\x1c\x23\x8b\x7d\xe2\x06\x7e\x95\xe5\xa0\xe4\x58\xfc\x2a\x6b\xf3\xb2\xd7\xac\x00\x1b\x75\xe5\x57\xba\x81\x1d\xa5\x16\xec\x47\xb3\xf7\x6e\x28\x23\x9e\x03\x65\x37\x9d\xc5\x7c\x04\xcf\xb5\x56\xc2\x65\xce\x9a\xf2\x07\x90\x3e\xd8\x44\x7b\x1b\x88\x8c\xa0\x77\x18\xdb\xfd\x46\xfd\xec\xcc\xb4\x6e\xc2\x24\x75\x75\x59\x80\xdd\xbf\xaa\xce\x98\x8c\x5a\x46\x66\x6f\xa9\x6b\xb1\xf1\xce\x1e\x94\xf6\x01\xb5\x85\x05\x22\x7d\x07\x56\xce\x73\x41\x9b\xa3\x46\x7e\x74\x52\x1b\x18\x59\x48\x8a\xe1\x41\xee\x88\x27\x98\x2c\xe7\x48\xc9\x3d\x6a\x17\x6c\x4b\x45\xae\x77\xb6\xcb\xfd\xea\xbb\x38\x16\xd2\xa1\x9e\x8c\xfa\x8c\xce\x93\x01\xa1\x19\x98\x89\xe6\x22\xb0\x26\x76\x55\xab\xc8\x3e\x0b\x8f\x92\xc3\x6c\x57\x13\x73\x15\x27\x2c\xf3\x3c\x6e\x2a\x4d\x4d\x6f\x80\x76\xa6\x56\x34\x81\x20\x7b\xf8\x9b\xaa\xba\xa0\x5b\xf9\xe9\x25\x41\x2e\xf2\x34\x71\xee\x2b\x24\xf2\x3f\x62\xa2\x28\x59\x86\x3c\x7d\x74\x61\x0e\x87\xf5\xc7\xf5\x5e\x81\x26\x03\xe0\x86\x2d\x1a\xa2\x50\xdc\x9f\x97\x86\x7b\x44\xe0\xba\xcb\x35\xdd\x1d\x08\xd3\x55\x05\x88\x07\xa4\x0f\xb5\x62\x27\x9e\xd7\xf1\x06\x24\x28\x81\x6c\x23\x4b\xb7\x5b\xf4\x35\x6e\xa6\x5a\xeb\x51\x3c\x5a\x4d\xcc\xf5\x91\x5b\xe3\x0c\xe5\x8f\x5c\xc3\xe3\x78\x0d\x09\x6e\x77\xe3\x89\x15\x47\x71\x48\x1e\xac\x68\x8e\xa0\x9d\xf0\x41\xa8\x4b\xec\x4e\xfa\x91\xea\x42\xaa\xe2\x3b\x72\xaf\x7b\x9c\xcc\xb8\x1c\xfe\xd0\xf3\x77\xb6\x5f\x90\x81\x37\x31\x2f\xd0\xe7\x09\xf9\x73\xe1\x71\xc2\x47\xdf\xc1\x12\x23\x0c\x8a\x92\x20\xbd\xe2\xf2\x20\x80\x50\xf1\x0b\xb2\x2d\xd0\xa2\x5a\xe5\xb0\x2e\xe8\x68\xdd\x5e\xdb\x35\x74\x68\x43\x98\xc5\x35\x22\x27\x32\xb1\xeb\xac\x67\x0f\x6b\x4d\x6b\x34\x39\x9a\xb5\x58\x77\xd4\xd7\x89\xfd\x5b\x5a\xe4\x77\x2d\x7a\xa0\xe0\x94\xbf\x21\x67\x51\x60\x1e\xb0\x3a\x4e\x90\x74\x28\xe0\x54\x42\x57\xf4\x2b\xea\x95\x94\x50\xa6\x05\xed\x78\xfa\x6a\x6a\x5b\x50\x7c\x16\xdc\xbb\x89\x0e\xc8\xdd\x8b\x3b\xc7\xe0\x8b\x48\x68\xbf\x50\x84\x78\x33\x6c\x15\x73\x49\x82\x71\x54\x87\xd3\xca\x0d\x80\x96\x91\xd0\xca\x0f\x56\xfe\x01\x5a\xc1\x10\xf5\x59\x9a\x15\xdd\xb7\x23\x9d\x8e\x63\xc4\x36\x87\x85\xac\x0d\x59\xa8\xd9\x11\xba\x89\x89\x2c\x15\x87\x2e\x85\x47\xe5\x09\x98\xca\xc8\xd1\xf4\xac\x30\x78\xb4\x29\x4f\x23\xec\x19\x57\xc8\x06\x84\xdf\xe3\x19\x33\xb2\x22\xf5\x93\x37\xf9\x23\x59\xed\x69\xf6\x9e\xf9\xec\x37\x02\x28\x76\x47\xf4\xc1\x9c\x7c\x64\x62\x4c\x63\x81\xab\xf3\x76\xae\x5d\xd1\xa0\xc3\xfb\xd8\x0b\x25\xaf\x6c\x9a\xc2\x59\x7e\x76\xa3\x09\xec\xc3\x94\xfa\x9e\xab\xd1\xae\xfe\x35\x8a\x8f\x1c\x7c\x40\x81\x6c\x37\xe7\x44\xe0\xbe\xca\x76\xae\x25\xed\xba\xd8\x83\x8b\xa6\xc7\x08\xff\x70\x1b\x42\xcd\x53\x95\xb1\xeb\xc2\x2f\x71\xdf\xc5\x3e\x61\x97\x44\x1c\x8e\xbb\xc9\x31\x0b\xba\x1b\xff\x24\xde\xcd\xf7\x75\x82\x4d\x12\x9a\xe4\x99\x58\xc1\x0f\x73\x23\x27\x75\x64\x8e\xc1\xdb\x92\x5f\x0a\xa5\x10\x54\x2a\x27\xdf\x07\xc8\xe6\xad\x23\xd5\x4d\xc5\x25\x5e\xf2\x34\x18\xec\x49\x39\xec\x95\xae\x62\xa5\x92\xbc\x4b\xe5\x1a\xfc\x3c\x72\x5b\x43\x3c\x3f\xc6\xd7\xb9\x42\x87\x9f\x4b\x59\x5b\x94\xc3\x67\x05\x0c\x67\xa9\xf8\x89\x41\x9b\x93\x9a\xf9\x93\x0c\x79\xf4\x64\x5a\x79\x18\x9f\xe9\x9f\xde\xc8\x72\x08\x74\xcf\xe8\x8e\xe9\x26\x8f\x65\x3e\x8d\x13\x12\x1c\x04\xdf\x13\x5f\xbb\xb2\xb2\x37\xf1\x91\xb0\x41\xa1\x5b\xe6\x49\xd0\x8c\xa0\xd0\x7d\xfb\x7c\x41\x36\x1b\x1b\x32\x96\x98\x63\x89\xcb\x55\x47\xe4\x7a\xe0\x7b\x3a\x3e\xe5\xad\x26\xfc\xdb\xf2\x30\x2f\x91\xb4\xbb\x2e\x2c\xcf\xd5\x43\x56\xe6\x94\x77\xdc\x2b\x58\x94\x9b\xfb\x99\x3c\x9c\xb9\x94\xfb\x8d\x32\x9f\x00\xc8\x73\x09\xbc\xc7\x1a\xcd\xb7\xa1\x4f\x32\x62\x0b\x40\xcc\x19\x7f\xb9\x88\x17\xf9\xcd\x2b\xae\x68\x6d\xf4\x35\x1c\xa1\x48\x14\x37\x8b\xa2\x14\x07\x27\x6b\x38\x61\x8b\xee\xa0\x24\x8b\xcf\xc5\x4a\x74\xcd\xe4\x4c\x49\xb5\x2b\x6d\x78\x45\xa9\x02\xe3\xd4\xab\x27\x59\x8f\xf9\xad\x04\x49\x42\xdd\x4e\x36\xc3\x25\xe9\xee\x0f\x6a\x1a\x25\x81\x38\x94\x84\x2e\x31\x27\xac\xcb\x07\x97\x7e\x20\xed\x4d\xcf\x90\x18\x79\x5f\x8e\xab\x90\xd4\x53\xdc\x22\xc8\xd2\xd6\x40\x6a\x90\xb8\x2c\x91\x5e\xee\x67\x5d\xde\xcf\xac\xf1\xd8\x56\x09\x8d\x5c\x74\xbb\x57\x95\xce\xd9\xe7\x32\x51\x71\xda\x25\xf1\x94\xba\xda\x16\x7e\x67\x66\x53\x8d\x26\x82\x39\xfa\xa4\xe6\x22\xe2\x5b\xff\xed\xda\x54\xa4\x50\x35\x54\x5b\x88\xfc\xa5\xd8\x5b\x3b\x80\x4a\x93\x25\xd7\xe6\xa1\xe9\x55\x57\x6a\xc9\xae\x71\x25\x77\x6b\x51\x6e\xb2\xdc\x15\xb5\x7e\x38\xcb\xd4\xa1\xda\x0b\xa4\x71\xee\x86\x3a\x12\x39\x87\x79\xbe\xde\x95\x22\xa7\x3e\x69\x80\x05\xbe\x26\xab\x1b\x4b\xe9\x17\x08\x39\x4d\x25\xe1\xa6\xa8\xec\xc6\x28\xe7\xf0\xd3\x3a\x4d\xe5\xd0\xcc\xb9\x95\xcd\x05\xd0\xdf\xe3\xb7\x5b\xb4\x61\xf8\xa1\xa0\x16\x39\x4c\xd1\xfb\xa8\xe5\x94\x0b\xa0\xe3\x6e\xcb\x98\x8b\x77\xab\xb4\xa5\xcf\x65\xa6\x41\xb7\x25\x07\x5e\x56\x51\xd9\xc2\x44\x24\x8b\x57\xb4\x24\xa1\xf5\xb3\x9b\x5a\xa6\xdd\x20\xc9\x66\xad\xfe\xb8\xb7\xd1\x79\xad\x37\x3c\x9d\x43\xcc\xdb\x96\x7d\x54\xfe\x63\xf2\xf7\xfe\x3f\xbc\x74\xdb\x5f\x06\x15\xbb\x5b\x29\x52\xc1\x7f\x4f\xf1\xdb\x6f\x42\x52\xe7\xfb\x94\x2f\x20\xd7\x26\xd3\x3b\x42\x21\x7f\x47\x28\x1d\xcf\x9d\x8c\xfa\xc1\x9d\x24\x27\xba\xea\x47\xe7\x41\xa7\x5e\xc5\xdb\x8e\xaf\xce\xab\x9b\xee\x74\xdc\x72\x96\xd4\x02\x3b\xce\x43\xa9\x65\x2b\x3b\x6e\xc0\xda\x0a\x37\x75\xae\x81\x7f\x14\x40\x3a\xb9\xe8\xf0\x84\x77\x5d\xeb\xdd\xc1\x6c\x5a\x57\x15\x91\x1b\x3c\xa4\xba\xe4\xf5\xdd\xaf\xa6\xe7\x04\x25\x0f\xff\xa5\xc7\x1c\x74\xe6\x34\xbb\x17\xe8\x68\xba\x40\xe8\x23\x3a\xca\xa6\x7d\xfa\x4e\x39\xaa\xc7\xa8\x6a\x27\xc7\xf9\xc1\x68\x75\xbf\xe3\xe5\xde\x34\xf5\x80\xe3\xaf\x8e\xcf\x6a\x21\xd8\xac\xed\x90\x9a\x04\x0e\x6b\x44\xaa\xa1\xe0\x4f\x55\x4c\x35\x10\x92\x5f\xca\x57\xa3\x9c\x5e\xe7\xdb\xab\x33\xa0\xef\x32\x56\xf5\xaf\x44\x5c\x8e\xbf\xdb\x5f\xec\x7a\x39\x92\x37\xb0\x19\x77\x89\x46\x1b\x5c\xf4\xc8\x20\xef\x1f\x0e\xb2\x3f\x7c\xe6\xc4\x88\xa9\xfd\xfc\xd2\x81\x51\x0b\x87\x8c\x59\xf1\xe8\xbc\xc3\xdc\x44\xdc\xd8\x6e\x87\xd1\xe1\xaa\xb1\x08\x87\x4e\xf5\xd4\x58\x93\x43\x8b\x6a\x76\x2c\xd3\xe1\x44\xbb\xd1\x18\xcb\xe1\x51\x73\xc5\x18\x1a\xa4\x5b\x27\x1b\x03\x81\xb2\xcb\x5f\x8c\x19\x80\x3e\x89\x41\x63\xae\xe0\xb2\x9c\xf1\xb1\x2c\xa7\x68\xfe\xe3\xf1\x4d\xb0\x73\x71\x81\xe3\x7b\x51\x8e\xe1\x8a\xf1\x67\xee\x9e\x54\x9b\x43\x43\x8d\xad\x65\x1b\x8f\xbc\x6e\xda\x2a\x3a\x7b\x8c\xd5\x7c\x33\xeb\x81\x5e\x5d\xeb\xa3\x94\xab\xfa\xc9\x0a\x5a\x6c\xf5\x71\x4a\xc7\xda\xc8\x75\x06\xe0\xae\xa7\xc1\x87\x0d\x07\x7a\x72\x7d\x2f\x1b\x15\xa8\xb7\x10\xb9\x26\x9c\x01\x1d\xb7\xcd\x66\xc6\x43\x47\x10\x06\x96\x65\x43\x97\x9d\x38\x56\xf5\xa3\x7b\x40\x25\x40\x97\x91\x65\xbb\x8f\xa0\xf6\xd1\xe3\xd6\x1c\x48\xdb\xa8\xdc\x62\x3d\x94\x3c\x46\x35\xc9\x32\x38\x52\x35\x5d\xa5\x67\x74\xab\xba\x47\x0c\x37\x51\xd4\xc2\x73\x37\x99\x61\xeb\x4e\xa5\x5d\x32\x77\x6f\xcc\xe2\xf9\x58\xd8\x37\x1b\xb1\x3f\x58\xc6\xb6\xce\x31\x8a\xac\x6e\x28\x2a\x29\x8b\x36\xde\x1d\xa1\x1e\x10\x3b\x74\xd7\x25\xb7\xc7\xf6\x53\xdd\x17\x11\x12\xd0\xaf\x5e\x8e\x53\x3c\xe4\x66\x5f\x03\xe8\x33\xb4\x4a\xdd\x03\xec\x87\x83\xfa\xeb\x6d\x42\x91\x23\x03\x5c\xcb\x55\xae\xfb\x07\x81\xa6\x42\xb3\xe7\x92\x8d\x75\x3f\xad\x74\x24\x13\xd2\x43\x36\x62\xe9\x93\x02\xa1\x5d\x52\xb9\x44\x70\x10\xf8\xab\xf2\xdf\xa4\x16\x87\x1d\x35\x5c\x8e\x19\x08\x56\x6f\xcc\x7c\xed\x98\xdc\x38\x43\x25\x43\xe8\xcd\x37\xbc\x1d\x9c\x77\xb5\x89\x70\xc6\x30\x46\xfb\x1e\xf4\x5a\x78\x63\x87\x1d\xb4\x05\x75\xac\xf3\x31\xd8\xd8\x75\x49\x85\xb4\x3f\xe9\xee\xd1\x9d\x60\x1b\x86\x53\xf4\x64\x58\xad\x26\xdc\xe9\xcd\x36\xcb\xb2\xf3\x13\xa1\x64\x61\x0e\x12\x91\xba\x92\x0d\x9e\x29\xd4\x2e\x1e\x77\x92\x17\x5d\x11\xbe\x85\xc6\x89\xcf\xf1\x8d\x5d\xf6\x48\x6c\xe2\x14\xf0\x9c\xb2\xbb\xac\xbd\x88\xab\x95\xf3\xf4\x4d\x28\x5c\xcd\x6d\x3f\xaa\xeb\x9e\xfa\x4f\xa4\x8d\x6e\xc7\x65\x6f\xdc\x2c\xb1\xae\x2d\xd9\x88\x2d\xf8\x90\xb6\x1e\xc8\x17\x62\xb3\xa2\x04\x14\xed\x71\x5b\x69\x64\xf7\xd6\x7b\x63\x47\x95\x75\xb4\x0f\xa1\xf3\x8b\x79\x87\x13\x32\x5b\xaf\x75\xc1\x65\x7d\x36\xb6\x6e\x2f\x12\x93\x2d\x97\x0e\xb9\x1e\x15\xc6\x89\x1c\xdd\x82\x73\x5e\x08\xe4\xee\xef\xf3\x31\x49\x83\x38\x4b\xd1\xa3\x98\x06\x3c\x47\xbc\x85\xd9\x48\x68\x91\xec\xa1\x7e\x24\xa1\xcb\x1b\xc9\xc7\x3d\x57\x54\x9d\xc5\x83\xbd\xd7\xd7\xe9\xa2\x6f\xfb\x98\x36\xfc\x81\xf9\xfb\x69\x35\x79\x80\xa3\x28\xdf\x5a\x7c\xec\x17\x02\x6e\xb6\x1d\xb4\x3d\x10\xf8\x59\x7e\xdf\x52\x03\x7d\x3d\x35\x42\x79\xc3\xbd\x29\x35\xbb\x09\x85\xef\x4c\xfd\x58\xf5\x8c\x54\xcd\x67\x96\x24\x7a\xbe\x4b\xcb\xcc\xfd\x40\xde\xf5\x1f\x31\x7d\x1c\x04\x3f\x78\x0c\x5f\x9f\x9c\x0d\xec\x58\xbf\x9c\x7c\x24\x63\x99\x72\xb7\x50\xe8\x1f\x18\x50\x5c\x62\xec\x59\x1a\x68\x2e\x1d\xc3\x42\x68\x37\x2a\x81\xc8\xfb\xc1\x8a\x1a\x2b\xe7\x60\x46\x5a\xdd\x1c\xe8\x5d\x68\x48\xe3\x0e\xbb\xab\x61\x06\x4d\xdb\xad\x7a\x3c\x5d\x63\xcb\x7b\x58\xe4\xf9\xd8\xb7\xf2\xcf\x14\x9b\x38\xf7\x86\xa9\x80\x82\x78\x44\x85\x69\xe0\x22\x0f\x5b\x54\x15\x64\x9d\xb8\x52\xb8\x2d\x38\x3e\x79\x55\x2a\x9d\x1e\xcf\xdf\x17\xeb\xc7\x68\xcd\x88\x8a\x90\x87\x2c\x65\xcd\x04\x1b\x32\xb7\xe5\xfa\xf9\x6d\x09\x53\x16\x7c\x22\x81\x22\x08\xc5\x72\x37\xb7\xc8\x41\x09\x18\xb1\x9a\x6d\x5f\xee\x0e\x79\x1c\xb5\x58\xb5\xdd\xc1\x35\xa6\xb0\xa6\xc1\x26\x2d\xb0\x24\x82\x33\xb8\x85\xbe\x3f\xd2\xa6\x2b\x25\xd4\x37\xf2\x51\x2b\x36\xec\x2e\xeb\x54\xed\xe7\x88\xcc\xa8\xc3\xd2\x80\xc8\xf7\xd1\x77\x0a\xa6\x58\xbf\x38\xb7\x05\xd6\xec\xf1\xb8\xca\x24\x42\x54\x43\x82\x3a\x86\x16\x7d\x21\x45\x87\xf9\x85\xe3\x95\x96\x14\xd8\xcb\x0d\x17\x20\xc9\x8f\x62\x47\x84\x4b\x84\xc3\x71\x9f\xf3\xe7\x5d\x19\x3c\x5e\x11\xd5\x65\x77\xc2\xb7\x92\x32\x30\x32\x89\x2a\x2d\xb7\xbb\xc6\xda\x16\x34\x39\xf6\x2a\xba\x3b\xf8\x61\xdf\x5f\x2e\x8e\x7e\x56\x79\x36\xae\x8e\xd1\xdd\x74\x39\xfe\x79\xe8\x86\xea\x72\xde\x73\x66\x79\xa9\x79\x42\x4d\xf8\x74\x9e\x57\x62\x08\x6b\x55\x7a\x71\x92\x4e\x74\x24\x0f\x92\x74\x8e\xab\x64\x47\x25\xcf\xf3\x74\x42\x60\xa9\x80\xa4\xaa\x00\x27\x3e\x83\xef\xe4\x75\x26\xed\x4c\x46\x15\x2e\x3a\xbd\x2e\xfb\x0e\xaa\x39\xe3\x56\x5e\x3d\xd4\x48\x40\x2b\xb4\x07\xad\x4a\xc4\xf8\xe6\xcc\x84\xa5\xd8\xfb\x5d\x1b\x6e\x49\x3b\xec\xff\x4f\x8f\x65\xfa\x62\xc0\x3e\x45\x4c\x66\x32\xf5\x48\x63\x51\xe6\xdf\xc0\xf3\x95\x44\x41\x73\x10\x5f\x7c\x48\x70\x9f\xb1\x46\xf8\x3c\x8b\x14\xda\x97\x3a\x97\xf5\x30\x42\x3f\x16\x96\x7d\x83\x3d\x1c\x31\x2c\xbc\xc0\xb1\x09\x1e\xce\x79\x1a\x77\x99\xa2\x91\x07\x49\x4c\xf4\x68\xcd\x17\xa5\x12\xdd\xf3\x0b\x70\x19\x4d\x08\xb5\xc8\x3c\x7b\x18\x22\xcf\x96\x11\x7f\x2e\xb8\xe6\xfc\xf6\x50\x4e\xec\xc8\x5f\xe3\xb5\x72\xc0\xa2\x60\xc8\x1b\xda\x55\x2e\x9a\x23\x07\xb4\x1d\x2d\x1c\xf5\x11\xd7\xc7\x17\x69\xfb\xe9\x96\x07\x15\x89\x29\xf7\x8a\x56\x14\x9d\xa2\x4a\xb3\xf0\xc5\x80\xa0\x81\xa4\xce\x62\x46\xc8\xde\x98\x9d\xe2\x98\xb0\x4b\xcc\x47\x25\xed\xac\x70\xda\xaa\xd2\xbf\x31\x07\x7d\x66\xa5\x7e\xb1\x72\x22\xa7\xcc\x31\x71\x2d\x06\x54\x7e\x20\x75\x12\x56\x25\xfe\xea\x5e\xb9\x3c\x2f\xd9\x84\x2d\x9a\xa6\x49\xfd\x71\x89\x23\xa0\xb2\x2b\xf8\xba\xbe\x2d\xe5\xa7\x09\x67\x3b\x34\x2b\x2a\x89\x6f\x9b\x3f\x55\xee\xf5\xb0\xae\x0d\xad\xc4\x79\xaa\xa4\xec\xca\x2c\xef\xdc\x82\xd9\x4a\x95\xaf\x46\xa6\x45\xd5\x36\xff\x93\xbc\x17\x55\xb5\xb4\x6c\xb6\x61\xb5\x8c\xe1\x14\x72\xb8\xe6\x26\xf3\x66\x40\x4a\x1d\x3b\x32\xd3\xdb\xbd\xa1\x28\xaa\x09\xbf\xa2\x11\x14\xfb\x0b\xf9\xb9\x1a\x88\xde\x77\x06\x5b\xdb\xe0\xea\x33\x17\x57\xaf\x89\x31\x1e\x4f\x6c\x38\x88\x79\x39\xb8\xaf\x11\xec\x36\xdc\xdd\xd9\x38\xe8\x1e\xa3\xb8\x24\xc3\x62\x41\xb2\xa7\xb2\x6a\x1c\xbe\xda\x5e\x76\x1e\x5f\x5a\xea\x26\xbb\x45\x6c\xca\xb3\x95\xfd\xf1\xdc\x99\x36\xdc\xc4\xf7\xc1\xc5\x25\x36\x83\xfc\x03\x22\xc6\x5b\x88\xb4\x23\xc1\xc4\x56\x0e\x63\xbb\xdf\x19\xf9\x21\xe6\x2b\x0f\x4a\x7b\x2d\x6b\xb3\xdb\xf6\xe6\xf5\xf0\xbb\x67\x14\x2d\x3f\x11\x97\x4e\x88\xda\x92\x91\xe2\xc9\x16\x39\x1c\xa5\x35\x7c\x5e\x71\x00\xd5\xd0\xf7\x5e\xd1\x89\xb6\xe8\x1c\x54\xbc\x43\x2f\xb5\xe9\xb7\x23\x5d\xa3\x1a\x92\xda\x79\x18\x4e\xc5\xe7\xf6\x29\x37\xa1\x98\xd1\xfe\x15\x5b\x24\x9c\x51\xba\x12\x74\x52\xde\x2a\x6f\x7a\x1e\xe5\x7c\xec\xe8\xf7\x19\x0c\x8b\xe8\xd2\xf4\xaf\x0b\x5c\x50\xc5\xd0\xfe\x25\xdf\xe9\x49\x0b\x01\xe2\xc3\x3a\xb6\xc0\x56\x9d\xdd\xd0\xd9\x00\xeb\x5d\xf8\xab\xd2\x76\x41\x4c\xfb\xa9\xce\xb9\x34\x8e\x3e\xee\x2e\x70\xf9\x3b\xc0\xeb\xf1\x80\x87\xf7\x68\xf4\x44\xc0\x5f\xb6\x4f\xf7\x88\x11\x9c\x66\x4e\xcf\x02\xf2\x58\xed\x64\xef\x46\x94\x56\x99\xb8\xd7\x17\x0d\x29\x7c\xd6\x5b\x8f\xb1\xcd\x4a\xed\xd3\x76\xff\x93\xd4\xd4\x37\x43\x30\x8f\xce\x52\x37\x78\x65\x85\xae\x1b\x58\xeb\xdb\x17\x00\x1e\x5a\x4b\x75\xf5\xe8\xee\x9b\x71\xfa\xe7\x6c\x4c\xbf\xa6\x93\x6c\xc9\x77\x20\xd5\xd9\x63\x36\x65\x30\xd6\xf9\xc4\xc4\x3f\x43\x3a\xd0\x8d\x43\x1f\x86\xe6\xa1\x5e\x7d\x53\xc3\xc7\xa0\x5d\x5d\x47\x87\xc1\xb0\x9d\xf2\x3d\xc3\x54\x58\xa6\x6c\xcd\x70\xb6\x8b\x5e\x35\x72\x78\xc0\xe5\x8e\xc4\x6f\xf8\x35\x02\x56\x40\x1d\x39\x8e\x82\x67\xe2\x47\x1a\x31\xae\x09\x95\xa3\x18\x6c\x23\x3b\x69\xcc\x92\x54\x43\xaf\x1d\xff\x44\x5e\xe5\xfb\x79\xf4\xbe\x23\xf9\x5c\xea\xd8\x53\xf0\xda\xe5\x97\x13\x86\xe0\xe1\x79\xf1\x24\x15\x42\x99\x62\x4e\x3e\x81\xa4\x8c\xfa\x4d\xb1\x21\xb2\x01\xe4\xd4\x27\xc8\x62\x8f\xf9\xf4\x51\x27\x0d\x25\x73\x9a\xe2\x04\x6e\xa9\x98\x8e\x72\xaa\xaf\x17\x4d\x0b\x9c\xb5\x2b\xde\x4f\x17\x38\xb7\x94\xc0\xa7\xef\xc3\x9c\xf3\x74\x66\x8e\xc2\x6d\xd2\xd9\xb3\xc6\x48\x35\xaf\x7e\x16\x80\xf9\x1e\xa9\x9a\x9d\xc6\x2f\xd3\xae\x1a\x30\xda\x9e\x56\xf3\x8c\x52\x14\x6b\x4b\xde\x18\x4f\xb6\x77\xe6\x9d\x30\xe9\xe9\x88\xcd\xe8\x30\x0d\xe8\xba\x90\x18\x6a\x7a\xbd\xc7\x31\x46\xcf\x2c\xa7\xaf\x8e\x99\x6d\x46\x1f\xe0\x50\xaf\x99\x9b\x0d\x75\x78\x67\x59\x18\x8e\xe4\xe2\x72\xad\x36\x8c\x61\xd0\xe7\x6c\x73\xc7\xea\x60\xf5\x76\xcb\x13\x7e\xe0\x6a\x47\xfd\x89\x35\xf6\xb7\x9d\xbc\x26\xfc\x6d\xf1\x30\x9d\x89\x59\xcb\x7b\xf0\xc5\x49\x6d\x33\xa2\xb9\x49\xa3\x5b\xfd\x4a\xcb\x06\x99\x7d\xd9\x11\x6b\x55\x53\xb8\x48\x65\x7b\xa8\x45\x2b\x8b\x67\x07\x6a\x33\x4a\xb1\x07\xae\x51\xf4\xc5\x6a\x00\x5f\x74\x58\x46\x38\xd8\x5f\xea\xea\xa1\xbd\x73\xf8\xd4\xb3\xd1\x07\x00\x5a\xe8\xfd\x8a\x27\x81\x7f\xa8\x95\xae\x40\x67\x9d\x81\x3d\x2e\x6b\x60\x99\x83\x56\x90\x55\x08\xf8\xd0\x36\x87\x21\xd4\xa3\xa1\x7f\xed\x3c\x30\x94\x61\xbe\xd5\x23\xf7\xe1\x11\x2d\x73\x4f\x5b\xeb\xaa\xb3\x4d\x03\xf6\xc2\xea\xa8\xca\x51\x47\x66\xcd\x16\xf1\x7a\xc8\xae\xda\xbb\x39\x22\xa7\xf2\xfa\x1b\x69\x9a\xce\x39\x32\x52\xfc\x29\x68\x52\xf3\x30\x3b\x0e\xd6\xd8\xa6\x45\xff\xed\xf2\x46\x51\x42\x39\x82\x80\x2b\xdf\x90\xf2\x50\x07\xbb\x0e\xb8\x85\xbb\xfa\xab\x7e\x20\x0e\xb9\xe5\xf6\xc4\x43\xbe\x61\xbf\xf7\x56\x82\x06\x08\xc8\xbe\x06\x20\x95\xc4\x53\x57\x59\xff\xf6\xec\xee\xcf\xb6\xf0\x73\x7c\x2b\xe1\xb4\x8a\x9d\xfd\x24\x3d\xb5\x89\x2e\xe3\xd2\xd5\x92\x0b\x48\x78\xd9\xf1\x02\x07\xb4\x66\xf9\x8f\x4c\x95\x6b\x48\x15\x28\xc9\x12\xc3\xac\xe9\x8a\x79\xe0\x16\x5e\x6f\xc7\x1c\x70\x4f\x68\xac\xa0\x3a\xe0\x7c\x9b\x79\xde\x31\xf8\x3f\xad\xdf\x70\x52\xd2\x0e\x05\x11\xcd\xf5\x3c\xa0\x44\xc1\xf6\x7a\xdb\x75\x7c\x06\x93\x7c\x82\xba\x22\xed\xcf\xf9\xa5\xa9\x26\x6d\x31\xfe\x67\x7a\xb4\x2d\x9d\xe1\x21\xa2\xe2\xf6\xfb\x68\x94\xa8\xa6\x71\xc1\xad\x5b\xf4\xb8\xd2\x14\xf7\xb5\x10\x5e\xdc\x48\xb8\x5e\xf4\x48\xf8\x9e\x94\x26\x56\xf3\x41\x1e\xd7\x4b\xbf\xc5\x75\x78\xad\x2b\x4b\x66\x59\x78\x9b\x55\x5a\xd2\xfd\xc8\xb5\x35\x07\xfc\xde\xfa\x7a\xd4\x1f\x23\x7d\xa0\x1c\x97\xad\x72\x7b\x18\xa0\xd1\x5c\x88\x38\x41\xbd\xd2\xda\xeb\x24\xa2\x29\xe4\x39\xa0\xf1\xe0\xac\x76\x33\xbb\x5f\x8c\x72\xe5\x55\xab\x6e\x2c\x35\xfb\x1f\x95\x3f\xd1\x34\x5b\xbf\xb5\xcb\x73\x32\x1b\x51\x67\x41\x7e\x9f\x9d\x2f\x55\xfb\x49\x84\x6e\x22\x63\x7f\x6a\xce\xa4\xa0\x2a\x40\x9d\xaf\x95\xb4\x4c\x5d\x10\x29\x63\x9e\x05\x7e\x2a\x8e\x08\x73\x0d\x02\x96\x6a\x05\xbe\x0e\x3e\x5b\x56\xe4\x73\x94\xc1\xae\x9c\x26\xa0\x42\x37\xd7\xbc\x71\x9d\x63\x5e\xa8\x57\xba\x24\x84\x8b\x1a\x3f\x81\xff\x44\x1a\x35\xaf\xb7\x7f\xc6\x7a\xdf\xba\xd2\x26\x86\x0c\x49\xdd\xa7\x4e\xa7\x68\xa4\xe2\x95\x93\xd4\xf2\xd4\x8c\xa6\xec\xa0\xce\xd4\x73\x55\x3f\x19\x89\x7c\x50\x49\x50\xe8\xee\x34\x76\xee\x33\x66\xf6\x7f\xc4\x0c\x9b\x16\x5c\xe0\x0d\x86\xbf\x13\xf6\x46\x69\x45\xea\xe6\x4d\x85\x34\xb2\x02\x45\x5d\x01\xf8\x28\x2d\xb1\x96\x57\x5e\xb4\x5c\x12\x86\xdb\x1e\xf3\xa5\x7c\x11\xf5\x80\x9b\x5c\x55\x09\x1d\x8b\xdb\x55\xab\xeb\x18\x19\x7f\xb5\x3e\xdb\x2e\x21\x38\x85\xfb\x68\xb8\x37\xd4\x3b\xd6\xa3\xfb\x53\xf8\x44\x6c\xbf\xbc\x9f\xf5\x28\xee\x68\x03\x3d\x7a\x6d\x3c\xb0\xfc\x4b\xcc\x17\x9e\x7f\x51\x3e\xe7\x79\xe2\x26\xe1\x16\xee\xd5\xe4\x0d\xa9\x29\xb1\x6f\xf8\x6b\x63\x87\xe3\x21\x19\xc7\x22\x61\xbc\xcc\x2c\x4a\xf0\xef\x84\x89\x9c\x0a\x8a\x46\xd2\xbe\xfc\x07\x1e\x0e\xc9\x39\x45\x38\x77\xcd\x94\xe7\x25\x63\x88\x07\x7c\x2f\x69\x8b\xd3\xfd\xb4\xb9\x8a\x78\x07\xe3\xa8\x9a\xf0\xdf\x93\x49\xdc\x23\x11\xaa\x81\xb4\x78\xbb\x48\x6c\xd7\xa6\x84\xcb\x91\xdf\x5a\x6e\x26\xbd\x61\xbd\xac\xcd\x49\x49\x8c\x02\x49\xd7\xa7\x4e\xc4\xac\x28\x10\xf1\xcb\xb8\xdb\x05\x36\x69\x6e\x71\x0b\x49\xa9\xe9\x36\x09\xe7\x62\xfa\x32\x3c\x53\x36\x87\xa5\x67\xce\xa4\x01\x69\x49\x59\xab\x32\xf3\x7d\x9e\x65\x7b\x67\x4f\x11\x31\x42\x46\x5e\x2c\x86\x94\x23\x29\xdc\xe4\xf2\x29\x6f\xa3\x38\x19\x5c\x95\x8c\xa7\x35\xce\x55\xf2\x3b\x82\xbe\x8e\x2e\x64\x2c\xd2\x0d\xfa\x62\xb2\xb6\x31\xac\x94\x01\xc2\x2d\x21\x7a\x4d\xd8\x1c\x97\x50\x41\xf5\xc1\x5c\x32\xf3\x53\xc9\xd3\xbc\xed\x11\x7b\xf3\x4c\xf3\x1e\xb0\x68\xe9\x92\x7c\x65\x74\x15\x4f\x50\x10\xc2\x1d\x62\xdf\x10\x45\xc7\xff\x0d\x79\x57\xb8\x90\xa4\x4b\x35\x2a\xb6\x4f\x6d\xf1\x7e\x26\x5e\xce\x58\x8d\x17\x95\xb8\x65\xaf\x43\xa7\x97\x1a\xe5\xde\x83\x0a\x73\x2a\x7c\xbe\x2f\x8d\xe5\x4b\xfc\x48\x93\x3f\x45\x2f\x29\x92\xa1\xa3\xc5\x66\xfe\xa7\xba\x79\xe2\xb2\x80\x5b\xf2\xa2\x92\xbf\xd4\xf7\x0d\x29\xa5\xd3\xb4\xec\x8a\x4e\x49\x5d\xf0\x86\xe2\x65\xc9\x17\x46\x89\x50\x2d\xe5\x33\xcd\x52\x27\xcb\x4c\x23\x78\xb1\xc2\x72\x34\xfb\x6c\xa4\x51\x45\x14\x67\x27\x3d\xb2\x72\x28\xce\x97\x72\xab\x1a\x98\x70\xd9\x33\xa5\xa6\x2b\xa5\x10\x7b\xb8\xb6\x2e\xfd\x05\xa2\x58\x02\x20\x1d\x38\x5d\x52\x26\xf4\xe0\xcf\xbe\xa8\x88\xf4\x9c\x1e\x43\x55\xd9\x7b\xaf\xe8\xd7\xa8\xee\x25\x1b\x74\x76\xd6\x4c\xf8\x80\x5b\xad\x6b\xdb\x7d\xa3\xeb\x72\xeb\xa0\x7e\x8f\xca\xda\xeb\x5e\xf9\x37\x17\x86\xd7\x47\x04\x42\xb2\xfe\xa9\x5f\x0c\x76\x4d\x5a\x6e\x88\x0e\xa9\x8c\xe1\x35\x0a\xc3\x37\x85\xf1\x65\x0f\x59\xee\xb4\x47\xcd\x9d\xd1\x9d\xbe\x9c\x56\x97\x58\x10\x71\xb1\x2d\x2e\xa1\xc9\x75\xa1\x76\xc0\x1d\x75\x6e\xb0\x61\x1f\x36\x71\x81\x24\x5b\x85\x6b\x98\xe4\x35\x05\xe1\xa7\x86\xc6\x9b\xaf\x13\xb7\xf6\x3c\x6f\x19\x20\x1d\x6e\x7f\xdc\x9a\xeb\x61\xdc\x34\xd7\xb6\xd3\x33\xa2\xc6\xb1\x2d\xcf\xeb\xb4\x44\xd0\xf6\x9e\x3c\x9c\xff\x4c\x1e\xec\xb7\x2f\xa3\x4b\xf1\x4f\x40\x03\xef\x8a\xe2\x71\x90\x11\xbb\x48\xb9\x92\xb1\x14\x32\xd8\x11\x1b\xe6\x40\xd5\xec\xea\x8a\xfc\xee\x1d\xd4\x53\x1d\x9d\x87\x83\xb5\x86\xa2\xdf\x9e\x9f\x93\xd7\x62\xd6\x2c\x59\xb7\xe7\x61\x6e\x4d\x3f\x50\xaa\xdd\x8a\x47\xcb\x3b\x6e\xb8\x13\xfa\x89\x9d\xb7\xb1\x7b\xba\x2e\x76\x25\x61\xaf\xc8\x57\xab\x2c\x70\xf5\x8d\x47\x55\x2d\xf8\xcb\x95\xe3\xdd\x7b\x88\x06\x25\xa4\x6e\x86\x07\x38\xd7\xb3\xfb\xb2\x57\x75\xda\xa1\x9e\x72\x5f\x72\x5c\x40\xef\x40\x80\x75\xa4\x96\x7a\x33\xed\x76\xf0\xc5\xfe\x64\xc6\xa2\xdf\xf3\xc1\xe2\xb0\x6f\x24\x72\x97\x02\x79\xe0\x82\x41\x77\x15\xf2\xcd\xb2\xa0\x17\x81\xca\x9b\x7d\xde\x97\x87\x3e\x38\x7e\x57\x9d\x8c\xee\x1f\xd2\xed\xe7\xba\x62\x7b\xdd\xfb\x7f\xba\xbe\x52\xfe\x1e\x88\xc1\x88\x5b\x04\x03\x6f\xdc\xdc\xeb\x4e\x0d\x52\xdd\x1d\xcb\xcb\x06\x6f\x61\xdd\x8b\x0d\x86\x0e\xe0\x5d\xb3\x5f\x0f\x65\x11\xff\xa6\x74\x0d\x07\x7b\x89\xb8\x3b\x46\x24\xbe\x53\x61\xcb\x63\x36\x01\xc9\x81\xef\x26\x60\x41\x7f\xbc\x73\x07\x86\x5d\x76\x9d\x7f\x32\x84\x77\xb9\x74\x72\x66\xf8\x01\x3c\x7f\xfe\xde\xa8\x2f\xc2\x69\xca\x68\x4c\x07\xd1\x36\xd2\x3f\xf6\x00\xb9\xad\xdf\x62\x5c\x8c\x14\xa8\x32\xc7\x5f\xa1\xd6\x2a\xf0\x13\x1e\x28\x71\xd3\x9e\x89\x1e\x34\xb0\x86\x3e\xb9\x09\xfd\x4d\xca\x9c\xa4\x63\x2c\x44\x03\x93\xb5\xee\x36\x82\xe5\x29\x1d\xdc\x89\x24\xdf\xe9\xf5\xc4\x1f\xd1\xa7\x67\xe0\xde\xb5\xa1\x94\xb9\xad\x7e\xa7\xfd\x0b\xc6\x7f\x3b\x15\x5c\xf0\x99\xec\x77\xce\x3d\xb5\x30\x4d\x82\x46\x2c\x88\x67\x37\x41\xff\xcc\x54\xcd\xad\x82\xe9\x8f\x27\xcd\x75\xc3\x48\x43\x36\xf3\xbe\xb0\xac\xde\x67\xf3\x57\x61\xe7\x3b\x4d\x4f\xa4\xb8\xac\x6d\xf3\x39\x51\xe1\xd2\xd4\x68\x76\xe2\x39\x1c\x58\xc5\x5a\x00\xc1\x1f\x94\x96\x2c\xbc\x45\xae\x2d\x00\x2c\x3a\xa2\x3e\x65\xa6\x2c\xad\xc2\x74\x25\x66\x2e\xad\xc2\x55\xb3\xab\x97\xee\x79\x34\xd1\xd7\x5a\xee\xeb\xec\x6c\x48\xb4\xca\x53\xad\x2f\xff\x62\xdd\xdc\x9d\x5b\xd4\x64\x83\xe9\x25\x09\x73\x6c\xaa\xd4\x8e\xfc\x08\x9b\xd7\x03\x41\xf1\x64\x5b\x93\xa1\x44\xf6\x11\xdb\xb0\x91\x2b\x8c\x02\xdb\x23\xe3\x14\xff\x35\xb6\x7f\x26\xfa\x3c\xb2\x80\xd0\xa9\x55\xee\x08\x87\x85\x29\x05\x72\xbb\xe3\xb5\x69\x84\x53\x89\x53\xe8\xf4\x55\xd0\x38\xec\xdc\xf4\x59\xa0\x07\xa2\x6c\x46\xc3\xfa\x12\xfa\xd8\x8c\x9d\x85\xa1\xdd\x93\xb6\x9a\xa6\x3b\x0e\x38\x79\x48\xf5\x46\x47\xa2\x22\xa4\xa4\x0e\x5c\xaf\xd4\xcc\x23\x40\x0a\x3a\x6e\x65\xac\x73\x42\xa8\xa0\x09\x37\x9c\xce\xf5\x74\x46\x8f\x38\x13\xfa\x2e\x85\x2a\x9d\x67\xfb\x3f\x04\xfc\x0b\xf5\x1d\x2c\xf7\xd2\x81\x31\x86\xd7\x63\x5d\xe0\xa2\x11\x5d\x14\x12\x29\x1d\xf9\xe8\xfc\xc9\xf5\xe0\x68\x95\xe3\x43\xb7\xd1\xb1\x83\xf6\x11\x38\x83\xb1\x3a\x9b\x87\x84\x98\xf1\x23\x96\x4e\x60\x9d\xc6\x0b\x6d\xc1\xce\x76\x32\x9d\xba\x8d\x2e\xab\x65\x83\xd2\x54\x84\x41\xd3\x0b\xd1\x06\x64\x6a\xcb\x09\x41\x1b\x2a\xb6\xed\x55\x32\x1d\xad\xdf\xee\xcf\x45\xa2\xbf\x75\x8c\x87\x73\x5d\x6f\x74\x7d\xa7\x81\x30\x6f\xba\x7f\x91\x85\x6e\x77\x7b\x6b\xf0\x87\xb1\xdf\xd5\x00\x57\x3d\xfc\x97\xfe\xbd\xb0\x3f\xc4\x2f\x03\x3b\xc0\x7f\x3d\xcd\x06\x01\x0e\xd5\xde\x1e\x83\xf7\xec\xfe\xf1\x11\x0c\xc9\xad\x82\x5d\x52\xab\x59\x4a\x20\x6a\x7b\x75\x68\x63\x2d\xc6\xb8\xfa\x62\xc5\x0f\xec\xb1\x1a\x9f\x62\x36\xae\xa2\xce\x4f\x78\x19\x3f\xde\x90\xc9\x77\x25\xb4\xca\x06\xe3\x41\x44\x41\xf3\x17\xd6\x17\x52\x55\x9b\x16\xbd\xcf\xe3\xb1\xc2\x9f\x62\xe2\x65\xab\x94\x79\xac\xf0\xbe\xdc\x59\xe7\x76\xd5\xe7\xbc\x0a\x83\x28\xf3\x9b\xeb\xee\x76\xc2\xf8\xcf\xf6\x3c\x05\x9d\xa3\xb6\xf7\x69\x00\x7d\x68\x23\x6a\x2d\x6b\x1a\xc6\x49\x72\x41\xb5\x16\xb7\x45\x72\xb6\x65\x8c\xd8\x29\xb9\x54\xf3\xcd\xf3\x97\x74\x83\x84\x43\x86\x94\x1d\xcb\x7f\xe6\xa3\x2c\x7f\x92\xe9\xe9\x3b\x5f\xb5\x3d\xf1\xad\x5f\x4b\x4d\x78\xcc\x1c\x65\xb8\x6e\x9e\xf9\xc4\xff\x41\xc3\x3b\x6a\x37\xb5\xa6\x69\x89\xfc\x0f\x6d\x65\x2b\x14\xef\x1e\x34\x25\x4f\x73\x35\xa4\x27\xb7\x93\x5d\x36\x84\xd8\x2b\xdf\x83\x2f\x32\x37\x77\x26\xd9\x7f\x0a\xdf\xda\xf5\xd3\xa6\x9c\x64\x2b\x3a\xd7\xa7\xeb\xed\x22\x92\xb6\x5b\xfa\x69\x8b\x18\x8d\x75\x01\xa1\xa2\xd2\xca\x6d\xb4\x38\xd1\xfd\x62\x41\xd0\xa5\xa2\x42\xe1\x32\x7d\xab\x38\x86\xaf\xc9\x00\x96\x76\xc7\x4d\x84\x10\xcb\xd6\xb1\x04\xa1\x39\x15\xd9\xf4\xbf\xcc\x5b\xd5\xce\x94\xf6\xf0\xb8\x3a\x98\xc7\x4c\xa4\x56\xe3\x06\xf7\x6c\x56\x6b\x13\x0d\x39\x10\x65\xdb\xe2\xeb\xbc\x1c\x7d\xba\xcd\xc9\x51\x8f\x53\xa2\x30\xb1\x8b\xa5\x74\x67\x6f\x1a\xfc\x1c\xd8\x9c\xad\xd1\xf5\x95\xee\x93\x75\xbb\xb5\x34\x74\x2a\xeb\x5e\xdd\xae\x70\x69\xb6\xb3\xb4\x38\xb2\x4a\x68\x26\xd2\x62\x9d\xc9\x19\x12\x08\xd9\x3f\xf3\x7e\x25\xbd\x8f\xd6\x15\x05\x71\x62\x63\xd0\x45\x9f\xc2\x57\x72\x12\x4a\x52\x68\xed\xdc\x9f\xd2\x76\x9f\x27\x71\x19\x15\x83\xc4\x23\xf1\xef\xab\x95\x98\xf6\x84\xec\x3a\x0b\x78\x6b\x12\xa8\xc1\x17\x32\x9d\x7c\x4e\xa6\xb4\x6f\x0e\xb9\x9f\xd2\x3f\x76\x27\xfc\x56\xca\x74\xdf\x77\x76\x6a\xca\xa2\x32\x2b\xe6\x6c\xca\xd3\xa6\x6d\xb1\xcc\xd4\x94\xaa\xf6\xf8\x39\xbe\x51\x09\x9c\x77\x39\x2d\x3c\xf7\x76\xc2\xc8\x7f\xc4\x4c\xda\x2c\xe8\xe7\xbd\x4c\xf6\x14\xc6\x46\xc5\xa7\x34\xe4\x05\x87\x82\x52\xdf\x8a\x76\x52\x37\xa7\x79\x17\x9b\x7a\x03\xd3\x3b\x4a\xad\x71\xb2\x8c\x57\x65\x91\x68\xb5\x00\x5b\x69\x09\x5b\xca\xba\x51\x7d\xdf\xb1\x87\xc3\xe1\xf2\xa7\xbf\xc7\x1f\xe6\x5e\x1e\xb6\x4c\xac\x8e\xdd\xdc\x3d\x9a\x92\x13\x9b\x27\x67\xa4\xc1\xe3\xb6\x37\xac\xcd\xd8\x11\x6f\x5e\xde\x91\xa9\xe4\x31\x8b\x88\x02\x7a\xa2\x9e\x10\x90\x75\x34\xf9\x60\xaa\x38\x1b\xc4\xdf\x1c\xfb\x46\x98\x9b\xb1\x26\xb2\x23\xe7\xa6\xe0\x07\x5d\x9d\x67\x20\x7c\x4c\xb9\x97\xdf\x94\xf7\xd9\xd3\x56\xa4\x5d\xb8\xcb\xfd\x51\xe1\x61\xb1\x08\x29\x2f\xda\x23\xf9\xea\x0c\x49\xfd\x15\x1e\xb1\xb0\x36\x23\x3d\x02\x3e\xe1\x98\xd5\x11\x71\xa7\xff\x71\x4e\x44\x64\x5a\x67\x63\x5e\x2f\xcb\xb2\xc5\xb7\x20\x83\x6d\x54\xab\x29\xfa\x1c\x15\x24\x99\x2e\xda\x1b\xa3\x57\x10\x59\xf4\x84\x0b\x11\x58\x15\xd7\xc6\xdd\x49\x52\x88\x05\x09\xe7\x38\x9b\x4a\x46\x92\x2f\x87\xef\x91\x80\xf8\x7d\x41\x74\x69\x4d\xc6\x6b\xdf\x5b\x65\x7f\xb2\x8f\x90\xb0\x15\xbb\x72\x4b\xdc\x74\x2b\x0f\x89\x0c\xe0\xc6\x79\x17\x69\xfa\x27\x2f\x14\xfa\x06\xb1\x66\xdc\xc5\x9b\x83\xbb\x46\x98\xa5\xb9\xf4\xc9\x5e\xb9\x94\xcc\x18\x69\xaf\x2f\xfb\x1b\xd2\x29\xcb\xae\xd8\xcb\x5c\x59\x95\x5f\x69\x1a\xc6\x28\xc9\xa9\x7c\x18\x21\xca\xfd\x50\xa5\x60\xcd\xa4\xa7\x54\x4b\xa2\xcf\xf2\xda\x6b\x32\xb8\x63\x51\x76\xb5\xfd\xf1\xa7\x42\xc5\xf5\x66\x89\xdd\xd4\xd7\x0d\x97\x52\x8f\x90\x33\x64\xe1\xe9\xd5\x84\xb5\x4d\x98\x2c\x16\x9a\x52\xc6\xf1\x79\x7f\x6e\x7d\x25\xd0\x6f\xfd\x89\x2b\xd5\x03\x94\x5d\x13\x83\xb5\xff\xfa\x5b\x0f\x1a\xd5\x5f\x09\x40\xaa\x12\x1a\xff\xa1\x7a\xb6\xb5\xc9\xc0\x81\xe9\xf5\x27\x64\x7f\x83\x36\x57\xec\x6c\x3a\x11\xdc\x52\x6c\xdf\x6c\x15\xa2\x23\x0c\x6b\x3e\xc7\x6c\x4f\xed\x6c\x19\x8f\xb8\x14\x3b\xd6\xb6\x8e\xfd\x2e\xb2\x52\xee\xc1\x59\xcf\x58\xa5\x58\x8e\xb3\xf1\xf7\x55\x32\x12\x4e\x78\x36\x74\xbc\x4e\x91\xba\xcb\x1b\xb8\x84\x67\x17\x8f\xc8\x9e\x78\xec\x5a\x86\xb6\xc0\x3d\x07\x66\xb6\xb6\xfe\xf4\xfa\x38\x72\x5f\x5e\x4d\xde\xd3\x37\xa9\xb8\xec\x73\xb8\x83\xd7\x7e\xd7\xf7\x68\xcb\x66\xe5\xac\x1f\xa1\x36\xb9\x23\x89\xd2\x27\x5d\xe8\xb4\x0e\x88\x12\x09\x3b\x1f\x05\xce\x09\x6a\xba\xa2\x82\xcf\x27\xb5\xa9\x48\xa1\x07\x62\x26\xba\x15\xe1\x49\x61\x8f\x7b\x61\x2c\x45\x10\x4a\x8d\x8d\xd9\xef\x1b\xde\xff\x30\xf6\x3b\xe1\x9b\x62\x27\xf6\xe8\x25\x07\x25\x0b\x77\xec\xd4\xba\xce\x72\xdc\xb7\x39\xa5\x2a\x8a\xb0\x65\xfc\x44\xf7\x35\x22\x66\xf0\x70\xef\x51\x52\x52\x37\xbb\xf7\xa5\x47\xb2\x82\xdf\x37\xe7\x99\x28\x4b\x51\xd3\xbd\x86\xaa\x8f\xa8\xff\x90\xd7\x97\xaa\xfa\xb3\x7c\x3e\xe7\x9b\x0f\xec\xa5\x98\x66\x20\x06\x0f\x51\x63\x79\x27\x87\x8e\x07\x5d\x63\x7f\x1c\x16\x86\xd0\x43\x57\x8c\x42\xc2\x46\xa8\xc7\xc6\x71\xac\x2b\x5e\xec\x1e\x1e\xc6\xe6\xd2\xe9\xbe\x71\xb7\x5d\xa7\x8f\xf7\x57\xbb\xcd\x9c\xc8\x1d\x24\xbb\x73\xa6\x74\x86\x22\xb0\x7a\x23\x6b\x87\xf3\xb0\x8f\xfa\xee\x8c\x84\xe3\x1a\x3b\xe3\x47\x0f\xe1\x99\xad\xb7\x47\x1f\x10\x7c\x1b\x0c\xc6\xd8\x44\x41\xc5\xcb\xf1\x95\x24\xb5\xb8\x79\x9c\xec\xf9\x38\xe7\xc1\xf8\x75\x32\x94\xff\x6d\x72\x8d\x5f\x51\x5c\xfe\x54\x0e\x75\x43\x24\x61\x66\x73\x90\x2a\xf8\xfe\xdc\xda\x50\x88\xaf\xd6\xb0\x1a\xf9\xfd\xd2\xe8\xa8\x0a\xf5\xf6\xcc\x3f\xe3\x54\xb4\x6a\x51\x6f\x72\x9b\x2b\x77\x86\x38\xa5\x83\x59\x31\x56\x3e\xf5\x1b\x93\x3b\xf0\xef\xf4\x5b\xcc\x97\x9e\xfd\x33\x85\x6e\x69\xed\x77\x67\xad\xdc\xb7\x36\x4b\x66\xcf\xb9\x4f\xd5\x3e\x9d\x23\x63\xcb\xca\x26\xe6\xee\xe1\x86\x8a\xcc\xe7\x8f\x11\xbe\x67\x17\xce\x8f\x79\x34\xa4\x34\x9f\xf8\xd7\xfb\x05\xd7\x64\xd1\xc4\xef\x7a\x58\xf7\xf2\x5a\xea\x4b\xea\xe9\x69\xb6\x4b\xee\xe5\x2d\xb3\xb1\x70\xf1\xd9\x0d\xf3\x36\x88\x7d\x4b\x4f\x4e\x3c\x41\xf0\xe6\x9e\x2c\x92\x11\x5d\x93\x77\x97\x76\x23\x7e\x8d\x04\x2e\xdd\x44\xe2\xd5\x57\x97\x45\xc8\x21\xd5\x3f\x27\xf7\xa2\xec\xe5\xbf\x4e\x76\xa0\xce\xc8\x2e\x9c\xd2\x47\x8b\x6a\x56\x9d\xca\x77\x4d\x90\x5c\x39\xbd\x1e\x73\x55\x74\xf8\x74\x92\xfb\x65\xc1\x89\x33\x2b\xf1\x3d\x49\xf9\x67\x2e\x78\x18\x46\xbf\x3d\xfb\x97\x7c\x31\x04\xe6\xe0\xa0\x5e\xd3\x72\xd5\x51\x43\xfd\xba\xd6\xd0\x71\x74\xc0\x57\xf2\x01\x7c\x68\xf0\x5b\xc1\x08\xd8\x66\x78\x40\x10\x0f\x76\x1e\xad\x4c\x76\x05\x5b\x8f\x67\x73\x8f\x83\x35\x27\xe7\xc2\x4f\x83\xf7\x4e\x3f\x0f\xea\x74\xfc\x3b\x8b\xf0\x5d\xe5\x98\x3e\x47\xc7\x5f\x87\xb4\xcd\x4d\xb8\xe6\x3a\xaf\x9b\xe7\xba\x78\xb8\x00\xe7\x8f\x40\x1c\x91\x87\xe7\x91\x0e\x6a\xf4\xed\xf9\x60\xbb\xf5\x6e\x85\xf3\xc1\x56\x76\xce\x80\xae\xad\xf2\x17\xb0\x96\x2e\x7a\x7d\x3f\x7c\xab\xaa\xa0\x1c\x83\xb0\xea\x7e\x55\xf8\x08\x31\xde\xdb\x97\x5d\x86\x3c\xa8\xae\x4d\xa5\x20\xe9\x03\x27\xe3\xbc\x90\x8a\xa1\xab\xac\xed\x28\xad\x91\x57\xf4\x32\x54\xd2\x98\x92\x62\x88\x7a\x3c\xfe\x94\x54\xe0\x4a\x9a\x68\x77\x2b\x76\xf3\x9a\xdc\x80\x20\x62\x91\x93\x4e\x4e\x04\xfc\xf8\xa4\x0c\x34\x48\xfc\x35\xb5\x1b\xb8\xdb\x13\x32\xc5\xb7\xf6\x46\x68\xc8\xad\x3b\xe8\x68\x43\xb9\xb3\x6c\x04\xc3\x93\x7f\xad\xda\xe7\x9e\xa3\xb8\x2a\x6e\xc1\xd6\x28\xdb\x73\x0f\xe3\x62\x3b\x0b\xd2\x2a\x70\x2f\xba\x0f\xf0\xd2\xf0\xe0\xde\x94\xa8\x54\xc2\x66\x35\x3c\xe4\x24\x61\x79\x60\x75\x40\x10\xb1\x66\x90\xee\xb5\x9b\xd4\x39\x94\x8b\xcd\xf0\x4c\x1c\x26\xa0\x8a\xbd\xf7\x0d\x7f\x81\xfa\xfa\x68\x8f\x34\x80\x77\xfa\x59\x8c\xfa\xd8\x73\xfc\x73\xc6\x34\x6c\xd0\x98\x0d\xb2\x00\xd5\x53\x6c\x9d\x0c\xd3\xf2\x9c\xb0\x2c\x8b\xa8\xf9\xe6\x51\x26\xbb\x2b\x29\xf2\x0a\x6d\x36\x29\x38\xe4\x9d\xd0\xba\x22\xb3\x8d\xec\x26\x37\x48\xe2\x93\x9f\xb5\x97\x71\xf8\x3e\xb3\x1d\xa7\xc2\xee\xf8\xaa\xbb\xae\xd2\x74\xfd\xd4\xdd\xcb\xe4\x45\x4a\x45\x2f\x11\xdf\x1a\x40\xef\xcb\x77\xad\x0e\xdc\xaf\x2e\x70\x69\xa5\xcd\xf4\xfb\x43\xbc\x82\xab\x07\xd0\x0e\xfd\x0c\xd9\xa0\xa1\x6d\x1a\x21\xa3\x66\x5d\x9f\x8b\x67\x4a\x75\x83\xe2\x92\xcf\x8e\x6a\x8f\x86\x93\x94\xa3\xd5\x5d\x15\xa4\x80\xe7\x35\xb0\xa2\xbb\xd4\x17\x75\x7b\x84\xee\x81\x93\x0d\x7b\x52\xef\xd2\xa4\x32\xaf\xb8\x27\x41\xc9\xcd\xf9\xac\x89\xe0\xb6\x56\x09\xfd\x3e\xfd\x9a\xfc\x0c\xa5\x3e\x64\x83\x52\xc3\x63\x22\x34\xa0\xe3\x91\x7b\x55\x98\x66\x17\x1b\x59\x15\xde\xa3\x1a\x70\xce\x8c\xe4\xf4\xac\x76\xdc\xcb\x76\xeb\x85\xd8\xd5\xfb\xd8\x49\x75\x07\xe1\xfe\x40\x89\xa2\xf3\x53\xe0\x05\x89\x6f\x8b\x25\xfd\xa8\x04\x5b\x53\x17\xba\x52\xa2\x94\xec\x65\x2e\x49\xdf\xe5\x97\x84\x7d\x2d\xef\xcd\x5c\x1d\xfe\xb3\x72\x3e\xf1\xdf\x88\xab\xd5\x6f\x63\xee\x45\x5e\xad\xd3\x0b\x03\xb3\xce\x36\x00\x03\x8f\x45\xd1\x9b\x56\x90\xcb\xa2\x67\x5b\xc2\x09\xab\x39\xe0\xb6\x58\x8c\x0e\x77\x56\x61\x0e\xf7\x88\x43\xb4\xcf\x40\xba\x79\xda\x1d\x43\xf6\x75\xb4\x36\xd1\xfc\xe8\x1c\xe3\xab\xc8\xb1\x37\x36\x6c\xb0\xe0\xb1\xe2\x2e\x0b\x57\x50\xd7\x48\x8f\x7a\x26\xda\x55\x71\x8b\xb3\x5f\xb4\x54\xec\xce\x35\x2d\xe2\x0b\xdb\x62\x91\x62\x3f\xfe\x96\x38\x5e\x69\x40\xdc\xb7\xf8\x42\x69\x1e\xeb\x15\xaf\xb9\xfc\x0d\xa3\x24\x61\xb6\x2a\xd6\xdf\x2f\xc9\xaa\x96\xe0\xd9\x9c\xdc\x57\xff\x06\xcb\x4a\x85\xcb\xf6\xa3\x54\xfc\x53\x4d\x7f\x61\x9b\xd2\x39\xad\x30\xd0\xcb\x08\x6a\xd6\xe4\x94\x73\x54\x7c\x16\x6f\xd0\x9d\x8b\xc9\x32\xed\x1a\x8e\x6f\xc8\x3a\xd8\x6a\x95\x28\xc8\xf2\xab\x1d\x4e\x5e\xcc\xfa\x23\x25\xa5\xba\x0b\xd7\x17\xbc\xe6\xeb\xe7\x08\x04\xfc\x34\x68\x9e\x3a\x79\x53\x7a\x8c\x68\x27\xa7\x27\x43\x59\x94\x1f\x1e\x97\xf9\x54\xfc\x22\x08\x97\xf5\x8f\x64\xc1\xb7\x39\x3b\xa6\xbc\x81\xb4\x5f\x38\x54\x15\xef\x26\xcb\xd5\xac\xdd\x83\x18\xcf\x9b\xad\x1f\x83\xfc\x88\x3b\x95\x12\x37\xf7\x3e\x71\x29\x85\x3c\x86\x4c\x65\xa6\x40\xfb\xae\xa5\xd7\xa6\x04\x29\x69\x02\x41\x4a\xb5\xec\x72\x76\x45\x2a\xb6\x2a\x32\x27\x92\xbf\xb7\x44\x33\xd7\x22\x8d\x99\x3b\x9d\x7b\xeb\x3f\x62\xe6\x9b\x0a\xaa\x12\xf6\x14\x04\x09\xa1\x51\xa7\x45\x3d\xb9\x6f\x42\xaf\x14\xfe\x2e\xf0\xa0\x5e\x2c\x96\x17\x59\x93\x75\x4b\xe2\xc4\xcf\xf1\x79\xa5\xdb\xa5\x04\x57\x89\x04\x56\xf1\x1a\x66\x96\x71\x84\x8b\x5b\x3a\x99\xf5\x81\xdb\x3f\x7d\x20\xd7\x96\x7b\x61\x68\xb4\x80\xc0\xfd\xd2\xed\x51\x78\x2e\x36\xa5\xed\xa3\x58\x33\x6e\x5f\x7d\x49\x49\x6e\x3c\xa8\x9c\x54\x7a\x9a\x97\x51\xa4\x2d\x89\x4b\x04\x67\x3f\x95\x9a\x24\x9b\xa6\xb6\x94\x61\x52\xff\xc6\x01\xcb\x5b\xd2\x4f\xb2\x0c\x2b\x35\x04\x52\x46\x58\x15\x49\x18\xec\xdf\x55\x7d\x23\x8f\xed\x65\x5e\xcb\x17\xe1\xb1\x37\xeb\x26\x8a\x47\x91\x17\x0b\x35\xc3\x2d\xce\x94\x8a\x63\xc3\xbf\xcc\xb7\x48\x48\x11\x79\xe3\xa4\xb2\xf7\x91\xdb\xfb\x0f\x54\xea\x45\xf6\x77\xdc\xab\xfa\xcd\x8a\x6b\x56\xd6\xf0\xd8\x59\x35\x19\xb5\x83\x51\xa7\x25\x1e\x75\x1d\x31\x55\x05\x06\xf5\xfe\xdc\x62\xc1\xb6\x06\xdb\xf8\x75\x49\x63\x8d\xde\x09\xa7\x38\x0c\x59\x7b\x72\x6b\x78\x45\xb3\x33\x3f\x2a\xe8\x6d\x4b\x67\x46\xad\x9f\x57\xeb\x9d\xac\xbb\xa4\xd3\x72\xfb\x5c\x9c\xdb\xce\xca\x7d\xb4\x35\x17\xae\xd4\xd8\x04\x69\x2c\xfd\xac\x37\x08\xba\x37\x3d\xd4\x28\x0c\xfe\x35\x3c\xdc\xd4\x4a\xff\xdb\x23\x6b\x59\x19\xa2\xa9\x18\x69\xa5\x86\x6e\x68\x3c\xdf\xe6\xca\x8c\xad\x7c\x2b\xb7\x08\xbb\x2b\xfe\x26\x7f\x14\xa9\x91\x5b\xa4\x50\xb2\xb5\xd3\x91\xed\x27\x63\x36\xf0\xa6\x95\xf7\xb8\xb7\xa2\x44\x9d\x96\xf1\x57\x43\x3f\x74\x9d\x4c\xec\x0c\xc4\x77\x7b\xa4\x1a\x92\xf3\x7a\xba\xd2\x97\xf1\xac\xa6\x43\x3e\xec\x7f\x47\x5b\x8f\xfa\xe9\x9d\x06\xc8\xfb\x29\x7a\x73\x3f\xda\xef\xfa\xaf\x19\xa7\x74\x34\xf8\xff\xe8\x7f\xd2\x65\x18\xf0\xb0\xcb\x57\x95\x4c\xbd\xd9\xda\xdd\xdd\x42\xdb\x5a\xbf\xa2\xc7\x33\xa8\xa6\x9c\xd4\xf3\x87\x8e\x2e\x62\xf7\x96\x84\x54\x65\x7f\xe8\x73\x0b\xd3\x4e\x4d\x53\x27\x46\x9a\xc6\xbe\x1f\x58\x15\x65\x12\xf9\x61\x30\x91\x03\x62\xc0\x86\x7e\xc5\x45\xfa\x07\x8e\xd4\x24\xa2\x3c\x4e\x2b\xbf\x93\x3e\x5e\xf9\xda\xf5\xc3\xb3\xe4\x8c\xb2\xc7\xd7\x2b\x75\x81\xd8\x97\xee\x8d\x9e\xb2\x57\x3f\x23\x7b\x0d\x53\x06\xdc\x7d\x10\xbd\x9c\xc1\x60\x5f\x3b\xa5\xef\x50\xac\x9f\x49\xb3\xfe\x30\x96\xe2\x55\xb3\x38\xfc\xc7\xbf\x43\xea\x32\xd2\x45\x0d\x16\x1d\x1b\x45\xd2\x3a\x04\x9c\xb1\xfd\xf4\xa2\xa4\x99\xf1\xa0\x50\x05\xc7\x7c\x72\x75\xf8\xbd\x70\xf3\xe9\x35\xac\x8f\x41\x81\x33\xd3\x31\x3f\x7c\x5c\xd4\x78\x1c\xe3\x6a\xe6\xe0\x16\x3c\xe9\xec\xbf\xc3\xc6\x04\xf2\xd2\xbe\x51\x0b\x22\x71\x26\x7f\xac\x9a\xe4\x36\x66\x38\x7e\xd9\x03\xd4\x7f\x66\xe2\x93\xe7\x3e\x15\x69\xf2\x96\xd7\x1a\x79\xc5\xd4\x59\xaf\x37\x8d\x67\xa6\x13\xc9\x9b\xab\x4a\x66\x74\x7c\xe0\xa5\xf6\x33\x6d\x7e\x96\x79\xf7\x66\x11\xfe\x3e\x19\x07\xe7\x4a\x03\x19\xbc\x17\xf3\x37\x83\x95\x51\xe0\x85\x80\x50\xd7\x90\x3b\x4b\x17\x22\xbe\xfb\x2d\x8c\xaf\x76\xb3\xbe\x32\x38\xe9\xe6\xae\x73\x2e\x6d\x5a\xcb\xfd\xd2\x32\x67\xe6\x15\xd6\x7f\xae\x7f\x8e\x8d\xbd\x3c\xf1\x61\x3e\x01\xe7\x3b\xbc\xf5\x84\x00\xf7\xb8\xef\xe0\x42\x08\xbe\xb1\xe3\xde\xa2\x1d\x21\xab\x95\xb9\xb4\x82\x18\x5f\x3f\xb6\x54\x4e\x52\x54\xd0\x96\x8d\x3d\x9e\x15\xff\x5e\x6e\xf1\xd6\xcd\xc9\x3f\x09\xf5\x09\xe3\xff\x38\x15\x4f\xe9\x8f\x13\x9e\x7e\x13\x88\x8c\x3c\x74\xb6\x8c\xde\x12\xa4\x33\x2f\x45\x29\xae\x0a\x16\xe6\xd0\x93\xe7\x1f\x2f\xe5\xb8\x9a\x9c\xca\x39\xa9\xe7\x1a\xb5\xe0\x75\x6a\xda\x55\x38\xe3\x78\xba\xdf\xf5\xee\x98\xf2\x4c\x11\xc6\x6d\xe0\xdd\x59\x7f\xcc\x5c\x8f\xfe\xb9\xed\x6e\x91\xed\xcf\xce\x2d\xb9\x1f\x6b\x2e\x3b\x1f\x85\xdd\x58\x7b\xea\xfc\x15\x1c\xb8\xcc\xed\x82\x0f\xfe\x44\x61\xcd\x85\xcf\xc4\x4b\xd9\xa2\x8b\xf5\x9e\xd4\x94\xe7\x97\xe4\xe4\x79\x2e\xfc\xdf\x74\xca\x75\x66\x39\xcc\x7f\x64\x97\x12\xed\x72\x73\xe4\x9a\x2c\x13\xce\x19\xb3\xaf\xda\x05\x6f\x19\xbf\x22\x1e\x86\x77\x4c\x46\xe6\x62\xe1\xb9\x53\x7f\xd2\xae\xc1\xfd\x66\x54\xbc\x17\x70\x8d\x39\x9b\x68\x2d\x97\xb7\x27\xd6\x33\x0d\xe0\xda\x0b\x39\x81\x01\x2e\x05\x8b\x01\xde\x95\x2e\xdc\xc5\x37\xb8\xc3\x2e\xa2\xa5\xef\xa8\xd7\xa8\xe3\x8b\x9f\x60\x58\xd7\xbe\xc5\x19\x30\xcb\x3d\x7a\xb1\xcf\xbe\x05\xf7\x7e\x51\x6d\xd3\x88\x1a\x56\x43\x3b\xaf\x63\x34\xd4\xb2\xe6\x9b\x6e\xa9\xfd\xb9\x35\xee\xee\xb8\x81\x07\xa5\x0f\xdc\x2f\x0c\x71\xf2\x59\x58\xe3\x91\x35\x19\xcf\xb1\xe4\xd1\x5f\x89\x17\xb0\x81\xe3\x6f\x63\xce\x60\x07\x26\x1f\x87\x75\xe2\x56\x4e\xab\x68\x17\x71\xac\x99\x22\x9f\xd3\xb8\x5b\xb3\x36\x84\xd3\x04\xd0\xac\x0f\xc6\x83\x38\x38\x4b\x85\xaf\xf2\x20\xcc\xb2\x20\x22\xaf\xec\xd9\x49\x87\x93\xe4\xe1\xb9\xd5\xb6\x17\xdc\x47\xba\x5a\xba\x87\xf0\x45\x5d\xe3\x6d\xe9\xc4\xf7\xaa\x0d\x75\x0d\x1e\xf1\xdd\x3a\x65\xdb\x3c\x2b\x7a\xe2\x44\x39\x5e\x90\xbe\x3d\x59\xeb\xbc\x7a\xfa\xb5\x93\xef\x79\x3d\x18\x24\x71\xff\x78\xc3\x86\xc9\x11\xaf\xbc\x2f\x8c\x3a\x05\xbf\x24\x87\x8c\x0d\xfa\x3d\xf7\x59\x35\xde\x4c\x6a\xf7\x35\x99\x38\xee\x76\xd7\x4f\x3e\xc1\x45\xfc\xf5\x5f\x39\xd1\xec\xbc\x97\xba\x66\x52\xcf\x71\x3d\xcd\x64\x32\xde\xee\x0e\xf1\xbd\xfc\xa4\x5a\xc7\x6b\x9f\xbc\xbc\x5d\xea\xb3\x46\xce\x6b\x14\xfa\xa1\x15\xc7\x2b\xfe\xf8\x53\x15\xbf\x8b\x13\x02\xac\x94\x33\xc2\xe7\x01\x9f\x3a\x5b\xf8\x51\xd4\xe8\xee\x63\xf1\x49\xd4\xdb\xbd\x1c\x76\x61\x60\x9b\xda\x25\x84\x42\xf3\x19\x58\x15\xc0\x0a\x3a\x32\x68\xe9\x15\x1d\xbc\x79\xc8\x04\xfb\x8a\x9e\x36\x74\x12\xbd\x9f\x71\x69\x18\x04\xb3\x0d\xa5\x0e\xcf\x80\x89\x61\xc4\x91\x70\xfb\x95\xe4\x16\xd9\xf2\xa0\x82\x62\x2f\x43\x76\x5e\xa3\xfa\xcb\x56\x35\x8f\x04\x21\x65\xfa\x35\xbb\xe9\xcf\x64\xaa\xd2\xb1\x10\x72\xf3\xe6\x7c\x9f\x50\x44\xcb\x42\xc6\x2b\xe6\xaa\xb6\xfb\x89\xaf\x98\x45\xed\x66\x9c\xf5\x61\xb4\x0e\xf7\x30\x65\x38\xac\x0b\x4f\xf3\x8a\xb0\xeb\x36\xf4\xa1\x45\x6a\xf6\x0c\x10\x22\x59\x59\xbd\x67\x31\x61\xec\x0f\x7d\xf2\xff\x8b\xba\xb7\x0a\x6a\x03\xfc\xfb\x3d\xa9\xbb\x52\xc1\x5d\x4b\xdd\x1d\xda\x52\xa3\x40\x71\x77\x77\x8b\x40\x12\x82\x85\x40\x84\x40\x08\x96\x20\x31\x08\x41\x03\x24\x58\x82\x27\x10\xdc\xdd\x1d\xda\x22\xa5\xa5\x42\x7d\xe7\x7f\xde\x39\x67\xf7\x9d\x9d\xb3\x7b\xb3\x37\xfb\x3c\xf3\x7b\xe6\xf7\x9d\xf9\xce\x3c\x97\x9f\xcb\xcf\x73\x46\xc0\x2b\x8e\xb5\xe6\x97\xa0\xab\xe5\xe1\x0f\x1e\x38\x48\x66\x1c\xe1\x65\x3a\x0f\xa6\xdb\x94\x4e\xb8\x2b\x91\xbe\x33\x77\xbc\x2c\x48\x85\x94\x07\x3e\xfd\xe9\xf7\x52\x5b\xfc\x26\x32\x24\xe2\xdf\xfa\x6f\x66\x2e\x23\x87\x02\x96\xc9\xad\x70\x42\x60\x0e\x75\x1c\xd4\x15\x64\x4b\xff\xe0\xdb\x0b\xd0\xcc\x59\x71\x55\x00\xbe\x60\x1e\xb4\x55\x04\x85\xe6\xab\x9a\x16\x82\xcb\x0a\xbe\xe8\xe7\x85\x68\x14\x01\x5f\xad\x43\xe8\xc5\xc2\x67\xca\x30\xdb\x92\xa0\x47\xaf\xdc\xab\x92\xfe\xd4\x13\xbd\x9b\x93\xf4\x2a\x6e\xf9\xc7\x10\xf8\x45\x36\x41\x4b\x04\xa7\x6c\x01\x28\x8e\x90\x96\x71\x25\x38\x2f\xe9\x25\xa1\x04\x72\x32\x39\x07\xf3\x00\xaa\x96\xaa\x13\xd9\x0f\x53\x25\x6a\x43\xba\x60\xdf\xd3\x1d\x03\x7f\x85\x0a\x32\x63\x3c\x73\xe0\x6e\x64\xb8\xc3\x56\x98\x90\x26\x66\xe9\x15\xa1\x91\xed\x67\x74\x35\x32\x99\xe1\xac\x7b\x1b\xb1\x87\xa9\xf1\x22\x26\x3a\x2d\x6f\x47\x4b\x3d\x80\x14\xe7\xce\xef\x03\xce\x60\x0b\xb9\xcd\x21\xb5\x58\xa5\xb2\x33\xa1\xc7\x31\xcb\x79\xd0\x70\x75\x4c\x23\x65\x34\x52\x0c\x8b\x4e\xf3\x8e\x6a\x8e\x03\x27\x88\x20\xe2\xe3\x45\x63\xd0\xd1\x5e\x09\x0b\x61\x62\xc8\x88\xc4\x2d\xf0\xf9\x98\xe0\x64\x31\xbf\x2b\xb1\xe1\xa9\x56\x6e\xd2\x28\x04\x91\x62\xa7\x82\x9e\xc8\xd0\x33\xeb\xc5\x5e\xca\xea\x79\x5b\x14\x17\x43\x7d\xf2\xba\x37\xfe\x28\x3d\xfb\x99\x11\x94\x1c\x0d\x6b\x05\x87\xb5\x22\x7e\xd7\xa3\xa3\xb4\x10\xa5\x95\x87\x90\x91\x08\x68\x31\x08\x65\x86\xc0\xe7\x0c\x61\x72\x10\x3f\x32\x4d\xe3\x6c\xa3\xeb\x93\x7e\xe1\x90\xc8\x69\x2c\x27\xfe\x71\xac\x11\x02\x94\x70\x1b\x1d\x02\xbb\x8e\xbf\x8d\xed\x0d\xfa\x97\x68\x1e\x2f\xe1\xb5\x4d\x48\xc4\xbf\x71\x5a\x4e\xda\x26\x6c\x5b\x07\xa6\x78\xa6\x14\x98\x68\xa7\xa6\x10\x03\xf4\xe2\xd2\xc6\x33\xd0\x2f\x60\xd1\x3f\x42\xef\x75\x29\xa2\xe6\x43\xf7\x08\x7c\xe3\x5c\x61\xbd\xbc\xed\x84\x0a\x18\x99\xed\x4d\x30\x82\x0d\xe5\x0f\x25\xc7\x87\x3e\xa5\xbd\x4d\x3d\x09\x57\x21\xfe\x4c\x73\x0f\x3b\x83\x2f\x20\x1e\x0a\x77\x43\xe1\x88\xb4\xff\x10\x93\xf4\x1b\x01\x0c\x31\xcf\xb8\x1e\xb3\x3f\x40\x3b\x33\x02\x95\xeb\x01\xc8\xaa\xc1\x9e\x77\xc0\x50\x1c\x70\xef\x2d\x65\x69\x72\x78\x94\x61\x2f\xfd\x46\x52\xab\x4e\x3e\x3e\x1f\x70\xad\x0f\x9a\x2c\x02\xb0\x6e\x5d\x4c\x53\x04\x04\x37\xc4\x92\x36\x01\x49\x95\x9f\x33\x43\x01\x1d\x2c\x67\xb2\x3b\x10\x90\xab\x4e\x15\x05\xbd\xc8\xfa\x49\xbb\x0b\x0e\x49\x99\xa4\x5f\x0b\xee\xc0\x35\xd2\x07\x21\x3e\xc8\xda\x6c\x22\xec\x39\x3c\x2f\x67\x18\xfe\x05\x14\x9a\x7b\x3f\x82\xe6\x9b\xc0\xcc\x46\xd8\xb9\x2e\xe6\xad\xc5\x88\xd9\xdd\x28\x50\x42\x3f\x31\x2b\x2d\x64\xc4\xf9\xe9\x4f\x65\xf4\x7b\xfe\x1d\xaa\x20\x6f\x7a\x41\xbb\x8e\xd3\x9a\xbc\x8f\x0a\x04\x39\x77\xbd\xe9\x35\x81\xb9\xae\x3e\x17\x39\xe2\x79\x32\x3e\xd3\x05\xff\xf2\xd3\x7d\x73\xb2\xf7\x15\x34\xf8\xb5\xa6\xef\x14\x96\x07\xc8\x11\x7a\x8a\x62\x02\x37\x31\xed\xc5\xcf\x01\xcd\x51\xe3\xac\xa7\xe0\x6b\xd0\xba\x12\xff\x90\x0f\x41\xb4\xd2\x09\x58\x99\xd7\x0c\x3b\x39\xcc\xc9\xf9\x5a\xf9\xc1\xc8\x08\x6b\x9f\x8a\x7b\xd1\x3b\xc6\xcf\x18\x34\xc7\xab\x63\x99\x79\x9f\x9d\xda\x7b\xfa\x0a\xd3\x9c\xdd\x85\xf3\x2c\x51\xe7\xa1\x06\x95\x92\x51\x97\xaa\x2a\xc7\x32\xa8\x2b\xbc\x24\x83\xdd\xe4\x16\xc5\x7c\xcf\xf9\xe7\x0e\xa1\xde\x29\xe7\x7a\x6c\x12\xdd\x2b\x42\xbc\xac\xf0\xb1\x95\x77\x7c\xbc\x51\x2f\xaa\x8e\xf8\xb9\x46\x5c\xac\x76\x08\xd4\x0c\xde\xe6\x26\x00\xbe\xfb\xaf\xd4\x9c\x04\xbf\xf7\x50\xaa\xed\x86\xd4\x38\x58\xd5\x67\xc2\xdd\xcd\xc7\x58\x5f\xad\x03\xc6\xc7\xd8\x17\x6d\xe8\x7d\x31\xe5\x70\x5b\xf1\xf6\x7b\x95\x65\xb6\x30\xfe\xfe\x6a\x2b\x3b\x45\xde\x1c\xb7\xcb\x6e\x84\x53\x52\x23\x6b\x4f\x2d\xf2\xac\x35\x73\x28\x60\x9c\xa8\xd3\x73\xfc\x98\x95\x57\x37\xeb\x0c\x4b\x95\xaf\x0f\x71\x95\x89\xb7\x6d\x90\x73\x37\x42\x7e\x68\x3c\xe6\x59\x00\x4f\x6d\x4a\xf6\x49\x01\x69\x09\x2c\xfd\xd1\xbe\x52\xcd\xcd\x41\xb5\x2e\x7f\x84\x6e\x60\x5f\xeb\xb5\xaa\x28\x33\xd9\x09\x3e\x0f\x60\xae\xd0\xff\xa9\x36\xcb\x7c\xb8\xe3\x67\x7d\xba\x05\xa0\xf9\x79\xa3\xae\xe5\x89\xba\xe2\xa6\x74\x4b\x4e\x95\x12\x7f\xc2\x4a\xbf\x14\x25\x58\xb2\xbe\x92\x9f\xd7\xbc\x66\x23\x45\x67\xb5\x94\xd9\xbe\xca\x70\x16\x9a\xda\x65\x27\xbd\x13\xfe\x72\x70\xc7\xce\xb5\x12\x9c\xa8\x08\x40\x5b\x96\xab\x0b\x74\xba\x43\xdc\x03\x1c\xa4\xd9\xc9\xf3\x9e\xf3\xe4\x74\xcf\x06\x9c\xb1\xbf\xd6\x30\x65\x78\x62\x7c\x85\x4f\x31\xfc\x33\xb0\xdd\x3c\x68\xd4\xd2\xd5\x24\xcc\x37\x36\x16\xb6\xb4\xd9\x18\xd7\x36\x0a\xda\x11\x26\xd6\x3c\x7a\x47\xa2\xc9\x9f\x72\xff\x4e\x94\x29\x9b\x75\xb2\xcb\xc1\x8c\xc9\x74\xe8\xbe\x6d\x4e\xa7\x66\x74\x0f\x58\x6c\x92\x2e\xf7\xf8\x5a\xe9\x27\x16\xf4\x1e\xb4\x79\x86\x8e\xee\x2d\xb3\x33\x8e\xbc\xd1\xb7\xe5\x08\x0a\x39\x3c\xe0\xe9\xc2\xf6\x17\x1b\x7a\xe6\x51\xe8\x6a\xdc\x4e\xd3\xfd\x30\x29\xd1\xd9\xa2\x37\x39\x54\xd9\x5d\xa2\x9f\xd0\x33\xd4\xab\xa4\xdf\xd6\xae\xdd\x57\xa4\x3f\x20\x68\xe9\x1f\x7b\x2b\x59\x2f\x35\xd0\xf5\x36\xa7\xfa\xe6\x20\xc7\xe0\x11\xfb\xde\x50\xb4\xe1\x99\xc2\xb5\x61\x4d\xa3\xbd\x0c\xd7\xe1\xef\x46\xbf\xc9\xa5\x23\x10\x13\xa3\xb4\xe7\xa3\x87\x4c\xd9\x09\x43\xa3\x05\xe6\xdc\xd8\xfc\x31\x3b\xcb\x7f\xe1\xf7\xc7\x71\xb6\xb6\x20\xd0\xe4\x1b\x87\x1f\xde\xba\x6f\x66\xeb\x93\x4a\xae\xeb\xf6\x37\x24\xe5\x96\xeb\x59\x36\x76\x92\x7d\xf4\xa4\xf9\xd0\x94\x7e\xdd\xa6\x66\x09\x9c\xa6\x6e\x47\x8b\x51\x74\x97\x2e\x59\x98\x17\xca\xd0\x75\x6f\x5d\x07\x7e\xd4\x7d\xd0\xae\xe2\xab\xab\x7b\xa1\x23\xd0\xb5\xf5\xcd\xcf\xce\x08\xbb\x17\x6f\xd2\xbb\x0e\x99\xf9\xe8\xb8\x76\xfd\xd2\x4f\xd4\xf9\xd5\x7d\xf1\x95\xa5\x1e\xa4\xeb\xd1\x53\x7d\xc3\x33\x9d\x8f\x1f\x15\x19\xbb\x74\xbe\xbd\x17\x69\x30\x55\xfd\xbd\xac\xca\x88\xc0\x85\xe5\x6d\x1a\x7f\xe3\x5d\xa3\xfa\x9b\xc4\xd5\x24\xa7\xf5\x99\x2c\xd6\x89\x25\x5c\x34\xbd\x54\x4f\x8c\x21\x98\x1a\x36\x5e\x0d\x93\x36\xbd\xd5\xb4\x0e\xd6\x33\xbd\x2c\x80\xfa\xa5\x9a\x7a\x37\x6f\xba\x5f\x32\xc5\x0b\x5f\xd9\x6f\x99\x6e\x08\xc9\x16\xda\x66\xda\xc2\xdf\x06\xb9\xe6\xfe\xc2\x2e\x9d\x50\x0b\x8a\x10\xad\x6d\x61\x25\x2f\x0c\x7a\xbc\x63\xf3\x50\x98\x75\xbf\xd1\x34\x91\x93\x5d\xae\x6f\xbe\xc8\xe1\x15\xca\x58\x2e\x95\x9f\xa4\x87\x58\x1b\x94\x6f\x93\x66\x6c\x02\x2a\x4f\x26\xde\xb7\x3d\x59\x95\x8c\x2a\xb0\x4d\xe0\x2a\x45\x1c\xb7\x4d\xaf\xf1\x0a\xb9\x6e\x0b\xa8\x2b\x0e\x78\x66\x3b\xdf\x40\xf5\x28\xb0\xd3\x6b\xba\xe9\x08\xb3\x1b\x6e\x6a\xb6\xac\xb6\x77\xe4\x4b\x1a\x36\x39\x04\xf0\x25\xdf\xe4\x38\xa2\x9b\x7e\x3d\xef\x77\xa2\x36\x0d\x6b\x1d\x75\x29\x6f\xfa\xfd\x20\xd2\x2a\x8a\xf5\xa6\xca\xc5\xd6\xa8\xf8\x7b\x31\xdd\x9e\xcb\x3a\x90\xb3\xe9\xf8\x8e\x65\x9d\xa9\xe7\x5c\x56\x72\x3d\x29\xc7\x65\xa4\x34\x0a\x7b\xd6\x35\x81\x7d\x24\x8a\xee\xba\x53\x7e\x1e\x5a\xea\xa6\x50\x69\x15\xb4\xed\x86\xae\x76\xf0\xbe\xeb\xbe\x9f\xf7\xd6\x99\xe7\x9e\x50\x53\x64\x23\xed\x71\xab\xd6\xc9\x44\xd9\xf3\x4c\x6d\xa5\x9e\xb1\x97\x6a\x6d\xd1\xcb\x28\x6f\xc5\xda\xcc\x27\x38\x9f\xe5\xda\xd5\x87\x05\x0e\x01\x79\x5a\x35\x4a\xce\xe9\xcc\x98\xb2\x83\x6e\x86\x4c\xc3\xbc\x0b\x1e\x3f\x99\xea\x14\x1f\x6f\x49\xe6\x7c\xea\x3b\x9f\x95\xbc\x91\x78\x57\xdf\xa6\x82\xa8\x18\x11\x3f\xdf\x22\x2b\x78\x93\x1f\x97\x55\x09\x9a\xf5\x3f\x53\xfa\xd1\x6f\xb7\xff\x1c\xbb\xc9\xed\x59\x00\xb2\x3c\xda\xae\x25\xf0\x65\x45\xbe\xb9\x54\xd0\xe1\x4a\xca\x5b\x3a\x40\xab\x4a\xf4\xf5\x0a\x10\x50\x15\xa6\x2d\x07\x96\xae\x96\x7f\x7c\xd2\x6d\x94\xf6\xbe\xbe\xc4\xeb\x32\x4d\xbd\x7c\xcd\xd7\x81\x9a\x52\x58\x15\xa0\x47\xbd\x43\xef\x0c\x62\x51\x13\xd2\x9f\x03\x9b\x68\x9a\x89\x6b\xe0\xf3\xf4\x12\x74\x4e\xb0\x62\x8e\x6e\xa4\x63\x70\x7d\xae\x29\x24\x23\x44\x22\x2f\x26\x70\x2d\xa4\xb8\x20\xd1\x73\x0c\xa2\x5b\x84\x73\x9c\x87\x6a\xb1\xcc\xac\x5c\x61\xb7\x4b\xc6\x8d\x96\x43\x83\xcb\x0e\xe9\x96\xc3\x27\xd8\x87\x5f\x1e\x0d\xb7\xe7\xec\xd1\xaa\xf1\xfd\x99\xf1\x98\x8f\x0a\xfc\x99\x7e\x83\x7b\x00\xd4\x42\x32\x2e\xf9\x15\xd2\x46\xfc\xce\xbc\x0d\x83\x13\xc7\xc8\x91\x70\x67\x52\x46\xaa\x64\xd8\xdf\x74\x0a\xae\x31\xe2\x58\xe6\x7d\x24\x38\xe2\x33\xf9\x30\xdc\x31\x32\x8c\x7a\x0f\x54\x1d\xf9\x8b\xae\xeb\xfb\x2d\x0a\x97\x73\xd9\xb5\x08\x61\x98\x7b\xcd\x76\x3d\x1a\x97\xf7\xc8\xac\x1f\xc9\xca\xff\xf3\xb6\x25\x56\xbc\x30\xeb\xf5\x77\x14\xb9\xf8\xea\xb3\x06\x70\x7d\x52\x81\xb0\x04\xba\x41\x48\xac\x7b\x10\x16\x99\xb8\x55\x1e\x1c\xc9\x4c\x8c\x2e\x6c\x88\x0e\x4c\x34\xa7\xff\x8b\x81\x26\xae\xa5\xa3\x50\x52\x84\x4e\xc2\x1d\xb4\x7a\xf2\x23\xf4\x3a\x66\x6f\xca\x7c\x64\x01\xa6\x33\x6d\x05\xd2\x82\x75\x4e\x3f\x11\x74\x3a\x4e\x29\x53\xd4\xeb\x40\xdc\x7c\xd6\x88\x23\x3f\x5e\x94\x7a\xdd\xca\x37\xc1\x84\x1e\x68\x9c\x82\x4f\xcd\x41\xea\x69\x12\xa4\x73\x4b\x5f\x14\x44\xe8\x61\xd7\x3b\xc5\xa3\xf5\xb1\xbb\x9b\xd6\x62\x79\x18\x10\xf7\x2e\xe6\x17\xfa\x77\x29\x02\x97\x8d\x39\xc6\x9c\xc1\x1f\xc4\xbc\xa5\xbc\x4a\x0c\xc7\x6a\xa4\xfe\x20\xf0\xe3\x94\xe3\xcb\x92\x00\xb8\x86\x18\x50\xf2\xd5\x84\xd8\xb0\x47\x29\xc7\x12\x33\xc0\xa6\x29\xa3\x49\xf5\x7e\x69\xa9\xcb\x29\xab\x6e\xb5\x69\x1f\xd3\x7e\xdb\x6d\x92\xcc\xd2\x11\xe6\xfd\xe9\x85\x99\x73\x06\xac\xcc\x33\x14\xf4\xeb\x3c\x34\x37\xda\xa8\x97\x88\x23\x22\xaa\x85\x2d\x89\x8f\x10\x57\xea\xef\x25\x43\xa3\xc6\x2a\xdc\xd3\x9e\x45\x35\x15\x15\x93\x3c\x11\xd2\x39\x97\x32\x4e\x21\xea\x32\xfa\x33\x5f\x47\x27\x25\x25\x64\xa9\x23\x6b\xb0\xc0\xac\xae\xd8\x0b\x88\x20\x32\x1f\xfd\x00\xe6\x4b\x19\xc1\xc6\x02\x82\xa9\xef\x70\x93\xde\x78\xfa\x2e\xfc\x05\xe7\xcc\xec\x97\x84\x7c\x1b\xad\x1c\x76\x8a\x8e\xa9\x4c\xae\x38\xf1\x8c\x1e\x25\xf9\x45\xe8\x9b\xc1\x39\xe2\x49\xd8\x54\xe7\xc9\x0c\x30\x2c\x98\x5f\x4e\x8e\x82\x5d\xe5\xed\xa7\xbd\x80\xed\x29\x53\xc9\x96\x84\x61\xf2\xe6\x72\x6a\x43\x65\xa9\xf9\x0c\x01\x5c\x85\x18\x9e\x5b\x1a\x76\x09\x6f\xcc\x34\x0b\x07\xa2\x9c\xf2\xf6\xfd\x87\x98\xf9\x2f\x11\x6e\x21\x31\x05\xae\xc8\xed\x80\xac\x42\x1e\x2a\xc4\xe3\x5d\xd1\x5f\x4c\xab\xa3\x06\xeb\x09\xae\xc2\x32\xbf\x84\x87\x1f\x31\x2c\xa0\x7c\x0d\xfa\x3b\xfa\x3b\xfb\x34\xe0\x4e\xef\x69\xc6\x1c\xc0\x4a\xd8\x95\x87\x03\x04\xd6\xc3\x0a\x86\x01\x09\x15\x5b\x45\xfd\x80\xfe\x62\x22\xeb\x19\x30\x84\x91\x56\x02\x05\x19\x66\xe1\x4a\x9f\x83\x19\x29\xc0\xb2\xbd\x21\xc7\x70\x7e\x65\xcd\x10\x02\x12\xcf\x66\xc0\x2c\xe1\x4c\xce\x28\x7c\x07\x44\xaf\xb8\x12\x81\xf7\x15\x54\x0a\x10\x0f\xdd\xc4\xab\x1f\x22\x57\xec\x6c\xb9\x59\x68\x0d\xb3\xbb\xf9\xf3\x5e\x8c\xc9\xa1\xe2\xab\xde\xee\x03\x26\x25\xd3\xde\x0d\x1d\x1a\xec\x57\xde\x93\xfc\x2b\xe5\x0f\x7c\x54\x78\x0a\x15\xdf\x7c\xc2\xd8\xe7\xaa\x0c\x7d\x2f\x16\x3c\xaa\x46\xf8\x6e\xd1\x83\xb8\xde\xfe\xe7\xd3\xd1\xbc\xdb\x01\xae\x84\x04\xde\xd7\xa0\xab\x98\xa2\x9a\x72\xc0\xaf\xa8\xd1\xda\x66\xb0\x01\x74\xbe\xee\x57\xc8\xbb\xa0\xc5\x86\x18\x18\xc5\x7b\x4f\x93\x69\x98\x8f\xb3\xbc\x40\x22\xb2\xdc\xaa\x9f\x43\x73\xb6\x9a\x3e\x52\x19\xef\x22\x33\xe4\xc3\xdd\xe5\x12\xd4\x45\xaa\xb9\xea\x42\x6d\x39\x57\x27\xe9\xf2\xb1\x8e\x5c\x9f\xe8\x8a\xaa\x54\x6d\xd8\x72\x53\x65\x95\x37\xed\x77\x57\x61\xbe\xe0\x1f\xf1\x90\xa1\xb4\xf3\x8b\x3c\x71\x44\x39\x81\x99\xd7\x07\xbc\x7b\xb3\xa2\xcf\x02\xea\x51\xcb\x5e\xbf\xa6\x88\x5b\xc2\xb0\xc0\xf8\x90\x7d\xad\x4d\x40\x4d\xff\x6f\xed\x52\xc1\x81\xee\xed\x1d\x53\xd0\xaf\x76\xdc\xda\x66\xdb\x98\xe9\xad\x06\x23\xdb\xf5\xe1\xb9\xa6\x14\xbb\x73\x3d\x49\x82\x24\xbb\xb7\xad\x9c\x16\x7f\x3b\x48\xe3\xb8\xb0\xd1\x6e\x87\xbb\xd5\xba\x6d\x1f\xc1\xfe\xd2\x7e\xc0\xc1\xb2\x70\xba\xfd\x97\x23\x26\x87\xdd\xd1\xe2\x34\x9e\x65\xdf\x69\xe5\xe2\x9a\xd2\xd3\xb9\xe3\x76\x20\xfe\x68\x57\x99\xc7\x09\xe4\x54\x77\xb9\x97\x0e\x3c\xab\xd7\xcb\xf7\x09\xe8\x54\xff\x95\x00\x07\x9f\xd0\x81\x7c\x60\x94\xd3\xd1\x96\x5a\xf3\xda\x99\xa3\x6d\x32\x16\x6f\x47\xaf\x76\xbc\xb2\x58\xed\x4b\xef\xfc\x65\x79\xad\xe3\x7a\x37\xd6\xd2\x5e\xd0\xdf\x33\x6a\x59\x52\xe7\xd1\x3b\x64\xf5\xa8\x72\xae\xaf\xcf\xaa\xab\x54\xa7\xbf\xc8\xba\x33\xdf\x73\x20\xd2\xa6\x8f\x1e\x38\x78\xc7\xee\x64\xc6\xf9\xc1\x55\xfb\xc0\xa4\xc4\xa1\x04\x47\x7d\x6c\xce\xf0\x03\x67\x38\xc2\x77\xc4\xdc\x4d\x03\x2a\x18\xfd\xe4\xa9\x19\x38\x35\xbe\xee\xb3\xe4\xf1\xb6\x17\x6c\xd8\x3b\xa3\xd5\x4f\x30\x4a\x19\xf3\x1a\x64\x19\xef\x1f\xa8\x1f\xd6\x36\x76\xe9\x7a\x37\x42\x37\x2e\x69\xdd\x3d\xca\x32\xd1\x6a\xdc\x19\x63\x99\x8c\xf2\xfa\xc7\xbd\x4c\x13\xcb\x61\x13\xe2\x66\x66\xc5\x7f\x26\x86\xcd\x35\x98\xa6\x93\x31\x16\xfb\xa9\xc4\xa9\x2b\x96\x4f\x48\x7a\x53\x2b\x56\x51\x89\xdf\xa7\x03\x6d\x68\xe8\xca\x19\x13\xbb\xbf\x91\x8f\x66\x5f\x3a\x9d\x0e\x9e\x9c\x1b\x75\x75\xf2\xd3\x30\x7e\x29\x68\xe5\x14\x99\x3c\x6d\xee\x2a\xd4\x37\xc1\x08\xb5\xb2\x95\x4d\x00\xad\x82\xf4\x52\x93\x33\xed\x0f\x08\x87\x8c\x97\x3a\x22\xd1\xf1\xc6\xac\x4e\x6e\xa4\xb8\x31\xa6\x6b\x08\xe2\x6d\xec\xd8\xdd\x1d\x38\x6a\x2c\xdf\xb3\xe1\x95\x67\xf4\xab\x77\xc9\x99\x69\xd4\xd5\xe7\x6d\xc3\x32\x92\xe8\x9b\x36\x25\x18\x15\xf6\xd5\xe8\x57\x99\x3c\xee\x1d\x7a\x65\x6a\x52\xdd\xeb\xf3\xa4\xd3\x6c\xa7\xe7\xef\x43\xbe\x45\x56\xbd\x5d\xa5\x94\x55\x58\x3d\xa7\xd8\xc4\xda\xb9\xa1\x99\xb1\xcf\x7a\xa6\xe9\x40\x66\xb2\x8d\x08\xdf\x3b\x69\xd8\x46\x5a\xd0\x86\xbd\x63\x73\xbb\x45\x22\xaa\xc8\x46\x46\x98\x0b\x15\x58\xef\xb4\x29\x03\x64\x6c\xf6\xb5\x87\x7b\xbf\xb3\x91\xee\x68\x75\x3d\x66\x73\xb9\xb3\xc5\xee\x8a\x8d\x4b\x27\xdf\xac\xdc\x86\xd1\x59\xf1\x36\xd8\x36\xbb\x53\xea\x35\xda\x8e\xd1\x81\x7d\x46\x70\x10\xed\xd0\x7a\x7c\xc1\xd6\x98\x7b\xae\x7a\xcc\xbe\x9c\x7b\xbc\x24\xc6\x51\x89\x5b\xcf\x14\x73\x0a\xe2\x21\xc9\x74\x67\xa3\x9a\xbc\x94\x69\xe7\xed\xda\xaf\x38\x35\x17\xdd\xfa\xd0\x68\xa8\x8b\x43\xa3\x79\xa8\xae\x8b\x16\xff\x3e\xb0\xde\x45\x4f\xb0\xe0\xeb\xed\x92\xdc\x62\xe5\x96\xe0\x52\x23\xec\xb4\x5f\x72\x3d\x2e\xec\xb7\xb8\xee\x6a\x2d\xdc\x36\x88\x74\xd3\x14\x06\xe9\x50\xdc\x55\x5b\xbe\x69\x17\x7b\x18\xb6\xa4\x3c\x9e\x77\x92\x2c\x3f\x52\xab\xe1\x22\xe0\x30\xd8\x0a\x6e\x33\x1c\x41\xbe\x9d\xc7\x38\xe7\x1f\x75\xc1\xcb\xa6\x7c\x9c\x78\xd7\xbb\xa8\x62\x24\x21\xde\xe7\x76\x95\x4d\xec\x59\x9f\x74\xee\x9e\x30\x8e\x4f\x76\xcd\xb3\xe0\x53\x3e\x49\x75\x11\xfe\x70\x9f\xd5\x86\x60\x0f\x5b\xdf\xeb\x4d\xe2\x8e\x44\x5f\x5a\x53\xbe\x95\xa8\xdf\xf9\xa6\x5f\x46\xd7\xfd\x3a\x9b\x68\x6f\x66\xfc\xe3\x9a\xa4\x9e\xcf\x05\x98\x36\xe6\x68\x8e\xbb\xcd\x97\x9c\x6f\x14\x78\x3d\x61\x9d\xaf\x80\xfb\xfc\x28\x4e\x2a\xd2\xf0\x77\x2f\x86\x66\xd3\x03\x43\x8b\x3f\x64\x1c\x02\x3c\x61\xb5\x12\xcc\x80\xb7\x4a\x35\xd0\x9f\x80\x53\x65\x39\x91\x15\x20\x39\x4e\x21\x64\x07\x74\xbb\x62\x28\xc8\x17\x14\x5f\xd5\xe1\x7d\x00\xb4\xc2\xad\x72\x5e\x04\xeb\xd6\xc8\xda\xd0\xc1\x73\x35\xdd\x26\x3b\xc1\x94\x5a\x75\xfd\xd3\x21\x75\xb5\x0f\x5e\x69\x43\xcf\xd4\x5a\x3d\x21\xfb\x82\xf3\x86\x05\x71\x01\xeb\xcc\x2a\xae\x36\xf0\x69\xae\xb0\x84\x07\x1e\xcf\x8d\x67\xee\x86\x5c\xcb\x45\x93\xad\x60\x7b\x98\x6f\x53\x66\x43\x23\xf2\x2c\x70\x21\x70\xcb\xfc\x77\x48\x1d\xf8\x87\xc2\x52\xb8\x71\xd8\xde\xe2\x4d\x10\x37\x4c\xa2\x54\xc1\x4f\x2c\x8c\x51\xb6\xed\x96\x1d\x7e\x9c\x23\xb4\xf7\x08\x5f\x2f\x9f\xb0\xb8\x12\xc1\xaa\xe8\x31\x98\x89\xfc\x58\x49\xd0\xd9\x46\x38\x56\x39\x69\x03\x80\xa5\x74\x45\xe1\xbb\x90\x3a\x6a\x47\x6d\x3e\xec\x37\x75\x37\x27\x31\x4c\x40\x49\x28\x28\x88\xbc\x4b\x31\xa0\x8d\x22\x8e\x51\xde\x93\x02\xa3\xcb\xa9\xec\xc4\x6b\xc8\x7e\xfa\x55\xb4\x68\x4c\x45\x76\x4b\xc4\x97\x58\x49\xc6\x04\xc4\x25\x56\x3f\x6f\x5f\xe0\x87\xd8\xb2\xfc\x1d\x2f\x15\xd4\xb9\xc2\x09\x27\x20\xea\x7d\x31\xde\xfa\x0e\x7a\x8a\xf5\xc3\xe4\x20\x76\x4f\xe9\x2b\xbd\xc0\x38\x74\x19\xf9\xe5\x6d\xb8\x5e\x7a\x55\x47\x57\x24\x8f\x74\xbb\xb1\x2f\xba\x83\x98\x56\xf5\x2f\xb6\x9c\x78\xaa\xe4\x06\xe6\x62\xda\xdf\xdc\xf0\x38\x43\xe2\xdd\xac\x35\x1c\x8f\x24\x99\x92\x19\x3f\x99\xfe\x02\x67\x9a\x90\x9c\xf1\x03\xa9\x8c\x57\xcb\x9a\x84\x5f\xc2\x43\xa8\xc7\x40\x0c\xfc\x22\xfd\x84\x9f\x5c\x22\x31\xbb\xd8\x4d\x95\x60\xc2\x00\xd8\xa5\x26\x45\x31\x3d\xcc\x6b\x93\x73\xf2\x65\x0d\xba\x53\x25\x0b\x76\x74\x2e\x21\x87\x92\xec\x7b\xb5\xd1\xcb\x04\xa9\x96\x48\x9c\x6d\xa2\x5a\x6d\x14\xde\x1e\x8f\xe7\x10\x93\xf6\xe2\xb1\x05\x9b\x29\xba\xf8\x7e\xba\x5b\xea\x70\x22\x3a\xfd\x1c\xf1\x00\xc1\x2d\x71\x80\x38\x9a\xb4\x80\x2e\x27\x21\x52\x90\x91\x05\xe9\x32\x69\x71\x90\xaf\xe9\x11\x24\x6e\x10\x24\xe3\x6a\x46\xa9\x17\x3b\xf3\x78\x96\xb9\x53\x76\xd6\x23\x4a\x80\xf5\x53\x32\x89\x46\x37\xb1\xa5\x8a\x67\x4f\xe8\x5d\x4a\xd8\x8d\x7d\x3f\xa8\x99\xa4\x8c\xf9\xd0\x71\x3c\x75\x00\x73\xbe\x49\x97\xb4\x81\xce\xad\x8e\xca\x1c\x42\xbf\x2e\xa9\x21\xf7\xa0\x73\x98\xaf\xa8\xb1\x98\xb3\xe4\x39\x5a\x18\x66\x3b\x95\x42\x37\xc6\x7e\x8d\xf7\xa6\x2f\xe0\x22\x63\xfc\xb3\xc3\x12\xee\x85\x01\x72\x2c\x13\x8d\xc1\xc5\x8c\x83\x49\x01\xfe\x12\xb9\x07\x53\xd2\xdc\x5d\x98\xbb\xd2\x08\xf6\xf9\x79\x0e\xe9\xe7\x2d\x40\xf9\x1d\x99\x71\x06\x75\x24\x66\xf4\xa3\x51\xab\x2c\x3b\x04\xb7\x47\x8e\x9a\x8e\x90\x6b\xa9\xcf\x4e\x8e\xca\xab\xd3\xcc\x7d\x16\x65\x5e\xee\x97\x67\x10\xe5\x59\xb8\x91\xcf\x8f\x9a\xce\xa6\x15\x0c\x22\xc8\x19\x5e\x85\xe4\x68\x72\xd2\xd3\x22\x03\x64\x2f\x56\xa7\x68\x23\xf6\x02\x22\xb0\xb8\x05\x7d\x1d\x96\xc4\xaa\xc6\x46\x01\x6a\x4b\xda\x71\xd5\xde\xbf\xcb\xf6\x26\xf4\xb8\x3c\x64\x6b\x12\x5e\xda\x34\x72\x4a\x52\x9e\x9b\xb0\x72\xe2\x42\x35\x26\x83\x99\xd9\xa1\x92\x03\xa0\x02\x32\xac\xbd\x43\xa4\x18\x02\xf3\x6f\x62\x94\xbc\x87\x5d\xe3\x4a\xb3\x8f\x43\x7f\x95\xa6\x72\x9e\xc1\xe0\x79\x41\xe5\x96\xa1\xfb\xa9\x66\xe5\x7f\xe0\xb7\x88\x77\x2b\xb0\x61\xf6\xf8\xb3\x95\x46\xe1\x38\x94\x76\xd5\xb9\xff\x10\xb3\xfa\x1e\x42\x2f\x24\x9b\xfb\x1c\xd9\x18\xd0\xcf\xeb\x43\x3d\xf4\x94\xaa\x75\xc5\x24\x38\x5a\xd6\x6d\xe1\xc0\x96\x77\x58\x43\x80\xf9\xd9\xeb\x65\x0b\x80\x2f\x23\xea\xe5\x24\xc0\xfb\xee\xca\xaa\x13\x80\xfa\x16\x4f\xae\x16\x80\x52\xa7\xc2\xfb\x03\xe0\x94\x6f\xd5\xfa\x02\x0f\x14\xbd\xab\x83\x00\xcb\x18\xc7\xeb\x2d\x41\x49\x59\x97\xeb\xbf\x80\x27\x53\x1e\x37\x24\x86\x3c\xc0\x19\x37\x5a\x40\x2a\x90\xd8\xa6\xc7\x30\x57\x78\x15\xdf\x0f\x3e\x0b\x12\x08\x9a\x22\x1c\x7c\x67\x5a\xac\x10\x7a\x6e\x27\x5a\x77\xc5\xd8\xda\x52\xab\x61\x3e\x97\xe7\x23\x6a\x6c\x7d\x6c\xc7\x18\x75\xab\x3e\x01\x7d\x90\x46\x25\x1f\xc7\xb6\x08\xfe\x03\x1f\xdd\x46\x96\xa0\xc0\x27\xb9\xfa\x57\xf3\x17\x9f\x99\xb2\xd7\x2d\x3b\xbe\x29\xf9\x4c\xe1\xaa\x9f\x19\x7d\x77\x2b\xd3\x1f\x9e\xfe\xa8\xcd\x28\xa0\x8b\x00\x6c\x3f\x18\x14\x83\xc9\x6d\x6f\x01\xde\x8f\x1a\xef\x98\x07\x23\xa1\x0b\x5d\x17\x21\x47\x83\xde\x75\xe3\x61\x5f\xbc\xba\x7b\x0d\xc2\x9d\x1c\x7f\xf1\xa5\x5c\xf5\x16\x22\x9b\xb3\x5d\x6d\x27\x6e\x0a\x67\x5c\xad\x07\x4a\xdb\x26\x5c\xdd\x3a\xcd\x3a\xb2\x5d\xfd\x9a\x4f\x74\x9d\x75\x2d\xae\xed\xeb\x56\x75\xbb\x52\x81\xe9\x51\x74\xeb\x61\x69\xf6\x8a\xb8\xf7\xe5\x6e\xf6\x0e\x79\xb4\x53\x70\x7d\x00\xaf\x9b\x69\x4b\xfd\x67\xbc\x71\xf8\x9b\xfd\xef\x7d\x6d\x50\x17\x07\xda\xfc\x8f\x44\x5c\x1d\xb2\x09\xfc\x16\xdc\x35\xdc\x09\x6c\xf7\x4f\x1a\x75\x09\xf1\x74\xdb\xd3\x59\x6b\x77\x7d\x21\xb8\xbb\xd3\x0e\x3a\x69\xd7\xdb\x62\xd7\x34\x94\xd1\x5f\x6d\x37\xdc\xfd\x7b\xf0\x96\xdd\x4c\xeb\xc3\xa1\x58\xbb\x1f\x8d\x80\x61\xb8\x3d\x84\x9b\x36\xe2\x6c\xff\x8f\x9d\x37\xaa\xe1\xb8\xbf\x90\x3c\xba\xe8\x74\x2b\x07\x3a\x96\xe0\x0c\xcb\xba\x3c\x7e\xc5\xe5\x73\x0a\x6b\xbc\xd7\x0d\x83\xfb\x33\x11\xe1\x11\x8f\xec\x9b\x04\x7b\xd5\xc2\x03\xa7\x9f\xfb\x4e\x00\xd1\xb3\x8f\x03\x5f\x78\x3f\x1f\x5e\x34\x37\x5c\xd8\x19\x3b\x64\x1e\x39\x55\x33\xfe\xdb\xbc\x7f\x84\x3f\xd9\x6b\x21\xdb\xd7\x31\xbd\xc7\x82\xd8\x81\x9f\x6e\xb7\x7c\xdb\x2c\x3f\x03\xb5\xda\x55\x97\x36\xfb\xd0\x2a\xb3\x6a\xef\xec\x90\xf5\xcb\x52\xe3\x39\x37\x1b\x8d\x7c\xff\xb9\x9f\xb6\xe7\xe9\xc1\xf3\x99\x76\xaf\x33\x2e\x2d\x98\xd8\x13\x92\xea\x17\x7e\x3b\x42\xb1\x7d\x8b\x5c\x67\x2a\x02\xb5\x54\xe5\x66\x05\x2d\x5c\x31\xf1\xac\x0a\x94\xb7\x8a\x6b\xbb\x53\x95\x61\xcd\x6f\x7f\x5c\x12\x68\x8d\xeb\x34\x62\xbe\xb1\x0e\xed\xd6\xa2\x98\x5b\x65\xf4\x8a\xa6\x46\x59\x21\xfa\x4e\xe3\xfe\x5a\x4e\xf5\x3f\x47\x66\x59\x0e\xf6\x7f\x83\x53\x2c\xd7\x07\x70\xe0\x07\x96\x5b\x83\x4a\x7e\xbf\x2d\x33\x07\x3f\x7b\x78\x59\x3e\x1e\x2a\x73\x9c\xb2\xf0\x1e\x3e\x67\xf5\xdb\x62\x65\xa8\xd6\x44\xc1\xe2\xc9\x50\x9f\x9e\x85\x55\xee\xa0\xcb\xcb\x37\xd6\xa2\x03\xf3\x5a\xbd\x0e\x27\x04\x22\x3c\x69\xc7\x61\x41\x44\x19\xda\x29\xa1\x99\x95\xff\xc6\x69\x53\x78\x91\xa6\xee\xac\xda\xea\x4b\x8c\x71\xd6\x6b\xcb\x4c\xe8\x76\x36\x6b\x5f\x8a\xb5\x72\x7e\xdd\x79\x2d\xfc\x88\xf3\xe9\xae\xbc\xe0\x78\xa7\xe9\xee\xdf\x01\xc7\x9c\x86\x7b\xf5\x3d\x53\x9d\xca\xfb\x6c\x9c\x1f\x3a\x65\xf4\xd5\xda\x20\x9c\x12\xfa\x92\x4c\x6f\x38\x35\xf6\x3d\xd5\x37\x70\x46\xf5\x5a\xbc\xf2\x76\xb1\xee\x09\x78\x6a\xe0\xc2\xac\x0f\xaf\xcb\x73\x3f\x5d\x0f\xe3\x8c\x78\x50\xea\x77\x0a\x5f\x7a\xd2\x1b\xbe\xd1\xe7\xbc\xec\x1a\x7f\xa5\x9b\x78\x7d\xe3\x1f\x4c\x2c\xf4\x7e\x21\xd0\x45\x4b\x7b\x07\x37\x67\x44\xa4\x79\xdb\x0a\x0d\x20\x77\xbd\x55\x5a\xd7\x03\x17\xbd\x65\xdb\x01\xde\x6a\xde\x47\x3a\x7e\xbb\x54\x7b\xcd\x77\x3d\xb4\xd3\xf0\xfa\xdc\xf9\xd5\x2c\xc3\xfb\x6c\x67\xe3\x5b\x5d\xef\xb5\x8e\x9e\xd7\x7e\x3e\x75\xed\x1f\x9e\x69\x7b\x3a\x73\x29\x4d\xaf\x7d\x64\xb9\x9a\x95\x59\x7e\x9a\xdc\xb3\xc5\x74\xff\x7e\x2e\x9d\xa1\x14\xf8\x88\x67\x99\x49\x09\x32\xa8\x71\x48\xfa\x1e\xb4\x55\x5b\x84\x75\x01\x5c\xaf\xd7\x88\x6a\x00\xdc\x6f\x94\x85\xfe\x01\x68\x35\x4d\x03\x46\x00\x7a\x82\x50\x9f\x4d\x80\x53\xcb\x51\x37\x27\x80\x81\x30\xdf\x61\x17\x00\x21\xa4\x59\x78\x03\x8a\x85\x25\x06\x42\x60\x90\x70\xaf\x8e\x10\x64\xda\xe2\xac\xed\xec\xf7\xba\x7c\xb8\x05\x1a\x98\xc2\x59\xe7\x8e\x02\x1f\x72\x6e\x97\xbe\x01\x9b\x72\xcc\x98\x83\x21\xaf\x38\xb1\x14\x17\x48\x63\xb9\x47\x6a\x35\x74\xad\xc2\x2f\xfe\x22\xcc\xa3\x72\x1e\xb9\x01\x2b\xaf\x8e\x85\x2f\xc2\xf2\x79\x64\x70\x3c\x0c\x5f\x5b\xea\xaf\x0f\xa3\xd7\x97\x7b\x38\xc3\xe8\x8d\x28\xc7\x3a\xd8\x5a\x93\xa8\x55\x64\xe8\xb3\xa6\x67\x46\xdf\xe1\x27\x9b\xee\xe9\x22\xc2\x3c\x9a\x24\x9f\xe3\x80\x1e\x25\x41\x6d\xb9\x21\x26\xc5\xc3\xb5\xdb\xb0\x33\xc5\xf2\x9c\x22\x78\x40\xd1\x78\xc1\xf7\x70\x7c\x51\x23\x3d\x28\xd2\xa8\xd8\x94\x34\x17\x35\xc1\xba\x9c\xa8\x85\x88\x2d\x61\xa0\x4f\x45\x1f\x2d\x93\x88\xf8\x19\x7d\x89\x23\x06\x49\x8e\xbe\x58\x21\x17\x64\x12\x6d\x54\x75\xc0\x5b\x35\xda\xa7\xfa\x83\x8b\x4a\x34\x93\x67\x63\x2b\x83\xbc\xcb\xfb\x6e\xda\x86\x7c\x5f\x83\xd2\x6f\x8a\xd5\xae\xbd\xf2\x4a\x39\x54\x2e\xcf\xa8\x73\x3b\x02\x9b\xcb\x6c\x94\x44\x48\xe4\xde\xae\xf2\x40\xa6\x32\x86\x58\xd5\xb1\x0d\x8c\xba\x5c\x31\x34\x83\xf1\x25\x2b\x1e\x2b\x92\xdb\x93\xa2\x16\xb7\x97\xf9\x3d\x6e\x32\x2e\x25\x9f\x10\x5d\x1b\xb7\x50\xe8\x1d\xfa\x21\x6e\xb6\x98\x02\xc2\xc6\x0d\x97\xb4\xf8\x5d\xc0\xdd\x2e\x03\xba\x2d\xe3\xc0\x1c\x25\xfb\x9e\xf8\x37\xe5\x52\x16\x95\x09\x87\xca\xff\x18\x26\xe0\xed\x2b\x6f\xea\xac\x20\x5a\x69\xd9\xbd\x72\xb1\x1f\xa8\x77\x9a\xeb\xb1\x9a\x14\xed\x1a\x0a\xee\x23\xb9\x9a\xdd\x8c\xd7\x22\x63\x0b\x4e\x10\xde\x90\xb3\x68\x01\x49\x91\x14\x6f\xd2\x81\x64\x04\xd5\x14\x4f\x4b\xd1\xa2\xbd\x43\x31\x52\x66\xb2\xc3\x23\xf2\x52\x4f\x33\x88\x10\xbd\x54\x69\x26\x3f\x68\x6f\x2a\x2c\x1f\xe3\x15\x92\xba\x5c\x78\xc5\x69\x3b\x8d\x57\xd4\x6d\x3d\x4f\x9c\x65\x3d\x34\x15\x49\x57\x2f\x29\xd1\x6b\xc5\xae\xa6\x53\x07\xe5\xf1\xd7\x49\xb2\xed\x37\x92\x8f\xa4\xfd\x6c\x94\x4d\x6d\x4a\xc3\x56\xbd\x21\x69\xa5\x3d\x66\x65\x65\xdc\x48\x83\xe6\x8a\x66\x0a\xd3\xde\x65\xa5\x64\x15\x12\x05\x29\x17\xc9\x5e\xa4\xf5\xb8\x4d\xf2\xaf\x0c\x1c\x72\x3f\xc5\x25\xcb\x19\x6e\x4a\xf1\xa6\x50\xc0\xa2\x94\x44\x5a\xa5\x5f\x0f\x15\x98\xad\xec\x36\x4f\xd3\xce\x29\xb5\xd7\xa2\x13\x73\x4b\x2d\x7c\xb2\x77\xf2\x72\x0c\x56\x53\x62\x93\x24\x46\xa6\x48\xc9\x89\xdb\xdd\x92\x99\xad\x89\x62\xcd\x16\x14\x32\x1e\x5d\x53\x45\xb7\xc6\x2b\x71\x14\x73\x1c\xf0\xb7\x0a\x32\x19\x5f\xf1\xb1\xf4\x33\xb9\x8b\x89\xa6\x24\x21\x33\x9d\xf0\x3c\x11\x99\xa7\x9c\xd4\x80\x26\xe5\xa5\xa6\x18\x44\xd6\xe7\x8b\xa7\x3d\x83\xaa\xe4\xfb\x91\x8c\x83\x84\x05\xa7\x33\x34\xbd\xaf\x15\x7c\xce\xdc\x71\x76\x29\x3a\x4b\x11\xb1\x9e\x2f\x4e\xa0\x19\x99\x9c\xa2\x6a\x61\x1d\x26\x86\xb3\x5b\x30\x35\xfd\xf7\x73\xeb\x30\x32\x6d\xed\xf9\x19\x68\x54\x63\x40\xd1\x11\xf4\x8d\xaa\x51\xd6\x0d\xd4\xd7\x92\x37\x25\x8e\x68\x9b\xdc\xe9\x52\x3b\xf4\x0a\x39\xa4\x74\x1d\xf3\x2d\x55\xbf\xcc\x37\x4e\x2c\xfe\x56\xd9\x24\x0e\x13\xe3\xca\xd6\x49\x50\x0f\x4b\xe6\xa8\x25\xde\x00\x2f\x71\xe6\x92\x2e\xfb\x3b\x56\x1c\x48\xb9\xef\xde\x59\x29\x91\xa6\xea\x20\x5f\x45\x48\xdf\x63\x1e\x5d\xe0\x12\xfd\x74\x56\xaa\x38\x12\x31\x31\xbc\x51\xea\x8e\x70\xea\xd6\xe4\x88\x46\xad\x35\x0f\x54\x04\x46\x45\xd5\x9a\x56\xb9\x47\x3d\xe7\xf4\x56\x37\x45\x79\x17\x46\x72\x59\x51\x23\xd9\xe6\x3c\x23\x04\x33\xe3\x06\x8f\x1f\x5d\x93\x74\xb2\xc6\x08\xb9\x80\xbd\x58\x33\x1b\x2b\x85\xf0\xab\x2d\x44\xfd\x86\xe5\xd7\x15\x61\xd5\x01\x1f\xea\x7f\xe2\x0c\x7d\xae\x34\x26\x27\x44\xbb\xb8\x37\x7d\x20\x28\xda\xe8\x94\x8b\xc0\x4f\x2c\x2a\x56\x9d\x0e\xcd\x19\x9f\xe3\x4e\x84\xbe\xee\x7f\x5d\xeb\x03\xe3\xb7\x75\xd4\x4f\xc0\x34\x1a\x8d\x1a\xc3\x60\x0a\xd5\x47\x9b\x3e\xc1\xd4\x4a\xa6\xf8\x8d\x30\x16\x73\x47\x80\x08\xbd\x4c\x3d\x2d\x58\x86\xdb\x10\xf7\x35\xdf\x0a\x0b\x4f\x58\x6b\xfe\x13\x9e\x89\xba\xde\x52\xfb\x1f\x62\x0a\x87\x11\x0a\x21\x2d\xad\xd3\x48\x60\xe0\x99\x76\x53\xd4\x3d\x4f\xad\xce\x5d\xd8\xc7\x0e\x5e\x75\x23\xc0\x8d\xe5\xd5\x46\x01\x30\x6f\xaa\x46\xa0\x09\x04\x0f\xf9\xb5\xc4\x02\x6f\x75\x3d\x68\x4d\x04\x6c\x36\x8b\xb5\xab\x03\xa6\x6b\xc5\x3b\x8c\x00\x3b\xe5\x37\x3b\xdf\x00\x2d\x8a\x3c\xbb\xce\x82\x76\xe7\x54\x75\xd5\x81\xd6\x32\x7f\x74\xdf\x0e\xbe\x9a\xa2\xd8\xdd\x14\x12\x85\xd3\xed\x81\x43\xe6\x91\xe8\x5e\x07\x18\x1c\xce\xeb\xab\x80\x8f\x80\xc6\x06\xa4\x23\xde\xfa\xae\x0d\x32\x10\x13\xae\xaa\xad\x7a\xbe\xcf\x56\xf3\x3a\xce\xfa\x8a\xcd\xc4\x74\xe9\xf8\x1e\x18\x69\xea\xb1\xf3\xf9\xd9\xab\xd0\x27\xef\xb3\xd4\x0a\xec\xe7\xfa\x74\x35\x4c\x0e\xa4\xfb\x9e\xa8\x36\x19\x04\xfa\xea\x97\xb6\x0f\x3d\xf3\x3b\x90\xaf\x3b\x7c\xc4\xaf\x91\xd6\x3a\x5c\xea\xbf\x9c\x2e\x3f\xf2\x38\xf0\x01\x01\x31\xf2\x3e\xa8\x07\xc3\x1b\xcd\x03\x5a\x46\x4d\x8d\x6d\x82\xab\xa0\xdc\x09\x28\xc4\x31\x28\x71\x4a\x21\xd4\xc9\x73\xa1\x5f\xd6\xb5\x7c\x75\x75\x90\xe0\x5a\x36\xcb\x1d\x4e\x77\x2d\x19\x6b\x19\x25\xba\xd2\xfa\x97\xc6\xf7\xb9\x16\x75\x74\x4e\x28\xbb\x76\x09\x52\x27\x8f\xbb\x29\xd6\x7a\x4c\xf6\xba\xe5\x54\x3c\x9e\x8a\x76\x7f\xc1\x3a\x3c\x7d\xc1\xe3\x45\x6e\xfd\x74\xb7\xa7\x26\xc5\x79\xc6\xc5\x2b\x2d\x6d\x76\xe6\xab\xf7\x02\xde\x62\x96\xe2\x9b\x84\x7a\x34\x67\xe2\x7f\x2a\x42\x61\xc1\x38\xc8\x32\x38\x78\xc9\x1a\x64\xe4\x37\x3f\xd9\x66\x3b\xf0\xce\x6c\xe6\xa5\x6d\xcd\xbc\xd1\xdc\x82\xed\x8b\xc9\x83\x0b\xbe\xb6\xf0\xa1\xba\x25\x51\xdb\x84\x1e\xd0\xd2\x55\x3b\xff\x56\xec\x92\xa1\xfd\xcd\x46\xf4\xd2\x47\xfb\x01\x2e\x6f\x19\xe3\x00\x63\x2f\xac\x88\x3a\x46\x17\x2e\xaf\xa4\x3a\x95\xe4\xb4\xad\x9e\x77\x7e\x9f\x05\x5b\x65\xb8\x6a\xa7\x7c\x7f\xf7\xca\x8d\x1d\xff\xfc\xfd\x35\x8f\xe8\x98\x03\x1f\x9e\x7a\xb5\xc3\xa1\xeb\xfb\xfd\x24\x80\x6a\x4e\xf4\xce\xdf\xbc\x7f\xce\xf6\xdd\x4f\x39\x57\x9c\xe0\x7d\x47\x0a\xcf\x39\x79\xf6\xaf\x66\x9b\x39\x79\x0d\x2a\x66\x68\x39\xdd\x19\x3a\x43\x28\x77\xdc\x1c\xda\xc0\x00\x1c\x3b\x87\x91\x51\x96\x8e\xfc\x91\x53\xd0\x65\x47\xe0\x48\x2d\x80\xee\x78\x79\xd4\xc6\xe7\x83\x43\xd7\xe8\x6f\xb7\x3c\xfb\xc5\xb1\x1e\x07\x03\x7b\xd0\x18\xd3\x92\x60\xbf\x31\x26\x65\x34\xe1\xa0\x3e\x4a\xd7\x75\x74\x98\x1a\x19\x78\xa1\xed\x2e\x68\x7d\x55\xe7\xed\xa9\xde\xba\x59\x61\xef\x75\xbb\x6d\xa0\x38\xd4\x2b\xa7\xe3\x3e\xc3\xd9\x6b\xa3\x33\x3b\xeb\x82\xb7\x44\x57\x7b\xb2\x8f\xb7\x54\xcf\x51\xec\x9c\xd7\x8f\x5e\x67\x04\xc6\x2b\xa3\x8f\x06\xdb\xf0\x92\xed\xcf\x07\xf6\x7a\x56\x0c\x50\xfd\x0e\x79\x3a\x0f\x26\xb8\xaf\x7a\x1e\x1c\x72\x77\x6c\xf1\xe0\x0f\x41\xad\xf7\x7a\xa0\x87\x9e\x1a\x7f\xf4\x28\x1c\xec\xd7\x7b\xe1\xf9\x7c\x70\xcf\x4b\x79\x1f\xa8\xe0\x46\xc3\x37\xbf\xd7\x02\xfb\xaa\xac\x80\xbd\x02\x44\x09\x24\xe0\x4f\xb3\x3f\xf3\x72\xe0\x40\x8b\x0f\xf9\x63\x90\xb3\x30\x28\xf5\x6d\x90\xb0\x35\x0d\x57\x17\x34\xd6\xb6\x86\x34\x0d\x6a\xe8\xb0\x83\xfb\x07\xb9\x76\xbe\x07\x1b\x06\xee\x74\xfb\xfa\x3f\x0f\x64\xf6\x9e\xf6\x3c\x19\xf8\xa4\xcf\xc7\x79\x4f\xc0\x7a\xdf\x9c\x8d\x7b\x40\x71\x1f\xc3\xf4\x60\x40\x49\x9f\xa3\xde\xd7\xc0\xf0\xde\xfd\xaf\xf6\x05\x4a\x34\x3c\x11\xec\x03\xc0\xeb\xbb\x78\x47\x41\x4d\xf5\x46\x65\x94\xe0\x5b\xf5\x8b\xf9\xb7\x42\x3c\x1b\x6a\xa9\x13\x10\xed\x46\x06\xd1\x0c\xba\xa7\x89\x90\x30\x0c\x7d\xc1\xef\x8f\x0d\x82\xfa\x37\x2b\x85\x3f\x80\xea\xb6\x34\x87\x68\x42\x0f\xb4\x9a\x07\x6a\x42\x86\xda\x56\xbd\xda\x21\x71\x1d\x10\x17\x24\xe4\x4e\x67\xbe\x9d\x24\xe4\x72\xe7\x13\xb3\x46\xc8\xcd\x8e\x2f\x6f\x63\x20\x7f\x3b\x2e\xbd\xb6\x02\xf7\x70\x99\xad\x7c\x48\x7e\xf5\xb7\xda\x75\xd8\x52\x75\x5a\xb9\x05\x9c\x5f\xcd\x2c\x5c\x0b\xd7\xe7\xca\x65\x63\x23\x52\xb9\x2b\x19\x47\x22\x89\xbc\x79\x02\x28\xea\x58\xed\x75\x8c\x54\x94\x76\x1d\x35\xb2\x36\x4a\xa5\x21\x16\xea\x14\x75\xac\xe9\x0e\x00\x14\xf9\x95\xdf\xe3\x23\x88\x1c\x6c\xb6\x75\x33\x8a\x4c\x6e\xd9\x70\xd8\x17\x59\xd5\xd2\x6b\xd1\x10\x39\xd1\xd2\x6c\x18\x1c\xd5\xdd\x82\xd2\xd1\x86\x2b\x94\xef\xef\xda\x1d\x11\xc8\xd9\xdb\xc0\x8f\xa2\xb3\xbb\xab\x9c\xa2\x1b\xd9\x39\x25\xfb\x62\x08\xec\x9e\xdc\x6c\xd4\x0d\x8e\x12\xf9\x2e\xda\xaa\x5c\x24\x85\x86\x51\xac\x10\xc5\xdd\xc3\x00\x2b\x21\xc8\xf3\x98\xe4\x6a\x31\xb8\x29\xc6\x8f\x27\x05\xd6\xc4\xdc\xad\x3d\xe7\xff\x08\x23\x59\xb7\xe9\x11\x88\x9e\x6e\xe8\x71\x1c\xc4\x9c\x6d\xf4\xb4\xaa\xc5\x04\x34\xe6\x18\x7b\x60\x9f\x37\xed\xd2\xf5\x8a\xbe\xcc\xb2\xee\x95\x8a\xa5\x15\x9f\x6f\x3e\x85\x79\x56\xe4\x57\x23\x15\x17\x5b\xa4\xc4\x2e\x8c\x8f\x2e\x3a\x57\x70\x1b\x6f\x58\x74\x91\xc6\x4b\x04\x17\xad\x93\xee\x11\xac\x8b\xfb\xf0\x4c\x42\x71\x89\x2d\x0a\x4e\xd8\x2a\x9d\x8c\x70\x26\x6c\xb2\xc7\x21\xcf\x08\xbd\xe5\xa3\x41\xf7\x09\x93\x95\x89\xde\x8f\x08\x0b\xd5\xb7\x5c\x1c\x92\x4e\x71\xb1\xb6\xa1\x49\xd5\xbc\x9b\x66\x56\xc9\xc1\xbc\x4f\x6f\xf7\x61\xe3\xf2\xc4\x07\x74\x13\x54\x72\x73\xdb\x2c\x08\x28\x06\xae\xe1\x49\xf2\x04\xe3\x79\x65\x41\xea\x17\xc6\x19\x96\x02\xb1\x94\xf1\x98\x91\x96\x7e\x84\x51\x94\x75\x3a\xbd\x35\x17\x9d\x1c\x97\x61\xcb\xac\x8d\xd3\xcd\xe8\xca\x7f\x19\x6d\x9e\xb1\x55\x28\x15\x5a\x99\x51\x5b\x6c\x0c\x42\x64\xe0\x4b\x3c\xfc\xde\x64\x2c\x94\x4e\xb9\xab\x65\xca\xb0\xf5\x1d\xae\x64\x69\x71\xbc\x2c\xfd\xc8\x7e\xe5\x68\x23\xa5\x24\x67\x9a\xe7\xc8\xfd\xb4\x70\xca\x74\x97\x7e\xfa\x3a\x79\x45\x10\x9e\x15\x44\xb6\xe1\x4d\x51\x90\xe4\xbd\xec\x97\x34\x4d\xb2\x72\x7e\x0d\xbd\x86\xec\x4d\x53\xca\x86\x50\x6e\x10\xa9\x39\xe7\xa9\x47\xf1\x72\x39\x04\x1a\x0d\xe5\x9e\xf3\x35\x5b\x35\x82\xc4\xd8\xcd\xb8\x0d\xf1\xc9\xd9\x64\x9a\x07\x99\x30\x5e\xe4\x1f\xf2\xda\x62\xd4\x15\x44\x3a\x47\xe4\x26\x16\x89\xdb\x78\x32\xdb\x8b\x3b\x4d\xf7\x66\xd5\x92\x5a\x27\x5e\xd0\x82\x88\xc8\xde\xbf\x39\x8f\xd3\xde\xb7\x66\xe7\x4e\xa6\x99\x35\xbc\xc9\xfb\x94\x76\xb2\xb2\xb3\xa0\x21\xf5\x23\xeb\x4d\xe1\x7a\xda\x63\x46\x5e\xd1\x40\x5a\x7b\x96\x5a\xb1\x33\xb1\x36\x79\xab\xb8\x9f\xb4\x1e\xb7\x58\xfc\x2f\x03\x88\x3c\xc1\x52\xcc\x52\x81\x7b\xb0\x6e\x50\xa4\xc1\x17\x59\x06\xb4\x43\xfe\x22\x25\xf7\xe9\x79\xee\x76\x25\x3b\x39\x4f\xed\xe7\xcb\xac\x72\xbd\x2c\xae\x32\xeb\x08\xd0\x99\x23\x05\xfd\x89\x94\xa1\xd2\x62\x3c\x7e\xb1\x73\xbb\xf4\x02\xfe\x89\x80\xcc\x36\x48\xf8\x5c\x73\xab\x5c\x32\xa1\x8d\xdd\x50\xf1\x02\xbf\xb7\xe0\x71\xa5\x3a\x3e\x90\x56\x59\x99\x9b\xe8\x4c\x8a\xac\x3a\x48\xf0\x4a\xb4\xa8\xd2\x4b\xea\x46\xe3\xaa\xa0\x29\x4f\x23\x07\xaa\xbe\xa4\x9d\x85\xbe\xad\x7e\x45\xfc\x1e\xb4\x53\xbd\x93\x3e\xe4\x0d\xe4\xee\x64\x92\x9c\x79\x35\xca\xe4\x42\xeb\x9c\x32\x32\xd6\x75\x01\x53\x4e\xc4\x74\x8e\x6b\x56\xbd\xc0\x68\xf5\x05\x73\x39\xe8\xf6\xb6\x23\x35\xdb\x68\xb3\x06\x4a\x1d\x1a\x7d\xb1\xea\x4e\xfd\x1a\x5a\x8a\x35\xd9\x40\x46\xc7\xe4\x12\x1b\xaf\x61\x4e\x93\xad\x1b\x03\xb1\x52\xa9\xb7\x1a\xcb\xe2\xae\xc4\xab\x35\x7e\xc0\x05\xc6\x78\x34\x5d\x8c\x9f\x08\x63\xf2\xe5\xf1\x5d\xc1\xa7\xf9\x73\x04\xae\x7f\x4e\xb3\x7a\xca\x1e\x8f\x83\x2d\xee\x69\x0f\x1c\xa4\x79\x1f\xa3\x11\x2b\xf9\x75\x8b\xd1\xf2\xd3\xba\x8d\x9e\x08\xde\x50\x1b\xbf\x00\xf1\xb4\xcb\xa0\xb9\x26\xaa\x5c\x30\x2c\xb4\x8d\xf2\xa9\x09\x69\x65\x46\x99\x70\xee\xb5\x05\x47\x11\x0a\x95\xdb\xfe\x21\xf6\x65\x2b\xb7\xdb\x21\xc6\x32\xc4\xdb\xc9\xd1\xf3\x49\x7b\x3a\x4e\x22\xb7\xb1\xd7\x3b\xb0\xb1\x27\x11\xa8\xce\x37\xa8\x0e\xd8\x42\xd7\x53\xcc\x2c\x50\xa7\xdb\x0b\xa7\xee\x43\xea\x15\x49\x98\x77\x71\x12\x8c\xc1\x3d\xdf\x37\x0b\x13\xe0\xe7\xe7\x26\xdb\xfe\x86\xd2\xc7\xdc\x3b\x2d\x43\x95\xfa\x76\x77\x1b\xc2\xca\x5a\xf3\x7b\xa5\x61\xa6\x0d\x2e\x7d\x17\x60\x2f\xab\xbc\xfb\xcf\xc2\x74\x4a\xa0\xfd\x29\xb0\x45\x26\x6b\xe0\x68\x68\x30\x65\x66\xc0\x09\x4e\x48\xfb\x36\x50\x12\x96\x8e\xdf\x37\xe8\x1d\xce\x44\x69\x0f\x5d\xfe\x0f\x31\x87\xad\x11\x4a\x21\x3d\x23\xbe\xc8\xb0\xc0\xf3\xa3\x9d\x28\xb8\x47\x47\xf7\x05\x10\x79\x5d\xaa\x77\x15\xa4\xb9\xb0\xd2\xff\x07\xb8\x33\x31\x3f\xb8\x0d\x2c\x1f\x14\x19\xce\x05\x06\x77\x4a\x8e\xca\x01\xb5\x04\x57\xc7\xae\x02\xef\xd6\x78\x8d\xfd\x05\x1a\x71\xaa\xc7\xab\x81\x75\x45\x62\x13\x96\x20\x9f\x9c\xe8\x89\x55\xb0\x41\xe6\xfa\xa4\x43\x70\x48\x8a\xc1\xe4\x66\x48\x36\x2e\x7d\x8a\x0b\xf9\x80\x2c\x9c\x6e\x87\x61\xe1\xf4\x59\x8f\xb0\xa3\x20\xec\xbc\x4a\x44\x91\xaf\xf6\x88\xb7\xef\xf7\xf5\xed\xb1\x66\xdf\x8a\x25\xc6\xc4\x90\x6f\xf4\xf4\xe9\x29\x8e\xaf\xcd\x70\xcd\x8c\x9b\xef\x8d\x1e\xcf\xd9\x08\x5f\x59\x61\xdf\x5c\xb8\xaf\x74\xc3\xcb\xf9\x1b\xbe\x9e\x55\xdb\xf3\xab\xbe\xa5\xa5\xd4\x05\xac\x5f\x70\xfe\xfd\xc5\x2b\xfe\x77\x69\xad\x8b\xcd\x01\xb6\xe9\x5a\x4b\xfa\x81\xf9\x84\xfa\xe5\xc3\x00\x65\xcc\xf2\xf2\x26\xb0\x20\x6a\x7a\xd5\x37\xf8\x38\x14\xff\xfe\x3a\xa4\x33\xe8\xcc\x5c\xaa\xdb\x89\x0d\xe7\x85\xcf\xae\xe3\x2b\x22\xcb\x0f\x5c\x31\xb3\xbb\x57\x5a\x5c\x53\xc7\x5e\xbd\xd3\x74\xcd\xef\x4f\x7f\xf7\xdb\xed\x68\x47\xfa\xfb\x2c\x37\x6f\x01\xfa\x83\xa1\x5b\x4f\x6d\xc2\x87\xdf\xee\x2f\x2a\xb2\xd6\x42\xdd\x37\x59\xa8\xf5\x93\x1e\x43\x4c\xc3\xf5\x48\x4f\x21\xe5\xcb\xc6\x11\xaf\xbf\x44\x8b\x8d\x74\x9f\x1b\x78\xf6\x26\xcd\x6f\x2f\x2a\xe0\xe3\x8a\xff\x66\x84\xe2\xe7\xb0\x20\x6a\xf0\x21\xaf\xbe\x5e\x40\xdd\x3f\xef\x84\x3e\x5e\x25\xcb\xbb\x74\x20\xb4\x04\xec\x95\x31\x7c\x88\x69\xec\xd5\x3e\x62\x4f\xe9\xf3\x02\x8e\xfa\xa4\xd9\x79\x9d\x19\x73\x49\x38\xe9\x59\x38\x7e\x36\xf6\xbe\xa7\xef\x78\x52\x78\x84\x07\x77\xc2\x30\x04\xe5\x61\x3b\xd1\x1c\x18\xe9\x2e\x98\xb4\xf5\x7e\xea\x56\x30\xa5\xe2\x7a\xdc\x2d\x69\xea\x85\xdd\x67\xd7\x8d\x29\x19\x0b\x53\xb7\x73\x93\x34\xc3\x26\xb7\x7d\x93\xf7\xde\xa8\xfb\xf7\x77\x1e\x6c\x34\x0d\x54\xec\xac\xaf\xae\x09\xd2\xed\x22\x96\xf9\x05\x8d\x77\x0f\xe4\xc7\x03\x24\x7a\x1f\xd2\x88\x00\x8d\xbe\x58\xd2\x49\xc0\xf1\xfe\x5a\x3c\x28\xa8\x62\x60\x05\xe5\x11\xa4\x3d\xf8\x33\x02\x18\x48\x1b\xfa\x0a\x49\x0a\xf8\x39\x3c\x12\x54\x12\x10\x30\xc2\xf6\x71\xf3\xdf\x1a\x85\xbb\x79\xf8\x7b\x8d\xdd\x71\xf0\xf2\x3f\x30\x76\xc0\x32\xdf\x2f\x6f\xb4\xc3\xa8\xcd\xaf\x78\xf4\xad\xae\x0c\xb0\x5f\xb8\xc5\x7f\x0f\x4e\x6d\x55\xe0\x0d\x84\x88\xb5\x62\x38\x37\x21\x52\x6d\x46\x85\xc6\x90\xa2\x76\x8f\x6c\x4d\xe8\xa9\x0e\x5c\xfa\x7b\xa8\x55\x67\x33\xc1\x0a\x6a\xd9\x2d\x87\xfe\x0e\xbd\xd1\x93\x10\x49\x80\x54\xf4\xed\x81\x42\x21\xe7\xfa\x55\x00\x0d\x21\xe8\x81\x07\xbe\xee\x21\x27\x07\x9f\xba\xc3\x82\xf1\x43\xb7\x1c\x13\x82\xe5\x86\xae\x59\x2d\x82\x1b\x07\xd7\x8d\xfb\xc0\x95\x83\x76\xba\x3b\x90\x15\xfe\x70\xcb\x3a\x6c\x94\x5f\x57\x27\x0e\xcf\xe4\x77\x57\x3c\x0c\x97\x12\xc8\x16\x1b\x45\x88\x09\xb6\x19\xaa\x11\xab\xcd\x4b\x99\x9f\x23\x43\x5a\x3e\x26\x87\x47\x36\xb5\xca\xc5\xa9\x44\xb6\xb5\x05\x22\x46\x22\xf1\xed\x4b\xa1\x76\x91\xb2\x9d\xae\x20\x74\x04\xa9\x6b\xc1\x6f\x38\x42\xb2\xc7\xdd\xa3\x3c\x1c\xdd\x3b\xea\x54\x11\x2e\xd6\x27\x65\x73\x27\xac\xb5\x97\x68\x2a\x1a\x26\xec\xf9\xa2\xf7\x39\xfc\x6a\xbd\x4f\x87\x66\x64\x42\xbd\x48\x43\x01\xa2\xa0\x6e\xb6\xaa\x09\x49\xae\xeb\x2b\x99\x88\x19\xab\xcf\x66\x12\x62\xdf\x35\xe0\x28\x46\x28\x4c\x23\x24\x75\x00\x7d\xaa\xc9\x25\x1e\x8c\xd6\xe2\x47\xc7\x58\xa0\x5f\x0b\x3a\xc2\x70\xe8\x43\x2d\xce\xc1\x7d\xa8\x22\xe1\x46\xe0\x29\x94\x49\x9b\x9b\x57\x45\xec\x6a\xfb\xa4\x4b\x68\x2c\xba\x63\xcd\x4e\x3e\x36\xa3\xa3\xc0\xfc\x54\x6c\x75\x07\xf8\xad\x7f\x8c\x4c\xf5\xc7\x9e\x3c\xd4\x44\xf5\x53\x41\x08\xe6\x5d\xf5\x6e\xde\xdf\xb8\xe6\xaa\x5f\xec\xcd\xf8\xd7\xd5\x86\x05\x95\x09\xa8\xea\x15\xba\x1b\xde\x82\xdb\x40\xda\xc0\x7f\xe4\xb1\x13\x9d\x13\xa5\x6b\x36\xd1\xf7\x13\xaf\xd5\x29\x47\x9e\xc6\x2f\x34\x9c\x82\x8a\xe0\xd3\x1a\xe7\x00\x8f\xf0\x8e\x7c\x17\x9f\x6a\xbc\x9c\xa0\xc7\xcd\x3a\xa1\xa5\xe5\xa1\x83\x28\x5e\xb4\xc5\xc1\xe2\x0f\xde\xb1\x25\xde\x90\x1d\xb7\xc8\xf9\xd8\xcf\x4c\x28\x61\xaf\xb5\xfa\x12\x34\xd8\x8f\xeb\x53\x92\xd5\xd8\x5a\x95\x90\x94\x5f\x6c\x7d\x96\x65\x9a\x1f\x9b\xc2\xd8\x26\x26\x70\xa4\xb3\x10\xa4\xd3\x9c\x2f\xc9\x9f\x49\xbe\x15\xfb\xe2\x98\xa4\xd4\x4a\xd3\xe8\x12\x52\x74\xd5\x3b\xb8\x2a\xe9\x02\x77\x12\xac\x49\x6c\xaa\x69\xf2\xb7\x25\x66\xd6\x19\x78\xb0\x88\x56\xf5\xef\x9d\xa4\x89\x49\x0d\xb5\xd6\xea\xa4\x53\x8d\x17\x8d\x97\x93\x45\x58\x55\xc3\x92\x69\xf6\xc5\x4a\x9d\x7e\xe9\x8a\x45\x77\xf9\x75\x99\xaf\x0a\x67\x78\xee\x64\xa9\x42\x0e\xfb\x12\x85\x5e\x38\x9e\x5f\x4f\xdb\x5b\xa4\x4e\xd3\xa4\xf9\x15\x6d\x13\x69\xb4\x9c\xe2\xfe\x84\x1f\xb4\x99\x12\xed\xd8\xbf\xf4\x13\xa5\xb4\x88\x43\xb4\x25\x36\x1d\x72\x9f\x96\x52\x9e\x16\xe4\x46\x8b\xab\x54\xf4\xc6\xd1\x32\xab\xa2\x5c\x9a\x69\x53\xd5\x42\xbb\x7d\xf4\x6a\x2e\xd7\x6c\x23\xf3\x27\x13\x3d\xce\xa1\xda\xe6\x9e\xea\xdd\x93\xbd\x9b\x91\x28\x6c\x63\x98\x30\x94\xeb\x93\x73\x7f\x31\x76\x57\x6a\xe5\xf9\xe6\xfc\x2a\x9e\xcd\x47\x30\x9e\x31\x1e\x15\xe8\x31\x5a\x33\x2b\x0a\xaa\x73\x19\xc9\x86\x05\xef\x99\x5d\x71\x17\x0a\x96\xf2\xaf\x47\xdf\x2f\xe8\x2e\x58\x0c\xad\x2c\xa0\x14\xfd\x04\xf1\x0a\x7c\x59\xff\xfc\x6a\x0b\x2a\x4a\x6d\xdc\xd3\x0b\xbe\x96\xe5\x39\x14\x14\x7e\xe2\xec\xb5\xcc\xca\x9d\xa2\x3a\x4c\x47\xe5\x6f\x50\x9c\x07\xa3\x8a\x3c\xc9\xad\x1d\x5f\x58\xe9\xe4\xd7\x7c\x7e\xe9\x43\xf2\x11\x1e\xb8\x0c\x97\xf5\x85\x2d\xc5\x76\x27\xab\xe5\x07\x72\x8e\x91\xc1\xd4\x7c\x0e\x8c\x62\x45\x0c\xe4\xcc\x50\x9f\xe0\x1f\x71\xde\xd3\x9a\x50\x08\xce\x70\xf6\xd5\x08\x2e\x67\x86\x71\x10\x92\xc5\xe9\xcd\xdd\x0a\xa2\x95\xab\xe5\x65\x7b\xbb\x97\x17\x15\x28\xb8\x9c\xa8\x70\x28\x6c\xb7\x49\x2a\xfd\x43\x3a\x3f\x0f\xe1\x14\x11\xa1\x63\x2a\x95\x47\xd2\x36\x7a\x43\xaa\x0f\xa6\x61\x5a\x1f\x71\x07\xd2\xee\xd7\x7f\xaf\x91\x48\x3b\x51\x99\x58\x7b\x39\xed\x20\x4b\xb1\x96\x93\x86\x60\x24\xd6\x9d\x20\x6a\x64\xc9\xd4\x5d\x26\x49\x25\x4f\xd7\xdd\x4b\xd7\x8c\x1b\xad\xbb\x98\x51\x8c\xd4\xa8\x53\xcc\x7a\x08\xa7\xd7\x9d\x22\x7f\x07\x7b\xd6\xed\xa1\x16\xfb\x3f\xae\x57\xa1\x9b\xbb\xd3\x1b\xc4\xb3\xff\xd8\x6f\xf3\xce\x10\x5e\xac\x5c\xae\x5d\x4b\xcc\x9a\x4a\x6d\x50\x4b\x94\x18\xfc\xda\x24\x8b\xe7\x75\x22\xf8\xd3\xf8\x00\xc1\xd5\xe6\x6b\x78\x4d\xde\x5c\xcb\x23\xbc\x32\x1b\xdb\xd2\x8b\xf7\x29\xb8\x24\xbc\x80\x9f\xa0\xb5\x0b\xed\x13\x1b\x48\x54\x61\x38\xa1\x2a\x31\x44\x98\x9c\xf4\x1d\x5d\x2b\x4c\x4e\xd1\x89\x12\x15\x7e\x4f\xdb\x0f\xa5\xb7\x6a\x11\x07\x01\xc6\xad\x3f\xd2\xdb\xbc\x07\xda\x6f\x65\x0e\xb8\xec\xe7\xff\xc1\x22\x3f\xbc\x6a\x69\xc7\xfc\x9d\xcb\x6b\x5d\xc6\xa4\x8c\xdd\x69\xff\x88\xb9\xd4\x3b\xdd\x59\x80\xee\x6b\x8d\xed\x7e\x82\x8e\x68\xb8\xd5\xa3\x81\x06\x55\x6e\xf7\x6c\xa2\x23\x59\x55\xbd\x6a\xe8\xcf\xb9\x29\xbd\xe6\x18\x18\x39\xa0\xd7\x1f\xeb\x95\xfa\xb6\x17\x1b\x67\x1b\xff\xa2\xb7\x05\xe7\x1f\x93\xdd\xb7\x2f\x9e\x12\xbe\xbb\x6f\x16\x9f\x18\x8c\xe8\x8f\x21\x60\x02\xe4\x06\xd6\x52\xb4\x3d\xb4\x3b\x3d\xa2\xa7\x37\xb0\xdd\x5b\xd1\xc1\x4b\xf0\xbe\xf3\xd1\xc7\xa7\xee\xf5\x7f\x45\x64\x0c\x0a\x07\x33\x10\x77\x3b\x1d\x87\x8f\x45\x2d\x09\x8e\x8e\x48\x44\xd5\xf1\x16\x47\x3e\x46\xb1\xd8\x7d\xa3\xc0\xa8\xbf\x05\x4b\xa3\x9d\x88\x90\xec\x83\x63\xf2\xd1\xf7\x32\xae\x8f\xf9\x21\xe5\x93\xac\xc7\xa6\x63\xd4\xb1\xb1\xe3\x06\xb1\x06\x08\xce\xc4\x01\xb4\x18\xec\xc3\xc4\x26\x56\x0b\x78\x69\xf2\x1f\x0e\xeb\xf3\x68\x80\x1f\xa6\xb2\xb5\x35\xec\x0c\xef\x59\xe5\x8c\xc2\xe0\x4e\xb3\xa9\xe3\xd0\xd0\xa1\x51\xe9\x49\x9b\x50\x83\x9e\xae\xa9\x9a\x50\x11\x61\xf5\xf4\x57\x58\x43\x7d\xf5\x4c\x2d\xac\xa9\x72\x71\x16\x04\x1b\x29\x39\x3b\xfb\x2e\xd4\x85\xe9\x35\x67\x16\xba\x45\xa9\x9f\x6b\x85\x8f\x11\x55\xe7\xaf\x85\x15\xe2\xd1\x0b\x47\xc3\xcb\x50\x31\x0b\xf3\xff\x21\xe6\xd2\x0b\x44\x68\x48\xce\x72\x62\xcc\xa9\x80\xdc\xc9\x4a\x70\xc1\xa7\xcf\x33\xc7\xc1\x6f\xde\xc7\xce\x49\x83\x66\xe6\xc9\xf3\x5b\xa0\xe4\xf1\xd6\xc5\x2c\x90\xd5\xc0\xa1\xa5\x19\x90\x5a\x87\xf9\xf2\x2f\xe0\x36\x9f\xb3\x32\x0e\xfc\x51\x73\x6d\x35\x0d\x24\xc3\xa9\x7b\xf7\x10\x84\x29\xd2\x7c\xd7\x0c\xbe\x9e\x53\xfa\xfe\x59\xf0\xde\xac\xb3\xef\x79\x21\x27\x52\x02\x3e\x18\x42\xe4\x71\xf9\x6b\x2f\xa1\x86\x48\xe6\x7a\x18\x6c\x18\x9e\xb0\x69\x18\x06\x05\xed\x5f\xb6\xf0\xeb\xf8\xfc\x73\x15\xee\x17\xb6\x76\xfa\x3d\xd2\xef\xe2\x62\xd4\x9a\x9a\xdf\x99\xa9\x8b\xeb\x31\x7e\xb2\xc3\x87\x36\xaa\xfc\x94\xbb\x97\x37\x8b\xfd\x0e\x08\xcb\x3f\xa6\xf9\x6e\x37\x24\x6f\xbd\xf6\xbb\x55\x1d\xb9\xb5\xe5\x17\x5a\xe6\xf6\x29\xdc\x5f\xae\x60\xd7\xa7\x7f\xfe\x53\x74\xc8\x67\x64\xe0\x9e\xf4\xde\xed\x53\x41\xb7\x93\x24\xb6\xbf\x03\x4a\xb0\xe2\x5f\x2f\x80\x0e\x44\x7d\xf9\x01\x08\x16\x87\x78\x02\x6e\x0c\x7c\x69\x52\x01\xee\x1e\xda\xcd\x5d\x01\x26\x0f\xbf\x65\xaf\x00\xfd\x47\xfe\x16\x06\x03\xaf\x8f\xa1\xb2\xe7\x01\x85\x13\x87\x33\x8f\x00\x0e\x4e\x6a\x27\x8d\x04\xbd\x9a\xd2\xc6\xfe\x0e\x04\x4f\x1f\x8d\x76\x0c\x28\x9e\x2e\x82\xdf\xf5\xff\x3c\x73\x15\x0c\xf1\x7f\x3c\xc3\xf4\x17\xf8\xc5\xcf\x9e\xf6\x6c\xf1\x9d\x9d\xf5\x73\x16\xf8\x6a\xcf\xc6\xda\x66\xf8\xb4\xcf\x3e\x33\x7f\xe8\xa3\x3b\xf3\xcf\xa0\x3a\x84\xd4\x13\x2a\x38\x01\xd9\xe9\xdd\x55\x13\x0d\xdd\xe8\x13\x29\x0f\x85\x05\xf4\x5f\x29\x7e\x09\x7b\x33\x40\x64\x84\xc0\x44\x87\x0e\x65\x91\xa0\xb3\xc3\x26\x29\x6f\xa1\x80\x11\x3c\xee\x01\x64\x68\x34\x1b\x09\x86\x48\x8f\xa5\x87\x49\x85\x38\x8c\xfb\x07\x83\x82\xa9\x13\x97\x03\xf8\xc1\xbb\x26\xc6\xbc\xba\xc1\x4e\x93\xfe\x2e\x4b\xa0\xe6\xc9\x21\xbb\x59\xd0\xe3\xc9\x48\x0b\x23\x60\xc5\xe4\x65\xc3\x6c\x38\xa7\xc3\xb3\x85\x1d\x6e\xd3\x01\xae\x23\x45\xd0\x3b\x95\x2b\x6d\x22\x9b\x3a\xff\x94\xdc\x88\xfc\xdb\x7d\x85\xf9\x34\xea\x48\x4f\x30\xc5\x2e\x4a\xbd\x77\x34\x75\x3b\x4a\xac\xff\x52\x3c\x27\xb2\x7a\xc0\x2d\x26\x3f\xf2\xfa\x20\x2e\x6c\x27\x02\x3e\x44\x0a\xf1\x0c\x6f\x1c\x4e\x0a\xec\x0e\x57\x1c\x09\xf3\xee\x09\x8b\x1b\x35\x72\xfd\x0a\xdf\x1a\x13\x75\x90\x82\xdb\x8d\x96\x5a\x02\x42\x07\x46\x5f\x18\x51\x10\x8f\x85\x80\xb6\x4a\xe4\x65\xe1\xdb\x46\xa5\x18\xa6\xb0\xa5\xba\x34\xf6\x5f\xeb\xeb\x32\x43\x54\x53\xdb\xe3\xfc\x50\xf4\xb3\x76\x4b\x5a\x2e\x3a\xba\x23\x82\x64\x8f\xce\xea\xe4\xe2\xff\xa0\x3d\xba\x0f\xa0\x26\xd1\x67\x7b\xdc\x22\x4a\x51\xe0\xde\x3e\xc8\x7a\xac\xb0\xef\x07\xc0\x36\x56\x61\xe0\xb8\xaf\x5a\x4c\xc2\xe0\x39\xf7\xa7\xc8\x9f\x43\xc7\x1c\xed\x90\xf1\x83\x7f\xac\x86\x90\x57\x06\xf1\xc6\xef\xd0\xd6\x7c\xbf\xce\x01\xac\x2a\xff\x91\x40\x29\xae\x91\x6f\x52\x73\x35\xfe\x32\x3f\x9d\x83\x49\xd0\x11\xdc\x2d\xac\xc6\x8b\x37\x2b\x67\x77\xe2\xa9\x2d\x72\x19\x65\xf8\x59\xa1\x4c\x92\x19\x7e\xae\xf5\x26\x56\x0b\x5f\xd9\x66\x85\xd0\xc4\x9b\xb5\x0b\x42\x65\x12\x3a\x3b\x1f\x80\xc2\x13\x2e\x75\xd1\xfd\xbe\xc5\x63\x7b\x0e\x78\xf4\xe1\x06\x7b\x9d\x9d\x6a\x71\xb1\xbd\xeb\x36\x26\xb8\xec\xde\x1a\x53\x8d\x84\xad\xba\x99\x5e\xb1\xc4\xb5\x3a\x82\x30\x20\xa9\xa7\x0e\x52\xaf\x9d\x62\x53\xd7\x59\x19\x96\x5a\x5b\x7f\x8b\x55\x9d\x16\xd9\x70\x3e\x37\x9e\x78\xba\xe1\x1f\xd9\x99\x68\xd7\x58\x95\x7a\x8a\x18\xdd\x84\xc4\xad\x13\x3d\xf9\x11\x31\x52\xc4\x1b\x82\x9c\x30\x52\x5a\x77\xcb\xc5\x90\xbd\x69\xc6\x42\x46\xa0\x67\xea\x97\xd6\x9f\xde\xa2\xa9\xb1\xed\xba\x2e\x83\xa9\xf2\x1d\x10\x3b\x78\xea\xa3\x8e\x65\x73\xe7\xd4\x3f\x5c\x95\x01\x01\xc9\xa1\x1a\xd5\xa1\x90\x01\xaa\xbe\xc6\x17\xc9\x92\xaf\xd6\xe2\x49\x90\xd3\xab\xfd\xd8\x3a\x94\x9c\xea\xd5\x02\x15\x6a\x20\x37\x82\xb6\x49\x2d\xe2\x3d\x24\x61\xa8\x35\xbc\xbf\x89\x62\xd4\xb4\x5a\x79\xf4\x25\xaa\x79\xdd\x83\xc8\x07\x14\x7e\xc3\x1e\xe8\x33\xca\xcd\x46\x36\x20\x99\xbc\xc9\x3f\xe6\xab\x4c\xee\x11\x3c\x73\x1b\x25\xa7\x37\x47\x3b\xa4\x92\x87\x5b\x0c\x2c\xa3\xc8\x29\x1c\xe1\x08\x86\xba\xc0\x11\xe9\x5e\xc9\x3e\xc7\x2e\x6f\xf9\xc9\x38\xc4\x0e\xad\x97\xca\x45\xb1\xb1\x95\x97\x98\xfd\xec\x42\x96\x5a\x1e\x87\x73\x98\xd1\x9c\xaf\xc9\x89\xcb\xb2\xc9\x7f\x58\x6e\x95\xbc\x92\xaf\x5c\x61\x12\xd7\x94\xb7\x55\x19\x15\xfd\x23\xaf\xa8\xea\x2b\x9c\x9c\xf7\x94\x3b\x0c\x9e\x66\x96\xd5\x14\x07\x1c\x65\x12\x6b\x77\x3c\x6d\x98\x5e\xf5\x3a\x4e\x7c\x66\x4c\x83\x8e\x75\x0b\x73\xa0\xb8\x67\x52\xa6\x40\xb7\xf8\xc2\x80\x54\x91\x51\x51\x7d\xc7\x59\x96\x72\x91\x25\xff\x71\x49\x70\xd1\x03\xde\xe3\x52\x4c\xd1\x63\xf6\xd5\xb2\x97\x45\xf0\xfc\xda\xb2\x89\xa2\x7e\x9a\x72\xd9\x46\x71\x32\x91\x5e\x36\xc9\x72\xc6\x8b\x96\xd9\x94\xe0\x50\xfb\x4a\xdf\x95\xe6\x47\x88\x96\xce\xb3\x09\x10\x5a\x69\x69\x79\x20\xe0\x5c\x69\x4e\xc5\xb6\x8f\x49\x29\xbf\xea\xa2\x6b\x74\xe9\x4a\xb5\xab\x5d\x42\x59\x73\x6e\xd5\x6c\x5e\xf9\x99\x5c\xe3\x91\x92\xca\x3d\x8c\xed\x1e\x48\x55\x2c\xa3\x40\x88\xa9\x1e\x65\x80\xeb\xd1\xdc\x1a\x46\x50\xa5\x0e\x0f\xc4\x88\x2b\xfe\xcc\x6b\xcb\x3d\xc8\x78\xcb\xdb\xce\x65\x66\x76\xf0\x56\x99\xc1\xc9\x3e\x3c\x7e\x1e\x26\xce\x91\x17\x92\x3f\x11\x9d\xc7\xbb\x54\x68\x0a\xbf\xcf\x5d\x2d\x96\x07\x1b\x70\x53\x58\x9f\xfc\x7d\xb9\x03\xa5\x6f\x3c\x9e\xf0\x44\xca\x92\x1d\x95\x6b\xb0\x94\xef\x4b\xb0\x3a\x1e\x25\x70\xb2\xa0\x01\x45\x11\x19\x84\x36\x2e\x91\xf9\x9d\x2f\x9b\xfe\x90\xe9\x82\x43\xfc\x69\x72\x34\xaf\x4c\x90\x4a\xf6\x60\xbf\x14\x4c\x91\xbb\xf2\xeb\x04\xdf\x29\xd6\x34\x79\x41\x17\x55\x99\x58\x2d\xa0\x53\x7f\xe1\xad\x04\x28\xba\x2f\x6a\x44\x60\x91\x3d\x1c\xf9\x52\x70\x9d\xe1\x0d\x55\xe3\xff\x61\x1e\x01\xa8\x08\x9e\xe7\x31\xbc\x3f\x08\x06\x0a\xd4\x5d\x2c\x9a\x51\x24\xfd\x77\x42\x61\x2b\xb1\x75\x76\xa5\xcd\x92\x08\x1d\x6d\x6c\x9f\x20\xde\xe8\xcd\xeb\x94\x22\xee\x6d\x05\x75\xbd\x4c\x1b\x6f\xd0\xee\x1a\x4e\x9b\xad\x9c\xea\xd6\x4e\xfb\xc9\x02\x75\x3f\x27\xba\xe5\x1e\xee\x7e\x44\xfc\x92\x55\xd4\xad\x40\xea\x4f\x09\xec\xfa\x9b\x3e\x8a\x73\xef\xe2\x67\x5e\x43\x72\xbb\x10\x59\x79\x61\xf2\x5d\x26\x14\x1d\xf0\x7c\x97\x14\x75\xd6\xbf\xa2\x3b\x92\xde\xe8\xb1\xbb\x8b\x42\x28\x5e\xaf\xea\xa9\x21\x9c\x5d\x5c\xed\x03\x25\x32\x26\x2b\xfa\x3f\x27\xda\x0d\xa6\x0e\x3e\x49\x94\xef\xf4\x18\xf2\xc0\x6f\x09\x2e\x0c\xcb\xe2\x3f\xf3\xa6\x86\x53\x13\xcf\xb0\xa3\x87\xbb\x12\x9d\x0a\x8c\x86\xe7\x13\x9b\xe8\x17\x87\xd7\x09\xf0\xf4\x73\xc3\x6b\x49\x86\x04\x91\xe1\x8d\x64\x18\xe6\xfe\xf0\x6c\x0a\x3f\x2a\x76\xe4\x56\x5a\x00\xec\xe0\x08\x8a\x74\x13\x90\x3f\xfa\x28\xe3\x86\xcf\xae\xa1\xc7\x71\x57\xb6\x5c\x46\x5e\x60\xb9\xab\xc4\xd1\x5f\x58\xa3\xd9\xe0\x71\x24\xe6\xeb\xa8\xd6\xc4\x5f\x0c\xa9\xf7\xe4\x94\x04\xc6\x59\x38\x3b\x7d\x0e\x73\xbf\xbe\x7c\x3a\x1d\x63\x58\x89\x9d\x39\x81\x09\x61\x01\x67\x0c\x30\xd3\xb9\xc4\x99\x78\xac\x21\xb9\x7e\xa6\x31\x4e\x3c\x75\x75\xe6\x5d\xdc\x5a\xc2\xbe\x99\x8d\x78\xf5\xd8\x03\x33\xcb\x09\x51\xe1\xc7\x67\x6b\x12\xe1\xc1\x3e\x73\x51\x49\x7e\xfe\x95\x13\xdf\x91\xf3\xdb\xbc\xe9\x73\x48\xcc\xda\xf3\x99\x76\xe4\xc9\xc5\x1b\x73\x6e\xd1\x49\x13\x9f\xe7\x57\xa3\xd5\x07\x08\x8b\x62\x88\x77\x1d\x3e\x4b\xca\x88\x6a\xbe\xc7\xd2\x3a\xa2\x8c\x07\x5a\x26\x21\xaa\xd9\xd8\x15\xd1\xe8\x3d\x05\x82\x15\x60\xb4\x67\xf6\xde\x95\x31\xe4\xf1\x0c\xfd\xd5\x47\xc8\xb1\x24\xd2\x6a\x5b\x4c\x37\xb6\xe5\x9d\x5b\xec\x47\xc4\xf8\x7b\x5f\x74\x37\xec\xc3\x87\xf7\x71\x72\x80\x9e\xf9\x2f\xe1\xe5\xdf\x2f\x2e\xea\x85\x27\x6d\xae\x2d\x6b\x86\x7d\x5e\x61\xad\xec\x84\x05\xce\x44\xbc\x2b\x81\x7f\x1d\x39\xfa\xe1\x22\x3c\xa9\x7b\x66\x4d\x17\x6e\x26\x94\x5c\xb7\x82\x2b\xd7\x7b\x6e\x5c\x80\x2b\x55\xb6\x6f\x7c\x84\x5f\x2a\xb9\xb4\x69\x0e\x27\x31\x43\x37\xeb\xe0\xff\x28\xad\x1f\xe5\xc3\xea\x88\xbb\x3f\x86\x87\x7b\xe0\xef\x6d\xc1\x23\x24\x50\xb6\x9f\x02\xfe\x43\xcc\xaf\x43\x88\xaf\xc1\xb4\x35\xbb\xe0\xc2\x1d\xd0\xfa\x58\x70\xf1\x96\xfe\x26\x3c\xf8\xcd\x3b\x9f\xad\x03\xe0\xcd\xb9\xd4\x4f\x2e\xe0\x86\xb1\xe5\xcf\x05\x60\x52\xff\xcb\xed\x06\xb0\x7b\xfb\xa7\x2f\x3d\xe0\x47\x7c\xee\x57\x16\x58\xbb\x26\xf8\x9b\x1f\xd8\xa5\x5c\xe5\xbb\x28\xb8\xad\xa8\xf2\x3b\x3d\x38\x88\x21\xbf\x73\x3d\xe4\x62\x16\x6c\xa7\x29\xe4\x57\x4a\xe3\x0f\x4f\x48\x3d\x6e\xe9\xa7\x37\xd4\x0e\xd9\xf6\x57\x1e\x56\x1e\x6a\x08\xcb\x1f\x4d\x6d\x89\x0a\xed\x1e\xd5\xa9\xfd\x06\xb7\x1a\xb3\xa9\xdc\x0d\xaf\x1a\x67\x97\xdc\x80\x6b\x4e\x06\x33\xcb\x43\x01\xd3\xaf\xa9\xa6\x30\xe1\x0c\x9b\xe8\x01\x9d\x9f\xfd\x83\x47\x42\x16\xe6\x1f\xa2\x2f\x85\xb4\x2c\xa8\x45\x56\x04\x7f\x58\x28\x86\x1d\x09\x3e\xbb\xf0\x19\x08\x05\xeb\x2e\x5e\xf7\xbb\x0e\xca\x59\x8c\xf0\x70\x01\xed\x5e\x1c\x71\x22\x00\x9f\x2f\x96\xdb\x80\x01\x84\xc5\x87\x66\x27\x22\x4b\x06\xd8\xc2\x38\xc4\xed\x81\xac\x7a\x0c\x62\x63\xb0\xaa\xaa\x24\xda\x7f\x68\xb8\x74\x2d\xfa\xd9\xc8\xc3\x7c\x38\x62\x7a\xb4\x87\x7e\x1c\x01\x1e\xbf\x91\xae\x1e\xb5\x39\x11\x42\x90\x88\x92\x99\xc4\x60\xfc\x23\x2f\x4f\x45\x45\xad\x47\x68\x4e\xeb\x84\x9e\x0e\x37\x99\xfe\x0b\x8a\x08\x03\xcf\xd0\xfd\xcf\xc0\x9b\x67\x65\x3d\x5f\xc3\x95\x67\x33\x9c\xa3\x43\xdd\x66\x59\xb6\xe1\xb0\xd5\x59\x57\xf3\xe7\xb1\x8e\x3d\x29\x6d\x38\xb4\x7e\x4f\x64\xa3\x10\xa3\xd3\xeb\xc8\xe5\x60\x8f\xf7\xb9\xb2\x9b\xb1\xa6\xfd\xa9\x85\x11\xd8\x1b\x03\x5b\x39\x7b\x31\x3b\x43\xfa\x99\x4f\x31\xe4\xe1\x84\xe4\x63\x98\xe3\x23\xb5\x71\x4a\x68\xed\xd1\xae\x68\x7f\x94\xfb\x58\x2b\xdc\x34\x36\x6a\x3c\x1f\x3c\x16\x93\x39\x11\x1a\x60\x8e\xfc\x3c\xa9\xe5\x05\x47\x1a\x4f\xee\xb8\x14\x45\xd7\x4d\x01\xed\xba\xa3\xf1\x53\x66\x16\x6c\x9c\x59\x47\x41\xa7\x71\x82\x72\x47\xb2\x00\x8e\x4f\xed\x94\xab\x95\x4a\x44\x74\x89\x94\x6f\x13\x8c\xbb\x0f\x17\x77\x10\x02\x7a\x14\x72\xd5\x09\x21\xbd\x86\x64\x14\xe1\x5a\x1f\x2e\xf5\x45\x62\x53\x7f\x4d\xbc\x4a\xa2\xdc\xc0\x58\x8c\x19\xde\x7b\xf0\x6b\xd8\x50\x42\xc2\xd0\x9f\x10\xdb\x78\xd6\xf0\x4e\xe0\x12\xee\xef\xc8\x5f\xef\x39\x9c\xfb\xe8\x5f\xb7\x3d\x71\xcd\x63\xeb\x0e\xea\x71\xef\xc7\x7e\x59\x1d\x4c\x6a\x6c\x3d\xda\x73\x23\x25\xbd\xf5\xa6\xd0\x34\xed\x59\x6b\x78\x7d\x03\xd1\xae\x4d\xb9\x0a\x46\x0a\x6b\x1b\x2c\x75\x20\x09\xdb\x93\xf3\x4a\x49\xcb\x1d\xfa\xb4\xa3\xa4\xee\xce\x97\xa4\xa3\x24\x5e\x97\x7f\xa2\x38\x49\xaa\x1b\x8e\xb6\x20\x62\x7b\x0a\x22\xe9\x69\xc2\xde\x77\xd0\x9e\xd4\xf5\xbe\x1d\xa0\x72\xaa\xf6\x80\x94\xef\x48\x4a\xfd\xa0\x8e\xfb\x44\x8a\xda\x90\xaf\xe3\x7c\x0a\x7e\xf8\xa1\x75\x71\x3a\x54\x80\xea\x7f\x90\xe9\x2e\x08\x6e\xbf\x4f\xbe\x21\x20\x34\x31\x29\x51\x82\x6d\xde\x13\x2a\xb7\xd9\x8d\xb3\x8f\x66\xd5\xbc\x5a\x18\x4c\x43\xb7\x04\x65\x17\xd1\xa2\x84\xe7\x33\xf8\x34\x6f\xe1\x56\x52\x1b\x75\xb3\xb5\x15\xfb\x87\x6a\xd5\x56\x19\xed\x4a\x69\x6f\x9f\x85\x1b\x53\x24\x3b\xd5\xc0\x5c\x32\xbc\x0b\x18\x70\x95\x2c\xde\xcd\xf7\xda\x93\x95\xdd\x2b\xe1\xbc\x90\x15\xd3\x17\x63\x5b\x44\xcb\x6f\xb8\x39\x64\x9f\xfd\xae\x7e\xa1\x0b\xc3\xe8\xad\xef\x69\xb9\xcc\x0c\xaa\x9f\xa9\x1b\xcb\x43\x37\xdc\xae\xb4\xce\xf7\x6f\xc8\x64\x0d\xe7\x33\x1b\x1f\xe6\xbe\xcb\x2f\x6b\xec\x22\xff\xc9\xb7\x6f\x0a\x4f\x9d\xcb\x3f\xc4\x7f\x11\xbf\x9c\x17\x24\xb8\x16\xfb\x9c\xf9\xa9\xf9\x61\x78\x37\xf3\x69\x0b\x19\x22\x95\x9b\x2c\xfc\x1d\x04\xcb\x7d\xd0\xf6\xca\x47\x96\xf1\xb7\x1d\xeb\xba\x91\x2b\xd3\xa9\xe6\x20\x52\xe0\xc0\xdb\x3d\x16\x5f\x44\xe2\x86\xf7\xd1\x59\x10\xae\x6f\xfb\xe3\xd2\x63\x5c\xdd\xa6\xf5\x32\x31\x2e\x84\x67\x51\x36\xc0\x2d\x61\xe7\xb3\x6f\xf0\xc4\x0b\xca\xd9\x3a\xbc\x04\x7a\x2a\x7b\x77\x8d\x76\x7a\x60\x59\x42\xed\x49\xc2\xeb\xd2\x3f\x75\xa2\x18\x5a\xa9\x4b\xfd\x45\x84\x6c\x09\xaf\x21\x3f\x74\x1f\xeb\x6f\x93\x06\x48\x82\x05\xe0\x63\xfd\x5c\x59\x6f\x04\x74\xf7\x6d\x96\x7e\xf3\x27\x47\x06\x67\xa0\xfc\xed\xd4\x64\x45\x53\xf9\xb1\xe1\xdd\x55\x8d\xe5\xa7\xba\x61\xd5\x63\x9c\xc5\x96\xef\xdc\x11\xce\x58\xbd\x27\xcf\xa1\xfc\x60\x25\x9a\xd7\x5b\xfe\x92\x95\xc9\x6b\x2f\xaf\xca\xbd\xc9\x63\x55\x3c\xc9\x9a\xe2\x69\x54\x2c\xa4\x40\xb9\xd9\x95\x1c\x9c\x3f\x77\x7f\x55\x03\x72\xad\x3a\xa8\x7a\x3b\x8c\x56\x35\xcd\x83\x07\xaf\x56\xdd\xaf\x3d\x1c\x28\x5b\xf9\xab\xce\xd4\xeb\x6d\x65\x5f\x7d\xa1\x33\xa2\xae\x92\x25\x35\xdf\xd4\xe0\x5e\xdc\x3d\x5e\xdf\xb4\xbf\x38\x7f\xe0\x3c\x7f\x4f\x71\x5a\x87\x33\x7f\xa8\x38\x89\x5f\x2a\x30\x2e\xae\xe6\x35\x08\x32\x8b\x37\xd8\x05\x02\x34\x4b\xb7\xe0\x81\xc0\x94\xd5\x4a\xa3\xf1\x97\x4b\xdc\x48\x97\xf9\x3e\xa5\x87\xf1\x35\x4d\xeb\x65\x52\x68\x89\x26\x1b\xf6\xe5\xc8\x98\xc6\x15\x0e\x11\x5a\xd9\xe8\x58\x71\x00\xf0\xaf\xf1\x40\xa5\x8b\xaf\x7a\xc3\xa7\xaa\x7a\xb7\xd3\xad\x04\x66\xf9\xca\x4e\xbb\x28\xf3\xc9\x0c\xab\x23\x8a\x69\x32\x7a\xb2\xd3\x9c\x29\xd9\x6b\xd2\x75\x9e\x29\xda\xea\xdf\x55\x98\xfb\xad\x01\xde\xd5\xc6\x94\xac\x52\xe9\xe2\x32\xaf\xb0\x6a\xba\x1c\x99\xf8\x5c\x95\xae\x63\x79\x52\x59\xac\xce\xb4\xbc\xe9\x14\xb7\x4e\xb1\xfc\x6e\x9c\x79\x07\xa6\xf0\x30\x32\xb7\xe3\x50\x91\x59\x98\x72\x3b\xad\x78\x34\x58\xb1\x5d\xad\xc4\x22\xe0\x72\xbb\x71\x29\xdd\x83\xd6\xe7\x49\xad\x5b\x83\xf4\x67\x51\xed\x17\x2d\x07\xb2\xa9\x4f\x26\xe1\x83\x70\xea\xd5\x41\xce\xd0\x03\xaa\x74\xa7\x60\x88\x4f\xf9\x2d\xa0\x0d\x9f\xa7\xee\xa9\xb1\x1d\xbe\x4d\x95\x65\x7f\x1d\x3e\x4f\xf5\x2b\x88\x1f\x1a\xa4\x8e\xd3\xe5\x87\x92\x68\x28\xd2\xcc\x90\x21\x5d\x3f\xb1\x68\xf0\x77\x76\x0a\x7a\x6d\x30\x38\x67\x22\xea\xda\xe0\xdd\x5c\x33\xe8\xe6\xc0\x17\xe6\x30\x60\x72\x60\x23\xff\xa2\x8f\xcd\xe8\xef\xf4\xc3\x1f\x95\xc7\x77\x93\x04\xab\x47\x27\xf6\x92\x52\x66\x95\x27\xcf\x91\x5c\x46\x5f\x4e\x49\x93\x6e\xf6\xfa\x4c\xb1\x48\xf2\xad\x2f\xa7\x6f\x92\xce\x37\x28\x4c\xbb\x90\xde\x54\xce\x4d\x63\x49\x68\x16\x63\xda\x81\xb4\x9c\x1b\x35\x7d\x2b\xdd\x8a\x6c\x3f\x2d\x9a\x21\x9a\xaa\x37\xf5\x31\x63\x2b\x5e\x6f\x8a\x9f\xf5\x32\x06\x3f\x95\x4a\xce\x0d\x9b\x9f\x22\x53\x6f\x06\xc3\xa7\xea\xe9\x47\x02\xce\xcc\x4a\x26\xf9\x7d\xee\x9b\x73\x48\xba\xf4\x81\x3c\x6f\x99\xb4\x77\xa1\x62\xc1\x94\xd0\x3b\xd1\xba\xa8\x43\x48\x1c\x98\x5e\xda\x4d\xf0\xef\x18\x5e\xa2\x11\xac\xf9\x8d\xcb\xc7\x09\xe1\xbc\xbc\x65\x67\x42\x03\x3b\x6e\x39\x21\x69\x4f\x41\xfc\x72\x65\x92\x19\x9d\xb6\x3c\x94\xb4\x9d\x5e\xbd\xfc\x3d\xb9\x9c\x30\xb0\xa2\x91\x32\x8d\xf9\xb1\xa2\x9d\xa6\x8a\x50\x5d\x99\x25\x2e\xc3\x62\x56\x4b\xd2\xff\x00\x1e\x2d\x8b\xe2\x7c\xbf\xd5\xaf\xd8\xe2\x54\x37\x9d\x57\x81\x71\xef\x56\xdc\xdf\x85\xc5\xe5\xcf\x78\xbe\x47\xc7\xd9\x8f\x98\x7d\x88\x8e\x93\xee\xd1\x59\x33\xc0\xfe\x15\x9a\xac\x1f\xc2\xae\xd7\xbb\xad\x23\xe2\x4e\x56\x86\xaf\x6f\xc7\xdd\x67\x65\x6e\xe8\xc5\xc5\xe4\x0a\x37\x0a\xe2\xe6\xc9\x1f\x37\xf7\xe2\xf2\xd2\x64\x36\x9d\xe3\xa1\x09\x2f\x36\xc7\x12\xca\x62\xed\x3e\xfa\xe2\x77\xc2\x83\x3e\x5b\x25\x5d\x02\xff\x5e\x83\xc5\x1a\xfc\xbc\xbe\xce\x8c\x95\xff\xbc\x6f\x43\x18\xb3\xf2\xe1\xc0\x66\x7b\x4c\xee\x82\xe8\xc7\xd5\x98\xb7\xe3\x6b\x9f\x94\x90\x9f\xfb\x59\x9f\xd5\x91\x8d\xed\x63\xdb\x6a\xc8\x12\xbe\xc6\xf6\x1f\x64\x0d\x2f\xfc\x4b\x35\x52\xc8\xee\xff\x6a\x12\x73\xbc\x50\xfe\xeb\x5c\x8c\x5f\xb6\xcf\x37\x58\xec\xfe\x8c\xea\xef\x67\x62\xeb\x92\xf7\xec\x28\xa2\x2a\xe3\x74\x7e\x6c\x63\xa4\xa2\x11\x7f\xe3\xb0\x86\xd0\xdf\x9f\xc9\x11\xc5\x7f\xd2\xb7\xb1\x11\x9d\x5f\xe3\xbe\xc4\x47\xd4\x6d\x30\xbf\xe2\x22\x20\xcb\xb9\xdf\xe2\x22\x54\xa7\x49\xdf\xfb\xc3\xe9\xc3\x46\x3f\x94\xc2\x6f\x74\x07\xfc\x54\x0a\x17\x6d\xd9\xf9\x25\x1f\xf6\xab\x1e\xf9\xeb\x47\xd8\xf7\xaa\x3d\xbf\x3b\xc2\xf7\x96\xc0\xff\x00\xc3\xdd\x99\xd3\x7f\xa5\xc2\xfb\xa8\x77\xfe\x36\x44\xbc\x24\xe2\xfe\x51\x22\x92\xf0\x83\xff\xfe\x45\x7c\x42\x8d\xfe\xfb\xf7\x1f\x62\x8a\x88\x38\x83\x82\xc0\xff\xd3\x9b\xf9\xbf\xdb\xff\x1f\x7c\xa0\x3b\x22\x22\xbb\x1e\xfe\x5f\xba\xbb\x45\x44\xfe\xfd\xfb\x7f\xcb\xff\xcd\xf9\xb9\xab\x94\xf7\xef\xef\xdb\x17\xff\xa7\xbd\xb3\xf8\xfc\xbf\x7f\x46\xef\xff\x6b\x8f\x88\xfc\xcf\xfc\x2f\xdf\xe7\xde\xff\x3c\xa6\xa6\x22\xbb\xc8\xbe\xff\x23\x1f\xb2\xd3\x15\x11\xd9\x7d\xf5\xdf\xbf\xd1\xc3\xff\xcd\x1b\xfa\xbf\x7a\x09\x69\xff\xd5\x3b\x18\x20\x22\xb2\x5b\xfb\x7f\xdf\x5b\xf2\xfc\x1f\xf9\xf0\xb6\x9e\x88\xc8\xae\xd9\xff\xd9\xdb\xbd\x7b\xf7\xff\xcd\x2b\xfa\x5f\x47\x89\x72\x22\xba\x92\xef\x94\x5a\x15\x23\x36\x1e\x7b\xab\xf5\x70\x6f\xa6\x3f\xf5\xee\xd7\x3d\xf8\xe4\xc7\xaf\x20\x3c\xe3\x81\xdb\x5b\x30\x29\xaf\x6f\xc3\xff\xfe\x0d\x5e\xfc\x6f\x7f\xed\x76\x73\x13\x11\xf9\xe4\x2c\x22\x72\xec\xa5\x88\x88\x28\x5e\x44\xe4\xf0\x09\x11\x91\x3d\x37\xfe\x33\xff\x5f\xf7\x7c\x9f\x3e\xf9\xff\xbd\xc3\x55\x52\x93\xde\x5c\x00\x94\x25\x51\xad\xb2\xfb\xe5\xbc\x29\xc7\x69\x12\x0a\xd0\x2c\x6a\x46\x9e\xb2\x6b\xfa\x64\x32\x5f\xe9\x6e\xa6\x6e\x82\xbe\xca\x97\xf4\x32\x0c\x46\xa5\x8e\x14\x8e\x3a\xa3\x06\x88\x0f\x04\x42\xd5\xde\xc5\x15\xb8\x65\xab\x55\xc4\xd9\xba\x24\xaa\x45\xc4\x9d\x72\x82\xc8\x6d\xc6\x72\x74\x5a\xe4\x8f\xa1\xda\x55\x91\xf2\x29\x68\x39\xa5\x62\x05\x59\xb4\x9f\xc2\x0d\x39\xc7\x58\x84\xd4\xe0\xf9\x0e\xda\x8b\x2a\x9e\x04\x84\x12\x9f\xf7\x4b\x4e\x34\xeb\x14\xd5\x4a\xfe\x74\x86\x61\xe6\x9a\xe2\x37\x12\x39\xc5\x5b\x99\x90\x26\x95\x40\x57\x52\x27\x0a\xd1\x18\xf5\xe5\x18\x17\x90\x84\x3a\x09\xc3\x0d\x2a\x52\xed\xc5\x4e\xb9\xdc\x56\x1b\xc4\x8c\x39\x8d\xa9\x5d\x43\xc7\xd9\xec\xc8\xb7\x84\xbb\xaa\x7d\x50\x28\x8d\x18\x51\x91\x56\x38\x11\xf3\x5d\x41\x57\x61\x36\x36\x45\x76\x49\x31\x0b\x25\x25\x3d\x7e\xae\x94\x72\xac\x0a\x7a\xf6\x4f\x66\x0b\xe7\xb4\xc4\xb5\xf4\x75\x46\x8d\x5c\x15\xd1\x35\xc3\x45\xfe\x67\xca\x6a\x6a\xb7\xf2\xd9\xa4\xdf\xb8\x49\x45\x7d\x44\x4b\x08\x50\xb5\x15\xf5\x3c\xe4\x88\xfa\xb9\x68\x67\x6f\xaa\xfa\x62\xf4\xbc\xf3\x55\x75\xe9\x18\x53\xbb\x53\x8a\x2c\xf8\xc8\xeb\xa3\x8a\x94\x10\x37\xd5\x6a\xc5\x8e\x30\x19\x25\x6d\x25\x62\xc4\xac\x3c\x5c\xc9\x05\x59\x27\xdd\xa6\x2c\x1f\x03\x92\xec\x38\xb1\x90\xd5\xd6\x76\xf7\xb4\x02\xb1\xa5\xc2\xe1\xdc\xae\xd4\xe4\xa2\xfb\x12\x8e\xf8\x9c\xcc\x6c\xe9\xf0\x84\x8e\xe4\x78\xd9\x17\x91\xba\xf0\x35\xc5\x2f\x61\x7b\x41\x10\x55\xcb\x50\x51\x5f\x29\x75\x0d\x48\x90\xf3\x11\x75\x27\x00\xcc\xd0\x5f\xed\x1f\x18\xa2\x77\x4d\xf9\x96\x2f\xed\x82\x9b\xca\x3a\xd0\x46\xa5\x4b\xf9\x5b\xb0\x96\xc2\x82\xca\x93\xd0\x9f\xb2\xbd\xaa\x87\x22\xde\x4b\x35\xa9\xfc\x8c\x8e\x15\xf7\x3f\x7a\x23\xb9\xb3\x0d\x78\x52\x1f\x7b\x85\xcd\x3d\x15\x89\xb2\x66\xb8\x9d\x15\x8f\xae\x23\xde\x97\x4c\x80\xed\x43\xde\x95\xbe\x0b\xc0\x83\x5c\x14\x08\x80\x53\x7e\x47\x55\x49\x7e\xc3\xce\x21\xea\x6f\x3c\xfe\x19\x09\xd4\x95\x7d\x4f\xe9\x77\xab\x6c\xb9\x4d\xde\xe6\x28\xdb\xb8\x9d\x50\x2e\x54\xd5\xf7\x22\x29\xd4\xab\x75\x04\xbd\x90\x07\xa9\x55\x80\xaf\xca\xe8\xa9\xef\x82\xcd\x49\xa6\x99\xb7\x63\xe3\xcf\x3e\x3f\x74\x17\x0d\xed\xb0\x3d\x7c\x16\x55\xd7\x08\x3a\xc1\x0c\xc5\xd2\x58\x67\xa2\x81\xdf\xe3\xf5\xc4\xf1\xfe\xcf\x23\x11\x12\x25\xee\x6b\x81\xd2\x72\x4b\x2e\xfb\x9c\xa7\x55\x45\x1d\xc7\x2d\xc3\xd4\x4e\xd8\xad\xbf\xa9\x50\xcb\xb5\x20\xde\xfd\xa1\xa6\x6f\x21\xa2\x56\xa8\xe6\x6a\x7b\x48\xb1\x4d\x15\xe7\xb4\x2a\xf5\x47\xfd\xad\x87\x87\xe4\x97\xe7\xc9\x41\xfb\xc4\xb9\x16\x9d\xe1\x1d\x62\xfa\x9e\x4f\xe2\xad\xc5\x79\x07\xf6\xc2\x59\x9d\xb4\xfd\xa6\xf0\x1d\x3e\xfd\x58\xb3\xdf\x2f\xb2\xc8\x69\x05\x4f\x16\x0e\x7c\x8e\xe6\x30\x06\x9d\x3e\x07\xb3\x2c\xf2\xc2\xcb\x5e\x31\xa9\xb2\xbe\xa1\x7c\xd6\xb0\xe8\xad\x84\x5a\xb3\xde\xea\xe3\x08\x8d\x83\xaf\x7b\x2e\xce\x5d\x40\xea\x0b\x55\xbb\x2f\x9a\x1a\x8b\x48\x3b\xde\xfb\x67\xb5\x72\xde\xe9\xf5\x94\xbb\xd5\x79\x9a\xe5\xe3\xa0\x9b\x62\x79\x2e\xea\xa1\xe2\xe2\x7b\x02\x4e\xc5\xce\x8a\x9f\xd8\x7d\xd1\xc7\xac\xe7\xee\x2e\x2f\x2f\x54\xb3\xcb\xa1\x35\xdb\xfb\x64\xc2\xe1\x6c\xf3\x70\x94\xd8\x89\xcb\x86\x10\xa0\xa6\xe8\xcd\x57\x97\x1d\xe2\x64\x8e\x3e\x9b\x37\xce\x56\x82\x69\x41\xb4\xfd\xd4\x51\x8f\x2e\xde\xda\x7f\x71\xe6\xf1\xa6\x86\xe1\xcd\x57\xcf\x6f\x28\x9a\x3c\xee\xd0\xe3\x4b\xfd\x78\x53\x67\x11\x22\x7e\xd8\x2c\xdc\x71\xf6\x5c\xab\x33\xd0\xef\x99\xd8\xef\x40\x47\xc8\x2b\xf1\x91\xb0\xb9\xe8\x65\x89\x43\x47\x6d\xad\x5f\xf4\x24\xed\x19\xb2\x6c\x6b\xf1\xdc\x8b\xd6\xbb\x4f\x5d\xdd\x2f\x78\x45\x44\x47\x1c\x45\x68\x55\xfb\x03\xce\x3d\xbe\xa7\x61\xfb\x57\x72\xf3\xea\x8a\x8e\x8f\x62\xd2\x65\xa9\xfb\x53\x6a\xdf\xfe\x73\xef\xb8\xdc\xba\xa6\x7e\xe6\x69\xd4\xe3\x2a\xc5\x61\xfd\x0b\xaf\x5f\xcb\x9a\x5a\xa4\x9a\xa8\x49\x9d\x70\x02\xd8\x0e\x8a\xc5\xf8\xe5\x79\x86\x88\x0f\x40\xbb\x40\x4c\x49\xe3\x58\x72\xc4\x2e\xa9\x3b\x1a\xee\x57\x4f\xf5\xef\x91\x90\xbf\xf1\xba\x2d\x60\xef\xe3\x47\xa0\x5c\x97\x83\x7a\xb7\x7f\xa2\x2b\xcf\x0d\x5d\x1d\x07\x3c\x91\xfb\x71\x51\xc3\x4e\x57\x4d\xa8\x9a\xad\x9b\x73\x4d\x51\x79\xee\x51\xc6\x5d\x73\xa5\xcc\xcb\x81\xda\x84\x8b\x96\xea\x95\x6f\xbd\x6e\xf5\x2b\x4d\x59\x51\x34\x6f\xcb\xfb\xb9\xcc\xbf\xb9\x29\x73\xc9\x37\xde\xcc\x59\x42\x03\xe2\xec\xe4\x26\xf9\x16\x93\x13\x14\x26\x23\x9f\xf8\x27\xa4\x54\x26\x43\x23\xec\xaa\x48\xff\x21\x8d\x67\x57\x3e\xf5\xcd\x9d\x17\x55\xff\xc8\xbe\x25\x06\x52\x8d\x4e\xd8\x56\xdc\x54\xfe\x15\x7c\xf9\x92\x94\xe2\x7e\xc7\xd1\xdb\x0d\xd2\x3f\xde\xda\x3c\xbe\x29\xfd\x42\x93\xfb\xfc\x87\x94\xc8\x35\x23\xc3\x0a\x15\x3b\xb5\x12\x6b\xda\x05\x09\x65\xa2\x0b\xfd\xe6\x8c\x7c\xb2\x7f\x9e\x96\x92\x4c\x29\xf8\x83\x8e\x97\xe4\x79\xe4\x37\xf3\x9f\x52\xc1\x84\xbf\xae\x67\x64\x47\x53\x67\x02\x1c\x64\x6d\x35\x52\xae\x7c\xea\x3f\xa1\x11\x70\x65\xb0\x6f\x5d\x96\xa0\xb4\x51\xff\x50\x61\x4e\x86\x9d\x71\xf5\x66\x8c\x0c\x23\x4c\xf7\xe9\x11\xd9\x20\x9f\x6f\xba\x26\xb2\xb7\x6c\x0f\x19\x65\x48\x75\xea\xcb\x9b\xa7\x48\xe0\x1e\x66\xd8\x3d\x97\x16\xbf\xf4\xc3\xd5\x54\xf1\xb8\xd2\x2f\xff\x69\xe5\x62\x79\x7a\x70\xdc\x15\x90\xf4\xb7\x98\x6b\xcf\xf6\x4b\x46\xe3\xc5\x5e\x15\x4a\x4b\xa7\xbe\x37\xd9\x91\xc9\xa6\xbe\x71\x44\xcb\xae\x69\x14\x5e\x59\xe8\x3f\xa7\x91\x75\xa5\xbc\xef\xa7\xea\x59\xb9\x3c\x21\xfd\xe9\xba\xe4\x22\xe3\xac\x41\xa4\xcc\x18\xf6\x8f\x75\x88\xdc\x1d\x58\xb2\x83\xb5\xac\xd0\x73\xaf\x9b\xb8\x94\x82\x95\xb7\x47\x8b\x18\xf9\xd5\x86\xdf\x47\x89\xf9\x7b\x7b\x01\xc5\x32\x3f\xd5\x9a\x61\x43\x72\x61\x0a\x7f\x11\x7f\xe4\xbf\xcb\xed\xc2\xea\x5c\xa8\x14\x4b\x4c\x31\xd6\x2c\x97\x70\xcf\xd0\xd6\x35\x92\xfe\xce\x78\x6f\x7a\x41\xc6\x41\x83\x7f\x65\xa0\x5f\x4a\xa3\xe3\x4a\x4a\xff\x7e\x3d\xc3\x33\xb6\x42\x96\x3d\x48\xd2\xa8\x60\xd8\x2f\x52\xe6\x69\xba\x51\x90\xbb\xec\x50\xcc\x6f\xd0\x51\x99\xc0\x10\x26\xe4\x82\xc4\xa0\x3b\x35\xf4\xa6\xd8\x3b\x33\xbb\x08\x27\xf1\xc7\x2f\xf6\x44\xfb\x49\x2c\xdd\xa1\xc4\x6e\xca\x44\x28\x4f\x27\x02\xe5\x22\x14\x7e\xa5\x35\xcb\x9f\x94\x1d\xa2\xed\x55\x68\x96\x09\xcc\x23\x69\xbd\x93\x94\x2d\x7a\xab\xd3\x23\x05\xbc\x18\x7c\x79\xb1\x2f\xe4\x62\xfa\x65\x52\x9f\x67\x70\xc7\x39\x93\x0e\x4b\xc4\xf0\x79\xf7\x46\x5d\xe4\xba\x64\x20\x73\x2f\x2a\x5b\x6a\x98\x74\x02\xbb\x28\x25\x85\x92\xc3\x07\x48\x64\x82\x3f\x12\xd2\x24\x87\x9d\xc7\x52\x9c\x24\x43\x4d\x5c\xd3\x52\x24\x41\xda\x7d\x19\x3b\x52\xf9\xb7\x7e\xa5\x37\xcb\x6a\x29\x5f\xa0\x43\x65\x9a\xe4\x89\xac\xbb\xb2\x53\xb2\xd6\x4d\xe5\x4a\x9f\xe4\xe7\x04\x55\xaa\x5e\x8a\xd2\x97\xf8\xb7\xd7\x3b\x64\x23\xb5\xa4\x1a\x06\x0e\xe3\x15\x25\xd3\xbb\x7e\xa6\xf7\x4a\xc4\xb6\x5c\x4d\xbf\x28\x15\x57\x7e\x84\x32\x2e\x1d\x5d\xe8\x4f\x5b\x97\x3e\x98\x6e\x41\x11\x4a\xed\x89\xca\x22\x47\x48\x41\xbc\x93\xa9\x63\xd2\x26\xd6\x04\xfa\x37\xa9\x2b\x3a\x6b\xf4\x3f\x92\xf1\x0f\x52\x73\x37\x24\x2f\x29\xf7\xd5\x0a\x24\x55\xe5\x9b\x04\xca\x0a\x32\x8a\x3f\x9a\x47\x94\x6f\x29\x55\xb6\x2c\xa9\x5e\x50\xbe\x8c\x3a\x23\x5b\x39\xb4\x9a\x66\x2f\xcb\xec\x1f\xa1\x20\xa5\x4d\xba\x4b\xe8\xdd\x92\x56\x6d\xef\xd9\x25\x52\xf5\x42\x68\x9d\x8c\xb4\x22\x5f\x8b\x6d\x20\x73\x9a\x31\x56\xa1\x27\x7d\x2c\xf5\x50\x7d\xad\xd4\xee\xc8\xcf\x25\x4b\xd2\x92\x2e\xc6\x25\xa2\x52\x8f\x8c\x6d\x59\x1a\x12\xf5\x4f\x48\x9c\xcf\x67\x3e\x5d\x51\x68\x8e\x93\xf5\x50\xb9\xd2\xf2\x49\xf1\xb8\x8a\xb3\xb0\x5b\xd9\x59\x25\xa6\xd5\x49\xe5\x9f\x0a\x55\x92\x9b\x63\x5c\x84\x92\x7d\x4b\xdb\x64\xa4\xc9\xa9\x51\x19\xf4\x01\x85\x27\x94\x8b\x59\x8f\x95\x5f\x64\xde\x49\x3d\xaf\xa4\x94\x15\x81\x87\xa9\x8c\x66\x74\x63\x33\x54\xb2\xd2\xd3\xd0\x7b\xd5\x2e\x27\x58\x82\xde\xaa\x4d\xe3\x9e\xbb\xdb\xa9\x31\xe2\xb6\x5c\x8f\xa9\xb9\xc7\xa5\x3b\xb1\xe5\x3e\xa0\x66\xde\x3c\x91\xfb\x89\x1e\x56\xdb\x2d\x8f\xc1\xc8\x2a\x7d\x94\xc5\xa1\x7e\xca\xde\x91\x91\x4d\x18\x96\x68\x16\x43\x67\x4b\x70\x5b\x25\x42\x68\xe6\x85\x00\xd9\x16\x72\x35\xfd\x91\xdc\x40\xe6\x77\x72\xa9\x62\x5f\x86\x7c\xea\x86\x32\x90\xe8\x83\x5f\x53\x92\x20\x4d\x62\x32\x54\xcf\xa6\xfe\x8e\xb9\xa4\x7e\x35\x4e\x11\xa0\xaf\xda\x12\xe7\xea\x42\x55\x6b\xc6\xbe\x70\x56\x51\xfd\x88\x66\x5a\x33\xe5\x3e\xc4\x9c\x78\xf9\x45\xbe\x08\x49\x52\x2e\x56\x38\x16\xfb\x59\xc1\x4b\xa1\x16\xe5\x29\x9b\xa5\x88\x45\xad\x49\x07\x9c\x8f\xa7\x49\x71\xbb\xcf\xcd\x52\x24\x2b\xaa\xc4\x6b\x33\x39\x79\x26\x72\x9e\xe9\xc7\xb2\x4c\xe5\x05\x69\x21\xc4\x70\xa5\x5f\x29\x6f\x12\x2e\x2b\x4a\x22\x4f\x42\x3e\xa9\x56\xa2\x36\x42\xde\xab\x55\xc4\xce\xfa\x93\xd5\x5c\x63\x4f\x3a\xfb\xa8\xfd\x89\xfd\x62\x1f\xa1\x00\x0e\x1f\x79\x85\x53\x58\x83\x2d\xa8\xf6\x2b\xd2\xc3\x7a\x95\xb4\x14\x3f\x23\x35\xe5\x76\x2b\xb9\xc4\x40\xa4\x75\x94\x6f\xc4\x5e\x95\xd4\x38\x79\x9b\xea\xd0\x51\x7c\xfa\x5e\x86\x56\xf5\xc1\xb3\x93\x44\x01\xeb\xab\x84\x08\x21\x93\xbc\x28\x0d\x25\xec\x4b\xcd\x96\xf5\x88\xd1\x44\x84\x2b\x4f\x87\xad\x87\x04\xab\x9a\xc2\xfd\xfd\x44\xd5\x95\x61\xc9\x2e\x5f\xd4\x9b\x82\x37\xcc\x8a\xd4\xd0\xc1\xeb\xba\x6c\x25\xff\x80\xd6\x4b\x37\x54\x16\x41\xcb\xaa\x22\xca\xf9\xd0\x28\x05\x25\x15\x37\x78\x8c\xec\x2b\x95\xb0\x68\x35\x89\x24\x55\x4d\xa4\xaa\x18\xee\x68\x65\xda\x7c\xe7\xf9\x13\xb5\xa9\x0f\x9b\x5f\x9c\xd2\xc2\x50\xf2\x96\xcf\x4c\xc5\xa2\xd2\xa7\x25\xf7\xc0\xff\xa2\x0e\xca\xdc\x0d\x79\x0c\x89\x52\xd0\x00\xda\xfb\x47\xa8\x66\x06\x98\xba\x84\xaa\x0d\xfa\xe0\xcc\xaa\xd4\x8f\xfb\x8e\xe8\xaf\xaa\x94\xbb\x7f\xbc\x0d\x55\x5a\x76\xcf\x52\x06\xab\xd2\x7c\xfe\x2a\xb0\xd5\xc5\x00\xdb\x72\x2b\x6a\x5b\x90\x07\x52\xbd\xea\xad\xa1\xb5\x12\x71\x16\xb7\xe2\x31\x67\x1f\x1d\x6e\xc4\x3d\xea\xb6\x3f\xbc\x19\x97\xd3\xdc\x7e\xe4\x64\x8c\x4f\xc9\xd2\x69\xb3\x50\x3f\x62\x8e\x38\x24\xa8\x07\x69\x2a\xe1\xeb\xbd\x04\x32\x96\xbb\xec\xfe\xcc\xdd\x57\x65\xd9\x19\x6d\xc5\x54\xed\x75\xbc\xaf\xd7\xae\x86\xb6\xb9\xfd\xe0\x9b\xea\x92\xe5\x80\x5a\xb5\xda\x2d\x3b\x29\x05\x13\x35\xa6\x4b\xae\xd4\xbd\xeb\xda\x3e\x7f\x24\x74\x5e\xd6\x80\x4e\x89\xdf\xb2\xd2\x8b\x68\x12\xbb\xef\xdb\x9b\x74\x5b\x02\x71\x28\x2e\x72\xb4\x27\xf7\x80\x54\x64\xbc\x50\xee\xd8\xf9\xe0\xfb\x85\xd5\x27\x42\x02\x4e\xa5\x1c\x3a\xc7\x74\x75\x8c\x30\x3c\x8f\xb4\x7d\xea\x67\x2a\xe3\x6a\x3e\x6b\x47\x54\x96\x35\xd1\x37\xf8\xaa\x0a\x32\x48\xd6\xea\x56\x2f\xd0\xed\xb9\xf2\xf4\x02\xc4\xe0\x92\x32\xfd\xba\x9c\xa9\xa5\x24\x5f\x53\xcf\x6e\xe7\x1c\xe4\x4d\xa2\x67\xd1\x79\x86\xf5\x11\xd0\x55\xb1\x69\x77\xe3\x88\x64\xb1\x2e\xc0\x26\x76\x4e\x9c\xb8\x4f\xda\x7f\xa7\xbf\x75\xd7\x6d\xbf\xcd\x36\x8b\x03\xba\xde\xfd\xec\xa9\x23\x31\x76\x25\x89\xde\xc7\xf3\xcc\x0f\x40\x1f\x9d\x06\xeb\x94\xbb\xca\x4b\xd9\xbd\x7c\x68\xda\xac\xe8\xf9\x74\xe2\x45\x9f\x3a\x4a\x6b\xf0\xee\xe1\x4b\x25\x9a\xf1\x6a\xe7\x6f\x8f\xbd\x0c\x96\x1f\x78\xc2\x35\x40\x4a\x39\xea\x15\x59\xb5\x9f\xdf\xb2\xf2\x72\x0b\x17\x73\x72\xbf\x1d\xb8\x28\x7e\x03\x18\x15\x3a\x24\xbe\x1a\x0e\x8a\x11\x17\x5f\x3b\x9e\xe2\xa0\x34\x70\x6a\x8f\x8f\x5d\x7a\xc7\x95\xbd\xe6\x86\x8f\x72\xf3\xf7\xbb\xe8\xd2\xe2\xf9\x87\x20\xcf\x1f\x02\xb6\xa5\x3c\x34\xc7\x5c\x58\x2a\x47\x1f\xe4\x9a\xfc\xb9\x2c\x79\xf7\xf3\xf3\xda\x9b\xc1\xb7\xbc\x6e\xa1\xef\x07\xdf\x79\xaa\x1a\xf3\x5c\xea\xc9\x6d\x85\x61\x83\x5b\x6f\xb6\x65\x32\xac\x66\xcd\x86\x24\xbe\xba\x66\x3b\xca\x89\x25\x04\xa5\xf9\x56\x4b\x3c\x08\x17\x42\x2b\x25\xe9\xe8\xc1\xc8\x51\x49\x96\x06\xf0\xaa\x64\xff\xf1\x63\x0d\x3a\xc6\x9d\x27\xf7\x22\x9f\x79\x95\x0c\xef\x3e\x7c\xc7\x07\xd7\x75\x36\xf3\xf6\x0f\x50\xb5\x4a\xe0\x0d\x8e\xeb\xca\x75\xe4\xb5\x33\xa6\xc4\xfb\x7f\xaf\x84\xbf\xe8\x7a\x52\x75\x39\xec\xce\xc8\x4b\xd4\xe5\x14\xb5\xdb\x46\x79\xf7\xe4\x15\x7b\x6c\xb6\x9e\xbd\x94\x7b\xe9\x96\xa7\xaf\x29\x7d\xd8\x9f\x6d\x75\x5a\xe2\x55\xe8\x3f\x57\xbc\x64\x1a\x36\x1b\x00\x97\xb9\x92\x4c\x83\x15\xc9\x64\x6b\x60\xaf\x1e\xe9\x3f\xa3\x61\x73\x75\x7f\xdf\xf7\x93\x35\x57\x45\x79\x17\x4e\x2b\xa8\xef\x24\x1f\x54\x0e\x55\x07\xc0\xa4\x6e\xed\x55\x63\x7a\x9e\xd6\x9a\x57\x65\x5b\xba\xbe\x32\x50\xb9\xac\x03\xd7\xff\xa5\x2c\x7f\xff\x9a\x71\x99\x92\x96\xfa\x61\xdb\xac\x8b\x97\x94\x1a\xdc\x5f\xdf\x5e\x96\xa3\x06\xd4\x3e\xb5\x94\x91\x84\xee\xd2\xd7\x95\xf8\x8a\xde\x63\x5d\x2b\x7d\x23\x05\xec\x11\x2e\x5b\x99\x41\x01\x5e\x95\xbd\xa0\x41\xbd\xf2\xab\x5f\x52\x03\x7d\x65\xb5\x7f\x8f\x2c\x5e\xd9\xb1\xe9\xef\xff\x41\x82\x3d\xbf\xe5\xfd\x38\x6e\x1f\x9f\xdd\xb6\xdc\x85\xd7\x65\x2b\x73\xb5\x5a\xb6\x6d\xdb\xb6\x6d\xdb\xb6\xb5\x6c\xbb\x65\xad\x5a\x5b\x33\xdf\x33\xee\xe3\xfe\x7e\x7e\x39\xff\x85\xc7\x71\x3e\xb1\x11\xd0\xf3\x7c\x05\xfe\x64\xa0\x3a\x4c\x50\x7a\x1d\x36\xef\x60\xa5\x62\x08\x2b\x30\xc6\x69\x9f\x43\x5f\xaa\xf0\xea\x6f\x82\x1d\x45\x5e\x9a\x09\x40\x7d\xd8\xb3\x6c\x59\x50\x82\x98\x20\x37\x3e\x3c\x16\x71\xee\x2f\xc2\xb9\x0f\xcd\x89\x0d\x92\x0c\x84\x1c\x65\x96\xa8\xb6\xc2\xbc\x72\x9e\xeb\x3c\x85\xd5\x97\x39\x5b\x6e\xc3\x27\xc8\x3d\xec\xaf\x57\x91\xe4\x2e\xf6\xe9\xd5\xfb\x14\x5b\x40\x77\x5a\x44\x4a\x1c\x12\x58\xbb\xa4\xf1\x0c\x16\x9e\x9a\x6d\x2a\x88\xfc\xe2\x7f\xdf\x9a\x00\xdf\x77\x38\xb4\xcb\x87\x48\x18\xfa\x3a\x4a\xb0\x69\xca\x7b\xb9\x33\x80\x2b\x1f\x88\x7a\xc7\x40\xbf\x91\x8d\x03\x17\x11\x12\x68\x20\x5a\x10\x25\x01\x37\x4b\x51\xa5\xf9\xb3\x9d\x67\x2f\x8b\x4f\x82\x4b\x4b\x9e\xaa\x0e\x01\x9f\xea\xa3\xb5\x7c\x80\x04\xf2\x12\xfb\xfe\x2a\x9e\x12\x41\x9b\x5b\xf1\xd4\xe8\x63\x54\x5b\xa8\xb1\xcb\x60\xfe\xdc\xf3\xcc\xed\x10\x06\x29\xf8\xe8\x23\x81\x98\x88\x65\x0b\xf8\x06\xcf\xf3\x4d\x0d\x78\x03\xaa\xb4\xcd\x0d\x75\x04\xc1\x74\x6a\xc3\x1f\x83\x8e\x65\xfe\xc6\x92\xc1\x35\x02\x1b\x09\x93\x40\x2d\x3e\x35\xeb\x02\x42\x08\xd5\x53\x20\x87\x64\x83\xb3\x57\xe5\x62\xff\x83\x99\xd7\x7f\x11\x1f\x80\xe0\x9a\x4c\x94\xe1\x50\x55\xd2\x37\x6e\xae\x15\xb8\xd3\x6b\xe8\xe4\xe6\xa3\xa0\x20\x50\xfe\x12\x43\x1c\x3f\xeb\xf3\xf1\xfc\x58\x24\x24\xaf\x5e\x31\x51\x0b\x10\xcc\xdf\xce\x08\x07\xf8\x93\x5d\xd3\x8f\xc1\xef\x7c\x82\xb3\x15\xa0\x89\x56\xaf\xb3\xfb\x20\x69\x9a\x5b\xf9\x0b\x90\x2c\xa9\xf4\x12\x2b\xc8\x07\x3e\x78\xc9\x09\x4c\x08\xcb\x58\xfb\x01\x86\x44\x7c\x19\x5e\x44\xd1\x23\xb6\xc6\xbe\xe1\xa0\xa8\xa1\x89\x16\x82\x3a\x7a\x26\xe0\x01\x7c\x63\x3b\x28\xaa\x02\x36\xf5\x84\x3e\xcb\x09\x58\x5f\xb6\x2d\x11\x01\xef\xcd\x88\xd4\x7b\x40\x2f\x8c\xc5\x94\xb7\x00\x7b\x8d\x0f\xab\xe5\x01\xd5\x82\xc4\xda\x43\xc8\xd7\xd8\xbc\xaa\x7e\x68\x89\x4b\x64\x55\x38\xa0\x69\xcc\x5f\x59\x08\x6d\x57\x74\x6b\x80\x82\x43\x45\x0d\x9b\x2f\xb2\x05\xe2\x3b\x46\x17\x61\x44\xf4\xd1\x84\x2d\x5a\x06\xb3\x3d\xb9\x8c\x83\x60\xcd\xa6\x9a\xf1\x67\xd8\xbe\xa4\x2b\x48\xb1\xcd\xab\x79\x22\xc8\xab\xeb\x69\x15\x2b\xb0\x95\xe5\xa7\x35\x55\xe0\xf5\x85\xfa\xce\x2e\xe8\xd6\x8c\xff\x68\x3c\xe0\x3f\xfe\x7e\xdc\x09\x16\xd4\xfe\x6b\x1c\x00\x06\x8a\x7e\x8f\x9e\x40\xd9\x23\xd2\x47\x2e\x43\xc9\xae\x62\xad\x93\x50\x1d\xcd\xfb\x2d\x5f\xc0\x13\xe2\x1a\x83\x70\xfa\x3c\x3c\xdf\xe4\x3a\x22\x05\x7f\x7f\xea\x35\xfa\x0b\xfe\xde\x74\x2e\x0e\x86\x67\x98\xa1\xc3\x17\xe1\x59\xa0\xfc\x55\xcf\x9a\x8b\xe0\x8c\x15\xad\x35\x49\xf0\xfd\x72\xa7\xca\x21\xe4\xdf\xd2\x77\x25\x37\xb1\xc8\xa2\xa9\x9c\x7c\x0c\x5d\xf1\x59\xda\x16\xae\xa3\x08\x9c\xb8\x8f\xf3\x2e\x78\x16\x8f\x24\xe8\xa6\x75\xfb\x30\x90\x9e\xc7\xff\xb1\x31\x25\xa4\x24\xd5\x5b\x35\xa0\x96\x93\xd8\x4d\x8e\xd1\xb4\x7c\x0b\x43\x2d\xc4\x69\xc2\x4d\x42\x3a\xac\x38\xbe\x16\xe5\x07\x28\xa7\xce\x03\x0b\xc0\x48\x9a\x28\x58\x1e\x24\x5f\xf9\xbe\x7f\x05\x02\x54\xe8\x35\x5f\x84\xdb\x97\x16\x54\x5a\x20\xa2\x8a\x77\x4b\xfb\xd1\xf9\x85\xcf\x72\x3b\xb1\xaa\x79\x3f\xd2\x9d\x30\x57\x0b\xf0\x09\x27\xb8\xaf\xb9\xe8\x18\x1e\xc2\x58\x52\x82\x27\x89\xf0\x27\x51\xde\xba\x96\xd0\x96\xb0\x6d\x91\x8a\xaf\x8a\xfb\xa5\xef\x87\x68\x88\xe5\x92\x3e\x42\xca\xc5\x96\xe1\x38\x50\x37\xe3\x40\xa8\x24\x44\x4f\x74\x09\xd4\x13\xee\x9b\x74\xc0\xca\xcf\xe6\x50\x41\x1b\x80\xb1\xee\x94\x05\xf5\xda\x80\x54\x8a\xd7\x1b\xd4\x10\xb7\x0a\xfe\x96\xe4\x23\x43\xf3\xf4\xf2\x23\x30\xdb\xd9\x27\xa9\xb3\x78\xdf\xe4\x8a\xc8\x33\x7c\x59\xdc\x86\x3f\x1b\x21\x27\x4e\xd9\x8d\x40\x90\x8b\x1d\xb0\xba\x49\x38\x8a\x53\x37\x2d\x41\x02\x61\xcf\x64\xd9\x50\x94\xe0\x75\x02\x33\x5a\x3d\xcc\x13\x73\x19\x6d\x1a\x1d\x02\x0f\xc1\x58\xc7\x18\x40\xdb\xb0\xb2\xb1\xf7\xc1\xce\xf7\x9d\xca\x73\x16\x6d\x18\x54\x8b\xbe\xf4\xfd\x60\xfe\x51\x60\xde\x4e\x60\xb5\xcb\x79\x53\x9d\x0d\xa0\x32\xff\xe4\x6d\xa1\xf9\x52\xbc\x92\x9b\x51\xef\xa2\x64\x02\x92\xf1\x8e\x61\xed\x1e\xc5\xc4\x1b\xc1\xfc\x36\xc7\xc4\x3a\xff\x52\x3d\x1b\x02\xc9\xcf\x49\xd1\x0d\xc3\xee\x5e\x49\x2d\xc5\x2c\x7a\xc5\x63\xff\x61\x6d\x83\xe8\x90\xd6\xb8\xa4\xd0\xcf\x40\x3e\x6e\x3c\xf2\x18\x54\x84\x1f\x8c\x86\xb1\x7e\xbe\x4b\xcb\xbf\xbf\x78\x72\xef\x5f\xde\xc9\xb4\x3b\x03\x32\xd3\xa2\x4b\x86\x89\x21\xee\x69\x31\x37\xf4\x66\x64\x6f\xfa\x5d\x18\x25\xc8\x26\xc4\x08\x79\xe0\xd3\xe5\x79\x09\x7f\xdb\xeb\xa6\xdd\x3f\x42\x87\x5b\x8f\x11\x0b\x71\xd4\x79\x5f\xe5\x00\xa7\x6b\xef\x20\x50\x89\xe5\xb4\x8b\xc1\xfe\x23\x5c\x71\xd1\x46\x05\x10\xe6\x3c\xb6\x61\x6f\x88\xe6\x01\xce\x10\x1a\xf5\x3c\x2c\x1f\x9c\xad\xff\x23\x55\x98\x59\xf5\xee\x78\x2a\xcb\xd2\x97\xdb\xc5\xa9\x4a\x33\xa8\x5b\x4f\xe3\x1c\x3b\xac\x18\x5f\x87\x5c\x2e\xa4\x07\x65\x78\x97\xc5\xfe\x00\xab\xba\xaa\xf8\xeb\xc2\xef\xd9\xa7\xdb\x3f\xc5\x45\x5b\xa5\x1a\xdd\xc4\x67\x5b\x98\xab\x54\xe2\x07\x8c\x5b\x44\x42\x08\x1c\x86\x3d\xa4\xdf\xf8\x59\x13\x75\xf8\x00\x05\x6f\x1d\x08\x36\xe3\x9b\x71\x69\x06\x81\x95\x06\xfc\xc9\x6c\xf9\x46\xf3\xa1\xb3\x2c\x7f\x9d\x1b\x32\x79\xc0\xb5\x77\xfc\xa3\x2f\xae\x56\xdc\x18\x8c\xe4\x9f\x9d\xbd\x69\x10\xe2\xd4\x13\x77\xb7\xdc\xb3\x2b\xbf\x9a\x29\xc0\xde\x29\xe2\x07\xeb\xb6\x19\xc4\x5d\x0e\xa6\x65\x90\x6e\x5e\x8b\x25\xe9\x2a\x6b\xbc\x21\x60\x35\x4a\x25\xef\x13\x53\x54\xe3\xb9\x84\xc9\x49\x2a\x7b\xf0\xd7\xbc\xf4\x3a\x81\xe0\x3b\x8f\xde\x9a\x3d\x66\x49\x54\xa2\x73\x38\x60\x6d\x30\x06\x7c\x35\xd8\x7e\xdb\xd9\x85\x6b\xb3\x1d\xf9\x69\xa6\x75\x81\xed\x6e\x44\x7a\x80\x37\xc4\x2f\xa6\x7a\x2c\x2f\x62\xae\xf3\xba\xbc\xed\x31\xba\x65\x6f\xb5\x54\xe0\x71\x57\xc9\xf0\x56\xa8\x02\xe4\x54\x93\xe8\x6c\x83\x53\x51\xf5\x36\x19\xa4\xfc\x54\xba\xa7\x3a\xc5\x65\x26\x7f\xfb\xd1\x65\xde\x1d\xd9\x38\x0e\x2e\x41\x17\x39\x3b\x78\x8d\xe4\xa4\x86\x27\xe4\xbe\xaa\xb6\x51\x3c\x4b\xad\x51\x95\xdd\x7f\x6c\x71\xf6\x62\x5e\x0a\x20\x4b\xef\x7b\x21\xac\xa0\xd7\x11\x77\x13\xc8\xe0\x81\xfb\x9f\xac\x58\x36\x1a\x6e\x70\x58\xc5\x2e\xe5\x5c\x5c\x34\xbd\xd6\x17\x71\xfd\x82\xa6\x40\xee\x24\x2b\x8b\x32\x47\xc8\x2d\xcc\x98\xdc\x4b\xa7\x5d\x0e\x46\x29\x3f\x63\x66\xfe\x5e\xf1\xdb\xca\x2f\x1e\xc6\x88\xc6\x8a\x56\x49\x3c\x78\xa4\xc2\x81\x92\xc9\x95\xf0\x45\x6c\xaa\xdb\x2a\x17\x02\x71\x46\x60\xbd\x3c\xd0\x88\xed\x98\x95\x24\x48\xc5\x6b\xc5\x0d\x00\xbb\x87\x5f\x0a\x14\x85\xac\x24\x7a\x47\xe5\x41\xd9\xc8\xa1\x1c\xd8\x55\x30\xbd\x99\xda\xeb\x15\xa3\xcb\xa6\x8a\xe8\xc1\xc7\x77\xc5\x1f\xfd\xc9\xf9\x84\xbe\xfa\x88\x12\x9a\xcb\x45\x78\x08\x72\xe6\x17\x8e\x15\x6a\x33\xe6\x96\x7c\x2b\xd0\xa6\x12\xad\x00\xe3\xef\x16\xc3\xa9\x3a\x0b\xd8\x71\x3c\xd3\x3c\x12\x1a\x43\x39\x18\x7f\x97\xc6\xc1\x6d\x6c\x73\xd5\xb2\x20\xdf\x3d\xe8\x8c\xe4\xc0\x75\xa1\xdb\x76\xe7\xd0\xb8\x64\x6e\x6f\x23\x98\x69\x76\x5f\x70\x18\xac\x80\xb3\x8d\x96\xb6\xe2\x46\xf6\xe2\x00\xad\xde\xbd\x29\xc6\x1b\x31\x34\x0a\xa8\xf2\xbc\x2e\xfd\xc7\xf9\x9b\x7b\x26\xfc\xd7\xa3\x32\xae\x56\xd7\x18\xc5\x76\x4e\x3e\xb3\x6c\x75\x3d\xf6\x76\x8d\x75\x1d\x6d\x9a\xb9\x84\x80\xa1\x3a\xb5\x93\xcb\xc7\xb4\x8c\xfd\x3e\xfa\xaa\x5d\xb6\xa0\x36\xfc\xd0\xa3\x48\x6a\x1e\x9a\x1c\xcc\xaa\x9e\x0a\xf1\x4f\xba\x61\xae\x00\x57\xcb\x5e\x74\x9a\x44\x28\x17\x67\x7a\xbe\x82\xc3\xc8\xcd\x1c\x57\x56\xb1\xe4\xf2\xff\x6f\x19\x32\x0f\xeb\x34\x81\xe2\x16\xc6\x31\xd5\x8e\x4b\x5a\x11\x60\x89\x3d\xaa\x9f\x89\xd7\x7d\xd9\xf5\xb4\x09\x02\x36\xf3\x26\x54\xdc\x45\x5d\xbc\xc5\x0e\xba\x5f\x26\xdd\xc6\x18\x69\xce\x4b\x6f\x5f\x8d\x90\x40\xff\xf0\x50\x22\x06\xc0\x73\x03\xdf\xf0\x82\x21\xbe\x71\x65\x52\xe3\xd0\xfb\x59\x63\x1a\xe7\xb0\x9c\xa2\x75\x13\x0a\x42\xbb\xb6\xdc\xd1\x0b\xa8\x22\x4f\xb0\x7f\x5d\xa5\xfe\x4f\x19\x41\x22\x0b\xcf\x7c\xa0\x9c\x29\x98\xad\xe5\x95\x3e\x03\xb0\x91\xf6\xcb\xfc\x08\xd1\x1f\xbc\x68\xe7\x00\xaf\x71\xfa\xed\x78\x0d\x1a\x69\x44\x75\xed\x04\x8b\x2a\x7e\xf7\xa2\x82\x1d\x85\x2b\xfd\xbb\x01\x4d\x5a\x6d\xc8\x16\x42\x13\x8d\x8f\x65\xc0\x08\xc1\xa4\xd3\x8d\xb9\x55\x41\x5e\x79\x1f\x24\x0f\xc0\xcb\xd5\x06\x1a\xab\x30\x52\xe3\x25\xbd\x1c\xa0\x98\x1c\xc1\x59\xb9\xfc\x82\x52\x40\x3b\x58\x49\xb0\xc8\x05\x5d\x5f\xf3\x71\xbb\xc9\x64\x39\x24\xe4\x1d\x00\x7e\x55\xf6\x2f\xc8\x1c\xba\x96\x12\x18\x62\x0a\xe9\x0f\xf4\x0c\x75\x05\xdd\xb5\xcf\x8a\x78\x0b\x92\xd2\x3b\x8a\x1e\x01\x3f\x90\x9b\x48\xc8\x07\xdb\x0a\x09\xa6\x50\xa0\x27\x44\x50\xce\x07\x04\x1d\xca\xbb\xd4\x0d\x59\x03\xdb\xab\x7f\x42\x8a\x83\xdd\x6d\x32\x94\x91\x84\xb6\x35\xf7\xaa\xe5\x41\x6d\x29\xa9\xb4\xaf\x2b\x69\x5e\xed\xf0\xd8\xed\xcf\xe1\x50\xe8\xe0\xea\x42\x0a\x2b\x9b\xc1\xf4\xbb\x74\x4d\x88\x70\x37\x43\x1e\x03\x2c\xa5\x6a\x32\xf7\x0d\xec\x46\xba\x40\xee\x1b\xc8\xf7\x40\x50\xae\x0a\xf4\xad\xcd\x9d\x7c\x10\x14\xad\xed\x58\x74\x17\x52\x2b\x95\x59\x7a\x06\x49\xe1\xf3\xaf\x98\x01\x0c\xb1\x82\xcd\xb1\x80\x20\x82\x34\x9a\x8b\x7e\x8c\x62\x9c\x10\xc2\x4b\xa3\x8b\x26\x6b\x88\x02\x18\x8f\xd0\x61\x64\xeb\xce\x8b\x04\x38\xe2\xc9\xc6\x4e\xee\x23\xf8\xc9\xda\x8d\xf2\x34\x48\xcf\xfc\x71\xf3\x36\x34\x66\x52\xb2\xc5\x06\x38\xe9\x31\x69\x61\x07\x76\xca\x8f\x5a\x34\xa1\x16\x49\x72\xcd\x96\xd0\x12\xaf\xda\x66\x19\xe8\xb9\x99\x6a\xd3\x0a\x64\x58\xf5\x66\x93\x00\x38\x4c\x8c\xb1\x37\x97\xd1\x16\xef\x3c\x5e\x00\x5f\xc4\xc2\x27\x1b\x31\x6e\xd8\xde\xa9\x69\xfc\x45\xdc\xdd\x69\x5f\x42\x29\x4e\x2a\x8d\x1e\xcd\xbf\xcd\x5e\x00\x46\x59\x6f\xc8\x56\x9b\x23\xac\xd6\x50\x5d\xd7\xa0\x4b\xcb\x0f\x7a\x7e\x01\xdc\xf3\x82\x53\x70\x60\x67\xf2\x78\xf2\x06\xac\xaa\x63\x6f\x62\x1d\xd8\x28\xde\x1e\x4f\x81\x4a\x47\x92\xc6\x04\xa1\x24\x37\xd0\xe8\x19\x58\xd6\xc8\x62\x4c\x8d\xed\x87\x12\x71\x9c\xcc\xb4\xcb\xa1\x3a\xcd\x86\xec\xc5\xbf\x9f\x7e\x86\xd9\xc6\xf7\xcd\x98\xe3\x76\xf0\xc5\x33\x3d\x84\x07\xf8\x44\x68\x6f\x8d\x6f\x6b\x27\xdc\xa3\x2a\xa3\x2e\x0a\x1e\x55\xe9\x5a\xfd\x1a\xd9\x5a\xfe\xae\x8c\x09\xf3\xad\x24\x2d\x4f\x0f\xfd\xa1\x34\x32\xc3\x11\x17\x5d\x5c\x93\xac\x87\xf3\x2e\x5a\x48\xe8\x27\x04\x67\x82\x7c\xb7\x09\x33\x99\xcf\x5c\x93\x09\x9e\xc9\x15\xd6\xc1\xb8\xda\x02\x16\xcb\xab\xe8\xf2\x42\x07\xa3\x00\xa0\x38\xb1\x18\x7f\x1d\x6a\x9e\x7e\x0d\xb9\x06\x5d\x4b\xf7\x07\x7c\x01\x85\x9c\x63\x30\x3f\xf8\x4e\xf5\xf8\xe0\x0e\x64\xb6\xca\xa8\x35\x05\x7e\xb9\x7c\xa2\x7a\x1b\x41\x2a\xa3\xab\x60\x41\x2b\x16\xff\xcd\xdf\xc6\xe2\x0a\x9e\x64\x8a\xa0\xdf\x14\x8e\x24\xb9\xe1\x56\xf2\xb2\x63\x43\x08\x36\xc9\xdd\x5e\x86\x84\x0f\x49\x54\x9b\x27\x84\x9c\xc4\x6a\x4b\x24\x12\x95\xd8\xa3\xb3\x86\xb0\x49\xf0\x91\xba\x80\xe4\x8e\x67\xc0\xf5\xc3\x6b\x62\xb5\xe1\x1b\x30\xfd\x94\x68\xf0\x3d\x78\x47\x6a\x09\xab\x3c\x48\xbe\x4a\x74\xc8\x85\x6d\xa3\xe2\xb4\x9f\x19\x2c\x56\x56\xd8\xdc\x0e\xcf\x2f\x56\x29\x57\x40\x92\x0b\x4a\x0a\x3f\x61\xea\x73\xf7\xd2\xa7\xb0\xd7\xb2\xa1\x89\x56\xf8\x90\x04\x74\xc0\x3c\x49\x2f\xa6\xda\x5d\x8e\xc0\x1f\x77\x68\x35\x4e\x98\x89\x6b\x33\x2d\x40\x9c\x45\x94\xc9\xd6\x21\x1b\x43\x6f\x11\x66\x50\x7a\xd1\x74\x68\x3c\x5a\x38\xa6\x18\x7e\x1d\x63\x19\xeb\x06\xf9\x82\xac\x8b\x9f\x61\x10\xa5\xcf\xa8\xfc\xbc\x42\x62\xe8\x2d\x7d\x3f\x44\x61\x89\x2e\xf6\xec\x9a\x63\x39\xc8\x6f\xab\x17\x84\x3e\xcd\x31\x2b\x8c\x40\xdf\x4a\xeb\x4e\x63\x45\xcb\xc4\x62\x83\x43\x70\xa4\x50\x13\xf7\xa7\x84\x77\x61\x34\x07\x18\x09\x16\xc2\x64\xbc\x8c\x5f\x0c\x60\x55\x0c\x40\x8a\x79\x9d\xf2\x60\x31\xc2\xbe\x6f\xb1\x6f\xb0\xde\x41\xaf\x11\x3b\xb8\xab\x91\xae\x10\x75\x3c\x38\x6a\x96\xcd\x41\x52\x2e\xf5\x25\x7d\x2a\xa3\x76\x21\x6a\x79\xfe\xfe\xa3\xa2\x95\xb9\x3f\x0c\x3a\x39\x73\x8f\xd9\x19\x44\x32\xdd\x9b\xee\x41\x7a\xe2\xb2\x73\x32\x80\xa6\x70\xcb\x28\x25\xa4\x79\x00\xbb\x97\x30\x6e\xd4\x27\xd4\x71\x8b\xd0\xe8\xc9\x6b\x92\x4a\x6c\x76\x8d\x57\x8d\xc1\xdd\x72\x7c\x22\xf4\x1f\x66\xda\xc1\x04\x37\x4c\x88\x70\xcb\x46\x7e\x22\x9a\x7a\x8f\x00\x57\xa8\x27\x81\x43\x50\x3a\xb5\xa5\xc4\x26\xa6\x41\xa3\xd5\x74\x16\x66\x1b\xfa\xdb\xe9\x53\xab\x9b\x77\xaa\x32\xc5\xe7\xdf\xdc\xfa\x97\xe4\xd5\x1b\x47\x2f\x16\x43\xaa\x51\x66\x0e\x0c\x1e\xcf\xb8\x08\x15\xf3\x0c\x0b\x8a\x87\x89\x3b\xd5\x39\xf3\xe2\x6e\xda\x7b\x99\xf7\x11\x9e\x5a\xe7\x6b\xa0\xf0\xe7\xe6\x17\xc5\x72\xb1\x9e\xc6\xaa\x64\x00\x5f\x63\xf4\x83\xf5\x07\x57\x93\xed\x09\x68\x4e\xe2\x97\x7b\x15\x68\x59\x63\x35\x44\x8d\x4d\xdd\x86\x1a\x67\xc4\x7a\xd5\xa5\x36\x4b\x1b\xbc\x7a\x4f\x36\x2e\xe1\x49\xed\x6d\xcd\xd8\xd9\x25\xda\x0d\x4a\xf4\xec\x58\xfb\x3d\x3a\x7f\xe6\xf2\x06\xa6\x28\xd7\x96\xf8\x29\xe8\x9a\xad\x91\x7f\x2a\x0e\x6c\xd1\xea\x10\x42\x39\x34\xf9\x69\x24\xc2\xe1\x69\xa8\xa5\x34\xce\x79\xa6\x87\x7a\x40\xe1\x5e\xd0\x0d\x21\xa2\xf9\xec\x74\x0b\x58\x7e\x4a\x7d\xb4\xbc\xc0\x2a\xac\x09\x75\xe5\x65\x6b\x35\x33\x0e\x70\x63\x3b\x72\x3a\x89\x99\x60\x7b\x16\xf8\x38\x2b\x18\xbc\x7c\x7b\xd1\x67\x64\x7b\xee\x1a\x87\x9f\xc4\x1a\xf3\x35\x26\xbf\xbb\x63\x9d\xb7\x90\x0e\x89\x15\xb2\x4c\xd9\x96\xfc\x09\x7a\x18\x1f\xa3\x75\xdf\x54\x9a\x8d\x1e\xc8\x8e\x8e\x77\x48\x4b\x48\xcf\x48\x48\x4b\x5d\x41\x6e\xfa\xa1\xab\x9a\x85\xc0\x1b\x71\x69\x0d\x1c\x51\x54\x5a\x55\xfb\x0a\x88\xaa\x81\x32\x4d\x66\x11\x35\x55\x72\xfc\xc2\x36\xe5\xb4\xed\x87\x01\xd5\x04\xf4\x46\x3a\x83\xbe\xc5\x5e\x4f\x3b\x81\x72\x32\xbe\xb4\xdd\xd8\xfe\x7e\xc7\xcf\xfe\xfd\xfa\xd2\x45\x0b\xeb\x3f\x13\x62\xf7\xa9\x46\x2d\x15\x0a\xc8\x0f\x3a\x99\x71\x34\x76\x1f\x0d\x49\x1f\x6d\x41\x11\xe5\x68\x1b\xec\x23\x51\x05\x5e\x5d\x4e\x99\x6d\xd9\x75\xd9\x6f\x8a\x86\x0a\x9c\x82\x2a\xaa\xb6\x4a\x0f\x48\x45\x9a\x2f\xd5\xf4\xa1\x6a\x26\xaa\x86\x79\x20\x21\x47\xc0\xb6\x17\x94\xee\x2b\xee\xf9\x18\xc2\x1c\x95\x10\x2a\x06\xf9\x92\xa2\x14\x57\x04\xfd\x4c\x4e\xe2\x60\x5f\xc5\x32\xfb\xea\xec\x6d\xf0\x5f\xbe\xaf\x7e\x32\x3d\x0d\x76\x56\xfe\x54\xa3\x4c\x93\x53\xd0\x4e\x0c\x13\x51\x94\x09\xf0\x49\x96\x79\x28\xe9\x61\xa3\xaf\x72\x53\xbc\x46\xf7\x99\x66\xf5\xa3\x4a\xb9\x3c\x3d\x37\x71\x94\xe0\x96\x91\xbc\x64\x02\x05\x65\xf6\x4d\xae\x15\xf6\xd6\x81\x5e\xb3\x1e\xfc\xcb\x27\xc5\x2c\x13\x92\x12\xcd\xee\xb2\x04\xb4\xa4\x2e\xfb\xa9\xc2\x6c\x72\x4e\x43\x01\x20\x93\x5c\xce\x01\x5f\x25\x93\x93\x38\x68\xab\x58\x66\x88\x28\xd7\xdc\x08\x89\x55\xb4\xb5\xe9\xce\xc3\xda\x87\x40\x02\xa7\x52\xac\xb0\xa9\xdf\x6d\x1d\x8a\x50\xbb\x3d\xbb\x21\xab\xa0\x8b\x61\xa2\x19\x81\x5f\x45\x51\xce\x0a\xca\xcf\xfb\x20\xdb\x76\x42\x20\x93\x52\xef\x58\x2a\x4c\x83\x5b\x78\xf1\xcb\x1e\x43\xba\x23\xa0\x3a\xf7\xa1\xf8\x54\x27\x2b\x3d\xf8\x70\xce\x96\x2b\x37\xdc\xa8\x9c\xdf\xc7\x10\xb6\x4d\x7e\xcc\x71\x6f\x95\xeb\x7f\xcb\xae\xcc\xae\x3c\xdb\x2c\x2a\xc4\xee\xde\x91\xa2\x71\x87\xab\x34\x9d\x66\x0c\x70\xfd\x0a\x6e\xb3\xbc\xcb\x99\xe2\x32\x6e\x3b\xcf\x5e\x68\x3a\xe9\xf8\x9a\x0a\x57\xe9\x72\x55\x23\x7b\x3e\x24\x7b\xd8\x93\x24\xa9\xd7\xbd\x47\x28\x93\x30\x87\xe0\x0a\x81\x77\x10\xa1\xc4\x50\x99\x5e\x68\x71\x0e\x4d\x8b\x01\x96\x57\x46\x36\x17\x82\x6f\x34\x3c\x75\x99\x03\x14\xc9\x2b\x1c\x17\x56\x05\x28\x51\xec\xf7\x56\xb2\xa5\xfc\x61\x5e\x3b\xb1\xba\x11\xa8\xb0\x81\x16\xab\x1f\xf8\x9b\xc5\xfb\xce\x0d\x44\xc9\x58\x25\xf7\x46\x7c\x9d\xcf\x88\x77\x3e\xd6\xd0\xe6\x92\xdf\x32\x9a\x47\xf3\x6f\x40\x1c\x3c\x5a\xbc\x31\xe8\x22\x64\x82\xfd\x30\xfc\x15\xc2\x1c\x2d\x16\x97\x84\x73\x83\x28\x64\x86\xf2\x25\x81\x9a\x4b\x78\x64\x37\x00\xa0\xfe\x95\x26\x17\xa0\xd9\xf4\xd0\xa8\x1e\xe8\xa6\x44\xb1\xdf\x5f\xc9\xa6\xb4\xd3\x3e\xad\x54\x3a\xc6\x00\x7f\xb6\x75\x3c\xf6\x58\xaf\x4f\x7c\x0e\xd1\x05\x44\x2b\x7b\xa3\xe8\x90\xb7\x93\x56\xc2\x37\x01\xc5\x50\xe3\xa8\x6a\xf0\x8c\x4b\x74\x2c\x02\x54\x61\x78\x35\xfe\x03\x38\x42\x61\x39\xe9\x0b\x54\x58\x44\x3e\x43\x1c\x68\xa3\xe0\xf3\x66\x11\x22\xa8\xfc\xca\x4f\x68\x06\xd8\x8b\x56\x0a\x47\x24\x14\xd5\xaa\x24\x3d\x02\x8d\x6d\xe5\xd3\x80\x41\xe5\x28\x05\xec\x17\x57\x0a\x03\xde\x22\x7b\xf7\x84\x62\x57\xe0\x7f\x37\x70\x59\x24\xa8\xe5\xa2\x68\x51\x3d\xd8\x60\xd8\xae\xe8\x09\x20\x55\x9f\x50\xf0\x15\x16\x98\x49\x28\xe2\x83\xb8\x04\x3b\x17\xde\x03\x12\xec\x90\xc5\x1f\x01\x7a\xdd\x98\xb2\x3d\xc8\x9c\x4c\x59\x05\x18\xfc\x8f\xef\x5f\x5d\x26\xf8\x04\x93\xda\xff\x06\xc6\x83\x68\x1b\x37\xc3\x9a\xa0\x55\x26\xfd\x09\xee\x98\x80\xa9\x12\x12\x0c\x0b\x44\x13\xd1\xc1\x7b\x0f\x52\xfd\x50\xdb\x5b\x59\x05\x0c\xc8\xaf\x4f\x2a\xaa\x19\x61\x5e\xcb\x55\x1d\x33\xd0\xbc\xd9\x4f\x7d\xf7\xa0\xcf\x47\x27\x3b\x78\x60\x77\xaa\x3e\x74\xeb\x42\x0f\xd3\x9f\x77\x5a\x43\xcf\xfd\xc4\xdb\xa0\x00\xc2\x82\xbd\x55\x19\xf2\x5a\x0d\xdd\x72\x08\x8e\x10\xfb\xd7\xff\x89\x81\x8a\x3b\x98\xb4\x41\xba\xe1\x0c\xa7\xde\x61\xf3\x71\x59\xd3\xc3\xf8\x17\xb8\xc7\x33\x8f\x88\x86\xb8\x95\x4c\x5e\x4c\xcc\x4e\x6f\xe1\x7f\xe8\xb9\xcd\xbf\xb5\xfe\x28\xc6\x27\x6a\x7d\xac\x80\xd5\xda\xf2\x20\x23\x10\xb3\x04\x9d\x5c\x82\x87\x4d\x24\x4e\x5f\x87\xed\x74\xd1\x4f\x7d\x07\xbe\x96\x5e\x9f\xac\x84\x9a\x45\x5d\x9e\x50\x85\xe2\xdd\xb6\x26\x18\xc1\x3c\xc6\x1c\x93\x10\xc8\x0d\xe5\xb9\xc9\x43\x56\x02\x97\xe3\x8c\x01\xea\x29\x61\x65\xe6\x00\x3b\x44\xb0\x99\xcd\x21\xb1\x12\x45\x67\x9f\x10\x5b\x09\x17\x00\x91\x3a\xba\xf6\x25\xf8\x7a\x8d\x5f\x43\x10\xfc\x45\x75\x7e\x1d\x11\xa9\x51\xf5\xa0\xc2\x19\x33\x5e\x56\x57\x60\x8a\x5e\x2a\x77\xcb\x92\xc3\x85\x97\x0e\xa6\x0a\xe0\xba\x4b\x95\x92\x66\x08\xa5\xd9\x11\xfe\x65\x44\xdd\xfc\x66\x2f\x7a\xd2\xbf\x34\x41\x7b\x6d\x4c\x5d\xc9\x05\x73\x31\x0c\x43\xb1\x8f\x71\x05\xc4\x23\xa3\x1d\xaf\x03\xe9\xcf\x64\x44\xce\x40\xdb\x0b\x1f\x01\xfe\x08\x74\xe9\x16\x70\x0f\xbc\x5c\x9b\x37\xfc\x14\xea\x53\x63\xd5\x81\x84\x6b\x54\x3d\xa8\xf3\x82\x0f\x55\x94\x54\xed\xa1\x5e\x95\x85\x14\x59\x63\x3e\x16\xb3\x65\xbb\xa0\xe7\x8a\x87\x53\x2c\x70\x85\x05\x7e\xf1\x64\x82\x72\x5a\xb0\x4f\x25\x21\x22\xed\xb5\x8b\x3e\xc1\x25\x69\xdb\xf2\x37\xaa\x2a\xab\xc7\x10\x84\xb8\x92\x4a\x96\x2c\x80\x39\xc6\x7b\x61\xaf\x01\x9c\xa9\xc7\x30\x73\x98\x5a\xda\x08\xe8\x0c\x11\x99\xe7\xc5\x36\x04\xa6\xd4\xa8\x8e\x0c\x83\xd6\xab\xe5\x06\x47\x40\xcf\x2a\x7f\x77\xce\x42\x71\xe5\x81\x35\xb6\x88\xa1\x62\xa7\x92\x0f\x18\xdb\x02\x93\x2c\x25\xcc\x8b\x5c\x64\xb2\x39\x3e\x26\xfd\x55\x78\x25\xf1\x7b\x9c\x91\x87\x23\x01\x96\x10\x6f\xd3\x48\xc8\x8c\xa7\x9a\x32\x23\xde\x44\x35\xca\x65\x21\x4e\x22\x78\x88\x1f\x91\x9b\xb1\x4a\x68\x1b\xf4\x9d\xb8\x7b\x30\x47\x44\x5a\xa2\x3a\x53\x31\xaa\x2a\x65\x8a\x51\x9f\x11\x5b\xa3\xba\xf6\x94\x49\xb6\x92\x7e\x54\x8a\xf5\xbf\xb2\xf3\xc7\xcd\xac\xb2\xc5\x7e\xcd\xbb\x50\xad\xfc\x8d\xd2\x76\xd4\x7c\x26\x5b\x46\x09\xfa\x6e\x52\x62\xf4\x6d\x6c\x5a\xb8\x9d\xe7\x07\xc2\x4e\x04\xd8\x09\x4d\x82\x84\x96\x98\x0a\xe3\x57\x83\xf4\x95\x2f\x21\xca\xfd\xea\x04\xd8\xd1\x3e\x81\x36\xd8\x6f\x58\xdf\x30\x79\xb8\x2b\x4e\x2b\x2a\x13\xf4\x17\x3f\x1f\x23\xcc\x9a\x28\x05\xca\x10\xa6\x17\x60\x7a\x51\x32\xb3\xd6\x4b\xcf\x54\x4e\xb7\x74\xc4\x90\x5a\x50\x3f\xd8\x46\xff\x36\xd7\xad\x6d\x1a\xe2\x97\x94\x56\xd0\x0f\x9d\x8f\x9e\x4d\x98\x46\xbe\x08\x62\xf0\x33\xc3\x8d\xfb\x05\x39\x3f\x22\xd4\x78\xff\x33\x0f\x22\xb8\x7a\x28\xa9\xab\x60\x03\x5d\x05\x44\x3e\x61\x3e\x3a\xfb\x93\x88\x44\x39\x8f\x02\x44\x0d\x75\xcf\xff\x16\x64\x90\xb3\x3e\xf4\x14\x54\xaf\xa9\x96\xbc\xcf\xd4\x6b\x3a\x92\x09\x30\x07\x33\x4a\x66\xab\x3c\xc9\xbc\x97\x9c\x6b\xbb\x3c\x7f\xef\x47\x56\xe9\x14\xe4\xfe\x76\x82\x53\xd3\x43\xa6\x93\x88\x84\xdc\x35\x60\xd0\xff\x49\xd4\x55\xbc\xa4\xf7\x25\x9f\x2e\x8a\xb4\xdb\x88\x3d\x94\x3d\xda\xe9\xc4\x60\x9b\xbd\xc9\xfe\xa2\x3c\x33\x3b\xd6\x66\x89\x8f\xc0\x11\x67\x43\x43\x3d\x10\xe8\x70\x54\x65\xeb\x90\xb6\xf0\x7a\x0a\xe2\xd5\x5a\x0c\x63\x66\x23\x3a\xf0\x26\xef\xb3\x2a\xba\x98\xe5\xd4\xb3\x8d\x31\x8c\x24\xe4\x6e\x41\xef\x7e\x48\x72\x5a\x8b\xbd\xc9\x9d\xf0\x77\xc6\xf3\x76\x78\xb8\x46\xcb\x2d\xb0\x81\x8f\x61\x66\x26\x56\xc4\xed\x5a\xf8\x36\x95\xd1\xf1\x82\x67\x02\xb7\x9b\x8d\xb1\xe5\x39\x7f\xb2\x85\xb7\xb6\xb4\xc0\x94\x69\x95\x64\xd8\x83\x46\x53\x1f\xce\x71\x51\x23\xb3\x28\x84\x8d\xac\x93\xcd\x3f\xd6\x2e\x9d\x65\x4f\x12\xdb\x17\xcb\x92\x90\x0f\x6c\x05\x6e\x9f\x13\xef\x82\x9c\x82\xd3\xb3\xdb\x21\xb7\xee\x05\x04\x9a\xec\x63\xef\x1e\x87\xbe\xdf\xbc\x76\x9d\x3e\x84\x34\xdb\x77\xe7\xbd\x87\x60\xd3\x4b\xb4\xa5\x63\x7f\x66\x14\xd5\xce\xba\x2d\xbc\x87\x2f\xcf\x8c\xc7\x9d\x45\x24\xc0\x88\xd3\x9c\x41\xdc\x5b\xdf\x4e\x3d\x4f\x86\xac\xf7\x4b\x9c\x51\x41\xc6\xa0\x9a\x8b\x4e\x85\x66\x1c\x89\xb2\xd7\xbe\x61\x31\xc1\xf2\xd2\x8a\xdf\x75\x1e\x64\xea\x56\x1e\x68\x0c\xda\x0d\x3a\x8d\xfe\x0d\x3a\x8d\xc7\x66\x76\x42\xa3\x58\x1f\x39\xf5\xee\x25\xdd\xff\xe9\xea\xb1\x43\xba\x70\xc1\x25\x7c\xd5\x83\xc5\xd8\x4e\xaa\xed\x84\x54\x6e\x86\xcf\x91\x13\x88\x32\x70\x08\x93\x11\x2f\xd3\xb9\xe9\x5a\x28\x5f\xa7\xc9\x64\xa6\xa9\x76\x43\xfd\xb2\x3a\x55\x6b\x52\xe3\x83\xf8\xba\xde\x94\xf6\x27\xee\x02\xe3\x0b\x06\x38\x6c\x93\xd9\x98\xc9\x1b\xb6\x24\x17\x27\x47\x19\xd0\x76\xa0\x93\xdf\x5d\x88\x66\xec\xfd\x70\x19\x88\x53\xb6\x6c\x6a\x10\xcc\x0d\x30\x33\x88\xdb\x73\x00\x8d\x1a\x1d\xee\x52\xee\x0e\x99\x46\x3f\x21\x63\x63\xf4\x92\x3a\x0e\x05\x19\x34\xab\xb3\xae\xc8\x1c\xaa\x7a\x87\x59\xa9\x05\x2b\x65\xba\xdd\xd4\x9d\x52\xf8\x63\x7e\xd7\x98\xa4\x20\xa3\x5e\x61\xde\xae\xe0\x24\x81\xb6\x6e\x52\x7e\xc2\xf3\xda\x5e\x4e\x5d\x05\x2f\xe6\x54\xa2\xeb\x0c\xb9\xe5\x8f\xb5\x24\x40\x54\xe2\x1e\xb8\x1f\x02\xcf\x32\xe2\x03\x1d\x60\x7e\x45\x8c\x51\x44\xd8\x34\xb9\x95\x83\xb0\xca\x47\x7a\xcf\xf9\x64\x75\x12\xd1\x27\x3f\xb0\xa3\xc9\xf3\x5b\x01\xd5\xed\xa8\x90\x2f\x4b\xc9\x32\xd3\x6d\x92\xbe\x16\x5e\x68\x3a\x2b\x99\xe8\xe1\x67\xa5\x21\xa1\x67\x15\x6d\xf7\xef\x91\x83\xe6\xa0\xb3\x98\xd8\x33\xc9\x58\x77\xac\x84\x26\x6f\x94\x97\x94\x74\x1a\x81\xce\xb7\x46\xb1\x19\xdc\x12\x55\xa0\x2f\x04\xdd\xca\xb0\xb6\x8d\x81\xd7\x15\xda\x78\xa2\xe1\xc4\xea\xd6\x80\x7c\x78\x04\x79\x8a\x03\xb4\x2a\x4c\x5e\xe7\x40\xaf\xca\x09\xaa\xf3\xdf\x7f\x3a\xa1\xd8\x21\x80\x1e\xca\x33\x39\x78\x50\x9b\xdf\x63\xa7\xfe\xe0\x7b\xcc\x7d\xa7\x12\xa1\x09\x9f\xbf\x6e\xa9\x02\xff\xec\x94\xbd\xbe\xf2\x85\xeb\x22\xfc\xf8\x79\x6a\xa4\x7b\x02\xb9\x79\xee\xf1\x16\x87\x28\xf2\x2d\xe1\xbd\xc2\xe6\x84\x64\x41\xd4\x54\xb2\xc2\x39\x20\x9f\xb7\x61\x20\x88\xd0\x2d\x7f\x67\xd5\x04\x4f\x6c\x22\xb9\x8f\x02\x91\xe4\x04\x0e\xf7\xc5\x06\x4a\x11\x3b\x7a\xa5\x59\x43\x1c\xfb\xfc\xa5\xbe\x75\x1c\xf1\xdd\xf4\x33\x4f\x80\x23\xb0\x32\xc6\x6f\x8c\x2b\x24\xe5\x69\xe0\x05\x4e\x72\x48\x6b\x28\x0b\x4d\xd4\x79\x21\x7c\x9a\xbc\x69\x38\x1c\xb9\x4a\x54\x92\x5f\x8f\x01\xe1\xf6\x04\xaf\xc4\xd1\xb0\x8f\xf1\xf3\x09\xab\x04\x51\x36\xb7\xdc\xe8\x07\xf4\x60\xc6\x2a\x2e\x25\x69\xc0\xbb\xd1\x57\x2b\x19\xe0\x69\xde\xb6\xb8\x01\x44\x51\xd2\xd8\xd9\x56\xca\x29\xf3\xec\x57\x57\x06\xbc\x75\x50\xe7\x07\x47\x61\xf4\xb0\xfe\x15\x93\xf8\x50\xcc\x8b\xb6\xbf\xc9\x30\xc2\xa3\xbc\x9f\x89\x47\xd8\xda\xb8\xa8\x14\x63\x74\xbe\x4f\x74\xca\x2a\x62\xcb\x9c\x25\x0d\x04\xd3\x52\xbd\x9c\x66\x09\xbd\xf9\xd0\x3f\xa7\x14\x68\x61\x57\x2a\x4e\x86\x47\x20\xd7\x1a\x40\xb8\x3f\xb0\xef\x3d\x28\xbe\xef\x90\xe0\x61\x4f\xc9\xdb\x90\xed\xf1\x14\x2d\x7b\xd8\x1d\x4a\x2d\xfb\xcd\x95\xba\x70\x0e\x8c\xca\x41\x52\x8a\x11\x9a\x6f\xdb\xae\x08\x84\x98\x58\x33\xaf\xcc\x06\x3f\x9b\x2c\xaf\xb8\x01\x9c\x36\xed\x54\x6a\x03\xd8\xbc\x6f\x15\x79\x50\x74\xb8\x48\x65\x26\xa0\xe7\xf4\xac\x72\x19\x50\x36\xa8\xa9\x0a\x84\xce\xca\xdb\xd7\xe7\x83\x5e\x08\x9e\xb6\x64\xb3\xcd\x60\x29\xa3\x4a\x88\x05\x54\xee\x24\x09\x7f\x1d\x13\x3f\xd5\x4f\x2c\xc0\xea\x4c\x8d\x4b\xc4\x21\x6b\x63\x2b\xb1\x8c\xfb\x3f\x32\xa9\x58\x8e\xdd\xb6\x92\x50\x8c\xca\xe6\x87\xba\x4c\xa4\xf8\xba\x61\xef\x35\xe8\xf4\x52\xc9\xb0\x17\xa0\x38\xb1\x3b\x54\x06\x33\x6d\x8a\x1b\xc1\x43\x1b\x73\xf2\x47\xf8\x20\x7f\x43\x4c\x86\x90\x90\xbf\x0e\xd2\x43\xc2\x60\x9c\x2e\xfd\x40\x32\x2b\xa7\x84\xd5\x98\x3e\xe3\x1e\x91\x6b\x9a\x13\xcd\x84\xcf\x9f\xe1\xc0\x8d\xe3\x3d\x67\x7a\x08\x8b\x78\xcb\x19\x0e\xea\x3a\xf1\x7d\xee\x28\xf6\x68\x77\xbe\x78\x15\xcb\xbe\xdd\x56\x9f\x8d\x9e\xda\xf4\x1f\x9c\x81\xcd\x6f\x59\x8e\x4d\x01\xa7\xab\xcb\x33\x5e\xf0\xed\x69\xc4\x6c\x1e\x1c\xda\x3d\x3e\x3b\x04\x43\x96\xd5\xcd\xc8\x41\x23\xa3\xf9\xa7\xbe\x40\x31\xee\x4f\xa7\xa1\x50\x6b\x53\xd4\xf4\x09\x00\x52\x75\x9e\x4d\x07\x4d\xf2\x28\xcd\x11\x31\x5f\x89\x3d\x73\xaa\xf8\x48\x22\xcb\x9c\x35\x11\x4f\xe8\x9a\xf3\x24\xc9\x12\x3c\x80\xa9\xfa\xaa\xce\x57\x08\xae\x3a\x93\x26\x4f\x84\x4a\xed\x44\x83\x0d\x92\x56\x3b\x5d\xab\x83\x89\xae\x44\x14\x4d\xa1\x2b\x2b\x47\x72\x62\x70\x13\x15\x8f\xd2\x95\x71\x5f\xca\x9f\xa4\xec\x11\x38\x2a\xdc\xa2\x66\x88\x8d\x15\xe8\x20\x0a\x21\x2c\xff\x8f\x4b\x17\x96\xb9\x8c\xce\xc2\x19\x13\x52\x1a\x69\xb2\xc0\x8c\xcc\xf1\x40\x77\x82\xcf\x4b\x64\x10\x67\x08\x5c\xf5\x3e\xa2\x1c\xdd\xd4\xe1\x86\xc4\x42\xb2\xea\x9d\x47\x9f\x03\x94\x3a\x97\xae\x2e\xf8\x7a\xcd\xe3\xc6\xdb\xf0\x77\xd5\x19\xb5\x9f\x50\xce\x95\x49\xa5\x21\x98\xa6\xd2\xd7\x79\x44\x74\x69\x99\x5a\xda\x09\xce\xaf\x58\x21\xb1\x90\x90\x94\x15\xe7\x5f\x4d\x58\xce\xaa\x70\x7b\x8c\xf9\x9a\xdc\x6c\xe5\x87\x1e\x2f\xf8\x62\x3c\xc1\xe2\x97\xcb\x21\x92\x0e\xd9\x4d\xdf\xc6\x7c\x05\xdd\xcb\x88\x04\xff\x81\x0f\x14\x25\x40\xda\xd1\x76\x15\x17\x21\xbf\x21\xf7\xeb\x2c\xc6\x6f\x81\x37\x6a\x5b\x46\x6c\xc0\xff\xd5\x2c\xf6\xe2\xa0\x7e\x55\xad\x0d\x9a\x08\x8e\xb2\x9f\x15\xdd\x98\x9b\xc5\xcd\xb9\x05\x98\xde\xfc\x77\x69\x08\xbc\x46\xb6\x4a\xd4\x1a\x51\x27\x61\xde\x2b\x95\x70\x29\xc9\xc9\xee\x04\x3d\x1a\x3f\x68\x6c\x85\x78\x19\xdb\x2b\xbf\x85\x00\xe2\x06\xd8\xc5\xe1\xf9\x31\xc7\x48\x21\xf8\xed\x64\x45\xb6\x0c\x64\x58\xea\x77\x66\x7f\xcc\x50\xfe\x06\x4b\x33\x53\x5f\x5d\xf3\x46\x36\x7d\x7c\x23\x6a\x6d\x1e\x64\x5d\x65\x3a\x98\xc2\xf6\xbd\xfc\x5d\xe7\x65\x48\x56\x71\x7c\x55\x28\xca\x2c\x27\x3a\x47\x14\x97\x95\xc4\x14\xeb\x85\x5f\x8c\xda\xf6\xfd\x41\x7c\x19\x01\x76\x5a\x25\xd4\x47\x90\xcc\x8f\xf0\x7a\xc1\xdf\x54\x85\x11\x9f\x82\x8c\x85\xaa\x50\x15\x21\xda\x38\x2f\xcc\x7a\x14\x09\x10\xc7\xcd\xc6\x70\xb3\x01\x38\xd3\xf8\x3b\xf7\x2f\x4b\xdf\xc8\x7a\x7f\x7f\x8e\xc5\xa7\x22\x70\xa3\x8d\x51\xbd\xea\xd7\x5a\xee\xfd\x1b\x15\x39\xf3\xaa\x0c\xe0\xa2\x94\x9e\x05\x56\xb5\x2c\x78\x95\x0d\xa0\x1a\x57\x93\x72\x1f\xfb\x35\x0a\x1d\xf6\x83\xdc\x11\xfe\xc0\x7b\x83\xc6\x16\x6c\x62\x07\xa2\x1d\x04\xdc\xd6\xdb\xa4\xd2\xfb\x3e\x94\xfe\x42\x32\xf1\x86\x71\x4e\x53\xf4\x3d\x51\x80\x3a\xd7\xcf\xc0\x19\x70\xb0\x64\x70\xd4\x0a\xa3\x98\xf6\x9b\x34\x13\xa6\x16\x07\xe1\xa2\x39\x16\x34\xb3\x7f\xde\xde\x96\x29\x83\x67\x61\xf6\x7a\xd3\xfd\x98\xfc\x0f\xf3\xd3\x0c\x84\xf4\x37\xbd\x4e\xcc\x16\xf1\xb7\xca\x8c\xd1\x3f\x22\x6c\x93\x3f\x53\xa4\x83\xf9\x43\xd6\xb8\x60\x7e\x77\xdd\x9e\xf3\x42\xbd\xc8\x16\x46\x7c\x24\xb7\x53\xf5\x2a\x3e\xbc\xcb\xd8\x43\x0e\x41\x92\xeb\x75\x8a\x94\xd8\x35\x17\x5b\x08\x4d\xbe\xd7\x5f\x9c\xad\x5c\x3f\x27\x6c\x91\xc5\xc3\x69\x37\x6d\x8a\xd5\xcb\x2d\x29\x4f\x16\x74\x91\xd9\x39\x25\x7b\x97\x9f\x21\x2a\x9d\x65\x73\x97\xee\x38\xed\xea\xe2\xc4\x2d\xee\xd8\xdd\xde\xab\x48\xa1\x90\x4f\x25\xbc\x94\xcb\x7e\x01\x49\x71\x3c\xf1\x9e\x37\x02\xb7\x04\x1d\x5c\x38\x1c\xcf\x1e\x3e\x70\xb0\x37\x06\x89\xbd\xb2\x3d\x51\xa2\x4a\xac\xdb\x0e\x0b\x61\xe5\x74\x1d\x30\x24\x2f\x65\x1e\xa7\xf7\x90\x73\x83\x7b\x3e\x07\x20\xb8\x8d\x42\x78\x0e\x5b\x97\xcf\x87\x34\x69\xb0\x62\x68\x6c\x2e\x2b\x44\x86\x11\x08\xfd\x79\x14\xc0\xe8\x12\x8d\xd8\xad\xb8\xf3\x34\x5a\x72\x0d\x60\x2e\x0d\xa6\x7b\xdc\x40\xc0\x7a\xbd\x28\x1d\xe4\x99\x74\x81\x27\x4e\x88\xbc\xb2\xcb\x09\xa8\x90\x9a\xb7\x2a\x72\xc0\x2b\xdc\xb4\xc0\x19\x78\xab\x5e\x36\xaf\x57\x40\x69\xca\x58\xf2\x3d\x60\xd6\xf5\xb4\xf1\xa3\xc0\x8d\xc0\xf6\x4b\x40\x87\x8d\x9b\xa7\x1d\x48\xcc\x93\x23\xc4\x03\xf4\x2c\x6c\x28\x41\x0d\x1c\x94\xfc\x3a\xef\x06\x80\x05\x3d\x75\x97\x3a\x92\x66\x6e\xf3\x66\x3c\xac\xbd\x35\xef\x3b\xbb\x5f\x8e\x4c\x74\x47\x0f\x58\xf2\xdc\xb2\x97\x28\x5d\x10\xbf\x68\x51\x97\x90\xaa\x48\x34\x71\xf4\x6f\xd7\xf8\x6c\x74\xd9\xbe\x53\x9f\x6c\x80\x32\x50\x36\xae\x37\x9c\x54\x98\x37\x0f\x34\xc9\x11\xce\xb1\xd6\xb7\x60\xa3\x31\xda\xab\xd8\x10\x10\x0e\xee\xb5\x2e\x2f\xc1\x98\x90\xb9\x40\x7d\x48\x4f\x42\x6f\x74\x2e\xe4\x43\x6e\x52\x26\x0e\x7e\x0d\xbe\x6c\x5a\x75\xb8\x05\x1f\xb3\x34\x3e\x74\x00\x07\xda\x4d\x1c\x35\x73\x68\x5b\xe2\x86\x59\x25\x7e\x19\xd5\x97\x76\xa9\x23\xf4\x1e\x24\xde\x36\x68\xd0\xae\xf1\xff\x6a\xfe\x50\xf3\xc0\xc1\xd2\x06\xaa\x29\x6e\x30\xe4\x10\xa1\x19\xae\xf0\xd1\xc5\x49\x67\x53\xc4\xda\xe3\xa1\xc1\x31\x7b\xbb\xf7\x43\x53\x31\x94\x67\xb0\xa8\xdd\x05\xa8\x72\xc2\x86\x97\x04\x50\x9c\xfd\x32\x38\x17\x48\x28\xff\x93\x08\x85\x7f\x26\x0f\x70\x70\xaf\x8a\x93\x2f\xf3\x71\xad\x4f\x51\x2f\x69\xd3\xce\xa8\xe2\xc6\x9a\x05\x63\x1c\xda\x2f\xd4\x58\xca\x50\xe6\x73\x2a\xb2\x49\x70\xfb\x32\xe5\x5b\x41\x10\xe7\x21\xc5\xef\xce\xed\x1e\xc2\x0a\x66\x46\x5a\x3e\x29\xf2\x46\x8a\x5f\x03\x1c\x95\x18\x45\xda\x83\xe7\xd5\xee\x72\x44\x87\x9d\x6b\xed\xa3\xe6\xe2\x08\xc6\x12\x80\x55\x76\x84\x93\x10\x42\xb3\xcc\xcc\xab\x16\x8e\x68\x08\x0f\x19\x82\x0f\x91\xd7\x39\x30\xab\x72\xe4\x15\x0e\x8e\xd5\x50\xd9\x6f\x62\xe7\x6f\xcf\x0d\x6e\x8a\xb7\xce\xde\x76\x60\x92\xfc\x5d\x79\xe2\xc1\x22\x15\x97\x76\xc3\x47\x4e\xb2\x3e\x8c\x16\x80\x91\xf0\x76\x1b\x0a\x29\x10\x8b\x31\xf9\x18\x7e\x26\x4a\xa7\xc2\x1b\x7d\xe5\xe1\xdb\x87\xd5\x71\x20\xf1\x9b\x1c\xcc\x09\x2b\x52\x08\xe4\x4a\xe6\x05\x75\x38\x2c\xb4\x24\xd9\xa4\x16\xc1\xd5\xa0\xeb\xc8\x00\x98\x34\x27\x7b\x06\x02\x75\x94\x68\x76\xce\x95\x1a\x4a\x27\x3b\xff\xca\x94\xc5\x53\xf6\x9a\xaf\x82\x5e\x9b\xdc\x76\x6b\xf4\x21\xdf\x04\x2c\x5a\xd2\x23\xd4\x84\x9e\xe6\x05\x45\x45\x0b\xa9\xc7\x52\xe3\xdc\x05\x98\xbd\xcb\x12\x53\x79\x7d\x2c\x5d\x92\x77\xb9\x27\x34\x0c\xd3\xee\x71\x4a\x88\x73\x66\x84\x70\x70\x70\x44\x67\x73\x72\x0b\x20\x69\xc5\xc2\x0f\x03\xc1\xfe\xf5\x33\xaa\xbe\xd0\xbf\xcd\x76\x7a\x43\x00\x77\x57\xa3\x75\x05\xc4\xed\x7f\x4a\xba\xf4\x13\xbe\xbf\x50\x0c\x2e\xc2\xef\x9f\x02\xa9\xad\x38\x86\x7d\x8d\xec\xd7\xe4\xe0\xe1\xa8\xec\x56\x6a\x52\x6d\x47\x4e\x38\x35\x2a\xe3\x66\x9e\x11\x39\x38\x58\x3a\xbf\x92\xc4\x6c\x2f\x55\x78\x9d\x70\x4d\x97\xbb\x08\x89\xe5\x95\x16\x29\x19\x41\x9e\x72\xcf\x54\x7a\xc2\xe4\x10\x2a\x6d\x74\x44\x2a\xa0\xdf\x7f\x26\x94\x00\xd9\x1c\x7b\xa7\x88\x85\xdd\x9f\xd4\xd6\x0f\x81\x3d\xa1\x74\xb2\x33\xad\x74\xc5\x2a\xe1\x76\x8f\x86\xb2\xd8\x70\x2b\xfb\xbb\x95\xf4\xd8\x6b\x5b\xab\x2d\x64\xc8\xe6\xf2\x7c\x93\x2e\x40\xeb\x15\x6b\xa8\x04\x9a\x4a\x1c\x1a\x76\x20\x6f\x62\x80\x86\x37\x00\xdc\x6d\xac\x11\x03\x7c\x36\x71\x68\xd6\x80\x18\x2b\xb9\xb6\x04\x83\x34\x84\x7e\xf4\xfe\x66\x9c\xc4\x46\x4c\x98\xa2\x4b\x30\xdd\x53\x1f\x08\x4d\xd8\x89\xe9\x5f\xa4\x29\x1c\xcf\x0c\x45\x2e\x1c\xd5\x1e\xdf\x8f\x2b\x3f\x9c\xcc\x13\xc4\x5f\xdf\x37\xad\x54\xc4\x99\xef\x44\xb6\xa8\xa3\xdf\x6c\x9d\x0e\x19\x00\xf4\x1b\xb9\x93\x83\xc0\xcc\xac\xec\x24\x1a\x56\xda\x21\x33\xb1\x04\x5d\xc9\x67\x1d\xff\x05\xe5\x0c\x93\x1d\xfb\x00\xf9\xee\xe4\x3e\x8e\x04\x7d\xd2\x07\x26\x02\x40\xa1\x32\xdb\x53\xc7\xac\x73\x94\xa2\x59\x2f\xfc\x10\xb1\x79\xf6\x05\x61\x86\xa0\x39\x07\x26\x45\x11\x6e\xcf\x09\x92\x4b\xf1\x87\x45\xc2\x78\xce\xbd\x83\x8a\x66\xdc\xe6\x2e\x6b\x63\x17\x36\x64\xbb\x70\x64\x14\xa9\xbd\x2b\x3e\xff\x04\x06\xdb\x7c\xb1\x70\x11\xa1\x3e\x97\xb9\xf0\x1e\x1e\xfd\x18\xbd\x30\x0b\x90\xca\x22\xe7\xbb\xa0\xed\x31\x67\x73\x6a\x80\x85\x67\xd7\x1c\x0e\xd6\x65\xce\x32\x57\x0d\xa7\xa9\xd3\x2d\xc0\xa0\xf7\xf9\x4c\xe7\x75\x71\x0c\xa4\xd4\x79\x41\x82\x19\x71\x70\x1e\x43\xdc\x23\x0a\xcf\x33\x91\x4e\x08\x67\x30\xf5\x46\xd1\x9e\xeb\x88\xb4\x06\xe9\x16\x07\x44\x4f\xfd\x87\xa6\x4a\x64\x55\xa3\x57\xfd\x3a\xea\x66\xcb\x64\x4d\x19\xda\xad\x26\x2b\x5f\x02\x7f\xb9\x6a\x2e\xd3\x16\xcf\x59\x65\x96\xf6\x89\xe0\x5b\x25\x18\x83\x27\xae\x54\x06\x07\xdf\x20\xda\x56\x64\x78\x8e\x62\x43\x2a\x00\xcb\x12\x4c\x73\xb9\xab\x49\x27\x9b\x4f\x25\x08\x47\x81\x97\xb6\xca\x60\x62\x31\x97\xfb\x3f\x61\x7e\xe1\x88\xc3\x18\x8c\x3d\xd4\xb8\x51\x62\xfc\x15\x70\xd6\x10\xd8\xab\x80\x50\xad\x17\x6c\xae\x40\x04\xd6\x25\x37\xde\x44\xce\xd5\x7b\xd7\xf8\x63\xb4\x2a\x63\x0b\x2b\xd0\x96\x95\x63\x59\x3c\xb8\xe3\xf2\xe8\x54\x26\xbc\x57\xf9\x40\x34\x96\xf8\xa2\xcc\xdb\xbf\x83\x60\x57\x10\xef\xe4\x8e\x89\x28\xf1\x35\x9d\x61\xf6\x2f\xa4\x7f\x68\xc4\x42\xce\x1d\x45\xa6\x00\xfc\x25\x75\xb0\x7a\x54\x53\xbd\x2a\xac\x0b\xdb\xd6\x6e\x06\x57\x63\xe1\xeb\x7c\xbe\x05\x83\xec\x34\x30\x8d\xdf\x85\xde\xae\x2f\xed\x0f\x06\xd2\xea\xae\xb7\xf0\xc2\xff\x54\x47\xd4\xfa\xa3\xbd\x2a\x84\x8b\xe0\x18\x97\x12\xd6\x2c\x1a\xa6\x22\xdf\x3b\x0e\x45\xfc\x92\xb2\xec\xaf\x4d\x06\x12\x4b\x9d\x5f\x11\x0a\x63\x3f\x9a\xae\x21\xbc\x53\xf8\x14\xe7\x01\x91\xc4\x08\x0e\x75\xe8\x69\x1a\x04\x41\x07\xbc\xc9\x4c\x60\xcd\x45\x3f\x2e\xc2\xb2\x15\xe1\x2b\xaa\x2e\x82\x6d\x59\x54\x1a\x6f\x6f\xcb\x31\x9e\xb6\xf2\x6d\x1c\x81\x0f\x6b\x77\x46\xed\xc1\x6d\x35\x36\x8f\x71\x90\xbc\x8a\x97\x0d\x3f\x91\x35\x85\x07\x85\xbb\xd8\x96\x0c\x95\x04\x22\x71\x2d\xf5\x7e\x38\x0f\x55\x2f\x69\xcf\x87\x99\xda\x17\xff\xd2\xd6\x9c\xb2\x19\x33\xa8\x53\x81\x7b\x11\xb5\x26\x8e\x46\x72\x46\x3c\x25\x30\x60\xfe\xc6\x4c\x41\xd8\xb1\x3c\xf1\x23\xf7\xfe\x88\x5f\xcf\x9a\xb9\x6f\xa3\x55\x56\xea\xc4\xe0\xce\x76\xa5\x46\x64\xbb\x9b\x39\xa6\x4e\x78\x53\xeb\xbe\x66\xdd\xf6\x9a\x06\x93\x5c\xc5\x93\xa1\x61\x40\x3e\x07\x5a\xbb\x8b\x79\x9d\x21\x9e\x27\x4a\xac\x48\xb1\x48\xd4\xe1\x78\x14\x7f\x3d\x78\x86\x5b\x2a\xaa\xdf\x0d\xc9\x9d\x13\x7e\x6a\x96\xc0\xf5\x39\x54\x41\x79\x83\x23\x26\x98\x49\x60\x89\xe7\x5e\xb0\x08\x66\x58\x20\x27\x2c\x90\x55\x4c\xfa\x4d\x12\x3b\xe3\xb0\xee\x5e\xa6\x3a\x93\xa7\xe3\xe5\x32\x3d\xe6\x28\xd6\x8e\x22\xdb\xdd\x87\xcc\xc6\xa5\x8f\xb6\x52\x19\xf7\x4b\xd7\x56\xd7\xee\x95\x17\xfa\x4e\x18\xc2\xa3\xd3\x45\x1a\x4e\x88\xe2\x89\x88\x3c\x59\xce\xb9\xe8\xf8\x98\xdf\x7c\x0e\x61\x8e\x7e\xeb\x82\x42\x81\x1d\xf6\x47\x0f\x3a\xfc\x36\xf4\xef\x88\xdc\xf4\x19\x96\x66\x7d\x74\xc3\x17\xc7\x9d\x26\x9d\xe4\x37\x80\x9a\x56\xb6\x08\x0e\x60\x7b\x64\x4c\x88\xee\x66\x61\x71\xe1\xca\xb6\x06\xef\xfa\xec\x15\xa9\x82\xdf\xb2\x01\x19\xf1\x07\x3a\x2c\x2c\xd9\x23\x7b\x18\x46\xce\x9c\xfb\x4f\x02\x18\x60\x69\xdf\xc6\x33\xb0\x51\x71\xd7\x1b\x7e\x72\x29\x87\x3d\xcb\x51\x16\x7c\x11\x58\x1a\x15\x2d\xb6\xe0\xf3\xc6\x2b\x57\x2a\xdf\xd3\xc8\xfa\x96\x9c\xb1\xfb\x45\xad\xa7\x8a\xdb\x6e\x66\x12\xe5\xea\x93\x1e\x7f\xb9\xcb\x75\x66\xbc\xf3\x31\x8a\xc6\x2d\x01\xed\x20\x41\xc7\xd0\x58\x26\xb6\x01\x7f\xfb\xac\x00\x70\x60\x78\x59\x5e\x37\x24\x06\x64\x14\x53\x7c\x9c\xc2\xfa\x39\x41\xe5\x08\xcf\xf4\x20\x49\x62\x57\x0f\x46\x8a\xde\x98\xf4\xe6\xe0\x0f\x56\x6c\x50\x12\x76\xf6\x49\xce\x41\x49\x37\xba\x63\xa3\xa2\x95\x69\xce\x55\x9e\x71\x1a\x63\x8e\x82\x96\x0e\xba\xdb\x0e\x7d\x1a\x2b\x46\x77\x1d\x8f\x25\x7e\x99\x35\xbb\x2a\xf1\x2c\x5a\xdb\x7b\x34\xe1\x74\xed\xcf\x7c\xd9\x41\x7e\xbe\x3c\x11\xd2\xa0\xd1\xa8\xb9\xb4\x75\xe8\xf5\x34\x4c\x7e\x21\xa0\x08\x6d\xf4\x7e\x7d\x0a\x07\xcf\x04\x08\x3e\x63\x61\xee\x09\x47\xbe\x08\x20\x5b\xf9\x4f\x4f\xbf\x14\x51\x77\x2f\x6f\x50\x51\xe0\x73\x7c\x94\x6d\xa6\xe5\x65\xeb\x17\x75\xd5\xf0\x9f\x35\xa3\xa7\xab\x85\xa3\xa5\x8d\x65\xae\x8d\x9b\x95\xb8\xa6\x9c\xfd\x77\x5b\x7a\x29\x73\xe7\x0f\x0e\xa3\x7c\x2e\xee\x2b\x2e\x24\x82\xaa\xd7\x77\x8f\x20\xb0\x7a\xf8\x79\xe8\x65\x48\x7d\xf2\x59\xfc\x01\xf4\x57\xe1\xbf\xdc\x61\x78\x3c\xfa\xa5\xd5\xd9\xb1\x07\xc6\xdc\x3e\xe8\x34\x09\x17\xed\x41\xff\xaa\x51\x58\xc8\xd1\x60\x8e\x53\x39\xd4\x9a\xa7\x61\xce\x60\xdb\xec\x28\xbb\xcd\x2a\xd9\xc4\x2d\xca\xd6\x61\xd6\x98\xe0\x45\xe7\x5a\x63\x24\x69\x39\xe6\xd9\x66\x84\xd2\x6c\xf4\x0d\x32\x15\x92\x3a\x09\x78\x66\x09\xf0\x87\x84\x70\xd8\x2a\x11\xbf\x86\xe5\x3b\xb1\x01\xd7\x52\x28\x7e\x49\xb0\x87\x79\x9d\xe1\xad\x30\xd3\x9a\x85\x34\x13\x04\x17\x79\x86\x43\x64\x55\x89\x96\xa6\xc9\x77\xc2\x26\x24\x66\xb2\xf7\xbe\x44\xe5\x3f\x23\xb1\xc5\x1f\x66\x83\xfa\xc4\xc6\x07\x8e\xb5\xba\xda\x39\x13\x9e\xda\x3a\x77\x62\x88\xbe\x23\xda\x7a\xbe\x0f\x82\x0c\x34\xa7\xad\xa3\xc2\x98\x35\x6a\xb4\x72\xa3\xa0\xda\xa2\xd2\xb4\xd8\xab\x7a\x1d\xfc\xe7\xf1\xfe\x46\xb6\xa4\x8e\xc4\x18\xcb\x75\x38\x7f\xee\x8a\xeb\x75\xb8\x49\x65\xab\x1f\x2f\xec\x67\xd3\xb7\x08\x15\xf8\x2f\xf2\x38\x07\x6e\xd5\x8b\xf2\x97\x96\xb3\x16\xa0\x43\xa7\xc0\xf8\xad\xd5\xe6\x58\xa9\x78\xbd\xcb\xfb\xb2\x72\x42\x2b\x57\x10\x93\x0a\x4f\xc1\x70\x98\xa0\xb2\x66\x02\x4b\x94\x8e\x12\xc9\xbf\x25\xee\x44\x3e\xd4\xd6\x2c\x49\x40\x4e\x4e\xa7\x3a\xd5\x47\xfe\xae\x4c\x67\x86\xb9\xe2\xac\xc0\x9d\xac\x42\xd5\x08\x32\x3c\xa7\x57\xab\x02\x56\x50\x3e\x67\x01\x81\x17\x35\x89\xba\x00\x80\x54\x7b\x87\x8f\x0a\xf0\x8f\xf2\x9e\x66\xb7\x66\x42\xe5\xa0\x79\xae\xc5\xbb\x59\x08\x5d\xfe\xf7\x2f\xfc\x48\xe4\xc7\xde\xdf\xf8\x4f\xe2\xa9\x03\x4a\x49\x81\x92\xb5\x15\xe3\x29\x38\xc9\x93\xb4\x99\x0c\x3d\xf1\xc5\xe0\x9e\xec\xdf\xa2\x3a\x8e\x8c\x79\xd9\x22\x0d\x06\xbc\x05\x2f\x85\x05\xe4\x13\x8b\xd3\x1f\x08\x09\x32\x94\x15\x88\xc4\x11\xed\x2a\xbe\x8b\xdf\x07\x87\x35\xf5\x68\x68\x41\x87\x3b\x61\xc6\x51\xa0\xa7\x03\xf9\x4e\x27\x60\x5e\x4a\x1d\x3b\x75\xa5\xcf\x7b\x95\x62\xfa\x6a\x28\xf6\x05\x25\xe3\xc5\x7e\x09\x9c\xe3\xcb\x0b\x96\x72\x55\x1e\xf4\x82\x75\x69\x0f\x7f\x63\x5b\x6a\x29\x8f\x00\x5d\xc1\xe7\x0a\x28\x6f\x7e\x94\x47\x95\x2a\xb7\xaf\xdb\x54\xf5\x7f\x9c\xcd\x26\xef\x6a\x13\xd8\x57\x94\x13\x1a\x3e\x92\xba\x1f\xb8\xb6\x98\xe1\xf9\xf1\xa9\x8f\x7d\xa8\x54\x00\x33\xc6\x2f\x56\x07\xe3\x9a\x2c\x54\xe7\x83\xa7\x4f\x75\x9b\x75\xc1\x4d\x43\x04\x88\x69\x67\x46\x89\x4d\x44\x89\x13\x72\x81\x02\x71\xfb\xe8\x7b\xc3\x35\xa2\xcb\x01\x57\x5f\x1b\xe6\xf5\xbe\x5b\xef\x3b\xdc\xec\x78\x68\x0f\x33\xee\xb8\xee\x65\xf7\x3e\x56\x33\x55\xa9\x7b\x01\x83\xf5\xe7\xe9\x36\x40\xc3\xad\xe9\xbb\x3f\xc2\x3f\x6a\x88\x3d\xae\x05\x79\x3d\xbc\x38\x18\xc8\xf0\x98\xf0\x65\xda\x19\xe7\x86\x5b\x9b\xe9\x22\x69\xe0\x7e\xcf\xca\x8b\x06\xa0\x67\x66\x87\xd4\x59\x50\xe7\x49\xb1\x04\xa9\xa7\xfe\xc5\x64\xc2\xd6\xe1\xf5\x3a\x18\x21\x6c\x9f\xa5\x8b\x03\xcf\xb4\xd7\x3c\x49\x41\xbe\xd8\xfb\xb4\x78\x08\x73\x5a\x89\x98\xcb\x86\x0b\xf4\xb8\xcf\x15\x03\xd7\x8a\xba\x66\x79\x00\xd5\x48\x91\x99\x8b\x30\xaa\xab\xc6\xcc\x27\x98\xae\x11\xdd\x6c\x2c\x74\x43\xe1\xee\x3c\x23\xc4\x93\x7d\x79\x9e\x0f\x2f\x44\xa2\x9f\x67\x21\xbe\x20\x92\xe7\x2f\x91\x2d\x08\x6d\x73\xff\x51\x34\x08\x56\xa5\x9c\x04\xf7\x03\x68\xcd\x0a\x41\x60\x6f\xa4\x79\x1b\xff\x70\xb7\x77\xbc\x1b\xfd\xfc\x00\xbe\xee\x0a\x97\x3d\x30\x5a\xf9\x83\xbc\xbc\xec\xbc\xda\x8f\xa0\x1f\x18\x5d\x5d\x03\xbc\x2b\x0b\x57\xee\xc3\xae\xc6\x47\x2e\x6e\x21\x10\x3e\x90\x45\x1c\xf2\xa6\x25\xd3\xa2\x03\x52\x5e\xa3\x6d\xa9\x1a\xa6\x2f\xe0\xb6\x10\x8b\xe7\x24\xdb\x2d\xa0\x88\xa2\x24\xcb\xf9\x63\x52\x2a\x71\x7c\xbe\x93\xec\x4f\xd4\x81\x1d\x37\xed\x3d\xc6\x21\x3e\x34\x51\xda\xcc\x91\xb0\x26\xa0\xe5\x18\x25\xdb\xf2\xaa\x49\x0a\x65\xd1\xa1\x50\xff\x02\x4d\x69\x40\x16\x35\xe3\x1f\xd4\x1a\x67\x27\xe0\xf3\x6a\xbc\x33\xf6\x09\x23\x35\x97\x62\xfd\x88\x9f\xab\xb6\x83\x9f\x13\x43\xab\x64\xbc\xa8\xd8\xe7\x55\x34\xab\x15\xb6\x8c\xaa\x1c\x29\x2d\xd8\x9d\x81\x0d\xc2\x11\x3a\x6a\xdc\x90\xc0\x85\x8b\x9f\x1a\xc6\x2f\x13\x70\xd3\x34\x3c\x1d\x80\x6b\x66\x9b\x7c\x05\x84\x35\x53\x87\xa2\x11\xcb\x8d\x7d\x6d\x42\xc8\x5b\x8d\x29\x2d\x30\x54\x40\x0b\xb9\x41\x18\xd9\xd5\xda\x59\x23\x82\x0e\xac\x73\xcc\x8b\xc0\x4b\x57\xaf\x66\x14\xe1\xcf\xab\xc9\xb1\x7d\xc4\xdd\xca\xbd\x60\x67\xe2\xb5\x0a\x26\xb7\x4b\x58\xc1\x8a\xab\xe6\x8b\x2c\x59\x65\xf3\x62\xfe\xe0\x0f\xd5\x1a\x58\x3a\xd4\xed\xb6\x87\xe8\x8b\xd8\xf3\x7e\x76\xb4\x0a\xfe\xe7\xe0\x2b\xd4\x08\xeb\x50\x4f\xd3\x8e\x02\xf4\x69\x53\xe0\x64\x0b\x40\x68\xf2\x18\x7a\x02\x6b\x6b\x34\xef\x60\x45\x1c\x35\x68\x34\xb9\xa2\xac\x1b\x6a\xaa\x15\xd1\x6f\xaa\x4e\x0b\xc6\xd1\x6f\xcb\xc6\x52\x99\x88\x39\x85\xab\x91\x76\x54\xad\x5c\x37\xef\x65\xb2\x61\xd6\x98\xf5\x32\x7c\x2c\xdb\x57\x65\x9b\xa5\x35\x8f\xc0\x67\x03\xa6\xe4\x2d\xc2\xc8\x28\x52\x99\x0f\xe4\x13\xae\xb7\x01\x0c\xb5\x25\xae\xb5\xad\xc2\xae\xb0\xbe\x6c\xb6\xde\xfd\xc9\x42\xee\x14\xdd\x3e\x84\x1a\x36\xaa\x4f\x8a\x42\x7d\x1a\x4e\x86\xc4\x80\xc1\x7a\x5a\xfb\x21\x56\xbe\xe2\x66\x85\x0b\xe1\x57\x31\x4b\x76\x27\xd5\x3b\xff\x5b\xc2\x4b\x4e\xa6\x6c\xee\xe0\xe7\x5c\xae\x19\x2c\xae\x2b\x9c\x40\xca\x1f\x53\x31\x72\x57\x8a\xbb\x2c\x02\xfb\x20\x29\x89\xba\x81\xdd\x4a\x2c\x64\x7e\x87\x57\xcc\xec\xa5\x57\x7b\xb4\x54\xe4\x73\x4f\xcc\x7c\xa5\x9e\x8b\x5e\x0a\x94\xde\x40\xb7\x37\xc3\x3a\xda\x18\xb8\x4b\xc7\x58\xdf\xa2\xb3\xa5\xc6\x6a\x5b\x6f\x37\x75\x1b\x00\x2a\x2a\x7b\x2e\x10\x6a\x8b\xb6\x2b\x35\x68\xfd\x39\x47\x59\x86\xdc\x63\xe9\xf5\xd1\x55\xfc\xe4\x64\x8c\xef\xbe\x00\x38\xbe\xcd\xae\x83\xbf\x3e\xe6\x9f\xf6\x06\xdf\x71\xcc\x15\x31\xa8\x60\x46\x4c\x0f\xa9\x4f\xf8\x34\xfa\x33\x8b\xbd\x3c\x6f\x5a\x02\xa3\xbf\x11\xb6\xd0\x88\xe9\x81\xc3\x7f\x35\x2d\x4c\x1a\xa0\x97\xa5\x7f\x0e\x50\xe0\xd9\x0a\xfb\x5d\x5b\x56\xfb\xea\xc9\xad\xa7\xf7\xa8\xd5\x89\xcb\xf3\xc8\xc6\x22\xd6\x5e\x01\xf6\x88\x4c\xf7\xf2\x7e\xbe\xe6\xe4\x84\x34\x88\xb0\x40\x3c\x63\x78\xb8\xd8\x72\x94\x9c\x47\x90\x78\x55\x78\x9c\xb9\x8a\xa4\x7a\xa8\x82\xb2\xb6\xac\x78\x68\xbb\x10\xb3\xb2\x71\xc4\x55\xf2\x43\x2d\x58\x84\x16\x28\xde\xe2\x6f\xd2\x19\x4b\xb8\xab\x73\x2e\x0f\xab\x7d\xa0\x55\x59\x3e\xa4\x0d\x3c\x99\x13\xf1\xd4\x13\x22\x90\xd7\x7a\xb0\xc7\x16\x57\x04\xec\xf1\x41\xae\x14\xe8\x2c\x73\x92\xeb\xd2\x35\x7b\x5e\x0a\xc4\xc5\x7b\x97\x5f\x13\x67\x88\xba\x95\xe2\x28\xbb\x13\xfa\x25\xb8\x5c\x99\x29\x28\xc3\xf9\x8f\xba\x78\x80\x96\xb1\x8c\xd6\xbe\xbf\x8b\xc2\x3b\x7d\xf3\x40\x6f\xa1\x01\x93\xb9\x90\x48\xca\x99\xf5\x72\xb8\x30\x1c\xe5\xf2\x35\x51\x04\x24\x1e\xb8\x9e\x53\x0a\x9e\x4c\x0a\x2d\x7b\x0d\xd8\x01\xef\x12\xa0\x27\xd3\x80\x73\xca\xfa\x89\x20\xb4\x3d\xc3\xf4\x58\x1c\x8f\x48\xf1\x5c\x11\xe1\xff\x15\xbd\xdf\x6d\x2c\xf9\x3d\x14\x28\x6b\x54\xd1\xf5\xff\x9d\x22\xaa\x3d\xe3\xb3\x17\xb4\x69\xf8\xdc\x2b\xc4\xa9\xd3\x6c\xc0\x73\xce\x70\xc4\xfa\x82\xd7\x8c\xa2\xbd\x3d\xbb\x6f\x8d\xf0\xa2\xb3\x4d\xc0\x21\xcd\xd2\x23\x36\xe4\x1f\x82\x2f\x10\x14\xf3\x0a\xf4\x25\xee\x72\x56\x17\x34\x24\xc7\xb7\xdc\x10\xf6\x08\xa1\x19\xc0\x7e\xb6\x8a\xba\x19\x72\xeb\xac\x00\x07\x8f\x3c\x39\xf3\xe2\x8b\x09\x7f\xb7\x9a\x28\xe3\x1a\x70\xb3\xdb\x54\xb3\xcc\x73\xa3\x4c\xd6\xd8\xc0\x4d\x34\xe5\x92\xb5\xac\x8b\x46\xb0\x8e\xe3\x0f\xa7\x2f\xce\x04\x57\x03\x67\x46\x23\x3a\x4f\x16\x57\x33\x25\x77\x9f\x26\x8f\xee\x87\x29\x01\xf6\x3e\x6d\x1c\x3a\xc1\x27\x01\x01\xc8\xdf\xd1\x8a\xe1\xdd\x10\x6a\xa6\x46\xaa\x29\x0c\x5d\x6a\x58\x40\x8f\x20\xe0\x4a\x1d\x48\x67\x2c\x44\x07\x57\x8b\x73\x7b\x6e\x77\x4f\xd1\xe7\x7b\x72\x10\x4f\xdf\xb5\x5f\x7a\x48\xe7\xf6\xee\xdf\x56\x2b\xf6\xd1\x65\x28\x17\x25\xdb\xba\x94\x19\x2f\x23\x1b\xff\x10\x0e\x7f\x82\xf5\x96\x33\x4f\x30\xd9\xda\xd5\x68\x3e\xac\xc9\x56\x54\x99\x3b\xf2\x8b\xc3\x2b\x51\x93\x58\xa2\x2b\x82\x33\x2f\x7e\xc3\x33\x0d\x73\x33\xdd\x29\x08\x06\x93\x2b\x4e\x8e\x11\x85\xdf\x6e\xf8\x9c\xc9\x8c\x84\x92\x37\x38\x64\x56\xf5\xb8\x91\xfa\x96\xcf\xdd\x64\x6c\xad\xdc\xde\x0a\x1a\x0d\x59\xed\x6f\x2c\x3b\x8e\x58\xb0\xf4\xf2\x7b\xff\x67\x56\x58\xae\x1e\x9c\x6e\xea\x99\xe6\x1e\x3e\x69\x52\x10\x7e\x23\xe6\x91\x31\xc9\xa5\x3e\x41\xc5\xc8\xd2\xb8\x27\xf9\x3f\xe3\x5f\xca\xf5\x69\x35\xe6\xb2\xa2\x3f\x33\x1f\x58\x6f\x70\x79\x66\xab\x3a\x08\x63\xfb\x8a\x08\x9e\x97\xe0\xc4\xba\x81\xa0\x19\xf8\x40\x7b\x7f\x1c\x3d\x7c\xfa\x7f\x2f\x8c\xca\x46\xab\x5f\x4b\xb7\x30\xd7\xe8\xfb\xf8\xda\xab\x56\x67\x70\xf7\x24\x0c\xa5\x8b\x1b\xd4\x8d\xc9\xd0\x1d\xa8\xe1\x4c\x98\xd4\xbd\x97\xd5\x9e\x8a\xd0\x3e\x8f\x94\xcd\x74\xd2\x94\x70\xcb\xcc\x19\xd2\xb8\x6b\x2a\x58\x00\xd6\x38\x54\xb5\x2f\xfa\xa2\x5d\x2c\x16\x53\x32\xaf\x1f\xc2\x5d\x5e\xe6\x63\x62\x8d\xe3\xa9\x95\xb0\x39\x85\x3d\x69\xe9\x72\x77\x03\x42\x7b\xd6\x03\x59\x61\x30\xca\x6f\x9a\xc7\x9a\x3d\x55\x9e\x16\xb3\x56\x1e\x14\x2b\xf6\xea\x87\x47\x3a\x4a\xee\xd6\x99\x41\xae\x87\x62\xd1\xcc\x60\x2e\x45\xf9\x55\x8b\x6c\x5e\x97\x0a\xba\xb0\xad\x98\x4e\xb1\x39\x16\x5b\xf6\x53\x4e\xd7\x53\xb7\x32\x51\x26\xc7\x42\xa5\x86\x51\xfa\x54\x3d\xb2\x6e\x4b\xba\xff\x51\x70\x23\x54\x5e\x8f\xd3\xb8\x39\x4b\xe9\x02\x0a\xd5\x31\xae\xa9\x00\x7a\x3a\xf0\xd1\x22\x89\xb5\x6c\x3c\xd2\xb5\x09\x7c\xf2\xbf\xaf\x17\x4c\x63\xef\x7c\xbb\x13\x5f\xc2\xa3\xf2\x2a\xa2\xa1\xf3\x41\xdd\x47\xf7\x66\xcc\xc3\xb9\x2d\x70\x83\xaf\xf8\xab\xfe\x8f\xf5\xa1\x12\xac\xd5\x2a\xcd\xc0\xc3\xbf\xc9\xa9\xad\x0a\x0f\x12\xfc\x5c\xda\xbd\x05\x9e\xd9\xd8\x75\xfa\xf2\xad\x68\xfb\xf6\x98\x70\x2f\x48\x9c\xf4\xb3\x71\x0a\xd3\xf6\x07\xbf\x70\x4f\x41\x7b\x27\xf7\x64\x18\x10\x49\xd3\x7d\x3a\x25\xc8\xbb\x33\x16\xd6\xfc\x08\xa1\xf0\xeb\xe4\xb4\x17\xb1\x29\x3b\xe4\xd2\x67\x8b\x65\xe6\x94\xed\xd3\x4b\xed\x8c\xb4\x2b\x27\x9e\x93\xff\xd8\x97\x9f\xaf\x4f\x3c\xe4\x10\x5d\xaa\x1a\x33\xe1\xe0\xe9\xdc\x19\x93\xa7\x51\xf2\x93\xc6\x24\x29\xc4\x08\xbe\x31\x55\xe2\x99\x33\x6d\x5c\x08\xd7\xa2\x7f\x34\xd9\x82\x78\x25\x95\x3a\x2b\x07\xd1\xe7\xd0\x9f\x3b\x24\x31\x12\xce\xe7\x56\x29\x43\x04\xfc\x5c\x8b\x54\x03\x66\x68\xde\x45\x47\x01\x3d\x91\x5e\x49\x7c\x7d\x5c\x54\xfe\x88\x94\x7f\x34\xde\xf4\x8d\xd4\x74\x58\x3d\xc2\x43\xc2\x3d\x95\x5b\xa8\xc3\x7d\x39\x7e\xb7\xab\x07\x43\x1e\x69\x6d\x7d\x04\x3e\x8d\x07\x6f\x91\xa0\x05\x35\x69\xab\x39\xf0\xae\xb8\xae\xa5\x4f\x48\x0d\xcf\x99\x25\x34\xf2\xd4\xcc\x7f\x29\x1c\x21\xa4\xfc\x60\xf9\x25\xbc\x91\x6b\x7e\xe1\x84\xb0\x42\x96\x58\x10\x27\x5f\x23\x5d\x9a\x7f\x49\x11\x23\x6a\xcf\xb7\x51\x6f\x12\x5e\x95\xcd\x12\xeb\x0f\x13\x1a\xfe\x23\x96\x1d\x38\x76\xc4\x12\xc5\x0f\xf2\xa7\x6a\x71\x81\x47\xdf\x76\xba\xd1\xc8\xe3\xb5\xcd\x38\xf4\xfa\x93\x4f\x9b\xc6\x68\xcf\x91\xb5\x4d\x25\xa4\x46\xad\xdd\xfa\x63\x14\x26\xa9\x6c\x15\x8c\xa6\xf8\xb9\xaf\xc0\xd0\x16\xd6\xf4\x2b\x14\xb4\x83\x96\xde\x2a\x05\x51\x29\x14\xb2\xd8\x4d\x50\xa5\x88\x2d\xde\x26\x01\xe4\x5b\x0b\x45\x64\x29\x92\xfc\x82\x06\x85\x91\x38\x03\xd3\x1d\x55\xd8\x78\x8e\x54\x69\x61\xee\xd0\x45\x46\xb6\x28\xb6\x03\xa8\xc3\x0e\xdf\x96\x49\xd4\x40\xf7\x6e\x33\x15\x7d\xb5\xfb\x65\x2d\x0d\xef\x5a\xff\x33\xb7\x03\xbf\x5b\xaf\x93\xd5\x45\xd2\x6c\x52\x4d\xba\x4a\x5a\xad\xd9\x0f\x11\x20\x66\xd6\xd0\x7b\xd5\xe2\x14\x6a\x24\x6c\x2e\x81\x5e\xd6\xd5\xc9\xdc\x41\x16\x4c\x87\x91\x83\x31\xe7\xd3\x3f\x89\x5e\x78\xa6\x19\x09\xc2\x03\x42\xe1\x8c\x37\xde\x1e\x26\x30\xd2\xba\x85\x82\x51\x46\x72\x37\x30\xf0\x93\x16\x8b\xce\x6c\x64\x4e\x4b\x5a\x3b\x37\x1a\xd2\x79\xa1\xe5\x1e\x4a\xba\xdb\xa1\xd1\x1e\x23\xd4\x05\xa9\x30\xc4\xd7\x35\x90\x73\x38\x49\x62\x8d\x37\x93\xa6\x48\x9b\xb5\x69\x21\xff\x88\x42\xd5\xcb\xee\x9d\xd8\x57\xd5\xf9\x96\xeb\x6c\x1d\xb5\x0c\x12\x10\xf8\x78\xff\x02\x41\x14\x0b\x1a\x43\xe0\x12\x08\x9e\x53\xcd\xb8\x52\xd2\x8d\x69\x6e\xec\x2f\xb6\x7f\x8f\x67\xf7\x0a\x21\xfa\xc3\x17\xb7\x07\x81\xa7\xc3\x66\xeb\xab\xf0\xfd\x96\x91\xee\xef\x48\x8f\xd6\xab\xed\xab\x68\x64\xc7\x69\xd3\x14\x36\xac\x35\xa6\x5a\x92\x08\x34\xbc\xc8\x6b\x25\xa5\xd6\x77\x24\xef\x92\x79\x6a\xde\x87\x1e\x12\xda\x2a\xb7\x5d\x56\x10\x59\x65\x4d\x3a\x96\xac\xbd\x65\x3f\xf9\xbf\xc2\xaf\xd7\x92\x50\xda\x38\xe6\xb6\xaf\x08\x1b\xe2\xcd\xbe\x3b\x88\x65\x39\x9f\x09\x32\xb4\x9f\xd5\xa8\xfd\xcd\x11\x23\x9b\x71\xaf\xc8\xde\x0c\x58\xa3\x3f\x6e\xeb\x1b\x4c\xa1\xd5\x78\x5c\x03\xfe\xab\xd5\xfb\x71\x2f\x32\xa0\xbd\xa5\x23\x94\xbc\xd1\x40\x57\x41\xe5\x7c\x59\x29\x9d\xd9\xc4\x73\xb5\xd4\x2b\xa6\x92\xe7\x6b\xd1\x23\x3f\x3e\x1e\xe3\xfc\x7c\x9b\x12\x0e\xfe\xdc\x35\x95\x65\xe2\xf7\xbc\x8b\x5c\xbe\x64\xc1\x5c\x2f\x70\x28\x55\xb7\x5c\x88\xf1\x4c\xea\xb0\x3a\x9c\x41\xdd\x9a\xae\xd9\x9a\x91\x01\xa2\xd9\x3c\x78\x38\x01\xfa\xdb\xd2\x7f\x30\xc6\xf2\xba\x73\x66\x9f\x97\x2d\xad\x7b\x73\x23\x05\x52\xde\xde\x35\x95\x47\xdc\xac\xdb\x68\xbb\xc9\x73\xb9\xcc\xb6\x68\x4d\xc0\xbb\x60\x31\xa5\xfc\x41\x55\x4e\x74\xd8\x63\x91\x6f\x99\xc1\xee\xa2\x22\xae\x69\xab\xc6\x0d\xc2\x6b\xa9\x83\x32\x32\xa2\x4b\xa9\xaf\x39\x24\x25\x56\xd3\xfa\xa0\x42\xca\xf8\x9c\x6a\x86\x1f\x56\x26\x55\x9b\x8c\xb3\xae\x2d\x8d\x24\x56\x66\x28\xb8\x32\xff\xe9\x1d\x40\xb4\xe6\xe3\x61\x14\xe4\x52\xe3\xf4\xc1\x37\xa6\x3f\xad\xeb\x7b\x69\xb8\x9c\x1a\xeb\x89\x48\x5e\x50\xb1\x7c\xd3\xa0\x70\x73\x8e\x47\x3e\x9d\xc4\x8d\x8c\xab\x09\x85\x72\x84\xe4\xee\xc0\x16\x05\x42\xa2\x89\x83\xba\x92\x66\xbc\xbe\x8e\x9a\xda\xb5\x78\x1b\x71\x9c\x76\x58\x22\x9c\x8b\xd1\x70\x2d\xc9\x0d\x79\xd1\xc6\x30\xbd\x80\x25\xd5\xb3\xa8\x34\x08\x74\x1a\x32\xd6\xa0\xcd\x76\x11\x16\x9f\xdf\x76\xfc\x05\x9e\x5d\x44\x78\xba\x0a\x33\x2e\xdf\x39\x96\x41\x5d\xa8\xba\xba\x9b\xc7\x39\x5e\x08\x1e\x0f\x10\xd3\xc9\x28\x68\x6c\x90\xbf\x98\x34\x91\xc7\xad\xf6\x30\x9e\x23\x66\x5d\x3b\x27\x86\xc9\x57\x49\xff\x67\xe4\x3f\x9b\x04\xe3\x37\x91\x24\xad\x2b\x16\xd2\x51\x53\x12\x21\x76\x92\xb1\x91\x3c\x6a\xce\xce\x09\x6a\x38\x09\xcf\xe8\x54\x3d\xd0\x4a\x48\x49\xbe\x13\x84\x25\xdd\xbb\xee\x0c\xfc\x1f\x4a\x2d\x99\xee\xe4\x0f\xda\x23\xdd\xf3\x64\x00\x67\x9c\xbd\x7b\x12\xcf\xa9\x90\xb3\xbe\x53\x2d\x36\x93\x32\x33\xa6\xa9\xb4\x1d\x7b\xd4\xe8\xa8\xf3\x24\x92\x92\x67\x6d\x12\x19\x46\x8a\x31\xb5\x3a\x0a\xfe\xe0\xc3\x6c\xff\x2e\xf8\x82\x55\x81\xcb\x9d\xe0\x03\xad\x2b\x1e\x17\xc3\xac\xa4\x94\xbd\x77\x23\x47\xf8\x28\x01\x3e\xb1\x0c\xf8\xa9\x90\xcd\x84\xd7\xe0\x88\xc4\xc2\xbc\x54\xe8\xb7\xdc\xd3\x4a\x0b\x58\x31\x66\x29\x48\xff\xf9\x1d\xc2\x85\xf0\xc0\xb3\x43\xda\x60\x6c\xe3\xd9\x2f\xf1\xc9\xf8\x94\x9d\x48\xb5\xad\x08\x9d\xd1\x01\x63\xd5\x20\xeb\x46\xb2\x4d\x9e\x7f\x79\x9e\xa8\x4b\x8e\xef\x64\xec\x1d\xef\x60\x9f\x60\x9f\x4e\xbf\x14\x1f\x1e\x6b\xe6\xa0\xeb\xbe\xef\xb5\x3e\x86\x7a\x04\xbc\x90\xfe\x13\x31\x19\xe2\x2a\x70\x23\x86\x2f\xc2\x9e\x38\x19\x7f\x37\x56\x05\x5a\x9c\x2b\x95\x39\x00\xfb\x5b\x09\x2d\xa9\x44\x1c\x10\xdb\x5d\xa9\xe7\xbe\xb4\x05\x0f\xd7\x73\x7d\xe1\x51\x7f\xb1\x73\x41\xed\xd0\x80\x67\x3b\xbb\x16\x3b\x3e\x3c\xa3\xfb\xae\x1a\x1e\xb9\x0d\x01\xbe\xcb\x6e\x8f\xf3\x96\x43\x20\xae\x93\xb1\x9f\x22\x6f\xb9\xd2\xfb\xf4\xc7\x2c\xb8\x84\x5a\x37\x24\x98\xba\xa6\x6a\x2b\x26\x2b\x7a\x34\xca\x58\xa7\xe1\x7c\xb4\x05\x2a\x32\x32\x03\x9a\xc9\x0f\xb3\xcb\xc2\x98\x61\x7d\x15\xae\x89\x66\x88\x4b\xcd\x35\x39\x83\xc8\x78\xf2\x14\x87\xfc\x6a\xb4\x10\xc2\x74\xfe\x4d\xb3\x06\xc6\xe1\xda\x1b\x2e\xc7\x2b\x4e\x7f\xf7\xc9\x3e\x47\x0e\x87\xe3\x1f\xc2\x3c\x1d\x6e\x34\x4d\xc6\xdd\xb3\x07\x17\xba\x26\xfe\xb1\xfd\x93\xf0\x3c\x2d\xd7\x46\xc6\xef\x5a\x56\x99\xf5\x84\x4d\x63\xde\x45\x9b\x43\x9d\x1b\x05\x3a\xf6\x3e\x32\xab\x45\x19\x4e\x8d\x02\x3b\x25\x43\xee\x59\x94\xb4\x72\x94\x9f\x28\xe2\x7b\xd3\x54\x58\x0b\xfc\xbc\x27\x3f\x89\x09\xc1\x4a\xde\xe3\x10\x5c\x4d\xa4\x72\xd2\x06\xd7\xea\x9c\x7f\xe9\xa7\x7e\x64\x08\x83\x99\xf7\x1c\x3d\x4b\x98\x36\xfb\x3a\x97\x99\x2e\x63\xee\xd2\x79\x33\x7b\xd7\x9c\xa7\x2c\xa0\x00\x66\x9a\x9f\x3c\x5d\xc2\x6f\xb4\x1e\x70\xb1\xdc\xdd\xb0\xdc\xf6\x67\x55\x92\x91\xbc\xee\xaf\x9a\x57\x26\xc9\xb2\x2d\xf5\x57\xcc\x05\x04\xea\x1a\x2a\xad\x96\xc9\x67\x8d\x4f\x1d\xf6\xe1\x15\xdd\x32\x5e\x39\x80\xe8\xf0\xed\xb0\x11\xc8\x17\xea\x2d\x5a\xe0\x9a\x0f\xd5\x82\x96\xbf\xd6\x1b\x4d\x27\xef\xf3\x1f\xbe\x98\x53\xfd\xe6\x3b\xaf\xb2\x0e\x9d\x1b\xeb\xaf\x2a\x59\xf5\xa4\x06\x28\x55\x02\x7a\x1e\xb5\x02\x75\x1a\xda\x9a\xe9\x79\x8d\xef\x35\x18\x83\x7c\x5a\xdc\xd5\x0c\x1d\xe6\xdb\x5e\xab\x76\xe9\x8f\x77\xce\xab\x36\xc8\xf9\xf6\x50\x34\xf8\xf9\xe7\x7b\x4f\xb5\x4c\x08\x13\x8f\x43\x8c\xa8\xd0\xf3\x71\x5d\x7b\x53\xc8\xda\x14\xc2\x9b\x03\x92\x48\x19\x65\x17\x5b\x59\x0b\xf3\xe6\xfd\xf4\xb6\x30\x0f\xc1\x47\xfb\x78\xb9\xdd\x55\xbc\xed\x8d\x57\x5f\xa0\xfc\xfd\xe3\xe6\xde\x38\x45\xa7\x99\x9a\x6e\x57\x25\x68\x9b\xe9\x63\x3d\xd9\x6f\xb9\x76\xfd\x39\x52\x4c\x61\xb3\x83\xeb\xe2\xbc\x2e\xc3\x23\xda\xa2\xc9\xc6\x98\xb1\x04\xe1\x47\xf2\x93\x53\x80\x90\x38\xaf\xce\x8c\x90\x08\x0b\x5a\x64\xd6\x40\x45\x16\xf5\x74\x0e\x67\x84\x40\x99\xcd\x19\xd9\x33\x21\x88\x31\xee\x54\xeb\x97\xaa\x59\x04\xda\xdd\xe7\x3f\x6a\x48\xec\xcb\xcf\xaf\xb6\x87\xf0\x44\x9d\x1e\xac\x62\x85\xde\x7e\xc4\x2e\x33\x3e\xc0\xec\xdc\x5d\x10\x14\xfa\x3d\x24\xb7\x60\x2b\x60\x54\xa1\xb5\xb0\xc0\xab\x91\x10\xb2\xf8\x80\x73\xdb\xeb\xe7\x52\x0f\xed\xa2\xb9\xe1\xaa\x1d\x81\xa0\x44\xde\xb8\x80\x7e\xc5\xb7\xb0\xd8\x49\xfa\x40\xfa\xb0\x90\xc8\xce\x4e\x84\x2c\xe4\x29\x14\x63\x5b\x16\x4c\xf4\x3d\x30\xc9\x39\xe5\xe4\xe8\x93\xde\xca\x10\x8a\xd6\xf1\x44\xdb\x36\xe5\xf9\xb1\xd8\xe4\x0e\x35\xe9\x19\xfe\x09\x37\x45\xeb\xfc\xc6\x56\x3f\x4d\x7f\x57\x78\x3b\x81\xb2\x34\xf1\x6c\xbb\x8a\x84\xab\x6b\xdc\x72\x21\x78\xa4\x14\x3c\xa1\xe2\xfb\xfc\xe4\xd7\x3a\x71\x1f\xac\x90\x6b\xb9\x58\x4d\x55\xc8\xfa\x0e\x5a\x9d\xf7\xdd\x52\x02\xc9\x9a\xe2\xb5\xe8\x44\xc1\x92\xb6\x17\x56\xa8\x70\xe2\xcf\x45\x59\x59\x1b\x5c\x73\x85\x29\xe9\xd9\xd1\xf7\x96\x13\xf2\x9d\x23\x4c\xaf\x03\x59\xe2\xe9\xbd\xb9\x8f\x44\x89\x53\xa7\x8d\x43\x32\xef\xbe\xf5\xd6\x2b\xe2\xda\x66\xc6\x56\x3b\x91\x6d\x2c\x7d\x6b\x0d\x8f\xae\x5f\xdd\xb4\xc5\x05\xa4\xf2\xac\x67\xe1\x6a\x03\x12\xd7\x74\x70\xa1\x36\x5f\xd6\x42\x70\x77\x75\x2e\xaf\x37\xa3\x3e\x08\xc7\x2f\x9d\x12\x5d\xa8\xa0\xc5\x4f\xa4\x5f\xe4\xd6\x45\x7d\xf2\x4f\xd2\xea\xc2\x47\x4a\x23\x49\x08\x5a\x32\xe1\xb2\x23\x87\x6c\x6c\xbb\xd0\xa5\x82\x7c\xd9\x16\xd0\xa9\x87\x36\xef\x81\xb5\xab\xa3\xd9\xfa\x9c\xda\xbc\xd0\x45\x7d\xf3\x0d\xc1\x78\x6a\xd7\xb5\xb2\x09\x02\xad\x89\x2b\x47\x82\xa4\xde\x32\x90\xf4\x91\x0c\xb4\x69\xc5\x32\x11\x2b\x6a\x3f\x78\x73\xe0\x5a\xea\xf4\x6c\xb9\x71\xd7\xe6\xef\x18\x68\xa0\x6c\x66\x5f\x50\x88\xd8\xe4\xd9\x27\xc4\xdf\xf8\x92\xd9\x69\x42\x3d\x91\x61\x76\x10\x3f\x0d\x9b\x1e\x1b\xdb\xe1\x82\x26\x4e\xa8\xee\xdc\x40\x34\xb6\xb5\xf6\x98\x21\x0f\xda\xeb\xba\xda\xe0\x0f\x06\x18\xbb\x36\x51\xfb\x03\xbc\x6d\xf9\x58\x50\x9f\x5e\xcd\x22\xbe\xac\x9d\xbe\x30\x8d\xa4\xd8\xaa\x99\x2a\x49\xc6\xb4\x2d\xc7\xaa\x10\x0d\xea\x0d\x3c\x1f\xe1\x7c\x1a\xcc\x6d\x06\x81\xa4\xe9\x9b\xaa\x56\xa8\xf3\xe9\x0e\x52\x1d\xee\x60\x46\x84\x60\x40\x44\xce\xc4\xe0\xf1\xa4\xec\x99\x2e\x9c\x3d\x84\x3c\x50\x7c\x48\x0f\xad\x1a\x7b\xbb\xa7\x08\xb5\x9d\xb8\xb9\x9d\x0b\x31\x9e\xeb\xd9\xd4\x44\xa5\x76\x35\xf4\x14\xc1\x2d\x86\x53\x7a\xb5\x51\xb2\xa3\xdc\x5d\x4e\x38\xf0\x00\x53\x0d\x89\x78\xef\xf1\x50\xbe\x30\x09\xda\x5d\x15\xbf\x89\xff\xaf\xa3\xcc\xd7\x05\xf1\xae\x2d\xc0\xe8\x01\x5b\x69\xdb\xbc\xf0\x24\x2a\xb0\xaf\x01\x1b\x42\xb0\x1b\x39\x43\x7f\x20\xc7\x4e\xa5\x62\x76\x15\x16\xa7\x4e\x81\x38\xb6\xe3\xee\xbd\xe3\xef\x60\x83\xfe\xa5\xc3\x41\x28\xf3\x88\xe7\xde\x3a\x94\x79\x5c\x7b\xab\x01\x4c\x3f\xfd\x63\xed\x23\xd4\x79\xbc\x67\x62\x80\xb0\xd4\xf7\xab\x6d\x97\x33\xbd\xbd\xa9\xb4\x9a\xe7\xb8\x39\x36\xdd\x8f\xbf\xa8\xc1\x2f\xe2\x2d\xff\xa5\xda\x68\x57\x1d\xee\xb4\xaa\x57\xda\x27\xd4\x5b\x35\xb9\x7c\xb7\xa8\xbb\x35\x55\xe0\x7c\x71\x91\xfe\x0d\x70\xa5\x9a\xea\x48\x07\xe8\xb1\xfb\xcf\x49\x80\x4d\x02\x80\xb5\x09\x1f\x97\x40\xc5\xda\xbf\x1f\x7b\x81\x59\xfb\x48\x4f\xff\x40\x72\x86\xc4\xf7\xbb\xc1\xd0\x51\xf8\xc6\x31\x31\xb5\x67\x67\x58\x82\x77\xa6\xf9\x76\x7d\xa6\x70\x49\x4d\x53\x3e\xfc\x51\x4b\x79\x6d\xfc\x99\xe4\x7f\xa5\x62\x01\xf3\x52\xb4\xa2\x42\x1b\x2e\x49\x9e\x42\xa8\x72\xb6\xf4\x76\x61\x32\xaf\xa0\x82\x62\x31\x27\xe2\x9f\xba\x79\x99\xc9\xdd\x72\xdb\x9b\x0d\x2e\x8c\x50\xcf\xc6\x56\x17\x96\x1d\xf8\xe5\x1a\xd8\xf1\x57\x04\xa6\x11\x75\x72\x0d\xce\xd0\x6e\x7f\x5a\x08\x21\xf7\x7d\x7c\xfe\x97\x58\xd0\xc1\xb9\x6a\xce\xff\xa2\x5e\xa7\xaf\x49\xa2\xba\x2c\xa0\x42\x4e\xbe\xa2\xf0\x5b\xe6\x27\xb5\xa4\xbc\xab\x51\x8d\x9a\x37\xb2\x7f\x7b\x0e\x68\x1f\x66\x49\x99\xf6\xe9\x0f\x64\x09\x2b\x48\x98\xec\x64\xe7\x0b\xa0\x2d\xd3\x72\xdb\x09\x22\xf6\xdb\xf9\x38\x96\x0c\xff\xe0\x1a\x6e\xf0\x85\x24\x50\xef\x31\x8b\x04\x7a\xa5\xa0\xff\x58\x00\xa3\x51\xb2\x7c\x3c\x87\x6d\xa8\xfa\x72\x32\x49\xac\x6e\x8e\x3d\xcb\x16\x0c\xa8\x9a\x59\x32\x96\xb1\x2f\x72\xeb\x05\xd4\x56\x73\x04\xcb\xf7\xf4\xa6\x32\x76\xd3\x8c\x4c\xb4\x53\xb7\xc3\x0a\x2d\x2f\x25\xef\xba\xae\xd8\x72\x26\x7b\x1a\xcd\x3a\xf2\xa6\xc4\x28\xf2\xb9\x2d\xa5\xcd\x08\xed\x7b\xa7\x66\x46\x51\x7a\xfc\x62\x72\xd2\xa0\xd4\xb8\xf4\xb2\x52\xc0\x24\x9b\xae\x45\x1f\xf4\x1b\xfb\x3c\xf5\xf8\x14\x45\x88\xce\xb4\x38\xa9\xa2\xb4\xe6\xbd\x3a\x35\x11\x6a\x2c\x75\x39\x4d\x93\xbf\x9a\x9b\xb5\x20\xa4\xdd\x90\x46\xdf\x3d\x6a\xea\x9b\x64\x59\xc1\x6d\x5b\x10\x5f\x9a\x86\x70\x61\x8c\x0d\x0e\x4d\xf3\x54\x8e\x09\x77\x3e\xf1\x15\x8e\x95\x36\x9a\x0e\x58\x8e\x37\x53\x6a\x0b\x91\x49\x7a\xf4\xf0\x7e\x04\x35\x55\x82\xb6\x16\x1d\x92\xa9\x0a\xff\x9d\x36\x56\x62\x02\xc4\x94\x9c\x34\xfc\x04\x76\x08\x05\x21\x47\xcf\x29\x94\xcc\xa8\x8e\xe7\x57\x78\xad\x13\x9b\x9e\xfd\x56\xca\x4f\xef\x3f\x49\x32\xf0\x4d\x0c\x5a\xb8\x6d\xc3\x13\xed\xda\x9d\xe3\x46\x1f\xd1\x54\xd1\xe9\x47\x1f\x2e\x97\xf6\x23\x94\x29\x0c\x1c\xa6\x1a\xc1\x1e\xda\xe4\x22\x10\xed\x15\x36\x62\x1c\x13\x57\x1e\x79\x47\xe5\x5a\x62\x45\x4c\xac\x98\x44\xca\x62\x42\x32\xa7\x52\x7a\x64\xca\x20\x5a\xa6\x50\x2d\x77\x12\xee\x58\x37\x50\x8d\x46\xde\xa1\x4a\xba\x1f\x9c\x2b\x73\xbd\xf1\x6c\x7a\xbe\x26\x37\x13\xf4\xf1\xc5\x45\x33\xb9\x48\xbe\x53\x69\x67\xe9\xd0\xf8\x85\x8f\xfe\x2a\x81\xf0\xae\xe1\x08\x54\x00\xa5\xd2\x31\x8e\xdb\x3f\x34\x43\x2c\x99\xce\x2f\x27\x2c\x22\xed\xc0\xf7\xb9\xcb\xeb\x2c\xb8\x5f\xa1\xf1\x79\xae\x40\xc0\x89\x8a\x7e\x7e\x5e\xc8\x43\xb1\xc7\x85\xab\x11\xd3\x5c\x87\x25\x22\xb1\x10\xcc\xdf\x5a\x74\x6a\x2d\x82\xd4\x1a\x9f\xff\x01\xa5\xc7\x8d\x30\x79\xf1\x52\x42\x7a\xc6\x66\xf8\x4d\xa3\xe1\x57\x97\xf1\x57\x85\x3e\xe1\xde\x27\xcf\x75\xc3\xef\x78\x3d\x5b\x3e\x4c\x38\xf5\x2c\xea\x7b\x90\x11\xee\xb1\x55\x93\x9e\x13\xec\xf1\x30\x5b\xa7\xf0\x82\x9b\x7a\xf8\x5a\xc9\x8c\xab\xa2\xeb\x49\x79\x93\x6b\xaa\xc9\x68\xe5\x5f\xf7\x1a\x95\x6f\x35\x8c\x5e\x99\x62\x07\x75\x72\xfe\xaa\xdc\x84\xfa\x2f\x21\x0e\xb8\xfb\x6d\x3a\x51\x58\x78\xd1\xe3\xef\xa9\x01\x08\xa7\xff\x6b\x89\x81\xa6\x54\x9d\xd0\x0f\xab\xde\x13\xa6\x4f\xdf\xd7\x24\xba\x39\x1c\xbc\x0a\xca\x2e\x71\x64\xde\x40\x14\x1d\x38\x96\x8c\xc8\x94\x7d\x73\x4c\x69\xfc\x5d\x75\x64\xff\x31\x4f\xa3\xee\x97\xcd\xdf\xc8\xfa\xc6\x37\xd6\x46\xee\xc6\x2d\xba\xd6\x36\x66\x99\x6d\x3e\xb6\x57\xd5\x2e\x76\x54\xd8\xdb\x88\x29\x76\xee\x39\xe7\x72\x5d\xee\xda\xf4\xc8\xc6\xb8\xf4\xe7\xf8\xdf\x82\x2a\x8d\xa7\x44\x39\x41\xe6\xa8\xac\xb4\xe8\xb5\x08\xdf\x6c\x79\xd8\xd7\x7f\x09\xc2\x6a\xf5\x9f\xd1\x65\x26\x06\xbf\xde\x30\x34\x08\x59\x70\xef\xfd\x69\x59\xb4\x28\x9e\xb9\xd2\x46\x67\xd1\xdb\x31\xdc\xe9\x6f\x5a\x56\x44\xed\xf9\x63\xf8\x29\x86\xf5\xf1\x37\x03\x0b\xcf\xb8\xfe\x17\xfa\x7e\x16\x37\x86\xdc\xf4\xce\xd5\x80\x91\x14\x03\xd4\xc3\xca\xd1\x17\x46\xca\xd4\xd4\xb1\x24\x4b\x7d\xc4\xf8\xd4\xa9\x8b\x3a\x8c\x7d\x46\xc0\xdf\x0e\xe0\xfd\xbf\x62\x99\x90\xa4\xc9\xc7\xfa\x39\xa8\xf4\x8b\x28\xf5\xc3\xa7\x56\x7d\x85\xb1\x37\x2f\xa7\x82\x35\xcb\x5f\x7f\x18\x5d\xd5\x01\xaf\xeb\x8f\xee\xeb\xf8\x0d\xa4\x8e\xff\xd5\xb0\xab\x30\x9a\x1c\x53\x89\x4c\x98\x9e\xb6\x55\x0c\xf5\x0d\x99\xe5\x91\xab\xb5\x56\x9c\x1f\x92\xae\x56\x7f\xb8\x94\x28\xd9\x25\x3c\xbe\x32\x27\xc3\x44\x34\x58\x14\xd4\xa6\xc3\x5a\xcd\xff\xb3\xe8\x42\x0d\xcc\x07\x3b\xdf\x41\x46\x27\x91\xd8\x25\x5f\xb9\xe7\xbb\x73\x02\xe7\x35\x75\xcd\x5c\x87\x2f\x1e\x8e\xea\x0a\xb1\xbf\xa3\x5b\xe7\x11\x87\xbe\xe7\xdf\xb4\x96\x19\x3a\x1e\x5c\x8f\x95\x29\x9b\xea\xd8\x10\x94\x78\xda\x98\xba\xd1\x29\x76\x3b\x23\x79\x63\x43\x58\x32\xe8\xed\x96\xb8\xc0\xb1\x7d\xdf\xee\x32\x37\xa3\xc6\xdb\x9d\x1b\xb4\x5d\xa1\x9a\x95\x40\xf6\x64\xca\xcf\x65\xd3\x47\x9b\x84\xb1\x25\x0f\xcd\x76\x5c\xde\xe2\x2b\x93\x2a\xac\x44\x01\x3f\xb5\xe4\xd9\xdf\xea\x01\x1a\xd3\xe9\x58\x67\x3e\x3b\xfb\xe9\xc2\xb4\x1a\x57\xd9\x99\xde\x13\x34\x37\xeb\x09\x74\x3b\x82\x47\x62\x57\x6b\xe7\x33\xd7\xdf\xa9\xed\x5d\x59\x8e\xb1\x46\xf9\x9d\x8f\xec\x57\xd2\xa7\xb6\x46\xa8\x57\x03\x53\x36\x9e\x91\x43\x6d\xbe\x6f\xd8\x90\x2e\x6a\xdc\xd9\x6c\xc6\x2f\x3f\xa8\x5f\xe1\x24\xff\xa5\x56\x2f\x65\x51\xa5\xc8\x4d\x8b\x9d\xd4\x7f\xa4\xb2\xa5\x7a\xf5\x4d\xfc\x85\xca\x6f\x14\xd8\xb1\x65\x5b\x3b\x25\xfe\xe9\xce\x34\x84\x7a\xe5\x74\x79\xc5\x9f\xfc\xfb\xf9\xf3\xcd\x2c\xda\xaf\x7d\xfc\xf6\x19\x8d\x63\xab\x7f\xbb\x9c\x8a\x1c\x6f\xdc\x3e\x25\xeb\x36\xa4\x6f\x5b\x90\xc4\xd2\xc9\x1b\x35\xc4\xe6\x20\xe9\x27\xc2\x44\x5e\xbb\x84\x27\xc6\x84\x46\xdd\x80\x8d\x38\xec\xec\xc3\x92\x95\xbb\xa4\x14\xea\xc7\xa5\x1d\xf2\x0e\x45\x6b\x89\x99\xd2\x4c\xd6\x5d\x4c\xa1\x4a\x92\x1a\xa0\x2a\xd3\x9f\xf7\x56\xa1\xef\x97\x8c\x77\xa5\x51\x74\x1d\x3b\xdd\x7f\xe1\xb6\x43\x57\x7b\xb6\xd1\x1e\x43\xd7\x3a\xfb\x30\xbc\x43\x75\xcd\xd3\x78\xd1\xc7\x96\x55\x95\x04\xf5\xee\xc4\xe2\xbf\x24\xfb\xb6\x1f\xc9\xdd\x64\x4a\xfb\x72\x1c\x40\x8b\x9c\xe7\x89\x2a\xa1\x0e\xcc\xdb\x79\x8f\x10\x12\x16\xb4\x0c\xeb\xd1\x7c\x0b\xca\x94\x27\x38\x9e\xf9\x36\x52\x18\x81\x34\xaf\x40\x64\x23\xc6\xcf\x5f\x21\x60\xe1\x3a\x13\xdb\x7b\x12\x50\x9f\x99\x47\xfb\x77\xa0\xef\x97\xc2\x77\x25\xc1\x06\x5b\x5b\x3b\x7f\xe1\xa9\xa3\xe6\x7d\xbc\x68\x8f\xb1\x7b\xdd\x0b\xd8\x1f\xc3\xe9\x8d\xbc\xf8\x8f\x03\xea\x55\xed\x24\xe7\x1e\xcd\xac\x5b\x64\xd1\xce\xa0\x78\x1a\xcd\x6b\x1e\x1b\x79\x42\x2e\x9f\x7f\xec\x74\x13\x27\x37\xef\xa3\x55\x8f\xb9\x3b\x7f\x97\x9c\x8f\xef\x9e\x2b\x21\xde\x20\x2e\xcd\x99\xe0\x9b\xc8\xf8\x39\x7e\xdc\x36\x34\x7a\x04\xf4\x14\x04\xf7\x9a\xc4\xed\xd3\x03\xdd\x33\x16\x7b\x8f\xa1\xef\x97\xa6\x77\xc5\x20\x22\x5b\x02\xdb\x50\x04\x62\xc6\x61\xc4\x1d\x3a\xbb\x96\x39\xc9\x83\xb2\x58\x0c\xe8\x32\xc6\x67\xce\xe5\x56\xe7\x10\xbd\xa6\xaf\x65\x01\xf8\xe9\x09\xb3\x90\x39\xa4\xd2\xd8\x63\x73\x27\x50\xf7\xc4\xdd\x87\x0b\xb8\xfb\x33\x18\xc2\x22\x29\x68\xa6\x03\xe7\x23\x16\x32\xeb\x84\xf8\xa9\x64\x39\xfb\x12\xf1\x18\x7c\xd4\xe7\xf8\x4c\x13\xca\x34\xd4\x78\x7c\x0a\xac\x4e\xea\x1c\xe5\xc3\xa0\xb3\x86\xfb\x43\x10\xf6\xd5\xd3\x3d\x57\xd6\xad\xcd\x3b\x9b\x3d\x38\xa6\xf9\xa3\xd1\x22\xf6\xd9\x09\x42\xcb\x00\xaf\xf4\xb0\x5f\x89\xb4\x80\xcb\x00\x22\x19\x2f\xc0\xf8\xd8\xc9\xb7\x85\x47\xad\x07\x66\x44\xe0\x34\xef\x95\x12\xd2\xe0\xda\xef\x6d\x03\x4a\x65\xef\x8d\xdf\x80\xc6\x6a\xf3\x4c\x26\x81\xdf\x7a\x7a\x4f\xe7\x83\x96\xe0\xe2\x1d\x96\xa7\x1f\xa0\x7f\x7a\xde\x3d\xbf\x0a\x44\x0c\x23\xce\xf0\xb0\xd3\x49\x8b\x53\x33\x60\x67\xc9\xf0\x94\x46\xb2\x9b\xda\x5f\x62\xe2\x9b\x19\x7c\xda\xfb\x55\xac\xb0\x2b\xb0\xea\xb7\xcc\xd5\xb6\x87\xd9\xbe\x8a\xc7\x4d\xa8\xe8\x24\xa5\xb2\x86\x87\xae\x93\x4a\x16\xf5\x9a\xda\xaf\x94\x7f\x36\x80\x85\xf4\x34\x8d\x9b\x0e\xf0\x09\x26\xfe\xad\xbf\x58\x66\x1d\x36\xdb\x8b\x99\x58\x43\x93\x27\x2c\x98\xc3\x31\x88\x5a\xf5\x63\x7f\xf4\x76\xcb\xcd\x53\x0b\x4c\x45\x67\xfb\x19\x14\xdb\x3b\x38\x74\x4e\xa5\xbd\x1f\x4e\x3f\x14\x13\x2e\xef\xe1\x9f\x1e\x93\x27\x36\x1d\x34\x2f\xaa\x3f\xac\xad\x2d\xa9\xd1\x6b\xab\x8c\x4d\x31\x36\xb2\x2e\x27\x04\xab\x99\x5a\x94\x1e\xd9\x2b\x59\x22\x4b\x3f\x6a\x1e\xda\xf5\x95\x93\xc4\xb8\x5d\x7d\x2a\x0e\x39\xb6\xbc\xcd\xaa\xa3\xe1\x9f\x83\x1c\x5a\x70\x2c\xed\x69\x3a\x43\xed\xcc\x33\xb8\x17\x85\x75\xc7\xc3\x04\xa6\x72\xcd\x93\x22\xd2\x4e\xed\xe3\xd3\x37\xdc\x02\x2d\xfe\xcf\x52\xc5\xbf\x37\x07\x6c\xf6\xab\x84\xd7\x04\x8f\xf1\xeb\x0b\x96\x95\x36\xb9\x9b\xa7\x16\x7d\x2d\x08\xb0\x2d\x2e\xb8\x97\x10\xee\x94\x97\x87\xf7\x37\x75\x3b\xca\x1d\xb6\xfe\xe1\xf5\x24\xcf\x59\x73\xd4\xff\xa0\xc0\x5c\x62\x3d\xa4\xba\x98\x8f\x47\x3e\xf2\x47\x69\x0e\xa6\x33\x31\xb7\x2e\x11\x1c\x94\xdb\xd8\x75\x00\x46\x10\xce\x32\x6e\x9d\x2a\x50\xee\xe5\x30\x9f\xe2\x39\xb1\x85\x6d\xcf\xee\x4a\xd0\xca\xbf\x9c\x0e\x6a\xde\x2d\xc5\xaf\xa7\x98\x72\xe6\x69\x8d\xc8\xd8\x75\x65\x37\x35\xb5\xb9\xfd\xc9\xb4\x2e\x40\xf8\x8e\xa6\x77\xc4\x7b\x07\xad\xa5\x75\xfa\x3a\x86\x2d\xa4\x33\x59\x4f\x47\x89\x66\x64\x6a\xcd\xc6\xba\x65\x5f\x95\x7e\x90\xf0\x35\xf7\x0b\x9f\x54\x8a\x44\x21\x1d\x5e\x3c\xcb\xad\x62\x0d\xc6\x50\xc1\xd9\xfc\x18\x66\x4c\x1e\x0a\x3f\x7b\xce\xc1\x41\x8a\x1d\x7e\x0e\x11\x43\xa4\xb8\x3f\x8b\xd4\x9e\xcb\x92\x39\xa9\xb0\x5a\xcb\xbc\xfa\x84\xc9\x35\x2b\xc5\x6a\x44\xcd\xbf\x2c\xe9\x56\xd3\x8b\xf0\x85\x84\x1f\x85\xa2\xf1\x17\x13\x6e\x27\x88\x25\x89\xc4\x17\xfa\x76\xa7\x72\x25\xe0\x6d\x84\x33\x78\x12\x5b\xb4\xd3\xb2\x32\x52\xe6\x64\x9e\xe5\xfc\xc8\x88\x14\xc0\xe4\x0f\x67\xdb\x13\x25\x4a\x33\x8a\xe0\x08\xc1\xa6\x9d\xfa\x8f\xc8\x51\x0e\x11\x4f\xc4\xb9\x89\xc0\xa1\x3f\xfa\xc5\x4f\xcd\xe9\xd0\x85\xb3\x3e\x3b\x99\x98\x3f\xa7\x0b\xbe\x7f\x63\xeb\x37\x02\x23\xc6\xa3\xfa\x47\xc9\x89\x87\x51\x40\xcb\xa3\x0c\xb1\x48\x85\xa2\x8d\x5c\xe3\x08\x97\x84\xf1\x42\xba\xf0\x14\x3f\x9b\xe2\xba\xf0\x41\x9b\x57\x65\xec\x91\x16\x3a\xed\x15\x01\x31\xc1\xb2\xca\x55\x86\xf1\xc7\x02\x11\x35\x92\xc9\xfe\xa4\xb0\xc6\xc2\x4c\x45\x24\xbe\x8b\x56\x6c\x86\x18\xe6\x0b\xb4\x88\x79\xa5\xa1\x91\xeb\xa4\xf1\x6a\xd5\x6e\xc8\xa3\xef\xfc\x20\x24\x23\x60\xf9\xb9\x4b\x52\x71\xc8\x8d\xed\xc7\xd9\x45\xc1\xd2\x93\xc6\xc5\x2c\x41\x6b\x1d\x77\xcb\xb1\x41\x45\x65\xb3\xd5\xc9\x01\xa4\xa4\x8b\xf5\x14\xff\xcb\xfe\xc8\x46\x79\xbf\x73\xdb\x8f\xcd\x96\x01\xb2\xba\x29\xad\x17\x83\x62\x65\x15\xdb\xb6\x43\x67\x05\x78\xda\xdf\x44\x4a\x12\x5f\xf7\xc8\xc7\xed\xc3\xa7\x87\x1c\xd2\x3e\xc3\xea\xa9\xb7\x69\x65\x6b\x31\x0e\x27\xc6\x13\xef\xc7\x83\x55\xac\x9a\xdf\x13\x33\xc6\xdd\x18\x5f\xa7\x95\xaf\x7a\x2b\x1e\x15\xd5\xbc\xf7\x26\x2f\x5c\x6e\x7a\xe4\x9d\xd8\xeb\xd0\x5a\xee\x25\x5c\xf1\xb7\x33\xda\xed\x63\xb2\x71\x0f\xaf\x6b\x74\x40\x6b\x6f\xad\x4b\xbf\xbd\x4c\x5f\xa0\xeb\xa8\x9e\xd7\x00\xd9\xbd\x47\x96\x71\xb0\xc1\x2b\x8b\x1f\x39\xe4\xe8\x7b\x82\x27\x8d\x36\x07\x85\x80\x0b\x27\x03\x63\x28\x10\x2b\x2a\x86\x96\xb2\x96\x12\x5e\xad\x1e\xfc\xdf\xe5\xd4\x6a\xdd\xec\x0f\xb9\x55\x6d\xe6\x93\x2f\x83\xbb\xf3\x9c\xa2\x5f\xf0\xf5\xe9\x38\x55\xaf\xb7\x0d\x84\x38\xf5\x0f\xdb\x0d\x6b\x3a\x90\x6a\x1d\xc6\x2e\xd8\x68\xa4\xb5\x8c\x6b\x5a\xa9\x04\x5f\x9a\xd0\xb1\x54\x74\xa8\x9b\x5c\xb7\xc8\xd7\xbb\x36\x9d\x67\xa9\x2d\xd5\x3d\x6b\x6a\x3d\xc3\xf5\x6c\xae\xc3\x9e\x0e\x85\x98\xab\xf2\xd8\x81\xcf\xce\xe9\x06\x57\xc2\xd6\x22\x9a\xf9\xdc\xbe\x62\x32\x98\x84\x25\xbe\x0c\xd6\xd4\xc9\x1e\xbe\x0d\xec\xac\x50\xcf\x79\x73\x77\xe2\x3f\x23\xf2\xcb\xc7\xb3\x93\x96\xda\x07\xd4\x05\x8c\x19\x64\x86\xb6\xa4\x6b\x14\xd7\xb2\xb4\x3c\xa0\xf7\x29\x97\xb8\x92\xaf\x7d\x18\xfe\x76\xb5\x4c\x93\xec\xfc\xdf\xda\x3d\xf5\xdf\x7a\x7f\xd6\x9f\x6b\x60\x24\x19\x36\xaf\x6a\xf2\xb1\x7f\x5c\xb1\x31\xc4\xe2\xb7\x16\xff\xd8\xce\x63\xf4\x17\x41\xee\x3e\xa8\xb1\x84\xdf\xdc\xe7\x2f\x27\xca\xd3\xb8\xe3\x5f\x92\x5b\x39\xf8\x92\xde\x30\x4c\xd9\x88\xf9\xbf\xe7\x5b\x31\x50\x30\x7b\x1d\xb7\x7d\x41\x45\xfc\x48\x65\x7f\x52\xfd\xcb\x2a\xf6\xf0\x89\x0a\x5d\x8f\xe6\x91\xa4\xfc\x7a\x11\xd7\x61\x8a\xcc\xad\xe8\xba\xa3\x59\x89\x38\x0f\xf0\x41\x9b\x90\xb0\xee\xd5\x3d\x6e\x9e\x45\x91\xff\xd6\x57\x79\x58\xd8\xef\xad\x3a\xc8\x45\x93\x94\x57\xdc\xf4\x4e\xf0\x43\x4b\x3e\xd6\xaa\x58\x52\x71\x00\x3b\xe2\x79\x69\xed\x77\xf6\x27\x67\x43\x6d\x99\xdc\x82\x27\xb8\xe5\x0a\xde\xdb\xaf\x6b\x76\xec\x79\x7e\x3f\x03\x76\xee\x08\x48\xef\xfa\xee\x5d\xe2\x1f\x9c\x11\xd8\x93\xe2\x59\x6d\xea\xda\xe3\xe5\xe6\xcf\x74\xdf\xb5\xe5\xa4\x04\xff\xda\x36\x60\x47\xda\x53\xb6\x6a\xa8\xcb\x5a\xd6\xdb\xca\xe4\x17\x0f\x69\x4b\x6b\x5c\x11\x9c\x3b\xcb\x03\x34\x1b\x4a\xe4\x52\x16\xed\x98\x2c\xb3\xc2\xab\x1b\x85\x6f\xab\x4e\xa6\xea\x9f\x2c\x76\x44\xd2\xee\x9c\xc4\xcf\x4d\xd1\x1e\xbd\x30\xdd\x6a\x67\xd7\x78\x1e\xba\x05\xe3\x9c\xdf\xfb\xba\x63\xc8\x19\xbc\xad\xbb\xa3\xc5\x81\x9b\x30\xda\x69\xa3\xc5\x37\xe6\xee\x98\x52\xbd\x33\xf4\xb7\x6c\x29\x1a\xc1\x3d\x1b\x87\xe4\x34\xfb\x17\x9b\x17\x49\x7f\xf4\x06\xb6\xee\x12\x7c\xc5\x22\x56\xf9\xc8\x2d\xb4\x99\xe5\x21\x4a\x0f\xe5\xf7\xd2\x0a\xd5\x82\x7c\xb4\x44\xa1\x1e\x92\x01\x18\x7c\x6e\x7b\xff\x0c\x98\x58\x09\xdc\x57\x81\x90\xf7\xee\x1f\xf0\xc2\xcb\xc6\xe8\xfa\xce\xd1\x2b\xa3\x95\xbd\x97\x30\x4b\x63\x61\xed\xb7\xf1\x7a\x03\x9d\xb5\x4e\x04\xdf\x7e\xb7\xf2\x23\xca\xa7\xc5\xa8\x92\x79\x5a\xff\x7c\x5a\xa6\x16\x2d\x67\x5e\x26\xaa\x96\x76\x75\xbe\xda\x5b\x82\x84\x58\x44\x1a\x85\x63\xa7\x16\x7f\xd0\x18\x70\x87\x8b\x09\xe4\x1b\x84\x9e\x85\x65\x62\x34\xe9\xf2\x82\x22\x21\x02\xfe\x72\xea\xed\x81\x06\xcc\x69\xbe\xe0\xa0\x0e\x76\x73\x55\x6e\xff\x3d\x14\xbb\xb7\xb9\xff\x02\x2c\x7a\x08\xec\xdc\x85\x55\xcd\xcf\x8d\x76\xa2\x1e\x2d\x65\xf4\x43\xf0\x8c\xe3\x07\x0d\x06\x14\xdb\xa5\xfe\xca\x28\x5a\xd0\xfc\xf3\xec\x9b\xb4\xb4\x79\xa9\x48\x5d\xca\xb3\x85\x10\x27\x61\xe2\xeb\xc5\x60\x35\x10\x0e\xbb\x74\x85\xf2\x1f\x21\x73\xf1\x12\xb1\x8b\x14\xb4\x20\x48\xe0\x21\xf7\xcc\x3f\xc6\x4b\x03\x53\xe3\xb5\x27\x9c\x08\xc1\xe9\xa7\x87\x53\xb0\xef\x0b\xfb\xff\x8f\xb5\xb7\xfe\xaa\x42\xeb\x1a\xfd\xb7\x7a\xc4\xf6\x1c\x8f\xad\xb4\xf4\x4e\x5a\x45\x41\x09\x91\x10\x29\xe9\x0e\x11\x04\x69\xe9\xee\x96\x06\x41\xba\x4b\xba\xbb\x61\x6f\x36\xbb\xbb\xd8\x45\x83\x1e\xf3\x58\x7c\xc7\xf7\x3c\xef\x1d\xe3\x79\xc7\xfb\xdc\x3b\xc6\x1d\xe3\xfe\x36\xe7\x5a\x9f\xb5\xe6\x9a\x73\xfd\x01\x1f\xc6\x77\xc1\x67\x84\x2b\x4c\xa4\xe0\x43\x7a\x0e\x1d\x2d\x38\xc8\xe4\x11\xb5\xc5\xf3\x69\x82\xcb\xdf\xa5\x27\x88\x4f\x46\x9d\xc1\x66\xe8\xa2\x16\x77\x48\x1f\xa2\xbf\xe4\x2c\x24\x1f\x6e\x12\xaf\x07\x34\x5c\xd1\x77\x97\x96\x72\x42\x22\x35\xbf\x0b\x0f\xae\xda\x8a\x3d\x04\x8e\x20\x8e\x49\x7b\x69\xf2\x10\x38\xd1\x59\xa3\x03\x44\x9c\x18\x4f\x48\x6d\xec\x25\xef\x9d\x70\xde\x74\x0e\x37\x51\xcc\x73\xf1\x80\xf5\x56\x74\x08\x39\xbd\x76\x42\xe8\x3b\x45\x93\x9d\x77\x15\xc9\x7f\xca\x63\x4b\xa9\xd1\xca\xd0\x05\x8a\x32\xb8\x9b\x63\xf4\xdb\x82\xab\x77\x5a\x3f\xde\xc5\xc3\x91\xc5\x4d\xea\xa0\xa5\x0f\xb1\xdf\xd4\x26\x96\xa4\x9d\x79\xaa\x12\xcb\xc7\xd4\x6f\xdf\x7e\xb5\xac\x2f\xb6\xfc\x28\x6e\x39\x46\xec\x9c\x63\x0f\xdc\x5c\xd8\x21\x54\x05\x7e\xfd\x7a\xa5\xf8\xa5\xde\x18\x6e\xa7\xa8\xfb\x30\x63\x3d\x4c\xdc\x71\x4a\x82\x57\x2d\xe1\xb8\xe8\xc0\x8d\x96\xb9\x8e\xda\xe0\x38\x43\x44\x08\xed\x74\x81\xbb\xbf\x21\xb6\x17\x66\x1f\x1c\xcc\x71\xfb\x34\x8c\x5d\x26\xe6\x6b\xef\x99\x67\x8d\x01\x72\x4f\x59\xf4\x8d\xa4\x87\x9b\x59\x0e\x0e\x1b\x3b\x1d\xb1\x46\x8c\x94\x69\xba\xdb\xf7\x8f\x8d\x00\x37\x9f\x75\x4f\xd0\xae\x79\x45\x48\xcd\xef\x5c\xe6\xa6\x69\x2c\x92\xcf\x6f\x49\x45\xb6\x50\xd9\x09\x52\xd4\x2e\x14\xb7\x5a\x66\xbd\xdf\x8b\x7f\x07\x48\x9d\xbc\xbc\xd1\xa5\xac\xbc\xe4\xb0\x79\xf3\x81\xe1\x0c\x08\xa3\x6c\xaa\x30\x6a\x37\x16\x69\x67\xd5\xf7\xb0\x35\xdf\x55\xb0\xcb\xf2\x75\xbe\x07\xa8\xe3\x5b\x9a\x8c\x17\xa6\x7d\x2d\xe8\xd0\x0b\xb3\x76\xac\xc3\xb9\xc0\x89\x8e\x95\x87\xaf\xc2\xe4\xba\x06\x95\x8b\xa2\x8d\x7a\xe1\x12\x37\x12\x70\xc3\x27\x2f\x9c\xc9\x7f\x3a\x6d\x7f\xd1\x59\xd6\xbf\x22\x88\x6d\x0d\xbc\x5a\x37\xcd\xb1\x82\xce\xb6\x4c\x73\xaa\x6e\x3e\xe8\xd1\x5b\xb7\x7b\xc4\xee\xd3\xa0\x2c\x58\x4d\x76\xbf\x85\x93\x5d\xad\xda\x66\x06\xc7\xbc\x45\x9a\x4f\x35\xf8\x06\xbc\x6f\xb8\x50\x48\x0c\x3d\x5a\x67\x9f\xa8\x12\xa9\x5c\x3b\xe7\xd7\x1d\xab\x5e\x97\xe9\x70\x31\xf1\x41\xc3\x51\x83\xd6\x94\xb5\x66\xa3\x5b\x6e\x99\xcd\x6d\xb7\x64\xbf\xe6\x3e\xe8\x84\x5c\xdd\x7e\x13\x3f\xba\x7f\x35\x19\xc8\x2c\x30\x66\x1f\x40\xd6\x4a\x7b\x38\xf9\x4a\xcf\x2b\x68\xdc\x7a\x83\x83\xfa\x9f\xdc\x6c\x07\x91\x46\x33\x32\xef\x59\x57\xcd\xd4\x62\x47\xa0\x68\x15\x62\xf0\x6c\xc4\x52\xc5\x4c\xfd\x40\xc2\xb1\x37\xf7\x0b\x2a\x52\xaf\x94\xdb\xc6\xeb\x65\x50\xca\x55\xfd\x34\xb3\xb7\xde\xd8\x38\xbc\xcc\x0d\xa8\xcc\x31\xfa\xbd\x40\xbb\xc6\xe7\x6e\x79\xb1\x7f\x7d\x24\x98\x5c\x5a\xdf\xfc\x4a\xe4\x44\x53\x44\xdf\x8c\xf0\x10\xc4\x3d\x09\xc7\x87\x28\x46\x67\xba\x73\x39\x7a\xd1\xb9\x8b\xdc\x4b\xf6\xdd\x25\x2d\x9c\x01\x5f\x9b\xb2\x30\x4a\x6a\xf8\x56\x69\xde\x32\x34\x31\xab\xe8\xfd\xe0\xed\xcc\xb5\x22\xb5\x86\x99\x82\xeb\x85\xd2\x85\x76\xc5\x1e\x85\xc7\xe2\xc7\x5e\xdf\x2d\x40\xfb\x35\x97\xdb\x17\xb6\x39\x6a\x54\xa8\x97\x84\x3d\x4e\xac\x72\x2b\x5b\xd5\x68\xaf\x69\xa8\xbc\x0a\x2b\xaf\xe3\xd6\x9c\x12\x0b\xeb\x24\xbe\x85\x89\xee\x29\x8c\x06\x4b\xf2\xa7\x1e\x12\xa3\x17\xf9\x58\xdb\x94\x44\x77\xfe\x05\xbf\xf6\x8c\x64\x6e\x47\xfc\x40\x6e\x12\x33\x33\xeb\xdd\xab\x54\x84\x43\xb1\x79\x8e\xc2\x70\xd0\x9b\xb2\xec\xe1\xa6\x9e\x1a\x44\x16\xb5\xc8\xba\x41\x3a\x73\x3a\xe1\x5e\x53\x6e\xa6\x96\xff\xa9\x16\xfb\xcc\x03\x27\x60\xdb\xb9\x1c\xd0\x63\x42\xfb\x6c\x9e\xa1\x46\xed\x5b\xd5\xc2\xa7\xb0\xc9\xae\x6b\x25\x89\xe2\xe7\x86\xb2\x6b\xff\x14\xd3\x7a\x70\xdf\xeb\x8f\x1d\x59\x9b\xdb\x01\xa7\xb7\xec\xfc\x12\x42\x02\x36\x3e\xa7\x28\xc7\x8e\xad\xcf\x94\x28\xa4\xda\x72\xfa\xaa\x5f\xa6\xba\xac\x6e\x36\xb5\xa5\x8a\x8d\xe7\xb4\x3f\x4c\x19\x68\xcb\xec\x52\x4d\xca\x29\xce\xed\x59\x4b\xc0\x27\x1e\xef\xfb\x9e\xe0\xef\x4f\x1c\x38\x95\xb0\xef\x7c\x71\x10\x98\x64\xf9\x98\x32\x14\x94\x32\xaa\xde\x30\x8c\x4e\x77\x82\xba\x8e\x70\x32\x33\x44\xac\xa7\x3f\x15\x41\x85\x8b\xc1\x97\x21\x2d\x98\xbc\x80\x37\xce\x55\xfb\x36\xa9\xe9\xcf\xeb\x77\x3a\x8b\x73\x83\x88\xdb\x41\xed\x55\xb1\xb7\xb7\xf6\x7b\x0c\x62\xbf\x12\x72\x07\x81\xb1\xdd\x33\x53\x23\x5a\x31\x2e\x6f\x81\x13\xe7\x23\x6d\x4b\x7a\x27\xcd\xc3\xed\x92\x6e\x4e\x99\x84\x99\x07\x1a\x4f\x3f\x0c\xab\x70\xde\x9a\xd1\x0a\x6f\x79\x5c\x36\x0b\x8c\x9c\xbe\xf3\x75\x2e\x2a\xba\x17\xf8\x72\xfe\x8f\xd8\xa5\x6b\xe8\xc5\x3b\xe9\xa5\xd7\x2b\xc0\xf2\x90\x52\x4c\x59\xf2\x55\x8b\xc2\x0f\x6b\x25\xc5\x8e\x3f\x76\x94\x9a\x35\x9f\x7a\x6e\x86\x0d\x1b\xf9\x71\xb7\xca\x66\x6b\x43\xe1\xcc\x89\xf9\xba\x10\xb7\xe5\xb9\xc5\x96\xe0\x82\x5e\xc5\x65\x84\x3f\xf1\x0d\x1d\x4e\xf4\x35\x4d\xdd\x46\xbc\xf5\x71\x0a\x36\x59\xf1\xf4\x0e\x70\xee\x41\xd6\x78\x4f\x3e\xc2\xaf\xb2\x5e\x94\xdc\x6a\x41\x4d\xfa\x6f\x49\xc1\x57\xbc\xc2\x3e\x8a\x0f\x23\x12\x12\xae\x88\xb6\x67\x56\xdf\x71\xf8\xfc\xf0\xb5\x86\x0e\xf8\xfd\xe3\xc6\xab\x8f\x68\x3b\xbe\x03\xaf\x6d\x75\x37\x9d\x16\x05\x5c\x06\x37\x13\xb1\xca\x2f\xbe\x6f\xd4\xe1\x96\x7c\x4e\x62\xb5\x88\x97\x3c\xcb\x87\x1b\x48\xda\xee\x95\x35\x57\x49\x5d\x2e\x06\x99\xc7\x48\x69\x8e\x6b\x21\x66\xa4\xaf\xf6\x51\x2e\x3a\x14\x43\xfb\x39\x83\x44\x5a\xa6\xbd\xaf\xca\x18\xee\x94\x4b\x82\x9c\x35\xea\xa4\xcf\xbe\xd4\x59\xe4\xec\xcb\x7d\x89\x4b\x45\xe7\x15\x3e\xec\xba\x34\x28\xab\xbc\xdc\x39\xe8\x7f\xa4\x16\xfe\xee\xe8\x9c\x92\xfe\xe7\x9d\x19\x94\xa9\x59\xeb\x86\x0d\xfe\xa7\x65\x38\xdd\x96\x3a\x60\x8d\xc7\x3a\xb0\x4e\x99\xbb\x0c\x3d\x63\x60\x4c\x20\x95\x4d\xac\x2f\x06\xab\xa9\xdb\xec\x07\xba\x17\x82\x94\x58\xa6\xf7\x55\x6c\x57\xe9\x0f\x6e\x8f\xde\x57\x22\xd5\xdf\xbf\x2c\x1f\x8b\xfd\xf9\x98\x0d\xc4\xa2\x5b\xec\xb3\x65\x10\xab\x83\x5e\xfb\x52\x27\x6b\xdc\x61\xed\xfc\x9a\xc6\x6a\xa5\x23\xcc\xcd\x3e\x0b\xe5\x7e\xee\x2f\xcc\xe2\x4d\xf7\x3d\x63\xf2\x07\xd5\x29\xf6\x51\xf2\x67\xcd\x29\x0a\x8d\x1e\xa1\xad\x82\xa4\xd3\x3a\x6e\xaf\x74\x5a\xd0\xce\xa9\x9c\x2b\x0c\xa2\x85\x28\x25\xc6\xe2\x28\x26\x0a\x17\x9f\x6f\x90\x63\x60\xdf\x2d\x4d\xc9\xf9\x50\xd9\x7b\x6a\xd8\x00\xa8\x3c\xec\x37\x14\x13\x9a\x09\xb6\x47\x77\x1a\x5c\x96\xb3\x44\xbb\xd8\x74\xca\x84\x36\xc7\x40\x05\x39\xec\x3e\x2b\x68\x1e\x57\x65\x51\x4c\x61\x97\x03\xc2\xbf\x54\x20\x32\xb5\x89\x29\x8a\x7f\x53\x51\xe4\x54\xc5\x9f\xa4\x5a\x32\x4b\x21\x6a\x76\x89\x62\x22\x7f\xaa\xdd\x90\x22\x0b\xfd\x51\x00\x26\x6d\x41\x9a\x62\x76\x88\xfa\xe0\x46\xef\xf3\xc4\x40\xf0\xef\x36\x68\x92\x9a\xdc\x07\xcd\x5b\x18\x47\xd0\x2a\xb4\x02\x55\x03\x2e\x02\x57\xaf\xa6\x43\xae\x81\xdc\x90\x8b\x90\x70\x60\x8e\x30\x01\x79\x83\xb1\x28\x5c\x81\x29\x61\x98\x0b\x96\xd3\xff\x62\x5e\x11\x3c\xc6\xb4\xa4\x9f\x91\x00\xcf\xe9\x8e\xe8\x89\x1e\x5a\x3d\x34\x7e\xf5\xc6\xc8\x5c\x71\xe7\x3d\xa0\x00\x06\xd2\x71\x0a\xdc\xba\xf2\x77\xe5\x0a\xf4\x18\x7c\xa0\x00\x00\xa9\x85\x9b\x27\xb5\x41\xee\xc0\x09\xc1\x23\x40\x95\x95\x76\x87\xcb\x32\xbf\xad\x5e\x82\x0a\xca\xd8\x21\x99\xa0\x2b\xb2\x3a\x48\x53\xd9\x4f\x72\x91\x2b\xf9\x32\x2c\xd1\xc8\xa5\xa3\x4c\x2f\x11\xdb\x55\x4b\xd6\x71\x41\x16\x71\x72\xcd\x47\x90\xc5\x44\xb1\x42\x85\x54\xd7\x5c\xa8\x8b\xe2\xef\xe8\xaf\x51\x07\x12\x99\xd4\xf0\xf9\x58\xb9\x18\xbc\x72\x9f\x1d\xb8\x7d\xb5\xac\x0e\x0b\xd9\x46\x40\x0b\x11\x90\x0a\xb8\x79\xc2\x2c\xb8\x00\xb1\xeb\x23\x09\xf2\x42\x62\x4c\x55\x64\x55\x56\xb3\x20\x35\xb2\x0d\xab\x6a\x72\x05\x40\x10\xf2\x4f\x99\x51\xd0\xc3\x15\x35\xe9\x5e\x91\xea\xf9\x50\x8e\x96\x58\xcd\x12\x9c\x95\x22\xfa\x1d\xe5\xbe\x26\x28\x9c\x43\x29\x62\xcf\x0a\xc7\xb3\x1d\xd8\x27\xc4\xf5\xd7\xf2\x48\x46\xd2\x3d\x0c\x3b\x44\x18\xb0\x8e\xbc\x3e\x6e\x06\xad\xc7\xf0\x5b\x55\xa0\x9a\x08\x5a\x71\x1f\xa4\x07\xae\x13\x57\x03\xb6\x45\xda\xb9\x57\x02\x07\x30\xe7\xee\x37\x81\x4e\xa1\xca\xc1\x45\xa0\x1f\xab\xb6\x32\x8e\x7a\x28\x94\xad\xf8\x29\x33\xed\x55\x7b\x51\x49\x51\x8d\x09\x53\x1e\x57\x2c\x71\x76\x9c\x3b\x7a\xe3\xd7\x72\xc2\xda\x90\x44\x12\x3a\x99\xad\x79\x43\x85\x5e\xc2\x7d\x28\x63\xc8\x79\xb8\x26\x06\xa9\x5b\xab\xc3\xcd\xa9\xbe\xe7\xb8\xc3\x1f\x69\x8c\x33\xc5\x07\x1b\xb4\xff\xa2\x1a\xd7\x54\xe9\x40\x29\xb6\xe9\x40\xad\x44\x72\xa9\xa7\x9a\xc6\x15\xea\x9f\x5a\x78\x6d\x31\xa2\xbe\xac\x97\xd9\x55\x74\xa3\x98\xa6\x5f\x21\xfa\x94\x70\x6c\x78\x17\xd2\x57\xa8\x58\x22\xb3\x2f\x88\x67\x79\xa3\x75\xec\xf2\xfa\x7b\x49\xbf\x19\x5f\xfe\xb8\xcc\xad\xe5\x2d\xde\x25\x68\x11\xf6\x0f\xce\xa3\xdb\x1b\xcc\x4d\x9e\x84\xee\x6d\x8a\x11\x0e\x6a\xcc\xc5\x4a\x4c\xfd\xb0\x64\x22\x45\xde\x02\xec\xb6\xe1\x80\xb2\x6e\x87\xf0\xe5\x53\x09\x14\x47\xce\x52\x9d\x67\x9a\x73\xcf\xf2\x8c\x61\xb4\x67\x17\x82\x25\x5f\x1b\xf0\x19\xe9\x2b\x44\x8d\x00\xc3\xbf\x5d\xaf\x7b\xe5\x05\x9f\xbf\x6c\x2a\x93\xd0\x6e\xcf\x89\x97\xb5\xea\x8d\xe1\x2d\x02\xaf\x0e\x45\x6c\x9c\x81\x92\xa6\x25\x36\x88\x1a\x36\xf0\x3d\x3e\xd9\xf4\xc7\x8a\x26\x79\xc8\x36\x77\xe9\xf1\x72\xb8\x7b\xc1\xf4\xf2\xa0\xaf\xb7\xff\x84\x7d\xe3\x2d\x7f\xad\xd1\xa7\x05\x19\x41\x4d\x23\xcb\x31\x36\xa1\x7a\x23\xf4\x67\x2f\x22\xd1\xa3\xdd\xc6\x93\xf1\x42\x13\x17\x6e\xeb\xa7\x28\x4f\x1f\x93\x7e\x95\xe6\x3c\x1d\x77\xb1\xbe\xa8\x7c\xc1\xe3\xcf\x0c\x60\x56\xd5\x10\x9b\x0f\x2e\x6a\x14\xe2\x1e\x91\xc7\xb5\x0d\x73\x69\xf7\x74\xfb\x47\x37\x12\x2c\xf5\x26\xee\x71\xca\x5d\x4f\x8d\xee\xe3\x4e\xfa\x58\x0d\xbe\x99\x99\x7b\xa9\xda\xf7\x67\xb7\x63\x54\x5c\x77\x53\xf5\x68\x7c\x54\xe7\x74\xce\xcf\xe4\xf2\xb7\xcd\x11\xd9\xe9\x4d\x9d\x42\x1e\x53\x59\x1f\xba\x82\xcd\x8f\xbe\xfa\xd5\x6b\x76\x0f\x99\x5f\x32\x10\x02\xc9\x2d\x9e\x1e\xaa\x16\x0c\xa9\xbe\x3b\x2d\x7c\x35\x16\xfc\xa1\x88\xc0\x31\x97\x57\x2a\xbf\xc5\x3d\x74\x67\xac\xea\x31\x37\xce\xdc\xae\x59\x9a\x77\xd4\x43\xe9\xad\xf3\xda\x5e\x60\xc5\xdb\xc3\x98\xf9\x28\x85\x56\xbd\x69\x8f\xe4\x63\xcd\xb5\x9d\xbf\xb2\xf2\x9b\x6c\x2a\xeb\xf3\xde\x34\x1a\x66\x7e\x2f\x02\x36\xec\x86\xcb\x95\x10\x1a\xb3\x3c\x72\xca\x8e\x34\xeb\x3f\x21\xbc\xd1\x69\x13\xd7\xfe\x56\xb9\xff\x56\x4a\x29\xba\xe6\x51\x77\x9c\xc4\x6e\x9b\xea\xc8\x49\xe1\x31\x58\x5d\x6a\x1b\x5f\xf6\x4e\x48\x8e\x33\x4f\xdb\xbc\x2a\x3f\x97\xfd\xcc\x75\xa6\x6c\x8e\x1b\x1d\xca\xa8\x8b\xe2\x08\x25\xfd\x56\x7b\x05\x7b\x39\xfb\x7d\xb5\xc6\x74\x4c\x71\x55\x55\x4b\x57\x42\x45\x54\x65\x46\xe5\x6c\xf5\x4c\x65\x52\x26\xa7\x4e\xaa\x62\x29\xdc\xa6\x9e\x50\x69\xf3\xec\x68\x63\x74\xf5\x5d\x4b\x68\xd3\x8f\x3a\x0f\xdd\x7b\xad\xc7\x1b\xc3\x55\xd5\xda\x3d\x5b\xbc\xa4\x59\xfd\x47\x7b\x9f\x88\x61\x54\x03\x43\xca\x38\xed\x66\xd8\x58\x27\x5e\xaf\xab\x49\xb2\x3b\x47\xe2\xe5\x46\x8e\x22\xcf\x3b\xeb\x6c\xa9\x2d\xaf\xaa\x14\x50\xba\x87\xbf\x5b\xed\x5c\x42\x98\x75\x6b\xd2\x2d\xe9\xec\xd1\x6d\x0f\x2d\xb9\x5c\x85\xec\x3c\x5c\xb4\x9a\x25\xd7\xf5\xa1\xf0\x47\x78\x72\xcf\xed\x22\xe1\x67\xac\xde\x07\xc5\x5d\x96\x6d\x7d\x5d\xa5\x7f\xeb\x1e\x1d\x10\x2e\xcf\x55\xf9\x6b\x70\xb2\xb2\x49\x7a\x77\x02\xd2\xac\x2a\x96\x6a\x7e\xc4\xef\xf0\x56\xb0\x2b\x2b\xa8\x6b\xe3\x49\xa8\x5b\xb8\xd2\x26\x28\x1d\x94\xf0\x75\x5d\xa8\x82\x95\xbd\xc9\xc7\xb6\x6d\xe6\xf9\x90\x6d\x7a\x0c\xf2\x20\x4b\x27\x06\x2f\xe7\x5d\x18\x08\x1d\x39\x9b\xf3\xb5\x46\x74\xcc\x39\x5b\x30\x6b\x62\x3c\x30\xeb\xb7\x88\x07\x13\xc1\x99\xaf\x3d\xbb\x26\x7e\x64\x95\x5a\x29\x4e\x8e\x64\x33\x1e\x64\x4d\x35\xbd\xda\x54\x3e\x33\xbd\x92\x1f\x22\xb1\x34\x87\x2d\xdd\x12\x1e\xf6\xb2\x72\xb6\xdb\xd7\x8a\xf0\xf2\xf0\xda\x1b\x48\xff\xe8\x77\x65\x97\x50\x5e\x10\x1a\xb1\x9d\xd5\xf5\x3e\x49\x70\x8b\x35\x1e\x9d\xd1\xc9\x54\x9f\x96\x48\x5f\x43\xf6\xcf\xb2\xd2\x2a\x87\xb5\x16\x6e\x26\x63\x6b\x4b\x17\x03\x13\x5b\x72\x0e\x2f\x52\x13\xdc\x22\x5d\x97\xcc\xe2\x3b\xbd\x2c\x96\x65\xe2\xe7\x2c\x5d\xe0\x7f\x24\x8c\x69\x8b\xc2\x29\x49\x59\xf2\xc1\x88\xee\x94\x0c\xd1\x79\xc4\x99\x6c\x82\xd0\xce\xcb\x1e\x0b\xd6\x87\xcb\xe9\xdd\xf6\x1f\xde\x43\xca\xf9\x2e\x84\xed\xbe\xf6\xbb\xcf\x4b\x36\x3b\x47\x57\x42\xee\x6e\xe4\xad\xaa\x27\x08\x6f\xe1\x50\xe7\xe3\x1b\xf0\x32\x18\xd5\xd8\x2b\x13\x16\xd8\xb6\xa8\xb3\x4d\x87\xb1\xdf\xc2\x1d\x72\x59\x38\x60\xe8\xe3\x68\x51\xdc\xf9\x97\x03\x5e\x1e\xb8\xa9\x97\x7e\x4f\xe0\xf8\xec\x10\xa9\x7b\x2f\x08\xeb\x61\x86\x20\x16\xaa\x2c\xfa\x6f\xc9\x7a\xe4\x7c\xca\x5d\xf1\xbc\x6c\x90\xb6\xdb\xc7\xb9\xca\x53\xfa\x3f\xf6\xe3\x5b\x47\xcc\xaf\x6f\x4b\x0d\x9b\x39\x3f\xd8\x20\x2e\x51\x9e\xdd\xd8\x78\x4f\x68\xf2\xdb\xe6\xff\x22\x3f\x08\xd0\x25\xd2\x68\x3c\xbf\x8d\xa9\x0e\xc6\x59\xef\x81\x66\x7b\x3a\xc9\x33\x36\x97\x4b\x97\x7b\xda\x1f\x25\x44\xe9\x77\x2b\x7f\x3a\xcc\xe8\x72\xd2\x7c\x6c\xc0\x3c\xe6\x9a\x77\x6b\x1d\x1f\xe5\xf9\x0e\x54\x8d\x1e\x0e\x68\x94\x39\x83\x12\x88\xd4\x91\xb4\x2d\xa9\x57\x62\xed\xbb\xb4\xa5\xdc\xea\xdf\xc7\x8c\x0e\xeb\x7c\xd8\x13\x5f\xbc\x6c\xe4\xb8\xe3\x8b\x81\xdb\x38\xf0\x87\x88\xad\xf6\x9f\xe8\x6c\x0a\xd6\x81\x88\xfb\x40\x1f\xb6\xfd\x30\xc2\x61\x94\x5a\xb4\x56\xbb\x32\x0c\xcc\x4c\x33\x62\x19\x75\x8f\x7f\x84\x00\x58\xe3\xfa\x87\x1d\xff\x62\x7a\xe9\x3c\x7b\xe0\x47\x53\x7a\xf8\x45\x09\x48\xf0\xb4\xbe\x03\x7e\x80\x2d\x75\x3d\x2a\xcb\x42\x1f\xf1\xf5\x91\xfa\xd6\x50\xa9\x70\x75\xdd\xa4\xeb\x93\xd2\xb1\x4d\x95\x99\x23\xb7\x80\xbb\x7d\x58\x9c\x3a\x60\x2f\x9a\x74\x5d\xbb\x86\xa1\x46\x89\x7a\x58\x4e\x05\x30\x5a\xf4\xd3\xd1\x02\x8c\x1a\xed\x3b\xbd\xda\x74\xf2\x1d\xb1\x92\x13\xf4\xa7\xaa\xca\x71\x74\xea\x96\x52\xb2\xcf\x23\xaa\x80\x62\xbb\xd5\x16\xa5\x54\x1e\x73\xff\x23\xfe\x04\x0c\x2b\xaf\x82\x01\xc0\xba\x20\x4a\x58\xd7\x27\x15\x72\x1b\x98\x6b\x0e\x69\xb2\x7f\xb4\x47\xc2\x5c\x79\x6a\x03\x10\xf9\xab\x3c\xf6\xaa\xa6\x22\x75\x2b\x9b\x60\xa3\x9c\x40\xff\x44\xa4\x28\xf7\x53\xbb\xc8\x2d\xca\xdb\x24\x3a\xc5\x58\xc9\x76\xee\x37\x0a\x5a\xf1\xf7\xf6\x59\xca\x92\xc2\xd1\x82\x59\xca\x6d\xd8\x50\xec\x3e\x29\x0d\x1a\xe7\x73\x81\xb8\x01\x49\xb1\x6e\x20\x8b\x82\x41\x5a\x23\xd8\x24\xf0\x7b\x58\x10\x3a\x19\x12\x0c\xd1\x41\xdd\x87\x60\x40\xbb\xab\xae\xd0\x8b\xa0\x23\x22\xaf\xd1\x2f\x58\x15\x42\xc2\xa4\xb7\xec\x07\x42\xfa\xac\xae\xb5\x0c\x21\x53\xb6\x37\x73\x46\x9c\xcb\xb8\x8f\x5d\x93\xe0\xd2\x18\xcb\xda\x12\xaa\xab\x8c\xe1\x6b\x20\x79\x0c\xb9\xe3\x19\x44\x01\xa9\x53\xd9\x03\xbd\x07\x9f\xcf\xaf\x84\x34\xc1\x6d\x92\x6e\x43\x3c\xe1\xbf\x82\x81\x20\x00\xf2\x4f\x87\x04\xd9\x81\xd5\x6d\x28\x4f\xf6\xf3\x6a\x37\x58\x55\x4e\x79\x35\x4a\x6e\x51\xee\x13\x92\x22\xab\x2e\x36\xb1\xac\xcc\x0a\x12\x13\x41\xff\x58\x13\x13\x9e\xa3\xc0\xd9\x04\xe1\xaf\x6b\x9b\x6c\x45\x31\x05\xb6\x22\x0d\x26\x39\xc9\x58\x46\xe3\xa4\x30\xb4\xcf\x0b\xaf\x41\xf2\x84\xdb\x7d\x3f\x21\xd1\xa8\xeb\x75\x6c\xa8\x3c\xc2\xb0\x30\x08\x52\x07\x77\x48\x00\x42\x8e\xad\xdc\xf2\xde\x81\x9c\x5d\xed\x36\xa5\x00\x0d\x50\x05\xd0\x59\x60\x2e\x4a\x03\x64\x00\xa4\xaf\x6e\xc9\x6a\x81\x28\xc8\x31\x19\x09\xb1\xc5\xc5\x1c\x8e\xfd\x0d\x9f\xe5\xd5\x35\x5d\x89\x4c\x8c\xf3\x1a\x48\x2c\x91\x7e\x8f\x33\x2b\x7e\x86\xfb\x3b\xc7\x41\xea\x08\xfb\x15\x09\x2b\x07\x67\xbe\x59\xd1\x06\x33\xa9\x8f\x27\xbc\x61\xc3\xd8\xe0\xd6\x68\xd8\x45\xc4\x93\xa2\x74\x48\xd3\xd2\x5c\xac\x2d\x04\xb3\xf2\xd1\x3d\x1f\x52\x83\xcd\xd5\xd4\x86\x44\xa0\x99\xd0\x0c\x48\x37\x5a\x4f\xae\xc4\xe8\x35\x4e\x48\xbc\xd1\x72\x02\x13\x26\xda\x29\xbe\x32\x75\x8d\xb7\x70\xe3\xe3\x3c\x83\xcb\x92\x12\x83\x8f\xb0\xd3\x65\xcd\xb1\x6e\xec\xdf\xa4\x4f\xb1\x5c\x79\xc1\xe0\x2c\x8e\x2b\x0b\x2f\x1f\xcf\x76\xc1\x43\xd5\xec\xb8\x8f\x10\xd7\xb4\x75\x58\x6b\xc3\x60\xfd\x61\xda\xa5\xda\x7d\xbd\x4a\x5a\x6a\xc6\x83\x87\x51\xd4\x45\xaf\x66\x9d\xdf\xe9\x66\x3a\x2c\x03\x29\x4a\x04\x24\xd3\xda\x93\x7c\xe7\x46\x61\xf0\x11\xac\x8f\xb8\x5b\x14\x14\x3d\x21\xf2\x4a\x6a\xa8\xdf\x80\xc7\x97\x4a\x1e\xdf\x5e\xa7\xc8\x80\xe6\x72\xf8\x74\xe0\xcd\x15\x3d\x6e\x9b\xa2\x1f\xde\x9a\xd3\x73\xcf\x8f\x75\x86\x63\xfe\x68\x85\x63\x43\x1b\xb2\x09\x61\x2d\x23\xff\x72\x9b\x20\xce\x0e\x4d\x3e\x1b\xc6\x53\xea\x53\x9e\x5b\xe2\x90\xd9\x8c\x17\x00\x5c\x6f\xb0\xbe\xff\x2d\x3c\xd4\xe6\x59\xd0\x7d\xca\xae\x6a\x66\x98\x18\x89\x2e\xd9\x90\xa0\x89\xb9\x24\x92\x52\x78\x71\x55\xfd\x9a\x8d\x9c\xd6\x5b\x3c\x37\x0c\x88\xef\x6b\xe7\x3b\x83\x11\xa3\x8f\x37\x6d\x14\x5e\xcd\x6c\x6c\x10\x0d\x5a\x57\x9f\xf0\xab\xec\x31\xa4\x2a\xce\x07\x0f\x0d\x1c\x1a\x07\xf3\xb5\x5b\x0d\x9b\x05\xbe\xd4\x80\x37\x75\xbf\x8b\xa8\x5f\x3a\x54\xe9\x1d\xe3\xb9\x00\x4f\xc7\x24\x98\x2d\x04\x05\x6e\x24\xf7\x2d\xfc\xb2\x8d\x4c\x33\x5c\xbe\xaf\x75\x38\xe7\x3a\x3c\x0d\xb8\x98\xf7\x0e\x31\x7e\xb9\xb5\x0c\x83\x50\xbd\xb4\x0e\x76\xac\xf9\xc2\x79\x0e\x53\x68\xbe\xc6\x39\x50\x82\x77\xcc\x71\xcf\x18\xae\x0d\x2e\xaf\x87\xd8\xbf\x9a\xb1\xe0\x09\xbd\x50\x5e\xdc\x64\x5c\x0b\x09\x9d\xcb\x42\x7e\x8e\x35\x98\x9a\x1b\x7f\x92\xb2\x3c\x21\xd8\x8e\xce\xe4\x8c\xc9\x95\x5d\xcb\x15\x1a\x79\x9f\xbc\x55\x08\x18\x29\x0c\x10\x2d\x1e\x1e\xb5\xb4\x0f\x2b\xdd\x1b\x2f\xd0\xbb\x5c\xfe\x69\x4a\x5c\x09\x51\x89\x9c\x89\x17\x53\xa9\x17\x58\x48\xbd\x9a\x07\x1d\x2c\x35\xe5\xd4\x28\xde\xa8\x88\xe0\x46\xea\xc4\xd5\x2a\x73\xf6\x6c\xef\xb7\x41\xb8\x4d\xde\xef\x7a\x62\xd9\x9b\xd1\xa0\xc1\x3d\x4a\x60\xca\xc1\xe0\x1f\x08\xc9\x57\x61\x7d\x90\x91\x96\x12\x97\x9e\x89\x96\xd5\x37\x37\xbb\x07\x4b\x2e\x54\x75\x76\x9f\x48\xec\xab\x15\xef\xf6\xf1\x7f\x51\x57\xd2\x13\xe5\xf0\xaa\x21\xa1\x8f\x6d\x38\xd5\x34\x3b\x58\x77\xbb\xab\xe5\xdd\xc8\xa2\xec\x58\x97\xe2\x54\xa2\xb0\xae\xa2\x40\xa6\x3e\x97\xa6\xcd\xcc\xcd\xe3\x2e\xdb\x1d\x29\x3e\xcf\xb1\x78\x2e\x58\x69\xcc\x3b\x1f\x1d\xd1\x28\xce\xbd\xfe\x4a\xb6\xdd\x9f\x96\x58\xea\xd5\x2e\x80\xd8\xae\xc9\x68\xd5\x1b\xcd\x6e\x7e\xd8\x62\xd5\x52\xd8\xf6\xb0\x05\x56\x1c\xdf\x11\xdc\xec\x9e\x58\xfc\x16\xdb\x6c\xe4\x5f\xdc\xc9\x6f\x99\x75\x6c\xea\xd6\x69\x37\x78\x7c\xa9\x87\xd2\x69\xac\xbe\xdd\x47\xef\x51\x00\xef\x8e\x1c\x1b\xda\xbd\x11\xad\xbb\x14\x73\x87\x3f\x62\x53\x9f\xf0\x37\xff\xa8\xd7\x85\xf4\xd3\x9c\x77\x31\x5d\x79\xef\xf8\x37\xf3\x2f\x94\x63\x79\x17\x6b\x87\x6b\xd9\x0c\x62\xab\x4b\xed\xfa\xea\x83\x9e\xcb\xb5\x90\xf1\xa1\x81\x4f\x35\x36\xad\xf5\xc3\xe7\xab\xb5\x8b\x9b\x47\x7c\xab\x74\x13\x97\x47\x2f\x55\xbe\x0b\xd0\x1e\x5d\xa9\x2a\x74\x4a\x1e\xe3\xd7\xb8\x3f\xbe\x39\x21\x5d\xd7\x7c\x97\x35\x79\xbf\xd1\x17\xb4\x3b\x2b\xd8\x8e\x10\x97\xb3\x76\x08\x2a\xd9\xfc\xf9\xa2\x20\x54\x7c\xa3\x2a\x06\x11\x6d\xc6\xaf\xc9\xca\x4b\x31\xe5\xe3\x6a\x0d\xf2\x1a\xd6\x25\x07\xe0\xe5\x09\x9c\x83\x51\xf9\xf2\xe7\x58\xab\xa9\x99\x72\xfb\x69\x91\x59\xe8\x6b\xad\xb6\x85\xb9\xc9\x92\x4b\x25\x0e\xf3\x85\x45\x8c\xa4\xe0\x79\x66\x91\x70\xe0\xf5\x05\xd9\xa2\x3b\xce\x17\x16\xa6\x8b\x0d\x8c\xc8\x8b\x59\x25\xcf\xee\x1c\x59\x2a\x79\x6d\x27\x27\x01\xbf\x57\x49\x14\xf9\xe1\x1f\xee\x76\x68\x6f\x39\x3e\xe4\xf9\x97\xed\xb7\x39\x07\x41\xb8\xad\xdd\x2a\x91\xa8\xf8\xcd\xa1\xfe\x33\x69\x0f\xb7\x95\x97\xee\x14\xfe\xda\x44\x21\x42\x0a\x75\x48\xee\x48\xd3\xfc\xa5\x59\x16\xea\xf7\x5c\xeb\x8e\x16\x14\x2f\xe7\x64\xe9\x3a\xfa\xcf\xac\x27\xc9\xb7\xd0\xf2\x99\xf7\x03\xb3\xd1\xd2\x19\x8d\x4e\x09\xe8\xe2\x4c\x80\xe1\x0c\xe6\x7a\x66\xe3\xcd\x3c\xac\x50\xf6\x3d\xa9\x2a\xd4\xf1\x02\x09\x31\x8b\x04\x4d\x5b\xfe\x5f\xfd\xd9\x3d\xce\xb3\xbb\xe1\x15\x26\x1e\xb2\x9b\x0b\x9d\xc7\x7d\x2d\xb6\x36\x26\x15\x22\x62\x36\x61\xa8\xb4\xa4\x99\xf5\x6e\xe2\x83\xb4\x4e\xda\x13\xda\xb1\xf4\xe9\xa5\x35\xba\x62\x0a\xac\x9b\x43\xbf\x92\x80\x2e\x0b\xa0\xfa\xc4\xae\x25\x07\x53\xcc\xa3\x26\xfc\x93\x48\xae\x91\x74\x5b\x37\xa2\x71\x24\x5b\x07\x4b\xb0\x8b\x7e\xaf\x10\x89\xa5\x26\x0a\xc8\x34\xa2\x05\x33\xbc\x24\xb2\x73\x0f\x0c\x00\xef\x49\x35\xa9\x26\x92\x3b\xc5\x9d\x2e\x0e\x59\x9b\x57\xc6\x64\x5c\x5d\x37\x16\x56\x02\x7c\x66\x36\xd5\x88\xfb\x41\xf7\x39\x57\x49\x7f\xbf\x8c\x22\x39\xd2\x6a\x82\x7f\xcd\x5e\xa2\x53\xfc\x3f\xb6\xea\xd1\xc3\x7d\x8f\x17\x9c\xa3\x22\xbc\x3f\x46\x4f\x51\x6c\x3d\xb7\x3c\x41\x94\x27\x5e\x87\xcc\x2c\xe9\x26\x9e\xd6\x77\x32\x49\x45\xbe\xdf\xa1\xc1\xd8\xbf\x42\x72\x64\x7f\xa0\xfb\x62\x0d\xa5\x06\xde\x1c\x52\x4d\xf8\xeb\x44\x57\x99\xb6\xc1\x8e\xc6\xa4\xe7\x23\xd3\x1d\x0c\x9c\x63\x29\xb0\x2d\x80\x57\x75\xfa\x9d\x37\x47\xd2\x76\x82\xd2\xa7\xc9\xf5\xee\xf6\xc4\x1b\xf4\x2c\xa7\x8b\x63\x01\x8c\x19\x3b\xab\xba\x5d\x86\x88\x15\x23\xab\x94\x31\x65\x71\x31\x2c\x8a\xa5\x66\xdc\xea\x12\xbc\x76\xfb\x11\x5a\x1f\xce\xf8\xdb\xd4\x44\x05\x45\xda\x71\xa8\x85\x7c\xc4\x36\x78\xd6\xc8\xe5\xa2\xb7\x03\xcf\xcb\xdc\x6c\xb3\x57\x12\xdf\xcc\xe8\x0f\x53\xe6\x6f\x4b\x20\x94\xee\x55\xef\x0f\xa2\xc5\x1f\x70\x36\x95\x48\x3d\xfa\x7a\x74\x3a\xf5\x82\xb1\x07\x35\x92\xe6\xf6\xe4\x32\xe6\x32\x4b\xd1\x80\x38\x18\xc9\xaa\x7b\x70\xab\x1c\xcd\x34\xb9\x3b\x9a\x38\x49\x57\x57\x29\x7e\xf1\x82\xf6\x48\xf9\x97\x8d\x3a\xd5\x57\xe9\x98\x96\x1f\xa1\x4c\xe1\xa5\xc2\x33\x42\x86\x4e\x0c\xe4\x1d\x5e\xca\x36\x08\x88\xc0\xc6\xba\x0e\xca\xf6\xb6\x6e\x2a\xc6\xb1\xb3\x7a\x81\x4a\x31\x1c\x3a\xba\x45\xe5\xe4\x0e\x8a\x30\xa4\x82\xa7\xbf\x25\x09\xab\x8a\x51\x5f\x53\x4e\xdd\x3a\x20\xdf\xa6\xbc\x55\xfe\x30\xa7\x42\x55\x53\x1a\xec\xf8\x83\xfa\x58\xb1\xab\x10\x42\x75\x54\xc8\x8b\x83\x93\xeb\xe4\xa5\x7d\x3e\x90\xfe\x82\x19\xdb\xac\x90\x79\x50\x41\x9d\x8b\xb8\x66\xe8\x79\x79\x3d\xcc\x53\xa8\x35\x64\x0f\xf5\x37\x34\x03\xfc\x12\xeb\x63\xf5\x4a\x2e\x4f\xfc\x30\xf6\x16\x2b\x5a\x78\x8d\xf2\x8d\xcd\x12\x81\xae\xf5\xb0\x1f\x8a\x6a\xb1\xbf\xb3\x0e\x4b\xd0\x98\x67\x71\x4f\xa5\x06\xe8\xcd\xcb\x33\x32\xba\x94\xac\xe9\x33\xe0\x6b\x58\xab\x8e\x7a\x48\x21\x32\xb8\x32\x0d\xea\x0d\x5f\xcc\x57\x82\xb4\xc0\x9d\x12\xab\x20\x39\x08\xf1\xa0\x52\x50\x29\xd2\xc1\x01\x0f\x3c\x8d\xca\x85\x25\x00\xd5\x50\x16\x90\x6b\x40\x4f\x94\x38\x90\x03\x7c\xbd\xba\x2f\x4b\xb8\x21\xb4\xfc\xf7\xda\x29\x89\x2b\xd8\x11\x16\x43\x94\x40\x87\x71\xb2\xc4\xb4\x38\xa7\x39\xbf\x4b\xe8\xb1\x31\xb4\x30\xe9\x4d\x66\x13\xc6\x4b\x26\x87\x71\x7a\xd1\x03\xec\x47\xd8\xeb\x77\x81\x9e\x41\x79\xd6\xad\x42\x5d\x11\x66\x85\xa7\x21\x0d\x70\xd7\xf8\x57\x10\x9b\x15\x3f\xef\x1a\xe8\x1d\x94\xa9\x99\x1a\x08\x8e\x7e\x0c\x2b\x00\x7d\x45\xfd\x04\x67\x80\xa5\x50\x3d\x72\x2b\xda\xfd\x38\xe5\x1b\x23\x12\x61\xcb\xf7\xd9\xc2\x12\xbf\xe0\x6f\xd7\xb6\xa4\xe5\x71\x7e\x6b\xcf\x25\x8e\x31\x7b\xb9\x6f\x24\x4d\xb9\x26\x1c\x4f\x99\x66\x8e\x0a\x59\x04\x44\x63\x79\xae\x8c\x43\x4d\x68\xca\x93\x72\xb0\x7e\xac\x79\x4b\x2e\x4c\x04\x21\x5a\x48\x85\x30\x17\x0f\x62\xf2\xa1\xf2\x2b\x07\xee\x40\xd8\x73\x5c\x98\xa6\x23\xf4\x0b\xa6\x1a\x36\x7a\xaf\x88\x90\x23\xe7\x6a\xea\x44\x20\x48\xc7\x85\x78\xe2\x4f\xde\x10\x91\x40\x4e\xf5\xf3\x2f\x4a\x1d\x5a\xdc\xe3\xee\x49\xef\x23\x46\x38\x30\x90\x26\x3e\x89\x6d\x2c\xfb\x9e\xbd\xc5\x37\x87\xb5\x72\xe2\x58\xe3\x8a\xd1\x1c\x08\x7e\x41\xb3\x82\xdb\x89\xa8\x7e\xe4\xc4\x0a\x1d\x56\x7b\x9c\x4a\x47\xd7\x27\x18\x9d\x67\xa4\x65\xfa\x3d\xea\xa4\xff\xf2\xb6\x35\x32\xa5\xc5\x19\xaa\x98\x2e\xd1\x0c\xe4\x33\x1d\x25\x69\x45\xd2\x7f\x87\x1b\x90\x04\x24\x56\x63\x3a\xf1\xa7\xc4\x32\xa5\x1d\x07\x83\xd7\x1f\xcb\x30\x27\xdf\xae\x77\xc8\x59\x2c\x94\xf3\x37\xc0\x60\xa4\x27\x4f\x55\x25\x91\x98\xc0\xf9\xa6\x25\xc2\x31\xe4\x05\x5b\x4c\xb3\x8f\x51\x35\x5c\x85\xd9\x5b\xa8\x34\xdf\x29\xce\xa9\xd9\xe1\x20\xad\x35\xc1\xce\x5b\x2f\x23\x99\xbb\xaf\x61\x61\x44\x66\x65\x6c\x61\x64\x05\xb3\xe8\xa9\x72\x54\x29\xd7\xe0\xae\x5c\xdc\x2c\x23\x0b\xbc\x9c\x56\x4d\xdc\x97\x10\x2c\x39\xc0\x75\x8b\x56\x01\x17\xbb\xf5\x78\x9e\x60\x62\x7f\x31\x7f\x17\x76\x7a\x7c\x7e\x4b\x56\x45\x6f\xe1\xca\xe6\x57\xb3\xef\xe8\xd5\xf5\x0b\x8e\xf7\xa8\xd7\x79\x65\x2f\xb8\x74\x65\x7a\x50\xd8\x2c\x35\x60\x35\x2a\xce\x9c\x40\x19\x67\x24\x3d\xc5\xfd\x6a\x3d\x92\x66\x8b\xcd\x2d\x8c\xcd\x04\x63\xf8\xd1\x02\x39\x39\x98\x5e\xf7\x5f\x05\x29\xa8\xe9\x47\x8d\xa5\x67\x50\x28\x65\xdb\x32\x0e\x2e\x58\x84\x5d\xed\x87\xb6\xbc\x76\x00\x79\x57\x0f\xe1\x6c\xc9\x37\xb6\x68\x70\x43\x6e\x32\xbb\x3d\xd7\x65\x9f\x28\x8e\xf8\xf0\xa9\xce\xc5\xb3\x38\x8e\x75\x40\xfe\x92\x36\xdd\x3b\x1e\xb6\x1a\x4c\xdc\x4e\x47\xac\xa8\x2e\x32\x73\x8d\x96\x97\x07\x33\x8b\x63\x16\x75\x1b\x04\xcb\x1a\x17\xb4\x73\xa7\x2b\xcf\xcd\x47\x46\xd6\x55\x07\xcf\xe7\x7b\xe8\xd4\x0a\xcf\x0f\x98\x8a\xd5\xe7\x2f\xb9\xdc\x89\x6c\xf2\x47\x8c\xc8\x64\xb5\x06\xae\x8e\x5e\x36\x92\x57\x2f\x9b\xe1\x7c\x52\x39\x5a\xa9\xca\xed\x35\x33\x6b\x68\xe0\x65\x3a\x52\x3a\x9e\x70\x0a\x02\x34\x7b\xbb\x59\xf9\xf1\x3b\xa3\x66\x94\x87\x79\x75\xd3\x9f\xf0\xd8\xb2\xe3\x93\xf8\xb9\xad\xda\xdd\x09\x99\x7e\xa5\xc6\xfd\x71\xf9\xda\xb2\xd6\x87\x63\x0e\x39\x15\xed\x75\x63\xee\x11\x98\x8e\xfd\xf1\xdb\xcf\x24\x3a\xaf\x4c\x1c\x3c\x09\xeb\x06\x4c\x17\x68\xd6\xf6\x1e\x9d\x0b\x80\x39\xf7\x1f\x5d\xcc\x17\xa9\xbf\xf5\x2a\x7b\x81\x27\x6a\x26\x97\x67\xc2\xbe\xe4\x70\xb7\x94\xcb\x79\x17\x98\x54\x23\xc6\x13\x4e\xec\x6b\xee\x64\x4f\xe5\xe7\x75\xba\xd0\xd6\xea\xda\x07\x22\x08\xe9\x6d\xe8\xbe\xc5\x79\xbb\x9e\xa9\x5e\x7c\xdf\x1f\xfd\x98\xde\xd5\x9a\xad\x41\x6c\xaf\x5f\x0e\x68\xf8\x62\x6f\x60\x44\xef\xf0\xf7\xbe\x0c\x4f\xa5\xd1\x0b\x03\x05\x96\xa9\x63\x16\xc3\xaf\x75\x1f\x8d\x77\x8c\x7d\x52\x31\x9b\xe0\x4f\xc4\x49\xa8\x9a\xae\xc5\x1e\xe3\x8d\x3a\xfe\x96\xa2\xc6\xd7\xf2\x3f\x9d\x25\xcf\x6b\x4d\xdc\x2a\x7c\xc9\xa3\x15\xcb\x57\x36\x70\xad\x1b\xed\x1a\xfc\x18\x9f\xfb\x29\x1d\xcd\x94\x13\x63\x02\x1d\x92\x8b\x15\x53\x4e\xed\x0a\xfd\xbf\xcf\x80\x5a\x4b\x6b\xca\x67\xad\x5b\xa8\x39\xaa\x73\x87\x5b\x1a\x23\x58\x73\x25\x2d\x48\xcf\xc8\x79\xe3\x36\x80\xa5\xf7\x82\x4c\x3b\x55\x47\x73\x51\xe8\xed\xb4\xa2\xc6\x92\x59\xf7\x79\xf1\x27\x8e\x92\x41\x55\xeb\x9b\xfe\xd6\xe1\x1e\x1b\xd3\x29\xae\xf1\x7f\xad\x5f\xca\xbf\x96\x71\x89\x1f\xdd\xb8\x5c\xe4\xb5\x1e\x3c\xd8\x5d\x79\x96\x93\x37\x2f\xdd\xf0\x89\x3e\xbd\x2c\x5f\xbf\x0b\x7f\x8e\xe8\xaf\x33\x1f\x80\x21\xf3\x6b\x8a\x6a\x85\x57\xd5\xab\x93\x72\xf0\xab\x4f\xab\xb2\x23\x1b\x57\xc7\xab\x1c\x3c\xff\x5e\xfd\x5a\x95\x6c\x79\x15\x85\xa8\xa6\x68\x1f\x41\x71\xaa\x3f\x41\x69\xe8\x1f\xb5\x4e\xc2\xd7\x83\xf5\x3d\x65\x76\x7f\xa4\x16\xfb\x1f\xde\xfd\xfd\x55\xdd\xcb\x8d\xad\x89\xfa\x43\x71\x5b\x9b\xa5\x83\x7b\x59\xc2\xdb\x16\xcb\xdf\x4b\x36\xb7\x56\xb0\xd2\x6f\x4e\xb3\x14\x49\x67\x2a\xdc\x56\xdf\x93\xf3\xcb\x66\x86\x6e\x90\xeb\x4b\x15\xeb\x7e\x23\xeb\x15\x1b\xe6\x7c\x20\x1d\x14\xfa\x46\x2e\x13\x4c\xf2\x9c\x9f\x7e\xc6\xf1\x73\x83\x4d\xcc\xb1\x7d\xb9\x26\x6a\x5d\xd8\xf9\x82\x4a\x08\x0a\x7b\xb2\xd4\x54\x4a\x38\x4d\xcd\xe9\xc3\xfb\x4b\xf9\x51\xae\xdc\x1d\xbb\xaa\x0c\xaf\x95\xad\xf3\xbd\x32\x41\xfa\xdb\x02\xb3\x47\x62\x0e\x36\x7f\xa0\x7b\xd3\x14\x79\x5e\xc4\xd1\xcc\x21\x6a\x2e\x75\x32\xbb\x0c\x71\x84\x7e\x3e\x63\xba\x4f\x80\x7e\x26\xd5\xe0\x8d\x27\x55\x2f\xa9\x38\xb5\x94\x22\x1e\x5f\x1c\xf8\x9d\x88\x8b\x6b\x74\x10\x22\x74\xc4\x91\x1f\xee\xe0\x0d\xe3\x2b\x95\xba\x71\x97\x52\x7b\x41\x1d\x58\xa9\xec\x74\xe9\x6b\x45\xf5\x86\xf7\xdf\xb5\xd7\x58\xdb\x18\x6c\xaf\xf7\x60\x5c\x2c\x36\xc8\x93\x57\x9f\xbd\xdc\xd8\x43\x85\x07\x4c\x6d\x7a\x12\xcf\x86\xa8\x33\x01\xa4\xfe\xf0\x16\x52\x1f\xed\x49\x84\xfc\xfc\x4d\x1a\x23\xe4\x73\xfb\x3b\xba\x51\xd0\xa3\xc2\xef\xd4\xba\x80\x0b\xb1\x1f\x29\x47\x7d\x1d\x9e\xef\x93\x3f\xf8\x02\x2d\x04\x68\x66\x2f\x18\x1a\xc2\x24\xeb\x60\x98\x3c\x8f\xa0\x1e\x99\x0c\x3a\x8a\x0d\x48\xb4\x90\x11\x69\x3a\xa1\x73\x68\xb7\xfa\xed\x2d\x83\xa5\x6d\xe2\xcc\x9f\xc6\x2b\x3b\x4a\x88\x10\x3b\xc0\x56\x23\x01\xe9\x7c\x99\xf3\x95\xa4\xe6\xc6\xa5\xfd\x22\x2b\x78\x0e\x12\xa3\xe8\x86\xee\x6e\x93\x30\x46\x85\xd3\x6e\xa3\x18\xa3\xd0\xc1\x30\xe7\x80\x11\x6d\x9b\x14\x91\xca\x0c\xb3\xfa\xe5\x9e\xc0\x92\xb2\x7a\x69\x8c\x67\x39\xda\xd0\x6e\x2d\x52\xde\xb8\x5e\x86\x95\xe0\xb5\x5e\x94\x03\x49\x58\xa7\x10\x1f\xd9\x27\x1d\x4a\xca\xcd\xdb\x72\x23\x47\x54\x57\x76\xcf\x2f\xef\x3d\x8c\xdd\x3d\x83\xbf\x6f\x78\x98\xeb\x4f\x6e\x32\xf9\xc1\x90\x24\x1d\xb7\x7c\x48\xb1\xa7\xde\xb4\x9e\xc4\x3f\x60\x1d\x37\x8d\x1e\x21\xad\x19\x1b\x3c\xa8\x54\x5d\xbb\xa3\xeb\x94\xda\xc2\xf6\xd3\x38\x1b\xa4\x42\x4f\xba\x75\xd4\x96\x41\xbb\xa1\xcc\xd5\x1e\x21\xc9\x29\x5d\x51\x7c\x4d\x72\x7c\x6c\x00\x93\x21\xc4\xda\x17\x83\x96\xb0\xd7\xbd\x6e\xcb\xf2\x3a\xff\x54\xc2\x71\xd5\x27\x76\x94\xeb\xb7\x0c\xb1\x48\x95\xa9\x3d\x09\xe2\x09\xd5\xf7\xf4\x20\x52\xc5\xed\x3d\xea\x00\x55\x40\x37\x84\x4c\x60\x88\xe9\xda\xa1\x7c\xa9\x05\x2a\xd7\x3b\xee\x50\x27\x95\xaf\x15\x06\xd1\x94\x94\xa0\xf1\x9e\x94\x4a\x85\xda\x17\x7d\xe4\x35\xf9\x1d\x5b\x3c\xa5\x00\x86\x7e\x60\x84\x5f\x82\xdd\x52\x10\xc7\xea\xc0\xd4\xa0\x85\xe8\x0e\x98\x36\xf8\x27\xae\xcc\x4e\x12\xa8\x22\xde\x85\x9b\x5c\x4b\x17\x7d\x49\x57\xe5\xf8\x8b\x32\xd9\xd9\xec\x2d\xf1\x05\x8e\x15\x4b\x48\x2a\x9e\xd9\x89\x5b\x95\x51\x66\xe8\xc1\x25\x64\x7d\xa8\x0e\xd3\xd3\x60\x3c\x76\xa0\x03\x0e\x61\x22\xf3\x2a\x4d\xa1\xaf\xe0\xd3\x79\xb3\x90\x16\xb8\x6b\xa2\x00\xe4\x04\x62\xd3\x1f\x0d\x3e\x87\x2c\x73\xbc\x0c\x12\x41\x5f\x90\x3f\x04\xd2\x44\xd1\x21\x28\x90\x1b\xaa\x09\xb4\x04\x4a\x45\xbd\x94\xe3\x4a\x1c\x41\x38\xb2\x63\x24\xde\xe0\x6d\xd8\xc2\xe2\xdd\xcc\x60\xee\xcd\x1b\x1a\x9c\x9f\x9c\x29\xa9\x29\xce\x23\x5a\x87\xec\x1b\x96\x11\x86\x2c\xfb\x8e\xc1\x5c\x3a\x02\x71\x25\xfa\xf6\xd7\x40\x83\x50\x25\x75\xf5\xd0\x54\xc4\xe3\x82\x0a\x48\xf2\xf2\x46\xdc\x2a\xa4\x7c\xa5\xc2\xdb\x18\x26\x86\x5a\x36\x0b\x02\xef\xa2\x69\xf2\x0a\x90\x93\xe8\x6c\x48\x34\x44\x16\xfd\x00\x74\xc2\x30\x95\xb0\x28\xe1\x22\x39\xbe\x7c\xc0\x2e\x92\xf2\x58\xb9\xca\xd1\x92\xf6\x22\x28\xb0\xf7\xa4\x24\xd9\x27\x78\xe6\xd2\x34\xae\x1d\x47\x57\xae\x8e\xd3\x42\x36\x80\x44\xb0\x46\x56\xc6\x60\x96\x34\xc2\x64\x9f\x3c\x07\xb3\xd1\x12\x04\xbd\xb1\x14\x52\x00\x80\x90\x17\xf9\xd1\x64\xf9\xab\x08\x4b\xf7\xa7\xf2\xf5\xf8\x6b\x9a\x77\x60\x9f\xb1\x37\xe4\x53\xb5\xc9\x24\x00\x70\xcd\x3c\x8a\x84\x96\xed\x8c\xa0\x11\xbf\x4b\x44\x49\x1e\xcc\x74\xf0\xb1\x32\xf7\xe1\xad\x9c\x31\xd9\x6f\xc8\xab\x5c\x1b\x20\x97\x18\xc5\xbd\x01\xd2\xe7\x6c\xf0\xb4\x15\xe0\x9c\x54\x56\xe1\xad\x2b\x3c\x45\x52\xbd\xee\x59\x9e\xfb\xca\x4b\x93\xc8\xb5\xa9\x91\x2e\x4b\x0e\x63\xa8\x29\xcc\xf2\x38\x9d\x95\xad\xfc\x44\x9d\x11\xeb\xa7\x6e\x56\xc7\x50\x30\xca\xb7\x9c\xa2\xb3\x15\x26\x3d\xd6\xe8\x21\xa0\x87\x31\xa5\xb4\x57\xd2\x0f\x92\xe2\x89\xde\x12\xaf\x64\xde\x8d\x48\x6e\xbc\x94\x83\x4f\x7b\xae\x87\x80\xce\x2d\x95\xf2\xa9\xd0\xf7\xab\x25\xfc\x23\x6a\x6b\x94\x34\xde\xe8\xe3\xee\x35\x53\x76\xba\x9d\xef\x5a\x36\x55\xf1\x59\x01\x7b\x02\x95\x18\xb0\xcd\xbf\x30\x7f\x3a\xb8\x97\x6b\xd2\xad\x13\x1a\xcc\x09\x7d\x5d\x11\x85\x62\x7c\x8e\x13\x8a\x94\xe7\x7c\x70\xb9\x1d\xb7\xb5\x96\xfd\x40\x2a\xf5\x02\xeb\xae\xc2\x6e\xa1\x0e\x25\x4e\x52\xe7\xcd\x4f\xd2\xc7\x1b\x30\xf0\xf5\xde\x41\xbe\x39\xb4\x78\xc0\x6d\xfd\xa9\x3c\x66\x32\x74\x93\x67\x7a\x61\x79\x98\x67\x6a\x45\xc4\x06\xae\x67\xba\x45\x53\x8f\x70\x90\xc1\xf7\xa8\x9e\x54\xa1\xd8\x10\xc6\x16\x66\x3a\xf3\x38\xe7\xf6\xb2\x68\xee\x0b\xfa\xdf\xbd\xad\x85\x3a\xb4\x2f\x95\xe5\x25\x48\x6a\x4a\xaa\x7f\xd9\x28\x99\xe3\xfb\x57\x85\x35\x49\xc9\x32\xbc\x56\x9a\xf0\x54\x7d\xa2\xee\x03\xf5\xab\x34\xa5\x51\x84\x90\x2e\x72\x1d\x36\xd9\x28\xcc\x99\x56\x68\x6d\x33\xe3\xfe\x61\x94\x34\x20\xce\xdf\xb3\x8b\x1e\x63\xf2\x21\x6e\x5f\xe7\xe0\xec\x73\x21\x16\xcb\xd7\xa8\xdc\xa4\x7d\x74\x2e\x91\x58\xa8\x40\x8a\xc6\x5e\x7a\xb3\x81\xad\x9a\xb9\x5a\xdd\x83\x7d\xde\x25\x5b\xf7\x05\x33\xf9\x46\xa4\x49\x1a\xcd\x4a\xc9\x69\x71\x46\x93\xfc\x6d\xdb\xe2\xd0\x77\x6c\xf5\x3b\x10\x68\x8a\xf6\x42\x97\x25\xbe\x0b\x9a\xd9\x73\x1a\xaf\x2e\xf9\x9b\x12\xa4\x2c\x91\x7d\xe1\x9e\x65\xd5\x73\xce\x75\x9b\xe7\x2d\xca\xbc\x92\xa7\x67\xbb\x1d\x79\xda\xc1\x0d\x7d\xf3\x0c\xd3\xe4\xed\xf1\x32\x52\x71\x91\xde\x6c\x07\x7e\xb6\x1e\x05\x37\x44\x79\xb7\xcd\x2e\x7d\x9d\x54\xed\xfa\xba\x74\xad\xa3\xa5\x4f\x6c\xd1\xae\xec\xda\x80\xdc\xa2\x51\x8a\xd6\x60\xfc\xd2\xa5\x80\x99\x21\x9b\xe5\xbf\x1d\xb2\x46\xfe\x44\xe4\xe9\x17\x8d\xb6\xaf\x9a\xdc\x14\x1e\x8f\xc3\xc8\x49\x0d\xdd\x2f\x7e\x85\xe4\xe6\xd9\x7c\x2e\xcc\xe7\x9c\x74\x29\x2b\x9f\xe7\x66\x87\xf4\xd5\x17\xf2\xcf\xa7\x4c\xb7\x4c\x33\x77\x4b\x3c\xba\x3d\x29\x27\x1a\xc3\x86\x9a\xf1\xe8\xfe\xe6\xc9\x54\x94\xd2\xb8\xdd\x44\xcc\x44\xe7\x24\x77\xf2\x74\xbb\xee\x74\xd0\x04\xae\x94\x3c\xe3\x3f\x79\x32\xd9\x7a\xd6\x69\xea\x69\xa0\xeb\x9c\xf5\x8c\xa9\xd3\xd2\xbc\xde\x1c\xef\xf1\xb7\x85\x8b\x0b\x7d\x77\xfb\x17\x35\x16\x7f\x00\xcf\xd9\x68\x27\xbc\xe1\xfd\x72\xdb\x4e\x2d\xe6\x78\x86\x5c\xc8\x79\xc7\x0b\x4a\x8f\x2e\xd5\xe6\xd5\xbf\x2e\xaf\x2e\x65\xbf\x6a\x49\x6b\x22\xd1\x72\x06\xf1\x9d\x4f\x48\x46\xb3\xbd\x03\x77\x51\x3b\x4b\x09\x03\x8a\x13\xf5\xf0\x99\x7e\xbf\xb6\xc9\x15\xf3\xfe\x63\xa5\x69\xc8\xeb\xfd\xf7\x92\xc3\x91\x8b\xfd\x65\x81\x4f\x57\x83\x06\x66\x9c\xe6\x51\x42\x43\x26\x46\xa6\x28\xe4\x30\x42\x6d\x0d\x73\x74\xec\xa2\x5c\xaa\xf7\xf1\xd0\xda\x4d\x91\x60\x4c\xd4\x8f\x8d\xe5\x34\x99\xe4\x53\xfc\xa1\x12\x87\xec\x41\xbe\x4d\x47\xe9\xeb\x20\x7e\xcd\xb0\x6a\xf5\x95\xb5\xbd\xc5\x96\xe6\x53\xd4\x56\xac\xcd\x5b\x22\x6e\x17\xc7\x6e\xff\x3c\x59\x45\xac\x6e\xfb\xd6\xde\x45\x92\x69\x25\xbc\x3e\x44\xdc\x6a\x59\x4c\x16\x25\x69\xb5\xc8\x05\xfc\x22\x40\x9a\x9c\xed\xb7\x71\x9c\x26\x85\x87\xdf\xb1\xfa\x8d\x0c\x25\x0a\x56\xb7\xdd\x02\xf8\x33\x4a\xda\x3b\x78\x07\x98\xf6\x25\x58\x78\xe7\x69\xc1\x97\xf0\xc0\xad\xe0\x66\x83\x24\xd4\x66\xc3\xe8\x7e\xee\xa1\x6d\x45\x38\xa2\xec\xd0\x46\x38\x0e\x5d\xa9\x45\xfb\x4c\x69\xac\x13\xc0\x0d\x30\xfa\x6a\x2f\x4c\x9a\xd2\xe9\x95\xe4\xe6\xaf\x54\x97\x72\xd7\x7c\x1a\x69\xa7\x84\x17\x5d\x46\x90\x2b\x92\xf6\x94\xc6\x95\x15\x9a\x99\x11\xb1\xb1\x05\x74\x75\x11\x6c\x4b\x49\x81\xfc\x02\xd6\xf8\xcd\x33\x60\x78\x3a\xc9\x45\xf8\xdd\xeb\x12\x2f\xaf\x1b\xdb\xbf\xd5\x8d\xbf\x28\xdf\xd2\xee\x07\x87\x4b\x6e\x1c\x2c\x78\x27\x6a\x6c\xd5\x63\x73\x32\x86\xd9\x89\x44\x52\x0e\x8a\x2a\x41\xb5\xc8\xfb\xb1\x12\x47\x57\x7b\x75\x66\xc0\x93\xb6\x90\xf9\xb3\xf2\x27\x85\x9d\xb6\x97\xee\x40\x0e\x4b\x81\x04\x23\x89\x11\x49\x42\x8e\x3f\xf0\x7f\x27\xf2\xf5\xd9\xb8\x95\xe4\x0b\xca\x43\xd8\x8a\xcc\x3c\xa8\x1a\x96\x9e\x0b\x02\xc6\xbf\xe6\x99\x76\xef\x2d\x36\x04\x39\x7f\xde\x7c\xdc\x5f\xec\x9a\xb5\x31\x3b\xed\xe5\x83\xde\x34\xc2\xc6\x86\x5e\xd9\x6c\x21\xde\x09\xff\x8b\x3e\x4a\x3a\x1f\x23\x40\x72\xa0\xb2\x63\x8f\x2c\x56\xd1\x78\x51\x97\x3a\xd7\xe8\x7e\xa1\x95\xa5\xca\xd4\xe4\xe0\xa2\x78\x3b\x0a\x3a\x30\xd5\x67\x85\x3c\x16\x74\xc8\x1a\x42\xea\x0f\xbe\xae\xc5\x27\x1a\x87\x99\x2a\x72\xf0\x41\xb1\x29\x90\x67\xb8\xf3\xa9\x06\x72\xca\x8d\x15\x06\x82\xbb\xd6\x6f\xf5\x8d\xda\x76\x46\x26\x2d\xec\xbe\x6e\x9a\x23\x3f\xba\x58\x6e\xe6\x92\xb4\x5c\x5f\xb1\xbd\x49\x8a\xcf\x30\x34\x2d\x12\xff\x45\x00\xb1\x8c\xf6\xd7\xf3\xb0\x19\x1d\xc6\x39\xb7\xc8\x06\x3b\x46\xac\x33\x3b\x57\x9b\xa1\xe5\xf4\x22\x4a\x9c\x7a\xd9\x29\xcb\xc3\x87\x31\xe2\x60\x67\x9a\xcd\x3c\xe1\x5a\x71\x67\x8c\x0e\xf1\x14\x50\x70\x22\xec\x07\x96\x83\xe5\x71\x9c\x08\xb4\x5c\x52\xe7\x49\x55\xf9\x9d\xa5\xa1\x7e\x8d\x99\x6d\xa9\x15\xfa\x23\xf0\x8e\x13\xd1\xc0\xec\xd3\xda\x5f\x04\x07\xcb\x3f\x68\x95\xa4\x9f\xf6\x09\x54\x63\x8a\xb6\xfd\x43\xe2\x34\xbd\xdd\x8a\x38\x16\xc9\x18\x30\xdd\xad\x11\x60\x21\x0d\x45\x32\x80\x6c\xa9\x87\xfa\x21\x16\xcc\x41\xf5\x11\x87\x22\x7a\xc1\x5d\xb4\xbe\x2c\x15\x70\xf3\xbe\xb2\x3d\x25\xce\xfa\x93\xbc\x34\xd1\xdb\xf9\x1d\xb8\x1c\x77\xef\x05\x4d\xee\xed\xb0\x94\x72\xc4\xa6\x15\xfa\xcc\xed\xc7\xef\xcc\x48\x9e\x37\x0b\xf8\x4a\xc4\x52\xb5\x5c\x7a\x10\x19\xf9\x30\x84\x76\x86\x0a\x32\xb8\x4b\xb9\xca\xd8\x34\x18\x40\xfb\x32\x20\x9a\xec\xbe\x73\x34\x31\x15\xc3\xc2\x4a\x5a\x8b\x72\x52\xfc\x08\x35\x4e\xf1\x87\xaf\x03\x65\x50\xd1\xc5\x6e\x9e\x0a\x51\x78\xa2\xeb\x43\xe0\xc9\xbb\x28\x7c\xc7\xdd\x90\x17\x85\xa9\x11\x0c\x1e\x07\x43\x2e\xe3\xe3\xed\xc1\xc0\x4d\x89\x43\x78\xb3\xb5\x5d\xb1\xf7\x4c\x27\xce\x81\xb8\x3b\xe7\x11\x27\x48\x12\xc0\xf1\x61\xfe\x94\xde\x60\xa9\xe2\x25\x64\x03\x19\x08\xb8\xaf\x9c\x1b\xed\xf4\x8c\x1d\xc4\x07\x77\xa8\x83\x0d\xbd\x86\xac\xa9\x3c\x0f\x95\x41\x88\xe6\x1e\x87\xb4\xc0\xdd\x13\xbc\x20\x52\x88\xef\xfe\x0c\x70\x10\x12\xee\x68\x00\x06\xa0\xe3\xe4\xbd\xc0\xd7\xd1\x7a\xd0\x67\x60\x65\xf4\x25\x70\x0a\xd8\x14\xc5\x07\xce\x4b\x6a\x23\xcd\xd8\x60\xa9\xb3\xf8\xef\xec\x14\x09\xcb\xb5\x16\x2e\x4a\x52\x81\x7b\x9f\x83\x93\x99\xe7\x74\xd0\x08\xc0\x43\x2c\x14\x16\x04\x3c\xcb\x4c\x5e\x8a\x81\x8a\x13\x57\xfa\x97\xa0\x1f\x50\xe4\x3a\x73\x68\x19\x42\xbd\x40\x06\xd2\x05\xd7\x89\x53\x03\xe7\xae\xd4\x3c\xef\x82\xe1\xd1\x40\xb3\x7c\x08\x0a\xf3\x50\xbe\x0d\xc2\x41\xff\x82\xaa\x43\x3e\xa3\x87\xc1\x87\x4d\xce\x92\x2f\x49\x7c\x91\x5a\x83\x37\xb1\x7f\x49\xff\x44\xfe\xe0\x38\xc9\xfc\x24\x70\x38\x56\x32\x02\x9c\x59\x9e\xac\x2c\x89\xeb\xc4\x91\x01\x01\x39\x07\x64\x77\x68\xf1\x9a\xd0\xca\xbe\xfc\x55\xba\xe9\x94\x94\x42\x36\xb6\xa8\xd5\x54\x7e\x78\x35\xb0\xe8\x1a\x04\xb3\x48\x88\x16\x97\xf7\x44\xb8\xb8\x7d\x57\xc8\xc2\xe7\xdd\xff\x28\xbf\x8e\x91\x52\x88\xd2\x93\x21\x27\x82\x66\x2c\xad\x29\xb5\x32\x6a\xb1\xc7\x28\x0c\xc9\x2d\xe9\xf4\xb9\x2c\x7e\x93\x6c\x0c\xe2\x29\x57\x04\xd8\xb0\xfa\x8b\xeb\x0b\x4c\xa1\x1a\xf3\x03\x21\xbf\x71\x3e\x70\x31\x4a\x66\x9c\x0c\x56\xc0\x5d\x41\x5e\x3d\x89\x6a\xa6\xc6\x55\x5e\x31\xb2\xbd\xc7\xc6\x8e\x7d\xb1\x57\x67\xdd\x6a\x91\x72\x0c\x65\xc6\xbf\x42\xd9\xf8\xb1\x4e\x04\xa0\xec\x38\x4c\x4b\xb3\x72\xdb\x05\xda\xca\xcd\x53\x01\x6d\x2c\x0d\x88\x67\xc2\x30\x23\x43\x2e\x27\x3d\x90\xb2\x22\xf5\x51\xce\x6b\xac\x79\xd3\x01\xe8\x3f\x7b\x64\xc3\x0f\x1c\x06\x4f\xe7\x4f\x28\x05\xa3\x3a\xb8\xa9\x06\x3d\xf4\x7c\x7e\x8e\x95\x32\x73\x9a\x65\xeb\x7a\x82\xe9\x4b\xee\xf6\x17\x64\x4d\xaf\xc6\x84\xf8\x72\xc8\x73\xbf\x87\x7d\xe0\xfc\xe8\x8e\x89\x69\x60\xc6\x95\xb5\xc5\xbf\x66\x0c\xc5\x2f\xc6\x7b\x70\xc4\xdc\x8f\xa6\x57\xb0\xa4\x1e\x15\x64\x5f\x62\x5e\xb8\x39\xf9\x3a\x87\x3a\x23\xb7\x52\x2b\x40\x17\x97\xc4\x42\xca\xfb\x8f\xf1\x89\x30\xd5\x21\xf0\x86\xab\xa2\xf8\x34\x64\xb3\xcc\x3a\x1f\x61\xc7\xab\xb1\x43\x62\x13\xf9\x40\x6f\x73\x8a\xc9\x5a\x60\xb8\x15\x35\x9e\x7a\x39\xf1\x3b\x03\x81\xbd\x9d\xa3\xc5\x2e\x58\xe4\x14\xbc\x60\x1d\xef\x7f\x51\xe2\xc1\xd0\xab\x5e\x7d\x9d\x4e\xaf\x4c\xfb\x58\x61\x47\xf3\x0d\xd0\xad\x39\x44\xed\xb1\xb9\x57\x3f\x41\x16\xbb\x3f\xd7\xbc\x49\xd9\x86\x86\xb4\xee\x93\xbe\x4b\x8a\xc9\x17\x34\x8b\x73\x2d\x94\x3f\xbd\x6d\xe4\x9f\x35\xb3\x1a\x60\xf2\x77\x1d\xfc\x27\xac\x79\xd2\xcf\x3f\xcd\xdf\x60\xf6\x46\xb5\x2c\x87\x52\x44\x33\xce\x60\xa6\x08\xa1\xa5\xbf\x11\x34\xb1\x06\x8d\x1f\x18\x22\x2b\xfd\x6d\x79\x74\xc5\x11\xc9\xce\xb3\x34\xed\xc6\x2f\xdd\xe6\x54\x5c\xfe\x99\x5e\x57\xda\xa5\xa8\x85\xde\x67\xc4\x2f\x2e\xa4\x3e\x69\x7c\xbf\x7e\x75\xbf\x07\xe9\x93\xf2\xf5\x41\x18\x71\x17\xb8\xac\xc8\xae\xc0\x71\x4b\x8d\x04\xea\x32\xb8\x96\x76\xcf\xdb\x7e\x72\x31\x3e\x27\x7b\x66\xd8\xf0\x30\xfb\x81\x76\xfa\xf1\x34\xfc\x64\x0e\xd1\xf2\xb5\xda\xdc\x16\x2e\xb3\xf9\xfd\x8a\x14\x72\xaa\xbf\x14\xdb\xb1\xfc\xfb\x48\x37\x96\x3e\xe4\x38\xb6\x87\x45\x36\x28\x4d\x9a\x63\x9f\xe7\xd9\x4d\x45\xe0\x9c\xa2\x1a\x67\x34\xf0\xe5\xcf\x8e\xce\x32\x88\x12\x66\xd4\xd9\x7b\xc4\x30\x0d\xe1\xd9\x6c\xfc\x24\xf4\x4f\xc3\xbb\xf9\x11\xdc\x60\xfb\x23\x25\x76\x9c\xf2\xe7\x51\x55\x4e\x3c\xd5\xa8\xc1\x46\x63\xae\x7c\x86\x5b\x5b\x33\xc3\xbc\x0c\xdc\x5b\x44\x36\x6b\x26\x8d\x4c\xe3\xe0\x23\x67\xa7\x57\x91\x8f\x96\x3a\x96\x3a\x96\xef\x2e\x79\x2f\x97\x0f\x8c\x2f\x6f\x2c\x7f\xaa\x7b\x83\x70\x86\xd7\xe4\x1a\xaf\x58\x23\xd8\x51\x1f\x91\x91\xc8\x5e\x2f\x4b\x24\x07\x15\x6a\x75\x66\xb5\x0b\xa3\xac\xf3\x1e\x55\x87\x0d\x57\x8c\xb5\x2d\x49\xce\xe1\x4b\x78\xe5\xa5\xf3\xb9\x47\x63\xd6\xf2\x1d\xf9\x90\x2c\x52\xb9\x0f\x8f\x5b\xa1\x56\xbb\xbe\x26\xdc\xde\xd3\xaa\x44\x95\x1c\xee\xeb\x46\x12\x74\x17\x21\x43\xf5\x48\x37\x94\xc3\x44\xdf\x42\x00\xbe\x75\x4a\x7e\x40\x94\xa8\x3d\x15\x5b\x77\x85\x18\x3f\x55\xfd\x6a\x8e\xf8\x6b\x5a\x33\x4a\x85\x60\x34\x75\xe6\x99\x28\x2e\x6e\x72\xc6\x6c\x01\x43\x9c\xf8\xa1\x21\x82\xe6\x4d\x7b\xc1\xd0\x3e\xb4\xf0\xe0\x8d\xfb\xf1\x81\x71\x59\xeb\xe2\xe9\xa9\x69\x6a\xfc\xba\x37\xed\x79\x7d\xfc\xbe\x2e\xf9\x37\x97\xb9\x43\xa3\x61\xb5\x2f\x98\x6e\x70\xdf\x56\x1f\x32\x0a\xf3\xb2\xfb\x22\x36\x90\xa6\x3d\x70\x74\x71\x96\x41\xe9\xdb\xe8\xcb\xa7\x43\x7a\x12\xab\xc4\xc8\xef\xde\xd2\xd3\x0a\x48\x97\xdb\xdd\x83\x42\x09\x17\x5b\x7b\x1c\xe3\x71\xdb\xad\xbb\xfa\x78\x2c\xb3\x15\xa3\xf2\x1a\x7b\xb2\xdb\x1e\x26\x10\x37\xe9\x6f\xbd\xed\x99\x71\x2c\x84\xbf\x9d\x58\x22\x1c\x6d\xb8\x25\xd8\x61\x92\x1e\xbb\x59\x3d\x99\x53\x08\xdd\xf6\x41\x4a\xbe\x69\xe7\x1d\xe0\xab\xaa\x57\x68\x2a\x64\xb7\xc6\x5b\x84\xb3\x0c\x54\xe3\xe1\x99\x93\x8c\xeb\xb5\xa9\x6d\xf2\xb4\x7b\x55\x1a\x45\x26\x64\x9b\xf2\xe7\xb1\x26\x44\xf8\xeb\xaa\xe7\x79\x78\xe3\x92\x3a\x0b\x1b\xdc\xb3\x52\x7b\x4d\x4b\x6c\x6e\xd9\xbe\xa2\x31\xd6\xa6\x1a\x0a\x71\xce\xfa\xe1\xfa\x65\xd7\xbd\x34\xc2\xe7\x8f\x6d\x8d\x26\x3b\x7f\x87\x2d\xe5\xa1\xb2\xe8\xac\xcd\x11\x78\x61\x9a\xc0\xf6\x79\xfc\xfd\xec\x6c\x66\x25\x31\x3e\x3f\x89\xfc\x83\x7a\xbc\x68\x17\x05\xa2\x75\x16\x54\x0e\x69\xd2\xbe\xe5\xaa\xd5\x2c\x52\x8f\x64\xb5\x65\xea\x93\xed\x32\x30\xa1\xba\x04\x62\x9a\x94\x4b\x30\x3e\x33\xb5\xd4\x70\x05\xa7\x9e\x2e\x73\x53\x1f\xab\x9b\xf3\x09\xb6\x88\x1d\x28\xc0\x82\x57\x2a\x46\x1c\xe5\x76\x02\x9b\x13\x5c\x0f\x6f\x8a\x0d\xc0\xdc\xbd\x36\x8f\xcf\xc2\x03\x7e\xdb\xf0\xc0\x76\x44\xd4\x6e\x5c\x23\xa0\xa2\xc3\x68\x4e\x24\xa1\x78\x24\x69\x96\x8a\x49\xa4\xc3\xef\xd3\x76\x63\x8f\x74\x9f\xa7\xa7\x47\xd5\x96\x4d\x50\xd7\xc3\x85\x13\x07\x28\xb5\xa1\x4e\x7e\x72\xe4\x07\xa1\x82\x36\xbb\xc4\xf1\x70\x84\x6e\x32\xa1\x2b\x4a\x45\x09\x87\xdb\x4d\xbc\x09\x03\x60\x2b\x32\xde\x83\xf4\x9a\x9e\x1a\x3e\xda\xbd\xd2\x8f\xb1\xc3\x6e\x6a\x4e\x7f\x72\x0e\xdc\x6c\x43\x3f\x72\xad\xdf\x6c\x20\x7a\x79\x50\x99\x69\xc4\x03\x9f\x63\xd4\x0e\x12\xda\xdf\x95\x38\x46\xeb\xf6\x7b\x3f\xd7\x4f\xff\xe2\x69\xd9\x94\x4b\xa7\x7a\x88\xe5\x79\xd2\x2d\x9e\x2a\xc4\xe8\x52\xba\x9f\x3e\xf7\x3c\x60\x68\xb9\x36\x9b\xab\xd0\xc7\x3d\x6c\xd4\x87\xc8\x91\x2f\x56\x15\xad\x88\x2f\x43\xa6\xa0\x27\xf0\x2f\x63\x8f\x02\x97\xbb\xfb\x6e\x2d\xef\xc7\x2f\xc4\x18\x20\x76\x83\x57\x82\x8c\x33\xb6\x03\x88\x80\x27\xad\x8c\x7c\xe2\x82\xfd\x34\xbd\x9a\x0c\x75\xc8\xa0\x86\x92\xc7\x9c\x8b\x88\xb3\xf4\x00\x87\xdc\xa9\x63\x0c\xba\x25\xa8\xae\x91\x01\x33\x1b\xc8\xea\x60\x9e\x35\x6e\x0e\xdb\x5b\xfb\xa6\x3f\xed\x66\xce\x72\xd7\x9b\x31\x56\x66\x98\xea\xef\xab\xbe\xa5\x95\x3a\x9d\x50\x70\x21\x0b\x79\x98\x40\xb2\xf0\xae\x01\x6d\xc0\x8c\x91\x31\x15\xce\x56\x3f\xe6\x9c\xba\xd5\x3b\x53\x52\x80\x1a\x91\x77\x8e\xb4\xa5\x07\xa6\xd7\x52\xae\x1a\x56\xd1\x20\xd4\x01\x13\x1b\x4a\x2b\xed\xac\x85\x0e\xf6\x22\x33\x5b\x5f\x70\xe8\x17\xfd\xfd\x9d\x88\x12\x6d\xfa\xef\x2a\x5d\xf1\x5f\x69\x8f\x94\x15\x7d\xdf\x51\xc3\x95\x86\xed\xab\x29\x7b\xca\xe9\x06\x36\x24\x80\x42\xba\x22\x16\xf7\x4b\xe1\x08\x8c\x43\xfa\xc3\x36\x00\x92\x4d\x90\x75\xfe\x0c\x72\xfb\x37\x97\xe6\xff\xf2\x74\x1e\x6a\x8a\x3d\x38\xe8\xca\xf9\xbf\x5d\xff\x0f\xce\xd0\x12\x00\x00\xb0\x08\x00\x1c\xba\x07\x00\x1c\x4a\xfc\x6f\xee\xd1\x7f\x77\x82\xfe\xef\xdc\x9f\xff\x8f\xb8\x7f\xe5\xc5\x81\xff\x63\xef\xbf\xe2\x83\x5f\x49\x4e\x07\x07\x3d\xdf\xfe\x95\x8d\x9f\xfd\x6f\xf7\xfe\xd3\x4b\xfb\x69\x00\xe0\x7a\x27\x00\x70\xa6\x05\x00\xb8\x10\xf1\x1f\xeb\xff\xc3\xbd\x95\x03\x00\x04\x8f\x01\x00\x67\x41\xff\x67\xae\x4e\x17\x00\xb8\xa6\x07\x00\x9c\xea\xfc\x77\xee\x3f\xf9\x62\x9f\xbe\x7b\xf2\x4a\xdc\xda\xe8\x9b\x55\xe4\x27\xc5\xcb\x5f\x7e\x9e\xff\xe7\xbd\x07\x18\xea\xc1\x01\x00\x00\x96\xd8\x38\x7e\x78\xe7\xe0\xa0\xeb\x68\x63\xc2\x49\x78\xe9\xef\x2d\xbe\xf4\x86\xff\xee\xa6\xf5\x6a\x05\x9c\xfe\xb3\xfc\xe0\xbb\x58\x16\x20\x4d\xe9\x16\x00\xe0\x61\x7a\x70\xf0\x7e\xe7\x60\xb1\xe5\xee\xff\xe0\x04\xc6\x83\x0f\x7e\x8e\xe8\x00\x0c\xeb\xbe\x00\x00\x16\xea\xff\x70\xfc\x9b\x97\xff\x07\x77\x64\xef\xce\xc1\x41\xb0\x11\x00\xd4\x3a\x0c\x00\xdc\x48\xf8\x87\xfb\x9b\x38\x13\xe8\xe9\xf1\xcf\xdf\xfb\x05\xf8\x78\x58\x59\xdb\x88\xfe\xab\x83\xcf\x84\x7f\xcd\x18\x0b\xf6\xf1\x0e\x76\xfd\xb7\xa9\x9f\x76\x7f\xf1\xc4\x0c\x00\x00\xd8\x00\x00\x00\x41\x80\x16\xc0\x17\xe0\x07\x08\x03\x04\x00\x3c\x01\x1e\x80\x67\x80\x20\x80\x28\x40\x01\x00\x03\xc0\x00\xaa\x00\x51\x80\x1e\xe0\x05\x20\x08\xe0\x0e\x08\x00\xbc\x00\x38\x03\x82\x00\x9e\x00\xdf\x7f\x22\x6f\x80\xe8\x3f\x27\xbd\x01\xbe\x80\x80\xff\x8a\x5f\x00\x02\xff\xc9\xfe\x7f\x2a\x18\xe0\x03\x00\x04\x3e\x55\x54\xf8\x57\xd5\xd3\x06\x00\xc0\x51\xee\xc1\xc1\x07\x19\x00\xe0\x58\x39\x00\xf0\x33\xe5\xe0\xe0\x7b\xf5\xc1\xc1\xcf\x5a\x00\xe0\x70\x0d\x00\x30\x99\xf9\xff\x05\x00\x00\xff\xff\x12\x78\xef\xbb\x20\xee\x00\x00"); -type bindataFileInfo struct{_ca string ;_fbd int64 ;_gd _bf .FileMode ;_bb _ec .Time ;};func NewCmykIsoCoatedV2OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_gbc ,_baeb :=_eb ();if _baeb !=nil {return nil ,_baeb ;};_geae :=_ae .NewCustomPdfOutputIntent ("I\u0053\u004f\u0020\u0043oa\u0074e\u0064\u0020\u0076\u0032\u00203\u0030\u0030\u0020\u0062\u0061\u0073","I\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u00762\u005f\u0033\u0030\u0030_b\u0061\u0073","\u0054h\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020b\u0061\u0073ed\u0020\u006f\u006e\u0020\u0074\u0068e\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u002e\u0074\u0078\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0069\u006e\u006b\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020f\u006f\u0072\u0020\u0074\u0068e\u0020\u0073\u0065\u0070\u0061\u0072\u0061t\u0069\u006f\u006e \u0069\u0073\u00203\u0030\u0030\u0025\u002e\u0020T\u0068\u0065\u0072\u0065f\u006fr\u0065\u0020t\u0068\u0069\u0073\u0020pr\u006f\u0066\u0069\u006c\u0065\u0020\u0069s\u0020\u0076\u0061\u006c\u0069\u0064\u0020f\u006f\u0072\u0020\u0074h\u0065\u0020\u0070\u0072\u0069\u006et\u0069n\u0067\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u0069\u006e\u0067\u0020\u0049\u0053\u004f\u0020\u0031\u0032\u0036\u00347\u002d\u0032\u003a\u0032\u0030\u0030\u0034\u002f\u0020\u0041\u006d\u0064\u0020\u0031\u0020\u0028\u0032\u0030\u00307\u0029\u003a\u000a\u002d\u0020\u0073\u0068\u0065\u0074\u002d\u0066e\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0070\u0072\u0069\u006et\n\u002d\u0020\u0070\u0061p\u0065\u0072\u0020t\u0079\u0070\u0065\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0032\n\u002d\u0020\u0067\u006c\u006f\u0073s\u0079\u002f\u006d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u0061\u0074e\u0064\n\u002d \u0054\u0056\u0049\u0020\u0061\u0074\u00204\u0030\u0025:\u0020\u0043\u004d\u0059\u0020\u003d\u00201\u0033\u0025 \u002f\u0020\u004b\u0020\u003d\u0020\u0031\u0036\u0025",_gbc ,4); -if _adb :=_geae .SetSubtype (subtype );_adb !=nil {return nil ,_adb ;};return _geae ,nil ;};type ColorSpace int ;func MustAsset (name string )[]byte {_bcb ,_fbb :=Asset (name );if _fbb !=nil {panic ("\u0061\u0073\u0073\u0065\u0074\u003a\u0020\u0041\u0073\u0073\u0065\u0074\u0028"+name +"\u0029\u003a\u0020"+_fbb .Error ()); -};return _bcb ;};const _gc ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0055\u006e\u0064\u0065\u0066\u0069n\u0065\u0064D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0053\u0043\u004e\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004d\u004e\u0054\u0052\u0044\u0065v\u0069\u0063\u0065C\u006c\u0061\u0073s\u0050\u0052\u0054\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073L\u0049\u004e\u004b\u0044\u0065\u0076\u0069\u0063\u0065\u0043l\u0061\u0073\u0073\u0053\u0050\u0041\u0043\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0041\u0042\u0053\u0054D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004e\u004d\u0043\u004c"; -func _dc ()([]byte ,error ){return _cf (_fa ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063");};func _cf (_fdc []byte ,_cg string )([]byte ,error ){_ad ,_be :=_da .NewReader (_b .NewBuffer (_fdc )); -if _be !=nil {return nil ,_a .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_cg ,_be );};var _bfc _b .Buffer ;_ ,_be =_fd .Copy (&_bfc ,_ad );_de :=_ad .Close ();if _be !=nil {return nil ,_a .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_cg ,_be ); -};if _de !=nil {return nil ,_be ;};return _bfc .Bytes (),nil ;};func (_gf bindataFileInfo )Mode ()_bf .FileMode {return _gf ._gd };func AssetDir (name string )([]string ,error ){_ada :=_ddc ;if len (name )!=0{_cb :=_g .Replace (name ,"\u005c","\u002f",-1); -_eed :=_g .Split (_cb ,"\u002f");for _ ,_feb :=range _eed {_ada =_ada .Children [_feb ];if _ada ==nil {return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};};};if _ada .Func !=nil {return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name ); -};_eeag :=make ([]string ,0,len (_ada .Children ));for _fdb :=range _ada .Children {_eeag =append (_eeag ,_fdb );};return _eeag ,nil ;};func NewSRGBv4OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_aga ,_gga :=_ab ();if _gga !=nil {return nil ,_gga ; -};_egg :=_ae .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0034","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073\u0052G\u0042\u0020\u0049E\u0043\u0036\u0031\u0036\u0039\u0036\u0036\u002d\u0034",_aga ,3);if _gcad :=_egg .SetSubtype (subtype ); -_gcad !=nil {return nil ,_gcad ;};return _egg ,nil ;};var _cc =map[string ]DeviceClass {"\u0037\u0033\u0036\u0033\u0036\u0045\u0037\u0032":DeviceClassSCNR ,"\u0036\u0044\u0036\u0045\u0037\u0034\u0037\u0032":DeviceClassMNTR ,"\u0037\u0030\u0037\u0032\u0037\u0034\u0037\u0032":DeviceClassPRTR ,"\u0036\u0043\u0036\u0039\u0036\u0045\u0036\u0042":DeviceClassLINK ,"\u0037\u0033\u0037\u0030\u0036\u0031\u0036\u0033":DeviceClassSPAC ,"\u0036\u0031\u0036\u0032\u0037\u0033\u0037\u0034":DeviceClassABST ,"\u0036\u0045\u0036\u0044\u0036\u0033\u0036\u0043":DeviceClassNMCL }; -type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ;};func NewSRGBv2OutputIntent (subtype _ae .PdfOutputIntentType )(*_ae .PdfOutputIntent ,error ){_bgd ,_gcg :=_bfd ();if _gcg !=nil {return nil ,_gcg ;};_bag :=_ae .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0032","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073R\u0047B\u0020\u0063\u006f\u006c\u006fr\u0020\u0070r\u006f\u0066\u0069\u006c\u0065",_bgd ,3); -if _ecd :=_bag .SetSubtype (subtype );_ecd !=nil {return nil ,_ecd ;};return _bag ,nil ;};func Asset (name string )([]byte ,error ){_ce :=_g .Replace (name ,"\u005c","\u002f",-1);if _gea ,_bc :=_bac [_ce ];_bc {_aed ,_fab :=_gea ();if _fab !=nil {return nil ,_a .Errorf ("\u0041\u0073\u0073\u0065\u0074\u0020\u0025\u0073\u0020\u0063\u0061\u006e\u0027\u0074\u0020r\u0065a\u0064\u0020\u0062\u0079\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",name ,_fab ); -};return _aed ._fe ,nil ;};return nil ,_a .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};func AssetInfo (name string )(_bf .FileInfo ,error ){_cgg :=_g .Replace (name ,"\u005c","\u002f",-1); -if _afc ,_eea :=_bac [_cgg ];_eea {_gad ,_bcc :=_afc ();if _bcc !=nil {return nil ,_a .Errorf ("\u0041\u0073se\u0074\u0049\u006ef\u006f\u0020\u0025\u0073 ca\u006e't\u0020\u0072\u0065\u0061\u0064\u0020\u0062y \u0065\u0072\u0072\u006f\u0072\u003a\u0020%\u0076",name ,_bcc ); -};return _gad ._bgb ,nil ;};return nil ,_a .Errorf ("\u0041\u0073\u0073\u0065tI\u006e\u0066\u006f\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064",name );};func ParseHeader (data []byte )(ProfileHeader ,error ){if len (data )< 128{return ProfileHeader {},_e .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065"); -};_aag :=_b .NewReader (data );var _fgc ProfileHeader ;_aee :=make ([]byte ,4);_ ,_ea :=_aag .ReadAt (_aee ,8);if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); -};_def :=_bg .EncodeToString (_aee [:2]);_def =_g .TrimPrefix (_def ,"\u0030");_gge :=_g .Builder {};for _bad ,_bgf :=range _def {_gge .WriteRune (_bgf );if _bad !=len (_def )-1{_gge .WriteRune ('.');};};_fgc .Version =_gge .String ();_ ,_ea =_aag .ReadAt (_aee ,12); -if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064");};_aff ,_dfc :=_cc [_g .ToUpper (_bg .EncodeToString (_aee ))]; -if !_dfc {return ProfileHeader {},ErrUndefinedHeaderDeviceClass ;};_fgc .DeviceClass =_aff ;_ ,_ea =_aag .ReadAt (_aee ,16);if _ea !=nil {return ProfileHeader {},_e .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); -};_dec ,_dfc :=_ceg [_g .ToUpper (_bg .EncodeToString (_aee ))];if !_dfc {return ProfileHeader {},ErrUndefinedHeaderColorSpace ;};_fgc .ColorSpace =_dec ;return _fgc ,nil ;};func (_fg bindataFileInfo )ModTime ()_ec .Time {return _fg ._bb };var _ggf =[...]uint8 {0,20,35,50,65,80,95,110,125}; -func _ffb ()(*asset ,error ){_afg ,_deb :=_bfd ();if _deb !=nil {return nil ,_deb ;};_dca :=bindataFileInfo {_ca :"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063",_fbd :3024,_gd :_bf .FileMode (436),_bb :_ec .Unix (1628763334,0)};_gdb :=&asset {_fe :_afg ,_bgb :_dca }; -return _gdb ,nil ;};func (_dedf ColorSpace )String ()string {if _dedf < 0||_dedf >=ColorSpace (len (_badb )-1){return "C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0028"+_d .FormatInt (int64 (_dedf ),10)+"\u0029";};return _dfg [_badb [_dedf ]:_badb [_dedf +1]]; -};func _dfa (_gfd ,_fcd string )string {_gaf :=_g .Replace (_fcd ,"\u005c","\u002f",-1);return _c .Join (append ([]string {_gfd },_g .Split (_gaf ,"\u002f")...)...);};func RestoreAsset (dir ,name string )error {_bd ,_cfd :=Asset (name );if _cfd !=nil {return _cfd ; -};_ged ,_cfd :=AssetInfo (name );if _cfd !=nil {return _cfd ;};_cfd =_bf .MkdirAll (_dfa (dir ,_c .Dir (name )),_bf .FileMode (0755));if _cfd !=nil {return _cfd ;};_cfd =_ee .WriteFile (_dfa (dir ,name ),_bd ,_ged .Mode ());if _cfd !=nil {return _cfd ; -};_cfd =_bf .Chtimes (_dfa (dir ,name ),_ged .ModTime (),_ged .ModTime ());if _cfd !=nil {return _cfd ;};return nil ;};var _ceg =map[string ]ColorSpace {"\u0035\u0038\u0035\u0039\u0035\u0041\u0032\u0030":ColorSpaceXYZ ,"\u0034\u0043\u0036\u0031\u0036\u0032\u0032\u0030":ColorSpaceLAB ,"\u0034\u0043\u0037\u0035\u0037\u0036\u0032\u0030":ColorSpaceLUV ,"\u0035\u0039\u0034\u0033\u0036\u0032\u0037\u0032":ColorSpaceYCBR ,"\u0035\u0039\u0037\u0038\u0037\u0039\u0032\u0030":ColorSpaceYXY ,"\u0035\u0032\u0034\u0037\u0034\u0032\u0032\u0030":ColorSpaceRGB ,"\u0034\u0037\u0035\u0032\u0034\u0031\u0035\u0039":ColorSpaceGRAY ,"\u0034\u0038\u0035\u0033\u0035\u0036\u0032\u0030":ColorSpaceHSV ,"\u0034\u0038\u0034\u0043\u0035\u0033\u0032\u0030":ColorSpaceHLS ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0034\u0042":ColorSpaceCMYK ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0032\u0030":ColorSpaceCMY ,"\u0033\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace2CLR ,"\u0033\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace3CLR ,"\u0033\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace4CLR ,"\u0033\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace5CLR ,"\u0033\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace6CLR ,"\u0033\u0037\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace7CLR ,"\u0033\u0038\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace8CLR ,"\u0033\u0039\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace9CLR ,"\u0034\u0031\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceACLR ,"\u0034\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceBCLR ,"\u0034\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceCCLR ,"\u0034\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceDCLR ,"\u0034\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceECLR ,"\u0034\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceFCLR }; +package colorprofile ;import (_b "bytes";_g "compress/gzip";_a "encoding/hex";_bfd "errors";_dg "fmt";_ac "github.com/unidoc/unipdf/v3/model";_e "io";_de "io/ioutil";_f "os";_bb "path/filepath";_bf "strconv";_cd "strings";_c "time";);func RestoreAssets (dir ,name string )error {_cg ,_gfc :=AssetDir (name ); +if _gfc !=nil {return RestoreAsset (dir ,name );};for _ ,_fggd :=range _cg {_gfc =RestoreAssets (dir ,_bb .Join (name ,_fggd ));if _gfc !=nil {return _gfc ;};};return nil ;};func ParseHeader (data []byte )(ProfileHeader ,error ){if len (data )< 128{return ProfileHeader {},_bfd .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065"); +};_ec :=_b .NewReader (data );var _ae ProfileHeader ;_dde :=make ([]byte ,4);_ ,_efg :=_ec .ReadAt (_dde ,8);if _efg !=nil {return ProfileHeader {},_bfd .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); +};_ba :=_a .EncodeToString (_dde [:2]);_ba =_cd .TrimPrefix (_ba ,"\u0030");_fbb :=_cd .Builder {};for _debd ,_bea :=range _ba {_fbb .WriteRune (_bea );if _debd !=len (_ba )-1{_fbb .WriteRune ('.');};};_ae .Version =_fbb .String ();_ ,_efg =_ec .ReadAt (_dde ,12); +if _efg !=nil {return ProfileHeader {},_bfd .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064");};_cbb ,_fed :=_dac [_cd .ToUpper (_a .EncodeToString (_dde ))]; +if !_fed {return ProfileHeader {},ErrUndefinedHeaderDeviceClass ;};_ae .DeviceClass =_cbb ;_ ,_efg =_ec .ReadAt (_dde ,16);if _efg !=nil {return ProfileHeader {},_bfd .New ("\u0072\u0065\u0061\u0064\u0069\u006eg\u0020\u0049\u0043\u0043\u0020\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020h\u0065\u0061\u0064\u0065\u0072\u0020\u0066a\u0069\u006c\u0065\u0064"); +};_dce ,_fed :=_ee [_cd .ToUpper (_a .EncodeToString (_dde ))];if !_fed {return ProfileHeader {},ErrUndefinedHeaderColorSpace ;};_ae .ColorSpace =_dce ;return _ae ,nil ;};func _efab ()(*asset ,error ){_dcc ,_gfg :=_da ();if _gfg !=nil {return nil ,_gfg ; +};_ad :=bindataFileInfo {_gbb :"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063",_cdf :3024,_cf :_f .FileMode (436),_gf :_c .Unix (1628763334,0)};_gbed :=&asset {_ff :_dcc ,_fa :_ad };return _gbed ,nil ;};type ColorSpace int ;const _bfe ="\u0043\u006fl\u006f\u0072\u0053\u0070\u0061\u0063\u0065Un\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0058Y\u005a\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065L\u0041\u0042C\u006f\u006c\u006f\u0072Spa\u0063\u0065\u004c\u0055\u0056\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0043\u0042R\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0059\u0058\u0059\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061ce\u0052\u0047\u0042\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0047\u0052\u0041\u0059C\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0048\u0053\u0056C\u006f\u006c\u006f\u0072S\u0070\u0061\u0063\u0065\u0048\u004c\u0053\u0043o\u006c\u006frS\u0070\u0061\u0063e\u0043\u004d\u0059\u004b\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0043\u004d\u0059\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0032\u0043L\u0052\u0043\u006f\u006c\u006f\u0072\u0053p\u0061c\u0065\u0033\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0034\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070a\u0063\u00655\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0036\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070a\u0063\u0065\u0037\u0043\u004c\u0052\u0043\u006f\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0038\u0043\u004c\u0052\u0043o\u006c\u006fr\u0053\u0070\u0061\u0063\u0065\u0039C\u004cR\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0041\u0043\u004c\u0052\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0042\u0043\u004cR\u0043\u006f\u006c\u006f\u0072\u0053p\u0061\u0063\u0065\u0043\u0043\u004c\u0052C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0044C\u004c\u0052\u0043o\u006c\u006f\u0072\u0053p\u0061\u0063eE\u0043\u004c\u0052\u0043\u006f\u006co\u0072\u0053\u0070\u0061\u0063\u0065\u0046\u0043L\u0052"; +type ProfileHeader struct{Version string ;DeviceClass DeviceClass ;ColorSpace ColorSpace ;};var _efd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\000\xff\142\140\140\x5e\xe1\xe8\342\xe4\xca\044\xc0\xc0\x50\x50\x54\122\xe4\036\xe4\x18\x19\x11\x19\245\xc0\x7e\235\201\231\x81\x8f\101\224\101\210\x41\x3e\x31\271\xb8\xc0\x31\040\xc0\x87\201\x81\x81\041\057\x3f\x2f\225\001\x15\x30\x32\x30\x7c\xbb\x06\x22\x19\x18\056\353\x80\xcc\142\x20\x0d\260\044\x17\x14\x95\060\x30\x30\x6c\x61\x60\x60\360\x4b\111\x2d\x4e\146\x60\140\x64\141\x60\x60\x68\054\x2f\051\050\x61\140\x60\xec\x60\140\x60\020\311\x0e\x09\x72\x66\x60\x60\x9c\xc3\300\xc0\304\123\222\132\x01\x52\xcf\x90\x94\x58\xec\xe9\xec\x9c\x9f\x93\x5f\xa4\xa0\xab\340\234\137\120\131\x94\231\236\x51\xa2\240\x91\254\251\x60\144\x60\140\xae\x00\x91\x0a\316\xcf\x29\x2d\xc9\314\xcf\x2b\xd6\x51\160\314\xc9\x51\x08\x02\251\x29\x56\x08\112\x2d\x4e\x2d\x2a\x4b\x4d\xd1\x63\x60\x60\x80\330\011\006\xea\x9e\xc1\xfe\x0a\xce\xf9\x89\x25\xa9\051\x0a\145\x46\x0a\272\x0a\xee\101\xae\221\x0a\x86\311\x0a\272\x0a\x1a\010\xeb\x34\x49\xf4\x21\x11\x00\x14\xe6\x10\xd6\015\x17\x06\206\x07\xbe\x0c\x0c\xfb\x6e\x25\x97\026\225\x41\xc4\x18\031\xd8\x94\330\222\xd8\x16\xb1\075\x67\327\146\x2f\142\xdf\xcd\xc1\xc6\x11\xc2\xb1\204\xe3\043\xa7\x0b\xe7\x34\316\x57\x5c\x8e\x5c\x33\xb8\x3e\x72\xfb\x70\x2f\347\x61\xe5\x49\345\x39\312\xab\xc9\333\xc7\xfb\211\057\232\xef\010\277\x2e\xff\x6c\x01\x0e\201\012\201\x57\x82\x31\x82\027\x85\xdc\x85\x0e\x08\333\x08\357\x14\x31\x17\xd9\x29\152\x2d\272\x5f\xcc\115\354\xbc\x78\x94\370\x53\x89\x62\x49\x66\311\x09\122\112\x52\233\xa4\335\244\x6f\xc8\344\xca\xfc\227\x9d\x2c\247\x25\167\x50\076\x4a\xfe\223\102\xb7\xa2\xa6\342\x31\245\x34\x65\066\xe5\x55\x2a\xfe\x2a\x3f\124\027\250\xf9\xa8\xfd\x54\137\xad\x11\xab\051\xa4\x79\x4c\253\x5e\333\x4a\373\xbb\316\166\xdd\112\075\x6b\xbd\xff\372\xc7\014\xfa\x0d\xa3\214\324\215\076\x1b\x1f\x35\x99\x62\x9a\x69\146\x6b\x2e\154\xfe\xca\xe2\xb0\345\x1c\xab\x4a\xeb\x10\x1b\x23\x5b\101\333\x8f\x76\027\xed\xb7\072\x4c\x77\xac\164\x8a\x76\xb6\x77\121\x76\xe5\x70\x7d\xe3\x76\xc9\175\xa7\xc7\002\317\x0e\xaf\x42\xef\050\037\x77\x5f\x63\x3f\x05\x7f\x5e\xff\277\x01\x6f\003\x1f\x06\x5d\x0e\076\x19\162\x20\x74\x77\330\266\xf0\x6d\021\x9b\043\x77\x45\xed\x8b\x3e\x1e\x73\x29\xf6\176\334\233\370\x7f\x89\x02\x49\052\311\xd6\x29\041\xa9\131\x69\xed\xe9\013\x32\x0e\144\xde\xcd\372\x9b\x23\x93\353\x90\x97\x94\xdf\x56\260\xa2\xf0\x4c\xd1\xc7\x12\xc9\122\xeb\xb2\244\362\266\212\065\x95\227\253\xfe\324\x28\xd5\372\326\x95\xd5\x2f\x6e\x38\xd7\xf8\xbb\x59\xb3\x25\xa2\xb5\xa3\x6d\x4f\xfb\233\x4e\xa5\xae\260\xee\xde\x9e\303\xbd\377\xfa\xcd\047\x94\114\134\x3f\xe9\343\x14\x83\251\xe5\xd3\x76\317\x60\x9c\xe9\x35\153\352\354\x47\x73\x8d\346\065\xce\277\xba\x50\x6b\x51\313\342\xbb\x4b\xad\x96\315\130\376\x73\145\xe4\xaa\xbd\x6b\xe4\327\xb6\256\x7b\xb9\xc1\x77\xe3\306\xcd\x62\x5b\xca\xb7\336\334\x6e\xb9\143\xc6\xce\xaf\xbb\103\xf7\154\xda\047\xb4\x3f\377\xc0\305\x43\x06\207\xa7\034\xf9\x76\054\346\xf8\xe1\223\x7a\247\x66\237\xe1\070\133\x71\xee\xcd\x85\xd8\213\127\x2e\x7b\x5d\x39\172\xcd\341\xfa\xde\x9b\x56\xb7\xf6\xdc\xb1\xb9\x7b\xe8\xbe\xcb\203\063\x8f\002\x1e\337\x7c\x9a\364\xec\xe3\x8b\x9a\127\xdc\xaf\xa7\xbd\325\x78\xb7\xfd\203\xe7\xc7\333\x9f\x8b\xbf\xf2\x7d\x5b\367\xc3\xe9\347\xc5\337\121\x7f\x9e\376\x2b\370\xff\037\020\x00\x00\xff\xff\x15\x23\x9e\306\250\x03\x00\000"); +func AssetDir (name string )([]string ,error ){_fgg :=_aa ;if len (name )!=0{_fe :=_cd .Replace (name ,"\u005c","\u002f",-1);_gd :=_cd .Split (_fe ,"\u002f");for _ ,_bgd :=range _gd {_fgg =_fgg .Children [_bgd ];if _fgg ==nil {return nil ,_dg .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name ); +};};};if _fgg .Func !=nil {return nil ,_dg .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};_deb :=make ([]string ,0,len (_fgg .Children ));for _gfe :=range _fgg .Children {_deb =append (_deb ,_gfe ); +};return _deb ,nil ;};var (ErrUndefinedHeaderDeviceClass =_bfd .New ("\u0075\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0063la\u0073\u0073");ErrUndefinedHeaderColorSpace =_bfd .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0068\u0065\u0061\u0064\u0065r\u0020c\u006f\u006c\u006f\u0072\u0020\u0073\u0070a\u0063\u0065"); +);var _aa =&bintree {nil ,map[string ]*bintree {"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":&bintree {_bgb ,map[string ]*bintree {}},"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":&bintree {_af ,map[string ]*bintree {}},"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":&bintree {_efab ,map[string ]*bintree {}},"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":&bintree {_eb ,map[string ]*bintree {}}}}; +func _bfc (_fab ,_agg string )string {_fbc :=_cd .Replace (_agg ,"\u005c","\u002f",-1);return _bb .Join (append ([]string {_fab },_cd .Split (_fbc ,"\u002f")...)...);};var _edc =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xf1\x75\x54\x94\x6f\xf8\xee\x81\x8e\x5d\x28\xd8\x8a\x85\xa2\x02\x06\x22\x28\x61\x53\x62\x01\x12\xa2\x80\x4a\x88\x20\x48\x49\x33\xf3\xf6\x74\x37\x4c\x30\x0c\xc3\x0c\xdd\xdd\xdd\x25\xa2\x52\x2a\x26\x62\x77\xf7\x59\xdf\xfd\xdb\x6b\xed\xb3\xd7\x39\xfb\xfa\xe7\xfd\xbc\xd7\x73\xad\x75\xdf\xcf\x73\xe1\x74\xb4\xdb\xad\x4f\x9f\x3e\x35\x5d\x07\x87\x8b\x8c\x8a\x89\xb2\x75\xf4\x3c\x79\xca\xcf\x5f\x6f\xce\x28\x6e\x3a\x6e\x1e\x4e\x1b\xb7\x1b\xb7\xda\xef\x52\x74\xe4\x7f\x19\xdc\xff\x53\x5f\x47\x70\xd3\xfe\xfb\xde\xda\xe9\x7f\xdc\xd6\xf6\xff\x9d\xfb\xff\x2b\xad\x80\xcb\xd1\x97\x70\xb8\x69\xcb\x70\x38\x9c\xe5\xa5\xc8\xa8\x18\x1c\x6e\xda\x7f\xb3\x7c\xe3\x63\x22\xff\xe3\x7c\x1c\x0e\xb7\xcc\xff\xea\xff\xe2\xe6\xff\xd8\xda\xd4\xc6\x04\x87\x9b\x76\x1b\x37\xed\xf2\x79\x6b\x53\x9b\xdd\xb8\x69\x41\x26\xff\x9b\x4d\x71\xd3\xfb\x59\xff\xb1\x8d\xa9\xb5\x09\x6e\xe6\xee\xe7\xb8\x99\xd7\x4e\xd8\x98\x5a\xef\xc6\xcd\x55\xef\xf9\xdf\x6c\x8a\x5b\xb8\x0c\xc1\xe1\xb2\x7a\x83\xfc\xc2\x62\x70\x0b\xeb\x4f\xe1\xa6\xad\x99\x19\xe3\x17\x15\x84\x5b\x34\x7a\x1a\x37\xcd\x32\xea\x7f\xf6\xf9\x5f\xd2\x3b\xee\xe6\xac\x67\x1b\xe1\x17\x73\x39\x40\x2f\xce\x54\xcf\xcc\xc4\x64\x8b\x9e\xa1\xbf\x5f\xf4\x71\x5b\xdb\x88\xd0\x88\x28\xa3\xff\xaf\x6b\x4c\xc3\xc5\x5c\x4e\x88\xf9\x8f\xfe\xcf\xb9\xde\x7f\xcf\x19\x7c\xe9\xaa\x5e\xdc\x6e\x63\x53\xbd\x9d\x7a\xb6\x11\x91\x89\x51\xc1\x41\x57\x62\xf4\x0c\x2f\x19\xe9\x99\x9a\x98\x98\xef\x34\x35\x31\xb1\xd0\xfb\x9f\xb0\x5b\x44\x68\x6c\x4c\x70\x44\x78\xf4\x0e\x3d\xeb\xd0\x50\x3d\xd7\xff\x82\xd1\x7a\xae\x97\xa3\x2f\x47\xc5\x5d\x0e\x30\xc6\x9d\xf3\xf4\xd2\xfb\x9f\x59\x63\x76\x38\xdc\x43\x47\x1c\xae\xf1\xce\xff\xf1\x66\x9c\xc0\xe1\x66\x5c\xc3\xe1\xa6\xb7\x86\x05\xc6\x98\xfe\xe7\xcc\x9c\xb1\x00\xf7\x3f\xbd\xfc\x5f\x6b\xfe\xff\xfc\x4f\xfb\x5f\xe6\xb4\x6f\x33\xde\xce\x9a\x9a\x73\x7f\xde\xc8\x82\x5b\x0b\xc7\xb5\x9f\x2e\xfe\xb0\xf4\xcf\x8a\x79\xab\x96\xea\xae\x5b\x6b\xb4\xde\x54\xcf\x6a\xd3\xc1\xcd\x87\xb7\x1e\x31\x3c\xbc\xed\xd0\x8e\x83\xc6\xfb\x4c\x2c\x4d\xf7\x9a\x95\xee\x29\xde\x5b\x60\x9e\x67\x91\x63\x99\x65\x95\xb1\x4f\xb3\x5f\x7d\x20\xfd\x60\xfa\xa1\xf4\xc3\xe9\x47\xd4\xd6\x19\x36\x59\xb6\x39\x76\xf9\xf6\x45\x47\xcb\x1c\xaa\x8e\xd5\x1d\x6f\x3e\xd1\x7e\xb2\xfb\xd4\x80\x63\xaf\x53\x97\x73\xc7\xe9\x56\x97\x26\xd7\x7a\xb7\x1a\xf7\xca\x33\xa5\x1e\x45\x67\xf3\xce\x65\x79\xaa\xbd\x94\xde\x29\xe7\x65\x17\xa4\x17\xe5\x3e\x4a\xdf\x0c\xbf\x02\xff\xaa\x4b\x6d\x01\x37\x2e\xdf\x0f\x9c\x0c\x7a\x7c\xe5\x61\xf0\x83\x90\xfb\x57\x27\x42\x27\xc2\xee\x87\xdf\x8f\x78\x10\xf9\xf0\xda\xa3\xa8\x27\xd1\x4f\x63\xa6\x62\x9f\xc7\xbd\x8c\x7f\x9d\xf0\x36\xf1\x03\xfe\x13\xe1\x0b\xf0\x1d\xfc\x09\xfd\x41\x70\x48\x0e\xea\x8a\xfe\xc6\x32\x88\x4e\xc4\xef\x24\x15\xf9\x24\xf9\x33\x25\x95\x7a\x8c\xfa\x81\x26\xa7\xdb\xd3\xdf\x31\x24\x4c\x1b\xe6\x6b\x56\x32\xdb\x9a\xfd\x8a\x93\xc4\x3d\xc2\x7d\xc5\x4b\xe2\xdb\xf0\xdf\x08\xa4\x42\x7b\xe1\x47\x91\x52\xec\x28\xfe\x95\x94\x9b\xec\x25\x99\x2f\xa9\x93\x86\xc9\x56\xca\x5a\xe4\x21\x29\xcb\x52\x1a\x15\xc1\xa9\xcb\x52\x9b\x94\x57\xd3\x56\xa4\xb5\xaa\xc2\xd3\x75\xd3\x3b\xd4\xd7\x34\xeb\x34\x3d\x19\xb1\x99\x1b\x33\x07\xb2\x12\xb3\xb7\x64\x0f\xe5\x80\xb9\x46\xb9\xc3\x79\x68\xfe\xce\xfc\xb1\x02\x52\xa1\x49\xe1\xdd\x22\x4a\xb1\x69\xf1\x44\x09\xad\xd4\xac\x74\xa2\x8c\x51\xbe\xaf\xfc\x45\x85\xa4\xf2\x68\xe5\xe7\x2a\x55\xb5\x53\xf5\xcf\x9a\xcc\x5a\xd7\xda\xbf\x75\xb9\xf5\xe7\x1a\x66\x37\x54\x34\x06\x34\x2d\x6d\x6a\x6d\xbe\xd6\xb2\xa1\xe5\x7a\x2b\xd0\x66\xd4\x36\xda\x4e\xec\xd8\xd5\x71\xa7\x93\xd4\xb5\xb3\x6b\xb8\x1b\xec\xd1\xef\xe9\xe9\x0d\xeb\xd3\xe9\x2b\xeb\x77\x1f\x30\xb8\xce\x1f\xfc\x31\xe4\x73\xb3\xf5\xf6\xa6\x61\x64\xe4\xde\x98\xf9\x38\xfb\xce\xe3\x7b\x7b\x27\xa8\xf7\x47\x1e\xea\x3f\x8a\x78\x5c\x33\x39\xed\xe9\xf1\x29\xc1\xb3\x6f\x2f\xbc\x5e\xd6\xbf\x5e\xfb\x86\xf0\x76\xf4\xbd\xe9\x07\xc6\xc7\x47\x9f\xf7\x7c\xa1\x7c\x1d\xfe\xbe\xe9\x47\xc4\xcf\x86\xdf\x0b\xff\x5c\xf8\x5b\xf8\xef\x1f\x0e\x37\xed\xc7\x8c\x0f\xb3\x5e\xcd\x99\x9c\xf7\x70\xc1\x83\x85\xcf\xb5\x3f\x2e\xfe\xb9\x6c\xc6\x8a\x05\xab\x96\xea\xae\x59\xbb\x79\xfd\x0e\x3d\xd3\x4d\xe6\x9b\x2d\xb7\x5a\x1a\x5a\x6c\xdb\xbb\xc3\xcc\xd8\xd4\xc4\xd4\xd4\xd4\xac\x64\x4f\xd1\xde\x7c\xf3\x5c\x8b\x6c\xcb\x4c\x2b\xcd\x3e\xf5\x7e\xd5\x81\xb4\x83\xa9\x87\x14\x87\x53\x8e\xc8\xad\x65\x36\x52\x5b\xa9\x9d\xcc\x3e\xe5\xa8\xd2\x21\xfd\x58\xf6\xf1\xc2\x13\x55\x27\x5b\x4e\x0d\x38\x76\x3b\x75\x38\xb7\x9d\x6e\x73\x69\x73\x6d\x77\xeb\x74\xef\x3e\xd3\xe7\x71\xfd\xec\x8d\x73\xb7\x3c\x6f\x7b\x0d\x7b\x8f\x9c\x1f\xb9\x30\x72\x71\xc4\x67\xc4\x77\xd4\x6f\xcc\xff\xce\xa5\x89\x80\x87\x97\x27\x03\x1f\x07\xdd\xbd\x32\x1c\x3c\x18\xd2\x7b\xb5\x23\xb4\x25\xac\x31\xbc\x2e\xa2\x3a\xb2\xea\x5a\x65\x54\x65\x74\x65\x4c\x55\x6c\x4d\x5c\x7d\x7c\x73\x42\x47\x62\x2f\xfe\x06\x61\x0c\x78\x08\xbe\x80\x3e\x21\x38\x44\x8d\x3a\xa0\xaf\x31\x01\xd1\x92\xf8\x80\x44\x25\x1b\x93\x47\x29\x08\xd5\x88\x7a\x8b\x06\xd2\x0d\xe9\xb7\x18\x30\x73\x1b\x73\x94\x45\x64\x9b\xb0\x27\x38\x0c\xae\x05\xf7\x29\x4f\xc8\xb7\xe6\xbf\x15\xa4\x08\x4f\x08\xbf\x8b\x32\xc5\xee\x49\xd3\x93\x4a\x92\x7d\x24\x8b\x24\x0d\xd2\x30\xd9\x0a\x59\xa3\x3c\x30\x45\x3b\xa5\x5a\xe1\x9f\xaa\x95\x5a\xa5\xf4\x4f\x5b\x98\x56\xad\x0a\x48\xd7\x4e\xaf\x53\x07\x69\x96\x68\x1a\x33\x42\x32\x57\x64\xb6\x66\x85\x67\xeb\x66\x77\xe6\x44\xe5\xae\xcf\xed\xcd\x8b\xcb\xdf\x94\x3f\x58\x40\x28\x34\x28\xbc\x55\x04\x17\x6f\x2f\x1e\x2b\x21\x95\x9a\x94\xde\x2b\xa3\x95\x9b\x96\xdf\xab\xa0\x54\x9a\x54\xde\xa9\x22\x57\x9b\x54\xdf\xab\xa1\xd5\xee\xad\x7d\x52\x27\xa8\xb7\xa9\xff\xd8\x90\xde\xe8\xda\x34\xa3\xa9\xac\x39\xa0\x65\x59\x4b\x7b\x6b\x74\xdb\xa6\xb6\xa1\x76\xb8\x63\x47\xc7\x78\x27\xa9\x6b\x57\xd7\x58\x37\xda\x63\xd8\x73\xbd\x37\xaa\x6f\x79\x5f\x65\xbf\xc7\xc0\xf6\xeb\xaa\x1b\x4b\x87\xd0\x9b\xaf\x6e\xbb\x0c\x97\x8d\x2e\x1e\x0b\x1d\x6f\xbb\xbb\xe2\x5e\xd0\x44\xf9\xfd\x7f\x0f\x1d\x1e\xb1\x1e\x0f\x4e\x2e\x7e\x7a\x7a\x4a\xf8\xec\xd7\x0b\xff\x97\x9d\xaf\x0d\xdf\xd0\xde\x4e\xbd\xb7\xfe\x20\xfb\xf8\xee\xb3\xf5\x17\xde\xd7\x89\xef\x86\x3f\xa2\x7e\x36\xfd\x5e\xf8\xe7\xfc\xdf\x82\xff\xfa\x9f\x3e\x67\xe6\xa2\xd9\xcb\xe7\xae\x99\xbf\x41\x6b\xfd\xa2\xb5\x3a\xab\x97\xe8\x2e\x5b\xb3\x62\xcd\xaa\x35\xba\xcb\xd7\xfc\x5b\xf7\x6a\xc3\xdd\x8d\x43\xfa\xd7\xb7\xdc\x32\x98\x30\x7a\xb1\xfd\xbb\xf1\x3c\x93\xd5\xa6\xdb\xcc\xca\xf6\x94\xee\x2d\x35\x2f\xb1\x28\xb1\x2c\xb6\x2a\xda\x57\xb0\x3f\xff\x40\xee\xc1\xec\x43\x99\x87\x35\x47\x54\xd6\xa9\x36\x72\x5b\xa9\x9d\xc4\x3e\xf9\xa8\xc4\x41\x7e\x2c\xed\x78\xd6\x89\x92\x93\x0d\xa7\x06\x1c\x5b\x9d\xea\x9c\x2b\x4e\x97\xba\x14\xbb\x16\xbb\x15\xbb\x97\x9e\xa9\xf0\xa8\x3e\x5b\x77\xae\xc9\xb3\xd5\xab\xc3\xbb\xeb\x7c\xcf\x85\xbe\x8b\x03\x3e\x83\xbe\x43\x7e\xb7\xfd\x47\x2f\xdd\x0d\x78\x70\x79\x32\xf0\x49\xd0\xfd\x2b\x63\xc1\xb7\x43\x06\xaf\xf6\x87\x76\x87\x75\x84\xb7\x45\xb4\x44\x36\x5f\x6b\x8a\x6a\x8a\x6e\x8e\x69\x89\x6d\x8b\xeb\x88\xef\x4e\xe8\x4f\x1c\xc2\x8f\x12\x26\x80\x49\xf0\x35\xf4\xe5\xff\xea\xff\x3e\x89\x4c\xde\x49\x1e\xa6\x80\xd4\xad\xd4\x41\x5a\x22\x5d\x9f\x3e\xc0\x48\x60\xea\x33\xaf\xb3\xf0\xec\xad\xec\x9b\x1c\x88\xbb\x9d\x3b\xc6\x23\xf3\xcd\xf8\x0f\x05\x1c\xe1\x01\xe1\x4b\x91\x54\x7c\x4c\xfc\x2d\x29\x2b\xf9\xac\x64\xae\xa4\x56\x1a\x2a\x5b\x2a\xab\x96\x5f\x48\x99\x99\x92\xa7\x70\x57\xfc\x49\xcd\x52\xba\x2a\xff\xa4\xe5\xa8\xdc\xd3\x71\xe9\x05\x6a\x4f\xcd\x6c\x4d\x69\x86\x4f\xa6\x56\x66\x4d\xd6\xe5\xec\x25\xd9\x4d\x39\xa1\xb9\xab\x73\x3b\xf3\xa2\xf3\xf5\xf2\x07\x0a\xf0\x85\x5b\x0b\x6f\x15\x21\xc5\x3b\x8a\xc7\x4a\xc8\xa5\xbb\x4b\x27\xca\xe8\xe5\xe6\xe5\x4f\x2a\xb8\x95\xfb\x2b\x9f\x55\xf1\xab\x0f\x54\x4f\xd5\xf0\x6a\xf7\xd7\x4e\xd5\x09\xea\x0f\xd7\xbf\x6e\x90\x37\x9e\x68\xfc\xd1\x94\xdd\x7c\xb6\x65\x4e\x4b\x65\x6b\x40\xdb\xd2\xb6\x96\xf6\xf0\x8e\x35\x1d\xdd\x9d\xd1\x5d\xeb\xbb\xba\xbb\xaf\xf5\xac\xee\x69\xee\x0d\xea\xd3\xea\x2b\xee\x77\x1b\x30\xb8\xce\x19\xfc\x34\xe4\x71\xb3\xf2\xf6\xb2\xe1\xc8\x91\xde\xb1\x4d\xe3\x09\x77\x06\xee\xe9\x4d\x44\xdd\x6f\x7d\xb8\xf8\x91\xef\xe3\x82\x27\x3f\x9e\xda\x4d\xf1\x9f\xbd\x7d\x71\xe2\x65\xc6\xab\x7f\x6f\x3c\xdf\x96\xbe\x9f\xff\xc1\xef\x63\xd5\xe7\x85\x5f\xfc\xbe\x56\x7c\x9f\xfb\xc3\xfb\x67\xe1\xef\xe9\x7f\x3c\xfe\xe6\xfe\xd7\x3f\xee\xf3\xb4\xe7\xd3\xef\xcd\x18\x9a\xd9\x3b\xab\x7b\xf6\xc0\x9c\x5b\x73\x87\xe7\x8d\xce\x1f\x5b\x70\x47\xeb\xde\xc2\xfb\x8b\x1e\x6b\x4f\xe9\xbc\x5a\xfc\x7e\xc9\xe7\xa5\x3f\x96\xfd\x5b\x31\x73\xe5\xfc\x55\x3a\xab\x57\xe8\xea\xae\xd1\x5d\xab\xbb\x4e\x77\xfd\x9a\x0d\x6b\xf4\xd6\x6c\x5c\xb3\x69\x8d\xbe\xee\x66\xdd\x2d\xab\xb7\xae\x32\x58\x69\xb8\xdc\x68\xe9\xb6\x25\xdb\x17\xef\xd0\xd9\xb9\xd8\x78\xe9\xae\x15\x26\xba\xbb\xf5\x4c\x8d\xcc\xcc\xf6\xec\xd8\xbb\xd5\x5c\xdf\x62\xa3\xe5\x46\xab\x8d\xfb\xf4\xf7\x6f\x39\x60\x78\x70\xfb\xa1\x5d\x87\x4d\x8f\x98\x5b\x5b\xd9\xec\xb7\x3d\x64\x77\xc4\xde\xfa\xa8\xad\x83\xdd\xb1\xa3\xc7\x1d\x4e\x1c\x3f\x79\xe2\xd4\x29\xc7\x13\x4e\xf6\xce\x47\x4e\xef\x77\xb1\x70\x35\x73\xdb\xe5\xbe\xe3\x8c\x91\x87\xc1\xd9\x2d\xe7\x36\x7b\x6e\xf6\xda\xec\xbd\xf9\xfc\xd6\x0b\x86\x17\xb7\xfb\xec\xf2\xdd\xe3\xb7\xcf\xff\xc8\xa5\x63\x01\x2e\x97\xbd\x02\x03\x83\x2e\x5c\xf1\x08\x76\x0e\x39\x71\xf5\x68\xa8\x6d\x98\x4d\xb8\x75\x84\x75\xa4\xf5\x35\xdb\x28\xfb\xe8\x63\x31\x27\x63\x9d\xe3\xdc\xe2\xcf\x25\x5c\x48\xf4\xc7\x07\x11\x42\x81\x6b\x60\x2c\x84\x87\x21\x04\x44\x13\xb0\x28\x62\x18\x29\x88\xec\x47\x39\x4f\xf5\xa0\xb9\xd0\x1d\x19\xc7\x99\x47\x59\x76\x6c\x5b\x8e\x2d\xd7\x8e\x77\x94\x7f\x5c\xe0\x24\x74\x17\x79\x8b\x03\x92\x22\x92\x09\x12\x86\x54\x2a\xe3\xc8\x49\x29\x80\x22\x26\x35\x42\x19\x92\x16\xa8\x0a\x48\xf7\x57\xfb\x6b\xfc\x33\x02\x32\x03\xb3\x82\xb3\x43\x73\xae\xe5\xc6\xe6\x11\xf2\xd1\x02\x5a\x21\xb7\x28\xa9\x38\xb5\x24\xb3\xb4\xb0\xac\xb4\xbc\xb4\xa2\xa4\xb2\xb8\xaa\xa8\xba\xb0\xa6\xa0\x36\xbf\x2e\xaf\x3e\xa7\x21\xab\x31\xa3\x49\xdd\xac\x6a\x51\xb6\x2a\xda\x52\xda\xe5\x1d\x29\x9d\xa9\x5d\xaa\xee\xcc\x9e\xfc\xde\xf2\xbe\xa6\xfe\xfe\x81\xe6\xeb\x95\x83\x85\x37\x72\x86\x32\x6e\xaa\x6f\xa5\xdf\x4e\x1f\x56\x8f\x64\x8c\x66\x8f\xe5\x8d\x17\xdc\x29\xbe\x5b\x7a\xaf\x62\xa2\xfa\x7e\xdd\x83\xc6\x87\xad\x8f\xba\x1e\xf7\x3f\xb9\x39\x39\xfe\xf4\xd1\xd4\xc3\x67\x63\xcf\x07\x5f\x74\xbf\x6c\x7d\x55\xff\xba\xea\x4d\xd9\xdb\xe2\x77\x05\xef\xf3\x3f\xe4\x7d\xcc\xff\x54\xf8\xb9\xe4\x4b\xe5\xd7\xfa\x6f\xed\xdf\x07\x7e\x8c\xfe\x7c\xf4\xeb\xc5\xef\xf7\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x08\x0e\xfe\xfd\xae\x13\xc1\x21\x73\xef\xff\x46\x70\xc8\x8a\xfe\x4c\x04\x87\x6c\xa9\xc9\x40\xa6\x21\xa6\x9a\x4c\x64\x1a\x62\xcb\x69\x45\xa6\x21\xae\xb1\x7d\xc8\x34\xe4\xb2\xb7\x3b\x32\x0d\x21\x1c\xd8\x86\x4c\x47\xa4\x4b\x6e\x23\x5b\x11\xc5\x3f\x63\x18\x4f\x5a\xff\xf6\x0e\x1c\x45\xcc\xbb\xaf\x05\xc7\x12\xcf\xf4\x0d\xc3\x18\xf6\xa3\xba\x17\xf6\xc1\x76\xaa\x7f\xc3\x19\x18\x89\x33\x07\x2e\xc5\x5c\x62\x6d\xe0\x76\x4c\xdb\x4b\x05\xdf\x41\x47\xf6\x8b\xe0\x57\xa8\x78\xc9\x41\x44\x0f\xb5\xff\x7b\x18\x9e\x43\x8b\x7b\x33\x09\x4f\xa3\x8a\x26\x56\x43\xaf\x28\x8d\x7d\xf3\xa1\x5f\xe4\x3b\x55\xaf\x60\x2d\xf2\x06\xb5\x0b\x6c\x43\x7a\xcf\x76\x86\xcf\x91\x12\x62\x8a\x60\x90\xf8\xcc\x6b\x11\xac\x21\x7a\xec\x5f\x06\xb7\x62\x6d\x8b\xdb\xe1\xbf\xd8\xd2\xdf\xde\x50\x10\xff\xe4\x6b\x1c\xe4\xca\xed\xbe\x6b\x07\xb9\x70\xb6\xf4\x1c\x85\xce\xb2\x32\x2a\x0f\x41\x97\x99\xd6\xaa\x2f\x10\x9e\xb1\x89\xf9\x03\x92\xd3\xe7\x44\x6b\xa0\x09\xea\xf8\xb9\xef\xf0\x1a\x4a\xf2\xbe\xfd\xb0\x03\xd9\x7d\xf1\x36\x38\x91\xf8\xe0\xa7\x06\x8c\x93\x6f\x7f\xe9\x02\x46\x4a\x3a\xc6\xbd\xc1\xc8\xa4\xb0\xae\x20\x90\x20\xb2\x2c\x8f\x02\x93\x04\xba\x69\x4e\x60\x39\x6f\x27\x03\x01\x9f\x70\x0e\x45\x11\xa0\xdd\xac\x43\xe7\x70\x10\xc4\x30\xb3\x62\x42\x85\xb4\xfd\x3a\x0f\xa1\x56\x72\xcb\x77\x2e\x50\x96\x81\x3e\x37\x06\x4a\xd3\x13\x47\xa3\x81\x52\x65\x50\x07\x03\x68\x4d\x89\x2e\xcd\x01\x86\xa5\xbc\xd4\x6c\x70\x4e\x52\x3b\x7d\x11\x68\x21\x7c\x7f\xcd\x13\x64\xf1\x17\x9d\x5d\x05\x3e\xe6\x6c\xb7\xfc\x04\x69\x33\x13\x74\x9a\xc0\x7f\x54\xf5\xd7\xd9\x80\x69\xa5\xdd\xd3\x51\xc0\xa0\x54\xff\xf6\x2b\x60\x65\xc1\x9f\xb6\x25\xc0\x8a\x9c\x9b\xc5\x27\x81\xed\x19\x39\x29\x78\xe0\xa4\x8a\x44\x5d\x0f\x60\x0a\xdb\x88\x3a\x60\x48\xf2\xe6\xcc\x43\x50\x4f\xa4\xb4\xb4\x04\x1d\x78\x77\x74\x8a\xc1\x85\x0c\x87\x4f\xb9\x80\x41\x77\xdb\x13\x47\x00\xd7\x76\xec\x26\x8d\xf0\xa0\xe1\x47\x73\x15\xe1\x7a\x35\xab\x70\x16\xe1\x7a\x99\x96\xcc\x9b\xf0\xaa\x20\x9e\x6c\x05\xac\xcb\xaa\x08\xd7\x07\x7c\x54\x23\xee\xf9\x40\x46\xca\x12\x0b\x00\xe8\x48\x0e\xd2\x91\x02\xf1\xac\x8e\x0f\x04\xe0\xd4\x5d\xe3\x47\xf6\x80\xe1\xed\x1b\x37\xfc\x08\x3f\xae\x9f\x6e\x94\x11\xc6\xba\x2a\xf3\xfe\x10\x7a\x9b\xdf\x4a\xe2\x09\x63\xb5\x3a\x44\x16\xe1\x5f\xe9\xa7\xd0\x52\x60\x45\x5e\x88\x5b\x37\x70\x44\x13\x60\xfe\x11\x08\x54\xdc\xd3\x91\x01\x4b\x38\xe3\xef\x3b\x80\xab\x4f\x6a\x1e\x5e\x06\x0e\x4c\xac\x19\x64\x02\x73\x46\x1c\x1a\x9a\x09\xf7\x06\x37\xe5\x6d\x23\x74\x74\xb5\x25\x97\x11\x7a\x9b\x1d\xb1\x87\x84\x17\xd5\xbc\xd0\xa5\x84\x77\xc5\x66\x6e\x04\x60\x66\xb6\xdc\x7c\x04\x30\x4c\x3b\xa2\xd3\x49\xe8\xe5\x32\xde\xaf\x00\x04\xaf\x46\x1f\x14\x00\x8e\x93\x05\xd7\x5f\x01\x33\x26\x12\x1a\xf4\x08\x03\xc3\x0f\x72\xf9\x84\xdc\x81\x3f\xc9\x06\x04\x4d\x27\x0e\xbb\x4a\xa8\x6d\x28\xbe\x2a\x21\x94\x94\x43\x6e\x7e\x84\xbc\x7c\x0b\xf3\xa7\x84\x7e\xd5\xf0\x62\x73\x82\x0b\x77\xe0\xe7\x09\xe2\x19\xa8\xf7\x65\x28\xf6\x12\xba\x75\x67\x21\xc6\x84\xbe\x74\x9b\x63\xd6\xf0\xa2\x8a\x30\xf4\x39\xa4\x54\x19\xa0\x95\x30\xc6\x4c\x43\x23\xe1\xe6\x68\x77\xd4\x00\xfe\xea\x69\x81\x4c\x20\x56\xfb\x72\x91\x34\x04\x59\xfc\x03\x21\x23\x05\x3f\x02\xb1\x66\xe2\xea\x17\x64\xec\x3c\x96\x3b\xbe\x05\x9b\x8e\x9d\xeb\x0a\x40\xdb\xb1\x45\xe5\x19\x28\x80\xd2\xd3\x12\x51\x2f\xf4\x1e\xe3\x0d\xaa\x87\xf6\x47\xd5\x20\xaf\xd0\xdc\x73\xe9\x48\x0d\xca\xd9\x67\x84\x50\xd1\x84\xc5\xb1\x08\x09\x3d\xf6\x9d\x80\x1d\xa1\x06\x3f\x4f\x41\x1f\x52\x34\x63\xfb\x50\x80\x3c\xd5\xc9\x45\x5d\xc8\xcb\xca\xee\xa2\x6b\x48\x80\xb2\x1f\xf9\x4e\x72\x65\x1c\x46\x7a\x89\xef\xa2\x0c\x91\x6c\x22\x7a\xf6\x2f\x42\x26\x6a\x59\x15\x22\x3e\x98\x72\xf1\x52\xe4\x22\xb6\xe8\x6b\x15\x1a\xcb\xb3\x9a\x1a\x47\x97\x73\x6e\x8f\x20\x48\x0f\xfb\x78\xfb\x53\x84\xcb\x7c\x5a\xea\x8c\xf8\x31\xc4\xa9\x71\x88\x09\x9d\x43\xfb\x81\x68\xd3\xe8\xd7\xb6\x23\xf3\xa8\x21\x67\x67\xc2\x7f\x28\x0e\x96\x4f\xe1\xe7\x64\x33\x1d\x1e\x3c\x42\x1c\xf9\xfc\x09\x19\x94\xd6\x3c\xdd\x84\x04\x26\xf3\x6e\x2b\x91\x25\xe2\x4b\x6d\x8b\xe1\xbb\xc2\xe3\xc5\x44\xb8\x98\x7f\x2c\x65\x18\x26\x73\x13\xa8\x34\x38\x80\x9d\x13\x39\x1f\x0e\x60\xb6\x7b\xe8\xc2\x97\xe9\x0f\x2c\x6d\x61\x67\xda\x3a\x1d\x77\x78\x0b\xb9\xf1\xe3\x2f\x64\x95\xfa\xc7\x93\x95\x70\x9b\x6a\xc3\xcd\x16\x98\x90\xba\xad\x65\x1f\x7c\x44\x7e\xb6\xb0\x12\xd6\x95\x08\xe5\xe6\xd0\x73\xf1\x1b\xca\x3a\xa8\x53\x78\x38\xfc\x2d\xd4\xc5\x23\x9d\x39\x04\xf5\xb2\xfb\x2d\xea\xa0\x22\xa6\xb3\xce\x31\xc8\x9b\x2a\x7a\x0f\xc3\xf8\xf2\xab\x0f\xeb\xe0\xed\xc5\xf1\x37\x0e\x40\x13\xf9\xc4\xc6\x3e\x88\x93\x4d\xc8\x0f\x83\xdc\x34\xb1\xd2\xa5\xd0\xb6\x34\x90\x64\x01\x2d\x49\x09\x09\xf3\x86\xb4\x25\x47\xdd\x97\x42\xf3\x45\xc6\x16\x4b\xc1\x47\xbc\x1c\x9d\x93\xa0\x3f\x63\xdb\x5b\x6d\x98\xda\x99\x72\x7f\x37\x3c\xb3\xc5\x75\x60\x0c\x4a\xad\xdf\x5f\x1f\x0b\xed\xab\xfc\x98\x6b\x06\x3e\x2b\x91\x26\xfd\x03\x9b\xf2\x2d\x30\x2f\x30\x37\xb3\xe0\xea\x00\x98\xa2\x9a\xe7\xfa\x12\xe4\xca\x69\xe6\xfe\xe0\xf9\xe4\xcd\x3a\xb6\x40\x07\x4b\xfa\xea\x25\x5c\x38\x26\xb8\x67\x0c\xef\xb8\x09\xf6\xb5\x42\x85\xfd\xb6\xb5\x01\xd0\xfe\x8e\xf1\xec\xbd\xe0\xfd\x26\x7b\xf1\x66\x30\xb3\x3a\x15\x29\x07\xc9\x25\x0d\x21\xc1\xa0\x5b\x2e\xc9\x75\x06\xb8\x53\x5d\xbf\xf7\x21\xf0\x53\xe1\xaf\xe3\x0c\x78\x73\x54\xaf\x4c\xe1\xce\x47\x1b\xef\x9e\x83\xad\xef\x94\xf5\xbe\x84\xaa\x6f\xeb\xd4\xb0\xa0\xfd\x03\x9b\xb3\xfc\xc1\xf1\x4e\x9c\xc8\x1f\x4c\x6a\xec\x44\x16\x80\x11\x55\x0e\xc1\xb7\x40\xa3\x22\x5b\x97\x06\xe0\x7d\xd6\xeb\xbd\xf5\x40\x8b\xb2\x46\x07\x04\x16\x73\x9d\x5e\x2a\xe0\x7b\xcf\x7f\xde\xa9\x84\x8f\x3d\xd6\xef\x75\x84\x4a\xee\x6e\xac\x7e\x0b\x6d\xbf\xd5\x93\xd9\x07\xd6\xf6\x6f\x13\x8e\x80\x61\xed\x57\x60\x31\xb8\xaf\xde\x33\xd8\x0f\x78\x59\xc6\x76\x49\x06\x52\xf2\xa2\xf7\x76\x00\x81\x2a\x7b\x9d\xe7\x04\x11\x97\xff\xd9\x93\xd2\x0c\x76\x4f\x3e\x20\xff\x03\xa7\x6e\xdf\x23\xdb\x81\xe3\x6d\x34\x52\x3e\x78\xaf\x44\x8f\xb4\x11\x9a\xa6\xb8\x44\xd4\x40\xf5\x34\x2b\xa2\x2e\xbc\x25\x92\x89\x31\x60\x92\xc7\x6b\xf4\x0f\x3c\x65\xf9\x01\x85\x11\x07\x9d\x76\xf4\x14\x22\xfd\x14\x4d\xd1\xc7\xe6\x3c\xf9\x4d\x0e\x43\xab\x6f\xfd\x25\x35\xa0\x7e\xad\xd5\xa4\x7d\xe8\xec\xe2\x8b\xc4\x1a\x64\x22\xa5\x9c\x78\x12\xd5\xa3\x72\xb1\xeb\xa8\x71\xc4\x07\xcc\x0d\xdd\xeb\x61\x8f\xde\x45\x2d\x2d\xa3\xd1\x50\xf4\xa8\x8e\x07\x7a\x14\xdd\xf6\x91\x46\xa6\x53\x22\x9e\x6c\x22\xdd\x27\xd7\xdd\x5a\x43\xda\x47\x5e\xd6\xf2\x88\xd8\x41\x3a\x53\x24\x27\xba\x11\x07\x52\x56\x62\x4f\x89\x4c\xca\x0b\x2c\x81\xe8\x1b\x11\x80\x2d\x26\x2e\x3c\x53\x84\xe6\x62\x65\x96\xd3\xd0\xa3\x58\x98\xf6\x6f\x74\x33\xfa\xee\xfd\x08\x29\x87\x6b\xfc\x28\x8a\x34\x8b\x3d\x35\x44\x20\x46\xb1\x22\x9b\x3d\xb0\x9f\xcc\x75\x85\xeb\x30\x21\xfd\xa9\xac\x16\xdb\x42\xfb\x40\x2e\x43\x9b\x68\x33\xc2\x43\xd0\x18\xca\x0f\xf7\x5e\x74\x33\xf9\x85\xc5\x51\xe4\x06\x79\xba\x36\x1f\x51\x11\xcb\xde\xcd\x21\xb9\x48\x4e\x3f\xa8\x20\xd2\x92\x7c\x07\x35\xd8\xa4\xc8\xbb\x91\x82\x5d\x14\x9c\xcf\x3f\x8f\xbe\xe1\xc5\x4b\xd7\xa3\x24\x4e\x13\xe9\x38\xba\x85\xbd\x20\xec\x34\x32\xce\xb4\x71\x7b\x83\xf0\xe8\x80\x79\x09\x62\x45\x7d\xa5\x7d\x05\x7e\x4e\xe6\xbd\xd9\x4a\x2c\x4f\x8f\x9a\x68\xc0\xfe\x2a\x7b\x06\xae\x63\xf1\x29\x6f\xea\x2b\xd1\x31\xd9\xbe\xdc\x14\xf4\x62\xb2\x38\x99\x82\x7c\x16\xeb\x60\x4f\x11\x91\x80\x12\xba\x1f\xb1\xe3\xbe\x73\x5b\x03\x7f\x65\xfb\x99\x9b\xc2\x12\xa6\xae\x76\x28\xbc\x96\x7a\xf1\x65\x13\xf6\xa4\x94\x79\x37\x00\xf3\x2c\xec\xed\x73\x44\x6f\xe7\xcd\xa9\x3d\x85\x1a\x66\x6d\xca\x76\x43\x54\xea\x43\xe2\xab\x88\x95\x32\x02\x9d\x0b\x3f\x90\xd3\x43\xca\x60\x46\xb2\xc8\xe5\x37\x6c\x29\x2c\xdd\x2b\x82\xfa\x79\x91\xda\x20\xa4\x47\x7f\xf6\x7c\x3f\x71\x71\x7b\xcc\xd8\x18\x66\xde\x74\xae\xfb\x19\x2a\xa8\x8d\xab\xfa\x82\xdc\xae\x70\xc9\x5c\x8b\xec\x2f\xde\x20\xf4\x86\x6f\xe4\xbe\x87\x4d\xe1\xb8\x8c\x94\xe0\x1d\xb0\x6e\xda\xde\xd3\xe3\x50\x83\xec\xfb\x9e\x77\x90\x5d\xd2\x63\x6d\x0c\x04\x58\x47\xa7\x36\x13\xad\x86\x3f\x8d\x4c\x60\xfe\x37\x36\x74\xde\x43\x85\xbd\xdb\x2a\x3e\x20\xd7\xdb\x3e\x6b\x0c\x90\x1d\x0d\x42\x3e\x0d\x2e\xa9\xda\x02\x0a\xe1\x13\xc5\x58\xd0\x20\x74\x23\x47\xe4\xfc\x01\xf2\x51\xaf\xdc\x13\x04\x4e\xa6\x3c\xd6\xe6\x82\x0b\x38\x87\x9f\x5e\x26\x3a\xdd\x47\x47\x96\x61\xd1\x63\x87\x3a\xe7\xa3\x8a\xa1\xa1\x8a\x75\xc8\x40\xdf\x66\xf5\x39\x44\xbf\xdd\x8a\xd7\x0d\x2b\x1b\x2c\x81\x57\xf0\xae\x8a\x5f\x41\x47\xa0\xac\x42\x17\xe7\x0c\x68\x4b\x96\xcd\x1e\x1b\x30\x57\xb9\x59\xbb\x11\x68\xe1\xbc\x9c\xbc\x4f\xf4\x9a\x32\x1c\x26\x62\x01\x0f\x64\x1d\xe1\xa8\x68\xac\xb9\x1c\x40\x1a\x87\x8a\xd2\x9b\x90\xd9\xbd\xce\xbc\x43\x70\x6c\x6b\x3f\x10\x0f\xfd\xaa\x9b\x16\xf8\x00\xba\x5c\xaa\x72\x06\xc0\x5b\xb9\xd5\x7b\x4e\x80\xce\x69\x6a\x9d\x2d\x80\x1d\x77\xc7\x73\x77\x76\x06\xb0\x6b\x3c\x86\x75\x19\xf0\xec\x0d\x65\xce\x04\xa0\x9a\x76\xfa\x2f\x40\x92\xbd\x84\xf6\x07\x18\x12\x9f\xa3\xbe\x01\xbd\x91\x3f\x94\x47\xe0\xaf\x10\x2a\xb9\x07\x4a\x75\x19\x20\xd5\xc2\x66\x7b\xde\x10\xef\xc2\x03\x0b\x87\x88\x09\x88\xc5\xb3\xab\xec\x05\xc8\xc1\x31\x15\x73\x18\x59\xd8\xc3\x61\x60\xf0\x83\xea\x6f\x74\x12\x5c\x94\xe5\x47\x93\xc2\x42\x51\x29\x55\x00\xf7\x22\x97\x29\x12\x64\x7e\xf0\x17\x72\x0a\x62\xe7\x62\x43\x4a\x41\x80\x3d\x78\xe2\x75\xa4\x67\x21\x81\x78\x0d\x69\x9c\x82\x58\x09\xa4\x6b\xa3\x3d\xcc\x13\xc4\x17\xdd\x05\x8c\x69\xc4\xe0\xea\x3d\xf4\xe5\xd8\xf3\xcc\x42\x9a\x09\x86\x88\x16\x50\x2d\x31\x6f\xf8\x06\xe5\x28\x66\x17\x1c\x49\xf6\xc2\xd6\x9f\x6e\x21\x85\xa1\xef\xf6\xac\x22\xe6\xa2\xcf\x17\x5a\x11\xdd\x50\xc2\xd3\x6d\x4c\x21\x7b\xef\x48\x08\xe3\x2a\x6b\x7e\x97\x0f\x7d\x0f\x63\xb0\x72\x84\x66\x43\xcf\xce\x38\x4d\xbd\x40\x93\x0a\xfa\x28\x31\xd4\x76\xa8\x86\x2c\xa0\xfc\xbc\x12\x45\x6a\xa3\x2c\x70\x9e\x20\x7e\x22\xaf\x37\x4b\x20\x5a\x91\x12\xb5\xbe\x63\xfd\x44\xa3\x27\xa6\xcc\x2d\xe2\xa7\xb7\xeb\xe8\xe3\x22\xa3\x0e\x16\x2d\x4b\xe0\x53\xb1\x8c\x5a\xce\x13\xab\x95\x94\x21\xce\x3d\xbe\x2d\xf9\x0d\xdb\x03\x3c\x4f\x5e\xc6\x1c\x0a\x3a\x4f\xb2\x62\x58\x38\x2f\x26\x06\xd0\x32\x4c\xff\x60\x2a\x6a\x88\xd6\x07\x6c\x31\xe9\xf3\x23\x3f\x06\x5d\x49\xbb\x59\x4a\xbf\xa4\x58\xda\x56\x43\x33\x97\x71\xca\x1c\xa9\x87\x24\xcb\x54\xdf\x29\x67\xc5\x39\xdc\x3a\x72\x8c\xd0\x0f\x98\x4e\x4a\xe3\x2f\x0b\x3c\x43\x2c\xe5\xb4\x3a\x9d\xc3\xae\xb3\x60\x53\x21\xfa\x8f\xa1\x5c\xb8\x00\xb5\xa5\x94\x3f\x70\xa1\xff\x2a\x5a\x79\x43\x4d\xeb\xc8\xe3\xb7\xd8\x53\xa5\xd9\xb3\x8b\x3f\x50\x24\x9a\x48\x65\x1d\x59\x93\x76\x8f\x5d\x48\x6a\x51\x78\xe2\x2d\x88\xaf\xa4\x3d\x01\x93\xd8\xcf\x24\x33\xc7\x13\xd8\x12\x41\x85\x29\x0e\x35\xe5\xfe\x5a\x68\x82\xd8\xd1\x37\xde\x4b\xa0\xbf\x6c\xfa\x3c\x30\x49\xcb\xac\x73\x6e\x9c\xa4\x7a\x55\xb6\x17\xa6\x51\x1c\x4a\x67\x2a\xa8\x64\x87\x02\x33\x66\x06\xe9\x42\xf6\x95\x84\x50\x22\xaa\x86\x2f\x85\x61\xac\x54\xee\x29\x53\x54\x2e\xbd\xbb\xdb\x07\xc9\x49\x72\x5a\x78\x10\x16\x31\x2f\xdc\xa1\xd0\xbf\xdd\xf8\xd2\xaf\x4d\x2b\xe8\x4b\xae\x9f\xa0\x86\x74\x6a\xe7\xe7\x52\x6c\x9a\x2d\xe4\x1a\xb2\x49\xad\x15\x7d\x92\x64\x56\xbe\x2f\xee\x1e\xd1\xa1\x70\x99\xff\x56\xcc\x26\xab\xfb\xa4\x0d\x6a\xaf\x7a\x6a\x72\x1b\x39\x21\xbf\xbe\xf0\x14\xbc\x86\x6d\x39\x5e\xc7\xd8\x3e\xee\xd9\x67\x4f\xeb\xb9\xc5\xa8\xd7\xa6\x46\x0e\x70\xf2\x46\x28\xd6\x5d\xe6\xb2\x3b\xe4\xcd\xcd\xc5\x74\x03\xd2\xba\x5a\x83\x38\x73\xe2\xd6\xb2\x08\xbf\x54\x4c\x37\x9f\x78\xe2\x39\xba\x34\x73\xa1\x49\x1e\xa2\xa3\x98\x5c\x18\x03\x5d\x67\xdf\x19\xdf\xc4\x38\xf3\xf0\x69\x6f\x06\xed\xde\x9d\xe6\xba\x50\xea\xd5\xdb\xbe\x79\x7b\x29\xbb\x06\x54\x32\x6b\xf2\xcc\xce\x0c\x5a\x0a\xf1\x7d\x53\x5a\x6c\x0b\xf6\xb6\xfa\x8a\x9f\x03\x3a\x5a\x7c\xf7\x44\x2d\xd2\x9e\x63\x6b\x52\x0c\x57\x28\x9d\x17\x0e\x41\x67\x39\x7a\x77\x5d\xc4\x96\xf8\x7f\x03\x09\x42\x3b\xc2\xc1\xc6\x31\x7e\x24\x21\xb4\xf0\x37\x77\x8c\xa0\x49\xdd\xc2\x39\x49\xf8\xc9\x0a\x64\x95\x00\xdc\xc4\xb5\xcc\x55\xe0\x81\x4b\x3d\x74\x22\x38\x75\x6a\x3d\xf5\x0f\xc4\x36\xf1\xa4\x74\xc1\xae\xf3\x39\xe4\xef\x70\xff\x1d\xb1\x48\x04\x0d\xf4\xe7\x0a\x5a\xa0\xba\x86\x7f\xfc\x19\x90\xb2\xd0\x9c\x9b\x00\x31\x15\x51\xec\x4f\x90\x84\xd9\xcc\x0a\x81\xc6\x12\x98\x8c\x07\xf0\xee\x4b\x36\xf4\xf3\x30\x74\x52\x45\x9d\x82\xaf\xef\xfa\x44\x69\x42\x8e\xce\x3f\x4e\xfe\x8a\x38\x8e\x0f\x09\xbf\x62\xcd\x7d\xc3\x02\x6b\xcc\xbf\x61\x23\x2f\x19\xfd\x55\x10\xcb\xd5\x45\x53\x53\xba\xd8\x0a\xd4\x87\xb9\x89\xb5\x16\x75\x8a\xff\xc3\x90\xa3\x6e\xfe\x2d\xf4\xad\xa8\xfd\xc9\x5d\xd4\x46\xd4\x6a\x97\x92\xa2\x44\x03\xe6\xaf\x23\xdf\x42\x7e\x8c\xed\x10\xee\x63\xce\xed\xf5\xe5\xb3\x18\xf3\xea\x46\xb9\xef\xe8\xd3\xf2\xf5\x38\x57\x69\x73\xe5\xb1\xac\xcf\xd4\xcd\xf4\xf7\xcc\x04\x4a\x42\xdc\x5b\xc6\x74\xf2\xa8\x5f\x0f\x2d\x8d\xbc\xf4\xc4\x79\xea\x49\x92\xe7\xae\xd5\x14\x63\xe2\xcf\x79\xff\xc8\xa7\x30\xce\x88\x40\xa0\x16\x86\x75\x0f\xf2\xde\xf0\xdf\xd6\x5a\x70\xcf\xf0\x3c\x72\xf9\xec\x5b\x9c\x26\xd9\x0c\xd6\x05\xf6\x7e\x5a\x32\xe3\x0d\xf3\x69\x6c\x03\x1d\x63\x24\xfb\x76\xd1\x96\xd1\xb7\x1d\x2f\xa2\xd4\x50\x6f\x19\x57\x92\x45\x94\x67\xf3\x57\x91\x58\xa4\x03\xc3\x8b\x05\x3b\x52\xee\x77\x6d\xe2\xc5\xcb\x78\xd5\x42\xce\x88\xe4\x70\xf6\x3f\xb6\x8b\xf8\x9f\x84\xca\xbc\x23\x1c\xa0\xee\x67\x84\xf3\x5b\x63\x58\xf4\xb9\xdc\x5a\x9f\x36\x2a\x8b\x2d\x3e\x8e\xa3\x6c\x61\x2a\x8c\x2f\x90\xde\x33\x36\xcf\x3f\x42\x6c\x26\xbf\xb8\x39\xca\x07\xf2\x04\xed\x93\xdc\xfb\xd9\x57\x2a\x8f\x72\xac\x33\x76\x67\xf6\xb0\xca\x54\x8f\x93\xa2\x98\xbb\x53\x05\x64\x0f\x7a\x8b\xdc\x2f\xea\x09\xcd\x53\xb2\xf5\x22\x46\xb9\x27\x1a\x39\x36\x8b\x1c\xce\xaf\xdf\x39\x42\xda\xc8\x15\xcd\x8f\xc1\x9a\x68\x96\x37\x82\xf9\x05\x75\x77\x5b\xa9\xdc\x81\xaa\xd4\xf2\xd9\x9c\xd9\x65\xe7\x34\x52\x56\x50\xe1\x2b\x91\x2f\x63\x2c\x37\x8a\x18\x4a\xf7\xcd\x9c\x73\xcd\x8c\xfa\x51\xc5\xbc\x60\x4c\x89\x54\xe0\x8e\xfe\x24\xfd\x90\xf4\xec\xb4\x20\x4a\xc5\xc9\xf3\xa9\xd8\x4c\x86\xf3\xf5\xb3\xfc\x27\xfd\xdb\x9b\x69\xdc\xdf\x5d\x5b\x4a\x5e\x71\xb6\xb7\x3c\x4b\xe7\xb3\xe2\xea\x63\x04\xe1\x8c\xc1\xca\x47\x68\x2a\xdd\xa6\xe4\x4c\x84\x94\xda\x9a\x57\xe2\x7d\x97\x62\x92\xf1\xf5\x28\x8e\x94\x97\x36\xb4\x23\x9b\x68\x25\x63\xcf\x17\xa1\x18\x6b\xee\x00\xc8\xff\x7d\xdb\xa4\x29\x9d\xa7\x7b\xbd\xaa\x64\x3e\xc7\xa6\x67\xb1\xaa\x88\x85\xb4\x19\xf2\x25\x8c\xfe\x86\x95\xc8\x28\xdd\xac\x6a\x5e\xf8\x0b\x6a\x46\xf1\x23\xef\x53\x14\xad\xdc\x34\x7b\x09\x09\xd6\xb4\xee\xc0\x13\xa7\xa5\x44\xcf\x2f\x47\xcd\x58\xe9\xfd\x37\x05\x5a\x77\xaf\x36\xbe\xe6\x19\x0d\xa7\x16\xbb\x70\x4e\x0c\xa6\xa4\xfd\x62\x25\xf6\xb8\xf1\xde\x30\xaa\x5a\x47\x91\x83\x74\xed\x7a\xaf\xf0\xcb\xd4\xd8\x8a\x06\xaf\x17\xe4\xc1\xc2\x3f\xf6\x97\x49\x66\x59\x45\x3b\xf0\x58\x86\xa2\x63\xc1\x4c\xa4\x8d\xf5\x7c\x40\xa1\x38\x88\xd7\x6d\x36\x93\x3d\xc0\xfb\x97\x82\x12\x14\x9f\xa3\x8e\x49\x3a\x8d\xff\x21\x24\x8b\xb6\x13\x02\xb0\x41\xfe\x57\x60\x5a\x64\x01\xb7\x03\x28\x3f\xcf\x66\x6b\xc0\x4b\x47\x67\x30\xd3\xa0\xc5\xdb\x2f\x31\xd6\xc2\xb8\x39\x5e\xb4\x40\x98\xdb\x5f\x98\x32\x04\x16\x34\xf9\xcb\x10\x30\xa7\x24\x4f\x62\x04\x66\xa7\x97\x89\xff\x81\xe5\x82\x21\xe1\x03\x70\x0c\x33\xe5\x37\x40\xdb\x22\xb7\x70\x65\x10\xfb\xfc\x62\x36\x05\x7a\x6e\x9f\xc4\x64\xc3\x36\xdb\xb5\x19\xcb\xe1\xc9\x39\x3b\x69\x7e\xf0\xf7\xbe\x5b\x29\x41\x68\x48\x23\x55\xb6\x05\x5d\x59\x7c\x3b\x79\x08\xb9\xa9\xfa\x25\x2e\x47\x24\x82\x3d\xc2\x14\x24\x06\x4d\xe5\xc3\x08\x3e\x42\xc1\x0d\x40\x04\xde\x12\xf6\x59\x44\x6a\x6f\xca\xbc\x82\x68\xb6\xb5\xd3\xbf\x21\x3f\xe7\x2c\xa5\x1d\x46\x44\xbd\xa0\xbc\x97\xbe\xb7\xc1\x40\x4a\xa3\x39\x17\x89\x93\x4f\x50\x23\xd2\xaa\xc5\x06\x94\x54\xde\x0f\xe1\x12\xf2\x24\x42\xe0\xfd\x20\x7b\x87\xa7\x70\x26\x49\x0f\xbd\xca\x58\x8f\x48\xb6\x76\x28\xe3\x07\xb1\x72\x9b\x17\x9d\x4a\xe4\xce\x59\x4c\xad\xc6\xb4\xba\x1f\xc8\x67\xf1\x0f\xd6\x3d\x92\xf4\x72\x5f\x14\x6e\x4f\xd2\x70\x60\xe5\x25\x11\x95\xbd\x82\x5b\x2f\x88\x65\xb6\xc0\x9e\xbc\x40\x86\x3c\x4c\xc6\xb9\x40\x47\x3c\xab\x59\xae\xb4\xc3\xb6\x8f\x18\x21\xd4\x4d\xdb\xb4\x68\x2f\x28\x94\x39\xfb\x28\x7f\x88\x9a\xae\x78\x59\x84\x6c\x4b\xed\x1e\xc9\x31\xc9\xb6\xfc\xc6\xa4\xe5\x49\xab\x53\x67\x0b\xbf\x8a\x16\x72\x12\xf8\xcf\x05\x4b\x21\x13\xee\x43\xde\xd1\xd0\x64\xf6\x04\x07\x3c\x97\xc3\x6c\x67\xd1\x6c\x1d\xe8\x23\x8c\x3b\x46\x7d\xb4\x83\xf4\xeb\x73\xf0\x94\xed\x64\xd3\x0e\x23\xd9\xa2\xec\xc3\xd5\xc7\x92\x1b\x33\xfc\x72\x35\x62\x52\x7a\x5c\xca\x0c\xe1\x79\xe5\x15\x56\x12\xff\x48\x8a\x2f\x10\xcf\x35\x97\x42\x57\x57\xb0\x4d\x92\x52\xce\x96\x33\x57\x09\x65\x36\x7e\xf4\x0d\xbc\xfb\x46\x5e\xd4\x20\xae\xfb\x9c\x5a\xb2\x3e\xf5\x7c\xdb\x0e\xe9\xcd\xaa\x07\x95\x33\x92\x93\xcb\x6e\x67\xf3\xc4\xc7\x8a\xbe\xca\x70\xc2\x25\x79\x13\x8c\x02\xde\xf3\xac\x5a\x7c\x05\x67\x58\x5d\x1e\x4c\x67\xf5\x28\xb3\x3d\xe8\x8c\x62\x39\xcd\x3a\x88\x96\x93\x3c\x66\x38\x40\x19\x15\x55\xcd\x19\x21\xf9\xd0\x4f\xb5\x9c\x97\x1d\xed\xba\x56\x6e\x95\x7c\xb7\x55\x93\x19\x2e\x86\x1b\x1a\x93\xdf\x08\x77\x55\x17\xd2\x2a\x79\xaf\xca\x18\x09\x8f\x39\xcd\x85\xf1\x41\x2f\x58\x8a\x1c\xaf\x33\xa6\x8c\x58\xcd\xc1\x23\x57\x68\xfe\xca\x01\xc3\xbd\x14\xbc\x74\xcd\x9c\x27\xc4\x11\xc6\xa3\xe6\x63\x32\xf0\xfa\xeb\x32\x7b\xc9\xdc\x9e\x1b\x19\x04\xb1\xaa\x9d\x9e\x3c\x5d\x68\xdd\xa4\x43\x1d\xe5\xbd\xa9\x49\x4c\x58\xc6\xa9\x28\x7b\x1f\x64\xc6\xa2\x14\xfa\xb8\x2b\x19\x67\xb2\xef\x1e\xfe\x47\xb3\x50\x3b\x1a\xfc\xa5\xd8\xca\xfa\xe6\xfc\x21\xd2\x98\x11\x4d\x5e\xb2\xfc\xe1\x9c\xd2\x20\xc9\xb6\x1b\xa7\x35\x25\xe2\x8a\xde\x8e\xa4\xc3\x42\xfb\xf6\x6f\x54\x3d\xde\xc3\xa6\x19\xf1\xe1\x1c\x49\xcd\xb2\x40\x0d\xcb\xb3\x6c\x83\xfb\x6e\xc6\xfa\x82\xcd\x87\xeb\xa9\x9f\x33\x9e\x1b\x7c\x20\xbf\x94\xff\x99\x6b\x43\x5c\xc5\x2c\xab\xd6\xca\x25\x25\x82\xf9\xb8\x2c\xab\xc4\x09\xe5\x6a\xcd\x12\xfc\x46\xbe\x7f\xda\x27\x3c\x01\x1b\x57\x8c\xe2\xbf\x44\x17\xcb\xea\x09\xfc\x4b\x56\xc9\x29\xc0\xb1\xd3\x9f\x45\x00\xb8\xf0\xc0\x05\x3e\x1f\x1c\xd6\x8f\xe6\x66\x42\xfd\xd3\x3f\x31\x31\xd8\xb3\xea\x5c\xae\x1e\xd0\x95\x77\x26\xf3\x09\x30\x9e\x1a\xa3\xee\x02\x46\x78\x43\x69\x85\xc0\x17\xcc\x4b\x21\x05\x77\x47\xef\x93\xd1\x41\xba\xff\xad\xe4\x58\xf0\xe7\x69\x89\xc8\x17\x8a\x3e\x30\x8f\x8f\x41\xaf\xf5\xcd\xb9\x2a\x58\x32\xfd\x0e\x13\x80\xb3\x2a\x53\x73\x9a\x11\xf3\xdc\xb4\x4c\x36\xfc\x57\xd1\xab\x26\xc0\x55\x3c\xeb\xb4\x2b\xb0\x1c\x7d\xac\xf0\x84\x93\xa3\xfa\x64\x4e\x70\xa1\x7f\x64\xb2\x35\x7c\xef\xf4\x01\xd1\x5e\x64\xce\xfe\x7a\xbe\x2f\x62\xa5\x3f\x8d\x4b\x42\x0a\xa6\xdf\x66\x7a\x23\x06\x15\xd2\xec\x8f\x54\x20\x27\x23\xe3\x09\xa5\x34\xe5\x51\xfa\x6b\xf2\x04\xd7\x49\x39\x41\x36\x43\x3e\xa6\xdc\x24\xa9\xaf\xbd\x97\xf6\x91\x0e\xf8\x95\x24\xb5\x10\x5f\x3a\xf3\x84\x2d\x44\x64\xbf\x39\xef\x03\x71\xfb\xa6\x1a\xae\x0e\xf1\xd8\xf4\x77\x8c\x31\x34\xa6\x3c\x30\x5b\xc2\xb9\x97\x9d\x98\xe1\xcb\x2e\x90\x97\xa7\xbb\xb2\xfc\x38\x66\xca\xa3\xcc\x9d\xf0\xfb\x14\x6b\xc6\x92\x6b\x33\xa4\xb6\xf4\x4d\xbe\x0f\x93\x6c\x68\xb6\x4e\xf7\x84\x96\x54\xa7\x7d\xcd\x3c\x3f\x0a\xb4\x89\xc5\x09\xa1\x78\xce\x30\x61\xac\xc3\x9e\x94\x9d\xc9\x7a\x95\xbc\x29\xeb\xa4\xa6\x5f\x6c\x27\x43\x55\x3d\x42\x1f\xf6\x92\xd4\x46\xbe\x14\x7a\x26\xaf\xe3\x4e\x45\xea\x48\x5a\x38\x01\xbe\x0b\xc5\x9d\xac\x8f\x4e\x9b\x04\x25\xcc\x2b\xfb\x9c\xb8\x5d\x0c\xdd\x4d\x11\xec\x42\x7a\xed\x0c\x88\xee\x48\x3a\x59\x72\x30\x2b\x48\xad\xc8\xb8\xa8\x39\xa6\xda\x29\xa9\x56\x1d\x4c\x55\x32\x2f\xa6\x1a\xca\x3f\x81\x2e\xf2\xd5\x52\xb7\xf0\x34\xc9\xea\xa4\x07\x17\x07\xc5\xba\xa2\x44\x47\x73\xfe\x5f\xc1\x0c\x2b\x29\x77\x01\xf7\xdd\x26\x43\x56\x0f\xa7\x70\xc6\x7d\x9a\x0d\xc5\xb1\xc8\x34\xeb\x6c\xc9\x77\x75\x94\x66\x7d\x61\x7c\xd2\xab\xb4\xbf\xb9\x2f\xe9\xe9\x8a\xbb\x59\x8e\x84\x22\x59\x83\xba\x3c\x6c\x43\x72\x45\x9a\xed\x05\x50\x54\x92\xf2\xf0\xd4\x0e\x3e\x5b\x8a\x5a\x76\x73\x04\x49\xdd\x1b\xeb\x58\xbb\x84\xf3\x66\x2e\xa4\xc6\x52\xbf\x17\xec\xc9\x52\x34\x4f\x57\x91\x35\x8e\x75\xaf\xc5\x0b\x54\x8b\xab\xf2\xa9\x83\x8a\xd1\x32\xf3\xc4\x0f\x32\x55\x61\xd5\x55\x72\x32\x25\xf7\xfc\xf9\x25\xa2\xf0\xcc\xe5\x27\x67\xf2\x6d\x55\x7f\x2d\x3e\x70\x0e\x29\x7e\x6c\x3c\xc8\xec\x4e\x52\xcc\xdc\x41\xb9\x4f\x3f\x93\x9f\x90\x95\xd6\xb5\x33\xad\x51\xe3\xdd\x5a\x24\x32\x55\x6d\x69\x9c\x4d\xf9\xa5\xb8\x53\xb3\x3b\xd1\x50\x96\x54\xee\x12\x32\x90\x1c\x51\x24\xf2\xbe\x26\x72\xcc\xfd\x74\x82\xc8\x5f\x93\x49\xb7\x48\xe6\xe8\xa4\x8d\x6e\xd4\x61\x32\x25\x73\x67\x1e\xa7\xf0\xe8\xb7\xf3\xc6\xb2\x14\x03\x85\x69\x0b\x35\x3e\xdd\x77\x85\x09\xaa\xed\x6d\x0f\x29\xc7\x15\x83\x8d\xed\x09\x98\x8c\x50\x23\x09\xb1\x48\x76\x28\xe7\x78\x7d\x10\xad\x2a\xca\x39\xa1\xcf\xbb\x9f\xbb\xd9\xc2\x87\xdd\x95\xfe\x6f\xe3\x02\xe6\x76\xe9\x8a\x99\x4c\xca\x36\x86\x5e\xfa\x86\xea\x3c\xfc\xa6\xa4\x07\xe5\x3c\xfc\x69\xe6\xaa\x62\x2e\x9e\x00\x15\xe7\xc7\xe1\x6f\x5e\x93\x65\x5f\x20\x38\x06\xcc\xd2\x9c\x24\xdc\x3f\xe3\x98\xb6\x07\xe0\xd8\x7d\x4b\x59\x04\x5e\x32\xf5\x91\xd8\x40\x47\xd7\x6c\x48\xda\x06\x9f\xc5\xe1\x38\xd6\x70\x8b\x4a\x51\x7d\x11\xf8\x99\x14\x56\x7e\x1c\x78\xc3\xc8\x2e\x3e\x05\x4c\x42\xae\xf9\x56\xe0\xdc\x6b\x2e\xd9\xfa\xa0\xe3\xa5\x66\xcd\x6a\x50\x73\x46\x3b\x6d\x3e\xb4\xca\xae\x56\xfe\x01\xca\x30\xdd\x2a\x31\x85\x8f\xe8\xfe\x4c\xd2\x43\xb4\x71\x38\x8e\x15\xfc\x46\xb5\xaa\x7a\x29\xfc\x4b\xfc\xa9\x1c\x07\x17\x33\x4c\x8b\x67\xc3\xf1\xe0\xd7\xbc\x4f\x70\xd8\xb5\x59\x59\x8f\x61\xe0\x12\x5e\x7d\x0f\x96\xb9\xdf\x54\xde\x82\x87\xed\x50\x79\x2b\xb2\x6e\xf7\x47\x89\x16\x12\xa7\x7b\x47\xfc\x17\x5d\x8b\xc3\x71\x96\x21\x2e\x69\x84\xaa\xcb\x14\x91\xd8\xb1\xcc\x8b\x3c\x4e\x2f\x2c\x0a\x22\xeb\x81\xbe\x79\x17\x49\x9c\xc8\xab\x59\xee\xa4\xb5\xfe\xef\xd5\x2e\xc4\xeb\xee\x3e\xca\x13\xc4\x14\x3b\x5d\xb9\x0d\xd1\x7f\xb7\x32\x59\x48\x3c\xa1\x5b\x2e\x86\x89\x83\x38\x1c\x9b\x86\x5e\x55\xba\x54\x4e\xb2\x03\x44\x57\x4a\xbb\x59\x87\x68\x7d\x85\xfd\x4c\x6d\x80\x9b\xdb\xc3\x98\x19\x51\x9c\xd9\x41\x5f\xee\x6f\x9f\xde\x4d\x73\x73\xeb\x4d\xed\xa5\xe6\xdb\xe6\xc8\x2a\x29\x7f\x77\x7b\x25\x7d\xa1\x50\x74\x2b\x45\x0d\x94\x3b\x38\x5b\x56\x0b\x56\x92\xea\x5b\xb9\x5b\xc4\x17\x5e\x29\x35\x11\x2e\xa6\x3e\x2e\x3c\xc2\xbf\x42\xa8\xca\x3d\xcc\xbd\x1b\xfe\x36\xf3\x20\x27\xd8\x4f\x98\x6e\xcb\xde\xee\xb6\x3b\xd5\x81\x35\xdf\xd6\x5c\xa6\xcf\x78\xb4\x7b\x55\xd2\x49\xc6\x42\xdd\x3e\xe1\x04\xbd\x0a\x27\x62\x4e\x12\xdf\x29\x66\x54\xa4\xa6\x99\x0b\xd6\x94\x48\x15\x77\x29\x94\x82\x2c\x39\x8c\x0f\xcd\x91\x4b\x0d\xc3\x1a\x32\xd8\x49\xcf\x7d\x11\x15\x47\xf4\xd0\xf5\xa8\x82\x2b\xf8\x66\x83\x48\x2f\xf1\x97\x99\x64\x88\x41\x6e\xbb\x6e\x8b\xe0\x16\x3b\x1d\xf7\x93\xd1\x4d\xce\x95\xe3\x2b\xae\xe4\xb7\xf3\xe8\x25\x4e\x39\x6c\xb2\x6e\x81\x7b\x26\x25\x51\x3b\x67\xbf\xfa\x62\x68\x42\xc6\xc6\x34\x07\x1f\x0f\xd5\x1a\x45\x98\x8b\x9d\x62\x85\xac\xc6\x3a\x5f\x32\x29\x31\x32\x59\x2c\xfa\x98\x74\x40\x97\x2b\xd0\xe5\xcf\x9c\x66\x4f\x7f\x43\x5d\x23\x6d\xaf\xb8\x56\x93\xc1\x9d\x57\x72\xb2\xe2\x1b\x51\x56\x60\x5e\xba\x3f\x5e\x92\x33\xbb\xd0\xf5\xaa\xb6\x66\x24\x37\xe1\xa2\x56\x5a\x5b\xe6\xbd\xd3\x9b\x53\x8a\xd4\xf1\x47\xba\x24\x40\x9a\xcf\xae\x58\x11\x49\x3e\xaa\x6b\xcb\x17\x0b\xef\x4d\x8b\xa7\x3b\xd1\xec\xa4\x76\x15\x71\xcd\x87\x39\xd7\x4a\x9c\xea\xcd\xb0\xe7\x05\x3b\xaa\x57\xc5\xbd\xcc\xfe\x50\xf6\x38\x24\x58\x53\x5e\x54\x77\x21\x2e\x4d\x92\x77\xdb\x39\x3d\x05\xcc\xb6\x3c\x72\x49\xe2\xa0\x99\xb9\xcb\x4c\x74\x22\x75\x99\xee\x0e\xfe\x51\xf1\xac\x69\xc9\xb4\xdf\xb4\x12\xc9\x78\x45\x6c\xe7\x61\xf6\x9b\x12\xdb\x96\x97\x98\x53\xc1\xaa\x06\x4a\x9c\x47\xf6\x60\x8d\x6e\xf0\x43\x0d\xa9\xbc\xf1\xfc\x9f\xb4\x0b\xc5\xd9\xce\x87\x52\x2c\xf3\x8f\x1f\x59\x93\xfc\x27\xf3\xc6\xae\xc5\xc2\x6f\xca\x1e\x5d\x2b\xde\x5d\xf1\xd4\xb4\x5b\xb4\x24\xda\x2b\xb6\x71\xe7\x6b\x42\x3a\xd1\xa0\x65\x90\x50\x9c\x90\x58\x7f\x87\x50\x1e\xe6\x50\xf5\x82\xf0\xc6\x2f\xa9\xf4\x0d\x70\xe6\x8c\x7b\xc1\x3f\xe0\xfe\xb1\x0d\x39\x5a\x20\xc7\xca\x5a\xb3\x09\x0a\x36\xf4\x57\x8e\xc1\x21\x4b\xf2\x14\x4f\x10\x39\x0e\xc7\x7b\x80\x84\xb3\x17\x76\xc6\x43\x0e\xd8\xdb\x96\x38\x48\x37\xc1\xa4\x9e\x0b\x4e\x85\x69\x55\xa9\xc1\xb7\x7e\x41\xa5\x05\xd0\x86\x33\x06\x05\x1d\x50\xb4\xc3\xd7\xec\x51\xe8\xb5\xd5\x36\xf5\x4f\x98\x69\x78\x50\xd9\x88\x1c\x5b\x22\x53\xf4\xa1\x26\x38\x1c\x6f\x00\x81\x58\x4f\x3a\x17\xa1\x4b\xb0\xb2\x16\x5d\x24\x3f\xfe\x75\xfd\x21\xc4\x3e\xf4\x7a\xd5\x19\x44\xd7\x6f\x6f\x69\x00\xb2\xda\xfd\x47\x01\x84\x58\x39\x5c\xcf\x4e\x42\x60\xab\xb9\xea\x36\xe4\x91\xe1\x06\x25\x07\xbd\xba\x84\xad\x90\x62\x2b\x70\x38\x9e\x12\xe9\x61\x6d\xea\xb0\xa6\x74\x60\x5b\x9b\xbd\x29\x73\xe3\xc9\x75\x2c\xb2\x43\x68\x60\x65\x01\xa9\xd2\x77\xb0\xa4\x9d\xe4\xe2\xae\xcc\xbf\x4f\x5a\xe2\x40\xca\xfa\x42\xfc\x65\x39\xae\xb6\x20\x7e\x31\xf8\x9e\xfa\x8b\x64\xbc\x24\x39\xe5\x25\xc9\x15\x87\xe3\xfe\x45\x6b\x99\x70\x7b\x09\xdb\x00\x55\x35\x35\x33\xdf\xc7\x2f\xa8\x7d\xc6\xa8\xbe\xfa\xbd\x52\x9b\xde\xe8\x1b\x56\xb2\x83\xf6\xc6\xdd\x3e\xdf\x81\xe6\xe0\x60\x99\xe5\x4f\xed\xb5\x4c\x4d\xe7\x50\x03\x0c\xee\xa7\x1e\xa6\x06\x2e\x69\x92\xff\xa2\x54\xe3\x70\xdc\x8d\xd8\x3d\xe6\x9e\xf6\x45\xc2\x7b\xe8\xae\xa6\xcd\x82\x1d\x71\xac\x5a\x17\x1e\x76\x95\x58\x91\xc8\x5d\xed\x3b\xbb\x38\x99\x3d\xea\x36\x95\x57\xca\x6a\x3b\xfa\x22\xb3\x97\x39\x61\x79\x45\xf5\x98\xa9\x6b\xd0\xa7\x88\x66\x7c\x5e\xf2\x4b\xf6\x8e\x3e\x1d\x87\xe3\x6c\x27\x7e\x66\x1c\x6e\xb3\x57\x8c\x20\xb6\x8d\x17\xe4\xf5\xb1\xb2\x1a\xa2\x54\x11\x92\x52\xae\x49\xa6\xf9\xec\x2e\xaa\x13\x4b\xdd\x8c\x73\x6f\x08\xef\x1f\x3d\x9b\xf1\x58\xe0\x6d\x39\x33\xed\x23\x7f\x85\x41\x56\x4a\x24\x0f\x59\x7a\x44\x2a\x67\xad\xc1\xe1\x58\x6f\xc8\x51\xf4\xf8\xd6\xfb\x39\x0e\xb0\x63\xc3\xa3\xcc\x4b\x31\x82\xea\x6f\x6a\x4e\x70\x6a\xf9\xa2\xb4\xce\x8b\xb6\x45\x6b\x53\x0d\x5c\xbd\x72\x77\xca\x3b\xec\x73\x32\xac\xa4\x05\x16\x58\x9a\xbd\x64\x96\x81\xaf\xbc\x54\x1c\xb0\xf4\x9c\x44\xc9\xa9\xc1\xe1\x58\x38\x4a\x01\xcd\xa3\x15\x2a\xff\x04\x1d\x6e\x60\x97\x24\x44\xf3\xab\xd3\x0b\x17\x5e\x49\x2d\xcb\xcc\xcd\xbd\x70\xbc\x50\x95\x15\xe1\x02\xe7\xe4\x68\x18\x76\x5f\x34\x85\xe9\xf3\xcc\x7f\x2b\x2b\x53\x8b\x0c\x36\xcb\x57\x4b\xa9\x4b\xaf\x24\x8f\xf2\x7e\xe3\x70\x4c\x57\x6a\x26\xb5\xa6\xd5\xb5\x56\x0c\x56\x37\x04\x56\x7e\x89\x5e\x56\x0d\x95\x9d\xbd\xb2\xb9\x2c\xbe\xa8\xe6\xfc\xed\xc2\xa0\xfc\x13\x2e\xba\x39\x21\x39\x76\x76\x1a\x4d\x70\xc6\x94\x79\xbb\x32\x5c\xe5\x69\xa0\x23\xeb\x91\x5b\x2c\xc5\x27\x47\xf0\x5f\xe1\x56\x33\xfe\x50\x7f\x50\x8d\x5a\xf5\x9a\x54\xe0\xe1\x06\xcb\xba\xd7\x51\x79\xd5\xa7\xab\x0f\x06\x35\x96\x1d\x2c\x07\xcf\xc7\x16\xea\x15\xbf\x3f\xdd\x9f\xb3\xb6\xc0\xde\x2e\x54\xb3\x2c\xfb\xa1\xb9\x52\xa9\xa3\x0e\x30\x58\x25\xf3\x4b\xa1\x2e\xcd\x4d\x7a\x2e\x50\xe0\x4e\x33\x38\x34\x1d\x12\xb7\x7f\x02\x18\xc0\x47\x77\x65\x00\xed\x91\x9b\x5b\xe3\x01\xc5\xe5\xab\x0d\xe6\x40\xa3\xd7\xa9\xaa\x29\x50\xc7\x49\x5c\x9a\x01\xb2\x6c\x66\x16\xf8\x40\x7b\xcc\x06\xb3\x0d\xe0\x79\xfa\x79\xea\x6e\x64\xbd\xb6\x8e\xca\x05\xdd\x85\xc3\x09\x56\x20\xb5\x24\xbb\x7e\x22\xec\x81\x3f\xd1\xe5\x0c\xeb\x44\x7c\x68\x35\x80\x9a\x2e\x1f\xaa\x7f\x05\xe5\x79\xed\xac\x52\x41\x9d\x4e\xd1\xa5\x01\xb0\x96\xf5\xb3\x82\x2d\x30\x6a\xd6\x92\xf5\x1b\xd9\xa0\xcf\x53\xe7\x20\xdf\xb4\xe7\xab\x76\xa0\x99\x38\x1c\xff\x0f\xd2\x42\xfc\xdc\x6f\x84\xcd\xc0\xaf\xed\xfc\x82\x52\x23\x6a\x5a\x86\xd0\xf9\x97\xb5\xea\x93\x90\x26\xaf\x19\x55\x2e\x48\x8e\xd3\xe9\xd2\x95\x48\xb3\x75\x47\xfe\x1d\x74\x86\x59\x7e\x56\x13\x7a\x55\x1f\xaf\x8e\xc4\x56\x68\xcf\x48\x7b\x83\x85\xe0\x70\xfc\x2e\x74\x06\x31\xb2\xcf\x93\x1a\x94\x58\xda\xb9\x83\x22\x88\xb8\xd2\xa2\x45\x6e\x0c\x68\xaa\xbb\x4f\xde\xec\x59\x59\x99\x4e\xaa\x72\x9a\x5f\x12\x44\x8a\xb7\x66\xe7\x1b\x92\x02\xcc\x64\x59\x1b\x48\xe1\xfa\x7e\xe9\x7d\xa4\x71\xed\x35\x69\xdb\x48\x7e\x38\x1c\x7f\x25\xfa\x92\xb8\xbd\xb7\x8d\x1d\x91\x18\xdd\xc1\x62\x99\x45\x18\x34\xfb\x32\xfe\x04\x10\xeb\x2c\xe8\xff\x3c\xd1\x4a\x1c\xdd\xc4\x71\xbc\xb8\x9d\xc6\xb6\x0e\xc8\xa3\xd0\xd6\x99\xc5\x67\x5e\xa5\x8e\xea\x7b\xa9\xbe\xd3\x36\x6a\x3b\x2a\x8d\x28\x0c\x1c\x8e\xb7\x9d\x88\xc3\x9e\xf7\xea\x0a\x3b\x12\xb7\xb5\x4f\x09\x36\x87\x3f\x6c\xaa\xe7\xb1\x02\x6c\x6a\xc5\x5c\x03\xcf\x63\x15\xbe\xec\x0f\x8e\x9a\x62\x3d\xd6\x33\xeb\xfd\xb9\xf7\x59\x2b\xcc\xce\x66\x14\x33\xa9\xfa\xe7\x55\x2b\x99\xf5\xda\xfc\xd4\x45\x34\x29\x0e\xc7\x35\x24\xcd\xc3\x36\xf7\x98\x28\x2e\x24\x84\xb4\xfd\x95\x3b\x84\x6f\x69\xbc\x21\xb5\xb8\xc4\xad\x49\x4f\xde\x73\x4e\x55\x7e\x59\xec\xef\xa8\x5b\xb4\x49\xd8\x71\xe4\x76\xce\xa8\x20\xd2\x6c\x9d\x46\xc5\x47\xf5\xfd\x95\xef\x78\x72\xed\x0f\x29\x72\xe6\x79\x1c\x8e\x3d\x4e\x0e\x45\xaf\x75\xcb\xb2\xcd\xe3\x73\xda\xbc\x32\x82\xc2\xdc\x1a\xd7\xa5\x67\xfb\xb7\x55\xbf\x48\x9b\x75\xf6\x71\x59\x96\x42\x7c\x2a\xba\xf0\xa2\xfc\xca\x11\xd7\x1c\x6d\xa9\xd2\xb4\x43\x3d\x2c\x59\xaf\x6f\xab\xd4\x11\xb5\xe9\xe8\xcb\x21\x76\x11\x0e\xc7\x7a\x48\x61\x21\x65\xdd\xcb\xca\xac\xe2\xa6\x5a\x1f\x14\x4d\x84\x8a\x1a\x32\xf2\x93\xfd\xa7\x57\xfb\xe6\x04\x9e\xdd\x54\xa6\x95\x19\x75\xf2\x66\x41\xa3\x7a\xea\xf0\x68\x76\xb0\x2a\xc2\x34\x5a\x6d\xa4\xa8\xd5\x3f\x90\x7a\x46\xe2\xa8\x73\x59\x26\xe2\x96\xe1\x70\x2c\x23\x6a\x20\x72\xb0\xeb\x41\x35\x3f\x2e\xa6\x55\x5d\xfe\x37\xf4\x40\x43\x58\x89\xd0\x2f\xbb\x7a\x43\xe1\x5e\x8f\xbe\xd2\x96\xbc\x15\x27\x19\x05\xd7\xb2\x0f\x1f\xce\xca\x5e\xa5\x29\x31\x3d\x9b\x7e\x43\xf9\x43\xdf\x41\xf1\x59\xda\xa9\xc3\x95\xad\xe7\x51\x71\x38\xe6\x0d\x6a\x36\x7c\xbd\x4b\xd3\x70\x36\x6e\x5e\xab\x7f\x4d\xd6\xd5\x17\x0d\x3b\x2a\xcd\xfc\xbc\xaa\x6e\x97\xd6\x79\xa0\xa5\xa1\x45\x5e\x27\xdd\x0a\x96\xe7\xa5\x1c\x26\x66\x55\x66\xed\x36\x75\x48\xf7\x57\x15\xea\xfb\x29\x20\xd9\x33\x9d\x01\x29\x97\xbf\x11\x87\x63\xfa\x50\x2b\xc1\xf9\x43\x03\x90\x73\xb4\x51\x3f\x01\x5a\x1e\x6c\xdc\x65\x0c\x96\x5f\xec\x6c\x69\x00\x8b\xdc\x97\xd6\x5b\x80\x0f\x8f\xb5\x56\xb6\x40\xb6\x07\xca\x4a\x6c\xa1\x7b\xbb\x74\xf2\xfa\x60\xf5\x06\x62\x56\x22\xd2\xa9\x75\x5e\xfd\x0e\x25\xe1\x70\xc2\x8d\xc8\x33\xe0\xc3\x50\x24\x52\x13\xbd\xb6\x7f\x23\x72\x3c\x78\x61\xe7\x28\xdc\x73\x31\xbb\xe5\x2a\xcc\x74\xfb\x5e\xf7\x02\x26\x1f\xcb\xac\x4c\x80\xab\x0e\x48\x8b\xff\x21\x6b\x76\xe1\xf2\xd2\x90\x82\x0d\x21\x59\x2e\xa8\x48\xcb\x53\xdd\x84\x3e\xc3\xe1\x84\xd3\x91\x29\xa0\x6a\x68\x2d\xf1\x78\xf4\xea\xbe\x1a\x2c\xf5\xca\xf3\xce\x44\x6c\xf6\x45\x72\xcb\x42\x94\xef\x76\xaf\x4e\x80\x7a\x1f\x63\x55\x6e\x44\x2f\x1c\x40\x8a\xf3\x51\xb1\xf1\xa7\x3c\x7f\xf4\xdb\x06\xcf\x2c\x1d\xac\x42\xeb\x84\x1a\xc4\x92\x71\x38\x41\x1b\xaa\x0f\x84\xde\xb0\xa3\x85\x45\xb5\xf7\xbe\xa5\x46\x5e\x51\x77\xa4\x51\xa0\x8b\x0e\xcd\xb6\xe4\x5e\x37\x75\xed\x10\xf9\xd4\xb1\xb3\x15\x3e\xa4\x3f\x07\x3c\x8a\xa6\x48\x53\xc6\x4f\x72\xeb\x48\xbf\x37\x9c\xca\x3c\x47\x16\x69\x5d\x4a\xcf\x26\x5d\xc6\xe1\x04\xd3\xb1\x19\x00\x71\x50\xcd\x31\x8c\xea\xe8\xb5\x61\x8d\x5c\x11\xb7\x3f\x67\x26\x5d\xdc\xd7\xc4\x65\x50\xdc\x24\xb5\x9b\xe8\x05\xc7\x4e\x96\x17\xd0\xa7\x1d\x70\x2c\xda\x4d\x13\x19\xdf\xcf\xf9\x48\x0b\xd9\x70\x26\x23\x82\xf6\x45\x4b\xae\x12\x51\x7c\x71\x38\xfe\x4c\xe2\x12\xc0\xe1\xfa\x67\xd1\xce\x28\x55\x0f\x5f\x40\xbf\x42\x6c\xdf\xc3\xfb\x72\xd1\xa0\x71\x82\x4b\x72\x63\xd4\x44\x71\x1c\x8f\x1d\x2c\xfb\xc6\xb6\x3d\x60\x57\x18\xc7\x42\x8c\x27\x72\xd6\xb3\x36\x6c\x08\xd4\xc4\xb2\x76\x6b\x3d\x4e\x0b\xa2\x1d\xc6\xe1\xb8\x1f\x49\x4b\x09\xc5\x03\x8f\x15\x71\x51\xcb\xba\x31\xb9\x6b\xd0\xbf\x36\x7d\xa9\xf5\x85\x8c\x86\xae\x64\x6b\x37\xed\x6a\x0f\x31\xec\x70\xaf\x74\x58\xf8\xf9\xc0\xac\x02\x47\x41\xa7\x71\x77\xd6\x2b\x81\xf1\x06\x96\x5a\x9f\x17\xbf\xd0\x23\x75\x8c\xd1\x8d\xc3\x71\x92\xc8\x51\x84\xc5\x03\x2b\xb3\x3a\xaf\xc5\x75\x15\x69\xbe\x04\xf9\xb4\x1e\x4d\xb7\xbe\x30\xbf\x7e\x4a\x59\xea\x4a\xa8\x8a\x52\x5c\x76\xf0\x2f\x79\x2b\x0f\xd8\x9f\x9f\xef\x23\x9d\x34\x16\x65\xfe\x94\xcc\xda\x20\x4c\x5f\x2f\x9a\xbf\x30\x4b\x21\x63\x3d\xc0\xe1\xd8\x14\x4a\x14\xbe\xba\xff\x72\xa9\xe1\xb5\x79\x5d\xf3\x0a\x6f\x05\x4e\xb6\x68\xf2\x34\xe7\xa9\xf5\xe6\xd9\x12\x97\x2f\x95\x65\x19\x13\x47\xbf\x97\xec\x54\x0b\xf7\x07\xe7\xc9\xd2\xba\x8d\xa1\xcc\xad\x29\x1d\x1b\xea\x55\x07\x93\xd7\x2c\xfc\x99\x92\xc2\x51\xe3\x70\xac\x36\xea\x26\x7c\x60\xff\x96\x2a\xcb\xc8\x9c\xce\xda\xb2\xcc\xc0\x8c\x96\x73\xc5\x5e\xe7\x1d\xea\x1e\x17\x18\xb8\x54\x56\x9e\xcd\x3d\x75\xb4\xa7\x78\x30\xcb\x7e\xbf\x53\x9e\x95\x9a\x66\x9c\x90\x51\x95\x9a\xb3\xe1\x6e\x5a\x9f\xc4\x7f\x91\x49\xca\x7a\xee\x79\x1c\x8e\x15\x44\x3d\x87\x5f\xd5\x77\xbf\xae\x3c\xd2\xa9\x33\xa0\xea\x47\x60\x64\xcb\xf4\xf2\x8c\xf3\xcb\xeb\x48\x25\x17\x5d\x28\x15\xef\x0a\x26\x8f\xe6\x17\x5f\xca\x5d\xbe\xdf\x21\xb7\x27\x43\x63\x8c\x66\x98\xa6\x2d\xd5\x5b\x92\x66\x23\xf5\x5d\x04\xc8\x19\xdc\x49\x1c\x8e\xf9\x93\x7a\xf9\x97\x37\x64\x03\x2e\x7b\xe5\x03\x79\x81\xc7\xef\x3c\x80\x62\x41\x66\xf7\x4b\x28\x05\x6c\xaf\xdc\x0c\xf1\xc1\x04\x55\x1a\xf4\x0e\x8a\x62\xfe\x81\x97\x40\x03\xd1\x42\xf8\x20\xbc\xc1\xd3\x03\x0e\x87\xe3\xf7\xc1\xb0\x12\xee\x59\x1c\x00\x7f\x83\x07\x7f\xc2\xa0\x1a\xc5\x5e\xc2\x60\x3b\xba\x67\xfc\x07\xf8\x12\xf9\xd7\xbd\x16\x5a\x85\x0c\x55\x9c\x85\xf4\x90\x6b\x69\xef\x20\x1e\x32\xc2\x3c\x0e\x35\x23\x8f\xa3\x3e\x41\xff\x90\x89\x73\xe5\xb0\x0d\x32\x6a\xf5\x13\x26\x22\x3d\x3a\x8f\xe1\x0f\x48\xe2\x0f\x22\xb8\x99\x7c\xf7\x05\x0d\xb4\x27\x5b\x8d\x2f\x02\xfd\x48\xf2\xae\x63\xa0\x94\xf8\xac\x1c\x00\x7b\x88\x57\xd3\x6c\x20\x23\xe2\x39\x86\x0c\xba\x44\x5c\x1c\x75\x19\x2a\xc3\xea\xcf\xcd\x86\x67\x61\x3e\x56\x28\x7c\x06\xfd\xae\x13\x0e\x77\xa0\xce\xdf\xc8\x80\x17\xa7\xee\x19\x13\x80\xd9\xd7\x46\x0d\x00\x0d\x4b\xbb\x03\x02\xc6\x18\xdd\xa5\xb7\x41\x5d\xba\x38\xf5\x15\x78\x8e\x96\x49\x3f\x0d\xa6\x51\x1b\xae\x05\x43\x0b\x28\x35\x67\x57\x42\x71\xe4\x5c\xcb\x6a\xe8\x06\x29\x59\xfb\x13\x6c\x45\x34\xfe\xd2\x41\x08\x93\x84\x3d\x9d\x20\xa4\x26\x79\x0d\x1f\x23\xdc\x14\x39\xb4\x15\x01\xb3\x05\xc7\x4b\x96\x00\xc7\x78\x01\x0a\x47\x80\xc3\xc9\xa7\x3e\x02\x9e\xb0\x3e\x46\xda\x81\xde\xcc\x2d\x1e\xbb\xc0\xdb\x74\x17\xcb\x15\x90\x09\x95\xab\xdd\x0c\x41\xe4\xad\x9f\x3a\xf1\xdd\xe9\x7d\x4f\x06\xf1\x1f\xd3\x66\xdd\x0a\x21\xe8\x2b\x76\xb4\x8c\x11\x5c\x65\xd1\x45\x2e\x04\x46\x72\xa7\xbc\x98\x70\x4f\x6c\x49\x49\x04\xcc\x05\xca\x88\x2d\x40\x39\xf7\xdb\x99\x13\xe0\x5e\xb6\xb3\x05\x13\xe4\x30\x6e\x68\x17\x80\xf5\xd4\x85\x1f\xec\xf1\xeb\xcb\xb0\x47\xa1\x78\x9b\x22\xc9\x8d\x07\xf8\x80\xbc\x92\xa6\x4b\x78\x4e\x56\x7b\xfe\x37\x7c\x9f\x7a\x44\x4a\x23\xac\x52\xbe\x25\x71\x09\x09\xf2\x97\x61\x1c\xc2\xa7\xe4\x9b\xee\x2b\x81\x48\x61\xa7\xf9\x5d\xa0\x85\x67\xad\x9d\x0d\xf4\xd3\x6b\xde\xf6\x25\x4e\x76\x0c\xdc\x1f\x4d\xfc\xd9\x2c\xb9\x1e\x87\x9f\x57\xc7\x6e\x98\x8d\xdf\x59\xe9\x9b\x5b\x8e\xf7\x2f\xd9\x98\x1c\x86\xcf\xcb\xeb\xc5\x8a\x08\xf3\x33\x8f\x5f\xfd\x41\x00\xd2\x8a\x5c\x27\x09\xef\xe4\x7b\xcc\x37\x02\x96\x49\x23\xda\x62\xc0\x94\xb5\xef\x35\x15\x6f\x38\xfa\xe5\x5e\x03\x7e\xdd\xd0\x83\x7e\x5b\xfc\xf2\xbe\xbc\xda\xbb\xf8\x9d\x1d\x5e\xd9\x69\x78\x8f\xc6\x09\x31\x84\x17\x54\x5b\x23\xdf\xf1\x53\x25\x21\x21\x0c\x82\x49\xee\x3e\x97\xdf\x04\xb2\x1a\xdc\x2b\x25\x0c\x29\xcc\xb4\x05\x84\x36\xce\xc9\x57\x4d\xf8\xed\x0f\x81\xbb\x77\xf1\x46\x77\x56\xf4\xf9\xe2\xd7\xdd\x02\x6a\x7e\xe2\xb7\xf7\xe7\x64\xf5\xe1\x1d\x3b\x52\x45\xe5\x78\xa4\x31\x14\x39\x81\xef\xab\xfc\x16\xfc\x81\x30\xad\xf0\xaf\x4b\x29\xc1\x36\xab\x6c\x6f\x14\x81\xab\x14\x6a\xd7\x13\x62\x38\x7f\x5e\xad\xc3\x9b\x3c\x3f\x7e\x77\x1b\x7e\xcb\x23\xa8\xb7\x1a\xbf\xec\x0e\xbd\xc6\x1d\xbf\xf2\xd6\xc9\x2c\x03\xbc\x71\x5f\x9b\x48\x1f\x7f\xa6\x7d\x21\xdc\x8f\x97\xd4\xcf\x0a\x06\xf0\x0d\x65\xc7\x5c\xf8\xf8\xa7\x79\x76\x7b\x13\x08\xbb\x54\x9b\x75\xb6\xe2\x3f\x71\x6d\xbe\x88\x51\x10\xb0\x9e\xd2\x42\x0f\x00\xc1\xc3\x3f\x90\xbf\x40\x5e\x3b\x88\x8c\x01\xef\x4a\xe7\x21\x19\xc0\x87\x54\x7d\x44\x01\x8e\xd3\x9e\x21\x00\xe4\x7e\x6d\x26\xe2\x0b\x75\x9c\xb5\x45\x8e\xc3\xfb\xad\x66\x21\xfb\xe0\x62\x1d\x1a\x72\x0e\xbe\xfb\xb9\x16\x19\x43\xf8\x4f\xcd\x11\x35\xe2\x32\xbc\x1e\x89\x45\x8c\xda\x4a\x11\x4f\x64\x66\x89\x0d\x62\x06\x8f\x29\xf0\x88\x05\xb2\x93\xb6\x13\xd1\x43\xce\x47\x92\x91\x35\x08\xc1\x23\x05\x59\x86\x24\x59\x92\x91\xe5\x48\xa9\xce\x4c\xc4\x12\xa1\x7d\xea\x45\x5c\x49\x0f\x26\x1d\x10\x3d\x92\xc7\xed\xfd\xf0\x7b\x62\x4f\xeb\x04\x3c\x49\xdc\x5d\x1c\x07\xdf\xc0\x7a\x53\xba\xe1\x5b\x58\x1d\x95\x0e\xb7\x63\x82\x88\xcf\xf0\x30\xe6\xe5\xb1\x16\xbe\x87\xad\xb2\x5c\x00\xbf\x40\x27\xb4\x0b\x11\x1d\xd4\xeb\xc3\x2b\x38\x8e\xad\x79\x1c\x0e\x9f\x64\x01\x37\x83\x61\x43\xe6\xae\x16\x23\x78\x25\x63\x5a\xe1\x33\x78\x09\xed\xb9\x3c\x18\x9e\x4f\x5b\x41\x39\x09\x2f\xa3\x1e\x0c\xff\x06\x9b\x50\xdc\xce\x18\xc2\x2e\x64\x5f\x0b\x5f\x38\x88\x84\xd7\xf6\x84\x99\x44\xb3\xf7\xc6\x50\x55\xb2\xf6\xc3\x66\x88\x21\x36\xbe\x21\x83\x42\x84\x36\x4d\xc1\xd0\x59\xfe\xe5\x82\xbd\x90\x0b\x57\x2e\x7d\x0a\xb9\x72\xa6\x91\x3e\x43\x7e\x2c\xff\xb0\x51\x88\xcd\x28\x73\xb7\x85\x1a\xe8\x33\xcc\xbb\xa0\xdb\xd4\x6b\xda\xdb\xa1\x47\xe4\x4d\x6f\x8f\x41\xb3\x55\x4e\xf7\x3b\xc1\x67\xa9\xd5\xd7\xfb\xc0\x21\xf9\x9f\x06\x05\x58\x26\x0d\xc8\x8b\x01\xb3\x92\x86\x25\xce\x60\xbe\x28\x94\x28\x00\xeb\xf9\x9f\x43\xdb\xc0\xb7\xdc\x08\xb7\x68\x68\x3d\xeb\xa3\xb9\x33\x64\xcc\xc8\xd3\x36\x83\xd6\x50\xfe\xbd\x6a\x05\x7d\x4a\x4a\xef\x5d\x04\xf7\x15\x7c\xef\x3f\x04\xae\xcc\x3d\x58\xb7\x03\xf8\x94\x19\x9f\xb3\x03\x78\x9c\x5e\x9c\x64\x02\xbc\x48\x7d\x8f\x96\x81\xd3\xe5\xab\xaf\x5a\x82\x3b\x93\x77\xbb\xba\x83\x67\x85\x9e\x7b\x2b\xc0\xf3\xbc\x25\xda\x67\xc0\xb5\xf4\xcc\x17\x07\x40\xab\xb6\xcc\xf1\xeb\xc0\xb7\xc6\xac\x9e\x1b\x40\x4b\x4d\x7f\xf5\x0d\x40\x50\xde\x97\xf9\x06\x88\x2d\xaa\x10\xad\x01\xf0\xb9\x02\x78\x04\xe0\x67\x1c\x0d\xce\x07\xca\x95\x2f\x5c\xb6\x02\x23\xb2\xc2\xbd\x3a\xc0\x60\x52\x92\xb6\x3b\x40\x60\xad\x7a\xa6\x05\x5e\x1d\x0e\x1b\xad\x02\x57\x0c\xa6\x74\x15\x01\x9d\x3d\xd9\x95\xe5\x00\xb3\x8d\xa2\x99\x02\x02\x1a\x0e\x08\x2c\x00\xaf\xca\x51\x68\x27\x10\x54\xbc\xff\x8a\x03\x10\x98\xe3\x7a\xda\x16\x88\x48\x1f\xdb\x43\x05\x82\x52\xea\xb5\xbd\x80\xb9\x9c\x35\x53\xf6\x60\xec\xc4\x9b\x91\x09\x70\xd3\x68\x43\xe7\x4d\xa0\x6f\xc8\xbb\x62\x0c\xa0\xf6\xd6\x69\x96\x00\x9e\x6d\x93\xfc\x28\xc0\xbe\xfe\x0d\x88\x00\x27\x2b\xca\x83\xca\x01\xab\xc2\x85\xce\xdf\x81\x9d\x59\x33\xf7\xf8\x00\x86\xca\x05\xda\x20\xa1\x86\xd3\xfe\xb4\x00\x24\x3c\x4d\x1b\xd9\x07\x6e\x78\xb0\xac\x73\x27\xd0\x38\xe6\x52\x61\x06\x5c\x1b\x3a\xa6\x4e\x00\x2c\x7a\xbe\xf3\x9e\x00\xab\x5b\x01\x70\x0e\xb0\xa4\xb6\x2a\xe8\x24\xe1\x7d\xa9\x9b\xf3\x0d\xc2\x50\x2e\x65\xcf\x65\x42\x47\x9a\x58\xfb\x21\xc1\x9c\x3b\xef\x5d\x11\x69\x84\x70\xea\x21\x9b\x64\x4d\x48\xbe\x71\x93\x58\x4e\xb8\xd9\x34\x4e\xb4\x03\x70\x05\x1d\xd8\x3d\xc0\x5b\x16\x88\x51\x40\x63\x32\x0f\xdb\x04\x76\x86\xdb\xa3\x2d\xd0\x45\xf7\xfb\xe8\x25\xe8\xa3\x85\x1b\xba\x16\xa6\x68\xfb\xa2\xcb\xe0\x9b\x6f\x47\x49\x7b\x61\xd6\x83\x4a\x62\x21\x1c\x73\x63\x1e\x71\x3b\xec\xd1\xa4\x8d\xf5\xc0\x3b\x0a\x66\x60\x61\xb0\xa9\xb4\x1a\xdb\x04\x73\x48\x8f\xd0\x6e\x78\x24\xac\x1d\x45\x91\x25\xee\x21\xe8\x5e\xc4\xc1\x7c\x18\xf9\x8d\xd0\x16\xfd\x41\xbe\x21\xc0\x9b\x37\x44\x25\xf1\xf9\xfd\x09\xe2\x66\x62\xe4\xa0\x11\x96\x43\x9c\xd1\xb8\x0f\x3b\x83\x01\xf9\x07\xb1\x39\xd8\x66\xe9\x32\xb4\x1e\xd3\x21\x1d\x41\xa3\xb1\x85\x61\x16\xe8\x01\xf4\x8d\xdb\x7d\xe4\x2f\xda\x65\x7e\x15\xb9\x81\x96\x2d\xaa\x40\x6e\xa0\xc7\x5f\xaf\xc0\x2a\x58\x49\x13\xcb\x31\x6b\x26\x6b\x20\x14\x1d\x67\x9c\xae\x97\xa1\x24\xfa\xfe\xdc\x62\xf4\x28\x6d\x5f\xb2\x06\x9d\x4e\x8d\x21\x4e\x43\xba\x28\x55\xa1\x7b\x11\x15\xf9\x91\xeb\x27\x04\x24\xcf\xdb\xdb\x8c\xb8\x93\x9c\x16\x5d\x40\x4e\x13\x97\xbd\x3c\x8f\x19\x89\xab\xee\x06\xa2\xe9\xa2\xd9\x7d\xf9\xa8\x99\xe0\x60\xed\x6b\xe4\x16\x0f\xcc\x59\x85\xb0\x39\xfd\x49\x16\x88\x33\xfb\x04\xda\x8c\xac\x65\xf6\x5c\xdd\x0e\xff\x61\x98\xb9\xae\x87\x27\x69\x9a\xbd\x87\xe0\x6a\xaa\xf5\x22\x27\x38\x85\xf4\xf3\x39\x03\x25\x29\x47\xc7\x89\xe8\x02\x45\x68\xcf\x2b\xa4\x48\x36\x50\x63\x88\xd8\x48\xdc\xb3\x2e\xc3\x6f\xc5\x4f\x44\xf9\x70\x99\x30\x09\x09\x82\x29\x7c\x9b\x90\x35\x70\x00\xe7\x9e\xcb\x39\xd8\x81\x45\xde\x33\x00\xaf\x64\x24\x2c\xba\x08\x8d\x51\xae\x4f\xcd\x43\xba\x8b\x1e\x8f\x2e\x45\x7c\xf3\x3d\xba\x2e\xc2\x7f\xb2\x3b\x2b\xeb\x61\x4a\xc6\x96\x8c\xf5\xf0\x4e\x15\x2c\x10\x40\x9f\x14\xcf\x21\x0e\xd4\x2b\x3b\x78\x45\x0e\x65\x24\x91\x4f\xdb\x43\x44\xc1\xe3\x3d\xd6\x90\x3d\xf7\xfe\x22\x11\x38\x4a\x0f\x7d\x12\x8b\xd4\xb6\xe0\x6f\xd3\x10\xfd\xfa\xd2\xf6\x57\x70\x41\xf5\xac\xf2\x0b\xf0\xf6\xb2\x5d\xe9\x93\x50\x5b\xa1\x2d\x0f\x83\x28\x39\xae\x40\x35\xe4\xad\x39\x18\xb4\x0c\xda\xa5\x5c\xed\xac\x07\xcd\x94\x6d\x34\x53\x81\xd5\x49\x6e\x8b\xd4\xe0\x2e\xe6\xc0\xa3\x33\xc8\xbd\x9b\x13\x37\xe3\x90\xc3\x03\xce\xad\x77\xe1\xbc\x2e\x45\xa9\x33\xbc\xae\xa5\x28\xed\x39\x54\x50\x27\xe4\xe4\x41\x7e\x15\x01\x84\x95\x90\x61\xd1\xec\xcb\xd5\xe0\xa3\xec\x20\x27\x2b\x30\x2d\xdd\xc2\x6c\x25\x78\x3a\xe5\xc0\xa2\x1c\xa0\x8a\xdd\xfc\x90\x8b\xbc\xbe\x7b\x76\x28\x13\x39\x39\xec\xdd\x3a\x03\x2e\x18\xdc\x5d\x12\x0b\x2f\xef\xee\x4d\x5b\x09\x29\x5b\x37\xb3\x9f\x41\xc7\xeb\x02\xf1\x61\xd0\xbc\xf2\xf0\xcb\x46\x60\x79\xc1\x3a\xc7\xe7\xa0\x5f\xa6\xaf\xe9\x5b\x50\x27\x35\x61\x51\x1f\x10\xc4\x09\x7c\x38\x1d\xf9\xf4\xf8\xd5\xd0\x22\xc4\xe1\x9e\xb4\xc5\x1f\x56\x8e\x68\x17\x0f\xc1\xd3\x07\x0f\x2b\x09\x10\xd8\x6d\xc0\xf6\x84\xd6\x34\x3f\x4b\xfc\x0c\x0e\xd6\x5c\x0e\xe8\x06\xaf\x96\x5c\x72\x6c\x04\x67\xe7\xf4\x9a\x7e\x02\x0a\x94\x5f\xb5\x77\x10\x9e\x70\x72\x9f\x74\x33\x55\x89\xcd\xc3\x2e\x0c\x2e\x7e\x7b\x27\x93\x7e\x1e\x8f\x54\x9a\xd1\xf0\xf8\x61\xcd\x08\x35\x87\x70\x58\x10\x45\x69\x23\x7c\x82\xa2\xc8\x8f\x80\xfa\x2b\x7e\xa4\xdf\x20\xdd\xf9\x37\x49\x0f\x72\x36\x0b\x26\xc6\xc1\xba\x5a\x2a\xe2\x5e\x98\xf5\xf8\x33\x73\x09\x38\x78\x1b\x63\xcc\x01\xef\x76\x34\xd3\x26\xc1\x27\x15\x11\xb4\xf9\xe0\x53\xcd\x1a\xaa\x1d\xf8\x8b\xdf\x49\xf1\x87\x2e\x81\xa3\x64\x11\x34\x10\x34\x4a\x6a\x86\xcd\x9d\xa3\x89\xdf\x60\x99\xe9\x0f\xa2\x17\xb2\x44\xcb\x93\xb8\x11\xd9\xf2\x78\x15\x83\x86\xcd\xba\x55\x40\x27\xa1\xe5\xed\xef\x69\x61\x68\x44\x79\x16\x35\x05\x5d\xaf\xf6\xa2\x4c\x20\x53\xfc\xa5\x14\x2d\xe4\x1d\x78\x90\x6c\x8b\xce\x0d\x72\x24\x61\xa8\x8e\xd3\x57\x62\x1f\xba\xd4\x54\x4e\xb4\x40\xad\xb4\xf4\xb0\xbf\xc8\xb3\x87\x02\x7a\x22\xa3\xe0\xa6\x09\x8d\x41\x6f\x6a\xc3\x53\x21\x5a\x7d\x99\x2d\xa5\x81\x7a\x3d\x7d\x31\x65\x36\xe5\x0b\xf7\x39\xf9\x28\xc5\x15\x30\x25\x71\xc8\x55\x81\x4e\xc4\xf7\xa4\x7f\x4e\xba\x44\x77\x92\xa3\xe9\x1c\xac\x8b\x78\x7b\xc1\x0b\x0c\xc3\xd4\xf7\x9b\x69\x6f\x85\xde\x37\x64\xd4\x27\xfc\x47\x2d\x75\x94\x57\x3c\xd7\x12\x31\x45\x9f\xd3\x98\x86\x27\x07\xb3\x0f\x72\xa2\x48\x65\xcc\x67\xf8\x29\xd2\x2c\x86\xe8\xf2\x49\xa2\x37\xdd\xcc\xf1\x0c\x56\x43\x1d\xdf\x2d\xc7\x0c\x28\xfd\x0b\xbe\xa3\x1d\xa4\xa8\x7b\x6f\x68\x97\x15\xd3\xae\xab\xa8\x11\xb2\xeb\x4d\x3f\x29\x09\x12\xa4\xe8\x09\x39\x23\xe9\x60\xea\x03\xd2\x23\xd1\x1c\xd6\x0f\x92\x31\xff\x63\xa2\x9c\x48\xe1\x8e\x07\x38\x60\x83\xec\xda\x53\x1a\x4c\x8f\x99\xbf\x7b\x0f\x4a\x62\xcc\xd4\x5a\x8e\xfc\xa5\xec\xbd\x23\xa2\xd6\xe5\x5f\xea\x0f\xa4\xb4\xe6\x18\x36\x20\xe4\xc1\x8c\xa7\x05\x28\xe9\x73\x3a\x35\x45\x49\x32\x52\x1a\x32\xde\x10\x63\xe4\x13\xf1\x37\xb1\x01\x09\xd9\xff\x31\xa6\x2d\xde\x71\x52\x83\x9e\xe7\xbf\x31\x69\x41\xf2\xb9\x61\x5a\x81\xf0\x17\x5a\xc9\xe8\x47\x6a\x56\xc3\xde\x9e\x5a\x8a\xac\xba\xa7\x4e\x97\x4c\x29\x47\xf3\x76\x92\x52\x8a\x7e\xc9\x82\x89\x1d\x79\x01\xb4\xc7\xc4\xf9\x99\xb7\xe3\x66\x63\x17\xd2\x8d\xfc\xae\xa2\xa9\x0a\xf0\x04\x1f\x79\x20\xd5\x32\xd9\x88\xac\x17\xd7\x69\xc5\xc1\xb6\x8c\xb7\xc3\x8f\xa9\x95\xd7\x97\x77\x75\x53\x24\xdd\x2f\xaa\xff\x90\x91\x36\x59\x8e\x01\x89\xde\x38\x43\x42\x26\x66\x54\x3b\x50\x37\x62\xe3\xa5\xd4\x98\x38\x6c\x7d\x7e\xba\xef\x26\xd4\x31\x53\x79\x5c\x81\x90\x54\x0b\x77\x25\xc1\x95\x72\x03\x2d\x14\x6a\x63\x75\xdc\xfe\x4b\xbd\x39\x72\xbc\xf3\x35\x25\xf3\x46\x75\xf5\x6a\x32\xd2\xfb\x23\xfb\x14\x09\x69\x7f\x91\x5c\x4f\x14\x34\xe6\x50\x2e\x63\x8d\xd5\x7e\xd1\x43\xe8\xf7\x92\xb7\x3e\x32\x54\x2f\xef\xf4\xf1\xc3\xc8\xa9\x8c\x1d\xbb\x42\xe0\x38\x85\xa5\x56\x36\x14\xce\x0e\xbc\x7d\x8a\x3a\x35\x91\xd1\x69\x45\xc9\x19\xed\xaa\x0a\x22\x47\x0d\x15\x66\x65\x90\xae\xf4\xed\x4f\xde\x44\x0c\x6f\x67\x92\xef\x60\xac\x86\x9e\x68\x6f\xb4\xb6\x72\xd4\xe7\x30\x32\x5a\x94\x72\x7c\x31\xfc\x35\xdb\x63\x57\x08\xbc\x34\x35\x5d\xeb\x2f\xf8\x8e\x9d\x3f\xaa\x23\x34\x4a\xc8\xee\x89\xe7\x07\x25\xae\xac\x5b\xcf\x6d\x4e\xc4\xe7\x09\x39\xae\x89\x4f\xe4\x0b\x58\x6f\xf1\x61\xf4\x74\x26\x4a\x30\x8e\x2b\x65\x2c\x07\xe6\xfa\x55\xd2\x4a\x81\x89\x13\xa1\xd4\x8b\x60\x99\xf1\x6b\x4a\x00\x94\x35\x2f\x9d\x5c\x04\xdb\x8f\x78\x09\x68\x00\xa1\xbb\x9c\x37\x05\xc8\x6a\xdd\xb9\x67\x81\x92\xdc\x71\xf6\x47\x60\x48\xe6\xcb\x92\x80\x0b\xe9\xb3\x99\xe6\x20\x18\xb7\x85\x3e\x0e\xfe\xf6\x33\xa1\xd1\xa0\x84\xe3\x4f\xa9\xc7\xa1\xcf\xc6\x18\xc5\x1b\x16\xcf\x73\x27\xe7\xc2\x1d\xc3\x0a\xfe\x5b\x24\xae\xeb\x25\x2f\x04\x39\x5a\x43\xe2\xbc\x47\x16\xe7\xae\x63\xf3\xe1\x27\xd2\x0a\xd6\x21\x78\x90\x16\xc8\x98\x82\xdf\xc4\x26\xd3\x05\xc8\x3a\xdf\x1a\xda\x49\xe4\xc8\xf1\x04\xaa\x2e\x72\xc9\xd8\x92\xb2\x1b\xa9\x9c\xb7\x87\x0c\x23\x31\xb7\x7e\xf1\x67\xd2\xa4\x9d\x57\xb8\x42\xea\x8d\x6a\x3d\xce\x36\xca\xdf\xec\x3a\xd6\x30\x65\xbf\x24\x90\xc9\x26\x73\xa9\x7b\x18\x87\xc8\x3a\x31\x0c\xda\x67\x92\xd2\xa7\x95\xda\x4e\x5a\x7c\xac\x88\xa2\x26\xb2\x76\x36\x92\x1b\x89\x67\xe6\xe9\x93\x7e\x62\x4b\x6f\x9e\xe3\xb9\xf3\x17\xb5\xdf\xe5\x4c\x71\x1b\x2b\xb9\x6c\x2a\xc7\x33\xeb\x00\xcb\x94\xf5\x35\xe9\x0f\xe3\x15\x33\x93\xfc\x82\x9e\xc5\x40\xa3\x03\x69\x57\xe9\xfe\x17\x6f\x52\x4d\x69\xc6\xc7\xe6\x51\x16\x52\x17\xed\x0c\x21\xaf\xa3\x9c\x9a\x77\x8a\x64\x49\xec\xbf\xd1\xc1\x1d\x91\xf9\xb7\xed\xe1\x5c\x96\x78\x94\xff\x64\x4f\x4f\xb2\xcb\xa8\x60\x66\x89\xf6\x8a\xd9\x0c\x6f\xc1\x5e\x92\x8c\xbe\x81\x77\x21\xca\x9a\xfa\x9c\x43\xb9\x70\x8f\xa2\x61\xc9\x1c\xae\x90\x63\x19\xc3\x3b\x57\x91\x62\xe9\xac\x79\x08\x31\x92\x0c\x5d\xf7\xe1\x9a\xe7\xcc\x6c\x9e\x60\xf7\x67\x2e\x2d\x4d\x63\x05\xa9\x57\xaa\x13\x98\xd3\x95\xff\x84\xf1\xf4\xfc\x94\x17\x58\x29\x2d\x5c\xfa\x26\x32\x89\x6a\x9e\xf4\xe2\xbc\x98\xfc\x4e\x38\x7c\xf4\x1a\xa9\x9a\xf7\x6d\x47\x0a\x51\xcd\x9d\x3d\xaf\x01\x0b\xa7\x0e\xf5\xcf\xe4\xee\xae\x59\xdd\x08\xb0\x33\x2b\xd6\x14\xbb\xb0\x0c\x4a\x74\x54\x87\x19\x65\xf9\x93\x7c\x5f\xba\x73\x76\x0e\xd2\x41\x9b\xab\x49\x0c\x9f\xa4\xf4\xa5\x59\x7a\x1f\x22\xc3\xf2\x0f\xf6\x61\xa4\x03\x12\xdc\x8e\xf9\x44\x1d\xd1\xdf\x79\x37\xd1\x52\xfa\x54\xcf\x08\xd7\xb7\xe7\x50\xfd\x15\x76\x73\x7b\x6c\xa1\x05\x6b\x57\x13\x5e\x69\xce\x28\xa8\x3d\xc1\x8d\xa6\xef\x2b\xff\x09\xfd\xa6\x3e\x28\xca\x0f\x73\xa6\xf0\x73\x1d\x3c\x5f\x93\x2d\x34\xb7\xec\x42\x89\xcf\x95\xbf\xb7\xc7\x63\xd9\xd2\x47\xf3\xee\xa3\x06\x4c\x45\xf7\x37\x6e\xe8\xd0\x96\x3a\x84\x3d\xd8\xf7\xae\xc0\x91\x65\xde\xc9\x4c\x3d\xc3\xc8\x6b\x7e\xc1\x49\xa3\x1b\xd7\xad\x87\xac\xa8\x5d\x15\x2e\xa1\xe9\x94\x88\xa2\x60\x4f\x1f\xf2\xc2\x9c\x38\xbb\xd9\xc4\x0a\xf5\xfd\xed\xc7\xb0\x60\x79\xcb\xfc\x59\xc8\x4d\xd6\xbe\x6e\x3b\x6e\xc4\x98\x75\x6d\x27\x7b\xf0\x66\x4d\xbe\x80\xb5\xbb\xff\x9f\x22\x9d\x21\xeb\xfc\xc7\xfe\x4e\xd7\x69\x1e\x00\x55\xd4\x94\x5a\x7e\xe8\x46\x8a\x79\xb9\xe5\xb9\xdf\xa4\xde\x82\x2e\xdb\x41\x62\x60\x66\xd3\x76\x1b\x6c\xb6\x62\xf1\x7c\x0f\xe4\x2c\x8b\xd8\xe3\x2e\x37\x8c\x6f\xae\xf7\x92\x7c\x4b\xb0\x2d\x7c\x99\xd4\x99\x50\x9f\xb6\x5b\xd4\x9c\x78\x98\x27\x10\xb4\x25\x8e\x20\xbb\x78\xcd\xf8\x8c\xf0\x00\x4e\x13\x81\xea\xc5\x67\x0d\x01\xbe\x76\x67\x98\x33\x40\x4b\xa3\x7f\xf4\x26\xe8\xd4\x6c\x22\x6d\x35\x3c\xbf\x9b\x2c\x2b\x25\x04\xd6\xd1\x25\x62\x02\xab\x70\x73\x52\x38\xa1\x4d\x89\x8a\x22\x00\x1c\x77\x4a\x10\x0f\xb8\xc3\x0a\x1e\x09\x18\x0a\x9b\xe0\x70\x41\x6f\xaf\x15\xac\x02\x70\xca\xf6\x15\xe3\x1d\x14\x66\x94\x4f\x2f\x87\xb7\xcd\x0e\xa0\x2d\x87\x13\xbb\x72\x65\x76\xb0\x5e\x6d\xa5\x64\x2f\x8c\x2b\x38\x9b\xb4\x1c\xfa\x92\xda\x27\xda\x00\x4d\x72\x4f\x0a\x4c\xa0\xd7\xf0\x3c\x9e\x35\xbc\x3e\xcc\x9b\xe3\x0e\xfb\x7b\xa6\xb1\xf0\xb0\xd4\x96\xc1\x68\x87\x6f\x18\x5d\xa1\x73\x11\xdb\xd9\x0e\xd4\x17\xc8\xfc\xce\x93\x52\x06\xa5\xa7\xc6\x35\x99\x42\xd9\x9c\xaf\x25\x8e\x23\xc7\x2a\x30\x21\x91\x74\x87\xb3\x8c\x9f\x42\xf2\x00\x5f\x70\xcb\x88\x3f\x43\xbd\xd8\xfd\xc4\x82\x73\x4d\xcc\x7f\xc4\xa3\x36\x8f\x18\xce\xd8\x4b\xa3\x19\xf4\x35\xd8\x93\xd9\x47\xa8\x97\x50\x7a\xfb\x75\x49\x0f\xe7\x65\xf5\x9a\xa4\x5a\x76\x67\x6e\xb1\xa8\x95\xc5\x49\xb1\x10\x8c\x30\xcf\xb2\x1e\xf2\x3e\x31\xcc\x80\xeb\xdc\x95\xf4\x83\x57\x2f\xb1\x0f\xd3\x5c\xce\x3e\x64\x86\x52\x1d\x6c\x4e\xd1\xeb\x29\x17\x0d\xfb\x68\x31\xe4\xa7\xb3\xe9\x14\x15\x71\x4f\x9b\xbb\x64\x5d\x72\x5f\x65\x7c\xd2\xd6\xa4\x99\x39\x4e\x22\x43\xd1\x0e\xd9\x13\xc1\x41\xc1\x69\xa6\x8a\xe7\xcd\xc3\x08\xf9\x1c\x1a\xe7\x69\x48\x20\xab\x9a\xed\xe4\xf1\x8a\x71\x87\x29\xb2\x6e\xa3\x6f\x66\xac\x36\x54\x52\xdb\xe9\xe6\xb3\x1f\x93\xc7\x48\x37\x5b\x16\x25\xa7\x66\x14\x94\xc7\x8a\x85\xea\x45\x59\xeb\x85\xd2\xb4\x8b\x92\x5b\xfc\x34\x05\x8b\x5e\xcf\x2d\x95\x35\x26\x7e\x60\xdf\x95\xe8\x5c\x79\xc2\x9a\x27\xf6\x3d\xf3\x84\x61\x24\x90\x1e\x79\x40\x0b\xe2\xad\x33\x34\xa1\xbc\xe2\x34\xcd\xd9\x4c\xba\x4e\x9d\xde\x78\x2b\x39\xaa\x62\x71\xe9\x32\x71\x78\x89\x93\xe6\x83\xd0\xa7\x20\x2b\xa9\x85\x7f\x26\xe7\x16\xf5\x3a\xf7\x5c\xc6\xf7\x04\x43\x76\x62\xba\x51\x90\x0b\x53\x99\xea\xe1\x9e\x4f\xaf\x97\x25\x1e\x9e\xa2\xbe\x49\xd6\x36\x50\x51\xce\x88\x16\xcf\x31\x27\x69\xd3\x5e\xd6\xbf\x4d\xae\x69\x8f\x2d\x3e\x22\xe6\x34\x7d\x49\x7f\x2c\x8c\xa8\xf3\x10\x35\xf0\x3d\x2a\xd9\xe4\x47\xdc\x63\x25\x05\x71\x7e\x6c\xb7\xfc\xe1\xcb\x0d\xcc\xa0\xac\xaf\x6e\xe7\xe9\xf1\xea\xf5\x87\x9e\x52\x53\x53\x3f\x1b\xcc\x25\x7f\x90\x04\xcc\xb1\x23\xe2\x19\x60\xdd\xe7\xe4\xd1\xbe\xc9\x22\x4f\xb1\xa6\x6b\xb1\xea\xa7\x90\xd0\xba\x54\x38\xce\xf7\xaa\x7f\x40\x9e\xc9\xb5\xab\x62\xc6\x4a\xd8\x87\x4b\xad\x2f\xcf\x63\x1e\xcb\x7f\xe3\xda\x4b\x3f\x9d\x55\x76\x08\xa0\x86\xa7\x07\x6e\xbd\x45\x2e\x91\xe9\xcc\xb9\x40\xdc\xc2\x9c\x5f\xa7\x97\xfc\xe6\xa6\xb8\x90\x23\x2e\x1e\xc0\x54\xfb\x84\x84\xee\x83\xc2\x0d\x7c\xc7\xd6\x0a\x92\x07\xd7\xa8\x61\x76\xcc\x0f\xf6\xca\xaa\xb3\x01\x44\xa6\x4e\x49\x86\xab\x0f\x5d\x27\xef\xe3\x21\x73\xaa\xbe\xe6\xe7\xd6\x1e\xf2\x29\xb9\xfd\x9c\x74\xac\x80\xe9\x56\xbe\x34\xfb\x42\xfc\xd1\xec\xf3\x19\xfb\xe3\xfb\xe5\x3d\xe9\xd6\x09\x07\x39\xbe\xca\xd3\x09\x9d\xc8\x96\x94\x80\xc4\x88\x6b\xc7\xa5\x89\x78\x0b\xbf\x8d\x49\x1c\xc2\x5a\x67\x7d\x61\x06\xb0\x70\x5f\x1f\xef\x3b\xf0\x67\xd3\x6e\xae\x1b\xb4\x6c\x7a\x00\x73\x2f\xf4\xad\x2c\x3a\xeb\x03\x5e\x9c\xd5\xa8\x99\xc0\x0f\xc9\x77\xab\xde\xe2\x7f\xb1\xc7\x94\xb3\x09\x47\xe1\xc2\x14\x7d\x42\x49\xe4\x84\xd4\x16\x30\xf3\x6d\x49\xf2\x05\x6e\x38\x75\x0b\xc9\x60\xd4\x3e\x88\xf7\x14\x5a\xb1\xf1\x33\xf7\x04\x34\x39\xdd\x99\x69\x08\xdb\x94\x0e\x65\x51\xa0\x79\x59\x2b\x35\x28\xf8\x47\x26\x50\x49\xc1\x49\xb6\x53\x6a\x2d\xf8\x0e\x36\x93\x4f\x40\xcb\x22\x43\xa4\xd3\xa1\xb3\xbe\xde\x49\x5b\xa1\x12\xa7\x48\xe1\x19\x78\xde\x3e\x73\x5e\x23\x1c\xb8\xb1\x9b\x6b\x00\xff\x9c\x7e\x92\x39\x03\x6e\x2b\x69\xca\xcc\x27\xeb\x65\xea\xa8\xbb\x49\x7c\xa9\x38\xed\x37\xf1\x33\xcb\x39\x75\x23\x91\x00\x1d\x91\x9f\x24\xae\x8b\x60\x4b\xe2\xb0\x27\x3e\x72\xb1\x12\x6b\x74\xec\x11\x8c\x63\x14\xab\x5a\xde\x71\xcc\x67\xa3\x80\x93\x83\x29\xa6\xc7\x32\x20\x74\x45\x71\x54\xe6\x16\x16\xa2\x19\x55\x9b\x30\xa9\x92\xb0\x34\x4f\x46\x3c\x73\x9f\x02\xa3\x27\x80\x76\xb2\x62\x1a\x3b\x3c\x23\xf9\x29\xb5\xff\xe2\x0d\xf1\x6a\xea\x1a\xc7\x8d\x82\x13\x94\xb3\x56\x4e\xdc\x72\x72\xd5\xc6\x08\xf6\x3f\x72\xd9\xf4\x66\x7a\x17\xc6\x2f\x32\xcd\xe0\x8b\x54\xea\x94\x74\x95\x70\x49\xf2\x41\x65\x1f\x3f\x92\xb1\x36\xe5\x33\xf7\x01\x70\x48\xb6\x89\xe3\x1b\x56\x95\xec\xcd\x5e\x74\x71\x9a\x48\xcc\xec\x39\x15\xcd\xaf\x63\x5c\xb3\x7c\xc2\x5d\x49\x3f\xbb\xf1\x02\xfb\x20\x7d\xe3\x8c\x0d\xb4\x6f\xa4\x39\x05\x76\x19\xda\xaa\xed\xaa\xba\xf4\x95\xa9\x9f\xc5\x61\xca\xfd\x29\x0a\x5a\x40\xca\x59\x99\x21\x3e\x53\x9a\x98\xdc\x18\x6a\x9f\x54\x24\x06\xce\xb7\x0a\x9f\x0a\x1d\x4e\x22\xfc\xd9\xfc\x79\x96\xbb\x39\x1e\x5c\xe3\x8d\xcb\x58\x67\x38\xf3\x67\x44\x52\xdf\x90\xff\xe6\x19\x6a\xee\x16\xb9\x28\xdb\x54\xf7\xf3\x97\x0a\x93\x52\x7f\x64\x77\x53\x54\x29\xb3\x32\x02\x13\x71\xd2\xd5\xe9\x33\x43\x5a\x92\x1c\x52\x7b\xbd\x23\x84\x09\x72\xf9\x89\x68\x9e\x40\x92\x60\xe1\xcf\x1e\x15\xff\xd3\xcb\x62\x56\x09\xbc\x66\x28\xa9\xeb\xa9\x39\x39\x4e\x19\x8b\x1a\x7c\x15\x2f\x54\x9f\x6a\xa2\xf8\xb5\xa9\x1f\x2b\x2e\x91\x86\xe5\xef\x4b\xb6\xc5\x3b\x49\x3e\xe6\xbf\x0c\xde\x9d\xb4\x28\xbb\xc7\x6b\xa1\x70\x97\xa6\xfe\xb8\x33\xcf\x3a\x6d\xd2\x9c\xcc\x06\x14\xba\x7a\x86\xcc\xa3\xe2\x47\x33\x1a\x29\x28\x7d\x76\xb6\x38\x63\x41\xbb\x87\x42\x4f\xf5\xad\x59\x87\xf7\x38\xf5\x73\x5d\x3a\x69\xb6\xfc\x59\xd5\xe2\x38\xa6\xe4\x41\x69\xcc\x15\x54\xfc\xa1\xe0\x93\x67\xb4\x70\x6e\x0e\xe7\xd8\x0d\xde\xf2\x8c\x4b\xe6\x46\xec\xe3\xca\x57\x1b\xfe\x32\xa7\x25\x3b\xce\x98\xa0\xec\xa0\xd3\xb2\x7e\x69\xfe\xf5\xa6\xa6\xc4\xa8\xde\x77\x2e\xe5\x6d\x4b\x7d\xd9\xe2\x47\x3c\x2b\xbf\x59\xcf\x8e\x7d\x2e\x69\xa8\xca\x0a\x7a\x23\x6e\x2d\xbd\x7b\xee\x9b\x60\xa0\x70\xcf\xb1\x68\xee\x50\xf6\xd7\xbd\xef\x58\x3f\xd2\x17\x6d\xf8\xce\x48\x96\x9c\x9b\xa9\x47\xae\xa5\xdf\x4e\x3d\x5b\x79\x3e\xbe\x47\x48\x28\xc5\x27\xec\xa6\xcd\x2a\xcc\x4f\x10\x11\x5e\xe6\x76\x25\xae\x8c\xd0\xcb\x7c\x94\xd8\xe8\x77\x53\x3d\x1d\x0f\xb9\xf9\x2b\xf5\x08\xde\xb6\xf6\xf2\xfd\xc0\x79\x93\x47\xc9\x95\x60\xc0\xea\x29\xf1\x3b\x88\x83\xc3\xb1\x7f\xc2\x01\x8a\x67\x15\xbf\xf1\x25\xc2\x25\xa5\xfa\xf8\x71\xaa\xba\xd0\x8b\x30\x87\x20\xcc\x85\x08\xae\xe1\x37\x33\xd3\x08\xcd\x7e\x9c\xf4\x5e\xc0\xde\x4d\x2f\xf5\x3d\xf0\xd4\x56\x4b\xbe\x12\x54\x9a\x94\x26\xa7\x41\xfe\xab\xbb\xc4\x0f\xe0\x93\x38\x1c\xfb\x15\x2c\x50\x44\x54\xa8\xc0\x7a\x81\xba\xa4\x0f\xcc\xa2\xee\x2b\x9c\x05\x6a\x08\x56\xb9\x26\x60\x5d\x38\x2d\xd3\x13\xfc\xe0\x67\x9f\x4e\x85\x0e\xba\x3e\x4f\x2d\x83\x32\x6c\x86\x65\x93\xf0\x2a\x13\x4a\x72\x2c\x2c\x5b\x5d\x28\xae\x45\xbc\x70\x38\x76\x2b\xfc\x2d\xa5\xb8\xfc\x05\xe9\x10\xff\x65\xc9\x1a\x62\x1b\x25\xb9\xe0\x22\x71\x3f\x5e\x98\xc3\xc7\xc6\xc2\x9e\x67\xb4\x60\x22\xdf\x2a\xd5\x47\x2c\xd6\x35\x22\x75\x13\x16\x61\x73\x4d\xe6\x83\x05\x98\xec\x4f\xfa\x8c\xc5\xac\x16\x89\x77\x11\x17\xe3\x70\xec\x3d\xa8\xae\x5c\x59\xee\xc2\xf8\xc9\x9f\x56\x0c\x31\x56\x92\xcb\xf3\xdb\xe8\xfa\x89\x6d\xd9\xdf\x68\xa7\xc2\x4c\x32\xb6\x53\xf9\xbe\x8b\x54\xfe\x94\x3f\x2e\xf7\x14\x12\x0a\xd1\x66\xa6\xb4\x87\x32\x63\xd7\xef\xa4\xd3\xe4\xca\xd5\x6a\x91\x3f\x65\x23\x0e\xc7\x8a\xc4\x82\x65\xa2\xb2\x2a\x81\x01\xf7\x7b\xd1\x5b\xde\x24\xa9\x2b\xdf\x82\x7b\x2d\xe1\x79\x76\x08\x67\x7d\x68\xb8\x46\xce\x7a\xea\x73\x21\x6d\x84\x39\xec\x62\xaf\xd0\x61\x3c\xb2\x4e\x92\xee\xa6\x3f\xdf\xd5\x22\x56\xd3\x8f\xac\xee\x12\x12\xe8\x73\x70\xae\x4c\x21\x31\x4f\x7a\xbc\x6c\xa9\xa2\x8a\x53\x5e\x74\x4a\xae\x26\x5e\xcb\x13\x4b\x99\xf1\xaa\xac\xfa\xe4\x2b\x57\x0f\xa9\x9f\x88\xcf\x5f\x3c\x95\xa6\x2b\xc4\x4e\x5f\x4c\x39\xcd\xef\x3a\xf2\x58\x12\xcc\x5b\xb9\xcb\x55\x34\xc8\xf9\xb9\xba\x4a\x70\x8d\xf5\x0e\x57\xc7\x88\x23\x07\x25\xd7\x96\x8e\xe6\xba\xb3\x0d\x0a\xbf\x64\xb9\x61\x5a\x79\x56\x1a\x66\xdc\xb1\x2c\x77\x15\x2f\xf8\x87\x3a\x2c\x35\xf3\xc2\x66\xa5\x52\xfe\xcf\xf9\x82\x7c\x48\x4a\x38\xb2\x24\xf9\x69\xb2\xbe\x71\x93\xe8\xa0\x38\x78\x35\x9b\x5f\xc4\x73\x9a\x36\x93\x9e\x42\x19\x4b\x32\x2a\x6d\xa9\x5a\xc3\xcc\x2e\x7c\x50\x26\x42\xc0\xbc\xf9\xc5\xb3\x63\xae\x67\x2d\xcb\x3f\x77\x45\xaa\xde\x90\x5d\xe5\xfd\x44\x69\x97\xe1\xea\x64\x2f\xbf\x9a\xae\x7f\x78\x77\x72\xa2\xd2\xd6\x78\xbd\xb0\x47\xf6\x7e\xf5\x41\xfe\x46\xe1\xba\x69\x7b\x69\x9f\x68\xb3\xc5\x84\xd2\xfa\x86\x38\xc6\x8f\xc2\xd1\x1a\x0d\xdc\x9e\xfb\xad\xa2\x39\x66\x43\xe6\xcf\x92\xfe\xa0\xaf\xe9\xdf\x0b\x9e\x79\xbb\x2a\x57\xe6\x5a\x39\x76\xc8\xf7\x66\xde\x3e\x34\x90\x6c\x93\xfe\x70\xe7\x7d\x21\x5d\xb1\x6d\xb5\x11\xaf\x4f\x64\x3f\xed\x0c\x4d\x4e\x8b\x11\x3d\x2e\x2d\x69\xdb\xcb\xb8\x50\xd8\xd6\x64\x04\x6f\xce\xbd\x53\x37\x3f\x9a\x95\x39\x54\xf9\x22\x28\x3a\xbd\xb3\xf4\xb6\xd7\x44\xea\x9d\xc2\xaf\x8e\x57\x64\xef\x72\x1f\x1d\x22\x27\x7d\xca\xc8\xdc\x59\x2e\xdc\x9d\x3a\xba\xda\x9c\xe7\x26\xde\x3a\x8d\x42\xdb\x4e\xcb\xa7\x17\xb5\x87\x24\x1e\x85\x3f\x35\xc9\x12\x69\xb1\xbc\xda\xc9\xc4\xc6\x90\x94\x4a\x63\xfc\x66\x9f\x6d\x25\x11\xf8\x4a\xb7\x5d\xf9\x95\x84\xb0\xa3\x87\xb3\xfe\x00\x27\x2c\xf2\xd5\xe7\x40\xe7\xad\x9f\x95\x17\xa0\xd8\xc5\x78\x45\x21\xdc\x80\xc3\xf1\x14\xc8\x22\x3a\xdc\xf6\x97\xf0\x1c\x6e\x6c\xb2\x22\x7c\x8e\xf5\xa8\xe5\x11\x7e\x84\x84\x54\x3c\x06\x0c\x7d\x70\x25\x46\x00\xd1\x6d\x6e\x7e\x3c\x38\xf3\xe8\xda\xac\x76\x30\xc7\x82\xaf\xde\x0e\x45\x6e\x1d\x57\x1e\x80\xdd\x17\x27\x28\x98\xc8\x39\x1c\x8e\x47\x41\x36\xd3\x8f\xb7\x71\xa0\x42\x18\x6d\x1c\x83\x28\xb1\xcb\x6b\xad\xa0\xf3\x21\xbb\x2b\xb8\xd0\xd9\x8b\x43\xc5\x77\x21\xd8\x75\x22\x7f\x27\x34\x60\xff\x3d\x0b\x84\x8f\x58\xc4\xa4\xbf\x83\x7b\xb6\xb6\x2b\x67\x22\xf8\xc5\x09\x0a\x67\xd4\x0e\x87\xe3\x9d\x41\xa2\x68\xfc\xd6\x1e\x52\x1c\xf4\xb6\x71\x2d\xf1\x65\x8c\xaa\x86\x42\x3c\x17\xdc\x5e\xfe\x08\xfb\x76\x31\xbc\x78\x0f\xd6\xe0\x4a\xc9\x23\x63\x05\xf6\xa5\x99\xc3\xd8\xff\x87\xa2\xfa\xf0\x87\xf2\x61\x00\x00\xfe\x34\x54\x66\x7b\x4b\xd2\x4e\x8a\x4a\x7b\x4a\x11\x22\x23\x23\x45\x08\x15\x49\x38\x77\xf7\xcc\xdb\x7b\x6f\xe7\xee\x9c\x73\x0e\x67\x9c\xbd\x47\x56\x54\x8a\xf6\xd0\xde\x7b\x8f\x5f\xfb\xfd\xbc\x7f\xc4\xf7\xf3\xed\x5c\xe7\x67\x88\xa2\x3c\x5d\x54\xa2\x3b\x4a\xdd\x35\x51\xa1\x11\x53\xd9\x00\x20\xac\x26\x9f\x64\xfe\xe9\x9a\xca\x29\x45\x13\xdb\x52\xd8\xcd\x59\x33\x1b\x6f\xb0\x7a\x8f\xed\xab\x5d\xcf\xfc\x17\x63\x6f\x11\x31\x63\x43\x56\x98\x9f\x30\x9e\xee\x3a\x6a\x5a\xcb\x90\xae\x9b\x96\x5f\xcc\x88\x5e\x24\xd7\x9a\x18\xb4\x89\xfd\xb9\x1a\xfa\x7f\x00\x20\xb8\x42\x51\x31\x45\x9d\x27\xc4\x7e\xc8\x70\xeb\x19\xe1\xab\x4c\x56\xe3\x2a\x01\xe7\xe8\xe5\x1a\x05\x3f\xf2\x50\x61\xc5\x47\x5e\x40\xf0\x90\x79\x27\x37\x71\xd7\xec\x42\x19\xc7\xbc\xf6\x81\xfe\x33\x67\xca\x22\xa6\xe6\x06\x67\xea\xa4\x91\x6a\x09\xcb\x17\x00\xf8\xf7\xa9\x16\x86\xf9\x74\x65\x2e\x0a\xff\x6a\x1d\x91\x23\xca\x30\x36\x24\x29\x8d\xc9\xef\xab\xdb\xe5\x9d\x07\x07\x2b\xc6\xcb\xac\x82\xa7\x96\x1c\x92\x10\xbc\x59\xc6\x12\xb1\xcb\x5a\x34\xef\x9f\xc8\x7e\xd1\xf1\xdc\x01\x61\xc1\xa4\xd0\x9c\xb5\xdc\x63\x00\xc0\x33\xd1\x37\xd3\x5b\x4e\xcf\x33\x35\x43\xbf\x5b\x70\x46\xc7\x53\xe6\xfa\xeb\xf9\xec\xa4\xef\xd5\x0b\x74\x1f\xa3\xef\x97\x1f\xd7\x60\xfb\xbc\x8a\xeb\xd4\x81\x3b\x6f\x15\xfc\x51\x1d\xf1\xfc\x9b\x17\xa8\x78\xb7\x68\x51\xae\xb5\x8c\x32\xe9\x94\x6a\x95\xc0\x1a\x00\xb8\x75\x0c\x02\x4d\xd5\xd1\x51\xed\x04\xbe\x6e\x99\x59\xf1\x2f\x5d\x57\x9f\x5d\xfa\x20\xf1\x4b\x55\x43\x71\xcd\x81\x57\x65\xef\x0a\xcb\x83\x8e\x17\x7b\x18\x7e\xef\x5c\x5c\x90\xa5\x2f\xf7\x24\xea\xda\xb4\x82\x85\x4f\xd5\xc7\x54\xb9\x93\x40\x65\x92\x68\x27\x00\x70\x47\x30\x8f\xd2\xc6\x76\x08\x1b\x86\xc0\x84\xe6\x37\xb5\x19\xe9\x4e\xf5\xfe\x55\x13\x13\xa1\x2a\x7a\x79\xf9\x01\xb0\xac\xc6\x8c\x0f\xb2\x2e\xfa\x52\x54\xe4\x75\xab\xc0\xc3\xc8\xf6\xf4\xd2\xe1\xf4\x6b\x17\x5e\x54\x4f\x53\xef\x9a\xc4\x52\xfc\x10\xaf\x04\x00\x4e\x21\xb3\x89\x4a\xe9\x88\x68\xfd\x48\x7c\xd3\xdc\xd8\x14\x77\xb2\xaa\x7e\x6a\xdd\xad\xc4\x69\x55\xde\xd5\x51\x07\x1c\xcb\x8e\x5a\xec\x03\xdb\x8a\xf2\x4b\x8b\xbc\x0a\x0c\x37\x8b\x28\x9e\x0b\x74\x53\x0c\xbb\x16\x5e\xcd\x31\xe5\xca\x26\x35\x28\x8e\x89\x1f\x01\x93\x39\x1e\xcc\xeb\xa4\xef\xe7\xd2\xc0\x04\xfc\xde\xde\x4c\x90\x75\x62\xcf\x69\x12\xa8\x8d\xef\x69\x41\xc1\x17\x11\xcf\xea\xd3\xa0\x23\x01\x69\x55\x47\x60\xbb\xed\x0b\xcb\xa2\xe1\x47\xab\x3c\x8b\x4e\x22\x8f\x5c\x96\x17\x24\x63\xd3\xec\x3f\xeb\xff\x90\xc2\x00\x40\x7c\x83\x74\x98\xd4\x73\xce\x16\x7e\x89\x5f\xde\x3b\x05\xbe\x75\xc2\xe5\xf4\x12\xb8\x33\x3e\xbf\x65\x05\x7c\x23\xa2\xb7\x7e\x3e\x32\x3b\x20\xa4\x6a\x2e\x22\xda\x6e\x5b\x36\x1b\x75\x5f\xb5\xb4\x68\x13\xfa\xcd\x65\x5e\xc1\x26\xec\x83\xfd\x3f\xfd\x05\xd2\x15\x00\x10\xb7\x91\x52\x48\xb4\xb3\x66\x4c\x86\x1f\xd5\x53\x8b\x85\xa6\x7e\xeb\xb8\x80\x8d\x8f\xcf\x6e\xbe\x86\xbe\x8d\xc8\xaf\x1b\xc2\x46\x06\x78\x56\x5e\xc4\x7c\xb7\x7d\x28\x1d\xc0\xea\x57\xcd\x36\x7d\x27\xf9\xb8\xcc\x36\x7c\x27\x4f\x76\xb0\xd6\xd3\xc8\x3a\x00\x10\xd3\x49\xb5\xd8\xbf\xfe\x47\xf4\x71\xd9\x92\xee\x4f\xb4\xa3\xa9\x39\x1d\xf6\xd4\xfe\xf8\xa5\xcd\x8e\xd4\xc8\x88\x43\x75\xb3\xa8\x33\xfc\x7f\x54\xce\xa0\x5a\x6d\x3b\x5d\x3a\x99\xea\xb4\x6a\xbc\x29\x88\x1a\xea\x32\xc3\xb0\x93\xfa\xd0\x61\x5d\x5e\x15\xb5\x10\x00\x44\x83\x64\x23\x56\xd5\xbf\x90\xf3\x29\x7b\x7b\xf7\x5a\xf6\xcf\xd4\x6d\xed\xfb\xd8\xa3\xe3\x1e\x36\x25\xb2\xd6\x45\x2c\xa9\x4d\x61\xaa\xfc\xcf\x59\x8e\x31\x5d\xb6\x69\xcc\x89\x8c\x3b\x1e\x5f\x0b\x85\x8c\x2e\x97\x09\xf9\x27\x99\x2b\x1d\x4e\xea\x4a\xe9\x57\x01\x40\xf8\x90\xd2\x8a\xf9\xf5\x65\x8a\x77\xe0\x86\xbb\xa8\xc2\x27\x29\xf7\xda\x72\x05\xc2\x38\x49\x63\x0d\x3f\x26\xfc\x7d\x4d\x07\x2f\xda\x5f\x5e\xd1\xc8\x25\x6d\xcb\x28\xa9\xe2\xdc\xf2\xb8\x61\x3c\xcf\xc1\xbb\xd8\xeb\x85\x9c\x8b\x0e\x65\x5a\x19\xf3\x09\x00\x08\x1e\x51\xbb\xd1\x92\x33\x32\xf5\x4f\xdc\xea\xce\xfc\x9c\x29\x29\x9e\xad\x55\xca\xb5\x87\x9f\x37\x74\xc8\x93\xc2\xbd\xab\x4f\x4b\x7b\xfd\xc7\x94\xd7\x4b\x22\xb6\xd9\x16\x17\x8b\x57\x78\xe8\x0b\x1a\x44\x27\x5c\x96\xe4\x45\x08\x6b\xc7\x3b\x6a\x66\x73\xea\x01\x80\xaf\xa0\xaf\x47\xee\xf4\xbe\x2e\x34\x67\xa5\x9d\xfe\x5a\x30\xfb\x78\x56\x2b\xa0\xcf\x3d\x3c\xaf\xc1\x4a\xb7\x68\x3f\xb3\xea\x77\xee\x0b\xbf\xd8\xb2\xf7\x39\xaf\xb6\x32\x8b\xee\xaa\x02\x3d\x76\x19\x5e\x2a\x47\xcc\xfb\xa7\x23\x4a\x6f\x8f\x0f\x51\xff\xe4\x5b\x03\x00\x4f\xcd\x88\x42\x26\xf6\xc6\x57\x9e\xcc\x34\x9c\xce\x2a\x4f\x38\x66\x69\x21\x99\x8f\xc6\xc6\xd6\x13\x8a\x4e\x84\xf5\x56\xc5\x1b\xcb\xf7\xb4\x95\x85\x18\x42\xb7\x5a\x17\x6d\xd2\x4f\x76\xff\x66\xd8\xa4\x51\xb9\x8c\xd4\x56\x2b\xa3\xc7\x0b\xd4\xb6\xc2\x31\x00\xc0\xbd\xcf\x74\x85\x0b\x7a\x97\xd5\x5d\xc9\x5c\x7f\x7a\x5d\x35\xf5\x58\x68\x8b\xb7\x25\x24\x76\x74\xbd\x67\xd9\xf2\xb0\xf4\xaa\x69\x25\xde\x7b\xf0\x65\x56\xa6\xe2\x2d\xc3\xa6\x97\x05\xfb\xdd\x6f\xe4\x3f\xd6\xdd\x74\x19\xa3\x0d\x52\x5d\x19\x6f\xc9\x91\x09\xaf\x03\x00\x97\xc2\x4c\x85\x37\xf7\xbc\x6c\x36\x65\x5c\xef\xf8\xd8\xe0\x7a\xf4\x6f\xf3\x9f\x9a\x9b\x31\xcd\x75\xcf\x2a\x75\x61\x1e\x95\x6d\xe5\xa4\x3d\xbb\x4a\x0b\xcd\x63\xb7\x74\x98\x68\x85\xb7\xdc\x07\xf2\x71\x7a\x99\xcb\x14\xcd\xcd\x9c\xcf\xe3\x5f\xa9\x7e\x8b\xb2\x00\x80\x6b\xc3\xc4\x88\xa5\x83\x87\xa0\x33\xe9\x4e\xe7\x02\xa0\x8e\xa4\x88\xde\xad\x50\xc1\x41\xa7\xd3\x0e\x50\x7f\x70\x4e\xf3\x79\x78\xfe\x6e\x61\x9d\x10\xae\xdd\xd8\x5d\x19\x84\x10\xdc\x92\x4b\xdd\xd0\x54\xa7\xd1\x45\xcb\xb0\x52\xdb\xe0\x02\x06\xa9\x0a\x00\x24\x6f\x49\x52\xa2\x70\x10\x40\xd7\xa6\x4f\x3b\xfb\x0e\xf9\x99\xb4\xb3\xe7\x01\xd2\x78\xd0\xba\xa3\x01\x31\x05\xf3\x9a\x41\x64\x60\x37\x5a\xb7\x1d\x5d\xb6\xb1\xae\x72\x1c\xda\xec\x76\xd8\xfc\x03\x23\xcc\xf9\x61\xfa\x49\xc2\x6c\x0f\x14\xec\x23\xcf\x02\x00\xc9\x00\x49\x49\x3c\x7a\xb1\x80\x74\x3e\x7d\xf4\x59\x1e\x29\x26\x69\x69\x0f\x86\x7d\x8f\x7e\xdf\x11\x89\x55\x04\xe3\x9a\x9d\x30\xe3\xee\xd4\xda\xe7\xd8\xb5\x8d\x46\x8b\x85\xb4\xce\x2d\xca\x5c\x4d\xea\x9d\xf3\xd1\x54\x45\x36\xda\x1e\x2a\x18\x41\xbe\x00\x00\x12\x0e\xe9\x3a\x71\xf2\x85\x6b\xf4\x9f\x27\x6b\xfb\x3b\xe8\x9e\x89\x77\xbb\x2b\x69\xc4\xe8\xc6\x76\x11\xf5\x63\xf0\x9e\xa6\x03\x54\xdd\x6e\x9f\xda\x79\x54\x64\x23\xb3\xe2\x29\x55\xe2\x16\x59\xf2\x9b\x7a\x65\xce\x87\xc2\x37\x34\x86\x2d\xc3\x30\x97\x6a\x02\x00\x71\x27\xb9\x91\x38\xee\x82\x3d\xb7\xf0\xa4\xb4\xef\x2b\x47\x9e\x58\xd9\xf5\x90\x2d\x8e\xce\x6d\xeb\x67\x55\x05\x6f\x6d\xcc\x65\x8d\xdd\xbd\xa9\x26\x96\xc9\xde\x48\xa9\x98\xc7\xdc\xed\x16\x51\xb2\x94\xb9\xc7\x69\x84\xf1\x07\xf3\x9d\x6d\x6f\xbe\x15\xbd\x14\x00\x44\x5d\x94\x01\x82\x69\xc0\x5f\x5c\x7d\x32\xb0\x6f\xa5\xc8\x37\x11\xe9\x9a\x26\x78\x17\x4d\x68\x1b\xcd\xaf\x09\x5e\xd9\x30\xcc\xb3\xec\x76\xab\xce\xe5\x5e\xde\x08\x96\x87\x73\x37\xb8\x45\x15\xfb\x73\x47\x39\x39\x16\xfc\xe2\x6e\xb4\x9b\x96\x77\x93\xa9\x02\x00\x61\x3d\xf5\x26\xc1\xf7\xfc\xae\xdc\x91\x69\x4f\xce\x2c\xcd\x99\x9c\x68\xd7\x69\xa7\x5c\x7b\xe0\x4f\xcb\x7b\xf9\xb1\x7d\x55\xf5\x6d\xd2\x9b\xbb\xfa\xab\x08\x12\x64\xe3\xfa\x32\x37\x31\xd1\x6d\x67\xd1\x54\xb1\x83\x53\x80\x21\x5f\x48\xb3\xa3\xe8\xf6\x72\x16\x02\x80\x20\x92\xbe\x0e\x9f\x7b\x0e\x2d\x5c\x9b\xe6\xdf\x1b\x6d\x30\x1c\xa1\x9c\x5e\xa3\x5f\x72\x20\xa5\x65\xbc\xf6\xec\xbe\x59\x75\xd7\x73\xcb\x77\xf9\x55\x0a\x73\xee\x6c\xb8\x53\xba\x4d\xc5\x74\x9b\x62\x72\x51\x3c\x72\x8a\xc8\x57\x48\xa7\xdb\x5d\xd1\x3a\xf0\x36\x01\x00\x7f\x2f\x63\x03\x7e\xd1\xd9\xb3\x96\xc4\x13\x43\x3d\x95\x65\xd1\x47\x46\x76\x08\x4a\x32\xa2\x9e\x37\x1f\x32\xe5\x06\xc9\xeb\x66\x1a\xa7\x78\x3f\xb2\x0c\xe5\xff\xdd\xa0\x34\x63\x79\x27\x96\x7f\x2e\xdc\x97\x9b\xef\x84\xe8\x2d\x8a\xf9\xf6\x4b\x35\xf6\x82\x11\x00\xc0\x63\x33\xde\x65\x0f\x9f\xa5\xd7\xc2\x27\x48\x3d\x71\x55\x2b\x13\xba\x3b\xb6\x54\xcc\x88\x2a\x69\x1e\x5b\x3a\x37\x28\xa2\xb6\xb1\x98\xe0\x5d\x6b\xc9\x28\xac\xde\x80\x98\x67\x19\x56\x2c\x7f\x6f\x7c\xa4\xe5\x38\xe5\xeb\xd7\x2a\x4f\xda\xc7\xe6\xb2\x05\xcd\x00\xc0\x5b\xc2\x5c\x94\x2d\x3b\xbb\xbe\x09\x38\xe1\xd9\x63\x5b\x47\x4f\x10\xb4\x3f\xae\x0e\x8d\xc2\x37\x19\x2d\x7b\x82\x96\xd5\xee\x2b\x9b\xea\xad\xb2\x8c\x2e\x66\x6c\xc0\x95\x94\x19\x83\x96\xff\x33\xc6\xe8\xfe\x38\x0d\xe6\x95\xa8\x8e\xd9\x17\xa9\xdf\x08\xff\xff\x85\x85\xe9\xf9\x2d\x15\x66\x81\x1b\x9e\x9d\x81\x3b\xc0\xaa\xeb\x1a\xf8\x21\xf8\xa5\x77\x32\x32\x1f\x5a\x57\x4d\x40\x92\x20\xad\x8e\x88\x9c\x83\x95\x6c\x47\xd4\x1e\xd9\x70\xca\x1d\x4d\x40\xae\x44\xf8\xa2\x1d\xe8\xd1\xf5\xcf\xb0\x19\xe8\x93\xf1\xff\xb0\x5c\xf4\xdb\x57\x21\xf4\x10\x35\x3d\x7d\x09\x3b\xa3\x25\xd7\xda\xe1\x30\x34\xb7\x67\x07\x6c\x42\xd1\xaa\x4a\xf8\x03\x2a\xd3\xf6\x23\x47\x30\x7b\xd6\x29\xa4\x0e\x0b\x4f\x57\xa3\x4e\x98\x22\x5c\x88\xb2\xb0\xf3\xeb\x63\xd0\x6f\xd8\xfb\xf1\x12\x8c\x87\x15\x7d\x91\x41\xde\xd4\x55\x4f\xbe\x41\x0a\xca\xd9\xab\x77\xa0\xf3\x94\xd4\xee\x78\xd8\x95\xfc\xb4\xf2\x01\xcc\x20\xcb\xb4\x1e\xf0\x0b\xb2\x98\x79\x16\xd9\x4f\xce\x4d\xb7\x46\x86\xc8\x94\xf0\x51\xe8\x1e\x72\xe4\xba\x37\x68\x27\x79\xfe\xf8\xf5\x58\x1c\x89\xfe\x89\x06\xfa\xf2\x66\x3f\x7a\x03\x16\x70\xc7\x5d\x7e\x08\xbe\x62\xbf\xe8\xd4\x42\xe1\xac\xab\x16\x1f\xe8\x34\xf3\x56\x6e\x3b\xec\xcc\x9c\xcd\xe0\xc0\x02\x46\xfc\x49\x7b\xc4\x99\x2e\xdc\xef\x8c\x54\xd2\xca\xd7\xad\x40\x57\x53\x87\x1c\x06\xd1\x0b\x94\xac\x0f\x2d\xc4\x68\xb9\xfe\xe1\x56\xe2\x69\xe9\xbd\x4b\xb6\xe0\x02\xc9\x84\x8e\xcb\x20\x2a\x0a\x2c\xe7\x83\x0f\x05\xf9\xea\xe5\x50\x20\x7f\x36\x7d\x21\x34\xc0\x95\x9d\xf8\x08\x1f\x67\xff\x0e\xdb\x82\xd8\xb2\xa2\xd6\xe6\x20\x7c\xc6\x25\x87\x02\xd4\x81\x96\xfd\xae\x8f\x30\x90\xf7\xf9\xfe\x56\xa2\x8b\x16\x19\x5c\x4b\xa4\xaa\xef\xb6\x8f\x22\x9e\x51\x25\x95\x5e\x03\xe7\xca\xbf\xab\x54\xa0\x4c\xaa\xa5\xf6\x40\xb3\xc4\x1b\x53\x6f\x41\xa7\x05\x17\x43\x8f\xc2\x47\x79\x71\x6b\xa7\xc0\x4f\x39\x33\x1d\x72\x90\x00\x46\xe2\x9b\x68\xfc\xe7\x4a\xfd\x9d\xdb\x04\xbf\xb2\xaf\x03\xc5\x04\x6d\x49\x40\x8b\x80\xf0\xa1\xd0\x50\x82\x11\x83\xf3\x3f\x2a\x32\x89\xfd\xba\x9d\xe4\x87\x60\x98\x1a\x4a\xf1\x06\xff\x53\x14\x84\x6c\x80\x74\x92\xeb\x9e\x47\xe1\x29\x42\xb1\x83\x0e\x3e\xc4\x9e\xfd\xb2\x0b\x2f\xea\x6a\xbf\xbd\x0e\xff\xb0\xed\xc2\xb9\x4d\x04\xa7\xa6\xd1\x4d\x1e\x04\xa8\xd6\xb1\x68\x0b\xe1\xbe\x65\xb6\x2c\x9a\x18\x62\xb6\x22\x8d\x21\xde\x31\xf6\x1e\xab\x03\xa1\xbc\xf4\xe0\xb1\xd0\x6c\xf5\x96\x35\x35\x10\x43\xb1\xcc\x41\x08\x75\x71\x35\xcf\xd3\xf0\xef\xaf\xea\x6f\xda\x12\x46\x5f\x1c\xec\xfb\x46\x58\xd0\xff\xa2\xfe\x37\x21\xbb\xeb\x79\xe1\x5c\xc2\xf9\xd6\x2a\xc9\x11\xe2\xea\xfa\x48\x74\x37\xb1\xda\x72\xe6\xe8\x6e\xd0\xb5\xf8\xd5\x3e\x47\xb0\xd4\x00\xae\x59\x00\x4d\xd3\x64\x38\xf0\xa1\x20\x7e\xc5\x33\x11\xfe\xde\xdd\xf9\x37\x96\x12\x46\x5c\x7f\xd7\x37\x9e\xe0\x3c\x24\xa9\x9f\x44\x48\x3f\x37\xdb\xb8\x83\xd0\xd1\x1d\x2d\x96\x13\xe7\xb4\x9e\x44\x44\x44\x59\xdd\xf6\xe4\x4a\xe2\xaf\x72\x73\xd0\x10\x98\x68\x2a\x5d\xfd\x0f\x1c\xd4\x9d\x75\xa8\x01\x7f\x0a\x62\x9f\x7e\xc0\x77\x3f\xb1\x5c\x67\x13\x46\xdc\xf3\x3e\x13\x4b\x98\x70\x03\xac\x4b\x24\xec\x1f\xd2\x15\xe4\x12\x34\x67\x8f\x8b\xfe\x12\xde\x77\xfe\x44\x26\x12\x0f\x36\x6f\x4b\xf6\x23\x5a\xaa\xbe\x04\x95\x83\x23\xcc\x6b\xd6\x58\x83\x09\xfa\xf0\xf1\xd3\xc0\x0c\x81\xe9\x43\x1d\x56\x4d\x84\x1e\x52\x30\x11\xf1\xcb\xa5\x4e\xec\x28\x18\x75\xda\x88\x1d\x07\x8b\x2a\x08\xd8\x11\x68\x41\xee\x18\x2c\x03\x9e\xce\x98\x8e\x65\xc0\x83\x69\x55\x18\x09\xa1\xef\x9f\x83\x89\x51\xcf\x75\x29\x98\x05\xbd\x39\x7e\x15\xf6\x15\xb3\x79\x7f\x0f\x1b\x83\x5c\x79\x50\x81\xfe\x87\xbc\x1a\xfa\x88\xde\x47\x3e\x74\xdc\x44\x5f\x21\x8f\xca\x4b\xd0\xd7\xe8\x18\x75\x10\x36\x0e\x45\xe9\x51\x98\x2d\xfa\x2c\x6d\x19\xb6\x09\xdb\x1e\x66\xc4\xc2\x31\xc1\xda\x6b\x18\x0b\x1b\x76\x28\xc5\x7a\xb1\xf6\x77\xaf\xd1\x13\x94\x35\xf7\x7b\xd1\xe3\xe4\xf7\x43\xb6\xe8\x21\x72\x6e\xc7\x08\xf4\x24\x79\x73\xd9\x23\x94\x4a\x1e\x95\x53\x82\x6a\xc8\x13\x68\xcd\x68\x0d\x79\xf1\x89\x5c\xf4\x3d\x79\x51\xd8\x74\x6c\x0e\x79\xc6\xda\xa3\x58\x04\xd9\xde\x21\x16\x33\x90\x14\x6f\xbe\x22\x27\xb9\x23\xef\xde\x41\x70\x9c\x29\x17\x5d\x11\x02\x7b\x74\xdb\x76\x44\xc1\xb2\x2b\x0d\x42\x9a\x98\xcb\x54\x6b\x90\x5b\x0c\x2a\x95\x88\x8e\xa5\x3f\x48\x95\xa3\x7b\xe8\x4b\x42\x97\xa1\x0a\xda\x71\xcf\x33\xe8\x15\x6a\xbd\x83\x1d\xb6\x98\x02\xbe\xde\x0e\x2b\x65\x61\x77\x3c\x61\x83\xa4\x65\x20\x15\xae\x15\x8f\x6f\xc9\x81\xfb\x85\x27\x4b\x3a\xe0\xa7\xfc\xbb\x8a\x8b\x88\x3d\x2f\x93\xe2\x85\xec\xe2\x5a\xa7\x88\x91\x1c\x36\x3f\x24\x06\xf9\xc4\x9a\xec\xb9\x17\x75\x63\xd4\x3a\x4c\x44\x53\x69\xd9\x2f\x13\xa0\x6f\x3a\xee\xed\xbd\xd0\x3f\xcd\xa6\x73\xa5\xf0\x94\x9c\xb6\xa6\x9b\xf0\x6c\x65\x7c\xb1\x03\xec\x26\x1f\x2f\xf7\x86\x63\x24\x37\x49\xaf\x61\x8d\x48\x79\x9c\x04\x7f\x15\xf8\x04\x2b\x91\x40\x1e\xb0\xe6\x16\xc2\x64\x7f\x76\x98\x8f\x94\x30\xa2\x9f\xdd\x86\xd6\x54\xdc\xbf\x71\x0b\xda\x50\x1a\xd7\x3f\x03\xda\x56\x74\xbf\x21\x19\xf2\x33\xc6\x14\x76\x43\x87\xf5\x97\xa5\x4b\x20\x89\x36\x00\x1b\x0f\xdd\xc8\xa9\x3c\xfa\x13\x5e\xa9\x18\xbb\x0f\x83\x69\x92\xb4\x35\x01\x70\xb9\xf0\xa8\xc3\x7e\xb8\x8c\xed\xf0\xc4\x0b\xbc\x73\x5a\x7e\xcd\x0b\xbc\xd9\xf2\xb8\xd7\x00\x0e\x35\xec\xac\xb3\x06\x6f\x55\x73\x0b\x18\xe0\x9b\xf2\x26\xf1\x54\xc8\xb1\xf8\x2a\xb2\x01\x3a\x5c\x70\x36\x39\x03\xb2\xe8\x2c\x41\xa1\xd0\xbf\x9c\xd6\xd5\x45\xf0\x1c\xf9\x1b\x87\xc3\xf0\x58\x2e\xf5\xd1\x28\x68\xe6\xe5\xa5\x57\x66\x80\xef\x07\xb4\xdd\x38\xf0\xfc\x99\x0f\xd5\x4f\xc0\x73\x9d\x8e\xf9\x78\xf0\x4a\xcb\x4c\xa1\x1b\xf8\xad\xf6\x2b\xc4\x80\x56\x56\xe8\x92\x1c\xa0\x98\xe2\xb1\x81\xa9\x90\x24\x7f\x78\xf5\x1c\xa8\x34\xf7\xb7\xc3\x61\x48\xc8\xa7\x3c\x5c\x09\x4d\xbb\xad\xbb\xbc\x19\xfc\x78\xb5\xa4\x4b\x0a\x9e\xbf\xc8\xaa\x06\xc0\xae\xfe\x75\x7a\x2d\xd8\xd3\x59\x26\x48\x04\xef\x36\xff\x07\x5e\x87\xc6\xd7\x5a\x25\xc2\x90\x5b\x59\x6b\xe0\x1c\x28\xd0\x04\xac\xfa\x0a\x25\xea\xbc\x1d\x30\x68\x93\x60\xf9\x03\x39\x64\xfd\x68\xfe\x25\x35\xf8\x78\xf8\x7e\xe7\x4b\xb0\xe5\x5a\x42\x55\x04\x68\xba\x58\x92\xf7\x0b\xcc\xeb\x2b\xe6\x0f\x81\xe5\xa7\x33\xc1\x28\xf0\x4a\xe3\xf7\xc4\x59\xe0\xfd\xca\x3f\x7b\xbf\x83\xaf\x4b\xf0\xab\x7e\x83\xbf\xf2\xce\x3a\xdc\x07\xab\x04\x99\xaf\xba\x29\x9f\x08\x03\x77\xe6\x53\x40\x62\xcc\x80\x91\xe2\x48\xec\x6c\x1d\x4d\x1e\x02\xa7\x9b\x77\x93\x85\xa0\x4a\x79\x98\x1c\x08\xa5\x51\x2e\x92\xa7\xc2\x51\x29\x5f\x49\xf7\x11\xd7\x90\x07\xa4\x32\xe4\xb3\x67\x37\x49\x8c\x36\x38\x2c\x25\x55\x63\xe3\x5f\x39\x50\x82\xe0\xef\xc3\x81\xe4\x4f\xc8\xfc\xf3\x5f\xc9\x52\x64\x63\xcb\x36\xf2\x7e\x64\x57\x09\x44\x76\x44\x32\x14\x06\xd2\x6b\xe4\x25\x65\x26\xa9\x01\x3d\x91\x72\x92\xa4\x45\x1f\x86\x1c\x21\x11\x30\x5f\x4f\x37\xd2\x49\xac\xde\xbe\x84\xc4\xc6\x1a\x5e\xce\x25\x57\x91\x23\x6e\x67\x92\xe3\xc8\x33\xce\x4f\x24\xdb\x93\x9e\x35\xa7\x90\x9e\x93\xa8\xc5\x4d\xa4\x6a\xd2\x31\xf9\x47\x12\x87\x84\x92\x61\x52\x3c\xc9\x72\xfc\x1b\x29\x94\xd4\x16\xfc\x8c\xb4\x9d\x34\xb0\xa6\x9b\xb4\x89\xf4\xca\xfe\x28\x29\x8e\xc4\x7d\xbe\x9c\xd4\xc2\x7e\x7f\x53\x48\x3a\xc5\x5e\x70\x76\x2d\x69\x2d\xcb\xb9\xf1\x0c\x69\x24\xd3\xbf\x68\x13\xf6\x82\xc1\x90\xc9\xb0\x73\xf4\x8f\xa4\x60\xac\x91\x7e\xe4\xd8\x27\xac\x96\xd6\xbe\xef\x0f\xd6\x46\x9b\xb1\xc6\x15\x6b\xa1\x0a\xec\xe7\x61\x8f\x28\x47\x9e\x72\xb0\x1f\x52\xfb\xeb\xef\xb0\x0a\x71\x6e\x1f\x1f\xc3\x89\xc6\x37\x2c\xc6\xb6\x0a\xb8\x85\x95\xd8\x6c\xfe\x14\xa9\x1b\x66\xc5\xed\xc6\x66\xa0\x7f\x38\x59\x47\xdf\x61\x63\xd9\x53\xf7\xed\xc4\x66\x32\x5b\x57\xf7\x63\xd3\x18\x1c\xfb\x9d\xd8\x62\xda\x81\xc7\xfd\x98\x8f\x76\xf1\x35\x67\x6c\x9c\xfa\x67\xef\x43\xf4\x86\x4a\x5d\x97\x85\x6a\x15\x07\x8d\x76\x68\x9a\xcc\x45\x6c\x41\x63\x25\xd6\xc8\x39\x34\x46\xf8\x2a\xf9\x31\x7a\x9c\xdf\x15\xc4\x46\x89\x5c\xe3\xea\x14\x34\x9d\x7d\xc1\xfe\x04\x7a\x84\xb1\xe5\xe1\x62\x34\xbf\xdc\xe5\xb2\x06\x8d\x28\x39\xdf\xed\x8b\x4e\x35\xa5\xd5\x8c\x45\xae\x16\x4c\xcd\xef\x45\x0a\xf3\xcc\x42\x15\xa2\xd2\x04\x40\xdf\x90\x5c\xd5\xed\xa4\x64\xc4\x28\x8f\x0b\x84\x10\x8b\xf8\xcf\xaa\x87\x88\x42\xb8\xde\xde\x84\xc4\xb3\xee\xdc\x63\xa1\xa1\xed\xc7\x86\x26\x20\x7f\x9b\x3e\x9d\xee\x43\xea\xea\xa0\xca\x22\x24\xb5\xf2\x5b\x1e\x0b\xf1\x2c\x0b\xe4\xb3\x90\xf9\x45\x6a\x70\x3e\xb2\xd0\xd0\x7b\xe4\x31\xb2\x44\xfb\x6c\x6f\x24\xe2\x9a\xe3\xb9\x6a\x07\x62\x25\x2f\xb6\x6f\x81\x1b\xb9\x5b\xef\xc4\xa2\xe9\x83\x65\x17\x5e\xa2\xb6\xe7\x12\xda\x2b\x90\x92\x9e\x4f\x15\x02\x64\x7f\x47\x80\x96\x85\x4c\x6b\x22\x70\xcb\xe1\xef\x35\x5c\x02\x02\xbf\x29\x3f\x99\xc0\x84\xaf\x15\x39\x05\x9c\x80\x3b\xf3\xb7\x78\x34\xc2\xd2\x5c\xc4\xbe\x1d\xde\xcc\x5f\x31\x2c\x43\xe1\x9b\x13\x2e\x4c\x46\x27\x5e\x8e\x6a\xbb\x89\x98\x07\x70\xe5\x16\x64\xcf\x99\x20\x4d\x2d\x62\xd5\xf1\x99\xf3\x02\xbe\xd3\x84\xc7\x5f\x82\xcf\x56\xf7\xc5\xff\x07\x17\x96\x0e\x04\xcc\x84\xd1\xc2\x58\x0f\x3e\x1c\xa0\xad\xb4\xbf\x07\x3d\xe5\x5f\x1d\x1e\x81\x22\xf7\x85\x03\x78\xd4\xf6\x16\xad\xcd\x13\xc9\xb9\xb2\xbd\x7c\x34\xb2\x72\xa0\x42\x33\x15\xbe\xd7\xfb\x80\x13\x09\x97\xb4\x3f\xc3\x47\xc0\xbc\x86\xf2\x78\x35\x1c\x5e\x69\xe3\xff\x01\x9e\x5b\xdc\xe6\x21\x85\x1e\xe5\xb9\x39\x6c\x82\xa2\x05\x8e\xf7\x67\xb1\x73\xf0\x3e\x97\x6c\x59\xd5\xf8\xcf\x5d\x2c\xa6\x99\x40\xa8\xa6\x33\xbe\x11\xfe\xe4\x13\x19\xbb\x89\x5a\x61\x1a\x9d\x0e\x22\xd0\x79\xda\x79\x28\x23\x69\x0e\x6d\x12\x9c\x1a\x68\x4d\x4d\x44\x22\x3d\x86\x29\xaf\xd1\xbd\xb6\x12\xca\x39\xf4\xc1\xbd\x48\xf6\x24\x28\x72\x68\x1b\x6b\x15\x94\xd7\x39\xc8\xdc\x0c\x0d\x57\xb5\x30\xb8\xb0\xad\xbe\x94\xfe\x04\x0e\x17\x54\xd3\xdd\xe0\xc7\xd0\x62\x1a\x09\x21\x27\xf2\xa9\xc3\xe8\xcc\xbd\x24\xea\x4e\xb4\xc4\xe3\x30\xe5\x1a\xe6\x63\xbb\x94\xd2\x80\x41\x77\x85\x2c\x19\x26\x18\x4c\x65\x36\x60\x19\x9d\x13\x18\x83\x58\x62\xe5\x6f\x86\x23\xb6\x3d\xef\x37\x1d\xc6\x36\x0b\x26\xd3\x2e\x63\xa7\x40\x25\x6d\x15\xd6\x98\x38\x85\x9a\x83\x7d\xdc\x6b\x47\x9d\x40\x5a\xe4\x61\x43\x29\x26\xe1\x6d\xfe\x51\xb8\x24\xef\xe1\x6b\xcc\x48\xd6\xb4\x0b\x97\x18\x7a\x66\x62\x47\x3a\xbd\x85\x91\x63\xe1\xd3\x97\xd1\x1f\xeb\x2c\x34\x1d\xdd\x8b\xf7\x98\x66\x45\xbb\x40\xe4\x53\xb3\x68\xf1\x47\x9c\x28\x7f\xa8\xf7\x03\x76\x50\x78\xd4\x23\xee\x2c\xca\x32\xea\x4c\x9b\xc7\x94\xd1\x94\xd1\xb7\x97\x30\xca\x45\x9d\x03\xa1\xf4\x47\x42\x66\x5b\x2f\xdd\x45\xb0\xaa\xfc\x13\x8d\xc2\xbb\xae\x75\xa5\x7e\xe0\x72\xb8\x18\x35\x8e\x93\x48\x08\xa5\xdc\x63\xef\x4a\x58\x48\x39\xcc\x72\xf4\x17\x90\xdf\x30\xfe\x73\x5f\x49\xa6\x33\xa6\xd8\xda\x92\x7d\xa8\x77\x6f\x86\x31\x3c\xd5\x47\xcf\x1d\xa7\xa7\xaa\xf0\xad\x53\x68\x66\x45\x4c\x59\x08\xf5\x9b\x2c\x34\xd7\x40\x0d\x97\x04\x73\x66\x50\x06\x45\x69\xf8\x19\x94\x10\x01\x3b\x7e\x21\xf9\x22\xcf\xe0\x77\x8f\x1c\xca\x39\xb7\x72\x90\xf4\x98\xbd\xdf\x76\x29\x89\x4b\x2f\xbe\x56\x43\x4f\x29\x51\xf7\x8f\xa1\x55\x98\x4a\x9a\x94\xd4\x2f\x05\x15\x25\x6f\xa8\x1b\xf5\xac\x9c\x78\x8a\x42\x7b\x98\x65\x4b\x19\xaf\x0e\xc0\x05\x91\x65\x4a\xd7\xc3\x3d\x64\x1b\xd9\xc4\x3d\x6f\x49\x0c\xf1\xc4\x95\xc7\xb0\x7f\x82\x5e\x5b\x39\x06\xb1\x56\x5c\xf1\xa1\x87\x35\x1f\xea\x3d\x4e\x43\xea\x5d\x1b\x96\x53\xf3\xaa\x97\x14\x49\x29\x77\xca\x6f\x2b\x97\x52\x96\x97\x20\x0c\x80\x9c\x57\xb8\x34\x93\x4c\x76\xd6\x37\xc7\xfa\x93\x24\x9a\x10\xdf\x1b\xa4\xd1\xaa\x45\x2b\xce\x63\xa9\x72\x7b\xdb\x42\xf4\x2c\xe7\xd8\xa5\x99\xf4\xa4\xf3\xb3\xbb\x63\x69\x99\x67\x5c\x6a\x3f\x50\x59\x9d\xe3\x0a\x59\x94\xd6\x96\x5a\xf9\x6e\xca\xa8\xfa\x4d\xb4\xed\xe4\xe4\xca\xe6\x53\x5f\x48\xc3\xa5\xd3\x63\x46\x93\x36\x17\x1e\xf2\x79\x88\x15\xe8\x67\xac\xd8\x8c\xfe\x51\x27\xd9\x5a\x50\x2f\xde\xd6\x21\x27\x7a\xca\x95\xb9\x5d\xe9\xb4\x8c\x0b\x03\xb5\x23\xa9\x68\xff\x1e\xa3\x99\x62\xe9\xa2\xca\x10\xf2\xdb\x56\x36\x95\x4e\xf6\xa9\xa7\x9c\xda\x47\xaa\xae\x0c\x39\x04\x93\x6c\xcd\x80\x0f\x05\x4b\x36\xae\x5c\xe1\x80\x36\x68\xd2\x6d\x2f\x23\xaf\x78\x0f\x06\xc3\xe9\xc9\xb7\xf7\x74\x96\xd2\x12\xaf\x56\xd5\x78\x51\x93\x2f\xde\x2b\xf8\x4b\x11\xf6\x37\x4b\x9f\x90\xbb\xbb\xf6\x53\x7e\x92\x27\xb6\x5c\x4f\xbf\x4d\x3a\x59\xb7\xfc\x90\x33\xd6\x5a\xe1\xe5\x13\x8c\xd9\x16\x05\xac\x70\x40\xf7\x6a\xaf\xdb\x2d\x44\x12\xf8\x4b\x2e\x57\x88\xa7\x67\xfb\xf6\x86\x0b\x29\xd9\x2f\x1b\xbc\x05\x56\x78\xb8\x78\x3c\xaf\x8b\x30\x47\x79\x93\x4b\x27\xdc\x62\xf4\x70\xb6\x11\xbb\xb3\x96\xb3\xfe\x82\x67\x62\xb9\xcc\x3e\xa8\xdf\x97\xcd\x30\xc1\x67\xdc\x52\xe8\xf7\x90\xe1\x71\x66\xfa\x06\xd4\x74\xe9\x9f\x88\x00\xce\xeb\xd1\x08\xad\xc0\x93\xf5\x2c\xbe\x1e\xac\x2f\x3a\xc8\x8b\x87\xc6\x29\xdd\xb9\xae\xd0\x29\xc6\x12\xf6\x27\xd8\x26\x33\x9f\xd5\x06\x37\xc6\xda\x32\x95\x48\x82\xef\x78\x06\x1b\x1d\xe7\x36\x9a\x7e\x01\x1d\x18\x77\x80\xbe\x1c\x9b\x7f\xc9\x57\xf8\x00\x9d\xd7\x3d\x2c\xe0\xa2\x4e\x75\x3d\xfc\xad\xe8\x2c\x93\x9e\x37\x02\x9d\xac\xa0\x71\x2e\xa2\xee\x74\x1e\x5b\x8b\x42\x99\xd3\x58\x99\xe8\x8d\x18\x05\xf3\x00\xe6\xea\x53\xca\x88\xc2\xe0\xe5\xed\x74\x03\xf6\x65\x9c\x37\x1d\xc0\x6e\x0f\x16\x09\xfa\x18\xb3\xbb\xfc\xf9\x62\x3a\xbb\x76\x37\x2f\x8a\xf6\xaa\xd0\x93\xbb\x86\x16\x2b\xf7\xe0\x4c\xa1\x3e\xa7\x85\xb3\x3e\x50\x55\x19\x63\x99\x97\xa8\xfb\x0f\x99\x19\x03\x94\x5f\xbb\x3f\xd2\x6f\x53\xcc\xcb\xf7\xd3\x17\x51\x94\xe3\x7c\x68\x04\x32\xf5\xc2\x6f\xfe\x1f\x41\xfe\xe9\x6e\xde\x65\x3e\x5a\xdd\xcb\x2d\xe3\xf9\x17\xf4\x70\xa8\x5c\x47\xe9\x0d\x76\x22\xfb\x2f\x75\x16\x6b\x2f\xdb\x3a\xfd\x23\x73\x33\x6b\xf6\xc1\x5e\xc6\x6a\xa6\xd3\xee\x10\xfa\x16\xc6\xea\xe5\x76\x34\x84\x9e\x33\x0e\xa3\xd6\x53\x7d\x06\xc2\xf9\x78\xe5\xb5\x0e\x27\x9e\x8f\xc2\xa6\x6a\x0b\x77\x8e\xcc\xd3\xe0\xcf\x7e\x23\x89\x92\xe0\x58\xe7\x44\x6c\xf2\x0d\x66\xb3\xe0\xf1\xc9\x1b\x8c\x2a\xfe\x96\xe8\x6b\xf4\x02\x2e\x6f\x57\x35\xad\x88\xfd\xdb\xb5\x9b\x7a\x93\xf5\x60\x5c\x35\xe5\x17\xed\xe7\xd9\x6e\xde\x13\x53\x7c\x6b\x0d\xb7\xa4\xc0\x5c\x71\x83\x03\xe9\x9f\xe9\x47\xb3\xb7\xeb\xac\x45\x07\x58\x53\x73\x97\x62\x6f\x98\xa3\x54\xf1\x69\xae\xf4\x9f\x72\xd9\x01\x1e\xed\x85\xa4\xc3\xbb\x87\xfa\x58\xe4\xe8\xea\x4f\xf9\x25\x88\x1b\xf7\x8d\xfc\x8d\x19\xda\x07\xf3\x0a\xeb\x77\x34\x07\x70\x4f\x54\x93\xcb\x88\x9c\xb5\x15\xd5\xda\x6e\xd6\x6b\x73\x9f\x60\x1b\xb3\xd2\x74\x16\xf9\xcd\xc8\x31\x5c\x49\xcd\xa6\x73\x75\x17\xa3\x56\xd1\x32\xd4\xe7\x76\x76\x53\xe3\x94\x8e\xcb\x3a\x28\x71\xb2\x3d\xd6\xd3\xc9\x6b\xd9\xa9\xbd\x6b\x78\x83\x67\xd6\x37\x2e\xe4\x66\x76\x96\x9a\x23\x38\x2e\xad\x9f\x73\x3b\x58\x97\x1a\xc7\xf1\xa2\x98\xfc\xea\x5f\xf0\x46\xc6\x91\xf2\x97\xc7\x5f\xd0\x7d\x8a\x7b\x22\x1e\xd1\x5c\x0a\x54\x5e\x9d\xd4\x31\x79\x76\xcb\x16\x91\x3f\xe7\xcc\xb4\x9e\x4f\x32\x71\x5d\x7a\x82\x78\x17\x2f\x02\x0d\x5b\xb9\x99\x67\xed\x4b\x4e\x71\x66\x77\xbf\x55\x3f\x64\x9d\x69\x97\x72\x59\x4c\xb0\xc9\x0e\x02\x19\x3e\x35\xe8\xf1\x6d\x74\xe7\xf2\x9b\x11\x51\xd4\x4f\xc5\xee\x5e\xd1\x94\x8b\x86\x07\x4b\xbf\x92\x2b\xd4\x5f\xad\xbd\x49\xfe\xdc\xd6\x6e\x05\xaf\xf7\xea\xef\x7a\x0a\x37\x69\xb0\xad\xb8\x96\x33\xe6\x9c\xaf\x7a\x05\xab\xb4\x47\xc2\x79\xc2\xdc\xdf\x5e\x0c\x3e\x67\x4c\x6e\x2c\x3f\xd6\x45\x7b\x50\x9d\x13\xfe\x8d\x5a\x5c\x86\xf3\x72\xa6\x10\x0a\x1b\x97\xbe\x25\x7b\x6b\xb6\x5b\x8b\xb1\xb3\xbc\xb1\xbd\xa3\x55\x7f\x70\xe1\x8d\xe1\x4a\x9b\xec\x69\xa5\x1b\xe4\xa3\xb2\x7b\x35\xb7\xa4\x4b\xf0\x18\x9f\x2b\x0e\x25\x04\x20\xa0\x10\x22\x6e\x4b\x05\xf8\x46\x30\x20\x12\xe2\x3e\x81\xf6\x79\x89\x38\x7b\xe0\xa0\x25\x54\xf6\x16\x84\x68\x55\xc8\xd4\xa0\x99\x3d\xeb\x55\x6c\xc2\x9f\x06\xb1\xc2\x40\x4c\x32\x23\xb2\x62\xe2\x55\xcd\x0a\xc9\x55\x70\x3b\xef\x85\x78\x34\xd8\x0e\xbf\x14\xae\x87\x92\x52\x50\x7e\x1a\xec\x1c\x09\x70\xdb\xe0\x2b\x5e\x8b\x39\xee\x08\x7d\x89\x27\x7b\x05\x7a\xc0\x8a\xcd\x14\xa2\xb7\xbb\xe3\x55\x73\xe0\x0b\xf5\x3d\x8a\xad\xf0\xbd\x92\x66\xd9\x5e\xc4\x36\x17\x95\x90\x90\x79\x3c\x3f\x51\x2d\x12\x02\x47\x08\x3e\x20\x55\xc7\x7f\xf1\x57\xa0\x2e\x11\x52\x2e\x13\x65\xed\x18\xe2\x58\xa1\xef\x96\x8c\x60\x8f\xc1\x30\x2b\x94\x79\x0c\x23\x77\x7e\x55\xee\xa4\x05\xd5\x45\xcb\x09\xd4\x57\xc5\x09\x52\x39\x35\x4d\xbd\x5c\x3c\x44\xb5\xe6\x8e\x17\x4d\xa1\x34\x42\x9e\x82\x70\x0a\xfb\xd8\x6f\x9e\x8e\x72\x3c\xbc\x99\x6b\x45\xf1\xdc\xb1\x92\xcd\xa5\xd8\x2e\x2e\x66\xf1\x28\x0b\xac\x68\x8c\x27\x64\xab\xd3\x1a\x05\x83\xc7\xae\x5d\x25\xcb\xe7\xca\x8a\x26\x4b\xae\x72\xf8\xaa\x37\xe2\xe9\x6c\x16\xfb\xb1\x30\x81\x25\x07\x17\xf0\x6b\x98\xe7\x8f\xd9\xf3\xac\x99\xe3\xf7\xbf\xe1\xa4\x30\x36\x6f\x2f\x65\x7d\xa4\x53\x17\x63\xcc\x07\xf4\x55\x56\xb7\x18\xcb\x28\xad\x1d\xb3\xe5\x55\xf2\xe8\x6a\xa5\xf4\xbb\xf4\x42\x61\xab\x64\xb9\xc4\x4d\x99\x2f\xca\x12\xa1\x2c\x8b\xa0\x5b\x70\x97\x68\xc3\x77\xe4\xa7\x1f\x9d\xce\x85\x78\x36\xfb\xa7\xb0\xaf\x72\x78\xdb\x5d\x58\x61\xec\x9d\x8b\x43\x99\x8b\x59\xdc\x31\x1b\xe9\x91\xb4\x83\xad\x97\xe4\xf3\x0a\xac\x2b\x29\xd2\x28\x7d\x71\x41\x96\x58\xab\x5b\x25\xa7\x08\xaf\xe4\x6a\x18\x9d\x82\x29\x39\xa3\xf1\xbe\xbc\x54\x05\x3b\x49\xcc\x39\x2b\x1b\x1f\xfa\x91\xed\x2c\x66\x6c\xdb\xc9\x14\x0b\x77\x2d\x7a\xc9\xd8\x2d\x98\x3c\x06\xa6\x05\x33\x04\xcd\x91\xf2\xd1\xd5\x6e\x15\x23\xa5\x6b\x2b\xaa\xf2\x3d\xc4\xf1\xa5\x5e\xd2\x38\x21\xa3\xa8\x91\x76\x91\x5f\x63\x9c\x83\x83\x79\xa3\xf5\xcc\x23\x3f\x39\xd1\x9a\xb7\x21\xb5\xac\xb2\x9c\xb0\xad\xfe\xcc\x89\x8a\x15\x8b\x62\xe8\x16\x69\xc8\x18\x21\x55\xc2\xc2\x37\xc6\xc9\xe7\x76\xc6\x97\x2d\x91\xba\xb7\xad\xcc\x5b\x2b\xf6\x6f\xbc\x21\x3e\x21\x4c\xad\xdd\x4f\x79\xc3\x17\x5b\x1a\x33\x3b\xb9\x83\xa5\x73\x12\x32\x39\xd3\x4c\x60\x70\x32\xeb\x70\xfe\x8b\x2d\xbe\x8c\x56\xed\xbf\x85\xed\xf4\xed\x4a\xc5\x18\x2d\xe5\x3b\xc7\xba\x81\x2c\x5f\xd0\xdf\x5b\xba\x4f\xea\xde\xb3\x51\x17\x25\xde\xd5\x41\x15\x49\x85\xb1\xcd\x2a\xca\x0c\x3e\xa9\x8e\x9d\x09\x70\x6b\x2a\xa1\xf8\x73\xec\x77\xa5\xc9\xfb\x86\x59\x1e\xa6\xcc\xcd\x77\x19\xcc\xfc\xa4\x85\x34\xda\xaf\x9c\xcd\x63\x6a\x28\x3a\x8e\xbc\xbe\x5f\xee\x3c\x78\xdc\xac\x94\x2e\x3a\xa7\xd1\x1a\xc5\x1e\xbd\x5a\xe1\x3d\xe1\xee\xd3\x91\xe4\x34\xfe\xc1\xe6\x0f\x19\x89\x5c\x72\x1d\x25\xde\x87\x6d\xa9\x1c\xbf\x2f\x93\xf9\xca\x6c\xda\xac\x64\xac\x2d\xf8\xb8\x30\x93\x26\x52\xa7\x8e\xf9\x4c\x99\xc3\x79\x60\xf9\x6d\xf2\xc0\x8d\x31\xca\x0b\x36\xe0\xea\x54\xd1\xfa\x23\xd9\x41\xdc\x5d\x5a\x03\xde\x1a\x39\xa0\x7e\x8c\xbf\x97\xd6\xaf\x5a\x44\xb8\x12\xf3\x4e\x7e\x8c\xf8\x70\xaf\x87\xa4\x01\xfc\xbd\x61\xae\x68\x17\x3c\xd9\xf9\x8c\xe0\x31\xb2\x73\x44\x13\xa7\x0e\x25\x58\xd2\x0b\xeb\x08\x11\xc6\xb1\x86\x21\x42\x87\x72\x50\x3f\x8e\x38\x8d\x73\x46\x1b\x42\xe4\xc1\x8f\xd4\x1a\xd0\x31\xed\x80\xf2\x25\x78\x3e\x86\x27\xf7\x84\xa4\x01\xb7\x25\x22\x38\x7e\xfd\x2d\xd1\x72\x64\x85\xb3\x5c\x70\x19\x9d\x3a\xa2\x9c\x53\x88\xf6\x56\x5c\x2d\xf4\x83\xae\x16\x9c\x34\xa4\x40\x9f\x94\x9b\xf2\xca\xe1\x31\x9c\xcd\x9a\xbf\xf0\x2a\x38\x49\x1d\x04\x63\x27\x5e\x2a\x0b\xe0\xf7\x31\x4b\x65\xdf\x11\x5c\x00\x53\x72\x10\xf9\xb9\x5e\x25\x1a\x81\x92\x9c\x4f\x0a\x4a\xb0\x95\x23\x6a\x38\x10\xe6\x57\x7e\xc6\x18\x4b\x69\x34\x44\xe7\xeb\x29\x09\x8a\xc5\xba\x3f\xe4\xbf\x6c\x77\x4d\x24\xb9\x01\x3a\x91\x53\x4d\x66\x9e\x18\xa7\xb4\x23\x83\x87\x92\x64\x49\x64\xb2\xff\x73\xf1\x4d\x32\x71\xbd\xab\x90\x4a\xc6\x9c\xfd\x04\x2e\xe4\xe1\x11\x2f\xd9\x5f\x49\x85\x65\x31\x05\xc5\x9c\x69\xf9\x53\xf4\x9f\xd9\x21\x72\x2b\x5d\x08\x0b\x63\xcd\xcb\xad\x64\x56\x83\xd9\x39\x0e\x8c\xef\xa9\x8b\x14\x19\x8c\x84\x83\xf9\xd2\x1b\xf4\xfb\xfe\xbb\xc4\xbb\xe8\x81\xeb\x4e\x0b\x5e\xd1\x86\x9d\x5d\xf9\x99\xb4\x6f\x23\xd7\xb2\xbd\x28\x0b\xcd\x6f\x0b\x96\x4b\x26\xe5\x9d\xd7\x27\x8b\x2e\x4a\x6f\x69\xdb\x85\xa7\x98\x63\x72\x67\x09\xa6\x11\xb3\x54\x04\x5e\x5f\xca\x26\xf9\x23\xae\x21\xfa\x9a\x34\x80\xc3\xf5\xd3\x89\xaa\xd8\xc7\xd6\x45\x09\xf6\xb0\x50\x67\x27\x5e\x19\x2b\x71\x64\x2e\x2b\x8b\x9a\x57\xb2\xcc\x50\xaa\x2b\xd1\xfe\x97\x77\x53\x63\x92\x8c\xd0\x2e\x56\xb3\xe8\xbe\x6a\x9c\xca\x1f\x7f\x5b\xd9\xa7\x98\x72\xac\x5f\xbe\x42\x36\xea\x80\x5c\xa2\x14\xff\xdb\x63\x16\x7e\x13\xfe\x5c\x5b\xca\xa7\x0a\xc2\xe6\x0e\x73\x5b\xf9\xfe\x23\x3f\x32\x8f\xd1\xd5\xa6\xbf\x86\xe0\x32\x65\xee\xe7\x3c\x41\x49\xae\xc8\x45\xf3\xd0\x24\xa5\x62\xea\x39\x05\xc9\xd9\xab\x94\x31\xfa\xed\x47\x77\xca\x3a\xb4\x1b\xa2\x76\x48\x16\xa8\x77\xf8\xe6\x0a\x61\xe5\x41\xcf\x3b\xbc\xbf\x72\xa7\xb9\xe9\xdc\x69\x62\xf1\x28\x67\x86\x8e\xe9\x5d\xe8\x63\x38\xd5\x5c\xaa\x5e\x96\xc7\xae\x7f\x2c\xd8\xa3\x69\xaf\x19\x41\x6e\xc9\xf9\x6a\xb1\xc9\x62\x2b\x97\x97\x8e\x4b\x6a\x93\xa1\x45\xce\x11\xaf\xc4\xd7\x0a\x02\x7c\x08\xc2\x45\x79\xd5\x6b\x7e\xf3\x34\x9a\xb9\x4e\x2f\x39\xf9\x72\x9b\x51\x9b\xe9\xbf\x59\x06\xa3\xcc\x90\xd4\x79\x2c\xe7\x48\x1e\xad\x2d\x9a\x9f\xa9\xa9\x6e\x5a\x42\xfa\x94\xf3\xa4\x76\x38\x73\x40\x39\xa5\x12\x4d\x9a\x20\x3b\x54\xb6\x21\x22\x4c\x6c\x2e\x1e\xbf\xfb\x97\xe0\x8b\x71\xd1\x1a\x1d\xef\x88\xee\x85\x53\x13\x27\x42\x71\x72\xd4\x01\xba\x81\xbd\xb0\xe0\xaf\x61\x7f\x1f\x51\xd5\x9a\x97\xd1\xbd\x8e\xd7\xae\xc9\x69\x1f\x20\xed\xce\xe9\x6d\xde\x96\xe9\xa1\x78\x5d\xa7\x4f\x64\xc8\x16\x57\x4d\x08\xbf\x2f\x3e\x56\x56\xbc\x5b\x27\x30\x17\x59\xd6\xc4\xf3\x1c\xf2\x47\x3b\x59\xd8\x4f\x94\xc4\x51\x4a\xfa\x52\xf6\x49\x35\xae\x76\x34\x2e\x45\xf8\xbb\x32\x3a\xdb\x9e\x76\xbd\xac\x25\xdb\x40\x1c\x57\x32\x06\x1f\x92\xca\x2e\x0c\x21\xcc\x8f\x25\xe7\x1b\x89\xe3\x83\x23\xb5\xdf\xc0\x99\x3b\x70\xea\xbd\xd0\xce\x95\x3b\x95\x0e\xf0\xc9\x19\x90\x5c\x8b\x94\x00\x00\x9f\x8c\x7e\x56\x4f\xaa\x91\x11\x0e\x0a\x73\x2d\x9f\x08\x2d\x34\x52\xd9\x01\xa2\x13\xa1\xa9\xb8\x86\x28\x4e\xdd\x52\x68\x0b\x2e\x8a\xdd\x9c\x9f\x08\xde\x08\x76\xd4\x76\x40\xc6\x1d\xdb\xd4\xf3\x61\xfa\x4a\x47\xc5\x47\xe4\xc4\x8c\x04\x39\x1b\x3d\x0a\x00\xfc\x13\xd8\xbc\x9c\xe2\x9a\x85\x50\xa6\x70\x8d\x85\x0b\x49\x69\x2e\xa5\xdf\xa1\x5e\xc2\xe1\xe2\x83\xd0\xdf\x94\xb7\xc6\x76\x38\x32\xe6\x53\xfe\x1c\xf8\xd2\xbe\xbb\x5a\x18\x49\xd8\x61\x93\xf3\x0a\x05\x56\x7c\x57\x9c\x46\x8b\x67\xec\x97\x47\x61\x20\x00\xf0\xb7\x61\x6c\x55\x5f\x75\x02\xf9\x81\x20\xb9\xe2\x22\x59\x4f\x8d\x2f\xdd\x4d\xf6\xc3\x9b\x8a\x6a\xc8\xd3\x52\xbc\x8d\xb3\x48\x7f\x62\x0e\xea\x51\xb2\xcd\xbe\x18\xcd\x23\xb2\xc7\xf6\xe2\x9c\x83\xe4\xe0\x15\xf5\x8a\x75\x64\xe6\x8c\x7d\xb2\x36\x8a\x27\x00\xf0\x2a\x49\x75\xca\xc1\xaa\x1a\x16\x95\x0f\x55\x2c\x64\x3e\xa2\xc0\xe6\x62\xe6\xe2\xec\xeb\x45\x53\x19\xac\xe3\x82\x02\x90\xfe\xeb\x50\x5d\xde\x53\xba\x2c\xe8\xa2\x26\x88\xbe\x6b\xfb\x76\x55\x27\xed\xe3\x0a\x58\xce\xa7\x5d\x98\x11\x2f\x7d\x4d\xf7\x05\x00\xee\x6b\x8a\x8d\xa2\xa4\xca\x5d\x68\xe1\x1d\x2d\x57\x0b\x8a\xc8\x3c\xf3\x6c\xfe\x51\xdc\x2f\x13\x99\x17\x76\xec\xbc\xe1\x09\x37\xe8\x90\x55\x5e\x30\x27\x25\x68\x5d\x6e\x1b\xdb\xb0\xed\x8a\x6a\x3e\xeb\xe6\x0a\x6f\xd9\x5d\x56\xf4\x0c\xae\x14\x60\xad\x02\x00\xee\x44\x6a\xb0\x3c\xbd\x92\x90\xbb\x84\xeb\x5a\xf6\x26\x27\x9a\xb4\xb9\x24\x5d\x49\xcb\xaa\x2f\x3c\x2b\x97\x1f\xd5\x18\x5c\xa4\xcd\xd1\xdf\x74\x3c\xc9\xc4\xc0\x10\xf5\x7f\x22\xca\xb6\xf9\xca\x48\xe1\x18\xb7\x5b\xb2\x11\x82\xe9\x33\x10\xf1\x1b\xde\x2c\x20\x91\xfd\x9d\x3e\x41\x7a\xa7\x72\x5d\xd1\x15\xb6\xb1\x8c\x5b\x38\x06\xbd\x57\x62\x63\x40\x33\x0f\x17\x86\xe7\x95\x26\x1f\xc8\xd7\x6b\x3e\x1e\xb8\xa4\xb3\x56\x43\x7b\xf7\xab\xd3\x55\x4b\xb6\x86\x2b\xce\x29\xac\xdc\xfc\xa5\xc7\x65\xc8\x8c\x70\xf1\x7c\x21\x0e\xa8\x60\xcf\x64\x50\x25\x69\x95\x23\x6a\x51\xd6\xd2\xb2\xb8\x2a\x27\x64\x47\xf1\xb9\xf2\xb6\x53\xcf\x0b\xc7\x9b\x7d\x92\x46\xe5\x07\x9b\x1e\x45\xa9\xb4\xe5\x05\x55\x01\xbb\xd4\x76\xfa\xc6\x2d\x99\x8a\x18\xdd\xc4\xe5\x06\xc9\x87\x9c\xf7\xd3\xff\x8a\xc4\x92\xf5\xc0\x3d\xd6\x09\xa6\x45\x2c\xb3\x7c\x6e\x56\x33\x13\xca\x82\x1a\x00\x98\x54\x6c\xa9\x09\x3b\xb5\xd9\xf8\xd1\x62\x48\x4c\xce\x5f\x5a\xfa\x27\xca\x4e\x8b\x15\x33\xfd\x2f\xe4\xdc\x28\x8c\xda\x32\x59\x31\x3f\xdf\xb8\x3c\x56\x52\xa6\x99\x37\xfd\x8d\x68\x8d\x34\x16\xf8\xc5\x1a\xcf\x72\x12\x0d\x5a\xee\x9d\x9e\xc1\x28\x2f\x5b\xd5\x1a\x0a\xdd\x2e\x66\x35\x82\xe9\x45\xc6\xce\xda\x82\x23\x2f\xf4\x1f\x2b\x2f\x47\x6a\xb5\x5b\xcb\x3d\xfc\x33\x72\x04\x25\x87\x37\x5f\x94\x0f\x1a\x13\x97\xaf\x91\x04\x68\xcf\x4f\xff\x29\xac\x94\xed\x18\xb1\x8c\xa9\x64\x45\x31\x26\x77\xbe\xc8\x7e\x0c\xe7\xb7\x45\xe0\xf7\x67\x70\x1a\xef\xe1\x4f\x27\x5f\xa9\x8d\x27\x04\x1d\xcc\xb3\x0c\x13\x6d\xf6\xbd\x2e\x8d\x20\xbe\xf1\xde\x6a\xba\x0e\x7e\xf1\x7c\x65\xc8\x82\xe7\x2f\x8c\xd3\x9d\x41\x92\x27\xcc\xd7\xfa\xa2\xe7\x01\x40\xb4\x04\x33\xd1\xaf\x77\xe2\x88\x18\x7c\xa2\xf5\x03\xb1\x2b\xe3\x50\x23\x99\xf8\x37\xd9\x5c\xeb\x00\x86\x1f\x24\x58\xc4\xe0\x8d\x7d\x7d\xa5\x93\x21\x9a\xb7\xb3\x49\x09\x87\x79\x5e\x35\xec\x40\x76\x2d\x0c\xd4\x69\x51\xdf\x09\x6e\xda\xd9\x58\x22\x00\x88\x6c\xb1\x26\xba\xb4\x73\x34\xbc\x03\xf6\x68\x65\xc2\x11\x19\x0b\x1b\xe7\xc1\x89\xc9\xf8\x9a\x06\x98\x7d\xd0\xdf\xb2\x15\xbe\xbe\x2f\xcf\xdc\x83\xec\xdb\xf9\xcf\xe4\x8f\xbc\xf1\x6c\x35\x00\xa8\x7e\xe1\x0e\x5d\x2c\x76\x6a\xc2\x3a\xcd\x35\x52\x28\x00\x08\xaf\x93\xec\x69\x0f\x4f\xef\xa4\x38\x42\x8a\x96\x8b\xe4\xd3\xa7\xf2\x1a\x52\xc8\xb1\xc9\xa3\x6b\x46\x93\x97\x44\xbf\xaa\x10\x92\x67\xee\xf3\x33\x4f\x25\xaf\xd9\xd9\x5a\xa8\x23\x67\x78\x2a\xf3\x63\xc8\x9d\x0b\xdd\xb4\xcd\x94\x6d\x13\x92\x34\xb6\x94\x02\x00\x10\x2e\x27\x4f\xa2\x1d\xe8\x48\x61\xb9\x40\xe3\x5a\xc6\x30\x71\xa7\xc6\xd5\x5b\x18\xfd\x49\xdc\xea\xbd\x8c\xd5\xd1\xec\xf2\x7b\xf4\xf6\xa0\xcf\x25\xc9\xf4\x53\x3b\xb3\x8c\x1f\xe9\x7b\x3c\x93\xf5\xc5\xf4\x4d\x0b\xe7\x6b\x3e\xd0\xe9\x13\x72\x73\x27\xd1\x67\x02\x80\x60\x1f\x65\x07\x75\xa0\xbd\x4d\x50\x0a\x26\x35\x47\xf0\xd5\xe9\x47\xea\xfe\xf1\xc8\x49\x63\xab\xf4\x5c\x6e\xf4\xdc\xf2\x55\x9c\xf2\x20\x59\x71\x33\xfb\xd3\xce\x45\x46\x6f\x76\x9c\xa7\x67\xde\x5b\xd6\xf7\x85\x33\x35\x8e\x6c\xc7\x09\xb7\xd5\xa3\x98\x69\x00\xc0\x8f\xa5\xc6\x52\x3e\xb7\xdb\xe5\xcc\x20\x0a\x9a\x24\xca\xd0\x93\xbc\x3a\x37\xb9\x32\x71\x71\x65\x97\xf4\xc5\x01\xdf\x32\x3f\x49\x74\xe0\xad\xa2\x21\xd1\x5f\x2f\x69\x41\x98\xf0\xca\x9a\x6b\xba\xaf\x82\xb7\x0b\x47\xe4\xda\x0a\x4a\x26\xae\x50\x15\x70\xc4\x00\xc0\x5b\x44\x7b\x4f\xbe\xd7\x16\x62\x74\x22\xf0\x1a\xbf\xe4\xf7\xa4\xe9\x6a\xf3\xf2\x32\x8f\xac\xac\x74\xd1\x8e\x8e\x8a\x28\xd5\xa9\xbb\x02\xad\x8a\xe6\xa9\xba\x76\x3c\x36\x14\x28\xc7\xac\xd9\xaf\xdb\x22\xef\x5a\xd0\xad\xde\x2e\xa5\x4d\x0c\x52\x2a\xf9\x2b\x00\x80\xbb\x96\xb1\x88\xd4\xd2\xfa\xc6\xb2\x1e\x9f\xdd\x28\x2e\xcb\x3c\xc1\xa9\x5d\x53\xa2\x4d\x70\xb3\x54\x9a\x0a\x23\x93\x4b\x5d\x0a\x6e\xec\xf5\x30\xe9\xf3\xa3\x76\x78\x1a\xe6\xe4\x6d\x59\x7d\x49\x5b\xa6\x09\x5f\x00\xe5\x68\x95\xa2\x89\x61\x8a\x5e\x61\x3c\x00\x70\x10\xe6\x54\x92\x67\x6b\x53\xed\xef\xec\x77\x8d\xb1\x55\xc3\x27\xc6\xd6\x8e\xaa\xa8\x8f\xaf\xb7\x40\xa5\xbc\x88\x1f\xe6\x27\xc5\x92\x80\xcb\xa6\xd8\xc2\xcf\xdb\x5f\xe6\xdf\x2a\x98\xbc\x5a\xad\x8d\xd5\xfd\x5c\x10\x9f\xe3\x9d\xb3\x7e\x62\x8c\x22\x58\xe4\x0f\x00\x1c\x47\x66\x12\xd6\xdc\x8a\x36\xbb\x67\x13\x1a\x17\xd6\xf7\xa4\x2a\x6a\xce\xd4\x24\xc4\x07\x5b\xd6\x56\xce\x8f\x30\x98\x95\xe5\x93\x03\x78\x26\xbb\x92\x4f\xdb\xeb\xf3\x49\x26\xfb\xd5\x90\xe6\x57\xbe\xf5\x82\x44\xd5\xa0\x9a\x36\x91\x25\x6f\x11\x03\x00\xc0\xce\x67\x72\x11\xaf\xbe\x4f\xf8\x8f\x59\xf6\xdd\x2b\x08\x3b\x8f\xef\x6b\xc7\x13\x24\xb1\x3f\x9b\x6a\x89\xa3\xf7\xef\xab\xbd\x4f\x2c\xf1\x5b\x58\x69\x07\xa2\x5b\x67\x95\x6e\x85\x60\xf7\x53\xa6\x5c\xd8\xe4\x2c\x33\x3c\x42\xbe\xd9\x55\xeb\x4f\x60\xc9\x00\x20\x8e\xc3\x7e\x22\xf3\xfa\x18\x60\x56\xe6\x87\xae\xb3\xa0\xf2\xf8\xda\xf6\x19\x60\x63\xec\xe3\xa6\x43\xe0\xb7\xfd\x1b\x6a\x45\x50\x82\xdf\x44\x4b\x17\x3c\x72\xab\xb5\xf9\x3f\x78\xc0\x3d\xd5\x74\x18\x69\x76\x16\x1b\x2a\xd0\x41\xbb\x73\xfa\x55\xd8\x53\x00\x10\x7b\x91\xc6\xc0\xdf\xfb\x1c\x91\xd9\x99\x03\x5d\x09\xc8\x94\xe3\x53\xda\xea\x10\xeb\xd8\xee\xa6\x91\xc8\xc4\xfd\x4e\xb5\x1b\x90\xbd\x7b\x7e\x58\xd2\x90\xb6\x2d\xdf\xcc\x85\xe8\x7e\xf7\x78\xd3\x54\xcc\xde\x59\x6c\x38\x82\x7d\xb5\xbb\x93\xf7\x98\x54\x0b\x00\xe2\xd1\xa4\x20\x38\xfd\x4c\x34\x45\x97\x19\xd2\x59\x44\x71\x3f\x56\xd4\xfa\x9b\xdc\x15\x8b\x6b\xdc\x45\xc6\xc2\x1e\xd4\xa0\xe4\xa3\x7b\x7a\x2a\xaa\xc9\xe4\x2d\x43\x25\xcf\xc9\xdd\xee\x07\x0b\xe3\x29\xce\xce\xca\x7c\x13\xe5\x9c\xfd\x8c\xbc\x31\x94\x6e\x00\x10\xed\x25\xef\x82\xa7\xf5\x12\x59\xc9\x19\xaf\x4f\x5f\x64\x56\x1f\x5b\xdb\xea\xca\xf8\x1d\xbb\xb4\x01\x65\xc4\x85\x95\x56\x77\xd0\xdf\xee\x91\x97\x7f\xa6\x17\x6c\x29\x2b\x59\x42\x67\xba\xfb\x18\x73\xe8\x0a\xe7\x5c\xfd\x59\xc6\x7c\xfb\xfd\xda\xdf\xb4\x5f\x00\x20\x8c\xa5\x1c\x81\xf8\x3d\x4d\x02\x4b\xc6\xf1\xd3\x76\x7c\xf9\xd1\x96\x96\x23\x3c\x52\xcc\x60\x7d\x0b\x97\x1d\x96\x56\x3d\x8a\x53\xb7\x27\xb6\xdc\x93\x33\x7a\x0b\xad\x38\x99\xcd\x72\x5f\x59\x70\x9e\x1d\xe8\xac\xcf\x7b\xc4\xee\xb5\x97\x69\x1e\x31\x27\x01\x80\xe0\x08\xf5\x14\x34\xbe\xfb\xa9\x8a\x71\x6a\xb8\x63\x85\x62\xe8\xa8\x4b\x33\x24\x5f\x18\xb3\xa8\xae\x57\x4a\x0f\xed\xaa\x1a\x21\x99\xe2\x3b\x58\xb6\x52\x74\x75\xcb\x8c\xa2\x83\xc2\x6b\x2b\xff\x33\xd4\x0b\xbd\x9c\x5b\x75\x85\x82\x0a\x07\x87\xdc\x44\xf6\x0b\x00\xe0\xcf\xa2\xbd\x06\x17\x76\x2f\x29\xb0\x3f\x35\xb1\x1d\xd4\xb7\x27\x9f\x6a\x1a\xd0\x81\x87\x0e\xd7\x8d\xd5\xb8\x87\xfc\xad\x5c\xaf\x9e\xe7\xbb\xb0\x34\x49\xb5\x7f\xb3\xd8\x24\x54\x3c\x5e\x99\x97\xff\x50\x3e\xe0\xac\xd5\xb6\x49\x2e\x39\xf8\xaa\xb7\xf2\x36\x01\x00\x6f\x1e\x63\x1c\x31\xa0\x4b\x5b\x2e\x4d\xdf\xdc\xf6\xc5\x7c\x33\xc9\xd4\xe4\x5d\xbc\xe8\xa0\xb6\x16\x5f\x18\x13\xb2\xcb\xa2\x33\x5c\xf1\x61\x9a\xcf\xe9\x4b\x37\xcf\x28\xfc\xa8\xcb\x5f\x19\x94\xef\x99\x1b\xe3\x2c\xd7\x7c\x51\xf8\x39\x20\x39\x7e\x02\x0f\x00\xe0\x1e\x66\xdc\x22\xbc\xe8\x8a\xab\x19\x7d\x72\xb8\xad\xde\xf2\x5f\x92\x5f\x93\x55\xd9\x9f\x83\x5e\xb5\xab\xcc\xd6\xc1\x9f\x2c\x21\x45\xb1\x3e\x5e\x66\xd0\xf8\x6b\xd3\xd3\x42\x7d\xfe\xe3\x95\x2b\xf4\x77\xb4\x5a\x67\xb9\x46\xa0\x6c\x73\x50\xaa\x06\x05\xff\x00\x80\xf3\x9b\xe9\x48\xe0\x76\x39\x36\x3c\x3d\x49\x6f\x3b\x51\xab\x4d\xfc\xd4\xd8\x50\x75\x22\xfa\xbf\x9a\xfb\x15\x69\xc1\x95\x15\xdf\x4b\xa5\x3e\x93\xcc\x8e\xc5\x51\x9b\xfa\x0b\x37\x1b\x8f\xae\x9c\xaf\x4f\xc9\x3b\xe8\x5c\xac\xb1\x57\xdd\x73\x18\x50\xad\x16\x6a\x00\x80\x43\x66\x7a\x66\x4f\x1d\x78\x4a\xdc\x98\xfa\xac\x7f\x02\x31\x3a\x21\xbe\x7b\x3d\x91\x11\x15\xd2\x1e\x40\xbc\x12\xf8\xb7\xc9\x17\xdc\xef\xbd\xb1\xd6\x1b\x9a\xbc\xbe\xc2\xe2\x05\xfd\x73\x55\x99\x71\xc8\x1c\xc7\x48\x53\x0f\x9a\x65\x33\xc9\x70\x0f\xeb\x07\x00\x09\x4c\x5a\x9e\x6d\x37\x80\x41\xa5\xa9\x6f\xfb\x8a\xa0\xfc\x84\x88\xae\xeb\x90\x26\xca\xaf\xed\x3d\x54\x13\xf8\xbd\xf1\x13\x0c\x78\xaf\xaa\xf9\x0c\x73\xd7\x17\x55\x7c\x41\xbc\x5d\x73\xcc\x9e\xa8\xab\x63\xa4\x89\x8d\xf9\xda\xb8\x19\x74\xa4\xd5\x00\x20\x09\x23\xb9\xe3\xfe\x0e\xcc\x42\xbd\x52\xef\xf7\xed\x40\xed\x12\xfc\xbb\x4e\x22\xc3\x51\x1b\xdb\x84\x48\x47\xe0\xeb\x46\x19\x72\xd7\x7b\x69\x8d\x1c\xdd\xb8\x3e\xbf\x42\x85\xf6\xba\xaa\x4a\x9e\x60\x44\xc7\x48\xd3\x7a\xd2\x49\x9b\xcd\x86\x5d\xa4\x97\x00\x20\xb1\x27\xa5\xe3\x72\xcf\x87\x52\xc1\x54\xda\x19\x94\xf2\x26\xfe\x4b\x67\x19\x25\x31\xca\xba\xb5\x97\x32\x2e\x70\xa0\xe1\x3c\xf9\x9e\xf7\xf8\xea\xb3\xe4\x57\xeb\x25\xe5\x67\x29\x8b\x5c\x75\x25\x0b\x28\x02\xc7\x23\x85\x49\xd4\x03\x36\x99\xf9\x07\x28\xe7\xff\x2f\x8b\x1c\x85\x4b\x3b\x77\x84\x3d\x35\xd5\xab\x57\xc6\xda\x15\x5f\x74\xba\x87\x89\x44\x3e\x6a\x79\xcd\xb8\x10\x78\xba\xfe\x27\x23\xc8\xdb\xaa\xea\x1b\xfd\xcf\x7a\x61\xd9\x67\xfa\x23\xd7\x82\x62\x6f\x86\xad\x23\x62\x4c\x65\x9c\xb7\xa9\xd7\x6f\xa5\xdd\x02\x00\xd1\x2e\x0a\x2e\xeb\xe9\x59\x91\x70\x49\xca\xad\x9e\x46\xfe\x8f\xf8\xe0\x8e\xc7\xbc\x1b\x91\x55\x2d\x93\xb9\x97\x02\xcb\xeb\x97\x71\x7e\xef\xfc\x5a\x35\x9f\xe3\xb7\x9e\x59\x36\x8b\x7d\xcb\xb5\xb8\x28\x9a\x3d\xe0\xa8\x2b\x38\xca\x71\xb1\xf9\x95\x37\x85\x71\x0e\x00\x84\x5b\xa8\x8c\xac\x8e\x7e\x99\x0a\x49\x91\x75\x37\x29\xba\xe3\xbe\xb6\xdf\x95\xcf\x8c\xdc\xdc\xf4\x57\x8a\x04\x2e\xaf\xb3\x96\x38\xee\xe4\x5b\xfe\x89\xde\xad\xf7\x32\xbf\x17\x4d\x75\x95\x9b\xe6\x0b\xaf\x39\x5e\x33\x58\x09\xd2\x6d\x21\x2d\xc6\x3e\x08\x00\xfc\x87\xb4\x17\x59\x23\xfa\x2e\x1a\x14\xc7\xff\x74\xbd\xd3\x6f\x8e\x23\xb5\xdb\x68\x7f\x45\x94\x34\xcd\xc9\x3d\xb7\x57\x5c\x3b\x37\xe7\xde\x4e\x5b\xcb\x64\xd5\x96\x75\x0f\xcd\x23\x94\x13\x5d\x13\x0a\x5d\xe5\x06\xc7\xa7\xfa\x4f\x92\x51\xb6\x97\x35\xdb\xb8\x44\x00\xe0\xdd\xa4\xbf\xce\x3c\xd5\x37\xa3\x4c\x72\x3c\xab\x6b\x47\xc9\xa5\xc3\xbf\xdb\x62\x8b\xdc\x22\x16\x34\x1e\x37\xb2\xf7\x3a\xd4\x24\x18\x3c\xbd\x0a\x2a\x22\xf5\x61\xeb\xd4\x25\xbb\xb5\x3f\x5c\x7d\x8c\x07\xd5\x09\x73\xac\xf5\x63\xe5\xd6\x76\x4e\xb9\xeb\xf9\xab\x01\x80\x37\x91\x91\x97\xb9\xe2\xcc\x50\x55\xe5\xf1\xd5\x9d\x9f\x2a\x8a\x0e\xb7\xb6\xd9\x96\xf6\x86\x3f\x6f\x9c\x52\x02\x04\x5c\xa9\x19\x63\x92\x79\x65\x97\xff\x34\x5a\xaf\x43\x8b\x9f\xeb\xdb\x5c\xb7\x17\x7c\xd0\x04\xcd\x59\x9a\xc7\x55\x84\xda\xed\x55\xd7\xf0\x5f\x03\x00\xb7\x9c\x31\x9c\xf1\xfe\x0c\xa9\x7e\xeb\xb1\x9f\x9d\x9a\x1a\xe0\x30\xb3\xb5\xdc\xf2\x29\xbc\xae\xa1\xbc\x7c\x5e\x40\x51\x75\x8e\xd9\xc3\x2b\xba\x9c\x67\x7a\xb0\x8e\x58\x8c\x33\x3c\x74\x0d\x2c\x38\xa9\x3d\x3f\x27\x42\xf7\x55\xb9\xcf\x4e\xa2\x9e\x20\xc8\x04\x00\xee\x4a\xc6\xfb\x37\xcb\x89\x41\x59\xc5\x77\xe7\x13\x1b\x71\xec\x0b\xf5\xa0\x53\xf6\xfe\xd6\x07\x20\x15\x3f\xce\xfc\x13\xfc\x80\xbf\xa6\xfc\x0c\xc5\x12\x5e\x51\x37\x40\x77\x41\xfb\xd4\x08\x18\x83\x3c\x42\x67\x23\x8b\xe0\x8d\x9e\x0c\xe4\x34\x32\xc5\x3e\x01\xe5\x20\x5b\x5f\xa7\x10\x30\xa2\xf5\x9d\x70\xc2\x5f\x22\x34\xf0\x9b\x88\x23\x7e\x69\x75\x21\xbe\x02\xc3\xcc\x9b\xc1\x14\xb0\x4f\xe9\x0d\xbe\x81\x50\x8a\x06\x82\xe1\x9d\x29\xbd\xb0\x3b\xfc\x3b\x84\x09\x3f\x46\x0a\x3c\x6d\x11\x31\xba\xc8\x7e\x14\x7a\x14\xf9\xf9\x4a\x8b\x6f\x41\x04\xc3\x24\x42\x00\x22\x1d\xd8\x40\x18\x42\xda\x5a\xa2\x88\x51\x48\x57\x09\x48\x7c\x86\x3c\x54\x48\xc1\x2c\x74\x13\xf9\x1f\x34\x19\xcd\x4b\xd9\x08\x5d\x47\xbf\x85\x8c\x84\x55\xd8\xda\x35\x85\x48\x20\x16\x6b\xd7\x89\x7a\xa2\x8f\x5e\x28\xb3\xa9\x8c\xc1\x5b\x0a\xfc\x0c\x86\xd3\xb9\x60\x7c\x17\x9d\xde\x54\x44\x08\xa2\xdd\x2f\xfa\x8f\xf0\x8c\xb6\x57\xbe\x8e\xc8\xa1\xbe\x27\x5d\x06\xb7\x50\x65\xc7\x3d\xa0\x19\x54\xa7\xe0\xa9\xd0\x4f\x8a\x6a\xcd\x04\xb8\x92\x32\xcb\x8e\x86\x18\x48\xcf\x9e\xdd\xc4\xed\x14\x85\xde\xf8\x83\xfb\x4f\xf0\xab\x1f\xcc\xb6\xf0\x75\x0d\xcf\xf0\x7e\xbc\xdd\xa6\x60\xfc\x47\x2e\x20\x6d\x20\x98\xd8\x0f\x30\x8c\x98\xc6\x6a\x3b\x36\x0d\x8c\x62\xf2\xf6\x79\x41\x3b\x19\xc1\xab\x99\xd0\x0f\xfa\x52\x3b\x1c\xfc\x98\xf2\xe3\x49\x77\x96\x9f\x1a\x7f\x6d\x18\x37\x56\x95\x7a\x26\x0f\xd7\xa3\x08\xae\x77\xce\x4e\x96\x6d\x33\x9a\xf1\xd3\x25\x9b\x24\xab\xf1\x77\x45\x7b\xd0\xe5\x84\x6a\x41\xf0\x51\x1b\xa2\x91\x17\x11\xc4\x00\x85\x9c\x98\xd5\x13\x21\x1f\x16\xc9\x8e\x09\xcf\xa3\xfd\x7e\xe4\x98\x59\x6c\xce\xbf\x82\xcb\xda\x5e\xa4\xea\x99\x95\x75\xc7\xc8\xae\xa9\xc6\x61\xf9\xbe\x86\xa8\x6c\x0f\x9d\x95\x68\x56\xf6\x7f\xea\xf3\x70\x24\xfe\xaa\x92\x90\x44\x23\x5c\x94\xcd\x09\x8c\x21\x36\x8b\x06\x57\x1d\x07\x13\xf9\xff\xec\x72\x20\x4f\x66\xe7\x7d\x4b\xe6\xf8\x56\xfd\xd0\x95\xcc\xba\xc6\x45\x9d\x35\x59\x47\x6a\xde\x57\x45\x67\xfd\xb1\xe0\xf4\xf3\x70\x45\xe6\x57\x02\xbb\xec\x13\xa6\x10\x90\x83\xdf\x93\x2f\x4f\x1c\x43\xd8\xaa\xe9\xdf\xbb\x82\xe8\xa6\x9a\xef\x51\x47\x1c\x94\xa9\xec\xc4\x60\x2e\x67\xf7\xdd\x3d\x99\x5b\x2e\x2e\xbe\x58\x98\x39\xd0\xff\xa8\x23\x3c\x2b\xb2\x9b\x6a\x99\x90\xf5\xbc\xed\x9d\xf6\x03\x8e\xd6\xb8\x92\x37\x26\x7b\x47\x75\x14\xa1\x15\x3f\xa5\x2c\x24\x41\x8f\x7f\x6e\x72\x0e\xf0\x22\xd4\xea\xbd\x3c\x96\x10\x43\xd4\x75\x76\x42\x70\x01\x2f\xfc\x4e\x54\xa6\xcf\x75\xd6\x85\xa6\xcc\x6b\x43\xf7\xdb\x13\xb2\x0e\x9e\xb7\xab\x98\x93\x75\xbf\xe7\x9b\xd6\x1a\x97\xd1\x5e\xc6\x75\xcf\x5e\xd8\xe8\x43\x00\xb2\x3f\x55\x95\x24\xd8\xe1\xeb\xcc\x57\xfd\x3f\x10\x8e\x19\x8f\x78\x00\xc4\x51\x5a\xc0\xae\x9a\x78\x9e\x6f\x33\x6c\xca\xf4\xbb\xfb\xf9\xc2\x88\xcc\xa1\x1b\xbf\xda\x8a\xb3\x82\x2e\x5d\x28\x4f\xce\xea\x3e\xbf\x57\x13\x8d\xf3\xeb\xe1\x73\xc4\xb8\x8f\x6d\x25\x78\x7c\x76\x6d\x3d\x35\xbe\x09\x7f\xc8\xe2\xe0\x7f\x01\xff\xb7\xe8\x8e\x87\x1d\x81\xa7\x63\xdb\xdb\x13\x37\xf3\xc3\x9f\x9d\x86\x3d\xb3\xa6\xdf\x5c\x00\xef\xc7\x8d\x3c\x3b\x13\xce\xc6\xdd\x6b\x2c\x81\x35\xd9\xfa\xa2\x95\xf0\x05\x7c\xb6\x4c\x01\xff\x21\x28\x48\x21\xc8\x26\x62\xdf\xb1\xcf\x88\x1c\xfc\x11\xbc\x00\xf9\x0c\x4f\x5b\xb3\x08\x0d\x41\x66\xda\xb5\xa2\xd7\x91\xb4\xa7\x6f\x21\x98\x10\x71\x23\x04\x2a\x27\x0c\xf7\x87\x42\xf7\x89\x47\x1a\x1e\xc2\x53\x88\x43\xa6\x43\xf0\x7e\x30\x54\x7a\x03\x56\x40\xb3\x30\x23\xfc\x1c\x7a\x7f\xcc\x0f\x09\x87\x5b\xf7\x09\x91\x73\x08\xb4\x5a\x8d\xba\xa3\x73\xec\x7c\xd0\x21\x74\xf1\xd3\x09\xe0\x00\xdc\x76\x3d\x1b\xb2\x81\x6f\xf5\xd1\xa1\x3d\xc8\xa4\x06\x3b\x88\x85\xb8\x15\xca\xa0\x2b\xc8\x61\xa9\x23\x3c\x1f\x19\x40\x7f\xc3\x74\x74\xe7\xd1\x3e\xf8\x37\x5a\xb6\x6f\x06\x02\x61\x36\xab\xb7\x22\x2f\xb1\x30\xbb\x59\xa8\x0c\x1b\xf7\xd8\x8e\x48\xa4\x5f\xb8\xaa\x24\x5e\xa2\x6f\xee\x2d\x00\x17\xd1\xea\xea\xe2\x40\x98\x36\xcf\xb8\x18\xbc\x43\x35\x89\xfb\x20\x2f\x6a\x34\xf2\x08\xaa\xa3\xce\x4e\xee\x84\x7d\x29\xbd\x41\x1b\xe0\xbb\x94\xe4\x55\xa5\xc8\x7e\x8a\x9d\xed\x63\xd4\x8a\x3c\xe2\xa1\x86\x90\x20\x9c\x77\x65\x2a\xa1\x8f\xff\xbe\xfb\x25\x71\x15\xaf\xa6\xe6\x0c\x91\xc1\xcd\x32\x18\x89\xcf\x39\xbe\xa2\x4c\x30\x9a\xed\x05\x57\x81\x0f\x59\x9b\x92\xce\x42\x74\xe6\xb2\xc0\x93\xf0\x12\xc6\xb4\x55\x9b\x60\x1d\x7d\x9a\xed\x1b\x64\x0f\x75\xec\xfd\x2c\x3c\x33\x67\xd9\xa5\xb1\xf8\x37\x4a\xaf\x2e\x57\x42\x92\xdc\xb7\x7a\x1a\xa1\x4e\x1a\x94\x6f\x47\x9c\x2a\x4e\x10\xfc\x23\x2a\x84\x12\x28\x15\x5c\xca\x6f\x4e\xec\x05\xaf\x72\xef\xee\xed\x80\xf0\x1c\x2b\x8f\x1b\xd0\x6b\xd6\x61\xbb\x49\x30\x9d\xf6\xef\xce\x8d\xec\xf2\xe2\x9f\x17\x75\xf8\x09\x26\xa7\x8e\x0a\x3c\xbe\x60\xad\xa5\x1c\x3f\xa0\x9f\xae\xeb\x24\xb8\x6b\xbe\xf1\x5e\x11\xea\x73\x1e\x12\xb5\xc4\x20\x45\xd3\x91\x50\xe2\x6f\xa9\x20\xa0\x16\xd4\x8a\x4e\x79\x1c\x82\x46\xf0\xef\xd9\x1d\x86\x68\xcc\x8e\xdb\xa9\xd9\xeb\x9b\xb5\x03\xe3\xb2\xf9\xf5\x11\x6d\x01\xd9\x5f\xab\xfd\xcb\x23\xf1\x7b\xca\x7f\x69\xe8\x78\x73\x49\x0e\xe7\x1e\x61\x45\xa1\x3b\xfe\x12\xe1\x8c\xbe\x30\xfe\x36\x31\x4d\x33\xc5\x5f\x0a\x3a\x28\x4b\xdd\x5b\xc1\x04\xd9\x41\xbb\x4c\xf0\x2e\xc7\xf3\xe6\xdc\xec\xdd\xe7\x7b\xce\x3e\xca\x16\x9d\x69\x6c\xfe\x93\x3d\xdc\x29\x2a\x9d\x83\x5f\xdc\xea\xae\x3e\x8e\xa7\xd4\x97\xb0\xde\xe0\x7f\x55\x8d\xcb\x9e\x4a\xe0\x94\xae\x8f\x83\x88\x53\x0a\x77\xf9\x15\x13\x95\x79\x65\xee\xab\x88\x4f\xd4\xde\x76\x04\x30\x86\xb7\xf6\xc6\xc2\x6c\xbf\x2b\x3f\xfa\x3f\x65\x8b\x2f\x72\x9a\xc7\x66\x5f\xed\x7f\x6f\x5e\x89\x9f\xd1\x3d\x3d\x87\x81\x3f\xd9\x66\xc7\x9a\x83\xbf\x53\xff\x00\x77\x90\x90\x54\x09\x1d\x7e\x43\xb8\x5f\xf2\xca\x2f\x88\x18\x54\xd0\xe9\x6e\x43\x94\x6b\x30\x3b\x0d\x38\x92\xf7\xf4\x7a\x62\xb6\xcf\xf0\xd6\xfe\x35\xd9\xf4\x6b\x94\xa6\x80\xec\xf6\x41\x61\x09\x9c\xfd\xdf\xd9\x08\xd5\x13\xbc\x57\xd7\x7d\x26\x1d\x5f\xd4\xba\x26\xeb\x3e\xc1\xa5\x6e\xcf\x61\x29\x81\x53\x31\xcd\xcf\x8d\xf0\xb8\x68\x81\xfb\x44\xa2\xb3\x0e\xb0\xfb\x4e\xcc\xe0\xbb\x3f\x9c\x86\xed\xc8\x14\x5c\x7e\x8e\xcd\xce\xa2\xf6\x6c\x41\x7f\xe3\x8e\xd5\x6e\x44\x9f\x67\xaf\x28\x98\x8b\x3e\xc2\x4f\x12\x7d\x41\xaf\x11\x36\x21\x8b\xd0\xeb\xc4\xec\xe4\xdd\xe8\x3b\xb0\x2e\xf0\x23\x66\x0d\x3d\x5c\x45\xc6\x56\xc0\x7f\x6c\x87\x30\x0e\x42\x7d\xb0\x06\xcd\xc5\x57\x5c\x1e\x8f\x52\x09\xdb\xbb\x53\x50\x1c\xe1\x5a\x4d\x3c\x9a\x4c\xdc\x6b\xf0\x43\x4f\x12\x9f\x8a\xdc\x50\x1c\x58\x0b\xa7\xa1\x1c\x48\x9e\x64\x42\x2d\x70\x7a\xe0\x31\xf4\x1e\xb2\xcd\xe3\x27\x66\x83\xfc\xb1\x8d\xc3\x50\x74\xc5\xfd\x00\x74\x24\xf4\xf9\xd2\x6a\xe4\x0b\x3c\xaf\x4b\x8a\x7c\x81\x8f\x55\x73\x91\x67\xb0\x2a\x3f\x0d\xf9\x0d\xdf\x16\x42\xa8\x35\x12\x09\x35\xa1\x6b\x91\xdb\x49\x4e\x68\x1c\x1a\xb9\x77\x08\x2d\x46\xfb\x3c\xb8\xe8\x75\xcc\xc3\x16\xc0\xa2\xb0\x31\x77\x7d\x61\x29\x6d\x70\x30\x1a\xae\xa3\x1d\x3a\x5d\x07\x37\x53\x1f\x57\xbe\x83\xef\x53\x0f\xeb\x1d\x10\x1b\xca\x0f\xc1\x62\x64\x35\xa5\x1b\x2c\x46\x52\x29\xf2\xc4\x85\x88\x85\x12\xbd\x77\x02\x6a\x45\x99\xeb\x31\x05\xdd\x46\x7e\x6c\xf3\x1b\xed\x26\x7d\xb9\xb3\x04\x32\xf3\x3f\x5d\xf8\x08\x9d\xe6\x3d\xed\x98\x09\x3d\xe5\x9e\xb1\x9c\x84\x3e\x72\xb4\xba\x4a\x78\x3a\x9b\xc5\x7b\x0d\xef\x65\xa9\x89\x5a\x58\xc2\xac\x38\xb2\x05\x7e\xcf\x68\x0e\x38\x89\x04\xd0\xcf\xb9\x77\x23\x6c\xda\x5b\xdb\xed\xc8\x1f\xca\x8f\x5b\x6f\xc0\x37\xca\x87\xe7\xbf\x82\xff\x14\xd3\xdb\x08\xd0\x7a\xd9\xa6\xf2\x21\xc8\x43\x12\xa5\x5d\x02\x05\x88\xa8\x5c\x06\x24\x10\x5c\x22\x24\x41\x0f\xf9\x33\x12\xb6\xc2\xbb\xb8\x87\xfd\xdb\x60\x03\xbb\xc2\x3d\x1e\xbe\xc9\x5a\x6b\x1b\x8b\x6c\xa3\x3d\xb9\x71\x80\x38\x5c\x14\x7c\x96\x0f\x8e\x37\xe6\xb5\x8c\x02\xbd\xf3\xef\x95\xa6\x80\x3e\xba\xbb\xea\x07\xe0\x89\xdc\xbb\x6c\x1c\x58\xab\x7a\x9f\x9d\x03\xd9\xc8\xdf\xc5\x5d\x83\xd2\x24\x9f\xfc\xba\xa1\x33\x22\x9b\x95\x3f\xa0\xd7\xfc\x4a\xdb\x5e\x78\x3d\x33\xe7\xea\x07\x22\xb7\x51\xd1\x37\x82\x28\xad\xa5\x34\x9a\x88\xad\x95\x86\x92\x29\xc4\xbe\x32\xbc\xaa\x90\xf8\xaa\x78\x2b\xf3\x18\xb8\xc2\x38\x3a\xeb\x22\x48\xcb\x2b\x3b\x7c\x08\x7c\x94\x1b\xba\xa7\x18\x5a\xa7\x5c\xbe\x32\x01\xda\x23\x9b\x61\xfb\x18\x62\xb1\x7f\x5d\x6e\x25\xc2\x67\xa3\x7a\x9e\x12\x69\x3d\xf4\xfa\x83\x44\x61\x87\xd8\xf4\x96\x98\xdb\x9c\xaa\xc8\x23\xb6\xd4\xcd\xa4\xb3\x89\x5f\x2d\x65\x99\x0b\xc1\xed\xe6\xe9\xb1\x63\x41\x86\x31\xd1\xb7\x19\xec\xc9\x9b\xb6\xe2\x26\x78\x2e\xa7\xdf\xf6\x0d\x64\xc5\x7d\x73\xa9\x81\x08\x5e\x8a\xeb\xfe\x40\x44\x07\x96\xd7\xa5\x12\xc9\x67\xce\x9a\x6c\x88\xac\xce\x0d\xf2\xb3\x44\x43\xcb\x31\x5a\x37\xf1\x4a\xdd\xa9\x0c\x3c\x38\xdd\xe2\x1f\x03\x83\x41\xc5\x7f\x7d\x63\x40\xa4\x60\xc9\x8a\x0a\x10\xce\x7d\x6f\x37\x01\x2c\xe6\x29\x86\x5e\x13\x33\x6e\x62\xdd\xae\xc4\xd4\x2b\x40\x6d\x25\x31\xe1\xc2\xee\xc2\x70\x62\x62\x5f\xac\x7c\x11\x11\xd7\xb9\x84\xe6\x4e\x54\x37\x37\x9e\xfa\x49\xbc\x52\x3b\x21\x66\x11\xf1\xbf\xf2\x45\xbe\x1b\xc0\xc9\xa6\xf4\x15\x35\xa0\x95\x36\xc9\xee\x18\x38\x9d\xf7\xe8\x5a\x37\xbd\x3e\x23\xad\x7f\x0b\xdd\x3e\x33\xab\xf9\x14\x2d\x2e\x2b\xb3\x74\x34\xf5\x11\x2e\x42\xad\xa2\xa6\x65\xef\x67\x6f\xa7\x7c\xc2\x33\xb2\xa3\x29\x64\xc2\x40\x1c\x8e\x32\x1b\x9c\xe3\x37\x97\x7c\x0e\x3a\xbc\x62\x80\x2c\x80\x73\xad\x33\xc9\x79\x48\xe6\xd5\xeb\xf4\x99\xd9\x31\x7d\x49\x34\x0c\x3f\xb1\x49\x49\x7d\x84\x6f\x36\x7b\x50\x33\x09\x41\x39\x97\xa9\x36\x84\xdf\x2c\x36\x45\x4b\xbc\x8f\x6b\xa1\xac\x07\x87\x0e\x3f\x24\x3f\x83\xce\xee\xd1\x93\xf3\xe0\xaa\x15\x3b\xc8\x04\x44\x61\x3d\x89\x2c\x41\xed\xaf\x3c\xa0\xd1\x41\xdc\x19\x06\xf5\x07\x78\xbd\xb1\x8e\x9a\x04\xb9\x96\xec\xa7\x8e\x81\x4e\xe6\x58\x51\x0a\xa0\x8b\xcc\xab\x94\x6d\x70\x0c\x6e\x26\xf9\x39\x02\x1c\x3e\x4a\xce\x45\xb4\x7b\xe6\x91\x13\xd1\x15\x6e\x2f\xc8\x5e\x68\xf7\xb8\x1b\xe4\x64\xf4\xf2\xe5\xed\xd4\x40\xca\xef\x9e\x47\x94\x61\x8a\xa5\xc1\x9d\x12\x4b\x89\x29\xfa\x4c\x19\x49\x19\xa3\xec\x20\x57\x93\x7b\x18\xa5\xe4\x38\x72\x45\xd6\x4c\xf2\x6c\x72\x7e\x2c\x87\xf4\x8e\xcc\xf1\x3d\x45\x1a\x22\x13\xdc\x60\x52\x2d\x19\x1a\xf7\x82\x74\x8b\x64\xbe\x34\x9e\x92\xc9\xad\xea\x2e\x24\xbf\xe2\xdc\xae\xd3\x93\x33\xd8\x1f\x4d\x04\xb2\x33\xeb\xab\xe2\x30\xe9\x2e\xcb\x96\x9e\x4a\xd2\x30\x7d\x32\x01\x52\x12\x83\x15\x63\x22\x6d\xa3\x0f\xf8\xdc\x22\xcd\xa3\x4f\x76\xdb\x86\xfd\xa5\x91\xad\xdd\x49\xd3\x29\xaa\x8b\xaf\xc8\xc7\xe4\x9e\x9d\x26\xf2\x54\xa9\xa9\x76\x1c\xa9\x58\x62\x6f\xfc\x46\x8a\x11\x1d\x91\xfd\x24\x39\x0b\xfa\x68\x0b\xb0\xd7\xfc\x3d\xa7\x1e\x63\x9d\xdc\x73\x87\x3a\xb1\x1c\x4e\xa4\xcf\x4e\x2c\x8b\xf5\xc1\x6d\x0c\xb6\x9b\x79\xc9\x9a\x8c\x05\xd3\xc0\x81\x03\x24\xb6\x71\x6b\x87\x0f\xc9\x3d\xbf\xae\x0a\xc6\x6e\xe5\xb9\x18\x38\x18\x4f\x93\x2c\x69\xc2\xfc\x73\xca\x29\x33\xb1\x59\x4a\xab\xf4\x39\xe8\x17\x59\xc8\xc1\x78\xf4\xbc\xb8\x7a\xf7\x7e\x54\x23\x5c\xb6\xdc\x80\x86\xf1\x7d\xad\x5f\xa1\xdb\x99\x23\xcf\x1a\x48\x81\xb5\xb4\x56\x2a\x76\xbf\xf2\xaa\x65\x14\x96\x5e\xee\xa3\x5f\x86\xcd\x2a\x49\x17\xa1\xe8\x60\x21\x97\x34\x1e\xcd\xcd\x37\xa7\x85\xa0\x99\xda\xba\x03\xcf\x50\xef\x9c\xc1\x5d\x5e\xe8\x04\xc5\xd2\xe5\xa3\x91\x7a\x29\xd1\xfa\x0f\x22\x62\x6f\xed\x23\x92\xbc\x7a\xda\x9a\x95\x58\xdf\xe9\xc3\xe5\x00\xb6\xaf\xe5\x8e\xce\x13\x7d\x5d\xff\x5b\x60\x40\x65\x55\x7f\xd0\x70\x34\xac\xec\xbf\xd4\x73\xe8\xfc\xa2\xeb\x51\x45\xc8\x43\x43\x99\xb7\x3f\x52\xa0\xfd\xe5\x9a\x82\x6c\x56\x95\xd9\x8c\x45\xac\xb8\x13\xcf\xd4\x91\x02\x06\x4a\x9b\x86\xb0\xfe\xbe\xa7\x65\xcb\xb0\xdd\x5d\x1f\xb5\x89\xe8\x8d\x36\x1d\x7f\x18\xcd\x6e\x74\x41\xf2\x50\xb7\xea\x9c\xd4\x65\xc8\xe7\xb2\x8f\x51\xf3\x90\x92\xa2\x75\x3b\xdf\x22\xb1\xf9\xbf\x5c\x37\xc0\xef\xd4\x66\x9b\x45\x70\x11\xb7\xe6\xcc\x42\xd2\xbe\x2b\xed\x4d\x9e\x58\xc7\xc5\xa2\x52\x16\xb6\xe2\x6c\xa4\xe6\x0c\x5a\xdd\x5d\xc4\xdf\x8d\x7a\xb7\x75\x22\x33\x90\xf7\x0d\x7d\x29\xf5\x48\x49\x55\x71\x64\x37\x12\x56\x1a\xbb\xb3\x11\xfe\x59\x38\xc6\xd5\x13\x26\x6a\x6c\x6c\xb2\xe0\x19\x3c\xe0\xec\x0d\xde\xcb\x53\xa2\x36\x2b\x6e\x53\x86\xda\x22\xe0\x68\x32\x35\xfa\x97\xec\xdc\x2c\x89\x38\x88\x55\x88\x33\x92\x9e\x30\x0b\xb3\x1f\xa4\xfd\x61\x54\x10\x56\x47\x8f\xa3\x0f\x10\x39\xde\x0d\x74\x2b\xf0\xda\xb2\x28\x1a\x07\x76\x1d\x53\x42\x1b\x8d\xec\xe8\xff\xce\x0b\xc0\x85\xb4\xae\xe1\xae\xcd\xb6\xad\x38\xc7\x59\x91\xdd\xae\x5f\xcd\xf6\xc0\x1f\x13\x95\xb0\xb6\x11\x96\x93\xfc\x98\x81\xc4\xd9\x69\x59\x8c\x44\xd0\xe9\x80\x90\xae\x80\xe6\x7b\xef\xa4\x3d\x84\x67\x2e\x7d\x4d\x23\x20\x33\xc7\x1c\xa7\xfe\x40\xce\xf5\xdb\x71\x1b\x88\x9b\x5a\x22\x39\xf5\xc4\x82\xf2\xdf\xec\x2e\xd0\x36\x2f\x8b\xd5\x0b\x1e\x15\xfe\x62\xde\x00\x1f\x60\xe5\x8c\x8f\x10\xf5\xc4\x2b\xc6\x64\x78\xed\x81\xf9\xf4\x20\xf8\xc5\xce\x77\x34\x13\x22\x58\x5a\x4d\xf3\x42\xb7\x8f\x39\x4a\xed\x43\x19\x67\x8a\x39\x3c\x72\x44\xd3\x30\xdb\x44\x9e\x52\x96\xc5\xea\x21\x5d\xd1\xfe\x65\x3e\x22\xe9\x05\x5a\xa6\x1d\x89\x8a\xa6\x33\xd6\x90\x04\xa9\xb7\xe8\x89\xa4\xc2\xa8\x00\x5a\x2d\xa9\x6e\xa7\x1f\x6d\x16\xa9\x6f\x69\x04\xb5\x81\xf4\x73\x0c\x99\xba\x85\xb4\xad\x77\x14\xbb\x8c\x5d\xdb\x18\xc5\x6a\x65\x7d\x2f\x1d\xc5\x7c\xc8\x5a\xa0\x31\x32\x6d\x98\x61\xfc\x18\xc6\x36\x86\x02\x09\xa4\x67\xd3\xff\xa6\xdc\xa6\x35\xd0\xd3\x22\x21\x9a\x1d\xed\xae\x57\x23\x15\x47\x0b\x5d\x3a\x97\x6a\x45\x1b\x39\xa6\x9b\x42\xa3\x4c\xec\x8e\x62\x5d\x96\xbc\xad\x6f\x63\x7e\x14\xa7\x97\xb0\x98\x4e\xc2\x2f\xb9\xdb\x18\x7b\x05\x18\x6f\x3a\x9d\xc9\x9f\x0a\xcf\xa7\x9d\xe7\x0e\x1e\xbf\x4e\x9b\xc6\xe1\x46\x14\x50\x4f\xb0\xf7\x78\x39\x53\x06\x59\x33\x97\xdc\xa6\x04\x31\x83\xc7\xfc\x47\x3e\x4d\xbd\x78\xfa\x1c\x6b\x61\xfe\x92\xda\x20\xe6\x5a\xdd\x70\xd1\x34\xc6\x21\x0d\x51\xf5\x81\xce\x56\x03\xec\x2f\xb4\x0e\x25\x0b\xf4\xa4\x8d\x96\x2f\x3d\xb6\x8c\x1a\x2a\x39\x13\x1e\x41\x29\x10\xa5\xed\xd8\x41\xfe\x25\xd8\xb8\x04\x23\xc7\xf0\x6e\x8f\x3d\x44\x6a\x63\xac\x6a\x3f\xc6\xac\xad\xbc\x57\x75\x95\x71\xbd\xfc\x84\xd1\x42\xff\x63\x06\x14\x85\x74\x27\x13\xc8\xbc\x42\xf3\x37\xbc\x20\x78\x51\x05\x79\x47\x92\x33\x29\xb7\x73\x2f\x87\x7d\xa1\xcc\x55\x85\x6e\xf7\x26\xa7\xc8\x17\x2f\xfe\x47\xaa\x91\x18\xc7\xaa\xb1\x6f\xac\xb0\x56\x27\x66\xcb\x69\x9c\xe5\x3c\xa3\xa7\x75\x97\xa1\x82\x7e\xa3\xe1\x9d\xac\x8e\xf6\xa6\x26\x9d\xfe\x87\x66\x5b\x71\x33\x5b\x4a\xf5\x32\x6f\x4f\xfc\x46\xa1\x16\x2a\x42\x6b\xc9\x9d\xfa\xef\xdb\xbc\xc9\x63\x34\xdf\x17\xc7\x91\x36\x2a\xc3\xc6\x1a\xb0\x23\x9c\xb1\x2d\x2b\x99\x79\x7d\x4f\x2b\x1e\x32\xaa\xbb\x13\xf3\xaf\xd0\xcf\xb5\x37\x49\x1f\xd2\xae\x35\x0d\xd1\xd7\x52\x5f\xd7\xf6\xe0\x86\xa9\x33\x2c\xd5\x89\xe1\x94\x60\x33\x3f\xd4\x8d\xcc\x2e\xc4\x6f\x7d\x48\xea\xd1\x57\x2d\x5e\x8e\xbd\xce\x59\x30\xb6\x15\x1b\xc3\xc9\x6f\x4e\x67\x22\x17\x99\x15\x4b\x19\x39\x67\x2f\xe5\x2f\xa2\x57\xf5\x3c\x96\x6e\xa6\x55\x74\x18\x69\x1a\x6a\x7d\xf3\x06\x5c\x30\xe5\x56\x6d\xc7\x91\x87\x14\x2b\xcb\xca\x90\x8b\x64\xcf\x12\xe3\x56\x3d\x29\xb1\x80\xb0\x78\x1e\x96\xa5\x4e\x19\xfb\x07\x85\x38\xef\x5b\x4f\xc9\x3a\xd2\xcf\x54\x86\x48\x67\x9f\x7a\x58\xf0\x5a\x4c\xcc\xf8\xab\x98\x26\x7c\x95\x35\x82\x79\x48\x90\x84\x5b\x80\x7f\xc9\xbb\x9e\x7d\x24\x79\x12\x37\x10\xdf\x1d\xe6\xca\x7e\x4a\x9c\xb9\xf5\x09\xcb\x08\xc6\x2d\xc4\x33\xbf\x43\x6d\xa3\x9e\x33\x0e\x21\xee\x2d\x75\x32\xdf\xac\x70\x4b\xae\xa4\x1c\xe7\x5c\xb0\x45\x3c\x0b\xf7\x5d\x7e\x4a\x28\xc8\xae\x64\x74\x09\x6c\xf0\x74\x7c\x34\x8f\x4d\xc0\x92\x64\x5c\x3b\xa2\x38\xb4\x85\x5d\x0b\x6a\xb7\x52\x58\x74\x28\x77\xe1\x52\xe6\x53\x58\x37\xaa\x8f\x11\x80\x48\x9a\x3f\x48\x6f\x10\xec\x2a\x86\x25\x5e\x04\x86\x81\x29\x6a\x25\x3a\xca\xba\x84\x6e\x44\x06\xc3\x99\x6f\x06\x27\x64\xf7\xf3\x56\x81\x3d\x49\x93\x38\x9d\x10\x2f\x34\x9c\x9d\x09\x07\x6e\xf5\x64\xed\x43\x46\x2d\xf8\xc6\xac\x47\x4e\x8f\x6a\x67\xb8\xa0\x9e\x4d\x3e\x92\x1a\x8c\x54\x1e\x20\xf6\xc2\x90\xfc\x91\xc2\x7e\xec\x94\xf4\x90\x20\x1c\x3b\x4c\xbb\xc5\x7b\x8d\x25\xe1\xf2\xb9\x14\x4c\x90\x38\x91\xe3\x84\xf5\x85\xc8\x58\x77\xb1\xef\x5b\x2a\x99\xdd\xa4\x25\x0b\x3a\x99\x2e\x24\xea\xe8\x91\xf4\x1c\xec\x7e\x43\xbf\xb8\x8f\x59\x59\x36\x5d\x14\xc4\x9c\x9d\x57\x27\x78\xcb\x20\x48\x16\xf3\xe9\xf4\x4b\xd4\xd3\xbc\x85\xf4\xcd\x59\xf9\x9c\x73\xb4\x8b\x47\x56\xb1\x71\xb4\x94\xe0\x5b\xac\x8d\xb4\xd1\x5b\x96\x30\x5d\xa8\xc5\x0b\x38\x8c\x54\x2a\x7b\xf4\x3a\xda\x1d\x32\xb5\x3e\x5d\xf4\x4c\xb4\xc7\x0c\x0b\x99\xc2\x25\xba\x58\xc1\x0a\xfe\x37\xd1\x73\xde\x00\xaf\x8a\xa2\xe5\x66\x70\xf1\x99\x4a\x8e\x0b\xe7\x68\x82\x3f\xeb\x1a\x3b\x36\xd8\x85\xa9\x66\x45\x6c\x6e\x64\x10\x98\xa9\x0b\x44\x74\x03\xe3\xf3\xe8\x3e\x9a\x1d\xd5\xab\xd6\x45\xb4\x4c\x37\xaa\x38\x53\x30\x90\xfb\x5d\x33\x81\x4f\xc8\xb9\x2b\x68\xe5\x4d\x54\x16\x92\x0c\x9c\x6a\xf9\xa9\x53\x17\xd8\x47\xa4\xd1\x71\x1d\xac\x59\x62\x9f\xa0\x0f\x8c\xab\xc2\x2d\x9b\xee\xd2\xcd\xfc\xa4\x05\x4b\x68\x35\x3c\xbc\xd5\x24\xaa\x1d\x1d\xa9\x52\x0a\x1f\x95\x35\x17\xde\x16\x60\x25\xc5\x39\x7d\x7c\x47\x53\x13\x4f\xc6\x2d\x2b\xa0\xa1\x46\x8e\x97\xde\xf7\xe4\x4f\xd6\x07\xad\xcb\xe1\x05\xcc\xc2\x9c\xef\x81\x4a\x46\x94\xe2\xfe\xc6\xe7\x74\x47\xd9\xc6\xf9\x3a\x9a\xad\x58\x63\xb5\x8a\x12\xc8\x4c\xb5\x3c\x15\x5e\x6c\xe9\x37\xae\x10\x44\x37\xbc\x56\x0e\xf1\xde\xd6\x7c\xe3\x54\x72\xd3\x2d\xc3\xf0\x3d\xf6\x8f\xd2\xf2\xb4\x68\x96\xa6\x88\x19\xd3\xc8\xdc\x55\x10\xbd\x37\x89\xfe\x5f\x5e\xf0\x86\xc7\xb4\x96\xdc\x67\x2e\x7f\xa8\x12\x79\xa7\xd5\x66\x72\x35\xeb\x5f\xc5\x1d\x61\x4f\xd7\x8d\x82\x3d\x82\xbd\xed\xcd\x8a\xaf\xbc\xe1\xe6\x74\xf6\x3d\xee\xfe\xba\xcf\xf0\x4c\xf6\xb5\xaa\x98\x13\xc5\xac\xb4\xb2\xbe\x98\x39\xcc\xf1\xc5\x2b\x03\x1e\xd0\x3b\x0a\xfa\x36\x10\x68\x68\xde\x5a\x97\x2e\xaa\x97\xf2\xb0\xd5\x3e\x72\x08\x5b\x50\xfe\x53\x58\x77\x76\x91\x81\x24\x58\xdf\x73\x53\xe1\xcd\x6b\x3f\x1d\xce\x5e\xc7\x75\x6d\x11\x40\x08\x3b\xaf\xbe\xf0\x84\x13\xcb\xb5\xaa\xea\x90\x99\xd1\x59\xd6\x1e\x90\x49\x4f\x2d\x7a\xb4\xc1\x83\x36\x2f\xbf\xce\xc5\x42\xe9\x57\x71\xac\x98\xa4\xb3\xec\xdb\x45\x0f\xf2\x59\xe9\x7e\xda\xe9\x79\x63\x4e\x65\x8a\x39\x9a\xfc\x0c\x2a\xed\x87\x7a\x5d\x26\x1f\xaf\x55\x5e\xca\xaa\x3b\xa6\x97\x27\xe3\x7e\x1f\x88\x95\x02\xf8\xe8\x3d\x1e\x22\x0b\xa1\xdf\x53\x2b\x30\x83\xce\x73\xda\xf9\x5d\x50\x3a\x90\xc2\x4e\x45\x22\x8a\x0e\xe6\x5b\x67\x56\x68\x24\x3a\x45\x16\x22\xb6\xd2\x6c\xc5\x6d\xa6\x81\x39\xb7\xb3\x47\xe1\x17\x2a\xe1\xec\x17\xc7\x3c\xe4\xb3\xf1\xaf\xa3\xfe\x4a\x3a\x88\xe3\x7c\x1f\x89\x60\x70\xb9\xe7\x11\x01\x0d\xda\x3a\x27\x8f\x6f\x82\x77\x02\xe9\xec\x48\xa4\xd8\x74\x41\x2f\xc4\xaf\xd7\x8c\xd4\x2d\xc5\x5b\x44\xf8\xdc\x61\xc2\x5c\xea\xbb\x1c\x98\x60\xcc\x36\x29\x9d\x89\x3e\x47\xdb\x64\x67\x41\xdb\x28\x95\x04\x07\x3e\xf3\x55\x89\x36\x43\x3d\x9e\xcb\x05\xfb\x60\xe1\x1c\x1a\x3f\x13\x89\x01\xc8\xec\xe5\xe8\xea\x42\xaf\xbc\x0a\xd4\x4a\xad\xd1\xee\x45\xa7\x08\x57\xe4\x8e\x43\x27\x53\xfa\x55\x0d\xe8\x3c\x9c\x4e\x71\x14\xdd\x9d\x7c\x59\x36\x1b\x15\x46\x0e\x88\x87\xd0\x57\xbe\xa3\x85\x85\xd8\x8e\x35\x43\xfc\x4e\x4c\x3e\xe7\x38\xef\x2a\x69\x06\x70\x86\x95\x83\x69\x8c\x81\xba\x6b\xf4\xc8\x1c\x86\x06\xa3\xfd\x12\x4c\x52\x6f\xa1\x09\xc9\xa7\x95\x5f\x68\xd3\xb2\xaa\xe4\x95\xd4\x9a\xa4\x1f\xd2\x54\x2a\x2e\x72\xa2\xd8\x8d\xea\xeb\x73\x42\x38\x8a\x3a\x73\xcd\x09\xbe\x33\xe5\xbf\x39\x07\x79\x33\xa9\x1b\x46\x8c\x65\xbe\x21\xcf\x37\x88\x75\x2e\xfc\x3d\x2a\xe7\xdc\x73\xbc\x64\xde\x8b\x1c\x0e\x37\x8b\x54\xaa\xdc\xcd\x39\x91\x59\x2f\xb7\x62\x13\x93\xa6\x49\xce\xb1\xca\x23\xfc\x45\x22\xe6\xbb\xdd\x97\x05\x71\x4c\xf7\x35\xe3\x79\x59\x0c\xcd\x9c\x43\xdc\x9d\x0c\xf3\x88\x54\xa6\x13\x45\xaf\xaf\xd0\x1e\xc9\x61\x2a\xb6\xe6\x4e\x52\x8d\xe0\x8e\x54\x0d\x2a\xc2\xd0\xa7\x0a\x86\x0c\x9f\x31\x5d\xb6\x4d\x62\x38\xa2\x97\x8c\x16\x7d\x08\xb7\x13\x0e\x08\xfd\x77\x0d\xf3\x95\xfc\xba\xd5\xc9\xdc\x3c\xde\xc9\x39\xf3\x39\x3b\xb8\xec\x11\xe7\x19\xd3\x69\x26\x9d\x46\xf3\xaf\x28\x4c\xb6\x49\x6d\x36\xb6\xb0\x67\xa9\x92\x0c\x93\x91\xe9\x8a\xc9\x79\x61\xe9\x27\xa4\xdd\x1a\x65\x82\xa3\x98\x91\xf3\x3d\xac\x51\x18\xa0\x4c\xf2\xee\xe2\x4f\x92\xfd\x58\xa5\xe5\xda\x49\x17\x3b\x36\xb2\x85\xc2\xf6\x91\x23\xe9\x41\x8c\x28\xcd\xb0\xe6\x6a\xed\x90\x04\x54\x93\xab\x74\xcc\x68\xd5\xda\x8a\xed\x50\xaa\xfc\xa6\xb9\x2e\xed\x8e\x14\x2c\x5a\x10\x57\x21\x5e\x53\x50\x1a\x4a\x14\x7c\xd2\xef\xda\x59\xc9\xab\xd6\x2e\xf6\xa8\xe7\xe8\x73\x7e\x3a\x2e\x61\xdb\x4a\x9d\x46\xce\xa0\x99\x99\xcd\x9a\xcd\x9a\xf3\x2d\xa8\xb8\x5f\x8d\x6b\xf8\xcc\x90\xab\x16\xd5\x6e\x03\x2b\xe4\x6d\x95\x71\x69\xcb\xa5\xe1\x65\x84\x38\x07\xb1\x75\x71\x61\xc8\x7b\x41\x87\xf1\xed\xce\x75\x3c\x38\x9f\xea\xb1\x9f\x13\xab\xa9\x9e\xfd\x95\x55\x2f\x83\x47\xae\xa2\xf9\xb1\xb6\xe5\xb6\x69\x9a\x3b\x61\xf1\x2a\x75\x6c\x9b\x85\xfe\x41\x35\xae\xa9\x05\x9c\x2c\x97\xd6\xe9\x4e\xe8\xa4\xce\x55\x59\x87\xc5\xa2\xfe\xf2\x03\x21\x4c\x01\xae\xe4\xa8\xd7\x7d\xde\x12\xe3\x1f\x8f\x69\xec\x3f\xba\x33\xb3\x1f\xb3\xd6\xc8\xc9\x23\x93\xa9\x7d\x2c\x9e\xa4\xcb\xb2\x27\xbd\x81\x35\x54\xfa\xef\x54\x1d\x8a\x2f\xee\xc9\x68\xca\x5c\x56\x98\x99\xd9\x9e\xbc\xda\xe0\x9c\xf5\xe4\x40\xa3\xee\x62\xf6\xfc\xbd\x8e\xb9\x18\x9e\xb4\xa5\x50\xe5\x4b\xf8\xe6\x7a\x45\xce\x03\xe3\xa6\x06\xc8\x86\xa0\x7c\x00\xe0\x6d\x41\x3e\x4b\x62\x2b\x2e\x66\xe6\xb1\x08\xa5\xec\xac\x04\x74\x5e\x71\x14\x6e\x65\xc6\xf5\xc2\xc9\xb8\x9f\x49\x8f\xf3\xcf\x67\x3f\x3d\x90\xa6\x23\xe1\x5f\x05\x0c\xe7\x6e\x24\xda\x6c\x81\x55\x13\xc1\xf5\xae\x75\xf2\x38\x28\x66\x6a\x90\xcc\x08\xc7\x01\x00\xcf\x19\x9d\x2f\xfe\x54\x11\x91\x5d\xce\x9a\x5e\x3a\x15\xbf\x11\xe9\x2a\x7a\x8b\x1f\xcc\xc8\x36\x56\x11\x8e\x24\x71\xf3\xd3\x89\xd3\x0e\xcc\xd5\xb9\x12\x1f\x05\x28\xd4\xaf\xc1\xfe\x2d\x7e\xca\x01\xa8\xde\x35\x57\xbe\x00\x56\x4f\x0d\x93\xc5\x21\x99\x00\xc0\x7d\x87\x0a\x44\xd7\xca\xe9\xc8\x7c\xa6\x9d\xd9\x0f\xd9\x0d\xf7\x14\xb9\x23\x07\x4f\xe9\x0a\x3e\x23\x70\xe2\x65\x7d\x1d\xd2\x12\x45\xd4\x66\xa3\x8e\x01\xd6\xea\xcd\xa8\x7c\xf3\x13\xe5\x32\x6c\xac\x6b\x8a\x8c\x83\x91\xa6\xc6\x4a\xcb\x48\xab\x01\x80\x1b\x86\x75\x8a\x16\x96\xd5\x53\xdb\x18\x7b\x4b\x58\x54\x3e\xf4\xd4\x94\x4a\xdd\x93\x7e\xa9\x60\x1d\xe5\x4b\xe2\xec\xbc\x7f\x94\xe6\xc8\xab\x9a\x7e\x4a\x91\x3f\x9c\x23\xa3\x98\x37\x53\x14\x08\xa5\xc4\x75\x8b\xf4\x0a\x65\x60\x2a\x55\xd2\x43\x0d\x04\x00\x8e\x90\xec\x2c\x38\x57\xfa\x8f\x3b\x9e\x3e\xab\xf8\x02\x27\x08\xfc\x59\xd8\xcc\x16\x9f\xfc\x6e\x60\xb3\x4e\x1f\x89\xc8\x0b\x63\x8d\x8d\x9c\xaf\x99\xc7\x24\xf8\x3d\x55\x7d\x60\x8e\xdc\x3c\x49\x7e\x9d\x21\x74\xb5\x95\xce\x60\x1c\x9c\x6a\x16\x0f\x32\xb6\x02\x00\xbb\x95\x72\x8a\xcf\x2a\xf5\x57\x04\x52\x1f\x15\x4f\x92\xdd\x21\xaa\x8c\xaf\xa4\x71\x69\x65\xf9\x35\xe2\xab\x09\x6e\x3a\xa2\x28\x3a\x62\x46\xae\x8f\xd0\xd6\x6f\x8c\x6a\x06\xff\xda\xa6\x2c\xd9\x07\x5e\xdd\xb2\x62\xc9\x72\xde\xac\xa9\xd5\x22\x3d\x67\x09\x00\xb0\x74\xb4\xed\xdc\x01\x73\x99\x21\x96\xb2\xb9\x08\xd4\x3b\x11\x96\x19\xe3\xb5\xdf\x4f\x84\xe6\x2f\xc8\x2d\x8e\xfb\xa0\x7d\x94\x93\xbc\xff\x87\xba\x52\x19\xbc\x67\xbc\x12\x93\x1f\xdc\x68\x94\x1d\x92\xe6\x2d\x9b\x2b\xa6\x4b\x4e\x4c\xa5\x0b\xfb\xf9\x04\x00\x60\x76\xd3\x6b\x39\x07\xcd\x68\xc5\x5b\xd2\x83\xa2\xbd\x65\x40\x76\xa7\x71\x61\x89\x4d\xca\x4f\xfd\x2d\x93\xdd\xe1\x72\x2d\xa7\x60\x66\xd8\x35\x75\xa8\x3e\xd8\x77\xb2\xd2\x49\xdb\xb6\xe1\x92\xf4\x45\x2e\x79\x69\xaa\x78\x94\xb2\x75\xea\x32\xe1\x22\xd1\x32\x60\x2c\x73\x32\xe3\x1e\xbb\xd6\x9c\x58\xfb\x80\xb4\xad\x68\x5d\x55\x7b\xf6\x1c\xa3\x4d\x05\x2b\x25\x46\x5f\x5f\xba\xeb\xb0\x93\x36\xb6\xd8\x21\x6c\xbf\xda\xa5\x70\xb4\x4f\xa1\xe2\x85\x61\xdb\x86\x0c\x69\x45\xde\x98\xa5\xf3\x44\x8d\x39\xf7\xa7\xda\x0b\xba\xc4\x7e\x80\x13\xa3\x82\xb9\x97\x3d\xdf\xec\xd3\xbc\x0a\xab\x2e\x9a\x56\xff\x16\x27\x2d\x78\x5a\x23\x3e\x7e\x5f\x4f\xaf\x74\x8a\x2d\xd3\xce\x2f\x6b\x0e\xfd\x94\x73\xaf\x84\xe9\x13\xae\xd0\x98\x36\x6d\x58\x26\xdd\x9f\xdf\xb2\xe4\x8b\xc8\x3f\x97\x31\x75\x82\xc0\x5d\xb2\x18\x08\x62\x2c\x67\x4a\xd0\xa0\xb6\xd9\xa7\xae\xe0\x78\x8d\xef\x32\xce\xa4\x2e\xab\xbd\x91\x59\x1a\x6f\x5d\xd9\x9e\x25\x8b\x48\x28\xd3\xe0\x8a\x02\xd6\x16\x43\xd9\x77\xb6\x3b\x18\xe3\x09\xab\x57\x6d\xd5\x53\x88\x15\xf3\xbe\x69\x8f\x43\x2e\xf6\xd1\xb9\xc3\xf0\x19\x00\x10\xdc\x44\x7b\xd0\x95\xad\xea\x2c\x31\x2e\xa5\x11\xc2\x79\xa5\xda\xd6\x66\xe0\x5e\xc7\x3d\xab\x8c\xcd\xd6\x44\x6c\x2f\xdb\x85\xc7\x05\x4c\x2f\x5e\x46\xc8\xda\xf6\xd5\x38\x83\x28\x5d\xb5\x5c\xef\x05\x5e\x9c\xf7\x45\xeb\x01\x8f\xb2\xc7\xe5\x6a\x91\x58\x00\x10\xd4\xa0\x37\xd0\x51\xad\xb3\xf1\x38\xdc\xf6\x46\x6b\xfc\xf3\x94\x3b\xb5\xd6\x84\xfd\x71\x0d\x96\xbf\x84\x4b\x11\x53\x4b\x5f\x10\x71\xfe\x9f\x8a\x2e\x81\x3b\xb6\xdd\x28\xe8\x86\x96\xaf\x9a\x99\xf7\x05\x76\x9d\xf7\x5e\xf3\x14\x71\xb3\x17\xe7\xee\x41\x83\x00\x40\x80\xc3\x96\x20\x1d\x2d\x2b\x90\xe0\xac\x4b\x0d\x6e\x48\x48\x4a\x70\xcd\x56\x24\x28\x6e\xa7\x65\x1d\x92\x11\x5e\x57\xba\x18\x69\xf5\xcf\x2b\x9a\x84\x2e\xdb\xa6\x2c\x18\x8d\xd6\x7b\x7c\xce\xdb\x84\x85\xcc\x7b\xab\x71\x25\x8d\xb2\xef\x57\xa7\x92\x8a\x00\x80\xdf\x4b\x5a\x05\xdf\x68\x8e\xa4\xba\x66\x2d\xae\xdf\x4f\x1d\x71\xfc\x4a\xf5\x61\x4a\xef\xe1\xa1\x8a\xc3\x14\x5a\x78\xa8\x39\x92\x92\xe4\xef\x6b\xf2\xa5\xa4\x6c\x0b\x36\x6c\xa6\x88\x3d\xfa\x74\xa7\x28\x43\xf3\xde\xe5\x06\x53\x43\x1c\xec\x73\x12\xa9\xae\x00\xc0\x7b\x45\x3e\x09\x7b\x34\xd1\xd8\x2f\x32\xd9\x75\x54\xf6\xc6\xe3\xbe\x55\x22\x16\xe7\x70\x70\xb9\x82\x79\x7f\xff\x93\x12\x09\x33\xdc\xef\x79\x21\x99\xf1\x6e\xdb\xc8\x7c\x1c\xc3\xec\x21\xd7\x9a\x18\x82\x79\xaf\xd5\x99\x8c\x0f\x0e\xa1\xaa\x10\x3a\x0f\x00\x78\x23\x28\x5a\xe8\x44\x63\x96\xf4\x47\x46\x49\x2d\x47\x52\x75\xcc\xbb\x52\x27\x4e\x88\x8d\x2d\xcb\x13\x4d\xdf\x6f\x5d\xac\x12\xbc\xf1\x5b\x6a\x64\xf1\x9f\x6d\x4d\xd5\x43\x7c\x7b\x8f\x0d\x9a\x7c\x1e\x3c\xef\x5e\x4e\x20\x0f\x72\x30\x29\x9e\xb0\xaa\x00\x80\x73\x8e\xe6\x06\x06\x35\x3c\xd5\x7d\x3e\xc5\xa8\x79\xac\x79\x75\x74\xa5\xe5\xb5\xfa\x75\xcc\x81\xd2\x97\xaa\x5f\x61\x33\x8a\xee\x28\x5d\xf7\x84\x16\x5c\x90\xb3\xb6\xb4\xe4\xb5\xcb\x9c\xdd\xdb\x73\xef\x4b\xd7\xcd\x2b\x52\x65\x89\xfd\x1c\x7a\xe5\x17\xb9\x7b\x00\x80\x7d\x9b\x7e\x90\xb8\xbd\x21\xb1\xa4\x27\x9d\x5e\x93\x5d\x94\x90\xec\x69\xa1\x1a\xdf\x1f\x4a\x2e\xc5\x19\x4e\x84\xae\x29\x3a\xa4\x1f\xef\xcb\x2d\xd8\xab\xfd\xbc\x65\x6a\xde\x36\xcd\x6a\xf7\x2d\xb9\xfb\x72\x5a\xe6\x85\x2a\xcf\xc9\x77\x38\xf4\xc9\x9e\xf3\x33\x01\x80\x3d\x87\xe1\x4f\x28\x69\xd8\x60\x39\x9a\x3e\xb2\xc6\xa7\xac\x2c\xa9\xcb\x12\x56\xf2\xe6\xe0\xcf\xd2\x2d\x45\xeb\x42\x2e\x16\xcd\x31\x9a\x7d\x57\x17\xd8\x19\x4e\x6e\x1e\xd4\xfd\xd2\x8f\x76\x1f\x9b\x3b\x4a\x13\x3d\xcf\x53\x99\xaa\x78\xe0\x30\x28\x4b\x11\x1c\x04\x00\xd6\xff\x28\xa6\x0f\xbf\x18\x1f\xc7\x01\xe0\x8f\x59\x42\x1f\x9b\x50\xa4\x08\x95\x90\x28\x54\x1a\x54\x46\xa1\xa4\x3d\xb5\xeb\xf6\x78\xee\x79\x6e\xef\xdd\x75\xd7\x5d\xb7\xba\xeb\xae\x6b\xef\xbd\x07\x21\x23\x9b\xec\xcd\x07\x1f\xe3\x6b\xef\xf8\xbd\x7e\x7f\xc4\xbb\x93\x5b\x0e\xae\xec\x9a\xde\x4e\x41\x16\xb6\xcd\x6d\x21\x65\xa6\x36\x2d\x69\xa4\x26\x98\x6a\xbf\xd5\x35\x1c\xa6\x57\x5e\xa8\x99\x11\xf2\xd9\xdc\x59\x99\xbb\xb3\xdc\x60\x32\xff\xf5\x78\xa7\x55\x1b\x0a\x1c\xbd\x54\xaf\xd5\x6e\xb6\x5f\x14\xa3\x85\x0b\x00\x80\xef\xc9\xbd\x86\x57\x8e\xd8\x61\x6e\xe5\x4f\x0c\x8e\x60\xf5\xe9\xf7\x7b\x49\xb8\xf8\x38\xb7\xce\x45\x78\xd7\x83\xb3\x5a\xaa\x09\x6b\x77\x67\x35\xec\x24\x46\xf8\xdc\xad\xbe\x0b\xea\xdc\xba\x2c\x23\xd0\x4c\x7b\x07\x53\x1d\xcc\xb5\x59\x61\xd0\x50\x30\x00\x20\xb3\xa5\x2d\xc3\x8b\x4f\x94\xe3\x91\xf9\x5f\x06\x8f\xe0\x27\xd2\x6f\xf4\xce\x23\x70\xe3\x1c\x3a\x3a\x89\x2b\x22\x7e\xb7\x1c\x20\x3e\xdd\x9d\x58\xff\x2f\x38\xee\x73\xb5\x5a\x44\x7a\xe3\xd6\x65\x21\xc3\xf6\xf6\xab\x4c\xd9\xe4\x04\x9b\x5d\x86\x28\xca\x5b\x00\x28\x7c\x42\x5b\x85\x87\x4f\xb8\x81\x6e\xf9\xcf\x06\x9e\x83\xdc\xf4\x91\x9e\x6a\xf0\x7e\xdc\xcc\x8e\x83\x24\xdf\x88\x37\xcd\x6f\x48\x97\x77\x1f\xa8\xe7\x43\x0a\x9f\x73\xd5\x1e\x30\xc1\xad\xcd\xb2\x86\x8c\xb5\x5f\x6f\x9a\x4b\x61\xda\xa4\x95\x7e\xa5\x0e\x02\x40\xa1\x81\x96\x83\x0f\x3d\xee\x4f\x69\xca\x37\x0d\x4c\xa1\x58\xd2\x11\xdd\x97\x29\xaa\xd8\x33\xed\x34\x4a\x73\x44\x57\xb3\x13\xe5\xd3\x6e\xa7\xba\x41\x6a\xa2\x4f\x73\x55\x1a\xf5\x8d\x5b\x63\x79\x3c\x4d\x66\x1f\x50\xe6\x47\x3f\x66\x63\x29\xb5\xa1\x8f\x03\x80\xf4\x09\xfd\x18\xae\x6a\x38\x82\x95\x90\xef\xde\xbf\x80\xb5\x3a\x7d\x65\xd7\x23\xe6\xc3\x58\x56\x5b\x09\x53\x17\x41\x6f\x0a\x64\xd2\x83\x3f\xd7\x3e\x64\xf2\x7c\xa4\x95\x6c\x66\x97\x9b\xd1\x4c\x61\xd9\xda\xc7\x1a\xf7\xb3\xce\xdb\x7c\xd2\x7d\x61\x39\x02\x80\xe4\x07\x43\x81\x8b\x1a\x42\x0a\xae\xe5\x5d\xeb\xf3\x14\xac\x4c\x3b\xd3\xf9\x8b\x8f\x88\xf5\x6c\xed\xe6\x9d\x89\xf0\x6d\xcc\xe6\xed\x0b\xee\xab\x9d\xca\x7d\xeb\x73\xac\xa2\x82\xdb\xe7\x56\x68\xd2\x70\xc7\xec\xf3\x0d\xd1\x3c\xe2\x4c\x3f\xed\x0d\xce\x5e\x00\x90\x4c\x65\xb6\x61\x8d\x83\xf9\x8a\xa4\xbc\xd9\xbd\xee\xf2\x65\xa9\xdf\x3a\x3e\xc8\xee\xc4\xa0\x5a\xea\x0a\xcb\xc3\xc5\x0d\x47\xa5\xca\x60\xe7\xea\x4f\x92\x3a\xef\xcf\x16\xb9\xf8\xa7\x5b\x64\x19\x45\xdc\x61\x2f\x28\x9d\x21\x4e\x9a\x59\xaf\x39\xc4\x5f\x0e\x00\xa2\x21\xf6\x7a\x4c\xf9\x80\xaa\xb4\x27\x77\x45\x4f\xa2\xee\x42\xea\xbc\x0e\x47\xcd\xcb\xa3\xaa\xe6\x5b\xea\xe5\x07\x46\xea\x59\x2a\x38\x88\x50\xbd\x52\x39\xc3\x3b\xab\x7c\x50\xf1\xc2\x6d\x92\x51\xa7\x58\x6f\x4f\xd1\xcf\x92\x91\x67\xbe\x56\x3b\x08\x0b\x00\x40\x78\x9a\xe3\x87\x7e\xd7\xff\xab\xda\x31\x27\xbd\xfb\x52\xc5\xc9\x94\xa8\xf6\xd2\x72\x44\xf4\xfd\xe6\xbd\xa6\x95\x07\xe6\xd5\xbd\x34\x4e\x0b\x7c\x58\x25\x28\xdd\xbe\xed\x7d\xf9\x5a\x9d\xc2\xb5\xc1\xf0\x5d\xdd\x69\x9f\xa2\x0b\x52\xbc\x98\xb5\xa0\x64\x95\x38\x16\x00\x84\x93\xb8\x73\xd0\xf8\xfe\x53\x0d\x19\xd9\x13\xdd\xca\xda\x53\xc9\xbf\xda\x93\xab\xdd\xa2\xf9\xcd\x93\x2a\x5a\xf6\x9f\xac\xd3\x95\xe3\x03\x0d\x55\x3b\x4c\xb4\x6d\x43\xe6\xbb\x86\x71\x57\xa9\xc1\xa8\xfd\x6e\x1f\xa7\xbd\xa1\x3c\x3c\xcb\x5d\xa5\x93\xac\x03\x00\x81\x86\x1b\x8b\x9e\xd6\xcf\x6f\xb5\xcf\x36\x77\x1f\x6e\x0a\x4b\x6e\x6d\x9f\x5f\xcf\x8d\x0e\x69\x6a\xaa\xf9\xb9\x5f\x58\xe7\x5b\x55\x1a\x88\xad\xbc\x6d\x79\xbc\xad\xd2\x8c\x37\xa5\xb9\x0a\x0c\xab\xf5\x43\xf6\x78\x6d\x90\x0a\x9c\x95\xa1\xfc\x2c\xb9\x08\x00\x82\x45\x5c\x16\x22\xe7\xcc\x3f\xb8\xd9\x19\x57\x47\xea\x71\xea\x84\xd1\xa1\x70\xbc\x73\x64\x72\xef\x71\xfc\xe5\x30\x73\xa7\x33\xa1\xc9\x3f\xa5\x45\x4c\x1c\xdc\xb2\xbf\x61\x12\xf8\xc5\xa5\xbb\xfa\x06\x14\xb7\xa4\xaa\xe2\x06\x3c\x66\x25\x28\x3b\x4d\xb9\x0b\x00\x45\x8e\x34\x7f\x04\x69\xd4\x48\xe0\x64\x3c\x1d\xf1\x27\x3c\x49\xb8\x39\xf8\x9c\x18\x10\x99\xdb\x9b\x40\xec\x0c\xab\xe9\x38\x05\x26\xf8\xe7\xb4\x6c\x24\xf9\x6c\x39\x5a\x5f\x0d\xed\x70\x19\xac\xe6\xc0\xe9\x4b\x3a\x2a\x38\xe4\x52\xab\xa6\x32\x22\x75\x17\x00\xc8\xde\xd1\xfc\x10\xf4\xd1\x4d\x24\xe7\x8c\xd7\x27\xae\x92\xa2\x13\x1e\x0c\x82\x24\x51\x64\x41\xcf\x07\xd2\x68\x58\x6d\x47\x12\xe4\xeb\x9f\xdf\x7c\x1e\x7a\xb3\x25\xa9\x3e\x10\x1e\x76\x39\x5b\xed\x44\xee\x5a\x72\xaa\x62\x15\xe5\x8c\xd5\xa5\xb2\x79\xd4\x5f\x00\x20\x33\xd1\xe8\x88\xb8\xd3\xfe\xd4\xf8\x8c\x33\xc7\x9f\x53\xb7\x26\x0c\x0e\x48\xa9\x0b\x22\x63\x7b\xe6\x53\x17\x85\x95\xb5\xf3\xa8\x61\xfe\x39\x4d\x1f\xa8\x95\x5b\x32\xeb\x8e\xd1\xdc\x5d\xee\x56\x05\xd3\xc6\x97\xfc\x6b\xd9\x46\x1f\xb0\x5e\x60\x9c\x47\x7f\x02\x00\x85\x37\xe8\xb8\x82\x89\x53\x9b\x58\xaf\x33\x8a\x86\x1f\xb0\x94\x09\x65\xfd\x02\xd6\xce\xc8\x5d\xdd\x0b\x99\xaf\xc2\x64\x6d\x32\xe6\x29\xff\xa4\xc6\x9f\xcc\x93\x5b\x8e\xd5\xe6\x31\x3f\xb9\x3c\xaf\xdc\xcb\x4a\xb1\xb3\x2d\x77\x65\xef\xb2\x4e\x2f\x7d\xcf\xb2\x02\x00\xe9\x43\x86\xa1\x60\xe2\xe4\x2e\xe1\xfa\x0c\xe2\xd0\xbf\x82\x94\x04\x42\x9f\x84\x6f\x8e\xb4\xef\x72\xe0\x7d\x09\x23\xb6\x1a\x79\x24\xff\xbd\x8d\xd3\x79\x76\x5b\x12\x6b\xd0\xdc\x0f\x2e\x9f\x2a\xf6\xf3\x5c\xed\xb6\x9a\x97\xf0\x2c\xd6\xf5\xfa\x11\xce\x0c\x00\x90\xdc\x67\xf6\x14\x44\x8f\x04\x2b\x82\x8e\x5d\x1e\xbc\x56\xf4\x39\xfe\x46\x6f\x86\xac\xed\x30\xbb\xe3\x6b\x21\x33\xf4\xbf\x16\x9c\x94\xe3\x77\xab\xfe\x8e\xa4\x7e\x8b\x6d\x75\x80\x64\x85\xcb\xb8\x65\x8e\x64\x9d\x1d\x5c\x66\x10\xfd\x9a\xe1\xaa\x5b\xc7\x2b\x05\x00\xb1\x90\xbd\x32\x9f\x78\xc2\xa9\xd4\xf6\x98\xf5\xc0\x45\xdd\xba\x78\x87\x1e\xac\x26\xfa\xd0\x78\xc7\x94\x12\x63\xe8\xde\x66\x86\xca\xc9\x2f\xbc\xee\x55\xf1\x1d\x4f\x4b\xd5\x41\xc5\x2f\x97\x96\x72\x6b\xf9\x3b\x3b\x8d\x11\x2c\x2c\x9c\xc1\xd4\x3c\x10\x74\x01\x80\x88\xcd\xb1\xcf\xb7\x3f\x9e\x55\xb5\x24\x5d\x39\xb0\xc2\xd2\x1a\xa7\xeb\xbe\x68\xce\x3a\x14\xd5\x1e\x55\xe6\x1f\x72\xbe\x69\xd4\x90\xe8\xfb\xa2\xce\x4b\x7f\xc7\x33\xb6\xb2\x4c\xfb\xdc\x85\x6f\xde\x5b\xd2\x6a\xd7\x6e\xe0\xca\x25\x33\xce\xa8\xaf\x88\xfe\xdf\x45\x1f\xe7\x66\xde\xf1\xe3\x6b\xea\x81\xf4\xfd\xfd\xe3\x35\x99\x71\x89\xdd\xe4\xca\xb7\x87\x16\xb7\xfd\xb6\x98\x43\x14\x4d\x39\xe6\x5a\xdf\xfe\xda\x9b\x65\x72\x4f\xbf\xca\xa0\xd2\x66\x17\x96\xe9\x89\xc6\x62\x77\xde\x30\x45\x71\x75\xc6\x47\x75\x88\x78\x2d\x00\x08\x0f\x71\x97\xe4\xe5\x0f\x3f\x68\x8e\x49\x9f\xd1\xcf\x69\xd0\xc7\xb9\x76\x3b\xd6\x59\x1f\x7c\xdd\xa6\xae\xee\x08\x29\x68\xfc\x5d\x19\xee\x5b\x51\x9b\x5d\x8e\xf1\xdc\x5e\x71\xd5\x78\xdf\xc5\x68\x3a\xac\xf3\xb0\x9b\x28\x4d\x2e\xbe\x65\xb3\xb5\x44\x2f\xee\x01\x00\xc1\x25\xae\xef\xe3\x2b\x78\x0c\x72\xed\xb5\x44\x82\x0b\x2a\xe1\x64\x10\xe1\x26\x9a\xdf\xbe\x92\x88\xc3\x74\x98\xbf\x80\x4b\xb1\xbf\x65\x5d\xe0\x59\x7c\x3e\x79\x9c\x24\x26\xbc\xc9\xfc\x0e\x65\x83\x50\x78\x0d\x7c\x80\xf4\x66\xd3\x27\xf2\x22\x78\x95\xcd\x73\x4a\x28\x4c\x79\xf4\x0c\xa7\xc4\xe6\x5e\x95\xe1\xa3\x70\x61\x23\x62\xc2\x5c\xbc\x53\x5b\x3e\x61\x04\xff\xcb\xbc\x87\x48\x27\xbc\x92\x2d\x06\x83\x89\x7f\xc8\xc1\xa4\xe5\xa4\x15\x99\x28\xc8\x06\x0a\x0d\xf7\x80\x01\x38\x6e\x93\x08\xbe\x49\xf6\xb2\xa9\xa2\xac\x24\x87\x3e\x7c\x83\x1d\x21\x5e\xbe\xd2\x85\x13\x82\x09\x27\xc6\xf0\x07\xc1\xe7\xad\x55\x84\xa5\xa4\x63\x26\x01\xe1\x25\xe9\x77\x61\x01\x71\x00\xea\x84\x5b\xc0\x0a\x98\x9c\xf1\x9a\x54\x41\x0e\x38\x50\x0d\xd5\x91\xff\xb7\x69\x1b\xcc\xa7\x60\x6d\x88\xe4\x67\x14\xef\x07\x5e\x98\xf5\x8c\xb9\x97\x9e\x60\x1d\xe9\x37\x87\x5f\xe2\x16\xd1\x4b\x9a\x7f\xe2\x5e\xd3\xf3\xcb\x66\xe2\xc7\xe8\x47\xa4\x4b\x09\xbd\xf4\x64\x48\x4e\xec\xa1\x23\x8e\xfd\x0b\x5e\xa7\xe7\xef\x1f\x24\x7d\xa4\x1f\xd9\x58\x0d\x5d\xa6\x6f\xb3\x09\x22\x87\xd2\x02\xef\xed\x45\x5d\x17\x8a\x2e\xce\x41\xdf\x14\xe8\x87\x1c\x30\xd7\xf8\x75\x4d\xfb\xb0\x03\xbc\x8b\x06\x0a\xae\x83\x37\x55\xdc\x8a\xef\xe6\x1e\x22\xc5\x12\x2e\x73\x4a\xd3\xaf\x13\xff\xb2\x1f\xec\x9f\x47\x72\x62\x2f\xdf\xe8\x09\x59\xb1\xf6\xdb\xc4\xc0\x5c\x46\xda\x1d\x27\xe4\xa5\xe2\x86\xb1\x7f\x50\x03\xf2\x89\x81\x83\xe8\xbe\xa2\x88\x06\x25\xa6\xbb\xb0\x5b\xff\x1c\x3b\x24\x75\x13\x05\xe0\x6e\x88\x5b\x41\x7b\xfc\x6f\x91\x47\xda\x10\x71\x87\xa0\x62\xdf\x41\x30\x9d\xbf\xc6\xe3\x1c\x29\x98\x5b\x6f\x83\x80\x4e\xb3\x30\x37\xa9\x08\x95\x45\x74\x16\x87\xac\x34\xbd\xec\xed\x41\xd5\x19\x03\xea\x1c\xd0\x35\x7a\xb6\x56\x83\xe9\xd2\x8c\x08\x36\x60\xc7\x4b\xa6\x13\xc2\xf1\x36\xc5\x5b\x52\x13\x08\x07\x8a\x62\xf6\x6e\x24\x52\xa5\x62\x0f\x57\xf0\xa0\xd8\xdd\x46\x4a\xba\xc7\x0d\xbe\xae\x2f\x78\xd1\x71\xfa\xf4\x28\x72\x4a\xab\x6d\x77\x30\x6a\x7e\x63\x58\xf5\x10\xda\xb6\x36\x4e\x9d\x84\x59\x5c\x19\xcf\x73\xc6\xfa\x98\xf7\xe1\x58\x38\x94\x61\x59\xf2\x1b\x7c\xab\xe6\x7e\xd8\x74\xc2\x33\xe5\xe9\x0d\x20\xb1\x56\xde\x63\x53\x44\x0a\xe1\x8f\x5d\x1d\x2c\xe8\x1f\x5d\x76\xb2\x19\x71\xe5\x44\x44\xe7\x24\xe4\xe5\x81\xfc\x4a\x05\xea\x64\x77\xb6\x6a\x1f\xfa\x54\x9b\x3f\x67\x1b\xe6\x49\xc3\x4f\xcc\x39\xdc\xc2\x6a\x41\x92\x1c\xbf\xdb\xfc\x2b\xd4\x9e\x90\x5a\x7a\xc2\xfd\x7f\x44\x27\x75\xa3\x4d\x31\x78\x59\xf8\xf0\xca\x58\xc1\xc0\xa5\x80\x91\x2b\x88\x91\x73\xb6\x1d\x0e\xc8\xbe\x93\x1d\x15\x4d\x28\xcb\xd0\x16\x25\x1a\x6d\xe8\xe1\xb2\xf3\x31\xed\x6d\x9d\x98\xc5\xd8\xc7\x0d\xed\x49\xd3\xf1\xd3\xab\xc4\x21\xa3\x84\xf9\xa6\xcb\xee\x67\x09\x17\xb5\x6f\x6c\x3a\x40\x50\xa4\xbc\xb2\xb8\xa0\x6f\x1c\x3d\xe2\x88\x68\xbe\xfc\xb6\x1d\x83\x54\x9f\xdf\x5c\x31\x1d\x85\x3f\x15\x51\x7c\x05\x9d\x3e\xb4\x81\x75\x1b\x83\xec\xfe\x17\xad\xc6\x2a\x5a\x53\x12\x3b\x70\x15\x75\x15\x21\xd5\x78\x53\x85\x97\xfb\x2d\xc2\x01\x3d\x66\xa6\x0d\xf1\x85\xe8\xe5\x3d\x22\x58\x80\x28\xba\xc8\x06\x4f\x22\x9f\x0c\xdd\x23\x39\xa2\x9d\x9b\x17\x91\xf8\x98\x04\xe3\x5e\xd2\x37\x6c\x83\x84\x0c\x65\xe2\xdd\xa1\xb9\xd0\x0b\x42\xdf\xb1\x7a\x18\x06\x23\xf7\xbf\x24\x2f\x26\xdd\xdf\xd8\x4e\x2e\x87\xb7\xda\xb0\x28\x85\xf0\xad\xbb\x66\xa2\x14\x73\xf2\x42\x3f\xf1\x17\xb6\x6f\x68\x05\x88\xc0\x55\x37\xc5\x83\xff\xe2\xa5\x06\x39\x29\x9f\x20\x14\x5f\x27\xbd\x21\xb6\x90\x40\x88\x06\x3e\x39\x66\x07\xaf\x87\xec\xf6\x87\xc2\xf7\x60\xbf\x8d\x9b\xc8\x18\xb2\xb7\xcd\x5c\x0a\x48\xe6\xdd\x19\x21\x74\x13\x97\x8d\x3d\x22\x6e\x27\xf6\x0c\x1e\x21\x0e\x82\x51\x8d\xc5\xe0\x6e\xf0\x79\xe9\x38\x78\x93\x24\x16\xaf\x23\xe5\x40\x31\xe0\x13\xc8\x16\xde\x98\xae\x86\x46\xc9\x56\xfb\xc6\x61\x1e\xf9\xb2\xc7\x23\xf2\x2a\x0a\x66\xc6\x2b\xca\x4e\x0a\xea\xd6\x0f\xbc\x0b\x7d\xd5\xf9\x45\xf8\x73\x74\xeb\x7e\x1e\x01\x4b\x7b\x56\xff\x99\x38\x87\x36\xaa\xcf\x22\x76\xd2\x86\x85\xf7\xc1\x2c\xda\x03\xe2\x39\x92\x33\x7d\x5a\x9a\x86\xf4\x93\xee\xb8\xcf\x06\xba\x48\xdf\xe2\x91\x0c\xe3\xe8\x9b\x66\x5c\x25\x97\xd3\xb0\xe3\x3f\xb1\xaf\x04\xe8\xb3\xc1\x38\x35\xbf\xaa\xf7\x34\x3e\x8c\x77\xbd\xee\x08\xfe\x0b\xcf\x56\xfb\x96\x50\xcf\x8d\x15\x48\x89\xf9\x9c\x61\x42\x0d\xe8\xcf\x59\x97\x6a\x22\xad\x65\x0b\xf6\x1e\x82\xac\x58\x2f\x37\x4c\x40\xf5\xac\xa0\x19\xff\x83\x5f\x30\x18\x37\x6c\x30\x37\x15\xc9\xa3\x49\x58\x51\xd1\xbd\x1e\x00\xb7\x5f\x76\xb0\xa6\x0a\x0f\x48\x6f\x68\x12\xf0\xc7\x25\xe9\xfc\x75\x04\xb9\x78\x06\x1e\x24\x62\x84\x35\x29\x65\x60\x96\xc0\x37\xac\x92\x14\xca\x7b\xb0\xa1\x92\xf4\x82\x5b\x6c\xb3\x1a\xb6\x67\x09\xae\x1e\x44\x77\x99\xff\x9e\x1c\xc6\xc0\x65\x9c\x4e\x0c\xd6\xab\xf4\x77\x95\x2f\xf6\x9d\x2e\xb5\x64\x25\xae\x4b\x7d\x9a\xbb\x12\xaf\x50\x6d\xc0\xb6\x10\x18\x0a\x4e\x72\x00\x11\x92\x5d\x0f\xd5\x83\xc9\xd2\x6d\x1b\xd6\x80\x6f\xc4\x73\x6c\x92\xa1\xf5\xdc\xfd\x97\x2c\xe8\xf9\x6d\x5f\x4f\xac\x47\xdf\x6c\x4e\x68\x9f\x82\x51\xd6\x77\x5a\x5e\x62\xf7\x57\x7f\x2e\xfe\x88\x9b\x5b\xe1\xc8\x5e\x81\xfb\x68\xf2\x45\xbf\xc5\x3f\x2b\xdd\x99\x78\x87\x70\x5f\xb3\x25\x84\x4b\x1c\x51\xc6\xb9\x2b\xc1\x9d\x72\xba\x0d\x95\xc4\xe1\x1f\xbf\xa0\x44\x8d\x9f\x7c\x3e\x3c\x0d\xad\x19\xde\xdb\x72\x16\xb3\xb7\x4f\x6d\x1e\xc1\xfc\xee\x3c\x2d\x7f\x8d\xed\x6f\xb9\xc2\xf4\xc3\xa9\xea\x07\x50\x01\x78\x4e\x15\x33\x81\x4d\x28\x30\xbb\xef\x29\x21\x06\x96\x7a\xba\xcf\x26\xb6\xa9\x03\x6c\x24\x24\x2b\xe1\xa9\xb1\x6a\xd4\xf9\xb1\xfb\x43\xab\xd0\xcc\xd1\x67\xcd\x8f\x31\x1b\x4e\x0c\x9b\x9e\x60\x6e\x0d\x80\xf2\x45\x58\x79\xf7\x64\x06\x84\xcb\x68\xcd\x42\x2a\xf0\xe1\xf5\xda\xf8\xdf\x04\xf7\xca\x96\x3d\x81\x84\xcf\x26\x4f\xb7\x17\xc4\x44\x2d\xc2\xa6\x1b\xac\x16\x41\xe7\xbf\xa0\xfa\xaf\x3d\x1b\x44\xa1\xb3\x2e\x9a\x9b\x37\x63\xac\xcf\xae\x36\xf9\x60\xaa\x46\x68\x45\x44\xec\x91\x01\x1d\xfd\x25\xce\xa1\x8b\x87\x5c\x8c\xfb\xd3\xb2\x33\xbe\x06\x7f\xa1\x76\x70\xcf\x0a\x02\xdb\xc2\x74\x7b\x4f\x78\xa8\x7b\x33\x73\x3e\xb8\x40\x74\x61\xfc\x29\x2c\x42\x4c\x3a\x5b\x00\x0b\x90\xf9\x7d\x5b\x61\x35\xea\x78\xdd\x38\x7c\x06\x33\x55\x97\x4d\x9e\x86\x4d\x15\x4e\x26\xef\xc0\xfd\x4b\xb4\x26\x33\x08\x94\xb4\x25\xe4\xab\xe0\x8a\xbd\xbd\x14\x0f\x52\xab\x87\x33\x85\x01\x3b\xce\x68\xa1\xfa\xc3\x13\xe3\x6b\xa1\x1a\x8c\xf3\x99\x72\xe8\x1c\xd6\xa3\x17\x09\x7d\xc3\xb9\xd7\x2d\x82\x37\xe1\x1d\xb5\xf5\x30\x8d\xb0\x4e\x70\x14\x3e\x45\x8c\x26\xe4\x93\x1d\x40\x45\x2a\x97\xcc\x26\xdd\xdc\xbb\x81\xfc\x09\x9e\xb5\xc1\x48\x39\x44\x76\x98\xe1\x47\x5d\x43\x36\xdd\x48\x23\x5d\x26\xe4\x8d\xde\x87\xe6\x13\xed\x7a\xcc\x50\x3c\x71\xb8\x36\x1c\x2a\x01\x8f\x69\x3e\x41\xff\x23\x2d\xe6\xb7\xc0\x21\xa4\xf7\xf8\xdb\x70\x0b\x34\x9e\x3a\x9d\xec\x02\x0f\x84\xf5\x92\x6b\xc8\x9a\x0d\x87\x28\xb6\x94\xc8\x19\x8b\x28\xdf\x29\x94\x6b\x6c\x30\x8c\xe6\x7d\x7a\x3a\x58\x49\xdb\xda\xf5\x82\x34\x99\xe6\x56\xdd\x4d\xca\xa4\x2d\x55\x4b\x48\xe3\xb4\x35\xbc\x02\x28\x94\x16\x8d\x3b\x05\x9d\xa3\x15\xa6\x2c\x84\x13\x69\x27\x43\x3f\xc3\xdf\x68\x9f\xdc\xaf\x93\x33\xe8\x33\x67\x58\x51\x32\x69\x05\x57\x30\x44\x67\x7e\xdc\xc9\x9d\x44\x36\xaf\xb5\xd3\x83\xf8\x81\xfb\xa3\xca\x15\x8c\xe1\xee\x2d\x71\x04\x6f\x70\xea\xb8\x2e\xa4\x38\x8e\x0b\xb6\x85\xf4\x8e\x5d\x95\xec\x0e\x15\xb1\x9d\x43\x0f\xc1\x1b\x59\x26\x77\x01\xac\x67\x39\xcc\x08\x24\x9b\x18\xf0\xa5\x6e\x82\xb5\x7c\xee\x09\x34\x81\x2b\xeb\x69\x47\x13\x67\x15\xee\xaf\xe0\x11\xb1\x92\xf7\xca\x32\xe2\x17\xb1\x8e\x7d\x09\xe4\x89\x62\x31\x02\xd2\x3a\xe1\xc2\xa4\xad\xa4\x71\xfe\xf9\x90\x16\x08\xc3\x13\xbb\xfb\x41\xe3\x5c\xd4\x0c\x36\x7c\x8b\x05\x8d\xfd\x87\xfb\x6b\x42\x0f\x5d\xc1\x53\x8c\xcb\x5b\xde\xe0\x3f\xea\x5b\xca\x9d\x09\xa9\x5a\x5f\x45\x2e\xe1\x4d\xc9\x09\xe6\x45\xa2\x50\x79\x00\x35\x06\x7a\xcb\xcf\x26\xdc\x03\x5f\xc9\x82\xf6\x74\x91\x04\x92\x71\xb7\x73\xa4\x5b\xa2\x97\x33\x2e\x43\xf7\xb8\xee\xe7\xb0\xb8\xec\x56\xc7\x81\x43\xb8\xdb\x8d\xe6\x26\x16\x7e\x5f\xdd\xf2\xb2\x6b\xf8\x81\x2a\x6e\xd1\x2e\xc2\x9e\xf2\xbb\xf4\x6b\x84\x97\x65\xce\x48\x5b\xa2\x56\x1f\x19\x0f\x82\xfb\xd4\x8c\xdd\x75\xe0\x7f\xc5\x4f\xdc\xc2\x48\xab\xe5\xbe\x36\x53\x21\x57\xbe\xe2\x8c\x17\xce\xe1\x44\x75\x9f\x03\x4e\x36\xe8\xd7\xb0\x0f\xf7\xb5\xa7\xcb\xd0\x83\xcf\xee\x70\x28\x0c\xc6\xbf\x6d\x8e\xa5\x4e\x10\x84\x75\xc4\x82\x02\xe2\xb6\x4a\x74\xdc\x5a\xe2\x3d\x53\x5c\x70\x3f\x98\xaf\x2f\x77\xed\x07\x75\x25\x27\x6d\x16\x91\xaa\x85\xdc\xd1\x7d\xb8\xe9\xe7\x10\xbd\xde\x38\xcc\xa9\x96\xfa\x63\xb8\x9b\xc3\xc3\xa5\x77\xf1\x01\x7d\x5d\x52\x2c\xfe\x44\x27\x8e\xba\x93\x70\xb4\x65\x76\xfe\x08\xe1\x4f\x1d\x39\xd6\x4c\xd4\x55\x5c\x0d\xce\x04\x57\x94\x99\x5c\x55\x60\xb0\xe6\xa1\x8d\x3f\x29\x4c\xb4\xf5\xb4\x16\xfb\xfa\xca\xbe\x1e\x36\x2e\x62\xec\x40\x5d\x1b\xae\x7e\xf4\x9f\xd2\x8d\x78\xdb\xe3\xd5\x92\x5b\x78\x56\xdf\x5f\x4a\x13\xc1\xb6\x73\x55\x7e\x18\xa1\xbe\x79\x51\x6c\x38\xd1\xa7\xe6\x6e\xb0\x2f\xb1\xa5\xfc\x9a\xab\x81\x78\x52\x17\x69\x53\x02\xb6\x89\x04\xe7\x47\x18\xcf\x0a\x96\x0f\x2d\x63\x1c\x43\x54\xb6\xf4\xd3\xbf\xa0\x16\x99\xbf\xd3\x7b\xd0\x19\x8a\x1d\x74\x3e\x66\x8c\x69\xa0\x1f\xc6\x45\xa3\x68\xf4\x75\xf8\x4f\x09\x28\xda\x04\xb1\x6c\xf7\x7b\xda\x0b\xd2\x4e\xd7\x5c\xda\x33\xe8\xa4\x55\x1a\x7d\x0f\xfc\xfe\xbc\x0d\x63\x39\x7a\xc9\x60\x22\xbd\x09\xb3\xab\xf9\x07\x3d\x1c\x1b\x63\xde\x49\x5f\x8d\x8b\x94\x0b\xe8\xd3\xf1\xb9\x8c\xdf\xb4\xa7\x84\x72\xe4\x47\xda\x59\xe2\xbb\xf8\xff\x68\x9d\xa4\x90\xdd\x4c\x5a\x33\x24\x5e\xff\x81\x76\x1c\xee\xb1\xb2\xa3\x7b\x90\x0b\xcf\xed\xa1\x27\xe0\x7d\x06\x24\xb4\x3f\x84\xc9\xcd\xeb\x68\x8d\x84\x11\x13\x8e\x56\x4c\xcc\x2a\xba\x41\xa3\x83\xee\x8c\x38\x5a\x0e\x69\x09\x32\x9d\x96\x0c\xcd\x8f\x27\xd2\xe2\x61\xbb\xdd\xb6\xb4\x02\xb2\xf5\x7a\x23\x8d\x4b\x7e\x3c\xfd\x0d\xdd\x9a\x72\xf0\x4c\x21\xf5\x1d\xa5\xaa\xef\x01\xb5\x85\xd2\xd2\x48\xa3\xd2\x29\xad\xc6\x4f\x54\x02\xe5\x82\x8c\x48\x25\x52\x26\xe8\x8e\x54\x02\x35\x0c\x11\x4d\x65\x52\xcb\xe2\x2a\xa9\x5a\xda\xa4\xe0\x2c\xea\x69\x5a\xd4\x7a\x5f\xea\x53\x9a\xd1\x6a\x12\x0d\xa6\x6d\x39\x7d\x81\x52\xca\x4d\xee\xdd\x46\xe1\x71\xee\xd4\xbf\xa6\x10\x38\xe1\x06\x88\x42\x66\x9f\x2a\x5c\x41\x91\xb0\xf7\x53\x5f\x53\xca\x58\x6f\x0b\xf6\x52\x06\x58\xca\xd8\xb3\x94\x3b\xac\x3d\x41\x97\xa8\x36\xcc\xcf\xeb\xad\xa8\xf6\xcc\x26\xab\x20\xea\x20\x63\xed\xc9\x3a\xf2\xb9\xc2\x86\xee\x04\x72\x95\xb4\xb8\xee\x00\x59\x21\xc9\xd5\x7f\x27\x5b\xc4\x9e\x92\x41\xf2\xb0\xc8\x8a\x52\x4f\x7e\x28\xf8\x94\xbf\x95\x62\xc3\x7f\x18\xf3\x9a\xe2\xc2\xbb\x18\x14\x4c\x09\xe7\x8e\xad\x1b\xa7\x44\x71\xad\xad\x34\x94\x4f\xac\x25\x27\x32\xe0\x76\x43\x7e\xc7\x77\x58\xa5\x4f\xaa\xbe\x02\xf3\xb5\xbe\xda\x32\x58\x5f\xf2\x4b\xa4\x82\xfb\x95\xbd\x70\x0f\xfc\x5c\xc1\xc9\xe5\x91\x97\x16\x85\x1c\x35\x91\xfd\x0b\x97\x06\xe6\x91\x93\x24\x53\xd7\x49\xc9\x7b\x44\x2c\x6b\x57\xf2\x2d\x4e\xd3\xd0\x5d\x78\x5e\xa3\xbe\x0d\x09\x4d\xd4\x1d\xae\xcc\x81\x5e\x57\xdb\xa8\xa3\xa1\x5f\x96\x76\x01\x1e\x5e\x6c\x3a\x44\x3a\x03\x07\x95\xbe\xcd\xbe\x0e\x43\x5a\x30\x7a\x2b\x5c\x59\x32\x37\x20\x05\x3e\xa9\x78\xb5\xf6\x1b\xac\x29\x52\x59\x87\x90\xdd\x79\x6f\x07\xce\x41\xbd\x83\xe8\x96\x0c\xa8\xb1\x37\xc5\x12\x0d\x69\x3b\x37\xaa\xa2\x21\x4b\xcb\x5d\x5e\x11\xd4\xdd\x90\x0b\xda\x40\xf7\xab\xff\xcb\x0a\x85\xff\xb1\x44\x46\x7d\x83\x3d\x8d\xdd\xbb\xf2\xe0\x7d\x3a\xe5\xda\x34\xf8\x1f\x95\xc5\xfa\x08\x5c\x26\x18\xee\xbf\x04\x9d\x3d\xf5\xaa\x99\x0a\x99\x8e\x17\x96\x93\x20\xf2\x80\x95\x92\x0e\x91\xbb\x83\xb9\xa3\x90\xa0\x2d\x81\x78\x08\xaa\x6a\x4c\xce\xac\x80\xae\xd6\xec\x8e\xc2\x42\xef\x2d\xce\xbb\x6c\x61\xc0\x48\x5d\xbb\x05\xea\x56\x97\x58\xe3\xe0\x00\xe1\xb1\x7e\x6b\x68\x7c\x8c\xdd\x74\x1e\x2a\x1c\xfd\x6d\xbe\x04\x1d\x1e\xd9\x58\x7c\x1f\x0a\x1d\x5c\xc8\xf5\x80\xc2\xba\xcf\x12\x46\xa1\x84\xb6\x94\xcc\x4d\x10\xb9\x61\x3c\x6a\x11\x24\xaf\xf6\xf0\xbf\x0b\x15\x9b\xf1\x6b\x37\x43\xde\x9a\xcf\xd6\x83\x50\x8b\xb0\x6b\xd8\x91\xdf\x99\x2f\x6c\x5f\xc4\xbb\x52\xf0\xbd\x2a\x90\xfb\x07\x19\xab\x09\xe4\x86\xa2\x3a\x84\xd1\x1c\x3d\x66\x03\xa4\x66\xbf\xc6\x0e\xe7\x20\xd9\x81\xf8\x9c\x68\x17\x56\x05\xd1\x6e\x57\x0d\x6b\x15\xd8\xb6\xe6\x3b\xf3\x1d\xe4\x37\xf5\x38\xd3\x04\x5f\x18\x42\xf3\x7e\xa3\x42\xdb\x92\x78\x6e\xe8\xcc\x4a\x19\x37\x07\x43\x51\xeb\x38\xc7\xb1\x22\x41\x1f\x67\x15\xae\x03\x9a\xc5\xa6\xe3\xbf\x65\x7f\x60\xbd\x24\x1e\x3c\x32\xc8\x4a\x03\x9b\x76\x05\x30\x3f\x93\xbe\xaf\x31\x30\x2f\xc1\x1e\x53\x95\xcc\x42\x72\xcc\x60\x27\x6f\x1f\xce\xb5\x55\xc7\x15\xe1\x26\x2a\xae\x71\x6e\xe1\xcf\x97\xbc\xe0\x6c\x27\xb0\x05\x8b\xd8\x55\xc4\x64\x12\xc8\x9e\x07\xc6\x64\xa3\x58\x3c\x52\xfa\x91\x38\xd6\x3f\x10\xd6\xff\x3f\x66\x2b\x8c\x58\x93\xc3\x94\x93\x63\xa6\xca\x99\x29\x94\x45\x03\xab\xb9\x53\xc9\x0b\x5b\x66\x70\x62\xc9\x7e\x96\x00\xf6\x30\x39\x53\x45\x64\x6f\x23\x1b\x78\xa3\xac\x2e\xf2\x6b\x70\x3f\xcb\x8b\x12\x95\x55\xc0\xec\xa7\x9c\x8b\xd2\x32\xe3\xa8\xbe\xfe\x87\x99\x8b\xa9\x35\x6b\x96\x32\xbe\xd0\x16\x4e\x6d\x67\xdc\xa1\xde\xe9\xc3\xb1\x9b\xd8\x70\x53\x36\xdb\x93\xbd\xd8\x3c\xca\x6a\x65\xb5\x28\xed\x58\xdb\x59\x11\x5c\x11\xf3\x0c\xf3\x27\x71\x03\x33\x96\x79\x2a\x93\xc8\x78\xcf\x54\x46\x5e\x62\x98\x98\xd9\x7e\x27\x19\xe9\x4c\xef\xd5\x6f\x18\x9b\x99\xeb\xa6\xfe\x60\x38\xd3\x3b\x7a\xf8\xac\xeb\x12\x4a\xc3\x09\xd6\x11\x31\xcd\xb4\x8d\xf9\x50\x44\x51\x58\x98\x05\x42\x0c\xc7\x9b\x69\x25\xc0\xe3\x7f\x33\xca\xf9\xc5\x19\x08\x46\x28\xaf\xf3\xf0\x0f\xfa\x57\xee\x35\x3f\x7f\x7a\x2d\x77\xd2\xea\x6e\x7a\x16\x87\x3a\x2d\x84\x1e\xc3\xa4\x76\xed\x63\x76\xe9\xc4\x75\xa9\xcc\x28\x4d\x93\xe1\x2a\xe3\x79\xc9\xe9\xa2\x4c\x06\x51\x79\x9c\xe5\xc6\x98\xaf\x18\xc0\x39\xd3\xbb\x8b\xce\xa7\x8f\xd3\x33\x0a\x6f\x1c\x1a\xa0\x2f\x90\x3c\xf6\xcd\xa5\x9d\x10\x2f\x5a\x9d\x41\x4b\x13\x4d\x9b\xd6\x46\x3b\xca\xfe\xaf\xfd\x32\xd3\xae\xf6\x62\xf5\x47\x46\x6f\xd5\xff\xf4\x64\x46\xa4\xe5\x77\xe1\x66\xfa\x63\xd3\x07\x86\x13\x1d\x34\xdc\xc3\x84\xd1\x57\xe8\x2e\xa6\x6d\xa5\x5d\x50\x77\x1c\x44\xd2\x20\x65\xd5\x4e\x02\xcd\x51\xfe\xda\xf9\x13\xd5\x2c\x6b\x9d\x3e\x8d\x2a\xe6\x2d\x6c\x35\x30\xde\xf5\x4e\xaf\xbc\xc7\xe0\x74\x1e\xd0\xe2\x19\xb3\x5b\xa9\x92\x5d\xf4\xe2\x46\x2e\xed\x20\x7d\x55\x2d\x1e\xa5\xa7\x1d\xaf\x4c\x48\x19\xa0\x65\x99\xbd\x22\x36\xd2\xfe\x31\x2c\xdc\x41\xa1\x36\x6a\x55\xce\x31\xd4\x25\xca\xc0\xe9\x73\x29\x3f\xf9\x67\x5b\xaa\x18\xff\x1d\xdf\x52\xf1\x8e\x01\x0e\x6c\xd2\x94\xd0\x3f\xf5\xcc\x12\x17\xd0\x31\xed\x4d\x54\x11\xed\x47\xf3\x66\xe4\x4b\x5a\x61\x9d\x39\x65\x25\xcd\xa3\x6a\x5a\x78\x23\xf5\xb2\x99\xb0\x63\x31\x35\xd3\xb0\xd5\x79\x15\x65\xa8\xc4\x6a\xfa\x6a\x8a\x4e\x90\xd1\xfc\x90\xf1\x78\x54\x51\xb1\x85\x91\x34\x92\xae\xfe\x8f\x7e\x69\xf0\xbb\xe8\x0c\x3d\xb0\x77\x1f\xe5\x13\x6d\xa0\x03\x8f\x4c\xa5\x85\x35\x33\x93\x9b\xa8\x0f\xea\xe8\xe1\x07\xa9\xb8\x4a\xde\xf6\x3b\x94\xdf\x65\xef\x9d\x97\x50\x7c\xd5\xfb\xa7\x27\x53\xfe\x11\x74\xb6\x99\x64\x79\x79\x2f\xaa\x57\x48\xff\x14\xa4\xea\xad\x24\x16\xc4\x45\xe9\x0d\x71\x1e\x6a\x2b\xfd\x94\x68\x3b\xba\x0f\xfd\x5d\xf0\x07\x1b\x99\x7a\x99\x3f\x86\x9f\x1c\x91\xcd\x6b\x27\xb4\x6c\xff\x8f\x7b\x0a\x0c\x5e\xb5\x88\x5b\x40\x3a\x39\xd9\x89\xfd\x11\xbe\xd8\x3a\x56\xd8\x83\xa4\x56\xe5\x49\xb3\x50\x75\xba\x6c\x89\x23\xfa\x8a\x34\x40\xf4\x1e\xf3\x86\xbe\x53\x78\x16\xb7\x06\x0d\x0b\x0c\x78\x64\x6a\x32\x1f\x22\x5c\x8e\x98\xc3\x23\x80\x9b\xb6\xab\xb8\x6a\x12\xec\x78\x9b\x1b\x0e\x55\x4f\xfe\x87\x7d\x93\xec\xd9\xf2\xba\xd0\x16\xbb\xa3\xb2\x5e\x72\x03\x67\xaf\x1d\x12\x9b\x71\x7f\x24\x46\x11\x09\x7f\x92\x56\x25\x8c\x21\xd4\xa3\xbe\x08\xbc\x89\x6d\x29\xaf\xf9\x2b\xc1\x0b\xe1\xdd\xbc\xf5\xa4\x27\xdb\xf7\x73\x13\xa0\x67\x8e\x1d\xdc\xf9\xf0\xc5\xc9\xf6\xec\x5a\xf2\x83\x66\x86\xe4\x14\xc4\xab\xf0\x11\xd7\x43\xaf\x34\x11\x22\x0d\xec\x2b\x8e\x10\xf2\x60\x29\x95\x24\x80\xe1\x2f\xc8\x67\xfc\x3c\x32\x98\x02\xf0\x52\x29\xb3\xc2\x67\x72\xe9\x14\xb1\xcf\x49\xce\x49\xea\x4c\x47\x12\x07\x45\x65\x4f\x0e\x67\x3b\x52\xe9\x8d\xdf\xc4\xa7\x99\x65\xe5\x67\x44\xf5\x4c\x42\xc9\x2b\xa1\x9e\xe9\x2d\x9a\x26\x28\x61\x7c\xa1\x1c\xe2\x6b\x19\x27\x11\x77\x78\x5a\x46\x5b\xb2\x1d\xd7\xcc\x68\x38\x90\xc0\x39\xcf\x28\xf5\x89\xe1\xfc\xc3\x28\x72\xcc\x64\x57\x31\xca\x27\x37\xb3\x72\xe8\x01\x0d\xf6\xa2\x07\xa2\xad\x66\x17\xe1\x39\x21\x4e\x45\x12\x0c\x0b\x4c\x82\x66\xfe\x08\x7f\x84\xbc\x9c\x77\x91\xf7\xa1\x60\x84\x7b\x97\x17\x90\xb4\x96\xf3\x96\xab\xdd\xdf\xc4\x59\xcc\x79\xed\xfd\x99\x1d\xc5\x39\xe2\x88\x64\x8d\x72\x66\x4e\xd9\xce\x2c\x66\xfc\xad\xfd\x9f\x70\x42\x4d\x37\xbe\x12\x3c\x54\x7d\x2c\xde\xc2\x1f\x57\x1e\xe1\xa9\x78\x77\x15\x22\xc8\x93\xfb\xa2\xe8\x74\xfe\x4c\xce\x4f\xd9\xe2\x84\x06\xce\x7c\x69\xde\x3e\x06\xdb\x4f\x3c\xe0\xbd\x92\x85\x15\xed\x76\x9c\xcf\x3c\x25\xe4\x4f\xe1\x33\xb4\xec\x80\x6a\xad\xd0\xb5\xca\xa1\x54\x2b\xf0\xb5\xf0\x8a\x26\xf8\xfb\x4d\xaf\x39\x4c\xde\x7e\xa3\x1b\x78\x80\x7b\x58\x9f\x9d\x1b\xce\xc9\xd2\xb4\xc4\xaf\x65\x33\x55\x5f\xf7\x06\xb0\xaa\x8a\x83\xb7\x6d\x66\x5e\x2b\xfa\xbb\x52\xc2\xb4\x29\x94\x4f\xe9\xa6\x3f\xe2\x6e\xaf\x94\x0a\x5d\x3a\x0a\x74\x66\xc1\x3f\xad\xab\x65\x36\xfc\xd9\x8d\x03\xac\x2a\xde\xb4\x3a\x67\x42\x31\x77\x72\x15\x29\x7b\x90\x63\x5b\x7e\x2e\xf6\x1c\x7b\x65\x99\x5d\xd8\x6c\xd6\x2e\x3d\x75\xeb\x26\x66\x86\x86\xb9\xe2\x15\x83\xa6\x30\x4e\x39\x41\x0f\xe6\x5d\xaa\x10\x0a\x17\xf6\x27\x68\x7b\x05\x93\xba\x87\x0b\x37\xf3\xbe\xb6\xff\x66\xde\xe5\xfe\xdb\x62\x85\xbf\xc9\xb9\x5b\xff\x2b\x7b\x1e\xfb\x51\xf5\xa3\x58\x2f\xd6\x2b\xcb\x99\x50\x29\x6b\x4a\xd9\xb8\xd7\x28\x73\xa5\x7e\x68\x45\x33\x63\x8d\x72\xeb\x94\xbb\xb4\x27\xfc\x2c\x4b\xa3\xe0\xef\x09\x81\xe6\x37\xff\xe5\x60\x9b\x94\xcd\xbb\xde\x5b\xc9\xf4\xe1\x76\x77\xe6\xe2\x83\x39\xe5\xad\x73\xb2\x8a\xd8\xfa\x86\xd2\x98\xb3\x2c\x6d\x8d\x7b\xe8\x26\x66\xad\xe5\xae\x17\x8b\xd1\x63\xdc\xbc\xc2\x48\x37\xaa\x52\xa6\xce\xa6\x1d\xe5\x77\x1a\x89\xfa\xcb\x79\x9d\x4a\x17\x6d\x75\xc1\x4a\xe1\x5a\x75\x31\x82\x48\xdd\xac\x12\x20\xef\xa2\xc1\x62\x26\x3a\xe5\xd8\x12\x39\x06\xf3\xe3\x08\x2c\xcb\xc2\x35\x04\x9f\x94\x82\x84\xd4\x4d\xa7\xc5\xb7\x89\x3f\x96\x1e\x11\x67\x93\xa2\x00\x80\xf7\x9b\xbc\xd8\xf0\x5a\xbf\x05\xf1\xab\xd8\xa8\x5d\x8e\x5a\x2e\xa8\x57\xcf\x47\x6f\xa6\x0c\xaa\x16\x60\x22\xd1\xb3\x8b\xed\xb0\xc5\xe9\x9d\xf2\x85\xb8\x57\x47\x56\xcb\x16\x13\x8e\x06\x33\xa5\xde\xc4\x91\x4d\x4a\x71\x35\x69\xde\xd2\x00\xb1\x1f\xe4\x02\x00\xbc\x27\xe4\x1c\x43\xa4\xce\x80\xc9\x2e\xb6\xd5\xc8\xb1\x81\x82\xd5\x25\x0a\xdc\x62\x8a\x9f\xb2\x0c\xf7\x09\xa5\x56\x34\xe0\xff\x97\xbe\xbf\xa8\x95\x68\x15\x75\xb6\x70\x00\xf4\x0a\xde\x25\x79\x4b\x8a\xd9\x94\x21\xce\x81\x32\x96\xba\x8a\x01\x78\x17\x00\xf0\x5a\xc8\x5f\xf4\x63\xda\x62\xd2\x74\xf9\xa0\x5a\x4e\x12\xf1\x3e\xa9\xaa\x48\x5f\xc9\xeb\x8b\x07\xa0\x34\xa4\x59\x7e\x03\x7a\x9e\x86\x96\xbd\x80\xb9\x51\xb3\xa5\x7f\xc8\xdb\x83\x86\x24\x3b\xc9\xe3\x9b\x96\x88\x4e\x52\x10\x4b\xbd\x45\xfe\x94\x3f\x00\xc0\x9b\x4f\xcd\xd7\x95\x6b\x78\xf4\x98\x22\x7e\x89\x91\x9e\xcc\x1d\x56\xf6\xd0\x63\xe1\xb9\x8a\xbb\xf4\x40\x44\x55\xd1\x5f\xfa\xae\x54\x99\xcc\x9e\x9e\x18\xb9\x4f\xea\x4f\x17\x05\xb9\x89\x85\xf4\xfa\x8d\x83\xa2\x85\xf4\x6b\x4b\xdd\x84\x04\xc6\x6a\x00\xe0\xe6\xd2\x7e\x6a\x97\xa8\x07\xf8\xf6\x32\x4f\xd5\x19\x5e\x3d\x87\x5e\xfc\x82\xe7\x40\xfa\x4f\x31\x87\x4b\x2d\x30\x14\xf9\x70\xfe\x97\x52\x56\x98\xc2\x61\x1c\xa6\x48\x84\x9c\x15\x81\xc5\xa2\x9b\xec\x81\x8d\x39\xc2\x58\x36\x69\xe9\x16\x41\x21\x5b\x05\x6c\xe7\xe8\x18\xb0\x3a\xa4\xa4\xb5\x38\x5d\x1a\xae\xbc\xa9\x58\xcf\x2a\x57\xfc\x29\xba\x0d\x7a\xc8\x5d\x64\xd9\xf9\xb6\xb2\x83\x85\x40\xb2\x8f\x94\x22\x69\x3b\xb4\x57\xdc\x20\x46\x05\x94\x0b\xbf\x8b\xb6\x78\x9c\x11\x20\x85\xc1\x4b\xa7\xf0\xd1\x02\x34\x20\x67\x2b\x59\x52\x55\x68\xc9\x1e\xd3\x88\x38\x5e\x19\x61\x54\x33\x46\x14\x88\xd2\x54\x42\x41\x91\x5c\xb7\x28\x17\x53\xd8\xa1\xbe\x90\x38\x22\x79\xa6\x2a\x39\x38\x4d\xbc\xa8\x18\xb1\x4b\x23\x4c\x94\xa7\x78\x58\xf1\xcf\xca\xfe\xb5\xd3\xf3\x6a\x25\xc5\xc0\x69\xd6\x79\xce\xc1\x62\xb6\xea\x65\x93\xa3\x50\xa6\x9c\x51\xef\x49\x07\x14\xab\x6b\x36\xe2\x4e\x14\x05\x54\x3a\x65\xbf\x2c\x4c\x2c\x9f\x97\x90\x20\xe1\x97\xcd\x08\x3f\x2f\xea\x28\x5d\xe4\xcf\x15\x7c\xd4\xc6\x6f\x70\xe0\x1f\x2c\x91\xd8\x59\xf1\x16\xcb\x1e\x02\x8f\x58\x2e\xdc\x2e\x45\x97\xea\x6c\x47\x9e\xe0\x64\xf1\x8b\xd6\xdd\xb4\x6d\x8a\x19\x8d\xbf\x70\xd3\x8b\x1c\xea\x8c\xd9\x3b\x0b\x37\x57\xef\x88\x3f\x21\x39\x6a\xb9\x1f\xbe\x47\x44\x33\xe9\xfd\xe7\x09\xda\x0d\x7a\xf7\x3e\xfe\x74\xed\xb6\x25\x97\xb9\xdd\x72\x2f\xe0\x0b\xf3\x34\x6f\xa7\x62\x96\xaa\xba\x6f\x9a\xc0\xa1\x78\xb8\xab\x8f\xaa\x90\x3f\x6e\x0f\xc0\x22\x64\x6f\x9a\x1b\xb2\xda\xa4\xdf\x1a\x66\xc6\x87\x49\xe6\xd5\xe4\x1f\x78\x2c\xda\x54\xf1\xd9\xaf\x5f\x10\x67\xb6\x76\x27\xf3\x74\xfa\xc0\x25\x7d\xdc\xb5\x0a\x9f\x49\xab\x99\x41\x3c\x99\x70\xa8\x36\x36\x7f\x01\x23\xb7\x2a\xb7\x20\x9b\xc8\xb7\xb0\x11\xdd\xf9\xd7\x4c\x3a\xd4\xbc\x54\x82\xa1\x05\x2d\x3d\x22\xd1\x0d\x63\x1d\x43\xf9\xea\xeb\xb8\x2b\x3e\x0c\xd5\x1c\x02\x7b\xad\x95\xe2\x36\xb8\x68\xee\x98\xc2\x42\x0a\x05\x00\xe1\x69\xf2\x35\x61\x54\xcd\x28\xe2\x2b\x63\x4e\xe5\x43\xd4\x3c\xe2\xb6\xf2\xbf\xe8\xf5\xf9\x1c\xd3\x1a\x4c\x58\xaa\xbb\x61\x1f\x56\x74\xe4\x80\x2e\x15\xf7\x2c\x34\x42\x4d\x27\x44\xfb\x24\x28\xcf\x13\x47\x5c\x3e\x28\x8c\xa4\xb9\x73\x1f\x2b\xd2\xa0\xe9\x00\x20\x34\x53\xa6\x08\x1e\xd5\x6c\xc7\x00\xf4\x9a\xca\x68\xcc\x0b\xc2\x9d\x72\x08\x7b\x26\xdf\xb5\xac\x05\xd7\x9c\x72\xbf\xf4\x01\xbe\xeb\xc8\x34\xed\x6f\xc2\xed\xd0\x79\x6a\x47\x70\xae\x8f\xa7\x92\x48\xf2\x75\x79\xa4\x38\x02\x1d\x98\xfb\x59\x31\x0b\xb6\x03\x00\x61\x36\x25\x9f\xff\xb6\xda\x0d\x8c\xa0\xf5\x57\xa4\x83\x97\xf1\x1f\xcd\x66\x52\x40\x5e\xaa\xf1\x1a\x69\x20\xc5\xbd\x74\x0a\x14\x1d\x95\xab\x5d\x07\xdb\x86\xc8\x4a\xa2\xe1\x3b\xde\x77\x8a\xfb\xc9\x62\x97\x41\xb9\x85\xb2\x65\xde\x32\xf9\x36\xca\x3d\x00\x10\x9c\xa2\xd6\xf2\x3e\x54\xed\xa1\x5e\xa1\x9e\xb7\xc0\xd4\xaf\xf8\xc9\xa6\x1e\x9a\x55\x2e\xcf\xf0\x99\x36\x3f\xb9\x40\xef\x4a\xf3\x89\x1c\xd0\xc4\xd3\xe8\x7b\x26\x54\x45\xb4\x3b\xde\x44\xc5\x6f\xba\x8b\x8b\xb6\xe8\x1e\x9d\x3d\xcf\xaf\x68\x17\x7d\x02\x00\xf8\x13\xf4\x45\xdc\xb7\x95\x09\x9c\xaf\x94\x13\xe5\x26\x8e\x12\x37\xbd\xec\x05\xc7\x39\xa7\xcc\xb0\x86\xdd\x9b\x54\xa6\x4b\x67\x67\x46\x4e\x55\xab\xd9\x5e\x7b\x92\x95\x57\xd8\x4b\xbc\x6d\x14\xfe\xac\xbf\x2e\x79\x45\xf3\xd8\x8b\xe6\x1d\x93\xed\x62\xbd\x05\x00\xbe\x1b\x03\xe4\xe0\x2a\xf6\x17\x4d\x27\xc7\x98\xcb\x0a\x7f\x61\xca\x8d\x1f\xa5\x8f\xb2\x8f\x96\x6e\x94\x0c\x27\x42\xda\x7c\x71\xcb\x61\xa0\xa4\x52\x74\x7c\x37\xb7\xf8\x89\xf0\xe5\xb6\x5c\xf9\x7e\xa1\xb3\xcb\x02\xd9\x6c\xc1\xd5\x79\x6c\xe9\x7f\xbc\xe7\x00\xc0\xb3\x65\x1d\x60\x9d\xb2\x54\xe8\x27\xa0\x53\xa6\x1f\xba\x35\x68\x6f\xe3\x3e\x4d\x64\xd6\x14\x3d\xb7\x04\x9f\xb0\x5b\xd3\xa7\xac\x38\xf8\x4a\xf5\x43\xf1\x29\xb8\xa4\xd8\x5b\x9e\xb4\xb5\xae\xc8\x28\xfb\xbd\xa6\xb8\xf0\x90\x6c\xde\xbc\x28\xc9\x2f\x91\x2b\x00\x70\xb7\xb3\x87\x99\x3b\x2d\x31\x35\xd6\xa4\x30\x93\xb9\xb2\x08\x39\x64\x78\x65\x59\x94\x61\xd6\x3b\x98\xe4\xf1\x93\x35\x11\xc6\x65\x11\x27\x55\x62\xfd\x60\x90\x46\x71\x41\x5b\xe4\x75\xa1\x68\xb5\xba\x79\xf5\x6d\xe9\x29\xe5\x8e\x79\x93\x25\x3e\x92\x1b\x00\xc0\xe1\x72\x5e\x33\x44\x16\xfb\xc6\x3b\xa0\xda\x84\xad\x77\x41\x2e\x34\x0c\xd5\x64\x66\x4c\xd3\xbd\xab\x2c\x8f\xc3\x68\xec\xca\x5f\x47\xec\x56\x45\x99\x0e\x05\xb9\x2b\xe4\x86\x6f\x5e\x28\xd9\x63\xfd\x9a\xd5\x6c\x29\xb6\x24\x62\xee\x75\xf1\xa8\xf4\x0d\x00\x70\x1c\xb9\x09\xf4\x8f\xe5\x0f\xda\x6d\xc1\xe9\x26\xdf\x16\x4f\x04\xcf\x20\x6c\x0c\x3a\xc6\xd6\xb5\xd4\x45\xc5\x4d\x52\x5f\xad\xc6\x84\x3f\x55\x59\x55\xb4\x06\x3e\x54\xf8\x9b\xff\xf3\x72\x97\x51\x0d\xb7\x57\x1f\x95\xfc\x52\x7f\x9a\x7b\x5e\xec\x52\x78\x06\x00\xd8\x5a\x6e\x0d\xe1\x5d\xf7\xcc\x82\x20\x84\xb0\x7d\x33\x22\x35\x83\xd3\x8c\x43\xd2\xe3\x3f\xd6\x8f\xa1\x86\x0f\x8d\xd7\x2c\xc7\xac\x0e\xf1\xae\x38\x86\x6d\xd8\xa1\x31\xf5\xe2\x0f\x6d\x58\x67\x88\x27\x4e\x73\x70\xd1\x3d\x07\x55\x36\x64\x4d\x11\x64\x01\x00\xc9\x6e\xca\x29\x42\x57\x17\x16\x79\x0d\x11\xdb\xd6\x80\x1a\xcd\x48\x6f\xfa\x83\xee\x8d\xbf\x50\x9f\x84\x39\x7e\xa8\xb3\xba\x1b\xfb\xbf\x90\xe5\x15\xd3\xf1\x01\x3b\x38\xa6\x34\x42\xe3\x86\x95\x86\x59\xe0\x2a\x07\x77\x9d\x8e\x84\xb7\x31\x6b\x42\x60\x6f\x00\x90\x2c\xa1\x5c\x23\xe0\x3a\x1f\x61\x44\x88\xe5\x6d\xeb\xb1\x71\x19\x1b\x9a\x38\x38\xfb\x78\x63\xdd\x3b\xdc\xfb\x43\xe2\xea\x03\xf8\xd7\x7b\x7e\x58\xca\x88\x33\x77\xe4\x96\xfd\x05\x83\x37\xcc\x2b\x6d\x21\x51\x1d\xbc\x74\xbb\x20\x83\xcd\xa0\xfa\x05\x79\x35\x00\x88\xaf\x52\x57\xe2\xff\xed\xb8\x04\x1e\x2e\xd0\xb5\x6e\x00\x9b\x8f\x35\x36\x1a\x48\x36\xf1\xee\x75\xb3\x48\xc2\x43\xeb\xab\x30\x90\xfb\x9e\xca\xf2\x73\xd0\x87\x1d\xae\x65\x6e\xf0\x45\xf7\x0f\xfa\x27\x64\x8b\x43\x80\x36\x8f\x42\x9a\x39\xa5\xe4\x2b\x95\x01\x00\x62\x07\xda\x06\xbc\x7f\xfb\xbf\xd4\x88\xfc\xdf\x2d\xbb\xa8\x09\xc7\x96\x37\xd4\x52\x73\xe3\x6a\x6a\x57\x52\x05\x07\x7b\x2b\xa5\xd4\x73\x7b\x82\xcd\xaf\x68\x2e\xdb\xef\x1b\xc3\x69\x06\xf7\x33\x7a\x2b\xba\x93\xc3\x3e\x0d\x95\x7e\x69\xe6\x01\xd5\x23\xc6\x5c\x00\x10\x05\xd3\x41\x9c\xac\x6d\x82\x7d\x2d\x3f\xb2\x39\x8e\x8d\x4b\xa7\xd4\x9f\x66\xcf\x8f\x5b\x5a\x13\xc0\x1a\x3b\xe8\x5b\xd1\xc6\xaa\xdc\x3d\x6e\x9e\xcb\x52\x6f\xe7\x18\x70\xac\x6a\xf7\x12\x9d\x3b\xeb\xa1\xc3\x01\x75\x21\x1b\x31\x53\xab\x1c\x61\x51\x01\x40\x98\xc6\xe8\xc0\x1a\x5a\xdb\xa4\x94\xbc\xf8\x26\x2f\x49\x77\x1a\xbb\xae\x5d\x7c\x33\xd6\xb3\x7a\xa3\xe8\x6b\x04\xd2\x62\x12\x6d\xde\xbd\xc6\x34\x45\x28\xf4\xf9\x59\x9a\x23\xb4\x76\x0f\xd1\xce\x13\x9c\x71\xd8\x57\x12\x21\xf8\x3c\xf3\x6d\x71\x20\xd7\x04\x00\x02\x77\x56\x20\x26\xa2\xe5\x89\xc6\x3d\xd7\xb5\x31\xb3\xa4\x27\x95\x5a\xfb\x42\xb5\x23\x66\x67\x55\x4a\x71\x5f\x78\x61\xf9\x65\x45\x4c\x70\x4a\xd9\x56\xf9\x02\x9f\xa3\xfa\xd2\xa2\xe9\x6e\x37\x35\xbe\xb2\x5c\x87\xe5\xaa\x54\x69\xf7\xac\x39\x8a\x85\x02\x6f\x00\xe0\xfb\xb3\x51\xe8\xf0\x96\xad\xe5\x8f\x73\xdc\x1a\xae\x98\xbe\xa5\x80\xb5\xb1\xc6\x6f\x47\x77\x57\x5e\x2c\x7d\x7b\xa0\xb6\xdc\x47\x3f\x25\x48\x69\xac\xd0\xee\xf7\xae\xd7\x2f\x50\xbf\x71\x8b\x50\x97\xab\xae\xdb\x0f\x29\x1b\xe5\xea\x59\xb3\xe5\x4b\x45\x09\x00\xc0\xe3\x72\xd2\x50\x77\x9b\x7f\xd6\xf8\x67\xb7\x36\x48\xaa\x6c\x52\x80\xda\xc5\x96\xb1\xe8\xf1\x4a\xae\x59\x76\x60\x8f\xf9\x4d\x19\x14\xe4\x67\x8c\x33\x54\x79\x1f\xd3\x9d\xd3\x77\xb8\x2d\x55\x47\x68\x30\xf6\xa5\xca\xd0\x62\xcf\x59\x0b\x8a\x64\xe2\x10\x00\xe0\xd9\x73\x8e\xa3\x88\xcd\xbd\x8d\x33\xb2\xf7\x35\xec\xa9\x2b\x4d\x36\xd4\x8c\xd5\x6c\x89\xa6\x56\x7a\x56\x3e\xdc\xff\xc3\x2c\xb3\x74\x06\xfe\x35\xfc\x32\x6b\xbc\xb7\xe9\xb2\x8d\x4d\xae\x7f\x4a\xee\xea\x98\xf6\x25\xc5\x03\x4a\xca\xac\x6d\xb2\x87\x92\xa9\x00\xc0\x55\x72\xfe\x20\x42\x06\xa7\x23\x96\x65\xce\xed\x9d\x8c\x9c\x9f\xb8\xbf\x73\x2e\xca\x36\x6a\x65\xab\x33\xda\x73\x2f\xbb\x71\x03\x86\xbd\x2b\xaf\x76\x23\xf6\xb7\x57\x6a\x65\x30\x5e\xbe\x56\x6b\xee\x26\xee\xb4\xdb\x5e\x76\x18\x3c\x6b\x45\xd0\xdd\x82\x33\x01\x40\x8a\xa4\xae\x44\xac\x19\x20\xa2\xe4\x19\x5f\x7a\xd8\xe8\xd4\x44\x9f\x0e\x03\x66\x53\xd4\x3f\x2d\x3d\x58\xc7\xbd\xc4\x86\x51\xdc\xf6\x5d\xa9\x35\x97\xf0\x34\xaf\xc4\x8a\x17\x84\x47\x6b\x0d\xe6\x74\x70\x9f\x5d\xa8\xf1\x0f\x49\x6f\x65\xd0\x71\xe1\x5b\x00\x20\xdd\x46\x75\x28\xf8\xd5\xff\x1f\x76\x53\xc6\xe5\x9e\x69\xd8\xbb\x89\x0e\x1d\xae\x38\x56\xe4\xb7\x96\x50\xfc\xf6\xbd\xa9\x0d\x71\x84\xd5\xbb\x0e\xd6\x64\x10\x7d\xbc\xa2\x2a\x68\x60\xce\x5a\x83\x19\x20\x19\xec\x22\x8d\x5a\x68\xc4\x6a\x48\xb7\x82\x5c\x09\x00\x92\x37\xd4\x94\x02\x43\xdf\x3d\xd0\x90\x41\xe9\x9e\x0a\xbe\x4c\xb8\xd8\xbe\x95\xb4\x31\xb2\xa5\x39\x91\x54\xb5\x77\x4d\x3d\x04\x05\xed\x5a\x55\xcd\x85\xa7\x78\x6d\xb5\x94\xc1\x8f\xd6\x6a\x4c\x8e\xe4\x41\x3b\xb4\xa1\x89\x52\x61\x3d\x43\xeb\x48\x1d\x01\x00\x89\x1b\x2d\xb9\xc0\xad\xf7\x36\x35\x35\x63\x5e\xd7\x14\x6a\x4e\x42\x7e\xdb\x56\x6a\x4e\x64\x6c\x53\x26\x95\x1b\x76\xbf\x4e\x48\x3d\xeb\xff\xbc\x4a\x4d\x73\xf1\xb2\x29\x6f\xa6\x55\xac\x95\x94\x6d\xa4\xfb\xd9\x95\x94\x56\x30\xe6\x5a\xa7\x68\x00\x86\x3d\x00\x88\xf7\xd2\x8d\xf9\xbd\x3d\x8f\xd9\xf5\xc7\x0c\x9d\xf3\xd8\x7b\xe3\xff\xb4\x06\xb3\x9e\x1f\xfe\xda\x48\x62\x55\x84\x09\x6a\xcd\x2c\x91\xbf\xa1\xb2\x89\xc5\xde\x72\xc3\x7c\x92\x65\x59\x4b\x35\xfa\xb1\xfe\xda\xf5\xeb\x4b\xd8\xa3\xd6\x9d\x25\x37\x59\xd1\x00\x20\x4a\x60\x5c\xc9\x7b\xdd\xdd\x2c\xf9\x2f\x7d\xbc\xfd\x95\x64\x59\xfc\xce\x16\x7b\xb1\xdf\xe1\xe0\x86\xc3\x22\x54\xe8\xab\x1a\x58\x78\xc6\x7f\x49\x85\x50\xb8\x7d\x0b\xce\x64\x12\xdc\x5f\x7b\xd8\x60\x23\x78\x6a\x77\x47\xb7\x45\xd0\x38\x63\xa9\x2a\x90\xeb\x04\x00\xc2\xe5\xac\x5d\x79\xd3\xba\x6a\xd5\x2b\xd2\xbe\xb5\x7d\x51\x99\xe3\xf2\x9b\xbd\x94\xeb\x0e\xd1\xea\x73\x14\xe7\x42\xbd\xab\xe5\x72\xa5\x1f\xd5\x52\x59\xc4\xf0\xfc\x59\x36\x2c\xeb\x5c\x6b\x5b\xba\x58\x16\x62\xf7\xaf\x76\x89\xe4\xec\x8c\xa4\xe2\xdf\x7c\x34\x00\x08\xd6\xb0\x0f\xe4\x2e\xed\xfc\x60\x3e\x9c\xe6\xd2\x16\x5c\x96\x12\x6b\x69\x12\x1a\x72\x0f\x9e\xa8\xeb\xd3\xcb\x43\x78\x55\x0f\xb4\x2f\x7d\x9f\x95\x4f\x68\xe8\x9e\x70\x99\x83\x7a\x97\x4b\xbb\x3e\x53\x79\xca\xae\x4d\xb3\xbf\x68\xcd\x0c\x9a\xe2\xbd\x30\x1e\x00\xf8\x19\x9c\xb5\x39\x55\x9d\xcd\x55\x09\xa9\x03\xad\xdf\x2b\xdc\x63\xc3\x9a\x7c\xca\x27\x1f\xcc\xaf\x4b\x37\x4d\x0a\xf1\xa9\x62\x19\xbd\x7d\xcd\xe5\x96\xd2\x16\xcf\x50\xe3\x59\x1d\xcd\x45\xa9\x9f\xa6\x9e\x66\xd7\xac\xbe\x26\x97\xce\xd0\x2b\x92\x45\x1e\x00\xc0\xfb\xc5\xa1\xe6\xf8\x77\xe6\xd4\xdd\x48\x3d\xd6\x5a\x51\x43\x8e\x99\x68\xbc\x57\xe5\x79\x70\x7d\x1d\x50\xb1\x2a\x64\x52\xd5\x92\xf2\x10\x5f\xb0\xdc\xdb\x34\xc7\xd3\xdd\x98\x60\x98\xed\x52\xa8\xe3\x6a\x2e\xda\x5d\x52\x6f\x56\xf4\xce\xb8\x2a\x6f\x10\xdd\x03\x00\x1e\x96\xd3\x9e\xb5\x74\x64\x1a\x72\x49\xd2\xd3\xc1\x4f\xc8\x07\xd1\x5e\xbd\xff\x43\xd5\x1e\x08\xef\xbc\x8f\xae\x0f\x9e\xd5\x3a\x88\x79\xb8\x3d\xb2\x51\x8d\xf3\xf3\xe8\xab\x15\xe0\x07\x9c\xa0\xca\x2f\xc4\xa3\x0b\x48\x96\x5b\xe0\xa9\xa9\x9f\x4a\x8d\xf0\x35\x00\x28\xc4\x51\xbd\xb3\xfe\x39\x01\xa3\xa9\x49\x0f\x07\x41\x8c\x7d\xb4\x57\x2f\x0d\x33\x74\xe0\x60\x27\x12\x2b\x09\x9e\xdb\x1a\x89\xe3\x6f\x8f\x6d\xdc\x84\xef\xf4\x38\x55\xeb\x4c\x9c\xec\x24\xa8\x54\x82\x29\x0b\x8a\x2c\x58\x92\x7c\x9a\x63\xe9\x6e\xb2\x27\x00\x14\x7a\x52\x3d\x32\x7f\x1e\xff\x84\x9b\x95\x74\x75\xe0\x37\x8e\x1b\xbd\xa1\x77\x36\x7e\xf2\x81\x7d\x1d\xbf\xf0\xea\xe0\xd9\x2d\x8f\x09\x59\xdb\x63\x1b\x8e\x13\xb3\x3c\xce\xd5\x74\x82\x1c\x27\x55\xe5\x1a\x52\xdb\x82\xfa\xf2\xdf\x50\xdf\xb4\xdd\xfa\xeb\xe4\x77\x00\x20\x7d\x4c\x45\x65\x8e\x0d\x3f\x25\x6d\x4c\xaa\xef\xff\x48\x8a\x89\xb6\xed\xb1\x22\x31\x0f\x6c\xe8\x98\x4e\x7a\x1a\xf4\xa5\xf9\x3b\x84\xda\xbe\xaf\xfe\x26\xec\xe8\x71\xbe\xfa\x0c\xfc\xc9\xa9\xa6\x62\x0b\x79\x7c\xc1\x63\xf3\x07\x4a\xd7\x34\xa5\xee\x34\xf5\x29\x00\x48\x17\xd2\xf2\x33\xa5\x43\x23\xd4\xd3\x49\xd8\xbe\x3b\xd4\xae\x23\xb7\xbb\xbe\x53\xcb\x0f\x00\x6d\x7f\xa9\xad\x41\x57\x9b\xbe\x53\xdf\x6c\xdf\x5c\x77\x83\x16\xe0\x31\x54\x75\x9c\xd6\xe7\xd4\x65\x59\x47\xcf\x58\xb8\xc8\x34\xc6\x08\x99\xf6\x52\x5b\xc2\x98\x07\x00\x12\x17\xba\x25\xf3\xe8\x60\x37\xfb\x45\x92\x57\xef\x4d\x36\xea\x88\xae\xf3\x13\xeb\xef\xfe\x33\x6d\x00\xab\x3b\xa8\xa2\x71\x82\x65\xd8\x6e\x5b\x7b\x8b\xa5\xf2\xa8\xaf\xec\x67\xf5\x3a\x0d\x96\xaf\x60\x7b\x2d\x0c\x2c\xab\x64\xf7\x4c\xf7\xd2\x24\xb3\x1c\x00\x40\xec\xca\x18\xcd\xa8\x1c\xd0\x4b\x2e\x26\x96\xf4\x54\x88\x9f\x1d\xb1\xed\x68\x11\x4d\xec\xdf\xd3\x32\x28\xda\x16\xb4\xb1\xa1\x5f\x58\xe6\xd3\x5a\xa3\x15\xae\xf2\x40\x55\x50\x04\x4f\x9d\x06\x4c\x27\x85\x1e\x0b\x35\x46\x6b\xc1\xf2\xe9\xad\x25\x9d\x9c\x0e\x00\x10\x3e\x63\x6d\xcd\x58\xdf\x1f\x57\xa2\x4a\x9c\xd6\xcd\x51\x4d\x89\xc2\xb6\xd7\x14\xd3\xf6\xb5\x35\x77\x2b\xb6\x06\xd6\xd6\x77\xc9\x9d\x7d\x02\xaa\x35\x45\xde\x1e\xcb\x2d\x74\x59\x8d\x53\x59\x59\x6b\xe1\x87\x85\xa3\xa5\xa7\xc4\xad\x56\x33\x55\x09\xbc\xb3\x00\x20\x78\xc6\xf6\x3a\x76\xb8\x4f\x6a\x3a\x9a\x90\xd2\xd5\x69\xdc\x1f\xf9\xb2\xed\x5e\xe9\xa1\x7d\xee\x4d\x2f\x74\x86\x40\xd7\xba\x27\xda\xf5\xde\x37\xaa\xae\x68\x66\x6d\x38\x53\x7e\xb2\x84\xed\x04\x1a\x1f\x17\x37\x2e\xbc\xad\x3f\x53\x58\x6b\x15\xa6\x0c\x15\x30\x01\x40\x60\xcf\xfe\x5f\xfa\xc3\xbe\x90\xca\x39\x09\xd6\x5d\x49\xe5\x37\x22\xab\xdb\x40\x53\xcb\xde\x8f\x4d\x54\xe3\xc3\x80\xaf\x75\x04\x43\x8c\x77\x6d\x55\xae\x7e\x70\x43\x6d\x79\xaa\xf6\x80\x13\xc2\x88\x55\x99\x17\xbe\xd0\xef\x92\xbd\xb6\x42\x15\x77\x0a\xfd\x01\x80\xdf\xca\xf1\x4e\xc7\xf4\xfe\xa8\xdd\x11\x3f\xd8\xf9\xb7\xea\x69\x24\xbe\xcd\xa6\xa2\x6a\xef\x99\x26\x9b\xf2\x0b\x01\xd7\x6a\x7f\x98\x7e\x78\x2b\x2a\xff\x67\x2c\xdb\x60\x36\xbf\xd0\xd3\x9d\x98\x86\xc7\xea\x4d\x8b\x1c\x75\xa2\xa2\x09\xab\xc6\x62\x2b\xe1\x3d\x00\xe0\x7b\x70\x0a\xc6\x23\xd1\xca\x1c\xfb\x33\x08\x4c\x4e\xee\xed\xde\x1d\xd8\xb0\x7c\x49\xed\x55\xdc\x4a\x84\xb7\x36\x0b\x3f\x1d\xf9\x4d\x30\x05\xff\x13\x7d\x9e\x60\x45\x9c\x86\xad\x4b\xdd\x06\xae\xc0\x5b\xc2\x5e\x93\xfc\x88\xac\x0d\x4e\xd0\x3a\xd2\x7c\x6b\x0a\x79\x3a\xe9\xf4\x0d\x0e\x0a\x2e\xc8\x1a\x6d\x47\xe7\x21\x86\x7b\xb8\x98\x34\xd4\x8a\x5a\x27\x6c\x34\x1a\xab\xb9\x88\xdb\x87\x79\xcc\xcf\xc3\xa7\xe1\xa2\xf1\x54\x02\x1b\x7f\x3b\xa5\x87\xd8\x4a\xc4\x84\x41\xe0\x53\xf0\x83\xfb\x28\xe9\x3e\xe4\x68\x1d\x0e\xdf\x82\x24\xd7\xfb\x91\xe9\xe8\xe7\xa7\x9f\xa2\x20\xcc\x68\xf7\x28\x9a\x86\xbd\x59\x93\x8a\x91\xe1\xae\x6b\x66\x63\xab\xf1\xff\xf2\xce\xe0\xce\x12\xad\x70\x9f\xf0\x13\xe0\xe6\x94\x1d\x44\x5f\x52\x6e\xd8\x2c\x90\x02\x09\xdc\xf1\x24\x0a\x9c\x6c\xed\x0a\x2b\x61\xea\xd5\xb2\x82\x1a\xe8\xf5\xc9\x8f\x88\xcb\xb0\x67\xe7\x0b\x94\x2d\x9c\x57\xd5\x8b\xde\x08\x0f\x95\x94\x60\xd2\xc8\x6b\xb9\x74\x6c\x19\xb9\x14\xfb\x04\xf7\x91\xb2\x34\x39\x88\x10\x41\x91\x87\x06\x10\xcd\x94\xef\xee\x93\xc1\x6a\xaa\xab\xb5\x03\xf4\x9a\x52\x7a\xf9\x55\xde\x57\xb6\xdf\x48\x6c\x81\x1f\xeb\x51\x87\x1b\x42\xca\xc2\x56\x2e\x47\x5e\x65\x2d\x54\x2d\x45\xaf\x62\x9e\xe5\xb8\x61\xc8\x4c\x01\xe6\x04\xf6\x25\x73\x7f\xd2\x1a\x7c\x3a\x73\x72\x08\x8b\x70\x82\xd1\xe3\xa6\x25\x9e\x62\x84\x58\x7b\x40\xae\xb4\xd1\x8b\xd7\x72\x33\xa5\x31\xc7\xfd\xf2\x2e\x4a\x5c\xdb\x72\x0b\xfc\xc4\x53\x2c\x20\x42\x27\x7c\x5d\x6c\x40\xfe\x15\x3c\x63\x5d\x47\x13\xf8\xf7\xd1\xa5\x98\xaf\xbc\xdb\x09\x9f\x71\x85\xdc\xa1\x3d\xa7\xf1\xff\xe3\x9c\x70\xdb\x4e\xf8\x8f\x5d\x6d\x7d\x88\x84\x64\xdc\x3e\xff\x37\xe7\x40\xe9\xe3\xc1\xde\xdc\x32\xdd\xb9\xe6\xb3\x79\x5f\x35\xb5\xa6\x3f\x05\x09\x25\x18\xf9\x41\xc4\x15\xa5\x0f\x63\x14\x75\x58\xfe\x17\x39\x8e\xfe\x57\xd6\x11\x7f\x16\x4b\x97\x26\xee\x6e\xc6\x7d\x10\x2f\x71\xad\xc1\xdf\x15\xae\xb5\xa6\x81\x3c\x76\xd7\xd9\xd0\xec\x98\xa6\x49\x7d\x6f\x72\x46\xeb\x38\x8d\x7b\xf3\x3c\xab\xf7\x1b\xcb\xf2\x35\x96\xb7\x32\x07\x84\xad\x89\x46\x1b\x45\xaa\x4b\xff\x20\x16\xa2\xb7\x68\xd3\xe2\x08\x98\x0b\xaa\xee\xe0\x22\x5c\xb0\x62\xab\xeb\x54\xbc\xa3\x4c\x63\x2d\x23\x7e\xe2\x05\x8e\xae\xc9\xfa\x3c\x84\xef\x99\xc8\x89\xea\xdb\x5d\xbf\x31\xb7\xb9\xf3\x77\x69\x49\xfe\xfc\x56\x89\x74\x43\x01\xb7\xe1\x0f\xe5\x27\x72\x6e\xcd\xa1\x7c\x3c\xaa\xc9\x42\x89\x75\xc7\xec\x36\x96\x04\x35\x63\x3b\x75\xd6\xeb\xa9\x38\xb1\x2a\xcb\x5a\x47\xa4\x0b\x62\x4e\x1f\xc9\x3a\x3f\x9a\xd6\xe3\x99\xb3\xf6\xc4\xa9\xba\xf8\x5c\xda\xc0\x5f\xfd\xe9\xbc\x7b\x3d\xcb\x24\xd9\x05\xa1\xed\xb3\x29\xbb\x10\x17\x1b\x6f\xe7\x5d\x42\xe5\xd4\x90\x62\x1a\xd1\xdf\x2d\x53\x83\x52\xb0\xa9\xc6\xc9\xeb\x13\x70\x1b\xd4\x1a\xeb\x41\xe2\x7a\xe1\xbc\x53\x23\x59\x96\x8b\xd1\xdd\xfa\xec\x1f\x67\x53\x6b\x8f\xe7\x86\x9c\xf4\xd1\x6f\xcc\x2b\x19\xfc\x2a\xbe\x9d\xff\xb3\x87\x4c\xee\x47\x80\x6d\xd7\xf2\x12\x50\x36\x0d\xdf\x63\x52\xd1\xb2\xaa\x5f\x41\xfe\x98\xb7\xe6\x88\xf5\x59\xd8\x3a\xed\xd2\x19\x73\x09\x06\x61\xde\x95\x38\x5c\x62\x76\xeb\xc8\x5b\xdc\xeb\x5c\x7a\xe7\x3f\x78\x5e\xfe\xf6\xca\x6f\x84\x4d\x05\xef\x55\x0f\x09\x4f\x90\xdd\x9c\xd7\x44\x2d\x5a\x8b\xcd\x02\x53\xb0\xe2\x64\x2b\xd2\x66\x7c\x61\xe8\x66\xc8\x9a\x08\xbb\x7d\x80\xba\x48\x6b\xad\xd7\x90\xf7\x43\xce\x97\x05\xd8\xb4\xfc\xd7\x23\x2b\x71\x93\x10\xfb\x3a\x8e\xe2\xda\x90\x5d\x95\x61\x78\x3c\x7a\xb9\x6a\x07\x21\x18\xc3\xe3\x1c\x25\x5a\xe3\x96\x60\xee\x13\x1f\xe2\x2b\x92\xa8\xe0\x18\xf1\x50\x48\x0f\xa9\x13\x7c\xe8\x26\x84\x30\xd0\x5a\xab\x3f\xe4\x55\xd0\xfd\x4b\x3d\x98\x68\xf4\x81\x13\x87\xb1\xf6\x18\xbf\x76\x25\xf6\x19\x36\xb1\x42\x8c\xeb\xc2\xe5\x29\xc5\x78\x05\x9e\xc1\xee\x22\x20\x08\x9d\x98\xa3\xc4\x44\xe2\xe7\xc4\x5f\x60\x1c\x69\x67\xc8\x0e\x52\x34\x54\xe0\xb6\x03\x5a\x0c\x27\x58\x5d\x85\x9f\xc3\xfd\x17\xce\xa2\xc4\xd0\xa6\x61\x3a\xba\x00\xe2\xb6\xde\xc4\x64\x40\xe3\xe5\xbf\xb0\xe1\xb0\x67\xb1\x2b\x2e\x08\xae\x64\x41\xf8\x40\xb2\x07\x3a\x94\x10\x45\x1e\x4e\x9c\x45\xc4\x52\x0e\xed\x21\x80\x3c\xca\x55\xd7\x13\xa4\x7d\x54\x67\xab\x0e\x78\x3f\xe5\xcc\xf9\x57\xc8\x69\xac\xc3\x83\xd7\x90\xdf\x59\xb3\x5a\xe6\xa0\x7e\x31\x5b\xcd\x47\x31\x53\x98\x59\xf2\x46\xec\x12\xa6\x3b\xd3\x0d\xb7\x81\x69\x8d\xda\x84\x3f\xc2\x78\x9a\xb0\x98\x20\x60\xf4\xec\x7e\x42\xb4\x30\x0a\x5d\x59\x60\x36\x23\xc8\xea\x33\xc4\xa6\x7d\x3a\x7b\xbb\x80\x22\x71\xee\x3f\x81\x50\x8a\x57\x37\x05\x21\x87\x45\xff\x94\xd5\xa1\x1e\x09\x17\x14\xad\xc3\xd8\x0a\x1c\xe9\xb7\xb0\x5b\xf8\xc1\xc8\x05\xb8\x02\x5e\x6a\xfc\x54\x7c\x27\x37\x77\xb7\x17\xe1\x32\x47\xe8\xba\x89\x28\x62\x1b\xac\x5d\x48\xc7\x19\x7f\x46\x17\xe6\x47\xeb\x19\xbd\xde\x05\xe9\x5a\x5a\x7d\x2d\x02\xab\xc6\x1a\xf6\x20\x75\xaa\x54\xe9\x04\xea\x4a\x71\x38\xf5\x01\x66\x96\xdc\xa7\x20\x1e\x1b\x2b\x5b\x14\x7b\x0d\x57\x2d\x79\x19\xec\x81\xbf\x22\x1a\x5b\xdf\x43\x20\x0a\x17\x58\x63\xc1\xb3\xec\x0b\x27\x53\xf2\x92\x1a\x5c\xbb\x48\xf9\x9c\x9a\x47\xb5\x9e\x05\xd5\x95\x63\xba\x6f\x88\x0b\xe5\x3a\xf1\x33\x14\x50\x96\x40\xfe\x1f\x3a\xac\x74\x6a\x5e\x25\xc6\xac\x29\x8e\xa1\x61\x3f\xa9\x96\x07\xad\xc0\x3b\xca\x2f\xad\x5f\x8f\x6f\x97\xa5\x58\x2b\xc0\x75\xbc\xa0\x13\x7b\xf2\x80\x81\x9c\x0e\x56\xfe\xdc\x9e\xcc\xea\x25\x05\x4e\x1d\x7b\x34\xff\x43\xec\x69\xb1\x16\x7e\x43\x12\xeb\x6b\xe1\x35\xa8\xe1\xea\xf5\xb9\xb3\x30\x4b\xcb\xf9\x47\x77\x62\x73\x0c\xb7\x02\xfd\x70\x0a\x2d\x7d\x5d\x2d\x7e\xb9\xf2\x97\x75\x25\xb1\x4d\x10\x7c\x3c\x37\xf7\xe2\x29\xaf\xf6\x96\xbc\x27\xc3\xe7\xaa\x02\xf2\x3f\xf4\x6f\xd1\x38\x20\x66\x77\x31\x84\x9b\x90\x3e\xad\x65\x10\x02\x45\x6e\x30\xe6\x64\xa3\xaf\x55\x63\xa2\x07\xb0\xcb\xcb\xb7\x06\x7c\xc2\xf9\x1a\xf2\xd6\xf1\x70\x43\xea\xe5\xd6\xe7\x89\x71\x82\x9f\xc3\xe7\x72\x4d\x63\xf3\xda\xe7\xe5\x35\x8e\x46\x56\x9a\xf3\xbb\x4f\x24\xab\xd9\x05\x67\x06\xf6\x09\xca\x10\xaf\xba\xa7\x90\xfe\x43\x39\xb7\x4a\xb2\xbf\xa1\x31\xf5\xaf\xa2\x11\x98\xf6\x2a\xe7\x80\xf3\xd8\xf3\x26\xcb\x3a\x39\xce\x5b\xa3\x9e\xe1\x48\x18\x15\x1e\x19\xdb\x4c\x0c\xcc\x8e\x1f\x5a\x46\x54\xe5\xae\x6e\x31\x13\x3f\xe5\xfd\x6b\x7e\x0d\xe6\x17\x34\x2b\xbc\xc0\xf7\x48\x0e\xb3\x94\x54\x80\xce\x42\x31\x49\x3f\xb1\xc9\x09\x22\x88\x8f\xcf\xde\xe3\x0e\x2f\x23\xc6\xb9\xe6\xc0\x0a\xd2\x3c\x2b\x2c\xf9\x2b\x74\xe4\x7c\x22\x21\x32\x1f\x1c\x8c\x26\xf4\x17\xdc\x69\xfe\x8f\xe8\x89\x8c\x30\xfb\x12\xbb\x51\xa7\xe4\x22\x30\x02\xe3\xcb\x9c\x0e\xde\xc7\x5e\x46\x4e\x90\x28\xf8\x82\xf8\x09\x68\x0d\x71\xd9\x6e\x13\x74\x05\x6c\x77\x9d\x02\x1f\x81\x6c\xad\x82\xc9\x57\xa0\x89\x73\x54\x3c\x02\xd5\x37\xc0\xc1\xff\x87\xee\x6c\x5e\x43\x00\x31\x8f\x4d\x4c\x22\x80\xfd\x5b\x74\x9f\x68\xc1\xaf\x64\xe4\x80\x21\x84\x24\x24\x0e\xfc\x45\xac\x8a\x17\x92\x7a\x48\xc0\x6e\x7f\x08\x07\x05\xad\x3f\x0d\x03\xf0\x5e\xab\x0d\x64\x15\xfc\xe4\x4c\x0f\x56\x49\x22\xf5\x5d\xc1\x6d\x21\x8d\x37\x0a\x70\xaf\x21\x3f\xe3\x4f\xbc\x0e\x2a\x95\x51\x08\x09\xf0\x32\xfa\x06\xe2\x4a\xb8\x0d\x91\x4d\xfc\x42\x8e\x8e\x2b\x07\xaf\x52\x80\x60\x98\xd4\x44\xd1\xad\xdf\x0b\x05\x52\xa7\x5a\x4d\x27\xcf\xa6\xdc\x38\xdd\x82\xf1\x61\x66\xf6\xce\xc5\xdc\x67\x7a\xd5\x77\x61\x35\x8c\xff\x0c\x71\xb8\x34\x46\x47\xa1\x2d\xde\x97\x51\x48\x7d\x4d\x58\xc2\x20\x17\x1c\x25\x4e\x61\x14\xc4\xf6\x13\x3f\x31\x92\x83\x3e\x82\x17\x19\x11\xeb\x97\x91\x12\x18\xab\xad\x62\x60\x7f\xda\xb7\x93\x0d\xa8\x21\xd1\xe7\x6e\x1b\xb4\x50\xb4\xac\xf6\x1e\x06\x23\x5c\xa8\x6f\xc6\x1e\x12\x04\x48\x4a\x70\xfe\x7c\x14\xa5\x0c\xbf\x9e\x57\x99\x1f\x40\x58\xcd\xbd\x13\x73\x9a\xe8\xc4\x9d\x1a\x74\x98\x38\xc1\xf1\x5b\x77\x15\xa4\xb1\x29\x56\xc5\x10\xcc\xf8\x79\xfc\x0b\x52\xa8\x73\xe8\x20\xa3\x22\x35\xee\xd5\x11\xe8\x55\x25\x5e\xda\x18\x8c\xb5\xf2\x90\x88\x88\x9d\xa4\x48\x83\xdb\x70\x40\x51\x5e\xae\x12\x6f\x5b\x98\x73\x94\x4f\x58\x2c\x49\x0b\x4c\x20\xfc\x12\xa1\xd6\x65\x13\xb3\x05\xef\xac\x3e\x90\xc8\xec\xee\xa1\x00\x84\xb4\x2e\xbc\xf5\x1c\x12\x5d\xed\x59\xf1\x00\x75\xb8\x22\x48\x3d\x1f\xbd\xd5\x1c\x2c\xc8\xc4\x6c\x30\x7a\x90\x2e\x61\xbd\x75\x7f\xb3\xff\xc3\x1d\x52\xf7\x45\xef\xc0\x27\x2b\xb1\x01\xb1\x84\x50\x79\xf2\xda\x37\x04\xa3\xcc\xde\x7a\x3d\x78\x91\x67\x3f\xb0\x11\xb1\xb5\x2f\xaa\xf9\x22\xe2\x6f\x17\xa5\xfc\x04\xf2\x7c\x1b\x4f\x65\x8b\xaa\x6f\x82\x79\x30\xba\xbc\x6e\x1f\x68\x83\x69\xac\xfc\x99\x75\x14\x7b\xc6\x2c\x8c\xfa\x8e\x1b\x37\xcc\xdd\x85\xc7\x0f\x68\xbe\xaf\xcd\x22\x4c\x57\xd2\xac\xfd\xc1\x83\x02\xdb\xfe\xd0\x82\x3f\x23\x40\xd3\x17\xc4\xd8\xe0\x29\xf3\xbf\x48\x75\x6f\xb2\xd2\x1b\x85\xee\x78\xc0\x6d\x47\x1f\x6b\xd9\x44\x3c\x8c\xc9\xad\x4f\xca\xec\xc0\x52\xab\x72\xa3\x20\x1c\xdf\x9c\xb1\xcb\x05\x9f\x5d\x7a\x6f\x6d\x20\xbe\xaa\x44\x6a\x7d\x8c\xf8\x45\x30\xd8\xa7\x29\x38\x77\xf6\x44\xd3\x5e\x84\xf2\x94\x8f\x39\x10\x99\x34\x0c\x15\x6b\x50\xee\x7d\x6a\xae\x23\x7a\x41\x27\x8b\x70\x01\x33\xb7\x25\x30\x33\x08\xeb\x50\x37\x1e\xe5\x8a\x5b\x59\x79\xd0\x7f\x02\xf7\xb5\xec\xd7\xda\x30\xbc\x83\x7a\xc2\xba\x87\x98\x2a\xb4\x3b\x4e\xa7\x68\xb3\xde\x75\x2c\xa1\x60\x73\x9a\xaa\xd9\x94\x7d\x79\x7c\x6d\x3e\x25\xaa\x60\x97\x28\x93\x92\x87\x5c\x0a\x17\x51\x28\xa8\xaf\xb9\xfe\x14\x0b\xe6\xd3\x51\x7b\x4a\x2b\xee\x6f\x40\x31\xe5\x32\xe1\x83\xcb\x69\x2a\x00\x76\x4e\x3b\x46\xfd\x1f\x84\x1c\x1e\x22\x97\xe4\x5d\x68\xcf\x22\x4b\x0b\x3c\xab\x6e\x91\xf1\x88\x61\xcd\x08\x59\x8b\x5a\x2d\x3c\x4e\x3e\x8f\xae\x80\xbe\x93\x3f\x63\x7d\x72\x06\x28\xee\xb8\x47\xd1\x6a\x4a\x1c\xc1\x10\x60\x43\x51\x80\xbe\x2e\x31\x94\xcb\xa4\x9a\x69\x9e\xd4\xdb\xf0\xe4\xa1\x8f\xb0\x16\x79\xb5\xad\x16\x6e\x42\x3d\xaa\x72\x84\x2d\x18\x47\x8d\x35\xfc\x0c\xeb\x2a\x5c\x40\x5e\x8f\x8b\x87\x12\xc8\xc7\xf0\xe6\x9c\x6d\xe4\x06\xc2\xef\xe8\x75\xe4\x77\x60\xce\xae\x6a\x4a\x00\xa9\xdf\x65\x11\x45\x00\x8d\x4f\x5b\x44\x6d\x84\x2f\x0c\xbc\x82\xa6\x10\x3b\x5b\x46\x21\x77\xf0\x70\x45\x08\x74\x00\x3c\x53\x82\x82\x74\xa4\x18\x7e\x2b\xf4\x99\xf4\x97\xb4\x0a\xde\x07\x35\x67\xbb\xc2\x8d\x30\xe2\xc8\x41\xf2\x5c\x72\x88\xff\x4f\x32\x8f\x32\x7d\x8d\x85\x7c\x9d\x22\x99\x36\x99\xea\x4a\xa9\xe8\x0f\x07\x49\x74\x56\x73\x04\x78\x8e\x4e\x2f\x6f\x22\x2d\xa3\x67\x2b\x7f\x90\xa8\xf4\x48\x5e\x1a\xe9\x1d\xfd\x20\xf1\x2b\x14\x4b\x8f\xcb\x5a\x07\x5d\xa5\x17\x44\xf1\x60\x1f\xba\xd4\x1f\x05\x77\xd0\x2d\x6b\xc8\xf0\x47\x7a\xed\xb4\x48\x4a\x2e\xad\xa1\x37\x9d\x08\x0a\x81\xc6\x23\xc4\x21\x81\x9f\xd9\x16\x5c\xc0\xa7\x17\x43\x20\x8f\x37\xc0\x9d\x41\x9a\xce\xb3\x22\x9c\x20\x31\xb9\x29\x99\xab\xa0\x19\x9c\xfe\xc8\x76\x08\xcb\x59\xe2\xf7\x3f\xe8\x09\x9b\xbc\xe6\x30\x3c\x8f\x3d\x63\x5a\x2d\xd9\xc0\x28\xef\xaa\xc7\x7f\x54\xbb\xd7\x4f\x21\xc4\xa8\xaa\x8d\x95\x84\x01\xe5\x6c\xf9\x0e\xe2\x4e\xc5\x1e\xd6\x1f\xe2\x68\x11\x0b\xf7\x06\x8c\x2a\x3c\x75\x4c\x02\xbe\x91\x02\x87\xb9\xa4\x4c\xf1\x01\xbf\x4d\xa4\x1b\xc2\xea\x35\x1b\x49\x8f\x04\xb4\xe9\xa9\x30\x96\xbd\xbb\x23\x10\xbf\xa6\xea\x55\x4d\x1a\x9e\x51\x61\x5f\x1a\x83\x7f\x68\xa6\xc8\xfe\x21\xa4\x1a\xeb\x18\x7f\x08\xef\xf4\x97\xb0\x4b\x89\x1c\xcd\xdb\xb4\x6f\xe0\x1a\xd5\xc4\xa1\xb5\x60\x47\xf1\x62\xdf\x8d\x24\xe7\x22\xf4\xea\x4a\xd2\xf2\x42\xd4\x74\x01\x34\xc6\xe5\xb6\xfe\xc4\x59\xba\xb6\x57\xa1\x70\x13\x6d\x67\x74\x3b\xf0\x47\x9b\x37\x49\x67\xe0\x6f\xd5\xe7\xd1\xed\x08\xc7\xaa\x45\xe8\x44\xc2\x4f\x8b\x2a\x15\x41\xd4\x94\x49\x22\x7e\x82\xeb\xf5\xfc\x9d\xc1\xa0\x5e\xfd\x69\xf5\x12\x90\x5e\x1c\x37\xbd\x0c\x0a\xe4\xc7\xb7\x2e\xc5\x81\x83\xe6\x4a\x0d\x6e\xac\x77\x4c\x1b\x87\x5f\xd9\x79\x56\xe2\x89\x2f\x6d\xd5\xd1\x22\x08\xce\x8d\xfb\x50\x95\x84\xb6\x9a\xfb\x29\x17\x89\xe1\x15\x31\x11\x38\xe2\x83\xb2\xeb\x3b\xde\x80\x7b\xf5\xc3\xce\xef\xc1\x15\xaa\xe0\xe9\xc3\xa4\xa7\x82\xa9\x2d\x48\x5c\xf8\x29\xb7\x8a\xd7\x38\xed\x71\x1b\x4d\x23\xee\x59\x7f\xab\x58\x8a\x8f\xee\xde\x48\xed\xc2\x5f\x6b\x63\xa3\xec\x09\x71\x8d\x4d\x29\x71\x84\x37\x35\x43\x11\xf3\x88\x04\xcb\xd0\x8e\x3e\xe2\x4d\x63\xb5\xf3\x07\xa2\xbc\xc4\x60\x65\x43\x8a\x12\x24\x75\x4c\xb0\xbd\xb3\x82\x6b\x65\xac\xda\x9c\xa5\x06\x88\xe5\x94\xfb\xbc\xc8\x89\xd9\x97\x5f\xcf\x7c\xc5\x4c\x46\x48\xb0\xcf\x18\x7f\x51\x84\x74\x2a\xa3\x0e\x43\x3c\xf8\x91\x11\x83\x63\xef\x8c\x65\x2c\x24\xa0\x9d\xe2\x18\x76\xe0\xfa\xc9\x2f\x19\x7b\xa0\xd4\x8e\x03\xac\xa4\xdc\x17\x35\xaf\x98\xf7\xf3\x29\xa5\xb7\x99\xc7\x10\xd6\x32\x01\x73\x3e\x92\xcc\x8c\x61\x8c\xa1\x6d\xb1\xa9\x0c\x1a\xa6\x2a\x7d\x26\xc3\x17\x77\xe4\xa0\x8a\x01\x10\xe6\xee\xf8\x4b\x1f\x27\xb6\x3a\xd9\xd1\x5f\x91\xec\x26\x8f\x33\xdc\xa0\xe7\xed\x32\xa6\x04\xd1\x5c\xb3\x85\xb9\x10\x35\xa3\x74\x03\xa3\x0a\x1d\x55\xf8\x88\x81\xc0\xe4\x33\xfa\x19\x3e\xd8\x5a\xcc\x38\xfd\x17\xee\x77\x9a\x9c\x7e\x86\x90\x7e\x70\x3b\xbd\x8c\x78\x65\x47\x2d\x5d\x40\x5a\xb3\xea\x5f\xba\x19\x0a\x9c\x7c\x95\xfe\x1b\x2e\x6f\x7d\xc1\x98\x4b\xa0\x56\x49\xe8\x9d\xc4\x55\xba\x42\x7a\x2e\xb1\x4f\x8a\xa7\xfb\x81\xa9\x74\x0a\xdd\x81\xb4\x0c\xdd\x43\xfb\x4a\xfa\x37\xd5\x40\xbb\x0b\x0d\x46\xe0\x69\x17\xe1\xa2\xed\x9f\x69\x0f\xc9\x71\xab\xc8\xb4\x2f\xe4\x2f\x93\x2f\xd3\x19\x94\xb4\x16\x37\x1a\x93\x7a\xb5\xe2\x06\x6d\x2f\xf5\x85\x76\x36\xcd\x8e\xfa\x55\xb2\x80\x36\x97\x36\x8d\x16\x4c\xfd\x46\x5b\x8a\x32\x51\x3f\xd1\xc2\x53\x1a\xa8\x0f\x68\xb4\xf0\x11\xea\x4f\xda\xe0\x76\x22\x6d\x09\xed\xbf\x55\x89\x34\x7b\xfa\xfc\x29\xcb\x68\x17\x68\xc1\x4d\x5a\x6a\x10\xaf\xd7\x72\x88\x1a\xc4\x0b\x55\xe7\x51\xb7\x71\x87\x44\x72\xaa\x07\xd7\x99\xf2\x92\xea\xc1\x51\x22\x73\xa9\x6e\x1c\xfb\xe4\x72\xea\x66\x76\xcd\x81\x6f\x54\x7f\xf6\xba\xed\xf3\xa8\x81\xac\x9e\x55\xfb\xa8\x5b\x58\xc8\x29\x52\xea\x77\x86\x43\x83\x03\xf9\x97\xb2\xd4\xf4\x9c\xfc\xb7\x78\xab\xca\x8e\xfc\x55\x7e\x56\x90\x4f\xfe\x5e\xb4\x1d\xfe\x4a\x99\x52\xd8\x58\x50\x47\xf9\x47\xea\x9e\xe4\x4c\x71\x12\xd7\xee\xbf\x44\xf1\x11\x39\xfa\x84\x52\xfc\x04\x03\xab\x26\x53\xfe\xe1\xbf\x9b\x3a\x93\xf2\x81\x25\xaf\xcd\x24\x6f\xb7\x08\x8d\x18\xb2\x87\x79\xb9\xe2\x2e\xd9\xc5\x58\xc7\x8b\x24\xbb\x96\xae\x84\x66\x93\xb7\x69\xc5\x79\xef\xc8\xfb\x4b\xbe\x25\x18\xc9\x59\xca\xf8\x7d\x4a\x32\x43\x7e\xc2\x3b\x9d\xcc\x95\x81\x8e\x5a\xf2\x16\x29\x34\x35\x99\xb2\x8e\xd3\x57\x1d\x0f\xbf\x68\x73\x2c\xcd\x87\x4f\x35\x03\x45\x37\xe0\xee\xfa\x01\x4e\x16\xdc\x57\x13\x01\x06\xc1\xa7\x2a\xce\xe7\x86\xc3\xe3\xe6\x2d\xf1\x9b\xe1\x77\x06\xc5\xde\x54\xf2\x34\xed\xf7\x6d\x48\xf2\xa4\x92\xef\x8e\x36\x70\x89\xfc\xcd\x54\x90\x5c\xc2\x23\x56\xa5\xc3\x27\x7b\x57\xea\xf9\xb0\xa5\xb3\x5e\xf6\x03\x2e\x6c\xb3\x65\xab\x61\x71\x93\x3f\x91\x05\x17\xd6\x1d\xc9\x31\xc2\xba\xaa\xf0\x38\x1d\x5c\x5f\xee\x1b\xf6\x14\x1e\x34\x6e\xdb\x36\x0b\x6e\xd3\xd1\x57\xde\x86\x37\x17\xd7\x4d\x55\x92\xbd\xf8\xcb\x2b\x35\xb0\x69\x38\x5c\x77\x05\x26\xf7\x5b\x64\xe1\x70\x72\x77\x3f\xeb\x1b\x7c\xa8\xdd\x4c\xf8\x08\xef\x6f\xce\xc8\x71\x80\xf7\xd7\xfd\x8d\xf3\x80\xa3\xaa\x0a\xc3\xc4\x70\x7c\xb9\xdb\xd6\x9b\x70\x80\xc1\x75\xe5\x0d\xa8\x4c\xf9\xbf\xa9\x57\xe1\x3a\x3e\xbe\xe6\xb2\xc8\x92\x59\x67\xb8\x27\x34\x66\x8b\x15\x2d\x02\x45\x6e\x01\x6f\x25\xbf\x23\x7f\x07\x69\x90\x77\x0f\xb1\x3c\xaf\x9c\xfb\x03\x35\x2f\x61\x33\x77\x05\x66\xf1\xde\x30\x4e\x02\x6e\xf5\x56\x23\x7b\x18\xff\xdb\x21\x85\xdd\x4e\x2c\x06\x12\x59\x32\x28\xbd\x66\x95\xf0\x46\x6e\xa4\x61\xb7\xe0\xdf\xbc\x71\xc5\x4a\xfe\xab\x02\x02\xd7\xc0\xb7\x43\x7c\x25\x85\xf2\x0e\xa2\xd4\x79\x9b\xb9\x0c\xcc\xa6\xf8\x8b\x9c\x3e\xec\xb3\xbd\xb3\x39\xb3\xf0\xa6\xad\x09\x6c\x16\xd1\xc3\x61\x27\x9b\x0d\x52\x80\x6c\x16\x06\xba\x59\xcd\x16\xce\x44\xd8\x95\x96\x0b\x36\x21\xc3\xe4\x2c\x7e\x00\xaa\x8e\x6b\xc3\x63\xa3\x2f\x81\x27\xb8\xe7\xb1\x8b\x72\x7b\xb8\xd6\x38\x74\xfc\x31\x4e\x38\xfe\x51\xd8\x45\x76\x33\x31\x62\xab\x1d\x7b\x3b\xa8\x72\xb0\x63\xfb\x92\xca\x01\x32\x2b\x00\xe6\x55\x4d\xe6\xd7\xe3\x23\xf5\x9b\x79\x4f\x08\xff\x14\xb9\xf0\x96\x13\xc6\xd8\x97\xb9\x08\x22\x93\x58\xc7\x39\x03\x86\xe7\x0c\x71\x16\x93\x36\xc4\x49\xd9\x08\x68\x65\xd8\x56\xd6\x7b\xe8\xa3\x97\x82\xa5\x84\x07\xed\x5f\xb3\x24\xe4\x44\xa0\x83\x39\x40\xf1\xaa\x40\xf0\x92\x28\x81\xda\x87\xdc\x72\x8a\xb0\xb0\x96\xf3\x89\xd2\xcd\xc2\x73\xa2\x29\xf7\x08\x78\xf6\x09\xea\xfc\xec\x5a\xf6\x6a\x6a\x5a\x6c\x19\x4b\x46\xed\x0b\x95\xb1\x1c\x69\x53\xbd\x3c\x99\xa7\x68\x7b\xec\xff\x63\x5a\x68\x94\x49\xce\x8c\x3f\xd4\x6f\xe5\xfd\xdc\x6d\x9c\x6b\x9a\x79\x1c\x25\x07\x2b\x5d\xc5\x7e\xcb\x99\xc5\x9c\xcd\x4e\x64\xab\xf0\x5b\x58\xd7\xd9\x1b\xb3\x84\xac\x50\xd6\xd3\x98\x6a\xe6\x30\xcb\x10\xf2\x94\x19\xc9\x3a\xb0\xe5\x2e\xe3\x13\xcb\xda\xfe\x13\xa3\x86\xf9\x68\x52\x19\xc3\x89\x5e\x5d\xf6\x83\x33\x55\x2e\x57\x5d\x65\x27\x14\xe9\x44\x1f\x59\xc3\x32\x01\x7d\x06\xcb\xa7\x70\x23\x36\x83\xd9\x25\xb9\x9f\xf1\x86\xe9\x2d\xd6\x1e\xdd\xcd\x18\x10\x1d\xdd\x33\xca\x38\x2a\x9c\xb9\x65\x1e\xfd\x13\xff\x8d\x7d\x19\x9d\xcd\x0f\x9f\xf4\x83\xee\xce\xfc\x6a\x9c\xce\x5e\x66\x72\x29\xe6\xb0\x38\x86\x71\xc1\x45\xe6\x84\xfe\x1a\x75\x16\x93\xa8\x95\xa2\xd5\x8c\x6f\xea\xdd\xc7\xc2\x18\x14\xe5\xdf\x23\xb7\x18\x56\x8a\xbe\xdd\x5a\xba\xa5\x08\xed\xb9\x89\xbe\xb3\x50\x68\xbf\x9a\xd6\x22\xf1\x9d\xec\x4a\xc3\xb1\x3f\xe9\x6f\xb3\xa4\x8d\xe7\xe4\x1d\xac\xe5\xf5\xf3\x79\xcf\x99\x96\x1a\x1f\x72\x00\xd3\xbe\xd2\x09\xf9\x89\xa1\x36\xff\x4d\x1b\x63\x2c\x35\x9e\x8f\x92\xd0\x8d\x7a\x4d\x30\x9e\xee\xa9\xc1\x6d\xf6\xa1\xf5\xaa\x9e\x2c\x17\xd3\xe6\x14\x6d\x9d\x1c\x46\xbd\xc5\xd5\xe8\x27\xb1\xf8\x1d\xaa\xa2\x97\xac\xe9\xad\x34\xde\x02\x26\xb7\x69\x27\x4c\x63\x7c\xaf\xbb\x82\x0c\x64\x20\xaa\x0f\xa5\xb9\xd1\x5f\x59\xba\xa2\xa6\xd0\xb3\x4c\x2b\x82\x7e\xd3\x3e\x94\xd6\x6c\xba\x4e\x2b\xd0\xda\x2c\x8f\xa4\xd6\xca\x47\x27\x1f\xa3\xe2\x79\xde\xba\x23\x2c\x66\x9f\xa9\xc8\x97\xf9\xa1\xdb\x8f\x8b\x60\xa6\xb4\xd7\x40\xff\x32\x46\x9b\x7f\x23\xfa\x18\x9e\x0d\x5b\x52\x3b\xe8\xe5\x35\xbb\x23\x4d\xf4\xc5\x15\x89\x41\x35\xb4\x62\x53\xf1\xa6\x62\xea\x84\x1e\xbb\x3c\x94\x3a\x5f\xf1\x75\xb2\x8e\xf2\x9a\xa7\x54\x05\x97\xdc\xcd\x3c\x2e\x6e\x52\xcd\xcc\xe6\x31\x53\x8b\x0f\xe4\xfa\x12\xad\xe4\x55\x79\x7f\x73\x3f\x17\x4d\x2a\x78\x98\xb4\xad\x30\x02\x79\xf1\x60\xa0\xa4\x0a\x7d\x63\xd7\x1c\xb1\x3d\xf6\xba\x7b\x99\xf0\x05\xde\xbc\x48\x29\x7c\x47\xf8\x06\x00\xdc\x12\x68\x5c\x59\x53\xb2\x22\xe7\xbd\x78\x9d\x32\x21\x8f\xcc\x78\xa7\xa8\xc9\xff\x46\x28\x93\x2f\x44\x60\x73\x8b\x65\x4c\xd4\xbc\xc4\x87\xd2\x87\xe8\xde\x88\x2f\x92\x60\x2c\xe4\x7f\x57\x74\x16\xbf\xd9\x1d\x2f\xac\x21\x74\x2e\x2a\x14\xb6\x11\xcf\x00\x00\x17\x0b\xbb\x28\x27\xab\x72\x0a\x42\x44\x9a\xe2\x66\x84\x8e\x81\x54\x58\x21\x1f\x10\x5c\x8a\x78\xe8\x39\xb9\xeb\x64\x00\x26\x2b\x91\x26\xcd\xc6\x5e\x8f\x30\x8b\x6f\xe2\x8f\xf8\x97\x89\x50\x84\x93\xee\xfb\x85\xf1\xa0\xf5\x22\x9e\x30\x1d\x7c\x02\x00\x5c\x7f\xb8\x4b\x71\x4b\x69\x8d\xfd\x23\xc4\x2a\x20\xdc\x1d\x7a\x44\xd1\x4f\x7c\x19\x7e\xb5\x8c\x4c\xc8\xcf\x09\x2e\x9c\x4c\x3c\x98\xd0\x26\x21\x81\x7b\xc3\xbf\x88\xbe\x91\x8e\xfa\xbb\x0a\xcb\xa1\x9d\xee\x33\x05\x7a\x78\xee\x22\xad\x80\x09\xab\x01\x80\xa3\xa1\xb8\xc8\x73\x14\x13\xd0\x4f\xc1\x2a\x79\x3a\xcc\xa1\xcd\x90\x3d\x84\xff\xc5\x4e\x14\xa2\xc9\x5b\xb2\x7d\xa5\x53\xc9\xaa\xf8\x33\x62\x21\x65\x4e\xb8\x9b\x68\x11\x45\xe3\xa7\x13\xdc\xa6\xce\x76\x6b\xe3\xdf\xa2\x82\x8b\xf4\x7c\x23\xf5\x24\x00\xb0\xdf\x51\x4f\x14\xad\x96\x9f\x63\xde\xe5\x9d\x2b\x3a\xcc\x1c\xa4\x74\x17\x3e\x61\x0a\x30\x67\xa4\x14\xe6\xa1\x2c\x57\x89\x1d\x73\x7d\xdc\x55\x51\x3d\xd3\xfe\x40\xac\x30\x90\xb9\xcc\xcf\x5a\x30\x93\x39\xdf\x2d\x8f\x6f\xc5\x5c\xb6\xa8\x9e\x57\xca\xdc\x0e\x00\xec\x15\xf4\xe8\x42\xa0\xa8\x41\x6a\xe6\x5c\x97\xb9\x4b\xbe\xc0\x4f\xa4\x83\x12\x7b\xb4\x9d\x24\x55\xbc\x2c\xa3\x46\x3c\x45\xb4\x2a\x16\x12\x96\x09\xb7\xef\xf7\x12\x04\x08\x12\x7c\x9d\xf9\xb3\xf9\x34\xd7\x71\xee\x04\xef\xe1\x22\x2e\x37\x99\x37\x13\x00\x58\x4e\x4c\xbc\x64\x95\xac\x5f\x37\xcc\xfa\x58\x18\xab\x75\x84\xe6\x4a\x7e\xab\xf3\x91\xb9\x62\x83\x4a\x75\x6c\x95\x68\x57\xf1\xc9\x98\x25\x82\x67\xf2\x5f\xfb\x26\xf3\x05\x45\x7e\x3b\x5d\x79\x47\x0a\x65\xae\xab\xb8\x3b\xa5\x79\x8b\x5c\x39\x24\xd1\x72\x00\x60\xc6\xb0\x77\x88\x36\xca\x68\xd5\xb7\x99\xcb\x0b\x27\x55\xa6\x82\x11\x12\x59\xf9\xbd\x82\xd3\xe2\x4d\xa6\x88\xb4\x0a\xe1\x55\xc3\x60\xf4\x90\x80\xa8\x5f\x1f\x76\x83\x6f\xaf\xa9\xdb\xb1\x82\x7b\xaf\xe4\xe8\x7a\x5f\x4e\x73\xf1\xb3\x85\x25\xec\x31\x69\x0c\x00\x30\x5a\x39\xe5\xc2\x24\xd9\x96\xc6\xef\x8c\x70\xe9\xf9\xfa\xdd\x44\xa1\x24\xb3\x06\x53\x30\x57\x3c\xa5\x52\x97\x06\x08\x8d\xe5\x03\xd1\xae\x02\xff\xb2\x5b\x61\x47\x78\x4f\x0d\xb6\xdb\x9b\xb8\x25\x3a\xca\xba\xbb\x9c\xc4\x12\xea\xc2\x14\x76\x62\x61\x0d\x00\x30\x0e\x70\x37\x0a\x1a\x0b\x5f\xb5\x67\xd0\x2b\xa4\x45\x2d\x7c\xc2\x2b\xc9\x96\x46\x66\x3e\x55\x74\xb6\x8e\x90\x4a\x17\xc6\x57\xa7\x1e\xe9\xe3\x7f\xad\xf0\x0b\xfd\xc1\x2b\x32\x07\x6c\x4f\xe1\x7a\x19\x6e\xaf\x2b\x65\xbf\xd0\x30\x16\x1e\x61\xf5\xca\x3a\x80\x69\xf4\x93\x5c\x29\x73\x51\x85\x4f\xd6\x4a\x52\x86\xb9\x24\xfb\x12\x2a\xa8\xcc\x3a\x57\x9c\xb9\xa6\x54\x92\xbf\x23\x3e\x53\x37\x0f\x61\x7b\x70\x81\x9a\x8d\xfc\x12\x54\xa5\x9a\x82\xfe\xea\x35\x47\xd1\x89\x7d\xee\xf4\x4a\x3e\x13\x5f\x62\x9b\x5e\xa4\x27\xbc\x07\x00\xc1\x6e\xb8\x9d\x31\x62\xa1\xe5\x02\xa4\x05\xa6\xb7\x79\x38\xe4\x17\x63\x66\xfe\xd7\x8c\x07\xfa\x3f\x88\xfc\x78\x27\xad\x12\x35\x39\xe2\xae\x7a\x1e\xba\x25\x88\xa0\xd4\x61\xf1\x5b\x3e\x28\x52\xf0\x0e\x4e\x0f\x8a\x8e\x13\x24\xb6\xb4\xa2\x70\xa2\x19\x00\x04\x76\xf0\x5d\x46\x5a\xf9\xd9\x02\x6b\xb0\xcb\x14\x8c\x08\x46\xea\x0c\x27\x91\xd2\x0c\x91\x1e\x8d\x1a\x8b\xbb\xad\x9d\x8f\x59\x1f\xa1\x2e\xd1\x60\x4d\x41\xbb\x94\xeb\xf1\x6e\x5b\xc6\xe4\x13\x84\x62\xa7\x2b\x45\xd9\xc4\xd3\xb6\x2a\xd9\x6b\xb0\x11\x00\xf8\xb7\xc9\x7b\xe8\x78\x73\x33\x76\x2f\xf1\x66\xd9\x6a\x9c\x23\xe2\x4c\xe9\x29\xdc\xfb\x63\x17\x74\xf9\xf8\x33\x71\x9e\x9a\x39\x84\x81\x08\x2b\x55\x39\xf1\x42\xe0\xe9\x62\x5f\xf0\x7f\x5b\x28\x72\x17\xd2\x63\xa7\x1e\x99\x16\x6a\xb0\x1d\x2a\xfc\x0d\x17\x00\x00\x7f\x33\x45\x4c\x4b\x33\x61\x48\x0a\xc2\x53\xe3\x6c\x68\x45\xc1\xa8\xbe\x05\x92\xa4\xbf\xd0\xa6\x42\xbf\x63\x73\xd5\x73\x60\x66\x78\x94\xb2\x81\xec\x1c\xe8\xae\x38\x44\x1e\xdf\xb2\xbc\x28\x84\x82\x74\xd2\x16\xf6\x50\xfe\xda\xbe\x93\xbe\xa6\x96\x00\x00\x2f\x8f\x36\x89\xea\x5e\x46\xa3\x93\xf0\x2d\x86\xe9\x74\x49\x7e\xaf\xae\x8d\x0e\xa7\x7d\xd4\xe4\xd1\xa1\x98\xe2\x92\x15\x74\xf1\x01\x79\xf1\x29\x7a\x6f\x80\x40\x8e\xa0\x7f\xf3\x6c\x92\x15\x30\xbc\x9d\x70\xd2\xdb\x0c\xd9\x3f\x6b\x25\x37\x19\xc5\x00\xc0\x35\xd2\x73\xc9\x97\x8d\x0b\x44\x68\x5c\x9a\x7e\x4c\x78\x31\x2f\x56\x2b\x16\xae\x4a\x6d\x52\x87\x09\x90\x47\x09\xaa\x49\xfc\xb1\xfd\x25\x8a\x16\xbe\xff\xae\xde\xa2\x34\xde\x49\xcf\xa5\x85\x89\xbc\x58\xa7\xf5\x92\x56\xde\xde\x7f\x02\xc5\xc7\x38\x1c\x00\xe0\x14\x31\x77\xc2\x8b\x0c\x19\x25\xbe\x98\x21\xdd\x27\x65\x67\xce\x57\x4d\x5f\x31\x32\x25\xab\x84\xa8\x98\x16\x1d\xae\xf4\x28\xaa\xda\x27\x95\x3f\x97\xc5\xf9\x8f\xcb\xf4\x85\x2e\x9b\x73\xa5\x0a\xe9\x8a\x55\xdd\xe2\x5b\x12\xd4\x3f\x1e\xa2\x10\xfe\x15\x00\x60\xb7\xb0\xfa\x48\xb8\xd2\x06\x73\x3d\x3a\x48\x97\x5f\x76\x25\x1b\xaf\x71\x37\x3c\x49\x9e\xaa\x7a\xa3\xbf\x73\xe4\x9f\xe2\x0a\xed\xfd\xbd\x08\x79\xba\xfa\x9d\xdf\x7d\x99\x53\x89\xeb\x26\x89\x74\xa6\xb2\xd2\xf1\xb3\xd8\x57\x8e\xb5\x1d\x17\x26\x88\xd0\x00\xc0\x9e\xc4\xfe\x00\xb6\x95\xe2\xaa\x73\x50\x32\x9d\x67\x65\x50\xd6\xa8\xfa\x83\x65\x7a\x52\x96\xaa\xc1\x34\x12\xc5\x2e\x4e\x37\x0a\xc3\x3e\xc8\x57\x96\xa6\xf8\x61\x0b\x1f\xe9\xb0\x9b\x3c\x24\x03\x1a\x5b\x47\xb3\xe8\x71\x31\xc5\xb6\x46\x70\x51\xcc\x05\x00\x56\x29\x27\x1e\xb4\x29\xdd\xd1\x20\x40\x7e\xd6\x7e\xa9\x73\xcd\xda\xa6\xae\xaf\x6e\x4b\x7c\xa1\x4a\xad\xdc\x1b\xb5\xa8\x78\x6e\xf9\xeb\x30\x65\xd1\x98\xa9\xcc\x6f\x6d\x21\xdf\x18\xbf\xf1\xbd\x24\x4a\x37\xe0\x88\x14\xa5\xa8\x96\xda\xf6\x08\x96\x48\x08\x00\xc0\x9a\xcf\xe9\x43\x2e\x6f\x85\xb3\x97\x67\x2d\x6b\x5a\x99\x53\x99\x64\xac\xbb\x96\xe7\x76\xa4\xb8\xda\x9c\x3f\xb4\x7f\x4a\x45\x1e\x82\x14\xf0\xc5\xec\x88\x3a\xbc\xf5\x89\xe1\x35\x26\x68\xdd\x15\xfd\x42\x9c\xfb\xd2\xc9\xda\xc3\xf8\x31\xab\x46\x55\x22\x48\x05\x00\x51\x25\xb9\x19\xd1\xdb\x72\x33\xb7\x39\xf3\x66\xa3\x30\xdf\x3a\x09\x5d\x17\x56\x90\x70\xa4\xa0\xda\x11\xd1\xbb\xef\xa9\xe5\x33\x6a\x67\xc0\x1d\x53\x0b\xfa\xd1\xd6\x4b\x06\x16\x56\xb3\x6e\x4c\xd7\x81\xdf\xbd\x74\xbe\xe6\x2b\xa1\xda\xea\x8e\xca\x86\x64\x0d\x00\x22\x34\xb9\x13\xb1\xbf\x65\x6b\x01\x22\x53\xd0\xf0\x05\xa1\x4a\xf2\xae\x1d\x44\xf6\x1e\xf1\xad\x32\xa2\x1e\xef\xeb\xb1\x80\x98\xcd\x01\x5d\xa6\x9d\xd8\x8a\xad\x1d\x86\xb9\x78\xb7\x75\x27\x75\xfb\x08\x86\xa5\x2b\x35\x02\xe2\x25\xab\x3f\x4a\x1d\xe9\x13\x00\x88\x5c\x28\xd3\x11\xd6\x4d\x9f\xb1\xab\x32\x9d\xeb\x2f\x62\xef\x26\x0e\xd5\xb4\xe0\xe4\x51\xe7\x2a\x75\x78\xc4\xbe\x23\xe5\x14\x42\x7e\xc0\xb1\xb2\x50\x22\x67\x2b\xa1\xd4\x11\x6c\x59\x67\xd1\xa6\x92\x86\x96\x6e\x53\x2b\xa0\x3a\xeb\x90\x62\x25\x39\x0a\x00\x84\x08\xea\xb2\x02\xd7\xc6\x6b\xe0\xf5\x8c\x8c\xba\x1e\x52\x4a\xa2\x5d\xb5\x81\x74\x33\xca\xab\xa2\x08\x3a\xba\xf7\x86\x19\x86\xbe\xed\xfa\x62\xdc\x07\xd7\x6e\x75\xd0\xaf\x25\x63\xd7\x51\x35\xf9\x94\x9d\x4b\xc3\x4a\x44\x54\xc0\xba\x58\x91\x4f\x7d\x03\x00\x02\x15\x2d\x2f\x3f\xb8\xe1\x5f\x5a\xdc\x31\x7d\xed\x00\x2d\x2d\x21\xab\xaa\x94\x96\x16\xa9\xb4\xa8\x68\xac\xbd\x61\x26\x2e\x6d\x70\x17\x6c\x88\xa1\xcf\xf4\xea\xd7\x79\xd1\x0b\xd6\x85\xa9\x21\xfa\xfb\xa5\x87\x54\x1c\x86\xc1\xfa\xa9\x3c\x88\x91\x02\x00\xfc\x6e\x7a\x43\x1e\xbe\x5e\x24\x58\x97\xde\x55\x83\xe6\x6b\xe3\xa1\xca\x64\xfe\x9c\xc3\x03\xe5\x09\x3c\x6d\x98\xb8\xec\x20\xcf\xdf\xff\x6e\xe9\x7a\xee\x67\xaf\x5d\xda\x59\xdc\xd1\x75\x56\x25\x01\xdc\x6b\x4b\xe3\x94\x2b\x79\xf6\x33\x7c\x65\x4d\x6c\x21\x00\xf0\xa4\xcc\xdd\x39\xef\xeb\x04\x8a\x94\x34\x56\x35\x28\x8f\x8b\xe3\x56\xe4\x17\x45\x1c\xba\x6b\xce\x95\xf9\x85\x1e\x37\x26\x17\x86\xfa\xaf\xd3\x07\x4a\x33\xb6\x34\x6b\xd6\x4b\x9a\xd6\xd6\xa8\x0e\x49\x12\x97\xfa\x16\xcf\x15\xdd\x9a\x81\x28\xc4\xf0\x56\x01\x00\xd7\xc2\xa2\xe4\xac\xab\x6d\x2c\x7d\x9c\x2a\xab\x6a\xd5\x47\xc6\x92\x2c\xcd\xda\x13\x07\x9f\x98\x5a\x34\x1e\x21\x8f\x0d\x35\x25\x3d\x7e\xc9\x3a\xad\x2a\x6b\xcb\x14\x75\x91\x32\x7d\xed\x0a\x65\x95\xa2\xc5\xee\xa6\xe2\x60\x61\xe5\x8c\x1c\x69\xbe\x60\x37\x00\x70\xde\xb0\xd1\xd9\xac\xda\x23\xe6\x89\x54\xab\xaa\x58\xd3\xf6\x58\xc0\x12\x6f\x44\x1c\xc4\x99\x62\x4a\xeb\x43\x68\x86\x70\xfd\x6c\x3f\x1b\x5d\xb0\xd6\xe4\xd9\xa7\xf6\xd3\xb8\xb8\xbc\x54\x86\xa9\xf6\xda\xb5\xc8\x1f\x17\xf9\xce\x40\x48\xee\x0a\x37\x01\x00\x87\xcd\xbe\x91\xf5\xb6\xe6\x67\x15\x37\x45\x5a\xf9\xa7\xa2\x34\xa6\xb4\x7c\xa2\xbc\xfe\xa0\x43\xd9\x17\xd3\xb5\x10\xef\xd2\x67\x65\x4e\xbe\x97\xb4\xb7\x0d\x1c\x4f\x69\xc9\x75\xbd\xa3\xcb\x85\xe2\x8b\xea\x24\xbb\x3a\x79\xa8\x5c\x30\xa3\x50\xe2\x22\xfc\x0a\x00\xec\x9f\x9c\xe5\x99\x70\x77\x4e\xf6\xed\xa4\xc1\xf6\xe7\xb9\xdb\xa3\x49\x2d\xf9\x79\xaa\x03\x37\x1a\x7e\x15\xcc\x0d\xee\xaf\x65\x21\xda\x77\x78\x54\x7e\x47\x91\x37\x56\x97\xf3\x30\x09\xce\xde\x65\x0a\x9c\xcf\x82\x47\xc6\x59\xf8\xfe\xa9\xb7\xd4\x2e\xa4\x48\x00\x10\x1f\xa7\xcc\xcc\x0c\xe8\xba\x9e\x17\x9e\xa4\x68\x8f\xcb\x67\x46\x27\x34\xbf\x2e\x68\x3a\x30\xd0\x40\x43\x7c\x0d\x6e\xa8\x9d\x81\x4a\xdf\xe1\x54\xc9\x43\xff\xd8\x68\x29\xb7\xc3\x56\x38\xfb\x95\xb9\xe3\x83\x17\x02\x86\x52\x82\x6c\x9a\x6d\xc9\x45\xd2\x71\x00\x10\xb3\x28\xd3\x32\x7e\x76\x05\x14\xfc\x2f\x29\xbe\xed\x0a\xe2\x4b\xb4\x67\x73\x36\xf2\xfb\x81\xd2\x06\x00\x6d\x1d\x2c\xaf\x29\xc4\x84\xee\x98\x53\x69\x8b\x6d\xda\x58\x62\xae\xc4\xaf\x73\xf6\x37\xf6\x11\x14\x0b\x97\x19\x56\x11\xdb\xa7\x79\x94\x24\x40\x22\x00\x10\x7b\x52\x42\x33\x4e\x74\x4e\xc1\xee\x4b\xb2\x6b\xad\xc0\x7e\x3e\xf2\xa2\x29\x02\xa7\x3a\x70\xb8\xee\x0b\x3e\x37\xf8\x40\xb5\x82\x90\xb2\xfd\x76\xc5\x62\x22\x6e\x23\xde\xd4\x08\xea\x9d\xb7\x1a\x4e\x92\x1a\x16\x86\x94\xce\x81\x94\xd3\xe8\xaa\x70\x72\x13\x00\x88\x0a\xa8\xe1\x19\xf6\xed\x97\xc0\x87\x89\xe2\x16\x36\x29\xee\x08\xaa\x71\x2b\x69\x60\xff\xcb\xda\x7f\xa1\x1d\x41\x9f\xaa\xc4\xd0\xdd\xed\x52\xcb\x1c\xb8\x70\xa3\x5f\x59\x25\x39\xce\x79\x43\x69\x0f\x65\xe3\xc2\x7c\xdd\x1b\xca\x9f\x69\xd7\x95\xab\x68\x73\x00\x40\x28\xa2\x15\x1f\x83\xdb\xee\xd1\x9c\x12\xbe\x37\xb3\x68\xce\x51\x6f\x1b\x36\xfc\x1f\x85\x75\xa1\x16\x05\xda\x28\x00\xf8\x03\x01\x15\x0b\x0c\x4c\x42\x29\x03\x01\x05\x24\x14\x90\x92\x12\xa4\x1b\x86\x98\xee\xee\xee\x62\x9a\x18\x86\xee\x06\xb1\xbb\xbb\x75\xad\x35\x7e\x5d\x63\xcd\xb5\xbb\xce\x73\xee\xe2\x15\x78\x6f\xa6\x0c\x3c\x12\xa4\x24\xe8\x7a\x75\x02\x5d\x54\x44\xd7\x1c\xc1\xc3\xa0\xdf\x6d\x3d\xc2\x4c\x9f\x25\xcd\x5b\x85\xff\xcd\x33\x34\x9d\x11\xed\x74\x5a\x65\xfe\x22\xca\x00\x40\xd5\x2d\x3c\x55\x73\x78\x42\xa1\xac\x2a\x8b\x1b\x0b\x52\x3c\xce\x8b\x1e\xba\xa7\x80\xa7\x5f\xeb\xaf\x57\xd8\x27\x4c\xea\x49\x90\x1f\x8e\x3c\xdd\x71\x59\x5e\x1b\x34\xd6\x8a\x90\x8b\x7d\x26\xdb\x8a\xe4\xe7\xe6\x9d\xb7\x86\xca\xfb\x9d\x5a\x4c\x10\xa9\x2f\x00\x4a\x9c\x78\x53\xf5\xa1\xad\x65\xa6\xe4\x52\xf8\xe8\x7c\x63\x54\xae\x74\xf0\xb2\x61\x75\xba\x7f\x9f\x56\xbf\x21\x1e\xdd\x1d\xad\x23\x45\x26\xb5\x5f\xa9\xdd\x17\x94\xd6\x82\xaf\x8d\xf7\xbe\xd1\x94\x51\xeb\x35\xef\x6e\xc3\x4f\xf5\x31\xa7\x7f\x8d\x8b\xe4\x24\x00\x14\x7c\x49\x7e\xb5\xf3\x38\xa2\x39\xa9\xa4\x73\x64\x6d\xd3\x9e\x9c\xdd\x03\xdf\xac\x2b\xd3\x50\xbd\x3b\x1b\x4e\xc4\x1d\xe8\x42\xd5\x6b\x23\x06\xdb\x67\xd5\x49\x03\x4f\x35\x1f\xb4\x0c\x79\xb3\xac\x6a\x93\x69\xde\x58\xc3\x02\xdd\xbc\xc9\x93\x0d\xae\xca\x2a\x00\xe4\x47\xa5\x1b\xaa\x4c\xe3\x76\x1d\x0b\x4a\xd6\x0f\x9f\x6b\x2b\xca\x81\x0c\x18\x5b\x1a\xd2\xe6\xf6\x66\x34\xcf\x8a\xa3\x76\xfe\x6c\xda\x16\x81\x6e\x1b\xb2\xb6\x04\x9a\x9a\xab\x1a\x9e\x78\x97\x58\x3d\x2d\x97\xe7\x8d\xd4\x37\xe8\x45\x93\x3d\xf4\x12\x55\x38\x00\xf2\x22\x69\x43\x95\xef\x98\xb5\xa7\xb8\xf8\xc1\x70\x55\x17\x3b\xc7\x65\xc0\xbb\xa3\x33\xf5\x7a\xcf\xed\x76\xe7\xb8\x8d\x9d\xd2\xd6\xc1\x88\xf8\xb6\x90\xe6\x3f\x81\x2c\xdb\x8b\x26\x96\x77\x4e\x63\x63\x7d\xdb\xbc\xbd\x75\x6f\x0d\xc3\x93\xd3\x75\x57\x54\xcf\x00\x90\x5d\x91\xde\x86\x24\x1c\x80\xa1\x46\x0b\x8d\x7b\x6e\xa1\x6f\x6f\x41\xed\xcc\xc2\x3a\x24\x3b\x4c\x1c\xc2\x95\xc7\x44\x8f\xf9\xe1\xff\x09\x73\x1e\x62\x11\x8d\x2b\x5f\xf5\xfd\x47\xce\xf7\xf8\xdc\x03\xa8\x8b\x5c\xd6\x75\xc1\x68\x2d\xf6\xf5\xd6\x1e\xd6\x45\x00\x6a\xf7\xf0\x56\x41\x56\xef\xbf\x8f\x9d\x59\xc8\xdf\x53\x88\x9b\xb9\xa5\x78\xc7\x4d\xfc\xcc\x4d\x3f\x26\x36\x11\x42\x63\xd6\x8f\x0e\x13\xa5\x61\xd3\x87\x26\x91\xed\x56\xbe\xef\xe3\x52\x4c\x9e\xd3\xba\xf5\x34\x4f\x97\xe2\xce\x37\x74\x98\xfd\x21\x6b\x02\x7b\x25\x00\xb5\x54\x9e\x27\x64\xda\xfe\x42\x7c\x63\x61\xd5\xee\xeb\x04\xd2\x96\x98\x1d\xa5\xc4\x94\x4d\x2f\xb6\x9e\x20\x45\xc5\x04\x8d\xae\x26\x57\x84\x4d\x1e\x54\x50\xc6\x56\x7e\xea\x03\xb4\xd9\x9e\x0b\xbb\x67\xd3\x89\x2e\x8c\x4e\x14\x43\x6d\x7f\xb3\xf1\x34\xfb\x1f\x00\x6a\x17\xf3\x2a\x2a\xee\xee\x5b\x48\x19\x2b\x8c\xda\xd5\x49\x5d\xb7\xc5\x63\x7b\x30\xf5\xc0\xa6\xa3\xe3\x13\x34\x6e\xcc\x94\x91\x55\xf4\xaa\xd0\x97\x03\x0a\x06\x6c\xe5\x8b\x9e\xdf\x4c\xbe\xe7\xaa\x2e\x47\x96\xc9\x65\xbc\x23\x91\xcd\x9b\xe4\xdd\x30\xc1\xbd\x0f\x80\x36\x8d\x5f\x52\x81\xdf\x73\x91\x15\x5a\x70\x7f\x27\x91\x25\xcf\xbc\xb2\xcd\x85\x75\x75\x93\x60\xac\x89\x9d\x10\x7d\x65\x78\x21\xfb\xef\xd0\x43\xfd\x64\x8e\x78\xe5\x95\xee\x47\xdc\x24\xcf\x75\x1d\x8f\x78\xde\x2e\x4f\xda\xa7\xf0\xa7\x4d\x62\xd5\x0b\x05\xf3\x00\xd0\x94\x09\x1a\x2b\x66\xed\xbe\x22\x48\x2c\x10\xef\x80\x09\xd6\x64\x72\xb7\xfe\x14\x2c\xdd\xb4\x76\x54\x23\x88\x8d\x36\x0c\xcd\x12\xc8\x43\x6b\xfb\xe0\x82\x6b\x2b\xc7\xbb\x2e\x0b\xe3\x3c\x23\xdb\x4f\x08\x3f\xbb\xba\xb5\x5e\x12\xe9\x27\x5d\xae\xcb\x14\xad\x06\x40\x8d\x16\x9e\x29\x87\xee\xe2\x2a\x1d\xf3\x3f\x6c\x77\x52\xa8\x32\xa7\x8c\x9b\x14\xd3\x92\xce\x8c\xf8\xca\xc7\xa2\xc3\x06\x86\xe5\x9c\xd0\xe4\x5e\x67\x79\xc1\x4a\x4d\x27\x4d\x0e\xf5\xcc\x6c\xdb\x24\xff\xd7\x95\xde\xe2\x2a\xfb\xea\x90\x69\x1e\x93\x9c\x01\x40\xb5\x5c\xbc\xa1\xec\xe9\xce\x65\xc6\xc1\x7c\xda\xc4\x49\x83\x34\x43\x3d\x86\xd4\xa3\x92\x72\x86\xfe\xe8\x74\x1b\xce\xf7\xab\x6b\x1f\x87\x7c\xe8\x7e\x53\x9b\xb3\x32\xbb\xa3\xb2\xd6\xc5\x33\xb9\x75\x81\xb6\xdf\x75\x9b\x6d\x4c\x65\x71\x18\x32\xc1\x64\xff\xfc\xbf\xc4\x24\xf1\x65\x09\x3b\x66\xda\xc2\xf2\xee\x6e\x3d\x6c\xd5\x6f\xfe\x3e\x8a\x6d\xf8\x99\x78\x71\xc8\xb1\x7e\xdf\x86\xec\x3e\x53\xdd\xf6\x10\x45\xf7\x4c\xcb\x87\x15\x9f\xdb\x2d\xe6\x7b\x9e\xf3\x5b\x22\x8c\xe5\xae\x07\x9b\x3a\xb5\x4a\x87\x47\xc6\x52\x45\x2b\x00\x0a\xb2\x74\x72\xe9\xb7\xed\xd6\xb6\x23\x79\x0d\x5b\x53\x5b\xde\x6f\xde\x37\xf2\xb1\x39\x3c\xd1\x32\xa8\x6e\xba\xbd\xc1\xb3\x6f\x9e\xf5\x70\x48\x59\x57\x53\x63\xf7\x8a\x1b\xed\x2b\xea\xfb\x3d\x67\x34\x1f\x32\x67\xbb\x5e\x69\x9a\x55\x7b\xd9\xd1\xc9\x70\x5e\x59\x0e\x80\x62\x9a\xb4\xa4\x74\xc7\xf6\x65\x5d\xfb\xf3\xca\xc7\xcf\x77\xdc\xd8\xac\x1c\x21\xb5\x4f\x4d\x44\x0f\x3a\xb4\x76\xad\xff\xd3\xab\x6e\x81\x84\xa4\x74\xcd\xb6\x69\x56\x9c\x6b\xeb\x69\x7c\xe8\xb9\xb8\x79\xb9\xe5\xa9\xeb\x6f\x6b\xbe\xee\x91\x63\xb4\xc1\x4b\x05\x00\x90\xcb\xa4\xb6\x13\xab\xd1\xaf\x2a\xb9\xbb\x83\xb0\x6b\xaa\x4f\x0c\x1a\x70\x58\xe8\xfb\xe6\x78\x7c\x2f\x62\x4b\xed\x64\xc2\x5b\xd4\x31\xee\x43\x52\x3e\x76\x35\x66\x23\xf9\x0a\xbe\xb7\xf0\x1a\xb5\x8a\x94\x1c\xf7\x83\xf6\x94\x72\xc4\x7f\x2b\xfd\x35\x6d\xd0\xe1\x38\xbb\x91\x31\xff\xb8\x17\x6a\x04\xda\xbe\xab\x10\xfd\x0b\x6e\x19\xf8\x0b\xbb\x05\x89\xb3\xd5\xe3\xfa\xd1\x2c\x2d\x8a\x30\x0f\xdb\xc8\xcd\x21\x5a\xf0\xc3\xe8\x23\xe4\x40\xe2\xf9\xc2\x1a\xca\x0d\xca\xcc\xb8\x06\x1a\x81\xe6\xef\x8f\xa7\xb3\xe9\x13\x0e\x43\xec\x1c\xc6\xc3\x63\x4b\x91\x04\xe4\xdb\x9d\x64\xd4\x65\xb4\x6a\x60\x26\x26\x1c\xeb\xd2\x74\x03\xbb\x15\x77\x4a\xb3\x0f\x1f\x43\x30\x70\xf6\x12\xae\x93\xb2\xd1\xf1\x24\x05\x65\x49\xc1\x7f\x94\x04\xea\xaf\xb8\x30\xea\x2b\xfa\x1e\xff\x55\xb4\x1f\x8c\x8f\x0e\x36\xf6\x24\xe6\xdd\x23\xcb\xe1\xd3\x48\xb7\xb7\x9b\x11\x83\xe4\x7d\x7d\xe9\xa8\x2d\x14\xad\x35\x19\xfd\x8e\xda\xa8\x2e\xc3\xf6\xd0\xb6\xb1\x95\x78\x38\xfd\x1a\x2a\x91\x18\xc3\xf8\x52\x30\x9b\xec\xc1\x5a\xb4\x51\x4c\xb9\xcb\xf6\xf6\x3b\x44\x7d\xc2\x3e\xee\xd0\xcc\xda\xcc\x99\x7a\xa8\xa2\xe6\x2e\x67\xe6\xc4\x05\x58\x3f\x67\x7d\x8f\x0d\x81\xe1\x20\x1a\xf6\xa3\x22\x38\x27\x94\x5f\x31\xf3\xb9\x21\xac\x6c\xec\x1f\x6e\x27\x32\x06\xff\x83\xe7\x92\xef\x4f\xfc\xce\x13\xc5\xde\x26\x9f\xe5\xdd\xf1\x43\x51\x4e\xf0\x5e\x3a\x1c\x62\x4a\x78\x89\x07\x42\xaa\x97\x48\xbb\xc7\x9f\xd6\x3c\x93\x86\x77\x3d\x85\x1d\x92\xec\xab\x0f\x40\x4c\x48\xa0\x0a\x23\x6a\xbb\x64\x3e\x73\x0e\xe6\x80\xf8\x1c\x22\x0c\x77\x5d\x2c\xc8\x8b\x21\xbc\x11\xaf\x8e\x0d\x25\x9d\x13\xdd\xf2\x5b\x46\x1e\x17\x65\x38\x7c\x61\xec\x14\xa0\xf7\xb6\x40\xae\x5a\xc0\x68\x6a\xd5\x7d\x13\xaf\xa3\xa0\xe6\xbe\xe1\xb3\xf9\x1c\xec\xb5\x5e\x2e\x43\x22\x67\xe8\x16\xd2\x57\xa1\xc3\xb4\xdd\xb0\x3a\x2c\x4e\xe3\x9d\x6b\x8f\x6f\x51\x35\xc5\xc4\x11\x15\xca\x45\xbe\x63\xa4\x12\xf9\x79\xc7\x50\xfa\x55\x71\xc5\xae\x7d\x15\x75\xdd\x21\x43\xc3\x95\x8d\x1d\x5d\xad\x6f\xab\x5b\xda\xa6\x18\x35\xd0\x03\xcd\x1c\x49\x09\xfc\xb5\xf5\x29\x35\x17\xb5\xa2\x61\x03\x14\x60\xa8\x16\x5e\xf6\x51\xdc\x56\xe3\x8e\xe8\x54\x42\xa7\xde\xc5\xd7\x8f\x88\xa9\x5d\xe8\x08\xa1\xaf\x97\xfe\xb7\xc3\x5a\x7e\x7d\x7b\xf2\x40\x1b\xe4\xe2\xf8\xd6\xe6\xb7\x55\xd7\x47\x5c\xf5\x5d\x35\x5f\x07\x84\x22\x2d\x7c\x75\xcf\x4d\xf2\x10\x92\xd4\x39\xab\x5a\x83\x3e\xda\xba\x2a\xab\x0d\xe7\xd0\x14\xb7\x41\x86\xff\x54\x3f\xe2\xb3\x9b\xb0\xc3\x34\xe4\x28\xa1\x9d\x57\x4c\xdf\x7e\xac\x9c\xb2\xaf\xa7\xff\x0a\x84\xbf\xeb\x50\x73\x60\x95\x6e\xdb\x1e\xdd\xa3\x9a\xe1\xb1\x3d\xc2\x1b\xb0\x7b\x43\x8d\x64\x27\xa4\x47\x5f\x76\xd5\x37\x34\xae\xf3\x79\x56\x08\x76\xa4\x55\xb0\x21\x09\xdf\xd8\xa4\xf1\x69\x27\x64\x5a\xce\x3a\x8e\xd2\x78\x8a\x2b\xdb\x57\x95\x7b\x1d\x9d\xd2\x1f\x0b\x09\x3b\xf0\xc4\xd6\x5d\x95\xba\xa7\x5e\x57\x51\x53\xbe\x23\x5a\x58\x0c\x93\x8e\xef\x26\xd5\x23\x0e\x0c\x3b\x56\xd9\xd0\x4e\x7d\xcb\xb7\x7c\xc6\x46\x77\xa6\x6e\x58\x83\xf7\x68\xd9\xe3\xb3\x13\x7f\xbc\x3e\xdd\xf1\x0f\xf5\x97\x32\xe6\x70\x3e\x6e\x5f\xa5\xf7\xb6\x47\xf8\xad\xd5\x92\xde\x11\xc2\x10\xf4\x60\xe3\x76\xe2\x28\xc2\x57\x75\x85\x74\x1c\xd5\xc6\x9e\x45\x7e\x8e\x9d\x87\xbc\x4b\xf5\xc7\x37\xe5\xdf\xa0\x91\x48\x89\x1b\xe1\xf4\x51\xca\x71\xbf\xdd\x0c\x0a\xed\xbc\xc3\x36\xf6\x19\x86\xe9\x10\x0c\xcb\x80\x6e\xd8\x36\x0b\x27\x83\xc7\xf4\x7c\xc4\x37\x20\xfd\x1a\xa7\x12\x0e\xa0\xa3\x55\xa1\xc4\x0f\x58\x24\x4b\x4a\x0e\xc1\x2b\x90\x55\x14\x35\x71\x22\x1f\x46\x7d\x49\xfe\xb5\xd1\x91\xbe\x81\xe6\xed\x87\x66\x4c\xa7\x5f\x70\x30\xb2\x8d\xcc\xf4\x83\x68\xcc\x06\x24\x67\x62\x35\xb6\x12\xbd\xac\x27\x18\xa7\xc2\xec\x6c\xd8\x82\xbf\x80\xe3\x2a\xd5\xc4\x25\x84\x0c\xe6\x6b\x12\x9d\xb4\x08\xf1\x80\xfc\x98\xfc\x3e\xef\x03\xb5\x94\xfa\x28\x76\x80\x76\x90\x3e\xee\xb7\x92\x6e\x64\x4e\x76\xe0\xb2\xd3\x58\x11\xfb\x8d\xc8\xfb\x24\xbf\xf1\x6a\xf4\x46\xb2\x7f\x17\x0f\xd3\x47\x99\x53\x77\x16\x37\x83\xba\x5c\x11\x86\x97\xd0\xb2\x19\x47\x89\x53\xe8\x3c\xf8\x63\x52\x1b\x63\x6b\xde\x22\xca\x06\xe6\xab\x98\x6f\xd4\x5d\xec\x19\xbe\x07\x68\x32\xf6\x39\x07\x22\xab\x95\x93\xb9\x77\x00\x7e\x8b\xbd\x72\xd4\x80\x2c\x60\x8b\x3b\xce\xa0\x6e\xb2\x2f\x58\x62\x31\x70\x4e\xa4\xec\x3a\xce\x81\xb3\x93\x5e\x8b\x1f\xe6\x46\xc2\x1e\x13\x61\xdc\x43\xb9\xf1\x64\x0f\x5e\x4a\x4c\x35\xa5\x9f\x77\xc8\x97\x4b\x45\xf0\xfe\x73\x18\x64\x5e\xe2\x89\x76\x5b\x61\x73\x25\x5b\x87\xc7\xe1\x9d\x92\xca\x76\x17\x64\xb4\xf8\x97\x69\x14\xf5\x4a\xbc\x4b\x4a\xc0\x8c\x8a\x05\xb4\x02\x1c\x59\xbc\x05\xfa\x3f\x42\x92\x78\x49\x0e\x8c\xe4\x26\x7a\x16\x7d\x9a\x3c\x24\x1a\xf2\x8d\xa7\xe4\x8a\xb6\x38\x7c\x67\xfc\x10\xf4\xec\xf8\x56\x7d\xcf\xd4\x37\xb8\x18\xda\x61\xcc\x6f\xd1\xc3\x21\xfa\xcf\x86\x0a\xe4\x0a\x5d\xa7\xb8\x14\xed\x54\x9b\x45\xe1\x60\x5e\x6a\xbe\xd7\x6c\xc6\xdd\x57\x37\x65\x07\x13\x4e\xaa\xd6\x6d\x78\x4a\x82\x2b\xee\xf8\xdc\x23\xfd\x96\xef\x77\x4c\x60\xb8\x88\x85\xdb\x36\x55\xd9\x3a\xbb\xfb\xea\x6a\x8a\xdb\xc3\x6d\xe1\x30\xf7\x96\xa3\xba\x60\xf8\x27\x5b\xb1\x10\x82\xbc\xdf\xf8\x94\x34\x81\xbe\x53\x5f\x59\x75\x14\xfb\x8f\xf9\xf4\x96\x2f\xf8\x5b\xc6\x55\xeb\xbf\x13\x85\xba\x1d\x3e\x78\x92\xa3\xf6\x89\xa3\x94\x8e\x91\xfe\xd8\xba\xa0\xf2\xfa\x04\xb6\x87\x5f\x5d\x3b\xe6\x60\x0d\x83\xe6\x0f\x99\xb4\xa9\xf0\x35\xfd\xfe\xfc\x46\xa4\x67\x77\x0f\x71\x2e\xda\xbb\xc3\xa9\xb2\x00\xbb\xa6\x25\x33\xf3\x0e\x7e\x95\xd5\xb2\x3e\x82\x70\xad\x3e\xd8\xc7\x89\x98\x6a\x4a\x72\x1c\xa7\xbd\x53\x4c\x1e\xdf\x5c\x29\xdd\xb3\xbf\x7b\x6b\xf5\xa6\x1d\xbf\x1a\xd1\xd0\x99\x13\x4b\x35\x2a\xd8\xd3\xd1\x54\xde\x53\xc4\xa5\xc1\x6c\x02\x19\x75\xb9\x37\x1c\x72\x06\x73\xaf\xe3\x4f\x26\x01\xf7\x57\xcb\xf1\xa8\x2f\x04\xaa\xf5\x8f\xf7\x07\xc2\xff\x2c\x45\x8e\x0f\x69\x4d\x8a\x33\x63\xfb\x2b\xe3\x0f\x2f\xe8\xf6\xaa\x76\xd8\x3f\xbf\xe1\x56\xcd\x99\x5d\xaf\x35\x76\xb0\xba\x6d\xfb\x79\x48\x04\x7d\xac\x8a\x30\x09\x85\x1f\xbc\x0b\xc1\x62\x68\xbd\x6b\x33\x43\x71\x35\x1d\xd2\xa8\x7f\xf0\xdf\x5a\xe6\xfb\xcc\x20\x64\xd4\x5d\x76\x0a\xa7\xb9\x29\xd7\xee\x2b\x27\x76\x42\xfe\x1a\x2b\x24\x15\x56\xc7\x76\x6a\xc9\x6e\x50\xa5\xe5\x1d\xf9\x21\xfc\xbb\x1c\x46\x39\x83\xe2\x30\x00\x75\x0f\xe6\x03\x3c\x98\x76\x08\xcf\xcb\x95\xd3\x4f\x91\xfc\x63\xc4\x8c\x63\x94\x51\xdf\xcd\xcc\x42\xda\x71\x87\x35\x1c\x38\xe3\xe1\x5e\x06\x01\x5e\x73\x77\x54\x49\x0c\x83\x3d\xef\xb8\x49\x9a\x81\xb8\x6b\x49\x27\x7d\x41\xdb\xc9\x4e\x93\x7f\x60\x57\xd1\xa9\x54\x27\x7c\x16\x6c\x27\xcd\x9b\x28\xcd\x5d\x44\x4f\x24\xdf\x88\xf1\x63\x14\xd0\x1c\x7d\x1d\x18\x9f\xe8\x07\x1d\x5c\x39\xa1\x4c\xed\x1e\x21\x3e\x08\xe9\x34\x32\x4a\x58\x80\xda\xdb\x31\x9f\x38\x15\x53\x6c\x36\x91\x66\xe0\x56\xc8\xbc\xc8\xab\x08\x80\xf6\x3f\x4a\x06\xf1\x3a\x2c\x9c\x2a\x26\xef\xce\x19\xa1\xed\xa1\x6e\x8b\xbe\x4c\xbf\x4b\xd7\xfa\x9c\x63\x08\x18\x9f\x1c\xec\xd8\x6f\x58\x84\x5d\xc7\x31\xd7\x89\xd4\xa1\xaf\xd8\x3f\x24\x63\x1b\x1e\x1f\x48\xb6\x98\x5c\x08\x85\x94\x11\xc9\x05\x62\x13\xf5\x7f\xd4\x1d\xa4\xa7\xf4\x85\xd0\x68\x4a\x02\xa3\x2c\xfb\x1e\xb5\x95\x39\x1c\xbd\x82\x76\x8f\xf5\x8f\x0f\x89\xce\x65\xef\x76\x70\x62\x6f\xe2\x30\x76\x1c\x40\x7d\x63\x25\x0d\x2e\xc1\x04\xb1\x4e\xb6\xec\xc5\x52\xd9\x81\x06\x15\xee\x10\xbb\x5f\x4c\x23\xf8\x72\xd6\x52\x54\x44\x33\xe7\x44\xcd\x46\xb2\x0b\xb7\x3c\x7b\x06\x45\xc9\xfd\xb5\xa1\x99\x7a\x95\xa7\xf1\x09\xa7\x55\xf2\x6e\x38\x24\xb2\x58\xbc\xe6\x6d\x67\x90\xc1\xe2\xfd\xfd\x71\x28\xa5\x58\x66\xfb\x89\x7e\x29\x8e\xd0\xfd\xc2\xe6\x89\xa7\x89\x16\xe2\x6e\x8a\x9e\x92\x0b\x09\x95\xa2\xd3\xd5\x71\xc4\x2f\xa2\xa1\xac\xf5\x64\x89\x48\xb7\x61\x3a\xe5\xa6\x08\xe7\xe3\x40\xcd\x14\x85\x38\x34\x32\xfb\x05\xbb\xb6\x7a\xc0\x5d\x8d\xe9\x3d\x13\x08\xa3\xc1\xdf\xaa\x41\xcd\xd6\xbd\xd5\xee\x47\x9b\x6b\xf7\x08\x5c\xb1\x6b\xb5\x22\xa2\x0a\x77\x57\xb3\xa9\x72\x0f\xc1\xa4\x76\xd8\x32\x9d\x14\xa6\x3c\xb2\x7e\x1d\xb9\x5e\xa1\xf5\x1e\x22\x7f\x91\x5b\x1d\xde\x31\x76\x88\xb9\xa3\xcd\xd0\xf3\x1d\xd3\xbb\x92\xe1\x69\xad\x27\x1a\x62\x11\x57\x9a\xa9\xea\x26\x54\x45\x53\x20\xcf\x0b\xe3\xdc\x70\x17\x7f\x16\x7b\xae\x8e\x05\x89\xc0\x5b\xcc\x93\x33\xee\x10\x37\x19\xea\xa2\x72\x49\xc3\xba\x2c\xef\x64\xd2\x37\x6d\xa7\x63\x34\xc3\x41\xfa\x64\xb8\x12\x6a\x3f\xae\xea\xf0\x81\x09\x46\xb2\xea\x22\x11\x53\x06\xa7\x28\xb7\x23\x6d\xbd\xc7\x39\x95\xe8\xcc\x2e\x24\x2e\x14\x3b\xaf\xed\x63\xf9\x75\xdc\x93\x66\xcc\xe6\x23\x84\xa6\xc6\xfb\x91\x06\xe2\x9f\xba\x89\x65\x77\x49\x51\xc6\xb3\x8e\x38\xba\x4c\xfe\x70\xa8\xb5\xe6\xd8\xae\xd3\xed\x85\xb0\xd8\xed\x21\x16\x04\xfc\xd8\xb8\x50\xf1\x01\x99\x35\x7c\x91\x3d\x8a\xfa\xd5\xff\x07\x6b\xc2\x1c\xe9\x71\x2d\x4f\xc1\xe9\x3b\xa6\x6d\x2e\x20\xc4\xb7\xd8\x47\x66\x10\xdb\xad\xcc\x65\xa7\x88\x17\xcc\x17\x1c\x5b\xe8\x2b\x15\x6d\x43\x73\x6b\x8c\x07\x97\xb4\x9d\x80\x39\xec\x8d\x33\x5f\x80\xf3\x76\xae\x57\xc0\x91\x60\x22\x98\x1d\x8c\xea\x1e\xb5\xc3\xfa\x60\xaa\x06\x46\xcb\x5e\xe3\xfc\x7b\xa2\x36\x2f\xc4\x5f\x6d\x3f\x14\x19\x46\xf4\x6e\x66\x2d\xbb\x4b\x8c\xa8\xdb\xe0\xf8\x8e\xd6\xa5\x74\xda\x1a\x49\xdf\x0d\x29\xec\xb5\xa7\xbf\xa9\x7a\xde\xe4\xca\x58\x03\xcd\xaf\x9d\xca\x18\x86\x6f\x17\x78\x31\x23\x50\x7e\x44\x02\xf3\x38\xa6\xa3\xb2\x8a\x05\xc3\x07\x64\x72\x58\xef\x89\x37\xa2\x96\xb1\x85\x94\xac\xa5\xbb\xd9\x37\x69\x50\x7b\x2e\x2f\x83\xb9\x7c\x5c\x49\x63\xd7\x6c\xe8\x29\xa0\x5d\x80\xa1\xad\x58\xfa\x2a\x04\x57\x0b\xa7\x9f\x46\xa9\xf8\x52\x06\x09\x33\x46\x78\xc4\x5c\x88\xbb\x0d\xf9\x97\x79\x85\xe8\x96\xe9\xca\x62\x93\xf1\x91\x17\xd8\x1e\xd4\xa6\xa5\x24\xb6\x98\x9e\x6b\x5f\xce\xf3\x67\xee\x1b\x3b\x4b\x4d\x44\x24\x77\xb7\x50\xb7\xa2\xe6\x36\x4e\xd0\x02\xd1\x27\x35\xe3\xb4\x7f\xb1\x12\xde\x03\xfa\x00\xbe\x82\x90\xcd\x40\x11\xa3\x21\x68\xe6\x3a\x72\x40\xc6\x30\xf3\x13\x35\x22\x52\xc0\x1a\xa6\xcf\x5d\x9a\xc4\x9e\xc3\x10\xdb\x97\x70\x9f\xb0\xb4\x23\xbd\xe4\xa5\x84\xbc\xce\x2e\xf2\x09\x22\xb6\xfe\x19\x85\x4c\xa2\xa8\xfd\xa9\x29\xe4\x7e\xae\x8e\xb6\x9a\xf2\x11\xbf\x9c\xee\x42\x8b\xab\x20\x32\x00\xdd\xb6\xf9\x2d\xe3\x21\x73\x4e\xc4\x7b\xe6\x6e\x56\x99\xd7\x37\xd6\x42\x76\x92\xbd\x90\x1b\xcb\x11\x0e\xbb\x13\xf3\x19\xb7\x3b\xdc\x48\x4e\x4c\x5c\x5d\x21\xe9\x1c\xf3\x89\x72\x1f\xf9\x04\x8b\xc5\x49\xa7\x9c\x65\x2f\xc5\x4d\xa5\x5e\x64\x5f\x28\xe7\xd2\xee\x71\x44\x9b\x83\xe9\x57\xb9\x9b\x23\x28\x8c\x9d\xdc\x2f\x5e\x77\x98\x0e\xbc\x4a\xfb\x13\x1c\x06\x4f\x35\x18\x87\x6f\x15\x2d\x68\x2b\x26\xd0\x85\x9f\xcc\x47\x89\x9b\x85\xfb\x15\xc9\x24\xb4\x70\x8c\x6d\x47\xd6\x08\x07\x31\x4f\x28\x03\xc2\xa1\x32\x29\xf5\xb2\x70\x6b\x3a\x86\x76\x45\x78\x38\xfc\x1b\xfd\x88\xf0\x8c\xd7\x3e\xfa\x47\xe1\xc1\x49\x1e\xec\x31\x81\xb6\x8f\x86\xa5\xe8\xde\x35\x5f\xc0\x31\x6a\x7f\x18\xd1\x78\x91\xf6\x9d\x6c\x29\x61\x42\xf3\x88\xe9\x4a\x7c\xa3\xfe\x1b\x1d\x44\x5e\xa5\xba\x52\xea\x4a\xc1\x29\x4f\xa4\xa5\x53\xb5\x8a\x93\xe1\x31\x34\x9e\xfc\xaa\x97\x92\xa6\x93\x2f\x9b\xd4\xc3\xea\x10\xaf\xee\x09\x44\xff\x6a\xf9\xd8\xa4\xc0\x2e\xb1\x7d\xd0\x87\xe1\x36\x58\x1f\x49\xe6\xe0\x79\x0d\xd7\xe8\x61\x84\xb3\x75\x07\x91\x52\xd2\x42\x73\x5b\x71\x37\x19\x67\x64\xa6\x2e\xa1\xb4\xeb\xcb\xd6\x95\x53\x4d\xb5\x44\xaf\xf9\x54\x9d\xe6\xf1\xa4\xc7\xcc\x8f\x52\x4a\xd7\x62\xb4\x64\xf8\x4d\xa3\x1c\x43\x1c\xf8\x56\x9b\x80\x65\xf5\xbe\x13\x45\xe3\x0e\x75\x7d\xa1\x8a\x08\x2e\xed\x2f\xe1\xdf\x89\x88\x96\xb3\x45\x9b\x49\x47\x9a\x5a\x53\x5c\xc8\xdf\x1a\x68\x61\x16\xca\xbf\x96\xbd\x9e\xdd\x94\x53\x86\x36\x87\xb9\x4c\xb8\xbc\xa4\x73\x03\x7a\xc5\xb6\x7d\x0d\xdb\x30\xcb\xc7\xe5\x5a\x0e\x76\xcd\x48\xa0\x50\x88\xa3\x0c\x5c\xa1\x5c\xc1\x1f\xe9\x2d\x85\x97\x11\xe7\x75\x9e\x2d\x3c\x4e\xc2\xb6\xad\x4c\xee\x23\x77\xdb\xf4\x61\xe9\x14\x65\x23\xdc\x53\x45\xc9\x37\xf1\x1c\x62\x98\xce\x8a\x99\x1d\x26\xd4\xdd\x3d\x43\x0d\x73\xd0\x0f\x76\xa6\x6b\x9e\x60\x5e\x4e\xec\x13\x7c\xc4\xf9\x8c\xb9\x52\x72\xf1\xc8\xa1\x44\xd8\x6b\xc2\xf6\xbe\xbc\x42\x14\xc9\xb1\x2b\x37\x19\x4e\x0e\x6d\xcb\x08\x0b\xa0\x38\xdb\xc2\x3c\x1b\xc8\x3b\xcd\x37\x1d\x94\x0c\x91\x82\xde\xbb\x8d\x17\x0c\x49\xb2\xbd\xe6\xcd\xaa\xea\x34\xe8\xb8\xdf\x6a\xde\x4a\x63\x78\xce\xf0\x74\x86\x3b\xcf\x0f\x79\x12\x15\xc6\xdb\x84\x89\x2d\x01\x3c\x0a\xee\x4a\xca\x30\xaf\x8d\x88\x0a\x73\xe3\x5d\x23\x5f\x71\xcf\xe1\xcf\xa6\x9e\x00\xf9\x02\x33\x33\xa5\x77\x3a\xd7\xb1\xfa\xae\x2d\x95\x0b\xa0\x9f\xf4\xef\xb9\xd3\xe0\x3f\x24\x03\xdc\x08\xd4\x54\xba\x9e\x4b\xc0\x84\x21\x77\x72\x7b\x71\x35\xc5\x06\xee\x33\x42\x5f\x4a\x11\x2f\x80\xf4\x36\xf4\x32\x8f\x46\x9d\xe1\xbe\x82\x77\x94\x36\x02\xb2\x05\x68\xe6\xe9\x9e\x42\xf6\x3f\xf0\xa6\x26\x1b\xfb\x2b\x92\xa4\x4f\xe3\x2c\x45\x07\x4b\xec\x38\x48\xcc\x0b\xda\x17\xce\x4e\xdc\x19\x64\x10\xe7\x0f\x61\xa2\x78\x09\xb7\x80\x34\x92\x62\xcf\x1d\xa3\x8c\x84\x1a\x78\x53\x69\x7c\xf7\xe9\xbc\x42\xfa\x4d\x50\x2d\x58\xc5\x52\x74\xd1\x99\x47\xf0\xb1\x8d\xf7\x58\xee\x04\x4a\x6d\x0f\x8b\x47\x34\x8a\x1a\x59\x0f\x49\xd7\xa8\x07\xd8\xd9\x94\x00\xc4\x22\xf6\x3e\xaa\xae\x68\x0d\x27\x98\xf6\x2b\xb9\x80\xd3\xc3\x40\x87\xce\xe3\x7a\x30\xb7\x2f\xb9\xc9\xad\x61\x19\x81\x89\xaf\xe1\x14\x77\xfc\x45\xff\x4c\xc7\x37\x94\x30\x10\x8c\x05\xda\x70\xc6\x2d\xc6\x98\x30\x9d\x59\xc1\x2c\xa5\xd4\x33\x5f\xb3\x16\xc2\xe7\xb2\x18\xac\xc7\x85\x79\xec\xc9\xec\x9d\x9b\x06\xd9\x2d\x1c\x55\xc8\x20\xc7\x9b\x9b\xb0\xe4\x38\x27\x93\xbb\x15\x3c\xe4\x9d\xe5\xa5\xb7\xcf\xa6\x69\x04\x8b\xea\xb6\xd2\xbe\x09\x42\xd4\xa3\x74\xb2\x20\x8c\xff\x92\xe1\x2a\x48\x24\xe7\x33\xf6\x0a\xca\xa1\xbf\x99\xa5\x02\x55\x41\x39\xcb\x4e\xb0\x3d\xe9\x1d\xab\x57\xf0\x20\x24\x89\xbd\x56\x38\x79\xc9\x00\x3b\x5a\x38\xcd\x6e\x2d\xcf\x51\xe0\xd3\x52\x46\x61\x6b\x53\xcd\xe1\xd4\x39\x9a\x76\x65\x19\x75\xa7\xfa\x16\xf7\x24\x0d\xaf\xfa\x41\xa4\xd0\x83\x55\xbe\x35\x69\xf4\x57\xca\x9c\xbc\xf7\x8c\x41\x85\x20\xf1\x0e\x13\x2a\x1f\x5d\x5b\xcb\xfc\x20\xfb\xb8\x84\xc0\xbc\x25\xe3\xd9\x0d\x70\x67\x8a\xba\x9b\x7e\x90\x17\x35\x1d\x32\xbc\x25\x9f\xb3\x4e\x97\xc7\x51\x84\x0d\x71\xec\xab\xd4\x94\x3a\x12\x7e\x98\xb6\xc0\xdc\x5a\xb5\x93\xf6\xcc\x78\x32\xd7\x4a\xdf\xab\x7f\x99\x70\x84\xc1\xd1\xcd\x5d\x73\x90\x39\x49\x2b\x5a\x32\x97\x71\x5a\x7d\xd5\x7e\x0a\x27\x49\x72\xcf\xea\x4e\x52\xf7\xff\xa7\x9f\x41\x5e\xd4\x0b\x91\xc2\xc9\x97\xba\x0e\xb0\xe6\x52\x9a\x3a\x66\xe3\xe6\x51\x71\xad\x25\x95\x29\xb4\x44\x9b\x21\xa7\x82\xbe\xb8\xf1\x58\xfc\x6e\xfa\x9d\xba\x5f\xc1\xaf\x18\x45\xe6\x93\x8b\xeb\xe9\x5f\xf4\x1e\xf6\x21\xec\x31\x59\x6f\x63\x0e\x29\x76\xcc\xa4\x8b\x23\xdd\x19\x9e\x90\x74\x91\x75\x03\xfb\x98\x10\x4a\x7e\xef\x0e\x2c\x91\xea\xd3\xd5\x04\xd9\x4e\xfd\xda\x8e\xca\x7e\x48\xbb\xd0\x12\x1a\x9f\x4d\x57\x34\xcd\x0c\x6e\xa1\x7f\x6d\x58\xbd\x98\x44\xe7\x19\xfe\xb2\xcf\x61\x67\xcb\x73\x1a\x76\x11\xff\xec\x80\xd5\xf6\x90\xda\x27\x32\x24\xb3\xc8\x5b\xc6\xe6\x31\x6e\x51\xa6\x0f\x9d\xc1\x7c\xa7\x5c\xed\x87\x40\x32\xa9\x6d\xdd\xb7\xb2\x6b\x69\x98\x8e\x8c\xf8\x59\xf4\x45\x2d\xd7\x83\xe9\x74\xb6\xf5\xc4\x62\x26\xed\xa6\x69\x89\x7d\x3d\xeb\x94\xfc\x60\xd3\x90\x94\x03\x01\x86\x9b\x92\xfb\x55\x55\xf2\x1c\x49\x6e\xcd\x10\xfb\x98\xf8\x1d\xdc\x01\x4f\x11\x37\x20\x39\x55\x70\x71\x14\xfa\x6b\xae\x9b\xe8\x25\x4e\x1d\x4f\x15\x8d\x12\x5d\x82\x94\x22\x03\x39\x6f\x41\xb9\xe8\x21\x75\x26\x00\xa2\x93\x4c\x5a\x93\x8b\xa4\xb8\x9a\x65\x88\x17\x3f\x82\x9a\x64\x87\xc5\x3c\x78\x23\x3b\x56\x1c\x88\xec\xc6\x7d\x15\xbd\x40\x5f\xad\xfc\x28\xea\xc6\x4d\xca\x99\x10\x21\x09\x69\xf1\xab\x44\xf1\x24\x71\x50\x81\x28\x82\x22\x5a\xb0\x49\x64\xa0\xbe\x00\x40\xd4\xc8\x7c\x68\x45\x89\xa3\xe1\x0b\xf5\x6d\xa2\xd7\x88\x57\x32\x1f\x51\x1f\x6a\x9c\x35\x20\x22\x60\x50\x38\x82\x28\x1a\x97\x5a\xc9\x11\x4d\x21\x44\xe6\xa4\x0a\xef\x93\x36\xc4\x3d\x16\x9e\xa5\x04\x06\x2d\x17\x5e\xa2\xfe\xbb\x20\x52\xe4\x4b\x9f\x01\x80\xa8\x8c\xa5\x6d\xd8\x29\x24\xe0\x8a\x74\xb3\x85\xeb\xf1\x0d\x92\x6d\x42\x17\xc2\x61\x26\x4c\xf0\x87\x34\x0b\x9b\x2b\x78\x43\xa6\x40\xf8\x82\x1b\x94\x7f\xb3\x49\x82\x13\x34\x54\x5c\x8a\xe0\x0c\xfd\x4c\xe0\x45\xc1\x73\xe6\x8c\x05\x2b\x85\xab\x99\x67\x01\x10\x1e\xe3\xc4\xd6\x57\xf1\x6d\xb4\x25\xda\xdd\x7c\x23\xed\xae\xb8\x8c\x2f\xa7\x2b\x19\x6b\xf9\x6a\x46\x3a\x26\x9a\xdf\xc8\x74\xaf\xd0\xf2\x9b\x59\x8e\x59\xad\xfc\x4e\xd6\x87\x8d\xe3\xfc\x93\xec\xf3\x81\x54\xfe\x3b\x8e\x6e\xc1\x2a\xc1\x5c\xce\x6b\x00\x84\x93\x79\x73\x2d\xe3\xbc\x24\x5e\xa1\x26\x8c\xb7\x82\xa7\x17\x4d\xe5\x2d\xe6\x4d\xd0\x3e\xf1\x22\x79\x0f\xd0\xcb\x79\xe5\xfc\xc5\xe5\x26\x1e\x93\x8f\xd9\x72\x81\xd7\xc8\x3f\xb2\xd1\x97\x77\x5a\xe0\x1c\x18\xc5\xfb\x4f\x90\xb9\x20\x95\x77\x5f\x50\x04\x80\xc0\x8b\x7f\xcf\x54\xc6\x59\xa2\xda\xab\x7c\xc3\x49\x55\xe5\xf3\x2f\x72\xe8\xca\x53\x94\x4f\x9c\x21\xa5\x07\xb2\x98\xf3\x48\x41\x29\xfd\xcd\x5d\x24\xbf\x97\x89\xe5\x26\xc9\x63\x63\x17\x73\x75\xb2\xce\xd5\x7c\xee\x6e\x99\xfb\x02\x27\x2e\x51\xba\x15\x00\x7e\x82\x68\xbd\xfe\x29\xeb\x4b\x43\xaf\x7c\x80\xed\x5e\xef\xc3\x3d\xc0\xce\xb0\x18\xc9\x4e\x6c\xbd\xd9\x01\xde\xcd\xbe\x61\xa4\x96\x10\x39\xee\xfa\x27\x19\xde\x9c\x2a\x5d\x49\x8c\x03\xa7\x5f\x7b\x21\x60\x1b\xe7\xa4\xc6\x32\xbf\x95\x53\xa4\x62\x00\x1f\x9e\x50\x92\xa8\x5b\xc6\x9a\xdf\x7d\x5e\xfa\x94\x55\xd3\xb9\x93\x03\x58\x83\xed\x14\x22\x86\xf5\xa6\x75\x09\x6c\x2d\x3b\xdc\xb6\xb7\xd8\x97\x2d\xb5\x66\x6c\x9e\xc2\xbe\x54\xff\x28\xda\x99\x33\xcb\xa2\x5e\x75\x97\xe3\x61\x1a\x9e\xbf\x90\xad\xaa\xcd\x06\xb9\xdc\xfb\xd2\xf7\xb5\x41\xcc\x77\x43\x5e\xd2\x79\xac\x80\xfe\x83\xec\x14\x16\xbe\x37\x90\x70\x94\x35\xd6\x25\x86\xda\x58\x1f\xda\xcf\x14\x75\xb0\xa3\x5b\x7e\xa6\x37\xb2\x15\xb6\xf0\x0d\xfd\xec\x83\x8d\xe6\x55\x2a\xf6\xc1\xba\xdd\x6e\x2f\xd9\xae\xba\x7b\x80\xce\x65\xcb\x1a\xb5\x70\xe6\x8d\xf1\x09\x09\x86\xf9\x67\x74\x11\x6b\x2f\x2b\x74\x28\x8b\x90\xc0\x42\xf7\xc3\xa1\x41\xac\x9e\x1e\x78\x51\x22\xeb\x59\x67\x56\x7a\x36\x7b\x55\x5b\xdc\x06\x0c\x3b\xaf\xb9\x78\x55\x31\x3b\xa6\x71\xae\xdb\x4b\x16\xca\xe0\x02\xba\x38\x5f\xe5\xf6\xca\x06\x43\x0a\x24\x46\xb0\x5d\xf7\xbc\x8a\x49\x77\xab\x1d\xac\x19\xc2\x8c\x6a\x0d\xb0\x37\x95\x16\x0d\x07\x59\x98\x77\x5e\x0d\x41\x9f\x4d\xfe\x5b\xb5\x05\x97\x17\xd1\xa6\xac\x26\x1c\xf7\x7b\xa2\xb8\x4c\xfa\xc7\x65\x40\xe9\x47\x89\x02\x40\x7a\x84\x35\x49\x69\xaf\x8f\xaa\xce\x13\x04\xd5\xfe\x81\x16\xd0\xba\xb5\x77\xe0\x99\x98\x04\xcd\x6d\x64\x76\x65\xb0\xfa\x0e\x9a\x96\x47\x53\x5d\xc2\xf6\x26\xd7\x2a\x2f\xe3\xff\x8b\x40\x2a\x3e\x91\xdc\xfc\xce\x2a\xa8\xe4\x77\x2e\xdd\x8a\xf3\x94\xef\x00\x48\x8d\xac\x54\x45\xa5\x6e\x0d\xcc\xcc\x6f\xa9\x5d\x80\xa8\xa1\xf9\x6b\x67\xa0\xbc\xd0\xe7\x34\x3e\xe8\x3b\x90\x63\xea\x70\xec\x81\xbc\xb9\xaa\x28\xfc\xf6\xe4\xf5\xca\x14\xe2\xfe\x88\x10\x85\x90\xdc\xe5\x37\xaa\x98\x4a\x8d\x71\x19\x51\x14\xd0\x66\x03\x20\xcd\x62\xdd\x90\xfd\xad\xb5\x61\x83\x78\x69\x9a\x3a\x9c\x98\xf2\x55\xdd\x87\x3f\x8a\x3a\xac\x3a\x4f\xf4\xa8\xf8\x5b\xf9\x89\x64\xcc\xdd\xa4\x74\xa1\xcc\xdf\x54\xab\x08\xa1\x0e\x85\xef\x92\xf3\xe8\xb3\xfc\xb8\xf2\xf9\x8c\x24\x97\x4b\xf2\x0d\x8c\xd3\x00\x48\x3a\x38\x45\x52\x9b\x66\x32\x25\x86\x3b\x53\x3d\x9f\xba\x8c\xbc\x5b\x15\x44\x7d\x8d\xec\x54\x62\x68\x97\xca\x1f\x28\x86\xe8\x27\x73\x10\xf2\xbf\x19\x97\x92\x2e\xc8\x5d\x98\x8f\xc2\xa3\x64\x6c\xd6\xdf\x7e\x31\x32\x77\xf6\xa8\xcb\x03\xd9\x42\xf6\x57\x00\xc4\x2f\x78\x53\x25\xa5\xaa\x09\xf6\x4b\xf6\x45\xe5\x6e\x4e\x04\x49\xa5\xf8\x8b\x43\x45\x98\x15\xde\x9c\x1b\x65\xff\xc8\x19\xdc\xf8\x6c\xbd\x6c\x2f\xf7\x7c\xd2\x14\xe9\x77\x5e\xce\xba\xa3\x52\x0e\xef\x8e\x9f\xb3\x74\x09\x3f\xcb\x75\x92\xe4\x11\x9f\x09\x80\x78\x15\x7f\x4c\x14\xac\x38\x21\xcf\x61\x5e\x90\x7f\x96\xcf\x24\xf4\xcb\xd7\xcb\x06\x61\x77\x65\x2d\xb2\xb4\x52\x8c\xcc\x5e\xfa\x29\x2b\x4a\x5a\x22\x1d\x4c\xf8\x28\x19\x97\xc2\xc3\x9e\x4b\x22\xa4\xbe\xbe\x2a\xf1\x55\xa9\x93\xcb\x3b\x31\x46\xb2\x0e\x00\xd1\x32\xe1\x2d\x41\xb8\x9c\x64\x3a\x41\xff\x24\xdb\x65\xdc\x87\x7b\x23\x9b\x67\x50\x42\xb7\x48\xf9\x7a\x68\xf1\x6f\xc9\x3b\x5d\x6c\xe6\x0f\x49\x49\xad\x57\xfc\x53\xf1\x59\xed\x94\x30\x17\x71\xaa\x66\x92\xcf\x4b\xd1\x65\x35\xcc\x65\xa7\x28\x55\x11\x05\x80\x30\x57\xdc\xc9\x23\xcb\x7a\xdb\x26\xd1\xd2\xa5\x3f\x5b\xf2\xb1\x44\x69\xb1\x4d\x52\xfd\x3f\xc9\x05\x6b\x7f\xd1\x5e\x49\x5c\xc3\x85\x8c\x1b\xe2\x3d\x75\x6f\xe2\xde\x88\x83\x2c\x3e\xa1\xc1\xa2\x41\x93\xc8\x67\x99\xc8\xd3\xd0\xe4\x92\x28\xa4\xab\xf1\x00\x08\xc6\xa5\xf3\xb8\x3d\xb2\xea\xee\x9b\x54\xa3\x74\xa2\xf3\x19\xe6\x84\x74\x6e\xfb\xb5\xea\x8d\x12\x79\xeb\xd6\xa2\x35\xe2\x8f\xcd\xb5\x19\xe5\x62\x5c\x13\x2c\x4e\x2d\x7a\xdc\x58\x10\x72\x5d\x94\x5b\x2f\xf0\xbe\x22\xdc\x6d\xf6\x72\x59\x22\xf8\xa5\x39\x00\x80\x20\x57\xda\xc1\xf9\x2e\x5b\x31\xf0\x93\xf2\x4d\x4a\xee\x7b\x88\x89\x95\x5c\xe8\x69\xa9\xba\x24\x09\xed\x4a\x2b\xbc\x20\x6e\x69\x7f\x93\x31\x45\xec\xda\x6a\x88\x4b\x16\x49\x9a\x73\x43\x5a\x84\x8f\xac\x67\xbd\x3b\x85\xc1\x75\x4b\x5c\x3c\x05\xb9\xda\x6b\x00\xf0\xaf\xc8\x00\xcd\xd2\xfc\x02\x32\x82\x6b\x68\x7a\x57\xf5\x00\xfa\xc7\x3a\x09\xea\x54\x7a\xa4\xc1\x17\x1e\x9a\xfd\xa4\x2e\x15\x29\x4f\xa6\x98\xab\xd0\xff\xad\x7f\x62\x54\xe3\x10\x81\xce\xfa\x6f\x84\x9d\xee\x58\xbd\x3f\xa9\x69\x6a\x6b\xad\x0f\xa5\x1b\x00\x45\x0a\x7b\x06\xcd\xbd\xd9\xa3\x9a\x8d\x8b\x68\xf2\x86\x52\xa0\xdb\x1b\x23\xe0\x55\xa5\xac\x7a\x32\x32\x3f\xbb\xd3\x32\x8a\x46\x27\x47\x98\xae\x61\xad\xeb\x77\x18\xa7\xe2\x6f\xad\x7e\xa3\x57\x10\x9f\xb8\xe3\x74\x07\xc8\xca\xa9\x87\xb5\xc7\xa9\x69\x00\x28\x66\xb2\x57\x52\x9b\x6c\x79\x30\x0a\xf6\xbc\xb5\x10\x11\x0a\x2d\x6b\xc0\x20\x5f\x94\xfa\xd5\x1d\x47\x77\x67\xe7\x5b\x66\x60\x25\x9b\x3e\x9b\x62\xf0\xdc\xf5\x02\x03\x9f\x28\x59\x7d\x55\x3f\x9d\x9c\xe7\x8e\xd1\x25\x51\x0e\x4d\xbd\xab\xcd\xa4\x6d\x01\x40\x7e\x8a\x6d\xa0\xe0\xad\xc7\x30\x68\xcc\xa9\x86\xd7\xd8\x0b\x35\xac\xfa\xe5\xf8\x25\x25\x10\x0b\x97\x20\xcc\x1a\x36\x5d\x22\xfe\xde\x54\x6d\x74\x25\x5b\xd6\x3b\xea\xab\xa8\xa1\xab\x45\xb5\xbf\x69\x06\xf7\x9a\xda\x68\xfa\x80\xb3\x8b\x26\x9a\x69\x07\x80\xdc\x8d\x73\x87\x7c\xb8\x31\x9a\x74\x18\xfd\xb4\x9e\x45\x3e\x5b\xcd\xb3\xec\xa5\x8c\x17\x73\xcd\x4b\xa9\xc3\x5b\x1e\x19\x15\xb4\x43\x49\xdb\xf4\x7f\xd3\xff\x8d\x22\xeb\x22\x98\x0b\x57\x07\x6b\x5f\xb0\xfc\xdd\xf3\xb5\xde\x6c\xe0\x1c\xaf\x76\xe3\xac\x06\x40\x96\xc5\x2b\x27\xb1\xeb\xbf\x30\xf7\xa3\x4e\xd6\xf9\xb1\x56\x57\x31\xcc\x70\x96\xa1\x48\x65\x7c\xc4\xf6\xda\xe2\x62\xc8\x61\x1f\x49\xfc\xaa\x9b\xe0\xd0\x23\xaf\xd7\x2e\xe2\xae\x0b\xb8\xa2\xb9\xcb\xfd\xcf\x3d\x5e\xe3\xca\x33\x3b\xb3\x94\x6f\xf9\x61\x00\x48\xd9\xfc\x3b\x84\x1d\x75\x53\x24\xc1\xc8\x48\x33\x54\x32\xaf\xd2\xd3\x78\x56\xfc\xba\xb0\xc8\x90\x2d\xbe\x96\x39\x49\xf7\x97\xf8\x6c\xe2\xcc\xda\x34\xf1\x85\xc8\x05\x9a\xa3\xe2\x7b\x01\x99\x6a\xa9\xf8\xab\xbb\x83\xaa\x43\x12\xe6\xdc\xaf\x40\x89\xbd\x00\x90\x60\x84\xfb\xf1\x4b\xcc\xdb\x75\x74\xf8\x49\x93\x67\xed\x68\xc5\x88\xa1\x47\x7b\xb1\xc0\x5d\xbf\x42\x3b\x6b\xf3\x8b\xda\x1d\x9a\xbc\x84\x79\xda\x68\x75\x67\xc4\x26\xf5\x49\xf5\xa4\x55\xdb\x54\x62\x95\x66\x49\xbf\x52\xad\x5a\xed\x3c\x2c\x5f\x2f\xc3\x02\x20\xd6\x89\x63\xb0\xf7\x4c\xb7\xad\x2a\x18\xc3\x98\xd2\x18\x5d\x2e\xd2\x1f\xad\xbf\x9d\xf7\x45\x57\x58\xc7\x49\x7f\xa1\x7d\x66\xf1\x8f\x5f\xab\x11\x99\xee\x87\x2b\xd4\x0b\x8d\x7b\x56\x39\x29\x2f\x18\x2e\x2e\x71\x50\x1c\xd7\x4d\x73\x66\xcb\x0a\x94\xb3\x00\x10\x3d\x93\x50\xb1\xa1\xa6\xea\xd6\xff\x41\x1f\x18\xfe\x69\x29\x2a\x7b\xa7\xc7\xd8\xf6\xe6\x31\x6a\x7f\x35\xf9\xa6\x73\xb4\xb5\x8d\x0d\x71\x57\x35\x2b\x1a\x16\x84\x87\xab\x4e\xd6\x5d\x58\x79\x48\x89\xb3\xf8\x2d\x3e\xaa\xc8\x33\xcc\x74\xae\x90\xde\x56\xad\x04\x40\x54\x2b\xf9\x07\xd3\x6d\x7c\xd7\x55\x07\x85\x18\x84\x1d\x2f\xca\x04\x7a\xd7\x76\xbf\xbc\x79\xb5\x2d\xad\x98\xf4\x55\x5a\xbf\xe6\x3d\x71\x06\xf5\x11\xdb\xa2\xf0\xc9\xaa\x72\x6b\xcb\xca\x06\xc5\x87\xfa\x6b\x8b\x3b\xe4\x87\x8c\xa3\xce\x18\xe9\x1a\xb5\x3b\x00\xa2\x69\xd2\xf8\xea\xfb\x83\x4e\x95\xa4\xd2\x03\x7d\xe9\xd5\xcc\xbc\xb9\xdd\xdd\x50\x66\xfa\xad\xce\x25\x70\x75\xc2\x9c\x36\x0b\xf2\x70\xe4\xb9\xe6\xef\x98\x59\x41\x8c\x26\x01\x0e\xeb\xed\xd4\x28\x27\x0c\xcc\xe1\x36\xbc\x26\x6d\x99\x74\xcb\xb8\x8c\x86\x07\x40\x25\xe2\x78\x54\xb7\x0e\xa4\x54\xbf\x2b\x55\xf4\xea\xa0\x67\x72\x5f\x75\x3d\x87\xdb\xd2\xc7\x3b\x28\x48\x7a\xfc\x9b\xd6\x1f\x68\x6a\xe4\xd6\x66\x2c\xd6\x10\x04\xb3\x7e\xc3\xef\xf2\x76\x6a\x9c\x4c\xdc\x35\xa7\xbe\x01\x4b\xf6\x72\x00\x86\x43\xb4\x97\x00\xa8\xa2\x39\x8b\xaa\xb3\xfb\x35\xb0\xe6\xd2\xe4\x9e\x2b\x88\xf4\xdc\xf1\xae\x40\xe4\x8b\x74\x5e\xfb\x19\xb4\x21\xfe\x68\x6b\x19\x16\x12\xa9\xb1\x5d\xc7\x6f\x0e\x4a\xb7\xa2\x89\x71\xde\x93\x1a\xf8\x64\xe7\x39\xa3\xf5\x77\x29\xf1\x0e\x7e\x86\x64\xfa\x79\x00\x94\x2f\x38\x35\x55\xa4\xde\x37\x18\x8f\x12\x43\x37\x04\x5b\x93\xeb\xde\xf1\x00\xd7\x95\xf6\xa3\x4d\x44\x70\x8a\xcf\x6f\x59\x4a\x54\x44\xae\x6d\xea\x21\x7b\x04\x39\x37\x26\x50\x0e\x2c\x7b\x52\x5f\x42\x5b\x36\xe7\x5a\x5d\x0f\x7d\x81\x03\x51\x1f\xc2\x0a\x00\x40\xb9\x82\x4b\xaf\xfc\xd9\x43\x24\x5e\x28\x01\x9d\x9f\x48\xf7\x72\x08\xed\x12\xf2\xa5\xb4\xca\xd6\x10\xca\x9d\xb8\x2b\xb6\x07\x34\x10\x71\xcc\x4a\xa0\x87\x05\xee\x6c\x70\x61\x50\x97\x9d\xae\x0b\x64\xb6\xce\x79\x6f\x29\x67\xe1\x1c\xf6\xeb\xa6\x72\x2e\x01\xa0\xc8\xe2\x5d\xae\xcc\xea\x5e\xc6\xf0\x2d\x4e\xe8\x18\x60\xec\xcd\xde\xdb\x16\xc5\x8c\x49\xdd\xdf\xfc\x85\xf9\x32\x2e\xa1\x69\x8c\xb5\x35\x62\x73\x63\x12\x5b\x12\x58\x52\xf7\x8c\x53\xb1\xac\xcd\x32\x85\x9b\x31\x77\x8a\xd9\x83\x37\xd9\x71\xba\xf6\x01\x3f\x17\x00\x39\x49\xe0\x57\xb1\xbd\x13\x2d\x6c\x2e\x9a\xdd\xf6\x41\x38\x91\x75\xa3\xa5\x41\xb8\x3f\xe5\x9d\xad\x52\x78\x67\x63\x9d\xd5\x5b\xe4\x12\xbe\xaf\xfe\x9c\x28\x6b\xf5\x1b\x0b\x4f\xd4\xb5\x8c\x64\x52\x8a\xbd\xe7\xfa\x1b\x61\x62\xb9\x23\x46\x53\x24\x92\x02\x20\x4b\x11\x9e\x29\xdf\xde\x7e\x43\xbd\xb3\x70\x61\xab\x4e\x1d\xb3\xe5\x63\x73\x9a\x6a\x67\x8a\x6f\xd3\x12\x55\x5c\xec\xfd\x86\x57\xca\x7f\xc2\x7d\xea\x3a\x95\xc6\xd5\x64\x33\x42\x59\xb1\x6c\x95\xb1\x5c\x29\x99\xbb\xcc\x30\x5b\x11\xeb\xd8\xaf\xf6\x96\x7a\x03\x20\x85\x8a\x1d\xcb\x8e\xb6\x8d\x59\x5e\x17\x2c\x6f\x11\x9b\x1f\x6c\x99\x64\xcb\x30\x5d\x49\x4e\xb7\xfa\x1a\x1f\xc6\xfa\xd4\x7f\x36\x3a\xaf\x63\x5b\x4e\x18\x36\x07\xbc\x30\xd9\xf4\x17\x97\xee\x37\xa8\x74\x47\xe7\xdc\xd0\x2f\xd6\x38\x3b\xee\x56\x05\xca\xd3\x01\x90\x6c\x93\x4c\x2e\xdb\xd8\x16\x6f\x3d\x94\xbf\xb3\x65\x7a\xa3\x2c\xd3\xd6\x74\xb7\x21\x6d\xd3\xcb\xc6\x6d\xf5\x41\x31\xd7\xeb\xc5\x75\x6b\xd6\x85\x5b\x8a\x2c\x45\x01\xdb\x4d\x61\x66\xe3\x52\xb3\x61\x81\xb1\x64\xce\x01\x9d\x49\xdb\xe7\xb8\x5b\x39\xa4\x08\x01\x40\x92\x2f\x81\x97\x5e\x6a\xfd\xbb\xe5\x57\x7e\x5e\xb3\xad\x79\x28\x33\xa5\x09\x69\x2b\xd8\x34\xd4\x18\xde\xe4\x1b\xd3\x5e\x6f\x67\x9d\xbf\x6e\xa6\xf9\x76\x63\x60\x80\xd5\xb8\xbb\xbe\x71\xa9\x42\xaf\x34\x33\xe7\x1c\xab\x7d\x58\xfb\xc7\xf1\xbe\x72\x92\xd2\x09\x00\xf1\x55\xc9\xb1\x12\xe9\xf8\xe4\xca\x4f\xb9\x6d\x23\x8b\xab\x6f\x6d\x5e\x3b\x18\x09\xdd\x91\x98\xdd\xc7\x86\x0f\xaf\xff\xd2\xbd\x17\x79\x2e\xc4\xa7\xe3\x29\xc6\x71\x45\x6a\x5b\x34\x2e\xd5\x1d\xd6\x12\x43\x20\xce\xdc\xd1\xec\x4b\x8a\xb0\xa3\x9b\xfe\xa2\x97\x02\xa0\x96\x70\xd8\x25\x55\x63\x89\x35\xe5\xb9\xc2\xe1\x0a\xd8\xec\xcd\x0b\x06\xe4\xf0\x23\x89\x11\xbd\xd7\x90\xb2\xf5\x8f\xba\xbd\xd0\xf8\x90\xf9\x1d\xb9\x58\xc6\x8a\x4d\xad\xe3\x78\x85\x3b\xae\x79\x27\x91\x38\xf3\xa6\xcd\x46\xfa\x66\x57\x67\xc2\xd0\xf7\x01\xa0\x8e\xe0\x60\x4b\xd6\x8e\x4a\x60\xef\x73\x0b\x86\xda\x11\xbc\xf4\xb7\xfd\x97\x91\x7f\x12\xdd\x7a\x57\xa0\xb5\xeb\x8f\x77\xf1\xb1\xa9\x21\x76\xed\x7b\xf1\xbe\x2b\xa2\x5a\x17\x11\xa7\xb8\xd3\x9a\x97\x91\xf6\xcd\xfc\x64\x03\x94\xb9\x76\x3b\x8c\xaf\x18\x42\x00\x54\x0f\x38\x03\xc5\xdd\xc3\x6f\x30\x41\x39\xd7\x07\x03\xb0\x65\xe9\xfc\x3e\x06\x4e\x92\xb0\xa3\xfb\x0e\xfe\xee\x7a\x7a\x67\x34\x31\x77\xed\x89\x36\x31\xe9\xe1\x8a\x79\xcd\xff\x52\x68\xee\xa4\xa6\x57\xd4\x4b\xb3\x56\x5a\x77\xd2\x5e\xda\x7d\x37\x5c\x61\x75\x03\xa0\x72\xe5\x0e\x15\xc7\x0c\x95\x13\x4f\xe7\x94\xf6\xef\x21\x8d\xa5\x7d\xef\x75\x27\x2b\x13\x36\x76\xe9\x28\x86\xf5\x73\xda\xbf\x53\xb7\xaf\x65\xb4\x26\xd2\xfe\x5d\xfe\x8f\x6d\x90\xb1\xd4\x9d\x6c\xed\x63\x66\xce\x2a\x6a\x2c\x62\x65\xd8\x67\xea\xbb\xb9\xb3\x00\x50\xae\xe6\x7d\x29\x62\x0d\xba\xd0\xf7\x66\x6f\xeb\xc3\x32\x12\xd3\xb0\xdd\xd7\x19\xe7\xe2\x8f\x77\x66\x31\xf9\x51\x03\x6d\x27\x59\xe9\x6b\xbd\x5b\xe6\xb0\x3d\x97\xf7\x36\xd1\x39\x76\xee\xa8\x46\x0c\xd7\x6e\x96\xa0\xc1\x8e\xfb\xd3\xbe\x57\xc7\xe5\x57\x02\xa0\x48\x12\x24\x14\x2a\xfa\x8b\x05\x37\xb3\x5e\xf7\xec\x10\x3c\x49\x3d\xd1\xe5\x27\x78\x15\xbf\xaa\x7d\x5c\xe8\x1e\x15\xd8\x1a\x20\x84\xaf\x39\x62\x53\x0b\xf7\x2d\x47\x36\x7e\x11\xad\x70\x47\xd4\x9f\x17\xfd\x35\xeb\x4c\x9d\x8f\xd8\x71\xd2\x1c\xed\x5b\x51\x2c\x00\xf2\x85\xc2\x23\x05\xe7\x7b\xc7\x54\xe2\xac\xf0\xee\x48\x95\x5d\xaa\x47\xc7\x19\x25\x37\xae\xa9\xad\x50\xe9\x13\x39\xd2\xfc\x40\xf1\x72\x4d\x51\xd3\x66\xc5\xd1\xe5\x8b\x1a\xce\x2a\x8e\xba\x67\xd6\x29\x94\xae\xb3\x3e\x98\x87\xe4\xc1\x93\x2a\x35\x7b\x25\x66\x00\x64\xab\x45\xff\xcb\x7f\xde\x23\x31\xaf\xda\x02\xef\x9a\x67\x0a\x48\x81\xb4\x8f\x18\xd7\x6c\x7c\xdd\x1a\x67\xc0\x47\xce\xb7\x5d\xd2\x9f\x0f\xfe\xcb\x9a\xaf\xcf\xf6\x1f\xab\x7f\xa1\x9f\xee\x3e\xc9\x62\xad\x95\xce\xba\x67\x52\xa9\x74\x93\x94\xea\x23\x32\x19\x00\x52\x91\xf8\x64\x3e\xbb\x67\x66\xc3\xc9\x2d\x8e\x9d\xd6\xfa\xe6\x94\x19\xed\x01\x75\xec\x8d\xdd\x2d\x87\x2d\x96\x88\xbb\xb6\xcd\xe6\x1b\xc1\x5d\x8d\x7f\x9b\xb7\xf8\x2b\xeb\x19\xa6\xc2\x25\xaf\x2c\x8b\xf5\xe7\x66\xdd\x35\xbe\xd1\xd8\x4d\xea\x57\xaf\x97\xc3\x01\x90\x7a\x48\x02\xf3\xe7\x77\xb7\xd9\xae\x66\xee\xe8\x74\x6f\x32\x25\x5f\x68\xeb\xb3\x96\x6c\x24\xb7\x84\x36\xc2\x22\x76\x34\xed\x6b\xe8\x09\x56\x36\x66\xd6\x9f\xf4\x67\xd7\xbd\xae\x03\x4b\xde\x9a\xb9\xc6\xa1\x59\x5f\x8c\x81\xda\x98\x49\x7f\xa9\xea\x14\xcb\x01\x90\xb4\x4a\x64\xb9\xb4\x1d\xfe\x55\xfc\xcd\xb6\x09\xdf\x9a\x90\xa4\x94\xb1\xd5\xd0\x27\xd1\xad\xc3\xf9\xf0\xfd\x61\xaa\x01\x3e\x72\xef\x6a\xc7\x5e\x03\xfa\x86\x37\xa7\xeb\x1e\xf6\xe3\xfc\xaf\x9d\x93\xf1\x1f\x9d\xb7\xb7\x55\x92\x52\x00\xb0\x14\xd0\xef\x02\xa0\xa9\xe6\x98\x72\x71\xdb\x21\x35\xb7\x37\x1b\xb7\x22\x61\x95\x49\xeb\x47\xf9\xf0\x47\xd1\xe6\xa1\x51\xa4\x22\x4c\xdc\x7f\x0f\x9d\xb3\xda\xa9\xe7\x33\x36\xc6\x5b\xd6\x95\x8c\x0f\x58\xe0\xd2\x41\x24\xbc\x77\xbe\xd5\x7a\x81\x0c\x00\x30\x3f\x65\xac\x01\x40\x33\x9b\xc3\xcf\x2d\xdd\xd6\x00\xaf\xda\xcc\x19\x1f\x46\xec\x4f\x5a\x36\x72\x0e\xe5\x16\x2d\x18\xb2\x43\x4b\xc2\xc8\xfd\x11\x58\xef\x80\x9f\x3d\x05\xb8\x27\xde\xf2\xce\x01\x42\xdf\x02\xdf\xf6\x0b\xa4\x18\xe7\x6f\xad\x2b\x29\xf3\x01\x30\x43\x18\x0f\x01\x50\x6f\xe5\xec\xca\x5d\x34\xe1\x88\x41\x6d\x5e\x33\x16\x84\x25\x24\x5e\x1b\xae\xc1\xd1\xa2\x37\x0c\x0c\xe0\xf7\x84\x45\xf7\xbe\x21\xba\x07\xdc\xee\x9e\x4d\x6a\xf0\x66\x76\xc0\x28\x73\x16\xac\x6f\xe3\x52\x4b\xa7\xad\x6d\x3e\x47\xfb\x02\xd6\x98\xc2\x59\x0f\x01\x50\xdd\xe0\x4e\xe4\x1c\x1b\x2f\x25\xfe\x48\x3f\x3f\x32\x4e\x1a\x49\xa4\x0e\x4d\x21\xd7\x6c\x78\xd1\x5f\x44\x29\x0b\xfd\xd1\xd3\x43\xa5\x06\x0c\x76\x9e\xa3\x59\xbd\x6b\xda\xe7\xd3\x8f\x2e\xc8\x6c\xf5\x64\x3c\x99\x06\xb7\x95\xb0\xa8\x80\x6a\xf8\xc9\xf5\x07\x40\xf9\x8c\xf7\x2d\xfb\xd1\xd8\x2c\x7a\x7d\x7a\xd8\x30\x94\x31\x2b\x71\xd6\xc0\x01\x86\x62\x83\xa9\x6f\x1e\x33\x24\x74\xa2\x1b\xc5\xfc\x15\x40\xeb\xd0\xb2\xce\x7a\x6f\x6a\xbd\xca\xee\x5e\x50\xdc\x7c\x8e\xd3\x3b\xcd\x6a\xfd\x8f\xe7\x0c\x76\xe8\x2f\xf2\xf3\x01\x50\x02\x41\x4c\xb6\x75\x24\x47\x80\x4d\xbb\x39\xd8\x2e\x40\x26\x74\xf4\xfd\x14\x94\x6f\x08\xed\xa9\x10\x98\x42\x11\x9d\x7b\x04\xff\x06\xc4\xb5\xbd\x16\x26\x7b\xaf\x6d\x89\x14\x1e\x5b\x20\xb2\x4d\x16\x69\xa6\x83\x86\xcf\xa2\x3a\xbb\xf9\xba\x08\xe1\x4f\x00\xe4\xa7\x85\x7d\xd9\xcb\x86\xd4\xca\x7d\x69\xd5\x03\x53\x94\x3e\x09\x21\xbd\x4a\x85\x79\xfd\xb5\xae\x77\x8a\xcc\xd0\x05\x1d\x79\x8a\xe0\x00\xa7\xd6\x46\x85\xaf\xf7\x6c\xdb\x5b\x45\xf6\x02\xb3\xb5\x55\x51\x36\x7d\x73\x7d\xa5\x2c\xdd\x0e\xa6\xfd\x25\x59\x02\x80\xec\x6f\xd1\xee\xac\xb4\xc1\x7c\xe3\x93\xd4\x89\xbe\x73\x86\x07\xf1\xbd\x3d\x69\xfa\x37\xeb\x73\x3b\xf7\xea\xd3\x43\xfa\xdb\xbd\x75\xb7\x56\xf5\xb4\x88\x75\xd6\x65\xc7\x9a\x3e\xe9\x02\x17\x60\x1b\x0d\x5a\xdf\xe9\x90\x3a\x2f\xe5\x16\xbb\x7a\xad\x9d\xf4\x01\x00\xb2\x00\xb1\x79\xcb\xeb\x81\x9b\xf5\x19\xa9\xd0\xbe\xb8\xba\x65\xf1\xc8\xee\x1d\x96\xe9\xeb\x3d\x3b\x7d\xcd\x99\x21\xbc\xb6\x5a\xd3\xb9\x55\x92\xe6\xcf\xa6\xf2\x65\x03\x4d\x54\xa3\xcb\x02\x44\xa3\xbd\x6e\xe5\x74\xaa\x85\xa1\x6a\xb7\x9b\xd0\xb0\x65\xa3\x00\x48\x2f\x8b\xdf\x6e\xb1\x0e\x94\x35\xad\x48\xf5\xeb\xdd\xd5\xf8\x22\x3e\xaa\xdb\xbd\xe1\x58\xd4\xaf\x0e\x45\x83\x5d\x08\xa2\xf5\x45\x3d\x63\x15\xad\xb9\xa8\x0e\xbe\xac\xdf\x7a\xd7\x8c\x58\xc0\x6d\xc8\xd1\xdf\x9c\xde\x66\x1e\x56\x1f\xb5\xbb\xaf\xbe\x29\xaf\x04\x40\x9a\x2b\x09\x9d\x18\x82\xce\x28\xa4\xf5\x6e\x83\x19\x4a\x70\x4d\x49\x88\xc9\xe5\xf9\xb5\xb3\x91\xbd\x95\x35\x02\x27\x74\x79\x8d\x9c\xe8\x87\x5d\x07\x97\x43\x9e\xe3\xfd\x51\x96\x8c\xa7\xc4\x15\xd8\x5b\x91\x6a\x32\x20\x3c\xf4\x1a\x25\x9f\x21\x4f\xb5\x2b\x62\x91\xa9\xdb\xb7\xee\xad\xce\x2e\x55\xf4\xdc\xad\xf9\x5d\xb1\xcc\x2a\x82\xf5\x56\xee\xd4\x56\x23\x70\x35\x14\x3e\x1a\x95\x01\x4f\x20\x34\x63\x52\x90\x1f\x20\x14\x5c\x09\x66\x24\x83\x47\x60\xe1\x8d\x91\x01\x24\x18\x29\xda\x8b\x48\xf6\xa5\xcc\xb0\x4b\x64\xad\xa0\xb1\xc6\xf7\x57\xb6\x43\x0e\x75\x7f\xab\x26\x57\xfd\x69\xdc\x06\x4d\x81\xc6\x6a\xfa\xe0\xeb\xe0\xa3\xbc\x93\xc8\xf5\xa8\xd5\x84\x99\xe8\x42\x8c\xba\xe2\x07\x56\x81\xfb\x90\x31\x17\x7f\x98\xc8\x8a\xf8\x8b\x78\x80\x7c\xc6\x6b\x3d\x89\x4c\x4d\xb1\x8b\x66\x5e\xa2\xd3\x47\x8f\x97\xeb\x90\x9c\xae\xe5\x90\x66\xf4\x92\x06\x97\xaa\x93\x98\x56\xf5\x9a\x9a\x0f\xb8\x0a\xae\x00\x1e\x42\x58\x83\xfb\x80\x94\x13\xdf\x55\xb8\xa2\x5f\x92\xf7\x6e\xce\xc0\x65\x52\x55\x11\xa1\x84\x1a\xba\x9f\xe7\x3d\xc2\x77\xc6\x62\xbb\x54\xe6\x54\xe6\xd8\xf0\x70\xc9\x7e\x52\x65\x07\xb4\xdc\x81\x5c\x51\x47\x84\x54\x50\x92\x94\x07\xaa\x8e\x53\x4b\x39\x51\xd0\x8d\x34\x31\xf6\x36\xfc\x04\xbd\xa5\xdc\x0f\x55\xc2\xd8\x93\xae\xc5\x3c\x64\xde\x0d\xef\xc4\x4f\x65\xdd\xf4\x34\xe2\x59\xec\x4d\x76\x42\x46\x30\xfb\xd7\xe0\xed\x22\x77\xf6\x89\xb6\xc6\x92\x76\xce\x0a\xf3\xe5\xf2\x10\x4e\x91\x22\x15\x72\x9e\x73\x80\xf5\xa9\x9a\xcd\x5d\x8b\x39\x0c\x0b\xe0\x36\x97\xc5\x22\x9e\xf3\x9c\xd2\x2e\xa3\xf5\x3c\x4a\xb8\x1b\xf6\x38\xef\xb8\x27\x0c\x37\x99\xd7\x67\xb7\x8b\x8e\xe2\x05\xf5\x3b\xe5\x17\xaa\x04\x2d\x53\x0a\x5f\x28\xaf\x1b\x21\x25\x6a\xa5\x97\x6c\x66\x79\x91\x82\xce\xf8\x5c\x19\x29\xbf\x8e\x76\xa8\x71\x97\xfb\x94\x5c\x86\x4f\x95\x61\x53\xc7\x91\xd7\xa5\x5b\xd7\x65\x61\x16\x49\xde\x79\xce\xc7\x64\x48\xbc\xed\x7d\x69\x34\x61\x48\x0f\x39\xe7\x81\x75\x59\x53\x53\xfe\xd9\x86\x22\xbd\x4f\x51\x47\x5d\xab\xf8\x4f\xa9\xd1\xfc\x0f\x7d\x49\x45\x9d\xc9\x07\x59\x53\xd5\x62\xc8\x2e\xa6\x40\x07\x75\xa4\x94\x26\x84\x51\xab\x0e\xd3\xa0\xfe\x51\x1f\xf6\xd8\x85\xf6\x55\x25\xd9\xe3\xa9\xb7\xc5\xff\xeb\xea\xcb\xa6\xf4\xc7\x35\x5e\xce\xa3\xf4\x0c\xd4\x16\x16\x52\x3a\x7f\x8a\x52\x4b\x48\xed\x29\x54\x61\xb9\xa4\x45\x0a\xff\x58\xd9\xdc\xd4\x59\x14\x5e\xb3\xbb\x61\x38\x79\x10\x3e\x66\x39\x14\xfa\x1e\x35\xd9\xe4\xef\x41\x42\x41\x75\x36\xfb\x1d\x54\x94\xcc\xb5\xf3\x46\xf6\xa2\xb1\x8a\x46\xb7\xbc\x99\xc3\x95\xda\xc1\xc2\xa9\x03\x49\xc2\xae\x12\xa7\xde\xe5\x94\x27\xe5\x0b\x3a\x3f\xc1\xd1\x95\x6b\xda\x6c\x85\xc7\x6a\x32\x9b\x57\x25\x17\xc2\x93\x1b\x2f\x84\x9e\x44\xb6\xd4\x3d\xf5\xc0\x22\x7f\x1a\x06\xed\x9f\x51\xbd\x64\xf7\x3b\x13\xb3\xee\xef\x10\x36\x58\x72\x8f\x4d\x84\x6a\x23\x0a\xc6\x46\x8f\x09\xc3\x8b\xbb\x87\x72\x29\x82\xb2\xd1\xbe\x63\xf0\xb9\x90\xa3\xdd\x8e\x85\xfc\xea\xbf\xdb\x57\x25\xaf\x81\x5d\x6a\x86\x85\x9e\x44\x7a\x34\xbe\xf2\xa8\x43\x72\x4d\xfe\x93\xa2\x29\xbb\xe4\x39\xa3\x39\xf0\xa3\x85\xf9\x9d\x17\x91\xa0\xa4\xb0\x7e\x04\x95\x52\x1e\xa5\xba\x82\x1e\xaa\xcc\xe4\x7a\x61\xfd\x6a\x18\x38\x2b\xee\x24\x9c\x57\xbe\x9f\xc0\x41\x99\x37\xcf\x22\x45\x60\xff\x8e\x98\x45\x3e\x45\x78\xee\x79\x91\x92\x49\x5e\x63\x57\xc4\x6a\xa3\x85\x8e\x60\x61\x53\x4a\xb3\x3a\x7e\xc1\x19\xe5\x9f\xea\xde\x23\xfe\xad\x54\xa9\xfc\x50\x8c\x9a\xcd\x1c\x31\x66\x31\x7c\x29\x6e\x36\xf6\x3e\xf2\x4e\x79\x12\x7e\x1b\xa6\x39\x7d\x90\xa8\xc1\xab\xc2\x8f\x93\x03\x49\x71\x9e\xf5\xe4\x6d\x94\xd5\x76\x29\xac\x62\xda\xab\x61\x76\x4d\x31\x84\xd8\xb1\x0c\xfa\xb1\x6a\x6f\x5d\x00\x5c\x03\xb5\x53\x12\x91\x89\x70\x26\xfb\x31\xda\x05\xf9\x0b\x2b\xc5\xbc\xc3\xd4\x94\x5d\xc1\x3d\xc5\xdd\x4c\x4f\x22\xdc\x20\x22\xc2\xa9\x24\x0d\xf9\x94\x27\x9a\x3c\x99\x0a\xb7\x8b\x63\x39\xd2\xef\x0f\xf2\x2b\x71\x48\xd0\x96\x5e\x1d\x85\x9a\x30\x4b\xa1\x7e\x98\x0d\xf2\xef\x70\x57\x9c\x03\xab\x0d\x39\x1b\xff\x10\x83\x41\xaf\x20\x8e\x95\x3e\xc3\x66\x91\xe5\x69\x52\x3c\x9a\x8a\x58\x77\x87\x18\x41\x5f\xec\xb9\x90\x68\x65\xac\xb5\x2b\x61\xc6\xb3\xa6\xf6\x4b\xcb\x5b\x88\x7b\x5b\x74\x90\x11\xd2\x5f\xc6\xe7\x55\x17\xc8\x57\x64\xea\x9a\xff\x28\x6f\x98\x10\xb8\x0f\xcd\x0b\x9d\x8f\xc4\xd1\x53\x4b\x01\xfa\x28\x83\x95\x7a\x01\x67\xcf\x1c\x5b\x97\x86\x7f\xcc\x3a\xec\x71\x97\xe0\xc9\x2e\xb4\x6b\x60\x60\x38\x69\xbd\x1d\xa5\x4b\xd9\xf3\x6c\xa7\xcb\xcb\xd9\x5a\x43\x06\x64\x9c\x7d\x51\xba\xa8\x1a\x70\x36\x30\x3c\xa1\x35\x9c\xbd\xa8\x58\xf8\x4d\xee\xba\x92\xc5\xa8\x3c\xee\xf6\xd4\x85\x98\x6d\xbc\xc8\xb0\xeb\xb8\x4e\x5e\xaf\x47\x1f\x6e\x07\x6f\xdc\xee\x01\xbd\x85\x47\xea\x9e\x5c\x14\xa3\xa4\x5b\xb3\x4b\xba\x14\xaf\x6b\xdf\x97\xcf\x55\x14\x89\xde\x43\xcc\xf2\xfd\xb4\xa0\xea\x15\xf2\x00\x84\x09\x7a\x51\x66\x29\xda\x83\x60\x4a\xbf\xa6\x38\xa0\x7e\x4a\xcb\xc2\x16\x60\x7e\x48\x0e\x78\xf0\x31\x7f\x24\x8b\xed\x2b\x69\xad\xc2\xf2\x0e\x64\xfe\x97\x86\x1b\xf5\xef\x8b\x2c\xf5\x7e\x9a\x73\xa5\x6b\x2c\x26\xc1\xc7\xf2\x6b\xa6\x57\x94\x9a\x4a\xa5\x71\x13\xec\x77\x4d\x96\xde\x54\x88\x80\x2f\xaa\xbd\xba\xe9\x2b\x72\x8f\x76\x56\x68\x19\xfa\x98\x1a\xe7\xe1\x83\xbe\xae\x9a\x67\x3f\x4e\xfd\x26\x7e\xdf\xc6\xcc\x33\xf4\xb6\xd5\x39\x17\xa6\x76\x87\xaa\x3e\x94\x38\x76\x6c\xe3\xc7\x96\x6d\x6f\x5b\x48\xba\x06\x61\x35\x53\xa0\xd6\xea\x1c\xeb\xce\x82\x75\xb0\x80\xfa\x67\x9b\x5c\x10\xb7\x2d\xde\x21\xa7\x50\x4f\x8d\x5b\xdd\x9f\xa0\xa7\xe9\x62\xed\x7f\x52\x45\xb2\xb9\xad\x03\x79\xeb\x46\x3a\x2d\x69\x05\x4f\x06\xaf\xaa\x62\x8b\x9b\xfb\xfe\xe1\x35\x96\xa5\x75\x3f\x22\x45\x41\x66\x74\x9c\x87\xce\xad\x7a\xd6\xda\x9c\x7f\x12\x7a\xc4\x56\x90\x74\x08\x41\x6c\xf4\x0a\x69\x45\x31\xeb\x20\xee\x8f\x51\xed\x86\x8d\x93\xd6\x52\x43\x65\x77\x5a\xe7\xe5\x7e\xd9\xb6\xcd\x7c\xac\xc0\x3a\x6e\x51\x1e\x2b\x8e\x1b\xc9\xe0\x2d\x2f\x7d\x36\xf0\x8b\xf8\x77\x45\x4f\x6f\x6d\xcd\x91\x2a\x56\xe7\xb7\x7c\x05\x74\x4b\xdb\xe6\x24\x1b\xfc\xb3\x6d\x2c\xc4\x86\xfc\xda\x98\xe3\x31\x1d\xb5\xd0\xb8\x63\x92\x92\x72\x40\x9e\x3a\x70\x1c\xd5\x50\x18\xd1\xba\x15\xdd\x58\x12\x6b\xfa\x1b\xb3\xab\x7c\x89\xbc\x10\x7b\xaf\x32\x8c\xf9\x0d\xbf\xbc\x06\x82\x3e\x43\x30\xc3\x91\xa5\xa9\xa4\x39\x28\x71\xea\x1b\xb2\x1e\x7b\x72\x5d\x02\xe5\x7f\x84\xeb\x1e\x22\x6a\x04\x79\x15\xf8\xcd\x5e\x4d\x33\xf7\xbf\x40\x3c\x2c\x5d\xd4\xf2\x2f\x6a\x41\xf9\x49\xd3\x72\x74\x61\x65\xb1\x6c\x1b\x66\xa4\xc6\x9b\x59\x89\xf3\x81\xfd\x40\x27\xe0\xb7\x22\x77\x96\xdc\x24\x66\x61\x04\xa9\x3a\xd2\xbf\x78\xec\x3a\x7b\xca\x66\x92\xbf\x47\x26\xa5\x8b\xb2\x14\xbc\x61\xbd\xa2\x47\xf7\x3b\xc2\x43\x20\x4b\x5b\x66\x23\x5a\xab\xa8\x46\x0c\xf2\x7b\xcd\x41\x99\x3d\x5a\x04\x5f\xcf\x38\x82\xf5\x44\x1e\x45\xed\xc2\x9d\xc5\x04\x97\x54\x12\xe4\xb8\xe1\xd4\x00\xd2\x3a\x62\x7c\xd8\x4e\xf2\x30\xb9\xdf\xc3\x93\xfc\x83\x9a\x0b\xfe\x63\xd9\x18\x7e\xbd\xf6\x35\x44\x84\xd4\xb6\x0e\x66\x87\x4a\xd4\x1f\x84\x6f\x47\x5f\x97\x28\x91\x95\xd8\x6e\x3a\x0f\xbd\x0a\xaf\x40\xb6\x61\xa7\x11\x21\xc5\x0c\xdc\x17\x72\x7c\x0a\x95\x70\x85\x1a\x1c\xe6\x4f\x82\xd0\x3e\xb9\x3f\x24\x35\x30\x3c\xec\xdc\x98\xb7\x58\x09\xdd\xcb\x2b\x3b\x88\x73\xac\x82\x6a\x21\x69\x93\xce\x0f\x8a\x25\x17\x88\x3d\xe1\x9b\x28\x6c\x5a\x3c\x32\x91\xba\x1d\xa1\x45\xe7\xd2\x5e\x14\x99\xb1\x38\x86\x7f\xf2\x51\x3c\x8e\x49\x0c\xed\x23\xce\x64\x59\xdc\xc7\x89\x5e\xec\x18\xbb\x32\xa6\x03\x87\xd6\x19\x5a\x91\xce\xaa\x6a\x38\x54\x99\xc4\x7a\xa1\xd5\x55\x57\xb0\xa3\x85\xdb\xa0\xd5\xec\x71\xea\x64\xb8\x92\x13\x0e\x67\x21\x8f\x72\x8e\x17\x8e\x62\xec\xb8\xb9\xc9\x73\x71\x5e\xdc\x57\xa1\x1b\xf0\x97\x78\x24\x77\x1d\xfe\x30\xaf\xd1\x6e\x80\xb1\x8e\x67\x6a\xbb\x52\x9a\xa9\x40\xd6\x55\x97\xab\xe4\xbf\xd5\xa9\x90\x8b\x72\x05\xbf\xb9\xea\x97\xec\x1b\xd9\x0f\x9a\x2f\x63\x41\x6f\xc1\x0f\x49\xbf\x15\x14\xa0\x02\xa4\xb4\x4d\x53\x30\x38\xc9\x87\x10\x05\x6e\x95\x84\xe6\x0e\xc5\xcd\x16\x7f\xb1\x0f\xa1\xaf\x15\x62\x5a\x56\x16\x47\xd4\xcb\xcc\x2e\xa5\x1a\xcb\x2b\x65\x68\xf9\x07\x33\x9f\x3b\x54\x99\x60\x7c\x49\x84\x55\xef\x32\x94\xd7\x64\xc1\x12\x75\x27\xf3\x5d\x10\x57\x6a\x57\x24\x4d\x42\x07\x68\x54\x6b\x2f\x61\x3e\xa8\x67\xba\xcf\xc7\xbc\x52\x5e\xb6\x57\xd1\x14\xe2\x17\xb6\x39\x85\x77\xba\x3f\x1a\x9d\x4b\xb2\x3a\x77\xc9\x73\xca\xce\xb7\x57\xb1\xbf\x43\xfc\x5a\x1e\xe0\x1f\x56\x0d\xd9\x8a\xab\xbe\x40\x53\x1b\x8f\xe4\x3e\x87\x3f\xad\x5f\x92\xe8\x85\xda\x6c\xe6\xad\x8d\xc2\xcc\x33\x46\x2c\xb9\x8a\x59\x56\x7b\xc2\xfe\x32\xcd\x59\xfa\xb9\x29\xa9\x90\x3f\x74\xdf\x90\x58\xfc\x7a\x60\xbd\xac\xae\x0c\xda\xcb\x60\xe7\x56\x1c\xea\x32\xe1\x33\xaa\xe2\xda\x5b\xab\xa8\x35\x0f\x5a\xea\x73\xb9\x70\x7e\x13\x3f\xe1\x32\xf2\x51\x03\x69\xad\x2b\xba\xc7\xf2\xf7\x92\xab\xe8\x9d\xfa\x5d\x93\x26\x53\x77\xcb\xf6\x5a\x47\x0b\x63\xb6\xde\xd5\xef\x28\x6e\x1b\x7d\x21\x9b\x55\x36\x6d\xe8\x12\xeb\x7e\x05\xa4\xdf\x86\xfb\xaf\xf2\x56\x4f\x56\x95\x4f\x0d\xb9\xe3\x59\x6e\x0c\xdc\xb9\x15\x97\x30\x8a\x44\x37\xfd\x58\x3b\x1d\xed\xdd\xb0\x6f\xc9\x6f\xb4\xaf\xd1\x6f\x52\x19\x35\x46\xee\xdf\x2e\x24\x24\x17\xae\xae\xfb\x4e\xf8\x5e\xe2\xad\x99\x4a\x6c\x2a\x77\x11\x38\x93\x54\x95\x33\xc8\x71\xe4\xda\x1a\x1f\xe8\x1e\x8a\x0d\xbe\x32\xff\x05\x75\x2f\x2a\x29\x69\x39\xed\x24\x96\xbd\x76\x26\x7d\x98\x40\x5b\xf4\x8e\x7e\x8b\xb4\x03\x00\xce\x1b\xba\x7d\xdb\x41\xdc\x8e\x92\xdb\x75\x29\x78\x5d\xb9\x58\x8d\x21\x14\x54\x7a\xf3\x09\x44\x5c\xf5\x35\xd2\x30\xa9\x1e\xd6\x02\x0d\x23\x1f\x43\x16\xe5\xb3\xa8\x76\x18\xbf\xc4\x1b\x34\x7f\xbc\xcb\x9a\xdb\xf4\x65\xc4\x3d\x8b\x2e\xd2\xd3\xc9\x5d\x00\x70\x76\xd2\x1b\x5b\xdf\x62\x57\x56\x8c\x58\x34\xb8\xe5\x55\x53\x55\xc7\xf0\x73\x6b\x20\xbc\x13\x84\x5c\xd8\x31\xd2\x2c\x62\x2b\x32\xbe\x66\x90\xf4\x0c\xbd\x3d\x7f\x12\x25\x16\x17\x91\xc8\xa1\xf2\x08\xd7\xd6\x98\x69\x4a\x72\xd0\xa2\x71\xda\x08\xe5\x0a\x00\x1c\x28\x03\xdf\x7c\x01\xc5\x80\xcb\x4d\xdd\xe8\x41\x64\xb9\xe2\x13\xe6\x2e\x7a\x12\x77\x13\x2e\x09\x73\x8b\x70\x09\x7f\x10\x77\xb2\xda\x4c\x8c\x24\x0c\xe5\x2d\x20\x1d\x24\xb5\x24\x9c\xa1\xf8\x50\x3a\xd7\xac\xa0\x26\xd3\xc8\x8b\xc8\xd4\x42\xba\x09\x00\xf6\x20\x8b\x60\xcb\x83\xef\x21\x4c\x36\x06\x22\x03\x88\xc1\x72\x12\xaa\x95\x94\xc0\x7e\x86\x89\x22\xf3\xf1\xad\xd8\xc7\x94\xf3\x55\x72\xbc\x96\x36\x3f\x37\x9c\xb8\x9e\x8e\x49\xf0\x25\x9d\x60\x5c\x0c\x3e\x45\xfe\xc3\x9a\xb6\x08\x45\xfe\xce\xda\x0d\xc2\x58\x0f\x39\x4a\xeb\x46\x28\x91\xb1\x57\x5f\x02\x9f\xc5\x24\x48\x5f\x23\xea\x98\x8f\x58\x1a\x54\x19\x8b\x83\x43\x63\x42\xd8\xbe\x95\x2c\x9c\x3d\xfb\x7c\x4e\x1e\xfe\x1a\x87\x15\xcf\x26\xf2\xb9\x6b\x83\x6b\x48\x47\xb9\xb7\x16\x95\x90\xfa\x78\xb3\x81\x9c\xb5\x80\xa7\xac\xef\xad\x6a\x95\x25\xd6\x3a\xd6\xe4\xcb\xec\xc5\xbb\x61\xf3\xa5\x5b\x19\x2a\xc4\x0c\x69\x21\xa6\x1b\xe5\x22\x9d\x52\xf1\x16\x33\x53\xb2\x35\xdb\x15\x37\x45\x52\x1a\x27\xc3\x5f\x95\x4c\x0f\xda\x4d\x5c\x26\x3e\xbc\x28\x8a\x38\x4b\x4c\xb2\x5b\xc4\x9c\x23\x4c\xb2\x64\x43\x68\xe6\x5e\xf5\xc5\xaa\x0a\x53\x8d\x70\xac\x26\xc1\xb8\x8c\x36\x02\x2b\xd2\x5f\x41\xfd\x40\xb0\x75\xa2\x72\x2e\xaa\xb1\xd6\x77\xcb\x6d\xcc\x84\xe6\xe4\x46\x09\xce\xac\x46\x05\x4d\xc6\x3f\x53\x45\x2c\x7c\x81\xff\xa2\xf8\x6d\x87\x60\xc0\xc5\x2d\xa6\x89\x8a\xb0\x8e\x33\x2a\xbf\xca\x15\x6d\xdb\xf9\x3f\xab\x7d\x5b\x54\xd4\x85\xd0\x14\x5b\x31\x52\x03\x67\x58\xdd\xcb\x42\x91\x7d\xf5\x97\x33\x8f\xa1\xaf\x58\xf8\xb1\xdb\xb0\x7b\x4c\xc1\x81\x78\xfc\x14\x43\xda\xc2\x1e\x7c\x90\x56\x63\xb7\x9d\x7e\x57\xaa\x36\x5e\x2d\x3f\xd3\x9f\xad\x44\x41\x0e\xf5\xbc\xe5\xe7\x55\x1d\xec\xc2\x52\x78\x35\x0f\xdb\xef\x23\x7e\xc1\x5d\x5a\x63\x4a\x77\x23\x37\xda\x54\x99\x65\x68\x4c\xe3\xc5\x58\x18\x36\xaf\x7e\x71\x60\x34\xae\xc1\x7c\x71\x61\x2b\xee\x98\xae\xdc\xee\x09\x5d\x29\x4b\x32\xfa\x96\x33\x47\x7e\x2a\x6e\x41\xd0\x43\x55\xbc\xff\x55\xc1\xfb\x5b\x28\x73\x6b\x84\x3d\x27\x10\x1d\xb0\xfe\xce\xbf\x4a\x31\x88\xbf\xda\xce\x64\x2e\x43\xfd\x68\xde\x19\x1b\x86\xb9\x61\xed\x0f\x0c\xc1\xcd\xa8\xe7\x2f\x3c\x8c\x0b\xd4\x1f\xb0\x0f\xa1\x4f\x97\xed\xac\x2f\xa1\x75\x15\x3c\xd3\x0a\x69\x9f\x8b\x3f\x89\xdd\xe8\x45\x65\x4f\xe9\x67\xe8\x8f\x21\x7f\xa1\xf7\x33\x84\xd5\x0f\xca\xdf\x32\xbd\x61\xff\x6e\x79\xc9\xbc\x8e\x9a\x14\x7b\x80\x25\xc4\x2e\x59\xed\xcf\x76\xc3\xbf\x72\x83\xb1\x0b\x89\xff\x02\xc0\x77\xa1\xa7\xd5\x0d\x53\x17\x97\xa8\x34\xf7\xa8\x6d\xe5\x91\x22\x1e\x2d\x08\x72\x93\x1e\x46\xbb\x53\xcd\x41\x07\xd1\x1b\x61\x1b\xca\x29\x8c\x42\xc4\x8f\x2d\x7c\xa6\x0f\xfa\x62\x2c\x89\xf9\x2f\xae\x25\xe0\x15\xcb\x44\xf4\x70\x2b\x61\xdd\x26\x9d\x05\x80\x77\x9b\x7e\xc2\xf2\x81\xdc\x54\x91\xad\x09\xa4\x6c\xae\xec\x13\xfe\x4d\x75\xaa\xfe\x48\x33\x51\xaf\xc2\x32\x50\x4d\xb4\x61\xc4\xc9\xb2\x37\x74\x39\x7a\xe3\x96\x19\x0c\x2c\xf6\x7c\xac\x17\x33\x89\x90\x1d\x70\x98\xf9\x8b\xa4\x73\xcb\x67\xa5\x92\xbf\x00\xc0\xd3\x33\x14\xe6\x02\xc2\x7f\xb0\xc7\x2a\x05\xf1\x1f\x44\x8b\x60\x2d\xe9\x2e\x2a\x95\x1a\x40\xbe\x8d\xf1\x41\xa2\x28\x8f\x70\xf3\x4b\x1f\x53\x9f\x13\xa6\x67\xae\xa2\x7d\x27\xcd\x8c\x11\xd1\x3f\x52\xa6\x04\xb0\x19\xc7\xa9\xa7\xdd\x12\x98\xb3\x69\xfb\x00\xe0\xde\x67\xc1\x8d\x3b\x70\x45\xb8\x7d\xca\xe9\x78\x05\x61\x2a\xef\x1e\x61\x2b\x31\x86\xfc\x95\x78\x8f\xa4\x44\x14\x93\xdd\xc8\x4f\x4b\x3e\x53\x92\xa9\x29\x19\x35\x54\x2e\x6d\x5b\xf4\x5b\x5a\x2b\x63\x61\x40\x30\x9d\xc7\x2c\x70\x8b\xa6\x9f\x61\xfe\x03\x00\xd7\x9d\x83\xd2\xff\x87\xf1\xa5\x6f\x94\x8b\xb0\x64\xfa\x5b\xae\x1c\xb7\x93\xa1\x23\x1d\x25\x4c\x63\x6e\x84\xa7\x10\xb1\xac\x49\x25\x93\x49\x87\x59\x67\x36\x37\x53\xdc\xd8\xf5\xd1\x10\x6a\x11\xa7\x66\xd5\x1d\x5a\x22\xd7\xcd\x2d\x94\xa6\xe1\x46\x03\xc0\x29\xe4\xe5\xd6\x62\x90\xad\x92\xa9\xd2\xd5\xa8\xff\xc4\x5f\xd9\x05\x98\x6c\xf1\x55\xc2\x69\xec\x35\x71\x27\x54\x8d\x2f\x17\xf3\x8a\x24\x84\xff\x89\xf3\xd2\x8b\x49\xa5\xe2\xe0\x0d\x28\xf2\x4e\xf1\xd4\x55\x51\x94\x1e\xd1\x0b\xb7\xf9\x54\x27\x51\x2f\x00\xec\x1a\xc1\x7f\x9a\x20\x78\x9e\xe1\x2f\xf1\x24\xc4\x7b\xfd\x19\x66\x26\x4a\xa3\x9b\xc0\xfd\x87\x59\x59\xdb\x54\xfd\x04\x7b\x4d\x2b\x2b\x74\xc1\x53\x35\x88\xb4\x65\xc4\x19\xea\xf4\xf5\x24\x12\x5b\xb5\x76\xa5\x8e\x8c\x52\x6e\x9e\x77\x8d\xfc\x49\x7e\x1a\x00\x56\x97\x78\x85\xaa\x04\x36\xb3\xb5\x4a\x98\x03\x3f\xd5\x2c\xa7\x4f\x20\xe9\x4d\x56\x2c\x15\xbd\xb4\x71\xac\xca\x84\xb9\x51\x7f\x30\xff\x29\x4e\x65\x39\x94\xba\x9c\x10\x6a\x3a\x1a\xd5\x45\xec\x34\x5c\x5e\xf1\x8a\x24\xd7\xe7\xce\x53\x92\x23\xd5\x6f\xc0\x4c\xd6\x7c\xc9\x77\x65\x23\x74\xa0\xbb\x4b\xd0\x01\x2f\xef\x94\xd1\x5d\x90\xae\xed\x49\x98\x87\xa8\x7d\xad\x0e\x55\xae\x18\xbc\x6d\x67\x3e\x1d\xe7\x63\x2d\x4a\x39\x8f\xbf\x52\xff\x33\xaa\x84\x18\x6d\xd9\xb6\x62\x82\x34\xc7\xa4\x9f\x47\x23\x5d\xd3\xb6\x80\x40\xe6\x71\xe9\xa0\xd2\x11\x5a\x36\xe8\x26\xf0\x84\x3b\xf5\x9d\xa2\xb5\x20\xf6\xf6\x64\x60\xb8\xa8\x92\xce\xd3\x95\xfb\x30\x4e\xed\xc1\xf9\x6b\xb0\x7b\x5a\xa4\x29\x4d\xf8\xea\xa6\xbf\xa3\x42\x09\x47\x1a\xd3\x56\x74\x13\xc5\x75\xb3\xe6\x29\x48\x31\xb5\xcf\x80\x88\xb9\x51\xb6\x54\xb3\x81\xdb\x57\xf0\x5b\xec\xc0\x1d\x2f\xfe\xc1\x24\x73\xdb\xcb\xae\xe3\x1e\x71\x0f\x41\xb6\x55\xdb\xb8\x2f\xab\x27\x0a\x9a\x78\x8b\x60\xbb\x52\x91\xbc\x42\xe4\xe5\xc8\x1b\xbc\x56\xcc\x71\xff\x7d\xbc\x0f\xf8\x52\x57\x3e\xbf\x89\x38\x0b\x00\x61\x02\xbd\x56\x6d\xe0\x14\x95\x14\x88\xd0\x1c\x46\xf9\x14\xc6\x03\x8e\x01\xd2\x81\x2b\xe6\x9c\xa9\x0e\xaf\x5e\xc4\x9d\x05\xfd\xaf\xc0\x8f\x5b\x84\x18\x4d\x75\xe0\x8e\xa2\xc5\x91\x46\xde\x74\x5c\x90\x7f\x33\x8f\x48\x10\xb9\xe2\xf8\x2b\x88\x0f\x00\x10\x3a\xd2\xdf\xab\x6e\xb1\x67\x96\xdf\x16\x1e\x63\xc7\x57\xc6\x31\x12\xd9\xc2\x6a\x1b\xf6\x28\xfb\x32\xf4\x79\x95\x8e\x13\x84\x28\xc9\x1f\xe2\x18\x50\x7f\xa7\x58\x39\xbf\xb0\xa8\xc8\x34\x2e\x01\x7f\xc5\x9f\xcb\xbd\x47\xfc\xc7\x95\xcb\x6b\x21\x3b\x00\x20\x38\xc0\x68\x55\x2e\x67\x88\xa1\x2f\x05\xa1\x8c\x97\xf0\x07\xb4\xd3\x4c\x28\xd2\x86\x61\x30\x5f\xa0\xd9\x95\x44\x16\x07\x4b\xc9\x1b\x65\x3b\xe2\x69\xc9\x87\xd9\x75\x44\x49\xc4\x7e\xce\x0a\x32\xda\x3f\x91\xd3\x43\x75\x76\x6d\xe4\x12\xa9\x17\x01\x10\xb8\xb0\x10\xf2\xdd\x34\x3b\x6c\x13\xdf\x8e\xd6\x8b\xfb\x4e\xed\xa3\xa7\x13\x36\xa2\x49\xf4\x5f\xc4\x06\x88\x8a\xb1\x8b\xec\x98\xfb\x88\x89\xa2\xf0\x92\x17\xb0\x16\x53\x7f\x46\xa4\xb2\xae\xd2\xab\xfc\x5d\xd8\x10\x86\xce\xb5\x87\xb3\x8e\xf1\x03\x00\x7e\x16\xa7\x40\xa6\x20\xdf\xa7\xb6\x70\x87\x29\x43\x34\x29\x45\x4a\x2d\xa3\x47\xa1\x90\xb4\x50\x86\x43\x45\x1b\x7d\x2e\xe3\x41\xee\x7c\xfa\x13\xe6\xc9\x4d\x44\xc6\x0e\xd6\x44\xf8\x5f\x4c\x15\x5b\xe7\x77\x97\xe5\xcd\x49\x71\xfd\x8b\xf5\x84\x83\x02\x80\x07\xe3\x45\x88\xbf\x12\x63\x84\x07\xd8\x7c\x92\x97\xf0\x7f\xa4\x4a\xf2\x2c\xe1\x2b\x04\x87\xe2\x22\x7c\x5a\xf6\x86\xba\x40\xf8\x2a\xbb\x85\x36\x47\xf8\x31\x29\x84\xee\x24\xfc\xb3\xee\x29\xfd\x3f\x91\xbd\x5f\x2a\x43\x24\x9a\xe2\xba\x95\x49\x12\x6e\x03\x80\xab\x12\xb4\x0b\x0f\xe0\x57\xd7\x3e\x65\x26\x13\xd2\xb5\x7f\x08\x95\xc4\x02\x6d\x08\x6c\x90\x44\xd1\x14\x94\xe6\x91\x1b\xd4\xfc\xac\xb5\x94\x71\x55\x47\x22\xa0\x1e\x56\x9e\x0d\xfb\x4c\xdb\xa1\xf8\xe4\xdb\x4d\x8f\x57\xe4\xb9\x62\x19\x68\x59\x0e\x00\x9c\xb3\xa2\x11\x81\x27\xce\xad\x69\x2b\xfd\x12\x7e\xa5\x35\x00\xf7\x90\x90\xdc\x60\x84\x66\x13\xf1\x75\xef\x4a\x7c\x49\xcd\x96\xcc\x2d\xab\xc8\x67\x4d\x9d\x09\xcb\x29\xff\x19\xfe\x84\x45\x50\x1f\xea\xb1\x3e\x3f\x69\x65\xba\xa5\xae\x5e\xf4\x09\x95\x3b\x00\x9c\x70\x49\x25\xbf\x1a\xab\x6f\x3f\x42\x5f\x89\xdb\xde\xfa\x1e\x97\x86\x7f\xd4\x32\xa9\xe6\x2c\x71\x8a\x6d\x76\xf1\x56\x52\xa8\x75\x61\xe6\x59\x32\xac\x61\x61\xfc\xdf\x14\x5d\xdd\xd2\xd0\x8f\x54\x96\x39\xdd\xe7\x10\xf5\xb1\x71\xa6\xab\x03\x3d\x43\xdd\x07\x00\xfb\x89\xd4\x89\x77\x11\xeb\xd5\x3b\x93\x36\x88\xcb\xee\x9e\x8c\xbd\x8b\xd7\x74\xdc\xad\xc1\x13\xfa\xda\xc6\x8a\x11\xc4\x73\x2d\xd4\x4c\x3d\xe9\x87\x2d\x28\x7e\x1b\xc5\xab\xf1\x4b\xe8\x5f\x94\x5f\xf5\x2f\x7c\x7a\xa9\x59\xe6\x12\x57\x2f\xda\xb8\xe6\x29\x00\x6c\x88\x54\xc1\xce\x55\x7c\x2b\xdc\x44\x0e\x52\xc4\x94\x84\xa0\xe0\x72\x5b\xf9\x64\xc8\x53\xf9\x1c\xc8\xd9\xfc\x83\x32\x4b\xf5\x58\xda\x73\xd9\x6c\x58\x67\xcc\x3b\x69\x07\xb2\x2f\xd8\x28\x2d\xc0\xd0\x3d\x69\x52\x24\xee\xb4\xf3\x07\xe9\x26\xc2\x7e\x00\x24\xcb\x19\x65\xac\x7e\xf9\xd6\x92\x6a\x52\xb7\x7c\x61\xb9\x03\xf2\x93\xcc\x02\x31\x42\xd8\xb2\x15\xd5\x73\xf2\x0b\xa5\x27\xa1\xbb\xd2\xf4\xd2\x12\x04\x2e\xa6\x4b\xf2\x1b\xbd\x26\xb8\x42\x72\x0a\x7b\xc0\x13\x2e\x79\x8c\xbf\x34\x6d\xba\xe4\x1a\x91\x09\x80\xf8\x39\xc3\xca\x7c\x27\xc3\x94\x0f\x92\xa6\x4b\x3f\x56\x4e\x42\xb2\xa5\xb5\xd5\xe9\x10\x3b\x69\x2c\x54\x9d\xf7\x4c\xf2\x01\xfe\x3e\x6d\xb5\xa4\x19\x85\x8d\xc9\x92\xe4\x60\x3e\x06\x07\x4a\x02\xf0\x09\x9e\x85\x92\x2d\xc4\x45\xd3\x3c\x25\x59\x24\x15\x00\xe2\x66\xe6\x52\xc6\x56\x89\x2b\x74\x2d\xe1\x9c\xf8\x2e\x7c\x2a\x62\x83\x78\x1c\x71\xae\xfc\x8d\x58\x80\xda\x9a\xfb\x4b\x9c\x8f\x19\x4b\xad\x10\x7b\xe2\xf6\x45\x77\x8a\x3e\x10\x2e\x07\xed\x13\xfd\x43\xea\xf7\x5c\x2f\x9e\x45\xf1\x9e\x96\x28\x0e\xa6\x6e\x04\x40\xf4\x9c\x35\x41\x5f\x25\x9a\x8b\x7e\x8d\x17\x09\xff\x87\x65\xc1\x57\x0b\xb7\xe3\x1e\x97\x7d\x13\xf6\x13\x72\x73\xbd\x85\x9d\xc4\x5b\x29\x1d\x42\x0d\x19\x11\xed\x20\x64\x53\x7e\x07\x95\x0a\x6b\x69\x04\x4f\x0f\xe1\x41\xba\x69\x1a\x54\xe4\xc8\xa0\x01\x20\x5a\xc9\x21\x53\x6f\x09\x5c\xc9\x78\x5c\x0e\xff\x2d\x05\x09\x5b\xc4\xbf\x43\x4d\x2b\xfd\xcd\x7f\x4b\x8b\xce\x49\x14\x4c\xa5\xc7\x27\xdf\x17\x4c\x67\x64\x6f\xa8\x11\xb8\x32\x61\x81\x9f\x04\x71\x2c\xa4\x27\x10\x30\xd8\xe1\xd3\xe4\x82\xdb\xec\x4f\x00\x08\x09\x3c\x5f\x0a\x8a\x8b\xe3\xb5\x61\x1a\xb9\x12\xde\xc7\x9a\x32\x6e\x33\x3f\xb0\x24\x8d\xfb\x9c\x5f\x99\xb5\x9d\x17\xcc\xef\xda\xc4\xe7\x95\xf2\xdf\xac\x0f\xe7\x49\x05\x1b\x03\x7d\x79\x13\x02\x83\x47\x3d\xef\x8c\xe0\xca\xb4\x56\x3e\x44\xd0\x03\x80\xa0\x4c\x50\x40\x4a\x63\x17\xaa\x0e\xa3\xae\xb0\x9b\x54\x21\x55\x0d\xec\x8f\x4a\x4b\xd1\x67\xce\x1a\xa5\xdb\x96\x36\x8e\x50\xd1\x94\x54\xcb\x39\xa7\x70\x8f\x82\x71\x3d\xe5\x3d\xab\x55\xdc\x2d\xf2\x78\x8f\x65\x5c\x94\xdc\x61\x9a\x8e\x17\x2b\xb1\x02\xc0\x37\x8b\xfc\x08\x3a\xd6\xca\xba\x6c\x64\x1e\x8b\x62\x49\xa8\xc4\xb0\x4e\x98\xe7\x15\x9e\x65\x7b\x1a\xff\xcd\x6c\x64\x73\x0c\xfb\x13\x87\xd8\x77\xf5\x86\xc8\x83\x9c\x50\x1d\x25\xe0\x31\x87\x50\xcb\x76\x97\x73\x88\x9a\x6f\xd3\xb2\xb9\x34\xf9\x05\x00\x78\xdf\xc4\x03\xf8\x8f\xcc\xde\xa6\xbb\x88\x43\xcc\x6f\x56\x1d\xe4\x31\xab\xa0\x71\x69\x61\x2e\x6b\xac\x7e\x3c\x33\x94\xed\x5c\x17\x9b\x58\xc0\x26\x9a\x2f\x46\xb2\xd9\x97\x4d\xd4\x80\x7e\x8e\x9d\x31\xd3\x3d\x93\xfd\x9f\x0e\x33\x2d\x96\xeb\xac\xf4\x00\x80\xd7\x21\xd9\x88\xe7\x32\x23\xda\x76\x21\xb2\x98\x86\xd6\x38\x88\x90\xf9\xae\xb9\xaf\x10\xb0\xe2\x6d\x8e\x19\xef\x59\xf5\xd6\xaa\x44\x5f\xd6\xcf\x86\x83\x91\xc5\xec\xd2\xfa\x98\x80\x5a\x36\xcf\xa2\x70\x5f\xc7\x4e\x37\xc0\xa7\x65\x70\x28\xaa\x0d\x00\xf0\x56\x49\xb6\x21\x17\x5b\x6a\x8a\x66\x54\x05\x99\xde\x97\x9c\x2d\x66\x18\x1b\xcb\x49\xd9\xae\x86\xd2\xca\x85\x29\xae\x7a\x9f\xea\xc7\x31\xb4\xda\x67\xb0\xa3\x21\x07\xb5\xa7\x90\x23\x7e\x1a\xcd\x4f\x4c\x86\xdb\x7a\xed\x12\x5c\xb8\xe3\x5a\xe5\x27\x62\x37\x00\xb2\x36\xa6\x0c\x71\xc2\x1c\x5a\x72\xb4\xf2\xa6\xf1\x6e\x79\x72\x71\xa0\xa1\x0e\xb2\x2f\xeb\x8c\x9e\x51\xbd\x3c\xf9\x82\x0e\x02\xdd\x19\x13\x59\x1b\x86\x28\x0f\xa9\xd5\x7a\xa3\x67\xfa\x51\x35\x08\x2c\xc1\x2d\x59\xa3\xc6\x7b\x3a\xe6\x2a\x55\xa4\x18\x00\x64\xa5\xcc\x46\x44\x95\xc9\xb1\xbc\xbb\x92\x62\x38\x05\xf9\x50\x74\x5b\xaf\xaf\x0e\xcb\xa2\xe9\xea\xa0\x88\x64\x5e\xad\x05\x7e\x28\xfa\xb3\x96\x8d\x5a\x1b\x52\xa0\xa1\x61\x86\xfd\x8a\xd4\xa7\x70\x37\xdc\x32\xd5\xcf\x08\x39\x8e\x2c\xa5\x33\x39\x0a\x00\xd9\x54\xe6\x6f\xf8\x46\x43\x40\x0d\x15\x82\xd3\x7d\x84\x51\x0a\xff\xad\x7d\x89\x08\xdb\xd2\xab\xfd\x88\x72\xdf\x74\x45\x6b\x8f\xf1\x8c\xae\xd2\xd8\xe1\xd6\xae\xbd\xab\x76\x25\xa4\xf9\x2d\x50\xd1\x49\x2e\x6e\x85\x2a\x0d\x79\x83\xe3\x88\xfc\x2d\xf5\x29\x00\xd2\x6c\x76\x16\xcc\xbd\xf6\x3b\x6a\x5b\x45\x99\xf6\x27\x26\xad\xe0\xa3\xd6\x01\x7b\x38\xf3\x9c\x26\x00\x9f\xb8\x69\x86\xba\x80\x70\x6f\xc3\x1e\x15\x8e\x24\x59\x9b\xa5\xd4\x53\x02\x7c\x2f\x2b\x67\x50\xbb\xdd\x2a\x94\x1e\xb4\x46\xc7\xe7\xb2\xe3\xcc\xc5\x00\x48\x44\x9c\x87\x50\xa0\x9d\x4f\xcc\x2f\x2f\xd7\xf8\x90\xac\xf9\xbf\xd5\x91\x64\x63\xc6\x73\x15\x97\x32\x98\x94\xa4\x3c\x48\xbd\xb1\xc1\x59\xf1\x82\x3e\x7d\xcd\x71\xc5\x22\x46\x92\xaf\x50\x3e\xc2\xc4\xb8\x55\xcb\xf7\xb2\x82\x9c\x96\x49\x3b\x38\xfe\x00\x88\xf7\xf2\x10\xd5\xad\x2a\x29\x7b\x57\xe9\x37\xe5\x3e\x4e\x68\xde\x1e\xc5\x6f\x4e\xf7\xe6\xf3\x8a\x32\xae\x47\x62\x9e\x7c\x37\xb7\x7f\x7d\xac\xdc\x89\x17\xbe\xc6\x47\x96\xc7\x3b\xe7\xeb\x25\x7d\xca\xaf\x72\x4b\x91\x9e\xe3\x1f\x75\xe2\x4a\xe6\x09\xe6\x00\x20\x6a\x10\x14\x56\xcd\x50\x28\x65\xea\x92\x7e\xf9\x6d\x59\x71\xae\x4e\x1e\x26\x5b\x9b\x7e\x44\xd6\x27\x73\x4a\xc0\xcb\x16\x48\x9f\x45\x31\xa5\x62\xe9\xb9\x60\xa9\xe4\x85\x74\x9f\xcf\x36\x09\x47\x7a\xce\x6d\xae\x24\x59\x5a\xe7\xa4\x13\xbd\x11\x17\x03\x20\x3c\x2a\x7c\x04\x79\x2e\x5f\x60\x08\x2e\x96\xca\xd4\x7a\x49\x8e\x54\xfa\x47\x77\x2c\xed\xa6\x94\xab\x9b\x1a\xdf\x27\xf9\x5a\x5b\x18\x79\x49\x22\xd0\x8e\x06\xfd\x96\xd8\x6b\x97\xf9\x44\x89\x35\x9a\x03\xf3\x3a\xc5\x11\xaa\x2c\x27\xb9\xc8\x4d\xe6\x00\x80\xd0\x5b\xec\x0f\x81\xc8\x34\x75\x9b\x8a\xa7\xca\xec\x2c\xd5\x39\x0b\xa4\x42\x33\x22\x8d\x23\xf9\x69\xa2\xc5\x97\x4b\x58\x46\x5d\xa4\x49\x32\xc5\xb0\x2d\xe8\xaa\xd8\x62\xb0\xf3\x99\x25\x9e\xad\x07\xf3\x58\xa2\x7e\x4d\x96\x13\x55\xd8\x2d\x5f\x0c\x80\xe0\x8a\xb8\xa5\xe2\x8d\xcc\xd5\x7a\xb0\x68\x50\xaa\x6c\xdc\x9e\x7d\x46\x3a\xa5\xc1\x98\x16\x2d\xe1\xd7\x73\xe3\xd7\x88\x3f\xd5\x91\x22\xa9\x62\xb9\x85\x1d\x74\x4c\xec\x66\xde\xee\xe3\x20\x12\x1b\x07\xe6\x91\x85\x6f\xb5\x5f\x9d\x8c\xc2\x19\x8a\x85\x00\x08\x4a\x25\x53\x0a\xb2\x3b\x12\x8a\x46\xb3\x02\xda\xdc\x4b\xc3\x53\x89\x2d\x2e\xe5\x7b\xe3\x3e\xdb\x22\x2a\xe3\x23\x3f\x5a\x91\xd5\xaf\xd7\x60\x1b\x64\xb0\x21\xff\xb3\x75\xd7\x90\x98\xc5\xf7\x2c\x17\xd0\xcf\x66\xa4\x9a\xbf\xe0\x1c\x41\x9d\xf6\x18\x79\x04\x00\xc5\x3e\xd6\x68\x81\x7f\xfb\xdc\x52\xff\x2c\xd0\x3a\xa3\x9c\x97\x9a\xdc\xbc\x10\x72\x21\xee\x7c\x53\x69\xb5\x47\xe4\xf9\xc6\x0e\xa8\x69\x4d\x46\xfd\x45\x84\x87\xff\xce\x3a\x7f\xd4\xe0\xe2\x87\x96\xe5\x98\x57\x33\x10\xe6\x5c\xdc\x29\x30\xaa\xcd\xa3\xb8\x03\xa0\xc0\xb1\x3a\xf3\xdf\xb5\x3e\x2d\xbf\xbc\xe5\x4c\xf3\x0f\xc8\xc7\x54\x57\x9b\x67\xf5\xdc\xb8\x3a\x2b\x0f\x1a\x10\x69\x6d\xb8\x0e\x27\xae\xf1\xad\x9f\x81\xbc\xe4\x6f\xb3\x10\x31\xab\x16\x3f\x30\xd3\x70\x51\x33\x44\xa6\x66\xfc\x43\x70\x51\x73\x99\xf2\x15\x00\xc5\x5c\xd6\x93\x7c\xef\xe6\xcf\x35\xbe\x5b\x9c\x6c\x81\xd0\xe7\x29\xa5\x56\x1a\xbc\x2b\xce\xbe\xe1\x26\x52\x1e\xe9\x53\x1f\x8b\x96\x06\x9f\xb2\x68\xb0\x26\xff\x02\xd3\x77\xbc\x6d\xf1\x59\x13\x20\xa6\xcf\x18\x36\xce\x25\x8d\xda\xcd\x55\x8f\xd3\x8b\x00\x90\x27\xb1\xff\xe4\x71\x9b\x3e\x20\x0f\x65\xe6\x5a\x33\xd1\x49\xc9\x43\x0d\xe3\x98\x5d\x1b\xe1\xf5\xfe\xb8\xa4\x88\x56\x4b\x17\xfe\x45\x70\xa9\xe9\x37\xb1\xc9\xdf\xd9\x48\x23\x6f\x5a\xbc\xdb\x20\xa0\x1c\x9f\x71\x5d\xcf\xa6\xfe\xb1\xab\x56\x89\x58\x4e\x00\xc8\x10\x5c\x78\xae\xd4\xba\x1a\xff\x4f\x86\xb4\xc1\x42\xf8\xb9\xe9\x4b\xbd\x1d\x69\x6a\xec\x71\x4b\x2d\x39\x3a\x62\x8e\x79\x21\x45\x11\xf4\xc2\x28\xa4\xde\xf0\xdb\xad\xff\x41\xf7\x5e\xdc\xaa\x77\x64\xe0\x67\x7c\xaf\xfd\x97\x59\x67\x37\xa1\x2c\xe7\xd8\x00\x90\xea\x79\x67\x72\x18\xf5\xdb\x98\x53\x37\x1b\xea\x36\x30\x77\x6f\xf2\x35\x9f\x63\x95\xc4\xba\x9a\x70\x6c\xc7\x70\xb1\x71\x26\xfb\x44\x10\x43\x6f\xe6\xa8\xfd\xb0\x3a\x1f\x6e\xc1\x62\x43\xed\x7c\x5e\xe8\xcc\x08\xcd\x2e\xbe\x8b\xbd\x97\xfc\x32\xff\x06\x00\x12\xa8\x80\x97\xbd\xc5\x72\x58\xf4\x21\xbd\xd3\x5c\x26\x76\x48\x4a\x33\x39\x8b\x67\xc6\x94\x1a\xf6\x88\x03\xd7\x3d\xd3\xe3\xc4\x90\xc0\xaf\xba\x19\x62\xab\xdf\x0c\xed\x1e\xf1\xd3\xc5\x48\x4d\x9d\xa4\x72\x66\xb1\xea\xbb\xf8\xbc\x3d\x4e\xd6\x2e\x12\x02\x20\x16\x0b\x4f\x67\xf5\x99\xe3\x34\xe3\x69\x0f\x8c\xcf\x35\xa9\x89\x36\x83\x55\x7d\x2b\x7a\x9f\xbe\x40\x2d\x59\x07\xd7\xcd\x51\x27\x04\xd6\x6a\xaf\xa8\xe7\xfa\x1e\xd0\x58\xd5\x73\x17\x2f\x57\xe3\x55\x9a\x99\x31\xca\x2e\x79\xb7\x7d\x9d\x74\xbb\x64\x2b\x00\xa2\x5b\xa2\x4b\x59\xab\x4c\x1a\x43\x5a\x1a\xdf\x18\xa7\xdf\x93\x98\xaa\xff\xa3\x5f\x1a\xcd\xd0\xed\xd3\x75\xae\x5b\x53\xcb\xd4\xc5\x06\x56\x6b\xe3\x6b\x3f\xfa\xb6\x69\xe6\xd4\x5e\x5a\x3c\x57\xf5\x3f\xad\xff\xcc\x28\xc5\x57\x65\xba\x7d\xbd\x34\x46\xda\x08\x80\x48\x23\xf6\xdf\x72\xc8\xf8\xd8\x92\x93\xb6\xda\xd0\x6d\x1e\x49\x9c\xae\x47\x99\x7e\x45\xa7\xe9\x96\x9a\x30\xeb\xe6\x69\x6f\x1a\x3f\x07\xe6\x68\x7a\x8d\x43\xbe\x36\x35\xd7\xf0\x78\xf1\x12\xd5\x5a\x5d\xee\xcc\x2d\x8a\x60\xd5\x76\xfb\x63\x92\x5e\x19\x03\x00\xd1\x3c\x71\x6d\x26\xbf\x2f\xa8\x78\x4e\x0a\xa5\xfb\x9f\x52\x62\xdc\xa3\xce\xbe\xf2\x33\x51\x07\xdb\xdb\x2a\x23\x42\x16\xb6\xb6\x57\x9f\x5b\xf9\xbd\x59\x0b\x23\x2c\x3d\xd0\xb4\x1b\x39\xc3\x2d\xd5\x7a\x09\x8d\x9c\x4a\xae\x7f\x81\xdb\x08\x80\x8e\x4f\x19\x07\x40\x39\xc2\x76\xcb\x2c\xeb\x9d\x59\x8a\x4d\x29\xe8\xba\x55\xde\x12\x77\xa6\x63\x1b\xe4\x74\x54\x4f\xdb\xe1\x6a\xfb\x10\xd0\x72\x03\x5a\xb1\xf2\xb9\xed\x02\xfc\xaf\xa5\xbb\x9b\x26\xa1\x62\xdd\x72\xac\x8b\x31\x90\xa9\xcd\xf5\x1b\x71\x9f\x01\xd0\x39\x51\x1d\x00\x50\x16\xb3\x7e\x66\xae\xee\x7e\x55\xfe\x31\x65\x55\xe7\x79\xc8\x8f\xb8\xce\xf6\xfd\x55\x3f\xa3\x38\xad\x0f\xa0\x60\xed\x9d\x16\x07\x78\xe0\xca\xcb\xb6\xc9\x48\xd6\xd2\x41\x6b\x02\x7a\xaf\x5b\x61\x63\x39\xb6\x73\xea\x9e\x3a\x1e\x61\x12\x00\xb5\x1c\xea\x21\x00\x14\x5f\xd9\x61\x19\x94\xce\x1f\x35\x0e\xc9\xe2\xf6\xef\xd0\x9d\x71\x53\xdb\x9c\xe1\x95\x51\x93\x5a\xc2\x90\xe1\x6b\x85\x36\x38\x7a\xc5\x4a\xb5\x95\x89\x5d\xb9\x54\xd4\xb0\x0f\xef\xe5\xb6\xa5\xfe\x0a\x61\x74\xea\x0b\xf3\x7d\xd2\x49\x00\xb4\x59\xf4\xa7\x00\x28\x3c\x39\x91\x9b\xff\xb4\x7f\x42\x8a\x37\x7d\x6f\x5b\x8a\x7a\xb6\x91\xdd\x92\x85\x49\x8a\x54\xd8\xb4\xd8\x8b\x6b\x17\x5a\x2f\xe2\x09\x2b\xa3\x1b\x9e\x13\x17\x2e\xcd\xad\x0f\x20\xed\x75\xab\xaa\x0b\xa5\xf8\x39\x2f\x30\xad\xa4\x2d\x04\x40\xe3\xc6\xaa\x01\x40\x1e\xce\x35\x6f\x9e\xdd\x96\x82\x0f\xdf\x14\xd7\x42\x26\xe4\xc4\xfe\x6b\x1b\x24\xc2\x22\x9d\xac\x9f\x49\xb6\x35\xa3\x8d\x89\xe4\xe7\x2b\x5e\xd5\xc3\xa9\x51\x4b\x97\x5a\xfa\x69\x0a\x37\x9c\xb9\x83\x7e\xd9\x39\xc3\x20\x65\x1e\x01\x40\xf5\x92\x73\x0a\x00\x59\x01\xef\x55\x7a\x76\xf3\x4d\x46\x40\x52\x9d\xcd\x83\x71\x31\x36\xdb\x4a\x64\xc2\x22\x54\x0d\x97\x58\x9e\x6b\xb6\xd4\x07\xb2\xde\xae\xe8\xb7\xa0\xd9\xa7\x96\xda\x9b\x0e\x72\x7a\xdc\xb4\x46\x03\xd7\xe2\x3c\xa4\x4b\xe5\x3d\x06\x99\xca\x0a\xfe\x6e\x00\xa4\x2b\x05\xc2\x34\x6a\xd3\x45\xa1\x3e\xf1\x81\x35\x50\x38\x14\xb3\xbb\xa1\x5d\x78\x38\x62\x46\xfd\x74\xe1\xb7\xe0\xcf\x16\xb2\x28\x7d\x45\x99\xe9\xaa\xa8\xd7\xeb\x82\x31\x49\x3c\xdf\xcd\xac\x7f\x2b\x9e\x70\xfe\xa4\x55\x8a\x3d\x41\x8b\x62\x85\x68\x21\x00\x92\x54\x61\x77\xea\x5e\x6b\xa0\xea\x48\x62\x68\x43\xab\x8a\x17\xe3\x5d\x3f\x4f\x15\x1c\xae\xb2\xe8\x54\x0e\xc1\x22\xb3\x93\xf2\xe3\x0a\x47\x23\x57\xf9\xdb\xcb\x64\x98\xa2\x5a\xe7\x86\xd7\x0d\x2b\xd7\x38\x7f\xd7\xac\x90\x19\xc1\x01\xf9\x06\x89\x0b\x00\xe2\x0e\x91\x3a\x15\xd2\x48\xd4\x85\x25\x3c\xae\xff\xb7\xf6\x44\xf4\x9d\x3a\x64\x6d\x6e\x78\xa6\xf9\x71\xad\x63\x70\xb6\xa9\x48\x7b\x77\xf9\x13\xc3\x3d\xed\x4d\x2f\xaa\x9e\xa6\x35\xb9\x21\x74\xd3\xd4\xf2\x69\x53\xd5\x4c\xc5\x6c\x70\x4b\xb6\x5f\xf2\x13\x00\x71\x92\xe8\x43\xaa\x6b\xc3\x11\x93\x7b\x42\x77\x7d\xb4\xb1\x2e\x7a\xc4\x72\xcc\x38\x2d\x3c\xd0\xbc\xce\x30\x11\x9c\x68\x1c\x30\x48\x97\xdf\x37\xac\x31\x54\x7a\xf1\x75\x97\xf5\x99\x6e\xdc\xda\x0c\x2d\x77\x9a\xbf\x6a\x5c\x59\x66\x37\x47\xe6\x21\xbd\x02\x80\xe8\xb6\xb8\x28\xf9\xce\x70\x5a\x31\x21\xee\xe4\xc0\xfb\xd2\xfa\xf5\xe1\x7d\x23\xe5\xfb\x43\xe3\x7b\xcc\x95\xd3\x03\xae\x77\xc9\xab\x79\x3e\x5f\x3a\x60\xd0\xff\xe3\xe0\x2e\xdc\xa2\xc0\x9f\x3f\x80\x7f\x14\x41\x54\x14\x10\x04\x01\x05\x15\xa4\x4b\xe9\x46\xba\x6b\x61\x61\xbb\xbb\xbb\xbb\xd9\x05\x96\x4e\xc5\xee\x6e\xcf\x3c\xbb\xc5\xee\x3c\xef\xec\x3b\xf3\x8c\x33\x7e\xcf\xf7\xf7\x47\xcc\xbc\x66\x9e\x79\x3f\xf3\x23\xe8\xd3\xe8\x30\x85\xe9\xf5\x7d\xc9\x7a\xda\x6e\xb7\xd4\xc1\x40\x96\x01\x80\x8e\xff\x84\xb9\x00\xd8\x64\xf2\xa4\xd2\xc3\x1b\x92\x11\x5b\x17\xed\x58\xfb\x37\x6a\x6b\x56\xcc\xea\x7d\x98\x2d\xc9\xc9\x2b\xb7\xe1\xce\xc5\x9e\x5a\xbe\x8b\xe8\x16\xf6\x71\xe9\x08\x19\x1e\xf4\xdf\x92\xdb\xd4\x41\x6f\xff\xc5\xcf\xe8\x6b\xdc\x60\x03\x38\x76\x24\x00\x1d\x2a\xa1\x01\x00\xdb\x5c\xb9\x6f\x69\xff\xfa\x59\xe8\xb9\x8b\xba\xd7\x3c\xc3\xfc\xcc\x9a\xbe\xea\x28\xee\x76\x72\xc0\x8a\xf3\x84\xc3\xb1\x9b\x97\x3d\x24\x5d\x0c\x7b\x3a\x7a\x81\xf2\x2d\xe8\xbf\x25\x53\xe9\x5e\xde\x91\x8b\x67\x32\x5e\xbb\xc9\xfa\x7b\x38\x89\x00\xb4\xff\x23\x5a\x00\x80\xf5\x37\x79\x69\xc9\xab\xb5\xf3\xf1\xdf\xf2\x7f\xac\x9e\x4a\xec\xc8\xec\x5c\xe9\x42\x0e\x49\xda\xbb\xdc\x8f\xf2\x28\x96\xb1\x34\x89\xb6\x3f\x6c\xcf\x92\x38\xc6\xca\xa0\xe7\x23\x6c\x96\xcc\x3b\x6f\x98\xc3\x71\x71\xdb\xdc\xfb\x07\xef\x2b\x00\x6d\x7b\x24\x29\x00\x58\x6e\x2a\x8a\x4a\xd6\xae\x0e\xa0\x32\xf3\x87\x56\x2e\xa4\xad\xca\x9c\xb3\xbc\x9e\xfe\x34\x09\xb6\x94\xc7\x44\xc7\x86\x2c\x19\x64\xfd\x13\x66\x1a\xe9\xe3\xd8\x82\x6e\x0e\x5d\xe2\x79\x79\x37\x0e\x1e\xe4\x8b\xdc\x9e\xf4\x84\x89\x08\x00\x38\x84\xb2\x0e\x00\xcc\x2f\x95\x4b\x8a\x7f\x5f\xa9\x67\x1d\xc9\xfb\xbc\xbc\x8b\x7d\x25\x63\xf3\xd2\xad\x9c\xfb\x0b\xbf\x2c\xb9\xc7\x9b\x1a\x73\x75\xb1\x07\xbf\x31\xac\x61\x78\x8a\x60\x24\xe8\xf8\x60\x96\xf0\xb6\x37\x65\xc0\x5f\x3c\x77\xe2\xcc\x2e\xf9\xff\x7f\x44\x29\x51\xdc\x04\xc0\xec\xaa\x7a\x5f\x5c\xbd\xdc\x57\x3c\x98\x67\x5f\x9a\x2e\x09\xc9\xa8\x5d\xc2\x90\x2c\x5f\xb8\x79\x64\xb5\x14\x1d\xb3\x7c\xe8\xa9\x2c\x25\x2c\x73\xe0\x9b\x7c\x7a\xd0\xa5\xfe\x74\xf9\x47\xef\x0d\xbd\x7f\x2a\x3e\x4d\x74\x38\x8b\x55\xfb\x00\xb0\x6d\x55\xf7\x00\x60\xbc\xa4\x11\x14\xed\x1e\xfd\x47\x63\xcb\x0b\x58\x92\xa4\x19\x4d\xff\x39\xa2\xd3\xec\x5c\xc8\x19\x3a\xa3\xf9\x2f\x46\x3e\xe8\xa3\xc5\x85\x45\xf4\x2f\xd2\x5e\x0f\xba\xd6\xdb\xad\xc3\x78\xff\xd9\x13\xa8\xbb\x3d\xf1\x9f\x76\xa3\xae\x03\x00\xab\x58\x7b\x02\x00\xc3\x0b\xad\xa9\xf0\xc5\x92\x68\x6b\x4e\x2e\x7f\x44\x6b\x9d\x9a\x2e\x1f\x7a\x60\xb9\xbd\x10\x0c\x2e\xb0\x9c\x89\x09\xe9\x37\x5a\x1e\x86\x3e\xe8\xbd\x66\x0d\x08\xea\xeb\xa9\xb1\xa6\x7b\x5f\xef\xda\x6b\xfe\xdd\xdd\xab\x2d\xd4\xb8\x16\x00\x8b\x5e\x3f\x04\x80\xa1\x58\xd7\x5c\xb8\x65\x31\xde\xd1\x95\x9b\x31\x7c\xc0\xb1\x20\xbd\x70\x68\x8e\xfd\xe6\x82\x6b\x03\x02\xfb\xe6\x98\x71\x7d\xa7\xec\x7b\x42\x4f\xf5\x86\xd9\xff\x0c\xb2\x74\x6f\xb4\x27\x7b\xdf\xe9\x72\xb5\xde\x75\x8f\x70\xf0\xcd\x13\x01\x30\xff\x32\xc8\x00\xd0\x7f\xd0\x1d\x29\x54\x8e\xac\x71\x62\x73\xa7\x0e\x83\x8e\xa7\xe9\xb3\x06\x89\x1d\xfc\x05\x07\xfa\x77\x74\x94\x45\x7f\xea\x1b\xd7\x81\x0c\x3d\xd9\x43\xea\xf0\x0e\x6a\xef\xfa\xb7\x6d\x83\xf7\xbf\x9d\xa9\xad\x2b\xdc\x1b\xec\x6b\x2c\xd9\x00\x98\x29\xc6\x45\x00\xe8\xad\xfa\x90\xa5\xbf\x50\xe3\x6a\x53\xfa\x02\xd0\xbf\x37\x1c\x6c\x1d\xc2\xf6\x42\x23\xd5\x14\xbc\x13\x76\x8c\x27\x20\x6e\x41\x09\x08\xfb\xc8\x8f\x70\xb3\x1a\x0f\xd1\x22\x88\x97\x0a\xc7\x18\x26\xea\xaa\xc4\x0b\x2c\x38\xd3\x37\x20\x89\x3d\x9e\x9d\x0b\x80\xb4\x90\xbf\x62\xa9\x37\xfc\x29\xa4\xb4\x37\x1f\x39\x06\x15\xd8\xc6\xd0\x57\x61\x56\xd5\x6e\x9c\x0b\xf2\x3c\xf7\x16\xa1\x01\x1b\x41\x48\x24\x6d\x21\x28\x1b\x4b\xa9\x73\xc9\x77\x0a\x65\xf4\xc5\x74\x48\x22\x97\xd9\xca\xc2\xcf\xfc\xc0\x6a\xe1\x64\x01\x20\xf9\x2a\x20\x8f\x86\xb4\x9c\x69\xd6\xf6\x60\xe0\x7f\xc0\xeb\x6d\x00\x15\x84\xf2\x52\x7e\xc5\x48\x31\xbf\xb8\x69\xb8\x0f\x04\x37\xfc\x4a\xa2\x9c\xec\x0e\x19\xa3\x4c\xa7\x4d\x2f\x9c\x41\xdb\xc0\x8c\x4e\x0c\x64\xac\x63\xff\x31\x73\x07\x73\x15\x97\x03\x80\x64\xb1\x90\xb2\x18\xd9\x78\x0e\x73\xae\x6b\x5d\x73\x25\xde\xdb\x82\x87\xfd\x41\x5c\xa4\x70\x20\x1d\xe4\x0e\xf6\x57\x4c\x1d\xf5\x5f\x5c\x27\x3e\x94\x01\x6b\x78\x43\xfc\xc5\x3a\x5a\x40\xa5\x9c\xe0\xce\x49\xd0\xd3\x1e\xf0\x17\xce\x44\x30\x16\x08\x32\x01\x10\x5f\x14\x6f\x1d\x4e\xa8\x2f\xa1\x76\x3b\xaf\x42\x3e\xd1\x73\x4d\xb7\xa1\x87\x19\x37\xe5\x0b\x61\x5b\x59\x1a\xd6\x25\xe4\x6f\x9c\x5c\xac\x03\x73\x95\xfb\xa9\xc1\x1b\xff\x96\xbf\x75\xd1\x0e\xd2\x33\x21\x3e\xfe\x17\xd5\x4b\x74\x63\x66\x04\xed\x88\x18\x0f\x80\xe8\x83\xcc\x67\xb0\xa4\xfa\x35\xef\x65\xc7\xbc\xba\xeb\xfc\xa7\xc6\x16\xc8\x03\xc1\x79\xe9\xc3\xe6\x69\xc2\xd3\xcc\x0d\xf0\x16\xd1\x2d\x4c\x07\x6a\x8b\xf8\x5e\x7d\x1e\xce\x4d\xf2\x64\xd1\x54\x62\xb8\xf4\x49\xbc\x83\x0c\x93\xed\x98\xe9\x43\xa5\xc8\xce\x01\x20\x0a\x53\x20\xfa\x36\x96\xef\xd4\xe6\x39\xb6\x55\x7d\xd7\x26\xe9\xbd\xeb\x5a\xb4\x81\xe2\x2b\x90\xeb\x5a\x1f\xfa\xfd\x66\x9a\xd6\x1f\x3d\x19\x31\x51\x3b\xad\x6e\x32\x7a\xb1\xd6\x25\x3f\x16\xf7\x46\xf3\x2e\xde\x83\x18\xaf\x39\xef\xff\x8d\xfc\x58\x53\x01\x80\x30\x5b\x2d\xea\x29\x28\x91\x77\x54\xb4\x4a\x2b\xa6\xb7\x87\x6a\xa7\x56\xef\x71\xfc\x10\xfe\xa8\x67\xd8\xff\xa1\x65\x37\xa5\xb4\xfe\x85\xdc\x00\x9b\x6c\x3b\x53\xf3\x01\x79\xd9\xba\x36\x0f\x83\x2d\xb5\x18\xe2\x7a\xf1\x03\x66\xae\xff\x13\xd2\x33\x53\x11\x00\x82\xcd\xba\xa8\xae\xde\x22\xe3\x62\x99\xf5\x56\x59\xfc\xf0\x52\xb5\xa2\xf2\xed\xe0\x26\x81\xb5\xf6\x78\xff\x76\xca\x33\xc8\x96\xde\xad\x08\x67\xf3\xd2\xee\x91\x9a\x00\x84\xbe\x53\x9d\x3b\x86\x09\xee\xa0\xc7\x91\x70\xea\xb6\x55\xfe\xdf\x48\xd9\xad\x0c\xd0\x24\xa8\x33\xd0\x3b\x9f\x16\x7e\x58\x99\x61\xcd\x2e\xed\x5b\xf6\xe9\x7f\xfe\x8c\x0e\x0a\x5c\x6a\x63\x16\x67\x50\xd8\x90\xd9\x43\x17\x10\x89\xcd\x3e\x03\x35\xd5\x37\xe0\xdf\x7b\x8f\xe5\x6e\x46\xaf\xe8\x2e\x8d\x63\xe2\xdc\x3b\xf3\x67\xce\x27\x3e\x76\x08\x41\x97\x20\xc8\x98\xd3\xc9\x2d\xec\x5e\xf7\xc3\x72\xb3\x74\xfe\x1a\x8a\xaa\xbf\xe2\xf2\xca\xdd\xfc\xdd\x35\xeb\x96\x4f\xa2\x44\x37\x0c\x8e\x96\x21\xc6\x43\x3b\x46\xb8\xd5\x47\xe1\xd2\x41\x53\xee\x26\x74\x44\xdf\xc6\xb8\xc5\xd8\xd6\x9e\x39\x33\x05\x44\x6a\xdb\x7b\xf0\x92\x7f\xd4\xb8\x7d\xe4\x17\x66\x4f\x6d\x41\x17\x07\x97\xd2\x70\xdc\x92\x85\xbf\x08\x8d\x56\xc0\x88\x76\xd8\x71\xf6\x5e\x32\x13\x25\xc6\xd5\x53\x09\xb8\x90\x86\xed\x74\x1e\xf1\x5a\x41\x2c\xd3\x46\xdd\x90\xc0\x67\x07\x32\x67\xcf\x6c\x66\xef\x64\x63\x00\x90\x72\x05\xa1\x23\xf3\x50\x7d\x90\x9c\xce\x51\x4c\x05\x14\x6f\x56\xe1\xfc\x60\x02\xf9\x16\xc2\x44\xe4\x01\xf6\x3c\x92\x1f\x36\x08\x7b\x89\x92\x4d\xe0\x37\xe4\xd3\xb8\xe4\xeb\x8b\xce\x33\xd6\xd0\xab\x12\x82\x59\x35\x2c\xd2\xcc\xb9\xec\x19\x9c\x26\x00\xa4\x11\x82\x3b\xc3\xa9\x08\x4d\x33\xc2\x79\x12\x45\x84\x47\x98\x76\x61\x70\xc8\x3f\x65\xdf\x70\x06\xcc\x03\x96\x95\x70\x10\xff\x12\x5b\x4a\x9e\x42\x7a\x5b\x7f\x91\x4a\xa6\x81\x45\x6c\xfa\x7e\xe6\xec\xf8\x31\xa6\x80\xfd\xd8\xff\x05\x8b\xca\x35\x03\x20\xb9\x20\xbc\x3c\x58\xdd\xbc\x1e\xc3\xeb\x70\x85\xfd\x85\x3b\x61\x0c\x46\xe6\x10\xbe\x4b\xfb\xd0\x2b\xc8\xf5\xcc\x06\x5c\x38\xf5\x20\x26\x87\x70\x90\x11\x51\xf7\x8e\x8c\x60\x0d\xe5\x9f\xa0\xde\xe7\xba\xc5\x97\xd1\xb7\xf2\xa3\xfc\x57\x31\x7e\x0a\x6a\x00\x90\x00\xc9\x94\xfe\x96\xc6\x19\x54\xff\xb6\x62\x68\x0f\xed\x9a\xbe\x17\x16\xcf\x90\x4a\xb2\x11\x37\x59\x91\x8c\x68\xf4\x30\xfb\x6f\x74\x26\x4e\xc2\xdd\x56\x17\x40\x6c\xe0\xcb\xf2\x67\x51\x26\x08\xb3\xe3\x2e\x51\x9f\x8b\x8e\xfb\xab\xe8\xbd\x62\x1e\x00\xe2\x08\x19\xba\x97\x59\x77\x91\x57\x6a\xef\x82\x58\xf9\x2d\x3a\x5f\x28\x56\x50\x2f\x7a\x09\x2b\x14\x42\xe9\x93\x90\x8b\x44\x5c\x54\x1e\x06\x26\x36\xd4\x96\xe1\x99\x92\xa1\x3c\x05\xa9\x44\xba\x39\x8e\x4a\x49\x97\x0d\xf8\x13\x68\x65\xb2\x0b\x00\x88\xe0\x8a\xfe\xae\x8f\x55\x23\x9a\x5c\x5b\x7e\xed\x2e\x0d\x4a\xfd\xb2\xe1\x81\x86\x2a\x78\x07\xf5\xd2\xb0\xa8\x65\x30\x84\xc6\x80\x38\x85\xdc\xa7\x69\xaf\x09\xc1\x4e\xd1\x0c\xe5\xae\x22\xf8\x6a\x56\xc6\x7e\x22\x79\x6a\x46\xfc\x39\x94\x9d\x9a\x7c\x00\x84\x04\xf5\x72\xa7\xad\x5c\xdb\x3e\xc1\xe2\x5f\x75\xad\x6d\x8a\xf2\x57\x5d\x9a\x63\x2a\x3f\x01\xb2\xda\x3e\x9d\xbc\xab\x39\xa6\x35\x04\xce\x87\x1f\xb2\x05\x57\x4f\x47\x17\x58\x03\x73\x9e\xe0\xd8\x16\xdf\x58\x1b\x41\x62\x0e\xf5\xc7\x93\xb7\x9a\xfc\x40\xa6\xe0\xb4\x2e\xb7\xfd\x44\x29\x7f\xf8\x8b\x89\x54\xf1\x6c\xa8\x4a\x41\xa8\xe1\x0d\xe8\xb9\x07\xea\x7f\xf4\x2d\x21\x31\x9a\x46\x7b\xf6\xc2\xf0\xb0\xfa\xae\x63\x55\x79\xc8\xb7\xce\x33\x39\x30\x6c\x7e\xfb\x9d\x58\x38\x1e\xd6\x96\xe4\xaf\x25\x7d\x6f\xf5\x02\x2b\x04\x78\x03\xad\x7d\x6e\xc9\x8d\xe5\xc3\xc6\xb3\x15\xe5\x4b\x2d\xf2\x0b\xd5\x97\x96\x34\x72\xd3\xea\xb1\x23\xd3\x88\x5f\x9a\xdc\x07\x8f\xc0\xdc\x5a\x8e\xf4\x13\x2b\x7f\x22\xc9\x3d\xbf\x72\xd2\x30\xbf\x77\xad\x8b\xc5\xe1\x1e\x39\xf7\xfa\xaf\x27\x2d\x76\x78\x80\x47\x82\x08\x63\x72\xdb\xae\x12\xe6\xda\x2a\x23\xa1\xfc\xca\xaa\x3f\xe5\x9c\xea\xea\x15\x58\xce\xf3\xba\xdb\x4b\x2f\x11\x77\x37\xea\x96\xc4\xb4\xdc\x6d\x49\x1f\x96\x55\xbe\x44\x3c\x1c\xd8\x93\x93\x8b\xc9\xeb\x73\x8b\xed\xc6\x61\xba\x5b\xfd\x7f\x90\x02\xda\x4c\xe3\x92\xf9\xe7\x8d\xeb\x06\xae\xe2\x2d\xb5\x90\xf6\x0e\xc2\xc5\x86\x73\x86\xb5\xa4\x14\x68\x8c\xd4\x9b\xbc\x0b\x76\x94\x71\x98\x8a\x45\x71\xd1\x1b\xe8\x11\x38\xbf\x3a\x02\x13\x10\xcf\xe6\xc7\xb3\x6e\x51\x07\xe2\x8e\x71\x12\x99\x93\xfc\x7e\x72\x5e\xb3\xcb\x00\x90\xbe\x17\xd8\xfa\x7f\x60\x59\x90\x85\x6d\x67\x71\xaf\xa1\x75\xfa\xf7\x04\x0b\x0c\x2e\xe1\x92\x32\x90\x6b\x18\x09\x14\x1f\xac\x0b\x3a\x8e\xe6\x4a\x80\xd5\x7e\x62\xb8\x92\x0f\xe6\x5d\x65\xfe\xa0\x2f\x88\x93\xb0\xe9\xac\x4a\xbf\x0b\x9c\x26\x4e\x26\x00\xd2\x8d\xc2\xa4\xfe\x59\xe8\x96\xe6\x54\xc7\x57\xac\x07\xec\x87\x3e\x05\x77\x1b\xb9\x57\x7c\x92\x70\x10\xb3\x87\x3e\x48\x3a\x8a\x3f\x8e\x5a\x4f\xb9\x4b\x3a\x57\x6b\xa1\x03\xea\x83\x3c\x39\x73\x06\xe3\x6b\x5c\x02\xab\x9b\x7d\xd4\x6f\x29\x7b\x2b\x97\x0a\x80\x14\x22\x0a\xe9\x9d\x0a\xdf\x84\xf1\xb3\xc7\x22\xd7\xe1\xc4\xda\x95\xe8\x63\x84\x7d\x22\x2a\xf6\x25\x79\x0a\x8d\x45\x48\xa7\xca\x91\xab\x49\x83\xf4\x97\x35\x5b\x29\x3f\x59\x84\xdc\x9b\xf4\x3c\xce\x8d\xd8\xad\x8c\x9b\x7c\x17\x3f\x1e\x0b\x22\x48\x00\x40\xd2\x2a\xa9\xe8\xae\x6b\x9e\x44\x19\xb4\x19\x60\x18\x1a\x51\x13\x84\x38\xcb\x08\x10\x4e\x47\xc7\x30\xcf\x50\x4b\xb0\x7b\xd8\xbd\x88\xd5\x04\x38\x17\x57\x7d\x9b\xf4\x1f\x3f\x29\x37\x85\xca\x12\xba\xc4\x16\xd1\x67\x88\xfa\xfd\x20\x8c\x0f\xe2\x7a\x00\xc4\xbb\x64\x9d\x9d\x68\xc8\x0d\xee\x32\xcb\x45\x28\x95\x77\x42\xd5\x0f\xf3\xe1\x5f\xe6\xff\x8e\x58\x2e\xb8\x4b\x99\x8f\x26\x0a\x7f\xc2\x37\xe2\x16\x89\x67\x57\x4f\x26\xce\x94\x14\xe6\x0c\x93\x77\x4a\xa9\x31\xcf\xa9\x54\x19\xc1\x6f\x11\x7d\x83\x6c\x1d\x00\xa2\xbf\x14\x47\x3a\x26\xd5\x6e\x56\x67\x9a\x06\x1a\x86\xd5\x1a\x85\xb5\xa9\x53\xbd\x99\x7b\xa7\x45\xa6\x3e\x4c\xe2\x23\x6c\xea\xa7\xb0\x5c\xf4\x06\x8d\x4b\xe5\x0b\xdc\x61\xcd\xfc\xec\x8b\x44\x93\xa6\x38\x46\x43\x5e\xa4\x69\xf1\x6b\xa1\xf9\x69\x7c\x01\x10\xbe\x51\xef\x72\x0c\x57\x6d\x75\xfc\x66\x50\xd5\x9e\xb0\xbf\x91\xed\x6e\x78\x63\x9f\xc1\x09\x87\xfa\xb6\xc6\x11\x5e\xc2\xd0\xb6\xba\xe6\x8f\xc8\x5d\x56\x6a\xc5\x1f\x98\xaf\x16\x4d\xb6\x2f\xfe\x91\x79\x30\x26\x88\xb8\xc6\x74\xda\xaf\x91\xea\x69\x3c\x06\x66\x09\x6b\x74\x19\xad\x87\x2b\xec\x43\x6c\xdd\xbe\xea\x2b\x03\x6f\xa4\xd3\xea\xc3\xfb\x6b\x59\xbb\x1a\x29\xbd\x7a\xfc\xfa\xe6\x8b\xdd\x7b\xa1\xaf\x10\x85\x9d\x4f\x2b\xfc\xd0\xab\x9d\x9e\x59\xed\xb8\xcd\xed\xf9\xd1\xaf\x08\x16\xc7\x7e\x3f\x31\xa5\xd1\xd6\x05\xac\x82\xc7\x86\xda\xd6\xf0\xf2\x17\x4b\x3f\xeb\x82\xab\x13\x46\x3d\x25\xdc\x3a\xe3\x62\x77\x56\x22\xe4\xf4\xd0\x3d\x7c\x66\xf3\xc2\x81\x8d\xd0\x4e\xf8\x96\x3e\x51\xf9\x4d\x74\x60\x4f\x5a\x16\x13\x17\xdb\x35\x21\xfa\x3d\x61\xb2\x33\xd9\x6f\x31\xf9\x83\x5d\x0b\x8e\x09\x96\x1a\xfd\x6c\xc7\xcb\xc5\xab\xbb\xb4\xbb\xab\xb6\xad\x84\x4b\xdc\x6b\x7f\x2d\x77\x61\xde\x87\xe4\x8d\x3a\x70\xdf\xa1\x6b\x16\x4f\x82\x92\xe1\x61\x43\x9a\xf2\x63\xa8\x8e\xfe\x17\x59\x02\xec\xea\x5e\x4c\xcc\x1c\xbc\xbe\xeb\xbd\xdf\x3f\x64\x9a\xe3\xc3\xb8\x99\x82\x45\xc6\x36\x27\x93\xf2\xb1\x56\x64\xee\xa6\xfe\xd3\xf0\x5c\x19\x4b\x77\x83\x16\xf1\x22\x19\x95\xb0\xc3\x24\x3a\x73\x0b\xaa\xa5\xe5\x3d\x7b\x36\xf6\x5d\x65\x15\x67\x98\x38\x92\x75\x9c\x37\x9e\xda\x10\x75\x8c\xef\xca\x58\xe9\xc3\x10\x68\x58\x3b\x00\x90\x8f\x08\x3d\x3b\x34\xe4\x40\x48\x88\xe9\x2a\x25\x03\x5a\xa4\xe8\xa7\x72\x61\x8d\xdc\x7e\xda\x53\xa4\x8e\xf8\x94\xc1\xc7\x9c\x6b\x51\xb0\xdc\x09\x33\x2b\x9e\xb1\xd7\x93\x85\x59\x2c\xee\x42\xda\x8d\x28\x2b\xaf\x9c\x79\xdb\xa7\x8a\xff\x2f\x7b\x04\x00\x79\x8b\x70\x59\xbb\x85\x58\x0c\x7d\x6f\x9a\x44\x32\xc1\x4e\xcb\xff\x26\xff\x81\x6c\xe7\x7c\xa3\x2a\x31\x2c\x62\x33\x3d\x01\xcf\x6c\x19\xc7\x78\x45\xe2\x54\x68\x58\x5b\xa8\x9a\x2c\x7f\x4e\x23\xa3\x33\xaa\x8c\x2b\x67\x97\xfa\xa4\xf0\x51\x9c\x53\x00\xc8\x27\x88\xe4\x8e\x03\xd8\x23\xe8\x56\x03\x1a\x9f\x87\x7d\x28\xa3\x12\x1e\x10\x02\xd9\x1b\x48\xc7\x48\x42\x42\x36\xe5\x20\xe5\x45\xb3\x07\xed\x00\x1d\x51\xbe\x83\x71\x80\x79\x3b\x53\xc0\xea\xe4\x34\x45\x3e\x62\x9f\xe5\xa9\x7c\x7c\x79\x3e\x7c\x0b\x00\xb2\x02\x89\xd5\x1e\x88\x4a\x21\x8f\xe9\xee\xa3\xbf\x53\xbb\x25\x9f\xb1\x2f\xe9\xe9\x2c\x0c\x61\x06\xe3\x3b\xde\x9f\x54\xcf\xba\x01\xf5\xa0\xb4\x73\x36\x95\xdd\xa3\x9d\xe0\x39\x32\xee\x31\xce\x08\x18\x91\xad\xac\xe9\xa2\x49\x3e\x9e\x9c\xe3\xa2\x2d\x00\x48\x45\xb2\x23\x36\x23\xec\x2e\xa7\x57\x5b\x8f\xf8\xc1\x5d\x23\x76\xa0\x17\xf0\xd6\x33\x67\x62\xfb\xf9\x63\xd8\xcf\x84\x69\x42\x8f\x26\x1f\x92\x4e\x94\x5f\x36\x95\xf2\x52\x2c\xcf\x28\xa3\xcf\x90\xec\x8d\xcc\x66\xd0\xa4\x67\x7c\xa6\xb1\x8d\xb2\xa9\x00\x48\x56\x2b\xee\x9a\x1f\x43\xa3\x94\x74\xd5\x8f\x16\xbe\xf2\xac\x50\x0b\x7f\xa2\xf2\xa5\x17\xa0\xda\x54\x75\x18\x24\xb6\x4c\x35\x0c\xd9\x87\xff\xa1\x7a\x50\xf2\x1f\x69\x99\x3a\x2c\xdd\x42\x79\xa3\xa6\x46\x3c\xa6\xe5\xab\xd7\xfa\xc4\x33\x3f\xaa\x45\x00\x88\xb7\xab\x57\x1b\xb7\x36\x9c\x6d\x85\x29\xbe\x35\x39\x6d\x3b\xf9\x1b\x5a\x50\xb6\xf1\xd4\x11\x44\xb6\xb5\x1e\xf5\x02\x1d\x6e\x59\xd3\xa0\xc1\x79\x99\xdf\x97\x8c\x27\x3c\x31\xe7\xa6\xdd\x22\x97\x99\x5a\x23\x8c\x94\x25\xc6\x7f\x7d\x12\x18\xaf\x0d\x57\x01\x10\x7b\x6a\x7f\xe9\x6f\xd5\xbd\xe9\xb7\xc9\x61\x90\x9d\x7d\x19\xbc\x05\x50\x67\xcf\x69\x4a\x09\xac\xb5\x3b\x17\x79\x00\xe9\xec\xdc\x59\xaf\xc7\x0c\x3a\xe7\x15\x67\xe1\xed\xed\xbd\x69\x30\xd2\xd4\xb6\x09\x11\xd5\x64\x91\xfd\x9c\x4f\x0d\x23\xda\x5a\x0e\x80\xa8\x4f\xff\xaf\x7e\x66\x5d\xcb\xe2\x63\xb2\xed\x10\xbf\x91\x40\xee\xaa\xa6\xbf\x86\x1a\xc8\x67\x5a\xfe\x18\x60\x21\xeb\x10\xff\xf4\x19\xeb\x63\x31\xa0\xa7\xaf\xe8\x3b\xee\x5b\xd7\xfa\xb4\x4c\xa2\xc5\xf9\x7b\x44\x35\xe9\x6d\xc7\x5c\x1f\x2e\xfd\x64\xeb\x4c\x00\x44\x8d\x86\x9d\x3a\x5b\xed\xbb\x15\x21\xb2\xdc\x86\x81\x65\x29\xdc\xca\xa6\x96\xd1\x28\xb2\xaa\xa5\x7e\xe4\x17\xd2\x07\x81\x18\x3a\x5d\x0f\xd0\xec\x01\x67\xd1\x33\x1c\xb5\xaf\x25\xad\x80\xf0\xb9\x67\x6e\x84\x90\x84\xe9\xdc\xe7\xb3\x9f\x9e\x6a\x57\x03\x1f\xe1\x5b\x63\x82\xf9\x2e\x3b\xb3\xb6\x57\xb5\x9e\x7d\xaf\xe1\x3f\xc1\x55\xce\x5a\x68\x35\x4d\xcc\x75\xc0\x76\xa2\x89\x3c\x1b\x2a\xb3\x61\x98\xdf\x85\x3d\x51\xbc\x49\xb0\x86\x48\x4c\x5d\x2a\x3c\x44\x79\x3f\x7f\x86\xc8\xcc\xf0\xf1\xac\x91\x6c\x63\xb9\x00\xa0\xdc\x2e\x14\x98\x43\x99\x8d\x90\x40\xe5\x4f\x56\x12\x34\x4e\xb0\x88\x1d\x0f\x4b\xa2\x3e\xe5\x64\x23\xeb\x50\xf7\xb8\x18\x8c\xa3\x21\x94\xd7\x86\xbf\x54\x5c\xcc\x3f\x4e\x0e\x4b\x85\x08\xbe\xd0\x88\x61\x8f\x85\x63\xcc\x0c\xcf\x1c\x49\x12\xeb\x11\x00\x4a\x91\xf0\x95\x09\x4b\xe7\x42\x4f\x29\xcb\x19\x36\x98\x83\x3f\xc0\xdc\x87\x2c\xa4\x96\xb2\x9e\x61\x02\x50\x55\x9c\x78\xbc\x67\xfd\x2a\xae\x86\xe4\x51\x74\x8b\x77\x9d\x3a\x33\x75\x82\x20\x94\xe1\x19\xb6\x4d\x38\x91\x35\xe2\x99\x20\x5e\xc1\x99\x00\x80\x72\xbe\x68\x8b\xa1\x95\x12\x86\xfa\x2c\x5f\x49\x65\x61\x6b\x79\xbe\xb4\x1b\x78\x13\xf9\x23\xa3\x8e\xf8\x10\x19\xc9\xbc\x4f\x69\xa8\x5b\xcb\xa6\xd3\xce\x16\x4d\xe0\x7c\x66\x56\xa7\xd0\x78\x4c\xf6\x9e\x30\x2c\x1f\xc3\x3d\xe9\x19\x21\xa2\xf1\x8e\x03\xa0\x60\x48\x56\xeb\xe7\x10\xb6\x93\x4e\xca\x72\x48\x55\x94\xa5\x9c\x73\xe4\x5f\xb4\x26\xd2\x19\xea\x7e\x46\x28\x62\x16\xdd\xc2\x9a\x58\x7b\x98\x59\xc3\x7e\x5d\x58\xc0\x9e\xc6\xbd\x95\xfc\x84\xb3\x99\xbf\x3b\x2c\x98\xbb\x4e\x58\xe9\x99\x2a\x9c\x2b\xfc\x00\x80\x7c\x89\xec\xb4\x56\x83\xdd\xc3\x4e\x96\x8c\xe1\xc5\x1c\x24\xdb\x4c\x84\x71\xc5\xc4\xe5\xe4\x7a\xde\x36\xf8\x0c\x6a\x13\xff\x57\xcd\x1d\x7a\xbd\xb0\xb2\xc0\xc4\xcc\x12\x8d\x24\x63\xd9\x40\xfc\x32\xf4\x31\x67\x9c\xd4\xc5\xb3\x9a\xff\x4c\x0a\x07\x40\x76\x4d\x71\x46\x5d\x85\x7c\x28\xb7\x8b\x76\xa0\xff\x55\x8c\x63\xf6\xe2\xfc\x15\x48\xfc\x53\x42\x9d\xe2\xb7\x96\x4e\x52\xaf\x32\xaa\xba\x9b\x72\x49\xd9\xb5\x48\x47\xfb\x57\x05\x92\xb6\x30\x6e\xaa\x78\xa1\x4e\xe6\x65\xd5\x05\x4f\x22\x8f\xaa\x3a\x09\x80\xf4\x4f\x35\x5b\xe9\x0e\x7b\x61\x79\x21\xd8\x87\x4c\xb2\xc0\xe8\x37\xd0\xed\xe6\x23\xb8\x46\xec\x57\x73\x5e\x73\x12\x81\x6d\x3a\x59\x45\x25\xdd\x33\x95\xe5\x3b\xa9\x89\xc6\x8b\x49\x93\xe8\xb1\x46\x7c\x68\x06\x23\xd4\xe8\xe6\x29\xe5\x42\xf4\x47\x00\x90\x26\x68\x37\xca\x2b\x9a\x4f\xf5\x48\xf8\xf1\xf0\x92\x6e\x28\x8d\x83\xbc\xd0\x35\x19\x3b\x03\x53\xe3\x3c\x08\x9d\x8b\xbb\xd3\xc1\xad\xd4\x13\x69\xed\xe1\x79\xf7\xc8\x0f\x1c\x4f\x16\x3a\xa8\xef\xec\xbb\xe6\xfd\x4b\x7b\xd7\x7a\xca\xd3\xc6\x19\x34\xdf\x02\x40\xb2\x5b\xaf\x95\xed\x6f\x0e\x1d\x92\xf3\x56\xc0\x86\x07\x01\xf5\x05\x72\x7e\x3f\x16\xb3\x0c\xbd\xae\xf7\x50\xd3\x11\x5c\x5a\x4f\x40\x65\x32\xe1\x52\x97\x2c\x6f\x05\xb9\xca\xf9\x64\x21\x83\x4a\xea\xa0\xcf\xfb\x9b\x46\x68\x7b\xe4\xb9\x9c\x93\x6a\xfd\xdf\x3c\xc9\x31\x64\xca\x60\xd0\xb5\xa3\x1b\x78\xc5\xb0\xe9\x8b\xdf\x52\x9d\x88\x81\x11\x6f\x0c\x0c\xed\x37\x14\xdf\x64\xc7\x2e\x1d\x28\xa8\xf4\x22\x64\xf6\x61\xf3\x3a\x49\xfb\x7a\xcc\x0b\x39\x94\x2b\x5d\x97\x43\x3d\xa8\xa7\x9d\xd5\x9e\xf7\xd8\x9b\x6c\x77\x00\x90\x4c\x34\xec\x51\xbe\x12\x7e\xaa\x7d\x29\x9c\x2b\x6a\x84\x24\xd1\xef\x8a\xce\x41\x99\xb8\x58\x71\x09\xec\x00\xf4\xaa\xf8\x3a\x2a\xbe\xf2\xa4\x84\x87\xdd\x90\xd7\x27\x0d\x20\xa6\x2f\xf0\x91\x3e\xa6\x0c\x86\xfc\x29\xd3\xd3\x05\x53\xf2\x15\x27\x98\x03\x00\xa8\xef\x09\x5f\x28\x27\x09\x6a\x20\x11\x02\xba\xe0\x32\x34\x8e\x5e\x26\x64\xc3\x42\xb1\x23\xa2\x29\xc8\x44\x68\xb9\xe8\x00\x06\x55\x59\x29\x96\xe3\xfb\xf2\xe2\x24\x05\xa4\x7b\x89\xa7\xa4\xf3\xa8\x1f\x43\x8e\x4a\x2f\x31\x5a\xa7\x64\x29\x6a\x58\x14\x00\xd4\x4b\x44\xe5\x8a\x20\xde\x06\x68\x07\x7f\x1d\xbf\x16\x06\xa1\xad\x17\x4c\x43\x4e\xc2\x8e\x13\x9c\x45\x5f\x6d\xda\x2b\x1c\xc1\x1d\xaa\x38\x27\x92\x13\x77\xe5\x1e\x12\x63\x28\x7b\x13\x0d\x92\x46\x7a\x7b\xc8\x72\xe9\x64\xe6\x93\x29\x59\xf2\xe3\x6c\x03\x00\xea\x1a\xd1\x17\x99\x91\xcd\x41\xd9\x79\x01\x9c\x3a\xcc\x39\x6a\x18\xb7\x06\xf7\x15\xbd\x91\x07\x21\xd6\x37\x76\xf0\xa9\xe4\xe3\xe5\xa7\x05\x2a\x5a\x5e\xce\x13\x61\x37\xe3\x68\xc2\x6b\xd1\x3a\xf6\x8c\x10\x9a\x98\xc0\xf9\x31\xa5\x5a\xd6\xcb\x2b\x04\x40\xd5\x23\x39\x2f\xf9\xc2\x08\x20\x3e\xe1\x9c\x67\x96\x92\xf7\x51\xc6\xb3\xba\xa8\x42\xd4\x2a\xf6\x0d\x7a\x15\x64\x84\x1b\xc1\xcc\x28\xfb\xca\xe3\xb1\x63\x73\x52\xf9\x3b\xb8\xf3\x12\x54\x82\x7f\x78\x3f\x42\x72\x85\x1b\x05\xf2\x29\x7c\x69\x93\x50\x02\x80\xf2\x9c\x6c\x4c\xbc\x93\xf2\x93\x79\x8d\xdd\x4f\x53\xb1\xbd\x48\x6f\x18\xe3\x39\x39\xc8\x25\x4c\x0d\xb7\xad\x61\x0b\x7b\x22\xef\x6d\x59\x3c\x47\x2b\x68\xcc\x6e\xe7\xbe\x10\xee\x4b\xf0\xe1\x17\x89\x7d\x43\xfc\xf9\x3f\x25\x11\x53\x36\x48\x7c\x24\xaf\x00\x50\xbc\x55\x1c\x14\xda\x89\xa3\xd2\x6e\x66\x1f\x39\x4c\x36\x8b\xe8\x4b\x39\x2d\x1b\x40\xb8\xd0\x0c\xf2\x59\xf5\xe5\x8c\x52\xf9\xa6\x92\x9f\xcc\x5f\x8a\xfc\xac\x21\xf6\xa8\xe2\x6a\x3c\x97\xeb\xaf\x64\x05\x5f\xe6\x9e\x50\xde\x9b\x72\x41\x34\xa0\x4a\x00\x40\x31\x59\x9d\xc9\x67\xe3\x94\xa6\x10\xfa\x41\x42\x93\xf1\x0c\x5e\x46\xca\x32\x32\x60\x6d\x94\x08\x63\x70\x9d\x3b\x2d\xd0\x70\xbb\xf8\x19\xc3\xc5\xd0\x9b\xb9\x9f\x79\xcd\xd0\x18\x77\x83\x8d\x35\xc4\x05\x1b\x38\x13\x0d\xe3\xa7\xdc\x13\xda\x75\x7b\x00\x90\x43\xb4\xf5\xdc\x7f\x30\xba\xce\x7c\x5a\x0b\x4e\xe5\x2c\xc4\xc5\x11\x0c\x1d\x49\x2d\x2c\x92\xae\x3d\xbc\x36\x80\x62\x6e\x0b\x2a\x9e\x45\xeb\x72\xcc\xce\x9c\xcd\x30\xda\x23\xe2\x70\xac\xd0\x56\x58\x70\x32\xeb\xa2\xcd\x3e\xe5\x91\xe0\x9a\x49\x0c\x80\xec\xb2\xde\x9d\xcb\x44\x9f\xeb\x1f\x47\xbd\x8d\x3d\xd7\xbb\x0b\xbb\x05\x7f\xaf\xa7\xa1\xc5\x85\x78\xb7\xeb\xdf\x9a\x13\xe4\x27\x9d\x43\x45\x77\xa8\x9f\x9d\xb5\x19\x6f\xe8\x1f\x3a\xbc\xe2\xf2\x99\x3d\xed\x13\x83\xe7\xb3\xf2\x1d\xa8\x29\x6f\x04\x02\x8b\x1b\x00\x32\xab\x7e\x3f\xd7\x07\x9d\x3d\xfc\x8b\xaa\xc3\xe6\x0c\x49\xb1\x30\x7c\xed\xc0\xcd\xe6\xa3\xc4\x92\xfe\xfc\x9a\x41\x72\x59\xef\xca\xa2\x43\x54\x5c\x4f\x48\xc6\x23\x3a\xba\x6b\x7d\x5c\x01\xe3\x7b\xa7\x38\x38\x9d\xb9\xa4\x7d\xd4\x23\x90\xff\xda\x5a\x0a\x80\x6c\x8e\x21\x97\x29\xd7\xce\xac\x43\x12\xbf\x6b\x0e\x42\x06\x91\x77\x34\x4e\xe8\xe1\xc6\x08\x0d\x0f\xf6\xa6\x62\x4c\x43\x44\x65\xe7\x8f\x69\xc8\xd8\xde\x94\x2d\x1a\x35\xe1\x5b\x64\xa1\xe6\x24\x25\xca\xff\xae\xb6\x99\xb6\xcc\xf5\x9d\x6e\x0e\xf3\x3a\x00\xba\xa3\xa2\xa7\x8c\xaf\x6a\x1a\x04\x4a\x54\xa9\x0b\xa1\xb5\x48\xaa\x7a\x11\x2c\x0d\xb2\x4b\x5d\x8c\x8c\xa8\x20\xab\x5b\x30\xa9\xf9\x02\xb5\x14\xdf\x98\x82\x55\xaf\x27\xc9\x23\xa7\x6a\x26\x51\x89\xfe\xe7\x35\x4b\xe9\x43\xae\x3f\xb4\xeb\x59\x16\x00\x74\x1a\x71\x20\x83\xad\xfc\x0d\xaa\x22\xbc\x57\x9e\x81\xa5\x20\x9e\x28\xff\x46\xdc\x87\x64\xa9\xa6\xa3\xbb\xca\xdf\xab\x8a\x70\xd4\xfc\xa9\x2a\x2d\xb1\x2a\xc5\x43\x75\x96\x92\x1c\x71\x5f\x9d\x4d\x7b\xec\x7f\x50\x7d\x9d\x71\xdf\x6d\x92\x36\x8c\xdd\x09\x80\x2e\x41\xbc\x92\x9e\x28\xeb\x44\x01\xfc\x5e\xd9\x3f\x98\x44\xf8\x4e\x39\x1a\xd7\xd2\x10\x2d\xff\x8d\xb0\xbe\x7c\xbc\x22\x94\xec\x9f\x97\xab\x68\xa7\xb6\x27\x63\x94\x80\x31\x31\x82\xa1\x74\xb0\xb2\xfd\x97\xab\xe6\xb0\xef\xb9\xc5\x68\x00\xaf\x08\x00\xad\x58\x9a\x4d\xbd\x23\x3e\x4b\xe8\xc5\x69\x25\x25\x24\x25\x6c\xaf\xe4\x14\xa5\xa1\x7e\x91\x14\x41\x4b\x2e\x4b\x90\x7e\x65\xc4\xe4\xda\x65\x1d\xac\xc8\xa4\x4b\xf2\x70\x4e\x78\x44\x80\xfc\x02\xf7\x3f\x7f\xa7\xa2\x91\x5f\xec\x06\x53\x5d\x11\x6a\x00\xd0\x6c\x95\x7b\x51\x08\xc2\x59\xf4\xa3\x58\xa8\x70\x3b\x33\xb9\x65\xb7\x08\xc6\xea\xa9\x43\x88\x03\xd9\x3f\x4b\x91\xe2\xe7\x5c\x59\xce\x1d\xc9\x4a\xde\xb7\xa4\x1c\x29\x5c\x20\x0e\x3f\x25\x0b\x14\xbe\xf2\x37\xca\xfa\x44\x4f\xdd\x46\x94\xa3\xd2\x71\x00\xa8\x9f\x2b\x6e\x92\xd6\x72\xb7\x89\x96\xa3\xf7\xf1\xc8\x62\x71\xf3\x4c\x7e\x83\x24\xbc\xe6\xb3\x20\x4f\x72\xbf\x64\xb6\xb0\x5a\xba\x32\xfb\xbc\xa8\x40\xc6\x58\x48\x16\xc7\xcb\x53\xc2\xb3\xc4\x6f\x14\xe3\xfd\x4b\x24\x30\x85\xc4\x6d\x4c\x11\xa9\x1c\x05\x40\x75\x5f\xed\x47\x78\xca\xda\xaa\x43\xa0\xc2\xd9\x9b\x75\x15\x4d\xd7\x39\x87\x74\x91\xd5\x63\xdc\x3b\xba\x88\x62\x7f\xbe\xbf\x2e\x31\xdb\x55\x10\xaa\xcb\x5a\xb0\x4b\x58\xae\xab\x99\x7f\x5f\xe4\xa5\x53\xfb\xcf\x12\x6d\xd4\xe9\xdd\x3e\xca\xa7\x6a\xf5\x00\xa8\x42\x34\x6f\xf1\x47\x18\x26\xc7\x6a\xc4\x67\xe6\x71\xfb\x8b\xc6\xbd\xac\xef\xf6\xe8\xaa\x73\x9c\x94\x56\x7d\x11\x84\xcb\xb7\x3d\xca\x2a\xe3\xed\xb3\xd5\x2c\xc8\xe0\xbf\xb6\x9e\x9b\x4f\x13\x5c\xb4\xb2\xfd\xee\x0b\x1d\x96\xd2\x89\xae\xb2\x3a\xc3\x6f\x00\x28\x47\x74\x1c\xbc\x37\xfd\x65\xe7\x25\x84\x80\xe9\xe3\xfc\xab\xb1\x98\x55\xd3\xf1\xa1\x8a\xc3\x56\x77\x4c\x29\xf2\xe1\xec\x6b\x0f\xcb\x9a\xc1\x73\x6f\x6b\x5c\xe0\xcf\x2f\x70\x0c\xcf\x87\x08\x62\x1d\x3e\x7e\x77\x04\x3f\x6c\xbb\x27\x4e\x91\xfe\x6d\xf2\x02\x40\xd9\xa0\xf7\xc6\x19\xe8\xc2\xbe\x32\xc4\x14\x86\xb9\xb7\x1c\xf2\x2f\x73\x67\x4f\x4a\x55\x06\xeb\x5e\xf7\xec\xc2\xf7\x9c\x49\x5d\xae\x59\xe3\xb9\x88\xce\xc9\x0b\x7c\x78\x7d\xce\xc4\xf9\x48\xbe\xba\x23\xc9\xef\xa3\x00\x62\xdf\x37\x31\x4b\x4a\x36\xa7\x01\xa0\x78\xae\xef\x45\x5c\xb4\xdf\xab\x2f\x6d\x8a\xb1\x7b\x36\xe6\x54\xff\x6a\x6d\x6a\x4e\x2c\xa9\xb6\x75\xc1\x33\x72\xdd\xac\xf7\x50\xe4\x94\x60\xeb\x22\xec\x92\x18\x1f\xcb\x19\xc2\xcd\xe0\xdd\x96\x6d\xe4\xd3\x9e\x75\x96\x5b\xd4\xef\xe3\x04\xa6\x0e\x76\x2c\x00\xc6\x54\xc9\x42\x44\x43\xab\x02\x72\xbe\xf1\x84\x6d\x3f\x74\xa4\x7a\xa3\xcd\x0b\x46\x2a\xfe\x65\x65\x21\x33\x72\x8e\x58\x6e\x62\xe2\x93\x9f\x58\x1a\xf1\x09\xd1\x4f\xcd\xef\x48\x09\xc1\x4b\xcc\x2f\x29\x8f\x3d\xe1\x96\x19\xb4\x9b\xe3\x3a\x4d\x41\xec\xfd\x00\x18\x5e\x4b\xf2\xe1\xe7\x6d\x01\x50\x5d\x63\x93\x95\x00\x8b\xab\xae\xb5\x9c\x44\x5c\x2a\xde\x68\x29\x44\xb3\x73\x38\xe6\xb3\xb8\xc4\xe4\x51\x33\x92\xf0\x2b\x7a\x8b\x79\x2a\xf9\x74\xb0\xcd\xec\x43\x2b\xf0\x24\x98\xf3\x18\x2e\xe3\xb6\x18\xfb\x38\x9b\x01\x30\x0c\x48\x96\xc3\x5e\x98\xe7\x23\x21\x10\xa9\x69\x0f\x7a\xa8\x4a\x61\x42\x62\xaf\x14\xbd\x34\x8d\x23\xcc\xc9\x3e\x66\xdc\x4e\xb2\x24\x7b\x1a\xe9\x94\xaf\xd1\xb9\xc6\x0c\x3a\x31\xb8\xdc\x58\xc3\x14\x7a\x0a\x8d\x7a\xd6\x5f\xe3\x5e\x19\x04\x7c\x08\x00\xfa\x5b\xd2\xef\x2d\xcb\x0d\x7d\x78\x4a\x03\xdd\x90\x44\x24\x55\xae\xd3\x3f\x21\x57\x14\x45\xe9\x77\x53\x53\xb3\xfd\xf5\xdd\xf4\xb4\x24\xad\x9e\xc9\xcc\x8f\xba\xac\x6f\x62\x2f\x0a\x0e\xd6\x2b\xb8\xd3\x3c\x2d\xfa\xfd\xbc\xc2\xf1\xb1\xfa\x6c\x91\x1d\x00\xdd\x4f\xf9\xea\x66\x93\xce\x85\xfa\xad\x5e\xa1\x3d\x40\xb7\x55\xdc\xd4\xda\x98\x13\x0a\xe9\x5a\x13\xcb\x96\xc5\xd0\x5a\x39\x21\x0b\x3f\x68\xb5\xdc\x03\x51\x24\xad\x8a\x5f\x37\xfb\xad\x76\x93\xe0\x86\xe7\x32\xdd\x24\xe1\x9d\xf1\x0c\xdd\x6c\xe9\x62\x00\x74\x49\xca\x6c\xa8\x5c\xa5\x16\x4c\xaf\x5b\xa4\x52\x0a\x3e\x95\xef\x54\x69\x84\x97\x0b\x4a\x54\x47\x45\x7b\x32\xf1\x6a\x57\xf1\xa6\x85\x7e\xea\x58\xc9\xa6\xc8\x5d\x6a\xa4\x74\xe3\xec\x76\x35\x57\xb6\xd1\x73\x50\x7d\x45\x8e\x1a\x7f\x5c\x33\xa4\x34\x01\xa0\x9d\xab\xce\x6c\x5c\x26\x3f\xa7\x72\xd6\x7c\x96\xdf\x53\x9d\x2d\x5b\xa9\x98\xa4\xfa\xb9\x48\xaa\x68\x56\x57\x64\xec\x51\x1c\x53\x6f\x58\xa0\x55\x4e\xd3\x4c\x8d\xcc\x55\x92\x34\x92\xd9\x65\x4a\x9d\xe6\x95\x67\xa7\x2a\x4a\x3b\x73\xfc\x4f\xb5\x4c\x73\x06\x00\x0d\x54\x73\x0a\xb2\x49\xba\xd6\x72\xb8\xfa\x97\xf4\xb9\x45\x57\x7a\x42\x96\x64\x49\xce\x3f\x2d\x33\x98\xdf\x67\x94\xc8\x6e\x9a\x0f\x2e\x48\x96\x97\x9b\x87\x22\xe7\xc8\xb7\x99\x1d\xb3\x33\xe4\x5f\xcc\x03\x9e\xdb\x14\x9f\x8d\x0f\x5d\xd2\x55\x6b\xf5\xff\x73\xf3\x98\xce\x0f\x52\x29\xb9\xee\x70\x56\xaf\x94\xce\x72\xcc\x2d\xa5\x4a\xa5\xf6\x15\xf9\x6a\xe9\x29\x7b\x5c\x86\x97\x2c\xa0\xf5\xe8\x82\xa9\xb2\xde\x56\x41\xa4\x9b\xdc\xb5\xb5\x60\x76\xb4\xbc\xda\x76\xde\x73\xbb\x82\x6c\x7e\xe1\x92\xaf\x2a\x32\xac\x06\x40\xad\xd2\x75\x41\x5c\x25\xf3\x9c\xc7\xab\x31\x12\xae\x33\xbd\x34\x42\x32\xd6\x31\x9c\x5f\x27\xf5\xeb\x70\x49\xff\x57\x8a\x6b\x17\x2f\x00\xd2\x87\xed\xd3\x22\xdd\x65\x8d\x6d\x63\xb3\x33\x64\x9d\x0e\x81\xe7\x45\xf9\x7e\xeb\x4a\x17\x8a\xf2\x98\x71\x25\x00\x6a\x3f\xbd\x4f\xc5\xe8\xc0\x60\xfd\xb6\xe2\xf8\xbe\x1f\x8d\x7d\x79\xb3\x7b\xad\xcd\xfc\xf4\xf2\x9e\x1c\x78\x4b\xe2\xcb\xee\xf1\x28\x4c\xe4\xc7\xce\x3f\xb0\xac\x90\x8b\x9d\x1e\x04\xb6\xaf\xd2\xf9\x88\x3c\xd7\x3d\xb7\x6d\x0f\xcd\x0e\x80\x2d\x83\x8b\x07\xc0\xbc\x48\xaa\xad\x50\xf4\x47\x37\x4e\x2a\xfa\xd9\xbb\x19\x7a\x3c\xf7\x45\x0f\x14\x26\x4c\x9f\xd5\x1d\x8a\x9c\x9f\x78\xa2\x6b\x3c\xfa\x4b\xe4\x1d\xe7\xbf\xb8\x5b\x21\xc7\x9c\xb1\xc4\x55\xbe\x4a\xe7\x14\x4a\xa0\x3b\xcc\xf1\x85\x9e\x0f\x80\xf5\x08\xf7\x38\x00\xa6\x7f\xa4\x94\x8a\xca\xde\xbd\xd0\xae\xa2\xdf\x7b\x10\xb0\xf9\xb9\x1b\xba\x67\x21\x36\xa5\x3d\xeb\x1a\x8f\x8e\x4d\xec\x73\xfe\x8b\xbd\x14\xb9\xaf\xe3\x3b\xc1\x10\xb2\xb9\x23\x97\x3c\xcf\x57\xd7\x31\x87\x8a\x77\xe7\x3b\xe6\x33\x6a\x01\xb0\xa6\xf0\x06\x01\x30\x75\x4a\xd7\x95\x6b\xba\x03\x11\x97\x8a\x02\x3b\xef\xa2\x3d\x73\x67\x39\x7f\xc7\xe6\xa5\xd1\x3a\xce\xe1\xb5\x89\x71\xed\x4f\x88\xb7\x23\xa9\xed\x13\x28\xf9\x21\xca\x36\x18\xad\xcb\x57\xd8\x96\xc3\x60\xb9\x2f\x6e\xe5\xb2\x7d\x00\xb0\x4c\x12\xba\x00\x60\x3c\x2c\xbb\x52\x76\xd7\x09\xc5\xb5\x17\x52\x3a\xf0\x04\x7a\x0e\xaf\x9d\x45\x2a\x4e\xbd\xde\x36\x40\x59\x90\xb0\xd5\x31\x46\x5b\x10\x39\xd9\xe1\xce\xc8\x0d\xc9\xb7\xd3\x59\xa9\xbe\x7c\x7b\x11\xfb\xb9\xfb\x59\xeb\x16\x1e\x1e\x00\xd3\x15\xf1\x31\x00\x0c\x8f\x15\xd5\xa5\x1f\xdb\xe7\x53\x38\x05\x2b\xdb\x66\xd1\x40\xf6\x39\x47\x22\xdd\x94\x5a\x68\x97\x31\x03\x12\xd2\x5b\x2f\xb0\x0e\x46\x6c\x6a\x0d\xe4\xb0\x43\xdc\x6c\x26\x9e\x87\x2f\xcb\x06\xe1\xb7\xbb\x7f\xb7\x8c\x17\x7e\x02\xc0\xb8\x51\x46\x01\xc0\xe0\xa5\x3c\x5e\xb2\xab\x75\x13\x57\xb5\x68\xb3\xed\x2f\x5e\x77\xb6\x87\x2d\x99\x3f\x9a\xd2\x6f\x5d\x2b\xd8\x12\xbf\xd4\x1a\x2a\x1c\x8b\xc8\xb5\xf4\x8b\x7e\x05\x9f\xb6\xcc\x92\xcc\xf7\x15\x9b\xcf\x4a\x73\x27\xd5\x19\x2f\xcb\x89\x00\x18\x82\x95\xdb\x01\xd0\x3d\x53\x6b\x8a\x0f\x58\xfe\x96\xfd\x97\x7f\xd7\x52\x26\xb7\x67\x11\xcc\xbb\x14\x53\x53\x66\x9b\x93\x15\x83\xf1\xe5\xa6\x93\xca\xb4\xf0\xcf\xa6\x66\xe5\xab\xe0\x41\xe3\xdf\xaa\xa5\xbe\x52\xe3\x4a\x35\x74\x52\x9b\x21\x46\x93\x04\x80\xee\x87\x86\x02\x80\x6e\x9a\xe6\x6a\x71\xb0\xe9\x99\xa1\x25\x3f\xd1\x54\x60\x50\x65\x1e\x32\x1e\x34\xb4\x25\x77\x1a\x4b\x0d\x9b\xe2\xde\x19\x9e\x18\x6e\x85\x1f\x34\x98\x8c\x51\xc1\x3a\x43\xbe\x51\xef\xab\xd5\x7f\x32\xd2\x27\xed\xd0\x3d\x36\x04\x81\x00\xdd\x4c\xdd\x2e\x00\xb4\x1c\xed\xcb\xa2\x6e\xe3\x57\xcb\x91\xbc\xdb\x46\x9c\xe5\x50\xa6\xd2\xf0\xc2\xb2\x39\x19\x6a\xe0\x59\xd6\xc6\x9d\x35\x4c\xb0\x1c\x08\xdf\xa8\xdf\x66\x79\x1d\xac\xd3\x73\xac\x71\xbe\x03\xfa\x60\x8b\xdf\xa4\xbb\xba\x7c\xe3\x35\xb0\x50\xbb\x4e\xbf\x19\x00\x6d\x8c\xae\xaa\xc8\xcf\x18\x65\x1f\xce\xb3\x1a\xfa\xed\x96\xcc\x5a\x43\xa8\x9d\x98\x5c\xa0\x5f\x6e\xaf\x8a\xfb\x4d\x3f\xdf\x5e\x1f\xbe\x43\xf7\xd0\x2e\x0e\x1e\xd4\xad\xb4\x67\xfa\x5e\xd4\x65\xda\xaa\x26\xcf\xd1\x9a\xcc\x95\x80\xa1\x0d\x31\x74\x01\xa0\x39\xa5\x3b\x50\x38\x7e\xc9\x92\xfa\x5b\x39\x63\x23\x67\x1a\x97\xa5\x4f\x1d\xf6\x6e\x26\x2f\xb0\x0f\x8e\xc0\x53\xa2\x35\x03\xf9\xa8\x79\xf3\x9e\xf4\x8f\xc7\xfa\x06\xba\xf5\x45\xe2\x5f\x7a\xaa\x7b\xb9\xa4\xbd\xae\x79\xce\x50\xba\x07\x00\xad\x0f\x79\x62\x00\x2c\x51\xd2\xcf\x05\x0f\x16\x67\x36\xce\xcd\x59\x3f\xac\x85\x1e\x4e\x7b\x31\xf8\x14\xd6\xbc\x80\x33\x60\x42\x7c\x88\x66\xf5\x67\xa3\xd7\xcf\xbb\xd7\x37\x15\xc7\x0d\xf4\xec\xcd\x21\xfa\x79\x9a\x7a\x9c\xe4\x15\xae\xe8\x0e\x3c\x7d\x13\x00\xad\x38\xde\x01\x00\xcc\x63\xd2\xb1\x82\x2d\xc3\x57\xa0\x8b\x73\xe4\x43\x49\x30\xef\xb4\xbd\x03\x5b\x11\x9a\x05\x95\xfd\x44\xd4\x5f\xd1\x35\x7d\xf1\x58\xfe\xbc\x33\xbd\xd3\x08\x9e\x81\x93\x7a\x8a\x49\x76\xcf\xee\xee\x21\xca\x63\x57\x59\x7b\x07\x63\x3b\x00\xb6\x8b\x7c\x09\x00\x66\x86\x6c\x62\x41\xc2\xa0\x17\x62\x4f\x0e\xe8\x5f\x85\xba\x9c\x56\xd1\xd7\x84\xf9\x33\xf1\x55\x6f\x2c\x3e\x20\xda\xb5\xc7\x87\x48\x98\x37\xd8\x3d\x89\xbc\x3f\xe0\x4b\x57\x35\xf5\x9d\xe7\x40\xe7\x0a\xfa\x43\xd7\xf5\x8e\xdb\x6c\x36\x00\xd6\xc5\xc2\x4d\x00\x98\xba\xe5\xb3\x16\xb5\xf7\xb1\x70\x1e\xd9\xd4\xde\x34\xfc\xab\xd4\x9d\x3d\x9e\xc4\x43\x89\xcc\xee\x71\xe4\x95\x51\xcb\xbb\x00\x75\x78\x5e\x43\xe7\x24\xfa\x68\xc0\x75\x67\x2d\xd3\xe4\xb9\xa1\xc3\xc9\x6e\x72\x7d\x60\x0f\xe4\xfd\x0e\x80\x05\x27\xc9\x03\xc0\xb8\x55\xd1\x96\xff\xa4\x27\x8e\x7c\x30\xeb\x44\xd7\x67\x6a\x45\x6a\x68\xe7\x5d\xda\x58\xc2\x5b\xe7\x33\x06\x3e\x6a\x51\xc7\x0f\xd6\x84\x79\x9e\x1d\xd3\xd9\xbb\x02\xf6\xb4\xc3\xb9\x15\x9e\x87\xdb\x8c\xbc\xcf\x6e\x33\x6d\x6c\x11\x06\x00\x73\xaa\xec\x7f\x66\xdd\x51\xfe\x9b\xb7\xdd\x79\x9d\x43\xc9\x7c\xd7\x31\xc6\x6d\x4d\xe9\x6f\xbf\xcf\x5b\x9e\x20\x68\x9f\xc4\x3f\x14\xf9\x47\x5b\xa6\xe0\xcd\xdc\x5b\x0e\xb6\x28\x3a\x60\x8b\xfd\xa4\xb8\xc9\xf3\x4b\xeb\x25\xc9\x6a\x37\x8b\x25\x5f\xde\x0a\x80\x71\x85\xf2\x30\x00\xfa\xb5\xea\xc1\x3c\xbf\xf6\x40\xa9\x26\x93\xdc\x16\x2b\x0b\x4b\x99\xe7\x80\xca\x0e\x27\x44\xda\x1d\x72\x62\xe4\x96\xd6\x4b\x8a\xa0\xb9\xfb\x5b\x67\x2b\xde\x04\x6c\xb3\x59\x95\xdb\xbc\xc2\xac\x76\xd5\x4e\xb7\x7b\xa6\x76\xf5\x7d\x00\x0c\x3c\x4d\x3a\x00\xba\x8b\x9a\x23\xb9\x87\xec\x9f\x74\xba\x8c\x17\xf6\x69\xba\xfd\xc9\xa3\xad\x45\xba\xf7\xf1\x7b\x6d\x7a\x7d\x56\x24\xd7\x7a\x41\x3f\x3a\xb7\xc7\x9a\x60\xf0\x09\x58\x63\xd9\x69\xe8\xf5\xaa\x34\xef\x36\x94\x4c\x0c\x33\x16\xea\xe9\x00\xe8\x1d\xba\xe6\xff\x89\xa3\xdd\x97\x5b\x64\x07\xa6\xd3\x19\x4b\x5a\xe7\x98\xee\x26\xd3\x6d\x18\xd3\xdb\xf8\x2e\xeb\xa8\x39\x28\xb2\xc9\xf2\xd4\x4c\x98\x6b\xb7\xd4\x98\x4f\x06\xac\x33\xdf\x35\x7f\xf4\xa2\x98\xee\x9b\x36\x4e\xac\x37\xac\xfc\xff\x5b\x79\x80\xbe\x06\x00\xed\x73\x5d\x4c\xce\xb5\xd6\xf9\x36\x6b\x06\xcc\x56\x6e\x6b\x4d\x2e\xb3\xda\x6c\xad\xf1\x06\xcb\x01\xdb\xa6\xc8\x62\xf3\x27\xdb\xbf\x73\xfb\xcd\xd4\xd6\xaa\x80\x73\xa6\x7f\x6d\x47\xbd\x56\x18\xff\xb1\xec\x9d\x38\xac\x7f\x61\x42\x02\xa0\x6b\x37\x44\x00\xa0\x6d\xd7\x99\xb3\x55\x2b\x9e\xd6\xff\x95\xc6\x5c\xf6\xa2\xb1\x63\xc1\xa5\xa5\xbe\xcd\x29\x31\xd2\x25\xfd\xb0\x3f\xc2\x86\x17\xa7\x23\x37\xcf\x5e\x38\x02\x30\x72\x5f\xde\x70\x33\x7e\xc6\x94\xd2\x81\x47\x24\xde\xf8\xbd\x5d\x81\x74\x35\x00\x8e\x2a\xfe\x3c\x00\x2c\x6f\x65\xb1\xd9\xd0\xe5\xd6\xc6\xf0\xb4\xda\xa5\xab\xa1\x2b\x16\xec\x59\xf2\x02\x16\x18\x43\x5b\xac\x42\xf4\x86\x0d\x8e\xc4\xa3\xe3\x66\x67\x0c\x8f\xc7\x5e\xf0\x6d\x1d\x42\x11\xb2\xa7\x60\xfb\x3f\x93\x9b\xc7\xdf\xec\x6c\x62\xf8\x00\x60\x3f\xc9\x6f\x06\xc0\xd2\x2e\xfd\x37\x7b\xfe\xb2\x18\xe8\x48\x5a\xe8\x28\xae\xe5\xf5\x82\xae\xc5\xfb\x10\x19\x31\xf5\x23\x48\x94\x36\xcc\x3e\x1c\x88\x79\x3d\x3b\x6d\xf0\x0b\x9e\xe2\xdb\x37\xd8\x4c\xdc\x32\x45\xd8\xf7\x99\xd2\x3e\xfe\x83\x53\xcb\xf4\x04\xc0\x1e\xcf\xff\x05\x80\x65\xbe\x2c\x3c\xeb\xed\x92\x2c\xc4\xea\xd4\x7b\x23\x07\x51\x3d\x0b\x0a\x86\xe1\x18\x5d\xcc\xf4\xa1\x59\xb8\xd1\x30\xcc\xc0\x47\xc2\xe5\xd9\xf3\xfb\x9f\x90\xa7\xf9\xae\xe8\x2f\xa0\x06\x4e\x71\xf6\xbc\xa0\x3b\x5d\xe6\xb5\x9f\x62\x9f\x03\xc0\xf6\x51\xe4\xfb\xff\xe9\xa6\xe4\xac\xea\xe1\x3d\xd8\xd1\xd4\xfa\x21\x24\x5e\x9a\x78\x60\x30\x98\x98\x1d\xbd\xaa\xff\x23\xd9\x2b\xcc\xb3\xef\x01\xe5\xe3\xac\x77\xbd\x37\x69\x7f\xfa\xf6\xf5\x26\x32\xd6\x4d\x59\xd7\x75\x80\xed\xe2\x02\x6d\x73\xe3\xc7\x03\x60\xdd\x2e\xb1\x03\x60\x42\x2b\x56\x65\xde\x19\xc4\x93\x17\xa4\x9c\x1d\x08\xa6\x6c\x4b\xcc\xea\xfb\x40\x8b\x89\xce\xe9\xbd\x4b\xdf\x16\x7a\xbc\xe7\x1a\xb3\x6c\xd6\xf1\xee\x6b\xac\x37\xbe\x6d\xdd\xe1\x1c\xca\x94\x63\xce\x61\xde\x6a\x17\xa7\x1d\x21\xba\x03\x80\xc5\x20\x7b\x09\x80\x51\xa1\xf2\xc8\xd8\xd5\x17\xc9\xb6\xa7\xf8\xf7\x02\xce\xb6\x84\x47\xdd\xaf\xb9\x67\xa2\xbe\x74\x3d\xe7\x3d\x0f\x1d\xe9\x7c\x2b\xf0\x9f\x75\xa2\x73\xa2\xb0\xd9\x77\xaf\x13\x2f\xe2\x7b\x04\xb5\x9d\x96\x10\x26\x78\xda\x12\xe4\x6b\x01\x30\xbd\x56\x9e\x06\xc0\x50\xa5\x5e\x9c\x21\xea\xa6\x49\xea\x93\x2f\x74\xd5\x4b\x7e\x25\x2c\xee\x84\x48\x57\x47\x5d\x70\x62\x64\x2d\xa1\xd6\x0e\x91\x3c\x78\xd6\xe5\xf6\x15\xf2\x4f\xbe\xaf\xda\xbd\x14\xdb\x3c\x44\x76\xb5\x2a\x73\x82\xcd\x22\x55\x77\x01\x60\xdc\xa9\xf1\x06\x40\xcf\xd0\xec\xc8\xc0\x77\x06\x6b\xdd\x92\xb5\xce\xe9\xda\xba\x84\xf4\x8e\x30\xed\x48\x94\xb2\x3d\x4d\xfb\x33\xb4\xa6\xad\x5e\xa7\x9b\xb5\xdd\xd1\xaf\xf7\xf4\x7d\xe9\xf0\xd3\x1b\x3c\xd6\xda\x96\xe9\xeb\x26\x3c\x31\xc7\xea\xc6\x00\x30\x5c\xd0\xb9\x00\xa0\xbb\xa9\xed\x4d\xff\xe4\x0c\x31\x2e\x4c\x2e\xec\xf0\x33\x42\x13\xbc\xdb\x63\x8d\xea\x28\x7c\x5b\xb6\xf1\x42\x68\xae\xa3\xd1\x54\x34\x6b\x9b\x7d\x99\xe9\xac\xef\x67\x7b\x98\x69\xc4\xe3\x9c\xf5\x77\xa3\xd9\xd5\xdb\xe4\x30\x94\x00\x60\x80\xe9\xfe\x06\x40\x37\xa0\x7d\x97\xde\xd5\x91\x69\x79\x90\x3c\xb9\x3d\xc1\xf2\x3a\xfe\x4b\x5b\x81\x75\x7c\x54\xb3\xa3\xdc\x0a\x09\xcd\xb7\xb7\x58\x6f\xcd\x3a\xda\xba\xda\x36\x73\x46\x60\xeb\x3c\x6b\x86\xc7\x4f\xcb\x55\x33\xc7\xb5\xc6\x78\xd3\xd8\x07\x80\x7e\x4c\x7f\x0e\x00\x5d\xba\x4e\x32\xf0\x0c\x36\x56\xb9\xbf\x3d\x1a\xd1\x57\x4b\x32\xc4\xa2\xb8\x0d\xdf\x25\x34\x4c\x1b\xf4\x12\xfd\x3d\xee\x22\x7c\x0f\xea\x00\x31\x00\xbd\xba\x16\x42\x16\xe3\x17\xe7\x3e\xa7\xfe\x41\xde\x1c\x2b\xa1\x6b\xe8\x99\x33\xe0\xcc\xd3\xcc\x12\x00\x24\x23\xbc\x9d\xfd\x37\x9b\x39\xb5\x07\xda\x20\x30\x2a\xc4\x57\x8f\x43\x28\xa1\x68\xf1\x6e\xd4\x45\xd8\x4d\x3a\x1c\x5b\x8a\x22\xa2\x16\xe2\x8f\x61\x7f\xd5\x3c\x20\xd5\x12\x97\xe5\x3a\x29\xf7\xa8\x4d\xb1\x01\x34\x3b\xc3\x3a\x23\x90\xb9\x90\x95\x07\x80\xa4\x91\x2f\xed\x3b\xd4\xe4\x0b\x79\xe4\xe0\x35\xe7\x40\xff\xd1\xb5\xc1\x6c\xb0\xe7\xa2\xaf\xc8\xe9\x28\x77\xda\x3e\xf4\x5e\xec\x22\xe4\x6a\x1c\x89\x60\xae\x21\x11\x83\xc8\x57\x73\x93\xc8\x27\xe9\xe1\x31\xc7\xa8\x26\x96\x8b\xef\x55\x46\xe7\xff\xfa\xad\xf8\x3f\x81\xa2\xe7\x46\xdd\x06\xe4\xcc\xd6\x6d\x90\x5c\x74\x97\xe6\x5d\xd3\x5b\xec\x7f\xc2\xee\x96\x13\x04\x33\x55\x83\xd8\x47\x8e\x42\x0c\xa0\x0f\x50\x2f\x54\x1b\x71\x47\x18\xd2\x9c\x1e\x62\x37\xdb\x33\x26\x8e\x4c\xe5\x96\xfb\xea\xe9\x29\xbc\x0c\x00\xc4\x71\xa2\xb1\xae\x5b\x55\x66\xe2\xef\xd6\x0f\xb5\x78\xf2\x26\xb5\xbc\x01\x46\x75\x08\x4a\x9b\xb4\x74\x2e\x85\xd4\x72\x9c\xc9\x84\x2f\x43\xfa\xb3\x09\x55\xdb\x31\x78\x2e\x26\xfb\x0f\x3c\x93\x5f\x11\xbd\x9d\x58\x28\x78\xe2\xdb\x44\xbd\x2a\x24\x02\x20\xaa\x91\x56\x38\x7f\x96\xad\x64\x7d\xb2\x40\x2a\xcf\x70\x32\x54\x1e\xb5\x53\xb8\x62\xbe\x7b\x83\x8c\xb7\x99\xdc\x04\x9d\xc0\xff\x01\xdb\x09\x1b\x15\xe6\x57\xbe\x46\xc5\x88\x2c\xd9\x25\x58\x82\xf8\x48\x74\x15\x3e\x5b\x72\xd0\xb7\x88\x62\x93\x5c\x02\x40\xa8\x97\x0f\xb7\xdb\x0b\xaf\x28\x3e\x1a\x7f\x95\xb6\x28\x17\xc9\x1f\x57\xfc\x50\xda\xb8\xfe\x35\x27\x95\xc7\x88\xcb\x1b\xd6\xaa\xa6\xb6\xd4\x40\x7b\x54\x65\x15\x77\xe0\x74\x95\x29\xcb\x86\xba\xa1\xfa\x2d\xea\x23\x66\xa7\x6a\xcc\xb7\x99\xec\xaa\x6a\x01\x40\xb0\x5c\x75\xd0\x11\x92\x3f\xa1\x75\x89\xfe\x6e\xe1\x0b\xdb\x63\xe9\xf7\xd2\xe7\xb6\x60\x36\xb1\xf2\xa3\xb5\x85\x10\x56\x37\xd3\x32\xdc\xec\xdb\x58\x64\x3e\x5f\xfe\xb2\xa5\xc9\xf4\x5f\xe6\x33\xc4\xdf\xa6\xe8\xa8\xf5\xa8\x07\x46\xb4\x2f\x81\x34\xdd\x90\x0d\x80\x20\x58\xcb\x6f\xed\xca\xe9\x18\x30\xea\x60\x8b\x86\xfb\x27\x48\xda\x8a\x8f\xf5\x4a\x58\x33\xca\xbf\x75\x9f\xc1\x7d\xae\x29\xeb\x0a\x84\x46\x35\x0c\x39\xd1\xe5\x25\xd0\x4b\xed\xa3\x99\xed\xf0\x61\xc7\x8b\xa8\x1d\xc8\xd5\x76\x89\xef\x41\x62\xbd\xb5\x05\x00\xfe\x79\xfd\xde\x56\xb7\xec\x8b\xa3\xe3\xb4\x27\xf3\x6f\x2c\x8e\x96\x4c\x2f\x1e\x3f\x9c\xc4\x5c\x5d\x5e\x30\x38\x0f\xd7\x59\x3d\xd2\x3f\xb5\xe9\x8f\xfa\xcf\x3d\x6f\xca\xc3\xa0\x69\x5d\xa7\x32\xad\xf0\x59\xce\xcd\x51\x4f\x90\x0b\x3b\xc6\xcd\x70\x25\xbc\x69\xc5\x02\xc0\x5f\x6a\xb0\xdb\x76\x64\x97\xaf\x34\x68\xe9\xf9\xc5\xcb\x19\xe2\x8b\x45\xf4\xa5\x73\x98\xf4\xb2\x8d\x8b\x8f\xe3\xf0\xd5\x93\x86\x51\x4d\x67\xeb\x29\x03\xcf\xcb\xe7\x35\x6d\xec\xa3\x65\x0e\xc1\x96\x75\x7f\x8a\x0e\x43\x1c\xee\x3c\x3b\x83\x43\x60\xda\x1f\x01\xc0\x6f\x31\x4e\xe8\xf9\x80\x14\x54\x9e\x6b\x5d\x8e\xfa\x55\x2b\xd2\xfc\x89\x59\x07\x99\x24\x64\xe1\xf4\xd0\xdb\xd4\x0a\x82\x09\x7e\x08\x81\x25\xf5\xa1\xd7\x57\x37\x50\x7e\xc3\x2f\xcb\x29\xa1\x3d\x26\x6f\x8e\xf1\x64\xa4\xd2\x33\x7d\x05\xac\xa5\x4c\x38\x00\x92\xd3\xfc\x05\xdd\x3f\xe0\xb3\x6a\x77\xd8\x2e\x23\xee\x43\xa6\x68\x42\x51\x47\xa0\xf5\x82\xa3\x98\x8b\xb0\x8b\x94\x9d\xf8\x09\x28\x14\xfc\x3e\xb1\x04\xfb\xa5\xea\x11\xb9\x9f\x38\x9c\xfd\x96\xfa\x80\x5a\x19\x7d\x82\x5e\xc6\x30\xf8\x16\xb2\xa6\xb0\x6a\x01\x90\x68\xf9\xaf\xba\xbe\x34\x9f\x83\x1c\xb6\x7e\x82\x1d\x86\x9e\x57\xc3\x11\x37\x60\x47\x04\x5e\xe8\x00\xe4\x1b\x4a\x20\x56\x89\x8d\x81\xc3\xf0\xff\x10\xf8\x55\x6c\x12\x8d\x7c\x2c\x7b\x90\x72\x9e\xee\x17\xad\xa1\x95\x31\x7f\xf8\x7a\x31\xe9\x6c\x2d\x00\x92\x70\xc1\x9f\x9d\x93\x21\x12\xc4\x6d\x4b\x7a\xd3\x05\x34\x4c\x79\xa1\xa5\x08\x7b\x8a\xb7\x0b\x7e\x8b\xd0\x48\x7a\x83\x6a\x23\x7d\x82\x35\x63\xeb\xa8\xcb\x2b\xfb\x08\x33\x19\xf5\x59\x3f\x48\x2b\x58\x9f\xa2\x7e\x50\x92\xb9\xb9\x3e\x37\x18\x9e\xbc\x4a\x00\xc4\xcd\xe2\xb8\x8e\xc0\x5a\x1c\x11\x61\xd2\x36\xb8\x91\xeb\x15\xf5\x8d\xa7\xa9\x19\x5c\x5a\xf3\x6a\x7a\x28\xf1\x2a\x7c\x39\x33\xb4\x05\x87\xda\xcd\x0e\xab\x38\x8d\x3d\xc2\x8d\xce\x82\x13\xf4\xfc\xf9\x51\x06\xd2\x0c\xc1\x45\x9f\x2d\xb4\x5d\x42\x2e\x00\x22\x95\xb4\xb7\xad\xb4\xb2\x97\x45\x35\x3c\xae\x31\xb1\xf7\xca\x1e\xd5\x3b\xb9\xe3\x38\x91\x8d\x5b\x79\x05\x84\x13\xcd\x2f\xf9\x43\xcd\x22\x44\x91\xe0\x65\xc5\x78\x74\xbb\x28\x2f\xf3\x10\x4e\x23\x6e\x8b\x9a\x4b\xf0\x96\x8c\xf8\x2c\xa6\x0a\x25\x63\x00\x08\x77\xcb\xaf\xb7\x3e\x2d\xb9\xa0\xf0\xd6\xad\xae\x98\xa9\x50\x49\xae\x55\x6b\x14\x0f\x58\xd5\xf5\x40\x39\x1f\x1f\xd2\x38\xa0\x54\x43\x83\x5a\x8a\x94\x17\xca\x7e\x20\xae\xab\xe6\x64\x4e\x47\x7f\x51\x71\x22\xff\xc4\x76\xaa\x96\xfa\x9c\x27\x3f\x56\x55\x03\x20\x38\xa1\x7a\x61\x1d\x2d\x04\x36\xad\x66\x65\xc9\x4a\xeb\x63\xb1\x67\x05\xce\x9a\xc5\xd8\x56\x13\x6b\x31\x63\xb7\x37\x4c\x31\x3f\x68\x7c\xd3\xf4\xd9\x1c\x51\x36\x03\x76\xd4\xc4\xcd\x10\xa1\xbc\x8c\x07\x23\xfb\xd0\x3b\x8c\x53\x7c\x9e\x91\x9e\x18\x3c\x00\x10\xa4\x6a\x6d\x96\x71\xf9\xdc\xfe\x28\xb5\x5f\x51\x45\xef\x19\x61\x7f\x59\x66\x0f\x8c\x4e\xa8\x8a\xea\xfa\x1d\xe3\xa8\x5b\xd8\x19\xd3\x38\xa9\xb1\xb0\xa3\xbd\x54\xd2\x92\xda\xf6\x36\x23\x14\xb1\xd3\x81\x8a\xdc\x8e\x52\xd8\x27\xf8\x16\x93\xfc\x2c\x3f\x00\xe0\xdf\xd3\xef\x32\x73\xf3\xd6\x2e\xee\x52\x99\x0b\x35\xc3\xd7\x84\xd3\x4b\x85\x83\x3f\x68\xef\x2b\xd9\x03\xae\x98\xf8\x5a\x6d\xdf\x64\xc8\x49\xc8\x70\xcf\x94\xd2\xc6\xe6\xc1\xae\x49\x19\x41\x88\x78\xa7\x6f\xe4\x1d\xd4\xb8\x76\xa9\x6f\x2b\x71\xbb\xed\x33\x00\xfc\x4d\x06\x9d\xd9\x3f\x6f\xf6\x0a\x57\x55\x4c\xc1\xcb\x65\xe3\x04\x27\x4a\x6e\x2e\xb9\x45\xdb\x55\x71\x65\x64\x10\x33\xa1\xe6\xe5\x50\x35\x64\x2b\xc4\xb5\xff\x5b\x29\xbc\x79\x72\xef\x8a\x8c\x24\xf8\xa6\xee\xa6\xa8\x00\xa4\xa5\x73\x81\xef\x27\x62\xb4\x5d\x08\xb2\xf8\x58\xc3\x37\xe7\x45\x4c\x7a\xe5\x03\xf3\x5f\xd8\x8e\x5a\xab\x92\x86\xf7\x84\xf8\xf2\x52\x08\x6b\xa1\x0f\x48\x28\x12\x0f\x7e\xa8\xe5\x14\xa5\x01\xbd\xb2\x72\x12\x6d\x11\x7e\x20\x0b\xca\x88\x24\xf7\x47\x51\x99\x25\xf4\x79\x3e\x53\x39\x6e\xcc\x0c\x00\xa4\x95\xfc\xde\x8e\x37\xc8\x97\xb5\x1b\xcd\x41\x68\x05\xc4\x45\xb1\x0d\xbb\x00\x9a\xcf\xed\xc1\x03\xd8\x11\xe2\x65\xc2\x37\x54\x6d\x4b\x25\x79\x32\xf6\x69\xc5\x28\x35\x8c\x68\xca\x9a\x40\x8f\xa5\xc6\x44\x85\x32\xd0\x0c\xdc\xf4\xbf\xd9\x7c\x56\x1c\x00\x52\x17\x41\x41\x87\x0b\x7c\x05\x64\xa9\xa9\x14\x49\x85\xae\x96\xbf\x47\x37\xc0\xfa\x38\xff\x60\x1b\x91\x97\x88\xf9\x78\x25\x76\x6a\xf3\x79\xe2\x7e\x42\x43\x45\x12\xf9\x27\x79\x79\xe6\x56\xda\x5c\xda\xdb\xc8\x47\x74\x3c\xf3\xfa\xf4\x63\xac\x1b\x6c\x24\x00\x92\x0d\xc2\x85\x6d\x53\xa1\x64\xc4\x90\xc1\xd1\x62\x42\xcf\x96\x09\xe0\xa7\xb0\x6d\xec\xe5\xa8\x20\x42\x00\x61\x0e\x66\x90\x74\x08\x7a\x1d\x1f\x41\xa5\x97\x93\x89\x3b\x18\x21\x99\x01\x94\xf1\xac\x93\x91\x0c\x6a\x33\x77\xfa\xf4\xe5\x4c\x2d\x2f\x02\x00\xf1\x63\x31\xd3\x1e\xdb\x80\x23\x7c\xd0\xdd\x69\xbc\x4e\x7a\x27\x79\xdf\x4c\xa6\x3c\x66\xb5\xc0\xbe\xd2\xce\xe1\x5d\x91\xfb\x19\x57\x9a\x1e\x62\xfa\x58\xb7\xca\xfa\xf1\x44\xce\x5f\x19\x6a\xe2\x4b\xde\xeb\x88\x9f\xe4\x7c\xc1\xd2\xe9\x26\x46\xac\xb0\x1a\x00\xb1\x87\xf4\xb4\x0d\x5d\xb3\x81\x79\x4b\x9b\x55\xcf\x60\x27\x8b\x95\x8d\x25\x1c\x33\xd3\xaf\xd9\x8b\x7b\x1e\xfb\x09\xee\xc1\x8f\x6b\xfc\x84\x8a\x15\x58\x4b\xaf\x63\x53\x84\x2f\xd2\x5f\xe3\x9f\x89\x4b\x23\xd6\x13\xf3\x25\xe4\xe9\x32\xda\xdf\x92\x8d\x00\x88\x16\xc9\xbf\x5b\x26\x97\xbf\x97\x47\xa9\x67\x56\xbb\xca\xb7\x0b\x9d\x75\x29\x8a\x78\x7a\x0d\x84\xa6\xd0\x60\x50\xd0\xe3\x8a\xe7\x90\x55\xf0\x64\x65\x79\xc9\x35\x94\x59\xb9\x39\xbd\x18\x4b\x52\x79\x47\x08\x71\x87\x54\xf0\xe9\xfb\xa8\xcd\xaa\x50\x00\x84\x75\xaa\x6f\xc6\xd7\x25\x11\x56\x94\x32\xad\xbc\xdd\x72\x97\xff\x57\xb5\xa7\xa5\x96\x7a\xa4\x6e\xc8\xbc\x09\xf5\xa5\x31\xcf\x3c\xb3\x41\xd3\xfc\xb7\x49\x5e\xfc\x2f\x42\x61\x7c\x90\xb6\x0d\xad\x36\x96\x46\x2c\xc0\x3c\x32\x6c\x99\xfe\x80\x52\xa3\xff\x0d\x00\xc1\x01\xad\xd6\x90\x55\xa8\xed\x3d\x2d\x1f\x2e\x8d\xea\xb1\xf0\x08\x15\x4f\xbb\x53\x28\xc2\x1a\x67\xe7\x76\xe4\xe3\x06\xa4\x33\xb5\x7e\x25\x74\x61\xfb\xde\x62\x04\xec\xaf\xb6\xac\x34\x3c\x2a\xc8\x7e\x26\xa2\x1c\xbd\xa6\xb5\xcd\x27\x87\xac\xb7\x68\x00\x10\xc0\xf4\x43\xfa\x95\x05\xdb\x47\x02\xe5\x53\x4b\xe0\x43\x12\xee\xf5\x8a\xa0\x81\xc3\x14\x50\x7d\xbe\xef\x01\xd2\x58\xbf\xbc\x77\x7c\x3d\xae\xc9\xd8\x3d\xbf\x38\x15\x56\xd4\x59\x9a\xd6\x82\x74\x74\x88\x22\x18\xe8\xc8\xb6\x77\x3e\x32\x72\x88\x8d\x02\x80\x20\xdc\x40\xd0\x17\x15\x84\x2c\xd3\xca\xb6\x15\x1f\x19\xed\xe2\x6a\xca\x95\x8b\xed\xe4\x23\xd5\x31\xc3\x44\x64\x4b\xfd\xb8\xc1\xd4\xfa\xea\xc6\x67\xfd\x53\x8a\xd3\x5b\x36\xf6\xdc\x4b\x13\x22\x5d\xba\x76\x47\x6c\x46\xad\x73\x0e\xfb\xdc\x27\xf5\xb7\xde\x03\x81\xfc\x6b\x86\xfb\x56\x1d\xb1\xa3\x2a\x4c\xe3\x47\x1a\xaa\x3d\x24\xf2\x25\x9f\x83\xe4\xd2\x45\xd4\x44\xe8\x0b\x4c\x3c\x6d\x07\x7c\x07\x24\x9e\x91\x87\xb6\x94\x78\x30\xaf\xe1\x19\x69\xae\xec\x62\x72\xf9\x7c\x0d\x67\x16\x6d\x8f\xe7\x3e\xfe\x10\xe3\x77\x00\x64\x6f\x05\xf3\x2d\xeb\xf0\xb2\xda\x33\x6a\x2c\x61\x2b\xc4\x4f\xa8\x22\x4d\x83\x56\xd3\x9e\x91\x97\xc2\xd6\xa1\x37\x52\xab\x51\x73\x1b\x0e\xd1\x27\x60\xd7\x17\xaf\x63\x1c\x23\xe6\xa5\xee\x60\x41\x29\x67\xe7\x67\xb1\xb3\xe8\x7f\x78\xae\xe5\x4f\x63\x6e\x04\x40\xb6\x5e\xb0\xcf\x7c\x1a\x4b\x82\xf4\xaa\x96\xe2\x4e\x41\x07\x05\xf7\x09\xb5\x30\x2b\xad\x99\xe4\x8e\x1c\x40\x47\x93\x1f\x60\x4e\x34\x54\x50\x8f\xe0\x7f\x15\x57\xd0\x57\x91\x4b\x53\x71\xcc\x16\x9a\x7e\x3e\x60\x95\x31\xab\x3d\x7b\x79\x52\xd6\x4d\x00\x64\x2d\xc2\x6e\x93\x27\xb2\x1a\x11\xae\xf4\x46\x8f\x43\x2d\xe5\x8b\x30\xb7\xb0\x93\xa9\x73\x71\x2f\xf1\xfd\xa8\x30\xe2\x0c\x52\x7e\x3d\x95\x5c\x44\x79\x59\xd4\x4e\xa5\xd3\x97\xa4\x9c\xa2\xd7\xb1\x0a\xc2\x46\x18\xe5\x1c\xad\xa7\x88\x9b\xce\x1d\x06\x40\x3a\x20\xde\x6d\x10\xb6\xb4\x10\x4a\xe4\x1d\x70\x28\x29\x95\xe7\x85\x94\x52\x66\x92\x1f\xa2\xef\xd0\xbc\x90\x6e\xb8\x5a\xc6\xdc\x3a\x1e\xe1\x04\x2b\xb1\xf0\x30\x39\x9a\x53\x92\x92\x4a\x5d\xc4\x6b\x08\xab\xa1\x65\x09\xa6\x7a\xca\xd9\xaf\x04\xe7\x00\x90\x9c\x91\x7e\xd3\x1d\x6c\xec\x64\x5c\x94\xb9\x43\x9f\xb2\xc2\x39\x7b\x60\x10\xb6\x88\xb4\x1a\xf1\x8d\x73\x15\xfe\x01\xbd\x93\x57\x56\x6b\xc4\x51\xf9\x3b\x0a\xbe\x13\x27\x08\xc3\x93\xb7\x90\x8b\x45\xfd\x61\xd3\x28\x79\xe2\xd3\x9e\x16\xd6\x16\xc9\x42\x00\xc4\xdf\x14\xc1\x9a\xda\xba\xb9\x52\x8b\xf8\x7a\xc3\x51\x59\x28\xeb\x78\x93\x51\xb6\x85\xf0\xaa\x45\x29\x8f\x80\x09\x10\x7a\xf9\xd6\x9a\x12\xb4\x51\xb1\xa0\xc0\x1d\x47\x56\xec\x4a\x9e\x46\x38\xa5\x4c\x09\xbd\x43\xdc\xa7\x5c\xe1\xf9\x3b\x73\xbe\x72\x15\x00\x62\x2f\xd5\x3b\x55\x5a\x15\xc7\x1c\x27\x7c\x5f\x2b\x30\x9d\x63\x7a\x37\xb4\x9b\xd0\x78\x4a\xd3\x09\xe3\x9b\x96\xb9\x30\x77\xa3\xa5\x3a\x11\x59\x66\xf4\x5b\x94\x84\xc1\x1b\xd6\x27\xb5\xe2\x1e\x1a\xf2\x43\xb7\xe2\x5f\xea\x1f\x78\xbe\x65\xcc\xd0\xbd\x06\x40\xc4\xd3\xd6\x2a\x8e\x96\x3f\xec\x0e\x11\xb4\x56\x7b\x76\xb9\xd0\xf7\xd6\x35\x3a\xaf\xe2\x52\x21\x5b\x3a\xda\x9a\x83\x9a\x67\xb4\x57\x55\xa1\xe0\xea\xb6\x29\xf9\x43\xa8\x23\xf6\xb1\xa4\x0c\x2c\xb9\xb5\x3b\x74\x07\x6e\x97\x6d\xc8\x2b\x9f\x5e\x6b\xae\x05\x40\xe4\xae\x2f\x52\x4c\x2b\xf7\x1b\x8c\xe2\xff\x5b\x95\xdb\xbf\x8f\x9e\x55\xab\xec\x5b\x80\x3d\xd3\xf0\xb8\xa7\x13\xfa\x3b\xb4\xb2\xeb\x5d\xd5\x2c\xd8\x89\x4e\x64\x3e\x1f\xe5\xd5\x71\x2e\x29\x11\x73\xae\x3d\x33\xf4\x3c\x2e\xc9\x71\xc7\x4b\x40\x7b\x63\x0d\x04\x40\x78\xd1\xe0\x2a\xb7\x97\x19\x96\x40\xf9\xce\xca\xc5\x23\xab\x68\x1f\x6a\x2e\x0f\xdd\xc5\x76\x35\x2c\x1c\xf8\x0a\x1d\x6c\x5a\xd1\xef\x59\xe5\x06\x9b\xd5\x9b\x94\xcf\x43\xf2\xba\x11\x49\xd5\x98\xc4\x4e\x53\xd8\x74\xec\x86\x0e\xa2\xd7\x45\x1a\xc9\xa6\x05\x40\x28\x35\x98\x34\x2c\xfa\xd9\x2a\x8a\xb8\x9d\x21\xab\x7d\xcb\x02\x4c\x1c\x04\x4d\x70\x61\x11\xa0\xef\x5a\xb0\x6c\x0d\x7c\x65\xf5\x44\xce\x1a\x34\x21\xdf\xc9\xbd\x85\x4f\x5a\x08\xf8\x2e\xa4\xbf\xe6\x3c\xe7\xaf\xa0\x85\x78\xb8\x88\x97\x31\x2a\x01\x50\x8e\x17\x8c\xaa\x0f\x52\xd7\xd7\xde\x16\xfd\x45\x1b\x81\xcc\x64\x32\xe8\x07\xa1\x79\x78\x1e\xe3\x15\xcc\xd6\x7c\x9b\x15\x8f\xfc\x50\xe5\x64\x6b\xb1\xb4\xfc\x28\xce\x0d\xc2\xdf\x0b\xb6\xf1\x66\x51\x1a\xe7\xac\xe7\x9d\xa5\x67\x4f\xf9\x24\x9e\xc3\x0c\x07\x40\x71\x54\x38\x53\x3d\x9e\x6c\x87\x88\x44\xa9\x94\x43\x50\x3a\xe3\x3c\xcd\x1f\x56\x8d\xbb\x43\xa7\x21\xeb\x9a\x2b\x19\xd7\x31\x82\x2a\x1f\x56\x35\x7e\x79\xde\x11\xf6\x49\xd2\xc3\x05\x04\x6e\x04\xf5\xbf\x39\x7c\xee\x3d\xc6\xe0\x94\xbf\x44\x3d\xac\x52\x00\x14\x22\xe1\x63\x65\x1a\x7e\x29\x7c\x8b\xa0\x9b\x18\x8e\x9a\x4f\xaf\x23\x9d\xc7\x18\xb1\x9d\x14\x21\x7e\x1a\x34\x91\x96\x40\xdc\x5e\x19\x4c\x7f\x43\x41\xe4\x7e\x60\xae\xa0\x4f\x4b\x3c\xcd\x8e\x67\x2e\x9e\x13\xc2\x7e\xca\x3e\x30\xe5\x81\x10\xcf\x9d\x02\x80\xfc\x80\xf8\xb1\xfc\x0c\xfa\x1e\xbe\x96\x9f\x84\x5d\x41\x44\xd0\x3c\xf1\x0e\x72\x21\x86\x49\xd4\x51\x0b\x9a\xc2\xc9\x66\x3a\xbc\x22\x93\x6a\x62\xf2\x72\x53\xe8\x02\x76\x47\x62\x05\x33\x92\x3b\x10\xf2\x92\x79\x87\x5f\x38\xe5\xab\x60\xb6\xa0\x00\x00\xd9\x3f\x32\x4f\xd9\x7c\x04\x84\x3e\xc0\x3d\x8b\x82\x33\xbe\x51\x6e\x61\xb4\xac\x1a\x74\x1d\x6e\x1f\xfb\x50\x63\x38\xe1\x17\xb7\xa8\x1c\x4d\xce\xe0\x1d\xcd\xd1\x50\x61\x82\x92\x84\x6b\xf4\x64\xe1\x89\x90\x23\xf4\xe7\xa2\x6f\x1e\xc1\xbc\x3f\xc5\xbb\x01\x90\xcd\x57\xcc\x12\xff\x82\xfe\x12\x5f\x64\x5f\x87\x95\x4b\xe4\x64\x0f\xc4\x0e\xe9\x44\xe4\x1e\x74\xa6\x74\xb4\xe1\x14\xf6\xbc\xac\xac\x2c\x93\xd0\x20\x7b\x99\xbd\x94\xb4\x4b\xde\x95\x50\x46\xd9\xaa\xc8\x0d\x71\x52\xb5\x8a\x43\x1e\xb5\x5c\x86\x72\x2e\x00\xd2\x2c\xd5\x29\xe1\x3b\x08\xc5\x70\x8f\x35\xa1\xe9\xbb\xa1\x9d\x28\x6b\xd9\x6e\x48\x44\x34\x20\x44\xfa\x97\xf5\xdd\xe8\x45\xfa\x1d\xa5\x99\x38\x57\xbd\x30\xeb\x36\x61\xb9\x3e\x27\xfe\x0a\x69\x8f\x3e\x20\x44\x41\x3e\xa6\x7b\xe3\x61\xe1\xb4\xfc\x6f\xd7\x93\xf4\x6b\xc7\x09\xe4\x75\x47\x9c\x29\x8c\x55\x90\x65\x1d\x85\x84\x24\xa8\xa1\x3d\x0e\x9e\x06\x23\xb6\x85\xd4\xad\x46\x56\x3b\xfc\x4a\x94\x98\x6c\xfb\xcc\xac\x1a\x3c\x68\x0d\x8d\xd7\x11\xb3\x6c\x95\x21\x44\xd2\x80\xb5\xd3\xe3\x18\x7b\xd0\xe4\x01\x80\x24\x4c\x77\x9b\xff\xad\xf6\xdf\x3e\x6f\x46\x5c\xc3\xf9\x9e\x13\xf8\x83\x4d\x5b\xbb\x61\xb0\xeb\x2d\xfd\x9d\x5f\xea\x60\x08\x93\xb3\xb7\xa4\x00\xad\xef\xa8\xc8\x8a\xc2\xd5\xb7\xbb\xc5\x8b\x08\x83\x8e\xe7\x21\x72\x92\x9f\xbd\xcf\xe3\x3d\x3b\xcd\xfc\x1b\x00\xe2\x3f\xf4\x7d\xfc\x35\xb5\x84\xe1\x59\xf4\xfb\x0d\x61\x83\x0e\xbc\xa8\xc9\xa5\xff\x11\x6c\xb4\xf9\xaf\xbe\x9c\xba\x54\xf8\xb5\x9e\xfe\x92\x44\xd4\xf5\xee\xa9\x59\xd1\xd8\x0d\x9d\xed\xf1\xed\xf8\x2f\xce\x94\x90\xbd\x44\x63\xdb\x7f\x53\xf3\x59\xdb\xac\xd3\x00\x10\xb7\x1a\x82\x44\x8f\x78\xf9\x55\x4f\x59\x14\xde\xa9\xba\x62\x62\x03\x5f\x08\xe9\x46\x8c\x13\x78\x34\x7b\xd4\x7b\x09\xf6\xc3\xd7\x96\xd0\x85\x32\x74\x7d\xe6\x3a\xd1\x22\xbc\x7b\x6c\xaf\x38\x9a\x64\x0f\xda\x2b\xde\x41\x65\xba\x37\xc9\x9d\x8c\x99\x00\xa8\xa3\x85\x51\x22\x4f\x0e\xb1\xce\x87\xb9\x8b\x3b\x03\xb2\x90\x70\x84\xfb\x12\x9a\x0f\xe7\xf0\x36\xc0\x24\x75\x66\xbe\x12\x79\xb9\xf8\x95\x80\x80\x4d\xc9\xcc\x13\x56\x12\x56\xc7\x96\x88\xaa\xc9\x4f\x82\x86\x44\x0f\x69\x06\xf7\x66\x79\x20\xe3\x4f\x00\x54\x7f\x0b\xcd\xc2\x85\x2c\x1b\x84\xc5\xf8\xc2\xc6\x41\x6b\x08\xf3\x38\x48\xd8\x6c\xd8\x18\x37\x1f\x39\xa3\xf6\x15\x2f\x0d\x13\x5f\x4c\xe3\xe7\xe1\xeb\x32\xce\x09\xca\x49\xea\x98\xef\x42\x14\x55\x18\x24\x12\x7e\xa0\x5f\x77\x6f\x90\x75\x31\x7f\x02\xa0\x5a\x2a\x4a\xe7\x8b\x69\xb7\xe1\x30\x7a\x13\xfd\x2b\x72\x0f\xae\x97\x99\x89\x71\x6b\x91\xb3\x38\x38\x7b\xcd\x21\xf6\x4e\x62\x4c\x11\x9e\xf3\x1f\xf9\x4a\xfa\x1b\x5e\x16\x4d\x1b\x83\xe2\xb3\x18\x1f\x83\x52\x05\xe3\x58\x7f\xb9\x13\xa5\x24\xce\x61\x00\x94\x4f\x25\x33\x78\xf3\xc8\x73\x71\xab\x69\x81\x94\x76\x42\x0f\x56\x46\x0b\x24\x71\x9a\x05\xf4\x01\x8a\xb8\xfa\x2c\x33\x94\xd6\x5b\xd8\xc5\x5a\xc5\xd8\x99\x9e\xcf\x99\xc9\xba\x11\xfd\x89\xcb\xe3\xdc\x08\x9a\xc8\xf3\xe2\xc1\xdd\xdb\x24\xd1\xfc\x6f\x00\x28\x03\x64\xe1\x9c\x15\xf8\x6d\x34\x0c\xe5\x06\x11\x43\x3f\x85\x61\x93\x23\x98\xf3\xa0\x62\xca\x73\xd6\xaa\xaa\x47\xb4\x1d\x9c\x9c\x82\x73\x0c\x26\xf7\x62\xda\x52\xd6\x14\x3e\x3e\x7a\x80\xad\x11\xbc\x0c\xfc\x9b\xb3\x48\x34\xd9\xfd\xac\xe8\x93\x58\x0c\x80\xa2\x46\x11\xc0\xba\x8d\x36\x8a\xdc\xc8\x73\xb0\x68\xd1\x1e\xd4\x45\x3c\x5c\xdc\xd4\xe4\x46\x24\x4a\xa6\x56\xae\x26\x4b\x24\x37\x16\x1d\xa7\xca\xa5\x8b\x53\xaf\xd3\x11\x32\x4a\xf4\x5c\xc6\x6b\x79\x56\xe0\x1d\xe6\x57\xf9\xb1\x49\xd3\x84\x52\xc5\x0e\x00\xe4\x28\xd5\x28\xe3\x06\xfc\x86\x0e\x42\xa4\xa1\x5c\x75\x31\x48\x2c\xa6\x42\xfb\x0e\x72\x12\xd7\xa1\xbd\x5b\xd1\x4f\xb8\xab\x1d\xcb\x7f\x4c\x9e\xa5\x3d\x9d\x3a\x9f\x9a\xa4\x3d\x11\xb5\x9f\xf6\x44\xfb\x2c\xf0\x04\xa3\x52\xfb\x68\x52\xb9\x80\xae\x8d\x02\x40\xb6\x5b\xb3\x9b\x2e\x68\xe9\x68\x4b\x26\x84\xc1\xc7\x1c\x28\xc4\x42\x54\xa4\x9d\xdd\x70\x0a\x63\x6c\x1d\x2e\x3f\x8b\x7b\x66\xbb\x94\x9f\x45\x6c\xb0\xf9\xa7\xac\x25\x77\x5b\x19\x51\x1c\x2a\xce\xf2\x26\x70\x33\x3d\xde\x52\x35\x89\xc7\xdf\x62\x78\x04\x80\x2c\x57\xc7\xa3\x7d\x6e\x1e\xed\x3a\x8a\xdf\x02\x7b\xdb\xb9\x14\x7e\x18\xd9\xe8\xc4\x37\x70\xd0\x3b\x3b\x8a\xca\x2d\x38\xff\xf6\x39\xf9\x93\x08\x5d\x6d\x11\x29\x66\xd2\x3d\x47\x6a\x14\x91\xf2\x9b\xdd\x10\x78\x84\xb6\xbe\x75\xfa\x24\x27\xbf\xde\xc4\x01\x40\xfa\x4b\x1f\x49\x5b\x01\x7d\xdc\xef\xc4\x63\x61\x99\x7d\x29\x70\x25\x62\x5d\xcf\xef\x0d\xb9\xe8\xf1\xdd\xe4\x72\x0e\x96\xd8\x35\x39\xef\x27\xfe\x89\xf3\x46\x4a\x3b\x29\xb5\x63\x4f\x94\x94\xe2\xdd\x7e\x2b\xf0\x05\x6d\xba\xa3\x7a\xd2\x39\xde\x35\xf3\x56\x00\xa4\xcb\xf4\xdb\xc8\xb1\xca\x80\x6a\x07\xfa\xba\xd2\xb5\xee\x2c\xf4\xb6\x32\x18\xf2\xb9\x46\xac\x0c\x6b\x2e\x2d\x96\x2a\x73\xe0\xfb\xb3\x2e\x28\xb9\xe8\x8c\x05\x2e\xca\x3d\xb8\x83\xa1\x9f\x54\x89\xa4\x89\x3e\xfb\x54\x2f\x28\x1c\x97\x41\xcd\x61\x46\x3f\x00\x3a\x5f\x51\x26\x69\x48\x0e\xa9\x93\xa0\x6b\xe5\x34\x88\x08\x8a\x93\xaf\x82\x12\xab\x7f\xc9\xc7\x60\xf2\x62\x77\xc5\x14\xe4\xf6\x2c\x86\x02\x8b\xf9\x90\xb8\x5d\x71\x9c\x90\x1e\xba\x57\xd9\x40\xce\xf2\x59\xa7\x0a\xa1\x12\x5c\x46\x35\x95\xcc\x62\x00\xb4\x57\x44\x7c\xe2\x7f\x52\x07\xa4\x13\x75\x50\x7a\x06\x5a\xdb\xf4\x50\x16\x01\x73\xa9\x36\xc9\x78\x88\x27\x45\xdd\xb2\x31\xf4\xa3\x2c\x77\x79\x11\xee\x59\x22\x4a\x7e\x8c\xf8\x4f\xa8\x45\x41\xa0\xec\xf2\x19\x54\x16\xd1\x56\xb8\xac\x55\x9f\x62\xd5\x00\xa0\x35\x8a\xbe\x13\x8e\x09\x5f\xc2\xfe\x46\xda\x44\x4a\x64\x66\xe3\x76\x71\x0c\x5a\x51\x25\x11\x1f\xc2\x7e\x2a\x5c\x21\x41\x13\x6c\x99\xe9\x52\x77\x72\x78\xc2\x36\xe9\x2e\xea\xe1\x50\x3f\x19\x87\x31\xcd\x47\x2b\x57\x30\x47\x5d\xce\xa9\xd6\x70\x5d\x00\xd0\x5c\x90\x0c\xe2\xbb\x78\x1b\xb1\x3a\x04\x93\x4f\xc6\x2b\x20\xbf\x0b\x52\x89\xb4\xca\x01\xa1\x3b\x59\x50\x70\x5d\xf8\x17\xb5\x37\xc3\x21\x3a\x4a\xdf\x9b\x10\x2d\x1e\x60\xde\x9a\x77\x51\x42\x66\x5f\xf4\xe1\x4b\x37\x71\x27\x4d\x18\xa7\x94\x0a\x4a\x01\xd0\xb8\xc8\xa4\xb8\x28\xb6\x84\xd2\x0d\xaf\xe3\xe0\x68\xc1\x0d\xb7\xb9\x24\xfa\x70\xc5\x61\x1e\x8f\xb9\xa0\x60\x2a\xdf\xc2\xba\x93\xfe\xa7\xa0\x83\xa3\x8b\x5f\x23\xb4\xf0\xc2\xe6\xb5\x89\x28\xfc\x83\x3e\x42\xf1\x47\xc1\xc6\x09\x95\x8a\x4a\xf1\x39\x00\xd4\xd9\x8a\x0a\x8c\x8c\x2e\xe2\xa7\xb6\x1c\x61\x74\x08\x12\xea\x89\xcc\x8b\xc2\xc9\xe5\x4a\xb6\xaf\xf0\xef\xfc\x6f\x1c\x9a\xe8\x69\xfa\x38\xee\x76\xf1\xdd\xb8\x2f\xbc\x3f\x25\x57\xe6\xc5\xf1\xcf\x48\xc7\x7c\xe8\xc2\x13\xb2\xb2\x09\x03\xb2\xeb\x0a\x3c\x00\xaa\x2c\x55\x27\xea\x3a\x25\x50\xf5\x5b\x33\x9c\x8a\x57\x5d\xad\x2b\xa2\xfd\xae\xba\x5f\xa6\x67\x64\xaa\x27\xe7\xcf\x65\x1e\x57\x17\xa7\x21\xd8\x19\x6a\x4b\x1c\x8f\xb3\x4a\x7d\x61\xee\x5b\xee\x90\x26\xc5\x47\x22\x98\xa5\xa9\x9d\x70\x43\x7a\x48\x93\x01\x80\xd2\xa2\x21\x23\x77\x11\x7b\xad\xfb\xa1\xf9\x64\x6f\x6b\x72\x6d\x06\x65\xd8\xb2\xbc\x74\x88\x16\x69\x89\xcf\x13\xd0\x8f\x9a\x7f\x4f\x3d\xca\xa4\x99\x59\x71\x53\x59\x6f\xcc\xe1\x73\xd7\x70\x5c\xcd\x6e\x3e\x6c\xfe\x38\xd3\x78\x57\x57\xe9\x38\x3d\x03\x00\xe5\x54\xed\x3b\x64\x02\x61\x7d\xdb\xc5\xa6\x2b\xa4\xb8\x36\xbf\x9a\x6b\xe4\x63\x8e\xca\xd2\x1a\x6a\xbd\x7d\x20\x2f\x8f\xf6\xb4\xf5\x59\xea\x52\xc6\x40\x2b\x2c\xf6\x2b\x2b\xc2\xf6\x64\xee\x0a\x76\x99\xad\xdf\x47\xcb\x13\x5b\x18\xae\x41\x92\x55\x86\xa3\x00\x28\x2e\xea\xba\x11\xa7\xf1\x7f\x77\x25\x35\x69\x88\x82\x4e\x44\x8d\x93\x3c\xd9\xc9\x2a\x0d\xa5\x74\x74\x58\xf3\xa2\x69\x01\xed\xeb\x52\x07\xe8\x63\x6d\x1f\xe3\xc6\x31\x09\x6d\xb8\xb9\xbf\xb1\xcc\x8e\xd5\x3e\x5b\xb9\x57\x6c\x6c\x57\x98\x24\xc2\xf8\x37\x00\x0a\xa6\x3e\x04\xea\x62\x79\x5c\x53\x51\xdb\x61\x29\xac\x47\x97\x99\xcc\x67\x1a\xa9\x8b\x66\x9b\x13\x9b\x7b\x32\xe6\x98\xd6\xc3\x9f\x24\xaa\x4c\x35\xe8\xd4\xf0\x1d\xa6\xd9\x38\x63\xe0\x0a\x53\x15\xd1\xea\x11\x61\x9a\x41\x49\x04\xc0\xe8\xc1\x8a\x02\xc0\xe0\x10\xaf\x6c\x32\x98\xcb\xeb\xce\xd7\x86\x9a\x8e\x40\x76\x97\xc5\x99\x10\xd0\xde\xfc\xf3\xc6\x67\xb0\xb6\xf4\xdb\x46\x1d\x72\x65\x62\xa1\x31\x0f\x73\x3c\xdc\x68\x8c\xc0\xdf\x0a\xb4\x18\x49\xa4\x11\x8f\x24\x23\x94\x3a\x11\x00\x43\x3f\x6b\x2b\x00\x86\x45\xe2\x4d\x8d\x5f\x8d\x1b\x21\xda\x9a\xcd\xc6\x74\x68\x7e\xe9\x05\xc3\xb3\x96\xcf\xf9\x52\x43\x07\xe2\x70\xba\xd9\x50\x81\x5e\x95\xf0\xcb\x10\x8a\xeb\x0a\xaf\x33\x04\x13\x05\x81\x0c\x03\x83\xfc\x9f\x47\xa6\x41\x4b\x4b\x00\xc0\x30\x9d\xbd\x14\x00\xfd\x1b\x89\x57\xe3\x04\x1d\x04\x56\x5d\x7d\x55\x17\x8c\xd8\x58\x3a\x59\xe7\x8e\xfa\x99\x77\x50\xfb\x0a\xcb\x4d\xbb\xa7\x7d\x80\xff\x96\x20\xd0\x3e\x21\x39\xe6\xff\xa1\xfd\x45\xf5\x0c\x8c\xd3\x21\xe9\xf1\x1e\xd5\xba\xa3\xcc\xe9\x20\x44\xf7\x86\x57\x01\x80\x3e\x5a\xca\x6f\xb8\xa8\xc6\x62\x0a\xaa\x6e\xa9\xb3\x70\xa4\x92\x4a\x75\x0a\x81\x9b\x37\x55\x5d\x4d\xd2\xa5\xe5\xaa\x05\x94\xd5\xf1\x1f\xd4\xa3\xb4\xb1\xf9\x56\xf5\x6d\xc6\x9b\x40\x7f\x4d\x06\xeb\x92\x07\x55\xf3\x1f\x87\x07\x28\xda\xc3\x42\x03\x00\x3a\x84\x7c\x4e\xfd\x15\x45\x2d\xe9\x6a\xe5\x77\x05\x8c\xa2\x2b\xee\x52\xa8\x69\x73\x73\x09\x8a\x33\xf4\x0b\xa9\xab\x95\xb3\x98\xd6\x78\x85\x92\xc9\x2e\x9f\x9f\xa4\x3c\xc8\xf9\x1e\x38\x51\x35\x9b\xb7\xc4\xa3\x4d\x5d\x29\xf0\x04\xbb\x35\xcb\x24\xfd\x00\x68\x7b\x15\x67\xeb\xc4\x92\x46\xce\x60\xc5\x71\x49\x1f\xf7\x50\x11\x42\x3a\x99\x77\x29\x87\x28\x55\xf1\x1f\xa5\x8c\xc9\x26\x0b\xc7\xc7\x5d\x90\x75\x89\xe2\xc2\x76\xc8\x7d\xc4\xb5\x01\x17\xe4\x58\x09\xc7\x63\xb3\x72\xb6\x74\x70\x9c\x97\x7a\xae\x42\x07\x80\xc6\xa8\x3a\x51\x1b\x2e\x04\x72\xb7\xf2\x95\x42\x89\x5c\x5a\x68\x11\xb9\xcb\x6f\x64\x6f\x12\xad\x51\x54\xa4\xe4\x8b\x5b\x14\x63\x71\x75\x12\x1f\x25\x31\x8c\x22\xd9\xa6\xfc\x10\xb0\x51\xea\xab\xea\xf1\x78\x2c\x17\xaa\x4b\xc7\x11\x55\x6e\xea\x23\x00\xa8\x8f\x6a\xe0\x35\x31\x3c\xa9\x71\x42\xd9\x71\xbe\xbf\xe1\xbf\x82\xdf\xf9\x17\x0c\xf7\xb2\xbe\x0b\x8c\x86\xb3\xc9\x07\x85\xf9\x86\xb3\xb1\xff\x8a\x7c\x0c\xf7\xc2\x22\x44\xb7\x0d\xdf\x03\xfa\xc5\xb5\xc6\x05\x1e\xff\xca\xaa\x0d\xe3\xc7\xad\x52\x66\xeb\xa4\x00\xa8\x33\xb4\x6b\xab\x6f\x72\xed\xd6\x13\x65\x3c\x5e\xbc\xd5\x54\x40\xe5\xbd\xb0\xa6\x64\x1d\xe2\x0f\x58\xfe\x49\xee\x12\xd4\x58\xf6\xc6\x3e\x15\xc6\x58\x96\x86\x05\x09\xbf\x5b\x46\x03\x96\x8b\x74\x16\xf8\x54\x6f\xe9\xef\xa6\xe9\xe3\x4e\x28\xee\xe8\xd7\x02\xa0\xfa\xaa\x8b\xaf\x1e\xe1\x9c\x75\xbc\x2a\x4b\xe1\xd2\x1d\xd6\x82\x14\xde\x1c\xc7\x8c\xac\xb5\xbc\xc3\xf6\x8d\xc9\x3d\x7c\xbc\xbd\x2e\xf6\xad\xa0\xc2\x1e\x1a\x96\x29\x9c\x65\x9f\x1e\x70\x41\xb8\xc6\xf6\x7d\x6a\xb9\x34\xc8\x7c\x75\xbc\xbb\x82\x68\xd8\x0d\x80\x6a\x89\x6e\x4f\x31\xac\xa7\xa5\x66\x4d\x7e\x70\x37\xa8\xdf\x98\x99\xd7\x79\xab\x71\x6d\xd2\x56\xe7\x91\xe6\x6d\xb1\xce\x8e\x63\xf0\x9b\x61\x97\xdb\xbf\xa0\x41\xd0\x95\x76\x03\x6e\x9a\xd7\xf3\x76\x38\xe1\x1f\xb7\xc9\xad\x47\xa9\xf3\x00\xb0\x0c\x71\x64\x00\x98\xba\xa4\xee\xc5\xb3\xbb\x8e\xd5\x7d\xc9\x7b\xdc\x69\x87\x5c\xc9\x74\x73\x6a\xa0\x2b\x93\xf4\x1d\x46\x98\x2c\x96\xdd\x3e\x82\x64\x85\x1d\x68\x7b\x8e\xa1\x04\x9d\x6b\x33\xe0\x0b\xbd\xfe\x6a\x23\x11\x9f\xba\x85\xd9\x7e\x51\x2f\x03\x60\x99\xcb\xb9\x0a\x80\x29\x57\xf2\xaa\xe8\x46\x67\x04\x44\x99\x37\xe8\xf4\x82\xc6\x67\x1c\xed\x98\xd3\x72\x2b\xa9\xbe\x3d\x1d\xa1\x8a\x2d\x68\x63\xa2\xf3\xc3\x46\x1c\xe7\x70\x9e\x41\xbf\x39\x84\x84\xc3\x5e\x2f\x1d\x2d\xe4\x28\xb7\x4c\x5b\x3c\xed\x1e\x00\xe6\x6e\xee\x5a\x00\x8c\x8f\xa4\xf1\x45\xa1\xed\x89\x2d\xa3\x79\xe3\xdb\x12\x11\x1e\x19\xe5\x0e\x38\x8a\xb5\xf0\x8e\x7d\x35\xe6\x72\xcc\x43\xbb\x3b\xbe\x22\xac\xb1\xd5\x42\xbc\x18\xd4\xd9\x5a\x44\x49\xf2\xfa\xa3\x35\x8e\x96\xec\x46\xb4\x48\x98\x4b\x01\x30\x31\x04\x33\x00\x30\xce\x90\x21\x0b\x17\xd9\x67\xa1\xcb\x73\x33\x5a\x51\x58\x4c\xfa\x2a\xdb\x06\x3c\x77\x61\x8d\x6d\x0e\x51\x15\xc3\xb0\xae\x26\x2f\x0e\xfd\x69\x2d\xa0\x9e\x0d\xc2\x59\xa7\xd2\x6f\x79\xbd\xb4\x3c\x60\x6e\x77\xeb\x33\xed\xe3\x7c\x00\xc0\x98\x26\x7a\x00\x80\x21\x47\xfe\xb4\x00\x6d\x15\x12\xc3\x73\x54\x96\x1d\xa4\x37\xe9\x93\x2c\x3e\x94\x8d\x0b\x4e\x99\x37\xd2\xb0\xd1\x3f\xcc\x8d\x8c\xf0\xd0\x6d\x66\x37\xe6\x97\xa0\x4c\xd3\x5d\xf6\x16\xaf\x2f\xa6\x5e\x2e\xca\x6d\xcc\x38\x45\xd0\xfa\xbf\xda\x94\xb6\x01\xa0\xe7\x2a\x89\x8b\xea\x8d\x04\x96\x5b\xf6\x62\xc3\x5b\x36\x36\xad\xc5\xd0\xc3\xd9\xb2\x20\xda\x00\xe7\x3e\x8f\xd6\x1b\xc2\xf9\xb1\xa1\x78\xc3\x78\x81\x21\x68\xb6\xfe\x9d\xf0\x84\x77\x88\x7e\xa5\x78\xea\xc4\x14\xdd\x03\xe9\x77\x00\x74\x66\xc5\x43\x00\x74\x15\xea\xe8\x7c\x81\x2e\x50\x2c\xca\x7a\xa1\xbd\x24\xc9\x4f\x3d\xa1\x5d\x2c\xf9\x9e\x78\x52\x2b\x92\xee\x88\xce\xd2\xa2\x64\xd2\xd0\x78\x6d\xa3\x1c\x1d\xf8\x43\x5b\xaf\x88\xf7\x4e\xd7\x16\x2b\x67\x4f\x34\x68\x8b\x54\x67\x00\xd0\x32\xd4\x4b\x01\xd0\x8a\x34\xca\xbc\xe3\xea\x7d\x9a\xdd\x59\xc5\x6a\xba\xd6\x2b\x35\x49\x5d\xac\x45\x27\x96\xa8\x63\xb4\x1b\xa3\xbe\xa8\xa3\x75\xae\xf3\x7e\xaa\xe3\x74\xa6\xc0\xcf\xea\x02\xfd\x14\x6f\xb8\x5a\xac\x8f\x9b\xb8\x5d\x33\x5e\x77\x08\x00\x4d\xab\xf6\x27\x00\x9a\xc7\xda\x25\x79\x05\xaa\x9d\x46\xcf\xcc\x7f\x54\x6c\x63\x61\xca\x37\x55\xa9\x91\x95\x18\xa6\x0a\x33\xf6\x45\x3d\x56\xcd\x34\x3e\x0a\x75\x55\x45\x98\x52\x83\x3c\x55\x25\xa6\x65\xde\x16\x55\xb7\xf1\xd6\xc4\xb7\x6a\x82\x41\x04\x80\x66\x8e\xee\x1b\x00\x9a\x65\xba\xa9\xb9\x63\xca\x6b\x96\x07\x99\x6b\x95\x0e\xcb\xaf\x94\xeb\x4a\x9c\xd5\x27\x71\x86\x32\xd9\x1a\x17\x75\x45\xe9\x61\xc5\x87\xfa\x2b\x13\xac\x5b\x82\x32\x95\x4d\xd6\x95\xde\x37\x95\x1b\x2c\x9e\xee\x70\xd5\x06\xe3\x3b\x00\xd4\xa3\xfa\x47\x00\x68\xea\x75\xb4\x9c\xbf\x87\xe0\x35\x9b\xd3\x5f\x0e\x9c\xaf\x5f\x92\x64\xec\xaf\x69\x1c\x89\x4b\xea\x9b\xdd\x6c\x0c\xe7\xf5\xfc\x07\x1f\x08\xfe\xd1\x33\x17\xb5\xd4\x2f\xaf\xfb\x30\xd6\xe0\xd1\xdf\x15\x42\xb8\xe6\x22\x6c\x0b\xa2\x9e\x00\xc0\x96\xc2\x1d\x04\xc0\x2c\x95\x76\xe4\xac\x1a\xb8\x59\xf7\x2a\x7d\x4f\x3f\x16\xb2\x23\x09\xda\x07\xa0\xc6\xb8\xc0\x9e\x27\xb0\x9c\x70\x4c\xf7\x75\x64\x40\xf0\x8f\xee\x29\xe8\x2f\x7e\xe5\x5d\x3b\x70\xeb\x3d\x96\x76\xce\x23\xee\x73\xe9\x75\x20\x68\x04\x00\xac\xbb\xb9\x37\x01\x30\xcf\x96\xe2\x72\x1a\xfa\x6b\x20\xe8\x74\x51\xef\xdf\xd0\x71\x49\xf3\x7a\xd6\xb4\x6c\x88\xfd\xd2\x3d\x80\x48\x0c\x2f\xea\x5a\x81\x7a\x10\xfc\xba\xf3\x19\xb6\xc7\xaf\xaa\x73\x80\x10\xec\xb1\xc1\xe9\x41\x7a\xef\xb2\xdd\x6e\xa3\x13\x01\xb0\x86\xf1\xba\x00\x30\xed\x93\xf6\x64\xdf\xef\x49\x6d\xc1\xa4\x7b\x75\x8f\x87\xef\x59\x78\xb9\xf3\x39\x6a\x7a\xec\xaa\x4e\x77\x0c\x21\x7c\xba\x33\x1d\x37\x16\x7c\xb1\x63\x80\x58\xe8\x57\xdf\xd1\x44\x6e\xf3\xd8\xdd\x76\x85\xfa\xd6\xe5\x0f\xdb\x55\x56\x08\x00\xe6\x4f\x82\x31\x00\x8c\x7f\xc9\x76\x64\x7b\x75\x66\xa3\x0e\xa4\xc1\x9d\x99\x98\xcb\x0b\xe3\x3b\x2a\x70\x7f\xc5\x86\xb7\xdb\x08\x2f\xe7\xaf\x6e\xbb\x45\x1e\x17\x6c\x6e\xab\xa0\x86\xfa\x25\xb4\x4d\xa6\x07\x7b\x5c\xb0\xb3\x99\xe4\x09\x33\xac\xd3\xb9\x42\x00\x4c\xfb\xc5\xdc\xff\xc9\xa5\x48\xce\x6a\x69\xb7\x11\x10\xa9\xfb\xdb\xba\x49\x11\x0b\x96\x3b\xf6\x91\x3f\xc7\xec\x70\x04\x50\x57\xce\x6f\xb4\xab\xe8\xe4\xe0\x06\xbb\x0b\x33\xdd\x2f\xa4\xf5\x24\xeb\xa9\xc7\x6b\x5b\x04\x77\xf2\x84\x1a\x33\x51\x38\x13\x00\xa3\x53\xfa\x09\x00\x43\xaa\x72\x55\x26\xab\x75\x39\xe3\xcf\xd4\x09\xb6\xc7\xac\xea\x05\x7e\xb6\x5c\xf6\xd6\x98\x7c\xeb\x7e\xce\xfb\xb0\xef\xd6\x5c\x5e\x71\x70\x82\xe5\x11\x7f\xad\x5f\x9c\x65\xab\xe0\xc5\xd4\x2c\x73\x8e\x68\xef\x84\xcb\xc6\x6c\x59\x29\x00\xfa\xef\xca\x49\x00\xe8\x27\xab\x6b\x33\xee\x58\x6a\x84\x9f\x52\x1c\xe6\xbd\xa2\x1b\x89\x07\xcd\x19\xe2\xdf\x62\x5c\x4c\xe7\x24\xfa\xb0\x47\x26\xac\x94\x14\x1c\x63\x0a\x91\x61\xfd\x6a\x4c\x40\x9e\x35\x55\x6e\x78\xa2\x38\xe0\x9a\xa8\x6f\x55\x8d\x00\xa0\x3b\xa3\xee\x06\x40\x97\xac\x51\x65\x10\x8d\xbb\x54\x37\x52\x7c\x8d\x09\xea\xfa\xc4\x22\xc3\x39\xf5\x85\xe8\x35\x06\xac\x26\x3f\x6c\x8f\x61\x82\xe6\x7e\xb0\xb7\xfe\xbc\x96\xed\x57\xa7\xdf\xa5\xf3\x9a\xfa\x9b\xde\x55\x07\x75\x6d\xd3\xd5\xe9\xb2\x00\xd0\xbe\xd7\xee\x07\x40\xbb\x52\xab\xcf\xf0\x33\xac\xd4\x7b\x26\x3f\x36\x84\xe8\x89\x89\x21\xfa\x03\xfa\x63\xd1\x6d\xfa\x1a\x43\x40\xd8\x6a\xdd\x2b\xc3\x60\xb0\xbf\xee\xa0\x71\x86\x1f\x57\xb7\xde\x28\x9c\xfa\x42\x17\x6d\x38\xec\x7a\x41\xbb\x4d\x7f\x19\x00\xad\xf9\xff\x93\x24\x58\xed\xc7\xf4\x31\xfd\x6e\xd3\xef\xc9\xbb\xf4\x71\xe6\x09\x89\x53\x75\xc7\xcc\xd0\x68\x93\xae\xcc\xbc\x3c\x6c\x95\xf6\xb2\x65\x7e\x70\x9a\x76\xb3\xa5\xdf\x6f\x97\xb6\xd7\x52\x3b\x2d\x4b\x9b\x6d\xba\xe2\x16\xa9\xf9\x6a\x4c\x03\x40\xeb\xaa\xef\x04\x40\xeb\xa3\x6b\x48\xeb\x1c\x5d\x59\xd3\xbd\x70\xf5\xe2\xff\xea\x29\x71\xea\x91\xfa\x46\x68\x04\x7d\xd8\xa7\x39\x62\xce\xe9\xc1\xff\xe0\xbe\x01\x96\xc1\x04\xe4\x57\xef\xc9\x03\x7b\x31\x87\xdc\xdf\xf7\xbc\x23\x9c\x1c\xd7\xdc\x31\x9d\xd6\x08\x40\xeb\x08\x0f\x02\x80\x25\x5f\x3a\x96\x96\xb6\x24\xb9\xee\xc4\x42\xf9\x48\x0f\x44\x1c\x87\x1e\x9e\x08\x4d\x89\x40\x0c\xde\x6e\xb9\x31\xe7\xf8\xc0\x25\x44\x7b\x40\xef\xc0\x34\x74\x85\xf7\xdc\xfe\x51\xec\xc3\x49\x1e\xdd\x6f\x88\xab\xc6\x09\xda\xab\x69\x0f\x01\x68\x9d\xc1\xd3\x02\x60\x7e\x20\xed\x4d\xbd\x32\x72\x10\x12\xbb\xb0\x60\x38\xb2\xe9\x60\x5c\xd2\xe0\x8e\x96\xba\x88\xd2\x01\x27\xfc\xf7\x39\xc7\xfa\x7b\x50\x95\x01\xc3\x7d\x8f\x30\x7f\x78\x67\xf5\x49\xf1\x4d\x93\xe6\x75\x5d\x26\xdd\x1e\xd7\xd6\x26\xa6\xdf\x01\xc0\xa6\xe0\x47\x02\x60\x16\x4a\x8f\xa6\x0e\x0f\xaa\x5a\x66\x2f\x9c\x36\x10\x01\x47\xc7\xfe\xec\x7b\x87\x1c\x89\xf0\xef\xfd\x8a\xbe\x3f\x67\x75\x6f\x08\x2e\x21\x60\xb0\x47\x4d\x70\x78\x37\xf7\x04\x92\x8e\x4e\x2a\x75\xf6\x51\xef\x8e\xfb\xcd\xbe\x8f\xd5\x07\x80\xb5\x48\x58\x0e\x80\x69\x50\x76\x33\xe5\x71\xdf\x20\x2a\x67\x01\xb5\x97\x8e\xa9\x88\x65\xf7\x20\x71\x4d\xe1\xab\xba\x55\x84\x8a\x39\x8d\x5d\x7b\x49\x35\x01\x94\xae\x30\x0a\xd6\xbb\xa6\x73\x1f\xad\x76\x12\xa6\x3d\x8d\x59\x39\xee\x6f\xdb\x17\xee\x77\x00\x2c\xae\xe2\x8b\x00\x18\x77\x2b\x1a\x53\xea\xba\xaf\xe3\x37\x24\xde\xed\x3a\x49\x94\xc6\x3c\xeb\xbc\x41\x2e\x08\xcf\xe8\x9c\x4a\x79\x3e\xc7\xc3\x09\xa7\x8d\x04\xe4\x77\x5c\x62\x10\xbc\x2b\x3b\x30\xac\xc9\x93\x34\xf6\xaf\x9c\x37\xe3\xa3\xad\x55\xc2\x8d\x00\x98\xae\xc8\x72\x00\x30\xdc\x52\x9e\x4a\xd6\x39\x7d\xe8\x9f\x13\xcb\x3b\xe6\x31\xc9\x31\x9d\xed\x75\xac\x2b\xf3\x7f\xb6\x8d\x70\x66\x84\xbc\x76\x7c\xe5\x52\x03\x6a\x1d\x7a\xde\x45\x6f\x8b\x23\x44\xe0\x3d\xe9\xa9\xcd\x5f\xb4\x7a\xfc\x56\x73\xa8\xcc\x02\x80\x31\x4b\x99\x00\x80\x7e\xab\x1a\x93\x9c\xea\xd8\x2c\xd8\x9f\x38\xd9\xfe\x42\xb8\x21\x06\x69\xcf\x17\x0d\xcd\x7f\xd8\xba\x44\x2c\x0c\x79\xd6\xea\xfe\x7f\xec\xba\xe5\x57\x94\xff\x17\xf7\xfb\xc1\x06\x95\x52\xe1\x2b\xa0\x12\xd2\x28\x48\xa9\x94\x74\x77\x77\xce\x30\xc0\x0c\xcd\x0c\xc3\xd4\x75\x5d\xd3\x05\x43\x77\x77\xb7\xa0\x82\x12\x82\xa0\x02\xb6\x22\x76\x8b\x2d\x76\x9f\xf5\xbb\x9f\xdd\x6b\x9d\xff\xe0\x9c\xfd\x60\xaf\xb5\xf7\xd3\xd7\x7a\xef\xbd\xdf\x6b\xed\xec\xd8\xdd\xe9\xbc\x4e\x62\xa4\xcc\x15\x5e\x64\x8e\xad\x84\x37\x7b\x8e\x4c\x58\x6f\xca\xc4\x51\x89\x00\x30\x36\xd0\x58\x00\x20\x97\x21\x9a\xd1\x4f\xde\x2d\x8a\x87\xfe\x18\xcf\x98\xf2\x44\x57\x82\xdb\x47\xa5\xaa\x37\x71\xa5\x69\x52\xfb\x26\x39\x14\xda\xf8\x6e\x1c\xc7\x00\x4a\x94\xf9\xc4\x7e\x05\xcb\x48\x34\x30\x9f\xc2\x35\xeb\x3b\x19\x9a\xf0\x39\x00\xe8\x5a\x30\x11\x00\xc4\x17\xf6\x32\xba\xc7\x3d\x0e\x27\xe9\x77\x70\x65\xe0\x3b\x3a\x6f\x38\x85\x48\xb0\x7a\x21\xfb\x35\xb2\xbc\x6f\x84\xed\x47\x87\x76\xe3\xd9\xe2\x0c\x25\xd9\x9d\xac\x93\x0c\x0b\x89\xeb\xcc\xf5\xf4\x07\xeb\xdf\xd0\x45\x74\x17\x00\x90\x71\x04\xfb\x3f\xa7\x06\x9f\x35\x9a\xe3\x8c\x32\x37\xea\x97\x71\xb6\x33\xd1\x3a\xb7\xd9\x4c\xe6\x15\x75\x11\xeb\x3a\x2b\x70\xdf\x24\xcb\x98\xbd\x61\x77\x01\xf3\x29\x3b\x5b\xd6\x8a\x59\xc6\x7a\xb2\x55\x9a\xa1\xc0\xbc\xb1\x41\x07\x79\xcc\xa8\x07\x00\xb1\xa4\x07\x02\x00\x9f\x46\xfc\x0a\xf4\x83\xb6\x39\x4f\xb0\xef\x05\x5f\x74\x17\x51\x30\xa1\x85\xde\x7e\xe9\x62\xe1\x27\xfd\x3d\x51\x5f\xa3\x24\x82\x23\x82\xf5\x63\xc2\xc2\x61\x57\xe7\xb8\xd1\xe8\x2e\xb3\x80\xf8\xff\x50\xaf\xb4\x42\x31\x46\x09\x88\xcc\x3c\xee\x40\x52\x32\x00\x84\xb7\x69\x2b\xf9\x16\xfe\x18\xf7\xb3\x6c\x99\xc0\x20\x6f\x3b\x72\x45\x30\xca\xef\x78\x9a\x67\xe8\x5c\x90\x2f\x2a\x34\xc2\x37\x6c\x4b\x50\x4b\xd4\x4a\xe4\x75\x97\x4b\xb1\x09\xb1\x1d\x47\xbf\xa0\x5e\xc4\x33\x35\x7f\xc4\xcb\x26\x9e\x95\x29\xc4\x56\x60\xe3\x01\x20\x34\xa7\x37\x8a\x0e\xf8\x4c\x79\x3f\x63\x39\xfb\xbd\xf5\x57\x22\xcd\x04\x9a\x04\xd9\xa4\x16\x05\xdf\x0c\x85\xe3\x4e\x87\x15\x47\xdc\x0f\x52\x8c\xf4\x89\x09\x76\x09\x89\x91\x42\xdd\x3a\x5a\x1d\xd7\x9a\xe0\xa5\x59\x8f\xba\x8d\x35\x97\xb1\xc2\x6e\xc3\x95\x02\x40\xf0\xc8\xe8\xca\x55\x71\x7f\x11\xb2\x8d\x91\xe6\x45\x08\xeb\xcd\xd1\xf3\x3d\x10\x69\x95\x72\x30\x60\x6f\xf4\xa7\x58\x6e\xf0\xa1\xb8\x89\x40\x99\x30\xcf\xf8\x52\xe7\x9c\xc8\x98\xc4\xcc\x23\x9f\x62\x54\x71\x07\x35\xb7\xc7\xfa\xa7\x20\xd2\x1f\x13\xcf\xa4\x26\x00\x80\xe7\xe1\xff\x13\xf8\x3b\xcb\xc7\x94\x23\x57\xdd\x36\xc7\x0d\x67\xcf\x78\xee\x43\x5f\xc4\x7d\xf6\x49\xc4\xdc\x8e\xa1\xfa\x5f\x4b\x12\x0b\x50\x0f\x76\xc5\x69\x39\xf5\x85\x75\xa5\x04\x1c\xf1\x8f\x6c\x48\x43\x6b\x54\x47\x5d\xc8\xd8\x23\x7d\x3d\x01\x95\x51\x0b\x40\xd6\x70\x76\x2d\x4f\x60\x57\x9f\xd4\x0d\x3b\x38\xae\xe2\x0e\x10\x70\xae\x41\xc9\xed\xd8\xf3\x1e\x6b\xa9\xdb\xa3\x19\x3e\x1d\x69\x02\x7f\xb7\x80\xcc\xf4\x3f\x8e\xdf\x42\x14\x32\x33\x0f\x9f\x0f\x3f\x96\x75\x53\xc3\x2e\x82\x8e\x7f\x2f\x7d\x07\xa3\x40\x90\x05\x20\xf3\x59\xce\x6f\x8e\xb5\x95\x1a\x31\x84\x26\x6f\x73\x93\xf8\x31\x2b\xca\x61\x20\x87\x91\xf8\xcd\x65\x38\xe7\x6d\xe4\x3b\x8f\xcb\x24\x9c\xdf\x26\x9f\x6f\xa4\x7b\x8e\xe2\x01\x6b\x64\xbf\xc3\xc6\x21\x1e\xe4\x33\x1a\xbb\x42\x5f\x92\xff\xca\xec\x44\x17\x93\x3b\x01\xc8\xdc\x4e\x35\x60\xde\x3c\xda\xc7\x6e\xa2\x6c\xb4\xbc\xc6\x36\xcb\xa8\xb5\xdd\xcd\x5a\x4a\x48\x72\xc4\xb1\x2c\x23\x4a\x5d\x97\x99\xa7\x7d\xbe\x78\xb9\x30\x75\x1d\x6c\xfd\x78\x8c\x2a\xd3\x33\x41\xff\x31\xb6\xab\x7f\x0f\xd1\xa2\x67\xc9\x04\xa1\x0a\x10\x18\x80\x0c\x21\xf4\x92\x91\x62\xda\x55\x6c\x47\xea\x36\x17\x2f\x92\x4a\x0f\x39\xc6\x2b\xb8\x8a\x71\xb0\x97\xcd\x8f\x0c\x2f\x76\x1e\xca\xfb\xe8\x63\xe1\xe1\x9f\x0b\xd9\x2f\xfb\xcc\x0a\x25\x4d\x9b\x02\x2a\xf8\x9d\x1a\x36\xc1\x1b\x79\x04\x99\x2b\x71\x57\xd9\x54\x00\x32\x3c\xe9\xca\x8c\x4d\x26\xc3\x95\x30\x49\xd9\x4c\xba\x42\x2c\xed\xbd\x55\x7d\x59\x64\xfc\xaa\xdd\xd1\x12\x41\xb8\xbd\xd3\xab\xa2\x71\x9f\xed\xee\x55\x05\xab\xf6\x0b\x3e\x7b\xf2\xe5\x4d\xfb\x03\x76\xe5\xf9\x69\x30\x83\xaa\x85\x2f\x64\xf5\xe3\x52\xb9\x34\x00\x32\xf4\xe9\x5f\xe9\xcb\x26\x5b\xea\xce\xe4\x9c\x3f\x1a\x54\x2b\x9d\x36\x6e\xf9\xb6\x5a\x29\x7e\xca\x56\x58\x29\x16\xae\xe9\xe4\x58\xf6\xd0\x67\x9b\xdb\xdf\x92\x49\xfb\x37\xde\xc2\xa2\x6a\xd3\x15\xff\xd6\x02\xb2\xc6\xbb\x20\x63\x51\x83\x6c\x67\xec\x67\xde\x1f\x00\xd2\x7f\x32\x72\x72\x29\x21\x75\xce\x4f\x19\xd4\x30\x35\xf7\xde\x9c\x83\xe1\xe7\xbc\x31\x29\x32\x91\x9d\xfe\x21\xb1\x5e\xd1\x23\xc1\xf1\x01\xb7\x62\x17\xc3\x99\xce\x0e\xa8\x77\xd1\x3d\x47\xfa\x31\x1b\x50\x4f\x34\xfe\x62\x56\x12\x68\xd2\x6b\xb8\x9f\x49\x4c\x00\xb2\x77\xa4\x87\x08\x99\x41\x12\xee\x53\xf4\xbe\xe0\x73\xde\x56\xc4\xa4\xd0\x36\xbf\x9e\x64\x4c\xf8\x74\x90\x5b\xcc\x64\xd4\xe6\x30\xb1\x80\xa0\x98\xc0\xc8\x05\xa7\x9b\x71\xad\xb1\x75\x47\x42\xd0\x77\xe2\xb3\x35\xba\xe3\xa7\x12\x4f\x4b\x9f\xc5\xe1\xb0\x54\x00\x08\x0b\x19\xbb\x04\x74\x7f\x82\xf7\x39\x64\x39\x30\xc1\xef\x77\x76\x43\x30\x3b\x48\x09\x77\x3c\x74\x25\x34\x21\x46\x33\xc2\x27\x62\xd1\xff\x46\xd4\xb5\x18\x3b\x27\x74\xac\x1f\x6a\xf6\x88\x18\xaa\x31\xc1\x42\x23\x0c\x2d\xc2\x1a\x48\x73\xb1\xb7\x70\xdd\x00\x10\xb2\x33\x77\xf0\xf2\xbc\x6a\x83\x9f\xc3\x7b\x7d\xbe\x87\xb1\x08\x7b\xfd\xc9\x91\x3b\xb1\x71\x41\x7a\xd1\xe7\xa2\x37\x86\xfc\x89\x2b\xf1\x5b\x09\xbf\x1b\x9f\xe2\x58\x1c\xd5\x9b\xe8\x75\x38\x3a\x56\x1b\x27\xab\x7e\x39\x4e\x26\x05\x27\xed\x9e\x24\x4a\x25\x03\x80\x1f\xc6\xa7\x72\xda\x5c\x7f\xc7\x38\xd0\xb2\x3c\xfa\xe2\xd0\x59\xfd\xde\x7c\x34\x2d\x49\xc3\x4f\x80\x11\x45\xfe\x08\xec\x4a\x1c\xf7\xfd\x10\xf2\x18\xfb\xca\x61\x31\x02\xa4\x28\x9b\x9e\x8f\xea\x4f\xb3\x54\x47\x47\x97\xa7\xff\x93\x3e\x9a\x78\x38\xa3\x07\x80\xac\xfb\xd9\xcf\x59\xef\x1c\xeb\x93\x0c\x29\xab\x2e\xdd\xd8\x13\x99\x3e\xee\xf7\x93\x4d\x13\xbe\x7b\x6b\xa6\x34\x45\xfc\xf1\x13\xa4\x69\xfb\xca\x05\xc9\xa6\xb7\x39\xc8\x87\xe2\x33\x75\x4c\x1d\x22\xbc\xb3\xea\xd4\x95\x23\x13\xf0\x4b\xd2\xbe\x98\x55\x82\x32\x00\x59\x52\xa4\xc3\x8c\x26\x1b\x83\xec\x7c\xd2\x92\x7d\x15\xd1\x22\x1d\xe3\x6c\x40\xbc\x8f\xb1\x72\x7b\x95\x13\x10\x4e\xf4\x3a\x9d\xf3\xc4\xfb\xbe\x5f\x03\x09\x6d\x6f\x18\x14\x40\x7a\x67\x72\x32\x34\x8e\x9c\xa2\x0e\xc2\xee\x91\xe7\xa5\x99\xf1\x58\x72\x1d\x00\x99\x06\x54\x3f\x84\x6b\xd1\xc0\xea\x24\x7e\xb2\x66\xb2\xbc\x53\x2f\xd8\x73\x99\x9f\xd0\xe7\x9d\xeb\x98\xf8\x30\x3d\xf7\xf3\xcc\x4d\x5e\xb7\xbc\xbf\x32\x84\x76\x78\xff\x0f\x0c\x39\x13\xdf\x60\x7d\x7a\xe3\xfe\xb5\x50\x65\xba\xba\xf4\x35\x74\x24\xe2\x0e\x40\x46\x3b\xf4\x05\xde\x79\x14\x2e\xda\x96\x2d\xb2\xec\x2a\x78\x95\x92\x63\xf3\x29\x7f\x02\xd5\xe2\x78\x44\x14\x13\x7a\xd8\xb5\x24\x6f\x9b\x97\xa6\xe7\x57\xe1\x88\x9d\x94\x9f\x8a\x20\xce\xc4\x24\xb0\x89\xbf\x57\xdd\x2a\xf8\x37\x4f\x4c\x26\x18\x55\xc4\x56\x03\x20\x23\x9a\xae\x08\x95\x1f\x61\x55\x98\x65\x6f\xb3\xe8\x2d\x9b\x49\x11\xb7\xd9\x58\x6a\x84\x72\x76\x08\x2e\x26\x85\xbc\x76\x39\x57\x38\xed\xf9\xcb\xd3\xa8\x40\xd2\x6e\xa3\x6f\x86\x28\xca\xc4\x29\x70\x47\xee\xb8\xba\x20\x98\x27\x8c\x93\x39\x89\xd2\xe5\x2a\x01\x90\x61\x49\x7f\x03\xf9\x1d\xbe\x5a\x9b\x4e\x18\x31\xff\x5c\x3d\x91\xbc\x68\xed\x56\xf9\x10\xb5\xc7\xbe\xb9\xfc\x41\xc8\x55\x97\x5d\xa5\xcb\x9e\xbf\x3c\x72\x8b\x57\xec\x54\x7d\x6e\x15\xde\x36\xc9\x09\xa8\xc8\x7f\xa0\xfe\x3a\x58\x59\xb4\x4d\xd6\x20\xae\x9b\x57\x0c\x40\xfa\x3f\x46\x12\x8f\x17\xee\xed\xb2\x19\x7a\x13\x51\xee\x7e\x13\x7f\x36\x4a\xdb\x9b\x94\xf4\x22\xfa\xa2\x3f\x2a\x2a\x35\xb6\x3a\x38\xc1\xcf\x01\xc5\x0c\xa7\x3a\x8a\xc5\xa7\x44\xd7\x9b\xce\x24\x58\xa3\x66\xd5\x3d\x12\xee\x27\x84\x4b\x15\xa5\x84\x26\xa5\x03\x90\x5d\x92\x7e\x9a\x5b\x13\xb2\xe4\x3e\x0b\x29\x86\x85\x7b\x5b\xe3\xc5\x23\xe4\xfd\x9a\x92\x9c\x22\xd7\x82\x6c\x22\x5f\x44\x7f\x0b\xfd\xe6\xbb\x10\xb7\x23\xf2\xa4\x43\x19\xfa\x40\x2c\xd7\x34\x0d\xa3\x12\xef\xa7\xbe\x0e\x73\x31\xb1\x54\x8a\x94\x7c\x01\x8b\x06\x20\xdb\x27\x03\xc7\xe9\x08\xf2\xf4\xee\xa0\xd9\x86\xec\xf4\x5b\xce\x72\x0b\xdb\x14\xf8\x39\xb1\x39\x62\x47\xa8\x7b\x64\x68\x94\x73\xc4\xa0\xaf\x4f\x4c\x59\x8c\xba\x83\x41\xdc\x03\x54\x93\xe9\x6e\xf4\xfb\x04\xd9\xfd\xa3\xf1\x35\xd8\xf5\x52\x9e\xc9\x26\xb8\x22\x00\x08\x7f\x33\xa3\x59\x8b\xbe\xd9\xc1\x93\x94\x5a\xff\xa6\xb0\xb0\x8c\xbb\x81\x3f\x23\x5e\x24\xa0\x43\x70\xd1\xc5\x11\x4e\xe1\x1b\xe2\x62\x7c\xd0\x91\xdd\xf1\x66\xf6\xb8\x18\xbb\x44\x45\x13\x46\x1c\x84\x7d\xb8\xdf\x0c\xa5\x93\x62\x26\xa5\x85\x7d\x9f\x1a\x03\x00\xc1\x1c\xdf\xc7\x38\xef\xb9\x39\x7a\x8d\xf4\xd4\x9b\x11\xb7\x23\x1d\xe3\xa7\x89\xd6\xc3\x68\x05\xdc\xc5\x58\x85\x9b\x07\x4f\x24\xa6\x7a\x93\xc3\xc6\xb1\x0d\x76\x2d\x91\x35\xc9\x77\x8c\x3f\xc6\x6c\x4f\x13\x53\x5b\x89\x59\x4a\x3f\x2f\xb5\x27\xa9\x36\xa3\x18\x00\x7c\x02\xf1\x3f\xba\xaa\xcb\x5c\xe2\x48\x4e\xb8\x7b\x15\xd6\x2a\x4d\xcc\xab\x14\x37\x81\xfe\xe6\xcb\x49\x31\x0c\xb3\x08\xe8\x4c\x9d\xf4\xaa\x0f\xfe\x9c\xee\x68\xfb\x21\x5c\x3e\xe3\xba\x71\x46\xe4\x60\x56\xa0\x5a\x6d\xd4\x20\x3e\x5f\x4a\x3b\x31\x9a\x00\x00\xc8\xaa\x20\x45\x42\x37\xec\x13\x08\xd3\xd9\x7e\x4e\xf9\xd9\x70\xca\x51\xd7\xc7\x44\x13\x94\x9f\xa7\x37\x71\x34\xe4\xac\xcf\xcb\x1c\x5f\xcf\x8c\x80\xbc\x9c\x67\xb6\x3b\x42\xc4\x48\x54\xa3\x4f\x61\xf3\x64\x59\x35\x41\x84\x29\x99\x2a\x45\xc6\x5c\x23\xd3\x00\xc8\x1c\xa5\xc6\xd1\xb6\x1c\x1b\x67\x76\xe3\x7b\xec\xd0\xcc\x58\xdc\xb8\xd3\x41\xe6\xce\xd8\xb7\x6e\x5b\x18\x2d\xc1\x4c\xcf\xef\x0c\x57\x8f\x2c\xdf\x97\xf4\x67\x36\x11\x81\xf5\x74\xb6\x91\x28\xa4\x90\xae\xa7\xc6\x09\xa3\x21\xb3\x52\x57\xe2\xa7\x90\x75\xff\xd3\x05\xf4\x82\xc2\xb5\x60\x14\x5c\xc9\xb2\xb4\xa6\xe6\x4f\x62\xa3\xec\x0b\x45\xad\x31\x17\x9c\xcb\xf2\x22\x83\xca\xdd\x47\x72\x95\xdd\xe7\xbd\x6f\x0b\x5e\x58\x7f\xf7\x9f\xe1\x0f\x1b\x11\x83\x7e\xf2\xf2\xd4\xae\x85\x06\x73\x39\xd2\xc1\xe8\xcf\xac\x3e\x00\x32\xee\xd0\xd7\x91\xbf\x98\x33\xcb\xde\x67\x8e\x1d\x43\x4a\xe1\xa4\xe7\x76\xb5\x25\x1b\x62\xb0\x4e\xbd\x45\x31\x41\xde\x6e\x2b\x05\xb3\xee\xb5\xde\x92\xf9\x86\xd6\x6f\xfc\xb7\xe7\x35\x1b\x09\x82\x62\x72\xf7\xef\x57\x0a\x79\x24\xb8\x23\xdd\x8b\x2e\xe0\x94\x00\x90\x31\x44\x5f\x22\x97\x9b\x2d\xd4\xec\xcb\xc4\x5a\xcd\x56\x25\x26\x35\xd8\x3e\xac\x68\x88\xb1\x74\xfc\x54\x76\x22\xe8\xb0\x9b\x6a\xc9\x25\xf7\x3a\xaf\xa8\xa2\x4f\x36\x5b\xfc\x12\x0b\x15\x8d\x26\x02\x97\xf3\xdd\xf6\x53\x42\xd2\xf2\xb2\x64\xd4\xd1\xd2\xbc\x8d\x00\x64\xa4\x33\xdc\x11\xa7\x98\x42\x17\x1c\xf1\x40\x6c\xb5\xc7\xee\x14\x56\xdc\x0d\xef\x3e\x94\x15\xda\xc6\x9f\x14\x12\x1c\x7f\x29\x18\xed\x71\x3a\x21\x26\x1c\x65\xb3\x2d\xf1\x73\x74\x9a\x21\x06\x1b\x84\x8a\x57\x71\xc5\x36\x62\xee\x6c\x43\xa7\xdf\x48\x92\x03\x20\xc7\x3a\xc3\x07\x66\x47\x99\x79\x6c\xcd\x66\x44\x93\xbc\x53\x93\x3f\xc4\xbc\xf0\x9b\x88\x3b\x11\x87\x04\x99\x07\x3f\x46\x9b\x87\xde\xf0\x08\x88\xff\x17\xc9\xb2\xee\x4f\x98\x88\xb5\x35\x94\x4f\xb2\x45\x3f\x51\xd9\x90\x54\x9a\xb8\x61\x5b\x68\xba\x1b\x16\x00\x40\xfc\x93\xf1\x0a\x1a\x0b\x7f\xe6\x7d\x95\x70\x25\x32\xc8\xef\x7d\xb2\x7f\xd4\xd7\xc0\xdf\x71\x07\x62\x4e\x86\x6a\x06\xc7\xc7\xd5\x44\xe0\xdd\x57\xd1\x05\xd1\x2b\xd6\x81\x18\x12\xca\xf9\xd0\xc5\xc4\x3d\x98\x72\xe5\x73\x89\x39\x49\x49\xdb\x9c\xd2\x4e\xe1\xf4\x00\x20\x76\x67\x2e\xd1\xe4\x83\x0d\x82\xa3\xf0\x91\xa1\x1b\x42\x3f\xe2\xa4\xc3\x41\x04\x3e\x56\x26\x52\x3f\x7a\x7f\x50\x66\x34\x21\xf6\xa3\xfb\xee\xd8\x71\xf4\xf4\xb1\x4e\xd4\x87\x84\x9a\x43\xc7\xe2\x67\xb0\x81\xca\xb1\x18\xeb\xe4\xca\x6d\x87\x52\x99\x29\x9f\x01\xc8\xfe\x88\xff\x43\xe1\xf8\xcd\x47\x87\x67\x3e\x0d\x78\x11\x9b\x94\x74\x2a\x58\x0f\x45\x88\xbe\x13\x3a\x10\x5f\x14\x18\x1d\xe1\x9e\x70\xc1\x4d\x37\xea\x49\xd2\x3f\xab\xa7\xb1\xc1\xc9\x16\x06\x83\xa8\xd0\xd4\x18\x65\x45\xf4\xee\xf4\xfd\xdb\x8e\xa5\x58\x64\x18\x00\x90\xbd\x9f\xe8\x4d\xea\xf7\xe2\x26\x74\x66\x84\xf9\xfc\x4c\x3a\x9a\x98\xe9\x5f\x80\x9d\x88\x1a\x0e\x42\x27\x3b\x04\x84\x85\xba\xa6\x3c\x75\x75\x8b\xd0\x4a\xcb\xb6\x3a\x10\xb5\x92\x21\x63\x60\x1d\xbb\x3e\xb3\x61\xdf\x6a\x9c\x6a\xd6\xfd\x6d\x81\xc9\x9b\xf1\x4d\x00\x10\x42\x48\x54\x22\xd9\xd5\x09\xef\x92\x16\xe8\xa1\x43\x90\xc1\xd4\x78\x1f\x24\x2c\x46\xca\xfb\x45\x67\xa7\xf9\x7d\x0b\xac\x27\x6a\xbb\x1c\x0c\xb9\x49\xbc\x69\x19\x12\x7e\x33\x47\xa0\x3f\x11\xb5\x9b\x64\xb2\xef\x79\xf4\x24\xe9\xe4\xb6\x01\x2c\x44\x56\x05\x00\x4f\xa0\x86\x11\x68\x8e\x87\xe8\x5d\x29\x85\x2e\x68\x7a\x4e\xbc\x94\xfb\x49\xba\x75\xf8\xa8\xb7\x11\xf2\xc7\xf7\xa2\xdf\x18\xb2\xe8\x6c\x19\x64\x86\x14\x58\x74\x87\x52\x90\x08\xfd\xec\xf0\x27\x88\xc1\xbe\xb5\x28\x69\x78\x75\xfb\x96\x24\x1c\xec\x0d\x40\xd6\x23\x68\x0c\x9f\x61\xfb\x50\x14\x9b\x9c\xec\x18\x9f\x97\x88\xba\xe3\xba\x21\x37\x21\xac\xd7\xa3\x5b\xe8\xef\xf3\xd6\x27\x4a\xe0\xee\x54\x11\xb0\x83\xef\x6e\x61\x1f\xcc\xe5\x05\xea\x07\x84\xed\xe7\x46\x2b\x9b\x46\xac\x72\x0a\xb7\x33\x12\x1b\x99\x75\x00\x64\x71\x91\xde\xac\x0b\x36\x2b\x25\xc7\x70\x6f\x1c\x22\x8a\x3e\xa3\xb2\x9c\xff\x15\x56\x85\x85\xb8\x0f\x16\x1c\xf2\xe9\xf2\xce\x14\x2d\x3a\xa5\xf8\x1f\xce\xa3\x58\x18\x05\x9d\xc9\x35\xd5\x47\x85\x12\x04\x9f\x94\x33\x23\x52\xf8\x67\xb6\x5f\x48\xb4\x63\xa3\x01\xc8\x0a\xa1\xa7\x67\xf9\xd9\xc8\x57\x5a\xe0\x4a\xec\x0b\xca\x87\x51\x66\xce\x7a\x65\x0a\x61\x06\x6e\x8f\x4a\x52\x7c\x8a\xbd\xda\x8a\xa6\x9c\x70\x7e\x84\x42\x03\x0b\x97\x20\x89\xfc\x4e\xfd\xb6\x90\xc7\x22\x7d\xe5\xab\xe1\x6f\x72\xcd\x25\x0f\x27\x4c\x73\xe6\x00\xc8\xda\x49\xff\x4a\x6c\xc5\x4c\xb8\x5c\x4c\xfd\x9d\x90\xe8\x81\x8a\xef\x4e\x0c\xf3\x7e\x12\xfe\x2f\x09\xed\x9f\xef\x7b\x02\x2b\x08\x8e\x75\x1a\xc3\x9d\x0e\xb7\x37\xef\x48\x7e\x1b\x6d\x7c\x80\x98\xba\x2d\xee\x9f\x52\x75\xaa\x0d\x46\x67\xcb\x07\xfc\x89\xc4\x39\x00\xc8\x01\x19\x77\xb2\xff\xa2\x63\x3d\x0e\xa6\x46\xc4\x07\x7a\x33\xe2\xe5\x30\x1c\xbf\x89\xf0\x8c\x84\xd3\x41\x1a\xbe\x86\x49\x52\xa1\xbd\x4e\x0e\xd8\xd4\x48\x27\x73\x7b\xdc\x7c\xcc\x9b\x03\x3a\x29\xeb\xd1\x18\xa5\xf0\x14\xbf\x04\xdb\x2d\x6f\xf1\xa6\x49\x4d\x00\x90\x77\x64\x86\x64\xbb\xc7\x6d\xf4\x1e\x4b\x19\x44\x59\xfb\x2d\xa1\x49\xe8\xde\xc0\x0b\x61\xf7\x30\xdb\x42\x56\x7d\xda\x12\x78\x11\x07\x1c\x17\x92\x76\x46\x43\x66\x77\xb1\x85\x71\x2b\x7a\x2b\xb8\x17\x98\xad\x4a\x3a\xc9\x81\x89\xb5\x5b\x1e\x67\xf5\x62\xcf\x03\x40\x3a\x97\xa5\x81\xcf\x8b\x4c\x0f\x06\xc9\x7b\xa2\xf7\x84\x72\x51\x52\x31\xef\xc2\x7f\x85\xd6\xc5\xf5\x47\x35\x79\x17\xa3\x39\xb1\x89\x0e\x0f\x31\x91\x68\x63\x33\xf9\xc4\x7d\x09\x9b\xf5\x9c\x92\xaa\x92\xba\x15\x1f\x60\x83\x70\x33\x5b\x9e\x67\xd2\x53\x4a\x00\x20\xc9\x12\x8c\xb3\xf6\x85\xfa\x46\xe1\xb1\xe7\xc3\xf5\x63\x9a\x63\x6f\x47\x5a\xc6\x75\x87\xd0\xa3\x03\xd0\x0b\x5e\xa2\x58\x6a\x82\xb8\x03\x40\xd5\x24\xd9\x1c\x8d\x88\xaf\xc2\x41\xba\x8b\x09\x47\x53\x1a\x14\x7b\x12\xa3\xd3\x5c\xc4\x37\x64\x38\xa6\xdf\x04\x20\xc7\x8d\x88\xcb\x20\x06\x1e\xc0\x54\x27\xc5\x06\xc7\x27\x6a\xc7\x0c\x86\x4e\x24\x35\x07\x67\x44\xa8\xe3\x0e\x7b\x56\x44\x95\x26\x3f\xb3\x3f\x10\xf3\x23\x95\x75\x64\x08\x75\x20\x5d\x4f\x17\x8d\x7e\x99\x71\x5e\x91\x8e\xe1\x65\x7e\x17\xd7\x49\xff\x0f\xef\x07\x00\x91\x41\xa2\xa7\xc5\xf9\x78\x66\x0e\x27\x14\xf8\x9d\xca\x62\x46\x6f\x0f\xf4\xc7\x1b\x07\x89\x85\xec\xc4\xaf\x79\x44\x85\xdd\x23\x9c\xb3\x33\x88\x2c\xcd\x2e\x3c\xfc\x23\x46\x8e\x88\xd2\xdd\x14\xfb\x3e\xc7\x52\x51\x84\x3e\x96\x33\x27\xce\x49\xad\x20\xcd\x00\x90\xdd\x40\x35\x4f\x11\xb9\xff\x83\x09\xf1\x1f\xbc\xae\xc0\x21\x91\x5d\xbe\xf3\xb0\x7a\xc0\xc5\x80\xcb\xf0\x56\xf7\x90\xe0\x7b\xb0\x98\x6d\x54\xd8\x03\xe8\xf3\xe1\x98\xc8\x06\xe8\xbd\xce\x74\x74\x15\xbc\x49\xb1\x33\xae\x18\x7a\x23\xfe\x28\x85\x03\x89\x00\xc8\xde\x08\xe1\x93\x63\x5d\xce\x0a\x6b\xd1\x93\xee\x6b\x82\x0b\x11\x3c\x6f\x65\xfe\x6d\xff\xdb\x7e\x6e\xbc\x6f\x6e\x65\x81\x34\x9e\xaa\xcd\x42\xc8\x10\x37\xfa\x30\x08\x6f\xe5\x74\xea\xb4\x46\xde\xe0\xc8\x2b\x3e\x8a\x4d\x63\xc3\x12\x36\xc9\xe7\x19\xac\xff\xb9\x24\xc4\x15\xf7\xc9\xf9\x72\xa1\x3f\x3a\xcc\xed\x5d\x81\x46\x84\xba\xd7\x1e\xd1\x1d\x7f\xbe\xaf\x4f\x5e\x87\x5b\x64\x40\x6e\x2e\xd5\xa6\x35\xf8\x9a\x30\xc3\x74\x2d\x6c\x59\x80\xd7\xe9\x8f\xdc\xc3\xaf\x55\x92\x8c\xf9\xcc\x4b\x93\x20\x27\xe3\x58\xba\x00\x10\xd2\xe9\x5b\x70\x03\xce\xfb\xca\xcc\xd0\x4a\x6e\x6a\x25\xb3\xe1\x6f\x3c\x5d\x8b\x8f\xf8\xa3\x7d\x68\x85\x73\x6e\x1e\xfe\xa7\x0a\x82\x6c\xda\x83\xb7\xe6\xef\x3c\xbc\x39\x4c\x31\xef\x91\xce\xd3\x08\x42\xee\x2d\x25\x6c\x4c\x8c\x60\x51\x62\x19\xf7\x81\x4d\x03\x80\xa0\x43\x2f\x4e\xcd\x4a\x7e\xef\x9a\x82\x51\x4f\xc9\xf7\xb8\x1e\x69\x97\x1a\xee\xa3\x1d\x60\x95\xfa\xdb\x7f\xcc\xad\x3e\x6d\x38\x38\xc3\xc6\x33\x1d\x0e\x3f\x6c\xf2\x2c\xc3\x33\x7a\x8b\x96\x76\xa6\x41\x5c\xb5\x3c\x31\xf3\x66\x3c\x66\x63\x63\x0e\x2d\x71\x1e\x00\x2a\x31\x93\x94\x32\x84\xbd\xeb\x51\x18\x4f\xc1\x75\x7a\x8f\x46\xf4\x25\x37\xf8\x5d\xf2\xef\x4c\x49\x0e\x52\x75\xdb\x9e\xea\x15\x5a\x66\xbd\x90\x66\x1f\xf9\x9f\x49\x56\xba\x69\x4c\x83\xe6\xed\x0c\x43\xd4\x5b\x79\x8f\xcc\x8d\x98\x8c\x8d\x5d\x39\xeb\x93\xca\x00\xa0\x1e\xc9\x5c\x49\x7e\x95\x78\xce\xfb\x21\x7a\x3e\xe9\x8c\xdf\x85\x88\x1d\xd8\x87\x81\xcd\xfe\xdb\x71\x57\x43\x4e\xb9\x66\x26\xdf\x0f\xff\x60\xed\x90\xf2\x33\x5a\xdf\x44\x2c\x4d\x2a\x2e\x4b\x93\x97\xae\x14\x4f\x95\x57\xcf\x50\x4b\x98\xda\x58\x45\x64\x63\x07\x00\xa0\xbc\xce\x12\xe1\xb6\xa0\x2b\x82\xce\xa0\x64\xe3\x1f\x87\xea\x84\xd1\x13\xfc\xc2\xb9\xbe\x7d\x89\x0d\x51\x3a\x2e\xb6\x58\x10\xf3\xf2\x98\x05\x2e\x16\xd5\x6d\xac\x92\xdc\x87\xc9\xd4\xf8\x92\x72\x3b\xf1\xaf\xdc\x6a\x9a\x37\xf6\xea\xc6\xbe\x6c\x54\x0a\x09\x00\x8a\x19\x81\x90\xf4\x21\x26\x33\x6a\x63\xec\x87\xb8\xed\xd1\x3f\x42\xd3\x51\x67\x63\x9f\xfa\x74\xc7\xa3\xd1\xe2\xce\x9e\x09\x3b\x30\xce\x56\xc9\x89\x27\x13\x99\x46\x44\xac\x05\x76\x4a\x83\x87\xa3\x25\xaf\xc8\x4d\xa7\x90\x52\xdd\x36\xde\x27\x18\xa4\x4f\x02\x40\xc6\x13\xf3\x13\x4d\x22\x9a\xe2\x59\x31\xb5\x51\x19\x09\x12\x21\x29\x31\xb1\x89\x0c\xef\xd1\x38\x2f\xac\xa6\x13\x06\xed\x88\x7b\x62\xd9\x89\xd1\x48\x29\x32\xbc\x9b\x70\x3b\xcd\x4e\xe3\x60\xd2\x81\xf4\x17\x72\x7d\xb8\x89\x8c\xaf\x9b\x54\xf1\xeb\xf0\x8e\x00\x90\x06\x48\x22\xcc\xe5\xe0\x92\x0c\x85\x68\xfd\xd0\xc1\x8c\xbb\x41\x7f\xc3\xdf\x65\x16\x78\x11\xa3\x0c\xb3\x92\x1d\xc3\x63\xc8\xf8\x08\x8b\x6b\x71\x7d\x04\x17\xc3\x63\xe8\xee\xec\xa3\xea\xaf\x30\x0a\x44\x53\xb9\x6b\x49\x08\xf1\xf4\x26\x46\x26\x9f\x44\x05\x20\xe7\x22\x75\x1f\xfa\xa5\xbf\x33\xed\x60\x64\x5b\xe0\x38\x6d\x77\xe0\x62\x88\x2b\xf5\x87\x67\x7a\xd8\x55\x9a\x84\x03\x3d\x32\x92\xa6\x63\xb1\x3f\xfa\x0e\xcd\xeb\xd0\x64\x9c\x3c\x8d\xac\x7e\x02\xd5\x4a\xbb\x24\x2f\x96\x70\x8d\x76\x77\xd3\xfd\x0c\x02\xed\x11\x00\x39\x3a\x90\x29\xaa\xdd\xa7\x95\x77\x39\x02\xf6\xdf\xcd\xdb\x1c\x30\x11\xd8\xc3\x35\xf4\x28\x0b\xf1\xe5\x70\xec\xef\x87\xfd\x60\xbf\x34\x6f\x8d\xec\x64\x27\x1c\xc2\xc6\xec\x62\x7d\x53\xaf\x8c\xbd\xc6\x1a\x91\xd7\xc6\x0c\xb3\x0c\x37\xeb\xa6\x9f\xa1\xb3\x01\x20\x9e\x85\x3f\xa1\x8c\xbc\xf1\x22\xfd\x88\xff\xfc\xd6\xe7\xa9\x04\xc4\x06\x74\xe7\x02\x0f\x9f\xe0\x40\xa1\x84\xfd\x60\xd8\x3a\x81\x92\x39\x2f\xe2\x2c\x3f\xf4\x50\x64\xb4\x35\xaf\x5b\xbd\x29\x76\x27\xef\xb0\x7c\x00\xe6\x10\x67\x75\x73\x44\x3a\x9a\x29\x0d\x00\x31\x17\xe9\x89\x7b\xe6\x85\x14\x2d\x84\x2f\xfb\x2a\x17\x0a\x02\x74\xfc\x97\x0b\x4c\x3d\x0e\x05\x51\xf3\x37\xd9\xb7\x87\x6a\xe7\xdd\x36\xcf\x0b\xff\x9c\xfb\xf2\x50\x66\x14\x39\x57\x5a\x7d\x31\x26\x5a\x88\x97\xaf\x8b\xaf\xe0\xef\xdb\x5c\x97\xf6\x89\xe5\x0d\x00\xd1\x9a\x6e\x1e\x9d\x49\xa4\xb8\xb9\x86\x68\x12\x6b\x3c\x09\x3e\xf6\xc4\x55\x9f\x6a\x17\x15\xe2\xdf\x00\x31\xeb\x84\x1c\xad\x60\xbe\xe9\xbf\x1c\x62\xb8\x92\x1e\x21\xe7\x7a\x54\xdf\xbe\x4e\x52\x70\xec\x3f\xa9\x79\xf2\x45\x34\x41\x2c\x92\x46\x4b\x62\x03\x00\x63\xb2\x1a\xa3\x96\x08\xd5\x9e\x5a\xc1\xe5\x84\x15\x1f\x79\xef\x0b\xd9\xb6\xfe\x62\xce\x5d\xd9\xb4\x20\xfd\x63\xdf\xb2\x97\x42\xa9\xa6\x35\x44\x9b\x88\xab\x7a\x6a\xc4\x89\x18\xf5\x7d\x69\x39\x81\x28\x43\xa9\x11\xb2\x78\x7c\xbc\x18\x9a\x26\x89\x3d\x02\x00\xac\x97\xf5\x20\x6a\x6f\xd6\x09\x1f\x93\xa0\x7f\x78\x69\xbf\x57\xde\x4e\xf8\xc2\xc0\x4a\xe7\x43\xf8\xf7\x21\x45\xc7\x20\x02\x26\xbc\xc3\xd4\x94\xf0\x3b\x6a\x56\x77\x21\xbb\x34\xf6\xee\x3e\x2b\xe2\x31\x74\xa7\x54\x2b\xc9\x08\xd3\x2c\x96\x46\x15\xe1\x6c\x01\x80\xee\xe3\x71\x11\xaf\xd2\x4a\x82\xd2\x03\x2f\xa7\xbb\x85\xcc\x7a\xa9\x64\xa8\x84\xef\x70\x52\xcb\xb8\x19\xd9\x6c\x95\x9b\x59\x11\xe3\x6d\x82\xc9\x4a\x42\x89\xe9\xaa\xe2\x8d\xe2\x3b\xf7\x5e\xc1\x7f\x48\xdc\x28\x95\x4f\x24\x26\x35\x89\x15\x53\x08\x29\xff\x00\x80\xf4\xb2\x65\xc2\x1f\xe3\xae\x47\x6e\x0c\x58\x4c\x1e\x8b\x06\x9e\x56\x29\xd3\x31\xdf\x1d\x3d\x53\x27\x50\x8a\x96\xe7\xd2\xe6\xe2\x03\x8d\x67\xd2\x2f\x25\xe4\xeb\x34\x65\x9c\x4d\x9a\xde\x2b\xca\xe4\xe2\xce\x49\xe5\x12\x06\x53\x76\x8a\x5d\x22\x7b\x64\xf8\x00\x40\xc3\x10\x7f\x86\x09\x12\xb7\xa3\xfe\xf9\x4f\x27\x59\xc4\x17\x7a\x24\x60\xd9\x09\x4a\x0e\x2c\xdc\x6c\xe2\x92\xe5\xb6\x14\x09\x6c\x91\xb1\x5e\xaa\x63\xb2\x9f\x8e\x61\x5a\x74\xea\xd6\xbd\x21\xe9\x1a\x69\x23\x52\x55\xf8\x75\xe9\xe3\xeb\xe4\x49\x3a\xf8\x9b\x00\x50\xbb\x48\x37\x42\x5e\xa0\xa2\x53\x13\xfd\x5c\xd1\x73\x69\x59\xee\x07\x30\xc7\xd2\x71\xf6\xc4\x84\xd9\x8c\x54\x8b\x43\x49\x1e\x99\x0c\x23\x1a\xf6\x72\x56\x85\xf6\x68\xf2\x7e\x7c\xd7\x5e\xfd\xe4\x5f\x84\x79\xa9\x6b\x19\xd7\xb3\x71\xeb\xb2\x88\x27\x49\xb1\x00\x50\x46\xa9\x4a\xc1\x09\xd1\x15\xa4\xd3\xbe\x3b\x63\x77\x91\xde\xba\xe9\xc4\x0d\x90\x65\xed\xaa\xd1\xa9\xe4\x68\x73\x18\x73\x90\x7c\xda\xf0\x53\xc2\x07\x8a\x86\x76\x68\x52\x0e\x25\x7f\xaf\x2c\x56\x40\x55\x92\x96\x4a\xd7\xa6\x12\xd6\x5d\xca\x6e\xa3\xe9\x00\x40\xd9\x4e\xfb\x1a\xe4\x11\xd1\xc5\x22\xf9\x6c\x8d\xf2\x62\xc9\xb8\x9a\xc5\xec\x60\xd6\xdb\xde\x89\x7d\xc6\xf4\x32\xfb\x80\x1a\x65\x8a\x1b\x72\xe3\x9b\x19\x4f\xb5\x77\x26\xf8\x31\x2e\xee\xf9\x93\x78\x8e\x71\x4b\xda\x2a\x6d\x13\x43\x7a\xfd\x1e\xc2\x1b\xc4\x1f\x00\x72\x0d\xcc\x0d\x5c\x0b\xc7\xf0\x49\xde\xa3\x91\xba\xbc\xdb\x2e\x4f\xa2\xb7\xf2\x74\x6d\xab\x63\xee\x73\x2b\xcd\xe6\xe2\xfa\xb9\x3b\x0c\x53\xd0\xdd\x9c\x93\xda\x5b\x30\x09\x9c\xb4\xbd\x9b\x13\x37\x72\x82\xa4\x51\xa9\x10\x2b\x6d\xbd\x23\xa1\x90\xde\x0d\x00\x19\x85\x68\x07\x8e\x84\x45\xe6\x2d\x78\x43\x11\xe6\x79\x1b\x5c\x7a\xa2\x0e\xe4\xea\xdb\x92\xa3\xbf\x09\x53\xcd\xce\xc4\xce\x08\x4e\x1a\x66\xa2\xe6\x04\x56\xda\x0a\xf1\x3c\xfe\x9d\xbd\x06\x09\x36\xfc\x00\xe9\xe6\x94\xa7\x9c\xd4\xf5\x5c\xc2\x3e\xc6\x32\x00\x64\x79\xa4\xcb\x7b\x96\xe9\xec\x76\xd7\x15\xc3\xb8\xe0\xf9\xcb\x0e\xcf\xc8\xf6\x95\xb1\x70\xa4\x7f\x09\xf0\x34\x46\xe8\x82\xe0\x5e\x3d\x69\x7a\x44\xb8\x94\x2a\x96\x1e\x11\x15\x2d\x27\xa0\x1f\x8f\x8d\x13\x77\xa0\x77\xa1\xfb\x01\xa0\x17\xe3\x3c\x00\xa0\xaf\x10\xb4\xbc\x6d\xe9\x78\xcf\x08\x97\xef\xf4\x9d\x3e\x9e\x76\x0a\xc8\x7d\x7f\x13\xf3\x4f\x08\x1c\x64\x67\x7c\x18\x31\x0d\x4d\xd3\xbd\x8e\x68\x44\x54\xa9\x5a\x22\xd6\xd1\xc3\x72\xd9\x48\x6b\x5c\x8e\xb8\x17\xf2\x3a\x9e\x0e\x00\x5d\x0d\x77\x1d\x00\x7a\x09\xc1\xc0\xeb\x38\x5c\xe9\x23\xed\x02\xc1\x81\x7e\x37\x6d\x8f\xc3\xe6\x81\x05\xe6\xb5\xd0\xf7\x90\x0c\xa3\xe7\xd0\xf5\xf0\x14\xdd\x02\xe8\x41\x54\x82\xaa\x04\x2c\x19\xeb\x21\x17\x0d\xd3\x50\x2b\xe2\x41\xc8\x6e\x4c\x17\x00\x48\x63\xf2\x3c\x00\x74\x7b\x42\xa9\x67\x2f\xe5\x4a\xe0\x3d\xe7\x16\xca\x4c\x88\xbd\xed\x26\xca\xbd\xb0\x7a\xb3\xb7\x94\xd5\x48\x4d\x23\x2b\xea\xe6\xe8\xb3\xba\x5b\xa8\x0e\x71\x28\x95\x46\x6a\x09\xfa\xbd\x9c\x31\x6d\x5b\x82\x92\x78\x32\x84\x4a\x2a\x04\x00\x66\xa5\x11\x01\x40\xf2\x88\x62\x1e\x79\x39\xa9\xe1\xc3\x4e\x67\x72\xf0\x91\xef\x6c\xc2\x73\x1a\x62\xa4\xcd\xbc\x73\xde\xc4\x99\x1a\xf6\x91\x1c\xd0\xa9\x3a\x55\xa4\x1e\x4c\xb7\x4a\x18\x59\x29\xf1\x8a\x9c\x2a\x39\x1f\x7b\x4a\xbc\x80\xda\x92\xfc\x13\x00\x28\x3a\x73\x04\x00\x78\x3e\xe7\xb4\xfb\x20\xfe\x5a\x9c\xb3\x93\x18\x41\x11\xbd\xd9\x7a\x9c\xc0\x88\x1f\x3f\x7a\x3a\x7b\x63\x02\xcd\x50\x37\xbb\x28\xc9\x5b\xe7\x08\x51\x15\xb7\x5f\x45\x99\xd8\x9e\xfc\x4c\x4e\x21\xc7\x30\x95\x2f\x3e\x45\xfe\x92\x5e\x07\x00\xcd\x99\x70\x15\x00\x78\x23\x19\xeb\xb6\x25\xdd\x0d\x37\xe5\x30\x94\x3e\x93\x22\x73\x6c\x26\x23\x32\xd5\xf3\xc8\xc7\x4c\xb9\x34\xf2\xa1\xbc\xcc\x1b\xe9\xa3\xda\xb3\x59\x75\x19\xbf\x94\xef\xe2\xbd\xb3\x8c\xe5\xf6\x12\xf4\xf1\xb1\x12\xb2\x39\x57\xb2\x8f\x02\x40\xb9\x41\x1a\x05\x80\xf6\x97\x9a\xea\xea\x9b\x6c\x9b\xad\x67\xbf\x96\xb2\x2e\x7b\xc8\xea\x77\xca\x7d\xe2\x81\x23\xde\xa9\x53\xc4\x89\x43\xf2\x69\x6d\x39\x51\xda\xe9\xe9\x6d\x24\x19\xe5\x9e\x0c\x06\xe9\xa4\xdc\x81\xcc\xab\xe4\x6c\x09\x0c\x51\x9d\x72\x1d\x00\xf2\x14\xf5\x03\x00\x34\x3b\x68\x93\x8b\x53\x92\x0d\xbc\x66\xbf\x15\x7b\x10\x11\xb7\x3a\x82\x33\x45\xa4\x0e\x8f\x26\xab\x23\x8a\x06\xdd\x29\x3b\x11\x13\x6d\x8d\xd4\xa3\x48\x9a\x32\x3d\xcd\x08\x69\x97\x33\xce\x90\xa5\x6f\x96\x68\xce\x06\x08\x17\x98\x92\xbe\xc0\xa3\x00\x50\x67\xe1\x68\x17\xb1\x44\x53\x56\x9b\xdd\x4c\xd2\x3e\x16\xc3\xf2\x3d\x56\x8d\xe5\x7b\x98\x89\x93\x64\xe9\x1a\xe4\xe1\x7e\xb2\x64\xb5\xe5\x53\x74\x58\xea\xca\x50\xea\x41\x96\xb9\x9c\x73\xba\x2b\x4b\x5d\xe2\x22\x81\xc8\x28\x02\x31\xa4\x1a\xe4\x05\x00\x54\x01\xfc\xcd\xf9\x6a\x42\x2c\x6f\xca\xae\x2c\xd1\x8a\x87\xb7\x9c\x4a\x32\xe1\xed\x39\x8c\xc5\xee\xe2\xde\x34\x10\x60\xbf\x72\x6b\xb4\x55\x93\xf5\xb8\xd5\xca\x65\x29\x87\xb8\xed\x72\xd9\x69\x39\x9c\xd9\xad\xeb\xf0\x8f\x58\x01\xa0\x84\x74\x88\xbe\x0a\x00\xd5\x06\x21\x5b\xd7\xe7\x13\xdc\x0f\x9a\x73\x45\xde\x5e\x8e\x26\x57\xf2\x22\x7c\x03\xf4\xf1\xb9\x09\x01\xa9\x5a\x2c\x61\x71\x70\xbb\xf2\xaa\x50\x32\xec\xae\xfc\x37\xc1\xdb\xc8\x17\xdb\x4f\xf2\x3f\xc7\xaa\x6f\xd8\xc1\x55\xc5\x6c\x00\x80\x2d\x97\x32\x07\x00\xf3\x59\xf6\x80\xb5\x7b\xde\x88\x67\x8e\xb9\x4d\x6e\xbf\x0f\xc6\xa4\x40\x78\xcf\xdf\x4d\xdf\x5e\xb8\x2e\xc8\x48\x0b\x25\x70\x0c\x3d\xaa\x7c\x9d\xbf\x1c\x61\x2d\xff\x89\x3f\x17\xad\xb0\xfd\x0c\xef\x41\xdc\xee\x0d\xba\x9c\x58\x4c\x2f\x00\xac\xea\xd4\x3d\x00\x30\x0b\xb3\x85\xc7\xde\x0a\xdf\x7b\xff\x34\x7b\x25\x94\xf0\x9b\x30\x71\x16\xf8\x06\x92\xf5\x77\xf0\xf9\x21\xa6\x5a\xe6\xbc\xd5\xf0\x6d\xca\x27\x79\xf9\x91\xab\xf2\x2f\x78\x79\x31\xe5\xdb\x67\xb8\xc3\xa8\xc8\x0d\xc7\xd8\x85\x09\xa7\x00\x60\xc9\xa6\x7e\x00\x80\x79\x24\xfb\xf2\xb1\x40\x5e\x51\xe0\x26\x33\x1c\xf7\x74\x70\xa9\xf1\x4b\xae\x5c\x98\xfc\xc1\x1e\x4e\x51\x44\xae\xe6\x43\x8e\x4e\xf4\x7f\xca\x14\xf6\xd7\xd8\x2e\xf9\x05\xce\x26\xb4\xec\xf6\x0b\xec\x60\x4c\xda\x86\x24\xe6\x7d\x2c\x04\x00\xe3\x7d\x06\x0a\x00\x06\x31\x67\xb3\x95\x09\x5b\x25\xac\xee\xa8\x90\xc5\x88\x78\x6c\xec\xce\x02\xd1\xbb\x0f\x6a\x31\xbb\x63\xcd\x34\xf1\x4c\x1c\x0a\xab\x7c\x88\x19\x1c\xdf\x21\xdf\xc9\xcc\x4a\x18\xdf\xbe\xc2\x58\x4b\x5a\xdb\x50\xcb\x50\x4b\x59\x01\x80\x3e\x85\x3f\x02\x00\xbd\x93\x54\x6b\x19\x48\xff\x14\x43\x3e\xb2\x4c\x47\xc5\x25\x1b\x8d\x21\x7f\xd0\xbe\x07\xfa\x90\xab\x18\x05\xcd\x5d\xc8\xc9\x84\xb5\x7d\x9f\x91\x33\x49\xcb\xf2\x25\xc8\x53\x5c\xf9\xf6\x35\xa4\x3b\xa5\x61\xc3\x03\x24\x3b\x83\x0c\x00\x52\x97\xfd\x16\x00\x64\x85\xa2\x65\x01\xd3\x8c\x93\x0e\x1d\x91\xa3\xfe\xc1\xce\x18\x29\x50\x9f\x27\x3b\x1c\x38\x44\x7d\x9c\x52\xac\x71\x86\xfa\x3a\x75\x6d\xdf\x02\x6d\x77\x7a\x9c\x7c\x03\x2d\x20\xa3\x4f\xd2\x92\x36\x9a\x15\xb2\x31\x02\xf2\xca\x5e\x03\x00\xfe\x8f\xec\x01\x00\x3c\x45\xfd\x66\x3e\x45\x72\xce\x2c\x3d\x8c\x90\x1c\xb3\x44\x86\x2d\xa4\x58\x3c\x51\xef\x0e\x89\x4a\x70\xd1\xe0\x93\xea\xb2\xb5\xf7\x1d\x27\x3d\x22\x1e\x96\xaf\x24\xab\xe4\xa8\x48\x46\x53\x42\x48\x99\x1b\x5b\xa8\xe3\x94\x33\x00\x40\x1b\x69\x72\x00\x40\x5f\x21\x4f\xf3\x75\xd9\xd9\x94\x49\xd3\xa7\xd9\xc9\x54\x27\x43\xf5\xec\x22\xea\xa4\x1e\x35\x7b\x88\x76\x40\x23\x23\xfb\x37\xad\x6f\x5f\x35\xf1\x28\xe4\x27\xdf\x4b\xe4\xc3\x40\xb2\x91\xc4\x84\xa1\x8d\x2f\x29\x7c\x78\x12\x00\x9a\x0e\x8c\x07\x00\x4a\x81\xb3\xcc\x84\x04\x5f\x44\xca\xb4\x82\xe0\x82\xa4\x1e\xfa\x4e\x40\x23\x93\x7a\xd1\x04\x88\xbe\x4d\x23\x8c\x70\x8a\x0e\xef\x6b\xc9\x96\xa0\xbf\x97\xbf\x91\x4d\x62\xa4\x4b\x3e\xcb\x69\x61\x28\x6d\xf2\x27\x3f\xa3\x27\x01\x40\x9d\x41\x08\x00\x40\x66\xf0\x63\x33\x15\x7c\x04\xf3\xba\x69\x10\xde\x89\xb5\xef\xd0\x1d\x7c\x10\x2b\x54\x2f\x08\x1f\xcf\x2a\xd3\x70\xc1\x93\x59\xef\xf7\xcd\xe2\xdf\xb3\x03\xff\x93\x21\xa4\xb0\x93\xa5\x9c\x89\x93\x2c\xd7\x4d\x17\xc9\x87\x18\xcf\x00\xa0\x7a\xd1\xc3\x01\xa0\xad\x21\x5e\x47\x93\x4a\xd3\xdd\x77\x1b\xb3\x4b\x14\xbd\xf6\xe9\x87\x14\x2d\xfa\x5a\x6a\xbb\x17\x9e\x0a\xb0\x51\xed\x2c\xb8\x14\x1c\xab\x18\x5a\x70\x2c\x8c\x28\xdb\x51\x70\x30\x32\x4c\x42\x3c\xcf\x28\xd6\x5b\x6c\x8d\x9f\x8e\x59\x04\x80\xd3\x91\xfa\x0d\x00\xd6\x22\xd1\xf9\xc8\xef\xe2\x45\x4f\x37\x63\xfb\x22\xa6\x8f\x81\xbe\x66\x61\x90\xbf\xaa\xb6\x7e\x41\x60\xe0\x37\xd5\xca\x7c\x5a\xc8\x13\xc5\xb0\xfc\x0d\xe1\x4b\xb2\xc7\x45\xbf\xa2\xe8\x12\x4a\xb9\x1a\x71\x26\xeb\xa4\x79\x03\x09\x18\x00\x38\x3a\x69\x86\x00\xb0\x32\x89\xb2\x47\xe8\x45\xca\xde\xc7\x8d\x7e\x15\x3c\xf7\xa3\x1c\x7c\x9d\x7f\x23\xd0\x56\x5b\x5a\xf4\x38\xf8\x95\xaa\x40\xa4\x1c\xd6\xa6\x18\x90\x37\x1a\x99\x2c\x3b\x93\x77\x32\xfa\x97\xc4\x01\xe1\x16\x54\xea\x3a\x4d\xee\xbd\xc4\x78\x00\xd8\x55\x69\xaf\x01\x60\xed\x20\x3a\x1f\x51\x10\x75\x04\xd4\x1b\x75\xe4\x15\x06\xeb\x1e\x1c\xc8\xad\x0f\x1d\xd6\x5a\x14\xbe\x8b\xd8\xab\x1a\x2c\x8c\x88\xaa\x50\xb4\x16\x4a\xc7\xee\x93\xbd\x2a\xdc\x83\x4a\x95\x70\xe0\xcd\x62\xb2\xd6\xf9\x72\x34\x71\x6a\x00\xb0\xd2\x33\x0f\x01\xc0\x74\xcb\x49\x39\xac\x26\x74\x09\xdb\x62\x78\x47\x10\x13\xe1\x7a\xf0\x3f\x7e\x65\x14\x5f\xcb\x97\x2f\x19\xd3\xac\xf2\x9b\x57\x13\xb7\xa0\xb8\x91\x87\x89\x5f\x2f\x3b\xcd\xc3\x27\x6c\x96\x88\xe4\xa0\x93\x56\xd7\xb1\x59\x89\xa9\x08\x00\x4c\xab\xff\xf3\x07\x92\x4d\xfa\x69\x1a\xc9\x93\x8d\x2e\x35\x3c\xca\x75\x8a\xad\x38\x20\xe4\x34\xa0\xca\x34\x9f\x70\x0e\xc7\x47\xa8\xf4\xb0\x9f\x24\xe8\x2b\xac\xb0\xa7\x92\xe4\x65\x4f\xb3\x97\xb0\x4b\x12\x0c\xd6\xfe\x94\x82\x75\x0b\x8c\xc9\xcc\x03\x00\x30\x64\x88\xa9\x00\xd0\xeb\x29\x24\x93\x71\x26\x33\x51\xfc\x50\x0f\xe3\x53\x52\xdf\x01\x79\x06\x0f\xe7\xa6\x29\x64\x58\x26\xb7\xa9\xe4\x30\xc4\x52\x25\x15\x6e\xd3\xff\xa4\xe5\xc9\x7e\x60\xec\x4e\x5f\x96\x78\x49\x3f\x9a\x65\xb7\x3e\x18\x29\x27\xc6\x00\x80\xd0\xc9\x25\xff\xcb\x34\x75\x13\x63\x98\x9a\xb1\xeb\x90\x3d\xac\x9b\xa9\xa5\x77\x11\xfa\x9d\x75\x58\x33\x1c\x9a\xc7\xab\xaa\x60\xa0\x3a\xc2\x1e\x85\x17\xd0\x50\xf6\xd1\x1d\x3a\xd0\x13\xa2\xce\xd6\x63\xd0\x6d\x92\xd3\xfa\x45\xe8\x1d\xe5\x38\x00\xb0\x37\x4d\x05\x00\x78\x04\xc2\x1a\x37\x52\x83\x48\x77\x0d\x16\xa9\x2a\x64\x91\x5e\x1a\x55\x96\x62\xa3\xa9\x44\x79\x48\xb9\xa5\x12\x4e\xb9\x4c\x2d\x56\x78\x45\xb9\x43\xb3\xdf\x11\x44\x35\xa7\xfd\xde\x5a\x44\xfd\x06\x3d\xdd\x60\x4a\x1b\x86\xc3\x01\x80\xd8\xf0\xff\x94\x65\x0a\xc7\x1a\x23\x14\x35\x68\x8b\xc1\x30\xf9\x39\x54\xaa\xe7\x4d\xbe\x02\xeb\x6a\x8a\x91\xeb\xe0\x26\x15\x5f\x32\x84\x38\x29\xfc\x22\x17\x23\x4f\x77\xc0\x14\x71\x7a\xfc\xd6\x5b\x54\x79\xba\xf7\x06\x06\x4d\x11\xf9\x01\x00\xa4\x86\xb8\x00\x00\x7d\x87\x1f\x19\x27\x90\xf7\xd0\x07\x0c\xaa\x49\x37\x18\x07\xf4\x2c\x49\x43\x8c\x6e\x4d\x71\x52\x32\x53\x53\xc5\x85\x64\xcc\x1c\x57\x54\x25\x45\xb2\xfc\x77\x4c\x93\xde\xb2\xf4\xb6\x19\x52\x0c\x99\xe1\x1b\x3e\x52\x93\x19\xd1\x00\xd0\x3a\xe8\x87\x00\x80\x86\x11\x3f\xa3\xa3\x55\xe3\x6e\xcb\x07\xd3\x2b\xbd\x3c\x2f\x6a\x77\x96\x4f\xf8\x7c\x51\x5b\x2c\xeb\xf4\x7f\xb0\x27\xb8\x74\x2e\xe8\xb1\xdc\xa1\xd2\x80\xd0\x6b\x92\x16\x25\x29\x11\xef\x37\xfd\xc8\x5f\x8c\x65\x00\x53\x61\x54\x02\x01\x00\x9e\x78\xda\x34\x00\xec\x12\x62\xb9\x61\x67\xa5\xb1\xc7\xaf\x83\xa6\xe5\x93\xde\xb7\xb4\x91\x32\x2f\xbf\xcb\x6a\x63\xa5\x2e\x81\xfc\x3d\x51\x25\x19\x21\x21\x72\xce\x25\x92\xe1\xaa\x92\xe1\xc5\x87\xa3\xa4\x36\x2b\x88\x2e\xc6\x85\x00\x2f\x41\x59\xc2\x3f\x00\xb8\xec\xb4\x37\x00\xb0\xcd\x88\x11\x86\x52\xe5\x4d\xde\xfe\x07\x3e\x96\x69\xfa\x29\x69\x7b\x95\x5c\x0f\x58\x55\x6b\x2b\xbe\x15\x9c\xb5\x27\xaa\x78\x7b\x98\x9c\x5c\x40\xd1\x48\xc4\x69\x49\x7c\xe1\xeb\x68\xc6\x66\xd3\xbc\xe3\x28\x21\x40\xf3\xa7\x13\xbf\x03\xc0\x79\x93\x5e\x0c\x00\xeb\x3a\x51\x70\x68\xb9\x44\x3c\x40\xff\xc0\xf9\xa2\xb3\x41\xa3\xda\x66\x85\xcd\xa1\x96\x6a\xa2\x82\x7b\xe1\xa5\x7b\xfc\x0a\x8e\x45\xfe\x96\x8b\xcb\xff\x13\x83\x95\x6c\xc8\xb7\x8a\xfb\xba\x19\x25\x24\x60\xca\x81\x88\xb7\x19\x77\x1c\x00\xf6\x89\xcc\x71\x00\x98\x7f\x72\x1a\x0f\x6d\x2a\x18\x09\xcd\x3e\xb0\x33\xbf\x2a\x7c\x58\xab\x4e\xd4\x19\xf9\x55\x4d\x5e\x04\x62\xc4\xf6\x80\x3c\x52\xdc\x6e\x39\xe3\x3c\x07\xf4\x31\xc9\x8a\x5c\x1a\x86\xbe\x99\xca\x57\xc3\xae\x07\x67\x39\xce\x69\xca\x00\xb0\xa8\x04\x0f\x00\x98\x7b\xc9\xea\x06\x41\x79\x19\x51\xe7\xf4\x08\xb9\x8c\x98\x1b\x5a\xb2\xc2\x93\x71\x8f\x55\x7b\x84\x3a\xe8\x5a\xa5\x33\x82\x51\x0c\x5a\x6e\x97\x20\x2f\xd1\x5e\xb2\x96\x7f\x16\x6b\xb9\xb9\x81\xf3\x2e\xa5\x5d\x6c\x1d\xab\x3a\xf3\x2e\x00\x4c\x77\xe2\x2d\x00\x18\x2e\x94\x4e\xfd\x67\x7c\x99\x04\x09\x3d\x79\x9e\x75\xe2\x19\xcd\x59\x6e\x15\x16\xab\x4a\xe2\xaa\xe0\xe6\x95\x3a\x38\xe3\x29\x46\x72\xa6\x9c\xd6\xd4\x21\xc9\xd7\xec\x3f\xe9\x4e\x5b\x64\x59\xe2\x59\x68\xb1\x42\x06\x9e\x38\x09\x00\xfd\x14\x79\x09\x00\xba\x0e\xed\xa8\x7e\x3e\x6b\x35\xed\xb2\xee\x0a\x2b\x3a\xfd\xa7\x66\x1d\xf3\x4f\xa6\xaa\x2a\x8e\x59\x9c\xb5\x47\x69\x94\x69\x81\xd7\x92\x4b\x63\x5a\x13\xcc\xa5\xdc\x18\x2f\xb3\x53\xb7\xe4\xd3\x07\x49\x86\xeb\x54\x91\x49\xca\x09\x00\x10\x3e\x4d\x03\x00\x04\x0d\x05\xeb\x6b\xd3\xe3\x73\xec\x74\x79\xf4\x3d\x24\x65\x4d\x14\xf2\x99\xf4\x4b\xd5\x09\x11\x90\x87\x94\x1a\x10\x23\x0a\x49\x8e\x8d\x98\x53\x6d\xa5\xf2\x10\x13\x9a\xd5\x96\x7f\xf0\x2c\x14\xb3\xae\x1f\xa6\xc2\x92\xff\x53\x04\xac\x06\x00\xfc\x1a\x76\xd1\x8f\x41\xf6\x52\x83\x74\xeb\xe0\x05\x9a\xa4\xa6\x17\xdc\x48\x5b\x54\xb5\x84\x8d\x20\xbc\x52\x3d\x74\x1d\x36\x94\xab\x86\x6e\xc3\xef\xa5\x4e\x42\x7f\x10\xac\xb8\x39\xf4\x14\xe9\x58\xf7\x05\x7a\x89\x94\x00\x00\xfb\x22\xca\x00\xc0\x03\xf0\x79\xfd\x2a\x78\x3d\xfc\x52\xf7\x24\xd4\x84\xe4\x6b\xda\x43\x29\x74\x7b\x55\x1b\xda\x07\xfa\x3b\xa5\x6e\x1a\x93\x71\x5a\xee\x2c\x8d\xc6\x0c\x90\xfa\x40\x3b\xcf\x54\x11\x87\x69\x7f\x19\x1d\xeb\xad\x21\x17\xfa\xff\xae\xc1\xfb\xf4\xed\xff\xf3\x7a\x48\x00\x00\x62\x60\x1d\x58\x0f\x36\x80\x8d\x60\x13\xd8\x0c\xb6\x00\x71\x20\x01\xb6\x82\x6d\x60\x3b\x90\x04\x52\x40\x1a\xc8\x00\x59\xb0\x03\xec\x04\xbb\x80\x1c\x90\x07\xff\x81\xdd\x40\x01\x28\x02\x25\xb0\x07\xec\x05\xfb\x80\x32\x50\x01\xaa\x40\x0d\xec\x07\xea\x40\x03\x68\x02\x2d\xa0\x0d\x74\x80\x2e\xd0\x03\x07\xc0\x41\xa0\x0f\x0c\xc0\x21\x60\x08\x8c\x80\x31\x30\x01\xa6\xe0\x30\x38\x02\x8e\x02\x33\x60\x0e\x2c\x80\x25\xb0\x02\xc7\x80\x35\xb0\x01\xb6\xc0\x0e\xd8\x03\x07\xe0\x08\x9c\x80\x33\x70\x01\xae\xc0\x0d\xb8\x03\x0f\xe0\x09\xbc\x80\x37\xf0\x01\xbe\xc0\x0f\xf8\x83\x00\x10\x08\x82\x40\x30\x08\x01\xa1\x20\x0c\x84\x83\x08\x10\x09\xa2\x40\x34\x88\x01\xb1\x20\x0e\xa0\x00\x1a\xc4\x03\x0c\x48\x00\x89\x20\x09\x60\x01\x0e\x24\x83\x14\x90\x0a\xd2\x40\x3a\xc8\x00\x99\x20\x0b\xe0\x01\x01\x64\x03\x22\xc8\x01\x24\x40\x06\x14\x40\x05\x34\x00\x01\x18\x20\x80\x0e\x18\x80\x09\x58\x80\x0d\x38\x80\x0b\x78\x80\x0f\x04\x40\x08\x72\x41\x1e\x10\x81\x7c\x50\x00\x0a\x41\x11\x28\x06\x25\xa0\x14\x94\x81\x72\x50\x01\x2a\x41\x15\xa8\x06\x35\xa0\x16\xd4\x81\x7a\xd0\x00\x1a\x41\x13\x68\x06\x2d\xa0\x15\xb4\x81\x76\xd0\x01\x3a\x41\x17\xe8\x06\x3d\xa0\x17\xf4\x81\x7e\x30\x00\x06\xc1\x10\x18\x06\xc7\xc1\x08\x18\x05\x27\xc0\x49\x70\x0a\x8c\x81\x71\x70\x1a\x9c\x01\x13\x60\x12\x4c\x81\x69\x70\x16\xcc\x80\x59\x70\x0e\xcc\x81\x79\x70\x1e\x5c\x00\x17\xc1\x02\x58\x04\x4b\xe0\x12\xb8\x0c\xae\x80\xab\xe0\x1a\xb8\x0e\x6e\x80\x9b\xe0\x16\x58\x06\xb7\xc1\x0a\xb8\x03\xee\x82\x7b\xe0\x3e\x78\x00\x1e\x82\x47\xe0\x31\x78\x02\x9e\x82\x67\xe0\x39\x78\x01\x5e\x82\x55\xf0\x0a\xbc\x06\x6f\xc0\x5b\xf0\x0e\xbc\x07\x1f\xc0\x47\xb0\x06\x3e\x81\xcf\xe0\x0b\xf8\x0a\xbe\x81\xef\xe0\x07\xf8\x09\x7e\x81\xdf\xe0\x0f\xf8\x0b\xfe\x01\x00\xc4\xc4\xd6\xad\x5b\xbf\x7e\xc3\x86\x8d\x1b\x37\x6d\xda\xbc\x79\xcb\x16\x71\x71\x09\x89\xad\x5b\xb7\x6d\xdb\xbe\x5d\x52\x52\x4a\x4a\x5a\x5a\x46\x46\x56\x76\xc7\x8e\x9d\x3b\x77\xed\x92\x93\x93\x97\xff\xef\xbf\xdd\xbb\x15\x14\x14\x15\x95\x94\xf6\xec\xd9\xbb\x77\xdf\x3e\x65\x65\x15\x15\x55\x55\x35\xb5\xfd\xfb\xd5\xd5\x35\x34\x34\x35\xb5\xb4\xb4\xb5\x75\x74\x74\x75\xf5\xf4\x0e\x1c\x38\x78\x50\x5f\xdf\xc0\xe0\xd0\x21\x43\x43\x23\x23\x63\x63\x13\x13\x53\xd3\xc3\x87\x8f\x1c\x39\x7a\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\xea\xd8\x31\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\x37\x77\x77\x0f\x0f\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\x38\x14\x0a\x8d\x8e\x8f\xc7\x60\x12\x12\x12\x13\x93\x92\xb0\x58\x1c\x2e\x39\x39\x25\x25\x35\x35\x2d\x2d\x3d\x3d\x23\x23\x33\x33\x2b\x0b\x8f\x27\x10\xb2\xb3\x89\xc4\x9c\x1c\x12\x89\x4c\xa6\x50\xa8\x54\x1a\x0d\x82\x60\x18\x41\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\xcc\xcd\xcd\xcb\x13\x89\xf2\xf3\x0b\x0a\x0a\x0b\x8b\x8a\x8a\x8b\x4b\x4a\x4a\x4b\xcb\xca\xca\xcb\x2b\x2a\x2a\x2b\xab\xaa\xaa\xab\x6b\x6a\x6a\x6b\xeb\xea\xea\xeb\x1b\x1a\x1a\x1b\x9b\x9a\x9a\x9b\x5b\x5a\x5a\x5b\xdb\xda\xda\xdb\x3b\x3a\x3a\x3b\xbb\xba\xba\xbb\x7b\x7a\x7a\x7b\xfb\xfa\xfa\xfb\x07\x06\x06\x07\x87\x86\x86\x87\x8f\x1f\x1f\x19\x19\x1d\x3d\x71\xe2\xe4\xc9\x53\xa7\xc6\xc6\xc6\xc7\x4f\x9f\x3e\x73\x66\x62\x62\x72\x72\x6a\x6a\x7a\xfa\xec\xd9\x99\x99\xd9\xd9\x73\xe7\xe6\xe6\xe6\xe7\xcf\x9f\xbf\x70\xe1\xe2\xc5\x85\x85\xc5\xc5\xa5\xa5\x4b\x97\x2e\x5f\xbe\x72\xe5\xea\xd5\x6b\xd7\xae\x5f\xbf\x71\xe3\xe6\xcd\x5b\xb7\x96\x97\x6f\xdf\x5e\x59\xb9\x73\xe7\xee\xdd\x7b\xf7\xee\xdf\x7f\xf0\xe0\xe1\xc3\x47\x8f\x1e\x3f\x7e\xf2\xe4\xe9\xd3\x67\xcf\x9e\x3f\x7f\xf1\xe2\xe5\xcb\xd5\xd5\x57\xaf\x5e\xbf\x7e\xf3\xe6\xed\xdb\x77\xef\xde\xbf\xff\xf0\xe1\xe3\xc7\xb5\xb5\x4f\x9f\x3e\x7f\xfe\xf2\xe5\xeb\xd7\x6f\xdf\xbe\x7f\xff\xf1\xe3\xe7\xcf\x5f\xbf\x7e\xff\xfe\xf3\xe7\xef\xdf\x7f\xff\xfe\x7f\xfe\xff\x5f\xe7\x9f\x1c\x9f\x65\x08\x00\x00\x1b\xd6\x6f\xfd\xdf\x32\xf8\xbf\xe3\xff\xa5\x16\xfb\x3f\x4d\xb1\x6f\xeb\xdf\x6d\x7c\xbe\xf9\xbe\xf8\xcd\xad\xd7\xb6\xdf\x96\x7a\x26\xf3\x71\xc7\x1f\x39\xf1\xff\x76\x28\xec\x51\xd2\xde\x6b\xa8\x7c\x54\xd5\x72\xff\x31\x0d\x6b\xad\x63\x3a\x56\x7a\x96\x07\xcd\x0c\x8e\x18\x9a\x18\x0d\x1a\xf7\x9b\xf4\x98\x76\x1d\xee\x38\xd2\x76\xb4\xc5\xac\xd9\xbc\xc9\xa2\xd1\xb2\xd1\xaa\xf1\x58\xa3\x75\x93\x4d\x8b\x6d\x9b\x5d\x87\x7d\xb7\x43\x9f\xe3\x90\xd3\xa8\xf3\x98\xcb\xa4\xeb\x8c\xdb\xbc\xfb\xa2\xc7\x05\xcf\x39\xaf\x59\xef\x69\x9f\x09\xdf\x71\xbf\x93\xfe\x23\x01\x83\x81\x7d\x41\x5d\xc1\x6d\x21\x4d\xa1\x75\x61\xd5\xe1\x95\x11\x15\x91\x55\x51\x75\xd1\x2d\x31\x3d\xb1\xa3\x71\x67\x51\x97\xd1\xf7\xe3\x9f\x62\x1e\x27\x3c\x4c\x7c\x90\x74\x1f\x7b\x0f\x77\x2f\xf9\x7e\xca\xfd\xd4\x07\x69\x0f\xd3\x1f\x65\x3c\xc9\x7c\x96\xf5\x1c\xff\x92\xf0\x2a\xfb\x0d\xf1\x5d\xce\x47\xd2\x27\xf2\x17\xca\x77\xea\x4f\xda\x1f\x18\xc0\x1d\x88\x2f\xf2\x9b\xde\xc2\xf0\x64\x7c\x67\x36\xb0\xdc\x58\x9f\xd9\xb5\x1c\x67\xce\x47\x6e\x15\xcf\x81\xf7\x9e\x5f\x2e\xb0\x15\xbc\x11\x96\xe5\xda\xe4\xbe\xce\x2b\x15\x59\x8b\x5e\xe7\x97\x16\xd8\x16\xbc\x2d\xac\x28\x72\x28\x5a\x2b\xae\x2b\xf1\x28\xf9\x55\xda\x59\x16\x5a\x2e\x51\x3e\x56\x91\x5c\x29\x5f\x39\x55\x95\x54\xbd\xb3\xfa\x4c\x4d\x62\xed\xce\xda\x89\x3a\x6c\xbd\x5c\xfd\x74\x43\x4a\xa3\x42\xe3\x6c\x53\x7a\xf3\x9e\xe6\xf3\x2d\xf8\x56\x95\xd6\xc5\xb6\x9c\x76\xf5\xf6\x2b\x1d\xd4\x4e\xed\xce\x1b\x5d\x48\xf7\x81\xee\xe5\x1e\x66\xaf\x41\xef\x9d\x3e\x76\xbf\x61\xff\xbd\x01\xee\xa0\xd1\xe0\xbd\x21\xfe\xb0\xd9\xf0\xea\xf1\xf2\x11\xc7\x91\xcf\xa3\x0d\x27\x3c\x4f\xfc\x3c\xd9\x7a\xca\xf7\xd4\xdf\xb1\xce\xf1\xe0\xd3\x9b\x4e\x1f\x3f\x83\x9a\xd8\x31\x31\x3d\x99\x3e\xb5\x6f\x6a\x69\x9a\x72\x56\xfb\xec\xad\x19\xc6\xac\xfe\xec\xca\x39\xe6\xdc\x81\xb9\x1b\xf3\xd4\xf3\x6a\xe7\xcf\x5f\x48\xbe\x28\x7d\x71\x68\xc1\x7f\x51\x73\xa9\xe0\xd2\x8f\x2b\x51\x57\xa7\xaf\xab\xde\x80\x6f\xde\x5d\x36\xbd\x9d\xbb\xf2\xf8\xae\xc9\x3d\xce\xfd\x9b\x0f\xd5\x1e\xa5\x3e\x3e\xf9\x54\xec\x99\xcb\xf3\xc2\x17\xdf\x56\x43\x5f\x8d\xbf\x51\x7a\x4b\x7e\x77\xeb\x83\xe1\x47\xfe\xda\xa3\xcf\xc6\x5f\xd8\x5f\x6f\x7c\x57\xfd\x91\xfa\xf3\xf4\xef\xed\x7f\x22\xfe\xf6\xfe\x9f\xa9\xf1\x63\xfd\xc7\x8d\xaf\x37\x3f\x15\x7f\xb8\xf5\xc1\xf6\x97\x52\x6b\x32\x3f\x77\xae\x97\xdb\xfa\xdf\x0e\x05\x45\xa5\xfd\x7b\xf5\x94\x0d\x55\x4d\xf7\x1f\xd1\x38\xa2\x75\x58\xc7\x44\xcf\xe8\xa0\xa1\x81\xa1\xa1\xa1\xd1\x80\x71\x9f\x49\xb7\x69\xe7\xe1\xf6\x23\xad\x47\x9b\xcd\x9a\xcc\x1b\x2c\xea\x2d\x6b\xad\x6a\x8e\x55\x5b\x57\xd9\x54\xda\x56\xd8\x55\xd8\x57\x3a\x54\x3b\xd6\x39\x35\x3a\xb7\xbb\xf4\xba\x8e\xba\x4d\xb9\x2f\x7a\xcc\x7b\xce\x7a\x9d\xf5\x3e\xeb\x73\xd6\x77\xc6\xef\x9c\xff\x7c\xc0\xc5\xc0\xa5\xa0\xcb\xc1\xd7\x42\xae\x87\xde\x08\xbb\x19\x7e\x33\xe2\x66\xe4\xcd\xa8\x9b\xd1\xb7\x62\x96\x63\x57\xe2\xee\xa1\x1e\xa2\x9f\xc6\x3f\xc6\xdc\x49\xb8\x91\x78\x29\xe9\x02\x76\x16\x37\x95\x7c\x26\x65\x2c\xf5\x44\xda\x68\xfa\x48\xc6\x48\xe6\x48\xd6\x28\xfe\x24\x61\x3c\x7b\x92\x38\x9b\x73\x81\x74\x99\xbc\x4c\x79\x48\x5d\xa5\x7d\x82\x01\xdc\x84\x38\x21\x6f\xe8\x85\x8c\x23\x8c\x07\x4c\x0e\xeb\x20\xeb\x16\x1b\xe6\x68\x73\xae\x71\xa9\x3c\x2d\xde\x35\x3e\x24\xd0\x11\xdc\x12\x32\x72\x0d\x72\xef\xe5\xf1\x45\x87\x45\xcf\xf2\x8b\x0a\x6c\x0a\xde\x15\x56\x17\xb9\x16\x7d\x2f\x6e\x2d\xf1\x2f\x5d\x57\x3a\x50\x16\x55\x2e\x59\x7e\xba\x22\xb9\x52\xae\xf2\x4c\x55\x7c\xb5\x54\xf5\x89\x9a\xd8\xda\x6d\xb5\xa3\x75\xb1\xf5\xdb\xeb\x4f\x34\xa0\x1a\xa5\x1a\xc7\x9a\x30\xcd\xb2\xcd\x67\x5a\x92\x5a\xe5\x5a\xa7\xdb\x52\xda\x15\xda\xcf\x75\x64\x74\xee\xed\xbc\xd0\x45\xe8\x56\xed\xbe\xd4\x43\xee\xd5\xec\xbd\xd6\x07\xf5\xeb\xf6\x2f\x0f\x30\x07\x0d\x06\xef\x0e\x71\x87\x0d\x87\xef\x1e\x67\x8f\x18\x8c\xac\x8c\xb2\x4e\x18\x9c\xb8\x7b\x92\x7b\xca\xe4\xd4\x93\xb1\xc2\x71\xdb\xf1\xb5\xd3\x8d\x67\x7c\x27\xd6\x4f\x0c\x4d\xa2\xa6\x76\x4e\xcd\x4c\x67\x9e\x55\x3d\x7b\x65\x06\x9a\xd5\x9b\xbd\x7d\x8e\x39\xa7\x3f\xb7\x3c\x8f\x9c\xd7\x3a\xbf\x74\x21\xe3\xe2\xae\x8b\x23\x0b\x81\x8b\xba\x4b\x0d\x97\x77\x5c\x41\xae\xbe\xbe\xee\x73\x63\xe8\x96\xcc\x32\xee\xf6\xd9\x3b\x72\x77\x31\xf7\x86\xef\xff\x7b\xe8\xf4\x48\xf8\xf8\xd2\x53\x99\x67\xde\xcf\x8b\x5e\xfc\x5a\x8d\x7d\x75\xee\x8d\xd6\x5b\xee\xbb\xe7\x1f\x6c\x3e\x56\xae\xbd\xff\x6c\xf3\x25\xff\xeb\xbd\xef\x5a\x3f\x32\x7e\x4e\xfc\xde\xfe\x27\xfc\x6f\xcf\xff\xf8\xaf\xdb\xbc\x41\x72\xd3\xae\x2d\x8a\x12\xfb\xb6\xed\x95\x54\x92\xde\x2d\xab\xb0\x53\x51\x4e\xf1\x3f\x45\x85\x5d\x8a\xff\xf6\xbc\xde\x77\x47\xe5\x8a\xda\x92\xfa\x35\xcd\x7b\xda\xab\xba\xdf\x0f\x8a\x1b\xec\x36\xd4\x31\x1a\x32\x1e\x34\x19\x34\x1d\x38\x3c\x70\xa4\xff\x68\x9f\x59\x8f\x79\xb7\x45\xa7\x65\xbb\x55\xeb\xb1\x66\xeb\x06\x9b\x5a\xdb\x2a\xbb\x0a\xfb\x72\x87\x32\xc7\x72\xa7\x2a\xe7\x7a\x97\x36\xd7\x01\xb7\xd3\xee\x8b\x1e\xd3\x9e\x63\x5e\xc7\xbd\x07\x7d\xfa\x7d\xfb\xfd\xfa\xfd\x07\x03\x8e\x07\x9e\x08\x1a\x0b\x9e\x08\x99\x0e\x9d\x0d\x9b\x0b\x3f\x1f\x71\x31\x72\x31\xea\x52\xf4\x95\x98\xeb\xb1\xb7\xe2\xee\xa0\x1e\xa0\x9f\xc6\x3f\xc1\xdc\x4f\x58\x4e\xbc\x9e\x74\x09\xbb\x80\x9b\x4f\x9e\x4d\x39\x9b\x3a\x95\x36\x99\x3e\x91\x31\x91\x39\x99\x35\x85\x3f\x4b\x98\xcd\x9e\x27\x2e\xe4\x5c\x21\xdd\x22\xdf\xa3\x3c\xa5\xbe\xa1\x7d\xf9\xbf\xf8\xdf\x67\xb2\x58\x07\x58\x37\xd8\x54\x8e\x06\xe7\x12\x37\x87\xa7\xc6\x5b\xe4\x13\x05\x6a\x82\x25\x21\x29\x57\x23\xf7\x6a\x1e\x4d\xa4\x2b\x5a\xce\x67\x15\x18\x15\x3c\x2c\xcc\x2b\xb2\x28\x7a\x55\x5c\x51\xe2\x5c\xf2\xad\xb4\xad\x2c\xa8\x7c\x4b\xf9\xa9\x0a\x5c\xe5\x8e\xca\x13\x55\x11\xd5\x1b\xaa\xbb\x6a\xfc\x6b\xfe\xd4\xb6\xd5\xf9\xd6\xfd\xa9\xef\x68\xf0\x6f\x04\x8d\x3d\x4d\x21\xcd\x9b\x9a\x07\x5b\xa2\x5a\xb7\xb5\x9e\x6c\x43\xb7\xcb\xb6\x4f\x74\xe0\x3a\x77\x77\x9e\xeb\xca\xec\x56\xee\x5e\xec\x21\xf5\x6a\xf4\x5e\xeb\x83\xfb\xf5\xfa\x97\x07\x58\x83\x87\x06\xef\x0d\xf1\x86\x4d\x87\x9f\x1c\x17\x8d\x98\x8f\xbc\x18\x2d\x38\x61\x71\xe2\xf9\xc9\xfc\x53\xe6\xa7\x9e\x8f\x15\x8e\x1f\x1b\x7f\x73\xba\xea\x8c\xeb\x99\x1f\x13\xed\x93\x41\x53\x9b\xa7\x46\xa6\x51\x67\x77\x9c\x9d\x9a\x49\x99\x55\x9c\x9d\x3f\x97\x39\xb7\x77\x6e\x7e\x3e\xfd\xfc\xee\xf3\x93\x17\x30\x17\xb7\x5d\xec\x5f\xf0\x5b\xd4\x5c\xca\xbb\xf4\xe9\x4a\xe0\xd5\x91\xeb\x3b\x6f\xa4\xdd\xbc\xb0\xac\x7a\x9b\xb8\xb2\x78\x57\xf9\x5e\xc6\xfd\xe9\x87\x32\x8f\xa2\x1f\xf7\x3c\xf9\xf1\xcc\xfe\x79\xc1\x8b\x77\xab\xae\xaf\x5a\x5e\xff\x7b\x1b\xf2\x6e\xf0\x83\xc4\xc7\x98\xb5\xd1\xcf\xdb\xbf\xc4\x7c\x3d\xfe\x7d\xcb\x8f\xb0\x9f\xbd\xbf\xd7\xfd\x09\xfc\xdb\xf9\x3f\xfe\xe0\xb3\xd8\xcb\x75\x77\xd7\x5f\xd9\x70\x61\xe3\xfc\xa6\xc5\xcd\xd7\xb6\xdc\x10\xbf\x25\xb1\xbc\x75\x65\xdb\xdd\xed\xf7\x25\x1f\x4b\x3d\x97\x7e\x2d\xf3\x41\xf6\xf3\x8e\x1f\x3b\xff\xc9\x6d\x90\x97\xf8\x4f\x7a\xb7\x9c\x82\x82\xa2\x82\x92\xc2\x1e\x85\xbd\x8a\xfb\x14\x95\x15\x55\x14\x55\x15\xd5\x14\xf6\x2b\xa8\xef\xd6\xf8\x4f\x53\x5e\x6b\x97\xf6\x0e\x1d\x59\x5d\x19\x3d\xe9\x03\x32\x07\x77\xe8\xcb\x19\x28\x1c\x52\x36\xd4\x36\x32\x32\xd6\x33\xd1\x30\x55\x3b\xac\x72\x44\xe5\xa8\x8a\x99\x9a\xb9\xba\x85\x96\xa5\xae\x95\xfe\x31\x43\x6b\x53\x9b\xa3\xb6\xe6\x76\x56\xf6\xd6\x0e\x36\x8e\x76\x4e\xf6\xce\x8e\x2e\x4e\xae\x2e\x6e\xae\xee\xee\x1e\xae\x9e\x0e\x5e\xd6\xde\xe6\x3e\x87\x7d\x8d\xfc\xf4\xfd\xf5\x02\xb4\x03\x35\x83\xd4\x83\xf7\x87\xec\x0f\xdd\x1f\xb6\x3f\x5c\x23\x42\x2b\x52\x37\x4a\x3f\xda\x38\xc6\x2c\xd6\x3a\xce\x19\xe5\x83\x0e\x8d\x8f\xc7\x44\x24\x04\x26\x7a\x25\xb9\x62\x1d\x71\x76\xc9\xb6\x29\x36\xa9\x36\x69\x36\xe9\x76\x19\x0e\x99\xce\x59\x6e\x78\x2f\x82\x5f\x76\x30\x31\x22\x27\x96\x84\x21\xe3\x28\xe9\x54\x3c\x8d\x04\xd1\x60\x2a\x42\xa4\x67\x30\x92\x99\x18\x56\x0c\x3b\x9c\x13\xc8\xf5\xe1\x79\xf0\x5d\x04\x8e\x42\xfb\x5c\xbb\x3c\x3b\x91\x7d\xbe\x63\x81\x4b\xa1\x67\x91\x7f\x71\x58\x09\xaa\x34\xb5\x8c\x5c\xce\xaf\xa8\xa8\xcc\xab\x62\x56\x53\x6a\xb2\x6a\x53\xeb\x92\xea\xe3\x1b\x50\x8d\xb1\x4d\xb1\xcd\xb1\x2d\xa8\xd6\xf8\xb6\xc4\x76\x5c\x47\x7a\x27\xbe\x8b\xdc\x8d\xf4\x70\x7b\x45\x7d\xa5\xfd\xb5\x03\xad\x83\xbd\x43\x83\xc3\x83\xc7\x07\x46\xfa\x47\xfb\x4e\xf4\x9e\xec\x39\xd5\x3d\xd6\x35\xde\x71\xba\xed\x4c\xcb\x44\xd3\x64\xc3\x54\xdd\x74\xcd\xd9\xea\x99\xaa\xd9\xea\x73\xb5\x73\x0d\xf3\xad\xe7\xbb\x2f\x0c\x5f\x9c\x58\x58\x58\x9c\x5c\x1a\xb9\xd4\x7b\xb9\xe3\x4a\xcb\xd5\xa6\x6b\x8d\xd7\x1b\x6f\x34\xdd\x6c\xb9\xd5\xbe\xdc\x75\xbb\x67\xa5\xff\xce\xe0\xdd\xe3\xf7\x4e\xdc\x1f\x7b\x70\xe6\xe1\xf4\xa3\xb9\xc7\x0b\x4f\xae\x3e\xbd\xfd\xec\xd1\xf3\x87\x2f\x96\x5f\x5e\x5a\x9d\x7f\x35\xfd\x7a\xfc\xcd\xe8\xdb\xa1\x77\xfd\xef\x7b\x3e\x74\x7f\xec\x5a\xeb\xfe\xd4\xfb\x79\xe0\xcb\xc8\xd7\xf1\x6f\x33\xdf\x17\x7f\xdc\xfa\xf9\xe8\xd7\xea\xef\x0f\x7f\xbe\xfe\xfd\xf5\xef\xdf\xbf\x7f\x30\x80\x7e\xbf\xbf\x0b\x03\x78\xf3\x83\x00\x18\xc0\x3b\x17\xc9\x30\x80\x55\xc7\x0c\x60\x00\x1f\x6c\x3b\x0a\x03\xd8\xb2\xb0\x0f\x06\xb0\x1b\xb9\x19\x06\x70\x44\xdc\x65\x18\xc0\xa9\x2e\x66\x30\x80\xe9\x7a\xad\x30\x80\xcb\xfe\xe9\x42\x24\xc6\xc4\xbb\x0f\x50\x16\x23\xe8\x7e\x02\x94\xcd\x10\x5f\xe8\x87\x98\xf4\x91\x53\x51\x50\x3c\xf2\xa7\xb5\x1c\x6a\xa1\x7b\x16\x02\x68\x80\xae\x42\xd6\x84\xce\x22\x4f\xe3\x0c\xa1\x65\xa4\xd3\x79\x0a\x7a\x85\x04\xea\x05\x40\x3f\x91\x8d\x7f\x8f\x40\xeb\x39\xc3\x6f\x7f\x42\x80\xfd\xe2\x5e\x0e\xed\x1d\x5b\xfd\xe2\x2b\xda\x3f\x56\xd0\x49\x2e\x24\xc3\xec\x6b\xf9\x0a\xd9\x32\x39\x05\x01\x50\x30\x53\x91\xd4\x00\x51\x18\x25\xb1\xfd\x50\x13\x63\x83\x73\x28\x34\x43\xf7\xd5\xdb\x09\x3d\x46\xf2\x7e\x7b\xd0\xbc\x44\x67\xdf\xc8\xd1\x6c\xf2\xe2\xee\x74\xd2\x1c\x85\x2f\x2f\x18\xd2\xbc\x05\xb9\xa3\x6f\x68\x31\x7c\x8f\xe6\x1e\x1a\x91\xe7\x9e\x2f\x4f\xab\xe0\xba\xe7\xf4\xd0\xee\x70\x0c\x63\xc6\x21\x25\xd6\x7b\xa7\x6e\x28\x80\x89\xd3\x9d\x86\x78\xf4\x0b\x3f\x0b\xa8\x8e\xe5\x0b\xaf\x30\x54\xb7\xd2\x9a\xdb\xf3\x54\xff\x62\xca\x7c\x0c\x35\xbe\x90\x36\x62\x44\x65\xe7\x97\x36\xed\xa1\xb6\xe7\xdd\xce\x3b\x41\x5d\xc9\xdd\x45\xac\xa3\xe9\x0a\x8c\xa2\x1f\xd3\x10\x9e\xaa\x93\x32\x6d\x81\x3d\xa6\x5b\x0d\x49\x33\x35\xbe\x13\x29\x51\x8d\x4e\x2f\x9d\x28\xb8\x3a\xc6\xad\x55\x0a\xa9\xfa\xc4\xb9\x42\x4a\x49\xe5\xb6\x61\x1a\x65\xb0\x2c\xad\x41\x44\x79\x55\xfc\x3c\x37\x86\xaa\x5a\xe8\x9e\x5d\x4e\x85\x44\xa2\x68\x79\xea\x33\x61\xb9\x63\x1b\xcd\x8a\x67\xa2\x9b\x4b\xcb\x63\x15\x7f\x59\x25\x0b\x07\xfa\x9e\xad\x91\xcb\x7a\x9e\xdf\xc0\x91\x6b\x3a\xf7\xcc\x1c\x20\xf7\xb7\xfa\x0e\x9a\x91\x6f\x36\x72\xeb\x10\xca\xe6\xda\x71\x41\x09\xc5\xab\x72\x96\xa0\x4c\x19\x28\x2d\x8e\xda\x4c\xdd\x5b\x28\xe5\xb8\x83\xca\xcb\x95\xd1\xe5\x53\x5f\x73\x4e\x7e\xe2\x92\xe5\xa7\xbb\x9f\xe0\xc8\x32\xa7\xeb\xaf\xed\x24\x4b\x9d\x98\x9a\x7a\x46\x56\x1a\x9a\xeb\x97\x22\x1f\xed\x3d\x51\x43\x27\xa7\x77\xf0\x78\xd7\xc9\x13\xcd\xbb\xb2\xfa\x28\xaa\xb5\x8e\x11\xbf\x28\x25\xe5\x1b\x1c\x20\xaa\x54\x81\xa9\x2e\x83\x4a\xe7\xbd\xff\x18\x4c\xba\x7e\x0d\xf7\x28\x91\x74\x6b\x91\x75\xf9\x07\xe9\xca\x1c\x7d\xe2\x0e\xe9\xd6\x14\xaa\x77\x1f\xe9\xc3\x98\x6c\xd5\x18\x79\xff\x70\x09\xd7\x89\x9c\xd1\xd3\x97\x19\x43\x3e\xd5\xba\x35\xc2\x84\xa2\x52\xbb\xd5\x61\x07\x65\xa8\xc4\x51\x97\x4b\xb5\x12\x3c\xfe\xd0\x40\x9a\xbb\xb3\xed\xa1\x80\x34\x7d\xfd\xd1\x65\x2d\xd2\x89\x25\xf6\x84\x38\xe9\xe4\xdc\xbd\x9e\x40\xd2\xe2\xe4\xc7\xaa\xf5\xa4\x3f\x27\xaf\x72\xda\xc9\x2e\x83\x87\x33\xae\x92\xd9\x1d\x8d\xe1\x6b\xe4\x87\xf5\xb3\xf6\x7f\x28\xa4\xd2\xbf\xba\x8d\x54\x19\x21\xf3\xfd\x1a\x69\xee\xb1\xea\x83\x9b\xa4\x81\x3b\x29\x97\x84\xa4\xd2\xeb\xfd\x67\x52\x49\xa2\x45\x51\xf7\x2c\xa9\xfa\x9c\x42\x25\x4c\x9a\x3d\x83\xe1\x58\x90\xb7\x8d\xa8\x66\xc4\x91\x6d\xba\x1b\xc3\xef\x92\x39\x8d\xdf\x1c\xc4\x29\xda\xe5\x26\xba\x0f\x29\xf3\xc2\xce\x9f\x0e\x0c\x69\xda\xd3\x57\x42\x7a\x2f\xed\xed\x0a\x8d\x1e\x0c\x6d\x3d\x7f\x90\xbe\x13\x52\x1d\xd5\x44\x66\x69\xe3\x4d\xaf\x91\x52\x48\x20\x9a\x41\x02\xa0\x99\x1c\x14\x22\x03\x7d\x8d\xf9\x04\x9f\x87\x8d\x9c\x37\xc2\x1c\x18\xab\xa7\x0f\x1f\x81\xdb\x7e\x44\xd2\x29\xf4\x4b\xab\xad\x74\x55\x3a\xf6\x76\x25\x72\x85\xae\x32\x1f\x8b\x54\x22\x0f\x46\x30\x48\x28\x12\xdf\xe4\x84\x98\x21\x43\xa2\xbd\xc8\x26\xa4\x95\x78\x0b\xbe\x81\xb0\x63\xd2\xe0\x16\x04\xe3\x54\x03\xa7\x22\xe6\xba\x2f\x60\x13\x64\xfb\xf7\x74\xe4\x27\xfb\xf4\xcb\x33\x48\x33\x5b\x62\x79\x08\x71\x63\x45\xcd\x15\x21\x9a\xcc\x86\xe3\x2d\xf0\x77\xe6\xee\xc6\x66\xf8\x36\xe3\x4b\x1e\x05\xee\x67\xd4\x10\xfd\xe0\x02\x86\x69\xf4\x43\x38\x9d\x3e\xe1\x64\x0e\xbb\xd2\x0d\x74\x07\x61\x45\xa4\xf0\x6b\x07\xb2\x2f\x6f\xee\xf9\x6f\x78\x31\x97\x71\x0b\xc0\xb9\xc2\xbd\xb3\x5f\xe1\x08\xfe\xbd\x61\x1d\xf8\x30\xaf\xaf\x21\x06\x96\xe4\xce\xe4\x7a\x40\x9f\x38\xb7\xb2\x93\xa1\x35\xf6\x85\xe8\x8d\xd0\x6b\x56\x93\x63\x15\x74\x9f\xe9\xa2\x8b\x83\xa6\xe8\x4b\x9f\x1f\xc1\x91\x65\xd9\xcf\x9c\xe0\xcd\x25\xf0\x0d\x2d\xe8\x6c\x11\x77\xc6\x00\xaa\x28\x68\x1a\xcc\x80\x72\x44\x37\xea\x96\xa1\xe0\x3c\x43\xc1\x37\xc8\x46\x28\x20\x60\x20\x17\xfe\x54\xd4\x51\x28\x80\x7b\xd9\x51\x11\x0a\x64\x97\xea\x7a\x42\x6e\x4c\x83\xb5\x17\x10\xa3\xfe\xee\x13\x1b\xc8\xb6\xd6\xfe\x9a\x1f\x24\x59\x55\x32\x9d\x40\x7b\x5a\xb1\xb9\xff\x14\x6d\xb1\x94\x53\xeb\x43\xeb\x2c\x56\xe6\xb7\xd1\xca\x0a\xda\xf1\xf1\xb4\x16\xd1\xb6\xc8\x1c\xda\x29\xa1\x99\x43\x1f\x6d\x8e\xb7\x41\xd7\x8d\x36\xcb\x2a\xfd\x90\x40\x2b\xef\xfb\xfe\x70\x95\x86\xea\x0e\xbb\x7c\x97\x66\xd0\x3e\x35\x29\x49\xfd\xdd\x22\xdf\x2b\xa4\xde\x6e\x48\xae\xf6\xa2\xce\xd5\xcc\x73\x9f\x51\x67\x2b\x7e\x66\xfe\xa0\xae\x94\x7c\x8a\xc0\x53\xbf\x14\x54\x39\xe8\xd2\x24\x85\x57\x74\x7d\x69\x7b\x39\x03\x6f\xbf\xd2\x2c\x26\x3b\xef\xc7\x53\x1f\x8d\x2d\x2d\xb1\xa8\xf5\xa3\xfb\x4f\x2f\x52\xa3\x07\xdd\xbb\x53\xa8\x87\x7a\xa2\x2b\xc3\xa8\xda\xed\x51\x9c\x03\x54\x93\x26\x85\x8c\x42\xaa\x5b\x0d\x35\x3c\x93\x9a\x5c\x96\x61\xdf\x40\x2d\xcc\x7f\xa0\xeb\x47\x1d\xe0\xdd\x7e\x7d\x95\x06\x2e\xff\xbe\x9b\x44\xed\xba\x18\xb6\x40\xa5\x86\xcd\x56\x8c\x5d\xa6\xca\x4d\xb4\x77\xf2\x28\xcf\x4e\xb2\xca\x6b\x29\xcb\x43\x47\x58\xed\x94\x27\xdd\xac\x74\x1f\xca\xb3\x16\xb5\xb0\x6e\xca\x9f\x9a\x00\x7b\x0b\xaa\x71\xf1\x4d\xdd\x48\x6a\x92\xe0\xcc\x6b\x05\xea\xdb\xe5\xea\x3b\x65\xd4\xf2\xab\x0d\x17\xbb\xa8\xd6\x0b\x84\x31\x31\xca\x97\x73\x62\x1d\x53\x94\x99\x09\xd7\xb2\x55\x4a\xff\x89\x48\xd6\x36\xca\xa9\xfe\x6f\x69\x17\x28\x7d\xed\xdd\x61\xa9\x94\xb1\xfa\xf5\xf6\xca\x94\x7f\xa5\x6c\xdd\x1c\xaa\x85\x30\xfc\x15\x8b\xfa\xe0\x41\xe6\xca\x37\x2a\xed\xb6\xd4\x45\x59\xaa\xd2\x55\xe4\x54\x22\xe5\xe2\xc5\xaa\x0e\x43\x8a\x68\x26\xa6\x2c\x9e\x42\x18\x7f\xc8\xac\xa7\x10\x87\xaf\xa6\xa1\x28\x09\x5d\x2d\x61\x9e\x14\x4c\xa3\x86\xbd\x26\xa5\xbf\xec\x84\xee\x71\xca\x07\x21\xfd\x73\x00\xdb\x84\xfa\xfd\x99\x14\x8b\x49\xdb\x71\x03\xcb\x5c\xa1\x6d\x9e\x69\x67\xfa\xd0\xc4\x87\xb6\x32\xae\xd1\x74\xea\xa3\x18\xd1\xb4\x1b\xc2\x2a\xfa\x63\xc8\x84\x70\x97\x1e\x06\x09\xa3\x3e\x20\x97\xa1\x17\x8e\xcd\x88\x3d\x6c\xa6\xcb\x84\x07\xe0\xc6\x4f\xc9\xac\x4a\xe4\xfa\xd3\x83\xcc\x2f\x48\xee\xf5\x02\x66\x20\x72\xec\xec\x7d\xc6\x43\xf8\xcd\xa0\x0f\x03\x07\xcf\xd7\x9d\x62\x6c\x41\x36\x09\xfe\xd2\x4b\x91\x9d\x04\x6f\xba\x1a\xa2\x10\x15\x89\xf4\x20\xff\x39\x5a\x23\x87\x10\x29\x5d\x27\xb8\x1b\x59\xbf\x86\xb0\x00\xeb\xd6\x93\x40\x66\x3c\xcb\xf8\xda\x20\xe3\x1a\xb3\xf6\xac\x24\x03\xcb\x58\x1b\x28\x63\x6c\x62\x10\xeb\x34\xe8\x4d\x0c\x2b\x01\x8a\x6e\xcd\xf8\x0f\x7f\x19\x79\x44\xbf\x10\x79\x07\xa1\xd0\x93\x1d\x9e\x23\xdb\xe9\xeb\x74\xe5\xe0\x12\x84\xf7\x61\x91\xb9\x23\xf7\xca\xa3\x0e\x06\x5d\xd8\x7e\x55\x81\x21\x26\x08\x9a\xca\xa7\x57\xf0\x35\xfa\x75\xe8\xd6\x3c\xc9\x9a\x7b\xc8\x03\xae\x11\xdf\x01\x61\x71\xc2\xb2\xde\x21\x76\xec\xe8\xc8\x1d\xf0\x77\x96\xab\x83\x1f\xdc\xc8\xfc\x4f\xe7\x1e\x6c\x45\x9f\x7d\xf7\x9b\x51\x55\xaa\xf3\xe0\x3d\xfd\x4d\x71\xe2\x65\x4f\x7a\x64\x61\xe9\xc4\x65\xe4\x4d\xfe\x85\x5e\x1a\x92\x2b\xda\x55\x1d\x8a\x18\xe7\x72\xb9\x5f\xe1\x27\x82\xef\x99\xef\xe1\x66\xbe\x63\x84\x1f\x1c\xcf\x4d\xb3\xbf\x0f\x2b\xb2\xa3\x74\xce\x43\x67\x99\x6a\x6f\x15\xe8\x2b\x75\x99\xf7\xfe\xd0\xad\x6b\xc4\x97\xe8\xc8\xd5\xca\x8c\x33\xd2\x88\x47\xf9\xba\xee\xeb\xf0\x6a\x49\x6d\xe5\x1d\xb8\xa8\xc8\x9f\xd3\x03\x3b\xe6\xff\xca\xf8\x02\x6f\xc9\xa3\x85\xd7\x40\x8b\x82\x4b\xf6\x24\x48\xc8\x9d\xd1\xb9\x04\x99\xb3\xd8\xaf\x86\x91\x99\x5e\xf3\x3b\x5d\x48\x48\xe7\xa5\x05\x19\x78\xad\x2d\x6e\xec\x34\x9c\xd8\x74\xbb\xb3\x1d\x16\xab\xf7\x2c\x7f\x0c\x0d\x57\x2f\xb1\xbe\x40\xf8\x0a\x8d\xf4\x22\xc8\xa2\xc4\x31\xac\x19\x92\x28\x50\xb0\xfb\x47\xbb\x21\xa4\xeb\xdc\xa7\x15\x70\x2a\x5f\x1e\x42\xf8\x67\xda\x6f\x6b\xc3\xf7\x4e\xfe\x38\x3f\x06\xc7\x1e\x47\x4e\x52\xa1\xcb\xfd\x17\xda\xf3\xa0\xe8\x6e\xb1\xd2\x4f\x90\x42\x9b\x1e\xd3\x9e\xf6\xbc\x71\x57\x9a\x11\x6d\xa0\xba\x33\xb4\x83\xc6\x28\xbd\x6e\x07\xd1\x82\xf2\x29\x3a\xcf\x69\xca\xbc\xe3\xcf\xf7\x20\xbe\x4b\xbc\x5b\xa6\x70\xef\x79\x8d\xb9\x09\x78\xc7\xd9\x96\xd1\x3c\x88\x7e\xfa\x69\xeb\x10\x24\x3b\xfa\xae\xe4\x18\xed\xdc\xc0\x15\xfa\x1c\x4d\xd4\xe5\x93\xf2\x93\xe6\xd6\xac\x1b\xf2\x98\x26\x5f\x5d\x6c\x27\x47\xfd\x55\x1c\xa2\xb3\x46\xbd\x21\xc8\x7b\x16\x85\x58\xde\x54\xbf\x99\x0e\x97\x5f\x0e\x38\xf7\x19\xfa\x71\x21\x7c\xe4\x2c\x14\x33\xa3\xd2\xf2\x9e\xf6\xf6\x74\x55\xb1\x90\x56\x33\xf2\x90\x7e\x80\x16\xdb\xd7\x9b\x42\xa2\xc9\xb5\x75\x84\xd4\x53\x97\xeb\x0c\x6d\x7f\x52\xcf\x95\xfc\xd3\x95\xa4\xb6\x0a\xb5\x9f\xde\x46\x34\xef\x2e\xdc\x78\x02\x63\x6f\xf6\x9e\x0b\x87\xae\x5f\x76\x1c\xd1\x86\x8e\x9e\xaf\x6f\x89\xa2\x8d\x4d\x57\x17\x6f\xa5\xc5\x8e\x79\x21\xd3\x34\xd5\xa1\xec\x14\x35\xea\x62\x67\x6d\x08\x95\xca\x69\xf0\xb0\x03\xd4\xec\x32\x1d\x5d\x67\x6a\x88\xd0\xe7\x25\x4a\x98\x47\x81\x6f\xdf\x14\x24\x51\x5a\x2f\xda\xf1\xb5\x29\x73\x63\xb6\x3c\x33\xca\xfd\xce\x54\x6e\x00\x55\xa6\xfc\x2a\x27\x82\x9a\xc7\x7a\xcd\x8e\xa7\x29\xa7\x27\xb1\x22\x68\x27\xc2\x48\x4c\x77\xc8\xc1\x8e\xc2\x38\x0a\x5d\xd3\xbe\x49\xdf\x09\x13\x5e\x50\x04\xdf\x60\xfd\xdb\x9b\xf8\xf7\xe0\x0d\x17\xb0\xbc\x4e\xe8\xce\x29\x2a\x77\x16\xea\xef\x38\xc7\x59\x83\xca\xca\x4d\x39\xeb\xa1\x0b\xac\x28\xf6\x5e\x78\x63\xda\x0b\x96\x3e\x6c\x1e\xb6\x8e\x79\x00\xc6\xd9\xa9\x31\x74\xe0\x46\xed\x16\xba\x34\x7c\xed\x79\xbe\x00\xc5\x5c\xb7\x7c\x88\xef\xc7\xe0\x9e\xcf\xe7\xe9\x30\xe4\x4e\x4e\x73\x03\xe9\x8d\x1d\x4a\x1c\x1e\xdd\xa1\xac\x92\xdd\x41\x57\x67\xde\x64\x5d\xa4\xcb\xa4\xa5\x32\xdf\x22\x6f\x42\x8b\x18\x7f\x90\x13\xb6\xb7\x18\x5b\x10\x81\x36\x8c\xfc\x46\x82\x9e\x59\xf0\xb3\x84\xe0\xe6\x2d\x1e\x96\xff\x69\xde\x95\x1b\xc0\x5b\x3e\x91\xce\xa1\x71\x2f\xb5\x5d\x66\x0f\x71\xee\x96\xa6\xb0\x1e\x73\xf6\x30\x6e\xb0\x76\xb1\x51\xa9\x02\x66\x00\x0b\x09\x59\x62\x30\x99\x7c\xdb\x70\x7a\x03\xa3\x58\x3b\x02\x69\xa4\xe7\x3e\x71\xe6\xbd\x29\xfa\x70\xc3\x80\x3b\x53\x18\x7d\x8e\xc5\x39\x9e\x3f\x33\x32\xc5\x7e\x24\xd2\x6a\x35\x65\x2b\xe4\x56\x95\x00\x96\x8f\xd0\x8c\x5e\xcc\x14\xf1\xaf\xa5\x14\x30\xce\xf1\x9c\x43\xf6\xd1\xbf\x71\x6a\x6d\xfe\xd0\x77\xb3\x6e\x68\x47\x20\xfb\x19\xcf\x1f\x91\x79\x06\xd5\x33\xd7\x0e\x71\xf5\x2b\x05\x33\x93\x1c\xed\x72\x87\xe3\x92\x6c\xbf\x52\xf1\xe6\x56\x96\xb0\xe8\x76\x51\x21\x73\xae\x60\x16\x09\x62\x4a\x8a\xea\x93\x5b\x19\x47\x72\xc3\x83\x61\x7a\x0c\xff\x95\x4d\x37\xc2\xe7\x1e\xd4\x4e\x83\x2b\x58\x8e\x0f\x52\xb8\x11\x5d\x12\x57\xf4\x38\xfe\x6d\x37\xa7\xa3\xd9\x01\xcd\xf5\x83\x0b\x2c\x6a\x43\x64\x23\x8f\x39\x50\xab\x50\xd0\xc1\xf8\x5c\x79\x17\x1a\x64\x58\x97\x51\x70\xe1\xf4\xb4\xa2\xd5\xa0\x0a\xa4\x31\x7f\xab\x8d\x05\x7c\x4d\x70\x49\x5b\x00\xbd\xe2\x78\xdd\xad\xe3\xac\x9d\xa2\x2c\xd1\xd8\x4f\x47\x2c\x27\x77\xb2\x96\x06\xe5\xfa\x4b\x99\xef\x7a\xc6\xea\xf1\xcc\x7d\x1d\xce\xa2\x59\x46\x5c\xf3\x3c\x4d\x92\x3e\x54\x2f\x8e\xdd\x8e\xac\x56\xfe\x0a\xec\x42\xf6\x95\x08\xac\xa7\xe1\x00\x51\x9d\x76\x39\x94\xce\xf3\x5b\x19\xe6\xb4\x9f\x7f\xb8\x30\xcc\xae\x98\x79\x7b\x66\x1f\xab\x70\xe2\x4a\xef\x28\xb3\xf5\x54\x5c\x6d\x1f\x63\x69\x78\x3a\x6f\x3f\x43\xbc\x6f\x1d\xa5\x81\xee\xd7\xfe\x34\xf1\x15\xc2\x6a\x3c\x1a\xf0\x00\x1e\xaf\xda\x6c\x1d\x02\xfd\x2c\xf2\xd2\x6e\x81\x94\x05\x72\xb7\xdf\x70\x06\xaf\x78\x5e\x7c\xcf\xce\xbf\xf8\xe6\x74\x08\x2b\xfb\x5c\x58\xcf\x3b\x26\x67\x12\x5b\xf3\x91\xd1\x71\xca\x3c\x17\x4f\xbf\x3f\xf4\x90\x22\x41\x57\xed\xd9\x95\x98\x8e\xf8\xb6\x54\x07\x14\xc2\xac\x1a\xb6\xb5\x19\x74\xae\xf8\x89\xf6\x19\xda\x3b\x41\xef\xed\x00\xce\xa9\x5b\xd7\x2e\xfa\xb3\x99\x57\xff\x1b\x1f\x67\x05\x2f\x28\xf7\x04\x30\x23\x67\xa7\x6a\x62\x18\x84\x09\x69\xe1\x67\x7a\xe3\x09\x4d\x72\x1d\xf2\xa0\x7f\x3c\x51\x0d\x11\x6f\x27\x07\x60\xe1\xc3\x75\x79\xd6\x56\x10\xb1\x74\x8b\xf6\x67\x5a\x83\xe0\xde\x9d\xe2\x22\x21\x39\x7e\x49\xbd\x60\x96\x5c\x3b\xb9\x33\x7f\x0f\x79\xbe\xff\x4b\x5e\x0f\xf9\x67\x83\x64\xae\x23\xc5\x29\x3f\x47\x70\x99\x72\x89\xd6\xc7\xf7\xa7\xa6\x60\x23\xb8\x97\x68\x92\x81\x65\x9c\xc3\xb4\xfe\x63\x3f\x59\x22\x28\x4d\xf3\x19\xe3\x02\x6c\xbb\xb2\x52\xf8\x96\x76\x67\x31\xbc\xc0\x81\xb6\x30\x61\x27\x1a\xa4\x0d\xf5\x1f\xc9\xf3\xa4\x35\xd4\xa3\x85\xef\x69\x3d\xa2\x07\x02\x1e\xed\x25\x4d\x87\xaf\x08\x99\x27\x3d\xe3\xb6\x42\x8c\xc0\x03\x9c\xbd\xd0\xd2\xb1\x1e\x16\x03\x36\xd6\x1c\x67\x5c\x84\xeb\x56\x76\x17\xfa\xd0\x33\x17\x72\xf3\xcf\xd1\x95\xcf\x24\x8b\x1c\x91\x99\x3e\x38\xf7\x3d\x92\x5e\x37\x23\x2c\x47\x8e\x8a\xdc\x05\x66\x88\x2e\xb5\x9d\x77\x13\x31\x48\xca\xe0\xa6\x22\xaa\x01\x0b\xec\x2f\x88\xf4\xb1\x14\x56\x1c\x22\xa7\xd9\xc4\x18\x46\x94\x96\x49\x05\x7c\x3e\xb8\xa8\x9c\xbf\x85\xa7\x78\xfa\x60\x5e\x09\x57\xbf\xd7\x3c\xd7\x8c\xe3\x5d\xcb\x16\xbc\x62\x33\xf3\x0c\xf8\x85\xac\x55\xca\x00\xcf\x8c\x15\x90\x58\xc2\x79\xc1\x2c\x0b\xd8\xcd\xa6\x33\x96\x8e\x49\x30\x7f\x33\xe4\x34\x8b\x19\xc1\x74\xd7\x9b\xcf\xf3\x1f\x14\x74\x9d\xaf\x14\x05\xe5\xfb\x8f\xd5\xe4\xbe\xc9\x7b\xde\x3d\x21\x2c\xcd\x25\xd6\xe8\x08\x5c\x84\x8a\xc2\x0f\xbc\xbf\xfc\xa7\xe4\x2a\xee\x20\xaf\x3b\xa1\x9f\x13\xc4\x75\xf2\xe7\xb0\xd6\xd8\x4b\x56\x93\xcc\x2c\x96\x9d\x66\x1b\xfd\x1a\xa3\xfc\x06\x36\xdf\xb9\xd2\x7b\xee\x47\xde\x6c\xb9\xc5\x29\xf1\xdc\xc0\x52\x8d\x2e\x1b\xc1\xbf\xe2\x7d\x55\xb3\xfc\xe3\x85\xaa\x82\x5e\x5e\x7a\xbe\x2d\x89\xc5\x3d\x90\x17\x8c\x39\xcf\x3e\x2f\x34\xf5\xfb\xc4\x8a\xe2\x03\x2b\x1a\xe3\x29\x27\x57\x73\x86\xee\xc0\xfc\x7c\xcd\x5c\x14\xd9\x76\x61\xf6\x62\xee\xd7\xe6\xb7\xa3\xd7\x85\xa2\xc6\x0d\x1d\x9a\x02\xd3\xba\x75\x15\x57\x78\x2f\xab\x7e\xf2\xde\x72\x5b\x2b\xc4\x72\xd6\x73\x30\x25\x2f\xe2\x7b\xd8\x12\x85\x5c\xbf\x7d\xcc\xe6\xbc\x35\x2b\x05\xc6\x01\x81\xa4\xe6\x2a\x52\xc0\x5e\xbb\xbc\x22\x3a\x32\xd2\x7b\x16\xc9\xad\x1c\xbc\x72\xbc\x5b\xb8\xa3\x77\xb5\x6d\x17\x7f\xb0\x73\xb9\xec\x11\x2f\xb2\xb5\x9f\xab\xcd\xdd\xd3\x08\x67\x93\xd9\x0f\x6b\xe5\xd1\x08\x8b\x53\xe1\xeb\x7b\x8c\xb9\xbf\xd8\xd8\xb2\x85\xde\x97\x37\xa4\xf9\x13\x91\xe6\xde\x5f\xba\x2e\x52\x9c\x45\x4d\x15\xe5\x52\x26\xcf\x0e\xb5\x0b\xd6\xc6\x5e\xb5\x68\xf3\x19\x23\xd7\x4b\xa5\x79\x2a\x03\xb9\x6c\x88\x73\xad\x5b\x8b\xb0\x99\x9d\xdb\x9a\x8c\x0a\x64\x1d\xac\xd7\xf4\x49\x61\xcc\x57\x60\x2c\x2d\xe9\xfe\x85\x86\x5a\x9b\xe0\x13\x7c\xc1\x12\x10\x49\x2f\x64\x4e\x1e\xcf\x25\xce\xc5\x0c\x5e\x11\xbc\x9a\x56\x6a\xf6\xe7\x67\x8c\x0b\x4a\x9c\x79\x9b\x47\xc6\x58\xf3\x9c\x81\xfe\x29\x7c\x02\x3b\xb6\x33\x3a\x6e\x99\x05\x9a\x42\x7d\xe4\x19\xe5\x55\xb3\x96\x8a\x74\x95\xa2\x61\x2d\x45\x98\x21\xd8\xb7\x18\x22\x5a\x7f\xb5\x65\x72\x53\x2e\x6e\xd1\x6c\x50\x45\xb0\x32\x57\xd4\xd4\xc9\x0f\x9c\x2a\x2f\xee\xe0\x3e\x1c\xf3\x64\x99\x71\xa0\xe1\xc5\xac\x8f\x6c\xcd\x9e\x2b\x71\x08\xf3\x74\xeb\x0e\xef\x37\x0c\x8f\x9a\x13\x96\x8a\xc8\xf5\xe2\x2b\x5a\xee\xf0\x61\x81\xff\x92\x49\xe5\x1f\x92\x68\xca\xa7\x7c\x99\x74\x79\xd8\xaa\x74\x88\x2c\xdd\xba\xa9\xf8\x04\x39\xa8\x4c\xbe\xf0\x1c\xf9\x04\xa7\x3c\x7f\x82\xe2\x9c\x0d\xf2\xfa\x29\xef\x51\x1f\x84\x95\xd4\x52\x9f\x14\x7e\x02\xcd\xc1\xc2\x83\x2b\x07\x19\xaa\x3f\x63\x95\xc1\x7a\x8b\xee\x95\x45\xd4\x4b\x93\x9c\x72\x12\x75\x61\x08\x5f\x1a\x4e\x5d\x68\xf1\x2a\x4e\xa0\xde\x2a\x4d\x2d\x24\x51\xbf\x73\x36\xe7\xb3\x68\xf6\x04\x56\x1e\x93\xd6\x80\x62\x08\x73\x68\xdf\x7d\x76\xf0\x7d\x21\x5f\x0b\x69\xae\x04\xf4\x54\xfd\x3c\xab\x14\x26\x2f\x10\x2a\xb5\x10\xd3\x89\xa1\xf2\xbd\xf0\x9b\xc1\xf6\xd2\x0d\x70\x5f\x73\x43\xb1\x12\x4c\x29\xb9\x5b\x68\x0a\x47\xb0\xa1\x7c\x47\x18\x45\x90\xc8\x73\x87\xc9\xa8\xdd\x42\x17\x98\xee\x3d\xc1\xd7\x85\xb9\xe6\x2b\x9c\xd7\xf0\x29\xf5\x53\x2c\x08\xfe\x78\x51\xab\x02\xe1\xfa\x9c\x89\x2a\xcb\xe1\x30\x07\x08\x25\x59\xec\xf1\xa6\xb4\x22\x2e\x5b\xac\x78\xa4\xa0\x8d\x15\xc6\xca\x14\x8d\x31\x1f\xe0\x55\x72\xe7\x99\xb8\x38\x2f\xc1\x25\xc6\x15\x6f\x3d\xde\x18\xc3\xc0\x3c\x8f\xc3\xa2\xb7\xa9\x8f\xb3\x94\xe9\x72\xe7\x4b\xca\x7b\x45\x6d\xa7\xf7\x97\xf6\xe6\x11\xfb\xf7\x14\x4f\xe7\x1a\x37\x1e\x2c\xbc\x2f\xf8\x50\x24\x2a\x10\xe3\x8f\x33\x13\x44\x2a\xbc\xbe\xac\x23\xb9\xe6\xdc\xa6\xd8\x4c\x81\x05\x27\xc6\xab\x8d\x77\x90\x2d\x6f\x1e\xc8\xfe\xc5\x9c\x55\xbf\xc3\xac\x60\x44\xcf\x9b\x96\xfd\x2b\xbb\x34\xc6\x2d\xdd\x55\xba\xa5\x77\xaa\x58\xb9\x58\xaf\xfe\x59\xa1\x45\xa1\x5f\x61\x4c\x7e\x7c\x3e\x87\x11\x9c\x97\x97\x77\x37\xd3\x4b\x38\x90\xab\x11\xc3\xe2\xb7\x0b\x34\xbd\xb4\xb8\x55\x3c\x6d\x73\x2d\x76\x3c\xfb\x97\xc6\x16\xe6\x3a\x66\xef\xec\x8f\x32\x74\xf3\xc9\x93\xbd\x25\xa1\x8d\x6a\xdd\x53\x45\x71\x75\xb4\x3a\x50\x40\xa9\x1e\xc9\x6f\x10\xd5\x56\xbc\x46\xce\xe6\x5e\x28\x33\x4a\xff\x2c\x78\x5f\x1c\x1d\xdd\xc7\x7b\x5f\x70\xd4\x33\x89\xf3\x28\xf7\x89\xd9\x2d\x56\x17\x3f\x48\xc3\x94\xe1\xc0\x2e\x9f\xd9\x56\xfa\x78\xf0\xd7\x28\x52\xbc\xd6\xe7\xde\x39\x57\xf8\xb6\x6b\xba\x46\xa9\x00\xb4\xfd\xc8\xbb\x23\x52\x6c\xde\x0d\x6b\xe6\x3a\xd4\x1f\x4d\x13\x09\xb0\xd5\x1a\x51\x5d\xbc\xf4\xb2\x2e\x8f\x6a\x4e\x74\xe1\x03\xb3\x2c\x96\x66\xee\x05\x0d\x0f\xfa\x38\x37\x69\xda\xb5\x6c\xcb\xe4\xa7\xe3\x17\x8a\x3f\x8c\x73\xda\xa7\x0b\x9f\x8f\xfe\xac\xd2\xc9\x7f\x3e\x74\x24\x57\x3c\xef\x7d\xaf\x2b\x8d\x92\x2b\xde\x61\x97\xaa\x20\x50\x6e\x7a\x1d\x09\xf3\xf6\xd5\x6e\x77\xbf\xc8\x91\x28\x9b\x34\x93\x60\x2e\x14\xc8\x6a\x84\xd2\x23\x79\x7f\xa6\xac\xcb\xf6\xce\xe5\x0c\x3f\x2c\xfe\x3b\x3d\xd6\x76\xb7\xf0\xcd\xe9\xf9\x4a\xcf\xfc\x87\x27\x8a\x85\x66\x79\xf7\x86\xd4\xa9\x93\xc2\xb7\x3d\xa2\x94\x6c\xfe\xaf\xb6\x8a\x48\xc0\xfd\xd2\x20\xe1\x8e\x67\xdf\xa9\xf8\x75\xf4\x29\xb3\xb2\x90\xaa\x81\xa3\x6b\xf1\xf9\x93\x61\x65\x86\x8b\xba\xc3\xdb\x4b\xb6\xcc\x6b\xb7\xed\x29\x7c\x35\xfd\xa2\xa2\x3c\xff\xca\x69\x6f\x41\x41\xde\xe4\x68\x2a\x55\x5b\x78\x76\x20\x30\xf9\x1b\x7f\xb6\x73\x31\xa2\x81\x7b\xa2\xa9\xcc\xdd\x8a\x5d\x5e\x75\xf9\xe8\x1d\xa6\x77\x91\x40\xa3\x1c\xb9\xcd\x9f\x3a\x89\x6d\xc3\xe5\x7c\xec\x5d\xd7\x9c\x46\x72\x6e\x78\xd0\x50\x42\x62\x97\xc8\xd6\x9e\x21\x2d\x73\xea\xab\x9e\x90\x9d\x73\x26\xcb\x7f\x93\x57\x92\x5e\x94\xfc\xa0\xf0\x42\xaf\x14\x9e\xa7\xba\xb9\xd0\x44\x49\xb4\xdd\xa6\x67\x04\xab\x90\xbc\xea\x57\xae\x0e\xbc\xff\xc4\x99\x36\x09\xca\x87\x9e\xa8\x66\x45\xaa\x58\x83\x7d\x83\x1b\x15\x14\x0b\x6a\x73\xa8\x7b\x38\xba\x55\x2d\xd4\xc0\x9c\x80\xf2\x79\x6a\x47\x52\x6e\xc9\x65\x9a\x5c\x28\xbd\xb0\x93\x96\xeb\x62\x2e\x0a\x84\xc4\x4d\x4b\x04\xf7\xa0\x6e\xd5\xe7\x5c\x2d\x38\xee\xc4\xd6\xd6\x4e\x58\xa6\x7b\xa8\x69\x16\x7a\x54\xdf\x5c\xff\x17\x6a\x2c\xde\x58\x6b\x04\x09\xd8\xe3\x55\x28\x88\x4f\xfc\x50\x2e\x84\x1a\x92\x4c\x4a\x2a\xa1\xa5\x50\xa3\x42\x0a\xf4\xdd\xf9\x8f\xe8\x10\xac\x6e\x9a\x21\x98\x80\x33\x54\x9f\x70\xa5\xe1\x85\x51\xe9\x96\x65\xf6\xf1\xae\x99\x26\x39\xf6\xba\xba\xf9\xfa\x24\x96\x7d\x91\x6a\x4d\x13\xb3\x87\xf5\xb0\x72\x99\xa9\x47\xd4\x29\xdf\xc0\x58\x4a\x14\x94\xc8\x31\x68\x21\x75\x85\x1b\x19\x52\xce\x85\x79\x53\xf4\x1a\x53\x5b\x41\x10\xdd\x5a\xf5\x27\xa7\x1b\x79\x74\x7c\xb5\x25\x39\x37\xb3\xb3\xad\x91\x23\x8c\xaf\xed\xa9\x3b\x27\xb0\x2c\x54\xac\xd9\xc0\xd7\x62\xae\x55\x5a\xf3\x34\xb2\xfd\xca\xf0\x5c\xc7\x84\xab\xc5\x05\x1c\x6c\xc8\xc6\x82\x6c\x36\xda\xd9\x38\xcf\x88\xe5\x67\xaa\xce\xbf\xc0\xb4\x51\xd3\xe5\x28\x31\xf6\x0c\x3f\x69\xee\x2d\xd9\xd4\xc1\x6d\x78\x5c\x14\x5a\x23\xac\x3b\x58\xd0\x52\x20\x59\x9d\x92\x2f\xce\xf8\x57\xd1\x9b\x97\x43\x20\x96\xae\xe6\x6e\x4d\x90\x2f\xde\x26\xa8\x08\x8e\xcf\x7f\xc5\x7b\xe3\x74\x3b\xb7\x9a\xab\x6b\x2a\xcb\x3f\xc8\xf6\x54\x43\xb3\x69\xcc\xd0\xc1\x27\xcd\x62\xf5\xe9\x6d\xc7\x1b\x0e\xd7\x5a\x55\x3d\xac\x85\xaa\x5e\x8b\x48\x55\xa7\x2a\x08\x74\x41\xf9\x5a\x19\xc0\xeb\x96\xea\x16\xd7\xc7\xff\x2d\xf2\x2c\xd4\x09\xaa\xc9\xd7\x13\x25\x38\xb9\x08\x1f\x08\x49\x26\xcf\x78\x58\x1e\x46\xad\x9b\x35\xc2\x3e\xd4\xff\xa1\x69\xa4\x87\xdc\xf2\xb4\x7e\xa5\xd3\xa9\xd2\xa0\x76\x47\x9b\x58\xee\xfd\x2a\x87\xa6\x7a\x64\x5b\x79\x56\xfd\xc1\xcc\xcb\x25\x9d\xd5\x53\xe8\xeb\x85\x0b\x15\x3a\x81\x63\xa2\xf6\x12\x43\xc7\x66\x61\x58\xfe\x67\x93\x7a\xee\x03\x21\x5d\xed\x0a\x4b\x85\x73\xa9\x6f\x6b\xd3\xd4\xc9\x4f\xcd\x3b\xea\xaf\x8d\x68\x96\xa7\xd6\x7c\x1d\xd4\x14\xea\x57\xc9\xf7\x3c\x82\xf0\xe5\x46\x1d\x19\x19\x51\x25\x61\xcd\x1f\x51\xc5\x85\xa9\xf5\x7a\x01\x13\x22\xe7\xca\x35\x87\x9f\x82\x1f\x25\x21\x26\xde\x5c\x92\x28\x4b\xed\x15\xf3\x38\xcf\xa8\x37\xb8\xa9\x6b\x52\xb1\x29\xa8\xfe\xfc\xd8\xb3\xb2\x96\x9a\xcf\xa3\x59\x02\x6c\xd5\xe6\xc1\x49\xda\x99\xf2\xff\x7a\x56\xd2\x4f\x95\x98\xb6\x5f\x47\x6d\x2a\xb4\x6d\xa2\x04\xf8\x8a\xe4\x6b\x9a\x1c\x86\x04\xe7\xca\x22\x4c\x8c\xb9\xf6\xf9\x63\x6a\xff\x98\x14\xde\xf1\x9e\xa9\xa6\xe2\x59\x6a\xe3\x40\xfd\xd8\xe4\xeb\xd2\xef\x35\xab\xe3\x8a\xfc\xb9\xca\x77\xa3\x5b\x69\x1a\x65\x1f\x07\xc6\xd2\x8d\x4a\x36\x74\x5b\xc6\x95\x16\x6e\x6c\x8d\x08\x00\x79\x37\xea\x3e\x38\x70\x04\x50\xc5\x26\x93\x43\x9c\x1f\x05\xc3\xfb\xf5\x98\xfa\xbc\xef\xcd\x55\xc3\x0f\x48\x99\x95\x7b\x07\xd4\x48\xb5\x22\xe3\x1e\x32\x69\x8e\xb1\xd0\x31\x44\x56\xc8\x7e\xd8\xb2\x42\x16\x61\xdb\x1a\x3e\x50\x94\x22\x5b\x6b\x6e\x52\x2e\xfc\x3f\x04\xc0\x07\x20\x54\x0f\x03\x00\xf0\xf6\xfe\xda\xbb\x8c\x54\x32\xda\xa4\x34\x48\xa8\x94\x06\x4a\x44\x92\x42\x1a\xf6\xba\xbb\xb7\xdf\xdd\xbd\xdb\x7b\xbb\xe5\x38\x9c\xb3\xb7\xec\x2d\x92\x96\xa6\x96\xf6\xfc\x37\xb4\xd7\xf7\x3b\x98\xab\x8c\x00\xf5\x1e\x39\x12\x13\x44\x5f\x17\xc7\xbf\x08\x33\xad\x93\x59\x62\x44\x97\x6d\x5d\x21\x06\xa7\x28\xcb\x4b\xee\x83\xa3\x78\x97\x0a\x37\x01\x7f\xf0\x54\x53\x0a\xb8\x24\x4d\x6b\xd4\x83\x91\x67\xcf\x64\xd6\x83\x75\x61\x09\x9a\x7c\x68\xcd\xc1\x14\xa5\x07\x54\xe7\x41\x91\x88\xe1\x80\x75\xc1\xfc\x5a\x64\x94\x75\x22\x8b\x8b\x74\x66\x65\x55\xec\x86\x7b\x94\x1e\x25\x12\x98\xc5\x3b\x5e\xf0\x09\x0e\xc6\x97\x98\xd6\xc0\x87\xd2\x82\x8d\x61\x70\xd4\xd9\x95\x99\x10\x4c\x0f\xdb\xaa\x49\x80\x9b\x0f\xee\x54\x4e\x47\xc6\x78\x1c\x92\x9c\x45\x0e\xac\xdb\xc5\x97\x23\xc5\xd6\x64\x56\x3c\x6a\x91\x35\xb5\x5c\x4a\xbb\xae\x30\x16\xbf\xa6\xad\xe6\x3e\x2b\x38\x40\x65\x61\x8a\x3c\x19\x75\x42\xea\xe5\xec\x4b\xb8\xe1\x4c\x99\xfe\x3f\x3c\xf8\xd8\x1d\xf5\x33\x7c\xe9\x81\x8f\x0a\x1e\x76\xc7\x63\x8e\xf8\x33\xc6\x5d\xb7\x9e\xef\x80\x1d\xb1\xce\x62\x8d\xc4\xe6\x65\x7e\x29\x9f\xc4\x99\x26\xef\x2f\x3e\xc0\x9e\xc4\x9d\x65\x2e\x64\xfe\x44\xef\xe4\xfe\x64\x8e\x4f\xb5\xcd\x76\x61\x38\x9c\x59\xa8\x0f\x27\x62\x8f\x05\xa9\xc3\xe8\xf5\x07\xc4\xf2\xbf\xb4\x97\xdb\x1f\x8b\x43\x68\xe3\xd7\x6d\xe0\x09\xa9\xab\xac\x9f\x30\x23\xf1\x6d\x99\x33\xcb\x7c\x45\x7a\xd9\xa3\x22\xb3\x70\x37\x67\x8b\x79\x2e\xbf\x0b\x9d\x95\x1b\xc5\x3b\x9a\x92\x96\x65\xe4\xfc\x89\x01\x75\x57\xd9\xad\xa1\x37\x32\xae\xb3\x98\x07\x9c\xe5\xd1\x4c\x8b\xed\xc5\xa2\x5a\x42\xb5\xce\x93\xfb\x8c\x3e\x6e\xc9\x6a\x46\x0d\x35\x5c\xd7\x53\xaa\xd4\xb8\x4b\xf3\x0b\xbf\x67\x2c\x64\xfd\xcc\x3f\xa9\x78\x0f\x3f\xcb\x31\xcb\x1a\x92\x4f\x19\x1e\x4b\x84\xa7\x99\xba\xc9\x22\x38\x74\x52\xc6\x14\xc1\xf1\xfd\x5a\x99\x96\xfb\x73\x7b\x90\xf0\x03\x3b\x76\xdd\x76\xee\x4c\x46\xcf\x12\x2e\x31\x48\x1f\xa3\x0d\x2e\x75\xcd\xe3\x49\x9c\x0b\x19\x46\x39\xd3\x6c\x7a\x6f\x68\x82\x72\x73\x56\xe9\x6a\x92\xb6\x1b\x8e\xaa\x73\xa3\x31\x2d\xa2\x34\x86\xac\x54\x41\x32\x6c\xdf\x07\xd9\x54\xf1\x78\xf7\x57\xc2\x30\xbe\xdf\x3a\x5b\x4e\x2a\x9b\xbc\xe4\x1a\xb1\x81\x48\x50\x37\x95\x2e\x28\xef\x17\xf5\x17\x86\x95\x04\x32\xf6\x98\x0a\x0b\x2e\x80\xfe\xc6\x3b\x79\xf7\x12\x7e\x67\x7e\xce\x7e\x1c\x75\x5c\x3b\x55\xff\xf0\xa8\xb3\x6a\xa4\x3a\x67\x9f\xb3\x54\xac\xf8\x9f\x7b\xb2\xe0\xb9\x78\xd9\xda\xdf\xec\x7f\xbc\xd1\x4b\xfe\xd1\x1b\x19\x7a\xf5\xae\xd2\x49\xb5\x47\x44\x3b\x0a\x0f\x54\xa6\x13\x39\x26\x49\x69\x1c\x50\x61\xac\x2a\x5c\x95\x10\x9d\xd9\x91\xd7\x11\x79\x4f\x73\x3b\x7b\x77\x70\x87\xb2\x43\xc7\xf4\x1d\x92\x06\xaa\x4e\xb9\x7b\x0a\x4c\x92\xa1\xb5\x1f\xd8\xcd\xfc\x45\x36\x8b\xe9\x08\x73\x6a\xc6\x93\x92\x1f\x8d\xcb\x85\xdd\x85\x1b\x6b\x3f\x12\x0b\x4c\x29\x95\x2c\x60\xb5\x91\x55\x32\x1c\xff\x36\x93\x53\xb0\x32\x32\x5e\x23\xcb\xdd\x11\x1c\xa7\x24\x1b\xc6\xfb\xe6\x4a\x27\xaa\x4f\xb8\xdb\x0b\x42\x64\x7e\x6b\xbf\xb3\x13\xf9\x1f\x6c\xf6\xd0\xd7\x30\x3d\x84\xd3\x5b\x73\x29\xb5\xc4\x60\xc3\x7f\x94\x5e\xc8\xaa\xd6\x9f\x72\x23\xe9\x5f\x45\x0e\x30\x3d\x86\x55\x7c\x1d\x20\x85\x35\xe5\x0f\x81\xa3\x03\x22\x8d\x79\x60\xc5\xae\x65\xba\x3f\x10\x67\xb3\x9f\x6a\x2c\x9c\xbe\xb2\x42\xac\x45\x4e\x59\xaa\x38\x5d\x68\xb8\xe0\x63\xab\x13\xb4\x9c\xc8\x6b\x90\x43\x23\xc1\xfb\xb5\x13\xc0\xdb\x49\x3d\x15\xe1\xe0\xf3\x98\x13\xc5\x22\x68\x51\x98\x22\x3f\x07\x4a\x08\xf0\x34\x26\x42\xaf\x77\xcd\xd4\xdd\x80\xd1\xcd\x1b\x95\x2f\x10\xeb\x95\x66\x31\x81\x34\x5b\xea\x39\xb5\x68\x9c\xa0\xa7\xa5\x07\xa9\x20\x12\x1b\xb6\x20\xc7\x40\x5d\x4d\x15\x32\x26\x49\x5c\x31\x03\x7e\x12\xb3\xa1\x78\x37\xfc\x32\x2c\x21\x3f\x0c\x99\x14\x60\x63\x5c\x83\xec\xdb\xf9\x4d\xa7\x46\x74\x9b\x6d\x94\xd5\xc8\xf7\x95\x46\xf1\x31\xd4\xcf\xb2\x88\x23\x41\xcb\x05\xf3\x9b\xff\xd0\xde\xd2\x3f\xd4\x93\x69\x3b\xc1\x1d\x35\xa3\xa8\xaa\x24\x97\xf2\x28\xea\xfc\xd3\xf7\x8a\xb2\xf1\xba\xb0\xa5\xa6\x3a\x1c\xf0\x7f\x9a\xcd\xc1\x03\x77\x5e\xd3\xcd\xc0\xed\x36\x8f\x53\xae\xc2\xbe\xad\x2c\x14\xdd\xc5\x3a\x2c\x87\x38\x73\x30\x11\x1f\x6d\x8e\x64\xb7\xd1\x53\xeb\x6e\xb3\x0a\x80\xeb\xd5\x47\x98\xc2\xc4\xeb\x65\xad\x8c\xfc\xd3\xb4\xa2\x71\xc4\xe3\x63\x37\x4d\x56\x84\xb3\xbf\x31\xeb\x0b\x5d\xbe\x33\x5b\x7b\x86\xf6\xdc\x75\x58\x81\xd2\x56\xad\xec\x10\xad\xa6\x9e\xb5\x5a\xc9\x3e\x8d\xeb\xf9\x5b\x9a\xaa\x84\x8f\xe9\x53\xeb\xd6\x0b\x82\x81\xf0\xaa\x6a\xde\xd5\xc4\xb3\x65\x4b\xb9\xc0\x69\x87\xc2\x18\xce\xf6\x63\xd4\x3c\x8c\xbd\xd0\xff\x64\x56\x10\xf3\xcf\x4e\x92\xa6\x89\xd1\xec\xfa\x5c\x7e\x91\x48\x5e\xf9\x52\x98\x48\x9f\x6d\x85\xb3\xf2\xa8\x39\xbc\xe0\xc6\x3b\xaa\x57\x34\x97\x0b\x41\x8a\xef\x14\x5a\xe5\x2d\xd9\xb7\x04\x75\xa9\x9b\xe4\x73\x74\x6c\x01\x24\xfa\x1d\xfa\x2c\x57\x2c\x9c\xed\xf7\xca\x10\xcd\x5f\xb1\xd3\x41\xdd\xcf\x9d\xe8\xda\x27\xbb\xcf\xea\x5b\x35\x43\x80\x32\x50\xab\x1f\xcc\x12\xfa\x2c\xae\xbe\xf1\x90\x71\x26\xf5\x70\x6d\x8b\x21\x98\x2c\xab\x74\xd6\xa9\xe2\x6b\x4b\x44\xea\xeb\x51\x1a\x73\xaf\x6a\x5a\xe8\x9a\x9c\xfb\xf2\xfd\x7e\x41\x99\x45\x12\xb2\x77\xbb\x7a\xbe\x30\xdc\x35\x43\x66\xc7\x9b\xbf\x6a\x09\xff\x22\xab\xcd\xfa\x08\xe3\x1b\xe1\xc3\x91\x35\xdc\x29\x1e\x81\x87\xd5\x1e\x32\x67\x92\x8a\x2a\x3a\xf3\xd6\xc7\xdd\x28\x99\x9d\x6d\x8a\x6c\x31\x6f\xc9\x9c\x11\x92\x98\xb3\x53\x93\x7c\xb0\x35\x73\xa6\xb2\xc4\x3b\x24\x03\x92\x66\xb8\x26\x48\x25\xc2\xbd\xab\x56\xf1\x37\x73\x6e\x59\xeb\x18\xf1\x0c\x2f\xce\xb8\x86\xac\x72\x1a\xf6\xa4\xd6\xa6\xf8\x3f\xd2\xb6\x0a\x45\x81\x73\xdc\xe9\xe2\x7b\x79\x7e\x91\x47\xf3\xbf\x67\x1f\x09\x59\x64\xfc\xab\xf7\x3f\x08\xeb\x3b\xd5\x8b\xbc\xd7\x64\xac\x97\x73\x5c\x4f\x4a\xf7\x88\xea\x57\x6d\xe2\x7d\xe6\x5e\xb0\xee\x64\xac\x62\xc8\xd8\x58\x43\x4c\x75\x30\x96\x52\xf3\xb6\x5c\x9e\xfe\xa0\x22\xa2\x38\x37\xee\x7f\xc5\x2a\x73\x7a\xe4\xf8\x7c\x73\xae\xdd\xd1\xdb\x46\xb3\xa1\xeb\xe0\x41\x7d\xac\xd6\xd1\x7b\xa6\xea\xa6\xd2\xde\xf5\xb4\xe4\xa3\xf8\xf9\x2a\x7f\x9e\x9a\x77\xdc\xfa\x3b\x71\x83\x91\xcd\xb4\xee\x4e\x03\x9a\xe0\xd7\x6d\x7a\xa0\x21\x55\xde\xd8\x0c\x64\x9e\xfb\x55\x5b\x09\x5c\x3c\xb9\xb4\x22\x15\xb4\x0e\x1a\x2e\x9e\x0e\xea\xf6\x1f\x36\x05\x40\xbb\x77\x3c\xcf\x9a\x06\xcf\xd9\x38\x4b\xcd\x84\x7f\x3b\x94\x4b\xa3\x90\x1b\x96\x23\xb9\xad\x68\x25\xe3\x5e\xb7\x25\x3c\x03\xee\x68\xdb\x03\xdd\x4e\x8d\x69\x8c\x87\xa4\xe7\xae\xd7\xc6\x40\xec\x93\x13\x2a\xd6\x42\x85\x41\xb7\x8a\x2e\x43\xdf\xf6\xbb\x99\xe6\xc3\x67\x76\x0c\x1a\x9e\xc2\x3f\x36\x8e\x54\x47\x23\x72\x87\x12\xa9\x0f\xba\xd4\x72\x3c\xb7\x18\xad\x63\x08\xbb\xda\x51\x1a\x9c\xd1\xfa\x01\x5d\x98\xba\xb1\x71\x21\x52\x74\x2e\xb7\x76\x16\x12\x1f\xf1\xa4\xfc\x21\x12\x11\x54\x5b\x84\x20\x94\xfd\x36\x79\x97\x90\xea\x1d\x97\x0c\x79\xe8\x38\x97\x4f\xea\xb5\x68\xb8\x43\xa1\x74\x01\x9a\x6b\x39\x87\x4b\x43\xbf\x31\xe6\x77\x7e\xa6\x27\xc3\x5b\x5a\x97\xd3\xaa\x53\xde\x37\x04\x50\x7f\x9e\x3b\x59\x13\x4c\x8d\x8d\xd0\x97\xaf\xa2\x4e\x08\x82\x0a\xfb\xf0\xb6\x7d\xc3\x79\x0b\x71\xe5\x8e\x46\xc3\x54\xfc\x8c\xcb\xe3\x0c\x15\xee\xee\xd0\x20\x61\xe1\x63\x2c\x77\x73\xfe\x60\x97\x88\x3b\x9d\x87\xd9\x5f\xe1\x91\x2d\x10\xeb\x4e\x4a\x45\x7d\x26\xb3\xe1\xdc\xea\xea\x02\x46\x7f\x44\x52\x19\x9d\x31\x3a\xe8\x70\xe1\x0a\xc2\x6f\xdf\xf5\xdc\x54\x7a\xf9\x8e\xac\xcc\xe3\xf4\xf1\x2e\x83\xaa\x47\xb4\xc3\x0e\x83\xe2\xeb\x54\xb9\xa5\x98\xb3\x13\xbf\x4a\x64\x74\x18\x84\xb5\x50\x53\x73\xbf\x60\x4b\x4a\x72\xdd\x30\xaf\xe9\xec\x70\xf5\x28\xee\xe9\x08\x8f\xd2\x87\x9c\xd5\x41\x76\x05\x10\x7b\xec\xbe\xd2\x9c\x3e\xe6\xab\x1d\x6c\x7d\x3e\xa3\xd6\xe5\xbe\x6a\x31\x01\x38\x8e\x15\xff\x8f\xbe\xd2\xf2\x2d\x1b\xa0\xf6\xd1\x5f\xb6\xe7\xaa\x42\xa0\x19\x4d\xb7\x14\xd1\xc9\x7d\x17\x7e\xc8\xce\x9d\x0d\xac\x1a\x29\x89\x3d\x51\x52\x72\x5b\x84\x1f\x29\x33\xa7\x08\xb2\xf6\x1d\x33\xb6\xf0\xda\x76\x84\xe9\x0c\x9c\x7a\x97\x47\xca\x85\x2c\xb5\xa3\xbb\x68\x32\x23\xde\xea\x34\x2b\x95\xbe\x8c\xee\xd5\xf6\x23\x6b\x08\x8c\x68\xb2\xc8\x5c\x9f\x3c\xfd\xc2\x7a\x2d\x70\x26\xb3\xd2\x25\xa3\xe3\xc4\xa4\x92\x09\xca\xf9\x47\x96\xe7\x1b\x64\x67\x7c\x3f\x65\xbf\x13\x97\xec\x58\xa8\xbd\x2e\xb8\xe0\xd2\xab\xf0\xe3\x6a\x1c\xc3\x84\x9e\x2c\xd0\xaa\x97\x59\x4e\x78\xd0\xe4\x6d\xa1\x85\x73\x80\xb2\x46\xae\xa9\x23\x29\xb2\x36\x27\x27\x2a\xe6\x5b\x85\xca\x30\x1c\x7e\xb2\x38\x54\x07\x05\xaa\x4d\x9f\xd4\x63\x7d\x79\xd9\x5b\x14\x71\x1e\xf7\xb4\xcb\x24\x7c\x97\x4e\xb9\x59\x80\x3a\xd2\x05\x39\x9c\x20\x6b\x6b\xa6\x0d\x63\x21\xcd\xb1\xcd\xaa\xd4\x13\xd8\xdb\xe8\x53\x68\x4e\x9a\x57\x1b\x95\x3f\x39\x26\xb7\xc2\x2f\x67\x67\xf8\xbc\xe2\x49\x86\x84\xc0\xe3\x26\xad\x56\xed\x1b\x95\xf5\x5c\xa5\xf5\xe8\xd4\x5c\x92\xed\x75\xb9\x2c\x0f\x16\xf6\x3a\xea\x04\xc1\x5c\x2b\x6b\x1f\xc6\x3d\x46\x30\xb5\xb3\xf5\x41\x45\x07\xe5\x75\xe3\xa8\x92\xef\x89\x97\x6a\xad\x0a\xed\x63\x22\x2a\x46\x9a\x16\x1d\xbf\x55\x54\x92\xfd\x23\x70\xad\xc9\x5d\x7f\xd9\xd7\x27\x0b\x57\x27\x79\xd4\x6a\x4e\xca\x2b\x5d\x1e\xca\x7e\x8a\xfa\x1d\x5b\xf9\x7f\xb8\x66\x6b\x88\x81\x30\x8e\x61\x3b\xfa\x0e\x43\x73\x48\xfe\xdd\x21\xe0\xcb\xf8\xd0\xb6\x03\xa0\x22\xda\xa2\xe1\x1f\xa8\x3b\xd6\x58\x13\x0b\xde\x39\x34\xb1\xac\x00\xda\xb1\x67\x5c\x01\x06\xdd\x75\xf7\x37\x96\xc2\x22\xe7\x10\x6d\x2d\x72\xd6\x7e\x89\xec\x0d\xba\xc4\xa2\x96\xc7\x43\x87\x30\xc7\x4b\xdf\x91\xbd\xa4\x9d\xdd\x23\xe1\x77\xf1\xee\xad\xdf\x60\x38\x7a\x74\x43\x01\x7c\xf0\x58\x6e\x8d\x35\x7c\x28\xe0\x53\x59\x04\xcc\xf2\xf9\x58\xb0\x0d\x7e\xed\xbe\xd3\x48\x47\x4e\x39\xef\xd5\x0a\x90\x2f\xf6\xd6\xb2\x2e\x34\xca\xe2\x02\x2f\x1d\x7d\x8c\x7e\xbd\x94\x85\x65\x93\x3c\xbb\x14\xd8\xb4\x78\xcb\x56\x05\xca\x8a\x7a\xd6\xb0\x1f\x5d\x7e\x8c\x5f\xdd\x8d\xfc\x08\x18\x2c\x9b\x8c\xfc\xf1\xb9\x6f\x7e\x8d\xda\xbb\x6f\x33\xfa\xa0\x51\xce\xdb\xb5\x01\x68\xb9\xfd\x7c\x99\x14\x7d\x6a\xd1\xc1\xf3\xc1\x16\xa0\x65\xbd\x17\x89\x23\xe9\xdf\x3a\x7b\xe9\x29\x71\x8f\x5b\x1a\x69\xaa\xa8\xa2\x7a\x94\x3a\x7c\x2c\xac\x7a\x2c\x95\x12\x50\x52\xba\x8b\xba\xd4\xa7\xce\x6c\x8b\xbf\x71\x5f\x97\x9d\x8f\x97\x3b\x6f\xd4\x94\xe0\xa8\xbd\xbd\xf4\x27\xee\x62\x31\xcc\xad\xc2\x5e\xa3\x5d\xbd\xd6\x1c\x7e\xfa\xf7\xce\xf9\xec\x90\xb8\x81\x96\x11\x2c\xa7\xa8\xac\xba\x8b\xcc\x35\xc7\x0e\x57\xf9\x33\x0e\x05\xe4\x94\x48\x08\xbe\x4f\x45\x7e\x32\xfd\x99\xfb\xaa\xac\x77\xf4\x0d\xce\x5b\xd5\xaf\x68\x54\xfb\x7d\x52\x17\x6a\x9d\xe5\x66\xce\x30\xfe\x06\x15\xf4\x44\x8b\x46\xa5\xdf\xee\x08\x13\x80\x71\x1d\xcd\x5e\xbc\x7f\x51\xe2\xba\xe9\x5c\xd9\x31\x9f\x4a\x2d\xc7\x2f\x40\x55\x7c\x9f\xbd\xc0\xa7\xd0\x54\xcf\x1c\x76\x5f\x99\x65\xcb\x68\x77\xde\xa9\x9e\x4b\xb0\xed\x49\x92\x08\xfa\x36\x4b\x2e\xc7\x9a\x3a\x84\x8e\xbf\xb8\x4b\xb5\x2f\x3d\xb8\x7d\x87\xc2\x3b\xee\x40\x93\xad\x6c\x7b\xd4\x92\xda\xf7\x92\x4d\xa1\x0f\x2b\xd2\x44\xbe\x01\x3e\x45\x15\x82\x48\x1f\x72\x9e\x98\x47\x77\x5f\x64\x18\xc3\x61\x39\x87\xa9\xfe\xb0\xc8\xf6\x2d\xe2\xfd\x8c\x08\xab\x29\xec\xe9\x74\x57\x24\xad\x3b\x26\x6b\x5b\x5a\x6f\xdb\x31\x3d\x16\xdb\xd2\xe8\xaa\xe9\x8e\x54\xd6\xfc\xcd\x98\x11\x1a\x5e\x4e\x53\x9c\xf5\x1f\x2a\x6c\x91\xb6\xf9\xac\xcf\xd5\x8b\xe7\xba\x0d\x67\x2e\x14\x6c\x74\x8e\x50\x59\x70\x5d\xed\x3f\x8b\x92\x59\x1e\x56\xc9\xac\x2d\x84\x0b\x62\xdb\x95\x6d\x6e\x49\x8b\x69\x35\xe6\xc5\xc4\x1e\x6a\x20\x8c\x53\x22\x6d\x6b\xb6\x67\x1a\x42\xde\x96\xd5\x6a\xdd\xfc\x99\x05\x5f\x54\xf7\x76\xff\xce\xb9\x29\x3f\xe5\xf6\x44\x7f\x40\x5c\xe8\x0c\x2a\x23\xf9\xd7\x1c\x6c\x85\x3d\xec\x67\x56\xed\x4c\x03\xf1\x14\x1e\xec\x0a\x2d\xd6\xa4\xcd\x6a\x3d\x68\xfe\x1a\xbb\xb8\xc1\x39\xef\xd8\xa9\xf7\xd5\xcf\xb2\x0d\x21\x55\x65\x47\xf4\x2f\xfc\x23\x0a\xc4\x9a\xd5\xbb\x9f\xe7\x24\x2b\x83\xdc\x1e\xe8\x5e\x48\x9d\x9d\x85\xca\xc9\x82\x2f\x0e\x3b\x85\xe9\x1c\xa1\xd5\x07\x66\x10\x63\x0e\x2c\xed\x9a\x5e\x76\x25\xb5\xa5\xe5\x6b\xd1\xab\xf3\xef\xea\xef\x9a\x97\x9e\x6a\xad\xc6\x73\x57\x84\x70\x4a\xdf\x66\x2d\xf1\xf7\x29\xb0\xd5\x59\xee\x7e\x94\x33\x5e\xf5\xcd\xed\xa9\x2e\x56\x76\xc6\xb9\x42\x91\x2d\xbc\xe3\x90\x28\x9c\xcf\x9d\x68\x6d\xc7\xf8\xc7\x98\xff\x2b\x12\x8a\x03\x83\xdf\x30\x21\x2a\xc8\xbc\x77\x18\x52\x83\xed\x17\x9f\x40\x4d\xe0\xb7\xea\xbb\x50\x05\x58\x9a\x1d\x0e\x4f\x80\x24\x82\x45\xf0\x0a\xe8\x39\x49\x03\xef\x87\xd7\x47\x4c\x81\x01\x98\xba\xeb\x11\x5c\x04\x5f\x75\xbc\x0b\x3f\x41\x96\xfc\xa4\x83\xd7\xd0\xf0\xd7\x26\xf0\x23\xba\xe0\x6e\x22\x34\x1b\x79\x75\x71\x21\xe4\x86\x34\x57\xcf\x81\xbc\x91\xd3\x59\xb5\x50\x3e\xd2\xc1\x4f\x86\x6e\x22\x57\x48\x93\xe1\xe9\x48\xef\x09\x08\xf6\x43\xda\x76\xa5\xc2\x12\xc4\xe4\x28\x86\x07\x11\xfe\x0f\x06\xe8\x47\x0b\x7c\x55\x0e\x26\x50\xdb\xee\xb0\x41\x0e\xd5\xb9\xdb\x17\x6c\xc6\x85\x55\x9e\xe0\x3b\x7c\x49\xd6\x1c\xc8\x0b\x9f\xc9\xbb\x0a\x91\xb0\x6b\xe9\x2c\xa8\x03\xc3\xc3\x9f\xc1\x73\xb0\x65\xbb\xe6\xc0\x67\xd0\x1c\xc7\x43\x70\x03\x6a\xf1\x8d\x06\x90\xb8\xb1\x2f\x6a\x00\x1d\x67\xc7\xad\x02\xa0\x83\x3d\xaa\x53\x00\x7c\x67\xde\xab\x28\x04\x37\x32\xba\x32\xaf\x82\x09\xc4\x47\xae\x16\xac\x22\x2c\xd2\x8c\x90\x05\xdd\x21\x7c\x36\xc4\xa4\xcd\xdf\x99\x02\x0d\xe3\xbd\x8e\x33\xe1\x30\x2c\xf2\x4b\x0b\x25\x55\xe6\xfb\x7c\x32\xc5\x2c\x89\x19\x18\xa0\x0c\x89\x18\xed\xfd\xc0\x7c\x41\x5d\xd9\x5f\xe0\x28\x7f\x9c\x7e\x2f\xa0\xe3\x92\x38\x7b\x80\xcf\xec\x67\xa9\x19\xe0\x19\xd6\xfa\xe3\x3e\xe0\x6b\xc6\x21\xef\x2f\x50\x14\xdd\xd6\xe1\x07\xf4\x08\xbf\xf2\xb9\x89\x6c\xd6\xf5\x3d\x1d\x49\x7e\xa0\xd9\x79\x63\x04\x65\x9e\xaa\xa4\x6d\x3c\xc5\x57\xe1\x5a\xea\x47\x61\x4a\x2f\x6b\x3b\x29\xf7\xc5\x00\xeb\x37\xb0\x59\x38\x3f\x45\x0e\x34\xf0\xf8\x61\x18\xb8\x8f\xdd\xef\x4d\x80\xb7\x18\x06\x87\x4f\xd0\x31\xda\x8e\x8f\x9b\x49\xe5\xc5\xf6\x8f\x0d\xa4\x17\x66\xc9\x55\x8c\xbc\x20\x6f\x6c\x73\x0e\xd9\x3f\x3b\xa9\x78\x16\x39\x43\xff\x50\xdd\x48\xfe\xac\xf1\x61\x6e\xa4\x1c\x57\x32\x93\x6d\x29\xaf\xa5\x82\x63\x69\x00\x55\xb8\xd3\xeb\x0f\x68\xcd\xa1\x39\x7c\x01\x6b\x88\xb8\xf7\x8d\xa4\xd9\x4d\xdf\x1e\xce\x26\x79\xd5\xad\xea\x5f\x41\x3a\x57\xc5\x69\x0c\x23\xe5\x95\xf6\x15\xbc\x21\x7d\x2e\xf8\xa1\x6a\x27\xfb\xe7\x8d\x22\x28\xe4\x6e\x43\x57\x62\x2d\xe5\x88\x66\x43\xe8\x39\xca\x37\xf9\x7a\xaf\x73\x80\x41\x90\xeb\xf0\x01\xdc\xcb\x34\xbd\xa5\xa4\xbf\xbf\x02\xdc\x1f\x41\x1a\xd7\x73\xa7\x6f\x14\x69\x49\xc7\xe2\xfa\xdd\xa4\xa3\x4d\x1e\xf9\x9f\x48\x59\xb5\x4e\x8a\x61\xd2\xbf\xb2\x0f\xb4\xe7\xe4\xd4\x82\x5d\x09\xb1\xe4\xb7\xd9\xff\x85\x64\x53\x60\x8d\xa3\xd7\x28\x60\xbb\xa4\xc4\xe1\x33\xf0\x8f\xad\x79\x53\x9e\xde\x75\x7b\xd1\xa0\x4d\xfa\xab\x6b\xb6\x97\x96\x93\x46\x5f\x1a\x59\x17\x47\x72\xe9\x30\xe4\xaf\x20\x01\x4d\x23\x15\x1b\x49\x03\x35\x96\xb4\x9d\xe4\xdd\x25\x2d\xf1\x4f\xc9\x65\x79\x48\xc8\x29\x8a\xab\xee\x91\xe7\x53\x60\xac\x2c\xda\x71\x0a\xd0\xc7\xf1\x78\x33\x33\x3d\xef\xc1\xfb\x7b\xc9\xe9\x1d\xb7\xc5\xbd\x58\xfa\xe0\xb5\xe9\x17\xae\x90\x26\xf4\x6e\x37\x71\x48\xbb\xda\x17\xca\x8b\x49\x8a\xfa\x6c\xea\x35\xf2\xf8\x0a\x6d\x3c\x85\x1c\x6d\x86\x42\x76\x91\x07\x0d\x93\x3c\x5f\x51\xca\xe4\x1a\xc7\xdd\x00\xc4\x39\xfb\x45\x8b\x46\x01\x8a\xe7\x5e\xa8\x03\x50\x7f\x93\x85\x7c\x04\xbe\x75\x64\x20\x97\x41\xe7\xf2\x77\x88\x0e\x74\xce\x9c\x8b\xc8\xa0\x71\xdc\x6d\x48\x1a\x94\x9a\xe6\x83\x84\x42\x0f\xc2\x37\x23\x5e\xf0\xbe\x9d\x65\xc8\x7a\xb8\xde\x31\x1c\xb1\x40\x56\x0d\xb7\x22\xed\x08\xfe\x2c\x0e\x91\x20\x3e\x03\x65\xc8\x59\x64\x79\xfb\x4d\xc4\x1f\x19\x5d\xbe\x06\x59\x03\xdf\xd3\xa7\x22\xeb\x11\x7b\x8e\x10\xb1\x40\x0e\xa5\x0e\x20\xf3\x91\x84\xe3\x79\xc8\x0c\x84\xd8\xe9\x8b\x4c\x47\x24\x8e\xf3\x90\x71\x88\xee\xf3\x15\x64\x1b\x35\xf6\x29\x86\xcc\xc0\x3f\xdd\xb8\x01\xbf\xc0\x93\xda\xc7\xc3\xf7\xb1\xd7\x65\xe7\xe0\x4b\x18\x57\x77\x19\xee\xc7\x50\xf6\x77\xb8\x05\x3b\x96\xea\x0f\x5f\xc3\xec\x8e\x6f\x82\xef\xa2\x4f\xbc\xdf\xc2\x2f\x51\x8e\xc3\x4b\xf8\x35\xea\xf8\xf1\x3d\x7c\x98\x73\x7e\xa8\x00\x5e\xcf\x3e\x71\x7d\x32\x3c\x97\xe5\xdc\x7a\x02\x9e\xc4\x5c\x5e\xf2\x1e\x9e\xc8\xb0\xd3\x52\xe1\x31\xc4\x39\xd6\x35\x78\x1a\x3d\x37\xe5\x3c\xbc\x8a\xd6\x1b\x76\x12\xf6\xa7\x5e\xf3\x8e\x84\x93\xf1\x02\x87\x3a\x98\x8f\x25\x7e\x58\x03\xc1\xd2\x89\x8f\x47\x42\xc7\xc4\x87\xaf\x7a\x43\xbb\x84\x8a\xe6\x12\x68\x2b\xff\x75\xf1\x41\x68\x1b\x6f\xbf\x66\x1e\xe4\xc9\x19\x64\x4a\xa0\x40\x76\x78\xf2\x69\x88\x60\x76\x1e\x53\x43\xcd\x8c\x09\x5e\xef\xa0\x4f\xf4\x51\x0e\x46\x78\x31\x7e\xf7\xfd\x6e\xd0\xac\x3d\xff\x70\x0a\xa8\x52\xcf\xea\x47\x40\xa1\x52\xd5\x38\x0c\x22\x72\x8f\x42\x23\x08\x4b\x3e\x66\x28\x41\xae\xa8\x99\xb1\x0f\xcc\x11\xa4\x27\xc5\x82\x8f\x79\x53\x43\x5f\x40\x36\xec\x24\x2f\x3e\x14\xce\x48\x76\x28\x84\x64\x34\xef\x37\xad\x40\x4d\x21\x65\xd0\x0c\x98\xf2\x67\xf7\x8d\x06\x32\x72\x8a\xeb\x95\x00\x27\xcb\xc3\x4c\x02\x78\xba\x2b\x4a\x35\x90\xa3\x0e\xa3\x8b\x81\x2b\x8a\x8e\xc4\x49\xe0\x34\xc9\x70\xc8\x7f\x60\x90\xe0\xa6\xd7\x3c\xd0\xc8\xd9\xe5\xd0\x09\xbe\x22\xce\xbd\xda\x06\xac\x69\xf8\x7a\x77\x19\xf0\xbf\xda\xf0\x1e\x23\xe5\x6b\xc5\xbb\x0b\x87\x28\xcf\x4a\x8e\x98\x8e\x50\x9e\x99\xf3\xe4\x79\xc0\xd8\x9c\x87\xd4\x7b\xc0\xa6\xcc\xab\xf1\x46\x80\xa2\x4e\x3c\xfa\x1a\xb8\x24\xcb\xf6\x94\x83\xcb\x04\x87\x1d\x7a\xc1\x74\xa6\xfc\xc5\x34\xca\xef\xcb\x56\xb7\xe7\x52\xfa\xbb\x1b\xbb\xc5\x94\xdc\xb6\x6d\x35\xfb\x29\xe2\x06\x5e\xee\x59\x8a\xa8\xba\x50\xfa\x94\x52\x54\xaa\xc2\x0f\x51\x86\xcc\x4b\xe3\x22\x81\x19\xd9\xe3\x8e\xda\x02\x41\x6a\x92\xe7\x2a\xa0\x55\xe2\xe9\x70\x1d\x74\x60\x03\xcf\x7d\x28\x83\x03\x95\xb7\xb6\x53\xca\xfb\x87\xbb\xea\x29\x44\xcf\xd8\x6a\x0a\x25\xb6\x6d\x20\xc7\x40\x39\xdb\x10\x21\x5d\x49\x41\xab\x4a\xb1\x4a\x4a\x79\x31\x11\xfb\x98\x72\x3b\x97\x15\xfc\x1c\x98\xa9\xb3\xf2\x9c\x0a\x30\xa5\x1f\x1c\x5e\x02\xdf\x38\x0b\x9e\x95\x51\x9a\x06\x63\x6f\xea\x29\x82\x9b\x07\xbb\x2c\x28\x61\xfd\xbf\xab\xee\x53\xdc\x2f\x1e\xcb\x99\x4e\x71\x6a\x8d\x91\xe4\x50\xbc\xea\x96\x61\x3b\x29\xb1\xe5\x87\x63\x31\x0a\x33\x1f\x0e\x6e\xa3\xd4\x64\xba\x7b\xce\x02\x9c\xe5\x36\x8e\xd6\x40\x0e\xc7\xeb\xbf\x46\x2a\x89\x52\xfd\xe8\x0e\xfe\x91\xf2\xeb\x2a\x8e\xc7\x03\x6b\x5b\x96\xe0\x93\x80\xa0\xe2\x41\xcc\x0c\x98\x34\x42\x2c\x14\x3c\xcd\x5a\x8e\xfe\x03\x3f\x27\xf7\xa2\x59\x10\x1c\x66\x83\x7a\xc3\x93\xbd\x8f\x22\x1f\x60\xa5\x43\x2d\x22\x44\x56\xbd\x7f\x86\x0f\xc2\x92\x47\x63\xf0\x13\x30\x74\xa5\x11\x7b\x0d\x9f\x6c\x0e\xc3\x44\xf0\xb6\xe2\xa5\x98\x1b\xbc\x43\xfd\x0e\xfd\x09\xcb\x98\x38\x9a\x0b\xdf\x4e\x0e\x44\x4f\x21\xd3\x8e\x35\xa0\xf3\x11\x77\xaf\x6f\xc8\x35\x24\xde\x01\x43\x40\x44\xfb\xee\x17\xbe\x13\x67\x3f\x5c\x85\xdd\xc6\xad\xfa\x9f\x60\x31\x58\x43\x93\x00\xb3\xc4\x3c\x8b\xa2\xd0\x3b\xe8\xb0\x3a\x00\x95\xa2\x4f\x18\xef\x51\x7f\xf4\x71\xd2\x2d\xd4\x0a\x6d\x3b\xe6\x89\x0c\xa1\x0a\xaf\x6c\x24\x1f\x8d\x72\x38\x8a\x44\xa0\xf6\x6f\x97\x62\x01\xec\x94\xfb\x67\xd0\xb7\x2c\xda\xe5\xb5\xa8\x88\x79\xba\xe1\x2f\xba\x9b\x11\x57\xf0\x16\x9d\x45\x30\x54\x3f\x91\xdb\xf4\x5b\x44\x17\x92\x4d\x77\x4c\x7c\x8f\xe0\xb4\xf0\xd0\x34\xe4\x24\x15\xf1\xb2\x44\xb6\xe0\x88\x83\x23\x32\x09\x3b\xfb\x3a\x06\x2d\x14\xf7\xdd\x6b\x42\x37\x89\xbc\x2f\x51\x90\xbb\x02\x53\x7d\x38\xc2\xe4\xcf\x35\x9f\x46\x0e\x70\x05\xca\x2c\x64\x31\xc7\x89\xae\x83\x3f\xb3\xae\x26\xfc\x85\xef\x33\xf7\x87\x34\xc1\x7d\x44\x81\x67\x2d\x5c\x46\xbb\xec\x60\x0b\x0b\xf0\xfe\x97\x0a\xe4\x99\x66\xd6\x9d\x27\x08\xaa\x1a\xea\xe9\x40\x5c\x15\xf8\x85\x42\xf8\x91\x6c\x97\xa9\x17\xd6\x48\x66\x2a\xd6\xc1\x09\xc2\x5f\xb4\x13\xb0\x1f\xff\x5a\xc2\x44\x78\x1b\x17\x0b\x99\x0d\xaf\x67\x8f\xf7\x3c\x01\x2f\x63\x6c\x74\x70\x82\x27\xd3\x36\x3e\x5f\x00\x3f\x31\x5f\xbe\x05\xc2\xb2\x3c\x71\xf7\x1e\x78\x9f\x31\xb0\x26\x18\xfa\x64\x98\x94\x6b\x80\xca\xb4\xd5\xb2\xcd\x10\x2f\x23\x06\x2f\x84\x28\xf2\x2f\x71\xc5\x50\xac\x64\xdf\xd1\x15\xd0\x59\xc1\xd1\x1d\x5f\xa0\x33\xec\x3f\x0e\x41\x50\x28\x11\xfc\x84\x09\x27\xd5\x7d\xba\xf1\x07\x1e\x5d\x2d\xe8\x78\x05\x95\x94\xfb\x54\xcd\x82\x02\x8a\xee\x1a\xe9\xd0\xd4\xfc\x83\x12\x5f\xf0\xa3\xb1\x0c\xfd\x0b\x3e\xd7\x5f\x8f\x3d\x08\x3e\xc8\xc8\x0a\x76\x04\x1f\xcb\x26\xed\x20\x83\xaf\xf8\xc3\x0e\x51\xe0\x0b\x66\xea\xe3\x58\xd8\xa5\xb7\xee\xda\x57\xa8\xa3\x53\xd5\xf6\x1a\x0a\x6b\x09\xac\x58\x04\xfe\xa9\xbb\x99\x95\x03\xd6\x56\x59\x8a\xa4\xa0\xbc\xc4\x15\x81\x41\x96\x69\xf8\xfc\x02\x30\x39\x6b\x66\x50\x24\x18\x9f\x51\xbf\x63\x06\xc8\x10\x5f\x74\x88\x05\x65\xec\x7d\x8f\xf2\xe1\xc5\xd7\x77\x5f\x73\x80\xf2\xfb\x2e\xb4\x2d\x80\xb6\x75\xfd\x2b\xdf\x0b\xde\x6c\x1d\x65\x78\x04\x0a\xea\x2e\x08\x1f\x82\x31\x95\xae\xf0\x13\x30\xb8\xc8\xf3\x9c\x12\xdc\x9a\xc3\x0c\xb2\x06\x57\x6b\x03\x3c\x3e\x82\x07\xa4\xe7\x1d\x70\x30\x82\xfd\xf2\x91\x25\x3c\xf2\xce\xd0\x55\x19\xc4\xb8\xfe\xbb\x15\x84\x66\xf5\xdd\x2f\x2b\x02\xf3\xbb\x12\x0c\xfb\xc0\xe0\xe6\x02\x61\x08\xe8\x50\xab\x82\x53\xc0\x59\x65\x23\xce\xed\x00\xde\x99\x52\x8e\xfc\x06\x06\xf4\x31\x1e\x5f\x80\x9f\x32\xa5\xc3\x05\x70\x1a\x67\xf6\x93\x61\x56\x2d\x79\xef\xc0\x00\xb3\x89\x5c\xd0\xc5\x64\xe4\x91\xbf\x57\xdf\x27\xee\x51\x3c\x73\x23\x08\x4b\x4a\xa6\xcc\x82\xee\x0b\x78\xe1\x62\x1a\x05\xf8\x1d\x47\xa6\x66\x82\x75\xc1\xcf\xf1\x26\x88\xb4\x63\x1f\xf6\x08\xf6\xb0\xb7\x41\x3f\x21\xff\x7b\xb2\x84\xb5\x0a\xfc\x35\x30\x91\xb9\x05\x1a\xd7\xd9\xce\x58\x0f\xfd\xaf\x7a\x09\x11\x0b\x4d\xcb\x29\xa5\xd7\x41\x36\x52\x90\xf6\x0e\x42\xf1\xb1\xb4\x35\xd0\x50\xec\x5f\x6a\x24\xec\x15\x1c\x8f\xcb\x60\x83\xc7\x37\xac\x03\x99\x62\xf7\x1d\x7d\x86\xa4\x0e\xed\x62\x66\xa3\x57\x6e\x6c\x62\xd4\xa2\x44\xc7\x4f\xa2\x1e\xf5\xa9\x3a\x41\x8c\x40\x47\x1a\x7f\xd2\x0f\x23\x97\x25\x03\x34\x39\x72\x1b\x4b\xa3\x3e\x40\xfe\x8b\xc5\xa8\x2b\x90\xaf\xc1\x63\xf1\x33\xc8\x67\x8f\x62\x2c\x1b\xf9\x65\x77\x1b\xed\x43\xfe\x3e\x6a\x63\x08\x98\xe5\xd7\x5a\x89\x0b\x8c\xfb\xed\x7c\x7a\x0f\xf1\xa5\x72\x0a\xdd\x92\xb0\xca\x6e\xa5\x01\xf4\x63\xe2\x46\xea\x15\x5a\x0f\x8a\x51\xed\x68\x5b\xcf\x6b\x70\x09\x95\x13\xb4\x1b\x1b\xc6\x2f\x7b\xb8\x61\xee\xf8\x64\xbb\x3a\x34\x1d\x73\x7b\xf0\x85\x78\x2f\xcc\xbc\xea\x4c\x8c\x14\xec\x6b\x7d\x40\xb7\xe5\x3d\x2f\x8f\xa7\xa5\x71\x29\x59\x1e\xd4\x1b\x9c\x25\xa2\x13\x54\x27\xd6\x1b\xc4\x1f\x57\x30\x4b\xcf\x55\x61\xbf\x19\x21\x47\xf4\xd8\x31\xfa\xf3\xed\x6f\xd1\x32\xda\x41\xbb\x6e\xe4\x2b\x9e\x71\xdf\x8e\xf0\x52\xa5\xf5\xef\xa4\xc7\x2a\x28\x2d\x8e\x34\x85\x2c\xaa\xf4\x2a\x75\x48\x12\x9a\xd9\x40\xdd\x2c\x0a\x15\x8e\xc2\x75\x82\x14\x78\x29\xfe\x3f\x1e\x7c\xb6\x0f\x8b\xe1\x9c\x39\x32\x11\xed\x64\x39\x6e\xd7\xa2\xcb\x08\x93\xdd\x7d\xe4\x3c\xf5\xdf\xdd\x9b\xf4\xe0\x3c\x49\xdf\x7c\x1a\x61\x34\x36\x76\x51\x2f\x18\x4a\x8a\xd9\xd4\xd1\xba\x4c\x9d\x0e\x0f\x51\x73\xf9\x8b\xb0\x4e\x25\x0a\xa2\xd8\x56\x59\xc0\x19\x3e\x9a\x21\xfa\x1e\xb8\x06\x1d\xc1\x0f\xd8\xbe\x0b\x89\x62\x1f\xb4\x9f\x05\x57\x12\x33\x6e\xbb\xd1\xde\x56\xff\xee\x81\x68\xd3\xca\x3f\xd5\xa7\x51\x1d\x4a\x26\x16\x06\xe0\xb1\xe6\x21\x0d\x0b\x6b\xcd\xcd\xe2\xba\x60\x6b\xb3\x8e\x50\xee\xa3\xf9\xda\xfe\x18\x0f\x74\xa6\xf2\xef\x61\x6f\x84\x24\xb9\xe8\xde\x0f\x3f\xe3\x2f\xb6\xb7\x81\x5d\x99\x73\x6f\x6e\xa4\x65\x77\x79\x77\xab\xa8\xf5\xad\xc8\x85\x38\xfc\x6e\x83\xc2\x1c\x8d\x2f\xa8\x89\xcc\x68\xc7\x62\xca\xfe\xb1\x65\xe8\x95\xc2\x54\x72\x02\xba\x33\x57\x78\xda\x02\xc9\xcb\x5c\x7e\x28\x0d\x99\xa9\xda\xe8\x1e\x0d\xd3\x44\xed\xf6\xab\xa0\x21\xd6\xed\x81\x20\x9a\xe2\x32\xbb\xab\x9d\x6a\xbc\x18\x51\x2b\xc1\x2f\xb4\x4f\xc8\x97\x63\x9f\x1b\x83\x32\xc6\x63\x6e\x35\xd1\xac\x97\xa8\xbe\xcc\x9b\x74\x0f\x9d\x6e\xae\x8c\xce\x46\xe2\xb3\xe1\x43\x2b\xe0\x9b\xea\x22\xf7\x9d\xb0\xaf\xe4\x88\xbd\x37\x94\xcf\x8e\xbf\x91\x4f\x63\xdf\x78\xd5\x35\x8f\xca\xee\x8f\xab\x79\x8d\x8b\x2e\x56\x9b\x7e\x60\xed\x6d\x6a\x55\x1a\x36\xbe\x61\x35\x2b\x1a\x3d\x5e\x05\x93\xe2\x90\xee\xe2\x83\xd1\x87\x10\x9b\xdc\x80\x43\x23\x60\x4c\x5b\xea\xbe\x13\xfa\x21\x05\xec\xd3\xa1\x23\x6c\xc3\xad\x54\x61\x21\x69\x57\xcf\x3e\xc1\x2c\x92\xb9\x9e\xe0\x89\xc9\xa3\x0b\xeb\xb9\x3e\xe4\x13\x5a\x5b\xce\x38\xf2\x20\xf7\x15\xab\x86\xc2\x06\x48\xcc\x48\xe0\x50\x0c\xc6\xf8\x1f\x68\x71\x78\x29\x3d\x1b\xfc\xcf\xed\x19\xcd\x09\x7a\xb9\xc2\x1f\xcf\x83\xdf\xde\x6c\x13\xce\x00\x5a\x2e\xf2\xf9\x32\xe0\x7e\x5d\x3b\x6f\x15\xf0\xb1\x70\x12\xe7\x35\x38\x55\x43\x63\x97\x82\x5e\xdc\x20\x56\x2c\x98\x4f\xf9\xce\xb4\x87\xac\x63\x26\x13\x43\x90\xf4\x50\x29\x9d\x03\x4f\x75\x93\xd1\x6c\xe1\xdc\x15\x4b\xf1\x5c\x64\xf7\xcd\x89\x02\x32\x12\xde\xdd\xc3\x5f\x84\x6c\xb8\xf0\x9b\xdb\x89\x8c\x2b\x38\xc2\x61\xc1\xf7\xd5\x4f\xd9\x41\x70\x2f\xa7\x9d\x65\x09\xbf\xa0\xa4\x31\x86\x90\xd9\xa7\x33\x09\x23\xb2\xe1\xd0\x61\xfa\x31\x24\xc0\xed\x38\xf5\x1f\xc2\x59\x31\x03\x67\x21\x5d\x37\x62\xf9\x6c\xa2\xa7\x2b\x80\xe7\x4e\xcc\xad\x35\x72\x7e\xd1\x8f\x9a\xc7\xb3\x7b\x68\x05\x19\x26\x56\x16\x6d\x26\x3b\x8f\x99\x44\xd5\x93\x31\xc6\x0e\xea\xc6\xe8\x4e\x62\x31\x5e\x10\x60\xa6\xbd\xc0\xe7\xbb\x8d\xa5\xca\x31\xe1\x8a\x49\xf8\x2a\xf4\xcf\xb5\xeb\xbc\x1e\x3e\xb5\xe3\x2a\x17\xe7\x1d\xa9\x59\xc6\xd9\xcb\x9d\x67\xca\x60\x2f\x66\xdf\x56\x1d\x61\x7e\x67\x99\x58\xa9\x8c\x1b\x4c\x2d\x29\x9d\x28\x63\x88\xa2\x3e\xd2\x09\xe2\x44\x80\x15\xed\x10\xdd\x72\x5b\x17\x75\x32\xb5\x7d\x85\x1d\x96\x8d\x07\x5c\xdd\xc5\x5b\xad\x98\xda\xee\xc2\x79\x29\x73\xa9\xd2\xb1\x8b\x25\xc1\x79\x76\x2c\x48\x04\x29\xfe\x32\x83\x05\x45\xcc\xed\x0c\x77\xde\xef\xf4\x58\x62\x39\xd7\x2d\x6a\x3e\x6d\x98\xed\xe7\xaf\xa0\x36\x31\x7d\xb7\xb1\x71\x32\x31\x75\x85\x2f\x36\x97\x5a\x71\xf9\x3f\x6e\x80\x31\xbd\xe5\x13\x67\x81\xa1\xbf\x22\x8c\xf5\x54\xbf\x28\x67\x22\xb3\x58\xb3\x57\x3e\x89\x41\xa8\x52\x09\x90\x48\x90\x17\xa6\xbe\xa1\x1f\x93\xb4\x9f\xfa\x46\x5b\x27\x54\xfb\x5d\xa4\x8e\xe0\xb9\x6f\x5b\x8b\xb5\xb2\x44\x2b\xd2\xd1\xe3\xf4\xca\x4b\x06\xce\xef\x8a\xd5\x4d\x39\xec\xfc\x12\x56\x99\x3d\xeb\x54\xc1\xed\xac\xff\x98\x76\xa6\x91\xd2\xb9\xc4\x4f\xe3\x0c\x5a\x35\xfd\x69\xe6\xec\x94\x08\xda\x75\xf5\xa3\x93\x17\xa9\x66\x45\xd0\xc1\x0f\x38\x45\x4c\xda\xda\x89\xb9\xf1\x9c\x57\xb0\x90\x7b\x8c\xcc\x1e\x9c\x73\xa7\xb5\xb9\xc1\xc8\x26\x35\x1e\x29\xb1\x63\xd9\xd5\x5e\x30\x8c\x61\x3c\xaf\x78\x24\xde\x4b\x94\x16\xdf\xa0\xce\xa2\x0b\xf2\x73\x92\x86\x69\x69\x46\x9b\x08\x3d\x75\xaf\x6e\xe1\xc1\x85\xf8\x42\x85\x7a\x6b\x28\x7a\x5f\x68\x5e\x21\x43\x00\xd6\xbe\x8b\xf9\x9c\xd6\x8b\x35\xf5\x9d\xec\xe8\xf6\xa1\xe2\x3d\xac\x99\x4d\x77\x32\xd7\x32\x7a\x2e\x10\x22\x3a\xc1\xaf\xf8\x82\x87\xd3\xa3\x8a\x9d\x92\x82\x68\xbb\x4c\x93\x22\x96\x51\xe7\x19\x76\x1e\xe8\xc0\x9e\xaa\x3e\x6f\xdd\x8c\x1a\xc5\x8e\x2b\x8a\x91\x1d\xac\x27\xdd\x7f\x38\x79\xfd\xd7\xeb\x67\xb3\xf7\xf5\xe4\x16\x29\x98\x5f\x3a\xb6\xeb\x09\x46\x76\x13\x4d\xf8\x9a\x08\xaf\x05\xb0\x1b\xf4\x55\xe5\x4e\x89\x4f\x69\x63\x0a\x12\x4f\xf4\xe1\xfd\xd9\x5f\x0f\xc8\x31\x99\xfa\xd1\x56\x17\x34\x40\xb2\x6b\xc5\x63\xf8\x3d\x7b\x51\xcf\x02\xe5\xfc\xf4\xf3\x0d\xb9\xf2\x45\xe9\x43\x25\xf7\xa5\x56\xa4\x03\x86\xaf\xe2\x3d\xa4\x76\x49\xb0\x90\x42\xf6\xa5\xad\xe2\xeb\x29\x13\x93\xdf\x71\x1b\x28\xf7\x4e\xae\x66\x5f\x07\x0a\x0e\x8e\x61\x5e\x07\x19\x5b\x7c\x88\x1a\xc8\xb4\x3c\x88\x96\x06\x5f\xbb\x78\x40\x61\xa4\x34\xd6\xdf\x97\xd5\x51\x1e\x95\x58\x4b\xba\x81\x99\x86\x83\xa2\x9f\x80\x8f\xb8\x46\xb8\x16\x90\x52\x73\xf9\xa7\xc0\x09\xc9\x49\x5c\x0e\xc8\x8c\x68\x65\x17\x41\xd3\x0e\x14\x30\xeb\x21\xc5\x96\xa9\x84\x09\x0e\x5c\xee\x4d\x4b\x41\x96\x77\x93\x15\x9b\x60\x9b\xfa\x99\xb2\x50\x78\x5c\x71\xa8\x24\x0e\xfa\x93\x99\x2d\xca\x87\xde\x8b\xed\x04\x2f\xa1\xaf\x54\x2b\xfe\x12\x78\x79\xd2\x1f\xee\x41\x38\x32\x22\x84\x4d\x86\x55\x07\x42\x98\x02\xb8\x7f\xf3\x7d\x82\x86\xac\x5a\xee\x44\x0b\x42\xc4\x5d\xcb\xe4\x69\x74\xcb\x0b\x75\xd2\x5c\x1a\xbb\xc8\x5a\xdc\x4b\xfd\x4f\x1f\x2b\x9a\x44\x8d\x14\x8d\x13\x1c\xc4\xff\xc3\xe7\xf2\xf8\xb8\x3a\x69\x2e\xa7\x03\x3f\x74\x42\xc6\xfa\x8d\xbd\xdd\x7f\x85\xb9\x08\x83\x36\xcb\x08\x0b\xcc\x66\xb9\x13\xf5\x3b\xda\xd8\x51\x26\xcb\xe7\xb2\x6b\xf9\x92\xab\x1c\xa2\x60\x40\xfc\x3f\x76\xbc\xce\x45\x78\x88\x15\x2c\x78\xc1\xd7\x33\xfd\xb0\x59\xdc\x77\x8c\xb8\xc4\x8d\x9c\xf5\x04\x2f\xfc\x3a\x2b\x8a\x8e\xec\x3f\xcc\x60\xd3\xce\x6e\x8e\xa5\xf3\xa8\xbb\x96\x47\x53\x4f\xe3\x73\xda\x3d\xa5\x2f\xa4\x05\xd5\xbf\x25\x2b\x24\xb3\xcd\x54\xd1\x09\xd1\x39\xcd\x57\x81\x59\xd0\xc8\x6f\xe2\xfd\xe2\x2f\x40\x27\x72\xfd\xb9\xaa\x84\x43\x6c\x03\x67\xc6\xf1\x3f\xcc\x7e\xd6\x9e\x7d\x4f\x89\xaf\x0c\x68\xf3\x01\xda\x0f\x3a\xba\xdc\x88\x5f\xa7\xc6\xb5\x4e\x93\x3a\x19\x22\xab\xa6\x89\x23\xf5\xe3\x4d\xf1\xc2\x5c\x8d\x5c\x3d\x8e\xff\x2a\x63\x2c\xf7\x0f\xcf\x49\x11\x0b\x27\x71\x38\xd2\x67\x71\xdf\x59\x0f\xc5\xee\xc7\xe7\x31\x67\x0a\x0e\xec\xb3\x27\x36\x71\x37\x6c\x1e\x49\xdb\xc6\x7c\xb0\x7c\x00\x9f\x45\x3f\xde\xf4\x52\xd2\x5c\x92\x50\xde\x2d\x1e\x51\x38\x3a\x37\x5c\xe8\x6c\xca\x57\xcd\xe1\x9f\xcf\xb1\xe6\x38\x71\x8b\x0d\x30\x78\x8d\x33\x4e\x7b\x35\x56\xc0\x0a\x56\x7d\x0c\x9b\xc8\x10\xc8\xca\x7d\x8f\xd1\x2b\x44\x2b\x5c\xb5\xd4\x2a\xee\xde\xe5\xcf\x31\x0e\x63\x65\xe3\x6c\x49\x7d\xa3\x57\xd9\x44\xd1\xe0\x05\x0b\x63\xac\x70\x42\xe5\x15\x85\x13\xdf\xb5\x74\x1f\xeb\x2c\x37\xa1\x20\x03\x70\x62\x5f\xc8\xed\x3e\x6f\xcb\x1a\x65\xc8\x0d\x7d\xc6\xd8\xa0\x19\xb7\x97\x4d\x0f\x92\xfd\x74\xdd\x40\x0d\x14\xb0\x97\x7f\xc6\x96\x31\x1b\x1a\x96\x4a\x2e\xb4\xb7\x97\xae\x12\x0d\x34\xef\xca\x16\x0b\x7e\xd6\x49\xe5\x61\xfc\xe5\x55\x5a\xa6\x8e\x1b\x5c\x1a\x43\x01\xd8\xb2\x82\xc9\xe7\x68\xcc\x9b\x39\x7b\x43\xa3\x19\x63\x74\xbf\xf7\xba\xd0\x97\x29\x57\xbb\xce\xa0\x5a\x08\x87\x6d\xc7\xa2\xaf\x58\x7b\xea\x83\x24\x55\x3d\x89\x25\xe7\x44\x17\x3b\x8a\xb2\x1e\x08\x9e\x35\xe7\xcb\x4a\xf8\xe3\xea\x0e\x32\xfe\x71\x57\x57\x9a\xc9\x6f\xd8\x11\xc5\x3d\xe7\xa6\x32\x65\x26\x4a\xe8\x24\xa2\xd9\x80\xef\xf9\x43\xbb\xa7\xfa\xe7\x3a\x09\xef\x15\x8f\xb5\x5d\x87\x8a\x59\x44\xa5\xc9\x98\x9a\xf6\x3e\x5f\x66\xd0\xa6\x47\x6b\xbb\x74\xaf\xd3\x2f\x89\x76\x6b\xb6\x92\x76\xd3\x96\xa9\xd8\xa4\x27\x69\x42\xf9\x65\xb2\x36\x66\x82\xe4\x07\x25\x3d\xd8\x4d\xf8\x03\x88\xde\xbd\x89\x77\x05\x3c\xb9\xe1\x29\x9b\x80\x24\x36\x42\xc6\x44\x78\xb0\x72\x9a\xf1\x7f\xe4\x8f\xf9\x23\x0c\x3b\x28\x76\xda\x4d\x3a\x25\x65\xbf\xb0\x47\xfd\x99\x22\xa6\x56\xa9\xf6\x50\xbe\xa6\xad\x91\xcb\x81\x84\xd3\xe5\x92\x1e\x70\x7c\xd0\x07\xe1\x2d\xd0\xb4\xeb\x17\xaf\x16\x3a\xbc\xa1\x9e\x9d\x0e\xaf\xb4\xc1\x19\xa3\x90\x05\x15\xc9\xd9\x59\xd0\x3c\xd3\x89\xcc\x17\xd0\x54\x4d\x96\xce\x1b\xfc\x2e\xf4\x51\xe7\x42\x63\xa8\xde\xaa\x31\x90\x5d\x6a\x97\x3c\x10\x3a\x7d\x3a\x58\xc2\x87\x9a\x82\x8c\x42\x23\x3c\x77\x57\x2b\x4f\x00\x27\x6d\xd0\xb1\x03\xe1\xcf\x36\x18\xf1\x1c\xc1\xca\xcf\x67\x75\x53\x05\x79\xd1\x99\x8e\xd4\x99\xea\x4a\x6d\x36\x4e\x17\x84\xaa\x27\xe3\x8b\xf0\x28\x65\x1c\xd6\x95\xf2\x4f\xd6\x89\x89\xa3\x8b\x25\x63\xb1\xd8\xa0\xb9\x42\x5b\x6c\xed\xae\xe3\xbc\x45\xe8\x87\x0d\x00\xeb\x15\xda\x69\x93\x45\x40\xa8\xba\x6c\x4d\x96\x33\xfb\x40\xae\xbb\x9e\xc9\x4a\xcc\xd0\x69\x7e\x30\x61\x7e\x48\x46\x24\x43\x89\xc1\x8a\xcb\x44\x5b\xca\x6a\xd9\x1a\x62\x6a\xd4\x6f\x31\x89\x1e\x76\x84\x10\x48\x68\xcc\x5d\x93\xb8\x2c\x6a\xfe\x86\x28\x56\x08\xde\x63\x33\x48\x7f\x8f\x3d\x2e\xf9\x63\xe0\x89\x5a\x72\x66\xeb\x5e\x0b\x43\x54\x98\xe6\x18\xff\x09\xcf\x5f\xd5\xc3\x4b\x43\xf9\x8a\x0d\xdc\x39\xc9\x47\xa4\x6a\xf6\xf5\x28\x6f\xd1\x3b\x16\x3b\xf0\xb3\x60\x04\x73\xfa\xce\x4a\xce\x47\x82\xba\x21\x84\xd9\x40\x7b\xb8\xd4\x86\xbe\x8f\x6a\x5f\x6c\x9b\xf9\x44\xbb\x39\x7b\xbf\x6e\x8b\x7a\xb3\xe2\x8a\xda\xac\x9a\xcf\xb9\xa0\x9a\x2e\xbf\x81\x2c\x94\x27\x49\xf9\x49\x93\x24\x77\xc5\xa1\x91\x2b\x45\x2b\x85\xb3\x03\x97\xf3\xb7\xf3\x88\x9d\xf6\x9c\x75\xec\x6b\x1b\x56\x33\x7e\x30\x86\x97\x86\xd3\x68\xb4\xef\x85\xcb\x32\xd3\xcc\x73\x0d\x89\xda\xfe\x3c\x4b\xf9\x7c\xf5\x56\xe3\x2c\xf6\x02\xa5\x3c\xf3\x39\xa4\x94\x7d\xd4\xe6\x24\x14\x4a\x0e\x67\x9c\x39\x35\x4a\x98\xa3\x18\x7d\xd8\x83\x77\x41\xe2\xe5\x4d\x67\x9b\x04\x9e\xce\xaf\x19\x67\x39\x93\x96\xd2\xa8\xef\x08\x99\x39\x22\x33\xae\x5a\xae\xaf\xd0\x16\x97\xff\x27\x0d\x55\x8f\x2b\x59\xc8\x4c\x50\x06\x15\x4c\x02\xff\x27\x33\xe6\x5e\x8f\xdf\x29\xfe\x93\x45\x8f\xe8\x15\x7a\x6a\xbf\x1e\xda\xc3\x3b\xa4\xfc\xea\x75\x87\xed\x21\xc9\x70\xce\x60\x8c\xe0\x0d\x2f\xd5\x52\x01\xc6\xcf\xfc\xf2\xcc\x43\x0d\x52\xdd\x77\xad\xa6\x56\x20\x11\x67\x0c\x57\x06\x30\xca\x94\xdb\x4a\x06\x81\x50\x19\x5e\xb0\x2e\x2e\x4f\x7c\x3d\x37\x3c\xc2\x4b\x38\xc3\xe0\x1e\xf0\x90\x67\xa5\xd6\x7b\x09\xd9\x93\x64\x72\x67\x94\x68\x17\x6c\x5d\x5a\x49\xdd\xc6\x84\xf3\x97\x64\x6e\x68\xbd\xac\x0b\xd4\x52\x1b\x29\xe2\x97\x19\x77\x6b\x5f\x33\x66\x28\x17\x56\x2e\xa0\x74\xc9\x0e\x97\x8c\x8f\x5b\x26\x56\xe5\x37\x9f\xb8\x25\xe8\x37\x2e\x08\x10\x70\x6f\x69\x5f\x7a\x9d\x64\x35\x28\xb6\x3a\x43\x44\xa2\xd0\x69\xe9\x13\xfc\x05\xb3\x35\x73\x4e\x59\x6b\xfa\x41\xd9\x8f\x62\xd7\xf4\x62\xce\x71\x73\x3d\x69\x12\xba\x23\x6f\x09\x89\x96\x62\xc8\x4e\x26\x2f\x8d\x29\xd1\x57\x92\x07\x43\x7f\xa8\x2f\x52\xaa\x0f\x6c\x51\xb0\x81\xba\xed\x88\x64\x0a\x78\x75\x6d\x19\xff\x24\x3c\xc9\x7a\x31\x2b\x09\x09\xd4\x9b\xcb\x22\xc9\xdf\x64\xf2\xa2\xa7\x14\x0b\xce\x18\xf3\x39\x8a\x0f\xf2\x39\xf7\x0e\x45\x98\x12\x92\xed\x44\xf9\x15\x93\xac\x07\x00\x30\xb4\x59\x2d\x07\x17\x1f\x98\xa2\x88\x04\x6f\x6f\x3f\x26\xfe\x04\x65\xae\xd5\xf3\x0f\xc2\x74\x6b\x6b\x56\x34\x02\xe9\x37\x97\x4d\x06\x9b\x64\x6b\x8a\xb8\x60\x31\x3b\xcb\x3c\x1f\x2c\x46\x32\x73\xd9\x60\x77\xca\x82\xac\xb7\xe0\xdf\x18\x67\xbd\x2b\xe4\x13\x2a\x50\x07\x43\x25\xfb\x1f\x2a\xd6\xc2\x36\xdb\xb7\x8a\x3b\x61\xed\x5a\x11\x7f\x15\xb2\xc1\x7a\x35\xcb\x1b\xb9\xa9\xa3\x97\xfa\xe1\x15\x52\xac\xf0\x2e\xbe\x9b\xfd\xbf\xfc\x58\xec\x0a\x32\x31\xe7\x15\x46\x4a\x66\x66\xf9\x61\xdb\x4e\x57\xe9\x32\x31\xeb\x50\xbb\x8c\x0e\x6c\xee\x7e\xae\x3c\x1f\xfd\xbd\x7d\x8c\xd8\x07\x7d\xbc\x96\xc6\xbb\x80\x3e\xb2\x8e\x60\x5e\x43\x6f\x6a\xe9\x25\xa5\xcc\x07\x12\x53\xa1\x0b\x73\x0e\x6b\x8b\xa9\x8f\xb1\x19\xde\x9b\xe3\x43\xa4\x25\x3d\x31\x54\xd2\x2f\x9e\x5e\xa2\x9b\x4c\xdf\x14\x92\x9f\xe1\x42\x2b\xdb\xef\x2c\x9f\x49\x9b\xea\x3e\x20\x2a\xa4\x1e\x5f\x2b\xe0\x59\xe0\x17\xac\x4d\x4c\x17\x7c\xb4\x86\x5d\x32\x59\x10\x2f\x2e\x2f\x50\xf1\xf7\x33\x4f\x98\x5c\xb8\x7f\x20\xaa\xb1\x8c\xd3\x91\xb4\xc1\xb0\x98\xad\x8e\xa6\x69\x53\x59\x9c\x10\x3b\x55\x0e\x13\xde\x77\x47\x96\xc6\xf0\x72\x37\x89\x26\xd1\x87\xd7\xe6\x72\xe3\x69\x4a\xeb\xaf\x0c\x06\xd5\x41\x7d\xa8\x78\xb7\xea\x8f\x88\x66\xbe\xaf\x9c\xcf\xb0\xcd\xa3\xc8\xed\xc1\xa3\xd9\xef\xa5\xb6\x89\xcb\x32\xfd\xc4\xf6\x51\x12\x8d\x49\xe8\x79\x34\x42\x79\x9b\x7f\x70\xdf\x4e\x69\x2e\xd7\xd2\x3d\x50\xb8\x8d\xd5\xbd\x36\x93\xa3\x65\x84\x2c\x09\x22\xf2\x69\x97\x55\x0f\x8b\x9e\xe4\x84\x0a\xe7\x98\x23\xb2\xa4\xf4\x07\xb9\x7f\xf4\x5f\x80\x25\xd9\xa7\xb5\x73\x13\x46\xea\x9b\x33\x56\x47\x0a\x34\x73\x15\x21\xc1\x74\xa5\x97\x34\xda\x57\x2d\x9d\x25\x5a\xea\xf6\x4a\x90\xc3\xcb\x59\xcb\x61\xff\x65\x4f\x58\x92\x41\x8c\x26\x36\x2b\x4f\x17\x65\x97\x72\xf8\x65\xe6\xe5\x45\xce\xb4\xf8\xdc\x82\xfc\x16\x72\x4f\xf6\xa4\xdc\x79\x71\x9d\xfa\xc0\x2c\xbf\x53\x29\x6a\x83\x0e\x0b\x92\x29\xba\x33\xc0\xbd\x4f\x25\x52\xf9\x22\xb7\x04\x81\xbd\xe8\xdc\xda\x13\x6c\x8c\xcb\x5a\xd2\x45\xa7\x33\xce\x2a\x3a\x8b\xb8\x55\x8f\xf9\xd3\xcd\x53\xca\x37\x50\x3b\x73\xd9\xc5\xc7\xc8\x8e\x59\x43\xe6\xc0\x38\x67\xfd\xd2\x5c\x87\x93\x5f\xd5\x67\x0c\x43\x41\xf6\x0a\x86\x36\x68\xaf\x58\x12\xa8\x3c\xe7\xb6\x83\xff\x42\xb2\x62\xed\x11\xb6\x1b\x2f\x73\xc9\x13\xba\x27\xe3\xae\x62\x53\x51\x52\x1d\xc4\x43\xf2\xdf\x56\xb3\xa8\xce\xb9\x11\xe5\x11\xa4\x9c\xac\xe2\xe2\xa9\xb1\x4d\xba\x97\xf9\xc4\x49\xbe\x7a\xb9\xf1\xfa\x91\x3b\x8a\x6d\xfa\x6b\x7b\x83\x24\x63\x33\x4e\xb9\xd9\xf0\x25\x52\xfe\xda\xe3\xac\x97\xfc\x54\x9b\x69\xb4\x37\xcc\x29\xdc\xbb\xcd\x81\x24\x31\xf5\xbf\xba\x21\xd2\x75\x0a\xa5\x9a\x42\x9e\x94\xa0\x2c\x1f\x49\x8e\x8f\x3e\x59\x14\x4e\x19\x19\xfa\xc8\x94\x41\xa9\xf5\xeb\xcf\x16\x02\x4a\xef\x47\x3a\x2b\xd0\xe0\xea\xab\x3c\x01\xb5\xac\x9c\x28\xde\x08\x3f\xb1\xf4\xe0\x98\xd1\x19\xdc\xa2\xa6\xb7\x94\xdf\xd4\xc6\x3a\x1c\x98\x42\xd9\x59\x6d\x07\xcc\x4d\x38\x57\x56\x09\xf8\x44\xbb\x15\x2d\x04\x72\x42\x9b\x4c\x21\xa0\xbd\x5f\x59\xf6\x11\xf0\x8a\x77\xaf\xf6\x23\x24\x73\x75\x55\xba\xc1\x67\x56\x4e\x14\x2f\x46\x76\x58\xfa\x73\xe4\xe8\x32\x2e\xd0\x04\x42\x04\x95\xa8\xb3\x81\x4e\x53\xa6\x54\x5d\x85\x76\x25\xb8\x96\x45\x40\x3e\xd1\x73\x0a\x2f\x41\x29\xa1\x2a\xd3\x74\xa8\xc3\x4f\x92\x3d\x0d\x76\xf1\xae\xd0\x56\xc2\xd5\xae\x8e\xca\x89\x88\xf7\xca\x49\xa2\xf7\xc8\x4d\xcb\x33\x9c\x58\xf4\x2c\xe7\x5a\x63\x0d\x7e\x9d\x3a\xe2\x42\x24\x1e\x4c\xce\xaa\x5a\x8c\xdd\x8e\xbf\x5d\x5a\x86\x61\x51\x8d\x85\x36\xd8\x81\xd0\x03\x79\x51\xd8\x36\xbf\xa3\x59\xd1\x98\x97\xb7\x44\x6b\x83\xed\x74\x9d\xaf\x20\x63\x7b\x56\x5a\x88\x22\xb1\x03\x96\x05\xec\xd7\x58\x00\xc7\xa7\xe1\x2f\x13\xc5\xf1\xda\x62\x46\x3e\xd9\xae\xf2\x34\x71\x29\x3e\xbe\x74\x34\x31\x27\x2a\xa6\x80\x44\x27\x87\x8e\xc9\x6d\xa6\xfd\xf0\xb3\x30\x74\xd0\x98\xde\x67\x35\x29\xb4\xc9\xae\x93\xe4\x97\xa8\xb4\x95\x5b\x84\xd5\xf8\x4f\xcb\x1f\xec\x2d\xf8\x29\xf6\xb3\x06\x5f\x3e\x17\x1f\x5b\x3b\x92\xb7\x8f\x64\xac\xa8\xe3\x4e\x88\x1f\x51\x12\xcc\x7e\x1e\x35\xd5\x7c\x8d\x35\x18\x52\x9e\xbb\x80\x39\x74\xf0\xbe\xc1\x8a\xf1\xc9\xdb\x43\xdd\x46\xbc\x70\x1d\x21\x9f\x45\xef\x5f\x19\x26\xf8\x43\xcb\xb5\xda\xc7\x02\xa8\x31\xec\x19\xf5\x64\x45\x2f\xb6\xa9\xc6\x4e\x3e\x32\xfd\x56\xf9\x7d\xe9\x9a\x38\x97\xe2\x04\x71\x50\xa4\x7f\xfe\x63\xa1\x30\x64\x56\x8e\x2d\xff\xe6\xc1\x93\x99\x8e\xbc\xf9\x5e\xc3\x19\x57\x38\xab\x37\xbd\x95\x2d\x65\xd9\xaf\xe4\x09\x26\x31\xe6\x5b\xf5\x33\xa9\xb4\x27\xac\x0d\x75\xfd\x86\x6e\xf4\x60\x35\xa6\xdf\x97\xf6\xa5\x7c\x83\xa6\x27\x36\xb8\xa8\x25\x63\xf5\x29\x24\xdf\x4e\x21\x3d\x1a\x66\x3c\x2b\x1b\x73\xe0\x9a\x3e\x4e\x1c\xee\x25\xc8\x98\x2b\x00\x37\x35\x48\xcf\x72\xe3\x57\x1a\xf8\x07\x58\xc1\xd6\xab\x19\xdd\xc4\x02\xa6\x43\x9d\x7f\x01\x8c\x1c\xa9\xfe\x9f\x29\x21\x6d\x4c\x59\x43\x8e\xf7\xf9\xc4\xa2\x6d\x86\x77\x27\x4d\x26\xb9\x8e\x08\x36\x66\xdf\x50\x5b\x1c\x70\xd7\x0d\x28\xb8\x5e\xf6\x2a\x8a\xa4\x64\x93\x40\x72\x4d\xa0\x5c\x99\xcf\x6b\xe0\x44\x59\x27\x31\xb6\x31\x26\x33\x8c\x75\xf3\x4a\xe7\xc1\x83\x55\x03\x85\x75\xa9\xc2\x32\x22\x7f\xd3\xf9\xf1\x45\x23\x73\x58\x27\x77\x99\x02\x0c\x9d\xc1\xfe\xd9\x3c\xed\xd7\xfd\xff\x74\x6c\xd5\x17\xcf\xbf\xaa\x35\x32\xcd\x26\x44\x42\x13\x8d\x5d\x59\xce\x4b\xe4\xee\xb2\x96\x10\x5f\x18\xa1\x0c\xc7\x0b\xb7\x2a\x47\xc2\xf1\x55\xca\xd2\x93\xa9\x6b\xca\xf6\x14\x66\x9c\x2b\x2c\xac\x35\xe5\x46\x7c\x31\x8d\x34\x8a\x82\x67\x64\xbb\x64\x46\xef\xbf\xa6\x5b\xa3\x19\xe5\xf9\x5c\x79\x55\xb1\x75\x13\x55\x62\x2b\x5e\xb5\xb2\x8f\x37\x87\xfb\xce\xba\x8d\x50\x32\x12\x68\xb7\x3b\x5d\xc8\x1c\x70\x5a\x8b\x88\x5c\x91\x3c\xb6\xfe\x09\xb9\xff\x8c\xb6\x66\x0a\xc5\xea\xc4\xf8\xf2\x51\x14\xdd\x91\x85\x85\xdd\x80\xaf\x6f\x77\xde\x56\xd0\xd6\x23\xcf\xb0\x01\xb2\x75\x99\x96\xf1\x12\xde\xee\x30\x59\x3a\x1a\xd9\x6f\x91\xc3\x35\xa3\x51\xb4\xfc\x8e\x01\x60\x10\xf8\xd8\xe2\x0c\xdc\x48\x1a\xaa\xe7\x00\x9d\x67\xe0\xea\x7a\xe0\x49\xf8\x9b\xb2\x6a\x70\xf5\x91\xd1\x85\x18\x98\xeb\x5b\x9e\xfb\x0b\xf2\xf1\xd0\x19\x46\xc1\x13\x5d\x26\x64\x34\xc1\x83\x0e\xb3\x24\x8f\x91\x4c\x8b\x1a\xae\x04\x8d\xa3\xc5\x75\x24\xc3\xfb\x81\x4b\xcd\x37\xe0\x05\x49\x75\xf5\x6b\xa1\xa1\x33\xc1\xd5\x27\xa1\xde\xf0\x4b\x65\x27\xa1\x17\x81\xaf\x0b\xd7\xc1\x6b\x7c\x35\xb9\x05\xb0\xca\x43\x9a\xd9\x82\x2c\x74\x19\x93\x81\x21\x26\x87\x85\x92\x02\xd4\xde\xe2\x3a\x37\x0a\x2d\xa5\x7e\x69\x37\x53\xf7\x01\x51\xcd\xd3\xf1\xe6\xa4\xe8\xba\x38\x7c\xfd\x99\x39\x55\xb9\x58\x7f\xb8\xb0\xd4\x8c\x49\x02\x6b\x0a\xc8\x18\xe8\x9b\x9a\xf3\x05\xc3\x3c\x38\x99\x4b\x30\xba\xcb\x28\xd5\x33\x4c\xe0\xb0\x51\x32\x17\xe3\x5b\xce\xe6\xdc\xc4\x78\xd4\xa2\xb6\x57\xcc\x0a\x60\x51\xd3\x01\xc6\x40\xd2\xbc\x0b\x85\xc4\x70\xcc\xcd\xca\xb7\x84\x73\xf8\xc9\x92\xef\x74\x59\xa0\xc0\xdc\x4d\x9f\xe1\x1b\x9c\xb3\x8b\x96\xe9\x91\xae\x8f\xa1\xd9\x6f\xf8\xad\x72\xa4\x9a\x1d\x8e\x8a\x8f\x51\x6d\x2d\x8f\x73\x16\xe3\x12\xea\xc1\xb6\xd5\xfc\x44\x4a\x73\xa3\x84\xb7\x3e\xb1\xb9\xf6\x03\xe7\x73\x8c\xa0\xd2\x89\xdd\x17\xbe\xbe\x64\x27\xab\x3d\xf0\x94\x79\x16\xb3\xc7\x77\xa3\x51\xcc\xb8\xe7\x71\x42\x57\x48\x3c\xdc\xf0\x53\x19\x43\xbf\xe1\x80\x88\x94\xb4\x3a\xcb\x72\xf6\x61\x2a\x0f\x6f\x68\xdd\xa6\x70\xa6\xd8\x35\x64\xca\xce\x25\xda\xd7\x7c\x93\xe8\x4e\xff\xa8\x58\x27\xea\x3f\xae\x2d\xde\x2c\x9c\x7d\xf8\x4d\xfe\x38\x7e\xc4\xde\x27\xd9\x34\x6e\x99\xc7\x46\xad\x81\xfd\xd8\x65\xb2\x22\x9c\xf9\xdd\xa1\x5d\x28\x65\x4c\xb0\x72\x67\xed\xa3\x7d\xc1\x47\xb5\x80\x99\x2a\x72\x6a\xfd\x23\xdd\xb2\x04\xb0\x66\xbd\x3a\xf7\xf4\xde\xf2\x53\xaa\x45\x61\x3f\x8b\x22\xe5\x9a\xc3\x61\xa6\xb5\x52\xab\xbd\xe9\x59\xc5\x22\xf9\xf6\x4f\x9a\x6b\xfc\x3b\x1b\x3e\xc8\xe5\x9c\xaf\x0e\xcf\x05\x97\x58\xb3\xad\x72\x99\x04\x31\x03\xf3\x69\x7e\x90\xaf\x27\x35\xd6\xef\xc9\x95\xc7\xf7\x55\x6b\xb3\x29\xd1\xfa\xb2\xf6\xcc\xcd\x61\xfe\x85\xb5\x9a\xaf\x87\x06\xf2\x70\x55\xc9\xde\x99\x59\x23\xe5\xfb\xb7\x57\x69\x6c\xc4\xb9\x1b\x3e\xc9\x5e\xf3\xaf\x3a\x4e\x16\x38\xb2\x5f\x5b\x0d\x33\x86\x89\xa7\xe8\xb3\x66\x75\xd1\x03\xd2\xf1\xfa\x31\x66\x2c\x9e\x52\x1d\x9c\x37\x2f\xfa\x60\x19\x29\x9b\x16\x36\xb1\x30\x4a\xff\xec\x90\x2a\x6f\x8d\xc6\x6b\xcf\x5b\x83\x59\x49\xd9\xae\x55\xf7\x48\x23\x36\x7c\x91\xc9\x84\x0b\x1d\xad\xf8\x83\x9c\x62\xeb\x79\x0c\x33\x63\x29\xca\x68\x3e\x5c\x96\x40\x1a\x57\x57\x53\x34\x10\xbf\xa6\x7a\x8a\xd9\x3e\x7a\x5a\xd9\xb2\xdc\x43\xc7\xae\x15\x4e\xc8\x8a\x39\x14\x9f\x7b\x49\x97\xb2\x67\xc0\xb0\x33\xc3\x6f\xbb\x54\x7d\x52\x76\x65\xc3\x5f\x99\xb3\xc8\xd2\xd1\x83\x4f\xe6\xba\x5b\xef\x61\xec\x65\xac\x82\x9d\x7a\xa7\x51\xba\x52\x25\x9d\x7b\x29\xdd\xe7\xaf\xb7\x24\x52\x6a\x4f\x75\xd4\x07\x51\x5e\x86\x28\xaa\xfe\x00\xbe\xfe\xab\x4a\xa3\x81\x67\xbb\x93\xcd\xe7\xc0\x22\xb7\x59\xd9\x0f\x21\xad\xd3\x29\xed\x3c\xd8\x6c\x07\xc9\x38\x88\xca\x22\x82\x07\xa3\x0a\x78\x61\x4f\x19\x34\x3a\x95\xdb\xf1\x0e\xbc\x71\xbe\xa5\x65\x0e\xa8\x3f\x55\x5e\x3f\x12\xcc\x08\xe1\x56\x15\x80\xbd\xfe\x56\xa5\x0b\xa0\xb5\xbb\x63\xcc\xb6\x50\x8b\xdb\xd4\xec\x42\x38\xd1\xe9\x98\xe6\x35\xb2\xd9\x8e\x2a\x8b\x44\x9e\x58\x9c\xe7\x45\xa2\x19\xd0\xb7\x9e\xc3\x48\x78\x2a\xd8\xc1\x46\xc6\x9c\xcf\x6f\x2e\x87\x0b\x4f\xa9\xeb\x32\xe1\xa4\x10\x52\xd5\x41\x38\xc9\x7f\x7a\x49\x33\x9c\xbb\x3b\x24\xff\x32\x32\xda\x6d\x62\x76\x0c\x92\xe6\x14\xa4\x31\x21\xbf\xec\x08\xd9\x4a\x34\xc2\x02\xe6\xad\x47\x07\xa0\xfc\x8b\x34\x9a\x65\xea\x86\xf6\x7a\x6a\xdc\xf9\xe8\xa6\x27\x78\xd7\xa9\x73\x17\x6e\xe1\xbe\x21\x87\x2a\x59\xd8\x1f\xbf\x8f\xc5\x3f\xb1\x81\xdd\x5e\xf9\x13\xb0\xcb\x6e\x13\xb2\x9a\xb1\x4b\x4e\x47\x34\x23\xb0\x3e\x3b\x83\x94\x85\x5d\xb0\xa8\xe4\xca\xb1\x5c\x48\xdf\x5d\xcd\xf2\x49\x9d\xdf\xf6\x8e\xe9\x77\xde\xbd\x69\x1a\xe3\xc4\xa9\x80\x0b\x53\x08\x76\xc8\xde\x8a\x8b\xf4\x07\x7e\x2f\x8b\x37\xd1\x7d\x76\x6f\x37\xf9\xd0\x2e\xbb\x8d\x37\xfc\xa2\x1d\x72\x3a\xa1\xde\x40\xbd\x61\xd7\x2b\x69\xa3\x7a\x5b\x8e\xe4\x5c\xc5\x0b\xa0\x5d\x5d\xef\xf9\xed\x29\x77\xdb\xac\x79\x29\xe7\x67\x36\xba\x71\x57\x9e\xda\x50\xbb\x83\xfd\x25\xc4\xad\x62\x1c\x6b\xc8\x6f\xb0\x28\x99\x79\x67\xf7\xe6\x3c\x9c\xf1\xc4\x6d\x82\x61\x35\xf1\xd2\x29\x21\xe3\x24\xfd\xa9\xdd\x5f\xf1\x47\xda\x15\xcb\xa3\x9c\x11\xd4\x42\xf0\x53\xe7\x6d\xc5\x82\x14\x4a\xeb\x64\x99\xc7\xb9\xa2\x06\x5b\xc9\xd9\x93\x3d\x35\x4b\x44\xe2\xa3\xd7\xca\xee\x0b\x6e\xf9\x31\x0a\xf7\xf0\x97\xec\x1e\x9b\x1b\xc2\x4d\xdc\xf6\x2d\x73\x12\xbb\xd0\x89\xaf\xda\xc5\x1c\xb0\xdf\x21\x7a\x48\xfc\xb0\xbc\xc7\x7a\x47\x1f\x0d\x1e\xee\xf8\xa3\xff\x92\xfc\xa9\xc5\x51\x1b\x7f\xce\xb9\xde\x2d\xe3\xcd\xc9\x3d\xd5\xeb\x95\x11\x47\xfd\x4a\x5f\xca\xde\xf8\x59\x15\x04\x4a\x52\x76\xd5\xe5\x9c\x16\xfe\xdc\x76\x43\x6f\xcd\x0f\x74\x92\x29\x23\x39\x22\xfb\x14\xd1\x58\xe6\x2d\x2b\x4f\xd6\x22\x62\x14\xf0\xa6\xc3\xc5\x74\x38\x99\xda\x1c\x97\xb3\xfd\x6c\x5b\x1d\x91\x65\x13\x71\xab\x2a\x41\xf7\x2a\xf8\x61\xa9\x85\xba\xfa\x60\xb7\x99\xa3\x64\xec\xa2\x1a\xb3\x64\x3b\xb7\xd5\xe9\x8e\x88\xba\x9c\x8a\x15\x26\xfe\x72\xfb\x7c\x61\x30\x1b\xb0\x92\x30\x11\xa2\x12\xc8\x6b\x7f\x5d\xb8\x2d\x79\x6b\xf3\x02\xd3\x8d\xb3\xec\xba\xb5\x39\xe7\x22\x32\xab\xe6\x18\x9e\x07\xe7\x97\x54\xeb\x42\x0f\x1a\xcc\x0e\x19\x77\x77\xc5\x19\xdd\x14\xae\xdb\x6a\xb4\x1f\x24\x7e\x4e\x9d\x0a\x5f\xc1\x1e\xfb\x5e\xe1\x28\x8e\xbd\x55\x13\xd3\x89\x78\x05\x9c\x6e\x57\x94\x80\x49\x3f\x9a\x1a\x0b\xae\x9d\x0d\xbd\x70\xd5\xb4\x3a\x22\xa5\xb2\xc8\x18\x1d\x8c\x97\xf8\x66\xca\x0f\xb2\xf2\xeb\x34\xbd\xbb\x4e\x67\x5f\x57\xde\xdd\xd6\xa6\x25\x4b\xb9\x4e\x4f\xe4\x8f\x85\x8e\xf6\x5f\x04\x6a\x4e\x96\xd5\x57\xc6\x55\xe2\xfd\x57\x2a\xf0\x88\xdc\xfa\x62\x3c\x38\x83\xb2\xfa\xd6\x7a\x70\x0d\xe5\x4c\xe7\x7a\xf0\x0c\xc5\x58\x11\x0a\x1a\x29\xff\x32\x63\xc0\xbf\xc0\x63\x6e\x1c\xe4\x0a\x26\xa7\xc5\x43\x0c\x68\x64\xf8\x56\xe8\x11\xc4\xdf\x29\x87\xdd\xe1\x19\x8e\xd3\xe1\x3c\xd8\xf0\xc5\x08\xb8\x41\xdd\xcf\x1d\x81\x34\xa8\xe7\x66\x10\x90\x03\x35\x74\x44\x01\x1f\x20\x43\xb9\x1a\x5c\x0f\x55\xea\x5b\x41\x15\xbc\x94\x73\x05\x7c\x02\x47\xa6\xbe\x80\xbc\x60\xfd\x71\x15\x64\x86\xaf\xee\x74\x84\xad\xe1\x4f\x0e\x37\xe0\x0c\x64\xd6\x70\x1e\xc5\x80\xbd\x79\xe6\x4a\x79\x8f\xb1\x07\x48\x80\x25\xb6\xb1\x9d\x07\xa4\xa2\x0d\x65\x03\xc0\x45\x34\x49\xef\x04\x2e\x41\x13\x38\xce\x20\x15\xa5\xa4\x9e\x02\xbf\xa1\x27\x8f\x5b\x43\xb1\xe8\x46\xef\xab\xd0\x47\xe4\xb3\x83\x01\x06\x10\xe3\x27\x29\x59\xcb\x9e\xf4\xc4\x89\x3c\xcc\x9a\x71\x9d\x41\xd9\xc8\xfc\x5f\xeb\x2d\x8a\x9a\x31\xbb\x74\x3f\xe5\x2f\xb1\x5e\x7b\x13\x38\x42\x27\xd8\x53\x80\x06\xda\xc3\x14\x18\xdc\x4d\x5b\x10\x76\x14\xbc\x4b\x75\xf2\xde\x02\xa5\xe0\x4b\x1d\xce\xc0\x73\xd0\x6f\x1f\x7a\x48\x1a\x71\xe3\x63\x06\x79\x84\x68\xf9\xd5\x7a\xf2\x09\x01\xde\xb2\x88\x5c\xc3\x7b\x57\x9c\x47\x99\xc7\x3d\xab\x09\xa1\x40\x9c\xc9\xcc\x56\xca\x57\x96\x31\x19\x02\x84\x4c\x9b\x63\x52\xd0\x95\x48\xf6\xea\x04\x9f\xd2\xa8\x0e\x87\x21\x11\x1e\xf3\xfe\x46\xfa\x4b\x8d\xf3\x43\x2e\xc9\x43\xf5\xad\xff\x03\x29\x5b\x21\x6d\x0a\x25\xbd\x96\x85\x14\x8d\x21\x7b\x4a\xec\x32\x1e\x92\xab\x44\x63\x19\x14\xca\x66\xfe\xd5\x24\x94\x32\xc4\x85\x42\x07\x01\x25\xeb\xab\x57\x18\xe8\xc7\x18\xe3\x10\x00\x4d\xa1\x3e\x7e\x1b\x9d\xd6\x59\x40\xbf\xbf\x26\x7d\x85\x69\x65\x5f\x62\x3a\xd5\x78\xab\xfe\x4f\xfa\x23\x03\x66\xee\x25\xed\xd6\x2d\x57\x0e\x92\x3a\x32\xda\xe8\x0d\xe4\x20\x85\x6b\xe2\x6c\xca\x44\x09\x29\x64\x80\xd2\x27\x38\xe3\x79\x1b\x50\xb2\x5f\x3a\x84\x82\x91\xc4\xdc\x57\xfd\x69\xa3\x1a\x1c\xef\xca\xd2\xa2\x6a\x32\x7b\x67\xa7\x55\x55\xb8\x5d\xa8\x4a\x5f\x56\xdc\x68\xca\x49\x57\x98\x6d\xe4\xcf\x49\x8b\x73\x22\x69\xe3\x49\x35\x99\xa7\xe2\x0b\xc8\x09\xea\x69\x47\xfb\x28\xee\x32\x5f\x4f\x5f\x60\x81\x60\xbc\x43\x30\xf0\x85\xe9\xff\x02\x4c\xfd\xd2\x97\x74\x3b\x31\xcd\xbe\x7b\x46\xf7\xc3\xb4\xa8\xd6\x8c\x1a\x45\xda\xd5\x86\x89\xb9\xd9\xe9\x1e\xd5\x9b\x65\xd3\xd2\xdb\x4b\x9d\xf0\xb3\xa4\x13\xf9\x5d\x71\x11\xe4\x31\x59\x35\x47\x47\x93\xdb\xd4\x2e\x3b\x1e\x50\xca\x24\x13\x1c\x8e\x01\x46\xf6\xae\xe7\x99\xa9\x75\x03\xd3\x6f\x49\x52\xff\xf4\xef\xed\xfa\x97\xb6\xed\x62\x78\x75\x75\x5a\x7e\xdb\xa1\x9c\xab\xe9\xf3\xeb\xbf\x4a\xf7\xa7\xcb\xaa\x0e\x62\xed\xa4\x75\xc5\xeb\x62\x07\x49\xdd\xb9\x5e\xc1\x2d\x64\xb2\xf6\xc9\x8e\x16\x4a\x92\xb4\xce\x21\x19\x88\x65\xbf\x7b\x3e\x2a\x15\xbe\x57\x7c\xf3\x5b\xea\xe0\x40\x61\xd7\xe1\xb4\xe9\xfd\x01\xd5\x33\xd3\x52\xba\xef\xe6\x38\xa7\x3d\x6c\xf9\x2b\x69\x49\x0f\xbc\xd0\x89\x1d\x48\x7f\x5b\x3e\x2a\x16\x21\xa5\xe6\xef\x08\xce\x22\xcf\xcf\x9c\xb0\xe3\x22\x65\x9e\xec\x83\x43\x21\xb0\x80\xb3\xe8\xc3\x55\xb8\x8b\x3c\xfb\xf1\x00\x9c\x4b\x46\xaf\x25\xc3\x28\xf9\x5e\xcb\x1b\x18\xa3\x58\x97\xb0\x61\x0a\x85\xaf\xb5\x87\xe9\xc0\x19\x96\x01\xa6\x82\x33\x52\x1c\x61\x01\x58\x1b\x76\x04\xd6\x43\x27\xbc\xcf\xc0\x4d\xf0\x04\x07\x35\xfc\x00\x2e\xfd\xef\x3b\x6c\x0d\x8d\x7b\x3c\x1a\x9e\x05\x2d\xba\x9a\x07\xfd\x86\xac\x5b\x96\xc3\xe3\xa0\x99\xc5\x1d\xf0\x38\x68\xbd\x06\x84\xad\x20\x2d\xf3\x13\x6c\x0d\xfd\x49\x2e\x85\x7d\xe1\x83\xc7\xde\xc1\xd1\xb0\xd2\x6b\x18\x56\xc3\x8f\x1d\x0e\xc2\xf5\xc8\x8a\xff\xc6\x42\x4c\x6c\xd4\xa3\xc5\x10\x81\xb6\x5d\xe9\x82\x28\x68\x5a\xf3\x61\x88\x83\x2e\x29\x1e\x0f\x69\x91\xf7\xea\xc7\x50\x05\xf2\x93\x79\x1c\xba\x88\x4e\x4f\x5e\x0b\x8f\x44\xa7\x1e\x4b\x82\xd7\x20\xbf\xbd\x74\x70\x3c\xf2\xc0\xc1\x16\x36\x20\xd5\xef\xa6\x82\x54\xd6\x84\x07\x9b\x40\x0e\x73\xdd\xe5\x4f\xa0\x88\xb1\xa5\x31\x1b\x2c\x26\x42\x0b\x09\xf0\x2a\x5d\x98\x81\x81\xff\xd1\x7e\x31\x5c\xa0\x45\xb4\xe8\x24\x4f\x28\x94\x5a\x1b\x6a\x84\x0a\xf0\x61\x2f\x6b\xe8\x37\x3e\xde\xfe\x27\xbc\x17\x1b\xf7\x26\x08\x50\x88\xb8\x83\x52\x20\x4f\xb8\xb0\x6f\x1b\xd0\xc8\x57\x34\x4c\x06\x06\x78\x4b\x0a\x26\x01\xc3\x9c\x6a\xd5\x7a\xd0\x82\x1d\x4f\xcc\x03\x0f\xb3\x96\x25\x06\x81\xf9\x8c\xda\x90\x61\x68\x0a\xb1\xc6\xb3\x15\x3a\x47\x8b\x70\x18\x09\xf5\xe2\x29\xaf\x00\xca\x8d\x8c\x97\x77\x2b\x28\xcf\x95\xfd\xbd\x04\x30\x5a\xce\xad\x0b\x01\x66\x4a\xcf\xe7\xc7\x02\x8e\xe2\x00\x45\x0b\x70\x5c\x78\x80\x76\x17\x30\xf0\x5d\x13\x22\xc0\x91\x9c\xbf\x21\xbb\xc1\x73\x2c\xb9\xe7\x69\xf0\x1e\x71\xd3\x61\x1a\xe4\x4d\x7d\xfe\x7c\x98\xdc\x93\xff\xe2\xf6\x6e\xf2\xa3\xdc\x9a\x8b\x63\xc9\x5f\xb3\x89\xda\x51\x94\x69\x99\x41\x79\x1e\x14\x27\xed\x62\x59\x17\x25\x41\xf5\x80\xba\x8c\xd2\x2a\x27\xc7\x8f\x06\x1c\xc5\x43\x47\x8f\x00\x7a\xfe\xbf\x1d\xbf\xc0\xc5\xec\x12\x87\xf5\xa0\x8c\x98\xf7\x34\x9c\x3c\xbb\xce\x61\xa0\x81\x6c\x5f\x75\xaf\x33\x93\xbc\xb9\x4c\x57\x55\x4f\x3e\x5a\xb4\x37\xc7\x86\x4c\x35\xdd\x95\xdc\x22\xf7\x18\x77\x63\xc9\x94\xe5\xfa\xe4\xd8\x2c\x8a\x28\xc3\x2f\xf8\x30\x30\x43\xda\xb6\x03\x00\x54\xfc\x1a\x07\x37\x70\x09\xd3\x6b\xc8\x96\xf4\xb6\x77\xc5\x75\x2d\xe9\x69\xe7\xb8\x76\x3a\x69\xa8\xb9\xab\xa2\x88\x3c\xb2\x2e\x2c\x7b\x0d\xd9\xa1\xb2\x41\x3c\x8d\x7c\xbe\xf8\x29\xf2\x8c\x7c\xd1\x64\x3a\x7f\x8a\xb2\xdc\x70\x3d\x88\x4f\x51\x66\x30\x77\xcc\x02\xd6\x8b\xb5\x0e\x9e\xc0\x65\xf6\x8a\xc7\x87\x48\x4d\xd7\x2a\xaf\x75\x92\x1a\xfb\x56\xb6\x99\x49\x0d\x5d\xa4\xf2\x1b\xa4\xdb\x2d\x82\xac\x08\xd2\xbf\xba\x13\xa2\xc3\xe4\x6d\x15\x6f\x10\x4f\xb2\xbc\xf0\xef\xb9\x21\xf2\xab\x1c\xbf\xa0\xbd\x14\x7f\xad\xad\xc7\x30\xe5\x8b\x74\xb7\x43\x20\x20\x67\x77\x3d\xaa\x27\x09\xef\xec\xb9\x66\x47\x12\x5e\x8f\x6b\x1b\x4f\x12\xf6\x85\x96\x3b\x91\xb2\xbb\xc6\x18\x2e\x92\x3a\x9a\x0f\x0b\x7b\x48\xbf\x6b\x0f\xc0\x57\xc9\x07\x4a\x9b\xce\xb1\xc8\x52\xd3\x8e\x20\x07\xf2\x27\xbd\x87\xc7\x0f\x4a\x86\x2c\xdd\x81\x0b\x6c\x67\x7f\x7d\xfd\x0a\x6b\x25\x25\x0d\x72\xb1\x43\xa4\x6f\x7d\x64\xf4\x0f\xf9\x40\x43\x1a\x5a\x43\xce\x28\xe0\xa2\x00\xe5\x7f\xaa\x7a\xd4\x9d\x72\x99\x50\xa0\x13\x81\xec\xc4\x32\x64\x00\x8c\x0a\x3d\x85\x64\x42\xb6\x5e\x16\x08\x00\xbd\x77\x18\x83\x1c\x86\x6b\x5e\x3b\x61\xcb\xc1\xad\xf7\x2e\xa0\xfd\xe0\xa9\x4b\xfd\x28\x09\x4c\xaf\xaf\x45\xb7\x83\xa8\xf9\x12\x3a\x05\x34\xa9\x26\x21\x0f\xa0\xd9\xf4\x8f\x48\x21\xc4\x4d\x74\x45\x24\xd0\xf7\x90\xef\x48\x2c\x7c\xd4\x33\x0f\x39\x06\xb7\xda\xd7\x21\x9b\x10\xbb\x57\xde\x28\x13\xdd\x78\x77\x08\xf5\x40\xfe\xf6\x7e\x44\xbe\x20\x57\xeb\xde\x21\xd7\x91\x34\xf3\x2c\x24\x0b\x09\x57\x9e\x42\x20\x24\x89\x1e\x8e\x04\x23\xfa\x84\x4b\xc8\x5e\xa4\x30\x84\x8d\x6c\x42\xaa\x3d\x03\x91\x35\x48\x93\xbd\x1c\x59\x84\x54\xbf\x08\x40\xb8\xcc\x29\x77\xc6\x22\xbe\x8c\xc3\x3d\x36\xc8\x02\xe2\xcc\x85\x23\xf0\x5b\xba\xd9\x94\x07\xdf\xa4\xfd\x54\x58\xc0\xf5\xb4\x14\x9a\x2f\x5c\x48\x1d\x8e\x1f\x82\x0b\xa8\x81\x47\x5b\xe1\x1a\x3c\x77\xc7\x23\xb8\x11\x7b\x64\x9f\x00\xb7\x62\xa3\x9f\x95\xc1\xd5\xc2\xf0\x5b\x67\xe0\x74\xc1\xcc\x6e\x2a\xec\xc3\x2b\xac\xe9\x86\x17\x73\x0f\xe6\xad\x83\x47\xb2\xff\xca\xfa\xa0\x8f\xac\xcb\xd4\x95\xd0\x7b\xa6\x32\xee\x3b\xf4\x97\xb1\xfb\xa8\x0d\xbc\x80\x7e\x6f\x87\x04\x5e\x43\x73\xb6\x67\xc2\x1e\x78\xfc\x93\x4f\xd0\x33\x55\xe6\x40\x36\x54\xa1\xc8\xeb\x7c\x0a\x09\x65\x58\xb5\x2d\x14\x29\x01\x72\xb2\x20\x4f\x11\x49\x1a\x0d\x6d\x13\x08\xb0\x1f\x90\x37\x4f\x1e\x37\x01\x0a\xe5\xc0\xc1\x18\x04\xb0\xb6\xec\xd8\x07\xe9\x08\xa3\x7d\x0e\x54\x47\x1d\x7a\x1c\x08\x7e\x37\xf9\x5e\x77\x04\xdb\x73\x76\xb4\x1f\x07\x15\x59\xce\x15\xd7\xc1\x73\x7a\xfb\x6c\x0a\xe8\xa7\x99\x2c\x4e\x06\x0f\x2b\x3f\xa0\x7b\xc1\x18\x59\xc9\xf9\x72\x90\x10\x6f\x0f\x52\x81\xa5\x7c\x86\xc7\x13\xf0\x11\xfb\x8c\x7d\x1f\x34\x81\x18\xff\xa0\x11\x3c\x50\x6b\x7b\xa5\x10\x5c\x50\x39\xbd\xe5\x33\xf0\xbe\xe4\x67\x19\x17\x68\x2d\x18\x30\x84\x01\x79\x79\x0c\x21\x03\x28\xcd\x5e\x02\xeb\x80\xcb\x3a\xf2\xb9\x20\xe0\x93\x8a\x38\x92\x09\x2e\x93\xae\xf6\x88\x01\xc3\xf8\x47\xed\x1f\x82\x02\xe6\xf2\x41\x35\x38\xa5\x7b\xe0\xb2\x18\xe8\x6b\x1b\x6e\x7a\x0b\x88\x1a\xdf\x96\x70\x81\x53\xb5\x85\x7a\x0a\xb0\xb7\x62\x03\xff\x32\xe0\x57\xc4\x82\x2c\x80\xf3\x79\xc8\xd9\x25\x00\x2d\x73\x28\xf0\x0e\x50\xac\xba\xe2\x31\x12\xf8\x26\x5e\x61\xff\x0c\xdc\xcc\xfa\x75\xef\x06\xf0\xfe\x8a\x5f\x5f\x2b\x50\xd8\x3b\xba\xc9\x02\x88\xeb\x60\x14\xd7\x00\xae\x4d\x9d\xba\x72\xc0\xaa\xb6\x99\x3f\x0f\xb0\x2e\x27\x81\x08\xe0\x5a\xd0\x72\xc6\x00\xec\x31\xfa\x05\x0a\x81\x33\x9a\xb0\xed\x8f\x81\x5a\x49\x97\xfd\x0f\x70\x24\x5b\x7e\xcf\x13\xb8\x7c\x73\xb0\xcf\x01\x60\x5c\xdd\xd4\x88\x00\x9e\xbd\xc1\xc5\x73\x80\xf1\x1d\xcb\x74\x96\x94\xa7\x8d\x99\x3c\x21\xe5\x7e\xf5\x25\x70\x3a\xe5\x43\x49\xc2\x99\xfd\x94\xaf\x79\x2e\x81\xb1\xc0\xff\x74\x71\xdb\x9f\x01\xc7\xa5\x9f\x1d\xd6\x00\x26\x76\xf7\xc3\x28\xc6\xa3\xf4\xa9\x57\x2b\x18\xff\x4b\xcf\x6b\x2b\x25\x2c\x48\x56\x15\x61\x74\x12\x49\x9a\xbd\x91\x76\x97\xbc\x54\xbc\x9f\x66\x4f\x7e\x87\x2e\xa5\x02\x94\xbe\xf3\x71\x78\x0f\x50\x1d\xe4\x82\xcf\x01\x35\x1e\x0b\xb0\x18\x28\xc3\x0e\x42\x2b\x60\xc3\x03\x23\xe3\x18\xa5\xe9\xca\x5b\x42\x48\xf9\xd7\xfa\x87\x5e\x0a\x38\x97\x6b\xe8\x33\x80\xb0\xac\x64\x1a\x19\xc8\x14\xe9\xa8\xd7\xc1\x25\x08\x97\xba\x1e\x2c\x3b\xf7\x1e\x17\x43\xdb\x8f\xb4\x60\x9f\xa1\xde\xed\x75\x58\x00\x7c\xda\x6e\x3b\x9a\x87\xfc\xef\xfe\x7d\xe2\x11\x2c\xbe\x62\x41\xcc\x87\xc9\xad\x5e\x74\x6f\x38\xb6\xec\x39\x2d\x1b\xde\x67\xe8\xa7\xcd\x82\x7d\x44\x93\xa8\xe9\x30\x19\x99\x88\x3f\x85\xeb\xce\x61\xb8\x1f\xfc\xe1\x48\x18\xd6\x82\x58\x6f\x27\x63\x0e\x48\x98\x9d\x1d\xca\x44\x94\x83\xf6\x74\x23\x11\x7c\x99\x4d\x1f\x41\xbf\xd0\x5c\x46\x5b\x4f\x1f\x5d\x4a\x50\xcb\x68\xe1\x99\x12\xea\x06\x6a\xbf\xe0\x3f\xdc\x4c\x8d\x82\xe7\xe0\x2b\xa8\x63\xce\xe6\x60\x55\x38\x2d\xb0\x14\xdb\x8e\xfd\xdd\x3e\x1f\xad\xc3\x12\xed\x16\xa1\x0e\xe8\xe0\x5d\x94\xf6\x82\xef\xd5\x37\x87\xe6\xc4\x73\x68\x9a\x43\x65\x71\xbe\x15\xff\xc5\xff\xb2\x9b\xf4\xb6\x38\xc4\x92\xf0\xb3\xf1\x11\x4c\x16\xf8\x15\x63\x33\xa0\x33\xdd\xd8\x3c\x22\x34\x70\x3e\x6a\xa4\x5b\xb8\x0f\xa0\xab\xa8\x35\x76\x9b\x10\x23\xee\x7e\xbb\x9c\xb6\x5f\xb1\xb0\x77\x13\x55\x2f\x3b\xda\x90\x84\x7f\x97\xa4\x14\x25\xe0\xc7\x44\x5a\x6d\x05\x76\x43\xd0\xc7\x0b\xc4\xc2\xf9\xb3\x80\x9b\xe8\x17\xae\x6f\xcc\x53\x14\x61\x9f\x3d\x8c\xa3\xd3\x98\xe1\xee\x5c\x24\x93\x98\x6b\xb7\x1f\x59\x42\xcd\xbf\x69\x41\xdd\x9d\x33\xb9\xfb\x29\x9e\x9f\x15\x5e\xf7\x3f\x7c\x9a\xbe\xa0\xc0\x1e\x4b\xd1\x5c\x51\xcb\xd0\xff\x54\xef\x38\x71\x28\xa6\x98\x49\xd9\x80\x5a\x4b\xe7\x9e\xce\x47\x8a\x85\xc3\x87\xaa\x11\x4f\x1e\xcb\xdd\x03\x1e\x64\x35\xd9\x49\xe1\x08\x7a\xeb\xf5\x7a\xfc\x76\x65\x74\x67\x28\xee\x50\x2a\xaa\xb9\x80\xa5\x14\xbe\x30\xbd\x47\xef\x9a\x3e\xab\x10\xd4\xcf\xf8\x92\xc5\x46\x5e\x64\x5e\x25\x09\x11\xb6\x06\x8a\x0e\x45\xac\x15\xaf\x03\x2e\xc1\xb5\xe2\x61\xb7\x4b\x70\x30\x8f\xb0\xcb\x86\x9e\x32\xba\xae\xaa\x70\x51\xbb\xb8\xfd\x04\x76\xa5\xe9\x4f\x95\x0c\x9b\x5b\xe7\x9d\xfb\x17\x25\x57\x1d\x50\xd4\x23\x1f\x4a\x97\x31\xde\x21\xa8\xf9\x5a\xba\x1d\xb2\x24\x67\x45\xd4\x66\xb8\x4c\xf7\xdb\xff\x0f\xbc\x4f\xe9\xe7\x16\x01\x0d\x8b\x56\xd8\x15\x43\x04\x8b\x71\xc5\x88\x27\xf4\x96\xb4\x91\xb1\x82\xce\xe6\xca\x32\xf4\x6d\x8b\x26\x77\x25\x7a\xb0\x7e\xad\x62\x04\xd2\x52\x05\x30\xb6\x23\xfb\x4a\xc4\x69\x62\xf8\x55\xbe\x5b\x64\x2b\x9c\x96\xb5\xc7\xbf\x10\x9e\x96\xd1\xea\xb6\x1d\xaa\x11\x57\xd9\x75\x40\xbe\x6c\x9b\xfe\x21\xfc\xc0\xd5\xe7\xad\xf5\x18\x7e\xa9\xa0\xe2\x17\x5a\xdf\xe5\x94\xc3\x44\x17\xb6\x1c\x97\x27\x20\xb4\x3a\x27\xa2\x19\x99\x50\xd1\x94\x66\x07\xab\x0b\x2f\x47\x26\xc0\xcb\x72\xe6\xfa\x53\xa1\x2a\x4d\x93\xdb\x76\x28\x5c\x72\xd7\xee\x1b\xf8\x89\x7d\xe4\xfa\x16\x7e\x4f\x9a\x75\xe7\x11\x5e\x70\x5a\x49\xcd\x20\xe7\x5f\xba\x53\xfe\x19\xf6\xbd\xf4\xd6\x0c\x3b\x56\x1d\xe9\x0c\xdb\x83\x29\x20\xbb\x91\x1d\x19\x27\x29\xab\xa2\x45\x84\x13\xb0\x24\x80\xa0\xfd\x04\xad\xb6\xb5\x53\xeb\xa0\xdd\xb6\x95\xf8\x69\x98\x7a\x8d\xcf\x5f\x47\xd6\x75\x64\x71\x1f\x91\x9f\xd5\xac\xe0\x68\x28\xcb\x4c\xcd\x6c\x90\x72\x5e\xc5\x62\x9d\xa4\xf4\xb2\x4a\x99\x5e\x40\x20\xa9\x90\xb1\x14\xf8\x16\xbd\x84\x18\x0d\x2a\x03\xac\x69\x83\x90\xdb\xb6\x74\x6a\x1e\x3c\xd1\x96\x8a\x9f\x80\x1f\x5c\xbd\xc7\xd3\x40\x3b\xda\x5f\x70\x4f\x43\xee\xd5\x67\x39\x5b\xa0\xad\xa6\xff\xb1\x2d\xa0\x0d\xca\x57\xac\xf1\xd0\x01\x96\x35\xe3\x03\x24\x21\xad\x26\xee\x40\xaf\xa3\x6a\xe9\x9d\xb0\xab\xff\x25\x5a\x01\x4c\x6c\xf3\xa6\x22\xf0\x67\xdb\x74\x7c\x07\x12\x71\xc5\x93\x4b\xa3\x11\x6d\x27\x39\xb1\xb4\x31\x95\xbf\xd9\x81\xd4\xd4\xdc\x4a\xd6\x01\xfc\xa7\xc2\xcc\xf4\xc5\x79\xcc\x51\x0c\x0f\x7c\x57\xfa\x26\xc2\x05\x9f\x18\xf9\x92\xbe\x09\x2b\xf1\x5f\x4b\x5b\x8b\xf9\x6d\xfd\x4e\x9d\x85\xfe\xb2\x85\xb0\x47\xa8\xee\x72\x26\xa7\x90\x7b\xb0\xe5\x05\x3b\x8b\xb3\xb7\x82\xcd\xd2\xb0\x37\xe5\x1c\x61\x4a\x59\x76\xf2\x68\x86\x94\x69\x4b\x3c\x20\x14\x8c\x9d\x69\x5b\xe9\x6a\x22\x2a\xd2\x92\xa6\xa1\x9f\xf1\x33\x53\x15\xb4\xd0\xad\x6d\x38\x4e\xdd\x60\x9b\x83\x1d\xc2\xfe\xf4\x8d\xe1\x4c\x96\xd6\x37\x1f\x64\xfd\x93\x58\x97\xcf\x66\xfe\x10\x91\xb3\x3f\x31\xde\x0a\x2e\xc9\x16\x13\x6f\xf9\x2b\xe8\x15\xf4\x1f\x5c\x43\xea\x56\xfa\x04\xce\x8c\x53\x7b\x69\x13\x58\x21\x7e\xb6\xd4\xb1\x0c\xf6\x56\x1e\xf6\x95\x8e\xd9\xf6\xa0\x7d\xd4\xf0\x1e\x8c\xed\x96\x35\xbb\xe1\x27\x6b\x95\x5e\x5b\x72\x91\x69\xaf\xb5\x30\xf4\x32\xe6\x67\x60\x92\x65\xc4\x1c\xc5\x03\xea\x07\xfa\x0a\x99\x57\x72\x2d\x6d\xab\x98\x73\xd2\x9e\xea\x21\xd0\x1e\x3c\x8e\x7b\x70\x49\x5b\x37\x62\x9b\x58\xe3\x6c\x7f\xa1\x33\xe8\x51\xdd\x7b\x58\x65\xa5\xaa\xba\x7c\xa6\xb9\x68\x75\x11\x83\x61\xcc\x2f\xd3\x9b\x09\x4e\xee\x5c\xd1\x6a\x3a\x96\x15\x8a\xdb\xd1\x64\x3a\x71\xd2\x1a\x6a\x71\x86\xe4\xc4\x4f\xbc\x4a\xee\x73\x80\x85\xd5\x88\x4c\x5b\xae\xa3\x25\xdc\xac\x15\x73\x10\x06\xe3\x50\xe7\x6c\x16\xab\x79\x5c\xad\x92\x19\x5d\x77\xbd\x00\x61\x1c\xa8\x4e\xd4\x76\x10\x9b\xca\x6e\x0a\xce\xd0\x57\x16\x8d\x45\xd9\xb4\x8d\xa6\x29\x09\xdd\xd4\x3d\x59\x2d\xe1\x37\xf0\x83\x9a\x1f\xfb\x2b\x30\x7f\x79\xc3\x96\x28\x74\xaf\x70\xc6\x8a\x25\xc8\x32\xe6\xbf\x0e\x17\x56\x74\xe7\xb3\x9a\x3a\xe6\xae\x56\x5f\x73\x0e\xc3\xb1\x01\xd6\x7c\x21\x66\xd5\xc4\xf2\xf3\xe8\xa3\xcb\xe7\x21\xf7\x68\x13\x0a\xb9\x09\x6b\xa9\x73\x72\xb5\xe1\xa1\xf8\xbc\xcc\xc5\xfb\xc3\xb1\xf9\xaa\xa9\x5b\x3c\xd1\xe9\x22\xfe\x8a\x8d\xf0\x33\x96\xb4\x9d\xca\xda\x71\xe9\x55\xcd\x78\xe6\x92\xae\xbf\xf9\x9f\x19\x23\x5a\x07\x34\xfb\xe8\x4f\x1b\x42\xf9\xd3\x69\x7d\xd5\x22\xe4\x10\xb5\xab\x14\x8b\x6f\xc2\x2f\xe5\xff\x09\x1f\x8b\x5d\xcc\x6a\xdb\xbf\x06\xed\xc8\xf8\xb2\xc5\x0d\xa9\x15\x9b\x56\x44\xc3\x6c\xd6\x95\x8e\xef\x72\xcb\xd4\xad\xb5\x03\xd2\xe0\xd4\x97\x85\xe1\x62\x2c\x8d\xaa\xbb\x21\xbc\x9e\xee\x20\x64\x0a\xec\xd2\x9f\x60\x25\xbc\x24\x52\x4b\x62\x2b\xa7\x92\x5c\x77\x22\x90\xf5\x85\x52\xb5\x9f\xc1\x5c\x0a\x34\x6e\xde\x48\x6c\x85\x26\x2e\x6b\xa7\xb9\xc0\x67\x3a\xd6\xcb\x8a\x48\xbc\xda\xf9\x92\x2f\xa4\xb7\x05\x85\x62\x07\xf2\x7e\x9d\x93\x10\x25\x17\x0b\x3e\xf2\xef\x52\x96\x60\x8e\xbc\x75\x94\xba\xc4\x7d\x1c\x18\x88\x09\x7f\xc3\xea\x03\xe7\xed\x5f\xcf\x9c\x00\xf6\x6f\x1e\x41\x38\x40\xb5\xcb\xca\x68\xab\xe1\xea\xf6\x08\x99\x27\x38\xae\x26\x40\x22\x02\xe7\x98\x3f\x8b\xae\x80\x6e\x5a\xae\x70\x35\xe8\x2f\x08\xe3\xb3\x41\x18\x35\x72\x5f\x81\xb7\x12\x6e\x71\xdc\x21\x8f\x70\x0e\x4b\x06\x65\xef\x7b\xcd\x18\x84\x27\xbb\xde\x23\xc6\xc2\xca\x65\x85\xb4\x99\xc8\x86\xb6\x11\xd2\x68\xfc\x41\xd5\x77\x71\x0f\x4e\xcb\x2f\x14\xcd\xc5\xe7\x6a\x0e\x08\x40\xac\x9e\xef\xca\x7b\x85\x25\x23\x19\xdc\xfd\xd8\x9e\xf8\x4f\xec\x42\x6c\xd5\xf1\xcb\xac\x59\xe8\xd7\x7d\x51\x8c\x53\x68\xbd\xab\x86\xae\x42\x85\xcb\x2a\xa9\x25\xe8\xc9\x96\x52\x89\x96\x1d\x51\x79\x57\xf4\x9a\xc5\x30\xc5\x0a\x7d\x99\x1a\xb5\x0d\xbf\x81\x51\xc6\x5b\xca\x5b\x4f\xdc\x84\x33\x39\x46\xc2\x22\x7e\x11\x7b\x16\xfd\xf4\xf1\x45\xcc\x74\x1a\xdf\xf7\x27\xd1\x4f\x2d\x70\x45\xe9\x93\xf0\x86\x65\x9f\xa8\x4b\xb1\xb6\xe6\x6d\xe2\x6a\x71\x6a\x85\x9f\x68\x95\x68\x46\x9e\x9d\x40\x22\xc8\x50\xbd\xe1\x4f\xe6\xcf\xe1\x8e\xe5\xd2\xb9\x4a\x48\xcf\x19\xc3\xf1\x8e\x73\x67\x81\xac\x57\x61\xc7\x19\xf7\x99\xa1\xbe\x2c\x62\x23\xd1\xea\x1a\x41\x8b\xa3\xfd\x5a\xee\x82\xd3\xa8\x56\x8d\xe3\x45\xc3\xba\x7f\x65\x01\xc2\x08\xcd\x1d\xe3\x3f\xfe\xbd\x0c\xad\xe2\x3f\xde\x2e\xa5\x07\x7b\x2b\xa7\x56\x76\x17\x1c\xcb\xde\x22\x41\xce\x3f\x66\xd6\x88\x26\x1f\x3b\xc9\xb0\xe0\x07\xee\xbd\x41\x4f\xe1\xa4\xb8\x2e\xa0\x96\x30\x03\x97\x47\x63\xed\xf4\x19\x75\x39\x22\x61\xe1\xf5\xe2\x0f\xc2\x11\xf9\xc6\xac\x41\x7e\x4c\x2e\x24\xfb\xc8\xbd\x98\xed\xc2\x8c\xe5\xac\xd1\xf7\x53\x22\x58\xa5\x9a\x43\xe7\x52\x99\x6b\x94\x79\xa1\x07\x09\x99\x34\x6f\xef\x24\xda\x3b\x61\xe8\xa6\x0b\x54\x7b\x4e\xfd\x72\x12\xb6\x85\x78\x58\xdb\x2a\x3a\x55\x87\x14\xad\x12\xd4\x56\x6b\x33\xff\xf2\xe7\x97\x0b\xa5\x96\x5c\x4a\xf1\x3e\xa2\x8c\xfd\x28\xff\x26\xa9\x9f\x75\x24\xc7\xf5\xec\x02\xc6\xa5\xcc\xfd\x21\xeb\x08\xe7\x8c\xb7\x7b\x36\xd1\x38\x32\xeb\x4d\xfb\xf1\x56\xfe\x97\xe5\x74\xf4\x32\x33\xae\xe6\x8d\x68\x4f\xcb\xcf\xc2\xe3\x02\x4d\x43\x43\xe6\x6a\xde\xf7\xda\xbd\x92\x00\x6e\x50\x85\x84\xfe\x1f\xbb\xae\x58\x4d\xb2\x62\x39\xe4\x27\x9e\xc1\x18\x8a\xec\xb7\x47\x6b\xe8\x7f\xb4\xf7\x7c\x86\x68\x87\x14\xfb\x37\xad\xc0\xe9\xc2\x90\xe5\x32\x94\xcf\xfc\x5d\xb3\x59\xb4\xba\x2b\xab\xa0\x44\x00\xb4\x59\xe8\xa9\xbc\x2b\x8d\x47\xc4\x66\xee\xaa\xda\x4d\x74\x7f\x36\xb3\xfc\x6a\xba\x98\xf9\xae\xc8\xee\xcc\x54\x86\x5f\xde\xac\xa3\x61\xf4\xb2\xcc\x10\x1f\x13\x6d\x9c\x6a\xe1\xa6\xc5\xf8\x5a\x51\xcc\xf2\x66\x74\x3d\x6b\x5b\xe9\xa5\x2c\x72\xca\x50\xee\x24\x7d\x57\x2a\x9c\x21\xd1\x3a\xa7\x4d\xe4\x9f\xce\x28\x4a\x2b\xc5\xc4\xca\xe5\xe9\xc9\x29\x7b\x65\x02\x52\x50\xf4\x4c\xf1\x13\x72\xc8\x11\x81\x70\x16\x25\x65\xe7\x43\x9e\x05\xa0\x77\xfe\xc4\x9e\x04\x8d\xb2\x99\x4b\x74\xc3\x50\xe9\xce\xac\xd1\xe9\x2f\x72\x70\x7d\x04\xc9\x3b\x63\x86\xe6\x1e\x49\xcc\xfb\x94\x11\x4e\xfa\x87\x2d\x57\x3c\x24\xe3\xc9\x2f\x65\x01\x14\xbb\xa8\x7a\x71\x31\xe5\xe5\x91\x9d\x82\x37\x40\xf5\xce\x3c\xde\x48\x50\xec\x7c\x8d\xf5\x15\xca\xb0\x99\x4a\x34\xc0\xf5\x25\xa5\x06\x15\x30\xc7\xf8\x59\xf7\x0f\x58\xa7\xa2\x6b\x50\xc0\x8b\x97\x98\x31\x15\x38\x8f\x56\x28\xc4\x40\x65\x32\x26\xfb\x1f\x68\x15\x75\x4a\x1c\x0f\xea\x03\xff\x09\xaa\xa0\xe5\x3b\x53\xb8\x03\x50\x99\xf3\x05\xd6\x15\x38\xd2\x66\x36\xa1\x46\xec\x8a\x8b\x33\x4b\xb0\xf0\xec\xf7\x3a\x67\x6c\xae\x12\x57\x5f\x41\xeb\xb9\x24\x55\x14\x0a\x21\x57\xe4\xc3\xe8\xa1\xa4\x6a\x69\x32\xea\x13\x59\x23\xba\x8f\x1e\x08\x4c\x13\xac\x45\x77\xec\xb4\xe2\x1e\x45\x9d\x9d\xb3\x58\xc7\x51\x37\x1b\x77\x62\x2d\xba\xab\x28\x48\xff\x89\x69\x99\x55\xab\x45\x18\xf1\x8a\x64\xb5\x15\x51\xce\x81\x94\xb5\xf4\x5f\xf0\x7b\xf9\x5e\xfa\xc1\xc4\xb7\x92\x01\x5a\x47\xe4\x64\xd1\x1e\xda\xf6\xc3\xef\xf9\x19\x54\xad\x77\x2f\xa7\x0b\xff\xe8\x2c\x60\x5e\xc1\xbd\x6d\xc8\xf4\x4c\x4c\x50\xf0\x43\x7f\x52\x10\x6b\xc0\x34\x4f\xf9\xbe\xf2\x90\x0c\x90\x37\x93\x4d\x52\xce\xe3\xdc\x84\x47\xc9\xcc\x6c\x7d\xe2\x7c\xc9\x56\x16\x71\x2a\x48\x58\xcd\x3c\x7b\xf8\x04\x7f\x34\x63\xb9\x37\x99\xb3\x92\x7e\xc9\x99\xc9\x5c\x4b\x0b\xb1\xe9\xa0\xfd\xc5\x07\xcd\x7b\x75\xb5\x19\xc3\xfa\x1e\xcd\x3a\x95\x8d\xd4\xa0\xea\x54\x38\x33\xef\x2b\x02\x65\x36\x20\x47\x3a\x24\x99\x1c\xdf\x2b\x4e\x16\x8d\x3d\xe9\x2e\xf8\xc4\x7f\x73\x48\xcc\x73\xe7\x4a\xbd\x3e\xb1\x4f\xb3\xe7\x39\x9f\x60\xc4\x30\x12\x96\x8e\xa7\x39\xd1\x0a\x4d\x5b\x75\x8e\x79\x3a\xed\x53\x75\x95\xf1\x89\xf8\xa9\x2a\x20\x6b\x16\x63\xa3\xfc\x96\x7e\x1e\x30\x49\x1a\xa4\x99\x1c\x17\x27\x7a\xa5\xfc\x1b\x31\x47\x10\x2d\xbb\x18\x50\xc4\x2d\x17\x7b\x7b\xf9\xb1\x06\xf9\x88\xb3\x35\x71\x8b\x8d\x2f\x5d\x49\x55\x13\x7b\x73\xd5\xba\xe9\x95\xf6\x9a\x8d\x6a\xb0\x34\x4b\xb4\x52\x35\xba\xf0\x2b\x5d\x2e\x27\xf2\xad\xc9\x0c\xe9\xa8\x9c\x25\xb1\x33\x45\x4c\xc3\xf8\xf0\x57\xfc\x7f\x9a\x02\xff\x0b\x5c\x1f\xc5\x0b\xcf\x2c\x56\x9c\xf8\xa2\x53\x1f\x11\xc3\x3b\xb5\xd4\x8b\x6a\xcb\x28\xc9\xf9\xac\x7d\x7f\xe1\x97\x1a\x54\x47\x54\xaf\x10\x46\x29\x9f\x94\x5b\xd2\x1e\xca\x4f\x15\x3d\x21\x0d\x4a\xee\xe6\x27\x9c\x4f\x13\x1d\x35\xde\x0c\x8f\xe2\x5f\xd4\xbf\xf5\xf7\xe3\x4e\xcb\x60\x79\x1e\x65\x39\x4b\x9b\x9c\x4a\x08\x07\x7e\xde\xd2\xa3\xf8\x13\xa6\x4b\x4e\x94\xb6\xa7\x79\x72\xc6\x23\xb5\x7b\xdd\x37\x41\xa3\xb2\xae\x3a\x9b\xe6\x21\xdf\x58\x3e\x93\x74\x40\x62\x2c\x72\x3b\xf7\x5b\xb4\xc8\xb4\x3a\x7c\x04\x1f\xcd\x6a\xf1\x1f\xcd\x69\xd5\xf4\x7a\x3a\x32\x87\xe4\xc7\x9d\xcc\xf4\x6b\x02\xed\x52\x2a\x4e\x30\x49\x9a\xf4\x12\x75\xea\x0a\x71\x7d\xa1\x57\x6a\x1d\x33\xc1\xf4\x5f\x9a\x27\xa4\xcf\x01\xd3\x9e\x27\xed\x31\xfc\x4a\x2f\x88\xd6\xeb\x22\x49\xfc\x10\xa7\x0c\x23\x59\xbe\xaf\x46\xae\xa2\x5c\x74\xf7\x16\x07\x80\xd3\xd6\xdc\xe3\x0d\x41\xa0\x55\x25\x6b\x1d\xfc\x47\xb3\xa8\x64\x6d\xfa\x2d\x71\x44\xc1\x43\xd2\x1a\xa6\x8d\x49\x48\x62\x43\x41\x39\x2b\x49\xdf\x92\xc6\x19\x2a\xc9\xb4\xe8\x93\x3a\x5b\xca\xba\xa3\xff\x32\xce\x53\xfe\xec\xe3\xc8\xe3\x80\x67\xee\x76\x62\x67\xf0\xe1\x9a\xcb\xbc\x3e\xe8\x97\x55\x13\xcb\x1a\x59\xae\xae\x2e\x6e\xa7\x98\xc5\xa3\x0a\xc8\x94\x1e\x46\xaf\x69\x2d\xe5\x27\x34\xde\x78\x13\x58\x97\xd8\x68\x38\x0d\x30\xa3\x6d\xb4\x0f\x80\x7f\x47\x2f\x66\x38\x80\xc2\x7d\x27\xe4\x1b\xa0\x75\xee\xff\x13\x8f\x81\x1e\xac\xe9\xe2\x65\xc3\x66\xab\x1b\xcc\x1f\x08\x9c\xf1\xb4\x78\x14\xca\x11\x79\x9a\x1b\xd0\x40\xc6\xc2\x3c\x08\x9d\x04\x86\x19\x57\x22\x0f\x12\x57\x64\xb6\x21\x3d\x51\x5a\xed\x36\xe4\xf6\xd1\x63\x2a\x1e\xf2\x73\xdf\x0c\x59\x2e\x3a\xcd\xed\xbe\x08\x45\x97\xaf\xe9\xe4\x39\xa0\xc1\xd6\xd3\x98\x38\x4a\x57\xfd\x2a\xf2\x25\x32\x85\xa7\xcd\x53\x89\x99\xc4\xae\xdc\x7b\xf4\xb3\x40\x66\x36\x83\x76\x2f\x01\xcf\xb4\xa4\x05\x45\x4d\xd6\xe8\xa8\x9f\x82\x1f\x2b\xbf\x52\xe5\xbe\xf5\xb2\xc9\x54\x1b\xb7\x32\xe1\x10\x6e\x5c\x73\x9d\xcb\xc1\x37\x58\x87\x32\x9e\x62\xd5\xca\x97\x85\x0d\xbc\xf5\x82\x98\xfc\x74\xae\x37\xfd\x4c\xae\x17\x67\x29\xe5\x6e\xd6\x1b\xf6\xb2\xf8\x01\x3d\xcc\x72\x8c\x8c\xd7\x8c\x66\x7a\x07\x87\x2b\xc3\x18\x27\x7d\x4f\x4a\xcf\x12\xc1\x6e\x4c\xa1\x1b\x7d\xeb\x9a\x77\x9c\x47\xb4\x79\xd6\x05\x8c\x8d\xf8\x90\xa2\xad\xe0\xa5\xc2\xcc\xf7\x34\x95\xc8\xc7\xd1\x5c\x72\x10\xa9\x3f\xb9\x3c\xcb\x52\x0c\xc5\x75\xea\xf2\x85\x45\xa7\x30\xf5\x6a\xfe\x97\x20\x8d\x82\xcd\x5b\xbd\xf7\x86\x44\xc9\x59\xe7\xb6\x59\x70\x8e\x35\x7d\xcd\x2b\xce\xa4\xff\x13\x00\x1f\x00\x31\x2e\x0e\x00\xc0\xcd\x67\x3c\x0f\x7f\xe3\x59\x0d\x21\x15\x21\x29\x23\x95\x06\xa5\x44\x2a\xa5\x52\x69\xa1\xbd\x6e\x7e\xfb\xbb\xef\xf6\xde\xd7\x5d\x57\x77\xed\xbd\xf7\xde\x91\x6c\xb2\xe7\xf3\xec\xfd\x8c\x6c\xfe\x3f\xee\x2d\x8b\x79\xdc\x30\x36\x3f\xdb\xb7\x1a\x29\x5e\x2e\xbe\x59\xb1\xbe\x80\xc1\xfc\x54\xf2\xd5\xb8\x1c\x40\x0a\xc5\xb9\x47\xd3\x4a\x8d\xf3\x74\x45\x71\x0c\xbd\x52\xf3\xeb\xf0\x48\xf6\x5b\x95\xd3\xbe\x8d\xca\x9f\x72\x5b\x97\x4b\xd2\xcb\xe2\xe7\x9b\xae\x09\x4f\x08\x58\x16\x01\x9c\x7a\xce\x7b\xf5\xa7\x6a\xf3\xba\xad\x22\xa8\xfc\x76\xf5\x64\x02\x2a\xd1\x96\xb7\xd0\xad\x0b\xad\x4b\x5c\x53\xc9\x86\xa2\x82\xda\xd8\x74\xbd\x99\xe1\x7f\x21\xf7\xb2\x29\x39\xee\xbe\x54\x25\xa6\x59\xe2\x12\x2c\x3d\x28\x2f\xd8\x54\x2e\x78\x26\xfa\x65\x01\x73\x36\xf1\x56\xaa\xd7\x57\x4f\x6e\x0e\x15\x0e\x97\x77\xd4\xdf\x63\x9c\x29\x49\xaf\xd9\x4e\x13\x17\xfc\xa8\x48\x4d\x79\x6e\x48\x2f\x81\x62\x3e\xe5\x3c\x2e\x48\x08\xa1\x67\x6f\xcb\x5b\xec\x6b\xad\x74\xd1\xc6\xb8\xac\x91\xfe\xa9\x0c\xd9\x64\x14\x14\x48\x16\x5a\x68\xd8\xcf\x78\x32\x15\xb9\xea\x7e\xfb\xb0\xd0\xb4\x5c\xd6\x32\x8f\xb1\xa5\xc4\xa5\x61\x2d\x6d\x46\xc1\x60\xcd\xe2\x14\xba\x61\x63\xf9\xb9\x18\x55\x4e\x5e\x71\x60\xc8\x3a\xcd\x33\x23\xdf\xe7\x9d\xe2\x59\xce\x21\x97\x69\x92\x46\x55\xd7\xa6\x72\xc1\x6e\xc9\x33\x8b\x7e\xb6\x80\x77\x52\x20\xec\x9d\x4a\x3b\xce\x78\xd6\x71\x92\x76\x99\xde\xdb\xa2\xa4\xef\x48\x5f\xd6\xe0\x43\x1f\x39\xb6\xaa\xfa\x3a\x80\x86\x3f\x2b\x77\x01\x63\x0f\x9a\x17\x45\x43\x19\xbb\x21\xc3\x1a\xb8\x72\xfb\x66\x6d\x1e\xf2\x7d\xbd\x97\xa2\x11\x3b\x64\xfa\x48\x94\x84\x77\x09\x82\x7a\x94\xc0\x18\xa3\xbd\x23\x06\x9c\x43\x57\xb7\x6c\x03\xf7\xa6\x7d\xac\x9f\x00\x0b\x8e\x4d\xaa\x16\x43\x6b\xc2\x4f\x97\x7d\x81\xae\x1c\xfc\xa3\xc8\x02\x2e\xdf\x9d\x94\xf7\x1f\x62\xdc\xbe\x46\x4b\x45\x4b\xd6\xfb\x29\x14\x58\x93\xe9\x57\x51\x00\x7e\x56\xb0\xb8\x67\x0d\x1c\xc0\x60\xb4\x7f\x83\x93\xe8\x71\xcd\x37\x60\x24\xed\x54\xbd\x11\x2e\x89\xbf\x59\xed\x04\x4f\x84\x97\x95\x55\x20\x59\xfe\x2f\x0b\xaf\xa2\xf3\x76\x1f\xce\x6b\x40\x07\xb7\xaf\xd0\xba\x60\xc4\xfa\x20\xc5\x51\x7c\xaf\xd9\x12\xd1\x1a\xc6\xdf\xfc\xcc\xee\x78\x46\x1d\xfe\xb1\xdd\x8d\x11\x4d\x7b\xd1\x6c\xc1\x98\x93\x16\x53\xf7\x12\xbf\x17\xcf\xaa\x12\xe0\xe3\xe1\x47\x4b\xbf\xe2\x6f\xfc\x9b\x0b\xad\x19\xab\x76\xef\xcc\x5b\xcc\x08\xd9\x3e\x37\xbb\x82\x21\x58\x9f\x21\xbf\xc4\x38\x65\x16\x2d\xcc\x21\x26\xf3\x3e\x75\xf1\xb9\x0e\x38\xa9\x8d\xc2\xc9\xa1\xc5\x36\xc5\xb0\x7f\xa6\x7e\xaa\xb3\x63\x93\xe3\xed\x2a\xc7\xd9\x53\xc3\x17\x97\x7a\xb3\x6a\xfd\x81\x02\x90\x95\xbc\xfb\xef\xdc\x78\x96\xd9\xf6\x19\x9a\xcf\xcc\xb1\xf5\x72\xf9\x2a\x26\xd5\xac\x49\xf0\x82\xb9\x84\x97\xd5\x79\x59\x6c\x8b\xdd\x6f\xed\x15\x39\x50\xcf\x37\x56\x0a\xed\x52\xf1\x5a\x48\xb0\x27\xee\x4a\xe5\x2a\xfe\x89\xb0\xe1\x12\x35\x4f\xe7\xbf\x23\x7f\x8c\x7b\xd5\xf3\xad\xbe\x96\xf3\x73\xfb\x24\x8d\x0b\x67\xe9\xfa\x36\xd9\x71\xf6\x5a\xf3\x3f\x05\xb6\xac\x55\xdc\xaa\xce\xd9\x9a\x7c\x6c\x45\xcb\x63\xd5\x77\xea\x9c\x86\x93\xca\xe0\x94\x8e\x1a\xb1\xbc\x36\x6e\x49\xc5\x7a\xd9\xc2\xb0\x35\xc5\x06\x09\xf7\x40\xbf\xf1\xb2\x68\xc2\xb3\x24\xa7\x5d\xe8\xb1\xed\xad\xda\x97\x9f\xb5\xfe\x85\x34\x8b\xab\x35\x17\xf3\xb7\xb0\x8d\x9c\x9a\x8e\x6d\xf9\xe9\xa8\x5d\xcb\x46\xc3\x66\xca\xd6\x86\x95\xfa\x17\xc9\x77\xab\xaf\xeb\xc8\xb1\x7b\xca\x93\xb3\x67\x86\xa6\x17\xdd\x55\x95\x1f\xd8\x64\x5c\xa0\x70\xf0\xf4\xd0\x7d\x95\x0a\xb6\x8d\xa8\x24\xa2\x16\xdb\x49\x92\x66\xfe\x35\xf3\x17\x3c\x1a\xe7\x22\xbb\xa8\xbd\xad\xe2\x35\xe2\xd0\xdc\x50\xb6\x91\xec\x5a\x9f\x57\xbc\x3b\xe9\x4b\xf5\x81\x02\xd3\x18\x72\xd9\xcd\xbc\x97\x87\xbb\x8a\xf6\xe6\x34\xef\xcf\x37\x40\xd9\xa1\x1e\x77\x74\x51\xca\xa6\x6d\x2a\xe5\x7b\xe9\xb8\xed\x1f\x12\x73\xe1\xdd\x95\x1b\xb8\x4f\xb9\x03\x6c\xeb\x76\x7a\xad\x0e\xee\x68\x26\x57\x91\x49\xa3\xf5\x31\xe5\xd6\x49\xd2\xea\x79\xc5\xf5\x31\x8b\xca\x14\x05\xab\x0f\x27\x15\xfe\xca\xe3\xec\x8f\x35\xd8\xe9\xba\x3c\x1a\x75\x73\xd5\xb9\xdb\x98\xca\x02\xb9\x8b\xed\x5f\xe2\x8b\xa2\xee\x95\x07\xb8\xb9\xbc\x05\xac\xf6\x76\x87\x46\x2d\x7c\xa0\xd9\xbe\xce\x84\x14\x57\x6f\x5a\x85\x24\x39\x56\x0d\x95\x0d\x47\x8f\x96\xed\x2a\x7a\x76\x78\x63\x61\xa9\xf1\xe3\xfe\xed\x79\xe3\xfa\x93\x1e\x39\xda\xda\xec\x1d\xdb\xd8\x4a\x57\x45\x9c\xad\xa5\x38\x4d\x7c\x6c\x25\xc2\x75\xe2\xd9\x11\xf4\xa1\xa7\xf4\x00\xd0\xac\x2f\x9d\x5e\x94\x19\xd6\xf9\x9e\xfe\x31\x61\x75\xab\x3f\x90\x18\x35\xdc\x40\x01\x17\x04\xaf\xad\x3e\x0e\xbe\xde\xb7\xac\x6c\x06\xf4\xc9\x6d\x7f\x81\x13\x62\xe3\xf0\x5b\x6f\x81\xd2\x6c\xf6\xa9\x10\xac\xcb\xd4\x43\x9c\xca\x98\x43\x84\x0f\x21\xa0\x11\x9c\xd6\x37\x07\x3c\x99\xe9\xd1\xa9\x02\x5f\x25\xcc\x6b\xf9\x0a\xd9\x45\xd5\x37\xac\x85\x8a\x82\x17\x57\x9b\xc0\x3e\xfb\xe6\x94\x0e\x22\xcb\xdc\x7c\x0a\xa6\xa0\x73\x1c\x7e\xe6\x7c\xc0\x16\xd8\x84\xab\x82\xf1\xb9\xa6\xe1\xe2\x40\xc6\xdf\x84\xc3\xd0\x22\x64\x2e\xf0\x6f\x6f\x29\x32\x37\x73\x4d\xa7\x3d\x32\xe7\xc4\x87\x16\x03\x62\x12\xa5\xab\xbf\x80\x1c\x0d\x9e\x5c\x35\x8a\x8c\xfb\xfe\x2c\xcd\x44\x53\xdd\x3c\xf2\xbb\x30\x73\x87\x9f\x39\x4d\xd8\x3f\x36\xc7\x55\xa6\xb8\xd6\x14\x14\x9b\x31\x42\x19\x1d\x83\x81\xc4\x0a\x80\xd2\xf3\x9c\xd1\x9d\x31\xd4\x41\x63\x44\x9e\xa8\x6b\x7e\xc0\x58\x13\x15\x5f\xbf\x90\xb1\xe0\xd0\xd5\xaa\x39\x0c\x6b\xdf\x7b\x25\xad\x8c\x23\x6e\xae\xf9\x0b\x19\x72\xc7\xc9\x39\xff\x63\x9c\xb7\x11\x29\x09\x62\xaa\xe9\xb0\x48\x40\xec\x60\x9c\x18\x48\xe5\x1e\x07\x96\xf6\xfc\xc5\x19\xca\x88\x6a\x2f\xe2\x98\x9e\x48\x69\x5e\xcc\x16\x45\x6d\xab\x0b\x60\x2f\x3b\x54\x5b\xe9\xc7\x1a\xf0\x1d\x28\xfe\xca\xc2\xdc\x36\x1a\x83\x59\x4e\x8e\x53\x75\x87\x98\xff\xd9\x34\x29\x4e\x31\x8d\x66\x8b\x85\xe7\x99\x7b\xf0\x17\xfd\xa5\x62\x33\x7a\x71\xf7\x6e\xd1\x8a\xf4\x77\x6d\x57\x85\x4b\x4e\x98\x36\xf9\x09\xac\xa2\xa6\xd4\xca\xf8\xfb\x0e\x31\x2a\x84\x3c\xc4\xb7\xa0\x78\x07\xb7\xc7\xcd\xc4\xa0\xe0\x7c\x70\xfc\x43\x2b\xe3\x98\xd8\xdc\x56\x4c\x65\xef\x30\x4b\x11\xce\x64\xed\xc6\x69\x7d\x7d\xea\x5f\xf4\xd5\x5d\xc1\xaa\x98\xf4\x84\xd6\xbb\x8a\xc1\xe3\xfc\xc6\xbd\xf2\x95\x91\x69\x35\x0c\xa9\xf2\xd0\xcc\x72\x48\x32\xdf\xd7\xb7\x68\x9d\x48\xb2\xeb\x7d\x1e\x57\xf0\xd1\x71\x69\x36\x87\xef\xbe\x6e\xad\xec\x27\x97\x67\xf6\x55\x30\x89\x5d\x8f\x15\xf5\xbe\x32\x7a\xd2\x52\x3b\x45\x79\x7f\xa4\x9d\x69\x5d\x9e\xd3\x7f\xec\x76\x03\x4d\x1b\x19\x31\x52\x5d\xa6\x99\x13\x04\x94\x15\x2a\xfb\x7d\xee\x16\x06\xca\x13\x76\xd5\xe5\x36\x4a\x9e\x38\x4e\xd3\xb4\x8b\x9c\xd7\xed\x93\xd9\xf3\x15\xe6\x91\xfc\x9d\x9c\xd3\xe8\xbd\xde\x7d\xe5\xcb\xa9\xb5\x1d\xff\x95\x84\xa6\xfd\xdd\x82\x14\xa2\xc7\xec\xea\xc7\x8d\xa9\x11\x6b\xab\xbe\xe7\x46\x04\x7e\x2a\x9d\xd0\xf9\xfa\xc0\x05\xe5\x1a\x93\x5d\xa4\xdc\x69\x8a\x5a\xc7\x49\x9a\x59\xd2\x79\xeb\x52\xa5\x12\x61\xac\x79\x15\xaf\x88\x9b\x83\x32\x7b\xa7\x57\x27\x50\x0f\x77\x54\x54\xec\x4d\x1d\x69\x71\x2c\x9d\x1f\xff\xa0\x9e\x53\x58\x7b\xe4\x5e\x55\x99\xd1\x3b\xb0\xab\x34\x5f\x7f\xcb\x27\xa8\x20\x48\xeb\xb5\x2b\x5c\x5f\xad\x3a\xee\x38\x49\xdd\x28\x3b\xb4\x0e\x91\x3a\x8b\xac\xcc\x2f\xf0\x82\xb9\x77\xd0\x4d\x3d\x1d\xf5\x73\xa8\xb3\x3a\xc2\xab\xf3\x53\xa9\xcd\xff\x54\x2c\x8d\x37\xd6\x6f\x2c\x01\x8f\x94\x54\x79\x17\x9c\x0c\x54\x94\xba\x1a\x66\xfa\xec\xcc\x7f\x9b\xb3\x62\x57\xa0\xde\x53\x7d\xd5\x71\x8e\xda\x57\x1e\xba\x2e\x57\x72\x4d\xd4\xbe\x72\x32\xf7\x3d\xf7\x35\xf4\x69\xb4\x0f\xa0\x90\xea\x86\x6d\x81\xdc\x64\xbb\x3e\x14\xb8\x10\xeb\xdf\x99\x03\x5a\x86\x85\xb6\x64\x82\x8d\x07\xb7\xd5\x4f\x87\x20\xaf\x53\x95\xdb\x61\xb2\x73\x57\xd1\x2b\x24\xc7\x3e\x38\x2f\x10\xbd\x6b\xd5\xae\xf9\x13\x9f\x6e\xf2\x59\xb2\x97\xe1\x02\xbd\x1e\x0d\x87\x9a\x48\xad\x43\xc3\x50\x63\xb2\x55\x9f\x29\xd4\x16\xbb\xb7\xd3\x15\xba\x15\x16\xd8\x62\x02\x6f\x39\xb8\xb9\xae\x05\x1e\xf5\x1a\xac\x78\x8d\xf0\x9d\xbb\x8b\x1a\xd0\x0c\xfb\xe0\xbc\x95\x58\x8a\xd5\x69\xf5\x3d\xdc\xdf\x74\xa6\xc4\x9a\xe1\x06\x3d\x38\xf5\x09\x5d\x40\xaa\x18\x8a\x42\x9e\x27\x9b\xf4\xb6\x22\x23\xb1\x3b\x3b\xee\x21\xad\x61\x7b\x9b\x7b\x91\xfb\x07\x6d\xea\xc2\x50\x4f\xaf\x9e\x0a\x15\x7a\xc1\xb9\xab\xe8\x38\x46\xb5\x0f\xce\xbd\x8d\x6f\xb2\xba\xa2\x36\xe2\x17\x4c\xcd\xc5\xef\x18\x20\xc4\x3d\xb5\x81\xb8\x49\x0a\x1d\xd4\x11\x91\x49\x17\x7b\xfe\x63\x3c\x89\x9d\xdf\xb1\x90\xa1\x0e\xdb\xd8\xf4\x89\x91\x79\x70\x51\xad\x94\x41\xf7\x6a\x28\x3f\xc3\x30\x3a\xf7\x17\xb6\x32\x2e\xd9\x47\xe4\xda\x12\x33\xad\xbe\xa8\xbe\x12\xb6\xa6\x47\xc5\x07\x89\x40\x28\xea\xa4\x13\xf7\x33\xc9\x74\xa0\x9a\xeb\x94\x24\xea\xf9\x83\xc3\x88\x79\xdb\xbe\x95\x7d\x2b\x6c\x4d\xd3\x6a\x76\xd8\xc1\x39\x35\xbd\xac\x0f\x5e\x75\x65\x3f\x59\xa5\xce\x43\x05\xcf\x58\xd1\xf6\xc9\xfa\xa3\xac\xc5\xd6\x6b\x54\x9b\x99\x3d\xa6\xf5\x22\x3e\x33\x0a\x7c\x38\x12\x2d\x06\xb2\xfa\xfa\xc7\x44\x47\x93\xdc\xba\xcd\x85\xbe\x31\xc3\x6d\xe1\x02\xef\xb0\x45\x8d\x01\xfc\x58\xff\xdf\xd5\xaf\x78\x5c\xaf\x8a\xb2\xf5\xdc\x3e\xe7\x93\x05\x0b\x39\x5f\xed\xb1\x1c\x11\x67\xbd\x75\x80\x32\x86\xed\x67\xf6\x97\xb0\x9d\x15\x0f\xf6\x0f\x07\xa9\xaf\x66\x11\x7d\xdd\xaa\x0d\x89\x6f\xbb\xe6\x28\x38\x31\x47\x5b\x77\xc8\xee\x86\x96\x36\xac\x95\x1e\xf4\xaf\xa8\x1a\x10\x8f\x79\x65\x95\x4e\x11\xf9\x39\xb7\x1b\xdf\x09\xfa\xec\x0b\x74\x69\x7c\x53\xeb\x42\x85\x2f\x97\x6e\x26\x15\x94\xb0\xbb\xc1\xc5\x43\xa0\x21\x2f\xf3\x7b\xef\xfd\xdc\xfd\x89\xbc\x4e\x1b\xdd\x8f\xe8\xfb\x2d\x3e\xd9\xc6\xd0\x55\xf5\x1b\xd4\x87\xfd\x5d\x2a\xc7\x94\x8b\xbc\x2c\x4b\xe6\xc9\xce\x38\x2b\x8d\x53\x24\x31\xf6\xd5\x5a\xbe\xf0\x86\xf5\x2d\x79\x06\x3f\xdc\xec\x33\xff\x0a\xa7\x1b\x50\x0e\x36\x96\xde\xcc\x64\xf4\xae\x2c\x9e\x9e\xb8\xa8\x23\xb5\xc0\x32\x3a\xa5\x99\x63\x30\x3d\xdc\x54\x17\xa7\x37\x3d\xf0\xb4\x72\x9a\x76\xf5\x9e\xd7\xc5\xfe\xea\xc5\xce\xa8\xc1\x45\x7e\xd1\x7e\x28\xfb\x8c\xe4\x98\xcd\x6c\x59\xbf\x60\xc2\xdc\x9b\xbf\x95\x9b\x0e\x1c\x1e\x8c\xa9\x3c\x9b\xe9\xdd\x33\x56\x56\x90\x70\xbb\x63\x41\x71\x52\xf4\xb6\xe6\x75\x05\x7f\x1f\xc6\xeb\x26\xe5\x0d\x1c\x18\xac\x28\xcc\x21\xed\xb9\x5e\xf4\x36\x7b\xa6\x33\x90\x77\x53\x79\xc4\xfe\x7a\x76\x8a\x94\x67\x63\x25\x4b\x10\x16\x99\x67\xf2\x9e\x70\xcb\x01\xb3\xc1\x3f\x6b\x97\x67\x2e\xea\x49\xab\xac\x48\xa8\x6e\xaf\x2b\xb3\x8e\xfe\xb3\xa9\xaf\x48\x7d\xf8\x48\xad\xdc\xf8\xed\x40\x55\xc5\x96\xdc\xf8\x3d\x97\x8b\x18\xda\x4a\x67\x22\xef\xb8\x2a\xcf\xfe\xa3\xe6\x87\x2c\xd9\xe6\xa0\xf4\xa7\xc8\xcc\xbc\x8c\x87\x73\x9b\x5e\x25\x02\x13\x94\xd6\xbb\x79\x60\x10\x15\x3f\xaf\x06\x6b\x69\x5b\x7b\x43\xa0\x19\xb4\xab\x35\xbb\xa0\x13\x74\xa1\xde\x17\x3a\x0d\x30\xb9\xdf\x61\x27\x50\x40\x9a\x09\x5f\x84\xb4\x11\x0a\x84\x02\xeb\x3c\x9f\xa1\x36\x88\xcc\x46\x88\xbe\x43\xb5\x2f\xcb\x80\xcd\x40\xfd\x9d\xcb\x40\x11\xf8\xf7\xb9\x7b\xe0\x5f\x20\xd1\x63\x00\x29\xe0\xb5\x6a\x01\xf8\x0c\x72\xce\x29\x81\xc2\xa1\x07\xdc\x24\xe8\x0e\xac\xc8\x62\xc1\x2c\xc4\x35\x62\x01\xb2\x15\x79\xe0\xc9\x43\x27\xa3\x34\x9b\x43\xe8\x55\x6c\xde\x8b\x9b\x74\x0a\x72\xe6\xf6\x6f\xfa\x17\xe4\xc2\xb9\x95\x40\x1a\xf2\xb1\xfb\x0e\xf0\x1c\xf9\x5c\x75\x09\x3c\x81\x2e\xd0\xfd\x06\x9f\xa0\x71\x9c\x9b\x10\x15\xed\xcd\xfa\x03\xde\x80\xcd\x3d\x62\x84\xdf\x62\x7e\x9e\x3b\x90\x51\x0c\xb6\xd9\x84\xd6\x62\xa5\xcf\xae\xd0\x5c\x39\x3b\x6e\xad\xa0\x9d\x64\x6b\xcf\x78\xd2\x63\xd8\x73\xbb\x9c\xe8\xff\xb0\xe8\x95\xb1\x40\x12\xf3\x93\xb6\x1d\xf8\xc5\xcc\x67\x0f\x81\x45\xcc\xfd\x99\x4b\x20\x12\x71\x37\xfc\x32\x1c\x46\x1c\xf2\x38\x89\x78\x30\xda\x6c\xe6\xa1\x9e\x8c\x69\x4f\xff\xa6\x7c\x92\xbc\xb8\xc1\xa5\x1a\xc4\x8d\xa7\x01\x9a\xb7\x88\xd6\x21\xa0\x5d\x13\xba\x97\x5f\xa4\x67\x08\x56\x64\x1f\x04\x96\xf0\xff\x66\x09\x80\xcb\xbc\xd9\x19\xcb\xc0\x16\xce\x93\x70\x13\xa8\x8a\x6d\xf4\x88\x80\xcb\x59\xab\x6c\xfe\x44\x3a\x09\xfc\xf1\x34\xf2\xbf\x5a\x87\x6b\xe9\x14\x8d\x26\xec\x54\x15\xd5\x47\x95\xd9\x76\x95\xfa\xaf\x42\x51\xb6\x8b\xc6\x93\xf5\xa9\x1f\xd3\x3d\x25\xdf\x98\x81\xc0\x5c\xf1\xda\x74\x6b\xe0\x97\xd0\x39\x0c\x04\x7f\xf1\x2d\x3d\xa6\xc0\xff\xe3\x54\xdb\x2c\x47\x36\xb1\xa6\x3f\x8c\x26\x7d\x29\x9b\x33\xbe\x80\x2c\x2d\xde\x3b\xb2\x9d\xb2\xae\x00\x6f\xc1\x29\x67\x0c\xc2\x92\xbf\xa8\xa0\x5e\xae\x7c\x4b\x73\xd1\x6a\x19\xc5\xf4\x65\x6a\x5a\xea\x18\xb0\x42\x61\x1d\x0a\x83\xb6\x12\xb9\x3b\x01\x05\x0a\x24\x36\xeb\x61\x26\xc7\xeb\xfe\x17\xd2\x94\x36\xf5\x25\x94\x54\xdf\x04\x0e\x3e\x22\xc7\xd7\xe5\x35\x79\x50\xa6\x57\x11\x85\x1f\x28\x2d\x65\x07\x15\xd3\xa9\x44\xd1\x34\xec\x07\x2d\xd1\x40\x4f\x21\xd3\xc9\xba\xbc\xc3\x74\x40\xab\x8a\x74\xfb\x0a\x5e\x94\x14\xdb\x6c\x80\xe7\xf1\x58\x77\x75\x59\xa3\xa7\x24\x17\x22\x48\x27\x06\xeb\xfa\xf5\xe4\xa9\x3d\xad\x0d\x0b\xc8\x45\xed\xdc\xfc\x87\x94\x80\xa6\xd5\xb2\x55\x54\xf3\x1a\x39\x1a\x4c\x9b\x55\x66\x4c\x76\xa0\x4f\x29\x58\x1b\x52\x07\x2c\xc9\xb1\x72\x93\x80\x71\x0a\x85\xcd\x66\xa8\x43\x00\xdc\xa9\xce\x2a\xbd\xf0\xbf\xf3\x14\x92\xd7\xe9\xf3\x7d\xf5\xa4\x7f\x86\x63\xea\xd7\x91\x81\xde\xda\xfc\x99\x94\x55\xed\x9d\xd2\x23\x94\x57\x8d\x22\xa4\x82\x7a\xb5\xea\x55\x52\x3d\x6d\xa4\xb8\x34\x24\x91\x7e\x26\x77\xd8\x2d\x03\x5c\xa9\xda\x65\xe3\x0d\x21\xc2\x55\xb7\x7f\x64\xb1\xaf\x66\x9f\x1b\x24\xad\xbc\x38\xa5\xf7\x07\xa9\x75\x6c\x6b\x1d\x4c\xf6\x1c\x5e\x68\x8c\x27\x3f\xea\x31\x4a\x4e\x51\xca\x5a\xff\x45\x6c\xa9\xc2\xba\x82\xa4\xe3\xb4\x84\x32\x5d\xc8\x3e\x7a\xbc\xe1\xbe\x1b\x00\xf4\xa8\x49\x36\x08\xb4\x52\x18\xf6\x74\x36\x9c\x47\xd9\x7c\xa3\x0d\x6e\xa7\x4e\x1b\x5b\x0e\x8f\x53\x47\x3b\x7d\xe0\x8f\x34\x72\x45\x09\x62\x46\xb7\xd7\xae\x42\xbc\x01\x07\xf6\x7e\x04\x01\x7d\x32\xee\x23\x97\xa0\xf8\xf0\x7b\xe8\x26\x18\xf4\xb8\x86\x16\x23\x5a\x1b\x1b\xcc\x0c\x6d\x7d\xb2\x0d\x7a\x03\xcc\xb9\xfe\x0c\x5e\x06\x10\xa7\xc3\xe0\xdd\xc0\xcf\x0e\x3e\x9c\x05\x46\x94\xdf\x83\xab\xc0\x8b\xd9\xe9\xf0\x23\x88\xc9\xaa\x46\x6c\xe1\xdd\x19\xde\x88\x12\x99\x1a\x1e\x89\xce\x44\x7a\x3c\x92\x50\x2e\x9a\x65\xfd\x18\x5b\x8c\x6d\x78\x7c\x04\xda\x8d\xfc\x79\x7d\x1e\x04\x23\x6b\x46\x65\x50\x13\x72\xb8\xbd\x1b\x7a\x89\xa4\x95\x9b\xc3\x1b\x10\xbd\xa6\x1f\x26\x23\x3f\x58\x0b\xe0\xb3\x68\x62\xfa\x25\xc4\x19\x1d\x0b\xfb\x8c\xf4\x62\x6b\x3c\x56\xa3\xfb\x30\xb2\xf5\x59\xf4\x39\x36\xf8\x6f\x38\xf0\x89\xed\x77\x75\x3b\xe8\xc5\x3a\x7d\xb2\x0b\x54\xb1\xfc\xdb\x2c\xc0\x87\xcc\xb1\xd2\x61\x68\x07\xf3\x88\x9a\x01\xa9\x99\x4b\x99\x73\xa1\xdf\xc4\xdd\xb4\xc7\xb0\x88\x10\x84\x6d\x43\xac\x89\xb5\xee\x8d\xc8\x79\x46\xb9\x75\x3d\x8a\x33\x4c\xff\x79\x49\xbf\x2a\xbe\x74\xa5\x1b\xd8\x22\xea\x1e\x99\x0b\x64\x0b\x8d\x2d\xd9\xc0\x13\x01\x5e\x12\x0c\xba\xf1\xb3\x54\x9e\x60\x35\x8f\xc5\x98\x80\xd6\x71\x15\x69\x33\xa0\x33\x1c\x41\xa8\x00\x86\xd9\xc7\xdc\x23\x11\x07\xd6\x6c\xeb\x4e\xe4\x2b\xa1\xba\x3f\x4a\xbb\x97\x3d\xe5\x52\x3b\xdd\x5d\xbd\x77\x28\x92\xde\xaa\x44\x9b\xbe\x02\xd3\xe4\xad\x45\x57\x80\x68\xe9\x57\xc5\x33\xe0\x8e\x24\x00\x3f\x03\x26\x8b\x74\xa9\x66\xd0\x52\xc1\xe9\xc3\x1f\xa0\xcb\xbc\xf3\xee\xff\x83\xf3\x38\x2c\xeb\xab\x48\x2a\x6b\xe1\x5d\x7b\xea\x50\x09\xe7\x42\x04\x6d\x5d\xe1\xab\xfe\x8f\x34\x55\xbe\x4f\x43\x25\xed\x75\x5e\x56\x41\x39\x3d\x38\x27\x5b\xf6\x99\x7e\x37\xbb\x0f\x5b\x0d\x80\xaa\xa1\xe4\x2b\xa0\x83\x3c\xef\xf0\x3c\xf0\x87\xc4\xce\xad\x05\xba\x26\x88\xb2\x99\x0d\xb7\x72\xfc\x6e\x9d\xa7\xbc\x6f\x69\x3f\x7b\x95\x1a\xdc\x70\xbe\xb7\x8c\x3a\x5a\xbb\xbc\x2e\x83\x66\x53\x69\x69\x14\xd3\xb2\x4b\x97\x4a\xe7\xd1\xad\x0a\x3e\x21\x28\xfd\x7c\x9e\x32\x89\x09\xc8\xb4\x2f\x43\x96\x81\x27\x94\xf7\xdc\x76\x42\x07\x24\x11\x36\x2b\xe0\x9d\x3c\xf0\x86\x80\x62\x1c\x39\x3c\xd6\x43\xf9\xd9\x5f\xd3\x9d\x4a\x8d\xec\x7a\x56\x73\x90\xda\xd7\xfa\x2c\x4f\x41\xb3\x6b\x68\x15\xbb\xd3\xfa\xaa\x03\xa0\xe7\xf4\xc4\x52\x49\xa2\x2f\x60\x9a\xef\x13\x1c\x00\x3c\xd7\xb1\x76\x8d\x83\x0f\x14\x76\x36\xab\xa1\x07\x82\xa8\xeb\x2a\x0a\xfd\x6c\xfd\xe9\x71\xca\xf5\x53\xc5\x5d\x0c\xaa\xfd\x60\x72\x75\x1a\x55\xd6\xfd\x2e\xb7\x8b\x36\xb9\x6d\x8b\x88\x41\x13\x34\x6c\x85\xdc\xe8\x0e\x95\x23\x09\x67\xe8\xf7\x8a\xda\x83\xff\x00\xf2\x73\xe7\xef\x6a\x05\x0d\xca\x2b\x36\x4e\x50\xa1\x70\xca\xb5\x1b\x94\xa0\x2b\x0b\x4e\xaf\xa0\x54\x9d\x6b\xed\x3c\x47\x9d\x34\xba\xb2\x6a\x98\x7a\x78\xd0\x35\x77\x35\xb5\xaf\x7b\xa6\xf0\x23\x6d\x77\x0b\x0c\x9e\xa7\x3d\xae\x4d\x49\x80\xe9\xac\xd2\x9c\x43\xcf\x81\x1d\x06\x8b\x5d\x5d\xa0\x8b\x7a\xb2\x4d\x06\xb4\x5b\xb8\xfd\x1f\x12\x76\x82\xdc\x74\x45\x8b\x79\x52\x24\x23\xc7\x30\x4b\xea\x91\xd6\xd9\xd8\x7c\xda\xec\x92\xb3\xd8\x2c\xda\xb8\xaa\x1b\xfd\x4e\xbf\x4f\xc4\xa0\xdf\x80\x9f\x69\x54\x6c\x1e\xb4\x36\xf4\x0b\xb6\x1e\xf6\x73\x97\x63\x47\x10\xb6\x75\x1e\x26\x47\x87\x1e\x28\xd0\x31\x7a\xe6\xe5\x61\xb4\x89\xfe\x61\x58\x87\x16\x03\xf4\x96\x9d\xa8\x06\x78\x58\x32\x05\xd5\x83\x89\xaa\x29\xa8\x01\x5a\xc3\x68\x47\xeb\xa1\xff\x52\x9f\xa0\x97\xe1\x9e\x50\x26\x36\x05\xe1\xb9\xaf\xc3\x9c\xd1\x23\xd6\x11\x18\x1b\xdb\x72\xbf\x1a\xdd\x0a\x07\x5e\x7a\x85\x5a\xc3\xd0\xd0\x28\x6a\x05\x77\x35\xa7\xa2\xcb\xe0\x47\xc5\xf6\xe8\x7a\xc4\x5c\x19\x81\x3a\x22\x32\xc6\x02\x34\x0a\x9d\x91\x9a\x8a\x72\x50\x24\x74\x12\x7a\x1e\x7d\xee\x76\x0d\x9b\x8f\x85\x5a\xaf\xc6\x12\xb0\x91\xbb\x35\xf0\x05\x56\xdc\x45\x53\xf8\x0d\xf3\xc7\xc0\x57\xf8\x03\x53\xd2\xf8\x0f\xb2\x98\xb9\xb4\xf0\x31\xe2\x4c\x74\x29\xcc\x91\x18\x42\x88\x2f\x41\x34\x44\x4c\x8a\x04\xb9\x41\x58\x1f\x8e\x40\x1d\x18\xff\xba\xc1\xa8\x8c\xc1\xb4\xb6\x44\xbf\x33\x4c\xef\x48\xa0\x9b\xa2\xae\xf3\x9d\xd0\x3b\xe1\x68\x7f\x12\xbc\x48\x70\xb2\x21\x0b\xb6\xe0\x77\x15\xe4\xc0\x5e\xbc\x01\xd9\x17\x18\xe0\x3e\xc7\x56\xc3\xdd\xdc\xb9\xc9\xbd\xc8\x72\x8e\x45\xc8\x15\x84\xcd\x36\x71\xdb\x85\x7c\x66\x3e\xb0\x0e\x42\xd3\x08\xf5\xad\x70\xf0\xb7\xfa\xca\xd9\x31\x68\x89\xca\xb1\xf7\x1a\x14\xa0\xe0\xd6\x3d\x81\x0e\xca\xc6\xf3\xad\xa1\x34\xe9\x7a\x69\x35\x54\x2f\x36\xa0\x7f\xc0\xd3\x44\x53\x92\x6e\xc3\x69\x82\x80\x90\x9d\xf0\x3f\x3c\xda\xae\x09\x24\x96\x13\x68\x9d\x84\x3c\x66\xcd\xbb\x7e\x19\x68\x29\xfa\x3d\x96\x09\xbc\x2b\x10\x75\xd3\x40\x5b\xe3\x5f\x35\x79\xe0\xce\xdc\x40\xc3\x14\x30\x49\xa7\x12\xf7\x83\xed\x9a\xbb\x70\x0c\xb4\x54\x35\x35\x51\x07\x89\xe4\xd3\x83\x4f\xc0\xb3\xc5\x43\xbb\xca\xe0\x1c\x81\xa9\x75\x2d\xb2\x8e\xe3\x71\x35\x13\x98\xdd\x74\xe3\xd4\x04\xb0\xb6\xde\xb4\x73\x33\x10\x55\x2d\xaf\x8a\x03\x90\xf2\x5e\xfd\x73\xa0\xa1\xf8\xaa\xf0\x16\xf8\x47\xfe\x2d\xb0\x17\xcc\xc8\x2d\x4e\xd8\x07\xbe\xd4\xae\x3b\x44\x83\xa8\xca\xc0\x5d\xdb\xe0\x79\x92\x69\xd6\x27\xe1\x4a\xde\xd1\x2b\x7b\xe9\xc6\xa1\xa5\x23\x2f\xe8\x03\xbd\x45\x6d\xbf\xe8\x8f\x3b\xff\xaa\x08\x05\xe6\xb4\x78\xe6\x4c\x05\xbc\xea\x5d\x05\x66\x80\xbe\x6a\x3a\xb0\x13\xfc\xa3\x24\xeb\x84\x09\x48\x33\xc6\x04\xd5\x82\x3f\xb4\xe3\xae\x17\xa1\x42\x79\xbf\xf5\x45\xd8\x4f\xe0\x78\xd9\x87\x4e\x19\xf3\x1a\xfe\x49\x57\x8f\x64\xb4\x2d\xa5\xb7\xf4\x27\x97\xe3\xf4\x5b\x5d\x76\x3a\x27\x60\x61\x4b\x29\xff\x04\x10\x5f\x37\x4e\xcf\x03\xce\x56\x68\x8e\xe7\x83\xdb\x0a\x7b\x83\x62\xc0\x16\x7d\xa0\x6b\x03\x14\xad\x0c\xb7\x7e\x0a\xff\x25\xb8\x7a\x89\xa0\xfb\x5d\x64\x0e\xbb\xd2\x8f\x9d\x89\x6e\x8d\xa7\x23\x23\xbf\xcb\xae\xd1\xf3\xfb\xe3\xb4\x85\xf4\xcb\x9d\xc7\x78\xf7\x81\x15\xcd\xb3\xe8\xeb\x01\xb4\x66\xc3\xf1\x43\xc0\x9d\x12\x65\x90\x3b\x78\x30\x2f\xd4\xb5\x05\xfc\xad\x62\xda\x98\x40\x35\xc2\x39\xd7\x82\xd9\xc1\xa4\xf2\xd3\x3b\x58\x9d\x64\x45\xd7\x27\x96\x09\x85\x5a\xe3\xce\x2c\xa7\xba\xe5\x0d\x30\x5d\x69\xab\xc4\x32\xe2\x0c\xdd\x11\xb6\x22\xa2\x81\xa3\x89\xee\x8c\x1f\x60\xee\xa1\x9b\x8c\x22\xe8\xbe\xeb\x10\xc3\x1b\x71\xb7\xda\x80\x7f\x46\xdb\xaf\xa6\xb0\x06\x68\x3b\x47\x4f\xb0\x1c\x68\xb7\xbb\x56\x33\x8b\xe9\x59\xd5\x74\xa6\x2b\x7d\x22\x6f\x06\x71\x0f\x90\x89\x9e\x10\x00\x18\x09\xa9\x89\x65\x90\x53\x42\x2f\x63\x14\xb6\x3c\x94\xca\x00\x91\xbf\x5c\x23\x18\xf6\xe8\xfc\xb5\xef\xf1\xd7\x98\xc5\x38\xc8\xb2\x07\xdf\x9f\x12\x33\x1b\x21\x9f\x4e\x1f\xa6\x2d\xa4\xae\x2a\x23\xc6\xa1\x4b\xb9\x5e\x04\x08\x5b\x8a\x5c\x09\x53\xb8\x1c\x9a\xcc\x18\x43\x5c\x12\x02\x19\x18\x72\xe9\xd0\x14\x86\x27\x1a\xeb\xba\x9c\x31\x0d\x9b\xba\xf6\x02\x7e\x0e\xab\xbc\xfc\x0f\x73\x12\xd1\x3a\xf2\x89\xd0\x12\x99\xed\x57\x08\x6b\xc2\xba\x32\x84\x71\x95\x71\x53\xbf\x88\x21\x62\x18\x84\xeb\x19\x1e\x0c\x01\xb8\x94\x31\x99\x81\x9e\x10\xe3\xd7\x18\xc7\x83\xd2\xf0\x16\x86\xaf\xcb\x18\x2e\x62\x58\xad\xbd\x87\xc7\xe3\x3f\x2f\x35\x13\xcb\x05\x15\xc3\xfd\x8c\x7c\xfe\xb3\xb6\x40\x86\x23\x7f\x49\xf9\x1b\xfc\x0d\xcf\x51\x37\x86\x37\x71\x63\x05\x53\x71\x90\x53\x07\x2c\xc5\xf7\xb1\x7f\x1c\x1f\xc2\x6d\xd8\xee\x81\x6f\xf0\x79\xac\x34\x17\x03\xf6\x91\x49\xb6\x9a\x8f\x5d\x27\xd2\x2e\xe4\xe2\xbf\x94\x47\x07\x2f\xe1\xed\xf2\x2f\x2d\x67\xf0\x70\x19\xb7\x0c\xc3\x4d\xa5\x33\xb5\x20\xf6\x42\x2c\xe7\x8d\x63\x7d\x22\x7b\xfa\x62\xcc\x28\x18\x3d\xf6\x15\x63\xf0\x0f\x05\x66\x60\x49\xdc\x0e\x17\x32\x76\x84\x7d\xdb\xca\x1b\xf3\x66\x3e\x3b\xb7\x1c\x7b\x52\xb0\xbe\x9f\x8d\x15\x18\xee\x37\x85\x63\x91\xb9\xfc\x12\x07\x6c\x75\xce\x5f\x9a\x28\xf4\x63\xb6\x98\xf3\x1f\x7a\x45\xbd\x90\x0a\xa0\xbd\x0a\x30\x7e\x08\xad\x90\x9e\x0e\xa8\x40\xb5\xa2\x71\x97\xf5\xa8\x9c\x4f\x58\x49\x50\x06\x67\xea\x18\x19\x0b\xad\xff\xbb\xe7\x16\x36\xbd\xba\xbd\xfe\x27\xda\x58\x41\x2f\xfc\x84\xd2\x4a\xde\xaa\x7c\x50\xef\x42\x7f\xf6\x7c\xd4\xd6\x90\x4f\xbe\x85\x9a\xe7\x74\xc6\x91\xd1\x79\x9a\xdc\x83\x43\xe8\x4c\xc5\x5a\xe7\x76\x74\xb6\xd8\xd9\x2a\x1f\x9d\xc4\x9b\x39\x1a\x8e\x4e\xf4\x5e\xe8\x9e\x84\x1a\x3a\x47\xeb\x16\xa0\xbe\xad\xda\x02\x13\x74\x56\xe3\x2c\x85\x18\xb9\x56\xb3\x8f\x09\x22\x1d\xe5\x27\x48\x74\xa4\xba\x68\x53\x6c\x04\x92\x9d\xc7\xf6\xff\x84\xa8\xb2\xe3\x9c\x7d\x91\x02\xd9\x98\x55\x15\x92\xcb\x3f\x75\x4a\x8f\xde\x1c\xb9\xdf\xe5\x86\x42\x03\x19\xb5\x5e\xe8\xca\xee\xf3\xf9\xa1\xc8\xcd\xb6\x53\xf2\x71\x24\xbf\x91\x20\x2e\x23\x68\xcd\xac\xac\xa7\x48\x5a\x99\x6d\xcc\x13\x24\x24\xbf\xdf\xbf\x0c\x39\xa8\x1b\x71\xb6\x42\xa2\x15\x41\x56\x7d\xc8\x11\x41\xdc\xa9\x79\x68\xcf\xd9\x3f\x3b\xab\xd0\xe0\x53\xde\x35\xd5\xc8\xdb\xc1\x3d\xc6\x21\xc4\xd0\x7d\x4d\xee\x83\x44\xb4\x2d\x23\x42\x10\xfb\x86\xe5\x59\x18\xb2\xa2\xb2\x38\x46\x05\xff\x2a\x02\xfc\x21\xf8\x3f\x7d\x9b\xf3\x1a\x64\x8a\x92\x6c\xf5\x16\xfe\x2a\x30\x8e\x75\x08\xbf\x64\xdd\xe8\x8d\x17\xfc\x4b\x1a\x69\x10\xf2\x1f\x90\x2b\x8b\xea\x78\x13\x14\xb6\x7a\x2e\x6f\x31\x15\x64\x8f\x73\x6d\x68\x5a\x0a\x89\xb3\x8b\x7e\x29\x4e\xca\x8e\x02\x97\x1d\xdc\xc7\x42\xa0\xd4\x9d\x18\x53\x03\x7f\xb7\x4c\x20\x6a\x51\xf5\xe9\x7b\xc2\x78\xaa\x7b\x4f\x8e\xe0\x04\xf5\x49\xfd\x05\x3e\x8d\xc6\x2e\x9a\xca\x93\xd3\x4d\x55\x24\x6e\x33\xfd\x2c\xdb\x8b\x73\x15\x28\x21\x7f\x66\x7f\x01\xd5\x71\x96\x6c\x1b\x48\xea\xff\x92\x15\x06\x4b\x76\xda\x31\x99\x48\xa7\xa5\x1b\x51\x86\x4e\x8c\x7e\x15\x5c\x05\x2e\x74\x9f\xe4\xbf\x02\x6d\xeb\x67\xf3\xe7\x82\xbc\xc2\x03\x3c\x6b\xf0\xb6\xf2\x12\xd7\x1f\xf2\x66\xb5\x70\x40\xe8\x36\x19\x64\x97\xc3\x44\xec\x49\xd6\x23\x64\x83\x7f\x31\xcb\x02\xb9\xb1\x73\x26\x33\x18\x2d\xb2\x74\x27\x18\x18\x72\xca\xc0\xaf\x67\xd8\x77\x85\xf0\xfe\xc1\x27\x6a\x55\xbc\xc5\x78\x57\xfe\x6b\xae\x0f\x2e\x51\x08\x38\x1c\x9c\xcc\x54\xb0\xfb\x70\x94\xc4\x64\xfd\xc0\x55\xb1\xb3\x58\x7e\x78\x81\xbf\x29\x33\x17\xaf\x74\x3a\x45\x3c\xc0\xbb\x2c\x43\x88\x65\xf8\xc8\xc9\x69\xbc\x51\xde\xd5\x8e\x87\xdc\xff\x78\xb6\x35\x0e\xdc\x0d\xdc\x74\x63\x29\x27\x95\xd3\x2c\x8f\x61\xb7\x72\x66\x12\x5c\xd6\x6f\x36\x92\x95\xc7\xda\xcf\xfa\x18\x13\xc8\x2c\x61\x1d\x3d\x50\x4c\xfc\x66\xb6\x39\xe5\x13\xfb\x89\xcf\x96\x1c\x86\x84\xd8\x38\x7c\x82\x7b\x5b\xee\xdd\x1e\xc2\x5d\x2c\x7d\x57\x75\x86\x73\x44\x92\x63\x08\x61\x17\x89\x7d\x64\x76\xac\x8f\xc2\xdf\x0c\x0a\x6b\x9f\xe0\x52\x66\x13\xb3\x94\x9f\x13\xad\x66\x4e\xe7\x1d\x38\x60\x45\xc4\x70\xfe\x71\x4a\x67\xb4\xb1\xbd\x2c\x6b\xf0\xef\x4c\xdd\xc0\x2b\xce\x57\xc3\xa1\xd6\xc9\x9c\xf5\xb9\xbb\x2a\xe8\xec\xcc\x9c\xbf\x73\xd7\xb1\xba\xb2\xaf\x4a\x1c\x58\x7f\xa9\x25\x58\x3d\x33\x45\x19\x98\x61\x4f\x5c\x92\x7d\x3f\x4a\x26\xec\x25\xc4\xfe\x74\x86\x52\x78\xd6\x69\x13\xfe\x8e\x77\xc6\xf2\x23\xbe\x83\x5d\xda\x67\xe4\xb8\x55\xb7\x35\x15\xb0\x79\x15\x8a\xb2\xcd\xac\xab\xa5\x69\x39\xd3\x58\x26\x45\xb6\xa2\x9d\xcc\x54\xe3\x15\xe4\x19\x71\x29\x37\x23\xad\x9c\x70\xd6\xde\x8a\xda\xc5\xc8\x53\xcf\xf2\xcb\x67\x4c\x92\x3d\xd9\x71\x1d\x3f\x2a\x8a\x5a\x6b\x81\x95\x71\xb5\x3d\x89\xec\x2f\x9d\x97\x1a\xea\xd8\x1b\x5b\x3f\x94\xec\x63\xa5\x37\x3e\xd7\x6e\x61\x36\xd4\xd6\x0a\x78\xc4\xcf\xca\x3d\x70\x14\x11\x59\xd2\x9e\x1a\xc4\x38\x99\x7f\x27\xd2\x86\xb1\x5e\xaf\xde\x77\x01\x57\xa9\xef\xee\x48\xc2\x26\xa4\x3d\x6b\xd7\x63\x2e\x7c\xf7\x6e\x16\xbb\x7b\xe0\x44\xfd\x45\xd6\xaf\x9e\xad\xc5\x30\x6b\x4f\xfb\xe5\xec\x54\x26\xa3\xd9\x92\x7f\x91\x38\x55\xb7\x13\x6a\x23\x56\x55\x9a\xa7\x0c\x33\x78\xc5\xc5\x11\xcd\xf8\x4b\x43\xe9\x3e\x14\x0f\xd4\x5a\xec\xf0\xc2\x5a\xe4\x0e\x6b\x5d\xd0\x6f\xfc\x1b\x5d\x67\xd9\xf8\x29\xcb\x7a\x0b\xd6\xd9\xc1\xd6\xa2\x9b\xac\xc5\xbd\x7f\x68\xae\x30\xbd\xdb\x27\xf8\xee\x04\xb3\x29\x17\xda\xc1\xb8\x5e\xf3\x2b\xe5\x08\xc3\xa1\xec\x5d\x44\x0c\xae\x2e\x70\xdd\xe7\x83\x7d\xd5\xfd\xdc\xb1\x0b\x3b\xac\xf0\x5b\x7b\x02\xcd\x16\x2c\xef\x39\xad\xdc\x99\xb5\xa4\x71\xa7\xbc\x97\xb4\xb0\x14\x95\x79\x90\xff\xa7\x63\x48\xae\x93\xbf\x08\xcf\x8b\x49\x94\x5f\x88\x5a\xf8\x9b\xb6\x2a\xcd\x5f\xc0\xa5\x27\x47\x8a\xf8\x4b\x80\x8e\x7d\x30\x37\x07\xfa\x7b\xfb\x3c\xce\x22\x78\x60\xb5\x92\x05\xa3\xdc\x9e\x45\x8a\x33\x94\xa0\x06\x91\x3c\x84\x3a\xa3\xe4\xa6\xf4\x19\x75\x54\xfb\x54\x82\xd1\x52\x85\xbb\xc4\x2b\xe8\x1b\x90\x45\xc2\x66\x60\x41\xea\x3d\x81\x37\xb8\x30\x72\x3d\xef\x09\xb4\x7c\xdf\x06\x2e\x08\xaf\xdf\x76\x93\x33\x09\xc9\x5c\x8d\xb2\x32\xd1\x8b\xdd\xc1\x8a\x28\x7a\x53\xfd\xb8\xec\x2d\xb0\xb2\x64\x83\x54\x0c\x94\x69\x3d\x25\x16\xe0\x1f\x82\x0a\x51\x2f\xc8\x84\x25\xc2\x68\xc8\x26\x35\x89\xff\x13\x7a\x1c\x31\xce\x2b\x85\x8b\x7d\xdf\x70\xbd\x91\xe3\xdb\xda\xd8\xd7\x51\xff\xd5\x20\x2b\x00\xf3\xed\xec\x96\x7b\x60\x58\xdd\x61\xe9\x27\x0c\x29\xea\x91\x18\x30\x92\xe6\xa3\xf8\x00\x16\xcf\x07\x45\x53\xb0\x24\x88\x21\x68\xc0\x64\x29\x2c\x7e\x04\x36\x12\x61\xcb\x5b\x88\xbd\xf7\x65\x72\x06\x70\xd3\x6d\x4a\x76\x24\x7e\x64\x75\x0d\xf3\x11\xae\xec\xd8\x27\x0b\xe0\x7c\xab\xb5\x93\xfc\xe2\x50\x0b\x09\x71\x1f\xfb\x91\xfa\xb2\x08\x64\x1f\xe0\xd1\x84\x3b\x58\xa7\x40\x2d\xff\x33\x2b\x26\xb9\x87\xd7\xc0\x9a\x74\x44\xc8\xcd\x64\xca\x7d\x17\x73\xac\x99\x0b\xb6\xa5\xb1\x4e\x13\xd8\xea\x6b\xcc\x40\xc6\x93\xf6\x49\xd2\x58\xc9\xad\xea\x0a\x89\xb5\xf8\x7a\xc1\x2e\xd1\x47\xd1\xb0\xaa\x4c\xd8\x2a\xcc\xe3\x26\x09\x10\x01\x0a\x94\xf2\xbd\xf9\x58\xd2\x5b\xde\x1c\x1e\x14\xfe\x9a\x73\x91\x7b\xd4\xa7\x8b\xcd\xe5\xac\xdb\x46\x62\x59\xb3\x46\xd7\x38\x13\xb5\xcc\xd0\x96\x31\x09\x5d\x9f\x51\xd9\x21\xde\xad\xd3\x18\x17\x88\x96\x65\xd7\x28\x0a\x05\xb7\xd5\xc5\xec\x6c\x7e\xa1\x32\x9b\xfe\x07\x8f\x24\xd7\x26\x4a\xb9\x6e\x52\x22\xec\x09\x67\x8a\xd8\xcb\xe7\x4f\x56\x9f\xe0\xf2\xb6\x4d\xcc\x38\xde\xaa\x35\x14\xc6\x4b\x76\x40\xd3\x11\xf1\xdb\xf2\x7f\xcb\x3d\x44\x3d\xa5\x8b\x72\x5f\x09\xf9\x45\xd1\xb2\x7c\xc1\xde\xfc\x78\xe6\x20\xff\xcf\xbc\x40\xea\x51\xee\xfd\x9c\x9d\x09\xab\x38\x8d\x9a\x4f\xa1\xbd\x6c\xaa\x32\x7d\xaf\x17\x6b\xa3\xb4\x68\xeb\x55\x62\x5c\x88\xad\x91\x31\x22\xb9\xab\x1a\xba\xc5\xea\x56\x72\x69\xb5\x28\xac\xf1\xbe\x7e\x91\x70\x55\x9d\x8d\xe4\x3e\xff\x76\x95\x3b\x61\xc1\xd3\x96\x6d\x24\x3f\xe5\x26\x14\x7e\x3d\xfe\x80\xb3\xcd\x00\x1d\xee\x60\x4f\xd5\xe9\xbc\x69\xcc\x93\x2a\xbf\xad\x29\x44\xa2\xa4\x6c\x8d\x1e\x7f\xc9\x6b\xaa\xef\x13\xa7\x75\x57\x94\x8c\x8b\xec\xda\xcf\xe7\x78\x0b\x3e\x37\xf7\x48\x4c\xf8\x95\xf5\x09\x8c\x54\x5e\x4c\xd5\x5d\xb2\x17\x77\x7d\x99\xd9\xf1\xc3\xec\x89\xc2\x59\x87\xbd\x59\x43\xb9\xa0\xb7\x05\x93\xa7\x49\xdd\xea\x45\x58\xc9\x66\xad\xa9\xc4\x4b\xf8\xbb\xeb\x9e\x89\xbd\x07\xe7\x95\xfc\x2d\x9a\xde\xf3\x5d\x57\x28\x38\xd9\x51\x22\x66\xf0\xd3\x9b\x3f\xe1\xf7\x78\xa6\x75\xbf\x49\xa7\x39\xf7\x2a\x87\x8f\xfd\xc7\x2e\x28\x59\x13\xf2\x82\x95\x66\x78\xe1\xf5\x9c\xb9\x59\xbb\x79\xab\x13\xe3\xb4\x7c\xe1\x9a\x0b\xb8\x1b\x9f\x57\xb9\xce\x68\x9f\xa9\xc8\xff\x23\xf7\x45\x56\xae\xda\x39\xa7\x93\x24\xe3\x67\x6b\x99\x64\x1c\x09\xd4\x78\x53\xa4\x19\x05\xca\x6f\xd4\xfe\xb8\x3f\xe4\x3a\xfa\x82\x43\xab\xa4\xe6\x00\x73\xf7\x22\x11\x1f\x9a\x66\xff\x8d\x7f\x1b\x3e\x69\x31\x8b\x3b\x1b\x2d\xa9\xa8\x36\x74\x92\x2b\x8c\xbc\x5c\x9c\x12\xab\xea\xcf\x89\xa0\xce\xe5\x5b\x68\xd7\x51\x07\xe1\xc7\xea\x4f\x34\x55\x86\xab\xb2\x81\xce\x8b\x6d\x90\x87\x01\xfa\xa0\xfb\x92\x57\xe0\xb0\xe7\x33\x51\x1c\xf4\xd5\xfe\x29\x7f\x00\x89\xb6\x98\xcb\xf9\x86\x3e\xae\x58\x63\xd8\x43\xfb\xd7\x38\x39\x77\x09\xfd\x80\x6a\xa7\xee\x27\xbd\x89\x97\x9f\x7d\x01\xb0\x85\x33\xd5\xb9\xc0\x50\xfa\x35\x65\x34\x08\xc7\x86\xca\xe7\x43\x07\x83\x0a\x24\x35\xb0\xbd\x67\x8f\x68\x33\xb2\xd4\xfe\x3a\x5f\x83\xae\xb7\x30\xe3\x5c\xc5\x82\xcb\x6a\xf2\x12\xd1\x65\x79\xf5\x7a\x37\xd4\x5a\x39\x4b\xb7\x11\xb5\xe6\xca\xb3\xff\x42\xb7\x42\x0c\xd5\x13\x34\x3c\x7d\xaa\xa2\x09\xcd\x8f\x29\x95\xa5\xa0\x5f\x82\x2c\x25\x4b\xb1\xfd\x9e\x54\x61\x25\x66\xb4\x3f\xcd\x5f\x82\xcf\xb5\x88\xe2\x84\xe3\x68\xe9\x48\xae\x98\x75\x2e\xb7\x32\x27\x9d\x05\x2b\x26\x69\xa3\x59\x26\x1c\x83\x66\x2f\xb3\x0e\xac\x50\xad\x67\x06\xa7\xb9\x2b\xa6\x30\x97\xc7\x4c\x91\x9e\x22\x9e\x07\x96\x89\x69\x44\x95\xe7\x3a\xe1\x02\x22\xda\x7e\x90\xc7\x26\x96\x59\xe8\xd9\x67\x19\x67\x4b\x2c\xf4\xe7\x45\x8b\xf4\xe1\xba\x3a\xa1\xaf\xec\x65\x76\xb1\x20\x9d\x6d\x54\xcb\xf9\x18\x30\xa2\x04\x78\xb9\xa9\x54\x79\x18\xf7\x5a\x74\x88\xd4\x92\x3b\x2f\xd0\x52\x74\x95\xb3\xc9\xe3\xa1\x20\x93\xed\x64\x3f\xc2\x7d\xc0\xb2\xb3\x78\xc9\xb6\x64\x2e\x2f\x0a\xcd\x79\x9b\xbd\x4f\x97\xad\xbd\xae\x7e\x21\xb5\xd6\x9c\x55\xc5\x30\x7f\xa9\xda\x15\x25\xf4\xfd\x0a\x83\xec\x69\x8a\x8d\x8c\x90\xee\x38\xea\x26\x39\x24\x06\x03\x0e\x8b\xa6\x09\x95\x1e\x31\xfc\x62\x3e\x66\x5f\xc2\x5d\xc8\xf5\x5e\xe5\xc8\x0a\x66\x7d\x2c\x88\xcf\x09\x29\xba\x93\xdd\xa2\xf5\x28\xa0\x8b\xe3\x34\x4e\x86\x5f\x44\x88\xca\x22\x37\x8e\x7a\x46\x31\x45\xd7\x96\x74\x41\xfa\x3c\x7b\x56\xd4\x32\x71\xaf\x6a\xeb\xc1\x54\x61\x86\xdc\xda\xfd\x14\x7f\x9e\xf8\xba\xfd\x09\x0e\x22\x08\x58\x15\xc3\xec\xe2\x68\x8d\xbd\xba\x89\xba\xa7\x9a\x05\xd9\x4f\xab\x9f\x08\x4f\xaa\xef\x55\xd4\xe2\x17\x94\xbd\xa5\x3b\x28\x31\xf2\xec\x42\x63\xa2\x40\x0a\x18\x5e\x46\x4e\x13\xfb\xe5\x7c\xf5\xe7\x0b\x7e\x69\x6a\xdd\x97\xf0\xf4\x8a\xe9\xf6\x0b\x39\x33\xc4\xab\x56\x91\x98\xee\xdc\x6f\x46\x6b\xdd\x78\x4b\xa3\x3a\x25\x7b\xa4\x31\x48\x38\x4f\xdd\x51\xdb\x85\x5b\x28\xe5\x95\x0f\xc9\x83\xf2\xb8\xd2\x9b\x09\x3f\xa4\xee\x85\x65\x11\x62\xf1\x3c\xc3\x3a\x7f\x4b\xc1\x80\xce\xd3\xed\x1c\x2f\x4c\xf9\x76\xf3\x04\x7b\x50\x12\xb3\x8a\x4d\x7c\xe5\xe1\x86\x06\x5d\x7d\x67\x8f\xea\x41\x76\x5e\xdb\xff\x04\x34\xb5\xa8\xc9\x06\x53\x29\xc3\x6b\xbf\x93\x3d\xe4\xab\x2a\xe5\x09\x62\xc9\x97\x92\x37\x11\x5b\x44\x7d\xf9\x1f\x0e\xdc\x11\xa4\xe8\x01\xb7\x3c\xee\x6f\x35\x6f\xf3\x2b\x76\x9c\xf4\xd0\xaa\x2a\x42\xc5\x1b\xd5\x04\x56\xef\xca\xbc\x23\x36\xad\x70\xca\x1a\x64\x6a\x4b\x5d\x48\x75\x80\x4f\x91\x05\x39\x3f\x0d\x36\xbe\xa7\xb4\xc6\xc5\xe4\x56\x52\x5f\x1e\xe6\xe9\x9c\xe8\x7b\x7d\x15\x6a\x29\x70\xd9\xb9\x51\xde\x00\x51\x36\xce\x11\xd7\x22\xfb\xcc\x2e\xf3\x53\x30\x7b\xf5\x44\xd5\x18\x99\x25\x3a\x53\x3e\x46\xd9\xca\xf4\x29\xb9\x46\xf9\x8f\xfe\xb3\x70\x98\x5a\x9b\xe6\x60\x34\xd2\x24\x71\x2b\x73\xa3\xe8\xa2\xc3\x01\xda\x09\xa0\xc6\x37\x53\x1d\x06\xbe\x71\xce\x93\xf3\xe0\xdd\x1b\xe7\x8a\xc5\xc8\x69\xb3\xa7\xfc\x20\x2c\x5c\x2d\xab\x0a\xa5\x1d\x14\x65\x96\x87\xd3\x2e\x11\xef\x4b\xd2\xe8\x47\xe8\xa5\x85\xc7\xe8\x4f\x53\x9f\x18\xbd\x00\x79\xec\xed\xdc\xd9\x60\xd8\xe1\x25\xda\x72\xc8\xcd\xd7\x47\xbd\x18\x76\x76\x16\xc8\xfd\x91\xdd\x1b\x17\x88\x23\x50\xc0\x7c\x1a\xdf\x0a\x6b\x55\x71\x2a\x85\xc8\x4e\x21\x54\xa6\x44\x22\x89\xd9\xc5\x4d\x08\x99\xf6\xb0\xa0\x02\x51\xa7\xba\x1b\x44\xc8\x95\x58\x5f\x7d\x30\xba\x25\xc4\x98\xfd\x15\xad\xf0\xf9\xac\xa2\x62\x2b\x9c\x13\x64\x83\x98\x74\xe3\x0a\xd1\x75\x7c\xbd\xf9\x3e\x5e\x09\x3e\xa8\x7c\x58\xd1\xc9\xdc\x2b\x18\x2b\x3d\xcf\x34\x67\xb8\x16\xbd\x26\x1e\xd1\x6c\xf2\x5f\x10\xda\x14\x43\xde\x15\x22\x2e\xa6\x33\xa7\x98\x38\x10\x62\x9d\xed\x4f\x78\xfb\x94\x2b\xcf\x12\x9b\x9c\xbd\x65\x26\xc4\xa2\x8d\xf6\xa2\x2d\xc4\x1c\x73\x23\x6f\x0a\xe3\xbb\xc2\x58\xfe\x9d\xff\x8b\x5f\x57\x3a\x87\x1f\x80\x9f\x28\x72\xe0\x15\x53\xe3\xf3\x1d\xb9\x0f\x93\xdf\xe5\xad\xe2\x6e\x8e\x59\xa9\xfb\xcc\xc9\x0b\x2e\xd7\x94\x71\xe6\xf9\xf8\x2b\xd7\xb2\x8f\x39\xaf\x96\x66\xb1\xaa\x36\xfa\x0a\x39\xcc\xff\xcc\x3f\x72\x0f\x33\x6d\xe5\xa4\x72\x5b\xd5\x1e\x9e\xb4\x64\x87\xe2\x3f\x6c\x4d\xa1\xbf\x5c\x4a\x71\x32\xee\x97\x2d\x4e\x7a\x9a\xbb\x55\x92\x1f\xbd\x5d\x37\x4f\xec\x7c\xe8\x95\x7a\x58\x78\x7e\xef\x45\xc5\x2e\x81\xe3\xce\x3b\x92\x6c\x1e\xba\x31\x48\x50\xce\x69\x59\x19\xca\xa1\xb0\x6e\x4a\x6f\x94\x25\x1b\x37\x70\xff\x2c\x66\xe4\xfd\x0f\xb9\x5e\x50\xa1\x9f\x42\x9e\x6a\x28\xd4\xf6\x26\x9e\xd7\x73\x35\x99\x47\x5d\xb5\xb1\x2a\xab\x43\x26\xea\x65\xf2\x81\xbd\xeb\xe4\x46\xa9\xf9\x4e\x50\xfc\x41\xe4\xb7\x71\x97\x60\x12\x3f\x74\xa5\x96\x7d\x86\xe3\x26\x61\x96\x2d\xac\xdc\xce\x3e\x5b\xbc\xb1\x2c\x09\x96\x14\xf8\x14\x33\xb2\xce\x19\xb6\x17\x50\x12\xea\xf5\x0b\x0d\x07\xa2\xdc\xb3\x5f\xe9\x17\x07\xed\x55\x15\x66\x57\x79\x13\xf2\xe5\xca\xf7\x4e\xdf\xc4\xc9\xd2\xd7\x1b\x17\xf0\x41\xe1\xf0\xca\x01\xf6\x1e\x6e\xb2\xf8\x59\xe9\xf3\x3a\x77\xf6\xf6\xe2\x19\xd5\xf6\xd0\xd7\x02\xf3\xf2\x2f\x59\xee\x86\x19\x25\xb2\x84\xcd\x39\xb7\x0b\xa7\x45\x5e\xce\xae\x37\x84\x05\xbe\x52\xc5\xe7\x64\x79\x6f\x93\xdd\xd2\x6c\x76\x1a\x16\x5b\xc8\xd5\x1b\xa7\xf1\x37\x89\xae\xad\xbc\xc6\xfa\xc2\xbd\x23\x8e\x2d\xed\x69\xd2\xb0\xda\x8a\x6e\xd6\x07\x41\x70\xfe\x9b\xea\xdb\x99\x17\xf2\xce\x56\xac\x3d\x71\x36\x47\x53\xe2\x19\x09\x67\x1f\x2b\x70\x08\xac\x54\x2d\xcc\xbd\xe3\xf5\x53\xc6\xd0\x2e\x75\x2a\x16\xf5\x29\x3e\x6f\x9c\xc1\x3b\x23\x2e\xb7\x98\xca\x92\xf3\x4c\x98\x99\x1d\xa2\xac\x93\x10\xad\xa5\x90\x54\x9e\xf5\xa3\xa1\x9f\x8c\x27\xbe\xaa\x39\x45\x89\x8d\x66\x57\x94\x51\x33\x43\x6e\x94\x44\xd0\x2a\xfd\x0a\xf2\xaf\x00\xf3\xdd\xf5\xfa\xdf\x60\x95\xe3\x4d\xcd\x7d\x38\xdc\xa6\x58\x9e\x80\x9a\x98\x2e\x14\xe6\x63\x9f\x98\x41\x1d\xf3\x29\xbe\x50\x58\xcb\x16\xca\xbb\xac\x07\x0d\x51\x54\x45\xe2\xb9\x9a\x64\xda\xae\xe8\x13\x15\x81\xf4\xa5\x21\xbd\x25\x7f\x01\x26\x7e\xe2\x7c\x21\xb8\xd7\x5d\xa2\x1f\x84\x0c\x8e\x37\x34\xb5\xc8\x34\x9b\x66\xb9\x2b\x0a\x9a\x6e\x12\x62\xf8\x74\xe6\xfa\x76\x35\xed\x3f\xc8\xbe\x79\x98\x1e\x95\xd5\x5a\xff\x99\x7e\x3a\xb1\xb8\xe6\x4f\x60\x4f\xb4\x47\xf9\x04\xf0\x32\xc4\x58\xdc\x02\x76\xfb\x51\xf2\xb7\x41\x0d\xee\xb8\x9e\x0e\x0f\x39\x5e\xd5\xa4\x22\x0f\x6d\x4e\xca\xa7\x61\xf3\x4d\x03\x85\xbe\xf8\x7e\xe2\x75\x5b\x15\x12\x08\x9e\x6b\x7a\x89\x1c\xce\x72\xaa\xdf\x88\x84\x27\xba\x54\xef\x41\x88\xa3\x6f\xcb\xb7\x22\xe7\x43\xc2\x8a\x3e\xa3\x2e\x7e\xee\x46\x18\x1d\x75\x8f\xcb\x39\x8d\x45\x38\x8e\xab\xcf\x63\xef\x6c\x9e\xcb\x92\x71\x95\x69\xb1\xa0\x8d\xe1\x4c\x2c\x6b\xbd\x4a\xd4\x81\x0e\x4d\x0b\x08\x71\xe6\xe9\x3a\x7f\x22\x2c\xe1\x46\x55\x2a\x61\x7e\x34\xa7\xec\x18\x31\x35\x64\x7e\x91\x2d\x31\xc5\x6f\x96\xa1\x95\x58\xec\xee\x91\x33\x8b\xb0\x72\xbc\xaa\x5e\x4c\x6c\x5b\xb7\x58\xda\x4a\xec\x33\x9b\x2a\x98\x4a\x44\x32\x18\x2d\xdf\x79\x37\x81\x92\x46\x27\xde\xce\xcc\xfd\xb5\x00\x57\x9b\x90\x50\x99\xc7\xf9\x78\xd4\xa9\x34\x87\x93\x10\xdc\x5b\x18\xcb\x7e\xbb\xef\x74\xde\x5b\x36\xee\x6e\xa2\xf3\x66\xcf\x74\xbc\xa2\x0a\x65\x09\xd6\xb9\x4b\xbe\xb1\xa6\x9a\xc5\xf1\xbd\x98\x54\xfc\x42\xf3\x6d\xf9\x2f\xfa\xad\x86\xcd\xb2\xb1\x8c\x63\x35\x74\x29\xef\x84\xb2\x42\x2b\x71\x8d\x42\x4a\x94\xe2\xc9\xc1\x66\x05\x51\xc2\x73\xfb\xfc\x73\xdf\x0a\x34\x6e\xd7\xb5\x3e\xfc\xbd\x8e\x63\xca\x08\xee\xbf\xeb\xa8\x92\x49\x1c\xaa\xd9\x7d\x9e\x1f\xeb\x03\x36\xd6\x6c\xa7\x1f\xa5\x8d\xd7\x67\xe9\xae\xa4\xa7\x55\xd7\x66\xdf\x38\x5e\x53\x7e\x56\x7d\x3d\xb2\xa6\x78\x48\x79\xfd\x50\x52\xbe\x5c\x3e\xee\xdb\x9f\x6b\x29\xed\x75\x03\xb3\x59\x62\xa6\x63\x99\x42\x2b\x34\x5b\x27\x12\xbb\xf1\x6a\xcd\xb7\x73\x25\x1c\x13\x74\xbc\x49\x53\xf2\x3f\xea\xab\xba\x17\x85\xd5\x69\xd2\xea\x0d\xf9\xa6\xc7\x6e\x94\xbb\xe7\xc5\x45\x3c\x2b\xde\x98\xa3\x0f\x1a\x34\xfe\xcc\x1e\xf5\x75\xd2\xab\x55\x97\xdc\x96\x69\x5e\xc9\xf3\x1c\x33\xe5\x9f\x25\xb6\xeb\xe4\xa2\x62\x41\xb5\x39\xc8\xf9\xca\x9d\x83\xee\x6b\x8a\xac\xa8\xa4\x52\xeb\xea\x4a\x1f\xa6\x59\x57\xbd\x2f\xfa\x74\x8c\x5e\xf6\x2b\xff\x59\x84\xac\xe8\x71\xde\x70\x10\xdd\xd8\x94\x23\xf5\x9d\xa2\xf7\xcd\xde\xb0\xeb\x9d\x26\x4f\x89\x3b\x46\xc9\x0b\xa5\x92\x75\xd9\xa2\x40\xa1\xd0\x5c\xcf\x29\xe7\xc6\x23\xe7\x9b\x56\xd6\xe4\x50\xe7\xd5\x65\x54\x62\xa9\x97\xab\x6a\xcb\x3c\x8f\xad\x2b\x6b\x28\xfa\x2f\x62\x7f\x91\x24\x1f\x0b\xf2\x34\x86\xe5\x4e\xf8\xdc\xcb\x79\xab\x73\xdc\x75\x57\xb3\x5d\x6d\xe2\x18\x25\xdf\x26\x6b\x5a\x57\x2b\x7c\x26\xda\x66\x7e\x86\xb3\x8b\x2b\x85\xf0\xbe\x08\x52\x25\xa9\xaf\x6b\x17\xf9\x58\xb2\xaa\x6d\x39\xc5\x3c\x6e\x72\xe3\x20\xe5\x5d\xb8\x5d\xed\x76\xea\xfb\x00\x8b\x0a\x80\x6e\xe9\x5d\x52\x9c\x06\x70\x5d\x10\xe3\x1c\xc8\xc4\x7e\x40\x77\x18\xbe\x60\xd5\xa2\xb4\x45\x51\x93\x14\x51\x09\xbe\x07\xa2\xf7\x3e\xa7\xfe\x49\x6a\xef\x1c\xa7\xaa\x93\xc5\xad\xad\x34\xd3\xd8\x4f\x8d\xf1\xb4\x8e\xf0\xd5\x35\xf7\xe9\xac\x80\x65\x15\x6b\x01\xa6\xb7\xa1\xd8\x02\xac\x71\x41\x0c\x67\xa0\x9f\xf6\xc3\xba\x95\x48\x82\xd5\x98\xe2\x07\x7a\xc1\x84\x2f\xc2\xf0\x7d\x50\x62\x2f\x85\x2e\x25\x55\x74\x1e\xa7\x3f\x4f\x46\x5b\x0f\x00\x1e\xb1\x8f\x1b\x27\x01\x15\xe1\x8b\x6b\x70\xd0\x33\x60\x4e\xf9\x18\x34\xdf\x5b\x5b\x74\x1a\x9e\xe2\x02\x1a\x60\x64\xa1\xfd\x69\xed\x4d\x74\x9b\xd5\x03\x45\x17\x16\x6e\x52\x23\xda\x83\x0b\xa1\x9d\x3d\x02\xc4\x40\x4a\xed\xe0\x20\x39\xc9\x5b\x5a\x68\x88\x3a\xb6\xaa\xc1\x0e\x69\x0d\x7b\x5e\xdd\x8e\xfc\x3a\xf8\xa2\x7c\x2a\x9a\xec\xcd\x2a\x9a\x86\x7e\x76\xa1\xe5\x0d\x62\x12\xfb\xeb\xda\x8d\xf8\x46\xeb\x39\x8a\x25\xf8\x98\xc9\x6f\x61\x39\x23\x03\xac\xe8\xce\x21\x2e\x91\xa6\xb7\x6b\x88\xc2\xa4\x37\xcd\x1c\xe2\x58\x6c\x7a\xbd\x37\x61\x1d\xd6\x59\x75\x9d\xf8\xeb\xe0\x50\xd9\x5a\x62\x8e\x77\x62\xa1\x2d\xb1\xca\x25\x25\xf7\x13\xe1\x62\xff\x24\x3b\x91\x88\xb0\x76\x93\x1f\x26\xb2\x4c\x8f\x0a\x9e\x13\x02\x30\xaa\xab\x99\xd7\x96\xd5\xd2\x56\xcf\x5b\x90\x94\xdf\x94\xc7\x4d\x8e\x5d\x57\x17\xcf\x39\x1d\xc6\xa8\xfc\xc6\xf1\x3c\xa8\x2a\xf5\x65\x9f\xf5\xde\x5b\x10\xc4\x8e\x73\x89\xce\x5d\xc5\xfa\x61\xff\x5e\x93\xcf\x92\x5a\x67\xca\xe4\xac\xa5\xa6\x03\x82\x55\xcc\x1c\xa0\xab\xb3\x50\x1e\x92\x35\xad\x35\x57\xb6\x2a\xf1\x59\x23\x5b\xf2\x24\x06\xaf\xf5\x15\x97\x85\xbe\xa8\xb8\x27\x02\x0f\x2e\x29\xd9\x2c\x0c\xf4\x7a\x9b\xef\x2a\x58\xef\xe2\xa0\x5f\xcc\xfb\xbc\x65\xba\x5a\xc6\x6d\xb0\x6e\x97\xf2\x38\xc7\xcc\x3c\xf9\x26\xec\x69\xf4\xeb\x1d\x6d\x39\x60\xe6\xa6\x96\x36\xad\x36\xd1\xac\xa1\x50\x53\x15\x3d\x54\x73\x4c\xd5\x13\xba\xab\xfc\x8b\xe2\x9a\x3f\xb7\xd8\x5f\xf6\xc2\x0b\x37\x46\x4b\xfe\x73\xfe\x92\xb3\x5d\x74\xd7\xfe\xb7\xaa\x43\x50\x6a\xfd\x50\xd2\xc1\x4b\x31\x2b\xe2\x05\x73\x16\xd1\x1d\x3a\xa6\x17\xed\xc9\xe0\xb6\x2c\xcc\xbf\x99\x40\x6d\x98\x69\x08\x89\x5e\x55\x3d\xa8\x6f\x3d\x5c\x51\xbe\x4f\xf7\x3f\xff\x3f\x8b\xca\x34\x71\x5e\xab\x0c\xbd\xca\x1c\xe7\x2e\x9d\x52\xa6\xb7\x7f\xab\x9a\x25\x4e\xb1\xfe\x25\x59\x28\x70\x30\x7b\xc7\x6d\xe7\x3c\xa1\x9d\x6a\x1f\x2e\xa3\x65\xd8\x36\x5f\x28\xee\x48\xb0\xae\x1f\x28\xb8\x77\xf4\x46\x75\xa6\xe1\xf5\xe1\xe3\x65\x13\xfa\xff\x0e\x5c\x2d\x0a\xd4\xbe\xda\xf3\xc3\x90\xaa\x1e\x70\x2e\xd6\x39\x2b\x02\xed\x5f\x29\x6b\x24\x95\x36\x73\xc5\x5d\x82\xef\xe6\x8b\xb9\xc7\xb8\x1b\x69\x71\xed\x78\xd5\xf4\xf4\xdb\xcd\xec\xf2\xa9\x27\x9e\xd6\xa7\x15\xff\x7b\x34\xbf\x7a\x59\x41\xe3\x61\xc7\x32\xa5\x21\xf9\x40\x43\xe1\x1b\xfd\xd2\x3d\xcf\x0c\x33\xb3\xb3\x9d\xf3\xb5\xe7\x94\xc3\xf6\x3f\x95\xce\xd2\x7a\x1b\x3b\xf1\x01\xa1\xca\xdc\x87\xf3\x9d\x1b\x48\x99\x3d\xbc\x81\xdc\x9b\x1a\xde\xf7\x89\xb2\xf7\x58\x48\x57\x05\xe5\x46\xa4\x49\xdb\x9f\x54\xf1\xa1\xfe\xc6\x8d\x34\xd0\x6f\x53\xcd\x02\xba\xc1\xd3\xbf\x4c\x0f\x7c\xdc\xf1\xb2\x60\x04\x22\xec\xfe\xd6\x73\x91\x75\x6b\x97\xa8\x7a\xd0\xfe\x15\xbf\xc5\x5c\x3c\x81\xb2\x74\xa8\x9f\x36\x35\x35\xb1\x4f\x48\x8b\x3d\x16\xdf\xe5\x41\x1b\x8d\x5c\xdb\x5a\x41\xdf\x7b\xe8\x54\xc3\x65\xfa\x4f\xbf\xad\xd5\x9d\xc0\x6b\xcf\xc3\x65\x3e\xd0\xec\x1d\x6f\x0b\x50\xf8\x90\x9d\x99\xde\x07\x69\x5b\x6b\xa7\x62\x63\x7f\x98\x2c\x17\x1f\xc1\x8f\x53\xcc\x87\x82\x80\xe4\xd4\x8c\x3e\x73\xa0\xf0\x58\x72\xe7\x75\xe0\x41\xa4\x4d\xab\x1b\x68\x73\x68\xb4\x21\x0d\xac\xf1\xdb\x51\x1d\x06\xa5\x78\x46\x96\xbe\x80\x83\x76\x7c\x2e\xb0\x46\x8e\xda\x59\xe5\xfc\x40\x91\xb5\x5e\x2a\x57\x8c\x6f\xe2\x24\x5e\x81\x17\x91\x7f\x0e\xc6\xa1\x5b\x52\x03\x7b\x1d\xd0\xa5\xc7\xfc\x3b\xde\xa2\x53\x22\x97\xb6\xc4\xa3\xf3\x0e\xf5\xd7\xe7\xa0\x3e\x7e\xdb\xaa\x38\x68\x95\x67\x5c\xe9\x32\x6c\xa3\xd3\xb4\xfc\x58\x6c\xc8\x6e\x67\xce\x6e\x3c\x7a\x2d\x45\x29\xc4\x9f\x9b\x70\x45\x64\x06\x8b\x5c\x39\x10\xcc\xdc\x9b\x6a\xd1\x63\x4b\xfc\x3c\xe6\xd8\xfe\x82\xa8\x89\x9c\xda\x7c\x82\x88\x39\xd4\x54\x57\x4a\x38\xfb\x6d\xac\x54\x13\x76\x9e\xb1\x25\x1b\x08\x57\xa7\x3f\x8d\x4c\x22\xc2\x2e\x48\x97\x45\x80\x6b\xab\x14\x03\x04\xdf\xe4\xa1\xb0\x8a\xc8\x23\x57\xf6\x47\xf1\x26\x52\x67\x77\xdb\xf1\x9c\x8e\xfd\xaf\xed\x05\x97\x15\xf1\xb8\x29\x8d\x73\xfd\x90\xa1\xb6\x85\xb3\xdf\xcf\xac\xa2\x84\x7d\xd6\x33\xa2\x78\x17\x3b\xca\x69\x91\x21\x9f\xf5\xcb\x2e\x59\xab\x67\x69\xd6\xde\x95\xbf\x67\x59\x9a\x7a\x08\x6e\x31\xab\xc8\x8b\xfa\x0e\xc9\xcd\x53\xa8\x5d\xf3\xa5\xb7\xe3\x59\xad\xad\x12\x6d\x44\x6c\xa3\x93\x38\xf8\x90\x75\x0d\x2e\xb2\xdd\x37\x50\x4e\x16\x4e\xf5\x34\x2f\x5a\xc8\x7f\xb8\xe3\x77\x1e\xc2\xeb\xb5\x53\x67\xd3\xb8\x42\xab\xcd\xb2\x1b\x9c\x20\xd3\x11\xfe\x69\xf6\x6c\xd2\xfe\xde\xd5\xba\xea\xe4\x91\x8e\x6f\xd9\x27\xe3\x1e\xb5\x34\xab\xef\x1e\x39\xdb\xb0\x5d\xf9\x31\xa8\xa0\x1a\x53\x2c\xdf\x17\x50\x46\x97\x6d\xf7\x38\x57\x68\x26\x39\xb8\xe3\x71\x2e\x57\x14\x6a\x57\xae\x11\x09\x3c\xac\x92\xa5\xdf\x78\x5b\xcc\xd6\xf2\x3e\x73\xa6\x67\xfd\xe8\x09\x2a\x9c\x9a\x1c\xdd\xb1\xc3\x48\xc4\x65\x35\xff\xcc\xfd\x72\x24\xb2\x9e\x9e\x13\x1f\xb4\xad\xaa\x2d\xfb\x8a\xef\xaf\xd2\x76\xb5\xab\x87\xaa\x20\x51\xa1\xd9\x31\xaa\xbf\x2c\x1d\xb2\xeb\x54\x9f\x15\x9d\xb4\xca\x91\xee\xe5\x9f\x35\x03\x78\xc1\x9c\xde\xac\xca\x9e\x59\x25\xe3\xc9\xe6\xed\x4f\x8b\xfe\x8a\x73\x6e\x2e\xce\xdf\x7e\xc4\xa6\x7e\x79\x5e\x48\xd0\xcc\xaa\xa0\x9c\x2c\xdf\xdb\xa5\x87\xb3\x45\x1e\x58\xc1\x1c\x95\x70\xc7\xb0\x9e\x24\x3f\x68\x37\xaa\x4e\x10\x3f\xb6\x6a\x91\xbc\x16\x20\x66\x85\xbc\x49\x9c\x9f\x59\x51\xdd\x9d\x15\xd3\x92\x1e\xb5\xcb\x4a\xa7\xc7\xcd\x6f\xf6\x2c\xfc\x78\x64\x6a\x5d\x83\xf1\x6a\xe0\xb3\xca\x7f\x73\xab\x7c\x47\x4b\x9e\xe9\x70\x0f\x28\x3f\x5f\xb3\x79\xc7\xf5\x9c\x2f\x8a\x5c\xbb\x27\xaa\xf7\x92\x73\x56\xf7\x25\xb0\x70\x8a\xd9\x75\xae\x86\xbb\xe2\xe1\x6e\x6a\x46\x46\xe7\xb8\x39\x6d\x41\xe6\xb9\x11\x90\x56\x97\x75\xa3\xe5\x3b\xdd\x89\xf4\x6f\x49\x25\xfd\x1c\x65\xba\x8a\x03\x24\x51\x0f\x10\x7f\x83\x2b\x68\x95\x69\xb6\xe0\x4b\xc0\x24\xb4\x19\xba\x06\x0a\xdc\xcd\xe0\x7b\xd0\x0f\xeb\x99\xe8\x34\x04\xfb\x27\x94\x52\x4c\xd6\x5c\x09\xa6\xfa\x53\x22\x87\x47\xa9\x9f\xa9\xe6\x2d\x07\x68\x6a\xea\xbd\x92\x69\x74\x17\x5a\xa3\xf2\x1d\xfd\x15\xbd\x92\x21\x03\x1a\x80\xfa\xd4\x46\x50\x09\x8e\x84\xfa\x41\x32\xe8\x9a\xdb\x05\xb8\x1a\x7e\x64\xf5\x08\xf9\x17\xf9\xf5\x20\x96\x7c\x8f\xae\xba\x8c\x53\xe4\xc0\xff\x86\xff\xa2\xba\x03\xc2\x66\x39\xf5\x13\xf0\xbd\x38\x80\x56\x03\x12\xca\x00\x7a\x0a\x64\xc3\x98\x05\xb8\x41\x77\x53\x77\x82\x5b\x60\xf5\xe1\x1b\x90\x07\xe2\xe9\x26\x85\x53\x90\xd7\x56\xa7\x91\x66\x54\x77\xaf\x96\x14\xcc\x98\x74\xb1\x89\xec\x80\x9f\x19\xdc\x4e\xf9\x1f\x2e\x6b\x9c\xa0\x5c\xc4\x13\x0b\x9f\x51\x75\x78\x90\x62\x31\x2d\x03\x8f\xc0\xa7\xd0\x8f\xe0\x89\x29\x01\x40\x32\x7e\xfc\xf0\x7c\x50\x8b\xfb\xbb\xad\x86\xae\xe3\x1b\xad\x6a\x11\x67\xec\xdb\x9d\xd1\xcc\x5f\xfc\xd2\xf3\x2f\xb3\x5e\xf0\xce\xf7\x23\xa4\x0b\xdc\x8f\x0d\xe1\xe4\x22\xee\x86\x82\x74\x0a\x8b\x43\x95\x8d\x50\x33\xd8\xe3\xe8\xbf\x34\x0a\x7b\x43\x72\x04\x3d\x97\x45\x0e\x41\x80\x1b\xcc\x92\x5d\x67\x20\x07\x22\xcf\xaa\x1f\xae\x66\x20\xb7\xca\x33\x1e\x29\x5e\x9f\x9d\xc8\x1c\x90\x1f\xeb\xed\xcd\xaa\x92\x3e\xa8\x6b\x23\x29\x25\x99\xc6\x37\x64\xb6\x78\xb6\x34\x95\xc2\x11\xd6\x23\x03\x54\x83\xc0\x3b\xe9\x18\xed\x16\x6f\x24\xf8\x06\xb0\x86\x6b\xb5\x0b\x06\x35\xec\xf5\x56\x97\x61\x13\xe6\xec\x1b\x73\xd2\xc9\x05\xe8\x58\x72\x06\xc5\xb8\xb4\xdb\x35\x33\x39\xb7\xbe\x26\x32\xeb\x48\x8e\x7d\xde\x30\x29\x3c\xbb\x56\x8c\x93\x53\xd4\x96\xf0\x72\x8a\x4e\x41\x4f\xb4\xa1\x3e\x96\x1a\x0e\x3d\xa2\xfb\x88\x38\xbb\xfe\x00\x2e\xf2\x67\x5b\xbd\x86\x92\xd8\x41\x57\xb7\xa6\xa5\x35\x1c\x3a\x75\x31\x9d\xa8\x79\xd5\xf1\x20\x43\x50\x49\xaf\x5a\x91\x89\x97\xde\xd6\x57\x65\xb1\x8a\xac\x85\x7a\x52\x91\x31\x04\xa4\x93\xef\xe9\xf7\x9e\x78\x48\xdd\xa6\x79\x1b\xf4\x8c\x56\xa7\xd8\xee\xca\x00\x7c\xc4\x0b\xac\x26\xc0\x4f\x5c\xf9\x95\xe8\xd4\x7f\x06\x2c\x47\x46\xd3\x26\xba\x5b\xdb\x9a\xd3\x3f\xb7\xdb\x55\xcc\xce\x78\xdb\xc4\xd2\xb5\x67\x7e\xaa\x2d\xe3\x5f\x26\x2d\xaf\xd0\xd0\x9f\x90\x23\x8b\xd7\x1f\xaf\xa3\x34\x19\xf6\x04\xad\xa1\xd9\x64\x3f\x70\x35\xa1\xdf\x92\xbd\xb1\xfa\x09\xea\xf9\x9c\xcb\xa4\xd4\xd6\x51\x60\xf8\x5d\x5a\xff\x50\x71\xeb\xad\xf4\xde\xde\xb2\x72\xfb\x8c\xba\x0e\x58\xfb\x2a\xb3\xa9\x79\x21\x7f\x49\xd6\xb5\xda\x24\xba\x27\x79\x59\x79\xf0\xf1\x2d\x94\x94\x82\xca\xc0\xdb\xd4\x3b\x39\xc9\xae\x93\xe9\x6a\x85\xca\x7a\x21\x18\x29\xb0\xbf\x34\x98\x2a\x3b\x7f\x65\x78\x4f\x9a\xf8\x74\x65\xab\x63\x3a\x36\xec\x53\xa6\xc8\x48\xe8\x6d\xd6\x86\x64\xc6\xb7\x5f\xe0\x49\xb3\x18\x8d\x79\xb4\x8b\xa4\x81\xaa\x17\xc7\x5e\x52\x66\x16\x73\x02\x07\xa8\x99\xb9\xb0\xeb\x1c\xfa\x46\xe5\x49\x6b\x6f\xe0\xbb\x20\xeb\xce\x6f\xc0\x26\x63\xd3\x85\x78\x80\x9a\x19\x31\xe0\x04\x8c\x66\x81\x8d\xe6\xe0\x2a\x92\xb4\x70\x0b\xc8\x22\x77\xca\x09\xf0\x09\x75\x01\x26\x84\x8e\xd0\xe0\x14\x13\xe8\x39\xfd\xeb\xe1\x2d\xb0\x04\xc4\xdc\xd6\x23\xc1\xf0\x42\xab\x73\xe8\x66\xa4\xf5\x8e\x2d\xfd\x08\xe9\xe7\xf9\x7c\x7a\x37\xf9\x56\x3f\x01\x58\x50\x6a\x1a\x52\x00\x21\x15\x28\x60\x83\x93\x69\x61\xb2\xc7\x20\x89\x1e\x83\xfe\x06\xbf\x02\xb4\x64\x1d\x94\x0b\xe6\x84\x54\xc2\xa1\x50\xdf\xae\x51\x64\x23\xfc\xca\x8a\x8f\x2e\x47\x2d\x6f\xfb\xd3\x14\xb4\x37\xe7\x4e\xd3\xff\xa0\x43\x7d\x7d\x74\x08\x98\x5e\x5f\x4b\x7f\x0f\xb0\xf3\xaf\x00\x64\x70\xb9\xcc\x0b\x98\x00\x2f\xa1\x14\x50\x0c\x69\x92\xd7\x42\xbb\xe0\xe8\x10\x1f\x78\x36\x62\xb3\x4b\x08\xbf\x41\xde\x59\x65\x21\x2f\xd1\xde\x9b\x02\xea\xff\x70\xcb\xb3\xb3\xa8\xc5\xf8\x5f\xbd\x93\x68\xce\xd8\xab\xba\x95\xb4\x51\xec\x92\x11\xa0\x47\x62\x63\xd2\xff\xd1\x7f\x60\x8f\x11\x0a\x50\x85\xcf\x4c\xf2\x00\x21\xdc\x22\x58\x0f\x45\xe3\x9b\x77\xad\x87\x63\x70\x1b\xab\x44\x84\x8a\x9b\x5d\x57\x92\x2f\xf1\x8a\xc7\x3c\x28\x99\xdc\xd7\xdd\xfe\xd4\x05\xdc\x4d\x35\x2a\x6a\x0d\x07\x36\x2c\xa2\x05\xb1\x6f\x8a\x6f\xd2\xa7\xb2\x0f\xc0\xa9\xf4\xd3\xac\x81\xc4\x63\x40\x1d\x6b\xcd\xa1\x5f\x60\x39\x93\xec\xfa\x10\xea\x23\x64\x56\x38\xfc\x82\xa1\xbb\x5a\x49\xaa\x95\x77\x8e\x26\x92\x83\x65\x11\x9d\x3a\xca\x0c\xc9\x44\xd5\x37\x4a\x8d\x38\x3f\x57\x4f\x8d\x16\x05\x88\xc4\xb4\x55\xc2\x45\x50\x08\xed\x2b\x7f\x2c\x81\x41\x7f\xc7\x8b\x3b\x94\x06\x7c\xe2\xfc\xe3\x5a\x00\xad\x64\xff\x65\x55\x0a\x07\x33\x57\x5d\xfe\x91\x15\x92\xbf\x60\xe4\x2e\x69\x41\xde\xe5\xf6\x35\xa4\x61\x3d\xbb\xa2\x96\x4c\xd1\x59\xe5\x30\x28\x8e\x9a\x61\x41\x25\x75\xb6\x2a\x02\x68\xa7\x4e\xc8\xaf\x9c\xf0\xa1\xfd\x90\x9a\x05\x89\x81\x25\xa2\x4d\xae\x9e\x60\x30\xef\x81\xd5\x25\xc8\xc8\x3e\x7a\x31\x2a\x33\xaa\xae\x6c\xe8\x48\x96\x45\x75\x44\xcb\xf9\xac\xfb\x15\xd3\xcb\x68\x24\x4d\x89\x4c\x4b\x21\x47\x14\x4e\xe3\x5d\xa0\xec\x32\x84\xd2\x4d\xa9\x4e\x39\xa4\xe3\x7f\xd2\x0e\x68\xf6\x06\x16\xd1\x21\xf9\x88\xcb\x0d\x60\x44\x74\xd9\xea\x05\x64\xc1\x15\x9c\x3f\x92\x31\xd2\xb7\x74\xc0\x3b\x53\xd2\x79\xbd\xa9\x3a\xcb\xbb\x15\x2d\x49\x27\x4d\x69\xf8\xad\x91\x92\xce\xd6\x1c\xe4\x2e\x24\x37\x95\x27\x52\xb5\x94\xb6\xa2\xf5\xf1\x77\xa9\xa7\xf3\x28\x01\xb7\x69\x5f\xb2\xbd\x5c\x28\x40\xb0\x4c\x69\xf5\x15\x1c\xe2\xa7\x9d\x23\x65\xc8\x4e\xba\xf5\xa7\x64\x06\x0c\x14\x34\x9e\xcf\x9a\xd5\x7d\xb5\x38\x27\xab\xbf\xed\xae\x7a\x94\xc4\x6b\x2c\xe1\x44\x91\x53\x6b\x6c\x28\xdf\x28\x99\x65\xee\xf1\xc7\xa8\x8c\xfc\xb1\x00\x15\xad\x5a\x37\xe8\x12\x0e\xcc\x57\x6c\xb2\x5e\x0c\x32\x04\x7f\x9f\x1d\xc9\x38\x7a\x96\xd4\xd7\x9f\xb9\xe4\x14\xaf\xd1\x2a\xf3\xd4\xe0\xd1\xa2\x6f\x59\xb4\x9e\x49\x6a\x07\xd2\xf6\xb6\x83\xec\x1b\xe4\xa5\x0d\xbe\x14\x01\x65\x49\xe5\x68\xbc\x09\xd5\xbc\x28\x3b\x80\x4a\xf3\xd4\x9f\x72\x89\xa1\x57\x29\x8f\x58\xfb\x81\xa6\x82\xe0\xeb\x1c\x78\x6a\x7a\xe5\x58\x16\xf4\x3b\xe3\x4d\x77\x3f\x3c\x3b\xcb\xb4\x76\x01\xbc\x85\xe4\x6c\x10\xc0\x09\xe4\x2c\xc9\x1e\x38\x9b\x72\x01\x1e\x82\xaf\xd1\x3c\x12\xcf\x23\x96\xf4\xb1\xe0\x10\x44\x08\x46\xba\xfe\x42\xe7\xc0\xb3\xad\xf6\xa3\xc5\xc8\xd8\xb5\x73\x90\x3d\x29\xe9\x74\x35\x74\x80\x1c\xda\x3d\x09\x22\x53\x9c\x6a\x8e\x40\xa5\xd4\x85\x79\x37\xa1\x17\xd4\x5f\xe2\x52\xd8\x9a\x3e\x07\x76\x80\x01\x60\x63\xa2\x1f\x7c\x1b\x3c\x7a\xe8\x3e\x72\x08\xd2\xb8\xe6\x20\x4f\xe0\xbb\x56\x33\x50\x31\xea\x70\x6d\x36\x78\x82\xe6\x37\xfa\x12\x2c\xa4\x3d\xed\x72\x02\xff\xa1\xc3\xd5\xb9\xd0\x22\xe0\xaf\xbc\x75\x50\x2c\x50\x23\x9e\x03\xd5\x83\x19\x50\x2d\xfc\x3f\xc8\x33\xe1\x16\xcc\x84\x4d\x0f\x21\xc8\x7c\xf8\x9b\x6b\x34\x52\x8f\xdc\x5e\xfb\x0e\x4d\x40\x4f\x8d\x3b\xd0\xdf\x61\x07\x4e\x59\x00\x9e\x98\x5f\x87\x14\x50\x63\x1e\x55\xcb\x80\x37\xd8\x66\xfd\x4d\x30\x10\xdb\x29\xbc\x0f\x76\x60\x27\xc0\x46\xc8\x1e\xd3\x27\x4c\x83\x06\xb1\xb3\x41\xd7\xe0\x14\x6c\xc2\x75\x1a\x62\x8d\xcf\x5e\xfb\x12\xf9\x82\x9b\x5f\xb6\xa5\x8d\x72\x8b\x47\xe2\xe8\x2b\xb9\x73\xda\x9e\xd1\x99\x9c\xe3\x15\x46\xfa\x03\xf6\x68\x0e\x13\x08\x64\x6f\x17\x34\x00\x67\x59\xfd\x40\x1b\x18\xca\xda\x7b\x62\x2b\xf8\x83\x79\x32\xc8\x0f\x6a\x66\x6e\x76\x39\x07\xb3\x89\x14\xab\xc5\xc8\x71\x46\xde\x45\x90\x9a\x27\xe3\x0d\x95\xd2\x16\x4a\x03\x5a\x77\xd2\x64\x92\x99\xe5\xf3\x69\xef\x44\xe7\x75\xcb\xe9\x89\x42\x2d\x3f\x8b\xfe\x41\x90\x49\xaf\x04\x64\xfc\x5d\xc7\x8f\x80\x9e\xdc\x89\xc0\x93\xd0\x54\x8e\xcc\x45\x03\x3d\x61\xfd\x6b\xe5\x09\x5f\x62\xae\x3e\xd7\x45\x89\x32\x14\x0f\x2c\xa7\xdc\xcc\xe5\x36\x5d\xa2\xfa\xe5\x04\x97\x9c\xa3\x76\x6a\x97\x67\xcf\xa0\x79\xa8\xc7\xb9\x5a\xda\x3d\xa5\x80\xb6\x98\x2e\x95\x5b\x1c\x5b\x07\x04\x48\xe4\x01\x1f\x41\x4b\xe1\x69\x17\x77\x68\x19\xaf\xd4\x0a\x80\x17\xb3\x0f\x9f\x09\x22\x53\x6a\x26\x7a\xeb\xc9\xaf\x2a\x87\x1b\x08\x4a\x7c\x99\xa0\x48\x4f\xb9\x53\xec\xaa\x9e\x4c\x4d\xce\xbf\xca\x1e\xa6\x2d\xca\xf3\xa7\x30\x68\xe3\x3a\x45\xdc\x3b\x7a\x91\x5a\x15\xb0\x08\xe0\xc9\xdd\x9d\x1f\x81\x5c\x11\xc3\x2a\x1f\x92\x71\xc9\xa7\xd7\x90\xae\xf4\x4c\xeb\x96\x93\x03\xdb\xff\xab\x8b\x27\x9f\x6c\xee\x2b\x30\x52\xbc\xea\x49\x4a\x2b\xca\xad\xaa\xd7\xac\x85\x54\x5e\x99\x1d\x79\x26\xed\x40\xa1\x59\xec\x28\x7d\x65\xae\xee\xe0\x7e\x60\xa6\xc6\xe8\x8c\x81\x4b\x64\x36\x56\xf5\xd0\x26\xbe\xcf\xa8\x3b\x49\x35\xf4\xb3\xab\x89\x3c\xbf\x4f\x5d\xcb\x23\x73\x3a\xbf\xe4\x9f\xa7\x4c\x69\xdd\xa6\x88\xa7\x68\x1a\xd6\x33\x63\xa9\x1e\x55\xb7\x48\x69\xb4\x19\xa5\xab\x62\x03\x69\xd7\x8d\x77\x0f\x4e\xa7\xf7\xe8\xe6\x3a\xc7\x03\x97\xe4\xdd\x56\x67\xc0\x57\xfc\xd7\xa7\xd4\xa4\xf0\xb1\x99\x5d\x7f\x90\x2e\x8e\x1c\xa9\xb9\x4f\x76\xef\x4f\xca\xdf\x40\xee\xe8\xf2\x94\x5f\xa1\xec\x69\x19\x26\x1e\x50\x5e\xd6\xbd\x24\x4d\xa2\x56\x57\xe8\x63\x67\xd2\xc8\x85\x79\xfe\xff\xd2\x0f\xeb\x67\x38\x27\x01\x29\x8a\x7f\xad\x27\x83\x1c\x81\xed\xd9\x6a\xc6\xd5\xb4\xf1\x7e\x1a\xe3\x68\xc6\x96\xa6\x2a\xfc\x4b\x26\x54\x52\x8e\xf7\x67\x15\x6b\xee\xe2\x0a\xd2\x23\x6e\x0a\x7e\x94\xe2\x4d\x3d\x8f\x6f\xa7\x0e\xc6\x9f\xc2\xff\xa2\x87\x07\xf8\x62\x5f\x80\xdf\xce\x2e\xd8\x27\x68\xdc\xf2\x26\x3e\x0b\x69\x3f\xf3\x99\x61\x92\x95\xd9\xd7\x8b\xb7\x91\x80\xc6\x77\x78\x24\x39\xab\x78\x02\xdf\x4a\x09\xd0\x6c\xc3\x97\x52\x7d\x39\xd7\xb0\x09\x5a\x3c\xf5\x00\x76\x97\xae\x8e\x0f\xc0\xc6\x80\x7b\x07\xdf\x60\x23\x90\xed\xce\xc7\xd8\x0d\xd8\x60\x59\x85\x7d\x42\x57\x9f\xd9\x86\x27\x52\x37\xf7\x7e\xc2\xff\x47\x7d\xd4\x68\x83\x9d\xa4\xc9\x8a\xb7\x63\x35\x74\x0b\xb5\x04\xd3\xd1\x2f\x73\xdc\x30\x02\x28\xa3\x9c\xc5\xe8\xa0\x24\xee\x15\x46\x86\xf8\x07\xc5\x18\x17\xc6\x77\x56\x62\xe5\x88\xd8\x52\x86\x5d\x43\xcb\x4f\x0b\xb0\xd9\xc8\xdd\x9e\x60\xf4\x32\xf2\xb8\x5e\x8e\x16\x23\x8f\x0b\xcf\xa2\x39\xc8\x4f\x95\x37\x9a\x83\x5a\xb3\x57\xa2\x5a\x34\x95\x7c\x13\x2d\x42\x7b\xe3\x1c\xd0\x6e\x6c\xd9\xc1\x29\xe8\x1b\x2c\x69\x67\x3c\x66\x89\xb5\x58\x16\x61\x89\xf8\x94\x53\xe3\x48\x37\xfb\x72\x57\x37\x52\xc1\x3e\x52\x37\x0f\xc9\x61\xdd\x2d\x48\x40\xf2\x59\x31\xca\x3f\x90\x7a\xe6\x47\xd6\x14\x64\x90\x99\x47\x7a\x82\x3c\x60\xfa\xc4\x66\xa1\x93\x89\xcf\xfe\x2c\xd4\x8d\x90\xed\x74\x45\x39\xc4\x0c\xcb\x2b\xe8\x2d\x06\x7d\x64\x10\xbe\x2e\x09\xe9\xf8\x00\x77\x8a\xc3\x6b\x58\x70\x95\x68\xbf\xf1\x3b\xdc\x23\x74\x90\x77\xc3\xb7\x04\xab\x89\xbb\xf0\x77\xfe\x9a\xac\xd7\x88\x0d\xcf\x24\xa6\x0e\x39\xc8\xfd\xc3\xff\x7f\x88\x9c\x7d\x75\xe7\x0a\xe4\x09\x2b\x6b\xed\x3c\xd4\x9d\xf8\x39\x24\x82\x14\xfa\x7b\x6d\xa5\x10\x96\x33\xa5\x6a\x2d\x04\x6a\x17\xe5\x9d\x84\xd4\x9a\xe9\xd2\x4e\xa8\x5b\xf9\x1f\x63\x21\xf4\x4a\x7e\x3f\x33\x11\x5e\x2f\x6d\x88\x96\xc0\xf1\xe2\x94\x03\x51\x70\x9d\xe0\xa5\xd3\x73\x64\x2e\x6f\xe9\x5a\x12\x92\xc6\x5e\x39\xf0\x37\x58\x5a\xd9\xd6\xb2\x0d\x2c\x2c\x6b\x2d\xbf\x0b\x16\x14\x37\xeb\x8d\x60\x7f\x41\xbe\xb8\x1f\x7c\x69\x20\x63\xfb\x20\x2b\xbd\x63\xfa\x3f\x50\x56\xf6\xd0\xd1\x00\xa8\x47\x65\xb2\x9f\x80\x97\xc8\x56\x3b\x61\x30\x21\x1c\x5e\x2b\x84\x5f\x72\xd7\xf4\x2d\x01\x7e\x75\xac\x68\xf2\x04\x67\xb5\x84\x95\x3e\x06\xff\x6a\xa0\xe8\x7a\xc1\x0d\x35\x71\xc2\xdf\x60\x58\xc5\x6a\xa4\x09\xd4\x16\xb7\xa6\xa1\xe0\x33\xe3\xf7\x28\x67\x68\x47\xce\x35\xbf\x0e\x28\x4f\xed\xe6\xb4\x14\x5e\x28\xdd\xb5\x56\x07\x13\xbc\x7f\x7a\x2d\x81\x27\x7d\x27\x1b\x4f\x00\x37\xbb\x3a\x4a\x17\x01\x17\xdb\x00\xed\x04\xf0\xb2\xf1\x83\x70\x37\xb8\xa8\xd6\x1e\x99\x0d\x1e\xac\x70\x4c\x7d\x05\x1a\x8b\x6e\x44\x9e\x06\xdf\xe5\x7d\xf5\x4b\x85\x82\xb3\x95\x3b\xbe\x42\xe7\x65\x03\x6b\x6b\x61\x17\x3e\xd6\x73\x0c\xb8\x32\x22\x6d\xe8\x06\xaa\x06\xf6\x97\x90\x00\x49\xf7\x80\x36\x12\x28\x6c\xbb\x21\x68\x03\x86\x1a\x8b\x61\x11\xf0\xa5\xc6\x32\x95\x05\xba\x97\x39\x46\xd2\x41\x79\xbe\xd1\xcf\x13\x7c\xaf\x03\x76\x7c\x81\x92\xe5\xf7\xd7\xde\x85\xae\xf3\x87\x06\x12\x79\x26\x69\xde\x2d\x0f\xb9\x7e\xe9\xa2\x8a\x46\x8e\x30\xe3\x64\x2e\xce\x7e\x9c\xf9\x5d\xa2\x60\x7b\x93\xfc\xf0\x59\xac\x42\x72\x47\x46\x12\x6b\x32\x75\xf7\x51\x37\x66\x1c\xed\x89\xdf\x53\xe2\x0c\xa0\xd9\xf1\x3f\x62\x37\x24\x58\x63\xce\x18\x44\x54\xfd\xbd\xdc\xcc\xcc\xea\x96\xcd\x9c\xa6\xac\xaa\x8a\x99\x9c\xc9\xa4\x22\xfd\xbf\xec\x13\x64\xa5\x64\x0a\xeb\x2a\xc5\x80\xf1\x58\xae\xd4\xa1\xf4\xaf\xcc\x6a\xfa\xb4\xa8\xc7\xcc\xd5\x40\x98\x9f\x82\xc8\x07\xdb\xb7\x5f\x21\x6c\x60\xbf\x35\x53\x19\xcd\xc8\xa7\xfe\x59\x9c\x33\x14\x87\x66\x2a\xc7\x84\xf2\xb6\x3c\x98\x4d\xa7\x96\xe9\x9d\x58\xcf\x68\xfb\xc4\x89\xac\x68\xfa\x7c\x6c\x32\xf3\x2a\xfd\x43\x3a\x9b\xe9\x0f\xbc\x8e\x92\x10\x57\xc1\x09\xbf\x7d\x44\x1c\x3c\x75\x7b\x2d\xe3\x0b\xb2\x75\xcd\x54\x86\x14\x45\x7a\xd9\x6c\x05\x9c\xd8\xf8\x89\xf5\x19\x96\x94\x5e\x67\x25\xc3\x0d\xba\x07\xcc\x37\xf0\xbf\x22\x7b\x26\x1d\xb1\x41\xde\x10\xbf\x11\x7e\x5a\x1e\x21\x44\xbe\x44\x3e\x25\xac\xd1\x13\xfb\x2e\x30\xc6\xd1\x6b\xdb\xe9\x0c\x10\xf3\x5f\x63\xce\xb0\xc4\xce\x76\xff\xcb\xf2\x64\x2d\x6e\x38\xc6\xbc\xc2\xec\x2a\xc9\x64\x1e\x65\x46\x6b\xb5\xc4\x07\xe6\x0c\xe1\x5f\x84\x90\xe8\x84\x9f\x13\x96\x04\x3f\xb5\x9f\x31\x48\x84\x47\x6e\x63\x90\x09\xeb\x7d\x11\x8c\x8d\x8c\x47\xdb\xc3\xf0\x07\x0c\xc5\x9a\x20\x5c\xc3\x70\xee\x9a\xc9\x0c\x13\x1d\xaa\xbb\x4c\x3c\x17\x66\x14\x4d\x10\x0c\x01\x37\xdb\x89\x30\xe5\x6b\xf8\x57\x18\x43\xbc\x5a\xe8\x32\x23\x91\x7b\x27\xe5\x0a\x63\x09\x77\x5a\x04\x8a\x9f\xe1\x2c\xf6\x7d\x87\x33\xd9\xf3\xb6\x6f\xc5\xdd\x99\x8f\xd6\x88\xb0\x2f\x44\x6d\xfb\x03\x62\x91\xce\xa9\x46\xcc\x18\xcc\x16\x14\x34\x31\x8e\xa9\xcf\xab\x57\x31\x66\x29\x3f\x71\xdf\xe2\xad\x8a\xbf\xc1\x35\x78\xb2\xcc\x25\xf9\x04\x6e\x25\xd9\x77\x24\x15\x7b\x22\xda\xe2\xbb\x1b\xab\xe0\xbf\xda\xf6\x1b\xcb\xe2\x1e\x5f\x73\x1b\xb3\x63\x0d\xb4\x62\x0c\x87\x32\xc7\x2a\x67\xfc\x55\xb1\xda\x88\xe1\x79\x05\xf7\x95\x0b\xf1\xdd\xc6\x3f\x39\x73\xb1\x8f\xb9\xab\xe8\x64\xac\x51\x67\x93\xf8\x11\xa3\x6b\xa6\x84\xef\xc7\xdc\x14\x79\x3e\x18\x36\x47\xf2\x76\x5b\x33\x7a\x43\xf0\xd6\x72\x09\xaa\xe1\xb4\x35\xc7\xe3\xbd\x2d\x93\x2a\xdc\x71\x52\x83\x38\x4f\x83\x2f\xaf\xf9\x29\xf7\xc4\x06\x2a\x9d\x58\xd1\x58\x46\xa9\x2f\xf5\x2d\xb6\xa9\x70\x53\x42\x09\xfa\x39\x6f\x2c\x6c\x27\x3a\xa2\xfd\xbe\xb7\x0d\xd5\x2a\x47\xb7\x1d\x40\x13\x24\xce\x96\x6b\x50\x6b\xde\xd1\x26\x3a\x9e\xdd\x15\x5b\x7e\x14\xf7\x6a\x2b\xc8\x3d\x89\x3d\x6a\x6a\x95\x61\x18\xb7\x8e\xcd\xac\xc2\xec\xab\x56\x50\xfd\xd0\xd7\xa5\xe4\x84\xe5\x68\x53\x01\x25\xf4\x0c\x8a\xeb\x27\xf6\x1e\x43\x83\xd4\x3f\xb7\xad\x47\x57\x4b\xab\x2d\xb7\x20\xff\xf0\xbe\x36\x76\xe0\xa4\xfe\xd7\x65\x75\xf8\xc2\xee\x89\xdc\xd5\x58\x65\x7b\xb7\xf4\x09\xb6\xbb\x79\x23\xd3\x1c\x7d\x5a\x17\x4a\xb9\x84\xea\x2b\x1d\x4e\xb4\xa0\x47\x8a\xcb\x42\x21\x74\x8d\x01\xd9\xeb\x80\x7c\xc8\xbe\xb4\xcd\x12\x19\x90\x0d\x5a\x86\x21\x20\xdf\xbd\x25\x51\xba\x2b\xb5\xac\x12\x16\x7f\x48\xfb\x6c\xfc\x5b\xd4\x9e\xe1\xac\xe8\x13\xea\x33\x11\x76\x9b\x80\x91\x75\x87\x6e\xcd\x0f\x23\x07\x26\x6a\x78\x76\x94\x67\x61\xc7\xb9\x73\x68\xca\xbd\xce\xec\x7f\x81\x03\x8e\xbd\xac\x3e\x28\x6c\x55\x10\x53\x85\x70\x9b\x73\x25\xfa\x8c\x17\x15\x97\xc4\x09\x99\x13\x06\x5c\xb4\x2b\xeb\x87\xc2\x51\x68\x4d\xfa\xca\xde\x21\x58\x42\x59\x4c\x6b\xe3\xfd\xa2\x7a\x26\xda\x73\x1f\xd2\xe4\x61\x2b\x38\x97\xe8\xff\x79\x7f\x65\xb7\x83\xd1\x8e\x1a\x56\x11\xfc\xe7\x2a\x2f\x26\x86\x5c\x6a\x1a\x11\xff\x20\x07\x54\xac\x10\xdd\xa7\x2c\xcf\xfb\x47\x78\x8a\xf2\xaf\xdc\x20\x68\xa3\xaa\x58\xf5\xfc\x6a\xda\x09\x9a\x0b\x2f\x8f\x1e\x96\x70\x86\x2b\x02\x8e\x85\x5e\xe4\xf0\x40\xc8\xbb\x97\x8d\x43\xb9\x8e\x28\x8b\x0c\xbf\x5c\x15\xc8\x0c\x47\x03\x1a\x93\x44\x83\xe0\x97\xb2\x2e\xe1\x10\x74\x30\x97\x23\x38\x0d\xe9\x65\xc7\xf8\xe7\xa1\x47\xcc\x1c\xde\x35\xd8\x93\xea\xc5\xbd\x06\xf7\x9c\xf8\xc6\xb9\x82\xf8\x84\x3a\xb3\x1f\x23\x63\xde\x81\xac\x8f\xe8\x21\xc7\x50\xe6\x07\xf4\xcd\x2a\x90\x78\x81\x29\xeb\xff\x13\x0e\x13\x51\xa5\x91\x82\x11\x62\x87\x7e\x2b\xff\x3c\x31\x45\x6a\xcf\x7b\xc0\x38\x49\x08\xb8\x9f\x19\x39\x94\x60\xee\x0c\x86\xe0\xc4\x46\xce\xdf\x0c\xe2\x70\x19\x7b\x2b\x23\xd9\xeb\x27\xeb\x00\xc3\xcf\x71\x3f\x33\x94\xb1\x7a\xd5\x30\x71\x08\xff\x5e\x67\x2b\xb8\x2c\x70\x2e\xbe\xcc\xbf\xc5\x97\xe8\xee\xf0\x5e\xf0\x2e\x8a\x3f\xf1\xfe\xe0\xfd\xc1\x48\xe7\xae\xe5\xee\x21\x87\x71\x76\x73\x0c\xc7\xc3\xd8\xd1\xec\x89\xc3\x0b\x59\x6c\xb6\xa3\x57\x2d\xb3\x90\x15\xeb\x18\x4c\xd4\x30\x93\x56\xdb\x30\xca\x89\x94\x9a\xa5\xfc\x33\x9a\x94\xc2\x26\xde\x39\xf5\xb4\xec\x6e\xee\x43\xa5\x48\x34\x85\x3b\x4d\xfe\x04\xab\xe3\xd8\xc8\x5c\xb2\xce\xb2\x03\x25\xb9\xc7\x66\xb3\x40\xd1\xb3\x90\x85\xcc\x0a\xe1\x0c\xaf\x19\xc4\x05\xde\x2f\x47\x13\xc6\x43\xce\xd0\xea\xe3\xf8\x43\x56\x52\xe5\x03\xde\x60\xd1\xd9\x7c\x36\xf7\x73\x41\x8a\xba\x92\x6b\x6d\x9c\x22\xf8\x9b\xb3\x2f\x37\x1d\x79\xcf\xce\xd4\x9d\xce\x74\x66\x15\x66\x2f\x89\x6b\x66\x8e\xab\x9c\x82\xa7\x32\x67\xc8\x97\xee\xf1\x23\xb6\x88\xdb\x1d\x4e\x33\xfc\x04\x8b\x57\x8b\xf1\x00\x8e\x7b\xf9\x1b\x1e\x58\xdf\x66\xa8\xe2\x8a\x6a\xca\x95\x37\x38\x4d\x95\x19\xbc\xa3\xec\xf1\xd2\x1f\x70\x34\xeb\x4b\xd1\xd1\xf4\x71\x96\xb5\x51\x13\x8b\x33\xc3\xf4\x82\xa0\xdf\x84\x3c\x7b\xd1\x6e\x26\x63\x48\xb1\xc7\x21\x1e\xbf\x25\xde\xb4\x5a\x87\xdd\xe2\x5e\x2e\xfb\xc2\xf3\x6d\xbd\x9a\x77\x89\x1b\xdb\x94\xae\x9c\xc7\x61\xd6\x5d\xe3\x16\xb1\x8d\x55\xdf\xa0\x66\x56\x5f\xd9\x8b\x74\x27\xe6\xcb\xa2\xdc\x98\x5f\xcc\xa5\x86\x5f\x41\x2a\xc2\x5f\xf7\x70\xb7\x1d\x83\xa1\x3a\xe2\xe0\x8e\xab\x25\xc2\xd5\x55\x98\x8c\x97\x58\x66\xcd\x33\xe9\xb6\xca\x33\xe3\x6e\x69\xc7\x14\xa9\x9c\x03\xcd\x4a\xee\x5c\x76\x4c\x7d\x34\xb4\x91\x05\x54\xbd\x4c\x3b\xc9\xcc\x2b\x5b\x1b\x63\x24\x86\x0a\x27\x05\xed\x61\x4c\xe4\x7a\x7b\x7e\x67\xac\xd1\xfc\xed\xb0\x0d\xb7\x97\xaa\x57\x9f\xc3\xd6\xf2\x1a\x0b\xf7\xe4\x5c\x4b\x8d\xd7\xe6\x69\xef\xa5\x95\x49\xe2\x34\x9f\xd3\x6f\x31\xc3\xd4\x8b\x32\x4d\x68\xed\x4a\xdb\x2c\x46\x72\x99\x7c\x13\x79\x72\x54\x9b\xd4\x82\x52\x7e\x30\x46\xf4\x8b\x96\xec\xbe\x58\x70\x0a\xf0\xb6\xbb\xcb\xc3\xa0\x64\xf3\x67\x1c\x33\xa4\xbe\x60\x20\xc7\x2b\xe3\xa8\xd6\x4c\x1b\x91\x19\x23\x7e\xa7\xc1\xb2\xc2\x89\xb7\xaa\x52\x52\x34\xed\xb0\xe2\x34\x99\x97\x7c\x50\x76\x9d\x32\x16\x95\x22\x19\xa7\x6d\x3a\xb8\x5e\x34\x40\xaf\x74\x7b\x27\xd0\x81\xdb\xed\x2e\xf3\x22\xe1\xe9\xe6\x9f\x39\x33\x90\xff\x0a\x36\xeb\x3a\x48\x58\xb6\x26\xfb\x36\xd9\x43\x4c\xd2\xfc\x41\x99\x42\x00\xaa\xed\x94\x31\xea\x6b\x45\x2c\xb5\x29\xe9\xbd\x8c\x4e\xeb\x8e\x32\x95\x20\xf4\x47\xfe\x1f\x45\x00\xf8\xb7\xdb\x59\x41\x14\x14\x6a\x77\x92\x67\x0b\x5f\x58\xf9\x27\xfb\x2e\x1a\x63\x1c\xd0\x76\x03\x02\x4d\x84\xe6\x09\x38\x55\x74\x58\xbd\x1a\x3c\xc6\x80\x95\x91\xe0\x28\x75\x9e\x5c\x0e\x79\x26\x6d\x92\x36\x42\x77\x23\x41\xf1\x10\x2c\xf6\x17\x08\x2f\x22\x9b\xdd\x94\xfc\xd3\xc8\x3f\x76\x17\xb9\x06\xb4\x79\x65\x0c\x3b\x04\x53\x1a\x2a\xb2\x9b\x70\x57\xb5\x93\x7a\x02\xf7\x12\xee\x54\x6d\xc7\x3d\x70\x48\x81\xe0\x9b\x28\xb6\xb2\x6e\x7c\x63\xe2\x09\xc9\x0b\xdc\x37\xe2\xb2\x78\x06\x4e\xf2\x9f\x2f\x5c\x8d\x8b\xdd\xfc\xf9\x36\x78\xa1\xdd\x59\xee\x4c\x7c\x78\x65\x31\xeb\x14\xfe\x38\xcf\x51\xf3\x90\x1b\xa5\xfc\xa1\x5e\xc6\xf9\x26\x58\xa8\x8c\xe1\x80\x58\xaa\xbc\x86\xfd\x94\xec\x22\xfd\xc0\x8e\x49\x50\x48\xd6\xb1\x3e\x46\xac\x14\x05\xb0\xf8\x07\x94\x02\x32\x6b\xb6\xdb\x7c\x1e\xc6\x84\xed\xc6\x39\x47\x89\x3b\x2b\x3f\xb2\x4c\x88\xad\x7a\x5c\xdd\xad\x30\x2a\xb6\xab\xe6\xc9\x09\x5e\xb8\x22\x46\xe6\x87\xdc\x90\xd5\x4b\xde\x67\x8d\x4b\xbe\x8a\xb5\x27\x82\xc5\x3b\x44\x7b\x8f\x2c\x15\x26\x09\x9e\xef\x3f\xc7\x57\xf1\x63\x76\x65\x73\x4b\xb9\xed\x76\xdd\x6c\x2e\xfb\xa3\x85\x37\xd3\x9b\xb5\x4c\x57\xa0\x36\x37\x5c\x92\x25\x28\x23\x72\x2f\x70\xf2\xe5\x55\x39\x9d\xb0\xab\xf4\x9b\x96\x97\x19\x2b\x71\xd7\x78\x1d\x9f\x2d\xe2\x29\xbf\x85\x4f\x12\x0c\xc8\x45\x7e\x1f\x78\x6f\x25\xff\xec\x9a\xc1\x9d\x2e\xfc\x65\xc7\x66\xbd\xe0\x7d\xb4\xa0\x10\x15\xec\xbe\xec\x6f\x2a\x69\xe5\xa8\xa4\x57\xf1\xa4\x7c\x2a\x7b\xb2\x7c\x5b\x89\x29\xd8\x29\x65\x16\x2e\xcb\x98\x24\x1e\x35\x7c\x88\x3f\x2f\x9a\xaf\x2f\x0f\xfd\x20\xf0\xd5\x5a\xfa\x2d\xe0\x51\x54\x1e\xae\xe1\x1c\x81\x6c\x81\xdd\x16\x56\xba\xb0\xcd\x42\x40\xd8\x72\x57\x66\xef\x54\x85\xd5\xbb\x4b\x26\x2b\xea\x6a\x76\xb2\x7c\xe4\x33\x2a\xa7\x80\xf3\xa4\x07\x4a\x8d\xe9\xc7\xc5\x92\xa2\xb9\xf1\x5e\xc2\x2b\x46\xdf\x50\x86\xe0\x4f\xbd\xfb\xbe\x26\x9e\xbd\xe6\x94\xeb\xff\x38\x9e\xf2\xf7\x76\x8b\x59\x56\xa2\x77\x16\x3a\xc6\x3f\xdc\x52\x8d\x5e\xb5\xb6\xf9\x97\xf8\x84\x82\xde\x70\x92\xd9\x28\xbb\x58\xeb\x07\xb0\xa5\xf3\x2a\x75\x69\x2f\xc5\x7b\x4b\xab\xe3\xee\x08\x39\x85\x70\xe8\x7a\x7e\x7b\xde\xd7\x7d\xa9\xdc\x9b\xda\xf7\x2e\x0f\xd9\xff\x2a\x99\x76\xb3\x99\x43\xe2\x47\x16\xdd\x0c\x80\xfb\x59\xf2\xac\xac\x3c\xd5\xc0\x39\x50\xfc\x3e\xed\x12\xe2\x5e\xe8\x9a\x31\x8d\xc4\x37\x22\x99\x7b\x12\x0f\xe7\x56\x64\xd5\x44\x8d\xeb\x9a\xc9\x5b\x83\x72\x35\x39\x94\x97\xde\x0e\xca\x00\xda\xf0\x8e\xb7\xd2\xbb\x40\xa7\xad\xa9\x68\x0f\xf4\xc1\xf4\x06\x8f\x8a\xfa\x4a\xd8\x65\x2b\x33\xdc\xd9\xdf\x8b\x33\x32\x3d\xe1\xcf\x05\x03\x59\x9e\x24\x4f\xe3\x5c\x92\x7f\xe2\x92\x5c\x6f\x32\x23\x2a\x57\x17\x46\xb9\x12\x94\xaa\xf1\xa1\xf9\x79\x2f\x51\xce\xa3\xdf\xdd\xf1\x40\x5a\x01\x72\x6d\xd7\x89\x96\xc1\xe9\xa6\x9f\x79\x21\x68\x96\x64\x59\xa9\x9e\x34\x9b\x9d\x5b\xf4\x96\x74\x07\x2e\x2a\xf0\x24\x57\x65\xbd\x37\x18\x28\xec\x84\x8b\xfa\x7b\x54\x46\x54\x94\xf6\x33\xcd\x10\xe4\xa4\x7e\x4d\xbf\xeb\xf5\x59\xd1\x0f\x5a\xef\x18\x97\x26\x40\x1c\xdb\xad\xc2\xfb\xc8\x4a\xb3\xa5\xbc\xd5\xe8\x59\xf1\xf6\x12\x1d\xfd\x32\x6b\xb0\x68\x3a\xe0\x03\x5d\xcc\xcf\x04\x9a\xb2\x5c\xf2\x4e\x82\xeb\x12\x1c\xf5\x33\xc1\xde\xc8\x1b\x5a\x1b\x88\x1c\x78\x4e\x6d\x05\x7b\x7a\x35\x28\xe6\x22\xd3\x77\xf4\x48\xce\x21\x97\x6c\xfd\x85\xfb\xd1\x6b\x66\x89\xdc\x6c\xec\x8e\xc8\xbf\xb8\x15\x1d\x63\x3e\x2e\x5c\x89\xbe\x05\x27\x8c\x42\x6c\x72\x26\x90\xfb\x1c\x9b\x77\x42\x98\x63\x8f\x39\x46\x7a\x66\x47\x60\x60\x60\xa0\x2a\x1e\x3b\xef\x15\x27\x0f\xc6\x17\xee\x28\x96\x98\xe1\xa1\xb6\xc7\x05\xc5\x78\x97\x59\x2f\xe7\x1d\x63\xb9\x30\xaa\xe8\x34\x3b\x8c\x78\x5f\xe0\xc1\x9e\x02\xfe\xcf\xd0\xc2\xd2\x67\x54\xe6\x2e\x61\xed\x38\x7e\x4d\x77\x9c\xf9\x34\xa2\x48\xa3\x61\xd6\x07\x9c\x57\x16\x33\x71\xaf\xbf\x64\x06\xa6\xcb\x0e\x96\x38\x95\x78\x6b\x8b\xf1\x27\x88\x7c\x73\x13\x8e\x27\x11\x22\x98\x52\x58\x2a\xa5\x33\xca\xf2\x37\x49\x18\xf4\x0b\x79\x75\x62\x5a\x3a\x4b\xbf\x40\x14\x73\xec\x8a\x36\x56\x78\xf0\xc8\x90\x5a\x27\xd8\x17\xb0\x5c\x51\xc7\x77\xdd\x23\x93\xd6\xf1\xe6\xec\xf0\x16\xb1\x38\x7d\xb6\x1a\xfe\x9f\xec\x64\x73\x06\x3b\x82\x35\x83\x47\x29\xb8\x97\x73\x00\xdf\x66\x4c\xd4\xca\x69\xdc\xdc\x57\x9a\xf3\x69\x87\x72\x0e\xa8\xde\xc7\x0f\x67\xeb\x95\xf3\xc2\xaf\xa8\x6e\xca\xad\x0e\x06\xc9\x27\xa4\x6b\x76\x7f\x97\x7c\x17\xbd\xd8\xfe\x56\x38\x2e\x60\xda\x32\x78\x47\x79\xd3\xcd\x7b\x58\xcd\xec\x64\xee\x9c\x82\xc4\xe2\x37\xe8\x1d\xc3\x9b\x42\x3e\xd5\x3e\x37\x31\x7f\x6e\xea\x32\xdd\x68\x5e\x56\x5c\x79\xf6\xc2\x9c\xde\xb0\x1b\xaa\x43\xd9\x6f\xfc\x19\x72\xaa\xea\xdd\xee\x03\x12\x92\xdc\xb8\x3d\x4d\xe8\x25\x99\x63\x1b\xc6\xbd\x2c\x38\x61\xfe\x98\x65\xc5\xd1\x70\x12\x0b\xcc\x2a\x1e\xa2\x3b\x0d\x75\x65\x8e\x14\x5d\xae\x5d\xf1\xb1\x14\xb1\x4e\x50\x90\x15\xb7\x4e\x73\xc9\x10\x19\x96\xac\xfa\x9f\x7e\xa5\xbf\xb5\x7c\x4b\x76\xe5\xee\xe9\x92\xf5\xca\xcb\xdb\x1d\x04\x9f\xa5\x95\xb6\x1e\x5c\x96\x90\x64\xfe\x99\x79\x83\x3b\x8b\x7d\x37\xff\x72\xad\x15\xd2\x6a\x48\xad\xf2\xa0\x2c\xd3\xbf\x2b\xdf\x90\xb2\x5c\xe7\x59\xfc\x5f\xec\x29\x0d\x51\xc0\x0f\x5b\xa2\xec\xcd\x7b\x75\xe0\xa9\xec\x6e\xce\x9f\x9e\x97\xc4\x67\xd4\x2d\xdb\xff\x16\x48\xe5\xb3\x6c\x5d\xb9\x26\x22\xef\x95\xd6\xcc\x64\x6e\x20\xdc\xde\x3c\x9a\x96\x43\x31\x6b\x58\x9d\x5e\x9c\x3a\xad\x46\x90\xd1\x1c\xcf\xac\x78\x97\xf9\xe2\x48\x55\xe9\x26\xd2\xfe\x40\x75\xa1\x13\xf9\xde\xde\xaf\x86\x3f\xa9\x06\x57\x44\xa7\xa7\x4b\xb6\x84\xaa\x9e\x83\x39\x56\x0f\xa5\x4f\xe0\x93\x26\xb6\x02\x23\xb6\x10\xe6\x34\x6f\xcf\xf8\x44\x7e\x5f\x5f\x92\x79\x33\xe5\x49\xcd\xb2\xac\x81\xf8\xb8\x0a\x0e\x69\xf0\x88\xac\xe4\x3c\xf9\x5d\x20\x5a\x70\x9f\xea\xb7\xf7\x79\x5e\x1b\xed\x8a\x2b\x4d\x17\x04\x60\x5b\x22\x54\x35\x90\x87\xd5\x37\x69\x13\xb2\xca\xc4\x5f\x40\xc5\xcc\x61\x9f\xa6\x2a\x12\x99\xdc\xf5\x7f\x02\xe0\x02\xa0\x89\x46\x01\x00\xb0\xdd\xdd\x0a\x08\x92\x2a\x02\x0a\x08\x48\x88\x82\xa4\x74\x77\x33\x18\xeb\xde\xed\xee\xd6\xdd\x1b\x0b\x06\xa3\xbb\x1b\x04\xbb\xbb\xbb\xfb\xb7\xf5\x59\xd8\xfa\xbe\x3e\x27\xb2\x37\x7a\xb4\xab\x99\xfc\xb9\xc8\xaf\x7d\x0d\xe5\x68\x26\xba\x19\x41\x3d\x9c\x90\x5f\x0f\xd1\x5e\x87\x5f\xab\x4e\x07\x7c\xb7\x63\x4c\x93\x18\x8d\x1e\xf9\xba\x22\xc8\x7a\xfd\x7c\x15\x01\x1e\xb1\x24\x4b\xb7\xb1\x8a\xc0\x53\x03\x8d\xf4\xa3\xe4\xf0\x5e\x77\xc0\x1a\x1d\xda\x79\x14\x00\x0a\x6f\xb6\xf9\x03\x3f\x33\x57\x37\xa9\x18\x75\x09\x56\x75\x9d\x60\x59\x78\x83\x59\x01\xc5\x6f\x4f\xae\xd8\x09\xfb\x79\x20\xcb\x47\x99\x9b\xd7\xfb\x29\xcf\xb3\xfc\x2d\xcf\x48\x6a\xd8\xc9\xe0\x96\xfe\xfd\xcc\x20\xd2\x58\x4f\x28\x33\x11\x75\xac\xe3\x32\xb3\xb8\xb0\xa8\x35\x9e\x29\xce\x18\x6b\xec\x62\x9e\x89\x3f\x5b\x7b\x8e\xe5\x10\x5e\x54\x35\xcc\xd2\x6f\xf7\x36\x52\xd9\xb3\x3c\xf0\xda\x09\x36\xb4\x1e\xad\x5c\xcc\xfe\x65\xe5\x26\x7e\xce\xe1\x30\xb4\x7d\x97\xf9\xbe\xa4\x75\xdd\xd9\xbc\xe7\x28\xef\xf6\xd7\x3c\x79\xc1\x8b\x16\x1c\x2f\x22\x23\xa6\xe1\x22\xcf\x3a\x1e\x5f\xf3\x99\x37\x2d\x7c\x6d\xe5\x43\xee\xd7\xed\x4b\x0d\x1d\xdc\x17\x1e\x44\xad\x3b\xf7\xf2\xfa\x5a\x45\x3c\x77\xaf\x95\x49\xec\xc4\x6d\x05\x46\x7b\x21\xc5\x74\x62\x70\xd7\x26\x79\x44\x59\x66\xdb\x59\x19\xa6\x60\x6d\x73\x82\x54\x9c\x5e\x53\x3f\x20\xe9\x8f\x7b\x50\x7d\x5f\xfc\x20\xac\xcf\x74\x45\x3c\x27\xe0\x96\xbe\x56\xe4\xe0\x41\xd4\x6c\x14\x6e\x5c\x7f\x43\x1e\x27\x70\x5e\x3b\x5f\xb4\x91\xbf\x8e\x2e\xe9\x29\x37\xe8\x08\x1e\x9d\xa1\x7a\x47\x24\xa9\xf5\x65\x79\x63\x7e\x58\x13\x56\x3b\x37\xed\x61\xdd\x45\x35\x25\xce\xb7\x7a\xb2\xf2\x46\x98\x5b\xc5\x1f\x85\x53\x80\x50\x77\x5e\x96\xec\x91\xaa\xce\x92\xe4\xac\xff\x9f\x4c\x2a\xca\x5b\x5b\x2c\x44\x0a\xc2\x69\xf5\xdd\x17\x6a\x2f\xe1\x63\x3b\x2a\xaa\x6f\x96\xca\x5b\x83\xaa\x86\xf2\xf0\x8d\xc7\x4d\xa8\x34\xcb\x3a\x3b\xe3\xb2\x58\xad\x39\x5b\xd7\x15\xda\x56\x51\xa4\xb5\x0d\xb0\xd3\xb9\xa8\xd2\x3d\xac\x55\x23\xf2\x8c\xf5\x9f\xa5\x6f\x24\xa9\x6b\x9b\x05\xd7\x84\xbe\xb4\x6d\xdd\x82\x26\x7f\xdc\x93\x8e\xf0\xfa\x37\xa5\xb6\x2d\x5f\x6b\xc9\x79\x8b\x1a\x49\xe6\x3b\xa9\x27\x6b\xcf\x57\x3a\xc7\x46\x9a\xe7\x18\x8b\x43\x71\x15\xcb\x74\x64\xff\xdf\xe5\xb7\x35\x5e\x1e\x73\x55\x59\x8a\xd1\xf5\x3f\xa4\x7a\xa9\xf7\xda\x93\x02\xb6\xb0\x92\xfa\xb0\xdb\xaf\x6d\x0a\x4e\xd8\xfe\xbd\x19\x59\x72\xb6\xa5\xbe\xa1\x3b\xf7\x68\xe3\xaa\xda\x2b\xa9\x82\x5a\x94\xf9\x76\xec\x8a\xaa\x56\xd3\x91\xd0\xdd\xc6\x01\x03\xd5\xff\x45\x39\x56\x7b\xde\x63\x96\xf2\xad\xf2\xee\x86\x85\x52\x47\xe9\xab\xb5\x3f\x04\x8b\x85\x57\xc8\xff\x8d\x4b\x70\x69\x18\xf1\x48\x37\x7e\x57\xf1\x81\x81\x0b\x04\xdf\xec\xa1\x9e\x1b\xc4\xdc\x64\x6c\x47\x37\x69\x2c\x6a\xa2\x25\x84\x12\xba\x6b\x69\xbd\x9e\x36\xcd\x17\x30\x9b\xe8\xdf\x36\x67\x19\x63\xc0\xd9\x0e\xff\x34\x75\xb0\x93\x05\x57\x56\xcf\x2a\x24\x9f\x1e\x9f\x4c\x30\x63\xf0\x23\x9e\xc4\xc2\xe2\x9e\x81\x3c\xd2\x96\xec\xe6\x1e\x1c\xd9\x3e\xb9\xb0\x23\x92\x12\x1e\xf5\xa1\xf9\x25\xb5\x7e\xd7\xa2\xfa\x40\xba\x93\x2f\x64\x8e\x01\xae\x6f\x2e\x32\x2e\x00\xeb\x1c\x57\x6b\x10\x30\xc9\xa2\x51\x86\x67\xe5\x93\x1b\xc6\x00\xf2\x74\x4c\xec\xf0\x38\xb9\xa3\xd8\xd0\xff\x3f\x4a\x42\xb6\xa6\x67\x32\x75\x61\x72\x7c\xfb\x23\xda\xf4\xa8\xc7\xcd\x5c\xfa\xa6\x5d\xb3\xeb\xee\x03\x90\x2f\x54\x35\xc1\x78\xb5\x19\x65\x38\x04\xe1\x1d\x37\x6b\xac\xe1\xdf\x16\xa7\x64\x6e\xac\x6a\x72\xec\x1e\x22\x30\x05\x33\x63\xe8\x20\x10\x53\x1c\xdf\x3f\x09\xa8\xca\x4e\xee\xb6\x60\xac\x4a\xb6\x69\x9f\xce\xd8\x1f\xb5\xaf\xa9\x03\x14\x05\x7f\xae\x9b\x03\x11\x7d\x81\x2a\x37\x18\xb1\x19\x36\xcc\x66\x96\x3a\x16\xaa\xf1\x2c\x9c\xa5\x95\x54\xca\x16\x90\x5e\x8d\x12\x99\x91\xe8\xd6\xc1\x83\xcc\xb4\xa2\x5f\x7d\x53\x98\xb9\xd9\x73\xba\x1c\x98\x9c\xa4\xa7\x6d\x2b\x99\x27\xa3\x64\x8d\x87\x58\xf6\xc1\x97\x6b\xed\x59\x26\x5f\x42\x65\x0a\x7b\xd5\x66\xbd\xde\x9f\x5d\xed\x58\xab\xea\xe0\xd8\x58\x0a\x24\xa7\x39\xdd\x24\xde\x08\x8d\x3f\x07\xbd\x63\xe0\x1c\x6f\xa0\xa8\xaa\x77\x3e\x2f\x39\x6b\xb8\xd3\x8b\xb7\x22\xa9\xba\xd5\x95\xfb\x35\x2a\xbe\xe1\x36\xf7\x7e\x70\x5b\xcd\x0e\xee\x0d\x5f\x84\x09\xe2\xde\xde\xdc\xa5\x2b\xe3\xde\x72\xbc\xa3\x7c\xc4\xbd\x6c\xf9\x49\x32\x89\x7b\x9e\x78\x7a\xd8\x4f\x5e\x8a\x52\xf5\x1b\x65\xb5\x85\x9f\xba\xef\x4a\x8f\x66\x59\x76\x4c\x93\xbc\x4e\x5a\xd9\xfc\x57\x62\xbf\xfb\x79\x7d\x9f\x38\x37\x38\xbb\x7a\x9d\xc8\xec\x1b\x56\x91\x2f\xbc\xb6\xf9\x50\x79\x82\xe0\xbb\xd3\x5a\xc5\x65\xc1\x1a\xab\x52\xd1\x0f\xfe\x66\xc2\xef\xa1\x75\x7a\x52\xd9\x99\x3e\x75\xf9\xb7\x42\xff\xae\x47\x5a\x5c\x26\xa9\x7d\x8e\xfa\x4d\x22\xb7\x79\x86\x0a\xbf\xbb\xb4\xee\x90\xe2\x75\xd0\x3f\xb3\x9f\x3c\xc3\x77\xa5\x11\x92\xf6\x6f\x3e\xa3\xc5\x89\x5f\x38\x45\xcb\x7f\x8b\xac\xac\x0e\x8b\x36\x0b\xb6\x11\x36\x0e\x26\xd4\x58\x94\x2d\xe9\x3d\x6d\x5e\x52\xa0\xec\xb2\x31\xbd\xcd\xb8\xdc\x16\x6e\x3c\x90\xf0\xbe\x69\x87\x5e\x1a\xf9\xa6\x6e\x66\x79\x44\x50\x4d\x95\x4a\xfd\x7e\xdb\x2d\xc3\x79\x65\xee\xe6\x5e\xcd\x7e\x59\xbd\x13\x42\x9e\x28\x7e\xba\x76\xb1\x50\x2b\x5c\x86\x3f\x3a\x38\xa3\x61\x3d\x72\xa8\x97\x54\x7b\xb5\x60\x7b\xe7\x89\xea\xbc\x0c\x51\xeb\xcb\xca\x67\x09\xdd\x8d\x0f\x2a\xb2\x23\x47\x6a\xdb\xf5\x27\x83\x68\x55\xde\xe5\xf3\xb7\x1d\x31\x10\xd4\x8b\x36\xf7\x68\xb2\xe4\x77\x9d\x00\xd9\x77\x49\xf7\xda\x00\xa1\x9f\x10\x89\x47\x0c\x8c\x36\xeb\x90\x88\xde\xd5\x8d\x53\xf2\x7f\x77\x16\xd6\x25\x66\xc4\xb6\xb2\xab\x2b\x13\x98\x8d\xb8\xca\xb3\x91\xba\x5a\x7f\xe3\x9b\xa0\x82\xca\xf3\xba\x47\xdb\xf6\x1b\x26\x69\xd8\x9b\x0f\xab\x9f\x2b\x9e\x3a\x99\x65\x42\x69\xcc\x5a\xbc\xe0\x9c\xb0\x0a\x0b\x1d\x4c\xc1\xfb\x97\xb8\xed\xcd\x20\x4c\xca\x55\x8d\xc6\x11\x2e\xa7\xde\x1f\x5c\x4a\x7c\x18\x37\xab\xa7\x82\xec\x14\xbe\xb0\xfd\x0a\xa5\x2d\xf0\x64\xd3\x08\x2d\xdb\xeb\x73\x6d\x08\x10\xed\x32\x64\xa2\x82\xe9\xf6\x99\xe5\xce\x70\xce\x9a\x09\x39\x9f\x45\xc7\x12\x0f\x5c\x21\x12\x4a\x36\x8d\x3f\x23\x2d\xca\x55\x8f\x3c\x23\x8d\xa7\x3e\x1c\xe8\x20\xeb\xe3\xe6\xf5\xb8\x53\x5a\xc2\x97\xb5\x13\xa8\x5f\x02\x2f\x36\x65\xd2\x89\x5e\x7f\x6a\xbe\x30\xac\x5d\x0e\x9b\x5c\xc1\xa7\xf6\x0c\xed\x2b\xb8\xde\x62\x85\x3c\x8a\x85\xc7\xe6\x1d\x88\x21\x9f\x29\x59\x37\x8e\xa6\x84\xe5\x4a\x47\x28\x94\x73\xa9\x77\x07\xb6\x51\x09\x71\xb3\xbb\x8f\xd3\x92\xc3\x97\xb5\xcf\xa4\x13\x03\xaf\x36\x4e\x00\xe3\xde\x33\x6a\x0c\xe0\x06\x97\x4b\x15\xb7\xa0\x76\x7b\x9d\xb6\x92\x69\x6f\x11\x20\x9f\xce\xea\xc2\x7a\xef\xdf\x05\x70\x4b\x26\x8d\x95\x00\x03\xb9\xb8\x61\x0a\xf0\x32\xf5\x68\x7f\x24\x23\x39\x76\xa2\xeb\x09\xe3\x7f\xe1\x73\xda\x9c\xc0\x81\xc0\x6b\x8d\x6b\x20\xa3\xf7\xd2\xea\xe3\xb0\xc6\xe5\x7d\xc5\x32\x66\xb9\xfd\x79\xcd\x43\x96\xc2\x42\x27\x4b\x61\xeb\xb0\x93\xf6\x39\x32\x6b\x11\x17\xf6\xc4\x33\x2b\x72\x83\x86\x4a\x99\xca\xd4\xea\xbe\x10\x66\x73\xec\x9d\xce\xff\x98\xcf\xc2\x26\x5a\x5d\x59\xdb\x02\xcf\x36\xd8\xb3\xda\xbd\x2d\xcd\xf7\xd9\x6e\xae\xf3\x8d\x7e\xec\x51\x87\xd9\x9a\x85\x1c\x4f\x8b\x2f\x52\x39\x67\x0c\x73\x69\xef\x6a\xbe\x27\xa2\x62\x34\x8a\x77\x32\x77\xde\x60\x01\x2f\x3b\x15\xdb\x1b\xca\x5b\x19\x3b\xdc\xf1\x8e\xfb\x39\xec\x4e\x8b\x37\xf7\x7a\xe0\xfe\x7a\x37\xee\x19\xef\x75\x55\x5f\xb9\xd7\x5d\x9d\x0c\xb9\xdc\xdb\x0e\x3b\xd4\xfe\xdc\x9b\x96\x29\x92\x31\xee\x45\x8c\xc7\xd8\x47\xf9\x56\xc4\x82\x91\x85\xb2\xb8\x9c\xf2\x81\x15\xd2\xe2\xd4\x49\xdd\xbf\x25\xf2\xd8\xe4\xf6\x56\xf1\xb9\x30\x4d\xd3\x0f\xf1\xec\x40\x75\xed\x6f\x51\x8c\xb7\x4d\xe5\x31\x61\x85\x6b\xba\x7e\xb3\xe0\x92\x83\x51\x65\x29\x98\x69\x79\x4b\xdc\xce\xdf\x8a\x3e\xbe\xa7\x4e\x77\xba\x58\x39\xf4\xa8\x7c\x4b\xce\xfc\xbe\x7f\x1a\x7d\x0a\xaf\xeb\xa5\x7a\x55\xcc\x7f\x6d\x06\x65\x67\x98\x77\xe3\x27\x85\x47\x60\x7c\xed\x64\xd9\xb0\xf7\x3c\xd3\x39\xa9\xb3\x2b\x45\x17\x20\xe6\x39\x5c\x57\x6e\x13\x3e\xb6\x0a\x10\x5d\x17\xb8\xa3\x67\x8c\x1e\x32\xbf\x2e\xfa\x33\xf8\xaf\xf2\x70\xb6\xbe\x6f\x5d\x85\x24\x65\x49\xd7\x2c\x43\x69\x0c\xb3\x75\x48\x17\x11\xfa\xa4\xd1\x46\x6b\x1f\xb8\xb4\x26\x48\xf5\xc6\xeb\xa3\x69\xae\x42\xea\xca\x2d\x67\x48\xff\x39\x4e\x56\x88\xc4\x4c\x2b\x89\xc8\x5d\xf0\x0e\x55\x37\x8a\xab\xab\x2e\xea\x1b\xac\xa9\xf1\xc8\xce\xe9\x1d\xa9\x1a\x4d\x7e\xd4\x69\x32\x45\xc5\x24\xb4\xee\x32\xdc\x0f\x3d\xd4\x30\xaa\x43\x6e\xff\x5d\xfd\x48\x73\xc7\xeb\x75\x45\x9b\x6a\x99\xab\xac\x7c\x99\x7c\x8d\xa3\x85\x62\x83\xc4\xc3\xaa\x4f\x78\x47\xb8\x15\x15\x38\xba\xa6\x71\xb0\x08\x37\xb8\xad\x7e\x55\xb6\x7b\x6f\x70\x0d\x22\x79\x5f\xe7\xba\xaa\x43\x31\x5b\x5b\x4e\x98\x16\x84\x76\x37\x6c\x37\xa4\x6d\x9f\xa8\xc6\x96\xb3\xbd\xbe\x55\xb8\xaa\xf3\x5d\x3b\xb5\x26\xc5\x1c\xc7\x5d\xf2\x61\xc9\x71\xab\xa7\x42\xac\x10\x71\x73\x11\xf1\x29\x2a\xf0\xb4\x82\x54\x8f\x3e\xb3\xf7\x1e\xb9\x0c\x1b\xdd\x6d\x47\xd9\x80\x3b\x55\x5d\x4d\xf9\x46\x48\x56\xa4\x53\xaf\x11\xbf\x83\xd7\x69\x67\xc9\x5d\xc8\x49\xf4\xfb\x54\x61\x52\x2d\x63\x29\xbd\x74\xbb\x17\x48\x65\x64\x3a\xf2\xe1\xc9\x50\xc1\x8d\x10\xc2\x33\xdc\xba\x53\x37\x89\x7b\xf1\x49\x7b\x5d\x48\x46\x82\xbc\x0b\x22\xe3\x89\xe3\xd5\xf3\x28\xbb\x49\xff\xe4\xe7\xa8\x61\x94\x68\x30\x8d\x96\x44\xed\x29\x55\xd3\x01\xba\x5b\x52\x20\x70\x14\x18\x0a\xf8\x04\xfa\x83\x81\x8e\xa5\xd0\x6d\xe8\xc1\x75\x16\xfe\x29\xc9\xf3\xd4\x5c\xc2\x7d\xd2\x9f\x71\x0a\xf1\x04\xf9\x43\xe7\x51\xd2\x18\xe5\xa2\x39\x85\x3c\x48\x3d\x2a\xf7\xa4\xec\xa1\x9d\x60\xdc\xa6\xde\xa0\xdf\x2c\xb5\xa1\xcf\x07\xfe\x26\x3e\x01\x4a\x41\xfb\x80\x61\xc6\x67\x28\xdc\x31\x09\x6a\x80\x81\xab\x68\xdc\x2e\xb0\xf4\x84\x13\x3e\x1a\x6c\xdb\xd3\x42\x40\x82\xb7\x3a\x36\x13\xd1\x90\x6d\xe5\x04\x89\x09\xb1\x65\xd3\xc8\xb5\xd0\x2b\xe0\x31\xe5\x36\x9c\x55\xb2\x8b\xe6\x06\x9f\x4f\xf4\xa6\x37\x33\xbd\x03\xf2\x19\xb1\x4c\x95\x63\x3c\x64\xc1\xfc\xef\xf2\x3e\x4c\x1d\xef\xd5\x31\x13\xf6\x24\x4f\x37\xf2\x1b\xf7\x95\xb7\xa5\xad\x85\xb0\x8a\x7b\xcf\xa4\x26\x86\x71\x8d\x92\xd3\x24\x1e\x37\x8b\x7e\x87\x7c\x8b\x6b\x8b\x08\xa3\xc6\x71\x6e\x27\x18\x69\xf7\x38\xe2\x80\xe5\x40\x1d\x67\x8a\x63\x01\xc8\x67\xe3\x2e\xf6\xa3\xe7\x2b\x9c\x8e\xa8\x30\x49\xf2\x95\xc3\x51\xd8\x06\xd9\xdc\xd6\x95\xb8\x87\xd2\x05\x15\x9b\x08\x76\x12\x6b\xb1\x94\x08\x8b\x5d\x68\x97\x48\xaf\x44\x3e\xc5\x3e\x14\x9e\xd0\x26\xfe\x07\xcd\x4a\x30\xd3\xff\x22\xfd\x3b\x4f\xe9\x08\x33\x3e\x72\xfe\x9c\x7b\x5b\x76\xa8\x0a\x79\x68\x2d\xea\x87\x89\x3f\x70\x02\xe3\x69\x34\x34\x1d\xc0\xb2\xf4\x1a\xc3\x54\xdc\x9d\x72\x91\xb0\x99\x10\xa2\x21\x53\x3d\x88\xe7\x55\xc1\x45\x5b\xc8\x14\xf9\xf3\xf8\x45\x54\x0f\x69\xb2\x3f\x82\xbe\x41\x54\xea\xd8\xc0\xf0\xe5\x47\x9d\x09\x45\x42\x9d\x4e\xfb\x4b\xcb\x6e\xb5\x7e\xeb\x2b\x44\xbb\x35\x4f\x6d\x60\x63\x78\xf5\x2f\xcb\xbf\x62\x5f\xd4\xec\xe1\x9f\xc7\x17\x55\x21\xc8\x66\xe2\x24\xe3\x83\xc2\x19\xa4\x11\xdd\x82\xb8\x75\x14\x95\xea\xb5\xdf\xff\x68\x66\x59\xae\xe3\x10\x70\x58\x28\x39\xe5\x5e\x7a\x60\xdc\x6d\xaf\xac\x6c\xc9\x48\x7c\x4f\x3e\xaa\x70\x20\xb5\x4e\x87\xde\xd7\xe3\xae\x75\xc4\xae\x6f\x7f\xc4\xb3\xc7\xf5\x37\xa7\x92\xec\x09\x59\x75\x40\xfe\x73\xd2\xda\x2a\x97\x58\x04\x65\xba\x1e\xe3\xa7\xa5\x6d\x54\x6d\x70\x3c\x0c\x20\xc4\xf0\xc9\x92\x52\xd4\xe1\xe4\xf1\x53\xc8\x43\xfb\xe7\x76\x1b\x50\x8b\xf6\xe8\x6b\x2f\xa2\x4b\x06\xbf\x6b\x30\x98\xcb\xbd\xd6\x5c\x00\x97\xd9\x31\x85\xa8\x24\xcc\x6a\x62\xe5\x53\x89\xe7\x6a\x68\xb1\xf6\xe4\x61\xe3\x2b\x3f\x90\xfa\x44\x7d\xca\xf1\x36\xe0\x24\xd9\x74\xe2\x76\xa9\xed\x49\xee\xb8\x37\x92\x78\xe4\x61\xf7\xb4\xb2\xfd\x07\xa6\xd5\x06\xa1\xe7\x8d\x4d\x52\xbf\xc4\x10\x06\xfb\xb9\x93\xb0\xdf\x7a\x16\x10\x1d\xf1\x0d\xad\x5f\xf2\xdd\x89\x85\xf5\xfe\xb1\xb3\xc9\xbb\x4d\x6f\xfc\x78\x54\x58\x33\xe1\x34\x9f\x7e\x5c\x42\xbe\xe2\x49\x41\x97\xdd\x3d\xee\x46\x79\x83\xa6\x8e\xde\xa1\x52\x31\xff\xda\x01\xda\x7c\x1c\xaf\x72\x37\xad\x8b\xb0\x4a\xca\xa0\x27\x10\x4f\x03\x78\x60\x2e\x59\x55\x32\x1f\xb8\x43\x25\x27\x6e\x60\x9c\xa1\x23\x02\x12\xc1\x77\x0c\xaa\x63\x0c\xec\x0a\x55\x5e\x46\x90\x25\xd8\x9e\x63\xa5\x94\x15\xb8\x17\xa3\x1b\x28\xc3\x04\xe7\xb6\x6b\xd4\x7c\x62\x89\xa9\x8f\xb6\x86\xd4\x21\xf9\x1f\xed\x1c\x65\x29\xfd\x13\x5d\x47\x65\x22\x74\x00\x4c\x5f\x92\x70\x94\xc1\x05\xda\x02\x66\x81\xe3\x60\x8c\xa3\x17\x3c\x07\x5e\x78\xa9\x92\xa4\x23\xb6\x1d\xad\x25\x87\x90\x98\x23\x38\xf2\x04\x19\x6e\xb3\xa1\xf4\x53\x30\xa6\x79\x54\x2a\xb5\x48\x92\x45\xf3\xa7\x81\x74\x3a\x7d\x0d\xbd\x06\x61\x03\x2c\x03\xae\x27\xa4\x33\x5c\xc1\x85\xfe\x17\x40\x0a\x14\xed\x68\x09\xdd\x84\xeb\x2e\x0c\x12\x5e\x30\xf6\x1f\xbe\x4b\xec\x03\x67\x0d\x1d\x21\x29\xc0\xd8\x96\x46\x72\x36\x58\x6f\x3c\x4c\xf1\x81\x66\x8a\xbd\xa9\x36\x10\x8f\xc6\xa5\xd9\xc0\xb3\x8a\xa3\xe8\xfe\xb0\x36\x7e\x08\xa0\x30\x57\xfa\x53\x19\xb7\x99\x72\xc7\x85\x50\x26\x6b\xda\xb9\x07\x78\x14\x6f\xf1\x21\x3f\x42\x08\xf7\xf2\xe0\x02\xa2\x2b\x97\xd5\xbc\x8c\x64\xc1\xf5\x33\x64\x91\x97\x73\x67\x88\xa6\x50\x96\x72\x9e\x51\xf9\xd4\x8d\x9c\xc3\x45\x64\x5a\x2e\x47\x1f\xef\x43\x6f\xe7\xe4\xfb\x47\x30\x36\xb0\x7f\x3b\x06\x80\x47\xd8\x9a\x33\x77\xb0\x8f\xe5\xf3\x0f\xf8\xe3\x1e\xc9\x1c\xfb\x93\xf0\x1f\xa4\xce\x8d\x2c\xc2\x57\x49\xb8\xee\x03\x69\x96\x18\x25\x38\x45\x5e\x2d\xaa\xa5\x70\x29\xbb\x84\xa7\x0a\xb9\x54\x9d\xe0\x52\x5c\x1b\xed\x35\xff\xb2\xff\x02\x80\xcd\x63\x3a\x16\x82\xce\x5c\xcb\x53\xeb\x31\xd2\x4a\xc7\xbd\xa7\xb0\xbc\x8a\xa4\x9e\xdb\x38\x96\x81\x5e\xef\x87\xd7\xea\x0c\xda\x97\x84\x21\x6d\x0f\x6f\x82\xf8\x50\xbd\x8f\xf4\x99\xec\xa8\xec\x2e\xa0\x52\xc4\x72\x52\xec\x05\xda\x24\xe9\x4c\xbf\x3d\xf4\x6e\x51\xb8\x63\x15\x03\xc5\xcf\x3d\x2e\x44\x87\xb5\x53\xc7\xec\x30\xf9\x2d\xa4\x2e\x16\x96\xda\x58\x5f\x3b\x1f\xa7\xac\xeb\x53\x7f\xc6\x8f\x54\xb7\x73\x5d\x09\xdf\x2b\x41\x62\x29\x29\xc5\xb8\x3a\x3f\x8a\x7c\xaa\x9c\x1c\xf3\x8e\x9a\xa1\x62\xfa\x25\xd2\x57\xc9\xec\x1d\x47\x80\x37\x42\xf1\x51\x08\xa5\xd9\x13\x39\xba\x03\x5d\x3d\xa4\xef\x60\x62\x3a\xfa\x0e\x57\xdb\x63\x4f\x77\x9d\x54\xad\xc7\x7d\x6f\xab\x63\xcb\x08\x21\x4d\xdb\xf1\xdf\x88\x7d\xb5\xd2\xbc\x2d\xe4\xcd\x95\xe8\x18\x0f\xca\x65\xdd\x7d\xdf\x9f\xb4\x26\xe5\x55\xc7\x53\x80\x4a\x5c\x72\xa4\x15\xe5\x73\x30\x6e\x84\x86\x8e\xd8\xeb\xd9\xde\x8f\x49\x1d\x79\x65\xce\xc5\x92\x06\x68\x4a\x3c\xae\xa1\xfb\x04\xeb\x09\xfe\x43\xdb\x35\x7c\x21\x31\xbb\x11\xca\x3d\x42\x7a\x50\xdd\x1c\xfd\x95\xc2\x36\x46\xfa\x3e\xa1\x65\xab\x4b\x1c\x1f\x03\x31\x92\xc5\x47\xe6\x95\xbd\x3e\x5e\x3c\xfc\x00\xf5\xfd\xd0\xe7\xf6\x35\x98\x69\xfb\xc2\xaa\x2e\x60\x57\x8d\x62\x14\xaf\x70\x3b\x07\x22\x58\x48\xbc\xb4\xeb\x32\xee\x0f\xe1\x6b\xcb\xf3\x5c\x98\x44\xad\xcb\x8e\xbe\x46\x59\x6d\xda\xe9\xfb\x86\x3a\xa1\xd1\x3a\xad\xa4\xbf\x90\x64\x9c\x77\xa1\x2f\x2a\x93\x1c\x12\xd1\x33\xd1\x36\x83\x35\xf4\x6e\x4c\x6f\x73\x23\xb0\x1a\x17\x62\xb8\x0b\xa8\xf0\x2f\x44\x65\x8c\xc9\xc4\x0a\xea\x79\x86\x80\x5c\x5c\x74\x1b\x5c\x4e\x4d\x8c\xa7\x80\x47\xe8\xb1\xfe\x9e\x50\x03\x83\xe0\x70\x0f\xae\x87\x06\xcf\x65\xd3\x7c\xb0\xc1\x07\x4f\xd1\xf4\x38\x78\xe0\x1d\xed\x2f\xfe\x74\xd3\x5f\x3a\x99\xb8\xdc\xe0\x4f\xff\x45\x2a\x12\x3e\x04\x20\xf2\x45\x6a\x12\x63\x09\x35\xb2\x28\x8b\xb1\x97\xf6\x34\x7e\x12\xc8\x01\xc4\x7e\xaf\x21\x32\xb8\xcb\xe1\x10\xcc\x81\xad\xcf\x72\xa9\x25\x44\x9b\x03\x7f\xa9\xd7\x88\xff\x06\xb6\xd0\x12\xc8\xb3\x9b\xa2\x69\x67\x28\x33\xf5\x26\x7a\x16\x75\xb6\x30\x86\xfe\x3f\xda\x7a\xca\x2d\xa0\x82\x9e\x5a\x38\xc1\x48\x01\xea\xe2\x7a\x40\x37\xc6\x7b\xbf\x03\x90\x07\x14\xe6\x30\x04\xc7\xc3\x23\xa7\x4f\x91\xbb\x19\xcb\xf6\xa7\x51\x7c\x19\x88\xbe\x16\xca\x7d\xc6\x91\x86\xdb\x54\x00\x5c\xa1\x8b\xa5\x39\x82\x42\x81\x33\xed\x36\xb4\x88\xfc\x9c\x5e\x0f\xb5\x16\x3a\x03\x2c\x38\x22\x6e\x2e\x83\x0d\xbf\xf4\x2b\x06\x1b\x98\x34\x87\x5a\xe8\x11\x6b\xc1\xc9\xf3\xa4\x74\xae\xcf\xde\x56\xd2\x5b\xee\xdc\x9e\x97\x64\x1d\xe7\x64\x7d\x1c\x25\x82\x63\xd4\x7e\xa7\x2e\xe4\x90\xf9\x93\xa9\xb7\x38\x85\xa4\xf7\xb4\x51\x4e\x62\x41\x1e\xbd\x8b\x13\x14\x5b\x09\x8c\x70\x9c\xfc\x76\x31\x3e\xb2\x9f\x38\xdc\x81\x82\xd9\xa6\xe3\x37\x09\x0f\xa4\x13\x63\x83\x44\x83\xd4\xbd\xdb\x8e\x84\x94\x84\xd4\x1e\x20\x7b\x8a\x85\x9a\x4a\xca\x02\xd1\x49\xee\x65\xca\x2b\xd1\x7c\xe2\x67\xea\x5d\x61\x64\xbe\x98\xf6\x4c\x80\x8f\x5d\x4e\xff\xc1\x17\xfb\x2d\x62\x84\xf3\x32\x1d\x67\x80\x9d\x5c\xdb\xa3\x1e\x78\xa8\xe2\xd1\xe8\x76\x82\x8f\x71\x6d\xc7\x30\xe1\x87\x3e\xa9\x5a\x4c\xbc\x54\x5e\xa5\xaa\x25\x8d\x6b\xae\x72\xe6\x91\x7b\x55\xbf\x08\x04\xca\x3e\xe5\xec\x3c\x22\xf5\xae\xec\x63\x4c\x24\x7d\x81\xa4\xdd\xf7\x04\x40\x12\x2d\x77\x8c\x60\xfc\xc7\xcf\x3a\xa4\xc7\xf9\xb6\x1e\x1c\x6a\xc3\xaf\x68\x7a\xd9\x56\x88\x7f\xdf\xe0\x55\x55\x4c\x38\x5b\x4b\x54\x0c\x12\xf7\x9b\xd5\xac\x38\xd2\x09\x13\x1f\xf7\x91\xfc\xd2\x10\x96\x1b\x4b\x5d\xa3\x3d\x1b\x4d\xa1\x21\x54\xd3\x7c\xf1\xf4\x3b\xd2\xbb\x8e\x64\x46\x8e\x90\x72\x40\x8f\x55\x8c\x64\x0d\x1c\xc6\xa5\x0c\x5c\x6a\x29\xc0\xdb\xf5\xae\x33\xb1\x09\xd3\x3b\x93\x64\x6f\x89\x93\x5a\x93\xe0\x7e\xd2\xb2\xc6\xd5\x58\x11\x39\xb8\x46\x95\xe3\x45\xe1\x9b\xaa\xa3\xc6\xa9\x8f\x74\x3b\x7c\x97\xd3\x11\x4a\xbc\xa3\x08\xf8\x2d\x0e\xd9\x3f\x82\x75\xdb\x1f\xd4\xff\x11\x37\x69\x2c\xa1\x59\x8b\xbb\x34\xec\x5e\x31\x8a\xef\xed\x7b\x2b\xf3\x20\x74\x74\x95\xc0\xb3\x89\x07\x5a\xab\x30\x5f\x49\xef\x1b\x08\xd9\xa7\x28\xee\xe6\x13\x51\x0c\xaa\xc6\x50\xb3\xed\x37\x7d\xad\xea\x97\x63\x1d\x30\x2e\x7e\xbd\x7f\x3e\xe6\xde\x51\xff\xfe\x18\x6c\xf7\x81\x5f\x4d\xdf\x70\xf0\x38\xb3\xc2\x16\x9f\x32\x7c\x51\xda\x49\x88\xe8\xbb\x01\xa9\x88\xe9\x9d\x12\x8c\x8a\x24\x6a\x3e\x93\xcd\x23\x9f\xa9\x25\x46\xa5\x52\x37\x56\xc8\x7c\xa7\xd0\x46\x35\x6b\x1d\x6f\x00\xf1\x12\xcf\x23\x17\xe1\x87\x65\x6b\x47\x5e\xc0\xe3\xa8\xae\x8e\x77\xb0\x1e\x13\x5f\x5d\x03\x9b\xb1\x37\x55\x1a\xb8\x0f\xcf\x64\xbf\x81\x0f\x13\x37\x11\xd6\xc1\xff\x91\xa7\xe4\x2d\x86\x7f\x52\x7e\x46\xd7\x33\x37\xd0\xa7\x6e\x33\x31\xe5\x8c\x70\x7b\x01\x6b\x06\x34\x70\x64\x29\xf4\x05\x53\x37\x12\x00\xbd\xc6\x3e\xe8\x88\x80\xae\xe0\x03\xcd\xff\xa0\x4f\x04\x48\xf9\x0d\xb6\x22\x5e\x65\xe7\xc2\x41\xe4\x9d\xf8\x2e\x98\x4e\x39\x9d\x6b\x86\xdb\x69\xb4\x68\x37\xf8\x33\xe0\xba\x2d\x8a\x59\x0a\x2e\xb6\x47\x30\x3f\xc1\x4b\x0f\x47\x41\xf3\x09\xa1\xc3\x22\x68\x2d\xd1\xab\xbd\x0a\x5a\x4c\x4a\x32\xc7\x42\x11\xe4\x1d\xca\x14\x48\x44\x89\x63\x5d\x82\xf6\x51\x01\xbc\x07\x3c\x99\x36\x9e\xeb\x0f\x87\x02\x96\x51\x0f\xe1\x4e\x06\x7f\xdb\x5a\xa6\x3b\x34\xcd\x3e\x99\x79\x1e\xae\x39\x98\xc4\xd0\xd0\xc9\x83\x7b\x18\x43\xf4\x7f\xad\xb7\x19\x17\x81\x92\xca\x8b\xe0\x52\xe0\xa5\x62\x3e\x58\xc8\x60\x32\xfb\xc0\x01\xd0\x06\x17\x04\x2d\x06\x2f\xe7\xb0\x20\x3a\xd4\x18\x15\x07\xcf\x80\x51\x3e\x17\xe1\x76\xa6\xa3\x7d\x34\xb3\x80\xf9\x7e\xff\x49\x60\x39\x1b\x1a\x88\x05\xb2\xd9\x40\x4b\x32\xd0\xcc\x2e\x34\xe1\x80\xbf\xec\x38\xd9\x75\x46\x21\x3b\x1a\xae\x61\x9c\x64\xa7\x60\x33\x41\x7f\x36\x22\xfb\x12\xd8\xc5\xe6\xee\x7e\x04\x45\xb2\x55\x3e\x43\xd0\x5f\x36\xcb\x5e\x02\x9f\x61\x93\xf6\xbe\xa5\xcf\x91\x38\xf7\xa1\xe8\xbb\xc5\x50\xd3\x19\xba\x49\x74\xa9\x62\x26\x30\x45\x64\x23\xd5\x03\x74\x21\x00\xf1\x81\xf7\x82\xfb\x18\x1c\x83\x2c\xd8\x9e\xbd\x9a\xf1\x9e\xaf\xdd\x4d\x03\x15\xbc\x2b\x3e\x15\x50\x12\xf7\xad\xfd\x29\x78\x23\xe7\xf7\x58\x2c\xb5\xd8\xe0\xd2\xe3\x41\x3d\xa1\x3b\xdf\xc0\xa3\x39\x95\xa7\xe9\xdf\xd1\xea\x35\x7b\xc4\xfd\x74\x27\xf5\x0a\xc6\x4d\xfa\x90\x12\x87\x9e\x0e\x24\xc8\xfb\xb3\x96\x01\xff\x49\x9f\x44\xde\x67\x98\xc4\x77\x7c\x78\x20\x4a\xa8\x74\x08\x87\x42\xf9\x0e\x23\xbf\x29\x29\x4d\x35\x9d\x03\x94\xa1\x86\x85\x75\xc9\xd4\xe5\xb5\x2d\xe5\xcf\xa9\xa6\xea\x59\xc2\x5b\xb4\x8d\x95\x29\x80\x1b\xed\x94\x51\x5e\x56\x45\x07\x74\xfa\x8c\xe7\x80\xab\xa6\x34\x72\x3e\xf0\x45\xf1\xcd\xc7\x89\x71\x53\xea\xec\x80\x04\x0f\x0b\xd7\x0f\x9d\x23\x4b\x06\xd4\xed\xb7\xc8\x6f\x7a\x73\x6a\xd2\x28\xb1\x5d\xd3\xb4\x53\x28\x77\xda\x88\x82\xd5\x54\x62\xd3\x30\xad\x8a\xb6\xba\xee\x38\x32\x80\x76\xcd\x2c\x4f\x7f\x4c\xaf\x30\x7e\x8d\x88\x05\x48\xda\x4f\xde\x67\x18\x05\x0a\xad\x03\x0c\x26\x8b\x9e\x0d\x4e\x90\xb7\x8d\xb9\xb7\xcf\x23\x57\x0e\x57\x57\xf3\xc9\xbf\xfb\xaf\x6b\x7c\x29\xc2\xee\x6b\xfc\x5c\xaa\x55\x7b\x15\xf5\x0b\xf5\x68\xb3\x75\x69\x0f\x8d\x55\x17\x99\x8e\xa5\x47\x54\xfe\x8b\x98\x05\xac\xd7\x6f\xf5\xee\x63\xac\x51\xcd\x77\xd0\x81\x0b\xc4\x82\xc1\x04\xd2\xa7\x03\x5f\xda\x4a\xc8\xd1\x7b\x17\x9a\x9f\x90\xdb\x47\xde\xaa\xeb\x29\x9b\x06\xe4\xbc\xab\x94\xfd\xdd\x2f\xa8\x74\x6a\x6e\xdb\xbb\xd2\x30\xda\xaa\x46\x69\xfa\x1a\xda\xd3\x6a\x55\xf8\x63\xfa\x11\xe3\x62\xef\x01\x60\x50\xbd\xde\xe1\x18\xa3\x59\x7c\x79\x74\x1f\xef\x0b\x12\xe8\xba\xc3\x23\xa1\xd6\xd4\xa3\xb9\xdf\xd1\x03\xba\x57\xdc\x4a\x6c\xa8\xa8\x9f\x1b\x82\x9b\x00\x9e\x73\xde\x12\x86\x50\x8b\x38\x66\x52\x79\xc6\x00\x27\x82\x62\x88\xc8\x60\xff\xa3\x75\x79\x29\xd8\x77\x19\x73\x6c\xaf\xb3\x4f\x42\x9a\xd1\x25\x3c\x37\xf4\x89\x2e\x5f\xee\x18\xd6\xad\xee\x1a\x37\x12\xa7\xd4\xa5\x73\x27\xe1\x6f\x8b\x9c\x39\x07\x88\xc1\x00\x96\x43\x25\xed\x29\x6b\xe7\x78\x51\xa2\x32\x0a\xd9\x3f\x68\x53\x22\x96\xb0\x4f\xd2\xcf\x78\x15\xb0\x47\x18\x67\x6c\xcf\xb0\xfb\xa1\x77\x23\x59\x5c\x3c\xde\xab\x53\xc9\x9d\x42\x40\xd6\xb9\x73\xcc\x44\x4d\xf9\x5e\x4e\x09\x49\x2a\xac\xe2\x6c\x25\xb7\xd1\x3f\xb0\x7f\x51\x1e\x94\x05\xb0\x4f\xd3\x36\x67\x2c\x63\xd7\xd1\xab\xc2\x2f\xb0\x79\x8c\xa5\x5e\x3b\xd8\x6c\x70\xc8\xf6\x0c\x5b\x02\x93\x87\x8e\x71\x16\xd0\xe2\xdb\x7f\xb1\xc7\x68\x4f\x6b\x3a\xd9\x44\x3a\x5a\x5b\xca\x8e\x00\x26\x09\x28\xec\x8d\x40\x3b\xed\x2d\x7b\x1a\xa3\x08\x59\xc4\x7a\x05\x6e\x49\x47\xb1\xee\x43\x53\xc3\xfd\x59\x6f\xa1\x47\x5b\x7f\xb2\xfe\xc2\x27\x6c\x2f\xb0\xed\x98\x07\x06\x2d\x58\x2a\xe6\xdb\xb6\x74\x56\x26\xf3\x5f\x75\x20\xcb\x85\x35\x4f\x63\xcd\x72\x60\xad\xe1\x27\xb1\xe6\xb3\x5c\xa8\xef\x59\xb3\x59\xd9\xa5\x4a\xe6\x37\x96\x2c\xed\x0a\x6b\x39\xeb\x78\xd8\x6d\x96\x1f\xeb\xdd\xd6\x17\xac\x2c\xf6\x42\xbb\x59\x2c\x35\xdb\xa3\xbf\x92\x19\x2b\x5a\xd6\xf2\x92\x19\x2b\xec\xa9\x1a\x61\x86\x08\xdd\x55\xa3\xcc\x40\x41\x33\x6f\x19\x73\xa7\xc0\x96\x72\x8d\xb9\x93\xdf\x57\xd2\xc0\xdc\xcd\xf7\x4f\xb3\x67\xe6\xf3\x06\xc2\x24\x4c\x88\x67\xb1\xf5\x3e\xb3\x97\x8b\xb0\xcb\x66\x3e\xe7\xf4\xf7\xfa\x42\x2f\xca\xaf\x34\x99\xa1\x0f\x5a\x85\x49\x0c\xbd\xd5\xec\x54\xec\x81\xbe\xa8\xae\x70\x76\xc3\xd3\x95\x79\xe4\x1d\xf0\x6a\xf9\x7b\x44\x2c\xec\x23\x2b\x4d\x75\x82\x0b\x24\xe3\xa1\xaf\x60\xad\xe8\xc5\xd6\x7e\xf8\x9a\xe0\xa9\xdd\x38\x73\x09\xef\x54\x57\x03\xf8\xaa\x9e\xdb\xb0\x1b\x7c\x5d\x1b\x6e\xc4\x82\x1f\xaa\x67\xca\x4e\x80\xff\x2a\x5b\x58\x52\x68\x55\xc5\x16\x62\x0f\xe4\xaf\x6f\x2d\xfa\x0e\xa1\xb4\x5f\x52\x2c\xa1\x66\xf5\x94\x50\x4f\xe8\xa5\xfc\xca\x56\x02\xbc\x59\x92\x63\xf7\x13\x26\x0b\xf6\x76\xf4\x83\x71\x3d\x87\xeb\x0a\xc0\x9d\x9d\x37\xf5\x12\x30\xac\xed\x84\xe4\x2f\x98\xdd\xcc\x84\x5f\x80\x50\xc3\x7c\x82\x37\xd8\x5c\x53\x5a\x38\x02\xde\xad\x64\x27\xaf\x84\xac\x0d\xee\x21\x64\x08\xa5\x91\x6d\x5d\x09\xed\x95\x57\xda\x2f\x82\x27\x8b\x10\xed\xc7\xc1\x79\x43\x7f\x6b\xe5\xe0\x94\xfe\x83\xba\x7d\xe0\xd4\x9e\x68\x49\x20\xb8\xb2\xc3\x0c\xfb\x80\x1e\x2d\x23\xf8\x4a\x30\xb3\x41\x56\xb8\x05\x54\xd7\x2c\x48\xea\x02\xaf\x9b\x56\x84\x38\x42\xf6\xe5\x03\x9e\x3f\x20\xa2\x72\x9a\xbd\x03\x34\x22\x9e\xde\x3e\x83\x71\x71\xbc\xb8\xe6\x21\xe3\xc8\xc8\x2b\x9d\x25\xe3\xc0\xa0\x83\xb8\x83\x71\xa6\xd7\x02\x1a\x64\x3c\xee\xb8\x88\x77\x04\xa7\xb4\x38\x17\x5c\x01\x3d\xea\x1d\x93\x0a\x40\x72\x95\x62\xd7\x6f\xf0\x90\x1e\xf2\xfc\x0e\xcd\x51\xad\xb2\x8f\x81\xa2\xc5\x49\x5d\x56\xd2\xcb\xa5\x8f\xea\x8f\x49\x9e\x97\xc9\x8c\x91\xe2\x8f\x68\x1f\x99\x51\xec\x88\xb9\xce\xda\x29\xca\xc6\x89\x89\x25\x42\x11\x21\xb5\xa8\x5c\x30\x40\x0a\x4a\xfa\xcd\x7f\x4c\x49\xdc\x75\x86\xbf\x94\x86\xf2\x88\xe6\xa5\x00\xf7\xd6\xcd\xe0\xd6\x40\x40\x27\x4d\xba\x02\xed\x51\xbf\x55\x12\x80\x91\x1a\x8e\x88\x53\xb0\x7f\x65\xd6\x22\x23\x3e\x85\x79\x5d\x78\x8f\x70\x99\x38\x45\xb8\x8a\xb4\xbb\xc8\x4f\x90\x4c\x7e\x9d\x74\x86\x6f\xa4\xf6\xec\x32\xf0\xee\xd3\x01\x0f\x6f\xde\x16\x86\x66\xdd\x22\x2e\x1f\xba\xd0\xf1\x48\x92\x8d\x6b\xa8\x33\x8b\x8d\xf8\x3e\x83\x9b\x68\x2f\xe1\x9d\xd4\x20\x9a\x4f\xfc\xc4\xcc\x10\xe6\x91\x2d\x09\x7a\x41\x2b\x25\xa7\xf0\x01\xff\x03\xf5\x40\x92\x9e\x1f\x4c\xf7\xdc\x55\xc0\x33\x03\x83\x1e\xb6\xdc\xdf\x20\x71\xdd\x3a\x6e\x06\x1c\xdf\x4e\x10\xaf\xa0\xfa\xd4\xee\x10\x65\x53\x1f\xe9\x5e\x09\x5b\x69\x52\x09\x49\x38\x93\xee\x0a\x67\x0a\x50\xf4\x57\xf8\x21\xfe\x11\x60\x6f\xa1\x2d\xdf\x82\xd1\x98\xb4\x9c\xa7\x06\xe1\xe0\x9f\xbc\xd9\x10\xca\x63\x26\x17\x80\xe9\xeb\xe2\x38\xaf\x98\xe6\xd6\x8f\xc2\xeb\x30\x50\x33\x49\xb8\x11\x1e\x2f\x17\x08\xc4\xf0\x33\xb1\x3b\xff\x3b\x73\x3a\xb4\x83\x8f\x61\xfa\xe0\xf6\xf2\x6e\x31\xb9\x05\xf1\xbc\x10\xe6\xcd\x44\x29\xf7\x3c\xcb\x3a\xb8\x8f\x9b\xc0\x2a\xf2\x98\xcd\xb9\xc8\xea\x5e\xd7\xc2\x09\x67\x4f\x6b\x49\x16\x74\x0b\x12\xcc\x31\x82\x35\xfc\xdf\xda\x55\x7c\x0e\xbf\x56\xf8\x1f\xef\x2f\xdf\x13\xb4\xe0\xb1\x79\xd7\xb1\x63\xdc\xdf\x3c\x59\x3e\x9d\x0b\xf0\x82\x12\xbe\x73\x67\x73\x9f\x06\x63\x38\x15\x5c\xaa\xc7\x12\xce\x6a\xce\xff\x6c\xa7\xb1\xcb\x39\xa8\xc6\x3d\xfc\x3c\xcd\xf4\xca\x2d\xbc\x33\x6a\x47\xf5\x02\x5e\xa0\xca\x59\x30\x87\x7b\x4a\xf1\x06\xa0\x72\x93\xe5\x1d\x98\x50\xce\x53\x19\x26\x2f\x88\x43\x94\xae\x4d\x98\xc3\x59\x2a\x6e\x08\xba\xc2\x1e\x14\x4d\x77\x7f\xca\x0e\x12\x04\xdb\xee\x66\x9d\xe4\x11\xeb\x1f\xf1\x76\xd5\xe4\x55\xcc\xe6\x9e\x30\x6f\x57\x2e\xe6\x26\x56\xe6\xf0\xbc\x38\x4f\x2b\xb6\xd1\xae\x72\x68\x86\xa9\xa8\x4b\x9c\xc5\xe5\x63\xb9\xd3\xd8\x3d\x9a\xa8\xf8\x85\xec\x6c\xa5\x3e\xc8\x81\x3d\x47\xd6\xea\x6e\x66\x35\x8b\x25\xb6\x24\x96\xbb\x20\xb4\xf6\x2a\x97\xd9\x31\x62\x48\xe5\x3a\xb4\x6d\x90\xef\xe6\x9c\x6c\x26\x70\x34\x9c\xcc\x06\x12\x35\x85\xfd\xa9\x36\xae\x0c\x62\xab\xaa\x7e\x64\x3f\x63\x6f\xae\x28\x8e\xb3\x60\x3d\xd6\x95\xec\x2c\x65\xa9\xd5\xab\xdd\x83\x59\x2e\x32\x83\xad\x84\x39\x26\xbc\x55\x3b\x8b\x9b\xd6\xb7\x4f\x6f\xe4\x7c\xee\x3e\x2f\x93\x72\xd4\x1d\xad\xec\x87\x9c\x75\xad\xe1\x94\x11\xf6\x48\xe3\x28\xf2\x3d\x3b\xae\xf6\x51\x36\x9a\xf5\xa1\x6a\x7f\xec\x08\xab\xda\x68\xbd\xd3\x82\x15\xa9\xb5\x75\xb7\x65\x3e\x93\xbf\xb3\x35\x33\xd1\x22\x62\x0d\x82\xeb\x33\xfc\x43\xf7\x9d\x73\x72\x60\x8f\xf4\x7f\x9c\xd4\x5e\x1f\x76\x22\xfb\x51\xa7\x90\xe2\xc7\xc6\xb6\x1a\x91\x7c\xf6\xe4\xc6\xa8\xec\x95\xac\xca\x9a\xf6\x58\x02\x2b\xc8\x44\xdd\xf1\x9a\xf9\xaa\xfc\xba\xbb\x15\x13\x56\xfc\xb4\x3d\x0a\xff\x13\x9d\x36\x75\x19\x7c\x4a\xef\xa8\xf7\xeb\xd4\x65\x38\x91\x87\x76\x02\xf5\x1d\x3a\xa9\xc1\x62\xd4\x84\x8b\xaa\x07\xb8\xdd\x88\x62\xa5\x37\xc1\x26\xc3\x49\xce\x23\x59\x45\x91\xa4\x07\x29\xbe\x01\xef\xc4\x6f\x69\x04\xd7\x4e\xd1\x42\xe0\xef\xda\x8b\x02\x07\x68\xd4\xb4\x46\xaf\x44\x1d\x56\xef\x2c\xff\x88\xb1\x13\x9e\xd6\xe6\x61\xe9\x10\x52\xfd\x02\x77\x85\x40\x57\x95\x12\x12\x10\xab\x14\x17\x88\xcf\xd3\x9f\xcb\x1d\xc9\x75\x51\xe1\x52\x02\x95\x12\x70\x41\x3c\x4c\xcf\x71\x6d\x17\x3e\x67\x18\xd6\x3e\x13\x4c\x87\xbe\x55\xc0\xba\x17\xd8\xf3\xaa\xbd\xe5\x09\xb8\xbf\xc2\x24\xcd\x19\x82\x2d\xf8\x4b\x5d\x48\xdc\x46\x58\xa5\xfc\x40\xa2\x17\x1f\x55\xe4\x90\xaf\xa5\xd7\xc8\x0e\x51\x13\xa3\x56\x49\xad\x69\x0f\x02\xfa\xc4\x04\x00\x72\x6d\x11\x76\x81\x79\x6b\xff\xf2\x6f\xc2\x48\x23\xa2\xbc\x9a\xfc\x51\xd9\xae\xdd\x4c\xd9\x23\xd8\xad\x3e\x47\x45\x83\x8b\x54\x25\x34\x27\xfc\x6e\xc5\x1f\xda\x9f\xe2\x45\x72\x90\xfe\x3e\x7d\x8e\xf4\x0d\xf0\x63\xf7\xb8\x24\x9f\xf1\x25\x80\x23\x3a\x0b\x4d\x73\x1d\x12\x2e\x86\x77\x58\x27\xf2\x43\x99\x3a\xc3\x42\xad\x19\x4c\x55\xe0\x35\x76\xe0\x0d\xbe\xb5\x6a\x2f\xb4\x99\x31\x55\x59\x04\x01\xb8\x5c\xc5\x4c\xe8\x46\xd1\x4e\x59\x39\x1c\x95\x96\x23\x5d\x0a\x5f\xd9\x1d\x22\x6e\x60\xee\x0e\xd8\x29\xb2\x61\x1e\x77\x1d\x13\x90\x58\x49\xd6\x8d\xbc\x7e\xd6\x7b\xdd\x23\x0d\x9a\xab\x95\x6f\x51\x2f\xe5\x02\xdc\x57\xca\x83\xdc\x08\xfa\x6b\x05\x81\xbb\x02\x8b\x94\xaf\xe5\x7c\x2c\x44\x4a\x47\x39\x4f\x52\x3b\x24\xc1\x9c\x5b\x91\x17\x44\x0f\x39\x07\x02\xe6\x0b\xcb\x38\x55\xae\x27\xf8\x47\x38\x78\xeb\x1f\xbc\xa9\x9c\x48\xed\x23\xb5\xbf\x22\x5f\x9a\xaf\xbc\x2f\x3f\xc2\xf1\x55\xc8\x65\x3f\x69\x85\xf2\x70\xd9\x0c\xcc\x22\xe9\x1f\xe9\xd2\x02\x3f\x49\x93\xc4\x3e\x65\x40\xbc\x43\xbc\x31\x72\x85\xf0\x95\x68\x8e\x7f\xbd\x80\x25\xb8\xe8\x3a\xca\x7b\xca\xe7\xdb\xc4\x70\x3d\x78\x9b\x34\x76\x2a\x07\x53\xa6\xb8\x49\xf1\xdc\x78\x93\xa5\x91\xb7\x1b\x7c\x28\xf7\x65\x48\x1d\x1e\x35\x24\xb5\xd5\x9a\xf3\x67\x88\xaf\xab\x47\x93\xbb\x45\x90\x72\x38\x22\x46\xe8\x26\x27\xfb\x5b\xf3\x2f\x4a\xa7\xb9\xca\x78\xfe\x22\xc0\x86\xc5\x51\xf3\xaf\xaa\x92\x94\x83\xcd\x6b\x84\x9f\x14\xb9\x0d\x87\xe0\x09\xf9\xf2\xba\x28\x72\x81\xf4\x56\xf5\xbe\xb2\x7c\x89\xbe\x6a\x7e\xee\x6d\x71\x6c\xc5\x96\xa4\x5e\xe1\x1f\xbd\x6d\x38\x4d\xd0\xad\x19\xf0\x63\xf0\x23\x15\x7f\x5d\x77\x70\xc7\xa5\x9b\x6d\x2a\x38\xf3\x84\xee\x4a\x8d\x32\xa9\x83\x28\xdc\xaa\x58\xde\x7a\x1d\x0e\x92\xdd\x6a\x9e\x4d\x3a\x20\x35\x35\x58\x23\x2f\x48\x92\x6a\xe7\xe4\xa6\x89\xe7\x55\x8d\x27\x05\x0b\xf7\x56\x6c\x08\xb7\x12\x20\x74\x4e\x7e\x9e\xbc\x7f\xaa\xab\xae\xf6\x5c\x8c\xac\xd8\xa6\x93\xbd\x57\x78\x40\xf1\x5e\xf1\xa3\x77\x91\xc0\x24\x3f\xdb\xe5\x0f\xf5\xca\x8c\xed\xae\x24\x5f\x69\x42\xf3\x77\x64\x96\x64\x46\x83\x22\x67\x42\xb4\xb7\xe6\x7a\xe2\x57\x21\xa2\xf2\x52\xd8\x03\xc1\x2c\x43\xa8\xdf\x2c\x5e\xa5\x26\xc7\xd5\x86\x3b\x4d\x9e\x6d\x73\x89\x1d\x25\x5a\x2d\x7c\xd7\x70\x1b\xb9\x94\xf9\xa5\xae\xa4\xac\x92\xda\x58\xfd\x17\xbd\x05\xc3\xaf\xaa\xc1\x1c\x2d\xfc\x64\x72\xc6\xb1\x33\xe6\x1b\x94\x84\xbc\x58\xa8\xfc\x0a\x09\x17\xdc\xa1\xfe\x48\x31\x7b\xcf\x55\xbc\xa7\xbd\xde\xe8\x28\x3d\xc4\x90\x5b\xde\x12\x91\xe0\x64\x61\x5d\x83\x2b\x6a\x98\xd9\x51\x7b\x06\x33\x93\x9a\x5d\x5d\x8a\x2d\xc3\xec\xaa\x5a\x85\x3b\x55\xb8\xa7\x62\x84\x10\x9d\x7e\xcf\x60\x47\xfc\x16\x9b\x54\x4e\x20\x9f\x0d\xd6\xaa\x1b\xa8\x7d\xde\xd3\x14\x7d\xf4\x81\x8d\xde\x52\x05\x38\xd9\xf2\xa7\x68\x37\x4c\x13\x86\xd5\x0b\xb1\x10\x33\xb9\x76\x13\xce\x4c\x9d\x6b\xbe\x84\x3f\x8f\xfe\x59\x59\x4e\xf8\x5e\x48\xab\xf0\x23\x45\xa4\x37\xea\xfb\xc8\x07\x62\x9d\xca\x67\x50\xd3\x82\xa9\xea\x30\xda\x37\xaf\xdf\x0a\x04\xd0\xb3\x31\x54\x1a\x05\xf6\x5a\xd9\x89\x16\xc3\x97\x05\x98\x3a\x26\xd9\x17\x96\xd4\x58\x51\x26\x51\xa2\xab\x1e\x50\x0e\xa3\xe3\x4d\x95\x54\x55\xc1\x7f\xc6\x60\x1a\x9c\xee\xa4\x3b\x46\x57\xc4\x1c\xd5\x3a\x00\x63\xc1\xbe\x2a\x2e\xe3\x8a\xd7\x5b\xf9\x38\xf8\x7d\x63\x81\xa4\x07\x46\x58\x31\x84\x30\xf3\x39\x1f\x5f\x1b\xcd\x98\x04\x75\x56\x2f\x64\x70\xc9\xc5\x95\x57\x18\x6f\x50\xfc\x0a\x23\x98\x52\xe0\x65\x88\x04\xef\xa4\x29\xcb\xaf\x43\x60\x4c\x88\x26\x08\x76\x0b\xfa\xa0\x1c\x80\xaf\x7b\xdd\x92\xfd\x65\xb2\x36\x72\xc5\xbf\x58\xf1\x56\xb7\x04\x97\xd8\x1b\x79\xc9\x35\x99\xec\x14\x50\x67\x9e\xc3\x2e\x23\x91\x4c\x37\xd8\x59\x65\x9d\xc6\x06\x76\x56\x3e\xa8\xcf\x64\x63\x53\x5f\x69\xff\xc7\x36\x46\x1f\x50\x17\xb3\x4f\x07\x99\x15\xff\xb1\x3f\x7b\x1d\x94\x05\x71\x96\x6d\x6c\x13\x87\x71\xb6\xaf\xf5\x12\xac\xe3\xa0\xb8\xcb\xcd\xff\x49\x0b\x19\x45\x95\xc7\x25\x67\x89\x5e\x15\x4d\x12\x27\xa4\xdc\x40\x15\xd3\xf3\xb8\x3a\x4f\xd1\xc5\xd4\x65\x9a\x1b\x22\x97\xe8\xe5\xaa\x74\xa1\x20\x68\xa3\xfc\xa9\xe0\xa0\x97\x52\x1a\xce\x7f\xb2\xf1\x80\x28\x85\x3f\x6d\xad\x9e\xbf\x83\xb7\x92\xcd\x31\xaf\xd4\xaf\xa0\xbf\x34\x5d\x2e\x6f\xc4\x7f\x33\x8e\x6b\xf3\x4a\xcb\xf4\x4a\xf5\xff\x72\x39\xe5\x71\x2a\x46\x8a\x87\xfa\x97\xe2\x5b\x54\xa6\x52\x2a\xcf\xd9\xd9\x24\xb7\x90\x6a\xbc\x76\x49\x44\x62\xf3\xc6\x31\x61\xad\xd0\xbc\xf6\x01\x4f\xcc\xe7\xb3\xa6\x56\x05\xd6\x7a\xd2\xd4\xa6\x0d\xd5\x59\xb8\x1a\xe3\x82\xaa\xfc\x92\xcd\xba\x17\xa6\x6d\x39\x68\x6d\xb7\xe1\x67\x72\xa0\xba\x48\x57\xb1\x5b\xa3\xf8\xa7\x9d\xbf\xe3\xb7\x4c\xaa\xda\xb4\xf5\xb8\xf8\xa3\x7c\xe1\x46\xb9\x70\x81\xf8\x93\xf5\x02\xee\x4f\xc1\x08\x33\xb1\xf2\x6b\x93\x25\xf5\x7d\xc5\xa3\xfa\xff\xe1\xa6\x1a\x8e\xd6\x9a\x10\xcd\xba\xaa\xea\xb5\xd9\x9f\xb5\x79\x95\xbc\xa4\x1b\xea\x55\xc6\x3d\xbb\xfd\x14\x23\xba\xb1\x1d\xc3\x32\x3f\x4d\xe2\x56\xb5\xb8\x5a\xd1\xb2\x91\x2c\xd8\x2b\xf9\x69\x3d\x97\xdb\x21\xb4\x87\xc7\x2a\x7b\xda\xd2\xa8\xf9\x15\xfa\xe6\x17\x58\xae\x81\xd4\xb8\x0b\xe1\xa9\x0b\xad\x13\x64\xeb\xb4\x33\xaa\xcd\x49\x62\xd5\x81\x4a\x6a\xe4\x5f\x45\x96\x71\xd1\x0e\x81\xf4\x56\xf9\xe6\xad\x78\xf1\x16\xe5\xbf\x8d\x2c\x41\xb4\xf4\x8e\x75\x14\xd7\x5b\xc8\xa2\xd4\xf5\x82\xc8\xa7\x58\x74\xd7\x2e\x54\x22\xe2\x5e\xfb\x5c\xf4\x89\x9c\x17\xcd\x37\xb0\xb1\x29\x0d\x0d\x20\x7e\x4e\xcc\xfa\x9a\x27\x84\xaf\x21\x2e\x55\xcb\xc9\x4b\xfc\x42\x8c\x8b\xa8\xd9\x9b\x8f\x68\xaf\xd0\x4f\x39\xae\x50\x46\x82\xf9\x16\x9e\x12\x25\xd3\x82\x12\xde\xf3\x04\x1d\x84\xdd\xdc\xb9\x07\x23\x40\x0c\xb5\x49\xb0\x67\x72\x8e\x37\x67\xe1\xd7\xa5\x88\x1a\xe6\x10\x5a\x63\x96\xd4\x00\xa4\x9c\x10\xeb\xca\x21\x4a\x90\x5f\x90\x61\x1f\x2d\x72\xf3\x39\xad\x02\x40\x3b\x7a\x28\x17\x82\x7b\x2c\xf2\x25\x59\xcc\x75\xe4\xe7\x3d\xbb\xb1\xa7\x30\xaf\x3b\x9d\x71\x0f\x11\xdc\xb6\xe9\xf8\xef\x39\xe6\xa6\x47\x44\xcb\x94\xa2\x7a\x1d\x89\x14\x3d\x51\x33\x9b\xfc\x3d\x64\x6e\x65\x24\xb5\xc5\xcf\xdf\x90\x43\x47\x6d\xbe\xa6\xf5\x65\x84\x39\x46\x29\x8e\x41\xbb\x2d\x14\x92\xd5\xcc\x52\x72\x5b\xf7\x2a\xf2\x4c\x8c\xa6\x63\x31\x79\x0c\xb1\xaa\x75\x2a\x05\x9d\xb3\xad\xf1\x39\x35\x22\x65\x51\x5d\x03\x2d\x2a\x7a\xa0\xda\x9a\x4e\xda\x75\xc7\x54\x0a\x8c\xf9\x39\xea\x15\xe0\xa4\xcd\x4f\x35\x30\x94\xee\xc8\x52\x2c\x87\xaf\x59\xbc\x11\x93\x59\xb9\xa4\xc7\x5d\x93\x80\x5d\xe8\x17\xed\x53\x81\xb3\xc5\xc2\xe6\x09\xc6\xce\xec\xb1\x86\x47\x8c\x63\xc9\x4d\xb5\xcd\x60\x49\x74\x9a\x79\x03\xb4\x6e\x97\xa1\x82\x01\x7d\xf6\x9b\xab\xeb\x87\xcf\x6e\xfe\xa0\xee\x63\xb6\x3a\x0e\xcb\xe3\x58\x46\xcb\x58\xd1\x08\x5b\x4d\x5a\xd2\xb9\x94\xb5\x03\xed\xd9\x36\x93\xb5\xbb\xe8\x75\xd3\x57\x56\x6c\xb6\x5b\xfd\x7f\x2c\x42\xb2\x6b\x4d\x3f\xab\x33\xea\x4b\xd5\x36\xd6\xa7\x5d\x91\x46\x35\x3b\xd4\xf7\xbf\xf2\x1b\xec\xe6\xcd\x13\xaa\xa7\xec\x7f\x8e\x6f\x65\x32\x4e\xa6\xe5\x1e\xe1\x04\x67\x8c\x98\xde\xde\x27\xde\x8c\x42\xb6\x0c\x8a\xda\x8a\x2c\x1a\x7b\x45\x36\x59\x94\xba\x26\x61\x63\x92\xaa\x9a\x22\xdc\x1a\x45\xac\x9c\x23\x38\x19\xfc\xda\x80\x15\xa4\xfb\x8e\x6a\xc7\xf8\x8f\x37\xff\x53\x9e\xe5\xa7\x38\x39\x4b\x39\xbc\x0b\x56\x9e\x82\x1f\x3c\x3f\xfc\xef\xb6\x4a\x4d\x6a\x59\x5a\x73\x8b\x3a\xae\x30\xb4\xa1\x5d\xe5\x9b\x39\x58\x5b\xaf\x5c\x98\xf8\xdc\x4c\x95\xff\xb7\xfb\x89\x69\x95\xac\x2f\x18\xd4\x4b\xa4\x28\x5f\x8a\xe6\x96\x64\xd6\xe6\x8f\x8a\xf7\x22\x9e\x53\xac\x64\x40\xf0\xcf\x4a\x29\xd8\xca\x2f\xc3\x47\xb6\xb6\x56\x12\x91\x9c\xa6\xd3\x15\x97\x0a\x32\xeb\x6f\x1a\x57\x65\xdc\xaf\xb9\xaa\x0f\x4a\xdc\x50\xd5\x5d\x9e\xb7\x7b\x7b\x45\xae\xa6\x24\x68\x42\xf7\x54\x15\xeb\xbb\x4c\xe3\x22\xff\xbe\x79\x4c\xb1\x53\x8a\x77\x8a\x97\x2c\x14\x7d\xb6\x3a\xc7\xaf\x16\xe4\xe0\x46\x5a\x83\x6a\xba\x90\xb3\x9a\x8a\xcd\x27\xf3\x3f\xd6\xd3\x2a\x0f\x66\xb0\x6a\x08\x15\xe6\x84\x9b\x55\x91\x06\x44\xe4\x8f\x8a\x29\xba\xa5\x41\x07\x75\x0a\x4d\xc5\xb6\x77\xea\xab\xca\xf3\x9b\x9b\xe4\x4f\x65\xa7\x9d\x52\xc4\xc3\xe2\xab\x56\x6f\xf8\x61\x82\xa3\xb8\xcd\x2d\x0f\x1a\x42\x4a\xab\x9b\x26\xd7\xad\xcf\xaf\xac\x5f\x5c\xfd\x34\x63\x6b\xcd\xcc\x2a\x6e\x42\x55\xe5\x3d\xd3\x8c\xc8\xd3\x46\x83\xa1\x38\xc8\xac\x73\x28\xd7\x6d\xbb\xa3\x2e\x56\x17\x6c\x6e\x90\x63\xe5\xef\x9c\xd0\xe2\x20\x89\x62\xed\x1a\xde\x35\xe1\x4c\xcc\xb3\x61\x9b\x32\x79\xc9\xe4\xfe\x7e\xd4\xfd\xdc\xf1\x9e\xad\x18\xf7\xb4\x80\x8e\x26\x6c\x5f\x9c\xb0\xe5\x09\xbe\x30\xbc\xa3\xe1\x26\x31\x7a\x07\xa2\x46\x4a\x46\x79\xe7\x9b\x7e\x53\x0f\xb8\xdc\xd5\xaf\x07\xb6\xd8\xfb\xab\x7e\x80\x07\xd7\xf0\xa5\x52\x66\x09\xa6\x6f\x48\x87\xbe\x84\xb8\xdb\xef\x8a\xf9\x96\x5b\xdf\xbd\x17\xb7\x2e\x6d\x43\x87\x2b\x1e\x13\xc7\x68\xc1\x11\xde\x86\xd7\x37\x60\x48\x8d\x3b\x0a\x6b\x1c\x29\x52\xef\x62\x53\x33\xcd\xe4\xf2\x4e\x77\x0f\x38\x69\x9f\xaf\x1a\x81\x66\xaf\x19\x90\xc6\x33\x0b\x30\x84\xa1\xd9\x38\x3f\x44\x47\x5f\x27\x7e\x5b\x2e\xb3\x7b\x3b\xc1\x2f\x6d\x61\xfb\x30\x31\x31\xae\xa8\xf9\x27\xa9\x39\x5c\x5b\xff\x8b\xe2\xbc\x23\xa3\x7a\x1f\xf5\xae\x37\xc2\x14\x4c\xef\x70\xf9\xad\xe3\x33\xf4\xf6\x80\xaa\x04\x52\xaf\x79\x28\x9d\xcd\xac\xc5\xec\x18\xb8\x4d\xde\x88\x20\xf4\xca\xc8\x97\x73\x03\xba\xdc\x28\xf4\xd4\x4b\x6d\x83\xd4\xc4\xb8\x4d\xcd\x33\x69\x69\xe1\x25\xf5\x0b\xe9\xbc\x1d\x3b\xcd\x37\x80\x8b\xde\x79\x15\x18\xd0\xce\x75\x45\xf9\x3e\x48\x69\x3f\xa4\xec\x62\xce\xb4\xf0\x93\xa4\xb3\x14\xe8\x9e\xfe\x2e\x20\xb2\xf8\x6b\x0f\x1e\x38\x96\x73\xa3\xd3\x92\xb1\x29\x95\xda\xda\xc6\xe8\x8f\x7d\xd2\x34\x1d\xcc\x08\xdf\x54\xb7\x18\x5a\xbd\x63\x55\xd5\x03\xe8\xa3\x77\xa6\x51\x00\xdf\x72\x75\xd1\x3e\x63\x1e\xb7\xff\xa8\xb8\xcf\xda\x67\x51\x2b\xd6\xb2\xc7\xd1\x6b\xfb\xc6\x58\x33\x8a\xc9\xdd\x38\xd6\xbc\x9c\xe2\x8e\x65\xac\xc5\xa9\x4b\x5b\x5a\x58\x3e\xb1\xaa\xc6\xd9\x2c\x38\xec\x65\xed\x6a\xd6\x99\xc0\x97\x95\xaf\xd9\x4e\xde\xb1\x86\x1a\x76\x85\x6b\xb0\x76\x1e\x67\x9a\x83\x9b\x62\x01\x07\x67\x39\x47\x74\x9a\x73\x07\x05\xf4\x66\x89\x4a\x8b\xae\x75\x2d\x15\xbe\xcf\xbe\xd0\xb6\x4f\x88\x4b\x91\x37\x27\x0a\x27\xc5\x5a\xd5\xef\x13\x34\x85\xa9\xaa\x6f\x0b\x42\x03\xbb\x4d\xe3\xfc\xb7\xde\x3b\xf5\x78\xbe\xd6\xb5\x54\xfd\x84\xef\xe8\xc0\x96\x7d\xe5\xed\xb7\x94\x0b\x0f\xf2\x22\xcb\xf4\x3d\x36\x6a\xf7\xa2\x65\x1d\x6f\x54\x36\xd9\x6e\xad\x75\xca\x29\xc9\xbf\x9a\xfc\xe5\x6f\x63\x6a\xeb\x3a\x65\x0f\xc3\xd6\x9b\xaf\x4b\x8f\x05\x16\x54\x1c\x97\xd4\x79\xdb\xe8\x58\xe2\x52\x57\x8a\xea\xab\x68\xb1\xc3\x88\x6c\xb5\x60\x9f\xe5\x43\xc1\x04\x3f\x19\xf9\xb5\x7b\x65\xc5\x78\x21\xb2\xfd\x93\x71\x49\x16\xab\x65\x58\x9f\x90\x9c\xd9\x98\x54\x5e\x11\xb3\xb8\xf6\x94\xe6\x76\x68\x8f\x79\x86\x7a\x76\xe0\xe4\x8a\xf9\xca\x75\x5e\x4f\xca\x8f\xcb\x67\xb8\xe6\xa9\x7c\x25\x07\x1c\x2e\x4a\x31\x22\xa1\x95\x87\x20\x55\xe0\x8f\x94\x75\xb5\x9a\x1b\x0b\x17\xb6\x73\x2b\xf7\x64\xb9\xb7\x84\x54\xf4\x26\x2f\x6d\x78\x66\xe8\x8a\xbe\x5e\x9b\xa2\xab\x0c\x05\xab\x6a\xb4\xe0\xf6\xdb\xc6\x5e\xb5\xb7\xd7\xf9\xf2\x42\xc5\x80\x6b\xbe\xf2\xa6\xf4\x87\xc3\x23\xe9\x22\x71\x82\x55\x2a\xff\x9f\xc0\x88\x74\xee\xf2\xa9\xfd\x50\x70\xb0\x7d\x71\xf5\xa5\xcc\xf7\xcd\x97\xab\xb4\x49\x0f\x1a\xd0\xa6\xa4\xe8\x8e\x9a\x7b\xc6\xc9\xa1\x99\x55\xeb\x75\xa6\xed\x27\x8c\x81\xda\x59\x5e\xa7\xb4\xef\x55\x76\xae\x48\x65\x8e\x7c\x8a\xc3\x5f\x49\xa5\xf8\xa7\x95\x88\xaf\x10\xdc\x28\x61\x8d\xdd\x42\xc5\xe7\x8d\x8f\x44\xa2\xe9\xe9\xcd\x03\x8d\x98\x8e\x04\x66\xcf\x79\xdc\xb2\xdd\x9e\x1d\x7b\xf1\x63\xc1\x37\x5b\x12\x88\x55\xfe\x2e\xf5\x95\xe4\x41\x8f\x0f\x66\x3d\x6d\xa6\x73\xb4\x31\x00\x60\xd8\x36\x68\xe8\xe0\xa7\xd5\x3f\x64\xa5\x4c\x76\x09\x7a\x2c\x1d\xc3\xc9\xeb\x18\xbe\x84\x65\xa7\x57\x0c\x6c\xc6\x49\x12\x68\x3d\x19\xf8\x23\xbb\x3d\x3a\x22\x88\x1e\xc1\xb7\x9b\xff\x23\x3d\xf1\x77\xaf\xdf\x4a\x39\xe2\xf1\xdb\xec\x4b\xbb\xe1\x9c\x6f\x78\xc3\x98\x62\x7b\x42\xe3\x06\x79\xac\xb1\x96\x6d\x64\x52\x4b\x62\xf7\xdc\xc2\xdd\xca\xd3\x0c\x27\xe1\x07\xd2\xb9\xfd\x63\x04\x5d\x42\x59\xf7\x43\x62\xe5\xee\x8d\xed\x97\x48\x0f\x82\xaf\x37\x13\x29\xd9\xfe\x9e\x75\x27\x68\xb3\x3c\xa7\x57\x5d\xa5\x3f\x70\x26\x19\xe4\x8c\x93\xb6\xf7\xd5\x77\xa0\xa1\x35\x91\xd2\xbb\xcc\xbe\x12\xc7\xd1\x16\xb2\x30\x0f\x3f\xb4\x89\xb2\x34\xbd\xa4\xcf\x44\x69\x4d\x88\xe8\xba\x41\xa5\xed\x9e\xdb\x76\x9b\x46\x09\x3e\xd4\xc4\xa6\x57\xf9\xbb\xd4\xde\x05\x9e\x79\x2e\xae\xfc\x0c\x86\x3a\x1b\xf4\x63\xd0\x80\x9d\x85\x7a\x19\x73\xdd\x9a\x66\xe9\x3a\x56\x05\xe2\xc4\x48\x01\x60\xc8\xb3\x19\x9c\x04\xbc\x4f\x77\xec\x65\x32\x42\x12\x96\x74\x1e\x65\x1c\x89\x7c\xd8\x7a\x01\x2c\x09\xae\x6d\xa4\x43\xeb\xfc\x2d\x6a\x6e\x42\xdf\x3c\x57\x99\xfe\xc1\x2f\x9c\x47\x75\xd7\x98\x77\xed\xb2\x54\xbe\xac\xf3\x16\x33\x25\x71\xec\xc3\x08\xd2\x70\x31\xcb\x2a\xf7\x72\xff\x57\xd6\x92\xb4\x07\x3d\x28\xd6\x9c\xf8\x2b\x1d\x23\x2c\x97\xc8\xce\x96\x53\x2c\x52\x30\xbd\x81\xc2\xda\xeb\x3f\xb5\xfa\x16\x7b\xa5\xe7\x1a\xd3\x7c\xb6\xc6\xf9\x46\xf9\x47\xce\x0c\xbb\x6a\x65\x1e\x87\x66\x81\x12\x33\x39\xcf\x8a\xef\x0f\xcd\x12\x4d\xce\x4d\xe9\x53\x09\x85\x69\x50\xd7\x1f\xe1\xb4\x78\xb0\x3d\x46\x50\x11\x59\xd0\x5c\x22\xd8\x15\x1c\x5c\x6f\xc7\x7f\xe3\xf7\xca\x6c\xe0\x57\x7a\x3a\x19\xcf\xf3\x93\x36\x2d\xd2\x0e\xf1\xfe\xd8\xfd\x50\xf8\xf0\x3a\x2d\xde\x8a\x90\xbc\xe8\x62\xdc\x40\xbd\x0a\xce\x79\xd5\x1b\xac\x8c\x4d\x5b\xdc\x79\x52\x61\x15\xbf\xba\xcd\x5a\xbe\x38\x72\x41\xd3\x0e\xd9\xb2\xe0\x29\x75\x73\xa4\xb3\xfd\x0e\x56\xa9\xc4\x3f\x3d\xed\x0c\x67\x44\x4f\x36\x79\x69\x46\x84\x3d\xf6\x01\xf2\x78\x81\xd8\x32\x5e\x68\xe4\xc7\x17\x3d\xea\x87\x8c\xac\x9c\xe2\x1e\x17\xfd\x58\xaa\xb1\x63\x7f\xf9\x9b\xb8\xce\xd6\xd5\xda\x1d\x11\x9d\x8d\x81\x6a\x63\x50\x6f\xad\x9d\xf2\xb9\x1f\xb3\xf2\xa8\x62\x9d\xe7\x0c\xfd\x3f\x99\xd7\xa6\x1d\xea\xf7\x12\x3b\xfb\x12\x99\x59\xb4\xde\xb2\x4a\xf0\x55\xb0\xaa\xa8\xb6\xef\x5f\x95\x65\xce\x86\xee\x1e\xd3\xea\xd4\xfc\x8e\xed\xc6\x59\x71\x60\x8b\x49\xbf\x22\x82\xd7\x70\xa8\xdc\x26\x48\x59\xd3\xab\xb1\xf5\x2b\xa9\xcc\x52\xcd\xf5\x9c\xa4\x37\xc8\xf7\x6f\x8a\x52\x0b\xa4\x41\xf6\x6c\x99\x9f\xe8\xa1\xe5\x61\x41\x8d\x00\x55\x54\xd4\xc7\xad\xb1\xc9\xfe\xd6\xed\x52\xf5\x21\xd5\xab\x7d\x8f\xa9\x23\x2e\xad\x65\xb1\x91\x15\x81\x6c\xf0\xd2\xef\x0e\x62\xd6\x6c\x2a\x5f\xe0\x97\x6b\x7a\xaa\xee\xf3\x9c\xad\x5f\xa3\x9c\xb7\x09\xa1\x9e\x29\xf3\xb4\x6f\x91\x1e\x13\x33\x2c\x3f\x0a\x5c\x04\x1d\x27\x00\xf4\x40\x61\xc9\xd8\x67\xcc\xad\x62\x4c\xd7\x7b\xec\xd7\x92\xf4\xda\x7c\xfc\x62\x24\x41\xb3\x92\x10\x88\xaa\xe3\x5a\x11\x65\x98\xb3\xc4\xc9\xa4\xef\xf8\x45\x79\xcd\x14\x35\x51\x1b\xfd\x8a\x96\x4e\x71\xdc\x06\x03\xb9\xb4\xd3\xf6\xf3\xc0\x3a\x86\xf2\x38\x19\x55\x59\xe2\x38\x66\x87\x3e\x55\xfa\xb8\xcb\x17\xf3\xbd\x8c\x57\x73\x00\xe7\x86\x4e\x54\xf3\xf1\x20\xd6\x9b\x53\x49\x78\x80\x5f\x41\x50\x91\x10\xc4\xb9\x79\xc1\x94\x15\xe4\xad\xd1\x06\xea\x04\x15\xb5\x2d\x06\x58\x44\x6f\xb3\xfb\x03\x16\x80\xf3\x8e\x81\x65\x2c\xd4\x82\x3d\xa1\xa8\x7d\x68\x7a\x27\x8c\xfe\x83\xb9\x52\x33\x1b\x1b\x8f\x4b\x53\x3d\xc6\x8d\xe1\xff\xc7\x59\x40\xd8\x42\x14\x10\x2c\x89\x17\xc9\x2e\xb9\xf7\xc9\x3a\xca\x9f\xe8\x50\xaa\x84\x76\x63\x9b\x35\x7d\x0c\x18\xb4\xfb\x0a\x5a\x81\xdd\x47\x34\xa5\x29\x24\x87\x11\x00\x79\x9a\xf4\xae\xfd\x22\x6a\x27\xb9\xc5\xac\x41\xef\xa1\xe8\x94\x95\xd8\x60\xaa\x96\xf5\x15\xf7\x98\x66\xc4\xfb\x10\x1a\xe9\x2d\xb9\x56\x24\x25\x70\x24\x6a\x90\xd2\xcc\x78\xea\x73\x8d\xf6\x03\xfc\x65\xf7\x9b\xc1\x86\x6d\x0f\x5d\x43\xc4\x82\x92\xa1\x63\x25\xaf\xc1\xbe\x36\x4f\x24\x13\xbc\x5e\x65\x85\xb2\x84\x36\x28\x62\xd1\x17\x20\x19\xf3\x16\x56\x03\xfd\x0f\x17\x85\xa7\xc3\xa9\x39\x71\x44\x11\x7c\x3c\x6a\x03\xf9\x00\x73\xa3\x8f\x89\xe6\xce\x24\xda\xaf\x01\x6e\x30\x47\x0f\xec\x2d\xaa\xe1\x47\x0f\x7c\x44\xf8\xf2\x5e\xb7\xe8\x4b\x1e\xf3\x00\x53\x13\xb2\x91\xb7\x41\x3e\x19\x45\xe7\x3e\x81\x87\x30\x59\xdc\x2a\x6c\x0e\xae\x80\x1b\x9f\x2d\x24\x94\x73\xfe\xec\x6e\x20\xfd\xc7\xa9\xf2\x41\x52\x49\xec\x5f\xf6\xa1\xc0\x26\x76\xe2\x3e\xdf\x82\x30\x6d\x71\x1f\xbe\xc8\x56\x33\xa3\xc9\xb1\xf8\x8b\xaa\xc1\x58\x5a\x72\x5d\x99\x20\x9d\x84\x3c\xab\x98\x04\x4e\xa0\xae\xc9\xea\xd1\xaf\xb0\x53\xa4\x1b\xb2\xc8\xf8\x54\xb1\x36\xf2\x3e\xf1\xaa\xf0\xb2\x8f\x15\x45\xca\xbf\x64\x4f\xa7\xa3\xb8\x83\x63\xc4\xbc\xb3\xf5\xbb\xbb\xff\x57\xd0\x5c\xf3\xa9\xfe\x71\x11\xcf\xac\xd4\x47\x23\xa0\xca\x2d\xe2\xd5\xa5\x52\xe3\x31\x46\x58\x59\xbf\x7e\x2b\x8a\x85\xfe\xab\xa5\x67\xe6\xe2\xf0\x2a\x66\xe4\x32\xe2\x42\xf9\x76\xef\x63\xe4\x37\xe2\x21\xfb\x6a\xda\x2b\xfe\xff\x46\x8b\x73\xf7\xf4\x4d\xee\xfc\x95\xaf\xed\xea\xab\xfd\x53\xc8\x68\x8f\x2b\xe7\x17\xb3\x9a\xbf\x08\xb1\x25\xd5\x0d\x04\xfa\x71\xe4\xcd\x9a\xd1\x32\x77\xb4\x4f\xe5\x50\x46\x11\xf6\xb0\x21\x29\x82\x46\xa0\x69\xd4\xde\x4c\x32\x51\x8e\xb0\xdf\x4b\x53\x09\x9f\x8d\x18\x73\xdd\x47\xba\x3a\xbd\xf3\xad\x07\xe7\xd4\x86\x16\x2e\xed\x0d\xd6\x5e\x2e\x5e\xd5\x49\x16\x9c\x28\xf1\x6e\xc5\xd3\xdd\x90\xe4\xc6\x0d\xc8\x3e\xd4\x9d\x1a\x49\xc6\x4c\x2c\xd2\xc4\x88\x08\x26\x38\x94\x4f\x78\xe3\xc9\xce\x8a\x5f\xf6\xb7\x68\x49\x22\xd3\xc8\xf4\x9c\xc3\xfb\xf2\x3b\xba\xf2\xc6\xf7\x30\x6b\x8e\x15\x0c\x0d\x21\xb5\xc9\x45\x83\x7d\xdb\x04\x89\x88\xf3\x9d\x27\x68\xa7\x91\xb3\x5a\x27\x23\xb3\x50\xd8\xfa\xcb\xe9\x57\x31\x7f\xcc\x36\x11\x1e\xf8\xbd\xfa\x97\xde\x6c\xd2\x69\xd5\x06\x87\x05\xd4\x6f\xa2\x89\xc3\xa7\x71\xdb\x0b\x97\x0c\x5f\xc5\xaf\x2d\x76\x69\xf7\x23\x4c\x2a\x71\x30\xcf\x24\xbc\x45\x86\x2a\x57\x13\xdf\xa2\x20\x96\x80\xf4\x17\x33\x88\xbb\x45\xf1\xc0\x4f\xcf\x79\x41\x95\x11\xcb\xa3\x2a\xe9\x0b\x29\xee\x3e\x17\x80\x8b\xb4\xcf\xf6\x53\xc0\x63\x8c\x3b\x87\x1e\x61\x6d\x11\x27\x87\x67\xe2\x96\x97\xaa\xda\x64\xf8\x79\x65\xdb\xab\x10\x84\x15\xe8\xd5\x0a\x11\x71\x0b\x76\x36\x6b\x06\x29\x13\xf7\x19\x57\x46\x6e\x21\x7c\xc9\xe1\x53\x97\x93\x37\x46\xed\xa6\xf5\x53\xf1\x3e\x15\x80\x94\x7e\xd6\xee\x1d\xa8\x01\x63\x0e\xbe\xc3\xcc\x29\xab\x1b\x72\xc5\x2e\x42\xaf\x6c\xbd\x8c\x5b\x83\x81\x2b\x47\xf1\xdb\x71\x8b\xe4\xaf\x08\x38\x7c\x1f\x13\x24\xf6\x11\xe3\xb1\x13\xe4\xc5\xe4\x99\x39\xeb\x28\x06\xca\xcb\xa8\x49\xb4\x70\xda\x75\x1f\x34\xe0\x05\x5c\xb0\x7b\x0c\x26\x80\x2f\x0e\xd8\x95\xbd\x20\xb2\x07\xa8\x68\x3b\x52\x51\x8b\x07\xa6\x88\xbc\xd5\x14\x81\x6d\xa6\x38\xcb\xba\x70\xdf\xa9\x5e\x30\x92\x90\x4f\x0b\xc3\x2e\x23\xbe\xa2\x97\x64\x17\x93\x0d\x40\xd5\x6e\x3c\x15\xcd\xb8\xee\xb3\x8e\xce\x84\x66\xdb\x3d\x64\xec\x87\xe3\xf6\xed\x46\x4e\x67\x8c\xf6\x8d\x96\x65\x80\xd3\x9b\xf4\xa8\x41\x30\xcc\x78\x03\xb3\x1a\x6c\x95\x16\x63\xb5\xd0\x4a\x28\x16\x6f\x09\xa9\x30\xae\x84\x13\xf0\xbc\xac\x76\x92\x0e\xd6\x46\x4e\x50\xc4\xcc\xa5\xde\x5f\x69\x7b\x98\x74\xfb\xf9\x8c\x25\xcc\xa7\xe3\xd1\x25\xf1\x3c\x6c\xcf\xdb\xd2\x11\x9e\x7d\xc3\xe7\x32\x27\xee\x19\x43\x0e\xaa\x9b\x2b\x95\xac\xc6\x84\x73\x53\x40\x0f\xec\x07\xee\x7a\x74\x08\x7e\x84\x33\x91\xf9\x9a\xd8\xc8\xd9\x1f\x09\x90\x07\x38\x44\xef\x8b\xd4\x1f\xec\x5f\xf6\x11\x40\x31\x9b\x3d\x7a\xbc\x78\xa1\x66\x43\x17\x19\xd1\xae\x9a\xa8\xd3\x97\x06\x2a\x47\x75\x9e\xc8\x27\x0a\x96\xc8\x05\x65\x96\x87\x02\x5c\x0c\x52\x36\xa5\xec\x3e\x2e\x4d\xd2\x96\xf1\x90\x50\x26\x76\x8f\x38\x4a\xaa\x15\x96\x7b\x2b\xa9\x8b\xf8\x7b\xed\x79\xf4\x7a\xee\xf9\x61\x97\x42\x4d\xed\xdd\x8e\xf9\xc5\x2e\xd5\x8d\x35\x39\x88\x4b\x55\xf9\xda\x8d\xa5\x62\x93\xbd\x20\xad\x2c\xd5\x70\x9d\xf6\x04\xbd\x4b\x87\x40\x32\xb1\x89\x9a\xb3\xe9\x57\xf0\x3c\xe5\xb7\x88\xe9\xc4\x3b\xb2\xc7\xde\x61\x94\x52\xb1\xd0\x7e\x84\xbe\x8a\x3f\x31\xb8\xa2\x00\xea\x89\x6c\x5b\x54\x64\xd1\x69\x67\x66\x14\x9f\x69\x7d\xab\x2e\x2a\x51\x35\xf5\xf3\x86\x91\xe8\xfa\x38\x6a\x19\x0a\x5d\x3d\x5e\xea\x8b\x51\x9b\xee\xa7\x3d\xc0\x5d\xd7\xb7\x86\x97\x11\x83\x35\x8b\xbc\x67\x90\xdf\xc8\x2d\xed\xef\xd0\x46\x84\xb7\x07\x12\x0a\x66\x0e\xfd\xd7\x1a\x5d\xd8\xdf\x5f\x52\xb5\xb7\xb8\xa8\xfb\x84\xaa\xbf\x64\x43\xc7\x1a\xde\x62\xe4\xcc\x16\x5f\xca\x4d\xd4\x9c\x86\xd5\x25\xfb\x31\x1e\xd5\x0d\x69\x5c\x1c\xb3\x62\x7f\xb8\x17\xe1\x63\x79\x89\xd7\x2f\x72\x83\xa2\xcd\xfe\x17\x8d\x22\x92\xf6\x9f\xca\x6f\x19\xd7\xb6\x1c\x2d\x4c\x1c\xb9\x50\xe5\x5e\x3c\x63\xe0\xb6\xca\x1d\x71\xac\xe7\x1c\xb7\xba\xb4\xa6\x83\x49\x21\x96\xd5\x34\x3f\x2a\x29\x43\x9f\xac\xbb\x97\x16\x8b\x5b\x52\x95\x1a\xee\x40\x10\xe9\x63\xbc\x17\x90\xfd\x94\x17\x1d\x3c\x69\xcb\x45\x4f\xf6\xfd\x25\x3c\x29\x38\xd1\x0f\x10\x45\x45\xaf\x9b\xe3\x49\x5b\x11\x1f\x2a\x98\xa4\x0f\x48\x0b\xe9\x1b\xf2\x09\x54\x2a\x34\x4a\x69\xc7\x68\x31\x04\x6a\x07\xee\x6d\xd6\x13\xda\x31\x22\x73\xf7\x7c\x60\x26\x65\xa3\xf7\x15\x86\x88\x3e\xd9\xae\x13\xf2\x02\xa7\xee\xb3\xc1\x9f\x43\xa0\xfb\x06\x09\xa2\xd2\x80\xa6\x66\x62\x24\x72\xc2\xf8\x84\x64\x8d\x7a\x20\x4d\x27\x2f\xc0\x5c\x80\xbc\x29\xb3\x70\x07\x31\x53\xa9\xd6\x84\xb3\x59\x7c\x5a\x3c\x79\x6e\xe4\x51\x7a\x37\x35\xcf\xbb\x9e\x11\x42\xbf\x62\x67\x84\x66\x83\xf8\xbd\x5b\x70\x7b\xca\xdc\x7b\x9f\xe0\x25\xa8\xa1\xc6\x0f\x84\x02\x8c\xbd\x71\x2b\x31\x0a\x7b\x58\xb2\x9f\x94\x80\x2f\x01\x7b\xc9\xf9\xc4\xc5\x68\x2d\x45\x49\xba\x9a\xe5\x48\xbd\x49\x39\x1c\x09\xd3\xc3\x69\x07\xbd\x19\xc0\x57\xe0\x92\x9d\x0a\x3c\x07\x4d\x1f\xe3\x63\x4c\x84\xbb\x3d\x81\xd8\x46\xe2\xad\x86\x2c\xdc\x00\xe9\x80\xfe\x2c\x7e\x3f\x79\x8f\x98\x47\x78\x4a\x39\xc7\xa8\x25\xad\xa6\xbe\x41\x0d\x90\xd1\xf4\x35\x99\x44\xca\x5d\xa0\x28\x62\x82\x46\x62\x8c\x78\x07\x00\xc1\xd0\x74\xbb\x0a\xd0\x0f\x2e\x1b\x55\xa3\x1e\x00\xcf\xba\xe8\xe8\xcf\x8c\xd4\xba\x83\xd8\xe5\x8c\x41\x5d\x36\x2e\x10\xb4\x11\x85\xe0\x85\x60\x35\xa0\x20\xdc\x83\xec\xcb\x2e\x91\xe2\xa0\xc1\x8c\x83\xe4\x47\x70\x5c\x84\x80\x5a\x0e\xbf\xf2\x5e\x49\x67\x31\x51\x76\xa7\x19\x1a\xe6\xb7\xe1\xde\x32\x27\xae\xa2\x63\x10\x95\xc9\xcd\xa8\x5d\x83\xae\xe4\x2e\xd3\xbe\xc6\x3c\xe6\xbc\x11\x4e\xc5\xed\xe2\x9c\xa2\xd3\xf0\x23\x9c\x4e\xe4\x3b\x62\x18\x47\x91\x31\x87\xf4\x99\x83\x8a\x58\x4c\x39\xc4\xf1\xf3\xfa\x46\x3b\xc2\x7e\x6e\x3f\x0b\x78\xc1\xd6\x0c\xda\x94\xfc\x51\xbd\x6a\xdb\x85\x4c\x57\x3e\x32\x9f\x2b\xdb\xa3\x38\xae\xbe\x84\x5e\x23\x6f\xe3\xdb\x63\xaa\x65\x42\xea\x55\xdc\x56\x69\x46\xa9\x1a\xff\x56\x62\x91\x3e\x83\xb8\x5f\x74\x24\x1c\x41\xee\x13\x86\x78\x1d\xa4\xde\xe2\xeb\xed\xa3\x81\xb5\xdc\x4b\x7d\x7b\x10\xac\x9a\xa2\xe6\xef\x25\x8f\xcd\x31\x95\x8d\xc8\xe8\xca\x4d\xca\xab\x65\x47\x2a\x16\x70\x33\xd0\x19\xfa\x7b\x94\xed\xd8\xc5\xe5\xb2\x12\x3f\xdc\x0b\xcd\xe2\xb4\xc9\x84\x9b\xca\x82\xb0\x7e\xd2\x2b\x19\xd5\x8b\x43\x75\x11\x47\xd8\x8b\xe8\x0a\xfe\xeb\x1e\x43\x71\x59\x97\xac\xf1\x23\xe2\x6a\xbb\xb2\x62\x5f\x69\x44\x0b\xac\x58\x88\x3c\xd7\x58\xc4\x3e\x88\x22\xd7\xd9\x93\x2e\x60\x02\xcc\xfd\x88\x49\x38\xa7\x8a\xdf\xa9\x8b\x08\xce\xba\xb7\x61\x2b\x48\x49\x6a\x9e\x57\x20\xa5\x57\x76\xcc\xbe\x9b\xee\x24\x3c\xd0\x7d\xaf\x78\xc6\xe0\xf2\x46\x37\x04\xa1\x77\x9f\xf1\x5b\xc9\x7f\x5d\x81\xf2\x2c\x64\x69\xdb\x10\xdb\x02\xb5\xa8\xe9\x1b\xc9\x1f\x7d\xb7\xee\x57\x31\x1f\x7b\xc6\xdc\x9d\x32\x8c\xbf\x66\xfc\x18\xfa\x98\x34\x45\x7b\xce\xcb\x83\x52\xac\x08\xb3\xbf\x40\x7b\x2a\x42\x75\xa7\x17\x0d\xef\x19\x6d\x68\x46\x58\x0c\x2f\x33\x96\x94\x48\xfa\x03\x65\xb7\x91\xd3\xba\x13\x59\x6d\x65\x6d\xed\x1b\x89\xb7\xd0\x84\xa6\xe1\x62\x0f\x6c\x4e\xed\xbd\x14\x0e\x1e\x59\xc9\x0e\xbd\x40\xac\xd0\x75\x78\x05\x91\xff\x2a\x91\x0e\x33\x68\x6c\xd1\x91\xc1\x20\x1a\xae\x20\xa2\xcd\x40\x6b\x2a\x52\x57\xc7\xd0\x9e\x20\x46\x34\xab\xe8\xc9\xa5\x97\xf9\x5b\xe8\xb7\x51\x53\xa9\x63\x40\x01\x26\xa4\x74\x3b\x63\x3a\xae\x25\x4d\xc0\x68\x25\x06\x87\xf1\x41\x3c\xf9\xeb\xd6\x52\x88\x4c\x7b\x6b\xcb\x82\xeb\xc1\xe5\x03\x15\xd4\xd4\xe2\x4b\xad\x9f\xa8\x8d\x25\x07\xcd\x03\xd4\x1f\x48\xbd\x9a\x4d\x93\xa0\x4a\x79\xf5\x74\x27\x4c\x0a\xd5\x97\x7e\x0a\x17\x57\x72\x05\xe0\x10\xca\xd2\x36\x32\xb6\x93\xc6\xc3\x76\x80\xd6\xd4\xb5\x5b\x7d\x21\x7f\x7a\xbf\x2d\x0a\x66\x82\xd4\xfe\x27\x94\x5d\x48\xb0\x35\x88\xd2\x82\x5a\x66\x9e\x4a\x5d\x81\xd6\xab\x6e\x52\x0f\x62\x6d\x79\x73\x68\x24\xdc\x79\xca\x30\x7d\x03\x81\x5f\x52\x48\xff\x4a\x4a\x4d\xbd\x06\x9c\xa2\xe4\x84\x4d\x61\x1c\xa6\xe1\xb6\x5a\x81\x1f\x81\x26\x5b\x14\x1c\x02\x4d\xeb\xbd\x4e\x4a\xc1\x9f\x6f\x2e\x20\xbd\x24\x9c\xa8\x4c\x22\xf3\x88\xbd\x4a\x24\x25\x84\x74\x8c\x73\x95\xba\x92\xfc\x3f\x72\x1b\xf5\x3d\xd5\x0e\x21\xa0\xdd\xa3\xa1\x53\x3d\xe8\x57\xe9\x4f\x42\xcb\x81\x09\x46\xa2\xe7\x3b\x30\x0c\xbc\x60\x2b\x87\x46\x61\x44\x4f\x36\xa1\x8b\x5e\xde\xf8\x8a\x18\x01\xac\xac\xb8\x4b\xfc\x01\x70\x15\x2b\x48\x77\x19\x33\xd9\x1d\xe4\x73\x8c\x3a\x52\x33\xe5\x08\x18\x58\xdc\x43\xbd\x08\xbe\x49\x51\xd3\x1e\x41\x43\xa1\x6e\x80\x35\x4c\xf4\xbc\xc7\x90\x30\x1d\x6c\x8f\x42\x8b\x98\xaf\xbb\x0c\xf8\x19\x9c\xd9\x0d\xc1\xf8\x93\xec\x57\xc6\x5c\x82\x98\x3d\x2c\xdb\x47\x54\xb0\xdb\x58\x20\xc9\xc4\x6e\x24\x56\x93\x3b\xd8\x8d\x45\x57\x29\x57\xd8\x2d\xc9\xaf\xa8\xdf\xd8\xbd\x21\x17\xe9\x09\xec\x2e\xcf\x33\xc0\x45\xb6\xda\x6e\x26\x58\xc6\x86\xda\xdf\x62\x6e\x28\x0e\xd5\xde\xc5\x1e\x95\x3f\xd6\xbb\xe0\x46\x65\xef\x25\x07\xf0\x57\xa4\x5f\xe1\x61\xc2\x1f\xc9\x6f\xc2\x12\xd2\x16\xf1\xef\x42\x39\x19\x12\xbd\x4b\xfa\x4a\x39\x2b\xbc\x12\x12\x40\x0b\x12\xa8\x3c\x7b\xe8\xf7\xf8\xb6\x76\x18\x86\x82\xdb\xda\x7a\x18\xed\x51\x25\xab\x1e\xc1\x04\x9a\x86\xca\x2d\xb1\x31\xc6\xb3\xa2\x5b\x38\x96\xfe\x3e\x34\x05\x7f\xb8\xfc\x21\x4e\x4b\x5c\xac\x39\x55\xb0\x9b\x04\xa8\x14\x89\x5f\xc9\x6f\x14\xeb\x77\x29\xa8\xb0\x94\xef\x89\xa2\x7b\x8a\xba\xec\x6a\x81\xdf\xfc\xce\xe6\xd3\x28\x6c\xfb\xd6\xaa\xab\xe8\xa4\x16\x92\x26\x0a\x93\xd2\x58\x29\x74\xc4\x96\xd7\x1d\x62\x90\x71\x4f\xab\x8f\x62\x37\x13\x76\x55\xea\xf3\xd7\x12\x0f\x1a\x37\x26\x2e\x25\x87\x96\xa3\x82\x3f\x52\xde\xaa\x12\x3d\x9d\x68\x43\xd2\x5f\x76\x47\x00\x99\xb0\xb4\x69\xa2\xec\x6b\x6f\x42\xd5\x3c\xd4\xfb\xae\x18\xb5\x06\xfd\xb9\x7d\x9d\x80\x86\xdd\xd2\x7c\x1f\xb8\x86\xe3\x36\x20\x31\x8d\xf8\xff\x6a\xf6\xe4\xb5\x12\x8b\x2a\xc7\x13\xf6\x92\x3e\x1b\x12\x83\xf7\x50\xcc\x1a\x9e\xe7\x2a\x1a\x52\x8e\xb5\x7b\x08\xec\x12\x2d\x6c\x4a\x2e\x53\x0d\xe9\x2b\xa9\x28\x65\x7f\xae\x7a\x06\xda\xd8\xfd\x91\x3f\x81\xb9\xd4\x91\x0c\xe4\xe3\x2c\x5b\x18\x98\x40\x3c\xdc\x90\x98\x97\x4a\xf8\x55\x7d\x39\x81\x4f\x92\x56\x9c\x0b\xae\xa3\x78\x94\xc7\x7b\xda\xd2\x26\x29\xc4\xf6\x4b\xe8\x77\x45\xc8\x76\x5f\x38\xa7\x60\x63\xed\x3c\x78\x57\x51\x90\x2e\x1f\xf6\x40\x44\x8b\xdf\xc2\xa1\xa5\x25\xd0\x35\xb8\xb8\xac\x09\xef\x02\x4b\xd0\xaf\x0b\x8c\xf0\x3e\x5c\x66\xa2\x1a\x9e\x20\x4c\x04\x8b\x98\x61\xe4\x01\x77\x3d\xf3\x24\xed\xb0\xcd\x57\x16\x12\x9c\xd1\x56\x05\xa5\x16\xa3\x6b\x08\x50\x52\x49\x78\xf9\x45\x28\x0f\xb9\x4c\x5c\x00\xc9\xca\x5e\x43\x09\xd0\x61\xf4\x63\xdc\x5e\xe8\x07\xf6\x59\xc1\x56\x78\x07\x61\x7e\x62\x04\xac\x21\x65\x07\xc7\xc3\x3f\x29\x67\xdd\x21\xa6\x86\x0e\xda\x7c\x61\x85\x80\xb9\xad\x1f\xc0\xa4\xd2\x2b\xd5\xe7\xc1\xd2\x32\x72\xb9\x3b\xa8\x44\x4f\x11\x9d\x04\x2f\x61\x94\xe0\x49\x68\x0d\x6e\x07\x2e\x08\x2a\x24\x4c\xcf\xbf\x08\xed\x27\xbe\x4e\x9c\x0c\xdb\x91\x3f\x07\xdb\xc0\xf5\xb4\xc5\xee\x28\x66\x04\x50\xbc\x6e\x2a\x6b\x01\xf8\xa2\xc5\x11\x28\xc5\x9d\x32\x6f\x00\xc6\xf1\x77\x34\xed\x8c\x45\x84\xdb\x42\x80\x81\x26\xfe\x62\xb4\x33\xae\x91\xbd\xb0\x11\xa0\x1f\x85\x9d\x3f\x19\x1c\xa0\x3e\x49\x20\x40\x3e\xf4\xf4\xa0\x23\xd0\x43\xe0\x81\x7b\x34\xdc\x0c\x42\xeb\x36\x31\x79\xb0\x7f\x93\x89\x76\x90\xb6\xb3\x72\x1f\xdd\x8e\x76\x5b\x9d\x48\x97\xd0\xf3\x04\xa1\xc0\x54\xfa\x6f\xc0\x0c\x88\x81\x4e\x4c\x2e\x63\x3e\x03\x99\xb7\x83\x51\x0f\x6e\x8d\x7f\x0c\x46\x41\x0b\x82\xf0\xd0\x42\xe8\x85\x7b\x08\xf4\x06\x3e\xb1\x0e\x0d\xdf\x67\xee\x6d\xf8\x40\xcd\x67\x79\x98\x5c\xa8\x47\x59\x11\xca\xe7\xb4\x2d\xac\x48\xfe\x64\xda\x51\x56\x1a\x9d\x4e\x2f\x60\xe1\xd0\x08\xfa\x3f\x96\x31\x17\x09\x74\xb2\x0e\xc6\x87\x31\x30\xac\x17\x41\x76\x60\x18\x7b\x96\xbb\x0f\xb4\x95\x6d\xb1\xae\x1b\xde\xca\xf6\xa9\xcb\x25\xc7\xc8\x62\x0c\x77\xc8\x77\xa4\xc3\xf2\xfd\x14\x82\xe4\x0f\x77\x16\xd5\x5a\xb2\x99\x7a\x84\x7a\x5b\x5c\x54\xf6\x98\x66\x10\xe9\x73\x5c\xe8\x05\xc2\xb1\xb8\x5c\x20\x54\x70\x72\xa7\x91\xb1\x9d\x3f\xee\x6e\x01\x46\xf0\x94\xb6\x73\xa0\x42\x6e\x5a\x8d\x0d\xf1\x78\x85\x5e\xb7\x87\x84\x35\x4e\x93\x9e\x26\x5b\xea\xd3\xd8\x01\xe4\x87\xe5\xf5\x14\x47\x4a\x8f\xe6\x1e\x12\xa0\x0a\xd5\x93\xb3\xa7\xd0\xf0\xca\x19\xb1\x14\x7a\x99\xec\xf6\x8e\x9f\x00\x55\x02\x6e\x79\xcd\xa8\x10\x7e\xb2\x8d\x03\x0f\xf2\xa3\xcc\x39\x84\xaf\xcd\x4c\xed\x57\xa2\xa0\x71\xa5\x64\x31\xc9\xb7\xce\xc8\x6c\x26\xcf\xaa\x99\x44\x1a\x21\x3f\xa9\x0a\x2f\xf5\xa4\x9c\xad\xc8\xcf\xfc\x48\x3d\xae\x0f\x8e\xa9\xa4\x5d\xd0\x9c\xdb\x91\x49\x7f\xa9\x9c\xbb\xa5\x89\xb1\x5c\xba\xca\x16\x0f\x86\x0a\x3e\x57\xd5\x12\xe4\x9d\x04\xad\x37\xd1\xb9\x6d\x54\x9c\x4d\x7c\xdc\x7c\x0f\xfe\x47\xea\x69\x78\x4c\x5a\x47\x96\xd4\xee\x29\xe9\xa7\x90\xcd\x89\x99\x02\x2a\xb1\xa2\x3d\x26\x84\x06\xeb\xb4\x3b\x6c\xe8\x26\xb5\xed\x16\x35\x70\x5a\x06\xda\x0a\x19\x3f\x85\x86\xaa\xf9\x04\xcf\xbe\x72\x4d\x33\xe1\x76\x77\xa5\xe8\x1a\x51\xd9\x41\x81\xf9\xa4\xe4\x56\x47\xe2\x08\xd9\xb9\xd1\x5c\x92\x42\x59\x5a\x7b\x32\x33\x80\xba\xb0\xaa\x26\x66\x21\x6d\x95\xe1\xd3\x8e\x29\x74\x77\xcd\xc3\x2d\x06\x20\x4f\xae\xb6\x1d\x61\xc8\x85\xdf\xaa\xef\xf0\x57\xe5\xdf\xd6\x35\xf1\x14\x85\x13\xd2\xdb\xbc\x25\x88\x49\x6c\x57\xee\xbe\x52\x4b\xf2\x07\x2e\xba\x2c\x13\xe9\xc2\x5d\x85\xee\xce\x92\x72\xce\xe3\x36\xc4\x64\x70\xe4\x84\x93\x81\x61\x9c\x54\x32\xcf\xad\x9a\xb3\x93\xd6\x66\x9d\xcf\x09\x04\xa7\x55\x87\xf3\x56\x15\x4f\xd6\xad\xe2\xf6\x22\x1e\x4a\x13\xb8\x49\xa5\xdd\xac\x61\xee\x82\x32\x01\x99\xcd\xb9\x8c\xe6\x95\x9e\xe2\x68\xb0\xea\x2c\x4f\x4e\x1a\xfe\x44\xcc\x5a\x8e\x0b\x69\x75\xa0\x2d\x67\x21\x45\xe6\xa6\xe1\xcc\xa5\x27\x5a\xa3\x39\x2b\xc1\x44\x73\x07\xd7\xa2\x34\xa6\x9c\xcd\xb9\x8a\x7c\x2f\x39\xcc\xd1\xa3\xb8\x2c\x67\x4e\x01\x66\x11\x79\x1a\x67\x2b\xf6\x54\x69\x16\x67\x1a\xbe\x32\xf3\x36\xfb\x1e\x51\x13\xfd\x8c\x7d\x8c\x5c\x13\x38\x89\x3d\x46\x3d\xea\x26\x63\x1f\x07\xb6\x58\xb3\xd8\x8f\xc1\xcb\x55\x8b\xd9\x0c\xec\x6b\xed\x7c\x76\x24\x7e\xa6\x18\xcd\xb6\x25\x2c\x66\x4e\x65\x2f\x21\x06\x91\xa6\xb2\xa7\x92\x64\x25\x10\xeb\x2d\xf9\x4d\xa6\x35\xeb\x3e\xb5\x24\xba\x88\xf5\x98\xf6\x68\xfb\x01\xd6\x1f\x80\xe6\x26\x64\xdb\x82\x3e\xd6\xe3\xec\x34\xd8\xd2\x74\x89\x79\x9a\x3a\x4d\x7d\x86\x79\x90\xda\x2f\x72\x63\x0e\xd1\xa2\xa0\xd7\xcc\x51\xda\x3f\xe2\x6c\xe6\x51\xfa\x11\x44\x0b\xf3\x14\x50\x97\x81\x64\x5e\x66\xc8\xa2\x5e\x32\x7f\x82\xe4\xed\x10\x6b\x0b\x54\xe2\x26\x63\xa1\x60\x9c\xcd\x42\x56\x3f\x53\x5d\xe1\x0b\x73\x60\xb5\xaa\x00\x46\xc0\x47\x05\x13\x70\x1a\xfc\x14\x3c\x0d\x93\x99\xf3\x09\x0b\x61\x23\x33\xa4\xf8\x34\x3c\xc8\x54\xa7\x8f\xc0\xb7\x99\x4f\xa3\x68\xcc\x15\xac\x4d\xdb\x13\x98\xd9\x2c\x92\x5b\x3d\xb3\x91\x35\x6c\x43\x62\xbe\x62\xcf\x32\xcc\x05\xb3\xc4\x9f\x14\x21\xa0\x50\x6c\xe0\xbd\x04\x07\xc4\x4b\x80\x09\xf0\x3f\x11\x09\x87\x83\x6c\x84\x17\x8a\x8a\xa1\x2c\xe1\xd6\x34\x11\xa4\x17\x48\x76\xd7\x40\xdf\xf9\x27\x03\x4e\xc1\x39\xbc\xb7\x6e\x5c\x78\x0f\x6f\x92\xcd\x18\x73\x23\x77\x41\xf9\x01\xc6\x22\xfd\x88\x6c\x03\xc3\x57\x17\xc7\x9d\xcc\xc0\x6a\xaf\xd3\x3d\x19\xc3\x9a\x54\xcc\x0b\x70\xaa\xea\x5c\xe1\x4c\x30\x45\xe9\x96\x8a\x05\xfb\xe5\xb4\xc8\x7d\xd0\x3a\xa9\x30\xc0\x03\x32\x8a\x51\x6e\x31\xf0\x4c\xa1\x87\xcd\x3b\x58\xc8\x7b\xac\x5d\x05\x4c\xaa\x6f\x92\x88\x80\xf8\xda\x36\x36\x12\xa8\xab\x06\xa8\x07\x81\xff\x55\xad\x47\x57\x33\xc2\x2a\xf6\xe4\x3f\x67\xb4\x1b\x2c\x53\x98\xe0\xb2\xf2\xe8\x88\x4f\xa0\x5c\x6d\xef\x6f\x84\xe6\xc9\xc7\xdc\xe6\x40\x42\xc9\xa6\x75\x8b\xe1\xc9\x02\x8a\xc6\x8b\xbe\xbf\x35\x54\x7c\x02\x98\xd2\xf4\x93\x75\x08\x88\x6d\xa0\x51\x1d\x81\x9a\xda\x13\xe8\x15\xc0\x57\xf3\xbb\x7c\x02\x23\xcd\x74\x2b\xc5\x9a\x71\xd2\xc0\x8f\x68\x04\x03\xb5\x47\xfd\x33\xc1\x03\xca\x41\xd7\xcf\x90\xaf\x14\x5e\xe7\x0c\xf5\x08\x97\xab\x41\xba\xb4\xcb\x4e\xbc\x81\x7e\xa8\xbd\x92\xb5\x1d\x98\xda\x72\x85\x32\x08\xec\x6e\xbc\x8a\x1a\x06\xcc\x75\x35\xf9\x36\xc0\x9f\x6a\x9b\xe4\x27\x8c\x32\x53\x52\x04\x91\x71\x5f\x3f\xd3\x7f\x1b\x98\xa6\xce\x71\xfd\x0a\x5e\x96\xc9\xd6\x45\x41\x41\x42\x40\xfe\x59\xb5\x3c\xff\x33\x7f\xaf\xe2\x7a\xe1\x47\xf0\xa5\xbc\xaf\xf8\x1d\x91\x20\xeb\x28\xf9\x57\x4a\x97\xd6\x97\x6d\xcf\x59\x24\x11\xa1\x2b\x12\xde\x88\x11\x38\x87\xd0\x3c\x51\x20\xe1\xca\xb6\x69\xc2\xe5\xe4\x26\xe7\x5c\xfe\x5b\xda\x3d\xab\x00\xde\x79\x30\x54\x8e\x54\xda\x17\x1d\xe3\xef\x54\x4c\x43\x68\x40\xb6\xec\x5b\x69\x3a\x71\xb1\x6c\x7a\xd9\x96\x52\x1b\xe9\x22\xb4\x7b\xf6\x71\xc9\x74\x6c\x5c\x42\xa7\xe8\x0b\xbe\x3a\x74\xab\xf0\x21\x69\xaa\xcf\x27\xc1\x59\x8a\xcc\x39\x87\x3f\x4c\x2f\xb5\x4a\xe3\x35\x80\xb0\xec\x8a\xc2\xab\x64\x2f\x6f\xaf\x7c\x2b\x32\x0b\x5c\x20\x0b\x28\xfb\x1f\xa1\x59\x9a\x8f\x16\x97\x1c\x94\x80\xd8\xe8\x6c\x82\x18\xc6\x6f\x4d\x40\x88\x00\x62\x48\xe8\x3c\x21\x40\x2e\xf1\x79\x28\xa0\x50\x9b\x9d\x8b\xf9\x68\x60\xb3\x15\x83\x57\x02\xbe\x96\x22\x65\x27\x31\x27\xb9\x3c\xe9\x75\xec\x4f\xe0\xa7\x64\x02\xbf\x16\x3f\x2c\x71\x24\xe4\x23\x3e\x8a\x13\x89\x87\xb3\x0e\x8a\x50\xe4\xc0\xf8\xeb\x42\x98\x72\x2f\xa4\x53\xa0\xa7\x11\x7d\xf6\xf3\x87\x80\xf5\xce\x30\x6f\x3f\xb8\xc8\xea\x0a\xf7\x34\x6c\x21\x09\x92\xc6\x93\x77\x72\xf2\x25\x44\xca\x62\xfa\x4d\x71\x05\xe5\x1c\x6e\x48\x74\x8f\x5a\x87\x58\x26\xb2\xa6\xc9\x33\xff\x0a\x77\xd3\x35\xf1\x5b\x05\x04\xa0\x2b\x24\x82\xdf\xcb\x38\xe6\x53\xce\x7b\x03\xbe\x74\x96\xf3\x66\xc3\x4e\x6b\xed\xb8\x0e\x4c\x48\xbc\x46\x32\x17\x8c\x61\xfb\x8b\x6d\x41\x3d\xed\x98\x28\x0a\xbc\x80\x3d\x2c\x6c\x80\x9c\x8b\x3d\x05\x3f\xa0\xf2\xcc\x5d\x02\x5f\x78\x4d\x9c\x86\x8f\x83\xeb\x77\xbd\xe5\x9d\x63\x6e\xf1\xc1\xf3\xd6\x32\xc7\x9d\x9b\xb9\x61\xac\xdd\x6b\xf1\x1c\x90\xf5\x54\xb8\x46\x64\x27\x38\xcd\x44\x08\x0b\x05\x52\xea\x22\xc1\xb0\x60\x13\xc6\x47\x60\xc3\xbf\x58\xf8\x9a\x2f\xe5\xd3\x33\xac\x79\xcf\xf8\xf6\xb1\x5d\x3c\x2f\xde\xd9\x5d\xc1\xdc\x76\x5e\x8e\xcf\x2a\xee\x32\xee\x43\xe7\x46\x4e\x1a\x37\x79\xed\x5d\xb6\x8e\x73\x86\x1f\x21\x18\xd5\x6c\x82\x46\x05\x0b\xd5\x6e\x64\x2e\x1f\x52\xcd\x42\xdd\xe0\x7d\x54\x3c\x2f\xe8\xe0\x61\xe5\xc3\xe9\x0b\xb8\x0f\x65\xb4\x98\xf3\xdc\x04\xe9\xba\xe0\x2a\xce\x39\x71\xad\x77\x0f\x27\x48\xf8\xdd\x59\xca\xae\x12\x04\x58\x2f\x67\x3d\xe5\xe1\xb9\xed\xfc\xe3\xe6\x2d\xa0\x07\xdf\xad\x52\x49\x5a\xcf\xab\xab\xd8\x5f\xa6\xe4\x39\x18\xae\xe6\x2b\xb9\xed\xba\xcb\x69\x4b\xb9\xae\xda\xb6\x98\x29\x9c\x3e\x75\x72\xd0\x7b\x8e\x87\xa2\xdf\x7b\x03\xbb\x5b\x7a\xcd\x39\x9e\x3d\x5f\xf4\xcc\xda\x8d\x95\xc1\xbf\xc1\x79\xc7\x47\xd7\xc7\x33\xa4\xbc\xab\xb5\xc5\x44\x25\x2f\xb2\x3a\xac\x6c\x32\xf7\x52\xd5\x8c\xfc\x95\xdc\xf8\x8a\xc6\xd4\x2e\xce\x5d\xc3\x82\xe8\x5e\x4e\x41\x79\x50\x50\x1b\xfb\x89\x7a\x89\xd7\x17\x76\x86\xbc\xda\x39\x80\xb5\x5f\xb2\xc4\x7a\x27\x6b\xae\x20\x8f\x13\xc7\x5f\xd7\xbc\x0f\xf8\xc7\xe3\x35\x56\x12\x97\x73\x27\xea\xb7\x23\xcd\x5c\x72\xcd\x48\xde\x41\xce\x67\xf3\xa4\xd4\x22\x0e\x64\x9a\x1b\x4d\xe7\x4c\xd5\x5f\x0d\x82\xd9\xb0\xd6\xce\xeb\x06\xeb\x7f\x4a\x5b\xe7\x9d\xac\x58\xe9\x02\xeb\x0c\x66\xb5\x60\x3f\x48\xa9\xfc\x5c\xe0\x47\xf6\x30\xad\x29\xf2\x47\x53\x8c\xbb\x10\x3e\x45\xbe\x7a\x42\x69\x58\xa6\xbe\x5c\x55\x26\x4c\xa8\xd7\x48\xd0\x1f\x22\x16\xaa\x50\x38\xf9\xf6\x1d\x8a\xad\xc4\x08\xf7\x83\xd2\xd7\x94\xcd\x4e\xbe\x62\x2e\x9d\x6a\x81\x15\x2e\x00\x5f\x81\xb3\x2b\x03\x8a\xce\x93\xee\x57\xe4\x21\x2a\xd1\xee\x06\x59\x69\x51\xe1\x2f\xdd\x85\xb2\xed\x99\x59\xe5\x93\xd1\x21\x09\x78\xcd\x2c\x2c\x3d\xfc\x95\xf2\x1b\xfe\xde\xf6\x4d\xf2\xab\xa4\x24\xf7\x43\xd2\x4a\xca\x47\xa7\x78\xf1\x4e\xfa\x73\x0b\x9d\xe0\x36\x34\x95\xa1\x35\x89\x4a\x44\x24\xc8\xd8\x8a\xb4\x43\x3d\xd3\x5f\x2a\xdb\x5b\x38\xa0\x73\x45\xe7\x65\xae\xd1\x62\xb0\x9e\x09\xdb\xd4\x2c\xbc\x67\xf8\x01\x25\x40\xcc\xdd\xbe\x52\x5e\x4a\xd6\xbb\x1f\x94\x06\x52\x5f\x3b\x15\x89\x3e\x03\x6a\x8b\x71\x81\x11\x4a\x03\x38\x15\xab\x31\x53\x88\x1a\x43\x26\x36\x12\xb5\x46\xd7\x82\x13\x14\x4e\xd3\xfe\xc5\xdf\xcd\x90\x68\x42\x89\x49\xf1\x07\x54\x48\xd2\xa7\xf0\x6c\x05\x85\xd2\x1f\x70\x4f\x06\xd3\x0a\xdc\xf7\x4a\xa8\x80\xa7\x93\x54\xb4\x1d\xdc\x65\xb9\x84\xff\x05\xc6\xd0\x9f\x19\xba\x89\x37\x08\x27\x75\xff\x48\x17\xca\x7c\xcb\x63\xc8\xed\x05\x01\x9a\x51\x4a\x4d\xfa\x7d\xf5\x62\x6a\x5f\xfc\x26\x65\x28\xed\x61\xd8\x4b\x79\x11\xe0\x14\x50\x2f\x55\x30\xd0\xee\x43\xe2\x5a\x70\xbf\x53\xaf\x10\x80\x3d\x2c\x91\xfc\x40\xe6\x38\x6d\x9f\x9e\x02\xec\xc2\x1f\x2b\x1f\x07\x7a\x91\xf1\xda\x59\x8c\x45\xf9\x48\xb5\x90\x51\x9d\xbe\x5e\xf9\x1a\xdc\x1e\xa7\x51\xb8\x80\x13\x61\x28\x59\x26\xb4\x3f\x20\x4b\x52\x07\x8b\xdd\x3b\x44\xe7\x99\x49\x4e\x37\x05\x43\xac\xf5\x96\x97\x78\x4c\xf6\x3c\xaa\x6d\xb9\x82\x7b\x0f\x97\xa7\xf9\xc3\x3d\x5a\xba\x4e\x4d\xe0\x9a\xf3\x72\x95\x3f\xb9\xec\xb4\x60\x05\x89\x8b\x8f\xbd\x28\xbb\xcc\x2d\x0e\xbd\x21\x5d\xc5\xcd\xf0\xff\x23\xc6\x73\x77\xba\x8b\x85\xbd\xdc\x55\x4e\xbf\xf9\xdd\x9c\x97\x56\xa1\x5c\x25\xe7\x08\xb9\x5f\xbb\x41\x61\x85\x5d\xae\x6e\x97\xa7\x23\xee\xa8\x02\x64\x40\x6e\xb4\xe2\xa4\xb4\x27\x35\x49\x1e\x23\xb9\x15\x3b\x45\x7a\x44\xfc\x2d\x74\x8b\xc4\x56\x3c\xdd\x5f\x21\x12\x0a\x3f\xba\x27\x09\x2e\x0b\x0e\xac\x9f\xc1\x7b\xc4\x07\xac\x74\x9c\x8b\x3c\x57\x92\x56\xb3\xc5\x30\x81\x7e\xad\xda\xa3\x6f\x2c\xbe\xa2\xdc\xa5\x73\xc9\x89\x91\x3f\xd1\xb6\xa7\x30\x64\x44\xcd\xd2\x98\x30\xc9\x6f\x55\x5e\x48\x95\x98\xa8\x90\xfa\x2f\x12\xde\x95\xa1\xb6\x7c\x15\x38\x4b\x2c\x9c\xde\xf3\x42\x84\xc7\xad\xc6\x38\x3b\xf9\xb9\xc4\x1f\xea\xee\x2a\x35\xba\x50\x15\x62\xfa\x5e\x9c\xa8\x78\x5c\xb1\x2d\xfb\xa1\x9c\x69\x28\x49\xb1\x94\x2d\xd2\x01\xd1\xdf\x25\x75\xda\xa2\x90\x6c\xf1\x5a\xb5\x9d\xdf\x7d\x21\x4f\xc1\xdf\x72\x91\x7f\x59\xda\xe9\xf4\x88\xfb\x49\x74\xd6\x6a\x90\xfd\x85\x7f\x89\x48\x57\xbb\xd7\xf2\x50\xff\x53\xde\xae\xde\x53\xf4\x5e\xc1\xac\x3a\x98\x2d\x95\xaf\x34\x75\x25\xdf\x92\x36\x1b\x29\xd1\x47\x24\x3e\xfa\x79\x21\xde\xa2\x71\x2d\xca\xef\x90\x70\xb5\x2a\x7d\xcb\x7e\x7e\xbe\x7c\x8a\xd3\x6b\x2e\x57\xdc\x6d\x75\x97\xcd\x17\xb8\x96\x55\xb5\x86\x17\x3c\x29\x0a\x6d\xaa\x29\x3a\x93\xad\xa8\xff\x8a\x18\x4d\x21\xd4\x26\x96\x1e\x8b\x9d\x6d\x56\xa3\x66\x86\x11\x4d\x1a\x0c\x14\x58\x6c\x28\xc6\x6f\xf0\x02\xca\x97\x91\xe6\xba\x4c\x53\x99\xa8\xcb\xec\x20\xd9\x73\x20\x66\xf5\x0b\xf1\x12\xa8\xaf\xac\xa0\xc5\x5c\xec\x56\xb4\xb2\xf1\x23\xe2\x7d\x36\xaa\x3e\xb2\xb4\x3f\x25\xb6\x66\xb4\x4c\x1a\xf3\xd6\x3c\x15\x5d\x11\x96\x6d\x5a\x88\xbd\x13\x98\xa6\x7f\x4f\x88\xf5\x02\xb4\x5d\xa4\x0f\x2e\x4b\x55\x3b\xa9\x7d\x76\x15\x32\x33\x50\xbd\x66\xa1\xe8\x1a\xd4\x5b\xb6\xb6\xf9\x43\x49\x73\xe1\xc3\xc6\x60\xe4\xf6\x6c\xef\xba\xea\xb2\x2b\x29\x0e\x35\x6b\xd0\x8c\x98\x93\x55\x78\x6c\x46\xd8\x8e\x0a\x01\x1e\x13\x18\xa2\xc7\x11\xbb\xbc\x68\x5a\x3f\xca\x5c\x97\x75\xca\xfb\x34\x91\xdd\x90\x2c\x84\xe1\xbc\x66\x9b\x48\x04\xfd\x0f\x99\xd6\x84\x47\x8f\x15\x06\xd6\xbf\xc6\x7c\xca\x1a\xab\x2d\xc2\xb9\x24\x8f\x9a\xff\xc3\xeb\x63\xb0\x95\x11\x44\xc7\xd0\x9f\x46\x34\xe9\x41\xe0\x72\x5d\x31\x65\xcc\xab\x48\x13\x4a\x33\xb9\xf8\x28\xa7\x02\x46\xbb\xb7\x52\x26\x38\xb0\x46\x23\xbc\x06\x3f\x2b\xfd\xd8\x38\x93\x30\x51\x70\xa4\xae\x9c\xf8\x27\xcb\xbe\x66\x15\xe9\x43\xf2\xd6\xaa\x36\xca\xa4\x98\x29\xa6\xd5\x54\x8f\xd0\x46\x43\x04\x8d\xbb\xfd\x66\x79\x2c\xfd\x8d\x57\xbc\x3a\x92\x51\xec\x12\xa5\xb0\x00\x5f\xd9\x3b\x4a\x5a\x61\x70\xcd\x17\xe1\x3c\x96\x45\x69\x7a\xfd\x71\xda\xd9\x02\xab\xda\x04\x7a\x6e\xa6\xd8\x7c\x87\xfe\x5f\x52\x67\x25\x0d\xa8\x88\x56\x1a\xbf\x30\x10\xa1\x21\x7a\x37\x30\x64\x7b\xb9\x76\x07\xe4\xe9\xe5\xa5\x4a\x80\x03\x5c\xb2\xe4\x3e\xcc\x10\xfb\x02\xf1\x25\x56\x84\x45\x81\x60\x27\x3b\x19\xf1\xbe\x6e\x11\x9b\x98\xbf\xb4\xba\x8e\x2d\xca\x38\x5e\xe5\xcf\xd6\x24\x4d\xae\xf8\x8f\xdd\x15\x3d\xd9\x40\x64\xdf\x0a\xb9\x56\x7e\x82\x33\x73\x7b\x88\xfa\x13\xc7\xd7\x6b\x95\x72\x21\x87\xec\x42\x92\x4d\xe2\xd4\xda\x77\x88\x86\x39\x07\x2c\x1e\xf1\x7d\x38\x0f\x11\xf3\x6a\xc8\x12\x71\x9e\x9f\xd9\x5d\x32\x27\x63\x9a\xe9\x85\x98\x96\x98\x62\xac\x16\xbd\x8e\x42\xeb\x7d\x45\x05\x21\x39\xda\x06\xe1\xe5\x80\x57\xaa\x37\x42\xcf\xad\x6f\x14\xf3\x05\x72\x17\xaa\x74\x0e\xff\xb8\xfd\x6d\xe1\x0d\xde\xff\x2c\xb7\xf3\x70\xbc\xc5\xc5\x3e\xd5\xbe\x5a\x6c\x6e\x59\xd5\x32\x4d\x74\xba\x57\xc5\x6d\xb5\x45\x42\x9d\xa1\x42\xf9\xf6\xff\x04\xc0\x03\x60\xd4\x0b\x03\x00\xf0\xcc\x97\x39\xa3\xb6\xe6\xb5\xdd\x9a\x6d\xdb\x3b\xdb\xd6\xff\x6c\x63\x77\xb7\xdd\x6c\x65\xe3\xcb\xf6\x72\xbd\xac\x97\xb1\x5e\xb5\x8c\xd7\xf7\x2b\xb8\xd1\x94\x60\xde\x95\x79\xc7\x76\xd4\x44\x48\xd2\x58\x7d\x8d\x53\xd6\x0c\x9a\x0a\xf5\xa4\xd0\x0a\x7d\xa1\x76\xed\xca\xd7\x9a\x40\xf5\x63\x77\x99\xe2\x86\x6a\x01\xfa\x54\xe7\x31\x27\x17\x36\xbd\xbd\xb9\xd9\xb5\xf6\x7e\x2b\xdc\x31\x52\x5e\xea\xf4\xb6\xaf\x2e\x68\x76\x9c\x68\x5c\x9f\x39\x6c\xab\xb0\xce\x48\x82\x59\x8e\x98\xb3\xd6\x18\x8c\x2f\x8d\x09\xa1\xb9\xba\x17\xfa\x09\x2b\xdf\xaa\x2f\x69\x0e\xb8\xdb\x15\x2a\x15\x03\x8d\xec\x2c\x6f\xfb\x07\xba\xbd\xdd\xa3\xb5\xa1\xd6\xd9\xf2\xdc\xb9\xbb\xdc\xb5\xb9\xaf\x79\x6a\x01\xd1\x91\xe9\x48\xce\xd4\x34\xde\xb6\x55\x26\x15\x58\x8a\xad\xa9\x6b\x94\x46\x86\xe9\x6a\x68\x91\x8e\x62\x08\xf2\x9b\xae\xae\xd3\x2a\xdc\x0f\x2a\x16\xaa\x2e\xa0\x12\x37\x3e\x46\xc1\x21\x91\xeb\x3e\x62\x22\xab\xcf\x0d\x7f\xc2\xfd\x55\xea\x35\xf0\x9d\x30\x3f\x2f\xa5\xf7\x2a\xa9\x34\x3d\xad\x0b\x4e\x39\x1d\xff\xa4\x6d\x0f\x9d\x17\x79\xb3\xf9\x11\x0b\x17\x54\x67\xbb\xc6\x15\xfa\x1c\x37\x4b\x81\x75\x2e\x31\xfa\x89\xa2\xaf\x28\xcf\x8d\xe1\x98\x36\xc8\xf2\x75\x99\xb8\xb4\xea\x9d\xc3\x25\xf8\xf7\xa5\xb3\x07\x60\xc4\xe3\x79\xe1\xbd\x99\xe4\x4b\xe9\x31\x9d\xf7\x68\x8b\xe3\x1f\xb7\x25\x31\x4c\x91\xf7\x9a\xd9\xec\xb8\x20\x8a\x8d\xc3\x9b\xe6\xf3\xd0\x1c\x01\xbc\x76\xa9\xd3\x1d\x12\xbd\x45\x7e\xde\x20\xc6\xfd\x04\x7f\x5a\xdb\x44\x10\x55\x3b\x86\x86\x49\x13\x4b\xfe\xed\x3f\x4a\xee\xcd\x5b\xd6\xb3\x85\x2a\x4b\x5f\xd5\x59\x4a\x77\xc6\xdf\x6e\xdd\xc7\xbc\x1b\xf9\xb8\xe9\x3f\x4e\x76\x90\xcc\x36\x9b\x77\xd9\xe7\xb7\xe9\x9a\x80\xe2\xa2\xd4\x91\xc5\x2b\x91\xc0\xfa\x49\xe4\xcb\x60\xcd\x48\x34\xe5\x67\x35\x68\x10\x41\x0b\x2c\xe9\xed\xd3\xd2\x1d\xb9\xb7\xbb\x95\xcc\xc0\xb4\x1f\x1d\x91\xac\x97\xf1\x87\x5b\xd6\x73\x46\x23\x1f\x36\x4d\xe2\x1d\x08\xea\x6f\xf4\x07\xce\xf9\xc6\x9b\x26\x0a\xff\x71\xb9\xaf\xdd\x24\x99\x83\xf4\x59\xab\x66\x7c\x03\x7b\x0c\xdd\x60\x3e\xaa\x3a\x31\xb0\x8c\x75\xbc\x24\xb5\x37\x8f\x7d\x27\xd7\xd8\x55\xc6\x5d\x96\x76\xb8\x7d\x16\x8f\x16\xdf\xe1\xb4\xf2\xff\x89\x7c\x64\xff\x25\xa0\x05\x1d\xb5\x82\x44\xd3\x7c\x45\x46\x2f\x71\xa7\x6b\x86\xe6\x8e\x34\x09\xc1\x1d\x49\xe7\x51\x1a\xcc\x83\x76\xde\xcf\xaa\xa2\xbe\xdb\x7c\x63\xf1\x9d\x9e\x25\x40\x5e\x6e\x4c\x67\xa0\xc0\x2f\x4d\xda\xfa\x56\x38\x37\x9e\xd1\x2c\x10\xcd\x8e\xbc\x6b\xfb\x29\x0e\x0e\xba\x67\xc9\x92\xe4\xf9\x1e\x31\xa4\x4a\x1b\x5c\x77\x6a\xa6\xca\x58\xf0\xc1\x21\x8b\xf4\x7f\xf5\x4f\xfb\x1f\x4a\xcf\x54\x1e\xed\x5d\x2d\xbd\x5a\x0c\xe9\x12\x4b\xff\xe4\xfc\xdd\xde\x25\x4b\x49\x8b\x6e\x01\x64\xca\xf8\xec\x26\x5f\xd9\xc5\xc8\xbb\x8d\x1b\xe4\x01\xc1\x73\x4c\xff\xc9\xd9\x2b\x16\xeb\x97\xcb\x37\xb8\x05\xab\xbe\xc9\x1f\xc3\x27\x0d\x3c\xd0\xd5\xd5\xe7\xf5\x41\xb4\x57\x2b\xd7\x74\x5f\xd0\xa6\x16\xbd\xe8\x5c\xa1\x39\x9f\x43\x6f\xab\xd2\x20\x52\x5f\x38\x73\xd4\xff\xc6\xcf\x77\xcc\x51\x73\x22\x2f\x5a\xbb\x54\xdf\x83\x83\x8d\x3f\x54\x88\x15\xa5\xba\x08\xe5\x16\x37\xa3\x6a\x95\xe2\x1b\x2c\xa9\xbf\xaf\x71\xa4\xce\xd9\x1b\x64\x35\x57\x34\x77\x0d\x59\x70\x45\xf5\x1d\x53\xcc\xb5\xd9\x3f\x5a\x53\x4d\x59\xa9\xaa\xe6\x32\xe3\xca\xb8\x93\xf6\x68\xfd\xbb\xc8\x01\xcb\xa8\xae\x31\x78\xa5\x31\x5c\x3b\x6b\x05\x43\x2b\x52\x73\xdd\x2e\x29\xad\xca\x87\xd0\xfb\xfd\x2b\x9a\xa8\x75\x19\x3d\xc3\x0e\xd7\x8a\xd2\x2e\x4f\xdb\xae\x22\xcf\x76\x69\x23\x22\xfb\x7c\xcb\x01\xeb\xe4\x54\x58\xd3\x6d\xb3\x3d\x6e\xbd\xed\xbc\x69\x6a\xa4\xd3\x82\x30\x24\x05\xfb\x1b\x4e\xea\x72\x56\xe8\xb5\x6e\x9a\x7c\xb7\xef\xca\x58\x55\x2e\x54\xdb\xb7\xb1\xa5\xa7\xf6\x4f\xcf\x4a\xa7\x77\x85\x6b\x67\x73\x93\xa1\xf0\x73\xdb\x47\xfb\x9f\xec\x8d\x2d\xe1\x36\x74\x6a\x7e\x53\x95\x75\x5b\x5c\xaf\xad\xcc\x7c\x27\xb2\xdd\xfc\xc4\xb8\x2b\x38\xc6\x90\xad\x6f\x58\xb1\x4e\x33\xa0\x9d\xe4\xee\xa7\x38\xa3\xea\x86\xb8\x6c\x6b\x45\xbd\xad\x59\xbd\x99\x8f\xe9\x29\xfd\xb9\x21\x1d\x07\xcf\x1f\x5c\x3b\x89\x50\x93\x19\x32\x68\x22\x59\x92\x36\xf4\xee\xa7\x4e\x8c\x7e\xd4\x39\x42\xdf\x14\xde\xd6\x0a\x66\x0d\xae\xfa\xe6\xb8\xcc\x3d\xe8\x1d\x65\x19\x03\xae\x2d\x37\xe8\x6f\x8a\x27\x43\x16\x6d\x7d\x84\x75\xa9\x09\xd8\x74\x0e\xd7\x57\xfa\x61\x7d\x2f\x21\x3a\xbf\x73\x04\x4f\xfc\x95\xb9\x6a\xe0\x07\xf9\x4f\xd2\xc6\x5e\x10\x2d\x2d\xfa\x45\x67\x20\x63\x4f\xf8\x48\xcb\x1b\x36\x39\x60\x9e\x83\xc4\x4b\xf2\xae\xb0\xb4\x09\xe6\x2d\xdf\xa4\xb7\x8a\xc6\x21\x53\xb6\xae\xc2\xd3\x6a\x96\x6e\x72\x23\x5c\x2c\xbd\xbf\xee\x07\x29\x21\xdf\x34\x7c\x86\x3c\x9a\xe9\x36\x80\xa4\x0e\x26\x0d\xf5\x0c\xd0\xf7\x44\xbf\xec\xe8\x67\xfe\x08\xdf\xd1\x42\xe3\xd0\x03\xfc\xec\x3f\x79\xbf\xbd\x99\x96\x28\x81\x61\xf9\x4d\x7d\xb4\x38\x00\x7c\x61\xf3\x26\xca\xc2\xea\x5b\x1b\x76\x52\x7d\x4b\x3b\xd7\x0e\xd3\x92\xf3\x6b\x86\xd4\xf4\xfe\x8c\xf1\xfe\xd5\xcc\xe8\x24\x53\xb7\x98\xf5\x29\xfa\x61\xbb\x81\x73\x3b\xfc\x88\x93\xc8\xfb\x3b\xa0\xd0\x3e\x13\x78\xe1\xbd\xcd\x5c\x2d\xfc\xec\x12\xa1\x23\x49\xe6\x82\x15\x9b\x96\x31\x23\xab\x95\xeb\xb3\x99\xef\x4b\x8b\x47\xea\x59\x07\xf2\x97\x0e\x66\xb2\x2f\x67\x1c\xed\xfd\xc1\x9d\x9b\x44\xec\x2a\xe3\xe1\xa2\xaf\xb4\xe1\xf8\xf7\xc2\xcf\x37\xd7\x0b\xb8\x01\x0c\xdb\x6c\xd1\x12\xef\x71\x13\x41\x3c\xec\x62\xd3\x5a\xa5\xc9\x0d\xc7\x36\x5c\xe1\x55\x56\x4f\x59\x37\x91\x77\xb3\xe4\xe7\xb0\x0b\x1f\x9e\x77\x79\xe0\x2f\xc0\x2b\x43\xdf\x73\x41\x30\x21\x29\xb3\x33\x58\xf0\x36\xfa\x50\x6b\x81\x70\x2c\xfc\x5a\x53\x89\xd8\x3d\xa0\xb9\x71\xa1\x24\xdb\x07\x64\x54\x49\x21\x2e\x6f\x35\xfb\x65\xcc\x06\xd5\x7a\x57\x69\x45\xd5\xee\x91\x2c\x69\x65\x49\xdf\x20\x42\x5a\x9a\xa7\xee\x43\x4a\x55\x19\xa5\xdd\x91\xd2\x2b\x49\x5e\xed\x1b\x64\xde\xd1\xdb\x9c\x2f\x64\xfc\xf0\x31\xfb\x07\xd9\xeb\x80\x3b\x96\xfd\xf2\x22\x1f\x9b\xa1\x58\xde\xe2\x4a\x56\xf7\xca\xaf\x34\x78\xae\x2d\xd5\x5a\xab\x2a\x87\x36\x68\x3e\x96\xe4\xf4\xbf\xd5\x54\xe6\xc5\xf6\x7c\x57\x8f\x65\x2c\xee\xbc\xa5\x76\x26\x7e\x6a\x23\xa9\x63\xa3\x3b\x9b\x4f\xa8\x6e\x86\xff\xb4\xdd\x50\x89\x02\xe7\x9a\xd7\xaa\x66\xfa\xdc\xd5\x43\x95\x80\xeb\x05\xd5\x79\xc5\xc3\x7a\xcc\xc8\x6c\x6b\x79\xe5\x91\x41\xa4\x25\xac\xf8\x5a\xdf\xb0\x79\x56\xee\xd5\xee\x43\xa6\x39\xe9\x87\x3a\xd6\x19\x97\x24\x6e\x6e\x85\x1a\x16\x47\xe3\x9b\xee\xea\x27\x85\xbf\x6a\xfc\xa4\xbd\x16\xe8\x65\xba\xa2\x91\xfb\xce\xd6\x0d\xa8\x3d\xdd\xdc\x54\xe1\xca\x03\xf5\x4b\x87\xd5\xf6\x07\x95\x92\x81\xab\x36\x79\x71\x6f\xdf\xdc\x46\xcf\xdc\xb5\xdd\x01\x96\x47\xe9\x5d\x1d\x4b\xcd\xbd\x89\xcd\x2d\xb7\x4d\x95\xd1\x35\x4d\x38\xc3\xc7\xf0\x97\x8d\x0a\x3d\x22\x30\xcc\x84\xd0\x0e\xfb\xfa\xeb\x52\xd4\x4f\xdc\xe2\x95\x0f\x54\x6e\x75\x17\x87\xa7\x34\xdf\xaa\xcc\x1f\xc8\x6c\x2a\x2b\x16\xf4\x72\xec\x87\x72\xcd\x5d\x66\x5b\x61\xba\xb1\x5d\x68\xbd\x9a\x68\x6c\xc9\xb3\xe4\x47\x57\x3b\x9e\x9a\x06\xc3\x3f\x5b\x7f\x1b\x0e\x06\xe6\x19\xef\xeb\x86\x7d\x0b\xb5\x27\x35\x16\x37\x94\x92\xa6\x82\xef\xfc\x1f\x36\xb0\x21\x68\x5d\x01\xce\x0a\x39\xdb\xa5\xc1\xbf\x81\xd7\xdb\x7c\x89\x54\xd4\x3c\xd5\x12\xf2\x1c\xcc\x7d\x2e\x95\xf2\x37\xbe\x19\x77\x9a\x76\x81\x44\xa9\xf9\xc2\x9c\x44\xed\xce\xfe\xc1\xe6\x32\x5e\x45\xad\xe7\xc5\x71\xb2\x7c\x7a\x05\x39\xfc\xab\x3b\x2e\xa3\x37\x41\x6f\xad\x95\x60\xd7\x20\xfc\x3a\x2f\xe0\xf6\xa1\xc8\x8d\x12\x02\x0c\x73\x57\xa9\x26\xf9\xe0\xe1\x9c\x0f\x94\x19\xc4\x2b\x38\x28\xcd\x83\x02\xa9\xe9\x64\xd0\xe8\x6b\xb2\xb7\xb2\xfe\xb0\xfc\xa2\x14\xdc\xdb\x5c\x6f\x9f\x26\xc1\x44\xa0\x68\xfb\x3d\x54\x0c\x72\xdd\xc8\x30\xfa\x01\x7a\xb8\x73\x36\xd6\x80\x1d\xb4\x5e\xc2\x97\xe2\x2f\x2a\xde\x11\x23\x49\x7f\x71\xe8\xe4\x68\x4a\x14\xf6\x13\x15\x47\xe3\xd5\xa4\xd3\xaf\x33\xbe\x64\x13\x59\x12\xb6\x21\x0a\xce\xa5\xf1\x56\xfa\xd8\x81\x4d\xc0\xbf\x5b\xbf\xc3\xf5\x44\xe7\xd0\x5b\x24\x92\x3c\xa3\x5d\x86\xae\xa6\x40\x2d\x2c\x6c\x19\xf5\x9d\xfc\x28\x1e\x47\x6f\x62\xd3\x88\x5d\xcc\x70\xac\x1f\x65\x02\xeb\x61\x75\x1b\xad\x93\xb3\x35\xeb\x2d\x93\xcd\x33\x46\xf9\x71\xec\x00\xc5\xa7\x9f\xff\x49\x48\xd9\xfc\x15\x3a\x85\xb9\x75\x30\x19\x3e\x8f\x65\x6f\xfd\x86\x0c\x65\xc3\xcc\xcb\xd1\x0d\x9c\x5a\x99\x13\x3b\xcc\x45\xb3\xe8\x84\xd9\x3c\x02\xa6\x8a\xd4\xcd\x07\xaa\x3e\x53\xb1\x40\x6f\x16\xc0\x20\x08\xce\x80\xbe\xb2\xb7\x0a\x9f\xfb\x5c\xe1\x87\x8b\x17\x6c\x8a\x6d\xe8\x12\xe6\xf4\x1b\x20\xf7\x84\xbd\x2d\x0c\x78\x98\xf0\x8c\xf1\x10\xd2\x28\x5a\x21\x25\x61\xa6\x8a\xcc\x4c\x26\xce\x29\xfa\x17\xad\x27\x56\x8a\x2b\xab\xaa\x29\x59\xe2\xe3\x59\x7f\xd1\x69\x92\x55\xa0\x87\xac\x1b\x12\x92\xef\x04\x9e\x50\xf2\xbf\xf5\x9a\xda\x77\xba\xf3\xbd\x1e\x0d\x29\xba\xd5\xcd\xab\x20\xbd\x5a\x83\x7e\x23\x3c\x42\x33\x26\x6e\x41\x3e\xd2\x54\xd1\xff\xc1\xac\x55\x6f\x40\x65\xe3\xbb\x55\xe3\x95\x48\xd2\x19\x55\x50\x26\x93\x16\xa8\xcc\x00\xed\x64\x8e\x2a\x62\x7d\xab\xb9\xc3\x72\xef\xb5\x0b\xaa\xd1\x2d\xa1\x5d\x57\xea\x66\x37\xeb\x1d\xf3\x1b\x86\x1c\xef\xb5\x27\xa0\x50\x7b\x99\xf0\x19\x22\xa6\x71\x2d\x8d\x84\x0e\xb1\x3c\x40\x2e\xc6\x95\x99\xc6\x2b\xf8\xc4\x0d\x86\x9b\x19\xb7\xa9\x89\x3a\x35\x48\xca\x5c\xaa\x99\xea\x6b\xe2\x7a\x2b\x31\xc3\xe0\xca\x03\x43\xb3\x3a\x7d\x6a\xa4\xfd\xbd\x36\x64\x7d\x4e\xaf\xbb\x26\x1c\xb2\xac\x4b\x27\xa0\xc0\x67\xb6\xdf\xa0\xfa\xa0\xdc\x5b\xc6\xe0\x7f\xb0\xf0\xa6\x73\xe5\x9b\x09\x0f\x6c\xb0\x0c\x14\xc5\x61\x1e\x04\xd5\x33\x5a\xf5\x3d\xbe\x47\x38\x67\xd5\xd0\x21\x67\x65\xf2\x06\x69\x07\xb3\xfa\xc7\xda\x6d\x8d\x47\xea\x8e\x0d\x1d\x56\x3b\xc1\xce\xfe\x83\xc0\x23\x98\xa5\xc7\x46\x19\x42\xae\xed\x5c\x01\x6f\xc3\x7c\x6e\x25\x97\x13\x08\x92\x26\x58\x46\x3a\x25\xc5\xfa\x11\x54\xcf\x28\x33\x06\xf9\x3e\xe3\xd8\x35\xae\x43\xb3\x2b\xfe\xd9\x36\xb1\xfd\x6b\xb5\x63\xd3\x93\xc6\xea\xba\xb2\xf5\xad\xea\x48\xb0\xef\x48\x02\xa0\x84\x2d\x1f\x18\xa6\xd4\x22\x23\x7b\x8e\xc3\x21\x18\x45\x87\xa6\x3c\x8f\xb0\xc0\xf9\x24\x23\x9d\x7c\xcb\x76\x19\xc4\xa5\x7f\x33\x55\xae\xf0\xe1\x64\x6b\xa4\x5b\x2d\xf8\xce\x86\xe9\x43\xad\x84\x93\x90\x2d\xed\x2b\x88\x5f\xe1\x89\x16\x17\x72\x16\xf2\xab\x1c\x4f\xd9\x82\x19\x65\xbb\xd3\xb2\xf1\x26\xcc\x4d\xc6\x74\x12\xad\x1a\xc9\xfc\x45\x1d\xc9\xba\xc0\x09\x61\xfc\x89\x72\xe1\xad\xe5\x00\x3e\xfd\x02\x0a\xe0\xbb\x65\x3b\xce\x07\xda\x3b\x78\x05\xcf\x84\x7f\x69\x63\x11\x4e\xa1\x92\xcd\x02\x52\x3c\x66\x87\xec\x26\xf9\x0c\x3e\x99\xd5\x4f\x15\x13\xf7\x61\xa8\xf4\x06\x4a\x69\xf5\x5f\x4c\x32\x7d\x4d\x96\x9d\xbd\x87\x15\x0d\xfa\xcc\x2b\xe2\x16\xfa\xb4\x09\x82\x01\xe7\xe6\x73\x98\x8d\x48\xf0\xe0\x44\xdc\x0a\x34\xaa\x75\x2f\xbe\x05\x8b\x33\x5d\x26\x86\xe3\xdb\x64\xd9\xa4\x87\xc4\x07\x2c\x5f\xca\x16\xca\x7c\xcc\x0c\xda\x7a\x1a\xbc\x6a\x37\xe3\x06\x63\x2c\xab\x82\x1d\xcf\x6e\x06\xdd\xe6\xbe\xe0\x15\xf9\xb4\x00\xf7\x04\xa0\x8d\x4f\x51\xde\x44\xdf\xfe\x0c\xf4\x11\xd2\x40\x4b\x30\x56\x4c\x99\x68\xe4\xe0\x53\xa8\x6d\x52\x37\xa2\x07\x3d\x8f\xb9\x92\xec\xc9\xf8\x88\x8e\xa7\xe6\xb1\xb6\x57\x2d\xa2\x0f\x70\x5a\x32\xef\xb2\xa2\x79\x46\xd0\x5a\xee\x3c\xc0\xe4\xb3\x15\x08\x14\x6e\xd8\x30\x11\xde\xc5\x5c\xda\xdb\x85\xe4\xb1\x16\x34\xaf\x43\x23\x59\x1f\x0d\x5e\xd8\x0a\xf6\xb8\xf8\x0b\x1e\xc1\x9d\xc9\x08\x24\xda\x78\x1e\x28\x2a\xf9\x0d\x3f\xb5\x92\x4f\x63\x02\xa2\x4c\x22\x33\x42\xb0\x1f\xa4\xe2\xac\x16\xfe\xf2\x79\xc2\xc7\x8b\xf3\xd6\x45\x41\xab\x05\x83\xdd\xef\xe1\x35\xc2\xb9\x4d\xab\x90\x74\x61\xae\xee\x1c\xda\x24\xdc\x20\xba\x82\x3d\x29\xf2\xa4\x87\x13\xbc\x44\x36\xe4\x10\x69\x50\x3c\xab\xe2\x11\xb5\x52\x6c\xcb\x9c\xcf\x88\x93\xcc\x07\xe1\xd8\x0d\x12\x9e\xaf\x27\x6f\x9b\xe4\xf5\xf0\xbe\x06\xab\xf6\x66\x67\x27\x64\x8f\xb6\xde\x36\x0e\xfb\x57\x73\x45\x73\x1e\x99\xa0\x49\x13\xfe\x85\x5e\xab\xde\x4b\xdd\x84\x8b\x55\xfb\x21\xa8\x84\x71\x95\xb6\xfc\x2b\xf9\xae\xf2\x6e\x86\x84\xf6\x45\xb9\x08\x54\xc9\x2a\x52\xac\xf6\x95\x73\x6f\xc9\xd3\x06\x93\xea\x40\xcd\xbf\xda\xe1\x0d\xce\x26\xaa\xf5\x3d\xe4\x97\xfd\x9b\xea\x13\x9c\x6e\x23\x03\x78\xd4\x14\xeb\x2d\x4a\x06\xe6\x88\x25\x08\x9e\x83\x5f\x67\x02\x97\x2f\x23\x1d\x31\x20\xd2\xc7\x68\xb3\x74\x6b\x40\x2b\x98\x4d\xea\x7f\x7c\x0f\x70\x0b\x95\x8c\x7e\x5c\x4d\xf3\x80\xb6\xb5\xb9\x7e\x79\x5f\xb6\x25\x0e\x3c\xd0\xfd\x4a\x89\x80\x85\x76\x92\x79\xbf\x10\x77\xdb\xae\x91\xa7\xa0\x77\xb5\xfc\x05\x4b\xc2\x1d\x6c\xfa\xab\xac\x8a\xf8\xa5\xf1\x54\xba\x90\x8a\x30\x47\x82\x26\x33\xe7\xe9\x11\xbe\xe3\x9c\x7f\xd5\x75\x7d\x03\x35\xcb\xd6\x3d\x69\x79\x5c\xd7\x3c\x92\x6c\xb6\x81\x7d\x06\x99\x8a\xd3\xd0\x2d\x7d\x06\x1e\x03\x01\xef\xe6\x93\xcc\xe8\xf4\x8e\x30\xe8\x5d\x5c\x79\x4b\x67\xd9\x42\xa2\xd3\xb1\x2b\x1d\x4c\x9d\x65\x65\x82\xa6\x32\x4e\x19\x1e\xaf\x70\xe5\xec\xd2\xcc\xed\x5b\x5a\xbd\x77\x4b\x45\x0b\xb2\x2e\x6c\x23\xc4\xec\xd9\xb0\x75\x5d\x8c\x02\x0e\x4d\x1c\xfa\xc2\x73\x85\xbf\xed\x97\x90\x32\x50\x17\xbb\x0f\x43\x07\xb1\x8f\xdb\xd7\x97\x7e\x22\x06\x38\xc3\xd2\xeb\x29\x83\xb6\x6c\x90\x37\x83\x60\x9a\xb2\xa2\x9a\x03\xd6\x50\x36\xae\x21\x85\xd6\x3f\xef\xdb\x4e\xf6\x86\x38\x9c\x26\x4a\x18\xdc\xd5\x70\x9f\x9a\x8d\xbc\x27\x51\xd0\x34\x98\x1d\x8c\x46\xfa\x3b\x3c\x1f\xb5\x91\x29\x21\xa1\x2a\xed\xec\x18\x6a\x4f\x26\x92\xbb\x8a\x39\x01\x94\xc9\x87\x73\xec\x3e\x28\xc1\x43\xa0\x6a\x03\x86\xb0\x0b\x4a\xe8\x1d\x27\xde\x80\x9f\x6a\x7e\x46\xfa\x8d\x9a\x63\xc8\xa2\xa4\x60\xf4\xe2\x2f\xd4\x21\xfc\x72\xc6\x32\x7a\x10\xb1\x15\x95\xc3\xb8\x49\x89\xaf\x4c\x65\x6d\xa0\xaf\xcc\x0c\xe7\xec\x66\x45\x80\x56\xf2\x67\x72\xa1\x3e\xf5\x82\x7e\xe0\xd8\x7a\x03\x3e\x0d\x39\xaf\x37\x90\x60\x46\x7b\x34\x83\x88\x17\xb0\x7e\xfa\x5e\x72\x1c\x1e\x2a\x46\x53\x8e\x12\x87\xe9\x6d\x34\x04\xf9\x31\xf2\x21\x23\x90\x96\x58\x31\xc6\x5a\xc6\xb8\x9e\xf1\x89\x93\xc8\x36\x80\xa6\xf3\x46\x78\x75\x3e\x60\x41\xb5\xa0\x61\x6d\x0f\xe6\x36\x61\x53\x37\x0e\x97\x49\x4a\x70\xf4\xe1\x2f\x91\x7b\x74\xe9\xc4\x3a\x6a\xb2\x28\x91\x3c\x83\xf6\x99\xd6\x45\xb9\xc5\x58\x87\x5c\x48\xbb\xc4\xe2\x55\x94\x33\xde\x72\x28\x19\x1a\x76\x32\x8f\x17\xf9\x84\x7b\x1d\xb0\xfb\xc8\x80\x21\xe1\xa5\xe1\x7b\xa8\x1a\x86\xa0\xf3\x2c\x66\x1a\xd3\x64\x5f\x89\x3d\xc1\x92\x6a\x3e\xe1\xb9\x6c\x8d\xd0\x9d\x58\xc1\x19\xa2\x0e\x93\x4b\xb9\xa7\x10\xf9\x54\x0e\xef\x5b\xf9\x41\xfa\x61\x20\x37\x63\x05\x2b\x51\xd0\x1d\x79\x86\xf3\x55\xf8\xdd\x67\x1f\xff\xa5\x18\x3b\x34\x11\x01\x02\x7e\x77\xf8\x22\xbf\x0b\xf8\x8d\x23\xe8\x47\x82\xa3\xea\x01\xec\x5e\x61\x20\xf0\x0b\x7f\x40\x38\x44\xd9\x42\x7c\x22\x0a\x84\x2b\x28\x11\xa2\x1d\xe5\xc1\xb4\x41\x71\x49\xfa\x15\x66\x8e\xf8\x45\xe4\x1e\xce\x0a\x09\xd5\xe7\x1b\x3f\x52\x3a\xb9\xff\x20\xb4\x5a\xf3\xa0\xf5\x15\xbc\x5e\x23\xb6\xe8\x91\x24\xcd\x7c\xe5\x6e\x34\x5d\x6d\xe2\x67\x63\x47\xd4\x8b\xc8\xf1\x84\xc9\xaa\x66\x58\x35\x49\xab\x9a\x5b\x56\x40\x5d\xad\x14\xa6\xe7\x30\x66\x28\xae\x46\x0e\xb2\x97\x29\x16\xfb\x22\x79\xd5\xf2\xa2\xde\x78\x70\x50\xd3\x49\xe7\x7e\x68\x81\xa3\xd0\xd4\x06\x57\xd8\xbe\xc9\xdf\x22\x37\x37\x8a\xb9\x9b\x31\x33\x2c\xff\x11\xef\xe1\x1a\xcd\x44\x68\x3c\x31\xcd\xb8\xaf\x94\x49\x59\xae\x7f\x98\xb6\x9f\xee\xa1\xbd\x19\x29\x62\x81\xd5\x5b\x7d\xfb\xb8\xa7\x94\xe4\xee\xb4\xfa\xd6\xbe\x5f\x4d\x7f\x83\x1f\xf4\x3c\x31\xdc\x86\x45\x74\x6d\x92\x41\x11\xf4\x8e\x2c\x4e\x31\xea\x59\xeb\x69\xc2\x5a\xac\xc1\xe9\x0d\x89\x27\xd4\x3b\x32\x4b\x76\x93\x4b\x1b\xbd\xd2\xf2\x69\x1c\xd3\x8e\xc8\x3a\xe6\xdf\xfa\xc5\xbe\x37\xb8\x28\x75\x5a\x97\xa4\xde\x65\x6d\x4a\x93\x3b\x18\x3a\x74\xd4\x10\x04\xdd\x36\xe0\x2e\x3d\x09\xff\xdc\x5b\xc0\x3e\x83\xa2\x74\xd5\x10\xa2\xb0\x2e\xed\xe1\xe0\x7b\xf8\x8f\xce\x13\x25\x6c\xd2\x07\xc7\x84\xb4\x60\x9a\xa7\xe5\x79\x24\x98\x69\x32\x18\x7d\x7f\x71\x57\xaa\xc7\x3b\xdf\xd7\xed\xdf\xd4\xe1\x68\x69\xf8\xba\x7e\x54\xbf\x19\x9a\x31\x32\x2a\xad\x87\xab\x07\x07\xd9\x4c\xe4\xf7\xbe\x42\xfc\x18\x66\xb8\x6b\x3b\x78\x18\x2f\x6f\x3b\x55\x52\x4b\x52\x35\xd3\xd2\x02\xa8\x7b\x1a\x77\x44\x02\xcc\x40\xe3\xfa\x15\xb1\x9c\x33\x9a\xf2\x01\x1c\xbd\xbe\x7e\xb4\x4d\xc0\x98\x01\x21\x5a\x13\x19\x43\xf0\xc9\x2a\x57\xa6\x05\xb9\x89\x0f\x66\x59\x31\x7c\xb2\x0b\x7b\x00\x9f\x06\xfd\xc8\xb9\x45\x8a\x2e\xd5\xf3\x7c\xa8\xec\x34\x2f\x7e\x2b\xe3\x7e\xc4\x02\x41\x0d\xc7\xec\x8d\x13\x95\x00\xa2\xfe\x2d\xb4\x89\x50\xef\xd6\x6b\xb4\x8b\x70\x81\x65\x1d\xdd\x8c\xbc\xac\x34\x32\x5a\x30\x31\xbc\xeb\xcc\xbd\xb8\x43\xa4\x01\xd6\x4b\x62\x26\xd4\xca\x89\x23\x8f\x97\x66\x71\xbb\x68\xaf\x52\xbf\xf2\xc3\x99\x7f\x56\xff\x16\x4c\xe5\x96\x78\xa3\x45\x2e\xc0\xc3\xbe\xb7\x94\x0d\x88\xb6\x56\x1f\x6a\x0b\x6a\xab\xe5\x2f\x1a\x07\x73\x42\xf1\x8e\xde\x87\x7b\xc9\xcb\x62\x3c\x22\x86\x92\x56\xb1\x02\xc9\x4c\x68\x20\xdb\x41\xbd\x5f\xf2\x83\x3b\x9f\xa1\x4d\x3d\xc6\xdb\xcf\x2e\x5c\xfd\x16\x58\xc7\x4b\xf7\x66\x09\x2f\x0a\x98\x3d\xcf\x49\xa5\xf8\xfd\xce\x5a\x32\x81\x08\x33\x41\x29\x0a\xd2\x4d\xb9\x99\x7a\x95\x22\xe1\xae\xa0\xc7\xd1\xd2\x88\x61\x8c\x2d\x8c\xe9\x10\x08\x2b\x9b\xf9\xa6\x04\xcb\x7e\xcf\x99\x98\xca\xe2\x9e\xe6\x05\xae\x3e\xcf\x7f\x04\x90\xbc\xfb\x84\x2b\x84\xf7\xbb\x15\xf8\x07\x74\x49\xd3\x77\x62\x18\x43\x6b\xf8\x42\x92\x31\x25\xb2\x42\xf2\x6f\x56\x07\x67\x2e\xd5\xc6\xbe\x44\x48\xa1\x47\x72\xa7\x83\xdb\x19\x9f\x78\x95\xc5\x0f\x59\xe7\xf8\xa7\x52\x83\x38\x17\x04\xe9\xab\xcf\xf1\x67\x0a\x4f\x7b\x3f\x17\x50\xc5\xe4\x4e\x13\xf6\x34\x9f\xe3\xc8\xc0\x27\x03\xcb\xf5\x16\x42\x3f\x20\x93\xce\x26\xe5\x08\x66\xb3\xbe\x52\xa6\x0a\xd6\xe2\x4b\xa9\x17\x84\x39\x0d\x7f\xd3\x77\x09\x3f\x14\x97\x33\x77\x8b\xb6\xa5\x3c\x64\xdf\x17\xb3\x56\x9f\xe2\x45\x49\x42\x7c\x02\x80\xbd\x92\x5f\xed\xcb\xd1\x4b\x54\xcf\x6c\x4b\x30\x83\xaa\x75\x5a\x05\x2e\x4d\x05\x11\xaf\x21\x2c\x55\xcd\x64\x42\x48\x93\x94\x07\xb0\xe3\xe4\xdf\x4a\x4c\xfd\x61\xda\x72\xe5\xcc\x22\x3d\x23\x5f\xb1\x36\x05\xce\x1a\x52\x80\x56\xef\xe7\x86\xca\x77\xf9\xb4\xf0\xef\xc8\xa3\x5a\x5e\x20\x1e\xd8\xbd\xac\x53\x50\xbd\x8d\x9f\xd4\x7d\x18\xb4\xf5\x8c\x50\x81\x83\x58\xb4\xf4\x07\x04\x9a\x39\x05\xb3\x9e\xe4\x30\x3e\xac\xdb\x41\xb9\x63\xc0\x16\xee\xa6\xc7\xe9\x4e\x27\xdf\x63\x1e\xd4\x4e\x5c\xdd\xc4\x61\xaa\x03\x7d\xae\xf0\x33\x95\x71\x4e\x24\x9c\xdc\x33\xdb\x2c\x40\xa6\x76\x2d\x55\xcd\x47\xfb\x74\x4c\x15\x2c\xc0\xae\x6e\x7d\x42\x73\xe0\xeb\x9c\x43\x68\x3d\xb1\xbd\x29\xa9\xf6\x24\xf9\x8f\x6d\xa8\xf0\x2f\x1a\xdf\x72\x32\x99\xcc\x5c\x66\x1c\x58\xcd\x62\x3f\xd7\xc1\x7d\x67\xf1\x6e\xa8\xbe\x34\x37\xc2\x9e\x0e\x7e\x30\x9d\x43\x1c\xec\xdf\xac\xe4\xa0\x86\x7a\x53\x01\x25\xe6\x7f\x5d\x7b\x69\x8b\x71\xcf\x3b\x66\xa3\xdd\x89\x61\xad\x01\xb5\x14\x72\x47\xf3\xf4\x82\x0b\x34\x4f\x9b\x29\x39\x97\x71\xcc\x7c\x78\x35\x93\xdd\xa1\x3f\xeb\x1b\xc6\xb3\xab\xfb\x9b\xde\xc1\x04\xeb\xfe\x33\x65\x20\xca\x47\x44\xca\x99\xa8\xf8\xc1\x33\xc0\x0a\x4c\x5e\xdf\x5b\xea\x51\x1c\xa7\xfb\x01\xea\x16\xe1\x50\x87\xa5\x36\x81\x1c\xd6\x32\x5e\x30\x4c\xdd\xea\x78\x9e\x9c\xce\xa8\xb5\x8a\x57\xeb\xd8\x31\x86\x27\xbe\x58\xde\x6a\xcd\xb4\xb6\xeb\xdc\xc0\x7a\x61\x63\x3b\x57\x09\x59\xad\x79\xc3\x7d\x0d\xbb\x28\x52\xf0\x00\x24\x8d\xa1\xe5\xbb\x63\xa2\xb1\xb3\xf9\xa3\xf8\x99\x75\xfb\x01\x27\xe9\xaf\xc2\xd9\x02\x36\x35\x2b\x89\x2e\xe4\x32\x36\x86\xd1\x45\x3b\x38\x2c\xaf\xa5\x12\x4f\x40\xd5\xb6\x9a\x7d\x0b\x72\xaa\x71\x12\xa7\x01\x1e\xa8\x81\x72\x5e\x21\x25\xc2\x9f\xdc\x26\xf4\x03\xc6\x0c\x5e\x05\x0e\x89\xe9\xe4\xbb\x13\x3e\xd7\x41\xf9\x7f\xc8\xbb\x0a\x2e\x00\x5f\x68\xc3\x49\x59\xc2\x45\xcc\x03\x61\x24\x11\x96\xbb\xca\xcb\x45\xfc\x06\xb8\xdd\xaa\x60\x19\x11\xd1\x56\x28\x7b\x0d\x2a\x4f\x7d\x9a\xfd\x02\x53\x23\xc4\x72\x36\xe1\x38\x74\x05\x57\x4d\xd8\x87\x09\xe0\x61\xc9\x73\x6b\x7f\xf3\x11\x54\x53\x81\x09\xa0\x33\xd6\x24\xf9\x09\x06\x58\x7f\xc2\x88\xa2\x39\xbc\x05\x5e\x11\xe2\x61\x01\xca\xf9\x1f\x63\x0d\xde\xdd\x7c\x9d\xb9\x8c\x30\xa4\x4a\x65\x4d\x20\xf9\x09\xbc\x58\xef\xc9\xd7\x69\x74\xf6\x38\xb5\x0f\x9d\xc8\xf9\x4d\x17\xd5\x26\xf0\x7c\x99\xfc\x82\xd9\xfc\x3a\x76\x73\xe2\x38\xb0\x87\x7b\x3e\x0c\x23\xcc\x07\x42\xbc\x30\xe2\x89\xc2\x23\xcd\x3c\xea\x73\x5a\xb6\x89\x4d\xfb\x49\x67\x2a\xa7\x31\xe6\x31\xf4\xc0\x74\x66\x20\x73\x0f\x55\xc4\xaa\x66\xfd\x46\x91\xd8\x7a\x4e\x49\x8d\x8d\x73\x83\xbb\x2f\xdf\xc9\x4b\xe0\x27\x26\x1e\xe2\x1f\x05\x2e\x85\xe1\x04\x7c\x21\xe0\xb5\x41\x54\x2c\xce\x73\x5c\x20\x3f\xe5\x2d\x31\x4e\xa5\x2e\xe2\xed\x94\x9f\xa3\x25\xf3\x33\x78\x63\x74\x09\xff\x05\x45\xcb\xb8\x0a\x74\x23\xdb\x58\x81\x02\x48\xf5\x0b\x76\xbb\x30\x38\xdf\x87\x1b\x24\x9a\x9e\x28\xe7\xdd\x14\xbd\x0c\xc3\x03\xeb\xc4\xe7\xbd\xc6\x84\x1d\x92\xb3\x36\x36\x51\xa0\xf8\x5b\x77\x8f\xb4\x59\x71\x4a\x7a\x86\xfc\x4d\xd1\xcf\xf5\xa1\x62\x14\x6c\xd2\x37\xda\x53\x45\x31\x22\x8b\x41\x51\xac\xa8\xba\xc1\x9a\x2b\xff\x9a\xd7\xc0\x3e\x2f\x3f\x92\x38\x87\x3b\x24\x17\x87\x21\xf8\x83\xf2\x35\xde\xe5\x82\xc3\xb2\x71\x2b\x14\x1f\x6c\x55\x69\xee\x11\x36\x5a\x8c\xe2\x37\xa4\x30\xb3\x92\xcd\x26\x1f\x34\x71\x88\x32\x2a\xc2\x88\x80\x4f\xa4\x2f\x34\xc4\x56\x5e\x64\xdc\xd3\xfd\xcc\x6d\x66\x1d\xd1\xb6\x25\xd8\x39\x47\x34\x4b\xc2\x32\x79\xff\xa8\xd4\xde\x7d\x82\x65\x8a\x17\xe6\xf5\xd8\xfd\x1d\x8f\xd4\x85\x78\x70\xbb\x87\x88\x45\xf8\xde\x9a\xc6\xf2\x24\x75\x3a\x1b\x08\x15\x94\xaa\x26\x08\xf4\x37\xcd\xd7\x1e\x53\xf1\x93\x31\xdb\xfa\x22\xe7\x03\x6b\xaa\xb9\x24\xc1\x87\xe3\x6e\x90\x84\xad\xe0\x55\x6a\x9b\xbd\xaf\x03\x3d\x2a\x9b\xe9\x33\x36\xa9\x4f\xae\x5a\x87\xbb\xd7\xc3\x13\x3e\x24\x28\xba\x32\x98\xed\xa4\x80\xf6\xdf\xf8\x47\xe4\xa7\xad\x0e\x68\x27\x75\x6f\xf3\xb7\x8a\xcd\xf4\x0d\x0e\xbf\x9c\x3d\xcc\x8d\xd6\xaf\xf1\xdf\xd9\x67\x4c\x8a\x30\x77\xde\x4c\xdd\x7b\xef\xb7\x40\x9d\x3a\xc6\x44\xc1\xdc\x1e\xae\x56\x45\xe0\x98\x83\x8b\x85\x5c\x82\x6b\x5f\x17\x33\x85\xb8\xbf\x67\x1a\xbe\x89\xcc\xe9\x4c\x83\xc2\xa9\x85\x6d\xc9\x15\x2a\x7a\x5a\xf3\x97\x9c\x36\x66\x9a\x3d\x39\xfe\x3d\x1b\x62\x01\x85\x05\x70\x07\x0d\x53\x7c\x82\xf8\x6f\xd5\x03\x56\x92\xa8\xab\x1e\xd0\xdc\x15\xed\x82\xf8\x4a\x66\x8a\x76\xc2\xb6\xb2\x31\xa2\x87\xc8\x3c\x62\xac\x78\x39\x66\x0e\xcc\x2e\xae\xc1\xbd\xae\x0c\x10\x8f\x10\x7f\xe6\x64\x48\x66\x51\x43\xe2\x34\x12\x3d\xc3\x1a\x7c\x42\x1a\xc1\xa1\x7a\xb4\xcb\xa6\x02\x06\xcb\x79\xa1\x04\xa2\xd2\x14\x09\x47\x60\x6f\xc4\x2a\xe1\x59\x64\x2a\xeb\xa5\x68\x16\xba\x9d\x70\x52\x54\x87\xf3\x80\x85\x8a\xb6\x10\x0e\x54\x5c\x17\x2f\x23\x9b\x72\xe6\x88\xed\x34\x7e\x1c\x43\x12\xc0\x6c\x0c\x3e\x20\x79\xc5\x9d\xef\xb1\x5d\x3a\x0a\xdc\xb0\x78\x0b\x90\xf0\xdd\xea\x1d\x82\x76\xe4\x7d\xd1\x67\xc1\x7d\xf4\x4f\x16\x5c\x18\x81\x5b\x42\xc8\x13\x3a\x09\xf5\xd0\x63\xa2\x89\xa4\x43\x15\x02\x91\x94\x5a\x9c\x7d\x43\xbc\x80\xfe\x29\xae\x41\xbc\x9f\x75\x2c\xf8\xb4\xa4\x91\xfb\xc6\x63\x54\xaa\x13\x54\x98\x2c\xfc\x55\xb8\x20\x55\x06\xdf\x84\x1f\x13\xb6\x03\x13\x89\x12\xe6\x1a\x40\x45\x8e\xc6\x17\x08\x96\x52\xe7\x41\x9e\x0b\xd6\xd2\x27\x94\x9f\x10\xe6\x33\x17\x67\x63\x44\x53\xd8\x51\x71\x6b\x44\xd7\xb9\xac\xe0\x7b\xe2\x0b\xfc\xaf\x9e\x8b\x25\xcf\x85\x23\xc6\x58\xce\x1b\x6a\x94\x32\x80\xab\xa2\x31\x05\x76\x9e\x17\xbd\x83\x91\xc7\x3b\xc7\xb8\x8d\x93\xf0\x15\x2c\x10\x24\x06\x88\x67\xf7\x95\xc7\x08\x26\x72\x03\xb3\x67\x0b\x5e\xf2\xf6\xc7\x2d\x14\x3e\x01\xe0\xc1\xaf\x45\x7f\x84\x91\x9e\x38\xc9\x1a\xb1\x9f\xc1\x83\xf5\x95\x63\x95\xbf\x63\xef\xe4\x22\x00\x3d\xa7\x9e\x37\x83\xde\xc0\x0d\xe0\x9d\xc4\x6e\xe1\x4d\xe1\xb7\x80\x35\xbc\xfb\x00\xbf\x6c\x03\xff\xb4\x80\x98\xb5\x15\xf8\x5b\x88\x8c\xfd\x57\xf0\x43\x84\x08\x99\x25\xf2\x11\x73\x3d\xaf\x89\xe1\x92\xf5\xda\x43\x0c\x81\x6c\xb7\xf4\x1d\xb3\x50\x76\x83\xd7\xc2\x0a\x95\x3d\xa2\xf6\xb2\x57\xca\x6e\x63\x22\x38\xc1\xb2\x7b\x0d\xa9\xdc\x48\xd9\xa3\xd2\x01\x5e\x9e\xec\x69\xe6\x17\xbe\x5c\x76\x27\xd6\x00\x8c\xca\x4e\x85\x4c\x10\x7a\xc9\xf6\x79\x79\x8b\x9a\x65\xbb\xd4\x5b\x68\x58\xd3\xa8\xf8\x39\x9d\x6d\x1c\xe7\x9c\x62\xb0\x8d\x61\xe4\x3f\x4c\x93\xa1\x0a\x75\x9a\xb5\x53\xcf\xab\x9f\xce\xfe\x47\xa7\x2f\x19\xe4\xfa\x68\x0d\x99\x09\x3c\xa1\x06\x1b\xeb\xce\x7f\xa1\xf6\x0b\x7e\x22\x80\x2a\x6f\x7b\x35\x08\x5f\x2b\xf4\xaa\x08\x6a\x60\x2b\x55\x64\xa5\x45\x39\xbf\xb2\xc9\xf4\xc2\x66\x24\xe9\x3c\x83\xe3\x38\x80\x3c\xc8\xdc\x62\x9f\x50\xe7\xcf\xfa\xd9\xe8\x53\xfc\x91\x53\x67\xf1\xc8\x58\xcb\x3d\x65\xbc\x1c\xb3\x89\x9f\xa9\x2f\x0d\x3e\x0a\x5c\xd2\x1c\xf3\x32\x0a\x09\x2a\x4f\xa5\x92\x62\xed\xba\x23\xfc\x46\xdd\xd8\xb9\x84\xf5\x84\x76\xab\xdd\x9f\x54\xc1\x98\xdc\xba\x12\x59\xcb\x4c\x75\x4e\xaa\xbd\xc6\x6a\x72\xec\x2c\xde\xce\xfe\x6d\x03\x65\xb0\xb9\x14\x4b\x4d\x8c\x86\xf7\xaf\x31\x31\x78\x17\xa0\xd0\xcd\xf1\xb2\x0b\xbd\x55\x87\x15\x3f\x29\xf3\xfa\x55\x42\x25\x35\xae\x57\xc6\x92\xd1\x98\xdd\x05\xa4\x89\xf4\xd6\x8e\xff\x90\xcb\x18\x57\xdb\xd4\xb5\x7d\xac\x40\xe7\x8d\x62\x3b\xbb\xd9\xf1\x3c\xa3\x81\x3b\xa5\x51\x1b\xc3\xe3\x69\x4c\xf7\x83\x4f\x03\x4b\xf5\x5e\x5e\x77\x05\x9b\xd5\xd1\xd2\x93\x5a\xf7\xfa\x76\x7e\xb9\x46\x0c\x49\xa2\xd7\xa9\xdf\xc3\x2e\xe3\xae\xa9\x01\x24\x0c\x7a\x4b\x3d\x0d\xe3\x59\xc5\x57\xe9\xf1\x93\x0a\xe8\xaa\x79\x24\xef\xd4\x39\xca\x0e\x2a\x1c\x34\xae\x04\x31\xae\xad\xfa\xa6\xb8\xc5\x39\xe0\xb6\x5f\xd1\x0a\x3c\x91\x06\x6a\x26\x40\x18\xbc\xeb\x6a\x09\xec\x2a\xed\x93\x7a\x36\xd2\x1f\xc7\x52\x6d\x44\x0b\xa1\x52\x55\x39\xf6\x4f\x55\x88\xf2\x15\x61\x43\x41\x84\x52\x45\x36\xa6\xbc\x50\xfa\xd3\xb4\xa0\xd7\x8a\xeb\xcc\xed\x01\x33\x15\x46\x6e\x86\xdb\x3f\x0a\x88\x60\x89\x44\xae\x7a\x0a\x67\xf2\xf2\x55\x12\xa4\x9d\xa6\x56\xad\x44\xaf\xc3\xcd\x50\x3e\xc4\x1e\x83\x7a\x2a\xdb\x08\xf3\x2a\x6f\x2b\x33\x48\xaa\xfc\x77\x8a\xf7\xd4\xa0\x94\xe3\x8a\xb5\xf4\x67\xa0\xc7\x0a\x02\xeb\x4c\xc0\x32\x45\x24\x6f\x9a\xfb\x44\xc5\x12\x81\x58\x0c\x56\x5c\xc3\x52\xb9\xab\x14\x43\x78\x37\x2a\x5e\x21\x25\xec\xc7\x2e\x55\x54\x90\x54\x90\x0a\x45\x30\x85\x51\x19\x2c\xff\x4c\x93\xe4\x23\xe4\xc7\x18\xdb\x52\xa8\xf2\x76\xd6\x6b\xd0\x65\xb9\x8a\x9b\x1b\x10\x25\xa7\xf0\x5f\xba\x57\xcb\x49\xc2\xdd\xc2\x6f\xf2\x39\xe4\x2e\xf6\x2f\xd9\x7d\xea\x4c\x0a\x57\xb6\x9b\xd6\x80\x49\x92\x6d\xa0\xff\x0f\xec\x94\x0d\x31\x41\x15\x26\x99\x95\x75\x3a\xef\x1f\x99\x88\x03\xa4\xac\x92\xa9\x78\xd1\xa0\xc3\xb2\x26\x60\x46\x40\x89\xac\x5b\x38\xd9\x7d\x44\xb6\x47\xec\x2d\x38\x2e\x8d\x66\xa9\x59\xaf\xa5\xcb\xd9\x64\xb2\x4c\x3a\x95\x93\x86\x86\x4b\x5d\xb8\x41\x0d\x7f\x4b\x23\x79\xc1\xe5\x2f\xa5\xb1\xfc\x94\x3c\x84\x34\x1d\xc0\x26\xdf\x93\xb2\x05\xed\xa0\xcd\xd2\x0d\xc2\x5b\x01\x24\xe9\xa8\x38\xd0\x7d\x4c\x36\x5d\x62\x01\x38\xa2\xbd\xe2\xab\xcc\x06\xd1\x45\x89\x0f\xf1\xa3\xe8\xa5\xa4\x16\xf9\x58\x0c\x92\xe8\xea\xc5\x62\xa1\xe4\x4c\xd9\x31\xf1\x26\xe9\x82\x5c\x86\xf8\xa9\x14\x9a\x9c\x2e\x09\x95\xae\x05\xd1\x25\x02\xe9\xeb\x00\xa5\xe4\xb0\x2c\xdc\x83\x2c\x9d\x25\x13\xf2\x74\x82\xb5\xba\xf7\xf4\x63\x82\x37\x3a\x1c\x01\x26\xcc\xd2\x9e\x47\xec\x11\x6a\xb5\x39\x75\x8d\xc2\x87\x9a\x83\xa5\xdf\x45\x71\x1a\xff\x9c\x73\xa2\x61\xb5\x2c\xe9\xb2\x78\xa6\xea\x04\x28\x54\xac\x50\xbe\x0d\x50\x8a\xdf\x2a\x67\x7a\xec\x90\x54\x2a\x56\x70\x3e\x03\x28\x07\x82\x46\x06\xb6\xda\xcb\xf1\x55\x82\x19\x36\x77\xf8\x36\x01\xd9\x7a\xab\x76\x8b\xe0\xa6\x45\x59\x9a\x2c\x2c\x31\x2f\xc8\xc9\x16\x5e\x30\x4a\x92\x6a\x45\xc5\xfa\x0d\x91\x57\x45\xd7\xb5\x9b\x02\xb0\xe2\x32\xf5\xa0\xc7\x43\xf1\x39\xa5\x83\x43\xe4\x5f\x69\xcd\xa5\x3e\x07\x82\x9c\x1f\x71\xf7\x01\x6b\x33\x0b\x9e\x07\x7c\x76\xdc\xab\xad\x17\xa0\xed\xc1\x25\xdf\x04\xcf\x1a\x2b\x72\x16\x08\x69\x96\xd2\xa4\x10\xe1\x47\xe3\xb7\xc8\xed\x22\x81\x9e\x18\x00\x13\x4f\xd0\x5c\xf0\x18\x17\x8b\x54\xab\xd8\xbf\xf9\xd5\x9d\x12\xaa\x92\xbf\xbb\xfd\x33\x4e\x0d\xf8\xb4\x25\xc0\x27\x02\xca\x16\x78\xad\x2f\xf0\x6f\x33\xa2\xe4\x92\x80\xe3\x88\xc8\xfe\x2a\x9c\xda\x38\x9a\xe4\x22\xd4\x98\x7f\x46\x0e\x8b\xfe\x32\xbc\x09\x20\x8a\x1c\xda\x0b\x9e\x8b\xc4\x8b\x54\x2d\xb4\x68\xfb\xd6\x86\x58\xc2\x44\x5b\x3d\xe4\x10\x32\xa0\x71\x01\x3c\xbe\xfe\x92\xe5\x16\xf2\x54\xc5\x72\xb3\x13\xa3\x2b\x58\x6a\x8a\xc3\x0b\xd3\xf5\x86\x4b\xa4\xf5\xb1\x27\xf5\xf5\xd4\x5f\x61\x44\xed\x43\xa6\x74\x65\xa9\xa6\x9a\x4b\x71\xf5\x55\xdd\x10\x34\x51\x5f\xd9\x86\x21\xbb\xf0\x3b\x1a\x31\xf0\x99\x88\x97\xd6\x10\x64\x4d\xbd\xdd\x32\x0f\xbd\xb9\xfc\xa1\xe9\x25\x2e\x36\xff\xb9\xb1\x93\xf0\x25\x1d\x6d\xc8\x20\xbf\x8d\xdd\xa5\x7b\x42\xfb\x15\xc6\xd0\x8a\x59\x71\x2b\xf1\x9a\xe9\xdc\x1b\xae\x29\xaa\x16\xc1\x30\xb5\xb1\xb1\x03\x0e\xc6\x37\x58\xe9\x48\x19\xa2\xdb\x92\x89\xee\xab\xcf\x37\x67\x63\x8f\x95\x77\x99\xa2\x08\xae\xf9\x5b\x0d\xdf\x48\xc3\xe9\xf1\xfa\xcd\x54\x74\x6c\xbf\x0e\xc5\x88\x0e\xe3\x6a\xe7\xb3\xc3\x56\xaa\xd4\xeb\x79\x62\x57\x82\x2a\x4f\xf0\x93\x62\xb6\xfc\xc0\xec\xc6\xb1\xcc\x57\x70\x0e\xf8\x79\xd3\x45\x42\x5a\x5d\x9b\xf1\x2a\xc9\xb3\x7c\x8e\xe1\x22\x65\x65\x7e\xac\x7e\x23\xad\x2c\xed\xbe\x4e\xc4\x18\x89\xe5\x69\xab\xd8\x13\xc2\x24\x9a\x95\x5c\xde\xca\x4d\xaa\xfb\x40\xa4\xeb\xff\x94\xad\xa2\x85\x64\xbd\xe9\x3f\x12\x80\x55\x98\x66\x92\xbf\xc1\xbe\x1a\x17\x53\xe1\xb5\xf7\x0d\x6b\x68\x0f\xcb\x88\xfa\x22\x86\x34\x6f\x9b\x2e\x8b\x95\x9c\xc6\xd2\xae\xe6\xb8\xc7\x66\x6b\xa2\x78\xd3\xc3\x34\xea\x50\x60\xf2\xca\xfb\xaa\x09\xc2\x20\xb7\x65\x8a\x2b\x62\x02\xc9\x68\x4c\x67\xb4\x60\xfa\x0c\x35\xcc\x73\x30\x1f\x3d\x95\x75\xa0\xd6\x5d\xb7\x8e\x7d\xbd\xf4\xb8\xf6\x0e\x77\x46\x9e\x9f\xe6\x0d\xaf\x2c\x6d\xa6\xfa\x1d\x7f\x6b\xec\x7c\xb5\x9b\xc0\x37\xcc\xac\x4a\x12\x76\xf9\xcd\x52\x06\x88\x57\xba\xb1\x14\x8b\x25\x47\x88\x65\xba\x1b\xc2\x95\x68\xbc\x6e\x81\xb0\x13\x3a\x5d\x5b\x25\x9a\x59\x13\xa4\xd9\x28\x52\x94\xfc\x52\xff\x12\xcf\xce\x55\xaa\xa3\xc5\x1d\xa9\x36\x15\x5a\x12\x11\x73\x49\xb9\x55\x72\x36\x4c\xa3\x78\x2f\xad\xf7\x2b\x51\x4c\x94\x3e\x73\x9f\x29\x9f\x2a\x53\xe0\xc7\x34\xff\xa8\x27\xa3\x52\x35\x71\xaa\x4b\x90\xa9\xea\x56\x55\x5f\x75\xae\x7a\x86\x8a\x58\x92\xac\x62\xaa\x62\x72\x9e\x29\xaf\x28\x7f\xa4\xba\x28\xfd\x95\x3b\x63\x34\x0a\xb3\x12\x1a\xc6\x90\xbf\x56\x7c\xf0\x43\xcb\x57\x28\xa8\xee\x08\x59\x86\xfc\x13\xee\xb5\x1a\x67\x51\x23\x53\x55\x8f\xcd\xe7\xc1\xde\x2a\xb0\xe9\x4b\x95\x42\x79\xcf\xb4\xb4\xb8\x43\x59\x6b\x0c\xca\x81\x2b\xee\x18\x02\x52\x76\x2b\x2a\xf5\x7f\xc5\xc4\xc8\x4f\x6b\x77\x85\xc5\xcb\x57\x6b\x62\xfd\xb0\x32\x91\x6a\xb7\xbb\x5e\xba\x53\x19\x8e\xa3\xab\xae\xd8\x3f\x20\x6e\xa8\xca\x6c\x5f\x1a\x8e\x2b\x6f\x35\xde\xaa\x5a\xa3\xac\xb7\x6e\x2a\x86\x2a\xee\x5a\x68\x39\xab\x15\x04\xf3\xc2\x94\x66\xf9\x07\xa3\x2d\xc6\x5d\x8e\xd1\x1f\x09\x5b\x25\xbb\xac\x3d\xea\x07\x95\xf9\xab\x77\xb9\xdb\xa4\x44\xe5\x10\x6e\x8e\xaa\xc4\xb9\x0f\xa1\x50\x5e\x6d\x36\x37\x48\x95\xe0\xa6\x98\xaa\x09\x8a\xbb\xf6\xcb\xc5\xf1\x8a\x06\x5b\x51\xce\x72\xf9\x7b\xeb\x40\x8a\x41\xae\x30\x8f\xc6\x2c\x95\x8d\x1b\x2d\x61\xfe\xb2\x06\xfd\x72\x3f\x96\x74\xb7\xa6\xcb\x7d\xbd\x74\x82\x6a\x3e\x8c\xd5\xdd\xda\x70\xbd\xde\xa5\x93\x0f\x4d\xad\xac\x68\x87\xc1\x77\x15\xcf\x6e\x85\xa2\x32\x73\xe4\xce\x2c\xec\xfc\xd4\x2b\x8e\x0f\x84\x85\x71\xbb\x6d\x12\x72\x79\xc4\x39\xcb\x37\xda\xa5\x40\xb2\xa9\x96\x25\xf4\x59\xa8\x6f\xe2\xd5\x2d\x3f\xa8\x39\x2b\x44\xc2\x4a\xba\x0c\x50\x8f\xba\x4f\x1d\x6a\x78\x7d\x65\x44\x9b\x12\xd9\x57\xf4\xaa\xa5\x0d\xfd\x3b\x07\xd9\xdc\x8c\x6b\x4a\xdd\xe7\x28\x23\x62\xe2\xd6\x36\xbe\xa3\x50\x23\x46\x2d\x42\xfa\xfa\x40\xa9\xf1\x1d\x7b\x8e\x4f\x90\x3e\x85\xd7\xbb\xfc\xb9\x46\x2e\x04\xc3\xbc\x3b\x85\x70\x7b\xdd\xc9\xf6\x46\x64\x7f\xe5\x94\xd6\x01\xf4\x81\xa2\x03\xce\x6b\xd8\x27\x39\xf1\x4d\x0f\x09\x85\xa9\x9d\xf6\x75\xa4\x7f\xe3\x9a\x1b\x2b\xa9\x27\x22\x46\xcd\xe3\x8c\xa3\x81\x8d\x46\x3e\xfb\x91\x4f\xae\xee\x36\x3f\xc8\x65\x9e\x26\x44\xd8\x0a\xa5\xb6\x1f\xc4\xc8\xeb\xbc\x5a\xff\xc5\xc5\x55\x90\x5a\x7c\xf0\x9f\x8b\x32\x9b\xab\x89\x2f\xb3\x1f\x38\xd8\x94\x99\xa9\xd5\xb6\x6a\x5a\x55\x1c\xd6\xea\xc2\x38\x1b\x71\xd8\x74\x83\x9d\x1f\xb8\xd9\x20\xe4\xfe\xeb\xa3\xd2\x7e\x07\xb6\xba\x90\xd5\x18\x91\x15\xf2\xa0\xf5\x39\x71\x73\xad\xb6\x25\x96\x1c\x5a\x7e\xab\x59\x41\x19\x2c\x3c\xe9\x18\xa5\x65\x64\x73\xec\x13\x18\x33\x53\xa7\x5a\xbf\x32\xdf\xc5\x45\x98\x2f\xb3\xc7\x23\x76\x19\xb7\xf2\x16\x07\x8e\xea\xd9\x40\x96\xcf\x09\xed\x6c\xa1\xd4\xe5\x92\xca\x2a\xbe\x0c\x99\xd1\x92\x4a\xaf\xad\xb9\xd9\xdc\xc5\xa0\x97\xa7\x3b\x3e\x32\xd5\x85\xe9\xf6\x32\xd6\xd9\xec\x19\x8d\x6d\x9c\xd0\x94\x6d\x96\x41\xee\x50\xec\x77\x93\x8d\x0f\x8a\x18\x36\x34\x02\xaf\x03\x5f\xea\x58\xc2\x61\xdf\xa9\x1a\x3f\x71\x8d\x6b\x84\xf2\xa8\x74\x31\xd8\xbb\xe9\x25\xff\x40\xcd\x0c\x07\x16\x20\x94\x35\xd9\x1e\x08\xe6\x14\x6c\x6b\xac\x16\x1c\xce\x6a\xb1\xec\x13\x6a\x53\xc0\xa6\x31\x51\x75\xec\x49\xe3\x14\x71\x78\x44\x9f\xde\x45\xe2\x11\xb4\x44\xbb\x40\x3a\xc5\x17\xa2\x7a\x23\xbd\xe2\x7a\x54\xb1\x4e\xb6\xb1\xc1\xd7\xfe\x47\xbe\xa5\x3a\xc5\x66\x97\xef\x2f\x7d\xd8\x18\x2c\x3f\x54\xe0\x65\xd9\x2d\xbf\x9c\xe5\x6d\x8e\x92\xbf\x4e\xfe\x63\x34\x29\x26\xc6\xaa\xf5\x17\x14\x0b\x23\x2c\xda\xf7\x8a\x55\x41\xab\xd5\x3f\x14\x7e\xbe\x1d\xca\x1f\x8a\xe9\x6e\x41\xf2\xdb\xf2\x57\xf5\x0e\x9b\xd8\x10\x57\xd5\xd1\xe8\xa9\x3f\x50\x5a\x6c\x39\xa4\x0f\xcd\xef\x36\x43\x74\x43\x99\xfb\x8d\x6f\x75\xae\xc9\x5b\x0d\x24\xad\x24\xb6\x44\x77\x5d\x73\x29\x82\xa2\x9d\xa1\xfe\x11\x14\xa0\x5e\xa9\x9e\xe4\x7b\x48\x99\xa6\xfc\xe1\x86\x95\x27\x2b\xc6\xea\x03\x1a\x8f\x5b\x3c\xaa\xf2\xac\x6c\x33\xa1\x74\x96\x65\x85\xa9\x27\x1f\x67\x3a\x69\xbc\x96\x69\x37\xd6\x19\xfe\x4b\xb6\xe9\x5f\x1a\x16\xc4\x26\xe8\x10\xfa\x59\x11\x68\x4d\x9b\xf6\x54\x50\xa0\xea\x7f\x9a\x3a\xdf\x63\x8a\x17\xaa\xab\x6e\x64\xd9\x77\x65\x76\xdd\xf9\x46\x57\x1b\xb1\x6a\x8a\xe5\xef\x46\x5b\xc9\x2d\xb3\xd5\xda\x96\x9f\x61\x5a\x6d\x69\xcd\x14\x19\x4e\x98\x35\xc9\x6a\x3d\xc4\x54\x13\x1b\xa7\x7d\x62\x9c\x12\x41\xd2\xb8\xe8\x61\x41\xb1\xaa\x38\xad\xc1\xf7\xa9\x82\xa1\xee\x73\x33\xca\x2c\xca\x4d\xb5\xdb\x06\xbe\x80\x73\x2b\xb4\x7d\x2d\xd0\xb6\xe2\x69\x3d\xab\xe1\xdf\x73\xc3\x3b\x6f\xa1\x34\xe9\xfe\xed\x10\x6c\x65\xe2\xec\x96\x56\x42\xc3\x9a\x96\xa6\xb5\xe4\x9e\x30\xbd\xad\x8f\x1e\xbe\xca\xc5\xc2\x61\xbd\xf6\xea\x34\xba\xf0\x0e\x2f\xf7\xd5\x6e\x14\x6e\xa9\x6d\xea\x1f\x87\xb2\x2b\x68\xbd\x6b\xe1\x5d\x45\x1f\xba\xab\x91\x57\x73\xdd\x3a\x17\x62\x42\xd3\x17\xb5\x6d\xc0\x9d\x4a\xf8\xe3\xfc\x44\xec\x5a\xd3\xd4\xb4\x98\xb2\x21\xcc\x62\xf3\xa4\x7f\x5f\x15\x65\x99\xc6\xa6\x79\x6d\x33\x1c\xe2\x7d\x5d\x9e\xaf\x85\x09\x3b\x6a\x29\x7d\xef\xe0\xa3\x15\x85\x3d\x7b\x90\x17\x8b\xae\x76\xf1\xd1\x77\x73\x7e\x74\xe4\xe1\x26\xa7\x7d\x6d\xfd\x40\xa0\x25\x8c\x39\xf3\xc8\xcb\xd7\x18\x1d\x5c\xea\xe7\x30\x5b\xa3\x9d\x39\x61\x55\xae\x59\xcf\x01\x79\x5d\x34\x94\xf3\x59\xcb\x59\xda\xc9\xc2\xcb\x35\x97\x7a\x03\x31\xa2\xf2\xc3\xdd\x73\x71\xab\x8b\xaa\x3a\xde\xe2\xdf\xe4\x74\xb6\x9d\x22\x3e\x4d\xdb\xd1\x22\xa5\xcc\x4d\x38\xd0\x34\x46\x43\xaf\x61\xd8\x23\x19\x4f\xc2\xcc\x56\x32\x9b\xb9\x8a\x6c\x92\xf3\x02\xbc\x67\xe8\xf1\xc0\xb3\xe5\xe7\x35\x20\xd1\xde\x1a\x4a\x77\x31\xd1\x5a\x5e\xdc\xd9\x40\xfa\x59\xf8\xb8\xbd\x9a\x42\xce\x89\x6f\x4d\xa7\x2d\x49\xc3\x38\xe7\xd1\x5f\x26\xa8\x1d\x8d\xcc\xbb\x6b\x2a\x1a\x5f\xb2\xc7\xc2\xda\x2c\x29\x3c\xdf\x55\x56\x23\x15\xc0\x7a\x97\xe8\xa8\xc2\x61\x97\x10\x75\xa5\x78\xbc\x7a\xb0\x73\x3f\xed\x6a\xd9\xce\xf6\x33\xf4\x4f\x85\xc4\xd6\x0b\x4c\x97\xec\x1b\xce\xf3\x2c\x52\xda\x92\xa6\xf5\xec\xc7\x09\x85\xf6\x44\x2e\x71\x0d\xc8\x3a\xc2\x9f\x15\xd6\x6f\x5e\x0e\xdc\x5f\xb5\xc7\x80\x16\x6e\xf7\xee\xd0\x4a\xc4\x54\x17\x8b\x4a\x2c\x05\x55\x4f\x6a\x27\xf1\x27\x94\xf9\xb7\x36\xf1\x47\x0a\x3e\x38\x77\x03\x79\xd9\xec\xa6\x51\xc1\xfc\xd4\x8b\xf6\x53\x82\xf7\x09\x1e\x8d\x32\xe1\xed\x35\xde\x96\xa5\xa2\xd1\xb0\xbd\xc6\x56\xf1\xc3\x55\x3f\x74\x5f\x24\x2f\xbd\xbf\x68\x52\xa4\xa7\x5c\x97\x29\x51\xb2\x1d\x55\xb9\xad\x54\x19\xb1\xd4\xe6\xdc\x21\x53\x16\x70\x9b\xbe\xc9\x1c\xd9\x8b\x1c\xbe\xb2\x23\xa9\x26\x5b\x98\xec\x67\xfc\x4b\xeb\x52\x79\x64\xd4\x1f\xd3\x5d\x39\x36\xec\xb8\x01\x2b\xdf\x10\x10\xae\xbd\x2a\xbf\xe9\x93\xa1\xce\x92\x5f\x76\x15\x28\xec\xf2\x8b\x95\x1b\x9d\x17\x75\x88\xd2\xc9\xcd\xfe\xba\x29\xf9\xff\x39\xb8\xda\xa6\xac\x8d\xb6\x1d\xda\xf0\xd4\x35\xd6\xdb\x9a\xf3\xf1\x1b\xcc\x4f\x34\x0d\x51\x77\x8d\x97\xd4\x77\xc2\x76\xe9\xe9\xea\xe4\x80\x78\xcd\x7b\x95\xdc\x07\xa3\xd2\x2b\x5b\x5d\x0f\xc8\xbf\x29\x76\x54\xc2\x9c\xf3\x4c\x4b\x4b\x8e\x36\xd1\x8d\xe2\xfc\x13\xf6\xf3\x86\xab\x59\x12\xdb\x3c\x43\x48\xea\x02\x6b\x8c\x5e\x11\xdf\x64\xae\xd2\x9d\x8c\x3a\x6b\xac\xd0\x8e\x87\xed\xd4\x7d\xd7\x8c\x05\x64\x6b\xc4\xea\x63\x3e\x32\xd5\x4a\x15\xc7\xf5\x9a\x7c\x50\xe9\x51\xe9\xd1\x0c\xb3\xc6\x97\x98\x1c\xa7\x2d\xdc\xfc\x1e\x7b\x90\xb9\x3d\x0b\xd3\x48\x32\x1d\x4f\x9d\x6e\x69\x35\x3e\x8a\xb7\x9a\x8e\x18\x9e\x45\x5d\x31\x5c\xd4\x8f\x86\x1d\xd3\xb1\x74\xe4\x80\x06\xf5\x0f\xcd\x43\x9f\xed\xca\x11\x75\x82\xeb\x57\x79\xba\x52\x55\xb1\x70\xad\x18\x7c\xa8\xe8\xc7\xd0\x07\xe8\xbb\xdc\xce\x81\x6a\x04\x28\x63\x79\xef\x3e\xd4\xbe\x24\x76\xd7\x07\xac\x3a\xe6\x6a\xfb\x45\x82\x31\xe2\x6d\x0b\x8b\x7c\x39\xb8\xd7\xf1\x8b\x4e\xf1\x9b\xde\x58\xc5\x5e\xed\x09\x32\x31\x79\x2f\x96\xd9\x75\x4c\xe1\xc1\xf2\x9f\x23\x0a\xe8\x8d\xa2\x37\x43\xd3\xe1\x8f\x72\x1d\xfd\x22\xe4\x9f\x8c\xb9\x3d\x1f\x31\x55\x49\xc4\xae\x78\xdc\x9b\x98\xcb\xed\x7e\xc4\x63\x11\xef\x9d\x77\x28\x57\x83\xb7\x38\xd8\x8c\x60\x3f\x2f\xeb\x03\xf6\xb0\x67\x99\x69\x3e\xdf\x65\xd9\x4e\x9d\xaf\x70\xb0\xfc\xce\xb0\x1a\xb1\xbc\xe8\xca\xa0\x2b\x6a\x52\xae\xac\xaf\x07\xfd\x5f\xfa\xf7\x1e\x3f\x9c\x77\x52\x6d\xa7\x98\xa0\x8f\x39\xd5\xc6\x26\x47\x45\xbc\x77\xc6\xd0\x16\x06\xef\xb5\x3f\x66\x86\xf8\x45\x5b\xc1\x1c\xb8\x27\xc9\xd8\xc7\x6f\x5c\x76\x57\x7b\x54\x78\xbd\xbc\x60\x70\x37\xc6\x59\x54\xd3\x8f\xc5\x25\xe6\xba\xf6\x4e\xc5\xbf\x4f\xdf\xda\xd5\x4a\x7c\x99\x14\xd0\x31\x91\xb2\x38\x66\x6d\xeb\x3c\x1a\x35\xe2\x59\xd3\x2b\xc6\xc7\xe0\x33\xb6\x6d\xec\x26\x3f\x98\x25\x8f\x97\xeb\x39\x60\xd8\x00\x7c\x5b\x1e\xa4\x79\x29\xda\x5b\xbe\xb8\xff\x06\xb1\xa3\x68\x7a\xef\x36\xd2\xeb\x9c\xa3\xdd\x1c\x4a\x71\x3a\xbe\x73\x39\xf5\x47\xe2\xc7\x36\x3b\xfd\x5a\x8c\xd6\xb9\x95\x79\x21\xe2\xae\xa3\x93\xfd\x3c\xf8\x66\xa3\x90\x17\xe2\xa7\x33\x07\x03\x42\xcf\xd7\xfa\x11\xe1\xb6\xe5\x32\xcd\x14\xf1\xd7\xb2\xca\xbe\x72\x9a\xb2\x50\xd9\x13\x48\x1f\xc9\xc1\x75\x7e\x60\x5c\x49\xf7\x6a\x1f\x60\x05\x27\xee\x6f\x0d\x65\x6f\x88\xc1\x34\x37\x70\x93\x23\x2e\xdb\x6b\x79\x2f\x83\x9f\x5b\x8b\x81\x4b\x7e\xdb\x4d\x4b\x85\xbb\xbc\xc2\x74\xdb\xc5\x9c\xe5\xb7\xd4\x81\xd2\x98\xd2\xcf\x3d\x53\x79\xe6\xc2\xd0\xce\x8f\x7c\x9f\x1c\xcf\xf6\x6b\xfc\x7d\x69\x2f\x5b\x3b\x01\x73\x62\x9b\x33\x4d\x20\x8e\xa9\x76\xb4\x0a\xb9\x11\xb7\x1a\x8f\x8a\x84\x21\x8b\xcc\x27\xc5\xeb\xfc\xa7\x1b\x3a\x24\xa3\x5e\x0e\x2d\x4e\xba\xd7\x05\xad\x9a\x2c\x5b\x5f\x0a\x74\x7e\x90\x4a\x0b\xae\x74\x4c\x94\x3a\xb3\x1f\xb6\x4d\x96\x6e\x48\xdb\xeb\xfc\x47\xfa\x2a\x51\xdc\xd4\x23\x8b\x8f\xc9\xb7\x7b\xca\x8c\x11\x0f\xac\x4c\xd9\xdd\x90\x78\x93\x4a\x9e\xe1\x5f\xa2\x27\xca\x9b\xbd\xfe\xd5\x60\xe4\xc3\x2e\x67\x94\x21\xf2\xff\x95\x5c\xea\x08\xd3\xbc\x2f\xc8\x6f\xab\xd4\x0c\x66\xf3\x5a\xc8\x9a\xfc\x34\x4c\x33\x54\xfd\x3b\x31\xd1\xb1\x5a\xbd\x3b\xc6\xa5\xf1\x9e\x1a\x17\x71\xd0\x82\x50\xcf\x0e\x89\x35\xaa\x54\xdd\xfe\x24\x9d\x44\xb5\xc0\xdb\x4b\x3d\xa8\x2c\x75\x9d\xa2\x68\x52\x18\x4b\x7a\xda\x71\x06\x51\x81\x7b\xab\x43\xff\x6f\x76\xa1\x73\xa7\xbe\x3a\x2d\xb3\x69\xbd\xee\x7c\xa2\xbf\x5d\xa5\x4b\x8f\x99\xd5\x98\xa1\xdd\x18\xb1\xdb\x7c\x5f\x3b\x39\x24\xd9\x38\x4d\x03\xf2\x17\xeb\xa6\xab\x93\xbd\x13\xd4\x49\x2a\x4f\x57\x3f\x45\xae\xe2\x4b\x09\xa7\x6d\xb3\x59\x94\xff\xad\xe5\x9e\xe9\x70\x76\xa8\x73\x82\x71\x3c\x2d\xc2\xf1\xcd\x18\x9f\xe8\x61\xbb\x6e\x10\xc5\xcc\xb4\xf6\xeb\x37\x44\x1c\x30\x17\xeb\x8e\x85\x94\x1a\x00\x6d\xa7\x7f\x87\x56\xa2\x29\xf2\x86\xa9\x4e\xa9\xee\xb8\x66\xc9\x9f\x2b\x6b\x07\x5e\xc1\x8a\x2a\x5a\xda\x3a\xe0\x3f\xab\x77\x58\xae\x21\x0f\xd4\xfd\x4f\x29\x46\xaf\x07\x8f\xf1\x9c\xd8\x53\xf0\x14\x92\x3f\x61\x06\xaa\x03\x72\x97\xa4\xc5\x79\x96\xd4\x52\xa9\xc4\x9f\xa9\x2e\x0c\x13\x75\x2c\xfc\x2b\x67\x0e\xf3\xb3\x17\x85\x3f\xc6\x4b\x1e\x98\x0e\x31\xd6\x64\xb6\x5e\x82\x35\xd4\xcf\xb7\x2c\x43\x64\x80\xcf\x29\xee\xa0\x20\xb0\x1d\xbc\x99\x98\x3e\xe4\x3e\xe2\x46\xfc\x2c\xcc\x28\x84\x4d\xdc\x46\x98\x54\x32\x9f\xb2\x97\xac\x4f\xb9\x46\xff\x43\xf7\x08\xbf\xc6\xee\x66\x8d\x7a\xc1\xf9\x7d\xbc\x3d\xfd\x3e\x0d\x67\x1a\x96\xb6\xfc\x84\x1c\x84\x38\xcc\x55\xb0\x2b\xf0\x49\x8a\x10\xe4\x7c\x64\x1f\x97\x87\x16\x60\xa0\xc4\x70\xdc\x0c\xbc\x3f\x64\x0e\xe1\x3a\x69\x7e\xf1\x41\xf2\x6f\x6a\x42\x8a\x9d\x8e\x63\x00\xe1\x5b\xd8\xfe\xec\x8b\x5e\x70\x7e\x06\x1f\xdc\xcb\xa9\xc5\x22\xbb\x9c\xb0\xfa\x6d\xe8\x3e\xe3\x75\xc8\x52\xac\x43\x76\x0f\xd6\x8c\x1f\xe2\x54\x23\x93\x89\x7f\x13\xe2\x31\x0b\x28\xf3\xc0\xb9\x78\x6f\x1a\xa6\x38\x9c\xa4\x60\xdc\x4f\xf1\xa1\x45\xb0\x49\xe1\x72\xd6\x2a\xde\x02\x2f\x09\x8f\x01\xbc\xe8\xc6\x56\x21\x89\x9d\x4d\xc3\x35\x57\xc9\x2e\x06\x6c\x3d\x82\xa2\x95\x76\x43\x3c\x69\xd3\xd8\xb9\xf0\x69\xf4\x5e\x7c\x39\xca\x8d\x99\xd4\x60\xc0\x52\x58\xef\x8b\xda\x89\xf3\x38\x07\x93\x8f\x50\x7e\xf2\x5a\xc3\x09\xcc\x95\x80\xca\x6b\x0f\xb7\x45\xd8\xd6\xd9\x5a\xce\x64\xf9\x3b\xe6\x57\x2d\x62\x4f\xd3\x4f\xac\xb9\xcd\xfe\x5b\x82\xab\xbf\xcc\x39\xc0\x4a\x85\x8c\x73\xf7\xe0\x98\x88\x2c\xde\xe6\xfa\x1b\xe8\x1b\xfc\x1d\x45\x0b\xf1\xdb\x81\xb3\xc9\x24\xf2\x4d\xc1\x93\x70\x34\x23\x4c\x34\xc3\xeb\x37\xe7\xb2\x38\xaf\x7d\x65\x71\xb7\xac\xa4\xf1\x4c\x59\xb3\x2c\x43\xf3\xac\x72\x9d\x2c\x58\xa4\xa9\x79\x25\x5b\xc1\xe8\x6e\xa8\x96\xf9\x63\x5d\xa0\x9f\x64\xee\x75\xa3\xc8\x4b\xb2\xf9\x85\x0d\xd8\xaf\xd2\x3f\xc9\x73\x49\x58\xe9\xe3\x70\x38\x7d\x8e\xf4\x9c\x37\x8c\xfd\x59\xba\xaf\xe5\x41\x81\xc2\x12\x60\xd9\x55\x7c\xc6\xbc\x5c\x3d\xa3\xdc\xcf\x34\x55\x70\xbb\xaa\xd7\x38\x95\xbe\xaa\x2e\xdf\x30\x19\xfd\x04\x12\xa0\x7b\x5e\x7b\x1f\x91\xa9\xdd\x55\xb0\x0b\xb3\x49\x83\x49\xfa\x1f\x11\xac\xfa\x18\x0e\xa1\xe5\x29\xe5\xde\x5b\xd9\x6c\xc5\x34\x67\x41\x1e\xa3\x23\xd4\x1c\x51\x78\xa9\x8d\xae\x6c\x2e\x2d\x6d\x71\x02\xea\x8a\x4f\xcd\xeb\xa9\x9f\x6a\xce\x39\xd6\xa3\x5e\x37\x5c\xb5\xa9\x6a\x57\xc0\x5d\xad\x91\x05\xe9\xe8\x03\xa6\x91\xa4\x56\x42\xab\xfe\x45\x38\x9b\x7a\x5c\x3b\xcd\xfb\x3f\x76\x88\x6a\x56\xf3\x50\xee\x89\xbe\x32\x53\x6f\xa1\x4f\x4f\x88\x72\x41\x49\x5f\xe7\x0b\xe0\xaf\x8a\xd2\x76\x3b\x55\x57\x03\x6a\xf5\x42\x39\x1b\x72\x9a\x25\x35\xaf\x61\xdd\xf6\xa1\x82\x55\xe8\x4a\xab\x22\xa9\x87\x90\x62\xf2\x09\x6f\xa4\x2a\x74\x06\x9f\x10\xf6\x34\xd5\xf9\xe6\xd8\xdc\xbc\x61\xa5\x29\xbd\xa0\x63\x70\xb6\xe2\x78\xc9\xc2\x3e\x1a\xff\x54\xf9\x89\xee\x93\xd4\x82\xea\x0d\x1d\xef\x51\xd4\xfa\x93\xad\xcf\x6a\x6e\xc3\x56\x34\xdb\x0b\x56\xa1\x5e\xd9\x9e\x24\x9d\xc4\xdf\x36\xbf\x0f\x3f\x4c\x8d\xd4\x6f\xf1\xa1\xb0\x4e\xaa\x41\xbd\x9e\x88\x23\x15\xed\xce\x40\x14\xa8\x7a\xbb\x71\x0b\xfa\x68\xdd\x0e\xd9\x46\x2c\x00\x7e\xc5\x71\xc1\x43\xe1\x29\xf8\x3f\x44\x2a\xaa\x07\xbc\x90\xbc\x0f\x17\x58\xf4\x93\x86\x20\xcd\x49\x59\xc4\x4c\xa5\xcd\x0e\xe7\x73\x84\xac\x50\x2f\x32\xb0\x84\x67\xee\x29\x82\x7d\xaf\x01\x35\x63\x11\xad\x75\x3f\x0c\xff\xa1\x4a\xc1\xdb\x64\xf3\x30\x20\x58\x2f\xdb\x86\x4b\x45\x6e\xc6\x1b\x09\x7c\xcc\xc9\x86\xad\xa4\x57\x84\x29\x45\x1b\xa9\xdb\xc9\xd6\xe4\xeb\x8c\x3d\xf4\xa8\xf0\x7a\xce\x02\xd6\x6f\x2f\x2c\xff\x3c\x7f\x62\x37\x15\x1a\x57\xff\xae\xa9\x1d\xf6\x07\x82\x33\x64\x22\x1e\xc1\x6e\x48\x09\xa8\xb7\x48\x29\x7b\x2a\xd6\x13\x93\x81\x5f\x88\x17\xe0\x17\x36\x14\x91\xe6\x93\xa6\x15\x41\x29\x3f\xa9\x09\xc9\xed\x8c\x15\x0c\x43\x78\x22\xbb\x93\xfd\xc3\x8b\xcc\xa7\xf3\xfb\x3b\x7b\xea\x7f\x20\xb3\xec\x9f\x21\x33\xd1\x35\xba\x73\xb0\x68\x6c\xa9\xc4\x17\x21\xc2\x13\x99\x63\xa8\x31\x62\x1f\xce\x1f\x6b\x22\x3f\xad\xb7\x12\xd0\xb4\x9c\xc2\xeb\x64\x1d\xe3\x72\x72\x34\x6d\x9c\xcd\x0a\x77\x65\xf5\xf3\xd6\x78\xb5\xf0\x06\x04\xab\xda\x4f\xd7\xbc\x20\xae\xb2\x95\xd7\x87\x91\x76\x6a\xa1\xe0\x26\x4a\xa8\xe8\x19\x6c\x11\x75\x17\xe3\x1f\xc4\x61\x7a\x0d\x36\x0d\xdd\xc3\x9c\x58\x77\x03\xb7\x87\x75\xbc\x30\x9f\xe4\xca\x19\x4c\xba\x4f\x3d\xc6\x73\x86\xcf\x64\x0e\x02\x3d\x5e\xd7\xb9\x17\x85\x57\x5a\xbf\x56\xcd\x60\x5a\xac\x07\x6a\x14\x2c\xa5\xfa\x47\xbd\x27\x1b\x2d\xdc\x0a\xbe\xca\x29\xa7\xdf\x87\xed\xe0\xd6\x62\x50\xc8\x4b\x3c\x58\x9d\x2f\x76\x25\x9f\x53\x70\x9a\x70\x14\xe8\x4b\xb2\x53\x06\x04\x37\xc2\x27\x32\x76\x8a\x96\x7a\x2f\xe3\xce\x12\xf3\x9c\x43\x65\x09\x52\xa4\xd9\x5e\x39\x4b\x2a\x56\xfe\xa8\xfe\x28\xd5\x00\x4f\xea\x3e\x4a\x0d\xb4\x3c\x88\xb7\xb4\x0b\xbd\x0c\xae\x95\x8e\xd4\xae\x44\xaf\x92\x6e\x2f\x70\xc5\xcf\x91\x1e\x48\x4a\x21\x47\x49\xf7\x87\x2f\xa4\x5b\xa4\xa7\xbd\x6d\x9c\x00\xe9\xc3\x26\x78\x71\x92\xe9\x97\xd1\x5a\x96\x6b\x5a\xa2\x88\xae\x24\x1b\x57\xf1\xf3\x6a\x36\x1a\x62\x29\x0f\x1b\x5c\xf5\xf9\xc8\xb7\xd0\x23\xba\xec\x9a\x14\x64\xaf\x36\x22\x5f\x8c\x3d\xa1\xfe\x93\xf8\x91\x14\xa8\xda\x12\xbe\x84\x76\x52\x89\xf5\x7e\xc5\xee\x51\x2c\xb1\xef\x2d\x74\x6d\x3b\xa3\xff\x55\x52\xd0\x1a\x25\xdb\x5f\xde\xe1\x94\x72\xbf\x55\x4f\x6c\x5a\x4b\xfe\x5f\x5d\xab\xfd\x08\xe2\x37\x84\xd0\xb8\xa7\xda\x84\xe0\x5a\x34\xf9\xf3\x31\x57\x4d\x5e\x89\xd7\x89\x68\xbd\x32\x3c\x9c\x16\xaf\xb9\xe0\x13\xcb\x2e\x55\x4d\xb6\x7b\x15\x60\x7b\xae\xe8\xc9\xc5\x6d\x5d\x7f\xcb\x22\xca\xde\x74\xec\xe1\x4a\xab\x1a\xda\x00\x72\x59\xed\x7f\x2d\xde\x88\x4d\xe0\x7b\x4d\x3d\xd5\x55\xf0\x6f\xb6\x57\x79\x9f\x31\x78\xcb\x9b\xc4\xbb\xc4\x59\xc6\xcd\xe1\xf9\xd4\x2f\xba\x1c\x1f\x2c\xdb\x4f\x75\xc0\xb6\x2f\xff\xc9\xe0\x7b\xfd\x9c\xe2\xb9\xfd\xfd\xd2\xbb\x65\x0d\xbd\x21\xdc\x98\xca\xd1\xae\x0e\xf2\xd2\x5a\x76\xfb\x63\x84\x16\x5c\xd3\xf2\xad\x3a\x0b\x2e\x6c\x3a\x97\xf7\x13\xfd\xcd\x96\x99\x34\x91\x30\x60\xe6\x84\x8b\xa8\xbd\x7a\xac\xcf\x20\xeb\xb1\x7a\x45\x67\x28\xba\xb0\xa2\xcf\xae\xc5\x58\xab\xb7\xe9\xc0\xd8\x0f\x75\x9b\xc5\x23\x78\x16\xf8\x09\x13\x4b\x0c\x82\xc7\x62\xfb\xc9\xf3\x50\x6d\xf5\x0b\xa8\xc1\xb8\x80\xc2\x2a\xba\x93\xf4\x57\xd2\x15\x56\x02\x6d\x49\xd8\x4e\xee\x1a\x56\xbe\x57\x2c\xa0\xe3\x9d\xec\x40\x21\x0d\x35\x3e\xb6\x8b\xa8\x1f\x75\xff\x68\x77\x60\x74\xe0\x26\xf1\x22\x5c\x14\x4c\xcf\x78\x4a\x58\x84\x6c\xc1\x46\x92\x3c\x31\x5b\xeb\x76\x50\x60\xf8\x2f\x85\xb3\x69\x63\x64\x4d\x52\x1b\x73\x37\x3d\x36\xac\x9d\x73\x91\xbd\xc4\x2b\x0a\x48\xe3\x47\xb6\x5b\xe1\xe7\xea\x4f\xda\x66\x23\xb1\x90\x78\xed\x14\xb4\x07\x6c\x44\xc4\xc3\x7c\x42\xd6\x32\xc0\xb8\x6f\x18\x6f\xcc\x21\xa2\x3f\x6e\xbc\xae\x92\x6c\x24\xfe\x5b\x70\x8c\x16\x4f\x0d\x4a\x42\x33\xfd\x19\xba\x30\x25\x07\xcc\x99\xe3\x95\xce\x7f\xc9\xbf\xd4\xda\x0d\xd9\x8a\x78\x6b\x05\xc3\x74\xe8\x99\x6a\x1b\x42\x86\x9d\x27\x8c\x41\x59\xf1\x01\xf4\x62\xcc\x55\x22\x1a\x7d\x1b\x9f\x4e\xde\x52\xdb\x49\x7c\x41\x73\x2f\x48\xa6\x5c\x62\xec\x48\x9a\x41\xff\xcd\xc6\x87\x51\xd9\x04\x5e\x9a\x17\x83\xef\x23\x28\x76\xfe\xaa\xb7\x12\xb6\x98\x2f\x83\x77\x90\xf2\x55\xfe\xd0\x0f\xe4\x6b\xc0\x1f\x44\x24\x15\x4c\xcb\x42\x6d\xa6\x4f\x43\x7d\xc5\x42\x18\xfb\x6b\x9e\x12\xd2\x58\x86\xfc\xfd\x64\x3c\x47\x94\xb8\x8f\x76\x85\x27\x0f\x43\xb1\x68\xc0\xa0\xd7\x4e\x5e\x99\xf0\x63\x73\x40\xcd\x31\xc6\xb8\x29\xae\xde\x95\xf9\x43\x71\x04\xdc\xc8\x1a\xe3\x8f\x42\x7f\xb2\x1f\x51\xd3\x10\xeb\x39\xef\x51\x6e\x68\x07\x6f\x4a\x4d\x14\x6e\x3b\x3f\x38\x3f\x85\xb4\x18\x20\x25\xf2\xa9\xbb\x04\xbb\xc2\xe0\x4c\x85\x68\xa1\xd7\x7f\x5c\xb3\xb8\xc9\xfe\xbd\xe2\x8f\x84\x69\x08\xae\x5e\x27\xd9\x2a\xbb\x5b\x87\x95\xdc\xe1\x2d\x00\xfb\x4b\x5e\x91\xf7\xc3\x7c\xa5\xb3\x11\x77\x90\x55\xd2\x80\xea\x64\xcc\x21\x69\x5e\x5e\x07\x01\x23\x25\x25\x86\x52\xf2\xa4\x9a\x30\x1e\x03\x2c\xdd\xee\x2d\xe0\xac\x93\xbe\x6b\xdc\x51\xe6\x6d\x3c\xaf\x8b\xa9\xf8\x64\xfc\x4b\x1a\x5e\xfd\xd4\x90\xc6\x51\xd7\xbd\xd0\xa3\x48\x10\xc8\x0a\x9d\x1e\xbe\x17\xde\xac\xed\xaa\x42\xa0\x93\x34\x7d\x79\xd3\xf0\x5e\x6a\x4b\xc2\x0b\x72\xb2\x0a\x16\x26\xa5\xdb\x94\x71\xde\xd7\x38\xee\x8a\x85\x96\xaf\xc5\x6f\x5b\x1b\x34\xcd\x65\x9f\x9d\xef\xc4\x1b\xaa\x96\x36\xc3\xd8\x31\xb5\x89\x8e\x2e\x62\x6a\x43\xaf\xed\x22\xec\x2a\x2c\xc9\xfa\x4f\xe5\x4e\xd4\x62\xf3\xd5\xdc\x4e\x5c\x88\xd1\x90\x70\x96\x24\xd0\x2f\x0a\xeb\xa0\x4f\xd6\xe8\x7c\xfc\xd8\xa7\x94\x63\x16\x7c\x71\x54\x77\xbe\x66\x6a\x59\x6a\x27\x4f\xec\x5a\x89\x6f\x97\xb0\x0e\xd7\x38\x5b\x6b\x08\xf7\x1a\xa6\x38\x5d\x60\x2a\xe8\x16\xc7\xff\x2a\xa5\xc8\x66\xdb\xca\x5c\x05\xf6\xa8\x25\x37\xe1\x32\xc9\xcb\x08\x0a\xdb\x49\x3b\xa4\xfd\xee\x53\xc6\x6e\x56\xf5\x5b\xe6\x14\xad\x1f\xa8\x54\x0f\x95\x6e\xeb\x0b\x17\xed\xaf\xb8\xd9\xfd\x98\xc5\xae\x99\xd6\x89\x23\x0c\xd5\xf3\xda\xce\xc1\x60\xd0\x80\x96\xc9\x95\x34\xe4\x52\xc7\xcf\x5c\x1d\xb6\xa4\xb1\x2d\x61\x9c\xb8\xdb\xf4\x21\xec\x29\x0d\xa3\x5f\xe2\xd3\xc8\x2e\x52\xcf\x6e\xca\x26\xc4\x55\x6c\x32\x2e\x22\xc6\x57\xef\x93\xd3\x48\x35\x75\x7b\x78\x15\xe4\x11\xf0\x2d\xf2\x66\xaa\x37\xdc\x07\xd1\x48\xdb\x85\x92\x55\x6d\x63\x08\x71\x8b\x73\x0f\xb0\xd8\xc4\xaf\xf1\xcf\x38\x5b\x69\xd3\x43\x8e\xf2\x23\x58\xf5\x9e\x30\xc1\x1f\xde\x2f\x07\x1e\xb7\xa5\xfa\x8f\x01\x8e\x1f\xad\x3b\x23\x7b\x4e\x9c\x0c\x56\x72\x2f\x91\x04\x30\x18\x39\x9a\xb2\x14\x89\x42\x04\x50\x2f\x61\x24\x55\x0d\xf4\xff\xe1\xcf\xe5\x72\x99\x37\xc8\x90\xf8\xfd\x1c\x10\xdd\x3d\x64\x3b\xef\x32\x7b\xb9\x27\x52\x70\x80\x0f\xb1\x4b\xb1\xab\xea\x79\xfa\x21\x1c\x14\xfc\x4b\x56\x80\xdf\x05\xe3\x72\xd3\x88\x05\xc8\xb9\xa4\xff\x91\xa7\xa3\x2f\xc3\x0f\x52\x9e\xe0\xd6\x56\x4d\xa6\x8d\x11\x37\xe7\x46\x32\x43\x28\x9f\xe2\x2d\xec\xf5\x0c\x44\xc8\x5a\x1e\x9a\x33\xdd\x93\x29\xc0\xf3\x3f\x34\x5e\x45\x85\x22\xe0\x3a\x17\x74\x0b\x8a\x23\x79\x8a\x5d\x89\xe1\x72\x16\xe0\x7e\xe1\xda\x89\xfb\x09\x5f\x09\x8f\x61\x2f\xc8\x0b\xc8\xd1\x95\x35\xd4\x5a\xea\x8e\x9c\x2d\xf4\xeb\x0c\x54\x7c\x16\xcb\xcc\x5e\x1d\xd2\xc9\x05\x78\x41\x9e\x5b\x81\x75\x02\x8c\xb5\x10\xee\x83\x7f\xa7\xd9\x89\x38\x43\x54\x8a\xed\xa8\x76\xf2\x04\xd6\x53\xcc\x16\x4a\x37\x61\x37\xee\x05\xad\x1e\x36\x83\x98\xc8\xf0\xae\xe8\x27\x1f\x66\x4d\xcd\x89\xa5\xf1\x39\x8b\xe2\x67\x32\x49\xbc\xb8\x90\x5e\x8e\x1e\x50\x7a\x7e\xe1\x3f\x15\x4d\x34\x5f\x81\x44\xd0\xbf\xa9\xb3\x61\x01\x8c\x7f\x45\xd9\x88\x58\xe6\x5d\xe6\x01\x94\x8a\xf5\x06\xbf\x1b\x33\xce\x59\x02\x0d\xc7\xcb\xb8\xe9\xe5\x9f\x48\x09\x3c\x55\xf6\x71\x6a\x28\xff\x79\xdc\x35\x46\xb5\xa0\x36\x64\x84\xdd\x2b\x7c\xea\x55\xc0\xf7\x12\x77\x19\x21\x75\x77\x45\x27\x94\xde\x0d\x5f\xc4\xee\x02\x1c\x34\x45\x0c\x63\x2c\x86\x5f\x14\xb7\xe0\xf2\x50\x0a\xf1\x03\xc8\x64\x6c\xb5\xc4\xab\x7c\x1e\xa1\x4e\x82\xcd\x0e\x21\xeb\x25\xdb\xe2\x9a\x69\xef\xa5\x93\x42\x8e\xb3\x44\x52\x8c\xd7\x51\x5e\xbc\xf4\xb1\xbe\xb2\x7a\xbd\xbe\x55\x9e\x5d\x97\xa8\xfb\xcd\x3f\xd0\xf0\x48\x57\x49\x6b\x83\x0e\x6b\xd7\x62\x27\x22\x6c\x9a\xdf\x0d\x9f\xd0\x03\x9a\xd4\xb2\x14\xdc\x13\x35\x2f\x6b\x80\x94\xa7\x72\xc6\xd5\x52\x9f\x29\xd7\x85\x5c\x64\x6e\x51\x9c\xf4\x76\xe3\x0e\xc9\x5f\x68\x7b\x2a\x0f\x35\xaf\x97\x9e\xae\xa9\x6d\x22\xf0\xd0\xf5\x8b\x1c\x93\xa8\x58\xf0\x6f\x9b\x00\xfd\x15\x3e\xcf\xfa\xa4\xc1\x15\x55\x64\x89\x28\x6d\xc7\x1e\x34\xc1\xb3\xd2\x88\x95\x86\xf2\xb8\x18\xea\x0a\x9d\x7f\xc8\x4b\xa6\x9b\xfa\xad\x37\x91\x9b\xa2\x5c\xaf\x19\xab\x5c\xda\x51\x24\x0d\xab\xde\xd8\xb6\x9d\xfb\xac\x0e\xd1\xf2\x81\xf2\x05\x5c\xe1\x9c\x8e\x6e\x85\x31\x9a\xa6\xd6\x5f\x46\x1e\xb4\x3d\x29\xc5\x62\x93\xac\x4d\x59\x81\x84\x97\xa6\x6f\x71\xf1\x94\xd3\x86\xf0\x90\xff\x18\xd7\xb4\xc5\xde\xcd\xdc\x99\xaa\x3a\x0d\xa1\xa2\xa3\xd7\x45\x72\xbc\xda\xbb\x3b\x8e\xeb\xa8\x3d\xd7\x19\x46\xd9\xde\x70\xa8\xed\x33\x1a\x05\x7d\xd8\xd2\x52\xbf\x01\x09\x6a\x5e\x5c\x5a\x85\xd9\x6f\xaf\xc9\x5a\x4d\x60\x58\xe3\xe3\x6a\x28\x10\xe3\xe3\xd0\x40\x06\x4f\x87\xf1\xbe\xcc\xd9\xa3\x3a\x6d\xac\xa6\x8e\x57\xec\x52\x5c\xa6\x0d\x57\xef\x05\x4e\xd0\x15\x75\xdb\xe9\xd5\x0c\x21\xf8\x34\x16\xcb\x74\xc2\x67\x82\x27\xb3\x46\x51\xf8\xd2\x77\x9c\x20\xdc\xa4\xcc\x01\xee\x09\xe2\xbd\x98\x0e\xbe\x83\xfa\x3e\x88\x27\x70\xb2\x6a\x3c\xd6\x88\x6e\xf3\x97\x18\x36\x50\x1a\xaa\x5f\x28\x22\xa9\x69\x75\x03\x40\x0a\x2d\x0b\x5c\x47\xbb\x46\x47\xc0\xc2\x30\x63\x8c\x2e\x64\x58\x43\x07\xf3\x33\xa6\xb0\xb4\x85\xcd\xc6\xf7\x67\xe2\xb8\x61\xe4\x88\x18\x3e\xdf\x9d\xf6\x39\x88\x26\x48\x64\x4f\xf3\x48\x12\x75\xf1\xf1\xfa\x2f\xa4\x13\xf5\x29\x72\x23\xf9\x2e\x78\x0f\x7f\x88\x3a\x1b\x16\x40\xcb\xa6\x65\x20\x0e\x61\xa8\xf4\x6e\xb4\xac\x21\x8c\xb9\x14\x07\x2b\x4d\x62\xed\x24\x32\x32\x83\x38\x66\xca\xff\x62\x6a\x79\x6d\x8c\xd0\x20\x22\x70\x83\xfd\xca\xa3\x44\x54\xc2\x7f\xaf\x4b\xc7\xff\x80\x8f\xca\x66\x10\x63\x91\xcf\x79\x99\xa4\x56\xf4\x0b\xea\x12\xca\x42\xdc\x7c\x34\x99\xba\x91\x00\xad\xaf\xa4\x43\x48\xc7\x4b\xcc\xcc\x28\x6a\x45\xc6\x76\x76\x06\x63\x56\x8c\x2f\x57\xc3\x7a\x19\x44\xe6\x8f\x73\x7f\x7b\x18\x84\x6d\x82\x2a\xcd\x38\x76\x32\xee\x83\xe4\x30\x4e\x43\xe8\xe2\xba\x10\x56\x91\x42\x28\x33\x89\xf7\xc8\xb7\x50\x32\xf2\x56\xea\x60\x9d\x89\xda\x4e\x97\x15\x8f\xd1\xd7\x31\x25\x19\xf9\xcc\x71\x76\x4f\xf4\x57\x0e\x89\xfb\x30\x48\xc4\x9f\x0a\xe4\x79\xdc\x13\x5c\x15\x8e\xa9\x19\x28\x02\x6d\xb3\x98\x8e\x99\x4d\xdf\xcf\x1e\xc7\xde\x64\x1c\x22\x4f\xc4\x1f\x67\x3e\x43\xb6\x11\x2f\xb0\xfd\x6b\xcf\x90\xc7\x38\xf4\xe2\x32\x5a\x38\xf7\x6a\xfa\x0b\xc6\x56\x7e\x65\xf4\x25\x36\x18\x78\x15\x64\xe3\x79\x09\x3b\x3d\x23\x05\xf3\xc5\x52\x25\x11\x36\x2e\x9c\x29\x94\x23\x9e\x0b\x39\xac\x08\xd4\x98\xf0\x1c\x91\x85\x75\x11\xad\x40\x64\xe1\xb1\x22\x4b\xcd\x36\xe2\x79\xd1\xd7\x22\x11\xa5\x5a\x4c\x4c\x87\xd3\x17\x8a\x5f\x47\x77\x32\x7f\x48\xc8\x41\xeb\x39\x7f\xa4\x13\x3c\x7b\x80\x60\xe9\x36\x79\x25\x64\x95\xb6\x1a\xd8\x09\x2b\xd6\x5c\x64\x74\x23\x6c\x9a\x44\xc2\x3c\xd4\xb8\xfa\x00\x7c\x31\x96\xa7\x4e\xa9\xde\x41\x70\x51\xed\x2e\xdc\x43\x7a\xac\xf2\x4f\xfb\x87\x7a\x4d\x69\x8a\xc6\x33\xfe\x55\x3c\x09\x3a\xc2\x09\x50\xa4\x78\x4d\xe6\x2b\xe5\x23\xd2\x7d\x0d\x53\xed\x97\xf8\x85\x10\x94\x6d\x37\xbd\x01\xf6\x77\x23\x0d\xf7\x09\x59\x63\xf5\x80\xf9\xa1\x7f\x9b\x0f\x56\xbd\xc7\x8d\x9a\x0a\x0a\xfd\x88\x27\x0c\x07\xd3\x54\x94\x67\xfa\xa9\xd1\xe9\x8c\xd5\xda\x80\xa0\x6b\xec\x26\x75\x8a\x57\x01\x7f\x99\xb2\x5c\x1a\x53\x5f\xde\x9a\xc0\xbb\x08\xde\xec\x3c\x43\xfb\x07\x16\xd8\x1c\x80\xb3\x20\xb6\x3b\xf8\xd0\x2b\x68\xb8\x6d\x7b\xd5\x66\x5c\xb2\xf5\x7a\xc1\x57\x62\xb6\xf9\x52\x1a\x99\xc2\x37\x5a\xa2\x53\xe9\xd7\xf5\x1e\x41\xcf\xd8\x79\x9a\x26\x2f\x36\xef\x8e\xf2\x8f\xe4\x7e\xdd\x99\xce\xbb\x3c\x3e\xd8\xad\xc3\x97\x66\x87\x3a\xdb\x12\x70\xc5\x08\xcf\x96\x14\xe8\x00\xea\x62\xb3\x4f\x55\x23\x76\xa7\xfd\x45\xc1\x2b\xc2\xa9\x46\x20\x8d\x46\x99\x6c\x3e\x10\x5d\x4d\x27\x1a\x8e\x05\xcf\x64\xbd\xd6\xae\xf5\xda\xc0\x93\xa9\x58\x0a\x1f\x8e\x6f\xc5\x5b\xc1\x1c\x4e\x5b\xf5\x5d\x46\x07\x37\xa0\xee\x04\xfe\x09\xf7\x08\xf8\x22\x6c\x37\x8f\x05\x9f\x55\xed\xc9\x4f\x42\x91\x0b\x1e\x01\xfe\xb8\xd9\xa9\xb5\x82\x32\xe2\xc3\x28\x7f\xe1\x30\xf5\x7d\xc0\x62\xb1\x07\x0b\xe7\xf6\x5a\x72\x91\x1f\x21\x2f\x63\x1d\xad\x7e\x00\x60\xd9\x55\x75\x0e\xc6\x32\xce\x64\x70\x3a\x1e\xc5\xf9\x1f\x6c\x01\x2c\x99\xab\x47\xce\xaf\xda\xcd\x63\x62\xa2\x0a\x0c\x7c\x01\xde\x9e\xea\x05\x1c\x23\x7b\x46\xcd\x17\x82\x68\x4f\x03\x16\x89\x4e\xb3\xa7\xba\xfd\x27\x71\xf0\xb9\x32\x2e\x13\x51\xf7\x9d\xbf\x9b\x35\x1f\xcc\xa1\xeb\x58\x77\xa1\x6f\x71\x77\xd8\x1b\x10\x32\xe8\x61\x4e\x1b\x3a\xb3\x2a\x8f\xdb\x8b\x0b\x2d\x58\xcd\x3b\x49\x2c\x48\x79\x0b\x04\x50\x1c\xa0\x5f\x82\x5d\x8c\x39\x01\x4b\x45\x28\xf6\x5d\x77\x17\x49\x16\xff\x93\x74\x02\x6d\x10\xde\xc0\xcb\xa7\xab\x91\x68\x5a\x20\x43\x83\x46\x61\x37\x30\x9d\x58\x07\xe4\x20\xeb\x28\xfe\x4d\x25\x95\xfd\x9b\x84\xc8\x97\x70\x6b\xa8\x53\x52\x44\xbc\x37\xf4\xe3\xa0\xdb\xc0\x5a\xd6\xd6\x80\x00\xa1\x9a\xfb\xc0\x1d\x21\xb6\x08\x0a\xc5\xcd\xe4\xe3\xb8\xa5\x5c\x77\xca\x0b\xfc\x09\xaa\x1f\x2d\x84\x08\xc1\x1c\xa7\x73\xc8\xae\xe0\x37\x8c\x5b\x94\xaf\x15\x47\x58\x79\xb4\xb7\x79\x9f\xd8\x7f\x33\x27\xa7\x04\x71\xfb\xd9\x09\xa0\xc3\x7c\x07\xd7\x16\x90\x23\x68\x03\x5c\xdd\xf7\x89\xce\x0a\x6f\x8b\x28\xc4\xd9\x54\x0c\x67\x0a\x89\x47\xd3\x52\x42\xc9\xef\xe9\xbd\xe8\xbb\x54\x2a\xe3\x11\xd8\x93\x3e\x9d\x95\x58\xb1\x94\xb1\x8e\x3d\x9c\x47\x61\xe1\xb8\x01\xc9\xf7\x38\x18\xde\x79\xd0\x3a\x9e\x06\x50\x06\x30\x81\xf5\x42\xa8\x47\x88\xf0\x8b\x18\x27\x60\xe3\xa6\x02\x31\xac\x28\x3c\x1f\xd8\x4d\xd2\x10\x17\x08\x82\x51\x0c\xd2\x05\xc1\x86\xfa\x57\x94\x41\x61\x7c\xf9\x32\x9a\x59\x78\x25\x77\x3d\xa3\x51\x44\x4f\x46\xb3\x46\xc5\x2b\x41\x4a\x6e\x80\xf8\x4e\x80\x9d\xaf\x93\xf4\x7a\x18\x85\x4b\xa5\x4a\xbe\x16\xbd\x4c\x75\x94\xa1\xc7\xdc\x53\xd1\x88\xcb\x71\x7b\x54\x8b\x90\x81\x84\xb5\xca\x13\x75\x7f\x93\x76\x2b\x81\xb2\x70\xca\x1d\x65\x60\xce\x77\xba\x87\xe2\x5a\xd2\x27\xa6\x51\x21\x05\xd5\x71\xdc\x14\x1e\x01\xc3\xbc\xed\xf2\x9d\x1e\x0f\x04\x04\x39\x8c\x17\x8c\xf4\xb6\x5e\xa4\xe7\xa2\x67\x5b\x6e\xe0\x3f\x60\xff\x32\x1f\x47\x84\xe2\x97\x9b\x36\xd4\xcd\x24\xa6\x1b\xb5\xa5\x5a\x72\x93\xa1\x3e\x47\x44\x9b\xae\x5f\x9c\xd4\xc3\xe8\xd7\x6e\x01\xad\x66\x43\x34\x81\x01\xdb\x79\x6e\x2a\x8b\xa7\x37\xf0\x51\xf1\x99\xbb\x13\x81\x68\xfa\x46\xfb\x1b\x55\xe9\xd8\x84\x97\x63\xd0\xf6\x74\xf8\x15\x1c\xa7\xf1\x72\xed\x31\xc2\x88\xb5\xa0\xb4\x94\x3c\xc3\xbc\x27\xa7\x86\x6a\x32\x4d\x48\xd2\x31\xa2\x0d\x2e\xa0\x20\xf6\x24\xdd\xb4\x80\x43\xdc\x0b\xea\x9b\x9e\x69\xc0\x56\x65\x0f\x17\x05\x3f\xd3\x86\xa2\x69\x91\x87\x5b\xfe\xc6\xaf\x41\x5f\x77\xfa\xc1\x5b\xb1\x4f\x9a\x88\xb5\x9d\x84\x25\x76\x7b\x69\x1c\x49\xda\x38\x92\x53\x44\x9d\x63\x31\x27\x19\xe9\x47\x4d\x91\xa0\x38\x56\x8b\xbe\x27\xe0\x1e\x97\xa0\x79\xe1\xc9\x02\x2a\x54\x6e\xac\x65\x52\x72\xe5\x1a\x72\x85\x34\xba\x66\x15\x66\xae\x34\xb0\x7e\x1e\x04\x2d\x0d\x84\xcc\xad\x2a\x97\xc6\xc3\x33\x0a\x5f\x49\xeb\x50\x43\x19\xef\xa5\x06\x5c\x5e\xdc\x23\xe9\x7d\x52\x48\x78\xb2\xac\x90\x56\xbc\x72\x9f\xec\x22\xeb\x92\x6b\xba\x1c\xe0\xf7\x30\x07\xc4\xff\x55\xff\x4b\x7a\x2c\xfe\x52\x37\x84\x5e\x2f\x99\x03\xae\x86\x4c\x94\x84\xc0\x3c\x2b\xbf\x49\xea\x91\xae\x85\x5d\x92\x66\x4c\x66\xc6\x0e\xc9\x63\xfc\xc6\xb8\x7d\xd2\x32\x72\x7e\x78\xb4\xf4\x2e\xdd\x67\xe5\x09\x19\x97\x5d\xea\x0a\x96\xc7\xf1\xcf\x31\xfd\x44\x8d\x75\xd7\x48\x18\xd1\x2e\x70\x09\x3a\x4a\xf4\x0e\x7a\x06\xdc\x2a\x0e\x44\x34\x54\x3a\xc5\x2c\xf4\xca\xc2\x7c\xf1\x59\xdc\xf2\x0c\xa6\x24\x9c\x98\x19\xd7\x26\xd9\x47\xe9\x0d\x0f\x93\x42\x19\xe1\x2b\x2f\xc9\x16\x70\xe6\xba\x0a\x64\xaf\x01\x10\x63\x3a\xf0\x00\x76\x91\x58\x24\xc8\x46\x5c\x45\x05\x09\x8e\xa0\x6e\x37\x6c\x14\x86\x62\x17\x57\x8c\x0a\xd7\xe3\x45\x05\xfd\xa2\x70\xd2\xcc\xf4\x31\xd1\x09\xca\xc9\xb8\x7c\xb1\x84\xde\x19\xee\x2b\xa9\x60\x0d\xaf\x7c\x27\x8d\xe4\x8e\xb9\x9e\x90\x45\x0a\x68\xb4\x6b\x3c\x01\xe6\x3e\x21\x96\xf7\x0b\xd7\x8f\x2c\xe2\x6b\x08\xf0\xfa\xa7\x80\x3f\x29\xaa\xc2\x0d\xf8\x9b\x12\x5a\xb0\x40\xa0\xa7\x65\xa4\x4b\x85\x85\x0c\x69\xdc\x42\x51\x1c\xeb\x61\xb8\xbb\x38\x89\x0b\xf7\x5b\x22\xc9\x05\x66\xbb\x79\x48\xc9\xc2\x97\x54\x05\x67\x05\x59\x88\x0f\xe7\x1c\xa0\xdc\x44\x90\xb9\x78\x5a\x40\xbd\x27\x2f\x8a\x6e\x2a\x27\xf2\x17\x33\xe7\xe6\x2b\xf8\x1f\x59\xc3\xe9\xf3\x81\x47\x9c\xda\xd8\x3b\x82\xff\x78\x31\xe1\x6e\xa2\xd5\x40\xa0\x5f\xbe\xb8\x5e\xb8\xc6\x4d\x26\x19\x16\xe3\xc8\x5f\x98\x4b\xb8\x4a\xec\x31\xe6\x79\x5e\x21\x7c\x12\x6b\x1f\xef\x6b\xed\x18\x7b\x27\x7f\x73\x19\x9c\x73\x0b\x10\xe4\xad\xe3\x7e\x11\x94\xa4\x51\xf8\x41\x42\x50\xac\x10\xa0\x8b\x56\x87\x4f\x14\x8c\x8a\x41\x7e\x7c\x51\x84\x24\xce\x7d\xba\x78\x40\x0a\x27\x21\x69\xc5\xf2\x6c\x0c\x94\x5e\x20\x8f\x82\xbe\x62\x20\xe4\x8b\x6a\x3e\x32\x2d\xf2\xb9\xa5\x5a\xd6\x2b\xf9\xfc\xbc\x59\x9c\x10\xf9\x82\xd4\x97\xdc\xf5\xf2\x85\xb1\x89\x7c\x77\xb9\x47\xd8\x38\xb0\x5b\xee\xe6\xd7\x2e\x2c\x94\xcf\x72\x47\x8a\xde\xc9\xe7\x13\xa1\x94\x35\x46\x29\xba\x82\xca\x36\x1c\x86\x7c\xa4\xed\xd1\x7f\xab\x59\xcc\x98\xa1\x4f\x28\x79\xc6\xa4\xe9\x78\xb9\x6c\xd6\x67\xed\xa6\x54\x23\xc7\xa6\xb9\x1c\xf3\x81\x17\xa3\xbe\x13\x76\x9b\xff\x51\x75\xda\x6f\x8b\x60\xb3\xb2\xd7\x5d\x23\x62\x2a\x44\x84\xe3\x64\x67\xe3\x42\xd4\x43\xca\x09\xab\x17\xc4\x4a\x9b\x63\x71\xa9\x3e\x45\x07\x9b\xe7\x94\x6c\x65\x9c\x32\xfe\x9b\x5b\xc8\x6a\x30\x9c\x49\x65\x72\xa6\xeb\x95\x31\xcf\xb8\xc7\x74\x8b\xc3\xee\xf2\x6d\x1a\xa9\xdf\x1e\x01\x58\x75\xd6\xbd\x57\x14\xaa\x74\x25\x64\x92\x5d\x1d\x5f\x51\x2a\x4a\xb4\xfd\x09\x24\x9f\xca\xb3\x6d\xae\x6e\xa5\x1d\x6b\x84\x97\x34\x33\xfc\x2d\xdf\x73\x93\x98\x27\xcc\x8a\x54\x3a\x5b\x68\x7c\x12\x33\xc6\xcd\x30\xcc\x0c\x1b\xe3\x7b\x6b\xff\xf8\xdd\x06\xc6\xd5\xa3\xee\x67\x85\xa3\xca\x76\x74\x80\xa1\xb4\x6a\x0a\xb4\x54\xdf\x53\x73\xb6\x76\x89\xee\x7b\x7d\x7b\x99\x56\x97\x0e\x69\xce\x5f\xab\x35\xc3\x2f\x65\xe8\x34\xf7\xd1\x89\x09\xef\x35\xa1\xb8\x31\x10\x5b\x2d\x27\x3d\x0b\x92\xab\x1e\xd1\x97\xf9\xac\x55\xa5\xb2\x7b\x96\xff\xa3\x3c\x0c\xe0\x50\xfb\xf5\x2b\x6a\xaa\x21\x5f\x75\xa2\xba\x1f\x35\x97\xb4\x4f\xc0\xc3\x65\xd9\xda\x3c\x18\x23\x9f\xa6\xd9\x86\xe4\x65\xd4\x6b\x5c\x31\x5b\x13\x2e\xaa\x15\x84\x00\x10\x46\xf5\x91\x7c\x3f\x48\xa7\x22\xd1\x4f\xfb\x1c\x56\x3e\xe5\x4c\x74\x99\xaa\x04\x00\x2e\x2a\x4b\xfb\xb9\xee\x06\xc4\xa9\xad\x06\xd7\xd7\xc8\x34\x67\xa1\x4f\xca\x26\x6a\x0a\x11\xe2\xfc\x30\xf5\x25\x74\x65\x86\xbf\xba\x18\x07\x4e\x58\xab\xba\x48\xec\x02\xd5\xaa\x6a\xa9\x0b\x83\xac\xca\xd7\x8c\x3d\x3e\xb7\x94\x42\xce\xa0\xcb\x2a\xe5\x2a\xe0\x34\x52\xaa\x26\xc2\xd6\x80\x6f\xaa\x67\x21\xe0\xd5\xa3\xaa\x3d\x28\x7d\x29\x5c\x05\xc7\xdc\xce\x1b\x54\xfd\x85\xaf\x4b\xff\x9f\x72\x17\x69\x4a\x42\xad\x12\x4a\x79\x08\x8a\x50\x2e\xa1\xdf\x08\xea\x56\xdc\x66\xfd\xf4\x9d\xad\xb0\xf3\xea\x5c\x24\x0a\xac\xe0\x09\x02\xae\x8c\x42\xdf\x68\x78\xa7\xb8\x8f\x3d\x58\xed\xaa\x68\xc2\xb7\x97\x1c\x55\x10\x88\x96\x3c\x37\x45\x3a\x79\x7d\x7a\x81\x62\x21\xf5\x55\xc2\x6c\xf9\x53\x46\x09\x68\x99\x7c\x94\x75\x3f\x68\xab\xfc\x00\x57\xe7\x9b\x2e\x6f\x01\x6a\x5d\xfe\x91\x9b\x44\x85\x70\xbc\xec\x23\xf1\x55\x83\x8f\x6c\x27\x99\x54\x45\x90\xe9\x28\x4f\x4b\x56\xc8\xd4\x34\x76\xae\x5d\xa6\x65\xf8\xa5\x3d\x92\x89\x99\x1f\xe2\x0f\xcb\x38\xec\xdb\x91\x3f\x65\x06\xee\xe7\xa0\x53\xb2\x61\xc0\xd7\x97\x2f\xdb\x24\xac\x73\x4d\x93\x1d\x13\x6f\x83\xc9\xc4\xa3\xec\x98\xfa\xc5\xe2\x4b\x9c\x65\x95\x6c\xf1\x2d\xce\xe7\x62\x90\xc4\x83\xfb\x3c\xe7\xb0\x04\xc5\x7b\x97\x16\x27\x71\x00\xb3\xe2\x33\x25\x17\x05\xd1\x91\xc7\x24\xbf\x84\xaa\xa0\x51\x29\x48\x74\xc3\xf7\x98\x94\x2e\x71\x77\xbd\x28\xdd\x23\x95\x42\x9e\x09\x4b\xc5\x97\x6a\xbf\x0b\x09\x92\xe9\x15\x56\x61\xaf\x24\xa1\xc8\x28\xfc\x26\x51\xe7\xc4\x89\xe8\x92\xc7\xa9\x67\x45\x57\xa5\x89\x71\x1f\xc4\x79\xd2\xb6\xc8\x2e\xf1\x88\x6c\x62\xd0\x55\xc9\x22\x19\xdc\xf7\xb3\x44\x26\x1b\x70\x0b\x91\x7c\x96\x7d\x84\x2c\x04\xf2\x34\x63\xb5\xfe\x80\x43\x33\x50\x7e\x03\x78\xab\xc9\x2e\xfc\x25\x28\x53\xbf\xce\x7e\x2c\x38\xa6\x36\xa5\xda\x84\xb5\xea\xe0\xb8\x07\xc2\x2f\xaa\xfd\x91\x1d\xa2\x16\x55\x62\xd0\x3b\x71\x8a\x72\x60\x85\xbf\xf8\xb2\xe2\xbd\x1b\x4c\x42\x54\x44\x83\x0f\xf1\x85\x46\xdf\x9a\xdb\xfc\x4b\x86\xae\x72\x2d\x90\x60\x98\x54\x78\x04\x18\xd4\x43\xb3\x77\x0b\x5c\x75\x5b\x53\xd9\x82\x23\xda\x9f\x71\x17\x84\x74\x6d\x68\x64\xb3\xc8\x47\x93\x14\x34\x2e\xba\xad\x0e\x5e\x11\x2e\x16\x29\xbf\xb8\x11\x25\x01\x8a\x6d\x60\x39\x6f\xd4\xb2\xb7\xa6\x9b\x1f\x68\x99\x5d\x5e\xc6\xef\x34\xa7\x14\x76\x00\x93\x4c\xc8\xec\x7e\x80\x6f\x64\xa5\x92\x04\x01\x06\x5e\xdc\x65\xc1\x73\x7d\x5d\x64\x9f\xb0\x57\x37\x2d\x78\x9a\x08\xad\xd1\xad\x28\x12\x2f\x56\xdd\x73\xb3\x88\xcf\x28\x23\xaa\x92\x9b\xef\x56\xd9\x4b\x07\x9a\x72\x6a\x91\x05\xed\xf6\xd3\x0d\x29\xd9\x4b\x6c\x95\xd0\xf4\xd4\x1a\xeb\x35\x84\x3e\x9e\x63\x49\xc5\xcc\x88\x5a\x63\xea\xc4\x8f\x86\x32\x0c\xf7\xc8\xaf\xfd\x93\xf5\xbe\x8c\x35\x9e\x3f\xb5\x60\xce\x86\x65\xb7\xd4\x43\x82\xb2\x2a\xef\xa6\xee\x9a\x83\xa5\x22\x87\x7f\x3d\xbe\x80\x6e\x3b\x02\xf1\xc8\xfa\xd8\x88\x86\xfd\x9b\x9a\x68\xf9\x85\x9a\x1c\x8f\x32\x4b\xb1\x15\x51\x61\xc6\x0f\x84\xc7\xa1\x0c\x43\x01\xe5\x80\x7f\x99\x6e\x98\x71\xd8\x6b\xb1\xe6\x07\xe7\xcd\xb2\xff\xd4\xb5\x82\xb4\xca\x6f\x0e\x68\xfd\xb2\xd2\x7c\xfb\x24\x70\x77\x41\x72\xe3\x76\x58\x58\xd6\x59\x2b\x15\x71\x39\xd5\xc5\xe2\x8e\xde\x1d\x5f\x68\xda\x89\xbb\x15\xe5\x63\x4c\x20\x81\x42\xd9\xfa\x4d\xd4\x0b\xfe\x28\x9d\x07\xd3\xec\x05\xd2\xe8\xb8\x8c\xe5\x81\xaa\x5f\x02\x51\x65\x91\x6d\x39\xf4\x53\xc9\x11\xeb\x4d\x44\x58\xfe\x79\xcb\x7a\x14\x39\x0b\x67\x36\x60\xae\xa6\x9c\x37\x41\xf1\x94\xf8\xc5\x46\x77\x52\x42\xd4\x24\xfd\x59\x6a\x6c\x28\x55\x87\x63\x94\xf9\xab\x35\xbf\xd9\xed\x5e\x4c\xb5\x95\xf7\x73\xb9\x42\x15\x2c\x14\x57\x9c\xb0\x6c\x44\xe7\x94\x84\x9a\x37\x63\xfd\xf3\xd3\x4d\x83\xf8\x85\x99\x9f\x8c\x23\xc4\x95\x29\x34\x43\x2f\x19\x15\x77\x4d\x2f\xa3\x5e\x00\xdd\xd7\x95\x31\xc0\xa1\x74\xed\x52\xb6\x87\xff\x7a\xf5\x15\xee\x67\xaf\x5d\x2a\x03\x70\x6d\xf9\x43\x65\x91\xe8\x42\xc5\x64\xd3\x41\xc2\xde\x62\xb3\x71\x33\xa9\x24\xef\xa0\x61\x0b\xf9\x45\xa6\x52\x7f\x8d\xda\x93\xb2\x54\xf7\x2f\x5d\x18\xe7\xd0\xbe\x67\x0a\x41\x7b\x35\x4f\xd8\xce\x50\xa6\xfa\x02\x77\xdc\xff\xaa\x6a\x13\xd0\xe0\xf5\x49\x69\x17\xee\x70\x01\x29\x24\x12\x9f\xb2\x6f\xfa\x1e\xe6\x9c\xa2\x13\xba\x2b\xac\x80\x3c\x3f\xdd\x5c\x76\x7a\xc6\x1f\x2d\x92\x43\x49\x1e\xd1\x6c\xe5\xee\x88\xcb\x51\xbf\xe2\x2f\x00\x39\xd4\x4b\x01\x49\xa8\x54\xb5\x52\xe8\xb1\x6a\xa1\x32\x40\xb4\xcf\x1b\xa6\x48\x95\xc4\xb8\x9c\x91\x43\xa4\x87\xcb\x82\xb4\x6e\x82\xe1\xa2\xe5\x1a\x86\x70\x4d\x6e\xaf\xfa\x9a\x70\x7f\x46\xbf\x3a\x59\x54\x94\x8c\x57\x6d\x13\xbd\x8f\x5b\xa6\x72\x15\x0f\x82\x00\x25\x57\x52\x17\xaa\x57\x1c\x92\xfa\xaf\xca\x90\xff\x27\x7d\xe6\x3d\x20\xcf\x93\xb1\x5c\x23\x65\x66\xf9\x94\xd2\xb5\xea\x28\xc5\xd3\x42\x8b\xca\xa6\xf8\x96\xeb\xa1\x9a\xa1\xf8\x9c\x11\xa3\xd4\x2b\xbe\x26\x07\x28\x97\x28\xbe\xc6\xbe\x57\x0c\x28\x27\x80\x68\x8a\x35\x8a\x1f\xa1\x4e\xf9\x88\xe2\xf5\x2a\xb4\x7c\x81\xe2\xa4\xf7\x73\x99\x56\xc1\x75\x65\x49\xbf\x2a\x96\x95\x46\xa9\xca\x35\x83\x85\x39\xca\x43\x1a\x75\xce\x2b\x65\x96\xa6\x24\x63\x96\xe2\x9c\x66\x41\xf2\x5f\x8a\x5a\xf5\xf5\xd8\x67\xf2\x6f\x6a\x13\x88\x29\x6f\x57\x83\x42\x47\xe4\x9e\xaa\x7d\xab\xe4\xb2\x2e\x95\xaf\xf7\x6f\x59\x88\xb2\xd2\x55\x25\xdd\xa3\x00\x4a\x46\x95\x26\xfd\xb5\xc2\xa9\xca\x89\x7a\x47\xce\x49\x45\xa3\x7e\x4d\xfa\x4f\xc5\x62\xdd\xe9\xe4\x09\xf2\x4e\x5d\x69\xec\x1b\x79\x99\xf6\x14\x48\x25\x9f\xaa\xf5\x0d\x3d\x2d\x6b\xd4\x94\xac\xda\x22\x5b\xae\xae\xf2\x09\x94\xee\x57\xf9\xba\x8e\x48\xeb\x14\xaf\x8b\xef\x76\x78\x57\xbd\xcc\xb7\xb7\x25\xd4\x6e\xcd\x7a\xd7\x52\xdf\x60\x4c\xbd\xdb\x6c\x87\xda\x13\xda\x1d\xbb\x11\x0f\xa3\xb3\x6d\xfb\x30\xd8\xd5\xfd\xd6\x7e\x42\x64\xd0\x7a\x33\x8c\x02\x5f\x59\x60\xf4\x62\xec\xf4\x38\xa1\x3b\xc7\x75\x5f\x46\xd0\x48\x04\xeb\x8a\x0f\xb5\xbd\xad\x9d\x9e\xcf\x6e\xf5\xaa\x1f\xc9\xba\xea\xac\x81\xd4\xa5\x9e\x6a\x1a\x82\x87\x27\x98\xed\x0f\x50\x39\xd1\xe9\x8d\x5f\xb1\xbd\xab\x47\x2c\x9f\x89\x31\x41\x9b\x4d\xe7\xa9\x3e\x2b\x11\x86\x2e\x66\x88\xc7\x7d\x1d\x9a\x5b\xb8\xcc\xaa\x09\x16\x98\x8a\x5b\x5b\x77\xd6\x57\xe5\x17\x3b\xff\x80\x2f\x65\x6d\x6c\x2e\x81\xd5\xa7\x6e\x70\x6c\x45\xfc\x4e\xe0\xdb\xfe\x43\xbf\x8a\x8e\x6e\x0c\xc6\x2f\x5d\x3d\x68\x49\x22\x09\x83\xf6\x98\x82\x68\x2b\x57\x72\x0d\xf3\x98\x63\x1e\xbf\xb5\x6f\xb8\xa7\x97\xed\x55\x9f\x15\x1c\x2e\x5e\xed\x2c\x80\x2d\xcc\x1b\x6b\x3a\x85\x88\xcd\xaa\x71\x64\xa3\x28\xa9\x68\xdb\x28\xe6\x5e\x42\x56\x63\x32\x5e\x11\xbd\xcc\x62\x25\x41\x57\x77\x98\x4e\xff\x9f\x00\xb8\x00\x68\x32\x51\x00\x00\x6c\xfb\xec\x96\x1e\x08\x48\x83\x20\xdd\xdd\x0d\x83\xb1\xee\xee\xfd\xeb\xfe\x63\xc9\x68\x10\x04\x1b\x0b\xbb\x15\x3d\xdb\xb3\xbb\xbb\xbb\xcf\x6e\xdf\x27\xe2\x84\xed\x75\x3e\x90\x36\x07\x2e\xb2\x3f\x91\x3f\x41\xa5\x59\x5f\xa9\x33\xdd\xc7\x22\x1f\x75\x5b\xcb\xd7\x77\x7c\x63\x8c\x28\x96\xb7\xaf\x60\x7e\xc8\x7b\xd4\x56\xca\x7e\x9e\x35\xaa\xe5\x3d\x6f\x74\xca\xdf\x66\x48\x50\x1b\xff\xc2\xf5\x49\x74\x36\xda\xd6\x58\x2e\x15\x85\x9d\x71\x38\xe4\xb9\x81\x27\x6c\x9b\x54\x11\x28\xb3\xe5\xae\x76\xac\x3b\x09\x99\xa2\xff\x53\x3e\xab\xed\x07\xb7\xa8\xe8\x43\xeb\x6a\xde\xd3\x3c\xa0\x85\x24\x68\xce\x5c\xd3\x3c\x4b\x84\x4e\xd9\xe3\xba\x24\xc9\x8e\xdf\xd7\x48\x97\xd5\x47\x2b\x1d\x77\xe4\xd6\xb0\xbb\xf6\x64\xe5\xdf\xc0\x6f\x56\x58\x63\x44\x1d\x42\xee\xea\xee\xb9\xaf\x83\x33\x8c\xa5\x65\x61\xcd\x5f\xa4\xa9\x45\x25\x4d\xd7\x65\xbc\xbc\xff\xb9\xf6\x01\xbd\x99\x15\x8d\x6b\xe4\xb7\x53\xb4\x4e\x9b\x32\x2d\xbe\xcf\x51\xae\xda\x11\xad\xb0\xfd\xd5\x64\x84\xff\xcf\x0a\x6a\xff\xcc\x2e\x47\x3e\xea\x77\xfb\xc6\xc1\x88\x31\xc7\xa3\x08\x9a\x66\xba\x5e\xba\xde\xa5\xd6\x70\x0b\xef\x34\x2a\xb5\x53\x72\x37\x3a\xcd\xda\xed\x99\xee\x0e\x8b\x8e\x95\x82\xb1\x5b\xf4\xa1\xf1\x4e\x9b\xde\x30\x34\x5a\x6f\xa5\x18\xae\x87\x87\x5b\xa6\x19\xcf\xcd\x6e\x81\x77\x9a\xb6\xfb\x36\x41\x46\x73\x9d\xc7\x7a\x30\xc7\xfc\xb9\x94\xed\xd4\x82\xd9\x85\x3a\x87\x05\x14\xe4\x96\xda\x97\x81\xad\x19\x47\x6d\xff\x80\xbb\x53\x22\xac\xd7\xc0\xb7\xf1\x32\xcb\x17\xc8\x2b\xda\x60\x19\x0f\xe5\x86\x97\xc0\x6f\x20\xda\xec\x63\xd0\x61\x88\xeb\x7b\x1e\xdc\x0b\x45\x7b\x7c\x31\x6f\x00\x5f\x97\x8e\x70\xb4\x23\xd7\x0b\xb3\xec\xab\x91\xb3\xb9\x01\xb6\x4b\xc8\x9e\x8c\x35\xd6\xcf\xc8\x40\x8a\x87\x75\x06\x32\x3f\x5e\x64\xc9\x47\x4c\xd1\x10\x22\x41\x30\xe1\x24\x98\x81\x4c\x9b\xfd\x1c\x2a\x87\x37\xfb\xbe\x05\x49\xf0\x64\xcf\x09\x66\x0e\x44\x2e\x19\xb0\x1f\xb6\x3d\x2a\x1c\x63\x7b\x60\xdb\x91\x3b\xc6\x36\xd5\xa6\xce\x58\x6c\x8d\xb1\xa5\xa4\x4c\xb4\x54\x59\xbf\xc6\xab\x91\x0e\xeb\x92\xe8\xf9\xf0\x39\xeb\xdc\x70\x18\x3a\x6b\xe9\x09\xf2\x02\x8f\x20\xd7\xfd\xbc\xcc\xaf\xe0\x6b\x9e\xc1\xe6\x69\xd0\x9e\x62\xfb\xe2\xae\xfa\xf8\x7c\xf5\x42\x7e\xc3\x87\x6c\xf7\xbe\x3c\xfc\xb1\xb4\x86\xf9\xe9\xa4\xd3\x89\xda\xee\x99\x34\xaf\xb9\x7d\x9d\x87\x99\xab\x22\xb5\xed\x25\x5c\x65\x48\x58\x4b\x97\x70\x9d\x7f\x9b\xeb\x9e\x6c\xb4\xf7\x3a\xe7\x44\x25\xd6\x6d\xba\x2d\x59\x7b\xb6\x98\xb7\x88\xdd\x50\x9e\x4f\x5b\x80\xc6\xdd\xcf\x1e\xd5\x9b\x4f\x74\xa4\x55\xf4\x54\x51\x08\x89\x9a\x79\xe9\x74\xd5\xdc\x25\x1d\x7f\x58\x97\x23\x6d\x6d\xbd\x3c\x49\x48\x4a\xf3\x1f\x11\xc3\x7f\xb5\x0b\x23\x93\x7b\x1f\x75\x2c\x53\x9a\xdd\xe2\xad\xf7\xb4\xfd\xc5\xb9\x0b\x13\x71\xdd\xf9\x59\x7d\xa9\xc4\x21\x59\xaf\xe6\x67\x91\xcd\x69\xe9\xdd\x04\x9a\x5f\xa2\xa4\x0b\xcf\x9c\x30\x77\x71\xc7\x1c\x4e\x56\x64\x73\xeb\x3d\xfe\xda\x90\xa2\x66\xac\x98\xe8\xbf\xaf\xf1\x30\x10\xe6\xfd\xc8\x11\xa8\xfc\xe0\x86\xb6\xea\xb4\xe7\x8a\x3d\x7b\x57\x91\x73\xf2\xc7\xf6\xbc\xa7\x56\x65\x6d\xea\x8e\xa7\x2b\xd2\xa6\x74\x29\x98\xcf\x12\xd1\x1d\x3d\x9c\xf6\xb9\x5d\x6d\x2d\x7c\x55\xe4\xbc\x16\xba\xc8\x19\x42\x6a\xfa\x9f\xf4\x1f\xff\x67\xce\x16\xc5\x34\x1f\x2f\xbb\x97\x9a\xe2\xd6\x65\x59\xa2\xdb\x5f\xd4\xd3\xc3\xa7\xdf\xcf\x5b\x3c\xef\x3a\xf3\x5a\x56\x59\x57\x0e\xfb\x42\xea\x91\x8e\x85\xdc\x4f\x89\xbe\x6d\x77\x04\x45\x73\x95\x2d\x1f\x44\xe7\x22\x5b\x9b\x9e\x4a\xb5\x21\x40\xe3\x6a\x39\x29\x60\xba\xa3\x4a\x55\xe9\x83\xb5\x8d\xd6\x06\xb9\xdd\x43\x76\x1b\x26\x14\x65\xcc\xc3\x71\x87\xe7\x25\x76\xde\xe6\xf5\x67\xbe\xee\x20\x08\xaa\x53\xb5\x6d\xe7\x45\xbe\x09\x6f\x5a\x23\x25\x6e\x73\xf1\xcd\x64\x59\x6a\x64\x93\x4b\x26\xd7\x84\x38\x9d\xb5\xaa\x91\x01\xf9\x76\x2f\x4d\xa7\x4f\x9f\x75\x88\xee\xb3\x7b\x3c\x7c\xd3\x48\x28\xac\xef\x10\x4a\x56\xe5\x6e\x68\x9f\x21\x7d\x98\xb9\xa6\x75\x37\x80\x4a\x2d\x6d\xa9\x92\x4b\x12\x2e\x37\x5d\x54\x3c\x98\x4b\x74\xa5\xa8\x24\x91\x6b\x9c\x16\xcd\xf8\x90\x93\xf6\x66\xed\xd3\x80\x01\xab\x51\xbf\x0b\x35\x09\x59\x62\xcc\x77\xdf\x0c\x6d\x31\xdd\x2e\x0c\x6a\xfd\xa0\xd6\xe6\xaa\x5a\x36\x6a\xe6\x66\x6a\x9b\x01\xcd\x8b\xd4\xa8\xa6\x10\xed\xa6\x84\xe3\x8d\x67\x74\xae\xb9\x6c\x27\x47\xaf\x8c\x3c\x63\x7f\x69\x60\x84\x8e\xb5\x79\x1a\x4d\x81\xa3\x2c\xb1\x26\x3b\x4a\x0e\x77\x98\x13\x3d\xfc\xc1\xeb\xe6\x37\x85\x1e\xcd\xd7\x4d\x3f\x72\xd3\x9b\x56\x9a\x13\x33\xa3\x5d\xa0\x59\x96\xf2\xb9\xb1\xcc\xbc\x2b\x61\x99\x73\x1c\x38\x76\x6e\x83\xfd\x22\xd8\x10\x79\xc5\x66\x05\x17\x87\xce\xb5\x3c\x07\x9f\x05\x96\x22\x89\xd0\x0c\xd4\x3e\xe8\x2c\xf8\xc1\x83\x05\x96\x80\x67\x0b\x0e\x37\x3d\x87\x85\xb9\x13\x5d\xfb\x60\x79\xe6\xb4\xc6\xe5\xb0\x3c\xe5\x91\x53\x01\x23\x09\x3d\x8e\x74\x78\xfe\x5c\x9c\x7d\x26\xdc\x1f\x79\xdf\x7a\x0f\x5e\x14\x5a\x6a\xa9\x87\xad\x81\x62\x78\x2f\x5c\x89\xba\x0b\x09\xa1\x13\x1e\x1a\x70\x22\x14\x51\x20\x6f\x9a\x6c\xc5\xe7\x3c\x6c\x7c\x65\x4d\xce\x1c\xe2\xbc\x62\x9d\x90\x72\xcb\xb1\xca\xf2\x29\xa1\xd7\x2e\xb3\xdc\x9a\xcb\xb6\x61\x2d\xeb\x23\xbf\x58\xe7\x5a\xf8\xa1\x42\x64\x8f\x65\x48\x60\x1f\x1c\x8f\x48\x7d\x87\x81\x3f\xe1\x1e\x8f\x6e\xf3\x56\x68\xc7\x82\x1c\xc2\xac\x2a\x4a\x7b\x08\xf1\x6e\xed\x7c\xdb\x53\xf2\xd6\xfa\xa3\x86\xff\x51\x2f\xe0\xe6\x48\x57\x32\x02\x88\xbb\x98\xff\xb2\xfa\xa8\x78\xac\x0f\x17\xcf\x0c\x2b\xcd\x12\xf4\x70\x31\x69\x17\x25\x63\x85\x6d\x91\x87\x80\x97\xd2\xe7\x28\x8d\x3a\x56\x69\xeb\xcb\xc6\x85\xd7\xfe\x6e\x23\x11\xa6\xd6\xbf\xb7\x85\x91\x66\x62\x6f\xea\x19\x14\x0a\xe1\xb3\xd4\x9b\xf6\x80\x12\xc5\x2c\x65\x5a\xe8\xb6\x86\x41\x8e\x8c\x3d\xa6\xe4\x3b\xff\x32\xef\x6e\x5a\xb3\x18\x10\x1d\x8c\x5c\x0a\x28\x65\x7b\x51\x7c\xd5\x13\xd5\x90\xde\xa4\x86\x64\xcc\x3f\xad\x8d\xb8\x02\x9c\xd4\xca\x22\x68\x88\xd3\x75\x3b\x49\xff\x91\x1f\x48\x1a\xa9\xf3\x69\xe7\x19\xe7\x19\x5c\xe6\x9d\x86\x6a\xb6\x89\x3b\xb5\x64\x3d\x7f\x94\xa0\x31\xad\x52\x74\x41\xe2\x16\x69\x90\x7d\x05\xf6\xa2\x78\x2a\x8b\x6a\x65\x8f\x00\xdd\x44\x9e\xdb\xfc\xbc\xfe\x03\x95\x89\xbc\xc0\xea\xe8\x2e\xad\x98\x10\xcb\xbc\x26\x96\x92\x7d\x39\x39\xf4\x87\xb4\x0c\xde\x7e\x4c\x1b\xb3\x5f\x48\x2a\x89\xe4\x32\x25\xb3\x52\x1f\x09\x2d\xc0\x90\x48\x8c\xf4\x85\xe2\x2f\xaa\x51\xb9\x4e\x93\x34\xcf\x55\x3d\x89\x3d\xb3\xa9\xa8\x76\x13\xe7\x2c\xdc\x5c\x2f\xe7\xe9\x35\xd9\x58\x40\x10\x27\x02\x08\x2b\x45\x63\xe9\xff\xa3\x4c\x15\x3f\xaf\xbf\x4b\x3f\x2c\x7d\x54\xbc\x98\x7d\x11\xf8\x91\xda\x28\x48\x54\xfa\x47\x16\x48\xae\xaa\x65\xa8\x93\x8a\x93\xda\x0f\x9d\xe7\xca\xff\x11\x83\x8d\xff\x56\xf5\x49\x96\x43\xe9\xb5\x8b\xa5\x87\xd5\xa8\xfa\xbb\xb2\x07\x42\x13\xae\x56\xee\x41\x4b\x22\x8d\x56\x54\xd7\x27\xd0\x86\x28\x17\x14\xcf\x62\x61\x54\x3f\x53\x73\x79\x7f\x35\xec\xc8\x7c\xf1\x55\xed\x27\xdf\x99\xf2\xbf\xfa\x81\x76\xb8\x58\xaf\x27\x3a\xfa\xca\xb6\xe8\x97\x99\x33\xaa\xa6\xe8\x1f\x29\x71\xb5\x2b\x0d\xee\xfc\x1f\x18\x99\x81\x48\xf9\x8b\x37\x18\x7a\xea\x2a\xc8\x67\x0d\xd7\x8b\x1a\x19\x3a\xa3\x67\xea\x28\xae\xda\x88\x89\xc4\x8b\x06\x8c\x5b\x7c\x11\x79\x80\xc9\xbf\x35\x33\xff\x8b\xe3\xae\x6d\x71\xb1\xd5\x11\x65\x04\xcb\xd3\xed\x2a\xf9\xf9\x6a\x77\xdb\x20\x6f\x45\x5d\xa4\xf5\x2f\xf9\x0d\x16\xb2\x46\xa1\x11\x92\xaf\xa5\xaa\x68\x1c\xdd\x0d\x21\xa6\x5c\xe1\x90\xe1\xea\x48\xa1\xf0\x31\x84\xf7\x7d\x00\x0c\x80\xe2\xe6\x33\xb9\xd0\xbc\xa5\xd6\x94\xc2\x8c\xae\x04\x43\x4c\x69\x60\xc7\x20\xb0\xb4\x32\xb6\x7d\x3a\x77\x7e\xad\xa1\x95\x46\x9e\xd5\x30\xb2\xb9\xad\xf6\x27\xe1\x9a\x6b\x51\xe1\x51\xda\x74\xa7\x36\xe5\x21\xbb\xd9\x1e\x1d\xb9\x4a\x88\xb7\xdc\xf0\xcb\x00\x04\xb0\xaa\xb9\x24\x67\xe3\x02\xa7\x65\x4b\x81\xb0\xf7\x98\xfe\x40\x09\xa1\xe7\x3e\x90\x56\xa1\x99\x77\x99\x9b\x59\x73\xb5\x73\x0b\xe9\x31\x46\xd8\x2e\xac\xbd\x47\xa8\x6a\xf9\x51\x78\x88\xba\xb6\x29\x27\x75\x14\x7b\xae\x93\x16\x79\x51\x88\xb2\x61\xfd\xa4\x40\x25\x92\xd4\xf4\x3b\x67\xe6\x52\xd8\x42\xcc\x3f\xb3\x58\xaf\x87\x8a\xf7\x2c\xcc\x00\x46\x95\xdf\xeb\xbd\xcf\x9d\x51\x93\xd7\x43\x21\x9d\xab\x7f\xdc\xb5\xbd\xf6\x2e\xfe\x62\xfb\xd9\xc2\x0b\xd4\xdc\x96\xe6\xd4\x24\xd6\x45\xd7\xec\xa8\x89\x82\x2b\x76\xad\xdf\x76\xc0\x1b\x59\xde\x63\x23\x41\x55\xcc\xe6\x9b\x94\x09\xb5\x4b\x90\xdb\xd4\x5d\xf5\xa7\xb4\xa5\xf4\x05\xb8\x38\x71\x06\x73\x27\x71\x2f\x7d\x3d\xfb\x0f\x95\x86\xa1\xf3\x1a\x99\x89\xc5\xaf\x84\x0e\x2e\x3b\xf5\x94\x64\xbf\x70\x5d\x64\x81\xbc\x41\xe6\x83\x02\xd4\x38\xe5\xe5\xee\x25\x84\xce\xda\x37\xcd\x6e\xa4\x92\xfa\x07\x48\x28\x25\x10\x7b\x5c\xb3\x91\x16\x47\x78\x21\xda\xc9\xd0\x51\x82\xe9\x29\xac\x37\x74\x04\x33\x8c\xbb\x92\x3d\xbe\x78\xa5\xe0\x04\xef\x49\xea\x3c\x49\xb8\xe8\x6a\x64\x14\xf0\x54\xf6\x1a\x25\x56\x4f\x54\x15\xcf\x5b\x83\x1b\xc0\x74\x37\x95\x10\x1c\xb8\x12\x58\x4c\x6a\x21\xbc\xd2\x8c\xa7\x9c\x22\x1f\x15\x45\xd2\x93\x69\xff\xd0\x8e\x32\xaf\x31\xcf\xd5\x2f\xe5\xec\xe2\x8e\x2f\xa6\xf0\xff\x0a\x5c\xa9\x0c\xb1\x4b\x12\x1a\x39\x03\xe0\x02\x2f\x50\x5a\xd5\x46\xd5\x9b\xce\x9b\x98\x49\xa4\x8f\x8d\x6b\xb1\x59\xd4\x08\x68\x28\x7e\x1e\xbd\x41\x75\x9e\xe4\xc6\x5c\x25\xf4\xa5\x9c\xe1\x4c\xa3\x3e\xa2\xef\xe0\xf5\xd5\xbd\x60\x3d\x15\xe6\x16\x3d\xe2\x71\x24\xee\xa9\xa3\x45\x05\xc0\xb8\x88\x5f\x32\x8a\x32\x10\xb5\x5a\x79\x43\xa3\xed\x18\x53\xbb\x88\xb5\xcd\x39\xb5\x7e\x32\x47\x69\xee\x6f\x58\xc5\x8b\x54\x2e\xc3\x73\xf8\xaf\x05\x01\x24\x92\xf0\x38\x75\x3c\xb5\x53\xbc\xb5\x2e\x95\x39\x5e\xba\xbb\x88\xca\xb9\x05\x3c\x49\xd9\x2c\xf8\xab\xf4\x8f\x78\x2b\x45\xab\x9b\x51\x4f\x15\x7f\x74\x61\x6d\xe8\x2a\x92\xe8\xb7\xbd\xad\x76\xb2\x24\xc2\x54\x55\xf7\x54\x5a\xaf\x30\x35\x3c\x92\x19\xf8\x73\x09\xd3\x80\x03\x94\x0c\x72\xab\x62\x24\xba\x93\x5e\xa5\xa4\x16\x3e\x61\xb3\x54\xd7\x52\x04\xfc\xd3\x9a\x86\x88\xd7\x12\xac\x6e\xb8\x6f\xb4\x22\x49\x7f\xb5\xc5\xa3\x2c\x44\xd7\x68\x35\x57\x46\xe8\x5e\x1b\x24\x35\x18\x7d\x3e\x70\xa1\x6e\xa3\xde\xc6\x1d\xc4\xa6\xeb\x6f\x91\x27\x13\xa7\x18\x42\x6b\x77\x51\x83\x0d\xa6\x42\x22\xb3\xd5\x70\x3b\x25\x8f\x57\x60\x8c\x8f\x9c\x22\x0e\x31\x6e\xf6\xdd\x26\xaf\x35\x15\xba\x7e\x16\xad\xb0\x5f\x45\x56\x94\xfe\xb1\x67\xeb\x2e\x54\x1a\x6c\xcb\x65\x84\x5a\x7f\xeb\x57\x8e\xa2\xfe\xb7\xb5\x8a\x34\x16\xef\x6d\x99\x57\xf3\x85\xac\x47\x2e\x14\x3c\x64\xcc\x81\x7f\xa5\x4c\xe1\x46\xc2\x13\x23\xc3\x45\x24\x28\xc7\xcf\x03\xb8\x00\x82\x8d\xda\x02\x54\x17\x19\x4e\x28\xde\xd8\x39\x45\xab\x2d\x67\xb5\x6f\x90\xce\xa9\x4e\x6e\xf3\x61\x4b\xea\x8a\x5b\x20\x62\x3e\xb6\xb7\xe9\x4c\x0d\x40\x9a\xdb\xf8\xa3\xa0\x9f\x1e\xec\xf8\x9e\x12\xce\xc1\xda\x2e\x44\xb2\x85\xe7\x2c\xfd\x7e\x1a\xa0\x19\x16\x3b\x3f\xe6\x17\xf6\xc5\x41\x9b\x8b\x6e\xcd\xb7\x6b\x87\x96\x2d\xe8\xde\x2b\x39\x59\x65\xec\x3a\xce\xf6\x41\x2f\xea\xd8\x47\x1c\xd7\xf0\xb7\xad\xbb\xa6\x9e\x38\xd0\x92\x5f\xb0\x88\xb6\xc7\xb5\x25\xa5\x84\xfd\xcb\xf1\x31\xb2\x55\xd8\x66\x73\xf7\x1b\x00\x44\x48\xa8\x73\x69\xde\xc0\x12\x14\x44\x2c\x4a\x5e\x14\xaa\xd9\x53\xfa\x6d\xc1\x18\x49\x47\xe5\xfd\xf9\x47\x58\xdf\xd0\x63\xbb\x49\x84\xef\x0d\xb2\xce\x8b\x35\x04\x62\x48\xfb\xe4\x82\x2d\xb4\x8a\xe6\xaf\x29\x1a\x76\x6f\xe3\xfa\xc8\xd3\xc2\x3c\x7b\xbc\xdf\x0b\x20\x1e\xe9\xec\x5c\x46\x1d\x5e\x25\x6c\x24\xd1\xa8\xb5\x03\x60\x3f\xfd\x79\xfd\x59\x15\x96\xd9\x81\x8b\x13\xf4\xb1\x0d\xc4\xbd\x54\x2a\xb7\x97\x4a\xad\x13\xf1\xbf\x31\x53\x8a\xb0\xa2\xdd\x5c\x76\x4a\xaf\x74\x50\x38\x18\x61\x51\x4c\x95\xa5\xa0\x92\xd5\xe7\x54\x63\x3a\xce\x91\xbd\x6b\xef\x3a\x97\x52\x06\xea\x2f\x9a\x7f\xd0\x88\xd8\xad\xca\x63\x8c\x04\xc2\x0d\x01\x8a\x55\x4c\xf1\xa4\x7c\xe6\xb4\xd2\x95\x75\xd3\xf9\xee\xec\xe1\x45\xee\xa2\x21\xbc\xdb\x29\x5c\x69\x98\xe8\x46\x84\x52\xde\x0f\x8c\x40\xa5\xaa\x11\x95\xa6\xfd\x23\x31\x19\x03\x38\x6e\x93\xde\xe3\x66\x99\x4b\x28\xe7\x09\xfb\x95\x31\xb4\xcb\xe4\x55\xfc\x05\xcc\xc9\xb4\xa5\x14\x2b\x1b\x64\xee\x40\x0f\xf2\x62\x38\xdf\x0b\xaf\x08\xd3\x05\x86\x94\x14\x49\x8b\x24\x28\x82\x2a\x0f\x03\x7e\xa1\x4a\xd4\xa1\x6a\xf7\x36\x1f\xec\x16\xd2\x56\x7b\x36\x7e\x1b\xe5\xbd\xf1\x25\xf1\x0e\xdd\x4f\x31\x9c\x12\xcc\x94\xf0\xfa\x68\x1b\xd8\x0f\xc9\x1b\x98\x3c\x9e\x10\x3d\x9e\xc3\x14\xfa\x15\x12\xf9\x9b\xc4\x7f\x93\x9f\x8b\xab\x80\xa1\x11\x75\x40\x88\x32\x1a\x65\x52\xe1\x34\x8b\x5a\x08\xf5\x95\xac\x6a\xeb\xc6\x86\x1e\x8e\xa7\xc1\x81\x1f\xc5\xbd\x09\x5c\x27\x5a\xf9\x7d\xdc\xc5\x94\x32\xa1\x89\x74\x9d\x5e\x23\x96\xd5\x92\x58\x5d\x52\x6b\xc1\x23\x5e\x38\x70\x30\x79\x81\x68\xb2\x72\x6a\x44\xb9\xcc\x5f\xdd\x81\x3a\xa8\xb4\xe8\x4a\x9a\xd6\xd7\x06\x88\x94\x96\x39\x75\xeb\xc5\x9b\xf4\xb1\x0d\x78\xc9\x63\xd9\x76\xfc\x44\xd9\x14\xce\x7a\xd2\x38\x80\x44\x1a\x4f\xad\x97\x6f\xaa\xd9\xc3\xb8\xab\xf4\x2a\x90\x70\x06\x55\x2b\x92\x69\x82\xfb\x9a\xf4\x88\x0a\x69\xa8\x6e\xa8\xef\x54\xc5\x5e\xfd\x7f\x8d\x50\xc5\x4f\xed\x36\x38\xa1\xfa\xbc\x2e\x46\x2b\x45\x9f\xd1\x2d\x93\x7a\x60\x1e\xeb\xde\xb2\x73\xf1\x59\xfa\x1a\xc2\x0b\xd2\x03\xfd\x96\xea\x27\xb4\x03\x06\xef\xfc\xb7\xac\x97\x86\xd6\xe4\x4c\x3e\xd1\x38\x22\xc2\x20\xfe\x66\x5c\xec\x3b\x4f\x7e\xdd\x84\x76\x38\x4b\x0d\xb6\x13\xa0\xae\x62\x99\xad\x52\xfd\xa6\xfa\xad\xf5\xa4\x78\x6b\x1d\xc9\x1a\xc9\x1a\x8d\x1d\x6b\x99\x8f\x7f\x4d\xf8\x84\x7c\xa9\x8e\xa0\xa2\x90\xd2\x7c\x1d\xd3\x05\x77\x24\xcf\xe4\xe5\x42\x47\x22\x16\x88\x43\x21\x0f\xdf\xdf\xf2\x6a\x50\x6b\xfb\x5e\xf4\xa4\xd3\xcd\x3c\xa4\xac\xa2\xfd\x89\xaa\xa9\xf2\x46\xdb\x42\x91\xa3\x16\x68\xf5\x65\x4e\xc1\x54\x35\xf7\xe1\xe7\xe0\xc5\x4d\xc3\xab\xd6\x91\xcf\x37\x56\xe4\x67\x32\x20\x87\x30\x39\x92\x2b\xb1\x71\x22\x6e\x8a\xe6\x5b\x68\x7e\x14\xf9\x48\xb8\xc1\x26\x2c\x1a\x37\xff\xaa\xc9\x58\xaa\xee\xc9\x51\x8d\xaf\x9c\x38\xaf\x5d\x34\xab\x66\x6b\xe7\x66\xc6\xfe\xfa\x25\xed\x87\x71\x5f\x70\x17\x5a\x77\x57\x35\x93\xf3\x9b\x1d\xf9\x49\x8c\x29\x2e\xf7\xe4\x22\xee\x54\x87\x21\xe2\x8f\xa8\xc1\x7a\xc6\xaf\x0d\xb8\x8f\x4c\xb2\x4d\x2f\xe4\x2c\xda\x6c\x0a\x2b\xb9\xb4\xe0\xbc\x72\x5f\x05\xaf\xf7\x8c\xf0\x79\xcd\xd4\x9e\x45\x8c\xf9\xf5\x23\xe7\xd5\xe0\x9e\xe0\x32\x3b\x5e\x54\xb5\x91\xf6\xb7\x95\xe4\x57\xd2\x17\x37\x63\x92\x35\x9c\xf5\x8d\x31\x91\x89\xa2\x31\xb6\xa7\x7e\x17\x80\x65\x88\xce\x75\x87\x79\xa7\xaa\x07\xf1\x61\x7d\xaf\x3d\xa1\x7d\xc2\x49\xaf\x7f\x2e\x4d\xe0\xee\xc5\x25\xb1\xa7\xf0\x79\xc4\xed\x04\x8d\x30\x95\x5a\x57\x1d\x2b\xce\x63\xce\xc9\x7b\x2e\x6d\xe1\xa2\x13\x6f\xca\xa3\x85\xdb\xc3\xd6\xaa\xa6\xc8\x2a\x7d\xe8\xda\x12\x55\x9e\x6b\x3a\x23\xa8\xf6\x29\xac\x60\xb2\xea\x2f\x6b\xf1\xac\xb3\xd8\x6d\x92\x1d\x1c\x39\x61\x3f\x6b\x11\x2f\x9f\xfc\x91\xe0\x2e\x48\xa7\x57\x55\x3d\x10\x89\x59\x0f\xf2\x56\x4b\x1e\xf2\x76\x25\xae\x03\x06\x44\x87\xc3\xfa\x95\xab\x81\xf1\x3e\x7c\xed\x30\xd5\xaa\xc6\x5c\x9a\x04\xd3\x00\x1d\xa1\x5f\xc4\x8d\xd6\x9c\x60\x12\x09\x03\x92\x38\x76\x00\x59\xca\x0a\xe7\xba\xd3\xe8\xf8\x6d\xfc\x24\xa6\xa6\xaa\x5d\xd8\xca\x39\x9c\xc7\x91\x84\x0b\xca\x12\x11\xc0\x4d\x32\x22\xac\x4f\x99\x00\xfc\xf0\xd1\x6b\x36\xa8\x53\x1d\x03\xe4\x91\xa4\x34\x10\x4d\x59\x4b\x01\xd4\x20\x4d\x43\x5b\x2a\xf6\x61\x34\x31\xbe\x32\x73\x59\x67\xd9\x72\xdc\x7f\xdc\x04\xde\xe8\xca\x2f\xfc\xcb\x82\xa3\xb9\xff\x89\x76\x88\x77\x25\x66\x4b\x9f\xca\xce\x85\xb5\x2a\xb2\x94\x3e\x3e\xdb\xd5\xaf\x35\xdb\xec\x11\xf8\x8d\xcc\x01\xd3\x7f\xc4\x0e\x36\x47\x95\x46\xee\xe7\xa2\x84\xbf\xa8\xbf\x79\xef\x19\x85\x0c\x58\xf0\x18\xe7\xc3\x8e\x11\x3d\xab\x2c\xe5\xcd\x90\x4e\xcc\x05\x85\x19\x00\x2d\x71\x82\x64\xa3\xe2\x4a\x58\x9f\x3c\x47\xad\x46\x0d\x57\xa3\x74\x38\x6b\x57\x03\x20\xd4\x1b\x9d\xb8\xa5\xa2\x6d\xca\x61\x84\xcf\xe2\x67\x82\xc7\xe4\x16\x69\x14\xbd\x8e\x56\x2f\x6b\xc7\x56\x33\xf3\x81\x9f\x15\x6b\x38\x3c\x85\x39\xd7\x93\x7f\x55\x15\x9e\xf0\x48\x6c\x55\xbf\x0a\x5b\x0b\x94\x6b\x6f\xa2\x68\x2a\xb4\xfe\x0f\x52\x8f\x6e\xd1\xc4\xe8\x6d\x98\x11\x9a\x03\xf2\x0c\xec\x0a\x6d\x36\xbf\x81\xd0\xac\xdd\x4a\x1b\x41\x5e\xae\x4b\x6a\xc8\xa1\x3d\xd3\xed\x2e\x7f\xc8\xa2\xea\x8b\x72\x16\xf3\xa6\xeb\x1f\x24\xfc\x2b\x1a\x63\x70\x85\x5d\x97\xf9\x1a\x71\xa8\x1b\x4a\xa9\xa9\x18\xe2\x54\x47\x5a\x0e\x6b\xcf\xa0\x87\x58\x58\xb2\xed\xf5\xdf\x91\xdf\xdc\x3f\xb8\x40\xa4\x99\x72\x87\x68\x44\x82\x30\x75\xd4\x31\xf0\xc6\xf2\x38\xc6\x69\x38\x2e\x27\x8d\xb3\x07\x5a\x97\xb0\x51\xf0\x1a\xf2\x0b\xfb\x23\x2d\x06\xb7\xf8\xe6\x2a\xee\x80\x68\x70\x4a\xc5\xe6\xb6\x45\x1a\x4b\xf5\xb6\x56\x97\xd4\x88\xbe\xd3\x42\xe3\xbc\x6b\x88\x6f\xf6\x22\x7f\xc3\xef\x73\x9d\xaa\x5f\x46\x36\x37\xf2\xca\x76\xd1\xf5\x8e\xff\x72\x86\xb0\xd7\xd8\xf3\x12\x06\x05\x3e\x56\x67\x78\xbc\x64\x07\x72\xd6\x77\x89\xc2\x02\xcf\x34\xf3\xcb\xef\x75\xbb\xa9\xff\x54\xdd\xef\xda\x24\x9d\x80\xfe\x5f\x67\x18\xa7\x19\x23\x69\x87\xc8\x6b\xf0\x23\x5a\x8f\xd7\xf3\x49\xb7\x9b\xff\x94\xf5\xd0\x5e\x36\x4d\xca\xfe\xc1\x8e\x73\xde\x48\x38\xc3\x3f\x60\x77\x84\xd7\x4b\xa4\xd6\x08\xdf\x0b\x8a\x7a\xf8\x98\xe9\x63\x79\x76\xdf\x6e\xf5\xd2\xaa\xe4\xde\x49\x92\x33\xb5\x84\x9e\x1c\x0e\xa9\xfe\xdf\x79\xe5\x64\x1b\x8e\xd9\x99\x5a\x8f\x25\xe5\xb5\x4f\x2f\xeb\xa1\xd1\x5a\xfe\xc9\x99\xc2\xda\xd5\x34\x21\xe1\x2f\xbf\xc1\x19\x17\xee\x92\x78\xd9\x72\xfc\x26\x2b\x26\x23\xa9\x88\x88\xdf\x54\xb5\x5f\x9f\x25\xc0\xd6\x3e\x01\xac\x42\x52\xfd\x0f\x9e\x59\x64\xc5\xa5\x51\xc7\x88\xaf\x12\x37\x61\x82\xa4\xc5\xd4\xd2\xb2\x65\xb2\x37\xcc\xe0\xec\x61\xf2\xfb\xdc\x82\xb8\x23\xaa\xe9\xc2\x75\x21\x66\x8d\x5e\x86\xf5\xce\xd3\x47\xaa\x98\xf0\x69\xee\xc9\xda\x07\xba\x55\xbc\x73\xf5\x47\x65\x7f\x05\x23\xb0\x0b\xb9\x7f\x84\xd5\x84\x25\x94\x0e\xd1\x61\xf2\xa5\xfa\x83\x12\x22\x3d\xb2\xac\x42\x16\xc4\x3a\x9c\x75\x54\x9e\xc6\xeb\x8e\x5b\xa0\xec\x12\xad\x0d\xd1\x6a\x3c\x81\x91\xde\xc5\xba\x37\xaa\x1d\xb0\x2f\x67\x34\x26\x4c\x37\x8a\x9b\x8b\x3d\x27\x13\xf3\x56\x13\xf8\x5c\x95\x60\x1a\x79\x0e\xc5\x4d\xb8\x86\x16\x50\x8f\x11\x73\x98\xe9\xa5\xdf\xa4\x75\x9c\xd6\xac\x46\xa0\x59\xe0\x15\xa7\x56\x8e\x15\xdf\x0d\x91\xab\x37\x00\x4f\xbc\x71\xba\x45\xea\x4c\x50\xcd\x38\x44\x3c\xa4\xb1\xb1\x72\xc9\xdf\xa5\xee\xec\x97\x34\x7f\x4e\x2d\x77\x19\x43\x4f\xf6\xe3\x83\xac\xbf\x75\x36\x21\xc4\x5d\x54\x5a\x23\xde\x22\x10\x65\xb9\xc9\xc2\xc5\x9c\xb8\x3c\xf9\x13\x59\x7b\x88\x4a\x75\x50\xf1\xdd\xbb\x47\xfb\x48\xb3\xd6\x1c\x42\xed\x62\xec\x55\x17\xd2\x2b\x58\xf3\xc5\x5f\x99\xd1\x1c\x2c\xbb\x92\x1d\xc9\x4b\x22\x25\x73\xab\x05\xa9\xe8\xa3\xfc\x4e\x51\x75\xc9\x2e\xd1\x48\x49\x4b\xe6\xa0\x64\xbf\xec\x5b\x5c\x00\xb0\x53\x61\x0d\x69\x55\x1e\x53\x17\x79\x7f\xd4\xce\xd4\x95\x1b\x57\x92\xda\x04\x38\xe5\x1f\x8a\x59\xb8\x50\x74\x9f\x36\x5f\x74\x83\x55\xcb\xb8\x22\x89\x27\xe2\xd9\xc9\xd2\xcd\xe8\x09\xdc\xdd\x40\x5c\x49\x90\x80\x2b\xbf\x96\x49\x13\xd3\x95\xcb\xe3\xc6\xc9\x3a\xd4\xae\x90\x8d\x8a\xcb\xda\xc5\x3e\x68\x4d\x85\xfe\xa5\x7e\x03\xee\xb8\x6a\xbe\x22\x89\xf0\x45\x9d\x24\xcc\x25\x57\xaa\xf7\x32\x5e\x52\x6f\x68\x2a\x09\xe1\x8c\x46\xcd\x97\x5a\x77\x36\x45\xbb\xa8\x18\xe0\xd1\x75\x98\x8c\x9f\xc2\xe5\xfa\x90\xd8\x8f\x52\x4f\xc3\xc8\x90\x1b\xf2\x01\xe3\x10\x9f\x93\x6a\x8e\xc9\x5f\x7b\x06\x83\xc0\x8b\x80\x0e\xec\x4f\x18\xcd\xbf\x45\x58\x02\xfd\xa0\x6f\x22\xf3\xa0\x6d\x78\x7f\x1a\x09\xd2\xd4\xe4\x30\xf5\x50\x5c\xd1\x15\xce\x49\xf0\x7d\xc6\x0a\x41\x11\xb8\x39\xf6\xad\xf8\x07\x28\x0e\x1d\x05\x9c\x05\x13\x51\x11\xaa\x53\xe0\x4c\x8d\x0a\xfd\xab\xf9\xb9\xac\x1e\xb3\xbf\xe9\x27\x6f\x17\xae\xdb\xf5\x9c\xb6\x8b\x68\x6f\xbc\x84\xc3\x50\x56\x3a\x77\x56\x2f\xa7\xff\x74\x74\x16\xb1\xd9\x90\x9d\x98\xc1\xe7\x67\xd8\xc6\xc5\x3e\x17\x47\x5b\x96\x86\xc6\x01\x89\x48\x14\x0a\x51\x31\xa1\x23\x9a\xe1\xe8\xc8\xce\xb9\xd2\x97\xf5\xaf\xda\x5f\xf2\x2a\xb1\x27\xdb\xf4\x34\x1a\xe1\x58\xeb\x78\xdc\x0c\xf2\xfb\x66\x47\xb5\x9c\x8e\x6b\x1a\x5a\x54\xc2\xfa\xd4\xd8\x90\xc1\xe0\x1d\x77\x20\xb1\x3f\x44\x97\x6c\x4d\xa1\x68\xd9\x5b\x0b\x88\xda\xa6\x8a\x82\xe5\xea\x5d\xb5\xad\x3d\x5b\xa4\xcb\xea\xb3\xba\xfd\x79\x93\xb0\x7e\x5d\x02\x5a\x2c\x01\xd5\xb1\x11\xfb\x95\x5c\xde\x76\xa3\x9a\x45\x3b\xd8\xf2\xbd\xa8\x8c\xc5\x6b\x7a\x9b\xa1\xe6\x95\x37\xf6\xc7\xcd\x16\x71\x1d\x91\xa1\x16\x59\xbb\xb5\x13\xf5\x56\xf9\x00\x7e\xa7\x5b\x26\x35\x55\x7b\x01\x4f\x64\xc1\xe8\x00\xfe\x46\xd9\x57\x4c\x00\x9d\x04\xec\xc5\xe1\x70\x2b\xe4\x2b\x88\xc7\xaa\x6d\x8a\x0d\x54\x6a\xe1\x65\xe5\x3d\x66\x46\xda\x7f\x6a\x3e\x17\x1b\xa3\xd7\x86\x0b\x07\x83\x52\xf5\x63\x65\x0a\xaf\x91\xc6\x08\x95\x43\xfb\x48\xfc\x05\x3d\x0c\xc8\x93\x1c\xac\xbf\xc0\x8f\x90\x6e\xc1\xce\xa7\xdd\x91\xf5\x11\xe6\xe1\xa2\x80\x65\xe4\xe3\xd5\x3e\xf2\x0b\xf4\xc0\x42\xb3\x32\x80\x75\x20\x6d\x97\xea\x3c\xaf\x33\x86\xa7\xd9\x24\x5a\x17\x94\xa9\xdb\x08\x4c\xf1\x72\x37\xbc\x57\x9d\xd6\x7a\x88\x84\x98\x29\xb2\xf9\xe2\x06\xec\x1a\xde\x62\x09\x97\x90\x46\xab\x91\x4a\xc9\x43\xb1\x03\xb2\x3e\xea\x8f\xaa\x4d\xc0\x4b\xa6\x67\x61\xa0\x82\xc2\x51\xa6\x41\xaa\x50\xc1\xf0\x18\xb4\x26\x54\x7c\x3e\x28\x53\x97\x0f\x3c\xf6\x8a\x31\x2c\x55\x97\xaa\x11\x3e\x8e\xc8\x92\xa2\x04\x10\xb9\x89\x9b\x2e\x3c\x4f\xdd\x48\x0d\x12\xfb\x31\x26\x35\xac\x92\xb4\xb3\xfa\x2a\xaf\xca\xfc\xb8\xc5\x05\x72\xe0\x92\x20\x2c\x6d\xb2\xe2\xb2\x38\x2a\x26\x5a\x3d\x4e\xc6\x0b\xaa\xd5\xe2\x14\x4f\xbd\x4c\xfa\x87\x9a\xb5\xaa\x4a\x4e\x3c\xc3\x53\x32\x9c\xbb\x84\x79\x8f\x93\xcd\x8f\x61\xf7\x52\xb2\x04\x47\xb8\x0e\xcc\x55\x91\x86\xbf\xa8\x32\x4c\x92\x27\x3c\x95\xff\x46\x16\x2f\xf1\x4b\x3d\x2a\x57\xc8\x16\xc7\xb8\x29\x1f\x29\x72\x83\x94\x1a\x9a\x3a\xd0\xeb\xae\x7e\x86\x2e\x47\xf1\x91\x59\xc0\x4f\x10\xdd\x67\xbd\x14\xc0\x6c\x34\x67\xb3\xf0\x14\x99\xc1\x43\xc4\x59\x98\x49\x02\xb5\xe4\x6a\x85\x55\x64\x94\xa9\xf3\x25\x92\xd5\xf2\x94\x54\x04\xf0\x53\x86\xc6\x4c\x50\x1c\x51\xc7\x05\xad\x54\x8b\xb5\x3c\xef\x32\x5d\xa9\xfe\xaa\x1c\x4d\x5d\xa6\xf8\x24\xc4\xd0\x25\xca\x3e\xe6\x63\xa6\x40\x15\x4b\x0a\x64\xdb\x55\xcf\xeb\x47\x72\x4f\xa8\xb7\x95\x6f\x14\xf8\x6b\x6c\x79\x17\x45\x4b\xb5\x82\xd4\x18\x29\x55\x27\x8f\x19\x2b\x2f\xd3\xdb\x82\xee\xaa\x32\x0c\xeb\xbd\x0f\x6b\x09\xc6\x9f\x32\x88\x54\x03\x16\xf2\xcf\x51\x64\xa0\x1f\x63\x19\x6d\xa7\xf9\x05\x71\x12\x73\x9a\xf9\x62\x9d\x1f\xbb\xcb\x7c\xa4\xec\x0b\x2f\xc9\xbc\x2b\xaf\x44\x38\xd4\xbc\x3e\xe5\xa5\x64\x98\x79\x57\xcc\x68\x20\xdc\xbc\x37\x78\x92\x92\x66\xde\xe3\xe3\xa5\x19\x34\x5f\x97\xe6\x12\x82\x5d\x9e\xbc\xf5\x24\x4a\x63\x01\xbd\x87\x72\xc8\x89\x21\xc4\xd2\x33\x1d\x1a\xb4\x9c\xf9\xd8\x3e\xaf\x4c\xcc\xd9\x67\xdb\x91\xfb\x8a\x7f\xc8\xfa\x6f\xca\x2e\xd1\x6f\xcb\xa9\x98\xe1\x32\x1a\xb2\x3b\x78\xae\xe2\x28\xdc\xea\xc3\xd4\x94\x40\x32\xc9\x25\x7c\x6a\x9b\x3b\x2f\x9f\x68\x6b\xf9\x4c\x8f\x25\x7f\x6f\xde\x84\x7f\x46\x33\x35\x19\xd0\x69\xcc\x08\x57\x5c\x59\x21\xc7\xdb\xf9\x35\xf7\x02\x3f\xd6\xd1\x9b\xb2\x45\x64\xb7\x07\xc7\x4c\x95\x8d\xb0\xb6\x05\x97\x28\xb4\xc8\x35\x1f\xa7\x66\x32\xec\x27\xb1\xe3\x0c\x5d\x58\xee\x5f\xc2\xe5\x8e\x6f\xb4\xef\x64\x74\xbb\x1c\xbf\x97\x7a\xa3\xf5\x0b\x3a\x84\xe1\x6c\xa1\x95\x65\xb2\x91\xa6\x73\xb9\xd7\x79\xeb\x5c\x33\x53\x0e\x8b\x26\x38\x63\x63\xa2\xa4\xbd\xf6\x80\x60\x99\xc2\xdb\xf2\xd4\xe7\x1f\xf5\x3f\xf0\x32\x21\x51\x87\x54\xf7\xb1\x4e\xe8\xfa\xd0\x1d\xe4\x9d\xba\xdb\x18\x7b\x03\x57\x3f\x19\xb7\xa9\xea\x80\x1e\x4f\x9a\x59\xf4\xaf\xfe\x30\x75\x7d\x56\xb1\x21\x8f\xd9\x98\x70\xdd\xf0\x83\xbb\x33\xe2\xa5\xf1\xb2\x28\x28\xc0\xc7\x74\x58\xf6\xda\x43\x6d\x7e\xaa\x1e\x25\xb8\xa9\x1d\x8b\x2e\x62\xd5\x68\xf3\x30\xa3\xc9\x95\xda\x7e\xec\xd1\x86\x11\xda\x6f\x84\x3d\x55\x74\x1d\x8d\xfc\xaa\x48\xa5\x7b\x45\x2f\xc9\x1a\xaf\x77\xb1\x5e\x25\x6c\x34\x50\x79\xe7\x22\x1e\x1a\x71\xa2\xcf\x01\x01\x26\x36\xc0\xf3\x68\x34\xaf\x54\xc7\x08\xca\xd4\x2d\x98\x59\xcc\x0b\xea\x97\xd8\xd5\xa4\xbb\x1a\x16\x21\x16\xb3\x40\x73\x8d\xf4\xb5\x6a\x98\x96\x4e\xfd\x50\x14\xa2\x1b\xcb\xf4\xca\x3c\xa3\x3b\xc9\x01\x13\x5a\xf4\x7b\x05\x01\x11\xb7\x0c\x97\x25\x43\x03\x22\x8d\xbf\xe5\xc1\x1e\xab\xcc\x18\x75\x2f\x3f\x5e\x01\x12\x7e\x32\x0e\x2a\x83\xc8\x28\xe2\x75\xe5\x4b\x6a\x6e\xfd\x0e\xd5\x22\xfa\xfa\xca\x54\x35\x87\x55\x58\x08\x6b\x8a\xb8\x63\x33\xcb\xb5\x59\x82\x21\x09\x79\x3a\xbe\xd8\x27\xe2\xa2\x7e\xa7\x4c\x11\x50\x61\x9c\xae\x1c\xe5\xf1\xc1\xd4\xa7\xb9\xc9\x9b\x2d\xfb\x97\x3e\x8e\x7e\x0c\x68\x62\x3c\x25\xfe\x4f\x2e\x61\x1d\xac\xfb\xae\x20\x73\x8e\x54\xb4\x2b\xd9\xbc\x0f\x05\x3f\x55\x06\x61\x46\xc6\x0b\xf5\x3a\xf1\xf6\x84\x99\xda\x09\x32\x52\xc4\x05\x5d\x8b\x22\x2a\xc0\x60\xf0\x56\x87\x78\xd6\x1b\x4f\xe9\x88\x9c\xc7\x92\x31\xdc\x76\xda\x19\xc9\x2f\xfe\x18\x42\xa6\x6c\x92\x40\x5f\x97\x03\x24\x8a\xa6\x96\xbf\x95\xab\xc5\xa7\x0a\xd4\x8a\x43\xd2\xf9\x19\x0e\x55\x20\x60\x8f\x7f\xad\xde\xad\xd8\x12\x71\x43\x2b\x52\x7d\x09\x18\xd4\x07\x69\xeb\x3d\x0f\x1b\x87\xea\x9f\xb1\x99\x82\x16\x80\x41\x15\x0b\x37\xc9\x6b\x71\x7f\x44\x7f\x15\x91\xe8\x18\x09\x5d\x39\xb3\x7c\x82\xf4\xa5\xca\x33\xff\x28\x00\xaa\xc3\x33\xc6\x28\xe2\x34\xd5\xf1\x1b\x55\x23\xb4\x4b\x23\xee\xa9\x3f\xea\xfe\x04\xfc\xd4\xbe\x33\x90\xbc\xf2\x0c\x43\x8c\xcf\x99\x1f\xb8\x6d\x86\x6f\x94\x44\xde\x03\xe3\x14\xdc\x68\x41\x9d\x11\x55\x4b\x11\x7e\x34\x96\x95\x11\xc5\x83\x46\x7b\x7e\xbe\xb4\xd1\x78\x2a\x7d\x15\xd0\x64\x9a\x16\xef\x52\xf4\x98\x74\x11\xff\xa9\x4e\x99\xee\x04\x46\x6b\x87\x9b\x23\xbc\x96\xe8\xab\xcc\x5d\x8c\x4f\xec\x54\xdb\x7b\x72\x36\xe7\xb0\x8d\x85\x0d\xe0\x71\xac\x67\x6a\x16\x09\x66\x5b\x8b\x4b\xcf\x8b\xfe\x67\x39\x98\x77\x4e\xe2\x61\xc9\x4a\xa7\xc8\x8a\x90\x2d\xf1\x74\x79\x07\x12\x18\xf1\x55\xf9\x13\x06\x03\x71\x1a\x2a\xb4\xdf\xeb\x86\xee\x26\x34\x9e\x61\x64\xe1\x5d\x32\xd2\x43\xf6\x9b\xc6\x8d\x0d\x67\xb8\x4b\x9d\x97\x6b\xc8\x7c\xa6\x73\x68\xe9\x2a\x61\x89\x63\x56\xde\x76\xb1\xc8\x5e\x98\x5e\x23\xdd\x6a\xab\x8f\x67\xc8\x67\x5a\xd1\x91\x23\x95\x3d\x96\xb8\x40\xa1\x66\x2a\xfc\xcc\xeb\x93\x6e\x11\xb4\x86\x11\xc8\x5c\xd1\x5a\x44\xea\x65\xa7\xb5\x10\x1a\x3a\x38\x5f\x9a\x2b\x6b\x52\x79\x3b\x9a\x52\x4a\xe7\x09\x7a\x5d\xd3\xf3\x36\x8a\x4e\x3a\xdf\xa6\x63\xa5\x3e\x8e\x81\x78\x25\xd0\x61\xcf\x8a\x0c\x50\x86\x5a\x37\x07\xf6\xaa\x37\x22\x6f\xbd\xc3\x75\x79\xf0\x5c\xf2\x30\x2b\xa5\xa6\x0c\x4b\xb7\x3c\xad\x8b\xab\xc5\x5b\x6c\x0d\x41\xe5\x41\x96\xd1\xf8\x8a\x82\x55\x48\x1b\x69\x30\xf3\x35\x32\x97\x86\x4d\xfa\x17\xbe\xcd\xca\x89\x7e\x04\x77\xf0\x90\x90\x5e\x98\x24\x1e\xe5\x47\x81\xe3\x81\xcb\xee\xb9\x70\x82\xfa\x31\xa9\xc3\x32\x06\xbd\x10\x3b\x1a\x59\x8a\xa1\xd4\x4e\x45\xea\x70\xe1\x65\x8f\xe1\xaf\xc4\xd9\x05\x62\x78\x31\x85\x98\x79\x00\xc6\xd3\x4f\x25\xad\x80\x03\xd8\xda\xe8\x8b\xd0\x37\xbe\x3a\xa4\x1f\x7a\x24\xde\xea\x27\x81\xae\xc8\x63\xdc\xe9\xd0\x5b\xf5\x7b\x92\x17\xbc\x01\xe3\xdd\xd0\x0f\x37\x60\xf7\xd4\x1c\x84\x51\x04\x5a\xd9\x12\xe8\x26\x39\xba\x20\x0a\x5a\x46\x4b\xc9\x6c\x86\x74\x4c\x65\x12\x08\x11\x39\xef\xa3\x0f\x41\x35\x82\xb5\x21\x6b\x20\xac\x64\x89\x9f\x05\x62\xc9\x2f\xba\x5b\xa1\x5e\x4d\x36\xb1\xd0\x7c\x8b\xa0\xc5\x3c\x37\xff\x43\x3a\x54\xe3\x6b\xde\x49\x9d\x58\xf6\x3f\xf3\x3a\x7a\x53\xfe\x80\x79\x1d\x2b\x33\x33\xc8\xbc\x93\xeb\x9b\x94\x68\x3e\x2d\x88\x8d\x5e\x64\xfe\x26\x16\x87\xfc\x03\xc6\xc9\x1e\xfb\xed\x04\xc5\x4a\xa7\xfb\x0d\xf0\x92\x96\x4e\x48\x35\x12\xa9\x7f\x31\xd3\x8c\xe5\x8c\x29\xd5\x66\x23\x96\xe5\x55\xaa\x35\x42\x9c\x8c\xfc\x28\xe3\x2e\x5e\x53\xc6\x71\xe3\x47\xe1\xb0\xc4\x1f\xa6\x64\xf1\xb2\xe8\x0e\x53\xb7\x4c\x1d\x72\xd9\x3c\x4c\x21\xf3\xfb\x62\x16\xa9\x5d\x1e\x29\xe6\xdf\xba\x73\x78\x9a\x6e\x1f\x67\x7a\x3d\x56\x77\x83\x3b\x58\xf5\x4c\x3f\x89\x4f\x2a\xf9\x4f\xcf\x17\xa2\xf2\x76\xe9\x2f\x89\x87\x67\x48\x0c\xe9\xd2\x51\x89\x07\x0d\x9b\x81\xb0\x68\x97\x31\x43\xd1\x1e\xf2\xd1\x78\x53\x3d\x69\x56\x8a\x49\xa3\xed\xf4\x58\x60\x9e\x6b\x28\xc0\x25\xaa\x4b\xa5\x9e\x75\xd5\xea\x05\xb2\xb4\xca\x27\x9a\x59\x40\x5d\x49\xa0\x66\x9d\x5c\x9d\x37\x4d\x8b\x51\x0c\xa6\xff\xa7\x1b\xa3\x9a\x92\x28\xd0\x1d\x57\xeb\xa2\xa5\x7a\x8b\xd6\x3b\x74\x9a\xa1\x56\x77\x64\x96\xdd\x18\x6d\x20\x7a\xce\x36\x05\x98\xa6\x61\xdd\x15\x38\x6d\x3f\x9a\xac\x78\xa0\x9b\x51\x99\xa8\xb4\xeb\xd4\xc5\xed\xaa\x22\xdd\xc7\xdc\x15\xea\xd9\x7a\x28\xbd\x5b\xe3\x65\xf0\x4d\x4c\xd1\xce\x30\xec\x8d\x66\xe9\xdc\x8c\xd6\xd0\x74\xbd\xbf\xa9\x68\xd6\x39\x43\xaa\xe9\xb1\xa7\xcd\xc8\x34\x37\x37\xe4\x00\x13\xe0\x9e\xda\x7e\xe0\x00\x6c\xa9\xe8\x92\xb7\xc3\xf8\xe2\x91\x0a\x05\x9c\x90\x9b\xad\x14\xc1\xee\xe9\x18\x55\x13\xf4\x2b\x71\x9a\xfa\x08\x74\x23\x9a\xae\xf9\x0d\x0d\x86\xa2\x75\x85\x90\xd5\x7f\xb4\xde\x09\xc5\x78\xee\x37\xdc\x07\x2f\x62\x7e\xca\xa2\x6d\x07\x6b\x49\xb2\x57\x36\x51\x45\x19\x70\xcc\x36\xb2\xe8\xb2\x7c\x8d\x75\x7e\xee\x2c\xc5\x4a\x6b\x58\x7a\x89\xf2\xba\x65\x6f\xe2\x44\x75\x90\x25\x3b\x5a\xa4\xd1\x20\xdb\x43\xb9\xda\xfb\xc8\x64\x7f\x5f\x7d\x12\x9c\xe2\x79\xc9\xd0\x0f\x61\x30\x27\xa4\xda\xc6\x8a\xda\x08\x59\x82\xf3\x74\x85\x3f\x30\xcd\x19\x5d\x74\x18\x78\xe3\x70\xe5\x06\xc8\x1f\xda\x6f\xa5\xa3\x95\xc1\xf6\xf0\xc4\xd9\x2a\xd8\x46\x8d\x6e\x54\xbf\xb6\x6a\x42\x9b\xb5\x3c\x8b\xd8\xbf\x4a\x77\x03\x09\xf1\x1a\x66\x28\x87\xee\x55\x0d\xb6\xb5\xd4\x3c\x29\x23\xb7\xe6\xd7\xdd\x2d\xec\x69\x99\xd9\xf0\x34\x87\xdf\x74\x9f\xe0\x99\x3e\xda\xb5\x82\xdc\x99\x08\x35\x0a\xe9\xc5\x31\x2b\x9d\x91\xec\x82\x70\x9e\xfd\x1c\x7f\x5d\xe0\xbf\x36\xbb\x24\x03\x35\xdc\x9a\x2d\xff\xea\xa6\xb4\xb8\x69\x1e\x57\xd9\x5b\x13\xeb\xc6\x97\x45\xb5\x8c\xc5\xdc\x2d\xe4\x37\x7d\xc6\xed\xcf\x29\x72\xdd\x24\x1e\x4e\x7b\xd7\xb8\x93\x3a\x3e\x51\xee\xec\x65\xb4\xc5\x2c\x73\xc8\x39\x0d\xe1\x5c\x7b\x9c\x40\x1b\x78\xdd\x36\x5c\x72\x04\xe5\x65\xb9\xad\x88\x75\x5b\x88\x1c\xd3\x5c\xa8\x2a\x6f\xbe\x89\xa1\x95\x7e\x6a\x3a\x89\x9b\x5c\x98\xe0\x3a\x47\x38\x9d\x13\xd0\x78\x9c\xbc\x2c\xed\x9c\xf3\x10\xed\x9f\x44\xb2\x63\x2f\x6b\x7a\x4c\x8f\x7d\x33\x77\x20\x5c\x60\x73\x09\x1d\x81\x2f\xac\x80\xb4\x15\x95\x6c\x61\x28\x06\xdd\xfe\x45\xf8\xda\xf1\x95\xbb\x5d\xf5\x84\xd0\x52\x6d\x23\x81\xd4\x5d\x70\xcd\xa9\xa7\x4e\xcc\x3e\xe9\x58\x43\x5f\x91\xe6\xb0\x5f\x65\x01\x89\xd1\xb6\xbf\x5c\x75\x0c\x68\x9b\x25\xd8\x14\xce\xb7\xc6\x49\x26\xcc\x9e\x60\xc9\x06\x16\xa3\x94\x08\x43\x95\xef\x3e\x03\x5e\xa8\x9b\x5c\x39\xc4\xb1\x9d\x2a\x2c\xb9\x6e\xff\x4a\x77\x16\x60\xec\x69\xcc\x6d\xd9\x14\x5b\x17\xfb\x73\x5a\x82\xf5\x0d\x8f\x95\xf0\xd5\x9a\x2d\x1c\x13\xc3\xb4\xb4\x8a\x2f\x87\xcb\x91\x53\xb2\x5b\xb3\x13\x91\x11\x8a\x3f\xa8\x41\x18\xa3\x09\x70\xe7\x43\x07\xf5\xbc\x8a\x02\x9b\x98\x75\xb7\x24\xdb\xba\x85\xb3\x21\xff\x8e\x75\x02\xcf\x9a\xf5\xd3\xd2\x22\x10\xa4\x3e\xb7\x4c\x15\xe9\x12\x8e\x20\xcd\x92\x6d\x31\x15\xc8\x68\x60\x7c\x38\x04\xf3\x14\xdb\x66\xb3\xa0\xb3\x6a\x2e\xea\x0f\x54\xa7\x1b\xef\xbe\x0f\xfc\xcf\x70\xb4\x9c\x07\xbf\x10\x8f\x2d\x6e\x86\xd5\x12\x41\x3e\x1a\xf6\x90\x9e\xcd\xb2\x42\x17\x81\xa8\xd4\x36\xa8\x51\xbe\x3a\xa1\x0d\x2a\x56\xe6\xc6\x64\x41\x23\x55\xef\xc3\x97\x81\x0b\x34\x77\x66\x6f\x07\xe3\x75\x67\x7c\xa5\xe6\x6f\x86\x79\x1e\x0d\xe6\xb3\x26\x71\xd9\x0e\x70\xb4\xaa\xa7\x78\x88\xf9\x90\x9a\x95\xf7\xc8\xdc\xa1\x09\xcf\x4a\x37\x0b\x35\x1f\x53\x29\xe6\x3a\xed\xd9\x04\x89\xb9\x48\x77\x2c\x26\xd6\x9c\xac\x3f\x14\xbe\xc7\xec\x6d\x78\x34\xfb\xa3\x79\x98\xf1\x87\xef\x5e\xd3\x5f\xd3\x15\x8f\xfd\xa6\xbf\xe6\xad\x65\xa1\xc6\x27\xa6\x03\x45\x46\xe3\x4a\xf3\xc4\x3c\xc0\xd8\x6c\xae\xc8\xbc\x6b\xb4\x98\x9d\xa9\x73\x8d\x9d\xe6\x63\x09\xb5\xc6\x75\xa0\x5b\x4c\x92\xf1\x22\xc8\x0c\xbf\x6e\x7c\x0b\xae\x0c\xf2\x36\x4d\x00\x1f\xfb\x8d\x32\xa5\x82\xf7\x3d\x47\x98\x24\xe0\xf9\xd2\xfd\x86\xef\xb0\xb2\x28\xc5\x70\x14\x6e\xcb\x2b\x34\x6c\x81\x17\x64\xfe\x6b\x18\x80\xe7\xa7\xfa\x1b\xf6\xc0\x4b\x12\x70\x86\xe7\xf0\x82\x98\x12\x63\x30\xdc\x19\xfe\xc5\x88\x83\xe5\x41\x45\xc6\x2e\x38\xd3\x2f\xd8\xf8\x00\x3a\xe8\x19\x64\x8a\x85\x32\x4b\x69\x86\x28\xeb\xc2\xa2\xa1\xfa\xdf\xd6\xee\xbc\x70\xfd\x2b\xab\x3a\x73\xb7\xfe\x81\xb5\x28\xd5\x5d\xff\xdc\x3a\x35\x81\x63\x88\xb6\x5c\x8c\x61\x1b\x10\x8b\x2e\x22\xc8\x70\xc4\x32\x3a\xa8\xc5\x38\x11\x91\xf9\x51\x8d\x0a\xb8\xd5\x33\xd7\xf8\x0c\x5a\x50\xd2\x37\x6f\x77\x6d\x54\x41\x4b\x97\x5f\x7d\x50\x4e\x55\x07\x84\xcd\x4d\xb7\xb5\x0f\x23\x28\x92\x06\x5a\xb9\xe4\xdf\xb1\x6b\x9a\xcf\xd3\x07\xa3\x58\x4d\x01\xec\x83\x21\xcf\x1b\x33\x05\xb1\x01\xff\x73\x00\x92\xe3\xde\x3f\x6c\x2b\x14\x0a\xb7\x08\xcb\x2b\x6d\x69\x09\xb5\x4b\x52\x97\x57\xc0\xee\x78\xdd\xe0\x96\x13\xd5\xce\xc3\x8f\x4d\x57\xb4\xfe\x25\x4d\x4c\x5a\xd8\x62\xa4\x92\x63\xd7\x34\xfd\x66\xbc\x8d\x12\xb8\xb8\x9c\x83\x21\x6f\x9d\xfd\x82\x77\x01\x7e\xf6\x57\xd2\x4c\x9f\x19\xb6\x54\xc5\x52\x37\xb4\x65\x9e\x36\xb4\x04\xd5\xe9\x8f\x71\x15\xc4\xb5\x6f\xc3\xa5\xe7\x8c\x6e\x2b\x21\x8e\x4d\x27\xb6\xfc\x47\xbe\x9d\xd4\xd8\xec\xa4\xfd\x89\x5d\xd2\xe4\xcb\xa2\x45\x89\x1a\x97\xf3\x86\x87\x7c\x71\x7c\x17\xbe\x0f\x48\xb4\xd7\x4b\xff\xf8\xc4\x59\xf7\x2b\xbd\xdc\x74\x96\x38\x6d\x43\xf1\xa1\x36\x33\x21\x2e\xff\x69\x6b\x2a\x69\x51\xf6\xc9\xe6\xbf\x54\xdf\x74\xff\xa6\x6b\xf4\x7f\x92\x78\xae\x25\xac\xee\xd8\xe6\x46\x2a\x77\x6d\x94\xcc\x39\x43\xf0\x29\x74\xa8\x7d\xa9\x04\x1f\x40\xb5\x79\x03\xdf\x7c\x44\x96\x5d\xaa\x6e\xb7\xc3\x08\x55\x57\x5b\x8c\x6a\xfe\x40\x9d\x9b\xdf\xd0\x74\x87\x4e\xc8\xae\x74\x9d\x62\xf6\xa4\x1d\x6d\x3c\xc1\x7e\x92\x34\xcb\xb9\x9b\xc7\x88\xa5\x39\xfa\x85\x1e\x51\x14\xbb\x49\xfc\x35\x74\x86\x2d\x06\x98\x1a\xd0\x64\xb9\xa2\xcc\xf3\xd9\x84\x2c\xd7\xf0\xdc\xc7\xc2\x88\x7e\x4d\x91\xcb\xb5\x84\xc5\xc9\xbb\xd3\xd8\xc7\x29\xc9\x7a\xea\xec\xe7\x65\xa6\xc9\x1d\x27\x04\xd1\x89\x2f\xed\x77\x44\x95\xb1\x39\xb6\x77\x92\x25\x51\x58\xeb\x67\x60\x52\xe8\x1c\xcb\x09\xc5\x85\x80\x7d\x48\xb7\x7a\xa1\xcf\x67\xb8\x57\x57\xe0\x4e\x82\xd6\x1b\xfe\x14\x5e\x74\x64\x8a\xb2\xf2\xaa\xec\x32\xf1\xae\x2c\x93\x6d\xa7\x34\x31\x2d\xc0\xf6\x3f\xd9\xfa\xc4\x4d\xd6\x6a\x79\x6e\x6c\x94\x65\xb1\xe2\x67\x14\x1b\x79\xac\xfa\x37\x94\x0b\xbf\xd3\x5c\x0a\x0c\x84\x3e\xeb\xee\xa1\x64\x50\xbc\x61\x93\xfb\x47\x10\x31\xb5\x15\x92\xad\x18\x25\x37\xf7\xb3\x65\x50\x55\x93\x95\x61\x09\x57\xe7\xa4\x7e\x47\x96\x69\x66\x27\x2e\x46\x66\x68\x67\xc7\x46\xc1\x0b\x75\x19\x51\x10\xec\xa3\xc7\x87\xf6\x42\x4c\x43\x7f\xa0\x18\x1c\x30\xde\x46\xdd\x04\x83\x4d\x27\x3d\xf0\xe6\x6d\xe6\x1d\x85\x23\x90\x31\xc6\x90\xdc\x5e\x18\x31\xf6\x64\x3e\x86\x3d\x4c\xa3\x52\x77\x41\x2b\x4d\xdc\x44\x0b\x94\x61\x7a\x1c\x1b\x00\xbe\x34\x57\x47\xb9\xc0\x5e\xf3\xd1\xd0\x93\x60\x30\x98\x12\xb8\xd3\xbc\x1d\x5c\xe8\xeb\x63\xe6\x83\xeb\x3d\x56\x99\x43\xc1\x5d\x05\x47\xe1\xe9\xe0\xf6\x5c\x00\xea\x02\xff\xcb\x3c\x01\xcd\x85\x22\x53\x57\x82\x47\xa1\xfa\x44\x2d\xc8\x80\x9a\x63\xc3\xc0\xd9\xd0\xf6\xa8\x65\xe6\xd7\xd0\xad\xd0\x97\xe6\x0e\xe8\x75\xe0\x53\x73\x0a\xf4\xd4\x37\xd3\x3c\x09\x6a\xf1\x38\x68\x7a\x0e\x45\x14\xb4\x40\x99\xc8\x60\x6e\x35\x78\x10\xb9\x98\xf9\x0f\x48\x42\x9e\xa7\x2e\x35\xbf\x47\x1e\x27\x6a\xcd\x4e\xe4\x6d\x6c\xb6\x99\x86\x5c\x8f\x3a\x6d\x4e\x45\x76\x87\xa1\x4c\x9f\x10\x60\x76\x90\x69\x03\x32\xc5\x57\x6e\x5a\x0a\x63\x3d\xae\x9b\x16\x41\x8d\xf9\x48\x9f\x5b\x2d\x2b\x7b\xfd\xfc\xac\x7a\x5c\xfa\xd1\xee\x1a\xac\x31\x99\xdc\xd5\x4c\xd8\x15\x77\xb3\x63\x0b\x25\x2b\xba\xba\xed\x30\x63\x54\xb8\xb3\x65\x90\x33\x35\x68\xa0\x89\x2e\x68\x9a\xe5\x6a\x0c\x92\x86\x79\xbb\xd9\xef\x29\x0e\xce\xfc\x6e\xed\xd7\x1a\xf2\x33\xe6\xdf\xaa\x53\x64\xbb\x7a\x26\x37\xe4\xa7\x6f\x9c\x97\x89\x4f\x4b\xae\xeb\x6c\x21\xe5\xc7\x5d\x6f\x3f\x4a\xed\x89\xc6\xb5\xbe\x63\x46\x87\x77\x37\xff\xe4\x8e\x0e\xda\xe3\x3a\x22\xcc\x9a\xb5\xcc\xd9\x23\x6d\xf3\x8e\xb0\x4b\x14\x0f\xdd\x66\x5a\x4b\xb4\x15\x79\xef\x7b\x7a\x31\xdb\xb3\x69\xf3\xee\xe0\x98\xe9\xad\x5d\x81\xc4\x98\xe4\xa2\x0e\x84\x32\x26\xee\x7a\xdb\x05\x7a\x78\x34\xa9\x75\x0a\xab\x37\x7c\x65\x73\x02\x2f\x27\xe8\x94\xcb\x5d\x94\x34\x6b\xa7\xe3\xb7\xac\xd0\xbb\xd0\xf6\x56\x59\xeb\x36\xd7\xf2\x44\xab\xca\x3b\xd6\x75\x8d\x50\x9a\x9d\xd6\x59\x4f\xda\x98\xce\x6f\xbf\x49\x0d\x4d\x0e\x69\xe3\xd1\xcf\xc6\x1d\x6b\x79\xca\xda\x18\x4d\x6a\xae\xe2\x5e\x08\xdf\xe9\x5a\x2a\xf4\x0f\x7a\xee\xfc\x47\x32\x7f\xd6\x7d\xfb\x4e\x79\x9c\xb7\xd6\x7a\x5f\x75\xd4\x4d\x60\x19\xaf\xe3\xe7\x25\x76\x60\xa9\x53\xb2\x0e\xb4\x0f\xa1\xe7\xa4\x0f\x6f\xdd\xc0\xb4\x26\xdd\x6c\xa1\xb0\x6f\xc5\x75\x34\x0f\xe1\xd1\xa3\x73\x5c\x6d\xc2\x90\xf0\x6d\x8d\x63\x25\x53\x82\xfe\x3a\xf2\x80\x34\xff\x49\x36\x8e\x52\xe5\xbd\xcb\xf2\xaf\xa6\xd3\x6d\x23\x12\xac\x3f\x94\x7b\xbc\xf5\x1b\xcb\x2d\x0b\xd3\x72\x80\x33\x3a\x6d\x59\x73\x0b\x6f\x74\x52\x5b\x13\x4d\x30\x32\x8e\xe5\x0a\x12\xcd\x89\x8e\x70\xde\x92\xb4\x85\xef\x70\xe8\x81\xc9\xc1\x5e\xb6\x6b\x8a\x67\xfe\x79\xd6\x00\xf5\x21\xef\xbf\xc8\x56\x1d\xdf\x7d\x38\x5c\x64\xf4\xcc\x0d\x6b\xda\x25\xdc\x98\xf9\xca\xb5\x52\x9c\x98\xc6\x6a\x5c\x2a\x39\x99\xc4\x73\x2e\x90\x55\xc5\xd5\x3a\x9a\x80\x6f\xd1\x89\x76\x93\xe2\x58\xf8\x7d\x1b\x45\xb5\x32\x98\x6d\x79\xaf\x39\xe3\xbf\x09\x51\xe8\xde\xfa\x68\xe0\x52\xc3\x61\x77\x04\x0a\x34\x2d\xcd\xf9\xe8\x3c\xa6\x80\x33\xf7\x39\x9e\x29\xc1\xb4\x1c\xc7\x74\x95\x25\x09\x63\x8f\x57\x23\x71\x35\xb6\x4a\x4d\x5f\x74\x95\x55\xa7\x3d\x11\x31\xcd\xd2\xa7\xfb\x15\xbc\x1d\xa1\x18\xd8\x01\xee\xb0\xb7\xf1\xb0\xcf\x6b\x28\xc1\xb4\xdf\xfd\x2b\x58\x6c\x1e\xcc\x39\x6a\x2f\xd1\x3f\xcb\xb4\xd8\xda\x0d\x8a\xb4\xff\x59\x5f\x1b\x87\x27\xcd\xb1\xce\x36\xda\xe3\x52\x2d\x44\x93\x57\x34\x1a\xd9\x69\xda\x10\x11\x8d\x8c\x35\xa7\x05\x7f\x80\xa7\x9b\xaf\x06\xc8\x20\x0f\x10\x8b\x4a\x02\x15\xa0\xd6\x23\xca\x7c\x0e\x74\xe6\x6c\xb6\x95\x98\xab\x33\xd5\xd6\x6e\xf3\x40\xea\x47\xcb\x2f\x70\x78\x52\xa0\x25\x05\xac\x8d\x4b\x44\x74\xe0\x96\x68\x22\xfc\x0c\xfc\x1d\x51\x08\x97\x40\xb9\x21\x33\x21\x35\xa4\x0b\x58\x0e\x2e\x81\xfa\x50\x78\xd0\x1d\x6a\xf0\xc8\x31\x77\x40\x43\x72\x96\x58\xb9\x70\x62\x26\xdf\xb2\x13\xe6\xa5\x3e\xb5\x78\xc1\x3d\x49\xfe\x08\x01\x3e\x1c\x97\x09\xf7\xc3\x1f\xa3\xa5\xb0\x37\x32\x2e\x82\x06\x75\x21\xd3\x42\x32\xc1\x6b\xf0\xaf\x80\x8b\xa0\x07\x7c\x04\x05\x99\xd7\xc2\xb1\x1e\x78\x73\x26\xd4\xd5\xf9\x0b\x5b\x57\x3e\xbf\xb1\x16\xef\x59\xf5\x19\x5c\x44\x78\x8b\x2e\x55\x05\x92\xc3\x31\xb7\x04\x89\xd4\x55\x78\x17\xe5\x12\xa3\x94\xcc\x45\x1f\x60\x67\xd3\x55\x85\x20\xef\x1c\xfb\x65\xf2\x79\x91\x43\x40\x0a\x3f\x21\x3b\x28\xf9\xea\xb3\x45\x25\x52\x3c\xea\x74\xc7\x44\x55\xa7\x38\xe7\x61\x3d\xd1\xd5\xe6\xfb\xf8\x50\x0c\x45\x09\x12\xbb\x71\x8b\xf8\xeb\x28\xf9\xa4\xa1\x14\x3c\xdd\x8b\xda\x86\xc6\xb1\x72\x99\xd5\x85\xf1\xdc\xef\x5c\x56\xb2\x4b\xf8\x42\x68\x09\x5f\x2f\xcb\x97\x9e\xf4\x59\xae\xf2\x52\x92\x3a\x3c\xeb\x46\xa2\xbf\x39\x6e\x61\xfc\x31\xe7\xcd\xde\x58\x1a\x6e\xa1\xe2\x1a\x61\x04\xd1\xc1\xf7\x25\xdd\xa5\x2c\x26\x3f\xa4\x3e\xa1\x3f\xa9\xfd\xc2\xcc\x60\x63\x0a\xde\x72\x3d\xf8\x13\x93\x2b\x84\xe9\xa2\x1b\xe1\xa0\xf4\x5f\xd9\x29\x9f\x7e\xe5\x6e\xd5\xe8\xb6\x39\xd5\xe3\x08\x64\x7b\x60\xad\x86\xb4\xc3\xb8\xa2\xde\x8d\x3a\x4c\xde\xd1\xf0\x87\xae\xe4\x8d\x27\x04\xb2\xc6\x93\x7e\x90\xad\x9c\x03\xb5\x29\xf4\x24\xfe\x82\x02\x2e\x1b\x2f\xea\x4b\x7a\xce\xbf\x2b\x3d\x18\x4e\x94\xac\x57\x4c\xf2\x39\xa8\x78\xa2\x5e\xd2\x62\x2e\x9f\xc8\x08\xb3\xae\xa8\x3c\xc3\x9a\x60\xc0\xd7\xec\x63\xbf\x07\x54\x75\x1f\xb9\x17\xb8\x28\x2c\x87\x7f\x99\x14\x49\xf4\x17\x3e\xab\x69\xa3\x46\x48\xbc\xf3\x5f\x33\x57\xca\xc4\x49\xbd\x3c\x83\xfc\x61\x78\x9d\xb8\x45\x85\xa0\x86\x28\x46\x6a\x69\x4d\x57\x8a\xab\x04\x1a\x4b\x7c\x19\x5e\x78\x59\xef\x57\x39\x4f\x1c\x29\xe3\xd6\x4e\x97\x28\x39\x59\xf5\x17\xa5\x77\x89\x12\xdc\x7d\xa0\xa8\xfa\x2b\x39\x5d\x7e\x3a\xdf\xcc\x18\xa3\xe4\x26\x91\xb8\xd1\x6a\xaf\x70\x9a\x08\xd2\x8e\x42\x61\xe4\x73\xf5\x01\x8d\x5b\xf3\x16\x68\xc6\xc1\x73\x8b\x46\x6a\xba\xb4\x59\xa5\xcb\xb5\x5e\x92\x7f\x2b\x2d\x5a\x23\xeb\x46\xed\x6a\xed\x37\x02\xa6\xc1\x53\xc7\xab\x8e\x21\xdc\xd1\xbd\xcc\x9f\x40\x1b\xaf\x97\x25\xe5\xb0\x3b\xf5\x7f\xc3\x5b\x84\xa5\x86\x23\xa8\x73\x00\xce\xb8\xce\x21\xcf\x5a\x6e\x8d\x07\x4b\xf2\x14\x96\x8b\xea\x55\x45\x5a\x0b\x5f\x4c\x29\xdb\x80\xdc\x67\x0e\x54\x07\x23\x54\xbc\xa0\xee\x1d\x7c\xa6\xaa\x09\x3f\x06\x8e\xcf\xdb\x4a\x69\x81\xda\x93\xe2\x59\x42\xf0\x41\xf8\x41\x81\x09\x64\xf9\x66\xcb\x1e\x9b\x7f\xd9\x83\xd2\x8f\xb5\x0f\x9a\x27\x64\x5f\x69\xeb\x50\x99\x0a\x3c\x5a\x29\x22\x6c\x49\x63\xf3\x07\xc6\xd1\xca\xfc\x26\x13\xee\x2c\xba\xb8\xf1\x6b\x55\x22\x76\x99\xb3\x2e\x6f\x09\x59\x63\x6f\x4a\x92\x30\xdb\xad\x6b\x23\x26\xf3\xff\x22\x97\x7c\x57\xca\xf6\x40\x5f\x6d\x47\xd3\x4e\xf5\x70\x4c\xae\xac\xbb\xf3\xbe\xa8\x7c\xf3\xe3\xbb\x08\xa2\xd1\xc5\xff\x74\x34\x32\xcc\x15\xae\xb6\x75\xb8\x95\xb5\x2b\x5a\xb6\x56\x45\x61\xa7\x37\xcd\xcb\x5b\x47\x9e\xdc\x98\x91\xb4\x8c\x99\x6c\x3f\x1b\x51\xc4\x3f\x61\x2d\xf7\xbd\x23\x5b\x0b\xef\xb6\x2d\x48\x9b\xb6\x70\xb6\x29\x2d\x6b\x56\x9f\x49\xf9\x5f\x1e\x38\xbf\x4d\xf8\xa8\x78\x5a\xb7\x84\xc1\x2e\xff\xaf\x2b\x1e\xb7\xb2\x76\x46\xfb\xdd\xaa\xe2\x86\xf6\xd6\xba\xbc\xb3\xa4\x8d\x4d\x8a\xa4\xb7\x8c\xdb\xce\xc6\x88\x66\xbe\xcb\xc6\xf7\x9b\x25\x73\x22\xd1\x6d\x08\x7e\xa0\x7c\xb3\x7d\x0e\x31\xb5\x7a\x8c\x71\x05\xe9\x3d\x1a\x23\x57\x52\x3e\x62\x1e\x72\xaf\xd0\xe3\xf0\x5d\xa4\x23\xcc\xd5\x64\x59\xed\x58\x0e\x9f\x6e\x29\x88\xe1\xef\x64\x7f\x4d\xba\x25\x4e\x11\xe8\xc3\x6b\x80\x30\x69\xa8\xcf\x7a\x55\x8b\x32\xa6\x75\x01\xb6\xb9\x3a\xda\x26\xc1\x97\xa3\xf3\x0d\xff\x11\x13\x31\xb5\xc0\x6d\x32\x07\xd7\xc5\xad\xa7\xde\x24\xfe\x22\xa1\x19\x66\x6a\x4b\xcd\x7a\x36\xc0\x44\xe7\xbf\xe6\x3d\xe7\x8a\x92\x96\x89\x16\x0b\x17\x85\xa7\xc8\xb6\x49\xbf\xfb\xac\x56\x65\x2b\x57\xb5\xac\xc1\x00\xe8\xcb\xd6\x01\x2c\x09\xb3\xce\x90\x84\xd7\xe1\x94\x40\x2a\xf1\x36\x51\xc2\x39\x4b\xd1\x52\x5a\x89\x8f\xe8\x55\xf4\xeb\x35\x15\x2c\x80\x5d\x93\xbf\x8a\x37\x99\x3f\x39\x89\x27\xfc\x26\x7a\x1d\xee\x2d\x8b\x93\x7d\xf2\x59\xa7\x7c\xa4\x2a\x6d\xba\x56\xab\x25\x24\x58\x26\xd7\xfd\x43\x72\xe9\xae\x36\x44\x51\xae\xcb\xc6\xe2\xee\xd1\xcb\xd8\xa7\x89\x67\x98\xcf\x88\x63\x29\x3f\x39\x4b\xab\x97\x30\x94\x7c\x6b\x7e\x28\x87\x28\xea\x48\x1a\x27\x58\x22\x3d\x11\x3e\x54\x1a\xa0\x88\xf6\x39\xaf\x9c\xaa\xbe\xed\x9a\x52\xb9\x82\x7e\x03\xb6\xd6\xc4\x30\x0f\x6a\x6d\xe8\x77\xec\x55\x92\xd7\x98\xa7\xdc\x26\xd6\x3d\xbc\x0f\xbf\x9b\x90\x49\x5a\x26\xdc\x56\xf5\x83\x06\x88\xbf\xe4\x6d\x63\x6d\x92\xe1\x13\x0f\xf3\xf3\xe4\xf7\xc2\xfe\x4a\xc6\xa8\x16\xa2\x66\x28\xe2\xb4\xdd\x4e\x55\xe9\x1f\xc1\x28\xc8\xb3\xe2\xaa\x90\xa5\x29\xac\xbe\x2f\x3a\x2c\xbe\x5d\xe7\x21\x99\xc1\x1a\xd2\xd0\x2e\xb5\xe1\x61\x02\x57\xf6\xb7\x8a\x4e\x71\xc9\x3b\xf2\x2a\x98\xee\xca\xfc\xc4\x2e\xee\x2f\xf5\xe4\xf0\x99\xa2\x3f\x5a\x0f\x94\x42\xce\xd0\xd7\xd8\xeb\x0b\x31\xea\x2a\x73\x58\x09\xac\x7e\xa3\x72\x94\x3f\xd7\xc0\xa2\xca\xea\x26\xcd\x47\xc6\x40\x9d\x5c\xab\xc7\xa9\xb0\x1b\x75\x43\x2a\x57\x92\x12\x74\x9d\xb9\x8f\xe8\xfe\xfa\xb8\x44\x84\x43\xd3\xdf\x0d\xcf\x14\x9e\x34\x1c\x40\x7d\x00\xec\xc6\x13\x56\x7a\x6e\x91\xa5\xd2\xa8\x2c\x78\x8c\xfc\x50\x4e\x2d\xd9\x8a\x2c\x15\x0e\xad\xd8\x81\x04\xd3\x2d\x35\x3f\xe0\x41\xec\x3c\x8c\x13\x4e\xab\x1c\x47\xe0\x42\x7b\x73\xbb\xa8\xab\xa0\x84\x44\x88\x9d\x04\xae\x0c\x57\x0b\x7e\x80\x45\xbe\x7c\x60\x02\x38\xca\x32\x2e\x0b\xd3\xd6\x63\x88\xce\x4b\x6b\x85\xe5\x0f\x8a\x6a\x5a\xc8\xfc\x5f\x65\x4d\xcd\xa3\x68\x1b\xaa\x27\xb9\x06\xb0\x43\xea\xee\x36\xa6\x56\x0c\xe2\x7e\x3b\x76\xe6\x82\x14\x97\x7d\x52\xe2\x3e\x16\xd1\x5a\x19\x7e\x46\x00\x20\x0b\x7c\xaf\xca\xee\x40\xef\x90\xf9\x99\xb8\xee\x24\xfd\xae\xdc\xdc\xae\xb3\x72\x5d\xa1\xa0\x33\x8f\x3f\x50\xba\xbb\xdd\x49\x13\x54\xd5\xb6\x1e\x6c\xb8\x55\x17\xd7\xfc\xa4\x62\x0b\x8e\xef\x7a\x91\xdb\x46\xf1\x72\x6e\x4b\xfc\xc2\xfc\x6d\xe7\x44\x8c\x16\xa4\x58\x27\xf9\x4d\x94\x9d\x80\xd7\x21\xd8\x8c\x45\x7d\x6f\xf4\xdc\x1c\x6b\x6f\xae\x3c\xbf\x60\x5b\x0f\x87\x0f\x97\x8e\x9f\x47\xa2\xd5\x57\x6e\xe8\x4c\x6d\xb8\x8d\x5e\xd4\x3e\xbc\xe2\x14\xf6\x51\xcb\x82\xdc\x41\xf2\x16\xd7\x93\xa4\x54\xe6\x32\xa7\x67\x44\x29\xff\xab\x2d\xc4\xaf\x5a\xb6\x18\xf1\x69\xba\x48\xf2\x28\x3f\x86\xdc\x27\xab\xaa\x67\xeb\xcc\x54\x14\x9a\x26\x9d\x47\x7b\x8e\x79\xce\xce\x65\x7c\xc5\xf7\x10\x10\x76\x0e\x19\xa8\xf6\xe3\x5e\xa5\xdb\xf3\xd6\x0a\x1e\xb3\xbf\x24\x6e\x90\xc4\x0b\xec\x61\x2e\xe0\x99\xb4\xd8\x87\xaf\x1e\xa1\x64\xb8\xbe\x10\x26\x54\x87\x21\xbe\xc4\x15\xe8\x4c\xed\x55\xb2\x18\x93\x27\x1d\x45\xe5\xe2\x1c\xac\x93\xf4\x15\xc4\x4f\x04\x2f\x96\x1f\xd5\x52\x75\x9c\xf3\x98\x59\x91\xc7\x15\xa0\xb8\xac\x44\x9d\x78\xb1\x70\x79\x98\x19\x00\x64\x53\x7c\xf8\xaa\xdd\xca\xcb\xae\xa9\xb8\x61\xe8\xcd\x70\x3d\xfe\x38\xc6\xa2\x0d\x21\x1e\xc0\x95\x4b\x00\xf2\x53\x62\x1d\xab\x82\x56\x46\xd1\xe2\x37\x33\xbe\xd0\x8f\x54\xc9\xd8\x2f\xd8\x39\x79\x41\xfc\x72\xfe\xb0\xc4\x22\xd1\x2f\xd1\xeb\x30\x9e\xec\x0b\x30\xda\x07\x50\x91\x55\x72\x27\xa6\x7e\x2c\x61\x02\x78\xa9\x61\x36\x89\xa2\xbe\x89\x93\x51\xd6\x8a\xd1\x84\xb7\x74\x1f\x26\x9e\xbc\x9e\xb9\x07\xf7\x94\xb6\x9e\xa3\xa9\x3c\xcf\xfc\xcc\x67\xe6\x6e\xe1\x2e\x17\x19\x12\x3e\x09\xd7\x4a\x0f\x86\x11\xa4\xaf\x14\xa9\x3e\x8b\x95\xed\xea\xbf\x76\x75\x0d\x85\x6e\x37\xa7\xa1\xf7\x31\x01\x95\x15\x53\xc1\xc6\x89\x12\x71\x23\xb9\xb9\x0c\x11\x71\x2c\x1f\x8d\xf3\xa1\x90\x85\x9a\xca\x08\xfa\x2f\xf1\xbf\xb9\x39\xec\xbf\xb2\xe4\x84\xed\x82\x7a\xf9\xb9\x30\x92\xe4\x9a\xaa\xdf\xe7\x95\x62\x97\x76\x87\xf5\x7d\xc5\x05\x7e\x9b\xf1\x72\xb5\x4e\xf0\x49\x99\x8d\x6e\x10\xd5\x09\x83\x30\x85\xe2\x0d\xf4\x66\x9c\x53\x1a\x86\xa5\x92\xe6\xc8\xd6\x57\x74\xd3\xbc\xe5\x55\x39\x0f\x58\x22\xe5\x8c\x84\x66\xfe\x54\xd5\xe7\x30\x91\xf8\x92\x76\x3a\xaa\x4a\xfe\x52\x2f\x40\xce\x95\xa4\xa8\xda\xf5\x5f\xca\xa3\xd4\x59\xf2\xfe\x2a\x82\xfa\x19\x7f\x43\xed\x21\x0d\x8d\x96\x8b\xd1\x6a\xbe\x37\x90\xf1\x90\xb6\xa5\xfc\x21\xf9\xa2\x2e\x3e\x07\x64\x18\x75\x6f\x12\x6c\x5c\xad\x7e\x53\xd8\x1a\x51\x9f\x61\x03\xea\xbc\x7c\xbc\xf1\x0a\x1c\x54\x30\x1d\x61\xe8\xe4\xc5\x66\x04\x05\x94\x96\xa3\xe0\x8b\x3c\x71\xd5\x7f\x30\x9b\x1a\x51\x37\x1a\x1e\x8f\xb1\x61\x99\xd0\xf2\xf2\x0a\xd2\x78\x28\x3d\x27\x91\x3e\x0a\xbc\x90\xe0\xe2\x54\x82\xe4\xb0\x67\xc2\x63\xe0\x2c\xdf\x5c\xa0\xd5\xfc\x03\x3c\x92\x3b\xb5\x15\xd0\x06\x16\x9c\x6b\x11\xca\x26\x97\xec\x6d\xc6\x72\x85\x15\x47\x9a\xa6\x51\x48\xb5\x33\x1a\x4f\xd7\x7f\xc1\x6c\x71\x6a\xca\x7e\x13\xfa\x1c\xd3\x72\x42\xa8\x4f\x6d\x8d\x09\xc7\xd9\x80\xe5\x55\x78\x86\x30\x03\x21\xf9\xee\x00\x6a\xa1\x1b\x60\x7a\xce\xf4\x79\xc3\x35\x1b\xf2\x6f\x74\x2e\x96\xf6\x17\x5f\xe9\x08\xe6\xba\x97\xbf\x6e\x03\x29\x7e\x35\x55\x2d\x17\xea\x2f\x61\x86\x37\x4f\x2b\xfb\x44\x18\xe9\x4a\xc8\x49\xa2\x4a\x9c\x81\x09\xbf\xd9\xd3\x6c\xdf\xc2\x01\xe1\x08\xcb\x51\xdf\x77\x40\x0a\xdc\x6e\x7e\x96\x5d\xdf\xbb\x51\xc3\xcc\xf7\x9e\x3f\x4c\xca\x2c\xf6\xea\x4e\xe1\xbc\x2f\x4f\xe9\x2a\xa0\x8c\xab\x5e\xd5\x91\x5e\x7f\xb9\x9e\xdd\x16\x58\x3e\x1e\xaf\x6e\xbe\x9f\x43\xa5\xfc\x71\x55\x27\x66\xb3\xb6\x3b\xfa\xc3\x77\x09\xf6\x59\x6f\xf9\xc5\x00\x63\x91\xe1\x56\x7f\xda\x83\x8a\x89\x86\x41\xc6\xb8\xea\x6a\xf9\x03\x26\x07\x6d\xe5\x77\xb0\x47\x61\xbe\x53\x6f\x71\x6e\xe1\x17\x60\x06\x79\xb7\xc8\x92\xb2\x3f\x42\x14\x1d\xce\x2e\x10\xef\x63\x3f\x8c\xfb\x21\xdb\x24\xb0\x86\x6c\x56\xbc\x91\x92\xbd\xb5\x1a\xa7\x72\xbe\x45\x4c\xf9\x51\x8d\x31\xf8\xd0\xaa\xd0\x78\x39\x8e\x7e\x1d\x83\xe6\x7b\x31\x17\xe0\x40\x2a\xc0\xee\x21\xde\xc1\x50\xb8\x47\xa9\xbc\xb2\xad\x82\x44\x66\x7c\xf6\x18\xf1\x70\x6e\x4e\xdc\x19\x99\xbf\xb0\x3d\x64\xbd\xc2\x24\xf3\xf4\x36\x69\xf2\x94\xbf\x90\x6d\xe4\xe9\xe8\xa3\x7a\x2d\xa5\x03\xd3\x04\x9c\xa1\xe5\xe3\xca\x78\x8b\x19\x11\xc4\xb9\xd4\xd1\xac\x0a\x4a\x29\x66\x04\x67\x80\xde\x59\xc6\xe5\xe7\xb3\x67\x64\x9d\x17\x65\xf0\x2e\xc7\xad\x90\xda\x45\xe7\x43\x56\x28\xfe\x07\x8c\xf6\x6e\x55\xbf\x55\x75\xc0\xd1\xf8\x38\xfc\x2a\x5d\x10\x71\x24\xf1\x8b\x6c\x35\x79\x34\x25\x83\xbb\x8c\x5a\x4e\xdb\x45\x89\xa5\x9f\x60\x92\xea\xd1\x2c\x05\x67\x56\xe9\x5d\x2e\x9d\xef\x96\xc5\x16\xac\x17\xa5\xc7\x31\x25\x05\xd2\x79\x21\x4b\xe4\x63\x14\x61\xde\x27\xd5\x61\x9a\xe9\xe0\x7e\x4c\x0b\xed\x8b\xe6\x0c\x76\x31\xe3\xa2\x14\xc0\x3f\x64\x6d\xe6\xb4\x90\x94\x9c\x01\x72\x2e\x35\x9b\x77\xbc\xce\xc9\xc8\x14\xfc\x28\x4d\x67\xeb\xc5\x98\xcc\x3f\x7c\x37\xe9\x83\xb8\x64\xd1\x2f\xf9\xbc\x90\x2d\xb2\x3f\x2a\x87\x8f\x9f\x0a\xa3\x3d\x6a\x9e\x80\x1e\xc2\xeb\x52\xb3\xeb\xb1\x82\xa1\x92\xb2\x86\xc7\x42\x1e\xdb\x81\x3f\x24\xba\x41\xa2\x90\xae\x49\xf8\xe8\x33\xb4\x59\xb2\xe1\x25\x03\xcc\xb5\xc0\xbe\xcc\x01\x6e\x9b\xa2\x3f\xce\x5b\x78\x40\xb5\x3a\xe4\x84\x6c\x88\xe6\x9d\x8f\x43\xe9\xd2\x03\xc6\xd1\x95\x56\x65\xbc\xb2\xad\x26\x5f\xf9\x46\xb4\xb2\x2e\x41\xb5\x90\xe5\xd5\x20\x51\xa7\x10\x23\xf0\x0f\xd5\xff\xd5\xde\x21\x37\x69\x56\x94\x0c\xa1\x6b\xb4\xe2\xcc\x52\xf6\x46\x5d\x71\x9c\xbf\x20\x5c\x9f\x1d\x3a\x41\x72\xdc\x20\x42\x8d\x53\xac\x35\x9e\xd0\xc7\x97\xbe\x82\x1c\xf2\xaf\x15\xdf\x20\xac\x30\xbb\x26\x09\xf2\x67\x3c\xa9\xdb\x0f\x3e\x20\x84\x62\x41\x70\x63\xed\x74\x22\x08\x4a\x8b\x95\xd4\x43\x60\x62\xa6\x3b\x2b\xdd\xfc\x27\x2e\x96\xf7\xc7\x7c\x24\xb4\x5c\xfc\xce\x7c\x10\x05\x2b\xfc\xcc\xd7\x74\x59\x45\x37\x9a\xa3\x81\xb7\x65\xc9\x4d\x99\x82\xa8\xca\x13\xae\x6c\xfa\xaf\x5a\x5b\x63\x18\x9e\x87\x81\x9c\xd3\x6b\x1a\xf1\x47\xec\x5f\x8a\x03\x29\x25\xb6\x13\x99\x43\x99\x53\xac\x40\x1c\x87\x17\x68\xf1\x0e\x5d\x22\x26\xc3\x97\x50\x2f\xe4\xd7\xa1\x1e\xed\xaa\xc2\x9b\x1d\x66\x40\x53\x9a\xde\x9e\xc6\xbf\x58\x71\xb5\xf5\x11\x7d\x73\xcd\x8a\x16\x31\x3e\xa6\x7e\x5b\xd3\x7f\x35\x1c\xfc\x04\x97\xa8\xd8\x9d\xbc\xce\x79\x3e\x73\x22\xa3\xc3\xfe\x3d\xae\x83\x7b\xd4\x36\x35\xf4\xac\xd8\xcf\x12\xe9\x8b\x92\x6f\x87\x4b\xb5\x29\x85\x6e\xdd\xdf\x81\xf0\x12\xe5\x3c\x05\x7f\x71\xc5\x84\xce\x2b\xf4\xe6\xea\xc7\x1d\x33\xf0\xa8\xba\x3f\x6d\xd9\x35\x6c\x1c\xbb\x85\x5d\x1c\x46\x76\x6f\xe2\x64\xe6\x30\x3c\x1a\x67\xc7\x5d\xe6\xd2\xec\xdb\xc3\x26\x8b\x2e\x59\xb3\x7c\x89\x72\x23\x7c\xc4\x18\xca\xb1\x57\x54\x2a\x93\xb8\xa4\x6a\x8b\xf0\x08\xcf\x88\x5e\xcf\xf4\xe0\xff\xdb\x30\x89\x30\x4e\x98\x8e\x5f\x5d\xd3\x23\x7a\x44\x96\x17\x75\x4b\x0e\xd1\x91\xf4\x26\x60\x1c\xfb\x7e\xcc\x6f\x45\x9f\x00\x09\xea\x50\x53\xa4\x42\xaf\x62\x9d\x5e\xb9\xcb\xd0\xc2\xea\xae\x66\x28\x56\xb1\xd7\xa1\xc9\xc2\x0c\xee\x70\x4c\x39\x63\x01\x4f\x82\x93\xe2\xbb\x05\x93\x89\x27\x6b\xe2\x85\x0f\xa8\xb5\x45\x05\xe2\x57\x4c\x54\x3a\x5a\x46\xe0\x46\xc6\x5c\x55\x4c\x17\x9a\x82\x3a\x55\x5f\x65\xee\x5e\x68\x5d\xa2\x6a\x82\xfe\x35\x63\x25\x7a\x89\x62\x3c\xf3\x3b\x86\x2e\xd8\xc2\x46\x70\x1e\x0c\x0f\xee\x74\xc2\x1f\xbc\x2f\xef\x16\xc5\xb3\xfa\xbc\xe0\x2a\x9d\x5e\xf8\x51\x3c\x86\xf5\x22\xdd\x53\xba\x8c\xb7\x21\x66\x97\xdc\x2c\xda\x14\xd4\xa6\xb2\xc9\x7e\x78\xf1\xb4\x4f\x55\xbd\xba\x5a\xca\x03\x7c\x1e\xb0\x90\xd6\x49\x6c\xe6\x0b\x19\x4a\xf2\x19\xfa\x50\x16\x85\x56\x82\x8b\xe5\xe8\x18\x9f\xab\xc7\xf1\x0e\xb3\x0f\x15\x62\x84\xb9\xbc\xa3\x69\x9b\x24\x41\xc2\x1f\x31\x2e\xa0\x44\xca\x08\x5a\xa0\x6c\x55\x4c\xf1\xda\xa4\x0d\xd5\x4c\xd1\x8e\x20\x6a\x68\x9e\x32\x1e\x19\xc3\x70\xe7\x61\xa9\x12\xe6\x77\xda\x68\xfa\x00\xfb\x37\xb6\x96\x35\x8d\x17\x5e\x55\xcd\x59\x25\x10\x15\x1c\xe1\x03\xa2\x7b\x69\x0d\xa2\x45\x52\x38\x46\x2a\x1b\x27\xaf\x0b\x1a\x54\xb8\x54\x74\xef\x49\x1a\xbc\xf6\x1f\x35\x84\x1b\xc1\x9d\x2f\x0d\x22\xc4\xf0\x47\x71\x6b\x48\xcd\x02\x2e\xd5\x83\x3a\x45\xf8\xba\xc1\x4c\xff\x57\xdc\x55\xd9\xcf\x5a\x26\x2d\x28\xc8\xe4\xee\x00\x7c\xd2\x26\x0a\x83\x14\xc1\x31\x04\xc9\x15\x55\x6d\xd0\x2d\x79\x9b\x66\x8f\xb7\x56\xdd\xaa\xa7\x29\x17\xd5\x3d\x92\xef\x17\x23\x0d\x59\x0a\x90\x7d\x1b\x77\x57\x19\x4a\xbe\x46\xdc\xa3\x7c\x8c\x51\x50\x4e\xa9\xf6\x54\x5c\x62\x8c\x55\x77\xe5\x6f\x60\x83\x1a\x5b\xea\x69\x7e\x9e\x76\x51\x8c\x48\x9c\xa7\x3b\x11\x1c\x00\x60\x0d\x7e\xde\x3f\x55\xeb\x8c\xab\xe5\x9f\x6b\x7c\xcc\x66\xd1\x04\xf4\x6d\x33\x83\xd5\x8f\xb9\x62\x8e\x25\x9d\xc4\xfd\x35\x7b\xd6\x77\x93\x88\xe6\xc9\x15\x21\xd4\x0f\xe6\xe1\xf9\xc9\xcc\x03\xa6\x3f\xa9\x8b\xb8\xa7\xcd\x93\x62\x1c\xa2\xe9\x66\xff\x60\x8e\x4c\x67\xae\xf1\x11\xa8\x66\x9a\x17\x02\x4f\x2a\x43\x1a\x17\x0a\x7e\xd7\xe4\x39\xcf\x30\xfb\xeb\x74\x8e\xbb\xc4\x6f\x0d\x97\xed\x5f\xeb\x3e\x12\x58\xf6\x29\xe5\x9b\x28\x69\xb6\x39\x79\xef\x18\x95\xd6\x9c\xd4\x66\xce\x2a\x4b\x59\xcc\x36\x61\x3a\x52\x10\xbc\x41\xfa\x0c\xce\xf2\x39\xae\x3c\x00\x95\x00\x60\x45\x5a\xeb\x51\x41\x7f\x75\x65\x4b\x1f\xb3\x14\xdd\xd2\x5c\x41\xdc\x86\xf9\xd2\x34\xa1\xee\x30\xbe\xa7\xf1\x70\x79\x3b\xd9\xea\x04\xf3\x9e\xd0\xb7\x3a\x42\x52\x7b\x38\xa1\xb6\xed\x31\x97\x05\x0f\xad\x21\xc1\x57\xa5\xfd\x48\xb3\xcf\x17\x65\x17\xf4\x13\x28\x28\x77\x76\xcd\x16\xf0\xab\x1a\x3b\x36\x31\x3d\x6a\x4f\xb6\x7b\x12\x3b\x31\x89\xad\x2d\x75\x3b\x70\xf7\x9b\x3f\x94\x77\x92\xee\x35\x91\xf2\xbe\xd0\x51\x8d\xab\x53\x0f\xb0\xd7\x39\x4e\xcc\x9d\x2c\xd0\xd8\x0e\x85\x4c\x95\x56\x5a\x96\xa0\xe6\x28\x1b\x60\xa3\x62\xaf\x28\xbd\xe2\xbc\x28\x56\x3c\xae\xfa\x1e\x2b\x55\x32\x06\xfd\x9a\x94\x2d\x79\xdb\x90\x53\xf7\x4a\xfa\x07\x7f\xb9\x3c\x09\x48\x27\xf7\xe6\x0d\x95\xaf\xa7\x0f\x24\x6f\x57\xb6\x71\x86\x44\xbd\x53\x6f\x13\xf4\x07\x4a\xb5\x1f\xa5\xf3\x3c\x67\x19\x40\xe5\x2b\xc5\x44\x41\x63\xf5\x7a\x61\x9f\xd0\x84\xb6\x30\x77\x89\x96\x61\x08\xc4\x83\xe2\x0d\x38\x5d\x9d\x48\xf2\x84\x78\xa9\xec\x8c\xac\x8c\x8a\xcf\x1d\x00\x1e\x33\x43\x92\x0d\x8a\x37\xdc\xc4\xa8\x6b\xea\xb9\xc2\xa6\x40\xad\xb6\x45\x36\xd7\x33\xde\x90\xa5\x8a\x96\x63\x78\xd7\xd0\x5b\x04\x3f\xf8\xef\x30\x18\x66\x94\x30\x11\xfb\x9d\x98\x24\x62\x11\x1e\xa2\x5f\x8b\x8f\x50\x86\x95\x91\xa5\x35\xf4\x8a\xdc\x2a\x60\x0a\xeb\x56\x72\xbe\x22\x8d\xb7\x22\xea\xa0\x6a\xb9\x68\x63\x20\xa0\x9d\x0d\x8c\xf4\xac\xd6\xbf\x53\x6d\x91\xf5\xb3\x79\xb8\xdf\x7c\x29\xe7\x38\x31\x8e\x7e\x9a\x57\x4f\xe6\x11\xc6\xf0\x6f\x52\xdf\xd4\xbe\x14\xda\x19\x4b\x4b\x6d\x62\x12\x5b\x97\xb3\x5c\xca\xe0\x35\x25\xdd\x03\xce\x0b\xcf\x47\xf5\x2b\x95\xd2\xe2\x40\xa7\x26\x56\x31\xd6\x73\xa1\x3e\x4e\xe3\x21\x5d\x49\xff\x49\x5d\xcf\x13\x33\x97\xd0\x75\xb4\xdb\x6c\x11\xb3\x14\x1f\xc6\xcd\x62\x93\x6a\x7d\xf8\xe9\xdc\x85\x25\xf7\x85\x04\xfe\xe7\x9c\x00\xf1\x80\x48\x9f\x34\x4f\x86\x91\xa6\x44\x75\x28\xd2\xe4\x81\x81\xdb\xd4\x73\x55\x65\x5e\x43\x74\x2c\xed\xa0\xc4\x8d\x72\x8e\xd3\xcd\xcd\xa1\xf5\xf3\x86\x51\xbf\x33\x56\xf1\xf9\x38\x0c\xeb\x90\x70\x74\x0d\x81\x3b\x56\x74\xb2\x24\x97\x2f\x90\xf4\x64\xaf\x17\xfe\x96\xb9\x92\x1a\x24\x2f\xe5\x7b\xa2\x5a\xe4\xe3\x55\x13\x03\x5f\xa9\x12\x35\x9d\x5e\x52\xed\x42\x7d\x83\xe8\x1a\xc1\x02\x14\xb2\x7f\x91\x96\xcb\x87\x50\x76\x51\x3e\xcb\xb7\x60\x0b\xe8\x5c\x45\x6b\xb5\x91\x35\x56\xe9\x2c\xee\xe6\x9c\x55\x35\x67\x27\xf2\x0f\xab\xd7\x26\x45\x88\x47\x6a\x7e\x46\x6d\x94\xe9\x75\xa4\xd9\xc9\x8a\x5f\xfa\x5b\x5e\x6f\x35\x9b\x8d\x0e\xe1\xac\x86\x93\x46\x16\x6b\x29\x3e\xdd\x88\x26\x6f\x20\xde\x37\x26\x37\xb0\x28\x8b\x8d\x65\x55\x27\xe8\xcd\x46\x71\xf1\x78\xd6\x1a\xe3\xfc\xac\x1b\xdc\xaf\xc6\x33\x49\x13\x85\x56\x53\x68\xd4\x65\x69\x91\xc9\x31\x1b\x54\xcc\x34\x3d\xf3\xc6\x69\xa6\x99\x39\x82\xe1\xf5\x2c\xc7\x50\xe6\xc2\x86\xc7\xf6\x34\xd2\x11\x7c\x9f\x8d\x83\x59\x4f\x82\xad\xdb\xab\x72\xa8\x0b\xad\x23\x8b\x06\x18\x3f\x2d\xcc\xac\x3e\x4e\x13\xb2\x37\x69\x88\x80\x85\xcc\x8a\xfa\x22\x91\xc3\xea\xd9\xfb\xe4\x06\x68\x9b\xf7\x06\xf5\x56\x68\x24\xbf\xaf\xae\xa4\xe9\x32\x33\x07\xf3\xc4\x75\x94\x04\xe0\x76\x34\x2e\xc5\xc8\x88\xab\x9d\x3d\x55\x28\xca\x39\x87\xa3\xa8\x9d\x91\x6f\x6f\xca\x6a\x67\x7f\xb0\x99\x92\xc6\xf2\x5f\x58\xc5\x73\xa6\x49\x66\x5a\x0a\x67\x3f\x92\x27\xc0\xdf\xbc\xaf\xaa\x21\x68\x07\xbf\x1e\xcd\x68\x7b\xc5\x1c\x83\x99\xda\xba\x9c\x94\x8b\xfd\xdc\x92\x8d\xc1\x10\x5e\x34\x7d\xa8\x72\xa3\xcc\x74\x75\x14\x75\xd3\x17\x36\x96\x64\xf5\xb3\x89\x8e\x27\x49\x61\x7c\xbe\x5d\x34\x27\x5b\xbc\xd1\x7a\x39\x68\x0a\x70\xdf\x32\xda\x67\xa4\x3a\x0d\xce\xe0\xcc\x55\xfd\xad\xb4\x52\x77\xa8\xd1\x35\x00\xee\x8c\xfa\x72\x1d\xaf\xf6\xac\x26\xb2\x61\x4b\x99\x51\xb3\x82\x90\x9a\xf7\x48\x5b\x46\xfe\x99\x76\x55\x37\x9d\xf1\xbf\xd8\xcf\xfa\x00\x8e\x24\x6c\xbd\x81\x22\x0c\x98\x05\x1b\x77\xc8\x50\xee\xdd\xe6\x0a\x95\x9c\xbd\x58\xa9\xaa\x09\xa1\x26\x2b\x1f\xa1\xef\xe1\x18\x2a\x3d\x66\x59\x2d\x4f\xf5\x0d\x37\x58\xe6\xaf\xee\x22\x4d\xc8\xeb\xd6\x50\xa8\x5d\x69\xbd\xda\x0a\x26\x33\xf6\xbc\xce\xcc\xb5\x87\x2d\xd7\xdf\x17\xbe\x9d\xe5\x34\x36\xc8\x16\xb9\x0f\x98\xa7\xaa\xfa\xd9\xc3\xe5\xaf\xd1\x5f\x28\x5b\x15\x22\x8c\x0e\xfb\x51\xe9\x83\x1b\x5b\x3b\x42\x39\x48\xf8\x50\x7a\x40\xa5\xa7\x4c\xcf\x2b\x54\xf3\xe9\xac\x34\xbc\x46\xcf\xfa\x19\xbb\x59\x7b\x81\x77\x33\x6c\xa1\xbe\x46\xf4\x6d\xd6\x3c\xc3\x2b\x00\xef\x7e\xdc\x74\x50\x3d\x89\xf9\x51\x6a\xc4\x6d\x23\xaf\x91\xd5\x11\x9e\x34\x7c\x05\x6a\xc8\xa8\x1a\x7f\x79\x16\x75\xa0\xe4\x97\xa2\x82\xc1\xcd\x5d\xa5\x34\xb1\xeb\x52\x1f\xa8\x2e\xf0\xb4\xb1\x42\x0d\x5b\x78\x25\xac\x5b\x17\x24\x15\xcc\xda\xad\xff\xae\x48\xf7\xf0\x32\x8d\xd0\x60\x98\x63\x45\x0c\xca\x31\xd2\x09\x31\x87\x36\xd0\x90\x20\xe9\x64\x74\x55\x4b\xa5\xc7\x59\x7b\x4a\x08\x80\x0f\x77\x72\x6e\x98\xbc\x99\x6f\x4d\xb5\x29\x67\x89\x22\x63\xf3\x55\x1f\xa4\xd3\xc3\x16\x6a\x5e\xc9\x83\x66\xbd\xd3\x7d\x55\x31\x3d\xcc\xc6\x58\xed\x63\xfa\x6d\x7e\x06\x3b\x85\xf8\x40\x80\x70\xf6\x61\xcc\xc2\x77\xbc\xfc\xaa\x93\x62\x96\x60\x48\xf1\x31\xc9\x1f\xe1\xc3\x9c\x1d\xb2\xf5\xe2\x5b\xa9\x89\x72\xa3\xf4\x67\xec\x6c\xa5\x4d\xce\x08\xdb\xa0\x1e\x54\xbe\xf1\x8f\xd4\xfe\xd4\xcc\xf3\x78\x6a\x10\xea\x55\x34\x3e\xbb\x5a\x72\x93\xb0\x80\x73\x56\x7a\xaf\x5e\xc1\x13\xc8\x6e\x56\xbe\x16\xcc\x01\x5e\x16\xbb\x8b\x66\x2a\xdc\x72\xe6\x4a\x7c\x95\x98\x94\x87\xb2\x32\xd5\xe6\xd8\xc9\xf2\x95\x9a\xd2\xb0\x5b\xaa\x10\xed\x57\x7f\x83\x66\x50\xbf\xdc\x93\xaf\x97\x1a\xf5\x54\x6f\xc6\x74\x5d\x2e\xbe\x8d\xb9\x4e\xa7\xac\xeb\x65\x2b\x75\xcb\x2a\x13\xb9\x3a\xdd\xb7\x22\x17\x7f\x95\x9e\x92\x7d\x52\x34\x54\x7f\x3d\x65\x99\x04\x34\xe0\x62\x47\x01\x81\xc6\x69\xe1\x63\x15\xef\x8c\xe7\xfc\x4f\xa8\x4f\x9a\x24\x9e\x97\x75\xc7\xcc\xd1\x94\x20\xaa\x01\xf9\x8d\xdb\x40\xcf\x45\x3a\xd0\xe7\x99\x99\x88\x5f\xc5\x7c\x36\x0b\x3e\x52\xe4\xc5\xdd\x09\x0b\xb3\xb5\x82\x4a\x38\x24\x05\x10\x4f\x86\xee\xc4\x0e\x93\xfe\x81\x06\xc2\xa3\x15\xd3\x21\x5e\xc0\x58\x75\x10\x34\xcc\x0b\xa5\xc3\x81\x9b\xc8\xd7\x28\x0d\x0e\x31\x8e\x45\xcb\xb2\x1f\x45\xdb\x18\x78\xfb\xf8\x0a\x26\xcb\x69\xa3\x15\xfe\xe4\x3c\xb1\x6e\xcf\x66\xf3\xbb\xac\x9e\x29\x42\x91\xd8\x22\x8d\x9d\x20\xd5\x23\xe7\xc2\x4b\xe5\x9b\x11\xf7\x80\x30\xd5\x4d\x38\xd4\x2b\x53\x17\x00\x95\x93\xfb\xc9\xac\xa6\x04\x5c\x02\x95\xe3\x22\xa2\x71\xf4\x9e\x46\x51\x45\x29\xf3\x98\xd3\x52\xf8\x89\x13\xe4\x68\xcb\x16\xf0\x9e\xd8\x37\xa5\xe8\x85\x17\x6d\x3b\x63\xc3\x24\x5f\xac\x5b\xc3\x01\x79\xbe\xa5\x23\x00\xab\x32\x21\x11\x5e\x7c\xed\x2d\xe8\x0c\x8e\x09\x5d\xa9\xf2\x46\xbf\x84\xac\xb5\x6e\x95\x13\x20\x5c\xbd\x5f\x71\x00\x34\x02\xcb\xc9\xf9\x02\x1e\x24\x7c\x4b\x6b\x07\x07\x28\x07\xe2\x4f\x83\xcb\x19\x57\xa2\x94\xe0\x76\x6e\x7d\xd0\x49\xf0\xb1\xc8\xdb\x77\x12\x14\x02\xa0\xdc\xfa\xa1\x25\x6a\x11\xf6\x13\x58\x5d\x23\x44\xbb\x40\xef\xba\xac\x8a\x43\xe0\xb8\x06\xdf\xa2\x07\xe6\x6b\xf8\xb4\x9c\xbd\xe6\xed\xa4\x05\x69\x6c\xf3\x3e\x5a\x74\xfc\x06\xf3\x2d\xd6\x84\x28\x3e\x38\x89\x57\x12\x74\x11\xa4\x88\xfe\xf5\xf5\x03\x8f\x01\x3a\xb7\xfd\x10\x51\xad\xc1\xea\x4c\xc7\xd1\x6f\xd0\x41\xa6\xf5\x98\xde\x0a\xb1\x69\x07\xae\xba\x68\xa1\x69\x21\x31\x3f\xc7\x64\x5a\x42\x51\xa7\x25\x9a\x4e\xd0\x6f\xc7\x37\x99\x47\xb1\xa1\x28\xb2\x99\xc0\x37\x06\xdd\x34\x9f\x13\x6f\xf1\x4d\x06\xeb\xe4\xbe\x6e\xf7\xa1\xb1\xea\xd3\x0d\xbd\xfa\x55\xb8\xf2\x5a\xb1\x7e\x1f\x61\x45\xf9\x7d\xfd\x37\xf2\xa8\xa2\x29\x86\x08\xea\xaa\xec\xbf\x06\x05\xc3\x94\x7a\xc5\x70\x8b\x6d\x8f\x2f\x31\xd6\xf2\x4e\x46\x15\x19\x5f\x88\x4a\x82\xde\x9b\xfa\xa4\xdf\x7c\x65\xe6\x06\xc5\x2d\xf7\x48\xb0\x44\xf3\x19\xb3\x5c\x73\x87\x3c\x58\xb3\x41\x3b\x9a\xfa\xbc\xbc\x4e\x8b\x65\x4c\x2d\xec\xd2\x9e\x61\x61\xb2\x3b\x75\xf5\x9c\x33\xa9\x76\xdd\x27\xbe\x20\xde\x47\xbf\x4a\x94\x1c\x95\x6d\x00\xa4\x55\xc1\x93\x8d\x38\x79\xa3\xef\x06\x53\x95\xea\xa1\x7b\xa3\x59\xad\x13\xd5\xbf\x54\xde\x66\x5e\xac\x99\xa2\xca\x63\xb7\x94\x5d\x56\x9d\xe7\x56\x17\xfa\xab\x4d\xfc\xb8\xec\x18\x4d\xbe\x30\x3b\x35\x57\xeb\x29\x16\xc5\x7d\xd3\x8d\x90\x1e\x8c\xca\xd1\x8f\x90\x73\x83\x93\x0c\x28\x55\xb8\xef\x07\x63\x8d\xe6\x93\xfb\x07\xd3\x5a\xfd\xcb\x3a\x33\x30\x43\xd4\x55\xf5\x13\xd8\x20\x7e\x5a\x36\x4e\x2e\x91\xce\x29\x80\x14\x14\x99\x26\xeb\x1f\x25\x0f\x78\x94\xf2\x51\xd5\xae\xe0\xc4\x9d\x55\x5f\x54\x8d\x8e\xaa\xd0\xfa\xaa\xdf\x05\x6b\x74\x56\xed\x13\xbf\x7a\xc3\x50\xfd\x61\x0f\xb5\x71\xb1\xf1\x10\xfa\x85\x78\x85\xda\xbb\x8a\x20\xb1\xa9\x57\x97\xf2\xa4\xed\x9a\xa8\x82\x91\xb2\x41\xcd\x85\x2c\x06\xf0\x47\x6b\x4f\x19\x54\xc8\x74\xf5\x71\xdb\x54\x43\xf5\x51\x51\x54\x75\xa7\xa1\x28\x78\xb7\x36\xd7\x48\xf3\xdb\xa0\x1f\x65\x2a\xf1\xb8\x6f\x78\x6c\xce\x46\xff\x4f\x38\xd1\x7c\xbf\x72\x91\xc8\xdf\xfc\xbe\xe4\xb4\x98\x62\xfe\x2f\xbf\x59\xb2\xdc\xfc\x29\x6b\x86\x6c\x8c\xf9\x6f\x8a\x15\xd8\x05\xfa\xc4\x2d\x56\x58\xc0\xa4\x28\x89\x8a\x01\xca\x82\x5f\x69\x28\xe0\x62\xbf\x8f\xba\x1a\xb0\xd7\x33\xcc\xc0\x01\xdb\x6b\xcf\x0a\x66\x21\x7f\x2a\x19\xc2\x44\xe4\x54\x49\xbb\x48\x8b\xd8\xf3\xd9\xe2\xc3\x48\x7e\xe6\x5f\x69\x0c\x32\x3c\xc5\x20\xfb\x02\x5f\x8a\x5b\x2a\xbf\x0d\x77\x47\x99\x95\xb7\x60\x6e\xc8\xff\xd4\xdf\xe0\xe0\x59\xd3\x75\xa3\xa0\x7e\xcf\x32\x43\x34\x14\x52\xbb\x8a\x4f\xb3\x83\x95\x99\x02\x99\xdd\xbb\x44\x28\xdc\x6c\x5b\x96\x8f\x16\x7d\xb7\x85\x66\xfe\x91\x70\xac\x03\x29\x56\x59\x86\x35\x39\x6e\x9b\x3c\xc1\xb2\x2d\x6a\x91\xb2\xd2\x12\x11\x12\xa5\xb6\x21\xf6\x59\xa9\xda\xb5\xb0\xc3\x13\xd0\xbf\x80\xd6\x95\xfd\xd3\xb4\xba\xea\x48\x51\x87\xab\xb7\xf6\x46\xde\xa8\xc6\x35\x98\xa1\x99\xfe\xce\x15\xb8\x86\x94\xf1\x8e\xe5\xc4\x9f\x71\x57\xed\xfb\xa8\x37\xe7\x54\xda\x6e\xb0\x46\x86\x5a\xad\x97\x79\xcb\x03\xb8\x96\x6f\x62\x85\x8f\xa7\x25\x5c\xce\x74\x0b\x46\x10\x4d\x67\x99\xda\x15\x5b\xf3\xac\x08\xdf\x98\x53\x77\x35\xf7\x8a\x53\xd2\x70\x35\xe3\x8f\xc3\x8a\xff\x93\xfc\xd9\xbe\x94\x2c\x8e\x3b\x61\xbb\x41\xf7\x9d\x53\x6e\x9b\xc6\x9e\x11\xea\xb4\xc6\xf0\xa5\x01\x3a\x8b\x50\xfc\xcd\x67\x2e\x72\x58\xbe\xd8\xad\x04\x89\xd7\x68\xcb\xc2\x9d\x83\x75\x69\x45\x33\x1d\x4f\x1b\x46\xe5\x2e\x74\xcc\xc1\x3d\xc8\xb8\x69\xc7\x11\xef\x24\xdf\xb0\x75\x52\x7d\xe3\x76\x59\x5f\x30\xfa\xe7\x14\x5a\xb3\x39\xac\xd0\x16\x8b\x49\x60\x0e\x70\x21\x57\x25\x47\x7c\xca\x90\x12\x45\xa0\x1b\x17\xbe\xad\xd9\x5e\xba\xd9\xf6\x01\xfb\xae\x70\xab\x2d\x9a\x60\xcf\x45\x5b\x5b\xc8\x61\x19\xad\xd6\xa1\xd4\x47\xc9\x7d\x16\x2d\xe3\x7a\x5c\xbb\x65\x14\x67\xcc\x9c\x64\xa4\x8b\x2f\x09\xed\x46\xa6\x88\xff\x17\xb0\x05\xee\x92\x5d\xf1\xb1\xc2\xf9\xca\xed\x6e\xeb\xe1\x99\xda\xfd\x25\xc7\x2c\x33\xc9\xa1\x85\xc3\x10\x27\x55\x9d\x73\x07\x99\x42\x3f\x9f\x31\x07\xde\xc9\x8a\x4b\xae\x86\x99\x9c\x53\x71\x74\x78\x36\xbf\x77\x4e\x30\xf4\x42\xd4\x15\xba\x0a\x6a\x97\xde\x08\xb8\x0f\x15\x29\x52\x7c\x4e\x40\x73\xd5\x0b\xdc\xfe\x42\x99\xfa\xd9\x25\xd3\x21\x05\xa3\xaf\x40\x01\xfe\x64\xf5\xe5\x88\xc1\xe5\x9c\xa5\xe9\xd7\x40\x1d\x6f\x20\x79\x32\x48\x14\xdc\x8d\x4b\x07\x2b\xc4\xf9\x73\x7c\xc0\x02\xe9\xd9\xd0\xbd\xa0\x8f\x7c\x5b\xe0\x4c\x70\xa8\x6a\x2d\x6a\x06\x18\xa2\x6d\x72\x67\x82\x1c\x83\xab\x98\x6b\x34\x0b\x96\xe5\xdf\x35\x92\x44\x59\xd9\x5f\x8c\x58\xf1\xcd\x74\x83\x91\x2b\x25\x26\x5d\x35\xda\x80\x61\x71\x41\xc6\x23\xf2\xb3\x73\xc2\x4c\x63\x95\x1b\x43\x3f\x9b\x42\xd5\xf7\x03\x35\xa6\x7a\xdd\x4c\x94\xcb\x74\xc4\xe0\xeb\xfe\xca\x5c\x61\xca\x28\xba\xa8\x4b\x52\x04\xe7\xf3\x75\x15\xca\xa0\xec\xc5\x3a\x44\x85\x4a\xcf\xd2\xfd\xab\x9e\x98\xb4\x4d\xef\xae\x99\x1e\xe7\xa9\x6f\xd2\x16\xcf\x99\x63\x98\xa2\xb3\x86\xcd\x34\xb8\xf4\x2f\x03\x77\x18\xdd\x8c\xc5\xa8\x5b\xc6\x53\x26\x9a\x07\xda\x64\x31\x3b\x8a\xd2\xd4\x57\x0d\x69\x79\x1f\xd4\xff\x19\x76\x67\x67\x69\x32\x8d\xe1\x69\xbf\x35\x7d\xc6\xf6\xa4\x95\xda\x20\xd3\xa8\xb8\xc9\xda\xbd\xa6\x8e\x39\xf9\x3a\xa5\x39\x34\xac\x48\x5f\x60\xde\x18\xf8\xd6\xe0\x0f\xe6\xfa\x86\x18\x47\x81\x12\x8f\x5e\xd3\x10\x70\x5d\xe1\x5d\xd5\x1d\xf3\x8b\xbc\x5d\xaa\xdf\x60\x5c\x36\x4a\x5d\x02\x0a\xd3\x5e\xa8\xd7\x81\xf3\x93\xba\x35\x29\xe0\xf5\x38\x0f\xcd\x5b\x68\xfc\x1c\x8a\xf6\x04\x94\x13\x26\xd7\xad\x83\x14\xb3\x53\xf4\xcb\xa1\x76\x5f\x9a\x61\x03\x54\xe7\x71\xd8\x78\x16\xf2\x2c\x74\xa8\x26\x20\x63\xf2\x2c\xaa\x20\x24\x3a\x7b\x8c\x4a\x8c\x64\xa5\x3d\x52\x5d\x44\x32\x93\x5c\xea\x5a\x24\x33\x2e\x46\x13\x81\x24\xcf\xb1\x6a\x51\x48\x60\xd8\x66\xdd\x54\x64\xd8\xec\x46\xbd\x0f\x7c\xd4\x77\x91\xa1\x18\x9e\xed\xf1\xd2\xe8\x80\xec\x05\x4f\xda\x77\x55\x0f\xcb\x1d\xd3\x46\x44\x7b\x67\x4e\x6b\xf9\x89\x61\xa6\x2c\x69\x5e\x8d\x3b\x92\x30\xb2\xa9\x9a\x24\x8d\xc1\xb8\xc6\xd2\x08\x11\x34\xe7\x5e\x56\x5b\x70\xa9\x23\x8e\x9f\x31\xeb\xbd\xed\x9a\x64\x8a\x77\xa9\xd5\x2a\xff\xe2\x36\xc2\x82\xd1\x8e\x2f\x68\x6e\x6b\xa8\x9d\x9a\x73\xad\x75\x42\xfd\xb8\x8c\xb7\xcd\x27\xb1\x61\x29\xae\xa6\x26\x02\x2e\xfe\xa7\xab\x92\x7c\x29\xa6\xa1\x31\x98\xde\x12\xc1\x75\x7c\x66\xb7\x06\x37\xd8\x5b\xf8\x3f\xfc\x47\xdb\x8a\x25\x16\x6f\x9a\xd5\x53\xe1\xeb\x16\x64\x19\xae\x79\x54\x10\xd5\xf2\xa1\xae\x2e\x67\x71\xf3\xae\x86\x98\x8c\x43\x4d\x6d\xf8\xa0\x14\x95\x8b\x43\x0a\x89\xff\xd0\x58\x40\x95\xc6\xd4\x39\x93\x99\xc3\x23\x64\x8e\xd9\x9c\xcb\xc1\x4c\xdb\x5d\xc1\x4f\x7f\x4f\xeb\x3a\x69\xae\xb7\xde\xb2\x50\xd1\xe3\x96\x87\xac\xd0\x4e\xcb\xbf\xdb\x34\x1d\xfb\x32\x87\xd6\xf8\x87\xe0\xca\x98\xef\xfc\x45\xce\x4b\x29\x76\xce\xa4\x8d\x89\xbf\xe8\x88\x66\x8e\x8d\x29\xb1\x63\x38\x15\x11\x3a\x9b\x96\x7f\x34\x58\x6b\x05\xc4\x02\xff\x1c\x0b\x1d\xc8\xf2\xde\x84\x74\xa8\xdc\xdd\x8c\xf0\x4d\xdd\xd4\x7c\x1f\x67\x3e\xe9\x5b\xf6\x51\x07\x99\x5a\x9b\x11\x6a\x6f\xa4\x1f\x4c\xfe\x64\xbb\xcc\x8a\x8d\xef\xb6\xa1\x38\x37\x62\x42\xac\x4a\xfe\xbe\x08\xb9\xe5\xb4\xe8\x74\x70\x1b\xf2\x46\x16\xe0\x2f\x45\x26\x28\x3a\xbc\x3f\xc0\x5a\xf5\x67\xb7\xa3\xf0\x10\x3d\x90\x67\xb1\xf5\x31\x66\x65\x97\x59\xaf\xb0\xd2\xd3\x0f\x5b\x43\x38\xac\xe4\x55\x96\x45\x3c\x63\x3c\xc3\xe2\x26\x38\x14\x33\x09\x59\x2c\xce\x8d\x50\x20\x41\xd2\x27\xc1\x9b\x61\x89\xfc\xa9\xff\x7a\xe8\xa0\xea\xa3\x4f\x0e\xc4\xd2\xde\x74\x0f\x82\x02\x0d\x97\xf3\xc6\xc0\x57\xf8\x8f\xb2\x1e\xc3\xe5\xc2\x05\xe9\x12\xe8\xb1\xb8\x21\x59\x08\x35\x4b\x3e\xc7\xe7\x41\x99\xb2\xad\x31\x53\xa0\xc9\xf2\x45\x11\xbd\xe0\x23\xe5\x82\xe0\x5f\xa0\x5c\xfd\x3a\xc0\x07\x1c\xaf\x4b\xf7\xd9\x6b\xfe\x6d\x28\x75\x1f\x00\x47\x99\xb8\xb9\xcb\xcc\x7a\xf9\x98\xac\x6e\x73\xa2\x22\x38\x3d\xd5\x3c\x59\x59\x9c\x5c\x61\x7a\xae\xc2\xc7\xa7\x9a\x4e\xab\x2d\x31\xbe\xa6\x9b\x9a\x1b\x11\x47\x4c\x6f\x75\x73\x43\x32\x4c\x67\xf4\xfb\x02\xb4\xa6\x9d\xc6\x0c\x54\xb4\xe9\xb9\x89\xe7\x31\xc5\x9c\x6e\x5e\x95\x1b\x6b\xb8\xa1\xdb\x92\x95\x69\x18\xd4\x13\xd2\x7e\x18\xf6\x1a\x46\x26\x07\x18\x36\x1b\xba\xe3\x13\x0d\x47\x8d\xf9\x31\xa1\x86\xcf\xc6\xb7\x11\xcf\x8d\x39\xa6\x85\x21\x06\xa3\xca\x8c\x0f\x38\x63\x1c\x04\x47\xa3\x94\xa6\xb9\x60\x8d\x07\xd1\x74\x00\x5c\x90\xeb\xa5\xbf\x62\x8a\xcf\x8a\xd4\x6f\x37\xad\x4b\x7b\xac\xdf\x6b\x0e\x48\x9e\xa2\xdf\x6b\xd6\xc5\xc7\xea\xaf\x98\x5f\xc7\x24\x1a\x7c\xc0\xaa\xc8\xe1\x06\x13\xb8\x23\x64\xad\xe1\x3a\x34\x29\x70\x94\x31\x13\xc2\xa0\x16\xfd\x9f\xbd\xba\xfa\x8a\xfa\x8f\xd7\x40\xff\x31\x31\x90\xb0\x11\x93\x50\x41\x69\x41\x05\x14\x10\x2c\x44\x50\x40\x44\x05\x95\x6e\x11\x95\x9a\x99\x6f\x4f\x77\xc1\xc0\xd0\xdd\xdd\xdd\x52\x02\x2a\x82\x58\x88\x08\xf6\xcf\xee\x3c\x6b\xef\xbb\xbd\xd6\xf9\x0f\xce\x79\xdf\xbd\x9f\xdb\xd7\x5a\xcf\x03\x3f\xc0\xcd\xd4\xa2\x11\x2a\xbe\xc1\x76\x11\xf9\x1b\x6e\x6c\xbd\x9e\x7c\x07\xa7\x5b\x8e\x93\xef\xe3\xb7\xf6\xae\x21\x8f\x11\x0a\xa6\x06\xe4\x57\x84\xb5\x91\x33\xe5\x24\x11\xac\xb7\x83\x32\x48\x30\xb6\x3f\x83\xf6\x10\x62\x2d\x57\xa8\x9e\x20\x36\x4e\xc2\x11\xc4\x52\xb5\x04\xe4\x00\x2e\x3a\xb0\x2c\xfe\xcf\x49\x9d\xfd\xc1\x71\x01\xae\x47\xcc\x5f\x4a\xf2\x4f\x97\x9a\x8d\x88\xd5\xce\x2d\x37\x96\x09\xa1\xf3\x7d\xfa\xee\xfc\x17\xde\xcd\x3a\x93\x3c\x5b\xff\x1f\xda\xee\x9c\x43\x21\x15\x9b\x2b\x58\xa4\xcb\xb8\x7a\x12\xa3\x2e\xd2\x65\xf5\x7f\xf4\x65\x24\x07\x9b\xf4\xb8\x0a\x17\x83\xfd\x56\xd2\x8d\x6e\x26\xe6\x43\x62\xf8\x4c\x90\x59\xb7\x68\xbe\x47\xb2\x71\xb2\x00\xbe\xa8\xae\xef\xc7\x5f\xe0\x33\xad\xf3\x81\x4b\x09\x78\xa3\x1d\xce\x4e\x0f\x3d\xbf\xb9\x87\x39\x7b\xf9\x85\x7a\x3e\xc3\x3e\x32\x62\xcd\x1c\x5a\x23\x69\x83\x8d\xae\xf4\xfc\xa9\xc0\xfd\xcb\xc4\xc3\xee\x2e\xe6\x85\x22\x87\x73\xe7\xcd\xea\x04\x4f\xcf\x5f\x34\x4e\xe1\x47\x7a\x95\xea\x87\xf1\xd6\xf8\x39\xe8\x02\x4e\x61\xd0\x56\x6d\x2a\xeb\x6d\xd8\xa9\xcd\x13\x4c\xbb\x88\x14\xf5\xeb\xf4\xae\xc8\xa7\x6b\xd6\xd2\xdc\x49\x87\x6c\xe6\x8a\xfc\xce\xbc\xde\xf7\x51\xa8\xe8\x21\x33\x4f\xe1\x77\x5c\x38\x67\x56\xc0\x8b\xf3\xde\x6e\x2c\xe3\x7a\xf9\x19\xeb\x47\x73\xcc\x02\x69\xba\xeb\x59\x7f\x42\x17\x6b\x17\x30\x63\xc3\xdb\xb6\x00\xfa\xc7\xab\x3c\xf5\xef\xb4\xf2\xe8\x33\x6b\x9c\xa8\x18\xd9\xdc\xda\x8f\x9f\x71\xfe\xc1\xbe\x4b\xbc\xab\x5e\xfb\xcd\x8d\xb8\x67\x7d\x9a\xcd\xce\x72\xdc\xfd\xcd\x8c\xfd\xd8\x27\x02\x9f\xe9\x9f\x67\xb9\x84\x3c\xd4\x55\x67\x1e\xbb\xf4\x53\xbb\x93\xfe\xe1\x8a\xd7\x16\x23\x5a\x5c\xe4\xf8\x7a\x13\xaa\x28\xd6\x60\x8d\x98\x48\xa5\xc4\x5b\x4d\x73\x5e\xfb\xf4\x5b\xfe\x66\xbf\xf1\xfb\xb5\x77\x84\xf5\x2f\xd0\xca\x6c\x15\x6b\x6b\xb0\x97\xf1\x7e\xe6\xd1\xd0\x0a\x7d\x47\x06\x29\xfc\x90\xae\x26\x3d\x2b\xe2\xa7\xf6\x53\xda\x95\x48\x95\x2d\xc1\x54\x9b\x98\x1d\xeb\xa3\x09\x0a\x59\x75\xcd\x23\xfc\x3a\xf4\xd7\x4a\xc8\x3c\x19\xe2\x66\xd9\xc8\x20\x85\x69\xef\x4d\xa6\xb7\x5d\xfa\x65\xfa\x95\xbe\xfa\x72\x81\xb1\x09\xed\xd2\x15\xb2\xbe\x2f\x75\xf6\x1a\xa2\x7b\x8e\x7a\x3a\x2a\x6e\xab\x39\x11\x1a\xf3\x67\xcb\x14\x4e\x90\x2f\xae\xff\x82\x2b\x41\x97\xd6\x9e\xc3\xf2\x11\x8a\x95\x0b\x75\xe6\xaa\xbe\xa5\x90\x7a\xe6\x5a\xc0\x5e\x2a\xf1\x22\x32\xcf\xf4\x1d\x11\x12\x35\x6a\xbc\x1f\xff\x12\xa3\xa6\xcf\xc5\x4b\x63\x21\xdd\x54\x3c\x80\xf4\x72\xab\x0c\x6b\xa7\x24\x6a\xb8\x60\x1b\x61\xcb\x0d\xfe\xe8\x0f\x24\x6c\x6d\x17\x3a\x8b\xc6\x59\x2d\xc2\x7e\x93\x62\x2c\x4f\x63\x35\x64\x87\xbd\x1e\x18\x9d\xb2\xc1\x74\x02\xd3\xa6\xdc\x31\x36\x43\x6f\x43\x49\xfa\x99\x68\x23\xec\xaf\x7b\x13\x2d\x44\x0c\xb6\xbe\x44\xcf\xa1\xca\x1a\x1d\xe8\x2a\xf4\xfe\x86\x76\xd4\x1c\x33\x52\x9b\x87\x86\x61\x74\x2b\x13\xf4\x0d\x74\xcf\x32\x10\xcd\x86\x63\xf6\x3a\xa2\x10\xb2\xc6\x74\x14\xd5\x46\x52\x8c\xf7\x22\x8f\x50\x03\xfd\x2a\x64\x02\xad\xd5\x7d\x8b\x4c\x62\x66\xdb\x56\x22\x75\x58\xbd\xc6\x57\x24\x09\xdf\xbc\xe1\x25\xf2\x04\x57\x53\x5b\x8d\x9a\xe2\x8b\xad\x2e\xa2\x00\xad\xb7\xa4\x20\xd5\xd8\xae\xbd\x87\x11\x1e\x56\x6c\x7a\x17\x31\xc3\x95\x8c\xed\xe0\xcf\x78\xac\xfe\x10\xfc\x07\x1f\xd8\xb1\x1c\x59\x49\xa8\x6c\xb3\x43\x54\x08\x6b\x4d\x7d\x64\x1d\xe1\xba\x51\x09\x21\xe3\xdf\xd4\xb6\x22\xff\xe1\x49\x00\xcc\x01\x73\xc1\x3c\x30\x1f\x2c\x00\x0b\x81\x02\x58\x04\x16\x83\x25\x60\x29\x50\x04\xcb\x80\x12\x50\x06\x2a\x40\x15\x2c\x07\x2b\xc0\x4a\xb0\x0a\xac\x06\x6b\xc0\x5a\xa0\x06\xd6\x01\x75\xb0\x1e\x6c\x00\x1b\xc1\x26\xb0\x19\x6c\x01\x1a\x40\x13\x68\x01\x6d\xb0\x15\x6c\x03\xdb\x81\x0e\xd0\x05\x3b\xc0\x4e\xa0\x07\xf4\x81\x01\x30\x04\x46\xc0\x18\x98\x80\x5d\xc0\x14\x98\x81\xdd\x60\x0f\xd8\x0b\xcc\x81\x05\xb0\x04\xfb\xc0\x7e\x60\x05\xac\x81\x0d\x38\x00\x6c\x81\x1d\x38\x08\x0e\x81\xc3\xe0\x08\x38\x0a\xec\xc1\x31\xe0\x00\x8e\x03\x47\xe0\x04\x4e\x80\x93\xc0\x19\xb8\x00\x57\x70\x0a\xb8\x81\xd3\xc0\x1d\x9c\x01\x67\xc1\x39\xe0\x01\x3c\xc1\x79\x70\x01\x5c\x04\x5e\xc0\x1b\xf8\x00\x5f\xe0\x07\xfc\x41\x00\x08\x04\x41\x20\x18\x84\x80\x50\x10\x06\x2e\x81\x70\x70\x19\x44\x80\x2b\xe0\x2a\xb8\x06\x22\x41\x14\x88\x06\x31\x20\x16\x90\x00\x19\x50\x00\x04\x60\x80\x00\x14\x60\x00\x07\x04\xa0\x02\x1a\xa0\x03\x06\x60\x02\x16\x60\x03\x0e\xe0\x02\x1e\xe0\x03\x01\x10\x02\x11\x10\x03\x09\x90\x82\x38\x10\x0f\x64\x20\x01\x24\x02\x39\x48\x02\xc9\x20\x05\xa4\x82\x34\x90\x0e\x32\x40\x26\xc8\x02\xd9\x20\x07\xe4\x82\x3c\x90\x0f\x0a\x40\x21\x28\x02\xc5\xa0\x04\x94\x82\x32\x50\x0e\x2a\x40\x25\xa8\x02\xd5\xa0\x06\xd4\x82\x3a\x50\x0f\x1a\x40\x23\x68\x02\xcd\xa0\x05\xb4\x82\x36\xd0\x0e\x3a\x40\x27\xe8\x02\xdd\xa0\x07\x5c\x07\xbd\xa0\x0f\xf4\x83\x01\x30\x08\x6e\x80\x21\x30\x0c\x46\xc0\x4d\x70\x0b\xdc\x06\xa3\xe0\x0e\x18\x03\xe3\xe0\x2e\x98\x00\xf7\xc0\x7d\xf0\x00\x3c\x04\x8f\xc0\x24\x78\x0c\xa6\xc0\x13\x30\x0d\x9e\x82\x19\x30\x0b\x9e\x81\xe7\xe0\x05\x78\x09\x5e\x81\xd7\xe0\x0d\xf8\x0f\xbc\x05\xef\xc0\x7b\xf0\x01\x7c\x04\x9f\xc0\x67\xf0\x05\x7c\x05\xdf\xc0\x77\xf0\x03\xfc\x04\xbf\xc0\x6f\xf0\x07\xfc\x05\xff\x00\x00\x73\xe6\xcc\x9d\x3b\x6f\xde\xfc\xf9\x0b\x16\x2c\x5c\xa8\xa0\xb0\x68\xd1\xe2\xc5\x4b\x96\x2c\x5d\xaa\xa8\xb8\x6c\x99\x92\x92\xb2\xb2\x8a\x8a\xaa\xea\xf2\xe5\x2b\x56\xac\x5c\xb9\x6a\xd5\xea\xd5\x6b\xd6\xac\x5d\xab\xa6\xb6\x6e\x9d\xba\xfa\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\x5b\xb6\x68\x68\x68\x6a\x6a\x69\x69\x6b\x6f\xdd\xba\x6d\xdb\xf6\xed\x3a\x3a\xba\xba\x3b\x76\xec\xdc\xa9\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x64\x6c\x6c\x62\xb2\x6b\x97\xa9\xa9\x99\xd9\xee\xdd\x7b\xf6\xec\xdd\x6b\x6e\x6e\x61\x61\x69\xb9\x6f\xdf\xfe\xfd\x56\x56\xd6\xd6\x36\x36\x07\x0e\xd8\xda\xda\xd9\x1d\x3c\x78\xe8\xd0\xe1\xc3\x47\x8e\x1c\x3d\x6a\x6f\x7f\xec\x98\x83\xc3\xf1\xe3\x8e\x8e\x4e\x4e\x27\x4e\x9c\x3c\xe9\xec\xec\xe2\xe2\xea\x7a\xea\x94\x9b\xdb\xe9\xd3\xee\xee\x67\xce\x9c\x3d\x7b\xee\x9c\x87\x87\xa7\xe7\xf9\xf3\x17\x2e\x5c\xbc\xe8\xe5\xe5\xed\xed\xe3\xe3\xeb\xeb\xe7\xe7\xef\x1f\x10\x10\x18\x18\x14\x14\x1c\x1c\x12\x12\x1a\x1a\x16\x76\xe9\x52\x78\xf8\xe5\xcb\x11\x11\x57\xae\x5c\xbd\x7a\xed\x5a\x64\x64\x54\x54\x74\x74\x4c\x4c\x6c\x2c\x89\x44\x26\x53\x28\x10\x04\xc3\x08\x82\xa2\x18\x86\xe3\x04\x41\xa5\xd2\x68\x74\x3a\x83\xc1\x64\xb2\x58\x6c\x36\x87\xc3\xe5\xf2\x78\x7c\xbe\x40\x20\x14\x8a\x44\x62\xb1\x44\x22\x95\xc6\xc5\xc5\xc7\xcb\x64\x09\x09\x89\x89\x72\x79\x52\x52\x72\x72\x4a\x4a\x6a\x6a\x5a\x5a\x7a\x7a\x46\x46\x66\x66\x56\x56\x76\x76\x4e\x4e\x6e\x6e\x5e\x5e\x7e\x7e\x41\x41\x61\x61\x51\x51\x71\x71\x49\x49\x69\x69\x59\x59\x79\x79\x45\x45\x65\x65\x55\x55\x75\x75\x4d\x4d\x6d\x6d\x5d\x5d\x7d\x7d\x43\x43\x63\x63\x53\x53\x73\x73\x4b\x4b\x6b\x6b\x5b\x5b\x7b\x7b\x47\x47\x67\x67\x57\x57\x77\x77\x4f\xcf\xf5\xeb\xbd\xbd\x7d\x7d\xfd\xfd\x03\x03\x83\x83\x37\x6e\x0c\x0d\x0d\x0f\x8f\x8c\xdc\xbc\x79\xeb\xd6\xed\xdb\xa3\xa3\x77\xee\x8c\x8d\x8d\x8f\xdf\xbd\x3b\x31\x71\xef\xde\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe4\xe4\xe3\xc7\x53\x53\x4f\x9e\x4c\x4f\x3f\x7d\x3a\x33\x33\x3b\xfb\xec\xd9\xf3\xe7\x2f\x5e\xbc\x7c\xf9\xea\xd5\xeb\xd7\x6f\xde\xfc\xf7\xdf\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\x9f\x3e\x7d\xfe\xfc\xe5\xcb\xd7\xaf\xdf\xbe\x7d\xff\xfe\xe3\xc7\xcf\x9f\xbf\x7e\xfd\xfe\xfd\xe7\xcf\xdf\xbf\xff\xfe\xfd\xff\xfe\xff\x5f\xf7\x0f\xf3\xbf\x66\x0c\x00\x00\xf3\xe7\x2d\xfd\x9f\x31\xf8\xbf\xf7\xff\xf2\xcf\xf9\xdf\x70\xce\xb7\x79\x6f\x17\x3c\x53\x98\x5c\x3c\xbe\x74\x74\xd9\x3d\xe5\x59\xd5\x0f\x2b\xfe\xac\x5e\xbc\x76\xc5\xba\x0d\xeb\x75\x36\x1a\x6f\xde\xab\xb1\x4f\xcb\x6a\xab\xf5\x76\x2b\xdd\xfd\x3b\xf7\xe9\x9b\x1b\xee\x31\x36\x35\xa9\xdc\x55\x6e\x5a\x62\x56\xb4\xbb\x60\x4f\xde\xde\x1c\xf3\x6c\x8b\x2c\xcb\xcc\x7d\x99\xfb\x33\xad\x32\xad\xb3\x6c\x72\x0e\xe4\xd9\x16\xd8\x15\x1f\x2c\x3b\x54\x75\xb8\xee\x48\xd3\xd1\x76\xfb\xee\x63\x7d\x0e\x43\xc7\x07\x1c\x7b\x9d\x7a\x4e\x74\x9e\x6c\x73\x6e\x76\x69\x70\xad\x3d\x55\xe9\x56\x76\xba\xc8\x3d\xef\x4c\xd6\xd9\xb4\x73\xc9\x1e\x72\xcf\xc4\xf3\x49\x17\xd2\x2e\xe6\x78\x95\x78\xd7\xf9\x74\xf9\xde\xf4\x9b\xf4\x9f\x09\x98\x0e\x9c\x0a\x7a\x1c\x3c\x19\xf2\x28\xf4\x51\xd8\xe4\xa5\xc9\xf0\xc7\x97\xa7\x22\x9e\x5c\x79\x7a\x75\xf6\xda\xb3\xc8\x17\x51\xaf\xa2\xdf\xc4\xbc\x8d\xfd\x40\xfa\x44\xfe\x42\xf9\x0e\xfd\x84\xff\xa0\x00\x2d\xc0\x9c\xb1\xdf\x78\x0e\xe1\x48\x7c\xa7\x66\xd0\x8e\xd1\x3e\xd3\x53\x19\x47\x18\x1f\x98\x49\xac\x83\xac\x77\xec\x04\xce\x01\xce\x1b\xae\x8c\x67\xc3\x7b\xcd\x8f\x17\x58\x0b\x5e\x0b\xe3\x45\x07\x44\xff\x89\x13\x25\x07\x25\x1f\xa5\x69\x71\xc7\xe3\x7e\xc5\x17\xca\xce\x26\x2c\x49\x68\x4a\x0c\x93\xaf\x91\x77\x24\x05\x27\xaf\x4c\x6e\x4d\x09\x4a\x5d\x99\xda\x96\x16\x92\xbe\x3a\xbd\x33\xe3\x52\xe6\xba\xcc\x9e\xac\x88\xec\x0d\xd9\xfd\x39\x91\xb9\x5b\x72\x87\xf2\x62\xf3\xb5\xf3\x6f\x15\x40\x85\x3a\x85\x63\x45\x58\xb1\x5e\xf1\x44\x09\xb5\xd4\xb0\xf4\x41\x19\xbd\xdc\xb8\xfc\x51\x05\xb3\xd2\xa4\xf2\x51\x15\xbb\xda\xbc\xfa\x65\x4d\x42\xed\xa1\xda\xcf\x75\x19\xf5\x8e\xf5\x3f\x1b\x72\x1b\x9d\x1b\xff\x36\x15\x36\xbb\xb7\x2c\x6c\xa9\x69\xf5\x6d\x5b\xd1\xd6\xd9\x1e\xd1\xb1\xa9\x63\xb8\x93\xd2\xa5\xd3\x75\xb7\x9b\xe8\x31\xe8\xb9\x7f\x9d\xda\xab\xd7\x3b\xd6\x07\xf5\x6b\xf6\xf7\x0f\x84\x0d\xaa\x0c\x56\xdd\x70\x1d\xda\x36\x2c\x1a\xf9\x71\xeb\xc2\xed\xce\x3b\x1a\x63\xe8\xf8\xc3\x09\xb3\x7b\xbc\xfb\xd3\x0f\x4d\x1f\x31\x26\xc7\xa7\x34\x9f\x84\x4f\x37\xcc\xcc\x99\x3d\xfa\x4c\xfc\xfc\xdb\xcb\xb3\xaf\x9a\xdf\xac\xff\x8f\xfc\xf6\xee\x7b\xe3\x0f\xec\x8f\x4f\x3e\xef\xfa\x42\xff\x3a\xf6\x5d\xe3\x47\xf8\xcf\x96\xdf\xcb\xfe\x78\xfe\x2d\xfd\xdf\xd6\xf8\x31\xef\xc3\x82\xd7\x0a\x33\x8b\xa7\x96\x3e\x5e\xf6\x42\xf9\xa3\xea\xcf\x95\xf3\x56\x2f\x5d\xbb\x62\x9d\xfa\x7a\xad\x8d\x3b\x37\x1b\x6b\x98\x69\xed\xd9\xba\x67\xfb\x6e\x5d\xd3\x9d\x26\xfa\xc6\x86\xc6\xc6\xc6\x26\x15\xbb\xca\x4c\x8b\xcd\x0a\x77\xe7\xef\xc9\xdd\x9b\x6d\x9e\x65\x91\x61\x99\xbe\x2f\x75\x7f\x8a\x55\xb2\x75\x92\x8d\xfc\x40\xa2\x6d\xa2\x9d\xfc\x60\xf2\xa1\xb4\xc3\x99\x47\xf2\x8f\x96\xda\xd7\x1d\xeb\x70\x18\x3a\xde\xe7\xd8\xe3\xd4\x75\xa2\xeb\x64\x97\x73\xb7\xcb\x75\xd7\xbe\x53\x83\x6e\xc3\xa7\x6f\xba\x8f\x9e\xb9\x73\x76\xec\xdc\xb8\xc7\xb8\xe7\xf8\xf9\xf1\x0b\xe3\x17\xef\x7a\x4d\x78\xdf\xf7\x79\xe4\x3b\xe5\x37\xe3\x3f\x1d\xf0\x20\x70\x2c\x68\x24\x78\x20\xa4\x27\xb4\x23\xac\xf5\x52\x53\x78\xfd\xe5\xba\x88\xda\x2b\xb5\x57\x6b\xaf\xd5\x45\x36\x44\x35\x47\xb7\xc7\xf4\xc4\x0e\x90\x6e\x92\x27\x28\x53\xd0\x4b\xf8\x13\x0a\xd0\x2c\xec\x30\xf6\x06\x17\x13\x7b\x88\xc7\x54\x06\x4d\x9f\x76\x97\x8e\x32\x74\x18\xa3\x4c\x88\xb5\x9d\x35\xca\x46\x38\xba\x9c\xbb\x5c\x82\x67\xc8\x7b\xc4\x67\x0b\x76\x0b\x66\x85\x12\x91\x8d\xe8\xad\x38\x59\x62\x2f\xf9\x2e\xcd\x8d\x73\x8d\x9f\x1b\x5f\x21\xbb\x90\xa0\x94\xd0\x92\x18\x26\x5f\x2d\x6f\x4d\xf2\x4f\x56\x4e\xae\x4f\xf1\x4e\x55\x4c\xad\x4b\xf3\x4e\x5f\x96\x5e\x9f\xe1\x9b\xa9\x9c\xd9\x94\x15\x90\xbd\x3c\xbb\x35\x27\x38\x77\x75\x6e\x67\xde\xa5\xfc\x75\xf9\xd7\x0b\xae\x14\x6e\x2c\x1c\x28\x8a\x2a\xd6\x28\x1e\x29\x21\x97\x6e\x2b\x1d\x2d\x43\xca\x77\x94\x4f\x54\x50\x2b\x0d\x2b\x1f\x56\x31\xab\x8d\xab\x1f\xd6\xd0\x6b\x0d\x6b\xef\xd7\xd1\xea\x0d\xeb\x1f\x36\x30\x1b\x4d\x1b\x9f\x36\x89\x9b\x0f\x34\x7f\x6c\xc9\x6c\x75\x6e\x9b\xd7\x56\xd5\xee\xdb\xb1\xb2\xa3\xbb\xf3\x6a\x97\x46\xd7\xad\x6e\xa4\x67\x67\xcf\xbd\xeb\xd4\x5e\x83\xde\x89\x3e\xac\x7f\x7b\xff\xf0\xc0\x95\xc1\x55\x83\xb5\x37\xdc\x86\x76\x0c\x67\xdc\x5c\x71\x0b\xbb\xfd\xfa\xce\xc9\xb1\xaa\xbb\xaa\x13\xa1\xf7\xba\x1e\xac\x7e\x18\xf0\xa8\x7a\xf2\xdf\xd4\xe1\x27\xdc\xe9\x91\x19\xd5\xd9\x13\xcf\x24\xcf\x7f\xbd\xf4\x7e\x75\xfd\xcd\xf6\xff\x98\x6f\x9f\xbd\xb7\xf9\x20\xff\xf8\xee\xb3\xcd\x17\xe1\xd7\x47\xdf\xb7\xff\xb8\xf2\xb3\xed\xf7\xb2\x3f\x1e\x7f\x4b\xfe\xc7\x7f\xae\xc2\x7c\xa5\x85\xab\x16\xa9\x2f\xd9\xa4\xb8\x51\x69\xbd\x8a\xda\xf2\x75\x2b\xd5\x57\xab\xaf\x55\x5f\xb7\x4a\xfd\xdf\x86\xd7\x9b\x1e\x6c\xb9\xa5\x39\xac\x3d\xba\xed\x91\xce\xcb\x1d\xdf\xf5\x17\x1b\xaa\x19\xeb\x9a\x54\xed\xaa\x34\xad\x34\xab\xd8\x5d\xb1\xa7\x7c\x6f\x99\x79\x89\x45\xb1\x65\xe1\xbe\xfc\xfd\xb9\x56\xd9\xd6\x19\x36\xa9\x07\x92\x6c\x13\xed\x12\x0e\xca\x0e\x25\x1c\x4e\x3a\x92\x7e\x34\xcf\xbe\xe2\x58\x8b\xc3\xd0\xf1\x4e\xc7\x26\xa7\x9a\x13\x95\x27\xcb\x9d\xcb\x5d\xca\x5d\x2b\x4f\xd5\xb8\xd5\x9f\x6e\x72\x6f\x3b\xd3\x79\xb6\xe7\x5c\xaf\x47\xbf\xe7\xe0\xf9\xa1\x0b\x23\x17\x6f\x79\xdd\xf1\xbe\xeb\xf3\xc0\xf7\xb1\xdf\x8c\xff\xd3\x80\xc9\xc0\x89\xa0\x3b\xc1\x23\x21\x37\x42\xfb\xc2\x7a\x2e\x75\x85\x77\x5c\x6e\x8f\x68\xbb\xd2\x76\xb5\xfd\x5a\x47\x64\x57\x54\x4f\x74\x5f\xcc\x8d\xd8\x5b\xa4\xbb\xe4\x47\x94\x19\xe8\x0d\xfc\xe5\xff\xf8\x4f\x52\x69\x34\x3d\xda\x18\x1d\x62\x6c\x65\x8c\x30\x63\x59\x9a\xac\x21\x76\x0c\x47\x93\x33\xcc\x25\xf1\xb6\xf2\x6e\xf3\x61\xc1\x0e\xc1\x84\x90\x26\x32\x11\x4d\x89\xf9\x12\x4b\xc9\x2b\x69\x62\xdc\x91\xb8\x6f\xf1\x79\xb2\xd3\x09\x8b\x12\x1a\x13\x43\xe5\x2b\xe4\xf5\x49\x9e\xc9\xf3\x93\x8b\x52\x5c\x53\xfe\xa4\xe6\xa5\x39\xa7\xfd\x49\x2f\xc8\x70\xcd\x04\x99\x25\x59\x67\xb2\x17\x66\x57\xe6\x5c\xc8\x55\xcc\x6d\xc8\xf3\xcb\x5f\x9e\xdf\x56\x10\x5a\xa8\x56\x78\xbd\xe8\x6a\xf1\xe6\xe2\xa1\x12\x52\xe9\xd6\xd2\xd1\x32\xb4\x7c\x67\xf9\x44\x05\xad\xd2\xa8\xf2\x51\x15\xab\xda\xac\xfa\x69\x8d\xa0\xd6\xa2\xf6\x79\x9d\xa8\xde\xb2\xfe\x59\x83\xb0\xd1\xa2\xf1\x59\x93\xb8\xd9\xaa\xf9\x4d\x4b\x52\xab\x7d\xeb\x8f\xb6\xfc\xf6\xd3\x1d\x0a\x1d\xb5\x9d\xbe\x5d\x2b\xba\x3a\xba\x2f\xf5\xa8\xf7\xf4\x5d\xbf\xda\xbb\xb1\xb7\xaf\x2f\xa2\x5f\xad\xbf\x7d\x20\x60\x50\x71\xb0\xfc\x86\xcb\xd0\xb6\x61\xfe\xc8\xa7\x5b\x6e\xb7\x6b\xef\xac\x1c\xbb\x3c\x3e\x30\xa1\x71\x2f\xe6\xfe\xd0\xc3\xcd\x8f\xae\x4c\x76\x4e\xa9\x3e\xb9\x38\x5d\xf2\xf4\xc7\xac\xdd\x33\xd1\xf3\xb7\x2f\xed\x5f\xe5\xbc\xfe\xf7\xdf\x99\xb7\x95\xef\x97\x7c\xf0\xfa\x58\xf7\x79\xd9\x17\xaf\xaf\x35\xdf\x17\xfd\x38\xf7\xb3\xf4\xf7\xdc\x3f\x6e\x7f\x0b\xff\xc7\x1f\x7c\x9e\xf3\x62\xee\xc3\x79\xb7\xe6\x0f\x2c\xe8\x5b\x38\xa4\x30\xba\x68\x6c\xf1\xdd\x25\x13\x4b\xef\x2b\x3e\x5c\x36\xa9\x34\xad\xfc\x4c\xe5\xb5\xea\xfb\xe5\x9f\x57\xfc\x58\xf9\x6f\xf5\xfc\x35\x4b\xd6\xaa\xa8\xad\x5e\xb7\x4e\x7d\xdd\xfa\x75\x1b\xd6\x6d\x54\xdf\xa4\xbe\x59\x7d\x8b\xba\x86\xba\xe6\x3a\xad\x75\xda\x6a\x5b\xd7\x6e\x5b\xb3\x7d\x95\xce\x0a\xdd\xe5\x3b\x54\x77\xaa\xe8\xa9\xea\xaf\x30\x58\x6d\xb8\xce\x68\xb3\xb1\x8e\x89\xc9\xae\x9d\xa6\x5b\xcd\x34\x77\x6f\xd9\xb3\x65\xef\x16\x73\x4d\x0b\x6d\xcb\xed\xfb\x76\xec\x37\xb0\x32\xb6\x36\xb3\xd9\x7b\xc0\xc2\x76\xbf\x9d\xf5\x41\x9b\x43\xb6\x87\xed\x8e\x1c\x3a\x7a\xd8\xfe\xe8\x31\x7b\x07\x87\xe3\xf6\x8e\x07\x9d\xac\x4f\x58\x9c\xdc\xed\x6c\xe2\x62\xe0\xba\xf3\x94\x8e\xdb\xb6\xd3\xda\xee\x5a\x67\xb4\xce\x6a\x9d\xd3\xf2\xd8\xea\xb9\xfd\xfc\x8e\x0b\x06\x17\x77\x79\x99\x7b\x5b\xfb\x1c\xf1\x3d\xe9\x77\xd6\xdf\x3f\xc0\x33\xd0\x2d\xc8\x29\xd8\x3e\xe4\x50\xa8\x6d\xd8\x81\x4b\x36\xe1\x36\x97\x6d\x22\x6c\xaf\x1c\xbc\x7a\xe4\xda\xb1\x48\xa7\x28\x97\x68\xf7\x18\xcf\x58\x6f\x52\x00\x39\x94\x12\x01\x45\xc2\x24\x04\x46\x21\x2c\x06\xbf\x42\x84\x51\x03\x68\x5e\x74\x0f\x86\x1b\xf3\x24\xeb\x38\xfb\x28\xe7\x10\xd7\x8e\x67\xcb\xb7\x15\xd8\x09\x0f\x89\x8e\x8a\x1d\x25\xae\xd2\x73\x71\xbe\xf1\xe1\x32\x72\x02\x3b\x31\x51\xce\x4f\xa2\x26\x53\x52\xae\xa5\x86\xa7\x05\xa7\xfb\x67\xf8\x66\x7a\x67\x79\x67\x7b\xe7\xf8\xe6\xfa\xe7\x05\xe5\x87\x16\x44\x14\x46\x16\x91\x8b\xb1\x12\x66\xa9\xa0\x2c\xbe\x3c\xb5\x22\xb7\xb2\xb4\xaa\xb2\xba\xb2\xa6\xa2\xb6\xbc\xae\xac\xbe\xb4\xa1\xa4\xb1\xb8\xa9\xa8\xb9\xa0\x25\xaf\x35\xa7\x2d\xab\x3d\xa3\x23\xad\x33\xa5\x2b\xb9\x3b\xa9\x27\xf9\x7a\x6a\x6f\x46\x5f\x6e\x7f\xf1\x40\xf5\x60\xdb\x8d\x1b\x43\xed\xc3\xb5\x23\xa5\x37\x0b\x6e\xe5\xdc\xce\x1a\xcd\xbc\x93\x39\x96\x35\x9e\x73\x37\x7f\xa2\xe8\x5e\xc9\xfd\xf2\x07\x95\x0f\x6b\x1e\xd5\x4f\x36\x3d\x6e\x9d\xea\x7c\xd2\x3b\x7d\xe3\xe9\xed\x99\x7b\xb3\x4f\x9e\x4d\x3d\x9f\x78\x31\xf2\xb2\xef\x55\xe7\xeb\xe6\x37\x75\xff\x55\xbd\x2d\x7f\x57\xf2\xbe\xf8\x43\xd1\xc7\xe2\x4f\xa5\x9f\x2b\xbe\xd4\x7e\x6d\xfe\xd6\xfd\x7d\xe8\xc7\xdd\x9f\x4f\x7e\xbd\xfc\xfd\xfe\xcf\xd7\xbf\xbf\xfe\xfd\xfb\xf7\x0f\x05\xc8\xef\xb7\x8a\x28\x40\xda\x1f\x2e\x42\x01\x22\xe9\x7b\x89\x02\xe4\x4a\x0d\x1f\x05\x88\x67\x3a\x81\x02\xc4\x9d\xdd\x80\x02\xc4\x27\xa2\x15\x05\x08\xee\x36\x89\x02\xa4\xda\xec\x2b\x0a\x90\x7f\xaa\x27\xd0\x95\xa8\xe1\x9f\x76\x84\x45\x18\xbd\x59\x82\x10\x78\xfa\xfd\xa3\x08\x15\x37\xe8\x65\x22\x7c\xac\xb3\xda\x07\xb9\x82\xcd\x4b\x93\x22\x45\xd8\x01\xd6\x08\x52\x83\xa9\x47\xa8\x21\xd7\xd1\x2f\x6e\x6b\x91\xfb\xe8\xb4\xd9\x19\xe4\x35\x7a\x43\xe5\x01\xaa\x82\xc6\xfd\xba\x82\x6c\xa4\xa7\xbd\x5a\x88\xa8\xd1\xba\x26\x44\xc8\x42\xea\xd7\xeb\xa6\xc8\x4a\xaa\x56\xd5\x2a\x44\x83\xa0\xa4\x66\x23\x8e\x84\x0b\xf3\x15\xe2\x8d\x7f\xbb\x1c\x84\x10\xb8\xf0\xd4\x55\x24\x0f\xd7\x33\xbd\x8d\x5c\xc7\xda\x54\xc8\xc8\x2f\x6c\xd5\x37\x03\x38\x9a\xd7\xf7\xec\x00\x1c\xc0\x85\xc6\x4e\xc2\x41\x1c\xf5\x2e\x6f\x38\x9c\x35\x51\x9e\x03\x43\xcc\xca\xe4\x41\x58\xc8\xb8\xc1\xb0\x81\x4b\xe8\x6f\xc3\xb7\xc3\xaf\xe8\x73\x5d\x2d\x90\x6d\xd4\x9f\xbb\xde\x20\x9e\xc4\x75\xe5\x7f\x48\x01\x6e\xf1\x29\x14\x82\xe2\x97\x4c\xff\x86\x60\xa9\xca\xed\x1d\x10\x55\xbc\xa5\x3d\x01\x12\x09\x5d\x4a\x8d\xa0\x12\x7e\x92\xbc\x12\x1a\xe0\x2d\xa3\xc1\xd0\x37\x0e\x14\x36\x02\x1f\x60\x4d\xb8\x68\xc3\x12\xa6\xd2\x2e\x63\xf8\x3e\x7d\x8e\x72\x07\xb2\x87\x40\xdf\x35\x52\x52\x53\x5f\x3e\x16\x50\xf2\x92\x43\x47\x0e\x52\x2a\x13\x67\x5b\xfe\x52\xfa\x64\xa4\xa2\x27\x94\x27\x71\x1b\x13\x2a\xa0\x95\xe2\x3b\xc4\x4d\xe8\xb0\x90\x12\x4a\x83\x52\xf9\x8b\x9c\x35\xa1\xbf\x1c\x3f\x13\x21\xec\xcc\xf4\x53\xce\x86\x5b\xa9\xe3\xaf\x21\xf2\x8d\x92\x8c\x07\x93\xe4\x3b\x85\xfa\x83\x15\xe4\x89\xdc\xfa\xc6\x36\xf2\xcb\x2c\xab\xfc\xaf\x94\xa5\x69\x3d\xf1\x1a\x94\x3d\xc9\x47\xb1\x54\x0a\x25\x21\x37\xb8\x81\x32\x21\x1d\x3e\x31\x04\x59\x09\x8b\x8d\x07\xa0\x1c\xee\x66\x65\x29\xbc\x95\x3e\xfe\x62\x0b\xd9\xb5\x75\xdd\x04\x9f\xec\xd8\x10\xd2\x57\x47\x3e\x56\xfd\xac\xee\x2b\xd9\xad\xfc\x50\xae\x2f\x39\xa2\x48\x24\x19\x26\xe7\xe6\xb6\x20\x12\xf2\xfb\x8c\xfc\xa0\xf9\x14\xc7\x64\x6b\x27\x82\xd2\x14\x7f\xd9\x58\x01\x32\x14\x6a\x2a\xa3\x50\x37\x73\x76\x96\x20\x2b\x0f\x47\x8c\x1b\x90\x97\xf7\x3d\xbf\xee\x4c\x56\xec\xb2\xa9\x29\x27\xab\xb6\x60\xd9\xd6\x64\x9d\x3a\x81\xe8\x2e\xf9\x5c\x45\x24\x34\x4e\xce\x29\xfc\x1e\x40\x90\x5f\x65\xf5\x39\x8a\x28\x0e\xc9\x87\x8c\x62\x29\x13\x52\x55\x65\x14\xa2\xb1\x6b\x66\xaa\xc8\x73\xc7\xa6\xc7\xf6\x93\xfe\xdc\x5c\xd1\x73\x99\xf4\x69\x60\x55\xf5\x4d\xd2\xe7\xae\xa1\xac\x60\xb2\x42\x8b\xad\x48\x95\x6c\x5a\xcb\x81\xb6\x91\xa1\x32\x4f\xff\x27\xe4\xfa\x3c\x5b\x47\x2b\x8a\x52\xea\x2b\xa3\x73\x94\x8c\xb8\x26\xe5\x4c\xe8\x2c\xc7\xe1\xe9\x57\xf2\x9c\x87\x83\x77\x10\xd2\x9b\xf1\xc8\xee\x1b\xa4\xdb\x37\x57\x55\xeb\x93\x06\xfb\xdd\x32\x6f\x91\x26\x3a\x0f\x0b\x69\xa4\x7f\x8d\x7f\x28\xe5\x64\xdb\x2a\x5d\x7f\x5f\x72\x64\xe1\x0e\x47\x4d\x72\x7d\xc6\x12\xa3\x20\x8a\x4b\xfc\x0b\xe5\x1f\xd0\x4a\xce\x95\x1f\xf1\x78\x15\x3c\xf3\xc2\x12\xf7\x81\x8b\xc6\x27\xf0\x0d\xb0\xa8\xfb\x22\x36\x03\x53\x2a\xdc\xb0\x74\xe8\x6f\x8a\x32\x16\x0b\x97\x33\x32\x30\x2b\x78\x26\xfc\x28\x36\x07\xd1\x74\xad\x47\x5b\x11\xd8\x34\x12\x45\x91\x37\x2a\x79\xa8\x03\x6a\xf9\x2d\x0b\xdf\x85\x3b\x3c\xe3\x63\x2f\xb1\x8e\xb1\xf3\x58\x0e\x76\xaa\x6b\x1b\x16\x8d\xfe\x28\x3f\x81\x59\xa1\x91\xc9\x3a\x98\x16\x5a\x49\xbf\x8e\x7e\x41\x0b\x2e\x89\xd1\x7e\x34\xd5\x55\x15\x4d\x46\x73\x76\xfd\x87\x06\xa1\x35\x2a\x56\xa8\x3d\x2a\xff\x12\x8c\xf5\xd0\xea\x66\x52\x31\x32\xf5\xd3\x68\x09\xa6\x47\xb5\xec\xe8\xc7\x94\x09\x52\x99\x3a\x3a\x8b\xbf\x4f\xda\x8b\x0e\xe0\x37\x68\xaf\xd1\x1c\x9c\x08\x9b\x41\x59\xf8\x5e\x97\x73\x68\x08\xf6\x6e\x57\x28\x7a\x08\xcb\x50\xfe\x80\x9a\x60\xab\x3f\xf8\x62\x0b\xb8\x53\x4f\x54\xd0\x26\x4e\xe9\x4d\x19\x8a\xb1\x2f\xb6\xa9\xa1\x6e\x2c\xd3\xe2\x3b\xa8\x09\x73\x73\x62\x20\xba\x8c\xe1\x44\x75\x41\x3e\xd1\x89\xd0\x2a\xe4\x23\x2d\xcb\xd9\x1a\x79\x43\xad\x31\x91\x21\x8f\x89\x3c\x65\x1a\x32\x85\x5b\xfe\xd7\x80\xba\x49\x47\x1f\x3d\x44\x17\x4a\x96\x0e\xf1\x90\x5e\x91\x4d\x73\x00\x92\x26\x60\x17\x06\x21\x18\xef\xa5\xec\x1c\xe2\xc5\xbd\x8a\x27\x21\xc7\xd8\x7f\x43\x7c\x10\x67\x56\xf8\xc9\xbd\x88\x27\xa3\xdb\xf8\x35\xe2\x49\x9b\x52\x76\x46\xae\x10\x8c\x57\x7b\x10\x4e\x4a\xea\x7d\x39\xe2\x98\x74\x78\xa0\x0d\x59\x9f\x70\xaf\xe1\x11\xfc\x39\x9e\x95\xbf\x01\x9e\x94\x1e\x8a\xf3\x85\x9b\xc5\xeb\xd1\x2f\x70\x81\x60\x26\x78\x33\x5c\xc3\x13\x9c\xb0\x83\xfb\x39\x4a\xc6\x67\xe0\x31\xe6\x5e\xe5\x43\xf0\x67\xea\xd8\x33\x0d\xb8\xa8\x58\x71\xfc\x3b\x4c\xca\x6f\xef\xdd\x07\x1f\xc9\x89\xac\xad\x82\x57\x67\xae\xcb\x39\x0e\x7d\x4e\x6d\x15\xcf\x40\xd3\x49\xfe\xf0\x08\x34\x25\x7b\x11\x78\x11\xfa\x24\xdd\xe3\xf8\x0b\x56\x14\x5a\x1b\xe5\xc1\x5a\x9c\x59\xe5\x83\xf0\x69\xfa\xd0\x74\x07\x7c\xb2\xd9\x62\xb4\x1a\xfa\x59\x57\xd7\x6d\x0f\x35\x57\xf9\x54\x7d\x81\x90\xd2\xe9\xcc\x41\xc8\xb9\xf0\xb8\x30\x19\xb2\xcf\xc9\xa6\x0c\x41\xa7\xd2\x9b\xfd\x6b\xa0\xe0\x24\xe2\x78\x33\xc4\x8e\x7b\x6e\xf8\x1e\x2a\x11\xdc\x52\xde\x07\x7d\x64\x0e\x4f\x99\xc2\xab\x6f\x68\xdd\xba\x08\xf5\x5c\x7f\xd8\xf1\x0b\x8a\xed\xb8\x5a\xd1\x02\xed\x6e\x7a\x94\x5e\x09\x2d\xaa\x5d\xcb\x2f\xa5\xfc\x2a\xd7\x25\xaf\x81\x16\x16\x4c\xfa\xd9\x40\x0a\x99\xff\x39\xf4\x41\x1b\x93\xe4\x86\x21\x90\x8b\x24\x5f\xd9\x0e\x2a\x67\x8b\x1e\xfb\xc1\xf3\x47\xa5\x37\x49\x50\xd5\xd0\xc7\x0e\x35\xe8\x7c\xdf\x96\xf2\x29\x68\x4d\xe7\xe2\xb4\x87\x94\x17\x4d\x95\xbc\xd7\x94\xb1\x1a\x5d\x52\x30\x65\xb2\x54\xcf\x37\x8f\x72\x27\xf7\xac\x03\x44\x79\x9c\x6a\x6c\x78\x08\xda\x1c\x67\xaf\x1c\x08\x51\x39\xda\x93\x5d\xd0\xd7\xfb\x56\x23\x37\xa1\xc4\x3b\xa6\xed\xd1\x90\xe5\xf0\xdc\x72\x6b\xca\xdb\x5e\x72\xda\x41\x4a\x4d\x7b\x36\xef\x3c\x25\xa5\x81\x1d\xfb\x99\x92\x56\xf1\xda\xd7\x84\x22\x2c\xb0\x74\x70\xa5\x08\xd2\xed\x0c\x8f\x53\xc6\xe2\x23\x94\x5b\x20\x0b\xce\xb1\x8f\x7f\x69\x08\xf4\x71\xda\x86\xfa\x1e\x1a\xbe\x15\x48\xf5\x85\xc4\x6d\xf1\xc4\x47\x28\xb4\x64\x2e\xc1\x80\x2e\x27\x3a\x11\x9a\xf0\x5c\xaa\x25\x5e\x05\x7b\x86\x92\xf1\x3d\x70\xbb\xb3\x37\x56\x8f\xec\x35\x69\xc2\x76\x21\xed\xca\xb5\x68\x27\xba\xeb\x43\x00\xf5\x37\xe6\x39\xf5\x98\x7a\x0d\xfd\xef\xa6\x09\xf1\x0e\x45\x5b\xc5\x04\x17\x5d\x5d\xbc\x91\xd0\x41\xa6\x12\x10\xfc\x36\xaa\x42\xc4\xe2\x61\xa8\x46\xc8\x0d\x7c\x3e\x6a\x71\xb2\x10\x93\xa1\xe7\x4d\x76\x63\x1a\x28\x5f\xd9\x13\x6d\x45\x79\xef\x4c\xa9\x10\xf5\xd1\xe3\x45\xc4\x2f\xaa\xce\x30\x87\x80\x09\x7a\x8b\x2e\xa1\x8d\x8f\x15\x7e\xc6\x87\xf0\x33\xb2\x0c\x3c\x0a\xd7\xc0\x73\xf1\x0d\xf8\xa2\x10\x0d\xec\x3a\x36\x7e\x72\x1e\x16\x88\xe5\x18\xb7\x63\x00\x8b\x51\x5e\x89\x16\x62\x4b\x5e\x5f\x24\x6a\x39\xbf\x1f\x64\x11\xbb\xd9\x4f\x07\xd3\xf0\x1e\x56\x5e\x63\x0e\x1e\xc4\xe4\xe6\x77\xe2\x6a\x0c\x4e\x5c\x1f\xd6\x41\xef\xc7\x36\x61\xe1\x74\xd5\xa0\x2f\x98\x31\xed\x80\xd3\x5f\xf4\x35\xd5\xd7\xe8\x17\x2a\x27\x28\x4a\x4d\xe8\x59\xdc\xf0\xf9\x4d\xc2\x55\x92\x39\x41\xe0\x35\xe2\xa5\x7d\x55\xf8\x2e\xa1\x4f\xfd\x02\xec\x06\xbf\x33\x37\x04\xbb\xc6\xdb\x23\xe9\xc1\x34\x38\xe3\xc8\x65\x74\x9c\x1d\x1d\x58\x8a\x26\x31\xff\x3a\x2d\x40\xbd\x18\xa1\x46\x1e\xa8\x1a\xad\x54\x29\x1e\x79\x4e\x44\xcf\x90\xf1\x82\x64\xd7\x31\x3f\x5c\x5d\xbe\xad\xe7\x37\x56\x23\x1b\xaa\xe1\x61\x7b\xe3\x12\xb2\x4d\xd0\x07\x92\x70\xd1\x7d\x94\x23\xba\x00\xdd\x41\x0f\x08\xec\x02\xae\xa0\x0a\x3c\x45\xc7\x75\xc8\x08\xbb\xd8\xf0\x0e\x22\x62\xfc\x55\x8a\x47\x02\xa8\x9d\x53\x52\xac\xb0\x30\xe2\xd6\x43\xec\x50\x9e\x73\x27\x0f\x9d\xc9\x36\xaa\xbc\x82\xfa\xa4\x7f\xca\x08\x41\x41\x4a\xa5\xc0\x1f\xa9\x93\x43\xe4\x7a\x84\x2c\xd3\xf4\x6b\x45\x0e\x4a\x64\x0e\x93\xc8\x2a\x41\xbf\xa1\x1e\x3c\xcd\x49\x56\xca\x80\x7b\xe9\x55\x8f\x0c\xb1\xa8\xc6\x73\xc3\x59\xe8\xed\xda\x39\x6d\x99\xa8\x67\xc5\x83\xb2\x46\xe4\x76\x49\x4c\xea\x3b\x24\xa0\x60\x3e\x4f\x0b\xd1\xca\xa6\xc6\xb6\xc2\x1f\xd3\x7a\x7d\xd7\xc1\xed\xf2\x96\x63\xb9\xb0\x34\xce\xc5\x80\x80\x83\x04\x91\x4a\x99\xf0\x79\x66\xfe\xfd\x46\xec\x40\xff\xd8\x0d\x0f\x34\xa7\xfb\x7a\x8b\x37\xaa\xda\x96\x54\x22\x42\x18\x8d\xc6\xc9\x53\xc8\xfa\x6a\x19\x67\x3f\x3c\x5a\x7a\x37\x46\x19\x4e\xcb\x6f\xf2\x2e\x81\xcf\x67\xce\xb3\xaf\x80\x77\xca\x67\xf4\xbf\xc3\xaa\x12\x63\xa5\x62\x78\x2d\xfb\xe2\xbd\x19\x4c\xff\x96\xf5\x20\x15\x15\x0e\xf6\x34\x33\x90\x1f\xd7\x35\x8b\xeb\x90\x80\x76\xdb\x64\x25\xf8\x7b\xe3\x3a\x36\x05\x2e\xae\x6a\x8f\xf6\x85\xaf\x15\x7f\xf5\x5e\x07\xef\xc8\xf1\xb3\xbf\x08\xbd\x4f\x09\xd3\x1f\x85\x1e\x4b\x07\x95\x6e\x41\xaf\xd9\xef\xef\x9d\xc4\xd4\xee\x36\x0d\xbc\x41\xfd\x6e\x7d\x6a\x7a\x86\x8c\x0d\xce\x14\xaf\x42\x6c\x7a\xe4\x49\x91\x70\x7f\xeb\x57\xd6\x47\xf8\x6a\xfd\xb2\xa8\xff\x60\xb3\xf2\x4c\xaf\x5a\x68\x36\xdf\xd6\xde\x14\xca\x4c\x8b\xd6\xbf\x07\x49\xe2\xde\x28\x6b\x42\x19\x9c\xb5\xb3\x4f\x38\x96\x94\xc0\x71\x2d\xf6\x09\x8a\xfb\xf5\x78\xd6\x01\x8a\x63\x4d\x21\x93\x4c\xb1\xcd\x7a\xc7\xa8\xa7\x9c\x17\x39\xd0\x1f\x53\x06\xa0\xb9\xf4\xb9\x90\xbb\xbf\x1f\x4d\x15\xfa\x7d\x5c\x93\xba\x12\xce\x35\x68\x25\x96\x23\xfe\xcb\x5c\x70\x75\x14\xcc\x8c\xb3\xeb\x90\x9e\x31\x5b\xd6\x2d\xe4\x6a\x4f\x05\x73\x04\xd9\x51\x7d\x9f\xa9\x02\x3f\xcf\xda\xc7\xf0\x84\xdb\x84\xb9\x74\x0e\xfc\x92\x12\x44\x6b\x43\xb6\xf9\x0d\x53\x9f\x21\xe1\x0e\x42\xe2\x1b\xd2\x69\x70\x94\x98\x8f\xea\x2f\x5b\x8a\xab\xa1\xa7\xa6\x07\xd9\x47\x88\xcd\xa3\x6c\x96\x1f\x2e\xed\xd6\x61\xfa\xe3\xab\xaa\xb2\x18\x95\x58\x62\xa6\x39\x63\x0e\x66\x2e\xe8\xa6\x5b\x60\x1b\xc8\x05\xb4\x6b\xd8\x2a\x3f\x3d\x6a\x01\xb6\xd4\x01\x10\x03\x18\xd0\x9f\xc6\x9f\x62\x4a\x8a\xb7\xf1\x45\xe8\xcd\xc7\x0c\x96\x98\xed\x70\x33\x83\x59\xcc\x3a\xde\x51\xc8\xa8\x63\xda\x55\x5c\xa0\xff\x60\x38\xa6\x9b\xd2\x0f\xd2\x2f\xf3\x95\x69\x4c\x5a\x3f\xc9\x8e\x3a\x44\x33\xf0\xf9\x4b\x55\xa7\x46\xd9\xff\x21\xdc\x89\x5a\x7d\x0b\x1c\x27\x16\x28\x26\x60\xd5\xd8\xfb\x87\x4b\x59\x86\xa2\x84\xa1\x56\xe6\x36\xa1\x5e\xeb\x2c\xc3\x98\x5f\x5b\xfa\x9c\x7e\x85\x67\x93\x0a\x68\x2d\x9c\x87\xdc\x1d\xb4\x05\xec\xac\x98\x3c\xea\x49\x56\xb0\x77\x33\x11\xcf\x5c\x65\xbf\x06\x1f\xa5\x17\xeb\xd5\xe1\x80\x66\xac\x28\xc0\xf6\x13\xc6\x13\x3f\x98\xb2\xc4\xa9\x81\x3a\x46\x89\xec\x51\xb3\x23\xbd\x29\x6e\xa8\x98\x4f\xfb\x2a\xe9\x4d\x7a\x47\xdb\x2f\x1a\x62\x9f\xa6\x32\x04\xef\xa2\xd7\x11\xf7\xf9\xf3\xbd\x44\x84\x0a\x77\xce\xd1\xc3\xb8\x1d\xeb\xbe\xde\x61\x2c\x86\x11\xa5\x98\x89\x36\x53\x49\x63\xf1\x8c\xe7\x79\x68\x6f\x12\xfd\x5d\xb6\xa4\x61\x09\x1d\x64\x64\x16\xc8\x68\xa6\xa9\x39\x89\x36\xd4\xc8\xa4\x5c\xc6\x0f\xa2\x2b\xa1\x34\x72\x25\xb1\x36\x4e\x76\xe1\x1b\xee\x22\x76\x39\xb2\x11\x13\xf0\x87\x77\x96\xa0\xfd\xec\xef\x8a\xad\xe8\x1a\xfa\xc5\xdb\xf3\x18\x82\xda\xc8\xee\x63\x74\x41\x25\x51\xbb\x9b\xc6\x28\xcd\xcb\xfd\x40\xad\x2c\x94\xc7\x8f\x10\x6f\x73\xa3\x68\xdd\x84\x45\xe6\xa1\xab\x5b\x71\x49\xca\xc3\xf3\x3e\xd8\x68\xa2\xee\xa1\x4f\xd8\x72\xe9\xe6\x9d\x8b\xd1\x93\xfc\x7c\xc5\x5e\x24\x97\x69\x35\xd2\xca\x70\xec\xb9\xdc\x69\x42\x77\x68\x1f\xac\x9e\x43\x3b\xd9\xf4\x2f\xfb\x3e\xf5\x72\xed\x8c\x74\x8c\xc8\xac\x48\x24\xde\xe3\xcf\x8a\x8d\x22\x68\xf8\x9e\xdc\x08\x4f\x45\xec\x6a\xba\xfe\xc1\xaf\x68\x55\xe2\xe5\x1d\x30\xf2\x53\x6c\xae\x78\x1b\x39\xc7\x9a\x1a\x9e\x62\x9c\xbd\x51\xd2\xe1\x49\x3f\xd8\x2b\xaf\xda\x49\xdb\xd3\x79\x36\x7b\x2e\xd5\xa5\xb9\x5d\xba\x88\x40\x6a\x5f\x12\x46\x78\x4b\xf9\xab\xcb\x0f\xf1\x25\x85\xb8\x07\x82\xd9\x66\x45\x1f\x94\xa1\x48\xd2\x83\x1d\xae\x48\x9f\xa4\x43\xf1\x13\xb2\x83\x1d\x36\xbc\x9f\xe1\x3d\xba\xb0\xbd\x9e\x6e\x3e\x94\x54\xc9\xa0\xa9\xf7\x7e\xcd\xf2\xa2\xee\xec\x78\x27\x09\x27\x9c\x9a\xe4\x78\x0e\x4e\xad\x51\xb9\xec\x8b\x0d\x94\x2a\x7a\x68\xa1\x7f\x72\xad\x0e\x06\xa0\xbb\x52\x6e\xef\x70\x47\x60\xe9\xc3\x65\xd6\xf0\x13\x76\xd2\xc4\x3c\x51\x21\xd9\xb4\x3f\x57\x68\x48\xb6\x69\x6c\xe3\x0f\x90\x0f\x17\x8e\xf0\xc4\xe4\xf3\xf2\x45\xdc\x73\x64\x19\xd3\x87\xa3\x42\x59\x19\xb9\x91\xd5\x48\xa9\xba\xc0\x67\xba\x41\x5e\x87\x4f\xd2\x1f\xc0\x9b\x77\xd8\xd0\x1c\x10\x95\x25\x6c\xa2\x17\xe9\xb8\x6b\x21\x5a\x0f\xfb\xf7\xdd\x14\xb4\xc0\xa6\x0d\x4f\xf9\x41\xf0\xdc\xc2\x45\x3c\x0b\xe8\x61\xe2\x29\xee\x52\xe8\x11\xa3\x95\x3d\x0c\xaf\xb8\xc6\x65\x51\xe1\xd0\x0b\x0b\x98\x06\x70\xef\xa1\xdb\xf4\x2e\x64\x97\xee\x43\x9a\x0d\x32\xb4\xe4\x38\xd1\x8f\xae\x1e\xbb\x2d\xcc\xc2\xd2\x7b\x31\x81\x3b\x66\x51\x5f\xc6\x57\x45\x47\x0b\x94\xb8\xaf\xd0\xd8\x04\x2a\xa7\x0d\xb5\x66\xcc\x63\x33\x51\xb3\xab\xcf\x58\x87\xd0\x23\xe7\xaf\x30\xfe\xa0\xae\x87\x5c\xe9\x29\x68\xb0\x2e\x9d\xa6\x89\xe6\x2d\xd1\x26\x6a\x50\xf6\x6d\xaa\x50\x83\x79\xb9\xbb\x89\x3f\xca\x88\xaf\xbd\xc0\xe3\xd2\x1b\x72\x3f\x71\xcf\xd0\x5e\xc7\x67\x70\xf4\x68\x26\xb4\x20\xd6\x17\x6a\xe9\x15\x11\xb3\x91\xba\xdb\xd3\x81\x81\x12\x19\x07\xfd\xe8\xc6\x84\xa2\xce\x2f\x6a\x07\x1e\xb7\x44\x81\xb8\x88\x65\x8d\xc8\x05\xa5\x02\xa2\x73\x3d\xdf\x89\x7f\xac\xea\x35\x6f\x11\xf7\x6f\x76\x37\x67\x94\x53\x25\x6d\x60\x67\xb1\xc9\x44\x33\xeb\x2a\x2b\x28\x42\x9b\x69\xc5\xf4\xf0\xd0\xa0\xff\x64\xec\xb0\xcb\xa0\x15\xd2\xde\xe9\x88\xa9\xd6\xd4\xb2\x25\xeb\xf0\xa7\xf8\xfd\x21\x20\xb0\x93\x65\xb6\x49\x78\x4f\xe2\xda\x2a\x52\xb8\x42\xc9\x83\xcc\x0a\x8e\xab\x78\x81\x78\x92\xad\x21\xdc\x8b\xaf\x67\x7e\xe1\x73\xc2\xbb\x18\x3d\xdc\x89\xb3\xbf\xe8\x51\xec\xcf\xb6\x8f\x68\x9b\x58\xf3\x75\x4c\x89\x3a\xfa\xcc\x12\x4b\xdc\x93\xba\xb1\xbf\x80\xcf\xc9\xc6\x9b\x2f\xf3\xcc\x33\x9e\x96\xa6\x70\x5e\xa5\xed\x4d\xfb\xc4\xce\x4d\x8e\x12\xfa\xb2\x42\x13\xcb\x90\xff\x98\x96\xf1\x5f\xc3\x66\x18\x4a\xd2\xcd\x67\x24\xb4\x2e\xd1\xb2\x03\xfd\xd4\x4b\xbc\xc1\xed\x85\xc4\x62\xf6\xe1\x25\xfe\x58\x35\xed\xdb\xf5\x44\x3e\x54\xf9\xaa\x41\xca\xfd\x5c\xe6\x52\xf4\x9b\x83\x15\x55\xa4\x90\xd8\xc6\x79\x2f\xf8\xea\xcc\x77\xd9\x4b\xa0\x7b\x8c\xd6\x74\xed\xd0\x15\x74\x61\xb2\xa2\xbb\x36\xed\xb0\x2c\xd5\xa6\x84\xf8\x22\x7e\xb2\x7d\x29\x2e\xe4\x0d\x2f\x89\xc4\x2c\x18\xad\xdd\x76\xfc\xd0\x8e\x3d\x75\xde\xdc\xa9\xe6\xa9\x82\x66\x4e\x50\xbd\x73\x92\x3b\x7b\x49\x15\x9b\xbb\x8a\xd9\x50\x2a\x21\xff\x64\x90\x0a\xb0\xe0\x00\xba\x6d\xf6\x66\xb7\x0e\xea\xa7\xd4\x7d\xd6\xf9\x44\x8a\xec\xd5\x36\x04\x37\x17\x19\x2e\x81\xd1\x97\x2c\xfb\xae\xf3\x7c\xdf\xbe\x35\xb5\xd7\xb8\x8f\xbb\x9c\xf2\xef\x72\x7c\x5a\x4f\xcb\xaf\xb1\x7e\x37\xac\xe1\xec\x63\x66\x54\xc9\xc9\x46\x8c\xb3\x25\xdf\x82\xaa\xe8\xeb\xf2\x3e\xbb\xe9\x51\xfb\x32\xdc\xac\x2d\x89\x70\xb9\xe9\xb6\x93\xf8\x62\x71\xce\x12\x39\x5a\xc7\x1a\xed\x2c\xe1\x9f\x19\xde\x54\xd3\xc2\x1d\xeb\xfb\x97\xbf\x91\x73\xaa\x2b\x2f\xb1\x83\x35\xdd\xf2\x97\x2d\x65\x52\xea\x97\x92\xe2\x19\x3b\x2a\x66\x82\xf4\x68\xd3\x45\xf6\xa7\x7a\xa9\xcc\xac\x9f\xd6\x0b\x89\xed\xc9\x6a\xdb\x4e\x60\xed\x92\xfa\x25\x53\xe8\x25\xf6\xc2\xfe\xba\x84\x34\x92\x5d\xb3\x52\xfc\x2d\x92\x57\xe9\x41\xe9\x4f\x12\x3d\xed\x88\xc4\x8e\x54\x2f\x88\x14\xf1\xc9\x4b\xe1\x51\x41\x0b\x39\x2e\x34\x8b\xf7\x88\x62\xed\x6e\xc4\xf9\x40\xf9\x66\xb3\x9a\x35\x0b\xf5\x6c\x85\x19\xb5\xf0\xa4\x42\x16\x8d\x8d\x24\xf5\xb5\x25\xd8\x40\x47\x9b\xf6\xc6\x43\xd0\x8e\x92\x08\x69\x31\xb4\x36\x95\x21\xfe\x09\xad\xe2\x77\x8a\x0e\x43\x06\xb0\x99\x80\x01\x91\x42\xd7\xf1\xaa\xa1\xa9\xd3\x55\x9c\xdb\xb0\x83\x75\x1e\xeb\x26\xdc\xb7\x55\x9f\x51\x88\x70\x14\x62\x68\x1c\x64\xa6\x37\x51\xf6\x16\x0d\x6c\xd4\x8b\x37\x46\x55\x8a\x21\xa9\x17\xd2\x9f\xd2\x2a\xae\x47\xc4\xfc\x75\xa2\x25\xc8\x55\x48\x2e\x38\x8e\xa0\x21\x4c\x1e\x86\xe4\x9c\x36\xe6\xe4\x22\xd7\xad\x2d\x59\xc5\xc8\x27\xed\x19\x06\x0f\x3d\xa3\x70\x81\x16\x85\x9e\xec\x9e\x91\xc5\xd1\x1f\xd5\xd5\xc4\x0d\xd1\xd5\x0b\xbd\xa5\x73\x69\x17\x93\xc6\xc4\xc7\xa8\x35\x5c\x5f\xa1\x9c\xaa\x41\xd9\xc0\xbf\x47\x34\x07\x1f\xe1\x2d\x23\xfc\xdc\x34\x38\x7b\xf0\xf7\x56\xd7\x58\x76\x38\xaa\x1d\xcd\xd0\xc3\x4d\x15\xce\xd2\x36\x62\x5e\x9d\x7a\x32\x05\x5e\x41\x0d\x2b\xce\x9c\x1b\x9f\x6f\x2b\x81\x38\x97\x13\xbf\x88\xba\xd9\x0e\xec\x76\xa1\x32\xcb\x9c\x54\xc6\x77\x65\x9e\x08\x52\xe1\x0a\x18\xa1\xa7\xe6\xb1\xcb\xe9\x1e\xfb\xdb\x98\xed\x34\x07\x6d\x6d\x7a\x21\xd5\x4a\x01\xa6\xa6\xe1\x92\xb6\x87\xf1\x82\x38\xf7\x2a\x6d\xe9\xb0\xa4\x39\xf7\xa0\xf8\x9f\x78\x69\x82\x8e\xc8\x5a\x78\x81\xb5\x5d\xc0\xe1\x77\xc4\x1e\xe5\xdd\xe6\xd9\x05\x3c\xe1\xae\xe0\x74\xb8\xdc\x61\x6f\x63\xfd\xdd\xbf\x92\x69\xc6\x3c\xa0\x35\x4d\x5f\x4f\xf7\x56\xa8\xa7\xaa\x12\x03\xcd\x19\xf1\x3b\x33\x2a\xca\x63\xa4\x07\xd2\x9c\xb3\x24\xe2\xe0\xe4\xd9\xb8\x0a\x61\xba\xdc\x9d\xfe\x96\xff\x48\xd6\x17\x7d\x9c\xa7\x19\xe7\xe0\xaf\xcf\xf1\x12\xd7\x3b\x37\xb1\xc8\x82\x7b\xfb\xd4\x18\x74\xee\xa8\x56\x38\x2d\x98\x95\xa1\xf0\x9e\xb8\x40\x13\x34\xae\x8f\xbb\x51\x46\x2a\x19\x94\x7c\x2d\x56\xcc\xd8\x29\x5e\x9a\xdf\x21\xb9\x24\xdc\x9d\x63\x41\xbd\xc3\x0f\xce\x48\x8b\xf4\xe5\x16\xa5\x2e\xf0\xc5\xd8\xcf\xe5\xfb\x4e\xc6\xb0\x16\xc4\xaf\xb2\x54\x61\x28\x8a\x72\x34\x9f\x51\xff\xe3\x7e\x5d\xa4\x80\x4f\x32\xf6\xd5\xaf\x8c\xfb\xd7\xa2\x58\x74\x57\x0a\xea\x67\x52\xdf\x8b\x95\xaa\x53\x44\x87\x85\xda\xe5\x5a\xf8\x0d\xfe\xc1\x22\xfc\x2a\xc6\x8d\xcc\xed\xf7\xbe\xc5\xce\xcc\xe8\x39\xa1\xca\xac\x4f\xb6\xb3\x58\x44\x6f\x8a\xbf\xa0\x79\x8a\x2a\x13\x6e\x5a\xb4\x02\x67\x30\x4b\x6b\x7f\xc7\xaf\xed\xf2\x2b\x9c\x94\xaa\xb4\xbe\x49\xf9\x25\x5e\xdd\x68\x23\x3c\x27\xd4\xa8\x71\xc7\x5e\xf3\xcd\xca\xf7\x5c\xa9\xe0\x7a\x14\x7e\xf6\x5e\xc3\x46\x73\xdc\x9c\x62\x98\xc2\x34\x5d\xf3\x64\x3a\x3f\x81\xa9\xb9\x85\x1a\x28\xa2\x2c\xd2\xc5\x5d\x59\x86\xb5\x2a\xf1\x7a\x7d\xef\x0b\xe7\x49\xd7\x77\x9b\xa4\x98\x88\x57\xb7\x99\x0b\xe4\xc2\x95\x0d\x1f\x30\x53\xbe\x7a\xb5\xd7\x95\x25\xdc\x5d\xa5\xa9\x5e\x34\xb6\x43\x7e\x84\xd3\x22\xa6\x5b\x46\x96\xf9\x69\xba\xa3\xdc\x51\x73\x05\x55\x43\x8c\x2c\x0a\xc2\x15\x58\x7e\x55\x0d\xd9\x21\xb1\x68\x5e\x75\xc6\x68\x6c\xbb\x7c\x36\xcd\x39\xf6\x2d\xef\x78\xf2\x0d\x92\x19\xfc\x50\x6e\x41\xca\x08\x2f\x93\xc5\x93\x4d\x2f\x2c\x92\xde\x24\xbf\x71\x38\x27\x9a\xa0\x74\xec\x76\xe2\x97\x40\x25\x9b\x76\x70\x3c\xe1\xb1\x79\x4e\xcc\x55\x48\x54\xd5\xbc\xec\x15\x94\x13\x79\x8b\x32\xe8\x94\x93\x72\x9b\x34\x25\xca\x61\x6e\x4b\x32\x8f\x72\x1e\xf6\x94\xcf\xa1\xc8\xc2\xf7\xca\xfc\x28\xef\xcf\x67\x48\x0b\xa0\xe0\x63\x7f\x44\x4d\xd0\x37\xb3\x5f\xfc\x24\x58\xba\xf1\x0b\xc7\x19\xf1\x9b\x67\xc6\x5c\x89\x94\x55\xda\x66\xb5\x22\x56\xb9\x2e\x19\x7b\x11\x85\xc4\x84\xd4\x3e\xb8\x9b\xab\x9f\xec\x00\x97\x40\xb3\x89\x3d\x70\xc5\xa5\x7e\x99\x1e\x7c\xfb\xfc\x3e\x69\x14\xa2\x72\x2c\x5d\x24\x40\x5c\xcd\x4a\xf8\x31\x48\xee\xc6\x6e\x8e\x29\xaa\x35\xcf\x90\xf1\x17\x55\x29\xdf\x93\x75\x88\x76\x36\x9b\x9d\x7e\x93\x5a\x9d\xb0\x32\x35\x88\xba\x90\xdd\x9b\x34\x4b\x20\x94\xf4\xc4\xd3\xc4\xf2\xb0\xd2\xf8\x66\x7c\xc0\xf3\xb8\x74\x3e\x1e\x67\x7f\x5b\xa4\x85\x1f\x33\x5b\xcd\x57\xc1\x17\x6e\xa4\xb0\x47\xb1\x27\xf3\xec\x19\x19\x98\x4a\xa9\x59\xd6\x26\x4e\x6e\x66\x75\x3a\x99\x5d\x15\x7f\x3e\xe5\x2b\x2b\x8f\x75\x20\x29\x94\x59\x46\x76\x48\x78\xc4\x18\x0a\x25\xe2\x6d\x19\x4a\x1e\x27\x24\x02\xba\xbb\x3d\x10\x66\xd1\x10\x53\x31\x8f\x43\xcd\xda\xe8\xc8\x76\x24\x6e\xce\x63\x33\xd4\x70\xd3\xe2\xe8\xcc\x34\xf1\xad\xf4\x5f\xe9\x8b\x44\x0e\xd2\x96\x14\xba\xa0\x8d\x31\x28\xff\xca\x3f\x46\x9a\x93\xe0\xcb\x9d\x09\xb9\x10\x37\xc8\x49\x3f\xe7\x2e\x59\xcb\xf6\x38\xaa\x27\xdc\xc2\x9c\x35\x5d\xc1\xfd\xcb\xf0\xda\xa8\xcf\x6a\xa4\xf5\xcf\x9b\xa0\x13\xc4\xb9\x82\x86\x4c\xa3\x94\x8e\x54\x22\x4d\x9c\xd4\x22\x26\x52\xe6\x25\x26\xd1\x5a\xe4\xfe\xb2\xb3\x31\xda\xb2\xee\x38\xb5\xa0\xfa\x38\x4d\xf1\xdb\x33\x1f\xc4\x21\xc2\xca\x23\xda\x82\x08\xbe\xd1\xae\x13\x5c\x07\x0e\x67\xc3\x0b\xd6\x3c\x66\xe7\x7c\x53\xda\x75\xda\xb2\xbc\xe3\x99\xcb\x0a\xcf\x25\x1f\x4d\x3b\x95\x77\x41\x18\x9d\x5c\x99\xed\x4c\x0c\xcb\x15\x32\xf4\xa2\xce\xc8\xce\xa4\x7c\x0f\x5c\x25\xad\x90\x0f\xb8\x53\x45\x5f\x64\xd1\x87\x15\xf8\x5f\x25\x03\x26\xd1\x9c\x11\xc1\xe3\x0d\x04\x13\xe1\x34\xcf\xf7\xa1\x99\xd3\x59\x39\x06\x99\x3a\xb5\x51\xf2\x03\x69\x9e\x95\xb3\x7c\x2c\x39\xb3\x4c\x03\x7b\x95\x38\x53\xb4\xf1\x1a\x47\xb6\x25\xf7\xb3\x7f\xb0\x34\x38\xb3\xe1\xf4\x22\x51\x7a\xaa\xcd\xc1\x9b\xfc\xe4\x44\x0f\xe3\x24\xce\x55\xe9\x96\x0d\xaa\x4c\x0d\x3e\x6f\x3e\x46\xbd\xc3\x18\xce\x0e\xcd\x5c\xdb\x1c\x91\x18\x9d\x76\xba\x3e\x86\x97\x97\x9c\x55\x7d\x04\x5b\x99\x78\xb7\x6c\xe2\x6a\x9b\x6c\x49\x91\xb9\x5f\x99\xf4\x48\x2e\xec\xe6\x25\x8a\xca\x88\x3e\x78\x8c\x7f\x29\xe9\xbb\xb1\x15\xe7\x40\xfc\xaa\xf5\x2f\x18\xef\x04\x3d\xf3\x53\xa8\xa9\xcc\x83\x59\x37\x32\x17\x74\x14\x27\xf4\xa5\x1d\x6f\x39\xc3\x7d\x97\x2c\xaf\xbf\x81\xfa\x24\x76\x54\xcf\xbd\xba\x36\xfe\x59\xe9\x1f\xbf\xd5\x52\xb5\x82\xa1\x53\x93\x22\xcb\x6c\x1b\xbb\xe7\x7c\xc3\x54\x63\xe3\x85\xec\x7f\xb2\xf2\xf5\xd3\x8c\x7c\x61\xe5\xfc\x49\xaa\x2b\x93\x9a\xd2\x5f\x71\x26\xf6\xb1\xb8\xa4\x74\x21\x69\x0e\x63\x61\x61\x0b\x49\x9b\x54\x9d\xe7\x48\x8a\x0e\x4b\xca\xea\x25\xbd\xbd\x30\x9d\xae\x43\x26\x4e\x3c\x4e\x76\xa3\xec\xb7\xd6\x4c\xd8\x0e\x6d\xd3\xf3\x97\x54\xc2\xba\x6b\x17\x0a\x56\x20\x4e\x00\xb0\x63\x91\xbe\x94\xc3\x15\x2b\x29\xae\x62\x8b\x92\xeb\x94\x43\x74\x59\x21\x42\xb1\x26\xb9\xe5\xad\xa4\xf8\x87\x39\x67\x89\x28\xe5\x17\x52\xd2\xbe\x43\xaa\x27\x32\x92\xf5\xa0\x38\xab\x67\x09\x8b\xe1\x3d\x7a\x06\x92\x14\xf8\xfd\x9a\x17\x82\xf9\x48\x37\x00\xec\x6b\xc8\xeb\xe4\xae\xf2\x9b\xf0\x6b\x51\x67\x09\x01\x17\xd3\x35\x0a\xf7\xc3\x48\xec\xcf\xdc\x51\x18\x0d\x5b\x90\xe5\x02\x27\x5d\x70\x4b\x6b\x81\x07\x4e\xf8\x24\x7d\x43\xd6\x58\x95\xc8\xee\x23\x91\x3b\x7f\x49\xa2\x91\xa7\x6b\x6e\xf0\x67\xd1\x20\x00\xd8\x67\x50\x8b\xa4\x6b\xe5\xe1\x54\xb6\x50\x5c\xa2\x46\x7c\xa1\x99\x15\xdc\x20\x7c\x62\x57\xe5\x5e\xc0\x3f\x85\x1a\x64\x4e\xe2\x99\xe7\x53\xd3\xec\xf0\xcb\x4e\x43\x49\x14\xfc\x94\x95\xbe\xcc\x0f\xd7\xdb\x99\x2a\x59\x84\x2f\x5d\x93\xc7\x47\xb1\x7f\x00\xb0\x3e\x60\x9a\x89\xf5\xe5\xba\xec\x60\x81\x49\x71\x1d\x0b\x21\xde\x17\x9c\x61\x72\xa2\xbf\xe6\xbc\x64\x54\x87\xec\xcd\xf4\xa5\x7f\xf1\xec\x49\x1d\xa4\xbb\x3b\xad\x49\x5a\x40\xeb\xdf\x9f\x1f\xff\x84\xb6\x69\xe7\x09\x31\x89\x7a\x69\x4d\x16\xef\x3d\xd1\x0e\x36\xb3\x3c\x71\x93\x04\x97\xb2\x3c\x61\x01\xef\x76\xb1\x9d\xe0\x0a\x5e\x97\xff\x8a\xbf\x2a\x6a\x32\xe7\x1a\xf7\x46\xf0\xc1\x8c\x37\x9c\x38\x8f\xb7\xa9\x4e\x6c\xcc\xd1\x5b\xce\x64\x45\xec\xd7\x8c\x77\x63\x9a\xed\x5c\x28\x9a\xa6\xbf\x5a\x53\xc6\x73\xa4\x51\x01\x93\x59\x4f\x58\xc7\x93\xca\x4c\xe4\xf7\xb9\x5b\x8a\x7a\x12\xa6\xb0\xc5\xf9\xde\xf1\x4f\x22\x4f\x64\x3f\x94\x4e\x06\x3e\xca\xb0\x13\x4f\x9f\x2b\x4b\x49\x17\x81\xe3\xee\x89\xa3\x82\x15\xfb\xce\xc4\x25\x71\x5f\xec\xe0\x88\xb4\xd8\x29\x6b\x32\xb8\x4c\xe6\xb6\x39\xcb\x18\xcf\xa8\x5d\xd2\xd2\xd2\x1f\x39\x7d\xec\xd3\x45\x51\x59\xf3\x90\x4b\xf9\x8b\xd2\xcf\x5f\x1d\xcc\x8e\x4c\xe1\x06\x44\xa7\xdf\x94\x57\x9d\x0d\x4e\xd1\x92\xbd\x74\xb0\x4e\x3c\x19\x37\xd7\x32\x3a\x6e\x95\x68\x50\xf7\xb3\x50\xce\xbf\xb0\xe6\x1a\xe7\x2b\xbb\x66\x4e\x28\xe3\x30\x7d\xb9\xf8\x49\xe9\x9b\xf2\x4a\x66\x47\x91\x67\xc9\x25\xe8\x41\xde\x78\xe1\x92\x2b\xb6\xd9\xfa\xb9\x01\x7e\x7f\xd3\x23\x33\x8b\xce\xa8\x24\x37\xa7\xbe\x3c\xa6\x9a\xf0\x48\xfe\xc5\x82\x29\xcd\x88\xcf\xd7\x3d\x23\xd4\x11\xaf\x58\x63\xc2\x61\xf2\x36\xcc\x29\xa4\x8f\x31\x74\xc5\x67\x4b\x9f\xd6\xaa\x30\xb5\x8b\x9c\x2b\x83\xa0\xad\x79\x9d\xa5\x49\x11\xe2\x6c\x95\x42\x99\x9f\x4b\xfa\xb1\xdc\x08\xf7\xc8\x64\x76\xe6\x6e\x7b\x4e\x42\x4e\x4a\x87\xc5\x16\x69\x60\xc2\x1b\xdd\xb5\x82\x77\x92\xae\x35\x9b\x39\xc7\xf9\x5b\xe7\xdc\xa1\x27\x32\x04\xa2\xff\x4a\xc7\x1b\x1b\x19\xe9\x45\xfb\x6b\xdb\x29\xdc\xbc\xdc\x4a\xd9\xe5\xbf\x59\xcf\x4b\x6d\x7c\xfb\xd2\x57\x17\xb4\x9c\xfe\x91\xec\x90\xb3\xce\x5e\x2b\xe1\x7c\xfa\x0e\xf3\xbb\xd2\x4d\xf2\x7b\x3a\x5f\x04\x39\x71\x5b\xd7\xe8\x70\xe6\xf1\xdf\xcd\x5d\x43\x3f\xc6\x68\x63\x2d\x68\xad\x20\x2b\x22\x1b\x1a\x7d\xc8\x1b\xaf\xa1\xb5\x3a\xe4\x9d\x41\xf6\x15\xf7\xc8\x97\x3c\x49\x25\xe7\xc9\x8f\x4f\xfc\xc9\x6f\xa7\x5c\xb3\x8d\xc9\x1a\x87\x4c\x77\x79\xa6\x52\xe0\x2d\x9a\xb3\x09\xa3\xc8\x36\x55\x8a\xb8\x0f\xdd\x04\x00\xb7\x10\x3d\xc7\x7c\xda\x6a\x07\x9d\x81\x67\x1a\x55\x20\xf3\x6b\xbb\x6b\x9e\x42\x6a\x41\x4a\x15\x32\xc8\xd0\xf3\x58\xc9\x66\xe8\xf2\x89\x91\x7c\x06\x74\xc7\xd6\x29\x2b\x0b\xbe\xb0\xeb\x70\xea\x29\x64\x99\x66\x67\x42\x1d\x32\xa0\x1a\x26\xae\x44\xa3\x00\xe0\x26\xa3\x41\xcc\xbc\x96\x57\xc8\x75\x38\xa3\xa1\x15\x89\xb9\xfa\xa9\x46\x86\xec\x0c\xbc\x55\x71\x1c\x59\xe3\xa9\x56\x7c\x1f\xd9\x71\x22\x23\xdf\x16\xf1\xb4\xd5\xca\xf2\x45\x6a\x76\x6d\x4e\xdd\x82\x6e\xd1\xcc\x4c\xe0\xa0\x72\x55\x6f\x31\x17\x03\x00\x70\x63\xd1\x7c\x46\x44\x8b\x3f\xb5\x0c\xaa\x68\xd8\x4b\x5d\x7f\xd5\xa2\x66\x39\x41\x0d\xd4\x2d\xef\x25\xd6\x7a\xe0\xc5\x2e\xf8\xad\x13\x5b\xf2\x6a\xf1\x82\x03\xed\x99\xa3\x78\xaa\xc9\x74\x4a\x26\x2e\xd2\xbc\x96\xb0\x04\xa7\xab\xfa\x89\x97\xe3\x5e\x00\x70\xe7\x60\x51\xf4\x80\x96\xa5\x6c\x73\xca\x78\x7d\x3f\x6b\xff\x15\x72\xb5\x88\x69\x1d\x40\x2d\xb7\x63\x44\x9e\xfb\x5c\x34\x42\xef\x77\xca\xcb\x33\xa0\x5b\x1c\x38\x9f\x79\x8c\xd6\x66\x22\x4f\x59\x44\x33\xd5\x74\x95\x05\x52\xf3\x55\x11\xd1\x65\xe2\x23\x00\x9c\xb3\x78\x04\xad\xaf\x59\x20\x5c\x4e\xd9\x5c\xef\xc8\x2f\x8e\xe8\xaa\x5e\xc9\x3b\xe2\x3f\x5d\xd6\xc9\x5d\x75\x2e\xa8\xe8\x28\xfb\x8f\x93\x5e\x6e\x36\xeb\x97\xcd\xaf\x8c\x66\xd6\x02\x13\xf7\xe4\x20\xc6\x17\x4d\x8b\xf8\x46\xfa\x7d\xd5\x7c\x61\x1b\x8d\x06\x00\x3b\x83\x08\xa4\x12\x4d\x2f\x12\x3a\x49\xef\xea\x32\xe3\xbf\x5f\x96\x55\x79\xc4\x6d\xf6\x1b\x28\xfd\x2b\x39\x7c\x36\xb4\x90\x24\x22\x3b\x9e\xca\x19\x14\xb4\xd9\xb8\xa4\x4f\xf2\xe7\x18\x3f\x4f\x62\x72\xd7\x6a\x2e\x8f\x7b\xc0\x5e\xad\x7a\x57\xf0\x88\x71\x0b\x00\x56\x05\xb5\x8d\x60\x34\xd1\x33\x25\xb1\x23\x75\xba\xe9\x8b\xc3\x43\x2a\xef\xa4\x90\x7c\x4b\x4b\x03\xe5\x33\x67\xfc\x0a\xee\x27\x38\x1f\x0f\xcb\xd1\x8e\xeb\xb1\x8e\x4f\x37\x96\x6c\x37\xf6\x94\x3f\x14\x1e\xd3\x18\x88\x33\xe0\x1d\x54\x9d\x15\x18\xb2\x3e\x01\xc0\xfc\x4b\x9b\xc6\x5d\x9a\x36\x17\x9b\xc4\x94\xd6\x8e\x14\x28\x5c\x3a\x5b\x19\x99\x33\xe4\x93\x52\xf2\x23\x93\xe4\xee\x51\xe0\x96\xa6\xee\x40\xcd\x96\x27\x35\x58\x4d\xa4\xa5\x27\x98\x18\x8d\xca\x8f\x49\x7d\x34\x04\xd2\x2c\xa1\xa7\xea\x3b\x7e\x11\xe7\x05\x00\x4c\x32\x7d\x00\xab\x6e\xfc\x50\x1e\x17\xa3\x55\x9b\x55\x62\x12\x76\xaf\xd2\xa1\xa0\xcc\x67\x73\x49\x4f\xee\xc2\xd3\x4f\x0b\xd6\x66\x1e\x76\x50\xcf\x76\x4b\x45\xad\xa8\x69\x67\xe4\x6c\xa3\x44\xf9\xbc\x78\x3b\x0d\xb2\xd4\x53\xd4\xa9\xfa\x9b\x1f\xc8\x6d\x01\x80\x69\xce\x58\x8d\x6d\x6d\x6c\xae\x76\x88\x2e\xaa\xbd\x52\xde\x16\x76\xa9\x52\xbd\x44\xc1\xbb\xbe\x84\x59\xb0\xf2\x34\x96\x7f\x33\x67\xee\xb1\x81\xec\x45\xe9\x4f\xac\x8e\xa6\x2d\x48\x66\x1b\x5d\x4b\x2c\x92\xdd\xd1\x40\xa5\x8b\xc4\xd3\xcb\x37\xf2\x57\xf1\xce\x80\xed\x8c\x19\x86\x36\x4a\xee\x3e\x45\x59\x18\x15\xdd\xf6\x9c\xb2\x38\x54\xbf\x29\x90\xfc\xd5\xcb\xb7\xb6\x91\xb2\xcd\x4d\xbd\x62\x8c\xc2\xb2\xd7\x2a\xee\x86\x56\xed\x73\xc8\xf3\x80\x86\xf5\xff\x65\x5c\x82\xcb\x37\x25\x27\x59\x22\xe5\x4a\x05\x52\x02\xa5\x01\xc0\xcb\x40\xd3\x50\xa3\xee\xb9\xf0\xbe\x28\xa7\xb6\x78\x58\x31\xe4\x57\xd3\x06\x68\xcc\x6b\x77\xed\x55\xe8\xee\xa9\xdf\x15\x62\x78\xa1\xfd\xdc\x62\x3a\x7c\x71\x9f\x61\x9e\x16\xfc\x4c\xff\x63\xc6\x41\x84\xbb\x09\x4b\xda\x80\x1e\x52\xca\x92\x06\xa2\x23\x00\xf0\x04\x68\x0e\xd2\xda\xd5\x81\xf2\xa3\x96\xb4\x1d\x47\x8d\x42\xea\x1a\x6f\x23\x63\x17\xff\xd6\x6a\x23\x79\xa7\x6e\x54\x1c\x41\x0a\x8e\xde\x2b\xde\x8f\x8c\xed\x5b\x94\x3b\x89\x6e\xd5\xbf\x9b\xa1\x84\x0a\x36\x05\xcb\x5f\x62\x8b\x94\x92\xa5\x96\x98\x03\x00\xbc\x00\xf4\x11\x7c\xbf\xcb\x90\xb6\x27\xf2\x44\x6b\x1d\x55\x14\xa2\xd5\xb8\x9b\x78\x7d\x91\x52\xc3\x27\x22\x4f\xb9\x95\x57\x12\x5b\x8f\x46\x16\x65\xe0\x3f\x2d\x1b\x73\xf7\xe1\xaf\xf5\xeb\xd3\x51\xfc\xc1\x26\x07\xb9\x27\x3e\xa6\x54\x24\xa9\xc5\xe3\x01\xe0\x3e\xc5\x72\x61\xeb\xce\x7e\x76\xf4\xb5\xfe\xd6\xfd\xac\xa8\xe0\x82\x86\x22\x66\xf4\x45\xd5\x1a\xc0\xc8\x75\xfd\x53\xae\x49\xff\x76\x54\xa7\x48\x89\xee\x6b\x89\xe4\xe4\xd3\x9e\xeb\xb3\xd3\x1e\xd1\x2e\x6e\xda\x9f\x58\x42\x9d\x50\x1a\x96\x2c\xa1\xae\x04\x80\x6b\x8c\x27\x41\xf5\x9d\x76\x82\x5f\xd7\x8e\xb4\xd4\xf0\x53\x83\x8d\x1b\x36\xf2\x0e\x5e\x28\xac\xbe\xcc\x55\x75\xcd\x2d\x13\xb3\x7f\x1c\x99\x2c\x8c\x62\x7d\xb6\x3c\x94\xb3\x8c\xf9\x4f\xdf\x2b\x6d\x17\xe3\xe7\x26\xf3\x84\xcf\xf4\x37\xca\x73\xc4\x27\x68\x62\x00\x38\xe1\x04\x8b\x52\xd9\x41\x4e\xb0\xbf\xea\xd8\xfc\x32\x1e\x0a\x3a\x54\x7f\x54\x5a\x74\x7e\xb8\x4a\x20\x1e\x77\x99\x2c\xcd\x11\xad\x3a\xb2\xb7\x80\x2a\xb8\x68\x31\x9c\xbd\x82\x57\xaa\xbf\x3e\xd5\x92\x73\x6f\xd3\x6e\xd9\x3f\xd6\x7b\xe5\xa3\x22\x4f\x46\x2d\x00\xec\x08\xea\x20\xf9\x4e\xfb\xbb\x0c\xf4\x4a\x50\xf3\xf1\xd4\x3f\x81\xa7\xea\x92\x93\xa3\x3c\x5f\x54\xde\x4f\x7c\xe7\xb2\xa4\xe4\xa5\xec\xca\x61\x3c\xbf\x43\xfa\xd5\xc2\x2a\xcb\x51\x1c\xa1\xd7\x9a\x12\x2b\xa8\xd9\xb4\x5a\x66\xc3\xbd\xab\x1c\x2a\xcc\x60\x65\x03\xc0\xaa\xa6\x8d\x93\xe7\xb7\x07\x14\x06\x45\xc4\x37\x8d\xe4\x1d\x0b\x60\xd4\x6d\xce\xde\xec\xa9\x56\x79\x3c\xfd\xa9\xb3\x65\x89\x7d\x4a\xf6\xa1\xb1\xfc\x0d\x72\x1f\xf3\x96\xcc\x5c\xd9\x62\xbd\xc0\xe4\x3b\x92\xe0\x4d\x4b\xe3\xb3\x04\x99\xca\xa9\xc2\x65\x1c\x1f\x00\x58\xdb\xe9\x69\x24\x4e\xbb\x51\x69\x74\xc4\x96\x26\x51\xd1\xf2\x80\x9d\xb5\xb3\x79\xf9\x1e\x4d\x95\x8b\xb3\xd5\x4f\x3e\x29\xfe\x93\x8e\x1c\x62\xe7\x0d\x27\xcf\x9a\xb3\x32\xdd\x12\xb7\xea\x39\x24\xa3\x71\x6b\x37\xad\x8c\x3f\x25\x9c\x52\x6e\x13\x74\x73\x37\x02\xc0\x7c\x4a\xbf\x4f\x5a\xdf\xf6\xa5\x62\xf2\x72\x4d\xd3\x89\xd2\x43\xfe\xe3\xb5\x59\x85\x25\x1e\xc1\x15\xad\xb9\xf7\x4e\xc6\x15\x17\x64\x7e\x3a\x74\x22\xef\x5a\xda\x42\x73\xdf\x8c\xef\xf2\x37\x7a\xe6\xc9\xeb\xe3\xa3\x36\xe9\xc4\xfd\x12\xdd\x57\x7e\x2b\x08\xe3\x66\x02\xc0\xe4\xd0\xa7\x62\x15\xfa\x97\x43\x27\xc2\x4d\xbb\x61\x68\xa7\x9f\x69\xdb\x2d\xca\xcb\xb3\x95\x8d\x8f\x29\x7f\x9c\x46\x6a\xf2\x21\x3b\x3b\xab\xf2\x7d\x50\xf3\xee\xef\x85\x21\xb0\x9f\x6e\x60\xd6\x17\xc4\x58\xfd\x47\xca\x29\x54\x4b\x31\x2c\xee\x2f\xda\x07\x00\x3f\x00\xed\x8d\x79\xde\xd7\x8a\x84\x84\x6f\xef\xde\x8e\xa8\xfb\xad\x6a\x83\xe1\xe6\xb3\xd2\x46\x21\x9c\xec\x54\x5d\x73\x1e\x2e\xb7\xd3\x2c\xfb\x06\x7f\xdf\x3d\x59\xa8\x83\x84\xe8\xba\x65\xdd\x40\xfe\xa8\x3f\x49\x31\x40\x0b\x14\x83\xe3\x1e\x62\x8b\x01\xe0\x3b\xa3\xbd\x31\x48\x1f\x13\xcb\x0a\x07\x5d\xf7\xb0\xcd\xbe\x13\x6d\x46\x68\xe9\x59\x9f\x46\x2b\xd4\xc3\x89\x57\xa3\x8c\xda\xda\xfe\x2b\xcb\x47\x3d\x76\xb7\x14\x4c\xa2\xa9\xba\x07\xb3\xa4\xe8\x17\xf5\x91\xe4\xaf\xd8\x45\x45\x8f\xb8\x52\x0c\x05\x80\xaf\x85\xfe\x8a\x9e\xed\x7d\x4e\x57\xbb\x14\xd4\x65\x49\x73\xf2\xf5\x6c\x45\xa8\xbc\x33\xdf\x1a\xc4\x54\xe0\x64\x54\x1d\x40\xa4\xd9\x96\x97\xfe\x20\xbc\x76\x63\x05\xba\x84\x9d\xae\x6e\xd6\x1c\x62\xa7\x7a\x4b\xb2\x07\xb1\x41\x31\x34\x6e\x03\xde\x0a\x00\x4f\x86\xb5\x47\x57\xf7\x5e\xe2\xac\xb8\x64\xd0\x59\xc9\xfa\xe3\xbb\xb1\x65\x86\xf9\xf9\x4c\x57\xfd\x37\xa6\x92\xd3\xa2\xaa\x41\xc6\x49\x5b\x7e\xe9\x19\x7a\xd1\xee\xc0\x7c\x06\x5d\x43\x57\x3d\xf3\x24\x4d\xa6\xde\x92\x94\x4e\x53\x52\x94\x49\xfd\xa8\x7a\x00\x70\x1f\xe0\x15\xd1\xd6\xd7\x1f\x0b\x8f\x87\x3d\xec\x54\xe7\xbf\xf2\x99\x69\x39\xc4\x13\x9c\x11\xd5\x9f\xe6\x1e\x75\x7c\x52\xb5\x83\xb3\xcd\x36\xac\xa4\x8a\xbd\x72\xb7\x73\xde\x23\xd6\x2a\x5d\xd5\x8c\x78\xa6\x92\x7a\x8f\x7c\x82\x31\x4f\x71\x58\x92\x42\x4b\x04\x80\xab\x44\xc8\xa3\x2e\xf7\xbc\x4d\x38\x16\xb6\xb1\x63\x7b\x7c\xb0\x8f\x59\xb3\x83\x94\xef\xfe\x5f\x9d\xab\xb8\xcc\xd1\xbe\x72\x93\xf0\xbf\x03\xdf\x8a\xd3\x05\x46\xbb\x17\xe4\xf6\xf2\x60\x9d\x0f\xe9\x54\x4e\x95\xfa\xe3\xc4\x61\xd6\xdd\x65\x3b\xc4\x89\x8c\x54\x00\x38\x0a\xd4\x87\x91\x65\x3d\x46\xe9\xef\x42\xbd\xda\x2f\xa6\x7a\x79\x53\x9a\x62\x92\xc6\xdd\x2d\x6a\x49\x89\x8e\xc7\xb3\x2b\xac\xe3\x27\x0e\x5c\x2a\x6a\x95\x7a\x99\x65\xe4\x3c\x15\x3d\xd7\xa9\x4f\xcb\x13\xd8\xa8\x3f\x4e\xf8\xc9\xa5\x2c\x0b\x16\x0d\xb2\x2e\x00\xc0\xde\x4b\xeb\x8f\xb4\xed\xc6\x0a\xf4\x43\x66\xda\x1a\x73\x17\x79\x7d\x6e\x1c\xcf\x9c\x3c\x5d\x54\x33\x98\x56\x70\x7c\x79\x39\x9e\x4c\xb6\xf9\x59\xf8\x2f\xd1\xc9\xcc\x3d\x47\x3b\x5e\x55\x27\x35\xf5\xb9\x38\x51\xfd\x5f\x82\x03\xff\xf7\xb2\x12\xd1\x0e\xf6\x2b\x00\x58\xd9\xf4\xe0\x6b\x6f\xbb\xad\x8a\xdf\x84\xe0\x6d\xa1\x05\xb1\x5e\x15\x8d\xac\xdc\x55\xa7\x03\x6b\xa2\x32\x45\x0e\x23\xe5\x5b\xd3\x94\x6c\xfa\x0b\xb3\x92\x04\x66\xe6\xd9\x7d\xb2\x2f\x3a\xf1\xa9\x54\xe9\x8a\xf5\x6b\x65\x5f\x85\x2b\x97\x4d\x08\x1f\x71\x38\x00\xb0\x3c\xe9\x09\xd7\x52\xbb\x7e\x94\x2f\x08\xd1\x6e\x5b\x5b\x7c\xca\x8b\xd4\x68\x9a\xdf\x7d\xda\xa4\x66\x5d\xce\x5c\x87\xe4\xb2\x8e\x0c\x33\x9b\x82\x42\x8b\x94\x70\x33\xa3\xec\x8b\x89\x0c\x9d\xe4\x54\x95\x38\xab\xf5\x87\x64\x52\xe1\x3b\xa5\x95\x42\x8c\xf3\x1b\x00\xd6\x42\x7a\xca\xcf\x34\x38\x0d\x8a\x7d\xa9\x09\x97\x40\x17\xef\x26\xc1\x6d\xd0\x85\x9e\x05\xf0\x03\xc8\xbb\xe2\x37\x3c\x0c\x81\x14\x08\x51\x83\x7a\x18\x5f\x90\x5d\xb0\x4a\x38\x81\xb8\xc3\x01\xae\x63\x08\x0e\x8f\x9b\x1e\x41\x2a\x11\x77\x15\x23\xe4\x17\xd2\xf4\xc3\x17\x5e\x81\xad\x7c\xb1\x08\xd6\x41\x93\xc7\x85\xb0\x1d\x7a\xa0\x5b\x13\xf6\x43\xbe\x55\x68\xc3\x81\x08\x27\xb9\x1d\xee\x44\xc6\x18\x66\xf0\x0b\x64\xea\xd2\x04\xb2\x01\xf9\xcf\x55\x07\x39\x8b\x2e\xda\xd5\x8e\x24\xa2\x3a\xca\x03\xc8\x57\x74\xcb\xb7\x85\x50\x32\x15\x99\xfd\x09\x55\x12\xa3\x77\xee\x40\x3d\x84\x51\x67\x0b\xf4\x1e\x27\xca\x66\xe1\x55\xf8\xd2\xa4\x01\xd8\x1b\xfb\x4e\x77\x87\x45\x58\xd7\xa5\x9d\xf0\x38\x26\x70\x09\x40\xb6\x60\xe7\x76\x59\x21\x11\xd8\x06\xe5\x30\xe4\x3e\x9a\xfd\x31\x83\x32\xc4\x29\x98\x5e\x4b\x79\xc5\x66\xdf\x82\x20\x05\xd6\xb9\xb6\x49\xc8\x88\x79\xa8\x24\x06\x0a\x60\x1c\x4e\xfc\x00\xc9\xe9\x4c\x6a\x1d\x74\x97\x76\x3b\xf4\x07\x6c\x46\x5b\xe2\xec\x06\x27\x51\x0d\x4d\x82\x10\x40\xe8\x2b\x2b\x20\x04\x36\xfe\xf6\x3e\x79\x54\xd2\x3a\x39\x4a\xfe\x2b\x56\x18\xf6\xa6\xec\x14\x9e\x6c\xd1\xa6\x9c\xe5\x97\x15\x2d\xa3\x48\x79\xda\xb2\x29\xca\x2d\x4e\x17\xfe\x1b\xda\xc0\xbe\x10\x92\x09\x71\x98\xb3\x27\x9d\xe0\x79\x0c\x07\xe3\x16\x38\x86\x76\x4d\xe9\x01\xb2\x8c\xd0\x79\x6d\x4e\x5e\x9c\x9c\xf2\x80\x4c\xde\x25\x77\x1b\xa4\x91\xfd\x65\xff\x1a\x85\x64\x49\x5c\x77\x7e\x37\xb9\x5f\x12\x17\xf7\x8c\xb2\x4a\x84\x60\x6e\x94\x10\xc1\xd9\xe0\xb3\x94\x59\xde\x9a\x13\x27\xa1\x30\x76\x9e\xf1\x76\xe8\x3d\xe3\x81\x52\x1f\x2c\xa6\xe2\xcf\xe7\x93\x94\x8a\x0e\xdc\x6d\x25\xed\xcb\xfb\xd7\xfb\x96\x14\x9c\xdd\x56\xe7\x42\x4a\xc9\x20\xe7\x3c\x24\x4d\xa5\xee\x92\x9c\x25\x1b\xcb\x5f\x21\x3a\x64\x99\x8c\x1c\x28\xa5\xac\x93\x4c\x38\xfe\xa3\x14\x0b\xde\x1a\x5d\x82\x6c\x38\xc9\x4a\x1d\xd0\x37\x3a\xeb\x29\x2f\x36\xa4\x89\x7d\xc7\x37\x56\x56\xa7\xd6\xfd\x36\xb6\xb9\x72\xb8\x9a\x19\xfb\xb9\xd4\x2f\xcb\x9e\x64\x51\xf0\x42\xb4\x98\x24\xcd\x39\x0a\x6d\x21\xcf\x4f\x0f\xf1\x7f\x42\xe6\x26\xed\x3b\x5e\x43\xd1\x8e\x2b\x30\x2c\xa5\xf4\x09\x92\x95\xca\x20\x31\x33\x69\xea\x41\xac\xf5\x60\xce\xad\xcf\xb1\x6e\xd7\xcf\x75\x22\xb1\x97\xdb\xbf\x57\xee\x8a\xcd\x6d\x8a\xc9\x58\x1f\xfb\xba\xa6\x57\xa0\x40\xb2\x2d\x9b\x21\x9f\x21\x55\x17\x64\xf8\x79\x91\xb5\x33\x1b\x1d\xda\xc8\x15\x49\x57\x0c\x35\x28\xc1\x12\xaa\x52\x11\x74\x8c\x1d\xf2\xf8\x67\xac\xda\xe8\xca\x5b\x73\x63\xf7\x0e\xc5\x74\x88\x62\x9d\x7b\x4b\x2b\x8e\xc7\xe2\x1d\xc5\xe9\xb6\xb1\x3d\x4d\x21\x7c\x0b\xd2\xba\xea\xd7\xa4\x7c\x12\xb3\xe4\x87\x6f\x37\xe9\xbf\x5c\x03\x87\x08\xf2\xa5\x54\x55\x83\x9f\x14\xa3\xb8\x9d\x4a\x37\xa0\xf5\x9c\xf9\x8f\x1d\x62\x7e\xde\x6b\xbe\x79\x34\x76\xf5\x68\x53\xfb\x6c\xec\x8e\x21\x49\x79\x6e\xec\xa9\x5e\x8d\xb4\xb4\x58\x71\xfb\x79\x5e\x41\xec\xe3\x06\x27\xd2\x76\xd2\xd1\x8a\x7a\x5f\x07\x52\x4e\xc1\x6a\x07\x07\xf2\xaa\x74\x1d\x83\x7f\xe4\xe9\x78\x77\xe5\x2d\x94\x11\x8e\xde\xe7\x60\xcc\x92\x52\xf7\x54\x84\x2d\xa1\xc8\x6e\x27\xa1\xf7\x28\x89\xed\x32\xb4\x99\x92\x57\xf2\x1e\x15\x53\x58\x72\x15\x94\x03\x59\x51\x5f\xa1\xe1\x50\x5e\xe8\x67\xd4\x0d\x56\x73\xae\x47\xad\xe1\x1c\x93\x61\xd4\x00\x39\xac\x4c\x45\x77\x21\x5d\x9f\xec\xd1\x12\x74\xff\xb4\x14\xa5\x22\x63\xb7\x0a\xd1\x8b\x08\xa3\xad\x07\x3d\x86\x1c\x2c\xd9\x8e\xee\x40\x14\x12\xbd\x50\x7d\xc4\x96\xaa\x83\xaa\x23\x61\xa1\x21\xe8\x6a\x44\xee\xac\x80\xaa\x20\xa3\x26\x47\x51\x65\x74\xad\xf2\x3a\x74\x33\xba\xf3\xc3\x62\xd4\x8c\xc8\x9a\x4a\x44\x95\x89\x65\x23\x7f\x90\x97\x38\xb9\xf5\x3c\xf2\x18\x7b\x56\xf4\x05\x19\xc1\xb0\x84\x00\xe4\x36\x16\x41\x9c\x42\xba\xb1\xd3\x21\x2d\xc8\x1d\xcc\xe2\x64\x24\xf2\x10\xdb\x6c\x3c\x80\xbc\xc4\x14\x94\x46\x51\x05\xb4\xf4\xcd\x2c\xe2\xcb\x6e\x7a\xf8\x19\xb1\x65\x35\xdc\xb8\x81\x6c\x67\x26\x37\x65\x22\xeb\x19\x29\x05\xf9\x88\x1a\xbd\x3a\x9e\x85\xac\xa0\x2f\xc3\xba\x90\xf5\x34\xff\x60\x36\xb2\x87\x5a\x75\xe2\x02\x72\x96\x78\x6f\xbc\x12\x21\x11\x2b\x95\x38\x48\x15\xf6\xf8\xa5\x2d\x9c\x22\x8e\xbf\xd7\x07\x53\x44\x4b\xfa\x6f\xc3\x7e\x82\xc8\x86\x79\xf0\x19\xde\xdb\xbc\x53\xb0\x3b\x97\x2c\x8d\x87\x3d\x38\xc6\xe8\x16\x38\x94\x35\x1b\xb4\x17\x96\x33\x71\x27\x4f\x78\x84\xa1\x60\x14\x01\xff\xa5\x9d\x52\xf2\x41\x8e\x10\x06\xb3\xb7\xa1\xd1\xa4\x73\xe3\x71\x50\x47\xa2\x65\xef\x72\xa8\x2e\xfe\x5f\x2d\x15\xca\x91\x4e\xe5\xac\x82\x32\xc5\xfd\xe2\x3c\xa8\x54\x78\x0b\x26\xa0\x6e\xfe\xf5\x80\xdf\xd0\x2f\x6e\x9a\xe3\x55\x78\x0f\xdb\xd9\xf0\x3d\x7c\x95\x51\xa1\xe4\x0f\x0f\x50\x89\x27\x15\x94\xe7\x05\xb5\xb7\x9f\x53\xee\xe6\x26\x77\x31\x29\xfd\x59\x78\x95\x1b\xa5\x21\xfd\x7c\xa6\x1d\xa5\x31\x65\xb7\x50\x87\x32\x22\x57\xa6\xf8\x50\xbe\xc6\x77\xfb\xdb\x42\xc6\x92\xc3\xc7\x77\x43\x51\x02\xba\xa1\x03\xd4\xce\xf1\x51\x82\xe1\x6d\x74\xda\xe4\x3e\xca\xf9\x86\xa2\x91\x54\xca\xbe\x9a\xe0\x76\x1e\x65\x5b\xc5\xd1\x72\x31\x65\x75\xc9\xc2\xb4\x26\xca\xaa\xfc\x62\xde\x63\x8a\x49\xf6\x1e\xd2\x05\x8a\x4f\x1a\xd5\x37\x91\x92\x25\xa7\x1f\xfb\x44\x79\x1f\xa7\x65\x90\x01\xd9\x09\x9c\x94\xc8\x50\x0b\x93\xf5\x20\x97\xa2\xdb\x1f\x3c\xb4\x87\xfc\xaf\xfb\x7c\xab\x31\x79\xa2\xcd\xa4\xd4\x89\xdc\xd3\xf0\x28\x25\x91\xdc\x5d\xed\xc6\x79\x41\x9e\x2c\x4d\x8f\xc9\xa6\xa8\xe4\xf3\x7c\xb4\x28\xfb\x32\x26\x8f\xcd\xa1\x60\xf2\x01\x83\x55\x94\x67\x92\x0d\x4a\x30\x14\xc9\x3e\x76\xbf\x8f\xb2\xe4\xe6\xcd\x1b\x8e\xe4\xa7\x83\xbe\x2d\xc7\xc8\x0d\x3d\x43\x25\x61\xe4\x8c\xb6\x6f\xc9\x9d\xe4\xd4\x86\x27\x9c\x2d\xe4\xaa\x2a\x51\xf4\x67\xf2\xd3\xe2\x11\x6f\x2e\x65\x61\xce\x21\xfb\x4a\xca\xfe\x94\xb3\xfa\x6f\x28\x65\xd2\x66\x25\x39\x74\x90\xfd\xe8\xbe\x26\xf9\xed\x5d\xcf\xc1\x2c\x72\xc7\xad\xf8\xe6\x2c\xb2\x68\x50\x5e\xdc\x4b\xbe\xd6\x73\x3a\x79\x1b\x39\xb0\xb5\x8b\x2d\x22\xc7\xd4\x4d\x47\xc7\x92\xd3\xcb\x11\xef\x4d\xe4\xc6\x7c\x2d\x7b\x06\xf9\x79\x5a\x90\xfe\x07\xca\xf9\xb8\x19\xa5\x97\x94\xaf\x1c\x85\xff\xde\x12\x3f\xc8\x23\x8f\x2a\x08\x36\xf9\xd6\x90\x25\xb1\x91\x7c\xbb\xe9\x21\xde\x47\xbe\x59\x90\x87\x47\x51\xe6\xc4\xbb\xe1\xc6\x94\x7c\x2c\x0e\x7b\x0c\xed\x0c\xd6\xc3\x38\x50\xc7\x09\x3b\x6c\x17\x1c\x64\xbc\x1e\x9d\x41\x74\x94\x64\x68\x2e\xd2\xf6\xe6\x1f\x71\x09\x71\x7d\x38\x48\x2c\x46\x14\x6f\x04\xe3\xd9\x70\x7f\x93\x12\x7e\x16\xa6\xe5\xcf\xe0\xcb\xe1\xab\x71\xf9\xd8\x5d\xb8\x1e\x7d\x86\x71\xe1\x9f\x41\x85\xd8\x09\xc4\xda\x69\x10\x5b\x8c\x88\x8c\x92\xd1\x3e\xe4\x87\xd2\x21\x54\x8a\x6e\x7f\xf5\x01\x7f\x87\x0f\x3e\x58\x8d\x8b\x71\xbb\x81\x17\xb8\x31\x36\xdc\x30\x88\x7d\xc4\x8e\xe4\x8d\x62\xb5\xe8\x07\xe9\x0d\x8c\x84\x4e\xa2\xeb\xb0\x7d\xe8\x6c\x10\xc0\x94\xd1\xc7\x4e\x7a\xe8\x38\xfa\xd0\x48\x0f\xcd\x44\x9f\x29\x2d\x46\x29\x68\xc1\xb3\x4f\xf8\x06\xd6\xd8\xdd\x04\xac\x93\xf9\x5f\xef\x63\xec\x0a\xe3\x71\x9d\x3e\x66\x48\xff\x9c\x23\xc4\x00\x7d\xb3\xf8\x31\x3a\x40\x23\x60\x26\x2a\xa7\x7e\x0e\xe8\x47\x29\xd4\x93\x8e\x5b\xd0\xf3\x44\xae\x61\x34\xba\x07\xff\x6f\x59\x2b\xba\x03\x1b\x7b\x1a\x8d\x71\x44\x91\x77\xa8\xd8\x16\xa1\x4a\xcf\x42\x74\x80\x9f\x50\x5d\x8a\xa2\xbc\x1d\x59\x17\x51\x7b\xce\x0d\xd1\x22\x74\x1d\x3b\x1e\x02\xc8\x27\x96\x97\xbf\x10\x99\x64\xae\x3c\x6e\x88\x8c\xd0\xab\x0c\xde\x20\x35\xb4\xad\xcb\x4a\x91\x06\x62\xcb\x94\x01\x3a\x26\xdf\x78\x2b\x16\x8d\x49\xd0\xee\xf4\x46\x4d\xe3\xfe\x56\xda\x20\x4f\x24\x3f\x32\x4c\x90\x4c\xd1\x2f\xc1\x76\x24\x46\xb8\x8e\x1c\x86\x9c\xe1\xef\xf4\x73\x47\x0e\x71\x37\x3a\x9c\x44\x2c\x58\xef\x0c\xae\x22\xfa\x0c\xd2\xb2\x7a\xc4\x82\x1a\xf1\x70\x27\x32\x93\xaf\x3b\x74\x0f\x49\xca\xd9\xd3\xfa\x1c\x71\xcb\x3c\x50\xa6\x09\xff\x4b\xdb\x97\x1a\x02\x77\x26\x1b\x73\xab\xe0\xb4\xc4\x1d\xb1\x2e\x30\x2f\x7e\xae\x4f\x21\x8c\x8a\x8b\x8e\x6d\x81\x21\xc1\x0a\xfd\x49\x98\xc2\xd9\xb4\x6c\x1a\x96\xd1\xc3\x27\x9a\x90\xd8\xba\x81\x81\x0c\x44\xa9\xaa\xbe\xe9\x3d\xdc\x56\xd6\x5e\xec\x0d\x07\x14\x65\x24\xbd\x82\xb5\xf3\x82\xd8\x97\xe1\xc5\x59\x1b\xa2\xdd\xa1\xbf\xa9\xf1\xde\x0b\xa0\xaf\x89\xdd\x47\x9f\x43\x3f\xa4\x52\xfd\xbd\x30\xe0\x7f\x59\xf6\x1a\xd6\x61\xfa\x8f\x5b\x22\xfb\x7b\x75\xfa\x0e\xc2\xb7\x3b\xcf\x34\x14\xc1\x97\x5b\x02\x0b\xf5\xe1\x15\xf5\xfb\x12\xef\x40\xb7\x2b\x1f\x31\x69\x50\x65\x89\x4b\x64\x0e\x94\x93\x17\x7e\x31\x11\x12\xa6\x7f\x3f\xf2\x11\xe2\xca\xd7\xea\x95\x42\x59\xe2\xc2\x65\xef\xa0\x49\xf6\xba\x31\x2f\x44\x7b\x98\xd6\xeb\x0f\xd7\xf7\x1f\xad\xef\x87\x4f\x74\x4d\x17\x9c\x80\xde\xb6\xee\x4b\x04\x50\x51\xfd\x09\x46\x1b\x44\xaf\xd4\xbb\xf6\x0d\x8a\x2a\x4a\xbe\xb8\x00\x3a\x9b\xed\x7a\x24\x05\x3a\x9e\x2c\xd7\x23\xa0\x30\xa9\x8d\xd2\x12\xa8\x84\x5d\x74\xa7\x0f\x59\x7a\xe7\xd3\xf5\x5e\x38\x61\xe4\x62\xbd\x16\xbc\xbd\x5f\x96\x5f\x08\x75\x75\x51\x13\x7c\xa0\xa8\x96\x0d\x0c\x23\xe8\x68\x6d\xd8\x35\x08\x32\x29\xb3\xbc\x90\x01\x29\xe7\xe9\x1c\xb9\x4c\xf9\x9e\x9a\xa6\xc7\x80\xd4\xe3\x7c\x94\xdc\x21\x0f\xf6\xf8\x13\x25\x56\x1a\xc9\xf1\xd6\x3d\xe6\x28\x29\xaa\x33\x93\xf1\x9c\x14\x57\xb9\x9a\x61\x41\x6a\x4a\xaf\xa7\xcb\x49\xff\xf8\xc1\xb4\x69\xb2\x90\x14\x45\xdb\x4a\xb1\xf5\xdd\x4d\xbd\x08\x29\x1e\xb3\x23\xf8\xd0\xac\xbe\x25\xde\x02\x3f\x54\x74\xc6\xfe\x20\xb2\x29\x1d\x96\x06\x54\x79\xf3\x1f\xd3\x03\x12\x76\xdc\x66\x50\xa0\x6b\x15\x4e\xf4\xbb\xd0\xb9\xb4\x3f\x74\x2b\xc8\x83\xd7\x4e\x63\x41\x15\xb1\x0f\xa8\x8f\xe1\x15\x3e\x45\xd4\x6d\x30\xcd\xbe\x9e\x08\x40\xe6\xe9\x0d\xe1\x59\x48\x86\xe2\x4a\xec\x13\xf2\x7d\xb2\x9d\x59\x8e\x69\x8e\x74\x33\xfe\x43\xdb\xdb\x1b\x19\xab\xd0\x4b\xe5\x67\xe9\x91\xe8\xda\xb4\x4d\xb4\x69\x64\x92\xfb\x85\x66\x8e\x3c\x8b\xd5\xa3\x4a\xd1\x85\x3e\x2a\xc4\x7f\xa8\xa6\xbd\x01\xb1\x1f\x3d\xac\x17\x8a\x53\x51\xc6\xd2\x69\xec\x11\x1a\xf5\xe0\x28\xe3\x0e\xd3\xe8\x46\x33\x43\x9d\xe1\xdd\xba\x92\x7e\x98\x4e\x2b\x55\xa5\x55\xd0\x9a\x53\xf4\x68\x5b\x68\x4b\x39\xae\x54\x3a\x95\x1b\x7d\x9b\x78\x43\x55\xf3\x7a\x44\xf8\x12\xc2\xa3\xbb\xf0\x11\x62\xc1\xce\x9b\xb8\x16\x4e\x5d\x5a\x8e\x09\xb0\xb4\xbb\xef\x19\x6e\x82\xa8\xfe\xb7\x74\x9c\x6f\xdd\x74\x81\xd6\xcc\xfd\x51\x54\x40\xdb\xc8\x29\x4f\x52\xa6\xb2\xd9\xb1\x2c\x84\xf8\xca\x0a\x8c\x3a\x44\x04\x30\xcf\x5c\x2c\xc3\xc7\x18\x66\x47\x4e\xe1\xd6\xb4\x7f\x3b\x3d\xb0\x54\x6a\xcd\xd2\x46\x6c\x15\x3e\x7b\xe7\x1e\x7d\x40\xd6\x74\xfd\x0b\x7d\x61\xdc\xfb\xfa\xbb\x34\x1b\xa9\x62\x81\x37\x55\x2e\xde\x95\xa8\x40\xfc\x15\x06\x30\x1a\x88\x4b\xfc\xca\x6b\x3d\xf8\x2c\xf7\xf3\x05\x1a\x7e\x8c\xb3\xe1\x30\x0f\xab\x60\x69\xef\x78\x8f\xad\xa6\xff\x58\x3a\x82\x4a\xa9\x46\xb7\x0c\x68\xff\x72\x0c\xbb\x4a\x69\xe6\x99\x78\x0d\x97\x4a\x4a\x1b\xce\xf5\x21\x86\x53\xe6\xc4\x9f\x22\x0c\xe5\x06\xb4\xb3\x78\x96\xcc\xef\x4a\x3b\xbe\x59\x0a\x7b\x7e\xc5\x98\xa2\xf0\x43\x57\xd0\xcf\xfc\xcd\x3b\x22\x51\x2f\x36\xaa\xb8\x1c\x79\x46\xdf\x34\x34\x42\xcb\xac\x5e\xd3\x1e\x4e\xbd\x59\xee\x56\x59\x45\x7c\x2b\xae\xc9\x6a\x20\xec\xf2\xef\x49\xa6\xf0\x8c\xec\xe7\xc4\x66\x7c\x75\xfa\x8b\xcb\x23\x58\x7c\x72\xa5\x87\x17\xb6\x20\xc1\xe2\xe0\x31\xf4\xaa\x24\x48\x77\x14\x79\xc6\xdf\xa9\xb8\x01\xb9\xca\xf8\x3b\x18\x46\xf3\xee\xfc\xda\x6a\x49\xa5\xb6\x52\xca\x03\x89\x92\x86\xa9\x0c\x09\xfe\xa5\xfa\xaf\x68\x06\x3f\x5e\xf6\x1a\x73\xc0\x9a\x0a\xeb\xc3\xf5\xb0\xdd\x39\x06\xe7\x14\xd0\xf4\xb4\xed\x76\xc7\x50\xd5\x84\x22\xdd\x23\x08\x5b\x54\xab\xa8\x8d\x68\xb0\x52\x07\x62\x69\xa7\x07\x96\xb6\xb8\x52\xc3\x7b\xf4\xcb\x60\x42\xd0\xae\x99\x5e\x8d\xdf\x6a\xec\x11\xad\xc1\xb5\x6a\x76\xa0\x5c\x8c\x57\xe6\x7d\x89\x8a\xcd\x2f\x30\x39\x4b\x42\x43\x32\x03\x6d\x5f\x20\x77\x93\x94\x74\xd7\x23\xae\x12\x4b\xc5\x83\xf0\x1b\xf6\x8e\xfe\x76\x9a\xc3\xcd\xfd\xcd\xa9\xd4\xd3\x83\xaa\xa5\x83\x44\x50\x4f\x41\xfa\x32\x3c\xbb\xed\xa9\x10\xc2\xde\x37\x0c\xa3\x00\x73\xaa\xa2\x5c\x5a\x8a\xb6\x15\x57\x9c\x5d\x8f\x6e\xce\xd1\xb6\xad\x43\x18\x29\x73\x74\xd5\x91\xf9\x52\x77\x45\x1e\x9c\xcc\xf6\x18\x4d\x10\xce\x8b\x35\xec\x11\xf1\x8b\x63\xfd\xea\x00\xcf\x3f\x56\x96\x17\xcc\x3d\x1e\x3b\x11\xff\x99\xb3\x8b\xb4\x9f\x96\xc5\x56\x24\x4d\x5d\x29\x67\xde\x27\xe7\x79\x46\x30\xd2\x28\x94\x83\x12\xba\x13\x14\xac\xf3\x80\xfa\x19\x16\x2e\xae\x21\x0a\x90\xe0\xdb\x13\x82\x68\x4a\x60\x77\x2f\xdf\x82\x72\xa1\xd6\x84\xb7\x98\xe2\x96\x5b\xca\xf9\x42\xf1\x8c\x3f\xca\x9e\xa5\xd0\x68\x0a\xac\x5e\xca\xec\x15\x0d\x66\x26\x74\xc1\xe3\x05\x23\x0a\x7a\x76\x70\x31\x7d\x2f\x8c\xe8\x44\x52\x5f\x20\x47\x17\x5f\x26\x0a\x91\xd6\x5b\x3f\xf8\x1f\x91\x96\xae\xd7\xbc\x21\x24\xb6\xe6\x3c\xb7\x18\xd9\x93\xf3\x91\x93\x82\xcc\x8b\x4b\x63\x4b\xe0\x57\xd4\x40\x16\x05\x51\x88\x10\x33\x2f\x20\xfb\x3c\x42\x19\xfb\x90\x48\x3b\x19\x5d\x11\xa9\xd7\xd9\x41\xed\x42\xb7\x2e\x76\x26\x04\xe8\xae\xe1\x72\xfe\x61\x7a\x60\x87\x1a\x6f\x3b\xad\xa1\xf2\x33\x77\x19\x6d\x61\xd6\x08\x07\x50\x7d\x25\x5d\xac\x1f\xc4\x3d\x7c\x84\xf9\x8c\x20\x5d\xde\xc7\x18\x21\x74\xcf\x1d\xa2\xb7\xe1\xdd\xb6\x95\xb4\x54\xdc\x6b\x7b\x31\xd5\x0b\x5f\xbb\xd8\x9a\xd8\x8b\xb9\x0e\xd6\xf1\x9a\x78\xd4\xd6\x58\x6e\x02\x37\xa2\x9c\xcb\x41\x39\x8e\x19\xc5\xec\x4b\x6c\x7d\xd1\x34\xcb\x97\xb5\x19\xd3\x63\xba\x33\x77\x5f\x7a\xc8\x70\x60\x38\x9f\xdd\x49\xdf\x45\x77\x3e\xf0\x99\xb6\x82\x66\xbf\xdd\x99\x78\x48\xdd\xbd\xd8\x1b\xaf\xc7\x25\xfd\x4b\x78\x47\xe3\xe8\x4d\x9f\xb8\x9b\x24\xf7\x4b\x8f\x72\x80\x58\x37\x2d\x83\xf5\x5c\x08\x09\x55\x98\x13\xfc\x07\x88\x8c\x71\x9b\xe7\x1e\x46\xa3\x0f\x70\x86\xce\xac\xa4\x15\xb1\xd7\x1f\xb0\xa2\xd2\x99\x67\xb7\xfd\x26\x9c\xe9\x61\x8b\xf9\xb8\x09\xf1\xa0\x87\xc1\x4d\xca\x74\xae\xaf\xe5\x44\xa6\xcd\x14\x59\xb0\x5d\x53\x42\x92\xef\xb3\x8c\xe5\x77\x79\x12\xa6\x7a\x82\x15\xe4\xc3\x58\x15\x57\x1d\x92\x49\x57\x91\x2c\x3b\x9d\x43\xfd\x2c\xd4\xb7\x31\x24\x6e\xf1\x34\xb6\x51\xf0\x4c\xd6\xed\xc5\x9d\x18\x9d\x56\xdf\xc9\xe4\x9e\x2b\x67\xd7\x8c\x73\xd4\x4b\x74\xf2\xd9\xac\x67\x05\x8d\xf2\xd3\xcc\xc6\x5c\x1d\x8e\x2d\x23\x29\x13\x25\x1f\xa3\x4b\x52\x07\x83\x86\x68\x02\xf9\x8c\x9b\x31\x35\x32\xbe\xc2\x5a\x9d\x70\x11\x1b\x6e\x7d\x8d\x6b\xf1\xdc\x16\xdf\xc6\x96\x32\xe0\x76\x35\xae\x5d\x6b\x75\x95\x80\xfd\xb9\x51\x94\x7b\x8c\x55\x55\x6b\x99\x60\xc2\x44\x2b\x4a\x58\x07\x18\x67\x8a\xdf\xc5\x86\xd3\x0f\xe6\x2f\x0f\xdc\x4a\xdb\x9b\x39\xeb\x3a\x42\x5d\x97\xb2\xcf\x4a\x09\xff\x26\xd3\xdd\xea\x81\xf5\x09\xcb\x16\x3f\x44\x2b\x59\x8b\xda\xf4\xb8\x86\x3d\x94\xca\x34\xf6\x6c\xfb\xdb\x1c\x4f\x56\x5a\xb3\x81\xcc\x89\xe9\x5f\xa7\xcb\x0c\x65\xec\xad\x78\x19\x53\x40\xdf\x58\x4c\x09\x88\xa4\x2d\xcd\x2d\x75\xb5\x24\x5e\xa6\x9f\xd8\x9f\x8d\x77\x25\x5e\xda\xaa\x8f\x49\xc4\x5b\x16\xff\x41\xc9\x2c\x49\x6b\x14\x57\x6d\x30\xac\x62\x86\x3d\x74\x9d\x9d\x9d\xc9\xa2\x75\x5c\x8a\x4f\x66\xda\x36\xcf\x63\x74\x33\x96\xd5\x3a\xc6\xa8\xd0\x9e\x97\x7b\xfa\x7f\xa0\xde\x28\xf8\xed\x32\x46\x64\x67\xbe\xde\x1f\x8c\xc7\x26\x39\x6c\xdd\x86\x1d\x94\x98\x2c\x39\x88\xea\xb2\xfa\x7b\xce\xc6\xbf\x8f\xb1\xa8\x37\x8c\xb3\x89\x61\x17\xd6\x4a\xb8\x31\xf7\x92\x15\x45\x9f\x63\x77\x73\x99\x42\x8f\xd8\x0a\xca\x2e\x7e\x05\xc9\x3f\xd8\x85\xfb\x83\x6c\xee\xb6\x9d\x63\x46\x51\xb3\xf2\x60\xb9\x43\xcb\xb5\x75\x19\x1e\xb0\xe7\xc2\x3b\xb4\x70\xc4\xa6\x9b\x88\x67\x91\x9d\xeb\xce\x49\x5f\x93\xdd\x0b\xde\x49\xf6\x91\xaf\x26\x79\x88\x8a\xc8\x72\xce\x43\xe1\x6a\xf2\x23\x72\x26\x3f\x96\xe2\x18\x34\xc8\x1d\xa4\x8c\x9f\x2a\xe2\xac\x80\xc2\xf7\x7f\x60\x1d\x80\xd7\x6a\x3d\x62\x38\x22\x0b\x16\xd6\xd1\x2e\x21\xbc\xae\xcc\xf8\xed\x30\xa9\x96\x26\x8d\x83\xed\x0b\x36\x8b\xdf\xc0\xc6\xf2\x3c\x91\x17\xac\xce\x39\x20\xb8\x03\x6f\x26\x2b\xf1\x2d\x60\xe7\xa0\xc3\x5c\x09\x9c\x7a\xca\x84\x3d\x0d\xbf\xde\xcf\x67\xad\x45\xec\xb4\x92\x18\x3b\x91\x3b\x0b\xe5\x34\x57\xe4\x63\xc7\xf2\xb8\x62\xea\x78\xf5\x2e\xe9\x1a\xea\xe1\x3c\x0d\xf1\x15\xa2\x3a\xe1\xbe\x70\x9a\x30\x65\x15\x0a\x4e\xe1\x43\xb1\x39\xbc\x66\x9c\x1b\xa8\xca\x5d\x83\x7b\xba\xea\xb1\xc3\x71\xb5\x7d\x37\x99\xc5\xd8\x3d\x2d\x53\x7a\x3f\x56\xb7\x50\x4c\xfd\x85\x29\xb4\x5e\x8b\xdb\xc2\xa9\xaa\x5c\x2e\x89\x61\x5f\xcf\x59\x26\x9a\x62\xf5\xcb\x80\xd0\x89\x39\xc2\x5c\xca\x6f\x67\xcc\xc6\xec\xe3\x19\x30\x34\xfd\xa7\x39\x12\x7a\x80\xcb\x76\xd6\x0c\x8d\xb1\x6f\x2b\x53\x8b\x5a\xa8\xf9\x9d\x7e\x80\xe8\x5f\x38\x46\xbd\x8a\x1f\x6e\x56\x92\x4a\x25\xee\x65\x55\xe2\x9f\xa2\xe7\x59\xab\x44\xee\x42\xff\x38\x73\x41\x17\x7f\x9a\x1e\xcd\x37\xe6\x05\x46\x3d\xe0\xe6\x70\x57\xfa\xd5\x73\x54\xd8\x4d\xce\x2b\x58\xee\x2c\x3d\x4b\x0e\x23\x81\x91\xae\xd9\x4b\xab\xa6\xbd\x53\xd8\x46\x3c\x23\x58\xf5\xf7\xa5\xab\xd2\xe0\xe2\xf7\x62\xbf\x14\xd7\xf4\xe3\xc2\xae\x24\x35\x71\x95\x60\x73\x42\x2b\x75\x37\x8f\x88\xbf\x70\xed\x01\xe7\x93\x54\xd9\x77\x0e\xdb\x53\x94\x7b\xe2\x39\x33\x9f\xff\xdb\x42\x42\x9f\xe5\xea\x6b\xba\xd3\xe6\xb0\xf4\x15\xbc\x09\x23\x9a\x6b\xed\x5a\x49\x57\x89\x4a\xe1\x36\xf1\xba\x82\xa9\x94\x21\xa1\x7f\x6e\x97\xf0\x22\xbf\x36\x2b\x16\x5f\xcd\x53\x4a\x5f\x77\xe5\x15\x87\x94\x5c\xe6\xed\xc4\x9a\x4e\x5c\xe3\x24\x63\xea\xc7\xe9\x9a\x73\xe8\x81\xc2\x6f\x1a\xc3\x54\x9c\x4b\x51\x88\xc0\xab\xe8\xbf\xab\x7e\x4b\x86\x1a\xa1\xfc\x6d\xe2\x79\xb5\xb2\xa4\x74\xe1\xc1\x4a\x1e\xff\x10\x9f\x53\x7a\x02\x5d\xcd\x9d\x28\x78\x1e\xa1\xca\x31\xcd\xb9\x78\x31\x9f\x25\x4a\x17\x3a\x9a\x32\x26\x92\xec\xf7\x62\x74\xd5\xb8\x2c\x8d\x7d\xd4\x6d\x82\x64\x05\x0a\xee\xcc\x0c\xa9\xfc\x25\x19\x6e\xbf\x99\x67\x21\xfa\xd7\x2c\x95\xd7\x08\xcd\xeb\xb7\xf1\x2e\xf2\x49\x55\xb1\xc8\x6e\x6e\x67\xa9\xf0\xf2\x41\xce\xca\x02\xfc\xc2\x3b\x56\x40\xf6\xda\xe3\x69\x8c\xc2\x54\x9d\xbd\xab\x69\x8f\x65\xd7\x35\x96\x12\x1f\x85\xdf\x14\x24\xf8\x3a\xe6\x7f\x95\xdb\x24\x43\xd7\xdd\x72\x23\x44\x5f\x3b\xee\x24\x7e\x15\x6e\x6b\x59\xc3\xcd\xe3\x7b\xd6\x2f\x82\x59\x5c\x79\x65\x65\x78\x36\x7b\xba\x44\xeb\x42\x00\x6b\x47\x9e\xc1\x71\x03\x46\x50\x7a\xf2\x9e\x61\x5a\x62\x22\x53\x03\x10\xd9\xa2\xdf\x0a\xb7\xb1\x5e\xd6\xb6\xb2\xae\xcc\x82\x68\x69\xf6\xda\x74\xbd\xe8\x2f\xb2\xb4\x94\xc1\x98\xa3\x6c\x97\xa4\xc0\x98\x06\x8a\x6e\xc2\xaf\xd8\xe3\x61\x76\xf1\x14\xd2\x22\x8f\x59\xc9\x63\xd2\x4b\x7b\x8a\x68\x05\xf9\xa5\x69\x1d\x5f\x1d\x02\x1b\x17\x73\x00\x7c\x66\x6e\x03\xe3\x3b\xa2\x57\xb6\x25\xd3\x9e\x14\x9c\x45\x4a\xbb\x47\x12\xc8\x14\x52\x30\x52\x21\xeb\x46\x92\x36\xe9\x39\xb9\x32\xa1\x8d\x7c\x24\xf4\x6e\xfc\x11\x72\xaf\x07\x55\x52\x45\x09\xb4\xdf\x2c\xfc\x04\x6d\x32\x0d\xe1\x2f\x84\x5e\x6d\x18\x65\x7f\x80\xdf\xcc\xcd\x62\x7c\x44\xfc\x4a\xe1\x8c\x57\xd0\x85\xcc\xd1\x34\x3a\xe4\x10\x1f\x94\xb2\x0b\x32\x64\x1d\x90\x3f\x86\xcc\xc9\x7b\x12\x60\xc8\x2b\xd4\x27\x7e\x29\x54\xe0\xb1\x41\x42\x86\x95\xff\x1f\x0a\xea\x82\xaf\x89\x87\x01\x00\xf0\x89\x2d\x61\xa2\x22\xa0\x80\x85\x94\x85\x82\x05\xa2\x28\x4a\x18\x28\x0a\x22\x92\x02\x8a\xa2\xd4\xe2\xfa\x76\xeb\x6e\x16\x8c\xd1\x39\xba\x1b\x04\x0c\xec\x6e\xfd\xdb\xdd\xdd\xef\xef\xfd\x10\xcf\xb3\xf9\xb8\x74\x00\x45\x97\xcd\x11\xdd\x47\xff\xda\x9b\xf8\x17\x31\x93\x99\x91\x73\x03\x1b\x34\xb5\xe5\x6f\x27\xa3\xf2\xfd\x72\xff\x30\x9e\xaa\x46\xe5\xb4\x33\xf6\x73\xbe\xe9\x62\x19\xa3\x41\x0b\x0d\x40\xf4\xa7\xec\x51\x89\x88\xfc\xc8\x95\xf2\x7f\x84\x6a\xf3\x28\xe9\x36\x82\xe6\xa9\x13\xa5\x11\xf1\xf6\x14\xfe\x41\x22\xd5\xec\x14\x87\x8a\x9f\xae\xd0\xe6\x0f\xe7\x95\x18\x23\x73\xd5\xdc\xfb\x8a\xed\x39\xbe\xdc\x11\xec\x4c\xed\x03\x8e\x37\xad\x33\x1b\x66\xa3\x07\x3d\x55\x96\xac\x67\x7b\xd6\xc9\x99\xac\x3d\x9b\xfc\x24\x43\xcc\x5a\x4f\x07\xe1\x4b\xe6\x70\xfb\x6d\xbc\xc7\xe4\xbe\xe1\xd6\xec\x77\xc4\xf7\xb2\x8a\x3c\xad\xb4\xc6\xa0\xc8\x75\x96\xa4\xc8\xea\xf4\xa7\xc5\xd3\x98\x7f\xb5\x89\xc2\x0b\xd4\x74\xf5\x6f\x81\xf2\xc0\x24\xa5\x88\x4f\x8f\x08\x91\x8f\xe2\x45\x05\xd0\x25\x7e\x5c\xeb\xa5\x65\xc2\x3d\xec\x7e\xfb\x95\xbc\xad\xac\x7d\xc3\x33\xd9\xbb\x48\xe7\x92\xf1\x79\x6e\xfa\x32\xfd\x6c\x43\x95\xf6\xaa\xe4\x90\xde\x3f\xfb\x01\xe3\x85\xe6\xbc\xea\x5c\x96\x4c\xbd\x5b\xd1\x91\x94\xa4\x78\x20\xeb\xd8\xfd\x58\xb6\x4b\x52\xb1\xf1\x80\x58\x22\x8a\x5c\xf2\x42\x50\xcc\x7f\x6d\xf7\x89\xab\xe6\xee\x18\x3e\xc8\xd2\x32\x2f\x17\x4a\x8d\xcf\xca\xa6\x68\x6e\x19\x62\x8b\xb7\x8b\xc2\x74\xef\x0a\x60\xfc\x83\xe6\x90\x91\x97\xd1\xa7\x7a\x96\xc3\xdc\xdf\xab\x48\xd1\x32\x77\x65\x4a\xef\xa8\xf7\x6d\x08\x10\x4f\x92\x3f\x5f\x32\x51\x30\x57\xe2\x6d\x27\xe1\x4e\x12\x04\x0c\xff\xc8\x1a\xc7\xde\x92\x2f\x33\xbe\x6f\x5c\xae\x7e\x68\xd8\x5e\x7b\x42\x10\xab\x3b\x51\xe5\x81\x4d\xd2\x78\x97\x47\xa5\xfd\x52\x15\x17\x27\x27\xcc\x54\xd8\xe6\xc7\x84\x01\x52\xc2\x30\xc3\xdf\x5a\xd4\xa0\x39\xb4\x78\x31\xbf\x5f\x71\xd8\xce\x9e\x53\x2d\x1e\x3f\x62\x02\x33\x8f\xa3\xc8\xbb\x68\xbc\xdd\x3e\x46\x3d\xd5\xe0\xdf\xec\xc3\x67\xeb\xda\xea\x7d\xd1\xb5\x1a\xc7\xea\x71\x69\xcb\x54\xec\xf2\xa2\xf8\x64\xf9\x97\x62\xbb\x9d\xb1\xd2\xd0\xbc\xcd\xeb\xe5\x22\x42\x3f\x6c\xd1\x15\xbe\x44\x15\x61\xfb\x8d\x43\x91\x04\x8c\x58\xc8\x4c\xe0\x5a\xe6\x2d\x37\xf6\xf6\xd8\xaa\x0e\x1a\x3c\x3a\x46\xf0\x2e\xe8\x0a\x9a\x1b\x11\x99\x66\x58\xfd\xfc\xa3\x52\x55\x64\x55\x54\xdc\x25\x79\x4f\x59\xec\x8e\x07\xd2\xc9\x85\x16\xeb\x17\x8b\x56\x1b\xbc\x16\x69\xf8\x1b\xd4\xef\x6d\x3f\x70\x9c\xa5\x4b\x46\xa4\x33\x27\x72\x83\x75\xe3\x6b\x52\xa9\x57\x25\x61\xa6\x0d\xb4\x05\xe4\xaf\x72\x07\x1a\x42\x7d\x57\x7c\x93\xf6\x25\xc5\xbe\x80\x4e\x57\x46\x15\x1b\x87\x81\xa1\x5b\x9e\xe9\xc3\xa1\x15\x3e\x49\xd9\x7b\xe1\x2d\xae\x6f\x14\xf6\x08\x3a\x6d\x84\xb8\x01\xbd\x0a\x00\xfc\x28\x0c\xd5\x1a\x6b\xa6\x83\x11\xe2\xd7\x95\xdf\x40\x1a\xa9\x2d\xbb\x06\xe6\x53\xb5\xc5\x2a\xf0\xe5\xc1\x73\x05\xab\xa1\xf0\xa8\xd8\xdc\xd3\xd0\xa3\x2d\x45\xfa\x05\xb0\xd4\xc7\x3d\xdb\x1b\x89\x75\xed\x55\x8c\x40\x03\xa6\xbe\x12\xe7\x63\xc1\x00\xc0\x0f\xc5\x0a\xb4\xce\xd5\xc7\xe1\x5f\x62\xa4\xb2\x04\x7e\x41\x2e\x2e\xe3\xc2\x2f\xa9\xbe\xc5\xc1\xc8\x98\x83\xcc\xfc\x1f\xc8\x86\xa8\x69\xb9\x42\xc4\xb0\x25\x45\xf7\x16\xb5\x5e\xf3\x35\x7b\x14\x6a\x74\x55\xcb\x6f\x61\xab\xa6\x5e\x13\x13\xd8\x67\x00\xe0\x2f\xc1\x3e\x67\xff\xa8\xf6\x67\x48\x45\xa9\x95\x0e\x0c\x0f\xc6\x96\x32\x80\x18\xa0\x24\x17\x0d\x12\xf0\x81\x9e\xfc\x0c\x22\x74\x6f\x4a\xee\x48\x62\x73\xc8\x6d\x5d\x32\xb1\x7b\x0d\xa1\x16\x10\x51\xae\xeb\xe5\x89\xc4\x81\xa9\x9d\x62\x6b\x42\x08\x00\xbc\x41\xfc\x81\x7a\x47\xd5\x4b\x6e\xa4\x70\x4c\x45\x13\xa7\x94\x18\x59\x2a\x66\x3f\xc9\x0a\x28\x0a\x62\xaf\x4a\x3e\x99\xf7\x99\x55\x16\xa9\x30\xb0\x58\x4b\x43\xe6\x69\x5f\x32\xcf\xae\x01\x54\xff\x98\xdb\x5d\x7e\xc9\x2e\x93\x17\xa6\x1e\x13\x31\xc8\xed\x00\xc0\x5b\x4c\x7c\x57\x5e\xa8\x42\xc5\x1a\x7e\x4e\x45\xa0\x48\x89\x9d\x28\x9d\x29\x4c\xc8\x74\x2d\xbc\x2c\x08\x49\xba\x94\x97\xc9\x0f\xd8\xd3\x6e\x18\xce\x8b\x0c\x4e\xd7\x26\x73\x29\xab\x31\xd5\x51\xce\x01\x97\x56\xd9\x4a\x76\xc8\xd4\x5b\xc2\xfb\xac\x19\x80\x27\x57\x40\x8e\x53\x8c\x30\xfd\xd2\x34\x71\xdf\x96\xf7\xa9\x7f\xa0\x33\x4a\x24\xaa\xa5\xe9\xb9\x85\x4b\x15\x7b\x13\x0f\x1a\x8f\xcb\x84\x11\x48\x4e\x88\xe4\x4a\x50\x8a\xc6\x24\x9e\xb4\xaa\x45\x59\x2d\x9c\xee\xe2\x27\xa5\xf3\x81\xa9\x27\x84\xb6\x9c\x76\xa0\x8b\xd3\xc2\x14\xc9\x3c\x4c\x5d\x85\x75\x9c\xf9\xe5\x49\xf9\x33\x60\xb2\xc4\x3d\xb7\x22\xcd\xb6\x60\x40\xff\x6f\xff\x70\xe3\x26\x6d\x70\xf8\x0a\xfd\x90\xba\x26\x70\xa7\x66\xae\xe2\xcb\xca\x9b\xca\xb9\xd2\x8f\x0b\xaa\x24\x2f\x45\x5d\x53\xf3\x05\x2c\xbe\xff\x30\x1b\xce\x74\xd6\x6d\x09\x61\x92\x57\xf3\x59\x92\xf2\xd5\x95\xfb\xc1\xff\x8a\x5f\x95\x2d\x38\x22\x2e\xc8\x28\x6a\x8d\x97\xe6\xbe\xcc\xf7\xd8\xf5\x54\x1f\x63\x30\x6c\x76\xcb\xae\xd7\xde\x5a\xf1\x56\x51\xad\x3a\xb6\xc0\x52\x92\x29\x4b\x98\xba\x4f\x30\x49\x58\x34\x2c\x82\x9d\xc7\xfe\x26\x3e\x6f\x22\x1a\x9a\x99\x77\xca\x9d\x6b\xd7\x82\xb3\x8b\xcf\x9b\xf2\x53\x6f\x17\x6c\x2b\xbb\x16\xf7\x22\xb7\xa3\xe8\xc5\xae\x6d\x7a\xb7\xbc\x87\x9b\xca\xb2\x29\x39\xc6\x15\x5c\x45\x86\x06\x70\x3e\x27\x59\xa6\x98\x38\x35\x84\x7f\x59\x64\x1a\x46\xb0\xa3\x39\xfb\xc4\xcb\x4d\x29\xad\x8b\x99\x6b\xcb\x2d\x1a\x33\xe9\x64\x71\x45\x2d\x27\x35\xa0\xc0\xd1\x94\x16\x17\x9f\xcb\x2c\x73\x0d\xbb\xae\x7b\x55\xd8\xb9\x29\x20\x7b\xa1\x71\xe4\x8a\x35\x8a\x79\xda\x17\xce\x45\xe2\xa7\xca\xd4\xa9\xbb\xf8\x84\x38\x6b\x58\x1f\x7b\x1c\x47\xc4\x52\x74\x4a\xe8\x00\xf4\xbe\x15\xa5\xfb\xa4\x69\x1a\x33\xe8\xd4\x44\x5d\xed\x36\xfa\x83\xc8\xe1\x26\x33\x90\xbe\x65\xa8\x54\x08\xad\xf2\x13\x16\x9c\x83\x9d\x97\x0c\x1a\x2a\x90\xf5\x4e\x22\x8d\x17\x0a\x4e\x10\xc9\x93\xb0\x7c\x00\x10\xca\x71\x73\x56\x42\xa7\x1b\x14\x0c\x75\xb4\xce\x81\xa2\xd2\xf6\x35\xce\x85\x0e\x27\x26\xd5\x8e\x81\x4a\xf7\xdc\xa8\xec\x81\x2d\xb7\x14\x96\x6e\x85\x0d\x7e\x07\x0a\xb2\x91\x1d\x4b\x2a\x0d\x28\xea\xe1\x94\xa9\x99\x8a\xd9\x4f\x10\xca\xb7\x60\xbf\x01\x40\x88\xe2\xf6\x2c\x8f\x8e\x01\xa4\x05\xc2\x5a\x4e\x21\xb9\x69\x33\x1b\x2e\x23\xac\x44\x8f\x9a\x76\x44\xbe\xa7\xbc\x92\x82\x0c\x6d\xa1\x96\x8e\x41\x17\xf8\xf9\x17\xec\x40\x4d\x4b\xc4\x86\x0d\xd8\x06\xa7\x98\xec\xc7\xd8\xfb\x09\x7c\xf9\x6c\x9c\x0b\x00\xc2\xdd\x78\x0c\x73\x56\xc7\x72\x46\x0b\x58\xd6\xe2\xcd\x08\x3e\x4a\x6d\xf0\x25\xee\xee\xd7\xd7\xcc\x21\xb4\x7b\xe6\x57\x3c\x20\xe8\x5b\x46\x97\x1c\x21\xe0\xb5\xaf\xf2\xdb\x09\xfd\x92\xdd\x39\x5d\x44\x87\x93\x4f\xf6\x3e\xe2\xe1\x04\x83\xac\x90\x78\x0b\x00\x82\x9b\x84\x17\xe9\xd8\xde\xc1\xb5\xa1\x9f\x68\x6e\xe6\x44\x1c\x29\xad\x6f\x66\x2b\x13\x5e\x57\x6b\x58\xdf\x22\xb4\x15\x3b\x58\x94\x10\x71\xf1\x3d\xd6\xc4\xb5\xbc\x7c\x67\x66\xcf\x92\x29\x39\xf6\xcc\xfd\x4e\xb3\xd5\x1d\xcc\xb1\x13\xba\x65\x00\x49\x02\x80\x60\x11\xc3\x9b\x11\xdd\xbe\x46\x74\x8f\xf6\xb5\x79\xa9\xb0\x33\xf5\x76\xbd\xbb\x20\x3b\xc1\xb7\xda\x9c\xaf\x8a\xb0\x28\xef\xe7\x55\x86\x4c\x2e\x0e\xe4\x5e\x5e\xbb\x20\x4f\xca\x1d\xb3\xf8\xb2\x9e\xca\x99\xef\x64\xa5\xb6\x60\xfb\x4c\x78\x26\xdd\xce\xb2\x01\x00\x3e\x95\xf4\x20\x9c\xda\x0a\xd4\x3d\xd4\x33\x4d\x7c\xd5\x8c\xc3\x6d\x75\x54\xc5\x91\xf8\x05\x55\xfe\xb2\xde\x70\xcb\xb2\xb7\x52\xa7\xe0\x15\x45\xa9\x62\x99\x2f\x66\xac\x11\x01\x8b\xe3\x75\x4a\xc1\x26\xc7\xd7\xaa\x05\x3c\x68\xa2\x83\xe4\x30\x27\x19\x00\x78\x1c\xa6\x0c\xfb\xdb\x66\x97\xb7\x9f\x92\xdf\x34\x3c\x77\xea\x21\x4d\xed\x4b\x7d\x6f\xdc\x44\x53\xa5\x76\xc7\x6e\xb3\xb2\x4d\xea\x97\x41\xdb\x0a\xfb\x95\x02\x9f\x5e\xe3\x30\xb9\xed\xa2\xdb\xda\x27\x92\x0c\xc7\x32\x25\x24\x2c\x99\xb8\x54\xdc\xcd\xe3\x01\x00\xf7\x22\xab\x11\x3d\xde\xda\x54\x7e\x3e\x0b\x6e\xcc\x2f\x79\x9f\x02\xd5\x32\x0a\xbf\xc6\xfc\x36\x2d\xcf\xbb\x1c\xf6\xa7\x74\xc0\x50\x14\x78\xb0\xd0\x4b\x97\xee\x33\x32\x37\x2d\x7b\xe6\xa2\x1d\xda\x1d\x0a\xd2\x31\x59\xf1\x42\xd2\x38\xd1\x4b\xbc\x4c\x40\x05\x00\x6e\x20\x5b\x85\x2e\x69\x25\xaa\xd7\x67\x7e\x68\x3c\x52\x69\x73\xf0\x5b\x6d\x68\xe9\x50\x0c\x5e\xf9\xaf\x68\x47\x18\xb7\x94\x95\x77\x2a\x70\x64\xc1\x57\x83\xe7\x9a\xc6\x5c\x57\x6d\xfa\x22\x5b\xad\xb9\x2a\xc6\x71\xbb\x22\x4f\x36\x65\xa2\x9f\xe8\x9d\x30\x10\x00\xb8\x23\xd9\xff\x21\xa6\xd6\x8d\xf5\xe3\x33\x69\x8d\xde\xd5\x45\x07\xb9\xb5\x36\x95\x93\x63\xa6\x57\x76\x96\x86\x87\xcd\x2f\xf5\x2e\x44\x37\x37\x17\x14\x1a\x65\x6b\x20\xc3\x15\xfd\x91\x85\xbf\x34\xf5\xea\x8f\x8e\x61\x8a\x8d\xf2\xc5\x13\xe3\x45\x6a\xe1\x53\x00\xe0\x98\xd8\x5f\xe0\x37\xc7\xd6\xd1\xdf\x66\x84\x75\xfd\x03\x6d\x0e\x6c\x6b\x33\x81\x2b\xf7\x35\x35\xb9\x83\xf2\x1d\xa5\xb5\x54\xc8\x36\xe0\x6d\xa5\x04\xba\xbc\x2a\xa1\x64\x27\xdc\xe1\x7e\x20\xcf\x88\x9c\x9d\xb9\x4e\x57\x88\xfe\xb5\xec\x54\xce\xc3\x87\x01\x80\x48\x84\xef\x80\x3b\xfb\x9e\xc1\xb3\x33\x3c\xbb\x4a\x60\xc7\x03\x0b\xda\x22\x60\xbb\x7d\xb2\xc6\x07\xf0\xfa\x1d\x9c\xda\x45\xb0\x2e\xe0\x72\x65\x30\xe2\xb8\x2a\xb0\x64\x2a\x72\xd9\x3d\x2a\x2f\x15\x2d\x9b\xb9\x42\x07\x63\x2a\xcb\xe3\xca\xd1\xf8\x36\x00\x10\x51\xf0\xbd\x30\xd4\x27\x44\xe9\x19\xe6\x5d\xc1\x68\x48\xf2\xdf\x36\x33\xd4\x71\x5f\x62\xa3\x08\x9d\xbe\x23\xbe\xe6\x3f\x74\x5d\x40\x53\xc5\x3f\x54\xb7\xca\xa3\xf8\x34\x36\xdd\x7d\x5b\xde\x62\xac\x66\xe6\x22\xdd\x7a\x7c\x8f\xe5\x59\xc5\x55\xfc\x22\x00\x88\x02\x71\x1d\x64\xec\xfd\x43\x2e\x49\x0f\xef\x6c\x62\xb4\x24\xa7\xb6\xee\x67\xac\x8e\xfa\xd4\xf0\x9a\x78\xb3\x63\x58\x8d\x2f\x71\x3c\x20\xae\x22\x92\x18\x5c\xf9\xba\x78\x0e\xf1\xd0\x7d\xb9\xd1\xc0\x18\x3e\x73\x9e\xb6\x86\xb1\xd0\xf2\xad\x62\x33\x63\x36\x00\x08\xbb\x89\x83\xe0\xcf\xde\x0c\xee\xce\xb4\x8e\xce\x39\x1c\x71\xd2\xf5\x96\xd3\xec\x13\x51\x60\x43\x28\xdb\x31\xb4\xb8\xba\x98\x95\x1b\x30\xb5\xbc\x8b\xb5\x6c\x65\x63\x11\x8b\xf9\xc8\x7d\x42\xee\x47\xa6\x78\xe6\x34\x2d\xc0\xf4\xb2\x9a\x26\xd7\x93\x45\x00\x20\x34\x67\xc4\x82\x21\x3d\xcf\x45\x97\xd2\x6c\x3b\x64\xc2\xba\xa4\x0d\x2d\x0b\x05\xb2\xa8\xe1\xf5\x8d\x7c\x41\x68\x48\xf5\x38\x5e\xc1\xc6\xd3\xe5\x33\xb8\x43\x2b\xc1\xc2\xff\x38\xff\xdc\x9e\xe7\xae\xe3\xb8\xce\xb4\xd2\x6c\x62\x87\x58\x6d\x90\x3d\x62\x39\x01\x80\x20\x90\x0c\xa6\xc7\xf7\xb8\xaa\x7d\x8f\x2e\x6b\x3f\xad\xd4\x27\x26\x35\xef\x95\x7f\xde\xeb\x5e\x77\x59\x16\xbc\x1d\xaf\xb2\x91\xb4\x6e\x74\x2c\x9b\x23\x5e\xb8\x72\x58\xc1\x13\x61\xa5\x5b\xa9\x21\x40\x30\x76\xa6\x7d\x76\x08\x2f\xcc\x4a\x2f\x7d\xcb\xd9\x02\x00\xfc\x40\x66\x2e\xed\x60\xb7\xd8\xb8\xe3\x48\x60\xbb\xb3\x61\xcc\x7e\x4e\x53\xbd\xae\x25\x32\xb8\xce\x4e\x13\xb1\xcd\x64\xda\xad\x1e\xbb\x21\xb9\x34\x5a\xd1\xb9\x22\xad\xc0\x5e\x96\xe8\xb6\x31\x87\x14\xff\x67\xff\x49\x2d\x11\x7a\x5b\x1d\x93\x2e\xe6\xad\x02\x00\x9e\x80\x55\x4e\xe5\x77\x8f\x28\x9b\x98\x7a\xa8\xad\xa8\x78\x79\x42\x5d\x93\x47\x41\xd0\x1e\xb0\x56\x60\xf4\xd9\x7a\xa7\xb2\x2d\xc7\xc3\xbf\xbd\xa4\x5b\x3b\xcb\xfb\x75\x3e\xa8\xfa\xea\xfa\x59\x7f\x57\x2e\xb6\xff\xa8\x7a\x25\xfe\x61\xf5\x5e\xa2\xe3\x7f\x06\x00\xee\x6f\xf6\x21\xaa\x4d\xd7\x29\x93\xfb\xe1\x7f\x6d\xfb\xcb\xcd\x12\xb6\x35\xbe\x2b\x3e\xbd\xc7\xb6\x76\x43\x41\xea\x56\xb2\x32\xc5\x38\xca\xff\x68\xc9\x11\x7d\xae\x77\x7b\xfe\x02\xcd\x44\xd7\xcb\x7a\x9e\x72\xa5\xfd\x67\x55\x8e\x74\xd9\xf8\xb1\x92\xad\x82\x2a\x00\xe0\x36\xb1\x4b\x29\x75\x5d\xdc\x9a\xe2\xc3\xba\xb6\x59\xa6\x55\xf1\x3f\x1a\x4b\xcb\x06\x22\xce\xd5\x7c\x2d\x9e\xbf\xd5\xaf\x72\x72\x7e\x96\xff\xea\x92\x89\x86\x2e\xef\x9c\xbc\x53\xda\x1b\xae\x27\xf4\xf3\x55\x39\xf6\x7f\x55\x3e\xb2\x85\xe3\xbd\xc4\x1f\x85\x9e\x00\xc0\x0d\x67\xd7\x67\xd5\x1c\xff\x06\xcd\x3c\xe4\x7a\x4c\x0e\xcd\x8b\x8b\xe8\x9e\x02\x39\xee\xfe\xd7\x16\x0a\x45\x86\x6c\x6c\x0c\x81\x86\xfc\xfe\xd6\x8c\x83\x8f\x2e\x1f\x5e\x1e\x8f\x6c\x72\x3e\x53\xe8\x8e\x06\xcd\xa8\xce\xe9\xc0\x52\xcd\xd9\xaa\x62\x7c\x3d\x00\x88\xf7\xe0\x78\x96\xe2\xb8\x11\xf1\x3b\x34\xfb\xd8\x0a\xc4\x2e\xce\xbf\xab\x03\xfe\xbc\xfb\x65\xeb\x3f\xf8\x4f\xc8\x8a\x46\x00\x59\xe5\xf7\xa6\xba\x17\xa9\x59\xf6\xa5\xdc\x11\xdd\xee\x3c\x58\xf0\x07\x9b\x36\xa3\x28\x47\x8a\x7d\x37\x17\xaa\x88\xff\x4f\x2b\xf6\xc3\xc9\xac\xfd\xc7\x83\x31\xc6\xa1\x89\x7d\x77\xb1\xa5\x71\x2e\x5d\xd1\xe8\xab\xdd\x17\x5a\x8b\xd0\x63\x21\x4e\x0d\x65\xe8\x25\xbf\xdb\xd5\x29\xd8\xf4\x65\x8f\xca\xce\x62\x1c\xe7\xce\x82\x6e\x7c\xd2\x0c\x5d\xce\x0e\xbc\xce\x5c\xac\x0a\x26\x00\x00\x10\x8f\xc7\xdb\x33\x3b\x07\x5b\x98\x40\x0a\xd8\xe7\x4b\x26\xc6\x56\x74\x36\x31\xae\xec\x4e\x6b\xf9\xce\x38\x12\x7c\xa3\xfe\x27\x63\xb9\x5f\x6e\x55\x3b\x63\xee\xb2\xc6\xb2\xe9\x8c\xe5\xce\x35\x05\x8e\x8c\xed\x33\xe4\xfa\x46\x46\x86\xb9\x49\xd9\xc8\xf0\x07\x00\x11\x48\x60\x99\x49\x83\x76\xdc\x37\x29\x76\xbd\x39\xdc\xf1\xb1\x9b\x3b\x47\x71\x56\xee\x76\x6d\x09\x66\xe3\xc1\x55\xf5\xa1\xac\xb7\x7e\x50\x95\x39\x8b\xb2\x2c\xb7\x34\x99\x65\xe3\x5c\x98\x7f\x80\xd9\x37\x43\xab\xfb\xcc\x4c\x32\xbf\xa7\xf8\x41\xb6\x02\x80\xb0\x9d\x91\x95\x31\x34\x80\x8a\xdd\x0f\x16\xf7\x7c\x16\xfe\x89\x79\xd3\x11\x26\xb8\xb2\xeb\x59\x73\x0e\xbf\x3b\x98\x59\x57\xc4\x3b\xed\x17\x61\x8a\xe0\x3e\x5e\xc6\x2b\xa9\xe3\x4e\x74\xd6\xe7\x95\x71\x7c\x66\x94\xeb\xdc\xd9\x09\x16\xb3\x14\x4b\x59\x6e\x00\x20\x78\x4f\x26\x65\x78\xf4\x6b\xd5\x4b\x0e\x8e\xea\x19\xab\xc4\x62\xb6\xb5\xc7\xca\x2f\xec\xda\xd4\xa4\x93\xcd\x0a\x7a\x51\xab\x96\xf0\xd7\xde\xab\xdc\x28\xfa\xb3\xcc\xbb\x38\x47\x48\x73\x86\x8c\x2a\xfe\x83\x19\x43\x5a\x07\xde\x0a\x0b\x8a\x7c\x31\xc7\x13\x00\xf8\x4f\x99\x65\xe9\x7b\x8f\xdd\xcf\x3d\x76\x20\xa4\x7b\x63\x4e\x72\x74\x65\x9b\x5c\x37\x3e\x2c\xb7\xb1\x2f\xbb\x31\xc8\xa7\xa6\x49\x75\x70\xed\xf6\x8a\x78\xc5\x6c\xcf\x8b\x45\xad\xd2\x9b\xce\x01\xb9\xad\xe2\x94\x19\xe7\x34\x41\x82\xdb\x16\x2d\xb2\x04\xee\x17\x00\xe0\xcf\x60\x69\xd2\xae\x1c\x73\x2f\xb9\x97\xdc\xd7\x95\x53\xf8\x3d\xda\xae\xf5\x75\xbe\x79\x98\x45\xe3\x84\xdc\x91\x81\x55\xd5\xdf\xf5\xa3\x7c\xef\x97\x17\x6b\x2c\x3c\xd9\x85\xff\x54\xc3\x9c\x9d\x0c\x3f\x64\x3d\x33\x5e\x66\x6b\xc5\x3b\x2d\x7e\x4b\xfb\xf8\x18\x00\xf0\x98\xec\x35\x69\xac\xbe\xe7\x15\xa5\xc9\x87\xbb\x42\x4a\x8f\xee\xbb\xd1\xaa\x2f\x5a\xb9\x73\xa8\xa1\x3d\xef\x45\xe0\xa1\x6a\x8d\x41\xed\x5b\x5d\xbe\x59\x17\xe4\x79\xa0\xd0\xa8\x7e\xec\x6c\x67\xc8\x56\xac\xb6\x1d\x9d\xed\x27\x49\xb5\x74\x96\xa6\x0a\x9c\x00\x80\xb7\x92\x9d\x9a\xb6\xba\x2f\xa7\xea\x6c\xb2\x43\xe7\xf7\x8a\x5d\xfb\xf2\x5a\xd7\x95\x3c\xdd\xa9\x6a\x88\x28\xdc\x15\xb8\xaa\x7a\xa9\xb1\xc7\x57\x5a\xf6\x5f\x8e\x9b\x67\x74\xe1\x0a\x0d\xd5\x79\x81\x61\xbe\xf2\xb0\xad\xbb\xfa\xb6\x74\x83\x65\x9c\xd4\x52\xa0\x04\x00\xee\x2d\x76\xd6\xe7\x7f\xc8\x6a\xf0\xf7\xe3\x09\x48\x0c\x64\x7f\x79\x2c\x92\x09\xcd\xec\x33\x43\x0a\x21\x97\x6a\x1f\xe4\x32\x14\xa3\xdb\x82\x3a\xc2\x73\x59\x56\x68\x18\x5c\x73\xd8\x1a\x35\x20\xfe\xa1\x4d\xe8\x5b\xe4\xed\xd2\x0a\x6c\x13\x5a\x30\x7e\x32\x36\x88\xad\xf9\xf4\x19\x36\xa1\x05\x8f\x26\xc0\x57\xd1\x83\x97\xa6\xc0\xdf\xd0\x45\xbd\x8e\xc8\x52\xe4\x53\xd5\x61\xe4\x00\xf2\x5a\xab\x45\x06\xd0\x4d\xcc\x18\x74\x04\xca\x3d\x04\xa1\x51\xe8\xa5\xed\xdf\xd0\x4e\x6c\xce\x52\x47\xcc\x05\x83\xad\x3a\xb1\x76\xac\xe4\xe3\x41\x78\x26\x63\xe7\x83\x4e\x38\x9c\xb8\x70\xe1\x23\x0c\x12\x31\x3d\x73\xe0\x63\xf8\x55\x93\x18\x19\x83\xa3\x9a\x8f\xc8\x0e\x3c\x93\x2c\x47\x2a\x71\x46\xca\x5d\x74\x0a\x8e\x6f\x8f\x41\x19\x38\xbc\xc4\x84\xfe\xc5\x33\xad\xd2\xb1\x5c\xdc\xfd\xcd\x1b\xc8\x91\x87\xdc\x3d\x09\xed\xe7\xf2\xce\x92\x90\x9e\x23\xee\xdc\x00\xbd\x67\xe7\x57\xb8\xc0\xfe\xac\x73\xea\x2f\xb0\x9c\xb5\x8c\x31\x1e\x7e\xc3\x2c\x3b\x58\x8a\x1c\x66\x8e\xdd\x16\x89\x7c\x21\xc3\x17\x3f\x40\x39\x0c\xa9\x95\x0d\xe6\x4b\x24\xbf\x9c\x0d\x3a\xc9\xf6\xdf\x62\x81\x59\x92\x77\x43\x19\xe0\x49\x71\x7a\x9b\x18\x9a\x24\x1a\x56\x3a\x08\xed\x17\x14\x29\xdf\x40\x7d\xfc\x14\x3c\x0a\xf6\xe0\x2d\x39\x10\x0e\x77\x71\x9e\x6c\x8d\x40\x22\xd9\xf4\xc5\xeb\x90\x3f\xcc\x3b\x96\x1f\xd1\x41\x46\xdf\x53\x21\x3d\x49\xe7\x79\x7d\x25\xbd\x51\xb3\xe8\x84\x11\x34\x57\x8f\x6e\x31\x03\x03\x94\x23\x8b\x99\xa0\x5a\x3e\x56\xfe\x13\xfc\x27\xb5\x47\x3b\x21\x9a\x78\x6e\xf2\x54\xd8\x5a\x68\xbd\xe5\x00\xdc\xc7\xbb\xb5\xa8\x11\x39\xca\xd9\x68\xf9\x14\x0d\x60\x3a\x3c\x3c\x40\xf3\x29\x3b\x75\x19\xa2\xa9\x8b\x3b\x06\x46\xd0\x5e\x15\xd4\x35\x0c\xd0\x7d\x8d\x25\x05\xb9\x74\x63\x8e\x5c\x9a\x06\x4e\xd6\xd2\x61\x05\x68\x50\xaf\x49\xdc\x0e\xf9\xcb\x2f\x84\xcc\x80\xfe\x4a\x66\x2e\xfc\x0b\xf7\x0a\xc6\x58\x3e\x43\x2a\xd8\x1e\xf7\xae\x52\x33\x5b\x1f\x5f\xb0\xa6\x5e\x6c\xac\xe9\x03\x68\x76\xb5\xb9\xb5\xdf\x69\xa4\x29\x2d\xcf\x92\xf6\xbe\x6c\x81\xd8\x91\x7e\xb8\xb0\x0f\x94\x80\xc3\x8c\x33\x12\x0a\xc0\x3a\xdd\xbc\xa0\x8b\x50\x96\xf2\xfc\xc2\xf5\xf0\x06\xc9\x48\xcb\x1b\xc8\x3a\xae\xdf\x9d\x29\xd4\x7d\x27\xfb\xce\x2a\xa9\x92\xfe\xa6\x6e\x8c\x7a\xaa\x5b\x55\xad\xa3\x79\xb4\x45\x1a\xae\xd0\xb4\x0d\x4f\x85\xd6\xf4\xa9\xd5\xab\x69\x5d\xf4\xca\x32\xcf\x78\x47\x30\x20\x5f\x1e\x78\x03\xfc\xa3\xe3\x79\xd4\x43\x0f\xe5\x4f\x2c\xaf\xc2\xdf\xf9\x13\x6f\xcf\xa2\xce\xb9\xe0\x71\x26\x9f\x1a\x3f\xd4\xd3\x25\xa6\xe6\x0d\xba\x55\x55\xd0\xc6\xf4\xd0\x73\x3e\xd2\xd2\xda\x68\x02\x7f\xda\x8b\x86\xa5\xb4\x11\x74\xc4\x04\xc7\x71\x40\xcb\xe2\xe1\x81\x1c\xb0\xc5\xe0\xe0\x21\x80\x4a\x94\x7c\xcb\x4f\x70\x3f\xbf\xf2\x56\x3a\xe5\xe5\xb5\x82\xd3\x3f\xa8\xeb\x2e\x7c\xed\xbc\x45\xcd\x1c\xfa\x62\xfa\x4d\xbd\x32\x70\x3d\x27\x88\xb6\xa2\x3b\x92\x5f\x45\xab\x6c\xe1\x50\x49\xfa\xaa\xda\x85\x71\xf6\xf4\x9e\xd2\x17\x81\x71\x60\x84\xd1\xd3\x43\x09\x85\xa8\x1a\xad\xfc\xe1\x34\xfe\x8d\x77\xd6\xd8\x59\x30\xf4\x5e\x2b\x56\x0b\x52\xce\x2d\xc6\x44\xa0\xaa\xb3\x14\x13\x82\xa6\x8a\xdd\x18\x0b\xfc\xa6\xfe\x80\x89\xa1\x66\xc6\x34\x4c\x00\xef\x38\xa8\xc2\xd4\xc8\xf0\x6d\x04\x56\x8c\x0c\x2e\x59\x84\x1d\x43\x0d\x56\xa9\xd8\x4f\x6c\xd3\xdb\x89\xd8\x0a\xe4\xf9\xdd\x41\xcc\x15\x19\x38\x1b\x8c\x4d\x41\xf4\x1d\x67\x31\x5b\x24\xa5\x1c\xc3\x6c\x90\x34\xf5\x72\xcc\x03\x39\x43\xec\xc2\xdc\x51\xe7\x83\x16\xd8\x2e\x94\xb7\x6d\x38\x96\x8a\x7e\x5c\xac\xc3\xf2\xb0\x23\x56\x00\x76\x07\x6b\x7a\xcd\x42\xeb\x08\xca\x9d\x54\xd4\x44\x4c\x3a\x33\x0b\xcd\xc5\x2b\xda\xcf\xa1\x15\xb8\x5f\x59\x01\xda\x8a\x03\x2a\x04\x1d\xc2\x47\xe2\x25\xe8\x1d\xdc\xe1\xc0\x11\x6c\x3c\xbe\x64\xeb\x21\x6c\x05\x1e\xb0\xd8\x05\xa3\xe0\xf1\x96\xbd\xd8\x20\xbe\xf2\xf9\x3a\xa4\x87\x2b\xba\xd1\x84\x1c\xe3\xb4\x9e\xbc\x8b\xf4\xb3\x4f\xb7\x9a\x21\xb7\x58\x5f\x4b\xb6\x22\xdf\x58\x2b\x14\x24\x3a\x81\xd9\x88\x59\xa2\xcb\x99\x2b\x92\x17\xa1\xe9\x64\xdd\x96\xbd\x68\x27\x39\x6b\x11\x8c\x8d\x61\xd0\x2c\xe9\x58\x16\x91\xf1\xb8\x02\xbe\x27\x0d\xb9\x2a\x85\x9f\x8b\x7f\x0e\x7e\x84\x7f\x88\xb4\x4d\x74\x64\x9c\xd0\xbf\xc8\x16\x99\xc3\xff\x2b\x33\x21\x01\xbc\x3b\x08\x1f\xa1\x73\x3b\x12\x7f\x22\x27\x39\xac\x90\x74\x74\x0e\x7b\xd5\xc2\x1f\x28\xca\xec\xb6\x04\xd1\x3f\x8c\xa1\x07\x6b\x61\x7b\xed\x88\x4b\xa9\xb0\x6b\xb6\x43\xff\x5a\x78\xbd\x6a\x4a\xc3\x08\x38\x44\xb1\x20\xff\x19\x1c\x27\xf3\x97\x9c\x80\xa5\x92\x2c\xe8\x0b\x7c\x4e\xa4\xdd\xdf\x8b\xcc\x13\x18\x83\x65\x88\x80\x47\x2e\x44\x90\xcf\x1c\x3b\x4b\x16\x8a\x32\x9d\xee\xda\x40\xd6\xa5\x81\xe7\xea\x21\xe7\xa2\xf8\x9e\x6a\x68\x55\x3e\xbd\xe6\x2a\xb4\x2d\x57\x66\x9c\x0c\xa5\xe9\xf5\xa2\x40\xa8\x42\x53\x44\xbf\x06\x7d\x51\x09\x12\xc6\xc1\xe1\xf2\xf5\x41\x91\xf0\x09\x71\x87\xc7\x53\x64\x0d\xff\xaa\x65\x25\x72\x8b\xed\x71\x53\x0d\xee\x6b\x19\x79\x3a\x01\x4c\x6b\x18\xd5\x59\x09\xe2\x35\x36\x55\xe3\xc1\xdc\x4a\xeb\x1c\x01\x38\x58\xf2\x45\x30\x0c\x1a\x5d\xd0\x44\xbd\x01\x45\xe5\xae\x88\x8b\x87\x06\xb5\x99\x81\x36\xf0\x1a\xe5\x56\x8f\xd5\x70\xaf\xb8\xc3\xb2\x0e\x39\xc4\x5d\x7a\xed\x23\xb8\xe4\x78\xf6\xc9\x57\xa0\x4b\xdf\x89\xf6\x8d\xa0\x73\xe7\xed\x8a\x63\xe0\x86\x96\x13\xba\x68\xf0\x50\x3d\xca\x1b\x01\x9a\x4c\xff\x28\x93\xa0\x11\xa5\x73\x63\xde\x40\x91\x79\xed\x9b\xe7\x40\x43\xda\xa7\xee\xb5\xf0\x5e\x39\x61\x59\x8b\xcc\xe2\x7d\xbc\x36\x1a\x1c\x75\xf6\xf3\x89\x7f\xe0\xc8\x93\x5d\x6d\x11\xe0\xf0\xfe\xe8\xf2\x1b\xa0\x7d\xd7\x59\x2d\x09\xae\x6b\xf9\xce\x5d\x01\x22\x75\xff\x65\xed\x03\x2f\x57\x46\xc4\xec\x86\x9c\x8a\xec\x37\x5d\x80\xd8\x39\xa9\xee\x1c\xd8\x49\x69\x6f\x79\x0a\x7e\xc5\xe7\x5c\x8d\xa5\xdf\xbc\x12\x75\x62\x17\xfd\xe6\xb9\x6b\xad\x26\xfa\xcd\x53\xd3\xcb\x3d\xe8\xaf\xfa\x6d\x34\x0f\xc0\x71\x9d\x27\x38\x85\xa0\x6f\xf3\xec\xcc\xfb\xa0\xb8\xfa\x77\xf4\x07\xf0\x62\xc9\xd7\x4d\xa5\x90\x4b\x2e\xcd\x5d\x08\x9d\x51\xad\xb7\x9a\x06\x67\xf3\x1b\x9f\xe7\x33\xb2\xe8\x45\x37\xc7\x33\xa6\xd3\x9f\x9c\x7c\x4f\x9c\x03\x47\xb7\xfc\x21\x14\xa0\x73\x89\x2b\x11\x0d\xd2\x15\x61\xc4\x02\xc8\x09\xbd\x8c\x7f\x87\xde\x24\x5d\xc5\x4f\xc1\x2d\x5b\xbc\x70\x0d\x22\x5d\xc4\xc7\x29\x28\xc7\x52\x85\x1f\xc1\x82\x9e\xdd\x26\x5e\x20\x76\x37\xdc\x88\x7c\xc4\xea\xe4\x4a\x62\x17\xfc\xad\x65\x19\x31\x17\xbe\x5f\x1c\x8d\x7f\x87\xdf\xca\x35\xf8\x79\x24\x10\x9d\x89\x17\x20\xbd\x49\x21\xb8\x00\xf5\x0e\x69\xc5\x93\xd1\xb6\x85\x5f\xf1\x70\x2c\xcc\xd2\x15\x0f\xc3\xea\x9f\x42\x44\x34\x5e\x77\x7d\x38\xe1\x84\x87\x9d\x70\xc4\xef\xe3\x16\xcd\x9b\xf0\x3e\x2c\xaf\x48\x8c\xab\x31\x48\x76\x0b\xcf\xc2\x38\x48\x06\xbe\x03\x6b\x4d\x3c\x89\x6f\xc4\x6e\x85\x2c\xc4\x97\xe1\x63\x16\xf2\x70\x37\x7c\xb3\xc5\x67\x7c\x15\xbe\xfc\x61\x1c\x8e\x73\x0a\x2e\x27\xe3\x1b\xd8\xaf\xfa\x7f\xe2\xd3\xd8\x63\x1a\x0a\xb0\x37\xac\xed\x05\xbb\xb1\x1b\xcc\x2a\xc9\x2f\xac\x97\xe9\x0d\x7d\xc4\xea\xc8\x0b\xfb\x45\x58\x2d\xb9\x2b\x78\x2e\xd6\xc1\xb8\xe5\xf1\x14\xeb\x63\xec\xb2\x68\xc2\x5e\x10\x87\xee\xfd\xc2\x3a\x25\x2b\x2e\xc4\x60\x0c\xf1\xe8\xbe\x65\x58\x98\xb0\xb7\xce\x03\x73\x11\x90\x79\x8b\xb1\x09\xfc\x1d\xe2\x05\x18\xc0\x0b\x00\x8f\xa2\xbf\xb9\xab\x13\xc2\x31\x73\x8e\x7d\xd0\x56\x6c\x0e\xeb\xad\x07\x88\x79\x33\x55\x16\xe7\xb0\xa3\x8c\xbe\xdb\x7d\xe8\xf7\xec\x1b\x67\x0f\xa0\xa7\xd4\x13\xbb\x8b\xd1\x52\xe5\xcc\xea\x0b\x28\x22\x0f\xcc\x9d\x84\x46\x4a\x41\xe1\x0e\x34\x4c\x3c\x40\x7b\x8a\x46\x8a\x86\xc7\xcf\x45\x8f\x0a\x5c\x02\x61\x54\xcc\x5b\xe8\x31\x15\xad\x61\xbf\xb7\x78\x87\x7e\x60\xda\x5e\x37\xa0\xd6\xc5\xe7\x4f\x35\x20\x8f\x0a\xc7\x76\xcc\x44\x5a\xf3\x7c\x2b\x6b\x11\xb1\x81\xaa\xdf\x84\x64\xe8\x0c\xbc\xfb\x08\x25\xfb\x38\xe5\x02\xc2\x55\x9e\x8f\x05\x91\x22\x59\xd5\xe6\x6d\xc8\x69\x71\x88\x3b\x89\x7c\xe7\x2b\x2d\x6d\xd1\xcd\x6c\xdb\x2b\x73\x90\xa3\x4d\xb3\x8f\x43\xc8\xea\xba\x88\x56\x1b\x64\x72\x95\xa4\xec\x0d\xfc\xa2\xbc\x59\xd3\x0f\x9f\x2f\x6e\xe5\xe8\xe1\xeb\xf9\x79\x99\xd7\xe0\x4f\x86\x2d\xd1\xd7\x11\x6b\x4d\xcb\xa6\xe9\x88\xbf\x62\xc0\xed\x3e\x02\x89\xe3\x2d\x5d\x90\x1b\xdc\x49\x17\x73\x10\x8f\x81\xc4\x01\x73\xf8\x43\xcf\xe5\xa6\x21\xb8\xad\xc3\xb6\xa4\x06\x16\x35\x7b\xa8\xcb\xe0\xac\x3a\x73\x56\x25\x0c\x56\xb6\x66\xd8\xc3\xaa\x12\xcb\x7d\x07\x60\x93\xf1\x7a\xc0\x2c\xf8\x8a\xd6\xdb\x6d\x27\x62\x23\x9f\x68\xe9\x8a\x70\x79\x83\x17\x3a\x91\x09\xa7\xeb\xfa\xe7\xc2\x97\x8e\xd7\x37\xbe\x80\xb3\xfb\xb8\xc5\x43\x70\x7c\xa7\xad\xea\x02\x1c\xd8\x7c\x98\xf9\x08\x0e\xaa\x65\xa4\x1f\x86\xe3\x2b\xdc\xa3\xae\xc2\x19\x85\xae\x1b\x8f\xc3\x72\x7d\x9d\x9b\x0b\x7c\x57\x51\x64\xb9\x01\x09\xe5\xef\xba\x30\x13\xfe\x70\x69\xc2\x31\x06\x5c\x7d\xa6\xb3\x71\x3d\x7c\xe8\xc4\xa2\xe2\x99\xf0\xd2\xbe\x50\xd5\x62\x78\x62\x87\x0b\x33\x14\x36\x6f\x6c\x4c\x7b\x0f\xdb\x57\xf5\x46\x65\xc2\xb3\x8b\x7f\x6c\xd4\xc3\x2b\x0c\x75\x6e\xee\x30\x47\x79\xdc\x52\x06\xff\xe1\xb3\xee\x38\x72\x7e\xd3\x5c\xce\x1e\xe5\x6c\xa1\xf1\xba\x65\x6c\x06\xed\x62\x75\x12\xeb\x3b\xdd\xd1\x10\xcd\x3a\x42\x57\x08\x52\x98\x97\xc1\x40\xea\x59\xa6\x17\x34\x3b\xf6\x39\xa9\x82\xad\x37\xaf\x63\xbc\x41\xac\xdd\xea\x18\xc1\xa8\xaf\x79\x22\x31\x88\xb9\xdd\xde\xc6\xe1\x40\xf2\x33\x7a\xf6\x3d\xa8\xb0\xeb\x12\x7b\x16\x54\x5f\xa5\x67\x69\xa0\x9e\x1c\x19\x6b\x2a\xf4\x96\x5f\xcb\x24\xe1\x38\xea\x02\xf2\x23\xfc\x29\x36\x8c\x8c\x45\x24\x9b\x9a\x19\x67\x51\x6f\xb7\x15\x0c\x2f\x6c\x94\xb9\x39\xd1\x81\x89\x6f\xd1\x39\xd3\x30\x9b\xd3\xdd\xec\x34\xf4\x6e\xd7\x78\x56\x17\xda\x6c\xba\xcd\xf2\x44\x09\xfd\x23\x66\x0b\x9a\xc6\x9f\xc0\xf4\x40\x0d\x14\x2d\x59\x8e\x3e\x8e\xb9\x4d\xce\xc6\xdc\x37\xf9\x30\x0c\x18\xe1\xfa\x88\x31\x01\xfb\x34\xee\x29\x61\xc4\x27\x5c\x7b\xc5\x9e\xc8\x1e\x77\xb2\x99\x45\xb2\x0e\xb6\x47\x32\xcf\x32\xdb\x2a\xf2\x99\x51\x4c\x7b\xdd\x70\xf2\x2d\xa9\xe1\x52\xc9\x74\xd2\x27\x6b\x3d\xe3\x07\xe3\x73\x74\x1d\x43\xc6\xd0\x04\x84\x31\xe6\x30\xfc\x5c\xf7\x10\x25\xc4\xe7\x71\x43\x44\x00\xb1\xfa\x72\x23\x2b\x53\x14\x30\xf8\x9b\x79\x59\xb8\xa1\xa5\x99\xb9\x4a\xe0\x56\xb6\x99\xec\xe2\x4f\xcc\xfe\x42\x6e\xe2\x8d\x64\xd7\x31\xae\x70\xed\x33\x8e\x33\x92\x39\xde\xfb\x04\xc4\x6f\xf6\x86\x8d\x6c\x42\xc6\xf2\x73\xf9\x41\xcc\x62\xce\x1d\xf7\x0a\x1f\x62\x70\x2f\x64\x33\x3f\xab\x38\xfd\x13\x98\x61\x8a\x4f\x4d\xab\xc9\x76\xf9\xaa\x92\x89\xa4\xab\x54\xa6\xfa\xcb\x30\x89\xdf\x31\x7f\x32\x7c\x45\xfb\xd3\x77\x10\xb7\x05\x97\xa2\xf6\x13\x87\xf9\x6e\x1b\x7a\x09\x33\x6e\xa2\x8b\x02\xd7\xb2\x53\xcd\xcd\xf0\x2d\xe4\xad\x33\xa5\x4c\xf3\x82\xb3\x3d\x79\x24\x35\x2f\xba\xee\x35\xe3\x89\xe1\x59\xa1\x25\x63\xa7\x7e\xb3\x62\x13\x71\x4d\x53\xcc\xd0\x10\x47\xd4\xe3\x8e\x06\x13\x93\x14\xa1\x91\x37\xf0\x12\x29\xdd\xbf\x11\x5f\x2b\x8a\x73\x99\x87\xdd\xe5\x7d\x33\xdf\x8b\x69\x59\xe7\x4e\x81\x64\x69\x5d\x51\xe7\x51\xd2\xac\x7a\x6a\x8d\x25\x63\x57\x45\x4d\x5e\x14\xd1\x5f\x3a\x5c\x7a\x9e\xf0\x2b\x5c\x87\x47\xe1\x77\x8c\x94\xd4\x08\x9c\xa9\x4f\xdf\xe3\x87\xcf\xcc\x5e\xb6\x9e\x8f\x75\xca\x8d\x0b\xb8\x58\x8c\x28\xcf\x3c\x19\x9b\xc3\xa9\x3a\xfe\x8b\x4c\xee\xdd\xdf\x3e\x97\x51\xd3\x39\xcd\x54\x4c\xfc\x69\xa9\xc8\x5d\x4c\x24\x37\x0c\x13\x5f\xc2\x9f\x54\xcf\x47\xb9\x38\x54\xee\x7c\xa8\x15\x9f\x55\x78\x2d\xfc\x19\xd6\x94\x6b\xb5\x8e\x8b\xed\xcc\xbe\xe8\xfc\x13\xfd\x27\x73\x32\x3f\x82\x9e\xe5\x05\x0d\x7e\x24\x37\x9f\x08\x6d\x73\x65\x88\x8e\x55\x56\xd6\x12\x57\xbb\xae\x18\xb6\x10\x6b\x5b\x5b\xc4\xa3\xf0\xd6\x86\x5d\xc8\x29\x7c\x73\xd5\xc0\xa1\xf1\xd8\x8b\xd2\xb3\xe1\x7b\x30\x24\x7f\xdd\xba\x39\x98\x8d\xce\xc3\xf9\x0c\x7a\x5c\x5e\x68\x2e\x44\x55\xbc\x9b\x83\x73\xc9\x05\x67\xf7\xb5\x26\x30\x12\x4f\xa6\x56\xbc\x27\xca\xfa\xd7\xe5\xe4\x13\x96\x5d\xbd\xa2\x43\x38\xd6\xf2\x12\x59\x8d\x8f\xae\xbb\x90\xa2\xc6\xf2\x2a\xd7\xed\xfe\x85\xb9\x17\x7e\xf3\xfb\x80\x0e\xe4\xd8\x3a\x0f\xa1\xe9\x8a\x2e\xf3\xcb\xa8\x0f\xdf\xe2\xfc\x44\xf1\x2e\xaa\x43\xdf\x3e\xd1\x2c\x2a\xde\xe0\x24\xf8\x4e\xbd\x5d\xf8\x92\xff\x87\x16\xa4\x38\xc9\x37\xa3\xdd\x61\x9c\xe0\x7e\xa7\x17\x1e\x9d\xcb\x79\x0e\x4a\x22\x57\xb0\x2f\x42\xa2\xf5\xf9\xac\x6a\xb8\xd8\x79\x3f\x93\x81\xfc\x18\x73\x89\x4c\xc5\xcc\xce\xed\x11\x9d\x01\x63\x7a\xf3\x84\x75\x20\x56\x9f\x20\xc8\x05\x8d\x85\x5e\xfc\x52\xf0\x82\xc2\x81\x57\x07\xcd\x62\xb8\x71\xeb\xa0\x82\x23\x3a\x8e\x09\xde\xb0\xa7\x85\x5d\x04\x7f\x5b\x3f\x97\x25\x47\xda\x9d\x87\x33\x8f\xa2\x0d\x63\xb8\xe4\x41\x6c\xe7\x59\x9d\x68\x23\xd2\xd3\x73\x53\xe8\x8f\x18\xeb\x0c\x82\x0d\x08\xbb\x00\xe4\x6f\x45\x8e\xca\xb3\x78\x91\x08\x83\x90\x72\xe3\x91\xc1\x23\x96\x9c\x44\x74\xf6\x1e\x5f\xf6\x41\x94\xb3\xae\x87\x95\x80\x7e\x9b\xdf\xcb\x0c\xc4\xd4\x63\xb2\xc8\x10\xec\xdc\x50\xb7\x30\x89\x19\xd6\xb5\x53\x40\x25\x2f\xd4\x1c\xe0\x93\xe4\xc6\x3c\x3e\x2f\x87\x71\x41\xda\xcb\x6d\x66\xa4\xe2\x93\x38\x83\x8c\xe5\x87\x4f\xb1\x2f\x32\xac\x22\xdc\x59\x4f\x89\xeb\x7e\x6f\x99\xef\x88\xe2\xf9\xa1\xe4\x23\x42\x30\x26\x8b\xf1\x11\xff\x72\xa2\x49\x70\x4c\x00\xb6\x37\xf2\xaf\xf1\xf9\x55\xe6\xbc\xd7\x3c\x49\x6e\x1a\xf7\x2f\x57\x27\x7e\xc5\xb5\xe6\x34\xa1\x08\xc7\x9d\xfd\xe9\x50\x16\xdb\x9f\xed\x1d\x3e\x93\xb5\x8b\x75\xc0\xcf\x8b\x19\xc3\x54\xcc\x1f\x4e\xee\x21\x6b\xc7\x94\x30\x52\x19\xab\x06\xbe\x08\x36\x2a\x22\x5b\x17\xf2\x43\x65\x4f\x2b\x2e\xf3\xe2\xa5\x07\x72\xd2\xb9\x29\xe2\x27\xa2\xb9\x1c\x54\x94\x02\x7f\x60\xe7\x08\x27\xa5\xcc\x67\x75\xf0\xeb\x76\x9b\x33\x87\x78\x4b\xd7\x92\xe4\x55\x4e\xd1\xbc\x66\xc6\x15\xd6\x8b\x31\x17\x89\x77\x24\xbb\x6f\x3d\x3f\x3f\x6f\x52\xe3\x5d\x5e\x81\xe1\x72\x69\x2b\xb7\x46\xcf\xd3\x1a\x39\x35\xda\xf9\xfc\x3c\x76\x87\xba\x0b\x6c\x65\xdd\x56\xee\x3b\xe0\xc7\xfc\x23\x7b\x12\xa6\x61\x5a\x49\xd6\xf8\xc2\xa4\xad\x30\x69\xde\x4a\xc6\x4c\xde\x96\xb1\x96\x84\x0f\x2b\xb1\x7b\x37\xdf\xbd\x7a\x7a\xdd\x57\x9e\x67\xc5\xeb\xa2\x6f\xdc\xd5\xa5\xb5\xd9\x93\x39\x8b\x8b\x76\x71\x83\xd8\xcb\xf2\xfe\xa3\xe9\x59\x3b\x0d\x51\x49\xc9\x4c\x9a\xb6\x7c\xe7\x6c\x52\xa0\xaa\xf5\x49\x61\x68\x65\x29\x73\xeb\x08\x83\xf0\xcc\x58\x67\xbc\x9b\xe3\xd1\x71\x8e\x3f\xbe\xd3\xb6\x26\x87\xfb\xb3\xd5\xb5\xa0\x86\xf3\xae\x71\xbc\xf2\x03\xfb\x49\x4d\x27\x7b\x0b\xeb\x49\xe5\x72\xca\x00\xf3\x57\x89\x60\xff\x09\xa6\x4d\xbe\x2a\xb4\x8f\x74\xc9\x71\x59\x13\xc5\xf0\x56\xef\x9a\x6b\x47\xac\x91\xda\x8e\x5d\x8c\xc7\x70\x5b\xda\xef\xf2\xde\x1f\x1b\xaa\x36\x71\xef\x76\x53\xf2\x07\x38\xe7\xda\xde\x2b\x27\xb0\x8f\x35\xb9\xb0\x40\x56\x4f\xad\x23\x05\x60\x9e\xaf\x78\xb9\x7f\x3a\xf9\xac\x78\x67\xe8\x12\xc6\x67\xe3\xb2\xd5\x9f\x19\x80\x46\x35\xe7\x35\x31\x52\x26\x18\xbb\x15\x9f\xcb\xf3\x6b\x77\xe0\x9d\x3b\x59\x5c\xf5\x8e\xdb\xde\xff\x2f\x7f\x34\xa7\xa4\x67\x96\x22\x8a\xad\x6e\xfb\xc4\xbc\xca\x12\x34\x82\x59\x29\x4c\x59\x75\x6f\x82\x86\xcc\x2f\xd3\x6c\x3f\xcd\x28\xcf\x3f\xbe\xba\x99\xa8\xd3\x1d\x9a\xf3\x18\xaf\x97\xeb\xc6\x2a\xb0\x73\x3c\x7a\xef\x4f\x95\x1b\xc5\xa9\x71\x81\xc2\x44\x29\x29\x1d\x2b\x9f\x42\x75\xd2\x74\x4a\x73\xa8\xb5\x3c\xb6\xc4\x89\x16\x4e\xc7\x44\x1a\xba\x47\xd2\x33\xa1\x19\xe8\xbc\x73\x04\x3f\x01\x5a\xb4\x46\xc0\xad\x83\x77\xcc\xee\x67\x3f\x45\x8e\x8f\xfc\xc5\xf2\x44\x6f\xf4\x3a\x2b\x4f\xd2\xd7\x34\xc4\x29\xb6\xd3\xa1\x92\x60\xd9\x00\x7d\x40\x33\x51\xba\x0d\x9c\xcc\x7d\x24\xbe\x09\x42\xb4\xb7\xa2\x48\x68\x62\x52\x82\xe0\x3c\x34\xb8\x83\xc3\xf7\x81\x99\x6b\x1c\xb9\xd9\xc8\x9e\xd9\x20\xfb\x2a\x7a\x74\xe4\x7d\x96\x3b\x36\xab\x27\x58\x99\x0c\x83\xf5\x72\xf9\x77\x38\xbd\x98\x2b\x4b\x83\xf9\xd9\xb1\xd2\x11\xb0\x82\xbb\x51\x2c\x85\x3b\x69\x91\xa2\x69\x88\x75\xe2\x7d\x81\x02\xe1\xed\x98\xce\x1f\x87\x9a\xad\x3e\xc5\x4d\x45\x05\xb3\x03\xd9\xf5\xd8\xe6\x91\x57\x59\x53\x30\x65\xd7\x2c\x45\x37\xa3\xbf\x56\x29\x0f\x67\x24\x17\xf6\x4b\xaf\x13\xbf\x55\xdd\x92\x43\x44\x19\xfb\xbc\xd8\x8c\x48\xa1\x9a\x0b\x85\xc4\xd6\xfd\x5d\x02\x4b\x62\x53\xe8\x1c\x9e\x8c\x58\xbc\xda\x86\xf3\x87\x70\x72\x7a\xcf\x0e\x26\x16\x8e\xbc\xc9\x6c\xc3\x2b\xdb\xf5\x0a\x4f\x5e\x5d\x35\x28\xab\xe2\xbe\xcc\x6f\x92\x7a\x73\xad\x15\xaf\xc5\xe7\x38\xeb\x58\x5e\xa2\xfd\x6c\x22\xab\x42\xf0\x8d\xf5\x24\x41\xc9\x67\xb0\x42\xb7\x2f\xe2\x99\x31\x8b\x56\xe1\x9c\x34\xf2\xab\x53\x3f\x6b\x80\x0c\x18\xe5\xc2\xf4\x24\x3e\xb7\xba\xcb\x19\xb2\x8d\x26\x47\x99\xad\x74\xb8\x71\x50\x52\x28\xae\x93\xbb\x8a\xbd\x45\xa1\x64\x85\xf0\xbc\xe0\x6f\xe6\x56\x41\x32\xff\x72\xfc\x51\xde\x0f\x5e\xd1\x36\x2f\x6e\x1a\x37\x78\xe5\x53\xf6\x43\xf6\x3b\x27\x39\x6b\x11\xeb\xe8\x28\x16\x99\x4b\x7a\x37\x7e\x92\x7d\x32\xac\x2c\xdf\x2c\x85\xf4\xfe\x39\x8f\x24\x96\xda\x55\x12\x95\x48\x96\x3d\x89\x88\x16\xce\x50\x3e\x48\x0f\xe0\xd7\xcb\xbb\x62\x1b\x79\xfe\x52\x72\xcb\x7b\x4e\xb7\x78\xc2\x8a\x4f\x6c\x17\x01\xdd\xc9\x99\x09\x71\xab\x46\xf5\x32\x9e\xb3\x46\xd4\x7d\x91\x55\x57\x28\x4b\x62\xa4\x4b\x4a\xf3\x74\x21\xe2\xda\xa2\x06\xd1\x62\xd1\xdc\xfc\x52\xcc\x4b\x90\x97\x8b\x1d\xdd\xc6\xf7\xd4\x6f\x88\xfe\xcd\x1d\xcc\xbe\x1f\xa2\xe1\xf8\x2a\xdd\xbd\x5f\xb3\x2a\xa4\x5e\x8e\x05\xe4\x2f\xc1\xa7\x51\x17\x19\xc9\x6c\x53\xcd\x71\x99\xa4\xe5\x56\xd1\x1e\xc9\xf7\xc6\x65\x9a\xc5\xe2\x94\xda\x64\xc1\x6c\xe1\x03\x53\x32\xb2\x56\x10\x51\xe6\x95\x4a\xf0\x1e\x16\x3e\xde\x17\xcb\x4d\x36\x6e\x0a\x5e\xc5\x7e\xa4\xf3\xf1\xfa\x8f\x15\xa2\xbc\xe2\x68\x41\xea\x25\xe3\x46\xdd\x61\x98\x71\x67\x54\xdf\x91\x81\xdd\xf3\x0a\x41\xc9\x7f\xed\xce\xd9\xdb\xc4\x5b\x9a\xbe\xf3\x37\x0a\xfb\xea\x38\xf0\x01\x81\x97\xe9\xe6\xe1\x0e\x5e\x4b\xe9\xef\xa8\x7a\xae\x57\xc1\xa9\xa0\x72\x76\xb5\x61\xaa\x57\x06\x6b\xba\xfa\x83\xc3\x35\x32\x4e\x1a\x3b\xea\x3d\x71\x9c\xab\xaf\x76\x94\xc5\xf6\x97\x14\xf4\x49\x8e\xf5\xc4\xaa\xf5\xe2\x05\xed\xf7\x78\x72\xa1\xb6\x79\x0c\xd4\x25\x18\x5d\xfb\xe6\xf0\x2c\x1e\x5a\xa9\x8a\x72\xe3\x7c\x2e\xbe\x11\xb4\x86\x9d\x64\x64\x78\xb9\x32\xcf\x69\x6a\x1c\x06\xc9\x89\xb2\xf8\xd1\x6e\xc4\x21\xee\xcd\xca\xfa\xbc\xff\xb2\x8c\x79\x91\xb9\x04\xc5\x49\xb9\x32\x67\x25\x45\xc7\xf1\xd1\xfe\xa0\x7a\xd2\xa3\xb3\xab\xa9\xef\x0e\x76\xaa\x42\x69\x97\xf6\x94\xc8\x6f\xd2\x6f\x6d\x82\xa5\x2b\xa1\xe1\x9e\xa3\x45\x69\xf0\x26\xbb\x41\x3e\x0f\x39\x6f\x66\xc6\xe9\x42\xcf\x55\xce\xc9\xcb\xa0\xd1\x8c\x67\x72\xe7\xd0\xfa\x15\x35\xfa\xe7\xf4\xe1\xec\x5e\x6d\x2d\x3d\x89\xf6\x2c\xfb\x30\xfd\xd9\xc1\x2d\x2a\x1b\x50\xbc\x67\xbd\xbc\x0c\x0a\xdf\x34\x5b\x3a\x05\x5e\xb1\xb4\x4f\xb4\x1b\x59\x62\xa7\xe3\x53\xd0\xf8\x61\x9f\x39\x0d\xd8\xe8\x0a\x4e\xde\x64\x88\x6a\xf4\x34\x0c\x41\x6c\x85\xad\x5e\x05\xc9\xd8\xcb\xb5\x09\x50\x0b\xed\x50\xf6\x3c\x18\x38\x70\x47\x79\x1d\x4e\x8b\xb8\x27\x3f\x0c\xff\x0b\x38\x27\x79\x88\xe8\x96\x12\x22\x77\x74\x93\x1d\xc8\xdf\x8e\xcd\x1b\xf6\x8b\xa3\xc4\x52\xca\xed\x8d\x3b\x89\x5d\x86\xdb\x06\x07\xc2\x4a\x76\x4d\xf7\x07\x6f\x67\x8d\xd2\x5c\xc4\x59\xd4\x70\x75\x36\x9e\x98\xfc\x58\x19\x8c\xa7\x44\x8c\x96\x3d\xc1\xd9\x01\xb3\x24\xfb\x71\xcd\x52\x4b\x61\x1b\x5e\x6f\x17\xc6\x7b\x86\xbf\x31\xf3\xe4\x2c\xc4\xb3\x4a\xee\xe4\xde\xe3\xe8\xf5\x0f\x73\x4a\xd9\x7f\xa5\x73\x74\x30\x3b\x8c\x64\x6b\x02\x59\x0d\x94\x71\x6a\x0b\x96\x63\x52\x9f\xa2\x9f\x59\x17\x3e\x45\x16\xc7\x0c\xde\x18\x2d\xbe\x43\x5e\x5a\xa2\x10\x2e\x22\xc3\xec\x96\xf2\x62\x18\xf7\xcd\x48\x76\x19\x51\x52\xd4\x95\xcb\x15\xe3\xba\xb1\x39\xab\x44\x90\x98\xa9\x33\x13\xc6\x32\x26\x66\x9f\x10\x6c\xcc\xec\x53\xb1\xf8\x9e\x89\x79\x8a\x35\xbc\xb5\xbb\x1d\xa5\xf7\xb8\x21\x1b\x72\xc5\xdb\x38\x5e\x4b\x66\x09\x72\xd9\x53\xed\x1c\xb9\xa7\x98\xf7\xcd\x5e\xb2\x2d\x19\xb7\x0a\xd6\xe7\xda\x6a\x19\xd9\x05\xfa\x8e\xec\x9b\x42\x4f\x6d\x96\x7a\x1a\xf6\x29\x7b\x81\x72\x69\xfa\x1d\xe5\x0d\x79\x50\xc2\x27\xb9\x40\x4a\x09\x6b\x92\xba\x88\x65\xfe\x22\x91\x4e\x48\x59\x9c\xc0\x7f\xc2\x5f\x65\xfb\x1f\xd7\x8a\x73\x65\xf8\x5a\x56\x08\x93\x63\x6c\x30\x34\x15\x77\xaa\x82\xf4\x31\x85\x4b\xf8\x93\xb4\x76\x79\x6a\xe4\x93\xba\xc7\x70\x21\x6d\xb4\x32\x46\xf7\x27\x3e\x50\x3e\x5e\xe3\xb2\x73\xbd\xa4\x52\xe5\xb9\x3e\x59\x34\x4d\xf6\x75\x91\x98\x1f\x2b\xc6\x6c\x31\x0e\x9b\xdf\x3f\x3c\x95\xd9\xc3\x36\x33\x5c\x32\x98\xea\x9e\x28\x62\xf5\x5e\xd5\x6a\xee\x2c\xcd\xed\xca\xd9\xf0\x74\x35\x5c\xca\x3f\xb2\x59\x39\xa5\x70\x28\xb6\x56\xd6\x6a\xfc\x14\x7a\x4b\x12\xa4\xff\x6f\x9d\xb7\xb0\x31\x3b\x65\x61\x25\xef\xa7\xbc\xd8\x76\x34\xc7\x41\x44\x0c\xe7\x33\xb7\x71\x02\x0c\xd3\x0d\xd2\x16\xa1\x5c\xad\x77\x6c\xf8\xc0\xd9\xa8\xe9\xa9\x9d\x03\x05\xab\xa3\x4c\xce\xa9\x1c\xc5\xfb\xd2\x1f\x31\x7f\x64\xc2\xc2\xa2\x50\x1f\xc9\x74\xe3\x28\xbf\x66\x21\xa2\xfd\xb1\x30\x98\x77\x4c\x29\x9c\x71\x87\xfd\x44\xdc\x38\xbc\x94\x39\x81\xd3\x97\x43\x18\x8e\x76\x52\x64\x6f\xf4\x66\xad\x06\xb6\x4c\xa3\x6f\xe4\x82\x46\xf5\xd2\x5a\xaf\xc3\x2f\x15\xdd\x95\x65\x31\x47\x65\xdb\x4b\x1e\x6e\x1f\x14\x5f\xc9\x1f\xf4\xdb\x25\x5c\x9a\xe3\xbc\x70\x3c\x2f\x53\x3d\x73\xc6\x65\xb6\x4c\x92\x3b\xfc\x31\xd9\xc2\x05\xd4\xab\xab\xe8\x59\x83\x82\xff\x2a\xe8\x94\x20\xfc\x72\x29\x85\x72\x3a\xcb\xb2\x28\x94\x7a\x20\x19\xcb\x9f\x4e\xf3\x88\xdc\x6c\x18\xa4\x5b\x07\x9f\xd7\x6d\x00\xe7\xaf\x16\xa8\x69\x50\xb2\xcb\x6e\xf9\x61\xf8\x84\xf5\x5d\xf1\x0a\x74\x0b\x00\xf0\x1d\xb1\xd9\xaa\x9b\x55\xd6\xb4\x50\x01\x5e\x61\x4b\xcb\xc7\x91\xd2\x59\xb4\xef\x99\xdd\x45\xa3\xe8\xf1\xc9\x4b\xf3\xae\xd1\x3f\x47\x0e\x37\xf0\xc1\xd2\x60\x99\x6e\x02\x84\xad\x0e\x53\x6f\x85\x41\x97\x25\xf2\xad\x88\xc4\x7a\x48\x3c\x0f\x3d\x0e\x00\xfc\x89\xd8\x26\xd5\x11\x53\x1d\x34\x4c\x30\xa3\xbc\x1b\xb2\xc3\x67\x95\x0c\x40\x41\x99\x89\x85\x4d\x10\x2b\xe9\x61\x9e\x18\x7a\xb4\xa7\xd5\xb0\x11\x8e\x0f\xde\xae\xbd\x80\x8c\x58\xed\xa0\x9e\x8e\xb4\xbb\x8c\x97\x3b\xa1\x6c\xeb\x5e\xd1\x3f\xec\x08\x00\xf0\x5e\x63\x39\xca\x58\xd3\x78\x5c\xc4\x77\x29\xb7\xc5\xa3\xb0\x4d\x25\xf3\x70\xdb\x0c\x7d\xa1\x1d\xf6\x33\xc9\xcd\xf8\x0d\xfb\xb2\xc7\x3a\xa7\x0e\x9f\x1c\x74\x42\xeb\x8b\x07\xad\x6a\x52\x29\x70\x64\xc1\x69\x59\x09\xde\x62\xdd\x22\x12\x11\x63\x01\x80\x07\xe3\x52\xf9\xb9\x4a\x23\x7b\x1d\xb7\xa7\xac\x98\x35\x80\xfc\x2c\xae\x67\x2d\x4e\xa7\x16\x18\x98\x2d\x89\x9e\xc6\x23\xcc\xa0\x88\x35\x39\x0b\xc8\x7f\x41\x93\x35\xad\xe4\xb1\x55\x5e\xaa\x11\x64\xda\x02\x8e\x6c\x22\xe9\x60\xdd\x2b\xfc\xc1\x38\x0f\x00\xdc\x27\x44\xa5\xcc\xad\x32\x50\x08\x71\x36\x94\xf9\x0a\xca\xe0\xa6\xe2\x75\xfc\xa2\xb4\xf0\x02\x07\x5e\xff\xfe\xd5\xb9\x2f\xb8\x2f\xc3\xe3\xf5\xf9\xdc\x79\x81\xd1\x9a\x85\x9c\x03\x2b\x5b\x95\x47\xd9\xfc\x05\x01\x52\x2a\xcb\x68\x7d\x5b\xb8\x9b\xa9\x03\x00\xee\x5a\x46\x9f\xe4\x70\x45\x93\x9a\xc1\xd2\x96\x9a\x54\x66\xd0\xb8\xa2\x0a\x45\xd6\x91\xa1\x7c\xaa\x6c\x28\xfe\x72\xee\x62\xe9\xdc\xdd\xf3\x75\x8f\xc4\xd9\x9b\x23\xb2\x53\x85\xff\x56\x7c\x52\x98\x04\x5e\xce\x57\x25\x75\xbc\x50\xeb\x21\x81\x84\xb3\x12\xd8\xca\x39\xc4\x0c\x10\x89\x2b\xd2\xf2\x05\xe4\x95\xd2\xcd\x46\x07\x3a\xb5\xc8\x37\xe7\x69\xea\xa6\xbc\x3f\xba\xa8\xb8\x43\x86\x8a\xec\xab\x61\x8f\x75\xbb\x55\x09\x9b\x36\xa8\xef\xcb\x6f\xac\xb0\x51\xd8\x4a\xc7\x38\x6f\x90\x38\x88\xc6\x59\x97\xf0\xbf\xf1\xfa\x80\x2a\xf6\x29\x56\xb6\x10\xa8\x58\x60\xda\xca\xf0\x29\x35\x2f\x0f\xa6\x0e\x14\xbe\x2d\x59\x76\xa8\x3d\xaf\xa4\xe0\x4b\xec\x30\x43\xa0\x31\x77\xa7\x56\xfb\x26\x67\x4d\xc0\x3c\x75\xaa\xa6\xda\xdb\x5d\x5e\xa4\x3c\x3d\xdf\x28\x2e\x96\x16\x59\x47\xf3\x09\xe1\x74\xe0\x15\x3b\x84\x5d\x2b\x98\x53\x31\xb1\x2e\x90\xc8\x2c\x79\x57\x3d\x82\x0a\x14\x0e\x55\xa8\x0e\x8d\xcb\xc3\x4a\x87\xc7\xc4\x18\x66\x14\x86\xec\x1c\xad\x6d\x35\x82\x1b\xcb\xd5\x4b\xf5\x29\x5e\x43\xf2\xc4\xec\xe1\xf3\xf7\x89\xe3\xe5\x41\xd6\x5b\xf9\xbe\x22\xfb\x61\x13\xd9\x63\x38\xd3\xf9\xb1\xe5\x9f\x9b\x54\x78\x4f\xc9\x50\xbd\x35\x25\xbc\xd0\x50\xbd\x3f\x25\x23\x6f\x73\x85\x24\xfa\x5e\xce\xdd\x12\xd6\x0e\x95\x36\xb3\x20\x64\x63\xa0\xea\x85\xe1\xb4\x17\x43\x6e\xad\x79\x3a\x7f\xa9\xd8\x4a\x51\x64\x1d\xc1\x7b\x26\x7a\x3a\x6c\x0b\xab\x8a\x13\xc4\x18\xde\x9e\x42\x79\x4d\x2b\x6a\xe6\x51\xc3\x52\x65\xf5\x26\x6a\x67\xfc\xa9\xea\x46\x5a\x50\x78\x4a\x85\x8c\x3e\x36\x98\x52\xe2\x47\xff\xec\x8b\xe4\x57\x43\x96\x8b\xcd\x72\x3a\xe0\xdd\x8e\xd3\xb2\x11\xa4\x7b\x3c\x24\x7b\x89\x59\x03\x80\x70\x37\xd6\x48\x9c\x68\x37\xa3\x7b\xd2\x8e\x36\xbb\xd0\x29\xa9\x09\xf5\xbb\xe8\x4d\xf1\x79\xd5\x89\xe0\xe4\xf0\xf5\x15\x81\x60\x6e\xf0\xf6\x12\x00\xda\xed\x1b\x9d\x9f\x0e\xaf\x5c\xf4\x3a\x47\x80\xf8\x3b\x8e\xca\x0e\x47\xe3\xc6\x33\x64\x67\xb0\xa3\x00\x20\xf4\xc1\x06\x09\x66\x9b\x0e\x32\xd0\x3c\x9b\x86\xa0\xb6\x54\xf7\xba\xdf\xd0\xa5\xf8\xc3\xd5\x53\x60\xb3\xf0\xa9\xe5\xbf\xe1\x7d\xc1\x0b\x8a\x9b\xe0\x67\xbe\x3e\xf9\x2e\x88\x72\xd1\x95\x9c\x2d\xe8\x5e\x87\x9f\xd9\x8e\x98\xf7\x78\xbe\xcc\x80\xfd\x01\x00\xe1\x24\xdc\x1c\x37\xb5\xfe\xc0\x9b\xa8\x68\x93\x33\x9e\x7e\x58\x59\x17\x8e\xbb\xc5\xbd\xae\x3a\x82\x5b\xee\x2e\x2f\x8f\xc0\x27\x07\x0d\x15\x4f\xc4\x7d\x7d\x3e\xe4\x71\x71\xde\xa2\x32\x7d\x27\x7e\xc3\xe1\xa1\x5a\x4d\xb8\x8f\xaf\x94\x4d\x27\x92\x01\x40\x20\xc2\x9f\x63\xed\xad\xfb\x58\x6f\x29\xea\x46\x39\x2b\xe9\x50\x5d\xed\x00\xf3\x7e\xdc\x72\xd3\x0d\xe6\xe1\xdd\x33\xca\x7a\x98\x93\x83\xb6\x15\x65\x91\x37\x7c\x64\xc6\x57\x64\xdd\xa2\x83\xfa\xe9\x24\xcb\xe1\x82\xea\x1d\x19\x3e\xfe\x82\x34\x93\x1c\x06\x00\xfc\x47\xc4\x5b\xf4\x72\xcb\x6d\x41\x6e\x56\x45\xe3\x18\x7e\x6f\xca\x85\xda\x25\xbc\x1b\xb1\xb8\xc9\x8f\x37\x6e\x17\xb7\x6c\x2e\x37\x30\xf0\x4a\xe1\x35\x4e\x8e\xcf\x42\x63\x20\xfb\xe7\x22\x57\x5d\x2a\x7b\xb3\x43\x8f\xca\x97\x25\x1b\xff\x47\xd2\xcf\xd4\x02\x00\xdf\x95\xf1\x12\xc9\x69\x09\x56\xd6\x65\x92\x0d\xd1\x8a\x85\x07\x5b\x6a\xa8\xb2\xaa\x98\x94\xca\x2c\xa9\x5b\x18\xbb\x34\x48\xdc\xba\xf9\x5b\xc1\x57\xd1\x8e\x35\xac\xdc\xfd\x82\x37\x0b\x7b\xb4\x5c\x7e\xb2\x43\x9e\x32\x82\x7b\x76\xc2\x4a\xf1\x3d\xf6\x0b\x00\xe0\xad\x64\x6e\x83\x43\x9b\xf3\x72\x17\x64\x84\xd6\x9f\xca\x99\x72\x20\xaf\xfa\xb5\xf6\x5b\xf4\xf6\x8a\x6b\xd9\xd5\x3b\xe9\x25\xb9\xaa\xb4\xcd\x96\x05\x1b\x15\x6b\x57\x0f\x1a\x1a\xa4\x7f\x17\x7a\x69\xae\x88\x85\x0e\x71\x8a\x52\xc1\xe7\x09\x5b\xc5\x6e\xbc\x91\x00\xc0\x65\xb2\x52\xa1\xe9\xcd\xcb\x4b\x23\xd3\xe7\xd7\xef\x2b\x3a\x99\x4c\xaf\xa6\x17\x58\xee\x5b\x53\xb1\xd7\x68\xb3\x83\x5e\x32\x23\xc7\x76\x93\x6b\x7e\xa7\x76\xc6\x6a\x4b\xc3\x3c\xd5\x77\x8f\x1a\xcd\x3a\xb9\xc2\xc1\x4e\x31\x59\xfc\x7d\xc2\x36\x51\x3e\xff\x0d\x00\x70\xbe\xb3\xb7\x82\xc2\xa6\xbf\x95\x0f\xd3\x74\xf5\xce\x65\xaf\x93\xde\x57\xaf\x2f\xbe\x14\xd5\x57\xe1\x54\x20\xd9\x31\xaa\xf8\x86\x71\x45\xc0\x89\x7c\xaa\xfe\xda\xaa\xee\x9c\xfb\x9a\x00\x0f\x5a\xf6\x57\xe5\x21\x87\x11\xf2\x13\xd2\x9d\x13\x76\x8b\x76\x0b\xba\x00\x80\x53\xcb\xd6\x81\x13\x9a\x7a\x6b\x8e\xa5\x39\xd5\xbd\x32\xd1\x92\x90\xea\x11\xe5\x96\x51\xe1\xe5\xb7\x8b\x05\xa1\x95\xc5\xfc\xfc\xe7\x01\x48\xfe\x9c\xdc\x45\xab\x78\x39\x5c\xdd\x3a\x8f\xf0\x6c\xbd\xea\xb7\xc3\x48\x79\xb2\xec\xc8\x04\x8a\xf0\xa7\x70\x2f\x00\x70\xb6\xb3\x5b\xe8\xeb\x7a\x1d\xa8\xe7\x8e\x4e\xeb\x1c\x4e\x73\x4c\x0c\x6d\xb9\x43\xcb\x8a\xbc\xdf\x20\xa4\xbd\xdf\x3e\xbc\xc6\x8c\x9e\xbf\x41\x5d\xe1\x07\xb2\x56\x6c\x29\x5e\x08\x69\x5d\x4d\xc6\x3a\xf8\xae\xdd\x35\xed\x53\xd4\xd7\xc2\xa4\x28\xc7\xd2\x00\x40\x14\x8a\xfd\xa6\x3b\xf6\x74\x82\x66\x47\x7e\x76\x14\x83\x6e\x89\xde\x2d\x0c\x30\x22\xf2\x64\xc3\x4a\xb0\x78\xdb\xab\xea\x16\xc8\x69\x03\xa3\xfc\x27\x74\x65\x85\x4f\xd1\x1b\xb8\xde\xb5\xc4\x08\x21\xad\x76\x57\xb4\xed\xe8\x55\x8b\x5e\x05\x89\xf5\x00\x80\xc8\x1b\x1f\x45\xfb\xd6\x13\x01\x87\x1d\xb9\xd6\xb1\x01\x8e\x4c\x9c\xda\x32\x0f\x8e\x8b\x2c\xab\x7f\x0c\xa3\xdb\x2e\x54\x27\xc0\x67\x37\x1c\x2c\xaf\x40\xb6\xad\x70\x2d\xca\x43\x7e\xba\x1a\x8c\x5e\x68\x9f\xdd\x15\x2d\x82\x19\x2c\xce\x29\xb6\xe2\xeb\x00\x40\x34\x0a\xdf\x40\xdb\xd8\xdd\x46\x38\x1d\x59\xd3\x5e\x80\x5f\xdc\xaf\x6c\xc6\x70\x46\x64\x60\xbd\x17\xbe\x67\x1b\xbb\xaa\x05\xdf\xb3\xc1\xa5\xec\x37\x4e\x7a\xff\x2a\xfc\x88\x9f\x76\x95\xe4\xea\x08\x5b\xbb\x8b\x9a\xc7\x04\xcd\xe2\xb7\xbc\x9b\xd0\x02\x80\x90\x42\xd8\x50\xe5\xdd\xe3\xd9\xf3\x53\xf9\x6d\xdf\x59\xda\x84\x47\x4d\x57\x59\xe3\xf6\x9c\xae\x13\x31\xa5\xdb\x5c\xaa\x26\x30\x97\xf9\xdf\x2b\xdb\x4e\x7e\xf5\xee\x2f\xdc\x40\x5e\x70\x4d\x35\xbc\x20\x2b\xed\xce\x6a\x96\x90\x1c\x4b\x17\xf9\x78\x72\x26\x00\x08\xfa\x18\xd6\x94\x9e\x2e\xba\x20\xf7\xf0\xe9\xb6\x08\x7e\x73\x82\x67\x93\x0b\xef\xdc\x9e\x80\xda\x07\xdc\x5f\x5b\x4f\x9b\x12\xb9\x6b\xfc\xa5\xa5\x85\x1c\xb1\x37\xbf\x40\xc9\x7e\xe7\x1a\x64\x58\xca\x0e\xb2\x1b\xca\xa6\xb3\x72\x2d\x23\x65\xbb\x98\xf9\x00\x20\x18\x46\x8e\xca\xfa\xd8\x79\x42\x39\xf7\xd0\x8f\xd6\x6c\x79\x45\x7c\x42\x63\x84\x6c\x61\x44\x5a\xcd\x5f\x49\xfd\x96\xdf\x95\xe9\xe2\xa0\xf5\x8f\x4b\x2a\x84\x6f\xbd\x2d\xf2\xb5\x02\x95\xeb\xd8\x1c\x6f\xbe\xb3\xdd\x2d\x35\xc2\x2d\xb5\x6c\x97\xc6\xb0\xcf\x01\x00\x7f\x18\x73\x6f\xe6\xed\xce\xe9\x06\x9b\x43\xa3\x5b\xde\xe8\x47\xc4\xc9\x1a\x6a\x35\xcf\xc3\xc5\x35\xfe\xea\xba\x2d\xb3\x2a\x4c\x4a\xe1\xfa\xf9\xc5\x0f\xe5\xa9\x5e\xb4\xbc\xf3\xd2\x8d\x2e\x95\xfa\x23\xa2\x1f\x76\x6d\xaa\x76\x01\xdb\xf2\xa9\x24\x9f\xdb\x0a\x00\xbc\x75\xac\x84\x8c\x37\x1d\xa2\xe2\xb2\x94\x59\x2d\xfb\x0b\x27\xc5\x36\x34\xcc\xc9\x4b\xdc\xdd\x5e\x5d\x6b\x60\x87\x84\x57\x58\xe9\xca\xd6\xa1\xc5\xeb\xb2\x87\x96\x7f\xcf\x5b\xa4\xbc\xec\x12\xae\x3b\x2d\xcb\xb7\xab\x51\x59\x8b\xd7\x58\x8d\x97\x8c\xe6\xa7\x00\x00\xb7\x86\x3d\x2f\x83\xec\xd8\x52\x7e\xe5\x60\x5b\xcb\x9c\x92\x87\xb1\x3b\xea\x1f\x16\xde\xde\xbd\xa7\x3a\x39\xaf\x2a\x04\x28\xef\x35\x40\xeb\x96\x15\x7d\xd0\x6d\x58\x7e\xcc\x78\x5f\xfd\xca\x65\xb9\x8e\xaa\x08\xb2\x33\x29\x8f\x49\x28\x56\xb3\xc5\xed\x82\xd9\x00\xc0\x4d\x60\xc7\x67\xcc\xe9\x18\x53\x15\x79\x30\xa6\xf9\x56\x85\x43\xcc\xf7\x7a\x65\xc9\xe9\xdd\x96\xd5\xd6\x85\xf1\xc1\xed\xe5\xfb\x8d\x4f\xd7\x0d\x2b\x52\xe6\xc4\x2e\x2f\x34\xe2\x9a\x3a\x17\x17\xdd\x64\x65\xb5\x5d\x87\x32\x46\x7a\xc4\x2a\x44\x1c\x2e\xa8\x04\x00\xee\x08\x76\x56\xfa\xac\x81\x4b\xb4\xe7\xc9\xef\x7b\xb5\xf4\x29\xd1\x91\x9d\x6b\xe9\x5b\xc2\xe6\xb6\xd4\xd0\xab\x02\xf5\xf5\x37\x40\x7f\x5f\x7d\x55\x27\x34\x7d\xe9\xf3\x32\x5f\x78\xe6\x7c\xcb\x82\x8d\xc8\x4e\x9b\xb5\xfa\x7f\x68\xc5\xb8\x83\x2a\x77\xac\x16\x00\xc4\xf3\x70\xe7\xf4\xa9\x03\x19\x90\x55\xf2\xf7\xde\xe5\xd0\x94\xe8\xed\x1d\x8f\xa1\xd9\x61\xf6\x2d\xe1\xd0\xf6\x40\x65\x3d\x07\x6a\xf6\x55\x54\x1d\x85\x23\x96\x3e\x2c\xfd\x8e\x2c\x98\x6f\x55\x60\x85\x3a\xd9\xac\xd5\x9f\xc7\x3c\xc7\x31\x54\xc3\xb1\xaf\x00\x20\x1e\x8d\xbb\xa5\x8f\x1e\x98\x8c\x84\x26\xbf\xe8\xb9\x8a\x2c\x8d\xf6\xef\x60\x20\xb6\x61\x56\xcd\xbf\x91\x19\x81\xdc\x7a\x77\x24\xd4\x97\x5f\x35\x1d\x19\x5c\x7a\xa7\xb4\x10\x8d\x9f\x6f\x99\x7f\x1c\x9b\x65\xb3\x56\x2f\xc6\xde\x8f\x13\x29\x4f\xe2\x47\x00\x40\x74\x11\x8f\x4b\x4b\xef\xcf\x20\xee\x26\x1f\xe8\x59\x48\xa4\xef\xbb\xdc\x7e\x95\xb0\xda\x79\xaa\x79\x03\x7e\x21\x30\xb2\x2e\x0b\xef\xf1\x4d\x30\x45\xe1\xb7\x96\x1e\x2b\x79\x4e\x4c\x9b\x3f\x2e\xdf\x89\x88\xb7\x59\xa7\x7b\x41\xb4\x8e\x6b\x57\xba\x11\x2d\x00\x20\xf2\x22\x3c\x8e\x7e\x3f\xd6\xcc\xee\x48\x7a\xda\x7d\x94\x6d\xbd\x6f\x5b\xfb\x44\x56\xe6\x4e\x6a\x13\x97\xf9\x34\xd0\xbd\xb6\x8b\x89\xfa\xfa\x55\xe6\x33\x97\x2c\xad\x2e\x71\x61\x0e\x9b\x6f\x96\x17\x4b\xde\xb2\xd9\xaa\x9b\x4f\xd6\x8f\x7b\xaf\x48\x23\x17\xff\xdf\x05\xc3\xe5\xe8\xe2\x63\xe3\x84\xc3\x92\x36\x77\x35\x0b\x86\x47\x9d\x6b\x0b\xe6\x5b\xec\x74\x6a\x3c\xc9\x9b\xb7\xf9\x5f\xed\x30\x6e\xb4\xaf\x7d\xc5\x03\x4e\xe1\x52\x4d\x71\x32\xfb\xf7\xbc\x3f\x46\x2d\x3b\xd2\x26\x41\x1b\xc3\x6a\x30\x77\x96\x57\x31\xcb\x00\x40\x60\x22\x1d\x8f\x9c\xec\xf3\x50\x9a\x27\x9e\xe9\xbc\x24\x67\x47\xf9\xb7\x46\xc9\x86\xef\xe0\x36\x1c\x97\x60\x9b\xa3\xab\x3f\x88\xa7\xf9\xe4\x96\x9f\x15\xb6\x2c\x5d\x5f\x14\x2a\x88\x9d\xf7\x5f\x2e\x87\xf7\xcf\x86\xaf\x09\xe5\x72\xcd\x65\xb2\x12\x76\x3d\x00\xf0\xf3\x99\x09\xa9\x8f\x7a\xa9\x39\xec\xc4\xc9\x9d\x93\x74\xd1\x7b\xeb\x5a\x94\x1a\xef\xd0\x3b\xf5\x6f\xd4\xa3\x36\xd5\x56\x5b\x28\x5e\xfa\x58\x94\x3d\x97\x5d\x59\x72\xa3\x30\x55\xd2\x36\xaf\xdc\x50\x22\x62\xd8\xc8\xb3\xe9\x82\xf9\xe6\x37\xa4\x37\xb8\x14\x00\xe0\x5d\x63\x85\xa5\xfa\xf6\x0c\x14\x61\xfb\x69\x1d\x89\xf9\xd7\xf7\xda\x37\xbf\x30\xce\x0b\xdd\x5c\xbf\x22\x67\xcb\x26\xc7\xaa\xed\x5a\x7c\x8d\xae\xcc\x43\xdd\xba\x44\x50\xd0\xa6\xb8\x3f\x8f\x97\xf3\x4a\x7a\xc5\xc6\xa4\x3e\x2e\xd2\x5a\x4c\x95\x2e\xe1\x7d\x03\x00\x9e\x0f\xeb\xd7\xe1\x6f\x3d\x50\x59\xe8\xfe\x25\x1d\xd3\x8a\x77\x45\xde\x68\x56\x15\x6c\x0b\x1d\x5d\xf7\xd8\xb8\x30\xe0\x81\xe9\x73\x8e\xd5\x9a\x83\xa5\x97\x34\x5f\x96\x1c\x2e\xd8\xa7\x3a\x36\x0f\xcf\x11\xca\x43\x6d\x06\xd5\x87\xc4\xb5\x16\x6b\x24\xf7\xf9\x5a\x00\xe0\xbe\x67\x2f\x3a\xdc\xd4\xe3\x5a\xc9\x4e\xf8\xda\xde\x57\xb6\x31\x32\xaf\xd9\xbb\xe8\xfb\xf6\x4b\x75\x58\xbe\x2e\xa0\xc1\x24\xc8\x5d\xb6\x26\xb8\x34\x59\x77\x6d\xc9\xfe\xfc\xaf\xd9\xbb\xe6\x09\x72\x66\x29\x78\x36\x2f\xd5\xc3\x24\x3c\x0b\x8a\x84\x2e\xb0\x04\x00\xae\x88\xbd\xfa\x85\x04\xd4\x53\xac\x6f\xe6\x81\x0f\x28\xca\x53\x65\xd0\x7c\xaa\x55\xab\x08\x4a\xa5\xc2\x25\x05\x50\x17\xcd\x52\xd1\x0e\x4f\xa4\xbd\xc2\xec\xe0\x4c\xfa\xd3\x64\x47\xf8\x0f\xf8\x7d\x4b\x3c\xa2\x86\x27\x2e\x5a\x87\xfa\x22\xcb\x2d\x9e\x63\x33\xd0\x65\xcf\x4b\xe8\x2f\xe8\x1d\x37\x9a\x41\x3f\xfa\xe3\x93\x37\x41\x25\x38\xab\xe5\x18\xf8\x0c\x0c\x29\xbe\x03\x05\x80\xd9\x8a\x51\x50\x39\xb4\x00\x85\x61\x3b\xe8\x5a\x92\x00\x6e\x82\x45\x21\xa7\x91\x3d\x48\xf0\xc2\x93\xa8\x0d\x3a\xd5\x22\x1b\x33\x43\x0b\x9f\xd5\xd1\x7d\x11\xe4\xfa\x00\xbd\x18\xd9\x79\x72\x38\x68\x86\xec\x6c\x7e\x03\x26\x22\xab\x8a\x27\x83\xe7\x11\x7f\xf9\x76\x68\x35\x22\x40\xee\x40\x1d\xc8\xf3\xc4\xdf\x70\x1c\x1a\x18\xb2\x0e\x99\x8a\x56\x2e\x8c\x47\x1e\x62\x93\x2c\xa2\xd1\xfb\xd8\xc2\xc7\xe5\xb4\x19\x2c\xfb\xab\x33\x69\x4c\x66\xfa\xa0\x82\x3e\x82\x7c\xd0\xf8\x88\x7e\x98\x0c\x2c\x0c\xa7\xff\xc7\x38\x2d\x3d\x03\xc6\x30\x30\x58\x06\x7e\x62\xf8\xee\xbf\x03\xd5\x11\xef\x82\xfd\x61\x0e\xa1\xf2\x38\x83\xc4\x13\x2b\x2c\x5c\x51\x08\xa7\xfc\xf7\x98\x72\x46\xf8\xf5\xe2\x0b\xea\x1e\xc1\x95\x63\x38\xf5\x25\xbf\xae\xde\x93\x96\xc0\x53\xe5\x8f\xa0\xbd\xe2\x0a\xc5\x57\xe8\x18\xa7\x18\x7c\x0d\x2e\x60\xf7\x24\x08\xc1\x9f\xac\xa1\xa0\xed\xd0\x7f\xcc\x1e\x0f\x6f\xf8\x3c\x29\xb6\xb0\x45\x7e\x11\x37\xee\x2e\xcc\xaa\x51\xc9\xce\xa1\x94\x20\xc5\xe3\x9e\x12\xca\x0b\xb9\x4b\x4d\x35\x35\x4d\x4a\xcf\xbd\x44\x1b\x29\xbe\x2a\x7c\x4b\xab\x11\xad\xa5\xef\xa6\x1f\x14\xe4\xc7\xef\x00\x37\xf3\x3e\x05\xd2\xa1\x95\xdc\xd9\xee\xed\xb0\x2f\x7b\x98\xc5\x7c\x84\x46\xae\xbb\x71\x2d\xd3\x54\x58\x3c\xd4\x9d\xe5\x99\xef\xd4\x39\x29\xab\x2f\x57\x6f\xca\xa4\x84\xe9\x9f\xeb\xdf\x50\xbe\x69\x17\xf3\x0f\x51\x4d\x6a\x90\xba\x82\x06\x2a\xf2\x62\x75\xf4\xc3\x52\xe3\xe6\xc5\xe0\x51\x51\xb4\xfb\x38\x88\xc3\xeb\xb3\x58\x02\x5f\x67\x45\x5e\x3d\x90\x51\xd6\xa0\x3b\x11\x9e\x19\x54\x73\xb6\x6d\x72\xe6\x67\xd3\xaa\x72\x53\x96\xa0\xec\xb0\x36\x8e\xb2\xb8\x88\xcb\x75\xa2\x7c\xcc\x13\x66\xf9\x50\xcf\xe6\xec\x8c\xfe\x49\x3b\x9d\x7d\x25\xe0\x05\xfd\x81\xfc\xa7\xdb\x76\x68\x9c\xa8\xc9\xc2\x05\x4e\xe1\xa4\x5e\xd2\x66\xc4\xf7\xcf\x1d\xb8\x92\xf1\xb3\x5b\xd5\x0c\x66\x8a\xdb\x5e\x97\x7a\x65\xcd\x6b\x9a\x90\x3d\x39\xeb\x74\xed\x30\xf6\x48\x8a\xa4\xe2\x78\x46\x24\x35\xb5\x78\xc9\x3e\x9c\xb6\xd7\xe8\xb8\xf1\x1d\x3d\x41\xa3\x72\x3d\x06\x16\xc8\x18\x16\xf3\x60\x5b\xde\xea\x8b\xf2\x0c\xdf\x21\x6a\xff\xf5\x8c\xeb\x83\xcc\x26\x38\x33\xa5\x37\xb9\xc4\x27\xf3\x57\xc7\x38\xb5\x73\x56\x4e\x53\x2a\xcb\x95\x12\x55\x93\x93\xae\xa3\xae\x2e\xdf\x17\xf5\x94\xe6\x58\xc0\xda\xa8\xa1\xdb\xea\xed\x5d\x75\x60\xac\xc2\xc9\x62\x3d\xf4\x90\x77\xf3\xc2\x95\x0c\xfb\x0b\x97\xfa\x6d\x32\xea\x4e\x8b\x1b\xbb\x33\xd7\x1e\x9f\x52\xcc\xce\x3c\xde\xbb\x49\x45\xcf\x8a\x69\x5f\xc8\x14\x50\x66\x34\x5c\x4a\x1f\x4f\xf9\x6c\xfa\x1a\x25\xa1\x9e\x2c\x8e\xdd\x98\x4e\x6b\x33\xcc\x73\x2d\x02\x87\x2b\x83\x2c\x24\x10\x97\x6f\xf5\x78\x14\xfc\x3d\x4b\x76\x25\x17\x19\x43\xb1\x1d\x9c\x86\xd8\x52\x0a\x1b\x0f\x23\x4b\xa8\x0e\x05\x1f\x90\x1d\xd4\x76\x69\x3a\x92\x45\x2b\x80\xfd\x90\x42\x7a\xc5\xfe\x0e\xe4\x1d\x38\x14\x1c\x8f\x6e\x84\xbe\x79\x3c\x43\x1b\x11\x3f\x8b\x48\x6c\x13\xba\xf5\x91\x15\xbc\x87\x6e\x7b\xb9\x0e\xa6\xd1\x77\x0d\xf8\xc2\xd9\xf4\xbc\x06\x3d\xdc\x4e\xbf\x55\x60\x03\x3f\x07\x97\x48\x6a\x90\xe9\xe0\x65\x48\x82\xec\x86\x24\xfb\xc7\x23\x4d\x70\x78\xd0\x29\xd4\x11\xf1\xf0\x88\x42\x35\xe8\x14\xf3\xef\x98\x1f\xda\xf9\xd0\x0a\xea\x83\x8f\x5f\xea\x80\x5e\xc0\xf5\xfd\x31\xf0\x24\xb8\xa7\xbe\x1d\x5e\x03\x77\xe4\x6f\x86\x33\xe0\xab\xe2\xf7\x70\x0d\xe2\x06\x3e\x81\xff\x20\xfa\x04\x2e\x12\x87\x5a\x06\x6d\x45\x6e\xa3\x5c\x0f\x33\x34\x1a\xb3\x34\xbf\x88\xd9\x60\x01\xf7\x47\x83\x3c\xa6\xcf\x85\x99\xe0\x49\xb2\xa6\xf7\x0b\x34\x8a\xf4\xa8\x6d\x84\x36\x30\xca\x8c\x79\x90\x88\xb1\x5a\x94\x06\xdd\x61\x0c\xa3\x57\xc2\x2b\x89\x1b\xf1\x07\xe0\x0e\xa2\x30\x30\x1a\x09\x26\x0e\xb9\x1f\x42\x9e\x13\xee\xe6\x05\x68\x0b\xce\xbf\x5d\x4b\x3f\x24\xf8\x74\x76\x1a\xbd\x8d\xff\xa1\xdb\x12\xb4\xe4\xbd\xa8\x5e\x0e\x6e\xe5\x3e\x32\x50\xc0\x1c\xce\x3b\x41\x19\xf8\x8b\x33\x8b\xe6\x0a\x1d\x66\x6f\x8f\xf3\x81\xcd\x58\x94\xcd\x14\xb8\x94\x29\x70\xfb\x84\x84\x91\x74\xf3\x12\x74\x05\xf1\xec\xfa\x4f\x5a\x9a\x92\x76\xea\x3c\xed\xb8\xfc\x79\xc7\x5e\xba\xbb\x2c\xb0\xf2\x3c\xfd\xa8\xa4\x5a\x1f\x41\xef\x13\xcf\xe4\x5d\x03\x17\x0b\x8b\x28\x45\x60\xa3\x60\x56\xac\x15\x14\xc6\xe3\x6d\xaa\x84\x47\x70\x2e\xbb\x71\xe0\x01\xd6\x5d\xf3\x7e\xa4\x89\x0c\xb9\x7c\x82\x1a\x5c\xb0\xfa\xb8\x03\xb5\xcc\xf8\x5f\xcb\x7d\xda\x58\x03\x58\x56\x44\x8b\xd0\x3d\xd2\xe0\xb4\x36\xcd\x26\x4e\x24\xdd\x4b\x55\x9b\x29\xa2\x0f\xc9\x7f\x44\x1f\x00\xe9\xd2\x99\x01\x04\xb4\x5c\x34\xd2\x6d\x24\x3c\x92\xa7\xb2\x18\x8e\x8c\x61\x45\x5f\x38\x48\x49\xaf\xbb\x7b\xec\x22\xe5\x5c\xf5\x9a\xc6\x37\xd4\x95\x15\x17\x8a\x1f\x53\x95\xa5\x73\x55\x5f\xa9\xbf\x0b\xe3\x59\xd6\x34\xa6\x51\x94\xae\xa2\x3b\xe9\x91\xa8\xf3\xf4\x5b\xd9\xee\x1b\x03\xc1\x52\x39\xe9\x1a\x0d\x91\xa2\x74\x8b\x09\xb0\x8a\x93\x70\xb6\x8d\x32\xbd\xcf\xaa\x37\x92\x92\xd6\x59\x5b\xbf\x9f\x72\xa6\xd5\xbb\x10\xa7\x2e\x68\xe0\x28\xba\xa8\xca\xea\x32\xd2\x9c\x66\x5f\xae\x39\x3a\x48\xeb\x29\x5a\xb4\x77\x2f\xfd\x60\xee\xb6\x0d\xdb\x40\xf7\xec\x5f\x2e\x57\x21\x1b\xd9\x3c\x8b\xc9\xf0\x5a\xde\xec\x33\x15\x59\xef\x4f\x2e\xef\xd9\x4b\x09\xea\xa7\xd6\x25\x51\xf2\xbb\x85\x05\x42\xca\xaf\xb6\x78\xf9\x15\x6a\x62\xc3\x6f\x86\x37\xf5\x45\xf5\xee\xa3\xa3\x68\x82\xb2\x80\xc8\x13\x74\x8f\xfc\x22\xff\x4f\xf4\x67\xba\x0c\x17\x13\x78\x4b\xde\x61\xb1\x18\x1e\xc9\xeb\x38\xfd\x20\xeb\xf4\xb9\xd4\x6e\x0d\x65\xd6\xa9\xe8\xda\x32\xca\xd1\x01\x9b\xfc\x1b\x94\xfe\x6e\x81\x7c\x31\x75\x5e\xab\x89\x30\x52\x8b\xeb\x91\x23\x6c\x9a\x6f\xe5\xc5\xc8\x83\xb4\xeb\x45\x47\xfc\xcf\xd1\x99\x39\x19\x2e\x75\x20\xa2\xb8\x6f\x81\x40\x15\xbc\x77\xf7\x02\x30\x6a\xd6\xe4\xf3\xf1\x58\x58\x56\x69\x6f\x30\xe6\x4d\x59\x59\x3b\x03\x9b\x4d\xe9\xc8\xfd\x8b\xcd\xa0\xc6\x0a\x9f\x62\x16\xb4\x1d\x74\x07\x6c\x2c\x7d\x7f\xbc\x39\x66\x07\xca\x03\xe7\x61\xcb\xa0\xf3\xee\x81\x58\x1c\xb2\xc4\x5c\x81\xb5\xa2\xbb\xef\xae\x47\x5f\xd0\x98\xe7\x32\xd1\x4b\xb4\x33\x3d\x29\xe8\x31\xba\x63\x8d\x37\x5a\x4f\x4f\xcc\x9d\x8d\x36\xd2\x2f\x09\xed\xd0\x26\x10\xa2\xed\x47\x07\xa0\xf5\x71\x49\xe8\x43\xd8\x66\xb3\x0e\xb3\x82\xff\xb9\x0d\x62\x1b\xd0\x61\xe6\x4b\xb1\x1a\xb4\xfb\xce\x6a\x34\x01\xb6\x3e\x4b\xa0\x3b\xe1\x89\xdd\x4c\x74\x2b\xec\x56\xbd\x1b\xf5\x85\x57\x18\xfc\xd0\x60\x38\x4e\x90\x88\x86\xc2\x27\xa9\x55\x28\x05\xf1\x8b\xbd\x8b\xea\x90\x13\x9b\x7e\xa3\x77\xd1\x9d\x6e\x11\x98\x2d\xfa\x75\xdc\x3d\x4c\x85\xf9\xdf\x5c\x88\xd8\x92\xf1\x43\x8f\x91\x25\x8c\xb7\x9d\x36\xc8\x12\x06\xdd\xb4\x17\x09\x66\x0c\xd3\x17\x20\x87\x88\x52\xde\x53\x44\x40\x60\x14\x10\x69\x23\x12\x63\x86\x90\x2f\x44\xe0\x26\x57\x34\x90\x58\xe4\x7a\x1f\xcd\x27\x2c\xc7\xdd\xc4\x16\xe1\xac\x6b\x01\xf0\x42\xfe\xc7\x93\xe6\xb0\x0f\x7f\x7c\xdb\x3e\x38\x92\xe7\x58\x61\x06\xc7\x71\xdd\xb4\x85\x30\xc1\x09\xe6\x7a\xc1\x55\x6c\x69\x96\x13\xfc\x82\x75\x3d\xba\x1a\xf1\x65\x4d\x0d\x38\x8c\x14\x32\x37\xbb\xb2\xd0\xf1\xe4\x4e\xf3\x49\x68\x25\xf1\xe4\x92\x1c\x0a\x57\xc4\x0d\x3c\x83\x0e\xca\x5e\x35\x5f\x83\x72\xa4\x89\xa5\x4d\x50\xb6\xf8\x6e\x76\x0e\x54\x2b\x8a\x66\xd3\xa0\x57\x82\xbf\x19\x95\xb0\x37\x5f\xb9\x8f\x05\xeb\x78\xb6\x1b\xf3\x91\x51\x1c\xa6\xab\x3d\x82\xb3\x6a\xcd\x17\xa0\x2e\xe4\x86\x73\x4c\x70\x62\xde\xe5\xbe\x10\x70\x63\xae\xae\xe1\x28\x08\xe7\x84\x15\x69\x41\xae\xf6\xba\xf2\x2c\x58\x9f\xbd\x9b\x39\x12\xfc\xa9\xbc\x97\xa6\x85\x76\xca\x37\xee\x7d\x05\xf5\x49\x64\x1b\xf8\xb0\xb7\x30\xcf\xa5\x12\xee\xe3\xed\x31\xc7\x10\x3a\x2b\xf4\xb4\x17\x3d\xae\xd6\xbe\x7b\x12\x1d\x32\x95\xd5\x0a\xe9\x35\xe5\x31\xf9\x77\xe9\x67\x8a\xaf\xca\x03\xe8\xbf\x0b\x3c\x89\x3e\x30\x38\x97\x79\xa4\x00\xac\xd5\x19\x22\x43\xa1\xb9\x6a\xba\x7f\x04\x54\x2e\x1f\xe6\x32\x09\x5e\x25\x72\x30\x57\x23\xc3\x38\x01\x27\x8b\x69\x5f\xba\xdf\x75\x54\xd2\xad\xdb\xfb\xab\x2d\xe9\x5e\xcd\x54\xa3\x84\xbe\xb7\xee\xa7\x74\x36\x5d\x5e\xe5\x8f\x9d\xa2\x3f\x2a\xdb\x77\xf8\x11\xb8\xb9\x70\x4e\xc4\x73\xb0\xc9\x40\x59\x1f\x05\x79\x66\xef\x5a\xc0\x85\x2e\x4b\xbb\xcc\x73\xe0\x72\xee\x8f\x13\x12\xda\xe9\xc1\x37\xed\x15\xb4\x17\x7d\xb1\x55\x53\xe8\xa3\x3b\x4b\x73\x8b\xe9\x2e\x2d\x1d\x92\x4d\xf4\xd8\x7a\x26\xfa\x8f\x5e\x5d\x35\xe6\xf0\x22\x70\x62\xa9\x73\xc4\x2e\x90\x9a\xd7\xba\xee\x0f\xf8\x5e\xdb\xbb\x60\x1f\xa4\x94\x6f\x36\x6f\x87\x0f\xf3\x44\xc7\x3b\x68\x05\x67\x80\xb6\xfb\xb4\xf6\x13\xf3\x4d\xbb\x68\x17\x8f\x4d\x31\xbc\xa7\x7d\xec\x3c\x29\x2e\xa2\x3b\xb5\xcc\x42\x0f\xd2\x93\xeb\xec\x0f\xd5\xd0\x8f\x57\x14\x86\xff\x01\x1d\x0a\x29\xeb\xae\x80\x12\x7d\xd3\x82\x58\xc8\x4b\x91\x64\x31\x12\x9e\xc0\x3b\x76\x29\x8e\x79\x29\xe3\xdd\xc0\x21\xe6\xd6\xcc\x9c\xe6\x44\xf2\x78\xd6\x96\x92\xe7\x64\x6c\xd6\x7b\x35\x8f\x1c\x41\x69\x60\xad\x67\x18\xa8\xf5\xe9\xbb\x18\xab\x69\x97\xa3\xe6\x11\xff\x81\x53\x37\xac\x20\xc4\x50\xea\x82\x5a\xc2\x0b\xfe\x3e\x16\x23\xac\xd1\x75\x17\x0f\x30\x43\xa8\x7e\xfd\x22\xf2\x2a\xb5\xba\x89\x47\x86\xd3\x6c\x4b\xac\x19\xff\x68\x98\x6a\x80\x51\x49\x37\x63\x8a\x18\xdb\xe9\xbd\x69\x4d\xc4\x0f\x50\xb7\x57\x4a\xd4\x40\x12\xff\x16\x22\x09\x96\x2f\x70\x21\x66\x23\x7d\x63\x9d\x09\x2b\xb4\xe0\x42\x22\x79\x06\x6c\x38\x56\x42\x46\x83\x0f\x1a\x0b\x19\x2f\x21\xcb\x62\x6f\x46\x2e\xb4\x58\xf9\x8d\xb1\x05\xca\x22\x6f\x10\xbf\xa0\xf7\x69\x93\x88\x1a\x98\xb3\xd7\x9a\x38\x88\xb8\xfa\x2f\x27\x96\x22\xb7\x9d\xaf\xe2\xdf\x51\xd3\x98\x8f\xf8\x07\xcc\xe1\x9c\x35\xa3\x83\x38\xdb\x0b\x33\x62\x08\xb0\xbe\x93\xf8\x43\x2c\x28\x94\x13\x0d\xf8\x75\x05\x83\x48\xc3\x73\x19\x02\xc2\x03\x97\x1d\xf9\x82\x7f\xc4\x55\x91\x0e\xf8\x10\xae\x5d\x4f\xc5\x4d\x78\x89\x73\x12\xce\xc2\x3b\xc7\x0e\xc3\x25\xf8\xde\xd3\xa1\xc4\x7b\xde\xe8\xae\x5f\x04\xc1\x0d\xad\x75\x23\x66\x71\x64\xf9\x61\xf8\x3d\x76\xbf\x4c\x81\x97\xb1\x47\xe3\x8f\xf1\x0c\x56\x6a\xaa\x12\x0f\x60\xde\xde\x63\x81\xcf\x63\x6e\x5e\x37\x80\x5b\x91\x95\xce\xb3\xb1\xcf\x8c\xcf\x63\x7d\xf1\x71\x44\xd3\x89\x47\xf8\x6b\x99\x43\xfb\x37\xdc\x24\xb9\x5d\x75\x12\xdf\x29\x16\x19\x97\xe3\xb6\x22\x4f\x49\x1b\xf6\x4a\xf0\x18\xdb\x8c\x1d\xe3\x57\x1f\x5e\x8d\x15\xf2\xd2\x23\x00\x8c\xc3\x5d\xba\x6e\x1a\x96\xc6\xbe\x3e\xff\x11\x16\xc7\xda\x30\x96\x8d\x31\xc8\xa9\xfd\x7f\xb1\x67\xb9\xde\x2d\x6c\xac\x24\xc7\xb1\x22\x11\xdb\xaf\x03\x72\xe6\x63\x1e\xd9\x9d\xc2\xbf\xd8\x30\x55\x16\xfc\x18\x7d\xa0\xf0\x4c\xf1\x44\xcf\x4a\x6f\xee\x4e\x47\x5b\xc5\x87\xfc\xac\xd0\x32\xc1\xc0\x7c\x1a\x9a\xcf\x3d\x33\xf6\x3f\xf4\x04\xcb\xbc\x97\x8b\xc5\x98\x74\x8d\x1e\xd8\x84\x72\xb8\x94\x8a\xf6\x95\x80\xda\xc3\x28\xaf\x70\x29\x1f\x43\x23\x8d\xd7\xc1\x62\xd4\x2f\x27\xf5\xc0\x5a\xd4\x53\x73\x29\xec\x1a\x3a\x57\x35\xd2\xf7\x19\x3a\x53\xfa\x62\xde\x6d\xd4\x41\x98\x38\xf6\x1d\xba\x85\xfd\xa2\xdb\x0a\x1b\xd6\xfe\xac\xee\x1f\x5a\xd5\xe2\x58\xec\x87\x46\x35\x2c\xcb\x0e\x45\x67\x55\xbf\xe3\xb2\x90\xb7\x15\x30\xed\x32\x72\xa9\xf8\x59\x52\x01\x72\x3c\x7f\xf8\x4e\x26\x52\xaf\x6f\xf6\x79\x84\xd4\xa8\x7e\xcf\xdb\x80\x74\x4a\xae\x8c\xfd\x86\x7c\xe0\x32\xbb\xbc\xd0\x27\x7d\x83\x75\x2e\xa8\xb0\x4b\x5b\x14\x87\x2e\x6b\x5b\xa3\x86\x90\x0f\x8d\x0c\x4e\x1b\xd2\x5e\x23\xa4\x4d\x43\x74\x15\xfb\x13\x7f\x23\xfc\xa2\x07\x3b\xbe\x21\x19\xb9\xd7\x7d\x08\x24\x55\x13\x38\xcf\x1a\x41\x65\x5b\xc7\x4d\x44\x1a\x78\x53\x3a\x0d\xe8\xd0\x89\xe3\xb5\x3c\x34\xa9\x3f\xa0\xb0\x0b\x1d\xd5\x2d\x52\xdd\x46\x5a\xdb\x52\x38\x8e\x08\xbd\x11\xa0\x8a\x90\xed\xd5\xbb\x12\x59\xc8\xaa\xb2\x35\x3b\xd4\xc8\xac\x7c\xc8\x27\x10\x99\xac\x73\x9f\x37\x1e\x99\x2b\x4f\x18\x17\x86\xec\xe4\x85\x1c\x1f\xce\x7f\x99\x61\xd6\xfa\x8d\xf7\x37\xa3\xb3\xf2\x30\x6f\x56\x26\x35\xe7\x02\x77\x67\xd6\x62\xd1\x66\x8e\x98\x62\x05\xbf\x60\xb7\x53\xed\x0e\xbe\x60\x3d\xa1\x6d\xdb\xa5\x65\x4d\xa5\xe7\xf9\x36\x30\xfd\xa1\x71\x73\xd3\xc8\x14\xb8\x7b\xd4\x6b\x46\x3f\x3a\x79\xd0\x96\x9f\x40\x59\xd2\xea\xc4\x13\x51\x4c\x15\xa5\xdc\x1e\xea\x82\x9c\x19\x9c\xaf\xd4\x12\x61\x11\x67\x29\x6d\x3d\xbc\x95\x9d\x42\x9f\x74\x30\x9a\x55\x00\x9a\xed\x9a\xc9\x7c\x0c\x8d\xf1\xf5\x61\x3a\xc1\x8e\x73\xc7\x92\x11\x08\x75\x54\x0d\xa3\x1b\x4d\x19\x70\xe6\x3d\xa2\x93\x2d\xeb\x79\xf6\xf4\xee\xf2\x1b\xdc\x7d\xf4\x7f\xfa\x3d\x1c\x15\xe8\x2b\xf8\xc6\xbe\x0a\x1a\xa1\x3a\xf6\x54\x68\xe1\x81\xcb\xac\xdd\xd0\xad\xb0\x1a\x66\x01\xac\xf6\x79\x46\xbe\x41\x62\xe6\x5c\x25\xdd\xd1\xf0\x51\xd5\x0c\x3d\xfa\xe2\x18\xc8\xbd\x8b\x47\x36\x29\xb8\x6e\xf8\xe4\xb2\xc5\x1c\x08\xbb\xa8\xbd\xcc\x3e\x89\xe5\xf3\x45\x6c\x5b\x8c\x07\x1e\x64\x25\x61\xba\xe4\x26\x66\x13\xd6\xbb\xf3\x0c\x73\x32\xf6\xcc\x67\x35\x79\x04\x9f\x36\x07\x66\x74\xe3\x51\xa3\x8e\x33\x56\xe2\x33\x7a\xb2\xb8\x8e\x9c\x9d\xf5\x9f\x38\x71\xec\xe6\xe2\x7b\xec\x06\xf6\x98\xec\xd3\xec\x51\xac\x68\xee\x59\x56\x34\xf3\x24\xed\x05\xb3\x85\x19\x96\x94\xc9\x9c\x4c\xbe\xdc\x71\x9e\xa4\x90\xf0\x1a\x19\xe3\x16\x39\x6a\x8e\x0f\x63\x09\x83\x39\xda\x8c\x68\x21\x0e\x76\x56\x70\xc2\x25\x4b\x6b\xd3\xd9\x85\xa2\xdf\x85\xd5\xac\x1f\xc2\xe3\xaa\xdb\xac\x6d\x02\x0d\xc7\x8e\x59\xcd\x4f\xa7\xa6\x33\x27\xf2\x0e\x26\xae\x20\xa9\xdc\xa8\xd0\x4b\x8c\xfb\x9c\xf5\xab\x9f\x30\xfc\xd9\x93\x66\x7f\x21\x0a\x99\x3d\xa3\x97\x10\x6e\x8c\x8e\xd6\x1f\x6c\xb5\x5e\x5b\x35\x9d\x75\x4d\xdb\x90\x47\xb0\x9c\xb3\x3b\xe4\xbf\x98\x88\xaa\x8a\x29\x20\x6f\x2a\xf4\x59\x8b\x49\x3f\x99\x32\x61\x1b\xa3\x5a\x42\xdd\x1e\xc9\x98\x2e\xf2\x59\xf5\x96\xc0\xf9\x17\x67\x67\xe3\x4f\xb8\x73\x46\x8b\xf0\x2c\x66\x41\xd3\x7b\xd6\x87\x72\x4a\xc5\x0c\xd6\xfa\x12\xa1\xa1\x81\xa9\x2b\x2c\x94\xc6\x90\x2f\xf3\x8c\x0c\x37\xd2\xdf\xc0\xca\xb0\x60\xd4\xe8\xe2\xe3\xd2\x18\x4e\xd9\x93\xb6\xde\x22\xf8\x0a\xf1\xca\xff\xf0\xcf\x92\xde\xd9\x33\xf0\xbd\x02\xd5\xe8\x01\xec\x15\x3b\xb5\x21\x8e\x55\xdf\x32\xaf\xf4\x16\xf3\x43\x03\x5b\xcf\x61\xae\xaa\xe9\x12\x6f\x21\xd9\x95\xc7\xf1\x95\x8c\x5b\xa5\x85\x69\xfe\x8c\x75\x85\x31\x31\xf7\x88\xba\xdc\x2b\x5b\x38\x84\xbd\xf6\xc9\x8a\x6b\xb8\x48\x29\x71\x22\xb1\x1f\xe2\x4b\xa3\x87\x30\x2e\xe7\x53\x7d\x32\x0b\xec\x12\x95\x3c\x63\x0e\xb4\xe5\xe8\x8a\x98\x53\x9a\x40\x51\x26\x19\x51\x37\x19\x4b\x65\x94\x9a\x32\x8e\x72\x19\x63\x4b\x8b\x63\xbc\x09\x4a\x01\x1a\xf2\x13\xff\x2f\xe7\xee\x8a\x23\xf8\x16\x75\x9f\xd3\x36\xac\x43\xba\x72\xf4\x03\x6c\x33\x17\xad\x2b\x66\xf9\xf5\xcf\x2e\x71\x63\xaa\xba\x3f\x6b\xbf\x90\x4f\xdb\x39\xc2\x73\xa4\x53\x53\x2f\x7a\x91\x91\x58\xdb\x70\xe4\x27\x71\xac\x32\x31\xba\x9b\x98\x57\x5c\x1b\xa2\xc6\xc5\xc6\x98\x15\x6e\xd8\x0f\x8d\xd8\x69\x03\x16\x27\xdb\x38\xc6\x1e\x7d\xc1\xed\x6c\xdd\x29\xab\x4e\x9f\x6b\x9a\x27\x4d\x4a\xff\x6e\x3c\x21\xb1\xcd\xb8\x22\x1f\x25\xba\x9d\x99\x4f\x46\x0b\x73\xb3\x94\x19\xcf\x05\x21\x94\xea\xb8\x27\xbc\x2f\xd4\x2f\x5b\x95\xdc\x3c\x7a\xc8\x8a\x53\x9c\xd5\x60\x9f\xc3\x4b\xd6\x19\x58\x3a\x62\x05\x93\x8b\x7c\x6e\x51\xc9\x36\x65\x2d\xaa\x4c\x95\x8e\xc9\xea\x33\xda\x88\x4f\x52\x12\x65\x71\x22\x3e\xe5\x1b\x63\x50\x18\x4c\xad\xc8\x88\x14\x8c\xa6\xf1\xe2\xf6\xf3\x5a\xe9\xc2\xad\x4e\xdc\x74\x30\x7f\x45\x12\xc7\x1e\x3a\xeb\x50\xc8\x6a\x43\x56\x8e\x98\xce\xc4\x50\xaf\xe6\xd3\xd2\xa7\xb4\xc8\x0a\x93\xa4\x82\x56\x95\x1b\x2f\xce\xa4\xcf\x94\x36\x8a\x96\xd2\x8f\x30\x66\x0b\xbe\xd0\x9f\xa4\x9f\xe0\xb7\x82\xbc\xd8\x87\xbc\x74\x28\x78\x4b\x07\x77\x19\x6c\xbf\xc2\x86\xfd\x06\xfe\xe3\x40\x61\xc9\xd1\x89\x23\x26\x30\xe3\xd0\xb2\x26\x3b\xc9\x23\xb4\xbd\xdc\x56\x3c\x80\x56\xe6\xdc\x13\x69\x50\xad\x64\xab\xf0\x08\xca\xc5\xef\x08\x36\xa2\xb2\x34\x23\x7f\x0a\xda\x13\x73\x97\x7b\x1b\x1b\x11\xf2\x85\x53\x81\x05\x79\x2b\xd8\xa9\x98\xde\xc1\x9f\x35\x13\x1f\x37\x22\x8c\xfc\x85\xdd\xaa\xc7\x25\xae\x2c\x5d\xa9\x99\xe8\x0f\xcb\x41\x77\x5f\x78\x9f\xa9\x17\xc9\x05\x6d\x4c\x6b\x2c\x9a\xaf\x24\x0b\x8e\x86\xf2\x0e\x91\xa1\xd1\x83\x5c\x1f\xd2\x32\x64\x32\x67\x32\xa3\xdf\xeb\x2b\xeb\x1e\x23\xc3\x61\x1c\x53\xc6\x98\x31\x82\x4b\xa6\x13\x53\x6a\x97\x8b\x53\x84\x5f\x8b\x8a\x44\x5b\x84\x96\x9a\xd7\x42\x4f\xc1\x54\xc1\x0d\xc1\x78\xbe\x15\x72\x8f\xf7\x86\x37\xf1\xc8\x70\xee\x59\xee\xb2\x7d\x26\x4e\x09\x27\x3c\x78\x15\x1b\x61\xa7\x78\x65\xb2\x36\xb0\x52\x1d\xc6\x90\xdf\x99\x21\x23\xad\x19\x57\x19\xa9\xa6\x37\xa2\x3a\xcd\xdb\xfc\xf3\x42\x59\xb6\x8f\xea\x97\x00\x54\x11\x3c\x0f\xfe\x56\x45\x29\x44\xf0\x16\xc8\x86\x0e\xbd\xe1\x9a\x4b\x7e\xef\x7d\xce\x7e\x21\xb6\x0b\x7c\xc8\xea\x10\xda\x2d\x67\x33\xb9\xbc\xd7\xb3\x0a\x48\x1f\x0e\x7b\xe4\x5e\x86\x3d\xd3\xaf\xfc\x96\x68\x7d\xf1\xe3\xdc\x21\xa1\x63\x61\xa0\x22\x82\xff\x27\x6f\x88\xdd\xc3\x3b\x9b\x3b\x8a\xbe\x99\x9b\xa7\xf7\x38\xf8\x9a\x43\x6a\x76\x46\x3a\xb3\x13\x54\x5b\x37\x1f\x66\x79\xc9\x27\x2e\x23\xc9\xbf\x62\xd5\x2c\x07\x46\x0b\xbf\x67\x24\x9d\xd0\xb0\x5e\x95\x3e\x17\x7e\x6b\x30\xcf\x79\x29\x18\xaa\xa9\x95\xad\xe1\x17\x98\x96\x31\xbb\x78\x07\xcb\x84\xd4\x64\xee\xf2\xa2\x8e\x03\x9e\x9c\xc9\x79\xa7\x23\x4a\x58\xef\x73\x34\x9b\x5c\x99\x43\x9a\xb1\x9e\x34\x52\xaf\x98\x3e\x53\xc0\xd8\x29\x1a\x18\x49\x10\x1e\x9c\x88\x92\xeb\xc2\x2b\x6d\x93\xf5\x7f\x05\xc5\x4d\x19\xd2\xbd\x7c\xb0\xce\x48\x3e\xe1\xad\xae\x12\x52\x72\xb9\x66\xe5\x1b\x93\x61\xf6\xad\xa2\x0b\x11\x23\x59\x0d\x79\xe3\x02\x8c\x4c\x91\xee\xb2\xe7\x38\x32\x46\xe5\x3c\x33\x8c\x31\x55\x62\x3d\x52\x89\xbf\xe2\xdc\x2d\xfe\x22\xac\xeb\x0e\xd5\x7b\x0a\x90\x76\x50\x52\xc1\x0f\x6e\x8e\x23\x57\xf3\x46\xd6\x7d\xa5\x00\x9c\x63\x55\x9b\x92\xde\xb2\x65\x65\x11\xe1\x22\x56\x5c\xa1\x45\x80\x07\x73\xb5\x61\xe1\xd2\x63\xa4\xa5\xfa\xde\xcc\xf5\x44\x97\x74\xd2\xc8\x53\x38\x9f\x6b\x57\x58\x9a\xf3\x27\x0d\xd2\xbc\xd7\xfd\x48\x3f\x20\x02\xb5\xa3\x33\x02\xf0\xdf\xd9\x63\x33\xe7\x67\x18\x55\x66\x59\x6e\xfb\x49\xf9\x13\x4a\x44\xd8\x4f\x69\x1d\xb5\xda\x3f\x4a\x1c\x43\x77\x59\x84\x09\x3e\x80\xc7\x66\xcc\xe2\x25\xc3\x85\x40\x2a\xc7\x0a\xf9\x5c\xe8\x94\x23\xc9\x3c\xa0\x49\xd1\x65\x67\x99\x0b\xbf\x6a\x6a\xb2\x4a\x71\x58\xdd\x4c\xd9\x9a\x31\x5f\xd9\x44\xb5\xdd\x3f\x45\x9e\x47\x1b\x1f\x96\x2d\xcd\xa4\x3b\xfb\x5b\x88\x17\x81\x31\x8b\x02\x04\x67\xa1\xea\x19\x23\x79\xdb\x10\x2f\x20\x93\xfd\x0f\x5d\x58\x20\xcf\x99\x4d\xa5\x64\xdf\xd1\x2d\xa7\x5e\x14\x26\x6b\x76\xd3\x5c\xb1\x0f\xea\x58\x5a\x6e\x7a\xa9\x32\x96\xbe\x34\x21\x57\xbe\x93\xfe\x2e\x6c\x91\x74\x21\x78\x76\x7d\x9f\xe8\x33\xd4\xb7\x68\xa2\x20\x17\xee\xb7\x79\xc7\x9b\x8f\xfc\x02\xf8\xec\x3b\x68\x76\xfe\x68\xfd\x1e\x24\x4c\x4d\xd5\x1e\x45\xf6\x09\x1c\xb3\xb3\x91\xbd\xe8\x69\x95\x09\x39\x9c\x66\x54\xb4\x20\xd9\xf1\xb5\xb2\x3a\xe4\xf9\xce\x58\x89\x12\xdd\xbe\xde\x55\x94\x84\xf6\x2c\x6c\x16\xd8\x63\x9e\x36\xb7\xb8\x35\xd8\x10\xf0\x98\x9d\x8c\x55\x1a\xb3\x74\x0d\xa4\x4a\xf9\x40\x73\x9a\x0c\xe6\xe5\xa9\xdf\x32\xbe\x23\x14\xd5\x08\x86\xfe\x28\x45\x31\x99\xb1\x23\xae\x5c\x36\x89\xe1\xb1\x83\x10\xff\x61\x4c\x5b\x07\x09\x2f\x12\xbf\x16\x06\xf0\xc5\xc4\x2d\x9b\xe3\xdc\x79\x44\xcf\xb0\xe5\xac\x07\xf8\x03\x83\x99\xce\x83\x9f\x22\x7f\xac\x59\xc5\x6b\xe1\xfc\x56\x87\x73\x3f\xc3\x80\xf2\x10\xd7\xe1\xc8\x22\x39\x9d\x13\x19\x2b\x92\xc2\xec\xa6\x50\xb9\xf8\x20\x7b\x92\xdf\xa0\x70\x15\x6b\xaf\xc7\x5d\xde\x37\xa6\xce\xa6\x8f\xc3\x27\x7b\x86\x15\xb3\xd6\x31\xa6\xea\x12\xb4\x7c\x95\xad\x34\x39\x5b\xa5\xb8\xc3\xd2\xa8\x2a\xe4\x34\xfa\x55\x45\x93\xf4\xc9\xe1\xb5\xb2\x76\xc9\xf6\xe8\x9b\x92\x0e\xd1\xf9\xed\x73\x44\x15\xc2\xb5\x6b\x6b\x05\x34\xbe\xc4\x63\x01\x6f\x19\xb7\xcd\x86\xc7\x1e\x62\xd7\x99\x8d\x66\xa2\xe4\xe9\xec\xc7\xda\x69\xf9\xcb\xc5\x16\xd9\xb3\x72\xff\x91\x49\xaa\xc5\x39\x8d\xd4\xd3\x0a\x4f\x5d\x50\x4a\x82\x6c\x61\xf6\xe5\x7d\xae\x92\x45\xaa\xc8\xad\x75\x22\x07\xf9\x31\x5f\x06\xff\x8d\xe4\x8b\xfb\x1e\x6e\x99\xf0\xb5\xcd\x02\xb6\x0f\x4f\x6d\xe6\x43\xbe\x66\x05\xa9\xbe\x69\x4e\x9b\x1e\x08\xe7\xaa\xaf\x56\x4c\x24\xb8\xca\xc7\xa5\x56\x94\xe1\xf2\xbb\x85\x17\x0f\x74\x48\xcf\xe7\x65\xec\x2d\x15\x0f\xe5\xfc\xd9\x12\x25\x6c\xd6\x6e\xf1\x89\xe5\x33\x54\x5b\xdc\xd2\xb9\x2b\xa5\xdf\xa7\x57\xb3\x2e\x0a\xfd\xcc\xc2\x48\xda\xff\x38\xba\x0b\xb7\x26\x1e\x87\x01\xe0\x27\x16\x60\x8b\xa2\xa2\xd8\x94\xd8\x82\x22\x48\x2a\x21\x08\x08\x4a\x88\x20\x22\xd2\xb9\xbe\xbe\xdd\xba\x37\xd6\xa3\x46\x77\x87\x80\xd8\x89\xdd\xdd\xfe\xec\xee\xfc\xaa\xef\xf3\xbc\x7f\xc9\x47\xa0\xd6\x85\x1b\xdb\xbb\xd8\xd2\x1c\x7d\x5f\x7b\x0c\x7b\x9f\xf6\x68\xf3\x17\x86\xaf\xba\xa7\x21\x36\x6b\x84\xca\x5c\x23\x4b\x04\x14\xba\x8a\x92\xf0\x73\x32\xb4\x34\xdd\xfb\x89\x24\xc4\x70\x7e\xf1\x24\xe1\x6f\xf5\x95\xe9\x1c\x7e\x91\x3c\xdf\x22\x9f\xbb\x4a\x38\x5e\x7b\xda\xa8\xec\x4b\x93\x5c\xd6\x6b\xba\xdf\xb3\xa7\x6a\x8b\x3b\xfc\xe8\x55\x6a\xb2\x25\x32\x93\xaa\xda\xd5\xe0\xb8\x1d\x57\x6c\xae\x1e\x0a\x4f\x91\x2d\x37\x4f\xf7\x16\x8b\xbf\x9b\x3e\xb9\x5e\x16\xd6\x69\x93\xa7\x53\xf9\x6b\x14\x5b\x2d\xea\x38\x97\x84\xd1\x8a\xea\x46\x98\xd2\xc0\x1b\xaa\x3b\x4c\xc5\x61\xa4\xc6\x8a\x96\x5c\xe0\x5a\xb9\x9c\xbe\x31\x75\x7a\xb9\x1f\x23\x31\x36\xb5\x64\x15\x53\x1d\x42\x35\xfc\x66\x7d\xf5\xa8\xd7\x8a\x20\xa9\xd3\x30\xd5\x03\x24\xc0\x26\x49\x3e\x0d\x73\x04\x00\x71\x2e\x1e\xa3\xf0\x6f\x1c\x4f\x5f\xce\x2b\xac\x8b\xa7\x5f\x87\x1d\xaa\x1b\x19\xa2\xfc\x1b\x15\xb7\x98\xfe\xbb\x4e\x96\x7d\x62\xcd\x8b\x9d\x5e\xfc\x1a\x5c\x10\xb2\xdc\x30\x08\x85\x7b\xe0\xda\xad\x70\x99\xe3\x33\x55\x3f\x6a\x6d\x93\x2c\xfb\x81\x95\x03\x80\x78\x2b\x8e\xc8\xaf\x36\xd4\x30\x6f\xf3\x26\xd4\xbe\x67\x45\x43\x27\xab\x83\x59\x37\xf2\x59\x15\x04\x98\xba\x2b\xbf\xac\x1c\x9a\x18\x33\x54\x5c\x0a\xdd\x0f\x7e\x6d\xa0\xc0\x97\x3c\x36\x69\xa7\x20\x0f\x1c\xcf\xa9\x38\xd8\x30\x9b\x54\xd9\x69\x3c\x08\x00\xc4\x2e\xf8\x25\x59\x7f\xfd\x33\x14\xe1\x8e\xaa\x5d\x83\x96\x82\xa7\xab\x4c\xe8\x9e\xbc\x72\xf3\x05\xf4\x7e\x4a\x4f\xe9\x3b\xcc\x31\x66\x8e\xe9\x03\xa6\x0e\xde\xae\x3f\x83\xdb\xad\x79\xa6\x41\xf1\x1a\xc7\x4a\xe5\x6f\xc2\xc3\x26\x57\x16\x4e\x3c\x01\x00\x51\x2b\x71\x5a\xda\x53\xef\xc7\x59\xc6\x01\x6a\xf4\x9c\x09\xac\xae\xca\x8f\xe4\xc3\xdc\x1a\xb3\x0b\x59\xb3\xf3\x56\x69\x28\xc9\xd9\x9a\x64\xda\x4c\x92\x41\x7d\xfa\x65\xa4\x66\x0d\x5d\x7d\x9f\x2c\x76\xcc\x51\x26\x93\xb5\x36\xa4\xb4\x9b\x6c\x05\x00\xd1\x64\xf6\x5b\xf1\xc5\xba\x83\x22\x21\x7b\x47\xcd\x28\xe1\x7b\x66\x4e\x65\x8a\x30\x3e\x87\x5d\xae\x15\x74\x24\xdf\x29\xe9\x12\xd8\x6d\x21\x8d\x7d\xfc\xea\xa0\x61\x3a\x3d\xdf\x7d\xf5\x27\xf5\x06\x5e\xa7\xe3\x0a\xc5\x41\xde\x42\x1b\x93\x74\x12\x17\x06\x00\x61\x3e\xc7\x5a\x34\xac\x6e\xa9\x3a\x1e\x6f\xaf\xce\x28\x5a\x48\x6f\xac\x68\x50\x3e\xc9\x7a\x5e\x76\x49\xa1\xd8\x41\x2d\x7e\x22\xf7\x8d\x0e\x34\x3c\x97\x59\x6c\xf8\xa7\x3d\x21\x39\xb8\xda\xb7\x28\x4f\x1c\xeb\x30\x24\xff\x20\xbc\x66\x63\x92\xf8\x0b\xa6\x03\x80\x40\xc3\x2d\xe3\x7f\xab\x35\x94\xde\x45\x4f\x54\x5d\x2e\x7e\x41\x1b\x56\x31\xc7\x34\x2c\x33\xa9\xcc\x47\xff\x2a\x69\x5c\xf1\x46\xed\x99\xa8\x91\x86\x50\x75\xe7\xfa\x0f\x5a\x67\x15\xee\x9e\xa2\xba\xa1\xb0\x75\xf0\x95\xc7\x48\xb9\x36\x54\x71\xad\x48\x0f\x00\xfc\xf7\xbc\xb7\xbc\x9d\xb5\x31\xf5\x72\x24\xb4\x4a\x5d\xf3\x86\x82\x98\x2f\x54\xad\x4a\x7f\x5d\xfa\xc8\xbc\x6d\x7b\xb7\xe9\x51\x69\x46\xe4\x39\xfd\x7d\x53\x7a\xc0\x13\xcd\x5e\xbd\x87\x9b\x50\x95\xa0\x3e\xbc\x50\x23\xbb\xa6\x1c\x65\xe3\x2a\x76\x91\xdc\x03\x00\x7e\xbe\x60\x04\xb7\xb3\x76\x45\x4b\x01\x5c\x59\x45\x69\x54\x14\x5e\x32\x37\xd5\x09\xd2\x43\x4a\x7b\xab\xb7\x6e\x9f\x65\x6a\xad\x00\x22\x83\xf5\x75\xa5\xaa\x00\xaa\x86\x6d\x7c\xe1\xe6\xa8\xb2\xd7\xbe\x5b\x18\x2a\x53\xa8\x2a\x6c\x6c\x44\xff\x93\xde\x07\x00\xfe\x02\x41\x3e\x77\x76\xad\x75\x47\x15\x3c\xb9\x2a\xb8\x55\x59\xb8\xc1\x8c\x35\x85\xa5\x1d\x2f\x25\xea\xce\x25\xd4\x99\xf2\xaa\x1d\x22\x1e\xe8\x77\x9a\xb7\x06\xcc\xd1\xac\x2a\xf1\x5d\x75\x47\x79\x4a\x7f\x62\xe1\x6c\xd9\x8a\xa2\x6f\x36\x53\x44\x7c\x59\x35\xb0\x96\x77\x48\xd0\x04\x47\xed\x09\xa7\xb2\x29\xda\xae\x2e\x5a\x42\xa6\x73\xfb\x4c\xfa\xd2\xa4\x57\xcd\x39\x8c\x89\x5b\x26\xd6\x17\x31\xe7\x05\x9b\xab\xc5\xac\x1d\x5e\xab\xcc\xeb\xc1\x33\x4b\xe2\x8b\xbb\x60\xaa\xfd\x2f\xdd\x55\x74\xd5\xb8\x45\xaa\x5e\xec\x7f\x00\x20\x35\xe0\xdf\xe0\xe5\xbd\x37\xe9\x2f\x28\xb4\xae\x8d\x0c\x49\xa6\x65\xdb\x41\xa6\x6b\xd2\x89\xe6\x29\xcc\xdb\xd1\x6f\xeb\xfd\x58\xfd\xc1\xec\x6a\x1f\xf0\x88\xd7\xcc\xf2\x7f\xd0\x8f\x25\xc1\xc5\x20\x92\x64\xff\x53\x57\x8b\xde\x18\xe7\xa7\x92\xe3\xeb\x00\x40\xca\x22\x46\xc2\x23\x7b\x77\xb3\xa8\x94\x90\xce\x47\xac\xfb\x19\xb7\xda\x92\xc0\xb0\x24\x43\xd3\x00\x78\x36\xfa\x48\xdd\x4b\x08\x0a\xde\x5e\xf5\x1a\xde\xe2\xf9\xa7\xbc\x1d\xd9\xba\xc4\xbd\x78\x05\xca\xb2\xff\xaa\xcb\xc0\x5a\xc7\xc5\xab\xe2\xf0\x33\x00\x20\xdd\x40\x84\x42\x87\x7b\x84\xa8\xae\xf0\x66\xe7\x14\xb4\x22\x23\xa2\xb5\x02\x6d\x49\x9a\xdf\xf8\x17\xbd\x1f\x9d\x52\xb7\x0a\x73\x0f\x1e\x5d\xb5\x1a\xeb\xf2\xdc\x5f\xf6\x1f\x1e\xb1\x64\xa2\x49\x82\xff\xb4\xff\xac\xbd\x48\x34\x8e\xe3\x29\x4f\xb2\x3d\x01\x40\xd2\xcb\x5e\x0c\xd6\x74\xdf\x24\x5b\x0b\x2d\x3a\x12\x49\x7d\x7a\x73\xcb\x5d\xb2\x30\x51\xdd\xb8\x8e\x0c\x8e\x7a\x56\xcb\x20\x7d\x82\xca\x2a\x51\x32\xca\x33\xb3\x2c\x90\x44\x16\xdf\x36\xde\x20\x1b\xed\x5f\x6b\xe7\x91\xb7\xc7\xf5\x2b\x67\x93\xb7\x00\x40\x32\x9a\x5c\xc7\x32\x75\xaf\x11\x8a\x0b\x26\xb5\x77\x0b\xfe\xa5\xdd\x6b\x59\x2a\xa0\x6e\xbf\xdb\x20\xe3\x3f\x8f\x0a\xaf\x39\xc6\xa7\x07\xcd\xaa\x38\xc1\xb7\xf5\x1c\x51\xaa\xe0\x1d\x5f\x5c\x62\x9c\xcf\x2b\xb0\x7f\xa8\x29\xe0\x4d\x1f\xf7\x56\x91\xc7\x05\x01\x40\xbc\x99\x13\xc8\xa4\x74\x6d\x55\x85\xe5\xdd\x69\xbb\xa7\x74\xdb\xad\x6e\x8e\x53\x4c\x4e\xe8\xa8\x6f\x96\xbd\xdc\xbc\xa1\xfa\xb6\xf4\x7c\xa0\x97\xf9\xb6\x64\xff\xda\x98\x92\x2a\x71\xcb\xe2\x55\x06\x37\x91\xd8\xfe\x8c\x9a\x14\x46\x8f\x5f\x2c\xe7\xf2\x4f\x00\x80\x28\x89\xdb\xc2\x98\xda\x79\xd1\xb4\x2f\x97\xdf\xe6\x67\x78\x93\x1a\xd5\xd4\xa4\x9f\xb6\x8d\x5f\xf7\x5d\xeb\x13\xe9\x56\x3d\x5b\x9d\xb9\x21\xdc\x3c\x5b\xa5\xf2\xd0\x15\x3f\x53\x34\xb8\x76\xea\x61\x99\xd9\x5e\x5b\x34\x24\x29\x18\xef\x2f\xbb\x20\xbc\x03\x00\xc2\x3a\xde\x11\xda\xab\xce\xf0\xaa\xfe\x9c\xac\xd6\x33\x15\xc8\x2e\xdf\x26\xcf\xf2\xe9\xf1\x58\x1d\x52\x22\x8b\xf0\xae\x32\x18\xbf\xac\x67\x96\xeb\xf5\xd1\x6b\x9e\x16\xef\xd4\x14\xb9\x2e\xd5\xbd\x56\x19\xec\x83\x8a\x96\xcb\x93\xc7\xfb\xc9\xbc\xc5\xfd\x00\x20\x9c\xca\xaf\xa6\x6d\xea\x9c\x59\xbf\x24\xfb\x41\xab\xa1\x46\x95\x72\xbc\x69\x64\xe5\xa5\x78\xeb\x3a\x9f\xf2\x2f\xe1\x97\xaa\xb6\x94\x0e\x5f\x3f\xa3\x7c\xb3\x69\xf8\x9a\xd2\xe2\x19\xba\x5b\x8b\xbe\xeb\x2a\xd4\xd9\xf6\x8b\x54\x0f\x15\xdd\xe3\x03\xa5\x1f\x24\x22\x00\x10\x9c\xe4\x7f\xa1\x1e\xec\x78\xd2\xf4\x37\x3b\xab\x75\x47\xc3\xc4\x94\x9d\x8d\x27\x6a\x47\xc4\xb5\xd6\x7e\xab\x7c\x1a\xce\xae\x1a\x56\xde\x10\x70\xa3\xec\x77\x49\xec\x9a\x3c\xd3\x51\xc3\xc5\x45\xf7\x74\x7e\x9a\x9f\xf6\x4e\x2a\x44\x79\x76\xfc\x2e\xa9\x4c\xea\x02\x00\x82\x14\x81\x3d\xa5\x7c\xf0\x0d\x2d\x31\xcb\xa2\x7f\x36\x7d\x4a\xf2\xb9\x9e\x0d\xf4\xf3\x31\x5f\x3a\x56\x33\x2a\xc3\x4a\x9b\xbf\x32\xeb\xfd\xfa\xeb\x51\xd6\x03\xb7\x7f\x55\xfd\x50\xa8\xb3\x55\x59\x39\xfc\x6a\xc6\x65\xe3\x0a\xb4\xd5\x3a\x5d\x9d\x8f\x7b\x00\x80\x4c\x47\x78\x53\x74\x83\x04\xa3\x26\xf3\x57\x5f\x3f\x73\x49\xf2\xf1\xee\xa7\xcc\xbe\x98\x67\xed\xf7\x58\xf1\x61\xf2\xe6\x0a\x70\x91\x5f\x5b\xfd\x12\x68\x85\xdb\xb7\xaa\x02\x38\xcd\xd9\xaa\x6c\x27\x72\x74\xc6\x0d\xc3\x1f\xcc\xdf\x9a\xab\xf6\xc7\xf9\x00\x20\x2b\x24\xd6\x53\x78\x83\x93\xc0\x71\x99\x2f\xfb\x36\x83\x59\xc9\x3d\xdd\x1c\xf0\x64\xcc\x95\x76\x1c\x72\x0f\x43\x9b\x83\xa0\x9b\x7e\xe6\xba\xeb\x70\xbb\xdb\xfb\xaa\x99\x48\x9b\xf3\xc8\xb2\xa9\xe8\x85\x19\xf7\x0c\x03\xb8\x95\x75\x85\x7a\x04\x61\x09\x00\x32\x0f\x82\x4d\x89\xde\xbb\x12\x7d\x92\x59\xb7\x07\x45\x5f\x24\xef\xe8\xea\x43\xdf\xc6\xa8\xda\xfa\x31\xbb\xb0\x90\x26\x21\x56\xe0\xc7\xa8\x9b\x8e\xbd\x72\xbb\x5e\x99\x8c\x0b\x9d\x87\x95\xa6\x12\x6e\x33\xde\x1b\x6c\x89\x77\xd6\xb7\x8a\xb2\xd8\xa9\x00\x20\xad\x60\xc7\x17\xe2\x03\x59\xe4\xf5\x4c\xcb\xde\x56\xb2\x67\xc7\xfb\xce\x47\xa4\x30\x66\x45\xeb\x33\x32\x31\xf4\x77\xe3\x5e\x72\x8b\x9f\x7b\xed\x26\x32\xc3\xad\xae\x42\x4f\x6a\x9c\x9e\x97\x54\x93\xa7\x66\xfc\xd6\x27\x72\x46\x8f\x99\xa1\xea\x25\x3f\x03\x80\xe4\x39\xb9\xab\xe0\x7a\xff\x80\x90\x9e\x91\xd5\xf3\x59\xf0\x64\x47\x52\xe7\x6c\xc1\xd6\xad\xdd\xad\xf3\xf9\x67\x42\xb5\x0d\xdf\xf8\x3b\x7c\x1f\xd5\xf0\xf9\xc3\xdc\xb2\xcd\xe7\x79\xbd\x4e\x67\x8b\xef\xf3\xf2\xed\x86\xeb\xcc\xbc\x85\x63\x62\x95\xbf\xb9\x6c\x00\x90\x38\x72\x52\xf3\xcf\xf5\x3d\x50\x0e\xa4\x6f\xef\x99\xa8\xa8\x4a\x8a\xea\x58\x26\xe7\x6f\x39\xd8\xe2\x2a\x4b\xdf\xb8\xaf\xfe\xbb\x34\xc1\x77\x49\x35\x4f\xb2\x75\xd5\xf3\xf2\x73\xe2\x68\x27\x81\xe9\x91\x28\xc8\xce\x46\x5b\x2e\x74\x1a\xd3\xa1\xb4\xe0\x37\x02\x80\xd8\x99\xdb\x97\x57\xda\x37\xd3\x28\x49\xf3\xeb\xde\xa4\x3f\x9b\x18\xd8\x9e\xa9\x1b\x19\x7d\xbc\x79\x87\xc6\x27\xe4\x56\xbd\x43\x11\xee\x93\x53\xd5\xad\xdc\xb7\x2a\xa2\xec\x8f\xfc\x9d\xd3\x32\xd3\x24\x99\xb5\xdd\x70\xcd\x55\xf1\xdf\x31\x8f\x15\x7e\x42\x25\x00\x88\x32\x78\x7d\xb9\x67\xf7\xb0\x2b\xc7\xee\xce\xe9\xda\x57\x3e\xb4\x9d\xd2\xf6\xa0\xb4\x30\xea\x47\xd3\x69\xd3\x7f\x21\x33\xea\x04\x06\xbe\xf7\xa9\xaa\x69\xba\xd1\x2b\x2f\x94\xa5\xab\x0b\x1d\x6f\x19\x19\xca\x86\x19\xcf\x35\x4b\x65\x75\x63\x2d\xe4\x35\x62\x0f\x00\x10\x5e\xe0\x23\xb9\x9b\xf6\x04\xd7\xda\xa7\xfe\xeb\x22\xaa\xc4\xdb\x27\xb7\x99\xcd\x77\xa2\xca\x9a\x88\xb2\x19\xc1\xc7\xeb\xd6\x14\x47\x78\x73\x2b\x4f\x1a\x90\x95\x65\x65\x33\xb4\x7c\xc7\x01\xe3\xfc\xa2\xa8\x19\x0f\xd5\x37\xe4\xd7\xc7\xda\xca\xa3\xc4\x1f\x01\x40\x48\xf0\x0f\xe4\xdc\xde\x63\xd5\xa0\x4c\xad\xe8\xf2\xac\x1d\x48\x38\xde\x16\x55\x35\x14\xb5\xad\x69\x89\x79\x28\x58\x58\x7b\xbb\xb4\xc7\x3b\xa6\x32\xcb\xa4\x5b\x49\x96\x0e\xe8\x37\x39\x76\x1b\x06\xd4\x7d\x33\xbe\xaa\x73\x15\x17\xc7\x6e\x90\xbd\x94\xb0\x01\x40\x38\x9d\xff\x30\x9b\x7e\x48\x47\xcf\x4c\xb9\xb8\xaf\x99\xfe\x39\xbe\xbe\xbf\x89\x21\x8c\x9c\xd8\x13\xc7\xf4\x0f\x9c\xd9\x7e\x8c\xe5\xe6\x59\xdf\xf4\x11\x4c\x5e\xc6\xaf\x3d\x0e\xed\x5f\x90\x5c\xe1\x89\xc4\xd9\xae\x2a\x0e\xc5\xc6\x59\x4e\xd0\x7c\xc7\xf3\x01\x40\x4e\x21\xb6\x67\x73\x0f\x2d\x61\xea\x53\x1e\xed\x0b\x62\xfe\x88\xef\xeb\x0f\x61\xa5\x46\xce\xea\xfe\xc5\x7a\x1d\xb8\xb0\x3d\x17\x6c\xf0\x6c\x6f\x2a\x83\x2a\x97\x29\x6b\x99\xf0\xa9\x05\xbb\xcd\xdf\xd0\x79\xb6\x3e\xc5\xe3\x31\x9d\xe5\x4a\xcd\x61\xbc\x03\x00\xe4\x41\x44\x42\xb6\xf4\xe0\x71\xf0\x49\xca\xcb\xc1\x07\xd0\xdc\xf8\x83\x7d\x8f\xa1\xf4\xc8\xb9\xdd\x3a\x68\x20\xd0\xa1\x7d\x1c\x1c\xe2\xd9\xdd\xe4\x8f\x4c\x5e\xa6\xaf\x9d\x85\x8e\x5a\x90\x6f\xae\xc1\x16\xd8\x86\x9a\x8e\xe3\x5b\x2d\x37\x6b\x70\xc2\x15\x00\xe4\x96\x84\x36\x3b\xed\xc0\x63\x0c\x4c\x39\x39\x08\x60\x99\xf1\xe5\x7d\x23\xb1\x1d\x91\x63\xbb\x8e\x61\x50\xe0\xcc\xb6\xf5\xd8\x61\xcf\x8e\x46\x10\x5f\xb5\xac\xbc\x66\x2b\x7e\x72\x01\xbb\xfc\x39\x41\xb1\x4d\x35\xd9\xb2\x17\x5a\xca\xd5\xd7\xff\x5f\xf1\x48\x67\x67\x66\x5d\xdd\xff\x97\x13\x99\x92\xb6\x77\x26\x67\x4a\x7c\xf2\x1e\x7b\xf2\x5a\xc4\xed\xce\x07\x64\xd9\x86\xef\xad\xa9\xa4\xd4\x53\xd7\x60\x22\xb5\xcb\x94\xd5\x20\x39\xb0\x00\x2f\xb7\x25\x3f\xda\x22\xc6\x28\x8e\x8b\xe5\x25\xf5\x0c\xf2\x0f\x00\x48\xab\x49\x4a\x96\x74\xff\x5a\xe1\x60\xca\x84\x81\x8d\x42\xdb\xf8\x91\xbd\xfe\x02\x30\x42\xd9\x39\x82\xff\x64\xc3\xa1\x16\x29\x9f\xe6\x99\x53\xbf\x9f\x3f\x6e\x19\x58\x55\xc2\x1b\x5c\x40\x94\xf9\xf3\x60\x5b\xad\x41\xc8\x5b\x6a\x35\xb1\x28\x96\x4b\x00\x80\xe4\x16\xa7\x20\xb3\x74\xdf\x2e\x65\xd1\x4e\xd7\xfe\x58\x45\x4e\xdc\x8a\x1e\x77\x79\x70\xf8\xb9\xf6\x4f\xb2\x85\x1b\x6c\x9a\xa9\xd2\x99\x6b\x1f\xd6\xd5\x48\xa6\x2c\x9b\x51\xc9\x15\xdb\x2e\x88\x2f\x5d\x26\x9a\x61\x7b\x54\x4f\x13\x0e\xb7\xc2\x54\x9b\xf8\x12\x00\x10\x5f\xe4\x0e\x64\x14\x0d\xc6\x1b\x2e\x25\xaf\xeb\x4b\xd1\x4f\x88\xdd\xd6\x1d\xa9\x0d\x0b\x1f\xde\x6e\xa9\x16\xaf\x4f\x6c\x12\xa8\xae\xaf\x0d\xaa\xdd\xab\x9c\xb5\xb4\xae\xa2\x4c\xbe\x63\xc1\xd2\x92\x20\xa9\xc6\xf6\x9a\x4e\x2f\x2e\xb1\x3a\xa9\x44\x84\xa1\x00\x20\x1e\xc9\xab\xcd\xb0\xdf\x6b\x36\x3f\xde\xd1\xb3\xa7\xa7\x4c\x12\x73\xb4\xab\xb1\xc4\x75\x13\xa5\x2d\xde\x78\x34\xe0\x62\xe3\x39\x7d\xb2\xc7\xf5\xda\x51\x9a\x1f\x4b\x63\xcd\x9f\x8b\xd8\x0b\x86\x17\x97\x28\x1e\xd9\x3e\xd3\x3e\x96\x59\x58\x8f\x50\x5c\x11\x9d\x04\x00\x51\x26\x3f\x2a\x7d\x70\x6f\x52\xb5\x76\x47\xda\x9e\xec\x8a\x1f\x31\x44\x57\x5c\xf9\xe6\x4d\xcb\xda\x80\x92\xd2\x00\x4d\x63\x81\xf1\x85\x47\x7d\x4d\xb3\x7e\xe5\x52\x0f\x73\x89\x26\x6d\xfe\x7f\xc5\xfe\xaa\x14\xdb\xef\x5a\xae\x7c\x8a\xb5\xb3\x02\x13\xe7\x02\x80\x68\x2a\x5f\x96\xbe\x6b\xef\x94\xba\xe6\x1d\xb3\xf7\xcc\xa8\xbe\x19\xb3\xb1\xf3\xbf\x8a\x6f\x61\xff\x5a\xcb\xca\x47\x07\x64\x37\x8e\x2c\x99\xe0\xa1\xa8\x09\x30\xda\x2e\x5d\x69\x76\xd3\xfe\x59\x60\x63\x3a\x53\x54\x35\x6d\xb6\xd6\x46\xfe\xd1\x7a\x97\x62\x92\xf8\x25\x00\x08\xdb\xf9\x4d\xf7\x3d\x59\x29\x94\xe5\x17\xd6\xb0\x1e\x51\xfe\x1c\xbc\x0c\xee\xa4\x9e\x6b\x2f\x01\x2f\xd1\x1a\xca\x85\x50\x38\xbd\x56\x46\x85\xae\x31\xae\x81\xf5\x30\x8d\xe5\xb0\xab\x02\x59\x01\x9a\x36\x0e\xa1\x63\xe0\x59\x8b\x3b\xb0\xe1\x48\x9f\xf5\x3e\xdc\x07\x9b\x7d\xcf\x85\x59\x47\x3f\x72\x3e\x8a\xb5\x94\x11\x71\xd0\x8a\xb5\x87\xf1\xa0\xed\x2e\xe8\xc1\x64\x95\x5d\x06\x4f\xb0\x96\x4a\xcf\x43\xc9\xe0\x14\x70\x32\x3c\x01\x9a\xb2\x6b\x0a\x7c\x0f\x5e\xb9\x31\x0c\x19\x42\x12\x17\x87\xa1\x57\x51\xa3\x35\x1f\x9f\x8b\x69\xef\x4e\x60\x7c\x04\x69\xe7\x76\x32\x09\xf0\xd0\x01\x0f\xd6\x38\x68\x4a\xdb\x38\x56\x35\x94\x5e\x36\x01\xf4\x85\x6e\x49\xe7\x82\xcf\x60\x06\x0b\x85\x6a\x10\x97\x14\x29\xcc\x41\xde\x87\x1c\x44\x70\x74\x9f\xeb\x0f\xd4\x80\x19\xad\xb7\x63\x5f\xf0\x85\xb7\x67\xd0\x45\xec\x75\x67\x92\x18\xeb\x88\x8f\xfb\x3c\x18\x9f\x88\xba\x96\x08\x66\x11\xc1\x28\x11\xb2\xd6\x11\xdb\xc5\x27\x58\x3f\x89\x4c\x66\x2c\x78\x86\xe0\xec\xc4\xa1\x63\x44\x71\xf0\x79\xf8\x2e\xd1\xe2\x9a\x8b\x5a\x12\xc7\xad\x97\x60\x7c\x22\xf7\x86\x1d\xcd\x5d\x34\x6f\x68\x1f\xed\xa7\x30\x7a\xe0\x26\x7d\xaf\x80\xdb\xb4\x86\x91\xcf\x3f\x6d\xea\x60\xae\xe0\x2f\x14\xb9\xb2\x86\xf3\x8c\xf4\x9f\xac\x77\xbc\xf1\xc9\xd1\xe0\x5f\x2e\x16\x3c\x09\x76\xe0\x3c\x5e\xf4\x0d\xc9\xe3\xcc\xb6\xf6\x45\xff\xb2\xaf\x5d\x09\xa3\x0e\x53\xb5\x1e\xcf\xa5\x1e\x54\x86\xf4\x8d\xa2\xc9\xe4\xcf\xeb\xf7\xd1\xb7\xc9\x4a\x0c\x22\xc6\x0a\x69\x82\x60\x0b\xd3\x4e\xe2\x4c\x63\xb0\x66\x8a\xde\xec\x18\x07\xfa\x0b\x2b\x82\x56\x41\x2c\x41\xc0\x22\x3e\x7c\x8d\xa7\xb3\x8e\x44\x99\x9c\xa0\xf3\x5f\x0a\x29\xe5\x05\x87\x19\x94\x84\xd2\x80\xee\x24\xaa\x67\xb1\x4d\x0d\x93\x66\x6b\x38\xaf\xad\xa6\x0f\xd3\xf1\xb9\x97\x19\x80\xc6\x83\x12\xc7\xb4\x53\x9d\x49\xa4\xb3\xa2\x15\x1e\x1b\x3e\x81\xd5\xd2\x42\x97\x07\xf0\x34\x51\xb4\x75\x26\x72\x81\x97\x76\x66\x46\x41\x74\x6b\xdb\x01\x8b\xc2\xad\x4d\x92\x8e\x08\xca\xa6\xfa\x84\xca\x6a\xea\xaa\x9a\xe1\xea\xc9\x34\xa7\x0a\x03\x29\xa4\xaf\x2e\x1b\x5f\x90\xc8\x48\x31\x85\x27\x3c\x60\x36\xe8\x42\xd7\x77\x80\xe3\x55\x9f\x5c\x16\x41\x3a\x99\x87\x75\x16\xb2\x4b\xc0\x1a\x3a\x99\xdf\xb7\xdf\x7a\x50\x53\x70\xa0\xff\x69\xeb\xd9\xc2\xae\x9e\x46\x73\x30\xa5\xac\x63\xa3\xf2\x0e\x55\xdf\x3c\x48\xe0\xb4\xd6\xba\xff\xf2\x24\xf4\x47\x95\x2f\xb7\x15\x30\x9d\x4a\x77\x07\x0c\xb0\x64\xfa\x1c\xe7\x0a\x68\x91\xf2\xb3\x75\x16\x32\x5e\xb4\xe1\xe4\x81\x7c\xf1\xb1\x25\x7b\xab\x0b\x04\x07\xab\x5a\xee\x16\x82\x7b\x3f\x96\x6f\xa7\x24\xed\x99\xaa\xf8\x8f\x1a\xd3\xf1\x17\x6f\xa3\x65\x37\x37\xe7\x5e\xa2\x9b\x6b\x3f\xc5\xdf\x63\xfc\xcf\xdc\x16\x90\xc4\x0a\x30\x3e\x76\x46\xc0\x17\x45\x62\x6b\x01\x7c\x45\xf4\xbf\x13\x7f\xf3\x53\x4e\x27\x0e\xbc\x2a\x88\x3e\x8e\xb7\xb8\x16\xae\x3d\x94\x53\xd6\x4e\x99\x36\xe8\xa4\xd8\x46\xb5\xec\xd5\xe3\xd3\x69\xd3\xdb\xf7\xe7\x46\xd2\x43\x1b\x73\xe2\x85\x0c\x4e\x15\x2d\xc0\x8b\x79\xa7\xf8\xb1\xb3\x10\x14\xa8\x3b\xac\x2f\xc2\x74\xf1\xdc\x9b\xb7\xa1\xcb\x85\xf5\xa7\xb3\xe0\x31\x14\xc5\x20\x09\x87\x52\xa9\xcd\xad\xb0\x86\x16\x5f\xfc\x1d\x7e\x42\x4f\x16\x87\x21\x1e\x8c\x72\xc6\x6b\xa4\x82\xf9\xdf\xce\xcd\xe8\x3c\x10\x09\xfe\x87\xee\x85\xa7\xba\xc2\x18\x03\xb9\x68\x9d\x8e\x67\x63\x9b\x6f\x3c\x85\x6c\xe9\x4b\x4e\x49\xa0\x9d\xf4\x0b\x7b\x7b\xa0\x0e\x06\xb5\xe9\x05\x3c\x8a\x39\xbd\xd8\x13\xce\x66\xde\x11\x99\xe1\xb3\xac\x4b\x8c\x48\x64\x3d\xf8\x28\x79\x00\xb9\x09\x8f\x0d\x4e\x40\x05\x48\xe8\xa2\x5f\x58\x24\x5a\x65\x3d\x0c\x8f\xc5\xf6\x5c\x7f\x06\x26\xb3\xae\x0e\x19\xc1\x01\x70\xc5\xc0\x5d\xc8\x16\xd4\x35\x4d\x87\x40\xf0\xbb\x09\x84\x9e\x41\xa0\xf0\x03\x1c\x0b\x2f\xa4\xf7\xc0\xf7\xe0\x97\xc9\xee\x08\x81\x1c\x0a\x7a\x8a\xae\x43\xeb\x17\x35\x63\x93\xb1\x72\xab\xbb\xb8\x2b\xbe\xe1\xea\x43\xe6\x5f\x22\xff\x44\x0d\x8b\x4a\xf8\xf4\x7d\x64\xbd\x23\xc6\x35\x64\x80\xbb\xf0\xe7\x86\xbf\xe0\x43\xfc\xae\xa0\x0c\xca\xc1\x7f\xd1\xf4\xf0\x68\x62\xd1\x8e\xa5\xf0\x71\x22\x31\x68\x32\x52\x4c\x68\x16\x2d\x45\x65\xc4\x51\xab\x21\xec\x00\x21\xbd\x74\x85\x71\x4c\xb8\xf2\xd8\x48\x66\x88\x80\xdd\x5b\xca\x3c\xcf\x3f\x5b\x97\xcc\x8a\xe2\x3b\xe8\x3d\x59\x8f\x78\x6a\xfe\x0c\x10\xe5\xcd\xa2\x46\x42\xcb\xb8\xcd\x49\x76\xb0\x05\xd7\x2d\x30\x04\x7e\xc5\xd9\xe3\x72\x1a\xf9\xc8\x99\x6a\xf5\x18\xf3\x64\xbf\x3d\xbf\x85\xae\x51\xaa\x0f\x3d\x66\xcc\x57\x6c\xe9\xba\xcf\x38\x20\x1f\x5f\xfd\x95\xb9\x59\x7a\x5b\x3b\x97\xf9\x5e\xd2\xce\xdd\xcc\x32\x8b\x8d\x85\x37\xc1\xdd\x22\x68\xfb\x6b\x68\xa3\x30\x68\x03\x17\xf6\x11\x58\xb8\xe4\x20\xdb\x78\x88\xf5\x04\xb4\x8d\xb3\xfd\xd4\x1f\xda\xc2\xb2\xd9\xfb\x7e\xd2\x2e\x94\x4c\x69\x0f\xa7\x53\x8c\x7f\x2a\x8e\x33\x26\xeb\xaf\x17\x6d\x66\x1c\xd5\x36\xb3\xef\x32\xc5\x6a\x34\xff\x38\x2b\x5d\xb5\x22\x21\x0e\x4c\x94\x1f\x5e\x1f\x0f\x65\x4a\xe7\x3a\x3f\x81\xf5\xa2\xc5\xd6\x7e\xa8\x05\xaf\xe0\x44\x1a\x75\x66\xcb\xec\x81\x06\xea\xa5\xc6\x29\x2d\x9b\x68\xdc\xda\xbf\xe5\xc3\xe8\x4b\xab\xce\x2a\xce\xd3\x5f\x9a\xf9\x78\x29\xe3\x60\xe9\x9c\xdc\xcb\xcc\x16\xa3\x20\xfe\x2c\xab\x4b\xdb\x1a\xb0\x18\xbc\xa4\x12\x38\x6f\x86\xc7\x48\xff\xb3\x8e\x47\x64\x82\xc2\xa3\x6f\x28\xd0\xe0\xcc\xbe\xe5\xd4\x35\x7d\xf3\x1a\xaf\x51\x9f\x77\x4f\x28\x69\xa3\x19\xdb\x6e\xcb\x6a\xe8\xf1\x4d\x2c\xd4\xcc\x70\xab\x7d\x90\x33\x96\xb9\xb8\xe2\x7b\xdc\x4e\xd6\x8a\x92\x0a\xff\xa5\x60\xb4\xee\xb6\xd3\x29\xa8\x42\x59\x6a\xbd\x1b\x71\x13\x2d\x3d\xf2\x92\xe2\x7f\x64\xf2\x1e\x6f\xca\xcf\xfd\x83\x0d\x8f\xa8\x0d\x03\x1e\xc5\xc7\x69\xb1\x3d\x32\xe9\x29\xfa\xd4\xf6\x6a\xe4\x1a\xfd\x7d\x13\x92\x1d\xc7\x78\x51\xf3\x36\xf6\x12\xf3\x75\xf9\x6d\xbf\x6b\xa0\x95\x31\xc0\xa9\x1a\xda\x51\xe4\x62\x2d\x86\xbf\x8a\x4e\x1f\x71\xa5\x4c\x1c\x9a\xd9\xcb\xa3\x1c\x3c\x0a\x36\x2c\xa5\x66\x1c\x28\x2e\x9e\x41\x9b\x30\x20\x96\x3a\xd3\x4e\xf6\xb8\x22\xfe\xf4\xb2\x36\x34\xeb\x26\xa3\xa8\x21\x3e\x16\x66\xca\x2b\x8b\xfc\xda\x58\x35\xc5\xab\x9d\x9a\xc0\xbf\xea\x8d\xd6\x37\x61\x9d\x78\xd4\x95\x60\x74\x77\xe1\x82\xe3\xa9\xe8\x36\xca\xfc\x3d\x5f\xd1\x44\xea\xf4\x7a\x29\x8a\xd0\xac\x0c\x2b\xd1\x3a\xfa\x2c\xfe\x13\xf4\x1c\x23\x85\xfa\x12\x1b\xc1\x1c\x4a\xea\xc3\x36\x81\xd1\x81\x27\xb1\x26\xe8\x87\xcb\x77\x7c\x01\x72\xc6\xaa\x05\xbf\x83\x25\x5f\xce\x47\xea\x68\xe5\xc7\xb8\xc8\x1e\x7a\xf4\x9e\x79\xc8\x25\xc6\x88\xba\xa3\xc8\x0f\x46\xbf\xbe\x10\x5d\xc1\x14\xf2\xdd\xd1\x34\x16\x97\xba\x11\x6d\x01\xcd\x49\xf3\xb1\x91\xd0\xcd\xc0\x35\x18\x13\x71\x74\x61\x62\xff\x50\x83\xd5\x06\xfc\x24\x76\xe8\x92\x0c\x7e\xcb\xf2\x38\xda\x84\x4c\x67\xd5\xf4\x06\x23\x1b\x41\x9b\xda\x4f\x48\x21\x28\xd4\x75\x22\x9d\x90\x0d\x4f\x86\x7c\x81\xce\x50\xba\xd1\x50\xb8\x2c\xb1\x0c\xed\x42\x78\x1b\x0e\x61\xee\x28\xee\xb2\x08\x3b\x83\xc9\xad\xe6\xe2\xb5\x78\xc8\x05\x16\xa4\xc3\x6b\x0e\xb7\x40\xd7\x70\x71\x37\x05\xb6\xc5\xf3\x6b\xc2\xe0\x1d\x78\xb4\xd6\x1f\xee\xc2\xe3\xb8\x7e\xc8\x58\x5c\x50\x68\x40\x58\xf8\x89\xed\xb5\xc8\x6f\x62\xfc\xfa\x2f\xa8\x89\xd8\xe1\xdc\x85\x85\x12\x8d\x56\x93\x71\x6f\x42\x74\x76\x1b\xc8\x12\xac\x3f\x38\x15\xdc\xcf\x6f\xef\x5c\x00\x4d\xe0\x4f\xaa\xda\x02\x25\xf2\x70\xb5\x18\x3a\xc0\xfd\x43\x1e\x83\x5d\xb8\xa6\x82\x44\xb8\x9e\xeb\x95\x50\x81\xf8\x70\xee\xaf\xf7\x45\x5e\x72\x60\xe7\xdd\x68\x1b\xf9\xd5\x2a\x18\xeb\x66\xbf\x3d\xe5\xc8\xda\xa8\x60\xed\x9b\xc3\x6a\x93\x27\xb5\x21\xe0\x4c\xd9\x4a\xf3\x7f\x60\x9e\x74\xba\x8a\x07\xde\x92\x8c\x60\x8f\x81\x62\xc4\xc3\xf2\x3e\x42\x4f\x85\x3f\xb7\xa1\xb0\x54\xf0\x38\x40\x80\xf8\xf2\xfb\x9d\x27\xa3\xb6\xbc\x58\x2b\x36\xe6\xc8\x89\x3f\x76\x85\xf1\xa7\xe4\x6c\x7f\x10\x33\xd7\xf4\xb8\x19\x60\x5e\x35\xfc\xaf\xf4\x3e\x6b\x8d\xee\xae\xfc\x10\xab\x47\x73\x16\xab\x06\x03\x8b\x06\x72\x5e\x82\xaf\x94\xb2\xb8\xf7\x50\xa5\xdc\xc7\x3f\x0f\xce\x92\x1c\x71\x32\x20\x51\xc2\xef\x56\x87\x50\x06\x6f\xf7\x61\x84\x61\xd5\x24\xe9\x9d\xca\x00\xeb\xf5\x0d\x63\x19\x2f\x6a\x4a\x8a\xe7\x33\xe3\x2b\x95\xd2\x20\xe6\xfd\xf2\x4c\x24\x87\x85\x97\x38\x65\xfd\x07\xae\x32\x74\xc7\x66\x82\x3f\xb4\x23\xfd\x36\x41\x97\x55\x63\x9c\xa6\xc2\xc7\xa5\x9d\x56\x6f\x91\x1f\x82\x6d\x07\xee\xd1\x77\x0d\x38\x75\xe9\xe9\xb7\x7b\xe3\x6a\x4b\x18\x21\x9d\x59\x86\xbb\x8c\x23\xad\xbb\xc5\xce\xcc\x88\x46\x67\x08\x64\x7e\xa9\xe9\xcf\x5c\xcf\xea\x30\xff\x8a\x19\x06\x42\xc5\x97\x7c\x23\xa1\x58\x9d\xb7\xa3\x04\x4e\x50\xae\xb1\xfa\x8d\x94\x89\x2c\xf7\x3f\xa0\x2f\x38\xf8\xbe\xb3\x92\x6e\x1c\x3c\x53\xd3\xc8\xb0\xea\x63\xe8\xbf\x31\x88\xae\x3f\xa2\xcd\xcc\xb1\x6d\x3e\x60\x17\xb3\xa3\xd1\x27\xa3\x88\x95\x5b\x7d\x7f\x2b\x1d\x5c\x59\xf6\xdb\xe7\x0b\x34\xde\x60\x74\xdc\x0d\x4f\x53\x0d\x5a\xcf\x41\x92\x44\x15\xfb\x1d\x68\x2f\x8f\x5f\xec\x78\x46\xdf\x76\x38\xb3\xfa\x33\xfd\xf8\xbe\x83\xfa\x10\xc6\x9a\xbe\xff\x09\xbb\x18\xfb\xbb\x7a\xc0\x79\xcc\xc4\xd6\x65\x19\x36\xac\x29\xf5\xeb\xb6\xce\x62\x5d\xa9\xa8\xf1\x19\x02\x5b\x4c\xa4\x63\x36\xd4\x57\x74\xdd\x3a\x17\xfe\x2d\xba\x3b\x34\x95\x6c\x2a\x08\x1c\x74\x26\xfd\x0b\xd3\x5a\x9b\xd8\x4f\x28\x50\xf9\x53\x76\x17\x15\x54\xae\x61\x8b\x68\x46\xbc\x9a\xbd\x8d\xfe\x34\x37\x87\xed\xc6\x8c\x8d\x1f\xc6\x1e\xcb\xfa\xe8\xf7\x8a\xf8\x01\x35\x38\x66\x11\x5f\x11\xf3\xe8\x22\xf6\x1a\x6c\xfd\xc9\x18\xd2\x82\x5a\xb7\x37\x8d\x5d\x4f\x03\x5b\x9e\xb2\x63\xe8\x81\xe5\x2e\xec\x95\x8c\x61\x0a\x01\xdb\x96\xf1\x08\x1f\x46\x7c\x63\xbe\xca\xb9\x4b\x3c\x00\x6d\xe3\x40\xe2\x2c\x94\xee\x07\x11\x43\xf0\x69\x87\xaf\xc4\x6d\x34\x75\x74\x18\xdb\x11\xab\x3d\x21\x66\x27\x33\x9d\x06\x54\xec\x09\xcc\xd6\x96\x89\xc4\x69\x96\x7b\x59\x22\xd1\xc5\x6a\x96\x9f\x23\xcc\x60\x08\x96\x40\x88\x21\x9b\x9c\x10\x82\x80\x7e\xc6\x0d\x23\x10\x04\xf0\xb3\x20\xe4\xe8\x64\x87\x06\xa2\x05\x0b\x1d\x3d\x8f\x6d\x8d\xcf\x39\xd6\x4a\xcc\xc1\x42\xfb\x8e\xe1\xaf\x31\xcf\xa6\xcd\xf8\x01\xcc\xb9\xe4\x1c\xde\x8d\xb9\xc9\xd2\xf0\x4e\x2c\x01\x9d\x81\xb7\x62\x15\xd9\x6e\xf8\x1e\xec\xbf\x58\x17\xfc\x1c\x9e\xe7\x1b\x8b\xff\xc6\x1f\x39\x84\x11\xcb\x88\xe4\xd1\xee\x44\x2d\xb1\xeb\xf0\x0d\xec\x15\xaf\xa8\x37\x04\xbb\xce\x9b\xd9\x30\x1b\x3b\xce\xad\x36\x3d\xc2\x86\xb8\x2b\x24\x7b\xb1\xab\x9c\x4b\x70\x2d\xf6\x3f\x8e\x2c\xf3\x17\xf6\x87\x13\x15\xe3\x8a\xcf\xe4\xcc\xf3\x69\xc6\x63\xc8\x17\x0e\x93\x70\x03\x59\x32\x9a\x46\xcc\x66\x1f\x38\x90\x8d\x8d\x97\x51\xba\x52\xd0\x8f\x52\x59\x6d\x0b\xfa\x50\x62\x32\x0c\xa2\xef\xc4\x65\xa2\xfb\xd8\x68\x51\x33\x34\x0e\x5b\x28\x3c\x9f\x51\x8f\x45\x08\xde\x6e\x5d\x80\x51\x04\xa3\x7c\xac\xb0\x36\xfe\xf8\x85\xb7\xb0\xbf\xdc\x0f\xa3\x0f\xe1\x72\x8e\xf3\xde\xd3\xc8\x65\x93\x57\xdb\x73\xe4\xa0\x41\x56\xb5\x15\xe9\xd7\x9d\xd5\xee\x45\x2e\x6a\xde\x0a\x56\x23\x9f\xd5\x63\x98\x83\xe8\x1c\xd5\x92\xb4\x2e\x34\x41\xb1\x26\xba\x01\x55\xca\x96\x7b\xdb\xa2\xd7\xc4\xdf\x16\xca\xb0\xe5\x42\x86\x65\x20\x76\x8c\xe7\xd8\x07\xc2\xaf\xea\xb9\xcd\x87\xe1\xa7\x35\xfb\xcc\x14\xf8\x7f\x95\x5f\xd4\x13\xe1\x7f\xe6\x59\xdc\x33\x88\x73\xe9\x52\xba\x0a\xd9\x69\x5a\x96\x7a\x09\xa9\xd7\x5b\x44\xcd\x44\xde\xa9\xeb\xbc\xbe\xa3\xeb\x95\xc3\x16\x7c\x47\x9b\x24\xff\x2c\x13\xb1\x50\xc1\xb0\xde\xc9\xf0\x86\x5e\xb0\x91\x0a\x47\x74\x7e\x29\x73\x86\xa3\xdb\x36\x2b\x9f\xc1\x85\x4d\x24\x79\x1c\x36\xd5\x09\xa9\xbd\xf0\xb5\xaa\xd4\x5d\x8b\x91\x79\x65\xdf\x23\x87\x90\x02\x93\x8b\xe7\x37\xe4\xbc\xe6\xcb\x82\x0c\xd4\x5f\x11\x6b\x99\x81\x3e\x17\x16\xf7\x8c\x86\x5d\x07\xbf\x34\x10\xf0\x9c\x7e\xc7\xd2\x00\xd8\xb6\xc7\x49\x69\x05\x2f\x6f\x7f\xce\xfe\x02\xc7\x35\x17\x50\xbe\xc2\xaa\xba\x83\x29\x1c\xf8\x4e\x65\x6f\xa4\x37\xe2\x5c\xba\xca\x53\x87\x88\xf5\xee\x0b\xbc\x50\x40\x39\x64\xc9\x45\xeb\x44\xae\xdd\x9e\xf0\xf4\xc3\xda\xfa\x13\xd0\xa7\xfd\x45\x25\x1a\xe8\xfa\x40\x88\x62\x17\xf4\xb2\xa7\x9e\xbd\x0d\xb6\x6a\x3f\x48\xc9\x80\xbd\x9a\x54\x29\xd6\x30\x59\xf3\x23\xe2\x0e\x7c\xae\xfc\x98\xe7\x4e\x64\x91\x71\xcc\x02\x0f\xa4\x4a\x75\xdb\xf2\x04\xba\x5e\x94\xb3\xcf\x59\x98\x9f\x6f\x6c\xff\x27\x18\x28\x68\xaa\x76\x16\x4c\x2c\x1c\xd0\xb9\xf3\x71\xca\x59\xc1\x36\xde\x47\x9a\x05\xd3\xc4\x4b\xa4\xef\x48\x0b\xe4\x0e\x31\x1e\x47\x69\xb9\xab\x59\x62\x2f\x09\xa7\x01\xda\x34\xdf\x97\xe3\x82\xa4\x8c\xb4\x24\x9f\x63\x93\x07\x69\x82\x4b\x94\x53\xed\x81\x82\xc5\xd4\xd2\x2a\x06\x5f\x45\x2b\xd0\x2a\xf8\x56\xf4\xf5\xfc\x03\x3c\x01\x63\x2d\x73\x2c\xf7\x2f\x33\x7a\xf7\x09\x2e\xc8\x2a\x8a\x72\xe1\xfc\x04\xdf\x7b\xcd\xe3\x10\xf0\xee\x79\xef\x38\x13\x50\xfb\x11\x77\xc9\x3b\x58\xce\xde\x1e\x81\x27\xc3\xae\x8d\xcd\xaf\x62\x74\x54\xf6\xf3\x27\x33\x43\x35\x77\x78\x6a\xe6\x4d\xfe\x0c\xde\x0c\x96\x82\x01\x72\x4b\xc0\xec\xdd\xeb\xb9\x73\xa1\xf4\xcd\x47\x39\xed\x30\xea\x79\x8a\x13\x88\xd4\xcc\xdb\x4f\x3e\x44\xff\x8d\xb8\x4d\x0e\x60\x2f\x07\xec\xf8\xb3\x90\x3b\x2d\xaf\x78\x5a\xe4\x4d\x85\x03\x6f\x06\x0a\xa8\x73\xb8\x4d\xa8\x33\xf7\x0c\xd7\x0f\xcd\xa1\x87\x72\x2e\xa3\xe7\x52\xbd\x39\x19\x58\x70\xe4\x3f\xce\x18\xec\xac\xe7\x72\x72\x3f\x9e\x34\x8f\x41\x66\x12\x23\x47\xfc\x47\xc6\x12\x73\xf7\xb4\x73\xdf\x73\x3e\x34\xf5\x71\x65\x1c\x43\xf9\x3a\xee\x42\x8e\xbf\x6a\x2f\xe7\x08\xf9\x81\xb3\x99\x93\x4a\xb6\x53\xff\xe3\x8c\x22\x95\xbb\xe6\x91\x4d\x24\x2b\x72\x06\x99\x42\xa6\xaf\xd5\x90\x73\xc8\xf0\x79\x81\xec\x6b\xe4\xaa\x91\x7e\xec\x0b\x6c\x56\x77\x19\x77\x8e\x44\xdf\xb0\x90\x33\x20\x3e\x59\xf2\x9e\xb3\x4d\xf4\x55\xd1\x4d\xfe\x11\xcd\x61\x2b\xc8\x26\xe1\x16\x0a\x48\xc6\x08\x2a\x77\xde\x23\x2d\xf9\x6f\x23\x66\xb1\x0f\xf3\x5d\x3d\x7e\xb1\x31\x5e\xc2\xbc\x71\x6c\x1f\x6e\xc1\x48\x09\xdb\x93\x3c\xdf\xb1\x8a\xfc\xaa\x3f\x53\x73\x91\x6c\xd4\xad\x37\x9e\x22\xa3\x34\x9d\xd2\xfb\xec\xdf\xea\x11\xf8\x78\x76\x8b\x6a\x4b\x41\x08\x3b\x4d\xd1\x94\x3c\x92\xed\x20\x7b\xb3\xa9\x87\x78\x2e\x9d\xe0\x31\x9e\x68\x15\x8f\x99\xdb\x47\x40\x82\x0b\x23\x3f\x12\x28\x77\x6f\xeb\x78\x72\x61\xcd\xba\xca\x1b\xec\x87\x95\x17\xf5\x23\xd9\x3a\xf3\x66\xf1\x16\xb6\x5f\x69\x37\x72\x88\xf8\x52\x3c\x3c\x6f\x35\xd1\x6b\x08\x4a\x5a\x4b\xe0\xda\xe4\xb0\x20\x22\xa4\x28\x60\x8d\x35\x31\x4d\xfe\x64\x6e\x08\xfe\x42\xb2\x6a\x94\x0f\xfe\x9a\x2f\x6e\x52\xb3\x7b\x3b\x4b\xcc\x02\x76\x5e\x5b\x8a\xe6\x3c\x7b\x7a\xf3\x58\xa1\x27\x71\xb4\x5e\x04\x9d\x23\x98\xd5\xb7\x72\xf2\x08\x8f\x0a\x8b\xed\xf5\x84\x45\xc9\x8b\x8d\x9f\xf1\xcb\x86\xdc\xd5\xa3\xf1\x7a\xb5\x6e\x4e\x3f\x4e\xc8\xb7\x8f\x0a\xc6\x79\xc2\x71\x8d\x0a\xb6\xb2\xef\x7c\xb9\x82\x1d\xd0\x13\xa2\x7e\x41\x3c\xed\x28\x16\xec\x24\x64\x2d\x4d\x10\x40\x78\x35\xf0\xb2\xbb\xf0\x9f\x35\x8e\xdb\x87\xe3\x87\xcd\xcc\x8d\xd9\xb8\xaa\x38\xd2\xbd\x1c\x4f\xd3\xf6\xcf\xe1\xe3\x3e\x8a\x81\x51\x09\xb8\xbf\xd0\xd4\x70\x84\x9d\xb7\x7f\x45\xd9\x45\xf6\xa4\x01\xa6\x7a\x0d\xd1\xda\x0b\xf3\xfb\x89\x4d\x9d\xcb\xc0\xdd\xf8\xe7\x96\x8a\x6c\x47\xbc\xa9\x7e\x28\x41\x8e\xe7\x55\x29\x36\x5a\xe2\x1e\xa5\x87\xdd\x93\x71\x6b\x3d\x36\x07\xc1\x1e\x29\x8f\x8c\x52\x61\xf7\x84\xf7\xda\xd9\x8a\x49\x79\xf7\xaa\xff\xc8\xde\x17\x0c\x37\x7c\x92\xde\x2a\x74\x90\x5c\x96\xdc\xa5\x84\xa1\xa7\xc5\x0f\xa8\xba\xbc\xd7\xa2\x4b\xb4\x7f\x49\x42\xe1\x21\x46\x51\x68\x8b\xa0\x93\xb5\xde\x7d\x3f\xbf\x04\x9a\x64\x7f\x9d\x27\x44\xbc\x2c\x92\xb8\x9d\xe8\x97\xb6\x06\x39\x52\xf8\xa9\x7a\xa3\xac\x80\x72\xdb\xb0\x45\x9a\x45\x3d\x22\xf1\x91\x50\x68\x8d\xa8\xbf\x18\xa1\xef\xc9\xcb\x17\xa1\x8c\xbb\x49\x53\x85\x4c\xd6\xa2\xd0\x2d\x02\x08\xd4\xba\x67\xf1\xa9\xb0\x9d\x7d\x05\x2f\x17\x79\x6e\x11\xc2\x2d\xc7\xd6\xb4\x9e\x90\xbd\xa4\x3b\x55\x89\xa5\x1f\xe9\x57\xf4\xcd\x92\x5f\x0c\x9e\xb8\x4c\x62\xc9\x74\x40\x5a\xc4\xd3\x98\xef\x72\x9f\x89\xe6\xb2\xee\x26\x9a\x85\x0e\xe0\x9b\x8d\x3f\x05\x6e\xf0\x44\xf7\x39\xfc\x75\x48\x98\x3d\x9b\xe7\x8b\x1e\xb2\x88\xe3\xa2\x58\x5b\x4b\xbc\xf4\x14\x9c\x5b\x39\x55\xf2\x0a\xee\xd6\x79\x49\xc6\xc3\x9f\x44\x11\xe2\xa5\x88\x3b\x8c\x8b\x22\x11\x75\xce\x55\x61\x1a\x3a\x69\x7b\x87\x80\x89\x36\x6e\xdc\xc8\x37\x61\x7e\x6e\x06\x5e\x1f\xf6\xda\x3e\x9c\x7b\x1c\xef\xb4\x90\x71\x6d\xf0\x5b\x4d\x05\x92\x17\x64\x8c\x39\x5e\x32\x9a\x5c\xaa\x29\x11\x2f\x62\xff\x16\xdc\x14\x6d\x65\x9f\x84\xdc\x84\x6c\x76\x7d\x76\xab\xa0\x86\x5d\x9f\xd0\xc5\x3f\xc6\xee\x09\x11\xf3\xbe\xb0\xf7\xbb\x2d\xe0\xd9\xb1\x4f\xda\x7b\x70\x57\xb2\x2f\x58\x7c\xe6\xf0\xd9\xce\xf5\x26\xc9\x5c\x51\x5d\xe9\x6b\xb1\xaf\xc8\xba\x48\x28\x4a\x15\xa6\xf0\x2d\x84\x6a\x41\x3b\xab\x4c\x70\x54\x60\x99\x15\xce\xff\xc0\xc7\xb7\xc9\xf8\x33\x79\x3f\x82\x07\x78\xe1\xbc\x9d\xab\xda\xb8\x2c\xee\x41\x7b\x0f\x8e\x8a\xf3\x77\x38\x4e\x3e\x24\xd9\x35\x39\x62\x7f\xed\x2a\xd3\x1d\xd1\x56\xf5\x3b\x85\x49\x08\x15\x95\x70\x76\x09\x1a\x54\xf6\x8c\x30\xfe\x1d\x45\x79\xc6\x06\xfe\x44\xb9\x4b\xdc\x35\xde\x06\x69\x5d\xd0\x6e\x2e\x26\xfe\x6f\xe5\x10\xa7\x4d\xb4\x72\xd6\x7d\xf2\xa2\x60\xd5\xf0\x33\xa4\x23\x37\xae\x92\x14\x6d\xad\x9c\x60\x98\x22\xd4\x96\xdf\x97\x0d\x13\x5c\x2c\xad\x61\x03\xfc\x7f\xc5\x1b\x68\x0e\xfc\xe5\x86\x2b\x69\x31\xbc\x1c\x5d\x7c\xac\x33\xb7\x5e\xdd\x17\x38\x8a\xf3\x44\x79\x6b\xc5\x79\x8e\x9d\xec\xd8\xac\x54\x72\x83\x78\xc7\xf0\x5f\xec\x32\xfe\x68\xf3\x1a\x91\x6d\xab\x46\xfb\x52\xe8\xd6\xd4\x27\x7e\x22\x48\xab\xef\xc5\x87\xf1\x55\x35\x08\x25\x9c\x77\xb0\x72\x66\x6a\x03\xf7\x47\x99\x7a\x6b\x27\x77\x95\xe9\xcc\xfa\xc3\x1c\xba\xae\x66\xf9\x10\xd9\x5e\xb4\x78\xe6\x25\xf6\x6d\x59\xd4\x08\x0b\xf6\x52\x01\xad\xdc\x45\xf8\xaa\x9b\xab\xf9\x21\x1c\xd7\x11\x2d\x1e\x21\xf0\x68\xf9\x84\x2d\xe1\x27\x37\x46\x17\x8a\x79\xe2\x5a\xce\xae\xaf\xdc\x03\x95\xe0\xd6\xa9\x9c\xaf\x65\x0b\xd7\xaf\xe3\xb8\x1b\xb7\x2f\x4f\x24\x0b\x35\x2b\x66\x96\xb1\x4d\xf2\x92\x11\x33\x89\xe7\x82\xbf\x65\xa1\xc2\x43\xfd\x6d\x9a\xd5\x82\x47\xbd\xde\xa2\x2d\x82\x51\x9d\x52\x54\xc4\x5f\xd8\xaa\x2f\xf8\xc8\x0b\x6a\x4c\xdd\x55\xc0\xa5\xd7\x3c\xdb\x52\xc3\xa9\xa9\x18\x1f\x70\x9b\x7c\x58\xdc\xba\x7c\x1a\x39\x4d\x7b\x7f\xa6\x9c\xbd\x4e\x61\x18\xb1\x89\x20\x85\xeb\x4b\xa2\x4c\x16\x79\x8c\xa2\x29\x06\xff\xfc\x12\x81\xa3\x4e\x56\xd0\x0f\xaf\xd1\xdc\x28\x7c\x91\x57\xa0\xb6\xa3\xfa\x27\x3f\x56\x6d\xa0\x0d\x6e\xfe\xac\x48\x64\xec\xf2\x3d\x2f\x4b\x64\x2d\x5d\xdc\x22\x09\x84\x66\x4d\xf3\x15\xcd\x46\xe2\x00\x40\xe0\x86\xfe\x57\x7c\xdc\x88\x16\x86\xaa\xe4\xfa\x21\x8a\x1b\xbf\x59\x37\x8b\x3a\x13\x3a\xaa\x29\xa4\x4d\xc9\x1b\x5e\xb4\x9f\xbe\x2a\x99\x50\x7e\x64\x50\x37\x97\x28\x6c\x98\x77\x7c\x65\xb2\xf9\xe0\xae\xc5\x98\xc4\x0e\x1e\x39\x6d\x99\xf0\x2f\xf2\x1a\x00\x04\xb3\x31\x8f\xe2\x25\x86\x5f\xb4\x00\xe5\x7f\xfa\xcd\xb4\x4f\xfc\x85\xda\x66\x7a\x0d\xb4\x5e\x63\xc5\x48\xcd\x95\x17\x25\x32\x83\x93\xa7\x28\x8d\xac\xa8\xcd\xbe\xf2\x43\x20\xe1\xbb\x51\x7a\x0f\x3a\xbc\x38\x52\xfc\x08\x99\x39\x6d\xb6\xf0\x22\xda\x0a\x00\xfc\x6f\x58\xa5\xb1\xde\x30\x09\xfc\xab\x68\xd5\xe5\x41\xb9\xdc\xcf\x9a\x1b\xd0\x10\xb8\x4c\xbd\x0e\x76\xc9\x31\xa8\x0c\x70\xfd\x8e\xd5\x8a\x7b\x48\x48\x24\x21\x9f\x88\x8e\xf4\x39\x29\xf5\x46\x0f\x2e\x1e\x29\xde\x82\xc9\xa7\xb9\x08\x43\x71\x0c\x00\xf8\x0c\xfc\xa0\x81\xa5\xb7\x27\x62\xe5\x85\x5a\x25\xb1\x83\xb3\x57\xfd\x87\x48\x62\x4d\x2e\xca\x26\xa2\xb3\xf5\xca\x0b\x44\x52\x52\xb8\x62\x2e\x21\x8a\xe8\x91\x25\x13\xc7\x7d\x96\x48\x4c\xc4\x6f\xd7\x26\xd1\x20\xdb\x7d\x9a\xbd\x60\x3f\x9b\x01\x00\xbc\x77\xc4\x0f\x9d\xab\x8e\x23\x18\x26\x45\x35\x0f\xf9\x4d\xec\x9f\xea\x4d\xfc\x75\x0c\x9e\x6a\x80\x77\x20\xcb\x47\x39\x9b\x17\x99\x38\x4f\x4e\xe7\xfe\x17\x3e\x28\xed\xe3\xb6\x7b\xc3\xe2\x6f\xdc\x58\xd7\x50\xd1\x4c\xce\x97\x69\xf6\x82\xd9\x1c\x3a\xb0\x92\x17\x46\xae\x50\x2b\xb5\x06\x55\xa7\xe8\x83\x66\x94\xb2\x0b\xd7\x14\xd1\x15\x25\xb4\x04\xe5\x3d\xf9\xee\x8c\x18\x85\xaf\x6c\x59\x02\x4b\x66\x94\x8e\xda\x14\x27\x79\x2c\xbe\xbc\x2e\x47\xbc\x50\x84\x2c\x2a\x17\x46\x08\xad\x6d\xdf\xf1\xb7\xf2\xd3\x80\x2a\x2e\xc9\x79\xa7\xb2\xd3\xce\x2a\xcd\x11\x94\xaa\x29\xc5\x6a\x34\x55\x75\xc3\x58\x4f\x89\x55\xae\xd3\x57\xa6\x71\xe5\x26\xad\x22\xfe\xaa\xf4\x9b\x9a\x1e\xfa\x5e\x12\xa8\xf2\xf2\xda\x24\x12\xcb\xcf\xba\xdc\x12\xf4\x4a\x17\xdb\xea\x79\x47\x44\xeb\x80\x27\x9c\x17\x3c\x48\x31\x5f\x53\xd9\x00\xf0\x6a\xd5\x63\x6b\xb3\x60\x44\x45\xa9\xea\x29\x90\x28\x2e\x99\xff\x97\x7a\x47\xee\x5a\xfa\x25\x6e\x8b\x54\x68\x7a\xbc\xb1\x42\x7c\x4d\x5f\xee\xe9\x2a\x9a\xaa\x19\xe6\xfc\x49\xe0\xa7\x9c\x63\x3b\x93\x17\x25\xb9\x31\x6c\x18\xa7\x90\x7f\x54\x1e\xa6\xa1\xb4\x46\x72\x2f\x16\xdd\x6e\x82\xa0\x26\x55\x50\x3d\x2d\xff\x84\xa2\xb2\x26\x28\xd5\x49\xf6\xb5\xe2\x5d\x6c\x87\x34\xa2\x2c\x63\xe3\x14\x71\xb1\xa9\x62\x6d\x97\xf0\xba\x8e\xe2\xac\xe6\xff\x51\x7d\x98\xfa\x96\x37\x4e\xfa\x67\x98\x2d\xc7\x49\xe0\x2b\x2b\xd5\x04\x74\xbe\xe0\x3a\x16\x35\xb4\x3d\x82\x2c\x54\x36\xcd\x25\xf9\x2e\x8a\xf4\x86\x79\xbb\x8c\xb2\xee\x9a\x82\xd8\x55\xd2\x91\x15\xec\x90\x66\x71\x58\xe9\xfa\xb5\xdb\x84\xa4\x41\xea\xbc\x85\x5f\xa9\xa6\x4f\xbd\xcd\x6d\x97\x3d\x1e\xb6\x91\x3c\x2a\x90\x0a\x7a\x6b\xfd\xf2\x74\x58\x5e\xd5\xe9\xfc\x3e\x9a\xac\x22\xaa\xe0\x6e\xe6\x89\xb2\x21\xca\x94\x24\xdf\x92\x45\x54\x66\xd4\x54\x63\x26\xed\xef\xfa\x41\x1d\xc1\xd8\xe3\x46\x51\x67\xb0\x8c\x0b\x76\x2b\xe7\x43\xe6\x89\x4d\xd2\xa3\xc8\x0d\x00\x10\x89\xb0\x2c\x41\x58\xcd\xe1\x42\x3b\xcc\xa6\x6a\x33\x65\x3c\xcd\xcb\x7c\x87\x3a\x22\x93\x55\xb6\x93\x66\x95\xf8\xad\xf8\x1c\x7d\xed\xe6\xab\xc6\xc9\x0c\xe9\x7a\x8e\x6e\x25\xcb\xda\x2d\x5c\xed\x0c\xd6\x2f\xd8\xac\xf8\x00\xa7\x4d\x1c\x94\x9a\xd0\x08\x00\x10\x65\x61\x2a\xfe\x8d\x9a\x40\xea\x51\xb4\xa5\xf2\x06\x4d\x42\xbd\x6f\x4e\xa3\x47\x67\xda\x97\x7e\x63\xb8\x24\xd6\x16\x67\x33\x1d\x36\x4b\x0d\xbd\xac\xc0\xf5\x1b\xb4\x77\x40\x99\x9b\x43\xd1\x3d\xe8\xd9\x02\x3f\x45\x17\xb2\x7d\xe2\x69\x69\x2a\xfa\x0d\x00\x44\x1e\xd8\x13\xde\xd3\xea\x18\x30\x04\x39\x54\xf1\x1f\xb8\x97\xf2\xad\xbc\x02\x5a\x98\x11\x5d\xea\x0a\x95\x6f\xff\x62\xaa\x80\x3d\x22\xdf\xea\x3f\xc2\xdf\x03\x0e\x69\xe7\x20\x57\x56\x9d\x2b\x5a\x85\x36\x2d\x98\xaf\x98\x8d\x15\x4d\x7c\x29\xb9\x85\xeb\x01\x40\xd8\x81\x3f\xe3\xbe\xaa\x22\xb1\x1f\xf0\x85\x0a\x47\x7c\x0e\x65\x64\xd9\x10\xbe\x26\x9d\x59\x92\x80\x47\x6e\x5f\x61\xbc\x86\x93\x91\x3e\xfa\x65\xf8\xb5\x00\x57\x4d\x1a\xe1\xbd\x2a\x5b\xc5\x25\x4a\xe7\xff\x93\x83\xec\x61\x93\x2c\x24\x5e\xec\x5d\x00\x20\x1c\xcf\x9e\xcc\xa1\x54\x0e\xf1\x5c\xa0\x34\x33\x8d\xfb\xb0\x60\x6f\xd9\x54\xae\x24\x6d\x73\x71\x2d\xd7\x2b\x61\x85\x71\x1e\xe7\x6f\x44\xa2\x0e\xe3\xdc\xf7\xcf\x57\xf7\x72\x4e\xad\x7c\xa5\xbc\xc5\xa9\x9f\x7f\x5a\x76\x89\xc3\x9e\x64\x27\x36\x72\x96\x00\x80\x20\x9d\x5c\xc7\xde\x59\xf1\x4c\x7e\x8e\x85\x96\xeb\x65\x1f\xf3\xde\x96\xae\x93\x0d\x4f\xed\x30\x1d\x97\x8e\x8d\x3f\x6e\xf0\x92\xcc\x0c\x5f\xa0\x35\x8a\x3d\xfc\x28\x45\x57\x45\x51\x2b\x57\x2b\x7e\x0a\x43\xe7\xe7\x4a\xbf\x0a\x96\x4e\x5a\x2c\xda\xc7\xbb\x04\x00\x7c\x21\xe7\x2a\x1e\x5b\x11\x62\xf4\x64\x94\x96\x7d\xd6\x57\xe6\xfa\x97\x18\x74\xc3\x77\x39\x98\xec\x34\x11\x71\xbb\xf5\xe2\x22\x6d\xd8\x4b\xcd\x0b\xe5\x0d\xdf\xcc\x22\x67\xc5\xf0\x15\xd9\x8a\xcd\xd2\xbf\xf3\xde\x4b\x23\xc4\x97\x26\x59\x88\xec\x85\xeb\x01\x80\xf7\x94\x37\x0f\xad\x36\xbf\xac\x22\x69\xbf\xca\x64\x15\x81\xd9\x75\x25\x0e\x65\x5f\x77\xd6\x19\xab\x4b\x84\xb1\xa3\xf4\xe3\x4c\xc3\x43\xdb\x34\xf9\xfa\x74\x9f\xed\xaa\x4e\x8d\x79\xb9\x40\x7e\x51\x25\x9b\xe7\x2d\x19\x92\x7b\x4d\x3c\x24\x2c\x16\xe3\x00\xc0\x4b\xe4\x7b\x20\x2f\xcc\x75\xf5\x11\x34\xbf\xb2\x2d\x35\x67\xb3\x3e\x17\x7f\xac\x5a\xb4\x13\x30\x66\x9b\x33\x62\xf2\x75\x17\x4b\xf9\xa1\xce\x9a\x65\x26\xdc\xfb\x95\x8a\xaa\x5f\xbf\xdc\x49\x2e\x53\xb7\xce\x7d\x27\xc1\x15\xa7\x26\x96\x08\xa3\x25\x2c\x00\xe0\x4d\xe4\xd7\x20\x61\xe6\x94\x66\x2a\xb5\xa9\x6c\x5a\xc3\x40\x56\x4a\xf1\x9e\xda\xab\xc9\xb0\xd1\xb9\xea\xf4\xd6\x1f\x3a\x81\xd9\xb0\xf1\xb0\xfa\x51\xe9\x2a\x6f\xa3\x6a\xae\x51\xb5\xec\x7f\xf2\x15\x5a\x72\xee\x31\xc9\x4c\xd5\xcc\x89\x6a\xc1\x07\xe9\x3a\x00\xe0\xd6\xf3\x5f\x52\xbf\x76\x3e\xcc\x27\xb3\x25\x6d\x64\x01\x37\x25\xbf\x79\x51\xa1\x22\xae\xbb\xfe\x02\xe5\x50\x78\x52\xcd\x26\xda\xfc\x00\xb4\x42\x43\xef\x59\xdd\x58\x5a\xc1\x04\x5d\x62\x8c\xb9\x20\xc5\xae\x5c\xf3\x0d\x96\x58\xd7\x29\x37\xa1\x6a\x00\x90\xd4\xe0\xb3\xa8\x07\x3a\xe3\x0b\x8f\x65\x6f\x6b\xb3\xa6\x54\xa6\x6c\x6a\x3a\x48\x15\xc4\x29\xea\x73\x68\xc2\x70\xef\xea\xf7\xf4\x3d\x01\x3b\x2b\xd6\x31\xa7\xae\xd6\x95\x6e\x66\x55\xb9\x84\x1b\x9d\xa0\x6d\x76\x35\x9a\xfd\xc8\x62\xeb\x21\xe5\x4c\xf4\x25\x00\x48\x50\xdc\x99\x8a\x74\x5c\xa1\x39\x67\xcf\x6a\xd5\xd0\x9e\xa7\x4c\x6b\x8a\xa2\x57\xc5\xed\xac\x1f\xc1\xa0\x87\x4f\xae\x96\x33\x99\x01\xde\xe6\xfb\xac\x9a\xd5\x48\xc9\x37\xf0\x8f\x8b\x9f\xe1\x26\x4c\xb3\x6b\xd2\xb0\xd0\x61\xd6\x8f\x14\xf7\x30\x06\x00\x48\xfc\xf0\x6c\xca\xdb\xf6\xdb\xa0\x4f\x56\x49\x4b\x0b\x58\xba\xd3\xd0\x88\x82\xbf\x62\xdf\xd4\xad\x84\x38\x9b\x3a\xaa\x0e\xc1\xcb\xfd\x5f\x9b\xa7\x21\xc3\x57\xaf\x2b\x71\x43\xbe\xbb\xcc\x33\xcc\x47\xbf\xd8\xf5\xaa\x2f\xe3\xc0\x18\x7b\xc5\x7a\xfc\x19\x00\x88\x9b\x88\x08\x4a\x70\xbb\x05\xc6\xce\xfc\xdd\x7c\x0e\x33\xee\x1c\xde\x60\xc0\x7a\x62\x33\x6a\xb7\x60\x8f\x37\xf9\x54\xbe\xc4\x57\xf8\x0b\xcb\xd7\xe3\x25\xee\xef\x8b\xd3\x09\x7b\xe7\x5f\xfa\x9d\x44\xbd\xdd\x3e\xb5\x1d\x7b\xcd\x98\xed\x72\x35\x5b\x0a\x00\xa2\x6f\xec\xac\xc2\x88\xb6\x00\xee\x92\xcc\xa9\xcd\x56\x9c\xe7\xc9\xab\xea\x2f\x70\xcc\x31\x1d\x35\x52\x4e\x41\x58\x65\xe5\x7c\x4e\xbc\x3f\x50\x86\x71\xb6\xb8\x73\x4d\x15\x9c\x44\xe7\xfd\xba\x2a\x4e\x8e\x5d\x6f\x51\x0a\x87\x31\xc6\x24\xbb\xcf\x59\x01\x00\x22\x1f\x92\xc8\x7f\xdf\xba\x44\xaa\x4d\x3f\xd4\x34\x5e\xf2\x3e\xe9\x75\xdd\x3d\xc9\x92\xad\xa2\x6a\x8d\x78\x77\x68\x45\xc5\x02\x51\xa3\xdf\xa2\x52\x42\xf8\xd5\xed\xa1\xb1\x5e\x18\xe0\xbc\x53\x5b\x2f\xe0\xd8\x35\xaa\xb2\xf8\x2d\x63\x6e\x4b\xdf\xf2\x60\x00\x10\x6e\xe4\x3c\xce\xdb\xde\x52\xa0\x1d\x4a\xdb\xda\xb8\x49\x03\x25\x76\xd5\x4d\x57\x4f\xdb\x92\x51\x75\x4a\x55\xb5\xb1\xdc\x1c\xab\x5c\xe1\x1b\x56\xd2\x2b\xef\x77\x5b\x62\x78\x24\x5b\xe9\xf4\x4a\xf3\x48\xa2\xb0\x43\x94\xf5\xa2\x03\x63\xbe\x48\xdd\x04\x12\x00\x10\x28\xb8\xdf\x73\x57\x37\x1f\x2b\xdb\xb3\xdb\xbd\xa1\xbb\xe4\xe1\x76\x55\x2d\xdf\xf4\x24\x3a\xae\x6a\xb9\xe1\x58\x48\x6d\x79\xbf\xce\xe8\x53\x58\x62\xaf\x49\x5a\x05\x19\xa2\x8b\x86\x3b\xed\xd2\x84\x2a\x0a\xed\x9c\x94\x63\xa5\xa6\x31\xef\x25\x15\xa2\x1d\x00\xc0\xff\xcb\xbb\x9d\x33\xd0\xcc\xad\xfc\x9b\xda\xd5\x90\x63\xbe\xb2\x7d\x62\xad\x4f\x19\x3f\xea\x51\xe5\x93\x92\x69\x21\x9e\xe5\x99\x46\xbd\xcf\x94\xe2\x8b\x7a\x60\xd5\x52\xc3\x28\x4d\x80\xd3\x12\xf5\x6f\x95\xb7\x9d\xa5\xa2\x5f\xf6\x6c\xcc\x17\x49\xa4\x78\x29\x00\xf0\x5b\xf8\x6e\x39\x91\xcd\xbe\xb5\x75\xa9\x41\x0d\xf3\xaa\xdd\x13\x1a\x6a\x3e\x54\xd4\x44\xf1\x2a\x95\x65\xdf\x83\x5f\x94\x8f\x2d\x59\xea\x7d\xa9\x98\x6a\xdc\xb8\xf2\x9f\xbe\x51\xe7\xe6\x34\x51\xad\x2b\x3a\x69\x37\x4c\x11\x21\xff\x33\x76\xa2\xf8\x99\xf8\x2a\x00\xf0\xfd\xf9\x59\xd9\x9b\xfa\xf2\x0a\x3c\x77\x8d\xe8\xbe\x51\x38\x7f\xdb\xec\x8e\x75\x14\xdb\xc8\xa3\x2d\x7c\xaa\x67\xe0\xdb\x86\x52\x9a\xce\xab\xb4\x86\xce\x58\xb8\x1c\xaf\x18\xc1\x7c\xb6\x70\x46\x49\x28\xf8\xc8\x56\xa3\xf7\x87\xff\x8e\x7e\xa3\xfa\x83\x3e\x01\x00\xa9\x19\x4f\xcd\x76\xdd\xf3\x86\x92\x91\xf2\xb2\x3b\x8d\xea\xba\x6d\x6c\xfb\x15\xea\xcf\xc8\xae\x96\x05\xb4\x77\x81\x0f\x1b\x7c\x18\x53\xbd\xb4\x35\x33\x99\xd4\xe5\xb0\xb9\x8b\xf5\x6f\xa1\x7d\x89\x05\xd4\x67\x5b\xae\x1f\x81\xa8\x2c\x27\xaa\x8e\x63\x8b\x01\x40\x5a\x80\xef\xca\x06\xf6\xe4\xd2\xfa\x52\x8e\x76\x7d\xa4\x27\xc6\x7f\x68\xcf\x62\x8c\x8a\x2c\x6e\xde\xcb\x38\x19\x78\xba\xfe\x16\xf3\x88\x17\xa7\x7a\x2f\xeb\xfd\x72\x8a\x39\x06\x0a\x59\x68\x5f\xdc\x06\x1f\xb6\xad\xd7\x0d\xa0\xf1\x96\xcb\x54\x1c\xac\x15\x00\xa4\xcb\xf1\x92\xac\xea\x5e\x1a\xc8\x4e\xa1\x74\x0d\x07\x2f\xc6\x57\xb6\xf1\xa1\x85\x91\x5b\x9a\x1e\x42\x8d\x81\xca\x7a\x4b\x38\xce\x2b\xa6\xea\x0d\xe2\xba\x3c\xa6\x5c\x8a\x2e\x58\x38\xc3\xf4\x01\x73\xb6\x3d\xa0\x1b\x83\x7b\x5b\xd2\x94\xf7\x89\x31\x00\x20\x51\x11\xac\xac\x15\x3d\x24\xa6\x4a\x19\xd9\x39\x09\xab\x8b\xf7\x69\xd5\x62\xfd\x11\xbf\x1b\xbf\x61\xcf\x03\x03\xeb\x1c\x71\x4f\xaf\xe9\x55\xe3\xf0\xba\xe5\x8b\xca\x3a\x88\x25\x0b\xc7\x9b\xe6\x11\x87\x6d\xef\x68\x37\xb2\x13\x2d\x0f\x2b\x17\xb0\xab\x00\x40\x7c\x95\xad\xc8\x24\xbb\x3b\xb8\xd6\x3b\x93\x3a\xfc\x39\x47\xe2\xea\x5b\xf6\x73\x58\x11\xac\xc6\xb9\x9c\xb0\x0d\x37\x6a\xa3\x39\xde\x9e\x83\x95\x6b\x39\x9e\xcb\x9e\x96\xde\xe5\x84\x2e\xf8\x6c\x8c\xe1\x64\xda\x7e\xd4\xf0\x38\x84\xd5\x58\x45\x3a\xc7\x03\x00\xc4\x93\xc8\xf2\x8c\x2d\x5d\x1d\xd2\xb1\xc9\x41\xed\xbe\x92\x84\xd8\xaa\xe6\x3d\x62\x63\xb8\xa2\xc1\x46\x74\x7b\xc3\xb8\x1a\x7f\xd1\x72\xcf\xe9\x15\x2e\x42\xd1\xb2\xc2\x92\xcb\x82\x27\x0b\xf6\x19\xc2\x04\xbe\xd3\x00\x35\xc6\x47\xad\x52\xe4\x19\xbc\xed\x00\x20\xb2\xe1\xbc\x49\x5f\xd1\x79\x48\x73\x78\xc7\xaa\xb6\x44\x75\x5a\x4c\x5d\xd3\x2d\xd5\xdf\x4d\xb5\xf5\x2b\x95\xa5\xeb\x7d\xab\x77\x28\xd6\xaf\xcd\x32\x87\xc9\x1e\x2f\x7d\x55\xfc\x5b\x0a\x2d\xa0\xe9\x69\xe2\x5f\xd3\x86\x17\x35\x88\x42\xad\x8a\x65\x66\x81\x17\x00\x08\x37\x73\x9f\xa6\x39\x76\x8e\x29\x9d\x9b\x14\xd4\xda\x5c\xec\xb5\xf5\x78\xd3\x12\xa3\x57\xd8\x95\x3a\x52\xef\x1e\x80\x56\x35\x68\x17\x79\x1c\x29\x37\xab\xa7\x2c\x4d\x2b\x4e\x50\x3e\x5b\x60\xa7\x3b\x27\x17\xdb\x5e\x2f\x1a\x26\x79\x6c\xd5\x2b\x1b\x26\x7c\x04\x00\x82\x3e\x5e\xd7\xee\xa6\x8e\x93\x15\x63\x13\xaf\xb6\x26\x95\xdd\xdb\xba\xab\xf1\x76\x89\x26\x8c\x51\xe7\x6c\xf2\x0f\x70\xa9\xda\xa4\x7f\xe6\x81\x96\x07\x69\xb1\xa5\xcb\x8b\x47\x15\x7d\x9e\xff\x4b\xc7\x54\x2e\xb6\xbd\xa4\xaa\x93\x8d\xb3\x3a\x27\x6d\x16\x95\x02\x80\x60\x17\xdf\x62\xb7\x77\x07\x51\x9d\x98\xc8\x6c\xb5\xaa\xf8\xb4\x75\x52\x23\x56\x9e\x1f\xb6\xac\xf6\x44\xc9\x23\xff\xb7\x95\xff\x33\xf9\x79\x6c\x2e\x7b\xa0\x57\x2e\xb5\x31\x55\x69\xfa\xe6\x7f\xd2\x59\xab\x94\xb6\x2f\x54\xee\x72\x4b\xab\xff\xa4\x3e\xe2\x95\x00\xc0\xff\xce\x5f\x91\x3a\x7d\xdf\xc4\xc2\x19\x09\x27\xfb\x13\x0a\xef\x46\x7d\xe8\xd1\x52\xda\x43\x6e\x76\x98\xa8\x07\x7d\x53\x5a\x76\xd2\xad\xdc\x79\xf5\xf7\x18\xf2\x45\xff\xaa\x47\xb0\x82\xe7\x50\xcb\x6e\x41\x3e\x93\xdf\x1a\xb7\x20\x51\x23\x05\x6a\x12\x1b\x07\x00\x32\x14\xa7\xa7\x8e\x1b\xd4\x50\x3d\x12\x8e\xf5\xbd\xa2\xde\x8c\xfa\xd8\xb3\x84\xc6\x0f\xb9\xdd\xe1\x4e\xdf\xed\x9b\xde\xfc\x8f\x01\xbb\x4b\xea\xd9\xcc\x73\xae\x56\x55\x6d\x60\xf4\x1c\xa2\x4c\x06\x5b\x4e\xfe\x6b\x1c\x8f\x5c\x1f\xd9\xa5\x0e\xc0\xc2\x01\x40\x16\x88\xe7\xed\xfa\x31\x68\x4b\x87\x12\xfa\xfa\x40\xfa\xcf\xa8\x57\xdd\x47\x19\xdc\x90\x6b\xed\xa7\x98\xcb\x7c\x53\x9b\x0d\xac\x19\xee\x92\xfa\x99\xa0\x8f\xeb\x84\xaa\x70\x48\x31\x47\x5a\xb6\x12\xb1\xb2\x99\x6c\xd8\x8f\x6a\x47\x5e\x2f\xfa\x8e\x0d\x01\x80\x0c\xc0\xeb\x76\x9d\xde\x3b\x03\x1a\x96\x50\xb4\x87\x0d\x79\x44\x9d\xe9\xba\x00\xb1\x42\xfa\xdb\x9e\x41\xef\x7c\xc3\x9a\x0e\xc0\x1a\x77\xbc\x2e\x10\xd9\xe9\x3a\xb1\x12\x41\xa3\xe6\x94\x96\x66\x63\xdb\x6d\xd6\x1a\x86\xe3\xd9\xa3\x16\x14\x05\x13\x33\x01\x40\x1a\x4b\x90\xbb\x64\x03\xd6\xd8\x8b\x84\xf8\x5e\x10\x7b\x13\xa5\xef\xbc\x88\xbd\x0f\x91\xb6\xbe\xc5\xa7\xf8\xba\x34\x9e\xc7\x53\xdc\xd3\x6a\xe3\xf1\x13\xae\x23\x2a\x54\x44\xf0\x9c\xfa\x12\x39\xf1\xc8\x26\x59\xbf\x9a\xcd\x1c\x45\x51\x71\xd9\xf5\x00\x20\x51\xb3\xf5\xbb\x66\xf6\x3b\x71\xbd\xb6\xbd\xee\xd1\x73\x1e\x46\xad\xea\x78\xce\x91\x84\xac\x6e\x1d\xcd\x89\xf3\x79\xda\xf0\x9a\x13\xec\xbe\xac\x86\xce\xf1\x59\xf4\x3f\x73\x0b\x27\x74\x4e\x75\x71\x37\x27\xdf\x06\xd4\x65\x72\x88\x51\x7d\xca\xfd\x9c\x65\x00\x20\x3e\x41\x96\xa6\xcc\xe8\x5b\x2d\x79\xbe\xcd\xaa\x5b\x2c\x99\xb9\x39\xaf\xfd\xb8\x38\x34\x58\xd0\xfc\x48\x24\xf3\xd9\x54\x7f\x54\xf8\xc2\x6d\xa0\x3a\x42\xe8\xbf\x48\x5f\xae\x10\xd4\xcc\xd1\x99\xb4\x82\x09\x36\x9d\xda\x30\x7e\xf4\x68\x67\x45\x2b\xcf\x13\x00\x44\x07\x38\x6f\x76\x66\xee\x99\xa8\x59\x14\x1f\xda\x85\x17\x75\x47\xb6\xb4\x9d\x55\xad\x0d\xba\xda\xf4\x4c\x71\xcf\xbb\xad\x6e\x48\xae\x76\x5b\x53\x95\x20\xf3\x59\xb4\xb6\xac\x4a\xf2\x74\x0e\xd5\xd8\x28\xe6\xda\x9c\xd7\x64\x08\x9f\x8c\x06\xe5\x37\xf8\x9f\x01\x40\xf8\x91\x7b\x3b\x99\xde\x1b\x52\x32\x2a\x4e\xda\xd9\x6d\xb2\x88\x1c\xd3\x66\xa1\xff\x18\xe4\xd5\x34\x5d\xfb\xdd\x7b\x5e\xed\x57\x0d\xb0\xea\x48\xa5\xbe\x68\xa4\xcb\xa3\xd2\xf7\x8a\xef\x73\x42\x0c\x9f\x64\xc7\x6d\x6e\xa8\x3b\x24\xbe\xa3\x3b\xe4\xcb\x85\x54\x00\x10\x6e\xe1\x89\x77\xfc\xec\xf9\x57\x5e\x12\xe7\xda\x99\x50\x1a\x1f\x71\xac\xb5\xbc\x78\x64\xe0\xaf\xc6\x0e\xc3\xd1\x75\xcf\x6b\x65\x3a\x62\x95\xb6\x72\x95\x66\x8d\xcb\xa1\x52\xb5\xea\xfa\x1c\x6f\x83\x56\xe1\x6f\xf3\x50\xbd\x59\xba\x69\xf4\x65\xd9\x0d\xd1\x0c\x00\x10\xfc\xe1\x9d\xdd\x21\xec\xe9\xac\x34\xc5\xde\xed\xf8\xcf\xec\x18\x21\x6f\x5d\x59\x5a\x1e\x78\xb6\xd1\xb7\x78\xc1\xba\xc3\xb5\x53\x0d\xe5\xab\xa0\x8a\x43\xba\xa9\x2e\x7b\x4a\x1d\xd5\xf9\x73\x36\x19\xe6\x2a\xb9\x53\xac\x8b\xee\xca\x96\x59\x8e\x91\x65\x8a\x2a\x01\x40\xa0\xe3\xfd\xbe\xf4\x93\x3e\x39\x67\xe8\xe8\x39\x7a\x63\xde\xc4\x5e\x01\x23\x32\x7f\x7b\xdd\x52\xc6\xfb\x82\x46\xdd\x3b\x66\x05\xc5\x86\xd7\xcd\xda\x45\x2d\xa7\x1c\x02\xfd\xe9\x41\x89\x7b\xa0\x75\xcc\xf9\x1b\xee\xc3\x49\xe0\x54\xe7\xf7\x48\x0b\xbc\xd8\x52\x8c\x85\xa1\xc3\x2f\x8d\xa3\x39\x15\x64\x1e\xf9\x4b\xbb\x5a\x98\xd2\x73\x84\x2e\xa5\x64\xd7\x32\x19\x01\x54\x9a\x2e\x82\xf1\x97\x56\xc2\x9b\xc6\xbc\x47\xbf\x49\x71\x63\x5d\x64\xae\x4a\x74\x07\xef\xb1\x06\x37\x64\xc3\x93\xa0\x18\x67\x03\x42\x47\xac\x2c\x93\x30\x27\x94\x79\xd1\x89\xba\x96\xe6\x7e\x64\x3a\x6d\x14\xed\x62\xf7\x57\xda\x10\xbd\xb4\xa6\x99\xae\x67\xec\xd0\x0a\x19\x05\x4c\x6f\x6e\x01\x33\x96\xe5\x5e\x58\xcb\xda\x06\x06\x6e\xef\x06\x59\x10\xb8\xfe\x07\xb4\x17\x1e\x70\x0e\x46\x96\xa1\x56\x96\xde\xe8\x17\x6c\xe4\xb9\x1b\x85\x7d\xf0\xdd\x43\xc3\x29\x2a\x64\x58\xe7\x5f\x2a\x1b\x99\x53\xf5\x8d\x96\x84\x6c\xd7\x58\xd2\xc3\x90\x6e\xce\x3c\xc6\x26\xd4\xbe\x40\xc1\xcc\x42\x4b\x12\xba\x59\xd5\xd8\xfc\xf5\x4e\x10\x80\x75\x38\xdd\x82\xd5\xb8\xb7\xe5\x72\x94\x81\x6f\x3b\xf3\xa9\x60\x39\xe7\xd4\x81\xd0\xc2\x85\x9c\xfc\x8e\x25\x94\x05\x9c\x31\x95\xa1\xd4\x59\xe4\xde\x22\x0e\xcd\x81\xc4\xd8\x27\xe8\xbe\x64\x54\x7e\x3a\x83\x41\x2e\xdd\x26\x67\x5e\x20\x47\x05\xec\x06\xfd\xd9\x8f\x9d\x18\xd0\x6b\x76\xb1\xa5\x3f\xf2\x82\x38\x31\x74\x2d\x4f\x23\xdd\x3a\x98\x95\xdf\x22\x49\x68\xbd\x59\x70\x41\x9c\x66\xf6\x2a\x7c\x26\x22\x95\x7b\xa9\xa3\x85\xad\xc4\x1a\x9a\xaf\xe0\x4e\x9e\x1d\x5d\x2e\x18\x13\xef\xcb\xb4\xe2\xcf\xf7\x37\xb2\xc4\x3c\x3f\xa7\xa9\x50\x28\x77\x82\xe5\x4e\x24\x89\xf4\x38\x16\x9a\x3b\xce\x38\xd8\xc7\xc9\x73\x32\x8c\x68\x9a\x9b\x1f\xa8\x0b\x2c\x79\x53\x40\xd3\x50\x64\xe7\x0b\xbb\x8b\x4c\x68\x2f\x75\x84\x72\x30\x07\xa0\x51\xe5\x47\x62\xef\x32\x86\x49\x6b\xfd\x76\x32\xeb\xc4\x3b\x1c\x09\x90\x2b\x38\x69\x29\x82\x3b\xb9\xdb\x0f\xa9\xb3\x6b\xeb\x6f\x74\xbf\xc9\x79\x55\xf3\xac\x7e\x78\x9e\x6b\xd5\x52\xd3\xd4\xfc\x2c\x73\x94\xc4\xb7\xa0\xbf\x34\x05\x2e\xa4\xcc\x31\x45\x65\x59\x51\x6b\xf5\x13\x63\x52\xe8\x81\x6a\xa5\xaf\x0b\x73\xb4\xe2\xa8\xc3\x6d\xd6\x7f\x92\x62\x4b\x1d\xec\xc7\xcf\x3d\x00\x64\x5d\xdd\x93\xdd\x59\x99\x63\xdb\x75\xbe\xa6\x3a\x37\xa6\x7d\x9a\xfe\x46\x5e\x69\xb3\x87\xc8\x31\xff\x5b\xfd\x52\x90\x2c\xcc\xad\xfa\x98\x11\x4e\x1d\x5e\x9e\xb6\x15\xa0\x75\x98\x68\x3e\x6b\x19\xa4\x76\xba\x43\x2c\x4b\xa9\xf0\xb1\x2c\x87\x5e\x0b\xd7\xec\x9f\x9a\x85\xed\x4f\xea\x38\x92\x7d\x78\x20\xae\xfa\x50\x2e\xd0\xeb\xa4\xfb\x9d\x17\xdc\x71\x59\x18\x97\x5f\xd1\x12\xc8\x3a\x58\x38\xad\x9e\x95\x6e\xa6\x74\x56\x85\x6d\x81\x69\x3b\x4b\xab\xbd\x9f\x32\xdc\xf4\x6c\x07\x37\x56\xa8\xf2\x9c\xe5\x7e\xa8\x5d\x78\x73\x1f\x3d\x6b\xe5\xd1\x1d\x1d\xf3\xb2\xa9\x07\x87\x55\xcf\xc9\x69\xdb\x9b\xaf\xdb\x99\xfb\xb6\xb7\x47\x70\x34\x3f\xa0\xa3\x87\xb5\xba\x60\x4f\xf3\xee\x74\x27\x4a\x44\x6d\xcd\x16\x67\xea\x6f\x73\x94\xf7\x61\xfa\x79\x23\xc5\x61\x1d\xf3\x95\xea\x9d\xd5\x68\x68\xb3\x68\xd6\xb9\xb1\xcc\xc4\x9c\xdd\x07\x77\x31\x0f\xe6\xee\xef\x64\xb0\x96\xe7\x4f\xac\x2a\x64\xb5\x15\x64\xa8\x09\x70\x4d\xe1\x6d\xb2\x19\x1c\xa2\xd2\x0b\x1c\xa1\x7c\xfa\xd2\x04\x36\xbc\x98\x39\x65\xbd\x3d\x32\x06\x9c\xe6\x74\x1a\xb5\x87\x37\x5a\xae\xc5\x40\x74\xf5\xd9\xb9\x0c\x69\xfe\xf7\x03\x5c\xc6\xaf\x82\x1f\x1d\x1d\x4c\x94\x32\xbe\x72\x90\x35\x8e\xea\x50\x74\x8d\xd5\x4a\x0b\x27\x27\x83\xa1\xf4\x9a\x7c\x23\xf8\x97\x69\xb5\xed\x0b\x74\x85\x55\x15\x50\x09\x9f\x80\xc2\x9d\x32\x91\x37\x88\x9d\xe5\x14\x2c\x0e\xad\x3a\xb3\x9a\xde\x48\x6d\xdb\x5f\xc5\xf0\xa0\xc5\xb5\xff\x8f\x71\x9a\xbe\xbc\xe2\x1b\x33\x93\x61\x51\x34\x8f\x65\xc3\x78\xca\x2e\x60\x1d\x61\x7e\xc8\x1f\x0f\x4a\xc0\xc9\xdb\xf2\xa0\x02\x68\x6b\xc0\x5c\x98\x09\x37\x38\xcd\x42\x9a\xd1\x49\xa3\x5f\x61\xce\x98\xf3\xa9\x29\xb4\x99\xb0\xe7\x60\x1b\xed\x20\x9c\xd3\x36\x9e\x0e\xc2\x66\x73\x2c\xc3\x05\xfe\x9f\x72\x0f\xe3\x39\x12\x40\x2c\x62\xf6\x22\x07\x73\x7f\xb0\xca\xd0\x88\x78\x06\x58\x85\xbe\xf5\x8f\x81\x4e\x60\x3a\xc7\x06\xc4\x16\x5f\x37\xfa\x22\xda\x83\x53\x4f\x8e\xa5\x0c\x70\x80\x81\x27\xd4\x1c\x72\xa0\xc5\x8d\xb6\x8c\x4c\x2b\xab\xa5\xfd\x22\x17\x2a\x56\xd0\xaf\xb1\xbf\x63\xd7\x18\x7d\xec\xff\xe5\xdc\x62\x76\xb3\xaf\xc5\x81\xac\x8b\xec\x53\x7e\xfb\xa0\x11\xec\x43\x8e\x79\x70\x3e\xdb\x60\x39\x06\x5d\x48\x3c\x3d\xfa\xa7\xd0\x55\x12\xd9\x37\x89\x32\x52\x0c\x37\x5e\xa7\x7c\x14\xe9\x4a\x8a\xa8\x37\x85\xa7\x64\xc9\xb4\x73\xc2\x51\x68\x28\xfd\xa8\x20\x2e\x5b\xcb\xb8\xc6\xaf\x89\xdd\xc8\x1a\xcb\xbb\xe5\x07\x80\x9b\x78\x13\x1d\x67\x42\x67\xb9\x16\x96\x9e\x88\x8e\xdc\x7a\x50\x9f\xdf\x60\x50\x75\xaf\x2e\x10\xe9\x5e\xd5\xb9\x15\xe6\x69\xbd\x8c\xc9\x94\x4c\xb5\x48\x5c\x4c\xa5\xa9\x2e\x40\x0f\x68\x22\xe5\x84\x4c\x09\x7d\xaf\x7c\xcd\xd6\x47\xcc\x51\x52\x2f\x9f\xdb\xac\x6c\xb1\xad\x43\x19\x34\x4c\xd0\x64\x89\xc3\x0f\xb9\x79\x83\xef\xf3\x42\xeb\x02\xda\x07\xf2\xa3\xaa\x91\x6a\xc7\x82\xad\x15\x8f\x75\xc5\x85\x09\xe5\x8b\x85\x4e\x94\xc2\x92\x54\x56\x33\xb5\xc2\xc8\x48\xaf\xa0\xbd\xd6\xc5\x6d\xc9\x60\x84\x16\xfd\xf3\xee\x61\x0e\x29\x76\x38\x8c\x03\xa9\x92\x5d\x96\x46\x38\x93\x9f\x33\x90\x9d\xcb\xeb\xa9\x6c\xcd\xc9\xe3\x74\xba\x56\x0c\xe5\x93\xad\x46\x4d\x72\x41\x51\xe3\x23\xfe\xa4\xc2\xce\x3a\x80\x71\x98\xf2\xae\xf2\xc5\xee\x57\xb4\x90\x32\x6e\xf4\x58\xfa\x1e\xe3\xfe\x75\xc7\x99\x1b\x34\xaa\x85\x4a\x70\x84\xfc\x8d\x65\x23\x3c\x59\xb8\xa0\x9f\x99\xeb\x32\x48\x6f\x11\xe4\x2d\xee\x33\x99\x1f\xe7\x2f\xe9\x56\xab\xb9\x05\x5e\xed\xe9\xbc\x80\xc2\xc4\xa6\xbf\x0c\x80\x52\x5c\xb7\x6d\xb7\x0f\xf5\x7b\x65\x6c\x94\x80\x9e\x5e\x72\x77\x1d\x83\xf1\x4d\xf7\x72\x61\x2e\xeb\x90\xb2\xc0\xf2\x34\x74\x55\x78\xa8\xef\x54\xce\xed\xc3\x3b\x9a\xef\xe5\xde\xd9\xbf\xcc\xbc\x2e\xef\x4e\xff\x50\xd1\xff\xf2\x1f\xf7\xac\xe6\xb6\x14\xfc\x69\xdf\x41\x07\x29\x1e\x4d\x6b\x52\x4f\x52\xd5\x35\x35\x51\x2b\xe9\x16\xe5\xf8\xba\x50\x86\xc6\x70\x71\x21\x93\xb5\x43\x25\xb7\x9a\x06\x15\x8a\x46\x9d\xfc\x02\x1e\xce\x99\xbc\xb7\x19\xfc\x95\x9b\xd5\xea\x0c\x79\xe6\x1d\x2d\xe7\x41\xda\x82\x25\x8a\x77\xd0\xcf\xc2\x36\x3c\x0f\x4e\xa2\x86\xe4\x06\xc2\x57\xe8\xd6\x71\x7f\x91\x58\xc6\x4f\xff\x89\xc8\x77\x70\xa4\x63\x2c\x7a\x1a\x0e\x19\xad\xc1\x5e\xa0\xa1\x27\x2d\x59\xbf\xf2\x15\x03\xd7\xc0\x80\x02\x75\x4b\x1a\x68\x28\xec\x2c\x3b\x0f\xfe\xa2\xdc\x54\xf8\x42\xf9\xb4\xb1\xd8\x65\xe8\x01\x3d\x3d\x67\x1f\x9c\xce\xb8\x13\x97\x8b\x00\x2c\xd8\x8f\x44\x06\xa0\x55\x0e\x5f\xd1\x72\x64\xca\xe8\x0c\xec\x0c\xda\x7a\x62\x12\xcb\x93\xea\xda\xff\x95\xa5\xa4\xde\x6f\xd6\xb3\xbe\xd3\x8e\x94\x8d\x05\x13\xe8\xd5\x72\x19\x78\x8b\x51\x84\xad\x80\xb6\x33\x6b\x73\x96\x41\x9f\x58\x57\x62\xbf\xc0\x15\x90\xa3\xdf\x2c\x24\x07\x96\x39\x0c\xa2\x3b\xd1\xf1\xa3\xb7\x60\x66\x6c\xed\xb1\x39\x8c\x4a\xa8\xa4\x6f\x2e\x73\x32\x74\xa5\xf1\x09\xb3\x18\x9e\x59\xc2\x60\xcd\x86\x77\xc9\xe6\xb3\x7a\xe1\x33\xc8\x3b\x70\x0b\x12\x93\x3d\x13\xb2\x44\xbe\xc6\x8e\x82\xae\xa2\xcd\xbe\x5b\xe0\x63\x58\xae\x43\x10\x72\x0d\x77\x1d\xbd\x18\x5b\x8d\x83\x87\x3f\xd1\x77\x93\xab\x7b\x83\xe9\xb7\xc9\x61\x0d\x00\x23\x9d\x3d\x68\x3a\xc3\x04\xd8\x32\x49\x33\xb3\x95\x5d\x08\x57\xb3\x76\xb2\x73\xb3\x2c\xc0\x45\xec\xc2\x98\x69\xd0\x18\x36\xee\x73\x12\x1e\xce\x96\x3b\xcc\x40\x16\xb3\xc9\xd1\x30\x5a\x45\xbc\x38\xf0\x95\xfa\x4a\xbc\xa9\x8b\xa0\x09\x44\xc6\x5a\x03\xdd\x47\x78\xc8\xd0\x47\xff\x20\x9c\x2a\x7a\xc6\xe8\x12\x14\x40\x73\x99\x20\xff\x52\xc6\x51\x56\x0c\x7f\xf9\xd6\x11\x60\x18\x8f\xf4\xb1\x85\x22\xb8\xe7\x16\x5e\x80\xa5\x9c\xff\x8d\xee\x46\x27\x93\xb1\x7b\xdb\x28\xd9\xfa\xd4\xb6\x6e\xaa\x8d\xf6\x4c\xd5\x38\xea\x11\xcd\x62\x6d\x09\x4d\x50\x54\x2e\x58\x49\x4f\x52\x8d\x60\x1e\x67\xf8\x29\x12\xd3\x86\x98\xeb\x64\xe6\x68\x15\x6b\xa3\xe4\xa8\xb7\x05\x98\x23\x3a\xb8\x30\x05\x3a\x20\x40\x2c\x47\x21\xf1\xdc\x8c\xbe\x19\x85\x53\x6b\x1a\x9a\xc3\x0b\x1f\x57\x59\x99\xc7\x52\x5a\xcc\x8a\xa2\x67\x54\xa4\xcc\x82\x7b\x9a\xb6\xa3\x78\x3b\xbd\x9c\x1e\x6f\x90\xa7\xbe\x62\xe4\x68\x35\x51\xb3\x99\xf2\xa2\x14\xaf\x57\xac\x21\xf9\x9b\x05\x4f\xa0\xc5\x92\x59\x96\x6b\xe1\x9b\xfc\xb8\x9e\xca\x82\xc4\xae\x8b\x0d\x7f\x0a\x67\xb6\x93\xa5\xed\x85\xf7\x5a\x26\x2a\xdb\x29\xdd\x0d\x5c\xb2\x9f\x5a\x59\x73\x92\xda\x4f\x6b\xa8\xb8\xb2\xcb\x93\x7e\xaa\xd4\x10\x79\x8c\xf1\xdb\xf0\xcb\xf3\x27\x2b\x58\xfd\x67\x41\x2a\x78\x40\x2e\xb3\x0c\x83\x51\xe1\xb0\xee\x9a\xfc\x3f\x03\xbc\x86\xc9\x05\xc7\x7a\x2f\x97\x9c\x28\x14\x77\x7e\x56\x9c\xa7\xec\x68\xfd\xc0\x7e\x4e\x0d\x6f\xec\xa2\xfc\xa0\x6d\xad\x5d\x99\xa2\xa4\x33\x2b\x12\x22\x7d\x18\xcd\x25\xd6\x9e\xf5\xcc\xdf\xba\x90\x05\xbe\x20\xac\x1c\x65\x99\x0b\x7b\x0b\x4d\x5d\x2f\xf3\x9b\x0e\x6e\xa9\x4f\x2e\xa0\x0c\x46\x97\xcc\x2a\xf4\xe8\x9b\xae\x58\x44\x19\xdd\xd5\xc6\x8e\xa4\xbc\x6b\xfd\x47\xc9\xa3\x7e\x6a\x1c\x96\x32\x9d\x6e\x53\x6d\x8c\x78\xc5\x08\x2e\xab\xf0\x84\x98\x46\x83\xc3\x82\x0d\xe0\x34\x95\xbd\xe5\x00\x74\x43\xf8\x60\x3f\x88\x8f\xcb\xae\xed\x78\x83\xbd\xc8\xf9\x5e\x13\x85\x1d\xc9\xcb\xd6\x07\x61\xc7\xf3\x87\x84\x5b\xb0\x6b\x85\x91\x2c\x1c\xfb\x1f\xe5\x65\xfa\x28\x7c\x38\xad\x27\x9a\xc0\xa7\x30\x5a\xd7\x65\xe1\x7e\xac\xe3\xf3\x3f\xe0\x65\xb0\xf3\xc8\x32\x22\x10\xf5\xde\x57\x81\xb9\xe7\xbd\xeb\x70\xc5\x9c\xf2\x7f\x56\x9b\xb0\x71\x85\xcb\x74\x7a\xcc\x89\x12\x2a\x68\xc0\xc2\xa8\x22\xe6\x23\x2c\x87\xf6\x2c\x8d\xc0\x4a\x18\x59\x51\x5f\xb1\x93\xac\x59\x5e\x77\xf1\xb1\xe0\xb3\xf9\x12\x1c\x81\x5f\x8f\xcc\x23\xdc\x50\xfd\xe0\x7e\x34\x85\xb2\xad\x3d\x19\xcd\xa1\xce\xa9\xba\x89\x26\xd0\xa6\x6b\xaf\xa2\x62\xda\x2b\xfe\x37\xf4\x00\xfd\x39\xd3\x0f\x7d\xc3\x1c\xb5\xfb\x2b\xb6\x88\x15\x14\xc5\xc5\xb2\xc0\x4e\x2f\x08\x1b\x82\x97\xcf\x0f\xc7\x83\x91\xeb\x23\xa3\x88\xc9\xd8\xb4\x01\x15\x62\x01\x4e\x6e\x4d\x45\x66\x82\x9c\x8a\xb7\xc8\x12\xf0\xba\x66\x39\x92\x0e\x6d\xe4\x49\x90\x16\xe8\x06\xfd\x2f\xf2\x11\x86\x52\x1f\xa2\xc1\xc8\xca\xcd\x55\x68\x1d\x6a\xeb\x79\x02\x5b\x84\xfe\x99\xf7\x04\x3b\x86\x3d\x1d\xe9\x8d\xb7\xe3\xe1\x7d\xd7\xa0\x6a\xc2\xd8\x7c\x15\xba\x4b\x48\xcd\x41\xf0\x34\x82\x52\xd4\x0e\xa7\x12\x3b\xb8\x2b\xe1\x41\x22\x85\x76\x06\xb1\x21\x18\xbb\xae\x23\x18\x61\x8c\xbc\x84\x3c\x21\x2e\x7a\x7a\xa2\x2c\xf6\x88\x79\x07\xb1\x79\x6c\x97\x91\x0a\x7c\x0e\xd1\xdf\xf3\x1e\x2c\x11\x56\x37\xda\x82\x17\x85\x16\x65\x13\xa0\xc9\x82\x0c\xe5\x01\xa8\x80\x7f\x9a\xe4\x43\x37\xf9\x9e\xd4\x38\x38\x80\x37\x90\x52\x09\xef\xe7\x79\x46\x3c\x40\x96\x72\xf7\xac\x6d\x40\x8e\x70\x9d\xe7\xa9\x51\x82\x43\x8c\x7c\x8c\x89\x48\x87\x8e\x07\xcc\xaf\x9a\xc7\xb5\x0d\xac\x4d\xea\x3a\xd3\x31\x56\x75\x51\xac\xec\x02\x38\x59\x79\x1f\xff\x04\x2a\x14\x19\x85\x33\xa1\x49\xb2\xb7\xc9\x47\xa0\x1a\x69\x4a\x38\x01\x2f\x13\x9f\xf2\xb8\x08\xdf\x14\x0d\x9b\x97\x89\x54\xf2\xff\x8c\x52\xa1\x6d\x5c\xe7\xd6\x3a\xc6\xc3\xca\x7d\x55\xe9\xcc\x35\xe6\x9d\xfa\x4f\xcc\xa2\x32\x17\x89\x17\x6b\x6c\xf1\x21\xb4\x92\xa5\x33\x06\xe5\x5b\x83\x8b\x74\x7b\x92\x7e\x83\x97\xd4\x7f\xc3\xfe\x40\x98\xca\x76\xcd\x3e\x78\xad\xec\xd3\xdc\xc7\xc8\x14\x31\x7d\x54\x0f\xba\x82\x3f\xbc\x79\x14\x63\x62\xbb\x77\x85\x33\x23\xaf\x25\x40\x5b\xca\x38\xdb\x38\x4f\x34\x8a\x19\x59\x7b\x16\xd6\x31\x1f\x56\x45\xe6\x2e\x61\x11\xe5\xd5\x89\xb1\xe0\x8a\xe2\xee\xd0\x7e\xf0\x8d\x3e\x6f\xf5\x71\x68\x7f\xd1\xb1\xb9\x89\x70\x9d\xac\x67\xd4\x49\xe4\xac\xc0\xd4\x64\x43\x3f\xdc\xdb\x66\xf6\x67\xd8\x77\x45\x6b\xda\x19\x70\xdb\x09\xa1\x03\xe3\x4f\xf3\x08\xe8\x08\x53\x5e\x3f\x21\x27\x97\xe5\x5a\x75\x7b\x7b\x0b\xeb\x41\xf9\x96\x50\x57\xd0\x6c\xda\xb1\x3a\x1b\x62\x68\xbe\xce\x5d\x0d\xef\x52\xcc\x1e\xf5\x0c\x11\x09\x97\x34\xee\xa0\x23\x83\x41\xe5\x32\xfa\xa5\xbe\x12\xf5\x1f\x86\x4b\xf7\x1e\x01\xca\xa8\x6b\x37\x42\x0e\xcc\xe5\xcd\x6b\xb3\xef\x33\xcf\xd4\x49\xb6\xaf\x62\xa1\x95\xd0\xc6\xe3\xa0\x4f\xc9\xad\xd5\x6b\x20\x1b\xdd\xe1\xb9\xee\x30\xa0\x74\x1d\xbd\x08\x59\x20\x64\x74\x7e\xe6\x56\x67\xbd\xab\x43\xb9\xcb\x73\x92\x8a\x73\x38\x47\x72\x4f\xcb\xe7\x73\xf2\xf3\xbd\xf0\x77\x9c\x79\x05\x17\x0b\x6e\x92\x17\x28\x68\xf2\x6a\x92\x4f\x8b\xde\xb4\x9a\xf4\x60\xc4\xad\x99\xcf\xfe\xc4\x42\x67\xbf\x62\x5f\x82\xbe\x0d\x9f\xc3\xfe\x83\x4e\xe8\xf4\xe3\xbc\xcb\x1b\x57\x7b\x85\xc3\xcb\xdf\x68\x3a\xc3\x99\x5b\xc0\x91\x89\xc8\xfb\x85\xed\x78\x12\x59\x45\x1d\x5e\xb0\x95\xdc\x49\xcb\xd9\x71\x98\x74\xa0\xff\x0a\xbb\xc5\x7e\xc3\xdc\xb3\x7a\x88\xbd\x1f\x54\xcd\xee\x64\xb7\xc2\xed\xc3\xc7\xb1\x5f\xa1\xbb\x3b\xd8\x1c\x9f\xc2\x4d\xb5\xb3\xc9\x3b\x94\x38\xd3\x1c\x92\xa0\x26\x4b\x1f\x90\x91\x34\x3f\xec\x30\x39\x9f\x1e\x9e\x3f\xc4\x7e\xc3\x80\x77\x04\xb1\x0f\x30\xcf\x84\x21\x6c\x03\xe8\xb7\x9a\xc6\x46\xa1\xf3\xb3\xb9\x6c\x18\x51\x0f\xb7\x66\x1f\x47\x1f\xb6\x5d\x66\xff\x60\xfe\xab\x66\xb0\x9b\x59\xa0\x81\x64\x67\xb3\xde\x49\x18\xec\x0d\x20\x1d\xe5\xb0\x9d\x20\xdb\xbc\x46\xf6\x70\xe8\x62\x52\x04\xf1\x0a\xae\x09\xed\x24\xee\x23\x22\xf7\x7d\xc4\x5b\x94\x33\xdb\x91\xf8\x8b\x15\x0d\xb7\x64\xa7\xe3\x93\x5a\xc7\x10\x06\xdc\xa1\xb2\x9b\xc8\xc0\x97\xe8\xbe\x12\x5e\xb8\x9b\x78\x2c\xb1\x0a\xf7\x47\xfc\x88\x99\xf8\xb6\x5c\x11\x31\x0d\x57\x27\x6e\x25\x46\xe2\x97\x37\xfe\x20\xe6\x12\x8e\xee\x3e\xc4\x06\x82\x36\xdb\x9a\xd8\x4d\x1c\x1b\x1e\x4b\xdc\x21\x72\x9b\x30\x3c\x97\xdf\x65\x4e\xc5\x73\xf8\xb1\x9a\x5e\x7c\x27\xef\xb9\x70\x22\xbe\x8d\x97\x0b\x89\xf0\x04\xee\xdf\x9c\x31\x78\x3c\xb7\x66\xbb\x2d\x9e\xc2\x8d\xd8\x68\x8d\x33\x38\xaf\xdc\x86\x70\x05\x87\x63\xff\x09\x3f\xc4\x19\x3e\xfc\x0c\xb1\x96\x7d\xa1\x6e\x08\x9b\x52\xd4\x5b\xf2\x0b\xb3\x53\x15\xa9\x0c\x98\xad\x32\x9d\xb7\x11\x9b\xa5\x98\xc5\xb2\xc3\x5c\x65\x97\x33\xdf\x61\xde\x52\xf1\xb6\x68\x2c\x41\xb2\x22\xb8\x1b\x23\x45\xfd\xab\x5e\x60\x6d\xc2\xf9\xf6\x0d\xd8\x07\xfe\xb6\x11\x41\x78\x21\xe7\x60\xf5\x0e\xd4\xbe\xfc\xba\xf1\x1b\x6a\x5f\x7a\x5a\xfe\x04\x9d\x57\xdc\x47\x5e\x46\x97\x19\x85\xf4\xa7\x68\xb0\x3e\x28\xfd\x2b\x9a\xa9\xf9\x14\x57\x81\xea\x8a\xe0\xa0\x6d\xe8\x19\xc5\xa9\x95\x5f\xb0\x31\xd2\xff\xd9\x6f\xc0\x62\x45\x2d\x23\x4c\xd8\x1d\x9e\xa4\x72\x24\x22\x6c\x6e\xd0\xb7\x23\x60\xc3\x07\x69\x03\x82\xd5\x4d\x21\xf6\x22\xea\xea\x91\xd4\xaf\x48\xbb\xf9\x62\x9a\x1b\x72\xbd\x34\x3b\xd6\x16\xb5\x36\x9e\x0c\x9c\x84\x86\x69\x4f\xac\xf8\x81\x6a\x54\x8c\x59\x87\xd1\x97\xd2\x43\x23\x3a\xb0\x02\xc1\x44\xf3\x1f\x64\x43\xe7\x1e\xdd\x01\xc4\xab\xad\x59\x72\x04\xf1\x6a\xa6\xe0\x8f\x90\x88\xfa\xdf\xd4\xc5\x48\x56\xcd\xd6\xdd\x28\xa2\xac\xc8\x8d\x61\x21\x47\x4a\x3d\x36\xc8\xd0\x11\x06\xcd\x0a\x0d\x1a\xa9\x96\xce\xd2\xa2\x35\xf2\x69\x23\xce\x62\x4e\x82\x6a\xf3\x12\xc4\x6a\xcf\x57\x1d\x00\xff\xe9\x6e\x93\x4c\x82\x7f\x76\x2c\xc4\x3d\x91\x11\x2d\x71\x14\x1d\x62\xd7\x10\x9e\xfa\x15\xf1\xac\x7e\x1f\x33\x12\xc9\x34\xaf\xd9\xb0\x1c\xa9\x37\x7d\x5b\x91\x88\xbc\xd7\x06\xcd\x52\xa1\xfe\x0a\xfb\x91\xa3\xd1\xc3\x82\xb7\xb5\xbd\x92\x11\x59\xde\xc5\x43\x62\xb7\xec\xfd\xca\x66\x51\x42\x6e\x30\x77\xa1\xb0\x26\x6f\x88\x71\x40\xf0\xae\x20\x2d\x83\x14\x2c\xa2\x38\xc6\x1d\xe7\xa7\xd1\xc6\x04\xee\xe6\x55\x33\xe6\xad\x48\xe7\x3e\x62\x85\xd8\x29\xb9\xcb\xa0\xcb\x40\x0e\xe7\x1c\xf2\xb4\x76\x94\x38\x3e\x77\x77\xf1\x0a\x91\x31\xcf\xa0\xb4\x13\x9e\xca\x7f\xc3\xa9\x16\xce\x2e\x5c\xc2\x08\x11\x30\x28\xfa\x8c\x89\xfc\xc3\xb4\x51\x71\x3b\xf9\xe3\xe8\xd5\x81\x4e\xbc\x44\x66\xc1\x8a\x85\xdc\x36\x30\xdc\x8e\xc2\x1d\x0b\x93\x00\xc8\xe9\x45\xdd\x6a\xd2\x45\xad\x05\x75\x26\xa5\xf0\x6f\xa1\x5e\x81\x09\xd7\x52\xfa\x39\x13\x04\x65\xd4\x66\xfa\x61\x01\x40\x1b\x4a\xd7\xf1\xe3\x18\x23\x62\xbf\xf0\x5a\x98\xe9\x1b\x9e\xf3\xc6\xb2\x9e\x2f\x7f\xcc\x2d\x84\x50\xbb\xad\x9c\xdb\x48\x02\xa0\xe0\x28\xd0\xb6\xaa\xff\x09\x09\xc6\x63\xe3\x1c\xc1\x1d\x26\x53\x3e\x5f\xb0\x86\x35\x89\x7d\x8d\x5f\xcf\x6a\xa6\x35\xf2\xed\xc0\x5d\x69\x46\x1e\x0e\xb9\xc7\xda\x71\x9f\xc0\x0e\x1b\xc2\xb9\xbb\x90\xc9\xcb\x77\x70\x9e\xa0\xb3\xec\x96\x72\x76\x60\x61\xc0\x39\xce\x42\xec\x51\x65\x84\x20\x16\x3d\xa0\x3f\xcb\xdf\x8f\x7e\x95\xd6\xf1\x17\x63\x33\x09\x98\xd7\x84\xf9\x50\x29\x3c\x57\x8c\xb9\x9b\xcd\xad\xc2\x4e\xc7\x38\x73\x67\xe0\xcb\xd7\xd7\x72\x1a\x71\xf5\x72\x80\xb3\x1a\xff\x65\xb7\x94\xdc\x4f\x64\x0d\x0b\x26\x25\xc4\xf2\xf2\x0f\xfc\x4d\xbc\x49\x5a\x1a\xef\x24\xf7\x98\xb8\x8d\xe7\xc5\xa5\x61\x7b\xb9\x47\xb9\xd3\x0b\x5f\x73\x23\x38\x67\x53\x17\x71\xae\x70\x8c\x5b\x47\x71\xb6\x71\x72\x02\xee\x92\xef\x39\xcb\x97\x95\x92\x7c\xf2\xbd\xdd\x32\x72\x12\xa9\x1e\x76\x86\x7d\x9f\x8d\x97\x2c\xe2\xcd\x53\xda\x17\xc5\x73\x75\x8a\x38\xc1\x29\xae\x8d\x1c\x42\x1c\x39\xd5\xb2\x84\xfc\x66\xce\x1a\xa9\x77\x8a\x3b\x79\x46\xe2\x14\xbd\x9b\xdc\x29\xb6\xf0\x37\x90\xa3\x84\xfd\x4b\x8f\xb0\x9b\x05\x5b\x67\x3c\x60\x07\xf1\xf6\x5b\x38\xb2\xed\x39\x89\xc6\x22\xae\x5d\xc9\x6b\x85\x94\x53\x6d\xfa\xc2\x5b\xc7\x59\x6d\xf4\x06\xaf\x90\x67\xf5\x81\xb9\x46\x32\x4d\xeb\x93\xbc\x9d\x1c\xa1\x76\xdc\x7c\x8e\x5d\xa7\xfc\xe0\x17\xc1\x8e\x97\xb3\x96\xdc\x60\x5b\x49\xce\xcf\xa0\x10\x3d\xc2\x5b\x16\xf1\x84\x92\x37\x56\xbf\x80\xb3\xb3\xfe\xb6\x8c\xe0\x8c\xa9\x45\x38\xf3\xc9\xae\xaa\xcf\xcc\xfb\x64\x58\x85\x4b\xf6\x05\xf6\xf3\x32\xef\xa4\x03\x6c\x51\xf1\xbc\xc8\x0c\xf6\x12\xfd\x79\xdf\x69\xc4\x63\xcd\x8c\xc5\x77\x09\x9d\x72\xd6\xf4\x37\x44\xa0\x64\x9f\x05\x93\xb0\xe3\xf3\x74\xeb\x38\xeb\x5a\xbb\xa4\x35\xe4\xdd\xa6\x4f\x64\x30\x89\x37\x00\xcc\xc9\xe4\x94\x9a\x9b\xd9\x53\xd9\xad\x95\x64\xd2\x54\xf6\xa6\xb2\x97\x11\xd7\x88\xf7\xc5\x63\x7c\x0c\x44\xa5\x6e\x70\x31\x8b\x88\x2e\x9a\x32\x7d\x90\x00\x64\x80\x45\x11\x7e\x51\x30\x45\x2b\xe2\xcc\xee\x3a\x29\xf9\x4c\x76\xb5\xf7\xb3\x4b\xc8\xe0\x96\x3c\x06\x8d\x7d\xbd\xe1\x4b\x96\x90\x9d\x55\x1b\x90\x68\x64\x03\x95\x9e\x11\x79\x44\x79\xe9\x03\x1f\x3f\x22\xd4\xf0\x6f\xf1\x6a\xfc\xab\x7a\xef\xf4\x0e\xdc\x2c\xfb\x63\x71\x1a\xcf\x10\xa4\xa9\xdd\xb4\x47\xb3\x6c\x44\x2d\x9a\xa0\x6c\x29\x9e\x5e\x74\x25\xe7\x0f\x6d\x94\x2a\x3f\x8f\x93\x7e\x5d\x09\x14\x2c\xdb\xf6\x40\x0e\x16\xfe\x17\x56\x24\x7d\x4c\xfd\xe6\xf9\x5b\xe2\xc9\x98\xe1\x5c\x2c\x22\x59\xc9\x53\x3c\x05\x47\xa0\x1f\x00\xc0\x0f\x47\x81\x22\x93\xd6\x21\xe7\xa6\xc8\x49\xdd\x99\x37\x0f\xfb\x5c\x14\x94\xbf\x8b\x5a\xae\x7c\x5f\xd0\x9a\xce\x50\xa8\x28\xf3\xb7\x09\xe4\x53\xa9\x1d\x61\xeb\xa5\x12\x7a\xae\xe7\x71\xf1\x07\xe6\x46\x67\xaa\x28\x1c\xdc\x30\x65\xb5\xa0\x18\x96\x00\x00\x7f\x29\xba\x4e\xf5\x49\x23\xc9\x3f\x28\x34\xa8\xed\x0b\xee\x60\x74\xd5\x40\xe1\x3b\xaa\x83\x92\x46\xf9\x95\x6e\xa5\x98\x4d\x5b\xb9\x6d\xa1\xac\x99\x2e\x0b\x7d\x2f\x75\x61\x4e\xf0\x94\x88\xab\x58\x75\xce\x61\xa2\xb1\x50\xfc\x94\x15\x82\x34\x24\x0c\x00\xf8\x16\x68\x9d\xf2\x94\x3a\x8e\x6e\x12\x50\x8a\xc6\x33\xa2\xd1\xad\xca\xb3\x8c\xbf\x94\xf9\x0a\x01\xb3\x27\x6d\xbe\xdc\x93\x25\x8e\x8f\x95\x5e\x05\xf1\x50\x1f\x49\x32\xa4\xf1\xb4\x15\xbd\x85\x2b\x9c\xc7\x0b\xf3\x91\xd3\x53\xfc\xf8\x57\xb0\xa9\x00\xc0\x03\xb1\xfd\x8a\xed\x45\x99\x70\x3b\x7f\x9e\xca\x06\x71\x42\xc6\x2b\xce\x22\xec\x82\x9f\x72\x0d\x72\x76\xf7\x74\x59\x34\xba\x22\x2e\x43\xf2\x03\xed\xdc\x48\x15\xab\xb1\xe0\xb5\x7c\xd1\x1a\xec\xa6\xd3\xa0\xe0\x0c\x4e\x9d\xb2\x9e\xef\x43\x4c\x00\x00\xee\x2b\xfc\x9f\xec\x8a\x2a\x8e\xe4\x71\x95\xca\xd9\x24\x05\x52\xc8\x9f\x91\x9b\xf2\xcb\x64\xdd\xa4\xd3\xae\x67\x52\x88\x9c\x1c\x1b\x2b\x71\x25\xa7\x85\x88\x45\xe7\x49\x07\x8f\x27\x42\x82\x5c\xe4\x54\x20\x98\x4d\x2e\x9d\x12\xc6\x33\x92\x13\x01\x80\x1b\xc0\x0e\x12\xdf\x55\x26\x4a\x0f\xb2\x5f\x28\xa6\x4a\xdd\x59\x0b\x64\xb7\x25\x82\x5c\xa6\xb4\x49\xdc\x9e\x32\x42\x42\x13\xdd\xd9\xda\x23\x5e\x2a\x1a\x17\xbc\x42\x78\x4f\xb8\x76\xcd\x23\x81\x41\xb0\xc1\xf1\x12\xdf\x97\xbf\x6e\x8a\x03\x77\x88\xfb\x0b\x00\x38\x10\x67\xac\x10\x56\x64\x19\xd6\xe1\xc5\x72\x4f\xdd\x6d\xfa\x4f\xd9\x04\x6d\x72\x36\x2a\x79\xa8\x3e\x90\xec\x2f\x6e\x2a\x9a\xb2\x65\xbe\x28\x4f\xb9\x3d\xf0\xb6\xd0\x41\x2e\x5e\x7d\x95\xff\x42\x4a\x38\xce\xe4\x19\xc5\xe1\x36\xb7\xb9\x4b\x04\xc7\x00\x80\xbc\xcb\x35\xf2\xc3\x15\xa3\xab\x0c\xa8\x4a\x76\xb4\x22\x9d\x36\x46\x2a\x2e\xb7\xcf\xec\x92\x6c\x2f\xd9\x97\x54\x25\x76\x32\x79\x47\xb5\x08\x3f\xe8\xf5\x1b\x0c\x82\x56\xcd\x21\xf7\x7d\xfc\x3c\x95\xda\x61\x1d\xcf\x4e\xee\x68\x93\xce\xe9\x15\x6f\x06\x00\x32\x91\xf7\x90\x97\x2f\x6f\xaf\x3f\x8e\xf4\xc9\x88\xda\x68\xaa\x97\x34\xaa\xaa\x27\xe3\xa3\x64\xae\xf9\x77\xe2\x67\xd1\xab\x32\xbb\xa8\x09\xc2\xce\x62\x8b\x0d\x13\x05\x05\xfa\x76\xf7\x60\xbe\x8b\xfa\xf3\xc2\xfb\xdc\xcb\x8a\x57\x36\x9e\x9c\x3c\x09\x05\x00\xc8\xf1\xfc\x54\x6e\xbf\x3c\xa1\xc5\x17\xb1\x94\x79\x36\x1a\x28\x5a\xe9\x94\xba\x81\x8c\x6d\xe2\x7b\xd5\x7b\x12\x73\x45\x15\x15\xe4\x66\xa3\x70\x77\xd9\x88\xf5\xed\x82\xd9\x26\x3f\xb7\x6f\xbc\x0b\x3a\x60\x61\x25\x97\xaa\xca\xb0\x59\xc1\xb1\x96\x6e\x03\x00\x76\x35\x7f\x00\xb7\xab\x38\x97\xb5\x86\x91\x5d\xae\xca\x6e\xce\xf5\x2a\x8d\xcf\x5d\x99\xf2\xaf\xd8\x29\x6f\x20\x6e\x8c\xe1\x61\x41\x7e\x18\x55\x97\x4f\x09\xf5\xd9\xa3\xbe\x4b\xdb\xb6\xec\x87\xca\x81\x21\x9b\xa3\x96\x87\xb2\x9e\x8f\x7b\x2a\x89\x81\x21\x00\x10\x6a\x50\x14\x3b\x51\xb1\x38\x67\x1f\x63\x7a\xd9\x7f\xb9\xff\x72\xde\x96\x9c\xc9\x8f\x49\xe9\x33\x35\x14\x34\xc7\x0e\x19\x28\x94\x45\x61\x1e\x3a\x2b\xea\x65\x1f\xbe\x9a\x4d\x6f\x58\x76\x5b\x79\x9b\x69\x98\x23\x92\x4f\x00\x1b\xc6\xfd\x96\x38\xc0\x2f\x00\x40\x98\x8b\x96\x61\xe9\x66\x65\x7e\x1a\x7d\xb0\x2c\xa3\x00\xca\x51\x97\x78\x15\x56\xa4\xa4\x9a\x16\x51\x8e\xc7\x62\xfa\x3f\x34\x9b\xd0\xaf\xda\x52\xba\xd8\x27\x42\x6d\xc7\x74\x5a\xb6\x47\xc9\x65\x5d\x9e\x83\xcb\x4e\x41\x25\xe3\xc7\x8b\x5f\x20\x72\x00\x10\xae\x42\x3f\xa3\x50\xb9\x91\xf6\x84\x76\xa7\x34\x8b\x5e\x9d\x7d\xa0\x38\x8e\x91\xb2\xb3\xda\xe8\xcb\x5c\x1a\x73\x4d\x3f\x99\x35\x27\x34\x45\x33\x08\xba\x79\x5f\x29\xda\x00\x65\x2f\xcb\x56\x9c\x84\xb5\x73\x32\x65\x0b\x91\x4b\xe3\x97\x8b\xb7\x60\x4b\x00\x40\x50\x8d\xfd\x40\xd2\xcb\x60\x28\x8b\xfa\xbc\x24\x07\x7a\x99\xb5\xcf\xb4\x1d\x8e\xf9\x3f\x0e\xed\xfa\x2f\xaa\xc4\x51\xe3\xf8\x01\x01\xc5\x02\x45\x54\x40\x05\x11\x15\x44\x09\x09\x41\x52\x1a\x94\x4e\xe9\x1a\xa6\x3b\xcf\x99\xee\xee\x61\x86\xee\x94\xb2\xbb\x50\xd7\x46\xb1\x6b\x8d\x35\xd7\x76\xed\xf6\xbe\xbe\xf7\x7f\x78\xde\xcf\x4f\x9f\x8a\xfd\x96\x34\xe8\xaf\xfc\x69\xf5\x2b\x98\xd9\xa9\x43\x86\x5b\xcc\x5f\x51\xe1\x3a\x2c\xeb\xa8\xff\x74\x8d\x15\x9b\xe5\x9e\xa1\x24\x72\xe2\x66\x17\xc9\x86\x38\xbf\x01\x40\xfc\x93\xbb\x1a\xf2\x6d\x69\xe2\x52\x89\xc3\x4d\x0c\xae\x06\xd1\xdf\x80\xe7\x2a\xcb\x0f\x9b\x6b\xb9\x96\x3c\x1f\x53\x22\x77\x4f\xca\x03\x83\x15\xf7\xbf\x48\x95\xb6\x85\x17\xe6\xd7\xac\x8e\xe5\xb1\xdd\xbd\x15\x87\x79\x47\x66\x8b\x64\x53\x78\x17\x01\x40\x9c\xc3\x2b\x61\x78\x35\x23\xe5\x00\xfe\x62\x23\x4a\xc6\xaa\x9b\xb4\xa0\xa5\x6f\xca\x5c\xeb\xcb\xa5\x45\x39\x47\x8c\x51\x92\xb3\xc9\xc3\xba\x3f\x92\x84\x08\x8b\xa6\x5b\x7c\x70\xcd\x7f\xaa\x74\xf1\xa2\x25\x37\xe5\x97\x45\xa8\xd9\x46\xa9\xa7\x10\xfd\x3f\x9b\xfc\x37\xb4\x29\x4d\xc7\x8c\x49\xd8\x6b\x0d\x4d\xfa\xf7\x30\x4f\x73\xbb\x6e\xa2\xc4\x64\xd2\x6a\xb9\xd9\x75\x06\x9c\x66\x4d\x12\x4b\x17\xaa\x9a\x5c\xdf\xa8\x7e\xa8\xac\x5a\x13\xa2\xd4\xcb\x4f\x2c\x41\xca\x17\x49\xff\xcc\xe6\x48\x18\xe2\x5b\x00\x20\x3c\x29\x4c\xa0\x04\x34\x4d\x69\x9d\x89\x59\xdd\x30\xb5\xb9\xb0\x06\x34\xdb\x36\xf2\x8b\x67\x1b\xbf\x5a\x04\x59\xf6\xfa\x9b\xf5\xd8\xc4\x04\xed\x16\x63\x78\xb8\x5e\x5d\xa9\x7b\xb0\x3a\x4f\x39\x4d\x13\xb6\x78\xb7\x4c\xa7\xcc\x9c\x1d\x24\x7e\x2f\xb3\x03\x00\x61\x94\xa8\x9a\x5c\xdd\x38\xde\x79\x1e\x8d\xb5\xfc\xd5\x7e\xb2\x7a\xbc\x7e\xbc\xd5\xb2\xb9\xce\xb8\xbd\x39\x39\x93\xa2\xd7\x35\xdc\x4e\x38\xaa\xad\x36\xc7\x86\x7b\xaa\x17\x19\x69\xbe\x9f\x15\x87\x74\x19\x8b\xd1\xb2\x0d\xaa\xab\xb3\x67\x8a\x7b\x65\xff\xb3\xf9\x4e\x74\x9a\xb4\xa3\x91\xd7\xfb\x0c\x75\xd6\xc2\xeb\x6e\xad\x5e\x55\x4f\xeb\x5c\x5e\xf4\xc0\x58\xdd\x66\xcc\x04\xf4\x11\xcd\xb7\x12\x2a\xb4\xb3\x1a\x9e\x85\x5d\x51\x9d\xac\xdf\xef\xbb\x5b\x51\x6e\x70\x5b\x1c\x29\xbd\xa3\x59\x3c\x7b\x81\x38\x4a\x7e\x16\x00\x04\x3c\xb1\x3b\xda\x6d\xf8\x35\xf2\x67\x8d\xdd\xe0\x7b\x74\x55\x31\xa2\xef\x3f\xcc\xf9\xec\xd5\xdd\xef\x71\x99\xc9\x15\x1d\xe7\x09\x76\x51\xce\xad\x08\xe2\xdb\xc0\x47\x8d\x93\x94\x99\xcb\x97\x9b\x01\x5a\xe9\x82\x25\xfa\xaf\x8c\xc9\x69\xb3\xd5\x67\x99\x81\x00\x20\xef\x64\xaf\x41\xed\x1b\x2e\xc3\xc4\x57\x1f\x1b\xc4\x62\xd9\xc5\xeb\xfb\x68\xb8\x83\xd9\x36\xdd\x1c\x82\x63\x72\x74\x47\x25\xd1\x14\xf9\xbd\xd5\x86\xbc\x31\xf0\x52\x23\x99\xba\x76\xf9\xd2\xfa\xad\xf4\x0d\x0b\x7c\xf5\xbb\x41\xdc\xb4\x50\xb5\x81\x29\x02\x00\x39\x81\x1d\x8c\x4a\x1b\xba\x88\xdb\x5a\x4d\x1e\xf8\x17\x7f\xb4\x18\xe8\xfd\x46\xb8\x96\x75\xb5\x7b\x1a\xf1\x6b\xf2\xbc\xf6\x77\xe4\xac\xc8\x9b\x2d\x8d\x94\x1b\x81\x7b\x1b\x67\xd3\xe4\xcb\x5d\xea\x0b\x18\x45\x0b\x42\xf5\x70\x28\x6e\x5a\x91\x7a\x23\xcb\x01\x00\xe4\x7e\x6c\x06\xca\x6e\xcb\x30\x79\x5f\xf5\xec\xfe\xbb\x14\xd4\x66\x49\xaf\x0d\x75\x49\x56\x45\x97\x2b\xf5\x77\xd2\x58\xfb\x74\xba\x6d\xa4\xa8\x79\x3f\x63\x6d\x20\xd4\xb0\x0e\xe4\x7b\xfd\x34\x69\xa1\xeb\x0b\xd2\x74\x3b\x58\xb1\xd3\x9a\x55\xfd\x6c\x3e\x00\xc8\x34\x9c\x6a\xa4\xf7\x60\x0f\xe3\x68\x55\x46\xdf\x3d\x30\xa5\xe8\x5e\x8f\x1d\x78\x3c\xf3\x4c\xa7\x27\x94\x91\xe4\xd7\xe6\x0a\x7d\x8b\x74\x6e\x9a\x64\x1e\x0e\xf4\xb2\xe4\xb1\xda\xbc\x6e\x19\x0f\xb1\x65\x0b\x8a\xb4\xef\x38\xf4\x69\x0f\x95\xaf\xb9\x3e\x00\x20\xbd\xc6\x15\x20\x62\x07\x4e\x72\x58\x95\x82\xde\x77\x1c\x5d\xd1\xaa\xee\xb9\x9c\xf6\xcc\x95\x1d\x21\x9c\x89\xc4\x8e\xd6\xb5\x5c\xe7\x88\xa6\xc6\x57\x5c\x4c\xc0\x31\x33\x8d\x7b\xd9\xab\xd7\xf0\x9a\x97\xb2\xa0\x54\xeb\xcf\xdb\x6d\xef\xad\x0c\xe6\x5d\x02\x00\xa9\x1b\xaf\x19\x6e\xd5\xdf\x21\xb5\xae\x88\xee\x99\x94\xa8\x0b\xde\x74\x7e\x95\xb8\x66\xcc\x6a\x5f\x28\xde\x91\x30\xd6\xe2\x2c\x2e\x5d\x7f\xb9\xe1\x86\x78\x6a\xc0\xea\x7a\xa4\x68\x97\x57\xbe\xfe\x1f\x51\xe9\x82\xcd\x1a\x6f\xe1\x33\x7b\x8a\x22\x42\xb8\x08\x00\x24\x2b\x04\x76\x30\xbf\xbe\xdd\xda\x0b\x65\x27\xbb\x9f\x6b\x1e\xe4\x8f\x77\xce\x55\x3f\xdd\xf4\xb3\x2d\x40\x75\x2b\xfe\x48\xf3\x1a\xe5\xc5\xf5\x76\x96\x2f\x8a\x03\xfe\x2a\x93\x51\xde\xb8\xec\xbd\x7e\x96\xac\x62\x41\xb8\x7a\xb3\xe4\xad\x7d\xb3\x1c\x14\xaf\x00\x00\x31\x42\xb8\xac\x36\xa2\xf7\x41\x43\x43\xe9\x48\xb7\x97\x65\x7e\x9e\xb1\x23\xbf\x9e\xb7\xf1\x59\x2b\xc5\x78\x21\xee\x74\x13\xd9\x30\x37\x7c\xb5\x65\xa3\x6e\x83\xdf\x4d\xe3\x17\x4d\xde\x32\xb4\x0e\xa3\x5a\x33\xff\xa1\x6a\xaf\x7c\x8f\xbd\x49\xf6\x50\xf2\x09\x00\x44\xd7\x44\x53\x6b\x14\xbd\xa2\x96\xad\xa5\x2e\x5d\x67\x9a\x5e\xe5\x39\xb4\xff\x6a\xb4\xdf\x48\x68\x75\xb1\xcc\x8c\xab\x68\x5a\x60\xfa\x13\x76\xd9\xfc\xd1\x70\xc3\x4f\x63\xec\xd3\x29\x96\x85\xe8\xe6\xab\x3f\xcc\x1f\x57\x55\x2a\x7e\xdb\x9b\x65\x6a\xe9\x09\x00\x10\xf1\x45\x75\xd5\xaf\x7b\xbd\x3b\x56\x97\x34\x76\x61\xda\xd6\xe6\xf6\xb6\xb7\xb6\x38\x6d\x9c\xd7\xb2\xbb\xf1\x4e\x9c\x53\xe3\x98\x45\x1e\x66\x34\x6b\xea\x9d\xfd\xca\x8d\xf1\x06\xea\x32\x57\xed\xa8\x96\x39\xff\x80\xf2\xbd\xca\xc9\x7e\xbb\xcc\x43\x46\x00\x00\xd1\x5c\x51\x5f\x35\x66\x7b\x19\xaa\xab\xd8\x30\xb6\x0a\xfd\x32\x67\xd9\xd0\xbf\xd8\xc8\xd4\xb4\x01\x2d\x6e\x77\xcc\x8f\x5e\x5b\x02\x3c\x34\xa9\x33\x88\x94\xe9\x7b\xbe\xd5\x83\x82\xf3\xb0\x69\x98\xa0\xfd\xe5\xb4\xcc\x14\x0a\x46\xda\x16\x69\x49\x4c\x0e\x00\x28\xcc\x6c\x62\x75\xe0\xb6\x5b\x98\xc9\xe2\xba\xd1\x51\xec\x7f\x39\xb6\x43\x14\xfc\xc2\xd4\xb5\x03\xee\x84\x9a\x98\xd7\x3d\x0d\xc4\x87\xa1\x11\x1d\x17\xc8\x8d\xbe\xa7\x5b\x8e\x52\x85\x1e\xf6\x0d\x20\xbd\xc1\x29\xc2\xf8\x1a\x3c\x6f\xab\xd6\xae\x65\xfe\x05\x00\x8a\x0a\x36\xb6\xea\xc5\xb6\x7c\xfc\xb2\x62\xbf\xd1\x40\xc2\xe2\xec\xbf\xb7\xfc\x22\x2e\x49\x75\xea\x1f\x26\xad\x8b\xb9\xdc\xe3\x4d\x56\x86\x7a\x77\x54\x51\xe7\xf9\x1e\x6c\x29\xa1\x9d\xf6\x98\xde\xb0\x88\xd1\xee\x94\x69\x6c\x82\x0c\xb6\xa3\x9a\x67\xac\x04\x00\x50\xb8\xb0\xfb\xab\xb6\x6f\x0d\x21\xff\xb3\xf9\xf5\x88\x07\x45\x9e\xad\x1b\xfc\x49\x0d\x4a\x39\xdd\xb7\x9b\x36\x37\x46\xdd\xbd\x81\xbe\x28\xe4\x7d\x3b\x8f\x91\xee\xdb\xd2\xcc\x03\xbb\x3c\xac\x2d\x59\x4c\x6b\x27\x82\xe1\x6f\x16\xcd\xf6\x97\x66\x1d\xbb\x07\x00\xe4\x58\x8e\xbc\x6a\xd6\xd8\x42\xc6\xc4\xe6\xf2\xe1\x79\xe0\xc6\xec\x85\x03\x5f\xc0\xfd\x29\xa5\xbd\xfb\xa0\xe4\x98\xa0\xae\x8d\xd0\xb7\x90\x81\x36\x0d\xf3\xb8\x2f\xbc\xc9\xc8\xea\x77\xff\x69\x26\xb1\xdb\x9d\xd4\x06\x47\x4e\xbd\x5d\xa6\x9a\xc2\x8d\x06\x00\xd9\x30\xb7\xb7\x12\x39\x1a\xc4\xc9\x28\x3a\x33\xb4\x94\x53\x96\x65\xec\xff\xc9\xc1\x25\x3f\xed\x39\xce\xe9\x8a\x9e\xe8\x2c\xe5\x7c\x0a\xc9\x6d\xed\xe2\xe6\xf8\xfa\x34\x0e\x71\x8f\xba\x3f\xaf\x37\xf3\x92\x9c\x7a\xf4\x89\xbc\xfd\x76\xed\xaa\xed\xbc\x6b\x00\x20\x7d\xce\xdb\x55\x91\x3b\xe2\x20\xc9\x2a\x3c\x31\xf8\x59\xfc\x6f\x66\x4f\xdf\x05\x31\x27\x79\x6e\xb7\x49\xec\x15\xed\xd2\xb1\x46\x74\x2f\xf8\x44\x0b\x4b\xd4\xb0\xea\xaf\x06\x9d\xa8\xc8\xfd\x94\x09\x12\xb9\x39\x9d\xd6\xad\x11\xee\x9a\x6a\xa7\x1c\x14\xfc\x00\x00\xc9\x33\x81\x63\xf9\xcc\x61\x40\x73\xbc\x60\x74\xe0\xa3\xfa\x5c\xc6\xbe\xde\xcb\xaa\x33\x49\xd1\x5d\x0d\xca\xc9\xa8\xaa\xf6\x20\xc5\x83\xe0\xd5\xcd\x4a\xf9\xe3\x55\x79\x96\x21\xd9\x43\x77\x9d\xd1\x22\xbd\xe8\x34\xa1\xcd\x92\x30\xa7\xa6\x2a\x6e\x8b\xae\x03\x80\xc4\x4b\x38\xbd\x2c\x60\xc8\xc9\x02\xe4\x9f\x1e\x98\x57\x4f\x4f\x9f\xec\xf9\x65\xbc\x95\x88\xe8\x3c\x6e\x88\x8b\xec\x6a\xab\xd4\xf5\x07\x89\x9b\xce\x6a\x7e\xfa\x4c\x98\x7f\xab\x23\xdd\x43\x0d\xcf\x94\xe9\x4e\x7d\x9a\x4e\xb9\xcd\xd4\x5a\xc5\x7a\x09\x07\x00\xc4\x0a\xe1\xa3\xd2\x91\x2d\x23\x4d\xa7\xf3\x0b\xfb\x47\x1a\xfe\xa4\x63\x7b\xea\x2d\xae\x89\x33\x3a\x4b\xea\x23\x23\x73\x5b\x3f\x1b\xb3\x83\x62\x9b\x10\xfa\x62\x1f\xb3\xb9\x57\xbb\xc1\x7d\x81\x41\xa1\x7a\xe1\xd4\xad\x49\x54\xf8\x4d\x65\xc8\x1f\x4a\xd7\x03\x80\x38\x44\x14\x5e\xba\x7e\x4b\x52\xeb\xb7\xbc\x4f\xfd\xf1\xcd\xbf\xd3\x17\xf6\x78\x37\x3e\x49\x38\xd5\xf1\xc2\x72\x21\xd2\xb5\x55\x50\xdf\x13\xe4\xdc\xf8\xd5\x58\xe7\xc3\x34\x47\xe8\xa7\xb8\xcf\x36\xb8\x69\x32\x9c\x86\xd4\x97\x95\xde\x53\x3b\xe4\x24\xe9\x35\x00\x10\x9d\x14\x51\x4a\x96\xed\x7e\x81\xae\xcd\xcd\xd8\xd1\x80\x91\xa6\x7d\xd9\xea\x8b\xdd\x1b\x57\x39\xac\xc5\x7b\x84\x13\x06\xf6\x10\x4e\x04\xac\xed\x51\x90\xfa\x56\xe4\x75\x38\x50\x0e\xbb\x21\x9b\xd3\xe8\xce\x0e\x26\x73\x18\x28\xb2\xfe\xa1\x7b\xc5\xec\x02\x00\x25\x9e\x2d\x2e\x99\xb5\x9b\x88\xe5\xe6\x46\xec\xf0\xc2\xb1\xd2\x9e\x8d\x1d\xc6\x8b\xe3\x8a\x86\x97\x12\x8e\x84\xe3\x06\xd2\x48\x81\x01\xc1\x3d\xcb\xc8\xff\xac\x28\x6e\x1f\xa3\x9e\x70\x63\x36\x7d\xa0\xdf\x75\x18\xab\x7f\x01\x4d\x9d\xe2\xaf\xeb\x63\x3e\x00\x00\xe5\x5a\x36\xab\xf8\xd5\xae\x2f\xf8\x23\xb9\x4b\xb6\x8f\x12\x1a\xd3\x26\xc6\x36\x11\xd9\x71\x29\x43\xc3\x24\x49\x78\x4d\xff\x0d\xf2\x44\x80\x7f\xf7\x4e\x6a\xe6\x8a\xb2\xf6\x44\xda\x6f\x37\x69\x93\x8e\x71\xc7\xe1\x54\xbd\x0e\x3a\x3e\x25\x43\x57\xc0\xda\x0c\x00\x8a\x27\xec\x9d\xc5\x87\x76\x5e\xa5\xc4\xe6\x7c\xd9\x66\xa2\x4c\xa6\x8d\x8c\xae\xa7\xa2\xe2\x3c\xb6\x6c\xa5\xc5\x84\x47\xf5\xbd\xa2\xc7\x07\xcc\xeb\x9a\x60\x10\x56\xe4\xb5\xc1\xc0\x71\x37\x4b\xe3\x7e\xa6\x9f\xc3\x47\xd3\x19\x56\xc3\x94\x2e\x6d\x33\x7b\x0c\x00\x14\x81\x1c\x6d\x71\xc6\x8e\x4e\x70\x71\x4e\xd3\x56\x3a\xc8\x4a\xab\x1c\x59\x03\xfe\xbd\xe1\xee\xe0\x16\xa8\x3a\xdc\xae\xf7\x35\x73\x8e\xff\x8b\xce\xcb\xcc\xeb\x2b\x22\x5b\x31\xac\xbd\x6e\x9d\x0d\x97\xd8\x7b\x1c\x97\x18\xdf\x71\xfa\xa7\x7c\xd7\x4c\x70\x63\x00\x40\x5e\xc7\x1d\xd8\xfc\x76\xfb\x36\x0e\x26\x27\x7a\x0c\xe2\x60\xd3\xa6\x0f\xaf\xe4\x90\x36\xe8\x06\xb6\x70\xba\xc3\x4e\xf6\x7c\xe0\x7c\xf1\xdf\xd7\x71\x87\x9b\xb9\x62\x51\x0b\xc8\x3d\xe8\xd6\x69\x79\xc9\x4b\x75\xdc\x60\x74\xe3\xed\xb1\xc9\xd4\x00\xbc\xf3\x00\x20\x6b\xe2\xed\x2f\xfa\xb8\x4d\x21\xfe\x9a\x8d\x1d\x8d\x13\xeb\x53\xab\xb6\x3c\x14\x7b\xc5\xfe\xe8\xaf\x15\x4d\x84\xa5\x76\x6f\x15\x69\xfd\x8b\xdb\xbb\x44\xe9\xcb\x9f\x36\xa7\x8b\xe6\xb9\xf5\x9a\x0f\x09\x9f\x3b\x0a\xf5\xef\x85\x52\x9b\xd3\xaa\xe7\x82\x5b\x00\x20\x55\x0b\x66\x17\x85\x6f\xcd\xd2\x2c\xcd\x3a\x30\xb2\x48\x3d\x3b\x65\xef\xe0\x79\xe5\xb7\xd8\x9a\xbe\x6c\xe5\xf4\x75\xa7\xba\x3a\x15\x3e\x7e\x1f\xdb\x5a\xe5\x91\xcb\x3b\x9b\x0a\x64\xe9\x6e\xf5\xf5\x67\xa4\x05\x8e\xc3\x7a\x1b\x89\x93\xed\x52\x95\x83\xc8\x08\x00\x92\x71\xe1\x94\x42\xf2\x58\x4a\xfd\xdd\x2c\x9b\x61\x0f\xd3\xba\x14\x87\x81\x9b\x06\x55\xcc\xd9\xde\x0a\xfd\x94\x75\x91\x9d\xdb\xb4\x6c\x3f\x4e\xeb\x09\xf5\x9b\xe5\xf1\x8d\x66\x55\x96\x5b\x5d\xfd\x74\x85\xc2\x71\xab\x2e\x55\x06\xb3\xcd\x57\xc2\x24\x4e\xff\xef\xe2\x50\xa1\xfb\xe8\xb5\xc6\x92\xcc\xdd\x43\x5b\x2c\xcc\xe4\x53\x03\xd5\xf5\x9a\x18\x45\xcf\x33\xe3\xf8\x3a\xdb\xce\xf5\xfa\x77\x7e\x59\xad\x85\xba\x85\xcb\x3d\x1b\x43\x34\xab\xdc\x8a\x4d\xfd\x2a\x2b\xc7\x83\xda\x67\x72\xb2\x2d\x4d\x69\x2f\x39\x08\x00\xe2\x49\xd1\x8c\x82\x6b\xa3\x55\x2d\x49\x99\xb4\xa1\xb5\x4d\xe1\xc9\xda\xfe\xc7\x0d\x6e\x31\x25\x3d\x75\xe6\xf9\xa1\x0f\x3b\xf6\x98\xec\xfd\xc2\x5b\x6e\xeb\x3f\x2e\x77\x6e\x38\xa6\x1d\x77\xab\x35\x05\xaa\xe3\x1d\xef\x6a\x09\x8a\x42\xdb\x2d\x8a\x06\xe9\x26\x00\x10\x57\x8b\x92\x8e\x2e\xc2\x85\xd7\xfc\xde\xb1\x1c\x1f\x00\x3b\xdf\x3b\x40\x58\x06\x97\x5b\x94\x44\x17\x24\x28\xe3\x93\x96\xa1\x15\x0c\x06\x39\x03\xdb\x51\x77\x9a\xd2\x82\xbf\x93\x3b\x8d\x36\x9f\x54\x1a\x39\x4a\x3f\x4e\xf9\xed\x79\x0c\x1c\xa6\x1f\xb6\x79\xc9\x9a\x02\x05\x1e\xfe\x8e\x0d\x82\x8b\xb7\x47\xe3\x02\x91\x8e\x3d\xff\xe0\x43\x50\x0a\xf3\x0d\x42\x3c\x26\x5c\x7a\x8f\x88\xc2\x4d\xa1\x3f\x25\x6d\xc1\x5f\xa9\x4b\xa4\xcc\x21\x1e\xcb\x31\x51\xbb\xc8\xef\x22\x93\xe9\xb5\xb4\x30\x4f\x21\x58\xc5\x30\xdb\x5c\x62\x9e\x81\xfa\x0e\x3d\xc5\xf8\xa0\x83\xb7\xa5\x61\x43\x30\xd4\x1e\x47\x5c\x0a\x76\xd4\x3c\x07\x4f\xc4\xbb\x48\x7d\x09\xdb\x09\x6d\xf4\x54\x92\x1d\xc9\x07\x76\x8c\xcc\x27\x5f\xcc\x71\xa3\xae\xa0\x0e\x44\x3c\xa2\xfd\xa4\x9b\x3d\x13\xc1\xd9\x60\x83\xcd\x31\xa6\x8c\x19\x71\xe0\x34\x6a\x29\xe9\xda\x58\x0e\xba\x9c\x2c\xee\x8a\xc2\xf4\x50\x7c\x4d\x74\xec\x1b\xea\x0c\xf1\x71\x7c\x26\xcd\x8a\xe6\x48\x38\x49\xb7\xad\x3d\x44\xaa\x65\x2c\xca\x0e\xa3\xac\x06\xd3\x22\x56\xd3\x96\x41\xb2\xa5\xff\x30\x0a\x99\xe7\x6d\x8e\x43\x9f\x58\xf5\xfb\xee\x21\xd6\x41\xe3\x23\x34\x64\x23\x74\xbf\x83\x8b\xfa\x06\xfd\x31\x3c\xc4\xc0\x99\x39\xa2\x22\xec\x2b\xe6\x5e\xca\x25\xbc\x94\xb5\xa2\x66\x8c\x98\xcc\x6a\xcf\x4a\x20\x07\xb2\xbd\xd7\xf3\xa8\x49\xec\xed\x4b\x0d\xf4\x46\x8e\x9f\xcd\x13\x28\x9f\x33\x73\x4f\x73\x5d\x8b\xd0\x6e\x88\x03\xff\x23\x18\x6c\x3b\x8c\x24\x0a\xe2\xf4\xa9\x68\x2b\xfe\x6f\xc1\x0b\x4c\x3f\xff\x34\x59\x85\xab\xe4\x9b\xab\xdb\x08\xd1\x7c\x44\x66\x3e\x29\x95\x1f\x16\x7e\x83\xc2\xe0\xdb\x2c\xcd\xa2\x3d\xe4\xb5\xdb\x2e\x06\x77\x72\x15\x3b\xfd\x6b\x03\x74\xa9\x03\x31\xb0\x5b\xda\x99\xcd\xbb\xe0\x6c\xf5\x39\x8d\x06\xb9\x56\xd5\xc6\x63\xa3\x7e\x2b\x89\x44\x22\xe6\x81\x22\xa2\xf2\x26\xee\x99\xec\x5d\xfa\x6f\xe2\x02\xa9\x26\xec\x16\x99\x20\x99\xe1\xf1\x84\x66\x2b\x4a\xb7\x2d\x66\xfc\xe6\x1f\xdc\x9a\x5c\x4d\x69\x13\xf6\x9c\xaf\x5d\xdd\x52\xda\xd0\x0b\x7b\xde\xe4\xab\x3c\x0d\x1f\x6f\xb0\xe2\x4c\x45\x8e\xd6\x9f\xc1\xa7\xa2\x77\x19\x49\x15\x76\xd8\x7f\x74\xef\x37\x19\x09\x6b\x35\x91\xeb\xce\x92\xb6\x2a\x53\x3d\x2a\xa8\x58\x99\x9d\xad\x88\x21\x12\x9e\x1b\x19\xaa\x8a\x1d\x3e\xd0\x55\x5a\x63\x35\xd8\x63\xce\xaf\xbd\xd0\xc7\x95\x77\xd4\xed\xed\xae\x60\xd9\x21\xf6\x77\xb8\x61\xe9\xa8\x9b\x2d\xdd\x65\x38\xac\x5b\xc3\xbf\x1b\x0b\xf0\x12\xd3\xcd\xd0\xef\xa4\x45\x3a\x9c\xfb\x67\xca\x77\xa5\xca\xb6\x9f\xe1\x2f\xb6\x0c\xef\xab\xdc\xb9\x23\xb8\x93\x5e\x2d\x1b\x9b\xa8\xe7\xd5\xd6\x0c\x27\xc8\x2e\xd5\x65\x0e\xec\x64\xc6\x23\x72\x7b\xde\x63\x4e\xa1\xa8\x1d\xff\x95\x5e\xc6\x1c\x69\x69\x4b\x7b\x88\x0f\xb0\x3c\x0e\xdd\x45\x3c\x6f\x38\xea\x7e\x8f\xb2\x47\x3d\xdb\x76\x92\xfe\x59\xb2\x61\x78\x4e\x65\xec\xde\x23\x1d\x37\xab\x97\xee\x5a\x68\x7a\x59\x3b\x65\x5b\x9c\x2c\x1e\xf6\x62\x24\x17\x3a\x02\x7f\x39\xb8\x02\x93\x89\x9a\xd9\xb3\xa5\x14\x8b\x29\x68\x3f\x97\xd6\x81\x3b\xd5\x44\x09\x6d\x23\xd6\x99\x3a\xdd\xdf\x51\x36\x6b\xd6\xd8\x2d\xa6\xb7\x48\x1a\x0f\xd4\x10\xd4\x35\x5b\x46\xbf\x13\x93\x61\x9a\xce\x27\xa4\xa9\xf0\x22\xd3\x42\xd2\x15\x64\x8e\xb8\x82\xbc\x0b\x8d\xa2\x6e\xa5\x0c\x61\xd5\xb5\x35\xd4\xbf\xf0\x57\xb3\xa7\xd0\x6d\x48\x55\x11\xf3\x18\x04\xea\xcc\xa5\x7f\x43\x0b\xe8\xcf\x6d\xee\xb0\x56\x40\x8c\xfd\xe5\x78\x21\xdc\x67\x74\x21\x21\x13\x31\xde\xe9\x49\x5c\x8a\x4a\x35\xd6\x91\xec\x31\x53\x44\x87\xc8\x36\xd8\xdb\xd4\xa5\x14\x47\xfc\xae\x9a\xc7\xd4\x18\xe2\xd6\x2c\x0d\xcd\x44\x7e\xbe\x7e\x1b\x63\x3e\x2d\x76\xa9\x09\xbc\xc6\xd8\x6f\xb3\x8f\xf9\x05\x7a\xb4\x2f\x1b\xc7\x42\x9d\x1d\xf1\xc6\x6f\xc6\xb8\x74\xe4\x13\xa2\xb0\x15\x86\x3e\x62\x14\xee\x86\x68\x36\x69\x13\xa1\x96\x22\x26\xe3\x88\xdf\x6b\x2a\x28\xdb\xc9\x63\x59\x0b\x69\x6e\x54\xcb\xfa\x5c\xfa\x76\x7a\xe3\xd2\xcd\xa0\x18\xdc\x69\xd3\xcd\x3c\xc8\x24\xec\xc9\xc7\x30\x49\xe1\x43\x49\x58\x39\xd9\xa6\xcd\x80\x6b\x27\x1f\xd3\xcf\xc7\xef\xa7\x6c\x11\x6c\x25\xfc\x4b\x1d\x21\xe7\x90\x02\x68\x87\xaa\x4b\xc8\x0d\xf4\xc7\x99\x61\xd4\x95\xa0\x77\x78\x3b\xed\x01\xc4\xf1\xf8\xc4\xb8\xc6\xfc\xdb\xc6\xc2\x0c\x60\x1d\xde\x95\x8d\xda\x09\xfe\x1c\xac\x44\xdf\x82\x62\x5a\x26\xb1\x76\x10\x53\xcb\xc7\xc5\x41\xb7\xf8\x29\x78\x13\x33\x9d\x34\x9f\xf0\x83\x79\xa1\x2a\x97\x24\x64\x95\x64\x14\x51\x02\x59\xdf\xc3\xed\x68\x76\xec\x76\x8f\xfd\x8c\x85\x9c\x10\x9b\xcb\x90\x96\x13\xb2\x63\x15\x72\x81\x20\xb4\x9f\x88\xda\xc8\xff\xaf\x79\x26\x5a\xc3\xef\x50\x3f\xc7\xfc\xcb\x47\x73\xff\xc6\x95\xf0\x93\x08\xb7\xf0\x7f\xf3\x57\x57\x26\x13\x79\x7c\xe7\x74\x0a\x79\x23\xef\x77\x18\x92\xba\x9e\xf7\xc0\x43\x4c\xaf\xe1\x75\xd8\x2e\x05\x5f\x72\x77\x8d\x1d\xa9\x3b\xa9\xf5\xea\x89\x46\x84\x68\x1c\x1a\x9c\x91\xdd\xaa\x77\xca\x18\xb4\xbb\xf2\x36\x5b\x84\xd9\xa9\x38\x81\x3b\x8b\xab\x90\xf7\x97\xab\x09\xab\x65\xe0\x26\x2f\xd2\x62\x69\xe8\x3a\x16\x65\xad\xf8\x8a\xc7\x4a\x9a\x58\x14\x6e\x8b\x06\xd7\xf2\xaf\x0d\x3b\xc0\x9c\x5a\x7d\x3b\x5e\xd5\xe9\x9b\x97\xd5\x2f\x44\x2c\x68\x9c\x23\xd3\x22\xb7\x5b\x6c\x99\x9e\xe8\x5a\xd3\x73\xcc\x76\x6c\xb0\x61\x6b\xe9\x69\xfc\x0a\x5d\x56\xda\x71\x62\xb8\xfa\x70\x28\x93\x4c\x52\xbc\x77\xdf\x47\x7d\x22\xbd\x6d\xbb\x85\xb1\x4d\x78\x65\x10\x53\xf3\x70\x68\x49\x1b\x15\x86\x1a\xf0\x33\x9c\x81\x5b\xf7\x06\x48\x90\x88\xb1\x2e\x7f\xd0\x07\x45\x69\x9f\x8e\x7a\x81\x29\x6e\xde\x59\x12\x8e\xab\x6d\x58\x9c\xaa\x26\xa8\x4d\x21\x21\x23\xa4\xfb\xda\x4f\xee\x05\x54\xbc\x32\xd1\xf6\x2a\x23\x4f\xac\x19\x10\xd5\xc0\xb7\x49\x5b\xf5\xb5\x3f\x47\x37\xe8\x5f\xd5\x35\x6e\xf9\x5b\xdc\x84\x48\xe9\xc7\x32\x50\x28\x87\xee\x09\x54\x14\xfa\x5b\xfb\xbb\xe2\x2e\xdc\xb4\xe6\x13\xa9\xae\x84\x70\xcb\xda\x10\x04\x49\x6b\x08\x77\x8f\xa7\xfa\xa8\x0e\xd9\x59\x33\xe6\x4b\x82\xfb\x9f\xd4\x4c\xd9\x63\xdf\xf2\xa1\xb6\x65\x07\x4f\x9f\x55\xb7\x7e\xec\xb4\xd8\x1e\xfe\x68\xe8\x3b\xfd\x31\xb2\xbf\xff\x2d\xf2\x24\x5a\xd7\xdd\x58\x1c\x8d\xed\x68\x7b\x94\x72\x0b\x3f\xd9\xb8\x3b\x24\x8b\xe4\x63\x72\x74\xdf\x4c\x39\xa5\xbe\x6e\x97\x47\xdf\x27\x91\xee\x56\x93\xbe\xd6\x54\x6c\x31\x90\x79\xb0\xf4\xd6\xa7\x14\x27\xf8\x72\x1d\x91\xb2\x03\xe9\x2b\x98\x4a\x25\xa2\xd3\x48\x5b\x68\x51\x58\x62\xd5\x6e\xba\x37\xfe\x68\xc6\x16\xc6\x1a\x52\x76\xb8\x2f\x58\x4a\xb5\xf7\xd0\x41\xa7\xe8\xdf\x6c\x8a\x59\x66\xa8\x65\x57\x3d\xf1\x63\xdd\xa5\xc1\xdd\x24\x1d\x82\xdc\xea\x4d\x0e\x45\xd9\x69\xff\x22\xbf\x45\x4f\xf0\x61\x94\xe3\xd8\x5e\x92\x2b\xb5\x07\x2f\xad\x5a\x47\xeb\x21\xaa\x33\xd6\xd3\x8f\x92\x27\xc3\x2e\x82\x76\xb4\x60\x8f\x0c\x48\xc6\x38\x6e\xb3\x9e\x85\x61\x02\x3b\x95\x84\xf7\xa8\xaa\x81\x8b\xc4\x4e\xf4\xc1\x96\x0a\x52\x09\x76\xa6\xd6\x8e\xec\x8d\xd3\xf0\xf6\x52\xe6\x10\x3c\x89\x7c\xaa\x1d\x71\xbc\x72\x27\xcd\x95\xcc\x4f\x3f\x43\xdf\x48\xa5\x85\xd1\x19\x7d\x74\xa9\x87\x2b\x14\x01\xee\xb3\x59\xc5\x0a\x62\xca\xb7\x8f\xe2\x3e\x12\x5b\xfb\xa7\xe0\x6f\x92\xf8\x4d\xfd\x84\x13\xe4\x5c\x35\x48\x1c\xa5\xc4\x70\x4b\x49\xbb\xa8\x1b\x09\x19\xe4\x0b\x34\x64\xc5\x76\xaa\x1d\xbd\x6d\xd3\x7b\x5a\x09\xe3\xeb\xba\x09\xfa\x6d\xa8\xd6\xfd\x34\xa8\x67\xde\xb1\xf1\x63\x0e\xb1\xae\x6e\xd5\x62\x73\xc1\xd0\x5e\x67\x5c\x2c\xd8\xda\xf0\x14\x1f\x05\xbe\x57\x3e\x27\x24\x40\x65\xec\x9f\x44\x14\xf4\x37\xde\x95\xd4\xc9\xc4\x94\x0f\x93\xbf\xb2\xa6\x6f\x72\xa3\x62\x58\x47\xd6\x45\xd3\x6d\xd9\x4c\x77\x13\xe3\x06\xc7\xd7\x06\xc7\x9c\xce\x49\x1c\x15\xa3\x77\xf2\x61\xdd\xab\x31\x87\xf9\x21\x96\x25\xd8\xeb\xbc\x2f\x8a\x7c\xdc\x57\xde\x4d\x56\x23\x21\x8c\x77\x1c\xfb\x0f\x51\xce\xdb\x57\xd6\x47\xfa\xc1\xdb\xb5\x31\x8e\xa2\xe0\xed\x0c\x1d\xa6\x45\xf0\xc6\xdc\xe1\x8c\x65\x3c\x95\xcd\x31\x08\xc9\x3d\x36\xe4\x8a\xe4\xa9\x7f\x74\xd8\xa2\xf6\xaa\x67\x99\xd6\xa1\x3f\xaa\x1c\xa5\x07\xb0\x21\xca\xb9\x50\x3a\xae\x41\x31\x17\x7d\x9f\x30\x57\x3e\xa3\xe4\x33\x71\x48\xfa\x25\xf5\x2b\xb9\x42\x72\x31\xe4\x1c\x35\x54\xac\x74\x77\xa2\x27\x8a\x9c\x6d\x17\x81\x43\xfc\xeb\xfd\xdd\xf0\x1b\xcd\x13\x2d\x57\x91\x1e\x8d\x8f\xf5\x19\x28\xb2\xe5\x9d\xd8\x0d\x7d\xd1\x6c\x45\xff\x86\xcd\x30\x01\xc8\x2b\xb8\x97\xfa\x47\xc5\x91\x84\x7e\x6d\x57\x4a\x07\x89\xad\x0e\x0a\xbe\x46\xa1\x28\xb4\x4b\xb6\xd1\xba\xa4\x6d\xb6\x30\xd0\x53\x78\xb2\xe7\x5b\xdd\xf0\x20\xd8\x94\x8f\xb0\xea\xdb\xa6\xf9\x89\xac\xe9\xbe\x2e\xf8\x82\xba\xdc\xf1\x89\x36\x15\x53\xdb\xfa\x0e\xe1\x84\x9b\xdf\x74\xa0\x68\x37\xfe\x5f\x4b\x5a\x32\x86\x78\xd5\x28\x0e\xb6\x23\x3f\xd2\x12\x97\x6c\xa2\xf9\x2a\xde\xd8\x1a\x19\xc7\xc4\x94\x1e\xb7\xba\xb8\xb1\x4b\x8d\x64\x78\xf3\xf0\x98\xc6\x05\xf1\x6b\x10\x2d\xf0\x46\x61\xfa\xdc\xa8\xc9\x18\xa0\xab\x05\x5e\x87\xdd\xd5\xf6\xb0\xc8\x03\xaf\x6e\xba\x9b\xf4\x9d\xc8\x35\x93\x82\x8e\x92\x4d\xfa\xfe\x25\x61\xd4\x27\xaa\x72\xdb\x71\x06\x4f\x32\xbf\x5b\x08\x7b\xbb\x2b\xa5\xe1\x1a\x3c\x61\xdb\x3d\x35\x0d\xd1\x31\x9a\xc0\x37\xa0\xec\xb7\xd4\x53\x8e\xa1\x9b\xfa\x46\xea\xde\x61\x33\xba\x38\x85\x87\xf0\xcb\x5b\xdf\x27\xed\x25\x2e\x6c\x78\x19\xd4\x4b\xf6\x33\x52\x97\xa4\x50\x85\x6a\x92\xdd\x5c\x86\x87\x04\x31\xbc\x8b\xe1\x54\xfd\xa4\x53\xc1\x58\x5f\xfb\xa5\x7e\x8c\x81\xa9\x7b\x2f\x1b\x67\x5c\x44\xbc\x80\x9e\x81\x09\x68\x2b\xcc\x4a\xf0\x08\x36\xa0\xe4\x1e\x94\x8f\x97\xa6\x2a\xa1\x97\x24\xcf\xe0\x33\xcc\x7e\xca\xfd\xc5\x65\xac\x56\xfa\x6b\xeb\x36\xf6\x37\xa8\x6b\xe8\x03\x7d\x76\xdd\xfa\x8e\x4b\xf4\x34\xf8\xcf\x7a\x2b\xba\x1e\x39\x22\x5b\xc0\x70\x40\xd7\x40\x89\x8c\x16\xec\x7a\xb4\x05\xf4\xc3\xaf\x28\xa9\x04\x6f\x10\xc3\x53\x17\x43\x52\xb2\x2a\x98\xcc\x2c\xa6\xfe\x5e\xec\xce\x42\x30\x86\xac\xd9\xec\x9b\xd0\x8f\xa1\x15\xb4\x59\xc8\x1d\x1d\x33\x69\x65\xe8\x15\xa6\x18\xda\x41\x8c\x4c\x5a\x4a\xcf\xc6\xfe\x02\x5b\xe8\xef\xf1\x66\xd4\x1f\x86\x85\x18\x5f\x7c\x1f\xcc\x21\xcf\x4b\xd9\x05\xcd\xa7\x2e\x0d\x5e\xce\x04\xe8\x09\x8b\xbe\xb2\x3c\x40\xb3\x35\xc4\xee\x66\x72\x06\x9e\x51\x62\x08\xed\x6d\x00\x65\x3f\x91\x67\x80\x53\x63\x49\x85\xe2\xd3\xd4\x57\xe4\x72\x46\x2c\x6d\x80\x22\x40\x4e\xd0\x31\xd4\x1d\x9b\xef\x30\x92\xe9\x56\xc9\xef\xc1\x35\x0c\x71\x90\x05\x8a\x81\x66\x2f\xda\xc5\xe4\x30\x87\xad\xbb\xd8\x4b\x58\x27\xfb\x53\x48\x63\xf4\x9f\x2d\x35\xe4\x60\x06\x59\x77\x96\x7c\x9e\x71\x43\x94\x43\xa9\x07\x37\xd3\x3e\x52\xf1\xe0\x47\x44\x1f\x2d\x13\x6a\x2e\xba\x4f\x4f\x61\xe6\x27\xfb\x32\x92\x58\x41\x41\x0b\x40\x12\x7b\xce\xa2\x66\xe8\x2c\xfb\xa5\xf5\x0b\x16\x8f\xe3\xd7\xbb\x99\xe8\xc9\xfd\xdd\xd4\x40\x3c\xcd\x7d\xa0\xf5\x25\xe1\xb9\xdb\x05\xd7\xc8\x9b\xb9\xa3\xd4\x2e\xca\x46\xee\x6e\x38\x44\x4d\xe4\x9e\x2a\xbc\x4f\x2b\xe4\x3e\x4c\xaa\xa2\x23\x78\xf6\x6b\x5b\x19\xa3\x3c\xbf\x45\x5c\xc8\x95\x17\x35\x25\x89\xf9\x90\xdb\xdd\x79\x05\xf7\x51\xf9\xdd\x42\xc7\x9f\x56\x06\xa9\x2a\x08\x3d\x8a\x12\x5e\x1e\xb1\x5f\xce\x21\x63\x48\xfb\x65\xbd\x30\x15\xf9\x86\xf4\x54\x41\x1c\x75\xa6\xe4\x41\xe2\x72\x5a\xb2\xf8\x7d\xe0\x4d\xfa\xa0\xe8\xc9\xa2\x4c\x30\x48\xd8\x37\xe5\x32\xd3\x91\xdf\xd7\x36\x86\x8d\x68\x5c\x6e\x62\xe3\x82\x2d\x34\x79\x03\x3e\xb0\x7e\x0f\xfb\x32\x21\xc3\xf8\x89\x18\x44\x64\x1b\xbc\x6a\x1a\x49\xfb\x74\xd1\x79\x6d\x94\xd9\x9a\xb0\xf8\x4b\x54\x8c\xca\x21\xe0\x19\xed\x85\x7c\xd4\xed\x31\xa3\x5e\x6a\x63\xe3\x00\x49\x85\xbc\x96\x10\x4c\x5d\x5f\x81\x61\x25\x36\xa6\xfb\x2f\x69\x25\x2e\xa8\xd3\x9d\x39\x8e\xaf\x6c\x03\xf1\xe9\x84\xf6\xe6\x1d\x55\x4f\x88\x6f\x1a\x8e\xe6\xae\x20\x17\xd6\xd7\xc7\x8d\x52\xce\x19\x16\x07\x38\xd3\xca\x35\xf9\x6e\x2c\xc6\x22\xc5\x4a\x9b\x18\xc8\x55\xec\xd1\x1c\x83\x7e\x39\x1c\xaf\x8f\xc1\xdc\x18\x24\x4a\x24\xd8\x8b\x7d\x20\xf4\x09\xf7\xbb\x1b\x8b\xd3\x13\x62\x3a\x82\xaa\x22\x89\x86\x96\xf1\x1c\x13\xe9\x77\xe3\xd4\xb8\x68\x0a\xd3\xf4\xda\xff\x0c\x6d\x8e\x8e\xec\x56\x4d\xbf\xae\x94\xd8\x20\xc0\xeb\xe2\x83\x4d\x72\xb4\x78\x5b\xb9\xae\x1e\xc3\x18\x2d\x11\x3f\xc3\x52\x86\xbc\xa0\x4a\x5c\x5b\xff\x38\x6e\x3a\xfe\x4e\x8f\x57\xe5\x5f\xc4\xd5\x1d\x31\x39\x81\xa4\xc6\x16\xdb\x0d\x5f\x28\xf3\x2d\xd9\xfe\x03\xd4\x61\x43\xa0\x1b\x86\x4e\x52\xe9\x6d\xb6\x81\x04\xc9\x9c\x2e\x11\x5b\x5b\x7d\xd2\xf2\x17\x9b\x52\x3b\xa6\x22\xb1\xab\xea\x0c\xbc\x55\x6c\x02\x42\x45\x06\xd8\x4a\xd4\x58\xed\x7f\xec\x21\xcc\xa3\x7c\x1c\xfb\x36\x3e\x2d\xbe\x97\xe3\x40\x7c\xec\x7f\x8a\x53\x4a\xd9\xe2\x62\xe2\x5c\xa3\x9f\x03\x72\xb8\x7b\x21\x71\xe7\x05\x56\x13\xec\x6f\xcb\x7c\x96\x09\xae\x51\x5e\x60\x35\x23\xc3\xb8\x1a\xd6\x51\xd4\x7b\x12\x96\xf5\x0e\x73\xb5\x16\xcb\x5e\x86\x3b\x93\xf7\x9d\x5d\x4b\x78\x19\x9f\xc1\x1e\x23\x47\xfb\x0b\x38\x73\xa9\xfb\x5c\x88\x9c\x2e\x06\x07\xc8\xe0\x9a\xa1\x1b\x9d\x33\x98\x83\xc8\x79\xe6\x72\xe6\x1e\x94\x5e\xb9\x84\x79\x1d\x63\xcd\x79\xc0\x72\xc4\x32\x88\x17\x59\xb9\x78\x97\x9a\x87\xac\x7a\xc2\xd5\x3c\x3e\xeb\x5f\xd2\x9e\xb8\x4f\xec\x64\xca\x49\xff\x78\xf6\x21\xda\x47\x97\xcd\x9c\x72\xb0\x02\xa8\xe2\xd6\x30\xf3\xdb\xe7\x80\xf7\xf0\xc3\x26\x0d\xe4\x45\xe8\x93\x63\x20\x3c\xd1\xc8\xc6\x40\xe3\xa4\x01\x82\x92\xe9\x4e\xbe\x5d\x7d\x8c\xc9\xa2\x7a\xe6\xaa\x98\x2f\x68\xb2\xb8\x78\x16\x9c\x31\xd3\xef\x0c\xdb\x06\x1c\x70\x59\xc3\x3e\xce\xac\x02\xcc\x9c\x07\x2c\x7d\x6b\x09\x23\x8b\x36\x6e\xf8\xc1\xe8\xa7\xa7\x4b\xdf\x81\x00\x7d\x82\x35\x0f\xc4\x30\x60\xf8\x62\xf0\x09\xe8\x5c\xb5\x03\x2a\x07\x6f\xe5\xf4\x43\xcf\xa0\xed\x1b\x0c\x4c\x09\xb3\xdd\xaf\x82\x15\xcd\x32\xbb\x2c\x61\x3b\xb1\x0d\xc0\x2b\x4e\x3c\xfb\x63\xb3\x92\x3e\x8d\x93\xa6\x4f\xa6\x97\x70\x2a\x24\x65\xf4\x03\x9c\x5a\x68\x0b\x23\x9a\x03\xe2\x1c\x19\x17\x38\xcd\x95\x26\xb0\x9c\x73\x25\x7b\x00\xfc\xc5\x75\x8c\xbd\x0a\x6d\xe7\xe6\xaf\xf9\xc1\xe4\x72\x9b\x5d\xa6\xb2\xe0\xdc\xf3\x56\x09\xec\x6e\x6e\x5e\xc3\x52\xaa\xb5\x7c\x97\x26\x8c\xca\x95\xfb\x0b\x4d\xb4\x69\x32\x0d\x63\x25\xad\x5f\x7a\x07\xfd\x90\x9e\x2b\xf5\x2d\xef\x65\x58\x4b\x58\x59\x8e\x8c\x71\xf1\x89\x98\x4e\xd0\x22\xfa\xb5\x66\x3d\xc4\x17\x79\x2e\xbc\xcc\x94\x09\xe7\x59\x9d\x60\xfd\xcd\xdf\x68\xfa\x42\x26\x9b\xab\x95\xe9\x14\x47\xd3\x47\xde\x47\xca\x0e\x23\x8e\x7a\x92\x8a\xd4\xdf\x47\x9e\xa0\xad\xd6\x25\x94\x9e\xa7\x7d\xd5\x98\x33\xc4\xf4\x6b\xaa\x89\xe8\x3a\xc6\x31\xc5\xcd\xd5\x15\xe0\xb8\x6c\xdf\x42\x0e\xf4\x50\x92\x66\xbd\x92\x15\x25\x5c\x6a\xd8\x4f\x6a\xed\xba\x21\x77\x23\x2f\xef\x68\xe1\x5c\x27\x4f\xb6\xa5\x91\x27\x29\xa6\xe6\x47\xf0\xdf\xd4\x9a\xc6\xf2\x92\x75\xb4\x58\xf3\x68\xfa\x2a\xba\x9f\xf1\x7c\x54\x2a\xc3\x57\xd7\xe8\x2b\x07\xc3\xd4\xcb\x16\xce\x81\x10\xf2\x78\xeb\x5c\xe6\x69\xd1\xa8\xfe\x16\x29\x78\xa0\x49\x16\x49\x3a\xd7\x37\x9b\x33\x85\xcc\xe8\xae\x25\xcf\xa4\x44\x74\xb4\xc0\x37\x51\x67\xb6\x6e\x29\x6e\xa0\xbe\x6a\xe2\x6d\xea\xa6\xdd\xb3\xcc\x8f\xbc\x43\xbf\x6b\x4c\xf1\x0d\x67\xbc\xd2\xfa\x2c\x78\x07\x79\x28\x0c\xd6\x24\x26\x47\x9c\xa4\x0f\x24\xde\x1d\x31\x49\xeb\x49\xd0\x96\x73\x6c\x18\x79\x65\xff\x2d\x12\x8b\xfc\xb8\xe7\x48\xdd\x79\xca\xb6\x4e\x7c\xb1\x0f\x55\xd3\x7a\x73\x53\x2a\x8d\xdb\xf8\x21\xb2\x9e\xce\xaa\x37\xf9\x3a\x32\xe4\xba\x1b\x0b\x3e\x81\x87\x94\x66\xeb\xbd\xcc\x79\xe2\x4e\x73\x8f\xf0\x62\x35\x52\x75\x53\x98\x5d\x5b\x2e\x28\x14\xfc\x53\x97\x4c\x1b\x17\x18\x10\xc9\xa8\x02\x41\x2a\x0a\x5f\xe6\xc0\xff\x81\xd9\x96\x51\xcb\xdf\x85\xf7\x8a\xca\xe5\x33\x88\xc7\x56\x15\xf3\x93\x29\x32\x67\x39\x3f\x84\xbe\x17\x00\xf8\x12\x08\x67\xb6\x17\xfc\x03\xc3\xa8\xe2\x05\x02\xf8\x4a\xfe\x49\x81\x1f\xe2\x06\x2d\x8a\xff\x06\x65\x41\xde\xe6\xef\xc6\x08\x4a\x5b\xf8\x4c\x9c\x20\xfd\x0f\x3f\x89\xb0\x3d\xca\x9e\xbf\x84\x6c\xbf\x6a\x15\xdf\x9a\x2a\x75\xa6\xf3\xad\x19\x25\x00\xc0\xaf\x82\xf6\xd4\x57\xf1\x3f\x23\x0c\xca\x0e\xfe\x4e\x94\x13\xdf\x87\xcf\x44\xab\xa9\x7d\xfc\x74\xec\x54\x64\x26\x7f\x19\x6e\x6b\xa9\x07\xef\x33\x01\x4c\x37\xf2\x26\x49\xd8\xc8\x63\xbc\xfd\x14\x9e\xcf\x6f\xde\x56\xda\x4e\x67\x2c\xef\x28\x18\x00\x00\x7c\x3f\xe6\x6a\xe3\x18\x8f\x88\xbb\xa7\x98\xc7\x4b\xc4\x3f\xe1\xee\xe5\xb9\x13\xee\x53\xaa\x78\x8e\x24\x6b\x44\x00\xcf\x9a\x1c\x5f\xe2\xce\x7d\x4d\xe9\xd8\xb4\x87\x7b\x8f\xe6\x1e\xe9\xc5\x7d\x48\xef\xf5\x19\xe4\xfe\x02\xb3\x9d\xab\x79\x2b\x98\x1e\x00\xc0\x1b\x66\x55\x1a\x36\x71\xee\x52\x5b\x65\x23\x9c\x2b\xb4\x68\x4e\x01\xe7\x34\xed\x12\xd9\x93\x73\x96\xce\x83\x3b\x70\xae\x32\xe2\x8b\x97\x71\x6e\x82\x2b\x36\xde\xe1\x3c\x80\x16\x45\xc8\xb8\x76\xcc\x85\x3e\x39\xdc\xf5\xac\x15\xce\xb5\x5c\x88\x1d\x09\x00\xbc\x59\xec\xfd\x3a\x0d\x7b\x88\x75\x4a\xba\x98\xad\x63\x7d\x65\x7d\x61\xf3\xd9\xae\xc4\x3b\xec\x46\x76\x1a\xec\x2d\x7b\x2f\x5b\xb5\xd9\x9d\x7d\x99\xfd\x78\xa3\x35\xfb\x23\x27\x6d\xfd\x77\xce\x1a\xce\x88\x8f\x2b\x87\xc0\x5d\xe0\xcc\xe2\x1c\xe2\xd6\x01\x00\x37\x83\xeb\xa2\xe6\x31\x3b\xa5\x62\x51\x14\xf3\xa4\x34\x0c\x8a\x62\xbe\x91\x9c\xc2\x53\x58\x8b\x25\xb1\x35\x17\x59\x39\xe2\x9d\x85\x1b\x59\x0a\x71\x58\x2a\x91\x75\x44\x34\x12\x7e\x99\xbd\x48\xe4\xe4\x5d\xc8\x66\x0b\xe1\xce\x1b\xd8\xff\x08\x44\x00\xc0\xa9\xe7\x5b\x2b\x0a\xa0\x32\xe3\x6e\x7e\x0d\x24\x34\x10\xe8\xdb\xa1\x9d\xfa\x05\x58\x4f\xe8\xb3\xf6\x50\xd5\x19\x66\x8c\x66\x73\x3e\x87\xa9\x56\x3d\x49\xfe\xce\x7c\xa4\x2c\x09\xeb\x60\x65\xc8\xdb\x56\x4a\x58\x87\xa5\x87\xe7\xfd\xcb\x8e\x14\xcb\x81\x25\xec\xcf\x82\xbd\xb2\x68\x30\xb7\x7d\x1d\xb7\x10\xec\x68\xad\xa6\xee\x01\x5f\x34\x97\xa2\xb3\xa1\xd0\xc6\xb0\x4a\x5f\x48\x6e\xfe\x92\x37\x1b\x7a\x6a\xd2\x24\x1d\x67\x6e\xd2\x7f\x5e\x57\xcf\x3c\xac\x9d\xb5\x62\x1b\x2b\x5c\xf9\xef\x3c\x16\xeb\x84\x2c\x0f\xc8\x66\xd3\x44\x41\xd2\x30\x70\x4e\xcf\x30\x87\x02\xe6\x74\xc9\x28\x6f\xc0\x96\x8e\x40\x54\x23\xf8\xac\x75\x6b\x85\x04\x5a\xdf\x6c\x9f\xcb\x81\x1a\x1a\x7c\x93\x36\x32\xad\xeb\xe7\xae\xf3\x63\x52\xf4\xe6\x15\x15\xcc\x37\xea\xc9\x79\x05\x2c\xb6\x5c\x0b\xd0\xd8\xcb\x45\xa7\x25\x30\xc6\xfd\xc1\x1a\xf6\x51\x70\x6e\xbf\x0d\xa5\x00\xcc\xe9\x41\xa1\xe6\x80\x96\xce\x96\x8a\x39\xe0\xe3\xb6\x96\x5c\x57\x28\xb6\xb9\x28\xf1\x17\x34\x68\x39\x17\xfa\x9a\x39\xdf\x78\x6a\x85\x3f\x53\xad\x45\xcf\xcb\x67\xb9\x2a\x54\x40\x1f\xeb\x90\x78\x85\xa8\x59\xb3\xbc\x1a\xce\xdc\xab\xb6\xae\x4d\x25\x39\x2a\x3f\xd5\xad\x81\xab\x94\xb6\x88\xd5\xa5\xb1\x8a\x39\xa8\x92\x2c\x7f\xf9\x74\xcc\x60\xdc\x13\xe9\x4f\x7c\x40\x10\x5c\xf2\x94\x78\xcf\xd3\x4f\x3c\x41\xd9\xe7\xd0\x29\x3a\x4c\x7f\x06\x00\xa2\x59\x90\x4a\x64\xa7\x4e\x80\xb9\x32\x83\x54\x51\x75\x13\xc4\x36\x65\x32\x82\x0f\xf7\x50\x20\x51\x29\x25\x77\xe4\x52\x4c\x64\xe6\x0d\x99\x16\x97\x13\x67\x91\x6a\x09\xcd\x41\x01\x12\x25\xd9\xd6\x73\x81\x58\x42\x6d\x70\x68\x13\x29\x18\x18\x00\x10\x3e\x86\xc6\x85\x35\x2a\x18\xfc\x1d\xd4\xa9\x64\x22\x99\x44\x0f\x45\x03\xea\x57\x5d\xbf\xfc\x22\x46\x56\x82\x91\x7d\xc7\xc5\x67\x52\x64\xb3\x09\xcb\xe3\xe2\xa5\x6e\xa4\xe0\xb5\xbf\x24\xab\x28\xa5\x4b\x7f\x89\x83\x69\x03\x0e\xbd\xa2\x24\x70\x15\x00\x08\xb7\x30\x7d\xf8\xf7\x94\xb3\xb0\xfb\xc1\x0c\x45\x00\xee\x2e\xfe\xad\xbc\x16\xff\x19\xd6\x24\xeb\x25\x06\x16\xf3\xa4\x0f\x49\xaa\x8c\x6e\xe9\x74\xca\xf4\x0d\x46\x89\x2f\x75\x68\xad\x40\x9c\x4d\x4f\x5f\x7a\x49\xc4\x02\x9d\x1d\xc6\x85\x9d\xd0\x7b\x00\x10\xce\x61\xa5\xf1\x3a\xe4\x63\xe4\x97\x8c\x39\xb2\x47\x94\xed\xb8\x11\x99\x1b\x15\x59\xcb\x90\xe2\x68\x11\x9b\x05\x92\x23\x74\x9f\xf4\x23\xe2\x6f\x8c\xa0\xd8\x4b\xe2\xd5\x60\xd1\xda\xa9\x22\x1a\xc4\x5f\xda\x28\x3c\xc8\x3c\xe4\x30\x29\xf8\xca\x7a\x0d\x00\x02\x12\xbb\x91\x5b\x29\x63\x43\xfd\xb4\x4b\xd2\x7e\xe8\x0d\x96\x25\x79\xc8\xf4\xad\xa9\x93\x24\x32\xd5\x45\x5c\xf1\x00\xf3\xf7\xa6\x47\xa2\xcf\x2c\x7d\xac\xbd\x68\x1d\xdb\x27\x50\x2f\x6c\x65\x5f\x5c\x8a\x16\x7c\xe3\xd0\x1c\x5e\x09\xe2\x38\x1f\x00\x80\x3f\xc1\x79\xc5\x1a\x97\x1c\x14\x35\x52\xd0\x12\x7b\x11\x1c\x9d\x2c\x86\x8b\x5c\xab\x10\xa2\xbf\x85\x93\x05\x17\x45\x99\x42\xed\xc6\x4a\xe1\x0e\x61\x6e\xf4\x55\xa1\x83\x70\x7e\x40\xbf\x40\x2e\x38\xef\xf1\x82\xff\x53\x40\x75\xb8\xc5\xaf\xe1\x4f\x02\x00\xef\x35\x6f\x2f\x14\x24\xc6\x69\x21\x92\xb3\xe8\xa2\xc6\x82\x5c\x2e\x4a\x50\xab\x2b\x44\xc2\xa3\x2a\x79\xfe\x22\x61\x82\x12\x4a\x7d\x25\x38\xa4\xa8\x8c\xea\x10\x84\xca\xd7\xfa\x1f\xe0\xef\x91\xde\xf5\xc8\xe0\x87\x48\xea\x1c\x7a\x78\x3b\x44\x72\x00\xe0\xc5\x09\x12\x18\x5e\x22\x55\x93\x2b\x61\x95\xf0\x57\x43\x03\x1c\x23\xa4\x9a\x5f\x96\x3d\x12\x02\xf5\xde\xb9\xa3\x02\x85\x31\x33\xa5\x4f\xe0\xac\xcf\x89\x34\xf2\x5b\xb4\x01\x7e\x97\xf8\xcb\x55\x27\xdc\x75\xbc\x01\x85\xab\x43\x12\x2f\x50\x6a\x05\x00\xdc\xc3\x42\x23\x3d\x41\x14\xd6\xee\x88\xaf\x10\xf6\xb5\x26\xd7\x6d\x13\x7a\x35\x67\x96\x85\x0a\xc6\x1a\xc3\x72\x5d\x05\xa1\x16\xab\x14\x4f\xfe\x49\x53\x4b\xe4\x4a\x7e\x8e\xc1\xd6\x8f\xcc\xbb\xa9\x9d\xe3\x9e\xc8\x2b\x56\x5e\x74\xf0\xe2\x3e\x95\xb9\x02\x00\x97\x28\x9a\x47\xd3\x08\xff\xeb\x2e\xc4\x1d\x14\x16\x77\x16\xd7\x2d\x15\x5c\x6d\x5f\x51\x7a\x40\x50\xd4\x72\x36\x67\x84\x7f\xb7\x29\x2e\xf9\x14\x1f\x6d\xe1\x45\xdc\xe7\x7d\x31\xf1\xfc\xc2\x79\x74\xfd\x1c\x77\x17\xee\x67\x75\x9c\xc3\x72\x2e\x47\x6e\x03\x00\xdc\xa9\x22\x34\xd1\xd0\x88\xaf\xee\x40\x8a\x2c\x07\x6a\xd5\x95\xe7\xcd\xd3\xea\x18\x85\xe5\xa6\x02\x04\x94\x1e\x6f\x30\xa1\x46\xe3\x94\xba\x11\xac\x43\xe8\x09\xcd\x18\xbe\xdf\xc7\x4e\xd5\x40\x82\xb9\x4c\x2a\xd0\xd4\x1c\xfb\x3d\xb2\x08\x06\x16\x00\x24\xb1\xcc\xc5\x44\xd7\x86\xe3\xb0\x85\x48\x2f\xcb\x8c\xba\xab\x95\xbc\xfa\x22\x84\xae\x70\xbe\xf1\x00\xaa\x62\xd3\x1f\xc3\x2c\x4c\x59\x5c\xa6\x2e\x08\xa7\x08\xad\xd7\xc4\x12\x5e\x7a\xbf\x52\xad\x27\xd7\xb9\x5c\x52\x2c\xa1\xcd\xb4\xbf\x21\xfd\xc5\xb8\x0e\x00\x92\x99\xcc\x75\x04\x4b\xc3\x42\xf8\x1e\xc4\x1e\x73\x29\x32\xa1\xd2\xdb\x34\x80\x9a\x2c\x18\x37\x7a\x61\xb0\x9b\xb6\xe9\x79\xb8\xf5\x71\xb3\xb4\x5b\x09\xa1\xa1\x15\xea\xd3\xa4\x2a\xef\x4b\xca\xab\x94\x16\x97\x49\xf9\x29\xda\x2f\xfb\xb7\xd2\x9d\x20\x1d\x00\xc4\xe7\x99\x32\x3c\xd2\x7c\x14\xf3\x1d\xbe\xb5\x7e\x19\x2e\xac\x22\xce\xa8\xc1\x63\xf2\xbf\x18\x6c\x08\x87\x36\xd9\xe9\x10\xa4\xe0\x0d\x74\xcd\x00\xf9\x4a\xc8\x53\xd5\x25\x6a\xbd\xb7\x48\xf1\x91\x9e\xed\x72\x56\x3e\x15\x5c\x3b\xdd\x5d\x3a\x9d\xe9\xf4\xff\x2d\x8a\x16\x77\xb0\x1e\x41\x32\xd4\x4d\x18\xef\x90\x45\xe5\xf1\x86\x54\x4a\x79\xbe\xa3\xee\x02\x35\x77\x63\xb8\x36\x9e\x86\x88\x3d\xa9\x36\xd1\x5b\x42\x72\x95\x13\x8c\x57\xde\x61\x0a\x07\x28\xd6\xe5\xa8\x2c\x82\xd9\x33\x7d\x93\x24\x9b\xf5\x04\x00\x44\x1c\xf6\x59\x2c\xd9\x14\xcf\x38\x08\xdb\x62\x18\x00\x7d\xca\xc2\xf5\xf3\x40\x6d\x9e\xab\x76\x04\xf2\x4c\xab\xd6\xf8\x42\xe7\x62\xed\x55\x32\xa6\x26\x78\xb7\x62\x92\x55\xbd\xf2\x9e\x7c\x0d\x3b\xd6\x65\x9b\x94\xcc\x59\x3a\x9d\x2d\x6e\xe0\x1c\x04\x00\xe1\x71\xee\x74\x34\xcb\xc0\xe3\x3f\xab\xf9\x4f\x3f\x93\x7f\xab\xe4\x80\xb6\x91\x7f\x34\xe7\x94\x66\x3d\x7f\x67\xea\x7a\xd5\x39\xfe\xae\x98\x69\xca\x58\xfe\xe1\xa0\x57\xf2\x76\xfe\xb9\x95\x85\xb2\x59\xfc\x0b\x2e\x34\x49\x1d\xff\xe0\xf4\x6e\x51\x17\x3f\x13\x00\x04\xb7\x79\xfd\x48\xa4\x3e\x59\xb9\xab\x7a\xbe\xf6\x6f\xe5\xd4\xcd\xef\x34\x42\x45\x6c\x76\x82\x7a\xa9\x5c\x9b\xfc\xaf\xf2\xa0\xec\x5a\xd4\x53\x45\xbc\x6c\x6e\x10\x20\xdb\x2b\xdd\xb0\x62\x87\xd4\x5f\x92\xe7\xe2\x2e\x36\x8b\xc3\xa6\x77\x0a\x1f\x09\x77\x00\x80\x60\x29\xff\x17\xfc\xb9\x0e\x5e\x1f\x54\xa9\xd6\x02\xc6\x9f\x45\x46\x75\x9b\xa1\x37\xf3\xa3\x2a\x5d\x1f\x9f\xf4\x97\xe2\x8d\x76\x32\xf2\x85\x5c\xa1\x89\x5f\xbb\x56\x36\x57\x65\x5e\x61\x2b\x51\x2b\xfa\x17\xea\x44\x3f\x65\xa8\xe9\x44\x61\x9e\xf8\x0a\x00\xf0\x2d\x42\x57\xf8\x1a\xed\xab\xc6\xbe\x8a\x27\x9a\xfa\x86\x35\x85\x1f\xd5\x71\x66\x6d\x26\x5c\xf9\xd6\xf4\x4f\xd2\x26\x85\xc1\xe8\x12\x29\x90\x07\xe9\xd7\x04\xde\x93\x1e\xd3\xba\x2c\x3f\x2c\x09\x57\x8d\x2d\x2c\x10\x0d\xc8\x9f\x4c\x2f\x12\x4e\xfd\xff\x16\x25\x5d\x28\xac\x33\x68\xc1\x56\x46\x45\xb1\x26\xa0\xf9\x42\x21\x5d\xf5\xa4\xf1\x6b\xc6\x4f\xa5\xa6\x61\x46\xe2\x47\xc5\x9a\xfa\x9f\x91\xeb\x65\x93\xc6\x23\x81\x5b\xa4\x35\xfa\x8c\xe5\xf5\xe2\xab\x1a\xca\xc2\x70\x51\xb4\x72\xd5\xf4\x2a\x41\xab\xb4\x1e\x00\x78\xff\x08\xef\x94\x6f\xeb\x8d\xae\x89\x2f\xc4\x74\x8d\xc3\x96\x64\xd6\x77\xc4\xc3\x81\x64\xaf\xd6\x73\x48\x9b\x68\x9f\xe6\x40\x74\x4c\xf0\x91\x86\x52\xec\xc8\x2a\x7e\x7d\x09\x21\x7f\xc9\x45\x43\x08\x39\x64\xce\x37\xcd\x33\x5a\xa4\x4d\x8c\x52\x03\x2e\x03\x00\x59\x18\x73\xb2\x9c\xd0\xd3\x0c\x63\x16\x86\x76\x2d\x82\xfb\x65\x62\xdb\x3b\x11\xff\x26\xfd\x68\x0d\x45\xed\x8f\xb6\x6b\x1a\xc2\x1c\x0b\xee\xb5\x3c\xc0\xfd\x59\x45\x30\x3d\x27\x12\x96\x5c\xd4\x5f\xa6\xcc\x99\x3b\x4b\x63\xa4\x5d\xb6\x81\x2b\x53\x40\x1c\x00\x48\x7f\x30\x27\xcb\x97\x75\x7f\x81\xdf\x2a\xf8\xd4\x49\x47\x22\x32\x03\xda\x7e\xa2\x3e\x25\x9d\x69\xe9\xc4\x34\x44\xdd\x6c\x72\xc7\x51\x82\x79\x96\x32\x82\x68\x55\xa1\x89\x40\x1a\x5f\x32\xa1\xaf\xa3\x2e\x9b\xeb\xa1\x09\xa1\x77\xd8\xa8\x15\x9f\xc1\x0f\x00\x20\xdd\xca\x72\x28\xdb\xd0\xa5\xc2\x1c\x2a\x88\xec\x08\xc0\xbe\xcb\x68\x69\xbd\x82\xf7\x4e\x4a\x6c\x66\x11\x34\x51\xe8\x46\x3b\xd2\x92\x60\x6f\x73\x36\xf9\xfa\x2a\x17\x23\x89\xba\x73\xc9\x0e\x1d\x8b\xde\x3c\x37\x52\x5d\x07\x36\xd9\xdc\x50\x44\x30\xab\x01\x40\x6a\xcd\xfa\x5c\x7a\xae\x33\x94\x78\x2a\x7f\xa8\xed\x25\xe9\x5c\xfa\xab\x96\x06\xf2\xe1\xc4\x81\xa6\x0c\xca\x64\xe4\x53\xcb\x13\x9a\x5d\xd0\x81\xfa\x48\x7a\xb1\xcf\x19\x03\x92\x71\x66\x49\x93\x56\x09\x65\xcc\xcd\x55\x29\x99\x97\x6d\x97\xc9\x89\xec\xd9\xff\xd3\xcd\x59\x54\xba\xb8\xc3\x96\x5e\x9d\xf7\xb2\xf5\x00\xfd\x5b\x7a\x70\x33\x8a\x21\x49\xb4\x6e\x5c\x0d\x46\x47\x16\x99\x2f\x40\x4e\x41\x89\x26\x7f\xe8\x87\x0f\x51\x0f\x67\x7e\x5a\x42\xd3\xb4\xb3\x67\xcd\xad\x55\xee\xe2\xcc\xb1\x25\xc9\xfa\x38\x87\x01\x40\x0c\x71\x13\x8b\x69\x6d\x28\xee\xf6\xdc\xb1\x16\x4f\xee\xe4\xa6\xe4\xc6\x47\xdc\xa7\x09\xfe\x96\x6d\xbc\xd9\x11\xdd\xf5\x95\xbc\x94\xb5\x63\x86\x5b\x3c\xa9\x8f\x9d\x6e\x15\x6f\x62\x49\x8a\x1a\xcd\x5f\x3c\x97\xae\xd0\xf1\x63\x6d\x27\xa4\x2d\xfc\x69\x00\x20\x02\x79\xfb\x36\xcf\x6b\x05\x64\xb0\x9c\xda\xa6\xbb\xd2\x6f\x1b\x3d\x1a\xb6\x49\xa1\x78\x5f\xb3\x58\x6a\xb3\xfe\xb8\x69\x83\xc4\x18\xf8\x53\x7f\x46\xe2\xe6\x0d\x6a\x83\xc4\x8d\x8b\x7f\xa9\x18\x62\x87\xb9\x68\xf9\x90\x28\xd2\x6e\x8a\xe4\x9c\x70\x0e\x00\x08\x77\xf3\x6f\x16\xbe\x6c\x7e\xaa\xfb\x9a\x1d\xdf\x78\x5b\xfb\x2e\xcd\xce\xb2\x5f\x73\x2b\x2e\xb0\xde\xa4\x3e\x15\xfe\xce\x98\xa7\x1a\x0d\x8c\xd3\x7d\x51\x0a\x56\xbe\xd4\xd0\x14\x31\x8b\x0d\xca\xe3\xb2\x33\x73\xd7\xc8\x7e\x48\x3e\xda\x39\x4a\x56\x89\xee\x00\x80\x70\xa9\xe0\x4c\xe1\xe6\x66\x86\xe9\x6e\xd6\xb1\x46\x98\xb1\x25\x55\x6f\x49\x33\x24\x6f\x38\x59\xef\xa5\x7b\x1b\xde\x68\x78\xac\x95\x07\x7c\xd7\x69\x35\xd3\x57\xee\xd0\xb8\xa8\xb0\x8b\x51\x4a\x98\x42\x32\x77\xa1\xac\x45\x16\x66\x37\x5b\x7c\x4d\xdc\x03\x00\x82\x2b\x42\xcf\x82\xbf\x9b\x1d\x1b\x56\x67\x15\x34\x7c\x32\x1f\x4b\x0d\x31\xdf\xa8\x8f\xdc\xc0\x35\x8d\x18\x87\xc3\xcb\x0d\x68\xc3\xd4\x80\x09\x9d\x9b\x2e\x7e\xa5\x59\x3d\xa2\x29\x5c\x5c\xa6\xf8\xa8\x9a\x39\xd7\x55\xb6\x4a\x9e\x65\x17\x28\x86\x49\x8a\x01\x40\x50\x2b\x04\x0b\xc2\xb6\xb4\xd5\x1c\xcb\x5c\xd5\x7f\x0f\x26\x4f\xd6\xf6\xce\x86\x97\xc4\xb0\xbb\x62\x91\x85\xeb\x80\xf6\x44\xb4\xce\x6f\x75\x8b\x35\xce\xca\xab\xa7\x41\x4e\x18\x72\x79\x67\x7a\x48\x6e\x98\x1d\xad\x9f\x45\xeb\xb0\xda\xaa\x5e\x06\x62\x00\x40\xbe\x94\xe5\x50\x30\x7f\xf0\x13\xec\x69\xe6\xcc\xfe\x30\xb8\x38\x99\xd2\x43\x44\xfa\xc5\xc0\x3a\x47\x50\x3f\x42\x5f\xb5\x1d\xc6\x5a\xfb\x79\x34\x8b\xf0\x71\x5e\x5d\x0d\xf3\x88\x7b\x5c\xbe\x98\x98\x94\x9a\xd9\x9b\x75\x3b\xe9\xcb\xad\x6e\xaa\x6e\x82\x83\x00\x20\x7b\xc0\xb2\xcb\x7f\x3a\xb8\x09\xb1\x36\xe3\x9f\x3e\x3d\x72\x38\x39\xbd\x7b\x12\xbd\x3a\x26\xbe\x73\x3e\xe6\x54\xe8\x85\xb6\x00\x5c\x8f\xdf\x8c\xa6\x3f\x84\x3d\x5e\x16\x8b\x85\xf4\xdd\xe5\xb7\x69\x3a\x15\x3e\x9b\xa8\xcb\xa2\x3f\xb5\xb6\x52\x71\x21\x2f\x00\x90\xe9\x58\x11\xf9\x05\xfd\x8f\x31\xb7\x33\x2a\x7b\x13\x71\x56\x49\xb7\xba\x9a\xf1\x7e\xd1\x0f\xdb\x5f\x11\x2c\xa1\xfc\xd6\xb9\xa4\xd5\x6b\x2e\x37\xbe\x21\xbf\xf2\xa2\x9a\x4d\xd4\x4b\x2e\x3f\x8c\xae\xf4\x53\xb3\x5b\xb4\x0c\xf0\x8c\x75\xae\x72\x1f\x93\x0f\x00\xd2\x1b\xec\x85\x79\xef\xfa\x20\xe2\xa5\xf4\xc7\xdd\x9f\x48\xfb\x92\xf2\x3a\xab\xc8\x6d\xd1\xd8\xb6\x43\x94\x3d\xa1\xee\xcd\x6f\xa9\x5f\xd6\x48\x1a\xae\xd2\x73\xbd\x92\xea\x25\x8c\xf3\x2e\x3f\x0d\xee\x50\xf5\xec\x63\x1a\x23\xf3\xb9\xf5\xb0\xe2\x31\x7b\x09\x00\x48\xed\x39\x61\x79\x3e\xbd\x29\xf4\xb9\xe9\xe1\x5d\xc7\xe9\x3d\x89\x7f\x75\x04\x31\xc2\xa3\xde\xb5\x36\x30\x7e\x87\xec\x6e\xba\x06\xfe\xb3\x26\xd8\x72\x1c\xba\xec\xe5\x60\x62\x33\x6f\xb9\x7c\xd6\xaf\x62\xdb\xcd\x7e\xa8\xde\xc1\x71\x98\x32\x55\x31\xf7\x7f\xab\x96\xac\xe7\x96\xe5\x06\x77\x0f\x71\x67\x6c\x22\x76\x2e\xe7\x2e\x4f\x5c\xd4\xd6\xce\x8d\x88\x2a\x68\x71\xe2\x52\x43\x22\x1a\x4b\xb9\xc7\x56\x5f\x35\x57\xf3\x9c\x97\x5d\x36\x86\xf2\x88\x2e\xef\xb4\x2f\x79\x77\x1d\x5c\x54\x3c\xfe\xec\x29\x54\xd9\x0f\xde\x63\x00\x10\x87\xf0\x76\xe7\xac\xec\x5a\x23\xcd\xdc\x48\x6b\xbf\x20\xb9\x93\x10\xd9\x5a\x21\x29\x8f\xb4\x34\xdd\x14\xff\x0a\xb6\x34\xf8\x89\x07\x57\xe7\xd5\x27\x8a\x33\x96\x31\x0c\x6b\x45\xaf\x5d\x2e\x6a\xde\x88\x24\x0e\x41\x4a\xb5\xf0\xd2\x94\xa3\x32\x4f\xc1\x38\x00\x88\x50\xfc\x83\xd9\x73\x3a\x1d\xb5\x59\x69\x50\xdb\x1e\x4d\x66\xfc\xe6\x96\x2c\x75\x42\xc4\xc5\xc6\x8b\xaa\xcc\xa0\x37\x16\x5f\xe5\x66\xdf\x13\xa6\x0a\x45\xfe\x32\x7b\x3d\x42\x1e\xe3\x22\xd3\xac\x92\x7e\x76\x58\xa4\xb8\x24\xc9\x9e\xf2\x54\xca\x10\xd5\x02\x80\xf0\x86\xa0\x3e\xcb\xd4\xd1\x62\xf8\x9c\x36\xa3\x2d\x4a\x7f\x28\xee\x67\xf3\x65\x1d\x35\x82\xd5\x98\xa3\x8d\x0e\x1a\x36\x8f\xa9\xff\xf8\x6a\x8d\xaf\x55\xa3\x9e\xff\xe8\xad\x95\x09\x2e\x44\xf5\x49\xb9\xce\xc1\x45\x81\x93\x42\x36\x36\xd2\xc5\xe2\x95\x00\x20\x14\x08\xbe\x66\xad\xe8\xf0\x33\xcf\x4a\xdd\xd1\x7a\xdc\xb4\x25\x6e\x67\x73\x8e\x71\x6d\x44\x42\xc3\x84\xfe\x64\x10\xcf\xbc\x4a\xb7\xc9\x97\x60\x24\x68\x0e\x78\x5e\xd2\x69\xd4\xf6\x2e\x24\x75\xa6\xe2\x8b\xc3\x1a\xf9\x67\x19\xdb\xc6\x5f\x32\x24\x9e\x04\x00\xe1\x7c\x61\x6a\xe6\xac\xb1\x15\xb5\x99\x29\xf6\xc3\xeb\x60\xdf\x63\x15\x83\x01\xf0\x5d\x61\x87\xfa\xdc\x91\x7d\x01\xad\x5d\x37\xd1\x37\xbc\x13\xdb\xc3\x71\x09\xee\x45\xcd\x9b\x09\x2f\x9d\xe5\x96\x78\xf2\xdd\xe9\x77\x0d\x3f\x68\x77\x01\x40\xa3\x01\x45\x00\x20\xff\xc0\x9a\x9f\x69\x37\x4a\xaf\x43\x24\xff\x19\xd2\xc3\x5f\xc4\x72\x06\xcc\x48\x66\xd8\x8e\x5e\x15\x3a\x2a\xc0\xd2\x95\x8e\x8d\xf0\x4e\x6a\xdb\x8b\x07\xdd\xab\x9b\xfe\x21\xbe\x74\x6e\x31\xdf\xa0\xb4\x4d\xff\x65\x68\xa6\x17\x02\x80\x26\x1a\x3c\x04\x00\xf2\x11\xd6\xb4\x8c\x8f\x23\xa7\x10\x83\xc9\x2f\xb6\xbc\x40\x4d\x89\x85\xf5\x7f\x45\x63\xc3\xda\x7b\x3e\x62\x7e\x06\xc8\x3a\x0f\xe2\x2e\x7b\x47\xb5\xf9\x11\x1e\xba\xd7\x34\x55\x92\x97\x39\x0f\x9b\xab\xa8\x8d\x33\x5c\x0c\x81\x8c\x59\x00\xa0\xbe\x07\x05\x00\x80\xbc\x80\x15\x91\xb1\x63\xb8\x02\xbb\x34\xb9\x7d\xd0\x84\x0b\x88\x9d\xdf\xb7\x13\xbf\x29\xac\xac\xfb\x28\x61\x6b\x40\x7e\x47\x03\x29\xc1\x7b\x71\xeb\x7c\x8a\xb5\x7b\x61\x63\x1e\xf5\xb9\xf3\xe1\x7a\x38\xfd\xc5\x8c\x8d\xfa\x0c\xf0\x3e\x30\x55\x3d\x93\x29\x04\x00\x99\x9e\xed\x9c\x51\xb2\xe5\x2e\x69\x4e\x72\xf8\x40\x18\xe9\x52\xcc\x9e\x5e\x06\xb9\x33\x6c\x66\x97\x86\xb2\x37\x60\x7e\x3b\x91\xfa\x7d\xe5\xbb\xe6\x2f\xf4\x42\xf7\x84\x86\x18\xc6\x25\xe7\x09\x53\x2d\x44\x9a\xc1\xd0\x55\x30\xdf\x01\x95\xaa\x35\xec\xf9\x00\x20\x3d\xc0\x09\x4e\x67\x0c\x0e\xd0\xad\x93\x3a\xfb\xa7\xd0\x95\x31\xd9\x3d\x49\x0c\xb7\x75\xbb\x3a\x61\x8c\x07\xfe\x17\xda\x72\xc0\xd3\x2b\x8f\x34\xdd\x87\x0e\xb9\xfb\x5a\xfc\x99\xa7\x9c\xaf\x1b\xeb\x58\xbf\x67\xf4\x68\xa9\x1c\x6b\x60\x97\x32\x9f\x33\x0a\x00\x92\xd7\xdc\x82\x74\xff\x81\xa9\x9c\x1d\x49\xf1\xbd\x65\x9c\xa3\xd1\x8f\xba\xba\x39\x67\xd7\x15\xb5\x5f\xe4\x4e\xf7\x97\xb4\x9c\xe5\xd6\xae\xd4\x34\x12\xb8\xe3\xee\x0b\xeb\xff\xe6\xf9\x38\xbf\x37\xb8\xf1\x7a\x66\x7c\xd3\x04\xf1\xee\x5a\x05\x2b\x02\x78\xff\x7b\xfb\xdb\xbc\xce\x4d\xe4\x3e\xac\xa4\x31\xd1\xdc\xfd\x52\xe2\x18\x9d\xd2\x99\x25\x96\x86\x5e\x69\x13\x8a\x83\xfd\xdd\x9a\xe5\xa2\xf7\x2b\x63\x1a\x92\x44\x83\x4b\x5e\x9a\xce\x89\x2a\x9c\x3f\xe9\xe7\x88\x66\xcd\x0c\x52\xaf\x15\x12\xac\xea\xe5\xe9\x02\x26\x00\x88\x67\xf0\xdb\x37\xe2\x7a\x53\x34\xf3\x12\x8e\x76\x1d\x51\xdb\x47\xb5\x74\x78\xa9\x80\xd0\x88\xd6\x0a\xe5\x62\xbf\xe6\x26\x9c\x22\x76\xc5\x35\x4b\x9a\xbc\x78\x49\xb3\xf1\xad\xac\xce\x79\x52\x17\x23\x8d\x9c\x19\xad\x42\x8a\x8f\x5a\x5d\x96\xb5\x0a\x7f\x03\x80\x88\x22\xc0\x6f\xb4\xe9\x99\xd0\xf3\x13\xea\xba\xd6\xeb\x62\xa2\xf2\xda\xcd\x9a\x6f\x21\x7f\x5a\x2e\xab\x6f\xfa\xa1\x1a\x1f\xab\x76\xad\x18\x33\x9f\x57\x4a\x97\xf0\x8c\x7c\x45\xa2\xf3\x19\xed\x55\xd9\x9e\x99\x19\x2a\x40\x72\xc9\xea\x93\x2c\x46\xb4\x1d\x00\x44\xcb\x05\xa7\xd3\xfa\x7b\xf2\x4d\xd5\x09\x1e\x9d\xbb\x0c\x5f\xa3\x3c\xda\xed\xf4\xc2\x90\x9b\x2d\xb1\x3a\x7f\xbf\xcc\xc6\x6c\xcd\xd5\x15\xed\xe6\x78\x35\x66\x09\xd3\x68\xab\x7c\xe6\x7c\x5d\x5b\xa8\xb0\x9e\x49\x50\x8a\xa4\xe3\xd6\x3e\xd2\xb3\xe2\x2c\x00\x10\xee\x13\xda\x8f\xe4\xc1\x3f\x94\x5c\xee\x54\x21\x7d\xca\xe3\xeb\xf3\x51\xc5\x95\x23\xb2\x42\xf4\x8e\x9a\x0d\x10\x1e\xbb\x0a\xf6\x09\x6d\xc4\x4d\x20\x9a\x4b\x7c\x08\xed\x68\x54\xca\x09\xd2\x18\xae\x31\x78\x26\x15\x20\xbe\x5a\x54\x48\x6f\xa3\x96\x5b\xe5\x40\xc7\x18\xb4\xe1\xdc\x3a\x55\x45\x56\xc7\x16\xf8\x3f\x55\x54\x93\x1c\x19\x56\xd3\x2c\xed\x44\x6d\x83\xbd\x01\x2f\x60\x52\x11\xe5\x68\x5b\xdc\x34\xd4\xb1\xe2\x31\xfc\x17\x6c\x4a\x4a\x11\x69\x19\xc1\x33\x68\x94\xa2\x21\x2f\x59\xb4\x94\x1e\x4f\x0b\xb4\x8a\x82\x78\x8c\x67\x43\x49\xb0\x55\xd5\xef\xda\x0f\xd6\xb5\xd4\x9e\x37\xee\x44\x2c\xac\x1b\x95\x3c\x40\x8e\x21\xc6\xc1\x15\xe8\x3a\xd4\x1b\x14\x09\x1b\x8b\x9d\x55\x1c\x84\x4f\xc5\x67\x24\xbf\x24\x6a\x89\x57\x82\xf2\x29\x4e\x14\xba\xdb\x7b\xda\x3d\xfa\x1a\xab\x10\x28\x10\x64\x0d\x86\x56\xb7\xa1\xa0\xd6\xdb\xb5\x31\xe8\xeb\x06\x5b\xd8\x1f\xec\x62\x71\x15\xfc\x0c\xae\x83\x7e\x1d\xb9\x95\x10\x8d\xcc\x40\xef\x27\xde\xdc\xbc\x01\xfb\x81\xac\x4e\x5e\x42\x80\x51\x31\x6b\x77\x91\x9d\xe9\xe5\x6e\x1d\xb4\x19\x60\xa5\x55\x1c\x28\x84\xee\xf6\xcf\xa8\x5c\x47\x0a\x6c\x99\x56\x6d\x4f\x9e\xa6\x2b\xae\x79\x47\x9e\x14\x3e\x86\xbd\xa0\x9c\xa4\xc9\x11\x36\xd4\x2b\x88\xd5\xa8\x08\xda\xfd\xa2\x0c\x4c\x27\xfd\x57\x52\x01\x3e\x0a\x0c\x5f\xeb\x49\x9a\x0f\x71\xdd\xca\xa9\xc1\xcc\xa3\x56\x6c\xc6\x69\x56\x75\xef\xca\xb2\x57\x50\x65\x53\x60\xc5\x5b\x68\x9f\x66\x7b\xf5\x34\xe8\x99\x00\x59\xeb\xcf\x4c\xa5\x46\xd5\xd1\x98\x87\xe1\x33\x11\xd7\x59\x01\x85\x15\xe8\x3a\xd6\x50\x62\x3d\xce\x87\x1d\x1a\x68\x21\xae\x64\x1f\x75\x0b\xa7\xc0\x38\x3e\x56\xfb\x18\x4b\xd8\xcf\xbb\x52\x4b\x36\x4b\x37\x58\x1a\xcb\x70\x92\xbd\xaa\xf5\x15\x66\xc9\x4a\x9e\x77\xd5\x5b\x71\x27\x79\x5d\x2d\x52\xbc\x0c\x96\x5c\xf7\x5b\x64\xc9\x7f\x8a\x3c\x2e\x9a\x92\x80\xc5\x1c\x12\xd6\x06\x5c\xc6\xbf\x15\x6c\x75\xfd\x4c\x46\xf1\xcf\x58\xfb\xd3\x73\x78\x2b\xda\x23\x8b\x76\x9b\x3e\x99\xce\x97\x78\x1b\xe9\xf2\x5d\x65\x3a\x83\x0d\xfb\x5e\xe5\x42\x9d\x8a\xb8\xa6\x7a\x5c\x3b\xab\x86\x0f\x93\xaa\x09\x79\x58\x04\x5b\xb9\x27\x3e\x11\x3d\x28\xbf\x1a\x30\x1d\x3f\x43\x7a\xc2\xb5\x97\x74\x44\x0c\xb3\x66\xd3\x2e\x09\x52\x5b\x9e\x16\xdc\xee\xca\x30\x68\x36\x93\x3b\xe6\x4a\x15\xa5\x4e\xad\x47\x98\x77\xca\x0f\x34\x97\xe1\x73\xab\xc4\x0d\xf7\xaa\xee\xd7\xe2\xcd\xfe\xb9\xd3\xe1\x0a\x63\x5a\xdc\x7a\xd4\x5d\x9d\x97\x3f\x0c\x07\x53\xed\x76\xad\x21\x25\xcb\x26\xac\xcf\xd0\x58\x22\xaf\xe6\x8f\x05\x9b\x06\x34\xfa\xbd\x45\x8f\x7a\xff\x93\x9c\x28\x91\x74\x07\x31\x97\x96\x87\x74\xd4\xe1\xfa\xab\xa6\xb6\x92\xab\x92\x6a\xbe\x37\xc5\xe5\xc8\xe1\xee\xe6\x89\x0d\xf7\x51\x1c\xe3\x74\xff\x75\x38\x27\xcd\x7f\xae\x65\x24\x1b\x45\xbc\xf5\x2f\x5a\xb2\xe8\x6a\x73\x7a\xfe\xb3\x91\x27\x7a\xaf\x22\xea\x96\xef\x92\xf8\x92\x39\xfd\x4f\xa0\x81\xb2\x23\x3d\x47\x71\xa1\x95\xfa\x4e\x78\xe5\xd3\x1a\x49\xeb\x89\x9c\xa8\xba\xb1\xc6\x89\x0d\x3b\x51\xf3\xea\x41\xff\x20\xec\x56\xdd\x61\x57\x2e\x71\x4c\x59\x3a\x25\x8f\xfa\x4b\x1c\x34\xb8\x14\x15\x5a\xb2\xb5\xf5\x2c\x7a\x5d\xb9\xaf\xfe\x36\x26\xae\xd2\x20\xf6\xc5\x62\x6a\xd6\xd0\xeb\x71\x3b\x60\xff\x22\xa7\x11\xbc\x11\x96\xa2\x2f\xc4\xd3\x68\x42\xd2\x13\x72\x2b\xae\x77\xad\x91\x3a\x42\xb2\x75\xab\x67\x4c\xa3\x1a\xac\xf2\xa0\x67\x8c\xa3\x03\xab\x11\x93\x15\x6e\x2d\x6f\x90\x9f\xab\xd2\xf4\x0b\xd0\x4b\x6b\x48\x22\x08\x83\x83\x9d\xa3\xbd\xc7\xde\x40\x6c\x40\xb0\xf1\x48\xd4\x58\x11\x8b\xe8\x85\x8d\x49\x62\x93\xe7\x11\x96\xaf\x4d\xa1\x46\x91\x03\xdd\x6a\xe9\xdb\x69\xe5\x56\xf1\xd0\x20\xe8\xdb\xef\x0b\xc7\x57\x0f\xb4\x4c\x43\xec\xad\xd5\xe8\xd2\x50\xd6\x75\x74\xe1\x61\x34\x11\x61\xa0\x65\x61\xbe\xa3\x4e\xc2\x5f\xe2\x7a\x31\x6f\x8b\x6c\x08\x2c\x7c\x64\xd2\x3c\x92\x88\x78\x21\xf0\x2b\xe5\x24\x45\xe4\x16\x45\xcf\xa2\xe7\x5b\x45\x40\x15\xe0\xc1\x5e\x57\x98\x0d\x6a\x76\x93\x67\x1d\x05\x0d\x6a\x2c\x08\x6b\xcc\x29\x41\x0c\xb2\x01\x97\x43\xb5\x42\xa7\xe3\xbf\xd7\x9d\xc1\xae\x20\x76\x16\xce\xc5\xfb\x92\xeb\x12\xd3\x89\x15\xd4\xc2\xc0\x72\xf2\x05\x7a\x95\xeb\x57\x9a\x10\xe4\x5a\x15\x80\xbb\x99\x0b\xbb\x67\x55\x77\x10\x3b\x1b\x0a\x6b\x93\x49\x7a\xd5\x7f\x75\x56\x64\x34\xef\x24\xfc\x04\x05\x49\xde\x87\xec\xa3\xf2\x60\x5b\xd0\xc3\xb4\xe6\x02\x4f\xec\x5d\xfa\xd9\x04\x1d\x21\x12\x74\x0d\x98\x20\x5d\x85\xa8\xae\xc7\xa9\x63\xcc\x6b\x56\x0d\x8c\x3f\x2c\x4b\xa7\x5b\x25\x05\x3c\x63\x96\x56\xc7\x42\x6b\x95\x19\xb5\xcb\x21\x22\x37\xab\x6e\x0e\x74\x87\x44\x42\x2c\x62\x16\xd5\xaa\x51\x69\xcc\xdb\xf9\xa1\x98\x5e\x16\x22\xfe\x06\xde\x97\x3d\x3d\xa0\x98\xf8\x8c\x3d\xe2\x6a\xa1\x3c\xe1\x04\x5b\x3d\x65\x64\x73\x5c\xda\x28\x65\xe7\x25\xe5\xa6\xa9\x15\x87\xc4\xff\xc9\x5e\x56\x1d\x15\xb3\xd8\x1e\x35\xb7\xc5\xd6\x04\xa8\x6e\x81\xc8\x58\x7d\x1d\x01\x8a\xdc\x72\xcf\xa0\xa7\x0a\xdb\xe3\xf6\x63\x8f\x0b\x17\xf9\xb7\x11\x76\x08\x44\xae\x54\xf2\x53\xfe\xb8\x35\x8e\x2e\xe0\x25\x35\x57\x97\x14\x1b\x6f\xea\x37\x96\x69\x0c\x38\x09\x58\x71\x52\xbf\x08\xfa\xb7\x7a\x96\x76\x37\x8e\x53\x4b\xd3\x6c\xac\x5a\x04\xb7\x53\x9d\xce\x29\x45\x9e\x50\xae\xda\xd0\x86\xd9\x2a\xaf\xf3\xbb\x8f\xbf\x28\x05\x5d\xbd\xc9\x61\xe2\x78\xeb\x13\xb4\x1f\x82\xfc\x86\x37\x9b\x35\x1d\x0f\x35\x1f\x4b\x5e\xb6\x4d\x88\x92\xcb\xb3\x5b\xda\x18\xcf\x2a\xf7\x34\x65\x63\xb6\xd5\x6c\xb0\xbc\xac\x90\xc0\x3e\xd5\x97\x64\xdb\x20\x6e\x18\x2c\xb1\x2d\xe8\x7f\xb5\x26\xbf\x58\xfc\x2a\xd5\x46\x97\xd7\xa4\xfd\x32\xfd\x14\x27\x5a\xa7\xc8\xc3\xf2\x7b\xb3\x75\xbf\xbd\x66\x61\x49\x79\x8f\x51\x08\x95\x9d\xee\xfc\xc6\xf0\xad\x0c\x69\x4f\xc4\xd8\x55\x9f\x68\x41\x96\xbf\x87\x09\x1a\x8b\xb3\x64\x08\xac\xd9\x3e\x36\x1e\xad\x30\xa0\xfc\xe6\xe1\xae\x69\x18\x2e\x2f\x48\x14\xf9\xcf\x29\x1b\x69\x08\xd1\x19\x4b\x41\x51\xcb\x70\x86\x9a\x57\xfc\x7e\x50\x2e\x78\x57\x96\xd7\x67\xa1\x8f\x55\x8c\x77\xab\xd1\xcd\xd5\x59\x1d\x19\xe5\x66\x98\x43\xcb\x85\xac\x0d\xf0\xdf\x0d\xbf\x62\x5d\xd1\xee\xa6\x0b\x7e\xb3\x71\x64\x5d\xa4\xeb\x0c\xd2\x22\xa5\xc3\x94\x2e\xda\x5c\xf1\xb2\x9e\x03\x18\x73\x89\xbe\x71\x12\x0b\x2f\x9f\xab\x59\x81\xcb\xab\xa4\xf0\x4f\xe1\xd3\x6b\xe6\x53\x40\x02\x1e\x76\xb5\x6e\x3d\x71\x1f\x42\x56\xc0\x21\xaf\x46\x23\x13\x0e\x52\x4e\xe3\xba\x02\xce\xd1\x5a\x48\xd3\x5d\xe9\x8c\xbd\xd4\x61\xe0\x13\xb3\x80\xf1\xa6\xfb\x32\x3a\xa8\xfc\x59\xc3\x4f\x8c\x5f\xd5\x12\x35\x06\x1b\x54\x93\xc8\x5f\x8c\xcb\x85\xf5\x91\xff\xc6\x37\x22\x3c\x60\x63\x84\xdf\x28\x63\xc1\x54\x92\x1a\xeb\x9f\x50\x44\x89\x27\xb8\x04\xc8\x69\x01\xe4\x00\xd7\x8d\x0c\x18\x8d\x08\x3c\x66\x2e\x06\x73\xba\xee\x23\xaf\x54\x57\x34\x2c\x46\x7d\xa9\x4d\x57\xf5\x61\x9c\xea\xd6\xf3\x60\xd8\x12\x44\x19\x79\x1d\xee\x28\xca\x04\x73\x27\xc4\x60\x4e\xe6\xab\x88\xcf\xf0\x4b\xe2\x3f\x90\x77\x13\xf7\x07\x44\x53\x0f\x52\x38\xae\xcb\x18\xd3\xe8\x35\xc0\x23\xe8\x3a\x78\xbf\xe3\x34\x5c\x89\xec\x30\xaf\x45\x9c\x47\x2f\x54\xbc\x41\xf9\x61\xb0\x9c\x87\x68\x03\xf6\x0f\xf1\x25\x76\x11\x7e\xb4\xe6\x37\xee\x34\xb1\x32\xaf\x89\xd0\x4a\x5e\x1b\x1f\x42\x6a\xa0\x06\xf9\x6f\xa5\x9c\xa1\x67\xbb\xbc\xa5\xc7\x80\x62\xab\xd9\x90\x1f\x33\xac\xed\x6f\x98\x0f\xd1\xc1\x84\xab\xdb\x42\x72\x96\xa7\x23\x22\xc9\xd6\x6c\x02\xf2\x24\xc5\x96\xd0\x8f\x66\x52\x97\x57\x3f\xc4\xe6\xd2\x36\xe5\x8e\xe2\x73\xe9\xf2\x38\x0e\x11\x64\xbc\xf2\x0f\x24\x5f\x81\xca\x5c\xfe\xa2\xe1\x98\x97\xad\x4a\x40\x26\x6b\x5b\xcb\xdf\x35\xee\xa0\x9f\xa1\xa7\x76\x37\x38\x20\x1d\xa9\xc3\x83\x9f\x98\x3f\x11\x8b\xa1\x1a\x7c\x0d\xf2\x0b\xf4\xbc\xea\x14\xfa\x33\x93\x99\x73\x0c\xb7\x98\xe5\xb2\xe1\x1c\x01\xcd\xba\xe8\x77\x8a\xf4\x9c\x2d\x77\x19\xa4\xf6\x72\x7c\xad\x46\x18\x17\x38\xfe\x4d\xa8\xca\x1a\x31\x4d\x17\x55\x1d\x22\xf6\x12\x57\xd4\xce\x17\x9d\x01\xef\xc2\xde\x8a\x8a\xb1\x20\xfc\xbb\xf0\x5b\xa5\x1b\x6a\xb5\xd0\x9c\x5d\x89\x91\x08\x03\x62\xf7\xe2\xa7\x0a\x4e\xf8\x39\x13\xf7\x0a\x52\x5d\x24\x94\x01\x7e\xaf\xf5\x06\xfa\x4f\x5e\xb6\x25\xb7\x7c\x99\x61\xb7\x5a\x57\xe9\xa6\xaf\x10\x02\xd5\xde\xba\x35\xf4\x6d\xb5\xab\x35\x37\xd0\xf2\xba\x0a\x35\xb7\x1c\x87\x38\xa2\x72\xce\xfc\x85\x4e\x55\x18\x63\xba\xb0\x5f\x65\x6f\xd6\x94\x10\xae\x4b\x3d\x5d\x12\xc9\x5f\xc5\x73\xac\x5b\xe9\x44\x41\x96\xe9\x68\x29\xaa\x1d\xaf\xf4\x28\xd7\xb4\x72\x79\x7f\x55\x1e\x69\xa6\x52\x77\x57\xdf\x6f\x8c\x44\x9e\x86\xad\x35\xbf\x2d\x7d\x04\xdf\x65\x62\x67\x6c\x45\x55\xe9\xef\x44\xf7\x63\xd7\x6a\xbe\xac\x3e\x44\x58\xab\xbc\xea\x62\x47\x06\x65\x89\xd6\xcf\xe8\x73\x44\xf6\xc6\xc9\x92\xfb\xbd\x1c\x45\x74\xb9\x6d\xf7\x6a\xee\x7f\x95\xeb\x3b\xf6\x50\x7e\x54\x57\xb6\x2d\x44\x2e\xab\xdd\xd7\xbc\xb9\x34\x07\x9e\xd0\x80\xca\x08\x43\x7e\xaf\x8f\x8e\xce\xc4\x5c\xd3\x1f\x5d\xad\xc7\xdf\x55\x7f\x74\xb1\x21\x07\xc9\xfb\xa7\xb8\xd3\xae\x8a\xb6\x1a\x57\x96\x40\x5b\xc6\xe4\xed\x65\x4d\x03\x0e\xdc\xf2\x8a\x33\xbd\x1b\x28\x50\xd5\xdb\xae\x74\xc4\xbe\xda\xc4\xf6\x35\x25\xdf\xea\x2e\x37\x4f\xa6\xbf\x47\xaa\x1a\x56\x44\x7b\x63\x30\x26\xd7\xd5\x0a\x3c\xa4\xdd\xe6\xb2\x92\x74\x55\xb1\x7b\x0a\x8d\x06\x89\xed\x9b\xff\x22\xd6\x94\x80\xfa\x0a\xe2\xb7\xb2\x37\x12\x25\x89\x5f\x59\x0b\x75\x90\x73\xab\xff\xc3\x5e\xa5\x44\xc1\x7a\x2a\x57\x52\x23\x10\x65\xd9\xb3\x69\xc5\xe8\x94\x98\x47\x74\x0d\x4e\xb0\x7a\x90\xf1\x8e\xf8\xdf\x02\x0e\xd4\x48\x1d\x06\x00\xd6\x61\x70\x5a\xd3\x67\xc2\x92\xf2\x1e\x5d\x0f\xe1\x52\xe5\x6d\xf1\x13\x22\x58\x33\x17\xfc\x4d\x42\xc0\x2a\xb1\xe1\x64\x22\xfc\x4a\x45\x1b\x45\x8e\xda\x94\xd5\x40\x3d\x86\xf9\x14\xa3\xa5\x3b\xe2\x5f\xac\xa6\x32\x54\x64\xfb\x05\xd5\xd0\x46\x1a\x1c\x00\x58\x2a\xb0\xa6\x69\x11\xee\x4e\xd5\x7b\xed\x5d\xfc\x50\xcd\x4b\x71\x08\x01\x0f\x7b\x02\x66\x10\xb9\xf0\x8f\x18\x33\xa9\x1b\xb5\xaa\x62\x36\xf9\x0a\x06\x96\xb5\x84\xea\x85\x9b\x88\x59\x4b\x53\x10\xa1\xd5\x01\x8c\xc5\x94\x8d\x0b\x52\xc1\x8f\xf4\x2c\x00\x60\x25\x82\x2f\x2d\xcf\x30\x1d\x88\x23\xea\x7f\xb1\x4d\xa8\x74\x61\x29\xce\x8c\xde\x4d\x3f\x81\x3f\x85\xcd\x42\x6f\x22\xce\xc1\xcf\x28\x7b\x4d\x42\x13\x2e\x66\xae\x22\x3f\x23\xed\x8e\x86\xa8\x74\xca\x35\xdf\x33\xf4\x60\xba\xc3\x82\x05\x60\x28\x58\x05\x00\xcc\x6e\x66\xa4\xb9\x14\x95\x49\x58\xa1\xaa\x45\xb3\x88\x5e\xfc\x0b\x98\x11\x92\x33\xad\x0c\x67\x4f\xf6\x43\xcd\xc1\xb3\x29\xd5\xa5\x37\x88\x00\xb5\x3d\x63\x03\xa9\x97\xf6\x39\xea\x32\xa5\x9c\x01\xfa\x22\x69\x89\xd0\xac\x05\x8e\x0c\x14\xb3\x0b\x58\x02\x7d\x61\x8d\x9a\xa2\x10\x39\xf4\x71\x85\x14\xd9\xc3\xa8\xe2\xc5\xa2\x9e\x32\xce\x53\x3e\x63\x10\x60\x29\xe2\x2a\xce\x06\xb2\x2a\x39\x86\x1f\x86\x46\xd2\x0b\x88\x14\x26\x32\x6a\x19\xb9\x90\xb5\xc1\x77\x2a\xb5\x92\xed\xb9\xc0\x86\xde\xc9\x7e\x01\xd0\xa1\x8d\x1c\x0f\xbd\x19\x76\x54\xd8\x21\x5b\x01\xf7\x11\x12\x39\x56\x88\x4e\x61\x30\xe9\x25\x2a\x5b\xf0\x01\x3e\x05\xb3\x50\x70\xa0\x78\x0d\xf6\x3f\x01\x67\x93\x3d\xfe\x85\x20\x26\xd2\x87\xf8\x43\x60\xbd\xaa\x9a\x12\xca\xdf\x37\xff\x25\x6d\x90\x9f\x68\xe5\x02\x52\x78\xeb\x34\xb7\x6a\x04\xba\x28\x71\x23\xcc\x53\x1b\xc0\xdc\x5e\xf7\x97\xc6\x93\x70\x0d\xd1\xa2\x9e\x02\xf3\x45\xa9\x94\xf7\x8a\x0c\x18\xad\xa2\x37\x6d\x17\x6e\x97\xbc\x30\x62\x01\xe1\x83\xf4\x85\xcf\x56\x72\xa1\xa4\x74\xfe\x20\xf5\xbb\x48\x6e\x85\x65\x3c\x12\x2c\x51\x1d\xa9\xfa\xd0\x32\x24\x54\xd6\x0c\x37\xdd\x05\x07\x61\xa4\x86\x4f\xb8\x6f\x70\x98\xf9\x4f\x0d\x0f\x49\x34\xbd\x2d\x74\x43\x9b\x0c\x7b\x53\x99\xd8\x3b\xba\x82\xf5\x01\x84\x50\xf5\x4e\x9f\xb9\xa4\x5d\x8a\xeb\xf3\x31\x54\x9a\x54\x67\x75\x84\x41\x17\x1e\x55\x1e\xab\xaa\xed\xaa\x10\xec\xa8\xf1\xea\x48\x62\xbc\xa8\xfd\xd0\x66\x83\x4b\xad\x7b\xd9\x3c\x5c\xfd\x0f\xe2\x57\xa3\x7f\x81\x1e\xed\x63\x16\xa4\xda\x63\x41\x63\x4b\xf8\xdf\xf8\x7b\xba\x1a\xef\x7b\xa4\x1a\xd5\xbd\xf9\xb5\x54\x7f\xd9\x23\xab\x0f\x8c\x50\x51\x95\xd2\xa6\xf2\x53\x7f\x82\x60\x6e\xf5\xee\x9e\xd7\x8c\xba\x5a\x49\x17\x1c\x7b\xb9\x8e\xd5\x7e\xb0\x1a\x42\x68\x5a\x1e\x15\x44\xa0\x0e\x34\x9e\x4f\x39\x85\x75\x30\xe3\xc3\xfb\xf1\x14\xc3\xa0\xf7\x15\xe2\x6f\x8d\x6a\x3e\x87\x32\x29\x7f\x65\x9d\x40\xbf\x21\x3a\xa2\xff\x8f\x76\xae\xc4\x5f\xb6\x8a\xee\x52\x76\x88\x7d\x8e\x4e\xae\x0c\x27\xb1\xe8\x1f\xab\x8f\xd4\x15\x30\xe4\x30\xc2\xe6\x5c\xd0\x17\xb1\x36\xed\x2b\xf8\x0c\xed\xbb\x1e\x09\xed\xc5\x55\xad\x7c\xcb\x1c\x26\x4e\x38\x3d\x61\xdd\xa5\x9a\x01\x80\x23\x62\xfc\xd1\x87\x52\xb5\xe5\x39\x52\x36\xcd\xba\xd2\xc8\xf6\xa5\xf1\xaa\xcf\x13\x1f\xd2\xdd\x60\xce\xb0\xe3\xf4\xb3\x70\x49\xd1\x25\x86\x08\x35\x33\x4d\x0a\x16\x61\xfe\x5a\xef\x06\xc5\xe2\x77\xaf\xdc\xcd\x4c\x27\x5d\x75\xfa\x9b\x65\xa2\xc5\x01\x00\x27\x0f\x4c\xd7\x91\x28\xf9\x55\x8d\x92\x13\x94\x57\x35\x3a\x16\x8f\xaa\x82\x49\x88\xe1\xb4\x58\xb8\x1e\xe6\x4d\xb7\x43\x9e\x2a\x4a\xa1\xdf\xc0\xcc\x49\x9b\xcb\x18\xc7\x29\xc3\xcf\x82\x47\x89\xeb\x56\xaa\xa0\x87\x94\x99\x4e\xb7\x58\xb1\x74\x4f\x00\xe0\x38\x81\x13\x9a\x63\xa4\xa5\x08\x3f\xf1\x6c\xd2\x2b\x64\x0f\x74\x9e\x7c\x04\xed\x8c\x3f\x45\x69\xc2\xec\xad\x79\x4d\x95\xe1\xd8\x85\x6b\x69\x5c\x42\x7e\xea\x4a\xba\x9e\x94\x1b\xbe\x92\xb1\x9b\x02\xae\x4c\x85\xac\x68\x47\x9c\xce\x33\x65\xa0\x17\x00\xb0\xe9\x4c\x47\xb5\x23\xfe\x3d\xde\x56\x28\x21\xbc\x22\xac\x00\xd1\xc4\x67\xc4\x10\x9c\x8c\xf4\x82\x54\x51\x7d\x99\x02\x90\x7b\x0b\x22\xa8\x8b\x29\xdf\x53\x8a\x68\x79\x34\x5c\x98\x91\xde\x4b\xff\xb3\xd2\x1a\x9c\x0f\x0e\x38\x9d\x82\x8e\x31\xf3\x00\x80\x75\x9e\xc5\x51\x46\xe1\xa6\xd3\x98\xfc\x77\xf8\xc5\xf4\x85\x0c\x7b\x82\x1f\x7d\x00\x9b\x42\xcc\x63\x64\x55\xed\x21\x69\xc1\xd9\xf9\xf1\xe4\x0b\xe0\xad\x64\x39\xd5\x1b\xda\xbd\xee\x0f\xad\x93\x39\xb0\x62\x1b\x63\x1d\xab\xcf\x69\x1c\xfc\xc3\x96\x01\x00\xcb\x9d\xfd\x42\x36\x8a\x3e\xc2\xdf\xcd\xd5\x62\xae\xf3\xb7\x52\x27\x70\x36\xfc\x26\xf4\x06\x7c\x1e\x9f\x55\xf1\x8a\xb0\x97\x8f\xcc\xdd\x4e\x5a\xc9\xcf\x4f\x8a\x22\x8f\xf2\x13\xd6\xd9\x51\x73\xf8\x7e\x2b\x16\xd2\x9d\xf8\x4e\x4e\xc3\xa0\x3d\xef\x38\x00\x30\xd3\xb8\x9f\x24\x33\x90\x64\xf5\x45\xf6\x1c\xd4\x4d\xd5\x3b\x32\x1b\x13\xa3\xb2\x41\xae\xc6\xee\x54\x3a\x97\xcf\xc7\x47\x2b\x96\xe6\x2c\x24\x5c\x93\x2f\x4a\x78\x4e\x92\xc8\xec\x42\x01\x4a\x96\xe4\xf2\x72\x3c\x6d\x9d\x58\xe0\x44\x63\xe4\x09\x1f\x02\x00\xd4\xcf\x9f\x10\xfe\x05\x7f\xdf\xb8\x1d\xfa\x83\x64\x35\xcc\x25\xea\xd0\xd6\xe6\x52\x38\x16\xa3\x35\xb5\x95\x2a\x71\x81\x86\x73\x59\xe3\xf8\x67\xba\x2b\xf1\x17\x88\x7b\x35\xbb\x42\xdc\xc9\x4d\xaa\x02\xaf\x09\x6a\xa3\x7c\xdc\x29\x8c\x7e\x51\x32\x0e\x00\x50\x90\xb0\x4c\xf0\x14\x4e\x68\xf7\x84\x82\x11\xdf\x5a\x63\x08\x37\x51\x8a\xe6\xe0\xba\x53\x18\xb7\x46\x97\x92\x6f\xd8\x71\xf3\xdd\xac\x78\x3c\xd7\x44\x89\x47\x10\x8b\xf5\x37\x82\x27\xc9\xf1\x9a\x7f\xbd\x0c\xd4\x54\xe5\x56\x27\x6f\xba\x4c\x66\x0b\xb8\x81\x6f\x85\x5f\x05\x71\x70\xfb\xee\x49\xb0\x0b\xa1\xe9\xdc\x4d\x28\x40\x79\xb6\xa3\xea\xf2\xd1\x63\xad\x40\x49\x03\x36\xaf\x09\x93\xf9\x09\xef\x6c\x69\x8b\x0f\x20\x7c\x30\xe9\x83\xfb\x48\x7f\xeb\xdd\xbc\x04\x94\x87\xea\x4c\xa7\x20\xba\xb7\x7c\x2a\x40\x05\x25\xa2\x72\xa9\x3b\xeb\x4a\x49\x10\xfb\x39\xeb\xdf\xb2\xbd\x94\x0c\xd6\x93\xca\x95\xc8\x7e\xf6\x8c\xea\xbe\xf2\x00\x76\x0c\x2c\x3f\xfb\x5f\x36\x84\xf0\x4c\x28\x61\x9f\x40\x7b\x07\x73\x39\x9e\xb8\x7c\xcf\x1b\x9c\x26\xe2\x21\x47\x7f\x6e\x1c\x55\x0f\x00\xbc\x5a\xc6\x3b\x09\x92\x79\xb2\xdc\x95\x9d\xc4\x7c\x5e\x59\x45\xde\xc5\x9a\x5a\xdd\x8c\x9c\xcf\x8a\xab\x7d\x50\x36\xc8\x52\xc0\xb3\xb3\x71\xac\xdb\xc8\x47\xf1\x1f\xd9\x11\x98\x2d\xc1\xeb\xd9\x63\x78\xb3\xe7\x7e\x4e\x34\x69\x97\xa3\x27\xe7\x0f\xcd\x17\x00\x78\x7e\x60\xa8\x78\x00\x3a\x50\xb5\x92\x65\x81\x5e\xd5\xac\x25\xcf\x65\x7a\xc3\xc2\x11\x20\x93\x02\xdf\x50\xb6\x80\x79\x09\xc9\xc8\x7a\xc3\x0a\x41\x5f\x8e\x17\xb3\x86\x70\xa5\x41\xef\xd9\xc1\x44\x5b\xcf\x56\xf6\x75\xf2\xdf\x8e\x7e\x9c\x21\xda\x0f\x00\xe0\xbe\x06\x87\x84\x4f\x18\x9d\xf0\x6c\xe8\x2b\xe3\x27\xe2\x0f\x51\x06\xd6\xa1\x04\xf0\xa5\xe0\x3d\x8c\x5f\xc9\x1b\x08\x86\xfd\x93\xf9\x0c\x7a\x8d\x7f\x15\xd7\xcb\x14\x93\x80\xa0\x6a\x56\x30\xc5\xdb\x13\xc9\xfa\x46\xa3\x39\x26\xb0\x3f\x30\x5e\x03\x00\x37\x1b\x7a\x25\xa8\xa1\x89\x71\x33\xc0\xdd\x74\x47\x7c\x14\x61\x33\xbd\x8d\x50\x51\x37\x9b\x11\x41\x6c\x28\xfe\xc1\x78\x42\xfa\x2f\xd3\x09\xd4\x53\xaa\x36\x7c\x86\x36\x52\xdf\xad\x7d\xc3\x5c\x4e\xd7\x7a\x86\xb3\x9c\xc0\x54\xc7\x2c\x76\x20\x73\x06\x00\x70\x7a\x59\x05\x7c\x2f\xca\x08\x75\x1e\x23\x8f\xba\x99\xfa\x0f\x7e\x15\xf5\x1d\x4d\x56\xfb\x83\x36\x4a\x4f\x29\x9e\x4a\x87\x18\x1e\x19\xd1\x8c\x44\x70\xfa\x86\x14\xd0\x03\x9a\xbe\x16\x84\x3c\x98\xf3\x3d\xed\x99\x21\x2c\x7f\x47\x0a\xab\x92\xed\x0f\x00\xec\x1b\xec\x53\x1c\x31\x29\x9b\x7b\x98\xb6\x80\x3c\x87\xfb\x18\xf3\x95\x7c\x9f\xfb\xbd\xfa\x0f\xe5\x38\xcf\xaa\x28\x95\xba\x97\xe7\xbc\x69\x2f\x6d\x94\xb7\x26\x76\x0a\x7d\x27\x2f\x35\x50\xc9\xb8\xc3\x2b\x5b\x2a\x80\x9c\x79\x58\xc7\xcd\x4c\x3c\x2f\x1e\x00\xd8\x73\xb9\xbb\x98\x8f\x09\xc9\xca\x64\xb2\x9c\x18\xa7\x10\xa3\x46\x48\x81\xf2\x9b\x95\x6f\xc9\xeb\xe4\xae\x05\x10\x25\x5d\xb6\x79\xe3\x32\x2a\x52\xaa\x8a\xde\x41\xb3\x48\xb6\x05\x68\xe8\xf7\xc5\x7b\x3c\x1e\x83\xeb\x45\x9d\x8e\x4b\xa1\x03\xc2\x00\x00\x60\x61\xf9\x58\xf0\x2e\x7e\x8a\x99\x46\xdc\x8d\xff\x53\xbf\x04\xf1\x90\x38\xcd\x38\x54\x91\x4f\x5a\x6a\xf0\xc9\x9f\x4f\xde\xa8\x33\xa5\x7e\xa0\x48\x35\xf7\xa3\x0e\x53\xaf\xaa\xed\xfd\xc7\xe9\xfe\x8a\xff\x3c\x62\x19\xed\xb2\x76\x87\x7f\xa0\x50\xf1\x33\x00\x60\xbe\x13\x3c\x07\x6d\x70\xc8\xe6\xed\x84\xaf\x78\x46\x93\x23\x22\x98\x50\xdf\x90\x54\x7e\x80\xb8\xcd\x8c\xce\x33\x92\xee\x9b\xc8\xa9\x62\x8a\xa7\x21\x37\x0a\x41\x85\x74\xb6\xfe\x20\xed\x96\xba\xc6\xc3\x8e\x91\xa9\xa0\x38\x9c\x01\xdf\x48\xdd\x00\x80\x39\x28\xe4\x31\x2a\xb0\x2f\x3b\x42\x09\x08\xbc\x5d\x5b\x01\x7c\x2f\x21\xa0\x25\xa5\x3c\x97\x98\xd2\xb4\x3c\x2f\x9a\x44\xb1\xdc\x4a\x8d\x23\x1f\xa8\x2f\x8e\x5a\x4f\x9d\x6f\xe8\xf4\xcf\xa7\x51\xb4\x3c\xf7\xd7\xf4\x97\x2a\x6b\x87\xbb\xa0\x54\xe6\x0a\x00\xcc\xf5\xc2\xff\x68\x99\x92\x6d\x25\xe9\x38\x57\xc9\x92\xb2\xcb\xb0\xb5\xe2\x96\xca\x4d\x25\x42\xb1\x5f\xf5\xa9\x6c\x57\xd1\x09\x18\x25\xf1\x9b\x28\x13\x91\x16\xbe\x5f\xf8\x37\xba\xdc\x77\xb3\x10\x8f\x6b\x72\xc3\x0b\x67\x91\x1c\xa6\x9f\x17\x9c\xa3\x5e\x01\x00\xc1\xbf\x60\x28\xb5\x47\xdc\x5b\x3e\x15\xab\x11\xfb\x55\x66\xd4\x1e\x15\x9d\xa8\x56\x95\x38\x8b\x30\xb5\x17\xb3\xb6\x8b\x5c\xe0\x09\x89\xad\xc2\x3d\xc8\xc7\xe1\x18\x61\x11\xe6\xa0\xaf\xb7\x10\xc0\xef\x71\xab\x11\xec\x20\x3d\x9d\xfe\x50\x20\xa0\xe5\x02\x80\x60\x0c\xac\xa3\xbc\x14\x35\x55\xbe\xc0\x7c\x12\x45\x56\x7f\xa8\x8d\x17\x3e\xaf\xfd\x52\xdc\x24\xdc\x02\xb7\xca\x8a\x15\x22\x91\x1b\x12\xc3\x85\x2e\xe8\x91\x70\x17\xc1\x39\x5c\xfa\xaa\xef\x02\x19\xd1\xde\xad\x50\xb0\x89\xfc\x61\xfa\x07\x81\x1f\x7d\x06\x00\x08\x90\xe0\x19\xf2\x16\xc1\x40\xdd\x20\x7a\x9b\x80\x83\x48\xac\xb1\x12\x94\x22\x6f\x6e\x16\x09\x82\xd0\xe6\xcc\x6c\xc1\x6c\x2c\x33\x01\xc1\xff\x1b\x2f\x0c\x43\xf1\x87\x89\xbb\x56\xa9\xf8\x12\xf2\x47\xb7\x58\x3e\x89\x56\x36\xc3\x99\x4f\x63\x5c\x01\x00\xfe\x09\xe8\x3d\xc9\x93\xf7\x0b\xd3\x88\xaa\xe5\x4d\x62\xbf\x56\xbd\xe3\x0d\xe3\xe3\x8a\x14\xbc\x2e\x42\x63\x06\x89\xd7\x42\x9a\x13\xdf\xcf\x93\x91\xfb\xd6\x9d\xe7\xd1\xa8\xa5\xab\x02\x79\x6c\xfa\x32\x37\x1f\x9e\x1a\xb4\x9d\xb1\x96\xb7\x13\xba\x08\x00\x7c\x67\x56\x2a\xe1\x14\x77\x03\x39\x0c\xb9\x9a\xbb\x9c\xe2\x52\x79\x85\x3b\x97\xf2\xaa\x50\xc2\x5d\x4e\xbd\x9e\xae\xe2\x46\xd2\x6e\xc7\xdd\xe3\xc6\xd1\x3f\xae\xf3\xe1\x6e\x04\x97\xfb\x5c\xe4\x42\x10\xd2\xcd\x91\xbb\x95\xb9\x7f\x46\x36\xf7\x2d\xeb\x2a\x00\xf0\xd0\xec\x6e\x7c\x02\xeb\x5f\xb6\x13\xbc\x82\xf5\x83\x0d\xaf\x98\xc2\x9e\xcb\xee\xcb\x1f\x67\x17\xb1\xff\xd9\xf8\x9a\xdd\xcc\xf1\xdb\x40\x61\x9f\xe5\x48\x43\xbe\xb1\x7f\x73\x9e\xf9\xd8\x72\xe2\xb9\x69\xae\xbb\x38\x5a\x6e\xe7\x0c\x18\xe7\x03\x77\x0b\x00\x70\xa9\x5c\x2a\x66\x37\xf4\x46\xba\x15\x16\xce\x5c\x23\x0d\x2f\x7d\xcd\xe4\x4b\x76\xe4\xad\x62\x1e\x91\x24\xa4\x75\xb3\xe6\x88\xaf\xc4\x16\xb3\xea\xc4\x85\x21\x33\x59\x13\xa2\x8b\xde\xe5\x6c\x5f\xd1\x3a\xd7\x14\x76\xaf\x90\x3c\x23\x8f\xe3\x27\xc8\x01\x00\xce\x5f\x7c\x1b\x54\x2b\xb8\x43\xbf\xaf\x06\x0d\xfe\xd0\x1d\x2f\x61\x41\x99\xda\x2d\x39\x27\xa0\x11\x8d\x38\x15\xcb\x74\x52\x67\xc7\x14\x30\xc5\xaa\x29\xc1\x99\xcc\x5f\x8a\x86\x95\xdb\x59\x0c\xd9\x07\x97\x03\x6c\x6b\xa9\xcd\x0c\x57\x76\xbb\xe8\x20\x00\x70\x62\x04\x65\xc8\xe7\xe0\x72\x33\xa5\xfa\x30\x08\xd5\x47\x14\x3f\x00\x6f\x1b\xef\xe4\x44\x40\x11\x86\xba\x94\x1f\x50\x8f\xee\x56\xf4\x67\xa6\xbb\xd6\x27\xd8\x96\xd9\xad\xce\x5e\x49\x61\x79\x28\x57\xbb\xc8\x59\xa3\xb2\x2d\x33\xec\xd9\xb9\xe2\x0b\x00\xc0\xfe\x28\x78\x86\xac\x64\x8c\x36\x49\xab\x63\xc1\xe9\x8d\x6e\xc5\x38\x90\x60\x11\x66\xdf\x05\x27\xea\xcf\xa7\x6c\x85\x82\x8d\x1f\xa3\x0f\x41\x3b\xf5\x6f\x82\xee\x33\xa3\xb4\x7b\x57\x16\x32\xf7\xaa\x17\xbb\x90\x59\x49\x8a\xf9\x33\x9c\x58\xaf\x24\x07\x00\x80\xad\x11\x66\xd5\xbc\xd0\x8f\x96\x3c\x28\xbd\xab\x23\x94\x67\xe7\x7d\xd5\x46\x55\xee\xdf\xb4\x59\xe3\x52\xb3\x2e\xde\x4d\xf5\x12\xf6\x22\x3c\x4d\xd9\x85\xb8\xe4\x27\x53\xa4\xa3\x3f\x2f\xbd\x23\x7b\x89\x8f\x77\x7a\x2e\x15\x91\xfe\xb2\x65\x49\x82\x68\x28\x00\x10\x2f\x00\xaf\xd5\x18\x75\xdb\xcb\x93\x4a\x45\x5a\x59\xa5\x24\x6f\x44\x53\x5b\x7d\x62\x93\xa3\xba\x18\x36\x2b\xee\xba\x2a\x09\xae\x0c\x77\x50\xce\x42\xc5\xf8\x6d\x96\x9f\xc2\xae\x59\x7a\x52\x06\x11\x22\x9c\xde\x4b\x57\x92\x19\xb6\xad\xe2\x7f\x69\xe7\x01\x40\x74\x07\x7c\x5a\xe3\xaf\xdd\x5d\x79\xb5\xd4\x5d\xd3\x51\xfd\x34\xaf\x50\x2d\xab\xfd\xb6\xf1\x80\xaa\x19\xee\x10\x27\x51\x36\x21\xcb\xc2\xce\x2b\x88\xe8\x07\x7e\xcb\xe4\xe1\xb8\x86\xa5\x23\x32\x80\x88\x72\xfa\x2a\x39\x42\xa9\xb5\x3d\x26\xd6\xd3\xd1\x00\x20\xd2\x42\x61\xd5\xd3\x35\xab\x61\x3f\x4a\x9c\xd5\x0b\xe0\x67\x73\xab\x55\xcb\x91\xb8\xb4\xe7\xca\xf5\xe8\xf8\x0d\x37\x14\x49\xd8\xf8\xb0\x75\xf2\x10\x3c\x7a\xcd\x88\x6c\x3e\xf1\xc8\x52\x8a\xe4\x37\x65\xd1\x3c\x40\x7c\x9f\x66\xb6\xfd\x24\x9a\x04\x6d\x01\x40\xf8\x88\x19\x5b\xf9\x48\xb5\x11\x2d\x2d\x06\x94\x70\xcc\xcf\x1c\x94\x42\x80\x2b\x4f\xb3\x97\x6f\xc7\xdf\xda\x30\x47\x76\x93\x48\x5f\xa7\x91\xde\x27\x87\xae\x59\x2e\xb9\x45\x9d\xbf\x34\x48\xfc\x92\x3e\x6d\xde\x54\xd1\x27\xd0\xce\x2e\x50\x64\x05\xdd\x03\x00\xa1\x27\x4b\x5c\x71\x4c\xd1\x4f\x44\x16\xfd\x92\x9f\x27\x99\xb3\x09\xb2\xf7\x64\x59\xea\x32\xd9\x7a\x4a\x67\x6c\x92\x94\x4e\xbd\x11\xfa\x40\x62\xa6\x2f\x5f\xdd\x2a\xee\x63\x28\x3d\x5e\x89\xee\x41\xd3\xe6\xcd\x14\x39\x31\x05\x76\x08\x61\x28\x6b\x0f\x00\x08\x50\xec\xb3\xe5\x65\xb2\x52\xc8\x52\x68\x92\xf6\x32\xe7\x66\x2d\x97\x7c\x62\x8a\x53\xac\x24\x05\xac\xa9\x31\xb9\xe2\x6d\xac\xc6\x50\x67\xd1\x67\x76\xe8\xea\x29\x22\x7f\xf6\x1d\x0f\xb3\x50\xc4\x91\x38\x7d\x13\xdc\xe6\xce\xb1\x3b\x2a\x58\xca\x4d\x05\x00\x7e\x0d\x97\x52\x2a\x93\xc8\x45\xd3\x0b\xa6\x8a\x9f\x0b\x1f\x65\x9c\x12\xe7\x08\x4f\x24\x9d\x17\x9d\x15\xb6\x47\xa7\x89\x22\x85\xdc\x90\x50\x61\xb7\xb0\xc8\x37\x5f\x68\x25\x5c\xe5\xb1\x42\x80\x17\xbc\x73\x3a\xc3\x7f\x22\xa0\xdb\x5d\xe0\xe7\xf0\xbb\x00\x80\xd7\xc7\x9b\x2c\x99\x23\x5e\xa1\x5e\x9d\xd7\x2c\xea\x53\x49\xd3\x05\x22\x6f\xe5\x99\xc4\x6d\xc2\x51\xa5\x75\x54\x85\x30\x50\xb1\x36\x98\x22\xd8\x27\x4f\x5f\x75\x4c\x10\x2e\xcb\x71\x1f\xe1\xef\x94\x2e\x72\xc2\xf0\xc3\xc4\x1a\xbb\x71\xde\x1e\xe1\x21\x00\xe0\x2d\xe2\x7f\x2e\xc6\x8b\x1a\xf4\x84\xbc\x19\xa2\x25\x3a\x75\xfa\x14\xe1\x90\x56\x9e\x98\x2c\x0c\xd2\x40\x51\xf6\x82\xfd\xea\xe2\x60\x7f\x41\xba\x6a\xc9\x2a\x1d\xff\x8e\x62\xdc\x5d\xc8\x2f\x92\xcf\x75\x4a\xe3\xdd\x97\x02\x76\x63\xbc\x3a\x51\x1f\x00\x70\xaf\x0a\x60\x9b\xdf\x8a\x16\xd7\xbb\xe4\xb6\x09\xfb\x4c\xb6\x9b\x06\x84\x21\x86\xb3\x09\xbf\x05\xfb\xf5\x82\xc8\x6b\x82\x58\x9d\x7b\xf0\x74\xfe\x6d\x4d\xe3\x2a\x36\x9f\xa8\x7a\xee\x4e\xe5\xbd\x52\x9c\x77\x8a\xe3\x11\x64\x71\x76\x67\xb8\x3f\xc5\x2c\xe0\xff\x28\x2c\xeb\xb7\xa8\xf3\x36\x0a\x7f\x30\x50\x01\x51\x90\x12\xa4\x3b\x14\x29\xe9\x06\x29\xe9\x18\x18\x98\xee\xee\xee\xef\x74\xd2\x6d\x77\x77\xd7\x9a\x6b\xf7\xda\x9d\x6b\xac\x5d\xeb\x5a\xef\xf5\xfe\x03\xe7\x7a\x7e\xb8\x9f\x73\x6e\xa0\x62\x42\xa7\xea\x2f\x2e\x70\xef\x50\x55\x69\x46\xa7\x20\x6f\x97\x0c\x0d\x7b\x63\x0a\x73\xde\x0f\x26\xe3\x8e\xa6\x5e\xee\x4f\x27\x6a\x13\x9a\x7b\xc7\x52\x24\xe1\xd3\xbb\x36\xd3\x37\xfa\xe9\x1c\x95\xec\x70\xb7\x77\xd6\xcb\xbc\xfd\x60\xad\x19\x2f\x4a\x06\xc0\xf0\x5b\xda\x59\xbf\x62\xfe\x64\xe4\xb6\xaa\xe6\x91\x18\xf4\xa3\x12\xd6\x50\x09\x6e\x46\xce\xc9\x01\x11\x81\x91\xba\xae\xaf\x8b\xf4\x5f\x42\x46\x0f\x95\x7a\x28\xdc\xb9\x2b\x9a\x71\xd8\xcf\x68\xbf\xc2\xfe\x32\xd9\xc5\xca\xe0\x97\x81\xb3\xe6\x69\x22\x01\x00\x86\x3d\x52\x4b\x3d\x73\xd4\x0d\xe3\x59\x15\x38\x9c\x8f\xf3\x2e\xc9\x18\x64\x11\x22\x72\xba\xfa\xf7\x92\x8a\x52\x25\xbd\x8f\x28\xcb\x12\x3c\xba\x4f\xd3\x73\xc3\x5e\x77\xf6\xb1\x5c\xfd\x8c\xf6\x7a\xee\xb8\xc9\xc1\x96\x5f\x02\x0f\xf0\xd9\xb4\x4d\xf4\x05\x00\x03\x51\x7a\xac\x6e\xe1\x30\x9e\xf0\x57\x25\x6c\x70\x1b\x49\x5b\xac\x1e\x00\x94\x8c\xec\x9f\x7d\x75\xb4\x88\xd4\xf1\x3d\x26\x46\x7e\xfc\xae\x2e\x23\xcb\x10\xb6\xd9\x41\xe2\x7c\xf1\x13\xd8\x0a\xf8\xa2\xc9\x25\x96\x29\x22\x67\xa7\x52\xe3\x03\x09\x16\x00\xfd\x0a\xd9\xa6\xda\xcf\x83\x2b\xa8\x97\x2b\x96\x0e\x78\xd0\x2b\x8b\xce\xf7\x09\x18\x07\xb2\xd1\x3d\x37\x59\xad\x29\x9a\xee\x28\xce\x8c\xf8\xda\xce\x0c\xee\xef\x30\xaa\x7d\xa6\x60\x9c\x1f\xd9\x1a\x23\x8a\x99\x4c\x34\xfb\x49\xf2\x9d\x86\x8d\x40\xe6\x09\x80\xee\xaa\xfc\x7e\xcd\xb7\x01\x6f\x76\x59\xf9\xc5\x3e\x2b\x07\x51\xe4\xd7\xf3\x8d\xcb\xcd\x3a\xd8\xcd\xe6\xed\x4c\xfe\xb7\xf3\xa2\x20\x20\xee\xb1\xfd\xb3\x70\x20\x2c\xc4\xfa\x53\x1c\xe3\xd7\x68\xf1\x96\x3c\x9d\x6c\x30\x45\xc9\xd4\x4e\x6f\x0d\xd1\xf2\xd3\x00\xe8\x26\x2b\x3d\xaa\xff\xee\xbd\x2d\xee\x28\xbb\xd9\xc3\x96\xb8\x15\x96\x74\xfd\x96\xec\xc8\x72\xed\xb4\x4b\x19\xc9\x14\xc7\x44\x59\x4e\x9c\xc0\xd6\x20\xf7\x0a\xbd\x6d\x81\xe4\xff\xfa\x55\x98\xb6\x28\xde\x4c\xde\x6b\xb8\xa5\xdc\x34\x06\xaf\xfb\xad\xf2\x05\x00\xfa\xa1\xea\x99\xb7\xa6\x67\x8a\xfa\xcb\xdc\xeb\x5d\xbb\x34\x6e\x05\x6d\x9d\x78\xcd\x8c\xcc\x72\xc7\x38\x4d\x76\xd2\x9f\xb6\x01\x0d\x2e\xf6\x83\x75\x9c\xc6\x1a\xaa\x30\xb7\x6b\x36\xfa\x85\x1a\x47\x34\x67\x26\x5f\xd4\x5f\xd5\x2c\x1e\xb3\x55\x37\x43\x13\x06\x00\x94\xac\x3e\x50\x75\xb0\x6b\x83\x39\xae\xf4\x76\x27\xca\x74\x30\x5f\xea\xf0\x30\x15\x65\x40\xb6\xc3\xc6\x0b\x49\xb1\x56\xac\x11\x1e\x2b\x30\x7f\x34\x5c\x0d\x8d\x34\xb1\x0c\x05\xbe\x8f\x0d\x87\xf5\xec\xc9\xdb\xf5\xee\xba\xda\x31\x37\xb4\x2c\xe8\x1f\x00\x34\xf3\x35\x5b\xaa\x12\x3a\x7f\xdb\x5e\x95\x92\x1c\x87\x6c\x95\xf9\x7e\x76\x95\xb5\x3f\x23\xd9\x96\x6c\x79\x38\xfb\x95\xe5\xba\x25\x22\x76\xae\x59\x64\x6e\x08\x1d\x67\x1a\x63\x22\xf9\x5e\x30\xb4\x19\x23\x27\x6f\xd4\xad\xd1\x77\x8e\xb9\xa1\xf5\xd7\x6e\x01\x40\xd3\x06\x8d\xab\xdc\xd2\x89\xee\x0a\x28\x9d\xe4\x88\xef\x6c\xc9\xbb\x6c\xfb\xe4\x10\xa4\xff\xb4\xae\xb0\xdb\x67\x9f\xb2\x54\xd8\x06\x62\x93\x4c\x1f\xad\xba\x90\x9f\x46\xab\xa5\xc6\xf7\x8a\xfe\xa1\x69\xed\xe4\x03\xba\x64\xc3\xfa\xb1\xe3\xa1\xb5\x3a\x16\x00\xea\xf7\x10\xbe\xe2\xaf\xa5\xc9\x1d\x5f\x8a\x97\x2c\xfa\x82\xca\xcc\x79\xb5\x60\x2b\xc6\x9e\xb6\x7e\x54\x8e\x77\x9f\xe5\x32\x1c\x46\xbc\x18\x15\x3d\x00\x51\xce\x04\x2e\xed\xdd\xc5\x18\xe7\xe5\xd5\x75\x95\x6d\x9e\xb4\xc8\x7e\x8f\x1f\x0e\x80\xe5\xa9\x48\x0b\x80\xf1\xae\xf4\xaf\x8a\xad\x4b\x72\x50\x53\x8a\x75\x8b\xa6\x61\xe2\x73\x2e\xcd\x7f\x8c\x6b\x4e\xeb\x1d\xf9\x83\xb0\x72\xe6\x87\x21\x09\x79\x4e\x94\x5f\xff\x53\xda\x98\xc0\x85\xbd\x71\xcc\x09\x5e\x01\x5d\xad\x9c\xea\x49\xc7\xec\x02\xfe\x52\x00\x2c\x0e\xd1\x2e\x00\x8c\x3d\xd2\x23\x15\xda\xc5\xc5\x98\x86\x62\xf8\xc2\x99\xb8\x8a\x9c\x75\xf3\xa7\x10\xe6\xa5\x51\x87\x7f\x93\xe8\x33\xcf\x0f\x9e\xa0\x5c\x8c\x02\xfd\x45\x74\x76\x60\x4f\x4f\x2f\xab\xd4\x2b\xb8\xf3\x0a\xb7\x6a\xd2\x3d\xdb\x6f\x41\x07\x00\x96\x18\x71\x3c\x00\xc6\x4c\xe9\xe7\xf2\x13\x0b\xfb\x09\x37\x8a\x36\xcd\x1f\x26\xe9\x72\x3c\x46\x06\x28\x99\xa9\x9f\x86\x3a\x69\x09\x33\x45\x03\x24\x46\x5d\xe4\xa1\xde\x2f\xac\xc5\x81\xac\x6e\x04\xd7\xdf\x6b\xba\x63\x2f\x7f\x95\x8b\x8b\x6d\x82\x28\x1d\x00\x73\x95\x44\x07\x80\x81\x29\xbb\x5c\xde\x30\xff\x12\xf5\x40\x51\xd4\xc8\x77\x7a\x44\x36\x34\xec\xc5\xe8\x49\x95\x0c\x06\xb2\x32\x66\x4e\xeb\x9f\xc8\x99\x18\x29\xee\x59\xc3\xfd\x16\x58\xd6\x15\x26\x70\xf1\x8a\xb1\x8f\x8a\xf2\x5c\x52\xac\xe3\x24\x2d\x00\x98\xd0\xb2\x68\x00\xf4\x03\xf2\xef\x65\x98\xd1\x06\xd6\xc5\x42\xda\xb0\x9c\xfd\x2e\xeb\xed\xe0\x02\xae\x77\xca\x7f\xfd\xbb\x79\xa4\x84\xf5\xbd\xdb\xf8\xf7\x22\x67\x75\x13\x84\xe4\xc0\x19\x8e\x77\x62\x57\xaf\x24\x9b\x56\x72\xd7\x05\x67\x71\x91\x41\x00\x18\x15\xf2\x0b\x00\xe8\x8e\x29\xe3\xe6\x2e\x1a\x0e\x16\x6d\x2d\x38\x38\x88\x13\x23\xb2\xe0\xfd\x8b\x25\xe3\x52\xd4\xbd\x97\x24\x97\x12\xea\xbb\x9f\x49\x77\x45\xbc\xeb\x3c\x20\x5b\x15\x38\xd6\xce\x91\x2f\xf3\xaa\xb2\xfa\x29\xb6\xba\xec\x34\x6d\x53\x9a\x40\xa5\xa1\x4e\xf9\x1d\x00\xed\x56\x55\x5f\xe9\xbe\xc1\x1c\xd5\xd9\x82\x71\xfd\xa3\xaa\x37\x99\x07\x7a\xff\x55\xbb\xa4\x80\x9e\x1c\x75\x71\xfc\xd7\x2e\xac\xda\x12\xb1\xc2\x41\x50\x5f\x98\x71\xd1\x36\x57\x33\xcd\xab\xca\xfc\x4d\x53\xe7\xf2\xd1\xb8\x44\x53\x01\x36\xeb\x71\xea\xbb\x00\x40\x7f\xab\x17\x95\x1c\xeb\x3f\x64\xe4\xe5\x47\xf4\xcd\x34\x46\x66\xfc\xea\xe9\x31\x9c\x48\xee\xe8\x7a\x6a\x10\xc4\xd3\x3b\xc3\x0c\x11\x11\x05\xf6\x12\xfd\xa9\x19\x9d\xd6\x4a\x7d\xbb\x57\x94\xd9\x4b\xb7\xdd\xe5\x83\xe1\x82\xf6\x38\xb8\xa6\xdb\x06\x29\x01\x80\x1a\x34\xc2\x92\xe6\x7e\x77\xeb\xf8\xbc\x63\xbd\x5a\x8b\x2a\x63\x4d\xf7\x07\xf3\xf3\x64\xdf\xae\x2a\x33\x2c\x3e\xcd\x61\x36\x1d\x8d\x08\xb0\x1d\x30\x05\xcd\x60\x5b\xae\x1a\x91\x5e\x81\xa6\x15\x86\x6a\x97\x1f\x06\x9c\xee\x1d\xf8\x57\xd7\xa4\x2d\x07\x00\x02\x9a\x9b\xc5\xdf\xfa\x28\x0e\xf7\x3c\x49\xcf\x13\x3b\x22\x83\xdb\x0d\xb7\x0d\x26\xbd\xeb\xdc\x6c\xbd\x1e\x1f\x66\xff\x60\x75\x8b\x98\x6a\x9b\x6d\x89\x9f\x21\xb0\xc0\xcc\x11\x5e\x71\xa6\x68\xe3\x2e\x57\x2f\xfd\x73\xfd\x7f\x4e\x79\xda\x3b\xda\xdf\x00\x68\x96\x40\x59\xc5\x5e\x2b\x2d\x08\x56\xce\xdd\xe5\xe1\xa8\xbe\x39\x69\x4b\xd6\x63\x2e\x24\xe6\x2f\x4a\xc5\x57\x45\xff\x9c\xdf\x45\x72\x0d\x19\x19\xee\xa7\x8e\xf7\xdb\x3a\x80\x63\xe4\x4d\x9d\xd2\xeb\xc3\x3e\xef\xbc\xa4\x73\x2b\x1f\x03\x80\x2d\x57\x34\x08\x80\x69\xa1\xf4\x5e\xd1\xbf\x2b\x46\x51\xfc\x9c\xd3\xcb\x4a\x30\x82\x39\xb1\x8b\xef\xe0\xac\x89\xc9\x0b\x05\x84\x1b\xd1\xef\x46\x1f\x92\xf1\x21\x83\x43\x1f\x69\x49\x7e\xbb\xfb\x2f\x31\xd3\xa7\x46\xf4\xf4\x73\x0c\xce\x47\x3a\x0b\xf9\x97\x00\xb0\xde\x17\xfd\x09\x80\xa9\x5e\x7a\xa2\xe8\xe2\xf2\xb5\x98\x65\x39\x6b\x97\x62\x71\xba\x39\x9e\x8b\x5d\x08\xe2\x44\xdf\x05\x5b\x49\xbd\xd1\x37\x47\x67\x52\x3e\x85\x58\x86\x2a\xe9\x03\x7e\xbb\xfb\xe7\xb0\xe8\x53\x93\x7a\x26\x71\x15\xce\x0f\x1c\x27\x04\x1a\x00\xac\x02\x71\x1a\x00\xc6\x8f\xd2\xcf\x45\xe1\x4b\xdf\x13\xbe\xe5\x78\x2d\x3e\x4a\x1a\x4e\xeb\x59\xa8\xa5\x94\xcf\xda\x3b\x3f\x9d\x96\x15\x3d\x3a\x7c\x84\x81\x09\xc1\x0e\x7c\x61\x6d\xf7\x5b\xd3\xfb\x95\x9b\x32\xb5\xa4\xeb\x39\xff\xdc\x84\x69\xf6\x63\xa2\x1a\x00\x2c\xf6\xff\x53\x6d\x0c\x91\x9d\x2f\x7c\xb0\x24\x9a\x7a\x29\x7b\xcb\xa2\x30\x7a\x60\x5a\xd8\x02\x67\x86\x7a\x16\x72\xe4\x14\x2b\x36\xba\x69\x08\xcf\xfe\x1d\x32\xa7\x7f\x15\xf7\x8b\xdf\x68\xcf\x1e\xc1\xe4\xa9\xcd\x9d\x47\x44\x95\x13\x4a\x6c\xbb\x25\x18\x00\xcc\x43\xb2\x40\x00\x0c\x45\xf2\xef\x05\x5f\x16\xed\x62\xd9\xb3\xdd\x17\x6c\x60\x6f\x4e\xdd\x32\xda\xc7\xb9\x3d\xcb\x69\x98\xc0\x4b\x8b\x9e\x3c\x38\x95\xbf\x23\x64\x52\x1f\x46\x58\xe1\x67\xeb\xd6\x8a\x3e\x4f\xc5\x3b\x56\x4a\x2e\x4c\x10\x5a\xb7\xcb\x24\x00\x98\xb6\xc8\x0f\x01\xa0\x67\x28\x63\x0b\xb4\x0b\x0c\xa2\xea\xac\xe5\xa3\xdd\xa2\x67\xa9\x2d\xc3\x9d\x62\xfd\xcc\x7d\x83\x42\x09\x32\xea\x61\x7f\x96\xb4\x31\xf8\x73\xcf\x56\x59\x83\xdf\x60\xe7\x6f\x39\x6a\xea\x88\x3d\x45\x21\x9b\xf0\xc4\x52\xab\x44\x03\x60\x14\x29\x6f\x02\xa0\xab\x55\x19\xf3\x5f\x8d\xda\x94\x9f\xb3\x92\x87\x77\xa9\x7c\x52\x27\x0c\x5e\x55\xcd\x99\xa9\xec\xbf\xa4\x52\x47\xed\xeb\x5d\xa7\xba\x13\xfc\xb8\xbb\x52\x9d\xe9\x37\xec\x38\xac\xee\x9d\x7a\xd4\xe6\xac\x7e\x36\x31\xd7\x9c\xa4\xfe\x0e\x80\x41\xab\x5e\x0c\x80\x56\xa9\xd6\xe7\xbd\x1a\x7e\x6d\x98\x91\x89\x19\x8a\xd7\xdf\x4f\x41\x0f\xb4\xeb\x07\x12\x3e\xf5\x91\xf4\xf0\xa8\x9a\x9e\x46\x7d\x64\x70\x67\x57\x80\xee\x85\x1f\xdc\x7e\x44\xd7\x3f\x75\x93\xd5\x4f\xe7\x31\xb1\xc5\xd4\xac\xad\x02\x40\x7f\x1a\x4a\x00\x00\x7a\xa5\xa9\xca\x5b\x34\x9c\x6a\x36\x66\x4e\x1f\x14\x99\xdd\x52\x02\xfb\x37\x99\x0c\x09\x87\x7a\x0f\x98\xa6\x44\xc5\x76\x6f\x31\x8e\x04\x0b\x3a\x2d\x46\x7f\xbf\x0a\xfb\x5c\x83\x68\xea\x26\xcb\x32\x7d\xe7\x44\x8a\xf1\x99\xee\xff\x8b\x49\x82\xde\x00\x00\x2d\xd1\x6c\xce\x43\x0f\x19\x6d\xf4\x8c\x47\x03\x67\xac\x47\x93\xdf\xf4\x8f\xb7\xba\x25\x2c\xe9\xf5\xb6\x90\xa3\xfc\xba\x5d\xcc\x87\x82\x99\x8e\xf7\x66\x67\xbf\x2a\xdb\x21\x53\xe8\xd4\x23\x96\x20\xc3\xe3\x89\x0e\x23\x5e\x8f\x04\x40\xf7\x49\xbb\x10\x00\xa8\x08\x72\x1b\x5d\x83\xa9\x6b\x6a\xe9\xfa\x81\xbd\x00\xab\xd6\x6f\xc6\xe3\xe0\x29\x92\x25\xc4\x48\xc4\x3c\xfa\x6e\xb2\x2f\xda\x84\x7c\x42\x4d\xc4\xfd\x55\xbb\x82\xae\x27\x55\xe7\xb5\xb1\x0a\x69\x91\xf1\xf3\xb8\x69\xac\x00\xef\xaf\x02\x1b\x2f\x01\x00\x89\x4a\x78\x6f\x64\x33\x6a\x19\xec\x46\x57\x00\xa6\x18\xae\xd3\xdd\xc7\xfe\x40\x44\x88\x5f\xe1\x9f\xa3\xbe\xd0\xfd\x88\xbf\xb1\xaf\x90\x2d\x94\x5c\xc2\xfb\xda\x78\xda\x1e\x4a\x48\x1e\x60\xf6\xd1\x57\xc6\xbd\xe7\x6c\x64\x17\x7a\x1f\x13\x84\xf1\xbe\x03\x20\x49\x17\x55\x0f\x6f\x47\x7c\x6e\x57\x75\x26\xa3\x76\x23\x1e\xea\x26\x61\x46\xd1\xd9\xe2\x58\xdc\x5a\xec\x09\x1a\x97\xf0\x94\x20\x44\x1c\x27\xcf\x25\xa7\xd5\x6c\xa6\x3e\xa3\x05\xe4\x0e\x33\x1e\x32\x2b\xe2\x16\x70\x02\x39\xdd\xde\xdd\xfc\xcd\xfc\x0f\x00\x88\xef\x8b\x9e\x0c\xde\x87\xef\xc3\x6e\xb5\xb3\x3a\xce\xe3\x97\x43\x58\xe4\x6f\xa2\x49\xb8\x15\x53\x45\xee\xa2\xc6\xe3\x8e\x50\xf7\x76\xac\x21\x12\xe9\xef\xab\x8f\x51\x4a\x59\x95\x39\xcf\xe9\x22\xce\x99\x38\x17\xd6\x67\x3e\xd5\xbb\x8a\x77\x50\x14\x00\x80\xd8\x4f\x52\xdf\xbf\x06\x76\x9d\xda\x6e\xed\x82\x4f\xa1\x9d\x57\x5f\xe8\x20\x33\xe6\x08\xea\x90\x6f\x99\xdb\xc8\xff\x62\x96\xb1\xab\xdb\xe7\xe3\x0d\x9c\x77\xf3\x1e\x92\x56\xf0\xd6\xe7\x24\xd2\xbc\x04\x96\x58\x2b\xf3\xac\x48\xee\x1d\xce\x3d\x25\x61\x03\x20\x2a\x97\x3e\xed\xdd\xd5\x3c\x9e\x6b\x35\x5f\x87\x31\x78\x54\x55\x79\xdb\x77\x7e\x2e\xef\x4b\xc7\x3e\x41\x0c\xe9\x1c\x6a\x95\x30\x1e\x3e\x84\x3d\x26\x4a\x9c\x37\x91\x18\x2c\x2e\xcd\x36\x50\xfe\x94\xf0\x62\x67\x30\x76\x48\xd7\x79\x7b\x71\x1e\xc8\xfe\x02\x40\x68\x94\xab\xba\x7d\xea\x5b\x55\x71\x46\x4c\xd3\x34\x55\xbc\xfc\x7b\xcb\x3f\xaa\x70\xce\xc3\xb6\x0f\xaa\x04\xc2\x67\x44\x94\xaa\xb8\x6d\x22\xda\xa6\xaa\xaf\x3c\x83\x4f\x54\x61\xb2\x96\x92\x83\x54\xdc\x98\xa5\xf4\x26\x95\xd2\x7b\x0c\xfb\x82\x0a\x0f\x80\x60\x9b\xf2\x82\x63\x6d\x4d\x9b\x8d\xab\x8f\xaa\xc7\x58\x95\xd2\x4f\x4d\x1a\x8b\x91\x3d\x01\x76\xc8\xbc\x02\x5f\xd3\x9e\x68\x3a\x0a\x5b\x8a\xbc\x62\x3c\x5d\xb1\x11\xbb\xc3\x70\x24\xf3\x0a\xf1\x91\x7e\x71\x4c\x12\xad\x45\x87\xf3\xfa\xc0\xf6\x85\x9e\x02\x20\x98\xa3\xfe\xcf\x76\x62\x5e\xda\xd0\x7b\x6d\x5b\x6d\xc7\x60\x9b\x24\xa7\x61\x65\xff\x2a\x26\xaf\x65\x5a\xef\x13\xec\xbd\xb6\xad\x3d\x53\x5b\x38\x08\xa8\x6b\x7a\xf9\x71\x4c\x8f\xfd\x7b\x66\x1e\xe1\x9b\x75\x5d\xcc\x58\xea\x88\x39\xd6\x7b\x02\x6b\xc4\x90\x06\xd2\xf8\xef\xa0\xfb\xd6\xd7\x55\xac\x85\xf7\xa1\xe1\x9a\xd1\xf9\x8f\xc4\x9d\xf5\x2f\x46\x4e\x31\xae\x36\x13\x87\x96\x60\xeb\xda\xbc\x07\x90\x2d\x4e\x1d\x9f\x7b\xdf\x97\x0b\x30\xde\xdd\x75\x99\x5e\x84\x1e\x07\x23\x66\x3c\xb5\xd8\x3a\xcf\x3b\x9a\xd5\x61\x5c\x0a\xc4\xfc\x33\xda\x3e\x2b\xaa\xf2\xc9\xb2\xa7\x50\x50\xcd\xa4\x25\x43\xe2\x98\xfa\xc6\x45\x71\x0c\x71\xd3\xd5\xf9\x9b\x31\xbf\x5b\xad\x23\x53\x9a\x4f\x76\x70\x07\xb3\xca\xdb\xd0\xf3\xfb\x22\x32\xa7\x10\x62\xbb\xf6\xc4\x24\x51\x1e\xda\x27\x79\xe3\x58\x53\x4c\x3b\xc1\x0d\xbe\x4d\xfb\x65\xf0\x1c\x6e\xa8\xa9\xdd\xce\xc2\x3f\x82\xd5\x42\x24\x62\x05\x3c\x49\xb8\x98\x74\x13\x31\x8f\x0a\x28\x43\x68\x5b\x87\x98\x06\xe1\xee\x54\x77\x33\xd6\x90\xda\x73\xb6\xb0\x63\x69\x59\xb1\x3f\xb8\x0f\x59\xd9\xde\x15\x82\xcf\x3c\x1c\x00\x92\x95\xa2\xe8\x81\xa7\x98\xe7\xb0\x33\xb6\x41\x5c\x3b\x9c\xab\x59\x8a\x7f\x81\x98\x2a\x78\x47\x5c\x8a\x7a\x4e\x21\x90\x8d\xd8\x27\xed\xef\xa9\x43\x84\x37\xd5\x33\xe8\x0f\x29\x51\x39\x35\x2c\x88\xbe\x29\x76\x2d\x17\xc9\x86\x7b\x07\x09\xba\xf9\x71\x00\x48\xd0\xa2\x9e\xfe\xb7\xe8\xdc\xf6\x76\xeb\x4e\xcc\x55\xc4\x5e\xf5\x15\x9c\x05\x3d\x4d\x30\x87\x40\xc5\xae\x23\x1f\x27\x71\x09\xe8\x76\x3c\x65\x05\x39\x6a\xde\x0a\xba\x27\xcd\x27\xfb\x35\xf3\x0a\xb3\x3a\x16\xc9\xb9\xc8\x59\xe1\xf5\x41\x10\x26\x98\x01\x80\xc4\x45\x1c\xd5\xfb\x05\x11\x8e\xc5\x98\x5f\xa0\x9c\xf0\x18\x55\x32\xfa\x17\x71\x1e\xef\x04\xce\x87\xdc\x4e\x32\x10\xe0\x54\x2b\xbc\x9e\x74\x8e\x7e\xb6\xea\x30\x55\xc2\x4a\xca\x2e\x64\xb0\x39\x47\x62\xee\xb0\x37\xf2\x05\x5e\x07\xf8\x69\xa2\x5c\x00\xc4\xe5\x12\x47\xf7\x17\x78\x32\xe5\xad\x29\xb8\x63\x2e\x8d\xab\x58\x8c\x94\xd2\x9f\x72\x09\xe8\x93\x4c\x2a\xb1\x05\x57\xca\x76\x6b\x9b\x4b\xf8\xc2\xd9\x5b\xf9\x90\x7c\x9f\xa7\xcf\xea\xa3\x7b\x0a\x04\x31\x24\x96\x45\xa4\xf0\x5a\xc8\x2b\x91\x58\x00\x10\x29\x64\xfe\x5d\x63\x60\x5c\xce\x4f\x03\xa1\x6d\x17\xf7\xbd\xdc\xaf\x23\x98\xf7\x17\xc7\x15\xb9\x98\x7f\x82\x90\x80\xa9\x13\x5c\x6d\x2d\xc6\x67\x09\xff\xae\x74\x21\x21\xc4\xee\x99\xef\xa8\x27\x25\x75\x31\xe3\x98\x62\xe9\x62\x2f\x2b\x17\x23\x7b\x08\x80\xf0\x0f\xf9\x3a\xbb\xa6\xf1\xac\xb2\x5a\xe7\xd6\x82\x53\x72\x25\xcf\xda\xbc\x94\x66\x96\x4b\xfb\x7d\xe5\x42\x1c\x16\x79\x43\x79\xac\xe5\x10\xd6\x55\xf9\xb4\xfc\x06\x41\xa8\x72\xc9\xf4\xa3\x44\xab\xd2\xa2\x07\x19\xd3\x55\x1d\x5e\x03\x9c\x2a\x15\x1a\x00\xc1\x13\xe5\x07\xab\x57\xdd\x2b\x6b\x9b\xe6\x7e\xe3\x7e\x8b\x55\xf4\x6f\xcb\x6a\xf3\x6e\x46\x51\xdb\x66\xd3\x33\xcc\x89\x8e\xe7\x26\xdf\x66\x3c\x1a\x66\x4c\x2b\x3b\x8e\x07\x86\xb9\x19\x4d\xa4\x7f\xf4\x85\xd1\xc9\x74\x7f\x5d\x84\x97\x83\xed\x80\xce\x00\x1f\x01\x4a\x33\xc9\x1c\x54\xb3\x77\x70\xa9\x7a\x6c\xfd\xae\x81\xd9\xc2\xf4\xa6\x2b\x7d\x4b\x68\x5b\x5a\x9d\x7b\x3e\xa0\xf1\xed\xd4\xee\xd4\xa6\x7c\x94\x73\x67\xeb\xdc\x27\xd8\x7b\xf6\xb6\xf4\x3f\x49\x63\xac\xf1\xd1\xe3\x69\x08\xd3\x29\xaf\xd5\x6c\x37\xfd\x2f\x60\x11\x78\x42\x37\x4d\x75\xd5\x6f\x17\xf0\x55\x25\x75\x9f\x46\x17\x0b\x74\x4d\xbe\xc3\x6b\x69\xd3\x60\xad\x83\x43\xa8\x3b\xf0\x33\xfd\xcc\xc6\x2b\x48\x51\x6f\xd0\xdc\x41\x2c\xba\x6b\x51\xfa\x7c\xe2\xb0\xfd\x5e\xf4\x04\x9a\xb3\xe5\x9e\xd7\x09\xd6\x19\x23\x06\x9c\xe7\x3f\xd7\x1a\x8d\x67\xaa\x91\x4b\xc9\xca\x93\x75\xa8\xc5\xc5\x82\x69\x8d\xea\x05\xff\x51\xb7\xb5\x1c\x1f\x1d\x44\xd9\xe0\xf9\xc3\xee\x8d\xf3\x11\x1f\x06\xe0\x73\xe5\x98\x27\xbd\xa4\xf4\x85\xc4\x84\xae\xf0\xe8\x54\xea\x52\x5b\x8f\xf7\x44\x96\xc4\xc4\x76\x8a\xe1\xaf\xd4\x3e\xef\x3d\x4e\xf8\xd6\x84\x37\x6f\x20\xf9\xc1\xea\x95\xcf\xc9\x30\xf8\x6c\x1e\x9e\xb2\x13\x51\x45\x72\xa1\x55\xa1\x2d\x6d\xe7\x18\xee\xb8\xdb\x55\x99\xac\x09\x24\x54\xd6\x06\x4e\x2d\x2d\x37\x06\xc9\xbb\xc8\x2a\xf7\xca\x11\xae\xe6\xa9\x00\x90\xfa\x8a\xda\x7a\x9e\xe0\xab\x61\xfb\x4d\xf7\x09\x83\x70\x94\x32\x9e\xf8\xbb\xe3\x5f\xee\x7e\xb2\x01\x75\x8d\xc8\xa7\x16\x62\x2f\xb7\x55\xd0\x63\x08\xf7\x2b\x4f\x30\x4b\x29\x81\x59\x75\xec\x0d\xf4\x75\x31\xde\xbc\x7a\x36\xd6\xcb\x47\x38\x97\x5f\x08\x80\xe4\x2f\xd1\x81\xee\x6f\xd8\x65\xed\xe9\x26\x67\xbc\x0f\xa2\x57\x41\x26\xac\x40\xbd\xe2\xba\x91\x9a\xb1\x16\xc2\x0d\x4a\x0a\xa1\xb8\xf5\x30\x2d\x9b\x3c\xb9\xb2\x99\x21\xa5\x8d\xcb\xfc\xc4\x1e\xc3\x2c\x88\xbe\xc0\x3d\xc9\x59\x39\xed\x93\xe0\x96\x60\xd6\xff\xf7\x42\x5c\xd3\x79\x07\xb5\x01\x3b\xd5\x30\x13\xd3\x86\xf7\x97\x9d\xc5\x45\x11\x3d\xd9\xcb\x09\x6e\xe4\x50\xfc\x32\x52\x24\xb5\x05\xb6\x83\xc2\xa0\x2f\xac\x10\xd2\x5e\xb0\xdc\x32\x6b\x99\xab\x39\xeb\xa2\x5b\x38\xeb\xf9\xcc\x69\x17\xf9\x9f\x44\xe5\x00\x88\x8f\x4a\x36\x3b\x3c\x3b\x36\x53\xd4\x3a\x29\x72\x39\xcd\x43\x9a\x85\xde\x4e\xef\x65\x95\x62\x4f\x33\xa7\xe3\x78\x04\x7f\xd6\xd1\x96\x75\xa4\x05\x1c\x79\xf9\x10\xb5\x85\xd7\x98\xb1\x96\x51\x27\x68\x8c\x7a\xcb\xb6\x8b\xe8\xd3\xf6\xf0\x27\x48\xec\x00\x88\xbe\xcb\x32\x6d\x7e\x70\x27\x0e\x13\x3a\xd0\x11\xc3\xe5\x89\x37\x22\x19\x3c\x12\xe3\x1f\xf4\x3a\x3e\x0a\x5b\x81\x4b\x10\x08\x9b\xd7\x10\xfe\x16\xf6\x97\x1d\x25\xdf\x10\x9d\xc9\x70\xa7\xbb\x4a\x42\xa2\x86\x58\x0a\xa9\x7e\xda\x7a\x5e\xb4\xec\x36\x00\xa2\x3c\xf9\x9f\xe6\xbd\x2d\x44\x05\x5d\xad\x6a\xbd\xad\xd8\x26\x1c\x68\x27\x2a\x5e\xd2\x7e\x20\x3e\x2b\x27\xa1\xad\xe8\x43\xca\xdc\xa6\x24\xdc\x11\x25\x6b\xee\x08\xf1\x3f\xe5\xda\xf4\x02\x2a\x4b\xf9\x2a\x2a\x8d\x19\xaa\x4a\x98\xf6\x07\xd7\x43\x55\x09\x80\x10\xa3\x02\xc6\x8a\xc6\x65\x96\x6c\x25\xba\xa5\xc8\xdc\xcb\xff\xa3\xf5\x97\xe9\x21\xb5\xb0\xfd\x9c\x29\x18\xf9\x03\x79\xcd\x88\x6d\xb8\x8f\xf5\x36\x0c\x96\x76\x12\xcc\xfa\xc3\x73\xf4\x94\x74\xdd\x8d\xc8\xeb\x8c\x30\xed\xcd\x69\x07\x39\x8d\xd0\x02\x00\x04\x37\x34\xce\xfa\xbc\x7a\xe2\x40\x95\x9c\xd7\x94\xd7\xf7\x8b\xfb\x09\x36\xab\xb7\x87\xbc\x15\x1e\xd9\xfd\x15\xb1\x0c\xd1\xda\x55\x5f\x7f\x04\x7d\xcc\xd1\x5d\xb2\x1d\x4f\xb6\x6d\x49\xfb\x8f\x3c\xcf\xb2\x28\x72\x2d\x9d\x64\x42\x4e\xbb\xcd\x3e\xa7\xdf\x03\x98\x02\x1d\x74\x4c\x27\xaf\x1b\x99\x3f\x4e\xb6\xbd\x51\x3a\xd2\xc2\xcd\x68\x11\x0c\xe9\xc8\x5e\x6d\xe2\x01\x23\x22\xa8\x63\x4f\x9f\xb0\xbe\x15\x9d\xda\x53\x5a\x42\xc6\xbd\xec\x7c\x96\x76\x89\xf4\xd8\x5e\x1a\xb9\x9e\x3e\xc5\x42\x9e\xf6\x95\x6d\x33\x7a\x81\x4d\x82\x66\x2d\x53\xe7\x54\x37\x6e\xf1\x63\x59\x7a\xc3\xa3\x85\x4f\x39\x07\x9b\xef\xcf\x3f\x4c\xda\xd2\xfa\x74\x84\xdf\x71\xa5\x23\x7e\x68\x42\x7d\x18\x6a\x63\x3f\xbf\xa4\x1a\xc7\xe8\x59\x9e\x76\x85\xc4\xef\x84\x22\xaf\xd2\xd6\xda\xa6\x79\xa5\xb1\xd3\x4d\xc1\x4e\xae\x82\x29\xda\x4b\xd6\xc5\xd4\xde\x26\x81\xe6\x09\x4d\x0c\xc3\x88\x1c\x74\x29\xbc\x90\x6e\x61\x6c\x44\x54\xa2\xb7\xb2\x5c\xd0\xca\xa6\xb1\x6c\x1d\xee\xfc\xdc\xc9\xdc\x59\xa4\x96\x39\xb9\x7c\x17\x5a\x4a\x44\x9f\x30\x86\x55\xec\x61\x11\x77\xf1\x3a\x01\x90\x19\x44\x90\x65\x2d\x25\x10\xb6\x54\x13\x40\x9d\x01\xaf\x11\x7e\xa0\xa5\x77\xbc\xa7\x7d\xa4\x77\xa2\x76\xa3\xa3\x99\x93\xb1\xeb\x1a\x4d\xac\xd5\x84\x3d\xa5\xcb\x39\x7c\xf2\xcf\xb4\x27\x3c\x2e\xdd\x1e\xd1\x21\xd8\xc2\xae\xf5\xe0\x8a\x53\xf9\x25\x00\xc8\xe6\x8a\x6e\x9b\xd7\x90\x56\xc3\x3f\xa9\xab\xc8\x87\x10\x68\x61\x31\xe5\x5f\xd4\x9f\xb4\x3a\x1a\x13\x5b\x8d\xea\x63\xb8\x10\x9c\x1a\x27\x32\x4f\x90\x2e\x94\x66\xb0\xb7\x52\x2f\xa6\x39\xb8\x97\x98\x3e\x11\xa1\x82\x59\x1c\x8b\x07\x46\x74\x5e\x10\x03\x80\xf4\xab\x18\x67\xbc\x80\xbf\x8c\xe9\x51\xf6\x12\x03\x70\x03\xfc\xcd\x24\x03\xc1\x4c\xf9\x42\xc9\x26\x2d\x43\x32\x69\xd3\x28\x8f\x1a\x5c\x18\x2e\xf4\xd4\x12\x22\x2b\x91\xb9\x35\xf5\x39\xc7\xc4\x21\x85\xff\xc1\x0f\xe2\x17\x78\x54\x08\xdf\x89\x66\x03\x20\x2d\x94\x1c\x30\x84\x60\x5e\x92\x2f\x29\xc6\xe3\x18\xd4\x0e\x5e\x1a\xc1\x9f\x76\x85\xbc\x88\x34\x91\xc1\x40\xe4\x53\xfc\x59\xb1\xf5\x4e\xb4\x4a\xf6\x87\x62\x13\x63\x35\xf7\x6e\x6a\x1d\x3b\x87\xff\x35\x9c\xc5\x9b\x24\x4a\xf4\x28\x15\x4e\x96\x50\x01\x90\x40\xb2\x12\x9d\x12\x35\x83\x6d\x92\xb1\xd1\xaf\x38\x0a\xce\x61\xec\x15\x2e\x8d\x54\x83\xff\xc2\x53\x75\xf8\x90\x72\xf9\x9b\x6a\x7f\x53\x96\x0a\x9e\x16\x6d\xa3\xa7\x89\xd2\x52\xf6\x31\x7f\x8b\xd7\x84\x47\x73\x81\x34\xc5\x63\xae\x20\x49\xb6\xee\xff\x9f\x25\x3f\xa3\xb9\xd2\xfe\x52\x76\x47\xe2\x89\xb8\x2d\xcf\x61\xad\x45\xfd\x27\xb7\x10\x18\x58\xa4\xfc\x22\x9c\x8d\xff\x5b\x11\x5d\x33\x4a\xea\x52\xc8\x0b\x47\xa9\x14\xc5\xad\xe4\xef\x0c\xa6\xb2\x28\xec\x0a\x7b\xad\x72\xbb\x07\x9a\x1f\xa4\xfc\x06\x80\xe8\xa9\xf2\x9d\x6a\xa4\xf5\xb6\x69\xa6\x68\x52\x7b\x9e\x71\x15\xe3\x02\x62\x87\xd1\x0b\x77\x08\x5d\x6d\xd0\xb4\x7e\xc2\xb9\xea\x3f\x54\xb7\x11\xde\xe9\x1b\x0b\xe6\x53\xc6\xea\xd6\x27\x57\xd3\x73\xb4\x1f\xc3\x54\xac\x75\xda\x59\x1e\x58\x1e\x02\x8a\x02\x40\xd4\xac\xbe\xa9\x18\x6c\x79\xd9\x7b\x4c\x50\xd8\x06\xef\x59\x42\x4f\x6e\x7f\xd5\x0d\xc7\xce\x43\xae\xed\xfc\x02\xdb\x80\xe9\x76\xe8\xe7\x95\xe3\x97\xd9\xbe\xe7\x9f\x24\x3d\xb3\xc2\x92\x4e\xd3\x6a\xcd\xf2\xb0\x2a\xe6\x47\xa3\xcc\x43\xce\xbd\xa2\xf7\x07\x40\xf8\x01\x82\xe4\x5b\x5a\x92\x87\x53\xf9\x92\xd6\xa5\x83\x7b\x69\x96\xf6\xa4\x81\x40\xcc\x2e\xc4\x8f\x3e\x38\x6c\x26\xfa\x7d\x0f\x54\xf5\x08\xef\xd9\x65\xcf\x57\x92\x48\x0e\x56\xd2\x72\xea\x53\x9b\x6b\x58\x39\x73\xc4\xcc\xf0\xe8\xe3\x3a\x0c\x04\x00\x84\x07\xb4\xd1\x72\xd7\xe6\x0d\x0b\xae\xf3\xde\xb5\x4e\x9d\xef\x4f\x0b\x84\x0f\x8e\xa4\x61\xda\x11\x84\xa1\xa8\x96\x27\x68\x54\xff\xe7\xaa\x0d\x38\x4b\xef\xd2\x7c\x2c\xf1\x79\xb7\x7f\xd2\x6a\x2a\xd7\x91\x19\x46\x66\xa6\x5a\x5d\x3d\xce\x70\xe7\x18\x69\x00\x08\x99\xda\x4e\xa8\x9a\xf5\xbe\x49\x2f\x89\x66\x77\xc3\x28\xac\x5a\x4e\x1b\xbc\x0c\x7f\x8f\x9b\x87\x28\x6d\x5b\xc2\x2b\x41\xf3\xaa\xfb\xf9\x44\xdc\xd1\x82\x56\xc1\x26\x52\x7d\x52\x90\x28\x99\x16\x11\x52\x22\x7e\xc1\xca\x70\x6f\x91\xde\xe5\x59\x01\x50\xc0\x44\x16\x8d\x85\xc9\x84\xf5\x8a\x79\xac\x3c\x78\x2a\x73\x27\x3b\xa1\xe3\x0a\x7e\x2e\x27\x19\xd5\xdf\xe6\xc9\x85\x61\x75\xd5\x7e\xbc\x61\x42\x7f\xfe\x6b\x81\x13\xf9\xd1\xec\x4b\xc2\x65\x74\x66\x88\xb7\x58\xcc\x4e\x75\x2f\x97\x9a\xf9\x49\x00\x28\x82\x44\xd7\xd4\x07\xe9\xff\xc0\x4f\x88\x76\x32\x5e\x22\x62\x98\xce\x2c\x27\x94\x01\xb7\x94\x1d\x8a\x75\x6b\x55\x70\xf0\xf8\x43\xf3\xfa\xb9\xc7\x48\x03\xf9\x0a\x7e\x25\x75\xc9\x6c\xad\x70\x12\xe3\x79\xf0\x4b\xd1\x77\x0e\xc6\x3d\x57\x1a\x2d\x98\x08\x80\xfc\x8a\xb8\x45\x79\x93\x5a\x8a\x99\x22\x1c\x4b\x23\xe3\xfc\xe8\x7c\xfa\x7a\x82\x1b\xb6\x88\xe9\x4a\x8a\x87\x55\xb3\xcc\x14\x4e\x95\x83\x13\x4c\xbb\x9c\xb7\x8c\x7b\x9b\x89\x49\x7c\xce\x3f\xcf\x09\x0c\x5e\x2c\xfc\xc4\x1f\xef\x9e\x2e\x69\x10\x39\x01\x20\x0f\x97\xac\x51\xa0\x49\x3c\xd2\x0b\x7e\x27\xf9\x1a\xc5\x4a\x0b\xa6\xb6\xd2\xbc\x30\x6e\xb4\xb7\xf4\xfd\x2d\x73\x18\x2b\x98\xc6\xca\x05\x2c\x0e\x1b\x9f\x7b\x87\x83\xe5\x92\x13\xb1\x3c\x3b\xbf\x37\x98\x28\x78\x26\x7c\xe4\x5e\x2c\xe6\x4a\x66\x02\x20\xc3\xca\x66\xca\xb6\xe3\xbf\xb2\x5a\x79\xbe\x44\x09\x1b\x47\xb9\x48\x0e\xe7\x90\x50\xb7\x28\x6f\xb8\x5d\xcd\x51\xb4\x1b\xbc\x6b\x15\x9b\x19\xd7\x05\x31\xb9\xfe\xac\x6f\xc2\xfe\x59\x8f\xb8\x6d\xe2\x98\xe0\x44\xfe\x63\xc9\x65\x77\x98\x68\x44\x86\x04\x40\xba\x52\xbe\x56\xc2\xc7\xac\x91\x16\xb0\x5f\xe3\x44\xd2\x6d\xa4\xcb\x84\x76\x99\x27\x72\x0a\x09\x27\x13\x37\xf6\x53\x6c\xb2\xf7\xe5\x28\xda\x79\x39\x3d\xc7\x83\x99\x26\xff\x38\x2b\x85\x7d\x4e\x61\x0f\xfa\x9b\xd7\xad\x8c\x73\xa7\x0b\xad\xca\x4e\x00\x24\x27\x94\x07\x45\xb1\xc8\xef\x06\x4f\xe6\x2b\xf4\x0f\xfd\x02\xa2\x0b\x6e\xba\x3e\xa4\x43\x40\x68\xd2\xed\x6a\x98\x45\xda\xaa\x6b\x28\x4b\xa0\x26\x6a\x9f\x66\xcf\xa0\x5f\xd2\xf2\x67\x76\xb3\xe6\x43\x3f\x83\x46\xb9\x7d\x10\xc7\x5d\x21\x38\xac\x19\x06\x40\x12\xa1\x1e\x14\x14\x74\xdc\xed\xf6\x61\x64\xa2\x7c\xba\xa6\xe3\x35\x18\xbc\xe3\x5d\xfb\x74\xdc\x61\xfb\xc1\xfa\x71\xc4\x22\x9b\x66\x6e\x2a\xf9\x95\x35\x35\xab\x83\x76\xc0\x7c\x61\xa6\x07\x73\x97\x69\x6e\x10\x82\x73\xdf\xa0\x73\xb7\x09\xd2\x75\x24\x00\xc4\xfb\xa0\x58\xbe\xb5\x23\x78\xa0\x8e\xee\x40\xc2\xfb\x7e\xe0\xee\xa3\xb7\xf5\x2a\xe1\x0e\x9c\x7f\xf7\x87\xba\x2e\xc2\x8a\xae\xc6\xd2\xeb\x64\xa4\x63\x61\xd6\x74\x5a\xa1\xed\xcf\x84\x57\xcc\x79\x96\x3d\x41\x8d\x1c\xa3\x09\xe3\xbe\x88\xff\x4e\xbf\x1c\x00\xb1\x1a\x3a\xcb\xf7\x6c\xef\x1c\x39\x49\x0f\x40\x1c\x1d\x9e\x8d\xe3\xa3\x83\x06\x99\xf0\x74\xac\xa1\x7f\xa8\xae\x86\xe0\xd5\xbb\xbc\x74\x0d\xe9\x7a\xf7\x40\x96\x13\xf5\x58\x67\x5b\xc2\x4b\xc6\x6d\xdb\x95\x20\x2a\x27\xcc\xfc\xde\xfd\x2c\xbf\xdf\xb0\x12\x00\x71\xac\x36\x53\xec\x10\x1c\x6e\x3a\xc6\x3a\x20\x4c\x80\xf5\x13\x31\xc2\x4d\x70\x62\x87\x55\x94\x8d\x68\xab\xff\x26\x7a\x88\x86\xe6\x2e\x17\x2f\xc4\xfd\x95\x95\x24\x91\x90\x48\xf1\x1b\xa4\x7d\xb4\xd4\x80\xf5\xb2\x1b\xac\x62\x97\x8f\x8a\x1a\xde\x00\x00\xaa\x02\xd1\xa8\x68\x19\x9f\x07\x1b\x60\xfe\xe4\x7f\x83\x27\x11\x4e\x08\x86\x3b\xce\xb4\x7f\x12\x16\xa0\x8c\xf5\x14\xd1\x18\xac\x60\x6e\xa4\xe8\x2e\xc1\x96\x79\x5c\x7c\x95\xfc\x20\x1e\x27\x75\xa3\x93\x03\x1c\x32\x1a\x3b\xd1\xe5\xad\xfc\x27\x3f\x1e\x00\x95\xb3\xe8\xae\x70\x3d\x2f\x12\xde\xc5\x4c\xe5\x1d\xeb\xf8\x42\x08\xe5\xab\x50\xf0\xf6\x46\x41\x01\xe6\x5e\xdd\x25\x61\x10\xbe\xbf\x74\xb1\xc8\x9b\xc4\xcb\x6c\x14\xc7\x52\x2d\xf1\x21\x12\x09\xe3\x62\x00\x57\xfa\x81\x53\xe3\xf2\x56\xbe\x88\xff\x19\x00\xe5\x3e\x71\xb3\x60\x2c\xdb\x86\xde\x44\xef\xe3\xc0\xb1\x6b\x70\x36\x6e\x19\x7e\x7e\xdb\x3b\x5e\x09\xf1\x70\xed\x7c\x7e\x07\xc5\xa3\xa4\x57\xa0\xa7\x41\x19\x3c\xe1\x59\x66\x78\x9c\x5d\x5c\xc9\x7e\x1a\x50\x24\x79\xcf\xbb\xe5\xf2\x5b\x76\x5e\x78\x07\x00\xe5\x24\xc9\x7c\x1e\x89\x71\x81\x14\x49\xcb\x64\xde\x25\x9f\xc2\x22\xd8\x2e\xd4\x8e\xd6\x7b\x9c\x5c\xba\x57\xcd\x62\xae\x85\xf1\xb6\xf8\x00\xef\x29\xeb\x49\xfa\x31\x41\x07\xe7\x57\x5c\xa8\x68\x2a\x3f\x3f\x20\x50\xfc\x42\xb8\xc4\x35\x44\xfa\x4e\xfc\x15\x00\x45\xa5\xcc\x9b\xeb\x43\xcb\x64\xc6\x51\xbe\xd2\x2d\xac\x4a\x4c\x2e\xe3\x25\x1b\x07\x3b\xcb\xaa\xe5\x2c\xaf\x5e\xc3\xbe\xc0\x1b\x57\xf4\x0f\xb7\x95\xcf\x4f\x9f\xce\xfb\x25\xf8\x1d\xbb\x57\xf0\x48\xb4\xc9\xff\x87\xe8\x85\x44\xe4\xda\x20\x9d\x22\x9b\x0e\x80\x5c\x21\x77\xb0\xee\x93\x5b\xc4\xdd\xa4\xbf\x29\x9b\x24\x3e\xa8\x26\x5a\x82\xa4\xb7\x25\x8c\x7e\x56\x1a\x34\x6f\x0e\xd3\x28\xdd\x53\xb8\x95\xdd\x2c\x43\xcd\x09\xe7\xe6\xc8\xa7\xc6\x06\xf2\xdb\xe5\xb7\xfc\x0f\x0b\x17\x28\x16\xbb\xb2\xc5\xbf\x95\xd1\x00\xc8\x96\x2b\xed\x8c\x1d\x04\x8b\x76\x35\x71\x0c\x69\xb6\x96\x84\xd8\x48\x7e\xad\x0d\x6c\x5a\x42\x3d\x04\x3d\xaa\xfc\x87\xbe\x09\x5a\x5f\xd0\xcf\xdc\x01\x09\xd2\x8a\xd9\xb7\xa0\xac\x18\x0b\x2f\x06\x72\xf6\x57\x09\x16\x69\xb6\xb8\xaa\xc4\xe9\x9a\x09\x00\x48\x7f\xa8\xab\xe9\x6e\xb8\x51\xc7\x5c\xbc\x88\x40\xb6\x13\x3b\x0a\x49\xf3\x6c\xac\x46\x3c\x25\xcb\xca\xaf\x78\x46\x2b\xb3\xb0\xf2\xf7\x32\xa4\x66\x7c\xea\x28\xeb\x9c\xa9\x38\xc6\x8b\x5b\x6e\x9c\xe8\x9f\xc5\xff\x47\x6f\x76\xd5\x8a\xd6\x6a\x37\x00\x20\x35\x6b\xce\xd0\x08\xd8\x6b\xbd\xf9\xb8\x9b\xf8\x8d\x3d\x1e\xed\xab\x89\x4b\xbb\x8e\x37\x3c\x21\x0f\x75\xf2\x2b\xd4\xd4\x0d\x0e\x8f\x7c\x0a\xfd\x9d\x6d\x59\x2a\x8e\xd5\x6c\xf5\x8e\x7e\xcb\xb9\x6f\x6e\xf7\x8f\xe3\x0f\x18\xab\x5d\xed\x22\x8c\xee\x1e\x00\xd2\x0a\x88\x46\xfd\x84\xcd\x1e\xd4\xe2\x18\x78\xbf\x01\xef\xf6\x02\xa2\x67\x9f\xa1\xa1\x8f\x3c\xa1\xe7\x4d\x45\x39\x35\xa8\x3b\x27\xbf\x84\x4e\xed\x94\xa4\xd6\x32\x6f\xd9\xad\xd1\xaf\x39\x2c\x2b\xda\x3f\x83\x3f\xdb\x74\xd1\x75\xab\xc8\x49\x7f\x1b\x00\xc9\x1b\xe8\x3e\xb9\x48\xc5\x6f\x0e\x42\x2f\x51\x15\xc2\x3e\xb5\xd6\xaa\x52\xe1\xc7\x6a\x31\xaa\x54\xc4\xc6\xd2\x93\xaa\x62\xf4\xa5\x6c\x8b\x0a\x83\x0f\x9b\x5d\xa7\xea\x24\xed\x0e\xaf\x53\xdd\xa3\xf5\x78\xbb\xa9\xcb\x59\x1b\x9d\x03\xd4\x8f\x79\xaf\x01\xd0\xdc\x10\xfd\x20\xed\x52\xfa\xc3\xf6\xa1\xfd\x94\x9e\xf0\x36\xd8\x35\x65\x74\xc7\xe7\x9a\xe7\xca\x62\xd4\xba\xd2\x36\x25\x0b\x3b\x98\x1d\xa7\x5c\x49\xd8\x36\xdb\x49\xf9\x86\x32\x25\x3c\x50\xd5\x46\x5f\xe9\xed\xa4\xba\xc3\x96\x3a\x47\xab\xbb\xf8\x44\x00\x34\x23\xe2\x48\x52\xa8\xfc\x10\x5c\x83\xd2\xc9\x1f\x75\x3c\x87\x95\x2b\x7c\x51\xb5\x35\x64\x45\x0d\xe6\x72\xc9\x7d\x45\x2f\xde\x91\x75\x58\xf1\x84\x24\x4c\x5c\xaf\x2c\xa5\x0e\x87\xbd\x53\x9e\x62\xbc\xf3\xfa\xac\x22\x70\x94\xce\x29\xea\x24\xc1\x74\x00\x34\x35\x62\x33\xe1\xa2\x34\x05\x9d\x87\xcc\x94\xf6\x62\x53\x5b\x5c\x64\xe3\xf1\x89\xd5\x95\x32\x1a\x11\x55\xfc\x54\xf6\x80\x7c\x30\xf3\xb5\x1c\x49\x2b\x49\x04\xf2\x57\x8c\xef\x61\x06\xc5\x28\xfb\xb2\xd7\x43\x25\x99\x77\xd7\xb9\x59\x85\x16\xde\x06\x40\x3d\x2a\xd9\x81\xa7\x88\xde\x10\xa7\x76\x7c\x10\x93\x48\x67\x9a\x81\xf8\x6f\x8a\x66\x5e\x8b\x44\x41\xab\x2d\x9e\x24\x0d\x67\x94\x64\xa6\x4a\xcf\xb2\x5a\x67\xb1\x65\x3a\x4e\x5f\x58\x96\x9c\xc0\xfb\xe6\x75\x45\x81\x16\x4a\x9d\x21\xa5\x4e\x7c\x1d\x00\xd5\x6d\x59\x00\xf6\x91\x60\x07\x9d\xd1\xbe\x47\x58\xcc\x38\xd6\xf8\x41\xf8\x84\xe5\x59\x85\x17\x2d\x63\x0b\x8a\x66\x89\x85\x9c\x6f\x19\x2a\x49\x39\xaf\x6f\xe6\x7d\x69\xac\xa0\x2a\xf4\x8d\x2c\x53\x94\xe2\x75\x5a\x8e\x95\x84\x3b\x1f\x51\x2c\x97\xde\x03\x40\xe5\x2f\x37\x60\xbc\xb9\xe7\x85\xd3\xe0\xae\x3c\x91\xf0\x5e\x43\x31\x1f\x26\x72\x54\x7c\x10\x14\x8a\xe7\x15\x3c\x15\x36\x4b\xc2\xd2\xe9\x22\x9c\xd4\x69\xa6\x9b\xd8\x28\xfd\x18\xca\x94\x1c\x90\x3b\x79\x8d\xc8\x3c\xe5\x3f\x9c\x3f\xcb\x1d\x8a\x8d\x00\x28\x83\x95\x38\x54\x01\x3b\x56\x4d\x6f\xa5\x70\xbc\xd5\xa4\xba\x8f\x5c\x7f\x75\x53\xf9\x61\x5e\x9a\x1a\x95\x7f\x83\xaf\x50\x73\xe7\x2c\x15\x6c\x54\x1b\x13\x90\x22\x3f\xf5\xc2\x50\x5f\xb1\x58\x7d\xd8\x4b\x26\x9d\xac\xde\x34\xc1\x57\xb6\x4b\x3d\x0f\x00\x05\x4b\xf5\x1f\xe2\x0d\x33\xc4\x92\x07\xf3\x60\x55\x9b\x7b\x6b\xb7\xb3\x95\xa6\xc7\x65\x8b\x39\xfb\x4d\x79\x79\xbf\x78\x53\x8d\x7d\x69\xd7\xf8\x5a\xc3\xb3\xf8\x5b\x42\x17\x43\x4c\xc8\x2a\xd1\x42\x7d\xb5\xd7\x5c\x49\x8b\x2e\x6a\x42\x8c\x2c\x02\xda\x0c\x80\xfc\xab\xa6\x0e\x11\xc2\xd0\x38\x56\xb6\x70\x98\x8b\xec\xa7\x6b\x63\x59\xd7\x6c\xf7\xca\x12\x39\x5e\xd6\xd7\x79\x1b\xb9\x74\xcb\xeb\xb4\x21\xde\x6b\xf3\xd3\xf8\x2d\x02\xbd\xe9\x68\x88\x43\x94\x68\x64\x79\x15\x88\xbf\xeb\x8f\x4d\x48\x90\x5e\xd7\x1e\x06\x40\xbe\x5d\xf3\xa4\x43\xce\x18\xdf\x43\x6e\xfe\xc2\x9c\xd6\xcd\xa8\x39\xc5\x2a\xe9\x6a\x9c\xfb\x0f\x5b\xd9\x19\x9e\x07\x71\x2e\xd9\xef\xa4\x29\x78\x1d\x36\x63\xfc\x6a\xfe\x2f\xab\x7b\x48\x8f\x70\x87\xb9\xc6\xab\x41\xdc\x65\x9c\x35\x01\x26\xe5\xe9\xfe\x7f\x43\x0b\xd4\x01\xab\x34\xff\xd9\xfc\xb2\x4e\x6a\x0e\x6d\x1d\xa9\xf0\x37\x19\xda\x5b\x0b\x53\x8d\xb7\x90\x85\x19\x47\x8c\xb3\x31\xd4\xc4\x73\x06\x0b\xfe\x44\xd4\x38\xfd\x63\x32\xd5\xff\x98\xbe\x80\xde\xe2\x2e\xd5\xad\x63\x4b\x9c\xba\x74\x85\xfc\x45\x00\xe8\xa6\x8a\xb7\xb6\x9c\x35\xad\x69\x8d\xae\xf3\x34\x4d\x86\xef\x2a\x3f\x61\x54\x22\x1a\x0a\x9e\x1a\x5e\xa3\x27\x67\xc8\x0c\x48\xdc\xb8\xc4\x5e\xfd\x45\x62\x62\xe4\x0d\x7d\x01\x65\xc4\x7f\xb3\x6e\x37\x63\xae\x3b\xa4\xcb\xe1\x84\x3a\x6d\xd2\xbe\xe4\x7f\x07\x40\x7b\x56\x7c\xb8\xa5\xd8\x68\x85\x77\xd6\x2e\x36\x7c\x41\x8c\x29\x27\x1b\xb8\x28\x59\x41\xb7\xfe\x27\x76\x42\x46\x9c\xde\x88\xbf\x94\x58\xa7\x77\x27\x9d\x8b\x5c\xa9\xeb\xa7\x8d\xf5\x5f\xa8\x8b\x64\xb2\xdd\xcd\xda\x23\xdc\x09\x4e\x17\xb5\x46\x41\x1f\x00\x5a\xb9\xc4\xbd\x19\xa1\x0f\x45\x1d\xac\xf9\x43\x77\x12\x73\xbb\xac\x5b\x27\xc5\xfd\x9b\x7f\x4e\x17\x4b\xcc\x4d\x57\x6a\x6f\x91\xb7\xcd\x3a\xa6\x35\xd1\x9a\x23\x73\xb5\x73\x98\xb1\xfe\x54\xe8\x3d\x67\x86\xfb\x10\x74\x88\x3f\x7b\x8c\x07\xb4\x5e\x34\x13\x00\xe8\x90\x74\x46\xd3\x14\xed\x24\x42\x7c\xf5\x7a\x68\x17\x69\xe2\xdc\x7d\x10\x8f\x7c\x27\xdf\x15\xaa\xa4\x9e\x9a\x73\x05\x8a\xa2\xdf\x9f\x95\xa9\xf9\xc6\x9a\x1e\x71\x53\x73\x8e\x23\xf7\x2f\xd3\xec\xe2\x4f\x72\x5f\xab\xd9\x2e\x5c\x38\xa6\x45\x73\x48\xe2\x02\x80\xe6\x1f\x19\xb7\xe1\x8d\xfa\x29\x6d\xc2\xbc\xbd\xea\xb5\x74\xa8\xf4\x6f\xb5\x86\xf1\x25\xaf\x42\xad\x64\x69\xe7\xc4\xa8\xd5\x9c\xe4\x99\x9b\xd5\x22\xee\xaf\x08\x81\x9a\xc5\xff\xdb\x3f\x54\xad\x15\x39\xbb\x1f\x52\x6f\x94\xf8\x8c\x19\x51\x3f\x91\x3e\x07\x40\x13\x23\x3f\x56\x7f\x55\xf1\x82\xf7\xbd\x8a\xab\x78\xc5\xbf\x53\xb2\x5b\xf1\x51\xb0\x3f\x77\x86\x32\x55\xb8\x25\x2d\x40\x29\x14\x1d\x4c\xb8\xae\x5c\x2e\x7e\x10\x7e\x49\x79\x47\xea\x3d\xfd\x82\x6a\x92\x8c\xe2\xbe\x57\xd5\x20\xef\x1f\xf3\x55\xb5\x57\x21\x01\x40\x1d\xa1\x94\xd4\x3e\x97\xd9\x14\xe9\x95\x7e\xb2\x65\x0a\x61\xf1\xa8\xec\xba\x62\x7b\x4e\x99\x3c\x56\x39\x29\x95\x29\x1f\x55\x72\x13\x8a\xe5\xff\x2a\x6f\x85\x63\x14\x14\x55\xf9\xf4\x3e\xc5\x09\xd5\x0e\xf7\xed\xca\x52\xd5\xab\xb1\xa9\xca\x1b\xaa\x0b\x00\xa8\xc8\xaa\xeb\x35\x47\x25\xf3\xf5\xdf\xca\xbf\x48\x1e\xea\x0f\x14\x8d\x48\xd3\xf4\x9c\x6c\xb9\xb4\x5f\x1f\x9d\xf2\x5c\x06\x74\x77\xe3\x9f\xcb\x1c\xba\x9e\xf0\x4c\x79\xa4\x2e\x6b\xba\x4a\xfe\xa7\xf6\x80\xfb\x29\x85\x12\xfa\x6f\x2c\x53\x99\xa2\x79\x03\x80\xf2\xa1\xc6\xb9\xa6\x54\x7c\xd5\x32\xbe\x1c\x92\x44\x98\xbb\x8b\xa2\x25\x56\xb3\x4b\x76\xa8\xe4\x8d\x49\x96\xb2\x42\x8a\x34\x3e\x8d\xdf\x23\xfd\x61\xac\x08\xf7\x97\xad\x30\xf4\x4d\x67\xc8\x61\xfa\xe5\xee\x27\x15\xc1\x3a\xca\x58\xbe\xe2\x29\x74\x0f\x00\xe5\x12\x8d\xa4\xfa\x95\x38\xc1\x2e\x2b\x4f\x10\xeb\x6c\x0f\x0a\x6f\x88\x3f\xd8\x62\xb3\x9e\x4b\x1a\xad\xf8\x14\x48\x72\xd4\xd2\x19\xbf\x52\x4a\x33\x6f\x0c\xf7\x95\x85\x9a\xd6\x4d\x17\xca\xee\x1a\x5b\xdc\x6f\xcb\xb7\xe8\x37\x8d\x1d\x51\x40\xda\x2d\x00\x28\x4b\x34\xef\x4b\xb7\xf5\x9d\x6c\x51\x17\x04\xf7\x56\xb5\xe5\x65\xbe\xe9\x7e\xd8\xe1\x92\x32\xb1\x0b\x42\xfe\x8c\xdf\xdd\xe9\x83\x4d\x89\xf0\xb2\x0f\x11\x96\x06\x9c\xb4\x4d\xa2\xb4\x78\xf6\x5a\x90\x0c\xfc\x44\xa2\xe9\x14\xc7\x08\x80\xb1\x41\x00\x01\xa0\x7f\x21\x31\x97\x76\xf6\x8e\xb6\x0e\xe5\xbf\xed\xc9\x68\x4f\xce\xdc\xdb\xf5\x0c\x71\x23\xf9\x4e\xe7\x02\xf4\x68\xfc\x80\xa3\x02\xb7\x24\xfc\x87\xed\x3e\xf1\x51\xc0\x41\x2b\x81\x8a\xf5\xec\x35\xff\xc5\x4c\x9c\xa8\x32\x35\x72\x5d\x00\x30\x7c\x12\x1c\x04\x40\xbf\x50\x22\x2d\x45\xf5\x50\xe1\x77\xf3\xb7\x76\x87\x21\x9a\x33\xe5\x9d\x4f\x51\xd7\x93\x57\x3b\xb6\x61\xe9\xf1\x14\x3b\x8f\x50\x1a\x7e\xcf\x16\x44\x86\x07\x6c\xb0\xec\xa6\xad\xf6\x1c\x34\xe7\xb2\xd2\x27\x0e\x18\x2f\x73\xcf\x03\x60\x30\x09\xb3\x01\xd0\x97\x4a\xb6\x95\x74\x77\x15\xa2\xba\xf2\x27\x75\x7a\x62\x0e\x64\xbc\xb6\x7f\xc1\xbd\x4b\x4e\xb0\x3d\x23\x56\xc5\x8f\xb3\x9e\x26\xdf\x09\xef\xb7\x0c\xd1\x16\x07\x68\xcd\x2d\xcc\x5e\x4f\x87\xc9\x99\xb3\x7c\xe2\x41\xc3\x51\xfe\x1f\x00\xe8\x17\x88\xd6\x01\xa0\x93\x4a\x57\x15\xbf\xb2\x7f\xc4\x6f\xcf\x6b\xb6\x8f\x23\x9a\x33\x8a\x6d\x93\xc8\x8c\xa4\x51\xab\x3f\x55\x1c\xe7\xb0\x84\xd2\x37\x87\xe7\x9b\xa7\xb0\xa6\x05\xd4\x1b\xdf\x71\xe6\x7b\x3a\x0c\x7f\xf2\x9b\x27\xbe\xd0\xaf\x11\x7e\x03\x40\xb7\x4a\x82\x05\x40\xbb\x54\xf6\xb4\x78\x8c\x2d\x90\xf2\x39\xb7\xdb\x1a\x48\xd3\xa7\x2f\xb0\x24\x30\xfc\x92\xdc\xcc\x1d\xcc\xb3\x71\x01\x26\x1d\x7b\x79\xd8\x2b\x63\x0f\x77\x49\x40\xa8\xa1\x87\xbf\xd7\xd3\xa6\x77\x88\xdc\x26\xf9\xea\x06\x25\x39\x00\x68\x0f\xc8\x42\x00\x80\x6e\x28\xa2\x0b\x0f\x9a\xa3\x38\xbf\x73\x46\x4c\x38\x9e\xdf\x9c\x07\xc6\x75\xfc\xe4\xd9\x78\xe3\x44\x01\x32\xd6\x6a\x40\x0b\x57\x86\x19\xf5\xcb\xc4\xce\xfe\x6f\x74\xb7\x24\x22\xcf\x3e\xed\x4f\x99\xf3\x24\xbc\x36\x56\x4e\x02\x00\x52\x2a\x04\x00\x68\xfe\x50\x6e\x2c\x38\x6a\x38\x2c\xad\xc8\xfe\xd3\x10\x2a\xbd\x3d\x27\x4b\x6f\x95\x91\x12\xdf\xe8\x7e\xc9\x41\x6c\x96\x4e\x22\x5f\x17\x56\xa6\x7d\xa1\x20\xfb\x9f\xd4\xd6\x2a\x23\x3c\x07\xa1\x0d\xca\xdb\x93\x16\x40\x9e\x2a\x14\x00\x9a\x7e\x95\x1e\x00\xf5\x67\xd5\xc3\x82\xc9\xba\x4f\xd0\x9c\x6c\x67\x5d\x1b\xd4\x94\x06\x69\xaf\x43\x1d\x89\xcd\x5a\x14\x44\x8b\xb9\x01\xbd\x83\xa4\x61\xce\x90\x0e\xea\xf1\x5f\x03\x85\x40\x3d\x9e\x03\x9a\xd5\x10\x6d\xd2\x5e\x4d\x1a\x34\x19\xf8\xaa\x6f\x6b\xf0\x00\xa8\x71\xea\xc7\xf9\x64\x5d\x90\xfe\x72\xd6\xb0\xb6\x5b\x7f\x30\x2d\x51\x1b\xa4\x1f\x48\x9c\x0c\xad\xd1\x93\x63\x56\x41\xb9\xfa\x9c\xd0\xb7\x9a\x87\x7a\x67\xff\x65\x1a\xbb\x6e\x8b\xe7\x72\x4d\xb4\x2e\x74\xd2\x6d\xf5\x49\x6d\x03\x48\x57\xeb\xa0\x34\x00\xd4\x91\x9a\xbc\xbc\x9b\x5a\xac\xe9\x49\x56\x16\x74\xcf\xb4\x39\xf5\x0b\xc4\x35\x61\x67\xbd\xd5\xfc\x30\x39\xc7\x74\x69\xcc\xc6\xa5\xa1\x6f\x35\x45\xc6\x78\xff\xed\x1a\x27\x83\xd9\xf3\x94\x7a\x89\x7e\x91\x8b\xaf\xba\x52\xc7\x06\x42\xb5\x0f\xf4\x05\x00\xd5\x69\xcd\x9a\xdc\xf7\xc3\x97\x5b\xee\x64\xac\x1a\x9a\xd8\xd6\x9b\x7c\x7d\xa0\xa0\x03\x99\x80\xed\xeb\x46\x35\x47\xf6\xf5\x9c\xc3\xf6\x04\x59\xbb\x5e\x11\x27\xfa\x7c\x70\xbc\xa6\x1c\x75\xdf\x63\x3b\xce\xb8\x3f\xbe\xdb\xb2\x9b\xf3\x1d\x00\xd3\x7e\xc1\x5d\x00\x0c\xfb\x25\x37\x73\xcf\x0d\x6d\x68\x7d\x91\xa1\x19\xf8\xd6\x2e\x49\xde\xde\x5f\x89\x9c\x91\x50\xd6\xbb\x09\xfd\x24\x52\xdb\xfd\x1b\xf7\x26\xc8\xd0\x35\x9b\x94\xee\xf3\xcd\x51\x46\xfd\xc3\xfd\xa0\x2d\x83\x39\x3c\x7e\x93\x25\x97\xcb\x00\xc0\x04\x17\xfe\x9f\x6d\x9a\xe4\x8f\xdc\x45\x83\xba\xf6\xf0\x8c\x86\xfe\xbf\x11\x8e\x64\x5d\x5f\x0d\xda\x2d\x21\xa2\xe7\x38\x76\x59\x24\xa9\x3b\x96\x00\x05\x09\x3b\x99\xe4\x25\x3e\x9f\xed\x43\xb4\x7f\xdd\x4f\x5b\x17\xb1\x7a\xc6\x9f\x32\xef\xe2\x85\x03\x60\xfc\x5b\xa8\x00\xc0\x30\x59\xf2\x2e\x37\xb8\x3f\x03\xb5\x33\xfd\x66\xef\x29\xcc\xa5\x64\xbf\x1e\x04\xee\x47\xfc\xa9\xae\xaf\x44\x74\x64\x64\xa7\x92\xfc\x23\xa8\xda\xfe\x84\x76\xd6\xe7\x85\x2d\x85\x79\xd6\xfd\x82\x85\xc4\x79\x3c\xfe\x3f\xd3\x22\xfe\x6f\x00\x0c\x5f\x44\xb7\x01\xd0\xe7\x4a\xaf\xe7\x28\x7b\xc7\xe0\x15\xe9\x45\xdd\x47\x88\xd8\x24\x7d\x97\x94\x5c\x17\x5f\xd7\x99\x4c\x25\x45\x9c\xb2\x5f\xa3\xaf\x0f\x9a\x62\xeb\x60\x05\xfb\x9c\xb3\x9c\xe6\xec\x72\xbf\x6f\x0e\xe5\xcb\x9c\x13\x8c\x72\x51\x04\x00\xfa\x7f\x25\x7a\x00\x74\x18\xf9\xd4\xec\x4b\xdd\x33\x28\xbd\x73\x16\x77\xde\xa5\xc5\xcf\xfe\xd7\xb1\x9c\x7e\x3e\xee\x96\x5d\xcc\xec\x8c\x60\xdb\xb2\xd9\xe2\xc0\x6b\x96\xbb\x5c\x93\xcf\x4e\x33\x95\xbf\xc3\xfd\x9d\xf1\x89\xc8\xc7\x99\x60\xc0\x4a\x1a\x00\xd0\x3b\xcb\xd2\x01\xd0\xf6\x29\x2a\xb3\x16\x3b\xf2\x38\x05\x69\xe7\xed\x89\x5c\xfa\x6c\xb6\x2d\x82\x37\x1a\x87\xb3\x06\xf1\xef\x45\x04\x58\x5c\x84\x79\x81\xab\x4c\x0f\x44\x7b\x7c\xb6\x1a\x97\x49\x0a\xa6\x04\x1b\xe6\x4a\x1f\x3b\x5f\xd4\xbd\x94\xb7\x03\xa0\x3d\xa8\x60\x00\x00\x71\x94\x47\xb2\x9c\xad\xf7\x24\xe1\x69\xa5\x96\x97\x92\xf3\x89\xbf\x2d\x4e\x52\x51\x5c\xa0\x79\x9a\x6c\x66\xf8\x6b\x53\x88\xec\x4b\x60\x97\x31\x42\x7e\xd5\x67\xa7\xc1\x5f\xb1\x66\x4a\x89\xee\x8d\x52\x3d\x21\x4c\x7b\x58\x15\x01\x00\x74\x54\x85\x00\x40\xb3\x42\x75\x21\x73\x85\xf9\x3f\xf5\x96\xd4\xc3\x66\x4f\xf5\x93\x44\xa1\x29\x5b\xe3\x19\xbb\xd6\x88\xd6\x94\x85\xaf\x33\x18\x35\xc6\x40\xa2\x7e\x8b\xe6\xa0\xcf\x2a\xdd\x6d\xcd\xfd\x29\x48\xed\x6d\xcd\xbd\x09\x38\xe8\xae\x66\x35\x00\xd0\x24\x4d\x20\x00\x1a\x6f\xf5\xae\x4c\x2f\x73\x88\x2e\x32\x15\x67\x2a\xd4\x45\x25\x26\x1b\x45\xba\xe0\x58\xb1\x61\xb9\xce\x3f\xdc\xa8\x3f\xaf\x9b\x1e\x08\xd3\xbb\xe8\x5c\x7c\x96\xeb\xca\xb5\x37\xa7\xb0\xb5\xed\x5a\xe1\x04\x2b\xc4\x84\x6e\x00\xa0\xd9\xa0\x79\x0b\x80\xfa\xb2\x26\x3c\xa3\xd7\xd4\x61\xf4\x4a\x9d\x6a\xd4\x1b\x3e\x26\x3a\x1b\x0e\x19\x8e\xc6\xa2\xf5\x2f\x0c\x7d\xe1\x1c\xfd\x34\x03\x26\xb0\x43\x87\x31\x78\xf9\xec\xd3\x6e\xd1\xcf\x9f\x32\x1f\x3a\xaf\x7b\x3c\xe1\xbc\xe6\x1f\xed\x2b\x00\x34\x79\xd0\x5a\x00\xd4\x2a\x8d\x24\xbd\x7d\xa1\x2f\x6c\x76\x72\xd1\x7c\x97\xb6\xbb\x09\x9b\x47\x40\xc7\xd2\x28\xdb\xd0\x34\xd4\x50\x48\xe4\xc0\x44\xec\xb5\xe9\x8b\x7a\x2f\x13\xeb\x3d\x17\x75\x8b\xa8\xee\xae\x69\x8e\xa7\xcc\x99\x63\x27\xda\x98\xdc\x12\x00\xcc\xbf\x84\x13\x01\x30\xb2\x24\xdf\xd3\xe7\xcc\xff\xda\x36\x27\x39\x6a\x14\xb4\xef\x4d\x18\x1e\x76\x43\x36\x47\xa9\x06\x93\x30\xfe\x21\x11\xfd\x99\xf8\xa8\xe9\x2b\x7b\x7d\x48\x7c\xcf\x2d\x5d\x17\xa8\xbf\x5d\x2b\x1d\xcd\xcc\xbb\x63\xa3\xad\xaf\xb9\x6b\x01\x30\x0f\x08\x67\x02\x60\x9c\x2e\xb9\x92\x3e\x7e\xf4\x6a\x3b\x3d\xe9\xfb\xf0\x27\xc4\x89\x04\xe1\xd0\x34\x74\x76\x14\x65\xa0\x1c\x7b\x21\xc4\xaf\x0f\x43\xd8\x34\x7d\x45\x4f\x1d\xf9\x8a\xe7\xbe\xae\x19\xf4\xd9\xae\x1d\xf6\x3d\xac\xb3\x63\x8b\xad\x18\x5e\x0b\x00\xe6\x20\xe1\x20\x00\x86\xdd\x92\x9f\x73\x2e\x0f\xe3\x51\x6f\x92\x76\x0d\x1e\xc3\x7c\x48\x88\x1f\x08\xc5\xbb\x47\x25\xf6\x89\x89\x82\xe0\x8f\x3d\x5b\x29\xde\xd3\x07\xbb\x8e\xd2\xde\x78\xfe\xe9\xd8\xc2\xfc\xe2\x2a\xb0\x49\xb9\x53\xc7\xf2\x2d\x05\x82\x30\x00\x4c\x11\xa2\x97\x00\xe8\x9f\x4a\x1f\xcc\x99\x3d\x58\x8c\xc7\x27\x25\xf6\x1f\x27\x36\xc4\xaf\xed\x2b\x25\x97\x44\x9e\xe9\xd9\x41\x45\x07\xaf\xef\x76\xa3\xaf\x9b\xce\xe8\xcc\x60\xc5\x79\x1e\xb0\x97\x72\xce\xba\x5a\xad\xb3\xf8\x3d\x63\xd7\x9a\xbd\x45\xd9\x00\x18\x43\x24\x8e\xff\x93\x29\x0f\x48\xfb\xa3\xbf\x8a\x02\x9f\xbd\xae\xf7\x21\xf5\x53\x7c\x62\x8f\x80\xbe\x20\x92\xda\xf5\x93\x49\x0a\xa6\x76\xb2\xd8\xf0\xe9\x15\xf6\xdd\x5c\xb1\xe7\x6e\xeb\x63\xfe\x26\xd7\xa5\xe6\xd7\x22\xdf\xb1\x4f\x8d\x1f\x25\xed\x00\x18\x62\x64\x99\x00\xe8\x66\x2a\x60\xa9\xf3\x7b\x34\xec\x7d\x89\x3f\xbb\xb3\x39\x9f\xe2\x6e\x75\x7e\xe0\xcd\x8a\x4c\x70\x8c\xf2\xd5\xc1\xe5\xf6\xd9\x82\xf7\xd3\xab\xac\xeb\x44\x2a\xcf\x9b\x96\xa9\x12\x4f\xd7\xb7\xa6\x62\xe9\xb1\x71\x24\x03\x53\x5e\x05\x80\xee\x9a\x82\x00\x80\x76\xb2\xf2\x48\x2a\xba\x2b\x42\x5c\x9e\xb8\xcb\xf1\x41\x32\x26\x6e\xbe\xfd\x4f\xc9\x81\xc8\x09\x36\x9b\xd4\x14\x9c\x61\x2d\x92\x51\xa6\xb7\x9a\xdf\xca\x61\xd3\x9c\x4c\x36\x45\x86\x5b\xae\xe1\x99\x32\x6e\xdc\x43\xfd\x1c\xe5\x2b\x00\xb4\x97\x55\xd9\x00\x40\x19\xaa\x63\xa9\xb5\x8e\x70\x15\x94\x48\xb7\x8f\x51\x9d\x88\xcb\xb2\xfe\xa3\x76\x89\xd8\x6d\x39\xa1\x86\x07\x3b\x99\xfb\xd5\x3b\xa7\x67\x99\x58\x1a\x67\xcf\x9f\xc6\x3c\x4d\xae\x1b\x41\x7f\x52\x83\x18\x9f\xae\xab\xd4\x54\x00\xa0\x9d\xa6\xbe\x0b\x80\x66\xa3\x7a\x30\xe5\xbc\xbd\x18\xba\x92\x18\x64\x8b\x81\x9e\xc4\x8d\xb7\x06\x40\xef\x22\xfa\xcc\xdf\xb5\xae\x41\x2f\x4d\x97\xb5\x33\xa7\x27\x19\x0f\x6a\xd3\xa7\x39\x19\x96\x6a\x43\xdc\x54\xfa\x02\xe8\xd1\x78\x9c\xf6\x3a\x44\x07\x00\xda\xa1\x59\x09\x80\x86\xaf\x7e\x9b\xd2\x6e\x13\xe9\x57\xce\xba\x69\x45\xeb\x3b\x63\x1f\x59\x60\x7a\x4e\x84\xda\x9c\xa1\x27\x04\x3d\x31\x79\xea\xdb\xa6\x67\x19\xdd\xf4\xb1\xd3\x7c\xf5\xbf\x75\x7f\xb9\xad\xd2\x6d\xd4\x95\x8c\x5f\xa0\x6d\xd1\x4a\x00\x80\xca\x20\x0a\x00\x9a\x19\x1a\x76\xef\x02\x64\x76\x7d\x82\xd9\x07\x75\xba\xa9\x44\x59\x88\xe1\xc3\x9a\xb9\x83\x38\x22\x7c\x05\x71\x06\xc1\x86\xf4\x6f\x3d\x48\xba\x85\xd9\x50\xe9\x4a\x65\x11\x38\x99\xb5\x0c\x15\x65\x28\x7a\x0a\xfb\x28\xe3\x8a\xe7\x3f\x7c\x11\x37\x0e\x00\xf1\x45\x61\x64\x8f\xae\xa3\xbd\x69\x89\x29\x1d\x39\x0d\x26\x52\xb0\x51\x2f\xe0\x95\x9c\x7b\xd8\xf1\x88\x3a\x82\x12\xdf\x8a\x16\xb7\x26\x12\x2f\xe2\x8e\x57\xf4\x52\xba\x49\xf9\x19\x5f\xe8\x47\x69\x9e\x51\x3b\xd8\x29\xcc\x6f\x9e\xfb\xf9\x93\xb8\x5f\x00\x10\x1b\x85\xbd\xdd\x78\xb8\xaa\x35\xdd\x58\xd3\xd1\x0e\xff\x4b\x3e\x88\x44\x22\x70\x9c\x19\xe8\x95\xe8\x10\xfc\x75\x5c\x30\x6e\x0c\x6c\x11\xe1\x30\xd1\xb9\xc2\x9b\xbc\x9a\x32\x27\x63\x80\xf6\x8b\xbe\x39\x0a\xc7\x1a\x62\x97\x78\x1a\x79\x5d\xbc\x97\x00\x88\x13\x44\xf1\x9d\xcc\x96\xef\x28\xa4\x5e\xdb\x96\x80\xd1\x48\xdf\xb7\x6b\x70\xf3\x59\xeb\x90\x13\x08\x77\x71\xfd\xe8\x43\xe4\xc2\x16\x13\x6e\x23\x75\x7f\xf9\x4c\xe2\x43\x06\x22\xfd\x33\x95\xcd\x8e\x8e\xfc\x8b\xd9\xce\xf3\xf2\xac\xe4\x76\x0b\xa7\x02\x20\x42\x8a\x17\xd9\x89\x8d\x4b\x89\xef\xb5\xfb\x5b\xdc\xc8\x8b\x25\x9c\xd6\x51\x6a\x39\x13\xd6\x4e\xa0\xfd\xc2\x72\x90\x38\xc6\x5f\xcd\x26\xcc\x08\x6b\x57\x59\x13\xc1\x87\xb3\x37\xbd\x88\xfc\x86\x77\x3f\x12\xcd\x08\x10\xce\xf0\x8c\xe5\xd8\xc4\x78\x00\x84\x5a\x69\xb1\x55\x5f\xc7\x61\x4d\x80\x7c\x1a\xfd\xd8\xb1\xa2\x1f\xcd\x4f\x38\x95\x0c\x8f\xd6\x57\x5c\x06\xa6\xad\x23\x96\xb7\xbe\xa9\x17\xb5\x82\xff\x6e\xae\x19\x47\x14\x56\xce\x59\x46\xd2\x8a\x0e\x46\x3a\xd1\xde\x4b\x4a\x3d\x83\xd8\x23\xd2\x63\x00\x08\x0e\xca\x1e\x9b\xdd\xe6\xb5\xcb\xf0\xaa\xfd\xb5\x2d\xb2\xed\x82\x33\x0d\x52\xb9\x13\xcd\xb7\xf9\xaa\x7c\x2e\x6a\x41\x1b\x51\xbe\xa0\x31\x02\x91\x2e\x7f\x5d\xca\xc6\xcc\x53\x94\xa5\x3d\x23\xec\x57\xac\x8e\xd8\x4c\x95\x29\x5d\x3c\x13\x59\x0a\x65\x35\x00\xfc\x17\xca\x6c\xc3\xe2\xf2\x2f\x26\x8c\x62\x60\x5e\x85\xf1\x04\xef\x51\xed\x11\x63\x0c\x05\xdd\x88\x31\xe8\x91\x7e\xb0\x4c\xfd\xdf\xf5\x8f\xdb\xeb\xf5\xe9\x25\x32\xd4\x26\x9d\x22\xad\x14\x4f\xd2\x6e\x8f\xa0\x53\x58\xd0\x55\xcf\x2c\xe6\x31\xcd\x1f\x00\xf0\xb9\x6a\x92\x7e\xda\xdc\xe1\xbe\x65\x72\xaf\x4a\x9f\xde\x36\x2e\xb7\xfa\x60\xf7\x2f\xf2\xe4\xfa\xce\x2e\x65\xc7\xb3\xe6\x11\xc7\xa7\xba\x4f\x6d\x8f\xed\x35\xc5\x57\x91\x02\xab\x25\xf5\x35\x8e\x65\x1e\x8d\x10\x93\x57\x1b\x21\x4f\x35\xb3\x58\xef\x0c\x00\x3f\x1d\xaa\xd7\x91\x4b\xb7\x8d\x34\xc9\x48\x15\xe9\x43\x3b\x38\x0f\xe6\xbd\x1e\xf8\x4c\xb2\xd6\x5d\xec\x9f\xd6\xc1\x6b\x7a\xdf\x1b\x58\xb7\xac\x6d\x5e\xf7\x84\xe2\x0d\x88\x77\x8e\x93\xa9\x4f\x71\x93\x6c\x95\x11\xcb\xc9\x75\xe6\x51\xcf\xdd\x4c\x17\x03\x0b\x00\x7e\x80\x76\x82\xf6\x5b\xa9\xf3\xa2\x30\xe9\xc7\x72\xf3\x82\x22\x8e\x69\x5e\xd1\xe8\x4c\x52\x5e\x5d\xe2\xd0\x8f\x8e\xb4\xa6\xf6\x81\x75\x75\xaa\xd6\xc3\x7d\xc9\xc5\xcb\x10\xbc\x6e\x6d\xea\x07\xec\x32\x07\x14\xf1\x80\xf4\xd1\x5a\x35\x6d\x22\xe3\x98\x51\x05\x00\xef\x85\x96\xd9\x79\x0a\xcd\xaf\x4f\xd5\xaf\xc2\x5c\x6f\xaa\x91\xb9\xe2\xe0\x30\x24\x6b\x29\xc1\x17\xbe\x11\xc7\x25\xb9\x20\xc3\x5b\xda\x29\xf1\x98\xdd\xe5\x4e\xb4\x2e\x82\x26\x7d\x2d\x13\x4f\x59\x17\xb9\x87\xc3\x66\xbc\xf3\x2c\xe0\x3f\xe4\x22\x00\x10\x7f\x15\xd2\x1d\x67\x90\x0b\x9a\xfa\x75\xe7\xd1\x31\x30\x86\xb4\x18\x73\x13\x9e\xcb\x7c\x8f\xfb\x03\x51\x81\xbd\x4e\xb8\x8b\x16\x36\xff\x45\x8e\xc2\xfd\x59\x66\xa3\xee\x20\xcd\x4d\x6f\x64\x6c\xa0\xcd\x88\xe4\xb1\x1f\xb3\xa6\x7a\xce\xe0\xf3\xff\x6f\x11\xe2\x4d\xc2\xeb\xf6\x03\x1d\x27\x5b\x7d\xb5\xaf\x90\x32\xf8\x56\x09\x0f\xdd\x82\x28\x60\x66\x62\x89\x68\x17\x6c\x06\x7e\x0d\xf6\x63\x73\x15\x69\x06\xe1\x67\x99\x0f\xe5\x32\x25\x6d\xce\x77\xfa\x2b\xfa\x8e\xc8\x24\x76\x15\xbb\xd5\xe3\x0b\xef\x17\xdf\x0b\x00\x71\xb3\x88\x69\x3d\xd2\xd6\x82\x8a\x82\xc2\xda\x61\x98\x1a\xd1\x1d\x84\x12\xc7\xa4\xff\x85\xba\x48\xd8\x86\x71\xc2\xb6\x92\xa7\x37\xe5\x13\xa6\x51\x17\xce\x9d\x43\xf6\x62\x94\xcd\x41\xd0\x88\xec\xb0\x88\x9d\xac\x69\xbc\x30\x8f\x33\xbc\xb1\xc2\x14\x00\x44\x66\xf1\x3d\xf3\xc9\x96\x49\xc4\x41\x35\xa6\xb5\x82\x5c\x27\x84\xc1\x37\x51\x9d\x68\x2a\x44\x3e\xed\x20\xea\x1e\x7a\x1c\x63\xa4\xb1\x10\x37\x89\x65\x2a\xc5\x11\x6b\x39\x83\x69\xbb\x29\xaf\x78\xe7\x23\x4a\x18\xb7\x84\x41\x1e\x1b\xb9\xe3\xc5\x4a\x00\x84\x3b\xa4\x62\xe3\x9b\x86\x57\x4c\xbb\x72\x5f\x33\x85\xb5\x8f\x7f\xbf\xd5\x95\xfd\x8c\x9a\x0e\xbf\xca\xf5\x44\x9e\x44\x5c\xe6\xb5\x37\xd4\x60\x02\xf8\xeb\x4a\x06\xf1\x2b\x85\xde\x69\x01\x64\x83\x68\x51\xf8\x0b\xfa\x76\x49\xa6\xc7\x52\x8e\x9f\xf4\x12\x00\x82\xcf\x72\x77\xbd\xae\xe6\x81\x74\xb1\x5c\x5a\xbf\x41\xe6\xc2\x3d\xdb\xb4\x44\xc6\x22\x37\xc2\x8e\xca\xfe\x40\xf8\xb5\xfb\xcb\x23\xea\x5e\x22\x77\xc9\x8d\xc5\x56\x6c\xbf\xfc\x73\x2a\x8b\x78\x4c\xc1\x0a\xdf\x46\x2b\x50\xfc\xe3\x71\x82\xf5\x55\x59\x05\x80\xc0\x57\x89\xd2\xe6\x56\x29\x8d\x14\x29\xbf\x66\xa1\xe1\x05\xc7\xa9\xfe\x89\x01\x47\xdc\xdc\x5c\xa7\xbf\xd0\xbe\xbc\xf5\x83\xbe\xa4\x76\x47\xc7\x75\xdd\x9a\xa2\x45\xe8\x1f\xba\x09\x29\x57\x08\x5c\x2d\x3c\x9c\x4e\x4d\x85\x06\x3c\xee\xb3\x32\xff\xdf\x93\xfc\x61\xb5\x44\xb3\xb0\x62\x6a\xaf\x40\xfc\x74\x1e\xb1\xa7\x94\x65\xac\x7d\xd4\x3d\x96\x80\x6c\x94\x76\x0e\xc0\xc5\xb0\x5a\x47\x68\xcd\xb9\x76\x82\x6d\xa0\x08\xa0\x0e\x59\xde\xa5\x68\xf1\x42\x73\x58\xb8\x89\x42\x35\x46\x79\x46\x33\xb7\xe9\x2e\x03\xc0\x6f\x85\xaa\xd4\xef\xcb\x63\x87\x3d\xc5\x39\x55\x86\x41\x33\xf3\x75\xad\x47\xff\x63\xfc\xdd\x86\xfd\x7d\x3e\xf0\xc9\x2d\xcb\x7b\xd2\x6b\xd4\xf0\x33\x5d\xb9\x85\xd7\x50\x59\x8e\xc0\x14\x09\x7e\xb2\xf5\x68\xf8\x06\x8a\x87\x79\xb6\x67\x07\x53\x6c\x98\x0d\x00\x3f\x03\xfa\x4f\xad\x28\x93\x2c\xb8\x24\x3a\x55\x79\x7d\xfe\x18\xa6\xad\x06\x3f\xe2\x82\x77\x34\xf8\x0d\xbe\x6d\xbb\xda\x32\xb9\x7f\x57\x0d\x1a\x9e\xdb\xdb\x51\x78\x15\xb9\xb7\xeb\x62\x8a\x0d\xb7\xd4\xfe\x29\xfc\x19\x79\x9b\xe5\xba\xe7\x06\x66\xa2\x31\x07\x78\xf3\x9d\xb4\x68\xeb\x71\xec\xd9\xfa\x7c\x68\x0c\xde\xb9\xa9\x5d\xb4\x90\x40\x85\x11\xe8\x6c\xe2\x07\xf8\x36\xb4\x96\xbc\x1b\x19\xd3\xb8\x87\xba\x15\xb3\xbf\x74\x13\xfd\x15\xc1\x9c\xb6\x9b\x65\xa4\x6c\x8a\x48\xe0\xa2\x98\xc0\x23\x45\xd0\xcb\x95\x00\x20\xa1\x08\x47\x2c\xb7\xd1\x3f\x9a\x2c\x9a\x44\x2c\x0e\x86\x13\x3e\xc0\xbd\x87\xcf\xa4\x9d\x22\xac\x40\xe4\xa1\x3e\x90\x7a\xd0\xac\xc6\x4c\xca\x76\xdc\xc1\xd2\x42\xba\x37\xa9\x28\x8d\xc8\xbc\x4a\xf3\x0d\x7f\xc5\xb9\xc6\xf2\xf5\x98\x21\x88\xe3\x65\x01\x20\x09\x13\x39\x99\x9f\xa3\x12\x61\xdf\xd4\x4d\xe8\x83\xf0\x4e\xa1\x3f\x56\x88\x08\xa0\x05\xe1\x1b\x51\xef\x51\xed\x44\x12\xf6\x5e\xc3\x0e\xf2\x16\xc2\xcb\x92\xcb\xb4\x4c\x4a\x74\x9a\x07\x33\x80\xbe\x36\x7c\x03\xa7\x88\xdd\x36\xf5\x3b\x7f\x37\x3f\x0a\x00\xf1\x59\x51\x9f\xf1\x69\xfb\x45\xe4\x6b\xa5\x03\xb1\x12\xe3\xcf\xef\x42\x2d\xc7\xe5\x52\x4e\x60\x8e\x11\x74\xc8\x24\x7c\x08\xe9\x6d\xfd\x0e\xe2\x16\xaa\xb0\xf8\x17\x45\xc3\x88\x4b\x15\xd3\x17\xb1\xdd\xc3\x0b\xd8\x1e\xbc\x19\x53\x1f\xf1\x8e\x0a\xf3\x00\x10\x3b\x8b\x7f\xeb\xff\x6b\xed\x26\xe6\xca\x2f\xc3\xd7\x93\x7e\xf2\x9c\x3b\x5e\x53\x76\x91\x79\xa8\x02\x9a\x00\x31\x19\x73\x93\xd1\x5a\xb7\x0b\xbf\x85\x55\x5b\x1c\x4b\x3a\xce\xa1\xa4\xdc\xa5\xc5\xf3\x36\x87\xdd\x66\xde\x17\x7a\x4e\x3d\xc7\x3d\x2b\xd6\x00\x20\xca\x90\x0e\xe8\x22\x9a\x8d\x4c\x0f\x59\x02\xec\x01\xab\x82\x63\x86\x23\xd9\x4a\x52\x6c\xc7\x63\xce\xa6\xf6\xcf\xa8\xcd\xbc\x31\xb5\xc7\xb1\x67\xf8\xc8\x22\x2c\x31\x54\x70\x2d\xa5\x92\x72\x4a\xc4\x0d\xb3\x33\xf6\x4b\xc2\xa6\x1e\xe7\x3c\x90\x9e\x03\x40\x28\x94\x47\x6b\x4e\xd6\x5b\x24\xd7\x25\xa0\x29\x41\xda\xc1\xea\x6d\xf9\x22\xbd\x41\x80\xb5\xdd\x96\x25\xc3\x1b\x11\x63\x65\x2b\x6b\x68\x68\xb6\x7c\x7a\x61\x07\xde\x5f\x3e\x92\xbc\x82\xec\xae\x88\x0b\x43\xd0\x2b\x15\x7f\x4c\xfd\x97\x7d\x48\x99\x0e\x80\x60\x48\x49\x53\xad\xac\x99\x65\x60\x88\xfc\xeb\x83\x0c\xce\x8c\x27\x4d\x69\xfa\x41\xdc\x11\x18\x4b\x3f\xad\xf5\x19\xfc\xa9\x6e\xb8\x3a\x1f\x39\xa4\xf3\x2a\x90\x60\x2d\x5a\x4b\xb2\x27\xf1\x0f\xe8\x5b\x58\x18\x2d\x0f\xaa\xf3\xf0\x61\xfd\xd4\xc8\x01\x10\x78\xab\xb9\x8a\x4f\x55\x9b\x7a\x0a\x05\xf2\x9a\x87\xdd\x09\x74\x44\x43\x6a\xd7\x58\x2c\xa7\x79\xc8\xb1\x1a\x76\xaa\x2d\xd7\x5e\x31\x0f\x85\x08\xb7\xde\xc8\xbf\x83\xa9\xb2\xd4\x26\x1d\x27\x1c\x36\x2d\x0a\xcb\xa2\x0a\x0c\x87\x3d\xb0\x2c\xa1\xae\x1b\x00\xfe\x19\x28\x4d\x51\x54\x79\x6a\xf0\x14\xff\x7a\xcd\x98\x81\x16\xda\xbe\x7a\x7c\xdf\x69\xcc\xeb\xa6\x6b\xbd\x53\x61\xa8\x56\x7b\x77\xd5\xbc\x69\x1d\xc6\x4e\x66\xfe\x56\xf4\x51\x3b\x23\x69\x0f\xa1\xd1\x9a\x1c\x06\xa7\xce\x30\x1d\xf4\xe8\x62\x65\xe8\x9f\x02\xc0\x5f\x05\x3d\x94\x9f\xa8\xf4\x99\x2f\xe1\xe3\xab\x1b\x46\xf6\xd3\xea\xeb\x76\x0f\x3d\xc0\xcc\x6f\x9a\x3d\x70\x0b\x16\x05\x7b\xd7\xb7\xaf\xea\x53\xfb\xe7\x1e\x4d\xfe\x06\x74\x5e\x97\x77\xd2\x25\xfc\x13\x3b\x22\xac\x9f\xb2\xd7\x82\xf4\xb8\xc3\x7c\x6d\x78\x0d\x00\x9f\xaa\x2d\xd7\x6e\x22\xb5\xd6\xb3\xa4\x70\x72\x6b\x13\xc4\x46\x53\x54\x30\x13\x61\x07\xf5\x11\xfc\x30\xbc\x82\xce\x41\xc6\xd7\xb8\x31\x23\x30\xfb\x0a\x16\xb0\xa7\x10\xcc\x49\x34\x6e\x16\x65\x65\x48\x37\x7f\x0f\x73\xbc\xfb\x7c\x91\x8a\x6b\x03\x40\x7a\x57\xf8\x27\x74\x81\xb0\xb3\x69\x44\x32\x9f\x78\x03\xc6\x64\x1d\x21\x87\xc1\x33\x08\xa1\x94\xd5\x88\xd9\x6d\x47\x68\x6d\xe8\xa6\xea\x41\x46\x32\x6e\x79\x41\x06\xab\x98\x94\x90\x34\x9d\xd3\x47\xfd\x15\xd2\xc8\xcf\x60\xb9\xb8\x3b\x44\x33\x78\x05\x00\x48\x87\x44\xa1\x9a\x67\x78\x2f\xd8\xdf\xe2\xab\x04\x18\x5c\xcd\x9a\x41\x3c\x82\x98\x8a\xb7\x92\x89\xa8\x93\x6d\x59\xd4\x2c\xec\x86\xea\x20\x7a\x06\x61\x6f\xfe\x35\x26\x93\xfc\x6b\xf6\x09\xf6\x33\xba\x3e\x24\x88\xb7\x9e\x5d\xe8\xae\x14\x6e\xe6\x87\x02\x20\x2d\x17\xad\x53\x07\xa1\x2f\x21\x75\xa2\x4c\x6c\x13\x7a\x3d\x63\x35\xee\x37\xf6\x3c\xae\x82\xf0\x86\xe0\xdf\x1a\x47\x76\x21\x75\xcd\x4b\xa5\x56\x53\x83\xf3\xbd\xe8\x7f\xd2\xef\xce\x9e\xc5\xd2\xb0\xfe\x0a\x3e\xca\x35\x73\x3f\xb9\x13\x05\x27\x85\x31\x00\x48\x6c\x12\x0f\xa5\x08\xb1\x84\xb0\x52\xb0\x0e\x85\x22\x21\xe8\x19\x98\x0a\xca\x64\xcc\x4f\x9c\x8c\x7a\x07\x36\x86\x70\x93\x7e\xa1\x2a\x8d\x8c\x62\xfe\x95\x57\x40\x0b\xe0\x80\xc4\x85\x4c\x7f\x1e\x32\x58\xc1\x41\x09\x1e\xb8\xd3\xf8\x37\xc4\x58\x00\xc4\xc7\xa5\x4b\xe5\x3b\xe1\x66\x46\x02\x3f\xa0\xc3\xc1\xc4\x52\xaf\x22\xf7\xb0\x06\xd0\xfb\x30\x31\xec\x07\xcd\xcf\x70\xc7\xb8\x95\x95\xf9\x44\x33\x6f\x5f\xae\x84\x02\x09\xe6\x25\x4e\xa7\x1f\x16\x39\x07\x97\xb0\x8b\xc5\xb7\xdd\x45\xbc\x77\xd2\x25\x00\x88\x9d\xe4\x49\xd2\xfc\x96\xf3\x62\x36\xe7\x7e\x9b\xaf\xc4\x99\x7c\xbd\xdd\x26\xe9\x42\x7e\x46\x96\x4b\xa7\x34\xb5\x63\x66\x4b\x97\x96\x7f\xc3\x97\xca\xe6\xe4\x68\x48\x5d\xb2\x9b\xb3\xa4\xb4\x69\x72\x6b\xb0\x2f\xf3\x86\xa2\xce\x7d\x15\xf7\x8a\xe2\x35\x00\xa2\x08\x25\x42\x1c\xda\xe8\xd0\x99\x59\x9f\x5b\x52\x74\xb9\xa4\xc0\xd6\x1f\xda\xe7\x08\x72\xfb\x57\x6d\x57\xa3\x13\x2a\x54\x5b\x50\x76\x07\x2b\x83\x9e\x64\xaf\x21\xba\x41\xa6\x99\xdf\x29\xa7\xa0\x88\xa0\x8f\x8c\xd3\x9a\x6d\xee\x17\xb8\x2e\x9a\xa9\x00\x08\xfb\xd5\x55\xc2\x35\xf5\xf1\x9d\x6f\x99\xe6\xc6\x5f\x8e\x7f\x09\x7f\xb4\x7c\xb1\xbf\xea\x48\x82\x07\xda\x8e\xd5\x7f\x46\xf0\xad\x03\x65\xe3\x31\x63\x2d\xf0\xec\x29\xf8\x33\xe6\x49\x33\x37\x90\x8f\x19\x2d\x41\xdf\x18\xce\xfa\x17\x53\x3c\x38\x6a\xed\x37\x00\x84\xf9\x9a\x8f\x82\xbb\x75\xf5\xfd\xa9\x8c\x07\x8d\x91\xbd\xaf\x08\xb3\x5b\x42\x7a\x0c\xed\x3b\xda\x5a\xbb\xc7\xd4\x77\x76\xec\xef\x64\xcd\xdd\x87\xc6\xda\xcf\x65\x3d\xc2\xe7\xda\x5c\x67\x2e\x25\x37\x58\x26\x06\x4f\xa1\x6f\x30\x5e\x9c\x92\xcd\xc9\xd7\x17\x00\x20\xf4\x80\x46\x04\x85\xb5\xab\x86\x37\x32\x70\x0d\xc2\xa1\x08\xfc\xd5\x66\xe6\x80\xb4\x9d\xd9\xba\xae\x6f\x7d\x7d\x5b\xc7\x8c\x9e\xa3\x73\x47\x51\x67\xba\x4e\x66\xdd\xc2\xed\x72\x2c\x9e\xb9\x97\x74\xd3\x16\x13\x3c\x8f\x5e\x61\x26\x4d\xd1\xb1\x5f\x1b\x4a\x00\x10\x9c\xd3\x4e\x94\x9e\xa5\x6f\xa9\x5f\xc8\x79\xcf\xa0\x34\xad\x26\xb7\x32\x5b\x61\x2b\x90\xb9\x2c\x2a\xfc\x52\x23\x89\xbd\x0c\x99\x52\x76\x9a\xf3\x1b\x73\x30\xdb\x83\x67\x25\xd8\x13\xe4\x02\x1c\x65\xf9\x0c\x89\x48\xc6\x74\x76\xb5\x48\xfe\xe2\xf6\x00\x20\xdf\x21\xbc\x2d\x9d\x46\x1b\xd7\xb4\x88\x53\x48\xfb\x00\xa3\x91\xf6\x33\xdc\xe1\xb3\x10\x2b\x98\xc5\x88\xe0\x86\xdb\xac\x05\xe8\xa2\xb2\x5a\x4e\x10\xae\x33\x6b\x15\xf7\x1c\x29\x20\x61\x16\xff\x04\xf5\xe5\x8c\x62\xd1\x18\xe6\x4f\x57\x95\x44\xc4\x4b\x03\x40\x2e\x12\xc5\x48\x6a\x28\x30\xd8\x9f\x6c\x33\x55\x02\x6f\x21\xf9\xd0\x8e\x76\x3c\x44\x4c\x60\x78\xa1\x06\x1a\xca\x98\x5d\x58\xc5\xdc\xf3\xec\x54\x82\x3d\x2b\x87\x3b\x9e\x7c\x33\xfe\x11\x3f\x84\x8e\x99\xe1\x29\x54\xb0\xa3\x5c\xb9\x12\x0f\xfe\x24\x00\xe4\x71\xa2\xb5\x22\x3e\x31\x13\xe9\xcf\xbc\x41\x9a\x8f\x2e\x26\xd8\x28\x91\x58\x4c\xfb\x56\xea\x1f\xf8\x2d\xf5\xa1\x74\x35\x69\x66\xe9\x45\x26\x9e\x72\x22\x93\xc6\x16\xd0\xfb\xe3\x2b\xb9\xe7\x58\x3d\x01\x67\x04\x04\xee\x51\x57\xba\x38\x59\xf0\x1b\x00\x99\x40\x32\x4e\xf0\x0d\x97\x84\xbf\xc8\xa0\xe3\x4f\x13\x97\xe2\xf3\x89\x56\x32\x02\x0e\x91\x49\xd4\x8c\xba\xc9\x54\x2a\x3d\xab\xe4\x09\xdd\xc6\xac\xcb\x58\xc3\xbc\xcd\xee\x89\xbb\xc0\xe1\xf0\xc6\x06\x2c\xe0\x97\x08\x16\xb8\xea\x44\x65\xe2\x99\x00\x48\x37\x4a\xbb\xf9\x95\xe8\x5a\x7a\x38\xed\x2b\x76\x06\x03\x8f\xfd\x85\xf7\x60\x2e\x6e\x6b\x27\xc6\xb2\x7e\xd7\x8e\x23\x53\x38\xaa\x92\x31\xd4\x13\xbc\x89\xe9\xef\x19\xf5\xfc\x1d\x71\x48\x76\xa4\xb0\x33\x40\xca\x9b\x25\x36\xb8\xae\x10\x62\xa5\x68\x00\x24\xff\xc8\xa7\x73\xfd\x3a\x36\x0b\xbf\x50\xbe\x20\xf7\x88\x46\x31\x91\xe8\x57\xe2\x58\xd8\x4e\x5c\xad\xf8\xcf\xea\x61\xc2\x4d\x89\xb4\xe8\x1a\xd9\x28\x4d\x4a\x9f\x4a\xc3\x4a\x7f\xc4\x5e\x67\x4a\x64\x8f\x03\x1a\x38\x27\xe5\x17\x5d\x2f\x0a\xca\x15\x36\x00\x24\x93\x95\x29\x6c\xa7\xb6\x4e\xc8\x44\x9e\xd1\x7e\x0f\xaa\x41\x99\x90\x70\x68\x42\x4b\x19\xfa\x3f\xcd\xb5\x79\x08\xdc\x31\xcd\x96\xc2\x4b\xc4\xdd\x1a\xdd\x9c\x0a\xca\x6d\x4d\x47\x2c\x91\x31\x53\x93\x13\x50\xc4\xde\xa5\x99\xe0\x36\x86\x2f\x55\x3b\x00\x10\xf3\xd5\xae\x4c\x2d\x2c\xd4\x8e\x27\xee\x6c\xdb\x63\xeb\x42\x66\x77\x10\xad\x43\xcd\x91\xa8\x04\xcb\x92\x2a\x1a\x36\xd8\xbc\xbc\x70\x0a\xa1\xcc\xb4\x34\xed\x20\x79\x89\xb1\x2b\xd6\x9f\x3e\xcb\x40\x0a\x98\xcd\xfa\xa6\x1f\xe7\x96\xc1\x7b\xad\xad\x07\x40\xec\xa1\x59\xc4\x78\xdb\x52\xd3\x23\x23\x26\xb4\x3e\xe9\xae\x43\xec\x68\x1f\xe9\x1a\xd3\xb4\x13\xc9\x74\x6c\xab\xf2\xc2\x30\xec\x8d\x05\xe7\xf1\x6b\xad\xef\xd2\xfa\xc8\xbe\x16\x76\xac\x1b\x6d\xbf\xe9\x54\x40\x31\x6b\x89\xe1\xba\x1b\x9a\xb7\x5a\x67\x07\x40\x74\x1b\x2a\x65\x68\x9b\x57\x0f\x5c\x21\x1c\x6f\x4d\xe9\xc7\x22\xe0\xf0\xd7\xbd\xe7\x9b\xd8\x88\x63\x3d\x69\x95\x8f\xd1\x67\xba\xf4\x05\xdb\xf0\x5e\x8e\xf3\x69\x9d\xa4\x2e\xdb\xdb\xd8\x10\x5a\xa9\xe5\x4a\x80\x88\x95\x6d\xc2\xb8\x2d\xe1\xd5\xe9\xff\x9f\xd0\x0d\xed\xe1\x60\xb8\x55\x0d\x63\xc8\xb7\xb8\x4f\x9a\xde\xa1\x56\xf1\x96\xc3\x6e\xb5\xc4\xf2\xdb\xe1\x3f\xaa\xbe\x0b\x52\x91\xb0\x42\x2f\xe1\x4c\xcc\xc3\xb4\x70\x51\x35\x61\x73\x74\x89\xf8\x18\xe5\xa8\x9f\xa7\x94\xc9\x0c\x9a\x58\x21\x9f\xc7\x5d\x05\x80\x72\xa5\xf0\x5f\xb6\x91\x7d\xb5\xe9\x0c\x39\x98\xd3\x09\xd3\xa2\x26\x73\x59\xf0\x8c\xe6\x4e\x5e\x19\x22\xbc\x8a\xc6\xcf\x45\xcf\x2d\xe8\x12\xc0\x71\x7d\xa9\xbb\x85\xc3\xa4\xc8\xa8\x6f\xe2\xd9\xd4\x8f\xbe\xdf\x24\xdf\x58\x93\x26\xce\x93\x7d\xf9\xbf\x81\x28\xe9\xa2\x0c\xd6\x62\x16\x1a\xb6\x8f\x04\x67\x67\xc0\x0b\x90\x64\x4e\x5a\xc7\x91\xa6\x97\xdc\x78\x94\xb8\xf2\x0c\xaf\x08\x8b\x2f\x70\xe1\x2b\x09\x92\xd4\x62\xc1\x7d\xf2\xb9\xa8\x2d\xa2\x6e\x7a\x8b\xef\x2d\x89\x98\x1d\x3e\xb1\x4c\xd6\xcb\x77\x02\x40\x19\x2c\xda\xcc\xb8\x42\xe7\x22\x2e\x12\x56\x32\x74\xa8\x97\x1d\x67\x99\xfb\xb0\x4e\x8d\x06\xd6\x17\x3c\xac\xa2\x97\x53\x4f\xbc\x9d\xf7\x83\x7b\x92\xa2\x4d\xc1\xf1\xf1\x74\x4c\x54\x80\xb0\x8a\x45\xf4\x5d\x2d\x26\x71\x57\x4e\x6c\x93\xee\x14\x3c\x05\x40\x41\x14\xff\xa6\xb3\x29\x3c\x7c\x11\x1e\x49\x3d\x4e\xf8\xdd\xbe\x8c\x9e\x43\xda\xd1\xc0\x67\xec\xa0\x2c\x2a\xef\x63\xd5\xd3\xb6\xe4\x45\x72\xc6\x30\xee\x25\xef\xe4\xde\x64\xa7\x46\xee\xe6\xff\xe0\xee\xf1\x85\x44\xd5\x02\xdc\x44\x95\xe4\xac\x18\x00\x20\x5f\x28\x85\xa8\x4f\x88\xab\x68\xd3\x71\xee\xe4\x44\x3a\x1e\x6e\xa3\xdc\x64\xac\xaf\x67\xd0\x3a\x59\x61\x65\x4b\x19\x24\xf6\xbe\xdc\x36\x56\x1d\x17\x9b\xec\xcd\x41\xf0\xe3\x23\xd1\xbc\x9d\xc2\x08\x5f\xa6\x30\x57\x9c\x36\x71\xb7\xf8\x6f\x69\x38\x00\xb2\x5b\x72\x27\x8a\x2b\x2e\x41\xc0\xc1\x94\xe3\xef\x08\x03\x5b\xef\x11\xf7\x08\x0f\xd6\xbe\x23\xef\x10\xc9\xe7\x22\xa9\xd7\xc4\x8d\x39\xd5\x8c\x29\x92\x94\xa4\x2a\x16\x43\x1a\x1d\xf1\x9e\xeb\x2a\x2b\xf4\x45\xf1\x6f\xca\x5b\x26\x7e\x15\x9d\x54\xcc\x06\x40\xfa\x41\x39\x91\xf8\x1d\xed\xa4\x6e\x43\x19\x30\xbf\xd5\x05\x30\x02\x3e\x4c\xed\x5f\xb3\x92\xd8\xa1\xf6\x2e\x2d\x23\xef\x53\x07\x64\x13\x69\xd9\xea\x88\xd9\xf3\x19\x0f\xd4\x49\x11\xbd\xec\x7d\x6a\x98\x6f\x1d\xef\xa4\x1a\x36\x29\x51\xf8\x9f\x7a\x12\x00\xd2\x26\xd5\x69\x42\x0f\xe2\xb5\xe5\x18\x32\x13\x3d\xce\xe2\xdc\x92\x88\x2d\x36\x27\x55\x2f\xc6\xcf\x37\x31\x4a\x84\xa4\x40\xe3\xca\xac\x03\x94\x4b\x86\xc7\xb3\xc3\xe8\x9b\x0c\xd3\x22\x6a\x58\x47\xf4\x59\xbe\xf9\x3c\x57\x5d\xd0\xa4\x66\x21\x19\x5a\x0b\x80\xe4\xb9\x66\x1e\x61\x0c\x62\x4c\x67\x0f\x62\x1b\x6a\xa6\xc3\xdc\xbc\x11\xa3\xb0\x63\xaa\x73\x70\x0f\x6c\xf3\x4a\xe2\x88\x54\x6b\x78\x96\x9e\x92\x6a\x99\x90\xf8\x83\x1e\x61\xba\x10\x51\xc0\x6a\x30\x2a\x7c\xab\xb9\x5b\xf5\xb7\x27\x71\x85\xa1\xda\x9b\x00\x48\x36\x69\xde\xe2\x07\x3a\x0a\x7a\xd7\x23\x6a\x91\xe2\x1e\x72\x73\x1b\xfa\x7a\xf7\xd8\x79\x3f\x70\xd9\x9d\x2b\x4b\x9c\x09\xa7\x1d\xa9\x59\x5c\xf2\x22\xdb\xf1\xc4\x9f\xb4\x25\xd6\xd4\x88\x5a\xe6\x1d\x33\xdf\x97\xce\xad\x36\xb6\x4c\x5a\x29\x38\xa1\xfb\x0b\x00\x09\x12\xa2\x62\xf6\xc8\x0e\x37\xf4\xc2\xb3\x65\xd7\x9a\x79\x0d\x6e\x72\xcf\xd6\xc6\x0a\x96\xbc\xa8\x9d\x54\x30\x47\x6e\x42\xee\x9b\x83\x92\xbf\xc4\x16\xc6\x2f\x56\xe0\x89\x53\x83\x2b\x95\x9e\xd4\x24\x8f\x6b\xca\x47\xcc\x81\xb1\x07\x54\x2f\x79\xae\x00\x68\xaa\x45\x24\x4c\xa0\xb4\xbd\x39\xb2\x6d\xbd\xb4\x0b\x76\xa1\xde\x2e\x7d\x0e\x97\x97\x7f\x94\x65\x20\x50\xf9\x87\x65\xa3\x68\x55\xda\x77\xf9\x0c\xdc\xc5\xf8\x3a\xf9\x0e\x12\x3e\xd8\x53\xa1\xa6\xe5\x7b\x9c\x52\x32\x59\x88\xb1\x47\x54\xbd\x3c\x0d\x00\x9a\x29\xa2\x2e\x34\x5f\xfc\x11\xf6\xb0\xcd\x43\x52\x06\x6f\xa9\x1f\x27\xd9\xd7\x71\xa9\x9c\x2b\x8d\x44\x19\xf3\xcb\xa5\xab\xb1\xfc\xb4\x01\xd9\x5c\x42\x77\xdc\x4f\xd9\x0f\xf2\xeb\xa0\xbf\xe5\x8f\xe9\x26\x8f\x83\x8a\x37\x6c\xe4\xd8\xb3\xaa\x44\x7e\x32\x00\xea\x23\xa2\x4f\xa8\x58\xe1\x64\x84\x06\x76\x56\xb8\x0a\x35\x58\x7b\x52\x84\xc4\x6c\x2d\x6b\x15\x4f\xc0\x7b\xe4\xd5\x8a\x8f\x13\x97\xa6\x1e\x95\x0c\x53\x10\x71\xcd\x52\x1d\xbd\x3a\x48\x23\x5b\xcc\x22\x7b\xac\x93\x3f\xe0\xee\x1e\xfb\x4e\xd9\x2c\xf8\x08\x80\xda\x4d\x12\x81\x78\xce\xe3\xe1\x5a\x5a\x96\xf0\x67\x11\x62\x6a\xce\x08\xc6\x10\x7f\xce\x65\x09\x1e\x93\xff\xcb\x95\x0a\xef\xd0\xc2\x53\xbd\x44\x8f\x19\xf4\xd8\x4b\x92\xb1\xac\x47\x41\x85\xd2\x06\xae\xdd\x63\xa9\xec\xa4\xa0\x61\x5c\x8c\x82\x2e\x7a\x0f\x80\xaa\x48\xda\xdb\xc1\x62\xdf\xa4\x2c\x6a\x16\x71\xf6\xd3\x3c\xab\xaf\x71\x0f\xd2\xb5\xa5\x76\xde\x55\xa6\x5f\xce\x7a\xc1\x38\xd6\xa5\x14\xba\x30\x87\xb3\x24\xb6\x41\x64\xe3\xf5\x05\x4d\x90\xb8\x0b\x8e\x79\x2c\x97\xee\x16\xfd\x3b\x8e\x2b\xd7\x49\xbe\x03\xa0\x54\xc8\x27\xc1\x37\x30\x4c\x3c\xef\xc6\x6b\xcc\x41\xfe\xf8\x79\x8d\xac\xcb\xfc\x27\x25\xb9\x9c\x30\xc1\x5f\xd9\x3d\xdc\x3e\xe1\xfd\x64\x23\xdf\x5b\xf4\x2d\x66\x8d\x60\x9b\x24\x2e\x70\x9b\x88\x2e\x35\x7a\x2c\x94\x34\xca\xce\x8c\x3b\x2c\x43\xcb\xcf\x01\xa0\xd0\x2a\xde\xb4\x7e\xa7\x6e\x50\x94\x36\xe0\x68\x2f\x14\x94\xaa\x18\x46\x99\x42\x5b\x9c\xc3\x3c\xaf\xf8\x23\x6b\x07\x5b\xae\x74\x4d\x7a\xc8\x9d\xa3\x44\xc6\xc4\xf0\x83\x95\x7b\x03\x95\x42\x4f\xd5\x6c\x8f\x35\xe2\x1c\x15\x6f\xdc\x6f\x29\xa4\x22\x01\x20\xbf\xa1\x82\x60\x17\xc9\x5c\xc3\xfd\xfa\x7c\xca\x63\x03\xa9\xd2\x9b\xc6\xd6\x3f\x2a\xaa\x66\x78\xeb\xf9\x59\x63\x99\xf7\xf4\x63\x93\x2a\xd8\x57\x75\x23\xd1\xa7\xb9\xcf\x75\xd1\x81\xf9\x82\x19\xda\x15\x1e\xcb\x45\x52\xe8\xc1\xf8\xd9\x92\x57\x9a\x93\x00\xc8\x89\xea\x47\xb0\x74\xd2\x80\x35\xad\xee\x30\xc5\xd3\x62\xac\x58\x4a\xdd\x68\x3e\x56\xf8\x95\x0e\x37\x4f\xca\x3c\xc9\x8c\x36\x95\x24\x85\xb2\x13\x8d\xfa\xe8\x2d\xdc\x56\xc3\xb6\xc0\x0c\xfe\x0a\xfd\x5e\x8f\x4d\xa2\x40\x9d\x78\xfc\x5c\xc9\x12\xe8\x06\x00\xf2\x78\x8d\xb0\x65\x2f\xf1\xa1\xe3\x79\x1d\x9c\x8c\x75\x4c\xab\xa8\xa6\x3a\xdb\x83\x0b\x0f\xd0\x36\xd9\x22\x33\x57\x31\x64\xd6\x19\x49\x53\x59\x5d\x16\xaf\xe8\x6d\x9c\x93\xa6\x77\x81\xe5\xfc\x18\x63\xa7\xc7\x65\xe1\x76\xfd\xbd\xf1\x1a\x49\x91\xf6\x0c\x00\xb2\xbf\x34\x5f\xeb\xab\x0c\x6e\x8d\x35\x95\xab\xf5\x23\x2d\xa1\xc5\x74\x7d\x61\x1b\xc8\xbe\xa1\x3b\xd9\xe1\x93\x72\x48\xd7\x86\x62\xc6\x27\x6a\x7f\x63\x7f\x86\xde\xd6\x6e\x24\x5e\xf3\xad\xd2\x52\x68\x93\x5c\x4f\x6b\xf3\x58\x5c\x00\xb4\xe5\xbc\x2b\x00\x68\x1d\xe2\x94\xba\x53\xba\x3f\x9b\x2d\x95\xd9\x3a\x42\x6b\x56\xb1\x97\x2e\x08\xfe\x31\xdb\xa0\x3d\x8e\xb8\x9b\x22\xd5\x72\x31\xe3\xe2\xbe\x68\x93\xf1\xb8\xd0\x2d\xd0\x2f\xf2\x58\xdf\x14\xe8\x2a\xed\xb3\xeb\x55\xe8\x14\xdb\x17\x00\xe8\x35\x3f\xee\xff\x39\xe2\xfc\xba\x1c\xad\x02\xf6\xb1\xe2\x98\x36\x01\xae\x2e\xda\x0a\x7d\x41\xf8\x66\x27\x43\x3b\x51\xd7\x52\x62\x20\x08\x7b\x39\x6e\x27\x84\x20\x82\x50\x0d\x54\x48\x61\xf8\x06\x41\xe9\x8c\x40\xd7\xdb\x50\x19\xfb\x1b\x00\x90\x8e\x7f\x18\x00\xe8\x8b\xd8\x56\x5b\xac\xbe\x80\x08\x2d\x7f\xaa\xde\x8a\x6a\x2f\x7c\xad\xde\x88\x19\xc9\x12\xaa\x97\xe1\x27\x27\xab\xd5\xcb\x88\xdb\xe3\x12\xd5\x1b\x29\x96\xd0\x60\xf5\x11\x7a\x9f\xcf\x6b\xf5\x3f\xac\xd3\xae\xaf\x35\xc9\xbc\x10\xe0\xa5\x99\x2f\xec\x00\x00\x4a\x93\x2c\xaa\x01\x4a\x2e\x96\x57\x76\x5f\x89\xc5\x4b\x0a\xa3\x94\x0c\xa2\x24\xf3\x88\xb2\x8f\xdc\x97\xf4\x50\x79\x82\x7a\x27\x76\xbb\xf2\x37\xa3\x32\xe4\x9c\xaa\x88\xf5\xd4\xe7\xae\x6a\x3e\x77\xb7\x9b\xb3\xda\x53\x60\x07\x04\xf5\x3a\x71\x36\x00\x1a\xbc\xf4\xdb\xbc\xcf\xb2\x4f\xe4\x9a\xb9\x5f\xe5\x93\x29\xff\x14\xe0\xe5\x05\x34\x6b\xa6\xa7\x7c\x90\x51\x9e\x54\x26\xff\xc6\x8a\x8b\xcd\x53\x20\x39\xf1\x21\x2a\xc5\x59\x5e\x8d\xcf\x05\x65\xa3\x60\xbb\x5b\x94\xf2\x87\xd8\x19\x1c\x50\x1d\x93\x06\x03\xa0\x5e\x24\xef\xa8\x32\x88\x37\xb0\x7f\x97\x6e\x12\xff\xcb\x0d\xc9\x0f\x95\x08\x79\x59\x19\x6e\x92\x6f\x7c\xf4\x6c\xb6\x74\x54\xb0\x3c\xa6\x5f\x56\x22\x02\x21\xae\xb2\x6f\x62\xb6\xcf\x12\xf9\x16\xa9\xbb\x5b\x91\xc2\x2e\xd3\x39\x05\x2b\x1d\xf2\xed\x00\xa8\x06\x95\x53\x2b\x63\x04\x0f\xa4\x89\x25\x3a\x21\x52\xba\x2a\xaf\x54\xf8\x43\xe6\x99\x5e\x27\xda\x22\x1b\x4c\xbc\x2f\xd6\xca\x67\xc7\x04\x4a\xe8\xf2\x9b\xc1\xc7\xa5\x70\x85\xce\xc7\x28\x6b\x55\x16\xbb\x31\xe5\x2c\xe5\x65\x27\xa9\x62\x95\x6a\x12\x00\xca\x7b\x2a\x41\x45\x18\x6f\x23\x74\xb1\x78\x94\x0f\x83\x4e\xe5\x4a\x04\x81\xd0\x86\x39\xf3\x05\x9f\xa0\xa1\x44\x84\xf0\x01\x64\x8d\x3e\x21\x7a\x07\x69\x82\x6d\x12\x7f\x88\xe1\x23\x94\xd6\x42\x05\x6e\x6a\xd9\x52\xcd\x6d\xa7\x43\x0a\x27\x4d\x34\x00\x4a\x84\x7a\x45\xf9\x3e\xee\x0d\xc3\xc5\xe2\x0c\x9e\xd9\x60\xcb\xf5\xe4\xb7\x19\x52\xe7\x34\x0a\x66\xeb\x6f\x27\xc6\x0a\x83\xf5\xea\xe8\x0d\xa2\x22\x7d\x6c\xb0\x4c\xac\xd5\xed\xf3\x91\x49\x2e\xeb\x42\xdd\xfa\x65\x45\xda\x4a\xa7\x87\xf2\xad\x50\x08\x00\xca\x30\x4d\x68\x39\x9d\x1b\x6d\xc9\x29\x7a\xc9\xbd\x69\x3e\x93\x73\x81\xb7\xce\x5c\x34\x27\x89\x2f\x35\x6d\x4b\x0c\x13\xe0\x4c\xd3\xa3\xb7\x08\x87\x8c\xea\xe0\x6e\xd1\x73\xc3\x51\x9f\x11\x49\xb5\xfe\xac\xdb\x11\xe9\x65\x5d\xcf\x98\x68\x79\x8b\x16\x00\xa0\x38\xaf\x59\x52\x90\xd9\xb5\xbd\xf1\x7d\xd6\xa3\x4e\x45\xcb\xf5\xd4\xb7\x0e\x64\xdb\xb9\x59\x58\x7b\x66\xc7\xdb\x68\xb6\x6d\x0a\x1a\x16\x32\xdb\xf2\x0c\xf7\x9f\x5f\xa3\x79\x27\xe9\xe9\x94\x63\x26\x0a\x3d\xdd\xb9\xd4\x38\x97\x3d\x00\x80\xa1\x82\x7f\x06\x00\x3d\x46\x12\x92\xff\xab\x93\xd1\x32\x3e\x6b\x85\xa3\xbe\xf5\xcf\xd4\x9d\xf6\xaa\xf6\x81\x59\x69\xb6\x7c\xa4\x25\xba\xde\x9a\x80\x39\x1a\x12\x68\x09\x24\xa4\xfb\xd5\x98\x9d\xc9\xaf\xa7\x1c\x35\x5e\xa5\xff\x72\x46\x1a\x4e\x72\xbc\x01\xd0\x3f\x17\x8c\x05\x40\xef\x25\x99\x92\xbf\xd3\x11\xda\x5a\x96\x85\xb4\x87\xc0\x9f\xa6\xf2\x6d\x29\x88\xee\x59\xce\xd6\x2c\x74\x5b\x74\xb4\xa5\x08\x87\x0f\x71\x32\x57\x12\x37\xf8\x15\x98\xe6\x51\x53\xa6\x9c\x30\xa6\x31\xc7\x39\x73\x0d\x05\x9c\x6b\x00\xe8\x45\x02\x35\x00\xba\xbd\x92\xb2\xfc\x31\xd6\xfd\x1d\x4f\x33\xff\xb4\x5c\x44\x95\xa4\xfc\x30\xff\xc0\x6c\x9a\xd9\x67\x4e\xc3\x67\x45\x9d\x35\x31\x88\xdf\x83\x8f\x1a\x97\x50\x3e\xf9\x85\x1a\xce\x33\x42\xa6\x1c\xd1\xbf\x61\xb3\x9c\xe7\xeb\x43\x78\x27\x01\xd0\xe9\x85\xef\x00\xd0\x7e\x90\xe6\xe5\x05\x99\x73\x30\xdf\x33\x7e\x99\x4c\xf8\xc9\x29\xed\xc6\xeb\xc4\x84\x99\x93\x8d\x99\x64\x42\x14\xda\x30\x42\x3d\x17\x2c\xd2\x7f\x65\x10\x7d\xbf\xeb\x6b\xd9\xb1\x53\x4e\xeb\x86\x78\xc1\xce\xe7\xb4\x5f\x84\xe3\x00\xd0\x9a\xc4\x1b\x00\xd0\xce\x90\x19\x72\xb3\x8c\x9e\xa4\xdc\x8c\x22\x03\x8a\x32\x2e\xf9\xb0\xfe\x28\xf5\x6a\x82\x55\x3f\x8f\xbe\x23\xf2\x3f\xdd\x55\xe6\xc1\xe0\x14\x5d\x2b\xfb\x83\xef\x1d\xed\x0d\x5e\xe9\x94\x6b\xda\x4a\xc1\xf5\x09\xe3\xa1\x2b\xe2\x4a\x00\xa0\x3e\x29\x17\x00\xa8\x41\x7e\x3e\x27\x5e\xbb\x9b\x15\x92\x8e\xd3\x56\xb3\x95\xc9\x5e\xd0\x47\xce\xdd\xf8\xcf\xd0\x66\x5e\x4e\xa4\x09\xa2\xf3\x77\x04\xbd\x85\x66\x09\xeb\x7c\x4f\x68\xde\x88\x7e\x4c\xf9\xaa\x19\x94\xfc\x8f\xbd\xf7\x7a\x8a\xc2\x89\xbe\x07\x1b\x41\x11\x10\x50\x41\x50\x82\x92\x41\x72\x54\x04\x09\x22\x08\x48\xce\x19\x86\x30\xcc\x0c\x4c\x60\x72\xce\x01\x18\x72\x36\x8b\x59\x14\x51\x14\x23\x98\x31\x62\x40\x45\x31\x60\x46\x45\x45\x72\x06\xed\xad\xcf\xb7\xea\xb7\x5b\x5b\xb5\xff\xc1\x7e\xef\x4b\x57\xbf\xf4\xc3\xb9\xa7\xfb\x9c\x87\xae\x73\x1f\x29\xe7\x0a\x63\xd8\x4c\x00\x84\xc1\x9c\x47\x00\x08\x37\xf2\x10\x9e\x61\x82\x39\x7a\xe6\x86\xb3\x82\x4b\x0c\x47\x27\xa9\xa0\x94\x31\x63\xd3\x20\x40\x33\x3b\xcd\x83\x04\x51\xac\x23\x6b\x6f\x0b\xfc\xd9\x87\x74\x4f\x0b\x3c\x38\xbb\x97\xab\x0b\xec\xb9\x7b\x94\x5b\x05\x2e\x3c\x22\x00\x82\x14\xde\x77\x00\x04\x38\x7e\xb5\xc7\x1e\xde\x18\xdf\x6b\x83\x1a\xef\x02\xbf\xca\x71\x82\xb7\x9f\xff\xc6\x66\x0d\xaf\x5e\xb0\xce\x7c\x29\xef\x88\x00\xbd\xb6\x9e\xd7\x21\xb8\xa9\x7b\x9c\x37\x20\x54\x5e\x6e\xc6\xd7\x12\x5a\x29\xf7\xf1\xc3\xff\xe3\x33\x7f\x9f\xe0\x05\x00\xfc\x2f\x82\xbd\x1e\x8a\xbc\x15\xa2\xa7\x6e\x87\xb8\x9f\x44\x63\x8e\x27\xb8\x8f\xc5\xca\xd6\x3f\xb9\x9d\xe2\x15\x66\xdf\xb9\x2f\xc5\x16\x6b\x6b\x79\x8b\xc4\x36\xba\xe7\x79\xdb\xc4\x7a\xcb\xfd\x79\x45\xa2\xb7\x4b\xb5\x78\x7d\x22\x0c\x00\xfc\x40\xe1\x31\x00\xf8\xc7\x84\x4b\x36\xf1\xb8\x11\xd2\xd7\x6e\xa1\x5c\x23\xe9\x3b\x47\x26\x57\x53\x7a\xdf\xba\x9b\xbb\x58\x7a\xcc\xac\x9b\xab\x26\x15\xae\xdd\xcb\x8d\x91\x06\xeb\xbe\xe0\x36\x4b\x06\x96\xf3\xb9\x73\x92\xb8\xa5\x64\x5e\xaa\xb8\xe8\xbf\x5b\x29\xca\x03\x80\x9f\x26\x4c\x73\x3f\x5b\x77\x24\x76\x8b\xcb\xc1\x5a\xe3\x04\x4b\x7b\x9f\xea\x1d\xc9\x4e\x56\x3a\x55\xb6\x69\xd1\xc6\x17\x2a\x8e\x23\xee\xeb\xab\x97\x9b\xe6\x10\xb5\xfa\x4b\x4b\xd0\xc8\x65\x7e\xf2\xeb\xd8\x1b\x8a\x97\x8a\xcd\x88\x5a\x00\x14\x36\x51\x5d\x01\x90\xd9\x31\x05\xee\x79\xb5\x79\xf1\xdb\x5c\x08\xd5\xf3\x49\xca\xf6\xda\x55\x65\x29\x3f\x2d\x61\xa5\x5b\xfa\x7b\xe3\xa3\xe5\xf7\xb3\xd6\xea\xab\x97\x25\x23\x77\x6b\x0d\x96\xbc\xc1\xa4\x2e\x0b\x96\xdb\xe0\xa8\x8a\x6f\x8a\x0e\x11\x25\x00\x14\x6e\xa5\xa6\x01\x20\x7d\xc7\xcc\x74\xd7\xa9\xb1\x4d\x64\xb9\x38\x54\x3d\x4f\xd1\xb7\xfb\x52\xc9\x4e\x7b\x6d\xf9\xa9\xc2\x15\xb1\xc7\xb8\xa2\xec\x63\xf6\x69\x3d\x58\x2a\x43\x29\x6a\x0d\x97\x18\xe6\xd5\x2c\x8b\x29\x2e\xc6\xe7\x2b\x4e\x15\xe9\x90\xdc\x01\x90\x3d\xa6\x3e\x05\x40\xca\x65\x96\x6d\x3c\x5c\x79\x22\x75\xce\xf9\x71\x05\x2d\x23\xde\xae\xb6\x3c\x24\xf3\xa1\x65\x4d\x99\x73\x4e\x8a\x71\x76\xa9\x1a\x6a\xbd\xde\x0f\x79\x5f\x9e\x83\xd6\x44\x71\x23\x2e\x7f\x59\x5a\xd1\xd6\x82\x0e\x25\x2b\xd9\x30\x45\x1b\x00\xe9\x4b\xba\x03\x00\x92\x56\x16\x7b\x43\x6f\xb9\x67\xe6\x63\xe7\x35\x65\x6e\xd9\xbf\x6d\xa7\x4b\x9d\x72\x0d\x2c\xf5\x4b\xbc\xd0\x08\xe3\x45\x72\xcf\xbc\x97\x7a\xcd\xc5\xce\x38\x81\x56\x5f\x91\x41\x41\xec\x32\xa2\x6c\x80\x1c\xa3\x94\x2a\xed\xa0\x79\x01\x20\x79\xc6\xf8\x04\x80\xf8\x2d\xfb\xfa\x06\xe3\xd2\x25\xb9\xaf\x9c\x78\x25\x1a\xe8\xd3\xb6\x05\x72\xd3\xbc\xdd\x16\x67\x8a\x63\xb1\x32\xa3\xcb\x45\x14\xfc\x7e\x3d\x61\x61\x75\xc1\x80\xd6\x33\xd9\x11\x72\xe4\xb2\x32\x69\x1d\x75\x58\xa9\x5e\x52\xcd\x28\x00\x40\xfc\x8a\xb5\x03\x00\xb1\x0a\x17\xb8\xb9\x17\x3d\xc1\x63\x1c\xbb\x8a\xd4\x08\x7d\x36\x83\x85\xc9\xc4\x78\x8b\x40\x59\x1b\xa9\xcb\x08\x27\x5b\x42\xc9\xd0\xcb\x95\xa6\xd1\x56\x69\x7d\x90\x9c\xa6\xbf\x5c\xd6\x2d\xee\x65\x76\x2c\xd6\x13\x2f\x65\x73\x01\x10\x09\x38\x6f\x01\x10\x0e\xf0\xb8\xae\xc7\x64\x2a\xb4\x60\xc7\x44\x29\x99\xee\x6c\xb3\x43\xf2\x87\x61\x6a\xb1\x5c\x92\xcf\x54\x31\x8a\x17\x7f\x63\x2d\xd3\x43\x8a\xc9\x6c\x2b\xad\x39\xb1\x02\x67\xa3\xfa\x52\x11\x92\x1b\xb7\x98\x21\xec\xe6\x05\x02\x20\x64\xf3\x7a\x01\x10\x1a\xf2\xab\x5d\xdd\xc4\xbd\xdc\x9b\x0e\xfd\xe2\x24\xde\x06\x1b\x33\xd1\x38\xef\x84\x79\xbb\x48\xc6\x5f\x65\xe4\x2a\x32\xe5\xef\xd0\x8b\x10\xf6\x0a\x96\x68\xcd\x09\xeb\x04\x18\xf5\xcd\x42\x4f\xc1\xf9\xc5\xcf\x05\xbf\x05\xaf\x00\x10\xdc\x11\xec\x03\x40\x50\x2f\x90\xb8\xf4\x89\x86\x84\xb6\x0e\x47\x45\x34\x21\xc1\x7a\x4a\xb4\x5a\x78\xce\x7c\x87\xb0\x55\xf8\xdd\x68\x8d\x30\x56\x64\xa5\x17\x2a\x34\x10\x85\x6b\xab\x0b\xc6\x44\x59\xea\xe9\x82\x33\xa2\xd0\x25\x9a\x02\xba\x68\x29\x00\x02\xac\x90\x04\x80\x20\x41\x30\xea\x22\x15\x99\x49\xb4\x1c\xb0\xc2\x66\x89\xab\xf5\x6b\x61\xb8\x24\xd6\xbc\x50\xf0\x4d\x92\x6a\xb4\x5c\x20\x91\x14\xe8\x65\x0a\x72\x24\x89\xda\x5e\x82\xed\x12\x4b\xf5\x46\xc1\x1a\x71\xfb\x12\x24\x7f\x4c\xbc\x16\x00\x81\x82\xc8\x09\x00\x81\xa6\x70\xbb\x73\xd4\xce\x67\xb1\x42\x3b\xc2\x0e\xad\x84\x6c\x2b\x74\xbd\x77\x32\xc5\xe4\x68\x6d\x55\xda\x5e\x83\x23\xd5\x8f\x32\x57\xea\x48\x2a\x27\x73\xee\x68\x8e\x56\x28\xa1\x3b\x54\x56\x94\x3e\xc1\xad\x51\x90\xc9\x1f\x13\xf3\x00\x28\xfa\x44\x25\x00\x20\x7b\xcf\x3c\xed\x34\xbb\xe3\x70\x3c\xcf\x2e\xa0\x7e\x34\xc9\xdb\x6a\x7b\x9d\x7b\xaa\xa9\xc9\xce\x9a\xbd\x19\x86\x06\x07\xab\x7e\x67\x65\xe8\x54\x56\xda\x20\xfb\x97\x2b\x96\x47\x60\x9a\x54\xd6\x97\xba\xe3\x3a\x15\x0e\xcb\xb7\x11\xbb\x00\x28\xa2\x52\xcb\x01\x90\x15\x31\xc5\x4e\xf5\x0d\xa4\xc4\x93\x76\x9a\x75\x8f\x52\x42\xac\x4c\x6a\xad\xd3\x97\x9a\x14\x55\xef\x47\x3c\x37\x38\x58\xa5\x90\xdd\xaf\x53\x57\x91\x80\xf2\x5b\xbe\xba\xac\x3a\xef\x8d\x8a\x57\x49\x1d\xbe\x55\xe1\x5a\x71\x1b\x89\x06\x40\xe1\x1c\x75\x1a\x00\x99\x25\xf3\x84\x53\x56\x6d\x77\x9a\x9e\xed\x87\x9a\xec\x8c\x02\xcb\xb1\xaa\xb9\xcc\xf7\x26\xe9\x95\x7b\x73\x68\x06\x25\x15\xb6\xa8\xed\x3a\x75\x65\x27\xf2\xd2\x96\x3b\x94\x6a\xe2\x1a\x55\x32\xe4\xa1\x05\x53\x0a\x43\x45\x22\x4a\x00\x00\xb2\x79\x7a\x38\x00\xd2\x78\x56\xa5\xe3\xc9\xea\x82\xcc\x8b\xb6\x3e\x55\xeb\xb3\xfb\x2c\xf3\x2b\x06\x72\x57\x19\x4f\x97\x9f\x44\x67\x1a\x6c\x2b\x4b\xcd\xfb\xa0\x43\x28\x81\xb8\x1d\xcb\xad\xe5\x25\x05\x14\x15\x5a\xd1\x2f\x32\x7d\x91\x45\x61\x20\x2d\x1b\x00\xe9\x08\x63\x16\x00\x09\x93\xdd\xe3\xb8\xb6\xd2\x36\xb7\xda\xe6\x52\x85\x12\x9a\x61\x31\x58\xf6\x25\xaf\xc0\xb8\xbe\xb4\x13\x8b\x32\x50\x29\xd9\x81\x2f\xd6\x89\x92\xa7\x15\x7c\x5d\xbe\xbe\x78\x25\x39\x4e\xa5\xa6\xb0\x86\x0a\x17\xe5\xca\x74\x18\x45\x00\x48\x06\x59\x2d\x00\x88\x1b\xb9\xab\x1d\xe2\xca\xb4\x70\x03\x36\x76\xa5\x9a\x84\x3c\x8b\x7d\x25\xba\x05\x33\xc6\xd9\xf2\x75\x24\xb6\xfe\x48\xb1\x21\xc5\x48\x07\x51\x64\x40\xfd\xbd\x3c\xa9\x50\x8b\x7e\x51\x65\x44\xfa\x80\xd9\xb2\x68\x5c\x22\x64\xf3\x00\x10\x57\x70\x7e\xfc\xe7\xc7\x78\xc5\x0e\x9a\xf2\x00\x2a\xcd\x7a\xbc\xb8\x80\x46\xb6\x20\x14\x1d\xa7\xd3\x8d\xb7\x17\xf6\x30\x18\xfa\x43\xb2\x59\x66\x95\x0e\x57\xe6\xcc\x6a\x5f\x5e\x27\x45\xb3\x7b\x55\x23\x25\x51\xdc\x95\x8a\x5c\xf1\x66\x9e\x09\x00\x22\x31\xef\x3e\x00\xc2\xd3\xfc\x6a\xfb\x57\x85\xdf\x39\x0d\xd6\x27\x0a\x37\x72\xad\x2c\xcc\x64\x3b\xb9\xed\xc6\xab\xa4\x7d\xbc\x6d\xfa\x4f\xa4\xeb\x78\x1f\x74\xd8\x92\x42\x3e\x66\xf9\x19\xf1\x08\xff\x83\xea\x0e\xb1\x9e\x60\xbb\xe2\x84\x28\x48\x50\x0c\x80\xf0\xbe\x00\x03\x80\xd0\x5d\x10\x6f\x7f\x59\x36\xc6\xff\x6c\x5d\x27\x0b\x12\x78\x5b\x28\x4a\xcf\x0b\xf6\x1b\x03\xc9\x82\x60\x5a\xff\x86\x24\x58\x98\xac\xc3\x16\xdf\x16\xee\x5e\xde\x29\xf6\x14\xde\x53\xbd\x29\x2a\x14\xf6\x28\xb9\x09\x5f\x09\xcf\x01\x20\xc4\x0b\x3d\x00\x10\xfc\x13\x74\xda\xd7\xc8\x0c\x45\x27\xad\x69\x52\x8a\xe8\x9b\xf9\x77\xc9\x47\xb1\x81\xd1\xb8\x64\xbd\x38\x52\xff\x86\x98\x23\x16\xe9\x94\x8a\x95\xc4\x15\xcb\x3f\x89\xaa\xc4\x1c\xd5\x71\xe1\x88\x78\xb3\x12\x51\x18\x2f\xba\x0b\x80\x50\x49\xa4\x0c\x80\xa0\x59\x18\x51\x32\x9e\x22\x08\x27\x0b\x9f\xa4\xe9\x45\xb5\xd2\xe9\xe9\x77\x62\xff\x60\x0d\x10\xbd\x89\xb9\x19\x30\xdb\x32\x55\x29\x66\x09\xb2\x31\xe3\x99\x7f\x0f\x3a\x2f\xbb\xc7\xf5\x70\xfe\x7d\xb4\x8f\xe9\x3a\x42\x34\xf6\xec\x72\x5b\x72\x1a\xd1\x0f\x00\x86\x0e\x95\x2f\x9f\x49\x22\x46\xfd\x11\x2c\xa4\x38\xc6\xfe\xa2\x1d\x4a\xd3\x4e\xe8\xcf\xcf\xce\x88\x4d\xd1\xcc\x48\xcf\xec\x49\xcf\x8a\x66\xe4\x70\x33\xbf\xfb\x27\xa0\xe8\xc8\x7d\xae\x5b\xf3\xe6\x31\x2d\x26\x77\xf0\x97\x71\xdd\xcb\x15\x48\x3f\x48\x6a\x00\xd0\xef\x51\x87\x8b\xbf\x24\x20\xe2\x24\x02\xdb\xa4\xf0\xc4\x6d\xd4\xfb\x29\x88\x14\x85\xbc\x83\x69\xcf\xd3\x3e\xa6\xb7\x23\xb8\x88\x9f\x51\x3f\xb3\xe3\x72\xcc\xb7\xbe\xcf\xe5\xa1\xaa\x5d\x7e\xe6\x99\xe7\x07\x99\x90\xf1\xab\x08\x6b\x34\x6f\x90\xf0\x24\x08\x00\x1d\x4b\x93\x17\x76\xc5\x54\xa6\x36\xf2\x82\xe3\x1e\xa5\x0f\x50\x2c\x13\x37\x65\xae\xc7\xb8\x24\xff\xc9\xae\x4b\xe3\xa6\x7d\xce\x35\x8b\x7c\x95\xb9\x1c\xfd\xd2\x6f\x26\xa7\x3c\xff\xac\x8b\x2f\x9a\x8d\xbf\x68\xfc\x1b\x7b\x87\x38\xa0\x29\x21\x22\xa9\xe6\x00\xd0\xf6\x33\xd4\xa4\x13\x11\x1d\x39\x86\x9c\x43\xd1\x81\xc8\x19\xd2\x85\x38\x25\xd4\x2b\xd4\x68\xa2\x22\xe6\x7c\x2a\x26\x65\x6b\xfe\xa5\x88\x2f\xe9\x77\x71\x4f\xfd\xac\xb2\x76\x16\xa8\x39\x37\xe6\xbe\x26\xe5\x1b\x8b\xf3\x29\x94\x61\x4d\x7c\x41\x3c\x9d\x01\x00\xf5\x2e\xf3\xa2\xc4\x2c\xd4\x0c\x6b\xc0\xd6\x0c\x9f\xc5\xd1\x88\x09\x51\x7f\xf1\xdd\xb9\xd7\xe2\xb6\x16\xac\x4d\x41\x25\xde\x27\x96\x46\x28\xa4\xee\x25\x2b\x6c\xc1\x22\xae\x53\x6a\x9c\x75\x91\x61\xb4\xad\xc6\x2e\x79\x6e\x8c\x65\x9a\x54\x42\x02\xb3\x17\x00\xca\x2c\x3b\x53\xf8\x32\x70\x3f\x63\x23\xa3\x6f\xfb\x13\xc6\x03\xc2\xd6\x70\x17\x66\x72\x4e\x7f\xd4\x1b\xe6\xa3\xa4\x07\x71\x37\x58\xf1\x61\x6d\x49\x13\xac\x3e\x5f\x66\x3a\x93\x4d\x76\x92\x64\xe7\x72\x56\x1b\xab\xa1\x4f\x72\x3a\x35\x0f\xe3\x1d\xb9\x69\x00\x50\xac\xb8\xf7\xf9\x79\x5b\x1f\x49\xbe\xd1\xee\x07\x22\x24\x75\x38\x5e\x88\x95\x64\x6b\x76\x54\xc4\x3a\xf1\xb3\xc4\xbc\x98\x24\x31\x36\x74\x6f\xc2\x27\xd1\x94\xcf\x99\xd4\x4b\x22\xbe\xd3\x8a\xcc\x59\x91\xa2\xd1\x38\xaa\x5a\x48\xd6\xec\xc3\x15\x08\xee\x01\x40\x6e\xe3\xcf\xf0\x16\x6d\x51\xad\x1c\xa3\xe2\xfc\xdf\x56\x0c\x60\x37\x04\x7d\x2c\x7f\x91\x65\x15\xb6\xa2\xac\x30\x21\x27\x4a\x5e\xea\x1e\xf2\x39\x3e\x54\xde\xeb\xb3\x2d\x25\xb3\x18\xe1\x38\x8d\x18\x2e\x7c\x60\xec\x91\x7b\x4b\xa6\xbc\xdc\x17\x3b\x23\xfe\x0b\x00\xb9\x54\xf8\x8a\xbb\xd3\x77\x75\x7d\x1e\xe5\xd3\xd6\xc1\xba\xd5\xf9\x5d\x41\x4a\x35\x8d\x99\x5d\xa1\xdb\xab\xa6\x12\xb4\x22\xdf\x54\xfa\x84\x9c\x8d\x3b\x5d\x4e\xf4\xf1\x48\x7e\x53\x2a\x71\x5a\x82\x28\x91\x67\x19\x33\x73\xf1\x45\x2b\x96\xcb\xb1\x77\xa4\x08\x00\xc8\x5c\x51\x39\x37\xc3\x27\x79\xd7\x1c\x85\xb7\xd5\x76\x27\x3d\xbf\x22\x30\xa2\xa1\x25\x73\x4f\xc8\xc1\xba\x8b\xf1\xa3\x91\xbe\x35\xc7\x43\x5a\xe2\x4c\xab\x04\x3e\x49\xc9\x29\x15\xd6\x4e\x8e\x08\xfb\x52\xa9\xf1\xbb\xdc\x55\xc5\x57\x96\xff\xc4\x96\xc8\x70\x00\x90\x53\x45\xff\x8a\x52\xd3\x4e\x87\x97\xf3\x44\x19\xfa\x51\xf7\x29\xdb\x11\x27\x62\xff\x62\xec\xb3\x64\x89\xa4\xb4\x98\x9c\xfd\xa9\x2b\x22\x8f\xe4\x0e\x66\x7c\xf0\xbb\x8f\x91\x65\x7f\x73\x01\xd8\x23\xe8\x08\xe3\x0f\x84\x79\xec\x73\x4d\x29\xf9\x16\x91\x08\x00\x63\x03\xf5\x5e\x61\x6a\x4a\x73\xd4\x00\xf7\x54\x9a\x5f\xec\x57\xb2\x20\x43\x29\xa1\x0f\xcd\xcb\x5c\x96\xa2\x96\x7a\x3d\x3b\x36\x3d\x2b\xd2\x08\xf9\x2c\xf3\xa7\x5f\x3c\x7a\x27\xf2\x88\xf3\xf1\xfc\x8f\x98\x2b\xc6\xd5\x04\x14\xee\xb7\x26\x82\x1c\x4d\xda\x08\x00\xfd\x0f\xcd\x45\x16\x9d\x74\x3c\x2e\x97\xd3\x9d\x82\x49\xb4\x22\x9d\x49\x4b\x4d\xfe\x84\xba\x97\x51\x95\xd6\x95\x6a\x9c\xa5\x84\xf8\x18\xb1\x33\xa7\x25\xc7\x70\xcb\x67\xd4\x61\x54\x95\x73\x64\xfe\x8a\xfc\x70\xe3\x20\xfc\x3d\x82\xbd\xa6\x13\xe9\x0d\xd9\x1c\x00\x7a\x2d\xed\xa1\x24\x3a\xee\x6d\x2a\x97\xad\x96\x30\x9c\xde\x49\x34\x4d\x76\xc9\x5c\x92\x9b\x9f\x7a\x3e\x9b\x98\x3c\x99\x41\xc9\x5d\x1c\xde\x90\x45\x46\x77\x6c\x51\x43\x5e\xcd\x3f\xe0\x74\x1a\x43\xc4\x9f\x33\x7a\x80\xe3\x11\xc7\x35\x17\x11\x5f\x51\xfd\x01\xa0\x3d\x64\xf8\x8b\xb2\xa2\xed\xb2\x7b\x98\x89\xb1\xc5\xc8\x36\x42\x73\x82\x2e\xaa\x0e\x69\x9e\xd4\x87\x61\x26\x7d\x4a\xfd\x92\x2f\x0a\x3b\x8c\x70\xc1\x1d\xf4\xf5\xc9\xee\x26\xfc\x76\x5a\x83\x7a\x45\x4a\x31\x42\x63\x9d\x29\xc3\x1a\x13\x05\x5d\xf4\x0a\x00\xa8\xe3\xcc\x9f\x82\x83\xe1\xcd\xf9\xe7\xe8\x77\xa3\xa2\x70\x2b\xf0\xdb\x62\xad\xf0\x84\xec\xe1\x04\x3b\xc2\x9d\xc4\xf7\xc9\x24\xa2\x77\xe8\xed\x74\x2d\xd2\x75\x1f\x69\xe6\x3f\x0a\xc2\xb1\x3e\x37\x92\x66\x6a\x64\x9d\x37\xc3\x50\xd2\x54\x25\x3c\x61\x0e\x00\x40\x5d\xcf\x2e\xe7\x45\x6d\x77\xa1\x17\x53\x0f\x87\x59\x33\xec\xb0\xb1\x91\x49\x8c\xc7\x59\xb6\x31\x77\x99\x21\x09\xe1\x09\x54\x66\x7f\x88\x24\x85\xc6\x62\x79\xef\xc9\xb8\xc5\x36\x73\x54\xcf\x21\xb0\x3f\x1a\x69\x62\x0a\x38\x47\x34\x5d\xf1\x27\xb9\x89\x00\x50\x62\xb8\xfd\x1c\x97\x6d\xa1\x12\x0d\xf2\x9d\xe0\xd3\xe2\xae\xbc\xd6\x30\x7f\xb1\x0c\x71\x26\x4a\x5d\x6c\x16\x37\x1f\xb7\x4a\xf4\x74\x3b\x3d\x09\x2d\xc2\x7b\xbd\x4f\x5f\x2a\xd2\x74\x38\x9e\xbd\x58\x78\xca\x68\x09\x3a\x4e\xe8\xa1\x49\xc3\xfd\x10\x34\x01\x40\xee\x13\x2c\x62\x5d\xdb\x4a\xaf\xf8\x4a\xca\x08\x34\x2e\x1f\xc0\xa4\x6d\x9f\x2f\xfb\x9c\x51\x14\x3e\x57\xda\x14\xa7\x10\xe3\x5d\x42\x08\xee\x4c\x78\x22\xb7\xf0\xa2\xa7\x36\x17\x3d\x72\x28\xcf\x9c\x2a\x8c\x31\x0a\x47\x49\xa5\x2d\x9a\x5f\x70\x68\xf1\x7d\x00\xc8\xa7\x84\x4f\x59\x7e\x7e\x92\xba\x50\xe2\xbb\x6d\xce\xb5\x0a\xe8\xdf\xdb\xd7\x56\xef\xc8\x58\x1f\xee\x50\xa5\x18\xdb\x16\x2d\xaf\xc8\x0a\x6e\x48\xb0\x29\x3b\xed\x85\x4f\x35\x2a\xf9\xec\x70\x30\x53\x5e\xfc\xc9\xa8\x0e\xb5\xbe\xb0\x65\xb9\x03\xce\x59\x6a\x06\x00\x79\xa7\x48\xc4\x1c\xdd\xd2\xb9\xb3\x87\xc8\x0e\x20\xef\x08\x43\x1f\x0b\x46\xd5\xd7\xa7\xcf\x84\x49\x6a\xdb\x62\x1b\xa2\x7e\x56\x77\x04\xd7\xc5\xef\xaa\x6c\xf5\x92\xa7\xec\x2d\x67\x3b\xf4\x64\x5a\x94\xfc\x35\x1a\xca\x7d\x51\x1c\xba\xbc\x14\x3b\x26\xb3\x05\x80\x5c\x20\xfa\x23\x91\x64\xcc\x86\x1f\x63\x2b\x65\xba\x45\xfd\x28\xf8\x99\x75\x39\x4e\x3d\x77\x71\x0e\x22\x91\x93\x8c\xcb\x0d\x49\x5d\x13\xbe\x14\x4d\xcc\xe8\xf7\x65\xe5\x7d\xcc\xfe\xe3\xa4\x8b\xeb\x44\xc7\x18\x45\x17\xfc\xc6\x7e\xd6\xc0\x53\x18\xc4\x0a\x00\x18\x4d\xd4\x71\x71\x45\xfa\xe2\xa8\xef\x2c\xdb\x0c\x46\xec\x97\x02\xab\x4c\xc3\x84\xe7\x48\x44\xd6\x58\xca\xe2\xa4\x8f\xc8\xa5\xe9\x88\x30\x39\x2a\x35\xb3\xdf\x57\x03\x33\x83\x3c\xec\x78\x0b\xa7\x8c\xb9\x60\xa4\x51\x90\x8a\x9b\xd0\x48\xa6\xa8\x92\xc2\x00\x60\x64\xd3\x92\x45\x35\xa9\x2b\xe2\x82\x99\x21\x69\x67\x12\x95\x09\x39\x19\xc2\xe4\x6b\x39\x17\x33\x05\x69\x17\x92\xc2\xb3\xaf\x21\x9e\x86\xa9\xe5\xfa\xe4\x68\xfa\x1c\xc2\x2c\x45\x15\x3a\x62\xb1\x3e\xf9\x01\xeb\x1e\x10\x6e\x10\x9c\x35\x36\x92\x6b\xc9\x1b\x00\x60\xa8\xd3\xfe\x08\x4e\x24\xfa\xa7\x26\xd3\xf7\x24\xbb\xa5\xef\xc7\xfd\x4a\x4d\x40\x7c\xca\xc6\xa5\x37\x65\x07\x27\x3a\x65\x6e\x46\x7e\x0a\xd5\xcd\xd1\x44\xef\xf6\x7e\x87\xb2\xce\x97\x39\xf4\xe6\x1d\xc7\x1f\x5c\x97\x84\xe7\x12\x87\x35\xd6\x90\x1a\xa8\x61\x00\xd0\xb7\x31\x90\xbc\x7d\xb1\x37\xb3\x4b\xa9\x6f\xe2\xc7\x90\x04\x2c\x36\x29\x0e\x15\x99\x65\x91\xf2\x11\xb3\x31\x41\x3f\xfd\x42\x7e\x60\x88\x45\xe6\x3b\x1c\xc1\x7b\x39\x32\x90\x70\xc3\x21\x10\xa3\x43\xf2\x5e\xa7\x84\xdb\x48\xf9\xaa\xb1\x82\x58\x4d\xaf\x01\x80\x46\x66\x2d\xe1\x0c\x47\x25\xe4\x07\x51\x82\x63\x9e\x63\x9b\xf2\xfe\xc5\xf3\xf1\x6a\x88\xa1\x24\x1f\x02\x3a\x7e\x55\x6a\x54\xc1\xcf\xed\xfe\x19\xb7\x49\x54\xaf\x84\x6c\x36\xc5\xcc\xfe\x21\xaa\x9e\x3a\xbb\xf6\x09\x56\x81\xfe\x47\xc3\xa0\x60\x0f\xf3\x13\x00\xd4\x93\xec\xa3\xac\xdd\xa1\x43\xb4\xd7\x24\xf7\x88\x56\x7a\x19\xc6\x36\xfa\x14\xc3\x2b\xc3\x27\xee\x23\xe3\x4e\x6c\x75\x52\x16\x33\x3f\x58\x23\xcd\x85\xa5\xb5\x99\x9e\xb9\x9d\xf5\xc4\x3e\x0c\xd9\xc1\xde\xbf\xf6\x46\x1e\x87\xc3\xd2\xc8\x24\x50\xb9\xfe\x00\x50\x5e\x70\x87\x19\x0f\x82\xc6\xc4\xce\x05\xa5\xa1\x56\xa2\xbf\xa8\xa6\x88\x4a\xd1\x9d\xb4\xe7\x31\x36\xa2\x82\x98\xd0\x04\x15\x91\x7d\x90\x5a\x8a\x9d\xf0\xb3\xe7\xf5\x8c\x1d\xc2\x1d\x76\x43\x39\xb1\xc2\xc8\xb5\xd7\x31\x08\xc1\x94\x46\x13\xbe\x59\x20\x04\x80\x92\xc2\x9f\xa2\x6f\xdb\xa6\x5e\xfe\x94\xb0\x3a\xb8\xba\xec\x6b\x6e\x50\x58\x60\xe9\xef\xd4\x93\x51\xab\x4a\xee\x44\xa7\xc4\xd9\xc8\x1b\x03\x53\x93\x4a\x8b\x89\x9e\xc9\xe9\x1b\x8a\x9c\xed\xde\x64\xfb\xca\x7a\xd7\x2d\x41\x57\x48\xc3\x34\x57\xe3\x6d\xc4\xc5\x00\x50\xd6\x09\xaf\xd0\xda\x02\xd6\xd4\x5a\xe3\xeb\x83\x8e\x56\xf7\x23\x9f\x84\xa2\xab\xca\x52\xb7\x47\x6e\xab\x54\x8d\x5e\x19\x8b\x2f\x17\x04\x3a\x27\xf6\x97\xfe\xf2\x0c\x4f\x3b\x56\xb2\xc9\xee\x4f\xd6\xd3\xe2\xa4\x75\xdb\xd1\xae\x85\x5b\x34\x33\x70\x93\x92\x77\x00\x50\x94\x45\x18\x5a\xa8\x7f\xd2\x8e\x13\x78\xaf\xc0\x9f\x0d\x6b\x91\xc2\x90\x33\x75\xac\x54\xdd\x88\x86\x9a\x53\x51\x53\x31\x0f\xab\x1e\x07\x3a\x26\x86\x57\x7c\xf4\xcc\x4b\x33\x2a\xeb\xb2\x37\xce\xca\x2a\x21\xad\x3b\x88\x7a\x5b\xf4\x5a\xf3\x2a\xee\xac\xf4\x23\x00\xe4\xd7\xa2\x1e\x0e\x21\x87\x1e\x3e\x4e\xce\x44\x4a\xa3\xf5\x31\x17\x72\xef\xc6\x79\x64\x24\xa2\xb7\x25\xee\x88\xf5\xc7\x2c\xa4\x5a\x05\x61\xf2\xdf\x67\xfc\xf1\xa4\xe2\x60\xf6\xb8\x6d\x57\x01\x07\x1d\x6c\xd0\x41\x0e\xc6\x0e\xa8\x3d\xa1\xe5\x13\x0f\x00\xc0\xb2\xa2\xe9\xb1\x8f\x64\x1d\x8b\xd6\x27\x9d\xc9\xfe\x18\xa7\x8c\xd1\x43\x06\x25\xfc\x49\xef\xca\x1d\x4c\x59\x1a\x73\x1f\x7d\x2f\x3d\x2e\x70\x21\xaf\x27\xf3\xa5\xa7\x2e\xce\x14\x59\x6f\xcb\x21\x3c\xc4\xec\x35\xe0\x93\x6e\xe2\x06\xd5\x3a\x69\x8a\xa4\x68\x00\x98\xfd\x34\x06\xeb\x05\xa2\x37\x0e\x45\x9c\xce\xda\x90\xa8\x87\x66\x64\xdf\x4b\xbe\x9f\xee\x89\x2c\x4b\x6b\x8c\x09\x42\x95\x22\x4e\x05\x96\x62\x3a\xb3\x07\x3d\xda\xb1\x9e\xa8\x5c\x5b\x67\x82\x7a\xbe\x89\x41\x30\xc9\x9e\xb0\x4e\xad\x8d\x5a\x43\x76\x01\x80\x59\x45\x57\x66\x1a\xa5\x99\xa6\x2a\x16\xd0\xd2\xbb\xd3\xfd\x51\x56\x88\x16\x84\x28\x4d\x3b\xeb\x49\xd6\x78\x74\x08\xd2\x0c\x59\xbd\xed\x3c\xaa\x09\x1d\xe5\xb1\x2c\x8f\x90\x1f\x60\xd3\x84\x2b\xc7\xe3\xf5\xc7\x0a\xe6\x88\x4f\xd4\x0e\x51\x0e\x52\x37\x02\xc0\x78\xc1\xa0\xd2\x25\x49\x47\xb3\xd5\xf0\xa3\x29\x95\x39\x1f\x91\xf7\xd2\x9a\x73\x2f\xa7\xf4\x20\x74\xd0\x2d\x51\xf6\x59\x97\xf2\x1e\x05\xdc\x40\x96\xe0\xc0\x26\x3f\xf4\x5e\x42\xa6\x8d\x11\x56\x95\x38\xae\x7f\x81\x70\x9d\xd2\xa6\x76\x86\x7c\x94\x4e\x01\x80\xb1\x84\xb5\x92\x7a\x38\x7e\x73\x5e\x26\x2e\x23\x11\x97\xdf\x95\x43\x4b\x7e\x82\x73\x4d\x3e\x94\x26\xc0\x1f\x8b\x34\x46\xa0\x0b\xbc\xfc\xdf\x64\x4b\x89\xef\xdd\x8b\x72\x3f\x91\x0f\x5a\xb7\xe6\xd5\x51\xeb\xf4\x4b\xf0\x55\xf4\xe3\x6a\x77\x48\x17\x98\xe7\x01\xa0\x6f\x61\x37\x91\x73\xa3\x46\xa9\x75\xf9\x91\xb1\x12\x5a\x4c\x56\x7d\x42\x20\x5d\x2d\x71\x3e\x39\x9a\xde\x16\xde\x96\x56\xc3\x60\x6c\x3d\x9f\xa9\xce\xf4\xda\xd8\x96\x73\x97\xb5\xc6\x7a\x03\xfa\x1e\x5b\x55\xbf\x04\xb7\x9c\xb3\x62\xd9\x2a\x62\x05\xe7\x1f\x00\xb4\x5c\xee\x27\x62\x76\x38\x4b\x48\xc7\x48\xa3\x92\x84\x09\x99\x20\x16\x2d\x74\x4e\xa8\x4d\xb8\x2a\x5c\x1c\x26\x4c\x09\x15\xfc\xf2\xbb\x91\xa1\x2b\xb8\xb3\x51\x39\xdb\x44\x70\x74\xfd\x38\x2a\x57\x50\xa6\xbf\x33\x7f\x4c\x90\xb1\x2c\xab\xe0\x96\x40\x0f\x00\xea\x47\xfe\xb3\x82\xe8\x90\xa2\xd2\x33\xe8\x94\xf0\x0b\x25\xaf\x33\xee\x46\x6b\xc9\x27\xe2\xa5\x71\x7b\x8b\xe7\x43\xf7\x26\x65\x15\x2b\xf9\xad\x49\xc3\x15\x29\x6f\xd8\x9f\x79\x45\x06\xd7\xf7\xe4\x06\x4a\x9f\xeb\xf7\xe6\x9b\x49\x84\xcb\x1e\x15\x78\x88\x66\x01\xa0\xee\x14\x32\x09\x4d\xdb\x6b\xaa\x1e\xa3\x5e\x87\x75\x56\x1e\xcd\x48\x8b\xb2\xae\xc8\x8f\xb7\x8b\xed\x2c\x5f\x13\x9a\x94\xb8\xb7\xf4\xda\x96\xa1\xd4\x6b\x25\x88\x0d\x15\x99\xa6\xc5\xbf\xd7\x7f\x45\x3e\x29\xf2\x35\x58\x96\xd7\x25\x4b\x57\x57\x21\x40\xc9\x66\x00\xa8\x74\x91\x31\xc1\x3a\xf8\x59\xbd\x01\x8a\x15\x06\x6a\x2f\x66\xac\x8d\xcc\xad\xd9\x14\xaf\x10\xab\x52\xb5\x37\xd4\x37\xe1\x4f\xc5\xc8\x96\x5f\xa9\x6b\xcb\xbd\x37\x1c\x46\xd4\x95\xe6\x5b\x9b\x23\x93\xe5\x09\x06\x99\x79\xd8\xc2\x41\xf5\x6c\xc2\x79\xa9\x37\x00\xd4\x2d\xa2\x5a\xf2\x28\xa6\x2b\xc2\x2b\xdf\x2f\xaf\x2c\x3a\x29\xf3\x7d\x7e\x7d\x1c\x36\x51\x15\x7b\x37\xf1\x4a\x98\x1c\x6f\x91\xba\xc5\x2f\x8c\x70\x2e\xe3\xef\x06\x15\x22\x3d\x07\x58\x2d\x26\x1f\x44\x47\xaf\x6e\xa7\xad\xc4\x8e\x2c\xbd\xcb\xb8\x4f\x3c\x01\x00\x67\x19\xcd\x99\xec\x8b\x1a\x8b\x76\xce\xdb\x85\x1e\x8e\xd3\xcd\xf4\xcd\xb3\x4b\x18\x4f\xa0\xe5\x0b\x52\x96\x84\x42\xdc\x92\xf4\xc8\x2d\xcf\xf1\x1d\x99\x8f\xdc\x0e\x15\x9c\x40\x96\x5a\xb6\x93\xe6\x31\xb5\xab\xa5\xd4\x2a\xdc\xd7\xa5\x9d\x0c\x24\x29\x04\x00\xf6\x03\x9a\x98\x24\xcd\x5d\x1d\x17\x8e\x19\x40\x45\x26\xfc\x43\xec\x45\x5f\x4f\x3e\x1c\xff\x2e\xcf\x35\x8d\x1d\x8a\xcf\xff\x88\x28\xd9\x12\x8f\xbb\x9a\xfd\xd0\x6d\x13\xe1\x39\x2a\xc8\x12\x4f\x0a\xce\x57\x59\x9d\x4a\x55\x22\xa8\x2e\xbd\x42\x5f\x20\x1b\x01\xc0\x66\xd3\x55\x0a\x2e\x66\xf1\x52\xce\xa0\xfd\x73\x56\xa6\xfd\xc9\x30\x43\xf6\x20\x4c\xe3\x2a\x51\xfb\xb3\x1a\x42\xa2\x31\xbb\x90\x9e\xbe\xd9\xf9\xb7\xd0\x8a\xae\x64\xbc\x51\xbe\x92\xc5\xd7\x82\x0f\xf8\x4d\xab\xd7\x91\xfb\x88\xc7\x96\x5e\xa3\x6b\x51\x57\x03\xc0\xba\xcd\xc0\x13\x3c\x33\xbc\xb2\xfc\x73\xfb\x11\x73\x39\x1e\x69\x5f\xb3\x46\x72\x75\x62\x31\x48\x65\xb4\xee\xf6\xad\xa8\xb0\xbc\xad\x3e\x5c\xcc\x35\xac\xcc\xe5\x12\x36\x07\x3f\x6b\x81\x27\xa0\x88\x87\x74\xa7\x49\xcd\x14\xf6\xd2\x77\xb4\xb5\xf4\x6d\x00\x30\xe7\x59\x4a\xb8\xe2\x94\x21\x0c\x07\x49\x4a\x9b\xce\x1b\x48\x6d\x45\xd8\x63\x43\x62\x22\xb2\x4a\x71\xcf\x82\x03\x90\x6b\x08\x5c\xef\x23\xa8\xa7\x44\x57\x17\x8d\xbc\x76\xb2\x96\xc5\x32\x3c\xa0\x5a\xe9\xf6\x10\xa5\xf4\xe4\xa5\x90\xea\xc4\x64\x02\xc0\xdc\xc0\xae\xcd\xc7\x24\xcc\x52\x3c\xb3\xeb\x92\x1d\xa9\x8a\xc9\x30\xf5\x18\xb5\x2d\xea\x79\x46\x32\x8d\x19\xb4\x28\xcb\x97\x9e\xea\x75\x08\x19\xcb\xd8\xea\x1c\x87\xde\xcf\xdc\x66\xde\x86\x75\x61\x15\xe8\x7e\x29\x58\xca\xde\xa3\x12\x47\x51\xe3\x1c\x03\x80\x91\xc8\x6d\xc7\x94\xc4\xa6\xf0\x2b\x33\x7f\xc5\x8f\xf0\xc5\x49\x75\x49\xd7\xf8\xd9\x91\x75\xa9\x1d\xfc\xb4\x6d\x53\x19\x83\x7c\xd4\xe6\xa7\xd9\x31\x7c\xa2\xd3\xf5\xdc\x51\xbe\xc4\x9c\x96\xd7\xc5\x6f\xd5\x9d\xc7\xff\xe4\x5f\x57\x69\x22\x6f\xe2\x1f\x02\x80\x7e\x97\x5f\x87\x4e\x8c\x92\xca\x03\x10\x6d\xb1\x94\xe2\xd2\x44\x6c\x02\xb7\xe8\x62\xc4\x9e\xe4\xe3\x85\xbf\xb7\x39\xa4\xab\x15\x1a\x6f\xf6\xc8\x3c\x23\x4b\x73\x42\x20\x2b\xa5\x55\xe6\xe9\x98\x36\x49\xc7\x6a\x1b\xfc\x5a\x71\xb3\xea\x22\x52\x8b\x28\x0d\x00\x3a\x59\xb8\x1e\xf5\x23\xf2\x60\x85\x17\x22\x2c\xa6\xb8\xdc\x2e\x71\x49\xfc\xee\xd2\x7f\x11\x21\x49\x2f\x4a\xfa\x02\x26\xd2\xb6\xc9\xcf\x6e\xd6\xce\x5c\x54\x5c\xed\x14\x93\x33\x5f\x94\x6e\x8e\xc6\x6c\x2e\x54\x5f\x1d\x85\xbb\x2f\xa5\xa8\x6e\x20\xe1\xc5\x35\x00\xd0\x83\x85\x4f\x51\xfb\x23\xc6\x6b\xc8\x08\x95\xe8\x87\xd5\x06\x09\x0f\xe2\xde\x57\x1e\x8b\x30\x4b\x32\xa8\xf0\x0a\xf8\x9a\x5a\x57\xd6\xb9\x59\x07\x91\x55\x1a\xe7\x84\xce\xc1\xca\xef\x99\xef\x42\xdf\x29\x56\x5d\xdd\x88\xcb\x91\xcd\xa8\x16\x93\xd6\x4a\xfe\x3b\x41\x5d\x14\x92\xf7\x8c\x60\x1f\x71\x37\x0b\x4b\xf8\x1d\x7d\x2d\x09\x59\xd0\x1b\x77\x31\xd2\x8e\xd8\x9c\x38\xb7\x2d\x96\x74\x32\x95\xe5\xf9\x90\xdc\x8b\x70\x74\x0c\xa3\xba\xe4\x38\x99\x2a\xd3\x20\x9a\xab\x5d\xcf\x5c\x8a\x5b\xb3\xb8\x85\x1d\x48\x7c\x00\x00\x4f\x91\x96\x9e\xa7\x8c\xab\x8a\x96\x65\xb6\xe3\x49\x71\xdb\x13\x1f\x12\x84\x89\xcb\x23\x6a\x0b\xd8\x29\x6b\x03\xda\x89\xfb\xd3\x51\x9e\xfe\xa4\xd1\xcc\x2f\x0e\x7d\x14\x32\xf2\x90\x49\x07\x2d\x0b\x73\x42\x9b\xca\x28\xc5\xcd\x2f\xbe\xc8\x1a\x20\xa5\x02\xc0\xed\xa4\x35\x62\xdc\xf2\x47\xe3\x70\x08\x88\x9d\x4c\x54\x48\xb4\xc4\x5b\x26\xd7\x85\x0f\x13\xfc\xd2\x08\x01\x06\x05\x25\x08\xb1\x47\x3b\x69\x51\x76\xa7\x03\x86\x7c\x02\x15\x64\x42\xa4\x5e\xce\x5f\xa6\x1d\xc7\x50\x22\x68\x2d\x3e\xce\x92\x92\x4d\x00\xe0\x52\xe9\xfa\x28\x3f\xf4\xa9\x14\x76\x86\x3b\x66\x3c\xed\x68\xbc\x2c\x1f\x95\xf1\x22\x4c\x82\x7d\x91\x15\xb6\xf5\x33\x1e\x9d\x33\xbb\xa9\xb9\xc0\x1c\xf5\xd8\xbe\x94\xb4\x3c\xef\xad\xf1\x4f\x4a\x1a\xde\x40\xdb\x8a\xf6\x8d\x58\xb3\xf8\x2a\xf3\x00\x55\x19\x00\xce\x0d\x06\x31\x57\x1f\x99\x9b\xf9\x3b\x5d\x25\x77\x38\xfb\x6c\x1c\x06\x7d\x00\xc9\x0f\xa5\xe7\x25\xa0\xca\xfc\xbe\x61\xdd\x31\x0f\xdc\xdf\xe2\x3d\xb0\x46\x76\xdf\x0a\x30\xf8\x63\xc6\x85\xa4\x49\x22\x46\x5b\x8d\xda\x4e\x89\x58\x3c\xc8\x38\x4d\x37\x07\x80\x3d\xc3\x5c\xc8\x89\xc9\x4a\x47\xd7\xa6\x9e\xcc\xd1\xc6\xfc\x8d\x4d\x41\xce\xe6\xa3\x42\x18\xa8\x49\x9c\xd2\x96\xe9\x3c\x43\xfc\x03\x77\x6d\x6c\x46\xc1\x6e\xbb\x50\xfc\x53\x52\xad\xb1\x0b\x71\x07\xe5\x91\xd6\x3f\xca\x6e\xfa\xea\x25\x0e\xf4\xdb\xcc\x20\x00\xd8\xae\x6c\x59\xd6\xe7\x74\x7f\xd2\xe7\x14\x3b\x84\x1f\xb9\x31\xfa\x43\x56\x01\x25\x65\xbb\x7d\xce\x2d\xea\x16\xdf\x6f\x28\x1f\x5a\xc0\x46\x0f\xcc\x47\x7a\xac\xed\x59\x6c\x0b\x83\x67\x34\x4d\xb8\xcf\xfc\xa0\x6d\x40\x36\x62\x3b\x2f\x29\xa7\xed\xe4\x24\x00\xc0\x8a\xe0\xee\x40\x0c\x26\xb7\x72\x77\x25\xed\x4a\x03\xdc\x86\xa8\x43\x19\x5c\x6e\x69\xb0\x51\x96\x2e\xf7\x8c\xef\xe2\x9c\x8f\xdc\xfe\x0d\x72\xd4\x0b\x9e\x89\xed\xc6\xbc\x69\x5e\xbe\x51\x17\x3e\x85\xf7\x4e\xdb\x8f\xf8\x97\x6f\xbe\xe4\x07\xf5\x26\xdf\x0e\x00\xe6\x79\x7e\x5a\xc6\x91\xc4\xdc\xc2\x9e\x44\x6c\xf2\x8d\x42\xf3\xc8\x8a\xb4\x28\x19\x3a\xc8\x17\xb1\x52\xfa\xd8\x27\x3d\x5b\x51\xba\x71\xc3\xb2\xdc\x0d\x92\xb3\x36\xdf\x31\x7b\x24\x96\x46\x67\x71\xc1\xe2\xfd\xda\x39\xc4\x0d\xa2\x3e\x65\x17\xaa\xb3\xf0\x2e\x00\xcc\x04\xc1\xe7\x0c\xfb\x84\xf8\x52\x56\xe2\xa2\xa4\x47\x25\xd2\x48\x87\x54\x9a\x9c\x1d\x38\x9b\xe1\x5b\x5c\xe6\xe3\x94\xe5\x5d\xb4\xdb\x6d\x18\x59\x54\x78\xd5\xe6\x2d\x66\xa9\xac\xdb\xa8\x03\xfb\x42\xfa\x42\xbb\xb0\xe0\xbd\xa4\x52\x39\x9b\x32\x2c\x1a\x03\x80\x69\x25\x2c\x4a\x7f\x17\xcf\xa8\xcc\x4b\xb8\x96\xa4\x50\xe1\x1d\x31\x99\x72\xb5\x6c\x36\xb0\x37\xbd\xb8\xf4\x81\x8f\x55\x66\x59\x89\xdc\x6d\x22\x67\x40\x9e\x65\x33\x8c\x66\x15\x1b\x1b\x7d\xc5\xa6\x14\xb6\x6b\xdf\x2a\xe0\xc8\x96\x28\x1f\xa0\xec\x15\xff\x01\x80\xf1\x55\xb4\x34\xe5\x1e\x03\x13\x59\x1a\x1b\xc9\xb8\x14\x93\x13\xba\x89\xe9\x10\x1f\xbc\xf5\x23\x53\x94\xc4\xf3\x98\x64\x8e\xa7\x4e\x3a\xd1\x59\x95\x88\xc3\x96\x16\xec\xf0\x9c\x83\xfa\xf9\x9c\x48\xf4\x82\xc6\x05\xae\x00\xb7\x5f\x21\x8d\x37\x4c\xf2\x04\x40\x70\x8d\xf6\x3a\x65\x35\x6d\x32\x46\x3b\xe6\x32\x3d\x29\xee\x72\xc8\x25\xfa\x40\x22\x76\x6b\x36\x23\x35\x85\xec\x21\x64\x0c\xa7\x5f\x74\x5a\xc5\x3c\x9d\xe5\x68\xf1\x8a\x55\x85\x1c\xd7\x77\x67\xb7\xe5\xa9\x69\x1c\xe3\x2a\xe3\x33\x15\xb2\x79\x0d\xa4\x73\x00\x08\xc4\xf4\xc5\xc9\xe9\x54\x6e\xdc\xbd\x98\xd5\xd4\xa9\xc4\xcd\x21\xf6\xb4\x5d\xc9\xd7\xfc\xfa\xe9\xb6\x69\x0d\x1e\x8b\xe9\x5f\x11\xcd\x8e\xa7\x18\x77\xb3\xc7\x2c\xc4\xcc\x07\x28\xb6\xbe\x06\x5b\x3d\x3f\x4a\x63\x17\x47\x40\x40\x28\x10\x78\x8e\xe4\x1c\x00\x04\x6e\x74\x6c\xd2\x1a\x92\x47\x4a\x78\xd4\x6b\xb2\x62\x1a\x39\x78\x8e\x3c\x92\x71\x68\xcb\x23\x4a\x77\x96\xd9\x26\x75\xea\xd3\x9c\x77\x0e\x1f\x69\x23\xa8\x6b\xe6\x9f\x19\x4e\x79\x7d\x7a\x67\x98\xe7\xf0\x2e\x1a\xc5\xec\x1c\xe2\x45\x85\x06\x6e\x18\xd5\x02\x00\x3e\x97\x71\x38\x51\x81\x10\x90\x69\x19\x79\xaf\x60\x53\xf6\xa2\xe0\x65\xc4\x98\x9c\x01\xdf\x61\x12\x15\xa5\xe2\xee\x47\xbe\x84\x49\x72\xd8\x4c\x5d\x95\xdf\x65\x8e\xa1\xd5\xe2\x09\x7a\x0c\x46\x04\x31\x4e\xa3\x88\xe5\x49\x89\x54\xe8\xe5\x24\xd3\xd7\x03\xc0\x6b\x65\x19\xc6\xef\xc6\xfa\xa3\xd2\x23\x4e\xe3\xe8\xe8\x8f\x41\x76\xf8\xc7\x79\x48\xdf\xb5\x05\x0e\xd8\x75\x1b\x25\xc4\x56\x3c\xb0\x3f\x42\xde\x4e\x98\x33\xfb\x47\x55\x22\x19\xe8\x85\xd0\x26\x28\xc5\x1a\xb5\x4c\x3d\xda\xd8\x22\x33\x36\x8e\xe9\x0a\x00\x77\x94\xbd\x3b\xf6\x3b\x5a\x5a\x70\x34\xdc\x0a\xf3\x9b\x78\x6a\xdb\xb7\x7c\x12\xe9\x94\x8f\x0a\xce\x90\x7c\x6b\xc3\x11\xfc\x2f\xca\x94\xdd\x6c\xc1\x1b\x9a\x97\x59\x09\xe9\x37\xfd\x80\xde\x7a\xaa\x35\xd3\x57\xe3\x36\xbd\x91\xd5\xb9\xa8\x90\xe5\xcd\x51\x05\x80\x33\xcf\x15\xc7\x24\x23\xb1\xac\xd6\xd0\x1f\xb9\x7f\x58\x43\x01\x6f\xd0\xfb\xd8\x16\xde\x96\x79\x85\xec\x62\xb7\x31\x6c\x03\x1b\xda\x11\xf1\x2f\x38\x32\x33\x37\xa2\x2b\x77\xb5\xde\x4a\x72\x07\xf7\x85\xc6\x24\x8d\xc5\xcb\x5e\xf4\x83\x99\xc6\x3b\x08\x00\x27\x9e\xbf\x2e\x7a\x63\xd6\x98\x64\x65\x48\x6f\xce\x7e\xf1\x25\xff\xaf\xb9\x7c\x71\xa2\x57\x16\x5a\x2e\x5e\xee\x96\x95\x77\x55\xf4\xd8\x6e\x29\xce\x55\xb4\xcf\x74\x92\xd0\x23\xc2\xe8\x29\x90\x8e\x89\x9c\x34\x0d\xa9\xa7\x84\x77\x15\x3d\x18\xb7\x85\x0a\x00\xb0\x07\x05\x85\x51\xaf\x33\xdf\x16\x25\x87\x08\xb2\x8f\x15\xde\xf1\x97\x23\x8f\x14\x1a\x7b\x19\xa3\x2e\xca\xca\xdc\x36\x61\x26\xa4\x33\xb6\xc3\x58\xb1\x94\x66\xfa\x8b\xe0\x29\xf9\xaa\xa7\x46\xb2\x95\x6c\xd6\xf4\xa2\x46\x8a\x93\x14\x91\x0c\x96\x48\x0b\x00\xf6\x05\xa1\x7e\xd4\x4e\xc4\x58\xc9\xbf\x90\x80\xac\xd7\x25\x9e\xfe\xd1\x39\xbf\xe5\x39\x5e\x20\xf7\x6f\x71\x8d\x9b\x03\xc6\xab\xe8\x8a\xed\x44\xfe\xdb\xc2\x09\xd3\x39\xfc\x91\xc2\x95\x7a\x76\xc4\x66\x99\xb2\x26\x81\xf2\x53\xd2\xa1\xd8\xc4\x30\x11\x2b\x03\xc0\x2e\x10\xd6\x84\xbc\x13\x9d\x89\x72\x0b\x08\x17\x21\x63\x0d\xbc\xed\x45\x9b\x13\x56\x6e\x78\x2f\xfc\x9d\x1c\xe8\xa0\x25\x3c\x99\x76\xc7\xa2\x57\x58\x97\xc9\x32\xfc\x29\xac\x44\x72\xb5\xe6\x84\x07\x30\x83\x2a\xae\xc2\xd7\xf8\x0a\x00\x44\xe1\x64\x5d\x00\x44\x90\x7e\x23\x24\x4e\xe8\x1b\x43\xf2\x7f\x2f\x54\x8f\x77\xf6\x7a\x2e\xf8\x97\x04\x36\x94\x08\x1e\xa5\x2e\xb3\xef\x12\x34\x67\xa4\x58\xec\x17\x9c\xcf\xfa\x60\x78\x53\xf0\x2c\xf7\xa4\xd6\x6f\xe1\xa2\xbc\xd7\x2a\x9b\x85\x29\x04\x07\x00\x84\x63\x64\x3c\x00\xa2\x6b\xf4\xae\xed\x9d\xfc\x87\x71\x7d\xfe\x08\x7e\x6b\x22\xdd\x2b\x9f\x7f\x39\x65\xdd\x06\x37\xfe\x81\x74\x45\x7b\x36\xff\x70\xa6\xa5\x05\x82\xdf\x95\xc3\x31\xac\x15\x2c\x46\x6b\x69\xbd\x15\x24\x62\x17\xa9\xf8\x0b\x9e\x17\xac\x00\x40\x58\x48\x51\x06\x40\x84\x63\xe8\x05\x37\x73\x9e\xa5\x2c\xdd\xca\xe4\xfc\x48\x8b\xd9\x7c\x8e\x6b\x98\x71\xdc\x8d\xcf\x0d\xcf\xf2\xb2\x7b\xce\xad\x41\xaa\x9a\xf7\x71\x27\xd0\xca\x86\xee\xbc\xdc\x7c\x1f\xad\xcb\xbc\x49\xfc\x79\x95\x64\xfe\x19\x92\x3b\x00\x82\x1d\xd4\xa3\x00\x08\xcf\x31\x5d\x83\x38\x2c\x6b\x84\x9f\x9f\x8c\x15\x95\x85\xdc\x0c\x58\xfb\x72\x64\xae\xef\xd9\xcb\x72\x6f\xdb\xf9\xb3\xcb\x31\x4e\xe6\x14\x8e\x59\xfe\x03\x83\x59\xce\x13\x7c\xa5\xd6\x49\x6e\x15\x71\x9f\x0a\x8b\x27\xa6\x1c\x07\x80\xdf\x48\x2f\x02\x40\xf0\x9d\xb5\x33\xb0\x96\x1e\x9e\x6b\xb2\xe5\x3a\xfd\x0c\xea\xb5\x67\x32\xc3\x15\x53\xe7\x1a\xc8\x78\x93\x4f\xb5\xbd\xc9\xac\xc3\xf1\xcc\x75\x58\x19\x84\xe3\x06\x77\xd8\xde\xc4\x59\xad\xa3\x1c\x37\x4a\x83\xca\x51\x6e\xd2\xff\xcc\xb5\x69\x65\x52\x01\x10\xac\xe3\x28\x04\xf4\x92\xdb\xf0\xf5\xbe\x39\x14\x7f\x42\xbf\x47\x32\x65\x81\x68\xe7\x42\xa7\x7e\x24\x31\x6d\x2d\x68\xef\xc8\xdf\xcc\x9a\xe8\x93\x54\x9c\x41\x31\xd3\x9c\xbe\x5c\xeb\x04\x2b\x8f\x31\xa0\x32\xc2\x7e\xcb\x3a\x04\x00\x97\xc4\xd1\x04\x80\xaf\xc7\xbd\x1e\xb0\xba\x00\x47\xbf\xe3\xb3\x9b\xe8\xc7\x48\xd8\x54\x46\xf2\x61\xf4\x3b\xbf\x24\x27\x30\x2b\x6c\xce\x50\x4a\x58\x11\x66\xc9\xd4\x3f\x6c\x4b\x83\x4c\x7a\x1e\x67\x89\xd6\x05\xc6\x24\x57\x55\xd5\x8b\x75\x82\x3b\x00\x00\x47\xca\x43\x01\xc0\xcb\xe1\x5b\xf9\x2b\xe1\x26\x04\x1e\xde\x2d\xf8\x59\x41\xac\xfb\x9d\x02\x0b\x41\x96\xb3\x27\x31\x59\x40\xb6\x09\x22\x9d\x12\x94\x99\xad\xa2\x04\x0a\xda\x0d\x36\xd3\x16\x09\xde\x68\x5d\xa5\xbf\x16\xcc\xab\x52\x98\x2f\x05\xc3\x60\x3d\xbb\x57\x50\x0f\x00\xf7\xb7\x00\xb9\xb5\x03\xb7\x52\xe2\xec\x8d\xc4\xaf\x91\x2c\x73\x67\x13\x42\xc4\xaf\x9d\x97\x16\x88\xc5\x47\x6d\xac\x89\x1f\xc4\x34\x33\x65\x72\xb9\x38\xc1\xc0\x83\x9a\x25\x36\xd4\x7a\x4c\x4f\x10\xbd\x52\x6d\x60\x52\x44\xa9\x20\x99\x5d\x26\xac\x00\x80\xdb\x26\x18\xdd\x2a\xc7\xa6\x14\xd6\x7a\xbb\xe1\x52\x0b\xbd\xdd\xb7\xe3\xe5\xb2\x57\x4e\x43\x84\x9b\xb2\x02\x1b\x0b\xe2\x5a\x99\x92\x99\x06\xe9\x83\xf4\x88\x41\x28\xa5\x53\x6a\xa4\x35\x44\x7b\x2e\xe1\xab\xde\x65\xaa\x88\x0f\x83\x6a\xb6\x9b\x08\x05\x00\x97\x20\xc4\x79\xc6\x95\xc2\xa8\x9f\x1b\xd6\x97\x82\xd8\x5f\x8e\xb8\x12\xc3\x04\x68\x6d\x2d\xb7\x48\xf1\x37\x95\x17\x3b\xa7\xbf\x30\x68\x2c\x4a\xc8\xda\xbf\xca\xb4\x90\x97\x7b\x5e\xdd\x58\x26\xcb\xf7\x56\x0a\x96\x3e\x22\x74\x03\x20\x0d\xa0\xb8\x02\x20\x79\xce\xe8\xf1\x54\x28\xd9\x13\x33\xe7\xf6\x55\x7e\x29\xfe\x95\xa3\x43\xf1\x58\xd2\x9d\xf5\x0b\xc5\xda\xa9\x7d\xa6\xd8\x22\x4f\x84\xa7\x41\x79\x21\x37\xfb\xcd\x2a\x63\xd9\x4d\x54\x87\xba\xb9\xf4\x17\x56\x51\x09\x21\x0d\x2e\x08\x05\x40\xf2\x85\x92\x07\x80\x44\xc6\xe8\xf0\x38\x28\x77\x8d\xf7\x74\x2b\x2b\xc6\x25\x4e\x38\x0c\x14\xdd\x48\xb9\xb6\xfe\x71\xe1\x54\xfa\x49\xd3\xc0\x42\x8f\xcc\xf7\x06\x74\xd9\x0e\x64\xe4\xaa\xd5\xd2\x19\xcc\x22\x75\x1b\xe9\x16\x9c\xb2\x12\x45\x72\x85\xb8\x0c\x00\x09\x81\xf2\x1d\x00\x89\x23\x63\xc2\x43\xad\xb0\x32\xf9\x8e\xdb\x0a\xd9\xeb\xb4\x08\x87\x12\x99\x4f\xc6\x97\xf5\x78\xe9\xe5\xac\x72\x93\x49\xe9\x26\x24\xcd\xc0\x5f\xd2\x85\xde\xb9\x6a\xb1\x04\x91\x3f\xa6\xee\x24\xfe\x4e\xa0\x28\x35\x8a\x4b\x49\x10\x00\x31\x93\x96\x0c\x80\x98\xc8\x1c\x76\x1f\x90\xf4\x66\xbc\x70\x75\x91\x44\x67\xad\xb2\x1f\x17\x7f\xcc\xc9\xb4\x1a\x11\xcb\x73\xdb\x4d\x6a\xc5\x5e\x98\x40\x83\xc5\x62\x80\x55\xd3\xfe\x23\xba\x87\x9f\x57\xf7\x15\x71\x48\xe6\x4a\xaf\x44\xb1\x54\x1f\x00\x44\x34\x86\x21\x00\xa2\x46\xb6\x9f\xbb\xaa\x28\x1e\xa9\xe3\x22\x14\x7e\x41\xa9\xd9\xa3\x84\x95\x98\xa5\x56\x3c\x21\x26\x5f\xc5\xc4\x5b\x18\x86\xdb\xa8\xff\x5c\xe8\x4d\xa8\xd7\xfe\x20\xdc\x48\x5a\xad\x1e\x2f\x34\xa0\xbc\x5f\xac\x2b\x34\xa2\xcb\x01\x10\xb2\x98\xbf\x00\x10\x3e\xe5\xd4\x6f\x74\xe4\x55\x63\x5f\x3a\x5f\xe3\x91\xf0\x58\xbb\xfb\x3c\x5c\x81\x82\xd5\x12\x1e\x87\x28\x32\x1e\xe6\xed\x20\x9b\xeb\xb7\xf2\x9e\x53\x86\xb5\x7f\xf2\x57\xd3\xee\xa9\xd7\xf1\x03\x18\xcf\x16\xd7\xf2\xcb\x59\x57\x01\x10\x58\x70\xa2\x01\x10\x74\xf0\x1c\x37\xe4\xb3\x49\xd4\x65\xce\xe6\x6c\x19\x4d\xd5\x2e\x86\x7d\x99\xae\x68\xd9\xca\x9e\xa6\x4f\x1b\x5f\xe5\x6c\x63\x2a\xe8\xef\xe5\x9c\x67\x6d\xd4\xfe\xca\xf5\x64\xe7\xaa\x9f\xe5\xde\xe4\x1c\x58\xfc\x8e\x97\xcd\xbd\x04\x00\xdf\x8d\x47\x05\x80\x3f\xcb\x47\xbb\x35\x31\x6d\x39\xaf\x9d\x0a\x99\x01\xdc\x64\xdb\x1e\x66\x05\xf7\x99\x65\x3c\xf3\x3b\xcf\xd7\xf8\x38\x2b\x8f\x77\x55\xbf\x90\xf5\x97\x1f\xa2\x3d\xce\xbe\xc8\x7f\xa2\xfe\x93\x53\x21\xb0\x5b\xb2\x96\xcb\x13\x70\x00\xe0\xd1\x04\x48\x00\xf8\x74\x01\xd3\xcd\x89\xe1\x23\xc8\x71\xda\xcc\x48\x13\xb4\xd9\x1e\x63\x1c\x11\x4c\x5a\x7a\x30\x17\x09\x6d\x8d\xab\x99\xc5\x42\xaa\x7e\x39\x6b\x93\xf0\xf8\xaa\x95\x6c\x6d\x61\x97\xc6\x3a\xf6\x3f\x61\xef\x12\x29\x77\x89\xf0\x3c\x00\x3c\x63\xa1\x17\x00\xfc\x6d\x82\x4f\xae\xb7\xe9\x0c\x31\xca\x71\x8a\x5e\x21\xae\xb3\x95\xd1\x7b\xc4\x2d\x96\x76\x0c\x67\xf1\x15\x63\x0e\xe3\x94\xb8\x53\xff\x08\x53\x28\x6e\x5f\xb5\x99\x45\x12\xd7\x68\xe0\xd8\x58\x71\xe8\x92\x09\x8e\x54\xf4\x12\x00\xee\x75\x91\x02\x00\x7c\x45\x61\x90\xab\x46\xd5\xcb\x68\x07\x07\x9b\xca\xd2\xb8\x0d\xd6\xba\x15\x9b\x13\xf3\xcd\x42\xcb\xe6\x53\x2e\xae\x75\x2b\x3d\x9f\x11\xa9\x3b\x50\xc2\xcb\xb6\x58\x61\x20\xdf\x82\x0a\x50\x99\x2d\x7a\x9c\xff\x6a\x91\x7e\xe1\xfe\x82\x74\x00\x64\xbb\x29\xad\x00\x48\xf7\x32\x03\x5c\x0e\x54\xca\x62\xed\xed\x07\x2b\x42\x13\xb4\xd7\xff\x28\xd7\x4b\x36\x36\x73\x2e\xfd\x93\xe6\xb3\xd6\xb2\xe4\x3a\xe2\xa8\xee\x2f\xf9\x91\x9c\x88\x15\x16\xc5\x22\xf4\x66\x55\xd5\x22\x27\xac\x7c\x91\x47\xe1\xea\x82\x47\x00\xc8\x5c\x29\xbd\x00\x48\x43\x99\x6b\x5d\xac\x2a\x9c\xe2\xd3\xed\x0f\x97\x2b\x27\x59\xad\x6f\x29\x1d\x4e\x5d\x66\xa6\x5b\xf2\x32\xfd\xdf\x5a\x7d\xf9\xad\xac\x0d\xba\xdf\x8a\x6f\x21\x2f\xac\x70\x29\x6a\xc7\x50\x55\xf5\x0a\x8b\x71\xfc\x45\x51\x32\x09\x91\x07\x80\xf4\x2a\x35\x08\x00\xc9\x18\x33\xd4\xf9\x76\x29\x35\xb9\xcb\x3e\xbe\x04\x9f\x96\xb6\x9e\x29\x67\x22\x96\x98\xbe\x2d\xde\x97\x75\xcd\x70\xb4\xa8\x13\x79\x46\xb7\xb7\x70\x0a\xfd\x6d\x85\x4f\xa1\x29\x36\x4c\xd5\x51\xe6\x4c\xe8\x59\x24\x90\x46\x90\x53\x01\x90\xdc\xa2\x9d\x04\x40\xe2\xc0\xf2\x72\x7a\x5a\x7c\x3f\xa3\xc5\xae\xa2\x68\x28\x73\xc1\x6a\xa0\xc8\x3c\x27\xcd\x34\xaf\x90\x9e\xdb\x69\x78\x50\xf6\x10\x93\xa1\x7b\x5c\x66\x83\xdd\xb8\xc2\x4d\x5a\x4c\x70\x57\x0d\x94\xdc\x22\x61\x16\x5d\x90\x68\x50\xe5\x00\x88\x2f\x33\x72\x00\x10\xa7\xb2\xe5\x4e\x1a\x85\xde\x39\x27\x6d\xc7\x65\xa2\xdc\x0e\xab\x1c\xe9\x07\xf4\x5b\xd3\xc5\xd2\x94\xbc\x5f\x86\xe9\x92\x77\x38\x0b\x5d\x99\x04\x43\xd8\xb7\xc2\x59\x3c\x43\x72\x51\xcd\x13\xa7\x50\x97\x2a\x02\xd1\x2b\xfa\x6d\x00\x44\xe7\x58\x16\x00\x88\x64\x9c\x5e\x47\xa2\xf8\x28\xd6\xda\x16\x2f\x36\xc7\xbd\xb3\x9c\x11\xdd\x24\x54\x9a\x5c\x16\x11\x88\xeb\x0d\x5d\x44\x66\xa4\xaf\xba\xc5\xc2\x19\xca\xc3\x15\xa9\xc2\x1e\xda\x79\xd5\x4e\x21\x97\xf1\x52\xb1\x5a\xe8\xc1\x7a\x05\x80\x30\x9e\x43\x07\x40\x48\xe0\xc5\x3b\x0c\x09\x68\x14\x65\x5b\x35\x81\x2b\xd5\xd4\xf2\x9c\x40\x93\xb6\xd5\xa4\x92\xff\x93\x9e\x60\x68\xc1\x7f\xc2\x10\xe9\x36\xf0\x3f\x30\x9f\xad\x90\xf3\xe7\xd9\x5a\x6a\x2b\xf9\x23\x1c\xbc\x92\x1a\x7f\x96\x7b\x08\x00\x41\x30\x8f\x09\x80\xe0\x24\x5f\xe4\x90\xca\x1d\x67\xe7\xdb\xd4\x72\x7b\x38\xba\x96\xc9\xdc\xd7\x9c\xdb\x26\x31\xdc\x47\xdc\x64\x43\x03\xee\x67\xde\x32\xdd\x9d\x3c\x2d\x5e\xf3\x8a\x66\x1e\x86\xef\xa7\x96\xc2\x3b\xcd\x7f\xae\x44\xe3\xab\x0a\x36\x01\xc0\xdf\x29\x08\x00\x40\xe0\x2c\x40\x3b\x78\x70\xe6\x79\x8f\x6d\xd8\x9c\x3e\x7e\x90\xa5\x27\xe7\x2b\xbf\xd3\x64\x13\xe7\xab\xc0\xcc\x70\x25\x67\x41\xd0\xa0\x7b\x94\x1b\x28\x18\x5d\xf1\x80\xdb\x2a\xf4\x52\xab\xe1\xad\x11\xe6\x29\xdd\xe4\xd5\x0b\x89\x00\xf0\x03\x84\xfa\x00\xf0\xa7\x05\x9f\x1d\x0c\x39\x96\xc2\x16\x9b\x74\xce\x62\x91\xb2\xa5\x09\x47\x4d\x94\x64\xb2\x89\xb3\x44\xb4\xc3\x50\x91\x63\x20\x7a\xa6\x7b\x9d\x23\x13\x8d\xac\x98\xe2\x2a\x8b\xc6\xd5\x3e\x72\x85\xa2\x97\x8b\xed\x78\xab\x44\xff\xf3\x0f\x44\xd8\x0f\x00\xff\xa2\x30\xdc\xee\x57\xdd\xaf\xe8\xf4\xf5\x9b\x6b\x31\x71\x79\x66\xcd\xd5\x37\x12\xdb\xd7\xf9\x55\x05\xa4\x2e\x5b\xb3\xab\xe2\x6a\xc6\x29\xad\x67\xe5\x9b\xb3\x4b\xd5\xf7\x94\x9e\x44\x9d\x55\xb6\x97\x3f\xc2\x06\x00\x9f\x62\xf7\x82\x4e\x00\x0a\xef\xff\x4f\xf2\x40\x28\x53\x68\x97\x5e\xdb\x12\x1b\xbb\x7e\x71\x8d\x43\x42\x80\x59\x61\xd5\xe1\x64\xd4\x3a\x97\x4a\xaf\xb4\xe2\x35\x8d\xe5\x0f\x11\x93\x5a\x5f\xcb\xb2\x73\x8e\xa9\x5f\x2c\x19\x44\xef\x51\x0e\x93\x3b\x60\x7f\x81\xe4\xa2\x93\x44\x53\x00\x0a\x11\x54\x3d\x00\xa4\x0b\xcc\x38\xdb\x7b\x35\xf9\xf1\x2c\xab\xce\xaa\xe1\xa4\x18\xb3\xe4\x4a\x41\x6a\xe8\x3a\x93\x8a\xf5\x19\xde\x6b\x0e\x96\x3d\xce\x62\x69\x0d\x95\x0a\x72\x17\xab\x3f\x2a\x31\xc3\x3c\x52\x46\x15\x17\xe2\x5e\x02\x62\x91\x16\xf1\x31\x00\xb2\x8f\x54\xc9\xff\x24\x8a\xb0\x6d\x6b\x2b\xeb\x92\x5f\x59\x1d\xa8\x08\x4b\x23\x99\x05\x95\x6b\x21\x2c\xd6\x69\x96\x4e\x65\x7d\x5b\xb3\xab\xe4\x19\xf2\x93\xd6\xbc\xbc\x0d\x63\xa2\x3e\x5e\x2c\xc7\xd6\x29\xd7\x14\x59\x16\x18\x83\xfd\xb2\x97\xe4\x7d\x00\x48\xfb\x68\x1f\x00\x90\x74\xb3\xb2\x6c\x1e\x96\x8d\x65\xec\xb5\x9c\x2a\x7d\x91\x39\x66\xda\x5e\x72\x3f\x27\x6b\xed\x51\xf9\x8b\xdc\x67\x6b\xe2\x8b\x5f\x63\x28\x5a\x6f\x8a\x7e\x60\xd3\xd4\x87\x0a\x87\x08\x18\xe5\x66\xd9\x05\x52\x23\x78\x23\x2d\xa7\xde\x04\x40\xf2\x98\x51\x01\x80\x78\x92\x7d\xc2\xc6\xa4\x24\x35\x27\xd3\x32\x53\x9e\x97\x2b\x33\xf5\x28\x2e\x46\x5f\x5f\xbb\xbd\xe8\x4a\xde\xeb\x35\xc6\x85\x03\xb8\x75\x5a\xb7\x0b\x4d\x09\x4d\xea\x63\xb2\x54\x52\x90\xf2\x53\x69\x38\x75\xbd\xc2\x5a\x49\x38\x7d\x08\x00\xf1\x2d\x56\x02\x00\x62\x53\xce\x5f\xeb\x4b\x85\x7f\xf2\x9b\x2d\x97\x15\x1a\xe3\x48\x26\xd3\x32\x02\xc1\x77\xad\xb1\xf4\x49\xc1\xcf\x35\x2b\xa5\xf6\xa4\x0b\x5a\x1f\x24\x2d\x94\x56\x0d\x57\x89\x13\xad\x79\xe9\x26\x31\x8a\xf1\x5e\xe1\x8a\xe8\x04\x6b\x10\x00\x51\x06\xa7\x16\x00\x91\x3a\x2f\xd7\x3a\x4f\xd2\x44\xf6\xb1\x78\x29\x31\xa7\x50\x4c\x7a\xc5\x97\xa9\xad\x6b\x75\xc5\x5b\x69\xef\xd7\x18\x8b\x9e\x33\x4c\xb4\xd5\x45\xb5\x4c\xa6\x86\x44\x94\xce\xba\xb7\xf4\xb4\xb0\x87\xb3\x65\x51\xac\x30\x89\x5b\x07\x80\x30\x86\xc7\x00\x40\x18\xc1\x27\x58\xab\x08\xfb\x59\x41\x16\x25\xc2\x46\xb6\x81\xc9\x41\x21\x85\x3d\x64\x38\x2b\xd4\xe5\x34\xad\x59\x2e\xe8\xe2\x62\xb5\x8d\x04\x57\x79\x16\x1a\xed\x82\x76\x5e\xb7\x8a\x8e\x40\xca\xe7\x2f\xfa\x25\x48\x17\x28\x02\x20\xd8\x25\x30\x01\x40\xf0\x56\x10\x65\xed\x2b\xf8\xcc\x95\x5b\x1c\x10\xec\xe1\xd9\x98\x54\x0a\xe8\xbc\xc7\x86\xa3\x02\x33\x7e\xc2\x9a\xe5\xfc\x7e\xfe\x57\x6d\x07\xfe\x80\x20\x51\xa3\x8f\xbf\x20\xb8\xac\x12\xcc\xff\x25\x54\x53\x74\xe0\xff\x16\x3a\x01\x20\xd8\x2a\x58\x00\x40\x70\x58\xd0\x65\x4d\x13\x00\x41\x98\x45\x1b\xff\xa2\xe0\xb1\x09\x9f\x5f\x2d\xdc\x6e\x38\xc8\xf7\x15\xb6\xac\x59\xc9\x57\x16\xad\xd0\x0e\xe4\xaf\x11\x45\x68\x2a\xf2\xbd\x44\x34\x15\x29\x3f\x54\xc4\x54\x64\xf1\x0b\x44\xe1\x00\xf0\x3f\x0b\x1f\x01\x20\x48\x17\xc6\x00\xa0\x00\x16\x01\x45\xa0\x04\x16\x83\x25\x40\x19\x2c\x05\x2a\x40\x15\xa8\x81\x65\x40\x1d\x68\x00\x4d\xb0\x1c\xac\x00\x2b\x81\x16\xd0\x06\xab\x80\x0e\xd0\x05\xab\xc1\x1a\xa0\x07\xf4\x81\x01\x30\x04\x6b\xc1\x3a\x60\x04\x8c\x81\x09\x30\x05\x66\xc0\x1c\x58\x00\x4b\x60\x05\xd6\x03\x6b\x60\x03\x6c\x81\x1d\xb0\x07\x0e\xc0\x11\x38\x01\x67\xe0\x02\x5c\x81\x1b\xd8\x00\x36\x02\x77\xb0\x09\x78\x00\x4f\xb0\x19\x78\x01\x6f\xe0\x03\x7c\xc1\x16\xe0\x07\xb6\x02\x7f\x10\x00\xb6\x81\x40\x10\x04\x82\xc1\x76\x10\x02\x42\x41\x18\x08\x07\x11\x20\x12\x44\x81\x68\x10\x03\x62\x41\x1c\x88\x07\x09\x20\x11\x24\x81\x64\x90\x02\x52\x41\x1a\x48\x07\x19\x00\x01\x32\x41\x16\xc8\x06\x39\x00\x09\x72\x01\x0a\xa0\x01\x06\xe4\x81\x7c\x80\x05\x38\x80\x07\x04\x50\x00\x88\x80\x04\xc8\x80\x02\xa8\x80\x06\xe8\x80\x01\x98\x80\x05\xd8\x80\x03\xb8\x80\x07\xf8\x40\x00\x84\x40\x04\xc4\x40\x02\xa4\x40\x06\x0a\x41\x11\x28\x06\x72\x50\x02\x4a\x41\x19\x28\x07\x15\xa0\x12\x54\x81\x6a\x50\x03\x6a\x41\x1d\xa8\x07\x0d\x60\x07\xd8\x09\x76\x81\xdd\x60\x0f\xd8\x0b\xf6\x81\xfd\xa0\x11\x1c\x00\x07\xc1\x21\x70\x18\x1c\x01\x47\xc1\x31\x70\x1c\x34\x81\x13\xe0\x24\x68\x06\xa7\x40\x0b\x38\x0d\xce\x80\x56\x70\x16\x9c\x03\x6d\xe0\x3c\xb8\x00\x2e\x82\x4b\xe0\x32\xb8\x02\xda\x41\x07\xb8\x0a\xae\x81\xeb\xe0\x06\xb8\x09\x6e\x81\xdb\xa0\x13\xdc\x01\x77\xc1\x3d\x70\x1f\x3c\x00\x0f\x41\x17\x78\x04\x1e\x83\x27\xe0\x29\xe8\x06\xcf\xc0\x73\xf0\x02\xf4\x80\x97\xe0\x15\xe8\x05\xaf\xc1\x1b\xf0\x16\xbc\x03\x7d\xe0\x3d\xf8\x00\x3e\x82\x4f\xe0\x33\xf8\x02\xbe\x82\x7e\xf0\x0d\x7c\x07\x3f\xc0\x00\xf8\x09\x7e\x81\xdf\x60\x10\xfc\x01\x43\x60\x18\x8c\x80\x51\x30\x06\xc6\xc1\x04\x98\x04\x53\x60\x1a\xcc\x80\x59\x30\x07\xe6\xc1\x02\xf8\x0b\xfe\x01\x08\x00\x50\x50\x58\xb4\x48\x51\x51\x49\x69\xf1\xe2\x25\x4b\x94\x95\x97\x2e\x55\x51\x51\x55\x55\x53\x5b\xb6\x4c\x5d\x5d\x43\x43\x53\x73\xf9\xf2\x15\x2b\x56\xae\xd4\xd2\xd2\xd6\x5e\xb5\x4a\x47\x47\x57\x77\xf5\xea\x35\x6b\xf4\xf4\xf4\xf5\x0d\x0c\x0c\x0d\xd7\xae\x5d\xb7\xce\xc8\xc8\xd8\xd8\xc4\xc4\xd4\xd4\xcc\xcc\xdc\xdc\xc2\xc2\xd2\xd2\xca\x6a\xfd\x7a\x6b\x6b\x1b\x1b\x5b\x5b\x3b\x3b\x7b\x7b\x07\x07\x47\x47\x27\x27\x67\x67\x17\x17\x57\x57\x37\xb7\x0d\x1b\x36\x6e\x74\x77\xdf\xb4\xc9\xc3\xc3\xd3\x73\xf3\x66\x2f\x2f\x6f\x6f\x1f\x1f\x5f\xdf\x2d\x5b\xfc\xfc\xb6\x6e\xf5\xf7\x0f\x08\xd8\xb6\x2d\x30\x30\x28\x28\x38\x78\xfb\xf6\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xf4\xf4\x8c\x0c\x04\x22\x33\x33\x2b\x2b\x3b\x3b\x27\x07\x89\xcc\xcd\x45\xa1\xd0\x68\x0c\x26\x2f\x2f\x3f\x1f\x8b\xc5\xe1\xf0\x78\x02\xa1\xa0\x80\x48\x24\x91\xc8\x64\x0a\x85\x4a\xa5\xd1\xe8\x74\x06\x83\xc9\x64\xb1\xd8\x6c\x0e\x87\xcb\xe5\xf1\xf8\x7c\x81\x40\x28\x14\x89\xc4\x62\x89\x44\x2a\x95\xc9\x0a\x0b\x8b\x8a\x8a\x8b\xe5\xf2\x92\x92\xd2\xd2\xb2\xb2\xf2\xf2\x8a\x8a\xca\xca\xaa\xaa\xea\xea\x9a\x9a\xda\xda\xba\xba\xfa\xfa\x86\x86\x1d\x3b\x76\xee\xdc\xb5\x6b\xf7\xee\x3d\x7b\xf6\xee\xdd\xb7\x6f\xff\xfe\xc6\xc6\x03\x07\x0e\x1e\x3c\x74\xe8\xf0\xe1\x23\x47\x8e\x1e\x3d\x76\xec\xf8\xf1\xa6\xa6\x13\x27\x4e\x9e\x6c\x6e\x3e\x75\xaa\xa5\xe5\xf4\xe9\x33\x67\x5a\x5b\xcf\x9e\x3d\x77\xae\xad\xed\xfc\xf9\x0b\x17\x2e\x5e\xbc\x74\xe9\xf2\xe5\x2b\x57\xda\xdb\x3b\x3a\xae\x5e\xbd\x76\xed\xfa\xf5\x1b\x37\x6e\xde\xbc\x75\xeb\xf6\xed\xce\xce\x3b\x77\xee\xde\xbd\x77\xef\xfe\xfd\x07\x0f\x1e\x3e\xec\xea\x7a\xf4\xe8\xf1\xe3\x27\x4f\x9e\x3e\xed\xee\x7e\xf6\xec\xf9\xf3\x17\x2f\x7a\x7a\x5e\xbe\x7c\xf5\xaa\xb7\xf7\xf5\xeb\x37\x6f\xde\xbe\x7d\xf7\xae\xaf\xef\xfd\xfb\x0f\x1f\x3e\x7e\xfc\xf4\xe9\xf3\xe7\x2f\x5f\xbe\x7e\xed\xef\xff\xf6\xed\xfb\xf7\x1f\x3f\x06\x06\x7e\xfe\xfc\xf5\xeb\xf7\xef\xc1\xc1\x3f\x7f\x86\x86\x86\x87\x47\x46\x46\x47\xc7\xc6\xc6\xc7\x27\x26\x26\x27\xa7\xa6\xa6\xa7\x67\x66\x66\x67\xe7\xe6\xe6\xe7\x17\x16\xfe\xfe\xfd\xf7\x0f\xc2\xff\xed\xff\xff\xdf\xfb\x8f\xcb\xa5\x38\x03\x00\x80\xa2\x92\xf1\x7f\x62\xf0\xff\xae\xff\x8f\xbd\xc2\x22\x05\xf0\xbf\xaa\x21\x80\x42\x28\x82\x62\x28\x81\x52\x28\x83\x85\xb0\x08\x16\x43\x39\x2c\x81\xa5\xb0\x0c\x96\xc3\x0a\x58\x09\xab\x60\x35\xac\x81\xb5\xb0\x0e\xd6\xc3\x06\xb8\x03\xee\x84\xbb\xe0\x6e\xb8\x07\xee\x85\xfb\xe0\x7e\xd8\x08\x0f\xc0\x83\xf0\x10\x3c\x0c\x8f\xc0\xa3\xf0\x18\x3c\x0e\x9b\xe0\x09\x78\x12\x36\xc3\x53\xb0\x05\x9e\x86\x67\x60\x2b\x3c\x0b\xcf\xc1\x36\x78\x1e\x5e\x80\x17\xe1\x25\x78\x19\x5e\x81\xed\xb0\x03\x5e\x85\xd7\xe0\x75\x78\x03\xde\x84\xb7\xe0\x6d\xd8\x09\xef\xc0\xbb\xf0\x1e\xbc\x0f\x1f\xc0\x87\xb0\x0b\x3e\x82\x8f\xe1\x13\xf8\x14\x76\xc3\x67\xf0\x39\x7c\x01\x7b\xe0\x4b\xf8\x0a\xf6\xc2\xd7\xf0\x0d\x7c\x0b\xdf\xc1\x3e\xf8\x1e\x7e\x80\x1f\xe1\x27\xf8\x19\x7e\x81\x5f\x61\x3f\xfc\x06\xbf\xc3\x1f\x70\x00\xfe\x84\xbf\xe0\x6f\x38\x08\xff\xc0\x21\x38\x0c\x47\xe0\x28\x1c\x83\xe3\x70\x02\x4e\xc2\x29\x38\x0d\x67\xe0\x2c\x9c\x83\xf3\x70\x01\xfe\x85\xff\xe0\x7f\x05\x00\x80\x0a\xff\x16\xfd\x55\x5c\x50\x9a\x5f\x3c\xb7\x64\x56\x79\x66\xe9\xb4\xca\x94\xea\xa4\xda\xc4\xb2\x71\xf5\x31\x8d\x51\xcd\x91\xe5\xc3\x2b\x86\x56\xfe\xd1\x1a\xd4\xfe\xbd\xea\x97\xce\x4f\xdd\x81\xd5\x3f\xd6\x7c\xd7\xfb\xa6\xdf\x6f\xf0\xd5\xf0\xcb\xda\xcf\xeb\x3e\x19\x7d\x34\xfe\x60\xf2\xde\xb4\xcf\xec\x9d\xf9\x5b\x8b\x37\x96\xaf\xad\x7a\xd7\xbf\xb2\x7e\x69\xd3\x63\xfb\xc2\xee\xb9\xfd\x33\x87\x6e\xc7\xa7\x4e\x4f\x9c\x1f\xbb\x3c\x72\xed\x72\x7b\xb8\xe1\xc1\xc6\xfb\xee\xf7\x36\xdd\xf5\xb8\xe3\xd9\xb9\xf9\xb6\xd7\x2d\xef\x9b\x3e\x37\x7c\xaf\x6f\xb9\xe6\x77\x75\x6b\x87\x7f\x7b\xc0\x95\x6d\x97\x03\x2f\x05\x5d\x0c\xbe\xb0\xfd\x7c\x48\x5b\xe8\xb9\xb0\xb3\xe1\xad\x11\x67\x22\x4f\x47\xb5\x44\x9f\x8a\x69\x8e\x3d\x19\x77\x22\xbe\x29\xe1\x78\xe2\xb1\xa4\xa3\xc9\x47\x52\x0e\xa7\x1e\x4a\x3b\x98\x7e\x20\xa3\x11\xb1\x3f\x73\x5f\xd6\xde\xec\x3d\x39\xbb\x91\xbb\x72\x77\xa2\x76\xa0\x1b\x30\xf5\x79\x75\xf9\xb5\xd8\x1a\x5c\x35\xbe\x8a\x50\x59\x50\x41\x2c\x27\x95\x91\x4b\x29\x25\x54\x39\xad\x98\x5e\xc4\x28\x64\xca\x58\x52\xb6\x84\x23\xe6\x8a\x78\x42\xbe\x40\xc0\x17\xf2\x44\x5c\x31\x47\xc2\x96\xb2\x64\xcc\x42\x46\x11\xbd\x98\x26\xa7\x96\x50\x4a\xc9\x65\xa4\x72\x62\x45\x41\x25\xa1\x0a\x5f\x8d\xab\xc1\xd6\xe6\xd7\xe5\xd5\x63\x1a\xd0\x3b\x50\x3b\x73\x77\x21\x77\xe7\xec\xc9\xde\x9b\xb5\x2f\x73\x3f\xa2\x31\xe3\x40\xfa\xc1\xb4\x43\xa9\x87\x53\x8e\x24\x1f\x4d\x3a\x96\x78\x3c\xa1\x29\xfe\x44\xdc\xc9\xd8\xe6\x98\x53\xd1\x2d\x51\xa7\x23\xcf\x44\xb4\x86\x9f\x0d\x3b\x17\xda\x16\x72\x7e\xfb\x85\xe0\x8b\x41\x97\x02\x2f\x6f\xbb\x12\xd0\xee\xdf\xb1\xf5\xaa\xdf\xb5\x2d\xd7\x7d\x6f\xf8\xdc\xf4\xbe\xe5\x75\x7b\x73\xa7\xe7\x1d\x8f\xbb\x9b\xee\xb9\xdf\xdf\xf8\x60\xc3\x43\xb7\x2e\xd7\x47\x2e\x8f\x9d\x9f\x38\x3d\x75\xec\x76\x78\x66\xff\xdc\xee\x85\x6d\x8f\xcd\x4b\xeb\x57\xeb\x7b\xad\x5e\x5b\xbe\xb1\x78\x6b\xfe\xce\xac\xcf\xf4\xbd\xc9\x07\xe3\x8f\x46\x9f\xd6\x7d\x5e\xfb\xc5\xf0\xab\x41\xbf\xfe\x37\xbd\xef\x6b\x7e\xac\x1e\xd0\xfd\xa9\xf3\x6b\xd5\x6f\xed\x41\xad\x3f\x2b\x87\x56\x0c\x2f\x1f\xd1\x1c\xd5\x18\x53\x1f\x5f\x36\xa1\x36\xa9\x3a\xa5\x32\xbd\x74\x46\x79\x76\xc9\xdc\xe2\x79\xa5\x05\xc5\xbf\x8b\xfe\x29\x40\xf0\xbf\x1c\xf8\x5f\x0e\xfc\xf7\x12\xf8\x25\x6d\x35\xd3\x2d\x85\x30\xc8\x25\x30\xdb\x70\x35\x84\xd1\x35\x21\xfe\xe6\x00\xc2\x14\x8b\xed\x34\xab\x58\x08\x11\xef\x22\xd6\x38\xde\x84\x10\xb9\x37\xea\xd5\xc6\x60\x08\x51\xdf\x12\x74\x7d\x4f\xc0\x63\x68\x90\x3a\xb2\x1d\x0f\x17\xa1\xb4\x73\xf4\xe2\x2f\xfd\x63\xa0\x82\x31\xe7\x32\xf6\xfe\xed\xc9\x25\x91\x77\x63\x4c\xff\x9a\x66\x4b\x85\x56\xc4\x0f\x0b\xed\x88\xda\x92\xd3\xb4\xe8\x05\x85\xf4\xa8\x86\x4c\xee\xd6\x79\x66\xca\x9b\x03\xe3\xc2\x73\xf3\xa1\x49\xcc\xa6\x6f\xa2\xf1\xb9\xc7\x09\x2b\xdb\x2e\xc9\xf8\x73\x4e\xb1\x53\xd7\xdf\xc8\xcb\x66\xdf\x47\x2b\x3d\x3a\x5c\xea\x3d\xdb\x16\xa1\xfe\xa6\xb7\xf4\xe8\x6c\x74\xa8\xce\x6f\xb3\xf2\xd0\x59\xbf\xed\xe7\xc6\x2f\x96\xfb\xcc\x7e\x0c\x7e\x30\xd1\x20\x37\x9f\xab\x0c\x3a\x3f\x59\x2b\xb5\x9e\xfb\x16\x64\x3f\xa5\x2e\x6a\x1a\xc9\x08\x16\x4d\x6d\x13\x85\x0d\x44\x6f\x2f\x9c\xaa\x17\xba\x7f\x72\x08\xd9\x38\xbd\x99\xe7\xf8\xfa\x4b\xa8\xfb\x74\x03\xe7\xf8\xb3\xfa\xb0\xbd\xd3\x9d\x1c\xeb\x07\x17\x23\x88\xd3\xef\x39\x2e\x9d\xed\x11\xcd\x33\x54\xc6\xcb\x9b\x8b\x22\x1d\x66\x2e\xd2\x31\x10\xfa\x99\xfa\xbd\xd3\x8d\x84\x30\x98\xb7\xed\xa5\xa1\x0d\x84\x71\x09\x81\xfa\x26\x21\x10\xa6\xe2\x82\xbb\xac\xbc\x20\xcc\x46\x87\x3f\x70\x7a\x0d\x21\xaa\x3a\xb2\x6d\xc3\x14\x9c\xc5\x86\xc4\x9f\xdb\x9a\x0b\x5b\xf3\xda\x52\x82\x82\xbf\xc3\x65\xf9\xc8\xcc\x8e\xf8\xd2\x7f\xd9\xe8\xfd\x68\x7b\xc4\xa9\xbf\x87\x50\xb3\xa4\xba\x7c\xc6\xc2\x00\xb2\x96\xd7\x45\x09\x5e\xd8\x9c\x45\x29\x29\x62\x3b\xcd\xa7\x21\xa8\xf5\xdf\x45\x6f\xe6\x66\xd3\x35\xf7\x5f\x90\xbe\x9b\x23\xa7\xcc\x1e\xef\x2e\xae\x9b\xd3\x4e\x3c\xdc\xf6\xa9\xe4\xf5\x6c\x7b\xdc\xa5\x1b\x98\xb2\xdb\xb3\x3a\x31\x06\x8f\xcf\x54\xa5\xcc\xfc\x88\xf8\xf2\xee\x72\xd5\x9d\x19\x87\x30\xc4\xa0\x65\x9d\xc7\x4c\x53\x48\xf5\xd8\xfb\x6a\xe5\xd9\x77\xc1\x4f\x27\xaa\xe4\x3e\x73\xda\xc1\xf4\x89\xaf\x45\x2d\x53\x39\xc1\xe9\x93\x72\x69\xeb\xaf\xee\x10\x95\xc9\x27\x52\x8f\x2f\x3f\x43\xba\xa6\xb0\xa2\x8a\xde\x4b\xe1\xdd\x53\x4b\xa5\xe5\xcf\x1a\xc2\xfb\xa7\xfe\x0a\xee\x3e\xec\x8b\x2c\x9b\x56\x15\x82\xbb\x36\x91\x7f\xa6\x6b\x78\x9b\x6f\x64\x45\x9d\x98\x59\xce\x3e\xd9\x71\x37\x7a\xf1\x0c\x96\xd9\x04\xe1\xd6\x5c\xbf\xcd\xba\xf5\x10\x86\xb3\xb7\x32\x0d\x72\x20\x8c\x2f\x0f\xb4\x31\xf9\x04\x61\x26\x32\xa8\x74\x7d\x30\x84\xc8\xd1\x90\x32\x07\x3b\x08\xb1\xfd\x11\x2d\xee\x9f\x20\xc4\x5f\x8e\x39\xe9\xbb\x15\x3e\x23\x2c\x4f\xf8\x1c\xb8\x13\xae\xc0\x57\x23\x74\xe3\x39\xff\xc2\xf2\x3e\xa3\x0e\x64\xad\xfd\x8b\xc8\x5f\x8f\x7f\x89\x0f\x5f\x68\x43\x1d\xe2\x58\xd2\xb6\xcf\x77\xe5\x1c\x28\x1e\xe1\xbb\xcf\xbb\x64\x5e\xab\xed\x97\xb8\xce\xe5\x66\xf4\xed\x7b\x2e\xdf\x38\xe7\x97\xea\xda\x94\x27\x9f\x9a\xdd\x99\xf4\xb0\x8d\x5a\x61\x3b\x33\x14\x7f\xe3\xe6\x68\xf5\x8f\x99\xb7\xd1\xef\xbb\xd5\xab\xcf\x4e\xff\x88\x4c\xfb\xf8\xaa\x41\x38\x7d\x38\x6c\xf1\x68\xde\x8e\x45\x33\x46\xa1\x09\x63\x7a\x75\xbe\xb3\x49\xdb\xab\xc7\x7b\xcb\x9a\xff\xcf\x3a\xb2\x2f\x24\x7a\x62\x97\xfc\x71\xbf\x69\x58\xc2\x04\x2c\xee\x7b\x9f\x15\xb6\x63\x72\x4a\xca\x79\xee\x11\xd9\x31\x79\xb4\x70\xe1\xd1\x40\x24\x73\xea\xa6\x88\x79\xf7\x49\x74\xca\xd4\x41\xf1\x9e\x5b\xb7\xa2\xcf\x4c\x1b\x0b\xf5\x3b\xf4\x63\xe4\xd3\x37\xb9\x9f\x2f\x81\xd8\xc8\x19\x25\x4e\x15\x84\x01\x1f\xfc\x2a\x56\x1f\x86\x30\xfc\x91\x5f\xb6\xfe\x21\x08\x93\xd4\xfd\xef\x1a\x37\x41\x98\xb5\x38\x70\x93\x95\x3e\x84\x98\xb8\x50\x7d\xa7\x3b\x10\xe2\x8f\x84\x53\xdc\x1d\x20\x24\xab\xc7\xe8\xf9\xb1\xe0\x39\x32\x35\xa1\x62\x7b\x23\x5c\x43\xd1\x49\x8b\x8f\x4f\xf9\x67\x43\xf8\x89\x84\x39\x99\x7f\x7d\xb1\x10\x4b\x22\x54\x2c\x6c\xc8\x7b\xc0\xac\x67\x2f\x9b\x4f\x43\x99\x14\x66\x88\x3e\xcc\x9d\xcc\x3e\x5f\xd3\x5a\x94\x35\x3b\x8f\xb8\xb6\xdf\xac\x6c\xc3\x6c\x51\xda\xeb\xa6\xcc\x4a\xc5\x19\x71\xaa\xd1\xb9\x57\xf5\xea\xd3\x9f\x13\x6b\x6f\xf6\xef\x34\x99\xb6\x89\xdd\xfb\x62\xc5\x1e\xdb\xa9\x7b\x91\x15\xdf\x7c\xf7\x6e\x99\xea\x08\x0f\x1a\x31\xda\xd3\xff\x7f\xe3\x41\x0a\xf9\x32\x56\x51\x93\x30\xb1\x2b\xe4\xc1\x78\x7e\xc5\xf8\x8f\xd6\x70\xda\x78\x74\x55\xf2\x27\x87\x88\x75\x13\xde\x65\xf7\x7a\xae\x44\x45\x4c\xdc\x2a\x75\x7f\xac\x1e\xdd\x32\xe9\x2f\x0f\xbb\x9b\x10\xf3\x68\xb2\xbb\x48\xf9\x86\x28\x6e\xd3\x94\x72\x61\xec\x55\xc7\x38\xdb\xa9\x53\x92\xe5\x17\x57\xc6\xef\x9a\x5a\x10\xdd\x69\x3d\x96\x70\x7e\x3a\x5d\xf0\x07\xc2\x80\xaf\xde\x4f\x75\x56\x41\x18\xd5\xba\xa5\xcf\x60\x0b\x84\x69\x36\xfe\x22\x53\x03\x08\x91\x33\x81\x14\x6b\x2f\x08\xf3\x75\xb6\x2d\xb5\x86\x10\x92\x39\x61\xda\x9b\xd6\x41\xc8\xc8\x0f\x5f\xf0\x89\x82\xd7\x19\x2d\xb1\x43\xdb\x01\x5c\x46\x7b\x9d\x5a\x95\x40\xf8\xe7\x42\xed\xcb\x9a\xcd\x49\x5a\x18\x26\xec\xc3\x56\x92\x7d\xe7\x1f\xe1\x2e\xd0\xce\xf1\xae\xce\x8d\x61\x24\x92\xdf\x32\xaf\xb9\x0c\xe4\x60\x65\x9a\x7c\xff\xac\x59\xb6\xc2\x3e\xcf\xea\x9e\x99\x62\x04\xe6\xd8\xbf\xfa\xa8\xe9\x0f\x69\xae\x6d\xeb\x76\xde\x99\x6a\x4b\xb6\xbe\xd5\xb5\x3f\x69\x0a\xc4\x79\xbd\xda\x7b\xe0\xfd\xe4\x89\xa8\xad\x3f\x3e\x1f\x2c\x9f\xfc\x13\x81\x1c\x9a\x6f\x1c\x99\xfa\x1e\xae\x31\x92\xba\x47\xf5\xff\xe0\x31\x68\x1c\x5e\x3d\xb6\xad\x8e\xfc\xa9\x37\xf2\xec\xd8\xe5\x5a\xc2\xcb\xf7\xd1\x4f\xc7\x13\xaa\xf7\x3e\x75\x88\xd9\x3d\xb1\xbe\x02\x7b\x2f\x38\xf6\xd2\xa4\x62\xc9\xec\xf5\xa1\x78\xca\x64\x86\xbc\xbd\x23\x33\xc1\x79\xb2\xb1\xb8\xf5\x02\x21\xb1\x64\x6a\x51\x91\x61\xeb\xaa\xa4\x91\xa9\xc0\xc2\xa5\xcd\xd8\x64\xc6\xd4\x77\xf1\x10\x84\xc1\xaa\xbe\xfc\xd5\x5e\x10\xc6\x5e\xf5\x81\xfa\x8f\x21\xcc\xbc\xe7\x57\x60\x32\x04\x21\x86\xb4\xcd\xd3\x9a\x0a\x21\xfe\x43\x60\x99\xfd\x2d\x08\x69\x07\x82\x0f\xbb\x75\x43\xc8\xaa\x89\xb8\xe8\xa7\x0c\x3f\xf2\xb6\x45\x6d\x0d\x24\x43\x67\xee\xc1\x44\x46\x9c\xcb\xbf\x0d\xcc\x8e\xcc\x75\x39\xd9\x0b\xa3\xd4\x42\x4c\x31\x59\x30\x8f\x23\xbe\x25\x9a\x0a\xcf\xce\x21\xb1\x19\x22\x47\x39\x72\x16\x87\x59\x52\x7e\xa4\xca\x76\x66\x17\x52\x6d\xcf\x8a\xfa\x0d\x33\x2a\x99\xfb\x8e\x65\xec\xf4\x9c\x06\xe9\x9d\xe7\x86\xf6\xe1\x26\x7b\x93\x9b\xee\x78\x1e\xc2\x4d\x46\xc5\xfd\xe9\x8d\x3c\x02\x26\x18\x51\x39\x83\xbf\x8e\xed\x9c\x3c\x10\xf1\x64\xa8\xfc\x60\xfa\x14\x29\xfc\xf4\xf0\x85\x7d\x59\xa3\x7e\x11\x1b\x47\xb2\xf7\x24\xf7\x3f\x8d\x72\x1c\x8d\xdb\x79\xe1\x2d\x35\x66\xd3\xe8\xef\x1d\x76\xdd\xf7\xe2\x78\x63\x11\x0d\x21\x0f\xce\xc7\xeb\x8c\x8b\xaa\xaf\xdf\xd2\x4e\xf8\x35\x3e\x58\x85\xbf\x72\x39\xc9\x71\xe2\x7c\x79\xf0\x45\x44\x92\xcb\x24\xae\x44\xf9\x0c\x37\xc5\x70\xb2\xbd\xf8\xf7\x49\x79\x4a\xeb\x14\x56\xb6\xe3\xf0\x5c\x5a\xe5\xd4\x4d\xa9\x0d\x84\x21\xea\x9b\xf1\x3a\x8b\x21\x4c\xb4\xf4\x71\x30\x08\x83\x30\x2b\xdc\x57\xcf\xe8\x31\x84\x58\x6b\xbf\x39\xcb\xf7\x10\x52\x34\xfd\xa7\xec\xfe\x40\xc8\x1a\x0b\x4c\x71\xbd\x0f\xa1\x00\x17\x6a\xe2\x73\x16\x9e\x13\x67\x46\xe5\x87\xd4\x42\x67\xe1\xa3\xf8\x27\x71\x59\xff\xb6\xf2\xcc\xd2\x5f\x67\xf7\x2e\xcc\x32\x4f\xa3\x52\xc9\x31\x73\x43\xa4\xdf\xa4\xf5\xd2\x9e\xb9\xe5\x04\x6d\x1e\xa7\xf4\xca\xcc\xd5\xfc\xcc\xd2\x91\xba\xc2\xe9\x72\xf4\xba\x9d\xb7\xf7\xb8\x4e\x91\x72\xe8\xc7\x48\x07\xf6\x4e\x0e\x23\x72\xda\xbc\x0f\x35\x4d\x06\xa4\x3c\xee\xf4\x3e\xaa\x3d\x7e\x2c\xbe\xaa\xcf\xed\xe4\xc3\x09\xf5\xa8\xa9\xc1\x98\xa6\xf4\x89\xc9\xc8\x2b\x7f\x76\x1d\xa1\x4e\xb6\x44\x5c\x1d\x6a\x3c\x68\xfc\xe3\x56\x34\x6e\x38\xac\xf1\xf5\xbb\xef\x71\x01\xc3\x8d\x8d\xf2\x27\xe4\x44\xce\x48\xf2\xbe\xbe\xfb\x31\x49\xda\xa3\x82\xdd\x4b\x6e\x69\x26\x25\x8d\x7d\xad\xfb\xd6\x7e\x25\xf9\xf6\x78\x5e\xed\x8a\xb6\x97\x29\x0f\x26\x52\x2b\xb7\xb5\x74\xa4\xf1\x27\xce\x56\x68\x37\xb1\xd3\x1d\x27\x99\x25\x8d\x47\x1a\xd2\xf3\xa6\x1c\x8a\x5c\x1b\xc7\x32\x42\xa7\xce\x48\x6f\x41\x18\x16\xb9\x59\x4f\x87\x02\x61\xda\x2e\xaf\x69\x43\x43\x08\x73\xf6\x79\x1f\x31\xf2\x80\x10\xff\x78\xcb\x4a\x8b\x3b\x10\xd2\xf7\x6d\xed\xb2\xd7\x84\x50\xb0\x65\x9b\xbf\xdb\x18\x84\x92\xcd\xdb\x91\x3e\x6a\xf0\x5b\x11\x2f\x2c\x3f\x10\x0b\x9d\x0a\x3f\xc6\xf2\xe3\x0e\xfd\x5b\x2d\xb5\x49\xbd\x93\x1b\xb6\xf0\x4d\x28\xcb\x59\x44\x41\xce\xaf\x64\xca\xf0\x81\x92\x3f\xb3\xb9\x14\x77\xfa\xa3\x2a\x9d\xe9\xf2\x02\xd3\x22\xf7\x3d\x31\x53\xc7\xf3\xa9\xf5\xaa\x8d\x3f\x27\x9b\x73\x6f\x1e\x51\x3a\x12\x3d\x11\x96\xbd\xee\xdc\x9e\x13\x2f\xc7\xaf\xa4\x36\xdf\x9b\x69\x46\x8d\x2f\x49\x88\xeb\x5b\xd6\xe2\x31\x56\x13\xf3\xf7\x97\xe7\x69\xf7\xf1\xef\xd1\xb6\x83\x7a\x27\x14\xff\xb0\x62\x96\x0e\xfe\x3d\xf6\xf2\x63\x64\xdc\xe8\x9f\xd9\x23\x1d\x2f\xc8\x89\x6f\x86\x76\x1c\x16\xde\xdf\x91\xdc\x3d\x3c\xd7\x58\x72\xf3\x4a\x6a\xf4\xc8\xc9\x7d\x92\x2b\x31\x69\x0a\x63\x56\x3b\x63\xdb\x46\xd3\x97\x8f\x3d\x69\x50\x6e\x79\x9f\xf1\x74\xdc\xbe\xee\xd1\x71\x57\x04\x7b\x22\xaf\xf2\xea\x61\x29\x62\x76\x12\x94\x3b\xee\xbb\x95\x95\x3c\x59\x51\x72\x63\xb7\x72\x96\xf5\x14\xab\xd0\x0e\xc2\xe8\x83\x1e\xa7\x75\x16\x20\xcc\xf8\xe7\x19\xa6\x5f\x02\x21\x7a\xd3\xe6\xd4\x75\xbe\x10\x92\xe5\x5e\xa6\x66\xfa\x10\xb2\x2f\xfa\xa2\x6c\xd2\x21\x94\x66\xfb\x7b\xba\xa1\x21\x2c\xaa\x0f\x96\xfb\x3a\xc2\x57\xe5\x31\xa1\xeb\x83\x06\xa1\x6d\xd9\xbb\x68\x6a\xbc\xc1\x3f\xff\x12\x98\xa4\x99\xa3\xbf\xf0\xae\x28\x23\x73\x0d\xe5\xeb\xdc\x59\x7e\x0f\xd6\xb3\x68\xc9\xcc\x05\x7a\x00\xf5\x4a\x5d\xd6\x14\x24\xe7\x8b\x5f\xec\x77\x9f\xec\xc5\xcd\xd4\xdc\x3e\xfc\x7a\xe2\x0e\xfa\xc8\x21\xd8\x14\x36\x5e\x94\xfd\xbc\xed\xe2\xa9\xf7\x63\xa2\xf4\xd0\x7b\xcf\x5a\x17\x8d\x3c\x4d\x78\xf8\xe5\xc7\xf9\xe6\x31\x85\xd8\xbb\x3f\x71\xad\x11\x63\x7e\x31\xb8\xdf\xaa\xa7\x74\xfa\x37\xc5\x8b\x7e\xbf\x3b\x79\xae\x67\x77\x32\x79\xb0\xe5\x44\xd0\xc3\x8a\xd4\xe4\x21\xe5\xa3\xcf\x6f\xe0\x32\xfc\x87\x76\x1e\xa9\xbb\x3c\x92\xb1\x66\xe4\xd4\xbe\xc1\x73\xfa\x88\xf1\x51\xcf\xbd\x01\xcd\xcf\xb2\xec\xc6\xd6\xee\x72\x3f\xda\x9c\xed\x3a\xbe\xa6\xbe\xfa\xc0\xaa\x9c\x98\xf1\x77\x35\xf5\x7b\x9f\xe4\x98\x4e\x3c\xa8\x90\x36\xdc\x41\x9e\x9b\x44\x94\x8e\xd7\xee\xcd\x9d\x9b\x24\x97\x5e\x82\x30\xc6\xdf\x3d\x77\x95\x10\xc2\x8c\x5e\x8f\x04\xbd\x26\x08\xb1\x16\x9e\x1a\xeb\x02\x21\xa4\xb1\x3c\xff\x98\x76\x41\xc8\x9f\xf0\x66\x5b\xd7\x40\x58\x74\xde\xf7\xb3\x53\x27\x84\x15\xb6\x01\xfa\x9e\xb3\xf0\x59\x75\x4e\x88\x5a\x70\x06\xb4\xaa\xf3\x89\x58\x88\x47\xfe\x8b\xaf\x89\x88\xfb\x90\x6d\xbc\x70\xa1\x62\x26\x1d\x4f\xcb\x9b\x23\x16\x2d\xa0\x2b\xe4\xaa\x33\xee\x9c\x16\xf2\xdf\x1d\xa4\x29\x0d\x5a\x8b\x50\xe1\xd0\xab\x09\x22\xb1\xb8\xca\xff\xc4\xd8\xf8\x76\xec\xe2\x03\xc2\xd3\x81\xa3\x17\x50\x1b\xce\x16\xb6\x71\x87\xbb\x11\xab\x1e\xd9\x5f\xbe\x30\x94\x92\x34\xd0\x1f\xd0\x31\x3b\x82\x8f\x9f\xf9\xe1\x7c\xe1\xec\xc0\x54\xc2\xf1\x81\x99\xb3\xd3\x6f\x4d\x93\xab\x7f\x5d\x3b\x1d\xf1\xc8\x31\xdd\xeb\x77\xfb\x29\xec\xcd\x01\xc4\x81\xc1\xa1\x13\x35\x97\xde\x66\x25\x0c\xe5\x1e\xdd\xdd\x32\x8e\x44\x0e\x1b\x1c\x7e\x7e\x1c\x99\xfb\x68\xc4\xf0\xc0\xad\x43\x2e\xa8\xce\x51\xa5\x7d\x4f\xf6\x5d\x40\x9b\x8c\xad\xde\x35\xba\x4b\x8a\x5e\x3f\xee\x57\x9f\x5f\x87\xc7\x14\x8e\xbf\xa8\x75\xab\x5e\x87\x09\x9f\xe8\xae\xe8\x2b\xe3\xe7\x75\x4f\xda\x96\x87\x43\x18\x27\xd8\xa8\xbd\xca\x02\xc2\xec\xb3\x9b\x12\xf5\xa6\x21\x24\xdc\xd8\x64\xbd\xb6\x08\x42\xce\xd8\xc6\x23\xc6\x1a\x10\x4a\xf4\x3d\xbe\x5a\x62\x20\x2c\x3b\xed\x73\xd5\x79\x03\x84\x35\xf5\x5b\xf7\x7b\xee\x87\x23\x0d\x20\x28\x76\xdb\x39\x18\xb3\x2b\x20\x4c\x23\x26\xf9\x1f\x6e\xd7\x99\xe8\x6b\x99\xdd\x0b\xcf\x6b\x77\xa7\x9a\x52\x3d\xe7\xa6\x2a\xc7\xb3\x6b\x64\x1a\x33\xca\xe2\xe1\x82\xd6\x9d\x7b\x27\x7d\xd8\x32\xd6\xe1\x63\xf8\xf1\x28\x5a\x7e\x89\xc2\x69\xd4\xe8\x60\x81\xeb\x9e\x33\x6d\xde\xc3\xb9\x79\x9e\x67\x4f\xb7\x5f\xfa\xe3\x90\xe9\xf3\x8c\x72\xa3\xfb\x8f\x5d\xca\x9e\x2f\xbb\x6e\xb8\x0d\xe3\x13\x33\xbf\x3d\xb8\xfc\xa2\xaf\x29\x6d\xc7\xf7\xca\xcb\x46\x8f\x63\x10\xf7\x06\x9e\xb7\x75\xde\x0c\xce\x7e\xfa\x6b\x73\xeb\x97\x8b\xc3\xc8\xfa\xdf\xa3\xa7\x5e\x9c\x7e\x95\xfb\xf8\xcf\xd9\x26\xdb\x63\x16\x98\xae\xa1\x2d\xc7\x7a\x1b\x31\xf9\x5a\xc3\x45\x87\x55\x77\xc9\xb1\xaa\x23\x57\x1b\x8d\xea\x89\xd8\xa0\xd1\xde\x3d\x9b\xaa\xda\x70\x71\x63\x0d\x3b\x29\xe5\xd7\xb1\x9f\xc7\xcf\xd7\xfe\x91\xf7\xe1\x75\x26\xd6\xd4\xc4\xca\xbc\xf1\x8d\x93\xaa\x15\x6b\x21\x4c\x8a\x77\x33\xd3\xbe\x04\x61\xee\xb4\xbb\xad\x5e\x3f\x84\xe4\xef\x1b\xb6\x18\xbc\xfa\x7f\x70\x28\x9e\xd9\x54\x63\xd9\x01\x61\x95\xc6\xe6\x76\xfb\x5f\x10\xee\x1c\xf2\x41\x6f\xd4\x86\x70\x7f\x5d\xc0\xda\x80\xa5\xb0\xe2\x50\x7e\x10\x31\xfc\xf1\xbf\xd2\xc3\x4b\x22\x16\x65\xbc\x5b\xb8\xbd\xef\x6e\x22\x93\x7a\x6a\x6e\x67\x43\x7a\xe6\x93\xa2\x5b\xd3\x17\xca\xc7\xb0\x8b\x77\x67\x4d\x44\x0a\x79\x8c\xe1\x93\xc4\xd1\xf3\xec\x33\xd2\x03\xe7\x0d\x86\xef\x53\xca\x76\x4e\xb4\x6b\x0e\xde\xc5\x0a\xce\x7b\xdd\x6a\xfa\xd9\x9c\x63\xd7\xb3\xe4\xfe\xf7\xdf\xbe\xe9\x05\x1f\xbf\xdc\x59\xfc\xe5\x5a\xfa\xcc\x97\xe3\x37\xea\xba\xc7\xb3\x83\xfb\xdf\x5d\xb5\xbf\x39\x9f\xbb\xf8\xc7\xc7\x8b\xb4\xf3\x41\x79\x2e\x03\x4f\xce\xbf\x6e\xde\x90\x9f\xf9\xdb\xee\x4c\xe2\xc1\x8f\xb8\xc6\xc1\x6b\xcd\xc4\x7d\x91\xb8\x91\xa1\xb5\xc7\x6b\x77\x74\x12\x74\x86\xed\x8f\x10\xaa\xfb\x0b\x12\x47\xb6\x1d\x58\x28\xdd\x43\x8a\x1f\x55\xdc\x5f\x5e\x34\x4e\xca\x18\xb3\xda\x9d\x5d\x18\x4b\x5c\x3b\x9e\x55\xcf\x12\x3d\x25\x21\xc6\xe7\x6b\x15\x78\x61\x64\xab\x89\x17\x95\xfe\x10\xa6\xdc\x73\x33\x5c\x15\x01\x21\xba\xd6\x45\x51\xe7\x19\x84\x0c\xac\x5b\xb1\x21\x12\x42\x51\xbf\x2b\x7d\x9d\x1d\x84\xe5\x21\x1b\x5d\xcc\x27\x21\x6c\xc8\xf1\xf0\xb7\x63\x41\xb8\xff\x9d\xf7\x6b\xf7\x26\x08\x8f\xdc\xf0\xe3\xf8\xb5\xc3\xc6\x13\xc6\xdb\xf4\xc2\x32\xff\x95\x9f\xd4\x0b\x7d\x99\x51\xfa\x57\xa7\xe9\x4c\x4c\x09\x71\x64\xee\xdd\xc1\x27\xa9\x0d\xb2\xa2\x69\x93\x1d\xe5\xe8\xdb\xfb\xd2\xc7\x3f\x54\x2c\x25\x75\x9f\xda\x34\xa2\x2c\x98\x14\xd0\xaf\xa0\x07\x0f\x32\x63\x77\xcc\xdd\x66\xfd\x0c\x24\x76\x9c\x9d\x79\x58\xfc\xcd\x0b\x75\xa8\x37\xef\x99\xdd\x80\x53\xf6\xb2\x77\x35\x5d\xa7\xba\xaf\xa0\x17\x7f\xfc\x7c\x77\x65\xc7\x28\x2e\xf8\xcb\x83\x9b\x3d\xe7\x8e\xe3\x97\x7f\xfb\xda\xe1\x79\xfc\x44\xc1\xa6\x01\xc4\x45\xff\x46\x3c\x29\xe0\x67\xff\xb9\xe9\x5d\xc9\xa4\xbd\xbf\x27\x5b\xde\xd7\x68\x51\x26\x07\x7f\x34\x53\x2a\x52\x29\xfb\x87\x24\xc7\x1e\x96\xa4\x50\xb2\x47\xb4\x0f\xbe\x90\xd6\xd3\x9e\x8e\x50\x0f\x1c\x16\x91\xa9\xbf\xc6\x34\x77\x7f\x16\x58\x53\x2f\x8d\xf5\xef\x68\x64\x4b\xe9\x21\xe3\xf8\x7a\x0a\x73\x9c\xba\x30\x51\x5b\x45\x80\x30\x63\xcc\xc5\x42\xfb\x25\x84\xd8\x5a\x17\x9f\xd5\x8a\x10\xb2\x1a\x5c\x69\x06\x9f\x20\x2c\xd4\x76\xd9\xb2\xf6\x37\x84\xd5\xeb\xdc\x14\xcd\xec\x20\xdc\x77\xc6\xed\x9c\xd5\x13\x08\x8f\xee\xf0\x70\x74\xbe\x0f\x61\x8b\xb7\xcf\x32\x9f\x6c\xf8\xe4\xec\x63\xbf\xd2\xe0\xba\x7f\x4f\xda\x4a\x83\x26\x52\x4a\xfe\x26\xb6\x7d\x88\x70\xc4\x1f\x9a\x57\x6b\xe1\x24\xfc\x94\x9c\x9c\x3e\x77\x0c\x95\xc9\xdb\xb5\x30\x6e\xb1\xab\x1b\x9f\x7a\xfa\xcd\x90\x4e\xf1\x71\xde\xca\xeb\x9f\x06\x7a\x45\xa3\x15\x2d\x5d\x3d\xfd\x65\x8c\x83\x67\xd6\xbd\x58\xf7\x55\x33\x5f\xbf\x27\xa9\xe7\xd6\x4b\x0d\xec\xd8\xeb\xdd\xdd\x1b\x6e\x1a\x14\x20\xde\x7f\x78\x70\xaa\x35\x86\x42\xfa\xd4\x73\x47\x7a\xe8\x1b\xed\x57\x3f\xf6\x7a\xc5\xce\x9f\xcc\xb2\xef\xb8\xf6\x77\xb5\x07\x98\x09\x03\xbd\x17\xae\x96\x2b\x30\x1f\xfe\x76\x6a\xb5\x2e\xea\x62\xbd\x19\xa4\x9f\xfa\x24\xbd\xc0\xda\xf1\xa7\xf7\x84\x82\xf0\x3c\xab\x7d\xd8\xfb\xc8\x75\xde\x5f\xd6\xd2\x91\x93\x8d\x90\xfb\x8d\x59\x3b\x4a\xde\xe7\xc6\x3e\xcb\x78\x38\xf6\x6b\x47\x3d\xfb\x03\xbd\x64\xdc\xbe\x41\xc8\xd8\xc5\xa0\x4f\x34\x54\x65\x43\x98\xd5\xe9\x74\x55\x1b\x05\x21\xfe\x94\x93\xb3\xce\x79\x08\x05\xb5\x8e\x24\x3d\x17\x08\x4b\x5b\x1d\x47\x0c\x0f\x40\xd8\xf0\xc6\x39\xdf\x64\x0b\x84\x87\x82\x5d\xbe\x5b\x26\x40\x78\x4a\xdf\x4d\x6c\xbb\x13\xc2\x0b\x4a\x9e\x24\x8f\xbb\xb0\xaf\xfd\xb9\xaf\x5f\x50\x38\x54\xed\x18\x0b\x68\x4e\x90\xff\x15\xdd\x58\x15\xb2\x07\xbb\x7d\xee\x6f\x7b\x7e\xcc\x1b\x89\x68\x9a\x7e\xfe\x49\x2a\x7b\xf7\xcd\x31\x69\xf3\x35\x14\xa9\xf5\xd6\xe0\xf7\x3d\x6f\x68\x2b\x6e\xdd\xea\x3f\x52\x72\xb9\xd8\xf5\x45\x78\x5f\xa4\x68\xac\xa5\xe9\x43\xd0\x1b\x36\x5d\xab\x2b\xf4\xfd\xae\xab\x03\xac\xbd\x3d\xcf\x5e\xda\x9e\x38\xc1\xbd\xf7\xf6\xd3\x93\xac\xdd\x85\x82\x8b\x1f\x23\xee\xa3\x6a\x1e\x0b\xf7\x7f\x31\xbd\x3d\x57\x5e\xc6\x1f\xf8\xbe\xa4\xe3\x4b\xb1\xb7\xc0\x65\xc0\xf4\x92\x54\x6a\xca\xbb\xfb\x5b\xa1\xf5\x81\xa8\x9b\xbf\x63\x30\xb2\x25\x95\xff\x8b\x5f\x37\xe4\x7b\xbc\x9b\x8f\xe3\xe2\x86\x43\x8e\xd4\x73\xd6\xf3\xbe\x8c\xbc\x68\x24\x32\x2f\xf1\x89\x63\x2b\x77\xbf\x67\x8c\xf3\x1e\x8d\x9d\xd9\x49\xa7\xc6\x09\x42\x26\x5c\x6a\x0c\xa8\x57\xb9\xe2\x89\xb6\xca\x3e\x08\x91\x07\x9c\xea\xb4\x47\x20\xa4\x7c\x77\x88\xd4\x21\x42\x28\xbe\xe3\xf0\x57\x8f\x0a\x61\xe5\x29\xc7\x00\xc3\xbb\x10\xee\x99\x75\x7c\x65\x9c\x0e\xe1\xf1\x4b\x4e\xb5\xe6\x66\x10\x9e\x3d\xec\x66\x60\x87\x80\xb0\x7d\x7e\xe3\x7d\xb7\x25\x10\x76\x26\x7b\x2d\xdd\xda\x0c\xa3\x1f\x6e\xde\x22\x8f\x96\xfe\xbd\xd6\x95\x17\xb4\x09\xa3\x3e\x2f\x7e\x58\x19\x4e\xe7\x33\x66\x54\xee\x67\xc7\x51\x1a\xae\x8e\xaf\xbc\xb6\x3a\xe3\xd7\x69\x9b\xdf\x97\xce\x6d\xc2\x65\xdd\xb1\xff\x7c\xf5\xd0\xa8\xc0\xa3\x57\xf4\xfc\x46\xe5\xd1\xa6\xad\x3f\x8a\xda\x6f\x94\x7c\xef\x54\xf9\x5a\x7c\xcc\x43\xee\xd0\x4d\x78\x33\x53\x47\x90\x5f\x78\xa3\xfe\x6c\x49\x65\x6c\xb1\xf3\x87\xa5\x0f\xa9\xa5\xe4\xa2\x6d\x9f\x77\x77\x8e\xc8\xd6\x14\x7d\xfb\x9e\xde\xe1\x26\xae\x2c\x34\x19\x98\xbe\x70\x40\xc0\x2c\xac\xfb\xad\xd6\xba\x9f\x7b\xb2\xf0\xd0\xe0\x7c\x33\x99\xbd\xbc\x30\x66\xe8\xd9\x31\x05\x26\x59\xf6\x6d\x78\xfe\x90\x1f\xfd\x97\x94\x33\x9a\xb8\xaf\x90\x56\x2a\x5b\x35\x3a\xb3\xc7\x99\xe2\x27\xa3\x8d\x5b\x34\x14\x12\xbb\xa4\xfb\x27\x8e\x57\xfe\x25\xfa\x4a\xcb\x26\xc6\x2a\x9a\x20\xc4\x28\x39\xba\x6a\xd7\x43\x48\x5f\x6b\xcf\xd1\xb1\x86\x50\x76\xc0\x96\xa5\x8b\x84\xb0\x76\xca\x7e\x83\x81\x17\x84\x87\x42\x6c\xe4\xfa\xfb\x20\x3c\x5d\x6a\x3b\xb1\x6e\x27\x84\xed\xca\x0e\x83\x16\x76\x10\x76\x96\xb8\xa6\x3a\x9a\x41\xf8\xc4\x66\x93\x8b\x97\x39\x6c\x7e\xb5\xc2\xeb\x45\xe8\xda\x7f\xfe\x6f\x67\xb6\xb6\x64\x8e\xcf\xbf\x7d\xb7\x3f\x78\x88\x7d\x78\xc6\xf1\x9d\x6e\xe4\xba\xba\xde\xb1\xe7\xaf\x36\x25\xae\x3a\xbd\xea\x57\xef\x53\x69\xb6\xca\x5d\xd4\xfb\x85\x4e\x5d\x2a\xa1\x4f\xe1\xa6\x5a\xd3\xd8\x41\xa7\xb1\xc7\x07\x16\x1f\x87\x37\x5a\xbe\x3d\xa8\xfa\x72\xa4\xbb\x7b\xe9\x5b\x3f\xb9\xfb\xfe\x7f\x6f\x72\xbb\x33\xa4\x88\xbd\xdc\x0f\x07\x1e\x24\x08\xfb\xeb\x73\xfa\x53\xaf\x0f\x0b\x4c\x6b\x25\xdf\x99\xed\xaf\x38\x5a\x35\x59\x3f\xff\xb5\xa9\x33\x7b\xaa\x83\x07\x15\x5b\x46\x19\xda\x55\xd6\x7f\x76\x9f\x10\xd3\xf9\xe5\xf7\x87\x6e\x1d\xd3\xa2\x74\x54\x2c\x1e\xa1\x1d\xe0\x51\x94\xca\x6e\x8e\x06\xec\x3b\x4e\x8a\x2f\x6d\x1a\xab\xd8\xd9\x45\x78\x53\xea\x3b\xa1\x52\x73\x02\xdf\x58\x96\x3c\x81\xae\x9a\xc7\x5d\x2b\xb9\x35\xe9\x51\xee\x0a\x61\xfe\x65\xdb\x2f\x2b\x59\x10\x72\xb6\x59\x57\x68\x35\x40\x28\x6f\x5e\x9f\xa2\x3d\x04\xe1\xce\x10\xab\x63\x3a\x12\x08\x9b\xda\x2d\x36\xae\xea\x86\xf0\x02\xc5\xea\x8f\xde\x13\x08\x6f\x07\xdb\xf2\x8c\x0f\x43\xf8\x44\xd3\x49\x6a\xab\x0c\x61\x6f\xf3\xc6\x1f\x9e\x10\xfe\xfa\xd4\xe7\x89\x0b\xbc\xfb\xaf\xfa\xa7\xa3\xef\x6c\xda\x85\x05\xf1\xd0\xce\x80\x6a\xca\xb5\x99\xab\xe3\x19\xdb\x53\xaa\xac\xc6\x97\x0f\x92\xa2\x0e\x9d\x52\xfb\x9d\xfa\xc5\x3c\x15\x74\x56\x3d\x3f\xff\xea\x32\x61\xf3\x4b\x6e\x53\xcb\xdd\xdc\xea\x5f\xfd\x15\x25\x17\x1e\x5c\xb8\xbb\xe5\x73\x2b\xbf\xe5\x81\xd6\xf3\xf5\xbd\x4d\xdc\x23\x97\xfc\xdf\x76\x3c\xf1\x63\x97\x9e\xb6\xf9\xb4\xee\xee\x65\x56\xf9\xb1\x53\x5f\xbb\x6e\x1c\xa5\x7e\x3a\x32\x38\xe0\x7d\xf1\x1c\x55\xf3\x60\xc2\x2f\xbd\x73\x34\x4a\xc4\x9e\xfb\x83\xbc\x53\x68\x52\xfd\x9e\xed\x7f\x3e\x34\xb1\x49\x71\x0d\xe1\xc3\x65\x87\xd3\x0a\xc6\xea\x4f\x8e\x1c\x68\xbc\x8a\x3b\xdc\xf0\x75\x2c\x66\x17\x19\xfb\xaa\x6e\xd7\x78\x7a\xfd\x76\xac\x4a\xad\xeb\x84\x79\xf5\x5c\xfe\x64\x95\xde\xc4\x40\xc5\x8e\xbc\xcf\x95\x2f\x27\x45\xff\xf9\x28\x42\xa5\xad\xf3\xca\xe3\x10\xf2\xd5\x2d\x1f\xae\x28\x83\xb0\xf2\x96\xf9\xa2\x15\x79\x10\xee\x87\x00\x00\x00\xe1\xa9\x70\xd3\x5f\x5a\xc9\x10\x5e\xfd\x6c\xdc\xb3\xa2\x1b\xc2\xae\x59\xb3\x93\x3a\xf6\x10\xf6\x3e\xb2\x57\xb0\x50\x80\xb0\xdf\xdb\xa9\xda\xee\x23\x84\xc3\xab\x36\xad\xf3\xab\x82\x76\xf3\x2f\xbc\x15\xe3\xf6\x2c\xdc\x9e\x15\x6c\x1d\x27\x29\xcd\xdc\x99\x58\xb3\xdd\xb9\x72\xe8\xd7\xc2\xe0\x85\x18\x79\xf3\xbd\x9e\xf7\x3f\xee\xa5\xbf\xbf\xc2\xbc\xb6\xe3\x63\x2d\x61\xff\xc3\xec\x5d\x2b\x5e\x87\x16\x6b\xf6\x3c\x90\x80\x67\x7a\x77\xde\xbe\x13\x52\xcf\xbe\xae\x7e\x39\xfc\x22\x86\xb4\xaa\x9b\xdf\x47\xfd\xbf\xf8\x78\xcb\xa8\x2a\xbb\x76\xfd\x1b\xbb\x03\xec\x0e\xc0\x00\x51\xc0\x20\xa5\xa5\xbb\xbb\xbb\xbb\xbb\xbb\xbb\xbb\x25\x24\x25\x05\x11\xa4\x44\x11\x14\xc5\x40\x04\xa4\x59\xac\xee\xf3\x1d\xcf\x46\xf4\xbe\x9f\xbd\xff\xef\xa7\xdf\xb8\x3e\x9e\x73\xcd\x39\xaf\x6b\xac\xe3\x37\x8e\x61\x25\xc7\xa1\xae\xac\x59\xf6\xde\x79\x07\xff\x96\xc7\xf3\x73\x1d\x0f\xec\x79\x9f\x69\x2e\xa6\x36\x27\xda\x1f\xa8\xac\x5d\xe1\xae\x33\xb1\x13\x2d\xe5\x5b\x63\xa9\xe2\xb0\x5e\x2e\xf1\xd8\x38\x55\xe2\x66\xed\x9b\x3f\x80\xa8\xce\x97\xb0\xa2\xcb\x3b\x8d\xdc\x9d\x65\x6e\x31\x92\x53\x85\xba\x9e\xb6\xdb\x72\x47\x66\x34\xaa\x37\xd9\xc3\x1c\x97\xd9\x89\x96\x4c\xa4\x37\x37\x49\xe7\xc7\x30\xc6\x0a\x9b\xcd\xa5\x96\x62\x3a\xa3\x2c\x00\x1c\xaf\x30\xeb\xd0\x39\xfe\xe7\x7b\xe9\xe6\x01\xda\x02\x80\x64\x4e\x06\x71\xda\x73\x00\xa5\xce\x5b\xeb\xd0\xcc\xba\xc5\x81\xf6\x2d\x7e\x4c\xdc\xe2\x4c\xcb\x0d\xc6\xb3\xbc\x00\x1b\x06\x77\x2f\x33\xce\x01\x50\x09\x1c\x42\xbc\x67\x81\x8b\xbc\xfc\x78\x4a\x19\x4f\x7e\x84\xef\x11\xc1\xb8\xdd\x5a\x91\x42\x93\xa5\xbe\xc4\x0c\x4f\xd2\x22\x02\x55\x05\x0b\x28\xbd\x1f\x57\x0f\x1a\x08\xd4\xcd\x54\x07\xcf\x13\x1c\xee\x77\xbf\x4c\x90\xf9\xbe\x11\x92\x35\xf4\xda\x27\xe8\x9b\xf8\x33\xf2\x48\x81\xad\xdb\xd7\xa7\xd3\xca\x23\xfe\x96\xb3\x33\x22\xdf\x8e\xbf\x0e\xb4\x48\x7b\x87\x9f\x3b\xd5\xf5\xd1\x92\xda\xe7\xfd\x8b\xf1\xf9\x0d\x8b\xc9\x8e\x86\xe5\xd8\x7a\x4f\xcb\xb6\xa6\x4f\x2b\x0b\x35\x5c\x96\x8c\x75\x0e\x6b\x6b\xe5\x65\xe6\xb1\x35\x9c\x1b\xb5\x45\x2c\xe6\x34\x55\xbb\x11\x8b\x79\x27\xcd\x0e\x97\x09\x21\x5d\x33\x0c\xcd\x5e\x17\x3d\x46\x92\xd2\x1c\x4d\x17\x0a\x5a\x51\x9f\x92\x26\x4c\xe8\x0b\xa2\xd0\x5f\xe3\x04\x4d\x8e\xe4\x84\x62\x3a\xa3\x6e\x1b\xcb\x65\xef\xc3\x9a\x86\x8d\x03\xb8\x46\xde\xee\xa1\x9d\x01\x08\x95\xa4\x99\xfa\xcf\x7c\x69\x1f\xb6\xe6\xac\x08\xa5\xd1\xfc\x0f\x3b\x1c\xb6\x9e\xdf\xfc\xd8\xe2\x57\x4f\x1a\xed\xff\x10\xe9\xbf\xf5\x0c\x59\xb7\xc4\xce\x4a\x01\x50\x7f\x72\x14\x3d\x56\xa5\xb6\x90\xd9\xf9\x6d\xb5\xf7\xaf\xdb\x12\xcc\x9f\xf4\x3b\x35\x4f\x9f\xc2\x9e\x95\xbd\x14\x61\x3e\x30\x8c\x6c\x57\xfb\x9a\x69\xd4\xe4\xb9\x2e\x6e\x84\xaa\x3a\x54\x62\xbd\x82\xb0\xa9\x79\xa6\x18\xe5\xb5\x70\x25\xa0\xfe\xc5\x2d\xaf\xac\x9f\x7e\x15\x32\x7d\x61\x16\xb1\xb3\x47\xbf\x04\xbe\xca\x36\xf1\x99\xe3\x9d\x15\xec\xf1\x37\x1c\x9f\x1d\x9b\x37\x6d\x4f\x31\xac\xff\xc8\xbb\xb8\xde\xa8\x66\x7c\x62\x30\x61\x25\xa3\x86\xcb\xb8\xbd\x67\xd7\x9a\x6d\x85\x93\x71\x52\x7b\xd8\xc6\xee\xe2\x61\x93\x8b\x4d\xa7\x10\x32\xf9\x23\x46\xf8\xfa\xb7\x9b\xb3\x59\x77\x8d\x17\x9f\x16\x23\x9f\x64\x4c\x1b\x73\x55\x20\x51\x51\xc9\xa3\x86\x1f\xca\xdd\xd0\x15\x71\x73\x46\xf4\xc5\x1c\x18\xfd\xe8\x7a\x03\xdf\x22\x12\x56\x28\x9c\xdb\x40\xbe\xa0\x0b\xdb\x1b\x52\x0a\xe0\x6e\x72\x83\x72\xec\x23\x40\xb4\xf5\xd6\x5c\xb9\x7e\x5b\xac\xdb\xb3\x35\xef\xcb\xdf\xbf\xff\xe4\xbd\x2d\xce\xaf\x6c\x91\x32\x41\xe3\xfc\x3f\xeb\x00\x37\xae\x9f\x0c\x00\xa0\xe2\x39\x44\x79\x19\x91\xfc\x64\x17\xfe\x64\xcd\x33\x33\x25\x44\x7e\x51\x1f\xdb\xc8\x31\x7a\x9c\x8c\x9c\x5e\x50\x71\xc7\x47\xb4\x97\xc6\xad\x24\xdf\x6a\xa9\x4d\x0e\x23\x52\x41\x6b\xd6\x93\xf5\x23\x76\xfd\xd5\xcd\x61\x1f\x97\x86\xfc\x1e\xb5\x2a\x7a\xb8\x2f\xde\x2a\x38\xda\x9e\x6a\xe9\xbd\x10\x3d\x1c\xdf\xf9\x5a\x9f\xf8\xab\x60\xfe\x63\x9b\xab\x0e\x61\x69\x6d\xf1\x49\xd3\x6e\x5d\xcb\xd9\x43\x4b\xf8\x7a\x49\x7d\x96\xc9\xe7\x2b\x25\x4f\x43\xf5\xaf\x8d\xfc\x5a\x83\x32\x16\xfd\xf3\x7d\x8a\x88\x1b\xf9\x19\xfa\x0d\x9d\x63\x9b\xc2\xd9\x08\x7d\xc9\x36\x21\xa4\x56\xfa\xaa\xfe\xed\xa6\xcf\x28\xf3\xe4\xf7\xfa\x7c\xf5\xe3\xe8\x87\x09\xe1\xfa\xd7\x6a\x26\xd1\x3f\x62\x93\xf5\xfd\x2a\xdb\x30\xde\x51\x53\xfa\xf8\x32\x77\xcc\xd7\xc8\x8b\x7a\xca\x25\xdf\xb0\xb8\x60\x59\x00\xbf\xc5\x6b\xc8\xc3\x41\x00\x09\xd7\xb6\xe6\x2b\xfc\x7d\x2f\xb4\xfc\xdc\xe2\x30\xdb\x16\xa7\xb5\xb7\x88\x0c\xfb\xbd\x0f\x80\xc6\x66\x8b\x4c\x7a\x17\x3e\x63\xda\xa8\x3f\x39\x24\x79\xd1\xf3\xef\xc8\x43\xfc\x93\x6a\x1a\x13\xe9\xc4\x75\x31\x09\x0b\xd2\xcb\x74\xfc\xa0\xdc\x92\x97\xd8\xb3\x78\xcc\xaa\x66\x64\x0c\x7d\x91\x2e\xca\xd0\x38\x23\xa3\x32\x59\x02\x91\x6b\x97\x55\x5c\x1f\x88\x5e\x37\xf0\x1a\xaa\xe6\x70\xf3\x5c\x19\xce\xec\x6e\x38\x6d\x71\x6b\x99\xf2\xa2\xb2\xf1\xb0\xee\xc8\x52\xf2\x42\x58\x13\x52\x13\xb5\x2a\xbc\xdc\x59\xf3\x5a\xf3\xc6\xea\xec\x8a\xc9\x53\x1a\x4d\x8b\x79\xe5\x55\x42\xf9\xa6\x66\xf3\x94\xdb\xc6\xb3\x82\xc3\x5a\x1e\x63\x29\x9b\xc7\xb3\x9b\xb5\xe2\x86\xee\x23\x6f\xa5\x7f\xd2\x76\x7d\xf9\x0a\xf9\x3d\x55\x49\xfb\x6d\xd7\x59\xd4\x68\x62\xad\x76\xf2\xf3\xfd\xe8\xf5\x98\x11\xed\x8e\xa6\x64\x8c\x77\x94\xa4\xf6\xea\x33\x41\x0c\x39\x7c\x5d\x87\xb3\x46\x11\x1b\x16\x2a\xa1\x85\x7d\x2a\x8d\x93\x0f\xc0\x00\x04\x9d\xa1\x09\xfc\xcf\x3c\xa9\xac\xff\x3e\x0f\xdd\xe5\x5b\xcf\xef\xc6\xb6\xb8\x10\xbf\x45\xaa\xed\x3f\xd7\x81\x90\x02\xc0\x3c\x79\xf5\xdc\xe2\x30\xf5\x07\x87\x0b\x2f\x7e\x2a\x9b\xa2\xc3\x9f\xac\xd0\x39\x28\x4d\xaa\x14\x1b\x33\xb6\x6a\x6d\x21\xe0\xe4\xe3\x9c\x06\x2a\x08\xb8\x04\xcd\xb6\xe0\xe2\x2c\x6b\xec\x05\x23\xb3\x18\x93\x18\x37\x54\xb6\xad\x44\x86\x9b\x5f\x09\xa2\xcb\xf3\x47\x71\x91\x73\xdf\x46\x67\xf2\xa5\xb2\x17\x16\x3a\x1b\x37\xeb\x4d\xcb\xdf\xea\x72\xad\x6b\x4d\x7e\xab\x68\x51\x67\x58\x77\x5c\x3b\x5c\xfe\x48\xed\xf4\x86\xc8\xda\x72\x49\x98\x4a\x27\x42\x61\x63\x6f\xc1\xbc\xea\xc2\xfc\x47\xc4\xb9\xdc\xaf\x6a\x3a\xd3\x9e\x9b\x23\x19\xdc\x6a\xeb\x13\x3a\xc8\xee\x94\x69\x8d\x43\x43\x04\x54\x4f\x22\x83\xc6\x97\x7e\x13\xf4\x89\x78\xa2\xfa\xf2\x8b\x19\x4c\x69\xc4\x5b\xf5\xac\xce\x19\xac\x52\xa8\xaf\x46\x40\x9b\x37\xd6\x24\x54\x41\x3d\xb3\xa5\x05\x27\x13\xe0\xa8\x3e\xdb\xd0\x87\xeb\xf5\x25\x01\x44\xde\xfa\xf7\x79\x68\x58\xda\x62\x3f\xcb\x16\x3f\xaf\x6d\x11\xf5\xf1\xcf\xfc\x5a\x34\x34\x54\x13\x80\x0b\xa3\x7b\xbd\x56\x43\x00\xee\x9c\xbd\x4e\x3b\xad\x01\x7b\x38\xe4\xb9\xbf\x8c\x5e\xa3\x64\x0a\x58\xcb\x15\x76\x22\xc8\x16\xe2\x4c\xba\x87\x6b\xdd\x88\x1f\x15\x58\x6c\xa2\xf2\x35\x08\x17\xb4\x0e\x7b\x39\x24\x0d\xe3\xd4\x8d\xa5\x42\x29\x61\xcc\x98\x0a\x9b\xc6\x78\x21\x4f\x22\x0a\xe5\x3e\x99\x2e\xed\x70\x07\x75\x27\xae\x20\x4b\xd7\xec\x0d\xd2\xaa\x7c\x28\xa7\x52\xb7\x01\x31\x3e\x38\x59\x78\x53\xed\x01\x22\xf9\xd7\xae\x02\x7b\xa5\xe1\xcd\x77\x88\x9c\x6c\x71\xc5\x11\x64\xca\xa6\x75\xc6\x23\x85\x36\x94\x31\x52\x2c\x65\x40\x49\x74\xd1\x0d\xd9\x95\x9c\xae\xf4\x60\xe6\x04\xfa\x5e\xec\x57\xe5\x37\x1f\x33\xd1\x96\xb1\x1a\x2a\x97\xdf\xb2\x63\x2c\x22\xf7\x2b\xff\x1a\x8a\xc4\x5a\x85\xb0\x29\xcf\xf5\x47\xe2\x76\x05\x32\x2b\xbf\xec\xa9\xc1\xf5\xfa\x5e\x50\xb9\xd4\x15\x81\xdf\xed\xdd\xad\xd2\xda\xd6\x8c\xe7\xf7\x8a\xfd\x7b\x1e\x4a\x79\xb7\xd8\x99\xfd\xef\x7d\xb0\xc8\xfd\xcf\xf9\xa1\x04\x80\x46\x87\x86\x66\x99\xfb\x7f\x72\x40\x9a\x99\xb3\x00\x2c\xb7\x18\xe2\xde\x05\xc2\x25\x8e\x40\x2e\xf7\x5e\x3f\xea\x59\x81\x7d\x12\xab\x8d\xea\xe4\xcf\x12\x3b\x34\x69\x4b\x8d\x49\x31\x8a\x34\x66\x84\x74\x31\xa2\x92\xd6\x01\xa7\x5d\x31\x36\x84\x1b\x86\x2b\x5e\xa4\x80\x57\x38\x59\x6b\x4a\x58\x95\x6b\x03\x36\xc1\xd5\x3f\xea\xbd\xed\x2d\xec\x81\x48\xd6\x58\x1f\xd3\x87\x18\xc1\x7c\x8d\x84\x6e\x9d\x9f\x68\x99\x0e\xf6\x64\xb4\x2a\x1e\x95\x3a\x25\x95\x1a\xa6\x78\x11\x75\x7e\x93\x90\xb6\x57\xbe\x15\xcd\x88\x3a\x99\x68\x29\x27\x83\x61\x45\xdf\x8d\x71\x97\xbb\x86\x91\x43\xcb\x45\x7f\x95\x7d\xb7\x4e\x87\xf1\x0e\x2b\x91\x2b\xfb\x29\x88\xe5\x0b\x76\x94\x3f\x31\xfd\x15\xfb\x2b\x40\x53\x3e\x6f\xe2\x3d\xce\xd9\xb7\x44\x41\xee\x6d\x34\x2e\xcb\xf7\x90\x62\xd8\x90\x1e\xae\xcb\xa7\x44\xd1\xa8\x3f\x18\x2f\xed\xe9\xac\x60\xfd\x52\x8b\x70\xc9\xe5\x09\x40\xa6\xdd\xef\x7b\x51\xf7\xf7\xfb\xf1\xe0\x16\xbf\xfc\xbe\x37\x71\xb1\xff\x5c\x87\x0d\xcb\xad\xf9\xbf\x8c\x6c\xf1\x7d\x11\xc0\x9d\x4d\xfa\xee\x3e\x23\x50\xe1\x90\x7a\xb8\xdc\x62\x4e\x95\x12\xe4\x14\x7b\x5b\x19\x4b\x51\x96\xa8\x57\x91\xcd\x09\x25\x3b\x28\xbc\xd3\x5b\x4e\x78\x4c\x92\xd6\x9c\xb2\xd2\x0c\x25\x10\xed\x0d\xef\x3a\x0e\x7b\x33\x11\xb8\xad\x0e\x79\xbd\x73\x22\xe2\x36\x5c\xe4\x83\xaf\x5b\x47\xe3\xb4\xc2\x24\xc3\x5c\x4c\x46\x71\x0a\xa9\xf3\x61\x2a\xba\x2c\xd8\xb4\xda\x73\x91\xfa\xea\x2c\x98\x17\x03\x92\x31\xce\x8a\x3b\xb1\x3b\xbf\xd3\x44\xd6\xc8\x16\x63\x2a\xd0\x35\x51\x67\x65\x28\xd8\xab\x98\x3b\xe1\x35\xd2\x07\x70\xae\xd8\xd4\x00\x5e\xa9\x01\x5c\x01\xb6\xcf\x9f\x4b\x5a\x65\xe3\x19\xee\x92\xef\xa0\x8c\xd8\xaf\x0e\x9c\xa4\xaf\x8c\x8c\xee\xb7\x79\xfc\x0d\x8f\x26\x99\x77\x9f\xb8\xf1\xde\x6e\x04\x59\xdd\x09\x5b\xfc\x33\xd7\x65\x59\x8b\xb1\x59\x02\x83\x33\x8f\xac\xf4\xc8\x19\x42\xa2\x83\x0f\x40\xd1\xe3\xad\x39\x3b\x56\xfe\xbd\x0f\x96\xef\xfd\x99\x9f\x86\x86\x06\xc7\xb1\xc5\x1f\xaa\x5b\x9c\x2c\x03\xb8\x1c\x79\x24\x6a\xe0\x27\x00\x4b\x26\xfd\xd2\xf3\x21\x08\xe6\x38\xc2\x9e\x59\x13\x42\xad\x15\xa8\x15\x32\x2e\x4c\xa6\xa4\x49\x8e\x29\x16\xa4\x70\x53\x8e\x2b\xd2\x6a\x94\x47\xdd\x20\x21\x35\xc1\xa4\x26\x70\x07\xc9\xd0\xe0\xb1\xd5\x61\xd7\x0a\x62\x98\xc5\x8c\xa3\x84\xdd\x2f\x42\x81\xd3\x17\x8f\x73\x16\xce\x04\x8d\xc0\x57\x5e\xe7\x8c\x62\xf0\x1f\x92\x9c\x7d\xd9\x75\x6f\xe2\x83\x8a\x9c\xfd\x5a\xd5\x95\xf1\x3b\x5a\xe5\x03\x26\x95\x76\xe3\xec\xde\xee\x0d\x7a\x27\xeb\x8c\xbb\xb0\x24\x17\x7c\x5a\x2a\x1b\xd7\x89\x9d\xf5\x4b\x90\x5c\xc7\xb3\xe0\xd4\xbd\x7f\x4a\xd2\xe3\x9f\xe2\x66\x3c\x1a\x25\x98\x08\xc2\x78\x3f\x97\x01\x09\x76\x54\x1c\x7e\xca\xe9\x93\x04\x76\xc5\x1b\x8f\x73\x4a\x90\x64\x9b\xfb\x45\x50\x75\xb0\x95\x94\xfa\x16\x4c\x18\xb0\x6d\x91\xac\xf9\xbc\x9f\x80\xb4\x79\x29\xb9\x34\xb1\x4c\xe4\xb7\x7a\x0f\x50\xf3\xfb\xbb\xa0\xff\xdb\xef\xef\xa3\x6b\xff\xbc\x0f\xa9\xfe\x5b\x73\xff\xfa\x7d\x0e\x26\xd8\xb7\xd8\xfb\x75\x8b\xed\x0b\x00\x2c\x5e\xd7\x59\xeb\xcc\xc1\x9e\x2b\xf9\x41\x5e\xf1\x47\xd8\x25\x60\xf7\x58\x2f\x23\x80\x7a\x5f\xf2\x8c\x24\x21\xd6\x96\x92\xa0\x80\x56\xda\x0c\xe1\x26\x97\x69\x7a\xea\xf6\x78\xf9\x92\x50\x86\x27\x4d\x48\x8e\xaf\x48\xa9\x66\x68\x0b\x15\xeb\x1e\xd2\x11\x7b\x7d\xdb\x93\xa6\xce\xc4\x36\xbf\x7e\xfb\x19\x43\x1b\x22\x6b\xf4\x9a\xf3\x8c\xce\x41\xc2\x6c\xf6\x88\x6b\x99\x9a\x3b\xa1\xbe\xc6\xc9\x8d\x5b\x29\x8a\x20\xd2\xad\xe8\xc1\x2f\xb7\x8f\x70\xe1\x7d\x81\xc7\x19\x49\x0c\xe1\xf2\x32\xd9\x2d\x44\x22\x8d\xb0\x13\xcf\xed\xe6\x2f\x1e\x41\xc8\xc7\xcf\x3a\xf1\x8a\x0d\x13\x0f\x11\x94\xec\xef\x8b\x5a\x12\x07\x88\xe7\x2d\x53\x45\xd5\xf0\xc5\x44\x6e\x8b\xd7\x62\x87\x11\xd1\x44\x4e\x4b\x09\x51\xec\xd2\x5d\x62\x91\x99\xa3\x98\xf5\xcf\x46\x62\xbb\xd9\x5e\xb1\xbe\x6f\xb7\x89\x4b\x26\xbf\xfe\xde\x07\x1f\x76\x6c\x71\xb3\xeb\x9f\xfb\x60\xfd\xd2\x16\xa7\x76\x6e\x71\x60\x7d\x8b\x9d\xc3\x00\x97\x5b\x8f\xf4\x3e\x53\x02\xb8\x7b\xec\x5a\x62\x69\x03\x0c\x71\xec\x67\xd9\x93\x1d\x0e\x5c\x02\xb9\x5c\x3f\x13\x4f\x53\xdb\xc4\xa3\x85\xf9\xc2\x37\xa8\x87\x14\xce\xc8\xcc\xf9\x55\x51\x74\x35\x6e\xa9\x0e\xbb\x2a\x91\x5f\xe8\x4f\xe9\x2c\xda\x0e\x93\x2f\x98\x0d\x18\x5b\x5a\x48\x92\x70\x76\x45\x26\x8b\x26\xf1\x24\x2f\xaf\x34\x4b\x7f\x7d\x75\x52\x60\xd8\x51\x4b\x36\xed\x73\xc4\x0f\x69\x51\x76\x6e\x6a\xbb\x89\xeb\xc5\x68\xdb\x1b\x8a\x54\x62\x68\xd3\x67\xfb\x28\xb9\xd7\x44\xae\x57\x07\x1c\x10\xd2\x3b\x89\xb7\x3f\x46\x38\x88\x8a\x4f\x10\x05\x56\xae\xd9\x99\x88\x1d\x20\x3a\x13\x7a\x6d\xae\x88\xee\x25\x12\x88\xf2\x16\x3b\x9f\x5c\x21\x59\x10\x07\x4c\x74\x9e\xec\x25\xb9\x10\x27\x8c\x71\xc2\xc9\xe4\xf3\xa4\x60\x3d\x1e\x91\x83\xb8\xab\x24\x4b\x7d\x29\xe1\xea\xf5\x61\xd2\x1b\x1d\x5e\xe1\xdc\x95\x36\xd2\xaa\xb6\x2c\xc0\xf0\xef\xf7\xe5\xaf\xba\x7f\xce\x8f\xfa\xcd\xaf\x63\x5b\x1c\xf9\x7d\x1e\xda\xda\xb7\xd8\xd0\x0e\x70\x5d\x9d\xf6\x7b\x45\x1b\xc0\xdd\xd6\xab\xf8\x5c\x31\xc0\x3e\x5c\xbc\xd5\x9e\xdc\x06\xde\xfc\x43\x0f\x56\x22\x5f\xc3\x2e\x71\x1d\xbe\x8c\x80\x12\xaa\xba\x42\xbf\xc4\xa0\x07\x8e\xb2\xac\xfe\x50\x0e\xe9\xf0\x95\xe2\xae\xbb\xa6\x52\x6a\x85\x24\x7f\x37\xb1\xd0\xb6\x37\x0b\x25\xb7\x5a\xb5\xe8\x3e\x32\x4c\x25\xc7\xba\x35\xe8\x73\xe8\x1d\x26\xdf\x0a\x7a\x67\x7c\x4f\xd3\x9d\x7c\x22\x6e\xde\xb8\x5d\xe5\x3b\x69\x35\xf7\x9a\x49\xb5\x22\x96\xd4\x50\x11\x6d\xc6\x2e\xc7\x44\x32\x68\xab\xb6\xb8\x26\x6d\x43\xa2\x1d\x62\xb4\xfc\x21\x51\x49\xda\xff\x89\xd9\x92\x4f\x74\x8a\xc4\xb0\x7a\xc9\x5c\x48\x84\x4c\xf2\x27\xbc\x31\xce\x17\xe1\x21\x8d\x93\x1e\x19\x8c\x0a\x8b\x93\xb9\x49\xa5\xba\xb4\x42\x71\xe4\x50\x12\x56\x4b\x50\xd0\x8a\x8c\x25\xdb\xa8\x2e\x08\x74\x92\x9b\xc9\x75\xca\xda\x02\x48\x4c\x33\xf9\xa9\x72\xc5\xdf\xf7\x22\x25\xf7\x3f\x24\x1d\xdc\x9a\x73\x36\x7e\x8b\x6f\x6d\xb6\xd8\x5d\xbe\xc5\xda\x0b\x5b\x2c\xd8\xbd\xc5\xdc\x6f\x00\xb7\x8f\x9d\x79\x91\xea\x03\xf0\xc8\xed\x26\x57\x74\x34\x0c\x3f\x76\x61\x99\x0c\x3e\x07\xcc\x12\x07\x79\xe6\x3d\x33\xa8\x93\xf2\xd2\x42\x97\x9d\x1b\xa8\x8e\xaa\xe6\xe2\x5a\xd6\x09\xd4\x7d\x3a\x99\xb2\xd2\x66\x6d\x94\x10\xa3\x6a\xe5\x5e\xe3\x15\x8a\x90\x65\xad\x3a\xb3\xfe\x57\x8a\x92\x23\x97\x5a\x8a\x4e\x28\x79\xd3\x37\x5a\xfb\xac\x86\x3e\x79\x31\x1c\xa3\xad\xa6\x72\x99\x5c\x97\x76\x51\x57\x4e\xb1\x88\xac\x56\x38\x67\x60\x24\xdb\x4c\x56\xae\x63\xd6\xff\x28\xe5\x47\x96\xed\xdc\xa3\xaf\x21\xa1\x4e\xa6\x1d\xea\x34\xf8\x22\x46\x4f\xa6\x99\x4a\x33\xa8\x17\x09\x24\xb3\x2d\x65\xeb\xed\x11\x6e\x22\x5f\xc1\x05\xe8\xdd\xfd\x33\xbf\x3c\x19\xc8\xee\xaa\xc1\x02\xf9\x14\x3e\x72\x9b\x12\x9a\xdf\x91\x52\x48\xb9\x21\x57\xc6\x7f\x94\xd2\x43\x11\x93\x15\x06\x58\xdf\xba\x1f\x02\xb6\xe6\x5a\x1c\xff\xaf\x7b\xe0\xc3\xef\xdf\x5f\x6c\x8b\x25\xb4\x5b\xcc\x17\x02\xb8\xf2\xee\x88\x67\xda\x2c\x00\xb3\xfb\x39\xbb\x78\x5a\x40\x73\x39\xdd\xd6\x09\x2d\x80\xb9\xc7\xca\xcc\x0a\xbe\x13\xe0\x25\xba\xf4\x30\xcb\x95\x07\xae\xc8\xce\xf2\xfe\xb2\x1b\xa3\xb6\xaa\xee\x11\x46\x98\xcf\x52\xed\xb5\x90\xe2\x7c\xc6\x24\xea\x31\x03\x46\x99\x4c\xc3\x3d\x94\x55\xb3\x87\x72\x15\xba\x83\x94\x6a\x87\x39\x25\x35\xad\x34\x4a\x96\xe7\x01\x65\x29\xb5\x01\x8a\x53\x48\xa8\xea\x2d\x25\x4f\x8a\x5f\xfc\x75\x15\x4d\x79\x2c\x85\x23\xeb\xbd\xba\x98\xac\x1d\xe5\x61\x11\x51\x7d\xb7\xd4\x1b\xca\xd1\xda\x41\x0d\x26\x89\x38\xf2\x8f\xf6\x9f\x9a\xf6\xa2\xd1\x64\xf4\xe0\x2e\xf5\x79\x91\x3d\x64\xd2\x14\x97\xda\x88\xf0\x5d\xf2\x8b\x85\x00\x8d\x5c\xa1\x14\x72\xf5\xe6\xb0\xe6\x01\x81\x57\x14\x36\xf2\x53\x65\x4f\x7e\x16\x4a\x0b\xe5\xb1\x6c\x03\xdf\x4d\xea\x5e\x4a\xbc\xd4\xa5\xc7\xbb\xa8\xaa\x94\x5f\x62\xfc\x00\xdc\xd6\x42\xb2\x74\xb2\x00\xc2\x33\xc2\x83\x67\xdf\x02\x48\x19\x89\x8f\x5d\x89\x03\x50\x8e\x95\x9c\x66\x8c\x02\xd0\x7a\x2d\xed\xc4\xf4\x1e\xc0\xd0\x54\x9e\x8e\xfd\x17\x80\x71\x81\x0a\x27\x8f\x03\xa0\x4d\xb8\x34\x66\x85\x69\xc0\xce\x44\x46\xbf\x49\x36\x9b\xfa\xc9\x04\x65\x1a\xaf\x61\x47\xd5\x37\x31\xb6\xdd\x34\x70\xa1\x0c\x1a\xca\xfa\xec\xb2\x64\xa4\x1c\xd1\xef\x09\x97\x74\x44\x92\x6d\x74\x39\x92\x2f\x7b\xa8\x92\x16\xb4\x1e\xe4\x6b\xfb\x1e\x27\x75\xaa\x07\x54\x70\xfa\x71\x93\x2e\xa9\xb2\x35\x5d\x0d\xde\x4d\x1c\x50\x56\xef\x7c\x16\x2a\x41\x74\x57\x38\x3c\xbc\x19\x86\x24\x7c\x93\x2d\xfe\xec\x16\xe5\x4b\x40\x49\x79\x2e\xc5\x45\x32\x12\x06\x25\x96\xd1\xee\x91\xcf\xff\xdb\xff\x20\xde\x11\x33\xc0\xce\xfa\xde\xda\xc0\x49\x1c\xc3\x36\xfa\xa1\x17\x4a\x25\xbc\x71\xc9\x5e\xb9\xdf\xaf\x4b\x1a\xe3\x56\x3c\xaf\x7f\x08\x93\x3e\x89\x03\x4f\xcd\xb7\x3a\x32\x9c\x78\x66\x8f\xfe\xc1\x59\x59\x19\xbc\x8b\xbb\xf5\x1f\x0f\xe4\xae\xfc\x5e\xfc\x2b\xb7\x03\x00\xdc\x37\x04\x33\x69\x71\x7f\xd7\x41\xf6\x88\xa8\xf0\xe5\x60\x00\xd5\xdb\xe2\x95\x0c\x0c\x00\xba\x9b\x92\xc0\x34\x0e\x60\x4c\x27\x17\x76\xff\x01\x80\x79\x84\x92\x15\x4f\x30\x6c\x58\x31\xab\xbd\x16\x91\x07\x6f\x2b\x79\x1d\x07\x59\x39\xea\x88\x19\xaf\xc9\xb8\xa6\x08\xf5\xa2\xb9\xb6\xb5\x8a\x31\x82\x92\x60\x6c\xe1\xf9\xc1\xba\x93\xbc\x60\x78\x39\x34\xc6\x39\x84\xcc\xad\x17\x99\x18\xe5\x25\x4c\xea\xd2\x16\xcf\x6d\xf6\x73\x23\xb6\x6a\x1d\xaf\x88\x0a\x8b\x22\xaa\xa9\xcb\x34\x32\x47\x90\x08\x83\x2a\x3d\xdd\xcb\x31\xc6\x04\x2d\xc5\x92\xd1\x9a\xb8\x4c\x02\xad\x9c\xfd\x97\xc4\xf8\x5a\x3c\x56\xda\x74\xf5\x78\x7c\xc4\xff\xcb\x87\x41\x5f\x93\x90\xc2\x6c\x04\xbd\x5d\x3e\x29\x99\x87\x15\x0c\x9c\xff\x71\x43\xfa\x0e\xd6\x22\x70\xe0\x23\x4e\x46\x1c\x77\xd0\x8f\xf4\x6e\x56\x36\x1b\x77\xd9\x7f\xc7\xb0\xa3\x5c\x3a\x2e\xd8\xf7\x4e\x3f\xbf\xfc\x4d\x1c\xd9\xab\xb1\x47\x40\x7e\x0d\x2f\xef\xb9\xbb\xa3\x56\xe1\x1c\x7e\xc6\xb5\x02\x80\x87\x57\x20\x95\x4e\x15\x40\xcc\x4e\x84\xfb\xbc\xf1\x5f\x1f\x44\x93\x53\xcc\x94\xa1\x15\xc0\xc0\x41\x62\x8a\xa9\x1f\xc0\x8c\x43\x3a\x89\x8d\x15\xc0\x5a\x41\x51\x80\x57\x13\xf0\x36\xe3\xaa\xac\xc2\xed\x60\x63\x55\xab\x83\x92\x4b\xa5\x3e\xb7\xfc\x66\x9c\xaf\x35\x4a\xd9\xb0\x3c\x64\x75\xc1\x8c\x85\x22\x6a\xa6\xe3\x16\x63\x4f\x43\x4e\x34\xa6\x0f\x5e\x71\x9b\x25\xf9\x1a\x1e\x4c\xa4\x0f\x18\x23\xae\xea\x3a\xe6\x1d\x0c\x15\x20\x1a\x6b\x05\x54\xfa\x46\xa0\x09\x3f\xd5\xab\x9a\xf7\xc4\x5c\x27\x24\xab\x5e\x7f\xb1\x23\x76\x18\xbf\xa4\xf8\x79\xac\x35\x51\x0d\x1f\x21\x17\xfc\xbd\x21\x69\x1c\xb7\x2a\x3d\x8f\xd0\x4c\xf5\xff\x6f\x1f\x06\x9f\x27\xf1\x09\xdd\x16\x91\xb2\x8a\x95\x52\xc5\x3c\x08\xbf\xf1\xf3\x83\x74\x38\xa6\x31\x54\x7e\xfa\xa4\xac\x0a\xe6\x4d\xa8\xf7\xfb\x44\x39\x01\xac\x6d\x50\xfb\x48\x9d\xc2\x05\xac\x51\xb0\xff\x2b\x50\x38\x85\x0b\xf2\xcd\xeb\x89\x52\x64\xc6\xe5\xfa\x2a\x75\xdc\x53\x3a\x83\x23\x7a\x87\xb5\x38\x2b\x09\xe1\xb3\xdd\xc7\x01\x1e\xb7\xf1\x99\x9e\x60\x07\x10\xcb\x16\x2e\x39\xbf\x0f\x40\x29\x51\xe4\xd9\x15\x3d\x00\x6d\x1b\x51\x02\xa3\x28\x80\xb1\xab\xf8\x28\xf3\x09\x00\xab\x7b\xd2\x01\xf7\x35\x01\xec\x50\xf2\xb1\xbc\xec\xb0\xe4\xd4\xa7\xdc\xf8\xa4\x07\xdc\x1c\xc5\x35\xcb\xe5\xcc\xa8\xaf\xed\xae\x1a\xb2\x68\xc9\x52\x7a\xad\x32\x2c\xa3\x2d\x2c\xc8\x93\x96\xd9\xce\x6b\xce\x95\xe4\x5b\xa6\x88\xc0\x73\x5e\x6f\x49\x17\x8d\xd9\xe3\x5a\x82\x29\x44\x11\xfd\xbc\x9c\x8e\x28\x1e\xc2\xba\x36\xae\x42\x37\x46\x8c\xa0\xac\x79\xbb\x91\x1c\xbf\x81\x2f\x53\x53\xea\x79\x96\x5c\x88\xbf\xa5\xf4\xf9\x6d\x40\xea\x34\xee\xbd\xdc\xab\xd9\xb9\xb4\xbe\xff\x97\x0f\x83\x6c\x93\xfa\x8e\xaa\x89\x5d\x5e\x70\x92\x31\x45\x87\x45\x61\xbe\x71\xca\x4e\xa0\xbf\x44\x52\xdf\xff\x94\x0f\xc5\xf8\x85\x17\x8f\x68\x29\xf2\x62\x9a\xc2\xaf\xbe\x6a\x53\x32\xc0\xb2\x85\x9e\x78\xf1\x59\xc9\x1a\xb7\x3f\x60\xa4\x9d\x47\x79\x12\xf7\x28\x80\xb9\xd9\x4c\x25\x02\x57\xe1\xfb\xa5\xfe\x80\x0a\x05\x2f\xef\xc5\x0e\xc0\xbf\x83\xaf\xfa\x04\x0a\x40\xea\x90\xd0\xd0\xf9\x2c\x00\x65\x59\xc1\x82\x4b\x3b\x01\xf4\x2e\x8a\xd8\xd0\x7f\x02\x30\x63\x13\x37\x62\xde\x04\xb0\xce\x93\x7c\xc5\xf6\x1e\xc0\xa9\x5d\xb6\x80\xa7\x0a\xc0\x65\x4a\xf1\xb4\xd0\x2b\x70\x76\x15\xd2\xb8\x22\x87\xa3\xd6\xbb\x9c\xd1\x3f\xa9\x73\x89\x52\x68\xf7\xd6\xe2\x8c\x95\x24\x39\xc3\xfa\xa9\xe3\x4b\x57\x34\xa9\xdd\x62\xce\x17\xe9\x97\x41\x34\x31\x1d\x8c\x15\x89\x74\x27\x64\x1b\xed\xcb\xca\x8d\x9b\x24\x9c\xd0\x1b\x2b\x6d\x48\xda\x87\x3f\xaa\x73\xad\xc1\x20\xbd\x6b\xdb\x87\xc1\xfe\x50\x96\x9f\xac\xce\x89\xc1\x7a\xcb\x67\x2e\xe4\xe6\x56\xfc\xb7\xff\x81\x4f\x95\xaa\x41\xf6\x26\x7a\xaf\x34\xcb\x50\x90\xa8\xc4\xca\x6f\x9a\xf2\xbe\x28\xc7\x84\xd0\x0f\x4f\x14\x39\x51\x6d\xf1\x33\xa3\x4e\x4a\x39\xe8\xd0\x98\x6f\xfd\xdd\xca\xdf\x31\x7b\xa2\xf0\x3d\xe2\x2a\x4a\x98\x77\xe1\x7a\xed\x4c\xaa\x5d\x58\xfa\xb0\x4b\x0d\x3d\xea\xc5\x58\xaf\x90\x81\x9a\x14\x8d\x26\xec\xcf\xa0\xe9\xaa\xb3\x1a\x9c\xb8\x3e\x5f\x3c\x80\x50\x1a\xdf\xb7\x53\x57\x01\xa4\xf0\x7c\x82\x67\x92\x00\xd4\x6e\xf3\xa7\x5f\x94\x05\x30\xac\x16\x66\x65\xa0\x05\xb0\xfc\xfc\x04\xcb\x34\x02\xe0\x80\x13\xf3\x60\x7d\x0c\xe0\x4e\x27\x93\xc9\xfb\x0e\xc0\xcb\x59\x5e\x54\x38\x17\xca\xbc\x58\x54\xf6\x4b\xb3\x53\x2b\x3d\xec\x75\xd5\x74\x46\x29\x99\x2e\x16\xa6\x7e\xd6\x3b\xc8\x12\x76\x23\x76\xb7\x3c\xa6\x88\x3f\x6d\xf7\x79\xad\x85\x86\x12\xcf\x9b\x3b\x44\x3f\x89\x4e\x23\x70\x19\x3f\xcc\x9c\x4e\xd4\xc5\x7b\x1b\xec\x2c\x7d\x96\x5a\x82\xeb\xd2\xd1\x6e\x94\xc9\x74\xde\xf6\x61\x30\x11\x2a\xb6\x53\xe7\x8a\xf0\xdb\xde\x03\x56\x57\x76\x68\x23\x2b\xb7\x6f\x7b\x3d\x36\x88\xb2\x6b\x9b\x7b\x32\xcf\xce\x92\xe5\xe3\x91\xba\x29\xdd\x9f\x38\x15\x97\x90\x3e\x29\xd8\xb7\x3b\x95\x2f\xa3\xd2\x12\xd6\x5f\x1f\x52\x69\x45\xdf\x88\xa3\x74\xff\x54\xa7\x47\x0b\xc7\xef\x7d\x7e\x58\x43\x0e\x43\x13\xb3\xe3\xd9\x8c\xe6\x3a\x46\x25\xaa\xef\x29\x68\xe9\x62\x2f\x84\xd3\x57\xd6\x6a\x55\x63\xb3\x42\x2a\x4a\xa5\xb5\x25\x70\x0c\x81\xab\x00\x22\x77\x78\xbf\x9d\x54\x04\x90\x4f\xe4\x3b\x7d\x76\x01\x40\x23\x9c\x7f\xe1\x92\xd9\x5f\x0f\xc2\xfa\x8b\x50\xec\xcd\xa7\x00\x2e\xe8\x27\x29\xf7\x6a\x00\xbc\x7a\x24\xc5\xb9\xba\x01\xfc\xba\x65\x6f\x08\xbd\x81\x0a\xff\x65\xc5\xd7\xd2\x7a\xd4\xef\xfe\x97\x34\x77\x6a\x8e\x53\x86\xbd\x8e\x1a\x4e\x58\x7c\x27\xdf\x70\x3a\x63\x83\xf4\x92\x26\xfa\xdb\x61\x3d\x65\x23\xac\x08\x52\x56\x5d\x11\xe6\x89\x87\xf0\x5e\xa6\x88\xf4\xbb\xa9\x54\x5c\x81\xe1\xb3\xd2\xa4\xac\x50\x6c\xb6\x9e\x79\x03\x36\xdf\x0c\x93\xa7\x45\xdb\x87\x29\x76\xc5\x30\xa8\xac\x4e\x9d\x2f\xe9\x40\xcb\x2b\x64\xad\xd6\x97\x3f\xf9\xef\xf5\x58\x94\x55\xa0\x47\x84\x66\xfb\x7d\xd6\x57\x96\x47\x6c\x66\xad\xbd\xf9\xae\x76\x7c\xd3\x3d\xb3\xb5\x1f\xa5\x7e\x15\x99\x9d\xda\xf6\xe2\x8d\x46\x08\x8a\x36\x85\xa3\xed\xb9\xc6\x30\x5a\x3e\xfe\xfa\xb3\xaf\xda\x07\xd0\xe5\x71\xfb\xaa\x7d\xb5\x37\x30\xe1\x51\x37\x2b\x6e\xe8\x1c\xc1\xb2\x84\x1f\x2e\xfa\xa0\x6b\x82\x8d\x0d\x95\xcb\x8f\xd2\x13\xc3\x0e\x84\x88\x03\x88\xca\x73\x99\xd0\x75\x03\x28\xee\xe7\xbd\x70\xe6\xeb\x3f\x3c\x88\x90\xc7\xa7\xae\xd2\x01\x38\x9c\x16\xbc\x7c\x73\x00\xc0\xa3\x5c\x24\x98\x75\x2f\x80\xdf\x0e\x89\x8f\xdc\x68\x80\xa0\x55\xe9\x97\xc2\x67\x20\x39\x7c\xaf\x02\x8d\xac\x24\x75\x3c\x98\x5e\xfd\xb9\x56\x17\xa5\x21\x40\x5e\xdf\xdb\x4a\x80\xf4\xc9\x83\xd5\x6a\xdd\x57\x99\x30\xe3\xbc\xe1\x7c\x3a\xa6\x13\xef\x65\x5b\x18\xf6\x38\xed\x38\x4e\xc1\x92\x2f\x05\x9f\x13\x8e\xd9\x30\x79\x5f\xca\x59\x7c\x0a\x23\x6b\x10\xd7\xd0\x5b\x1a\x8b\xbe\xa7\x1d\xd6\x9f\x52\x99\xbf\xed\x81\xa0\xf4\x14\xe7\x56\xb4\xab\xe9\xd1\x04\xf9\xc6\xb5\xfc\x12\xc3\x55\x7f\x45\x96\x75\x91\x22\xc4\x97\x76\x15\xe2\x7a\x5d\x51\xee\xbb\x4b\xea\xb5\x1b\x36\x05\x4b\xaf\x63\x35\x8d\x10\x9a\x79\x3c\x2f\xf8\xb4\x06\x37\xfd\xb3\x82\x9f\x37\x6b\x77\x23\x03\xd3\xf0\x0d\x8c\x3a\xf9\xa8\xb8\x24\x64\xf5\x4e\x3d\x6d\xf4\xbd\x84\x94\xd2\x36\x7d\x2e\xf4\x6a\xac\x73\xe1\x0d\x83\x12\x0c\x73\x8c\x6f\x4e\xb1\x41\x05\xf6\x4e\x78\x65\xba\x9a\xd1\x6e\x6c\x7e\xa8\x1f\x80\x38\x2f\x0f\xf7\x49\x4b\x00\x25\x09\x6e\xb9\xd3\x0b\x00\xfa\x72\xdc\xe9\x17\xf6\x01\x58\xc5\x3c\xb6\xbe\xe6\x0f\xe0\xa2\xc2\x7f\xf1\xe6\x79\x00\x1f\x6f\xa1\xb8\x7b\x67\x01\x42\x98\x44\x3b\xb9\x34\x00\x22\x34\x24\x79\x04\x57\x21\x27\xea\x98\x5c\x92\x4c\x3e\xf5\x6b\x64\xad\xca\x37\xad\x07\x94\xf2\xf0\xdb\x3a\x5d\x56\x2b\xe4\xe3\x7e\x19\xe6\x47\xbc\xe3\x08\x7d\xae\x99\x4e\x5e\xb1\x11\xb8\x4e\xc7\x85\x80\x77\x59\x42\x58\x5f\x6b\x62\x92\x4a\x41\x3b\x86\xcb\x3c\xae\xd0\xa5\xcc\xe8\x8f\x0f\x73\x42\x27\xe0\xf5\xae\x9a\xa5\xcd\x58\xb5\x3d\xb3\x9f\x1b\x58\xb7\x7d\x18\xe4\x5e\xc5\xa1\x95\xc5\xca\xfa\x1f\x08\xd5\xec\x55\xb7\xca\x0b\xef\x53\x35\xf6\xae\x1b\x95\x30\xbd\x96\xd3\x6e\x5a\x37\x2d\x79\xdd\x5d\xab\xcb\xb0\xf1\xaa\xa0\xbf\x39\x52\x0f\x85\x80\x1c\x54\xfd\xac\xfe\x35\x24\x53\xc6\x40\x95\x8a\xc1\x33\xe4\xa7\x34\xfd\x92\x65\xc3\x12\x54\x69\xb2\x70\x7e\x96\xd1\x5b\xb4\x44\x42\x43\xd6\x6e\x63\x73\x8c\x6c\xcc\xad\x34\x2e\xe3\x4f\x18\x54\xe4\x85\x24\x3b\x93\x75\xac\x60\x78\x15\x80\x64\x3e\x17\xef\x89\x57\x00\xaa\x1e\x1c\xc8\xd3\x07\x01\x8c\x0a\x39\xf3\xcf\xcb\x03\xd8\x9d\xe7\xe1\xbe\xea\x04\xe0\x29\xc1\xeb\xca\xf8\x06\x20\x88\x89\x6f\xf1\x8e\x3b\x40\x24\xa3\xb0\xea\x23\x0d\x80\x98\x40\x09\x51\xa1\x66\xe8\x4f\x48\x96\xea\x97\x54\x87\x9d\x09\x3d\x8a\x02\xea\x3f\x28\xe5\x71\x17\x34\xe7\xac\x90\xe4\x43\x61\x71\xc6\xb6\xde\x5f\x08\xc1\x7e\x57\xec\x9a\xe3\x1d\x70\x42\x2e\x2f\x7d\x59\x72\xc6\x30\xa5\xf6\x7b\xe3\x8f\x97\x74\xa2\x6f\x59\x36\x15\xd8\x55\xcd\x23\xc7\x4c\x76\x36\x8a\xd6\xa5\x6e\xee\xd4\x63\x1d\x2a\x6c\xde\x8b\x38\xa0\x16\xb2\x50\xdc\x82\xdc\x94\x51\xe9\x59\xb4\x69\x18\x9a\x1f\x50\x7b\xb1\xb4\x59\xf7\x7c\xf2\x86\x96\xdd\x4a\xf0\xd3\x90\x21\x01\xdd\xbd\xab\xc9\x55\x37\xbb\x51\xfa\x17\xd6\xf7\x96\x99\x3f\x97\xd0\x5f\xd8\x70\x2c\xe2\xa8\x3d\x61\xac\xb5\xf1\xbd\x50\xb2\x9c\xcd\x64\x13\x31\x92\x67\x50\xa4\x63\xd2\x82\xd4\xce\x68\xce\x0d\x35\x79\x81\x2a\x4f\x4e\x4a\xef\x36\xbf\x81\xea\x4e\xb6\x4c\x29\x33\x3f\x80\xce\x8d\x2f\x4a\x48\xb1\xa0\xc3\x9c\x88\x2d\x8a\x5d\x36\xe7\xc0\xde\x88\xd0\x07\x90\x7d\xfe\xe8\x06\xdd\x28\x80\xd6\xbe\x87\xfc\xa7\x38\x01\x4c\x49\x9c\xec\xe7\x57\xfe\x73\x1e\x38\xf5\x2e\x33\xfe\xf5\x20\x42\x99\x79\x83\x98\xb4\xfe\xfa\x20\xa9\x53\x22\x96\x7c\xef\xe0\x5d\xea\x27\x89\x4a\x09\x73\x2a\x2e\x1d\x2d\x4f\xab\x91\x48\xe9\x4c\xe6\x54\x0f\xb1\xdc\x20\xe1\x62\x0f\x18\x4c\xfa\xa4\x12\x4c\x43\xf7\x58\xa7\x26\x88\x62\xc5\x3c\x2d\x3c\x98\x0b\xcb\xd0\x2a\xce\xc8\xc8\xa4\x2a\x4b\x64\xba\xed\xab\x9c\x92\xfa\x9f\x9b\x3b\xcd\x90\x0d\xb4\xcd\xc3\xeb\x0d\xfa\xf5\x6f\x18\x3b\xbe\xad\xbd\xd4\xec\xfb\x69\xd3\x55\xb4\xb1\xa9\x56\xbe\x10\xd0\x2a\xf0\xc9\x50\xc7\xe7\xd7\x8f\x66\xed\xe1\x6b\xfa\xd9\x4b\xaf\x9f\x45\x77\x97\x1b\x89\xae\xc8\xd6\xb2\x35\xbb\x1b\xaf\xae\xed\xa9\xfc\x5e\xb5\x60\x16\xb6\x6e\x57\x76\xb6\x6c\x97\x39\xcf\x86\x77\xd1\x5a\x81\x82\x85\x10\x22\x2a\x3f\x36\x83\x6c\x95\xb8\xc9\x9d\x6b\x94\xca\x60\x25\x87\x8c\xce\xf0\x4e\x70\xb6\x2e\x45\x9d\x4a\xf3\x8c\x0d\xb2\x9a\x44\xeb\x24\x1e\x8a\x14\xb0\xb9\x89\xee\x8b\x97\x0d\xed\xb6\xfe\x8a\x19\x8d\x32\xf9\xc7\x3a\x4c\xdd\x0f\x3b\xc9\x00\x60\x8e\x7f\xe0\x78\x96\x01\xc0\x75\xf4\xd1\xce\x4b\xd6\x00\x81\x5a\x9c\xd3\x0c\xdc\x00\x91\x9d\xdc\xaf\x6e\x97\x00\x24\x39\xf3\xe6\xde\xab\x05\xc8\xd4\x14\xbe\xc4\x77\x1b\xe6\x72\xd3\x44\xcb\xc5\x5e\x52\x09\xf9\x0d\x32\x61\x1a\x9a\x94\xd9\xdc\x83\xca\x62\xe6\x54\x52\x63\xda\xb4\x6e\xac\xdf\x3b\xc2\xee\xf8\x3b\xe6\xcd\x49\x2d\x98\x4f\x81\x8f\x5d\xa6\x8a\x07\x91\xbf\x3c\x38\x43\x7b\xea\xd6\x37\xf7\x3a\x3a\x64\x3e\x6d\xe1\x5b\xff\x65\x75\xe2\x19\x6b\x27\xc3\xca\x57\x43\xa6\xf7\x34\x7d\x7b\x57\xe3\xb4\x83\x7e\xb4\xf7\x8c\xcd\xd4\xe9\xb6\xfe\x7c\xd1\x55\x38\xc2\x62\x94\xb2\x60\xda\xc6\xd3\xd5\x6b\x3a\xbb\x28\xd2\xdc\xd0\x74\xd5\xbc\x68\x59\xe4\x99\x52\x75\xaa\x45\xdf\xaa\xf1\x53\xda\x6d\x0f\x24\xbb\xdc\xa6\x66\xfd\x47\xa9\x68\xaa\xac\xdd\x31\xc4\xbe\xc2\xe7\x49\x18\x5b\xa5\x4d\xd1\x5c\xf3\xd8\x0e\xbb\x74\xe4\xe9\xac\x90\xc8\x75\xbb\x10\x94\x70\xea\x72\x68\x9d\x7d\x14\x6a\x2e\x59\x29\xd8\xc6\x7e\x07\x7a\x34\x5e\xcc\x4f\xd0\xc1\x02\xe3\x18\x23\x01\x20\xff\xed\x41\x3a\x9d\xf4\x5f\x0f\xc2\xf6\xde\x7d\xc4\xb9\xc3\x00\x5e\x71\xf7\xe5\x2f\x6c\x00\x84\x5d\x7b\xe0\x71\x55\x0f\x20\x71\xf5\x51\xf3\x8d\x0e\x80\xcc\x97\xbc\xbe\xec\xba\x00\xf9\x79\x02\xfb\x79\x84\x00\x4a\x7b\x84\xcf\x88\xc4\x81\x71\xf9\x67\x71\x69\x05\x02\x85\x58\x96\x2a\x5f\x6b\x16\x49\xbe\x53\xcc\xac\xee\xe0\x25\x45\x60\xce\xa4\x37\xde\x95\x58\x84\xc6\xc4\xd4\x39\x54\x95\xbf\xd8\x3c\xec\x27\xe6\xdf\xd2\xc2\xbf\xbe\xe2\xd6\x9b\xd2\xd3\x99\xbc\xc2\x67\x7f\xa5\xfe\x66\xbf\xce\xaf\x4d\x63\x99\xa9\xfe\x11\xfe\xf9\x01\x03\xa9\x6f\x75\x03\xcc\xa3\x3c\x66\x35\x3f\x9a\x5e\xde\xe8\xe2\xb3\x32\x98\xbb\xda\xad\xf4\x8c\xdb\x26\x7c\x01\xdb\x76\xb8\x0c\x61\x37\xb8\x74\xb0\xa9\x37\x0f\x61\xff\x65\xe5\x71\x5d\x66\x3a\xc6\xf1\xde\xea\xbb\xea\xe8\xa4\x04\xa7\x3d\xeb\xb7\xca\x5f\xc7\x7e\x73\x3a\xb4\x31\x58\xd4\x16\xd1\xe6\x7c\x05\xf1\x26\x5f\x2b\x62\x97\xd3\xb5\xcd\xaa\x1c\x9e\xc0\x01\xe7\x0f\xc8\x8c\x8c\x7e\x7f\x5f\xe7\x50\x94\x7b\x2a\x9f\xcf\xa2\xd3\x0c\x3a\x3e\xc1\xcb\x43\xdd\x79\x16\x23\x13\x7b\x1c\x40\x09\x7f\x9f\x9b\xee\x22\x80\xc9\x6e\xb6\x81\x93\x68\x00\x07\xec\x7d\x9e\x73\xda\x00\x3e\x3a\x6c\x3e\xe7\x03\x00\xa2\x98\xd8\xdd\xaf\xd0\x02\xa4\x38\xde\x6f\xa7\x37\x04\xc8\x3f\xc0\x69\xc6\xe2\x0d\x50\xc6\xff\x58\x90\xb3\x17\xe0\xe9\xa6\x60\xb8\x48\x17\xc8\xd7\x0b\x88\xd6\x29\xb1\x51\x0f\xd7\x1b\xc8\x38\x98\x4a\x93\xa5\x6a\x3e\x29\xdb\x7a\xbc\xc2\xcf\x95\xdc\xd5\x3f\x93\x7c\x16\x3d\x99\x3e\x6b\x9d\x59\xc1\x8c\xd8\x15\xea\xea\xb3\xa7\xcd\x65\xf9\xbd\xdf\x5a\xbc\xf7\x40\xd3\x42\x9f\xcb\xcb\xba\xf2\x31\xed\x39\x37\xf3\xaf\x1f\x94\xc6\x7d\xdf\xdf\xb6\x72\x9d\x3e\x35\x7a\xbc\xbb\xc4\x8e\xfa\x6d\xe9\xf5\xcd\xa7\xd5\x4e\x03\x3f\x8f\xf7\x8c\x14\xf7\x3b\xcf\xcf\x7f\xee\xe8\xc9\xbe\xe0\x7a\x6a\xd1\xa1\xc5\x2d\x79\xd3\x8d\x7d\xd9\xf1\xd9\x62\x5c\xab\x9b\xc4\xaa\xcd\xd3\xcf\x51\x93\x6e\xaf\xd7\x22\x2b\x07\x83\x73\x3d\x36\xd7\x9b\xcb\x8c\x02\xeb\xdd\xa3\x11\x2a\x85\x57\x7d\xeb\x3c\x6a\x11\xd4\xbc\xaf\xde\x1b\x6e\x23\xc8\xc6\x0c\xdb\x6d\xff\xc3\x73\x8f\xeb\x41\x74\x78\x42\x99\xfb\x45\x57\x77\x8c\x4a\xcc\x22\x80\x2a\x9a\xfd\x36\xdd\x51\x00\x93\x72\xb6\x95\x53\x8f\xfe\x7a\x10\xc1\x45\xec\x13\x97\x86\xfe\xe1\x41\xf8\xb1\x1d\xbf\x16\x0f\x50\x2a\xf9\xf0\x14\xd3\x0e\x80\x1a\x36\x2e\xcb\xfb\x04\x80\x26\x66\xfe\x72\xe1\x09\x48\x6c\xb7\x13\xca\x92\x65\xa7\x6a\x74\xca\x4a\xec\x37\x98\x21\x3b\xb5\xaf\xca\xef\x72\xab\x23\x08\x35\xac\x68\x2c\x27\xf0\xa2\x75\x2a\x03\x4c\x9a\x2b\xbb\xd7\xcb\xd2\x36\x5d\x2f\x76\x09\x2e\xbc\x0f\x27\x44\x5c\x1b\xcb\x9b\x39\xe7\xfb\xb8\x56\xee\x53\xc1\x67\x11\x47\xb7\xb7\x47\x3f\x69\x75\x90\xdc\xaf\x7f\x1c\x7b\xf7\xa6\xf2\xba\xf7\xfe\x2f\x6f\x87\x5f\x65\xfb\xfa\xf6\xcd\x14\xf7\xcb\xa4\xd5\x79\x97\xcc\xb5\x75\x0b\xc6\xb2\xfb\xc6\xfd\x92\x69\x13\x08\xd7\xf3\xfd\xbc\x94\xda\xc4\x19\x2c\xe2\x7b\x69\x65\xba\x36\x25\x88\xd5\x3b\x7e\xcd\xb2\x4a\x3c\xe0\x9d\x57\xf2\x7a\x41\xd9\x53\x3f\x67\x2f\xd8\x78\x51\x7c\xc1\xc7\xda\x8b\x69\x93\x37\x17\x3c\x77\xf8\x28\x22\xc3\x33\xcf\xbb\x13\x3c\x27\x51\xfd\xc9\xb0\xed\x7f\x38\xb3\xf8\x3c\xc2\x84\x45\x63\x01\x34\x77\xb2\x25\xd0\x29\x00\x58\xa0\xef\x39\x9e\x64\x01\x70\x37\x62\x95\xfe\xcf\xfd\x10\xea\x72\xf7\xee\x39\xfa\xbf\x1e\x44\x81\x26\xdb\x9e\xeb\x85\x00\xd5\x5d\xac\x05\x0c\x09\x00\x4d\xa8\x07\x08\x96\x45\x80\xae\xd3\x3c\x46\x8f\x7d\xa1\xab\x4f\x88\xbf\x43\xb2\x8e\x9a\x32\x50\xf5\xa4\x5d\x97\x9d\x9c\xda\x9f\x26\x3d\xee\x32\x45\x90\x7d\xd9\xab\xdc\x1c\xcf\x8e\x6e\xec\x2c\xd1\x99\x29\xaf\x5e\xf3\xaa\x36\xb1\x65\xeb\xd9\x33\xc7\x92\x3d\xe1\xff\xe3\x3d\x62\xaa\x2e\x42\xb1\x92\x79\xf6\x6e\xd7\x97\xe0\x9c\x41\xd2\xf7\x1b\xc5\xa5\x61\x27\x27\x86\x27\xcb\xd3\x27\x43\x37\x3e\x7f\x7d\xd3\x10\xf7\x3e\xb4\xea\x7b\xcc\x6b\x8e\x68\xc5\xe0\x4b\x3f\x3d\x7a\x7a\x42\x1f\x84\xd1\xfd\xda\xd5\xb6\x10\x44\x08\xe6\x5b\xea\x6b\x1c\x0c\x28\x08\xbc\xb7\xca\x5a\xf3\xd4\x27\x2b\xb8\x70\xfd\x70\x85\xb1\xd7\x78\xd0\xcb\x0d\xef\xe2\x35\xf7\xf2\x90\x00\xc4\x7c\x3e\xbd\x6b\x47\xc8\x1d\xe4\xe5\xac\x02\xd7\xa2\xc0\x45\xe4\x58\x3a\xca\xb9\x34\x70\x37\xfa\x42\x52\x80\xd3\x81\xc0\xcf\xe8\x96\xf8\x57\x8e\xfb\xfd\xe7\x30\x95\xd1\x82\x00\xba\xb7\x59\x3f\xd1\x35\x01\x58\x1b\xde\xf1\xa1\x93\x04\xf0\xe1\x62\x56\x39\xe9\x01\x10\xc5\xcd\x5c\x71\xc6\x1a\x20\x9d\x93\x25\xf6\xe2\x05\x80\xd2\xe7\x2c\xeb\x57\x6c\x00\xea\x6d\xef\xd5\x31\x1c\x05\xe8\x14\xbb\xff\xe4\x4e\x18\x40\xbf\x05\x87\x3d\x07\x2d\xac\x8d\x05\xf0\x0e\x89\x22\xa8\xb8\x89\x74\xc1\x11\xf5\x7b\x64\xcc\xd4\x65\xf1\xc3\x0e\x9c\x84\xa1\x0f\x48\xd9\xa6\xa8\x65\x74\xe2\xfb\x62\xd5\xb7\xe5\x3c\x6b\x8a\x43\xbb\x0d\x0d\x5f\xe4\xfc\x38\xfc\xfc\x92\x2b\x4c\xb1\xb5\xbf\x2f\xd6\xce\x1a\x59\xc8\xcc\xaf\xc8\xb3\x7b\xe5\x3b\xdb\x96\x30\x99\xbb\xf9\xfe\xf2\x47\xbd\xe8\x6f\x69\x15\x9f\x2b\xde\xcc\x87\xc5\xa5\x64\xcf\xec\x1b\x50\x0e\x78\x99\x44\x9a\x37\xeb\xa4\xf8\xf1\x25\x7c\x5a\x64\x6e\x15\xf7\x0a\x4b\xb8\xb4\xc2\x56\x7f\xc1\x73\x28\x66\x69\xf5\x5d\xf5\x5b\x77\x64\xec\xad\x35\x6a\x85\x95\xeb\x40\x74\xd7\xc6\x97\xa2\x64\x97\xbc\x28\x0d\x04\x35\xef\x99\xd3\x74\xd4\x23\xe4\xa9\xac\x5a\xc7\xa5\xf0\x9d\x28\x8f\xd4\x5b\xf6\xea\x11\x3a\x68\xef\x84\x56\xbb\x77\x61\xd2\x18\xde\x58\x01\xdb\x8b\x61\x7d\x18\x64\x64\x0f\x80\xfe\x22\xcb\x1a\x2d\x13\x80\xbd\x3b\x93\x30\xad\x00\x80\x7f\x29\x73\xc2\x29\x15\x80\x84\xbb\x8c\x8b\x74\x46\x00\x79\x6c\x37\x22\x4f\xae\x03\x3c\x9d\x67\x2c\x38\x15\x06\xd0\x6a\xc4\xdc\x71\xe5\x32\x40\xbf\xe9\xdd\x61\xc6\x75\x80\xb1\xfa\xfb\x63\x6c\x3b\x01\x3e\x4f\x71\x09\x0a\xb0\x01\xd7\xec\x3b\x3e\x50\xbe\x48\xf1\x59\xf4\x14\xb9\x6b\xb9\x41\x20\x2c\x9f\x94\xb4\x8a\xc8\x40\x7f\x5c\xbb\x23\xd7\x56\xf2\x7c\x65\x65\x4e\x4a\xf3\xcc\x8b\xd4\xd1\xc1\x4f\xfe\xb6\x23\xe3\x2a\xa5\x2c\x23\xec\xb1\xa4\x19\xc9\x28\xc3\x81\xb5\x01\xe5\x19\x44\x90\xe0\x73\xb1\xc9\xdb\x13\x9f\xfd\x84\xeb\x2e\x7d\xf1\x1c\x39\xed\xb3\xb7\x34\x63\xf6\xca\xcb\x7c\xf7\xee\xe2\x81\x05\xf5\xf6\xd7\xae\x1f\xf3\xbe\x2d\x25\x37\xbe\x76\x15\xcb\xbe\xb7\x22\x50\xd7\xee\xc2\x93\xee\xb1\xc6\x59\xe5\xee\xf4\x3d\x75\xff\xfa\x72\xa9\xfd\xb6\xff\xe1\xc0\x90\x64\xbe\x69\x9d\x43\xb4\x8f\x49\xb0\x42\x2a\x64\x96\xda\x30\x25\x8c\xa3\x2f\x26\x3d\xb2\x5e\x8a\x4b\x45\xbf\x8a\x17\xb7\x9a\x8b\xa3\xc1\x58\xc6\xf0\x5a\x8e\xc5\xb6\x61\xa8\x91\x1a\x00\x26\x37\xee\x4e\xd3\x35\x02\x38\xe3\xef\x2c\x9d\x94\x03\x08\xf6\xb9\x29\x4b\xbb\x09\x90\x34\xc8\xe0\x4f\xfb\x04\xa0\x64\x72\x27\x3f\x0d\x0d\x40\xe3\xa3\x2b\xcd\x47\xab\x00\x7a\x03\xe9\x69\x4e\xc4\x01\x8c\x46\x31\x5f\xba\x2a\x00\xf0\xb9\x89\xf5\x08\x13\x17\xc0\x82\xf7\xc3\xfb\x8f\x86\x21\x0e\xf1\x95\xb7\x41\xee\x30\xa5\x9b\xf8\x59\x70\xc1\xec\x25\x71\x37\x66\x40\xdc\x31\xbc\x66\x2d\x64\x63\x5a\x9e\xab\xb0\x7c\xc2\x75\xa9\x43\xe7\x4e\xd3\x66\xbb\xcc\x6c\xae\xed\xe1\x57\x11\x99\x97\x3e\x1f\x08\xbb\x3f\xde\x1a\x38\x31\x51\xde\x9d\x32\x75\xd5\xf5\xd0\xe4\x9d\x0f\x5f\xc6\x35\x5c\x76\xf5\x56\x7e\x6b\x7e\x6d\xed\xbc\xda\x5c\xf8\xf3\x46\x8f\x83\x23\x5b\x9d\xe6\xaf\xb2\xd6\x16\x87\xa6\xca\x93\xcb\xd7\x1a\xee\x3a\xec\x2c\x41\xac\x50\x6b\x82\xec\x2c\x0a\x2d\xd7\x79\xca\x1f\xd9\x3c\x2f\x18\xdb\x48\x2c\x02\x9b\xae\xec\x46\x04\x31\x4f\xc5\xba\x25\xb3\x13\x49\x9f\x75\xda\x8a\x31\x63\x0c\x25\x95\xea\x61\x79\x2b\x6d\x09\x2d\x95\xf8\xc8\x42\x39\xd5\x05\x73\x34\xb6\xcb\x5c\x2a\xb5\x05\x13\x1a\xed\x6e\x2e\x9b\x48\xc5\x4a\x86\x37\x01\x98\x95\xb3\x4c\xd0\x59\x03\xb8\x62\x6e\xd9\x1c\x1f\x07\x08\x7f\xb0\x93\xee\x3f\x73\x67\xdc\xde\xb5\xef\x9f\xb9\x6f\xfb\xcb\xad\xff\x73\x47\x5b\x68\x82\xff\x27\xef\x3a\xb0\xe3\xee\xff\x78\x00\xe2\xcc\x9a\xd7\x76\x00\xa0\xe3\xd8\x15\xee\x5d\x05\x32\x75\x17\xf7\x47\xf1\x5e\x4a\x15\xb1\x5b\xe8\x84\x79\xce\x06\x09\x3b\x2e\x8e\x0c\x7a\xff\xb9\x1e\xc9\xa5\x38\x92\xc5\xf2\xf2\xee\xda\xb0\x1e\x67\xd5\xb7\x6a\xf3\x45\x35\xdb\xb2\xb6\x37\xf1\xce\x3f\xe2\x82\x79\x5f\x3f\xf6\x69\xfd\x96\x50\xdf\x39\xf2\x78\xdb\x03\xb1\x7e\xfd\xc1\xe2\x7b\x58\x7f\xa2\x55\xc9\x00\x79\xde\xae\x23\xd1\x4a\xe5\x45\xc1\xe2\xc9\x16\x1e\x2b\xaf\x16\xfc\x72\x45\xbd\xb1\xd5\x9e\x67\x46\xab\x4d\xd5\xd7\x2d\xde\x3d\x0d\x5c\xa7\x94\xb8\x5b\x74\x55\xf8\x21\xe8\x0b\x26\xcc\x05\x4a\xdf\x6d\xbe\xcb\x9a\x37\xf3\x2a\xd2\x45\x5d\x4d\xfd\x60\x4a\x2c\x38\x80\xc2\x26\xe9\x99\x32\xe5\xfd\x40\x57\xc6\xf3\x9a\x56\x66\x35\x60\xa4\x63\x2c\x4d\x5e\x65\x5a\x62\x77\x46\x2c\x1a\x1b\xa7\x7f\xc2\x62\x82\x7f\x01\x58\xed\xb8\x81\x38\x32\x0e\xe0\xf5\x93\xbe\xf0\x88\x2f\x40\xcc\xf7\xad\x79\xb7\xbd\xa0\x67\xa1\x34\x2d\xff\x97\x07\x31\x87\xde\x22\x26\xf9\x7a\xee\xf1\x4d\x00\x80\xbb\x13\x8c\xc7\x00\x49\x41\xf3\xec\x91\x70\xde\x0c\x22\x52\x85\x3a\xcd\xf4\x67\xf6\xe1\x7c\xa4\x2e\x04\xf0\x0c\x77\xa3\x5d\x95\xcd\x13\xb3\x9b\x66\x36\x3e\x19\xfc\x2c\xdd\x5b\xb8\x7f\x35\xc4\x36\xac\x6e\x3a\x8a\x6d\x41\x20\x60\xa5\x7b\xc1\x73\x71\x8e\xa5\x62\xf7\x4b\x79\xf3\x81\x59\xda\x6f\xd3\xaf\x82\x8c\x8c\xe7\xdf\xfc\x5c\xee\x32\x30\x7c\xfb\x55\xe1\xd7\xc1\x56\x5d\x23\xf4\xd8\xa3\xe5\x73\xf5\x5f\x8c\x27\x5f\xdd\x58\xbd\x5f\xdd\x6f\x62\xd9\xb9\xbe\xd6\x51\x5e\x6d\x8c\x6f\xc9\xde\x78\x51\x18\x6f\xcc\xde\x40\xbf\x69\x91\x3d\x6f\x5c\x56\x13\x87\x7c\x94\x79\xc8\x98\xa1\xca\x1f\xc5\x97\xba\xc3\xc8\xbf\x3c\x17\x2d\x98\xd0\x69\x14\x5f\xd2\x86\xfe\x10\xf7\xd0\x30\xa5\xf0\x15\x66\x33\x62\xd1\xd0\x3d\xff\x21\xd6\x27\xec\x8e\xa1\x4e\x2e\x1f\x76\x21\x64\x0f\x80\xdd\x1c\x03\xed\x61\x75\x00\x7f\xb5\x9d\x57\xff\x33\x57\xa2\xfb\xef\xdc\x97\x6b\x8b\x6d\x26\xbf\x3d\x88\x9a\x7f\xe7\x9e\x7f\x7c\x18\xb8\x80\xd9\xab\xfc\x1f\xb2\xbe\xbc\x5d\x80\x34\xa0\xf4\xf3\xbc\x93\x7a\x39\xab\x4d\xea\x14\x3e\x68\x30\xff\x8e\x85\x70\x50\x6a\xc9\x3d\xb8\x6b\x0d\xb3\xa1\x2a\x1e\x2d\x53\x7d\x0c\x19\x6b\xf8\x28\xbb\x24\xc3\x66\x23\xc2\xb6\xb2\xfc\x4e\xc8\xf1\xd5\x3e\xef\x2f\x75\x6f\xdd\xc6\x96\xdb\x72\xb8\x9a\xda\x2d\xae\x2e\x9e\x1b\xb2\x6d\x0b\xd1\xbf\xbf\xc8\xb5\xe0\xf6\xfc\x92\xb6\xdf\x0a\xed\x92\xc7\x33\x3a\x1d\xdd\x19\xf5\x15\xab\xa7\xe9\x7a\x4c\x13\xc9\xab\x1f\x2a\x79\xf5\xce\x0d\xd9\x6c\x38\x14\xd6\xe8\x1d\x7a\x29\xbf\x79\x3b\x67\xaf\xde\x62\x47\x27\xf2\x68\x06\x41\x2f\xaf\x55\x1f\xf5\x20\x25\x56\x8f\xb6\x51\x12\x6d\x12\x1f\xa5\xb7\x50\xdb\x86\x9e\x88\x7d\xa9\x97\x5f\x3d\x84\x89\x89\xb2\xd0\xd7\xaa\x60\xc2\x4c\x47\x1e\xd5\xd3\x2e\xcd\xc6\x8e\x87\x9c\xd4\xbb\x56\xbc\x81\xe3\x0c\x5c\x01\x70\x66\xba\xfa\xe2\xa0\x08\x40\xe8\xef\x1c\x63\x3b\xf7\xdd\xce\xfb\x7a\x59\xff\xbd\x0f\x16\xf9\xff\x95\x7f\x03\xc0\xe5\xb4\x03\xe3\xd8\xfb\x80\x65\x75\x67\x4a\x9b\x23\x52\x0f\xf0\x14\x88\xcf\x4d\xfc\x20\xdf\x10\xb9\xa8\x8b\x7f\x59\x48\x20\xcb\x98\x3a\x8e\xd4\x1b\xe2\x46\xd5\x92\x03\x07\xf3\x7a\x31\x5a\x86\xbf\xe2\x51\xf1\x5d\xc8\x04\x5b\xc3\x9c\x5c\x3f\x1c\x42\xd9\x2b\xae\xf4\x90\xcb\xc9\x75\x7c\x0a\xb9\xf2\xb6\x79\xc8\x5a\x7b\xeb\x44\xf5\x77\x9d\xf7\xab\xcc\x33\x17\x6b\x93\xd5\x11\x6b\x13\xab\xc6\x95\xb7\xd5\xd2\xd7\xbf\xaf\xf9\x95\x7e\x50\x7b\x36\x7f\x79\x23\x22\xff\xab\x86\xe8\x54\x17\x62\x3c\x87\x4e\x93\xeb\xed\xcc\x66\x47\xe6\x39\xcd\xa6\xc1\xdb\x48\x7c\x4a\x96\xe6\xd7\xde\x2e\xf4\xd5\x78\x9c\x16\x43\x97\x14\x7a\x38\x96\x5e\x73\xf4\xb9\x0e\xe6\x47\xc4\x29\xad\x83\xcd\x67\xb0\x0a\xa1\x54\xad\xa5\x67\x96\x58\x9f\x50\x51\xad\x95\x9a\x5e\xdc\xd9\xa0\xab\x9a\xb7\xab\x29\xf8\xbb\xde\x03\x00\x1e\x96\x5b\x73\x6d\x9f\x87\x42\xc4\x16\x5b\x93\xff\xbd\x0f\x66\x6e\xff\x5f\xf9\x37\x9e\x1f\xe0\x5a\xfd\x31\xb5\x5f\x4d\xb0\x7a\x6f\x9e\x89\xfe\x03\x89\x1a\xca\x9d\x2f\x54\xd7\xaf\x45\xfe\x2c\x52\xa1\xde\xd7\x62\x42\xba\x2e\xb3\x62\xe9\x5b\xf6\x86\x20\xa0\xf6\xd3\x73\x5f\xda\x49\xdc\x75\x23\xd1\xf0\x23\x11\x8f\x30\xd6\x36\x0c\x09\x7a\xde\xbb\x50\x4c\x1e\xf5\x59\xc9\x8e\x9c\xc8\x23\x09\x89\x79\xcf\xcd\xd9\x36\xbd\xab\x12\x0a\x4e\xeb\x5a\x22\x98\x47\xd3\x8a\x79\x54\x93\x37\x2a\xd7\x55\x8a\xef\x29\xdb\x6e\x2a\x23\xce\xe6\xb2\x28\xc1\x66\x05\xc2\x31\x7b\x4e\x59\x72\x91\x65\x73\x23\x6d\x4e\xc5\xe8\xab\x39\x92\x9c\x2c\xa3\xda\x3e\x11\x85\x4a\x4d\x94\x50\x3d\x3c\x66\x88\x46\x45\x6b\xa9\xd2\x0f\x46\x61\x3e\x85\x0b\xaa\xd6\xf7\x29\x60\xb5\x42\xd6\x54\x8f\xbf\x90\xc1\x49\xfb\xaf\xab\x0a\x75\x30\xe3\x86\x7d\x45\xd4\xdc\x5a\x5c\x71\xb3\x3e\x54\xd5\xe2\xe6\x0f\x78\x0d\x2f\x06\x80\x80\xdf\xe7\x60\xdb\x87\xa9\xde\xb7\xc5\x9e\x8f\xff\xf6\xe3\x7e\xe7\x3d\xdb\xf3\xf7\x6c\xe5\x39\x73\xbb\x00\x76\x1c\xa3\xa1\xf9\xf4\x01\x3e\xb3\x06\x30\xef\x1f\x66\xa3\x36\xf0\x9c\x16\x88\x6f\xcf\xa3\xb8\x8a\x24\x29\x86\x3d\x5d\x26\xcd\xcb\x5a\x18\xcb\xe6\x14\x10\xd3\xd4\x6f\xdb\x57\xc6\xa5\xe0\x3f\x1b\x36\xf8\xcc\x6e\xfb\x0f\x6e\xf6\xd8\xd3\x6e\xb7\x62\xe5\xed\x2c\x31\x12\x91\xef\x12\x99\x4c\x8d\xd1\x4d\x85\xf6\xc9\xdc\xba\x9a\xa8\x8e\xce\x98\x34\x7d\x55\x15\x94\xdd\x74\x7f\x2a\x61\xdb\x7f\x50\xd8\x83\x5a\x45\x7e\x48\x72\x90\x9b\x43\xf7\xa2\x9e\xc7\xc5\xc9\x4d\xaf\x6b\xa3\x8b\xa2\x86\x14\xce\xfd\xe4\xc1\xf0\x45\x64\x28\x28\x7f\xb9\x89\xa5\x0b\x99\x56\xf0\x9e\xbc\x8e\x5d\x09\x78\xae\xc8\x3a\x2a\x86\x8b\xf6\xcd\x53\xba\x35\x08\x38\x57\x3f\x0d\x45\x93\x57\x27\xf1\xee\x1e\x8e\x4a\x2f\x5f\xcc\xe0\x35\x3c\x03\x94\x4f\x76\x2c\xe2\x1b\xdd\x5d\xff\xfa\x30\xdb\xf7\xe2\xf6\x3e\x78\xf3\x7b\x5d\x7e\xfe\x5e\x07\xb8\xff\xaf\xfc\x7b\xe5\xb7\x07\x61\x0d\x40\xef\x7d\x52\x6b\xf4\x22\x7c\x66\xa3\x61\xea\xea\x3e\x4b\x7d\xce\x3b\x2b\xf0\xba\xae\x86\x7a\x5e\x18\x23\x89\x2d\xd2\x20\xa7\xc8\xf1\xe9\x5e\x4d\xe1\x20\xc5\xa9\xcb\x99\x7f\x09\x17\x27\xd2\x19\x36\xb8\x24\x7a\x33\x12\xae\x59\x29\x79\x7b\xfe\x2f\xff\x21\x1f\xfb\x26\xf3\x78\xe4\xa9\x6d\xff\x41\xad\x02\x53\x3c\xf8\x26\xe6\x93\xc2\x3b\x8c\xce\x5c\x50\x4c\xc6\xb6\xff\x20\x3d\x86\x45\x60\xf7\x07\xf3\x4a\x87\xe2\xae\x63\x1f\x07\xd1\x4b\x4b\xa3\xf2\xb0\x3d\xfe\x91\x32\xee\x8b\x5f\x70\x87\xfd\xf2\x65\x62\xbe\xa3\x71\x08\x4f\x9c\xac\xd3\xe7\x8f\x38\x82\xd7\x39\xb9\xeb\xef\x9b\xf1\x86\x1e\x3b\xe4\xe6\xdf\xc8\xe2\x33\xdc\xc8\x72\xb9\x43\x21\x04\x06\xe7\x3c\x39\x6a\x7f\x36\xc1\xd0\x89\xe5\xef\xbd\xb8\xbd\x0f\xb6\xdf\x0b\xdb\xb9\xe7\x3f\xce\x41\xc8\x3f\xf2\xef\xcf\x5b\x1c\x7c\xb2\xc5\x9e\xbb\xb0\xc6\x4a\xbd\xb5\xd2\xd0\x0f\x0c\x3c\x1f\xb8\xc5\xcb\xb8\xa9\xea\x22\x78\xf1\xf3\x99\xa6\x94\x73\xf2\xbb\xd5\xf1\xb1\xd7\xc9\xb7\xd4\xe7\x8d\x22\x03\x19\x49\xa1\xfa\x65\x16\x13\xee\x23\x44\x7f\xf3\xaf\x8e\x7e\xf6\xec\x84\x71\xc7\xcb\x6e\xcf\xb6\xfd\x07\xc3\xf7\x04\xc1\xc4\x60\x2f\x07\xed\x59\xbc\x77\xd9\x3d\xbf\x36\xb5\x3c\xdc\x87\xf6\x8f\x81\x15\x0a\x95\xb8\xce\xf7\xfe\x01\xc3\x32\x6f\x71\x5a\xcb\x98\xc0\xe8\x3f\xfe\x83\x2f\xde\x19\x57\xec\x75\x6d\xdb\x7f\x90\xa4\xc1\xdb\xe3\xc8\x1e\x07\x25\x7e\xac\x7d\xc6\x7f\x70\x7e\x22\x69\x31\xcf\x49\xb8\xef\x68\x28\x19\x35\x63\x43\x08\xb4\x0f\x97\xb2\xfb\xf4\x99\x90\x63\xcf\x21\x55\x37\xc1\x46\x20\xd8\x60\xa5\x0f\xbf\x15\x20\xde\xb4\x9e\xfd\xbb\x0f\x9e\x4b\xfc\xf6\x40\x2e\x6f\x71\xd5\xe4\x9f\xf9\xf7\x26\xe2\xdf\xf9\xf7\xa8\xd2\x16\x5f\x32\x00\xd0\x7b\x9d\x7c\xd8\xbc\x0f\x56\xd9\x75\x6e\xdf\xae\xa4\x07\x05\xde\x87\x1c\xc6\x39\x63\xd4\x0e\x91\x11\xa1\xf8\x84\x6e\xca\xb4\x2c\x55\xfe\x54\x58\x31\x99\xaa\x36\xa0\x49\xf4\xb6\x22\xdf\xd7\x8f\x35\x8a\x75\x92\x23\x55\x99\xa9\x99\x67\x6c\xfb\x0f\x66\xc6\xc4\x0f\xde\xcb\x76\x14\x83\xaf\x44\xab\xe8\x70\xa7\x2b\x5a\x3f\x88\x0f\x72\xcc\x9d\xb9\xd4\xe8\x08\x43\x35\x3f\x5d\xbd\x15\x1f\x10\x2a\x5e\xcc\xb8\xea\xcb\xa6\x11\xf6\x7e\x48\xf2\x70\x96\x62\xc7\xc3\xf2\xb8\xbb\xa6\x38\x86\x60\x88\xcf\x77\x46\x88\xcd\x13\x28\x04\x11\xfb\x6c\x31\x41\xa2\x2a\xa1\xc8\x76\xa7\xa8\x39\xf1\x35\xf1\x82\x65\xac\xa8\x18\xa6\x9e\x68\x60\xde\x2f\x46\xbb\x9a\x46\xb4\xb0\x38\x2c\x26\x3a\xd7\x4b\xec\x34\x5d\x14\x4b\xff\x71\x97\xf8\xc6\x34\x45\x6c\xea\x0b\x07\x11\x4c\x14\x00\xaa\x8f\x6e\xcd\xfb\x2a\xea\xf7\x7d\x68\xf2\xcf\x73\x40\xc0\xfc\xce\xbf\xf3\xfe\x2b\xff\x2e\xd8\x62\x0b\x1b\x00\x63\xc2\x69\xc1\xaa\x0f\x00\xac\x28\x86\xba\x7c\x0f\x28\xe6\xce\x60\x5d\x4a\xb1\xa3\x52\x9e\x9c\xe3\xcb\x8b\x04\xaa\xbd\x8c\x8d\xf8\x65\xbf\x14\x4a\x92\x1a\x4e\x59\xcc\x55\x8a\x72\x54\x8f\x47\x33\xc2\xf6\x1d\x59\xda\xf4\x8b\x61\xd0\x1f\xff\xe1\x00\xa9\xde\x73\xc6\x3c\x4b\x5f\x81\x64\x1f\xd6\x6e\xf9\x5a\x13\x41\x32\x4d\xf1\xb5\x1c\x50\xbd\x40\xba\x54\xb2\x6a\x1d\xb7\xed\x3f\xc8\x76\x13\xdd\xfb\xc7\xed\x50\x52\xaa\x44\xe6\xe9\x47\xf6\xc4\xff\xf6\x1f\x9e\xec\x23\x39\x13\xdf\x1b\x93\xb7\xbd\x07\x91\xfd\xa4\x45\x92\xac\xc1\x4e\xe1\x32\x32\x1d\xc9\x4b\x2f\x44\xf8\x05\x2a\x97\x54\xa8\x1b\x2d\x82\x5b\x59\x23\x19\x18\x5c\x15\x31\x5f\xe0\x24\x8d\xeb\x04\xfc\xf5\x81\xb6\x3d\x90\xdf\x5e\xdc\x6f\xff\xe9\xd7\xd5\xdf\x1e\x54\xcd\xbf\xf3\xef\x36\x09\x80\xab\x1c\xc7\xe2\x8a\x4f\x00\xd0\x3c\xa0\xa1\x29\x7c\x05\xc0\x7e\x99\x41\x3d\xcd\x1e\x6a\x78\x25\x59\x15\x62\xc5\x80\x53\x84\xc4\x9d\x1b\xa4\x44\x7d\x29\x13\x2c\x4c\xef\xb5\x87\x7a\x45\x95\x4f\xe6\x94\xc3\x5d\xca\xa0\xce\x2d\x85\x42\x4b\x0c\x45\xd8\xa8\x52\x0d\xcc\x58\xc9\x63\x56\xa6\x3a\x3c\x86\x89\xe4\x2a\xd7\x00\xbd\x3d\x3a\x65\xe4\x98\xc0\x71\x7d\x6e\x4d\x4f\xf2\x83\xd8\x40\xa3\x28\x15\x65\x32\x6b\x76\xad\x11\xbb\x42\x37\xe9\x7b\x55\x8c\x49\xb0\xdc\x19\x52\x52\x6b\x86\x59\xb0\xe4\x2c\x29\x73\x88\xd5\x94\x55\x7c\x8a\xe4\xf9\xf1\x82\x69\xa4\xa8\x20\xc9\x70\x35\xdc\xf4\xa1\xc8\x3c\x29\x98\x38\x67\xec\x24\x9c\x43\x3e\x43\xf2\xd7\xd3\xf9\x5f\xde\xc3\x57\xca\x6d\x72\xb1\xf2\x7b\x81\x05\xe2\x1e\x72\x89\xf2\xa4\xe0\x75\x94\x35\xb9\x58\x85\xf6\xaf\x07\xf2\x0f\x2f\x8e\x86\x86\x66\xcd\xf7\xdf\x1e\x4c\xbf\xdd\x16\x9b\xc6\x01\xfe\xf3\x9d\x5d\xe6\xb0\xf5\x5c\x74\x1a\x80\x81\x9f\xae\x3e\x83\x07\xe0\xde\xa9\xcb\x27\xe2\x62\x00\xc9\xd5\x7c\x3b\x36\x54\x03\xa2\x85\xd5\xee\xa3\xbd\x7b\xe1\x9e\x54\x22\x4f\xa3\xf3\x27\x6a\x81\x72\xfd\x13\x5f\x1b\x46\xea\x19\xed\x49\x19\x3b\xd3\xd7\x94\x29\x83\x69\xf9\x28\x23\x47\x4a\xab\x99\x81\xa2\x8a\xfe\x11\x8a\x8d\x63\x96\xaa\x81\xf6\x49\x0a\xbb\x6f\xb1\xc6\x03\xf5\x44\xca\xde\x88\x40\xad\xe3\xca\x43\xe4\xc9\xd4\x9b\xda\x6f\xe4\x57\xc9\x6b\xf9\xb2\x5a\xba\x32\x24\x72\x45\xcd\x7e\x9d\x08\x29\x26\xb2\x47\xfb\x98\x6e\x8b\xf8\x45\xb2\xfe\xf0\x57\xdd\x3e\x51\x15\x32\xdb\x67\x56\xbd\xd7\x22\xec\x64\x95\xc5\xef\x3a\xcd\x42\x6b\x64\x0b\x82\x80\xb6\x99\xe0\x2a\xf9\x15\x99\x5b\xfd\xad\x00\x23\xc5\x8c\xfc\x4b\x91\xf5\xbf\xbd\x87\xc7\x53\xd4\x8b\x94\x0a\xc9\xc3\x7f\xbf\x0f\xff\x6f\x0f\x66\x28\x75\x8b\xcf\x7b\xb7\x58\x71\x79\x8b\xd9\xbf\xcf\x47\xa6\x29\x00\x43\x2e\x1d\x7d\x82\x1f\x00\xeb\xfe\x4b\xa1\x11\x47\x81\xc8\x3d\x74\xab\xd7\xef\x39\xf4\x08\x31\xdc\x3b\xe7\x96\x09\x46\x92\x08\x8e\x1a\xbb\x11\xea\x8a\x12\x42\x20\xde\x62\x07\xf5\xa9\x46\x9a\x88\xaf\x91\x00\x95\x5d\xff\xbb\x54\x8c\xbe\x10\x55\xd0\x44\x4c\x12\xaf\x2b\x4c\x21\xd9\xde\x96\xbb\xa9\x69\x43\x59\x70\xbf\x28\xef\xa1\xe6\x41\x79\x1a\x38\xa1\x64\xa4\xd4\x45\xb1\x8d\xb7\x53\x65\x90\x4f\xa2\x24\xa6\x09\x29\x73\xc8\x4e\x50\xf6\x97\x78\x6a\xa0\xa4\x34\x29\x8c\xb5\xbf\xd4\xcf\x8b\x33\x52\x98\x3b\x5e\xa9\x31\x8b\x5a\x93\xb1\x83\xbe\xea\x2f\xb7\xfd\x07\x21\x0a\xf9\xc3\x7c\xad\x7a\xaf\xa0\x3e\x85\x61\xfd\xb1\x0a\x17\x3f\x9e\xe2\x4a\xc6\x29\xc4\xf0\xd5\x50\xbe\x51\x4c\xa5\xd1\x8f\xad\xa8\xdc\x94\x41\xf1\x1c\x5e\x1d\x6a\x00\xf5\xd4\x93\xf3\xdb\xe7\x60\xdb\x83\xf9\x79\x60\x8b\x6f\x7e\xfc\xf6\xa0\x7e\xef\x83\xa7\x6f\x7e\xfb\x2f\xe8\x2d\x66\x1d\x03\x38\xff\x69\x1f\x47\x08\xff\xd6\x73\xe4\x00\x00\x5b\xfb\xa5\xf5\x40\x1e\x00\xce\x31\xfa\x59\x77\x43\x58\x13\x3c\xce\x64\xef\xc0\x0b\x25\x12\x0a\x6c\x9f\x2c\xd9\x40\x51\x41\x9e\xf3\xad\x49\x35\x75\x55\xdd\x53\x80\x45\x9f\x4c\xcd\xd3\xdd\x2b\x42\xd0\xdb\x43\x8d\x32\x64\x17\x35\xd1\xea\xa4\x5a\x59\x0d\x8a\x7f\x54\x0b\xa2\x7a\x3a\x73\x8a\x3f\x54\xe1\xa3\x8a\xf9\xb4\x49\x3d\x56\x60\xa0\x4a\x87\x1f\x90\x9c\x91\x97\xa2\x20\x12\x02\xe4\xca\x65\x77\x51\xfa\xb2\x92\x15\xa2\x24\x09\x94\x97\x25\x43\x0a\x37\xc5\x6f\x53\xda\xeb\x0f\xc9\x93\x9e\x0c\x53\x3a\xda\x45\xe5\x2d\x44\xcc\x29\x5e\xaf\x5b\x14\x3f\x09\xd6\x50\x7a\xc6\x43\xe4\x68\x05\xfc\x28\x75\xdf\x93\xe4\xcc\xf9\x59\x29\x6f\x56\xe6\x64\x9a\xf9\xef\x51\x9a\x89\xb5\xb2\x3d\xbf\xd7\x21\x9b\xf7\x20\x35\x85\xca\x24\x72\x04\x80\xf5\x96\x08\xfd\x91\x43\x00\x3c\x0c\x82\xd3\x74\x39\x00\xa2\x82\x4f\x8c\xcf\x8f\xff\x6f\x1f\x44\x87\x43\xc6\xfd\x4e\x37\x80\x41\x9b\x22\xf7\x43\x45\x00\x13\x2e\x55\x2a\x5f\x10\x34\x9a\x5e\xd2\xb9\x22\x71\x1a\xc4\x8c\xb9\x0c\x17\x15\xa2\xa9\xcf\x4d\x68\x2d\x1d\xb4\xa6\xa8\x5c\x86\xa2\x6e\x0d\xc6\x8f\x28\x21\x06\x6c\x81\xee\x36\xa1\xe4\x09\x9d\xef\x09\x1a\x2e\x2a\x64\x56\xcd\x8f\xb9\xcb\x5e\xf6\x24\x82\x5a\x4f\x85\x8d\xcf\x25\x52\xb4\x4a\x55\x83\xa6\x7f\xc8\x1f\x0f\xe4\x8b\x7c\xcd\x90\x6c\xc8\x71\xa2\x83\xcc\xc8\xa7\xb1\x30\xeb\x3f\x1e\xc8\x7f\x79\x0f\xa4\x93\x62\x33\x58\x85\x00\x2e\x6c\xb4\x98\x37\xee\x81\x77\xca\x4a\xa8\x38\x02\xa7\xe3\xed\xf7\x33\x5a\x72\x37\x2e\xcb\xab\x71\x7a\x9f\x54\x30\xae\xd3\x2b\x71\x02\xa4\xef\xe1\xe9\x3d\x52\x46\x99\x64\x02\xf0\xf6\xee\x92\x03\xc5\x32\x73\x78\xac\x8b\x60\xaf\x87\x1c\x07\x9e\xe2\xe2\xd1\x35\x22\xa7\x4e\x30\x75\xfc\x09\xf0\x80\x2c\x7c\xfd\x98\xe5\x5f\x0f\x62\x7b\x1d\xe4\xeb\x9e\xa4\x5f\xd9\x01\xa0\xb9\x5f\x5c\x8e\x31\x06\x40\xef\xb2\xcc\xfa\x5d\x55\x00\xa3\x76\xf9\xce\x07\x19\x00\x66\x27\x54\xe8\x1f\x1f\x85\x69\x8b\x59\x0d\xf3\x27\x54\x60\xb6\xb8\x64\xf0\x4c\x99\x99\xea\x6e\x7e\xc3\x0c\xa3\x67\x4b\x59\x34\xe9\x72\x66\x37\x7f\x44\x51\x31\x64\x0c\x94\xb3\x6b\x27\x2b\xeb\xdf\x8d\xbf\xee\x29\x43\xc2\x69\xef\xc9\x29\xf5\x09\x23\x71\x68\x10\x2a\x68\x83\x0a\x89\x2d\x6a\x6d\x0d\x32\x61\x0f\x88\xfe\xca\xc1\xdd\x4c\xe1\x4a\x84\x5f\x0a\xed\xa3\x2e\x51\x08\x42\x93\x6c\xfa\xf4\x74\x74\x10\xc1\x5f\xaa\x77\x25\x35\xe6\x34\x61\x58\xe2\x17\xda\x2b\xb2\xfa\x8f\x0f\xf3\x9b\x88\x26\x09\x1f\x2c\x5f\xa0\xdd\x5c\xb8\x14\x1f\x36\x2d\xc0\xff\x2b\x5e\x5a\x08\x3b\xe1\x5f\xf7\xe1\x81\xcc\x65\x9c\xb9\x0f\x71\xcc\x46\xf6\x12\x6e\xd0\x9b\x7b\x30\x4f\xce\x15\xf7\xcd\xfb\x5e\xdf\x51\x79\x2e\xfc\x13\xcf\xb3\x5d\x0a\x0a\x07\xf1\x4f\xdd\xbe\x3f\x1f\x56\x60\x22\x3c\x76\x36\x03\x78\x70\x58\xd0\xe3\x68\x1c\x80\xc0\x03\x61\xfe\xd3\xb7\x00\x24\x5a\x44\x1e\x5e\x78\x08\xa0\x88\x7b\xa2\x76\xe5\x19\x80\x86\xa8\x84\xf3\x0d\x5d\x00\xe3\x30\xc9\x05\x96\x1c\x00\xb3\x12\xd9\x0b\xf7\x9d\x00\xac\x1d\x95\x35\xf8\x9b\x60\xc6\x3a\x4a\xfd\xd0\x93\x29\x78\x64\xf5\x56\xff\xb0\x52\x35\xd5\xdd\xe2\x89\x99\xa8\x5e\x30\x65\xd0\xcc\xd3\x81\x6c\x91\x49\xc6\x18\x4f\xf9\xad\x38\xbd\x22\x7d\x34\x54\x8b\xfd\xe2\x3b\x4a\x0a\xd1\x55\xcb\xa2\x0b\xf0\x24\xa6\x69\xcd\x96\xd3\x87\x27\x12\x95\xd5\x4b\x1a\x1e\x45\x5e\x24\x0c\xaa\x44\xbe\x28\x8f\xd1\x27\x68\x2b\xe6\x8c\xf6\xc7\x25\xe3\x5f\xcb\x79\x7e\x93\x4e\x34\xc1\xcb\x49\x2b\x23\xd6\x92\xb9\x09\x9a\x92\xf1\xa8\x4f\x31\xc5\xdb\xfb\x02\xad\x28\x69\x89\xfe\x1c\x21\xb5\x6c\x24\x15\x8c\x71\x0f\xdb\xf5\xfd\xb5\xcc\x13\xcc\x9b\xd0\x0b\x7f\xfa\x50\x18\xe4\x94\xb1\xaf\x03\x28\xaf\xab\xe4\xdf\xe0\xf8\xfd\x48\x7d\x5f\x14\xd8\x70\x05\xbe\x3b\xba\xec\x15\xe6\xf1\x8f\x3d\x5b\x9e\xc7\x29\x59\xe3\x39\xbc\x1e\x35\xad\x2b\x79\xe2\xdb\xdd\xaf\x00\x70\xaa\x0a\x90\x8f\x0f\x00\x08\xe4\xf3\xa3\x4f\x71\x02\x48\xed\x13\x1a\x3f\x9f\x0f\xa0\x8c\x12\x3d\x7e\xed\x36\x80\x5e\xe6\x93\x9f\x8c\x09\x00\x26\x20\xa1\x7d\x27\x08\xc0\x7a\x46\x66\xec\x11\x33\x80\xad\xbd\x02\xf1\xb1\x21\x4c\xdb\x27\xa9\x3e\x17\x1d\x06\x36\xfb\x52\xdd\x03\xca\x8e\x54\x15\x6b\x59\xd3\x16\x83\x91\x3f\xfd\x28\xbd\x66\x07\xbd\x51\x2e\xbd\xa4\x3c\xa3\xcf\xd1\x48\xff\x46\x22\x59\xff\x4c\xa6\x6d\xc8\x57\xe2\x5d\x1d\xc6\x32\xad\xa8\x2c\xc2\x94\x86\x66\xe3\xe3\x98\x40\xc2\x39\xd5\x86\x9e\x0b\x09\x3f\xf0\xcb\x8a\x8e\xef\x84\x13\x05\x70\xe3\x72\x91\x3f\x37\xd3\xda\xff\x78\x0f\x4b\x52\x8f\x50\x5c\xf1\x1e\x7f\xfa\x50\x82\xa5\xac\xd0\x61\x51\x4c\xdb\x7d\x28\xd3\xe7\x64\x57\x31\xda\xe1\xaf\xde\x51\xe5\x17\x30\x49\xe1\x7a\xc3\x86\x0a\x7b\xb0\x95\x41\x74\x2f\xab\x94\x58\xb0\xb5\x41\x91\x5d\xb2\x4a\x99\x38\x1d\xff\x13\x6d\xb4\xca\xa2\xb8\x46\x5f\xb5\xc6\x9b\x2a\x67\xf1\xfc\x5e\x96\xb5\xa5\xaa\x4a\x78\x7d\xcf\x79\x00\x6e\x11\xbe\x42\x5a\x71\x00\x21\x0d\xfe\x5b\xa7\x78\xff\xf6\xa3\xa8\x73\x0b\xea\x5f\xe6\x01\xd0\x1f\x17\x8d\xbb\x31\x01\x60\x11\x2e\xf1\xe0\x2e\x3d\x80\x6d\xa3\x54\xdb\x03\x59\x00\xe7\x5d\xb2\x13\xbc\xcc\x7f\xbc\x18\x2e\xd7\x93\x5a\x66\xca\x8a\x54\x4d\x47\x46\xa3\x7e\x03\xa0\xc8\x59\x8f\x59\x0b\xdb\xce\x93\xef\x5a\x96\x7b\x9e\xf5\xd2\x25\x52\xcd\xf2\xc3\x9b\x43\xe6\x88\xe7\x0d\x87\x33\x34\xa2\xbd\x08\x91\xba\xd5\x65\x67\xe2\x77\x10\xee\x68\xba\x36\xd1\x24\x6c\xfc\xe9\x45\xe1\x53\xce\x1c\xef\xcc\x7a\x83\xbb\x2f\x97\xfd\xeb\x41\x26\x0a\x27\x2f\xe3\x85\x40\x66\x4c\x6e\xfb\x30\x98\x0e\x29\x04\xea\x40\x42\xc8\x76\x1f\xca\xd7\x66\xf9\x23\x28\x74\x9c\xd4\xbb\x22\xc5\x7a\xb4\x6a\xac\xc3\x90\xb0\xd2\x0c\x9a\x1a\xf5\xb5\x6f\x43\xd9\x13\x53\x12\x0e\x5d\x2d\x2a\x26\x58\xe1\xd0\x87\xed\xfb\x55\x48\xd8\xac\xe0\xf4\xc6\x00\x35\x01\xdc\xb9\x40\xe9\xda\x4a\xb5\x28\xdc\xb0\x6f\x70\xd9\x17\xcd\x42\x5c\x85\xdf\x5b\x00\xee\x1a\x5e\x24\xed\xe9\xff\x1f\x0f\xa2\x5e\x10\x49\x9f\xf9\xb7\x1f\xc5\x61\x40\xe2\x14\xbb\x2a\x80\xfb\x1b\x99\xef\x8f\xdb\xe1\xb3\xe7\xa2\xe2\x4b\xb1\x16\xb8\xef\x59\xa5\x51\xae\x4c\xa6\x8a\xbb\xf8\x1b\x96\x18\x3d\x20\xe3\x1d\x4e\x58\x95\x3b\xe2\x48\xb3\xd6\xee\xee\xa9\xbe\x47\x89\x51\x16\x4e\x61\x7e\x11\xaa\x84\x01\x63\xc3\x34\xf3\xd8\x97\xf8\x69\x7d\xc6\xb2\x1d\xc9\x46\x7f\x7a\x51\x5e\x6b\x60\x5e\x9e\xc8\x45\xff\xe9\x45\xd1\x95\x67\x5a\x67\x2d\x4a\xfd\xe3\xc3\x98\xc9\x68\x6d\x9e\xc8\x50\x59\x95\x94\x5d\xda\x9c\x4b\xa5\xcc\x3c\x52\xd0\x40\x8a\xa4\xea\x4c\x94\x28\x29\xa1\x58\x93\x34\x87\x7f\xa8\xec\x42\xbd\x4f\xb8\xf7\x2a\x57\xf5\x10\xda\x29\xb6\xbf\x7b\xbf\x2a\x06\xc3\x13\xe5\xdd\x9c\xa3\xe1\x8b\x31\x8f\xba\xd3\x48\xab\xbe\x88\x7d\x12\x3a\x57\xd5\xaf\xe5\x8d\xf5\x09\xe5\x29\xaf\xd7\x32\xc0\xd1\x07\x8e\x96\xd8\x6a\xc9\xe0\xfa\xfd\x04\x01\x1e\xd3\x3f\xa6\xa3\xf3\xf9\x9b\xff\x6f\x7b\x10\x3a\x2e\xfc\x8b\x97\xdf\x03\x98\xbd\x11\x0c\x64\x30\x01\xb0\x1f\x15\xaa\xbb\x1d\x05\xe0\x5a\x21\xfe\xe4\xfe\x3b\x00\xcf\x56\x69\xca\xe3\x80\x3f\xfd\x28\x2c\x7e\x34\xea\xa7\x54\x72\xa9\x1a\x5e\xbb\xf4\x1a\x0c\xfd\xc9\xeb\x2e\x2a\x16\x4f\x9d\x32\x49\x52\x0e\x22\x4e\xe7\x02\x57\x88\x0c\x56\xd1\x21\xca\xd1\xc2\xf8\x5e\xb3\xe4\x14\xa5\x14\x6d\xfc\x11\x43\x9b\x12\x9e\x8c\x87\xb8\xa3\xba\x69\x8d\x77\x73\x6f\x60\x06\x35\x97\xfa\x5a\x8a\x5a\xfe\x78\x20\xdb\x3d\x20\x8b\x72\x36\xeb\xa8\x82\x83\xa8\x8b\x72\xca\x1b\x43\xb9\x9a\x3f\x69\x15\xcf\x22\xbe\x66\x65\x7d\xb0\x50\x91\xd9\x3c\x96\xd5\xfb\x66\xaf\x2a\x13\xd2\x26\x8d\xa6\xaf\x5d\xbd\x06\xd9\x9e\xaa\xd7\xdd\xa7\x5e\x8c\xda\x4c\xf0\x6e\xf1\xd3\x98\x47\xe3\x62\x9e\x3c\x7b\xa2\xe5\x80\xb9\x19\x5d\x5b\xdd\xa8\x7d\x14\x43\x0e\x9f\x2c\x37\xd5\x7e\x8d\xf5\x08\xf5\x2b\x7a\xa9\x33\x8f\x9d\x08\x9e\xc8\x57\xd0\x99\xc2\x05\x07\x9c\x02\xe0\xdd\xcd\xbb\x9b\x36\x05\x40\xf2\x1a\xef\xdd\x53\x29\x00\xca\x4b\x3c\x85\x67\xf5\x01\xf4\x05\x78\xba\x2f\xee\x01\xb0\xf6\xe5\x3f\x4a\x9f\x06\xe0\xb4\x2a\x74\x8d\x89\x0b\xc0\x4b\x5f\xb4\xe6\xc1\x0e\x80\x00\x61\x09\x5d\x1e\x7f\xd8\x0c\x5e\x90\xdd\x23\x7a\x0e\xb4\x82\xa4\x94\x27\x15\xbd\xa9\x26\x01\x1e\xda\xb9\x86\x17\xc8\x93\xde\x11\xa6\xa9\xce\x4b\xdb\xfd\x28\x84\x52\xdb\x82\x80\xf8\xb8\x7c\xdc\xa6\x65\x75\x22\x47\xe6\x2d\xec\x0f\x13\x96\xa2\xc1\xbc\x08\x8c\x8d\x01\x7d\xa3\x61\x09\x75\xbb\x17\x05\xed\xa5\x52\xf2\x65\x57\xb9\xd9\x76\x0f\xc8\xf6\x7a\xfc\x32\x54\xf2\x5d\xe7\x2b\xd6\xfa\x34\xa1\xb2\xb9\x11\x95\x8f\xde\xee\x43\xe9\x77\xd0\x98\xd9\xd4\xcc\x6a\xe8\x3a\xa8\xe5\x87\x94\x4d\x0f\x6b\x79\xa6\xad\x8e\x92\x49\x1e\xae\x75\xd0\xe5\x44\x9f\x48\xf8\x59\xd9\xa9\xbb\x86\xee\x89\xdb\x57\xb6\x5f\x4f\x0c\x63\x12\x4d\x9f\x97\xaf\x8f\xc6\x5e\x0c\x9f\xcb\xcd\xd4\x3f\x89\xed\x0f\x31\xfb\xeb\x81\xf0\x7a\xf2\x7a\xd0\x62\x00\xa4\x5c\x78\xca\x4f\x65\x01\x68\x86\x73\x09\x9f\xbd\xf7\xd7\x0b\xb2\x6b\xe7\xfd\x7a\xdd\x12\xc0\x2d\x8b\x1f\x7d\xfb\x38\x40\xc0\x55\x21\x1c\x9b\x21\x40\x48\xb6\x58\x1a\xcf\x1e\x80\xc8\x1e\x49\xac\x08\x1b\x58\x45\xef\x57\x38\xac\x10\x4c\x35\x0b\xe3\xd2\x64\x36\x3c\x43\x46\x04\x1d\x31\xba\xee\x84\xfb\xd3\x8f\x72\xd2\xf1\xa9\xb7\x74\x92\x08\xce\xc0\x3a\x2c\xbe\x20\x87\x1f\x63\x6a\xd6\x51\xd4\x55\x9a\x82\x2e\x30\x92\xae\x9f\xa9\x08\x43\x85\xe9\xac\xbe\x3a\xf0\x54\x66\x73\x51\xd5\xf3\xa7\x6b\xfd\x06\xea\x80\x92\xd6\xf2\xec\x53\x57\x84\xb2\xe2\x8f\x55\xf9\x8a\xc2\x6f\xd2\xaa\xe4\x35\xd6\xf2\xfb\x6f\x39\x34\xcf\xae\x1b\x96\xe8\xf5\x95\x68\xfb\x6e\xd4\x16\x0c\x74\xf6\xe9\x64\x22\x7a\x73\x2d\x5a\xfa\x74\x9d\x36\x5f\x67\x22\xeb\xf8\xf5\xd6\x91\x9d\x69\xb1\x15\xe6\x06\x63\x28\xf1\x94\xca\x62\x75\x83\x1f\xe8\xa0\x78\x9f\x3c\x6d\x23\x0b\xf4\xfb\x38\x91\xac\xab\x46\x7e\x98\x57\x91\x9f\xd2\xec\x8c\x77\x60\x95\xc3\x2f\x27\xef\x30\xce\xc7\xf6\x85\x2c\x02\x08\x64\x71\xef\xa3\xad\x04\x90\xd6\xe6\x70\x38\x71\x0c\x40\xc7\x9a\x6b\xd7\xd9\xf1\xbf\x1e\x84\xe3\x27\x5e\xb5\xeb\x18\x00\x9f\xef\x3c\x8a\x8c\xad\x00\x41\x02\x82\xb4\xf7\x52\x01\xa2\x8a\x85\x73\x38\x62\x01\x62\xeb\x25\x6f\x3c\x61\x04\xab\xb8\x33\xf2\x3b\x15\xf2\xa9\xca\xb1\x73\x6a\x29\x46\x42\xe4\xfa\x88\x16\x03\x46\xd7\x94\x3f\xfd\x28\x7c\x6e\x21\xae\xaf\xd3\xd9\xb0\xba\x0e\x3a\x91\xbe\x85\x86\xe8\x5a\x4b\xc6\xfc\xc1\x8a\x8e\xff\xd5\x8b\xc2\xa3\xc6\xbf\xb0\xd2\xa2\xb4\xdd\x8b\xf2\x53\x55\xcd\x7b\xe5\xc8\x53\xec\x84\xb5\x66\xc1\x6a\x5c\x65\xd1\x80\x92\xee\xd1\x35\xdf\xf2\xc2\x6e\x5a\x3d\xc5\x75\x7c\xb1\x5b\xd3\x55\xc3\xe0\x0d\x9b\x22\xcf\xda\x05\xc3\x02\xc4\x4a\x6e\x4a\x85\x9e\x51\x00\xf2\x76\x26\x47\x21\xc9\xb8\x1b\x75\x36\xb5\x37\x3b\xd6\x94\x17\xf5\x23\xa9\x36\xdd\xcc\x6c\x37\xda\x2f\xe1\xdc\x76\x0f\x4a\xd2\x0e\x33\x16\x4c\x5b\x94\x79\x5c\xb8\x99\x1a\xd6\x3e\x6c\x0a\x40\xd8\x93\xab\x8a\xee\x1e\x80\x7c\xca\x03\x34\x9d\x1b\x80\xae\xe5\xa3\x17\x67\x44\x00\x2c\xf7\x73\x3c\x3e\x8f\x00\x70\xf9\xc2\xad\x74\xad\x0f\x20\x30\x9d\xc7\xe0\x66\x00\x40\x94\xf1\x63\x61\x16\x77\x80\x04\x1d\x21\x24\x97\x38\x40\x0a\xbd\xa8\x82\x60\x14\x38\xa6\x6d\x4a\x8f\x29\x9c\xa2\x26\xa5\x46\x28\x69\xe9\x35\x91\x7f\xc4\x97\xeb\x04\x39\x57\x11\x0b\xc2\x9b\xcd\xef\x86\x17\xe1\x86\xbd\xa6\x5d\x54\x32\xdf\x63\x4e\xba\x18\x87\x9d\x2c\x97\x44\x09\xd8\xdc\xcb\x25\xd5\xba\x6e\xf7\xa2\x20\x1e\xe9\x79\x8f\x44\xb7\x7a\x6d\x70\xaa\xd7\xcc\x7b\xb7\xb9\xae\x3a\xa9\xe1\x7e\xe9\x37\x07\x4c\x95\x6b\xbb\x2c\x09\x34\x30\x0f\x6e\xea\x2d\x2d\xff\xa8\x1d\xeb\xb2\x33\x8c\x59\x35\xa8\x56\x68\x7c\x62\x4c\x58\x6b\x29\x5f\xab\xae\x34\xf5\x5e\x87\x12\x89\xe2\x59\xf3\xcc\x8d\xf9\xc2\xf2\xdc\x67\x16\xbe\x9b\xac\xb9\xda\x19\x1f\x2c\xa5\x91\x17\xb3\x4e\xa4\x66\x59\x44\xa1\xfc\x52\x92\x12\x9f\x58\xd6\xa3\x69\x92\x22\x63\x2f\x59\x9d\x40\xcf\xc4\xd5\x45\x8c\x5a\x55\x63\x4a\xa3\x4f\x87\x7d\xb0\x62\xc5\x6a\x84\xc7\x00\x3c\xc9\x7b\x54\x79\x1c\x09\xa0\x30\xfc\xe0\x1d\x5d\x05\x80\x81\xe8\x83\x82\xd3\x8a\x00\xb6\x02\x0f\x12\xce\x15\x03\x78\xd6\x3d\x90\xbc\xf8\x1c\x20\x28\x9d\xab\x82\xb1\x1c\x20\x76\x8e\x7b\x83\xd9\x04\x20\xc5\xf9\xb1\x2d\xdb\x30\x40\x56\x8a\x88\x91\xa0\x3c\xd4\xe6\x7c\x12\x5f\x93\x56\xa6\xb6\xe4\x2d\xca\xe9\xeb\x78\x92\xe7\x33\xc7\x35\xdc\x9d\x8d\x89\xf1\xf1\x17\x4c\x76\x47\x5c\xc6\x5d\x0d\xa9\x72\xa8\xce\x0d\x43\xdf\xf4\x70\x0c\x7c\x52\x7d\x75\xb3\xc0\xc1\x3d\xf3\x73\x93\xe0\x86\xad\xa5\xe1\xb3\x87\xed\x45\xab\xdf\x0d\x4e\x8f\x2f\xf5\xc4\x6d\xf7\xa2\xcc\xf0\xe8\xb8\xcd\xeb\xb4\xbb\x0d\xe5\x19\x26\x2c\xee\x69\x7e\xd1\x2d\x65\x72\x79\xa9\xbd\x81\xe3\x59\x9a\x79\xf1\x0a\x5b\xdd\xb1\xca\x68\x8b\xaf\x6b\xfb\xab\xd4\x8a\xef\x59\x76\xae\x87\x95\x5d\xca\x46\x5a\xcb\x6d\x0c\x14\x69\xa4\xdd\xb3\x79\x8d\xc8\xcd\xaf\x4c\xa1\xb7\xce\x41\xee\xc9\x4a\x8a\xbb\x6c\x53\x8c\xba\x95\xc6\x1d\x99\x6f\xdb\x85\x1a\x4e\x2e\x0f\x35\xb1\xf3\x44\xc7\x26\x18\x86\x1c\xb0\xcd\xc3\x68\xc6\x94\x06\x50\x6d\xa7\x31\x10\xe9\x07\x20\x7d\xe1\x11\x0d\xdd\x49\x00\xb5\x14\xf6\x11\xba\x02\x00\x13\x31\x76\x89\x53\x56\x00\x4e\x07\xee\x9b\x9e\x1b\x01\xf0\xe5\x7f\x38\x72\x45\x1b\x20\x52\xe8\xa1\xfa\x75\x25\x80\x64\xa9\x47\x73\x37\x2d\x00\xb2\x29\xbc\xc1\xf7\x25\x01\x0a\xa5\x04\x99\xf9\x24\xe0\x5d\x99\xe2\x93\x73\x12\x7a\xd4\xee\xb2\x35\xe9\x76\xed\x71\xca\xfe\x22\x0b\x95\x2f\x8e\xed\xc4\xdc\xcc\x49\x7d\xa5\xf0\x28\xdc\xc9\x78\x26\xeb\xba\xdc\x6e\x64\x91\xbf\xb1\xb7\x48\xfd\xc7\x0d\x3b\x37\xe5\x14\x86\x8e\x2b\xab\x51\x36\xd3\xcf\xea\x5e\x4a\x2c\xdd\x34\xe6\x98\x74\x1a\x5c\x9f\xdb\xa7\x8f\xfa\xfe\xf6\x95\xfd\x70\x83\xd9\xb9\x59\x54\xcf\xce\xce\x32\x0b\xf5\x05\xf5\xb6\x8d\x7a\x43\xeb\x6b\x8b\x09\xcd\x11\xe5\x37\x6d\x8f\x2d\xdb\x3d\x33\xca\xb3\xb2\xbf\xb9\xba\xa3\x26\x3d\x3d\xdf\x81\x65\xed\x59\xe5\xae\x64\x19\xfb\xa5\x0d\xf3\xe2\xc9\xb8\x02\x87\x35\x84\x44\xe1\x9e\x98\x65\xfb\x95\xcd\x80\x9c\x8e\xb0\x13\x8e\x91\xc8\xc2\x8c\xb8\xc0\x46\xa7\x02\x94\x42\xea\x27\x7f\x11\xa7\x5b\x68\xf1\xc4\xe7\xde\x96\xce\x27\xd0\xdf\xe3\x8f\x7b\xf2\x3b\xb5\x62\xf2\xa3\xdd\x01\x64\x7d\x1f\x6e\xd0\x65\x03\x68\x8c\xdc\x3f\x76\x42\xf1\xff\xf0\x20\x4e\xb3\xbb\x5e\xe2\x01\x88\x93\x61\xe7\xba\xf2\x1e\x20\xe3\xf3\x43\xb6\x1b\x65\x00\x85\x3a\x1c\xfc\x77\x34\x00\xaa\xb2\xf8\x42\x1e\x5f\x81\xa5\x3a\x7a\xa1\x6b\x62\x5c\xd4\xa9\xda\x51\x09\x9c\xd6\x09\x8a\x50\x8d\x8e\x82\xa3\xdd\x02\x31\xa6\x5c\x5a\x4b\x3c\xbc\x1a\xbb\x9e\x39\x62\x7e\x33\xcf\x68\xf3\x63\x24\x8f\xbb\x4e\x63\xc9\x1a\x93\xf7\x9d\x84\x67\xbd\x3c\x4b\x0f\x1c\x93\xeb\x79\x86\x5a\xe6\x07\x4c\x87\xa7\xee\xbc\xe5\x19\x77\xb0\x5c\x99\xa6\x0e\x7f\xe8\x02\x5b\xde\x19\x5c\xdf\xfc\xd3\x4d\x47\x81\x39\xbd\x6e\x83\x92\x3a\x47\xc3\x5f\x75\xad\xb3\x99\x0b\x2e\x21\x4b\xe6\x4d\x62\x29\xbb\x5c\xc2\x57\xda\x6a\xf3\xe2\xcc\x5d\xa8\x6b\x01\x95\x63\xd1\xd7\x5d\x8f\xad\x97\x97\x59\x86\x20\xdd\xc4\x11\xfb\x8a\x2e\xfe\xf1\x40\xe6\xdc\x7e\x21\x77\x67\x9f\xf1\xae\x70\x0b\x43\x6e\xa6\xbb\x79\x26\xb9\xfa\xa1\xe9\x93\x6c\x3c\x54\x5c\xcf\xa3\x3f\xc5\xb3\xbb\x07\x3b\x8f\x60\xe2\xa2\x47\x00\x64\xf1\xf7\xc7\x69\x75\x01\x74\x3e\xb2\x95\x9f\xe0\x06\xb0\x3e\xcd\x86\x3d\xdd\x07\xe0\xf1\x9d\xad\xed\xdc\x1c\x40\xc8\x26\x7b\xca\xa5\x4f\x00\x49\x87\xd9\x88\x57\x5d\x01\xf2\x07\xd9\x08\xf4\xd3\x00\x65\xef\x1f\x31\xde\x61\x01\xa8\xd3\xe5\x09\xe5\xfc\x06\xd4\x26\x3b\x01\xde\x27\x72\x54\x4a\xfb\xa8\xe8\x43\x75\x53\x4a\x5c\x9b\xa7\xf4\x8c\x15\x86\xf8\xb4\xe9\x98\x6a\x42\x98\x00\x36\xbc\x72\xc0\x90\x2d\x9f\xb4\xc9\x97\x41\xe3\xb8\xa3\x39\x68\x29\x23\x24\x24\x7c\x74\x48\x79\x4e\xd0\xa3\xae\x26\xed\x7d\xde\x74\xbd\xdd\xa1\xf7\x3c\x1f\x6e\x75\x2e\xbb\x3c\xfe\xac\xf6\xa6\xa4\x3a\xcc\x9d\xf9\xbb\xc5\xc0\x7c\x2e\x87\x97\xf0\xcf\x3d\xbd\x02\x69\x3c\x5e\xcc\x0b\xf7\x3b\xf4\xe3\xed\xbc\x77\x2f\x5a\xb7\xf4\x85\xbf\xf1\xc6\x2d\x7f\x7b\x76\x2a\xb4\xc8\x6b\x60\xb5\xe0\xa9\x73\x60\x90\xf7\xb1\xf5\xfd\x15\x9e\xfe\x5e\x5e\x3c\x1b\xba\x25\xda\xbe\xae\x5e\xed\x08\x87\x82\x41\xef\x1e\x8f\xa7\x48\xba\xac\xb9\xed\x3e\x14\x8f\x49\xb7\x38\x34\x57\xd2\x11\x77\x7a\xf7\x72\xf4\xab\xf8\x24\xd7\x6a\xf7\x54\x8c\x57\xcc\x7d\x00\x79\x34\xbb\xc6\xf1\xef\x00\xfa\x5e\xac\x1f\x4f\x3c\x04\xb0\x19\xbd\xa3\x45\xe7\x0c\xe0\xdb\x77\xc7\xe9\xd4\x38\x40\x54\xf7\x5d\xde\xf3\x8a\x7f\x3d\x88\xe2\x5b\xac\xf2\xd7\x85\x00\xea\xb4\xef\x0f\x32\xf9\x01\x3c\x1f\x7c\xd4\xcb\xae\x0d\xd0\x5d\xcf\x77\x58\xc4\x06\xdc\xfa\xbb\x05\x79\xe4\x48\x94\xd8\x57\x74\x92\x42\x56\x31\xc4\xc1\xde\x0a\x45\xa6\x90\x3e\x6c\x5c\xbb\x92\x16\x39\x9f\x13\x61\x5c\xf5\xd3\xb2\xb6\xf5\xf3\xc2\x58\xea\xe5\x80\x13\x63\x29\x93\x37\xc2\x9c\xca\x76\x7c\xfe\xd0\x69\x1a\x10\x3d\xba\x30\xbd\x5c\x6c\x11\x3c\xfa\xf1\xea\xfb\xd3\xe9\x34\x21\xa9\x5f\xc2\x46\x7c\x63\x71\x21\x81\x3f\x68\x5e\x6d\x46\xba\x06\x55\xcc\x5f\xee\x6a\x09\x13\x0a\x50\x59\xf4\x69\xe9\x0d\x62\x09\xf4\x5a\xa1\xa9\xef\xf7\x4f\x0e\xbc\xb0\xba\x51\x5d\xe0\x77\x28\xa0\x6b\xfd\x54\x85\x9c\x77\x8e\xff\x35\xc4\xad\xc2\x0e\xcf\xbd\x81\x82\x9b\x47\xf3\xd2\xdc\x47\xfd\xed\x90\xb2\x99\x38\xb7\x0b\xfe\x7d\x28\xc6\xb4\x1c\x97\x0b\x7e\xa2\xe8\xa4\x04\x07\xa7\x74\xdf\x6e\x8c\x5d\x8c\xa9\xe3\x69\xdf\x0f\xd8\x0b\x91\x07\x00\x14\xbd\x58\x73\x8f\x9f\x07\x30\x36\x63\x51\xa1\xb5\x00\x70\x7a\x70\x77\xef\xc9\x35\x80\x80\x86\x5b\x15\x74\xaf\x00\xe2\xe3\x6e\xf1\x9c\x6c\x06\xc8\xb5\xbc\x7d\xe3\xcc\x0c\x40\x55\x13\x4b\xf5\x15\x12\x40\xd3\x5b\x56\xd3\x1b\xfb\x00\x7a\x66\x1f\xe4\xb2\x9e\x05\x18\xe2\xe6\x3e\xc8\x77\x13\xec\xde\x7e\xe3\x9f\x93\xf7\xa0\x1e\x9a\x48\x7a\xe2\x6a\xb2\x83\x88\x99\xe0\x90\x11\x0b\x72\xc7\x86\x8c\xb6\xaa\x9e\xcc\x8b\xdf\x28\x7b\xd9\x69\x78\xb4\x4d\xef\xe3\xbd\x67\xc7\xdd\x3f\x8e\x76\x3d\x77\xcd\xdf\x91\x6a\x34\xbd\x33\xdf\x2b\xed\xdd\x20\xff\x0c\x5d\x92\x7f\x8a\xe9\xe4\xc2\x44\x5c\x54\x53\xb2\xfa\xd7\x13\xc3\x8d\x61\xc9\xf1\x53\x3f\x88\x7d\x3c\x81\x91\xf1\xae\x0b\x37\x3b\x62\xfc\x32\x63\xef\x2f\x09\x34\xfd\xf4\x51\x89\x22\xaf\x34\xd4\x7e\xf7\x4a\x8f\x94\x59\xf3\xaa\x24\x7b\xe8\x46\x6a\xaf\x6f\x96\xa6\xb8\x0b\x85\xbb\x20\x1e\x17\xea\xb8\x26\x86\x7d\xd8\x74\xca\xbd\xe8\x4c\x08\x53\x42\x06\x67\x1e\x71\x24\x87\x3a\xa0\x3e\x26\xe7\x39\xbc\x09\x49\x44\x57\xc6\xe3\xec\xdd\x42\xd0\x18\xde\x58\x09\x3b\x97\x20\x6e\xac\x42\xf8\x2f\x00\x95\xc4\x7b\x97\x8e\xbd\x04\x30\xa5\x65\x19\xfa\xcf\x7d\xe9\x6a\x7c\x47\xee\xe4\x31\x80\x10\xfe\x9b\x53\x74\x09\x00\xa9\x91\x37\x2d\x4e\xb6\x01\x14\x0f\x30\xe6\x9d\x8c\x00\xa8\x5b\xbb\x7d\xf6\xbc\x11\x40\xb7\x05\x73\xda\x95\x97\x00\x83\x21\xf7\xbc\x6f\xc6\x03\x4c\x7e\x7b\xd8\xf4\x48\x04\x10\xdf\x2a\x78\x8c\xc4\x6e\x53\x75\x7f\x32\x0b\x89\xe8\x3b\x92\xaa\xe6\x5f\x88\x3b\x79\x37\x63\x57\x16\x3c\xe5\xf6\x67\xb3\x2c\xe8\x4c\xb7\x6b\x4d\xb5\xdc\x1e\x10\x1a\xd5\x72\xc8\x79\x6d\x59\xaa\xfb\xa2\x25\x46\xf3\x83\x69\xac\x7d\x1b\xfe\xd5\xe9\x2f\x69\x41\x6f\xeb\x47\x3f\x36\x8c\x5f\xf5\x5f\x2d\xa3\xfd\x96\x31\xc8\xed\x73\xa5\x98\x73\x16\xd9\xcb\xef\xb9\x3f\x77\xfd\x97\xf5\xf3\x4a\x0f\xfd\xcc\x3d\x4b\xd5\x8d\x75\x6e\x07\xd3\xb4\x57\xa5\x6b\x8e\xbb\xa8\xa6\xdc\x5f\xbf\x57\xde\xec\x6c\x99\x74\x7d\xc3\xae\xf8\xa3\x53\x70\xfc\x4b\x44\x73\x7e\xba\x83\x43\x02\xcb\xe6\x74\xb6\x85\xbd\x5d\xdc\x4d\x24\x29\xfd\xd8\x76\x0f\x8a\x6d\x43\x64\x11\x66\x57\x9c\x80\x75\x70\x94\x3d\x66\x2e\x12\x69\x2d\x13\x4e\xc5\x06\x86\x8d\x02\x68\xfc\xba\x2b\x74\xfc\x20\x80\xd9\xcc\xed\xa5\x63\x41\x00\x9e\x6d\xb7\x2d\xe9\xa4\x01\xa2\x16\xae\x1f\x3b\xb2\x0e\x90\x79\xf3\xba\xfe\xb1\x17\x7f\x73\x9e\x76\xb1\x2b\xf9\x47\xbf\x02\x0c\x74\x30\x08\x9d\xf2\x04\x78\xff\xeb\x0e\xc3\x75\x43\x80\x99\x63\xac\xde\xcc\xda\x00\xcb\x58\x2e\x1b\x61\x56\x2a\x01\x23\xcc\xf7\x51\x5d\x80\x34\x8e\xe7\x7c\x52\xe4\x99\xb3\x71\x13\xe9\x28\x13\x9b\x3e\x3a\x01\xab\xf7\x35\x0b\x6b\x83\x5a\xc3\xe7\x15\xac\x03\x5e\xd4\x64\xec\x9b\xde\x0c\x49\x7b\xbb\x2b\x60\x69\xea\x4e\x6b\xdb\x84\xb1\x2b\x71\xe4\xcc\x27\x9d\xb1\x18\x17\x42\xa7\xf1\xf7\xbe\x7e\x84\x93\x75\x43\xee\x7c\x40\xe7\x69\xc7\x7d\x4f\x67\x17\x73\x9b\x8b\x1c\xc2\xcb\xcf\x2e\x2f\xd6\x4b\x39\x1c\x29\x52\x5a\x1d\xa8\xb6\xb5\x6b\xcd\x2b\x5a\xff\x58\x6a\x69\x77\x34\x27\x78\xe3\x57\xd1\x7e\x9b\xc0\xcc\x95\xcd\xec\x9c\xd3\x36\x69\x69\x48\xa4\x5a\xa6\x91\x15\x21\xf5\x3e\xaa\x31\x79\xca\x2a\x2b\x45\x13\x7d\x31\xe9\x92\xc5\xcb\xa4\x78\x8c\x7b\xf4\x47\x8b\x53\x89\x57\xb1\xe7\x22\x5a\xcc\x0f\xc7\x7d\xc1\xed\x09\x9e\x02\xd0\x39\xcb\xfc\xe4\x68\x11\x80\xcd\x87\xdb\xe1\xc7\xb9\x00\x7c\x7d\xe8\x07\x8f\x20\x01\xe2\x4f\x5f\x5d\x3e\xc2\xf7\x37\xf7\x6d\x72\xdd\xe1\xfa\x7f\x79\x10\x33\xfe\xf4\xfd\x27\x53\x01\x36\xc6\xee\xb0\x5d\x5b\x02\x20\xf7\x3c\x9a\xe3\x61\xa1\xf6\x93\xc5\xf8\x85\xb5\x04\x37\xc6\xf0\x4d\xa2\x69\xee\x3a\xd3\x8c\x68\x3f\xf9\x73\x09\xca\xbd\x67\x36\x1a\x75\x9c\x4b\x66\x2b\x46\x97\xcd\x6c\xfc\x9a\xcf\xc4\x7d\x9c\x33\x0d\x50\x7d\xa9\xe3\x8d\x9b\xc1\x3e\x3d\xf9\xba\xde\x5a\xe9\x3b\xe7\x17\xf4\xd0\x1d\x8b\xaf\x13\xa4\xd9\x0f\x3d\xfb\x2d\xd9\xfa\x13\x7e\xb1\xb6\x12\xad\x04\x3b\x48\x4b\x52\x8d\xf1\x96\x6e\xcd\xeb\x2b\xaf\x6b\xfc\x2d\x23\x6b\x5a\xd7\xaf\x95\x5f\xb0\x8c\xaa\x70\xdd\xc8\x28\x2a\xb6\x70\x2c\x4b\x46\x7c\xca\xb3\x31\x0f\x2b\x3e\x82\x54\xce\xdc\x6d\xce\x9c\x7f\x10\x15\x94\xa2\x61\x76\x25\xd7\x03\xed\x9c\x20\x64\xaa\x93\xfd\x0a\xc3\x15\xd3\x6a\x7a\x2c\xc3\x0c\x4b\x17\x91\x6f\x92\x97\x9e\x86\xb5\x0f\x6b\x37\xd6\x48\x33\xc1\xf1\x05\x69\x02\x18\x32\xdf\x9e\x3a\x1a\x02\xe0\xd8\x7f\x1d\x71\x68\xe2\xff\xe8\x41\x08\xde\xca\xf7\x3b\xec\x69\xfe\xd5\x0b\x32\x93\xb2\xe5\xc5\xa0\x14\x76\x5c\xdd\xfa\xbf\xfb\x36\xdb\xb9\x5a\x00\x38\xf0\x88\xc4\xc3\x8a\x30\x20\x9b\xf0\x7f\xd7\x7c\xf5\x2d\x9b\xf0\x5e\xac\xc4\x61\x7e\xa8\x11\x5b\xa5\x90\x10\x16\xd7\x90\x8d\xec\xd0\x25\x67\x45\xe7\x66\xae\x87\xda\x24\x57\xdd\x0b\xef\x5e\x1a\xf2\x6d\x6e\x95\xf5\xd0\x59\x7c\x50\xc0\xd8\xee\x69\xe1\x30\xaf\x33\x6e\xd8\xbd\x62\xe0\xfe\x4b\x70\xde\xb1\x5d\x52\x1f\xf1\xed\xee\x62\x56\xe3\x90\x61\xd0\xdb\xb3\x2b\x97\x6b\x1f\x18\x57\xf4\x0e\xaf\x42\x65\xa1\xd1\x72\x97\xff\x7a\x47\x49\x82\xd1\xc5\xd6\x3d\x08\x5c\xae\x9c\xa1\x5a\xa3\x3c\x52\x3b\xe3\xa1\xb1\xc1\xd3\x5b\xc8\xd6\xf4\x73\x86\x56\x55\x66\x68\xf1\x04\x3f\x43\xb9\xb2\x10\x0c\x63\x4c\xc9\x76\x0f\x88\x61\x5a\x01\x1b\x96\x2f\xdc\xd6\xd0\x38\x4f\x14\xfb\x2c\xf4\xa4\x01\x7d\x36\x12\x57\xed\x5f\x04\x60\x72\xe7\xba\xf2\x81\x49\x00\x2f\xd9\xab\x1f\x0f\x9d\x00\x88\x7e\xb4\xb5\x0e\xdb\x79\x5f\x7d\xd0\xbf\x73\xcf\xed\xfc\x7b\x8d\x89\xe6\xbf\xfa\x30\x98\xed\x2f\xfd\xda\x7c\x42\x5d\xe5\x38\xcf\x6b\xf4\x7d\x83\xb2\x97\x7f\x44\xe5\xce\x58\x2e\x71\x51\x5c\xcf\x32\xa6\x43\x1d\xbf\x43\x29\xde\xff\x6d\x19\x0f\xe6\xb8\xbe\x5c\x22\x4d\xd2\xea\xe6\xa2\xcd\xb7\x7c\xda\x40\xca\xc6\x11\xcf\xb1\xca\xdb\x2e\x12\xeb\x47\xd3\x03\xab\x67\xcc\xd1\xab\x0c\x9d\x82\xf5\xb7\x74\x92\x97\xb9\x17\x53\x1b\x05\x34\xaf\xaf\x2e\xac\x58\x54\x63\xb4\xbc\x7f\x3c\x5b\x9d\xaa\x08\xd3\x8a\x9b\x5a\x5a\xff\x51\xd4\xa5\xdd\x31\x8c\x42\xfc\xca\xf1\xd3\x61\x7f\xf5\x63\x73\x29\xf3\x88\xee\x81\x4e\x1c\xea\x60\x0a\x5a\x27\xe3\x79\x3d\x9a\x3d\xe1\x8e\x6e\x44\xe3\x1c\x3a\x35\xae\x40\x57\xb9\xae\x02\x13\x12\xa5\xa7\x2b\xf6\x54\x12\xcb\x1c\xce\xab\x83\xab\x3c\x87\xfd\x19\x1c\xa5\xa3\x5a\x5e\x81\xb3\x0e\x88\xd3\x3e\x52\x22\x82\x0f\xf2\x3a\x0b\x60\x5e\x78\x40\xe2\x3f\x73\xf8\xb8\x6c\xcd\xf5\xc7\x87\xf9\xaf\x1e\x84\xb7\x7c\x5b\x9c\x5f\xdd\x22\x99\xb2\xbd\x0e\x3b\xf1\x34\x34\xa8\x3e\x00\xe6\x85\x6b\x3b\x67\x1f\xc1\xf5\x47\xec\x9c\xcb\xef\xc4\x29\x6a\x02\x83\x8a\x01\x3d\xbc\xa4\xb7\x12\xe2\x46\x55\xb5\x0e\x84\x7c\x65\x25\xd7\xe5\xec\x4f\x38\x67\x7d\xc6\x10\x42\xd4\x1c\x66\xbf\x75\x6c\x12\x8b\xcf\x25\xa4\x8f\xc7\x66\xae\x80\x53\xfc\x66\x55\xfc\xa1\x82\x3b\x66\x18\x44\x77\xed\xa9\xa2\x74\x1d\x9b\x0d\xb6\x49\x86\xb2\x0b\x6a\x27\x36\xc4\xd6\xd6\x4a\x7c\x95\x47\x36\x0f\x6d\x8c\xe4\xf1\xaa\x04\x2f\x3d\x44\x94\x67\x97\xab\xb1\x7f\xb9\xbc\xf9\x26\xe3\xc6\x7f\xf7\x5f\xa8\xdb\xf7\xef\xc5\x1c\x8a\xf6\x55\x7f\xf1\x42\x16\xf3\x31\xfc\xbb\x3a\xa5\x9d\x0e\x9b\x14\xa2\xa0\x31\xdf\xca\x8b\x8d\x0b\x49\xd4\xc8\x6b\x64\xc0\x69\x06\x68\x6b\xf8\xd7\x9f\xc6\x7d\xf7\x75\x52\x77\xac\x39\x89\xef\xf5\xd8\x05\xe0\xac\x7b\x49\x6d\x9f\xd7\x5f\x1f\x26\xc7\x63\x8b\x0d\x15\x34\xff\xea\x09\xfa\xbf\x7b\x10\x50\x73\x00\x17\xc8\xfb\x66\xe6\x58\x00\x98\x5f\x5c\x7b\x3f\xc9\x4e\xa5\x72\xee\xe2\xf1\x7c\x59\x49\x41\x0a\xc4\x48\x8d\x35\xa2\xc9\xf9\x12\x1d\xda\x7e\xc5\x87\x89\x3f\x94\xd7\x6c\xd6\x53\x4e\x13\xe8\xf4\xba\xbc\x39\x43\x54\x71\xff\x1f\x63\x7f\x19\x55\xd5\xfa\xbe\xef\xc3\xe8\xb6\x15\x14\xb1\x13\x2c\x50\x50\xa4\xbb\x9b\xc5\xa2\xbb\xbb\x1b\xe9\xee\x6e\xa4\xbb\x44\x40\x42\x04\x14\x41\x29\x15\x93\x50\xb1\x0b\x90\x96\x5c\x1d\xf3\x7a\xc6\xde\xb2\x70\xeb\xfe\x7e\x7e\xcf\xff\xd5\x35\x1c\xbc\xba\xa7\xf3\xbe\xe7\x1a\xf3\x3c\xe6\x71\x72\x38\x05\xc5\x19\xac\xf3\x0f\xed\x18\x52\x62\x50\x66\xae\x2d\x3b\x26\xb0\x72\xf7\x55\x3e\x13\xf2\xca\x54\xef\xad\xfc\x6c\x9d\x6f\x2b\x6c\x13\x77\x0b\xea\xfe\xe4\x1f\x34\x84\x17\xf6\xaf\xa6\xa4\x75\x6b\x26\x8f\x15\x61\x64\x53\xd0\x9a\x31\x1f\x3a\xb0\xba\xf1\x95\x5a\x7c\x2f\x2d\x70\x27\x63\x2e\x69\x35\x3f\x3f\x80\xeb\x8a\x94\xd2\x6a\x7a\xf4\x1a\xef\x17\xea\xa2\xbd\xb3\xef\x2e\xfe\x4d\x70\x80\x56\xe8\x7d\x84\x70\xd5\x9f\x41\xfb\xf6\x5d\x63\x42\x91\x3f\xab\x8e\x67\x3b\x23\xe1\x8d\xef\x2c\x80\x9f\xef\xcf\x75\xfd\xe9\xc3\xa0\x79\x51\x68\xe7\xe1\xef\x1c\x08\x2d\xf7\xfa\x72\xe7\xe7\x1c\x35\x01\xb8\xb0\xc2\xac\xf3\xe8\x0b\xa8\x0b\x6c\xe5\xe7\xba\x9d\x8a\x98\x4b\x5e\x91\x8f\xba\x9e\x44\xdd\x8c\x72\xd4\x27\xe6\x77\x52\xf6\x6b\x4b\x59\xd5\x27\x71\x90\xa6\x4d\xb5\x5c\x3f\x06\xdf\x21\x90\x1c\x7f\x04\xfb\x5d\xa1\x27\xc8\x78\xc5\x44\xb0\x38\xd7\xe0\xef\x46\x9f\x88\xd6\xb0\x0e\xc4\x7d\x29\x4c\x8c\x2f\x35\xc9\xc1\x05\x36\x7b\x25\xbc\xd7\x3b\x86\x8d\x7d\x96\x92\x22\xa3\x6e\x87\x95\x9d\x1f\x4d\x4e\x52\x3d\x8b\xfb\x0b\xcb\x10\x2f\xb3\xce\x3f\x34\x60\x4e\xe3\x9c\x22\x0c\xd1\xf7\x67\x2f\xe2\xda\xc3\x6d\x54\x15\xc7\x2c\xf0\xa2\x21\x14\x35\x9d\xf7\x6f\xf0\x7e\x21\x67\xd5\x4c\x47\x80\xa0\xe7\xaf\xa9\x7e\xe0\x79\x26\x21\xdb\xef\x84\xba\xc3\xe3\xed\x84\x25\x9f\x43\xea\x7c\x0f\xc2\x89\x0e\x5e\x4c\x6a\x39\x7d\x87\x89\x33\x6e\xf9\x00\xd1\x7b\xd7\xee\x83\x35\x2e\xaa\xb5\xf9\x77\x1e\x68\x9d\x03\xf9\x67\xbd\x34\x0e\x66\x7c\xf6\xe7\x1c\x5e\xcb\xff\x1e\x9b\x03\x5c\xdc\x76\xfa\x40\x47\x2a\x24\xf3\x27\x72\xbd\xbc\x61\x84\xdc\x91\xac\x97\x7a\x59\x42\xa6\x36\xa0\x4e\x6b\x14\x67\x1e\xa4\x14\x68\x53\x4d\xef\x46\x1f\x21\x47\x98\x19\x38\x8c\xff\x87\x7f\x08\x25\xc6\x85\x47\xfb\xbf\x5e\xe7\x1f\xb0\x84\xb0\xea\x0f\xa1\x15\xba\x54\xfc\x64\x57\x66\xc4\x65\x0d\x7b\x7c\xce\xeb\xf7\x11\xd1\x68\x15\xbc\xc5\xc2\xa1\x08\x41\x94\x0b\xfe\x23\x7e\x63\xc8\x9b\xff\xf0\x0f\x11\x4b\xa9\x04\x09\xdf\x39\x65\xd4\x54\x1b\x91\xd1\xeb\x24\xea\xf0\x37\x7b\xe2\x39\x4f\x2a\xaa\xe1\xfd\x41\x62\x80\xc7\x45\xd4\xd3\xd7\x49\xc4\x21\xb7\xdd\x2a\xa2\x43\x0f\x49\x5b\x5d\x9e\xaa\xb4\x3c\x1d\x25\xc9\x38\x1b\xfc\xba\x0f\x6a\x6a\xff\x5f\x1c\x08\x92\xfd\x7b\xfe\x3d\x7a\xf9\xe7\xec\x37\xf9\x39\x3b\x57\x01\xd8\xc7\x4e\xbe\x6c\xbc\x07\xc5\x02\xb9\x97\xef\x54\xb8\xc1\x46\xc9\x8f\x62\x29\x57\x73\x10\x6f\xa5\x54\x05\xcb\x04\x2d\xaa\x8f\xf6\x05\x1d\xdb\x10\x5b\x4a\x94\x29\xa7\xb9\x9e\x17\x96\x9c\x67\xa7\xec\x20\xea\x64\x4f\xf6\x74\x9b\x73\xac\xb3\xdb\x4a\xa6\x0b\x72\x72\x2d\xb7\xe8\x25\xa5\x25\x56\x7b\xd2\xd1\xf8\x07\x5d\x63\xe2\x7c\xd3\x36\x6f\x4f\x8d\x12\x62\x65\x9f\x96\x8f\x31\x5a\x89\x18\xf2\xd6\xd6\xe7\xa8\xd2\x02\xd1\x69\xe1\x8b\xb7\xb0\xa2\x2a\xb1\x97\xb8\xc5\x53\xf1\x7f\x7a\x1f\x8e\x2c\x8e\x90\x84\x1d\xa5\x15\x2e\x4f\xab\x90\xae\xda\xad\x28\xd8\x8d\x1d\x20\xbd\xb6\x45\x2b\x48\x7e\xf2\x22\xb3\x59\x7d\x53\x94\x7f\x3d\x4b\x16\xb4\x7a\x0b\x50\x68\xfe\x3b\x0f\x44\xf3\x81\xfc\x6b\x1f\xd0\xd1\xd1\xfd\x70\xff\x7f\x7b\x20\x9a\x54\x00\x2e\x58\x1f\x25\x57\xd9\x00\x81\x57\x81\x4d\x3c\xb7\x19\x42\xc4\x13\x79\xe3\x93\x53\x90\x1e\xa5\x8f\xd2\xc4\xc8\x70\x2a\x5e\xeb\x89\xda\x09\xbf\x33\x54\x59\x93\x0b\xfa\x47\x5c\xcd\x29\xe5\x36\xae\x66\x8c\x0e\xcf\x29\x1c\xce\xf7\xac\xde\x59\x97\x53\x36\xfa\x0d\xdb\x54\x9a\xc5\x92\x6f\xc5\xb2\xdb\xbb\x18\x56\x90\xbd\xae\xbe\x70\xd4\xd4\xb9\x4b\xbe\x5c\xad\xe3\x34\xa3\x81\x23\x2d\xb5\x4a\xbb\x70\xa3\x11\xd2\xdd\x47\x47\x5c\x46\x94\x07\x49\x0e\x1f\xce\xbb\x9d\x56\x20\x91\x0a\xe6\x55\x9d\x0b\xd6\xbd\x0f\x12\x64\x43\x52\xbb\xcd\xe7\x75\xee\x21\x97\x72\x98\x1c\x61\xa6\xb8\xee\x7d\x18\x5d\x94\x22\x77\x98\xcc\xcb\xf4\x4f\x37\x90\xf1\xc6\xdb\x65\xb2\x26\xce\x53\xb8\x0c\x99\xff\xeb\x03\xf9\x7d\x1f\x2c\x1b\xff\xee\x83\x79\x9a\xbb\xc6\x3f\x88\xfe\x9c\xcd\x71\x00\x27\xe9\xe9\x6f\x5e\xeb\x06\xe0\x08\x38\x1e\x5a\x50\x09\x08\xdf\x28\xeb\xfb\xb4\x78\x28\x95\xd8\xc5\xf5\x3d\xe6\x19\x70\x28\x32\x88\x0c\x04\xc9\x20\xa1\x9a\x77\x15\xd2\x3d\x0d\x90\xed\x86\x4f\x54\x15\x1d\x26\xa8\x06\x56\xb5\xba\xb3\x36\x6f\xa8\x1c\x0e\xdf\x0d\x4e\x59\x1e\xa0\x4c\x5f\x79\x6c\x6c\x6d\xa2\x42\xe9\x0e\x37\x37\x65\x33\xf0\xa4\x58\xa6\x1e\xb7\x68\xd3\x06\x8a\x59\x81\x8b\x85\x83\x86\x1b\xe5\xc0\x75\xbc\x55\x2a\x9a\x48\xee\xe9\xa8\xb4\xe9\x56\x6e\x26\xb7\x3f\xf6\xb7\xe1\x57\xdc\x4e\xce\x7e\xaf\x6e\x63\x21\xb7\x4c\x8e\x9d\x97\xb6\xc6\xad\x7b\x1f\xd8\x28\x8a\xe4\x5b\x26\x59\xff\xe1\x1f\x24\xa8\x66\x94\xcf\x9a\xa9\x92\x8f\xf1\x1b\x28\xed\xda\x7c\x12\xef\x97\xe3\xa9\x07\xd5\x03\x7e\x3d\x17\xdf\xad\xf9\xa1\x7e\x7a\x20\x68\xe7\xc0\x37\x87\xdf\xf3\xef\x7b\xe8\xb5\xfc\xfb\x03\x00\x9d\x31\x1d\x5d\xc9\x9a\x2f\xa5\xf0\x29\xc0\x79\xec\xa1\xe0\x4c\x03\x00\x3e\xa6\x33\x96\x71\x0f\xe1\x91\xf8\x87\x4b\x7a\x61\x2f\x40\x4e\x69\x87\xf0\x06\xef\x6b\xb0\x47\xed\x9d\xf8\x1e\xe7\x45\x24\xc9\x60\xb3\x7c\x23\x8d\x7f\xb0\x9c\xa3\x8e\xda\x76\xab\x0f\x99\xd3\x51\x33\xdd\xeb\xb5\xe3\x8c\xf3\xa8\xd2\x41\xb9\xfa\x81\xfa\xb1\x54\xf6\xd8\x72\x03\x17\xed\x1e\xca\x52\xd6\x2b\xa3\x56\x0d\x06\xca\x6a\x49\xb4\xd1\x09\xb4\x00\x85\x52\xd7\x6d\x78\x06\xb5\x87\xe2\xd2\xb9\x68\x76\x44\x61\x88\x12\xf3\xa4\xcb\x44\x4f\x2e\x9e\x92\xfa\xa6\xce\x58\x5c\xc6\x8b\x72\x7d\x32\xcc\x30\x5a\x5a\x8d\x52\x43\x78\x66\xb8\x41\x8a\x91\x7a\x80\x92\xa6\x93\x23\xd1\x4d\x8d\xa7\xee\x54\xef\x16\x5f\xa5\x3e\xa6\xaa\xa3\xc7\xc5\xd9\xfe\xf1\x1e\x9c\x14\xdb\x84\xe8\x52\x27\x15\x64\x7e\x71\x71\x8b\xda\xff\xcc\xb8\xb5\x73\xe0\xcc\xef\xe7\x60\xf7\x8d\x9f\xb3\xa9\xfb\xe7\x2c\x6f\xfa\x39\x8b\x0e\x03\x1c\xaf\xd8\xf1\x22\x23\x18\x80\xf5\xf3\xbe\xa4\x84\x77\x00\xbc\xcc\xcc\x4f\x22\x5e\xc3\x92\x58\xc8\x05\x7a\x7f\x17\x28\x91\xaf\xe1\x76\x75\x2f\x04\x05\x35\x41\xa1\xb7\xf6\x2a\xc8\xac\x9e\x81\xa4\xb3\xd5\x1e\xa4\xc2\x78\x44\x76\xc4\xac\x0a\xd1\xb7\xfe\xae\x54\x69\x7c\x1d\x91\x71\x7e\x8a\x12\xd0\x9f\x45\x0e\xf8\xf9\xa2\x71\x3a\xfc\xc8\xe1\x70\x49\xf4\x80\xd6\x65\xea\x60\x62\x87\x46\x94\x5a\x07\xb5\x3b\xbb\x4a\x03\x87\xfa\x48\xbd\x53\x11\xa6\xf1\x50\xe9\x23\xd5\xa1\xe9\x9d\x36\x55\xa1\x8d\xaa\x7a\x97\xa0\x53\x26\xa7\x41\x95\x1d\x78\xa4\x63\x2a\x13\x46\x15\x7e\xad\xa9\xc3\x2f\xa5\x41\xb5\x1a\xd7\xd3\x1c\x92\x62\xa2\x72\x2e\xd7\x6a\xb7\xfe\xc7\xfb\xc0\x8d\x28\x53\xdf\x29\x7c\xfa\x95\xfb\xff\xbe\x0f\xe6\x54\xd7\x7c\x40\x8f\xd6\xce\xc1\xb5\xe7\x62\xcb\xda\xdf\xab\xaf\xfc\x9c\x39\xf3\x3f\x67\xdc\x1a\x17\x13\xbc\x76\xbd\xa2\xf6\x01\xf0\x71\x31\x9f\x0f\x3a\x0b\x20\x96\xc0\x1a\xef\x25\x0b\x23\x72\xc7\x2f\x6a\x3a\xa2\xa1\x44\xc5\x8d\x9b\xcf\xf6\x31\x1c\xd1\xe9\x17\xc5\x9a\xa3\x90\x2f\x46\xe5\x92\x0f\x8d\x6b\x91\x41\x0b\x49\xe9\xad\x86\x4c\xc8\x1d\xfb\x39\x99\x59\xfd\x5d\x48\xba\xc7\x16\xf9\xdb\xda\x97\x90\xe8\x40\x23\x85\x62\x8d\x7a\x04\x15\x53\xa9\xbc\xa0\x6a\x86\xe8\xa6\x50\x94\x4f\xab\x3c\x43\x76\xe7\x75\xa2\x1f\x28\x51\x90\x9d\x15\x16\xe8\x38\x85\x7e\xea\xa7\xc6\x36\x35\x03\x1a\xff\x20\xd3\x41\x6d\x7d\x58\xae\x7e\x49\xea\x2e\xb5\x7c\xf4\x82\xba\xa5\xd4\x4e\x6a\xd4\xb7\xed\x1a\x76\xe2\xce\x54\xd2\xc2\x45\x54\xa6\x58\x39\xc2\x46\xbe\xab\xe4\xf6\xdf\xeb\xf0\xd3\x0b\x44\x3b\x07\x3e\xa4\xfc\x9c\x03\xf4\x3f\x67\xdb\xb7\xdf\x39\x98\x82\x9f\x3d\x3a\x74\xc9\x5f\x7e\xce\xb0\xb5\x7f\x87\xa7\x00\x30\xcb\xed\xbc\x14\x74\x14\xe0\x92\xd1\x01\xf0\x9e\x00\x10\x3d\x73\x3a\xc3\x35\x17\x16\x64\x55\x2e\x9c\xb3\x63\x86\x4e\x54\x30\xa7\x94\x79\x39\x64\x68\x18\x72\x4f\x1a\x5b\x82\x9c\x3e\xa7\xd0\x06\xc3\xcb\x70\xd1\x38\x45\x64\x8b\x1e\x33\x9c\xb4\xd9\x25\xda\xa4\xa3\x81\xe0\x5c\xde\x49\xd2\x6b\x1a\x23\x4b\xde\xd7\x24\x6b\xd4\x05\x90\x17\x21\x77\x64\x36\xa3\x1b\x91\xe6\xb8\x3c\xd9\x21\xe5\x79\xa4\x38\xa3\x56\xae\x53\x71\x16\x09\x2e\x8c\x55\xb0\x97\xaf\x43\x7c\xab\xf8\x15\x5c\x64\x9f\x20\xb6\x0d\xc1\x0a\x24\x19\x05\x44\xa8\x23\x56\x89\x20\x95\x83\x70\x3c\x10\x56\xbe\x20\x61\x8c\x18\x3c\x8f\x51\x30\x14\xa7\x43\x4c\xdf\x56\xc8\xf7\x89\xe5\x20\xe2\x93\xe3\x8a\x7c\xa2\x16\x88\x27\x66\x8b\x5c\xca\xaf\xeb\x70\xce\x40\x86\xb4\x4d\x02\x80\x47\x5e\x0a\xcb\x20\x09\x20\x29\x22\xa3\x70\xe0\xf2\xbf\x38\x08\x09\xa5\x2d\x2c\x6f\x00\x0c\xa2\x51\x33\xe7\x19\x01\x4c\x5b\x54\x67\x39\x15\x01\x2c\x8a\xb5\xee\x0a\x28\xc2\xaa\xd5\x90\x61\xa0\xf4\x30\xa4\x5a\x77\x98\xc5\xa1\x00\x36\xd9\x08\xd9\xfc\xa5\x6b\x89\x38\x59\x9f\x72\x47\x2c\x36\x50\x97\xcc\x9f\x87\xe4\xda\xab\x50\x75\x4d\x88\x49\x3b\xdd\x5e\x51\x6e\x18\xb6\xe6\x8f\xf9\x3c\xa0\xb0\xe8\x4d\x5c\x6b\x0e\xec\x23\x87\xeb\xe4\xb6\x2c\x87\x7d\x22\x6b\x6a\x2e\xdc\x93\x09\x5f\x24\x1f\x52\xe7\x79\x22\x1c\xc9\x43\xaa\x41\x67\xbf\x45\xa2\x3f\x90\x38\x50\xc7\x67\xba\xe2\xd2\x48\x8a\x4a\xac\xd8\x8b\xb1\x62\x34\x0f\x08\x39\x53\x61\x27\x7e\x6b\xb0\xc0\xea\x71\x85\x02\x7c\x70\xe0\x85\xe9\x18\xa5\xd3\xf8\x9c\x40\xab\xaf\x2a\x4a\xf1\x04\x0d\xdf\xf8\xb7\x7d\x28\x43\xc2\x69\x7f\xc5\x41\x92\x4a\x3d\x21\xda\x37\xfe\x89\x31\xda\x8b\xf0\xda\x7b\xaa\x7f\x59\x75\x0f\x51\xc0\xab\xb9\x3b\x50\xb5\x83\xe8\xeb\x89\xea\xcc\x51\x63\x23\x76\xbb\x87\x01\xb0\x49\x4b\x1f\xde\xf6\x1d\x40\x50\x4a\xaa\x6a\xcf\x04\x80\xf4\x84\xf4\x8b\x83\x2f\x00\x94\xbe\xca\xf1\x1c\xdb\x06\xa0\x39\x2b\x3f\xcd\xc2\x04\x60\xf8\x4a\xe9\x1d\x6b\x34\x80\xf9\x0f\x95\xf9\x4b\xcc\x00\xd6\x1f\xd4\xb1\x7c\x39\x7f\xf6\xe5\x20\x73\xb6\xe1\x36\x6c\xfa\x1c\x88\xb2\x6d\x80\xcb\x1b\xcb\x0c\xea\x13\x4b\x99\x60\x06\xc7\x83\xeb\x3d\x39\xac\x26\x3a\xb9\x8d\x81\x93\xe4\x64\x83\xd1\xea\xd9\xb0\x1f\xe4\xbd\xba\xdd\x2d\x9d\x51\xee\xa4\xc7\xda\x7c\xf7\x8e\xc6\xf0\x93\x4c\x35\x7c\x9f\x1e\x8b\xeb\x24\x6d\x57\x35\x7d\xef\x9c\xa0\x49\x4c\x41\xc5\xcf\xdb\x27\xd5\xff\xc9\xc3\x10\x1c\x15\xb5\x70\x62\xe1\x9f\x17\x96\x95\x2a\x71\xc6\xe1\x4b\xe3\x5b\x50\xf5\xb8\xd0\x08\xd6\x77\xe3\x2a\x27\xf0\x91\xc1\xdb\x69\x1e\x90\x67\x1c\xaa\x6f\xf1\xa3\x41\x17\x1e\x9e\x55\x4b\x26\x68\xfa\xe7\xd3\xfa\x70\xba\xe2\xd4\x26\x89\xea\x5e\xb9\xed\xb1\xea\x5f\x88\xd7\x3c\x72\x01\xd8\x7d\x25\x9f\xec\xe0\x02\x10\x54\x97\x44\xf6\x3c\xf8\x75\x1d\x68\x5e\x10\x1d\x36\x79\x29\x16\x67\x00\x93\x21\xc5\x74\xd6\x6c\x00\x1b\x1f\x94\xc3\xa5\xfb\x00\x0e\x0d\x1a\x72\x42\x2c\x40\x74\xbe\xae\x9b\x27\x13\x05\xf1\xce\x51\xc6\x26\x68\x17\x64\xdc\xae\xc6\xfa\x8b\xfe\x1b\x44\xdc\x6e\xd8\xa9\xc7\x6a\x3f\xd5\xc7\x86\x3d\x40\xd5\x05\x4b\x69\xb5\x34\x8a\xed\xf7\x49\x22\x2f\x9a\x66\xe5\xc8\x07\x7f\x27\x0d\x1b\xe5\x5e\xb3\x8c\x79\x4f\xd2\xd3\x57\xbb\x75\x2a\x9e\x44\xbc\xaf\x53\xd2\x5d\x9a\x5c\xb5\xee\x45\x91\x54\xad\xfe\xfc\x35\xd5\x9a\xd6\x7f\xf2\x67\x2f\xce\x32\x87\xd2\x1c\xf6\x79\x54\xcf\x94\x38\x4a\x0b\x77\x32\xf2\xcd\x27\x45\xf4\x4d\xec\x54\xf4\x8b\xd7\xd7\x55\xdf\xe1\x8c\x22\x29\xcf\xe8\xd4\xaf\xe0\x66\xc3\xcb\x68\x1e\x90\x3f\xfb\x70\x5a\xcd\xb5\x52\x08\x8f\x7c\x3f\x35\x17\x6b\x6f\x22\x1e\xf3\xfe\x02\xc0\x5e\x2c\xd9\xba\x43\xf2\x17\x17\x24\xc3\x27\xbd\xe5\xa0\xe5\x7f\x7b\x62\x2c\x1a\x15\x94\xd9\x36\x03\xd8\x35\xa1\x78\x39\x9b\x00\x5c\x38\xd4\x98\x04\x2f\xae\xf7\xe5\xe4\xba\xc9\x18\xc6\xa9\x44\x20\x33\x2e\x82\x96\x5b\xf4\x81\x3a\xe5\xb4\xd3\x71\xa3\x5d\x0c\xf5\x88\xdd\x1b\x3f\x5e\x8f\x55\x0a\xb3\xf5\x9b\x98\xc5\xa0\xf3\x64\x05\xf3\x85\x6c\x9d\xc8\x14\x52\x99\xb1\x4a\xf5\x9d\x38\x15\x62\x85\xc1\x83\x5b\x72\x29\xd3\xc4\x2c\x5d\xe6\xee\x1d\x29\x83\x84\x4f\x9a\x9f\x06\x29\x19\xa5\x04\x43\xb5\xe8\xaf\x23\x59\x6f\xd6\x3d\x20\x69\xca\x92\x98\x73\x49\x92\x04\x73\x65\x76\x8c\x5b\xe2\x86\x59\x36\x95\x1a\x4c\x44\x62\xcf\x37\x35\x74\x03\x56\x30\x8e\xfc\x76\x58\x75\x1a\xfb\x28\x66\xe8\x45\xb5\x06\x0f\x96\x1c\x13\xff\xd8\x4e\xc3\x1e\xd7\x17\xd1\xd8\x27\xac\x29\x83\x47\x85\x9d\xec\x0a\xd6\x7a\x82\xb7\x0d\xfd\x41\xeb\xc3\x69\x46\xe9\x44\x11\x42\x02\xb6\xdc\x08\xd5\xdd\x4e\x18\xf5\xdb\x0c\xc0\x29\x2a\x61\xb8\xb3\x0b\x40\xc4\x50\xac\x84\xb1\x0c\x40\x3e\x59\xc2\xfa\xc0\x0d\x00\x0d\x55\xa9\xb0\xa3\x2f\x01\x8c\xcb\xa5\x71\x2c\x96\x00\x56\x4a\xb2\x69\x67\x1f\x01\x38\x4e\x29\x78\x71\x54\x01\xb8\xfb\xa0\xb2\xf9\x4e\x00\x5c\xe9\xd4\xd8\x22\xc9\x0d\x8d\x5e\x38\xbd\x78\x14\x1d\x02\x1e\x22\x66\x7e\x7a\xdf\xa9\x73\x2e\x27\xec\x3f\xd9\x05\x51\x46\x1d\x29\x57\x58\xaf\xe4\x91\x6f\xdb\xb5\x47\x96\x87\x3e\x22\xb5\x59\x6d\xbe\xca\x18\xb7\x87\x74\xd9\xf4\xaf\x4a\x7c\x62\x21\x51\xd8\xf0\x76\xcb\x5c\x7a\x11\x21\x57\x2f\xa4\x27\x30\x0b\x08\x47\xb4\x1a\x86\xaf\xe4\x30\xaf\x73\x20\x7f\xf4\xe2\xac\x58\xa9\xa0\x57\x55\xd3\xf2\xbf\xf3\xa8\xee\xc7\x5c\x48\xee\x7b\xf7\x52\x5d\x1d\x13\x9d\x44\x18\xcc\xd7\x54\xc6\xee\x4c\x14\x18\xf0\xd0\x6a\xc2\x06\xc6\x67\xf6\xa8\xeb\xa0\xb0\xaf\xe2\xd4\xba\x50\x3a\x3c\xb8\xca\x28\x09\x5a\x1f\x4e\x63\xa0\xbe\x03\xde\x26\x6c\xba\xfe\x9e\x5e\x22\x41\x21\xb0\xe5\xda\xa4\xfe\x18\xc1\x3b\xe0\x33\x00\xb7\x96\x98\xcf\xae\xf1\x5f\x1c\x84\x82\xba\x78\xe1\x01\x4b\x00\xad\x5e\xb1\x86\xc3\x05\x00\xa6\x49\x92\x31\x27\x9f\x03\xd8\xb9\xc9\xc6\xb3\x66\x00\xb8\xe6\xc9\x55\x73\x70\x01\x78\x51\x94\x09\xfc\x32\xeb\x7d\x39\xc5\x7e\xf7\x74\x4d\x54\x7a\x91\x1f\x3e\xaa\x26\x0f\x0c\x9c\xa9\xcb\x57\x98\x6d\x14\xed\xaa\x29\xf2\x6e\x02\xee\xba\x01\x74\x64\x4b\x47\xa5\xb0\xc0\x88\x62\xd2\x39\x1b\x72\x7a\x42\x92\x30\xf1\xb0\x79\x7a\x65\x7e\xc6\xd2\xba\x17\xe5\x8b\x7e\x41\xcf\xc7\xbc\xcb\xb8\x97\xda\x0f\x5e\x29\x16\xcd\xe2\x36\xaa\x91\xe7\x3e\x96\x76\xfc\xe9\x45\x99\x3e\xac\xe6\xb8\xa2\x79\x35\xed\x53\xb4\x46\xf0\x4a\x4f\x56\xca\xc8\xac\xe6\x87\xd5\xe5\xb4\x73\x8f\xbb\x75\xf8\x30\xe7\x52\xbf\xf4\x54\xea\x62\x30\x0d\xc9\x98\x3f\xfb\x70\x9a\x84\x0c\xd9\x71\x9a\x31\xef\xaf\x5f\x37\xba\x84\xdf\x1d\xc9\x53\xcd\x6d\x74\x00\xdf\x15\xea\x56\xd1\x65\x74\x89\xc0\x1c\xcc\x07\xc0\xf3\x59\x34\x93\xde\x0f\x40\xfc\x90\xe8\xde\xbd\x97\x00\x50\xa7\xc4\x4e\x1c\x88\x02\xd0\x6e\x11\x09\x3f\x24\x00\x60\x81\x93\x64\x63\xbe\x0b\xe0\xe4\x21\xfd\x8a\xd5\x02\xc0\x63\x48\x6e\x3b\xc7\x0a\x80\x1f\x87\xe2\x37\xbe\x04\x80\xe0\xa7\xe8\x31\xa9\x2d\x70\x3f\x78\x41\x73\x59\xd9\x04\x59\x08\xe1\x36\x34\x35\x18\xa0\x3e\xf4\x73\xb7\x66\x75\xdc\xb4\xee\x47\xa9\x70\x39\x17\x7a\x29\x2e\x9a\x78\xd7\x6e\x5f\xba\x6d\xea\x59\x82\x99\x65\x40\x45\x7c\x8e\x23\x5e\xda\xd4\xb3\xa5\xa8\xe8\xc8\xba\x17\x25\x41\xc7\xf5\x2d\x53\xc5\xea\xba\x07\x24\x54\xb5\x68\xf1\x71\xf1\xc9\xa5\x12\x35\x91\xa5\x98\x82\x89\x6f\x1f\x35\x06\x97\x3d\xf2\xc2\x5e\x6b\x69\xc7\xae\x6c\xca\x65\x7b\xc6\xa0\xd3\xb9\x2a\x9a\xd9\xd3\x4b\xd2\x23\xad\xd6\x67\x04\x74\x69\xe8\x5b\x62\x6a\x53\x34\x6f\x8b\xea\x93\xb0\x16\x89\xdc\x8d\x1f\x8c\xaa\xb0\xa9\x09\xaf\xeb\xf6\x1b\x4d\xe2\xec\x62\x6e\x57\x9d\x31\x61\xc4\x11\x23\x17\xcb\x99\x4c\x2a\xf0\x8a\x11\x06\x45\x31\xa6\xc3\xf8\xec\xb0\x41\x00\x9e\x19\x21\x8e\x5d\xc3\x00\x92\xef\x84\x4b\xf7\xee\x05\x40\x2b\x89\x1e\x38\xe0\x0e\xa0\x7f\x4f\xd8\xeb\x50\xfe\xbf\x7a\x62\xbc\xc4\xe3\x4e\xf7\x01\x78\xaf\x4a\x57\xb3\x0f\x00\x04\x39\xca\x1f\xe1\x69\x02\x88\xcc\x42\x6d\x93\xe8\x85\xb6\x68\x59\xf5\x12\x94\x13\x82\x8d\x8a\xd1\xcb\x36\x48\xa0\x7e\x09\x55\x34\x8f\x70\xd8\x49\xd9\xe5\x93\xe9\x9c\x18\xe4\x4c\x32\x75\xe7\x0b\x48\x4d\x70\x20\xcc\x38\x52\x93\x56\xb2\xfc\xf1\x15\xd6\xfe\xe5\x87\x0a\xb2\x71\xb2\x66\x2d\xb7\x9a\xcb\x77\x63\x83\x0d\x91\x07\x0f\xab\xb6\x61\x4a\x75\x6c\x3e\xaa\x5e\x1b\xc0\xa4\x68\xc8\xff\xd8\x7e\x4d\xf8\xcf\x5e\x9c\x37\x6d\xba\x6c\x8b\xf3\x25\x03\xcf\x64\xf4\x9d\x97\x37\x14\x56\xf6\xed\x35\x14\x5d\xc6\xe6\xe5\x76\x8a\x1a\xa5\xad\xdc\xce\xc6\xb5\xb9\x18\xdb\xac\x5e\xcd\xac\x6d\xfc\x6e\xc2\x86\xa9\x48\x55\xae\xad\x32\xa5\xc3\x6a\x26\xa9\xd2\xfa\x70\x8a\x7f\x98\x35\xe0\xa6\xa2\x6a\x8a\x94\xcd\x74\xf0\xd6\xe1\xf8\x9c\x69\x8b\x0b\xf8\xab\xe1\x47\x01\xf8\x5e\x08\x3e\xa2\x2f\x07\x90\xc2\x0b\xf2\xee\xc1\x01\xa8\x76\xf1\x9f\xdf\x3b\xf4\x8b\x83\xb0\x2b\x11\x1c\x3d\x7a\x13\xc0\x23\x4e\x24\x8a\x25\x1b\x20\x90\x53\x72\x86\x7d\x08\x20\x5c\x47\x76\x92\xd7\x06\x20\xae\x48\x31\x4e\xdc\x1a\xde\xc4\x2f\xa0\xd3\x14\x5b\xe1\x54\xdc\x84\x76\xb6\x6e\x2b\xf5\x5e\x14\xd1\xb4\xd1\x71\x84\x3c\x1a\x90\xe9\xa4\x10\x12\x40\xbc\x76\x65\xd0\xdb\x3d\x55\x9d\x70\xc4\x25\x2e\x51\x31\x4f\x1e\xe7\x6e\xf7\xa9\x44\xa0\xec\x2d\x96\xc9\xa2\xf0\x56\xe2\xb5\x38\x0c\x8f\x71\xe6\x43\xf3\xda\xf4\x95\x3e\xdd\x0d\xdf\xde\x35\x2c\xd2\x78\x98\xb9\x0f\x5a\xe6\x3f\x98\xae\x35\x7d\x4c\xd3\x45\x2d\x38\x55\x86\x0d\xd6\x19\xe8\x2e\x4a\x94\xe7\xf5\x47\x19\xef\x5c\x3a\x52\x6a\x74\xb7\xd7\xf4\xc0\xd2\x4a\xd1\xdb\xd6\x09\x53\xbb\x15\x8d\x5c\x4c\x93\xb9\xe9\xf7\x55\xfb\xac\xbe\x9a\x0e\x73\xe2\x2a\x25\xa3\x86\xd6\x87\x53\x94\x61\x39\x88\xcd\x4a\x6c\xa6\xf5\xe1\xe4\xf0\x58\x6f\xc7\x99\xc6\x2e\x66\x58\x58\x33\xe3\x75\x22\x06\x00\x84\x45\x84\x95\xf7\xfc\xfd\xbb\x29\x4f\x28\x6a\xef\x77\x00\x4d\x01\xfe\xc7\xfb\x0e\x03\x98\x3e\x12\x70\x3b\x38\x0b\xe0\x98\x24\xb0\xeb\xc8\xf4\x2f\x0e\x22\xe4\xb5\x58\x2e\x1b\x16\x20\xce\x5e\x4a\x90\xfb\x1c\x40\x52\xbb\x7c\xac\x18\x3b\xcc\xa4\x1e\x44\xed\x51\x10\x84\x7d\xe9\x5a\x1a\xd3\x7a\xed\xd4\x3b\x49\x99\x46\x39\x4e\xc7\xc8\x6f\xa2\xee\xda\x5a\x87\x5c\x23\x1e\xf3\xe3\xbc\xa2\x9c\x31\x8f\x67\xf6\x68\x8a\x19\x2a\xce\xc1\xca\x3b\x1d\x2b\xd4\xbc\xa6\x80\x39\x66\x75\xfd\xe6\x62\x5d\xd9\xca\x6b\x93\xac\x81\xdb\x8d\x03\x4b\xb3\xba\xa8\xa9\x6f\xad\x47\x56\x4a\xb5\xe6\x66\xd1\x8d\x5b\xc7\x3c\x74\x87\xe7\xf7\xd7\xb1\x0f\xa7\x1a\xed\xfc\xc1\x78\x5d\xfb\x61\x89\x49\xea\xc2\xf9\xea\xd2\xae\x61\x33\xfd\x45\x9d\x0a\xfd\x36\x71\x73\xca\x92\x72\x69\xf0\x8d\x7c\xcb\x07\xcb\x81\x85\x25\xd7\xb2\xac\x04\x57\xde\xe6\xa4\x57\x1c\xb3\x72\x5e\x1d\xcf\x34\xfc\x4f\x1f\x8e\xbc\xad\x21\xf6\x7d\x42\x7b\xba\x83\xad\x30\x2e\x35\xf6\x4c\x4a\x8f\x1d\x0f\xee\x46\x4c\x1e\x80\x50\x81\xd0\xd6\xdd\xce\x00\x4a\xd5\x02\x8a\x7b\x15\x01\xb4\xc9\xbc\x07\xf6\xce\x03\x58\x85\xf3\x2d\x1e\xc4\x03\xb8\x8a\xf3\xdb\x1e\x35\xfe\xe5\x05\x89\x3c\x2c\x1c\x7d\x2e\x0b\x20\x49\x40\x7c\xf6\xb2\x32\x40\x46\xb1\xf4\x77\xa1\x97\xf0\xf1\xea\xb2\x52\xa0\xa2\x1b\x1c\xca\x15\x53\x73\xd3\xf3\xa1\xbe\xcb\xf4\xd6\x47\x3b\xe4\x50\xf6\x24\x4e\x59\xba\x04\xd5\x11\xa6\x42\x4b\xdc\x17\xb2\xac\x71\x19\xde\xdc\xe1\xf8\x32\x03\x0c\x9d\xcb\xe7\xfc\x67\xf5\x65\x2b\x99\x36\x55\x2d\xa1\xcd\x7e\xff\x78\x51\xaa\xda\xb6\x2f\x2e\xe8\xd5\x4f\x06\xdf\x56\x9a\x69\xd1\x2b\x9f\xbe\xd7\xe2\xf7\x2a\xc1\x84\x65\x86\xdc\x9c\x31\xb0\x6c\xb6\x77\x7e\x4b\xfd\xc0\xbd\x83\x16\x73\x3f\xe8\x6b\x1d\x5a\xf6\x5a\x67\x2d\xb8\x56\x3f\xa9\x5b\xb5\x49\x5c\x5c\x2a\xe7\xae\x3a\x6a\x77\x6e\xe9\x4b\x89\x78\xc9\x03\xbb\x0f\xcb\x84\x02\xab\xfc\x66\xfb\xec\x95\xd5\x9c\x96\x6c\x01\x07\x99\xd5\xfe\x2c\xa7\x0c\x47\x87\x93\x98\x37\xa9\x1d\xc9\x62\x8e\xfd\x58\x99\xe4\xf1\x04\x11\x47\x79\x9c\x48\xfc\xe1\x98\xfd\x4e\x15\xb8\xc4\xd8\x34\x00\xd1\x7c\x7e\x3f\x86\xa7\x00\x68\x3f\xbe\x7d\x8c\xc3\x00\x7a\x0a\xbc\x4a\x4c\xf9\x00\x36\xf3\x3c\xd1\x07\xae\x02\x78\x62\x79\xf9\x8e\xa4\x00\x04\x3f\xe2\x6f\x61\x16\x01\x48\xf0\x13\xbc\x73\xae\xef\x5f\x3d\x31\x62\x52\x8a\xc2\xac\x80\x29\x5c\x94\xf7\x90\xd7\x84\xb3\xc5\x67\xd0\xec\xba\x51\xd4\x89\xfc\x62\x1d\x4f\xfb\x55\xf2\x97\xac\x06\x33\xed\x10\x33\xc2\x48\xac\xbd\x8b\x74\x16\x06\x2b\x1a\x60\x13\xf4\xe2\x5a\xd4\xca\x8a\x87\x7b\x76\x71\x53\xdb\xd2\x35\x7b\xaf\x96\x4d\xed\x8b\x0b\x99\xe6\x51\x83\x8c\x5d\x5c\x0b\xcc\x86\xe2\xe3\x4b\x5d\xe5\x1f\x4b\x4d\x3a\x26\x5d\xee\x38\x0d\xcc\x5a\x7e\x99\x36\x6c\x63\xec\x9a\xb2\xb6\x9e\x9d\x6a\xd2\x6a\xd9\x62\xa7\x3b\xcf\x76\xc3\xab\x56\xcb\xfe\xf3\x8f\xa9\x9a\x47\xe5\xfb\x1d\x5b\x17\x25\x2b\x27\x0a\xce\x38\x57\x2d\x31\x97\x8b\xe4\x5c\x72\xd9\xbb\x7c\xa8\x18\x97\xd9\xe9\x5c\xbe\xe2\x92\xbf\x33\x6d\xd1\xa9\x64\xf5\x55\x96\x76\x42\x85\xeb\x61\x0c\x6b\xe6\xa1\x58\x67\x97\xb7\xd8\xd3\x29\xa5\xd1\xce\x2e\x87\x71\x1b\x13\xcc\x22\xdb\x9c\x01\xe7\x13\x47\x0f\x20\x26\xc2\xf7\x99\xa1\x14\x40\x95\xc8\x17\xbc\xd7\x0d\xc0\xd8\x8a\x7b\x96\xe9\xef\x73\x01\xcd\xc5\xb4\x6f\x06\xc0\xa7\x82\x4b\xe8\x50\x31\x40\xf8\x2b\x5e\xa7\x13\xaf\x00\x52\x3a\xf8\xb8\x4f\xbb\xff\xea\x89\x29\x96\x14\x1b\xe0\xdf\x06\x50\xf9\x59\xda\x59\xfa\x1c\xa8\x56\xd7\x28\x45\x68\x25\x20\xbb\xaa\x7a\xd5\x57\x6d\x5b\xc8\xed\xc5\x07\x8d\x77\x87\xa6\x11\x46\x33\xa5\xec\x6e\x67\x0d\xad\xf7\xe4\x5c\xf2\x6e\xcf\x14\x6b\x1b\x5e\x70\x76\x46\x37\xdd\xbd\x17\x36\x17\x68\x49\xf7\xaa\xba\xff\xf3\xf8\x25\xb3\x6f\xdf\x1c\x7b\x1f\x3d\x73\xb4\x5e\x9e\x98\xee\x92\xeb\xd2\xb3\x7f\x37\xb9\x72\xa7\xe1\xe6\x1d\x47\xae\x99\x81\x96\xc2\x6b\xee\xce\xb8\xb9\xe2\x46\xe3\x92\x63\x6e\x07\xe7\x31\x75\xc4\x7c\x43\xd7\xc5\x85\xee\xea\xde\x4c\xbc\xfb\xd9\x25\xfa\xf2\xb6\xb4\x8d\xee\x89\xcb\xfb\x4a\x84\x13\x2b\xdd\x53\x57\xdc\xf2\x25\x68\x7d\x38\x51\xdb\x3c\x0c\x30\xdc\x99\x3b\x42\x8d\x3c\x53\x30\x6f\xd3\xce\xd3\x7c\x28\xc1\x0f\xdd\x5d\x71\x4a\xf1\x4c\x00\x52\xa1\x3c\x9d\x0c\x4e\x00\xea\xcd\x3c\x07\x19\x95\x01\x4c\xde\x73\x95\x30\xf1\x01\x38\x3f\xbf\xdc\xbb\x7f\xf2\x17\x07\x11\xcb\xc0\x5d\x75\x82\x0f\x20\x43\x99\xfb\x23\x8b\x2d\x40\xc1\x75\x3e\x0f\xd6\x04\x80\xca\x24\x91\x24\xde\x50\x80\x1b\x37\xc5\xbf\x88\xf7\x43\x6e\x23\x51\x76\x0e\xfd\x1d\xe1\x6b\xa4\xa0\x4f\x59\xcb\x52\xb6\xd7\x96\xe9\x66\x07\xe9\x12\xee\x14\x75\x5b\xb9\x5d\xd5\x5a\xc5\x27\xaa\x5f\x09\xae\xff\xb8\xc8\x14\xf0\x2a\x75\x5b\xd7\xc5\xb9\x5c\x77\xfe\xc6\x85\x07\x39\x53\xee\xd6\x3e\xef\x5e\x3c\xbf\x34\xc2\x67\xdf\xf0\x39\x7e\x80\xa5\x53\xd1\x85\x34\x66\xd1\x9b\xde\x78\xc3\xad\xfd\x3b\xb5\x93\xad\x6a\x8f\x47\xf0\x74\x7b\x5b\x7e\xb1\xb2\x27\xcf\xec\x40\xf3\x70\xce\x56\xaf\xf3\xf3\x03\xf5\x4d\xe9\x3b\xbc\x60\xc1\xa8\x46\x34\x99\xf3\xca\xbd\x45\xde\xaa\xfa\x58\x01\x1f\xf4\x92\x48\xb9\x6d\xd4\xc8\x15\xca\xf2\xa7\xc2\xac\x30\x01\xef\xd6\x95\xb1\xdc\xda\x90\x1d\xde\x51\xab\xd5\x57\xa3\x68\x7d\x38\xfe\xfa\xde\xee\xd8\xad\xa9\xa6\xbe\x69\x57\xb2\x71\x3b\x12\x6c\x01\xa4\xe2\x79\xee\x32\x38\x03\x68\x39\x73\x89\xed\x69\x02\xb0\x78\x74\x79\x81\x29\x15\xc0\xb5\xfc\x12\x7e\xdf\x23\x80\x90\x7b\x1c\x61\xfb\x3f\x01\x24\x9d\xe5\xcc\x39\xba\x08\x90\x77\x90\xeb\x11\xcb\x2d\x80\x8a\x2f\xdc\xb9\x67\xa3\x7f\xf5\xc4\xdc\x32\x12\xcd\x13\x2d\x81\xc6\xdb\x27\xa4\x1d\x50\x64\xc4\xe8\x4e\x93\xd2\x57\x8b\x09\x8a\x72\x9b\x8d\x26\x93\xbf\x3f\xc1\xaf\xce\xc8\x34\x21\xdb\x77\xd5\x3d\x9f\xcf\x95\xa7\xe1\xe1\x7c\x4e\xe4\x86\xe8\xc9\xbe\xda\x29\x71\x9f\x93\x0d\x59\x2f\xe2\xdf\xea\xbb\xaa\xbf\xce\x7d\xd9\x70\xdf\xc2\xb3\xf5\xa3\xcc\xb3\xad\x0d\xcc\xde\xc4\xaf\x4f\x1e\xd4\x97\x9a\xf8\xd5\x4c\xd8\xdd\x6f\xcc\x21\xf9\xf3\x4d\x25\xde\x49\x4e\xaf\xf5\xf7\x9e\x21\xde\x3a\x95\x20\x1a\x70\x7f\x8e\xd8\xc8\xb5\xde\x87\x63\x15\x88\x5e\x20\x55\xe7\x86\x1a\x05\x68\x2e\x19\x95\xef\x0b\xd1\xf3\x3f\xf5\xef\x3e\x9c\x80\x55\x9f\xe7\xab\x9f\xb2\x4a\xfc\x83\x7c\x26\x31\xe9\xe9\xa1\x34\x1f\x8a\xcf\x23\x9f\xbf\x70\xbb\x12\x8c\x00\xe4\xe6\x78\xfa\x76\x1b\x01\xe8\x8c\x72\x6d\x66\xa4\x07\xb0\xe1\xbe\xcc\xc0\x54\x01\xe0\x15\xcc\x19\x78\x40\x11\x20\xec\x25\xc7\x96\xfd\x83\x00\x69\x76\x1c\x01\x87\xd1\xbf\x7a\x62\x6a\x35\x2e\x8f\x9c\x31\x00\x68\xe1\xe3\xdb\x7d\xd1\x15\xa0\x53\x5f\xe8\xb6\x10\x3f\xbc\xef\x63\x95\x60\x50\x74\x44\x6a\x1f\xd8\xc9\x0d\x99\xec\xa7\x64\xf5\x46\xa1\x3f\xf9\x1c\x26\x8c\x74\x4c\xeb\x9b\x67\xb6\xad\xbc\xac\xfd\x6e\x37\xd0\xd4\x32\xbe\x29\x6b\x32\x24\xf9\x01\xe6\xb9\x4c\xdc\x9e\x92\xe5\xa1\xab\xf7\xb2\x42\xdc\x9e\x22\xa3\xe6\x35\xec\x61\xed\xef\x44\x86\x22\x73\xf7\x47\x12\x3e\x91\x9e\x78\xa4\xf3\x87\xe3\xc7\x77\xf6\x7a\xc6\x4b\x45\x54\x4f\xfa\x74\xee\x8d\xa5\x0b\xbb\x38\xc3\xd2\xa6\x1a\xc5\x1c\xda\x36\x67\xdc\xf4\x25\xec\x46\xa8\xe9\x8f\x57\xb5\xfb\x42\xc6\x42\x58\x16\x6d\xab\xc4\x83\xe7\x82\x46\x96\x9c\xca\x3e\x06\x9e\x0a\xd9\xb8\xdc\x54\xa4\x4e\xeb\xc3\xf1\x69\x0c\xb6\xc1\xc8\x66\xbc\xfb\xd3\x87\xe2\xb5\x2f\x30\x01\x67\x1f\x17\x0e\x80\xba\xc6\x5d\xbc\x7b\x06\x40\xef\xcb\xa5\xe5\x3d\x87\x01\xec\xab\x2e\x06\xec\xd5\x07\xf0\x0b\x3b\x9f\xbb\x97\x09\x20\xf6\x11\x9b\x0e\x93\x1b\x40\xf6\xc5\x0b\x3b\x0f\xe6\x01\x54\x1d\x65\x5d\x3d\x68\x01\xd0\x88\xbe\x58\xc3\x9c\x0d\xd0\x29\xc3\xc9\x7f\x96\x1b\xe0\x81\x3c\xff\x0e\x9e\x07\x00\xcf\xe6\x44\x26\x65\x9a\x91\xf7\x43\x5d\xd2\x33\x86\x9b\x28\x8f\x86\x55\x94\x3e\x79\xd9\x12\x5a\x9e\xca\x68\xa5\x64\xd6\x2c\xf4\xdc\x1f\x36\xaf\x69\x62\x1f\x1e\xbe\xd1\xee\x5b\xd7\x7b\xad\x35\xb9\xb0\x23\x53\x6d\xa8\xbf\xb4\x35\xeb\x62\xe7\x87\x37\x7a\x99\xea\x19\x6f\xdf\xf0\xbd\x3c\x99\xa4\x9f\x36\xf4\x79\xd7\x13\x93\x58\xc6\x14\xe9\x71\xcf\x9e\xb6\x08\x99\x94\x92\xa9\x7d\x1d\xf5\xa1\xcf\x92\xe8\x67\x26\x6f\x59\x87\x54\xc7\x75\xcc\xcd\x35\xea\x04\x39\xc7\x56\xfd\x18\xae\xdd\xee\xbf\x12\x7b\x69\x31\xab\xf2\xaa\x6f\x52\x2c\x7e\xe9\x65\xa9\x3e\xad\x0f\xc7\x9b\x29\xea\xcc\xaa\x76\xf6\x88\xd7\x8b\x88\x25\x8c\x6a\x46\x89\x27\x6f\xc4\x03\xec\x99\x94\x7e\xf7\x97\xe1\xde\xb8\x83\x09\x47\xdc\xbe\x86\xe5\xe0\x5a\x62\x66\x00\x54\xf4\x2e\x63\x76\xef\xfd\x95\xff\x3b\xa9\x71\xd4\xee\x15\x02\x08\x3e\xc6\x5a\xc3\xc8\x02\x90\xc2\x7c\xd6\x9b\x31\x06\xa0\x70\x81\x65\x13\x43\x12\x40\xdd\x5f\xa7\x82\x19\xdd\x01\x3a\xce\x9c\xbd\x73\xe0\x3e\xc0\x03\x73\x8e\x10\x96\xcf\x00\x83\x77\xb8\xa6\x2e\x6e\x06\x78\xe7\x22\xf8\x5c\xbc\x19\x24\xbf\x0e\x4a\xec\xd2\xaa\xa4\x8c\x8c\xeb\xcb\x07\x7a\x9e\x21\x4c\x7c\x7b\x85\xbe\x9a\x2e\xf8\x25\xe3\xb5\xb8\xb1\x68\x6d\x7b\x6f\xe0\x23\x92\x7b\x53\xd7\xfe\x2a\xb9\x0e\xa3\x04\xb5\xa7\x35\x69\xa2\xad\x9a\xad\x1b\x46\xac\x22\x39\x1b\x39\xde\xe9\x0d\xf1\x86\x5e\xad\x36\xfd\xba\xf5\x11\x7d\x50\x5a\x19\xfb\x44\xea\x7d\x13\x7f\xbe\x22\xcd\xe9\xca\xf6\x4d\xbe\x2c\xf9\x43\x73\xfb\x9b\xb9\x7d\xb2\xb2\x13\xe7\xbf\xd7\xbb\x79\x6f\xce\x4a\x5d\xc8\xbb\xe6\x73\xc5\x2d\x7d\xc7\x12\x7d\xf9\x5b\x8f\x1f\xa9\xc3\xcb\xcb\x85\x27\x3d\x9e\x26\x53\x56\xa2\xf2\x96\xdd\x6e\x25\x3d\x5a\x25\x67\x8e\xbb\xaa\x25\xef\xc1\x54\xa6\xfd\x70\x99\x89\xff\x86\xcd\x48\xca\x72\x1e\x88\x3b\x8f\xf3\x8d\xdb\xe5\xb4\x1c\x77\x1a\xf7\x26\x66\x33\x80\x6a\xc8\xc5\x68\xfa\x60\x00\xf3\xd5\xf3\xa2\xf4\xd3\x00\x1e\x21\xac\x16\xbb\x4f\x00\x44\x88\x9c\x96\xa5\x5f\x01\xc8\xca\x64\xd6\xa1\xdf\x07\x50\xd9\xf6\xf3\x3d\x26\xad\x1f\xe5\x61\x11\xdd\xe8\x3f\x79\xc7\x2d\x96\x50\xc6\x76\x80\xcf\x3c\xec\xb1\x2c\xc1\x00\xb3\xae\xbc\x96\xbc\x4f\xa1\x07\x7b\x42\xe4\x1e\x8a\x48\xb5\x21\x99\x49\xd7\x39\xa5\xcf\x7f\xc0\x5e\x57\x1e\x49\x50\x19\xae\x9d\x67\xd0\x77\xae\xd8\x70\xeb\xf9\xb7\x54\x27\xce\xb6\x8d\xd9\x2a\xaf\x23\x23\x9f\x3f\xb8\x1c\xf1\xfa\xe5\xab\x1b\xf4\x4f\xcf\x7b\xb9\xbd\xb0\xf9\x30\xfb\xec\xb4\x57\x6a\xd7\x85\xb1\xcd\x7d\x62\x1e\x5f\x5a\x32\x26\x5f\x75\x58\x7a\xe8\xd7\xcf\xcd\x04\xdd\xaa\x72\xf7\xbc\x36\x32\x37\xd2\x30\xe7\xfa\xa1\x4a\xf4\xc7\xc0\xf5\x80\x75\x0f\x48\x7e\x91\xc6\xd2\x64\x49\x8e\x8b\x75\x1e\x7a\xe5\x68\x81\xb4\x93\x7e\xee\xe0\xaa\xf3\x55\xbc\xe3\x8f\xab\xbd\x18\x8b\xf4\x49\x47\xb7\xac\xdd\xd8\xcd\x29\x64\x07\xba\x4c\x49\xec\x74\x42\xbd\x3d\xa4\xf5\xe3\x9c\xe2\x0e\xda\xf5\xa4\x8a\xe3\x65\x23\x03\x01\xb4\xfe\x62\x77\xa6\xdf\x01\x60\x73\x81\xad\x9a\x81\x1d\xc0\x47\x92\xe5\xce\x4e\x59\x80\xb8\xc3\x3f\xd7\x9b\x6f\x4f\xf7\x9b\x07\xe1\xcf\x3e\x88\xb1\xb5\xeb\xb2\x24\xc8\x32\xbd\x27\x19\x00\x66\x2f\x5f\x62\x93\x81\x55\x2a\x56\xe4\x2f\x25\xe7\xf9\xc7\xa4\x67\x32\x95\x0e\x72\x6f\x00\x1f\xa8\xf2\x3d\x7c\xaa\x7b\xeb\xea\x31\x03\x42\x1e\xba\xba\x66\x41\xd8\x51\xa5\x6e\x38\x91\x7e\xba\x24\x64\xa6\x63\x29\xc0\xee\xfb\x44\x95\x65\xf7\x79\x87\xd6\xb1\xc1\x77\x0d\xfd\xb6\xb6\x01\xef\xc4\x27\xee\x76\xa9\xd9\x09\x3e\x79\x3c\x1d\xd9\xfa\xc1\xee\xd5\x7d\xdc\x9c\x48\x63\x91\x9d\xdb\x1d\xec\x0f\xf9\x5a\x01\x7b\xdf\xa6\xe9\xc5\xcd\x55\xe2\x76\x84\x1b\x9b\x97\xec\x4b\xfb\xec\xce\xd4\x64\xac\xec\xcf\x1f\xb4\x0d\xac\x5a\x58\x3d\x91\xdd\x47\xeb\x81\xb1\x65\x29\x3e\x82\x65\x4c\x71\xb5\xb9\x56\xa8\x8a\x6d\x4c\x0c\xb0\x5e\xcc\xc3\xe3\x42\x63\xcd\xac\xea\x73\x0d\xf1\xa6\x11\x05\x96\x63\x79\x9b\xf1\xb9\xe1\xf2\x00\x06\x23\xac\x8a\x3b\x73\x01\x9c\x4a\xcf\x65\xd0\x57\x00\x04\x07\xd2\xb5\xfe\xbd\xae\x34\x97\x9f\xeb\xa3\xf9\xef\xd7\x3d\x08\x5c\xbf\xe7\xdf\xbf\x7a\x41\x4e\x3a\xee\x98\x80\x30\x80\xcb\x84\x0b\xfe\xf3\x97\x10\x76\xe1\x32\xf9\xa5\xf7\xb7\xc9\x2b\x32\xf5\xe6\xc1\x0f\x6f\x13\xa8\xaa\x35\xfe\x8d\xcd\x87\xb1\xf5\x46\xc1\x29\x81\x79\xab\xcb\xb7\x9d\xd0\xa5\x59\x91\xc6\x0b\x9b\x82\xf6\xdd\x40\xf9\x7c\x9e\xf7\xcd\xdf\xda\xac\x69\x5f\x32\x9b\xd8\xd7\xd0\xba\xcb\x34\x6a\x26\x62\xea\x65\x1b\x83\xf1\xd0\xc4\xd8\xec\xa3\x46\x26\xd3\xa0\xd1\x93\x3f\xb6\x5d\xcf\x36\xf3\x78\xb2\xbc\xb8\xb3\x82\x60\x9e\xdc\xcb\xb5\xa4\x55\xba\xdf\x5c\xeb\xae\xd3\xca\xde\x3c\x8a\xf9\xe3\xd6\x92\xd5\x3d\xd9\x4a\xe6\x2e\x37\xd1\xab\x90\xe1\x61\x7e\xa3\xbe\x1f\x43\x49\x61\x37\xfb\x5a\xcb\x80\x5d\x8a\xcf\x31\xd7\xad\xe6\xc1\x39\xc5\xca\x9b\x97\x57\xec\xc2\xbd\x8d\x3e\x66\x76\xbf\x2c\x1f\x1f\x16\x7e\xc5\xcc\xbf\x78\x8e\xb0\x3b\x44\x08\xc0\xcc\xfc\xd4\xf3\xed\x61\x00\x5e\x86\xc7\xcd\xb7\xba\xfd\xca\x7d\xff\xf4\x61\xfc\xc9\x81\xcc\xdb\xfe\x3b\xff\x46\xf2\x00\x98\x15\x77\x05\xcf\xbf\x05\x02\x67\xeb\xf9\xf4\x0f\xae\x88\xa0\x48\x8b\xfc\x87\x27\xe9\x94\x72\xd9\x34\xc3\x97\xb7\x47\x49\x57\x55\x29\xae\xd8\x2a\x4e\xfc\x27\xa3\xe5\x48\x96\xf4\x2c\x2c\x9d\xc3\xb7\x4c\xf6\xe0\xd1\x15\x21\xff\xc0\x12\x59\x2f\xf6\x65\x87\xf4\xe1\xf2\x7d\xf6\x45\x8b\xab\x4d\xb6\xd5\x92\x26\xd1\x0b\xd2\x6f\x3b\xae\x7f\xa6\xf9\x2f\x74\xc7\x67\xbe\x2e\xca\x96\x05\xe8\xc9\x7d\xc9\x5e\xa6\x2f\x78\x6e\xf0\x72\xc4\x62\xf9\x4e\xfe\x1e\x43\xb7\x27\x6e\x2b\x53\x57\x5f\x18\x62\xfa\x1a\x56\xc7\xd3\x29\x86\x42\xf7\x77\x62\xf9\x92\x4e\x18\x50\x3b\xae\xe1\x8e\xc4\xbe\x33\x52\xbf\x35\x8f\x33\x8b\xe9\x37\x1a\x6a\x7a\x8f\x7b\x1e\x55\x6d\x7c\xa1\x3e\x10\x6f\x10\xfe\xdc\x70\xa6\xee\x0c\x81\x39\x58\xc0\x50\xad\xc6\x80\x30\xe0\x7f\x11\xc0\xaa\x71\xbb\xef\xdf\xeb\xa1\xf9\x30\xd2\x34\x7f\xce\x72\xf2\xcf\x79\x87\xfc\x3b\x0f\x34\x11\xff\x73\xfe\x7c\xdf\x4f\x3d\x0f\x40\xd7\x41\x47\xf7\x63\x3b\x00\xf3\x21\x06\x83\x0f\xe3\x00\x97\xf4\xce\x0d\x3c\x9b\x45\x1a\x85\x97\x24\xdb\x3b\xc7\xa9\x66\xb2\x37\xb4\x22\xeb\x87\xc9\x91\xea\x1b\xed\xa6\xf3\x72\x88\x4d\xc6\x0a\xbe\x1d\xb1\x4f\xf0\xbd\xf6\xd8\xa8\x1f\x7e\x7b\xb1\xbd\xbe\xda\xa9\x38\x77\x69\xec\xf6\x84\x3d\x99\x7a\xb6\xd1\x98\x8d\x55\xca\x39\x52\x26\xcb\x2b\xdf\x7b\xbf\xe4\x17\xe9\x60\x97\xc7\xbe\xbf\x2d\xac\xd3\xf4\x5d\x79\xbd\xdc\x94\xcb\xae\xa1\xb3\xe2\xb6\xf2\x38\xb3\x5b\x73\x71\xe2\xc3\x6a\x71\xfa\x01\x2d\xe7\x0f\x2f\x31\x2d\x49\x5d\xda\xbd\x23\xcb\x58\xde\x84\xaf\x3a\x92\xcf\x8e\x63\x89\xb1\x1e\xda\x85\x8f\x22\xf0\x5b\x22\xb6\xea\x4c\x75\xff\xc0\x2b\x87\x2d\xea\xe2\x3b\x23\xf0\x36\x61\x05\x3a\xa2\x77\x56\x09\xe9\xfe\xa9\xba\x02\xb7\x5e\x11\x9e\xfb\x69\xeb\xa6\x37\xbf\x23\x6e\xf7\x99\x03\x70\xfc\x4a\x67\xf0\xf7\xba\x22\xe7\x7e\xbf\x0f\xd6\xfb\x30\xfe\x6f\x0e\x64\x2d\xef\x9c\xcb\x5f\xcb\x3f\xdf\x03\x9c\xb4\x62\xf0\x7b\x91\x00\x70\x31\xe5\x4c\xe0\x7d\x4d\xd8\x28\xfc\x40\x74\x2b\xcd\x03\x51\x36\x4d\xb1\x56\x0f\x33\xe7\x4e\x5f\x26\x61\x8c\x5a\x5c\xc5\x43\x17\x89\x1e\xf6\xb1\x01\xca\x7f\xf2\x0f\x36\xdb\x70\x5f\x0b\xce\xc7\xd7\x98\xc8\xe3\xb4\x5a\x14\x13\x73\x75\xf7\x61\x55\x87\xbf\xa7\x6e\x53\x37\xc4\x7c\x5f\xfc\x94\x7a\xfa\x4f\xfe\x01\x3d\xf8\xa3\x03\x27\x1f\x99\xa6\x2a\x36\x1e\x80\x3f\x13\xea\x43\xe3\x1e\xd4\x2f\x8d\x0c\xe0\x97\x03\x3f\xa8\x5f\x7a\xd1\x48\x70\xf4\x67\xd3\xa0\x7f\x1c\x4d\xb8\xea\xe7\xa4\xde\xdd\xbf\x44\x14\xbd\x62\xa0\x21\xdc\xfd\x84\x18\xe8\x39\xae\xc1\xd7\x59\x41\x5c\x70\xfb\x0e\xe0\x33\x42\xf7\x9b\x17\xe5\x4f\x0e\x84\xb6\x0f\x96\xdd\xe8\xfe\x8f\xef\xbf\xdf\x93\xd6\xf8\x87\x84\x35\x0f\x84\x17\x00\x67\xe1\xb9\xb8\x96\x48\x40\x09\x7b\x09\x98\x57\xb5\x23\x7a\x72\xb6\x8a\x7c\x39\x2f\xa9\x8a\xea\x9b\x75\xf1\xf1\x31\x64\xac\x51\xa5\x4d\x61\xe0\x11\x12\xd8\x90\x5c\xbd\xd7\xf9\x07\x4b\xe2\xfb\xd0\x06\xdf\x94\x75\xfe\xe1\x23\x21\xf0\x9a\x62\xe8\x7d\x9d\x55\x82\x51\xd7\xb7\x50\x3d\xf5\x11\x7c\xc1\x5b\xef\x08\x39\x15\x15\x7c\xe4\xea\x54\xf8\x01\xd4\x39\xc2\x76\x3c\x77\x70\x8f\x72\x36\xc1\x06\x9f\x19\x18\xa9\x1c\x84\xd1\xc4\xe3\xfd\x9d\x51\x69\xd3\x47\x08\xea\x7e\xf4\x28\x81\xb1\xcf\x04\xdc\x95\x73\xa8\x17\x1f\x8e\x13\xb5\x3d\x2f\xa0\x46\x5f\xff\x45\x7c\xe3\x3a\xad\xe2\x3d\x74\x9f\xb8\xe8\x1a\x8c\xd6\x7b\xca\x49\xda\xed\xb2\x8c\xde\x34\xc0\x4b\xf2\x72\x3a\xf9\xcb\x8b\x52\xb0\xf0\x3b\x07\xf2\xe2\xff\xfc\xfe\x9d\x96\x7b\xfd\xe9\x81\xe8\x35\x00\x60\x5e\xde\xf3\xa4\xf5\x33\x00\x67\xed\x99\x86\x1a\x71\xf0\x13\xc6\xf1\x9a\x14\xc4\x23\xf7\xe4\x6c\xa4\xa3\x68\x3d\x18\xe1\xee\x94\x71\x43\xaa\xb1\xaa\xb7\x1a\x85\xc9\x3a\xcb\xfa\x85\x73\x02\x19\xed\xfa\xd5\x69\xce\xce\x96\xbc\x21\x30\xcb\x35\xdb\xfc\x1b\xa9\x37\x89\xdf\xdd\xc3\xc8\x8d\xa4\x52\x34\xee\x15\xa9\xb3\x42\xda\xda\x14\x78\xa5\x46\xbd\x8a\x58\xf3\xe8\xa4\xcf\x5f\x68\x7e\xa2\xe2\x87\xbd\xbe\xb6\xca\x8c\x04\x0c\x26\xc8\xef\xc0\x9a\xf7\xa1\x58\xc1\x90\xa4\x44\xcc\x72\x75\x58\xf7\x3e\x84\xad\x46\x92\x8c\x1c\x18\xd7\xfb\x2e\xea\xc6\x86\x48\x0d\x76\x91\x8a\x9f\x3f\x94\x92\x8a\xed\xbd\x15\x1f\x8f\x0e\x90\x08\x36\x53\x8a\x53\x2f\x87\xc9\x27\xad\x5f\xfe\x3a\x0f\x6a\xc3\x7e\x3f\x0f\xbf\x28\xac\xe5\xdf\xaf\xe8\xfe\xdd\x87\x42\xfd\xdd\x03\x71\xaf\xfa\x97\x07\xe0\x14\x9a\x11\x7b\x7d\x16\x80\x53\x8c\xe5\x7e\x21\x05\x5e\x0a\x96\x73\x44\xa6\x7f\x82\xcb\xb2\x6c\x22\x3b\xe3\x36\x22\x22\xea\x27\x51\x0a\x81\x06\xd4\x52\x83\x18\xad\x76\x77\x4e\xca\x13\xab\x7a\x13\x07\x7b\x4e\x4a\x92\xb3\xa0\xf9\x76\x6b\x1f\x0a\x9b\x6f\x9f\x35\xbf\xa9\x3d\xe5\x7c\x34\xda\xfa\x9c\xa1\x1a\x39\xf3\xaa\xb7\x83\x90\xce\x24\x59\xa2\x8a\xcf\xc9\x53\x43\x89\x4c\xdf\xe6\xe7\xcc\xa9\x52\x44\x66\x1e\x08\x72\xf4\x51\xbe\x48\x8a\xf9\x64\xe9\x7a\x40\xe1\x1a\x29\x62\x59\xc1\xe5\xb8\xfc\x36\x12\x81\xa4\xe6\xb0\x53\x6e\x1b\xf9\x0a\x69\xc4\x66\xc3\x3a\xff\xb0\x89\xac\x45\x1e\x30\x9e\x93\xb9\xb0\xca\x47\x1e\x33\x56\x95\xa9\x9a\xed\x24\x2f\x1b\xb3\xca\xe0\x26\x72\x29\x3b\x8d\xa2\x64\xf3\x3e\xdf\xa4\xec\x36\x6a\xfa\xc5\x07\xde\xdd\xfb\xfb\x3e\xc0\x59\xfe\x73\x0e\x9a\xad\xf9\x70\xd6\xee\x83\x97\x6b\x3c\x48\xcf\x9b\xb5\xfc\xfb\xf9\x5a\x0f\xc4\x15\x80\x0d\x47\xe9\xe8\x4a\x07\x01\xb8\xe9\x4f\x3f\xcc\x8a\x84\x45\xc1\xfa\xf3\x3d\x09\x47\xc1\x5b\xc6\x9c\x6f\x34\xe4\x31\xb2\x8a\x76\x93\xdc\xe1\xbd\x11\x11\xd3\xdf\x80\xf2\x72\xa4\x50\x1b\xcd\x27\x35\x87\x6d\xcd\xa8\x27\x1d\x9c\x0c\x6a\x2d\xf4\xa9\xac\x5e\x6e\x06\x55\xc6\x75\xd4\x3d\xa1\x1b\x0d\xbb\xf4\x8b\x28\x4d\xc9\x55\xa6\x39\xda\x4e\x94\xb4\xfc\x56\xb3\x80\xff\xf0\x0f\xcc\xe4\x6f\x8f\x7b\xad\xea\xe4\x3f\x91\xf1\x1f\x8e\x58\x7c\x91\x33\x23\xdf\xfd\x71\xda\x8a\x59\x66\x89\xbc\x4a\x36\x30\xaf\xfa\x4f\xdf\x03\x8d\x7b\x10\x24\xcb\x53\xc6\x34\x1d\x25\xd9\x57\x6f\x51\x70\x1a\x7d\x12\x9f\x7f\x7c\xa2\x9e\x52\x3f\xf0\xeb\xb9\xf8\xcc\x6a\xed\x79\xf8\xb3\x1f\x6b\xad\xef\x62\x46\xfd\xf7\xfc\xfb\xc1\x5a\xef\xc3\xad\x90\xdf\xf3\x6f\x5a\x0f\x44\xf6\x49\x80\x4b\xc8\x71\x95\xe4\x8d\xb0\x2a\xac\x76\x3e\x3c\x9c\x0a\xf9\x32\x18\xee\x87\x7e\x1e\x20\xa7\xc2\x2a\xbc\xd9\x6d\x13\xd2\xaa\x1b\x2e\x7b\xda\x56\x0d\x31\x34\xc1\x2b\x39\x5a\xca\x52\x71\xb6\x47\xd5\x0e\x99\x31\x50\xeb\x3d\xa4\xb4\x94\xd7\x7b\x1f\xfa\xa9\x5e\xd1\xc9\xba\xe7\x34\xad\xa8\x6e\x59\x02\xba\x74\xea\x4a\xd4\xc3\x25\xf7\x0c\x02\x68\xfc\x83\xb2\x00\xe5\x59\x87\xbf\x91\x85\xc2\x7d\x4a\xcd\x40\xa6\xf1\x41\xd9\x3e\x4a\xc7\x3b\x1e\x43\x37\x19\x11\x4a\xf5\x4c\xa8\x61\xb2\xd4\x43\xca\x27\xc2\x79\xbd\x15\x49\x7b\xaa\x06\x65\x50\xeb\xec\x7f\x72\xff\x35\xee\x41\xd4\x97\x72\x06\xd9\x2e\x57\x0c\xd0\x5d\xf6\x73\xfd\x5f\x6d\xff\x7d\x0e\x2c\xac\xf1\x1f\xef\x0a\xd6\xf2\xef\xb5\x7d\xd0\x2e\xf7\x7b\xfe\x9d\xb7\xc6\x4d\x65\xeb\x02\xb0\x08\x30\x1c\x4f\xf1\x07\xe0\x48\x39\x34\x15\xbd\x08\x20\x5c\xc7\x1a\x14\xa8\x05\xef\xa4\x9e\x71\xd4\x79\xb4\x40\x28\xaa\x98\x4f\xd1\x81\x13\xb8\xb4\xa2\x44\x34\xad\x6a\x90\x41\xc3\x9b\xd2\x1b\xcc\x6c\x90\x68\x8b\x19\xf9\xfb\xc6\xda\x88\xa1\x53\x9f\xd2\xa0\xc1\x6e\x44\xf1\x8a\x3f\xea\x90\xee\x69\x84\x29\xd4\x46\xf5\x9c\xe6\x43\x64\x63\xbc\x8a\xea\x82\x9a\x0d\xf5\xed\xd5\x05\xf5\x81\x75\xfe\xc1\x92\x5a\x7d\x83\xa4\xc9\x2f\xff\x8e\x9a\xd6\x61\xa6\x59\x28\xfb\x9a\x6a\x3b\x60\xac\xf5\x51\x8a\x4a\x2d\x78\x7d\x49\xfd\xa9\x54\x21\x55\x6e\x62\x54\xfb\xa0\xc4\x32\x35\x66\x05\xa5\x3e\xb7\xc6\x7f\x4c\x88\xf9\x22\x02\xd4\x07\x8a\xfd\xb4\x9c\x5b\xa4\x14\x69\x44\xe4\xa5\xef\x00\xbc\xfe\xf8\x73\xfd\x44\xbb\xbf\x27\xe6\xfa\xef\xe7\xe0\x3a\x07\xb4\xd6\x07\x53\xfb\x63\x8d\xff\x58\xfb\x7b\xee\x28\xc0\xd1\x33\x5b\x23\x23\xce\x00\xd0\xdd\xa1\xa3\x8b\xfe\x0a\xc0\x21\x76\x60\x32\x78\x3f\x80\xc0\x1d\x66\xe2\x15\x6b\x00\x49\x3e\xd6\xbb\x2e\x5e\x30\xac\xa0\x7b\x51\xdb\xb6\x07\x6c\x35\x32\xf9\x29\xe6\x49\xb0\xc9\xa0\x4b\x9c\xdb\xc8\x0b\x99\xb2\x48\x91\xf4\x36\x18\x41\x3e\xd9\x1e\x97\x72\xd6\x93\x44\x6e\xba\x6f\x93\xad\xd7\x72\x46\x5a\xfc\x4f\xc8\x76\x6b\x3c\x41\xdc\x22\x0d\x14\xc7\xd1\x01\x48\x72\x52\x9b\x3c\x15\xa5\x85\xd8\x66\x8f\x29\xfd\xa5\xa4\x87\x70\x94\xf7\xa0\x1e\xcb\x9f\x40\xf8\x1a\xce\x28\xf7\xca\x9a\x23\xf4\x77\x56\x54\x74\xa4\x19\x10\xfa\x87\x4e\xa8\x47\x92\xd5\xc8\xce\xc1\x39\x94\xbb\x78\x27\x72\xe6\x23\x49\xe9\xae\x58\x3a\x22\x34\x13\xab\xe8\x27\xd6\x81\x9c\x24\x9a\x2a\x0d\xd3\xae\x83\xb0\x11\x42\x40\xb2\xc4\xfb\x69\x3c\xd8\x7a\x1f\x4c\xc9\xff\xcd\x01\x35\xac\xfd\xbf\x97\xd6\xfd\x9c\x99\x6b\xfd\x28\x31\xa7\x7f\x4e\xbf\x40\x80\xbf\x7f\x8f\x07\xda\x00\x9c\x13\xd8\x9d\x7e\x25\x11\x80\x27\xe8\x08\x8b\xdb\x1c\x80\x44\xe7\x59\x1b\xfb\x53\x30\x2b\x4f\xbd\x60\x60\xd9\x07\x95\x6a\x47\xb8\x74\x8c\xbf\x81\xac\x3e\x83\x10\x27\x8d\x7f\xd0\x5d\x84\xb3\xd6\xa3\xa2\xb2\x5a\x6e\xc0\xe3\x64\x2b\x92\xa3\x51\x02\x4c\x5e\xcd\xe2\xfc\x6a\x69\xc8\x62\x30\x9d\xe4\x4b\xb4\x3c\xd2\x1a\xaf\x2d\x1b\xad\xfc\x18\x69\x4c\xf7\x94\xed\x57\xe4\x45\x1a\xf3\x1e\xc8\x06\xcb\x95\x22\x2d\xe5\x01\x32\x53\xb2\x0a\x48\x50\xc3\x25\xf9\x56\x29\x7d\xa4\xac\x7d\x87\xec\x31\x49\x3c\x62\xda\xab\xa4\x90\x4c\xe3\x1f\xc4\x6e\x23\x4e\x6f\x5f\xca\x33\x88\x1a\x23\xe1\x93\x79\xb2\xd7\x45\x5c\x90\x9a\xc5\x8b\xd2\xc5\x22\x5a\xc8\x7d\x6a\x8b\xd4\x28\xed\x1c\xa0\xf1\x80\x23\x3d\xff\x83\x03\xf2\xfe\x39\xaf\xae\xf5\x45\xc5\x07\xfc\xce\xc1\x04\xdd\x03\x38\x61\xb5\x9d\xd1\x67\x03\xc0\xf9\x03\x8c\x6c\xae\x46\x00\x9c\x72\xfb\xc6\x1c\x4f\x03\x88\x7d\x60\xe1\xb3\xba\x0d\x20\xe7\x78\x2e\xdd\xec\x0c\xbc\x40\x33\x73\xac\xe8\x5b\x40\xb9\xd6\xb5\xcb\x37\x75\xde\x43\x9a\xde\x18\xb7\xbd\xf6\x10\xb8\x98\x5f\xe0\x47\x69\x0c\x80\xa7\x6d\x25\xbf\x8a\xda\x12\x68\xb8\x33\x0a\xb9\xa0\x03\x00\xed\x43\x12\x1a\x53\x71\x87\x43\x61\xaf\xc5\xa8\x4a\x39\x70\x22\x0e\x2d\x16\x28\x5f\x0b\xcc\xe9\x07\xc4\x0e\xc9\x51\x91\xb9\x7c\x13\xc9\x34\x59\x25\xe4\x49\x65\x9f\xb4\x86\x14\x17\x82\xad\x1b\x95\x10\x91\x94\x40\xde\xde\x4a\x91\xec\x15\xcf\x44\x9e\xdd\xaf\x93\x3a\x28\x16\x82\x3c\x7e\xa4\x29\x45\x27\xba\x1b\x19\x78\x75\x48\xf2\xa9\xf0\x27\xe4\xcd\x97\x20\x89\x1e\xe1\xa3\xc8\xdc\xb4\x85\x78\x19\xc0\x89\x15\xb9\xf6\x4d\x8b\xbf\x38\x08\x3e\x49\xe9\x1b\xbb\x7d\x00\xa4\xb7\x4b\x61\x0e\xac\x02\x28\xf7\x2a\x4a\x9d\x78\x0d\xa0\x99\x89\x92\x3d\x4b\x07\xa0\x7f\x45\xc5\xe5\xfc\x3e\x00\xb3\x27\x1a\x1a\xdc\x73\x00\x16\xad\xba\xf2\xc2\xdf\xe1\x93\xa5\x81\xb1\xa7\x6c\x17\x18\x5b\x5e\xb3\x52\x50\xfb\x82\x7c\xb0\xd2\x70\x9a\x37\xf8\x8c\x98\x9b\x57\xf9\x73\x5a\xb2\x50\x7b\x4d\xd8\xe3\xa5\x1c\x9f\x50\x37\x1b\x1d\xc9\x8e\xf1\x52\xa4\xe4\xe9\xb1\x56\x45\xfa\x6a\x93\x11\x6d\x85\x96\xd5\xa0\x74\x72\x9b\xc6\xfc\x3d\xcf\x90\x22\xb2\xb2\x9a\xf1\xd3\x89\xf0\x38\xf2\x06\x95\xa9\x77\xec\x91\x17\x49\xb7\x95\x23\xa6\xd1\x51\x65\xa4\x1b\x8a\x71\xd8\x7b\x51\x5a\xe4\x62\x79\x3c\xfe\x60\xd0\x7b\x72\x88\x3c\x0f\xbe\xdf\xef\xc3\x72\xbe\xfc\x14\xe1\x92\xef\xe6\xa9\xc3\x8a\x96\x04\x79\x5f\xd9\x4f\xb9\x4a\x19\x84\x42\xef\xb7\xa3\x4d\xca\x6f\x08\xcd\xde\x1f\x86\x38\x51\x8e\x44\x56\x2f\x91\xc7\xcd\x2a\x39\x44\x3d\x4f\xef\xfe\x6e\xf4\x04\x51\xd3\x93\x70\x3f\x5a\xf5\x28\xf1\x9d\x5b\xca\xdd\x67\xaa\x77\x48\x5b\x5c\x63\x00\x4e\x7d\x95\xd5\xdc\xd2\x08\xc0\xbe\x51\x0a\xb7\xe3\x1c\x80\xd0\x4d\xa9\xd3\x8c\xd9\x00\xd2\xd1\x52\x5f\x0f\x32\xfc\x8b\x83\xd0\x53\x38\x7a\x0a\x05\x60\xa4\x86\x42\x9f\xd7\x00\xb0\x32\x54\x63\xe1\x96\x06\xb0\x26\xea\xb0\x88\x24\xaf\xf7\xe5\x38\x5b\xa7\x5b\xf0\xaa\x3e\x43\x86\xad\x3d\x1c\x45\x0c\x0d\xd6\xfd\x28\x1a\x66\x10\xeb\xe8\xbe\x81\xd2\x69\xb2\x35\x4b\xdf\x47\x91\x72\x48\x9f\x50\x39\x13\xc4\x41\x2e\xd7\x89\x6a\x39\x19\xfa\x84\x7c\x54\xf3\x45\xb7\x57\x64\x26\x69\x50\x5d\xf3\xd9\xf1\x68\x23\x92\x2d\xfa\xec\x27\xe1\xd8\x54\xe2\x63\xe5\xa6\xc5\xf8\x04\xe2\xba\x07\x04\x51\xdc\x84\xe3\x0e\x1f\xc7\x05\x29\x64\xe2\x4f\x05\x51\xe7\x0e\x29\x7e\xc7\x7b\x05\x6d\xfd\x66\xad\x1c\x87\x8f\x0f\x52\x7d\x8f\x41\xa9\xe2\xc7\x02\x5a\x46\x98\x54\x7c\x08\x26\x7e\x16\x7f\xf6\xe1\x74\x3f\x55\xdb\x4b\x94\xf3\xaa\xec\x50\x55\x2f\x21\xda\x7b\x5d\xb8\xbd\x4d\xed\x35\x69\x93\xeb\x67\x00\x96\x06\x69\xfa\xcd\x3f\x00\x38\x16\x24\x0f\xee\x78\xf0\x6f\x0e\x42\x8a\x7c\xd0\xf0\xbf\x3d\x31\xa6\xad\x4a\x52\x6c\x7d\x00\xd6\xea\xaa\x77\xb9\xd5\x00\xec\xb5\x35\x8b\x84\x2f\xaf\xf7\xe5\x18\x39\xb0\x99\x0d\xab\xd7\x21\x25\x76\x81\x76\xbb\x4d\x76\x51\xc1\x46\xfa\xca\x39\xbb\x5d\xd4\x6d\x96\xf2\x51\x18\xaf\x7d\x14\x5f\x53\xba\x2c\x4d\x3f\x3c\xf9\x96\xa1\x69\xa5\x70\x68\xe3\x3a\x0f\x63\xa7\x2d\xd2\xfd\x21\x8e\x42\x32\x57\xaf\x7f\x71\x34\x2e\x82\x98\xac\x4a\xf7\xa5\x27\xd9\x82\xe8\xae\x3c\xb4\x5c\x9a\xcc\x4b\x44\x94\xf2\x30\xfd\xf1\x4a\xb4\xeb\xb1\xd8\xa7\x94\x81\x53\x8d\xe0\xa0\xf9\x50\xde\xdb\xa8\xe4\xe1\x59\x42\xe5\xd6\xfb\x70\x4e\xaa\xd9\xe1\x6f\x04\x8b\x3e\x34\x57\xbb\x4f\xe0\x0c\xf0\xa2\x71\x30\x9d\x69\xea\xa1\x44\xf6\x2b\xb5\xb7\x64\xb4\xb6\x13\x2f\x78\xab\x36\xed\xd4\x1c\x22\x0e\xbb\x2f\x03\x9c\xc9\x92\xfa\xb1\x95\x1f\x80\xeb\x95\x84\x1d\xfd\x5f\xbf\x38\x08\xd9\x18\x89\x4d\xfb\x9f\x03\xa8\x79\x4a\x6f\x3e\x9a\x05\x60\x70\x48\xee\xdd\xa9\x5b\x00\x96\x9b\x15\x84\xd8\x8e\x02\xd8\x2d\x28\x2f\x72\x06\x00\xb8\x30\x68\x32\x8a\x66\x02\xc1\x65\x58\xf7\xbc\x4c\x03\xa8\xb9\x84\x98\xea\x6a\x6e\x42\xfc\xec\x3b\xec\x52\xcd\x82\xd7\xfd\x28\xfd\x36\x4c\xe1\x2c\xde\xcf\xc8\x9f\xcd\xa3\x33\xff\x0a\x49\x26\x1f\x34\x4e\x2c\x9f\x88\x1a\x5d\xe7\x61\xde\x6a\x13\x7b\xd9\x93\x26\x89\xb1\x1a\xf7\x07\xc9\x29\xc6\xc4\xad\xaa\x9c\x63\x39\x69\x65\x84\x6c\x54\xe3\x4a\x4f\x46\x18\x8d\x87\xf9\x5f\x3e\x94\x75\x0e\xc6\x5f\xfd\x0b\x2e\x33\x32\x74\xbd\x0f\xe7\xbd\xe6\x41\x7c\x61\x88\xde\xdd\x27\x9a\x5f\x08\xe7\x02\x03\x69\x7d\x38\x34\x0e\xa6\xde\x4a\xe7\x1d\x71\x9f\x8f\x07\xc0\xe9\x41\x09\xb1\x2d\x79\x00\x3c\x83\xe2\xba\xf4\x4f\x01\xc4\x93\xc4\x87\x99\x9e\x03\x28\x92\xc5\xa7\x0e\x1e\x06\xd0\xfa\x22\x99\x74\x14\x03\x60\x3a\x2b\x3d\x79\x4a\x14\xc0\xa6\x58\x61\xe4\x42\x18\x80\xb3\x9f\xd2\xcd\xcb\xea\x00\x9e\x52\xaa\xcf\x84\x29\xeb\x5e\x10\x4b\xaf\x4d\x46\x97\x35\x0e\x20\x09\xae\x1d\xd6\xcc\xa6\xa4\x75\x3f\x8a\x87\x1d\x67\xa8\x86\xff\x16\xb2\xb9\x15\x4b\x9a\x45\xc4\x13\x52\x94\xa9\x7c\x39\x57\x3c\x6a\x9d\x87\xd9\xa9\xf3\xa6\x5f\x2d\xe3\x20\xa1\x41\x53\xee\xa5\x65\x66\x2e\x41\x56\xd5\x7b\x52\xfa\xea\x2e\xc2\x71\x15\xa3\x95\x03\x57\x35\x68\x3e\x94\xc5\x33\xa8\x09\x8c\x66\x92\xd4\x58\x01\xfa\x05\x66\x3c\x21\xee\xad\x9d\x5a\x30\xd6\x39\xae\xe6\xb9\x90\x66\x0c\x56\x3f\x7e\x7a\xe0\x93\xa6\x06\x4e\x39\x5a\xbd\xa7\x47\x2b\x07\xf7\x28\xf2\xc2\x7f\x38\x98\xb5\x3e\x1c\x1a\x07\x53\xfd\x5c\x7f\x13\x91\xce\xd7\x00\xe0\xcc\x09\xf1\xf3\x5b\x4a\x00\x04\x64\x44\xbf\xec\x96\x00\x10\x97\x10\x39\xc6\x58\x0f\xa0\x52\x24\x36\x75\x30\x06\x40\xa7\x5f\xe4\xcd\xa1\x67\x00\x16\xb2\x92\x0b\x2c\x42\x00\x8e\xe7\xe4\x9e\x5f\x90\x07\x70\xfd\xac\x90\x7c\xa9\x17\xc0\x3b\x03\xbd\x5b\xd8\x02\xc0\x9f\x4d\x6d\x51\xca\x05\x4c\x7c\xe9\x0d\x6a\x34\x6e\x23\xd6\x57\x58\x2d\x33\x2c\x52\xd7\xfd\x28\xdc\x0e\xc9\x41\xa2\x81\x0a\x64\x4e\xeb\x93\xa9\x66\x51\xa6\xa4\x63\x66\xfe\x65\x45\x49\x12\xc4\x13\x46\xc7\x5b\x9c\x32\x0c\x08\x9c\x7a\xd2\xfd\x31\x39\x0a\xf8\xfb\x9a\xcb\xa3\x62\xb9\xdf\xf1\x97\x54\xd3\xe7\x45\xf2\x07\xf0\x9d\x2a\x13\xcb\x49\x39\x41\xd8\x71\x15\xef\x15\xb7\xac\x5d\x34\x1f\xca\x87\x04\xf5\x1f\xab\xf5\x69\x9d\xc3\x35\x9a\x39\x18\x87\x94\x83\x4f\x08\x5a\x2c\x58\x93\x78\x12\xad\x0f\xa7\xd3\x48\xd7\x11\x77\x34\x96\xaf\xcd\x48\xcf\x1a\xd7\x10\x15\xd9\xe8\xad\x77\x07\xdf\x15\xf2\xbe\x8e\x59\xff\x1d\x7e\x29\xf8\x47\xcd\xbc\x7e\x28\xc1\x37\xa0\xa7\xe2\x80\x81\x0a\x71\xbb\xaf\x06\x00\x9b\x9d\xb8\xd4\x36\xdf\x5f\x1c\x04\xed\x3a\xa8\xd9\x8a\xf5\x1c\x52\x04\x30\xbc\x2e\x7a\xf0\x48\xcc\x7f\x7b\x62\xbc\x4a\xe5\x5c\x2f\xe9\x02\x04\x08\xa2\xa8\x22\x29\x00\x81\x65\xaa\x61\x92\xd5\x60\x12\x98\xa1\x37\xa4\xb9\x09\x49\xf4\xab\x32\x8b\x31\xcb\xa7\x32\x79\x56\x3b\x5a\x7a\x4c\x92\xaf\x3a\x77\x05\x1c\x09\xeb\x24\x15\xdb\xb6\x25\x1f\x8a\x1b\x22\x2a\x59\xee\x2b\xe9\x4a\xff\xb4\xce\xc3\xa0\xf5\xbd\x1e\x28\x14\x9e\xc1\x3d\xd1\xe2\x7f\xaf\x52\xf4\x88\xd6\x03\x83\x97\x40\x67\x2e\xbd\xcf\xbf\x3c\x37\xaa\x26\xb2\x7c\x3d\xe7\x07\xcd\x87\xf2\x3a\x5d\xf3\xfa\x6a\x4c\xfa\x6b\x9a\x0f\xa5\xef\xac\x6e\x1a\xa6\x24\x85\xa5\xeb\x92\x9e\x34\xd6\x39\xa1\x86\xc6\xc1\x34\xef\x31\xa4\xc7\x09\xc6\xea\xd7\x15\x18\xae\xe2\x5e\x44\x85\xd3\x38\x98\xf2\xa7\xc6\x3a\xf8\xfe\x50\xdf\x62\x16\x63\x3b\x42\x62\xc0\x67\x80\xf3\x38\x51\x89\x6d\xdf\x7e\x71\x10\xb2\x9c\x42\xa3\x7b\x7d\x01\x34\xba\x04\xa7\xf7\x7b\x01\x18\xdf\x15\x91\x3d\x12\x0c\x60\x17\x24\x1a\x7b\xf2\x3c\x80\xeb\x73\xa9\xbd\xe7\x1e\x00\xf8\x31\xc9\x3e\xe7\xac\x06\x08\xbe\xa8\x38\x2c\x28\x09\x10\xd1\x84\xde\x21\xfd\x08\xa2\x22\x4c\xb5\x6e\xa9\x59\x20\x49\xc1\xd3\x26\x17\xcd\xba\xa9\x5b\x7d\x05\xed\x35\x3c\xcb\xc8\xe2\xee\xae\xde\x7f\x45\x3a\x12\x97\x1c\xca\x12\xae\x26\xdf\x27\x18\x58\x73\x97\x58\xe6\x54\xe1\xbd\x4d\xcd\x6f\x7e\x2a\xdc\x8b\x4b\x35\x38\xfb\xb0\xb1\x64\x0a\x6b\xa8\xcd\xf5\x29\xb6\x32\x1a\x9b\xa0\xf6\x63\xc1\xb5\xfc\x31\x8d\x0b\x9a\xc8\xd5\x64\x59\xf2\x28\x62\xa0\xf9\x50\x9e\x7a\xeb\x8e\xad\x04\x64\x13\xfb\xfb\xf4\xad\x57\x96\xaf\x86\x75\xae\x1a\x18\x63\x0e\xa5\x91\xdb\x77\x1b\x34\x62\xb9\x92\xb8\x1b\x3b\x8d\x4c\xb0\xf7\xe3\xc7\xeb\x62\x8c\x6d\x70\x3b\xe3\x0a\xab\x46\x4c\x1a\x70\x31\x31\x66\xa5\x7e\xa6\xc7\xf1\xc6\xe1\x54\x1a\x07\x93\xe7\x6d\xda\x45\x30\x0a\x42\x03\x70\xb2\x0b\xf7\xef\x58\x02\x10\x3a\x23\xb4\x7f\xb7\x1e\x80\x7c\x8d\xd0\x86\xbd\xb9\x00\x9a\x39\xfc\x8f\xf6\x5d\x06\x30\x4f\x14\x42\x8e\x64\x02\x38\x24\x08\x4d\x1f\x57\x01\xb8\x32\x23\xaa\x77\xba\x05\x20\x68\x49\xca\xf2\xa2\x00\x40\x24\xbb\x1c\x4e\x60\x23\x40\x9c\xb0\xf2\xa0\xb4\x12\x24\xc7\xe9\x6a\xb0\xa9\x7e\x44\xd2\xa2\xb2\x0d\x15\xcc\x7a\xa8\xdb\x43\xce\x58\x93\x3d\x5f\xac\xfb\x51\x5c\x9c\xd9\x63\x47\xd3\x2f\xe3\x6f\xda\xfa\x16\x6d\x2c\xb0\xc0\x29\x99\x61\x5b\xa6\xca\xe9\xb0\xfe\x86\xc7\x07\xb2\x2a\xa9\x18\x7b\x6d\xe1\x6f\x55\x35\x1e\x18\x6b\x8d\xd0\xf9\xe7\xd7\x16\xe7\xf5\x35\x1e\x2f\x74\x97\x9b\x7c\x38\xaf\x13\xb1\x98\x5b\xda\x4c\xf3\xa1\x3c\xb8\x6c\x78\x7c\x39\xb4\x40\xac\x73\xc8\xa8\x6f\xc5\x25\xf7\x44\xbb\x9d\x31\x7a\xd5\x2e\xcb\xbc\x29\xda\x24\x1f\xc3\x9f\xce\x57\x6b\x68\x9a\x8c\x65\x4c\x4e\xaf\xf4\x35\x2b\xc4\x3e\x4a\x30\x2a\x7d\x6d\x7e\x08\x87\x8e\x7d\x59\x74\xd1\x7c\x37\x7e\x6f\xe4\x50\xae\xbb\xc5\x71\x7c\x78\x78\x52\x96\xbe\x85\x33\xe1\x74\xf0\x14\xc0\xe5\x4f\xc2\x5a\x3b\x4b\x01\x44\x14\x05\x55\x77\x7b\x00\xa0\x0e\x0a\x1c\xd9\x1b\x03\xa0\xa7\xc3\xf7\x7e\x5f\x27\x80\x65\xbe\x40\xe3\x61\x1e\x00\x97\x8f\x02\x81\xc7\x14\x01\x7c\x4f\x09\x8b\x9e\x3a\x04\x10\x46\x92\x38\xcb\x3e\x01\x10\x1f\x22\xd5\xcd\x13\x04\x90\x28\xaa\x7c\x40\xfa\x0d\x84\xa7\x6c\x56\xcb\x56\x1b\x43\x82\x12\x6d\xf5\xb7\x98\x23\x14\x62\xa4\xb3\xe5\x4b\xaf\x02\xd2\xb0\xbf\x93\xdb\x91\x18\x1c\x21\xca\x3d\x3f\x72\x7b\xf6\x08\xee\x9d\xfd\x6a\xfe\x42\xc9\x17\xac\xb1\x45\x50\x4b\x7b\x35\x1a\xb3\xd1\xf0\xe1\xb3\x9b\x75\xfb\x56\x16\x75\x1c\xc7\xb5\x1b\x84\x68\x3c\xcc\x57\xd0\x79\xfd\x23\xbb\x7a\x84\xe6\x43\x79\x88\x35\xaa\x5d\x6c\x2f\x4b\xfc\xd3\x87\xd2\xa8\x63\xce\xb3\xf2\x2c\xc7\xe4\xfa\x61\x8b\xdd\xab\xa3\x99\x8a\xe5\xa3\x96\xd7\x31\x4e\xe9\x74\xc5\x93\x56\xdb\xb1\xe7\x92\xef\xe7\x79\x5b\xd5\xe3\xe8\xe3\x03\x73\x5c\xad\x78\x70\x1d\xd1\x94\x8c\x2c\xab\x5a\x7c\x58\xf8\x50\x5a\x88\xd5\x1b\xfc\xab\xd0\x25\x00\xae\xa3\x82\x0a\x3b\xcd\x7f\xe5\xff\x68\x75\xde\x77\x8c\x15\x00\x06\x11\x3c\x8f\x99\x1e\x02\xd8\x0a\xf2\x75\x1f\x4a\xfc\x6f\x4f\x4c\xf4\x47\x11\x36\x36\xdb\x5f\x3d\x31\x99\xa7\xe5\x66\x25\x2a\xa0\x3a\xeb\xa2\x8a\x00\x7a\x1f\x92\x93\x29\xa3\xed\x62\xe6\x4d\xdd\x95\x6c\x68\x2a\xe0\xf9\x95\x64\x19\xda\xea\x72\x3e\xc1\x04\xff\xdc\x9b\x2f\x78\x7b\xfe\x07\xec\x84\x33\x57\x8e\x7f\x65\xca\x3a\x0f\x93\x6b\x9c\xff\x2c\xad\x29\x9c\xd6\x8b\x33\xcd\xa4\xdb\x38\xeb\xd8\x68\x3e\xfa\xd4\xb0\x66\xae\xbf\xfe\xfe\x23\x8c\xa9\xee\x8f\x6d\xd7\xf1\xeb\x3e\x94\x3a\x0b\x8d\x25\xde\xd2\xe1\x1b\xe5\x56\x71\x4b\x73\xc5\x8d\x35\xaf\xac\x2e\xac\x24\xe4\xde\x2b\x3f\x69\xed\xb1\x1a\x79\x75\x4b\xd1\x19\x1b\x11\x8c\x66\x7a\x53\x6e\xa4\xcd\x7b\xec\x89\x94\x4b\x99\x23\x76\x62\xd8\xb0\xa4\xb0\x34\x92\xdd\x6e\x9c\x64\xdc\x40\xea\x31\x5b\x47\x1c\x3e\x8a\x92\xe0\x69\xa7\x85\x8f\x0d\x5f\x04\xe0\xad\xe3\x9f\xd9\x75\x07\x40\x8a\x9b\xef\xcd\xee\x00\x00\x55\x03\xee\x67\x7b\x72\x01\x8c\xc7\xb8\x0d\x99\xa2\x01\xec\xb3\x78\xfe\x3a\x30\x0c\xe0\x9b\xca\x1b\x70\x6c\x37\x40\xc4\x09\x7e\x65\x16\x46\x80\x04\x41\x81\xdc\xb3\x97\xff\xd5\x13\xb3\x5b\x7a\x42\x2c\x0b\x1e\x14\xb0\x28\x4e\x2a\x47\x21\x5d\x05\x86\xea\x1d\x26\x9c\xd4\x43\x19\x88\x51\x97\xa7\x31\xe9\x6a\x9c\xbc\x7d\x44\x1c\x19\xb7\xe4\xef\xe4\xe7\x5f\x62\x88\x79\xe2\xfa\xed\x6a\xe7\x75\xbf\x15\x57\x5b\x8d\x9b\xca\x37\xff\x5a\xea\x37\x21\x0f\x32\xb4\x55\x2e\x29\xe8\x5d\x9a\xa4\xb4\x5f\xfa\xa8\x6c\x54\x36\xfd\xb9\x65\xfa\x49\x89\xb9\xe8\xac\x76\x33\x4f\xb7\x86\xc5\x9b\x79\xf3\x7a\x31\x9a\x0f\xa5\xae\xd6\x8e\x79\x61\xa4\x6a\xac\xf2\xba\xfd\xee\x25\xe3\xb2\xbd\xc5\xaf\x1c\x78\x97\xf5\x8b\x1e\xe6\xa9\x3b\xb0\xad\x90\x73\x4a\xaf\xde\x73\xd0\x5e\xfd\x90\xc5\x90\x61\xec\xb0\x82\xb1\x4d\xef\x4d\x0e\x75\x1c\xc2\x72\xa4\xa8\x26\x30\x3b\xe2\xb1\x73\x09\xad\x34\x0e\x26\x6a\xde\x29\x00\xf7\x35\xfa\x21\x00\x6f\x0f\xdf\xa6\x5d\xd6\x00\xd2\xe7\xf8\x86\x76\xd7\x03\xa8\xdf\xe0\x39\xcc\xa8\x0c\x60\xce\xcc\x75\x9d\xe9\x1e\x80\xcb\x5e\x6e\xd4\x41\xe5\x5f\x3d\x31\x31\xf7\x79\xe5\x98\xb7\x00\xa4\x57\x0b\xec\x3a\xf7\x02\x20\xef\xb8\x50\xef\x45\x14\x40\xe9\x43\xc9\x42\xd1\x2b\xf0\xb6\xd2\x53\x2e\x4f\xf1\x03\xf2\xa0\xac\x59\x35\xd8\x38\x9f\xba\xab\x80\xa2\xef\xe3\x79\x97\xa4\x91\x21\x67\xdd\x92\x30\x87\x53\x0e\x95\xf0\xc9\x2c\xaf\x5b\x95\xf3\x7a\x95\x16\xd0\x98\xb6\x54\x6f\x4f\x6e\x2e\x6b\x9f\x59\xe0\x32\x43\xbf\xfc\x7a\x8f\x69\x4a\xc4\xf8\xc8\x84\x4a\x97\xec\x60\x83\xc5\xc4\xe4\xd0\x1d\xee\xee\x66\x9b\x6d\x33\xe8\x5b\xbc\xad\x4f\xed\xf6\xcc\xd9\x37\x1a\xfd\xe9\x43\x29\xda\xe5\xb4\xba\x44\x57\x9e\x9b\xb3\xd7\x85\x7b\x79\x67\xc9\x19\x1a\x07\x93\xf4\xd6\x35\x6d\x55\x36\x7b\x94\xc6\xc1\xc4\xf4\xb8\x7a\x63\x90\x54\xad\x48\x21\xd7\x74\xec\xeb\x44\x74\x84\x9e\xcb\x47\x9c\x45\x5c\x68\xf0\x94\xeb\x13\x1c\x35\x5a\x09\x80\x4f\x85\x37\x76\x97\x11\x80\xdc\x1d\x5e\xab\xdd\x75\x00\xda\x4f\xb8\x5e\x32\x1a\x03\x58\x8a\x5e\xee\x65\x8a\x03\x70\xd7\xbb\xdc\x72\xa0\x06\x20\x2c\x99\x6b\xfc\x68\x1b\x40\xe2\x09\xae\xc1\x13\x72\x00\x39\x3e\xdc\xdc\x2c\x1f\x7f\xf5\xc4\x54\xab\x8b\x45\x09\x8e\x01\xd4\x8e\x4b\x9b\xc8\x1d\x82\x8d\x75\xe3\xca\x3b\xf5\xe3\xa8\x5c\x55\x6d\xda\x41\xee\xf3\x24\xde\x7c\x45\x8b\xab\x89\x65\x38\xce\xf8\xe7\x1e\x8e\x15\x22\xcb\x9f\xfc\xf4\x13\xef\xdd\xca\x5e\xe8\x73\xea\x6d\x22\x76\xa5\xcd\xe9\x99\xd7\xbe\x5d\x7e\x40\xff\x72\xbf\x8d\xea\xb7\xd1\xde\x5b\x3d\xfb\x1d\x8c\x26\x70\x5d\x05\x2d\x5b\x9c\x37\x4f\x6f\x69\xbf\x75\x5d\xd5\xa5\x6c\xd6\xf8\x66\x5c\xa9\x9f\x9b\xd0\xbc\xe1\x8d\x82\x3c\x0b\xf7\xd0\x1f\x4b\xd7\x15\xb3\x0c\x3d\x36\x2e\x6a\x56\x1d\x4f\x35\xf4\xa8\x5c\xca\x28\x63\x48\x64\xf2\x68\x59\x9e\x2e\x44\xc5\x8e\x79\xd8\xaf\x32\xe4\xbc\x8a\x9e\xf3\xb0\x58\xad\xba\x6a\x47\xe3\x60\x42\xd2\x3d\xe9\xb1\x6a\xc9\x78\x1a\x07\xe3\xf7\xce\x23\x1d\xb7\x12\x9d\x09\x20\x7a\x92\x0f\x18\xbc\x00\x14\x4f\xf1\x32\xee\xd9\x00\xa0\xa7\xc6\x59\xbf\xc7\xef\x17\x17\x44\xf3\xa3\x84\x3f\xbe\xe8\x7a\xd0\xea\x5f\x3d\x31\x6b\x1c\x44\xd5\x1b\xde\x7d\x6c\xca\x00\x0d\xf4\x22\x87\x04\x2e\x00\xb4\x10\x24\x86\x65\xae\xc3\xe1\x5b\x6d\x0a\x42\xba\x43\x54\xf5\x66\x61\x75\x53\xb7\xd3\x24\x95\xea\x39\x63\x9b\x84\x62\xec\xcb\x2c\x70\xbe\x5d\x39\xba\x38\x1d\x72\x30\x46\xaa\xe3\xe9\x58\xd3\x95\x8a\x5a\x89\x3e\xc3\xd7\x15\x2e\x74\x83\x06\x8f\x8f\xf6\x0a\xbb\x6e\xfd\x32\xf0\xb0\xfd\x26\xb7\x3b\x69\xbc\xb7\xdb\xb6\xda\xc1\xd3\x73\x4a\xef\x4e\x51\xbe\x9f\xcf\xe5\x99\xad\x6d\xec\x57\x63\xbc\x77\xcf\x4d\x34\x5e\x48\xdf\xe6\xad\xf0\xc3\xa5\x8e\x2e\x61\xaf\xef\xa6\x85\xae\x6b\x7c\xd1\x2a\xbe\xf7\x16\x57\x2b\x2c\xa3\x6e\x79\x97\x2d\x87\x17\x2d\xd0\x38\x98\xc0\x68\x5f\xd4\xaa\x6b\xf6\x95\xff\x70\x30\xc3\x57\x04\x71\x7f\x25\xc4\xf8\x1c\xf5\xb2\xc2\x2d\x44\xd7\x01\x08\xdd\xe0\xb6\xde\x25\x08\x80\x62\xbf\xac\xc2\xe0\x0b\x60\x54\x7a\x99\x89\xb1\x04\xc0\x69\xeb\xa5\x14\xa6\x46\x00\xff\x6c\x8e\xe3\xfb\xc2\x01\xe2\x74\x2f\xc8\xfc\xfd\x7b\x22\xfb\x13\x7b\xd3\xe1\x22\x80\x0a\x14\x7b\xc2\xd1\x62\x80\x1b\xd8\x4b\x77\x59\x96\x00\xda\xf9\xf9\x02\x38\x85\x00\x3a\x53\xc5\x8c\xa5\x62\x40\xfb\x1e\x46\x26\x49\xb3\x84\x6a\xdd\x59\xa7\x32\xe6\x32\x40\xe2\x6b\x0b\xd6\x3b\x99\x70\x0d\xab\x53\x6d\x60\xb3\x54\xdd\xf1\x39\x39\x7d\x57\x30\xef\x5d\xc6\xc7\x43\xd1\x3b\x0a\x5f\x3f\x68\xe8\xbc\x1f\xb4\xda\x3b\xf4\xd4\xee\x06\x77\x80\xc6\xa7\x1d\x4f\xad\x0a\xef\x05\xdf\xff\xe6\xd5\x4f\xca\x1e\x0e\x12\xfb\xee\xd3\xf5\x3e\x85\x3b\xe8\xf9\x74\x67\xfb\xe1\x58\xb1\xe0\x95\xd9\xbe\x9b\xa6\x51\xb7\x83\xa2\xe7\xdf\xd5\x7f\x8b\xe0\x0e\x0c\x5b\x48\xb8\xb6\x1a\xda\x1b\x50\xb1\xf4\x57\x85\x44\xc8\x81\x80\x9d\xcb\xdc\x25\x2c\x81\x11\x01\x1e\x2b\xf1\xf9\x87\x02\x6e\xf8\x2e\xae\x36\x5f\x35\xf4\xcb\xf7\xf3\xc5\xe4\xa4\x5b\xf9\xb4\xf8\xa5\x60\xfd\x93\x85\xbd\x31\xbe\xde\x38\xa6\x04\x91\x2b\x29\x3e\x63\xb8\xe7\x31\x96\x00\x62\x95\xdc\xfb\x77\x8d\x00\xa8\xd6\x5c\x66\xdd\xcd\x00\x60\x9e\x7e\x21\x83\xa1\x07\xc0\x2d\x8d\x83\x7b\x6f\x0d\x40\x28\x3d\xeb\x13\xc6\x64\x80\x14\xcf\xb3\x5f\x19\xc9\x00\x45\xc9\x67\xf3\x99\x6a\x00\xea\xd2\xcf\xb6\xed\xb7\xfe\xd5\x8f\xd2\x1d\xcb\xcd\xc5\xce\x01\xf0\x98\x51\xd0\x57\x98\x09\x52\x06\xb9\x24\xac\x55\x95\xa8\x2f\x9e\xf3\x2b\x54\xda\xf3\x93\x22\x1e\x33\xaa\xaf\xc4\xc6\x4e\xf3\x75\x98\x9a\xc7\x55\x1e\x7b\xae\x5f\x2b\xe6\xdd\xd7\x7e\xe1\xa6\x75\x5e\x77\xda\xd1\x87\xc2\xa5\x0c\xe9\x23\xb7\xcc\x9f\xcb\x65\x0a\x26\x7d\x78\x47\x1c\xfc\x9a\x74\x30\xf1\xdb\x57\x93\x87\x33\xd1\xdf\x12\x35\xbf\xa7\x77\x3d\x8c\xb8\x19\x6f\x33\x7d\xbf\xfd\x48\xf8\xc5\x98\x23\x73\xfb\x9b\xe3\x83\x27\x63\x72\x7f\x70\xd6\x8d\x05\x56\x44\x1f\x5d\xbc\x50\xb5\xe8\xff\x30\x1a\xbd\x24\x5f\xae\xf8\x3f\xfb\x70\x1c\xc3\xfc\xb1\xc7\x52\x56\x3d\xbd\x43\x51\xd8\xd1\x44\x47\x0f\xc9\x90\x57\xb8\xc0\xb8\x83\xee\x7f\x85\x1e\xc2\x61\xa2\x63\x01\x64\x4d\xb8\x58\xe9\xcb\x00\x34\x9d\x2f\xda\x33\x9c\x00\xb0\x42\xb1\x12\xe9\x1d\x00\xbc\x5c\xd8\x2e\xee\x61\x00\x88\x71\xdf\xb2\xf4\x8f\x07\xa1\x86\x99\x61\x17\x11\xa0\x7a\x79\x2d\xef\x29\x39\xf9\x82\xe1\x3d\x40\x5f\xd6\xa9\x2a\xa6\xe3\x00\xcf\x25\x38\x72\x4e\xf5\x00\xbc\xe9\xe1\x11\xbe\xfc\x0c\xf0\x9f\x16\x45\xe4\xe4\x2b\x91\xa3\x63\x32\x32\x82\x56\x23\x98\xa0\xcf\xfb\x54\xce\x45\x3e\x7b\xe7\x31\xb8\x60\x54\x5c\xf4\xb1\xab\xb3\xb7\xc0\xad\xbf\xb9\xab\x8c\xb9\x75\x3c\xce\xb7\x67\x63\xaa\x6a\x23\xb6\x5e\xf3\x51\x4f\xf8\xf1\xfa\xdc\xf7\xdd\x4f\xcb\x83\xee\x56\xf9\x8f\x3d\xeb\x0d\x0c\x38\x59\x6a\x37\x39\xdc\x31\xed\x77\xad\x40\x62\xe6\xe9\x2d\xf3\xff\x78\x40\xe6\xd2\x26\x16\x1f\x57\x74\x7a\x9d\x4c\xa3\x5f\x66\x2b\xd9\xec\xc1\x9d\x1a\xb2\xe2\x9d\x7f\xd6\x43\x23\x71\x6e\x55\x3b\xbb\xd9\x8d\x3d\x89\x1e\xe3\x91\xfe\xc9\x6d\x63\x5c\x13\x56\x2d\xf9\x8b\x4b\x40\xdc\x65\xdc\xd9\xf8\xdb\x4e\x8f\x63\xe6\xf0\xe7\xa2\xb4\x9d\x5e\xc7\x7c\xc6\x9f\x89\xb2\x02\x90\x0f\xbf\xe4\xb5\x2b\x1f\xc0\xe0\xc4\xf9\x13\xbb\x8a\x01\x1c\xde\x9d\xe1\xdc\x59\xff\xab\x17\x24\x69\x2d\xd7\xa4\xe5\x1c\x4d\x9b\xe9\x8c\xff\x9e\xbd\x6b\xef\xfb\x47\xe2\xe8\x6e\xff\x93\x7f\xce\x9e\x96\x65\x02\x80\x99\xb3\x17\xd3\xce\xb2\x02\x60\xbe\x0b\x6e\x91\x10\x43\xd2\x29\xac\x12\xb1\xc6\xde\x93\x7b\x96\xfc\x95\xea\x03\x29\x4f\x2b\xbe\x5f\xd1\x7b\x7b\x35\xac\x31\xe5\x7d\xbf\xe3\xad\xeb\x1f\x33\x6a\x86\xe2\xc2\x57\xee\x7c\x0e\xf7\x7f\xbe\xf1\xda\x8d\x6e\x4d\xcf\xce\x27\xf7\x5e\xaf\xf4\x9f\x70\xed\xeb\x39\x3e\x31\xdf\x35\xe4\xea\xd7\x66\x3a\x7d\xb7\xed\xb8\x4b\x78\xd3\xbd\x39\xa5\xa6\x1d\xae\x16\x35\x5c\x3f\xc4\x6a\x89\x2e\xe9\x95\x9a\x0b\xd8\xaa\x49\xe7\x90\xd2\x47\x4b\xf5\xa5\x4a\xce\x9f\x0b\xf7\x2d\xdf\x2c\xbc\xeb\xb4\x25\xbf\x63\xf5\x4c\xce\x01\xc7\xb2\x1c\x3d\x0c\x7b\xc6\x63\x87\xc0\xab\x66\x58\x81\x94\xbf\x1c\x7c\x33\xec\xb1\x1f\x13\x16\xd7\xf9\x8f\x0b\xa9\x97\xf0\xb1\xe1\x64\xdb\xae\x94\x04\xfc\x70\x98\x32\x80\x72\x35\xdb\xc7\x1d\x86\x00\xa6\xf6\x67\xb5\x76\x50\x01\x5c\x1f\x9f\xca\xda\x79\xf0\x97\x0f\xe3\xea\x25\xba\xdf\xbe\x7b\xa6\x79\xbf\x69\xf9\xf7\x97\x4d\x3f\x7d\x18\x2b\xda\x3b\xca\x7f\xbe\xf7\x67\x2b\x3d\x74\x83\xc2\x80\x60\x04\x4e\x8b\xb2\x4f\xaf\x50\x5a\x25\xee\xe9\x6f\x7b\xa5\x46\x1c\x56\xba\xe3\xf9\xa0\xab\x0f\x27\xac\xcb\x95\x30\x5a\xa1\xb7\xdc\x6d\xb7\xb5\xf4\x44\xcc\xc0\x6c\x62\x50\x64\xd3\x84\x8f\xe5\x2c\xba\xec\x76\x5b\xbd\xdd\xe4\xd4\xc0\x20\xc3\xdd\x5d\x96\xbc\x9f\x28\x53\xee\xed\x3e\x56\x31\x83\x30\x2b\xd5\xec\x46\xf3\x5f\x58\x67\xde\x8d\x5d\xdc\x54\xf9\xd4\x7a\xe5\x96\xce\x52\x41\x49\xbf\xf5\x4a\xc3\xd0\x32\xbe\x80\xce\xba\xba\x36\x76\x95\x2d\xdb\xc1\xba\xa9\xfa\xd6\x2a\x92\x41\xb5\x1e\x2f\xa7\x60\x9a\x53\x11\xab\x37\xa5\x99\xd8\xae\xc4\x1d\xd6\xbc\x45\xa7\x70\xa2\x71\x15\x56\x06\x05\x71\xb8\xa5\xa8\x69\xcb\x85\x3c\x2d\x7c\x74\x78\xa3\x45\x59\x8e\x1b\xc1\x3c\x28\x03\x40\xad\xfd\xec\xd2\xf6\x20\x00\x1b\xc2\x29\xa1\xed\xef\x7e\xe5\xbe\x49\xcd\xbf\xdf\x07\xb4\xdc\xf3\xd1\x6e\xba\xdf\xbe\xff\x5e\x3c\x42\xcb\x3d\xb6\xec\xa6\xa3\x23\xee\x03\x60\x23\x1f\x79\x36\x5d\x00\x3c\x7c\xb9\x02\xef\xdf\xc8\x53\x6d\x24\xaa\x35\xbc\xfb\xfc\xc9\xf4\xca\x9f\x1c\x55\x1a\x5a\x08\xfa\x7a\xae\xa1\x45\x39\xb2\xd8\x5d\x76\x17\x32\xba\x43\xc3\x97\xb5\xfc\x51\xe5\xd9\x5e\x87\x96\xce\x64\x3b\x57\x5b\xda\x7d\x5f\x48\x6e\x4f\xaa\xf5\x36\x7a\x3d\x5f\xff\x3d\xf1\xc6\xa4\xe1\x9e\xa9\xc8\xf9\xc7\xd7\x2d\x8c\xb6\xbd\x8b\x5f\xbc\x5c\xde\x62\x14\x35\xf8\x6d\x09\x57\xb4\xc7\x18\xf5\xf0\xcb\x8a\x6e\xae\x96\x89\xed\xbd\xd6\x55\x95\xac\x61\x93\xa1\xdb\xcf\x30\xe2\xe9\x1b\x4d\x26\x5b\x6a\xb1\x5c\x49\xaf\x4c\x1c\x9a\x6e\xe3\x36\xc4\xcd\x9b\x24\xd7\x75\xe1\x5e\x44\x7d\xa7\x79\x2f\x4c\xa5\xab\xf6\xe2\x73\xc2\x7a\x4c\x22\xca\xb7\x10\x6c\x82\xe8\x4c\x4e\x96\xb4\x11\xc6\xfd\xc6\x01\xf4\xfb\x4e\x09\x6c\x73\x06\xb0\x0f\xda\xf8\xcf\x39\xf0\xff\xb5\x0f\x63\xf6\xfc\xbf\x39\x10\x6c\x24\xc0\x56\x29\x3a\xba\xa9\x52\x00\x36\xb6\xa3\xfc\x6f\x16\x80\x9f\x5f\x54\xa0\xec\x11\x8a\x3a\x23\xb9\x53\x65\xe7\xad\x76\x0a\x0b\x2a\xc7\x22\xa5\xec\x0b\x49\x50\xaf\xc8\x4b\x2f\xd9\x0d\x3f\x60\x2b\x12\x55\xed\xff\x10\x2b\xe4\x23\x93\x11\xe7\xc6\x82\x39\x98\xe6\x9d\x13\x64\x1b\xb0\xd2\x57\xfb\xac\x50\xd8\xf8\xc9\xf2\xcb\xa7\xcd\xc5\xa6\xda\xb7\x96\x4f\x2c\x7e\x29\x26\x68\xed\x5f\xb6\x5e\x36\xc9\x8b\xd0\xe1\xf8\x56\xb5\x62\x99\x1d\xae\xab\xf5\x96\x7b\x55\x30\xb3\x42\x87\x32\x78\x1b\xb3\x98\x64\xa7\xbb\xfd\x71\x21\x76\x32\x16\xd1\x1b\xec\xf9\x8a\x3b\x1e\x6b\xa8\x17\xd4\xc5\x88\xdf\x15\x91\xae\x1f\x71\x5b\x0b\x2f\x15\xde\xa0\xef\x74\x6b\x0a\x3f\x18\x52\xa0\xd7\xd2\xec\x42\x28\xf6\xef\x34\x38\x71\xe3\x38\xa1\x30\x60\x87\xc1\xb1\xeb\xaa\x44\x16\x9f\x01\x00\x8b\xb9\x13\x31\x5b\xe6\x00\xae\x24\xaf\xe5\xff\x43\x6b\x1c\xc8\x9a\x1f\xa7\xc3\xf6\xf7\x7d\x30\x99\xbb\xb6\xfe\xc0\x7f\xe7\xbf\xe3\xaa\x00\x1b\xe2\xe9\xe8\xde\x46\x01\xb0\x9d\x3e\x5a\x31\x10\x07\xa1\x7c\x92\xdc\x09\xb7\x5d\x11\x05\xa9\x7d\x0a\x98\x9a\xdb\x94\x7b\x2a\x6f\x8c\xe9\xb3\xe7\xc9\x55\x7a\xda\x76\xd4\x68\x11\x62\xbf\xcd\x26\xdf\xcf\xeb\xfd\x17\xae\xf8\x2d\xf1\x42\xf1\x28\x9b\x3d\x38\xd9\x62\xe9\xa4\x67\xc6\x8a\xd8\x27\x77\x34\x53\xb6\xe8\xb0\x63\xae\xbd\x2b\x4e\xbf\xa1\xbe\x1f\x53\xb4\x9a\x99\x26\xa2\x9a\x80\xed\xc4\xf4\x26\xb4\xab\xbe\x9e\x1f\xc7\x96\xc4\xee\x54\xb3\xfe\x66\x8e\xbb\x16\x61\xa2\x11\x3b\x9a\x86\x6b\x89\x78\xad\xe1\x33\x6c\x83\x77\x0c\x3d\xa1\x19\xfb\xc4\x0c\x7f\x2f\xb8\x8a\xd6\xfb\xa1\xf9\xa5\x7b\x85\xd0\xed\x3b\xa9\xd9\xd2\x59\x44\xd4\xb9\x22\xa0\xf5\xe2\xb6\x24\xd1\xe2\x0a\xab\xd6\xc1\x56\x4e\x12\x9d\xdb\x4b\x00\xeb\x9e\x9f\xeb\xa2\xdd\x07\x79\xba\xbf\x73\x20\x03\x6a\x6b\xe7\xc0\x5a\xfe\x47\xae\xfa\x7b\x12\xbf\xff\x5c\xff\x77\x86\xb5\xfc\x77\x2d\x07\xe9\x67\x03\xd8\x49\xa0\xa3\xbb\xcb\x0b\xad\xbc\x79\x97\x50\xf5\xef\x91\x27\x92\x8a\x92\x3d\x45\xaf\xa9\x85\x2a\x82\x9a\x65\xc9\xea\x14\x36\x03\x11\xab\xb4\xe0\x51\x32\x8f\xd5\x8c\x73\x17\x8d\x7f\xb0\xd7\x22\x26\x46\x12\xfd\xef\x58\x1e\x21\xe0\xb3\x39\x83\xe5\x8c\x34\x08\x76\xf5\xd2\xa1\x54\xed\x65\xfc\x64\xff\x52\xf8\x3d\x75\x21\xfc\xd1\x2f\x81\x51\xad\x2a\xdb\xf1\x3e\xb8\xec\x70\x51\x94\x14\x9e\x80\x67\x0e\xe1\x50\xfe\x8a\x51\xc5\xdf\x0a\xdc\x8c\x9a\x9c\x2e\x24\x30\xfa\xa7\xab\x68\x7f\x35\x26\x64\xfb\xbc\x52\x89\x7a\xab\x4f\x14\xf1\xda\x81\xbe\x32\x12\x4e\xd4\xf1\xec\x42\x17\x3c\x9b\x22\x3e\x71\x7b\x85\xd6\x78\xfc\x88\xc4\xe5\xb2\x01\x1d\xf4\x80\x9f\x14\xeb\xd8\xac\xb6\xef\xfe\x53\x92\xb3\xd3\x04\x80\x57\xe2\xef\xf7\x01\x8d\x03\xe9\x5e\xe3\x60\x68\xdf\xbf\xff\xf4\xbf\xff\xd9\x87\x32\xba\x96\x7b\x3d\x88\x00\xf8\xfb\xb9\x71\x77\x1c\x80\xb5\xfa\x70\x50\xc3\x05\x98\xe2\x79\x7b\x7e\xb0\x4c\x0d\x0e\x4a\xd6\x88\x5e\xcc\xc8\x45\x6c\x51\x9b\x15\x1d\xa3\x33\xa8\x72\x7a\x1c\x7a\xaf\xfc\xf6\x50\x64\x2c\x8d\x2c\x97\x9d\xb7\x93\x1d\x5d\x17\x1d\x67\x6c\xcd\xc9\x9b\x83\xeb\x5d\x83\xcc\x33\x49\xed\xc9\x28\xf7\x7e\xc3\x61\x92\x62\xc9\x2d\xaf\x78\xed\x9b\xc4\x99\xd6\x6a\x6f\x61\xb5\x4d\xc4\xb7\xcf\xd0\x57\x0c\x50\xc1\x44\x9f\xf1\x03\xde\xe5\xff\xe9\xbd\x58\xe3\x1f\x14\x0e\xad\x9c\x21\x1d\x77\x24\xaf\xfb\x1e\xfe\xe0\x1e\x94\xf8\x47\xbd\x48\xaf\xec\x8e\x28\x25\x0d\x36\x93\xcf\x5b\xf7\x2a\xbd\x7c\xfa\x98\xac\x6d\x95\xf2\x5f\x0e\xa4\x7d\xed\x79\x40\xeb\x03\x59\xf3\x02\xd5\xfc\xfe\xfd\x37\xcd\x03\x41\xfb\xfe\xb9\x0b\x03\x70\xb4\x7a\x7b\x46\x23\x19\xe0\x1c\xcf\x01\xbb\x0a\x32\x10\x79\x43\xd9\x78\xb2\xdf\x40\xa0\x04\x2f\xef\x87\x04\x6b\xe4\xa9\x72\x91\xb4\x63\xf0\x49\x2a\x59\xd7\x44\x6d\x8b\x87\x2b\xf5\x90\x85\x99\xe1\x76\x1a\xff\x60\x55\x41\x61\xf1\x7f\x64\xed\x67\xba\x97\x72\x32\x26\xcc\x3a\xc2\x40\x8e\x5c\x9f\x23\x67\xaf\xa4\xbd\x9f\x6c\x7c\xbd\xd1\x51\x4c\x4d\x8f\x2c\x7d\xd7\xd9\xf1\x94\x0a\x23\x69\xf6\xf9\x63\xa7\x69\xc5\x6c\xd2\xfd\x89\x77\x4e\x93\xf2\x3a\xa4\x61\xd2\x59\x47\x99\xff\x78\x1f\x7a\xc8\x2a\x64\x2f\xb3\x11\x99\x57\x2b\x47\xc8\x95\xa6\x31\x32\xc5\x73\x1d\xe4\x79\x63\x55\xd9\xc0\xf1\x5a\xf2\x77\x63\x9c\x0c\xf2\x39\x99\x22\x6b\xd0\x2e\x17\xfe\xe6\x26\x85\xc9\x68\xf5\x97\x0f\x84\x96\xff\xd3\xf6\xc1\x04\xf7\xbf\xf3\xef\xc5\xb5\xef\xd9\x3f\xe0\xd7\x7a\x10\xae\xff\xee\x81\xa0\xe5\xdf\x95\xd5\x00\xac\xbc\x07\x74\xf3\xa4\x00\x78\x83\xce\x4a\x24\x17\xc2\x3d\x71\x06\xce\xb3\x11\xb5\xc0\xa1\x14\x2d\xf2\xd1\xb7\x01\x49\xd5\x3e\x2e\x5f\xe4\x5c\x40\x7d\x6b\xba\xac\xde\x6d\xa3\x42\x55\x76\x88\xd6\xbb\x67\xde\x41\xdd\xef\x5d\x65\x18\x64\x0c\x94\x6f\x61\x31\xc6\x7d\x7a\x18\xca\x9d\x94\x15\x53\x6e\x2d\x7b\xca\xf5\x42\x07\x53\x0b\xb5\x14\x8a\x59\x7d\x91\x79\xbe\x8a\x00\x19\xb9\x97\x6c\x25\xa7\xf8\x91\x4c\x78\xf1\xd9\x32\x46\x5e\x82\xfc\x62\xfc\xb8\xe5\x8a\x2c\x2b\x79\x05\xf7\xd9\xfc\x99\xf4\x7b\x8a\x3d\x79\xd4\xd8\x7a\xdd\xf7\x90\x4c\x95\xa5\xf4\x6a\xd5\xfd\xc9\x3d\x48\x3e\xf9\x61\x4e\xf9\xa8\xb5\x5d\x2a\x74\x92\x9f\xf2\x5c\x6b\x01\xa0\x6c\xcd\x8f\x75\xbf\x92\xee\x37\x1e\x8c\x8a\xa2\xfb\x57\x0f\xc4\xe7\xb5\x9c\xf7\xf9\xda\xfa\x3b\xd7\x38\x80\xba\x96\xdf\xf3\xef\xfc\x8d\x00\x67\xb3\x99\x4e\xa7\x49\x01\xf0\x1c\x61\x26\xc7\x1c\x82\x1f\xa2\xcf\x2e\x58\x04\xba\x80\x97\x62\x2e\xbf\x86\xbb\x38\x6c\xd7\x74\x10\xf7\xb5\x6b\x41\xb4\x4d\xc2\x95\xde\x59\x7e\xa4\xbe\xb6\x5d\x54\x1f\x33\x35\xa7\xf6\x79\xd8\x68\x9e\x33\x48\xa1\xbe\x0c\xb4\xd6\x08\xd5\xcd\xa7\x66\xc6\x14\x68\x17\x68\x72\x52\xed\xae\x2a\xe9\x6a\xab\x0e\x53\xd5\xcb\x36\xeb\x2e\xa2\x2e\x52\x59\x9b\xdc\xf4\x28\x8a\x1f\x28\x4b\x5d\xdf\x0d\xaa\xe5\x5a\xa9\x74\xcf\xca\xf4\xcf\xca\x3c\xa7\x3c\xfd\x72\xd8\xc0\x47\x0a\x47\x59\x5d\x48\xd3\x53\x92\x7c\x40\xe5\xa2\xdc\xd0\x0e\xf8\x0f\xf7\xc0\x89\xa0\xa8\xef\x15\x86\x45\x73\xa8\x09\xc8\x5f\x72\xf3\x62\xa9\xd8\x45\x6a\x87\x92\x1c\xc0\xad\xd7\x74\xbf\xf1\xb1\xab\xff\xac\xe7\xcf\x3e\x98\xc1\x35\x0f\xca\xfd\xb5\xfd\xd1\x98\xb1\x96\x7f\xaf\xe5\xc1\x05\x8f\x01\x8e\x3c\xd8\x7a\x26\xf5\x30\x00\x33\x89\x9e\x3d\x8e\x0b\x80\xeb\xfb\x71\xff\x10\x77\x00\xd1\x08\xd6\x13\x5e\x24\xb8\x27\x1f\xc8\xe9\xe5\xf4\x1a\x1c\xd5\xc4\xf8\x67\xac\x4b\x91\xcf\x06\x69\x52\xdb\xff\xd3\xfb\x70\x1c\x09\xbd\xd2\xa6\xf0\x5d\xe7\x1c\x72\x3e\x4c\x4c\x65\x4e\x83\x1b\x39\x93\xb8\x0f\xbd\x07\x4d\xa5\xae\xe6\x72\xa9\xa1\x68\xfc\x83\x62\x3c\xb5\xb9\xc9\x48\x23\x52\x2e\x80\xda\xd7\x79\x42\x7d\x8b\x4c\x04\x35\xf3\x69\xb1\x46\x9e\x14\x37\xb5\xe9\xed\x73\xb5\x6b\x92\x12\xd4\xd4\x19\x19\xf5\x9a\x7f\x7a\x1e\xf8\x54\xbb\xd7\xfb\x2e\xd6\xf2\xfe\xf5\xdc\xdf\x10\x21\x20\x57\xc5\xbb\x7f\xed\x83\x19\xfc\x3f\xf3\xc1\xda\x39\x28\xfc\x3b\x07\xd4\xbb\xe6\xc7\x68\x91\x5c\xcb\xbf\x91\xb5\xfc\x7b\xcd\x7f\x10\xd7\x00\xf0\xf7\xef\xcf\x20\x22\xc0\x56\x7f\x3a\xba\xd0\x11\x80\xcb\xaa\x87\xef\xfb\x3e\x02\x10\x3d\x7d\x46\xcc\x8d\x09\xde\xcb\xad\x72\x58\xd9\x31\x40\xbe\x2a\x3d\xb7\xbf\xf9\x3e\x10\xd5\xdb\x20\x04\x46\xb6\xb0\xc3\x04\x11\xeb\xd2\x4f\x47\xe6\xec\x12\x25\x33\x74\x14\x91\x97\x1e\x49\xd2\xe9\x9a\x4f\x91\xa7\x7e\xc6\x32\x1c\x6a\xc2\x48\x7b\xe4\x3d\xd9\x18\x95\x97\xc8\xd5\xe4\xaf\xf2\x01\x4a\xf3\x48\x78\xee\x7d\x05\x55\x05\x2b\xc4\xa5\x22\x53\x71\x9f\xdc\x7e\x44\xa1\xa9\x41\xa9\x56\xe6\x24\x22\xd5\xa1\xaf\x14\x23\xe5\x8c\x9c\x7a\x54\xa0\x5c\x2c\xb1\x80\xec\x7b\x25\xa1\x3c\x2c\xd6\x83\xc8\x7d\x5b\x54\x58\x14\x7d\x86\x98\xcd\xbb\xc9\xfb\x8b\x06\x23\xfe\xc8\x2e\xb9\x68\x11\x6e\x64\x00\xb1\x90\x32\x15\xce\x43\x66\x91\x18\x89\x48\x80\xcf\x56\x74\xff\x87\x07\xe3\x4d\xdb\xda\x73\xc0\x71\x8d\x03\xdb\xfb\x73\x5e\xd3\x5d\xf3\x60\x8c\xfd\x9c\x49\x9b\x7f\xce\xd0\xf0\xb5\xa9\x0d\xc0\x6c\xbe\x93\xde\x67\x16\xe0\xc2\xee\xbd\x2c\x1e\xa9\x00\x42\x32\x27\xff\x72\xf8\x0c\x20\x63\x74\x8e\x6c\x15\x0f\x77\xd0\xe7\x38\x0d\x8d\x57\x20\x51\xcb\x9a\x87\x4b\xff\x33\xa8\x1a\xc9\x08\x9a\xe9\x9a\x81\x80\x15\x5e\xf8\xab\x66\x1a\xc8\x38\x79\x08\x1b\xd1\xf8\x07\xd5\x5d\x70\x20\xa8\x54\xfc\x38\xaa\x0f\x99\x8f\x1d\x95\x5c\xa6\xf1\x0f\x0a\x06\xc8\xfd\xfc\x51\x19\x1b\xd9\x79\xa4\xb7\x42\x4e\x7a\x4c\x86\x1d\xa9\xbe\xf1\x41\xf6\x92\x94\x2d\x92\x76\xe7\x8c\xdc\x1e\x09\x66\xa4\xbc\x4f\x58\x26\x56\x3c\x05\xf1\x18\x7c\x21\x47\x14\xed\x41\x92\x3f\x34\xca\xee\x13\xc9\x47\x2a\x67\x76\x49\xf7\x8b\x5c\x40\xda\x56\x7b\xa5\x66\x85\x0f\xc3\x66\xa4\x42\x8c\x4a\xe3\x60\x96\x0d\xff\xf0\x60\xfc\x0f\x0e\x28\x3f\xf8\x77\x0f\x46\xc4\xc8\xcf\xe9\xbd\xe6\xc3\x70\x98\x01\xf8\x4b\x81\x8e\xce\xed\x26\x00\x5b\xc0\xee\x2a\xc7\xdb\x00\x42\x27\x8e\x75\xda\x68\x01\x48\x6f\x3b\x5d\x6f\xda\x0a\x4b\x4a\xaf\xcf\x6f\xd5\x6b\x82\x67\xea\xca\x1c\x57\x74\xea\x21\x4b\xaf\x95\x7b\xbf\x56\x01\x44\x9b\x1d\xe1\xdd\xaf\x7e\x19\x92\x6d\xf9\x78\x16\xd5\x6c\x40\xcf\xbd\x54\x90\xa8\xb2\x05\x5c\x7d\x76\x0a\xf0\x28\x33\x82\x41\x48\x97\xd0\x76\x25\x4e\x60\x89\xdf\x2f\x26\x48\xe3\x1f\x64\x77\xc3\xc9\x7c\x01\xd1\x79\xe9\x3b\xb0\xbd\xdc\x4b\x9c\x57\xb2\x0d\xc1\xdd\xe8\x93\xd8\x25\x6e\x07\x0c\xad\x62\x62\xe7\x45\xdf\xc3\x96\xfb\x75\x62\x68\x91\x1c\xd8\x32\x40\x10\x3b\x2c\xdc\x8f\x60\x46\x4f\x8a\x6f\x17\xe6\x40\x96\xbe\x65\x89\x0b\x09\xe9\xc0\xae\x99\x0d\xa2\xa5\x34\x1f\x0e\xed\x1c\xfc\xff\xc7\x01\xa5\x6d\xfa\x39\xa3\xe3\x7f\x4e\x7f\xd6\x9f\xd3\x79\xf5\xe7\x34\xb7\x03\xa0\x63\xa4\xa3\x73\xc8\x05\x60\x75\xa2\x9f\xb5\x31\x01\xe0\x7f\x71\x78\xbf\x79\x11\x80\xc4\xea\xc9\xe7\x06\x6a\x00\xf2\x23\xa7\xbd\xb5\xc8\x80\x45\xa3\x58\x0d\x35\xee\xc2\xb0\xb6\x18\x7b\x85\x5a\x2b\x3c\x31\x12\xbf\xc8\x8f\x96\x80\x37\xa6\xf9\x1c\xbc\x2a\x1c\xd0\xe4\xc8\x78\x79\x0a\x95\x0d\x29\x9e\x1b\x79\x4d\x95\xba\x21\x30\x40\x85\x9f\x53\xbe\x06\xd2\x42\x87\x78\xbd\x64\xef\x40\x54\xec\x07\x3e\x1b\x19\x25\x70\x48\xf7\x15\x48\x90\xda\x0b\x0e\x79\x5e\x02\x9a\x92\x74\xa0\x5b\xb6\x4f\x30\x47\xe2\x2d\x1c\xaf\x4b\x16\xf5\x12\xad\x03\xd4\xcd\x56\xc1\x57\x22\x93\x70\xb1\xeb\xb6\x70\x8b\xf0\x34\x5c\xee\x9b\x13\x56\x15\x02\x38\x3b\xb8\x43\xf8\x8b\x60\x3a\x48\x8e\xfe\x10\x24\x02\x6c\x9c\x93\xac\xfb\x7b\x5f\x9c\x36\x97\x7d\xbf\x85\x00\xc0\x7e\x4d\xaa\x63\x87\x13\x80\x08\xab\xd4\xe8\xde\x22\x00\x69\x29\x99\xae\x83\x0d\x00\x2a\xda\x8a\xdc\x27\xdd\xfe\xc5\x83\x7c\x42\x63\x2f\x60\x01\x4c\xef\x68\x69\xf0\x8e\x02\x98\x37\x1b\xcc\x48\xf8\xc2\x4d\xf3\x3e\xb3\x78\x45\x5b\x90\xb2\xf0\xb1\x97\xd0\x8c\x47\xee\x99\x8d\x78\xbb\x1b\x3b\x23\x22\xc6\x59\x51\x0d\xd6\x85\xd4\x68\xc3\xd3\x99\xd5\x2e\x4d\xd4\x53\x3a\x83\x15\x3f\x3c\x9e\x52\xca\x35\x43\x5a\xca\x7d\x42\x29\xba\x6a\xb6\x3d\xad\x7e\x0f\xc9\x73\xe8\xdc\xe7\x6a\x41\x87\xc8\x1f\x95\x5f\x7c\xd8\x16\x88\x27\xfb\x28\x3a\xfc\x78\x1a\x12\x4a\x1e\x91\x2f\xc4\x5b\x06\x9e\xa0\xb8\xcb\xf9\x13\x14\xbc\xf3\x09\xed\x72\xaf\x08\xea\xde\x65\x4b\xc7\xe5\xc6\x88\x5b\x3c\x72\x26\xee\x2b\x2c\x13\x5e\x78\xe1\x3f\xf1\x2b\xd6\x12\xd9\x3d\xf7\xbf\x2a\x53\xaa\x26\x26\xb9\xef\x7d\xe1\xa4\xdc\x43\xac\x77\xab\x7d\x58\xa7\x72\x9c\x38\xe9\x5a\xdc\xcf\x8a\x5a\x26\x89\x39\xf3\xdc\xdf\xa2\x82\x23\x99\x3a\xe5\xdc\x61\x45\x0b\x93\xbe\xd8\xe1\x01\x36\x7a\x8b\xff\xd3\xb7\x4a\xe3\x41\xb8\xbe\x4a\x1d\xa0\x37\xfa\x17\x07\xf1\x55\xe6\xf1\xa1\xa1\x7f\xf1\x20\xb6\x4a\x61\x67\x0a\x00\x8c\xc8\x2a\xbc\x17\xae\x01\x58\x76\xab\x8f\xf1\x5e\x02\xb0\xc4\xeb\x7b\x48\xd0\xc1\x7d\x4b\xbc\xc9\x77\x85\x72\x60\xb2\x9a\xb5\xad\xd7\xc9\x43\x8a\x2d\x6e\x7b\x09\x99\x72\x23\xdb\x4c\x9d\x22\xa6\xec\xb8\xa9\x92\x46\x1f\x33\x78\xdd\x5f\x50\x5e\xe9\x3e\xa8\xd4\xf1\xfe\x8b\x72\x4e\xfb\xd4\x4d\x24\xf0\x12\x79\x44\xfd\x6a\xaf\x76\xb0\x1f\x39\x0e\xbd\x3a\x98\x15\xaa\x4f\xe6\x44\x69\x7e\xd1\x08\x77\x22\xe1\x14\x67\x17\x31\x11\x8e\xe4\x38\x85\x13\x38\x7c\x70\x26\x65\x9b\xbc\x28\xbe\xd1\x5f\x05\x63\x2d\x7f\x8d\x70\xd0\xd7\x74\xe6\xab\xc2\x0b\x82\x91\x4f\xf4\xd7\x4b\x4a\x0e\x04\x7b\x1f\xdc\x9b\x50\x65\x0e\x02\xce\x0b\x3b\xcc\xa1\x3c\x45\x54\xf1\x3c\xfb\x98\xa0\x62\x44\x74\xf4\x18\x7b\x20\x85\x3e\x47\xcc\x73\x5f\xea\xee\x45\x87\x10\xf1\xae\x99\x77\x67\x55\x37\x91\x94\x9d\xbd\xdb\x86\xd0\x54\xd2\xff\x8f\xb0\xb3\x8c\x8a\xb2\xfb\xfe\x3e\x8a\x82\x01\x8a\x85\x09\x88\x22\x18\x74\x77\x77\xd7\x0c\xdd\x0d\x43\x77\x77\x77\x48\x37\x52\x52\x0a\x02\x02\x0a\x18\x18\xa8\xa0\xa2\x22\x2a\x18\x20\x06\x4a\x33\x3d\xb3\x9f\xa5\x32\xa2\xf7\x7d\xff\x9e\xff\xab\xbd\x5c\xcb\x17\x9e\xed\x35\xe7\x5c\x33\xfb\x73\x3e\xdf\x71\x67\x57\x80\xed\x0b\xd2\xdf\x7f\xf4\x81\xc2\x41\x08\x9c\x91\xab\xd8\x75\x7c\xa3\x0f\x4a\xbe\x0a\x5b\x0f\x3d\xfd\x0f\x1e\xa4\x56\x53\x91\xf3\xf8\x1f\x79\x39\x9e\x88\x2c\x29\x0c\x34\x3a\xf5\x9a\xaf\xa8\x0b\xc1\x6e\x07\x4d\xfb\x78\x44\x03\x19\x65\xaf\xea\x55\x66\xfd\x85\x74\xd3\x3a\x3f\x9a\xdf\xb5\x82\x74\xc4\x3c\x3d\x1b\xe7\x83\x22\xc6\x1b\x67\x55\x4b\x06\xf1\x11\xb7\x19\x7a\x74\x30\x85\xc9\x13\x34\xf4\x4a\x6e\x89\x46\x7f\xc7\xd7\xe8\xd0\x3f\x6d\x4f\x40\xe2\xaf\x69\x32\xbd\x75\x8b\x5b\xc4\x8b\xa8\x39\xac\x9e\x4c\x1c\x5a\xe7\x60\x66\x08\x77\x94\xdb\x31\xba\xa1\x49\xf3\x95\x2a\x38\x4c\x77\xc8\x99\x0f\x93\x6a\x57\x31\xd3\x21\xb4\xaf\xe4\x34\xb4\x30\xf8\x10\x6e\x0a\x07\xf3\xb0\x58\x4b\x08\xdb\x1c\xf0\xe8\xb7\x0f\x46\x50\x7b\x14\x17\xe0\x63\xd8\x37\xaf\x13\x82\x6b\xf7\xc2\x52\x38\x98\x76\x19\xdd\x52\xbc\x1d\xca\x05\x60\xc7\x80\x34\xeb\xcf\x3e\x08\xc8\xb8\xd2\xdc\x03\x10\x24\xcb\xa4\xef\xaa\xdf\xe0\x20\xd4\x44\xe5\x1d\x0e\x37\x03\x18\x3e\x57\x50\x64\x2e\x05\x30\xed\x51\xf2\x3e\x49\x05\x60\x4b\xaf\x16\x7f\xb6\x6b\x23\x2f\xc7\x45\xda\x90\x46\xf2\x2b\x3c\x70\x3b\x60\xf2\x58\xa5\x19\xb6\xba\x1c\xb5\xa3\x41\xf6\x92\x4d\x1d\xf0\x1e\x3b\x6c\xba\x48\x19\xb6\x6b\x11\xac\x28\x12\xb1\xda\xea\x54\x16\x75\xa0\x21\xe1\xa3\xe9\xd3\x2a\x54\x04\x3d\xc1\x1f\xb1\xd4\x21\x12\xad\x82\x27\xea\x35\x0e\x65\xc7\x69\xe1\x0d\x75\x84\x9f\x85\x25\xa5\xe3\x99\x34\xb9\x67\x9c\x92\xa5\xff\xe9\x85\x59\x4d\x57\xed\x46\xdb\x47\x23\x3f\xeb\xab\x27\xa2\xf3\xa3\x45\xdf\xe6\x6b\xd4\x60\x68\x23\xbd\x5e\x64\x68\x62\x30\xbe\xe1\xad\x23\xda\xda\x06\x98\xb1\xb0\x3d\x43\x5b\x75\xde\x63\x75\x82\x6f\xfe\xe6\x60\xda\xf4\x0e\x63\xdf\x05\x34\x52\x7c\x30\x14\x0e\xa6\xb5\x42\xbf\x0d\x4f\xe7\xa9\x0f\xb0\xe3\xa3\x64\xd6\x8f\x3e\xb0\x1f\x96\x66\xa4\xf5\xdb\xe0\x20\x64\xae\x4b\xdf\xdd\x2f\x01\xa0\x41\x2f\xe9\xc1\xb8\x15\x00\x61\x21\x97\xc2\xa4\x0f\x60\x75\x4c\xd1\xfd\xe4\x04\x80\xa3\x9a\xea\x95\x73\x6f\x01\x50\x55\x9a\xbd\x82\x91\xbf\xf3\x72\x9e\x78\x32\x18\xbd\x57\x29\x82\x6d\xa8\x60\x1b\x73\xe4\x27\xf2\x09\x97\x93\xae\xc1\xf6\xde\x24\x05\xfb\xd1\x70\x16\x2f\x2b\xa2\x80\xcd\x62\xfa\xe6\xd0\x78\x42\xac\xb9\x70\x65\x5b\xb4\x0b\x3e\xd1\xe8\xdd\x15\xee\xa4\x02\xbc\x9e\xfe\xca\x10\x36\xd9\x1c\x57\xab\x33\xff\x22\x34\x5d\x14\xa7\xaf\xc9\x38\xc7\x96\xa1\xf9\x3b\x27\x69\xdd\x0b\xf3\x4d\x58\x23\x7d\xed\x64\x52\xf2\x87\x33\x9a\x15\x6b\x5f\xe2\xad\x26\xa8\xb4\x86\xd1\xc9\x31\x3d\x8f\xa5\x74\x14\xd1\x98\x68\xea\x7b\xa7\x74\x6f\x62\xcc\x22\xad\x6f\x05\xeb\xc9\x61\x46\xc3\xa9\xff\x97\x0f\xa6\xe5\x90\x61\x1c\x2e\xd1\x57\xb6\xa1\x0f\xe1\x83\x1b\xf4\xfe\x0a\xc0\xd4\x28\xb7\x89\x1a\x07\x70\x66\x8b\xe4\xbb\x6d\x19\x00\x42\x46\xe2\xe5\xf4\x0f\x00\xe4\xb6\x4a\x4d\xec\xdf\x06\xa0\x39\x23\xd1\xc5\xb8\x1b\xc0\x84\x5f\x66\x95\x09\x01\x60\xa3\x29\xfb\x85\x55\x04\xc0\x35\x4a\x99\xf6\x6c\x37\x80\xa7\x89\xfa\x6d\x01\xc4\xef\xbc\x9c\xdb\xbe\xcf\x91\x25\x6a\xfc\xb0\xd9\xeb\xa3\x55\xaa\x51\x37\x69\xc1\xad\xc0\x25\xdd\x89\x8b\xb4\xd7\x29\x27\x78\x87\x8f\x36\x61\xc5\x76\x34\x6d\x29\xfc\x29\xe1\x84\xc5\xc7\x72\x88\xcb\xc6\xcd\x9b\xa8\x74\xcc\xa7\xcd\xe3\xaa\x0d\x6e\xdd\xbd\x97\xb1\x0b\x3b\xab\xdb\xfa\xd2\x31\x9b\x80\xb5\xd3\xda\xfd\x2d\x32\x6f\x2b\xc5\x0b\xb3\x2a\xa6\xde\xb5\x9a\x97\x52\xfd\x99\x53\xd3\x61\xed\x60\xf2\xe1\x89\x32\x1d\xfe\x35\x54\x52\xde\xe3\x5b\xba\x2d\x6b\x6b\x09\x51\xc3\xb2\x7a\xd3\x68\xbd\xf8\xbd\x37\x3e\x19\xec\xc4\xec\x89\x8e\xfd\x5f\x3e\x98\x56\x1b\x44\x24\x76\x31\x50\xa1\x2e\xc6\xe8\x31\xee\x78\x40\x44\x6d\x21\x92\x80\x2b\xf0\xd5\x04\x60\xde\x23\x73\x65\x0b\x23\x00\xd7\xaa\xa4\xeb\x8e\x86\x7f\x73\x10\x94\x9c\x18\x53\x90\xdc\x71\xa4\xe0\xdf\x3c\x88\x9f\xbb\x0a\x3f\x1f\xcb\xef\xbc\x9c\xf1\x20\x17\x83\x19\x95\x77\x94\xdc\x20\xd2\x57\xcf\x59\xa7\x18\xa7\x9b\xc4\x6e\xd7\x49\x7f\x57\xff\xcf\x84\xcb\x0e\xe7\x93\x92\xa3\x0e\xe3\x2f\x58\x75\x94\x5d\x49\x0a\xc0\xbd\x33\x61\xba\x32\x98\x2e\x87\x25\x19\xbe\xbf\xfb\x2d\x47\x0e\xcb\xa9\x3b\xff\xfa\x65\xfe\xd9\x7f\xe6\x24\x7d\x3f\xa3\x65\xbc\xa2\x9e\x7d\xe0\x9d\x94\x0e\xd3\xaa\x74\xfa\xbd\xe7\x3b\xf4\x6c\x56\x2f\xa4\xdd\x78\xb0\x5f\x7f\x70\xad\x38\x69\xe8\xf6\x01\x43\xd7\xb5\x89\x44\x18\xd8\x6c\xf8\x10\x9d\x15\x97\xd1\x5d\x86\x54\xc6\x30\xc4\xa8\x5e\x46\x18\x51\x61\xee\x46\x44\x53\x7c\x30\x0d\x75\xc6\x8e\xd8\xf4\x10\xd1\x5a\x69\x63\x2d\x1c\x73\xc0\x85\x4a\x55\x13\x0f\x9c\x93\xdf\x02\xc0\xf1\x4c\x99\x2d\x5b\x39\x01\x38\x4d\xc4\x55\xb6\x57\x00\x88\x3d\x13\x1b\xda\xfd\xea\x0f\x0e\xc2\x5e\x3c\x81\xf1\x21\x80\x75\x86\x78\xdd\x51\x76\x00\x17\x01\x89\x06\xe6\x69\x00\x6f\x46\x39\x66\x8e\xbb\x00\x41\xf2\x8a\x4b\x3c\x0b\x00\xe1\xbc\xea\xef\x25\x72\x7e\xe7\xe5\x88\x85\xae\x19\x2f\x19\xb6\x92\xc6\xfd\x2b\x1c\xd8\x5c\x18\x88\xd9\xa8\xaf\x3e\x69\x81\x8a\x84\x5d\xce\xa8\x84\xbc\x78\x5b\x3c\xab\x35\xb9\xac\x2a\x4d\x00\xb7\xcb\xf4\xcd\x95\x88\x9c\x36\xec\x2e\xe4\xbe\xfb\x02\x05\x8f\x30\xfe\x7a\x36\x53\x07\x8a\xf7\x50\xf8\x8f\xd5\x5d\x5a\x22\x4b\xc4\x7c\xda\x99\x36\x9d\x0f\xcb\x95\x79\x19\x13\xe1\x7a\x2f\x56\x4c\x72\x74\x1f\xd5\x19\xee\x59\x3d\x95\x59\x7a\x07\x85\x30\x58\xbd\x93\xce\x35\x40\x83\x74\x5e\x3b\x9f\xdc\xd3\xe5\x68\x9c\x89\xde\x9c\xc4\x72\xf9\xab\xc9\x55\xb4\x64\xa2\x60\x53\x83\xc9\x20\xc6\x39\x7a\x5f\xfd\x3d\xd3\x7a\xcc\xc5\xc8\x87\x35\xa7\xcc\xba\x31\xa4\x88\xc3\x15\xa9\x66\x4c\xd8\x89\xa0\xfb\x25\x3c\x66\x1f\x71\xa2\x01\x91\x00\xcc\x1a\xe2\x68\xea\x0f\x00\xbc\x78\xb1\xa2\x9d\x69\x00\x92\x2e\xa2\xf1\xbb\x9f\x00\xa8\x57\x8a\x49\xee\x1b\x02\x40\x44\x89\xec\x3f\xc0\x0e\x60\x2b\x2b\x1a\x7c\xf8\x0e\x00\xca\x4d\x92\xff\x78\x12\x80\x3f\x56\xfa\x0a\xfb\x14\x40\xf8\x59\xf9\x37\x3c\x96\xbf\xf3\x72\xd6\x62\x1b\xb4\x35\x94\x06\x81\x29\x4a\xd5\xf8\x20\xf2\x01\x69\x22\x64\xd4\xb6\xd9\x45\x8c\x48\xef\x65\xef\xd9\x17\x76\x18\x5f\xe9\x7a\x31\xce\x25\xe9\x12\x2e\xc3\x4e\xa5\x44\x27\x8b\x9f\xc2\x05\xa1\xd7\x90\x84\x07\xaf\xca\x6a\xd7\xbe\xe9\xd3\x4e\xdb\x56\xe5\xa0\xfd\xb4\x5b\x16\x7a\xca\x8d\xbe\xef\xd5\x19\x59\xbc\x59\xa2\x31\x19\xa1\x7f\x71\xa9\xbd\x70\x7c\x34\x0d\x51\xb5\x1c\x91\x5f\x79\x67\x0a\x79\x6b\xa5\x21\x47\x95\x92\x0b\xd4\x73\xc4\x84\x76\xed\x6c\x9a\x50\x7b\x91\x69\xe4\x5a\x5d\x8a\x40\x13\xb3\xd9\x14\xda\x35\xa1\xa9\x8e\xd5\x22\x07\x1d\x9f\x60\x47\xf1\xc1\x94\xbf\xb4\x38\x83\x3d\x14\xde\x52\x9c\x61\xc9\x8f\x75\x08\x85\x02\x75\xcb\x83\x58\x62\x90\x36\x00\x2b\xab\x78\xec\x56\x3a\x00\xbe\x3e\xe1\xe7\x3b\x1d\x00\x64\xe4\x45\x26\x18\x58\xfe\xe0\x20\x90\x42\x6c\xfb\xaf\x02\xd8\xf7\x89\x8c\x1d\x9e\xdf\xe0\x20\x42\xd4\x24\x03\x4e\x8d\x6c\xe4\xc4\x24\x92\x94\xee\x89\xa9\x02\xa4\xb0\x69\x30\x2a\x6e\x07\xa1\xa4\x04\xc3\x93\x08\x47\x12\x29\xb2\xd5\xea\xaa\x53\x0e\x61\xce\xbf\xd2\x3d\x2c\x3c\x13\x7f\xcc\xfd\x62\xf4\xd1\x34\x6f\x6c\xb7\x43\x6e\xb1\xc8\xf9\x54\x0c\xab\x65\x62\x07\xb9\xec\xe6\xda\x84\xd1\x85\x91\x85\xea\x95\xd5\x65\xbd\x95\xcf\xe6\xb5\xf7\x56\x3f\xe8\xcc\xcd\x97\x57\x0b\x7f\xb8\x61\xe0\xb5\x50\x50\x29\xf0\x2c\x0b\x99\xbc\xe8\x5e\x2e\x70\xaf\xd5\x44\x66\x49\xa9\x64\x6a\x90\xd3\xd4\x7b\x39\xb5\xc0\xbd\x67\xd0\x4c\x60\xa5\x20\xd7\xa3\xfd\x9d\x39\xd7\x6a\x76\xa6\x6f\x13\xd1\x42\x73\xcd\x33\xb5\xa5\xf6\x9a\x25\x76\xed\x75\xf2\xa7\xca\x65\x2b\x4d\xf4\xa5\xf8\x9b\x14\x1f\x4c\x31\x9d\xd5\x1b\xcc\xed\xc8\xef\xf9\x7c\xd6\x38\x0c\x29\xe2\x5a\xae\xb7\x35\x02\xdb\x1f\x72\x10\x80\x35\x41\xf4\xc1\xd6\x3d\x00\xc2\x06\xc2\x2e\xf4\x76\x00\xb2\xcb\x42\xed\xbb\x8d\x37\x38\x08\xb3\x24\x81\xf7\xfb\x0d\x01\x5c\x56\x44\xb7\x1f\xad\x07\xf0\x9d\x15\x96\x3b\xf6\x02\x20\x6a\xaf\xe8\xd7\x93\x69\x00\x89\x9d\x92\xd3\xe7\x82\x00\xd2\x45\x15\x10\x22\x6f\x01\x9b\x71\x5f\xdd\x4f\x69\x14\x38\xd3\x5f\xeb\xfb\x23\x8f\x91\xe6\x93\xb6\x9a\xfb\x3a\x47\xff\xf6\xc4\x34\x78\x09\x46\x18\x67\xc6\x62\x66\x9c\x6f\xe7\x5f\x2b\xb6\x43\x8b\x59\x87\xb5\x5f\xaf\x36\x5a\x2d\x31\x7e\xf8\x38\xa7\xc1\x7d\xa5\x4f\xbf\x74\x6e\xd3\xc5\xfe\x6f\x67\x0d\x36\x7f\x77\xaa\x6b\x9c\x90\x35\xda\x35\x5f\x71\x61\xd7\x43\xa4\x29\xfb\x42\x68\x35\xf5\x2d\x6a\x33\xae\x25\x89\x52\xeb\x5e\x03\x8b\x4d\xcb\xa7\x8b\x0c\xdb\xa5\x2d\x93\x56\xb8\xce\x57\x37\xbd\xb1\xea\x5a\xa5\xca\x71\xad\xfd\x60\x1d\xbc\x8a\xcb\x90\xaf\xac\xb4\xe9\x58\x0b\x4f\xdb\x5c\xba\x6c\x93\x8e\xb6\x49\x2c\xa7\xe4\x22\x9d\x97\xb3\x45\x61\x92\xa2\x93\xb2\x33\x6d\x2f\x60\x4f\x46\xd0\x66\x64\xd9\xdd\xc7\x8a\x86\x57\x03\x70\x7c\x16\x1d\xa5\x2d\xd8\x98\xff\x2b\x96\x08\x0a\xec\xd6\xdf\xe0\x20\xac\x96\x05\xd8\xf7\x3f\x07\x40\xe5\x09\xc8\x1c\xa2\x06\x08\x4e\x15\x56\x67\x8e\x07\x88\xdd\x23\xfc\xee\x04\x1d\x40\xda\xb8\xb8\xc1\x99\xbb\x00\x39\x5b\xe5\x77\x8b\xee\x06\x38\x4f\xad\x72\x42\x61\x3f\xc8\xe6\x8d\xea\xb8\x1b\x0e\x90\xe6\x32\x64\x4d\x88\xce\x9d\x84\x9b\x31\x1f\x9d\xe2\x23\xcd\x71\x9b\xfc\x4c\x82\x5d\x73\x9b\xd0\x6f\xdc\x6a\xf2\x1e\x56\x7c\x5e\x93\xb1\xe5\x6f\xd7\xae\x9b\x5c\x29\x31\x31\x7b\xfa\xb6\xd9\x85\xe2\x85\x79\xd7\x63\x94\x3d\x37\xda\xbc\x73\xd4\xcd\xcc\xee\xbb\x4b\x03\xea\x66\x82\x65\xeb\xbc\x6f\xed\x72\xdf\x56\x2b\xf3\xc5\xd3\x95\xed\x97\x73\x6c\xac\x96\xcc\x4a\xdf\x37\x23\x6d\x26\x97\x03\x0b\xa7\x6a\x5e\xd9\xdd\x59\x09\x39\x7f\xa4\x3c\xda\xbe\x6b\x55\x35\x7b\xa4\xd8\xc5\x41\x76\x95\x94\xd1\x5d\xc0\x6b\xff\x66\x6d\x25\xe5\xd0\x6f\x1f\x8c\x8e\xc3\x1c\xc6\x2c\x66\x24\xb5\xdb\x11\x85\x69\x8c\x66\x49\xae\x75\x50\xc3\xc6\x87\x4e\x03\x9c\xee\x17\xce\xa3\xad\x03\x10\x29\x13\x4c\xa3\x7b\x0a\xa0\xc2\x2a\xd8\xcb\x70\x0e\x00\x11\x28\x20\xb4\xd7\xf3\x0f\x0e\x82\x91\x8f\x8a\xf1\xc7\x7e\xc0\xc0\x1f\x79\x34\x18\x20\xb9\x46\x60\xec\xb8\x3a\x40\xce\x37\xe1\x2e\xf6\x6b\x00\x85\x4e\x52\xe7\xf8\x33\x00\x4a\x0f\x2a\x72\xc8\x31\x83\x4d\xc9\x63\xcd\x53\xfa\xc6\xe4\x1d\xf9\xd2\x48\x5d\xa7\xfd\x84\xd9\xd4\x74\x3b\x96\x88\x33\xd8\xcc\xa0\x5e\x7f\xcd\x7c\x24\xfa\x8c\xc7\xdd\xac\x9b\x35\xe6\x2b\xab\xf6\x66\x97\xfb\x9a\x35\x96\x2a\x4d\xdb\x5e\xf0\x75\xc4\x7c\xbe\x67\xcc\xf0\x39\xad\x83\xf8\x6c\xcc\xbc\xe6\xab\xc3\xa5\xe8\xa1\x97\x56\xf7\xbe\x39\x34\x7d\xee\xd5\xb5\x59\x9d\x97\xab\x23\xb6\xae\x38\x38\x2c\x1c\xbb\xf0\xb4\x01\xe3\x70\x63\xb1\xbd\xa2\xa3\xaa\xcc\xe9\xce\x52\x58\x19\x7b\x99\x80\x53\xfe\xf2\xfb\x82\x8f\x05\x6f\x9d\xbd\x57\x46\xf2\x78\x73\x3f\x3a\xd3\xaf\xd1\x67\xb4\x64\x14\xb8\x14\xae\x25\xa7\xc5\xa4\x89\xbb\x84\xa2\x39\x92\xfd\x12\x3b\x5d\x4f\xa0\xa7\xe2\x6f\x25\x30\xb9\x72\x62\xf8\x63\x31\x71\x22\x2e\xfd\x98\x3b\x51\xb5\x00\x5c\x76\x42\x16\xdb\x0d\x37\x38\x08\x75\x07\xde\x5b\xbb\xf2\x00\x90\x56\xbc\x0e\x0c\x37\xfe\xcd\x41\xc4\xda\xf2\x04\x1d\x1e\x03\x48\xb7\xe6\x3b\xca\x44\x06\x28\xa2\x15\x38\x7c\x32\x04\xa0\xbc\x5b\xbc\x97\xf7\x3d\x40\x55\xb2\xbc\x88\xec\x36\x70\xaa\x79\xab\x96\xa5\x37\x4c\x82\xf2\x55\x03\x2f\xa7\x44\x42\x65\x9e\x84\xb5\x42\x54\x3c\x76\x6f\xcc\x45\x6f\xa9\x22\x8b\xd5\x2b\xbe\x3b\xd3\xf9\x1b\x67\x96\xb9\x1d\x67\x2e\xf7\xb4\x7f\xfd\x4a\xb2\x78\x3e\x2e\xd8\x93\xf4\xd2\xcb\x72\x72\xf6\xda\xd5\xb5\xa1\x4c\xbb\xcf\x9f\xf3\x3a\x2f\xf7\x84\x38\x7c\x9d\x3b\xd6\x46\x6a\x0d\x73\x16\xfd\xbe\xa9\x49\xa1\xf6\x95\xab\xf9\xbc\x5c\xfd\xc7\x2a\x2a\x57\x8f\x85\x91\x9a\x23\x85\xd4\xa8\x89\x45\x62\x05\x22\xd7\xd1\xfd\xf8\xb2\x68\xf1\xdb\x2c\x57\x54\xd7\x0a\x32\xdf\x3b\xed\x3a\xea\xc9\xaa\x7a\x8e\x6b\x92\x97\x7b\xda\xda\xb6\x4c\x26\x8a\x0f\x26\x6e\x27\xca\x12\xdd\x9c\xf0\x25\x8a\xcb\x5d\x04\x73\x26\x4e\x39\x9c\xc5\x3d\x10\xd3\x1d\xcd\x0a\x70\xae\x84\x7f\x6a\x9b\x32\x80\xd4\x73\x41\x3e\xfa\xd9\x3f\x3c\x08\xab\x5c\xdd\x0c\x3e\x00\xae\xef\x38\x3b\xf7\x72\xfe\xc1\x41\xd8\x71\x6e\x3f\xa8\x02\x90\x87\xe6\x16\x3e\x26\xb5\x91\x13\xd3\x90\x23\x44\x73\x36\x05\xa0\xa9\x46\x3a\x4e\x8a\x15\xf2\x5a\xfc\x94\x1a\xb4\x15\xc9\x8c\x17\x9b\x74\xa4\x1d\x77\x12\x06\xaa\x74\x4c\x07\x22\x05\x31\x5d\x19\xcb\x28\xda\x12\xa7\xef\xd4\xa1\x9a\x71\xfc\x6d\x74\x53\x24\x1f\xba\xfa\xde\xee\xf3\x4f\x2b\xdc\x68\x87\x5b\xae\x9b\x0d\x81\xf3\x89\x19\x81\xfe\xd9\xee\x93\x6e\x34\x9f\x0c\x7b\x0e\x36\x1d\x71\xbf\xf3\x25\xfd\x8a\x6f\xa5\xa7\xd7\xde\xb9\x4b\x6d\x8e\xc5\x66\x5e\x1c\xdf\x27\x1a\xe3\xfe\x4f\x0e\x46\xdf\x9b\x7e\x05\x72\x67\xff\x97\x0f\x86\xc2\xc1\x04\xed\xf3\x1a\xc5\x78\xc5\x0c\x03\xf0\x26\xf1\x21\xb6\xaf\x02\xc8\xce\xf3\xe6\xd1\x5d\xde\xf0\x20\xd8\x54\x9e\xf5\xde\xf5\x12\xc0\x2b\xe8\xac\xc2\x1e\x59\x80\x48\xf7\xd3\x0c\x7b\x5e\x03\x64\x75\xb3\x17\xef\xdb\x0e\x50\x4e\xcb\xee\xb2\xbf\x0a\xa0\xa1\x8f\x6b\x2b\x73\x12\xc0\xa5\x97\x7c\x97\x38\x58\x00\xba\xd7\x44\x4f\x0b\x96\xc2\x78\x1f\xb5\x6c\x8e\x6a\x37\xd9\xf0\xea\x4d\x75\x31\x5b\x15\xc2\xf3\xcb\xcf\x0c\x87\xc2\xdf\x2f\x75\x55\x1d\x73\x38\x51\xc2\x39\x61\x96\x71\x28\x54\xb7\xcd\xf0\x4e\x77\xf4\xc7\xe2\x93\xbd\xe1\x3d\x47\x43\xe0\x3a\x76\x30\xb1\x55\xd1\x7f\xe7\xfb\xd2\xdb\xda\x55\x88\x40\x9d\x8f\x5c\xfd\x5c\x05\xd3\x41\x15\x9f\xf7\x5e\x75\xc8\xa6\x09\xca\xff\x3a\x77\x79\x24\xed\x71\x60\xfd\x77\xc5\xa6\xcc\xc4\x53\x41\x45\xf3\x57\xea\x2d\x7f\xe7\x01\x5d\x0a\x6e\x5b\x24\x57\x4c\x86\x2d\x04\x3e\x5c\xbe\x52\xe4\x11\x1a\x12\x50\xbc\xf2\x38\xef\x19\x85\x83\x09\xe2\xf4\xbf\xb5\x16\x92\xce\x1f\xa8\xe9\x4f\x8d\xde\x95\x62\x10\xb0\xd3\xcf\x18\xdd\x9f\x70\xd9\xcf\xd5\xf7\x35\x26\x3a\x06\x05\xc0\x4d\xe4\xd9\xbc\x8d\xbc\x31\xff\x47\x2c\x9c\xcd\xa3\xdf\x0c\xe0\x78\x93\xbd\x83\x7e\x3b\x40\xc0\xf5\x93\x38\xfa\x13\x00\xc9\xd5\xb4\x88\x1f\xdf\x43\x0a\xef\xb1\x12\x77\xf3\x03\xd4\x03\xcb\xe2\x2e\x61\x80\x8e\xfd\x27\x97\xf7\xbd\x05\xb8\xf6\xed\x9c\x19\xcb\x51\x80\xa1\xdd\x02\xed\xdc\x5f\x00\xee\xf3\x49\x1e\x55\xd8\x4a\xbe\x30\x7c\x45\x71\xda\x42\x06\xaf\x75\xfb\x8d\x8e\x72\x58\xef\xfb\x90\xce\x4a\xab\xd4\x82\xa3\xf7\xee\xd4\xbe\xf2\x43\x34\xdd\x6e\x5d\xcd\xa7\x4e\x2f\xe9\x73\x2c\x9b\xc8\xa8\x68\xbb\x7d\x33\x28\x7b\x34\xe9\xe6\xb3\xa6\xbb\x74\x29\x25\x89\x4e\xd3\xbe\x37\x86\xe2\x5b\x13\x9a\x3e\x65\xf5\x5c\x8b\x65\x89\xd3\xfc\x6a\xde\x61\x1a\x69\x1d\x57\xf8\xed\x5d\xf3\x9d\x70\x62\x0c\xe7\x7c\x65\x7d\x7d\xe8\x85\x98\xa3\x8b\xc7\xab\x9f\x04\xe7\x47\x11\x96\xda\xcb\x94\x02\x65\x23\x71\x2b\xaa\x05\x74\xfe\xc3\x91\xda\xab\x62\xb9\xb4\x14\x0f\x8a\xef\xed\xb0\x81\xb5\xb1\xd4\x30\x9f\xaa\xb0\xad\xe8\xc8\xa4\x6d\x5e\x0f\x43\x55\x31\xae\x31\x18\xcf\xdc\xd0\x4e\xcc\x68\x54\x1d\x80\x68\x09\x6f\xc4\x4e\x4e\x00\x4d\x73\x2e\x16\xba\x8f\x00\xe6\x06\xec\x3e\x3b\xdd\x00\xdc\x73\xd9\xd8\xe9\x98\x00\x22\x1f\x6e\x4d\xff\xb1\xfe\x1c\x59\xa6\xb3\xdb\xb3\x36\xe6\x9e\xed\x97\xd6\xe7\xbf\x91\x9b\x22\x7f\xd4\xe1\x71\x36\xa1\x03\xe1\x00\x63\x7e\xdc\x25\xec\x33\x00\x6f\xb6\x88\x88\x8a\x63\xe1\xf0\x7b\x09\x99\x76\x24\xc3\x5c\xf4\x0b\x07\x0d\xb7\x00\x93\xa7\x1f\x86\xf7\x99\xb6\x67\x25\x5d\x6d\xe9\xe7\xf6\x38\x57\x1b\x54\xbe\xe5\x72\x4a\x02\x4d\xe7\x74\x9a\xe2\xc5\xc5\xc6\x8b\xd7\x75\xa3\x6a\xea\xd7\x1e\xeb\x0d\xde\x0d\x26\xd4\x3c\xfd\x78\xe9\x3a\x6b\x90\x6a\xd9\xcd\x2f\x02\x9d\x57\x03\x0a\x8a\x6e\xcc\x3d\x6b\x53\xf2\xbf\x7d\x5e\xed\xfb\x64\x63\x93\x9f\x53\x8e\xe7\x42\xc3\x85\x93\xbf\xf9\x8f\xe7\x19\x2b\xcb\x92\x25\x5b\x29\xfc\x87\x97\x71\xb2\xc5\x6a\x58\xf6\x55\x8f\x8e\x24\xf3\xb5\xe4\xb4\xfb\xee\xc5\x89\x9b\xd0\x46\x49\xbd\xee\xb4\xf1\x39\xe8\x99\xf8\x87\x6e\xe8\xb8\x9d\x98\xea\xe8\x22\x57\xa9\xd8\x79\xac\x41\xb8\x3b\x80\x8c\x3b\x77\xef\xce\x04\x00\x6d\x2b\x8e\xed\xdb\x3f\x01\xd8\x95\x9e\x38\xb5\x3d\x19\xc0\xef\x1e\x0b\x76\xfb\x95\x8d\x1c\x04\xca\xfd\xf7\xe6\xf5\x79\x70\x7f\xe2\x2f\xfe\x83\x32\xff\x7d\xf3\x69\xc7\xe0\xcf\x39\xf0\x00\xc7\xe5\x23\x9e\x00\x2b\x4a\x02\x67\xf9\xec\xd6\x2a\x57\xcf\x48\x0e\xe9\x08\x4c\x7e\xf8\x9c\xa8\xaa\xe9\xfe\x7a\xc8\x72\xaa\x1a\x39\x9c\xf8\xea\xe2\xca\xf3\xed\x2e\xfa\x65\x16\x99\x1e\x0f\xec\x23\x27\x5b\x65\x22\xde\xdd\xf3\xac\x49\xec\xdc\xea\x43\x1c\x7a\x75\xbf\xef\x6a\xac\x5b\xf9\x60\xf4\xa7\x77\xdd\xed\x6e\x2c\xdd\x5d\x73\xb4\x97\xfc\xdd\x74\xda\xa6\xbf\x8b\x5d\x1c\x74\x7d\xd7\xc8\xb8\x10\x7c\x61\xaf\x6b\x49\x4d\xc2\xd2\xe9\xf2\x00\x57\xee\x4a\xae\x65\xd5\x62\x23\x17\x86\xb2\xc9\x95\x98\xf3\x5e\x2e\x6c\x45\x77\x57\x5d\xb2\xcb\x9d\x51\xf9\xfd\x6b\x7e\x69\x8f\x9d\xfa\xf2\x8c\xd1\x6a\x49\x2d\x2e\xd4\x59\x97\xd1\xee\x49\xbb\x1c\xfd\xb3\xaa\x31\x99\xd1\x37\x1d\xb7\x66\x38\x61\x59\x23\x1c\x1c\xcf\xa5\xb6\x60\x93\x42\x97\x01\x14\xee\x9c\x0d\xd8\x71\x0e\xc0\x58\x93\xed\xc2\xf6\x51\x00\x87\x86\xad\xf5\x54\x7f\xe4\x61\x64\xaf\xaf\xbf\x4e\xec\x57\xed\xa1\xf9\x55\xef\xaf\xe7\x60\xbc\x59\xbf\xff\xbd\xe1\x81\x3f\xae\x44\x77\x12\x3d\x01\xc0\xcb\x7e\x66\x68\xa6\x88\xbc\x57\x22\x5e\x35\xf0\x09\x82\xe0\xa6\x44\xb0\x33\xe8\xf1\x58\x61\x32\x78\x18\xbe\xaf\xe2\xc0\x9c\xb8\x83\x67\xce\x5c\xac\xdd\x4c\x64\xc8\xd0\x85\x62\x3f\xee\x69\xba\xf2\xa9\x8b\x5d\x4e\x93\xef\xd7\x86\x8a\xda\x0e\x59\x2e\x4f\x7d\xfd\xaa\x7d\xa9\xc8\x5a\x68\xf4\xfd\xf7\xb3\x8d\x09\xd6\xec\x43\x6b\x0b\x5d\xd5\x54\x36\xdc\xd7\x95\x97\xe8\xcb\xfa\x6d\x43\x3a\x0f\x2c\x1f\x2c\x16\xb5\x69\xba\x14\xbc\x52\x93\x77\xd8\x96\xba\xa9\x62\x35\x30\xab\xce\xf6\x50\xbd\xc3\x9a\x5a\x1a\xc1\x26\xa2\x86\x80\x96\x4f\x12\xb7\x69\xae\xdc\x83\x9e\x89\x23\x51\x72\x4f\x6c\x3e\x16\xdd\xc7\x7c\x88\x4c\xb0\x39\x50\x98\x82\x75\x0b\x53\xb0\x9a\x28\x38\x85\x3b\x12\xf8\x1c\x40\x3d\xe9\x14\xd7\xb6\x40\x00\x4b\x0c\x33\x07\x0d\x0a\xc0\x67\xfd\x9e\x77\xe2\xfa\xfc\xb7\xdc\xef\x57\xfd\x9d\x87\xa1\xfc\xab\xbe\xf2\x5d\x5f\x3f\xe7\xef\xdf\xfd\xdd\xa9\xa8\x56\x59\x01\x58\x86\xe9\xb9\x67\x36\xc1\x02\x4f\xf3\x99\xa6\xa7\xad\xe4\x6c\xf1\x69\x79\xa9\x41\x41\x62\xb7\x72\x92\x69\x7b\x93\x1b\xde\xc6\xe0\xae\x77\x7c\x9e\x27\xa6\xcc\xce\x2d\xde\x2e\x94\x6f\x75\x6f\x20\xa9\xe0\xb6\xc7\xa9\xe5\xee\x42\xee\x32\x6a\xbb\x8b\x4b\x79\xdd\x81\x95\x72\x26\x25\x0b\xab\x6f\xc9\x35\x80\x34\xfe\x12\xb9\xf0\xaa\x22\xd6\xe8\xf8\x24\xfd\x52\x4b\x51\xa1\x49\xd4\xe3\x7d\xcb\x5e\x05\x36\xa6\x74\x77\xfd\x56\x6e\xe4\x98\x99\x2a\x0f\x96\xad\xce\xa4\xa7\x9a\x9e\xe9\xab\x5d\x1b\x4f\xe6\x30\xdb\xd1\x75\x10\xad\x97\x40\xa6\x78\x2f\xcc\xee\x37\x1b\x61\xd2\xa2\x6a\xcd\x50\x8d\xe2\x58\xde\xb0\x6f\x94\xfc\x13\xb3\xb4\xea\x2a\x1c\x63\xa0\xbb\x19\x5f\x85\x0f\xae\xd6\xb7\x15\xc0\xe0\xf4\xf1\x23\x34\xf5\x00\x76\xeb\x7c\x07\xe5\x39\xc8\xfb\x4a\xf5\x37\x07\xb2\xce\x07\x3c\x67\xa4\xfa\x27\x07\x42\x45\x45\xb5\xf0\x65\xfd\x1e\x3c\x11\x80\x79\x8e\x3e\x79\x8c\x1d\x80\x9b\x97\x9d\xea\x66\x3f\x6c\x17\x03\x09\xbb\xcb\x45\x24\x23\x95\x5a\xc3\xe6\xf2\xdb\x84\x87\x06\xcf\x1c\x4f\xa7\x44\xe3\x1e\xda\x06\x07\xc6\xf8\xb3\x62\xc2\xfd\x95\x13\xae\xb9\xb6\xa0\x0d\xb2\xd2\xd2\x3e\xd8\xd2\xac\x0d\x34\xbc\xcc\xdc\x6a\xb2\xb2\xda\x70\x57\x26\xa7\x57\x5f\x79\xa5\xe4\xfb\xbb\xf3\x27\x74\x0d\x57\x9e\xad\x04\x65\x5d\xd7\xcb\x9b\x55\x5f\xf5\x49\x97\xfc\x9d\xfb\xc1\xff\x04\x83\x46\xc4\x9f\x32\x94\xbb\x5f\x89\xfe\x1a\x13\x65\xf8\xf4\xb6\x05\xc6\x3c\x4a\xc7\xe0\xc6\xe0\x07\xac\x69\x48\xb8\xa1\x51\x9f\x23\xf6\x6e\xd0\x3e\x44\x73\x27\x09\xfb\x21\xb0\x1b\x71\xa0\x3d\x1e\x97\xe6\x8b\x40\x2c\xb7\x3a\xe1\xae\xf8\xf8\x22\x43\x2f\x3a\xe1\xf0\x5e\xcd\x00\x16\xc1\x47\xfb\xb6\x24\x02\x78\xae\x3f\xe7\x29\xa7\xa9\xfe\xe2\x40\xae\x9d\xfe\x7b\xfe\xfd\xf1\xd3\x9f\xeb\x5f\xde\xf4\xf7\xef\xfe\x4f\x97\x00\x98\xcb\xe9\xbb\x6f\xcb\x01\x70\x3f\x3e\x95\xd1\xb9\x1d\xc4\xc5\x1f\x8a\x16\x5f\x98\x24\x9f\x50\x26\x6b\x28\xe7\xb1\x11\x1f\x19\x74\x9b\x57\xc4\xb8\x13\x0c\x6d\xa4\xdd\xe2\xbc\x1c\x70\x83\x3e\x9c\x41\x82\x4e\x2f\x71\x9b\x92\xdc\xc2\x91\x36\xd4\x58\xfb\xd2\xaa\xa8\x5b\x26\x4a\x98\x91\xae\xb2\xd8\x13\x06\x5b\x31\x87\x9e\x26\xc7\x17\x6b\x39\xa1\x1b\x56\x9d\xe2\x67\x28\xfc\x83\xe6\xc5\x05\x2f\xf4\xe7\x48\x8c\x96\xd4\xcc\x37\x4c\x49\x58\x85\xd6\x8b\x57\xa3\x58\xdd\x20\xbc\xf6\xa7\xb1\x00\x6c\x62\x10\xa3\x8e\xe1\xa3\x4d\x38\x6a\x7f\x03\x9d\x5d\xf7\x6c\x71\xa5\xde\x81\xba\x0c\xb7\x36\xe3\x7a\xbd\x56\x75\xb9\x06\x86\xf0\xd4\x9e\xfb\x74\x7d\x7a\x05\xf0\xfe\xa8\xcd\xba\x6d\x5d\xda\xf8\x7e\x17\xf4\xc6\x73\x10\x55\x42\xf5\x17\x07\xd2\xce\xb1\xbe\x0f\x04\xfc\xaa\xef\x63\xff\x6b\xfe\xfb\xb6\x73\x7d\xfe\xb9\xb0\x7e\xff\xd7\x08\x80\xea\x13\x15\x55\xd7\x27\x00\x9e\x7e\x36\x12\xc5\x03\x51\xf4\x9a\xdc\xa4\x1c\xaf\x30\x46\xc9\xc1\x08\xe5\x20\xaa\x59\xdf\xb0\x6d\x43\x8d\x12\x94\x3d\xb2\x51\x1c\xf6\xee\xf8\xd5\x98\x40\x4f\x6a\xcb\x0c\xbc\x57\x5e\xbc\xcf\x90\x71\x03\x8e\xd4\x60\xea\x6f\xa2\x7f\x13\x57\x38\x60\x1d\xb0\xa4\xb5\x88\x93\x1f\x0f\x09\xbc\xaf\xd6\x81\x63\x5c\x9b\x0f\x64\x51\xdb\x87\xd3\xc3\xa6\xfb\xbb\xa8\x34\xe3\x68\x70\xbe\x9e\x8e\xaa\xa7\xe6\x93\x70\x37\xdd\x9f\xa9\xc9\x4e\xc7\xe2\xbe\xb8\x3b\xab\xad\xbd\x29\xc1\xef\x43\x95\xab\x4f\x3f\x5b\xc0\xcb\xb9\xdd\x56\xb7\x7b\xfc\x19\x7f\xcb\x79\xb3\x46\xd0\x83\x33\xf8\x61\x67\x6e\x8d\xb9\x3b\xcc\x84\xad\x8e\x85\x1a\xe4\x9b\x22\x04\x0d\xfb\xe8\x8d\xfd\x80\xe2\x03\x69\x68\xa3\xfa\xcb\x03\xf1\xb7\x0f\x05\x33\xf0\xf7\xfc\xf7\x9f\x39\x00\x5d\x53\x00\xc7\xb5\x76\xc7\x5c\x2c\x00\xe0\x31\x3f\xb1\xbb\x34\x12\x6e\x8b\x75\x71\xd3\x67\xf2\xc3\x3e\x65\x69\x29\xfd\xe8\x6c\xb2\x86\xbe\x80\x7a\x92\xaf\x0f\x49\xc8\xaa\xcf\xf8\x26\x85\x7f\xb0\x49\x25\xca\x87\x1f\xb1\x93\x35\x4f\x25\xbc\x4a\x5b\x73\x5c\x30\xc2\x13\x02\x4a\xc9\x2e\x68\x7d\x6b\x82\xd4\xa5\x0b\xae\x0b\xda\x08\x3c\xf6\xe6\x67\x14\xbb\xfa\x76\x7c\xf7\xeb\x2c\xd4\x65\xe5\x05\x7c\xf7\x6a\xab\x9b\x2e\xc5\xfb\xa0\xb8\x46\x08\xc7\xbf\xb1\xef\xa0\xe4\x5c\x28\x36\x7c\x17\x25\x04\x58\x5b\x29\x15\x7e\x1c\x21\xd8\xda\x78\x2a\xb5\x4d\xf6\x12\x7a\x2d\x5f\x29\x3b\x8e\x87\x13\x86\x2d\x2f\x28\x3f\x1c\x0b\x23\xbc\xb5\x3c\xa9\x34\xf3\x98\x91\x68\x68\xb2\xb6\xc1\x81\x94\x47\xfe\xaa\x7d\xeb\xfc\xdb\xf3\x75\x1f\xc4\xb2\xc8\x8f\x4a\xa8\x5d\xe7\x80\xb2\xd6\xe7\xbf\x55\xeb\xf3\xdf\xf5\xf9\x5e\xfb\xfa\xe7\xa2\x7a\x1a\x80\x4a\x70\xc3\x03\x91\x3b\x08\xaf\xc5\x1d\x38\x69\x12\x1e\x83\xab\xd2\x5e\xe1\x8f\x21\x61\xe4\x47\xba\x75\xf2\x35\x1e\xba\x64\x06\xf3\x30\xad\x71\xfb\x49\x92\xbd\x0b\x23\x32\xde\xf2\x1c\xc9\x38\xf0\x83\x91\x9f\x69\x10\x89\x2a\x7e\x97\x99\x0d\xb2\x8c\xd8\x91\xf3\xd4\xd2\x48\x4f\x87\x98\x72\x21\xd4\x4a\x4d\x8b\x99\x68\xdc\xf9\xc9\xda\x52\x7d\x17\xf1\xec\x50\xbd\x8d\xb0\xf2\x0c\x01\xfd\x9a\xca\xe6\x9b\xe2\x7d\xc2\xc7\x05\x49\x9b\x64\x4a\xde\x85\x5c\x37\x71\x82\xa8\x63\x4c\x23\x9b\x45\x52\x20\x0e\x1a\x74\x53\x72\x2e\x64\xe3\xe6\xab\x88\xdf\xf4\xf5\xe4\x78\x3f\x8d\x10\x5f\x1b\xa8\xcb\x5d\x7b\xaf\x4a\x9c\x34\x08\x92\x47\xbe\x19\x23\x3e\x33\xa4\x07\xc8\xd5\xa6\xfa\x8b\x87\xa2\xf8\x50\xbe\xfc\xca\x85\x5a\xf7\xe1\x7c\x5e\x9f\x63\xbe\x50\x5f\x9f\xff\xa2\xfe\x9e\xff\x52\x3c\x10\x15\x38\x00\x96\x0b\xf4\xf2\xb9\xd7\x00\xce\x36\x1c\xbc\x93\x22\x09\x20\xba\xc0\x7e\x29\x52\x1f\x5a\x14\x3a\xf9\x58\xfd\xa8\x40\x4c\x3b\x49\x7c\xc9\x19\x47\x6e\x31\x29\x52\x0c\xb5\xe1\x27\x33\x3a\x4a\x6b\xd9\x9b\x17\x91\x96\x7c\x22\x74\x9e\x1b\xf7\x91\x86\x22\xf8\xf5\xb9\x11\x36\xa4\xb4\x14\x7e\xc3\xb7\xba\xb3\x24\xbb\x22\x15\xa4\x91\x56\x1b\x89\xb5\xfe\xb6\x71\x97\xda\x20\x89\xbd\xeb\x9c\x51\x9f\x72\x1d\x89\xf6\xce\x73\xe3\x33\x8a\x12\xc4\xcf\x2f\xf3\x8d\x73\xe5\xb9\x89\xf3\xdf\x0e\x1b\x65\xfc\x5f\xdc\x83\x94\x38\xce\x92\xf4\x44\x95\x47\xd2\x64\x89\x81\x4c\xaf\x64\x23\xd5\xff\xf5\x0c\xe9\x96\x1a\xcd\x06\x0f\x75\xdb\xfa\xef\x7d\xe0\xd7\xba\xbe\x35\xfd\x37\x07\xf4\xaf\xf9\xef\x7a\x1f\xce\x17\x01\xb0\x54\xd3\x39\x27\xcf\x03\x70\x8c\xed\x13\x8c\x76\x01\x10\x39\xcc\x9a\x1f\x98\x08\xef\xe4\x23\xce\xcd\xa2\x5e\x40\xae\xa6\x9c\x80\xa3\xfd\x2d\xf2\x8a\x71\xae\x4c\x9d\xa5\x3a\xf9\x92\x75\x91\x02\xce\x24\x8f\x1c\xe3\xf1\x48\xa5\x08\x71\x8f\xec\x15\xcc\xa3\xfa\x56\xdf\x9e\xac\x11\x77\x57\x1d\xb4\xe7\xc9\xbc\x59\xe7\x35\x55\x34\xdd\x49\x73\x65\xb7\x74\x42\x55\xbf\x93\x37\xd7\x93\xb4\x46\x95\x53\x49\x83\xdd\xa1\xba\xae\x8a\xd6\xa4\x92\xa1\x7a\xbd\x60\xf9\x4d\xa4\x82\xe7\x11\xba\xcb\x32\x38\x52\xdb\xac\xb8\x8e\xbc\x34\x8e\x74\x07\x3b\xa5\x05\x52\x38\xf2\x3e\x52\x85\x7a\xf8\x6f\xdf\x03\x0f\xf9\x3e\xd9\x56\x0e\x29\x76\x11\x8e\x91\xaf\x49\xb6\x8a\xb3\x13\x04\xc8\xf9\xd2\x99\x00\xd7\xd6\xfb\x30\xb1\xe7\x57\x25\xa2\x7f\xd4\xc5\xd7\xbf\xd6\xf5\xa6\xe9\xff\x3f\xff\x2d\xb5\xfc\x55\x33\xd6\xff\x4c\xc9\x81\x88\x61\x07\xe0\x08\xdc\xd3\x14\xf2\x0c\x40\x84\x96\x25\x96\xe2\x3f\x70\x41\x40\x8b\xc6\x23\xde\x09\xeb\x2b\x60\x82\xd8\x2a\x72\xf5\xb7\xf7\x60\x88\x4c\x74\x19\x97\x09\x37\x58\x23\x7f\xf6\xc9\x90\x63\xd3\x53\x21\xdf\x0b\x2b\x55\xf0\xd3\x2a\x24\xdf\x4b\x48\x55\xb0\xd3\x38\x4b\x2e\xcd\x61\x57\x9a\x55\xb5\x25\xc7\x95\xb5\x28\x63\x95\xfa\xc9\x81\x0d\xd7\x54\x64\x14\xc3\xc9\x27\xba\x95\x34\x6c\xe5\x58\xc8\xfa\xb7\xb6\xa8\x0a\xc8\x5c\x20\x8b\x3e\x7e\xa0\x46\x27\x6d\x44\x16\x9a\xfc\xa4\xfa\x44\x8a\x81\xac\x37\xb7\xa0\x22\x4e\xe1\x1e\xc4\xbf\x92\x5f\x92\x7d\x65\xc3\x29\x7d\x10\x65\x04\x17\xd8\x2d\xca\xb4\x71\x1e\xfe\xe2\x60\x30\xfc\xff\x7f\x0e\xa8\x79\xee\x1f\x1e\x88\x75\x2e\x24\x7e\xdd\x1f\x11\xb0\xbe\x7f\x04\x65\x01\x9c\x62\xde\x25\xef\x8b\x04\x10\xfc\x78\x94\xd3\x2d\x01\x40\x36\x9d\x2d\xdb\x8e\x17\xd0\x2a\x25\xa7\x7b\xcc\x15\xa0\x46\x6f\x9a\x77\x81\xc2\x3f\x18\xba\x01\xd2\xde\x4e\xd4\x4f\xf7\x03\x20\xdc\x0f\x88\x62\xb5\x96\x00\xe1\xd7\x2e\x26\xa3\x25\x01\x0c\x91\x85\xd2\x59\xea\xc5\x40\x95\x84\x93\x39\xaf\x72\x8d\xbc\x9a\xab\x26\x7b\x4a\x29\x86\x3c\x5e\x9e\x2a\x77\x55\x81\x83\x3c\xdc\xa8\x2e\xcf\x24\xb7\x9b\x7c\xb7\x63\xbb\xdc\xb4\x0c\x92\xdc\x77\x7d\x41\x5e\x48\xca\x8f\x7c\x6d\xd8\x50\xee\x26\xc5\x73\x20\xd1\x44\x6e\xfe\xe0\x2c\x2f\x23\x71\x96\xdc\xb9\xb8\x59\x6e\x9a\xc2\x3d\x88\xda\x82\x19\x50\x89\xae\x50\xbc\x48\x14\x1f\x0e\x25\x17\xeb\x37\x07\xb4\xfe\xf9\x68\x9b\x59\xdf\x07\xd7\xf3\x60\xf2\xae\xae\x73\x30\xdb\x7f\xd5\xd0\x75\x7f\x44\xc8\x0c\xc0\xb1\x06\x5a\x43\xaf\x07\x00\x27\x5d\x76\xce\xa1\xa4\x00\xf8\x07\x0e\x5a\x3a\x8a\x00\x48\x73\x1f\x3f\x6e\xf5\x1d\x40\x85\x9d\xbd\xc7\x18\x09\x6f\xb4\x7d\xce\x0e\x1b\x4a\x40\x1b\x62\x94\x47\x49\xf7\x35\xb4\x5a\x22\x78\xe5\x74\x0f\x42\x80\x2b\xa7\x30\x8b\xd6\x27\x08\xf0\x1c\x13\xb6\xd6\x88\x03\xa7\xa0\x04\x91\x67\xaa\xfd\xe0\x14\x15\x21\xf2\x5d\x65\x06\x4e\xa7\x71\x49\xb6\x2a\x9e\x05\x99\xf3\xac\xe2\x57\xe5\x8d\x41\xb2\x94\x49\xfc\xb2\x1c\x35\x9c\xac\x75\x92\x14\x93\x26\xc3\xfe\xcb\xdb\x24\x5f\x4a\x1d\x85\xfd\x7d\x1e\x92\xc9\x12\x7a\xc0\x3c\x84\x90\xc8\x94\x40\x92\x97\x1e\x27\x4b\xab\x8a\x99\xc2\xf1\x89\x73\x12\x27\xc4\x36\xc1\xd1\x8f\x1f\x24\x8a\x45\x39\x41\x61\xb9\x5c\x2c\xf7\xb7\x07\x03\xbd\x7e\x0e\x0c\xfe\x83\x03\x3a\xf1\xab\xd6\xae\xfb\x71\x0a\xa6\x7f\xd5\x54\xb7\xbf\x39\x98\x08\x13\x80\xa3\x2e\x34\xaa\x8e\xeb\xfc\x9c\x05\x02\x60\xbb\x0a\x15\x95\xfd\x10\x00\xd7\xe6\x3d\x9c\x36\xda\x00\x12\x17\x8e\x1d\x32\xbb\x0b\xa0\x68\x78\xe2\xb0\xe1\x3b\x40\x6b\x3e\xe3\x40\xe8\xe6\xc0\x7b\xfd\xc5\x33\x3d\x3a\xfb\xe0\x85\xc9\xf4\xb9\xfb\x5a\x5d\x70\xdb\xe6\x2e\xb7\xa3\x46\x2c\xf4\xb8\x90\x78\x69\xd4\xf7\x40\xb9\xaf\xab\x00\xad\xca\x66\x68\x0a\x8e\xe7\x7b\xaf\x54\x07\xc9\x71\x9c\x42\xbb\x15\xa9\x20\x28\xcd\x5e\xd8\x4a\xfe\x14\x78\xe7\x51\x0b\x0f\xcb\xb2\x80\x7f\xf1\x92\xb0\x9e\xb4\x13\xd8\xd7\x2a\x8b\x18\x4b\xed\x04\xd3\x96\x6e\x91\x29\xf1\x15\x70\xe8\x2a\x10\xbe\x22\xfe\x02\x24\x6f\xd8\x88\x45\x8a\x29\x81\xd6\xfd\x72\x51\x76\x91\x19\xb0\x1c\x63\x16\xfe\x20\xaa\x07\x52\x53\x3a\x62\xea\xdf\x03\xff\xff\x1c\x50\xdd\xfa\xba\x8a\x7c\xfe\x9b\x83\x09\x14\xfd\x55\xdd\xf8\x7e\x55\x2b\x03\x00\xaa\x2b\x54\x54\x76\xc5\x00\xcc\x03\xb4\x02\xe6\xa5\x00\x1c\x41\x74\x0c\x66\x42\x00\xc2\x4e\x8c\xb4\x08\x5f\x00\xb9\x8f\x4c\xfe\xfa\x86\x00\xea\x01\x27\x9f\x68\x0b\x01\x49\x57\x90\x9d\x4a\x6b\x1f\xac\x20\x5f\x9e\x66\xd1\xe8\x84\x0f\x56\x37\xce\xd1\xab\x4a\x01\xda\xae\xeb\xcc\x01\x95\x16\x98\x70\x0f\xe3\x24\x2a\x35\xc2\x6b\x9f\x29\x4e\x9c\x02\x35\xbc\x0b\xce\xe6\x4c\x95\x97\x84\xdb\xb1\x9b\x78\xd2\x64\xbf\x41\x7b\xaa\x33\x1f\x9f\x54\x24\x8c\x64\x5b\x71\x7b\x4a\xd9\x40\x63\xf1\x07\xbe\x41\x89\x09\x68\xab\x64\xe2\x3b\x2a\x21\x03\xb9\x8d\x53\x02\xfa\x22\x5f\xe0\xda\xa5\x55\x9e\x0c\x91\x3a\xa8\xed\x45\xf0\x79\x8b\x5c\x87\xc4\xdb\x47\x04\x9e\x08\x3f\x87\xa4\x47\xc6\x02\x57\x7e\xfc\xeb\x15\x15\x7e\xec\x0f\xd4\x22\xd2\x3f\x73\x17\x59\x63\xe5\x05\xb6\x4e\x02\x70\x49\x2b\x2c\xed\x4c\x06\x10\x67\x97\x2b\xde\x83\xd9\xe0\x20\x34\xec\x54\x47\x59\x32\xff\xe0\x41\x46\x74\x4a\x39\x87\x00\xcc\xdd\x11\x0b\xc2\x37\x00\x67\xd1\x61\x5e\x28\xc7\x0a\x2d\x16\xab\x0e\x36\x6a\xc5\x20\x6e\xbe\xea\xb3\x68\xc8\x48\x7e\x65\x7a\x2e\x6a\xcc\x4c\x8d\x1c\x82\xa4\xc9\x1e\xb5\xd1\x23\xb5\x1b\xee\xab\x76\x73\x73\x20\x85\xe8\xcc\xb6\x37\xb8\x87\x90\xa8\xb5\x38\x6e\x4e\x79\xe3\x89\x57\xd4\x9f\x3e\xc6\xfa\x45\x13\x4b\x55\x23\xa6\xf2\xfd\x26\x89\x55\xca\x47\xe7\xa7\xfd\x76\x13\x5f\x2b\x36\x60\x3f\x78\x97\x93\x64\x14\x26\x70\x3e\xee\x9d\xd8\x32\x05\x07\xfc\x16\x97\xe9\xef\xf5\x8a\x2f\x71\xaf\xdd\x9e\x4f\xc7\x2a\xbd\xc2\x1f\x74\x9d\x7a\x73\x48\x45\x15\x07\xa8\x53\xcf\xb8\x55\x2e\xe1\xa3\x9d\x9f\x3e\x36\x56\x19\xc5\xdf\x73\x7c\x7f\xf7\x96\x1a\x03\x81\xc6\x21\xee\xb6\xac\xda\x61\x82\x8e\x9d\xc1\x20\x8f\xda\x51\x42\x8d\xf5\xe5\xbe\xb3\x6a\x6f\x08\x8f\xac\x72\x7f\xf4\x41\xfe\xca\x8f\xf5\xef\xf0\x90\xf6\xfa\x51\x4f\x1b\xc9\x57\x6c\xa7\x02\xe0\xcb\x91\x35\xa3\x67\xd8\xe0\x20\x54\x3c\x15\xc5\x8f\xd8\x03\x68\xd3\x2b\x2b\x30\xc7\x01\x20\x8a\xd4\x5a\xd9\xde\x01\x98\x5d\xd7\x7a\xc8\xa9\x0f\x60\x15\x60\x40\x10\xe6\x03\xb0\xd6\x33\x1d\x91\x8d\x87\xf3\xd6\xc9\xb6\x52\x1a\x3c\xc0\x6f\xe9\xe7\x75\xdc\xd0\x96\xdc\x6b\x56\x1d\xe9\x62\xc1\x4b\x3e\x61\x9c\x9d\x75\xd8\x71\x3f\xe9\xbc\x61\x4b\xf5\x2e\xd4\x0d\x12\x8d\xee\xb7\x2b\xed\x3e\xbe\xc4\x76\xad\xfe\xdb\x72\xfe\xec\xc4\x3a\x75\xd7\xb1\x06\xbf\x45\xe2\x09\xd5\x95\x0f\xac\xc1\x3c\xc4\xd3\xca\xc9\xcb\x5f\x82\x74\x88\xf9\x4a\x7c\xd8\x70\x3f\x51\xd2\x11\x45\x0e\x9c\xa4\x27\xf7\xd2\x23\xa5\x83\x38\x47\x8f\xc9\x2f\x3e\x4a\x43\xb8\x7a\xf7\x86\xb7\x72\x2a\x5e\xb8\x2a\x8f\x8a\x71\x7a\xd5\x08\xdc\x5b\xf7\x88\x51\x5e\x35\x2c\x6e\xcd\x3d\x62\x98\x4e\x3d\x01\x2f\xe1\x36\x72\x7b\x9f\x86\x10\x3e\xd5\xe5\xd1\x20\xa8\x7f\xc3\x2f\x3b\x5e\xbb\xd6\xa7\xe1\x43\xe0\x70\xd0\xec\x8e\xd0\x98\x24\x84\xda\xfe\xb4\x63\xc9\x4c\xff\x58\xff\x4e\x1f\x29\x9f\x1f\xf5\x94\x81\x4c\x1f\xad\x36\x80\x50\xad\x8c\xf4\xae\xef\x00\x52\xda\x32\xfb\xf6\x9d\x04\x50\x29\x55\xa8\x3d\x42\xfb\x07\x0f\xb2\x4d\x55\xe7\x54\x3a\x80\x15\xb3\xd6\x3c\x37\x12\xc0\xf6\xb2\x3e\x42\xf8\x00\x2c\xdb\xce\x99\x2e\xca\x3f\x86\x04\x9b\x66\x1b\xa4\xa6\x0a\x6c\xb6\x2e\xf2\xdc\x6b\x54\x4a\x0e\xb2\x3c\x1d\x9e\x64\xb3\x89\x34\x6a\x76\x2e\xbd\xd4\x55\x8c\x64\x8f\x64\xaa\x3c\xe1\x49\xf5\x9b\x0b\xf2\xd6\xd6\xbf\xfd\x3c\xb0\x81\xc8\xa8\xe1\xf2\x3c\x20\x84\x87\x50\xa2\xe6\xf9\x31\x3a\xfc\x22\xc5\x07\x43\x3c\xac\x7c\x14\x73\x3f\xa8\x95\xc2\x03\x7d\x4f\x57\x76\xc0\xce\xf9\xc4\xcc\x20\x55\x02\x70\x27\xbc\x6f\x4c\x54\xa9\x85\xe3\x0e\xfb\x4c\x3c\x55\x55\x77\xc4\xb9\x7b\xb3\x3d\x14\x53\xff\x84\x1b\xf7\x28\x1e\xea\xd2\x68\xc6\xf3\xa2\x82\x6f\x30\x68\x1e\xc5\x47\xb8\xfa\x5e\x3f\xa9\xf9\x12\x5f\xea\x32\x4a\xe1\x81\xda\x8f\x69\x8b\x13\xc4\x1c\xc2\x7e\xf4\x41\x3a\xea\xc7\xfa\xe9\x74\x7e\x71\x10\x1c\x9b\x64\xbe\x6d\xdb\x0d\x20\x3a\x22\xb5\xc8\xa0\xf3\x07\x07\xb1\x53\x7e\xf8\x48\x09\x00\x62\x51\x51\x89\x65\x01\xc0\xcc\x42\xe5\xfd\xa9\x1e\x00\x5b\x2b\x4d\x65\x6e\x56\x00\xc7\x58\xbd\x60\x11\x73\x20\x38\x26\x18\xbf\x91\x77\x86\x48\xfb\x12\x6b\x03\x2d\x25\xf2\x1b\x3b\x2e\xd4\x69\x93\x31\xb2\x98\xf5\xb3\x90\x29\x7b\x24\x29\xdb\x9c\x2e\x43\xce\xfd\x34\x69\xa7\xd1\xa3\x0a\x3e\x9f\x8f\xc4\x10\x03\xd9\xf6\xde\xa0\x03\x84\x39\x1d\xb3\x3b\xcc\x61\x7e\x04\x77\x4d\x91\x97\x21\x91\xf7\x09\xd2\x6a\xb9\x9f\xab\xa2\x62\x09\x16\x2a\x8e\xe8\xbe\x88\xef\x04\xb4\xb2\x19\xa6\x20\x78\x86\xc2\x03\xfd\xd3\x8b\xf3\x9c\x4e\xe3\x08\xb6\xdf\xbf\x6e\xd4\x41\xa3\x10\x77\xda\x57\xfd\xde\x36\xad\x93\x38\x15\x5f\xda\x9b\x29\x5a\xf1\xb8\x41\x2f\xba\x6b\xbd\xda\xc9\x38\xb2\x47\x5b\x0f\x59\x5b\x0b\x6f\xef\xf6\xb4\x3d\x55\xa7\x0d\x7f\xc9\x05\xdf\xfa\x58\xa7\x9f\xb0\xdb\xe9\xd4\x8f\x3e\x48\x31\xff\x58\x3f\x65\xfe\x7f\xa6\x48\x4a\x63\xdb\x9b\x0d\x0e\x42\x9e\x55\x7a\xe9\xc0\x76\x00\x0d\xac\xb4\xdc\xc1\x5c\x00\x63\x71\x39\x6b\x66\x09\x00\xab\x62\xa5\xe9\x53\xd9\x00\x0e\xa0\x66\xce\x19\x0b\xe0\xe2\xa5\xc3\x2a\xf4\x1d\x00\x75\x04\xc9\x2f\xef\x0e\x99\xce\xf9\x16\xcf\x35\x93\xc8\x37\x1c\x7a\x9c\x93\xcd\x98\x48\xcb\x76\x12\xc1\x8c\x4e\x2b\x24\x6d\x8b\xcb\xe9\xb4\x5e\x67\x88\x71\x26\x76\x15\xab\x41\x8a\xbf\x7d\x41\x61\xba\x32\x77\x5a\xa3\x78\xf1\x6b\x9a\xef\x26\xae\xc4\x46\xe3\xaf\xab\x2d\xcd\xc5\xc5\x21\xf0\x3d\xaa\xfe\x6b\xa3\xb1\x38\x0a\x0f\x34\x97\xa0\xba\x88\xb1\x08\x8b\x9c\x16\x52\x6b\xc6\xbc\x0f\x61\x98\xa8\xd3\xa8\xc2\xbc\x0a\x21\x3f\x09\xd4\x7c\x80\x95\x0f\x3e\x36\xec\xa0\x65\x8b\x9d\xf4\xbf\x7c\xeb\x9a\x76\x09\x8e\xc9\x2f\xba\xff\xa1\x8e\x31\xce\xd1\x67\xba\x97\x5e\xa7\x04\x37\xe5\xf9\xac\x3d\x40\x77\x0d\x2f\xe9\x5e\xd8\x36\xa7\x27\x8f\x77\x43\x19\x35\xd6\xea\xd7\xe1\xeb\x5c\x7f\xbc\x25\x74\x4b\xfa\xfe\xe4\xc4\x46\x65\x3e\xd3\x48\xfc\x07\x07\xf1\x49\xf2\xc8\x7e\x3a\x00\xbd\x28\x89\xcf\x07\x33\x36\x78\x10\xdb\x66\x05\x5e\xb6\x3d\x00\x2e\x49\x6a\x82\xdc\x27\x01\xdc\xe7\xb4\x0c\x85\x99\x7e\xe7\x06\xa5\xa0\xd2\xcd\xf5\xb5\x6c\xc8\x8d\x4e\xf5\x8e\x6d\xe6\x41\xa4\x59\xfb\xe0\x00\xac\xb3\x2f\x69\xa7\xd5\x83\x94\x52\x5f\x5a\xa2\x92\x69\x74\xc5\x89\x90\x56\x42\x0a\xe2\x51\x3b\x3e\x2a\x17\xbf\xac\x77\xe4\x2e\x39\x2e\x1a\xef\xa8\xc5\x3e\x29\x9a\x98\x87\x5b\x55\xd7\x5a\x0c\x4b\xbe\xfd\x4f\x1e\x68\x16\xad\x3e\x86\xce\x88\x8e\x7b\xb3\x4f\xf3\x24\x86\x2f\x62\xe8\xb7\x17\xc7\x5b\x1b\x30\x6f\xc2\x18\x87\xec\x74\x5e\x61\x95\x82\xf1\x03\xcd\xba\x81\xd8\xdb\x81\xdc\x3d\x0f\xf4\xce\xe2\xa4\xfc\x9c\x3a\xf7\xe9\xa5\xe2\x2e\x79\x27\x51\x78\xa0\x66\x1b\x83\x73\x78\x36\x8f\x9b\x75\xaa\x86\x4c\xf8\x14\xd4\x36\x80\x2d\xc6\x12\xa2\x3f\xfa\x70\xbc\x40\x7a\x75\x2b\x37\x00\xef\x43\x71\xd8\xd9\x0d\x20\xce\x20\xbe\x89\x61\x1b\x80\xb2\xae\x98\xc3\xde\x01\x00\x03\x35\x71\x1d\xc6\x59\x00\x0b\x7f\x99\xcf\xcc\x63\x00\x8e\x4d\x72\x83\x6c\x7c\x00\xa8\x30\xe5\x5d\xe7\x2e\x03\x78\x77\x69\xec\x15\x3a\x02\xe0\x97\xaa\x5f\x2c\xdf\x0d\xc9\x5e\x61\xa6\x75\x5a\x0f\xc8\x25\x6e\xa3\x0e\x0c\x16\xd7\x49\x37\x1d\xf3\xfd\x8e\xba\xd2\x11\xa7\x6d\x98\x93\x30\x7e\x4d\x04\x8c\xf9\xd6\xb2\xba\xf0\x44\x3c\x09\xd9\x75\xc5\x27\x7e\x07\x3e\x5e\xcf\xef\x3e\x39\xb1\x01\xd7\xa9\xd5\xf2\xee\x44\x9a\x36\x4e\x5e\xbd\x63\xa5\x3b\x43\xe6\x9f\x3c\xd0\xff\xe5\xc5\xe9\x1f\xd1\xb7\xc2\x2c\x86\xe5\xf4\xc6\xe9\x7f\xc5\xea\x87\x84\x77\xba\x1b\x24\x63\xef\x06\xbe\x6e\x55\x40\xb0\xe0\x98\x02\xf6\x5e\xf4\x44\xd0\xe0\xda\x7c\xd4\xea\x5f\x20\x6c\x71\x1f\xbd\xbe\x5d\x40\x22\xaa\xf1\xb2\x1e\x1e\x00\x5b\x8c\xc4\x46\x7f\xf2\x93\x2a\x92\x6f\x69\xd8\x00\xf8\x76\x88\x2e\xee\x0c\x00\x90\x4a\x12\x3b\xc9\xe0\xf2\x07\x07\x71\x4e\xcc\x8b\x71\x18\xc0\x5a\x47\xbc\xf0\x28\x2d\x80\xab\x80\xb4\x0c\xeb\x14\x80\x8f\xbb\x7c\xe2\x59\x06\x80\x80\x46\x55\x25\x81\x27\xbf\x73\x83\x72\xfc\x8f\x1b\x9b\x68\x45\x92\x53\x3d\xf3\xec\x3a\xac\xa8\x48\xfe\x2e\xc9\xde\xea\xee\xe9\xc4\x0c\x3b\xef\x84\xc2\xa0\x1d\x84\x38\xcb\xcd\x25\x6b\xd1\x11\xbf\x7d\x41\x0f\xf5\x6b\x87\xaf\xa5\x3d\xc4\x1d\xd0\x56\x7e\x7f\x3b\x4b\x0f\xfb\x4c\x03\xb1\x72\x24\x9b\x6a\x2d\x40\xfd\xc2\xaa\x57\xaa\xe0\xec\xa2\xe6\xfb\xd5\x99\x14\xce\x37\x3c\xda\xe1\x6b\x91\x89\xf0\xb8\x48\xb7\x6b\x0d\x9d\x10\x71\xdf\x58\x2f\x10\x7d\x3d\xe6\xe9\x0d\x1e\x83\x1e\xf4\xa3\xd8\x03\x7d\x12\x86\xcf\x31\xc2\xd1\xe7\xba\xd4\x0c\xf1\x18\x74\xf8\x8e\xb6\x57\x48\x36\xac\x47\x48\xf2\xc5\x73\x48\x05\x9c\xb8\x7f\x66\xdd\x02\x72\x1e\xe7\xe6\xe7\x56\x55\x6b\x7c\x0e\x77\xc9\xe7\x69\x79\xb7\xb1\x3f\x8e\xf8\xe3\xed\x97\x26\x5f\xec\xe4\xcf\x73\x22\x56\x3c\x9c\xe6\x09\x80\xe0\xb8\xc8\x28\x1d\x01\x40\x26\x42\xf4\x00\x83\xf6\x06\x07\x61\xac\x2b\x7c\xf5\x40\x39\x80\xbd\xba\x48\xd6\xe1\x5c\x00\x0f\x36\x89\x85\xe3\xaf\x01\xfc\x7b\x65\xde\x9f\x16\x00\x08\xe9\x52\x4e\x11\xf0\x01\x08\xcf\xd7\x3a\x2e\x93\x07\x79\xa1\x49\x88\x2e\xad\x47\xe4\x18\x3f\x67\x9b\x36\xab\x77\x24\x55\x54\x17\xaa\xcf\x53\x9e\x28\xed\x70\x2b\x16\x1b\xba\x05\xbf\x64\x35\x58\x92\x9b\xc0\x85\x3f\x68\xb2\xa3\xa3\x28\x75\x04\x77\xd0\xc0\xf1\x61\x6e\xb6\xe5\x6f\x4f\x90\xad\x06\x6e\x39\x28\xb7\x67\x5e\x59\x8b\x66\xc5\x36\x2b\xff\x37\x0f\xb4\x59\xcf\x6e\xf5\x42\xda\x8d\xe1\x1d\x06\x8c\x6b\x39\x49\xa4\x1b\xa1\x08\xf6\xb5\xe9\x44\x62\xdf\x36\x04\x01\x5d\x12\x57\xd8\x25\x8d\x1c\xc4\xd0\xc7\x78\xb5\xe5\x19\xb9\x62\xde\x46\xec\xba\xf8\xd2\xd8\x1b\xcb\x19\x16\x52\x5b\x6a\xc2\x82\xbd\x1a\xac\x59\xa5\x6e\xb2\x84\xa3\x0f\xd4\xaf\x08\x36\xe1\xc3\x95\xfa\x46\x95\x32\x98\xd4\xe2\xbe\x7b\x3b\x00\x30\x1d\x92\x9a\xa0\x8e\x06\x38\x75\x49\x34\x8f\xa6\xed\x3f\x38\x88\x1e\x61\xf6\xbd\x8f\x00\xcc\xee\x0a\x31\x1d\xd0\x01\x70\x04\xd1\x73\x47\x3e\xfe\x9b\x07\x89\x7c\xac\xe0\xc3\x17\x00\x10\x33\xa0\x51\x20\x2b\x06\x8d\x51\x9f\xf4\xef\x68\x9a\x92\x6b\x42\xae\x5a\x60\x2c\x55\x49\x3b\x3c\xca\x50\x45\x3e\xb4\x84\x27\xce\x13\x51\xf1\x11\x93\xf8\x34\x9b\x9c\xa2\xe2\x64\x11\x9c\x8d\xa9\x47\xc7\xdb\xac\x2a\x6c\x82\x41\xfa\x68\x60\x5e\x1f\xc6\x41\xdb\x77\x2e\xb7\xa8\x09\x23\xa3\xd9\xba\xf4\x31\x9f\xed\x63\x97\x4e\xfb\x72\x5e\x5e\x0b\x85\x07\xa2\x78\x71\x28\x3c\xd0\x75\x19\x23\xe9\x35\xb7\x94\x56\x8a\x17\xa7\xcd\xcf\x94\x1f\xed\x9f\x70\xae\x71\xd6\x14\x8b\x61\x89\x79\x51\xf7\xd4\x34\x10\xf3\x2d\x42\xa3\xba\xce\x74\x0a\xeb\x13\x2a\x55\xa6\x60\xf6\x15\x3b\x1d\xd4\x58\xcc\x65\xf6\x09\x67\xe5\x1f\x51\xd0\x67\x36\x8e\xbb\xe1\x33\x09\xc0\x74\x52\x32\x92\xda\x07\x80\x43\x4f\x38\x97\xf6\xf0\x1f\x1c\xc4\x55\x11\xa1\x3d\x74\xff\xe6\x20\x5c\x27\x04\x50\x07\xfb\x00\x02\x1e\x09\x6f\x66\x42\x01\x44\x76\x4a\x1e\xe0\x30\xfe\x83\x8b\xa9\x57\xdd\x24\x39\x0b\xad\x09\xd1\xba\x71\x9a\xa7\xc8\xa9\x91\x33\xe6\xa6\x56\x1f\x88\x33\xfe\x1e\x2e\xc3\x7e\x54\x84\x10\x37\xc9\xf0\xb7\xd1\xfd\xb8\xe7\xf6\x47\x0b\xfa\x33\xac\xb0\x97\xcc\xf7\x74\xec\x3a\x4f\x83\xc9\x37\x0c\x7b\x82\x2c\xde\x8a\x96\xd0\x26\x2c\x38\x57\xf8\xcf\x2b\xeb\x04\x2d\x3e\x2f\xfe\x3e\x85\xd7\x83\xa5\xb5\x82\x0e\x0a\x0f\x74\xb7\x1e\xf9\x64\xc5\x33\x97\x7f\x00\x65\x34\xb8\x5a\x99\x61\xf9\xaf\x7c\x28\x0a\x0f\x84\x30\x57\xc6\xb0\xc5\x2c\x54\xcc\x5a\xb4\x60\x9a\xa3\x78\x4a\x07\x2c\x86\xb0\xfc\xe1\xec\x85\xed\x16\xb3\xd8\x67\xc1\x0a\xe7\x2f\x5b\xc6\xe0\xf6\x07\xf6\xe6\x4e\x59\x8a\xe0\x42\xfc\x19\x00\x98\x69\xc5\x48\xd4\x57\x00\xce\x36\x0a\x8e\x6c\xe3\xfc\xc3\x83\xc0\x2e\xc8\xc8\x40\x03\x80\xf4\xe7\xcb\xde\x93\x06\x60\x77\x93\x3f\xed\x80\x12\x80\x67\x0d\x3f\xfa\x50\x02\x40\x48\x82\x10\x2b\x53\x16\x40\xcc\x8c\x98\x10\xdb\x38\x40\x8a\xa8\x34\x35\xf7\x61\x80\x34\x7b\x65\x33\xc9\x56\xb8\x9b\x9e\xa7\xb5\x4d\x9d\x97\x5c\x93\xc8\x62\x3c\x64\xd9\x42\x9c\x0b\x93\x70\xb4\xf1\xdb\x8a\xbf\xef\xc9\x1c\x62\x94\x28\x8f\x8b\x76\x20\x9f\x67\xce\x2a\xc3\x3c\xb2\x40\x75\x8c\x17\x9f\x46\x23\x11\x66\xcf\x72\x2a\x11\x6b\x97\x74\x7a\xe7\x6b\xaa\x0f\xce\xb4\x1a\x1c\x5e\x70\xab\xac\xa3\xf0\x40\x77\xa7\x4d\x2a\x96\xb8\x4a\x55\x07\x4e\x9b\x56\x2c\x37\xe5\x93\xba\xbf\x98\x4d\xac\x14\xe4\x26\xb5\xe1\x2d\x78\x57\x8b\x32\x03\x28\xf9\x50\x35\x65\x56\x31\xe8\xad\xc9\xe7\x2a\x8c\xad\x7a\xd1\x0f\xe3\x25\x4b\x1d\xac\xac\x30\xa9\xd1\xcc\x85\x06\xd6\xfb\x31\xc4\x88\x8b\xb9\xf7\x6d\x24\xb1\x7a\x61\xa3\xd9\x75\xd6\xa5\xd8\xc5\xa0\x77\x59\x7c\xd6\xa7\x70\xc6\x01\x27\x00\xf6\x59\x0b\xbe\xff\xb1\x3f\x70\x79\x0b\x5e\xdb\x2e\x0f\x20\x49\x12\xaa\xde\xe5\x07\xa0\xc5\x25\x48\xbb\xe7\x10\x80\xb1\x3c\xef\xd5\x3d\xe6\xff\xe1\x83\x38\xcc\x3b\x7a\xe4\x0a\x40\x72\x8e\xe0\x17\xd6\x02\x80\x4c\x2f\xc9\xb2\x1f\x7d\xc8\x3d\x2d\x5f\x2d\x56\x05\x0f\x73\x3a\x35\x78\xd4\xde\x93\x5b\xd2\x1f\x23\xe6\x2d\xf9\x89\xcf\x63\xeb\xec\xd4\xfc\xf7\xe0\x85\x7d\x27\xfc\x6c\x53\x8d\xb1\x89\x2e\xb5\xd9\xb7\xf3\xef\xa0\xaf\x58\xb9\x77\x84\x55\xac\xad\x51\x21\x4d\xc7\x85\xea\x5c\xe7\xe2\x0d\x3a\xbf\x0d\x37\x64\xbe\xec\x30\x2a\x9a\x97\xad\x55\x19\x8e\x35\xbd\xb0\x90\x5b\xf5\x78\xc0\xd9\x7c\x79\xf1\x49\xf9\xd1\x7f\x7a\x71\xea\xe3\x6c\x6c\x56\xb7\xe7\x44\x54\xad\xd8\x60\xd7\xb6\x65\x9c\x2b\xab\xb7\xa3\x5d\xf3\x4e\xb3\x2a\x12\xb6\xdb\x8d\x76\x4b\xcc\xc9\x2b\xb4\x7b\x8f\x86\xb8\xb2\xcc\x44\xfb\x27\x98\xa2\x68\x8b\x4c\x46\x3b\x34\x96\x2e\xa2\x29\x6d\x93\x5d\x3d\xb6\x2f\xc4\x3b\x91\xc3\xfe\x2a\xee\x5c\x60\x13\x00\x8b\xb4\xc8\x8b\x2d\xfb\x01\x78\x3e\xf2\xdf\xdd\xbe\x08\x20\x35\xcd\xaf\x4f\x47\x04\xd0\x6e\xe4\x3b\xbc\xbb\x02\xc0\xfc\x2e\x37\x17\x43\xca\x46\x1e\x04\x85\x83\x48\xf0\xe7\xe6\x3e\x7c\x12\x20\x4b\x82\x8f\x99\xb9\x03\xa0\xe0\x9b\xd0\x22\xc7\x69\x80\x92\x62\x69\xb2\xc8\x5e\x98\x2c\xbd\xa2\x12\xa6\xea\x46\x6e\x2f\x18\xd2\x17\xb4\x78\x4f\x9c\x48\x37\xb7\x24\xfb\x11\x71\xcf\x43\xd1\x5e\xb1\x19\x62\x18\x1f\xf7\x99\x74\x87\xd2\x8f\x8b\x86\x76\xab\x6d\x9f\xeb\xa4\x3f\x39\x9b\xfb\x3c\xed\x6f\xce\x7c\xe5\x6d\xca\x39\xc7\xd0\xea\xf3\x80\xde\xe2\xdd\x37\xbf\xa6\xa0\xeb\x09\xd6\x98\x79\x86\x7a\x54\x7b\xbe\x5d\xd6\x82\x7d\xcd\xd5\x8b\xaf\x1d\x18\x16\xab\x2a\x5e\xd7\x30\x38\x72\x2d\x9f\x2c\x2e\x2a\xef\x74\xb8\xbb\x52\x90\x37\x51\x34\xec\xb4\x77\xf5\x68\xce\xf0\x79\x4e\xc7\xa5\x35\x44\xba\x42\x96\xbc\xb3\xcf\x5a\x4f\x6a\x5c\x1a\xce\x39\x10\x1d\x94\x78\x2b\xc5\xc4\x09\x8d\x51\x8a\x45\x25\x05\x3a\x65\x61\xc6\xa2\x24\x63\xf3\x9c\xa3\xb1\x0e\x61\x13\x31\xe2\x4e\x6f\xb1\xef\x83\xaf\x01\xb0\xd6\x09\xb4\x6c\x69\x07\xe0\xbb\xcd\x47\xbd\x43\xfc\x0f\x0f\x82\x22\x57\xf9\x2e\x11\x00\x7b\x7b\xae\xa1\x3d\x7d\x00\xde\xb3\xa7\xe7\x7e\x9c\xa3\x31\xd6\x1c\xc3\x7b\xf7\x00\xa4\xb7\x70\x74\xec\xbb\x0a\x50\x28\xca\x95\x71\xec\x28\x40\x15\x81\x8f\xed\xc4\x0a\x40\x5d\x9c\xc4\x5d\xa1\x26\x80\x86\x32\xf9\x05\x25\x3e\xf2\x6a\xcd\x65\xcd\x41\x93\x3a\xe2\x54\x31\x93\xc9\x98\xdf\x45\x5c\x70\xd2\x45\xb7\x53\x59\x23\x9f\x16\x02\x57\x63\x1b\xaa\xcb\x5e\x79\x7b\xce\x5f\x50\x6b\x12\x1a\x4d\x70\x5e\xbe\xd3\x7f\xf9\xfc\x9d\x07\x76\x81\x9f\xd3\x3b\x3b\xae\xd6\x39\x26\x7f\x9d\xb8\xd4\xde\x12\xed\xc2\xf3\x2d\xad\xb9\xe0\xc2\x90\x6b\xda\x7c\x48\xbd\x74\xd9\x01\xb7\x85\x05\xa8\x2e\xc9\x1f\x45\x91\x96\x14\xcb\x4d\x28\x3e\x98\x8c\x01\xd4\xfb\x95\xce\xbc\xef\xa9\x54\xa8\xa7\xab\x03\x59\x36\x89\xdf\x51\x8f\xd6\x52\xd2\x1a\x63\x75\xdd\x93\xd0\xda\x49\xef\xa2\xaa\x3c\xe8\xd1\x97\x13\xde\x44\x3c\x71\xb7\xc0\x38\xc4\x60\x22\x52\x51\x4a\x98\x4f\x91\xc4\x60\x05\x77\x24\x36\x35\x8c\x01\x80\x9d\x97\xdf\x83\x46\x0c\x40\xe8\x13\xaf\xe1\x8e\x0b\x00\x2a\xe3\x5c\x68\xba\x5c\x00\xd3\x3b\x67\x85\xe9\xb3\x36\x3c\x08\x21\x6f\x4f\xa0\xe9\x46\x00\x52\xc6\xb6\x55\xfc\xf8\x1c\x15\x5c\x62\x95\xde\xa5\x03\x50\x75\x8f\xfd\xfc\x8f\x73\xa4\x65\x99\x8b\x81\x25\x02\xe0\xf2\x65\xa1\x46\xee\xa3\x00\x9d\xd4\xd2\x1c\xb2\xba\xb0\xb7\xc3\x50\xa5\xd7\x48\x87\xf8\xae\x49\xc8\xe0\xae\xdf\xf1\xaf\x07\x4a\xc2\xec\x13\x33\xe2\xc7\xc6\x53\x22\x82\x13\x6a\xf6\xde\x8c\x89\x34\x28\x10\x69\xa3\xeb\x32\x0c\x92\xeb\xd5\xe9\x54\x69\x3e\xe7\x73\x7d\x92\xa6\xc7\xaf\xba\xdb\x27\xf7\x73\x6f\x57\x6d\x11\x83\x9f\xf8\x1c\xf7\xa5\xe5\x9c\x1e\x3f\xd3\xef\x61\x17\x1f\xa4\xbf\xf5\xbb\x32\x4f\xaa\x33\x4e\x8e\xf1\xd3\x5b\x1c\xac\xcc\x48\x60\xf3\xdb\xb6\x4c\x53\xb2\x12\x4d\xf4\xf3\x59\xd9\x53\x30\x13\x71\xcf\xef\xc0\xaa\x50\xee\x9e\x90\x36\xff\x13\xab\xa3\x59\x96\x21\x58\x9f\xe7\x6b\x6f\x52\xd5\x82\xce\xf8\x22\xd1\x86\x49\xd3\x01\x67\x7d\x9e\x61\x68\xe3\x99\xfc\xef\x7b\x5f\xc2\xe4\x47\x2f\xfb\x76\x7a\xf5\x61\xed\xc2\x77\x03\x70\x1e\xe0\x0d\xdb\xc6\x0a\x20\x65\xc4\xf5\x6c\xc7\x2d\x00\xad\xe0\x33\xe1\x3b\x0f\x02\x58\x15\x9c\xe2\xd9\x49\x07\xe0\xf5\x91\x35\x63\x47\x3a\x40\x74\xf4\xa6\xe8\x1f\xeb\x3f\x9f\x7c\x74\x6c\x9b\x04\x40\xe5\x18\x55\xf7\xcf\x7b\x9f\xc1\x2c\xf4\xf4\x99\x00\x3d\xcf\xd8\x54\xf6\x3f\x04\x18\x1c\xe7\xc6\x9c\x0a\x06\x18\x9a\x11\x4d\x14\xb3\x01\x8d\x3b\x7b\xe4\x9d\x0d\xf6\x2c\x19\x5d\x3f\xa3\x1d\xe8\xe5\xf1\xea\x62\x9b\x89\xe5\xb3\x94\xca\x5b\xbe\x55\x19\x3e\x45\x15\x4e\x4d\x6e\x39\xb9\x29\xdf\x2e\x1d\x29\xd1\x4d\xb5\x6d\xe6\xed\x8e\xcf\xbc\x13\x7f\x63\x74\xb5\xef\x43\x52\x7f\x0c\x7a\xb6\xa7\x2f\x29\x2e\x22\x26\xfb\x2b\xed\x15\xce\x68\xa9\xe8\xcd\xdf\xde\x35\x3f\x8c\xb4\x88\xfc\x36\x1f\xd1\xb0\x3f\x6c\x38\x52\x72\x11\x51\xcd\x46\xc9\xc1\x09\x2e\x09\xf3\x5c\xa1\x2a\x14\x0f\x74\x09\xb5\x5f\x45\xe5\x9c\x0e\x10\x0a\x35\x5b\xdb\x92\xe9\xe6\xaf\x18\x72\x74\xed\x66\xea\x13\xdf\xd6\x60\x55\x74\x6d\xa2\xb8\xb7\x46\xf0\x22\x26\x2c\x26\xcd\xfb\x5c\x60\x2e\x96\x2a\x32\xca\x13\x1b\x28\x89\x8d\x0e\xb3\x05\xe0\x79\xcf\x5d\xb1\x0d\x00\xe4\x3e\x9c\xf5\xd9\x3e\x03\x60\x90\xc6\x36\xb0\x5d\x13\xc0\xd1\x95\x09\x4d\xf3\x7e\x23\x07\x21\x0d\xf7\xab\x96\xf9\x50\xfd\x75\xef\xf5\x9a\xf7\xaf\x7a\xcf\x8d\x29\x8b\xce\x1c\xe0\xf1\x55\x0e\xed\x23\x12\x00\x13\xa6\xfc\xea\xdc\xd3\x38\xe2\x2b\x39\x29\x56\x8d\x90\x69\xb6\x91\x5e\xf5\x3d\x2e\x4d\x0f\x35\x6f\xdd\x32\x89\x8f\xcd\xe8\xf8\x7a\xb5\x17\xd5\x58\xa4\x5c\xec\xd4\xb2\x35\xf6\xf6\x45\xe3\x64\xa3\xba\xd7\xb5\x5f\xda\xad\x22\x1a\x6a\xa6\x87\x8f\x76\xb6\x05\x9e\xac\xc4\x7f\xc6\x74\xf1\xfa\x3f\x2a\x41\xcd\xbd\x6a\xe3\xf2\x43\x14\xc4\xce\x9f\x6a\x18\xf2\x6d\xc8\xa3\x5b\xa8\xbf\x70\xd4\x47\x39\xcb\x7f\x29\xb3\x2c\xdd\x3b\x22\xfd\xea\xf2\xcd\x42\x82\xd7\xf5\xd4\x0b\x2b\x5d\xe7\xf7\xff\xe6\x3f\x18\x13\x17\xd6\xe6\x52\xde\xbb\xb7\x24\x28\xa1\x03\x92\x0e\xbb\xcb\xc5\x6d\xc3\x1c\x8d\xab\x46\xd1\xc5\x22\x30\xd7\xa2\xb7\xba\x89\x45\x17\x63\x2d\xc3\x79\x5d\x96\x23\x6f\xe2\x4e\x04\x09\x02\x08\x7c\x3a\x17\xbb\xcd\x0e\x40\xb5\x9f\xed\x24\xed\x20\x80\xf9\x23\x16\x6a\x9a\xa7\x00\xee\xc1\xbf\xd6\x47\xc9\x41\xa0\x78\x10\x28\x3e\x8c\xde\xf5\xfe\x50\x72\x41\x26\x12\xa8\x7e\x7e\x5f\xfb\x28\xcd\xd2\xb5\xcb\x09\x60\x69\x3f\x57\x26\x5b\xe6\x5c\xda\x17\x94\x58\x8d\xc2\x85\x17\x07\xdf\x7e\x55\x8e\xb0\x39\x38\x20\x39\x5e\x84\x90\x0e\x89\xab\x43\x8e\xbc\x75\x3a\x9f\xe5\x97\x26\x36\x14\x1d\x3e\x51\x6d\x17\xa6\x7e\xd3\xae\x92\xad\x71\xb7\xb7\xc5\xe0\x99\xdb\x57\x5a\x98\x9d\x0d\xfb\x93\xe7\xa4\xda\xea\x9c\xb5\x3a\xbf\x7c\x1f\x6c\xc0\x38\x67\xb4\x8a\x2e\xb4\xd5\x70\x39\x47\x36\xf0\x2e\xe9\x94\xf5\x39\x67\x55\xf7\x2e\x57\x17\x4e\x3a\xd3\x55\x6c\x5d\x79\x92\xb7\xcf\x49\xa1\x94\x6f\xf5\x7d\xa6\xad\x93\x4a\x41\xe9\xda\x78\xca\x5b\xa7\x9e\x3c\x53\xb4\x7a\xd2\x45\x47\x89\x5c\x7b\x0c\x7b\xdc\x16\x87\xb5\xcc\x18\x0c\x26\xd2\xda\x01\x95\x3e\x82\x0d\x08\x33\xb4\x27\xa6\x62\xb1\xdf\x82\x1d\xed\xf3\x93\x89\x38\xcb\x00\x37\x00\xc9\x31\xf6\x3e\xda\x02\x00\x6d\x3b\xa6\xbb\x5b\x96\x00\x6c\x3f\x6f\x72\xa1\xfa\x8f\x3c\x0c\x4a\x2e\x4a\xf7\xf4\xaf\x4a\xc9\x83\xa0\x70\x10\x73\xf5\xbf\x2a\xf9\xc8\x11\x87\x2d\xf4\xcb\x99\x00\x67\x82\x8f\x65\xbe\xa5\xc1\x7b\x0a\x5f\x10\x97\xbd\x4f\x5a\xa6\x53\x70\x43\xfa\x77\xa4\x7f\xcd\xd2\x5b\xf5\xbc\x57\xfc\x75\x86\xc1\x2e\x30\xfe\x7e\x14\xd7\x9b\xf1\xe0\x43\x85\x2e\xde\x0b\xaf\x11\xa5\x62\xe5\xd7\x1c\x73\x5e\x1d\xbe\x71\xa8\x7a\xd6\xa2\x7f\x62\xeb\xec\x54\x6d\x8c\xc5\x96\x51\xda\x05\x62\x65\x81\x25\xdb\xed\xf1\xa5\xc0\x92\xc7\x96\x97\xae\xe5\x2e\x7f\xce\xcf\xb3\xca\xe9\x4c\x5a\x19\xcf\xc1\x5b\x65\x5f\x92\x5c\x9d\xcb\x30\xb0\x66\x6b\x24\xae\x3d\x4e\x91\xb4\x62\xa9\x6b\x44\x7f\x8f\x0b\xb3\x4e\xaf\xca\xc7\xb0\xc5\x26\x58\x19\x56\x28\x62\x19\x22\x78\x2c\xef\x95\x3e\xc1\x36\x85\x84\x5a\x0d\x17\x79\x63\xef\x05\x4f\x59\xf6\x14\x70\xe2\xa2\xfc\x77\x5b\x9e\xcb\x97\xc7\x3d\xf1\x79\x06\xa0\xc4\xc7\x7c\x7e\x4b\x2f\x80\x99\xd9\x31\xb7\x2d\x0b\x1b\xcf\x01\x85\x07\x2a\x0b\xfe\x7b\xfe\x3d\xb4\xfe\xb9\xa0\xf8\x30\xe6\x4c\xa9\xfe\xb8\x07\x3f\x9f\x0b\xb0\x77\x99\x8a\xea\x6d\x34\x00\x87\xfd\x11\xbd\x91\xb7\xe0\x22\x64\x27\xc8\x78\xad\x81\x84\x91\x9b\xd5\xdc\xd6\xe0\x4e\xdc\xaa\xd3\x63\x17\x92\xcd\x8b\x3d\x60\x1d\x10\x9c\x12\x58\xb6\xd2\xe6\x9f\x95\xb6\xc9\xe5\xf1\x4a\x40\xa1\x5b\x8e\xa6\xe5\xf8\x0a\x4b\x5f\x57\xfe\x6b\xe4\xb9\xe5\xe6\x77\xcd\x45\x6f\x0c\x66\x3f\x07\x2c\x8b\xe4\xdf\x30\x9c\x7c\x1d\xb9\xd2\x95\xad\x82\x78\xf0\xb8\x61\xf5\x53\x5a\xf4\x6f\xef\x05\xd3\x0d\x7b\x74\x6e\xdc\x17\xa3\xc7\x7d\xb5\x98\x43\x31\xb6\x46\x9d\x5d\x0a\x98\xa5\xf0\x2e\xe3\x8b\x97\x4a\xb1\xba\xa1\xd7\x4c\xee\x35\x3d\xc5\xc6\x86\x0c\x18\x4f\x34\x3c\xc6\x69\xf8\xb7\x18\x6b\xd7\x9d\xc6\x3d\xf3\x26\x1b\x8f\xd4\xec\xc6\xd3\x7a\x35\x9b\x70\x55\x3c\xc1\xab\x79\x4c\x02\xa8\x3c\xdb\x31\xf1\x63\x3d\xb6\x9f\x37\xfd\xfc\x7d\x32\x6c\xfd\xff\xf7\x9f\x1c\x08\xc5\x83\xf0\x9c\xe7\x57\xfd\xca\xfb\xe7\xfa\xbf\xad\xcf\xbb\xa7\xd4\x00\x8e\x9c\xa1\x31\x1a\x61\x06\x38\xa5\x7c\x90\x71\x60\x37\x54\x08\x31\xf3\x72\xb7\xfa\x91\x03\xe5\x65\x95\xc6\x4b\x3a\x89\x18\x5d\x5e\x53\xd7\x84\xef\x04\x01\xab\x06\x54\xa6\xcf\x19\x9c\xbc\xf7\x95\xd0\x4a\x47\x05\x2c\x67\x36\x75\x4c\x88\x85\x0b\xc6\xb6\xb9\x35\x81\x19\x19\x89\x1e\xb9\x73\x2f\x71\x41\xe7\xd1\xda\xd2\x1c\x4b\x8a\x9c\xd6\xdb\x15\xc1\xb5\x92\x84\x0e\x1d\xba\x8f\x65\x68\xf3\xd8\x7a\x1d\xd5\x37\xbb\x30\x66\x11\x57\x29\x79\x1f\x7a\x52\x0f\xa2\xb0\xf2\x21\x56\xfa\x6a\xb7\x9f\x60\x33\x82\xbe\xeb\x97\x0e\x18\xe1\x76\xf9\x2f\xea\x67\xf4\xe5\xe3\x62\x7c\xe9\xf4\xd5\xba\xea\xf1\xa7\x3c\x1a\xf4\x39\x3b\xce\xe2\x53\xdc\x1e\x1a\x2a\xb6\xee\xc2\x9b\xb8\x57\x1a\x6e\xbb\xf8\x0d\x3f\xe8\x5a\x04\xa0\xff\xee\xd7\xba\x3c\xd6\xbd\x30\xa9\x8a\x7f\x7f\x0e\xae\xfd\xc3\x83\xf0\xa9\xf6\xcf\xf9\x27\x25\x0f\xe4\x75\xf9\xaf\x3a\xbc\x3e\xef\x1c\x78\x07\x70\x8a\x99\x51\xf9\x92\x2d\x7c\x14\xa8\x3d\x4b\x53\x15\x08\x3b\xe5\xf6\x48\x6d\xcf\x6a\x25\x4d\xe8\x78\xe8\x8a\x47\xf0\x13\x43\x2c\x03\xac\xfb\x51\x63\x04\x45\x8f\x3c\x14\xaf\x5d\x36\x1e\x91\xcc\xe7\xfb\xda\x6c\x06\xf7\xb6\x72\x4b\x40\x19\x62\x18\x17\xdd\x89\x0a\xe2\xd4\xe5\xc5\xed\x1f\xc9\x08\x2e\xd2\xd8\x87\xad\x5f\xa4\x0d\xd1\x51\xeb\xc1\xce\x63\xd9\x82\x76\xa8\xef\x58\x48\xc1\x96\xf9\x57\xaa\x6f\x99\xdd\x89\x33\xf2\x46\x68\xf0\xbc\x39\x87\x4b\xf1\x2a\xd4\xc0\x3c\xfb\x88\x7b\xe0\xa9\xa0\xe9\x3c\xf2\x1a\xcf\xe2\x2e\xaa\x49\xbe\xcf\x89\xb7\x72\xab\xd7\x0a\xbf\x75\x15\xdf\xe0\x32\xa4\x4d\x3b\xb0\x13\x3f\xe9\x6c\xa9\x15\xd4\xd7\x4d\x30\xb0\x6f\xd2\x5a\xed\x76\x21\xc4\xd9\x49\xfd\x9b\x03\xa1\x70\x71\x94\xfb\xef\x0f\xd7\xf9\xc0\xe9\xf5\xbf\x47\xfe\xc9\xcd\x2c\xac\xcf\x71\x5e\xcf\xff\x63\xfe\xb9\x3e\xef\x68\xe7\x04\x60\x2f\x3e\xc8\x76\x21\x1f\x96\x04\x17\xcf\xec\x3c\x4f\x06\x6b\xd9\xfb\x22\x5c\x09\x53\xe4\x50\xed\x2a\x95\xfc\x40\x73\x92\x8b\x79\x23\xd2\x8c\xc2\x3f\x58\xd7\x12\x69\xa3\x7d\x1c\x82\x4c\xa6\x08\x4d\xe7\xaf\x3a\xdb\x1a\xbe\x25\x88\x36\xb4\xb9\x25\xe9\x22\xf1\x6f\xae\x1d\x74\xf7\xd3\x70\xc4\xe7\x3c\xbf\xec\x21\xa2\x72\x1e\x9f\xb0\x54\x89\x5a\x55\xa6\xc1\xe3\xf0\xba\x2e\x9b\x95\xb6\xe3\x9d\xf1\xaf\xec\x9f\x29\x85\x2c\x70\x13\xb6\xd9\x7d\x55\xb6\xf9\x68\x48\x60\xb4\x03\x95\x73\x53\xd4\x84\xd3\x76\x2f\x95\x89\xe3\x97\x09\x79\xd6\x99\x2a\x03\x4f\xa5\x09\x95\xd6\x21\xaa\xdb\x1e\x6e\x23\xcc\x5a\x9a\xaa\x2e\xdd\xdb\x4a\x98\xb4\xc4\xa9\x4e\xdf\xda\x45\xe4\x31\x17\x06\xf0\x5d\xcf\xfd\xa1\x78\x20\x9a\xd7\xd7\x3d\x94\xf4\xab\x52\xee\x7f\x13\xef\xfe\xa8\x4b\xd8\x5f\xeb\xfc\x9d\x87\x22\xb7\x3e\xff\xac\x59\x9f\x7f\x2a\xac\xcf\xbf\xfa\x01\xd8\x3c\xf6\xf1\x14\x7c\x02\xe0\x6b\x67\x65\x49\x53\x87\x1a\x59\x26\xbe\xab\x91\x12\x64\x8c\xd6\x21\x99\x01\xaf\x20\x32\x97\x69\x96\xa6\x22\x85\x7f\xb0\x10\x24\xc9\x85\xca\x18\xc7\x19\x67\x12\x6f\xa6\x7d\xb1\x98\xfc\xed\x7d\xd0\x23\x06\x35\x1f\xb6\xaa\xd5\x38\x4d\x3c\x70\xe3\x8d\xad\x94\x4a\x39\x61\xe1\x45\xb7\xad\x93\x12\x1d\xe1\xf5\x77\x33\x1b\xb2\x82\x03\x91\x9b\x50\x64\x19\xfb\x3b\xef\x82\x88\x2d\x26\xca\x1a\x77\xc9\x55\xcc\x57\x11\x33\x91\xdb\xe5\x15\x66\x9b\x88\x69\xc8\x28\xf9\xeb\xef\xc6\x88\x79\xc8\x00\x05\xd5\x89\x09\xe2\x45\xc4\x9a\x82\xc7\xf3\x28\xe2\x7d\xc3\x4f\x8a\x3a\x8f\x37\x11\xef\x20\x2c\x36\x72\xa2\x6a\xd6\xbd\x17\x14\x0f\x04\x65\xfe\x8d\x4e\xa1\xfa\x2f\x0e\x68\x7d\xbe\xd7\x4f\x99\x7f\x9e\xfb\x55\xcb\x57\xd7\xe7\x5f\x0b\x00\x27\x86\x18\x8e\x64\x0c\x02\xf0\x5d\x66\x9e\x8a\x3d\x0d\xb3\xd2\xf2\xe7\x84\x03\x0c\xc1\x53\xfd\x86\x70\xab\x2b\x37\xb9\xd7\x38\x41\xe1\x8a\x75\x15\x59\xdc\x9e\xa0\x81\x34\x3d\x4b\x22\x04\x9a\xea\xd8\x20\x26\x49\x4f\xe2\x8a\xf4\x72\xf4\xb7\x90\x4a\x73\x9c\x0c\xa6\xb5\xb3\x48\xe6\x55\xdb\x90\xe6\xea\x78\x12\xd7\xa5\x31\xa3\x1e\x95\x18\x22\xf9\x96\xb0\xf1\x2d\x45\x4f\xe2\xc2\x0b\x1b\x63\xeb\xff\x93\x7b\x88\xc4\x8d\x91\xfa\xd5\x76\x49\x9b\x2c\x89\x90\x92\x34\x32\xa5\x6d\xbe\x7c\x20\x15\xab\xcf\x4a\x6f\x9f\x3e\x4c\x1a\x56\x7d\x2d\x23\x39\x35\x49\xca\xd7\xf0\x07\x28\xcc\xa4\xfa\xcb\x87\x32\xb6\xce\x01\xce\x4f\xfd\xa8\xd8\xcf\xff\xe0\x80\x74\xff\xe6\x80\x2e\xaf\x73\x0f\x94\x1c\x00\x8a\x07\x22\xfe\x3d\x00\x75\x09\x15\x55\xbc\x33\x00\x9f\xd8\xb1\x1d\xa1\x71\x00\x52\xfe\x1c\x7c\x9e\xab\x70\x55\xd5\x81\x67\xc9\x91\x03\x4e\x22\x8a\x25\x15\xcd\x97\xc8\x37\x6c\x96\xe5\x49\xc6\x5b\xc9\x39\x5e\x64\xe5\x06\x83\x87\x64\xaf\x08\x7a\xd5\x57\xba\x0f\xc9\x6a\xc9\xb2\x1a\x74\x5a\x5e\xe4\x33\xe7\x8b\x35\x23\xd4\x77\x90\x96\x6a\xdd\xb4\x9f\x2b\x87\x90\xd6\xda\xbf\x68\x61\x15\x5d\x49\x6d\xb7\x62\x74\x1b\xe5\xe9\x49\x35\x63\x95\xba\x81\x3f\xb9\x07\x59\x1d\x85\xdf\xdc\xc3\x2f\xdf\x43\xe9\x3f\xf3\x1d\x28\xbc\x83\xd8\xbb\xd5\x73\xe4\x22\x69\x3e\x31\xe2\xf7\x6a\x72\xb6\x74\xdc\xc6\x7b\xe1\x83\xf5\xf7\xa4\x4f\x3f\xcf\x05\xd2\xfa\xf3\xff\x31\xec\x1f\xf3\xdf\x57\xeb\xf3\x5f\xed\xbf\xe7\xbf\xf9\xeb\xbe\x9c\xa4\xf5\xbe\x24\xee\x00\x60\xb5\xa6\xbb\x16\xee\x09\xc0\xaf\x7c\x94\xcf\xa7\x13\x40\x3c\xe8\xf8\x05\x97\x3b\xf0\x52\x75\x0f\x27\xca\x46\x1e\xbc\x0c\x2c\x84\x3e\x98\xb6\xc2\x61\x8b\x2f\x92\xcd\x88\x5c\xd8\xee\xc6\x2e\x5d\xa0\xef\x4e\x7e\x1c\xf4\x4a\x7e\x46\xbb\x85\x3c\x12\xf3\x5a\x1e\x34\xf7\x91\x3b\xd3\x26\x15\x83\xd5\x4c\xc8\x79\x85\xdd\xca\x1c\xca\x40\x76\xa8\x1d\x56\x75\x53\xc0\x92\x8d\x3b\x5a\x54\x53\xe5\xe4\xc8\x46\x37\xc2\x55\x56\x29\xdc\x83\x14\x9e\x2c\xfb\x8e\x56\x55\x54\xd2\x91\xec\xb3\x48\xab\x14\xf3\xbb\x0f\x5d\xe4\x19\x72\xa4\xcc\xa4\xd8\x49\x10\x21\x4f\x48\xb0\x8a\xee\x01\x57\x60\x10\xdd\x2d\x74\x0a\xde\x41\x36\xaf\x14\xc0\xad\x7d\xbf\xd6\xff\xfe\xc6\x9f\xe7\x20\x25\x0f\xe6\xf7\xfc\xf7\xfa\x3a\x07\xb6\x9e\x87\x51\xbf\xe3\x6f\x0e\x26\x6d\x9d\x17\x88\x58\x9f\xfb\x46\x28\x00\x1c\x97\xd8\xf1\xd4\xcf\x0a\x80\xf3\xf0\x3e\x17\xd4\x1b\x00\x71\x07\xe6\x3a\xfb\x66\x00\xa5\x16\x0e\x65\x0b\x36\x28\xd7\xfb\xc8\x17\x88\x50\x84\x2c\x13\x07\xfe\x1a\xfd\x1c\x70\x70\x6c\x12\xb1\xd1\x49\x03\x75\x1f\x6a\x71\x5a\xcd\xc7\xa0\x10\x72\x46\xbc\x53\xfd\x1e\x9c\x8d\xe5\x90\x2c\x56\x3d\x47\x86\xac\x0c\x99\x10\xa5\x7e\xf2\x74\xe9\x19\x59\x50\xd0\x27\x4f\xd5\xed\x95\x05\x59\x43\xf2\xdc\x65\x61\x99\x6a\x99\x83\xe4\xfe\xfe\x59\x39\x92\xd4\x11\xf2\xe3\x7b\xaf\x65\x13\x24\x0f\x90\xaf\xbe\x64\x90\x6b\x14\x0f\x27\xbf\x9e\xbd\x2c\x93\x2c\x8e\x26\xdf\x5c\x3d\x2c\xa7\x25\x16\x00\x1c\xe4\xbb\x92\x07\x44\x24\x21\x03\x44\x85\x06\x85\xe2\x60\x0c\x62\xf8\x78\xfe\xe0\x60\x7e\xee\x83\x94\xf9\xf7\x4b\xbb\xbf\x39\xa0\xab\xec\x7f\x73\x40\xa5\xeb\x5c\x48\xd6\xfa\xf3\x10\xbb\xee\x43\xf0\xcb\xfb\x55\x9d\x94\x00\x36\xd1\x52\x51\xa1\x4e\x03\x70\x54\xec\xf2\x71\x7c\x00\x20\xda\x7d\x94\xcb\x86\x11\x40\xf1\x12\xdb\x45\x63\x19\x78\xa5\x5d\x7e\x76\x5e\xff\x21\x5c\x47\xaa\x70\xcd\xeb\x5c\x83\x46\x5b\x0e\x3e\x3a\x6d\x1c\x04\xa1\x7a\x85\x19\x35\xf0\x10\xe0\xbf\x43\x38\x57\x35\x18\x22\xc2\xe3\x85\x88\x2a\x9a\x60\x92\x80\x11\xdb\xa4\x78\x1c\x6c\x33\xaf\x89\x1e\x57\xf0\x85\x53\x25\x89\x92\x28\xd9\xb7\xc0\x5f\x53\x28\x21\x28\xdd\x09\xc7\x2f\x99\x48\x6e\xa5\x70\x0f\x14\xbf\x81\xf8\x7e\x60\x19\x25\x48\xc8\x8a\xad\x02\xd5\xd4\x61\x29\x45\xd1\x3c\xe0\xfc\x7a\x4e\xbc\x43\x64\x0f\x04\xa2\xf7\x0b\x7b\x09\x0f\x40\x0d\x68\x0b\xa2\x28\x1c\x0c\x65\x1f\xa4\x9c\x03\xc3\xf9\x7f\x73\x40\x4d\xeb\x73\xfe\xf2\xf5\xdc\xa4\xec\x80\x5f\x35\x61\xe4\x57\x0d\x7e\xf2\xab\xa2\xd6\xcf\x0b\xab\x14\x80\x4d\x28\x2a\x2a\x87\xb7\x00\x1c\x17\xe8\x13\xac\xfa\x00\x04\x0a\x0f\xd0\x98\x35\x02\xc8\x6d\x63\x26\x18\x52\x01\xa8\x9f\x61\xd3\xd2\xb9\x07\x5f\xf5\xf5\x4e\x17\x69\x27\xc0\x13\xf3\x6a\xce\x72\x8d\x7b\x70\xc7\x31\x89\x3b\x5b\xcd\x03\x86\x51\xb4\xdc\xbe\x2a\x51\xd0\xe3\x8f\xe0\x8d\x57\xe6\x83\xfc\x28\x06\x81\x0f\xf2\x8a\x70\x2d\xee\x02\xaf\x86\x5c\x12\xa4\x66\x07\x09\x5e\x96\x36\x83\xea\xc2\x30\x7e\x77\x49\x6f\xa8\xa8\x52\xe4\x0f\x97\xf8\x04\xe1\x4d\x77\x84\x98\x7e\x73\x0f\x16\xa0\x37\xe0\x2f\xba\x45\x4c\x15\xb4\xee\x37\x88\x72\x89\xb8\x81\xd3\xf3\x31\x61\x51\x61\x23\x88\x78\xe7\x24\xf8\x44\x68\x01\xd2\xbe\xec\x17\x64\xa7\xf8\x70\x28\xe7\xc0\xa3\xc2\xbf\x39\xa0\xd6\xec\x75\x0e\x88\xff\x6f\x0e\x28\xa9\xfb\x57\x0d\x5b\xdf\x27\xbc\xd7\x9f\x13\xfb\x75\x5e\xc6\x68\x3d\x37\xc6\x3a\x03\x80\x3d\x97\x6e\xa7\x59\x2c\x00\xff\xb1\xbd\x2b\x86\xb4\x00\xe2\xab\x07\x03\x75\xb7\x01\x28\xb7\xb3\xf8\x6b\x21\x00\xb4\xf5\xd8\x54\xd5\x17\x01\x8c\xb7\xb0\xc7\xa9\xf1\x02\xde\xaa\xe2\xb4\x84\xb2\x1c\x80\x7d\x2d\x87\xbe\x0a\x07\x8c\x79\xc5\x73\xdd\x56\x88\x87\xd9\x80\xd4\x73\xb3\xf2\x27\xe1\x75\x78\x0d\xd7\x09\xd9\x7e\x78\x14\xff\x8e\xbb\x4e\xfa\x05\xdc\xcc\x54\xe7\xa9\x91\x78\x0b\x4f\x0a\xa8\xb9\xa9\x29\xdc\x83\x98\x1e\x0c\xd6\xdf\xe3\xb1\x16\x35\x85\xeb\x2d\xc0\x13\x2f\x72\x12\xba\xbb\x07\x78\x66\x44\x0e\x40\xe9\x0d\x2c\xff\x7e\xa1\x51\xa8\x79\x38\xc8\x17\x2b\x48\x86\xe6\xe7\xad\xbc\x44\x4a\x2e\xd6\xff\xe2\x80\x6a\x72\xfe\xde\x07\xff\xc9\xc1\xf8\x5e\xf9\x55\x5d\xd6\x73\x62\x2c\x3c\x7f\x55\x5b\x11\x80\x63\xee\x5b\x6d\xb5\x6a\x01\xe8\x38\xa9\xa8\x0c\x4c\x00\xce\xb2\xd2\x69\xe8\xaa\x02\x88\x14\xef\x67\xd0\x94\x07\x90\x77\x3b\x52\xa0\x2e\x07\xa0\x36\xcb\x52\xab\x1a\x0c\x60\xd0\x79\x42\x4a\xc5\x16\xc0\x14\xd8\x74\x55\xb6\x02\xd8\xfa\x70\xf0\x28\xd1\x02\x38\x63\x39\x5e\x2a\xc8\x02\xc9\xab\xfd\xcc\x7e\xb9\x4d\x00\x01\x8f\x4f\xcf\xc8\xa8\x00\x2e\xa2\xf2\xcc\x43\xa9\x49\xc0\xc5\xd6\x9d\x99\x92\xe8\x01\x4c\x1a\xcf\x59\x7a\x89\x1d\xf0\xe1\x7c\x39\xa7\xa6\xf8\x56\x78\x5d\x2a\xc2\xf9\x4d\x34\x17\xc6\x2f\xf8\x72\x71\x0b\x77\xc2\x54\xb3\x17\xa7\xa9\xe0\x65\xf8\x76\xc5\xf8\xec\x07\xc1\x7e\x98\xb8\xd6\xc7\x79\x59\xe0\x3a\xbc\xbf\xb9\xcc\xf9\x93\x06\x54\x91\xa0\xfa\x49\xb9\x29\xe4\xfc\x17\x07\xc1\x6f\x2a\x5f\x4f\xff\xf9\x0f\x1f\x84\xb9\x52\xe9\x91\x84\x3f\x78\x10\x39\xed\xcd\x1c\xe9\x00\x46\x8b\x06\x1f\xf8\xa4\x01\x4c\x0f\x9b\x3e\x91\x38\x0a\xdf\x4c\x15\x1c\x30\x0a\x44\x18\x34\xbe\xe7\x99\xa8\xa6\x08\xae\x48\xf3\x88\x5e\x3d\x7d\x32\xd9\x20\x3a\xb3\xd0\xc4\x90\x5c\xa7\xf3\xb6\xf2\xb3\x65\x13\xf9\xa4\x96\x56\xbb\xb1\x83\x15\xe9\x8d\xba\xc6\xcd\xa7\xce\x06\xa4\x7a\x95\xf3\x63\x49\xae\x9c\xa4\x20\xa5\xd1\xf7\x38\xb7\x47\xa4\x28\x85\xe1\x15\x1e\xb7\xfd\xa4\x65\x79\x69\x7c\xb0\x23\x03\xd9\x4a\x8e\x9d\x70\xd8\x66\x33\xe6\x9b\x1c\x03\xc1\xd4\x4a\xf4\x9b\xa5\xfc\x0e\x82\x95\xd5\xd0\xf4\x9c\xc2\x39\x82\xbe\xf5\xfd\x49\x21\x85\x58\x42\xae\xd5\xf6\xe7\x46\x8a\x67\x09\x23\x16\xe1\xa3\x06\x8a\x8f\x08\x68\xf3\x80\xfb\x99\x4a\x48\xe2\x69\xb3\x2d\xb7\x55\x94\x86\x89\x66\x26\x9e\x83\x89\x2a\x54\x44\x39\xd3\x1b\xd7\xf2\x95\x43\x89\x75\x48\xc2\x8f\xf5\x2b\xed\xfa\xd5\x07\x19\xbe\x1f\x75\xf7\x0b\xd9\x9f\xbf\x3b\xb1\x97\xc9\x8d\x6c\x3b\x06\x20\x24\x27\x6b\xb7\x0b\xb3\xd1\x07\x65\x39\x25\xfb\x23\x4f\x01\x74\xc7\x54\x03\x59\xf3\x01\x90\x28\x2d\xc9\xd3\x33\x00\xc6\x37\xf5\x7b\x79\x2d\x00\x4c\x9d\x4c\x39\x25\x76\xc1\xbc\x59\xb7\x0d\x28\xec\x87\x7a\xd3\x4c\x0f\x06\x0d\x41\x10\x32\x36\x8b\x70\x42\x9c\x25\xcf\x1a\x16\x67\xd8\x98\x4e\x90\xed\xf5\x32\x2b\x69\x6c\x6d\x7f\xf7\xa1\x5e\x7d\xe0\xf6\x49\xd7\x7b\xa4\x4c\x95\xfa\x67\xc3\x6e\x92\xa4\x60\x25\xd9\x59\x1a\xb7\x72\x92\xac\xe2\x66\x0c\xab\x7b\x23\x29\x49\x41\x18\x37\xe5\xda\x40\xe9\xc7\x52\xb3\x7c\x11\xfe\x85\xdd\xd7\x59\x23\x45\x16\x7c\xbf\x43\xe4\x7b\x21\x45\x65\xc2\x66\xbb\xe6\x71\x84\xd2\x0a\x9e\x64\x5f\xf4\x64\xaf\xf2\x56\x02\xca\x06\xf9\x00\xaf\xcc\x4b\xb8\x6a\x09\x77\xec\x54\x7a\x08\xa5\xd6\x7e\x37\x0e\xa9\x08\x13\x39\xcc\x3a\xae\x1f\x55\x79\x4d\x94\x36\x63\xe9\xb1\x51\x59\x21\x06\x9b\xec\xfb\xb3\x0f\x52\x3f\xe7\x9c\x4c\x8f\x64\x79\xa9\x49\x1b\x1c\x84\xc8\x05\x59\x1d\x06\x49\x00\x99\xef\x32\xbb\xf7\xfb\x03\xa8\xbf\x93\x2f\x3c\xe2\x08\xa0\x5f\xa4\x7c\xe0\xb8\x20\x80\x31\x8d\x46\x02\xc7\x17\x00\x0b\x71\x9d\x6c\x1e\x71\x00\xf3\x33\xc6\x04\xf1\x2b\xf0\xcc\xf2\xba\x65\xa9\xd2\x26\xc8\x30\x6f\x77\xbb\xaa\xb5\x19\x4e\x9b\xbc\x09\xbd\x8e\xf8\x4a\x6e\x44\x86\xa7\x67\x5b\x16\x90\x35\xf4\x85\x2a\x2e\xd8\xdd\x27\x7d\xd5\x56\x6f\x57\x72\x56\x24\xf1\x6a\x8c\xdf\xd9\xe9\xb9\x44\x62\x56\x75\x19\x6f\xf6\xc4\x92\xe8\x95\x9e\x7e\x79\xe4\xb5\x93\xf8\x52\xb1\x15\x3b\xe9\x3d\x40\xaa\x92\x27\xe1\x37\xbb\x14\x61\x55\x15\x94\xf1\x47\x5d\x84\xe7\x16\x14\x1f\xe2\x37\xbb\xbe\x98\x8e\x51\xa2\xc7\x87\x3b\x0d\xbc\x2a\x50\x6e\xc4\xa3\x9c\x71\xcf\xea\x94\xa3\xf1\x18\x87\xcd\x8f\x76\xab\x3c\x23\xd0\xd9\x7f\xbd\x3b\xa1\x7a\x86\x60\x6c\xdb\x7b\x03\x54\x2f\x11\xaa\xac\x2b\xfa\x45\xd4\xb4\x08\x7d\x56\x84\xab\x08\xb5\xa7\xc4\x6d\x16\x39\x9d\x63\xea\xc6\xc4\x7d\x16\x26\x1b\x7c\x14\x55\xb7\x14\xdb\x7f\x71\x10\xc2\x89\x52\xb0\x9b\x09\x40\xbe\x40\x7a\xea\xc0\x71\x00\x8d\x65\xf9\xa6\x23\x2f\x00\x0c\x57\x94\x19\x58\xcf\x00\x98\xf6\xa9\x2e\xb3\x27\x01\x58\x59\xe8\xf8\xf0\xea\x02\xd8\xd0\x23\xaf\x48\xec\x80\x11\xcb\x6f\x96\x18\xa5\x12\x70\xb2\x24\xb8\x9a\xe9\x2c\xc1\x61\xd3\x95\x10\x24\x72\x96\x1c\x6a\xac\x91\x7a\xdd\x46\x92\xf4\xdc\xf0\x52\xf9\x1b\x97\xc7\xa4\x14\x9d\x8c\x8e\x9d\xa8\x01\x4a\x1f\x88\xb7\xd4\xf8\x5e\x46\xf8\x16\x10\xfb\x94\x5d\xbe\xf6\xfa\x8a\x10\x5b\x95\x36\x63\x2b\x7d\x0d\x28\x5c\xd4\xf2\xbc\x62\x30\xae\x03\x55\x38\x5b\xaf\xf4\x12\xf7\x02\x15\xfb\x36\x51\xb9\x03\x47\x72\x5b\x7e\x11\xa2\x52\x8b\x37\x70\x3d\x30\x02\xaa\x03\xf8\x58\x17\x81\x7b\xd9\x6a\xaa\xf8\xb7\x8e\x03\xb7\x88\x6a\x33\x04\x7a\x87\xe2\x81\x4a\xf5\x74\x82\x80\x7d\x6d\xef\x4b\x0d\x26\x82\x87\x2d\xb1\xab\x44\x63\x17\x61\xc4\xea\xf5\xa5\x2b\x1a\x76\x44\x1e\xf3\xfa\x8d\x7d\x81\xc2\x41\x30\x1d\x92\x9a\xa4\x8e\xde\xe0\x20\xc4\xa7\xc4\x77\x32\xc8\x00\x28\x72\x4a\x4e\xed\xd7\x07\xd0\xcd\x91\x66\x3c\x34\xfb\x07\x0f\xb2\xa2\xf4\xf4\x54\x3d\x80\x6d\x9e\xb6\x3b\xef\x67\x00\xfb\x2a\x84\xa8\x84\xf7\xef\x1c\x29\x8a\x37\xe8\xbb\xf9\x78\xf0\x41\x93\x0e\xb2\xbb\xc9\xa1\x94\x10\x1b\x34\xe9\x3a\x82\xb3\xbc\xc2\x75\x81\xc4\xa1\xfb\xa9\x43\xdc\x9b\x91\xf8\x42\xd3\xfd\xde\x01\xdf\x7c\xa2\xa7\x9a\xca\x1b\x87\x80\x2a\xa2\x84\x72\xeb\x62\x56\x60\x2f\x85\x8b\xc2\x1f\x53\x7c\x8a\x5d\xf3\xd6\xfd\xfe\x4c\x99\x06\xc7\xea\x4d\x33\xad\xaf\x62\x84\xd3\xf2\x6a\x9c\x78\xaa\x7a\x09\x17\xe5\x49\x1a\x73\x50\xdb\x86\xc3\xba\xd3\x0d\xcf\xa9\x27\xe3\x4f\xa2\x7c\xef\x74\xab\xbf\xc2\xbb\xbb\xa6\xdc\xd0\xd5\x88\xc7\x5f\x76\x1e\xbd\xd6\xa1\xf1\x8a\xb0\xc5\x31\xac\x2b\x59\x33\x86\x60\x61\xf7\xad\x43\x55\xf3\x29\x21\xc3\x16\xd5\x76\x5e\x4b\x8b\x70\xdd\x86\x7a\x83\x8f\xa2\x26\x8b\x73\xff\xe4\xe5\xce\x4a\xb3\x6f\x35\xff\xdf\x1c\x04\xc5\x8b\x61\xb6\x4b\xa6\x93\xe9\x2e\x80\xcd\x47\xa5\x1e\x76\x17\x00\xc7\x36\x0d\x33\x1e\x24\x80\x13\x4e\xff\x8a\xf8\x7e\x98\x70\x68\x36\x53\x54\x2a\x01\x19\xdb\x61\x87\x78\x7d\x03\xf2\xa0\x55\x85\xff\x7d\x73\x53\xb2\xb0\x69\x7e\xf2\x73\x7b\x34\xa9\x02\xc9\x59\x26\x8a\xb2\x22\x51\xeb\x05\xb5\x2f\xf8\x94\x13\x53\x34\xd1\xf7\x0d\x03\x22\x09\x68\x75\xfa\xc9\xe9\x90\x2f\x04\xac\xf2\xe7\xe5\xfc\x60\x32\x71\xaf\xf2\x19\xcc\x40\xd0\xc2\x4a\xb0\xb2\x3d\xd6\xca\xbf\xe1\xf3\x67\x15\x5f\x6c\x9b\x9f\xc7\x64\x9b\xea\x27\x2c\xd1\x57\xe7\xf9\xb0\xba\x36\x8e\xd1\x57\xfe\x51\x94\x46\x13\x0e\xe9\x73\xe6\x9e\x90\xe6\x31\x5c\x9f\xe7\xf5\x1b\xb2\x9a\x24\x3c\x8b\xbb\x79\x5f\xb4\x96\x0f\x3e\xdd\xd5\xa9\x3b\x52\x7b\x13\xfe\x96\x33\xa9\x83\x53\x5b\x85\x70\xc4\xd1\xb7\xa5\x5a\xfb\x23\xc1\xdb\xee\x7d\x23\x9f\x8e\x35\xa1\xcb\xa6\x7b\x83\x8f\xa2\xc9\x17\x7b\xfe\x93\x83\x68\x97\xe4\xa4\x91\xd9\xe0\x20\x28\xb9\x18\xea\xc9\x62\x3d\xfb\x19\x00\x0c\x55\xc4\x77\x30\x12\x36\x78\x10\xfb\x1a\x85\xde\x53\x01\x1b\x5c\x8c\xeb\x88\x6e\xb7\x18\x3d\x7c\x72\x95\x35\x2e\x54\x9c\x07\x46\x87\x28\xfb\x53\x88\xd3\xe4\x2c\x1b\x8c\x6f\x9a\x15\x03\x69\xce\x82\x27\x51\xd3\xf9\x3e\x49\xdd\xe8\x7d\xa9\xae\x97\x24\x31\x53\x7f\xbe\x7d\x21\x50\x9e\xb0\xa8\xad\x3b\x7c\x34\x6c\x3f\x21\x48\xdd\xe5\xbd\x61\x04\x91\xa0\xa5\x72\x1e\x4d\x13\x19\x4a\xf1\x46\x2d\xac\xa8\x48\x62\x8f\x05\x16\xcd\x18\xab\x7e\xc4\xca\x06\x56\xbd\xda\xa6\x1e\x84\x8d\x0a\x78\xf1\x58\x58\x93\x06\xfb\xc2\xdf\xe9\xfe\x09\x2d\x4e\xdc\x71\x5f\x32\x85\x87\xea\x3f\xa1\x5d\x8d\x1b\xf6\x3a\x76\xd5\x5a\x47\x0b\xcf\xe3\x9e\xd2\x71\x45\x97\x15\xef\x88\x12\x6c\x8b\xd2\xe5\xc5\x8f\x3b\x2f\x37\xa9\xea\xbe\x24\x30\x38\x19\xd7\x1b\xe8\x9d\x21\x58\xda\xaf\x6d\xf0\x51\x34\xb5\xa2\x01\x3f\xcf\x89\x55\x91\x3a\xda\xfd\xff\xe6\x20\x34\xfd\x84\x5a\xf6\xac\x6e\x70\x10\xb6\xe3\xe2\x85\x47\x9f\x00\xb8\x54\xc9\x87\xb1\x8b\x02\xb8\xd7\x29\xb7\x70\xd1\x02\x78\x72\xe9\x44\x88\x33\xc0\x37\xf7\x61\xe4\x67\xc5\x2f\x40\xef\x22\x60\xdb\x87\x94\x25\x87\xda\xef\xf0\xd2\xb7\xde\x4b\xaa\xb3\xd2\x8c\xf7\x46\xed\x25\xe2\x4c\xec\x4a\xd2\x7d\xaf\x12\xe5\x0c\x9e\x76\x6c\x0a\xe1\x21\x94\x6a\xf7\x3f\x88\x89\x98\x26\x6c\x55\x2f\x9d\x19\x8b\x09\xc6\xaf\xa8\x32\xa2\x4f\xc4\x88\x52\xf2\xc2\xbe\xd4\xa8\xa9\x60\x4c\xc3\xae\x4d\x6e\xd1\x60\xc7\x74\x86\x16\x3f\x3b\xa0\x79\x13\xf3\x2d\x04\x86\x89\xda\x07\xb1\x6e\x41\x05\x94\x9c\x30\x0a\x0f\x75\x35\x50\x77\x10\x97\xef\xb3\xa5\xc3\x5f\x2f\x1f\xf7\xd6\x4b\xa5\xed\xb5\xde\x33\xbc\x88\xfb\x7c\x63\x9c\x81\x1a\xde\x1b\x95\x5f\xa7\xa6\xff\x09\xbf\xe8\x7c\xa3\xfa\xa4\x81\x34\x41\xc5\xf1\xe8\x8f\x3e\x48\x5c\xfb\xb9\x2f\x30\x4b\x71\x53\x07\x6f\x78\x10\x84\xf7\x08\x8b\xd0\x8b\xff\x07\x07\xd1\x29\xfc\x94\xb1\x10\xc0\xfe\xa6\xc8\xd3\xc3\x0b\x00\xee\x3b\xa4\x03\x4e\x72\x00\x78\x8b\x2a\x19\x73\xed\x06\xf0\x75\xd4\x5c\x10\x9d\x80\x55\xef\x38\xc3\x15\xc5\x40\x60\x46\x85\x5a\xe7\x22\x2c\xc9\xb2\x8e\x9c\x9e\xd4\x76\x92\xa4\x78\x1b\xbe\x98\x20\xf7\x04\x62\x8b\x69\x67\xf1\x87\x80\x21\xc2\x73\xc3\xd9\x0e\xbb\x88\x1d\x84\xa3\x3a\xbe\x8f\x8e\xc7\xac\xe1\x63\xd4\x07\x3f\x3f\x4f\x38\x43\xe1\xa2\x96\x18\xd5\x2a\xd0\xfb\x62\x75\x67\x12\x34\xa4\xd1\x85\xd1\x61\x13\x56\x9a\xd3\x18\xc6\xc8\xfc\x91\x73\xda\x13\x98\x94\xf0\x91\xbb\xfb\x74\x0f\x62\x3e\x86\xf1\xdf\x90\xd5\xfd\x8e\xd5\x0d\xd9\xd2\xeb\xa3\x67\x80\xdb\xef\xef\xdf\x79\x4e\x3f\x0e\xa7\xe8\x97\x42\xe1\xa1\x1a\xfd\x0c\x6d\xf0\xbb\x3d\xcf\xd7\x65\x1a\x7e\xc0\x4b\x79\xd8\xd7\xb0\x18\x4a\xe3\x27\x5d\x0a\xaa\x72\x0c\xfa\x09\xbc\x8e\x3f\xdf\x22\xc5\x57\x7e\xf6\xe1\xb4\xc4\x23\x6a\x57\x80\xd3\x20\x3c\x4e\x7b\xef\x8f\x3c\x08\x29\xc1\x2d\xbb\xcd\x00\xf4\x2a\x04\x34\xf7\x54\x02\x58\x6d\x17\xd2\x65\x54\x07\x70\xd1\x17\xb5\x39\x7a\x1f\xc0\x2b\x4b\x5c\x8b\x05\x0b\x10\x70\x52\xee\xed\xd9\x49\x80\x20\x1f\x75\x3e\x91\x16\x58\x09\xa0\x31\x30\x50\xa2\x87\xb3\xde\x28\x8b\x55\xc4\x76\xd2\xaa\xcb\x25\xb7\x34\xc7\x79\xd2\x51\x3b\xae\x18\x71\x1f\x69\x22\x9f\xf9\x97\x22\x9f\xd0\x04\x82\x1f\x62\xb9\x43\x22\x5a\x13\x9f\xa8\xcb\x33\xf2\x39\xd1\x1c\x77\x57\x43\x67\xee\x7b\xaa\x30\x56\x57\x0d\xb5\x26\x90\xa8\x40\xc9\x0b\x9b\x54\xd5\x6a\x5f\xfb\x14\x3f\xf2\xf4\xb5\x8e\x32\x3a\x39\x56\xe4\x5e\x93\xee\x08\x46\x26\x92\x70\xd3\x5d\x5f\x04\xe3\x1b\xa9\x70\x8d\xc7\xe0\x20\x06\x1f\x96\xd8\x39\x6f\x10\x82\xed\x0b\x62\xb9\xa4\x69\x18\x8a\x3b\x1c\x40\xd7\xf4\x04\x51\x8b\x93\xf1\x37\xac\xd7\x44\x32\xe2\x3a\x7c\x1c\xaa\x45\x90\xab\xf8\x5d\x5e\xbb\xcb\x92\x8d\x86\xf0\xd6\xee\xaf\x4b\xdc\x8d\x6c\xf1\xb7\x5c\x7f\xbe\x2d\x8b\xfe\xf4\x56\x53\x38\x88\x7f\x7a\x10\x54\xad\x04\x35\x18\x78\xff\xe0\x20\x76\xf3\xb9\xed\x17\x03\x70\x1b\x14\x4c\x3d\xb4\x06\xe0\xff\x46\xdc\x80\xf5\x36\x40\xa8\xbb\x4c\xd8\xd9\x9d\x00\x11\xfe\x2a\x34\xc2\xa7\x01\x1b\x96\xa2\x5b\xae\xb4\xf9\xb7\x37\xe8\x35\xaa\xc9\xc5\xdb\x59\x8a\xf8\xc9\x21\x20\x72\x8f\x9f\x1e\xe1\x81\xe5\x50\xc1\xa7\xc8\x53\xf8\x59\x23\xdd\x0e\xf9\xf8\x47\x38\x9c\x6e\xd9\x13\xe3\x54\x69\xdc\x29\x0d\xbe\xa5\xf3\x99\x87\x16\xd7\x34\x2a\x56\xe5\xd2\xdc\x3f\x60\xb4\x08\xab\xcd\xa9\x89\xcf\x79\x74\x07\xd7\x0e\xa4\x14\x52\x78\xa0\x9b\x18\x83\x31\x34\x2a\x7e\x3b\xc5\x8f\xd4\xe5\x84\x48\xc6\x34\x46\xbc\xa1\xe4\x84\x35\x71\x23\x3f\x61\x47\x83\xcc\xea\x32\x8d\x1e\xe1\x8e\x07\x44\x57\xb5\x19\x73\xe0\x2e\xf9\x3c\x2e\xa7\x35\xf1\xc4\xf5\xfa\x0c\x94\xe8\x1a\xcf\xe1\x95\x3d\x6e\x17\xf1\x18\xdb\xe2\xaf\xba\xfd\xb4\x2d\x0a\xf3\xfe\xe8\x03\x65\xfe\xcf\x2d\xc2\x9f\xbf\x5d\x1a\x40\x72\x8c\xdf\x9b\x6e\x1c\x40\xe3\x21\x7f\xcc\xee\x77\x00\xa6\x6c\x3c\x9d\x7b\x18\x36\x38\x08\x6f\xb4\x80\xc4\x61\x73\x80\x50\x27\x11\xef\xe3\x46\x00\x31\x85\x12\x36\x1c\xd1\x00\xb1\x8d\x8a\xcc\x82\x16\x00\xb1\x77\x34\xeb\xe4\xef\x83\x58\x44\xa9\xd1\x6b\xc3\xfb\xa4\x25\xbf\xe3\x0e\xaa\x4e\x75\x44\x4f\x17\x8d\x90\x6f\x41\x6b\x04\x15\xeb\xf9\x7c\x44\x6c\x06\x7e\xaf\xf1\xd4\x15\xf1\xd4\xcf\xb8\xfd\x7a\x71\x63\xcf\xb2\xf7\x60\x05\x35\xc5\x97\x85\xf3\x86\x3f\xca\xea\x20\x56\x68\x72\xc6\x5f\x2e\xeb\x7d\x59\x71\xca\x61\x7e\xe4\x6b\x50\xb6\x9a\x90\x3e\x75\xbb\x03\x21\xbe\x26\x90\x2a\x75\x4d\x0a\xb9\xbc\x36\x92\x34\xd4\xd9\x67\x94\x87\xbe\x1c\x17\xda\xa2\x6a\x12\x80\x91\x8f\x1e\xaf\x7f\x63\x5a\x8d\x69\x8c\x7c\x5c\x43\x36\x0d\xc6\x3a\x84\x86\x55\xf6\x9a\x96\x62\xa7\x82\x0a\x4a\xa5\xcd\x24\x70\xba\xfe\xf7\x0b\xe9\xcd\xc6\x71\x9d\xbe\x7c\xf9\x5c\xa6\x24\xbc\xa2\x27\x73\x76\x8f\x59\x3e\xbe\x1e\x25\x0d\x40\x15\x25\xf8\xf3\xbc\x60\x1e\x11\x52\xa2\xee\x03\xe0\xef\xe0\x8d\xd9\xc1\xbd\xe1\x41\xd0\xb9\xc7\x7d\x7f\x97\x3f\x80\xf5\x26\xee\xa4\x3d\x6e\x00\x28\x5b\xce\xf0\xbd\xea\x00\x81\xf6\xdc\x87\x0e\x4c\x02\x44\x8b\xf2\x1f\x3b\xc6\x0c\x90\x1c\x20\x7a\xe4\x54\x09\x40\xda\x69\xd9\xed\xfc\x54\x00\x29\x8f\xd4\xfb\x15\x1e\x81\x62\xe2\x71\x43\x2e\x43\x1d\xd2\x83\xd0\x5d\xb6\xcf\x5c\xde\x12\xde\xbb\x77\x07\x9c\x08\x07\x7c\xbe\x3d\x7f\xee\xee\x64\x6a\x9c\x98\xe9\x6c\x87\x7b\x76\x0b\xa6\x57\xbf\x60\xbc\xa3\xf0\xeb\x5c\xb7\xee\xd9\xc5\x2b\x25\x05\x13\x1a\x06\x33\x4b\xc5\x45\x91\x8f\x6e\x23\xd5\x97\xed\x0a\x78\x6e\xb2\x1a\xa7\xaf\xf8\xe5\x86\xf5\xf6\x98\x3c\x58\xd5\xcd\x3a\xd1\xde\x64\xa6\xb7\x76\x2a\xad\xf3\x5f\xf9\x58\x28\xcb\x2f\x68\x62\x1c\x6b\x99\xaf\xa5\x05\x66\x34\x32\x92\x92\x8f\x95\xf7\xc9\x4a\x0a\xfb\x3d\x68\x24\xa7\xc8\x12\x8d\x73\xf4\x6f\xc8\x90\xb2\x2a\xc0\x8d\xfb\x34\xa5\xef\xb4\xbc\x8b\x57\xf1\x74\x06\xd8\xa2\xc6\x4f\xfa\x79\x4e\xe4\xf1\x27\xd0\x58\x01\x08\xac\xf1\x0a\xef\x50\xfc\xb7\x07\xc1\x6e\x99\x7d\x90\xae\x79\x23\x0f\x22\xd2\xfb\x6c\xf0\xfe\x7d\x00\xc9\x21\x3c\x3b\x8f\xf4\x02\x64\xd3\x0b\x5a\x9f\xdc\x06\x70\x9e\x49\x3c\x97\x8b\x15\x20\xff\xa5\xa2\xab\xf4\x13\x30\xcc\xe2\xd2\xb5\x30\x50\x20\xf5\x27\x3c\xb0\xf8\xea\x3a\x49\xd0\xf7\xe3\xf0\x52\x8e\xe9\x44\x8b\xba\x78\xa5\x8f\x65\xe2\xbe\xfa\xdb\xca\x34\xeb\x17\x1d\xfc\x90\x63\x66\xf6\x88\xab\xe2\xc4\x6b\x7b\xa4\xfa\xfc\xad\x9a\x80\x61\x84\xa9\xd9\xc2\xbb\xca\x87\xfd\xef\xcd\xbf\x2e\x92\xca\xe2\xba\x4a\x2d\x99\x96\x91\x85\x2f\x9a\xc7\xad\xb9\x57\xfc\xf2\x06\xea\x4d\xac\xaf\xaf\x06\x65\xfd\x3f\xc2\xfe\x3a\x2a\xaa\xf7\x7b\xff\xc7\xc7\x42\xec\x2e\x44\x52\x90\x90\xee\x1c\x66\x86\x18\x60\xe8\xee\xee\xee\xee\x2e\x03\x41\x44\x41\x40\x54\x54\x2c\xc4\x00\x51\x11\x51\x11\x11\x05\x95\x50\x50\x10\x03\x45\x44\xa4\x67\xe6\x9c\xb3\x7f\x0b\x98\x31\x9e\xaf\xf7\xe7\xf7\xfd\x6b\x2f\x5c\xb8\x16\xfb\x3e\xe7\xbe\xcf\x99\xb9\x1e\xfb\xba\x72\x2a\xf2\x9d\xa8\xd3\x1c\x79\x2d\x27\x6e\x39\x9b\xcd\xa8\x66\x3a\x31\xfd\x70\x8e\xa4\xb9\x64\xcc\x3a\x26\x27\x30\xfd\x70\xf2\x8e\xbb\xd8\xcd\x1d\x8c\x49\xc8\xd9\xe1\x7c\x93\xaa\x12\xb1\x25\x8b\xc5\x39\x9a\x7a\x36\x54\x29\xad\xdc\x25\x90\xda\x17\xfc\x06\x60\xcd\x73\x09\xff\xf9\x75\x10\xd2\x15\x9f\x59\x99\x05\xa0\x58\x2d\x2a\xbc\x3a\x0e\x40\x4f\x50\x98\xb2\x96\x05\xc0\xb6\x9b\xaf\x6b\x0d\x1b\x80\xdf\x16\x9e\xeb\xab\x91\x3f\x79\x10\x99\x87\xf6\x7e\xdf\x48\x02\xc8\xbf\xb2\x6f\x6c\x6b\x1d\xc0\x89\x75\x62\x2a\x1c\x1d\x7f\xf2\x72\xca\xcb\xd4\x58\x95\x88\x10\x50\xaa\xac\xab\x6d\x64\x86\xd6\x1d\xf9\x66\x79\xdb\x47\x64\x72\x4f\x8a\x9b\xd7\xf7\xd4\x55\x1f\xa6\xc2\x56\x26\xfd\x2c\x6c\xed\x0a\xf3\x3b\x5c\x3e\x7b\xd2\xa8\xad\xdc\x63\x73\x53\xd9\xe9\xda\xe6\x72\xa7\x86\x8f\xed\xe7\xf5\xea\x8a\x9c\x6f\x8c\x89\x54\x19\x5c\x2a\x75\x93\xfd\x79\xb1\x72\xc5\x99\x72\xf7\xaf\xe3\x43\x65\xfb\xcb\x96\x7b\x5c\x9a\xd0\x3f\xce\x5e\x5c\xea\x29\x33\x19\x5d\x98\x59\x70\xc3\x13\x3f\x75\xf7\xd0\xee\xc3\x85\x5e\x9b\xa7\xb7\x1c\xa8\x3c\x30\xe2\x29\x37\xc3\x9f\xe5\xc8\xf4\x81\xc9\xc8\xf3\xf4\x99\x3d\x9b\x44\x49\x59\xe6\x55\x3f\xc7\x92\x20\x9c\x90\xe1\x75\x78\xae\x31\xfa\x7c\xc2\x37\x0f\x84\x8a\x8f\x30\x8a\x1d\xf1\x18\xa5\x3e\x0c\xb9\x0a\xb0\x49\x4c\x74\x81\xa7\x65\xea\xff\x78\x03\x61\xd2\xaa\xcf\x00\x46\xdf\xf8\x28\xab\x3c\x01\x5c\x47\x78\x54\x57\xdd\xfb\xe3\x83\x90\x06\x2c\x97\xe7\x7f\xff\xc8\x11\x8e\xe5\xab\x0b\x00\x4a\xc6\xb8\x97\xaf\xcf\x05\xa8\x3a\x2f\xb0\x6a\xc7\x4b\x80\x4b\xb2\x62\xb7\x79\x75\x00\xae\x8c\x28\xde\x95\xe3\x81\x1b\x57\x14\xd4\xc5\x74\x2f\xcc\x26\x9c\xd9\x6e\x2c\xe0\xd9\xf8\x31\xb2\xf0\xb3\x4b\x66\xf2\xd9\xe7\xd9\xe9\x05\x11\x4d\x45\xec\xf7\x1a\x63\xa5\x0a\x64\x4e\x5d\xaa\xdd\x1d\x76\xed\xc6\x93\xf3\xbc\x17\xb8\x02\x0f\xf4\x70\x5d\xea\x2f\xbf\x1b\x20\x3b\x4a\xba\xd4\xcb\xcc\x03\x3a\x22\x1e\xd8\xfb\xf3\x75\x65\xd4\x81\x9e\xc0\xd6\x5f\xba\x27\xa3\xb3\xaa\x82\x28\x13\x45\xc5\xd5\x19\x19\x81\x4a\x93\xaf\x0b\x0a\x93\xf9\x83\x38\xa7\xba\x0e\x89\x25\x72\x05\x1a\x4e\x37\xe7\xd4\xc5\x94\x06\x1d\x9d\xd1\xca\xe2\x8e\xb9\x14\xd0\x3a\xbb\x21\x75\x38\xfa\xa8\xff\xd4\xec\xd9\xa4\x9c\x28\x82\xdf\xd7\x39\xb3\x38\xf7\xb0\x43\xfe\xd6\x73\x43\x51\x83\xc1\xa6\xfe\xb6\xd4\x88\xb0\x21\x00\x5e\x4c\xcc\x7f\x85\xd0\x1f\xfd\x5f\x73\x1d\x7f\x22\x6b\x21\x80\x8d\x21\xcf\x72\xd6\x7c\x00\xaf\xe1\xe5\x11\xb8\xbf\xe6\xdf\x99\x73\xbf\x4c\xfd\xf7\xc2\xa5\x25\x0b\xf3\x0a\xd7\x1d\x39\x5f\xaf\x7f\x09\x70\xa7\x4c\x70\xfb\xee\xcb\x00\x4d\x17\xa4\xc4\x45\xd4\xb1\xad\x4d\x39\xaa\x63\x5a\x07\xbf\x7e\xbb\xb9\x96\x32\xe4\x1a\xf0\x7a\xf7\xf9\xab\x76\x92\x71\x97\xee\x79\x95\xf4\x06\xde\xc8\x87\x2a\x9b\x83\x3b\x32\xf1\xa7\xf1\xc7\x2e\x67\x4a\x9e\xa3\x5c\x5c\x7e\xc0\x38\xf9\xd9\xd3\x0d\x57\x0d\xd2\x4a\x13\xe2\x47\xdc\x6a\xf5\x92\x83\xe3\x43\x46\x69\x17\x33\x13\x7e\xc5\x99\x8f\xc1\xd9\xf4\x38\x8d\x38\xd5\xf1\x8b\xe5\xf4\xe8\xbb\xb1\xc9\x13\xb6\xc7\x5b\xa2\xae\x47\x27\x4e\xc6\x1d\x95\x8b\xf4\x8a\xd2\x9c\x8a\x3e\x3c\xc2\xcc\xbf\x09\x0f\x0a\x6b\x9e\x21\x64\xe9\x85\xd8\x85\x37\xcc\x1a\xa7\xc4\x85\x70\x84\x29\xcd\xd6\x27\xf1\x07\xaf\x0d\x95\x9c\x33\x89\x4b\x08\x22\x84\x64\xce\xdd\x8e\x1e\x0f\x68\x0d\x11\xa3\x6a\x45\xa8\x01\xf0\xbb\x0b\xcc\xae\x30\x03\x50\xdc\xc5\x8f\xac\x74\x02\x30\x14\xe4\xc4\xad\x68\x01\x70\x5c\xb3\x22\x63\xbe\xbf\x30\x86\xee\x99\xb9\x6b\xb1\x16\x17\xe2\xfe\xe1\x20\xea\x0e\x33\xf4\xaf\x82\xe5\x22\x0b\x73\xb0\xdb\xb9\x9a\x36\xde\x00\xe8\xaa\x17\x39\xc2\xb7\xfd\x67\x73\x47\xa4\xa2\x3b\x21\xa7\x6f\xe3\xe3\x73\x64\x37\xfb\x15\x8f\x1e\xdf\xf9\x61\x81\x85\x3f\xbc\xb2\xe9\xda\xa4\xf7\xd3\xdc\x03\x45\xcb\xab\x5e\x24\xc5\x9f\x8c\x4d\xef\x3d\xb5\xa4\xc2\xe5\xec\x85\xd8\x77\x65\x22\x0f\xd9\x2e\x28\x87\x19\x97\x14\x7c\x69\xba\x18\x17\x5c\x5b\x3c\x36\x96\x5a\x55\x18\xdc\x5c\xa0\x31\x2e\x74\xca\x35\x28\xe8\xb0\xc8\xaf\xbe\x12\xaf\xc0\xf4\x03\xb8\x49\xc5\xa2\x8d\x01\x27\x72\x0e\x4d\x99\xe5\xdb\x05\x04\x65\xfa\x4c\x0b\x1e\x28\xf2\x7b\x96\x6e\x3a\xe3\x96\x19\xe8\xc7\x9f\xda\x36\x03\x69\x4a\xbf\xb9\x8f\xe3\x49\x2f\xe7\xc4\xe2\x8d\x98\xdc\x87\xf7\xcf\xb8\x21\x2a\x5b\xa4\xbf\x57\x58\x5c\x3c\xb5\x2a\xb4\x02\x40\xb0\x80\xff\xe4\x8a\x08\x00\x82\x25\xb7\xe7\x8a\xfb\x00\xa6\x92\x6b\xc6\xe6\xfb\xf1\x1e\xc4\x59\xe1\xfe\xca\x41\x60\xea\xdf\xcc\xb9\xd7\xba\x02\xdc\x3f\x7e\x10\xdd\x6a\x8b\x75\x28\x6d\x17\xb6\xe2\xe2\xb4\xe7\x67\x07\x01\xd5\x3d\xda\x43\x72\x03\xe6\xb2\x56\x0a\x9f\x9e\x93\x7a\x46\xd4\x39\xcd\xd8\xeb\xd7\xbc\x28\x35\x39\xe8\x47\xad\xe8\x6a\xb9\xeb\xd6\x9f\xba\x34\xb3\xa7\xf1\x58\xcc\xcd\xa3\x5e\x51\x6f\xef\x98\x97\x4c\x94\xc6\x05\x38\xdf\x8e\xbf\xbf\xa6\x42\xd4\xa3\xb7\x4e\x6f\xa8\xa9\xb2\xde\xed\xd1\xb5\xe7\xe3\xbe\xe5\xd1\x6e\xf1\x17\x2b\x27\x78\x8f\xfb\xb9\x59\x9e\xed\x9c\x2c\x2a\x68\x74\xe7\x2f\x77\x9d\x3a\x74\xe8\x9a\xdb\x68\xe9\xb6\x69\x97\xdc\x11\x37\xf7\x63\xb7\x66\xd2\x32\x74\xdd\x8d\x0a\x47\x67\x4e\xa5\x3f\x71\x97\xca\xdf\x34\xeb\x99\x5c\xe8\xfa\xfd\xe0\xf3\x39\x93\xb8\xbd\xae\xab\xf2\x66\xe6\xa6\xa2\xb8\x5d\x2a\x72\xe8\x54\xf7\xf0\x7d\x2e\x45\x59\xc6\xd4\x67\x21\xce\xce\xcf\x33\x66\x69\x8a\x81\x92\x00\x12\x7e\x9c\xfe\xcb\x6e\x03\x90\x56\xaf\xe5\x9f\xef\xc3\xfe\xe8\x62\x3f\x4c\x0e\x84\xb9\x0f\x2a\x18\xf3\xdf\x37\x92\x99\xd7\x1f\xf7\x0f\x07\xb1\x38\xff\x38\x97\x36\x95\xb6\x89\x8c\xc3\x7d\x75\x9c\xda\xcb\xeb\xb0\xcd\xa6\x5b\xf2\x67\xb4\xa4\xa6\xb8\xda\x83\xab\x5f\x87\xd5\x4c\x74\xf2\x2f\xd9\x7c\xc8\x36\xf8\xee\x92\x72\x54\xa0\x2f\xd9\xa9\x22\x8a\x2b\x8e\xbb\x4b\x2b\x7c\x2c\x97\x3b\x20\xfd\xd5\xd7\x62\xa1\xfc\x24\x37\xd9\x97\x66\x77\x36\x1c\x2d\xb7\x8b\xef\x14\x7c\x7f\xb2\x58\xda\x3a\xe3\xd9\xbe\x89\xb8\x22\x4f\x9b\x9b\x0f\xdc\x27\xcf\x1e\xd9\x6d\x5b\x7e\x9b\x77\xaa\xe6\xc0\x3b\x5b\xad\xeb\xea\xd3\xd4\xcc\x21\x3b\xf9\xcb\xc6\x33\x19\xe9\xda\xcc\xbc\x13\x3b\x83\x33\x36\xb3\xb3\xf1\x89\xcc\xbc\x13\xdb\x2f\x27\x57\x50\x65\xc3\x1f\xdb\x85\x9e\x58\x4f\xf5\x09\x8b\xb2\x97\x39\xa6\x48\xcd\x0e\x6d\xb2\x5b\x57\x58\x4a\x53\x0f\x88\xb7\x93\xcd\xaf\xa4\x15\xf8\x09\x02\xa8\x3c\xe1\x28\x59\xae\x00\x60\xd0\x81\x9b\xf9\x5b\xff\x67\x72\x20\xcc\x1c\x04\xe6\xfc\x37\xd3\x07\xa0\x7b\x09\xee\x2f\x0e\x62\xae\x8b\x9a\x3e\x5f\xbf\xce\x02\x2c\x1f\xc4\xe1\xde\x0e\x01\x70\x68\xad\x85\xb6\x55\x00\xa2\x6a\x7c\xce\xb7\x7a\x69\x5e\xca\x53\xaa\xb5\x95\x42\x53\xde\x94\x7c\x0b\x95\xdc\x86\xb1\x69\xbb\x1f\xbe\x7d\xa1\x11\x23\xe9\x21\x9c\x09\x4e\x1e\x5e\x23\x89\x85\xe2\x69\xf7\xec\x24\xbe\x91\x6f\xd1\xb3\xed\xcc\xb4\xbf\xb9\xf7\x49\xe5\x09\x1a\xc5\x7d\xea\x9a\xba\x9d\x8b\x33\x56\x7f\x53\x35\xdd\x91\xe1\x64\x72\xe7\x45\xd4\x8c\x43\xda\x6e\x53\xd3\x16\x9b\x59\xc9\xa4\x75\xa6\x56\xf7\xbf\xcc\x6d\x8a\xd5\x32\xf3\x6d\x90\x99\x33\x8a\xd9\x6e\x6e\x75\x9d\x32\xd7\x11\xa9\x65\x3e\x70\x19\xa3\x6a\x86\x85\x59\x04\x56\xb3\x53\xb3\x43\x3a\xcc\x9f\x56\xb5\xd2\x84\x03\x6c\x2c\xe4\x2a\x07\x68\x11\x7e\x44\xf3\xd0\x8a\x0e\xda\x0f\xaf\x33\x16\x5b\x4f\x72\xd1\x39\x3c\x25\x00\xf0\x35\xcb\x29\x0b\x1c\x48\x36\xee\xff\xaf\x1f\xc8\x6f\x0e\x24\xf1\xef\xfe\x11\x22\x6c\x5c\xe8\x9f\x31\xf7\xde\x7d\x91\xa1\x7f\x88\x00\xec\x61\x59\x73\xfc\xf6\x5d\x00\x91\x1c\x1e\x8e\x0b\x05\x40\x51\xd6\x91\xab\x3b\x76\x0e\xe3\xd2\xe9\xa3\xac\x4f\x55\x45\xd2\x6c\xd2\x1c\x05\xfc\x43\x69\xd5\x01\x7d\x41\xa2\xce\xe2\xd4\xae\x43\x9b\x23\xfc\x2c\xef\xcd\xd1\xaf\xd0\x63\xd7\x19\xbd\x9c\x0b\x6c\xdf\x15\x37\x44\x49\x98\x7d\x3b\x56\x9f\xe0\xa8\x5b\x3e\xfe\x63\x36\x26\x36\x8f\x62\xfa\xe9\xec\x9c\x68\x14\x17\xe5\xeb\xdb\x91\xb9\xb6\xb0\x2e\xfd\xa5\x9d\x24\xaa\x44\xc8\x53\xfd\x84\xa7\x40\x2d\x0a\xf2\x35\xd8\xf1\x70\x90\x3a\x1e\x40\x36\x5c\x7e\x2f\x8e\x26\xe5\xd7\x60\x70\xe1\xb6\x10\xad\xc1\xeb\xa9\xc1\xd4\x0d\xbf\xf9\xcf\xd9\x86\x56\x35\x07\xe9\x5a\x6e\x75\x86\xbe\x97\xa6\xe9\x87\x5c\xdc\x8d\xc8\xe7\x7f\xd0\xcf\x3b\xdf\xff\xc3\x81\xfc\xf6\x81\x60\xe6\x81\x30\x7c\x61\xee\x32\xf8\x8f\xdf\x1c\xc8\xa2\xfe\x89\x2e\xf6\xcb\xf4\x01\xe8\xdd\xb8\x58\x1f\xdb\x31\xf4\x9f\x76\x80\x3d\x87\xd7\x0a\x5f\xcc\x06\xd8\xff\x98\xe3\x56\xe9\x46\x38\xaf\xb4\x5b\x3c\x35\xf7\x3b\x76\x55\xa7\x5a\x7d\x67\x8c\x38\x9a\x61\x2d\x65\xfa\xdd\x4b\x11\xd1\xf1\xbd\xed\x5c\xed\xb0\x9b\x5e\x9d\x99\xec\xd9\x60\xc1\x42\x57\xab\xe8\xf4\x29\x30\x2a\xa6\x95\xd6\xff\x0c\x38\x44\x79\x4a\xd3\xed\x7c\x13\x78\x8c\xac\x41\x93\x1f\x2f\x0b\x30\x63\xe6\x5d\x68\x89\xff\x94\xa2\xc9\x79\xbb\x68\x9d\xfe\x44\xa1\x1d\xf7\x64\xf9\x9d\xf3\x61\xf2\xda\x86\xf6\xc3\xdd\x5f\x3b\xf6\x79\x00\x5d\xdd\x65\x44\x67\xfb\x93\x38\x7a\xa4\x73\xae\xce\x8f\xe6\x28\x7a\xae\xb3\x98\x76\x75\xe3\x4d\x44\xd8\xf6\xa0\x8e\x7e\x43\x18\xa2\x6e\xf3\x45\x57\xe6\x66\x06\x62\x69\xe3\xf1\x87\x03\x49\x61\xf0\x5f\x27\xf1\xb8\x7f\xf4\x6f\xa6\x0f\xc2\xe7\x07\x0b\xf5\x18\x2c\xe4\xe3\x7c\x7b\xc2\xe8\x9f\x75\xb1\xb6\x30\x74\xaf\x5b\xef\x19\xf3\xaf\x33\x00\xcb\x95\x71\xb8\x93\x00\x20\x58\xb6\x33\x20\x3f\x1e\xde\x28\xbe\xda\x2f\x93\xdc\x0b\x24\xb2\x9b\x22\x67\x08\x3b\xe6\x6c\x71\x4e\x5b\x87\xc9\x3f\x30\x73\x2f\xcc\xc2\x91\xe2\x22\xb2\x83\x8a\x61\x00\xe2\x71\x7e\xbf\x63\x90\x2e\x20\x2c\x8d\x5b\x9d\xe7\xc8\x7b\xe8\x7d\x5d\x3b\x5c\x14\x35\x7c\xe8\xe5\x3f\x43\x5c\x26\x7f\x73\x0f\xde\x54\x4f\x64\x93\xb5\x27\x49\xe7\xc7\x46\x64\x89\x4d\x0c\xc9\xea\xf3\x32\x44\xc5\xaa\x54\x7d\xf7\x3b\x17\x44\xd3\xea\xaa\x7a\x64\x8f\x11\xe2\x6d\x79\x46\xfd\x5e\x27\x3f\x72\xc2\x62\x83\xfa\xec\x33\x0a\xd2\x6c\x56\xab\x31\xfe\xf8\x24\xd2\x62\xf6\x41\x23\xac\xd9\x15\x5d\x6b\xc2\x05\x10\x55\xf1\xef\x3e\x60\xea\xdf\xad\x4c\x1f\x04\xaf\xc5\x8a\xee\x99\xaf\xa3\x0c\xde\xa5\xf7\xd5\x62\x6d\x2d\x59\xac\xf5\x0f\xfe\xd5\x3f\x2b\x76\x02\xb0\x3f\x5a\xcd\x5a\xd0\x02\x20\x54\xb0\xe3\x7d\x26\x2b\x80\x82\x03\x7f\x7a\x74\x16\xe4\x6b\xed\x96\x3a\xe3\x33\x81\x7d\x30\xdf\x46\x10\x74\x24\x62\x04\x37\x2d\x9d\x39\x2b\x7d\x74\x26\xea\x92\xc1\x59\x93\xef\x68\x49\x1e\xbb\xe9\x2a\xfd\x59\xd4\xff\x64\x91\xd9\x69\x5d\x17\x54\xf1\xb2\xb9\x05\x5e\xab\x13\x5d\xde\xa4\x69\x59\xce\xe4\x1e\x7e\xe7\x5c\x34\xa3\x92\xc8\x65\xd3\x10\xd5\x19\xf4\x09\x6a\xa0\xf7\x53\x35\x67\x6e\x2d\x1a\x44\xc9\x50\xcd\x1e\x0b\x46\x93\x74\x7f\xe0\x89\xc3\xcf\x50\x4f\x3d\x02\x3e\x75\x50\x09\x8d\xa3\x1c\x56\xb3\x79\xf3\x12\x0d\xd4\xf3\xc2\xdf\x7a\xdd\x8a\xd6\xe9\xa8\xab\x55\xbc\xe0\x42\x2f\xeb\x00\x40\xb6\xdf\x62\x9f\x55\xaa\x8c\x73\x90\xa1\x7f\x33\xfd\x50\xa8\x0b\xfe\x49\x63\x0c\x3d\xab\xef\xdb\xbf\x1c\x50\x03\x63\xbe\xbd\x3a\xe9\x5f\xfd\xf7\x68\x0c\xc0\xee\x3e\x56\xfd\xec\x3d\x00\x82\x9b\xb6\x46\xc4\x8f\x02\x28\xe4\xf2\x5e\x0a\x36\x87\x2e\x0d\x0d\x91\xad\xee\x91\x60\x64\x3c\x2d\x7f\xcb\x96\x05\x7b\xe3\x74\x9e\xe0\x62\xee\x8e\x1d\x0c\xdb\xa0\xf9\xc3\x70\x1c\x4b\x4c\x95\xd3\x1a\xd1\x2b\xc3\x74\xf2\x35\x74\x9a\x74\xe2\xb1\x3d\xe5\x3c\x94\x26\xad\x65\xe8\x58\x8d\x9e\xbe\x97\xba\x20\xfa\xe6\x7e\xba\xfe\x2d\x42\x1d\x7a\xaa\x9b\x68\xe8\x88\x1f\x44\x6b\x86\x45\x0c\xb8\x55\xe5\xb0\x25\x68\xae\xae\xc9\xef\x5c\x07\xa9\x85\x5c\x07\x27\x25\xf2\xdc\x45\xcc\x80\xc8\xa5\x28\x38\x31\x89\x65\xe1\x59\x94\xc8\x5f\x13\x31\x53\x42\x9b\x92\xc7\xd0\x4f\xcc\x9a\x70\x40\xa9\xff\x5d\x11\x66\x4a\xc4\x01\x94\xc5\xfe\x7b\x0e\xf4\x30\xd6\x61\x51\xff\xfd\x2f\x07\xf4\x8c\xc6\xd0\x3f\xc7\x19\xfa\xe7\xe5\x7f\x39\x18\x66\x0e\x00\xd3\x07\x22\xb1\x0c\x60\x5f\xd8\x26\xff\x08\x37\x00\x39\x7d\x8e\x16\x9f\x78\x40\xd4\x57\x0b\x84\x3b\x35\xc3\x69\x83\x1c\x09\x3d\xcb\x8f\xa0\x60\xbf\x4c\x51\xcb\x04\x00\x17\xb8\x04\x1f\x65\x70\x19\x9b\x88\x35\x53\x3b\x46\x29\xc1\x1e\x64\x51\x49\x37\xb5\x65\xb0\x3b\x85\x2b\x49\x2f\x35\xca\xb1\xda\x53\xd1\xa4\x61\xd2\x32\xac\xe8\x6a\x86\x06\x2b\x61\x3f\xe6\x78\xbf\x57\x2b\x59\xf5\x1c\x16\xf8\x82\x5b\x73\xad\xca\x3e\xcc\xee\x93\x9d\x66\x89\xd2\x10\x76\x68\xfa\x92\xfa\x4a\x25\x0b\xec\x3e\x66\x49\x78\xa5\x60\x08\xa2\x58\x87\xd2\x69\xb9\x53\x10\x07\x7c\xb2\x3d\xb2\x6b\x10\x5f\x70\x90\xda\x29\xbb\x7b\x9a\x0c\x64\xe9\x2d\xb2\xdf\xbf\x3f\x05\x36\xd9\x34\x80\xeb\x27\xff\x3d\x07\x17\x7d\xc1\xa6\x97\xfc\xab\xff\x3e\x67\xdc\x0f\xf7\x18\xfd\x5e\x6d\x63\x70\x30\x57\xff\xd5\x7f\xd3\x79\x17\x6b\xf8\xcc\x62\xbe\x58\x58\x1e\x00\xf7\xe5\x35\x9c\xfe\xf6\x00\x52\xb9\x3b\x4f\xb8\x3b\x01\x10\x8b\xf7\xd6\xd8\xbe\x80\x6e\x3d\x92\x70\x3f\x93\x7f\x30\xfc\x02\x01\x5e\x06\xb2\x37\xf5\x64\xc0\x2a\x0c\x91\x1f\xd6\x89\x02\x95\xa4\x18\x25\x11\xa6\xcf\x81\x86\x07\xac\x3a\x96\xa9\x7a\x90\xd8\x81\xfd\x3c\xd3\x85\xff\xc0\xe4\x1e\x54\x8f\x60\xcf\x1a\xab\x09\x3b\x94\xa3\xb1\x97\xed\x97\xd5\x4c\x94\x64\xb1\x97\x7d\xd7\xd5\x76\x2a\xa0\xd8\xcf\x51\x67\xd5\x24\x05\x65\x10\x43\x47\x95\x72\x98\x3e\x0f\x4c\xde\x41\x7a\x23\x00\xd4\x8b\xe4\x49\xb2\x03\x00\x55\xf0\xaf\x73\x60\x78\x81\x7f\xa0\x32\xb8\x27\xa6\x0f\x44\x27\xc7\xbf\x1c\x10\x33\x0f\xe5\xbf\x1c\x4c\x36\xe3\xfa\xc7\x74\x2c\x56\xff\x0d\x8b\xd5\x2f\x0b\x80\xf3\x33\xeb\x0f\xf7\x77\x00\x92\xf2\xdb\x2a\x7f\xe7\x3f\x28\x00\xe8\x88\xf0\x37\x19\xdd\x80\x0e\xd3\x52\xe1\x4e\x7d\x1f\xa8\x77\xf6\x13\x2b\xd2\xe9\x87\xf3\x01\xdb\x25\xba\xc8\x89\x70\x34\x4a\x58\xaa\x5d\x33\x16\x12\x53\x36\xc8\x3c\x21\x7d\x03\xff\x03\xce\x72\xfb\x08\xef\xc0\xe6\xd8\x67\xf9\x40\x35\x6e\x20\x9c\xe6\x53\x5c\xaf\xd2\x00\x4a\x57\xf5\x14\xb7\x29\xa7\x03\xf7\x1d\x71\xa5\x5c\xc5\x33\xb0\xbf\x65\x8d\x62\xba\xfc\x69\x20\x76\x89\xc9\x7f\x94\xa3\x82\xe6\x87\x24\xf9\xbb\x72\xec\x10\x30\xb9\x46\xf6\x11\x93\x77\x90\x59\x09\x9f\xa0\x50\x6c\x42\xf2\x33\x00\x7c\x10\x7a\xf8\xfb\x1c\x64\xec\xf7\x61\xae\xff\x9b\x03\xba\xce\xe0\x24\xff\xc7\x07\xc1\xeb\xdf\x7d\x10\x2c\xbe\x58\xdd\x9a\x19\x75\x07\x00\xc7\xc5\x95\x9a\x8e\xd1\x00\x22\xa1\x1b\x2f\x5b\xdf\x07\x50\xaa\x62\x5b\x6d\xaa\x05\x40\x36\xe1\xb9\x66\x30\x09\xdf\x8c\xf7\x08\x5c\xd0\x7d\x0f\xc3\x76\xfd\x42\xba\xda\x8d\xd0\xee\x9d\x29\xba\x4b\x63\x12\xde\x04\x3b\x8a\xec\x51\x7f\x03\xf7\x62\x05\xc5\xf7\x12\x2f\xc0\xdd\x14\x71\x71\x25\xfc\x01\x68\xca\xa5\x8b\xb5\xab\x5a\xc3\xf1\xe3\xc1\x52\xc2\x4c\xee\x41\xe1\x22\x5c\xb8\xb8\x4e\x02\xaf\xb8\x06\x42\xea\xfa\x64\x8e\xcb\xe7\x40\xd4\x83\xb5\xd2\xb3\xb2\x75\x90\xf5\x7c\xb5\x54\x81\xcc\x67\x38\xd0\xa7\x2f\x15\x22\x13\x09\xc5\x5f\xd2\xa5\xd6\x48\xb7\xc2\xc3\xa9\x55\xe2\xa3\x32\xb2\xf0\x1e\x0e\x88\x7b\x32\x39\x98\xef\xc7\xff\x1f\x1c\x90\xf3\xbf\xcf\x81\xe3\xc8\xbf\x1c\x4c\xea\xf6\xc5\xfa\x5f\x1f\x08\xa6\xfe\xef\xd4\x0d\xc0\xad\xcb\xfa\xc0\x3a\x1b\x40\x78\xcd\xfa\x25\x66\x5b\x00\xe4\xbe\x6c\x4b\x33\xa4\x02\x68\x98\x72\x5c\xa4\x3c\x07\xd0\xf3\xe5\x75\x21\x7f\x02\xb0\x6c\xd8\xfb\x42\x2b\x1e\x50\x97\xd7\x02\x86\x1a\x8e\x40\xf7\x7e\x2d\xb8\x86\x34\x05\x23\xa1\xcb\x84\xad\x08\x74\x18\x8c\xa5\xef\x3f\xab\xa6\x02\x2f\xd3\x3d\x44\xf7\x29\xdd\x86\xd9\xdc\x7d\x42\x6b\x94\x8a\xe0\x55\x51\x95\xc8\x0b\xc5\xfb\xd0\x58\xfe\x42\xec\x80\xc2\x4e\x78\x70\x4e\x5b\x4c\x40\xce\x03\x1a\xae\x1b\x89\x65\xca\xbe\x85\xcb\x77\x95\xc4\xcb\x65\x37\xc3\xb9\x16\x7e\x89\x3d\xd2\x3b\xa1\xa5\x63\xb9\x68\x96\xb4\x03\xd4\xf5\xb7\x89\xe3\x25\xeb\xe1\xeb\x97\xaa\xfd\xbf\x7e\x32\xae\x77\x2f\x63\x3f\x3c\x61\xf8\x9c\xd4\x31\xee\x87\x0b\xaf\x17\x2b\x33\x0f\xe5\x37\x07\x53\xba\x58\xa3\x7f\x2d\xd6\x00\x59\x06\xf7\xc0\xb8\x9f\xcc\x22\x17\xab\xd5\x28\x00\x3b\xba\x42\xd9\xd4\x02\x60\x9f\xeb\xea\x77\xfa\x5a\x00\x92\xec\x1b\x77\xe8\xa4\x03\xa8\x86\xed\xd8\xab\x4d\x03\xd0\x7e\xcc\x69\xa7\x19\x04\x60\xca\xc6\x95\xaf\xae\x0e\x60\x7b\x8f\x67\x19\x71\x0c\xc0\x6d\x23\x2f\x9d\x18\x0a\xe0\xa7\xcf\xdf\xac\xf6\x00\x20\x2c\x48\x60\x9d\xaa\x32\x40\x1c\xef\xbe\x1f\x2a\xd7\x81\x9a\x2a\x2c\xf8\x46\x29\x16\xe6\x72\x7b\x04\x27\x15\x09\x30\x5a\x78\x47\x58\x4c\xbe\x0d\xbe\x95\xba\x0a\xfb\xca\xa0\x80\x9e\x8e\x13\x14\x92\x9e\x04\xea\x45\x73\xc1\x04\xe9\x50\xf8\x76\xeb\x94\xf0\x7e\xe9\x00\xe8\xbd\xcf\xb1\xff\x89\x64\x0a\x4c\xb4\x18\x09\x05\x4b\x6e\x81\x89\x0e\x6e\xa1\xf3\xcc\xe7\xc0\x7f\xfd\x80\x98\xb9\x58\xbf\xfd\x70\xb4\xfe\xc3\xc1\xb4\x33\x38\x18\xc6\xfb\x03\xd3\x0f\xc5\x9a\x51\x8d\x18\x1c\x21\x89\xc1\x91\xe8\x9f\x04\xe0\x7d\xc3\xaa\xa0\x5d\x0b\x20\xca\xb6\xf6\x87\x06\x0b\x80\x02\x65\xb3\x26\xb1\x11\x80\xf8\x72\x47\x08\xa1\x19\x80\xf2\x96\x6d\x0b\xf1\x12\x80\x65\x38\xc7\x77\xb5\x8f\x00\xf6\x63\x9c\xe7\x09\xdc\x00\x6e\xcb\x79\x78\x55\x6f\x01\xf8\x7b\xf0\xee\x50\xbd\x06\x10\x16\xc3\x77\x56\xf9\x2d\x40\x8c\x24\xdf\x01\x45\x14\x20\x29\x9a\x2f\x42\x3e\x0b\x20\x7b\x8c\xcf\x5f\xae\x06\xe0\xf0\x6a\x7e\x21\x39\x1c\x40\xb1\xe1\xbe\x12\x99\x0d\x00\x15\xaf\xf6\xb1\x49\x07\x00\x9c\x53\xdb\x77\x4f\xea\x00\xc0\x55\x69\x81\x7d\x52\xe6\x40\xbf\x75\x55\x50\x5f\x52\x00\xa0\xf1\xb9\xc0\x42\xd7\xda\x0e\x8b\xba\xff\xbf\x1c\xc4\x5a\x03\x15\xe2\xdf\x1c\x84\xf4\x5a\x42\xec\xfa\x43\xff\xcb\x41\xe8\xf4\xe8\x08\x72\x45\x02\x18\xda\x1a\x78\xee\xa3\x01\x98\x84\x5a\x1c\x11\x77\x07\x30\x3d\xe3\x7c\x48\x61\x05\x80\xe9\x57\xff\x1f\x44\x31\x78\x61\xbc\x22\x81\x5b\x9b\x07\xf2\xf5\xdf\x1f\xb4\xd0\x6f\x01\x5b\xdd\xe4\xb2\x7b\xc6\xdf\x60\x07\x39\xbd\xe6\xb8\x85\x0d\x56\xa3\x79\xab\x99\xcd\x8e\x1b\x6b\x22\xe1\xbb\xe4\x6c\x5a\xb0\x03\x84\xbe\x61\x1f\x7b\x0f\x2c\x5f\xad\x67\x7a\xb3\xbd\x11\xf6\x01\x7f\x89\xde\x67\xed\x0b\xc2\xaa\x77\x11\x5d\x73\x87\xe9\x71\xd5\x26\x24\xc8\xcc\xf0\xc7\x98\x6a\x32\x52\x6f\xfc\xee\xd3\x26\x35\x43\xc4\xdb\xfc\xc0\x3b\x16\xb5\x15\x48\xab\x89\x58\x57\x0c\xe1\x2e\x52\x64\xd6\xf0\x82\x93\x50\x8d\x7c\x33\x6e\x79\xe6\x4a\x70\x44\xd9\x0d\x6f\x3f\x3e\x42\xb8\x8b\x92\x0d\x84\x1e\x48\x10\x5d\x50\x33\xfd\x81\xc6\x30\xe2\x0e\x34\x8d\xb2\xe0\x16\xa6\xb5\x66\xb1\x7f\x86\xfe\xcf\xd0\xf9\xd8\x3b\xd5\x14\x96\x25\xfc\xc5\x41\x5c\x50\xd3\xdb\x88\x07\x50\x1d\xc7\xb7\x6f\x35\xfe\xb3\x0e\x4c\x2e\xc6\xb0\xda\x70\xad\xc0\x53\x00\xb3\x10\x73\xaa\xa4\x0f\x80\xb9\x87\xe3\x23\x45\x3c\x20\xe6\x29\xbe\x1f\x48\xda\x70\xd7\xe4\x6a\xec\x5b\x9d\xc3\x10\x65\x68\x97\x57\x60\x78\x19\x78\xf4\xec\xca\xb8\xcd\x27\xb1\x01\xed\x2f\x35\xda\xd6\x1f\xb1\x23\x9a\x1d\x8f\x74\xed\x1f\x60\x1e\xea\x59\xdd\xc2\x8e\xd7\x30\x7b\xa2\xff\x30\x38\x7e\x62\xf2\x2f\x58\x0f\xbe\x9d\xfe\xcc\x7a\x96\xf6\x0d\xcf\x8d\x88\x59\xe4\xff\x62\x53\x13\xa6\x63\x56\x6f\xbe\x45\xaa\xa9\x20\xca\x96\xb8\x81\x87\x84\x00\x44\xc6\xf2\xcb\xdb\x1d\x04\x01\xe4\x80\xd9\xa3\x97\x45\xa4\x95\x88\x85\x65\x5c\xbb\x0e\xd1\x13\x79\x66\xca\xd5\x6a\x40\xbc\x86\x7c\x37\x61\x7f\x98\x46\x22\xa1\xcb\x8d\x9d\xee\x65\x90\xf0\xa8\xa1\x81\xcd\x1d\x12\x89\x1d\x0d\xd5\x7b\xff\x17\x17\x94\x48\x5a\xf8\xfe\x01\x77\x4f\xe9\xd1\xff\xc5\x41\xc8\x8b\x2a\x9f\xda\x50\x0d\x80\x6f\x52\x6d\xdb\xaa\x0a\xa0\x7d\x83\xa8\xb9\xab\x09\xc0\x70\x40\x0b\xe3\x16\x03\x30\x1d\xd7\xef\x12\x7c\x0e\x60\x76\xc7\x2c\x57\xe2\x2d\x80\xe5\x33\x7b\x1e\xa5\x3b\x00\xe6\x9f\xbc\xc7\x88\x3e\xf0\xc8\x74\x77\x74\xa3\x76\x3d\x18\x1b\x2b\xe7\x6e\x32\x39\x8c\x51\xf5\x03\xcb\x38\xad\x4e\x60\x8d\x3a\xe9\x35\xc7\x6d\x7b\x30\x4f\xad\xb4\x47\xb1\x4e\x9c\x98\xb8\x7a\xd7\x1b\x7f\x97\x08\x6c\x09\x69\xd7\x68\xa2\x9b\x23\x46\x21\x58\xd1\x50\xa7\x51\xec\x39\xfe\x0b\xbd\xd1\xc6\x9d\x7a\x13\x3f\x48\x1f\xb0\x4e\xf9\xd1\xaa\x56\x45\xff\x66\xdd\xf5\xf9\x0a\x81\x4c\x07\xeb\xec\x77\x56\xc4\x3d\xc8\x36\x6b\x62\x17\x4a\x6c\x46\xf0\x56\x32\xcf\xef\x92\x1c\x90\x60\x8b\x9b\x4f\xa6\x48\xdd\x48\x85\xb9\xf2\x23\x75\x75\x7b\xa4\xc6\xec\x5d\xd3\x16\xf5\x69\xe4\xb1\x19\xe5\xce\x7d\xf5\xaf\xe8\x4a\xe3\x17\xb7\x26\x35\x36\xa0\x6a\x86\xc7\xff\xe6\xa3\x16\xf5\xff\xdf\x3e\x08\xcc\x3c\x88\xc7\xca\x1c\xab\xb7\x03\x28\x12\x15\x55\x37\x4a\xfc\xe1\x20\xf4\x9f\x11\x5d\x76\x57\x02\x18\x7b\x68\x9a\x71\x59\x02\x58\x38\x51\x0a\x05\xae\x01\x58\x1e\x33\x2b\x97\x7a\x06\x60\x15\x6a\xfb\x4e\xa9\x1e\x7e\x59\x06\x78\xdd\x55\x5f\x06\x47\xcd\xbd\xa2\xf7\xe9\x95\x83\xbc\x89\x7d\x0e\xc1\xcc\x1d\x9b\x30\x58\x5a\xda\x67\xbd\x1e\x0b\xa3\x70\xd7\x70\x39\xad\xc2\x38\xc9\x21\x8f\xcb\x5d\xdf\x63\x7b\xd5\x1f\xf6\xe1\x5c\x59\x31\x16\x62\xef\x58\xbd\x1b\x27\x3a\x41\x54\xa1\x45\xb9\xaf\xc7\x2a\xd4\x7c\xe9\xb1\x76\xb7\xa7\x8e\x13\x54\xe8\x2e\x0e\x7b\xbe\xb1\x11\xf5\xe8\xde\x0e\xc5\x03\x27\x48\xeb\xe8\xa5\xf6\xb1\xbd\x40\xa2\xd2\xab\xec\x4f\xbd\xcc\x53\xd7\xa4\x8f\xdb\x06\x3e\x0d\xd0\x68\xa1\xcf\xd8\xf6\x3e\x72\xd4\xf8\x8c\x10\xac\x6d\x9b\x52\x35\x5e\x23\xa9\x16\xc8\xdd\x49\x0d\x5f\xa4\xdb\xb4\xaf\xae\x50\x4b\x18\xa9\x37\x8f\xba\xd1\xab\x99\x8d\xae\x32\x91\xfd\xfb\x5c\xf8\x57\xff\xe7\x62\x53\x39\xbd\xfc\x1d\x80\xf8\x3b\x45\x93\x35\xe5\x7f\x38\x08\x0d\x9a\xb2\xe6\xd6\x30\x00\x43\x44\xcd\x92\xad\x15\xc0\xac\x83\x74\x9d\xd3\x09\xc0\x4a\x5b\x37\x53\x20\x17\xc0\xa6\xdb\x58\x53\xa2\x06\xc0\xc6\xd2\x26\x4b\xc5\x0b\xde\x58\x47\x7b\xee\xd5\xdc\x0d\xf9\x16\x85\x11\x67\xf4\xda\x80\xcb\x94\x3f\x87\xdf\x62\x1d\xf6\xd0\xd0\xb9\x54\xc8\x76\x16\x23\x51\x0e\xd5\x2e\x77\xa9\xc3\x96\x92\x4f\xb7\xbc\x76\xd7\x47\x5b\x35\x8e\xbd\xdb\xe1\xa9\x8b\x9e\x25\x65\x4e\xac\xf1\x0a\x60\xf2\x50\xb4\x2f\x84\x57\xb4\x6e\x17\x8b\x9f\xe2\xc4\x5c\x1a\xe6\xfc\xf2\xb3\x14\x29\x99\xbe\xcb\xb9\xb4\xbf\x4e\x9d\x8b\x6e\xeb\x48\x7b\x75\x49\xa3\x93\x6e\xe0\xbc\xe7\x79\x91\x46\x15\xbd\xde\xfe\x61\xab\xb4\xe6\x05\x7a\x93\xfd\xc7\xe6\xa7\x5a\x6b\x91\xe5\xb6\x3d\x8d\xe7\xb5\x08\x88\x8a\xf5\xdc\xed\x42\xad\xeb\x48\x98\xd5\xde\x1b\xd7\xc8\xdb\x90\xcb\x16\x02\xd7\x22\xc8\xd2\x48\xdf\xe2\xd3\xed\xdf\x73\x81\xe5\x8c\xfc\xc2\xf7\xcf\xcc\x3c\x08\xa9\x6f\x0a\xfb\xd7\x76\x02\xa8\x50\x14\xfc\x37\xa6\x00\xe8\x18\x29\xde\xdc\x5a\xf5\x87\x07\xb1\xfc\x49\x6a\xe7\xaa\x05\xb0\xd7\xd3\x76\x9c\xbf\x1f\x1c\xc7\x8d\x56\x4b\x69\x00\xd8\x1b\x59\xa1\x2a\xf7\xa1\xce\x6e\xa7\x3b\x27\xb9\x0d\xdc\xac\x3a\xc2\x0f\x1b\x89\x61\x5f\xcc\x6d\xb2\xce\x58\x37\x63\xb9\x46\x4f\x4b\x6e\x3b\x4a\xfd\xe6\xc4\xda\xb4\x05\x5a\xd7\x7b\x0e\xa2\x65\x1a\x9d\xef\x07\xbd\xf7\xa2\xce\xa4\x5b\xb3\xba\xbe\x1a\x68\x1b\xb1\x84\x86\xf7\x68\x9f\x5d\x4d\xec\xa4\x05\xbb\xdf\xf8\x9a\xab\x7e\x8a\x66\xee\x79\xf0\xc3\x7d\xf5\x1a\xda\x13\xb7\xc4\xdf\x5c\x18\x5d\xb3\x8e\xbe\xdd\x55\xbc\xb5\x51\x6b\x9a\xae\xee\xa2\xfe\x28\x84\x4c\xa4\x27\x3a\xa5\xde\xb7\x27\x5f\xa1\x3f\x70\x38\x78\x87\x97\xdc\x8c\xac\xb3\xdb\x52\xe7\x48\xae\x42\xac\xad\x1d\x6a\x0f\x6b\x5f\x43\xbc\xad\xb7\x5f\xe2\xd3\x31\x43\x6e\x58\xc4\xfd\xbd\x0e\xbf\xf5\x7f\xe1\x65\x51\x00\x82\x9b\x15\xf6\xb0\xee\x04\x90\xae\x96\xfd\xb6\xb6\xfe\x0f\x07\xa1\xf3\x51\x7e\x72\x4b\x15\x80\xb9\xa6\x12\x71\x67\x02\x80\xad\x00\xc1\x91\xb3\x16\xc0\xe9\x8a\x96\x8e\xc0\x0a\x00\x17\x6b\x03\x6e\x49\xe2\xef\x5c\xb1\x2a\x07\x3e\x17\x2b\xed\x97\xa0\x63\xe3\x13\x26\x61\xc2\x89\x7d\xb4\x08\xcc\x58\x6f\xfd\x15\x73\x34\x7e\x55\x12\xe1\x7c\x1e\xc5\xf4\x57\xd7\x4c\x79\x10\x51\x3f\x1d\xcd\xd6\x4a\xbf\xbd\xa8\xbe\x66\xec\xa0\xad\xdf\x39\x94\x4d\x5d\x76\x2e\x20\x40\x14\x65\x25\x09\x50\xc7\xbc\x55\x7e\x6d\x53\xb7\xa2\x0e\xfb\xe0\x3f\x47\x6a\x10\x68\xaa\x5e\xe9\xfd\x9f\x34\x1d\x68\xf6\x5e\xb2\x5d\x42\x5a\x2e\xb4\x3c\x4f\xbb\xf6\x04\xb2\x3d\xad\xdd\x7d\xfa\x49\x0a\xf9\x11\x7d\xb3\xdb\xe6\xa6\x02\x6d\x7b\x7a\xa0\xb3\xfb\x1d\xaa\xf6\x04\xbd\xc2\x69\xd5\xad\x39\x9d\x43\xf4\x1e\x07\x9f\xeb\x31\x3a\xe1\x08\x9f\xed\x83\x4b\xd7\x74\xa7\x10\x75\xdb\x75\xd5\x86\xba\x99\x48\x9e\x95\xce\x5f\x7c\xd4\x7f\xf5\xff\x46\xd9\x03\x2b\xcf\xfe\xd1\xff\x89\xfc\x32\x1d\x1b\x2e\xfe\xe1\x20\x2c\xab\x15\x13\x76\x96\x02\xd8\xa7\xa8\xfa\xec\xe9\x01\x70\x49\xd1\x2c\x11\xe0\x00\xf0\x90\xd2\x13\x93\x98\x03\x70\x53\x30\xc7\x54\x53\x20\xcf\x29\xd0\x89\x53\xf7\x2a\xec\xb5\x7b\x15\xdc\x60\x76\x12\xab\xb5\x32\x4d\xcb\xb0\xeb\xc0\xc4\x4d\x45\x4e\x38\xbb\xa9\xa3\xb7\x0d\x56\x5c\xb3\xf0\xce\x40\xb9\x75\x1a\xda\x9e\x07\x5a\x22\xbd\x9a\x53\x9f\x7e\x06\xeb\x32\x7d\xb3\xa8\x26\xea\x72\xd4\x40\xff\xd5\xa3\xf7\x35\xde\x50\xcd\x02\x6e\x0c\x1e\xd4\xfc\x42\x6d\xf3\xd3\x67\xfa\x44\x75\x14\x92\x31\x1a\xd1\x67\xf3\x93\x59\x9d\x06\x9a\x9a\x4f\xc3\x83\x2c\x9d\xf7\xb4\x97\x1e\x67\xef\x09\xeb\x4a\xd2\xd9\xdd\x0e\xd7\xe7\xea\x56\xd0\x1d\x5d\x0e\xd7\x2a\x50\x0c\xe8\xb7\x1c\xa7\xae\xdc\xd7\xe3\xa6\x3f\x76\xac\xae\x1e\xd3\x5b\x86\x70\xd9\x1d\xa8\xd2\xd5\x53\x44\x02\xad\xef\xfe\x79\x5f\xf8\xaf\xfe\x2f\x74\x5e\xfa\x35\xeb\x7e\x00\xb9\x40\x99\xba\x75\xa6\x00\x9a\x5d\x32\xb8\x8d\x44\x00\x23\x51\x19\x96\xcd\xe7\xfe\xe2\x41\x9c\x14\x6b\xd8\x5d\x01\x3c\xba\x48\xe1\xfc\x39\x00\x5e\x72\xba\x57\x24\xf8\x01\x3c\xf3\x4c\x23\x55\x76\x43\xbe\xcb\x45\x87\x77\xba\xc5\xb0\xc7\x41\x21\x70\xb3\xd9\x5b\x2c\xdd\xba\x33\xf5\xbc\xa3\x1f\xda\x65\xce\x7f\xbc\xcc\xab\x07\x0d\x32\x98\xba\x36\xe6\x37\x88\xbc\xd6\xb5\x7c\xf6\x2b\xc4\x1f\x39\xa3\xc5\xf1\xe5\x67\xa8\x24\x72\x5a\x63\xdb\x5c\x7e\xc8\xb5\x89\x61\x8d\x1b\x73\xc3\xc1\x52\xc3\x49\x9a\x63\x54\xbe\x20\xdf\xfe\xf5\xda\x3c\x54\xd6\x10\x6e\xa6\x4f\xd4\xd3\x20\xdd\x31\xea\xa1\xc0\xb6\x87\x8f\x74\x9b\x68\x04\xdf\x75\xcc\xbc\xb8\x3a\x54\xcf\x95\xf6\xda\xd3\xe4\xc6\x79\xbd\x06\xfa\x1a\xf7\x27\x57\x0f\xea\x2b\xd1\x1d\x5c\xf5\xab\x5f\xeb\x57\xd3\x2f\x39\x0d\x56\xbd\xd3\xcf\x42\x36\xd8\xc7\x9f\x8e\x34\xb0\x41\x78\xec\xff\xe2\x26\xff\xab\xff\xef\x5f\x2a\xdd\xc1\x5a\x0b\xa0\x70\x49\xd2\x75\xad\x3c\x80\xce\x76\x29\xbb\x8d\xcb\xff\x70\x10\x0e\xe6\xd2\xc5\xdb\x5e\x00\x78\x6a\xca\xf7\xed\xfe\x06\xe0\x73\x1d\x4f\xe6\xcd\x04\x08\xd0\x27\x93\xc4\x46\x00\xfc\xd6\x1b\x6f\x52\x3e\x02\x27\x3c\x64\xed\xde\xea\x1a\x63\xcf\x5d\x64\xfc\x56\x5b\x77\x60\x46\x76\x12\x49\xe0\x62\x8e\x5e\xb5\xc0\x17\xbb\xf8\x54\xa0\xeb\x8c\x64\x6b\x1d\x83\xa5\x90\x58\x8a\x60\xbb\x5f\xf8\x4b\x64\x95\xd6\x99\xef\x73\x51\x17\xa9\xcb\x35\x09\xb3\x53\x11\x43\xdf\x68\x64\xfc\xdc\x9a\xc8\xc4\xc1\xc7\xda\xa4\x39\xff\xf0\x47\x4c\x9f\xa8\x67\x74\x8a\x27\x95\x35\xd4\xf4\xb1\xbb\xde\x65\xaa\x5c\xc8\x91\xc6\x01\xfd\x0c\x6a\x79\x90\xd0\x6d\x2d\x03\x56\xda\x16\x7f\xe2\x8d\x4e\x83\x5a\x9a\xb1\xef\x85\xab\x4e\x06\xb7\x68\x5f\x3d\xcd\xaa\x23\x0c\x2f\xd0\xd9\xdc\x81\xc9\x43\x55\xca\x1b\x45\xd2\x2f\x3b\x7b\x9f\x24\x19\x8d\x21\xcb\x1d\xb2\xfe\x9c\x0b\xff\xd5\xff\xc5\x97\x8b\x77\xac\xaa\xfe\x2b\x07\x01\x91\xd8\xb1\xe1\x0a\x80\x55\x8a\x98\xc0\xc6\xc3\x00\x6e\x24\x89\xd9\x6d\x02\x00\xbe\xa2\xb2\x07\xd9\xbe\x03\x04\x22\x2a\x37\x78\xdb\x01\x42\xef\x69\x70\x8a\x46\x00\x04\xcf\xea\xf7\x28\x25\xc1\x61\xff\xdd\x36\x46\x94\x1f\x58\xbd\xdb\x1d\xaf\x8d\x36\x37\xb0\x6d\x0e\x31\x09\x2d\xee\x7e\xa8\xbd\x95\x5c\xd1\xcb\x80\x00\x24\xd6\x64\x6d\xad\x51\x04\x4a\x1f\xa3\xdc\xec\xdc\x12\xd3\x49\xdf\x46\x76\x9b\x30\x4d\x72\x1c\xa7\x93\x93\x67\x57\xc4\x6f\xfb\xa8\xa7\x73\x75\x76\x7f\xbc\x5e\x8f\x0f\x25\x72\xb6\x32\x36\xae\xfd\x89\xbe\xc4\x2c\x35\x46\xfc\x37\x0f\x75\xd2\x30\x60\xee\x47\xb8\x64\xfd\x25\xc3\x31\xaa\x4d\x48\xe1\x75\x2f\x23\x56\x2a\x35\x20\xf8\x0a\xab\xb1\x21\x8d\xc7\xbf\xf4\x7c\xa6\x89\x06\x2d\xd8\xf7\xe0\xe9\xb3\x26\x85\xb4\x61\x2f\xc1\x53\x7c\xa6\x2b\xe8\xab\x3d\xf9\xcb\xb6\x98\xee\xa4\x5b\xb9\x5d\x39\x7e\xcd\x94\x97\xde\xe2\xbc\x72\x7e\x1d\x14\x96\x2d\xbc\x37\x30\xf4\xff\xbd\xd6\x92\xb7\x57\x1c\x03\x90\xe0\x97\xd8\xb3\x5a\x08\x40\xdd\x58\xf4\xd5\x5a\x6f\x00\xe3\x1b\x22\x27\xd7\x53\x00\x1c\xf4\x45\x8b\x37\x99\x01\x78\x69\x89\xec\xd8\x2c\x0c\x10\x5c\x28\x6d\xc4\x76\x10\x20\x72\x44\xfe\x04\x57\x3f\x40\x8c\x88\xda\x0f\xe1\xd7\x00\xd1\xf2\xba\xa8\xd2\x01\xb8\x1e\xbe\xd3\x3c\x4c\xa7\xe9\xb7\x7f\x52\x99\xcb\x97\x18\x3b\xdf\x3d\xc8\x7b\x9b\xc6\xa3\xd6\xa1\x5f\x10\x16\xd3\xd0\xda\x5d\xb1\x86\x74\x36\xbd\x8e\xd7\x3c\xc9\xe7\x68\xde\xe4\x89\x69\xfb\x74\xf5\xcf\x25\x14\xf6\xe9\xfb\x69\x63\x6f\xc4\xf5\xa5\x67\xe4\x53\x43\x5f\x6c\x30\xe4\x98\x39\x99\xb2\xee\xb7\x3f\x12\x66\x2c\x33\x8b\xc5\xca\xdc\x2c\x30\xe5\x98\x33\x8f\xbe\x70\xd5\xde\x4c\x70\xae\x2d\x92\xf3\xe2\x09\x33\x6b\x2a\x21\x4c\xee\xff\x8b\x03\x2a\xf6\xb0\xd0\xa7\xb3\x78\xbe\x28\x7c\x62\x36\x4c\x7f\xe6\xbc\x63\xe1\x5c\x30\x9e\xef\x9f\xa9\xff\xef\x5f\x2f\x1e\xce\xca\x01\x20\xeb\x2e\x7a\x7d\xf5\x6a\x00\xed\x55\xc2\x97\xd6\x1c\x01\xb0\xe4\x16\xb0\x5b\xbb\x14\xc0\x6d\xa5\xe0\xc9\xf5\xaf\xff\xe4\x62\x44\x4b\x8a\xe5\xee\xe8\x06\x48\x5a\x2a\x6d\xc4\x11\x0b\x90\x5a\xac\x7c\x5d\x68\x29\x40\x8a\xb9\x66\x87\x7c\x24\x34\xc6\x8d\x19\xff\xd2\xb1\xc3\x8e\x84\xca\x39\xe9\xd9\x77\xa1\x92\x9e\x5e\xe1\xbc\x81\x1d\x88\x92\x83\x5b\x7e\x7f\x8c\x22\xf5\x94\xc5\xc6\x6b\x39\x29\xb7\x26\x58\x8c\x2c\x3b\x5f\x64\xaf\x1e\xe5\xd1\x5b\x35\x79\xeb\xc0\xa7\x5e\x2d\xc3\x4b\x53\x39\xb9\xf4\xf6\xa5\xc6\x35\xd3\x1a\xd9\xba\x0f\x7a\xcd\xac\xa6\xe3\xb3\x46\x98\xbe\x40\x37\x04\xcc\x3f\xce\xee\x4f\x7a\x79\x69\xce\xd2\x65\xf6\x62\x82\x5d\x55\x8f\x95\xe2\x9c\x61\x4c\x5b\xe5\x76\x2b\x0a\x75\x55\x84\x51\x59\xbb\x95\x2d\x35\x31\x54\xab\x84\xc5\xea\x0a\xf5\x7b\x50\x68\x31\xa7\xf5\x3e\x1a\x7f\x40\x5f\x21\xd9\x9a\x9b\x76\xce\x77\xe3\xe1\x49\x1b\x07\x5a\x8d\xcf\xe8\x81\x59\x1b\x1e\x3a\x97\xa7\xff\xfc\x3a\x48\xb6\xce\xf7\xcf\xd4\xff\x85\x33\x84\x9d\x56\x2a\x03\xe0\xf5\x84\xae\xad\xaa\x04\x30\xbc\xbe\x4f\x6e\xb5\x01\x80\xfd\x28\xcf\x3a\xd6\xb9\x3f\x79\x10\x51\x97\x78\xef\xae\x33\x00\x48\x8e\x14\xdc\xb9\x45\x1f\x20\xeb\x96\x98\xf5\x6e\x4e\x80\x3c\x1b\x79\xf2\x3e\x4e\x80\x03\x53\x04\x4b\x19\x17\xe8\xc9\x1a\xd3\x3b\x44\xbe\x81\x65\xc4\x5f\xb3\xa5\x3a\xee\x42\x52\xfc\xd9\x02\xbe\x87\x5f\x1f\xd7\x72\x0f\xcc\x91\x4d\xd6\xfd\xb2\xd4\xc1\xf7\xfc\xae\xec\xd9\x77\x35\x56\x0d\x2d\xd4\xc3\x61\x3d\x24\xb3\x0d\xdf\xa4\x8e\xee\x6c\x15\xb6\x58\x32\xf1\xb3\x50\xa9\x51\xc8\xf2\xd1\x24\x76\xd8\xe0\xd6\x1b\xeb\x8d\x53\x4f\x0e\x70\x5e\xf1\xb4\xf1\x9c\x7e\x9a\x75\xf5\x9c\xbd\x1d\x61\x46\x31\xa3\xa3\x92\xd7\x2e\x6c\x56\x38\x79\xb2\x34\xdd\xbe\x73\xf6\x68\xe2\x8b\xff\xf2\x2f\x47\xd6\xd9\x23\x54\xe3\x70\xf1\xdf\xfc\x8b\xb6\xbd\x1c\xcd\xd7\x5f\x23\xfb\xa9\x7d\x0b\xed\xa8\xdf\xd6\xcc\x35\xf6\xcd\xb4\x09\x6f\x25\x00\xdc\x06\xf1\x85\xcf\x59\x1c\x8e\x22\xd4\x65\x9c\x00\x62\xcf\x04\x6e\xb3\xf4\x00\x90\x36\xf2\x49\xae\x2c\x07\xb0\xdc\xc5\xbb\x65\xfe\xf3\x85\x5b\xdf\x9e\x18\x96\xa8\x3f\x1c\x44\xf2\x79\x8e\xe5\xab\x54\x00\x0e\xac\xe2\xd9\xb3\x5e\x0e\xa0\xd0\x41\xb0\x6a\x07\x0b\x40\xf1\x0e\xa9\x93\x7b\x65\x01\x4e\xe4\x2b\xf5\x4b\x9c\x84\x2f\x45\x2b\xc9\x0d\x5a\x79\x18\x7b\x9e\x87\xf9\x63\x87\xde\xef\x1f\xe2\xf7\x79\xba\x47\xdc\xe9\xb7\x0e\xba\x9c\xf0\x35\xf3\x42\x47\xa5\x0f\x4b\xa9\xdf\xe1\xb0\xc7\x53\x6e\x9a\x77\x32\x8b\x7e\x34\x8e\x38\xda\xf5\x37\x96\x78\xdc\x5a\xe3\x40\xf9\x65\x55\x52\x7e\x29\xc2\x29\x78\x22\xf8\xd8\xa7\xb3\xed\xce\x72\x93\x35\x05\x2b\xcb\x3c\x5d\x6e\x4f\x9d\x3a\x24\x7c\xfc\x96\xcb\xad\xe9\xc6\x6c\xf4\x68\xba\xeb\xe9\x19\xd9\xcc\x96\xfc\xed\x6e\x4b\x66\xb0\xd4\x3b\x07\x5e\xb8\xee\x9b\x5b\x11\xff\x36\x47\xd9\xb5\x66\x2e\x3c\x56\x3a\x53\xdc\xb5\x92\xca\x12\x59\x91\x56\xec\x1a\x4b\x4d\x0e\xb3\x4d\x2e\x75\xc5\xa8\x1d\x21\x2a\x49\x32\x2e\x5f\x69\x76\x01\x1c\x09\xf7\x5c\x92\x68\x57\x7d\x0b\x00\x58\xf4\xf7\xb7\xcf\xaf\x03\x1f\x5d\x80\x67\x05\x27\x80\xc2\x08\x5f\x05\x4b\x07\x00\x65\x27\x17\x0f\xcb\x06\x00\x07\x85\x3d\xb1\x2b\x68\x00\x7e\x61\x4b\x45\xfe\xd6\xfd\x72\x19\xdf\xeb\x17\x9b\xb2\x47\xcd\xaf\xc7\x29\x5d\xee\xe0\x0d\xf1\x00\xe7\x84\x84\xd8\xd9\xb2\x00\xaa\x57\xc9\x1c\xd9\xcf\x0b\x70\xce\x9b\x80\x90\x96\x8c\x8d\x94\x9e\x33\xac\xb6\x6b\xe9\x17\x3b\x94\xef\x54\x1a\x76\xb7\x75\x53\xb2\x7d\xd8\xe9\xec\x93\xb7\xf3\xa3\x38\x0e\xdb\x1e\x0d\xb9\x72\x38\xc4\xfd\x6a\x69\xc9\xe7\xb3\xe0\x7f\xb0\xe3\x78\x85\x73\xd9\x6b\x1f\x8b\x9f\x19\xa7\x37\x16\x75\xfb\x2d\x19\xff\x59\x96\x9a\x4f\xf5\x53\x9e\xd0\x3a\x5e\xc5\xf4\x3f\xc9\x3a\xe2\xf7\x70\xea\xe4\xe1\x15\xe9\x81\x7e\x82\xd3\xb7\x73\x9a\x99\xf9\x3f\x09\x53\x7e\x7b\x67\x55\x53\x5e\xc6\xbd\xf4\x7d\x36\xdb\x93\xe8\x14\xb3\xc7\x57\x72\xee\x44\x4c\x65\xd4\xa0\x2f\xfb\xdc\x40\xd4\x68\xd4\xa4\x77\x26\xd5\x23\xdc\x28\x82\xe2\x95\x43\xe3\x0f\xfc\x1a\x76\xc9\xab\x81\x66\x11\x10\x08\xb0\xfe\xb1\xc0\xd0\x7c\x3f\x4c\xfd\x5f\xed\x2c\xd7\xbe\x15\xdc\x00\xa6\x84\x35\x03\xf3\xff\xee\xc1\x98\x7b\x67\xea\xdf\xcc\x1c\x80\xa2\x6e\xdc\x3f\xfa\x5f\xcd\x06\xb6\xa4\x95\x59\x00\x75\x2d\x3c\x45\x9b\xb3\x00\xee\xae\x11\x8d\xdc\xbb\x75\xf2\x70\x5d\x81\xb2\x94\xaa\xc7\x60\xf8\xe5\x34\xdd\xdd\x56\xce\xed\x7c\x95\x79\x36\xd9\x41\x5e\xf5\xb8\xa2\x32\xff\xaf\xe9\x0d\x95\x6d\x39\x52\x69\x56\xc7\xf8\x8e\x0a\xa5\x7e\xaf\x1c\x2c\x9b\xce\xa1\x26\x2a\x3d\xdc\x7f\xfa\x60\xea\xd2\xd8\xd0\xcf\x35\x55\x9d\x89\x42\xd1\x53\x3f\xcf\x9d\xf6\x89\x33\x8e\x2e\xfb\x15\x7e\x52\x38\x66\x73\x14\x3a\xf1\xf5\x58\x69\xd4\xed\xc8\xf8\x29\x96\x23\xa3\x91\xec\xe1\x91\xd3\x66\x79\x5f\x23\x56\x86\xdd\x99\xc1\x65\x17\x85\x15\x84\x76\xcd\xbc\x4e\x57\x0c\xbd\x1b\x92\x30\x1b\x9a\x5c\x1f\xa2\x18\x7c\x79\x4e\x3c\xde\x22\xd8\x28\xf0\xf2\xdc\x87\xa8\x91\xc0\x9f\x81\x8f\xa8\x46\xe1\xd3\x01\x52\x81\x77\xa8\x7d\x21\x9c\xfe\xf9\x01\x81\x34\xe5\x40\x12\x00\x8f\xc8\xbe\x17\xcb\x26\xfe\x57\xff\xb7\x65\xf8\x7c\x30\x75\x4f\xe6\xdc\x2f\xd3\x0f\x83\xd9\x7f\x2d\x63\xfe\xf7\xfe\x81\xc5\xfa\xf4\x25\x5b\xdc\xca\x0b\x73\x5f\xdb\x0f\x0a\x14\xec\x71\xff\xb2\xb6\xc5\x52\xce\x4d\xfe\xc4\x2b\xce\x46\x3b\x4d\x9c\xf1\x85\xc6\xc4\x9b\x99\x66\xa8\xf7\xc9\xf3\x7d\x17\x31\xcf\x0f\x89\x5c\x47\x9c\x4e\xb5\xc6\xff\xca\xd7\x4e\x95\x28\x15\x2f\x15\x3f\xfe\x36\x3a\xe6\x78\x6b\x23\xf7\xc9\x84\x90\xac\x63\x3e\x83\x21\xe5\x1f\x03\xa3\x0a\x1d\x7f\x69\x9f\xf4\x0f\x68\x3c\xfc\x6d\xa2\xaa\xd8\x30\x60\x6b\x1e\x7d\x6a\xc5\x91\x5a\x7f\xaf\x9c\xa4\xa9\xa9\x83\x49\xfe\xeb\x33\xca\x66\x70\xd9\x91\xcc\xbc\x17\xdf\x7d\x29\xf1\xb3\xe7\x93\x42\x98\x7e\x1f\x3e\x1c\x09\x7e\x73\x4f\xa2\xf3\x7e\x73\x1f\x5a\xb1\x89\xd4\xbe\x10\x7e\xaf\xa5\x31\x79\xb4\xad\x41\x69\x5e\x6c\x91\x21\xb4\x58\x7f\x17\x00\x9e\x76\x4e\xd1\xa5\x77\x01\x94\x83\x77\x5b\x2d\x4d\xfa\xa3\xff\x7b\xfa\xe0\x2c\x71\x7f\xcd\xbf\x33\xe7\xbf\x99\x3e\x00\xd7\x19\xf9\xe7\x4c\x0e\x60\x51\xff\xa0\xb7\xf7\xdf\xd8\xf4\x11\x87\x1b\x99\x7b\x8b\xf2\xee\xdc\x7e\xe8\x8d\x56\xf7\x5e\xc9\x1c\xf1\xca\xc7\x9f\x5e\x8c\x13\x14\xb4\x3f\x5c\x7b\xff\x84\x60\xe4\xe9\xbc\xb1\xe4\x57\x93\x81\xcb\xd1\x08\xf7\xb4\xb4\x7a\xbe\x28\x4a\x36\x7b\x84\xea\x4d\xde\x62\xa7\xc3\xa6\x7e\xe5\xb5\xd0\x60\x5c\x48\x76\xcf\xbb\xb6\xbf\x3f\xbf\xe8\x94\x8b\xe0\x15\xfc\x04\x1c\x1d\x70\x79\x77\x2e\x6b\x6a\x53\xfe\x31\x17\xfe\xd3\x52\xd3\x0e\xb9\x37\x5d\xd0\xd2\xd9\x19\x91\xcc\x61\x17\xab\x13\x99\x33\xe3\xa9\x5f\x5d\x04\x8e\x86\xcf\x8e\x24\x84\xba\x88\x1f\x91\x98\x0b\x8a\xd5\x76\x2e\x39\xd4\x45\x65\x8d\xcc\x70\x49\xc9\xf5\xa3\x3a\x84\x1b\x3b\x9b\x66\x4f\x53\xa9\xc1\xab\x9d\x5d\x33\xc5\x69\x26\x01\x61\x4e\x03\xe9\xaa\xb4\x7a\x5f\x0b\xc7\x8f\xa9\x15\x74\x31\xcf\x3c\x00\x91\xa9\xdd\x63\x4b\x85\x01\x08\x45\x4b\x89\xff\x70\x20\x0c\xdd\x93\xa9\x7f\x57\x04\x32\xae\xbf\xd0\xbf\xfd\xbf\x5a\xf0\xc7\xa7\xfd\x18\x5c\x98\x8f\x1f\x95\x1b\x16\x66\x79\x81\xc3\xbd\xf7\xfb\xaa\xb3\xa7\x6e\xfd\x8d\xf6\x9c\x4f\x03\x22\x31\xfb\x56\x34\x58\x0e\x6e\x51\xfe\x84\xef\xaa\x0a\x7e\x33\xa7\xc7\x6e\x71\xe2\x70\xfd\xab\x0e\x07\x65\xbf\xad\x51\x83\xcf\x85\x43\x29\x09\xb5\x7e\x02\xcf\xf8\x0b\x23\xd2\xc5\x5d\x0e\x3e\x7d\x78\x8b\x2d\x3b\xd0\xd6\xb9\x35\xbd\x37\x3e\xf7\x9d\x45\xff\x13\xe3\x69\x5c\x6e\x9e\x65\xe6\x7d\x9d\xe9\xb9\x4c\x39\xab\xcf\x75\xca\x33\x07\xd3\xf2\xad\xf9\x6b\xee\xcc\x46\x26\x3e\xb3\x11\xad\xd6\x9d\x45\xe2\xb7\xda\xac\x3f\xfb\x78\xae\x36\xaa\xd5\x46\xe0\x94\x2f\x95\x14\xae\x68\x23\x77\xf2\x36\xf5\x76\xc8\x6e\x9b\xa9\x13\x46\xd4\xaf\x41\xe3\x36\x45\xc7\x48\x34\x0f\x7f\x3d\x1b\x9e\x42\x07\xda\xa0\x77\x99\xf5\xec\x11\x31\xba\xa0\xa7\x9e\xf5\x97\x83\x73\xf4\x54\x37\x33\x00\x49\xdc\x0a\x98\xef\xe7\xbf\x3e\x10\x4c\x0e\xa4\x84\xa1\x7f\x32\xf5\x5f\xa6\xfe\xd9\xb5\xc0\x81\x20\xbe\x9f\x77\xce\xd7\x1f\x5a\xa3\x0b\x1c\xc8\xfb\xb2\x89\xb2\x05\xfd\x83\x73\x96\xb8\x8b\x75\x79\xe0\x83\x3b\x53\x97\x05\x0c\xd8\xaf\x5c\xcd\x1d\x5f\x27\xdf\x23\x3d\x52\xaa\xf3\x5d\x4e\x9b\x4d\xb7\x3a\xe3\xd7\x17\x19\x1b\x55\x27\x9e\x20\x8e\xa1\x3d\x81\xd1\x21\xce\xae\xdf\x3e\x44\x1e\x3e\x13\x75\xca\x66\xdb\xe0\xe3\xda\x5f\xf1\x4b\x4d\xf9\x06\xee\x76\x05\x26\xde\x36\xf0\x1a\xf8\x31\xd3\x99\x94\x67\x40\xef\xfa\x3e\x7b\x39\x4e\xd1\x88\xb3\x0d\x99\x23\x46\x9b\x19\xb1\x3e\xca\xa6\xae\x09\x2b\x31\xde\x70\x4f\x92\xea\x13\x12\x6f\x7c\xb7\xce\x9f\xfa\x24\x48\xd5\x64\x6b\xed\x4a\x9a\xb2\xbf\x98\xa9\xe2\xa5\x2c\x9a\xb7\x1f\xb7\x69\xe0\xf9\xbb\xb4\xbb\xde\xf7\x4c\x4a\xce\xea\xd3\x4d\xdc\xe8\xa6\x32\xa7\x48\xf4\x0c\x57\x67\x33\xa9\x32\x0b\x7a\x86\xeb\x01\xd3\x2d\x25\x4d\xc8\x5a\x87\x1e\x00\x22\xe3\xba\xfe\xce\x85\x09\xff\xf7\x1c\x60\xfa\x20\xdc\xbf\xfb\xf7\xf5\xc7\x46\x87\x17\xce\x85\x31\xff\x9f\x0b\xba\xe0\x07\xb1\x39\xa3\xf9\xfa\xf2\x04\xb6\xc0\x0d\x3c\x8c\x05\x58\x37\x8d\xc3\xdd\x1c\x07\xe0\xed\xda\x42\x3b\x9b\x0b\xe3\xd2\x67\x04\x39\x0b\x42\xd1\x5c\x0d\x3d\xd5\xea\x84\x76\xea\x37\x0b\x17\x93\x74\xef\xb8\x99\x83\xbe\x55\x6e\x3b\xec\xfd\x67\x72\xf3\xfa\x7d\x9e\x9b\x36\xcf\x9c\xbf\xf2\x2a\x90\xac\x37\x34\x93\xde\xa9\x15\xb2\x49\x9b\x67\xf6\xfe\xf4\xc9\xd0\x75\xda\x02\xa3\xda\x54\x9b\xc0\x6e\xed\x97\x1f\xd6\x52\x3b\xfc\xc9\x3a\x87\x7a\xf6\xd2\x14\x7c\x06\x75\x7d\x5f\xec\xa1\x25\x78\x6b\x50\xf2\x9e\x68\xd2\x4e\x7a\x3d\xa6\x4c\x3c\x70\xa5\x4d\x7b\xd8\x52\x5a\xef\x96\xd0\x5d\x5d\x26\xf4\x0e\xdf\x92\xa5\x9f\x75\xde\xa4\x8f\xaf\x75\xa4\x37\x3a\xb9\xea\x9d\xbd\xf2\x05\x11\xb6\x2b\xd0\xbb\x50\x7d\x1f\x09\xb3\x1e\xd7\x7b\x79\x4e\x1b\xa9\xb2\xda\x0a\x60\xce\xb8\xfe\x61\x8c\xfb\xff\x20\x63\xfe\x9f\xa9\x7f\xff\xdf\x1c\xc8\x78\xd9\xc4\x8b\x05\xfd\x4f\x94\xbe\xf0\xfb\xaf\x45\x19\xfa\xd7\xbb\xc5\x7a\x2d\x15\x60\x29\x1d\x87\x3b\xc7\x0f\xc0\x33\xba\xe9\x7c\x71\x2c\x80\xd4\xc5\xbd\xa2\x59\x6b\x20\x88\x34\x2e\x2b\x17\xb1\x1a\x0b\x36\xb3\x25\x9b\xb8\xc9\xa2\x36\x9e\x1d\xe6\x9f\xad\x0b\x90\xe1\xf4\xf5\xb6\xe1\xc6\x85\x88\x61\xa5\x9f\xd3\x39\x8a\x0c\x1d\xbb\x57\xe4\xa2\x49\x76\xa2\xe7\xf4\x0e\xba\xf5\x69\xc8\xd1\x53\xa7\xed\x5d\xab\xd4\x75\x67\x97\xd0\xf5\x9c\xd4\xd4\x1f\x8c\x60\xf4\x44\x47\x6e\xf5\xfa\x0f\x63\xf4\x0f\x76\x52\x1a\x4f\xdf\xb4\xd2\x87\xec\xce\x69\x92\x5e\xe6\x21\x3b\x6c\xf7\x68\x19\xb5\xb5\x22\xdc\xb6\x02\x5a\x71\x8f\x1d\x10\x27\xeb\x95\x5a\x65\x4d\xd3\xc8\x51\x4b\x29\xb2\xeb\x9d\x7c\xe4\xaa\x45\x84\xd6\xb9\xfa\x3a\x74\xb9\xe9\x0e\xb2\xc3\xf5\x43\x28\x97\x09\x1f\x80\x67\xff\xbf\xfb\xa0\x82\xf1\x1c\xa8\xbb\xbf\x58\x5f\x30\xee\x93\xe1\xe3\xf3\x75\xb2\x79\x7a\xbe\xe0\x3e\xff\x80\x85\xe7\x43\x17\x63\x0e\xf6\x61\xfd\xbf\xfa\x5f\x65\x11\x00\x2e\x19\x87\x3b\x61\x04\xc0\xed\xbe\xbe\x25\xaf\x03\x40\xea\x20\xd7\x70\x7c\x2f\x34\x11\xc3\xc5\xf8\x02\x12\xb0\x6f\xa6\x7c\x6a\x17\x1d\x77\x61\xda\x6e\x4b\x74\xa2\x2c\x57\xa1\xdd\xf1\x2f\x8c\x8c\x0c\x8f\xa0\xf9\x45\x44\x53\x39\xdd\x75\xa8\xcd\x25\x33\xb3\x57\x9a\xbf\x50\xa1\x07\x89\xe6\x03\xea\x2b\x10\x7a\xaf\x82\xc5\x33\x02\x0d\x79\x33\x39\x6b\x29\xa5\xe6\x84\x9a\x20\x9d\x26\xeb\xf0\xf7\xa7\x9f\xa1\x5b\x0c\x53\xd5\xb4\xbe\xef\x44\x37\x18\xa2\x6a\xa1\x1f\x23\x51\x61\xc3\xcd\x6a\xb5\x7d\x1f\x50\x8a\xfe\x2f\x42\x52\x97\x25\xaa\x63\x60\x4e\x54\xe8\xd8\x88\xea\x1a\x1c\x21\x94\xb5\x25\xa3\x85\x14\x07\xc2\xc4\x63\x51\xf4\x9a\x2e\x91\xd8\xde\x94\x80\x5e\xd3\x3d\xf4\x67\x1f\x14\x1f\x62\x9c\x83\x0c\xff\x87\xa7\x8c\x3c\xa0\x8f\xd5\xf3\x75\xf6\xed\x9c\xd5\x82\xfe\x39\xcb\xe0\xa0\x18\x7a\xff\x63\x86\xee\x73\xb3\xfa\x5f\xfd\xb3\x34\x0d\x60\xd7\x87\x15\x0d\x07\x7d\x00\xb8\xf8\xd7\xba\x24\x3f\x03\x10\xaf\x64\x7b\x1a\x6e\x09\x93\x04\x25\xc1\x56\xcf\xa7\xe0\x61\x78\x46\x16\xb5\xa1\x62\x9f\x1d\xcf\xaa\xe5\x98\x6d\xc5\xca\xc3\xef\x6b\x7c\xd5\x77\xc5\x42\x72\x43\xc8\x79\xda\x43\x98\x72\x99\xab\x2e\x0b\x93\x7b\x20\x15\xa1\xfd\xcd\xda\xfa\x81\x04\x49\xf4\x6a\x6f\xbb\x41\x15\x7e\x1b\xfa\xf4\xe7\x6b\xbd\x6e\x15\x71\x4c\x07\x7d\xab\xd5\xfd\x3b\xdf\x22\x66\xe6\x3b\x46\x20\x3e\x55\x96\xfd\xd1\x84\xed\x54\xef\x54\xe6\xf8\xf4\x08\x13\x27\xdd\x54\xfa\x3e\x60\x80\xe9\x12\x7d\x55\x12\x7a\x71\x18\x9b\x86\xb4\xca\xdb\x97\x21\x18\xbf\x7a\x9b\xb2\xd1\x73\x2e\x2c\x11\x3f\x0b\x70\x98\xeb\xdf\x73\xe0\x11\x83\x87\x58\xd4\x7f\x69\xf7\x67\x1d\x70\x7f\xf9\x20\x30\x39\xa8\x16\x4b\x06\x07\xf4\xfd\x5f\xfd\xb3\xf8\xc8\x62\xcd\x7a\xbb\xa8\xfb\x27\x1e\x04\xd8\x94\x8d\xc3\x45\xeb\x02\x88\xbe\xdf\xb1\xcb\xaf\x12\x40\x95\xca\x7b\xc9\xc5\x0c\xce\xeb\xc7\x88\x0f\x59\x86\x81\x9a\xfd\x72\x85\x1b\x46\x03\xc0\x1d\xe4\xa6\xc2\x49\x71\xc0\x20\x65\x18\x7f\x99\x5c\x83\x3d\x38\xba\x8a\xe4\xae\x61\x83\x35\x9c\xca\x26\xb9\x11\x9d\xb1\xb2\x6b\x04\x75\x2f\xb5\x6c\xcc\xbd\xb9\x4a\x8b\x45\x65\x0c\x0b\xee\xda\xa9\x71\x4f\xe9\x3d\x56\x3c\xac\x43\xb2\xfe\xcd\x3b\x68\x82\x38\xf6\x52\x29\x53\x0e\xc0\x0f\xb6\xc8\xf5\xcb\xc9\xcc\x65\x00\xb7\x6c\x89\xdc\xeb\x9f\x1b\xb1\x19\xf9\x27\xf2\x4b\xbe\x0e\x62\x3f\x14\x24\xe5\x76\x7d\xdc\x00\x5b\x65\x6f\xcb\x3f\xec\xdf\x81\xbd\x57\xdc\x0a\x70\x26\xe8\xdf\x73\x70\x91\x83\x41\x5f\xcc\x38\xcf\xd7\xef\x78\x48\xc2\xfd\xe5\x83\xf0\x9b\x03\xca\x61\xe8\x9f\x3f\xfe\xd5\x3f\x99\x39\x00\xcc\xf9\xef\x58\x2d\x00\xce\x0d\xab\x4a\x03\x65\x01\xf6\x97\x6d\x59\xe7\x31\x0d\xa0\x32\xcc\x15\x65\xa7\x0a\x5f\x75\x0d\x05\xbf\x9b\xe6\xc1\x71\x2b\x92\x44\xad\x81\x31\xc4\xf8\x04\xcb\x74\xea\xf2\x82\x51\xec\x6b\x85\xca\xdf\xf9\x0e\x09\xc0\x75\x2c\x49\x79\x98\xa0\x0d\x42\x95\xca\x4a\xaf\x7f\xe7\x3a\xa8\x60\x5f\x9a\xb3\xf0\xfa\x4a\xa7\xb1\xa1\xce\x52\xbc\x8a\x42\x3f\x86\x0c\xf9\xa8\xa4\xca\x3f\x00\xd1\x69\x19\x25\x96\xdf\xbc\xc3\x24\x3c\x80\x40\x49\xfd\xdf\xbc\x43\x32\x8d\x07\x5e\x0b\x7d\x97\x54\x9f\x2c\x86\x16\x61\x19\x49\x8e\xef\x87\xa1\x41\x38\x01\xa0\x9e\xc1\x83\x31\x73\x81\x16\x39\x98\xb1\x0f\x70\x6e\xbe\xf6\x8d\x2e\xf6\xc3\xf4\x41\xb8\xc3\xd0\x3d\x2f\xdd\xff\x57\xff\x64\xea\xbf\xa9\xa9\x8b\x95\xe9\x03\xe1\xf6\x0b\x60\xb9\x2d\x0e\xe7\x79\x1c\x40\xf0\xfc\x06\x57\xa7\x17\x00\x0a\x63\x6c\xf7\x2d\xa3\x00\xc8\x2d\x7c\x38\x43\x07\xe8\x33\x5b\x26\x54\x42\x51\x84\xa7\xae\x26\x22\x73\x64\x43\xa8\x09\x2d\x97\x20\xa9\x0f\x41\x45\xf2\x66\xc9\x1f\x24\x23\x88\x3e\x60\x29\x2b\xa2\x76\x1e\x02\x8b\x9b\x64\xef\x31\x73\x1d\x94\xbc\x21\xec\xaa\xbe\xcc\x25\x85\x09\xb0\xbe\xaf\x26\x67\x2f\xdf\x0d\x26\x6d\xc3\x72\x57\xe4\xa6\x80\xd2\x7f\x44\x5e\x55\xb6\x1d\x02\xbf\x2f\x91\x55\x66\xf2\x0e\xd2\xef\x61\x04\x4e\x88\x65\x49\x1e\x07\x80\x11\xa1\xad\xe2\xbd\x00\x00\xfc\x02\xa2\x6f\xb0\xf9\x77\x49\x9f\x3f\xe7\xe0\x22\x07\x33\xc1\xe8\xfb\xb7\xfe\xcb\x98\xff\xbf\xcb\xc8\x47\xba\xc2\xd0\x6d\x4f\x31\x7c\x40\x0a\x6a\x18\xfa\xef\x1e\x86\xfe\xcd\x38\x1f\x7c\x18\xba\xb0\xed\x76\x00\x9c\x35\x0e\xe7\x6c\x06\x20\x60\xbf\x2e\xde\xba\x05\x40\x2e\x6e\xfb\x3d\x93\x51\x00\x0d\x7b\xce\x41\xbd\x14\x00\xc3\x70\xbe\x70\x1d\x5f\x18\x75\x2c\x12\x5a\xa9\x51\x0b\xe3\xbe\xa3\x42\x16\xcc\x7c\x07\x42\x04\x3c\x4f\x91\x16\x3d\x80\xcf\x86\xa6\x5c\x4c\xec\x89\xf2\x4d\xb8\x53\x2c\x27\xbe\x4d\xb1\x11\x6e\x55\xb2\x8b\xeb\xca\xcb\xc3\xbd\xcb\x81\x62\x3e\xb2\x37\xa0\xee\xf6\x19\xb1\x27\x72\x78\x48\x6f\x0d\x90\x1a\x94\xd9\x08\x17\xba\x54\x24\xb6\x49\x67\xc3\xf5\xa1\x23\xe2\xef\xa4\x65\xe0\xd5\x44\x87\xd8\x79\xa9\xcf\x00\xd0\x28\xb2\x57\x92\x08\x00\xd3\x82\xba\xcc\xf5\x60\x72\x30\x33\x8c\xeb\xfc\x81\xc1\x75\x30\x39\x20\xa6\x0f\xc2\x55\xc6\xf5\xff\x7f\xf9\x20\xc4\x33\xfe\x1f\xd3\x07\xc2\x65\xed\x62\x75\x7d\x0c\xb0\xbb\x63\xc5\x1a\x6b\x3e\x00\x5e\xef\x55\xea\x26\xf7\x00\x24\x92\x37\xf6\x1b\x0c\x01\x10\xfb\xd9\x15\x75\xaf\x01\xe8\x9f\xe7\x99\x22\x0b\x01\xd8\x44\xf2\x51\x34\x9a\x01\x3c\x0a\x04\x36\x10\x4f\x00\x35\xa4\x49\xf0\x28\x3e\x09\x20\x86\x28\xf0\x54\xa5\x08\xe8\xa9\xb2\x82\x37\x95\xb9\x61\xe4\x40\x8b\x70\xaa\x62\x05\x0c\x16\x0d\xed\x0f\x52\x88\x84\xe7\xa7\x2e\x89\x6e\x65\xfa\x1a\xc8\x04\x40\xcf\xad\xbe\xfd\x5f\xa5\x9b\xe0\x45\xd3\x29\x91\x4a\x26\xef\x20\xd5\x0a\x2d\x6f\xdb\x45\x3f\x31\x79\x07\x49\x15\x80\x89\x0e\x61\x29\xe6\x7a\x20\x8a\xf0\x0c\xf7\x37\x07\xf4\x1f\x3f\x20\x66\x2e\x16\x33\x17\xea\x98\x15\xe3\x1c\x60\xf0\x3f\x49\x8c\xf5\x09\x67\xec\x03\xa6\x0f\x04\x53\xff\xb7\xcb\x01\xd8\xfd\x69\x79\x95\x7a\x1e\xc0\x6a\x4d\x1c\x4e\x7f\x1a\x40\x74\x60\xbd\xbe\xb6\x1e\x80\xd2\xd7\x6d\xeb\xb4\x34\x00\xb4\xb7\xb2\x8f\x6a\x64\x00\x98\x3b\x70\x9d\x23\x99\x03\x38\x25\xf3\xa0\x6a\x4e\x00\xbe\x99\x7b\xc5\xf0\xee\x00\x61\x42\xfc\x96\x2a\x12\x00\x31\xd5\xfc\x5c\x4a\x11\x00\x29\xa1\xfc\xf5\x0a\x8d\x00\x79\x2f\xf6\x8d\xc8\xfb\x03\x1c\x9d\x12\x98\x90\x79\x02\x50\xc6\xb3\x2f\x5c\xfa\x26\xc0\x79\x79\x01\x17\x69\x36\xa0\xd7\xa4\x09\x1a\x4a\xe9\xc0\x54\xc3\x8c\xd0\x0a\xc9\x0c\x98\x7c\xcc\x22\x44\x91\xdc\x08\x13\x9d\xc6\x42\xf7\x24\xbe\xc1\x54\xdf\x7d\x61\x1e\x89\x3a\x80\xd1\x4c\xa1\x82\x61\xc6\xdf\xcb\x7c\x0f\x7a\xb4\xec\xdf\xf7\x80\xaa\xa0\xc5\x7a\x42\xf3\x3f\x1c\x0c\x63\x3d\x22\xa5\x16\xab\x1f\x37\x83\x7f\x61\xf8\x6a\x99\xe2\x17\xab\x36\x83\x33\x55\xdb\x0b\xc0\x3a\x84\xc3\x69\xff\x04\x10\xa2\xad\x31\xd4\x60\x05\x50\x20\x6d\x26\x12\x56\x00\xa8\x15\x6d\xab\xc0\x77\x01\x18\x9c\xdd\x95\x83\xbf\x0d\x60\x99\xcd\xee\xa1\xaa\x0c\xe0\xf2\x8d\x63\x4c\x45\x1b\xc0\xa7\x95\xeb\xaa\xf2\x66\x80\x90\x8f\x3c\x02\x8a\x86\x00\x31\x6f\x78\x5e\xc9\x7f\x03\x48\xb9\xcd\x7b\x49\xd6\x19\x20\xc7\x9c\xa7\x57\x56\x0a\xe0\x88\xcb\xde\x77\x32\x51\x00\x27\x8f\xf2\x0f\x4a\xbd\x06\x38\x3d\xc7\xbf\x49\xf2\x17\xc0\xc5\x10\x7e\x2f\x49\x17\x80\x9b\x2e\xfb\x52\xc5\x07\x01\xee\xbd\xe6\x0f\x10\x6b\x07\x78\xc2\xc3\xf7\x4c\xec\x25\xc0\x4b\x6e\xfe\xcb\xbf\x9f\x83\xa6\x8c\xe7\xe0\x81\x7f\x9f\x83\xcc\x5c\xa8\xc3\x0c\xde\x27\x83\x91\x17\x13\x53\xf6\xef\x3e\x70\x0f\xfd\xf7\x3e\x30\x58\xfa\x2f\x07\x22\x37\x02\xb0\xa4\x0e\x87\xd3\xf0\x00\xd8\xc7\xce\xfa\x70\xfe\x3a\x4b\xbc\x5c\x4b\x53\xde\x0b\xa0\xd4\xb6\x29\x40\xa1\x15\x40\xeb\xe1\x16\x6e\x45\x23\x00\x63\xdd\xed\x64\xa5\xa3\x00\xb6\x25\x6c\x78\xf9\x55\x00\x4e\x56\x3b\x2f\x2b\x76\x01\xf8\xcd\x70\xfc\x52\xd8\x05\x10\x48\xe7\xe0\x93\x5b\x02\x10\xe5\xce\x11\x21\xe3\x01\x90\xa4\xc4\xf1\x4d\xc6\x0c\x20\x0b\xe1\x96\x94\x0e\x04\x38\xec\xca\xb3\x5e\xd2\x16\xa0\x28\x8f\xeb\xa7\x24\x0e\xa0\x3c\x84\x27\x52\xc2\x15\xe0\x5c\x10\xaf\x9e\xf8\x32\x80\xab\xcf\x79\xfa\xc5\x9e\x02\xd4\x1b\xf2\x7e\x14\xe3\x02\x68\x3c\xcf\xbb\x40\x43\x51\x70\x8b\xfa\xc5\xbf\xbe\x20\xff\xe3\x83\xa0\xa6\x3a\xcd\x3a\xf6\x87\x83\x50\x93\x26\xe1\xb7\x0b\x00\xa8\x37\x6a\x49\xb0\x55\x01\x90\x33\xf5\xac\xb8\x76\x01\x50\x3e\x98\xe7\x09\x24\x01\xe8\xe9\x38\xfd\x14\x5b\x02\xa0\x77\xda\xef\x9b\xac\x1d\x00\xc5\x29\xf6\xbb\xca\x31\x00\xed\x8a\x5c\x94\x78\x1e\xc6\x35\x5f\x94\x56\x68\xce\x40\xbd\xfa\xfa\x1a\x0d\xdd\x1a\xa8\x20\x44\x3c\x58\xa6\xe7\x06\xb9\x78\xa3\xd7\x9d\xfa\x74\x38\xa4\x72\x71\x38\xc5\x80\x13\x12\x55\x52\xe7\x5e\x18\xb1\x43\x9b\xb2\x3d\xaa\x4a\xb9\x07\xa0\xf8\x06\x7d\xa0\x85\x9b\x6e\x53\xe2\x47\x2f\x91\xb7\xfd\x98\x50\x52\x42\x6f\x6b\x9d\xff\xcc\xa7\xf4\x06\xbd\x41\x56\x7c\x5f\xa9\xd4\x8a\xf6\x6b\x9e\xef\xdd\xaf\x5c\x80\x76\x6b\x69\xbf\x7c\xad\x1c\x8a\xe1\x34\xbc\xda\xe2\x55\x74\xb1\x35\x1a\x94\xc7\xa7\x54\xf7\x62\xac\x1a\x77\x1f\x2e\x57\x59\x8e\x19\x10\x59\xee\x77\xab\x5a\x63\xa2\xea\x0b\x77\xb9\x4e\xc5\x7f\x78\x98\x05\xfd\x7f\x49\x98\x12\xdb\xdf\x7a\xa7\x50\x88\x8a\xcf\x2a\x35\x00\x85\xd5\xaa\x7c\x1b\x63\xff\xac\x83\xc6\x53\x8d\x28\xb6\x9b\x00\x3a\xf9\x14\x0b\x6e\x7f\x00\x3d\x65\xe3\x3b\xfc\xbf\x00\x0c\x2e\x3a\x2d\x93\x08\x00\x30\xd0\xf3\xdf\x26\x3f\x08\xa0\x87\xc6\x4e\xa9\x59\x02\xe8\x3c\xcb\xdd\xa0\xae\x0f\xaf\xb4\xbe\x94\xa2\xda\xe9\x70\x4a\x7d\xfa\x6a\xa4\x5e\x24\x04\x11\x2b\x1e\xd4\x18\x8e\x82\x27\xbe\xb7\x47\xc9\x28\x0e\x5c\x54\xa3\xbf\x06\x1b\xf3\x80\xa7\xca\x17\x44\xc4\xf8\x2d\x5c\x57\xbe\x8f\xee\xd6\x57\x42\xdc\x94\x24\xd0\xd3\x64\xe7\x49\x7e\xa5\xb3\x68\x9e\x76\xc9\xb7\x60\xe5\x08\x34\x5c\x07\x1d\x1c\x52\x11\x44\x23\x75\x8d\xdf\x4a\xa9\xdc\x47\x93\x74\x89\xaf\xf2\x55\x97\xa2\x67\xb4\xbf\xb7\x23\xaa\x9b\xd0\x17\x64\xd1\xd6\xdd\xaa\x25\x68\xbf\x56\xdf\x43\x37\xb5\x9d\x68\x83\x76\xcf\x03\x82\xaa\x34\x26\xa8\x8e\xbf\x3b\xa7\xea\x86\x91\x48\xeb\xfe\x2f\x2e\xe8\x5f\xfd\x9f\x43\x43\xe9\xdc\xb2\xef\x00\x62\xc2\x8a\x0f\x57\x8f\x03\xc8\x9b\x2b\x99\x6c\x08\x01\x20\x18\xe3\x2d\xb7\xad\xfd\xc3\xc5\x50\x3e\xe9\xd2\x78\x50\x00\x03\x5f\xe3\xdd\x02\xdd\x00\x46\x21\x0e\x03\x52\x4b\x00\x8c\x0a\x7c\x43\x94\x64\x01\xf4\x27\xa3\x3e\xe2\x27\xe1\x0b\x25\x37\xe7\x9d\x56\x3e\xb4\x90\x13\x4a\x4b\x75\x4a\x20\x40\x33\xed\xaa\x95\x91\x09\x04\x13\xe3\x9b\x09\x86\x2f\x40\x56\xad\xae\x37\xd0\xb4\x11\xc4\xf1\x5c\xa3\xfa\x66\x2e\xe0\xac\x82\x20\x27\x4d\x14\xa1\x52\x65\x39\xba\xc4\x80\x32\x77\x51\xf9\x15\xca\xa1\x4f\xf8\xc9\xae\xc2\x89\x0a\xe8\x8b\x7e\x7e\xa7\x32\x80\xf2\xea\xbf\x7a\xff\x51\xa5\x1f\x35\xa7\xfc\xea\x99\x56\xd5\x40\x83\x29\x3b\x3b\xea\xf0\x99\xa8\x8b\x9e\x42\xdb\x49\xd5\x4c\xb4\x8d\x7c\xe4\xb1\x13\xfe\x15\x7a\x53\x7b\xea\x01\x01\x9f\x80\xfe\xd0\x0a\xbc\xd7\x88\x3f\x89\xad\xd4\xd4\xbe\xfd\x45\xcd\x18\x5b\xa3\x69\xb1\xb0\x1f\x54\xfe\x2f\x2e\xe8\xbf\xfa\xbf\x38\x4d\xa1\x78\x4d\xee\x1f\x0e\x82\x78\x4c\x75\x60\x1b\x37\x80\x76\x16\x09\x61\xa3\x02\x18\xdc\xd2\x0d\xe7\xed\x06\x30\x1c\x31\x7c\x20\x58\x05\x60\x9c\x6a\x67\x25\xd9\x0e\x60\xfc\xd1\x53\x54\x91\x02\x60\x78\x2a\x4a\x94\x68\x09\x03\x7a\x4b\x72\x52\xc9\xaa\x50\xa9\xb3\xa1\xa4\x59\x2f\x1b\x0c\xb5\xf8\x6a\x2c\x4c\xb2\x61\x2f\xe9\xc3\xa3\xe7\xe6\x5b\x31\x94\x90\xf2\xf6\xb0\xa5\x12\x08\xe0\xf9\xc7\x48\x66\xa3\xa0\xa0\x7a\x10\x71\x30\x2b\x81\x5c\x15\x3b\xe4\xbd\xe1\xa5\xe9\xa3\x2a\xae\xc8\xb4\xe1\xc6\x11\x0f\xd5\x4a\xe4\xb1\x71\xc6\xd0\x7e\xbc\x0d\xf2\xcc\xf8\x66\xdf\x21\xbc\x3e\xba\xd6\xd0\xeb\x55\x09\x7e\x0e\x15\x36\x28\x7a\xde\x83\x6f\x46\x3d\xf4\x04\x5a\x0d\xd4\x6c\xd0\x18\x4a\xe1\xc3\xfd\x6a\x2e\xe8\x65\x9d\xa4\xc6\x23\x84\x5f\x68\x2e\x25\xaa\x41\x95\xb0\x1d\xfd\x4c\x36\xab\xeb\x22\x94\xa0\x9f\xc9\x71\x7f\xf3\x51\x8b\xb9\x49\x4c\x9d\x8f\x9d\x4f\x45\x70\x29\x0d\x80\x3b\x5d\xbe\x6d\xc5\x26\x00\x89\x6a\xb9\xf8\x35\xb1\x00\x8a\xba\x0a\x37\x37\xfc\x04\xd0\x78\xa9\xdc\xbd\xf5\x31\x80\x2e\x91\x08\x6c\x3d\x00\x86\x75\xe4\x03\xdc\x65\x00\xc6\x2c\x86\xdf\x85\xfc\x01\x4c\xc7\xad\x57\x48\xdd\x03\x30\x19\xf4\x34\x57\xea\x03\x30\xf2\x88\x88\x26\x46\xc1\x1d\x03\xc1\xac\x72\x5d\x15\x88\xd7\x55\x2e\xdd\x6b\x18\x09\x12\x64\xf1\xab\xce\x66\x17\x81\x93\x34\xf0\xd8\xcd\xdc\x01\x96\x10\x0c\xfb\x2e\x5a\xd0\xb1\x8f\x6a\xb8\x5f\x76\x56\xd3\xb0\x4b\x95\x8e\x88\x59\x78\xd0\xbd\x54\x6e\x20\x0f\x8d\xfa\x27\x58\x55\x25\x90\xbb\xc6\x29\xc3\xbc\xf8\x0d\x48\x83\x09\xdf\x80\x0f\xfe\x25\xd2\x64\x62\xd3\x6b\xa7\x86\x47\x86\x8d\x65\x3b\xea\x08\x91\xc8\x27\xe3\x81\xff\xe1\xc2\x96\x13\x26\xd0\x40\xbd\x93\x77\x0f\x13\xa5\xd1\x42\x8a\x78\xfd\x71\x62\x04\x7a\x5d\xe7\xd7\x0d\x32\xb1\x1c\xed\xd7\x56\xf8\x5f\x2e\x88\xa9\xf3\x31\xf5\x7f\xbe\x1f\x32\x43\x2c\x71\x7f\xf2\x20\xf0\x61\xf2\x5f\x37\x36\x02\x90\x95\x95\x14\xb7\x7a\x03\x18\x7c\x51\x33\x62\x73\x03\x30\x56\xd0\xd2\xe3\xde\x0b\x60\x7a\xdd\xa0\x59\xa8\x1a\xc0\xfc\xaa\x45\xa9\xb4\x3d\x80\xb9\x97\x9b\xa6\x4a\x14\x8c\x9b\xe4\x85\x1f\xd0\xc8\x84\x06\x03\xc9\xac\x63\xba\xda\xe0\xad\x3b\x53\xf2\xcc\x68\xf4\x37\x2f\x37\xac\xfe\xae\x85\x60\xf5\x1a\x7b\x47\xa8\x7a\xcf\x6f\xcd\x8b\x35\xa8\x91\x67\x1a\x6c\x49\x20\xa1\x7a\x0e\x31\x35\x5f\x35\x47\xc2\x6f\x46\x48\xe6\xe3\x3f\xa2\xf0\x0d\x88\x8e\x05\x7e\x68\x4e\xed\x20\xe2\x60\xb1\xb6\x4f\x84\xe0\x8f\xf8\x5a\x6c\x7f\x15\x4f\xb4\x46\x92\xcc\x5b\xda\x49\xc4\xaf\xc8\x79\xb3\xe3\x2d\xf2\xa4\x32\xe4\x89\xe9\x9d\x66\x3d\x52\x3e\x8a\x33\x2e\x67\x72\x61\xb7\xab\x49\xcf\x51\x67\xfd\xee\x9b\x56\xea\x3b\xd1\x4c\x3d\xa3\x9a\x27\xa4\x6a\xf4\x95\xf6\xc8\xff\x9e\x0b\x4c\xfd\x7f\x63\x92\xcc\xba\xf9\x2a\xa0\x21\x33\xbd\xd2\xf5\x0f\x07\xc1\xf4\x83\x60\xe6\xa4\x30\xfd\x62\xcc\x6a\x35\x9d\xb9\x1f\x01\x58\x5a\xe9\xf5\x0b\xe5\x03\x58\xc8\x58\x2c\x95\x2e\x01\xb0\x48\x74\xd9\xad\x92\x02\x03\xa6\x10\xb6\x5c\xf3\x07\x94\x1b\xd2\x32\x6e\xe8\xa5\x82\x39\xe5\x46\x89\x9b\x89\xeb\xef\x75\x78\xa0\xe1\xf0\xc4\xcd\x76\x15\x76\x9a\x68\x35\x50\x67\x47\xc6\x8e\xab\xe5\x51\x3f\xda\xb3\x62\x80\x37\x40\x58\x2d\x3b\x26\x82\xd4\x2c\xe8\x83\xd6\xef\x86\x9b\x09\x3e\xf4\x37\x36\xad\x03\x64\xa2\x00\x7d\xce\x46\xba\xfb\x09\xf1\x20\xa2\x61\x39\xd2\x69\x4f\xf2\x44\x74\xac\x76\xb5\xd6\x90\x3e\x21\x47\xcc\x9b\xff\xcb\x85\x35\x6c\xd0\xe0\x43\x37\x1a\xa7\xdd\xdc\xa7\x29\x86\xee\x32\x8e\xbe\x96\xae\x29\x87\xea\x1a\x46\x5f\x0e\xd2\x48\x42\xcf\x50\x42\xfe\x5e\x87\xc5\x73\x01\x97\x28\x53\xfb\xb7\xfe\x2f\xe4\x20\x79\x63\x65\x2b\x80\xbc\xa9\x94\xc1\x5a\x57\x00\x8d\x9f\xd2\x97\x36\x0c\xfe\xe1\x41\x98\x5c\x8c\xb5\x22\x69\x80\x5b\x1b\xc0\xa6\x44\xf7\xa0\x60\x23\x80\xb5\xad\xd9\x03\x19\x5e\x00\xab\x2e\xa7\x32\xfc\x10\x3c\x33\x3f\x13\x42\x21\xa7\x40\x9a\xb1\x41\xfa\x5b\x83\x13\x20\xac\xaf\x7a\x22\xc9\xdc\x05\xab\xd5\x39\x75\x8d\xc7\x2e\x05\x8b\xd2\x4c\x6c\xdd\xef\xb8\x03\x73\x20\xce\x0c\x7d\x74\xfc\xfe\xdb\x2f\xeb\x89\x5a\x03\x3d\xcd\xee\xfe\xd8\x13\x82\x15\x3d\xdf\xae\xe7\xe3\x39\xe2\x20\x3d\xdc\xa1\xb0\xaf\x9c\x24\x4c\x6f\xb3\xe3\x78\xa5\xa6\x1e\x4f\x7f\x69\x97\xd8\xd6\xa5\x61\x8f\xe0\x6c\x6d\x7e\x73\x61\x9b\x34\xe5\x91\x40\xcb\x9e\xbb\x3e\x9a\x12\xc8\x45\xf3\xea\x9b\x45\x5a\xfb\x91\x5e\x33\xdd\xda\x36\xad\x5d\x28\xab\x49\xd0\x65\x1a\x59\x11\xdd\x64\x62\x57\xdd\xa9\xe5\x8c\xfa\x1a\xb8\xfe\xc3\x05\x2d\x9c\x13\x4b\x70\x52\x46\x0b\xcf\x09\x39\x19\xab\x65\x89\x00\xa2\x9d\xe2\xc1\xab\xf8\x01\x94\x44\x25\xaf\xaf\x3d\x0b\x40\xe6\x91\xde\xb4\x71\x09\x80\x61\xbd\xd4\xaf\x4d\x3d\x00\x96\xb5\xf2\xb0\x23\x04\xc0\x3e\x57\x2d\x9d\xb3\x1d\xc0\x71\x40\x3b\x5b\x88\x0f\xc0\xbe\xde\xc4\x48\xba\x1b\x68\xb6\x09\xf6\xa2\x04\x89\xdf\xbe\x62\x0e\xa6\xcd\x29\x88\xb1\x37\x86\x1a\x9c\x3e\xb1\xd6\xca\x0f\x2b\xd7\xf9\x75\xcd\xd7\xbe\x18\xd3\xd6\x9c\x7c\xda\xe3\x5c\x80\xad\x26\x95\x7c\x89\x73\x5b\x85\xf1\x10\x1e\xd3\x1a\x5d\x86\x7e\x95\x12\x4b\x68\x5d\x2e\x93\xc3\xb2\xa4\x53\xb4\xef\x2e\xc8\xfb\x02\xf5\x1f\xb4\x2f\xae\x4f\xbb\x29\x1a\x4e\x74\x1d\xe7\x4d\xcf\x06\x34\x8b\xe9\x29\x8e\xaf\x5a\x5c\xb4\x0e\xd1\x8b\x1c\xf3\x1f\x64\x6b\xf5\xd1\xfb\xec\xa3\x98\x3e\x59\xb7\x6e\x93\x51\xc4\xc0\xfa\xc3\x75\x2f\xf2\x73\xe4\xa8\x25\xf1\x72\xa7\xf6\x0e\x64\xc8\xcc\xbf\xba\x4a\xdb\x0e\x65\x31\xdd\x7e\xf6\xa4\xce\x1e\x54\xd4\xb8\xea\xef\x73\x61\x71\x3f\xac\x48\x95\x98\x9b\xaf\x3c\x23\x92\xbb\x56\xb0\x00\x48\xca\x8b\x7d\x5b\xf5\x0e\x00\x1f\x29\x7a\x6d\x4d\x2a\x00\xc5\x42\x7c\x6a\xc3\xe6\x3f\x3c\x88\xdd\x4e\x99\xb2\xed\xac\x00\xae\x7a\x2a\xfb\x39\xae\x02\xb8\x69\x68\x7d\x12\xf2\x02\x70\x21\x18\xda\x4b\x75\xc0\x88\x7d\x8a\x9d\x36\xf1\x2d\x9c\xb4\x39\xe1\x7b\x48\xf7\x29\x08\x5b\x6c\x4e\xce\x34\xdf\x8c\x3d\x31\x3a\x53\xbc\xc6\xf6\x3e\xa6\x45\xa9\xbb\xc6\xed\x92\x80\x0e\x68\x0d\xb7\x0f\x7b\x34\xa1\x19\xea\x27\x47\xa4\xbc\x27\xa8\x43\xa4\x7d\xb4\x5d\x5e\x12\x23\xd2\xea\x71\x34\x3d\xcf\xbb\x83\x3d\x1a\xfd\x34\x8a\x57\x64\xf7\x37\xad\x08\x9a\xbd\xd7\x8d\xe7\xef\xc8\x2b\x69\x9d\xee\x35\x2d\x26\xe4\x19\x3a\x9b\xeb\xd7\x26\x5f\xed\x1a\xba\x85\x8b\x26\x93\x87\xaa\xc3\xe9\xe4\xd2\x7b\x1d\x5c\x6b\x8a\x75\x65\x11\x41\xdb\x76\x26\x0f\x75\xde\x4e\xb7\x0f\x29\xb5\x6c\x3e\x53\x4b\xd1\x43\x1e\x5b\xe8\x55\x56\x53\x88\xc8\xa8\xd9\xd3\xbf\x79\x18\x99\x84\xf9\xba\xfe\x86\x84\xfa\xc2\xb9\xa0\x22\xb6\x9e\xa5\x00\x40\x6e\xb5\x68\xd1\xea\x1d\x00\x1a\x29\x22\x4b\xd7\xd4\x00\x18\xf2\x09\x57\xad\xbd\x0e\x60\x53\x2e\xbe\x65\x53\x19\x80\xdb\x72\x89\x96\xad\x53\x00\x5e\x16\x0a\x1b\xd8\xfd\x00\x7c\xc2\x49\xbb\xf7\xdd\x00\xf0\x7a\xaf\x77\x58\x7a\x7e\x7d\xa6\x2c\x31\x82\x33\x38\x3b\xd4\x79\x89\x19\x4a\x61\x3f\xac\x39\x13\x8e\x59\xb3\x62\xe1\xa6\xeb\x8a\x72\x9c\x52\xd0\x5f\xfa\x3c\xd7\xdc\x3d\x3e\xa3\xc1\xda\xcb\x5f\xf8\xf9\xd6\xa1\x5b\xd5\xe9\xe3\xc7\x02\x0a\xc6\x63\x34\x62\xa9\x6a\x01\xe8\x87\x68\x2d\x3c\x35\x23\x40\xaa\x67\x80\xfc\x95\x7a\x34\x20\xeb\x85\xac\xf6\x04\x75\xd6\xcf\xbf\xa5\x5b\x77\x27\x4d\xd6\x97\xf3\xfe\x11\xdd\x01\xda\x29\x2f\xfb\x06\x0e\xca\x49\xda\x67\x8f\x93\x37\x79\xf5\x08\x74\x01\xb7\x87\x57\xdf\xe9\x1d\xa7\x67\x39\x3f\xbd\x68\xa6\x2f\x40\x6f\x71\x1c\x3a\xa7\xa4\x5f\x89\xe0\x1c\x56\x55\xda\x19\xb0\x20\x06\xb6\x26\xe5\x51\x06\x3b\x90\x74\x6b\x4a\xe9\x1d\x83\x25\xc8\x7d\xcb\x35\x7f\xf6\x03\x0e\x27\xb9\x73\xe1\x7c\xf4\xdc\xcf\xb3\xa0\xff\x2b\x0a\x38\xb0\x48\x01\xa8\x6c\x10\x2c\x66\xed\x01\xd0\x56\x15\x4c\x59\x1d\x07\x60\x4e\x13\xf4\x5d\x1b\x0d\xe0\xdc\xb3\xff\xc1\xc6\x1a\x00\xaf\x1c\xb1\xb4\xad\xfc\x00\x81\xa8\xcc\xbd\xdd\x89\x00\x21\xcf\xf0\x2d\xfb\x74\x00\x82\x2e\x90\x47\x24\x57\x03\xf8\x50\xcd\xde\x10\x9a\x41\xd4\x75\xad\xab\xb6\x89\x37\x56\x69\xf7\x2b\x26\xc0\xde\x03\xdb\x6a\x7e\xb6\x70\xca\xbd\x91\x99\xb7\x88\xbc\xd1\xd9\xfa\xf2\x6e\x30\x8d\xda\xa4\x69\x34\x9d\x14\x61\xf3\xd9\x9a\x7c\x62\xce\x38\x62\x7b\x2f\x45\xe7\xce\xdc\xc1\xf0\x92\xe7\xbe\x14\x8d\xb9\xb1\xd0\x1f\x8f\x4f\xe9\x55\x52\x65\x42\x4a\xef\x09\x1b\x38\x50\x23\x82\xc3\xeb\x73\x0d\x92\xa9\x73\x01\x1c\x35\x1b\x8c\x62\x69\x52\x7e\xd3\x17\x67\x8d\xd6\xd3\x3a\xbd\xf4\xcf\x95\x18\x0d\xd2\x97\x7b\x8c\x9f\x76\x32\x7a\x46\x8f\x72\x95\x29\xdf\x64\x5c\x44\xbf\xe8\x7c\xb9\xf4\xae\x91\x39\x22\x6b\x77\xee\x84\xb5\x51\x2d\x62\x6a\x5b\x5e\x54\x6c\x84\x47\xee\x58\x16\xfd\xd9\x0f\xb8\x34\x51\xd6\x85\xf7\x86\x11\xe1\x6f\x4b\xa3\x00\x24\xc5\x04\xe8\x2b\xe5\x00\x88\xec\xfb\x14\x58\x03\x01\x8c\xf5\x78\x87\x59\xaf\x00\x38\xc4\xf2\x68\xaf\x12\xfd\x93\x8b\x11\xcc\x29\x6c\xb7\x39\x18\x20\xd2\x44\x22\x72\x17\x09\x20\x76\x42\xee\x0c\xf7\x7a\x80\x98\x22\xf5\x14\xf1\x19\x80\x70\x47\xc3\x70\x35\x37\x10\xf1\xf5\x76\xdc\x64\x6a\x80\x69\x38\xfb\x85\xd7\xbb\xc4\x23\xe6\xd6\x9a\xf9\x77\x7d\x61\x32\xd2\x34\xe9\xb2\x46\x58\xf8\xa8\xa9\x41\x76\x5b\x5d\x4c\xc8\xf0\x0e\xdd\xc7\xdf\xab\x12\x5e\xf4\x9a\xe8\x29\xcc\xb2\x24\xae\x69\x9b\x33\x20\xcf\x9e\x8c\x4b\x6d\xb6\x32\x9c\x9c\xc5\x62\xbe\x34\xf4\x1a\x5d\x9f\xbb\x11\xd1\x77\xc3\xd0\x44\x6f\xee\x4b\xc4\x9a\x2b\x97\x4c\x57\x51\x1d\x42\xc5\xce\x8d\x9b\xa9\x51\x9f\x05\x1d\x3a\x73\xcf\x14\x68\x7a\x7e\x33\x27\xbf\x99\x9b\xd0\xae\xf8\x18\x97\x96\x9b\x8b\xd2\x3e\x78\xb5\x1e\x3b\x6a\xae\x4c\xf7\x75\x73\x66\xf2\x2f\x47\xf6\x98\xe7\xd1\xbf\x38\xe9\x1c\x42\xcd\x4e\x20\xc6\x76\x8a\x7f\xb8\xa8\x15\x67\x85\x23\x17\xb8\xa0\x6b\x02\x19\xcb\x1f\xfd\xd1\xff\xb5\x65\xb9\x14\x56\xbc\x03\xb0\x6c\xdb\xe3\xb5\x22\x74\x7e\xff\xef\xd1\x61\x21\x03\x04\xb3\x71\xeb\xcf\xdf\x1f\x4c\x5f\x8c\x94\xd5\x82\x47\xb6\xf4\x01\x64\x1c\x92\x3a\xcd\x99\x04\x90\x71\x4d\x75\xa3\xc8\x5e\x80\x14\x82\x2e\x1b\xfe\x32\xf0\x47\x5c\xb1\xb1\x32\xbb\x39\x1d\xe0\x75\xc3\x3f\xc4\x6b\xf0\x9b\x95\x8b\x60\xe6\xc1\xb0\x75\x03\x98\x1d\xdb\xe9\xf0\x38\xdf\xde\x30\x8b\x8f\x4d\xdd\x29\xb9\x2f\xd7\x9b\xfc\x1a\x2c\xcd\x18\x7f\xf2\xde\xc4\x7d\xba\x28\x13\xbd\xeb\x67\xd6\x35\x83\x4f\x77\xbe\xf1\xcb\x62\xc5\xcc\x4c\x32\xf5\x52\x85\xd5\xea\x59\xcf\xc4\x09\x26\xff\x72\xaa\xda\x7a\xd9\xdc\x8b\xc8\xc1\x93\xf1\xd6\x6c\x54\xaf\x30\xdc\x89\x15\xd6\x96\xd4\x97\xc1\x0a\xff\xf5\x7f\x39\x18\x60\x33\x42\xeb\xf5\x6e\xcd\x5b\x62\x73\x8b\x2e\xe9\x31\x9a\xc3\x63\x6d\x41\x6f\x76\x1e\xce\x22\x59\x73\x20\x4b\x1d\x17\xd2\xc9\x45\x73\xe6\xfb\xdf\xf0\x62\xdf\xbb\xf9\xba\x4f\x88\xe7\xe9\xfc\xe7\x4b\x55\x59\xae\xcc\x15\xbb\x01\x0c\xa5\x37\x2e\x7c\x1e\x75\x34\x5e\x29\x37\x5f\xfd\xa2\x96\x2e\x70\x02\xd1\x96\x2b\x36\xcc\xd7\xcc\xe0\xb5\xf1\x0b\xfa\x4f\x26\xcf\xd2\xf5\x1a\x00\x47\x56\x8a\x94\xee\xe6\x06\x28\x5c\x22\x6f\x25\x78\x0f\xe0\x50\xa5\x46\x8c\x4a\xf0\x74\x54\xba\x8b\x69\xbf\x99\xfd\xa7\xfc\x28\x76\x77\x23\x9f\x47\xdd\x1e\xfe\xfc\x71\xf1\x31\xc5\x6d\x71\x9e\x66\xc5\x21\xa9\xbe\x0f\x5a\x9c\x27\x6e\xb1\x66\x57\x34\x60\xf6\x47\xba\xee\x1e\x64\xbb\xc9\x65\x33\x31\x39\x95\xbf\xa6\xda\xdb\x5e\x62\x7a\x55\x5e\xd5\x99\x43\xf6\x6d\xd3\x48\x96\x32\x33\x07\xe9\xc4\x5e\x87\xee\xd9\xc3\x49\xab\x0a\xd3\x9d\x34\x67\x91\xf8\xf6\x7c\x23\xa7\x83\x73\xc1\xb1\xeb\x99\xf9\x47\xd9\x27\x9c\x94\xa8\xaf\x83\x07\xb2\xd2\x1c\x3f\xd2\x76\x07\x0e\xa4\x67\x39\x71\xd0\x42\xfd\x49\xc9\x2e\x4e\xca\x34\xaa\xb7\x60\xf2\x7a\x87\x62\x7a\x88\xfb\xa6\x84\x87\x0e\x4d\xf4\x8b\xae\x3b\xe7\xd7\x41\x30\x79\xe1\xfd\xb1\x99\x2f\x70\x69\x08\x80\xd4\x4e\x8e\xce\x65\x27\xfe\xe8\xff\x16\x9e\x4b\x57\x2d\xe8\xdf\xae\x8b\xfa\x37\x93\x83\x60\xea\x3e\xcc\x1c\xf4\xd2\xa7\x6c\x33\x2b\x33\x00\x2a\xb7\xf2\xed\xd9\xd2\x08\x70\x46\x53\xfc\x15\xaf\xea\x9c\x64\x79\xa7\xea\x0f\x45\xe9\x2f\x71\x47\x83\xf4\xeb\x4c\xec\xba\x8c\xb2\xcf\x39\xbc\xf7\x16\x6e\x2e\x8e\x97\x0a\xe1\x88\xdf\x7b\x73\x6b\x18\x35\xef\x5e\x56\x49\x75\x6d\xe0\xfd\xea\x63\x87\xb8\x2a\x1b\x7d\xad\x9f\xe2\x0b\xfa\x4b\xf9\xbd\x38\x47\x6c\x8e\x6d\x39\xfa\xcc\x6b\xeb\x64\x5d\xc1\x89\xc3\x52\xde\xac\x53\x67\x0f\x9d\xce\x55\xf7\xae\x9f\x4e\xcf\x2d\xcf\x5a\xe5\xbd\x7d\xa6\x28\x43\x3e\x5d\xd6\x6b\x7c\x56\x2b\x25\x21\x59\xc6\xeb\xe8\x9c\x72\xdc\x10\xd3\xf7\x24\x3e\xc0\xf3\x0d\x55\x2a\xe2\x0c\xd3\xf7\x24\xa6\xd7\xfd\x31\x4d\x3b\xe0\x59\x24\x97\x07\x89\x76\xc5\xb7\x36\xc2\xc8\xc3\x9e\xf6\xc8\x97\x25\xf4\x8b\x7b\x26\x5d\xdf\x23\x0e\x60\xa5\x01\xef\x42\xde\x0d\x53\xff\x97\xf3\x5d\xe3\x32\xff\xb3\x0e\xc3\xd7\x9d\xa9\x7b\x32\x75\x3f\x26\x07\xc1\xec\xbf\x0c\x18\xfa\x07\x61\xc9\x83\x05\x1d\x08\xd8\x83\x56\xc7\x20\x0d\x37\xcf\x08\x3e\x60\xbf\x3c\xc2\x77\xe5\xbe\x82\x93\xac\x7c\xef\x9d\xaa\x02\x72\xba\x7e\xec\xe3\xe8\xd2\x28\xab\x40\xb7\xe2\xda\xd1\xfc\x4c\xdf\xc8\x68\x8d\x72\xd1\x8c\x0d\xc9\xf2\x39\xd7\x8f\xf0\x27\xa5\x96\xb5\x1f\xa9\xca\x7a\x15\x27\x70\xef\xe1\xb1\x94\x64\xd7\xa8\xdb\xef\x85\x4e\x04\xc5\x99\x44\xae\x99\x08\x38\x1e\x13\xa3\x1c\xe1\x3b\x99\x53\x48\x8f\x32\x09\x67\x9f\x7a\x7b\x48\x3c\x02\x0d\xad\x9f\xee\xcc\x49\x0f\x9b\x08\xdd\x3f\xf3\x32\x9d\x14\xc6\x19\x34\x31\x5b\x91\x74\x2d\xe4\x71\xd0\xa9\x39\x89\x78\xbd\xe0\xd6\x80\x9f\x73\x7d\xd1\xeb\x82\x32\xfc\x7b\xa8\xa1\x61\xd4\x80\x0b\x01\x27\xa8\x9f\x83\x3b\x03\xae\xf8\x49\xd0\x48\x81\xac\xfe\xb6\x3e\x93\xb4\x76\x9f\x3b\x7e\x15\x3e\x57\xe8\xcb\xbc\x30\x80\x0d\x5d\x1c\x0b\xb9\x1f\x82\x53\x1b\x9e\xcc\x57\xb5\x87\x4b\x16\xb8\x39\x9b\x72\x9c\xf5\x7c\x0d\x18\x5d\xec\x93\xe9\x87\x91\xcf\xd0\x7f\x99\xfa\x1f\x53\x07\x6f\xf8\xb4\x50\xbb\x1f\xbf\xdf\xca\x8a\xc3\xfd\xa8\x68\x1e\xd8\xbb\x72\x87\xd7\x3b\x85\x7b\x4f\xa4\x5e\x8b\x8d\xb5\xf9\xd5\xb1\x90\x64\xc9\xab\xea\x7e\x5e\x39\x65\x32\xee\x20\x73\x66\xc5\xd9\x2f\xee\x3e\x21\xa7\x0f\xa9\x95\x06\xc4\xd0\xd2\xa6\x93\xbc\x8f\xf9\x1f\x1b\x3a\x30\x14\x99\x56\x78\xa7\x9e\x98\x7f\x3c\xa8\xed\x48\xf4\xdb\x8d\x05\x43\x7e\x49\x87\x91\xc9\x8f\x05\x22\x7e\xe9\x79\x43\x53\x6f\x0f\x8e\xfb\x36\x66\xd7\x4e\xff\xca\xbe\xee\xbb\x26\xa3\x66\xe6\x63\x5a\x8b\x4f\x5a\x9a\xe6\x6c\x41\xd2\xb0\xcf\xe6\xe4\x4d\x73\x16\x71\x16\xde\xda\x89\xa7\xe7\x06\xa2\xa6\xbd\xee\xc5\x2b\x50\x83\xc3\x37\x79\x49\xc7\x5c\xa6\xe1\x82\x77\x79\x96\x46\xdb\xd0\xec\x02\xac\x3d\xc6\x22\xef\xd3\x1e\xfa\xee\xf5\x38\x1f\x51\x41\xa3\x7b\x3b\x78\xb4\x87\x7c\xa4\x7b\xb8\x37\x02\x70\x7c\x61\x3b\xb1\x64\x33\x80\x64\xfb\x72\xbb\xf9\x7e\x0c\x75\x17\xfb\xf2\x64\xf4\xc7\xd4\xfd\x98\xba\x57\x85\x12\xee\x1f\x3f\x88\xc6\x05\x4e\x02\xd3\x6b\x5b\xb8\x2f\x7e\x92\x3a\xb7\xaf\x8a\xc6\xe1\x06\xb1\x4e\x21\x0e\xcd\x8d\xf6\x1d\xc7\xda\xd9\x45\x3d\x05\xd8\x1b\x63\x5a\x7a\x55\x79\xf0\x8f\x2e\x1e\x6a\xb2\xd3\x7f\x60\x7e\xf4\xd8\xd2\xdb\x86\x4e\xda\x3e\xe1\xc9\xac\xb5\x3b\xc2\x6d\xe2\x72\x42\x8f\x5d\xdd\x58\x48\x4e\xe3\xf0\x39\x73\x79\xcb\x0d\xcb\xcc\x2f\x6e\x02\xd5\x73\x5d\xfe\x39\x96\x8e\x07\x2e\xbc\x9f\xf6\xcb\xe5\x71\xb2\x39\x3d\x3a\xc3\x9f\xd9\xe8\xe4\x5a\xbe\x72\x76\x65\xaa\xbc\x63\xd7\x89\xe7\xb3\x58\xfc\x23\xa7\x8a\xa2\x80\x39\xc7\xd8\x7c\xa7\xc4\x23\x4b\xa9\xbb\x23\x26\x1d\x6b\x0f\x95\x51\x6f\x87\x5c\x76\x72\xc8\x3d\x45\x5b\x17\xe4\xe3\x44\xc9\x3a\x4f\x0b\xf7\xb7\x72\xf4\xcf\xa8\xa7\x4d\x78\xc7\x38\xbc\x4d\xbb\x41\x37\xf5\x20\x38\x5a\xa6\xe4\xd2\x83\xdc\xf5\x1d\x68\x89\xd3\xf4\xe7\x2e\x1b\x00\xf8\x2b\x56\x17\xcc\xf7\x43\xca\x5b\xec\xeb\xbf\x1c\x48\x2e\x23\x07\x85\x39\xff\x5c\xc3\xf2\xb7\xfe\x85\xb6\x3d\x5f\x98\xff\x1f\x2b\xe8\x5a\xe0\xa8\x06\x5f\xf7\xb9\xce\xd7\xae\xf5\xef\x45\x77\x49\xac\xbc\xf0\x48\xb0\x2f\x56\xe0\x0c\xc7\xcf\xda\xee\x1e\x29\x05\x37\x59\xbf\x0a\xc5\xce\x5f\x3a\xbb\x28\x19\xb9\x1f\x9f\xf9\xdb\x26\x3a\x19\x84\xa7\x3d\xbe\x1f\x74\x24\xe4\xb1\xf7\xe1\x47\x72\x87\x65\xa2\x57\x38\xf9\x37\x0f\xd7\x5c\x8f\xc3\xac\x6b\x1f\x24\xbc\x6c\x48\x3c\x6c\x2e\xd1\xf4\x7d\x72\x53\x92\xa9\xb9\x54\xc3\xc4\xec\x9b\xb8\x1f\xe6\x1f\xaf\x8f\xce\x25\x44\xeb\x59\x5c\xbf\xbc\x83\xba\x21\x1c\x2c\xd7\x9d\xdf\x43\x3d\x18\xd2\x66\x79\xa7\xf2\x1a\x95\x16\xc4\x6a\x69\x59\x2e\x4c\x4b\xf5\x5b\x6f\x59\x5b\xc2\x46\xeb\xf3\x4e\xb1\xe2\x3c\x66\x40\xe7\xf1\x34\xb5\x9c\x2a\xcc\xa3\x87\xbb\x15\x59\x3a\xe6\x4f\xd0\xfb\x9d\xd7\x59\xfa\x1f\xec\x44\xb8\x1d\x0a\x2d\x0b\xf2\x02\x11\x7d\xbb\x71\x00\x59\xc6\x75\x35\x69\xc7\xfd\xc3\x81\x64\xde\xc2\xfd\x9f\x1c\x48\x53\xe3\xc2\xf5\x1f\xed\x5c\xd8\x17\x3f\xb7\xbe\x59\xd0\xff\x3e\x3c\x1f\xf8\xb5\xf0\xbd\xb7\xde\xe7\x7b\x0b\xfa\x5f\xf6\xf7\x63\x9b\xfc\x71\xb8\xdb\xee\x23\x9b\x78\x8a\xb6\x71\x9e\x4f\xfa\xd2\x2f\xbd\x53\x38\xbe\x88\x7f\x48\x55\x23\x91\xa0\x9b\xfc\xf9\xdd\x6b\x4b\x41\xb3\xd7\x7e\x01\x6f\xfa\xfd\xc2\x3d\xa2\x9c\x77\xbd\x59\x97\x77\xc2\xaf\xc4\x8a\xad\x97\xf7\xb2\x4e\xd0\x80\x71\x62\x0f\xf1\x79\x75\x28\x41\x9f\xbd\x7b\x76\x5c\x2e\x4c\x4a\xaf\xaa\x93\x9b\xea\x10\x7c\x50\xff\x74\xeb\x4a\x6a\x5d\xe0\x09\x83\xdd\x0f\x76\xd3\x24\xfd\x12\x0d\x62\x1b\x44\x68\xd7\xbd\xa6\x7f\xfb\x5c\xd4\x5c\xc5\xd1\x0d\xdc\x72\x8c\xcc\xab\x77\xd3\x73\x5d\x1a\x8c\xd5\xce\xee\xa7\xdf\x72\x8e\x30\xb2\xaa\xb4\x42\x44\xed\x25\x8d\x78\xcb\x7e\x21\x71\x36\xea\x46\xd4\x92\xbb\x48\x96\xf5\x77\xa3\xc9\xe3\x69\xc8\x75\x2b\x12\x00\x99\x71\xde\xb9\x3e\x61\x9c\x03\xcf\x17\xeb\x51\x46\xdf\xbf\x39\x10\x46\x5d\xe4\x40\x7e\xbd\x78\xb7\xc0\x43\x7c\x1c\xfd\x94\x3a\x5f\xbb\x7d\x46\xa2\x17\xfa\xe7\x18\x7f\x3b\x5f\x1b\xfa\x67\x6f\x2e\x0d\xc2\xe1\xae\x12\xa9\x73\xec\x1e\x6b\x56\x96\xc1\x0c\x26\x1a\xcd\xb5\xfa\xc0\xba\x49\x57\xb5\x56\x99\xd5\xd1\x1e\x3f\x9b\x4c\x9a\xb5\x37\xba\x9b\x8f\x7e\xf6\x8a\xb4\x7a\x66\xa3\x3c\x7a\x21\xcb\xdf\x71\x8d\xb1\xc5\xa8\xc9\x85\x60\xd7\x43\xba\x5d\xa3\xab\xdb\xc4\x3c\x56\x6a\xd5\x8c\x9a\x8f\x7e\xf4\x5c\xa6\xd9\xff\x25\x9c\xf6\xca\x7d\x97\x96\x60\xff\x4d\xba\xb2\x8b\xba\x56\xed\xeb\x1e\x7a\x9c\x53\x16\xb9\xb7\xad\x8e\x7e\xde\xb1\x98\x7c\xe2\x71\x18\xb2\xc1\x4e\xea\xb7\xcf\x05\x52\xdf\x87\x88\xd9\x3e\xd1\xb9\x74\xc3\x13\xc9\xb5\x72\xd6\xbd\x7e\x75\x02\x29\xb4\x32\xd5\xd5\xba\x14\x84\x7c\x36\xdf\x4f\x91\x3a\xa7\x87\x2e\x31\x53\xa1\xa4\x9f\x39\x8b\xee\x32\xb5\x06\xb0\x66\xf8\xbf\x44\xd6\x33\xce\x81\xc9\xc5\x7a\xce\x02\xf7\x2f\x07\xb2\x70\xfd\xa7\x2e\xbd\x5f\x38\x37\xbf\x28\x7f\x5d\xd0\x83\xdf\x6c\xfa\x49\x5c\xd4\xff\x66\x16\xf6\x4f\xa3\x3e\x5a\xb2\xa0\xff\x31\xe6\x59\x4f\x6f\x07\x60\xd3\x66\xb9\x5b\xb8\x0e\x40\xe8\xc3\x4e\x42\x9a\x21\xfc\x54\xee\x12\xe2\x0e\x7e\x0b\xfb\x0d\x2e\x2b\x51\x1d\x4f\x60\x8a\x6e\xab\x75\xad\xcc\xd5\xd1\xe6\xd4\x08\x63\x75\xbd\x5b\xa8\x6d\xe5\x2b\x73\x25\xad\x62\x84\xde\x8c\xb3\x1c\x26\xf5\x21\xf5\x83\xf5\xd6\xfb\x08\xed\x48\x27\xa2\x69\x69\x43\xb8\xfb\x0b\x43\x42\xcd\x11\xe2\xc6\x61\x0d\xe4\x98\x19\x46\xcc\x78\xcf\x81\x34\x98\xad\x20\xbe\xeb\xd6\x44\xbe\x99\xa4\x92\xe8\x2f\x4c\x90\x8f\xa6\xfb\xd5\xe3\x5a\xb9\x51\x16\x93\xf5\xea\xc2\x0f\x83\x51\x5d\x43\x45\xf5\xf2\xc6\x9d\xa8\x8f\xc1\x46\x8d\x63\xb7\xf5\x51\x3f\x03\x82\xe6\xd2\x9b\x62\x68\x86\xbe\xa6\x06\xf9\xda\x33\xf4\x85\xce\xaf\x3f\xfb\x80\xe9\x03\x51\x29\xbb\x58\xef\x30\xfc\x91\x16\x39\x98\xe9\xf7\x03\x0b\x7d\x0d\xbb\x2c\xf6\xdf\xc7\x35\xb1\xc0\x13\xbe\x38\x40\x5b\xb8\x6f\x9a\x7a\x16\xfb\x66\xe6\x61\x54\x30\xe6\x9d\xf3\x29\x00\xab\xab\x70\xb8\xcc\x66\x80\x7d\x7d\x5b\xd6\xc7\x88\x00\x28\xa5\xef\xbd\xe3\x6d\x01\x45\x94\x49\xc9\xaf\x36\x6d\xd8\x67\xc7\x71\xb5\x44\x13\x0d\xec\x68\x2c\xbf\x66\x81\xee\x14\xa6\x53\xe4\xae\x53\xa8\x01\x18\xd7\xd5\x67\xba\xcf\x88\xec\xd8\xd2\x16\x17\x0a\x19\xff\x0e\xfd\xf4\x6e\x2f\x65\x4e\xb5\x09\xed\xa6\xfa\xe8\x91\x94\x67\x90\xaf\xe8\x57\x2d\x11\xe5\xa6\x5f\x4f\xd0\x49\xcd\x0a\x95\xd5\x5f\x0f\xa3\x13\x9a\x8f\x54\xb6\x0e\xee\xc3\xd6\x6a\x5c\x52\xe5\xeb\x8d\x44\x67\xb4\x96\xa9\xce\xbc\x2c\x45\xc7\xb4\x2e\xa9\x26\xb6\x1f\xc2\xf6\x6a\xb0\xe1\xf1\x4f\xf8\x31\x3e\x0d\x6d\xbc\x75\x33\x1e\x23\x92\x7e\xa9\x99\x37\xe6\x61\x52\xea\xe3\x00\x89\x8c\x75\x28\x65\xcc\xfd\xdf\x62\xbc\x2f\x3c\x5f\x78\x4f\xa0\x4e\x0f\x2d\x3c\x27\xbf\xbd\xf8\xb6\xc0\x01\xbd\x4f\x9c\x8e\x5f\xd0\xff\x38\x90\x85\xfb\xe8\xbf\x79\x18\x95\xd4\xc5\x7a\x84\xf1\x73\xf2\x18\xc0\x92\x64\x1c\x2e\xbe\x18\x60\xdf\xe7\x4d\xc9\x81\xd5\x00\xf2\x33\x1c\xbe\xae\xeb\xa1\x5d\x97\x2c\xe2\x68\x21\x03\x76\xb6\x3f\xe5\x8c\x0d\xba\x41\x3c\xb4\x46\x79\xa7\x76\x1b\x46\xcd\x95\xc5\x23\xea\xdd\xd8\xeb\x0a\x6b\xc2\x13\x42\x08\x56\x79\x53\x84\x04\xaa\x57\xb1\xe2\x96\x66\xd2\x84\x72\x13\x96\xd7\x77\x45\x7d\xab\xd2\x79\xac\x64\x4a\x81\xe4\xa8\x70\x01\xd8\xb1\x3b\xca\x97\xe5\xbf\x23\x1e\x58\x9f\xe2\x3b\x79\x9f\x89\xa5\xd8\x80\x22\x49\xbe\x76\x64\x1d\xf6\x42\x11\x53\x58\x3e\x74\x1a\x7b\xa2\x64\xaf\xe0\xdb\xe7\x8d\x3d\x56\x3a\xa8\xf0\xa9\x3b\x0b\x6b\x52\x9a\x54\x3c\xdc\x41\xc0\xee\x28\xdb\x28\x66\xb7\xc9\x60\x9d\x4a\x52\x00\x85\x35\x8b\x7d\x5f\x63\x3c\x17\x5b\x17\x9e\x93\xe8\x8f\x0f\x4e\xf3\xf5\x47\xcf\x8f\x9e\xf9\x3a\x50\x35\xcd\x3f\x5f\x5f\x25\x2d\xf2\x10\x4c\x0e\xe8\x46\xe3\xbf\x1c\x4c\xd1\x20\x43\xff\x66\xcc\x89\x87\x33\xf4\xcf\x10\x04\x60\xef\x99\x75\x9a\x9e\x5b\x01\xa4\x9d\x76\x34\xd8\x9d\x06\xd0\xda\xc7\x77\xcd\x84\x0b\xae\x5b\x78\x8b\x4e\x52\x8c\xa0\xd4\xcf\x49\xb2\x9f\xcc\x02\xae\x29\x2c\xf2\xdc\x24\x19\xa0\x1c\x4d\x55\xb8\xae\xa6\x07\xa2\x67\x6f\x29\x79\xa9\x04\x01\xdf\xcd\xed\x4a\x71\x4a\x01\xc0\xfe\xf0\xb5\xd2\x55\x05\x6b\xe0\x7a\x23\xac\xc4\x23\xcf\x03\xaa\xdf\x79\x14\x8e\xfc\xe6\x1d\x04\x60\x10\x0e\x89\xab\x4b\xd9\x60\x69\xd0\xb6\x9f\x4f\x8a\x75\x5a\x08\xae\xef\x6f\x94\x16\xf9\x6e\x0d\xb1\xe2\xab\xa4\xd2\x3e\x6b\x42\x8e\xe8\x05\xe9\xe4\x01\x79\xf0\x13\x3f\x27\xf5\xf9\xad\x02\x24\x89\x6d\x00\xb8\xc0\x78\x4e\x3e\xb4\x5a\xac\x03\x0b\x7d\xfe\xda\x33\xb6\xb0\x2f\x86\x9c\xe7\x44\x16\x9e\x83\x84\x45\x1e\x82\xe9\x03\xf0\x5f\xfd\x8f\xa9\x7f\x32\x7d\x10\xe2\x18\xdc\x80\x1f\x1f\xc0\x12\x19\x1c\xce\x5b\x02\x80\x47\x71\xb5\xb6\x53\x05\x80\x74\xef\xf6\x08\x0b\x16\x00\xd2\x3b\xce\x47\xfa\xed\xf0\xdd\xf4\xaa\x40\x87\x4e\x2c\xbc\xf4\x30\x11\xf1\xd0\xa8\x82\xc6\xa8\x18\xf1\xa5\x6a\xa3\x70\x2d\xc7\x53\x42\x42\x35\x03\x0a\x8e\xff\x90\x3a\xad\xb2\x0a\xe2\xcf\xee\x95\x51\x50\x3c\x02\x21\x37\xf2\x64\x2e\xc9\xab\x40\xf4\x43\x65\xe9\x37\xb2\xbe\x90\xfe\x9a\x2e\xf5\x53\x66\x1c\xb2\x3f\x8f\x4a\x73\xc8\x6e\x81\x2a\x6a\x8e\x54\xaa\x54\x2f\x00\x34\x89\x2c\x97\xa8\x02\x00\xd8\x37\x26\xa6\x07\xb1\x00\xbc\x1c\x62\xdc\x33\x75\x00\x7b\x55\x45\x9d\x7f\x9e\x02\xe0\x2d\x15\x2d\xfd\x9a\x0e\xb0\xb7\x08\xa0\xd1\x7c\xb1\xff\xb7\x95\xf3\x75\xb2\x72\x74\xe1\xf9\xff\xd9\x9b\xb6\x7b\xbe\xf6\x30\xe6\xf8\x5b\x18\x7e\x28\xbf\x7d\x00\xfa\xff\xe5\x60\x98\xfa\x6f\x32\x83\x03\x08\x66\x70\x32\x2e\x0c\x6e\xc2\x75\x25\x00\xf7\xa3\x55\x7a\xcc\xfc\x07\x93\x0a\x00\xd2\xbe\x3d\x6f\x75\x13\x00\x0c\x03\x79\xf3\xb5\x74\x00\x9c\xec\xf9\x81\x74\x03\x7e\x05\xf7\x0b\xe5\xaa\x9d\x84\x8f\x89\x85\xfb\x8d\x55\xda\xa0\xe3\xe0\x51\x51\x19\x25\x65\x78\x59\x6c\x2a\xd2\x2d\x3f\x0d\x4f\xcf\x7a\x88\x3a\x30\x7d\x0d\x64\xce\xc1\xbd\xa6\x6d\x62\x92\xd2\x4a\xd0\xd2\x3e\x21\x9a\x27\xcd\x02\x4d\x03\xb3\x62\x55\x52\xbb\x61\x64\xcc\x4c\x24\x46\x8a\x05\x00\xde\x09\x6f\x14\x97\x9f\x5f\x8f\xbd\x1d\x22\x4f\xe6\x2b\xe7\x47\xe1\x0d\xff\x3f\xba\xce\x3a\xae\xa9\xb7\x7f\xe3\x53\x2c\x14\x49\x03\xe9\x6e\xd8\xd8\xd8\xd8\xd8\xc8\xd1\xdd\x8d\xa0\x20\x08\x8a\x22\xa0\xa2\x62\x2b\x28\x76\x60\x60\xb7\x22\xd8\x81\x8a\x81\x08\x62\x81\x89\xa2\x62\x81\x98\xa0\x28\x4a\x6c\x3b\xd7\xef\xc5\xd9\xa6\xf2\xfc\x9e\xe7\xaf\xeb\xf5\xe5\xeb\x1f\xbb\x3f\xbb\xe3\xec\x5c\xef\xfb\xfa\xf4\xaa\xda\x3b\xd3\x79\x3d\x33\x80\x31\xe3\xa4\x1c\xcc\x6f\x9a\x38\x17\xeb\x03\xba\x37\xf7\xea\xb3\x04\xf1\xe7\xaf\x91\xe4\xc0\x48\x39\xa0\x12\x09\x17\xf5\x9f\x39\x00\xd2\x7e\x20\x33\xab\x24\xfe\x7f\x5b\x5f\xdf\x37\x26\x08\xd0\x34\x1d\x98\x15\xe2\x05\x58\xd9\xca\x9f\xf3\x99\x0e\xd8\xed\x1e\x51\xeb\x71\x1b\xf0\x1d\xa9\xb5\xd8\x4d\x19\x88\x79\xab\x97\xe1\x7c\x01\x98\x9c\x64\xb8\xd9\xa1\x1b\x98\xe5\x60\x9c\xc0\x8b\x01\x96\xee\x33\xd9\x6e\x57\x0a\xc1\x9a\x40\xd3\x12\xb6\x39\xb0\xe5\xa2\xa9\x1a\xb3\x0d\x82\x03\x6b\x4d\x63\x98\x8a\x68\x3d\x49\x31\xbb\xfe\xc7\xdf\x5f\x86\x6f\xb7\x4e\x9b\xdd\xa1\xf7\x43\xfb\x33\x0f\x73\x43\xeb\x0f\xe8\x6e\xfa\x66\xee\x68\xdd\x0a\x74\x34\x9b\x79\xd1\x1e\x92\xdc\x87\xba\xe5\x3d\xb2\x1e\x5f\xcd\x9e\x90\xf5\x98\xd3\xd3\x2a\xde\xff\xbf\xa0\x87\xac\xc3\x8b\x65\xe8\xc3\x01\x5d\x92\xf0\x70\xc7\x26\xf5\x3d\x07\xa4\x1c\xcc\xf2\x45\x62\xcd\x95\xcc\x93\xa9\x12\x6e\x6c\x1c\x21\xd6\x90\x25\x00\x65\x01\x85\xe2\x9e\x0b\xf4\x6f\xa1\x50\xfc\x8c\x01\x63\x0c\xb5\xf5\xe8\x01\xd8\xa9\xca\x73\xf8\x6c\xc0\xb5\x46\x35\xcd\x25\x1b\x08\xdf\xab\x35\xdc\x71\x3e\x90\xf8\x44\x47\xcd\xbe\x3f\x90\x29\xab\x57\xc0\x3d\x09\xcc\x99\x6c\xe0\xc6\x71\x04\x96\xb0\x0d\x78\xb6\xc9\xc0\xea\x03\x86\x23\x98\x02\x60\xcb\x4c\xc3\x5f\x8c\x16\x60\x1f\xd5\xb0\x82\xe1\x0e\x1c\xdb\x67\x9c\x48\x17\x01\x65\x61\x26\xcf\xad\x77\x02\x37\xa6\x9b\xe4\xd2\x06\x01\xf7\xf7\x19\xb5\xd3\x36\x02\x2f\x73\x4d\x56\xd0\x82\x80\x4f\xef\x8d\xeb\x69\xbe\x40\x67\xb6\xd1\x1c\xaa\x41\x6f\x1d\xf4\x0a\xdb\xde\x76\x91\xcf\x47\xaf\x8c\xc5\x9f\xfb\xae\xa4\x0f\xd0\x15\x49\x9f\xb8\xff\xc5\xc1\x14\x48\xe6\x81\x34\x0f\x45\xda\x0f\x24\x45\xd4\x77\x1e\xf8\x4b\xce\x51\x47\x49\xae\x8c\x3b\x07\x30\x88\x1d\xbc\xce\x25\x16\x60\x3c\x94\xdf\xe4\xb8\x16\x70\x71\x1e\x69\xcb\xf5\x03\xfc\x9b\x46\x0d\xe1\x1d\x03\xe2\x1a\xd4\x57\x71\xab\x81\x49\x5a\x5a\x9d\x9c\x45\x40\x36\xa1\x7d\x8b\x5d\x08\xcc\xad\xd7\xcd\xb5\x75\x01\x96\xec\xd2\xed\x61\x66\x01\x6b\xd2\xf5\xea\xe8\x7e\xc0\xa6\x37\x3a\x67\xa4\xfe\x3e\x6d\x32\x70\xa4\x58\xcf\x8c\x7a\x1f\x38\x5d\xa0\x3f\x90\x5a\x07\x5c\xa5\x19\x5c\xb1\x6a\x07\xaa\xdf\x1b\x70\xad\x0a\x81\x07\xdb\x0d\x66\x58\xb9\x01\x8d\x5e\x06\x8e\x56\x35\x40\xeb\x54\x83\xb5\x6f\x53\xc5\xfb\x9f\xb4\x2f\xd8\x7f\x72\x40\xd2\x3c\x1c\x29\x07\xb3\x5a\xd2\x2f\x6c\xb1\x84\x1f\x9d\x29\xc9\x51\x91\xf2\x50\x09\x92\xfe\x31\x61\x19\x92\x71\x4b\x72\x54\x38\x6e\x00\x85\x41\xa1\xb8\x19\x03\x46\xdc\x21\x21\x0e\x79\x80\x35\x4d\x6e\x91\x5d\x39\xc0\x6d\x51\x3c\x63\xeb\x06\x78\x9c\x52\x2a\xb4\x3d\x0e\x84\x7d\x1b\x39\x56\xca\x3d\xb0\x7c\x80\x34\xc3\x31\xeb\x59\xaf\x81\xec\x47\x9a\xb2\x36\xe9\xc0\xac\x5f\xea\xbf\xe9\x09\xc0\xe2\xfd\x1a\x3c\x7a\x2a\xb0\xf2\x94\xd6\x34\x69\x3d\xac\x13\x80\x1d\xf2\x3a\x2d\x56\x2a\xc0\xfe\xe3\x5a\x8a\x96\x2e\x40\xe9\x22\xad\x34\x2b\x3a\x50\x36\x40\xd7\xdd\xaa\x3f\x70\xed\xa3\xde\x28\x0b\x53\xa0\x66\x98\xf6\x33\x8b\xa3\xc0\x23\xa6\xae\xab\x94\x03\xba\x2e\x59\x0f\x7f\x38\x20\xc9\xf7\x59\x44\xc1\x7f\xe5\x60\xa4\x3c\x98\x74\x1d\x4c\x98\x20\xd6\x28\x49\x3e\x4e\x80\x42\x5f\x0e\x84\xd5\xfb\xff\x4f\x53\x28\xbc\xa5\x80\x66\xaa\x4c\x21\x27\x13\x30\x0f\x95\x55\x60\x09\x00\x56\xf4\xf0\x39\x8c\xf5\x80\xf3\x2c\x79\x4b\xfa\x44\xc0\xb7\x4e\xe1\x91\x75\x0a\x10\xfe\x46\xc9\x95\xf6\x03\x88\x5f\xa9\x7c\x9d\xe1\x07\xa4\x0e\x1d\x55\x66\xfd\x16\xc8\x54\x1e\xbd\x9d\xfa\x0e\xc8\xd1\x18\xad\x4f\xdd\x08\x2c\xc8\x53\x3d\x60\x71\x19\xc8\xdf\x34\xda\x86\x7a\x03\x58\xcf\xd7\xd8\x66\x95\x00\x6c\x31\xd3\x30\xb2\x2c\x01\xf6\xe8\x6a\xb4\x59\x04\x01\x87\x93\x35\xc6\x99\x27\x03\xc7\x4b\x34\xe8\x66\xeb\x80\xf3\x81\xea\xdd\x66\xfe\xc0\xb5\x87\x1a\xf3\x7b\x3f\xa5\x9f\xc4\xcf\xfb\x1f\xbe\xf7\x26\xce\xb3\x5e\xd5\x29\xb1\xdf\x3c\x50\xfd\x6f\x1e\x04\xe3\xad\xb3\x85\xfc\x44\x80\xeb\xea\x2a\x54\xc9\x03\x9c\xa7\xfb\x29\xab\xf1\x01\xbe\x75\x38\x57\x7b\x10\xe0\xae\x9d\x30\xd6\x48\x01\x70\x4f\x9a\x5c\x6a\x21\x0f\xb8\x3e\xca\xdd\x60\x7d\x1c\xe0\x6f\x5e\x51\x64\x6b\x0d\x38\x9f\xd8\x91\xc4\x9b\x0b\x38\x8e\x3d\x36\xc7\x71\x3b\xc0\xd3\xbc\xf6\xd4\x31\x13\xb0\x7b\xfe\x88\xef\xfc\x04\xe0\x54\xbc\xdf\xe9\x12\x0d\x70\x56\x08\xdc\x5c\x36\x02\xb6\xcf\x89\xcd\xbc\xd3\x00\xab\x9a\xa8\xe7\x78\xff\x62\xb2\x0e\x11\x55\x9c\x6f\x6d\xfa\x4c\x11\xf1\x8e\x6d\xd2\x72\x98\xb5\x9d\xb8\xcb\x99\xfd\x3a\x91\x75\x82\xa8\x67\x77\x35\x6c\xb6\x2d\x24\x2a\xec\xc6\x3e\xfa\x60\x7b\x89\xa8\xe3\x9c\xba\x17\x68\x9b\x4c\x74\xd8\xae\xbb\xc5\x64\x6f\x22\x5e\x72\x3c\xab\x4e\xd8\xde\xc6\x20\xd6\xa1\x0a\x7d\xf6\x63\xa2\xc7\xf6\xe8\xbf\x3c\x8c\x7b\xf4\x7f\xf3\xbd\x07\x0c\x67\xcb\x91\xfe\xff\x71\xee\xa8\x81\xc1\x80\x39\x78\x0a\xb2\x97\x00\xdb\x43\x8e\x43\x15\x7e\x02\x5c\xaa\x4b\x93\xf2\x27\x80\x9f\xe8\x23\xaf\x3e\x18\x70\xdd\x12\xea\xa7\xbd\x18\x70\x57\x88\x9f\x62\xb8\x11\xf0\xc8\x9d\xb4\xc4\xa2\x01\x70\xfb\x34\x87\x45\xdf\x00\xb8\xba\xaf\x50\x67\x8f\xf8\x5b\x07\x27\xab\x63\xdd\xce\x9b\x00\x07\xd5\x8a\x93\xae\xf9\x00\x37\xe6\xc9\x40\xfe\x1e\x80\x33\xe5\xc3\x37\xe7\x62\x80\xd3\x24\xd2\xe3\xef\x05\xd8\xab\x88\x34\x07\xa1\x68\xb0\xad\x0b\x71\x82\xcb\xfd\x39\xc4\x76\x0b\xb1\x9e\x57\xf6\x79\xbe\xed\x2e\x62\x13\x6f\xe1\xbb\xf1\xec\xc1\xc4\x06\xde\xfd\x46\x3a\x9b\x45\x14\xf1\x56\x3d\xbe\xcf\x89\x24\x96\xdb\x3f\x7d\xb0\x86\x7d\x81\x38\xc9\xdd\x74\x67\x3c\xa7\x90\x28\xe5\xe9\x55\x8b\x38\xde\x44\xad\x9d\x67\xa5\x19\xfb\x14\xf1\xcb\xb6\xfd\x5a\x2d\x7b\x02\x64\x59\x7d\xea\xf0\xff\x7c\x6f\xd2\xd7\x18\x3a\x96\xf5\x98\xac\x03\x8f\x63\x33\x40\x08\x50\x3d\xb8\x4e\xc3\x94\x00\xdb\xdb\xdc\x85\x0a\xcc\x7f\xf8\xa0\x93\x3e\xcb\x34\x6c\x01\x8f\xfc\xe0\x49\xba\x71\x80\xd7\xf6\xb8\x89\x26\x93\x01\x2f\x5a\xda\x75\xab\x6d\x80\xc7\xd2\x59\x77\x6d\xe8\x80\xdb\x9a\x15\x7a\x76\x6e\x00\x7f\xd2\xf6\xd5\x8e\x53\x01\x27\x9d\xe3\x55\xce\x8f\x00\xfb\x17\xd7\x67\xb9\xf2\x00\xee\xfc\xfa\x1a\xd7\x1c\xc0\x8e\xfe\x79\xb2\xab\x0b\x60\xe7\x24\x6a\x77\x6d\x00\xd8\x6b\x88\x54\xc7\xfe\x5d\x0f\x6c\xaf\x11\xab\xec\xe5\xda\x07\xb2\x43\x88\x34\x87\x17\x1f\x3c\xd8\x2e\x44\xae\x83\xcc\x9b\xab\xec\x22\x22\xd7\x41\xbf\xc1\x98\x93\x46\x64\x39\xb4\x3f\xfa\x6a\x67\x4f\x24\x3b\x7e\xa8\xfd\xc5\x89\x20\x0e\xf0\x66\xdc\x5a\x68\x97\x40\x6c\xb1\x9f\x53\xa5\x6a\xa7\x4d\x5c\xe4\xee\xa9\xf0\xb5\x9b\x40\x54\x73\xd5\x2e\x2f\xb2\x93\x21\x3e\x72\x34\xf0\x5f\xb8\xa0\xff\xf0\xbd\xfb\xb3\x78\xbd\x2a\xf5\xff\xad\xd5\xd9\x1e\xc3\x12\xfe\x72\x31\x4e\xd7\x1d\x3f\x8c\xb4\x03\xdc\x2b\x3c\x56\x6a\xf8\x03\x5e\x4b\x02\x87\xeb\xe9\x03\x5e\xb2\xb1\x79\xc6\xe3\x01\xaf\x8d\x13\x0f\x5b\x0d\x00\xbc\xc6\xe6\xd4\xb1\x52\x00\xf7\x1d\x05\x25\xdc\x67\x00\xbf\x65\xfb\x73\xa7\xe5\x80\x53\xfd\xf1\x5f\xfc\x79\x80\x43\xc4\xf5\xd7\x6e\x5b\xd0\xcd\x73\x7e\xaa\xed\x7e\x1c\x3d\x5c\xe7\xd6\x3d\x1e\x42\xc0\x2e\x4d\xd4\xec\x36\x05\x60\xcb\x13\x05\xf6\xb1\xbf\x16\x72\x1c\x08\x6b\xe7\x9b\xad\x0a\x9c\x01\x84\xa7\xd3\xd9\xe6\x3d\x9c\xbb\x04\xdd\x45\xb6\x91\x6f\x37\x98\xe0\x3b\xa7\x3c\xb9\x66\x57\x4c\x78\x3a\x67\x3d\x30\xb5\xab\x23\x62\x9c\x0e\xdc\x09\xe0\x4e\x22\xc6\x3b\x2d\xae\xb6\xe3\xaa\x11\x6b\x1c\xd8\x15\x1c\x9e\x2a\xb1\xcc\xa1\xe5\x8a\xba\x5d\x0e\xf1\xc4\xce\xe3\x62\x24\xf7\x28\x71\x83\xbb\xad\x77\xbc\x5e\x91\x7d\xeb\x20\xf1\xbd\x25\xf7\xde\x95\x4b\x6d\xc8\x3e\x29\x86\xeb\x59\x56\x83\x12\x01\xc6\x23\xdb\x39\x72\x59\x7f\xb9\x18\xa7\xdd\x8e\x1d\x23\xd9\x80\x7b\x89\x5b\x9d\xba\x37\xe0\x3d\x28\x40\x53\xcf\x0a\xf0\x95\x8f\x7e\x68\x7a\x07\xf0\x19\x33\xb1\x3f\xb5\x10\xf0\xde\x35\x73\x9b\xed\x0e\xc0\x23\x61\xd9\x1d\x9e\x0e\xe0\x9a\xb8\xfd\xb0\x73\x2a\xe0\x7c\xf0\x84\x85\xdb\x34\x74\x3a\x64\xdc\x98\xe8\x9e\x81\xd7\xbc\xda\x86\x1c\xcf\xcf\xf8\xc6\x9d\xf7\xed\xbb\x57\x3f\xc0\x2e\x55\xf4\xde\x2d\x5d\xc0\xe4\xec\x25\x54\x5d\x84\x3f\xc7\x73\x2e\x13\x2a\x7c\xdf\x4f\x57\xed\x58\x84\x2c\xff\xf7\xbb\x54\x4e\x3b\x41\x77\x51\x7d\x7e\x9d\x6b\x40\x8c\xe4\xb7\x3d\xf2\xe6\x0d\x23\x94\x5d\xa7\xdd\x6b\xe7\x45\x10\xc6\xfc\x7d\x35\xba\xbc\x61\x44\xac\xb3\xa2\x94\x0b\xbb\xca\xe0\x95\x10\xf3\x1d\x97\x5e\x32\xb6\xe7\x12\xf9\x8e\x81\x65\xcb\x78\xd5\x44\xb1\xfd\x7f\xe5\x82\xfa\xde\x7b\xd7\xdc\xcb\x32\x95\xf1\x07\x4c\x0e\xd2\x67\x0d\xd6\xfe\xcb\x41\xf0\x1e\xb3\x3b\x15\x8d\xfe\xe6\xc5\x78\x54\xb9\xe5\xa8\x67\x01\x3e\x8d\xbe\x9b\xf5\x4e\x02\x7e\x9a\x91\x22\xb3\x7e\x80\x1f\x25\xd9\xca\xba\x1f\xe0\xfd\x60\xfa\x3d\xd6\x2b\xc0\xf3\xe8\x72\x2d\x87\x42\xc0\xed\xdb\xb6\xb5\xfc\x9f\xf8\xe1\x12\x77\xbc\xd0\xfd\x2e\xea\x1c\x0b\xaa\xce\x78\x3d\xc2\x39\xfb\xe2\x17\xdb\x7d\xd5\x50\xcd\x0b\xf8\xf1\xd9\x57\x0b\xb0\x6b\x14\x55\x78\x28\x75\x2d\xb5\x4b\x14\xbd\x73\x5b\xd7\x36\x98\xeb\x27\x3a\xeb\xf1\xe1\xfd\x13\x6e\xb4\xe8\xa1\x7b\xbd\x94\x8f\x7b\xaa\xc9\x3b\x2c\x7a\xe6\xc1\xbc\x7f\x84\xb7\x9a\x18\xea\x36\xf8\x36\xc7\xc1\x43\xd4\xec\x91\x2c\xe5\xe3\x2a\x64\x1c\x8c\x09\x26\xff\xe0\xe5\x65\xf6\x2f\x89\x38\xe7\x7d\x65\x84\x7d\x00\xb1\xd1\xa1\xe4\x2c\xc5\xe1\x0a\x31\xcf\xc9\x81\xac\xc3\x1b\xf1\xf8\x9d\x36\x52\xfe\xe1\x61\xfa\x6d\xa0\x93\xf3\x42\xb3\x8c\x91\x21\x43\x05\xcc\x53\xac\x05\x43\x7a\x7f\x2d\x1e\xb7\xd9\x27\xe7\x05\x38\x08\x99\x5f\x15\x64\xff\x72\x31\xbe\x3f\xf9\x6b\xd4\xdf\x03\x7e\xa3\x7d\xcd\xf5\x5d\x00\xff\x25\x61\x6a\xa6\xb3\x80\x00\xd7\xa4\x56\x06\x1b\xf0\x0b\xc9\xde\xcd\xe9\x02\xbc\x1f\xe6\xa7\x39\xa7\xe3\x8b\xc7\xb6\x6d\xcb\x3c\xd2\x50\xcd\x3f\x7d\xe2\xa1\xf7\x16\x9c\x76\x0a\xac\x6a\xf6\x11\x62\xb5\x43\xd0\xab\x4c\xff\xdf\x38\xc4\x7b\xdd\x69\xe5\xbf\x14\xe0\x06\x89\xb6\x79\x96\xff\xe8\xe0\x29\x89\xd2\x7d\x06\x7f\xac\xe4\xe5\x8a\x72\xbc\x5b\xdf\xd2\xec\x07\x88\xe6\x7b\xff\x6c\xd0\xb7\xbf\x2f\x5a\xea\xa3\xfd\xf0\x9d\x43\xba\x68\xbd\xf7\xab\xbb\x16\x0e\xdf\x44\x27\xbc\x5e\xd6\x6c\x73\x38\x2f\x7a\xe1\xd1\xfe\x87\x0b\x73\x70\x64\x12\x5a\x6e\xa3\x2f\xe8\x39\xe9\x10\x06\x6e\x9a\x67\xb9\x4e\xb6\x84\x2b\x7f\xc7\x89\x6b\x4e\x54\x62\xb2\x33\x79\xba\xbb\x07\xfe\xc7\xbe\x40\xde\x7b\x1f\xd4\x42\xf5\x23\x7d\x8d\x48\xda\xdd\x01\xe7\x00\xea\x6c\x6a\x89\xac\x27\x60\x77\x9b\x7e\x4c\x6e\x5d\xef\xbe\x6f\x53\xa0\x90\xf1\x0f\x17\xa3\xe5\xb4\x54\x6d\x37\x10\xbc\xc1\xc7\xd5\x90\x02\x04\x67\x85\xc4\x5b\x5c\x07\x82\x93\xc7\x9f\x65\x0d\x02\x02\x9e\x67\xbe\xe2\xdd\x02\x7c\x99\x79\xd7\xf8\xab\xf1\xc5\x43\x54\x64\xe5\x31\x11\x25\xae\x95\xc7\x3b\x7c\xcf\x21\xdf\x59\xb7\xc6\x2e\xc0\x0d\xb9\x0e\xcb\xde\x14\x07\xfa\x20\xd3\xfe\xaa\xf0\x7c\xb0\x83\x94\x8f\x6b\x5b\x64\x1f\x2b\x52\xf5\xff\xd0\x1c\xea\xa0\x22\xd2\x0e\x50\x95\x72\x61\x4f\x72\x1d\xb5\x45\x81\x7e\x55\x52\x2e\xac\x66\x9b\x93\x95\x68\x95\x4f\x9d\x94\x0b\xbb\xf2\xda\xe9\xa3\xe8\x96\x57\xde\x45\x59\xe7\x15\xa2\x17\x9e\xef\xcf\x8f\x72\x1e\x46\x28\xba\x47\x9e\x9c\xef\x92\x44\xc8\xbb\x3f\x3a\xe6\xe4\x3c\x8f\x08\xe6\xbb\xfe\xef\xf5\x20\xa7\x61\xe5\x43\xee\x0b\x0f\x2c\x77\x0f\xdc\x06\xd0\xf2\xac\x56\xcb\x2a\x03\x8e\x51\xd4\x4a\xb9\xfe\x80\x57\x35\x3d\xf8\xdf\x7e\x31\x21\x09\x3c\x63\xd5\x00\x20\x7c\xbc\xc7\x38\xfd\x7e\x40\x98\x4a\xd0\x4e\x8b\x8f\x40\x68\x53\x42\x3f\xdb\x5d\x40\x88\xd3\xd4\xed\x8e\x3d\x80\x5f\xca\x92\x41\xfc\x2e\x5c\xf2\xe6\x6e\xa5\xf9\x6c\xc2\x74\x77\xc3\x93\xe6\x81\xcf\x11\xe0\x12\x73\x4b\x27\xc4\x0e\x74\xc7\x6d\xcd\x47\xc2\x74\xe1\xe3\x10\x28\x9c\x1d\xba\xa9\xdd\xcf\xe1\xba\x70\x65\xe8\xbc\x96\xa7\x8e\x2b\x85\x1b\x42\x2b\x1b\x0b\x9d\x9a\x85\x73\xc3\x79\xff\x99\x17\x76\xab\xc1\x85\x2b\x92\x09\x1e\x72\xfd\x88\xcb\x47\x91\x75\xe0\xfc\x3f\x3c\x94\xc8\xa5\x5b\x54\xe0\xfb\xee\xdc\x29\x3e\x4f\x74\xdc\x67\xfc\x09\x2d\x7e\x9b\xe8\xb9\x57\x49\xa9\xb1\xab\xbf\xe8\x8b\xa7\xe0\x08\x9f\x5f\x4e\x58\xba\x1d\xc7\x3f\xf9\x30\x9c\x41\x62\x15\xfb\x9d\x4a\xee\xe6\x64\x9e\xb3\xf9\x2d\xf3\x53\x83\x13\x00\x56\xa7\x69\xe3\x10\x23\xc0\x25\xd7\xd2\x73\x58\x18\xe0\x9f\x4a\x6d\x95\x7f\x03\x84\x74\x31\xec\x94\x35\x80\xa8\x08\xbb\xb5\xaa\xaf\x81\x58\x6f\xfe\x65\x5d\x02\x88\xbe\xe2\x3f\xc3\x62\x39\x10\x39\x21\x76\x24\xe7\x04\x10\x16\x35\xd9\xd0\xa9\x01\x77\x83\x2c\x16\xbe\xf2\x5a\x81\xf5\x3e\x0f\xb7\xfc\xf0\xff\x06\xbe\xc7\xca\x93\x23\x42\xd3\x31\x94\x1f\x79\x57\x2e\x62\x2f\xd1\xe8\xb4\xe7\xe3\xf3\x68\xe3\x1e\x75\xc7\x04\xe1\xe8\xc8\xd9\x9f\x0d\x9c\x4e\x09\x87\x44\x35\xff\xe1\xa1\x94\xf9\x71\xc2\xa1\x31\x36\x75\x99\xfc\xcd\xc2\x88\xc8\xf2\x1a\xba\x6b\xb9\x70\x52\xe4\x9c\xca\xa3\xae\x67\x84\x27\xc3\x04\x57\xd4\xdc\x16\x08\x6b\xc3\xcc\x2e\x28\xba\x65\x8a\xd4\x83\x99\x67\x72\xdd\xde\x8b\x9c\x03\xef\x1c\xeb\x70\x9f\x2c\x9a\xe6\xdf\x56\x5c\xe0\xde\x2d\x5a\xef\x57\x7a\x88\xea\xfe\x43\x74\xd5\xe7\xd0\xfe\x67\x1e\x71\xa2\xdb\x3e\x9c\x7f\xd7\x83\x98\x03\xa1\x44\x5a\xf4\xeb\x55\xad\x71\xe6\x2e\xfd\x3b\xff\xde\xfb\x96\xf6\xbf\xf7\x7c\x6f\x9c\x20\x1b\x07\x04\xd1\x4d\x5b\x86\xbd\xfe\xcb\x83\xc4\x97\x33\x39\xa3\x92\x81\xf1\xfe\x4e\x6a\x3a\xf7\x80\x84\x52\x9f\x18\x0b\x7d\x20\xee\x75\x84\x17\x67\xd3\x9f\x3c\xad\xc3\xa1\x94\x79\xb3\x7c\xa7\x20\xd4\x7f\xd2\x66\xd3\x90\x95\x44\xb7\x97\xd9\xc9\x8f\x51\xde\xc4\x09\xd7\x5d\xb5\xa9\xb1\x6d\x44\x86\xf3\xba\x6f\x57\x12\xfa\x7f\xdf\xe6\x42\x11\xd0\xc6\x29\xbc\xd5\xe7\xcf\x14\xc4\x26\x1c\xae\x3f\xe4\xe6\x24\x08\x1a\x57\x57\xeb\xed\x06\xc1\xee\xf8\xd3\x37\x4f\xbb\x5f\x13\xd4\x8f\x75\xad\x78\xea\xd1\x29\x78\x3d\x36\x5e\xca\x01\x9d\xad\xf3\x8a\x12\x46\x45\xef\x3c\x99\xe0\x25\x27\xbc\x18\xde\x51\xb2\xd5\x2b\x52\xd8\x15\x7a\xe0\xd0\x54\xef\x7a\x61\x4f\x68\xeb\x81\x48\xaf\x56\x91\x4f\xd0\xb8\xbd\x5b\xbc\xfb\x89\xa6\x05\xdc\xde\x71\xcf\xab\x47\x74\xde\xf7\xe8\xff\xe7\x40\x64\x97\x9b\x90\xfe\xa6\x6e\xbd\x61\xb6\x4c\x09\xc0\x50\xd6\xdd\x34\x60\x2f\xc0\x77\x32\x98\x33\x38\x18\x08\xa0\x19\x70\x86\x2c\x02\xa2\xd7\x19\xae\x18\xba\x17\x18\x7f\xda\x2c\x4d\xa1\xdf\xdf\x7e\x31\x69\x7c\xee\x52\x6d\x4d\x20\xf5\xae\xbb\x99\xd9\x0a\x20\xb1\x35\xb4\xd0\x6e\x30\xae\xc7\xed\x4c\x3c\xe4\xb1\x1c\x53\x23\x0e\xcd\x16\x05\x56\x60\x70\x50\x68\xe1\x98\xc8\x0a\x62\xa7\x8f\xf9\xc9\x6b\x63\xaf\x77\x6d\xf7\xb0\xac\x55\x4a\x5a\xf2\xf3\xbe\x6b\xca\xd7\xa9\x13\x47\xbf\x1f\xef\x16\xd7\x43\x4f\xfd\x5c\x7f\xce\x23\xa9\x67\x52\x6a\xe8\x5d\x1d\x2f\x9f\x9e\x95\xa9\x06\x55\x84\x57\x7d\x4f\x73\xf2\x1d\x69\x9f\xb8\x0b\x3e\x3e\x45\x82\x89\x89\x81\xa7\xed\x7d\x7d\x04\x65\x09\xad\xa5\xb2\xbe\x07\x85\x7a\x71\xc9\x47\x66\xfb\xde\x13\x26\xc4\xf0\x0e\x34\xfb\x05\x08\xf3\xa2\xda\xf6\x96\xf9\xdd\x16\x1e\x8a\xbc\xb7\xf3\x9b\x5f\x89\xf0\x67\x58\xcd\x36\x1f\xbf\x02\x11\x27\xb8\x69\x4b\xbc\x9f\xb5\x28\x27\x50\xe9\xef\xbe\x48\xa1\x58\x92\x3c\xb5\xd2\x62\x03\xf2\x9e\xbf\xf1\x43\x3d\x2b\x99\x0e\xc0\x6e\xbb\x2e\x6b\xe0\x18\xc0\xfb\x80\x66\xd2\x80\x99\x40\x54\xa6\x56\xc2\x20\x3d\x20\x71\x8b\x36\x7d\xf0\x32\x60\xd2\x6e\xa3\xf5\xc3\xf7\x01\x19\x59\x96\x73\x55\x3e\x00\xd9\x69\x8c\x02\x35\x1f\x20\x5b\xcf\xe9\x84\xc9\x32\x60\x8a\x89\xff\x31\x36\x13\x07\x12\x2b\xc7\xb6\x78\x0f\x82\x6e\x6c\xe8\x8c\xec\x70\x9d\x5f\x2a\xe1\x47\xd6\x98\x24\x0c\xf8\x5a\x17\xb4\xe3\xc8\xac\x94\xfb\x2d\x5c\xbf\x88\xaa\xac\xf4\xfd\x6f\x44\xde\x8c\xa6\xfe\xd3\x4a\x9e\x1e\xf6\x56\xef\x12\x64\xdd\xbf\xbd\xc1\xd7\xb4\x3b\x63\x5a\x69\x85\x81\xdf\xe7\xee\x2b\x19\xb6\x97\xd2\xfd\xe7\xf6\x98\xa6\x2f\x39\x7d\x31\x50\xa7\x27\x79\x32\xf3\xd8\xdc\x40\xf7\x9e\xcf\x13\x13\x8e\x2c\x08\xa2\x08\x18\xc9\xfe\xfb\x57\x04\xed\x11\x2c\x4c\xfc\xbc\x77\x64\x90\xa9\xe0\x75\xc2\x19\x29\xff\x52\x54\x1e\x64\x26\x5c\x18\xfd\x7c\xd3\xdc\x60\x5d\xe1\x9e\xa8\x6b\x1b\x2a\x83\xb4\x44\x72\x61\xa1\xeb\x65\x82\xec\x45\x46\xa1\x2e\xf8\x93\x07\x42\xa1\x18\x3a\xf7\xaa\xfa\x71\x9d\xea\x7e\xab\x01\xab\x67\x6a\xe7\xfb\x15\x01\x76\xd3\xe4\x88\xde\xbf\x07\x7c\x1e\x4e\xf6\xdf\x1b\x9b\x3d\x24\xb9\x57\xd3\xce\x0d\xed\xdf\xab\xd2\x5c\x0c\x29\x0f\xb2\x80\x49\xbd\x33\x26\x03\x58\x10\x60\xb7\xc4\x70\x33\x30\x3b\xc9\xf3\x32\x6b\x9d\x30\x2e\xc3\x2a\x8a\xe5\xe3\xd0\xfa\x69\x82\xd3\xe4\x49\x71\xef\x9b\x6c\xe2\xa7\x2f\xdd\x3f\xd1\xff\xb9\x59\xb4\xc1\x6e\xfd\x8c\xd1\x0f\x8f\x85\x5d\xbb\x74\x79\x86\xe6\xdd\xf3\xc1\x1e\xcf\x36\xce\x76\xbe\x49\x04\x6a\x76\x5e\x9d\x3b\xfc\x52\x74\x70\x61\x57\xcc\x6c\xab\xd3\x67\x43\xaa\xbb\xbe\xce\x1c\x54\x3a\x30\xcc\xb3\xdb\x6e\xfa\xf8\xc3\x86\x61\x77\xba\x4f\x65\xc6\xec\x9d\x1a\x3e\xb1\x87\x3d\xe5\xe6\x0e\x84\xef\xea\x39\x35\xc9\x55\x9a\xfb\xb2\xd9\x35\x3c\x4d\xb0\x38\xe9\xc0\x46\xd3\xf0\xd7\x82\x73\xe3\x05\xeb\xbe\x84\x0f\x16\x1a\xc4\xf7\x5f\x55\x18\x41\x17\xba\xc5\x7d\x5c\xf1\x32\x7c\xbc\x70\x6b\xf4\xe6\xe5\xa6\xe1\x49\xc2\x87\x91\xe4\x5b\x17\x4b\x92\x13\x1b\x42\xd5\x11\xff\x9e\x82\xfa\xa0\x7e\x11\x00\xa3\x6c\x18\xd9\xf7\xc1\xed\xbe\x0c\x79\x8e\x48\xef\xfd\xa6\x48\xfa\x1a\x4f\x97\xf4\x01\x59\xa0\x37\x90\x3c\x77\x97\x8f\xd2\xf4\x97\x95\x03\x56\xcb\x1a\x0f\x51\x51\x05\x56\x67\x33\x42\x75\x04\xa2\xb6\xe5\x15\xce\xbf\x6c\xc2\xbe\x7e\x9f\x3f\x2d\x78\xb1\xcf\x94\xc6\x1d\x59\xd7\x13\xbf\x24\x78\xdd\x9f\x9f\xb6\x68\xf6\x8d\xa9\x06\xd5\xec\x09\x3e\x85\x11\x33\x27\x5d\x3e\x9d\xb0\xf9\xa4\xc3\xdc\x49\xe7\x57\xc7\x6e\xa9\x9d\xbe\xb0\xe1\xd4\xd1\xa8\x8b\xad\x5f\x97\xbc\x3a\xf2\x34\xfa\x79\x27\x6d\x51\xe6\xde\x0f\xb1\x9e\x9d\x55\xf3\xa7\x6e\xdf\x1a\x67\xdc\x95\x3b\x27\x64\xcb\x8f\xb8\xa4\x2e\x51\x0e\xb5\x30\x30\xf6\x79\xf7\xd5\x2c\xd9\x75\x77\x63\xdf\xf5\xf0\xa6\xae\x5c\xb5\x24\x8e\xe8\x99\x91\xfe\x6b\x79\x7d\xdc\xab\x9e\xee\xd4\xaf\xcb\x99\xb1\x6f\x04\x21\xc9\x1d\x4b\x97\xc7\x6d\x10\xac\x4d\xfa\xb9\x28\x3e\xce\x53\xd0\x3d\x8e\xbe\xf0\x76\x4c\xb9\x30\x21\xce\x75\x01\x2f\xba\x5d\x58\x1a\x6d\xf0\x77\x1e\x28\x19\xa8\x2a\xf6\xaa\x59\x80\xfc\xf1\x5e\xb5\x7b\x4b\x79\x40\xf9\xe7\xfe\xbb\x94\x83\xc8\x96\xf8\xc1\x52\x0e\x40\x9a\x07\xb0\xb9\x70\x90\x3b\xe9\x83\x0c\xd5\x72\x1a\xb6\x14\xd8\x95\x68\xfe\x40\xdd\xb7\xad\x78\xcb\x74\xee\x47\xfa\xc4\x57\x5e\x6b\x6a\x7c\x87\x79\xd1\x6a\x59\x4b\x27\xc7\xf9\x8d\xdd\x7d\xf9\xc7\xac\x0f\x19\xc9\xd3\x44\x27\xb3\x32\xd7\x16\x38\xe5\x76\x1c\x3a\x94\xfe\xeb\xe0\x92\xc5\x33\x77\xab\xa7\xde\xad\x44\x7e\x6b\x91\x6e\xf2\x83\x77\x6e\x05\xbf\x36\x5e\x9a\xf0\xfd\xd7\xef\x02\xe3\xd5\xbb\x52\xdc\x7f\x1f\xcd\xdb\xb3\x62\x4b\xf2\x82\xce\x43\x0b\x2d\x96\x8f\x9a\x70\xb7\x6b\x72\x6e\xfe\xe2\xcf\xc9\xbf\xba\x3e\xcf\xca\x59\xac\x3a\x61\x76\xf7\x86\xec\xf6\x05\xab\x92\x3e\xf4\x98\x64\x5c\x98\xcb\x9d\xe0\xd6\x93\x9f\xde\x3c\x67\xe4\x84\xa4\x9e\x3b\x93\x6e\xcf\xda\x9b\x34\x5c\x10\x9e\xc2\x9e\x59\x9d\xb8\x5d\x50\x9c\xe4\x9e\xfd\x2e\xf1\xac\xa0\x6b\x5c\xd6\x74\xee\xb8\xf9\xc2\x09\x71\xb6\x00\xa5\x4e\x9d\x9c\x07\x5a\x76\x8a\xef\x7b\xd5\xfa\x0d\x85\xcc\x3f\xf0\x96\xa5\xf4\xf1\xbf\xa5\x79\x18\xd2\xf1\xaf\x96\xdc\xfb\x2d\x9a\x4a\xe9\x93\x8b\x71\xc2\x7b\x94\x31\x85\xd2\x1e\x5a\x9a\x66\x98\x31\x9a\xf6\x56\xf3\xd0\x5c\x66\xbb\x95\xee\xfd\x9a\xdd\x56\x6e\x6d\xae\x87\xae\xf1\x36\x2f\x08\x7f\x18\x6d\x73\x2c\x66\xd5\x86\xd4\x4f\x53\x3c\xb7\x5b\x2c\xb6\x98\xf7\x71\x7e\xd2\x5a\xff\xb9\xd8\x36\x26\xdf\x3c\x7f\xfc\xac\xee\xb2\x7b\x2b\xb0\x20\x6a\x46\x73\x7d\xfb\x1a\x8d\x39\x26\xd9\x9f\x3a\xee\xac\xcd\xcc\x49\xc8\x0e\xff\xf5\x60\x45\xde\x8c\x83\x59\x71\xbf\xcf\xe5\x35\x4a\xb9\x8f\xec\xfd\x19\x13\xbb\x82\xe7\xe6\xfe\xe1\x3e\xd6\x4c\xf9\xde\x9d\x3e\xc3\x74\x2a\xd2\xe7\xf6\xe8\x4c\x53\x9a\xd2\x38\xf9\x60\xcf\xda\xf4\xd2\xf4\x3b\x93\xf2\x7b\x44\x69\xa6\x93\x2f\x4d\x1a\x2e\x08\x48\xc9\x98\x3c\x2a\xf5\xa7\x60\x4b\xd2\xeb\xb4\xfb\x13\x9f\x08\x44\xe3\xcc\x00\x85\x90\x51\x4e\xbd\x9f\xdf\xa4\x7a\x20\x79\x7e\x3a\x49\xfa\xfc\x47\x8a\xb9\x8e\x3f\xbe\xdf\x02\x3f\x4a\x9f\x7b\xf0\x7f\xfa\xe3\x48\xea\x73\x8e\xec\x1b\xf1\x03\xe5\x06\x72\x93\x29\x94\xa6\xca\x8b\x0f\xb5\xf7\x2b\x9d\x7a\xcc\x3d\x97\x45\x6d\x33\x6e\xb8\xe1\x74\x62\xb5\x93\x9c\x83\xe1\xa9\x0b\x47\x0c\x82\x1c\x42\xd5\x76\x6b\xed\x71\x4a\x3c\x94\x52\xbd\x72\xe6\x96\x59\x39\x75\xb3\x76\xcd\x9b\xbb\x61\xde\x46\xff\x45\x7b\x66\x68\xad\x53\x3d\xad\x94\x17\x31\xb5\x67\xf5\xf9\x07\xad\xcb\x36\x4c\xf2\x59\xf5\xad\x7d\xd7\xf2\xf4\xb4\xea\x82\xcc\xdf\x4d\x4b\xcb\xd2\x64\xf2\x2f\x74\x5e\x5c\x20\x4a\x0d\x5c\x22\xe8\x9a\x9b\x9b\x30\xb1\x75\xe1\xb5\x6e\xd3\x9c\x7e\x13\x4f\xcc\x0f\xea\xde\x95\x5d\x3f\x71\x66\xee\x94\x1e\xcd\x69\xbc\x94\x8c\xd9\xdf\x7a\x76\xa4\xc7\xa6\x38\xe4\x7c\xea\x69\x4b\x7b\x90\xdc\x31\x63\xa9\xc0\x37\xe5\xd4\x84\xcc\xe9\x8f\x05\x97\x12\x1f\x4e\x18\x99\x95\x23\x54\x48\x38\x9d\xf4\x3d\xb3\x40\x48\x8d\x9f\x03\xa8\x55\xc8\x91\xbc\x97\xd4\xff\x97\x72\x20\x29\x32\x62\xcd\x95\xe4\x5f\xac\x36\x15\xab\xb4\x1f\x42\x89\xe4\xfe\xef\x45\x92\x93\xfa\xfe\xb0\x82\xf4\xbf\x9a\x5a\xab\x6f\x51\xaa\x29\x94\xa7\x79\x35\xfd\xd5\xb4\x86\x72\x6b\xc6\xde\xf8\x69\x5a\xa3\x33\xa4\x6c\xf4\xb5\x81\x76\x37\x59\x05\x07\xfd\x2e\x4e\xf5\xb9\xeb\xf3\x68\x7d\xe7\xe9\xd3\x63\x17\xc4\x5f\x9f\x57\x52\x52\x95\x35\x65\x5a\x65\xe6\xb0\x23\x8d\x6b\xf3\x67\x0d\x4b\x2d\x3c\xd4\x71\x7c\x5a\xee\xd3\xc4\xbc\x03\x8f\x6a\x5d\xe7\x07\xc4\x53\xf7\x1f\x6f\xb5\x5a\x30\x74\xac\xd5\x9e\x61\x5d\xae\xb9\xcf\xc7\xf2\xb6\xcf\xef\x6a\xcd\xb9\x3d\x76\xda\xe6\xd6\xee\xf9\xd3\x15\xc6\xfa\x6e\x94\xef\x51\x9c\xa6\x3a\xb6\x65\x2d\xaf\x27\x66\x4a\xf7\xd8\x77\xab\x2e\xf7\x1c\x9d\xbc\x75\xec\xba\xe5\x1b\x05\xbc\x94\x9e\x78\xed\xbc\x04\xc1\xb4\x64\xa7\xb8\xea\x25\x26\x02\x62\x9c\xc3\xd8\xc8\x85\xcb\x84\x5a\x09\xa3\xe2\xae\xcf\x7f\x2c\x4c\x8e\x0b\x8c\x9b\x38\x8f\x29\xdc\x1e\x63\x08\x98\x4b\xf2\x4d\xf8\x02\xb1\xc6\x4b\x7c\x1d\x29\x07\xb2\xc2\x95\xd2\xc7\xff\x94\x70\x10\x07\xaf\x90\xfe\x76\xfb\xa4\x2a\xf2\xbd\x7f\xd3\xfa\x3b\x24\x0f\x50\x7f\xe4\xbe\x1a\xf9\xde\x7b\xc2\x93\x8d\x23\xda\x28\x94\xf2\x4f\x0f\xcf\xeb\xef\x1a\x3d\xab\xe4\x58\xed\x23\x66\x80\xe5\x94\x6d\xd4\xdb\x29\xee\x2b\x5c\x06\xe5\xbf\xab\x62\x46\xcd\x08\x1f\x93\xf9\xea\xda\xc0\x29\x21\x29\x2f\x53\xee\x5e\xf1\x58\xb9\x7b\x8a\x5c\xbc\x6f\x79\xd3\xd1\xc7\x99\xfd\x23\x3b\x2f\x65\xdf\x46\x36\x3b\x74\xd7\xc5\x96\xcf\xf1\xd9\x6d\x21\xdf\xcf\x8f\xec\x9e\x99\xb5\x3f\x34\xe7\xc4\x8d\xee\x9e\x0c\xf7\x30\xb5\xa3\xea\x3d\x09\xe9\x6b\xc3\xa8\x07\x8e\xf4\x7c\x49\x9d\x1b\xf6\x7b\xf7\x59\x01\x35\x65\x69\xd8\xce\xed\x3d\x82\xbd\x89\x67\xc2\xf5\xb6\xd2\x05\xcf\xc6\xb5\x85\xa7\x6e\x32\x16\xca\x25\x18\x84\x75\xae\xef\x16\xa6\xc5\x6e\x0b\xab\x5d\xab\x25\x2c\x8d\x96\x89\x30\x5c\xa9\x2a\x3c\x1f\x75\x39\xec\x77\x41\xa5\x68\x68\x38\x0d\xb0\x95\x7c\xdf\xd2\xf3\x20\x43\xc2\xc1\x2d\x93\x70\x2f\xdb\x26\xf5\x19\x3f\xae\x92\xbe\xd7\x0f\xde\x2d\xd2\x07\x6f\xbe\x20\xbe\x0f\xfc\xcc\xfb\x09\x79\x2f\xfe\x4e\xf0\x73\x92\x07\xb9\xb2\xf9\xf5\xab\xc1\xa6\x14\xca\xc9\x9e\x37\x06\x9a\xb1\xf2\x51\x7b\x1d\x1a\xd7\x51\xe9\xfa\x6a\x6b\x5f\x3d\xf7\x75\x5e\x6b\x7b\x72\x6e\x65\xfd\x98\xd0\xa5\xde\xef\x53\xaf\x3f\xf8\x95\xda\x1e\xeb\x11\x3f\xe2\x01\x7b\xd9\xcf\x71\x5f\xc2\x8f\xdc\x8f\x38\x7c\x3a\xd9\x24\x30\xb7\xce\xff\xe6\x85\x89\x51\xbe\x93\x6b\x2f\x7e\xa8\x4a\xf5\xf2\xe1\xdd\x59\xd9\xf3\x2c\xe5\x84\xcf\xb8\xaa\x30\x01\x3f\x69\x8d\xef\x95\xcb\x17\x04\xc9\x89\x2d\xbe\x77\xce\xbb\x08\x5e\x25\x0c\xf2\xf3\x3c\xf9\x5d\xa8\x15\xf7\xc3\xbf\xe2\xe8\x73\xa1\x55\xdc\x59\x69\xbe\x85\xff\xdd\x7d\xeb\x84\x15\x91\x9e\xfe\x17\x76\xb7\x09\xdb\xc3\x63\xfc\x3b\xb6\xbf\x15\x19\x87\xd2\x02\x26\x6c\x8d\x17\x79\x05\xd7\xf9\x63\x73\xb4\x68\x56\xe0\xf6\xbf\xfb\x61\xda\x01\xc9\x3e\x20\xa9\xc7\x16\x49\x5f\x20\x29\x07\x72\x95\xe4\x21\x7e\x0a\x6f\xbf\xa2\x90\xfc\xc3\x43\xd2\xff\x6c\x48\x6b\x20\xfb\x83\xdc\x93\x7d\xed\xd1\xab\xd7\x66\xbf\x97\x27\xdf\x7b\x5f\xf8\x42\xed\xd5\x23\xb7\xbf\xed\x52\xf3\xa6\x50\xb6\x2c\xfe\x3a\xc5\xa4\x46\xb5\x3c\x3f\xf5\x53\x03\x4f\xd6\x82\x97\xfd\xa0\xe5\x40\xc0\x31\xc7\x81\xe3\x87\x37\xd5\x4e\xb8\x1f\xa0\x11\x71\xb1\x69\xe2\x92\xa6\xd0\x4f\x01\xb3\xdf\xb5\xec\x2f\x8f\x52\xf3\xca\x7d\x17\x7b\x23\x21\x66\xbb\xdb\xb2\x77\x05\xcd\xfb\x62\x03\x5c\xfd\x5e\x3f\x13\x6a\xc4\xe8\xb9\xbe\x7d\x9a\x2a\xf4\x8a\xfa\xe2\x16\x5a\x67\x2f\xcc\x8f\xf8\xed\x16\x76\xcb\x5d\x58\x1b\x96\xea\xbe\xf8\xfa\x52\x61\x7d\xd8\x42\xf7\x83\xe5\x9b\x45\x63\x82\x45\x1e\x13\xcf\x6b\x88\x18\xc1\xda\x1e\xcd\xa7\x8a\x45\xc1\x81\x02\xaf\x90\x92\x66\x51\x58\x10\xdb\x6b\xd4\x91\x91\xa2\x75\xfe\xab\xbc\x46\x1f\x0c\x12\x9d\xf1\x1b\xe8\xf1\x78\xdf\x3a\x62\x88\x67\x2d\x30\x56\x24\x1e\xe7\x1c\x0f\xb1\x6e\x40\xdf\xfd\xef\x0a\xe9\x73\xfd\x52\xbc\x43\x7e\xef\x1f\x27\x3f\x21\xfd\xff\xe7\xef\x5e\x92\xfb\x49\x1d\xbd\x89\xec\xa3\x52\x49\xff\x4c\xfa\xe5\xe7\x96\x7d\xaf\xea\xd5\xc3\xe7\x7f\x93\x75\xdd\xae\x26\x3c\x20\xfb\x9d\x42\x59\x13\x27\x7c\xae\x1b\x27\xdf\x6f\x5e\x4f\xcf\x15\x66\xad\x0e\x27\x5d\xb5\x6b\x8c\x37\xcb\xfa\x77\x4c\xc1\x6f\x7e\x42\x9d\xb3\x45\xd0\xde\x4e\x85\x05\xa3\x3d\x0c\xbc\xf2\x3b\xcd\x76\xd3\x7c\x78\xfc\x5d\x9d\x29\xd7\x26\xf8\x6d\x73\xec\xec\x6c\x7c\x6b\xec\x1f\xee\xf0\xe2\xb7\xbf\x28\xda\x6f\xb1\xc3\x89\x2f\x25\xa2\x05\xbe\x4a\x0e\x37\xdf\x0a\x44\x7b\xbd\x6f\x3b\x52\x1b\xce\x88\xce\x7b\x6b\x3a\x7e\x7b\x78\x57\x74\xc1\xdb\xcb\xc9\xe0\xce\x3a\xd1\x3b\xcf\x2d\x8e\x1f\xab\xeb\x09\x45\xf7\xe9\xce\x9c\x6b\x67\x88\x01\x1e\x19\xce\xe7\x2e\x95\x11\xa3\xdd\x0f\x39\xaf\x2d\x53\x26\x78\xae\x8d\x2e\x31\xa7\xe3\x09\x57\xd7\x52\x97\x92\xe3\x29\x44\x34\xff\x20\x90\x2d\xf1\xfd\x57\x6b\x4a\xce\x3f\x09\xff\x21\xe6\x60\xba\x95\xee\x91\xdf\xf7\xc7\x7b\x4f\x48\xff\xbf\x71\xc6\x9b\xc8\x5e\x7d\x50\xf7\x81\xf4\xc5\xab\x9e\xb7\x92\x39\x31\x17\xad\xc5\x5c\x44\xe9\x49\xc1\xbb\x5e\xdd\x29\xf1\x39\x57\x8d\x11\xe7\x40\x2c\x0e\x03\x34\xd7\x0c\x79\x92\xdd\x06\xd0\xf5\x54\xdb\x27\x44\xe1\xb7\xfb\x75\x93\x9b\xe1\xe6\xc8\x8e\x79\xc9\xf4\xf5\xcb\x80\x73\xce\x05\xbb\x7a\xf7\x55\x44\xf7\xa6\xcd\x8e\x67\x9c\x5a\x88\xda\x53\x4f\x9c\x73\xec\x87\x10\x57\xee\xd9\x3a\x2f\xe3\x5a\x10\xe5\x2d\x91\xce\x91\x76\x79\x44\x1b\x51\xe0\xe8\xc5\x39\xd8\x39\x85\x38\x62\x9f\xcc\x09\xf8\xba\x83\x38\xcd\x3b\x6a\xa7\xd3\x04\xa2\xd0\xc1\xdf\x2e\xe9\xe5\x00\x62\xbb\xc3\x40\xbb\xee\x27\xa3\x88\x22\x07\x77\x6e\x5e\x5d\x16\xb1\xcd\x21\x85\xeb\x73\x6b\x35\x71\x85\x37\x8f\xcb\xac\x72\x20\x1e\x73\xd9\xbc\x69\xd7\x0e\x10\x15\xbc\x1d\xdc\x0f\xe5\x1a\xc4\x67\x3b\x43\x20\x5f\x92\x03\xb3\x47\xc2\x87\x5e\x20\xc7\x2d\x0c\xb8\x47\xee\xff\x5f\x5f\x3f\x23\xf7\xc7\x37\x91\xef\x48\xae\xf4\x11\x3e\x93\x5a\xa3\xda\x4e\xce\xfb\xcb\xd9\xdd\xef\x7b\xf5\xa4\x96\xd8\x17\xdb\x23\xf1\xc1\xd7\xd5\xf5\xf5\xfd\x66\x36\x00\xea\x1d\x83\xa6\xa4\xc5\x03\x56\x9f\x55\xae\x8e\x2d\x06\xf8\x0d\x7a\x75\xc1\x43\x71\x3d\x42\xc9\x72\x99\xf7\x4c\x1c\xc9\x30\xb4\x6e\x74\x1d\x88\xf9\x2b\x4c\x99\xf5\x8e\x11\x88\xd8\xb7\x86\x3d\x9e\x1b\x8f\x80\x0b\x61\xec\x08\xce\x48\x78\xdf\xdd\xc0\x8e\xfa\xd3\xc7\x21\x04\xb3\x7a\x3c\x59\x27\xa4\xbc\x83\x8d\x47\xd7\x04\x6c\xa4\xba\xda\xec\x6f\xad\x40\x86\xb5\x0c\x73\xfe\x7b\xc0\x8f\x31\x8a\x69\xfb\xaa\x0d\x11\x74\x2b\x96\xf6\xb3\x4c\x38\x33\xf6\xb3\x98\x0f\x7e\xc1\x9b\x21\x67\xf3\xb9\xd6\x0d\xd3\xa9\x2d\xac\x27\x35\x97\xe0\x4f\x7f\x09\x6c\x93\x3c\x17\x9c\x9d\x29\xd6\xbb\x24\x07\xf2\x6d\x53\x03\xf9\x5c\xf4\xee\x6d\x13\xb9\x1e\x9e\xc6\xb7\x92\xe7\xc6\x6d\xc1\x2f\xb2\x8f\xdc\x55\x49\x9f\x04\xa9\xff\xb5\x5f\xe2\xfb\x6e\x92\xdc\x77\xcf\x93\xe4\x82\x48\x73\x20\x26\x06\x02\xf2\x5a\x14\x4a\xe2\x62\xc0\x4a\x5f\xe9\x7a\xc4\x34\xc0\xb1\x41\x23\xc3\x2f\x17\xc2\xe0\xb5\x46\x99\x1e\x8d\x68\x4a\x73\x36\x3f\xe1\x52\x8a\xaa\x85\x49\xd4\x1c\xfb\x39\x28\xdf\xa4\x4a\x33\xe2\x5c\xc7\x99\xc3\x17\x68\x13\x6c\xf7\xa2\xb8\xac\xc6\x5a\x8e\x35\x09\x45\xb7\x3e\xd0\xbd\x6c\x80\x43\x2f\xbc\xac\x73\x6d\x66\xe1\x66\xbb\x2d\x2d\x95\xd1\x09\xe0\xb2\x65\xa0\x34\xc7\x80\xca\xe9\x0e\x05\x0c\x86\x51\x37\x7d\x5f\x0b\x18\x36\x49\x39\x07\xab\xa5\xef\xbe\x00\x06\xfb\xa9\xd3\x5e\xac\xc4\x57\xa3\x71\xd6\x6a\x4f\x8a\x50\x63\xca\x03\x8e\x8b\x39\xb1\x85\xb7\x02\xc9\x73\x60\x47\x03\xf9\xfb\xe1\xfd\xf5\xf7\xa4\x3e\x4b\x68\x25\xb5\xf6\xad\x98\x83\xba\x4e\x03\x79\x3e\xfe\xe9\x87\x71\xa7\xaf\xff\x29\xcd\x41\x90\xde\xff\xfe\xd3\x07\x22\x0c\x90\xf5\xa0\x50\xa2\xb5\x01\x53\x05\xb9\x93\x41\x77\x00\x5e\x87\xaa\xb7\x57\x06\xe0\xbf\x50\xa7\xd9\x6d\x30\x90\xa8\x66\x18\xeb\x48\x00\x33\x3f\x98\x8c\xe6\xa6\x42\xb4\xe2\x88\x69\x26\xdb\x1e\x1d\xdb\x03\xcd\x5c\x6d\x07\xa3\xb1\x78\xbf\x45\x2a\xa3\x06\xbf\xce\x5b\x98\xfe\x64\x14\xe0\xd5\x4d\x0f\x8b\x60\xfa\x61\x34\x3d\xeb\x6f\x91\x66\xfd\x0b\xf8\xb2\xc4\xfc\x4f\xae\x83\xd4\xc7\x36\x7f\xdc\xab\x1a\x8e\x66\x72\xdd\x2f\x00\xb5\x89\x66\x0a\x3f\x7a\x67\x66\x86\x59\xdd\xe7\x29\x80\xe6\x66\xb3\x2f\xcd\xb2\x80\x16\x5d\xca\xc1\xfc\x56\x12\x8f\xff\xc3\xce\x66\xf2\xb9\xe0\x85\xd7\xb7\x52\x72\x1f\x5c\xdf\x45\xee\x07\xd7\x3f\x12\xe4\x7e\x7a\x4e\xe2\x87\x1f\x96\xe4\x23\x6d\x93\xf8\xe2\xab\xea\xfb\xae\x03\x69\x1f\x04\xe9\xfd\xff\xb1\xf7\x01\xb5\x87\x32\x35\x21\x0d\x80\xf1\x80\xa1\x9b\x7c\x86\x02\x6c\x81\xca\x2e\x57\x67\xc0\xf3\x8b\xda\x06\x97\xc1\x40\xdc\x76\x1d\x7b\x87\x08\x20\x93\x6f\xa0\xc2\x59\x01\x2c\xfc\xac\xdf\x68\x1b\x0f\xac\xcd\x33\xdc\xcc\x34\x01\x76\xaa\x19\xf9\xda\x6c\x02\x0e\x9d\x34\xae\xa7\x3f\x01\xce\xe5\x9a\x38\x49\xfd\x7d\xeb\xa1\xc0\xa3\x68\x13\x11\x6d\x24\xd0\xf4\xcd\x78\x0b\x35\x1c\xf8\x91\x6c\x68\x2e\xad\x87\x94\x73\x30\x0e\xed\xd5\x11\x55\xba\xc7\x7b\x55\xee\x85\x41\xf1\xef\x3a\x40\x39\xb7\x27\xa1\x9e\xe4\x25\x3f\x9b\x35\x91\xfb\xe3\xeb\xa2\x9f\xfc\x5e\x7d\xb8\x43\x40\xe6\x44\x55\xa5\xa1\x0f\x07\x54\x1c\x82\x3e\x1c\x8c\x34\x07\x40\xea\xff\x4a\xfb\x81\x4c\x34\xec\xeb\xfb\x7a\x4a\xfa\x44\xf8\xc9\x02\x7a\xdb\x06\xa7\xba\x1d\x06\x6c\x54\x14\xd2\x9c\x12\x00\xd7\xc2\x51\x19\x0e\x3a\x40\xc4\x06\xb5\x4a\xee\x34\x20\x35\x4f\x4b\x97\x7d\x1f\x98\x45\xd7\x09\x63\xa6\x01\x79\x49\x3a\xc1\x7f\xee\xf1\xc7\x03\x45\x5e\xba\x1b\xff\xdc\xdf\xa7\x03\xa7\x46\xea\x47\x49\xef\xed\x5b\xfe\x02\xee\x4d\xd1\xd7\xb7\x9c\x0f\x34\xec\xd6\x7b\x66\x65\x0f\x7c\x9a\xad\x7f\xdf\xf2\x3a\xd0\xf5\x46\x97\xf9\xa7\x1e\xb3\xc8\x7a\x88\xa4\xf5\x68\x8b\x6d\x7a\xd1\xfb\xf9\xde\xee\xfd\x4e\xae\xf7\xfa\x85\x22\x92\x8f\xfc\x4f\x0e\xe8\xa8\x84\x87\xfc\xc3\xc1\xb8\x8a\x55\x9a\x87\x32\x47\xc2\x47\x49\x73\x20\x12\x52\xc4\x1a\xfc\xa6\xaf\xef\xed\x76\x0d\xd0\x5c\x31\x80\xed\x72\x01\xb0\x16\x0e\x3f\xc5\xab\x03\x1c\x97\x2a\xd7\xb0\xde\x03\x01\xfd\x55\xc6\x30\x6f\x01\x63\xd9\xa3\x94\x58\x6b\x81\x0c\x7b\xf5\x99\x36\xcb\x81\xb9\xcb\x34\x29\x74\x47\x20\x4f\x41\xa3\xc4\xfa\x01\xb0\xf6\xb5\x56\x19\xcd\x07\xd8\xe6\xa2\xad\x4d\x3d\x09\x1c\xe4\xeb\x2c\xb2\x8c\x04\x8e\x87\x68\xdd\xb3\xe4\x03\x97\xc6\xe8\xb8\x9b\xcf\x03\x6e\x66\x6a\x55\x4a\x7d\x7d\x73\x63\xe0\xf5\x4f\xad\x6b\xe6\x01\x40\xab\xaa\x16\xc3\xfc\x1e\x20\xb8\xa9\xa9\x66\xba\xbb\xb7\x0e\xaa\x53\x9b\x58\xdf\x48\x5e\xb2\xfe\xad\x40\x81\xf2\x0f\x07\x24\xed\x07\x52\x7a\x0b\x7d\x39\x18\x09\x17\x58\xa0\x21\x56\x69\x2e\x90\x94\x87\x92\xf6\x03\x91\xce\x03\x5f\x09\x47\xe4\x20\xa9\xa3\x53\x25\xa0\xe9\x21\x53\xc5\x7d\x08\x58\xd0\x64\x6f\xd8\xca\x01\xec\x08\xf9\x41\x36\x39\x80\x57\xa8\xa2\x9f\xd4\xef\xb7\xde\x0c\x24\x2b\x8e\x38\x64\xfd\x10\xc8\xbe\xa1\x6a\x69\xf5\x0e\x98\xb3\x66\x54\x9b\xd5\x0a\x60\xa9\x9d\x6a\xa1\xe5\x30\x60\x55\x9b\xea\x59\xf3\x17\xc0\xe6\x61\x63\x06\x58\x8c\x05\xf6\x4c\x52\x8f\x32\x7f\x0b\x1c\x55\xd6\xb0\x31\x8d\x02\xce\xe6\xa9\xe9\x99\xc9\x03\x57\x6f\x6a\xc8\x9b\x9d\x05\xee\xa8\x68\x56\xf7\xfe\xfd\x89\xb6\xfa\x2f\x53\x0f\xe0\xf5\x79\xf5\x52\x93\xe9\x40\xab\xe1\x98\xc9\x2f\xdc\x41\xe6\xe5\xdd\x91\x70\x1c\x7f\x38\x20\xc9\xfe\xbf\x57\x92\x73\xf2\x27\x0f\x46\xd2\x17\x6a\xe1\x07\xb1\xce\x48\xec\xcb\x81\x8c\x95\xec\x9b\x21\x01\x62\xf5\x90\xf4\x0d\x62\x8f\x13\xab\x7d\x35\xa0\xde\xd2\xff\xad\x4d\x39\x60\x34\x6e\x50\xbe\x75\x3d\xc0\x68\x1e\xfa\x8c\x6e\x07\xf0\x75\x87\xdf\xb3\x76\x04\x82\xe5\x15\xa9\x56\x2a\x40\x6c\xa8\xa2\xb6\x25\x07\x48\x39\xa6\xb4\xdb\x52\x11\xc8\xec\xaf\x92\x61\xe1\x0c\xcc\x3a\x31\xc2\xc2\xcc\x10\x58\xf0\x4d\x65\x99\x59\x10\xb0\xa2\x60\x64\xa6\x99\x0b\xb0\xc9\x7e\xb4\x5a\xaf\xee\x98\xa6\xca\x30\x5d\x01\x1c\xec\x52\x3d\x6e\xcc\x03\x4e\x8c\x1e\xf5\xd2\xb8\x19\xb8\x90\xa7\xba\xca\x88\x03\x54\x6c\x1c\x55\x6f\x22\x0f\xdc\xed\x18\xd3\x68\xbc\x0f\xa8\x4f\x19\x13\x7e\x2f\x5a\xfc\xf9\xae\x48\xf6\xbf\x13\x37\x25\xe7\x60\x56\xdf\x73\x60\xb5\x24\x3f\x6c\x89\xe4\x1c\x9c\x25\xe1\x3c\xa6\x2c\x15\x6b\xe2\x0b\xb1\x46\x4a\xfa\x69\xf9\xe7\xf6\x5d\x0f\x36\x92\xba\x9a\xa7\x02\x03\xda\x29\x14\x86\x1e\x60\x90\x32\xf0\x80\xd5\x0d\xc0\x6a\xd3\x90\x3b\x96\x5b\x01\xde\xfd\xa1\xb3\xcc\xbf\x01\x5e\x3e\xc3\xb6\x59\x3c\x01\x22\xa6\xc9\x4f\x33\x5e\x01\xc4\xe5\xcb\x8d\x30\x01\x90\x32\x4b\x7e\x91\x69\x05\x90\x11\xa8\x38\xd3\x78\x01\x30\xe3\x86\xc2\x11\x93\x65\xc0\xbc\x55\x4a\xa7\x4c\xbe\x02\xcb\xd7\xa8\x5c\x33\x59\x08\xac\xcf\x1d\x71\xc4\xf8\x2a\xb0\xa5\x76\x44\xb9\xd1\x2b\x60\xf7\xbd\x11\x55\x46\x8b\x81\xe2\xfb\x23\xb3\x0d\x4f\x01\xa7\x1e\x8d\xb4\x32\x20\x80\x0b\x8f\x47\xdc\x36\xd8\x0c\x54\xec\x18\x41\xae\x76\xff\xb7\xe2\xf7\x93\xde\x7b\xff\xbb\xdf\x2b\xf6\xbd\x87\xfa\xb1\x84\xe4\xfb\x9a\x7a\xee\xca\x01\xa6\x7f\xfb\xa4\x58\xbd\x71\xd5\x92\x4b\x04\x58\xd7\x7d\x35\x94\xf3\x01\x4e\x5a\xe8\xc3\x51\x7b\x00\xbb\x96\xf8\x5a\x75\x25\xc0\x9e\x35\x79\xa6\xee\x22\xc0\x7e\xff\x9c\x5d\xc6\x3b\x00\xee\xb9\x15\x0e\x66\x3f\x00\x76\xf9\x76\x15\x8b\xc9\x00\xdb\xae\x24\x92\x76\x0b\x60\x76\x5c\x39\x6a\x5d\x00\x30\xd9\x0f\x52\x19\x95\x00\xa3\xa4\x29\x97\x3e\x1c\xb0\x09\xec\xe2\x32\x94\x01\xba\x3a\x8e\x59\xb0\x00\xda\x6b\x3c\x35\x0d\xe9\xec\xa4\x59\xa3\xd6\x54\xa9\x2d\x97\x7a\x15\x55\x26\xbf\xde\x57\x5a\x6f\x41\x9e\xa5\xdb\xdb\x4d\xd4\xdd\x28\x37\xc1\xf3\x69\xb4\x0a\xec\x36\x1f\xfa\xd8\xc6\x7a\x0d\xd6\x59\x98\xd4\x16\xd1\x7a\x70\xc8\x6c\xc2\xed\xb7\xb4\x12\x9c\x36\x8d\xad\xae\xa2\x9d\xc3\x05\x93\xd7\x95\x8d\xd4\x36\xdc\x33\x26\xd3\x61\xfc\xc5\xf7\x16\xff\x97\xdf\x2b\xf1\xbd\x87\x3e\x66\x92\x79\xbe\x52\x1e\xc4\x74\x00\xef\xcd\x90\xd5\x80\x75\x7f\x97\xa8\xe1\xc6\x00\xf3\x91\xd7\x4a\xa5\x08\x80\xa7\x16\xea\xa5\xba\x00\xe0\xca\xc4\xcb\xa8\x7d\x01\xec\xa7\x4c\x52\xd2\xe5\x01\xf6\x7a\xb3\xe7\x19\xad\x01\x78\xea\x05\x41\xe6\xa6\x80\xdd\x89\xa2\x46\xaa\x16\xc0\x96\x29\xed\x4f\xdb\x06\xb0\x6c\xae\xfa\xd0\xa9\x64\x1d\x26\x31\xaa\x00\x9b\xcc\xf7\x2e\x0c\x11\xc0\xe4\x09\xd6\x32\x59\xd2\x3a\x10\xde\xb4\xc7\xa8\x33\xdd\xd5\x71\xd5\x5a\x09\xc5\xe6\xd9\x5f\x27\x5b\x9b\x62\x8b\x05\xab\xf9\x3a\xdd\x00\xd3\xad\x66\xbf\xd2\xa7\x1b\x60\xa6\x95\xcd\xd3\x48\xba\x1a\xe6\x5b\x6e\x7a\xe8\x45\xf7\xc6\x42\xcb\xa9\x77\xd3\xe8\x0f\x30\xcf\xf2\xcc\xad\x45\xf4\x01\xd8\x62\x7e\xba\x9a\x6d\xdd\x88\xbd\x66\x1f\x2a\xd8\xd6\x04\x8a\xcd\xc8\xd5\xe0\x97\x41\xe9\xc3\xc3\xfc\xe9\x7f\x30\xe1\x5f\x9f\x4f\xc1\xdf\xe6\x29\x59\x07\x37\xf6\x92\x01\xed\x80\x79\x02\x6f\x84\xec\xcc\xbf\xfd\x83\x38\x9d\x1e\x87\x55\xd2\x01\x2e\x82\xca\x46\x1f\x00\xec\x63\x63\x65\xd4\x85\x80\xc3\xa0\xb4\xfe\xba\x39\x80\x7d\x69\xce\x53\xa3\x2d\x80\xfd\xac\x02\x7d\x4b\x39\xc0\xee\x4b\x51\x18\xd5\x07\xb0\xe3\x94\xaa\xda\x9c\x05\x6c\x6f\x5c\x6d\x66\xe6\x03\xac\xc4\x47\xb7\x58\x0f\x00\x66\xf4\x07\x2b\x56\x24\xc0\xcc\x15\x3d\x67\x6e\x07\xe8\x55\x28\xb4\xfc\xd2\x9d\x42\x9f\x8a\x3c\x2b\xa7\xf6\xf3\xf4\xd7\x98\x40\x1b\xf8\x49\x95\x4e\xc1\x1c\x2b\xfa\xdb\x22\x7a\x21\x26\x52\xe3\x1a\x95\xe9\x35\x98\x40\x5d\xf6\x44\x8e\x51\x8c\x70\xda\xa1\xba\x8f\x8c\x0d\x48\xa4\x5e\x97\xd6\xa1\xfa\x15\xbd\x0b\xf9\x96\x6a\x95\x46\x8c\x3c\x2c\xb6\xcc\xbd\xfa\x84\x9e\x85\x7d\x66\xe4\xa9\xf6\xff\x78\x98\x3e\xfd\x0f\xfe\xdc\xf3\xdd\x4c\x27\xef\x7d\x4b\x79\x10\x8b\x28\x3b\x0f\xd9\x5d\x00\xf3\x80\xa3\x83\x7c\x2b\x60\x27\xe3\xb1\x41\x65\x6a\xef\x3a\x08\xa8\x1b\xdd\x09\x38\x22\xf6\x8a\xd6\x46\xc0\xe9\xd6\xc4\xa3\xfa\x8d\x80\x93\x49\xce\x19\xd3\x1d\x80\xc3\xdb\xe5\xe7\xac\xbe\x03\xbc\xdc\xa2\xd5\xd6\x1d\x80\xdd\xbd\xd2\x69\xcc\x36\x80\x5d\x7c\xad\xc0\xb6\x77\x5e\x34\x3f\x0e\x60\xab\x01\x4c\xfe\x27\x45\x96\x15\xc0\x2c\xc4\x28\xe6\x59\x80\x3e\x17\xdb\x2d\x23\x7e\x37\x30\x9c\x91\x40\xdb\xda\x56\xcf\x38\x02\x57\xfa\xe8\x96\xb7\x0c\x4f\x04\x58\x5b\xbc\x3e\xcf\x08\x46\x10\xad\xed\x99\x9e\x4d\x0a\x38\xf4\x23\x8f\x34\x6d\x86\xc2\xdf\x9a\x51\xbb\x9f\xe9\x06\x26\xc3\xa0\xe6\x02\xd3\x02\x5e\xd6\x8f\x6e\xa4\x30\x5a\x30\xd3\x2a\xab\xa2\xd0\xe6\x12\x26\x51\xe7\x94\x27\x31\x47\x23\x8b\x4a\xa6\x45\xfd\x27\x0f\xd3\x97\x03\xa1\x50\x68\xa4\xef\xa9\x45\x65\x86\xca\xe4\x02\x46\x4e\x36\x43\x06\xa5\xfd\xe5\x62\x6c\xf9\xbc\xd7\x0a\x8e\x00\xd7\xc5\xb5\x47\x65\x09\xe0\x70\xd3\xdf\x55\x75\x3f\xe0\xf4\x25\x6a\x8f\x96\x3b\xe0\xbc\x2a\xe5\xbe\x41\x24\xe0\xac\x3a\xa3\xd1\x4c\x16\x70\x4a\xcc\x6f\xa5\xa5\x03\xf6\xda\x45\x7b\x18\xf2\xff\xd4\xe1\xf1\x75\x79\xf6\x78\xc0\xf6\x72\xfd\x0b\xbb\xed\x00\x4b\xd0\x7a\xc5\xae\x15\x60\x05\x12\xdf\x6d\xdf\x0a\x4f\xd9\x8c\x81\x1f\xdd\xe4\xe7\x40\x9b\x79\x30\xb6\x19\xf9\xf9\x99\xcd\x1b\xa8\x30\x2d\x9b\xac\x6c\x1c\x40\x65\xf8\xbd\xa8\x66\x36\x10\x60\xcd\x78\xdc\xc5\xdc\x8c\x31\x36\x1f\xee\xc7\x32\xd9\xb0\x66\x04\xdf\x31\x63\xde\x05\x95\xb1\xa3\x3a\x87\x79\x14\x7c\xfa\xb8\xeb\x91\x2c\x0d\xb8\xd1\x63\xaf\xaa\xb1\xe4\x11\x6c\x3d\xff\x12\xd3\xe6\x35\x72\xad\xc2\xf0\x4f\x4e\xce\x7f\xf7\xbd\x65\x26\x8b\xf3\xde\x35\x17\x5b\x5f\x92\xe9\x07\x18\x2f\xa2\xef\x1a\x54\x06\xd8\x1c\x64\xbe\x94\x5b\xf4\x0f\x1f\x24\xe1\xa4\xf8\x07\x7d\x35\xd5\x77\x00\xfc\x53\x91\xad\x3a\xcb\x00\xd7\xa1\xc9\xe7\x8d\x36\x03\x2e\x2d\xd3\x53\xcc\x4f\x03\x4e\x7b\x96\x65\x59\x0f\x02\x1c\x73\xb7\xde\x65\xdd\x05\x78\x13\x8f\xe9\x72\x42\x00\xce\xb3\xeb\xd5\x76\x4f\x00\xf6\xa8\xa7\x22\x6e\x29\x60\xbb\xfc\xfb\x69\xde\x0a\x80\x95\x43\x7c\x60\xc7\x76\x8d\x61\x06\x60\x18\xf3\xb7\x94\x8f\xfb\x50\xcf\xbc\x49\xb4\xd9\x26\xbe\xfa\xc8\x3a\x45\x3c\x65\xb7\x3e\x5b\x69\x3b\x9a\x78\xc6\x16\x3d\x60\xdb\x56\x11\x4f\x39\x4e\x77\x0b\x6d\xe7\x13\x1d\xb6\xbb\x6f\xaa\xb0\xcd\x89\x0e\xdb\x07\x95\x3e\xb6\x33\xa1\xc6\x8c\xbf\x9a\x6a\x5b\x08\x13\x9b\x1d\x97\x4e\xd9\x7e\x04\xd5\x86\x7f\x7e\xbd\x2d\x05\x91\xd6\x64\xfe\xc3\x9f\x7c\x18\x95\xbe\xeb\xc1\x3a\x9c\xdc\x1f\x03\xcc\x5b\x7a\x55\xda\xf7\xdd\xca\x9b\x56\x38\xa4\xeb\x2f\x17\x63\xf7\x80\x73\x40\x71\x30\xe0\x7c\xcf\x69\xdd\xc8\x6e\xc0\x4d\xd5\xd3\x4a\xdd\x03\x70\xdf\x17\xfa\x41\xb7\x08\x70\x77\x4b\x52\x37\xfe\x00\xb8\x95\x65\xbb\x5a\xbd\x04\xf8\xfd\xf3\x2a\x18\xef\x01\xa7\x86\x22\x16\x27\x1d\xe0\xdd\x3b\x96\x6c\xc7\x01\xb8\xb4\x1b\x31\x0e\x93\x00\xf6\xa7\xe7\x8b\x1d\x5c\x00\xdb\x1f\x3f\x2f\xd9\x5f\xc3\x57\x56\x1e\xf1\x96\x7d\xe8\x47\xa5\xed\x40\xe2\x04\x77\xd8\x27\x19\xdb\x42\x62\x1b\xcf\xf3\xed\x1c\xdb\xdf\xc4\x56\x5e\x5e\x43\x35\x47\x9e\x58\xe0\xa0\xff\x28\x9b\xb3\x8f\x58\xec\xe0\x7a\x6f\x27\xa7\x87\x58\x6f\x7f\xb8\x66\x9c\x9d\x2b\xb1\x8f\xf7\xa1\xb2\xce\x8e\x4d\x5c\xe1\xce\xba\x42\xb0\xbf\xa1\xbf\xad\xd7\xa5\x32\xbb\x21\x44\x3b\xbb\xe8\x3c\x97\xa3\x02\x03\xa6\xc7\x19\x4f\xce\x47\x68\x30\x05\xf8\x87\x03\xe9\x9b\x7f\x20\xf5\x3b\x15\xce\x98\x5d\x26\xeb\x50\x6b\x7e\x68\xc0\x0d\x80\x76\xc2\xaa\x45\xd6\x0e\xb0\x8d\xa6\x3d\x18\x36\xe6\x6f\x4e\x8a\xdb\x42\x7b\xc6\x88\xcf\x80\xe7\x55\xcf\x34\x2d\x5d\xc0\x7b\x60\xf0\x32\xfd\x32\xc0\x53\x38\x3e\xd7\x8c\x01\x78\x3c\xc9\xdc\x48\x7b\x09\xb8\x69\x2c\xdd\xcb\x3a\x02\x38\xff\xdc\x3a\xc4\xae\x19\x70\xb8\x77\x5c\xd6\x61\x2f\xc0\xed\xaa\x76\x72\x6a\x01\x38\xdd\x8d\xbb\x9d\xcf\x4b\xb9\xc9\x1e\x0a\xdb\x81\x98\xe6\x90\xf7\x55\x81\x63\x4f\xd8\x3b\x7b\x35\xf9\x72\xbe\x12\x34\x17\xeb\x46\x2f\xce\x79\x22\xc4\x69\xf5\x13\x7f\xbb\x53\x84\x97\xf3\xa4\x7b\xf9\xdc\x75\x84\xbf\xf3\x8a\x5b\xef\xec\x16\x12\xeb\xec\x9b\x2b\x5f\x71\x2f\x13\x4b\x1c\x7e\x5d\xd5\xe2\x4e\x27\x4a\x79\x95\x52\x1e\xac\x6c\x89\x5d\x19\xd1\xca\xa1\x9c\x56\xe6\x7d\x26\xee\x70\x8b\x4a\x7f\xf1\x52\x08\x01\xfb\x30\xfe\x5f\x1e\x88\x74\x5f\x94\x39\x6f\x3e\xb8\x57\x35\x64\x4d\x37\xf5\x1f\x04\x18\xfb\x18\x3f\x1c\x38\x0f\x60\x2e\x31\xbb\x30\xc4\x17\xb0\x4f\xb4\x6a\x19\xc6\x07\xdc\x46\x32\x58\xf2\x6f\xfe\x72\x31\xfe\x73\xf8\xb3\x34\x92\x00\xdf\x33\x01\x75\x06\x42\xc0\x37\x20\xde\xc6\x22\x06\xf0\x89\x9f\xea\xca\xf8\x01\xb8\x57\x2d\xbe\xc9\x8e\x05\xf8\x17\xb6\x5c\x74\x50\x04\x9c\xfa\x1f\xfb\xea\x6c\x0d\xd8\x8f\xbf\x79\xcb\xb5\x13\xb0\x7b\xf9\x4e\xdb\x6d\x0c\x60\xa7\x23\xea\x71\x9d\xd8\x7e\xd8\x2e\x5b\xd4\xe2\xb6\xe0\x7d\x3d\x37\x4a\xf4\xd0\xfd\xd1\xcb\x77\xdc\x0a\xd1\x07\x77\x93\x27\x6b\x78\xd5\xa2\x97\x1e\xa3\x6b\x2b\x79\x1b\x89\x51\xae\x8b\x6e\xeb\xf3\x7e\x12\x86\xfc\xdf\x95\x0c\x07\x1a\xa1\xe7\xba\xfe\x6a\x91\xc3\x0c\x82\xc1\x7f\x76\x49\xc6\xbe\x8e\xc8\x74\x5a\x7b\x2e\xdf\x41\x87\x58\xee\xb8\xf8\x44\x87\x43\x10\x51\x62\x7f\xfc\x98\x8e\xc3\x38\xe2\x2a\xaf\xb8\x78\x94\xc3\x0e\xe2\x09\x77\x26\xfe\xe1\xa2\xfe\xf8\xde\x62\xbf\x53\xc3\x90\xcc\xc9\xd1\x59\xad\xff\x4d\x86\x01\x98\xff\x34\xb8\x37\xb0\xf7\xbc\xef\x31\x3e\x3e\x38\x1f\x70\xd9\x60\x5a\x29\x7b\x14\xf0\x31\xa7\xf9\xca\xcf\x04\x02\xe3\x99\x2b\x94\x6b\x81\xa0\x14\xa7\xbd\xea\xa6\x40\xe0\x59\xdf\xf5\x86\x71\x40\xe0\xc8\xa8\xc1\x96\x61\x80\x5f\xf3\xe4\xd5\xcc\x0f\x80\xf7\x90\x85\x47\x79\xab\x01\xb7\x4d\x5b\x34\x9c\xc3\x01\xe7\xbd\x27\x9c\xdc\x32\xd1\xe2\xe0\x71\xeb\x94\x07\x81\xa7\x3c\xe6\x87\x61\xde\xc6\x02\x1f\xee\x6d\x51\xb6\xf7\xca\x4f\x73\x78\x1f\x44\xe1\xbe\xe9\xaf\x58\xf6\xbb\x44\x93\x7c\x07\x3e\xc9\x75\xd8\x2c\xca\xf4\xb5\xab\x3d\xe5\xa8\x25\x5a\xe3\x13\x50\xf3\xdc\xb1\x41\xb4\xdd\x67\x70\x65\x91\x93\xbc\xe8\x86\xd7\xc4\xcb\xa1\x4e\x19\xa2\x6f\x1e\xc7\xca\x1e\x3b\xdd\x25\x86\xba\xaf\x3e\x33\xc2\xa9\x8c\xb0\x73\xb5\x3f\xa1\xee\xac\x47\xf8\xf3\x23\x4b\xcc\x9c\xf7\x10\x09\x2e\x85\x87\xbe\x38\x6f\x23\xf2\x9d\xf2\x0f\x52\x9d\xd5\x88\x83\x0e\xa7\xff\x3d\x1f\x18\x01\xa4\xc6\x99\xcc\x22\xd7\x83\xa2\xae\x59\xaf\xea\x35\xea\xb8\xc8\x0c\x07\xac\xb3\xb4\xa7\xc9\x5c\x02\x9c\x66\xe8\x8f\x1f\xb4\x02\xf0\x0d\x32\x92\x95\xd5\x04\x82\xdf\x99\x6d\x95\x5b\xfe\x37\x27\x25\x72\x26\xf7\xfd\x98\x52\x20\xe2\xb0\xe7\x5d\x83\x5f\x40\x68\x4d\x18\x9b\xb6\x18\x08\xfa\x95\x92\xc7\xce\x03\xfc\x12\xe6\x55\x39\xe5\xa0\xdb\x73\x7b\xe1\x7d\xf7\xe1\xa8\xe3\x2f\x38\xe1\xed\xf5\x04\x87\x1c\x8f\xdd\xdd\xe8\xdb\x41\x84\xda\x17\x7d\x79\x17\x50\xf9\xbd\xd1\xc1\x59\x78\x39\x78\xf9\xeb\x0f\x8e\x77\x84\x57\x42\xa6\x3c\x31\x72\x1e\x22\xbc\x1f\x92\x74\x2f\xc7\x45\x43\xf8\x2a\x24\xac\x7a\x17\xdf\x41\xf8\x39\x24\xf6\xea\x25\xfe\x17\x91\x5a\xd0\x35\x69\x9f\xbc\x73\x36\xae\xae\xa2\x85\x7e\x47\x4f\x8a\x5c\x6f\x89\xb6\xf9\x1e\x2f\x31\x76\xdb\x2e\xba\xec\x93\x7e\x58\xd6\x2d\x5d\xf4\xdb\xb3\x7c\xbf\xc8\xf5\x05\x41\x75\x6b\xd8\x33\xc7\x75\x27\x11\xcb\xcf\xdd\xb9\xce\xf5\x34\x31\xc3\x85\xfc\xd5\x2c\xe6\xe3\xa4\x3c\x10\xc5\x5f\x8f\x7c\x7e\x50\x8b\xd7\xda\x4f\xf9\x01\x98\x72\x35\xf7\xf5\xdf\x06\xd8\x7d\x53\x7f\xdd\xff\x12\xe0\x29\xd2\xda\x3c\xb0\x1f\x10\x7c\x5a\xe7\xc8\xa0\x36\x20\x7a\xb5\x41\xd1\x50\x79\x20\x7e\xb6\x65\x81\xe2\x0e\x60\xdc\x54\xdb\x19\xaa\xc7\x80\x04\x37\xfe\x03\xfd\x73\x40\x6c\x63\xe0\x33\xda\x5a\x20\xfc\x46\xe2\x65\x5e\x13\x10\x48\xcc\x9e\xcb\x6f\x42\xbe\x4f\xd4\xc6\x18\xef\x47\x5d\x0c\x0f\xeb\xd2\xe4\xa0\x49\xed\x3b\x5d\x75\x6e\xea\x86\x1f\xfb\x2a\x72\x7e\xde\xe4\x1e\x85\xf7\x17\x9d\x57\x0b\x9a\x62\x56\x3f\xfe\xc6\x7f\x27\x68\x8b\x8d\xb9\x7d\xca\xad\x54\xd0\x13\x7b\xfc\xc6\x41\xb7\x9b\xc2\xf0\xa8\x6d\x57\xe4\xdd\x6b\x85\x39\x91\xe5\x65\xe9\x1e\x91\xc2\x13\xe1\xcf\x4f\x3e\xf5\xf8\x22\xfc\x1d\x1a\x75\x8c\xe5\xa9\x27\xd2\x0b\x2e\x3e\x5c\xe6\xb9\x52\x34\x36\xd0\x7d\x7f\x89\x67\x8f\x68\x89\x7f\xe5\xde\xbd\x9e\x1b\x44\xa7\x7c\x37\xef\xbc\xec\xb9\x59\xf4\xde\xdb\xb9\xe8\xbd\xe7\x3d\x42\xce\x73\xec\xe6\x37\x9e\xc5\x04\xd3\xdd\x93\xdc\x17\xa7\x89\xeb\x60\x46\xe6\x0b\x0e\x29\xd4\x20\xe7\x83\xd4\xff\xb7\xe6\x2b\x28\xf5\xfe\xb7\xc3\x01\x39\xf2\x39\xc2\x77\xf1\x30\xb2\x5e\x31\x31\x1a\x93\x06\x7c\xfb\xcb\x83\x4c\x54\x32\x0a\x97\xeb\x04\x26\x8f\xb2\xfe\x3d\xea\x06\x30\xc9\xdf\xfe\xb4\xee\x69\x20\xd9\xce\x67\x69\xef\x73\x63\x6c\x64\x5c\xac\x93\x6f\x67\x53\x84\x7d\xd6\x4b\xef\x4b\x6d\xa6\xc1\x85\x2b\x4e\x85\x74\xb7\x64\xf8\xbb\xed\xdf\x17\x23\xf3\xba\xd3\x7b\xfd\x95\x47\x09\xfa\x2f\xb2\x3c\x2e\x3f\xbf\x98\x78\xf1\x69\xb0\x7b\x5a\xf7\x8d\x64\xe5\x9a\x4e\xcf\x7c\x81\x76\xd2\xa6\x2b\xa5\xde\x73\x04\x01\x89\x35\x17\x54\xbd\x1b\x05\x47\xc6\x0d\x3b\xd5\xe6\x53\x2b\x68\x8a\x8f\x2d\x1d\xeb\xeb\x27\x64\xc4\x5e\x38\x3c\xc0\xb7\x43\x98\x15\xbd\x6e\x9f\xba\x1f\x43\x58\x11\x71\x70\xf7\x5e\xbf\x71\xc2\xe6\xf0\x80\xed\x0e\x7e\x73\x45\xe6\x21\x99\x45\x4b\xfd\xf2\x45\xee\xc1\xfe\x85\x8a\x7e\x85\xa2\x22\xff\x1d\x1b\x72\xfd\x52\x44\x17\xfc\x0c\xd7\xdd\xf0\xad\x14\x7d\xf1\x2e\x26\xf7\x03\xd3\xde\x71\xf5\x9b\xa4\x49\xed\x55\x25\xc3\xd1\x64\x4e\x8e\xa1\x82\xbc\x17\xe9\x7b\xfe\x18\xd8\xde\xab\xee\xf7\xfb\xf7\x90\xbe\x57\x3d\x85\xe4\xd0\xc7\x7f\xec\x47\xe6\x04\xa4\x27\x8a\xeb\x22\xe5\x41\x72\x16\x98\x6e\x51\x56\x01\x66\x7e\x65\x5e\xd0\xcc\x02\x32\x0f\xbb\x79\x5b\x1e\xff\xb9\x22\xb5\x7f\xf8\x12\xe7\x1f\x2d\xfb\x13\x72\x52\x3b\x83\x33\x5f\x4e\x8b\xd9\xb3\x48\x26\xb6\xdf\x63\xa3\x70\x6c\x4b\x4b\xcc\xb8\xdb\x18\xc2\x39\x9b\x9d\xaa\x77\xb3\x34\xa0\xf3\x3e\x26\x0b\x2a\x0b\xfc\x3e\xb4\x6d\x9e\x9a\x79\xd1\x3e\x80\xd5\xd3\x7f\x4a\xd5\x89\xca\xc0\xc3\x3d\x05\x93\x02\x8e\x86\x06\xc5\xf4\xbc\x9f\x78\xf3\x80\x4f\xf0\x13\x81\x52\x4a\xd9\xee\xac\xe0\x32\xc1\xd6\xc4\xd0\xed\x15\xc1\xbf\x05\xcd\x09\x0d\x5b\xda\x42\xac\x85\x56\x63\x79\x85\xc7\x82\x6f\x09\x57\x45\xef\x5c\xef\x1a\xa2\x2c\xbc\x11\xb9\x64\xcd\x95\x10\x8e\xb0\x2d\xfc\xf1\x4a\xff\xe0\xb1\xa2\xf0\x60\x9f\x82\xfa\xe0\x5c\x51\x5a\xd0\xc4\x7c\xd9\x60\xba\xe8\x8c\x5f\xeb\xdf\x79\x40\xa1\x8c\xde\x40\x9e\x0f\x2f\x95\x8a\x7a\xd5\xea\xb3\xcc\x36\xd2\xff\x96\xf4\x79\x90\x72\x10\xe3\x0b\x28\x7d\x7c\x70\x69\x2e\xc6\xa2\xaf\x43\xc9\xdf\x23\x79\x77\x75\x2e\xca\x19\x02\xf9\x16\x56\xc5\x63\x6a\x3b\x86\x2d\x74\x75\xb8\x6c\xa9\xd7\xfc\x3a\x27\x27\xe0\xb8\x73\x4b\xfd\xf2\x29\x13\xc7\x59\x86\xa5\xdf\xd6\x4c\xae\x9b\x39\x29\x51\xe6\xda\x99\xf1\x8a\xeb\x54\xd2\xde\x96\x09\xe3\x6e\x1f\xbd\x99\x71\xfd\xd4\xab\x68\xfe\xcd\x98\xec\x96\x63\xfe\x11\xc7\x9b\xf9\x33\x57\x1c\x7e\x14\xe1\xd1\xdd\x6f\x26\x75\xf7\xd1\xc8\x17\xdd\xeb\xb2\x2a\xb6\xb9\x47\x65\xf5\xa8\x65\x68\x6c\x0e\x8b\x3a\xd3\xb3\x6c\xf2\xef\x0d\x5b\xa3\x2a\x7a\x7a\x52\x17\xae\x49\x8d\x4e\x14\x78\xa6\x28\xae\x3a\x1a\x55\x20\x38\x9d\x98\xb2\xec\x72\xf4\x58\x61\xbf\x84\x0b\xf9\x53\x22\xdb\x85\x99\xb1\x51\x4b\xb7\x44\x7a\x09\xaf\x44\xf9\x2c\x5a\x11\x59\x2d\x6c\x89\x28\x5e\xf0\x29\xd2\x5e\xa4\x13\x66\x34\x4f\x23\xd2\x48\x14\x15\xbc\xf9\xef\x3c\x90\x63\x29\xac\xee\x55\xe3\x17\x03\xc8\xef\xd9\xee\xb1\x78\x7c\xfe\x2b\x28\x7d\x38\x88\x29\x0d\x62\xcd\x95\xf4\x49\x91\xe6\x82\xac\xf5\xa3\x90\xfc\xcc\xe6\x17\x63\xbc\x65\x04\xbf\x92\x37\x59\x19\x47\x8f\x52\x78\x9f\xba\x36\x95\x9d\x65\xf6\xb3\xfe\xe6\xb2\x06\x2f\x43\xc7\x9a\x9b\xc7\xe6\xef\x8a\x5e\x13\x72\xa9\x2c\x79\x7a\x46\x7a\x76\x72\x50\x49\xfe\x54\x66\x9e\x59\x46\xc1\xbe\x8c\xb4\xef\x7b\x5c\x67\xbc\xdc\x4e\x4b\x61\x5d\xb6\x9d\xc3\xdd\xd4\x9d\xe4\xd4\xd0\x34\x4f\x76\xfd\xd6\xf1\xe5\x9d\x1f\xe6\xa7\xae\xe2\x27\x72\xbb\x4a\x67\x57\x2d\x5b\x9b\xb8\xba\x3b\x7a\x46\xfc\x92\xee\xc4\xb2\xee\xc6\xcc\xba\x45\x47\x12\x27\xf6\xf8\x4f\xcd\x5b\x60\x34\xfe\x5e\xcf\xe3\x49\x13\xe6\xbe\x1b\xaf\x2c\x08\x4a\x09\xcd\xd5\x19\x57\x29\x28\x4a\xaa\x9b\x9d\x9b\xe0\x24\xd4\x89\x7f\x35\xf3\xeb\x38\x96\x90\x1a\x1f\x3a\xf3\x67\xbc\xa1\xb0\x28\x66\xe4\xf4\x8e\xb1\xbb\x84\x6f\x22\x75\xb3\x4e\x8c\xe5\x89\xf4\xc2\xc8\x5b\x53\xa3\xc8\x79\xaf\x7e\x5d\x96\xcc\x59\xa4\x4b\xc6\xeb\xd6\x22\xd6\xb8\xba\xbe\xdf\xff\x5c\xc9\x7d\x6f\x69\x7f\x98\xc2\x12\xb1\xee\x3a\x44\xbe\xf7\x3e\x70\x70\xba\x02\x8b\x42\xf9\xe0\xb8\xdf\x4a\x37\x45\x79\xcc\x33\xa7\x5d\xe9\x74\x47\xa3\xe2\x5b\x3a\x5b\xb9\x2e\xf7\xb8\xc1\x17\x96\xae\xb3\x09\xf5\x09\xb8\x71\x44\x7d\xd9\xd6\xe4\x17\xe3\x97\x6f\xd1\x9e\xd7\x3c\x67\x71\x96\xf3\xca\xee\xd9\xbc\x4d\xab\x66\x2f\x5f\x32\x6b\x46\xd5\xa9\x6d\xf3\xb3\xe7\x19\x67\x95\xd7\x5d\x5f\x74\x72\x56\xf4\xb4\x13\xad\x4d\x4b\x34\xa7\xb7\x4e\x33\xe9\xbc\xb1\xe0\x4d\xd6\xbc\x8c\xf3\x5d\x39\xb9\x6b\x32\x57\x4f\x39\xd0\x1d\x36\xa3\x6e\xda\x86\x29\x1a\xdd\xa5\xd9\xe3\xa7\x7e\x9a\x7c\xa4\x27\x61\xaa\xee\x94\xf1\x93\x0a\x7a\x3e\xa6\xbd\x49\xff\x99\x06\x81\x5a\xaa\xcd\xe4\x77\xa9\xa7\x05\xab\x27\x38\x4d\x0a\x4f\x0d\x10\x3c\x1e\x7f\x36\xf5\x66\x4a\x93\xd0\x67\xac\x61\x6a\x43\x72\x88\xb0\x30\xc6\x72\xe2\xd7\x09\xda\xc2\x77\x11\x6d\x80\xac\x99\xac\xb8\x5f\x94\xc4\xff\x97\x72\x20\xe1\xaf\xc4\x9a\x26\xa9\x4b\xee\x4d\x4a\x1f\x0e\xa0\x68\x8a\x58\x0f\x92\xbe\x66\x87\xa6\xd8\x0f\xfe\xb0\xf4\x64\xf3\x80\xfb\x14\xca\xf3\xd0\x53\x86\xea\x29\xc3\xea\xef\xdc\x3a\x16\x64\x7e\x5e\x27\xaa\xfc\xf4\x11\x16\xef\x3c\xd3\xa8\x64\xf6\xde\x43\xfe\x8a\x5e\x51\x45\x2f\xb7\x45\x24\xb4\xc4\xae\x58\x76\x7c\x43\xc4\xf4\x82\xf4\xcb\x73\xdc\x56\xbf\x5c\xf3\x6e\xc6\xd9\xac\x8c\x95\x09\xa5\xbe\xb3\x3d\xd3\x8f\x16\x38\xdc\x2e\xc9\xdd\x98\xba\x65\x59\xdd\xc7\x85\x73\xa7\xa7\x9c\xcd\xfb\xd4\x75\x6d\xf6\xfe\x94\xd4\xc5\x75\xdd\xd1\x33\x8a\x93\xdf\x2c\x78\xd5\xfd\x3b\x33\x3c\x79\xef\x3c\xb7\x9e\x09\x53\x95\x93\x53\xe6\x44\xf5\x3c\x9b\xb4\x24\xb9\x7f\xce\x17\x81\xc3\x44\xe3\xa4\x9f\x33\xa7\x0b\x8a\x93\x26\x4d\x18\x9c\x5d\x25\xf8\x3e\xee\x5d\xd2\xfe\xcc\xf7\x42\x66\x3c\x2f\x51\x6d\xda\x07\x61\x51\x0c\x7b\x7c\xfd\x34\x45\xe1\xc5\xa8\x8f\xe3\x8b\xa6\x94\x09\x3b\x23\x9c\x01\x75\x65\xf1\x7c\xb6\x95\xf0\x0d\x52\x0e\x64\xc2\x5c\xc9\xfa\x97\xf8\x7d\x2b\xe5\xc5\xba\xcd\x5d\xac\x47\x48\x1e\xe6\xe7\xa1\x93\xe4\x7c\x79\xdf\x74\x9e\xe4\x85\x1a\x16\x97\x93\x1c\x41\xdd\xfe\x6b\x2f\x54\xb3\x29\x94\x6b\x8a\xe5\xc5\x86\x91\x63\x46\x9e\x68\x29\x5b\xc2\x7a\x6e\x79\x7a\x37\xf5\x74\xba\xa7\x8f\x73\xfa\x6a\x56\xa9\x4a\x4c\x5c\xe8\xd9\xd9\xcf\x0e\x36\x66\xc8\x4d\x78\x3b\x75\xf0\x3e\xe1\xca\xc1\xe9\xf4\x14\xf6\x5e\xe5\x23\xce\x19\x6f\xc7\x39\xec\x4e\xad\x7e\x9e\xa5\x11\xa7\xb1\x8b\xf6\x5e\x2b\x4b\x18\x93\xb3\x43\xb5\xbb\x21\xd3\x2f\x26\x7e\xab\x67\x4f\xf4\x94\x92\x58\xd9\x8d\xd9\x3d\xe7\x27\x09\x62\xa7\xaf\x1d\x2e\x18\x9d\x3a\x24\x86\x58\x35\x5e\xb0\x60\xc2\x9a\x58\xb5\xe5\xed\x82\x07\xe3\x2b\x63\x7e\xe4\xd5\x09\x8d\xe2\x0f\xc6\xee\x58\xd4\x28\x8c\x8b\xdb\x11\x43\x2c\x58\x23\x3c\x11\xed\x1f\x33\x69\xde\x02\xe1\xaf\x88\x71\xd1\xfa\xb9\x6d\x22\x9f\x90\x95\xd1\x1d\xb3\x2f\x89\x02\x43\x02\x00\x12\x73\xea\x3d\x0f\x1e\x48\xf6\x01\x89\xff\x3d\x43\xf2\xdf\x2b\xa9\x94\x3e\x1c\xc4\xd1\x63\xe4\xf7\x3f\xef\x1c\xd9\x2f\xa7\x65\x83\xd8\x0f\x6e\x70\xbd\x4e\xfa\xe2\xf7\xfc\xab\xcb\x49\xdf\x67\xf4\x1d\xeb\x61\x33\x29\x94\x33\x27\x6e\x8f\xd4\x6a\x56\x7c\x7d\x60\x71\xf5\x51\xda\x6b\x43\xed\x8d\x1d\x95\xe6\x2e\xaf\xd8\x1b\x16\xbd\xbf\x12\x1a\xd6\xe9\x93\x34\x55\xfd\x82\x7d\xda\xf7\xd8\x5d\x49\x07\xcf\xaf\x5e\x16\x30\x7e\x65\x6c\xf9\x39\xcd\x83\x1a\xc9\x1e\xe1\x67\xce\x54\xdf\x08\x9f\x38\x33\xf8\xe2\xe9\xf7\xef\xe4\x53\x19\x41\xc3\x4e\x05\xf6\x60\xa2\x46\xd0\x91\x92\xf5\x82\x90\x09\xbb\x83\xa3\x0e\x3e\x14\xec\x4d\xa4\x05\x1f\xdf\x3b\x40\xd0\x91\x30\x23\x38\x7b\xa7\x81\x30\x38\x4e\x21\x64\xdd\xd6\xd1\xc2\x19\x31\xef\x43\x66\x14\xea\x0b\x6f\x46\x9e\x0a\x35\x5e\x47\x08\x5f\x45\xbc\x0c\x55\x5f\x13\x20\x52\x0a\xab\x08\x69\x5c\x69\x25\x0a\x0a\x6e\x0b\x39\xb3\xec\xab\x68\x65\x20\x27\x98\xc8\xd7\x17\x55\xfa\xad\x04\xb8\x71\xe2\xf1\x45\xff\x10\xeb\x34\xc9\x7e\xb0\x4c\x32\x2f\xa4\xfe\x67\xe9\xe9\x5e\xfd\xf5\xf4\x02\xe9\x7b\xb5\xb4\x5e\x25\xdf\xbb\x3e\x2f\xac\x26\xf7\xc9\x7b\x27\xef\x90\xfe\x77\xc5\xfc\xfb\xe4\xbc\x3a\x63\xf1\x84\x41\xfa\x3e\x13\x9f\x96\xa8\xfe\x1e\x84\xa2\xd7\x8f\x45\x66\xc6\xea\x6b\x0b\xe6\x3d\x1c\x60\x6f\x6d\x55\x9c\x93\x5c\xbb\x26\x70\x9f\xd3\xf5\x09\x07\x6e\x6f\x48\xa6\x06\xc5\xc4\x5c\xbc\x75\x6e\x89\x7d\xf8\xe5\x90\x1f\x35\x97\xf7\x4e\x8e\x3e\xe8\x6f\x7e\xf3\xf4\xb5\xb9\x71\xfd\xbd\xad\x6e\x52\x5f\x6b\xc6\x9d\xf1\x4c\xad\x3e\x29\x54\x8b\xbd\xe1\x79\xf9\x9a\x9c\x30\x25\x9a\xed\x45\xbb\xa8\x2f\xdc\x1b\xc9\xf1\x8e\x3b\xbd\x51\x58\x1e\xb1\xdc\xfb\x51\xa9\x40\xf8\x3b\x6c\x82\x8f\xe6\x61\x05\x91\x7d\xf0\x7a\x9f\xdf\xfb\xc7\x8a\x3c\x83\xdd\x7d\x79\xbb\x47\x8a\x72\x02\x9d\x7d\xfb\x6d\x5f\x2e\x3a\xe5\xb7\xc9\x77\xca\xd6\x74\xd1\x2d\xdf\x75\x3e\x41\x9b\xae\x12\x23\x3d\x4f\xfb\x4c\xdc\xa8\x4e\x58\x7b\x04\xfe\x5d\x07\xd2\x7d\x60\x71\x93\x58\xb7\xa4\xfd\xfb\xfd\xff\xa6\x89\xc7\xff\xe9\xa1\xb8\x3f\xd0\xcb\x90\x5b\xe4\xbe\x59\x97\x56\x37\xa6\x57\x6f\x04\xd7\x93\xf3\xe3\xdc\xc7\xe7\x7a\xe4\xf8\x8d\x5e\x93\xf5\xdd\x15\xd7\x6c\xae\xf0\x96\x42\x59\x5b\xf3\xee\x95\xbe\x9a\xf2\xd0\x05\x87\xdf\xec\xb7\x95\x35\x60\x4f\x55\x7d\xa5\xee\xe3\xc9\xbc\x14\xb7\xe2\xc5\xaa\x71\x27\x5d\x3b\x42\x65\x9e\xf7\xcc\xff\xe0\x3d\xde\x97\xf5\xfc\xf8\xce\x43\xfe\xa3\xdc\x73\x9e\xf3\x2f\x6f\x08\x1c\xeb\x52\xdb\xf0\xea\xe5\x82\x20\x4d\x67\xbf\x86\x4b\xc2\x69\x81\xda\xce\xf7\x1e\x72\x45\xc1\x01\xc6\x2e\xc3\xee\x0c\x14\x2d\xf2\xf3\xe3\xcb\xde\x18\x23\x5a\xe5\x47\x73\xf9\x76\x65\x93\xa8\xda\xfb\x14\xdf\xf4\x42\xa4\xa8\xd5\x6b\x20\xbf\xf8\xf4\x03\x62\x98\x47\x05\xbf\xf2\xd8\x6a\x82\xed\xb6\xcd\xed\xc8\x91\x7c\x42\xcb\xc3\xc3\xed\xf7\xc1\xd5\x04\xcd\x7d\x9a\xdb\xc2\xbd\xdb\x89\x14\xfe\x1a\xf7\xf1\x3b\x2d\x89\x2c\xfe\x08\x20\xd1\x59\x72\x0e\x48\xe6\xc1\x26\xc9\xf3\xc1\x51\x32\xff\xa6\xf3\xa2\x98\x03\xfb\xfc\xb9\x8a\xe4\xc6\x1a\xb5\xc4\xb9\x40\x0f\xb4\x1e\x90\xb9\x21\x55\xd3\x9e\x91\x7d\x53\x2e\x34\xbf\x26\xfd\xdf\x63\xb4\xf7\x64\x5e\xcc\xee\x13\x9f\x49\x5f\x64\x9d\xf1\xb7\xca\x5e\xcd\x5f\xde\x3e\x4e\x3d\x7b\x88\xea\xcc\xf0\xef\x43\x68\x72\x63\x96\x24\x97\xb4\x0a\xdd\x02\xcc\x46\x86\x7b\x7d\x5d\x1a\x3b\x97\xad\xee\x67\xf3\x35\x71\xf6\x37\xfb\xc5\x6e\xfb\xbf\xde\x2a\x32\x75\xd6\x71\x32\xfe\x7a\xfa\x82\x1c\x9f\xc7\xdb\xf3\xf5\xc0\xb3\x93\xfc\x46\xee\xb8\x56\xfd\xee\x39\x2e\x75\x5c\xbb\xf7\x16\x44\x9c\x73\x04\x37\xbd\x91\x4e\xa4\x3a\x3d\xe4\xfe\x7e\x12\x43\x4c\x75\xba\x2c\xed\xe7\xc1\x5b\x70\xf3\x21\xb1\xd5\xa1\xd2\xde\xe6\xfa\x71\x62\x9b\xc3\x1b\xde\xa7\xcb\x0f\x88\x0a\x5e\xa5\xa3\x6c\x99\x17\xb1\xd5\x31\xc3\x41\xe6\x8c\x2c\x51\xcf\x7d\xec\x30\xe2\xf8\x4d\xa2\xcd\x6e\xa6\x43\xe3\xd1\xd7\xc4\x37\xbb\xd5\xc0\x2c\x09\x0f\xb4\x4e\x72\x1e\x1e\x8e\xed\x55\xa1\xfa\x25\x72\x3e\x7c\xa5\x57\x91\x3c\xc4\x6b\xff\x5a\xd2\xef\x7e\x58\xf2\xe4\x75\xaf\xde\x5c\xfe\x92\xec\x17\x51\x9e\xde\x14\xdd\xab\x27\x6f\x7e\x22\xf5\x40\xe5\x77\xd2\x1f\xdd\xc2\xef\x20\xcf\x8f\x65\xd9\x02\x92\xa3\xc8\x5d\x0e\x28\x8e\xa3\x50\xa6\x5c\x05\x8c\x57\xcb\xdf\x8e\x37\xc2\x7b\x07\x37\xcd\xdb\x01\xed\x90\x0b\xd7\x36\x6b\xf6\x48\xc4\x95\xec\x2d\x34\x19\x27\x47\x14\x6e\xb4\x66\x54\xd9\xb5\x63\xfa\xa9\x9f\xcc\x22\xf6\x00\xc4\x3d\x78\xc0\xfa\xc5\x3a\x8c\xdc\xef\x6d\xcc\x8b\xac\xf1\x02\x27\xf8\xd9\xe8\xb2\xfc\xbf\xad\x03\xcb\xa6\x8d\xf9\xb8\xe5\x2c\x9c\x19\xaf\x99\x9f\x5e\xd5\xc2\x99\x71\x9e\x15\xfe\x74\x15\x78\x36\x32\xb6\xda\x0f\x72\x40\xb5\xf9\x64\xeb\x7c\x27\x1b\x5c\x1b\x1b\xdb\xa5\x55\x75\xe0\x33\x4a\xd8\xbe\xd7\xce\xc0\xd1\x46\xdd\xb6\xf4\xf2\x1d\x44\xd1\xed\x39\x5a\x65\x49\xf0\x62\xec\x05\x56\x8e\x10\x8f\xff\x80\x9d\x58\xcb\xc9\xf9\xff\x8d\x53\x2d\xce\x41\x3a\x21\x1e\xff\x93\x3c\xf1\xf7\x7e\xab\xee\x35\xc9\x0d\x5e\xf5\x6f\x21\x7d\xe1\xb3\xe3\xda\xc8\x7f\x57\x3c\xb0\x83\xe4\xc7\x76\xcc\xe8\x21\xff\xbe\x76\x04\x0e\xf6\xea\x3c\x13\x89\xef\x99\x08\x0c\x5e\x4d\xa1\x24\x8d\x07\x0c\x66\x0c\x33\x8a\xa0\x03\x76\xb1\xa3\xdb\xbd\x77\x03\x81\x6f\xf5\xba\x5d\x3d\x80\xc9\x7c\x93\x64\xfb\x8d\xf8\x9e\xbf\xd8\xec\x23\xbb\x1d\x4f\xf7\x16\x5b\xda\x33\x9f\xe3\x46\xf9\x2c\xab\xdd\x8c\xdd\xa8\x7d\xbc\xd8\x4a\x85\x2e\x44\xf3\x27\x25\xcb\x4c\xfa\x6d\x00\xcd\x66\x8b\x69\x9b\x05\x3b\x01\xa3\xb9\x34\xaf\xef\x07\xf1\xdb\xd8\x9b\x46\xf9\xa8\x85\x2f\xc6\xfe\x34\x8d\x37\xf7\xf0\xd6\xf8\x38\xad\xa6\xe1\x2c\xea\x4c\xea\x69\xdf\x1f\x7d\xc7\x5d\x93\x47\xb4\x8e\xda\xd9\xa8\x33\x49\xa3\x4f\xbe\x9d\x86\xb3\x66\x87\xad\x57\x55\xe9\xa3\xd6\x24\x1d\xd8\xad\x28\x1e\x7f\x19\x99\x93\xf4\xbd\xfc\x06\x99\xf7\xd3\xf4\xe1\x01\x59\x8f\xa7\xeb\x25\x1c\x58\xbf\xa6\xc5\xe4\x39\xf0\xf6\x8b\xd8\xff\x66\x7f\x27\xf7\xcf\x92\x4b\x9d\x62\xff\x6f\xad\x98\x0b\xd8\x28\xf1\x33\x97\x24\xf4\xf5\x3d\xe3\x43\x80\xde\xdf\x25\x31\x2c\x40\x2f\x7c\xc8\xa5\x40\x05\x80\x79\x58\xb9\xcc\xa3\xf7\x97\xdb\x4e\xad\x11\x4e\x05\x40\xd2\x0b\xdd\x79\xdc\x27\xc0\xdc\x1e\x43\x7f\xd6\x15\xa0\xf0\x83\x91\x0f\xe3\x08\x70\xf4\x8e\xf1\x58\xeb\x72\xe0\x9a\x8c\x89\x9c\x75\x14\x50\x57\x6a\xea\x4a\x1b\x06\xbc\xa3\x1b\xaf\xa4\x29\x00\x3d\x7c\xc3\xb5\x7f\x72\x0c\x36\x0b\xe5\x00\xb5\x4e\x73\xcf\x9f\x4c\x40\x73\x81\xf9\xea\xcf\x72\x80\xd6\x67\x73\xaf\xa6\x50\x40\xeb\x85\x85\xc9\xcb\xdb\x80\x4e\x9e\x85\x7e\xfd\x67\x40\x27\xc7\x72\xfe\x43\x3b\x40\x6f\x27\x70\x26\x85\x3c\x07\xbf\x54\x11\xe4\x73\x90\xc1\x03\x72\xdc\x0d\x97\x5f\x90\x5c\x64\xed\xcb\x66\x73\x72\x1f\x18\xfe\x95\xe4\x9f\x2e\x85\xff\x26\xd7\xcd\x49\x25\x11\xf9\x3c\xb5\xff\x42\x5f\xff\x73\xb9\xa4\x2f\xca\x2c\x49\xdf\x84\x89\xfb\xc4\x2a\xee\x14\x4e\xa1\x84\xbc\x07\xb4\x8f\x0c\xca\xf2\xda\x07\xd0\x8f\x29\xcc\x70\x3e\x06\xb8\x97\x8f\x86\xf4\x9e\x3f\xfb\x0e\x90\x7d\x5e\xeb\x17\x6b\x05\x50\x50\xa6\xf7\xda\xba\x0a\xd8\x39\x4a\x77\x1f\x8d\x0b\x94\xae\xd5\xdb\x4e\xf5\x02\xca\x33\xf5\x57\x58\x29\x02\x77\x1c\xf4\x8d\x2d\x77\x03\x2f\xd3\xf4\x47\x5a\x56\x00\xdf\xb6\xeb\x25\x59\x2e\x20\xeb\x11\x69\x42\xe6\x5c\x8c\xfc\xa0\xb7\xaa\x57\xe5\xb5\x0c\x65\x3a\xe2\x01\x95\x20\x83\x8f\xad\xe7\x00\x95\x76\x83\x45\x2d\x0d\x80\x0a\x61\xf0\xe6\xcd\x25\x60\x44\x5b\xb7\x52\xe5\x71\x0a\xc9\xc1\xdd\x97\x23\xcf\x81\x71\x62\x0e\xee\xc1\xd4\x16\xf2\x39\xb1\xfa\xda\x37\xf2\xf9\xf9\x4a\xbf\xae\x98\x5e\x3d\xbd\x07\xde\x94\x7f\xee\xc1\x6f\x95\xf8\xda\xab\x94\xfb\xfa\xdf\x19\x12\x5f\x57\x7a\xff\xdf\x5f\xc2\x09\xb9\x2b\x03\x4a\xa0\x50\x9c\x2b\x01\xcb\xe1\xc3\x94\x79\x22\xc0\x65\xa8\xca\x7a\xb6\x0f\x10\xf6\x7c\xe4\x6d\xdb\x50\x20\x7d\x90\xba\x0f\x23\x1a\x98\x77\x45\x43\x99\x36\x1a\x58\x7b\x46\xe3\x90\xd5\x05\x60\x57\x8a\xe6\x0f\xcb\x2a\xa0\x64\x93\x56\x97\x85\x1d\x70\xbe\x43\x2b\x51\x7a\x6f\xdf\xdc\x1f\x78\x9a\xa5\x3d\xc6\x5c\x17\x68\x71\xd7\x4a\x37\x8f\x06\xba\xab\x34\xf6\x19\xef\x20\xeb\xc1\xd2\xfd\xde\xab\xc3\xa9\x5a\x53\x7b\x75\x48\xa5\xdc\x13\x82\x24\x55\xe4\xd6\x74\xda\xf6\xea\x97\x43\x75\x1c\x72\x1f\x0c\x16\xf7\x07\x7a\xb8\xe0\x3d\x79\x6e\xdc\x8a\x6f\x27\xc7\x7b\x35\x58\xbc\xde\xcf\x4a\xf2\x11\x0e\x4b\x7c\xe0\xed\x23\xd0\x37\x07\x40\xa2\xd3\x9b\xc5\x9a\xf2\x48\xac\x11\x12\xff\xf7\x4f\xfe\xc1\x41\x60\x08\x87\x42\xe1\x7e\x01\x4c\x02\x86\xe8\xd8\x3a\x02\xf6\x23\x15\x8c\xe8\x47\x80\x80\x2d\x8a\xab\x68\xd6\xc0\xb8\x56\xe5\xb3\x56\x02\x20\x5b\x66\x64\x8e\xe5\x04\x60\x49\xe0\x68\x47\xf3\x34\x60\x43\xe1\xe8\x76\x73\x0b\x60\xc7\xf0\x31\x4c\xd3\x66\xe0\x88\xdd\x98\x89\xa6\x59\xc0\xd9\x39\x6a\x7c\xd3\xc1\x40\xe5\x72\xb5\xe7\x26\x99\xc0\xfd\xb1\x6a\x4b\x4d\x38\xc0\x2b\x7f\x35\x45\xe3\x73\x40\xeb\x43\x55\x73\xa3\x48\x40\x14\xae\xf2\x49\xef\x11\x39\x3f\xa2\xb5\x67\xf4\xea\xd0\x61\xf2\x3b\x41\x26\x3d\xbc\x39\xf1\xa2\x54\xbc\x0f\x7c\x20\x3f\xe7\xdd\xf2\x9f\x23\xc9\xe7\xa1\x5a\x01\xb9\x6f\x9e\x93\xcc\x77\x69\x1e\xce\x1f\x0e\x46\xa2\x79\x92\x79\x21\xcd\x41\x90\x72\x20\xf1\x92\x7e\x1a\x41\x92\x5c\x25\x97\xe5\x62\x65\x5a\x00\x83\x07\x52\x28\xb6\x6d\x80\x11\x67\xd0\x83\xde\xf5\x6f\x6b\x20\x67\x4b\xdb\x0f\x78\x29\xca\x8f\xb4\x74\x05\x62\xd2\x14\x26\x59\xa8\x00\x93\x7e\x28\xe5\x9b\x47\x01\xb3\x95\x54\xa6\x99\x16\x01\x79\xe7\x54\x3a\x4d\x6f\x03\xeb\xbe\x8d\x6c\x35\xc9\x03\xb6\xfb\x8c\x52\x34\x8e\x04\x0e\x2d\x19\x35\xc6\x78\x1a\x70\xaa\x6c\x74\xbc\x51\x2a\x70\x79\xc5\xa8\x57\x86\x5b\x81\x9a\xab\xa3\xf8\x86\xfb\x80\x27\x07\x47\xa5\xea\x9f\x05\xde\x35\xab\x68\x1a\xf8\x02\xdf\x34\x94\xdf\x1b\xca\xf7\x8e\x5f\x69\x92\xf6\x19\xb2\x1e\x51\x0d\x2b\x3e\x90\x79\x6a\x75\x05\x3f\xc9\xe7\x81\x1b\x51\x22\x92\x03\xfd\xc3\x01\x49\xf6\xb9\x5d\x12\xae\x67\xc3\x75\xc9\x3e\x20\xcd\x43\x91\xcc\x8f\x4c\x75\x09\x07\x92\xdd\x77\x1e\x78\xb7\x88\x95\x97\x2e\x56\xcb\xb5\x40\xbf\x35\x14\x0a\x43\x0b\xd0\xcb\x1a\xd0\x4e\x5b\x0c\x30\xfc\x86\x32\x2c\xdc\x00\xe7\xbd\x43\xb7\x9a\x0d\x05\x42\xec\xe5\x54\x4d\x6c\x80\x71\x67\x86\xab\x99\x0c\x04\xa6\x85\x2a\xb8\x19\xf7\xfe\xd2\xcb\x57\x54\x36\x59\x09\xe4\x9b\xa8\x0c\x34\x5a\x04\xac\x7e\xa9\xac\x67\x58\x09\x14\x95\x2a\xd7\x1b\xca\x01\x7b\x8f\x29\xb7\x1a\xdc\x06\x4a\x9b\x54\x8e\xea\x5b\x02\xe7\xdf\x28\x4f\xd0\x53\x07\xae\xdb\x29\xcd\xd0\xe7\x00\x77\x05\x2a\xa3\xf5\x55\x81\x86\xdd\xca\x65\xba\xa5\x40\xf3\x22\x45\x73\xbd\x5d\xc0\x8f\x24\x45\x93\xfb\xc7\x7f\x92\xcf\x3f\xd5\xad\x62\x1e\xe8\xe2\x18\xf1\xe7\x2d\x95\xe4\x3f\xed\x96\xf0\x0c\x85\x92\x7d\xae\x40\x15\x7d\x78\xb0\x19\x12\x5e\x2a\x55\x92\x87\x12\x1f\xd8\x97\x03\x71\x2b\x13\xab\x6d\x87\x58\xcd\xb6\x02\x94\xbb\x14\x8a\xd5\x19\x40\xf3\x9b\x4c\x3f\xb3\x1b\x80\xf9\xb4\x41\x5d\xc6\x0b\x01\xee\x9b\xc1\x17\x8d\xbf\x00\xbe\xcb\x64\x09\xe3\x1b\x40\x2c\x55\x6e\x88\x41\x07\x90\xb2\x79\xd8\x29\x83\x36\x20\x33\x61\xb8\xac\xe1\x74\x20\xf7\xae\xfc\x5d\xc3\x55\xc0\x12\x05\x85\x87\x86\x73\x80\xd5\x85\x4a\xa3\xf5\xbf\x02\x9b\x7f\x2a\x6e\xd5\xd7\x01\x76\x31\x15\x67\xeb\xe5\x02\x87\x4f\x29\xae\xd7\x5d\x04\x9c\xcc\x53\x1c\xa0\xd3\x0c\x5c\x0a\x50\x38\xaf\xf3\x0e\xa8\xee\xa7\xf0\x4b\x67\x00\x50\xb7\x44\xbe\x56\x37\x15\x78\xa1\xaa\x18\x2d\xe5\x80\x2e\x4d\x16\xeb\x31\xc9\x7e\xb7\x77\x7a\xdf\x73\x40\xba\x0f\x2e\x92\x70\x1f\x39\x99\x7d\xd7\x81\xb4\x3f\x92\x74\x1e\xf8\x49\xfe\xbd\x93\x24\x47\xc8\x46\xb2\x5f\x1a\x49\x72\x84\xf4\x64\x80\xe1\x02\x0a\xc5\xf8\x01\x60\xd2\x3e\xb0\xdc\x30\x0b\x60\x8e\x1b\xc4\xd4\x8f\x01\xf8\x9b\x07\x5d\x37\xd8\x09\x84\x8e\x96\x35\xd2\x4d\x02\x62\x2b\x86\x58\xe8\x3a\x01\x29\xf3\x65\xf5\x74\xd4\x81\x8c\x39\xb2\xa6\x06\x33\x80\x59\xa2\xe1\x3b\xf4\x5a\x81\x45\x43\x87\xbb\xe8\x8f\x00\x56\xec\x90\xcf\xd4\xb9\x0d\x6c\x18\x25\xf7\x4b\x8f\x0f\x6c\x5f\xaa\x10\xa0\x17\x03\x1c\xe8\x51\xb4\xd5\x56\x03\x8a\x13\xe5\xee\x6a\x7f\x07\xce\xcc\x96\xf7\xd0\x3e\x0a\x5c\xf1\x93\x77\xd3\xae\x02\x6e\x66\xc9\xe7\xfd\xcb\x81\x48\xef\xfd\xf7\xcd\x03\xf9\xeb\xf3\x89\x7d\xae\xc1\x99\x2c\xd2\xf7\xd6\x54\xb5\x6f\x90\x59\x08\xe8\xbd\x71\x0d\x1e\x74\x1c\x30\x9b\xe6\x73\x68\x58\x00\x60\xb9\x3f\xc4\x57\x3e\x09\xa0\xad\x89\xb7\x51\x3e\x06\x58\x27\xa4\x75\x8d\xfc\x0e\xd0\x8d\x67\xab\xa8\xb9\x03\xf4\x61\xcb\x83\x35\x7f\x01\xd6\x03\xb7\xfa\xeb\xac\x07\xa8\x86\xc5\x1c\xdd\x22\xc0\x8a\x5f\xae\xa1\xef\x0b\x58\xdc\xbc\x57\xaa\x77\x1d\xb0\xd4\x7b\xd3\x65\x20\x0f\x58\x5c\xee\xd0\xd7\xeb\x0f\x98\xaf\x05\x34\x8f\x01\x26\xbf\x80\x31\x06\xbf\x0f\x98\x0e\x01\xd4\x5e\x7f\xe3\x9a\x52\x01\x8d\x41\x1f\x87\x99\x4d\x04\xb4\xaa\xde\x72\xcc\xae\x01\xda\xc5\x2f\x57\x99\x6e\x02\x34\xcf\x3d\x39\x6e\xf6\x09\xd0\x6e\xbe\xcf\x32\x8f\x03\x74\xa6\xdc\xa5\x98\xa5\x02\x5a\xbb\x6a\x82\xcd\x29\x80\xb6\x5f\xe5\x31\xb3\x8d\x80\x96\xe3\x7f\xe3\x40\x9c\xc7\xf5\xf1\x7b\xa5\xfe\x8e\xc4\xf7\x1d\xd2\x66\xf3\x95\xac\x83\x3e\x6f\xbe\x4c\x26\xa0\xef\xed\x5c\x3d\x68\x17\x60\x36\xd9\xcb\x78\xe8\x57\x80\x3a\x2e\x78\xab\x42\x08\x60\x1d\x15\xe7\xad\xfc\x14\xa0\xbb\xa7\xa9\x8f\x9a\x0f\x30\xb4\x66\xeb\xa8\xbb\x00\xf4\x2d\xcb\x97\x69\x1d\x02\xac\x79\x5b\xa7\xf6\xce\x52\xda\xc0\x62\x03\xbd\x46\xc0\x52\x50\x3e\x50\xaf\x1e\xb0\x78\x51\x1b\xa6\xd7\x0e\x58\xca\xbd\x5d\xa9\xff\x16\xb0\x64\xfe\xce\xd3\xdb\x2f\xad\x83\xe0\xa5\xd9\x4b\x40\x33\xb9\x63\xb4\xe9\x5d\x40\x63\xfd\x97\x53\x66\x31\x80\xd6\x94\xe6\x1f\xe6\x54\x40\x27\xec\x75\x92\x99\x23\xa0\x75\xbf\x61\xbd\xf9\x2b\x40\xf7\xc8\xe3\xb5\xe6\x19\x80\x4e\x65\xad\x8b\xc5\x5c\x40\x8f\x7d\xbb\xc7\x7c\x34\xa0\x7d\xb0\xfa\xb1\xb9\x3e\xa0\x3d\xe1\xfa\x4a\xf3\xc5\x80\xf6\x16\xb2\x0e\x7a\x92\x3a\x48\xee\xfd\xf7\xcd\x03\xf9\xfb\x5e\x5f\xec\xf7\xc9\x17\xd9\xe8\xf7\xaa\xd6\x60\x8e\x48\xe6\x0c\x60\x18\xe2\x78\x69\xb0\x3f\x60\xbe\xc3\xfd\xcd\x30\x2a\x60\x3d\x28\x68\xa2\xa2\x3a\xc0\x88\x8b\xbb\x36\x22\x1d\xb0\x19\x9a\xba\x70\xf4\x4b\x80\x51\x9f\xa3\xab\x9e\x03\x30\xe2\xf3\x6f\x69\x6b\x00\xf4\xd4\xad\xe1\x7a\xe9\x00\xed\x6c\xf1\x0a\xfd\x6e\x80\x5a\x7b\x79\xb0\xa1\x10\xb0\x5a\x59\xd7\x6d\x34\x1a\xb0\xda\xd6\x74\xd1\xe8\x2b\x60\x95\xda\xc3\x35\x28\x02\x2c\x5c\x01\x6d\xa5\xae\xe1\xe6\xc7\x01\xed\x75\xed\x1b\x2d\x86\x00\xba\xc3\x3e\x3d\x37\x3f\xdd\xab\x4d\x1e\x16\x4b\x01\xbd\xc6\x97\x17\xcd\x87\x00\x3a\xac\xfa\x1a\x8b\x1a\x74\xeb\xb3\x1e\x9a\x59\x3c\x45\x97\xfe\xa8\x7b\x26\x96\xf2\xe8\xd4\x57\xaf\x71\xb3\xe0\x01\xba\x7e\x37\x12\x2c\x36\x02\xba\x73\x2a\xa8\xe6\x3b\x00\x6d\x32\x07\xe3\x0f\x07\x22\xd1\xbe\x79\x20\xd2\xfb\x9d\xfd\xbb\xac\xc9\x7c\x67\x29\x0f\xa2\x93\x6e\xbb\x6f\x40\x01\x60\xa4\xca\xab\x1f\x1c\x08\x58\xce\x72\x97\x1d\x86\xde\xf1\x07\xe8\x2a\x8d\x02\x98\x83\xa3\xc7\x8e\x68\x00\x58\x65\x29\x0d\x63\xaa\x00\x56\x48\x0e\x4b\xab\xf7\x69\xda\x7b\x19\x45\x37\x1b\x60\xd8\x6f\x4d\xd2\x5f\x07\xd0\xcf\x1d\x1d\x68\x6c\x0a\xd0\x36\x5c\xfe\x6e\x9c\x09\x50\xe5\xef\xb7\x1a\x6b\x02\x56\x67\x5b\x34\x8d\x55\x00\xab\x1b\x82\x97\x86\xea\x80\xc5\x7c\x40\xfb\xf8\xef\x40\x0b\x0d\x40\x67\x5f\xeb\x0b\x8b\x75\x80\x5e\xfa\x47\x25\x73\x00\xba\x67\xde\x8c\xb6\xcc\x44\x9b\xc1\xa1\x86\x12\xab\x01\x78\x63\xb8\xed\xd1\x78\x2b\x2b\xbc\x32\xdc\x58\x1b\x6e\x19\x81\x76\xfd\x53\xb7\xad\x2d\x16\x02\xba\x5f\xaa\xce\x5a\x6e\x42\x87\xbe\x57\xc5\x46\xcb\x07\xe8\xd0\xb7\xb8\x42\xb1\xcc\x87\x48\xcf\x1e\xff\x85\x03\xe1\xa5\x53\xfa\xf8\xde\x62\x9f\x6b\x00\xd3\xca\x8e\xf2\x4f\x1e\x84\x7e\x0d\x6b\xdf\xc0\x6b\x80\xd9\x47\x6e\x3f\x59\x4d\xc0\x5a\xd6\x55\x67\xf8\x02\x80\x79\xc8\xcf\x43\x59\x1d\x60\xfd\x8e\x5a\x3b\x6a\x14\xc0\x56\x48\x56\x56\x9b\x0e\xd8\x5e\x9a\xa1\xac\xf5\x09\x60\xad\xcc\xf7\xd5\xbb\x05\xd8\x3c\xd8\x32\xcf\x70\x09\xc0\x70\x3d\x7a\xd0\x84\x06\x58\x6f\xbf\x52\x6c\x9a\x08\xd0\x8e\x3d\xda\x6d\x36\x1b\xa0\x3e\xfc\x18\x66\x1a\x09\xd0\x34\xf0\xd3\x38\x4e\xb8\xca\x52\x1b\xd0\xbd\xd8\x7e\xc5\x4a\x1e\xdd\x86\xaa\x9f\xe7\x5a\x79\xe2\xbd\xd1\xc8\xa6\x17\x96\xef\xf0\xc1\x30\xb7\x71\x93\x55\x31\x1e\x1a\x09\xeb\x43\xa9\x4c\xdc\x34\x3e\x73\x7f\x26\x95\x83\x3b\xc6\x6e\x77\xaa\xac\xd6\xe0\xa5\xe1\xf6\x9b\xea\xd4\x2f\xa8\x31\x9e\x5b\xd9\x49\x3d\x83\x07\x46\xa5\x57\xfc\xa8\x67\xf1\xdc\xf0\x69\xb9\x83\xe5\x2d\x08\xf5\x48\xea\x55\xca\x81\x48\x73\x82\xa4\x3e\x9f\x78\x1d\x48\x7d\x1e\x39\x2b\x8b\x06\xb2\x0e\x4e\xd6\xe3\xfa\xbf\x03\x8c\x36\xd2\xf3\x06\xc5\x03\xd4\xc3\xec\x84\xa1\x15\x00\x43\xdf\xf1\xe5\xf0\xeb\x80\xed\x6c\xaf\x7b\xca\x69\x00\x3b\x3e\x7c\xe7\xa8\x68\x80\xa3\x9d\x54\xa1\x3e\x10\xb0\x4b\xca\x0e\xd6\xb5\x01\xd8\x93\xf3\xce\x1b\xfc\x02\x58\x86\x5b\x8d\x8c\xb7\x00\xcc\xa5\x47\x8f\x99\x37\x03\xf4\xe6\x6b\x4a\xe6\x5d\x80\xf5\xfc\x27\x93\x2d\xbc\x01\xeb\xfe\x5f\x2b\xcd\x6f\x01\xb4\x25\x68\x31\x09\xea\x94\xa5\x96\xa3\xc1\xc4\xe8\x6b\x03\xf5\x2a\xae\x9b\x0e\x7f\xdf\x42\xbd\x8b\x0b\xa6\xf1\xaf\x06\x5a\x47\x62\xb5\xc5\xac\x67\x39\xb4\x4b\xd8\x6b\xf6\xf2\x91\x06\xad\x08\xc5\x66\x46\x77\x23\xac\xed\xb1\xdf\x6c\x67\xcd\x50\x5a\x21\x2e\x98\xdc\x97\x72\x71\x57\xab\x69\xda\xb8\x6f\x54\x75\xe9\x2c\xcd\x18\x4f\x8d\x4c\xcb\xce\xd0\x22\xf0\xdc\xf0\x27\xfe\xe1\xa2\xfa\xe6\x60\x48\xe7\x41\x3f\x05\x73\xf2\xef\xf2\x37\x4c\x48\x1e\x44\xf7\x9d\x55\xc5\x80\x24\xc0\x34\x8f\xca\x19\x2c\x07\xd0\xf3\x59\x3f\x86\xdd\xf8\xcb\x07\x71\xd6\x7b\x5a\xab\x04\xfd\xe5\xe6\xec\x87\x27\x9a\x69\xa9\x03\xdc\xb9\x99\x4d\xba\x5f\x00\xbb\xa7\x4b\x04\xc6\xb9\x00\xbb\x78\xcb\x18\x33\x00\xcc\x4d\x25\x7e\x16\xe6\x00\xe3\x49\x45\xbd\xd5\x68\x80\x5e\xff\xf4\x02\x35\x1c\xa0\xcf\x6b\x57\xa1\x0e\x05\xac\xf5\x50\x6b\xda\xf1\x43\x48\x7b\x87\x12\x73\xea\x87\xd9\xd6\x97\xb1\xc8\x72\xdb\xdb\xc3\xd6\xef\x31\xd7\xf2\xc9\x8b\xc5\xf4\x24\x64\x5a\xad\x79\xa4\x65\x33\x08\x01\xd6\xe6\x77\x3b\x19\x39\x98\x4c\x1d\x53\x73\x94\xa1\x89\xf9\x96\x27\x6f\x14\x30\xa6\x62\x91\x65\xa1\x94\x07\x2b\xd7\x67\x68\x60\x97\x79\x78\x99\x3f\xbd\x11\xc7\xcc\xd4\xcf\x9c\xa2\xf7\xc7\x4d\xe3\x3e\xfd\x71\xa4\xe7\x83\xf4\xbe\xb7\x25\xe9\x67\xf6\xe3\x1b\x90\xf3\x40\xfd\xa9\x51\x6e\xbf\x47\x80\xfe\x73\x13\xab\x01\x73\x00\x4b\x0f\x8b\xc4\xc1\xf7\x01\xc6\x0d\x06\x65\x58\xca\xdf\xdc\x1c\x7b\x9a\xab\xee\x88\xb9\x80\x93\x7a\x60\xb6\x5a\x3c\xe0\x58\x93\x30\x45\xbb\x0c\x70\xd4\xca\xa8\x31\xa4\x03\xbc\xc6\xc5\xd3\x7b\x9f\x92\xed\x36\x6c\xde\x69\xd9\x5b\xbf\x0b\x25\x09\xd4\xf7\xbd\xf5\xa8\x3c\x6f\xdd\x01\x30\xbe\xbd\x50\xa2\xab\x02\x8c\xb4\xdf\x2f\x69\xcf\xbb\x1d\x18\x29\x48\xa0\x95\x7f\x65\x33\xb8\x08\xb6\x1e\xf9\x2e\x80\x01\xb0\xe9\x47\x9f\xb7\xd9\xec\x81\x05\x63\xc1\xe3\x71\x4c\x0d\x98\x31\x2e\xd6\x8e\x60\xf1\xa0\xca\xd4\xbb\x25\xc7\x52\x81\x15\xa3\xba\xf2\x13\x2b\x1e\x6c\x86\xcb\x1f\x0e\x6a\x29\xeb\x10\x02\xad\xab\xca\x66\x33\x27\x62\x96\x55\xf1\x69\x45\xe6\x18\xac\xb7\xb8\x71\x6c\x25\xcb\x15\x2b\x2c\xb7\xfc\xbb\x1e\xfe\xf0\x0f\xe4\x3a\xa0\x74\x19\x92\x9c\xe0\x60\x6d\x3d\x32\x37\x49\xbd\x5b\xf7\x5c\xbf\x13\x80\xc9\x30\xc3\x3b\x03\x15\x01\xeb\x10\x13\x8f\x41\x2f\x01\xf6\x36\xda\xbc\x61\x16\x80\xa3\x8b\x6d\x83\xa2\x36\xe0\x5c\xe9\x64\x31\xf2\x0c\xe0\xca\xf7\xbd\xaa\x11\x0a\xf0\x77\xc4\x96\xea\x76\x00\xce\x87\xa6\x28\x18\xcb\x00\x4e\x43\x16\xa9\x5a\x26\x01\x3c\xb9\x4d\xbf\xa9\x2f\x00\xce\xde\xd2\x02\xc6\x55\x80\xd5\x59\xf5\x88\xe9\x0f\x30\x27\xbf\xb6\x65\xf6\xce\x93\x39\xa2\xdd\xcc\x3d\xed\xdf\x99\x61\xe8\xc7\x8a\x6e\xf6\x65\x85\x10\x2f\xd9\xab\x9e\x8f\xb0\x8d\x24\x6e\x71\x5e\x3e\x5e\x68\x9b\x4a\x34\x70\x86\xdf\x6b\x64\xab\x13\x0d\x1c\xbf\x1a\x39\xf6\x22\xa2\x99\xfd\x40\x9a\x8f\x75\x95\xcb\x3e\x8e\x21\xac\x27\x17\xbe\x71\x82\xa1\xc0\xda\x7c\xf6\x2b\xe7\x12\x54\x59\xe6\x27\xd5\x38\x6b\xc1\xb4\xf1\x2b\x3d\x67\x7b\x00\x99\xd4\x8a\xe2\x00\xb6\x39\xa6\x53\xf7\xe3\x1f\x1e\xc8\x86\xf2\xef\x3c\xe8\xaf\xab\xed\x4f\x9e\x0f\x5e\x9a\x11\xbd\xaa\x57\xac\x79\xa8\xbf\x27\x60\xc1\xd4\x75\x93\x01\xc0\xd9\x68\x34\x67\xb0\x16\xe0\xf4\xde\x5c\x76\xe8\x40\xc0\xed\x12\x9d\x90\x6f\x06\x3c\xc7\xf0\x88\x91\xcb\x00\x4f\x45\xcf\x45\x9a\x67\x01\x0f\xf7\xc8\x4b\xfa\x2f\x00\xb7\xa4\x34\xae\xe9\x19\xc0\xf9\xfb\xfc\xf5\x56\x5d\x80\xa3\x5e\x61\x8b\xcd\x02\x80\x3b\xb5\x74\x9e\xad\x39\xc0\x5e\x70\xf3\x0e\xc7\x0c\x60\x75\x37\xcb\xdb\x25\x8a\x94\x6c\x15\x88\x72\xbb\x9d\x9f\x8a\xd8\xde\xc4\x0c\x87\x80\x97\xa1\x9c\x26\xc2\xdf\xe9\xd9\xc3\x9f\x76\x2f\x09\x7f\x67\xe7\xbb\x9d\xdc\xa1\x44\xaa\x93\xd2\xcd\x1b\x5c\x7b\x62\x81\xa3\x4c\xc5\x7d\x2e\x9d\x38\x68\x3f\xfc\x72\x7f\x9e\x23\xb1\xd3\xfe\x76\x99\x12\x8f\x45\x5c\xe3\x76\x9d\x29\xe7\x6e\x24\x3e\x71\x66\x1d\xe3\xf3\x96\x12\xbf\x39\x94\xa3\x05\x3c\x5f\x0c\xb7\x5d\x75\x48\xc8\xf5\x06\xd7\x66\xdc\x7e\x53\x5e\x20\xd8\x36\x75\xff\xc7\xd7\x7b\x87\x35\xb5\x7c\xdf\xc3\x47\xe9\xbd\x23\x10\x42\x27\xf4\xde\x7b\xef\x1d\xa4\x0b\x8a\x0d\xbb\xa0\x62\x6f\x58\xb1\x61\x03\x15\x14\x44\x50\x10\x15\x0b\xa0\x80\x28\x08\x2a\xa8\xa8\x28\x88\xbd\x61\x57\xec\x0a\x8a\x90\xb3\xde\x27\x93\xe4\xde\xeb\xe7\xf9\xbe\xbf\xbf\xd6\x13\xae\xb9\xb0\xe7\xcc\xde\x33\x73\xd6\x9a\xb5\xff\xbb\x4f\xe0\xcd\x03\x4a\x6f\x3b\x19\x87\xb5\x6a\xc4\xef\x5e\x4d\x5c\x4d\x94\x3a\x02\xb0\x76\x33\xee\x8c\xb8\x03\xd8\x86\x30\x59\x02\x14\xe0\x59\xae\x65\x20\xa4\x0d\x04\x36\xe9\xe9\x8a\x5c\x00\x22\xa4\xcd\xcf\x4b\x87\x02\x11\xcb\xec\x0d\xe4\xd9\xff\xea\x83\xc2\x18\x31\x13\x0d\xf4\x80\xa0\x4b\x93\xe3\xcd\xa4\x00\x7f\xa9\xa5\xb3\x6c\x26\x01\x5e\xb1\x79\xf7\x1c\xae\x03\x6e\xf1\xc7\x37\xba\x8c\x1b\xfa\xe6\x32\xe2\x8a\xba\x47\xfe\x2f\x4d\xa7\xb3\x2f\x66\x7a\xa7\x7f\x5b\xe0\x44\xd3\x42\xbe\x42\xcf\x4e\xba\x2c\x63\xbf\xf5\x17\xe9\xf6\x72\x53\x66\x3f\x0e\xf0\xea\x08\x73\xdb\xc5\xa6\xfd\x86\x2e\x0f\xb9\x8b\xd2\xf2\x7e\x8e\xcd\xce\xee\x03\xb4\xb6\xef\xeb\xb3\x59\xee\x6d\x74\x94\xf7\x86\x5a\x78\x78\xd0\xd3\xbd\x12\x4f\xce\xf5\xd8\x42\xaf\xf3\x54\x38\x6a\xee\xe9\x40\x17\x7a\x98\x54\x64\x79\x16\xd2\xc7\xdc\x03\x0e\xa9\x78\x04\xd3\xaf\x9d\x8f\x1d\x18\xeb\x11\x4e\xc3\x89\x51\x7c\xc5\xa3\x0b\x82\x8e\x9f\xfe\xbb\x4f\xe2\xf6\x7f\xa0\x28\xe6\x29\x0e\xf2\xef\x7d\x6b\x6a\xc9\x93\x3e\x29\x16\x23\xa4\x48\xbd\x74\x3e\x21\x45\xea\x65\x50\xa9\xfa\x4a\x81\x5e\x20\xf2\xbd\xe6\x5b\xe1\x04\x20\x2e\x8a\xf5\x43\xfc\x3d\x90\x40\x5b\x3d\x92\x0f\x01\x12\xe4\xdc\x87\xd5\xd5\x80\x98\x0d\x61\x6c\xce\xba\x18\xe1\x97\xd6\x63\x35\x05\x08\x1a\x5e\x14\xe9\xb0\xff\xd7\x77\xff\xb0\x6d\xda\x1e\xd6\x5f\x9f\x7a\xff\xa9\xf8\xe3\x67\xd1\x17\xec\xe9\x7e\xe1\x79\x50\xd1\x9b\x66\xf7\xcc\x47\x89\xa1\x6d\x2f\x8d\xdc\xde\xfe\xbe\x14\x1e\x72\x67\x9e\x47\x0d\xdb\x36\x42\xed\xca\x03\xaf\xb3\x6c\x8b\x48\x83\x16\x35\x6f\x59\xf6\xbc\xb0\xec\x46\xca\xbb\x9a\xbd\x27\xd4\xfa\xf4\x67\x9f\x11\xec\x8b\xc1\x73\x4e\x59\xf9\xf8\xb3\xfb\x02\x6b\x8f\xad\xf5\x99\x4b\x2b\xfb\x37\x54\x64\xf9\xf6\xd0\x4a\x01\x9a\x65\x4b\x7d\x53\xe9\x28\x5f\xa1\x03\xfa\x3e\x97\xe9\x65\x5e\xbb\x8a\x46\xf9\xb4\xd2\xa5\x1e\xd9\x85\x93\x7d\xae\xd0\x67\xdd\xcd\x77\xff\xf0\x19\x4f\x3f\x70\x25\xef\x62\x2c\x79\xf3\x41\xbb\x9a\x8b\x5c\xde\x57\x61\xac\xf4\x63\x0e\x1a\x39\x89\x5c\xe0\xa0\xdd\x33\xee\x7b\x4c\xef\xcf\x5c\x3f\x88\xa8\x37\xa2\x84\x1f\x4f\x6e\x65\xac\x11\xf4\x04\xc6\x79\x69\x2d\x12\x55\x06\x26\x64\x98\x58\xcb\x9c\x00\xc6\x1b\x39\xbe\x55\xd3\x00\xc6\x0c\x07\x4e\x32\x10\xf8\xf3\x3b\xb6\x28\xe9\x9a\xdd\xf0\xd7\xf1\x51\x17\x32\xae\x7b\xfc\x78\xcb\x08\xfb\xbe\xfe\x7b\x60\xc8\xb3\xde\xe0\xe0\xfd\xb7\xc2\x8b\x1f\x9c\x0b\x70\xab\xdf\x1a\x33\xef\x0e\xdb\xf7\x43\x57\x71\xdc\xbd\xdb\x3e\x3e\x27\x3e\xdf\x4c\x68\x6f\x2f\xf3\x7d\x37\x9c\x9e\x70\xf2\x5c\xb8\xff\xf5\xe1\xfc\xf8\x13\xa7\xdf\x05\xa4\x0c\xdf\x8b\x9d\x70\x32\x37\x00\x6c\xe1\x98\x4b\xc7\x16\x06\xce\x61\x9b\x46\x27\x57\x0c\x04\x5e\x64\x8f\x8d\x8c\x28\xed\x0b\xbc\xc2\x3e\x14\xe6\x5c\xdc\x19\xb4\x92\x7d\x3e\xd4\x77\x2f\x33\xf0\x17\x2d\x10\x78\x6f\xb7\x64\x90\x0c\x6d\xe5\xbf\x23\xef\x6c\xe0\x79\x3a\xce\x77\xcb\x4e\xc1\xc0\x76\x7a\x8a\xcf\xbe\x6d\xb3\x03\x9d\xe8\x3c\x2f\xa2\x33\xe7\xeb\x1f\x54\xc9\xbe\x41\xac\x4c\xc6\x89\xec\x17\xcf\x8a\x5c\xe7\xa0\x65\x12\xf5\x17\xff\xcb\xd7\x01\xf0\xfb\x42\x4c\xb2\x10\x22\xba\xc2\x99\xb7\x15\x88\x5e\x20\x63\xa5\x6e\x83\xa4\x11\x30\x3b\xd9\xf2\xb2\xf2\xf2\x41\xd1\x69\xc6\x5e\x4f\x59\x5f\xfb\x98\xe3\xed\x63\x22\x9d\xa2\x9e\x85\x27\x6f\x98\xcc\x0e\xa8\xbf\x2b\x19\x3f\x6d\x79\x64\xe4\x82\x9b\x4a\x31\xeb\x76\x2d\x8a\x9f\xd4\xbe\x21\x92\x3a\xd1\x3c\xa6\xa4\x55\x33\xcc\xfb\xea\x9a\x71\xd6\x4d\xa3\x43\x92\x5e\x4b\x8c\x1f\x5f\xff\x2a\x64\xf5\xd0\xa2\xf1\x17\x8f\x6f\x0c\x33\x18\x7a\x36\xf6\xee\xe1\x3b\x61\x1d\xc3\xa6\x29\x11\xa5\xb9\xe1\xd5\xc3\xf3\x92\xde\x16\x9f\x0c\xcf\x1b\x6e\x8b\x6f\x2a\xdc\x1b\xfe\x73\x98\x1d\xbb\x77\x8f\x68\x78\x03\xdb\x3e\xc6\x3a\xdf\x22\xbc\x9a\x9d\x1e\xa5\xbc\xfd\x49\x78\x20\xfb\x58\xd8\x83\xad\x22\xe1\x55\xec\xb6\xd0\xaa\x4d\x1f\xc3\x3e\xd0\xd2\x41\xc2\x39\x67\xc2\x85\x69\xdb\x00\x99\xb5\xb5\x61\x33\xe9\xe9\x3e\xe4\x76\x8d\x26\xb9\x6f\x30\xd2\x5a\x9a\x9c\x2b\xe4\x5c\x04\x89\x3f\x0c\x9f\xff\x76\xe6\xf1\xbf\x61\x65\x5c\x4c\x32\xe6\x22\xbf\x2f\x04\xdf\x17\x62\x71\x9e\x10\xd1\x21\xaf\xc8\x66\x94\x0a\xef\x1f\x34\x5e\x9e\x6e\xf4\x52\x31\xe6\x43\xfc\xc2\x21\x97\xe9\xac\xd2\xc7\x2d\x99\x47\x42\xb7\x39\x99\x74\x06\x4f\xb9\x9b\x9a\x10\x32\xf9\x52\xc6\xf8\x43\x73\xaf\xc4\x07\x35\x9a\xa5\xee\xde\x5c\x94\xfa\xbc\x36\x22\x69\x5d\x79\xe2\xc4\x88\xe3\x71\xf1\xe9\x17\xa6\x4d\xb1\xad\x7c\x1e\x2b\xf7\x68\x78\xda\x85\xf2\xe5\xa3\x25\x06\x77\x4d\xef\x2b\x9e\x19\x3b\x65\x48\x64\xca\x8a\x3d\x3b\xe2\x8c\x86\xe6\x4c\xb2\xca\x1f\x1d\xa7\x30\x74\x63\xbc\xda\xb6\x9b\x71\xd4\xb0\x67\xca\x9f\xdc\xd8\xd8\xec\xe1\x9d\x49\x67\x37\x32\xe2\x92\x86\x5b\x12\x05\xd7\x7b\xc4\xb6\xb0\x55\x62\xe3\xd7\xea\xc6\xba\xb2\xe3\xa2\x37\xaf\xba\x3d\xfa\x02\x7b\x67\xc4\xd9\x95\xf2\xb1\x92\xec\xda\x70\xfd\x65\x6a\xa3\x9f\xb2\xdf\x87\x2c\x5b\x16\x10\x53\x4d\xcb\x04\x11\xdd\x20\x57\x07\x23\xb8\x71\xe4\x12\x0e\xea\xee\xe4\xc6\xe5\x30\x89\x8b\xfc\xfb\xdf\xc9\xa5\x5c\x9c\xba\x8f\x8b\xfc\xfe\x28\x2b\x79\xbc\x60\x0e\xf1\x85\xff\x93\xb9\x4d\x54\xae\x8f\xa2\xfa\xcc\xb6\x38\xea\x7a\xca\x25\x3c\xbe\x90\x13\x65\x7b\x47\x6f\xd4\xcd\xe6\xec\x41\xbf\x93\xf6\xe5\x2d\x2a\x8b\x19\xf1\xfe\x41\x61\xd5\x77\x32\xea\xa6\x25\x24\x1b\x54\xfc\x9e\x9e\xb2\x2a\x7c\x62\xfe\xfe\xc8\xf4\xc5\xfb\xbc\xa6\x6d\xdc\xe3\x3d\xd1\xfa\x4c\xe1\xac\xea\x9d\x31\x69\xab\x6e\x17\x65\x66\x6d\x4d\x18\xfb\xfd\x73\xf6\x9c\x7b\x9b\x0c\xc6\xde\xfc\xe3\x30\xfb\xe7\xba\xf3\x63\x5f\xfe\xb9\x36\x7d\xf3\xea\x0f\xe3\x44\x86\xd4\xa7\xfc\x5c\x79\x6c\x6c\xf1\x50\xe1\xc4\x33\xcb\x3e\x8c\x9d\x3c\xd4\x9f\x36\x7f\x49\x5f\xaa\xf3\xf0\xd4\x94\x11\x8b\x3d\x52\xee\x0e\x1f\x4a\xda\xb3\xf0\xc1\x98\xb6\xe1\x5f\xf1\x7a\x0b\xe6\x8c\xb9\xc2\x56\x8c\x7d\x3e\xef\x53\xf2\x15\xf6\xec\xa8\x53\x73\x75\x93\x96\xb2\x9b\xc3\x5a\xe6\x2e\x4a\x5c\xca\x7e\x1c\x4a\xce\x17\xa2\xe4\x3c\xc1\x5c\xc5\x8d\xe7\x1f\x1d\x08\x4f\x07\x94\x20\xc5\x7b\xfe\xbc\xbe\x10\x0b\x79\x3e\x10\x6b\x29\x2e\x6e\x23\xfc\xd5\x2f\x85\xdd\x44\x17\xf0\xe1\xc3\x3e\x63\xd1\x3d\x14\xf5\xa4\x75\xef\x31\xa6\xa7\xe4\xd3\xce\x9f\xbb\xab\xcc\x85\x34\x97\xb7\x7c\xd8\x61\xe7\x61\x65\x3d\xaf\xfa\xd3\x26\xbd\xc8\x6f\x7e\xa1\x65\x47\x57\xaf\x9d\xb0\x31\xde\x21\x4f\x7a\xf1\x86\x05\x6f\xd2\x57\x6e\xd8\x30\x7f\xc3\x0e\xab\x59\x17\xb3\x57\xcf\xb5\x3d\x76\x6e\xae\xf6\x92\xd8\x8c\x35\x57\xf4\xe6\x5b\xcf\x7f\x34\xab\xf0\xd5\xb2\x05\x35\x73\xeb\x67\xde\x1f\x9c\x38\x7f\x7a\x66\xc8\x8c\xe6\x3f\xba\x19\xec\x59\x9f\x67\x6c\xfe\xb3\x75\x66\xed\x2c\xf1\xe9\x5e\x43\x22\x53\x1f\xcf\x9c\x33\x35\x6b\x68\xe3\xa4\xb4\x19\x95\x53\x32\x86\x1e\x8f\x9f\xc2\xd7\x7b\x4c\x6f\x9e\x94\x37\xbc\x21\xf9\xf4\xd4\x9c\x49\xc1\xc3\x37\x12\x9e\x4d\xe9\x9a\x90\xcb\x66\x8d\xee\x4b\xdf\x39\xfe\x03\x3b\x31\x7a\x53\x7a\x6a\x5a\x37\x7b\x5d\xe4\x14\x40\x44\x90\x1b\x0f\x3f\x0f\x3c\x3c\xb9\x18\xcb\xeb\x07\x33\xc5\x86\x17\x3f\xaf\x1f\x02\x9f\x07\xcf\x23\xf7\xc2\x7f\xc6\xec\x23\xe3\xf3\x2e\xa3\x94\xf0\xa2\x8f\xd7\x56\x5c\x22\xef\xfd\xff\x1c\x59\xad\x32\x47\x70\xe2\xc5\x33\xe5\x73\x0c\x42\x55\x57\x9c\xf6\x3f\x50\xef\x64\x65\xfa\xb9\x5c\x74\x9f\x6f\x70\x99\x47\x4a\xfe\xa9\xfc\x92\x94\xed\x51\x5b\xd7\x94\xe6\x06\x65\x7e\x1b\x2f\xbc\x50\x66\xc3\xa3\x4d\xcc\x69\x9f\x33\x4e\xad\x2f\xab\x90\x9d\xb5\x60\xba\xe0\xda\x57\x17\xd3\x32\x5a\xd3\xed\xd7\xe8\x3d\xdb\x9c\xb9\x68\xe2\xe7\xd5\x31\x7f\xec\x33\x66\x4d\xbc\xb4\xe2\xfe\x9f\xba\x19\xd9\x13\x99\xcb\xf6\x0d\x19\x4f\xb9\x31\xc1\x7e\xc9\xab\xa1\xfc\x49\xfa\x13\x82\x17\x36\x0e\xbd\x1d\x6f\x3b\xfe\x60\xd6\x8b\xe1\x98\x54\xe6\xf8\xe2\xb9\xcb\x86\xb7\x24\x5f\x4d\x33\xce\xbc\x31\xdc\x1f\x3f\x3e\x6d\xe6\xec\x2c\xb6\x5a\x6c\xe3\xb8\x93\xb3\xcd\xd8\xee\xa3\xd5\xc6\x75\x4e\xf7\x65\xaf\x8a\xec\x19\x27\x3f\xed\x02\xfb\x50\x84\x12\xa0\xce\xd3\x3b\x39\xf0\x7c\x0e\xf8\xfc\xf7\x44\x9e\xcf\xfb\x42\x5e\x5d\xc8\x51\xe7\xe2\x6e\xc2\x77\xff\x54\x39\x90\xc0\x8d\xff\x30\xc9\x87\xc7\xce\xc7\x09\x2f\xde\x79\xae\x9a\xe4\xcb\xe5\x31\x75\x46\x32\xe9\x14\x55\xf7\xb0\xb6\x5a\xab\x48\x7e\x62\xe5\x8a\x93\x83\xd6\x59\xfa\x31\x05\xcf\x8e\x65\xfa\xd6\x3b\x4a\x6f\xb0\x2f\xef\x8c\xff\x10\xec\xb6\x80\x79\x80\x31\x23\x39\xa9\x70\xfa\xef\x62\xd7\xf5\x1a\x69\x3d\x13\xe7\xed\x1b\x5b\xb6\x7e\x52\x42\xea\x83\xc2\x8e\xe6\x2d\xe9\x6b\x93\xee\x16\x2c\x7d\x9c\x3d\x25\x30\x21\xa7\x20\xf2\xcf\xfa\xf4\xfa\x84\x3f\x79\x46\x43\x7b\x26\x2e\x48\xf0\xd9\xce\x1c\x96\x1e\x17\x90\x38\x7b\xf3\xcb\x61\xa3\xb1\x69\x89\x93\x72\xde\x0c\xaf\x4e\xfe\x96\xa8\xb7\xb6\x6d\xf8\x76\x42\x57\xc2\xd5\x55\xd7\xd9\x8c\xd8\x23\x09\x9f\x56\x6e\x67\xbb\x8d\xd6\x4f\x78\xb8\x6c\x34\x7b\x51\xd4\xe4\x84\x51\x4b\x74\xd9\x0d\xe1\x1e\xf1\xbd\x8b\xce\xb3\xef\x86\xb6\xc7\xc7\xce\x3f\x4a\x2b\x05\x2d\x05\x2c\xfb\xb9\xf1\x05\xb1\xb8\x38\x8e\x37\xdf\xe7\xdf\xfb\x3b\xfe\x42\x6e\xff\x0b\xe9\x83\x64\x7c\xde\xcd\xe0\xea\x80\x1e\x35\xd6\x90\xf7\x8d\x9d\x9f\x1b\xc8\xb8\x5c\x92\xe5\xea\x42\xea\x72\x5b\x2a\x46\xce\xa0\xa8\x63\xd7\x5b\x5d\xd4\x52\xc4\x75\x8b\xfd\x9b\x23\x4c\x47\x30\x27\xe7\xe6\x36\x5e\x71\xbf\x67\x51\xb3\xcc\xa3\x6e\x6d\xb4\x85\x97\xd2\xb4\x97\xd5\x5d\xe9\xb2\x51\xf3\xd2\x46\x9f\x92\x5a\xed\x13\x1f\x9c\xf8\xf4\xc4\xbe\x12\xbd\xa4\xcf\xa3\x4d\x8f\x27\x9c\x7b\x9b\x22\x18\x99\x52\xe5\xf6\xa0\x28\xe5\x56\x78\xc8\xb1\xfe\xdf\x6a\x29\x4e\xe1\x8b\x2b\x86\x86\xd7\x25\x65\x45\xc8\x96\xa9\x0f\x9f\x4d\x28\x88\xc8\x2b\x3a\x3f\x3c\x18\x67\x14\xb1\xae\x20\x83\xed\x1d\xa3\x1d\x71\x7f\x97\x24\x3b\x3d\x2a\x27\xd2\x7a\x7b\x0d\xbb\x20\x22\x26\x52\x29\xb7\x9b\xdd\x1e\x66\x10\x69\xbe\x29\x88\xfd\x23\x78\x28\xd2\x21\xe7\x24\xad\x10\x14\x1d\x79\x7e\xed\x26\xda\x28\xd0\x3e\xd2\x65\xd5\x57\x3a\xc1\x6f\x27\xe0\xc5\xd3\xbb\x24\x5f\xe0\xd5\xff\x1b\x7f\xcf\xff\x42\xe2\x77\x3f\x70\x9c\xeb\x07\xf4\xce\xe4\xc4\x58\xf2\xfc\x85\xb8\xfd\x21\x6e\x6b\x9c\x27\xbc\xcf\x65\xe9\x16\xa2\xaf\xab\x7f\xdf\xf6\x9b\x83\x47\xc1\xd5\x85\x94\x3e\xef\x34\x55\xfc\x42\x51\x3b\x67\x5f\xdf\xab\xaf\xa0\xd8\xb5\xfa\xc6\x35\x1d\xc7\x55\xac\x84\x39\x8f\xdb\xdd\x42\x97\x38\x8c\x4d\xd3\xb8\xb8\x73\xbc\x8e\xff\x9d\xf8\xe1\xd6\xf3\x2b\xd4\x43\x9e\x47\x36\xb7\x54\xed\xd3\x8c\xc8\x0d\x71\xb9\xb0\xbf\x21\x36\xea\x66\xc0\xa2\xe6\xd7\x77\x43\xa3\x73\xfc\xb6\x37\x1f\xeb\xb7\x89\x7a\xe4\x6f\xd4\xd0\xc3\x8e\x8d\x9c\xe6\xbf\xa1\xb6\x9f\xbd\x24\xfc\x63\xc0\x9c\xe3\x2f\xd9\xbb\xc3\x7e\x06\xec\xa8\x1c\x60\x77\x84\x94\x07\x4c\x3f\x78\x9f\x16\x0f\x2c\x09\xd8\x5e\xf2\x8b\x36\xf7\x7f\x19\x78\xb6\x48\x98\x36\x0b\x60\x04\xae\x29\x58\x4b\x27\xfa\xb6\x07\x7e\xca\xff\x44\x67\xf8\x14\x06\xae\xde\xb1\x8c\x2e\xf6\xfc\x15\xe8\xb5\xb5\x9b\x3e\xef\xa1\x00\xc4\xaa\x71\xe3\x9d\xc5\xd3\x01\xad\xe6\xf5\x47\xd9\x43\xd6\x8b\x81\xc7\x15\xa4\x5e\xbe\xef\xac\x26\xbc\xd6\x13\x8d\xb3\x04\x6f\x47\x72\x7d\x71\x2e\xbf\x6e\x23\x9f\xcf\x2a\x76\x90\x3e\x42\xc7\xf3\x6f\x11\xfe\xe3\xc0\xbd\x1e\x32\xbf\xf2\x0e\x3d\xd4\x16\x5a\x43\x51\x1b\x8c\x1e\xfc\x66\x16\x4b\x5c\x5f\x94\x73\x7f\xb2\xd5\x09\xf5\xb6\xa9\x0a\x77\xed\xfd\x37\x98\x29\x24\x94\x77\xb7\xa5\x48\xbb\xb0\x22\x2e\x76\x2b\x2c\x3e\xeb\xc9\x0a\xac\xec\x3a\xb4\xc7\xc9\xe7\xb8\x8f\xd7\xed\xc1\xd3\x1d\x7e\x75\x1e\xf5\xb7\x57\x75\x67\xfb\xaf\x72\x97\xba\xed\xf0\xad\xcf\xaf\xd2\x9d\xba\x7e\x8e\xf6\xf4\x29\x75\x57\x6f\x6b\xa7\xc7\x7a\x1b\xbb\x0f\x36\x37\xd0\xd3\xbc\x5e\x79\xd8\x36\xf4\xd0\x1b\x3c\x93\x3c\x4d\x6b\x9d\xe8\x5c\xcf\x44\xcf\xe9\x27\x36\xd2\x15\x1e\xa2\x5e\xf2\x47\x42\xe9\x7a\x77\x67\x2f\xeb\xf2\xb3\xf4\x4d\x57\xda\x6b\x67\x69\x07\xfd\xcc\x55\xca\xfb\xd2\xfe\x31\xf4\x3d\xd7\x4b\x5e\x7b\xf7\xda\x42\xde\xf1\x29\x90\x7e\x9a\x1b\x77\x76\xcb\x7f\xf3\x7f\x48\x9c\x9b\xf7\x1f\x1b\x6a\xb9\xbe\xef\x96\x8d\x84\xc7\xef\x8a\xba\x48\x7c\x2e\xda\x77\x5e\x23\xf9\x72\xee\x72\xe7\x04\x0e\x9e\x8a\xec\x21\x7e\x4a\x87\x36\x3d\x24\x3e\x5b\x7b\x14\x9f\x92\x3a\xb1\x61\xfe\xab\x29\x84\xef\xb8\xfc\x4e\x62\xd4\x61\x8a\x9a\x5d\xfb\xc6\xd6\xe8\xa1\x02\x6b\xdc\x88\x57\x17\x3c\xee\xeb\x2c\x8a\xbc\xf0\x32\x24\x7e\xbc\xc5\xe8\xc0\x49\x2f\x97\x66\xf9\xd8\x1a\x7b\x45\xbd\x1c\xbf\xb3\xcc\x21\xdc\xd5\xf6\xa5\xfe\xa9\x2a\xa7\x00\xc7\x6f\x2f\xba\x3b\x17\x3b\xb1\x1d\x56\xbf\xb8\xf9\xb9\xc8\xc9\xc4\xe1\xf6\xd3\xad\x34\xed\xa8\xec\x70\xe4\x5e\x0d\x64\xed\xff\x38\x8e\xbb\x35\x0b\xe2\x0e\x59\x8e\x65\x57\x9b\xa0\x6c\x7f\xc9\x49\xf6\x62\x2e\x34\xed\x43\x9d\xb4\x9b\x4a\x61\x69\xe7\xe9\x74\xb6\x21\x06\xf6\x76\x12\xce\xb6\xb5\xba\xf0\xb4\x5d\xee\x32\xfe\x44\x17\xec\xed\xc6\x39\x57\x1c\x6d\x41\x92\xf5\x35\x17\x97\x8a\x6f\x48\xb5\xde\x05\x2c\xe9\xfd\x6f\xfd\x67\x33\x2b\x6a\x39\xf8\x79\x4f\xcd\x7d\x0e\xf6\xae\x68\x22\x7c\x7e\xcf\xd4\x76\x22\x28\xbb\xfa\xf1\x06\xa9\xa7\xe7\x3f\x74\x91\xf5\xb5\xf6\xe4\x43\xa2\x7f\x38\x3c\xf3\x29\xd9\x4f\x15\x45\xbe\x7c\xcf\xc1\x6d\x3e\xef\x89\x8f\x44\xf6\xf8\x2f\x0a\x1c\xcc\xd4\xfb\xf9\x44\x68\x0a\x45\x4d\x0e\xe9\xdf\xab\x95\x2b\xb6\x37\xde\xb9\xdf\xcc\xe1\xcd\xa8\xfc\xa0\xd1\x3f\x3d\x23\xcb\x75\xd7\x79\x4d\xe8\xf7\x9d\x55\x65\x70\xc2\xf9\x62\x7f\xcb\x96\x1b\xc6\xe7\xec\x6e\x0d\xb0\x8e\x95\x98\xc6\x58\xf7\x0e\x08\x5c\xfb\x68\x36\xd2\xaa\x76\x60\xc6\x87\x02\x53\xa6\xd5\xaf\xef\x97\x71\xd3\xf8\x80\x95\xe8\xfb\x8b\xe8\x31\x0a\xb7\xba\xd0\x5b\x86\xb3\xc6\x5f\xad\x8e\x3e\xc8\xc1\x59\xe3\x4d\x56\x55\xdd\xca\x38\x6f\xac\x67\xbd\xe1\xfa\x22\x9c\x34\x61\x58\xbf\x6a\xbb\x8f\x53\x26\xa2\x36\xd3\x5b\x2e\xe1\x84\x89\xad\x4d\xe5\xb9\x21\xd4\x1a\xdf\xb0\x55\x6c\x48\x45\xad\x71\x8f\x6d\x58\x6d\x1b\x1a\x8d\x03\x80\x6d\x3f\xc9\x38\x94\x97\x13\xfd\xcf\x37\x26\xf7\xf9\xbf\xe8\xe5\xea\xc0\xee\xf6\x5e\x21\xf3\xa2\x63\x69\x27\xa9\x13\xad\x39\xf7\x88\x7e\xaa\x6e\x07\xb7\x5f\xd2\xd1\xe8\x5e\xe2\x9f\x71\x80\xf5\x96\xf8\x03\xe4\x9f\xfa\x4c\x74\x85\x1b\x34\x7e\x14\x73\x70\xb1\x27\x97\x27\x4e\xe7\xdd\x83\x4f\x39\x0a\xa8\x96\x8d\x1c\x15\x61\x07\x58\x9a\xca\x68\x78\x97\x02\x41\x27\x55\xcb\x5d\x95\x81\xc9\xcd\xcc\x87\xf6\x4b\x81\x35\x89\x5a\xb0\xba\x08\x1c\x08\xd1\x19\x6d\x21\x0a\x9c\xef\xd5\x8d\x25\xf7\xf7\x3f\xea\xdc\x37\x53\x03\x7e\x58\x69\x5d\x32\xb5\xc3\x7b\x80\xa9\x6a\x32\xee\xe7\x55\x80\x39\xcf\xc4\xbb\xaf\x06\xd0\xf0\xfe\x47\xe7\x70\xf1\xb1\x38\xa0\xbd\xc3\x54\xab\xa7\x0e\xd0\x9a\x69\x3a\xb6\x33\x0d\xd0\x2a\x32\xb3\xba\x16\x09\x68\x1f\x34\xbd\xdb\x16\x0a\x68\xb5\x98\xdb\x5d\xa8\x04\x74\x92\x80\x43\x5c\x1d\x68\xd5\x69\xd2\x17\xeb\xed\x5d\x6e\xde\xdf\x9f\xc8\xf5\x45\xba\x21\x7f\x3b\xf4\xbf\xf1\x37\x3c\x7e\x4e\x74\x10\x27\x8a\xb9\xbc\xf8\xa1\x6d\x1f\xc9\xb8\x15\x7e\xe2\xf6\x0d\xda\x5a\x3c\x48\xf4\xa5\xab\x63\x41\xf6\x57\x19\x3c\x5e\x33\x65\x01\x17\x23\x9e\x02\x32\x6a\x14\x15\x20\x0b\x98\xf4\x48\x84\xbb\x59\x03\x3e\xf3\x14\x95\x1d\x86\x80\x94\x77\xa3\xaa\xad\xcf\x03\x8b\x15\xd4\x22\x2c\xee\x03\x3b\x7f\x31\xa5\xcd\x02\x80\x63\xc7\x34\x22\x4d\xdc\x80\xd6\x39\x1a\x23\x8c\x83\x81\xbb\x5e\xcc\x39\x46\xad\xc0\xfb\xb9\x8c\x97\x7c\x1f\x03\x3e\x6f\xab\xfb\x7c\x60\x39\x20\x37\x45\x5f\xf9\xe3\x65\x40\x31\x4c\xbf\xe3\x55\x1b\xa0\x2c\xaa\x7f\xf8\xd9\x72\x40\x59\x97\x25\x70\x7f\x15\xa0\xfc\x96\xd5\xd7\x75\x17\x50\x09\x62\x95\xdf\x3c\x02\x8c\x7a\xf4\x6b\xa8\x9a\xcc\xfb\xb7\x17\x9a\xc9\xfa\xff\x68\xd7\x35\xa2\x83\xe9\xf4\xef\x22\x71\x5d\x6e\x7d\x44\x78\xef\x73\xba\x2f\xc9\xcf\xab\x8b\xde\x93\xf5\xf4\xf0\xd7\xaf\xe4\xf3\x7e\xfc\x26\xf1\xe6\x4d\x62\x13\xbd\x0c\xdf\x07\x61\x21\x8f\xff\x4d\xe7\xf1\x7a\xa3\x79\xbc\x9e\xb7\x3f\x20\x14\x4b\x51\x9e\x3e\x80\xc1\x45\xd1\x99\x0e\xb6\x80\xbb\xbd\x4c\x9a\xb5\x1e\x10\xb7\x5e\xee\xb8\xc5\x5e\x60\xd6\x07\xc5\xef\x7c\xdf\x7e\x63\x4f\x60\x5f\x89\x8a\x82\x61\x32\x70\xa2\x4c\xc5\x99\xf5\x15\x68\x89\x1f\x75\xdd\x40\x1f\xe8\x3c\xa6\xb2\xc7\x40\x03\x78\x51\xa7\xa2\xcf\x8a\x00\x06\x8e\x29\xbe\xd5\xcd\xe3\x8c\x87\x4c\x0a\x5f\xe7\xa0\xb1\xf1\xd7\x3e\x40\x5c\x5d\xe9\xd6\x0f\x72\x93\x5d\x53\xef\xed\x27\x40\x72\x91\xe6\x84\xde\x24\x40\xca\x5f\x4b\xf6\xd1\x31\x40\x7a\xe5\x87\x80\x66\x72\x9e\x7c\x6a\x75\x8d\xe4\x7b\xb7\x69\x0f\xd1\xfb\xb5\x7d\x7c\xcc\xbd\xff\xae\xfb\x9a\xf8\x63\xd5\xd6\xf6\xe5\x52\x84\xff\x1d\xd0\x25\xeb\xe1\xb6\x3f\x73\xa8\xff\xfa\xa1\x18\x73\x71\x19\xcf\x07\x84\x7f\xff\x3d\xd5\xef\x6f\xbe\xd3\x49\x0c\x18\x51\x4f\x51\x8e\xeb\x01\xed\xab\x42\xfa\xd6\xa3\x01\x47\x15\x89\x0e\x0b\x71\x20\x72\xa6\xf4\x06\x93\x91\xc0\x44\x1f\x99\x69\x46\x57\x80\xa5\xba\xf2\xd3\x0d\x57\x02\x5b\x07\x14\x83\x59\x0d\xc0\x81\x3d\x8a\xd5\x7a\x34\x70\x62\x92\xa2\xb8\xbe\x14\x70\x5e\x5b\x49\x46\x77\x23\x70\x6d\x8f\xc2\x4a\xdd\x47\xc0\x93\x35\x0a\x25\xba\x1a\x40\xdf\x4e\xb9\x3c\x5d\x7b\x00\x69\x32\x3a\x7c\x9d\x83\xcc\x20\x57\xe7\x20\x68\x04\xc2\x65\x8e\x54\x18\x20\x77\xf4\x84\xd8\x5f\x48\x4f\xfb\xe7\xcb\xaf\x11\x9d\xd3\x9d\x9c\x1e\x12\xdf\x35\x83\xa7\xc4\x17\xe5\x42\xdc\x6b\xe2\x03\x54\xa7\xf0\x85\xec\x1b\x4e\x38\x0d\x90\xfd\x56\xf9\x65\xae\xfe\xab\x60\x19\xfe\xf2\x01\xe0\xfb\x20\xcc\xe3\xf9\x26\xf0\x7d\x20\xe2\x79\x7a\x11\x3f\x1e\xff\x6f\x13\xcd\xd3\x41\x58\x00\x5a\xe7\x04\x17\x99\xcd\x03\x6c\xec\x45\x07\xf9\xf7\xfc\x0d\x33\x80\x94\x4b\x92\xc7\x0d\x1e\x01\x73\x16\xc8\x44\xb0\x16\x01\x6b\x32\x64\x6b\xf5\x16\x03\x3b\x77\xc9\x9e\xd4\x65\x01\x07\x54\x64\xab\x74\xca\x80\x63\xb9\x72\x22\xda\xa5\x40\x7d\x8b\x6c\x8e\xd6\x1b\xa0\x4d\x54\xe6\x8f\x16\x0d\x74\x3b\xca\x8a\x6b\x9b\x03\xaf\x0a\x64\x96\x68\xd9\x03\xdf\xa3\x25\xdf\xf1\x75\x0e\x8c\x23\x1c\x14\x92\x15\x56\xe3\x8e\x0b\x95\x82\x2a\x0e\xde\x73\xec\xe6\xea\x3f\xbe\x3d\x23\x7e\x48\x17\x1d\xdf\x11\x3f\xa8\x86\xd6\xef\xe4\x7c\x75\xb2\x6e\x50\x8f\x83\x15\x3c\x1d\xc0\x3f\x3a\x18\x9e\x3e\x80\xef\x87\xc2\xf7\x41\xf8\xc7\x07\x82\x37\x0f\x22\x79\xfa\x18\x8f\xdf\x3c\xfd\xc3\x66\x2e\x5a\x7c\x01\xd4\xe3\x47\xce\x32\xfc\x02\x98\x7e\x13\xce\x61\x5d\x05\xbc\x85\x45\x75\x59\xa7\x80\x78\x4d\xf1\x5a\xed\x27\x40\xba\xa2\xd8\x1a\x3e\xaf\xad\xab\x08\xe4\x14\x48\x33\x75\x46\x02\xf9\xfe\xd2\x69\xda\x5e\x40\xf1\x18\xe9\x89\xda\x4c\xe0\x88\xb2\x8c\x9a\xe6\x54\xe0\xb4\xb9\xd4\x11\x8d\x28\xe0\x82\xaf\xe4\x4e\x4d\x17\xe0\xe6\x52\xa9\x76\x4d\x01\xe0\x91\x8d\x94\xaa\xc6\x44\xe0\xbd\x95\x44\x02\x73\x37\x30\xa0\x24\x26\xc8\x2c\xe4\x8c\x83\x48\x9d\x58\x0b\x77\x3c\x3a\xdf\xf7\x12\x5d\xd4\x65\x39\x6e\xfc\xe7\xc4\x7e\x90\xbf\xb3\xa6\x62\x98\xeb\x0b\xc6\xcb\xf3\xff\xd5\xc1\xf0\xeb\x00\x5f\x07\xc2\xaf\x87\x13\x79\xe3\x92\xc0\xd3\x09\x05\xcf\xe6\xa2\x33\x0f\x4d\x05\x80\x11\x4a\x14\xa5\xd3\x07\x48\x49\x52\x14\xcb\x10\x30\x2c\x16\xb2\xd2\x89\x07\x9c\xd5\x84\xe6\xe9\xca\x02\xe1\xbf\x44\x5a\xb4\x07\x80\xb4\x11\xa2\xfd\x5a\xe6\xc0\xac\x34\x31\x61\xad\x23\xc0\xb2\x83\xe2\x8f\xb4\xda\x81\x0d\x01\x92\x32\x9a\x2f\x81\x1d\xf5\x92\xc2\x9a\x1e\xc0\x3e\x37\x49\x25\x0d\x7b\xe0\xd0\x1f\x89\xb5\x9a\x93\x81\xea\x03\x52\x9b\x98\xbe\x40\x63\xb6\x84\x36\x73\x31\xd0\xf6\x51\x62\x05\x73\x2a\xd0\x15\x2b\xe1\xc2\x7c\x00\x3c\xaf\x90\xb0\x57\xaf\x05\xfa\xa2\x45\xbb\xd4\xc7\x02\x83\x9d\xc2\x5f\xae\x64\xf4\x11\x1d\x54\xd3\xea\x9f\x44\xff\x54\xc7\xf3\xb9\x39\xca\xcb\x77\xbe\x0e\x86\xaf\x07\xdc\xc8\xf3\xcb\xe0\xeb\x40\xe6\xf1\xfc\x2d\xa6\xf2\x7c\x33\x52\x79\x7d\xd4\xa2\x6d\xb8\xf8\x4f\x3f\x94\x22\x2e\x1a\x8e\xe5\x22\xd3\x03\x10\xbd\x4b\x51\x3a\x67\x01\x3d\x96\x40\x27\x27\x8f\x6d\x8f\x09\xbc\xd7\x7c\x04\x04\xca\x09\xad\xd0\x32\x06\x12\x75\x44\x94\x99\xdb\x80\xc9\x72\xc2\x63\x99\xa3\x81\x39\x02\x22\x32\x1a\x1a\xc0\xb2\xe5\xa2\xc5\x1a\x53\x81\x75\x2f\xc5\x0e\x68\x74\x02\xdb\xc7\x89\x77\x33\xb3\x80\x42\x09\xb1\x41\x8d\xf9\xc0\xa1\x5e\x89\x9b\xea\xc9\x40\x55\x92\xd8\x16\x75\x3b\xe0\x8c\xba\xd8\x6e\x75\x16\x70\xe1\x97\xd8\x21\xf9\x2e\xa0\xcd\x9b\xa2\x18\x55\xc0\x9d\x25\xa2\x45\x8c\x50\xe0\xb9\x8a\xc8\xec\xe6\x70\xee\xf3\xaf\xcf\xc3\x12\x0e\x1e\x4b\xc1\x5f\x3a\x98\x7f\xfc\x50\x8c\xff\xae\x03\x0b\x78\xfa\xc8\x19\xdf\xb9\x38\x41\xec\xef\x79\xc0\xf7\x85\xf1\xe0\xf9\xe9\x58\x45\x71\x51\xbf\x8b\x8b\x8a\x3c\x9d\x8c\xa6\x2a\xa0\xa5\x3b\x72\xb3\xa4\x3d\xa0\xf9\x80\xa2\x98\x56\x80\xe7\x44\x81\x83\xa2\x63\x01\xcf\x3a\x8a\x62\xa6\x02\xa9\x4d\x42\xb5\x52\x77\x80\x71\xdf\x28\x4a\x26\x0e\x98\xf6\x88\xa2\xd4\xbd\x80\x25\x2f\x84\x9b\x24\xea\x80\xc5\xd9\x14\x25\x36\x03\x58\x25\x4f\x51\xea\xde\xc0\xee\x0a\xd1\x4c\xc6\x12\xa0\x44\x59\xe4\xa1\x84\x08\x50\xdc\x47\x51\x92\x82\x40\x65\x25\x45\x31\x26\x03\x8d\xb5\xa2\xcb\x19\xc1\xc0\xc5\x2a\xd1\x58\x11\x45\xa0\xd5\x80\xfb\x5e\x92\xaf\x03\xf9\xbf\xfb\xc2\xfc\xcb\x77\xf2\x79\x1e\xae\x0f\x80\x00\xd3\xd1\x9e\xf0\x7d\x33\x3d\x4c\xc8\x7b\x9c\xe0\x60\x07\xc1\x14\x40\x43\x30\x2a\x43\x28\x08\xd0\x75\x49\xfd\x2e\x56\x0d\xb0\x32\xa7\x1d\x95\x4a\x05\x58\xd2\x0b\x37\xc9\x08\x03\xac\xd0\x9c\x5d\x72\xd9\x80\xbe\xc9\xee\xab\xf2\xa9\x80\xfe\xb9\xc3\x52\x8a\x6f\x00\xdd\x3f\xf5\x3f\x15\xcd\x01\x5d\x95\x6b\x56\x0a\x0d\x80\xce\xcf\x27\x47\x15\x02\x00\xdd\xec\x2f\x57\xe5\x6b\x00\x9d\x34\x40\xba\x0a\xd0\xe8\x00\xc4\x75\x07\xf6\x6a\x96\x00\x92\x4b\xbf\x06\x6a\x8e\x03\x24\xef\xbd\x2b\xe4\x64\x84\xd4\x8e\x17\x7a\x5a\xcb\x01\x99\x6d\x8f\xfd\xb5\x4e\x01\xb2\xfa\x77\x95\xb5\x01\xc8\x9b\x76\x25\x68\x87\x00\x72\x9e\x37\x28\xad\x13\x80\x6c\xe6\x95\x4b\x3a\x6e\x80\xfc\xea\xb6\x50\xcd\x74\x40\x9a\x54\xfb\x7f\x74\x20\x3c\xfd\x03\xdf\x07\xe3\x7f\x74\x20\xfc\xf7\xfb\x7c\x1f\x80\x44\xfb\x0a\x32\x0e\x8d\xae\xbf\xc8\x38\x84\x06\x1a\x0a\xba\x02\x5a\x13\xa2\x46\x0b\x97\x02\xfa\xc9\x29\xed\xe2\x6f\x00\xfd\x9a\xa9\x71\x92\xe5\x00\x4b\x7f\xc1\x55\x69\x36\xc0\x7a\x92\xc3\x92\x1b\x06\x58\xd9\xbb\xe3\x15\x9a\x00\x96\xc7\xe1\x64\xa5\x5c\x40\xef\x78\x43\xba\x92\x36\xa0\xb7\xaf\x23\x57\xe9\x19\xa0\x6b\xf3\x94\xa5\x50\x04\xe8\xe5\xfc\xd0\x53\x78\xc0\x1f\x07\x36\xa5\x75\x1a\x90\x62\xfe\xb8\xae\x95\x0f\x48\xeb\x7c\xfc\xa9\x9d\x02\xc8\xf4\xbf\x9e\xad\x53\x00\xc8\xa7\x3c\x9b\xa9\x73\x1a\x90\x7f\xf6\xe0\xa4\x76\x17\x20\xd7\xd3\xfd\x44\xd7\x0e\x50\xe8\xeb\x7c\xad\x6b\x0a\x28\xf4\x5e\x6b\xd5\x5d\x05\x28\x06\xb7\xbf\xd0\x49\x05\xe4\x8f\xb4\xfe\xd1\x9d\x0d\x28\x10\xf5\x16\xdf\x0f\xe4\x7f\xf5\x0f\xfc\x79\xf0\xb7\x0e\x84\x8f\x7c\x5d\x8c\xfa\x3d\x8f\x99\x02\x0b\x00\x2d\xbb\x80\x01\xa1\x73\x80\x76\x5d\xc4\x7a\x11\x2b\x80\xa5\x99\x3c\x49\x42\x0e\x30\xf2\x4f\x7f\x2c\x43\x01\x06\xe3\xe6\x87\xc8\x5c\x05\x0c\x1f\xaf\x1f\x52\x78\x03\x18\xb5\xec\x6e\x1b\x35\x05\x30\xd8\x76\x78\xdd\x28\x4b\x80\xb5\xe5\xec\xb2\x51\xa7\x01\x96\xca\x8d\xe7\x2a\x8a\x80\xfe\xc1\xe7\x8d\xa3\x8c\x01\xfd\xf5\x3f\x8f\x29\x59\xf2\xc7\xe1\xd7\x26\x1d\x09\x40\xa6\xe1\xab\x94\x2e\x05\xc8\x0b\xbc\xdf\xad\x1b\x03\x28\x30\x5f\xbc\xd0\x39\x08\xc8\xe7\x3f\x1e\xaf\xfb\x0c\x50\xac\xb9\xa7\xa5\xe7\x06\x28\x8d\xbd\x7d\x48\x2f\x06\x50\x5a\x7f\x3d\x47\xf7\x25\xa0\xf8\xf0\xca\x0f\x3d\x03\x40\x49\xff\x52\x8b\x9e\x3e\xa0\xc8\xbe\x70\x4e\x4f\x03\x50\x24\xee\x88\xc1\x55\xff\x77\x3e\xf0\xe7\x01\x3f\x7e\xde\x7d\x5f\x1e\xf2\x75\x31\x7c\x7d\x10\x5f\x27\xc5\x3a\x1b\xee\x27\x56\x0b\x18\x48\x27\x4e\x94\x48\x05\x8c\x7f\xa6\x7b\xc9\x6a\x03\x46\x4f\xe7\x5b\xcb\x3d\x04\x4c\x44\xd7\x3b\x29\x7d\x05\x8c\xd7\xee\x16\x53\x31\x02\x8c\x75\x2a\x4d\xd4\x36\x01\x86\x93\x1a\x93\xd5\x12\x00\x03\xe7\xce\x08\xd5\xdb\x00\xcb\xe6\x45\xc8\xa8\x7e\xc0\x20\x6c\xf0\xfa\xa8\x10\x40\xf7\x31\x20\x7b\xef\x67\xaf\xde\x3a\x40\xa1\xe1\x63\x91\x9e\x31\xa0\xa8\xf6\x46\x4d\x7f\x16\xa0\xbc\xe3\xd9\x5e\xfd\x3c\x60\x94\xe1\x83\x6e\x7d\x16\xa0\x5c\xd5\x7d\x4a\x3f\x11\x18\x25\xda\xa9\xa1\xb7\x17\x50\x7a\x7f\xb5\x9d\xd5\x0c\xa8\xf4\xb6\x45\xe9\xd7\x02\xa3\x9c\x5a\x2b\x58\xd5\x80\xca\xec\xa6\xb9\x7a\x55\x80\xd2\x64\xfc\x47\xff\xc0\xcf\x07\xc7\xd4\xbf\xf9\x4e\x3e\xcf\xc3\xf5\x41\x10\x78\x66\x3a\x8e\xf0\x5d\xa7\x2c\xa7\x90\x71\xd8\xe2\x78\x55\x60\x06\xa0\x93\xe5\xf9\x49\xd8\x14\x30\x50\x08\x3e\x2b\x36\x0b\x30\xb9\x1a\x5f\x23\x2d\x08\x98\x8a\x4e\xca\x96\x2d\x02\xcc\x9e\x67\x85\x29\x19\x01\x26\x6f\xd6\x19\x2b\x17\x01\x26\x0a\xbb\x0a\x54\xea\xff\x33\x0e\x1f\xce\x65\x32\x2c\x01\x43\xed\x5b\x49\x0c\x37\xc0\x20\xf3\x55\x3b\x67\x3c\x0c\x8b\xe8\x1c\x95\x93\xc3\xaa\xac\x69\x80\xd2\x81\x6f\x16\xac\x7e\x40\x45\xe4\x5d\x89\x81\x16\xa0\xaa\xd6\x7b\xc7\xd0\x0a\x60\x78\x3c\x9a\x6c\xa8\x09\x30\x42\xee\xbe\x30\x88\x06\xd4\x24\x6e\x25\x18\x96\x00\x8c\xe1\x8e\x20\x23\x55\x40\x3d\xbb\xed\xb1\x61\x2c\xc0\x50\x68\xdd\x66\xa8\xc5\x39\x8f\x34\xfd\x34\xec\x07\x18\x93\xcf\x89\x18\xce\x03\xd4\x48\x97\xc8\xff\x3f\xfd\x83\xd5\x0c\x2e\x9a\x54\x52\xff\xd1\x41\x88\xe6\x1b\xf9\x91\xf8\x73\xac\xe4\x47\xfe\x01\x34\x6e\xdb\x85\x08\x9c\x07\x0c\x34\xdd\xd8\x22\x2f\x00\x13\xab\xc0\x06\x09\x2f\xc0\x74\x20\x36\x4b\x7a\x0c\x60\xd1\x33\xfe\x95\xfc\x27\xc0\xc2\x69\x6e\x83\xb2\x08\x60\x6e\xb4\x26\x53\x65\x17\x60\x76\x63\xb7\x80\x3a\x67\x9c\x94\x8f\x6c\x62\x26\x03\x26\xc9\xe7\x7f\x6b\xfc\x06\x8c\xb2\x6e\xff\x66\x4e\x06\x8c\xfa\xde\x7f\x64\xd6\x02\x46\x0f\x39\x7f\xf7\x2f\x17\xc3\x93\x80\x9a\x45\xdf\x27\x23\x49\x40\x5d\xf9\xe5\x4e\xa3\x23\x00\xb3\xea\x69\x1a\x89\xf3\xc9\xfd\x5d\x46\x6b\x01\x66\xe1\xed\x66\xe3\x32\x40\x33\x84\xaf\x8b\x6b\xdf\x62\x7c\x14\xd0\xa8\x6b\xbd\xc9\x39\x91\x69\xe4\x36\x2d\x36\x9d\x0c\x68\xad\x39\xe7\x65\xac\x09\xa8\xf7\xd4\x35\x19\xab\x01\xea\x64\x37\xf0\xbf\xfa\x87\x7f\x78\x6f\x1e\xef\x6b\x48\xfc\x0f\x46\xfc\xd0\x53\x25\xf9\x50\xcc\x22\xf5\x94\x79\xc5\xb4\x7d\xe4\xdd\x7f\x75\x31\xc6\xdf\x9d\x21\xa6\x05\x98\xa7\xfa\xb6\x4b\xba\xfd\xab\x17\xb3\x46\x9a\xa7\xe2\x1f\xc0\x7a\x5c\x66\x8a\x4a\x3c\x60\x39\x79\xf5\x78\xb5\x1a\xc0\x62\xfe\x2e\x07\xe6\x0b\xc0\x5c\xf2\x88\xb4\x16\x05\x98\x5a\x36\x3d\xd7\x1a\x03\x18\x9f\xb9\xf3\x48\x73\x3b\x60\x22\xf0\x69\xa4\x66\x26\x60\xdc\x08\xa8\xab\x7c\xdb\x60\x1c\x01\x30\x6f\xbc\xa9\x30\xb1\x07\xb4\x22\x9e\x9e\x35\xf1\x07\xb4\x4a\xef\xc3\x74\x3e\xa0\x53\xd7\x75\xdc\x34\x0b\xd0\xc9\xbc\xd1\x61\xea\x0d\x68\x77\x5c\x89\x35\x95\x00\xb4\xe8\x8b\x06\x66\x0d\xf8\xa9\x6b\xdf\x7c\xdf\xe4\x32\xa0\x79\xba\x71\x99\xd9\x15\xb0\x75\x82\xeb\x6c\x4d\x73\x01\xcd\x1b\xa7\x83\x4d\x8a\x01\x0d\x23\x4e\x9c\xde\xcd\xd4\x5f\xba\x30\x0b\x9e\x8e\x92\xcf\xf7\x71\x79\x4f\x91\x5f\x9a\xc4\xd7\x5f\x21\x46\x97\xf4\xc7\xd0\x39\x6d\x24\x24\x68\x0b\x98\x2a\x59\x2e\x15\xd5\x06\x2c\xca\xed\xc5\xc4\x53\x00\xeb\xd5\x5e\x71\x52\x8d\x80\xdd\xa8\x70\x6b\xb9\x5f\x80\xdd\x60\x6a\x9d\x72\x15\x60\x37\x71\x56\x89\xda\x2c\xc0\x66\x43\x76\x0f\xb3\x1e\xb0\x5a\x9a\x7f\x47\x2b\x11\xb0\x88\x38\xb2\x45\xfb\x2d\x60\xf6\xa6\xc5\x5b\x77\x0a\x60\x7a\xfc\xbe\xb9\xae\x16\x60\x5a\xf0\xfd\x97\xf6\xb3\x3f\xe1\xa6\x1f\x01\xed\x53\x1f\xb4\xcc\x55\xf1\x5e\xff\xec\xb3\x57\xe6\xba\x78\xa6\x4f\x3f\xa0\xcc\x57\xe2\x2e\x6b\x45\x57\x83\xf9\x5d\xdc\x66\x35\x5f\xaf\xb7\x88\xc5\x75\x03\xb5\xf6\x23\x16\xe9\xb8\xcd\x3a\xd4\x3a\xc5\xa2\x04\x3d\xac\xe8\xe6\x09\x16\xe2\x78\xa5\xf7\xba\x91\x61\x5e\x8a\x6f\xba\xbb\xce\x38\x5b\x68\xe0\x9b\xee\xb6\x1a\x17\xf3\x3c\xd0\x3a\x8e\xc7\x9b\xcd\x7f\x00\xda\xe4\xcc\xf5\xbf\xfa\x07\x6e\x1e\x50\x94\xf6\x19\x2e\xaa\x07\x72\x50\xb2\x50\xed\x1a\x99\x07\x15\xcc\xd3\x23\xc5\x01\xd6\x1d\x5d\x0b\x41\x33\xc0\x8c\x61\xdc\x23\xe2\x01\x58\xbf\xb2\x9a\x26\x9e\xff\x6f\x7f\x31\xa7\xd2\x10\x45\x45\x0d\xc0\xd9\x3d\xc9\x44\xa5\x13\x70\xdc\x38\xbd\x5b\x7d\x1f\x60\x1f\xb3\x32\x5e\x6b\x0e\x60\x2b\x96\x3f\x5d\xb7\x00\xb0\x9a\x74\xe4\xa5\xbe\x12\x60\x81\x8b\x52\x06\xae\x80\x79\xd6\xa3\x66\xd6\x0e\xc0\xc2\x71\x30\x88\xb5\xfa\x7b\xb2\x45\x03\x6e\x18\x16\xbf\x1c\xb2\xf4\xc3\x31\xe3\xb1\x0f\xb6\x59\x7e\xc6\x3e\x93\x84\x2e\x39\xab\x6c\xe4\x9b\x74\x5f\x7f\x67\xd5\x84\x3d\x26\x95\xed\x12\xd6\x7b\xb0\xd5\x74\x5a\x4b\xa8\xf5\x26\x14\x9b\x44\x9d\x77\xb7\xae\xc7\x41\xe3\xc7\x0d\x4f\xad\xaf\xe3\x98\x71\x54\xed\x5c\xeb\xf3\x68\x34\x92\x3f\x15\x6c\xad\x8d\x1b\x06\x13\xaa\x46\x59\x3b\xe0\x2e\xab\xa0\x32\xcd\x66\x1a\x6e\x1a\x14\xfc\x77\x7d\xe4\xd7\x43\xfd\x01\xea\x3f\xfc\x3f\x45\x29\x93\x7d\x96\x7c\x9b\x32\xf9\x39\xdf\x0f\xc1\x6c\xb9\xc6\x4c\x01\x0d\xc0\x76\x8b\x7e\xbf\x70\x2a\xe0\x3c\xd3\x6c\x8b\xb8\x19\xe0\xba\xcb\xb1\x89\x73\xca\x75\xf7\xf4\xeb\x50\x3a\x0c\xb8\xe7\xc4\x19\x33\x44\x00\xd7\x8c\x29\x15\x9a\x13\x00\xa7\xe9\xcb\xc5\x74\x63\x01\xfb\xa3\x79\x0b\x59\xdf\x00\x9b\xa1\xa3\xf5\x46\xc9\x80\xb5\xc0\xe5\x75\x26\x41\x80\xe5\xa5\xe7\x0f\x4d\xa6\xb3\xaf\x5b\x1d\xa4\x4b\x4c\x9e\xbc\x5f\x64\xb3\x14\x81\x56\xb5\x8f\x3c\x6c\x5e\xc0\xd7\xea\xee\x6d\x6b\x3b\x33\x58\xda\xa4\x76\x18\xda\xa5\xc2\xd5\xfa\x4c\x9b\x9b\xdd\x09\xf8\x58\xa7\x5e\x38\x63\xef\x86\x00\x6b\x37\xbe\xfe\xe7\xcc\x09\x07\x3b\xc4\x59\xe5\x54\x3b\xd8\x17\x62\xbe\x85\x55\x55\xaf\xbd\x18\x76\x98\x09\x55\x3e\xb6\x6f\xc7\x4e\x33\xbd\x0a\x61\xfb\x31\x38\x64\x52\x56\x36\xdd\x5e\x1c\x75\x9c\x1a\xf1\xef\xfe\xc0\x8c\xd7\x1f\x47\x53\x90\x8b\x8a\xdd\x1c\x94\x5a\x23\xc7\xa4\xfe\xe3\x03\x60\xf4\x9d\xeb\x07\x61\x6d\x21\x4f\x7c\x22\xdc\x55\x35\x5b\x04\x5b\x00\xef\x91\x46\x1d\x62\x85\x80\xdf\x76\x5b\x31\x99\xd9\x80\xef\x53\x4f\x7f\xe5\xf3\x80\x4f\x57\x94\x1a\x73\x1f\xe0\x99\x31\xf1\xa4\x76\x3f\xe0\xb6\x78\xc9\x04\x4e\x4d\x77\xfa\xb9\x53\xca\xc4\xfe\xcf\x7a\x87\xa3\x95\x6f\x2c\xbe\xfd\x6c\xb1\x97\x6b\xc9\xb6\xb9\xff\x75\x85\x9d\xe0\xc3\x31\xf6\xf2\x1f\x07\xec\x5c\x07\x0e\x38\x68\x3d\x93\xb7\x7f\x4c\x77\x3a\xa5\x74\x69\x3b\x4e\xa5\x1b\x9d\x07\xae\x84\x38\x31\xe9\x9b\xce\x6e\xad\x2b\x9d\x15\xe9\x6b\xce\x97\xcf\xbb\x3a\x15\xd2\x03\x8e\x26\xf5\x0d\xce\x13\xe9\x01\xc7\x49\x7c\xff\x9f\x13\x2d\xce\x4d\xd0\xb0\x1f\x75\xa4\xc7\x39\x18\xbe\x36\xdb\x2b\xf4\x9d\x53\x10\x6b\x3d\xab\xec\xa9\xd3\x76\x64\x59\x7c\x2f\x99\xed\xd4\x8b\x15\x16\xe1\x45\xe5\x4e\xae\xd8\x6d\x16\xf3\xdf\x79\xc0\xcf\x03\x2e\xef\x2b\x30\x42\x9a\xec\x9b\x65\x6b\x45\xf2\x39\xa8\xcf\x14\x22\xfe\x72\x7c\x3f\x04\x17\x29\xf1\x46\x0e\x06\xdc\x54\x3b\x31\x72\x23\x10\x7a\x48\xfb\x93\x88\x04\x10\xc1\x30\x6b\x95\x3a\x07\x84\x25\x38\x8b\x28\x89\x00\x41\x8b\x43\x0a\x39\xa7\x26\xff\xe0\x71\xf2\x2c\xc6\xa0\xa0\xcf\xb8\xac\xc7\x66\x95\x5f\x73\x3d\xdb\x36\x3d\xb1\xdd\xfc\xfe\xa1\xbb\x65\xe9\x71\xa7\xe7\xaf\xf6\xb9\x7c\x3e\x3b\xd3\xad\xe5\x39\xe5\xbc\xac\xeb\x87\x67\xf6\x93\x11\x4e\x7f\x3e\x53\x5e\x6f\xef\x68\xb8\xc4\xd2\x56\xde\xd7\xda\x2d\x5c\xef\xd2\x9e\xde\x27\x9a\x2e\xba\x5d\xa5\xe3\xbc\xbe\xd4\x5f\x76\xab\xa0\x37\x78\x24\xd6\x2c\x74\x3f\x4b\x6f\xf2\xc8\x3b\x21\xec\xbe\x93\xae\x76\x9b\x75\x64\xac\xfb\x39\xba\xd3\xe5\x4e\xb9\xaa\x87\x31\xfd\xc2\xf9\x49\x99\x99\xfb\x4b\x9a\x76\x52\x2d\xae\x77\xbf\x0f\xa6\x83\xfe\xbe\x2d\x1e\xa2\x60\xd9\xe7\x16\x14\x78\x8c\x80\x93\x9d\x4f\xfe\x05\xf7\x35\x48\xb6\xbe\x4f\xd6\x83\x8b\xdc\xf8\x19\x47\xb8\x28\x4b\xf6\x09\xe2\xab\x04\x48\x7d\xd4\x51\x1a\x41\x74\x32\x16\xe4\x7e\x2a\xe0\xf8\x96\x8b\xbe\xd4\x88\x2c\x0e\x46\xbd\x17\x23\x7d\x22\xe2\xc1\xf0\x11\xe8\x02\x92\xac\xf4\x19\xe2\xd1\x40\x42\xa2\xad\xb7\xc2\x3d\x78\xc6\x74\xfb\xfe\xd6\xfc\xf5\xbd\x20\xfc\x47\xfc\x03\xb3\x8c\x77\x5f\x43\x47\xcc\x9c\x68\x2f\xf3\xdc\x2b\x90\xbd\xfa\xb0\xdb\x84\x07\x63\xfd\xbe\x14\xde\xf2\xd1\xee\x3e\xea\x33\xa9\x3a\x29\x60\x7b\xa7\xb5\x57\x42\xc7\xc8\xe0\x2d\x1d\x3b\x3d\x9d\x5e\xa7\x85\xfa\xb4\x75\x78\xbe\x65\xcf\x0f\x65\x37\xca\x78\xc7\xb1\x8f\x84\x44\xd7\xf4\x7a\x0f\xb2\x1f\x05\x25\x1d\x5b\xe8\xeb\xc5\xee\x0f\xcc\x3e\xfc\xd9\xd7\x90\xd6\xf2\x9f\x79\x68\x9a\xaf\x0d\xed\xe3\x7b\xa2\x64\xb9\x6f\x22\x3d\xdb\x7b\xda\xbe\x78\xdf\x4b\xf4\x46\x2f\x85\x82\x0a\xdf\x08\xfa\x94\x7b\x47\x7e\xbd\xaf\x26\x7d\xdf\x35\x63\x67\x80\xcf\x1c\x9a\xed\x2c\xb4\xdd\xd1\x27\x10\xb2\x8e\x0d\xb9\x73\x7d\x94\x61\xe4\x40\xde\x9e\x68\xf3\xea\xa4\x42\x36\xc1\x72\x01\x77\x0e\xaa\x8d\xe4\xc6\xcb\xbf\xff\xcd\xf7\x83\xe0\xfb\x21\x44\xe7\x70\x31\xe9\x1b\x17\x27\x66\x4b\x92\xf3\x56\x7a\x8b\xfa\x5b\x61\x63\x5a\x65\xb2\x8b\xe9\x4e\xb9\x8d\x5f\x1e\xa7\x75\xb9\x3b\x68\x0b\xbd\x0c\x49\x5e\x1c\x71\xdc\xca\xed\xfe\xa2\x38\xcf\x09\xc5\x6e\x79\x9d\xd5\xd1\x6d\x8b\x27\xf8\xcd\x6f\x7f\x1e\xb1\x61\xfb\xb5\x90\x8f\x2d\xf5\xa1\xcb\x2b\xeb\x22\x4f\x9c\xbb\x1c\x34\xdc\x9a\x39\x5a\xb0\x41\x29\xd0\xf9\x71\x54\xec\xf7\x33\x53\x02\x8e\x0f\xc6\xc6\x6d\xa9\xda\x12\xd8\x3f\x8c\xd1\x21\x87\x2c\x83\xd5\xd8\x7e\x51\xa7\x4a\x52\x83\x4d\xd9\x1b\xc3\xcf\xef\xd3\x0e\xbe\xc7\xae\x0c\x5b\xb8\xc7\x28\xf8\x0d\xfb\x49\x88\x68\xfe\x9a\xe0\x1f\x6c\x3a\x28\x63\xbb\x67\x70\x05\xed\xee\x6f\xb0\x35\x3e\x38\x80\x1e\xe7\xeb\xb5\xa9\x30\x68\x80\xde\xe1\x95\x9e\x53\x1d\xf4\x8a\x3e\xe5\xb1\x29\x67\x4c\xe0\x30\x7d\xc3\xad\x7d\x6d\x70\xa0\x1d\x3d\xe4\x7c\xee\xdf\x3c\xa0\x28\x01\x82\x32\xbc\x3e\x07\x2c\x1e\xbf\xc9\xe7\x7f\xf9\xf1\x8f\xb6\xa5\xfe\xe2\x41\xa7\x85\x73\x31\x33\x9c\xca\xa6\x28\x7a\xe9\xc2\x65\x8a\x59\x14\xf5\xc5\x32\x6b\x92\x7e\x87\xac\x41\xef\x9e\x8c\x67\x0e\x4b\xb4\xcc\xef\x0c\x4c\xfb\x12\xf8\xdd\xf2\xed\x95\xd2\x09\x93\x92\x4a\xbc\x66\x37\xcd\x4a\x65\x65\x4c\x0d\x4d\x3c\x7d\x2b\xa9\x2c\x47\x3f\x26\xe0\x84\x40\x3c\xab\xe4\x64\x42\x46\xa5\xdc\xe8\x05\x0d\x9b\xc6\xb8\x1e\x7c\x1c\x1d\xda\xed\x99\xba\xe9\x40\x47\x94\xea\x17\x91\xb1\x59\x7b\x6b\xa2\x86\x87\x5d\x52\xf6\xe4\x97\x44\x47\x0c\x57\x26\x2e\xd9\xd6\x13\xdd\x31\xfc\x25\xae\x25\x37\x2e\xba\x91\xad\x3d\xfa\xe0\xc6\x8e\xe8\x6c\xf6\xb4\xa8\x29\x1b\x94\xa2\xe6\xb0\xab\xc3\x7e\xad\xdb\x1b\xd5\xce\xee\x08\xbd\xba\x2a\x2c\xaa\x8a\x96\x0a\xca\x58\xf1\x3a\x6a\x2c\xed\x10\x60\xb0\x7c\x72\xa4\x14\x3d\xc7\xe7\xf2\x92\x49\x91\x93\xe8\x4d\xde\x31\x8b\x62\x23\x14\xe9\x8b\xee\xe4\x6d\x92\x14\xf1\x07\x1a\xf1\x9a\x1b\x8f\x0e\x8f\xd7\xb1\xe5\xe9\x80\xfc\x2f\xf3\xe2\xe7\xe9\x40\xf8\xf7\xa0\x67\xf3\x7c\x40\xb8\x7a\x80\xc1\xfe\x95\x0e\x1c\xfc\xdc\xb8\x36\x4f\x82\x4d\x51\xbd\x39\x6b\x4e\x68\x3a\x49\xde\xb9\x33\x79\xe5\x32\xcb\x12\xe6\xfc\xf6\x2d\x4b\x98\xde\x46\xe6\x85\x67\x97\xce\x53\x8a\xf9\xe5\x71\xa4\x4a\x60\x86\xf6\xe4\x63\x91\x76\xa5\x1d\xe9\xeb\x96\xd1\x89\x54\xe1\xcd\x09\x3f\x77\x53\xa9\xb5\x79\x76\xe3\xde\x9e\xb4\x1b\x7f\x72\xab\x5f\xea\x8c\x6b\x41\x93\xe2\x37\x3d\x18\x73\xf7\xb5\xd8\xe4\x13\x39\xfe\x63\xf6\x0f\xad\x98\x94\xb1\xfa\xed\x98\xfd\x43\xbf\xd3\x1c\x56\x9a\x8e\x49\x18\x9e\x9c\x22\xb3\x7c\x64\x72\xd3\x70\x5d\x62\xdb\xd2\xb5\xc9\xfe\xc3\x9f\xe3\xe7\x2f\x3a\x94\xf4\x8a\xed\x3c\x5a\x67\xfe\xe6\xa4\x3b\xec\x05\x51\x11\x0b\xcc\x12\x97\xb0\xf7\x47\x44\xce\xcb\x4c\x38\xc5\x7e\x1f\xb2\x77\x4e\x44\xdc\x35\xda\xd7\xbf\x28\x73\x47\x5c\x31\x1d\xe3\xd7\x3a\x5b\x2b\x6e\x12\xbd\xd0\x87\xdc\xc2\x1a\x51\xc3\x89\x47\x89\x17\x3f\x9f\xff\xf6\xe6\x7d\x8e\x0f\xe6\xcd\x7b\x9e\x3e\x86\xcf\x03\x2f\x27\xf7\xb9\x7e\xd5\xe4\x90\x7b\x8e\x7d\xd1\x5b\xc8\xbc\x79\x2e\xb7\xc3\x7c\xa4\x3d\x45\xdd\x79\x95\xc7\x50\x8d\x17\xee\x6e\x3f\xbc\x4d\xd2\xe8\x80\x0a\xfb\x6c\xec\x26\x37\x97\x3c\xe3\x3d\xc7\x8a\xd7\x3a\x86\xe5\xb8\x0a\x16\xcf\x58\xae\x39\x4e\x24\x74\xcb\xd6\x8a\xf9\x3e\x73\x7b\x93\x5f\xae\x1d\x98\x33\x69\x8b\xe6\xf8\x4d\xcb\xe7\xcd\x1e\x53\x7e\x3e\x5d\x6c\x61\xf2\x8c\xe1\x0b\x43\xd3\x98\xf3\x8c\xa6\xcb\x3d\x2a\x9a\x3e\x3f\x33\x71\x5a\xe2\xef\x6f\xd3\x8f\xcd\x4e\x9d\xea\x36\x94\x98\xae\x3a\xe3\xc7\x94\xbc\xa1\xeb\x13\x04\x66\x18\xa5\x8b\x0c\xdb\x8f\x1d\x31\xdd\x60\xb2\xe2\xf0\xca\x31\xb2\xd3\xe4\x27\x2e\x1c\x7e\x15\xff\x98\xaf\xf7\x98\x12\x98\x76\x9e\xbd\x30\x4a\x7d\xca\x88\x71\x1b\xd9\x87\xc3\x9b\x26\x9e\x1f\x17\xc7\x7e\x1b\x32\x6f\xe2\xcb\xb1\x8a\xb4\x44\xd0\xca\x09\x87\x52\x13\x69\x9b\x00\x4f\x40\x2c\x96\xfa\x3f\x75\x20\xa3\x8f\xfe\x1d\x7f\x56\x0d\x17\x57\x91\xf1\x19\xb0\xd9\x4c\xee\xf9\xbd\xef\xe4\xf2\x81\x4f\xc3\x0a\x9a\x38\xd8\x35\xa1\x88\xdc\x87\xbd\x3a\xb2\xd4\x52\x61\x34\x45\x35\x6e\x2c\x3e\xa4\xf3\x5d\x61\x7c\xd5\xe7\xc2\x9b\xb6\x77\xf4\xee\xed\xdf\x95\xff\x3a\x40\xc0\xde\x75\xdb\xcc\xad\x17\x93\xa4\x02\x5c\x56\xee\xd8\x60\x35\x4b\x3f\xee\xfd\xbc\x3d\x6b\x25\xd6\x79\x8e\xdd\x39\xf3\xf0\xaa\x81\x12\xf6\x04\xd9\x29\x41\xd9\x4a\xe7\xc4\x27\xb9\x4d\x5c\xb2\xa2\xf8\x9e\xff\x64\xb5\xf1\x1a\x2b\x34\x7e\x3c\x9f\x74\x30\x4d\x67\x69\xff\xd0\x8f\xb4\xd6\x71\x55\x8b\x86\x86\xe3\x52\x30\x4e\x6b\xc1\x9e\xe1\xc3\x49\x55\xe3\xa6\x65\x85\x0e\xdf\x48\xd4\x1f\xbb\x61\x8e\x34\xdb\x6e\xf4\xa6\x54\x64\x54\xb2\x27\x45\x47\xa5\x16\xce\x52\x66\x1f\x88\x48\x4b\xbd\x31\x43\x94\x7d\x2e\x6c\x30\xe5\xea\xd4\x3b\x34\x15\x9c\x3e\x26\x73\x2a\x8b\xb6\x0e\x38\x38\xc6\x7e\x72\x15\x9d\xe8\x17\xfd\x6f\x1e\x38\x0e\x70\x31\xd2\xe3\xef\xf9\x9f\xc5\xab\x8f\xeb\x54\x38\xd8\x6f\xb1\x8d\xab\x7f\x99\xb7\xe7\x2e\x45\xf8\xef\xfd\xe4\xfd\xda\xed\xd6\x83\xa4\x60\xb4\x59\x55\x2e\xe6\x60\x63\x78\x55\x82\x48\x18\x45\x9d\xb8\x72\xec\x9a\x7a\xbc\xe4\xc4\x52\x8b\xca\x75\x66\x60\xfe\xda\x59\x7c\x28\xc7\xb3\xd6\xc2\x6b\x75\x53\xc9\xf1\x98\x1f\x1e\xfd\x73\xa9\xbd\x4b\xa6\xf8\x47\xe4\x4e\x99\xba\xe7\xe0\xaa\x31\x71\x67\xd3\x12\x77\x7d\x2e\x5a\x95\xa4\x92\xdc\x97\x9f\x56\x5f\x3b\xc6\x2c\x61\x54\x9e\xc0\x9d\x95\x29\x62\xb1\x37\x76\x16\x7e\xf5\x1b\xb3\x28\x56\x69\xdb\xa7\xe1\x8b\x89\xf2\xb1\x4b\x36\x81\x2d\x11\xa7\x13\xbb\x70\xc3\x6c\xb6\xd3\x68\x56\xec\x87\x75\x12\xec\xb1\xd1\x0b\xe2\x04\x57\x25\xb3\x77\x47\x3c\x8d\x63\xac\x90\x62\xb7\x85\x6d\x89\x73\x59\x92\xc1\xfe\x15\xa2\x14\x2b\xbd\xb8\x9e\x36\x08\x9c\x1f\xbb\x75\x81\x16\xed\xef\xdf\x32\xfa\xc6\xbc\x46\x7a\xa1\x4f\xc7\xe8\xbe\xb9\x69\xf4\x5a\x1f\x49\xc0\x92\xe7\xf7\x10\xfc\xf4\xef\xfa\xc7\xef\x07\xc1\xed\x87\x30\xb0\x7f\xa7\x27\xf7\xf9\x17\x69\x70\xe3\x2f\x23\xdf\xbb\x2d\x59\x49\x7c\xf1\xdb\x18\x27\xc8\x7d\xd8\xb3\x8b\x6a\xb6\x71\xf0\x78\x4c\x3d\xe1\x35\xcb\xd3\x1b\xb7\xab\x8c\xa7\xa8\x5d\xb7\xeb\x2e\x18\xe8\x28\xe7\xe6\x28\xd5\xae\x70\x5e\x6f\xb0\x73\x41\xc7\xc9\xb7\xe1\xa6\x0e\x97\x27\x3f\x39\xb6\x76\xfc\xf7\x00\x87\x94\x23\x47\x6a\x96\xa7\x84\x96\xc7\x1d\xac\x1c\x5d\x40\x47\x0c\x47\x59\x1f\x76\x3d\xbd\x32\x6a\x28\x6c\x7b\x85\xd0\xad\xf3\xd1\x8f\x42\x66\x97\xaf\xf8\xb4\x2b\x7a\x56\x48\x48\xd9\x44\xf6\xfc\x48\xcb\x50\x99\xe2\x24\xf6\x9e\xf0\x9b\xa1\x01\x85\xc6\xec\xb6\xd0\xd3\xa1\xab\xf2\xaf\xb0\xfb\x83\x97\x87\x7c\xdf\x11\x4c\xdb\x04\xf8\x87\xfc\xc8\x6d\xa5\x93\xfc\xcc\x42\xcf\x6f\x3c\x48\xcf\xf2\x35\x08\x2d\xcc\xb1\xa6\x37\x79\xcf\x09\x7b\xb1\x46\x8c\xde\xee\x6d\x14\xa6\x92\x9d\x4c\xb7\x78\xd8\x85\x2e\x59\x5e\x4b\xbf\x73\xad\x04\x7c\xbf\x72\xe3\xe5\xfb\x02\xf1\xf3\x9f\x1b\xff\xef\xe7\xf9\x84\xef\x7b\x3f\x67\x7f\x35\x37\xfe\x8a\x2f\x24\xfe\xce\x63\xe4\x3e\x7c\xdb\xa7\x5a\xc2\x03\x37\x8a\xd7\x6f\xe0\xe0\xc9\xa6\x26\xa2\x07\x28\xdb\xc1\xf5\x49\xd9\xb3\xb9\xcd\x50\xfc\x3d\x45\x6d\x7a\x78\x59\x48\xf3\xb0\x74\xf0\xd2\xb7\xad\x97\x6d\xf2\x34\x7a\x66\x7c\xbd\x20\x19\xf0\xc3\x7c\xfd\x98\xea\x73\xf9\x29\x9f\xdc\xa6\xc5\x7c\x6a\x7c\xb2\xa8\xc7\xab\x38\xcc\xf0\x6c\xcb\x2e\x3b\x3f\xe3\x80\xd7\x0d\xd7\xaa\x1d\x03\x4c\x7d\xfd\xeb\xbf\xde\x1c\x11\xf0\xd2\x7b\x5c\xbd\xcf\x87\xc9\x01\x13\xbc\x06\xce\x28\xd3\xae\xbe\x5f\xf9\xfd\x3b\x7c\xc4\x8f\xcc\xa3\xe7\x7b\xbb\xfb\x2a\x1e\x3a\x45\x2f\xf1\x36\xf3\x4d\x3d\x60\x4e\x17\x78\x96\xfa\xdc\x29\xd2\xa1\xaf\xb9\x35\xf8\x8e\x2a\x28\xa0\x9f\xba\x6e\xf6\x7d\x96\x7f\x90\x7e\xeb\x2a\xeb\xe7\xbc\x43\x89\x1e\x74\x1e\xf0\x13\xcc\xed\x82\xb2\x93\x98\xdf\x93\x4d\x6a\x60\x3a\x1e\x00\xe2\x1d\x79\xf5\x9f\x37\x2f\xd6\x90\xfc\x18\x6c\xdd\x45\x9e\xeb\xc7\x43\x07\x88\xef\xcd\x93\xce\x4a\x32\x4e\xdd\x92\xd5\x44\xe7\x70\x45\xb1\x81\xe8\x49\xcf\xed\x3f\x4f\xe6\x43\xf5\xca\xd6\x27\x1c\xac\x90\xbb\x12\xc3\xc1\x42\xad\x0e\xc2\xff\x6f\x2a\xbc\x45\xea\x46\xf6\x93\x2e\x4a\x55\x50\xf0\xea\x9c\xd0\x5b\x3e\xa6\x4a\xca\xf2\xe3\xcb\x6e\xc6\x78\xad\xd0\x1f\x15\x33\xf3\x7a\x4c\x42\xb8\xb5\x4a\xc8\xac\x8e\xbc\x2c\x61\xfb\x0b\xbe\x67\x3a\x02\xb7\x5f\x72\xfa\xe8\x91\x7b\x6d\x62\x55\x9f\xcb\x0e\x57\xe5\xab\x6f\xae\xb5\xbb\xa6\x38\xa7\x5c\x5d\xf5\xf6\xb1\xcb\x7d\xe7\x90\xf6\x0d\xf4\x7b\xa7\x5b\xce\xbd\x17\x1e\xd2\x3f\x9c\x52\x9d\xaf\x34\x26\x43\xd6\xa1\xd2\x75\xd5\x69\x25\x9a\xed\x64\xe5\xb2\xe3\xe4\x21\x98\xd9\x0d\xb9\xae\x3d\x7a\x00\x16\xf6\x2a\xae\xfd\x15\x96\x70\xb1\x1b\xe3\x5e\x56\xea\x0f\x73\xfb\x75\xee\x81\xc5\xe9\x08\xb1\x9d\xe7\x36\x75\xaf\x15\x66\x59\xdd\x71\x73\xda\xe3\x89\x15\x96\x59\xff\xfa\xa1\x64\x13\xdd\x30\xad\xc5\xd5\x81\x7c\x36\x2d\x25\xe3\xf0\xec\xc9\x51\x92\x2f\xdd\x7d\x35\x64\xdd\xbc\x76\xfb\x1c\xb7\x0f\xd0\x8d\x16\xd2\x57\xa9\x06\xed\x84\xdf\xaf\xec\xbc\x4e\x78\xef\xe2\x30\x6e\xdc\xdb\xbe\xf6\x90\x7d\xc6\x2a\xcb\x87\xc4\x2f\x20\xcb\xec\xc9\x80\xd4\x58\x8a\x4a\x6f\x7e\x12\xaa\xfb\x56\x2a\x3f\xe1\xc7\xe3\x68\xe7\x68\xc6\xa9\xe0\x37\x8f\x74\xa2\xe3\x0c\x12\x7c\x74\x1e\x31\x67\xe7\x9a\x4c\x77\xad\x7f\xc4\xda\xa2\x62\x1e\xe5\x28\xfc\x70\x7a\xe5\x23\x4b\x55\xdb\xb6\x87\xf6\x6d\x9f\x2c\x2b\x6d\xec\x1e\x7c\x7d\x25\x66\xf1\xc7\x66\xea\xfd\x2f\xd8\x6a\x36\x68\xe3\x7a\xfb\x3a\x0a\xcd\x84\x6c\x76\x76\x64\xa2\xd0\xf4\xb3\x6d\xc7\x65\x2d\x6c\x34\xf7\xb3\xf5\x69\xf6\x41\x99\xa9\x9f\x9d\x5e\xc3\x3b\x14\x9b\x5e\xb1\xab\xa9\xbd\x8e\x03\xa6\xa5\xf6\x91\x27\xea\x71\xd0\x74\xa1\xfd\xf2\xa3\x21\x38\x6e\x52\x6e\x5f\x51\x71\x04\x75\xc6\xbf\x1c\xdc\x0f\x4e\x44\x9d\xc9\x48\xfe\xfa\x07\x70\x9f\xff\x97\xdc\x32\xb2\x6f\x7e\xa1\x5d\x65\x4e\x11\xfd\xc3\x19\x52\x47\x3b\xc2\x9b\x08\xff\x7f\xc1\xfa\x12\x19\xaf\xd3\x2b\xae\x12\x9e\xfc\x68\xf8\x4d\x32\x0f\x0e\x64\xf4\x90\x79\xb3\xcb\x92\xeb\x17\xb1\x61\x1f\xd7\x27\x65\x31\xe3\x15\xe1\xc3\xd3\xd9\xef\xc9\x7c\x4b\xf9\xdc\x67\xa6\xb6\x59\x70\x45\xc4\xd8\x0f\xbd\x56\x7b\xe4\xed\xbd\xd3\x3e\x4c\x0b\x91\x51\x3f\xec\x22\xfd\xe1\xc2\x94\x71\x9a\xfd\x76\xc6\x7d\x41\xeb\x95\x74\x8e\x5b\x56\xf7\xb9\x1d\xfc\xad\xc7\x34\xbb\xda\xb7\xa3\x75\x87\xde\x7c\xd3\x39\x7d\x61\xcf\x2d\x74\xab\x4c\x3f\xf7\xed\x05\xb4\x3d\x4c\x4f\xbf\x18\x0b\x68\xa7\xf2\x75\x0e\x66\x3b\xef\x54\x03\x3a\xf7\xcd\x16\xdd\xe8\x06\x74\xe2\xcc\xe6\x5f\x59\x02\x68\x7f\x31\x2f\x6b\x8d\x03\x74\x1d\x2d\xa6\x36\xa9\xe1\x8f\xee\x57\x8b\xab\x0d\xb2\x18\xd2\xbd\x65\x19\x59\x2b\x86\x21\xdd\x6e\xcb\xaa\x93\x02\x60\xeb\x1e\xe1\xeb\x60\x7e\xa0\x8c\xcc\x83\x57\xfe\x55\xd1\x1c\xbc\xd7\x5d\xd7\xcd\xc1\xeb\x9b\x9b\x49\xdc\x2d\xdf\xdb\x48\x1c\xf5\x3f\xb9\xfd\x72\x8e\xe7\x77\x93\x38\xcb\xfa\xee\x93\x38\x0b\x36\x3d\x21\x79\x93\x7b\xfc\x25\xd1\x91\x65\x9f\x7a\x4b\x74\x56\x73\x8a\x3e\x91\xfc\x49\x13\xfb\x49\xf4\x74\x51\xcc\xc1\x2b\x12\xe6\x14\xe5\xf7\xed\xcf\x02\x03\x11\xb1\x78\xa7\xc3\x43\xde\x5e\x1f\xe4\x83\x6d\xbc\x87\x9b\xc7\x8d\x56\x32\x34\x17\x60\xdf\x59\xb1\x6f\x54\x98\xd1\x7b\x3a\xaf\xd8\x59\xc5\xc6\x20\x0a\x56\xe7\x36\xa9\x38\xb1\x82\x41\x3f\x8a\x1a\x15\xcf\xba\x0d\x0c\xfd\x51\x7c\xc8\x4a\x19\x48\x03\x94\x24\xf5\x0f\x7f\x2a\x04\x94\x64\xf4\xfb\x5f\x6b\x02\xca\x9e\xfa\x5f\x9f\xf4\x02\xca\xfb\x59\xb7\xee\xb6\x01\x2a\xea\x06\xb3\x6f\x1d\x02\x54\x85\x0c\x6e\x5d\xbb\x04\xa8\x66\x1a\x96\xb7\x8d\x01\xd4\xe6\x19\x55\xb6\x1c\x00\x18\x45\x46\xe3\xcf\x7d\x01\xd4\x1e\xf4\xf7\x94\x12\x1f\xbd\xb7\xa6\xc7\x35\x39\xf8\x70\x73\x3d\xd1\x53\xde\x34\x6d\x21\x3a\x97\x4b\x93\xaf\x12\xfd\xd7\xd9\xc6\x4e\x12\xd7\xc9\x85\x3d\x84\xf7\xaa\x28\x7e\x4c\xf6\x1b\x45\xfb\x7a\xc9\x3c\xda\xf1\xe9\x0d\xc9\xaf\x9c\x99\x1f\x49\x9d\x5d\x52\xfe\x7d\x3d\x07\xa7\x0f\xff\x22\xfb\x90\xe4\xfd\xdc\x3e\x2a\x7c\x9e\xcf\x4d\x13\xd0\x9c\x28\xb8\xc6\xfa\x38\xe0\xf4\x4c\x32\xc0\xcc\x00\x88\xbf\x21\x7d\xda\xe8\x12\x30\xcf\x47\x4e\x83\xd5\x0a\x6c\x1b\x94\x3f\xa2\xcb\x06\x8e\xdc\x94\x5f\xa8\xb3\x0e\xb8\xe4\x29\x2f\xa5\x23\x0c\x3c\xaa\x95\x33\xd2\x49\x03\xbe\x1f\x90\xe9\xd0\xde\x48\xfa\x57\x1c\xd3\xd8\xff\xbb\x00\x10\x57\xd3\x18\xfa\x9c\x01\x48\x9c\xd0\xcc\x7b\xb3\x1b\x90\x32\xd1\x0c\x7b\x56\x02\x48\xf9\x68\x3d\xbf\xdf\x0e\xc8\xd4\x6b\x0d\x74\x3b\x03\x32\xd0\xaa\xbb\x79\x16\x90\x69\xd2\x3e\x7a\x35\x11\x90\x1b\xf9\xe1\xd9\xf1\x65\xd4\x7f\x75\x70\x72\xad\x24\x0f\xda\xfd\xb9\xbe\x40\x8d\xe6\xb7\xc9\xf3\xad\x69\xba\xbf\x86\x83\x47\x26\x3c\x23\x71\x96\x2c\x7f\x45\xe6\xc9\xee\xa7\x1f\x6a\xb8\xf3\xe0\x5b\x26\x77\x1e\xf4\x93\xf9\x35\xdf\x92\x2e\xa2\xfe\x73\xff\x3f\x86\xc7\xef\xf1\xef\xfd\xdb\x2b\x03\xea\xd6\x23\x0f\x9b\x1d\x01\x6c\x4b\xc4\x7c\x0c\x17\x01\x11\x2c\xf1\x32\xd6\x51\x60\xda\x22\xa9\x40\x9d\x9d\xc0\xea\x1b\x52\x7a\xda\x87\x81\x7d\x42\xd2\x25\x5a\xbb\x80\xea\x3d\xd2\x83\x9a\x09\x40\x9b\x9e\xd4\x6f\xcd\x60\xe0\xfe\x1a\xa9\xdd\x9a\x7a\xc0\xbb\xd5\x92\xd3\xb5\xf4\x01\xd0\x12\x52\x8c\x39\x9c\x71\x11\xac\x93\x1e\xc1\x1e\x45\xce\x0c\x51\x3f\x48\xc7\x06\xf1\x91\x7d\x84\xa9\x65\x6c\xee\xbd\x00\x88\xb4\x4a\x1f\x78\x4a\x9c\x1c\x18\xa9\x77\x9b\x01\x51\xd1\x67\xef\x1b\x1e\x73\xfe\xae\x9e\x11\x97\x49\xbf\xbc\xf6\xaa\x8e\x36\x0e\x9e\xef\xe4\xea\x01\x4e\xa7\x3d\x22\xeb\xe7\x71\xe6\x4b\xb2\x0e\x96\xbd\x7d\x47\xea\xe3\x5e\xad\x2f\x24\xee\xed\x1a\xfd\x44\x0f\x97\xd3\xce\x26\x7d\xa7\xf8\xfc\xf7\x4c\xde\xfd\x7f\xbe\x1e\x88\xef\x7f\x60\xaf\xc6\x45\xa3\x40\x40\xd6\x84\xa2\x0c\xca\x01\xf3\x52\xe1\x20\xdd\xaf\x80\xff\x5d\x91\x64\x3e\xcf\xad\xed\x0f\x2c\x3a\x2f\x3e\xa4\xd9\x0d\x6c\x1d\x25\x51\xa9\x19\x02\x1c\x54\x90\x2c\x57\x7f\x05\xd4\xfc\x14\xcf\x62\xaa\x02\xad\xcf\xc5\x87\xd4\xf7\x02\xb7\x14\xc5\x59\xea\x6e\xc0\x73\x13\xd1\xcf\xea\xbb\x80\xef\x43\x22\x3f\xf8\x3a\x07\x91\x3a\x9e\xce\x81\xa2\x79\x1d\x8d\xfa\x9f\x72\xf1\x33\x97\xb9\x3d\xf7\xf6\x12\x07\xef\x29\x5c\xf6\xe0\xd6\xc1\x1b\xa4\x2e\xb6\x5a\xde\x25\xf3\x81\xaf\x03\xe3\xeb\xa0\x2a\x8a\xb9\x3a\xa8\x62\xf6\x0f\x72\xae\xda\x7d\xe0\x0f\xd1\xa5\xf3\x7d\x00\x56\xf6\x70\x71\xae\xd2\xdf\xfc\x7f\xec\x8a\xbf\x79\x6f\x8b\xd3\x5c\xd4\xf9\x05\x88\x0d\x52\x94\x4e\x3c\x60\x98\x2e\x28\xa8\x71\x1c\xf0\x14\x13\x8c\xd7\xec\x01\x12\xde\x0b\x3f\x61\x2e\x05\x66\xca\x0b\x77\x33\x33\x81\x55\x47\x44\xd3\xd4\x67\x01\x79\xbd\xa2\xcb\x18\xce\xc0\xc1\x91\x22\xe5\x6a\xbd\xc0\xa9\x40\x91\x6c\xb5\xe7\xc0\xf9\x39\x22\xe5\x0c\x65\xa0\xe3\xb2\xc8\x4b\x86\x31\xf0\x50\x40\x64\x03\xe3\x2c\xf0\xc1\x51\x24\x83\xe1\x01\x0c\x67\x09\xbe\xe6\xeb\x1c\xa8\x2d\xff\x8c\xcb\x47\x2e\x0e\x3c\xe3\xe0\x8d\x15\x37\xc9\x73\x6e\x5d\x76\x97\xbc\x68\x68\xd8\xfa\x8c\xd4\xc9\x93\x5f\xdf\x92\xfc\xaf\xd4\xf8\x42\x74\x43\x07\xbe\x0f\x10\x9d\x75\xc1\x36\x36\x79\x1f\xb3\x8d\xd7\x1f\xe5\x9f\xbe\x38\x3c\xfe\x7b\xba\xf7\xdf\xf3\x20\x82\x17\x3f\xbf\x1f\x8a\xc9\x09\x2e\xaa\xd9\x00\x23\x07\x29\x4a\x23\x00\xd0\xb5\x18\xb9\x88\xb9\x1d\x70\x29\x11\xd8\xcc\xfc\x0c\x44\x25\x0b\xe9\xaa\xcf\x00\x26\x8f\x11\x5a\x26\x57\x0c\xcc\xb1\xa4\x28\xe9\x4a\x20\xdb\x9d\xa2\x64\x07\x81\x1d\x71\x14\x25\xb7\x1c\x28\xbe\x4c\x51\x6a\xaf\x80\x13\x4c\x91\xc5\x9c\xf1\x68\xb8\x2e\x52\x22\x97\x0d\xb4\xde\xa7\x28\x69\x7d\xe0\xc6\x01\x8a\x92\x7c\x0d\x3c\x5a\x44\x51\x52\x07\x81\xbe\xcf\x14\x25\xb1\x1f\xf8\x13\x43\x51\x23\x47\xf0\xc7\x83\x8b\x97\x7d\xef\x91\x75\xe2\xec\x89\xa7\x24\x9f\x6b\xa2\xdf\x13\x7f\xc1\xa3\xc3\xdf\x88\x7e\xee\x60\xdf\x9f\x40\x0e\xee\xab\xe6\x7e\x6b\x3b\xcf\x0f\x88\xef\x87\xb2\x84\xf7\x7c\x67\xf7\xf1\xf8\x7f\x9e\xff\x03\x5f\x0f\x14\xc8\xcb\x13\xc7\xfb\x5c\x34\xe4\xf5\x59\x52\xe4\xf9\xc5\x48\x79\x01\xb2\xb7\x28\x4a\x52\x13\x30\x7c\x46\x51\xe2\x62\x80\x9b\x29\x45\xa9\x75\x03\x29\x47\x05\x36\xcb\xac\x02\xd2\xad\x29\x8a\x31\x03\x58\x21\x2d\x2c\x3e\xf2\x0f\xb0\x22\x8d\xa2\x24\x28\x60\x6b\x20\x45\x89\x9f\x02\x0a\xb4\x28\x4a\x6c\x3d\x50\x36\x96\xa2\x84\x4f\x03\x55\xa3\x28\x4a\x34\x17\x68\x48\xa2\x28\xb1\x2e\xe0\xd2\x77\x8a\x12\x9d\x03\xdc\xce\xa2\x28\x89\x61\xe0\xd9\x68\x8a\x12\x49\x05\xfa\xf4\x29\x4a\xf0\x10\xf0\x27\x83\xa2\x9a\xf7\xf7\x12\xdd\xeb\xe9\x53\x7d\x44\xef\x79\x62\xc7\x4f\xa2\xab\xae\xd4\xe2\xea\xa0\xf8\x3a\x98\x1d\x3c\x7f\x14\xbe\x1f\xca\xb2\x1d\x7f\xe7\x41\x3a\xaf\x9f\x50\x0a\xcf\x27\x28\x2a\xeb\xef\x7c\xb0\xe5\x8d\xbe\x3e\x2f\x4b\xf9\xfa\x07\x61\x4f\x40\xf4\x1a\x45\x09\x6c\x00\xd4\xc3\x29\x4a\xd0\x0b\xb0\xd9\x4c\x51\x02\xd3\x00\xff\x40\x8a\x12\xda\x0b\x24\x3e\xa1\x28\xe1\x29\xc0\x54\x77\x8a\x12\x28\x05\xb2\xa6\x53\x14\x7f\x3c\xa8\x1c\x20\xa7\x8a\xa2\x54\x7b\x81\xe2\x87\x42\x0c\x11\x47\xa0\xc4\x81\xa2\x46\x2c\x02\x2a\xaa\x29\x4a\x2d\x02\x38\x9f\x26\xbc\x87\xf3\xdc\xcf\xee\xe3\xfe\x9e\xf6\xa7\x14\x35\x62\x2d\xd0\x15\x40\x51\xc2\xea\xc0\x73\x1f\x8a\xaa\x9f\xf1\x89\xf8\xe3\x9d\xec\xeb\x27\x7a\x98\x23\x61\xb8\x4e\xfd\x57\x07\xc3\x8b\xeb\x7f\xfd\x50\xfe\xc9\x03\x9e\x1e\x2a\x8d\xfe\x7b\x1e\xf0\xeb\xa2\x87\x27\xfe\xd2\x81\xe8\xf2\xf4\x52\xf2\x26\x5c\x1c\xf1\x1a\x18\x79\x82\xa2\x46\xbc\x04\x46\xb5\x53\x14\x25\x07\x98\x14\x50\x14\x95\x04\xb8\x69\x52\x94\xc0\x15\x20\xf2\x2e\x45\x09\x64\x02\xa9\x2f\x29\x6a\xe4\x00\x30\x9d\xd7\x31\x75\x0e\xe7\x09\x3a\x02\x4b\x7d\x39\x0b\x1b\xb0\xde\x91\xa2\x54\x5f\x03\xfb\x9a\x84\xe4\x39\xff\xbd\xf0\x13\x45\x51\x76\x40\x29\xef\xc4\x70\x84\x77\xb2\x3e\xc3\x73\xd0\x6b\x1a\xa0\xa8\x11\x59\xc0\x35\x5f\xee\xfb\xb8\x30\x1e\xaf\xc9\xe7\x39\xf9\x7c\x2f\xff\xde\xff\xff\xea\x40\xf8\xc8\xff\x39\x97\x07\x1a\xd1\xe0\x7b\x93\x83\x62\xa9\x11\xe4\xbd\xb7\x8c\x6d\xf2\x2b\xc2\x7b\x44\x4e\x59\xcc\x41\xc6\xd2\x85\x1b\x84\x06\x00\x35\x7a\xdd\x7c\x61\x17\x80\x91\xbc\x2b\x5d\x64\x2f\xa0\x3e\xbb\xdc\x5a\xec\x26\xc0\xb8\x7b\xa6\x52\xac\x10\x50\xeb\x6c\x3f\x2a\xaa\x05\xa8\xed\x7b\x28\x2c\xe2\x0d\xa8\x09\x7c\xcc\x10\x3c\x09\x28\x0d\x70\x7e\x17\x20\x4e\x94\x7a\x03\x01\x92\xa5\x1c\xfc\x52\x24\x49\x7a\xd2\x7f\x58\x22\x41\x9c\x5d\x5e\x79\x49\xbc\xe3\xe0\xd3\x55\xc2\x93\x38\xf8\xd0\x9a\xb3\x62\x50\xd4\x9d\xfd\x12\x24\xb3\x6f\xfc\x50\x2b\x00\x44\x2a\xae\x34\x32\xa4\x00\xd1\x75\x97\x1b\xd4\x36\x01\x22\xc7\xf0\x1f\xff\x07\x3e\xcf\xc9\xef\x03\xe2\x3c\x93\xfa\xbf\x74\x20\xff\x20\xef\xe7\x75\x2e\xad\x1c\x14\x5a\xe6\x43\xfa\xe7\x48\x59\x84\x11\xfe\x53\xf5\x5a\xf2\xc9\x91\x41\x00\x23\x3e\x3d\x4b\xb0\x05\x60\x6e\x5d\xb0\x5b\xe4\x05\xc0\x34\x5d\x97\x23\x5a\x09\x30\xae\xe6\xf5\x88\xca\xfc\x3b\x0e\xea\xf3\xeb\x96\x70\x62\x54\x6b\xba\xf2\x49\x84\x06\x18\x66\x8f\x5c\x45\xad\x00\xb5\xc6\xcf\xd7\x85\x95\x00\xb5\xc9\x80\xc0\x02\x7a\x94\x0c\xe1\x22\x7f\xb6\x4b\x1e\xe0\xe0\xc7\x24\xe9\x10\x12\x7f\x98\xda\x20\x20\x92\xfc\x6c\xac\xda\x63\x40\x64\xde\xa3\xef\x52\xc4\xb9\xe9\xee\x15\x09\xa2\x58\xea\x5a\x25\x45\x3a\xbb\x75\x58\xa9\xeb\x00\xe2\xa6\xed\x5b\x19\xd7\x01\xb1\xda\x8b\x3b\xd4\x19\x80\x38\xf9\x7f\x06\x1f\xa2\xfe\x9f\xfa\x87\xff\x5b\x07\xc2\xd7\xc5\x8c\x78\xe8\xd8\x44\x9e\xd3\x41\xef\x28\x0e\xca\xc5\x86\x12\x9e\x94\xc1\x4a\xec\x15\xb8\x01\x30\xe7\x4d\xee\x12\x5e\x01\x30\x7f\x66\x6d\x17\x95\x05\x98\x79\x6b\x2b\xc4\x28\x80\xa9\x96\xdf\x28\x56\x09\x30\xab\xcb\x17\x4b\x8c\x03\x98\xca\xf5\x25\x12\x63\x00\xc6\xc3\x6b\x8b\xc4\x5a\x01\x46\xe8\x13\x4b\xd1\x10\x80\x31\xe5\xbb\x90\x70\x3f\x7f\x1c\x7e\x5b\x71\x2a\xa8\xd0\xd4\xaf\x4c\xb9\x2f\x9c\xbf\xe5\x6d\x35\xc3\x0e\x10\x59\xd7\xbb\x99\x21\x0a\x88\x94\x3e\xde\xc1\x18\x0f\x88\x2e\xef\xb9\xaa\x3e\x1d\x10\x4f\xe9\xbe\x24\x4f\x1c\x8c\xae\x17\xa9\x1b\x01\xe2\xd6\x57\xea\xd4\x5b\x01\x09\x95\xcb\x3e\x8c\x69\x80\x98\x56\xcb\x1b\xc6\x1a\x40\x8c\xa8\xbf\xf9\xba\xa8\x7f\xf4\x40\x3c\x5e\x87\xdf\x0f\x85\x1f\xbf\xe5\xdf\xf7\x9f\x13\x2d\x48\x3f\x84\x91\x65\x76\xe4\xde\xab\xe4\x39\x0f\xc2\x67\xa8\xf6\x86\x9e\x18\x71\x0f\x60\x74\xc5\x17\x0a\x3a\x01\x4c\xc5\x89\xb7\x85\x65\x00\x4d\xcd\x79\x83\xa2\x34\xa0\x79\x71\xcd\x15\x71\x00\x1a\x07\xf3\x4f\x4b\x8c\x06\x98\x07\xcb\xb7\x49\x44\x01\xcc\xcf\x0d\x62\x92\x4b\x00\x0d\x87\xeb\xe3\xa4\x54\x01\xf5\x33\xcf\x46\x8a\x73\xc6\xc7\x63\xa0\x41\xcc\x18\x50\xeb\x02\x04\xc7\xff\x98\xaf\xbe\x94\x13\x67\x5f\x96\xfa\x67\x40\xec\xe9\xab\x1b\xcc\x70\x40\xfc\xdd\xd3\x48\xe6\x61\x40\xe2\xfa\xfd\x83\xcc\x10\x40\x62\x43\xd7\x22\xcd\x91\x80\xb4\x5a\x67\x3c\x33\x0e\x90\xb8\x7f\x6d\xbb\xc6\x6c\x40\x2a\xbd\x4d\x8b\xd9\x0d\x48\x6e\x6f\xf5\x66\x9e\x01\x24\xd3\x9a\xbc\x99\x93\x00\x89\x97\x24\x1f\x5a\xa9\xff\x53\xff\xf0\xb7\x0f\xc6\xbf\xfc\x2f\x9f\xff\xe3\xea\x42\xc4\x67\xda\x92\xba\xa0\xb0\xc9\x9d\xf4\x41\x67\x14\x05\xbd\x12\x88\x04\xd4\x0f\xc4\xde\x10\xac\x06\xb4\xad\x26\x7c\x14\x7d\x03\x68\x0f\xce\xf5\x97\x50\x01\xb4\x3b\x57\xf7\x4b\xb6\x03\x5a\xdf\xf3\x37\x49\xd5\x01\xda\x3a\x15\xc5\x32\x0b\x00\x4d\xfb\xb3\x5a\xd2\x46\x80\xa6\xd6\x8d\x3a\xe9\x18\x40\x63\xce\x8b\x16\xc9\x62\x40\x53\xed\x8f\xad\x84\x3b\x3b\x9d\x29\x03\x88\xda\x7c\xde\xce\xd9\x71\x48\x2c\x7b\x73\x45\xc3\x02\x90\x1c\xf9\xcc\x5f\xd3\x06\x90\x7a\xff\xe0\xb3\x56\x05\x20\x6b\xde\x3d\x57\xcb\x0e\x90\x39\x77\x33\x5f\xeb\x35\x20\x7b\xf6\x5a\x8c\x96\x24\x20\x93\xd7\xa6\xa9\x15\x0e\xc8\x3c\x6b\xf9\xa9\xad\x0d\xc8\x3e\x6d\x0a\xd3\xdc\x04\x48\xd7\x34\x8e\xd2\x9c\x0f\x48\x2f\xc7\xff\xd1\x27\xea\x1f\xbe\xd3\xe8\xef\xb8\xb9\x3a\x08\x4a\x82\x55\xc2\x41\x41\x1b\xe3\x72\x0e\x4a\x97\x58\xb3\x38\xa8\x6e\xe4\xba\x78\xe4\x4f\x80\xb9\xcb\x3f\x54\xd0\x1f\xd0\x59\x16\xdd\x20\xf2\x05\xd0\x0e\x49\xbb\x28\xda\x0c\xe8\xa8\x65\x2a\x89\xff\x00\x74\xaa\x57\xbd\x97\xca\x02\x74\x95\xf3\x85\x65\x9e\x02\xda\x0d\x15\xcd\xb2\x86\x80\xb6\xfd\xd9\x6e\xd9\x73\x80\x96\x4b\x67\x99\xcc\x6d\x40\x6b\xfe\x9b\x75\x32\xa6\x80\xb6\x32\x20\x39\xfc\x6b\xaf\x96\x38\x20\xf9\xe9\xc3\x59\x2d\x67\x40\x3a\xb7\x77\x8d\x76\x3f\x20\x77\xfc\x51\x85\x36\x1b\x90\xa7\x7a\x56\xe8\x34\x02\x0a\x8e\x9d\x2f\x74\x8d\x01\x85\xa7\x7c\x3d\x58\xdb\x53\x9d\x25\x80\x7c\x47\x2b\x4b\xe7\x16\xa0\x30\xaa\xc9\x50\xe7\x0a\x20\xdf\x7b\x76\x91\x2e\x13\x50\xd0\x38\x73\x4c\x47\x09\x90\x23\xab\x39\xdf\x1f\xe8\x7f\x75\x30\xfc\xf8\xf9\xfc\x37\xff\xfe\xb7\x36\xd1\x41\xf0\xfb\x63\xc8\x3f\x32\x23\xdf\xd7\x74\x77\xb8\x2b\xa8\xf8\xaf\x4e\x4a\xaf\x2f\x52\x45\xf4\x17\xa0\x3f\x34\x76\x96\xc4\x6a\x80\x75\x28\x43\x58\x3a\x10\xd0\xbf\x90\xdd\x24\x2b\x01\xe8\xb5\xe5\xd5\xcb\xe5\x01\xba\xad\x15\xc3\xf2\x9b\x01\xdd\x79\xe7\xde\x2b\x34\x02\x3a\x49\x5d\x7b\xe4\xeb\x01\x1d\xef\x0f\x7b\xe5\x26\x71\xb5\x09\xd2\x9a\xdf\x8e\xe8\xa8\x01\xb2\xeb\x5f\x39\xeb\xad\x01\x94\x82\xf9\x7a\xb0\xbb\x4c\x7d\x3f\x40\xf9\xfd\xad\x45\xfa\x05\xc0\xa8\xb4\x6b\xd7\x58\xc5\x80\x4a\x63\xbb\x9d\xde\x53\x40\x59\xb9\xe5\xa2\xfe\x26\x40\xf9\xf2\xf9\x32\xfd\x4c\x40\x79\xdc\xd9\x1e\xfd\x62\x40\x79\xda\x99\x79\x7a\x9d\x80\x92\x48\x75\xa9\xde\x11\x40\x71\xc3\x7f\xeb\x22\x7f\x1e\x98\x4e\xfe\x3b\x7e\x4d\x5e\x9f\x35\xae\x0e\x42\xe8\x23\x83\xac\x5f\xb2\x41\xda\x61\x24\x0f\x5a\x8d\x8f\x8e\xf8\x09\xe8\xd8\xdb\x6c\x16\x7c\x0d\xe8\xf7\xb9\xbf\x13\x59\x08\x18\x7d\x0b\xed\x96\x70\x04\x4c\xb6\x8d\xf9\x2e\x7d\x19\x30\xb6\x9d\xa9\x2a\xbb\x03\x30\xec\x5a\xe9\x2b\xbf\x8f\x73\xaa\xd8\xc9\x56\x8a\x02\x58\x9a\x87\x8b\x94\x66\x01\x7a\x77\x9a\x26\x2a\x1d\x02\xf4\x1c\x7a\x54\x94\x92\x01\x3d\xc7\x2f\x2c\x85\x7b\x7f\x0e\xeb\x15\x02\x0a\x22\x1f\x16\xb0\xc4\x81\x51\xb6\x4f\xb3\x0d\x73\x00\xc6\x87\x9e\x2f\x86\x17\x01\xf5\xd8\xff\xd5\x41\x5d\xfe\xca\x39\xc1\xa9\xcf\xb9\x70\xda\x98\x53\x8b\x55\x9b\x18\x46\x8e\x00\xa3\xb6\xc1\xd4\x50\x13\x50\xad\xaa\x3d\x66\xb4\x06\x60\x68\x9c\xb4\x37\x7a\x08\x30\x84\xab\x96\x18\xc9\x02\xaa\x25\x64\x1f\xc0\x5b\x2f\x2c\x79\x75\x92\xaf\x83\xe1\xc7\xaf\xca\xdb\x27\x70\x75\x00\x12\xfb\x95\xb9\xfe\x20\xb5\x8c\xd6\x11\x13\x00\x1d\x23\x9d\x12\x81\xad\x80\xc1\x68\xb3\x02\x61\x06\x60\x92\xea\xd4\x29\xa6\x0b\x98\xcf\x0a\x9c\x22\xf9\x16\x30\x7b\x96\xe0\x26\x93\x09\x98\x7e\x98\xda\x26\xaf\x00\x98\xee\x5e\x41\x29\xf5\x01\x26\x79\x3b\x7b\x54\x6e\x02\x86\xef\x0e\xb3\x55\xbe\x02\x06\x99\x17\x2a\x55\x67\x00\xac\x9b\x0f\x52\x54\x1d\x00\x03\xad\x81\xc9\xa3\xd6\x7c\xdf\x6e\x38\x1e\x50\xf3\x7d\x71\xd1\xe8\x26\x67\xcd\xb9\x77\xdb\x54\x08\xd0\x7e\xd9\xb9\xd2\x54\x0f\xd0\x3e\x7d\x75\xa5\x49\x3f\xa0\xf5\xb3\x4d\xc8\x34\x1f\xd0\xae\xfc\x47\xff\x23\x6d\x0a\x40\x7b\x44\x9d\xa1\xc9\x7a\x40\x23\xb0\xe6\xb8\x69\x15\xa0\xb9\xf0\x44\xa9\xa9\x12\xa0\x31\xe2\xe8\x1e\xb3\x99\x80\xa6\xeb\xe1\x06\x33\x09\x40\xc3\xfe\xbf\xf3\xc0\xa4\x81\x37\xef\x79\xbc\x2f\x8f\xf7\x0c\x57\x08\x21\x79\x30\x55\x86\xe8\x46\x95\x34\xe4\x49\x5d\xd0\x5a\xa3\x7a\x82\x9a\x09\xb0\x5e\x68\x3e\x16\xb0\x04\x4c\x0f\x18\x55\x08\x5f\x05\x2c\xcf\xd9\xd6\x89\x17\x02\x36\xe9\x3e\x22\xd2\x1b\x00\xeb\xf3\xa3\x65\xe4\x2e\x03\xd6\xe1\x93\xf7\x29\x9d\x02\x2c\x19\x4b\x27\xab\x5c\x03\xcc\xce\xef\x78\xc4\xe0\x8c\xdb\x84\xca\x5f\xea\x51\xec\x55\xc6\x51\x2d\x01\x1a\xa1\xbf\x77\x18\xfb\xdf\x5f\xa7\xe5\xdd\x1f\x69\xfc\xfb\x7b\x8f\x56\xe5\xfb\xc3\xa6\xc5\x80\x4e\xe7\xc3\x52\xb3\x77\x78\xa1\x3f\xbb\x53\xcb\x22\x1b\x6d\x06\x47\xda\xdf\x59\x3c\xc7\x15\x83\x35\x17\xfb\x88\x0f\xd2\xb1\xf3\x55\x96\xa1\xb8\xcd\x6a\x6c\xf0\xb0\x1c\xc6\x4d\x03\xf5\xd3\x3a\x16\x79\xf8\xa4\xa7\x72\x32\xcb\xd2\x1a\x9f\xf4\xcc\x8f\xed\xb1\xf4\xc2\x4f\xdd\x95\x95\xfe\x16\x83\xa0\x75\xa6\x1f\x5a\x62\xb9\x00\xd0\x89\x2d\x35\xb2\xc8\x03\xb4\xd2\xff\xbb\x1e\xea\x7f\xe2\xa2\x5a\x1c\x17\x15\xe6\x73\x91\x7b\xff\x5b\xe6\x8c\xe8\x5c\x0e\x6a\x54\x88\x93\x71\x30\x10\x95\x2a\xe2\xa0\xe5\x35\x45\x45\x0e\x3a\x84\xeb\xac\x11\x8a\x03\x9c\x98\xe6\x9f\xc4\x77\x00\x4e\x19\xae\xb3\x65\x83\x39\x9f\xc3\x0b\x15\xeb\x00\x07\xe7\x09\x12\x2a\xcf\x00\xdb\x2d\x8b\x62\xd4\xd7\x0e\x9a\x59\x3f\xca\x3d\xaf\x9d\xf1\xfd\x9e\xd5\xca\x83\xeb\xf4\x4f\x7e\x9a\x6a\x39\xff\x6c\xb1\xe1\x9f\xf7\x1b\x2c\x0e\x74\x69\x18\x5f\x7a\x63\x66\xd1\xda\x17\x69\x52\xf8\x2c\xc6\x4a\x0b\x79\xa6\xf2\xb7\xc7\x58\xf7\x61\x8e\x79\x61\xdb\x68\x5b\x65\xcc\xb4\x30\x6b\x76\xb5\x1d\x87\x25\xe6\x61\x0d\x7b\xec\x28\xac\x30\xb7\x3a\xb3\xc8\x2e\x15\xd9\xe6\x2a\x27\xf7\xd8\xde\xc7\x7e\x93\x33\xc7\x4e\xd9\x05\xe0\xa0\xc9\xcc\xc3\x46\x76\xe5\xa8\x32\xee\x3c\xa4\x60\x57\x8d\x3a\x63\x91\x03\xe1\x76\x45\xb8\x64\xf8\x60\xff\x18\x5b\x36\xee\x18\x8c\xdd\x5b\x67\xb3\x1a\xdf\xf4\x82\x49\x1e\x78\x52\x7f\xe9\x80\x78\xfc\x3f\x25\x4a\x7c\xe6\xc4\x78\x3c\x1f\xdf\x07\xdf\x60\x3f\xf7\xb3\xd5\x75\xae\x1e\xc4\x71\x8e\x04\xd1\x5b\x7a\x15\xa8\xd7\x73\x4e\x31\x3e\x1f\x0c\xbd\xc4\xf4\x00\xef\x1b\xf6\x22\x32\x5f\x01\x8f\xca\xc0\xb5\xa3\xe6\xfe\xf1\x70\x1f\x35\xe6\x0f\xf3\xfb\x37\x53\xd7\xdd\x99\xcf\xf5\x6e\xbf\x8f\x71\x6e\x5f\x1f\x6f\xdc\xf0\xe2\x97\x63\x7f\x51\x92\xc5\xd6\xa7\xc2\x0e\x16\x35\xfd\xd6\x7f\x1e\x3c\xb2\xfb\xdc\xe1\x69\xe7\x7f\xb7\xd2\x6e\xc6\xcb\x3b\xf6\x89\xdd\xeb\xec\x27\x61\x84\xfd\x8a\x36\x23\x87\x7e\x1a\x0e\x3a\xe7\x06\x9c\xc4\x20\x66\xff\x8e\xef\x7b\x73\x32\xdc\xa9\x02\x0e\xb6\xf6\x47\x3d\x5d\x84\x61\x69\x27\x5d\xb1\xc2\xb9\x0a\xa1\x36\x8c\x83\xfe\x4e\xad\x98\x6d\x39\xa5\x64\xae\x53\x1e\xd6\x98\xdf\xde\x17\xe1\x34\x0d\x05\x66\x46\x05\xcd\x4e\x3b\x71\xc0\x74\xd3\xae\x43\x8e\x6c\xd4\x19\xef\xcf\x33\x77\xb2\xc4\x79\x63\x72\x9b\x44\x87\xf7\xfc\xb9\x3e\x20\xfc\xe7\x2f\xc4\xe3\xb7\x55\xc7\x72\x91\x1f\x3f\xdf\x0f\xc0\x79\x36\x17\x7d\x97\x8c\x24\x3e\x4b\x61\x59\xb2\x5b\x39\x18\xa9\xa8\x39\x20\x1c\x0e\x84\xcf\xb5\x98\x2d\xbd\xbb\x7f\x67\xf0\x57\xcf\x21\xb5\x3b\x1f\xa6\x07\x7c\x1b\x1d\xa8\x9f\xd8\x9b\xe1\x2f\x39\xd5\xc5\xf4\xe5\x83\x6a\x9f\xa3\x2b\xec\x6d\xd2\xba\x86\xbc\x5c\xf2\x77\x38\x6e\xbe\x31\xc6\xc3\xe8\x98\xb4\xeb\x96\x2b\xfd\x6e\xd3\x2f\xee\xf0\x08\xb9\x7c\xd1\x35\xf0\xb1\xba\x67\xc5\x45\x17\xd7\x94\x5f\xd7\x3d\xef\x36\xd4\xb8\xbb\xd1\x33\xbc\x04\x4f\x09\xb9\xb7\xd2\x45\xee\x07\x2b\xcf\x78\x14\xd2\x67\xdd\xfc\x0e\xb6\x7a\x46\xd1\xd7\x5c\x57\x1e\x58\xeb\x51\x48\x0f\x38\xd5\x17\x5d\xf1\x94\x83\xa0\xe3\x97\xc2\x9b\x9e\xb2\x50\x75\x28\xda\xed\xe3\x31\x07\xee\x76\x42\x3b\x8b\x3d\x9a\x11\x6e\xf3\x7d\x5b\x87\x5b\x27\x56\x59\x34\xe4\x1e\x76\xab\x43\xae\xf9\xd9\xcd\x63\xdc\xf2\xb1\xcf\xac\xe4\xbf\x75\x50\x94\x77\x9e\xa0\x88\x3f\x90\x1c\x8f\xdf\x62\xf1\xfa\xa1\xd8\x14\x70\xd1\x9d\x37\x3f\xf8\xbe\x10\x7c\x3d\x48\xc2\x4f\x01\x52\x57\xc7\x76\x8d\xfa\x48\x51\x3f\x76\xa6\xb0\x0c\xe3\xa5\xc5\xdf\x52\x89\x07\x9d\xbd\x18\xeb\x1e\xf9\x8d\x8e\x0a\xb5\x32\x1e\x75\x7b\x4d\x64\xc9\xd8\x6f\xb6\xaa\x57\x2d\xc2\xbe\xcc\x57\x72\xf1\x6b\x79\x1c\x62\xbd\x79\xb3\x97\xd0\x39\xdd\xc0\xe9\x65\xd7\xfd\xc2\xea\xdc\xfc\x7d\x1a\x33\x02\x33\x6b\x6e\xf8\xee\xee\xbe\x1b\x6c\x70\x4a\xc2\x57\xf0\x73\x5e\x70\xfb\x91\x63\x7e\xd6\xec\xde\xa0\xa3\x65\x5a\xfe\xbe\xb4\x54\x40\xcf\xbe\xab\xfe\xd9\x74\x88\xef\xa5\x82\x16\xff\xcd\xf4\x54\x1f\xa3\x5d\xb3\xfd\x55\xe8\x02\xcf\xb9\x3b\x42\xfd\x03\xe9\xb3\xee\x5b\xb6\xa6\xf9\xdd\xa1\x9f\xbb\x9a\x6f\x7e\xe8\x77\x8a\x1e\x74\x2e\xda\xf0\xc9\xef\x05\x24\x9c\xd2\xd7\x6b\xf8\xbe\x87\x9d\xfd\xa4\xb5\x0c\x9f\xf3\x48\xb4\x29\xcc\x2e\xf6\xb9\x87\x99\xd6\xe4\x5d\xa6\xac\x36\x2f\xfe\x60\x72\x4e\xe2\xf9\x7b\xf0\xf9\x5f\x1b\x25\xea\x2f\x1d\x40\x98\x39\x17\x13\x79\xfd\x1f\xc6\x13\x1f\x70\x7a\xe5\x14\xc2\xef\x7d\x3f\x3e\xf3\x93\xcc\x24\x8a\x7a\xfd\x7c\xc6\x66\xed\x27\x92\x11\x0f\x22\xa6\xbc\xb4\x49\x53\x4b\xb9\x31\x77\xc2\x80\xdf\x48\x23\xdb\x96\xda\x94\xe3\xf1\x72\x8e\x7b\xea\xcb\x12\x33\x66\xd4\x7b\x6b\x9e\x4c\x8b\x0b\x5e\x5d\x1c\xe8\x54\xb9\x3f\x66\x7e\xe1\x9b\x30\xbd\x83\xba\x91\x4f\xab\xef\x44\x6e\x29\xb1\x0c\xbf\xdf\x91\x1c\x7d\x65\x1f\x1d\xd6\xf4\x5a\x3b\xa6\xba\x50\x2a\x7c\x04\xdb\x21\x46\x62\x67\x42\xf8\x2a\xf6\xe6\x88\xd4\xdc\xf0\xf0\x59\xec\x47\x21\x47\x36\xbe\x08\x4f\xa6\x25\x83\x4c\x73\x44\xc2\x97\xd3\x66\x01\xcb\xf8\x3e\x27\xab\xfd\x42\x0f\xd3\x45\x5e\xd2\xd9\x66\x61\x5a\x74\xb9\xe7\x86\x65\xfb\x43\xb7\xd3\xf7\xdc\x26\x2f\x99\x10\xea\x49\xff\x70\xd9\xb0\x44\x37\xb8\x14\x2a\x8e\x4f\x16\x2c\x09\x51\x87\x89\xc3\x4a\x4e\xfc\x23\xfb\xa9\xff\xe8\x40\xb4\xba\xb9\x68\xf9\xe0\xef\xf8\xf9\x3c\x38\x9f\x07\x9d\x42\x78\x8c\xc1\x97\x99\xe4\x3d\xe6\x17\xff\xf9\xe4\xdf\xbd\x72\x5c\x32\x55\xe8\x21\x45\xdd\x2f\x5e\x1a\xcd\xf0\x15\x65\x5c\x77\x59\xf8\xc5\x74\xe6\xa8\x63\xcd\x9f\xe6\xb1\xdc\xad\x59\x3f\x6b\x9e\xce\xb2\x8b\x4c\xb1\xbf\x51\x61\x91\xee\x3c\xfe\x96\xdf\xcb\xa2\xce\x09\xc1\x8b\x6a\xc3\xd8\xbb\xfc\xc6\x49\x6d\x3f\x10\xe3\xb2\xf5\x67\x4a\x60\xe5\xb7\x78\xd5\x4d\x3e\xc9\xd2\xad\x87\x13\xaf\xac\x6f\x4e\x5c\xfb\x68\x30\x89\x5e\x3b\x3a\x51\xe2\xb7\x7c\x52\xc7\xca\xdc\xc4\xa0\xe1\x5f\x71\xc3\x4b\x6f\x25\xbc\x66\x47\x47\x0f\x2c\xd9\x91\xa0\xc7\x5e\x1f\x39\x6f\x51\x60\xbc\x0a\xbb\x27\x74\xef\x82\xc0\xd8\xf7\x34\x23\xf0\x6d\xd6\xa2\x38\x0d\xda\x2c\xa0\x77\x6e\xe5\xe8\xe7\xf4\x34\xdf\x29\x99\xd1\x31\xfd\x74\xb1\x97\x63\xc6\x50\x8c\x35\x7d\xda\xe3\xf2\xec\xec\xe8\xa9\xf4\x5d\xb7\xcd\x33\xbd\xa3\xac\x20\xe4\xcc\x39\x8b\xc6\xf3\xea\x80\x25\xf5\x97\x0e\x84\xaf\x83\x88\xe6\xcd\x0f\x3e\x0f\x3e\x93\xe8\x00\x7e\xcb\x2e\x24\xf7\x37\xfb\x5a\x97\x13\x1f\xf0\xe7\xd6\x6b\x08\x9f\x73\x57\x3e\xa7\x84\x83\xd7\x8f\x6f\xfe\xad\xdc\x41\x51\xcd\xdb\x72\xe2\xf5\x83\x14\x1c\x6b\xc4\xd6\xc8\x38\xa4\xe9\x0a\x97\xab\xac\x50\x0a\x2a\xb1\x11\xda\xd3\xb9\xf0\xe3\x18\x23\xef\x59\x9b\x18\x99\x27\x67\x7f\x8c\x92\xca\x66\xcf\xca\xc8\x51\x8b\x8f\x5c\xbc\x6c\xfa\xad\x92\x67\xc9\xf5\xf3\x2e\x4d\x5d\xd6\x70\x2b\x75\x5b\xa6\x5a\x7a\x64\xf7\xc9\xb1\x8f\x67\x65\x4d\x9e\xfd\xf9\xf1\x38\xd1\x19\xf3\x26\xd5\x0f\x67\x8e\xa9\xff\x5f\xbd\x47\xfa\x9f\xf1\xea\xec\x8c\xa8\x65\x93\xe7\xa7\x09\xb1\x6b\xc2\x8d\x26\x36\x8c\x4b\x60\xbf\x0d\x99\x3b\xc9\x31\xd5\x84\xd6\x09\x0c\x9d\x18\x92\xa2\x4c\x87\xf9\x5d\x1d\x3f\x90\x9c\x4f\xaf\xf3\x9e\x30\x3e\x3a\xa9\x8f\x2e\xf6\x7c\x39\x5e\x20\xb1\x99\x3e\xe7\xfe\x11\x90\xb6\xe2\xc6\x67\xca\xf3\xfb\x77\xd7\xe2\xc5\xbf\x94\x8b\x69\x3c\xbd\x58\x06\xe1\x2d\x06\x56\x2f\x25\xef\xf1\xde\x7f\x5b\x4b\xf8\xcb\xa7\xba\x1b\x89\x2e\xa2\x1b\xdb\x48\x7e\x5c\xb9\xcc\xe5\xc7\x9a\x23\xf7\xec\x97\xd8\x45\x51\x35\xc9\xbb\xa5\x34\xf2\xa4\x8e\x96\xe7\xef\xdc\x6e\x99\xc7\xec\x2a\x30\xdb\x9a\xe9\xa3\x6d\x76\x67\xe3\xcf\x8d\x23\xe2\x8c\xdd\x66\x2f\x35\x5a\xe3\x39\xb5\x2e\xa4\x33\x63\x78\xa5\x4c\xb6\xc9\xe8\xe2\x69\x7e\xcb\x5d\xf7\xaa\xc4\x63\x22\x96\x4e\x3f\x3d\x2a\xf1\x7b\x5a\xca\x92\x91\x37\x9b\x93\x5e\x8c\x55\x5c\x6c\xf0\x7e\x7f\xd2\xee\x94\x81\x45\x13\x86\xdf\x25\x50\x29\xba\xf3\xcd\xd8\xc1\x31\x07\xc6\x74\xce\x7d\xc8\x5e\x19\x25\x39\x66\x69\xe6\x51\xf6\xa9\xf0\xd2\x14\xeb\x59\xa3\xd9\x37\xc3\x98\xc9\xef\x66\xc8\xd2\xaa\x41\x8a\xc9\xc1\xd3\x5e\xd0\xae\x01\x3a\x49\x9f\xa7\xec\xa4\x27\xfa\xb6\x25\xbe\x9e\x7c\x87\xde\xe9\xf5\x28\x69\xd6\x04\x47\xfa\xb8\x07\x3b\xd1\x78\xfc\x03\xfa\xa6\xdb\x8b\x7f\xeb\x80\xd3\x04\x2e\x86\x2b\xfe\x1d\x3f\x57\x07\xd0\xbf\x71\x05\xf1\x75\x78\xbf\x6f\x03\xf1\xc9\x79\xd2\xb9\x9d\xbc\xcf\xeb\x9a\x96\x7f\x8a\x1b\xff\x3e\x52\x1f\xce\xb5\x73\x75\x21\xa7\xbc\x0f\xba\x70\xf0\xf0\xaa\x43\x85\x2a\xbb\x04\xdf\x17\xb6\x94\xc6\x18\x85\x8e\xf2\xdb\x22\x50\x7c\xce\x35\xc7\xc0\x6f\xb9\x4b\x61\x4d\xc4\x67\xfb\xd6\x59\xc5\xf9\xbd\x13\x65\xfd\x5c\x26\x56\xed\x64\x2c\x8b\x0b\x35\x4d\xa9\xd9\x5e\xb9\x7b\x79\x84\x74\x42\xc3\x56\xfa\xd4\xd6\xa8\xa0\xd1\x6f\x73\xbf\x74\x34\x46\x33\xa2\x9b\x73\xf5\xdf\xfc\x8c\x16\x8a\x1e\xb5\x45\x9e\xbd\x35\xe2\x57\xb4\x64\x4e\x00\xfb\x5e\xe8\xfa\xe8\xdc\x35\xcb\xd9\x83\xc1\x0f\xa3\x7d\xb2\x0b\x68\xc3\xc0\xa8\xe8\x90\xe5\x17\xe8\x10\xff\x99\x51\x89\x4b\x2e\xd3\x39\xde\xdd\xd1\xbb\x17\x4e\xa6\x37\x79\x1f\x8e\x96\xcf\xda\x40\xd7\x79\x7c\x8e\x7c\x39\xf7\x0a\xfd\xd2\x75\x20\xb2\x3f\xa3\x81\x66\xbb\x18\x45\x6d\x99\xc5\x82\x88\xf3\x6c\xc0\x9a\xe6\xd5\xff\x37\x7f\xcf\xff\xb9\xe4\x1e\xe3\x40\xd7\x4a\xf2\xde\xfa\x7d\xe7\xe6\x53\xdc\xf8\xb9\xcf\xbb\xab\x88\x1b\x77\x7b\x31\x37\xee\xf3\x9d\xe5\x84\x0f\x3b\xf5\xf3\x08\xa9\x33\xe5\xaa\xc7\x49\xdf\x8b\x7d\xb3\xaa\xe3\x64\x9e\x53\xd4\x56\xd7\x93\x22\x3a\x7a\xb2\x21\xd9\xfe\x55\xf3\xec\xf6\x68\xde\x9c\xa3\x74\xc4\x2e\xe8\x92\xf9\xaf\xf1\x8e\xe5\x5a\xa9\x85\x6e\x49\x89\x5b\x0e\x1e\x5e\xa4\xe8\x1d\x15\x3d\x5c\x96\xb2\xf3\xad\x5f\x7e\xd8\xe5\x52\xd6\x71\xfb\x80\xb8\x60\xf7\x03\xe2\x57\x6e\x05\x4e\x0c\x54\x2f\xb1\x7e\x39\x33\x50\x38\x60\xc1\xfe\x93\xb4\x87\xff\xc8\x80\x2f\x85\x09\xf4\x44\x5f\x95\xc0\xc4\xfc\x14\x3a\xc7\xdb\x3e\x30\x7f\x87\x2a\xbd\xdf\xf3\x45\xa0\x7a\xee\x07\xfa\xaa\x7b\x7c\xd0\xfc\x0d\xdd\xf4\x6d\xb7\x2f\x81\xfb\xd6\x1d\x05\xe5\xdc\x1d\x94\xb1\x26\x99\x86\xf3\xe7\xa0\x9e\x15\xbf\xa1\xea\x64\x1d\x24\xbe\xdc\x1b\x76\x0e\x4a\x81\xf3\x97\x9c\x41\x94\x6d\xdf\xbf\x7a\xb8\x7f\x74\x20\xdc\xfa\xd7\xba\x8a\xf0\xd8\x1f\x96\xe7\x12\xfe\xf2\xe9\xb5\xdd\x93\xb8\xf3\xbf\x98\xec\x1f\xda\x1b\x0f\x3e\xe4\xc6\x7f\x94\xf0\x96\xa7\x3e\x9e\x20\x7d\x71\x0e\x0b\x9f\x26\xff\x6e\xef\xb9\x7a\xf2\xdf\x73\xf5\xce\xe7\x8e\x78\x43\x51\x6b\xd2\xce\x17\xa8\xf5\x8a\x7a\x65\x5d\x6e\x4c\x34\x5f\xa6\xa2\x39\xb9\xbb\xfe\xa9\x8f\x0d\x6b\x75\x7c\xe9\xe9\x4f\x89\x8a\xb6\x12\x11\xbb\x4f\x4b\xcd\xab\x76\xb4\x0a\x92\xac\x65\x6d\x93\x73\xd1\xf6\xb5\xae\x51\x3e\xf2\xcb\x8d\xe1\x59\x53\x6d\xd3\x46\xb9\x7d\x74\x3f\x72\x6a\xdd\xf3\x41\xb7\x2c\xf7\xe4\x53\x31\x6c\xb6\xcb\x49\xf7\xea\x23\xc3\xf4\xa0\xd3\x3b\x8f\x85\x87\x5e\x40\xd0\x69\xaa\x47\xc9\x81\x3d\x50\x73\x14\xf0\x8c\xdc\x57\x04\x43\x07\x07\xcf\x83\x7b\x76\xc1\xc9\x5e\xd3\xf3\x57\xbe\x0b\xfc\xed\xbc\xbd\x96\x6e\x3b\x84\x58\x5b\x23\x2f\xa7\x2d\x85\x98\x6e\xbd\xc0\xeb\xd3\xc6\x60\x64\x5a\x6b\x7a\xcb\xad\x97\xc4\x0a\xcb\x6f\x40\x22\xaf\x4e\x66\x9c\xe1\xe0\x50\x4a\x36\x79\x9e\x1f\x97\x6f\x23\x75\xf0\x59\x5c\x21\xc9\x83\x1e\xb1\x52\x92\x3f\x57\xe7\x57\x12\x5f\x87\x66\xf7\x13\x64\xfc\x6a\xe3\x4e\x93\x7e\x52\x95\x3f\x1a\xc8\xf7\x8a\x77\x35\x91\x71\xda\x61\xd0\xfa\x8e\x83\xab\x4f\xb6\x7b\x73\x70\x51\xd3\x55\x5a\xc1\x86\xa2\xa6\x15\x5e\xc9\x60\x4d\x97\x55\x1d\x23\xd2\xf6\xd2\x55\x89\xd9\x13\xae\x78\xe9\x4b\x4c\xb0\xd1\x5b\xff\x05\x97\x16\xcf\x66\x9a\xd5\x7a\xba\x5f\xfc\xb0\x69\xaf\x65\x9d\xcb\xe4\x8b\x11\xe5\xcf\xac\x3d\x1d\x0d\x5a\xf7\xb6\x26\xda\xc8\xd8\x7b\xb7\xe0\x49\xa9\xf5\x7a\x7b\x91\x96\xa7\x43\xee\x96\x65\xf6\xdb\x1a\xa7\x62\x89\x45\x99\xc3\xe8\xd3\xcb\xb0\xcc\xa2\xc4\x61\xfa\xc9\x52\x6c\x36\xdf\xea\x30\xe1\xe8\x16\x14\x99\x99\x3a\x1a\x55\x68\xa0\xd8\xcc\xd1\x31\xbe\x4c\x08\x47\x4c\x47\x3b\xa9\x17\x1f\xc4\x31\x53\x07\xa7\x65\x85\x1f\x50\x6b\x72\xd0\xe9\xc4\xee\xd5\x38\x6f\xfc\xd8\xe9\xda\xce\x32\x5c\x35\x6a\x07\x66\xf0\xfa\x83\x71\x9f\xff\x97\xe2\xed\x64\x5e\x3c\xaf\xda\x4b\xf4\x1d\x3d\xa7\x0e\x12\x5f\xad\x6b\xf2\xc7\x88\xcf\xc9\x85\x93\x5c\x5f\x9c\xd3\x2f\x1b\xc8\x78\x1c\x33\xe0\xc6\x7d\xe0\x2c\xb7\x6f\xce\x2e\xcb\x2b\xc4\x1f\x60\x43\x27\x97\x27\x5e\xfc\xe9\x36\x59\x57\xa7\x0e\xdf\xf9\x29\x70\x8f\xa2\xc6\x16\xf4\xc8\x30\x7b\x45\x7d\xa2\xf6\xdd\x19\x65\x9b\xa6\xb4\xcc\x77\x43\xb7\x7d\xe8\x51\xcd\x56\xb7\x94\xee\xe0\xa9\x91\xba\x9a\x0e\xf3\xba\x0d\xd6\x4d\xd4\x3f\x60\x63\xd3\xb5\xaa\x34\xd6\xc0\xdb\x92\xea\xb2\x68\xda\x6e\x50\x6c\x9e\x79\xbb\xec\xc1\x80\x81\xb9\x79\xd4\xed\x9d\xbf\xc2\xf4\x13\xcd\x73\xae\x33\xc0\xd6\x65\x5b\x8c\x68\x33\xc1\xa0\x9e\xab\x45\xfe\x85\xc9\xe8\xd7\x5b\x6d\x29\x73\xf6\x0e\xfa\xf5\xb2\x2d\xad\x4f\x47\x63\x48\xf7\xa1\xd5\xa5\x93\xb6\xf8\xa4\x1f\x6f\xf5\xfa\xe8\x6c\xf4\xeb\xed\xb1\xba\x57\x11\x02\xb6\xee\x51\xeb\x8f\x65\xbb\xf0\x4b\x2f\xdd\xda\xbe\x64\x35\xa0\xd3\x88\xf2\x95\x95\x24\xfe\x73\xdb\x48\x1c\x2f\x4f\xec\x23\xf7\xb9\xef\xed\xe0\xfa\xe2\x5c\xbb\x5e\x45\xf4\x51\x2d\xcd\xa7\x89\x0e\xa0\x6e\x47\x23\xd1\x8d\x1c\xb7\xe4\xf2\xe2\x07\x8b\xdb\x89\xff\x45\xc1\xc5\x0e\xe2\x07\xb0\x75\x07\xb7\x7f\x48\xf6\x1d\xee\xbd\xf9\x39\xb7\x1e\x90\x3e\x0a\xe3\x4e\x3d\x23\xeb\x52\x6c\x4c\x2f\xad\x38\x9e\xa2\x02\xd4\x7b\x5d\x4c\xe2\xa5\xe6\x3a\x0f\xf4\x2e\xf0\x1b\xa5\xec\x6a\xbb\xae\xf7\xcf\xf8\x4c\x55\x19\x0b\xad\xde\xa1\x95\x2e\x0c\x69\x13\xd1\x17\x01\x45\x31\xea\xb2\x86\x89\xbd\x0f\x1a\xf6\xa9\x47\xb2\xde\xbc\x90\xb8\x9b\xc4\xc8\x63\xf5\xf5\x7e\xf9\xc1\x56\xbd\x66\xa0\xfa\x38\x18\x50\x99\x6a\xb0\xae\x27\x18\x50\x35\x33\x68\xe8\x9c\x05\xa8\xce\x32\xf8\x7d\xb5\x09\x50\x3d\x60\xd8\x78\xf1\x3b\xa0\x96\x61\xc8\x6e\xca\xe7\xa0\x51\x63\xc3\x49\x80\x21\x61\x5c\x56\x7b\x00\x60\xb4\x9a\x18\x9e\x2c\x00\x18\x83\x26\xcd\x47\x57\x02\xea\x72\x3f\x3c\xb6\x11\x56\xe4\xf5\xa6\x7d\xa4\x2e\xdc\x3f\xcf\xf5\x05\xb9\x69\x79\x8a\xc4\x73\x29\xba\x81\xf0\xdf\x0d\xad\xcd\x64\xfd\x38\x11\x7f\xf9\x15\xa9\x83\xd3\xae\xee\x25\x75\xf0\x6a\x27\x39\x7f\xec\x58\x79\x87\xf0\xc0\xeb\x6b\x1f\x92\x7a\xb9\xe8\x0d\x97\x27\x9e\x36\xf0\x82\xec\xbb\x93\x54\xde\x91\xf1\xf0\xbd\xf0\x39\x7b\xc4\x0c\x8a\x72\xb5\xf8\x72\x50\x73\x40\xe8\xb0\xd5\xa8\xaf\xe2\x2e\xc7\xa5\xd6\x9b\x84\x7e\x0b\x4c\xb2\x93\x59\xce\x6a\xfd\x2e\xb7\xb0\x40\xf6\x9e\x6e\xe8\xf7\xd2\x5d\xa7\xe4\xc6\x6b\x4b\xfc\x50\xa9\x79\x24\x67\xa7\xf9\xfc\x87\xfd\x6d\x19\xd9\x68\xcd\xeb\x3f\x1a\xbe\x78\x4a\xcf\xd2\x7c\xf9\xf9\x33\x20\x79\xff\x1f\x9d\xc3\x89\x67\x16\x80\x54\xa7\xb6\xc8\xbd\xa7\x80\x4c\xbf\x56\xc1\xed\x9b\x80\xcc\x66\xad\xb7\xd7\xfd\x01\xd9\x91\xda\x4b\xdb\x62\x01\xd9\xf3\x3a\x8e\xad\x66\x80\x5c\xa1\x8e\xca\xb9\xbb\x80\x9c\x9f\xde\x8a\x7a\x27\x40\x51\x9a\xaf\x03\x7c\x78\xfc\x30\xd1\xb9\x75\xfa\x9f\x22\xf3\xfd\xd2\x43\x6e\x9f\xa4\xc6\x46\xee\x73\xaf\x76\xe5\xe9\xa0\x9e\xdc\x24\x7a\xb9\xfd\xe8\xe6\xdd\x7b\xbe\x4f\xfc\x22\x36\xe1\x31\xa9\x13\xd9\x35\x2f\xc8\x7e\x6c\x6e\xe5\x1b\xe2\x47\x36\x89\xe7\x17\x32\x9a\xfa\x4e\xfa\x27\x79\xc8\x0d\x12\xdd\xad\x85\x2f\x0c\x65\xd3\x28\x8a\x35\x19\xb0\x90\x16\x7a\xa7\x23\x0f\x44\x14\x88\x84\x68\x8e\x01\x66\x75\x89\x66\x32\x47\x02\x9b\xfb\x45\x0f\x31\x56\x00\x95\x93\x45\x5d\x19\x6e\xc0\xe5\x3b\xa2\xae\x6a\xc3\xc0\xf3\x21\xe1\x6e\x86\x02\xc0\x0e\x14\x5c\xaa\xbc\x6b\x98\x74\x5a\x50\x8e\xf9\x9e\xc7\x41\x25\xfd\x0f\x3a\x1c\x64\xec\x7e\x2e\x0c\x88\x7c\x61\x04\x3c\x38\x07\x88\x34\x33\x2e\x74\x1f\x00\x44\x2f\x29\x3a\xdc\x26\x67\x6c\xf5\xf2\x6b\x82\x80\x78\x0c\x73\xe2\x65\x5f\x40\x62\xfc\x93\xce\xc3\x64\x1e\x74\x59\xd5\x70\xf5\x1f\xe3\xce\x93\x7a\x71\xae\x89\x1b\x7f\x6d\xc2\x55\xa2\x37\x3f\x6a\x76\xeb\x17\x07\x4b\x7b\xb9\xba\x80\xc2\x4f\x8f\xc9\xf7\xb6\x95\x3d\x27\x79\xb5\xee\xd3\x1b\x32\x6e\x4b\xf6\xf7\x91\x79\x33\xdb\xf1\x1b\xe9\xbf\x96\x26\xf6\x8b\xe8\x2a\x23\xbe\x0c\x93\xfe\x4a\xce\x3c\xfd\x83\xae\x36\x20\x74\x83\xa2\x34\x5f\x01\x06\xfe\x02\xd6\x4c\x01\xc0\x3f\x57\xe0\x1d\xe3\x09\x30\xb1\x5c\xf0\x1d\x63\x24\xb0\xf2\x9e\xd0\x21\xb5\x72\x60\xaf\xa4\xf0\x74\xd5\xf5\x40\x8d\x91\xe0\x14\xd5\x6d\xc0\x35\x25\x81\xcf\x4a\xc7\x81\x27\xb9\x14\xa5\xb8\x15\xf8\x62\x4d\x51\x32\x1f\xb9\xbc\xf5\x88\xb5\x34\x61\x10\x05\x46\xfe\xd4\x27\xbf\xa9\xeb\x23\x79\x17\x3d\x62\xf0\x35\xe1\x6a\x04\x98\x4f\xc9\xdd\xdd\x91\xca\x0f\x48\x67\x0e\xc1\xdc\x3b\x56\x1c\xec\x09\xad\x25\xfc\xfe\xd5\x0f\xdc\x7a\xd7\x54\x74\x89\x3c\xdf\xd3\xa7\x3a\x48\xdd\x3c\xbe\xb6\x7b\x37\x07\x0f\xc9\x3d\x20\x79\x52\x94\xf5\x8c\xf0\xa0\x79\xa7\x5e\x11\x1e\x74\x53\xf4\x07\xf2\xbd\xec\xd0\x2f\xa4\xbf\x4c\xd6\xf1\x9f\xe4\x1c\x36\xb5\x73\x90\xb0\x8a\xc9\xfb\xb9\x7c\x69\x10\xcf\x27\xc7\x86\xd7\x0f\x82\xb1\x9f\x8b\xea\xba\x80\xae\xc4\x88\x76\xc5\x32\xc0\xe5\x01\x45\xc9\x0d\x03\xf1\xe5\x14\x25\x37\x08\x64\xae\xa4\x28\x59\x25\x20\xe7\x31\x45\xc9\x9c\x01\x4a\x02\x28\x4a\xaa\x0e\xa8\xe9\xa3\x28\xc9\x03\xc0\xe5\xff\x8f\xb2\xf7\x8e\xcb\xf1\x7d\xff\xc7\xcf\xf6\x9e\xd2\xde\x4b\x7b\x2f\x0d\x8a\x32\xa2\xb2\x42\x84\x64\x8f\x48\xc8\x8c\xac\x28\xa2\x21\x23\x54\x56\x89\xa6\x11\x1a\xa2\x88\xca\x48\xa8\xcc\x54\x66\xc3\xc8\xca\xa8\xe3\xf7\xe8\x38\xcf\x2b\xf2\x7a\xbd\x3e\xef\xef\xcf\x3f\x4f\xd7\x5d\xdd\xf7\x7d\x1c\xd7\xb9\xae\xf3\xf9\x3c\x9f\xc7\x0e\x42\x44\x4b\x01\xaa\x3f\x10\x22\x76\x12\xe0\x85\x35\x21\xa2\x15\x00\xdf\xc4\x09\x21\x7b\x39\x5e\xff\x17\xab\xe4\xf0\x99\x9d\xdc\x6f\xa5\xe8\xff\x8a\x39\x37\xd4\xe3\xef\xdd\x94\xa6\xf1\x97\x0e\xbb\xbe\x83\x8e\x83\x37\x71\xfe\xcf\xee\x7a\x30\x8b\xae\x07\x1e\x27\xe2\x7c\x20\xd2\x84\xe3\xe8\x5e\xb9\xd7\xe8\x13\xb6\xcb\xa1\x4d\x93\xb6\x83\x4f\xe8\x43\xb6\x36\xb0\x03\xe7\x99\x25\xe3\xba\x70\xfe\x9d\xc1\x78\xee\x71\x4c\x0f\xc0\xf1\xde\xa6\x4c\x07\xa0\x10\x4c\x51\xaa\x0c\xa0\x6f\x27\x21\x12\x91\x00\xd6\x6e\x84\x88\x96\x00\x8c\x98\x4d\x88\x88\x34\xc0\x0c\x71\x42\x84\x72\x01\x56\x2f\x22\x44\xe8\x33\xc0\xae\x31\x84\x08\xf4\x07\x48\x09\x27\x44\x50\x17\x20\x27\x89\x10\x61\x2d\x80\xe2\x4f\x84\x08\x59\x01\x54\x9a\x11\x22\x50\x0f\xf0\xa8\x92\x10\xfe\x7d\x00\xcd\x77\x98\xce\x61\x1e\xe9\xd1\x39\xfc\x33\x2f\x6d\xc5\xdd\x78\x4d\xa6\x1c\x75\xe6\xf9\xa2\x77\x30\xae\x9c\x6b\x35\x68\xa8\x78\xb2\x8a\xfa\x60\x1d\x69\x78\x89\xed\x20\xf1\x54\x33\xf6\xff\xf8\xf4\x4f\xd8\x1e\xa2\xda\x68\xbd\xa8\x8d\x03\x3b\xb1\xdd\x70\xfc\xf7\xfc\x70\x8a\xfe\x53\x29\xfa\x30\x9f\x10\x4e\x17\x65\x7c\x04\x7a\xf1\xfe\x02\xd7\x01\xc4\x22\xe9\xf7\xd4\xb6\xf8\xcd\x73\xf3\xde\x07\x18\xdf\x46\x08\x7f\x20\xc0\xa2\xed\x94\xdf\x0f\xf7\xa1\xfc\x75\x1c\x53\xc4\xa7\xe4\x50\x3c\xc9\x76\x86\x38\x1e\xfb\xaa\x30\xc5\xbb\xcb\x28\x36\xb2\x27\x07\x74\x78\x98\xd2\x5b\xff\xc1\xe5\xa5\x30\xa8\x0a\xd7\xc7\x67\x80\xea\x41\x4e\x79\x53\xdd\xe3\x71\x99\xd7\x38\x3f\x1e\x52\x7f\x87\xe3\xff\x9e\x19\x54\xff\x15\xdd\xf9\x13\xe7\x87\x88\x6b\xc0\xd6\x07\x14\x39\x5f\x9c\x19\xfe\x14\x7d\x99\x0e\x60\xa8\x2f\x45\xbb\xdd\x14\xb9\x3a\x20\x1c\xef\x4f\x26\x00\xf0\x31\x45\xaf\x46\xf7\x48\x62\xfd\xbb\x02\xa6\x17\xab\x6c\x36\x9d\x87\x62\x68\xf7\x93\xbf\x3f\xc0\x16\xe6\x00\x1a\x3f\x86\xe2\x21\xb6\x12\x4e\x2b\xa4\x78\x9a\xfd\xfc\x12\x53\xce\x57\xb2\xb8\xa9\xb2\x13\xe0\x0d\xab\x24\xfa\xb5\xe1\x77\x3e\xf2\x1a\x1e\xe1\x7c\x91\xd5\xd6\x88\xf1\xa6\xb9\x34\xe3\x75\x52\xe7\x07\x95\x6e\xdc\xef\xfe\x1d\xfb\x45\xec\x11\xc0\xfa\x7a\xdb\xb4\xe9\xf7\xe7\x7c\x81\x38\x1d\xc8\x5c\xa6\x6f\xf0\x67\xf7\x9d\xf3\x85\xe9\xd1\x81\x30\xdf\x10\x4e\xff\x20\x7d\x83\xe5\xe1\x01\x00\x6f\x3e\xfd\x3e\xca\x6c\xe7\xcb\x92\x55\xb8\xe3\x4e\x00\xf9\x75\x3f\xa9\x6c\x04\x58\xd0\xbd\xf2\xf5\x03\x58\x3d\x80\xbe\x1e\xe1\x4c\x91\xab\x88\x87\x7a\x87\xcd\x00\xc7\x77\xd3\xeb\x6c\x96\x97\xfc\x04\xd6\x4e\x1e\x51\xac\xba\x4e\xf3\xf9\x6c\x30\xbd\xee\x1e\xe1\x4e\xf7\x7b\x81\xeb\xe3\xf4\x3b\xb4\x4e\xda\x61\x91\x8f\x38\x6f\x1e\x0c\xea\x44\x8c\xaf\xa7\xdf\xf7\x6f\x3f\x94\x50\xe6\x13\xc2\xe9\xa1\xa6\xcf\xeb\xdd\x0e\x38\x5f\x18\xae\x3f\xf4\xe8\xc3\xd8\xdf\x49\xb1\x7a\x5a\xb8\x13\x56\x48\xdb\x85\x22\x73\x38\x34\x4e\xa7\xe8\x36\x8f\xf6\x93\x31\x86\xbd\xdb\x45\x30\x7b\x22\x5e\xdd\xc1\xf2\xc1\x1c\x23\x77\xb2\x1d\x94\x7d\xac\x3d\xa5\x54\xff\x7b\xbf\xe1\xda\x49\xf9\x6e\xaa\x1f\xb9\x7f\x81\xee\xc7\xfd\x5d\xf7\x81\xd3\x3f\xf4\xf8\x60\xb0\xf3\xce\x7f\xeb\x40\x38\x7d\x04\xf7\xfb\x9c\x8e\x84\xf3\x17\x99\x88\xfb\xdb\x44\x60\x56\x0c\xee\x77\x6d\x0b\xa9\xeb\x46\xde\x9c\x8d\x6e\xdd\xc8\xef\x1b\x8b\x3c\x81\x80\xdd\x11\x53\x7c\xfd\x78\x2e\xfa\x24\x93\x0d\x25\xb8\xdf\xcb\xdb\x76\xbf\x96\xbe\xcf\x2b\x76\x7e\xec\xd7\x18\x42\xba\xf6\xd0\xff\x7f\x02\x8a\xdd\xab\x13\xfc\x9d\xc5\x14\x9f\xdf\xa2\xf8\x44\x89\xa0\xc3\x4b\x6d\x1f\x7a\x5d\xcd\x38\x89\xdb\x36\x04\x7b\x6e\x85\x26\xbd\x2e\x63\x5c\x1e\xfc\xe1\x7b\xd0\xa3\x7f\x60\x3c\x0e\xa7\x77\xb1\x63\x71\xf5\xe8\x40\xd6\xf7\xce\x07\xa7\x9b\x61\x7f\x1f\x3e\x92\xf2\xe6\x93\x26\xd0\xbc\x98\xce\xc0\xf7\xe7\xdb\xba\xe4\x68\x37\x0a\x29\x6d\x42\x7e\x54\x68\x7b\x1c\xd6\xb9\x16\xe6\x3d\x82\x3e\x0a\x02\x5b\x4e\xe3\x77\x13\x0c\xb8\xfa\x1a\xf3\xb4\xa3\x16\xf9\x73\xbe\x98\xb7\x78\x9e\x9a\x17\xf5\x1e\x3f\xd9\x19\xcb\x8f\x6a\x14\xdf\x56\x53\x7c\x71\x8a\x07\x57\x26\xcf\x85\xe8\xf5\x23\x4f\x72\x05\xd7\x05\xb2\xf4\xba\x4a\x9f\x60\x05\xbc\x9b\xb2\x3c\xab\xba\xb1\x5c\x9b\xa0\xbf\x58\x69\xdc\xef\x3c\x70\x7e\x28\xae\xbb\x7b\xb7\x03\x2e\x7e\xee\xdc\xf7\x5f\x3a\x90\x9e\xbc\xb0\x7c\x4d\x74\x63\xb9\xf7\xc4\x38\xc9\x98\x71\xc8\x87\x08\x2c\x9a\x81\x7c\xb1\xd0\xe4\x10\xe4\x0b\x45\xdf\x6d\x5c\xd6\x8d\xe2\x8b\xe2\xb0\xbd\x88\x3e\x3e\x8a\xe7\x65\x45\x17\x9f\x45\x3f\x6c\xd1\x8e\x32\xe4\x89\x84\x06\xd7\x61\xfd\x01\xc1\xd8\x56\xd4\xd9\xf0\x60\x0f\xfb\xae\x44\x70\x44\x7e\xf7\x91\x07\x1d\x79\x5e\xfb\x92\xf9\xdd\xd8\xd0\x48\xe3\x7c\x72\x93\x14\xfe\x6b\x3b\x10\xa2\x3f\xe7\xe2\xbf\xe6\xca\x87\x33\xd6\xe5\x56\x5e\x75\x2e\x0f\x5c\x7f\xe8\xf1\x43\x11\xea\x1d\xbf\xe5\x50\xd2\x5b\x07\x60\xd8\x3b\x1f\x9c\x5e\x84\xf2\xc5\x3c\x8e\x43\xae\xe0\xf7\x77\x1e\xfb\x0e\xe3\x69\x0f\x44\x5f\x78\xd1\x75\xc1\x9f\x30\xfe\x94\x0d\xc8\x23\x4b\x9e\x8c\x7b\xd3\x8d\x52\x7b\x8f\xe1\xe7\x4b\x0c\x3a\x67\x80\xaf\x07\xdd\xc0\x7e\x2a\x7e\xf0\x09\xea\x09\xc4\x8d\x3f\x9c\xc2\x7c\xa2\x52\xf3\x8b\x94\x00\x3a\x92\xb5\x84\xf2\xe3\xd9\xf4\xa6\x1a\xbe\x8f\xdd\xf8\x2c\x5a\x08\xe3\x79\xe8\xc2\xa7\xdf\x8d\xf7\x52\x04\x05\x30\xfe\xf3\xa2\x66\xd8\x0f\x96\x08\xe2\x88\x5d\x96\xc2\x87\xca\xd6\x2b\x67\xf8\x91\xd3\xbc\xf4\x44\x68\x07\x97\x87\x41\xf2\x7f\xb5\x03\x8b\xbf\xe2\xbf\x4e\x7a\xeb\x3f\x04\xff\x2d\x1f\x3c\x6a\xfd\xb1\x8f\x0a\xac\xf0\x40\x5d\x8c\xe8\xe4\x31\xa8\x1b\x11\xff\x10\x80\xfd\x43\xea\x72\x30\xfa\x9d\xcb\x18\x6d\xc0\x3a\x02\x32\xdf\xe2\xd0\x5f\xa6\x8f\xec\x31\xf4\xcb\x97\x1b\x72\x1e\xfb\xbe\xcc\xfb\x0a\xac\xb7\x21\x63\x5b\x8f\x7c\xb2\xf4\xb7\x2f\x9d\x84\x74\x3d\x12\xc6\x1a\x15\x1f\x64\x44\x51\xf7\xf5\x6a\x92\x28\x2a\x39\xeb\x83\x44\x71\x64\xae\x1d\xad\x7c\x1a\x40\x28\xfa\xc1\x30\x31\xf4\x68\xef\xd1\x83\xe5\x2b\xaf\x07\x10\xda\x75\xf5\x91\x72\x14\x80\x50\xc6\xe5\x42\xe5\x6d\x00\x42\xe9\x85\x4f\x94\xdf\x00\x08\x0f\xbd\xe8\xa0\xfc\x00\x40\x58\xf5\xcf\x71\xee\x1f\x3a\x18\xd6\xb6\x38\xfe\x9b\xd3\x01\x70\xc8\xbd\x6e\x8a\xe3\x09\xdf\x3c\xdb\x7c\xf2\x87\x4e\x4a\xb2\xce\x07\xdb\x95\x6c\xda\x54\xe4\x45\xe5\x1f\x05\x23\xff\xa7\xb4\x6d\x43\x0c\xdf\x66\x00\xa5\x4b\xf1\x53\xf8\xdf\x00\x28\x8d\x4a\xb5\xe0\x0f\x02\x90\x6f\xbe\x90\x85\xbf\x27\x72\xcb\x06\xd1\xb4\x11\xdf\x57\xde\xf8\xd7\x38\x42\x3a\xec\x65\x71\xc6\x6e\x11\x93\x43\x07\xc3\x7a\x6b\x15\x6f\x00\x61\xc7\xba\xe3\xca\xef\x01\x84\x5a\xaa\xdb\x55\x0a\x00\x44\xe6\x73\xf1\x97\xeb\xaa\x4c\x01\x10\x11\xe0\x74\x50\x97\xbb\x54\x56\x03\x88\xd8\x15\x11\x95\x4d\x00\x22\x8e\x17\x4f\xa9\x84\x01\x88\xe8\xe6\x19\x2a\x5f\xe9\x7e\x1e\xfb\x73\x9c\xfb\x5b\x07\xd3\xe3\x83\xc1\xce\xbf\x73\x3c\x38\xd5\x81\x70\xba\x10\x81\x3b\x86\xf8\xfb\xa2\x9e\x56\xf6\x78\xdf\x0b\x07\xe0\xcf\xe5\xb0\x60\x1d\x80\xf2\xe8\x29\xb6\x7c\x9a\x00\x2a\x8a\x8b\x86\xf3\x37\x03\x28\xd7\x86\x13\x81\x74\x00\xe5\xb8\xf8\x3e\x82\x13\x01\x94\x87\xa5\x1e\x13\xbc\x08\xa0\xd4\x90\xbf\x45\xd0\x1f\x40\xe9\x6b\x95\x8a\xa0\x17\x80\x52\xe3\xeb\x20\xfe\x12\x80\xee\xb8\xc8\xae\x0f\x83\xba\xe3\x10\xf2\x68\xea\x54\xc9\x06\x10\x8e\x7e\xb4\x5c\x5d\x00\x40\x3c\xec\x9e\x9d\xda\x6d\x00\xf1\xa0\xdb\x92\x6a\xaf\x00\xc4\x8f\x97\xef\x51\x8f\x04\x90\x88\xba\x96\xae\x9e\x06\x20\x91\x79\xf9\x84\xba\x23\x80\x84\x68\x61\xbb\xba\x02\x80\xf8\x8d\x0b\x44\x5d\x13\x40\x3c\xfb\x9c\xbd\xfa\x38\x00\xf1\xda\x9c\x0d\xea\xc2\x00\xe2\x1e\x7f\x8e\x07\x5c\x3f\xe0\xce\xbd\xeb\xb0\x3c\x70\xfc\x2f\xc7\x83\x73\x3c\xa0\xea\xa8\x6e\x14\xe9\xd2\xc1\x7a\x08\xd2\x19\xe6\xe8\x9b\xa3\xdc\xe6\xec\xcc\xeb\x00\xa0\x66\xe3\xf9\x89\x7f\x0a\x80\x9a\xa0\xdf\x25\x01\x67\x00\xb5\xfc\xf9\x2f\x85\x04\x01\xd4\xde\xac\x4b\x11\x2e\x01\x50\x3d\x1c\xb7\x45\xb8\x19\x40\xd5\x26\x35\x43\x24\x12\x40\xe5\x7c\xe1\x70\x91\xad\x00\x2a\xa2\xf7\x5c\x84\x87\x02\xa8\xf8\xb4\x74\x08\x8d\xfb\xa9\xac\x6a\x0a\x20\x34\xe0\x6d\xa9\xfa\x0f\x00\xf1\x17\x4f\xbf\x6a\x9c\x01\x90\xcc\xbc\xaf\xa4\x99\x01\x20\x3d\xe5\x56\xa6\x66\x1b\x80\x74\xd9\x8d\x9d\xda\x03\x00\x64\x37\x5d\x9d\xa2\x35\x17\x40\xc6\xab\xd8\x5d\x3b\x1e\x40\x36\xbd\xc0\x1d\xfd\xb4\xa4\xf3\x12\xb5\x47\x00\xc8\xd4\x9d\xe9\xa7\xcd\x07\x20\x33\x2c\x5b\x5d\x6b\x1a\x80\xb4\xcb\xa9\x75\x9a\xf9\x00\x52\x8e\xf0\x2f\x7e\x30\xdc\xfd\xe7\xce\xff\x73\xe7\xbf\x19\x0f\xce\xe9\x21\x92\xfb\x9e\xc7\xf8\x23\xd4\xb0\x7f\xab\xac\x33\x16\xe1\x79\x04\xa0\xee\x6c\xd7\x97\x2f\x1a\x40\xa3\xaf\x47\x38\xff\x2f\x00\xcd\xc7\xe3\xfb\x0b\xf9\x01\x68\x2d\x9a\x03\x22\x6b\x00\x34\x5f\x85\x49\x8b\xb9\x01\x68\xa4\xc6\xde\x17\x97\x02\x50\x9f\x9f\x36\x51\x7c\x18\x80\xda\xaf\x4b\xd6\xe2\xd9\xf0\x4d\x2d\xeb\x41\x87\xf8\xb8\x4e\x3e\xf5\xcd\xef\xea\xc5\xfd\xda\x23\x35\x83\x00\x24\xa5\x1a\x75\xd0\x1f\x2b\xff\x41\x82\x6e\x01\x80\xbc\xea\xcd\x71\xfa\x73\x01\x14\x57\xfd\x97\xfe\xe7\xa2\xaf\x9e\x2f\x40\xdf\xb6\xb3\x2f\xf5\xce\x00\xc8\x4b\xe4\x4a\xea\xd6\x03\xc8\xa5\x67\xbc\xd0\xb3\x07\x90\x3b\x9b\xee\xa9\x2f\x0d\xd0\xd7\x3f\xf5\x8e\xee\x69\x80\x3e\x2b\xff\x8c\x9f\xeb\xf7\x5c\xfc\xb2\xa8\x7f\x21\x13\x24\x58\x7f\xa0\x3c\xb0\xa0\xbb\xe8\x56\x8c\x7f\x91\x54\x32\xf9\xa3\x5e\x8a\xa6\xa0\xd6\x2b\xde\x56\x00\x9d\x2e\xf3\x45\x02\x46\x00\x7a\xf1\x03\xbb\x84\x96\x00\xf4\x73\x19\x7d\x57\x34\x04\x40\x7f\xe2\xcc\x44\xf1\x65\x00\xba\x17\x57\xf3\x48\xaa\x01\xe8\x28\xc7\x5c\x91\x9a\xf7\xe3\x80\x8e\xc5\x71\x37\xd9\xd0\xcf\xc9\x3a\xde\xf9\xee\x7d\x05\x3f\x1a\xea\xf8\x56\x6d\x90\x77\x69\x7b\xa4\xf3\xe8\xcd\x08\xf9\xe8\xb7\x3e\x7a\x3b\x00\xe4\xb7\x3c\x4c\xec\xb7\x03\x40\x79\xe6\x6d\x73\x83\x9f\x00\xaa\xa1\xd7\xd2\x0c\x37\x01\xa8\x96\x5d\x8a\x31\xf2\x00\x50\x1b\x5e\xc0\x6b\x68\x04\xa0\x32\xe6\x5c\xa7\xd1\x25\x00\x35\x72\x7a\xa4\xe1\x4e\x00\xe5\xa6\x8c\x4e\x63\x05\x00\xd5\x81\x27\x93\x0c\xc3\x00\x94\x6e\xa5\x7a\x1b\xd6\x01\x28\x1d\x3b\x66\x6f\xd8\x9d\xc7\x9b\x49\xdb\x8d\x8c\x00\x14\x71\x2f\x82\xd3\x3f\x70\x3e\x20\x2c\x7e\x22\xc6\xe6\x0d\xea\x03\xc0\xc3\x78\x1d\xc9\x26\x5e\xab\x6e\x54\xbc\x26\x88\xba\x64\x9d\x6c\x29\x5c\xe7\x18\x7c\x55\x9b\xc6\x1b\x0e\x60\x7c\xdf\xe0\xb1\x60\x10\x80\xe9\xac\xfe\xa2\x22\x4d\x00\xa6\x45\x23\x37\x48\x0c\x00\x30\xee\x08\x38\x20\x95\xd3\x91\x6a\xdc\xb0\xdc\x55\x6e\xf1\x87\x4f\xc6\xdb\xa3\x74\x14\x9b\x5b\x5c\x8c\xca\x92\xde\xa9\xba\xbe\x9a\x69\x24\x7b\xd6\x4a\xfd\x56\xe3\x1c\xc3\x73\x15\xfe\x9a\xf1\xf5\x0b\x0c\x2f\x34\xdc\xd3\x52\x7c\x1a\x61\x54\xd5\x39\x41\x73\xcc\x9d\x4a\x93\x68\xe8\xd2\x5e\x74\xf5\x9e\xe9\x59\xf8\xa4\x13\x58\x68\x6f\x96\x02\xef\x75\x2e\x9d\x77\x34\xdb\x0d\xdf\xb4\x9b\x7a\x7c\x6f\x74\xcd\x47\x43\xa7\xf6\xbc\x93\x53\xcd\xc2\x00\x34\x37\xa6\x2e\x30\x5b\x0d\xa0\x51\x7c\x64\x8d\x59\x3d\x80\xc6\xa6\xe4\xe9\xe6\xd2\x00\x1a\x3a\x07\x2b\x4c\xf7\x02\xa8\x16\xee\x1f\x64\xba\x0f\x40\x55\xe2\xcf\x71\x80\x6b\xff\x5c\xfc\x64\x0e\xc6\x2f\x46\xe3\xe7\xfc\x10\xd4\x36\x53\xe4\xea\x43\x70\xfe\x20\xd6\x39\x32\x3f\xbb\xd1\xae\x58\xeb\x87\x80\x1c\x80\x9d\x90\x95\xad\xd8\xca\x5f\x86\xb6\x61\x1e\xe6\xd2\x45\x1f\x7f\xd9\xf1\xfb\x39\x28\xa8\xbd\xed\x6f\x1b\x1e\xb4\x4e\xf5\x7e\xa3\x9b\x8d\xfb\xc6\xab\x5a\x79\x8f\xbf\x59\x9b\xec\xbd\xa2\xf7\xae\x56\xcf\xf2\x61\xe6\x44\x83\xc6\x7b\x83\x2c\x6a\x4b\x8f\x1b\x35\xdd\xf9\x60\xb1\xfc\xd1\x49\xe3\xf6\x5b\x57\x2c\x1a\x3f\x67\x1b\xa7\x5d\xe3\xb3\x5a\x05\x7b\x8d\x1f\x5e\x7c\x67\x9d\x0e\x89\xc6\x8f\xce\x58\x5a\x87\x42\xae\x11\xc9\x58\x69\x2b\x0e\xe9\x46\xbf\x4e\x5c\xb5\x7e\x0e\x37\x0c\x8c\x8e\x95\xd8\xfc\x84\x52\x83\x07\x87\xc3\xad\xeb\xe0\xa9\xfe\xa0\x43\x53\x6d\x96\x41\x83\xbe\xc4\x81\x19\xd6\x6f\xa0\x4d\xf7\xca\xde\x8b\x36\x23\xa0\x5d\xd7\x7b\xf7\x40\xeb\x16\x00\xed\x67\xb1\x1d\x56\x19\x00\x9a\x59\x7f\x8e\x7f\x12\x6c\xfe\xa4\xe7\xff\x39\xfe\x57\x92\x3d\xb5\x72\x3c\x38\x77\x1e\x9e\xd3\x83\x38\xbc\xa1\x38\xd0\x58\x08\xdb\x91\xfb\x09\xe5\x40\x5e\xfd\x0e\xc3\xc1\xcf\x8c\xcd\xc5\xa6\xb7\x4e\x75\xbb\xe4\xd2\x4f\xde\xb5\x71\x8e\x6b\xc6\xa8\x47\xea\x46\x8f\x84\x06\x9e\x9d\xa5\xa4\x1b\x57\x5d\xe5\xf2\x76\xf5\x46\x23\xf9\x9b\xe3\x9d\xad\x62\x78\xcc\x2a\xaf\x8b\x3a\xae\x3f\x5e\x69\x15\x50\x52\xdf\x5f\xa4\x70\x80\x4d\x43\xf1\x61\xfb\xae\x7b\x8b\xed\x94\x8b\x6c\xed\xeb\x5a\xbd\xed\x86\x5e\x90\x73\xe8\x02\x6d\xdb\x80\xac\x93\xfd\x7f\x81\xbd\x8d\x67\x6a\xa7\xe3\x28\x98\x60\xe5\x79\x38\xcc\xc9\x02\xa6\x59\x3e\x39\xb4\xdf\xa9\x0e\x66\x5b\x6e\x3b\xa0\xe8\x58\x04\x5b\xcd\xee\xef\x13\x76\x9c\x06\x07\x4c\x4d\x76\x1f\xef\xff\x0d\x72\x8c\x67\xc4\x2a\xf7\xff\x06\x97\x8c\x8c\x76\x4a\xf5\xdf\x05\xb7\x0d\x76\x6d\x7f\xed\x70\x0c\x1a\xf4\x0f\x46\xae\x77\xc8\x85\x37\x7a\x2f\xe1\x0f\x1d\x14\xcf\xe9\x5e\xf1\x33\xfe\x57\xbd\x8e\xa2\xc9\x3a\x16\xf7\x67\xf6\x34\xc8\x7c\xf1\x87\x32\x3f\x74\x2f\x3c\xbf\xf2\xf5\xf9\xb8\x8d\xb2\x93\x09\x69\x56\x1e\xa7\xa8\xab\x24\x9a\xf9\x6c\xfa\xe8\xa9\x76\x13\xe5\x4f\xdd\x9b\xea\x35\x62\x18\x9f\x8e\x4b\xc5\x32\xcf\xbb\xfe\x7a\xc6\x3b\x4a\xce\x0f\x3b\xb3\x24\xd5\xb2\xb2\x50\x70\xc8\xbc\xad\x09\x76\xbf\xf2\xa6\xb9\xf3\x27\xc9\x3b\xd6\xe6\x1e\x1e\xa4\x76\x76\x97\x4b\x72\x66\xa7\xeb\xe9\xca\xf2\x81\xa3\x4f\x0d\x1c\xf8\xeb\x85\xd4\xc0\x92\xf4\x69\xae\xab\xba\x52\x06\x34\xa4\x0c\x71\x9b\xdc\x75\xc7\x79\xd9\xfe\xd6\x41\xbe\x5d\xaf\x9c\xdc\x13\x4a\xdd\x5e\x83\xb4\x43\x64\x9c\x8d\x5b\x1d\x18\xd9\x5d\xdb\x95\x35\xc8\x1c\x6c\xec\x0c\x76\x68\xb9\x69\x42\x80\xd5\xc3\x6d\xdf\xdc\x54\x20\xc4\x72\x7e\xc4\x0b\x57\x63\x88\x36\xd7\xde\x6c\x37\x70\x31\x1c\x37\xe9\x08\x7f\x30\xe0\x1e\x14\x1a\x5d\x5f\xf7\x79\xc0\x69\x28\x33\x7c\xf2\xbb\xff\x73\x3a\x18\xa1\xf7\x2c\xfe\xfe\x14\xcd\xd9\x2e\x89\xd3\x70\xb6\x2b\xc0\xe9\x21\x30\xee\xae\x31\x13\x71\x77\xa3\x7d\xeb\x54\xcc\xcb\x1b\x87\x19\xb1\x22\x7b\x08\x79\x72\x65\xa6\xaa\x9a\xbf\xb0\xca\xdd\x3e\xd3\x05\xcd\x35\xfa\xea\x5f\xeb\x9c\x42\x5c\x1f\x6b\x0f\x2d\x50\x9a\xb0\x74\xac\xbe\x85\xd1\xe9\x3e\xe3\x92\xe6\x6a\x38\xb8\x9d\x7c\x3e\x3a\x6f\xdd\x05\x97\xa7\xc7\xac\x7c\x22\x13\x16\x0d\xba\x93\xac\x3a\xb2\x23\xc3\xc9\x23\x2d\xb1\x61\xc4\xa0\xd2\xb4\xa1\xb5\xfb\x34\x86\xbf\x7d\xdc\x3a\x6c\xd3\x1e\xa3\xe1\x55\x5f\x2f\x0d\x33\x8c\x35\xf7\x54\xe9\x1a\xed\x21\xb9\xdd\xc2\x33\xba\x6b\xcb\x20\x87\xad\x8f\x3d\x67\x74\x65\x0c\x7c\xbb\xc5\x6a\x78\x63\xd7\x3d\x97\xd5\xe1\x30\xfc\x6a\xd7\x4f\xc7\x27\xeb\xbe\x0d\x37\x01\x25\x87\xb2\xb5\xb3\x87\x35\x82\x95\x5d\xf3\x9a\xd5\x43\xf7\xc1\x68\x9b\x8d\xab\x06\x0f\x9d\x08\x33\xad\xc9\xf2\x81\x43\x16\x40\x94\xf9\xf9\x65\xe9\x43\x92\x20\xca\xfc\xf4\xef\xf8\x79\x59\xbf\x57\x55\xe9\x1d\xbf\x0b\xdb\xe5\xf0\xac\xa1\x38\x1e\xf3\xf0\xa3\x2d\x00\xf7\xa7\xde\x85\xcd\xc3\x73\x3c\x2f\x92\x83\x1e\x77\xe3\x23\x9f\x25\xfb\xba\xb1\xea\x71\xa8\x98\xd2\x49\x42\xae\x8a\x06\x7f\xef\xd7\x2e\xeb\x7c\x21\x65\x61\xa3\xa3\xa1\xa6\x66\xa6\xf6\x9c\xae\x91\x21\x66\x41\x87\x27\x06\x0a\x4c\xbd\xee\x3c\x68\x5f\xfc\xd4\xeb\xcb\x95\x06\x2f\x8e\x0d\x9d\xdc\xb6\x63\xfc\xb0\xc5\xdb\x57\xfb\x2d\x3e\x9a\x33\x52\x37\x62\xdf\x84\x0d\x05\x9e\xde\x67\x37\x0d\xf2\xbd\x77\x6f\xaa\x4f\x6e\xf8\x3b\x5f\xc7\xb6\x0d\x3e\x45\x61\x6e\xbe\x99\x9d\xe5\x5e\xea\xab\x62\x7d\x5d\xba\xa4\x87\x2f\x0f\x9d\x31\x2e\xaf\x6b\xe4\x10\x9d\x50\xd9\xb1\x0b\xba\x96\x0f\x3e\x1f\xf2\x7e\xec\xcc\xae\x44\xb7\x90\x10\xa1\xd1\x09\x5d\x55\x2e\x9f\x83\xef\x8d\x8a\xe8\xfa\xec\x14\xbd\xc8\x79\x94\x0a\xf4\xe9\xef\xb9\x70\x89\xcf\x5a\x30\xb5\xf7\x5a\x90\xe5\xb5\x0e\xc6\xdb\xa8\xce\x4d\x1e\xf9\x08\x96\x59\x46\xfd\xee\x07\xf2\x11\xbd\xdb\x3f\x17\xbf\x97\x38\xc5\xc9\xe8\x57\xdd\x71\x6d\x36\xb6\x8b\xd6\x4d\x8b\x71\xff\xa6\xa1\x68\x39\xfa\x77\xd7\x1e\xa2\xbb\x22\x37\x37\xac\xc7\xfa\x30\xa5\x36\x9b\x14\xa4\x26\x10\x72\x7e\x63\xf8\x09\xcd\x52\x89\xaa\x53\x47\xc3\x14\xad\x25\x55\xc7\x25\xe7\xae\x2c\xf3\x08\x30\xca\x8d\x77\x5d\x3a\x7c\xa2\x6e\x7f\x12\x61\x17\xe4\xb8\xe0\xd0\x90\x53\x61\xd9\xf3\x55\x37\xc9\x8c\x9c\x1c\x7a\x73\x4e\x42\xe2\xf7\x51\xd1\x4b\xa4\x67\x6d\x39\xc3\x3f\x76\x52\x90\xf7\x8c\xec\xca\x63\xe3\x5a\xe6\xdf\x0a\xdc\xfe\xa2\x60\xdc\x8f\x79\x8a\x81\x91\x9d\x9e\x63\x47\xcf\xd6\x9f\xae\xdf\x79\xd6\x5b\x79\xd6\xe3\x69\x89\x9d\xad\x23\xec\x66\xc4\x4e\x5d\xd0\x65\x35\xd4\x7b\xa6\x81\xff\x9c\xae\x40\xf7\x44\x4e\xef\x31\x5d\x63\xd2\x9c\xae\xf3\x03\x6d\xa7\xdf\x9a\xb8\xa1\xeb\xa1\xf3\xf7\x80\x07\x13\x8e\x75\x7d\x76\x92\x9d\x52\x30\x3e\x1f\xb4\xec\x4f\x4f\x29\xf5\x9d\x01\xf6\xb6\x1d\x00\x12\xac\xee\x8f\x01\xeb\x07\xce\x32\x14\xbd\xa5\xc8\x1f\x3c\xf8\x37\xbb\xf9\x1e\xdd\xd8\xa2\xb3\xac\xb9\x1b\x9f\xed\x5f\x8b\x3c\xd8\x83\xfb\xf4\x7c\x7c\xa5\xea\x56\x3c\xef\x5b\x7c\x62\x3b\xe5\x3f\xe7\xec\x4a\xe6\xf7\x22\xe4\x54\x72\x8c\xb0\xb2\xb4\xd0\x82\x64\xd3\x1d\x65\xc6\xa5\x0a\x0e\x71\x69\xdb\x2a\x07\x14\xeb\xd5\x6e\x19\xb4\x39\x70\xf4\x7b\x9b\xa1\x2b\xf6\xad\x57\x9b\x35\xcb\xad\x70\xe1\xeb\x35\xc3\xd6\x4e\xf5\x74\x9a\xbd\x76\x55\x74\x82\x87\x97\xdf\xf4\x79\x2b\x05\xb3\x84\x7d\x46\x4c\x29\x0d\x5d\x52\xf6\x79\x94\xea\xe4\x65\xcb\x77\x3d\xb7\xf7\xf9\x36\x69\xe9\xf2\x13\x3f\x3b\xbc\xe7\xfb\x7d\x0b\x71\xef\xec\xf2\xcc\xf1\x1b\xb0\x38\xb3\xcb\x61\xe8\x72\xbf\x6d\x0b\xbb\xba\xc6\x7a\xbc\x9c\xe8\x31\xff\x59\xd7\xce\x41\x63\x26\x8a\xcd\x1d\xd9\x95\xe3\xaa\x31\xd1\x70\xd6\x8d\xae\xeb\x03\x36\x4d\x70\x9b\x39\xa2\xeb\xad\xb3\xc9\xf8\x73\x81\xb3\x41\xc0\x51\xd3\x37\x3f\xe0\x13\xe8\xd8\x3f\xf4\x35\x9d\xb6\x0e\x1c\xec\x2c\xff\x45\x07\xc2\xe2\xa7\x3a\x90\x6f\x71\x41\xc8\x47\xb4\xc0\x4a\xac\x0b\x51\xff\x74\x23\xce\xa3\xf7\x67\xd3\xfa\x48\xe5\xd7\x77\x22\x6f\x57\xec\xbd\x1b\xf7\x2f\xcf\xe6\xec\xc3\x3c\xa6\x4b\x26\xe2\x39\xf8\x94\xbd\x49\x63\xfb\x7c\x26\x24\x7e\xce\x01\x63\xdd\xf5\x32\xc3\x22\x06\xed\x53\xb1\x2f\xd7\x28\x5a\x39\x68\x77\xcc\x88\x8d\xa6\xdf\xe6\x5d\x8a\x91\x9e\xd6\xe4\x74\x3c\x60\x5a\xf4\xe9\x95\x32\x6e\x77\xfd\x3e\xef\xd0\x8c\x2d\x76\x6f\x18\xd7\x15\x95\x77\xf2\xe9\x90\xdb\xa3\x67\x45\x2e\xb8\xaa\x31\xb4\xc8\x47\x64\xdb\xfe\xa7\x7c\x43\xe7\x7a\x0f\xdc\xe6\xd1\xb1\x65\x88\xa8\xf7\xd6\x4d\x9f\xbb\xc2\x07\x3b\x7a\xf3\x87\xbf\xe8\xca\x74\x5d\xe1\x15\x12\xd6\xd5\x55\xeb\x52\xe1\x3d\x6d\xf5\xd6\xae\xe7\x2e\x56\xde\x13\x43\x3b\x80\x38\x09\x7b\x1d\x5b\xbe\x1a\x94\xfb\xab\x78\x8f\x0c\x59\x08\x7a\x0e\x23\x46\x76\x06\x8b\x83\xb7\xad\x8a\x57\xca\xc2\xf9\x30\xd9\xfa\xb3\x57\xbf\xf9\x19\xb0\xc8\x6a\x2a\x80\x0d\xdb\x25\xf4\x64\xe7\xfe\xa7\xe2\xf7\xff\x59\x10\x8c\xfb\xd7\xad\x3a\x6b\xf0\x3e\xd7\x7b\x6f\x41\x5d\xc7\x3d\xd8\x89\xbb\xe1\xe5\xea\x71\xd4\xff\x60\xff\xbe\x29\x34\xfe\x24\xf4\x45\x3f\xc9\x43\xf5\x01\x87\x22\x8e\xa3\x8e\x2a\x2e\x36\x3d\x4d\xf0\x2b\x21\x5b\x8b\x4f\x74\xa8\x36\x89\x1a\xac\x56\x4b\x8d\xb6\xd8\xab\xd8\xb1\xd0\xec\xe8\x29\xf7\x2f\xfa\x77\xa7\x8c\x4e\xb1\xf4\xfb\x68\xd3\xdf\x77\x50\x52\xd6\xd2\xbb\x0e\xcf\xbc\x5f\x1c\xda\x10\xdd\xe2\x94\xef\xa9\x75\xd0\x3d\xcd\xd0\xe5\xd0\x90\x7d\x07\xe4\x2e\xdf\x1c\x10\xee\x3e\x3b\xd1\xee\x51\xdf\x01\x23\x07\xaf\xd8\xff\xfd\x8b\x88\x73\x9e\x7b\xdf\x84\xf4\xae\x9f\x8e\xb9\x83\x8f\xc7\x86\x83\x8e\x83\x90\xbb\x58\xf4\x13\xb0\xb2\x27\xee\x9f\x22\x13\xc1\xc9\x6e\xa9\x47\x6c\xc4\x34\x18\x6c\x5b\xef\x31\x7b\xa3\x1b\x04\x58\xa7\x7b\xc8\xad\xbf\x00\xcb\xac\x78\xdd\x3f\xad\x2d\x80\x08\x8b\x10\x0f\xb3\x55\xc6\x90\x60\xae\x35\x78\xd8\x8a\x89\x70\xc1\xf8\xd1\xef\x79\x8f\xb6\xff\x5f\x02\xc1\xc8\x4b\xb5\x2e\x0e\xc3\xf5\xc2\x33\xb7\xad\xa3\xf1\xfe\x8f\x8f\xc1\xdd\xee\x1b\x02\x7b\x5a\xe9\xfd\xa7\xbc\xe8\x39\xf3\x23\xc8\x87\x9f\x1a\x7c\x02\xfb\x49\xca\xa8\x53\xd8\x2f\xe2\x21\x07\xdb\xcb\x96\x37\x67\xf1\xbc\x7b\xd8\x8f\xbc\x27\x0a\x2d\x84\x2c\x72\x3f\x2b\x6b\xf0\x4d\xe6\x4d\x80\x63\x6e\xed\x00\x7d\x0d\x83\x31\x5a\xd9\x13\xc6\x99\x18\x4f\xf3\xfc\x96\x35\x6f\xb1\xa4\xf9\x58\xf7\xbb\x99\x51\x91\xfb\x2d\xbf\xba\x2a\x64\x6c\x3d\x5a\x65\x9d\xe9\xbc\xef\xd4\xc5\xa2\x07\x36\xbe\x8e\xd1\xa7\x44\x6a\xd3\x6c\x34\xfa\x37\x9d\x8c\x6a\x37\xb3\x3a\xeb\xb8\x28\xf5\x23\x2c\xb3\x78\xe3\xb8\xe1\x70\x33\x6c\x35\x0f\x76\x4a\x3a\xd8\x0a\xdb\xcc\x63\x9d\xe4\xf7\xbb\x42\x8a\xe9\x46\x67\xed\xdd\xcb\xe0\xa8\x69\xb0\x73\x54\x8c\x02\x64\x99\xac\x73\x5e\xb2\xe3\x0a\x14\x1a\x9b\x38\xcf\x8c\xd2\x83\xeb\x46\x66\xce\xdf\xb6\xac\x84\x2a\xc3\x61\xce\xf9\x9b\x94\xe1\xb1\x81\x16\x37\xfe\x81\x77\x30\xf2\x37\xef\xe3\xc2\x30\xbe\xe7\xeb\x22\x71\xf7\xb8\x26\x2b\x1e\xf5\x51\x15\x6b\x12\xf1\xfe\x17\x9f\x4c\xf9\xd9\x8d\x79\x33\xa9\x3f\x4a\x46\x4e\x06\xfa\x06\x1d\xbe\x9d\x8b\x3a\xcb\x3d\x5a\x79\xb8\x6b\xbc\x7d\x54\x3e\xd6\x45\x59\xeb\x78\x09\x7d\x04\x16\x45\x5e\x39\x2f\x72\x9a\x90\xc0\xec\x2b\x82\x9a\x79\xa2\x17\xc6\xd5\x17\x27\xda\x1d\x57\x58\x3a\xb4\xb9\xa8\xc5\xeb\x8d\xd6\x77\xd7\x17\x45\x21\xf3\x12\xf4\x26\x38\x29\x17\x7e\xde\xdc\xda\xaf\xc4\xae\xac\xd0\x32\x79\x9f\x61\xa0\xf5\xdc\x82\xc4\x7c\x4b\xc3\x0a\xcb\x84\xfc\xc6\xfb\x63\x0c\x23\x2d\x95\xf2\x27\xbc\x6b\x32\x70\xb3\xcc\x38\xdf\x17\x1a\xf5\x97\x59\xc9\xe6\xdc\x86\x37\x7a\x2d\x56\xd2\x19\x47\xe0\x83\x9e\xbc\x55\x6b\x9a\x0f\xbc\xd7\x73\xb6\x7a\x70\x64\x0d\xfc\xd4\x15\xb6\x31\x49\x9a\x0d\x9f\x74\x3f\xda\x5c\x4c\x1c\x09\x5f\x75\x33\x6c\xf9\xf7\x8c\x81\x5f\xba\x22\x36\x5f\xe3\x57\x02\xe8\x38\xd8\x06\xec\x92\x05\xd0\x8e\x87\x13\x8b\x70\x37\xfb\xfd\xd9\x75\xb8\x3e\x6c\x58\x41\xc7\xb9\x9a\xc0\xdd\x38\x6f\x54\xfc\x38\x88\x3c\xf8\xa5\xaf\xb4\xbd\xe7\x25\x9d\x44\xde\x3b\x53\x23\x07\x77\xd1\x8f\x34\xd0\xb8\xf7\x3b\xe6\xe3\x78\xbb\x73\xe7\x25\x3c\xff\xba\x21\x98\xfa\xa4\x84\xb4\x5d\x47\xbe\x7f\xfa\xb2\x4a\xe4\x0d\x27\x66\xdd\xba\xa8\x64\xc2\x93\x3a\xfc\xd5\xcd\x19\x66\xba\x52\xed\x2e\xf7\x2b\x53\x87\xca\x28\x09\xdb\xbb\x57\x1e\x9c\x31\x40\xe5\x92\xe5\xa7\xca\x55\xeb\xd7\xa8\xdd\x34\x7d\x5b\xa9\x7e\x80\x4f\x43\xc2\xe8\x79\xc5\x9e\x73\x47\x34\x2c\x0d\xc7\x55\x0c\xad\x5a\xad\xde\x61\x50\x58\xde\xd2\xb2\x4e\x6d\xa6\x61\xe8\xf5\x00\x00\x95\x5c\xa3\xd8\xcb\x43\x01\x54\xef\x1a\x09\x14\xc4\x00\xa8\x24\x19\x55\xe7\xe9\x01\xa8\x9a\x19\x1f\xce\x91\x03\x50\x8d\x32\x19\x78\xaa\xfb\xe7\xa7\x4d\xae\xa4\x1d\x06\x50\xbd\x63\x1a\x7e\xd4\x18\x40\x4d\xc4\x74\x4b\xf2\x7e\x00\xd5\x25\x66\x5a\x07\xa3\x01\x54\x53\x3f\xbd\x5d\x8f\xf7\xb1\x69\xd3\x76\xe4\xb1\xea\x42\x13\x90\x05\xb9\xc5\x74\x6f\x25\x16\x69\xa8\xeb\xb9\xf0\x21\x0b\xc7\x8b\x6c\x99\x33\xc8\x2e\x1c\x6f\xb9\x88\xfc\xf5\x41\xe6\x13\x12\xf7\xac\x14\xc7\x97\x88\x11\x65\xbf\xba\x71\xb5\xf3\x4d\x1c\x37\x17\x92\x2a\x64\x13\x26\xb9\x3d\xc0\xfa\x22\xc3\xd3\xeb\x5e\x89\xae\x20\x64\xc0\x98\xba\xfb\xba\xa7\x45\x78\xad\x75\xeb\x60\x40\x9b\xf4\x4a\x53\xaf\x87\xd3\xfc\xd7\xc8\xee\x34\x28\x78\xb8\x62\x55\xa8\x9c\x88\x9e\xf1\xc3\xa5\x09\x99\x72\x67\xb5\xb3\x1f\x6e\xc8\xdd\x24\x97\xa3\x65\xf7\xd0\xf6\xa6\x67\x9f\x56\xcd\x9a\xba\xf6\xd7\x9f\x65\x37\x68\x0d\xae\x55\x00\x90\xf6\xd2\x72\xad\x12\x01\x90\x0e\xd6\x5a\x56\xa1\x07\x20\x5d\xa0\xb5\xf7\xda\x64\x00\xe9\x27\xda\x0b\x8a\xe7\x01\xc8\x94\xe9\x18\x5f\x4c\x04\x90\x5d\xa5\xbd\xe3\x1c\x1f\x80\x4c\xa8\x9e\x43\x76\x10\x80\x9c\x8f\x5e\xc2\xa9\x57\x00\x72\x8b\x75\x03\x4f\x5c\x02\x90\x2d\x7a\x3d\x77\x07\x9e\x5b\x7f\xd4\x87\xfa\xa2\xdc\xce\x4a\xc6\x75\x73\x69\x5c\x3a\xea\x02\x2f\x6e\xa7\xfd\x3c\xe7\x1a\xad\x13\x95\xae\x45\xeb\x44\x25\x7d\xa5\xf7\x3b\x61\x52\x19\xf2\xfd\xdb\xd3\x29\x7b\x16\x9e\x4b\x79\xc2\x65\x84\xea\x23\x66\xc6\xd7\x21\x0f\x3c\xd6\xe7\x19\xae\xcf\x9c\xab\x9b\x50\x97\x6a\x55\xfa\xca\x5c\x69\x2f\xcf\x70\x83\xf1\xaf\x6c\x6c\x1e\x89\x48\xe9\xb8\xbc\x9e\x36\xf6\xa6\xa8\xa2\xc6\xf6\xd7\x8f\x96\xdc\x11\x3d\xac\xfa\xf1\x4d\xe6\x2e\x7f\xd1\x24\x15\xa7\x37\x31\xa7\xb6\x88\x0a\x2a\xdb\xbe\x15\xb8\xde\x2c\x9c\xa1\xf4\xf3\xcd\xee\xa6\x2c\xa1\x3e\xca\x0b\xdf\x8c\x01\x10\x50\x57\xfe\x51\x1f\x0c\x20\xf8\x46\xc5\xa4\x2e\x0d\x40\x28\x49\xc5\xa1\xfa\x29\x80\xd0\x3b\x55\xb9\x9b\x51\x00\x22\xcb\x55\x23\xae\xab\x00\x88\x9a\xa8\x8e\xbb\x52\x01\x20\xf2\x5a\x6d\x77\xd1\x01\x00\xb1\x78\xf5\x8e\x0b\x36\x00\x12\xfd\xd5\xa7\x9c\x09\x03\x10\xf7\x79\x3c\x83\xfa\xe2\xdc\xad\xa4\x75\xe1\xca\x9c\xe9\x38\x57\x28\x77\x06\xdb\xc7\x19\xef\x7c\xd4\xd5\x9e\xbc\x5b\x8c\xf7\xf9\xf0\xfa\x6b\xb8\x4e\xda\x7b\xb6\x1c\xf5\x1c\xbb\xe2\xee\xe0\xdf\x6f\x9e\x75\x0f\x7d\x82\x56\xf1\x51\x9f\x94\xa0\x59\x4f\x31\x8f\x53\xef\x37\xe0\x3c\xe2\xb5\xfb\x35\x8e\x27\xf6\xfe\x6d\xf8\xf7\xda\x16\x9f\xaa\x05\xf7\x13\xa2\x3a\xec\x8b\x4f\xbf\x6d\xbc\x8b\x94\x92\xbe\xb6\x0d\x3f\xc4\xc3\xab\xa8\xd5\xb1\x7c\xde\x12\x42\xfa\x1e\xfe\xbe\x65\xeb\x0b\x42\xfa\xf0\xfd\xb0\x39\x66\x49\x88\x74\xf3\x8f\xbc\xcb\x0f\x09\x91\x52\xfe\x29\xf6\x54\x8d\x10\x89\x29\x3f\xbe\xfc\x94\x24\x44\x6c\x54\x3b\x56\x0e\x10\x21\xcd\xc8\x5f\x08\x7f\x69\x42\x65\x81\x50\xec\x13\xf4\x75\x10\x96\xac\x41\x7d\x83\xf0\xaf\x2a\xdc\xd7\x14\x98\x55\xb9\x15\xaf\x65\xcb\xf0\xe4\xb5\xc0\x83\x12\xdc\xf7\xaf\xbe\x7a\xc4\xeb\xcf\xf8\x8b\x46\x9d\x35\xc5\x79\x20\xb8\x10\xfd\x0e\x32\x03\xa9\xfe\xeb\x98\xe7\x0d\xd4\x53\x1e\xf8\x74\x1b\xc7\xd3\xb8\xaa\x6a\x56\x17\xaa\x16\xd7\x55\xeb\xd3\x9e\xe0\x7c\xba\xfc\x72\x23\xfa\xa6\xcc\x4d\x79\x85\xe7\x12\x26\x49\x35\xe3\x38\x33\x7c\xf5\x07\x5c\x97\xd8\xe4\x7e\x43\x5d\x84\x8a\x25\xa0\x7e\x40\xe2\x06\x80\xfc\x7e\x42\xc4\x5e\x02\x38\xba\x13\x22\x6a\x06\xe0\xf7\x98\x10\xe1\x6c\x80\x95\xd1\x84\x08\x2e\x02\xd8\xbd\x99\x10\x01\x2f\x80\xac\x5d\x84\xf0\x7c\x01\x28\xdb\x48\x08\x5f\x05\xc0\x73\xc6\x57\x76\x48\x93\xdf\x7c\xbe\xff\xa7\xf1\x88\xa4\xb9\x82\x62\xd3\x7d\x8a\x4f\x99\x33\x49\x0d\x75\x1c\x88\xb8\xcb\x7e\xef\x56\x2d\xee\xeb\x1f\xca\xc2\x71\xae\x18\xf2\x98\xff\xc5\x25\x6c\xb7\x59\x21\x65\x02\xdd\x98\x1a\x7f\x13\xd7\x07\x49\xf7\xef\xe2\xbc\x92\x50\x5e\x83\x3e\x2a\xd1\x1a\x8f\x51\x87\xbc\x29\x8e\xf2\xe3\x6b\x16\xbe\x44\x3f\x9c\xc5\x71\xcd\xa8\x17\x9b\x39\xe5\x3d\xe6\xd3\xb7\xeb\x33\xe6\xc1\xdd\xef\x3b\x3e\x8f\x59\xaa\xd3\x4f\x57\xf8\x4c\x51\xe0\x2a\x80\x44\x3e\x12\xee\x60\x32\x89\x9e\x73\x1f\xe1\x44\x08\x8f\x08\xc0\xbc\xf1\x8c\xdf\x2e\x22\xbd\x78\xed\x33\x8c\xff\x2c\x67\xd7\x4f\x43\x09\x21\x5b\x01\xda\xce\x93\x3f\xf8\xfc\x1f\xcc\x99\xa1\x9d\x31\xb3\xcd\xe1\xbd\xf3\xf2\x8c\x5d\xd7\xa2\x57\xf1\xe5\x59\x79\xe8\x07\x77\x51\x86\xd6\x89\xca\x59\x78\x1d\xd7\x91\x27\x82\x68\x9d\x2c\x4e\x07\xb5\xaf\xed\xa1\x42\x37\xc6\xc8\x3d\x45\x7d\x58\xa4\xfa\x0b\xfc\x76\xeb\x0e\xbd\x9e\xdf\x8d\xa1\xeb\xda\x66\x77\xe3\x82\xb5\x9f\x44\xbb\x31\x80\x74\xe0\xf8\x38\x66\x4f\x17\xce\x43\x6e\x6f\xe8\xa7\x72\x3e\x18\x9c\xfe\x81\xf8\x01\x08\x75\xbf\xe3\x44\x00\x03\xe6\x6c\xe9\x51\x4a\x71\x3a\xdb\x01\x5a\xc5\xae\x39\x5e\xfb\x38\x5b\xf9\xe3\x9d\xdb\x02\x70\x9d\x55\x42\xbc\x5f\x40\xf1\x25\x7b\x22\xfa\xe1\xfc\x67\x5e\xbe\x7f\xa1\xf8\x91\x39\x58\x34\x33\x85\xc2\x0b\x64\xb2\xf3\x7f\x5d\x46\xdd\xf0\x99\xf4\x72\x54\x8d\x9c\xec\xba\x83\x75\x23\x39\x1d\xd4\x81\x85\x8f\x70\x1c\x8c\x7b\xff\x1c\xef\xff\xf6\xab\xaf\x71\xfd\xbd\xa5\xf4\x1d\xfe\x9c\xf3\x05\x5a\x52\xf9\x15\xc7\xcd\x39\x47\x7e\xa1\x8f\xd4\x64\xa6\xff\x19\xc9\xfc\x52\xb8\x7a\x28\x86\x92\x14\x65\x99\x3f\x08\xee\xfc\xcb\x92\xdf\x3a\x10\x02\x30\x80\xe9\x14\xc6\x33\x7e\x7a\x71\x1c\xc5\x4d\x19\x14\xf7\xb1\x9d\x31\x4e\xef\x80\x3c\xf6\x16\x80\x12\xa6\x13\xa8\x62\xfa\x86\x7a\xa6\x13\x69\xb7\xf8\x33\x1f\x3d\x79\xe1\x63\xed\xe5\x6e\x37\x9e\x2d\x28\xc7\x3c\x64\x4c\xac\xc2\xf9\xff\x78\x7b\x1d\xea\x62\x0f\xa9\x53\xdd\xdf\x9e\x84\xa6\xab\x74\x3c\x7c\x8b\xad\x30\x52\xeb\x23\xb6\xff\xf5\xbf\x3e\x57\x74\xe3\xca\xc1\x9d\x58\x9f\x33\x88\xc5\x35\x9d\xf9\xc1\x70\x7a\x20\xae\x3e\x90\x2d\xd3\x03\xe9\xb2\xdf\x93\x4e\xf8\x9d\x07\x7e\xe6\x70\xa7\xc1\x76\xba\x1c\x98\xd3\xa3\x0f\x73\x84\x9c\x39\xbd\x77\xbb\xd8\xc1\x1c\x00\x13\xdb\x7a\xe7\xe3\x34\xbb\xee\xe1\xf5\xd9\x4e\x59\x1d\xab\xa0\xc9\xe9\x3f\xbe\xf5\xff\x67\x5e\xb2\x9c\xef\x62\x7c\xa9\x6d\x0f\xb7\xd3\x7e\x50\x8f\xfb\x07\xfb\x4b\xa9\x1e\x26\x6e\x57\x1b\x9e\x3f\xd8\xee\xfd\x09\x5b\xdd\xa6\xc3\xdf\x71\x5d\xc0\xf9\x02\x85\x8c\xa5\x38\x9b\xd5\x49\xe2\xda\x01\xe7\x0b\xe3\xc6\xf2\x61\xb5\x0a\x7a\xe9\x1f\x24\x63\x7e\xe7\x81\xb7\x91\xf4\xd2\x81\x58\x33\x9d\xcb\x30\xa6\x73\x98\xcc\xe2\x0c\x66\xfd\x61\x03\x6b\x3f\x31\x03\x7b\xe7\xe3\x18\x7b\x42\xcc\x66\xed\xa7\x47\xff\x51\xdf\xbb\x9d\x3c\x8d\xa5\xd8\x72\x93\x62\xe7\xa8\xee\x71\x80\xea\x3e\x8f\x6c\x6b\x40\x7d\xe0\x81\x29\x6f\xb0\x7d\x24\xac\xff\x88\x3e\x48\xbb\xe4\x3a\x70\x3d\xbd\x2d\xa8\x13\xf3\xd5\xa3\x03\x61\x3a\x18\x4e\x07\x12\xf0\x92\x22\xe7\x0f\xc4\xe9\xe3\x7a\x74\x20\x4c\x3f\xa4\xf1\x90\xa2\xc4\x13\xe8\xad\x03\x21\x00\x0a\x6c\xc7\xcf\x8c\xb5\x63\xb7\xcd\xbd\xfb\xc7\x6c\x16\x57\x28\xfb\xf9\x26\x16\x6f\x8f\xfe\xe3\x10\xc5\x14\x36\x4e\xfc\xad\xff\x28\xf6\xee\xdd\x4e\x1e\x30\x07\xde\x46\xae\x1e\x0c\x3b\xbf\x39\x88\x69\x22\x38\xfd\xc3\xdf\x3e\x18\x7f\x23\xe7\x8f\xc0\x9d\x0f\xe7\x74\x20\xa3\x98\x8e\x62\xd2\x32\x8a\xb3\x9d\x29\x2e\x65\xe7\x83\x37\x64\x50\x8c\x65\x9f\x77\x78\x1e\xc5\x1c\xf6\x79\x57\x8c\x28\xde\x1b\x40\xf1\x25\xe3\x1b\x7f\xc4\x13\xf2\x73\x3e\xe9\xad\x7f\x60\xef\xd1\xc8\xf6\xd8\x9f\x32\x3d\x44\x1d\xd3\x87\xdc\x67\x7b\xd0\x77\x18\x57\x7b\x73\x38\xc5\x32\xf6\x99\x7f\xea\x1f\x3c\xe8\x39\xfe\x7f\xe8\x1f\x7a\xd7\xc3\xf9\x6f\x1d\x08\x77\x3e\x9c\xd3\x0f\x78\xb1\x9f\x33\x3d\x0c\x99\xc9\xce\xc7\x87\xf8\xb0\x3c\xc8\xfe\x7b\x1e\x72\x59\xde\x4a\x4c\x28\x3e\x60\xaf\xbf\x3e\x4b\xb1\xbb\x45\x76\xb0\x33\xc7\xef\xb2\x28\xbe\x62\xdc\xcb\x73\x56\x9b\xe0\xb1\x28\xc5\x9a\x28\x8a\x77\xd9\x3d\xbd\x79\x9b\x62\x39\xfb\xcc\xab\x8c\xab\xba\xec\xf2\x3b\x0f\xff\xd0\xc1\xb0\xf3\xde\xd6\xac\x5e\x8c\x55\x39\xe9\xc5\x83\xff\xad\x03\x71\x9c\x40\x91\xf3\xd1\xf0\x64\xda\x1d\x5f\x16\x7f\x20\x8b\x63\xc9\x5a\x8a\xe1\x33\x28\xc6\x04\xfd\x95\x87\x51\xec\x1e\xb1\x7b\x57\x93\x42\xb1\x99\xe9\x32\xe0\x04\x21\x5f\xd9\x3d\x69\xee\xfc\xab\x1d\xa8\xf7\x6e\x07\xd5\x2f\x29\xde\x66\x6d\xfe\x6f\x1d\xd0\x95\x7a\x8a\x45\x6f\x7e\xe7\x61\xd0\xd9\xde\xed\x80\xd3\xc1\xfc\xed\x83\xf1\x9f\x3a\x90\x86\xde\x79\xe4\xfc\x45\xc6\x1e\xa4\x38\xad\x83\xe2\x22\xf6\x7b\xeb\x0f\xfe\x95\x07\x1b\x8a\x67\xd8\xfd\xb8\x56\xd2\x3b\xa6\x77\xc9\x84\x00\x3b\x63\xdc\xbe\x95\xe2\x1b\x39\xd6\x0e\x38\x1d\x10\xbb\x7e\xa0\x44\xb1\xca\xfd\xaf\x7e\xf0\x9e\x6c\xc6\xb6\xf6\x92\xea\x61\x8a\x58\x9e\x0a\x96\xfc\xce\xc3\x3f\xea\xa0\xb8\xf6\x8e\x97\x3b\xff\xce\xf1\x7f\x46\xdf\xd8\xcf\xaf\xf7\xce\x07\xa7\xa7\xe2\xfa\x07\x37\x4e\x4c\x65\xef\xbf\x90\xea\xd2\x36\xae\x5b\x87\x38\x39\x86\xfe\xdd\xa6\xc3\xc7\x58\x1e\xbc\x29\x5e\x4f\x62\xb1\x31\x4d\x4f\xfb\x33\x42\x7e\xb5\xf4\xee\x0f\x4d\xad\x54\x07\xc6\xe9\xc1\xb8\x7e\x50\xcd\x6a\x61\xdd\xcc\x27\xe8\x68\xf5\xb7\x0e\xea\xd2\x63\x82\x23\x76\xa1\x22\xd5\x8b\x5d\x18\xfc\x3b\x0f\xff\xe5\x03\x62\xf4\x85\x22\xc7\xff\xea\x46\xb0\x6b\xf6\xfd\x0c\x38\x5d\x0c\x7f\xaf\x71\x83\xd3\x49\x85\x7b\x51\x7e\x4c\x60\xf2\x4d\xc4\x3b\xf3\xb1\x9e\x0c\x6f\x5c\x18\xd5\xc7\x3d\xdd\xc5\xda\xff\x61\x36\x96\x9d\x13\x41\xdc\x7c\x83\x7e\xee\xc5\x67\xdb\x10\x6d\xbf\xc9\x13\xf2\xed\x16\xd5\x45\xbd\x7d\xcd\xf3\x1c\xdb\x81\x18\x11\xc7\x36\xe3\xce\x87\xfa\x98\x6a\x1d\x41\xfe\x6e\xbc\x95\x21\x90\xda\x8d\x37\x2e\x09\x62\x7e\x4a\xaf\xf3\xdb\x77\x63\xb1\x29\x7f\x34\xde\xff\x5a\x5e\x9c\xc9\xce\x1b\x0b\xa2\xc2\xf5\xac\xbb\x40\x12\x97\x07\xae\x1d\x70\xe7\xfe\x8d\x4f\x51\xd4\x61\xf7\x9b\xd3\x7f\x70\x3c\x30\x87\x9c\x3f\x08\xf3\x4b\x21\x96\xac\xbe\x90\x23\x3d\x17\xfb\x6e\x18\xea\xfe\xf8\x6e\x4c\xc4\xfb\x2e\x50\x30\x0f\xdb\x95\xf0\xfb\xb5\x38\x7e\x08\x6b\xee\xc2\xbc\x0b\x95\x1f\xd9\xdc\x8d\x82\x8b\xf2\xf0\xef\x05\x79\x6f\xe2\xbc\xc3\xff\xa4\x49\x01\xff\xfe\x73\x97\x29\x21\x1f\xb7\x0a\x96\x77\xbf\xf7\x0b\x31\x11\xbc\xcf\x8f\x82\xc4\x51\x1f\xc3\xf9\x21\xdd\x4c\x17\xc7\x99\xfb\x86\x97\x18\x3e\x3f\x5d\x95\x92\xc0\x27\x98\xe2\x42\x09\x74\xf6\x2a\xf0\x14\xc3\xeb\xf3\xf2\xe2\x78\xa6\xfd\xf4\x14\xf1\x90\x6e\xcc\x91\x17\x0b\xe2\xf2\xd0\xa3\x7f\xe8\xd3\x3b\x7e\x2e\x5e\x8e\xff\xe4\x78\x60\x0e\x55\xb8\x7c\xa0\xfe\x85\xab\x23\xc4\xe9\x83\x84\x33\x3c\xcc\xba\x51\x7c\x95\x2f\xfa\x69\x89\x7f\x99\xf3\xac\x1b\x25\xbb\xd6\x60\xbb\x97\xbc\xb2\x8b\xd6\xd7\x10\x3c\x8a\x9a\x47\xf1\xb3\x17\x31\x0f\xe2\xa3\xef\x60\x1f\x10\x9b\xf6\xc6\x8d\x90\x5f\x93\xc5\xf1\x39\xa8\xd9\x52\xd6\xa6\x1b\x9f\x46\xcb\x61\x05\xc0\xbb\xc7\x95\xef\x00\x08\x7d\x2c\xaf\x53\x8e\x01\x10\x3a\xc5\xf9\x61\x5d\xae\x54\x89\x06\x10\x19\xdb\xa3\x7f\xda\xa2\x9c\x04\x20\x54\x7a\x36\x4f\xb9\x04\x40\xa8\x39\x57\x5c\x79\x37\x80\xd0\xb6\x0c\x1b\xd5\x61\x00\x22\x8f\xd3\xef\x29\x7f\x02\x10\x7a\xfd\x67\x3f\xd0\x67\xf3\x9d\x86\x78\xef\x78\x39\x1f\x04\x19\xa6\xb3\xe4\xce\x83\x73\xaf\xd3\xdf\x13\xf2\xd1\x41\x3d\x84\xf8\x0c\x2b\x9c\xf7\xa5\x47\x0c\xc2\xb1\xbc\xcf\xf1\xb1\x38\x9e\xc8\x19\xcc\x42\x3d\xa0\x5c\xc4\x6a\xac\x9b\xd1\x97\x2f\x46\x00\xaf\x4f\x1d\x9f\x48\xc8\x2f\x77\x05\xc1\xee\xc7\xce\x6f\xbf\x14\x8f\xdc\x71\x20\xe4\xf3\x3b\xa5\xbc\x97\x6b\x09\x69\x8f\x55\x46\xdd\x64\xc3\x3a\x15\x49\x00\xa1\xac\xfb\xfa\x6a\x2e\x00\x62\x89\x95\xf6\xea\xd9\x00\x12\x45\xa5\xe9\xea\x43\x00\x24\xf4\x2f\xb5\xab\xed\x01\x10\x37\x2c\x10\x55\x17\x01\x10\x4f\xcf\x3b\xa8\x96\x09\x20\x2e\x79\x7a\x8e\xda\x71\x00\xb1\xa7\x59\x5f\xd5\x6a\x00\xc4\xbe\x9c\x7c\xa0\xde\x9d\xe3\xcf\xa9\x3f\xd5\xf5\x00\xc4\x9a\x8f\xc6\x69\xf8\x02\x48\xc8\xfe\x39\x0e\x68\xfe\xea\x1d\xbf\x34\xd3\xdb\x72\x3e\x00\x7c\xf1\xbd\x91\xbe\x2e\xbc\x4c\x1a\xf9\x7e\x4e\x17\xd3\xd7\xdc\x18\x7d\xd4\x94\x6d\x9d\x77\xf3\x64\x00\x28\xaf\xf2\x7e\xc8\x7b\x14\x40\x79\xd2\x0c\x41\xbe\x65\x70\x45\xe9\xfd\xca\xa9\xfc\x3c\xdf\x72\x55\x04\xb7\x57\x09\xf9\xb5\xef\x54\x39\x9c\xdc\x2e\x52\xd1\x96\xa8\x2a\x78\xe6\x81\x58\xce\xdb\x7b\xaa\xd3\xca\xf9\xc4\xdf\xbe\x3a\xaf\x7a\xbf\xde\x44\x62\xf8\x8b\x56\xb5\xc2\x8e\x3c\xf1\xd8\xba\x7a\x8d\x7c\x00\xc9\xb6\x9b\x7e\x5a\xf7\x00\x64\xa0\x74\x8b\xd6\x13\x00\x99\xe7\x85\x01\x3a\x83\x01\xfa\xcc\x3f\xff\x46\x5b\x13\x40\x26\xef\xf4\x03\xed\x0e\x00\xd9\xe0\xec\x7d\xda\xab\x00\x64\xf6\x9f\x8c\xd6\xba\x03\x20\xbd\x28\xed\xb6\xb6\x08\x80\xf4\xaa\x63\x92\xda\x17\x00\xa4\xdf\x1d\xde\xac\x75\x08\x40\x6a\x65\xd2\x18\x2d\x37\x00\xc9\x4a\xf8\x47\x1d\x14\x42\xa4\xcb\x7b\xc7\x4b\x26\xfc\x89\xfc\x6c\x35\x2f\x72\x88\x60\xfb\x91\xdd\x26\x84\x7a\x2a\xa5\xaa\xbe\xb8\x3e\x50\xd7\xd7\x39\xcf\xbb\x06\x40\x63\xbf\x9d\x32\xbf\x32\x80\xa6\xe0\xf0\x19\x02\xa5\x1d\x8b\xb4\x05\xa7\xf4\x11\x09\xfe\x30\x48\xc7\x69\x89\x88\x84\xcf\xdb\x23\x3a\xc9\x5b\x46\x4b\xe7\x37\x7d\xd4\xc9\xdc\xbf\xb1\x4f\x6a\xfd\x02\x9d\x75\x99\x69\x7d\x2b\x1e\x5f\xd5\x71\x2d\xf9\xa1\xa0\x58\x77\x5e\x67\x52\xdd\x17\x85\xa3\x35\xa7\x74\xf9\x3e\x3a\x28\xe8\xdd\x4e\xd7\xb7\x01\x50\x74\x29\x9d\xdd\x4f\x16\x40\x89\x3f\xff\xa5\x41\x28\x80\xf2\xa8\x33\xed\x06\xd6\x00\x4a\xae\xd9\xfd\x0c\xa2\x01\x94\x0c\x4f\x6d\x30\x70\x06\x50\xf4\x49\x6d\x30\xd2\x06\x50\x56\x38\xaa\x6d\xe0\x00\xa0\x60\x9d\xf4\xda\xa0\x06\x40\xc1\xf7\x60\xa2\xc1\x74\x00\xf9\x55\x89\xc3\xf4\x6f\x03\xc8\x05\xee\xf5\xd1\x9f\x05\xd0\x67\xfb\x9f\xfd\x9f\xbb\xff\x7f\xc5\xcf\xf8\x4f\x7e\x56\x0f\x45\x9a\xf9\x62\x70\xfe\x18\x1a\x1b\x28\xea\xeb\x8b\x61\xdd\x1c\x43\x51\x55\x17\x5e\xf9\xce\x6c\xc3\xd9\xa6\x67\x84\x64\xda\x6f\x9b\x0c\x72\xcb\x10\x17\x7c\x3b\xd5\xf4\x94\xaf\x87\x74\x47\x43\x91\xe9\xb7\x79\x0a\x7d\x23\x1f\xab\x9b\x2e\x0f\x7b\xa3\x94\xf8\x20\xd8\x24\x29\x6e\xa1\xea\xc3\xaa\xe5\xc6\x9f\x53\x3f\x6a\xc4\xdd\xcc\x35\xb6\x2e\xb4\xd2\xf2\x28\x3f\x6c\x74\xb7\x5a\x54\x5b\xf9\xfa\x3c\xa3\x5f\x6f\xdf\x6a\x3d\x2d\xbd\x60\x62\x03\xa0\x79\xfb\x42\x98\x69\x08\x80\x96\x6f\xf6\x4e\xb3\x0e\x00\x6d\x83\xf4\x57\x66\x67\x00\x34\x2f\x1c\x5f\x6e\xf6\x01\x40\xd3\x32\x25\xc3\x82\x07\x40\xf3\x64\xd2\x14\x33\x23\x00\xb5\x6b\x89\x4d\xa6\xcd\x00\xaa\xd7\xf6\x4a\x9b\xd9\x00\xa8\x4e\x8a\x3f\x6f\x2e\x0f\xa0\x9a\x17\x9b\x6c\xea\x04\xa0\xac\xb9\x33\xd0\xf8\x3b\x80\xa2\xda\x9f\xfd\xfc\xdf\xe3\x17\x64\x4f\x81\x72\xcb\x29\x6a\xad\x64\x71\xb3\xd7\x39\x5e\xdc\x12\xf7\x9d\x7e\x2a\x3b\xc4\xca\x95\x11\xf2\xae\xac\x7f\x85\x7e\xb9\xf0\x81\xa6\x14\x87\x2a\x87\x5f\x32\x9d\x8f\x0a\xfa\x8f\x1f\x59\xa1\x90\x51\xdd\xe4\xd0\x10\xf0\x44\xf5\x5d\xe5\x3b\xfb\xba\xe5\x1b\xb5\xd2\xaf\xdd\xb4\xdb\x1c\x75\x4e\x2f\xeb\xf2\x57\x5b\xfd\xe4\x9b\x06\x57\x0b\x33\x6c\xc4\xcf\x29\x1a\x0b\x5c\x3c\x6d\x2d\x56\xb9\xc4\x44\xe9\x7c\xb0\xd5\x85\xc6\x95\x26\xd6\x79\xd2\xd6\xf3\x3b\xdd\x8d\xbe\x66\xec\xb7\xd9\x01\xa7\x8d\x6c\x8e\x36\xd9\xc6\x43\x91\xe1\xa6\x43\xa7\x6d\x4b\xe1\xb6\x81\x78\xe2\x54\x5b\x7f\x78\xaa\xbf\x79\xef\x15\x9b\x07\xd0\xa2\x27\x11\xff\xc9\xd6\x09\x3e\xea\x46\xc4\xbe\xb7\xd1\x01\xd0\xde\x16\x2d\x66\xeb\x00\xa0\x1d\xbd\x5d\xc0\xfa\x3d\x80\xe6\xfc\xad\xc6\xd6\xfc\x00\xea\xe3\x36\x0f\xb6\x0e\x01\x50\x97\xf8\xdf\xf1\x2b\x9c\xa5\xc8\xf1\xa0\x5c\xdc\xf6\xed\xe4\x0f\x5e\xfc\x6b\x03\xf5\x89\x68\x1d\x3d\x3c\x56\xbc\x8d\x90\x06\xfe\x11\x8e\x1a\x2f\x85\x22\x6b\x74\x86\x75\x59\x7e\x90\x15\xbf\xc9\xe3\x71\x65\x70\xa4\x6a\x63\xe9\x31\xf7\xd0\x09\x75\x3a\x41\x85\x8b\x07\x35\x2d\xfc\x68\x50\x9b\xd7\xd7\xf5\xe7\xc6\xcb\xa6\xa1\x39\x99\x03\x4d\xf6\x8d\xb1\xec\x9b\x21\xe2\xb2\x2f\xf3\x85\xf5\xc9\x13\x73\x9c\x43\x4b\xc1\x36\xf8\xf8\x55\xa7\xa3\x8f\x5a\x6d\x1f\x1c\x53\x72\xba\xf4\x79\x90\xad\x5a\xd2\x2a\xe7\x7c\xf0\xb1\x9e\xb4\x57\xcd\x25\x0c\xe6\x58\x16\xc6\x7e\x75\x11\x86\x28\x33\xd8\x75\xd7\xf9\x38\x24\x9a\xee\xd9\x5e\xed\xec\x0c\xa7\x8d\xc3\xb6\xb6\x38\x77\xc0\x05\x63\xd1\x2d\x2b\x9c\x72\xa0\xda\x60\xee\xa6\xd5\x4e\x0a\xf0\x5c\xbf\x2d\xbc\xb2\xff\x47\xf8\xa2\xbb\x3b\x6c\xa0\x23\x3f\x74\xe9\xac\x5e\xa3\xe3\x10\x0f\xa0\xa5\xff\xcf\xf8\x79\xd3\x7b\xc7\xcf\xdd\x77\x8e\x07\x1d\x80\xfb\x12\x5d\x5e\x43\xf0\x29\xbe\xdd\xcc\x07\xf7\x5d\xdf\x38\x8e\x43\xff\xf7\x67\x43\xfd\x6c\xf9\xde\x11\x72\x7f\xb4\xff\x2c\xa5\x44\xbe\x13\xe5\x12\x7e\x23\x8d\xd6\x4b\x8f\xbf\xb4\xcd\xf7\xb3\x73\x9c\xaa\xe2\x59\x8b\xd1\x53\xbd\x1b\x0d\x56\x9c\x7a\xef\x13\x38\x23\xcf\x7c\xc4\xf1\xbe\x23\x7f\xad\x3a\x6e\xe3\x9f\x74\xdb\xf3\xf9\xae\xa3\x0e\xdb\xf7\xbf\x1c\x56\x7e\xbc\xcc\x29\x32\xe1\xd3\x50\xde\xc2\xa9\x2e\xb3\xe2\x3e\x79\x3c\xbd\x67\x3e\xa0\x7f\xac\x9c\xc7\xec\x96\xfd\x2e\x4f\xa2\xbf\x0c\xb1\xe9\x6a\x72\xee\xb3\x4d\x78\x88\x01\xc8\x39\x3c\xdd\xc4\x3f\x44\x07\xfa\xdb\x39\x85\x97\x78\x98\xc1\x24\xeb\xe3\x61\x5b\x3c\xac\x60\x91\x95\xdc\x9a\xeb\xee\xd9\x10\x6e\xb1\x79\x55\xfe\xe0\x1d\x70\xd0\x8c\x77\x45\xe4\xa0\x6c\x38\x63\xfc\x6a\xb9\x93\x5b\x08\x54\x1a\x4e\x5e\x26\xe7\x76\x10\x6e\x1b\xf6\x59\xb2\x61\xa0\x10\xb4\xeb\x09\xff\x8e\x9f\x30\x97\x4f\x45\xf6\x94\xcf\xe9\x00\xec\xd9\xee\xc6\x60\xe4\x6d\x7f\x26\xf9\x60\x5d\x8c\xf7\x45\x13\x71\x57\xe4\x45\xfc\x54\xdc\xb7\x7e\x24\x32\x13\xf7\x77\xab\xa4\xe7\xe2\xfe\xde\xf5\xad\x0b\x47\xc8\xe6\x12\x52\x68\x30\xcf\x40\x27\x54\x62\x61\xae\xed\xac\x57\xb6\xa7\x94\x1e\xa7\xce\x9e\xfe\x61\xe8\x4f\xfd\x43\x07\x22\xfd\xcf\x4e\x5a\x6a\x3d\x31\x3e\xcc\xef\x73\xf0\xa6\xfe\xa7\x77\x6c\x9d\xb0\x25\xe2\xed\x00\x8f\x88\x8b\xbe\x6e\x87\xf6\xba\x15\x6f\x54\x19\xbb\xe0\xec\x08\x77\xd3\x75\x3b\xc6\xf0\x57\x0e\xf3\x98\xbe\x76\xfa\x68\x95\x26\x37\x0f\xdf\x35\x64\xf4\xba\x2e\x99\xc1\xdf\x43\x23\x46\xdd\xef\x3a\x37\xf0\x6a\x48\xe3\xa8\xd9\x5d\x4d\xce\xb9\x8b\xe3\x7c\x3e\x82\x58\xff\x17\x8b\x9f\x7a\xa7\x80\xb6\x83\xc1\x22\x5e\xaf\x18\x70\xb7\x8d\x5e\x10\x3b\x72\x01\xcc\xb5\x3a\x34\x9f\x77\x84\x1a\x6c\xb1\x90\x9b\xfb\x6e\xf8\x53\x38\x68\xfa\x65\xf6\xee\x61\x2f\xe0\x8c\xf1\xa1\xd9\x1e\x43\xcd\xe1\x86\xe1\xfa\xdf\x79\x90\x0d\xea\x7d\xff\x1d\x6c\x29\x52\x1e\xf8\x67\xff\xb1\xd8\x3e\x5a\x98\x2f\x42\x83\x3e\xf5\x83\xa9\x93\x0e\xa2\xfc\x57\xc9\x12\xe4\x85\x4b\xa7\x2d\xc7\xfa\x10\x17\xcf\xad\x4a\x15\x76\x26\x24\x3b\x77\xd5\x60\xd5\x29\xc2\x45\xc7\x7c\x42\x8d\xcc\x26\xc8\x5b\xec\x57\x0b\xf1\x73\x13\xd4\x71\x8a\x8e\x08\xca\x18\xc7\x6f\xb1\x22\xfc\xfb\xdc\xa8\x39\x6a\xce\xf7\x57\xd9\xcd\xca\x0b\x7b\x35\xc8\x3a\x64\xc3\x8c\x75\x09\x4e\x43\x46\x06\xd9\x4f\xf7\xca\x18\x3c\xec\xda\xbc\xd9\xd3\x12\x4a\x73\x3d\x87\xcf\xbe\x3a\x75\xe2\xe3\xa5\x9e\x53\x67\x79\x4e\xb5\xfd\x72\x63\xf8\xe8\x19\xfe\x53\xa6\x75\x8d\xf1\x58\x31\xdd\x61\xf2\xf3\xae\xdd\x6e\xcb\x03\xb2\x27\xa9\x76\x95\x0c\x58\x3e\xf5\x89\xdf\xf9\xae\xa7\xce\xdb\xa7\xad\x98\x70\x00\x78\x1d\xa5\xfd\xdf\x8c\x7f\x06\x7a\xf6\x63\xfd\xd3\xc6\x7d\x80\xa1\x36\x59\x93\x0c\xc6\x09\xc1\x6c\xcb\x2e\xbf\x67\x63\x96\x43\x98\xf9\xd7\x49\x3e\xa3\xed\x61\xbb\xd9\x75\x00\x71\xb6\xdb\xa7\xcb\xf4\x70\x8e\xac\x1d\x0c\x47\x7f\x98\x9f\x26\x13\x91\xef\x6d\x49\x9b\x89\xe7\x11\x9f\x8b\x2e\x44\x1e\xa6\xc6\x82\xd6\x09\xb9\x99\xb3\x1a\x7d\x50\x4a\x2c\xb0\x39\x90\xbc\x06\x5a\x37\x26\x63\x7c\x04\xee\x73\x1e\x4b\x8b\x3c\xa8\x40\x08\xd9\x5b\xb3\x25\xa3\x9f\x8c\xcc\xe6\x1d\xa2\x1b\xed\x1c\xad\xd4\x2f\xae\x0f\x5e\x37\xd5\x2b\xdc\xf8\x4e\x48\xee\xaa\xca\x80\xb7\x0e\xc3\xe6\xae\x09\x5d\xb3\xc2\xc2\xd5\x2e\xd0\x77\xd9\x85\x5d\xfe\x83\xfb\x4e\x99\xbf\xd4\x3e\x2d\xc0\xfd\x93\x5f\xe5\x92\x97\xc5\x3e\x1e\xf5\x13\x96\x04\xdf\xaa\x5d\xe2\x71\x63\xbc\x47\xf0\xaa\x0f\xa7\xdd\x37\xfb\xbe\x5d\x6c\xd2\x95\xe8\x76\xda\xd7\x60\x21\x4f\xd7\xcd\x01\x53\xc6\x8d\x98\x37\xb7\xeb\x9b\xd3\xb4\x71\xc3\xe7\xb8\x82\x68\xff\x2f\x63\xaf\xcc\x9c\x07\xc6\xf6\x0b\xc6\x6a\x06\xf6\x81\xa1\xb6\xfd\xc6\x8c\x0d\x18\x09\xd3\xac\x65\xc6\x3a\x4c\x1d\x0e\xd3\xac\x7e\x8e\x96\xf5\xe7\x87\x28\x73\xc5\xd1\x3b\x26\xf1\xc3\x2e\xb3\x88\xdf\xe3\x3f\xd7\xfe\x47\xa0\x3f\x4c\x47\xf5\x64\x6c\x07\xad\x3f\xe7\xe0\x6e\xd7\x73\xab\x10\xdc\xcf\x7f\x10\xbc\x9a\x9e\x7f\xdf\x1a\x8e\xbb\xa9\x97\x9f\x45\xe0\x75\x5e\x4c\x14\xf2\x9c\x19\xa6\xbb\x70\xb7\xec\xb0\x79\x1c\xee\xbb\xed\x69\x4f\xc8\x10\x8b\x27\x64\x7b\xd9\x6e\x43\x8d\x38\xb1\xc2\xf5\x82\xb1\xdb\xac\x0d\x94\x9c\x42\x06\xef\x1c\x33\x54\x58\xdf\x70\x66\x41\x54\xf2\x64\x07\xab\x13\xfe\x3c\xdb\x86\x85\x74\x39\x6c\xf1\x2d\xd8\xca\xb3\x3d\xd9\x49\x77\xb4\xdc\x96\x15\x47\xbf\xbb\xf4\xf1\x5a\xb8\x39\xb8\x70\xbe\x4b\xe7\x08\xb3\x4d\xd6\xf7\x43\x5d\x5e\x79\xaa\x6e\xcc\x69\x8b\x70\x2e\xf7\xf4\x08\x7f\x03\xc2\x8e\x33\x87\x1f\x0a\x9b\x05\x16\xf6\x61\xc3\x97\xac\x1a\x09\x3e\xb6\xf2\xc3\x4f\x85\x96\xc3\x64\x1b\xe5\xe1\xf3\x96\x9e\x82\xa5\x56\xfa\xc3\x3b\x82\x1d\x61\x9d\xa5\xce\xf0\xf1\x8b\x42\x21\xc6\x7c\xf1\xf0\x09\xf3\x27\xc1\x71\xd3\xf9\xc3\xb2\xe6\x8e\x82\x3c\xe3\xd4\x61\x0a\xb3\x7f\x40\xa9\xd1\x04\x00\x5b\xde\x5e\xed\xbf\xd0\x1f\xf7\x2b\xdf\x8d\x9f\x8f\x71\x3d\x2f\x5e\x86\xbb\xc4\x0f\xcc\xd6\x61\xbd\x8f\xca\x0d\x11\xb8\xfb\x77\x79\x1d\xdd\x35\x3e\x5b\x1d\x83\xfe\xee\xa7\x5e\x25\xa0\x2e\xe6\xf0\xfa\xfd\x38\xbf\xee\x19\x76\x08\x77\x17\xb7\xdd\x3d\x8c\xef\x13\x9e\x71\x64\x92\xe2\x1b\xbe\x4d\x21\x65\xc9\x87\x8c\x27\xca\x3e\x99\x55\x71\x88\xdf\x55\x44\x63\xd5\x44\xc1\x44\x21\x5f\x21\xe3\x33\xa3\xa6\xee\x2b\x5d\xb4\xcc\xfc\x8e\xe7\x92\xbd\x45\x5b\x8f\x59\x2d\xf3\xb8\xbb\x67\x53\x4a\xa8\x8d\xf5\xa0\xfe\x09\xe7\x2f\xf6\xb5\x69\x77\x15\xdf\xbd\xf3\xae\xa1\x4d\xed\x40\xf9\xf8\x17\xcd\x7e\xd6\xf7\x07\xea\xc7\x6d\x87\x95\x96\x9e\x03\xdb\x77\x7c\x82\x2d\x16\x43\x06\x0a\x44\x6e\x84\x63\xa6\xbb\x07\x16\x6d\x71\x86\x0c\x93\xb7\x03\xf7\x6c\xb4\x80\x02\xe3\x8d\x03\xb7\xad\xfb\x04\x37\x8c\x4c\x5c\x3b\x56\x03\x94\x19\x85\x0c\x0c\x59\xb9\x16\x9e\xf7\xdb\xeb\x7a\x7a\xf9\x69\x78\x62\xc0\xe3\x3a\x65\x69\x00\xbc\xd6\x3f\xcf\xc5\xdf\xf9\xd4\x1f\xc7\xc9\x77\x0d\x0b\x71\x00\xa8\xff\xb8\x02\x77\xbb\x6b\xa2\x36\x60\x7b\xa9\xa8\x8b\xc4\x5d\xce\x62\xa0\xf7\x3b\x4f\x2b\x81\xd6\xfb\xce\xa1\xbb\xc5\x47\xfb\xa7\x60\x5d\x87\x7d\x83\x8f\x22\x9f\xb5\x63\xe2\x09\xdc\x6d\x0e\x63\x7e\x21\x4b\x35\xb2\x16\x4a\xd6\x12\x32\x3b\x38\x53\x5a\x67\x8d\xf8\x7a\x3f\xeb\x53\xfc\xfd\xc5\x15\xcf\x8c\x9c\x7c\xe2\x8e\x8f\xb6\x4e\xa4\x47\xd2\x09\xd9\x79\x9a\xfa\xb7\x06\xbe\x4c\x73\xd8\x34\xd3\x70\xb0\xd3\xce\x54\xbf\x83\xf1\x46\x2f\x1c\x84\x8e\xaf\x3c\x57\x68\xec\x6b\x0b\xc7\x0e\xdf\xfa\x62\xec\x6c\xdb\xf7\x18\xef\xeb\x63\x46\x16\xb6\xe3\x8f\xfa\x43\x6d\xbf\x3a\x3b\xde\x43\xa2\x50\xdf\xcf\xd4\x6e\xe1\xbe\x40\x78\xad\xbf\xce\xee\xc1\x6e\x0f\x68\xd3\x7b\x65\x1f\x1f\x93\x00\xef\xf4\xee\xd9\x3d\x8e\x96\x05\xd0\x79\x6e\xff\x60\x5b\x2e\x80\x4e\xb5\x5d\x61\x84\x1c\x80\x56\xa1\xc3\x92\x8d\x3f\x01\xb4\x6b\xec\x9d\xd7\x97\x00\x68\xae\x07\x98\x8c\xbb\xb9\x1f\x4b\x82\x02\xbb\xb1\x71\xca\x4a\xd4\x07\xd6\x4e\xdb\x8c\x6c\xca\xad\xe2\x68\xdc\x25\x2f\x91\xa7\xa7\x46\xcf\xcf\x4a\xc4\xba\x30\x59\x4f\x92\x71\x1d\x79\xec\x1c\x65\x97\x12\x9d\x4f\xe0\xb8\xb9\xb3\x21\x03\xd9\x93\x8d\x4f\x73\x91\xdf\x5a\x36\xfe\x1c\xce\x1f\x33\x06\x5f\x4c\x24\xab\x08\x99\x2c\x7c\xb1\x59\x25\x52\xe0\xa1\x57\xe8\x85\x20\x8b\xe7\x32\x25\x6e\x71\x79\x1d\xc3\xe2\x55\x24\x1c\x3f\xe7\x6d\x9f\x11\xa9\x96\x6e\x7b\xec\x5c\xfb\xba\x0d\x1a\x45\x96\xd1\xe7\xe6\xef\xdb\xa2\x25\x62\x36\xf7\xec\xcd\xd3\x63\xb5\x16\x99\xec\x3e\xf3\xb3\xe2\xbb\x96\xad\x71\xea\x99\xbd\x2f\x78\x34\x89\x89\xdc\x99\xf9\x00\x6a\x7b\x4d\xc5\x32\x86\x02\xa8\xbd\x35\x1d\x98\xda\x08\xa0\x36\xce\x54\xe7\xe8\x38\x00\xd5\x44\xb3\x23\x49\x31\x00\x6a\xc7\xcd\x4a\x12\xad\x00\x54\xbf\x9b\x35\xec\x59\x0e\xa0\x3a\xc3\x7c\x7a\xdc\x1e\x00\x55\x2b\xf3\x8f\x3b\xf7\x03\xa8\xf2\x58\x98\x6f\x7f\x09\xa0\x72\xa6\x7d\xcf\x42\xf4\x7f\x7a\x91\xbb\xea\x12\x1d\xff\x37\xa3\xde\xe1\xb6\x24\xf5\x85\xb9\x12\x4c\xf9\xf0\x0b\xf1\x87\x90\xe7\xc9\xbe\x46\xeb\x85\xa4\x3a\xd3\x7a\x39\x07\x7e\x65\x22\xfb\x16\xab\x9e\x83\xba\x99\xad\x7b\xf3\x50\xef\xb1\x3a\xfe\x22\xae\x27\x16\x92\x4b\xc8\x32\x4c\x72\x2e\xc1\x75\x89\x77\xc8\x35\x90\xd1\x24\xc4\xcd\xfb\x9a\x7a\xbf\x26\x31\x0d\xbb\x6d\x57\xbd\xdd\xac\x65\x5f\x5a\xac\xb9\x1a\x30\xc5\x5c\xee\x8d\x71\xc1\x55\xdd\x95\x17\xe5\xe7\x19\x08\x5d\xe5\x8d\xcf\x51\x70\xd5\x9b\x59\x9a\x9c\x79\x50\x61\xa1\x4e\x76\x69\xff\xeb\x4b\xe4\xdb\x74\xe4\x4b\xee\x37\x90\xbe\x2d\x3a\xa6\x25\x9b\x7f\x1d\xe9\x33\x5f\x57\xa1\x20\x11\xa0\x4f\xa1\x4e\xfc\xb9\x7a\x00\xd9\xab\x7a\x03\x72\xba\x00\xe4\x42\xf5\x12\x4f\xbd\x04\x90\x5b\xa6\xfb\x3c\x2d\x0f\xa0\x8f\x9d\xfe\xac\x23\x8d\xdd\x6b\x62\xfd\x67\xc9\x0e\x00\x72\xb1\xfa\x39\x07\xe2\x00\xfa\xbc\xeb\x97\xb9\xf7\x06\x80\xdc\xc6\xd7\xef\xd7\xa0\x7f\x5e\x9d\xdf\x16\x3c\x45\x7c\x47\x3a\x06\xe7\xc1\xd2\xb8\x7d\xc8\x26\xe4\x2b\x51\x3d\x48\x4e\xfd\x71\x1c\x3f\xd3\x92\x28\x2f\x9e\xe4\x95\x8b\xeb\xc8\x84\xc0\x3c\xac\x0f\xb0\xdd\xb5\x00\x79\xd2\x70\x42\x59\x82\x65\x43\x4a\x31\x1f\x33\x8b\xae\xa3\x5f\xdf\xd8\x21\x95\x69\xdd\xe8\xb2\xa8\x2a\x9a\x47\x8f\x10\x5b\xc1\xbb\x96\x6a\x77\xf8\x6b\x8c\xbe\xde\xd5\x71\xd8\x2c\xe6\xaf\xaf\x74\x77\xfc\x78\x49\xf1\x3b\xda\x2a\x77\xa3\x42\x92\x24\xa2\x34\x24\xef\x96\xef\x5c\x2a\x71\x54\x4d\xe2\x6e\x4a\xba\x86\xc4\x58\x95\x2b\x77\x47\x95\x2e\x16\x5f\xa0\x62\x5b\xf5\xfc\xa9\xbf\x58\x1f\x15\xaf\xaa\x0d\x1d\xfd\x44\x74\x55\x45\x2b\x8e\x02\x88\x04\xa9\x34\x5c\x13\x03\x10\x19\xa0\x6a\x50\xdc\x02\x20\x72\x5c\xad\xe2\xe2\x32\x00\xb1\xab\x6a\x37\xcf\x69\x01\x88\x9d\x50\x1f\x95\x5d\x06\x20\xae\xa2\x71\xf2\xe4\x45\x00\x89\x50\x0d\xbf\x34\x2d\x00\xf1\x17\x1a\xfe\x47\x53\xba\xe7\xcc\xc7\x49\x5b\x51\xe7\x53\x15\x44\x7d\x61\xae\xc9\x24\xe2\xf8\x9f\x9f\x79\x04\xf5\xf4\x39\xcf\x4e\x20\x9f\x95\x7e\x27\x1b\xfb\x7d\xca\x83\x73\xd8\x4f\xf6\x3a\xe6\xa3\xae\x23\x3a\xf8\x12\xbe\xbe\x85\xaf\x14\x59\xc7\x55\xc5\xd7\x51\xe7\xb0\xb0\xb2\xf2\x42\x37\x4e\x0d\xaf\xba\xdd\x8d\x23\x2f\x3e\x40\x5f\x3e\xdb\x92\x87\xa8\x43\xeb\xb7\xf4\xa9\xac\xcc\x48\x42\xd4\xbf\x3d\x2d\x35\x7d\xc9\x9f\xa1\xb2\xea\x59\x94\xd7\x75\xfe\x63\x4a\xb3\xea\x2d\x17\xf2\xf3\x6d\x50\xd6\xa8\x6f\x88\xea\x4b\x88\xc2\xc7\xfa\x1f\xc7\x6a\x08\x91\x5f\x5d\x5f\x5e\x7c\x89\x10\x39\xf5\xfa\x85\x0f\x2f\x13\x22\x6b\x59\xaf\xf5\x79\x10\x21\x52\x3f\x1f\xe1\x7e\x94\x94\xee\xfd\x3e\xdd\x28\xf6\xf3\x36\x9e\xa0\x16\xb7\xbc\x81\x75\x1d\xc4\x1c\xae\xe2\x7e\x9d\xb8\xf4\x25\x3c\x6b\xa2\xbc\xf5\x7c\x04\x80\x60\xa7\x48\xc2\x39\x3c\xf7\x28\x9c\x9b\x8b\xfb\x51\xd5\x8b\xe2\x05\x71\xfd\x27\x7a\x10\xc7\x89\x22\xf5\x63\xc8\x16\x9f\x81\x53\xd8\xfe\x4f\x8e\xcc\xc5\x76\x72\xc4\xf8\x3c\xe6\x67\xff\xa5\x22\x6c\x07\xb1\x5f\xa8\x2e\x62\xdb\x25\x1a\xf7\xba\x81\x15\x38\x5e\x2e\x3d\x56\x85\xe3\xc5\x9c\x85\x94\x27\x9f\xd0\x52\x87\xfc\xf8\x90\xc5\x4f\xb0\xdd\x59\xaa\x53\xde\x4c\x21\xf8\x2d\xce\x4b\x32\xd6\xcd\xd5\x1a\x9f\x09\x91\x48\x6b\x15\x75\x2d\x24\x44\xf4\x41\xeb\xe5\x69\x27\x08\x11\xde\xd5\x16\x1e\x96\x4f\x88\x60\xff\xb6\x47\x89\x4e\x84\xf0\x3d\x68\xfb\x79\xce\x9e\x10\x5e\xb9\xb6\x8e\x3b\x6f\x08\x21\x8b\xdb\xb6\xb5\xa0\x02\xb8\x99\x07\x9f\x0d\xa6\x36\xe2\xf9\x43\x42\x9e\xe0\x19\x23\x12\x51\xc3\x78\xdc\x2a\xca\xa8\x4d\xae\xf8\x80\x38\xe5\x5a\x59\x37\xf2\xd4\x5e\xd1\xc5\xeb\xfc\x42\xd4\x45\x94\xab\x1f\x42\xdf\xaf\x4b\x55\xa9\x38\x1f\x9e\x53\xcc\x9c\xdc\x8d\x99\x36\x67\x51\xef\x70\x7c\x60\x01\xfa\xdd\x1c\xca\xbd\x82\xeb\xc4\x78\xd7\x6b\x38\x7e\xee\x18\x4f\xd9\xb1\x8d\x0d\xb7\x71\xdd\xb4\x72\x6e\x35\xea\x44\x82\xe6\x53\x5d\xc8\xf4\x79\x8f\x91\xb5\x1d\xd3\x46\x7d\x33\xdc\xd6\x53\xff\x04\x93\xcb\x2d\xd8\x6f\xfa\x9a\xb4\x2f\x22\xf8\xaf\x63\x81\xd8\xc9\x6e\xfc\x3e\xc8\x0a\x99\xd3\x1f\x8b\xc6\xe1\xeb\x3f\xaa\x96\xe2\x0a\xff\xe7\x91\x58\x5c\xe1\xfd\x34\xcd\x5c\x85\xd8\x58\x2e\x8f\xe8\xd2\x84\x7f\xf7\x43\x13\xf0\x13\x3e\x30\x26\xf5\x2d\x3b\x81\xdf\xc0\x4e\xd6\x3f\x76\xa1\xf8\x40\x9f\xe5\x85\x39\x15\xdc\x64\x79\x2a\x6b\xef\xc6\x2b\xc1\x69\xd8\x2f\xce\x3b\x64\xd2\x3a\x48\xa3\xf3\x50\x0f\x99\x56\x74\xe9\x6e\x37\x26\x5b\x52\x7f\x94\x3d\x31\x37\x14\xe9\x7c\x70\x1b\xcf\x23\x44\x7c\xac\xc6\xe7\xce\x30\x75\xaa\x0f\x58\xea\x4d\xf5\x01\xf3\xd4\xeb\x71\x7c\xf5\xbf\xfe\xa2\x12\xc7\xc5\x06\xea\x8f\xe3\xf2\xe8\x1d\xd6\x6d\x34\x6a\xfb\x82\xfd\x4a\x8e\x50\x9f\x14\xdc\xd1\x63\xfc\xa3\x09\x5b\xe1\x7b\x31\x1e\x77\x3e\xe3\x71\xb7\x2e\xa4\x78\x98\x55\x02\xe5\xf8\xdb\x6a\x76\xee\xbd\xb9\x1f\xf9\x93\xcf\x9f\x4f\xf1\x03\xf3\xbb\x78\xc3\xb0\x81\x55\xaa\x79\xcc\x7e\x5e\xc3\xc3\xf2\x82\x8c\x75\x8f\x0e\x2c\xe8\xbc\x22\x1d\x07\x2e\xe3\xbc\x97\x32\xf1\x9a\x52\x37\xee\xab\xaa\x40\xbe\x37\x66\xd9\x1d\xe4\xf7\xa3\x5e\xd7\x60\x7d\xad\x0d\x2b\x1f\x62\x9e\x56\xd6\xd7\xe3\x38\xb1\x38\xa0\x11\xf3\x37\xf3\xe2\x1b\x5c\x87\xfb\xc5\xb4\xe1\xfd\x1f\x31\xf6\x03\xce\x1b\x4e\xb2\x5f\xf1\x39\xcd\x70\x1c\x60\x3b\x91\x61\x7e\x18\x98\x07\x55\x8a\xfd\x18\xdf\xeb\x71\x81\x22\x77\xbe\x7f\x0d\x73\x42\x4d\x60\xbe\x1e\x1c\x7f\x5b\xcc\x2a\xe0\x55\xb3\x6b\xaa\x50\x00\xf8\x4a\x9d\x41\x4f\xd0\x4f\xf8\xca\x18\xf6\xf7\x3a\xff\x9e\x97\xa7\xa8\xd0\xf9\xad\x03\xa3\xed\xfe\x68\xd3\x0d\x9c\x17\x0e\x5c\xbe\x85\xeb\x84\x84\x79\xf4\x53\x76\x0a\xd6\x61\x7c\x9b\x8b\xa8\x2e\x62\x6d\x50\x03\xaa\x12\x96\x76\xbc\x42\x1d\xc8\x42\xd2\x86\xf5\x82\x02\x02\xa8\x6f\xc4\xf8\x28\xea\x32\xe1\x79\x97\xd6\x0f\x72\x98\x44\x3f\x55\xaf\x94\xa2\xe4\x3d\xf8\xa7\x0e\x64\x3b\xc5\x01\xcc\xc7\xc2\x8f\xbd\xbe\x84\xe9\x60\x22\x47\x51\xe4\xf4\x41\x9c\xbf\xc3\x65\x56\x31\xb5\x8a\xb5\x1f\xd4\x09\x11\x80\xb6\xe2\x3f\xdb\x49\x4f\x3d\x9c\xc0\x7f\xcb\x4b\xe6\xd7\xab\xb8\x6e\x3c\xfe\xa2\xc2\xbd\x1b\x0f\xbd\xad\xc2\x76\xb1\xe7\x45\x0d\xf6\xdf\x58\xa6\x07\x89\xbc\xf3\x1c\xdb\xc9\x86\xa8\x57\xb8\x8e\x5c\x25\xdb\x82\x9f\x1e\x7c\xfd\x1d\xce\x2b\x73\xaf\x7d\xc6\x73\x08\x53\x3b\x7f\x60\xff\x18\xdb\x01\x12\xdd\xe8\xc1\x7a\x61\x8f\x0f\x06\xf3\x4f\x91\x94\x81\xff\xd4\x81\x70\xce\xb7\xa3\x59\xbc\x73\xd8\x0e\x50\x18\xbb\xe6\xf4\x41\x5c\x3f\x39\xbd\x86\xb5\x0f\x53\x8a\x9c\x6e\xaa\x86\xe9\x01\x5e\xb2\x3c\xfd\xe9\xff\x41\x48\xe7\x9d\x3f\xf3\x92\xba\xaf\x1c\xf7\x55\x52\x4c\xab\xb0\x95\xed\x3b\x57\x8b\xbd\x2f\x2e\xe9\x19\x8e\x1b\xdb\x6f\x35\x62\x7f\xdf\x32\xe3\x0d\x8e\x83\xeb\xbd\xdf\xa1\x7e\x30\xd4\xa2\x1d\x9f\xbf\x16\x6d\xe8\xc0\xfc\xcc\x92\xec\x42\x7f\x19\xbf\x4b\xf4\xdd\xbd\x99\x4f\xca\xc0\xb7\xd0\xcb\x07\x43\x73\x11\x45\x09\x51\xf8\x87\x0e\x44\xf5\x06\x45\xdb\x72\x8a\x9e\xcc\x01\x74\x3a\x6b\x17\x21\xac\x9d\x44\x28\xb1\x7e\xc2\xf4\x0b\x47\x99\x6e\x22\x8b\x8d\x33\x17\x98\x0f\x06\xe7\x13\xd3\xa3\xff\x60\xba\x87\xb6\xd3\x14\xbb\xfe\x18\x57\x8e\x58\xdc\xc3\xd6\x74\x60\xc6\x23\xec\x8d\xbb\x0b\xea\xf1\xfb\x45\xdf\x7e\x89\xe3\x26\x57\x1f\x2d\x3c\xf7\x3d\xce\x27\x6b\x32\x3b\x94\xb1\x3f\xdc\xea\xfa\xd1\x8d\xf3\x07\xd2\x78\x02\x92\xa0\x97\x1e\x88\xab\x0f\xe4\xc8\xfc\x72\x4c\x4b\x28\xaa\x4e\xa3\x28\xea\xf0\x3b\x0f\xa4\x92\xa2\x32\xf3\xb5\xb1\xe4\xa3\x38\xd8\x9f\xe2\x78\x76\x1f\xe7\xb1\xfb\xbc\x86\xf9\xa2\x44\x6e\xa2\xb8\x8f\xf5\x87\x94\xdb\xe4\xdf\xf5\x1f\x69\x14\x2b\xd8\xeb\x75\x2c\x4f\x4d\xf6\x14\xdb\x07\x92\x5e\xbc\x2c\xa7\xe7\xe8\xa9\x07\xc3\xb8\x64\x8e\xcf\xe6\xb0\x47\x07\xc2\x78\x51\x37\xc6\xdb\x73\x3c\xf7\x68\xc6\x9f\x4f\x66\x5c\xfb\x6c\xe6\x07\xbd\x8c\xed\x8b\x6f\xda\x45\x91\xd3\x3f\xa4\xcc\xa1\x98\xcd\xde\xef\x8a\x39\x45\x4e\xbb\xf0\x82\x71\xb1\x3f\x0e\xfe\xd6\x3f\xb4\x51\xae\x98\xbc\x0c\xa1\xf8\xac\x8b\xe2\xc3\x99\x14\x7b\xfc\x2f\x18\xd7\xc8\xf1\xde\x37\x58\xcc\x1c\xef\x5b\xcc\xf6\xa8\xe1\xff\x87\x0f\x08\xc7\xff\x71\x3a\x10\x2e\x4f\xdc\xdf\x71\xf9\xf4\x66\x9a\x04\x3f\x76\x4e\x7c\xe6\x2b\x8a\x21\x8c\x1f\xde\x40\x79\xdf\x1e\xde\x9f\xcb\x03\xa7\x87\x29\x61\x9c\x35\xa7\x65\x79\x75\x94\x62\xe7\x9d\xff\xd6\x3f\x3c\x66\xf7\xa0\x87\xf7\x66\x1c\xfb\x2d\xf6\x5d\x6f\xb0\xcf\xe6\xf4\x0f\x97\xcb\x28\x16\x15\xff\xce\xc3\xff\xf2\x01\xe1\xf8\x5f\xcb\xb1\x0c\xe7\xf4\xce\x87\x23\xd3\x03\x70\x3a\x10\xae\xde\xce\x04\x76\x3d\x93\xf9\x4b\x2c\x59\xce\xf2\xc0\xf4\x0e\x31\x01\xbd\xf3\xd0\xa3\x87\x61\x9f\xff\x80\xbd\x7f\x33\xd3\x3c\x74\xaf\x97\xda\x5b\xe9\xff\x5f\x4f\x61\xed\x60\x11\xc5\xff\xd2\x01\x55\x3c\x66\xf1\x33\x7d\x44\x8f\xfe\xe3\x5f\xf4\x0f\xdc\xfd\xe4\xda\x7b\x4f\xfc\x2c\x0e\xae\x0e\x44\x8f\x1f\x46\x49\xef\xfc\x70\x79\xe3\x74\x14\x43\xdf\x53\x1c\x9b\x40\x71\x3a\xeb\x37\x7f\xeb\x40\x76\xb1\xf7\x3f\xcc\x78\xd3\xdc\xd5\x14\xaf\xb2\x98\x6a\xd9\xcf\xdb\x5c\x08\xe9\x64\x67\x4c\xdf\xdb\xb3\xbe\x72\xa5\x77\x3b\xe8\xd1\x7f\xfc\x8f\x7e\x70\xe9\x06\x8b\x7f\x0d\xc5\xf3\x2d\xbf\xf3\xc0\xe9\xbd\x38\x1d\x50\x4f\xfd\x07\xd6\x9e\x0d\xe7\x32\x5c\xdc\xfb\x9a\xe3\xc7\xff\x4b\x07\xc2\x8d\x13\x9c\x0e\x64\x11\x6b\xc3\x61\x8c\x47\xdd\xc9\xf2\x92\xb2\x97\x62\x8f\x1e\xe6\x19\x45\x4e\x07\xf2\x71\xd9\xef\x71\x81\xeb\x0f\xcf\xb9\x5c\x5d\xa5\xd8\xa3\x83\x62\x63\x11\xa7\x83\xfa\x7b\x1c\x28\x28\xe8\x1d\xff\x99\x71\xbf\xf3\xc0\xdd\x4f\xee\xfe\x9a\xb0\x7e\xca\xf1\xdf\x7a\x43\x28\x72\x3c\xa8\x6e\x2c\xc5\x7e\x1f\x7a\xb7\x13\xae\x9f\x70\xe3\xe6\x48\xc6\x13\x4e\x66\xfd\x6d\x01\xd3\xcb\xad\xcd\x67\x79\x60\x7a\xb0\xc3\x8c\x6f\x3f\x03\x54\xff\x73\xfd\x1d\x21\xb0\x86\x69\x9e\x6e\xd2\x31\xe1\x73\x33\xfd\x1d\xce\x1f\xe9\xf1\xbb\xde\xfd\x80\x1b\x07\xfe\xd6\x81\xfd\xaf\xf8\x73\x02\x7e\xe7\xa1\x47\xff\xc0\xe2\xe1\xf4\x2f\x9a\x8c\x07\xd7\x60\xf9\xe1\xfc\x10\x38\xd4\x48\xef\x9d\x2f\x73\xd7\xde\xed\x8b\xeb\x1f\xdc\x38\x31\x8f\x7d\xce\x6a\xa6\xab\xd9\xc9\xc6\xc3\xc3\xb3\x08\x81\x05\x84\x9c\x3d\x4b\xdb\xff\x8d\x6b\x84\xfc\xfc\x41\x35\x80\x3f\x9c\x09\xf9\x6a\x4d\xc8\x7b\x96\x5b\x6e\x5c\xe4\xfc\x80\x38\x1d\xd8\xdf\xfa\x9f\xe2\x4c\x7a\x5d\xb8\x8c\x07\x2b\xfe\x9d\x3f\xc0\x83\x1e\xf6\x67\x2e\xf2\x60\x05\xc4\xac\x1a\xfa\x7b\x27\x7f\x50\x7d\x10\xfc\xa1\x7f\x30\x60\x3a\x39\x4d\xd6\x1e\x38\xfe\x57\x5e\x9b\xa2\x1c\xcb\xa5\x3c\xcb\x0f\xe7\x0b\xc2\xd5\x4d\xe1\xfa\x0b\x37\xbf\x70\xf3\x10\xa7\x17\x9b\xc5\x78\xf3\x95\xec\xe7\x3b\x76\x13\xd2\xbd\x96\x49\x99\xd8\xfd\x94\x49\xf5\x51\xdf\x56\x11\x72\xdd\x8f\x90\x2f\xc1\x84\x3c\x19\x4a\xc8\xa7\x17\x84\x7c\x4e\x20\xe4\x6d\x0d\xd5\x05\x3d\x39\xcc\x57\x84\xfd\x60\x11\xd5\x01\x95\xaf\x12\xc2\xca\x8f\x25\xd9\xa2\xd4\xff\xe7\xb3\xc8\x9a\x6e\xcc\xb7\x15\xc4\xf3\x04\xe7\xd6\x0a\x62\x85\xbc\xd3\x2e\x22\x78\xa6\x3f\xab\x8f\x08\x2a\x9b\x4f\x96\x0b\xe2\x75\xda\x66\xc1\xb5\x5c\x1e\x38\xfd\x83\xd6\xf5\xde\xf1\x71\xfc\xaf\x14\x6b\x8b\xa2\x1b\x7a\xa3\x2c\x1b\x83\x39\xbd\x80\xe6\xac\xde\x79\xe5\x74\x95\xcc\x5f\x4c\x60\x3a\x9d\xe3\x2f\x87\x4e\x26\xe4\x57\x39\xaf\x6e\x54\x1c\x21\xdf\x86\x0a\x38\x1e\x6a\x23\xa4\x3d\x5a\x68\x67\xae\x26\x21\xef\x65\x44\xf4\xae\xe5\x12\xd2\xba\x5a\x54\xe0\xd1\x73\x42\x9a\xd5\x45\x0f\xb7\x9b\x10\xd2\x60\x2b\x81\x4a\xe4\xfb\xe5\x92\x78\xbe\xa4\x62\xa0\x2c\xea\x9f\x4a\xda\xfb\x44\x60\xdc\x2d\xca\x36\x00\x42\x82\x17\xfc\x65\xd0\xe1\xf0\x74\xbd\x52\x07\x80\xe0\xd2\x1c\x57\x29\x7c\xbe\xe4\x74\x2f\x69\xf1\xca\x3f\x00\x84\x9e\x1c\x3b\x2a\x29\xd6\xfd\xfa\x11\x4f\x09\x33\x2e\x0f\x5c\xff\xe7\xee\xbf\x24\x6b\xbf\x7f\xeb\x3f\x78\xbf\xf4\x46\x41\x36\x8f\x4a\xb8\xfe\x99\x0f\xde\xed\x7a\x98\x4f\x01\x4d\x3b\xec\x17\x42\x33\x3d\xcf\x13\xd2\x99\x27\xba\x69\x6a\x23\x21\x5f\xb7\x4a\x99\x2e\xd5\x21\xe4\xc3\xf0\x3e\xe2\x5b\x03\x09\x69\x19\xdf\xf7\xee\x81\x01\x84\xbc\x7a\xa7\x70\x35\x6b\x3a\x21\x4d\xf9\x8a\x2d\x25\xdf\x08\x79\xbe\x45\xa9\xae\x76\x21\x21\xcf\x52\x94\x07\xbf\xd3\x24\xa4\x6e\x8e\xd2\x52\x00\xde\xd5\x95\xb2\xca\x5e\x00\x42\xfd\xae\xf0\xa9\x7c\x05\x10\x79\x9f\xef\xa5\x72\x12\x40\x64\xde\x59\x65\x95\xc7\x00\x22\x3b\xb2\x07\xa9\x0a\x01\x88\x1c\xe1\x74\x3f\x5c\xdc\xc7\x89\xca\x05\x00\xe1\x5b\x87\xc7\x2b\x5f\x06\x10\x72\x4f\x5a\xa5\x22\x00\x20\x14\x79\xa0\x42\xb9\x06\x40\x08\xf7\x64\x54\x8e\xfe\x7b\xfc\xbd\xf5\x1f\x7f\xf3\xc1\x3d\xbc\x70\x36\xc1\xb1\x5b\xc4\x54\x12\x7d\xb2\x24\x4a\xd4\x51\x0f\x25\xdd\x62\xf9\x8a\x90\x8e\x4a\xf9\x80\x21\x43\x09\xf9\xa0\xad\x74\xde\xef\x22\xef\xf3\x37\x9f\x54\x06\x05\x49\x08\x4e\x6b\x5c\xa6\x6a\x1a\xbe\x4b\xc4\xe8\xa9\x9a\xea\xd1\xdd\xe6\x62\xab\xeb\xaa\x54\xef\xa7\x1d\x90\x70\x7c\xd0\x47\xf5\x46\x41\xbd\xa4\x53\x75\x1f\x35\x81\xaa\xfd\x92\x4f\xee\xd4\xab\x05\xbc\x3a\x24\x19\x7b\x5b\x42\x7d\x1b\x80\xc4\xa6\x12\x71\xac\x07\x56\x79\x21\x50\x6b\x1c\x80\x74\x51\xae\xbb\xe6\x47\x00\xa9\x27\xa7\xaa\xb4\x06\x03\x48\x35\x9e\x50\xd0\x72\x07\x90\x3a\x78\x34\x58\x3b\x14\x40\x3a\x21\xf9\x89\x56\x0b\x80\x54\xda\x21\x21\xcd\x62\x00\x49\xad\x7d\x4b\xb5\xbc\x00\x24\x7d\xf6\xea\x69\x14\x02\x88\xef\x8a\x4f\xd0\x18\x09\x20\x56\xf5\x67\xfb\xff\x8f\xf8\xff\x8a\x9b\x9f\xad\xf2\x39\x3e\x90\xab\x17\x22\xd7\xc4\xbf\x8f\x10\x18\xad\xf4\x55\x61\x0c\x21\x9f\xa5\x34\x64\x0d\x5f\xf2\x15\x35\xeb\x6b\xe7\xbb\xe4\x08\xcd\x68\x38\xa3\xdb\x3c\x3a\x50\xcc\xfa\xd1\x1a\xbd\xa7\x33\x4f\x4a\xe6\xdd\xf7\xd0\xd7\x5b\xf9\x50\x56\xf4\xf6\x6e\x7d\xf1\x1d\x6f\xe4\xde\x56\xf4\xd7\xdb\x93\xf2\x44\x1e\xca\x66\xea\xf5\x3d\xe7\xa2\x18\x58\x3a\x5b\xf7\x56\x85\x8e\x92\xca\x15\x7d\xdd\x27\xf5\x0d\x4a\x3c\xc5\xd7\xf4\x0e\x74\xfc\x54\xb8\x97\x77\xba\x9f\x34\x80\x22\xc9\x0c\xeb\x57\x0c\xa0\xd0\x96\xea\x6b\x10\x06\xa0\xf0\xe5\x70\x87\x81\x2f\x80\x82\xc9\xc1\x5b\x86\x46\x00\x0a\x73\x12\x3f\x19\x08\x03\xf4\xad\xdd\x7b\xa7\xdf\x70\x00\xb9\xf8\xdd\x69\xfd\x78\x00\xfa\x3c\x88\x39\xa6\x57\x0f\x20\xab\xba\xb3\x50\x5f\x02\x40\x56\x64\x87\xbd\xde\x68\x00\xe9\x1f\xff\x0f\xf1\xb3\xa7\x61\xd1\xbd\x14\xfb\x1e\x63\x4f\x87\x6c\xf7\x44\x0b\x9f\x7e\x7f\x7e\xd3\xc5\xba\xbd\x1f\x62\x4d\xcd\xa4\x12\x08\x79\x59\x69\x7e\x41\x5b\x5e\xe0\xdb\xe3\xcb\x16\x2a\x36\xa7\x25\xc4\xee\x79\x5b\x4e\x1e\xb6\x5f\x26\xa5\xf2\x86\xe5\x53\xff\x61\xf2\xaa\xd7\xa6\x59\xea\x07\x47\x2a\x3d\x2e\x5e\x6c\xb1\x61\x8b\x9c\xda\xbc\xfc\x6a\xf3\x99\xfb\x1f\x6a\x92\xbc\x33\x66\xeb\xb3\x9c\xb5\x9e\x9f\xa9\x31\x8d\x2b\x3d\xa4\x7d\x23\x77\xa4\xe9\xb8\x87\x13\x75\xfa\x64\x77\x98\x2e\xfd\x68\xa6\xd5\x79\x52\xdb\xac\x13\x40\xcb\xe4\x70\xb2\x79\x02\x80\xe6\x88\x03\x33\xcc\x4f\x03\x68\x68\xec\x79\x6b\xfe\x0b\x40\x7d\x43\x7c\xa6\xb9\x0a\x80\x6a\x7e\xcc\x5c\xb3\x6a\x00\x95\xdc\xe8\x14\xb3\x58\x00\xe5\xaa\xa8\x3d\x66\x8a\x00\x4a\xe9\x5b\xab\x4c\x4f\x02\x28\x1e\xde\x2c\x6f\x12\x0f\x20\x5f\xb6\x51\xdb\x74\x26\x80\x82\xd5\xff\x11\x3f\xd3\x01\x48\xf6\x61\x71\xb3\xa7\x5f\x7d\xfa\x34\x98\x6a\x8c\xbc\xcf\xd7\x25\x36\xa8\x07\x69\x81\xfe\xc8\xff\x35\x46\x0e\xb8\x20\x64\x45\x48\xdd\xce\x41\x76\x2a\x13\xf9\xc5\x6f\x6b\xbb\x2e\x36\x35\x96\xb8\x7d\x35\x61\xc0\x92\x81\x43\x14\x46\x14\xd6\xb8\x3c\x19\xbb\x5b\xd5\xe5\xdc\x4b\xe7\x86\xb9\x72\x9a\xb5\xd9\xcf\x9c\x82\xc3\xb4\x75\x6f\x9e\x1c\xee\x68\x13\x37\xc8\xc0\x3e\xd5\xdc\xe1\x62\x9a\xa6\xd1\xf2\x23\x31\xf6\x27\x0a\x27\x1a\xff\x4a\x51\xb4\x6b\xab\xe6\x37\xd9\x97\x64\x61\x77\xfd\x6d\x90\x89\xf4\x41\x2b\xfb\x78\xb8\x60\x34\x72\xf7\x5c\xfb\xcb\x50\x65\xa0\xbe\xd3\xc5\xc1\x1f\x9e\xea\x77\x45\xa5\xd9\x6f\x86\x76\xdd\xe2\x08\x6b\xfb\xd3\xf0\x4b\x67\xcf\xe6\x4e\xbb\x2b\x00\xda\x72\x1b\x8d\xec\xfc\x00\x34\x4b\xd7\x4f\xb6\xcd\x01\xd0\xb0\x5d\xeb\x65\x1b\x07\xa0\x6e\xbb\xba\xca\x46\x00\x40\xd5\x74\x65\xa8\x75\x3a\x80\x8a\xd5\xff\x11\xff\x77\x8a\xea\xac\x1e\x86\x11\xee\x5b\x75\xb9\xd8\xe2\xf5\xc7\x11\x03\x71\x3f\xff\x55\xdb\x10\x7c\x5a\x7e\xba\x6c\x24\xfe\xdd\xfd\x2b\x3e\x46\xdd\x58\xf9\x71\xdc\x9c\xbe\x1b\x09\xb9\x62\x31\x3a\x42\xef\x81\xb8\xfc\x79\x21\xef\x12\x07\x25\xf9\x9d\x99\x1e\x23\xc4\x3c\x57\x69\x45\x1c\x7f\x34\x3c\x72\x9a\x96\xfe\xfd\x64\xc3\xa1\x35\xcb\xe2\x8d\xa3\xf6\x07\x7b\xd4\x46\x49\x98\x1b\xee\x8e\x72\xef\x97\x3c\xc3\x8a\xc4\xec\x1c\x74\xea\x6c\x97\x75\x7d\xf4\x0b\x37\xff\x4a\x55\x9b\xc3\xdb\x6f\xb9\x56\x35\x14\xda\x2c\x8e\x8a\x71\x1b\xf6\x73\xa9\x55\xe7\xe6\x8f\x6e\xf6\x10\x61\x7e\x6b\x7d\x97\x6b\x16\xa4\x99\xb4\xac\xd9\xe1\xba\x1d\x8a\x8c\x9e\xac\x7a\x3e\xf0\x01\xdc\x34\x1c\xb2\xc2\x61\x60\x2e\xd4\x19\x88\x2c\xcb\x18\x10\x01\xad\x7a\xe9\x4b\xd5\x5d\xac\xa0\x53\x27\x21\x78\x9f\xcb\x22\x00\xed\x77\x8b\x4e\x3a\x4f\x00\xd0\x92\x5f\x74\xda\x71\x32\x80\x86\xcc\x3f\xdb\x3f\x17\x3f\xc7\x83\x5b\xa2\xab\xe7\xaf\x85\xce\xa8\xff\xf8\xb0\x68\x28\xf2\xb6\x2f\x0e\xf8\x60\x3b\x78\xd4\x46\x77\x07\xaa\x82\x26\xa3\x5f\xf5\xf5\xf7\xd3\xf0\x7d\x2e\x4d\x0a\x3c\x26\x96\x4f\xc8\xd9\x21\xd3\xaf\xa9\x17\x0a\x37\xa5\x7f\x9c\xfa\xcc\xd2\x55\x6e\x55\xf2\xc9\xc9\x07\x07\x2f\xd1\x38\x91\x30\x63\x82\xbc\xef\x07\x63\xf9\xe8\xb7\xbe\xbc\x0b\x36\x59\xec\xdf\xba\x74\x4c\xed\x86\x48\x9b\xe7\x1b\x2e\x8f\x7a\xbe\x77\xb3\x83\x6e\x98\x8a\x8f\x51\xa6\xb7\xe3\xd8\x55\x67\xbc\xf2\x4b\xf7\x38\x45\xac\xf0\x1b\xf9\xec\xd1\x08\xa7\xb3\xcb\xcb\x46\xb6\xb6\x1f\x73\x3c\xb3\xd4\x7e\xe4\x5e\x30\xb7\xb7\x5b\xbc\x67\x44\x0d\x4c\xb0\x91\x0b\x92\xf3\x14\x82\x4d\x16\x3e\xf3\xaf\x78\xce\x83\x28\xf3\xdd\x73\x7d\x86\xd5\x41\x86\xc9\xbc\x39\x1b\x87\xde\x83\x02\xa3\xea\x59\xf7\x86\x5a\x40\xb9\xe1\x88\x59\xdb\xdd\x33\xa1\x49\x7f\x56\xe0\x7a\x77\x07\xf8\xa8\x9b\x34\xbd\x68\xb0\x09\xfc\xd2\x19\xf0\x3b\x0f\x12\xaf\x7a\xc7\x4f\x79\xf0\x9f\x47\xdc\x70\x7f\xf6\x9d\x9e\x37\xf2\x9e\x8d\x47\x27\xe0\x2e\x50\x1d\x2f\xd5\x83\xdc\xca\x9d\x89\x7e\x28\xa5\x3f\xe7\x21\xcf\x9d\xdf\xb6\x08\x77\xc3\x72\x96\x04\x8f\xe1\x71\x26\xe4\x44\x66\xc8\x11\xc5\x4f\xbc\xbe\x87\x78\x16\xf3\x1b\xc6\x4a\x57\xc6\x39\x2d\x14\x71\x1e\xa8\x1a\xb8\x75\xc9\x9c\x4a\x9f\x05\x06\x3e\x6b\xea\x67\x04\x07\xae\xb5\xbe\xb1\x6c\xec\x74\xa3\x95\x17\x1d\x2e\x04\xbd\x9a\x26\xba\xcb\xd6\x79\xda\xdc\x0e\xff\x3b\xc7\x8f\x0e\x38\x37\xb3\x75\x72\x40\xa1\x93\xab\x5f\x60\x88\x1f\xdc\x53\x71\x4d\x08\x28\xf5\xcb\x68\xbe\x32\xf0\x51\x80\x97\xdf\xb2\xae\xfb\x2e\xce\x53\xde\x4c\x58\x0f\x32\x0e\x0f\x26\x77\x8c\x0f\x05\x6b\x3b\xd3\x49\x4b\x7d\xc3\xc0\xdb\xfa\xab\x9f\xe7\xb8\x39\x30\xdb\xf2\xed\xc4\xa6\x31\x02\xb0\xcd\xac\x61\xe2\xbc\x51\x83\x20\xc5\xe4\xf0\x44\x15\xef\x2f\x90\x63\x2c\x3a\x41\xd8\x6b\x0f\x94\x1a\x0a\x8d\xf7\x1f\x31\x06\x1e\xeb\xcf\xfc\x3d\xfe\x71\xf1\xdb\xe0\x2e\xd9\xaf\x35\xf4\xf4\xe0\x3b\x0b\x5a\x1f\xa7\x21\x78\x0a\x8e\x13\x75\x27\x67\x63\x3f\xb8\x19\x18\x84\xbe\x38\x25\x0d\x4b\x70\xbe\xb8\x50\x44\xeb\x04\x65\x27\xd1\xdd\xe5\x63\x83\xc3\xf0\x54\xd4\x81\x8d\xe1\x99\x52\x47\x09\x89\x99\xb6\xae\x5c\xeb\x8d\xb8\xee\x16\xfe\x35\xb5\xb6\x03\x14\x1d\x57\x8d\x5b\x39\x6d\x58\x8d\xae\x4a\x90\xc7\xb2\x18\x7f\x53\xf3\x15\x33\xbe\x2f\x71\x0f\x21\x76\x2d\x53\x5a\x16\xbf\x8d\x8c\xed\x9f\xe8\xe7\xb0\x68\x52\x4a\x81\xd3\x54\xdf\x88\x20\xb5\xf3\x35\xce\x96\x63\xfb\x2f\xf8\x71\xbb\xc2\x79\xc2\xe8\x5b\x0b\x36\xbe\x96\x75\x1a\x33\xfa\xe4\x82\x4d\xa0\xec\xf0\x75\xd4\xf5\xb9\x04\xdc\x6d\x93\x47\x79\xce\x52\x81\x00\xeb\x91\x3e\x21\x33\x74\x60\xa5\xa5\xe6\xa8\x29\xd3\x56\xc3\x06\x0b\x2b\xef\x21\x53\x6a\xe0\x98\x49\xbd\xf7\xf3\x49\x00\x27\x4d\x24\xbd\xad\xfc\x12\xe0\x82\x51\x82\xd7\x8a\x09\x53\xe0\x86\xc1\xe9\x11\xcf\x7d\xaf\xc2\x13\xfd\xd1\x7f\xc7\xdf\x79\x67\x38\xee\x82\xb6\x15\x8d\xc7\x71\xb1\xf1\xc5\x74\xd4\x81\xd5\x36\x2d\x40\x9e\xb7\x12\x96\xe0\x39\xd6\x2b\x4a\x2b\x71\x77\xfd\xfc\xb4\x75\xd4\xff\x9f\x9f\xea\x60\x8e\x95\x50\x5d\xc8\x7e\x99\x28\x3c\x27\x1c\x1d\x10\xad\xc5\xb7\x93\x90\xcd\x4e\xd1\xa9\xca\x20\xb8\x79\xc5\xbd\xa8\xfb\xa6\xaf\xfa\x18\x2c\xb8\xb3\x4d\xc4\xad\x43\xfd\xea\x34\xaf\xcd\xbb\xc6\x8f\x35\x32\x1d\xff\x6b\xe3\xfd\xa0\x9d\xe6\xc1\xa3\x27\x6d\x48\xd9\x92\x69\xe5\x32\xb2\x2a\xbc\xef\xa1\x50\x1b\x9e\xe1\x5a\xeb\xf9\xce\x6e\xb5\x49\x1b\x72\x33\xec\x43\x65\xa8\xcd\x45\x8f\x25\x61\x63\x9b\xd6\x59\xdf\xf3\x08\x0f\xf3\xee\x3c\x61\x59\xe6\xa1\xba\x2a\x0e\x76\x9b\xdb\xbb\x1b\x2d\x3f\x07\x67\x4c\x06\xbb\x5f\x0e\xe1\x87\x42\xe3\x69\xee\xd7\x16\x47\x41\x99\x91\x8f\xbb\xc3\x42\x15\x78\x68\x60\xe9\x1e\x3f\xb7\x0b\x9e\xf7\x1b\x32\x78\xc3\xec\xcf\xf0\x41\x6f\xe8\xe0\x51\x33\x00\x7e\xe8\xbc\x18\xcc\x33\xfd\x17\x80\x76\xc5\x6f\x1d\xc8\x30\xbc\xff\x9c\xfe\xab\xa1\x78\x26\xee\x63\xd7\xf6\x5f\x8c\x7c\xf6\xcd\x75\x2b\x90\xc7\xbb\x32\x2f\x0c\x77\x53\xcf\x37\x6d\xc6\xf9\x32\x6b\x4b\x94\x01\xc6\xef\x17\x8d\xf9\xdc\xff\x3a\x76\x69\x37\xee\xd4\xda\x8d\xfd\x65\x83\xd8\x3e\xe4\xf5\x56\xf2\x1e\x50\x90\x7d\x48\xc8\x02\xf1\x7d\x2f\xf5\x5e\x4a\x04\x4d\x2d\xdb\x73\xc5\xb1\x53\xf1\xeb\x18\x8f\xf8\x36\x9f\xef\x3a\x3f\x46\xf4\x8b\xab\x9e\x7b\xb7\xdf\x52\x8f\xa8\xd8\xd7\x1b\xb2\x0d\x9b\xdc\x64\x62\x8a\xf6\x3f\x31\x9e\xeb\x92\xb2\xab\x23\x37\xd2\x44\xd7\x69\xd2\xce\xba\x1b\xa7\x4c\xa4\x1c\x0d\x77\x8a\x3e\x8f\x34\x76\x76\xe4\xdf\xa9\xf6\x23\xd1\x50\xd3\x31\x35\xd2\x13\xea\xfb\xc5\x3b\x26\x6f\xe1\x83\x36\x7d\x4d\xc7\x80\x0d\x1a\xf0\x43\x37\xda\xf1\xc8\x3a\x0d\x00\x9d\x46\xa7\xac\xd5\xfb\x00\x74\x5a\xfb\xb7\x87\x7e\x07\xd0\xac\x76\x3a\xb4\xf4\x05\x80\x56\x92\xe3\x9b\x25\xe3\x00\x34\x45\x1d\x57\x2f\xf6\x05\x50\xff\xce\xe9\x40\x3e\xae\xf3\x43\xb6\xac\xe1\xe3\xec\xa1\xdd\x58\x13\x13\x82\xf3\xc2\xcd\xea\x35\xd8\x1f\x4a\x8a\x37\xa1\x6e\xec\x82\x34\x65\x11\xb2\x6c\xa2\x71\x37\xfc\xd8\xe5\x78\xe4\x6f\x12\x83\xf7\xe2\x29\xeb\x58\xad\x03\xc8\x6f\x6f\xae\x4b\xc2\x7d\xfc\xd0\x28\xea\x1b\x31\xd7\x27\x35\x4c\xa0\x9a\x90\xa9\x09\xa9\x96\x6a\x2f\x85\x36\x8f\x91\x39\x36\xde\xda\x5e\xb6\x70\x88\xf3\x91\xf9\xc3\xd3\x54\xe7\x0c\xbc\x7e\xf8\xf6\x8c\xa1\x1a\x12\x8e\x81\x87\x55\xc3\xfa\x6a\x69\xda\x0d\x49\xd1\x4b\x48\xd7\x5e\x69\xd5\x92\x1c\x9b\xc5\xa3\xdd\x6a\x71\x3f\x29\xe5\x5a\x96\x76\xb5\x79\xee\xa1\x6f\x4f\x03\xb5\xbe\x98\x17\x1c\xba\xf2\xf5\x87\xa6\xad\xc5\xe2\xfd\x33\x00\xd4\x9f\x5b\xac\xde\xbd\x0e\x40\xad\xc9\x42\x30\xa6\x04\x40\x75\x97\x95\xd8\x0e\x51\x00\xb5\x7b\x96\xd7\xb7\x25\x00\xa8\x5e\xb0\xb2\xdc\x1c\x0c\xa0\x6a\x65\xa5\x1b\x7e\x0b\x40\x65\xa8\xd5\x8b\xb0\x64\x00\x95\xe1\x56\x66\xab\x97\x03\x28\x55\x7f\x1e\x38\x11\xcf\xb3\xbf\x74\x9a\x83\xfc\x54\xed\xab\x65\x74\xfc\x5b\x11\x86\x3a\xaf\x92\x28\xea\x0b\x73\x61\x73\x34\xf2\xbd\x59\x1f\x63\x91\x35\x3a\x3e\x7f\x2f\xf5\x7f\x48\x3e\x88\xe7\x78\xe3\x02\x52\x1e\x74\xe3\xd6\x4c\x5a\x37\x67\xcd\x1e\xaa\x0b\x09\x92\xcd\x18\xdf\x8d\xfe\x5a\x39\x94\xd7\xd0\x3a\xe3\x24\x3f\x95\x10\x8f\x79\xb9\x63\x8c\x9e\x8b\x17\x38\x2e\xce\x31\x18\xd4\x2c\xb7\xdf\x26\x32\xfb\xd6\x94\xd7\xf2\x35\xe6\x07\xb3\x47\xaf\x78\xaf\xe8\x63\xfc\x2e\xab\x26\x76\xa1\xd2\x4c\x83\x8e\x2c\xb7\x93\x2e\x4a\xfb\xfb\x29\x64\xc6\x95\x44\x29\x8d\xd7\x57\xca\x78\xf3\x28\x5b\x71\xbe\x5e\x47\x46\xe2\xa7\x1b\xf2\x07\xf4\xdd\x4f\xcc\x07\x90\x7b\xc5\xe9\x1b\xfa\x75\x26\x05\x02\xf4\xbd\xd8\xaf\x3a\x71\x0c\x40\x5f\x1e\x83\xb0\x84\x4c\x80\xbe\xf2\x06\x9e\x71\x13\x00\xe4\xe6\x18\x2e\xde\xe9\x0c\x20\xf7\xcd\xe0\x6d\xd4\x69\x80\x3e\xaf\x0c\xf3\x23\x4a\x00\xe4\xfa\xbc\x3a\x3d\x1f\xdb\xfb\x43\x8b\xe5\xc8\x47\xdd\x6e\xa0\xba\xb7\x92\x0f\x91\x38\x4e\x5c\x54\xdc\x85\x3c\x4d\xf6\xb5\x3d\xe8\x6b\x90\xba\xf8\x00\x9e\xeb\x4e\x36\xa5\xee\xf2\x09\x81\xa9\xc8\xba\x44\x1d\x4a\x67\xe7\x3b\x33\xd1\x67\x67\x69\x62\x2e\xb6\x9b\x59\x99\xe7\xd0\x67\x68\x1c\xc9\x47\x7e\x7b\xd0\xc4\x4b\xc6\x42\x49\x84\x38\xac\xba\xc4\xaf\x75\x4c\xb0\xd3\xec\x6c\xd1\x14\x27\x55\x89\x20\x43\xa3\xa2\xa0\x09\x0a\x92\x79\x7a\xbe\x45\xf2\x21\x0e\x52\x4f\xb5\x3e\x17\x69\xef\xb8\x26\xdd\x4f\xe3\x62\x61\xe4\xf1\x6a\x69\x25\xf5\x3e\x85\xfd\x2e\x05\x4b\x4d\x57\x1b\x53\x10\x5e\xab\x2a\x39\x4b\x4d\xbd\x40\xe7\x43\xb6\xf8\x11\xb5\x4d\xe7\x4f\x00\x88\x4d\x55\x6b\xc9\x0d\x04\x10\xcb\xd6\x18\x72\x2a\x01\x40\x42\x52\xfd\xe1\x09\x7e\x00\xf1\xa9\x1a\x2f\x8e\xae\x01\x90\x18\xa2\x71\x22\x79\x18\x80\x78\x81\xe6\xb3\xc4\x95\x00\x12\x27\xb4\xfc\xf7\x4e\xec\x9e\x23\x35\x97\xc6\x7d\x02\x10\xdf\xff\x70\x3b\x3d\x15\x5a\x35\x7d\x03\xf6\xf7\x6b\x25\x91\xc8\x2e\xe7\x1f\x8d\xa7\x75\xa0\xd4\xf7\xa1\x0e\x20\x5d\x3d\x19\x79\xea\x14\x2b\xaa\x03\x4a\x78\x75\x02\x1b\x4e\xf4\xb5\x2c\x64\x0d\x36\xc5\xe5\x22\xdf\xb1\x32\x95\xf2\xc4\x0b\xd2\x69\xdc\x53\x6e\xd0\x7a\x1a\x23\x37\x95\xa2\xde\xd0\x6e\xea\x75\x7c\x7f\x93\xc0\x8a\xbe\x0a\xaf\x08\xd1\x9e\x58\x5e\x60\x79\x41\xf0\xa2\xba\x67\x85\xa1\x4f\xba\x90\xb6\x8a\x6e\x85\xdf\x82\x76\xc1\x24\xa5\xb5\x15\xbb\xb7\x9e\x17\xf8\xaa\x98\x5f\x31\xfb\x70\x1a\x7f\xbe\xb2\x51\x45\x4e\xc1\x67\x12\xa1\x58\x5b\x21\x73\x7f\x3e\x21\x0a\x76\xe5\x31\x6d\xcb\x09\x91\x3b\x57\xd6\x8c\xcf\x48\xab\x2f\xa3\x43\x7a\x9f\x82\x02\x3c\x6f\xa4\x54\x7c\x76\x26\x80\x80\x9d\xb4\x5e\xee\x64\x7c\x96\x54\x3c\x99\x05\x20\x94\xa5\x62\x93\x7a\x04\x40\xe8\xbc\xf8\xd9\x63\x78\x6e\x47\x45\x36\xa9\xfb\x79\xd3\xfe\x1e\xd0\x7a\x70\x65\xce\xd1\xb8\x4e\x2e\x0c\xda\x8d\x75\x60\x4e\xf7\x3b\x30\x84\xc5\x8f\x7c\xcb\x91\xcf\x27\x50\x17\xb7\xbf\x3a\x0b\xd9\xd6\x58\xc9\x5c\xec\x2f\x5b\xf5\xa8\x1e\x66\xed\x94\x7c\x1c\x27\x97\xd4\x50\x5d\xc8\x2c\xf7\x12\xcc\xef\xf8\x98\x32\x5c\x6f\x0c\x29\xa8\xc4\x75\xa6\x85\x54\x15\x9e\x9b\x56\x0e\x7a\x30\x4c\xb0\x90\x90\xbe\x6d\x35\xa2\xfd\xfc\x09\x91\x1d\x53\x73\x64\xc8\x30\x42\xa4\x56\xd4\x92\x19\xf3\x08\x91\x48\xad\x55\x0f\x1f\x42\x88\x68\x57\xad\x70\x62\x2e\x21\x22\x23\x6b\xf2\xcf\x0e\x22\x44\xc8\xa6\x26\xe0\x96\x24\x21\x02\x33\x1e\xb4\xbd\x72\x20\x84\xaf\xec\x7e\x07\xae\x89\xc9\x6d\x8b\x6e\xe4\x11\xbd\x81\xfb\x4d\x7c\xb3\x4a\x71\x9f\x89\x4f\xb0\x88\xf2\x9a\xe1\x17\xe5\xe9\xef\x9d\x3d\xd5\x8d\xfc\x4a\xd9\x94\x61\xba\x9a\x21\x88\xfb\x39\xa1\xd1\xc8\xa2\x15\x9b\xee\x45\xb6\xe7\x6c\x6d\x12\xfa\x98\x64\x4c\xa3\xf7\xfd\x68\x1c\xd5\x01\x1d\xf0\xa1\x3a\xa0\x38\xeb\x73\xa8\x83\x8b\xbc\x43\xf9\xe1\x8d\xfc\x97\xf0\xf7\x56\xc4\x51\x7d\x40\x10\x2f\xd5\x85\x04\x10\xaa\x0b\x19\xa3\x79\x1b\xd1\x95\xf9\xa4\x18\x25\xd5\x21\xdb\x26\x73\xe8\x19\xf2\x82\xfc\xfd\x1a\x26\xca\xa3\x73\x42\xa3\x88\x3d\x32\xc2\x8d\x33\x26\xe0\x08\xdd\x78\x64\x39\x32\x69\x8d\x33\xe3\xd0\x79\xa7\xd1\x22\x03\x57\x6a\x0d\xb9\x65\xe8\x6c\xf6\x3c\xe7\x19\x76\xe1\xe7\x3b\x7f\x22\xe3\xfc\x90\x31\x66\xf7\x33\x59\x5e\x18\x9f\x5b\xce\x1c\x27\x4a\xa9\xee\x61\x72\xf1\x50\x7a\x5d\xc0\xf2\x92\x87\xf9\xbb\xf4\x6c\x0f\xf5\x01\x6a\xa0\xfd\x3d\x93\x87\xd6\x09\x3a\x76\x32\x03\xef\xf7\xa1\x50\x5a\x27\x2a\xe1\x7e\x3e\x3e\x5f\x46\x57\x15\xa1\x1f\xc8\xe6\xa3\x25\xa8\x13\x59\xdd\x56\x86\xec\x6a\x70\x6d\x39\xb2\xb5\xb3\x63\x6f\x63\x3b\x98\x9c\x70\x0f\x7d\x51\xbc\x4a\xa9\x3e\xc2\x49\xf3\x31\xaa\x18\xfa\x7d\x68\x40\x1f\x25\xc9\xc6\xd7\xa8\x2f\x21\xa4\x25\x4d\x0a\x57\x5e\xad\x26\xd6\xc8\x18\xb6\xbe\x1a\x83\x0e\x12\xad\x99\xc1\xd8\x52\x5b\x9b\x77\xe0\x08\xdc\x36\x9d\x2a\x35\x5a\x73\x2e\xe3\x09\x87\x16\xa8\xc3\x6f\xdc\xe2\xfd\x11\x47\xf0\xd7\x8c\xcf\xaf\x67\x3c\xee\x23\xe6\x83\x71\xdf\x8a\xe5\x85\xf1\xff\xe5\x8c\xdf\xbd\xc6\x98\xe6\x2b\x58\xa1\x80\x8b\x3f\x7b\x16\xf5\x83\x4a\x6d\xcb\x46\x3d\x4c\xb2\x1c\xad\x13\xb5\x37\xae\x00\xf5\x73\x31\x87\xaf\x14\xd3\xf9\xe0\xea\x0d\x3a\x1e\x56\xe0\xdd\x08\x6d\xb8\x8d\x3c\xff\xc2\xe2\x6a\xd4\xd7\x06\x36\xd4\xe0\xfc\x31\xde\x82\x56\x9b\x18\x7e\x87\xf2\xa5\x0e\x43\x1b\xf1\x75\xdd\x11\x6f\x71\x5c\x91\x58\xf2\xc1\x9f\xe6\xe1\xab\xa3\x18\x66\xf8\x9b\xb5\x29\xbe\x73\xc7\x60\x2f\xec\xa1\x1d\x59\xf3\xf1\x1d\x3b\xee\x45\xe0\x9d\xf9\x5e\x72\x18\x15\x56\x1d\x42\x17\xb1\xfd\x7c\x5f\x54\x8d\x4f\x42\xdf\xe2\x9a\x71\xc5\xf7\x85\xe9\x19\xda\xd6\x51\x7c\x15\xff\x7f\xe7\xe5\xce\x70\x8a\x15\x58\xc3\x3c\x77\x2d\x1d\xe7\xd3\x17\xe7\x22\xcf\x7f\xf8\xf5\x05\xd4\xad\x24\xba\x5e\x42\x16\x95\xf3\x43\x8a\x3a\x72\x1d\xfb\xcb\xa6\xa6\x5b\xd9\xb4\x1d\xdc\xc5\xf1\x6f\xa9\x40\x2d\xea\x0d\xe7\x2d\x7f\x88\xf3\xec\xd4\xb1\x4f\xf1\xfd\xc6\xfa\xd0\x2a\x24\xee\x02\xaf\x91\x4d\xb5\x21\x2d\x38\x2f\x69\x6f\x69\xc7\x76\x20\x4e\x7e\x28\xd1\x3c\x00\x08\x32\xde\xdf\x40\x8b\xe2\x10\xa6\x77\x99\xc1\x78\xec\x30\xe6\x80\xb8\x8f\xd5\xab\xc8\x66\x4e\x78\x65\xec\x84\xd4\x53\xb6\x13\xf4\x09\x57\x00\x1c\x9f\xff\x45\x84\x62\xab\x37\xcb\x8b\xe4\xbf\xe7\xe5\x01\x56\xee\xc8\xb0\x3a\x8b\xf3\xfc\xd1\x80\x7c\x5c\x3f\x1f\x4c\xb8\x82\x75\xc4\xe2\x5d\xa9\x2f\x50\xb4\x46\x05\xfa\xcb\x6d\x5d\x72\x17\xaf\xd7\x1d\xb9\x8f\xf1\xaf\x70\x7c\x88\xd7\x41\x75\x54\x75\x31\x4b\xb6\x01\xe7\x1b\x7f\x99\xd7\xc8\x83\x8f\x92\x79\x8b\xf9\x19\x64\xf1\x1e\x75\xeb\x56\x03\xbe\xa0\xdf\x8c\xf6\xd4\x9f\x38\xfe\x4a\x58\xc0\x3f\x74\x20\x7a\x8c\xe7\x76\x63\xd7\x93\x53\x29\x2e\x65\xba\x97\x1d\xcc\xcf\x80\xd3\x3d\x70\x7c\x36\xe7\x63\xc0\xe9\x3f\x5a\xc7\x53\xa4\xba\xa9\x5f\xac\x1e\xd0\x27\x16\x7f\xeb\xba\x7f\xcb\xcb\x71\xc7\x22\x7c\x70\xe4\x74\x50\xfb\xaa\x2a\xd0\x57\x2b\x56\x96\xf6\xf3\xc8\x11\x77\x71\xbd\xb4\xd1\x82\xfa\x21\xad\xe9\xf7\x04\xf5\x10\x21\xe1\xf5\xc8\xa6\x2f\xb0\x7d\x85\x55\x38\x02\x2d\x9a\x71\xbc\x9c\xb8\xfb\x1d\xae\xb3\xbc\xac\x3f\xe2\x5d\x76\x45\x26\x8a\x10\x8b\xb2\x2e\xd4\x99\x68\x1e\xa7\x9f\x2e\x62\x0a\xff\xd4\x81\x30\x7e\xde\x71\x12\xc5\x71\xcc\xaf\x61\xde\x5b\x8a\x9c\xff\x45\x02\xcb\x43\xda\x3b\x8a\x9c\x5e\x8a\xd3\x7f\xd4\x31\x1d\x49\x53\x33\xc5\x2f\x4c\x27\x41\x3f\xf1\x47\x3e\xc5\xf6\x3d\x7f\xe6\x25\x39\xaf\x14\x9f\x2f\xf6\x6f\xaf\xc4\x4f\x8d\x55\xbf\x8d\xf3\x7e\xf4\x94\x5a\xac\x42\x12\xe1\xfc\x18\x47\xa7\x75\x9a\xf5\x38\xef\xaf\x88\x7b\x81\xf9\x08\x16\x7f\x83\x7e\x8c\x73\x0a\xdf\xa1\xbe\x78\x9a\x0f\xda\xb8\x13\xdf\x01\x5f\x71\xd4\x1b\x71\xaa\x13\x75\xa5\x03\x74\x00\x9f\x53\xcc\xcd\xe9\xa7\xaa\xb1\xbb\x21\xca\x0b\xff\xad\x03\x61\x8e\xb8\x9c\x5e\x6c\x3a\x8b\x9b\xf3\xbf\x88\x64\x7e\x49\x07\x02\x29\x9e\x62\xfd\x25\x9f\x55\x98\xbe\xca\xf4\x0d\x55\xcc\x4f\x84\xf3\xff\x68\x65\xed\xa9\xab\xf5\x9f\x79\x39\x78\xfe\x16\xf6\x83\x84\xe0\x6a\x9c\xf7\x77\xfe\xaa\xc3\xac\x46\x79\x3d\xc3\x75\xf6\x86\x88\x06\xd4\xbf\xac\x0d\xa2\xba\xb7\x65\x5d\xad\xb8\x4e\x0a\x12\xf9\x88\xba\xd1\x99\x36\x54\x6d\xe3\x7f\xeb\x27\x8e\x5e\x3d\x3a\x10\xaa\x62\x24\x8e\x73\x29\x72\x75\x92\x54\x98\x6e\x44\x64\xc5\xef\x3c\x10\x76\xf2\xe3\xbf\xea\xe3\x4c\x12\xa5\x18\x34\xbe\x77\xbb\x88\x61\x27\x67\x92\x98\x0e\xe4\x64\x5b\xef\xfe\xc2\xf9\x7f\x54\xb0\xd7\x39\xfd\xc7\x4b\xe6\xaf\x82\xf5\x93\x58\x3e\xe0\x8f\xba\x0f\x3d\xbc\x37\xe3\x8c\xff\xd6\x7f\xfc\x97\x0e\x64\x10\xe3\xd8\xb8\xba\x2a\xa3\x18\xef\xe5\xcf\x78\xab\x39\xc9\x14\x39\x1d\xc8\xc6\x0a\x8a\x9c\x0e\x24\x99\x69\x10\xb2\x1a\x28\xb7\x5f\xdc\xfd\xbd\x52\x09\xa9\xda\x44\x5f\x7f\xc1\x7c\x41\xbe\xf3\x11\xf2\x2d\x8d\xfe\x9f\xe3\x7b\x1b\x18\xa7\xf8\x98\x79\x91\xfc\x43\xff\xc1\x38\xd6\x1b\x02\x14\x4b\xaf\x51\xbc\x6c\x45\xb1\x88\x9d\x4d\x86\x3f\x74\x30\x4e\x7f\xf1\xf8\x7f\xeb\x3f\x7a\x74\x20\x5c\x1d\x14\xa6\x03\xe1\xf8\x7e\xce\x57\xc4\x87\xd5\xdb\xe1\x7c\x51\x66\x1d\xa0\x18\xc2\xea\x08\x6c\x60\x75\x6f\x38\x1d\x48\x32\xfb\xfd\x9c\xdd\x84\x40\x3c\x21\x97\xbb\xbf\xbb\x1b\x21\xd5\x66\x84\x80\x0a\x21\x2f\x1e\xd1\x9f\xff\x52\x21\xe4\xd3\x68\xfa\xff\xd7\x2c\xa7\x9c\xfe\xa1\xa7\xfe\x09\xfb\x2e\xb7\x19\x0f\x5a\xa1\x4a\x91\xd3\x3f\x5c\xfe\xce\xe2\x67\xfa\x87\x7c\xb9\xdf\x79\xe0\xf8\x37\x2e\x2e\x2e\x4e\x2b\xf6\x1e\xe6\x13\x7b\xa3\xc5\x5f\x3a\x01\x4e\x07\x32\x88\x79\xb3\xfc\x97\x0e\x24\x84\xf1\x7d\xe1\x2c\xfe\x98\xc1\x84\x40\x09\x21\xdd\x2b\xf7\xce\xbb\x84\x64\xbb\x51\xcd\xcb\xe5\x1c\x42\x7e\x7d\x20\xa4\x3a\x98\x90\x9f\x15\x84\xbc\x74\x24\xe4\xd7\x42\x42\x3a\xd5\x7e\xfb\xc2\xbc\x10\x66\xed\x80\xd3\x3f\x88\xb0\xf8\x39\xff\x0f\xa6\xff\xb8\xc6\xda\xe6\xdf\xfa\x8f\x42\x96\xbf\x3f\xf5\x0f\x5c\x3f\xe8\xd1\x3f\x70\xfc\x3f\xd3\x7f\x70\x3a\x08\x4e\x0f\xc0\xf1\xe2\x7f\xeb\x40\xb8\x7a\x22\x5c\xff\xf0\x65\x6d\x71\x3a\xd3\x2c\x2d\x66\x79\x09\x67\xf7\x74\x57\x1c\x21\x5d\x0a\x84\x24\x4f\x20\xe4\x87\x05\x21\x59\x16\x84\xfc\x88\xa6\xfd\xa2\x23\x83\x90\xbb\xad\x84\x74\x44\x13\xd2\xdd\x9f\xbf\x97\x10\xd2\x55\xd7\xbd\x8a\xec\xdd\x1f\x38\xfd\xc3\xdf\xfa\x8f\x32\xc6\x2d\xff\x2f\xfd\xc7\xbf\xe9\x1f\x2c\x03\x7a\xc7\x69\xc0\xfa\x71\x8f\x0e\x82\xe9\x01\x38\x3d\x08\x97\x1f\x4e\x27\xe4\xc4\x78\xef\x1e\x3f\x10\xf6\x59\xd3\x58\x7e\x38\x1d\xc8\x3a\x6b\x8a\x3b\x1b\x08\xf9\x79\x9c\x90\xa4\x6b\x84\x7c\xef\x24\x24\xdb\x8a\x90\xaf\xb7\x09\x29\x76\x25\xe4\xdb\x34\x42\xaa\xdf\x11\xf2\xf5\x05\x21\x6f\xf8\x08\xf9\x92\x4b\x08\xc8\x11\xf2\xd6\x83\xfe\xed\x13\x36\xe6\x70\xfa\x07\xce\x07\xe7\x1f\x3a\x30\xef\xff\x3b\xfe\x9c\x8b\xbf\xf3\xc0\xf5\x7b\xee\xfe\x1b\x30\xbe\x5b\x9b\xf1\xd7\x1c\x0f\xce\xe9\x01\xb4\x2e\x53\xd4\x65\xfc\xaf\x31\x8b\xff\x1f\x3a\x90\xbf\xc6\xcb\x05\xe9\x54\xe7\xb1\xe6\x2d\x21\x3f\xe3\x08\xd9\x91\x4b\x48\xc7\x64\x42\x0e\x36\x10\xf2\xe5\x00\x21\x99\x6b\x09\x69\xf7\x22\xa4\xe8\x0e\x21\x1f\x3d\x08\xb9\xab\x4e\xaf\x5f\x5b\x12\xf2\xe1\x1c\x21\x5d\x5f\x08\x69\x62\xf1\x71\x7a\x28\x4e\x07\xf5\x0f\xfd\x8b\xf7\xbf\xb7\xff\xb3\x6c\x2e\xe0\xf4\x0f\xa7\xbc\x7f\xe7\xa1\x47\xff\xc0\xd7\x3b\x4e\x4e\xef\xc1\xf1\xe0\x1c\x72\xbc\x30\xa7\x7b\xe0\xf2\xd1\xa3\x03\x61\xf7\x6a\xf8\xb8\x3f\xc6\x89\x9b\x84\xcc\x0d\x22\xa4\xd3\x93\x90\xd5\x2b\x08\xf9\x96\x4a\x48\x94\x01\x21\x9f\x2a\x09\x49\x8c\x21\xe4\xe3\x0e\x42\xba\x9f\x6c\xdb\xb6\x13\x52\x98\x4c\xc8\x3b\x11\xaa\xf5\x69\xd9\x49\xc8\xcb\xed\x84\xb4\xfc\x20\xa4\x6b\xf1\xef\x71\x91\x6b\x07\x15\x0a\xbd\xe3\xff\x5b\xff\x95\x37\x99\xdd\x7f\xe6\x49\x95\xc5\xb8\xdc\x93\xac\x5d\xa5\x5d\xff\x9d\x07\xe3\xf4\xbf\xe2\x67\x71\x72\xfa\x0f\x8e\x07\x96\xcd\xed\x7d\xcd\xfd\x9c\xf3\x0d\xe1\xfa\x0b\x37\xce\x0e\x66\x3a\xb7\xb1\xe9\x84\xfc\x3a\x47\xc8\x4c\x1f\x42\x3a\xc2\x09\x59\x7e\x9a\x90\x4f\x43\x08\xe9\x7e\x7e\xfa\xa0\x47\xc8\x7e\x19\x42\x5a\x27\x12\x72\xb2\x1f\x21\x6f\x73\x08\x29\x0c\x27\xe4\x8d\x2f\x21\x77\x4d\x69\x0e\x5e\x18\x12\xf2\x4a\x85\x90\xce\xcc\xdf\xfa\x48\x6e\x3e\xb8\x56\xd0\x3b\xfe\x7c\x15\x8a\xe7\x58\x7c\xb9\x4c\x27\x93\xb9\x8c\xe2\x09\x56\x6f\x2d\x95\xf9\x71\x1d\xc9\xa2\xaf\xff\xd9\xfe\xb9\xf8\xb9\x3a\x20\x9c\xfe\x83\xe3\x81\xff\x46\x29\xe6\x8b\xc5\xe9\x64\xb8\x7c\x98\xb2\x7c\x76\xcf\x43\x9d\xad\x54\x4f\xf9\x4d\x80\x90\x69\x06\xb4\x1e\xdc\x92\x3b\xd4\xf7\x67\x53\x1c\x21\xcd\x57\x09\xd9\xb3\x96\x90\xd7\x52\x84\x9c\x58\x43\xc8\x8b\x72\x42\x0a\xde\x11\xd2\xa8\x45\xc8\x9d\xb1\x84\x3c\xf7\x21\xe4\xc5\x63\x42\x9e\x5d\x26\xe4\xd7\xcd\xdf\x75\xc1\x6e\x78\xf2\xce\xc6\xf6\xdf\xc2\x8b\xfa\x97\x0b\xc6\xbc\xb8\x62\x3b\xbd\x4d\x60\x10\x6d\xf7\x82\x23\xb1\xdd\x7f\xe5\x43\xbf\xc5\xb4\xc7\xbc\xe8\xaf\x72\xd4\x82\x17\xcf\xa1\xa4\xd4\xf0\xa1\xe2\xfb\xe0\x17\x7e\x7e\x2e\x0f\x5c\xfb\xe7\xee\xb3\x38\xf3\xaf\xfa\x77\x1f\x8c\xdf\xc8\xfd\x5c\x74\x1b\x6b\x1f\x16\xbd\xfb\x49\xf7\x78\xd1\x21\x41\xc8\x90\x7b\x54\xf7\xe8\x17\x44\x48\xdb\x74\x9e\x80\x85\x5b\x08\x79\x5d\xcd\xdf\x10\x3e\x81\x90\x26\x7e\xa1\xab\xf1\xd3\x09\x79\xf6\x48\x54\x2c\xd5\x89\x90\xc7\x4b\x44\x1f\x5c\xdc\x4c\x48\x5d\x9e\xd8\x8e\x5b\x3b\x09\xa9\xf1\x15\x97\x6d\x5c\x4a\xc8\xfd\x54\xf1\x88\x1f\x81\x84\x54\x28\x4b\xa1\x53\xe1\x65\x3d\x99\xa5\xd8\xef\x27\xcb\xe0\xf3\x64\x4e\x85\x14\x9e\xbb\xc9\x38\x2c\x89\xf5\x45\xd3\xe5\xa5\x70\x3f\x86\xd3\xbd\x1c\x1e\x2c\x89\x4a\xe6\x43\x1b\xc5\xbf\x76\xe3\x81\x74\x31\xac\xeb\xbb\xf7\x87\x58\x33\x97\x07\xee\x7e\x72\xf7\x99\x27\xf7\x3f\xe2\x27\xff\x81\xec\xe7\x9c\x5e\x48\x29\x92\x90\x8e\x85\xbc\x3c\x26\x21\x84\xbc\x1f\x24\xb2\xc3\xb5\x98\x90\xd7\x47\x25\x1b\xc7\x5d\x22\xa4\x41\xbb\x8f\xe7\x5c\x3f\x42\x1e\xb7\xca\x07\xad\x0d\x27\xa4\x96\x28\x05\xc6\x88\x10\x52\xdd\xa4\xa4\x70\x24\x99\xe7\xfe\x9d\x3e\x8a\x91\xe7\x8c\xf9\x12\x6f\x8e\x52\x5c\x5f\xee\xca\x2f\x54\xfe\x58\x71\xff\xd3\x62\xfe\x91\x37\xa6\x2a\x7e\xf9\xdc\xc5\x57\x70\xf9\x99\x52\x0e\x80\xc0\xdb\xbc\xb1\x2a\xfa\x00\xc2\x31\x99\x1d\x2a\x21\x00\xc2\x65\x9c\xee\xe5\x48\x8a\xf2\x77\x00\xa1\x13\x29\x87\xd1\x17\xc7\xf5\xe0\x29\x15\x2d\x00\xa1\xc4\xfd\x17\x94\xeb\x01\x84\x14\x13\x96\x2b\xb7\x03\x08\xfe\x8a\xfb\xa4\xdc\x09\x20\xf8\x36\x66\x84\x8a\x38\x80\x60\xdd\x9f\xf7\xff\x3f\xe2\x9e\xf0\x1f\x38\x87\x3d\x25\xb1\x53\x13\xfc\xf8\x7c\xf6\x45\x41\xe2\xa4\xcc\x4f\x42\x9a\x3f\xf5\x3d\xa7\x9f\x40\x48\x23\xbf\xb2\x8a\xe3\x34\xde\xa9\x8f\xc4\x55\x4f\x7a\xcd\x17\xb8\x74\xcf\x45\x5d\x34\xc0\x56\x78\xf9\xad\x05\xea\xb7\x96\x5e\x10\x13\xbe\x21\xaf\x61\xbd\x75\xb5\xc4\xac\xd2\x4c\x0d\xdd\xc4\x67\x52\xca\x97\x47\xa9\x57\x64\x2d\x96\x96\x2f\x8a\x54\x5f\x5f\x12\x27\xbd\xb5\x40\x59\x7d\x7d\xad\x8a\xf4\xda\x8b\xb3\xd5\x9b\xdb\xd6\x48\x55\x9d\xdb\xab\x71\x0d\x40\x32\xed\xd4\x60\xcd\x12\x00\x29\xd7\x63\xb3\xb4\xbc\x01\xa4\xa6\x24\x25\x69\x2d\x01\x90\x12\x4c\x14\xd4\x1a\x08\x20\x39\x67\xcf\x7b\x6d\x55\x00\x29\x9e\xf8\xa7\x5a\x76\x00\x12\xe5\xb1\x43\x35\xfd\x00\xc4\x33\xa3\x07\x68\x06\x00\x88\x8f\x8b\xbc\xab\x51\x09\x20\xb6\x6c\xeb\x77\x8d\xf7\x00\x62\xf3\xff\xdf\xe3\xe7\xfd\xff\x28\x7b\xef\xb8\x9e\xdf\xef\x7f\xfc\x18\x4d\xed\xa5\x3d\x25\xed\x81\x54\x22\x24\xa3\x48\x85\x64\x54\xb2\x52\x4a\x49\x65\x25\x4d\x4a\x69\x2a\xed\x45\x11\x9a\x0a\x95\x8c\x92\x8c\x52\x88\x32\x8a\xc8\x56\xb2\xb7\xeb\x77\x7b\x9e\xeb\xf1\xe0\xc5\xfb\xfd\x7a\x7f\x3f\xbf\xd7\x3f\xe7\xf5\x6c\x79\x9c\x73\x9d\x6b\x3c\xce\xfd\x7e\xdd\xcf\x56\xf8\x83\x0f\x22\x82\x3a\xad\x5f\xf7\x4b\x62\x7d\x76\xb0\x44\x16\xeb\xf4\x4f\xb9\x55\xc6\xf2\x7b\x00\x74\x2b\xa8\xef\x57\x58\x3e\x2c\xf4\xc6\x6d\x0d\x6d\x83\x12\xde\xe2\x2b\xdf\x34\x47\x4d\x9f\x2c\x30\xf1\xfc\x33\x2d\x95\x45\x8f\x84\x9b\x4e\x67\x6b\x59\xae\xf3\x15\x1b\xac\x09\xd4\xac\xda\x71\x5f\x72\x7f\xd5\x3d\x4d\x89\xbd\xc3\x47\x76\x97\x7f\x1d\xe3\x76\xf0\x81\xcc\x9a\x92\x7b\x1a\x6d\xa7\xe4\x64\x17\x1d\x49\xd2\x58\xd6\xde\x24\xbb\xa1\x38\x5d\x63\xe7\x93\x63\x32\xfd\x87\x12\xc7\x04\x90\x7b\xd2\xb3\x72\x8f\x6a\x2e\x22\x44\x7a\x44\xda\x16\xcd\x00\x42\x46\x8a\x27\x45\x68\x76\x13\x22\x15\x1f\x2f\xa1\x59\x46\x88\x64\x6b\xac\x85\xe6\x76\x42\x24\x55\xa2\x77\x6b\xb4\x10\x22\x3e\x2c\x32\x49\xa3\x9a\x10\xb1\xf9\x11\x4b\x47\xaf\x21\x44\x64\x60\x87\x97\x86\x2c\x21\x22\xb7\x83\x1f\x8c\xda\x45\x88\xd0\xce\xff\xb7\xff\xc3\x99\xb7\x41\x31\xbc\xb7\x4c\x0e\xc9\x60\xdd\xf2\x43\xa7\x1a\xde\x4f\x7a\x55\xae\x89\xef\xa7\x0f\x4b\x0d\xf0\x7d\xf5\xb6\xd9\x38\xee\x21\x27\x00\xda\xa3\x4c\x9f\x8d\x3c\x09\x70\xc1\x72\x42\xe3\x98\x8d\xfc\xba\xf5\x81\xc6\xa7\xcc\xfa\x44\x93\x8e\x0f\x9d\x00\xb6\x5f\x24\x5b\xca\x92\x8c\xd7\xad\xd4\x93\xc9\x2c\x6e\x1f\x1f\xb8\xa9\x5a\xfe\xe7\x81\xb0\x71\x69\xb1\x63\x94\x3e\xe5\xad\x1b\xbb\x34\xaf\x48\xe5\x73\x56\xb9\x51\x4a\x55\xaf\x5a\x40\xc6\x12\xc3\xc2\x4b\xf7\xd5\x6e\xa7\xe5\x1a\x4e\xbd\x5f\xa4\xb6\x61\x9f\x87\x61\xe1\xa7\x57\x2a\xcf\x13\xcd\x8d\xea\x08\x51\x4e\xda\x1d\x38\x56\x90\x10\x25\x93\x9d\x6a\x46\xfa\x84\x28\x28\x87\x85\x1a\x4d\x27\x44\x7e\x5e\x88\x94\x41\x26\x21\x32\x3f\x82\xea\x0c\x7a\x08\x91\xd9\xbc\x6d\x92\xfe\x0f\x42\xa4\xad\x36\xfb\xea\xb9\x12\x22\xa5\x16\xb8\x57\x6f\x1b\x21\x92\xb7\xfd\xa7\xe9\x2e\x22\x44\xc2\xe5\xbf\xf8\x6f\xf6\xe7\xb8\x8f\xa4\xb7\xa3\xac\x55\xb0\x1e\xf9\x36\x44\x1f\xeb\x6b\x4f\xbd\x26\x20\x6e\xd7\xfd\x63\x32\xea\x04\xdc\x20\x96\xf8\xf5\x2b\x67\xac\x10\x0f\x6e\x04\x6b\x53\xa1\x2e\x80\x1a\x07\xeb\xa1\x2a\x92\xbc\xb3\xcb\x5e\xcc\x9c\x38\x76\xa3\x68\x41\x51\xd6\xf4\x40\xab\x7a\xd9\xb3\xb9\xa5\x96\x5e\x4b\xdc\x94\x26\xa6\x6f\x9c\x26\xee\x63\xa6\x36\x2d\xf9\xf6\x94\x98\x88\x80\xd1\x45\xf1\x5a\x16\x12\xe9\x93\x34\x27\xc4\x8c\x9b\x74\xb1\xe4\xbd\xd6\x40\x94\xa7\x79\x46\xa3\x91\x76\xc3\x4e\x05\x73\xbe\xae\x9d\xda\x67\x22\xda\xcc\xa5\x5e\x57\x6a\x9d\x0c\xed\x31\xf7\x23\xb7\xc6\x88\x07\x39\x98\x2f\x23\x2f\xd4\xdf\x6c\x5e\x34\xd1\x92\x10\xb5\x29\x01\x73\xcd\x1e\x13\xa2\xd2\xe6\xf7\xcd\x4c\x92\x10\x65\x1d\xdf\x2e\xd3\x9d\x84\x28\x3e\x5f\x3f\x6d\xc2\x13\x42\xe4\xc3\xbd\xde\x4d\x88\x26\x44\xee\xd2\xba\x97\xc6\xd5\x84\xc8\xd6\x78\x64\x8c\x3b\x49\x88\xb4\xc3\x7f\xce\xf7\x11\xe9\xd4\x2a\x60\x15\xe0\xe7\xd6\x31\x58\x87\x7b\x3d\x30\x1e\xab\xe3\x8f\x1b\xb0\x5c\x0f\x77\xcc\x67\x22\xef\xe3\x5a\x9b\x2d\x56\x47\x9a\x3d\xe7\xe3\x3d\x96\xd3\x21\x8e\x58\xbf\xac\x9e\xb5\x78\x38\x17\x3f\xc0\xd1\x86\x25\x57\x65\x5d\x87\x7b\x16\x1c\x59\xf4\x43\x67\x88\xb0\x53\xda\xb7\x85\x2e\x93\x8f\xcb\xec\x8c\xeb\xb3\x8f\xb6\x77\x55\x3b\x17\x35\x63\x5e\xee\x9a\x4d\x63\xf4\x43\xef\xcc\xfd\xb1\xed\x87\x8e\x5e\x90\xf5\x9c\xa9\x89\x6e\xfa\x3a\x9b\x45\xac\x0f\x15\x85\x18\x3a\xf8\x47\xcd\x1e\x7b\x8a\xc7\x68\xb9\xdf\xe8\x59\x96\xd7\x0a\x8c\x8a\x7c\xc3\x66\x09\x3d\x1b\x65\xf8\xc5\xa7\x71\x96\x3f\x89\xd1\x3f\xe4\x35\x62\x46\x19\xa9\xd6\xce\x5d\x3b\xd1\xaa\x8f\x5c\x1d\xd3\xbf\x26\xd5\x6a\x06\xb9\xa3\x11\xba\x4a\x70\x7a\x20\x79\xa1\xbe\x6b\x45\xb4\xa5\x13\xf9\xac\x56\xef\xf6\x64\x8a\x07\x21\xca\xfb\x5c\xaf\x4f\x89\x22\x44\xe9\xb5\xab\xa4\x85\x29\x21\x8a\x01\xce\xe9\x93\xf6\x13\x22\x1f\xfd\x3b\x0e\x7f\xfa\xff\xa3\x0d\xe1\x19\x18\x30\x37\x47\xbe\xcf\xc3\xde\x99\xf4\xfe\xb3\x83\x3d\xea\x27\xb5\xf1\x2c\xc2\x7b\x8b\x17\x36\x3a\xe3\xe7\xba\xba\xe5\xd8\xf7\xa0\x22\x7f\x15\xf2\x1e\x0e\x3e\x73\xc7\xf5\x24\x6f\x9e\x67\xa4\x38\x3f\x40\x4a\xc6\x5a\xe5\x51\xfe\x23\x5e\xc4\xcc\x5f\x3d\x7d\x42\x95\x54\x74\xa8\xe0\x0a\x75\xeb\xab\x2a\x3a\x81\x73\x5c\x64\x9d\x2b\xb4\x5d\x7c\xe6\x2f\x33\xd9\x18\xad\x7f\xcf\x43\x63\x89\x46\xf4\x9a\xb1\xd2\xab\xa6\x3b\x6d\xce\x9d\x39\xbe\x76\xb9\xe2\x22\xa1\xaa\xe7\x13\xf4\x9d\x53\x17\x1e\xbf\x7c\x78\x42\xc6\xd2\xa7\x0b\x87\xf4\x4e\x36\xfe\xbe\x34\x64\xa1\xc1\x57\xdd\xf1\xf2\x8b\x57\xcd\x5f\x48\xfc\x0d\xaa\x1c\x7f\x3a\x8c\x25\x09\xba\x3f\x1c\xf9\xed\x34\x48\x89\xf6\x84\x05\xd1\xf3\x82\x48\xad\xe6\xf1\x85\xa3\xe7\xa6\x92\xcb\x63\xc4\xe7\xf7\xda\xcc\x26\x8f\xd4\xf5\x1c\x9c\xad\xf3\x49\xbf\xda\x3d\x7b\xcd\x59\x5b\x09\x51\x71\xb5\x33\x9a\xe9\x49\x88\x32\xff\xef\xfc\xa7\xfe\x7f\x1f\x30\x64\xc6\xdf\x02\xeb\x6d\x8f\x5e\xcc\x41\x7e\x60\xe7\x97\x85\x58\x35\x6f\xc9\x76\xc6\x5b\x72\x8d\xae\xab\x11\x9f\xaa\x35\xf7\xc0\xdf\x2b\xdf\x40\x79\x30\x45\x6f\x36\xf4\x71\x6c\xe6\x60\x00\xc6\x29\x49\x7f\xb3\x2c\xcf\x63\x80\xa8\x17\x9b\xbe\xca\x5f\xe7\x31\xda\x7e\x25\x60\x99\x81\xa6\xd8\x2e\xbf\x3e\xbf\x10\xcb\x6b\x0a\xf2\xee\x05\xeb\x9f\x2f\x72\xd1\xf0\x72\x69\xf6\xd2\xf3\xaa\xd0\x13\x58\x3c\xd2\xf3\x44\xf8\x4f\x83\x03\x0b\x12\x3d\x96\x64\xcc\x32\xb2\xb3\x1f\xb2\xd6\xa6\x3c\x64\xac\x95\xed\x2e\xf7\xf1\x17\xae\x8c\xf5\x9d\xab\xba\x66\x46\xf7\x6e\xa3\xfa\x39\x27\xd7\xcc\xfa\x50\x62\xf0\x66\x4e\xee\xca\x23\x24\x4b\xf7\xa7\xcd\xa9\xe5\x97\x49\x95\x76\x98\x0d\x9f\xf3\x7b\xd2\xac\xb9\xd8\x7a\xe2\xd2\xeb\xa4\x53\x23\x68\x76\xca\x12\x79\xf2\x70\x34\xff\xec\x67\x8b\xd4\xc8\x33\x75\xee\xd9\x32\x0b\xf9\xc9\x07\xb5\xf9\x33\x23\xe6\xaf\x27\x44\x65\xec\xac\xd3\xf6\x55\x84\xa8\x24\xb3\xfe\x93\x43\x06\x78\x9b\x6b\x70\xc3\x34\xac\xc3\xf6\x4d\x76\xc0\xea\x5e\xa7\xeb\x52\x8a\xff\x3b\xad\xc4\x75\xa3\x31\x09\xcb\x73\x70\xd2\x61\x03\xe6\x41\xd9\xb2\x40\x1c\xf7\x22\xf3\xad\x58\x2d\xcd\xca\x0d\x46\xfe\x58\xa2\x62\x28\x56\x0f\x23\x5e\x44\x60\x7e\x6c\x9f\xb3\xcb\x4c\xea\x38\x80\xef\x9c\x88\x89\x63\x7c\x04\xaf\xad\x1e\x19\xda\x66\xfe\x52\xda\x75\xf1\x96\xe0\x01\x7b\x33\xd5\x54\xfb\xd6\xed\x26\x6b\xc5\x35\xa6\xcc\x99\x1b\x24\xb0\xa3\x4c\xb3\x70\x66\xff\xd6\x27\xa9\xa5\xda\x76\xd3\xad\xb7\xb4\x1c\x7d\xaa\xfd\x64\xea\xbb\xcd\xe7\x1b\x77\xe9\x68\x4f\xf1\xdc\xcc\x7f\x47\x42\x3b\xc0\xa2\x7f\x53\xd7\x5b\x51\xcd\xcb\x53\x16\x07\xec\x20\xbd\x1a\x11\x53\xec\x37\x2c\x23\x03\xea\x8f\x2c\xac\xbc\x13\x09\x51\x73\xb0\xe8\xf7\x7c\x46\x88\x1a\xbf\xc5\x64\xf7\xc3\x84\xa8\x68\x5b\x28\xad\xe6\xac\x17\xaa\x93\x97\xae\x34\x27\x44\xb1\xc9\x42\xc6\x75\x3e\x21\x8a\x8a\x93\xc4\x5c\x36\x13\x22\x2f\xc0\xfa\xff\x46\xc1\x0a\xf1\xa9\x87\x7d\x0e\x88\x6b\xb3\xfc\xa7\x96\xf2\xb5\x1b\xe8\xf8\x6f\xc0\x7a\x73\x8d\x78\x00\x56\x45\xcb\xe7\x07\x61\x75\xb0\xf0\x65\xe8\x03\xf4\x7f\x30\x12\xeb\xb1\x49\x29\x51\xa8\xae\xbe\x4b\x31\x16\xd7\xd5\x2d\x31\xb4\x8a\xe8\x1d\x9f\x2c\xc5\x9f\x0c\xb0\x72\x42\x92\xa9\xf2\x3a\xde\xe2\x45\xd1\x09\xca\xe3\x4b\xc5\xb5\x6c\xfa\xf6\x5c\xb1\xae\x95\xff\x68\xe5\xb2\x47\x68\xe5\x50\xa5\xda\x29\xea\x31\x64\x9b\x93\xca\xed\x89\x47\x62\xb4\x93\x55\xd4\xa4\x4c\x82\x77\x0f\x2f\x7e\xab\xd6\x6c\x2c\x1e\x6d\x72\xb6\x41\xed\xcc\xb8\xb3\x51\xce\x9d\x73\xd4\x14\xc6\xcd\x8a\x92\x1e\xb8\xa8\x92\x3e\xee\x69\xe4\x37\x42\x94\x52\xc6\xdf\x09\xd9\x44\x88\xd2\x98\xf1\x3b\x82\x96\x11\xa2\x50\x3c\x7e\xf5\x96\x0c\x42\xe4\xaf\x8d\xf7\x0f\x74\x24\x44\x7e\xc8\xb8\x0b\x1b\x8d\x08\x91\xdd\x39\x5e\xc1\x77\x3a\x21\xb2\x92\xe3\x7c\xbd\x1e\x11\x22\x9d\x35\xee\x8b\xa7\x0b\x21\xd2\x7e\xef\xcb\x67\x60\xf5\xfb\x49\xf3\x42\xc4\x37\x3b\x7b\xdd\x50\x28\xaa\x2d\xcf\x0b\xf1\xab\xc6\x47\xfe\x88\x47\x9c\x8c\x0f\x42\x9c\xa7\x5c\x24\x14\xf5\xca\x0f\x8a\xee\x42\x94\x25\xbb\x2d\x16\xd7\xd7\xe4\xb4\x38\xac\x0a\x47\xbd\x4c\x46\xde\xd4\xf6\xef\x14\x2f\xf4\xc9\xcd\xc0\xf3\x95\xcb\xd5\x1c\xdc\x4f\x16\x25\xe5\xde\x97\x31\x1d\x52\x69\xbd\x28\x3b\x4d\x37\x58\xb0\xc4\x62\x63\x96\xfc\xf4\x51\x92\x03\xa6\x31\x99\x07\x9c\x73\xa4\x0d\xc7\x79\x64\x0e\x0b\x8c\x95\xa9\x34\xd8\x96\x61\x11\x2f\x26\x7b\x45\xd7\x3d\x3d\xae\xc8\x58\x4e\x55\xdb\x2e\xed\x54\xfd\x7a\x39\x11\xcd\xc1\xb4\xf1\x1d\x96\xb2\xd3\x35\xd3\xf7\x95\xbe\xcc\x96\x1e\xd0\x9a\x9c\xca\x4f\xc8\x48\x5e\xad\x65\x09\x61\x84\x48\xcd\xd2\x1a\x13\x63\x42\x88\xe4\x04\xed\x49\xbb\x9c\x08\x91\x2c\xd4\x36\x8c\xb0\x21\x44\x52\x54\x7b\x5f\x88\x19\x21\x12\x75\x3a\x96\x41\x33\x09\x91\xd8\xaf\x1d\xc9\x89\x93\x78\xb0\xce\xa2\x40\x4f\x42\xc4\xf3\x9e\xd9\x2c\xc0\xf9\x7f\xc7\x67\x15\x56\x7d\xdb\x1d\xa8\x8a\x7a\x43\x2f\xe5\x7d\xd5\x14\xed\xc0\x2a\x71\xd9\x97\x48\xc4\xe1\x8a\xfa\x63\x50\x17\x24\x27\x2c\x01\xf9\x2f\x29\x62\xf4\xb6\x71\x0c\x49\xc7\x73\x45\x08\x64\xe1\xfc\xf1\x87\x5c\xfc\xbd\xd5\x8d\x07\xb0\x3a\xbc\x70\x07\xe5\x85\xcc\xfc\x79\x64\xaf\xa0\x2d\xc0\x24\xbe\xc3\xfe\xa3\x5a\x79\x37\x1a\x3d\x28\x0e\x9f\x64\x2a\xf4\x55\x37\xb3\xd8\x7a\xd1\x25\x91\x1c\x4d\xa3\x43\x2f\x36\x8c\x15\xcd\x55\x3f\x79\x28\x69\x77\x85\xd8\x64\x35\xad\x83\x0f\x0b\xf6\x88\xd9\xa9\xf8\x1e\xb4\xaf\xc9\x17\x03\xe5\x05\x45\x99\xed\xaf\x45\x35\x95\x6e\x14\xc9\x3d\xbb\x27\x7c\x58\xd9\xa3\x50\x95\x10\xc1\x4f\x2a\xe2\x39\xb1\x84\x08\x8d\x57\x09\x4d\x37\x22\x44\xc8\x58\xa5\x34\xa5\x84\x10\x21\x09\xd5\xd0\xc4\x06\xce\x39\x49\x65\x70\xcf\x51\x42\x04\x13\xd4\x46\x44\x4f\x23\x44\x48\x5d\x4d\x66\x67\x1c\x21\x82\x4f\x54\xb3\xc2\x75\x08\x11\x94\xee\xce\x5a\x83\xa8\x47\xbb\x0b\xe5\xbd\x9d\x77\xa0\x7a\x40\x35\xa2\x94\x0f\x51\xf1\x32\x0a\x6f\x8f\x16\xb7\x51\x5d\x98\x5c\xdb\x64\x3c\x71\xa4\xae\x4c\xc7\x75\x64\xcf\x0a\xda\x2f\x28\x3c\x29\x1f\xd1\x92\x2d\xc3\x0a\x99\x3e\x28\x87\x10\xff\x71\x19\x53\x82\xeb\xc4\x5c\xfd\x0a\x8c\xb3\x71\x1f\xad\xaa\xeb\xbb\x1f\x7f\x29\xe7\x39\x4c\x66\xf4\xd4\xe3\xbe\xe3\x2e\xf1\x46\xa9\x54\x1c\x5f\x6e\xbf\x99\xcf\x5c\x71\xd1\xf1\x25\xeb\x1e\xf2\x79\xc8\x0d\x1c\x37\xd8\x29\xcf\x37\x59\x56\xbf\xba\x25\xe7\x16\xaf\xaf\x8c\x7a\xf5\xbe\xe3\xe9\x3c\xc6\xd2\xd7\xaa\x5a\x5b\x3f\x73\x4b\x48\xf7\x57\x79\x3d\x31\x1a\x76\x45\x56\xb6\x6a\x11\x21\xf0\x45\x26\xec\xe8\x1d\x42\x86\x3a\xc8\xca\x1f\xb4\x24\x84\xab\x47\xf6\x71\xc1\x73\x42\x78\x14\xe4\xc4\x73\x82\x08\xe1\x19\x2f\xa7\x9a\xc1\xb1\x8a\xb2\x3d\xa9\xbb\x09\xe1\x8e\x93\x0b\x4d\xaa\x26\x84\x67\x92\xdc\xad\xb8\x3e\x42\x78\xfc\x3a\x8c\x28\x6a\xd6\x5c\xbf\x1d\xe3\x51\xef\x13\x89\xcf\x5f\x31\x18\x83\xf8\xef\xe1\x49\x49\x58\xfd\xcf\x77\xa4\xfd\xa1\xd2\x04\xb2\x70\x1f\x8d\x5f\x9d\x8f\xaa\xfb\xbb\x0a\x0a\xf1\x7e\x77\xd0\xcb\xc3\x78\x7e\xd8\xd0\x58\x82\xf1\x5b\x55\x53\x81\x78\x86\x63\x68\x35\xc6\xd5\xea\x74\x2d\x7e\xd6\x2f\xa1\xb7\xd3\x95\xa5\x1a\xb2\x84\x12\x00\x64\x85\x1a\xae\x6b\x97\x0d\x79\x25\x2d\xd0\x98\x6f\xad\x07\x20\x71\xb1\x31\x6f\xf5\x5d\x00\xb1\xe9\x8d\x09\x21\x0b\x01\x44\x46\x37\x4e\x4b\x8f\x06\x10\x9a\xda\xd0\x50\xe1\x0f\x20\xe0\xd9\x20\x71\x89\x0b\x80\xff\xe6\x39\xff\x5e\x2e\x00\x3e\xb7\xb3\x85\x5f\x2a\x01\x78\xcb\x6b\x6f\x71\xce\x84\xdc\x3a\xd5\x96\x68\x97\x94\x23\x92\xc2\x25\x72\x14\xfb\x3e\x70\x0f\x3f\x78\x9d\x63\x87\x5e\xdd\x8f\xfd\x40\x86\xce\xca\x75\xc3\xef\xe7\x66\x5e\xc4\xf7\x78\x6f\x7a\x6b\xfa\x94\x37\x45\x95\xab\xdd\xe2\x11\x15\x3a\x62\x9b\x82\xe3\x5c\xa0\x9e\x81\x28\x6b\x46\x3f\xc5\xc5\x13\x07\x0b\x51\x7d\x22\xba\x8d\xe1\x01\x8d\x2e\xd3\xe6\xd8\x80\x8e\x4a\xc4\xc5\xd7\x2d\xaf\xc6\x38\xb8\x1e\xac\xc1\xfd\xd3\xce\xe5\x34\xf2\x1c\x2c\xe6\x51\xdc\x50\x2b\xbe\x19\xf1\x31\x11\xb1\x56\x3c\x87\xf2\xed\x6d\x7d\xad\x70\x0f\x80\xeb\xf4\x55\x57\xf3\x38\x80\xa1\xdd\x57\x23\x17\x63\x64\xaf\xd6\x04\x20\x73\xf7\xaa\x4d\x02\xe2\x4f\xad\xc7\x8a\x11\xc7\x6c\x75\x69\x40\x45\xa6\x16\xe3\x3b\xc3\x39\xf6\x8a\xc6\x5b\x64\xb2\x35\xc7\xd3\xb3\xf1\x39\x06\xcf\x3e\xc5\xe8\x3c\x9c\x60\x6c\x25\xa3\x2c\x5f\xc2\xdc\x34\x2f\x66\xf0\xe0\xc2\x33\x1c\x7b\xba\x60\x17\xe2\xd8\xac\x0e\x54\x89\x28\x45\x95\x0b\xdd\x29\x0f\x28\x2b\xf7\x00\xf2\x15\x92\xd2\xa8\x0e\x52\xcc\x94\xa3\x88\xdf\x87\xb5\x97\x23\xcf\x6e\xab\x5c\x35\xce\x07\x9f\x12\xca\x0b\x59\xd5\x52\x8f\xf8\xa6\xd3\xbb\x06\xcc\x1f\x9b\x29\x4d\x18\x0f\xb3\x49\x14\x37\x54\x6f\x6c\x43\xdc\x77\x44\xf1\x4d\x44\xa5\x00\x3a\xc3\x24\x50\x6f\xbf\xf3\x85\x71\x34\xda\x24\xba\x62\x75\x26\xf9\xe2\x8a\xd2\x79\x26\x16\x9f\xac\x53\xfc\x00\x32\x75\x3a\xcd\xeb\x31\x13\x6f\x19\xdc\xc4\x88\x77\x94\xbf\x44\x25\xcc\x1b\xea\xd4\xaf\x16\xa6\xe3\x40\x33\x83\xac\x35\x30\x37\xcb\x4f\x6b\x50\x7b\xb2\x86\xda\x2a\x86\x2f\x52\x8e\xef\x16\xc7\x7b\x93\x70\x7f\x2b\x9b\x9d\x81\x7e\x14\x7d\xca\x3f\x86\xeb\xc0\xc1\x43\xb8\xff\xed\x8b\x2f\x41\x16\xc2\x1e\xdf\x72\xe4\x13\x46\x36\x56\x61\x5e\x04\x6f\xaa\x95\xa1\xeb\xe1\x29\x7c\x5a\x2f\x9e\x06\xc4\x43\x97\x57\x5c\xc0\x75\x73\xc1\x85\x8b\xf8\xfe\x31\xe3\xe0\x55\xc4\x01\xc7\x4d\xbd\x8e\xf9\xa5\xb2\x99\xea\x85\xf0\x29\x52\xb4\x1e\xe0\xc1\x67\x31\x44\xce\x1f\x94\x18\x61\x46\xf6\xf2\xcd\xc3\x99\xd9\xbb\x83\x9e\x54\x7a\xf9\x76\xe1\x7d\xee\x5e\x8f\x7c\x8c\xdc\x83\xe0\x93\xb8\x42\xdf\x3f\x74\x15\x57\x9a\x9e\x76\xda\x89\xa5\x47\xe4\x07\x8e\x68\x97\x08\xf5\xef\x3a\x83\xe3\xb6\x32\x9d\x07\x2e\x32\x1d\x07\x1a\xc5\x99\xb8\x30\xdf\xaf\x45\xe4\xb9\xdc\x3e\x13\xd1\xf5\x43\xa5\x05\x98\x7d\x79\x27\x8b\x11\x3d\x4f\xb3\x2e\x43\xd5\x91\x44\xee\x63\xf8\x5e\x19\xd5\x50\x83\x3c\xeb\x90\x8a\x7a\x64\x29\x6c\x5e\x7d\x0e\xdf\x2f\x7d\xaa\xce\x63\x9c\xdc\xad\x2f\x21\x9b\xc5\x59\xb5\x05\xfb\x62\xd8\x5d\xbf\x86\xef\xe1\x53\xc5\x6e\x62\x5c\x0c\xb8\x6f\xe3\xba\xa0\x98\xda\x83\xfb\x33\xf7\x00\x55\x23\x00\x78\xa1\x21\x84\x27\xb0\x17\x9b\xf5\x30\x1f\x5e\xa4\xe2\x74\x80\x97\xb9\x6b\x70\x47\x7f\xf1\x23\x14\xf3\xe3\xa5\x6d\x26\x9e\x64\x5f\x18\x57\x20\xc3\xfd\xc5\xdc\x4b\x59\xd4\xf6\xe2\x4e\xfe\x5c\xf1\x33\x32\x5e\xfb\xf6\x52\xff\x7a\x18\xbd\x8f\xae\x9a\x3f\xe3\x72\x95\x61\x1c\x5c\x52\xa1\xf6\x3c\x7e\xbf\x58\x71\x3f\xa2\xa8\xf9\xca\xc5\x78\xeb\x3e\xc3\xbc\x02\xc7\x29\x59\xe0\x04\xfa\xb1\x67\x45\x3d\xb3\x1f\xd0\xbe\x31\xdb\x15\xcf\x23\x6f\x30\x40\xf1\x12\x9e\xbf\xd7\x15\xb7\xa2\x9f\x2b\xee\xb4\xe3\x7e\xea\xe4\x70\x13\xd7\x45\x9b\x79\x9d\xb8\xbf\x4c\xb6\xbf\x87\xfa\x49\x7a\xbd\x54\x37\x43\x41\xf1\x09\xee\x33\xdc\xf2\xfd\xc1\x34\x0e\xef\x35\x46\x20\xd3\xe0\x83\x9b\x16\x22\xef\x1f\x4b\xe9\x89\xe6\xc3\x72\x37\x8c\xfc\xc7\x28\x7a\x62\xfb\xd8\x9b\x8a\x27\xf7\x8f\xdc\x25\xf8\xf3\x1f\xa5\xce\x63\xc6\x7d\xe8\xb8\x8b\x23\xf1\x2e\x74\x00\xf3\xe9\x0d\xc3\xf7\x79\xc1\xf4\xc5\x61\xe3\xd2\xcd\x20\xed\x9d\x6f\xa9\xbd\x31\xf3\x9f\x71\x39\x20\x4a\xf5\xbf\xb2\xa6\x56\x22\xbe\x9d\xd2\x51\x2b\x0d\xff\xd0\x43\xda\xf5\xae\x11\x51\xe7\xe0\x1f\xcd\xc8\x97\xde\xbc\xb7\x05\xf5\xa5\x7c\xe5\xdb\x70\x5e\xac\xcd\xbb\x89\xf1\x72\x7e\xd7\x89\xfe\x2e\x70\xba\x83\xea\x0a\x2c\x1f\xc8\xdc\xa6\x0f\x79\xd8\xba\x2b\x5e\xe0\xfc\x93\xab\x7e\x8d\xfa\x8d\xdc\xb7\x3e\x8e\xa5\x71\xf8\x99\xcd\x85\x6f\xae\x3f\x33\xe8\x8d\x1e\x42\xa6\x30\x4a\xa7\x4b\x29\xbf\xa1\x28\x30\x9a\x7e\xde\xf3\x83\xda\x03\x0c\xee\x7f\x8a\xc1\xbb\xaf\x33\x78\xf6\x73\xe6\x0d\x81\xfa\xc7\xea\xc4\xbc\x61\x78\x20\xb4\xaf\x14\xc0\xa3\xfb\x7f\xc6\xe5\xf6\x2a\x8e\xcd\x49\xfd\x0f\x1e\x14\x9e\xb3\xa3\x3b\x2e\xe0\x7a\x11\x6e\x74\x05\xdf\x33\x83\x4a\xdb\xb0\xcf\x28\xdb\x1f\x6c\xdd\x97\x4e\x7c\xca\x55\x6e\x77\xf1\xf7\x96\x7c\xb8\x8f\xeb\x87\x7d\xe3\x23\xcc\x83\x19\x3e\x4f\xf1\xfb\xa6\x9e\xfd\xb8\x5f\xea\x00\x3a\x07\x72\x3d\x5f\xc6\xd3\x79\xf1\xf3\x01\x8d\x03\x21\x5c\x0c\x0f\x46\x99\x79\xf3\x35\x67\x74\x2b\x16\x30\x7a\x10\x5e\x0c\x6f\x21\x9c\x51\x84\x4d\xf7\xa4\x96\xd5\xbd\x38\xc7\xe8\xc6\xdc\x60\x70\xfc\x3e\xa6\xff\x09\xe5\x09\xfd\xad\x13\xc3\xea\xe7\xb0\xba\x42\x34\x5f\xd2\x2d\xea\x71\x96\x25\xf5\x34\x20\x1f\x2a\xb6\xe2\xe2\x3d\xcc\x83\x69\x94\x0f\x13\x02\x37\x50\x1f\x68\x8b\x50\x17\xfa\xb9\xa1\xed\x2e\x7e\xdd\x63\x13\xed\x17\xe5\xb6\xad\x0f\xbb\xd8\x38\x75\x3e\xc5\xa7\x9f\x97\xf4\x12\xcf\x4b\x96\x26\x03\xf8\x94\x26\xd3\x29\xcb\x40\x07\x91\x5a\xe4\x3f\x60\xfe\x70\xc5\x92\x7f\xe5\x81\x98\x30\x7c\x86\xb9\x5c\xd4\xae\x6c\xa2\x96\xed\x8f\xc3\xe6\x05\xab\x7b\x51\xc9\xe8\x5b\x9c\x67\x78\x13\xed\x4c\x9e\xfc\xe2\x7f\x30\xbc\x09\xaa\x54\xf3\x4b\x27\xe6\x8f\xb8\xa4\x48\x34\xe1\xae\x13\xdf\x73\x99\xf6\x05\x8b\xbc\x86\xeb\x57\xe8\xfd\x9b\xc8\x77\xd9\x36\x78\x1b\xdf\x33\xfc\x2f\x77\xe3\x7c\xf0\xee\x7a\x84\xfb\x9e\xfb\xa9\xa7\xb4\x3f\x94\xe3\x4b\x64\x21\x2d\x8a\x7f\x8d\xbb\xbb\x6d\xec\x07\x7c\xff\x9c\xd6\xfb\x05\xcf\xd3\x26\x4c\x3f\xa0\x31\x1b\xa8\x95\xb6\xa1\xf6\xbf\xc5\xe1\x6f\x1e\xc8\xdf\xfd\x71\x7c\x18\x1b\x39\x13\xfe\xe0\x07\xb1\xf3\xe4\x18\x93\x0f\x67\x99\x3e\x49\x57\x18\x9e\x0c\xcb\xff\xf8\x95\x27\x4c\xbf\x25\xfa\x04\x94\x57\x46\xfe\x81\x53\xff\xcd\x7f\x60\xfb\xa0\xb0\x38\x38\xfb\x99\xfd\xbe\x99\x0d\xb5\xd3\x98\xfb\xf9\xb3\x19\x5e\x80\x7d\x04\xb5\xce\x0c\xe6\xb8\x96\xe9\xef\x11\x30\x94\xda\xb0\x46\x80\x1f\xae\x00\xf1\x0f\xe9\x7d\x66\xce\xc9\xfc\x73\x2c\xc0\xe1\x07\x00\x1f\x6a\x29\x16\xf9\xbe\x05\xa0\xf9\x32\xc0\xfb\xcb\x00\x5d\xce\x00\x5f\xa7\x02\xbc\x15\x04\xf8\xc0\xdc\x9d\x66\xf1\xde\x9e\xaf\xd4\xb2\xfc\x87\xff\xe0\x7f\x30\xfc\x90\xf3\x0c\x7f\xe4\xac\x29\xb5\x2c\xff\xa3\x96\xc1\x05\xc9\x7f\xe1\x3f\xb0\x7e\xb3\x7d\x30\x58\x1c\xdc\x90\xf1\xf3\xdf\x78\x20\x33\x19\xac\x99\xe5\x81\x2c\x3e\x4d\xed\xaf\xfe\x38\xc5\x94\xd7\x11\x66\x00\xf0\xe5\x2e\xc0\x9e\x6d\x00\x9f\xa5\x00\xb2\xf8\x00\x3e\x0e\xe1\x9c\xf0\x00\xde\xfe\x04\x38\x91\x04\xf0\x76\x3d\x40\x73\x1d\xc0\xdb\x73\x00\xb7\xcd\x00\xde\x07\x03\xf4\x37\x00\xbc\x61\x62\xfe\xf8\x04\xb5\x77\x19\x5c\xef\x06\x83\xf3\xb3\x78\xdf\xc5\xe7\x8c\xff\x6c\xff\x97\x7f\xe1\x7f\x1c\x0f\xfa\x1d\x07\xd3\x11\x7f\x8e\x37\xeb\xb7\x3e\x73\x5f\x5f\x9f\xe1\xb1\xb0\xfa\x17\xfa\x8e\x7f\xc6\x83\xc5\xfb\x59\x1e\xc8\x5c\x26\x8e\xbf\x78\x20\x0f\x39\xbb\x02\xc5\xf3\x7e\x18\x70\xd6\x1c\x80\x4f\x89\x00\x9c\x37\xf6\xf7\x47\x38\x7b\x35\xc0\xbb\x42\xce\x1e\x0e\x30\xb0\x07\xa0\x7a\x1b\xc0\xeb\xa7\x34\x0e\x03\xb5\x00\x5d\xe7\x01\xde\xac\x03\xe8\x4f\xfa\xad\x0b\xf3\x88\xe1\x58\xb0\x78\x27\x9b\x07\xbf\xf8\x1f\x4c\xbc\x58\xfe\xc7\x69\x66\xdc\x7f\xe1\xdf\x8c\xaf\xff\x8b\xff\xc0\xfa\xad\xc5\xe0\xb8\x5a\x63\x18\xcb\xdc\xeb\xfe\xc5\x7b\x98\xf9\xe7\xef\xff\xe2\x81\x30\x79\xb3\xc0\x9d\xe2\xfc\x6e\xab\xe8\x3c\xf0\x89\x07\xf8\xf2\x08\x60\x7b\x20\xc0\x7b\x6f\x80\xdd\xa9\x00\x6f\x22\x00\xd2\xae\x00\x0c\x5e\x07\x38\xe4\x0b\xd0\x3f\xc8\x39\xe3\x02\xbc\x74\x00\xb8\x90\x0c\xf0\x6a\x39\xc0\x9d\x8d\x00\x2f\x9e\x02\xbc\x9c\x09\xf0\x9c\xc1\xed\x59\x5d\x1c\x96\x0f\xd5\xc2\x60\xad\x6c\x1f\xa4\x7f\xf5\xff\xc1\x9f\xfe\x97\x9b\xff\x8e\x03\xcb\x7f\x60\xfd\x67\xf9\x1f\x2c\x4e\xf9\xb7\x55\x67\xfe\x6d\x96\xf7\xc0\xc6\xcf\x54\x98\xda\xe9\xe7\x28\xcf\xcb\xde\x87\xf2\xbe\x5c\xfa\x01\xbe\xf6\x03\x78\x55\x00\x7c\x74\x05\xd8\x36\x19\xe0\xed\x73\x80\xa8\x66\x80\x81\xb7\x00\xfb\x56\x03\xbc\x54\x05\x28\x3c\x09\xf0\xcc\x19\xa0\xca\x11\xe0\x69\x1d\x40\x53\x0c\xed\x0b\x75\x3b\x06\xe0\x59\x2e\x40\xff\x26\x80\xc7\x4c\x4e\xde\xee\xf9\x33\x0f\xd8\x75\x80\xd5\x96\xf9\xb7\xf1\x67\xf9\x0f\x65\x4c\x6f\x8b\x23\x33\x7f\xc7\x81\xcd\xff\xbf\xfd\x67\x79\x1f\x6c\x3f\x8c\x5f\x76\xf8\x9f\xf1\x60\xf3\xe3\x0f\x1e\x48\x28\xc0\x5c\x0f\xca\x69\x5a\x9a\x0b\xf0\x69\x1e\xc0\xda\x0d\x00\xef\xba\x39\x67\x31\x80\xfe\xcf\x00\x3b\xcd\x01\x5e\x1c\x06\x48\xf1\x00\x78\xfa\x0e\xe0\x80\x33\x40\xdf\x59\xaa\x0b\xf2\xa8\x95\xc6\xa1\xcf\x1e\xa0\xcb\x01\xe0\xd1\x21\x1a\x07\x96\x0f\x74\x93\xe1\xbf\x5c\x89\xf8\x73\x1d\x64\xfd\xff\x35\xff\xb7\x53\x5b\xa9\x4e\x6d\x29\xc3\xf5\xfb\x5f\xfc\x07\xe5\xf7\x7f\xfa\xfb\xb7\x0e\x06\x6b\x59\x7d\x08\x16\x27\x67\xe3\xa1\xff\x94\x5a\x33\x2b\x80\x9f\xf7\x01\x66\xfb\x00\x7c\x3e\x4b\xfb\x47\x7d\xe0\x02\x58\x2d\x06\xc0\x39\xfb\x72\x8e\x47\x2f\x6e\x02\x84\xbf\x04\x78\xfc\x0c\x20\x29\x95\xf2\x5c\x0a\x7a\x01\x1e\xf6\x02\x70\xde\xe4\x7a\x77\x02\x5c\xe8\x07\xb8\x7f\x16\xa0\xab\x1e\xa0\xa7\x0b\xe0\x55\xfd\xef\x75\xb1\x8d\xd1\x45\xb9\xc0\x70\x13\x58\xfd\x93\x5a\x46\x93\xa9\x8a\x19\xd3\x4a\x46\xc3\xaa\x84\xe1\x34\x14\x33\xf9\xf0\x8b\xff\xb0\xfb\x77\x1c\xd8\xf1\xff\x9b\xff\xc1\xf2\x3e\x84\x99\xdc\x11\x66\xb8\x07\x62\x0c\x8f\x8e\xc5\xc9\xd9\xdf\x43\x3d\x11\x5b\x80\x71\x15\x00\xdf\x9c\x01\xa6\xc5\x00\x7c\x0c\x05\xb0\x57\xa4\xfe\x2f\xaf\x00\x78\x51\x0c\xc0\x79\x9f\x7e\xd2\x0f\x10\x3a\x0a\xe0\xe1\x59\x80\x84\x41\x80\x07\x46\x00\x05\x06\x54\x0b\xe5\xd8\x78\x80\x3b\xdf\x01\xce\x5f\x01\xb8\xfd\x08\xa0\xf3\x18\xc0\xed\x06\xba\x5f\xdc\x62\xf6\xde\xcb\x4c\x8f\x2e\x76\x1f\x60\xc7\xff\x58\xdf\x9f\xf3\x9e\xe5\xfd\x1c\x62\xc6\xbd\x90\xf9\xfd\xfc\x2b\xd4\x66\xdf\xfa\x1d\x07\x76\x5c\x59\xbd\x13\xd6\xef\x7f\xeb\x83\xc2\xea\x5f\xfc\xd2\x05\x69\x67\xf2\xa8\x00\xe0\xc7\x51\x00\x9d\x3b\x9c\xd3\x1a\xc0\x44\x39\x80\xd7\xc7\x01\xac\x0b\x39\x6f\x95\x00\x4b\x67\x00\x3c\x31\x07\x58\xf7\x1d\xa0\x37\x1b\x20\xe8\x21\x40\xf7\x67\x80\xb8\x38\x80\x3b\x29\x9c\x77\x7d\x80\xce\x3d\x00\x15\x8a\x00\xb7\x82\x00\xce\xeb\x01\x74\x04\x53\xfd\xa4\x1b\x09\x00\xfd\x4f\x7e\xf3\xa1\xce\x33\xeb\x20\xcb\xff\x61\xd7\xbd\x5f\xbc\x9f\xb9\x7f\x8d\xbb\x01\xe0\xfd\xa4\xdc\x75\xf4\x73\x26\xa3\xe9\x94\x56\xf0\x3b\x0e\xec\xf8\xb3\xfc\x96\xff\x17\xff\xe3\x6f\x8b\xf1\xd2\x02\x90\x14\x07\xf8\xf4\x1d\x40\x35\x1a\x60\xf0\x38\x80\xd1\x47\x80\x17\x1f\x00\x2c\xcd\x00\x1e\xaf\x02\x58\xb8\x19\xe0\x41\x26\xc0\x9a\x3a\x80\x6e\x25\x80\x2d\x15\x00\xb7\xf5\x00\x62\x9e\x01\xdc\x1c\x09\x90\x7d\x8c\x72\x47\xcb\x7e\x02\xb4\x1b\x01\x34\x56\x03\x5c\x15\x02\xe8\x6c\x04\x68\x99\x0c\xf0\x6a\x1d\xc0\x45\xa6\x47\x53\xfd\xf1\xa1\x58\x57\xa9\x5a\x30\x14\xef\x5d\x1c\x5d\x3d\x1c\x3b\x9c\x1e\xcc\x1c\x76\x0e\xfd\xce\x1a\x82\x9d\x4f\xf3\xd2\x86\x26\xe2\xb8\x5b\x0c\xfd\x82\x7e\x3b\xc3\x62\x8e\x4d\x65\xd6\xcd\xc4\x5e\xa8\x65\xe3\xf0\xff\xf4\xff\xdf\xf8\x1f\x40\xf7\x03\xce\x7f\xdf\x0a\x01\xf8\x46\xd3\x73\x8f\xf4\x3c\x80\x97\x2d\x00\x9a\xf6\x00\x9c\xb3\xec\xc4\xf9\x00\xf7\x15\x87\x34\xdb\x26\x00\xdc\x16\xe4\xd6\x77\x4b\x03\xb8\xf1\x84\xcf\xc9\xff\x33\x40\xdb\x70\x01\xe9\x28\x51\x80\x2b\x36\x82\xc1\x99\x23\x01\x9a\x5f\x08\xad\x2f\xd9\x0a\xd0\x24\x27\x2c\x7d\xb6\x0c\xa0\xe1\x91\xb0\x71\x87\x0d\xc0\xd9\xaf\xc2\x32\xcf\x65\x00\xce\x4c\x14\xc2\xe7\xae\xaa\x16\xae\x42\xff\x43\x45\x90\x0f\x53\xb8\x59\x0c\xeb\x2f\x79\xa9\x42\x58\x7f\xca\xdc\x27\x84\xfd\x95\xd2\x93\x04\x51\x27\x28\xc5\x44\x10\x19\xdd\x89\x6f\x04\xf0\xde\x56\xdc\x53\x7e\xd4\xa5\x8d\x95\xe4\xd5\x64\xe3\xf0\x1f\xfe\xff\x2f\xbf\xff\xb2\x54\x6d\x12\xe0\x9d\x33\xb5\x2f\x7d\x86\x78\x0a\x74\x01\xf4\xbe\xe6\x8b\x50\xde\x0f\x70\xbb\x4f\xf8\xc0\x78\x5b\x80\xeb\x77\x24\x2a\x67\x5b\x00\xb4\xdc\x91\x0e\x5c\x56\x05\xd0\xac\x2b\xfd\xc1\xc7\x6b\xe8\xa5\x06\x57\x19\xc5\xb0\x2d\x5c\xca\xf5\xa5\x32\xf3\x53\x1c\xb8\xaf\xd7\x46\xcb\x68\x1d\xd2\xe7\xf1\x3a\x11\x23\xa3\x52\xe7\xcd\xf3\xbc\xda\x44\x46\xb2\x6d\x24\xcf\x85\x63\x7b\x64\xf4\x1e\x5d\xe6\xd1\xab\xb4\x93\xc9\xfc\xb6\x9d\x7b\x5c\x71\xb3\xec\x07\x42\x78\x9e\xb3\x7a\x2f\xac\xce\x4b\xea\x76\xd9\x7e\x42\x78\x86\x25\x05\xcb\x29\x12\xc2\x23\x12\x9f\x25\x77\x98\x10\x9e\xd4\x98\x9f\xb2\xdf\x08\xe1\x8e\xdc\xbd\x40\x4e\x87\x10\xee\x23\x91\x67\xe5\xa2\x09\xe1\xee\x08\xfb\x26\xe7\x44\x08\xb7\xef\xff\xc1\xff\xff\xca\x83\xf9\x2a\x43\xfb\xa5\xbc\xce\x11\xc0\xb7\x98\xc7\x8f\x44\xb0\xde\xd4\x7d\x4d\xd2\x73\xf8\x63\x80\x8e\x37\xf2\x0d\x32\x47\x01\x5a\x26\x2a\xfa\xea\x68\x0e\x4f\x3e\x7f\x41\xf9\xb1\xc5\x2e\x1e\x87\xd3\x12\xaa\xf3\xe6\x8f\xe5\x17\x3a\xa9\xa1\xda\xb9\xc6\x47\x60\xdb\x31\x4b\xd5\xb2\xad\x31\x42\x09\xa5\x69\xaa\xa5\x71\x7c\x22\x31\x47\xf8\x54\xc7\xe7\x2f\x13\x6d\x3e\xf8\x40\xa5\xa1\xea\x98\xd8\x8e\xc2\x7c\x95\xe5\x17\xf7\x8b\x15\xee\x4f\x50\x59\x7c\xaf\x53\x6c\x76\x81\xab\xca\xb1\x77\x85\xa2\x0a\xd9\x41\xaa\xf1\x84\x88\xa8\xa4\x78\xaa\xbe\x22\x44\xb8\x2c\xbe\x50\xf5\x2c\x21\x42\x0f\x63\x4c\x55\x6d\x09\x11\xfc\xb2\x6b\xaa\xca\x25\x42\x04\x45\x22\x87\xa9\x3c\x26\x44\xa0\x3f\xb4\x45\xf9\x15\x21\x23\x4e\xec\x90\x51\x11\x22\x64\x44\x7c\x90\xa2\x52\x0c\x21\x7c\x9f\xb7\x2c\x51\x9a\x49\x08\x5f\xd0\xff\xd5\x6f\x52\xc4\x83\xef\x8f\x1f\xf4\xc5\x11\xef\x7c\x69\x21\x87\xbf\xd1\xab\xaf\x82\x75\x97\xdb\x5e\xa3\xf1\xbe\x6b\x7b\xae\x26\xde\x43\x6a\xee\xd3\x57\x14\xf5\x01\x38\x1d\xab\x3f\x4e\x2d\x82\xfb\xdb\x71\x75\xbd\x3e\xe3\x7d\x02\x45\x65\x13\xf5\xeb\xad\xcd\x44\xf8\x8a\x47\xea\x1f\x72\xd1\x13\xd7\xde\x9f\xad\x2f\xee\x37\x51\x72\x30\x27\x51\x2f\x71\xa7\xa3\x74\x68\x46\x8a\x6e\x6a\x86\xbd\xec\xc4\x7d\xd3\x74\xae\x97\x3c\x96\xf3\xdb\x7b\x4d\x07\x1a\x86\xc8\xf5\x24\xdd\xd7\xde\x78\xcb\x5b\x2e\x22\x31\x57\x3b\xf6\xd5\x5c\xd9\xd8\x78\x4b\x9d\x55\x84\x48\xd7\x45\x4b\x6a\xd7\x13\x22\xd5\x1b\xa6\xa2\x73\x8e\x10\xa9\xa4\xe0\x01\xed\x4a\x42\x24\xde\x6e\x2b\xd6\x7c\x4a\x88\x58\xed\x96\x45\x5a\x3e\x84\x88\x5d\xd9\x24\xac\x69\x4c\x88\xe8\xb2\x8d\x95\x1a\x19\x84\x08\x87\x6f\x10\xd2\x10\x24\x44\xa8\xcc\xbb\x64\x74\x03\x27\x6e\xff\xee\xff\x10\x46\x07\x40\x18\xfd\x1a\xbc\x29\x87\x75\xcc\xa7\xee\xea\x58\x50\xe9\xd6\xd1\xc3\x3a\xfc\x4d\xff\x71\x58\x2d\x68\x71\x32\xc5\xea\x48\xc3\xba\x49\x47\x38\xb6\xd6\xc2\xe2\x3d\xef\x14\x80\x8a\x8a\xa9\x27\xe5\xb5\x87\xef\x3a\xb4\xd8\xa2\x41\x6f\xa5\xe0\x84\xdc\xee\x49\x17\xa6\x8a\x48\x34\xa6\x7b\x4f\x52\x5f\x18\x2f\x9d\x98\xec\x6b\x6e\xe2\xf1\x40\x8e\xc4\x69\x9a\x3d\x0c\x4e\x56\xbc\x1b\x9d\x6b\x7a\x2a\xd9\x58\x65\x76\x64\x8c\xc9\xfe\x83\x12\xaa\xed\x61\x05\x13\x76\xd6\xb9\xa9\x25\x85\xec\x32\xbe\xd2\xd6\xa3\x56\x18\xfc\xd2\xb8\xe4\xb1\x8b\xea\xe7\x60\xc9\x09\x8e\x3f\x7a\x55\xb8\x37\x3b\x4c\x30\x24\x44\xf1\xd2\xc6\x4f\xc6\x0a\x84\xc8\x7b\xf9\x26\x8c\xf7\x21\x44\xf6\xfa\x7a\xa3\x71\x99\x84\xc8\xac\xf3\x9a\x37\xf6\x24\x21\xd2\xa3\x3c\xd7\x1b\x71\xe2\xd4\xe5\xfe\xde\x70\x0b\x21\x92\xe3\x56\xbf\xd6\xf7\x27\x44\x5c\x67\xe5\x01\xfd\xe1\x84\x88\xb9\xfe\x2b\x0f\xa8\x48\x62\x36\xfa\xbf\x5a\x05\xab\x3d\x8f\x1b\xa8\xdf\x77\x52\xa8\x0e\xcc\x75\x65\x0b\xbc\x9f\x72\xb1\xdd\x0a\xef\xb1\x9d\x91\xb0\x46\x5c\xb3\xfa\xd2\x5c\xda\x07\x61\x8f\x1d\xd6\x2f\x0a\xd7\xcd\xff\x28\xf9\x13\x20\x73\x96\xfd\xb4\xd1\xb7\x46\x0c\x4d\xbc\x69\x7b\xd4\x74\x9f\x78\x4f\x54\x9d\xcd\xda\x39\xfb\xe4\x4b\xc3\x74\xac\xad\xdc\x96\x2b\x9f\x0f\x9a\x37\x2b\x29\xd0\x6b\x94\x6c\xe0\xf7\x99\xbc\x31\x7e\xa3\x6f\xfa\x55\x59\x65\xe5\x7e\x1a\xd3\xe2\x33\x63\xfa\xea\xaa\x4c\xad\x61\x5e\xd7\x2c\x67\x5e\x5a\xae\x65\xb6\x8e\x7f\x5a\x6b\x4f\xb1\x66\x85\xe7\x9c\x69\xef\x3e\xae\xd5\x78\xe7\x1e\x32\x2d\x87\x0c\xaa\x0f\x5d\xf9\x61\xca\x7b\x42\x54\x1e\xaf\xd8\x64\xa1\x45\x88\x52\xa6\x6b\xec\xe4\x2d\x84\x28\x0c\xba\xa4\x4d\xda\x42\x88\x7c\xcd\xb2\x04\x73\x20\x44\xb6\x65\xd9\x38\xd3\xcb\x84\x48\xdf\x77\xf2\x37\xd5\x23\x64\xa4\x83\xd3\x17\x13\x21\x42\xa4\xb2\x7f\xfb\xcf\xc3\xdc\x96\x93\xc6\xfb\xd8\x83\x93\x47\x63\x5d\xee\xb1\xa4\x31\xd6\x99\xee\x98\x4f\xc1\xaa\xf1\xd5\xef\x33\x91\xef\x71\xe1\x8d\x1d\xe6\x41\x5d\x33\xe5\x45\x54\xa9\x3a\x61\xf5\xa8\xf8\xfa\x32\xac\x06\xe5\x1d\x71\x45\x7d\xe3\x7d\x73\xdc\xde\x8c\x48\x05\x88\x33\x77\xdb\xaa\x64\xc7\x93\x16\xa1\xed\xf2\xc9\xc8\x59\x54\x69\xab\xe9\x32\x03\xab\x78\xd9\xd5\xbe\x36\x4e\xc7\x9d\x2e\xa8\x55\x7a\x54\x2d\x12\x58\x2f\xae\x91\xb0\xf2\xc3\xc2\x99\xe1\x67\xb5\x2e\xba\x9a\xce\x0f\x4e\x7b\xa8\xf3\x63\xe9\x44\x07\x9b\x92\x1e\xbd\x2c\xa7\x4c\xbb\xe6\x86\xe7\x7a\x1f\x1c\x73\xed\x66\x75\xcd\xd2\xeb\x58\x78\x77\xde\x8f\xd7\x42\xba\xb3\x16\xd4\xce\xeb\x26\xc7\xb5\xc6\x3b\x84\xdb\x2a\x90\x36\x8d\x59\xf6\x8d\x36\x27\xc8\x93\x51\x19\x76\x2d\xd6\xbe\xe4\xad\xea\x57\xdb\xdc\x59\xeb\x08\x51\xb6\xb0\x1d\x3b\x23\x82\x10\xc5\x2d\x73\x07\xad\x78\x08\x51\x18\x63\xd3\x31\xbd\x84\x10\x79\x29\x1b\xa9\x69\xea\x84\xc8\x3c\xfd\xe5\x3f\xc3\xff\x7a\x63\xa3\x8d\x75\xb7\xc7\xa2\x66\xb8\x0e\x76\x2d\x9e\x81\x7d\x8a\x5b\x2f\xd9\x22\x5f\xe4\xfc\x90\x45\xc8\x0b\xa8\x13\x76\xc6\x7a\x5d\xb9\xdf\x0a\x63\x8e\x3d\xe4\xb1\x06\x71\xed\x9c\x6c\x4f\xac\xc7\xee\x75\xf4\x46\xb4\x21\xaa\xcc\x27\x03\x62\x00\xc2\x34\xfd\x64\x64\x96\x40\x67\xe0\x92\xf5\x75\x5a\xa7\x04\xfd\xd7\xfd\xf4\xb2\x9c\x9c\x26\x75\xcd\x6d\x9f\x87\x9e\xc3\x0a\xe5\x51\x8b\xcd\xd7\x3c\x73\x5f\xa8\xfe\x74\xfe\xeb\xd5\xa9\xdb\xdf\x8c\x71\x9c\xe7\xb9\x2a\x38\xf9\x83\xe6\x2b\x9b\x27\x2b\x57\x14\xaf\xd6\xba\x34\xdb\x65\x85\xcb\x69\xa2\x2d\x32\xf3\xbe\xdb\xba\x0e\x3b\xad\x82\x99\xc2\x6e\xdc\x2f\xee\x6b\x8e\x9a\xa9\xb3\xfc\x0b\x79\x38\x3a\xcf\xea\x83\xb3\x3b\xf9\xa4\xd6\x6d\x75\x7f\x71\x06\x21\xaa\x26\x56\xb0\x68\x2b\x21\xca\x89\xd3\xbf\x2c\x18\x20\x44\x69\x8f\xa5\xbf\x83\x29\x21\x0a\x16\xd3\x27\xdb\x2d\x21\x44\x61\xfc\xb4\xa1\xb6\x17\x08\x91\x7d\x30\x75\xeb\x9c\x59\x84\xc8\xec\x27\x44\x1a\xeb\xf0\x2c\xff\x8b\xe5\x3f\xdd\x6e\xb0\x41\x3f\xdb\x4a\x1c\x91\xef\xd1\xf8\xce\x99\xde\xff\x6f\x58\x89\x3f\x57\xbe\xdc\x13\xf5\xad\x0f\xad\xf0\xc6\x3a\x7f\x6e\xd8\x46\xfc\xf9\x14\xb7\x40\xac\x63\x47\xb7\x6d\x41\x74\x66\xbb\x64\x10\xd6\xbb\x37\x8e\x0a\xfe\x22\xb4\x07\x60\x6d\xd3\xf6\x18\xd5\x47\x7c\xe3\x9c\x3f\x6f\x0b\x98\xb0\x4b\xac\x70\xbe\xf9\x16\x21\x9b\x57\x72\xb5\x73\xf8\x36\x65\xac\xf0\x52\x3a\x38\xa3\x23\x30\x7f\xcb\x7e\x95\x8e\x69\x61\x01\x5b\x12\x46\xaa\x8d\x9b\xfc\xd2\x3f\xaa\xf0\xad\x5a\x8b\xf9\xb2\x8d\x91\x75\xf9\x6a\x0f\xcc\xfa\xfd\xe2\xaf\x39\xaa\xed\x34\x33\xf4\x93\x79\x5a\xa5\x3a\xcb\x2c\xc8\xcf\x9a\x10\xa5\x17\xa6\x37\xbc\x3b\x08\x51\xe8\x31\x93\x5f\x7b\x93\x10\xf9\x5c\x93\xbd\x6b\xbe\x13\x22\x5b\x61\xea\xb5\xb2\x87\x10\xd9\x28\x93\x1b\x6e\x6e\x84\xc8\xd8\x99\xd6\xb9\x0c\x27\x44\x46\x6e\x42\xf5\xd2\x44\x42\xa4\x6e\x4e\x10\x5c\x7c\x88\x10\xc9\xce\xdf\xfc\xb7\xa9\xe8\x57\xe7\x17\xdb\xc7\xd4\xff\xc5\xa8\x7f\x72\x9e\x7f\x39\xe2\x14\xbf\xf8\x3f\x2e\x3e\xa8\x07\x74\xe8\x40\x00\x56\x0f\x73\x42\xa8\xbf\x7b\x83\xb7\xdb\x73\xec\xee\x9e\x50\xac\xd3\xef\x08\xa5\x3c\x98\x0d\xe5\x51\x58\xcf\x5c\x69\x18\x93\x38\x74\x1d\xc0\x52\xbf\x98\x2e\xd9\x57\xc3\xc1\x6e\x48\xf4\x79\xfd\x8f\x42\x62\x56\x96\xbb\x4a\xad\x66\x48\x1d\xb3\x58\xbf\x8b\xdb\x79\x8f\x0c\xbf\x99\xcc\x4e\xbb\x00\x03\xd9\x30\x63\x99\xc8\x85\xb1\x5b\xe5\x8e\x19\xdd\x8b\x88\x29\xc8\x96\xd7\x35\xf0\x0b\x2f\x3f\xe9\x23\x2f\xaf\xf7\x33\xec\xee\x55\x05\xb9\x03\x7a\x6b\xc2\x36\xf5\x5d\x92\xcd\xd7\xab\x0b\x1b\xf1\x83\x4b\x3a\x59\x5f\x6e\xfb\x04\x42\x46\x6e\xd2\xb7\xde\x44\x08\x91\x8a\xd1\x73\xf7\x27\x84\x48\x8e\xd2\x4f\xdb\xb0\x82\x10\xc9\xf5\x7a\x89\x3e\xe6\x84\x48\x28\xeb\x6e\x5c\xb7\x91\x10\xb1\x60\xdd\x32\xf7\xe7\x84\x88\x81\xfe\x8e\xd5\xfc\x84\x88\x5d\x7d\x3a\x60\x89\xfb\xff\xdd\x12\xaa\x9a\xdd\x56\xe8\x82\x28\x6b\xd3\xb0\xd5\xc3\xe8\xf8\x33\xfa\x3f\xcd\x01\x94\xff\x71\x85\xf6\x47\xca\x49\x0d\xc6\x2a\x71\xaa\x71\x18\xd6\xa5\x63\x5a\x77\x22\x2e\x13\xfa\x7a\x37\xd6\x7b\x03\xf4\xf6\x20\x3a\xe7\x5e\x9d\x84\xf3\x65\x91\x6b\x2a\xe2\x21\x73\x4f\xa6\x9d\x15\x4d\x07\x98\x66\xb4\x4f\x5b\xc3\x9a\xcf\xcc\x44\x32\xe5\xc2\xe4\x70\x11\x7d\xa3\xc2\x14\xff\x45\x95\xa2\xcf\x75\x1f\xee\xfd\xe8\x3b\x55\x1c\xb4\x26\xee\x0d\x89\x0a\x13\xbf\xaa\xb1\x26\xb9\x28\x97\x4b\xfc\xa3\xba\x47\x52\x43\xb5\x8d\x78\xcb\x28\x89\xa4\x21\x57\x26\x88\xeb\xaa\x6d\x4a\x5c\xdd\x5b\x2b\x26\xab\xb6\x37\x51\xfb\xab\xad\xc8\xb4\x51\x11\xb1\x0b\x09\x11\x7e\x30\x4a\x7f\x57\x04\x21\x42\x64\x94\x44\xb8\x3c\x21\x42\x2b\x46\x25\xed\x38\x4d\x88\x90\xbb\xba\xe8\xb6\xef\x84\x08\x2d\x55\xcf\xde\xfc\x00\x3f\x4f\xf2\x7f\x4b\x88\x60\xda\x28\x93\x0d\x1d\x84\x08\x78\xde\xad\x72\x88\xa2\xe3\xef\x8a\xbc\x9f\xa6\x06\x3a\xee\xb5\x69\xbe\x88\x6b\x54\x28\x6e\x46\xbe\xcf\xa1\xa7\x3b\xb0\x4e\x9f\x5b\x4a\x75\x12\x52\x57\x46\xd1\x3e\x30\x85\xb4\x6f\x4c\xc4\xe3\x44\xbc\x85\xbf\xa5\x31\x05\xf9\x0e\xde\x8d\x69\x18\x5f\xd7\x79\x14\x8d\x9b\xb7\x3c\x0f\xeb\xe0\xe6\xab\x0e\x18\x0f\x3f\x06\x30\x4e\x69\xff\x13\x45\xd3\xe1\x11\x5a\x83\xfb\xb9\x8d\x6b\xf9\x47\x8c\x1e\x5d\xf0\xd9\x3e\x73\x84\x80\xea\xcc\x82\x0c\xcf\x9b\x23\xb6\x2a\xd9\x16\xcc\x0e\xbf\x33\x22\x49\xc1\x34\xff\x64\xa6\xce\x88\x79\x72\x7b\xf3\xad\x2a\xee\xf0\x6f\x97\x6d\xcc\x2b\xbd\x08\x7c\x27\x65\xe7\xe6\x0d\xef\x39\xc0\x1b\x2c\x6b\x97\xeb\xf1\xf1\x39\xf7\x80\x1c\x4f\xe6\x24\x42\x78\x40\xce\x3f\xc5\x83\x10\x1e\x3b\xb9\x88\x44\x09\x42\x78\xb4\xe5\x25\xf6\x8c\x20\x84\x27\x47\x3e\x33\x7a\x3c\x21\x3c\x9f\xe4\xab\x22\xc7\x12\xc2\xd3\xa6\xc0\x1f\x1a\x48\x08\xcf\x63\xf9\xee\x60\x0d\x42\x78\x82\xaf\x8b\x2c\xc7\x71\x6c\x8a\x59\x87\x7e\x9e\xca\xf2\xc7\xfb\xee\x55\xe5\x41\xc8\x73\x38\x3c\x27\x0c\x71\xb8\x7c\x2e\xaa\x0f\x92\xf6\x28\x0e\xe3\x13\xf7\x86\xf2\x9e\x22\x1b\x69\xf5\x3c\xa8\x35\x1d\xc7\xdf\xf7\x65\x16\xe2\x3e\xab\x1b\xf3\x70\x5f\x71\xb2\xa4\xfa\x09\x33\x06\x8a\x11\x27\x31\xa8\x2c\x45\x5d\x1d\xf5\xf4\x72\x55\x09\x4f\x00\x85\xbc\xb2\xeb\x7a\x5b\x87\xcb\xc9\x6e\x2d\x97\xb0\x91\x1b\x96\x2a\xd3\x5c\x3e\xda\x5d\x15\x9c\x47\xae\x2a\x5f\x1b\xb2\x02\x40\x72\x61\x59\x79\x9a\x34\x80\xf8\x94\x32\x87\xd2\xcb\x00\xa2\xd5\xa5\x6b\xce\x7f\x02\x10\x26\x25\x2b\xee\xba\x00\x08\x4d\x3e\x5a\xfc\x76\x0e\x80\xc0\xd7\x62\xec\x15\x38\x62\xef\x7e\xbc\x77\xc0\xfb\x24\x07\x79\x0d\xbc\x3f\x33\xc2\x39\x96\xe7\xdd\x3e\xd4\x3f\xe0\xbe\x9c\x84\xfd\x7c\xb9\x37\xc7\xa1\xa2\x38\xd7\x96\x18\xc4\xbb\x2e\x7c\xf7\xc6\x7c\xaf\x8f\xa4\x3c\xa0\x2a\x0d\x9a\xef\x47\x6e\x51\x3e\xc4\xfe\x24\xda\x1f\x2a\x3d\x26\x01\xe3\x92\x98\x45\x51\xc6\x68\x45\x8a\x8f\xef\x90\xcc\xc1\x79\x14\xd0\x9e\x8f\xf3\xc1\x73\x47\x11\x76\xa9\x70\xf1\x2f\xc6\x7d\xd3\xee\x7e\x09\xe2\x77\x16\xf3\x28\x6e\xaa\x35\xea\x38\xf2\x06\xc4\x1e\xd6\x49\x0f\xbf\x02\x20\xf4\xbd\x6e\x9f\x5a\x21\xc0\x88\xb2\xba\xca\x29\xe5\x00\xbc\x56\x75\x47\x97\x8d\x01\xe0\x8a\xad\x6b\x0c\x2c\x05\x18\x16\x58\xb7\x37\xfe\x10\xc0\x10\xcd\xda\x87\x07\x51\xb9\xa5\x56\x89\xde\xc0\x3f\xf9\xfd\x26\xae\x60\x27\x5a\x5f\x22\xfe\x71\x9c\x39\x13\x97\x79\x50\x7b\x98\xe1\x3b\x14\x31\xb8\x4d\x01\x83\xef\xe6\x50\xdc\x73\x59\x3a\xea\x94\x42\x78\x2a\xe2\xc1\xa7\x0b\x36\x23\x4a\x7a\x5c\x87\xf6\x87\x3a\xba\x94\xe6\xfb\xfe\xa4\x38\x8c\x4b\x66\xce\x5e\x8c\x43\x52\x51\x1a\xe6\x7b\x8c\x40\x36\x9e\x2b\xc3\x56\x16\x20\x2a\xbb\xf9\x4e\x21\x9e\xa7\xd7\xe7\x1e\xc2\xdb\xc8\xab\x86\x95\x22\x01\x75\xf1\x30\xea\xb7\xf5\xde\x6a\x5c\x2f\x4d\xd6\xd6\x22\x2a\xa5\xd6\x74\x1a\xe3\xc5\xdf\x71\x9e\x6e\x4c\x70\xc1\x79\x24\xea\xcc\x37\x65\x4d\x40\xc5\x85\xa6\xb8\x05\x88\x94\x36\x3d\xf2\x5d\x85\xd6\x7c\x37\xe2\x9f\x4d\x52\x05\xee\x74\xe7\xaa\x41\x9c\xbf\xd1\xb5\x1d\x67\x68\xc3\x8a\xa7\x88\x90\x9d\xeb\xfc\x89\x38\x57\xdd\x08\xea\xef\x71\xc6\xef\x0a\x46\x07\xe3\x28\xc3\x8b\x38\xc4\xe0\xff\x07\x18\xfc\x37\x8f\x87\x63\x4f\xb8\x86\xa1\x8a\x40\xe9\x8a\x18\x86\x1d\x92\x88\xf8\x55\xee\x14\xda\x27\x28\x65\x45\x16\xc6\x65\xcf\xfd\x02\xcc\x83\xc8\x0f\x45\xa8\x33\xc7\xf2\x80\xfc\x83\x4b\x91\x6f\xe8\xd1\x56\x89\xeb\xe1\x72\xf1\xe3\xf8\x74\x0e\x2f\x6b\xf1\x3c\x69\x25\x54\x8f\x7c\x80\x71\x40\xf9\x30\x8a\x5d\x17\xf0\xe7\xb9\xe7\x5d\x79\x4c\xe3\x70\xd5\x40\x0a\xf9\x2c\x57\xeb\xc6\xd1\x93\x9a\xb9\x3d\x2a\x6d\xb4\x56\xac\x43\x26\x6b\xeb\x8e\x48\x5c\x81\x5a\x3b\x73\x70\x05\x6a\x1d\x5e\x85\x3c\x87\x96\x33\x57\x50\xa1\xe1\xca\x41\xda\x69\xe6\xb2\xd5\x47\x3c\xd9\x5d\x30\xa5\xfe\x9d\x7d\x41\x6d\x3d\xa3\x7f\x70\x42\x99\xfc\xc1\x8b\x29\x2d\x65\xf2\x26\x04\xeb\x37\xbd\x34\xef\x8b\xfa\x93\x91\xaf\x93\x57\x9e\x85\xfb\xe2\xbe\x26\xaa\x0b\x13\xbf\x9c\xce\xef\x9d\xe6\xc5\xb8\x3e\x04\xa7\x96\x60\x5c\x02\x7b\xe9\x78\x7b\x8b\x55\x21\xca\xb8\x5a\xac\x4e\x9d\x63\x97\x5a\x50\x9e\x80\x6d\x19\x1e\x4b\x61\x4a\x05\xed\x23\x63\xe0\x40\x6f\xe3\xcb\xd9\x5f\x45\x2f\x87\xad\xbe\xd1\x4a\xe3\x70\x4b\x45\x1c\xef\xf9\xdf\xba\x60\x84\x8c\xfe\x5b\xda\x73\x91\x1f\x73\xab\xd7\xfd\x14\xb5\x61\x18\xa7\x5b\x06\x14\xdf\xbd\x35\xa6\x0c\x19\x19\x37\x2b\x2e\xe0\x4e\xdd\xd1\x7a\x0f\x77\xac\x1b\x64\x10\x7f\xaf\xdd\x99\xfa\x77\x85\xd1\x7d\x68\x66\x3a\x0a\x9c\x63\x74\x53\xea\xed\xa8\x3d\xc9\xfc\x1c\xd5\x8b\x29\x6e\x4b\x0d\xa1\xfe\x67\xe2\xba\x96\x3e\x58\x80\xeb\x62\xc2\xa9\x22\x7c\x8f\xdc\x1d\x42\xf9\x6e\x61\xef\x2b\xf0\x3e\xfc\xd6\xa6\x6a\xe4\xcb\xf8\x19\xd7\x1a\xd2\x3c\xa0\xbc\x10\xd7\x62\x8a\x3a\x2f\xf4\x6d\xc2\xb8\xcd\x6e\xbb\x88\xf1\x9a\xa8\xd8\x82\x79\xa4\xb3\xe8\x1a\xc6\x43\x7a\x09\xed\x4a\x31\x64\xc3\x1d\xa6\x72\xd1\xf3\x45\x14\x23\x77\x9f\xd0\x37\x98\xfb\xb6\xb4\xdf\xc3\x03\x23\x8a\xef\xde\xb7\xdd\x4e\xbf\x7f\x3a\x05\x57\xf0\xfb\xad\x47\x83\xe9\xd7\x69\x86\xf5\x18\xdd\xc2\x93\x6e\x77\x5b\x3f\x76\xfa\xb9\x27\x41\xfd\xbb\xc5\xcc\x8b\x6b\xfb\xa9\x6d\x61\x78\x53\xcd\xa1\xd4\x36\x1c\xa6\xf6\xf4\x4f\x8e\xdd\x9f\x94\x83\x3c\xe0\x0c\xf3\xfd\x38\x3b\x93\x53\x0e\xe3\x7e\x10\x5b\x51\x8a\xeb\x59\xc4\xb9\x63\xc8\xeb\xd9\xee\x58\xb3\x84\xe6\x01\x1d\xef\xf5\x06\xe7\xc2\x38\x76\x8d\x3f\x1d\x6f\x67\x45\x3a\xde\x0e\x03\x2d\x88\xb2\xce\x7c\x77\x0d\xe3\x31\x21\x89\xa2\xf1\x9a\x8a\x9d\xb8\xba\x49\xf5\xd2\xbe\x22\xb0\x98\x66\x33\xc0\xd3\x12\x21\x9c\xef\xcf\x24\xb4\x31\x2f\x9e\xd9\xce\x40\xe6\xde\x73\x1b\x57\x7c\xb2\x67\xd2\x9b\x90\x0f\xf5\xec\x41\x02\x32\x55\x9e\x5b\x1f\xc4\x13\xee\xb3\xf8\x53\x19\xf8\xfb\x39\xed\x78\x22\x7e\xfc\xe8\x11\x8e\xd0\x13\xe5\x6f\xc8\xdc\xea\x65\xd6\xcb\xbf\xe3\xd2\xce\x74\xa4\x68\x29\xa7\xf6\x22\xde\x41\xc9\xda\x56\x88\xcf\xb3\x77\xe7\x51\x64\x99\xc4\x5d\xa6\x28\x7a\xd4\x8a\xe3\x88\x6f\x87\x54\xd4\x61\x1f\xb4\x2d\xc3\xce\xe1\xbe\xba\xe1\xe7\x79\xd4\x8b\xf3\xb4\xb8\x88\x2c\x9c\x15\xba\x57\xbe\x53\xb7\xda\x31\x1e\xb6\xdf\x3b\x30\x9e\x53\x7f\x76\x22\x8e\x3e\x7e\x07\x1d\xf7\xd1\xef\xef\x7f\xe2\x58\xf1\xb2\x3e\x61\xea\x3f\xe5\x85\x70\x4e\xf4\xfc\x38\x23\xdf\xea\x6b\xe0\xfc\x7e\x67\x4b\x3b\xdc\xbe\x8b\x58\x8a\x4c\x81\xb7\xa9\x7e\xf8\x17\xde\xe7\xd2\x15\xec\x5d\x42\x3e\x4e\xb9\xb7\xc6\xc7\xb7\xd2\xdf\x6f\xc1\x15\xe9\x4d\x7f\x2f\x9e\xfc\x06\x9b\x3f\xa0\x32\x47\x7f\x30\xc1\x27\x7e\x3a\x83\xfa\xdb\xcb\xac\x9f\xf7\x18\xfe\xc3\x2d\x66\x7d\xb8\x86\x7c\x42\x96\x07\x95\x50\x56\x85\xfc\x61\x56\x0f\x29\x3c\xe9\x34\x8e\xc6\x76\xfb\x46\xf4\x27\x20\xbc\x19\x9f\x7f\x7d\xd8\x15\x3c\x4f\xba\x6b\xb4\x23\xbb\xc0\x25\x95\x8e\xb7\x63\x02\xf5\x7b\x0e\xdc\xc1\xf5\x72\x0a\xf4\xe0\x3a\x6b\xd4\xde\x8b\x7c\x90\xd1\xe9\x54\x3f\x42\x52\xb0\x7f\x0d\x9d\x17\x6f\xe9\x02\x02\xdf\xbd\xb8\x91\xef\xf1\x63\x8c\x0a\x76\x12\xfa\xb1\xdd\xfc\x1b\xc7\x12\xdb\x85\xb4\x6f\x89\xed\x7a\x46\xff\x62\x27\x32\x0d\x7e\x66\x67\xe1\x89\xfe\x67\x1b\x1d\xb1\x1f\x6d\x17\x90\x5f\xf5\x33\xae\x9b\xe1\x0b\xbc\xc3\x3c\xf9\xc6\x30\x0d\xde\x17\x53\xdb\x2f\x46\xed\x53\xd1\xff\x16\x97\x24\xe1\xe3\x78\x2e\x60\x79\x50\x3b\x9f\x9c\x45\x9e\x57\x08\xde\x94\x07\xd8\x72\xfa\x0a\xae\x67\x7e\xf9\x57\xf1\x3c\xe0\xf9\xe3\x3a\x9e\x87\x56\x59\x52\xfe\xd3\x32\x6f\xaa\x17\x32\x7f\xde\x7d\xdc\x2f\x67\xeb\x52\x1e\xd4\xa4\x37\x8f\xf1\x7d\xc5\xa0\xe5\x39\xce\x97\x51\x0d\x83\xc8\x72\x93\x58\x44\x79\x21\x70\xf6\x5b\x1d\x8d\xc3\x6f\xfe\x83\x02\xa3\x6b\x62\x32\x9d\xda\x79\x0b\xa9\x5d\xc3\xe8\x9e\x6c\xed\xa1\x36\xe9\x1c\xfc\xc1\x7b\xa8\x0d\xa3\xf6\x4a\x06\xb5\xbf\xfa\x04\xad\x85\x7f\xf0\x3f\xd8\xb8\xbc\x63\xd6\x87\x57\x4c\x87\x1a\xaa\x2b\x14\x3f\xf6\x34\x8e\x5b\xf4\x8d\xc6\x39\x34\x0f\xe8\x3c\xdf\xe6\xd8\x82\xb3\x31\xd0\xe0\x06\x66\x97\xcf\x29\xaa\x03\xb5\x56\xb0\x0b\xed\x72\xb8\x87\xe3\xbb\x58\x8c\xfa\x6d\xdf\x48\x55\x36\x66\x5a\x3f\xc7\x6c\x35\x0f\xe8\x47\x7e\xa9\x81\xeb\x5b\xe4\x5b\xab\x85\x7f\xc6\x7d\x56\x52\xe5\x07\xae\x13\xc3\x5e\x92\x7f\xe5\x81\x8c\x75\xa0\xd6\x3a\x88\x5a\x17\x43\x6a\xd9\xfe\x38\x94\xf1\x4b\x48\x06\xc3\x8b\x3a\xc2\x74\x56\x66\xf9\x52\x6c\x3c\xba\x18\xbe\xd5\x7f\xe7\x09\xfd\xa9\x13\x43\xfe\x5b\x1f\x18\xa6\xb6\xff\x1f\x7d\x50\x98\xcf\xff\x2f\x1e\x88\x03\x83\xb5\x2c\x63\xf0\xff\xb5\x76\x00\x5f\x8f\x02\x6c\x0c\x05\xf8\x94\x44\x71\xff\xb7\x04\x20\xc6\x81\x93\xad\x00\x29\xc7\xe8\xbd\xe6\xfd\xa6\x14\xef\x2a\x3b\x05\xf0\x22\x95\xea\x1f\x3c\xf7\x07\xb8\xba\x1b\x80\x33\xab\x38\x79\xff\x22\x0e\xe0\xed\x77\x8a\x07\x91\x7f\xf4\x3d\xb8\xc1\xdc\x57\xfe\xd5\xff\x84\xc1\xda\x7e\xe9\x7f\xfc\xc5\xff\xa8\x61\x6a\xd3\x55\x57\x7f\xe3\x38\x7f\xfb\xcf\xf2\x3f\x58\x9e\x83\xde\xde\x3f\x3f\xb3\x71\xf9\x8f\xfe\x1f\x2c\x0f\x84\xb9\xd7\xbd\xc4\x1c\xe0\xfb\x7d\x80\x35\x72\x00\x1f\xbb\x01\x36\x2c\x07\x78\xa7\x05\xc0\xd9\x07\x07\x72\x00\x38\x27\xd7\x17\xa5\x00\x9c\x13\x2b\xc7\xcf\xbc\xab\x00\x4f\x2d\x00\x4a\xbf\xd3\x3b\xdd\x9c\xf1\x7d\x32\x15\xa0\xf5\x07\xc0\x13\x5d\x80\x9e\x6e\xfa\x73\xef\xea\xfe\x0b\xff\xe1\x1e\xb5\x57\x98\x67\xbf\x10\xc6\xf8\xcf\xf4\x8b\xa8\x67\xc6\xaa\x86\xb1\xd5\x0c\x26\x7b\xec\xf5\xef\x38\xfc\x07\xff\x81\xc1\x6b\x59\x5c\x9f\xc5\xb3\xd9\xcf\x6c\x5c\xd8\xfc\x30\x63\xc6\x84\xe5\x81\xd8\x32\xf8\xd8\xa2\x24\x80\xcf\x43\x01\x56\xf4\x02\x7c\x50\xa0\xfa\x0f\x6f\xda\x00\xb6\xf6\x03\xbc\x6a\x05\xd8\x55\x00\xf0\x24\x15\x20\xf1\x19\xc0\x63\x7e\x80\xdc\xcf\x00\x7d\x8b\x01\x4a\x35\x01\x1e\x99\x02\xd4\x07\x02\x3c\xb4\x07\x68\xb9\x0e\xd0\xf7\x9e\x73\xc2\x00\x78\x74\x04\xe0\x9d\xd9\xef\x3e\x20\x2c\xee\xcd\xe6\xc1\x2f\xfd\x0f\x06\xab\x64\xf1\x6f\xd6\xff\xe3\x8c\x0e\x44\x05\x83\x8b\x96\xc6\xfd\x8e\xc3\xaf\xfe\x17\x0c\xb7\x40\x93\x99\x27\xac\x0e\x02\xdb\x0f\x82\xfd\xcc\x7e\x9f\x8d\xc7\x1f\x3c\x10\x6b\x80\xd9\xa3\xa9\xbe\xc9\x82\x0a\x9a\x07\xae\x36\x00\x83\x77\x00\x3c\xb3\xe9\x3c\xd8\x22\x0e\xf0\x32\x12\x60\xa7\x3f\x40\x9f\x04\x40\x22\xc7\xdf\x5b\x9c\xb3\x3c\xc0\x43\x39\x80\x52\x2f\xea\x33\x67\xe5\x7e\x90\x0c\x70\x75\x1b\xc0\xfd\xad\x00\x3d\xd2\x00\xbd\xfa\xf4\xae\x3c\x8b\x7b\xb3\x7d\x50\x2e\x75\x30\xfe\xdf\xff\xdf\xfe\xb3\xe3\x5f\x1a\x49\xed\x3f\xf9\x0f\xac\xff\x2c\xfe\xcf\xe2\xf8\xac\x0e\xc2\xdf\xf6\x17\x0f\x84\xf9\x79\x43\x26\x5f\xcc\xa6\x52\xbc\x7b\x86\x3f\xed\xdf\x61\xe7\x0d\xf0\x36\x06\x60\xe9\x49\x80\xc1\xc5\x00\x1e\xaa\x00\xcf\xca\x01\x02\xf8\x00\x1e\x5f\x03\x08\x7b\x05\xf0\xd0\x1c\x20\xfe\x14\x40\xcf\x07\x80\xec\x40\x80\x9e\x5e\x80\x12\x4f\xba\x16\x70\xe6\xc5\x3d\x17\x80\xd6\x20\xfa\x99\x13\x9b\xee\xc9\x34\x0e\x9d\xa6\x94\x6b\xc2\xe6\xc1\x05\xa6\x3f\x0e\xab\x7f\xf2\x2b\xff\xe7\x50\x5b\xc9\xf4\x1c\x29\x65\x34\x88\x0e\x33\xbd\x39\x0e\xb6\xfc\x8e\x83\x36\x83\xef\xb3\xf8\x3f\xcb\xf3\x60\xf1\x7c\x69\x56\x07\x83\xc9\x7f\x39\xe6\x7e\xbf\x9a\x1a\xb5\x3a\xab\x7f\xe3\xfd\x5f\x32\x39\x67\x07\xfa\xac\x9c\xf3\xf1\xdb\x5b\x00\x8b\x9a\x00\x5e\x86\x02\xac\x16\x02\x78\x1a\x0a\xb0\x71\x3a\x40\xef\x51\x80\x1d\xa1\x00\xf7\x97\x00\xc4\xf5\x03\xdc\xe5\x07\xc8\x3c\x05\x70\xa7\x94\xea\x61\xdc\x8e\xa1\x71\xe8\x5a\x0e\xd0\x2a\x0a\x70\xeb\x30\x40\x4f\x3e\xe5\x4a\xbd\x6f\xfb\xad\x0b\x74\x31\xe8\xcf\x75\x90\xf5\xbf\x2a\xf9\x2f\xff\x99\x67\x66\xf9\x0f\x07\x73\xa8\x2d\x68\xf8\x1d\x87\x5f\xfe\x33\xfc\x0f\x96\xe7\xf1\xab\x0f\x0a\xc3\x7b\x12\xd3\xf8\xf3\xeb\x6c\x5c\x38\xf1\xf8\x79\x1f\x40\xb7\x16\xe0\xb3\x35\x80\x69\x23\x5d\x07\xac\x62\x00\x5e\xf6\x03\x38\x28\x51\xed\x23\xd7\x79\x74\x4c\xbd\x77\x00\xf4\x64\xd3\xf5\xf2\x4e\x2f\x00\xe7\x9c\x78\xab\x98\xf2\xc5\x3a\x62\x00\x8a\xcd\xa9\xce\x43\x8d\x26\xc0\x8d\x37\x00\x2d\x0e\x00\xd7\x32\x01\xba\xbb\x01\xd9\xbc\x1f\x7b\x7f\xe7\x41\x23\xa3\x3d\xc5\xf6\xbf\x61\xfd\x2f\xeb\x66\xf2\x9e\xd9\x47\x7e\xf1\x1f\x98\x31\xce\x67\xd6\x95\x9c\x21\xbf\xe3\xc0\xfa\xff\x1f\xfc\x0f\x06\x07\x67\xf5\x00\x58\x2b\xc8\xec\x8f\x2c\xef\x81\x13\x8f\xef\xa2\x00\xa3\xfd\x01\xde\x3b\x02\x18\xc5\x03\x0c\x6c\x03\xb0\x28\xe6\xbc\x3d\x00\xcc\x5d\x43\xf9\x2e\xcb\xbc\xa9\x2f\x9e\x11\x80\xa7\xce\xad\xe6\x00\x37\xdb\x00\xa2\x15\x01\x3a\xea\x00\xd2\x1b\x01\xda\xa3\x29\x6f\xee\xea\x4c\x80\x1a\x33\x80\x36\x57\x80\x56\x7d\x80\xd6\x04\x80\xfb\x9c\xff\x77\xa3\x6b\x6e\x33\xa3\xfb\xc1\xf6\x01\x63\xf3\xbf\x8c\xd1\xe8\x61\xf9\x0f\x7f\x8f\x7b\x1e\xa3\x71\x95\xc9\xf4\x72\x4a\x7b\xf4\x3b\x0e\xbf\xf8\x0f\xff\xc2\xff\x60\xf5\x20\x58\xcb\x7e\x9d\x67\x04\xc5\xfd\x39\xef\x8b\x1f\x13\x00\xe4\xe5\x01\x06\x25\x01\xb4\x08\xc0\xb3\x26\x80\x09\xe5\x00\x8f\xc6\x00\x70\xde\x9b\x38\xf3\x7f\x91\x19\xc0\x6d\x27\xca\xa7\xbc\xe9\xc6\x79\x67\xa3\xe3\xbe\x2b\x07\xa0\x4d\x01\x60\xdf\x6e\xea\x27\x27\x0e\x97\xbb\x00\x6a\x95\x00\x2e\xd9\x71\xde\x88\x00\x2e\x7c\x07\xe8\x89\xa3\xbd\x94\x3e\xc6\x31\x5a\x5b\xff\xe0\xbf\xb1\xeb\x1e\xab\x7b\x72\x80\xf1\x37\x8f\x19\xcb\xec\x8d\xd4\x66\x30\xe7\x8e\x54\x66\x6d\xdf\x1b\xfc\x3b\x0e\xac\xff\xff\x27\xfe\xc3\xa1\x3f\xed\x77\x17\x00\x2e\x31\x80\xf7\x67\x00\xc4\xe7\x01\xbc\x2a\x07\x50\x59\x01\xf0\x78\x05\x80\xc1\x74\x80\x9e\x22\x00\x0b\x2d\x80\xae\x38\x00\xbb\x3c\x9a\xd7\x6e\x62\x00\xed\x12\x00\x7e\x56\x00\x9c\xb7\xb4\xf0\x78\x80\x4b\x63\x01\x52\xc6\x02\x34\x9b\x00\x1c\x74\x06\x38\x2f\x05\x70\xd2\x13\xa0\xe1\x16\x3d\x13\x9c\xe3\xcc\xa5\x1f\xf4\x6c\xf5\xbe\x1c\xa0\xe6\x10\x7d\x26\xb6\x17\x1d\x9b\xf7\x2c\xdf\x89\xe5\xfb\x64\x24\xff\x77\xbf\xe3\x99\xde\x57\xb1\xab\x7f\xc7\xe1\xff\x17\xff\x81\xf1\xff\x07\x73\x9b\xe6\xc3\x26\x6a\x07\x54\x00\xb8\x97\x50\x5e\x9f\x94\x01\xc0\xfd\x56\x00\x0d\x65\x80\xae\x64\x00\x13\x51\x80\x1b\x53\x01\x66\x87\x03\x5c\xbd\x0d\xb0\xd4\x1f\xe0\x72\x15\x80\x77\x25\x40\x33\x0f\x40\x48\x17\x40\xa3\x37\xa4\x26\xeb\x03\x9c\x15\x1e\x72\xa6\x70\x32\x40\xfd\x84\xa1\x96\x27\xb2\x01\x6a\x5f\x0e\xad\xbe\x7c\x00\xa0\x66\xd8\xd0\x1d\x3d\xe3\x00\x4e\xc4\x0e\x1d\xf7\xee\x16\x40\x45\xfc\x30\x27\xf4\xdf\x7d\xd8\x71\x1c\xf7\x84\xe1\x58\x77\xcb\x34\x19\x1a\x88\x7e\x4f\x18\xa2\x83\x7e\x2b\x0d\x43\x9d\xcd\x04\x66\x7f\x88\x65\xb4\xae\xa2\x55\x28\x2f\x66\x67\xca\xef\x38\xfc\xff\xe1\x7f\xb0\xfe\xd3\xde\xaf\x00\x03\xae\xd4\x3e\x31\xa7\x96\xb3\xfe\xf1\x87\x02\x74\xcd\x06\x90\x1b\x03\x70\xad\x6a\x58\x98\x5e\x1f\xc0\xe5\x87\xbc\x2e\xd3\xdc\x00\xce\x7f\x10\xe0\x72\xe4\x06\x38\x73\x4d\xe8\x95\x07\x2f\x40\x5d\x8a\xc8\xcb\xa0\x83\x00\x27\x2e\x8a\x2d\x8e\xaf\x00\xa8\x8a\x11\x7b\x56\x30\x12\xa0\xe2\x88\xf8\x82\xaa\x59\x00\x65\x7e\xe2\x93\x9a\x17\x02\x94\x84\x8b\x0f\xbf\x93\x0e\x70\xa4\x41\x2c\xeb\xb5\x07\xc0\x21\x45\xb1\x0e\xce\x33\xe5\x76\x89\xa1\x5e\xce\xbe\x67\x62\xd8\xf1\x34\xc9\x49\x08\xeb\x2b\x71\x0d\x22\x58\x77\x88\x29\x12\xc4\xfa\xe4\xae\x56\xa1\xdd\x1c\x1b\xa9\x2b\x90\xcf\xb1\xa1\x6f\x46\x20\xbf\x3c\xf8\xd4\x08\x91\x5f\x71\xf8\x3f\xf8\xff\xb3\x9c\xf1\x7f\x0b\xb5\xfd\x8c\xca\xee\x93\xef\xf4\x2d\xe9\x9e\x2f\x2f\xbe\x67\x75\xbc\xe6\xc7\xfb\x15\x2d\x1e\xa2\x5c\xe2\x39\x00\xe7\xbf\x49\xed\x1b\x33\x0e\xe0\xf4\x10\x99\x8d\x13\xf7\x0f\xc9\x3b\x31\x56\x8e\xdb\xb6\x60\x78\x58\xc5\x0d\xb9\x63\x6e\xa5\xdc\xb6\x25\xc3\xe5\x47\x06\x88\xf1\x0e\x3d\x74\x50\xde\x3e\x6a\x19\x5f\x5c\x21\xc8\x5b\x67\xaa\xf0\x1f\x2d\x50\x90\x1b\x28\xc9\x1f\x21\x9b\x9b\x2e\x57\x76\xf6\xf2\x08\xf3\xec\x4b\x72\x5b\x3b\x24\xf8\xef\x64\x39\xca\x85\x3e\x4b\xe2\xe7\xcb\xf4\x92\x7b\x44\x08\xef\xee\x64\x49\x79\x03\x42\x78\xbd\x62\x7a\xe5\xad\x08\xe1\x15\xda\x79\x59\xae\x93\x10\x9e\xc9\xe1\x3b\xe4\x2a\x09\xe1\xbe\x1f\xb2\x4e\x6e\x2d\x21\xdc\x4b\xb6\xcf\x94\x7b\x40\x08\xf7\xe1\x2d\x49\x72\xfb\x08\xe1\x56\xda\xb4\x5f\xce\x8f\x10\xae\xae\x8d\xa5\xb2\x03\x84\x70\xf1\xfd\x0f\xff\x29\x0e\xae\xc5\xf8\x6f\x30\x14\xf1\xde\xe7\x8a\x28\xeb\x0d\x0f\xaf\x8b\x61\x35\xac\x33\x49\x06\xab\xa8\xd7\x14\xe5\xf1\x6d\xaf\xb9\x4e\x19\xab\x8c\x67\xe6\xa8\xfd\x1c\xa1\x0c\x70\xfc\xf6\x68\x6d\xc5\x51\xc3\x3e\x97\x7e\x1e\xfd\xda\xf0\x18\xaf\xfd\xa1\x75\x63\x94\xad\xdc\xf8\x5f\x15\x84\x8e\x49\x5c\x2c\x29\xe8\x93\xed\x3c\xc6\xdb\xab\x54\xb8\x24\xad\x53\xe3\x45\x48\xae\x68\xda\xde\x73\x1a\x8e\xc9\x3f\xc4\x25\x13\x0f\x8c\xce\x3d\xa8\x2a\xc1\x1d\x6f\xaa\xfe\xaa\x76\x9b\x84\xf7\x9e\x91\xea\x01\xad\x6f\x25\x66\xc6\xc4\xa8\xcf\x7b\x38\x55\x3c\x6e\xf7\x41\xf5\x9b\x5f\x52\xc4\xe4\x23\x52\x46\xdf\x23\x44\x74\xe5\xf6\x81\xd1\x63\x08\x11\xbe\xba\xe5\xb9\xba\x23\x21\x42\x71\x81\x9a\xa3\xb4\x08\x11\x54\xf0\xd7\x52\x73\x20\x44\x60\xdc\x86\x39\xaa\x2b\x09\x19\x31\x7a\x7d\x93\x4a\x1c\x21\xfc\x53\xd6\xad\x54\x11\x26\x84\x2f\x6a\xdd\x04\xe5\xa9\x84\xf0\xbe\xfe\x0f\xbf\x59\x2b\x08\x88\x63\xbf\x6f\xe4\xe9\xa3\xfe\x4b\x20\x2f\xa2\xfb\xba\x22\xd6\xf7\x3b\xbe\xaa\xe3\xd7\x5b\xe5\xb4\xf1\xbe\x73\x43\xaf\x21\xce\x98\x5a\x73\xbc\x1e\x0e\x15\xd5\xe3\x8f\x0e\xe9\x00\x38\x1c\x67\x16\x2e\x1d\x02\x90\xf7\x71\xc2\x43\x4d\x09\xbe\xc5\xe9\xd2\xc6\x55\xe6\xe2\xc2\x7e\xc9\x43\x8c\x83\xec\x12\xc4\xb2\xf7\x2c\x1b\xdf\xbf\xca\x4d\x32\x60\xd7\xd7\xf1\xba\x9b\x0f\x48\xf3\x87\x7b\x8d\x53\x8f\xad\x92\x1d\xbe\xe3\xec\x58\xbe\xbc\x25\x72\x4b\x82\x4a\x8c\xf4\x8f\xbd\x90\x37\xdc\x1a\x61\xb8\xaa\xb9\x59\xde\x61\x73\xa3\xa1\xe4\xdd\x8f\x72\x5d\x9b\x52\x0d\x5d\xdf\x0e\x97\x8d\xf5\x6f\x35\x6c\x23\x44\x7a\x87\xcf\x50\x83\x93\x84\x48\xe9\xac\x9b\x6d\xc0\x4f\x88\x44\xf3\xda\x26\xdd\x1a\x42\xc4\x3c\xd7\xbc\xd4\x6d\x27\x44\x4c\x69\x95\xb1\xce\x71\x42\x44\x2e\xaf\xac\xd2\x76\x22\x44\xb8\xc6\xad\x49\x8b\x8b\x10\xa1\xad\x2e\x9b\x35\x33\x08\x11\x3c\xf2\x5f\x78\x30\x78\x5b\xf2\x9d\xad\x10\xbd\xff\xbe\x57\x01\x57\xc2\x7b\x5e\x1a\x78\xbf\xf5\x46\x93\x21\xd6\xa7\x2f\xb5\x99\x62\x1e\x9c\x21\x93\xd0\xff\x13\x8f\xa6\x61\xd5\xb0\xd4\x60\x3a\x56\x0f\x0a\x45\x67\x62\x7d\x22\xeb\x94\x75\x82\x50\x13\xc0\x5e\xae\xd9\x45\x2a\x55\x3c\x13\x76\xdf\x9e\x99\x37\x2e\x4d\x58\x2e\xcc\xcd\x4a\x71\x66\x84\x94\xe7\xb6\x2f\xd3\x4d\x97\x71\xc9\xdc\x0a\x54\xb7\x14\xf1\xdd\x2f\x7f\x77\x83\xd4\xd4\x93\x91\x4e\x4a\x0b\xbc\x1e\x4e\x59\x95\xbe\x52\x45\xd2\x23\xdf\x42\xb2\x64\x81\xaa\xb2\xbb\xe6\xe4\xa1\xe7\x82\x55\x43\x56\x9b\x4c\xf2\xb9\x79\x4f\x55\x7f\xd5\xb2\x49\xb3\x5f\x1a\xaa\xf0\xad\x3c\x37\xe9\x21\x21\x8a\x5d\xae\x16\xe6\x22\x84\xc8\x55\x39\x1b\x9a\x1d\x25\x44\xe6\xd1\xe2\x1a\xd3\x40\x42\x46\x3e\x71\xaa\x9f\x10\xc7\x89\x8f\xe3\x11\xe3\x5b\x84\x48\xca\x2d\xf8\x34\x7e\x14\x21\xe2\xc1\x0b\x7e\x8e\xb3\x20\x44\xac\x6f\xfe\x5e\xc3\x6c\x42\x44\xba\x7e\xfb\xcf\x85\xbc\x96\xb7\x5b\xc4\x76\xd0\xf1\x47\x1a\x14\xdc\x8e\xd1\x63\xfa\xdf\x98\x25\xd2\xbc\x9f\x86\x55\xb2\xfa\xb6\x59\x38\x0f\xaa\xaa\x6c\x51\x37\xe8\x68\xb9\x03\x56\xd7\x0a\x74\xe6\x63\xbd\x32\xed\xbe\x23\xe2\x22\x71\x6e\x8b\x3d\x87\x2f\x03\xd8\xf9\x6a\x49\xb9\xec\xb2\x61\x96\x41\x27\x9d\x9c\x74\x0d\x04\x12\x37\xfa\x2d\xfc\x3e\xc5\x47\xe2\xa0\xa7\xd0\x7c\xc5\xf9\xd5\xf2\x27\x57\x9e\xb4\x6f\x5e\x1b\xa5\x3c\xda\x45\xd3\xce\x72\xfb\x25\x35\x99\xc5\x61\xb6\x45\x49\xbb\xd4\x0d\x17\x5e\x98\xbb\xb4\xa8\x6c\xf4\x21\x87\x81\x39\x42\x75\xa3\x34\x26\xdb\x7d\xb0\x99\xd2\x56\xa5\xa1\x65\x27\x6e\x9d\xf4\x18\xd4\x3f\xcc\x7b\x69\x63\xfe\xbd\x55\xed\x9e\xad\xe4\x6c\x6e\x42\x94\x77\xdb\xec\x98\x39\x9c\x10\x85\x76\x6b\x93\xe9\xee\x84\xc8\x59\xcf\xde\x6e\xb9\x99\x10\xd9\x05\xb3\xbe\x4d\x0d\x25\x44\xba\x76\x66\xaf\xc5\x01\x42\x46\x8a\xcf\x48\x9b\xbc\x94\x10\xc9\x1b\x56\xda\x93\x94\x08\x91\xc8\x66\x79\x50\xef\xcb\x47\x22\x2e\xf5\xf4\xdd\x68\xc4\x5f\xee\x7c\x37\x7e\x4c\xe7\x3d\xe5\xc1\x5c\x30\x9f\x4d\xef\x3f\xcb\xdb\x62\x5d\xff\x18\xa1\xdd\xe7\x8b\x03\x96\x60\xf5\x27\x6f\xb5\x0b\xd6\x5d\x53\x13\x56\x20\xfa\x12\xeb\xba\x1a\xf3\x25\x74\xa8\x3b\xaa\xb1\x6f\xee\xf1\x78\x26\x7a\x17\x60\xfd\xdd\xb5\x92\xea\x0b\xf9\x0c\x57\x0d\xae\x19\x66\x9a\x22\xba\x77\xa9\xc1\xca\x90\xb9\xaa\x32\x79\xf3\x77\xbb\x79\xba\x3d\x52\x2c\xb4\x5d\xb1\xdc\x7d\xb3\xa4\xf2\xad\xd9\x1f\x5d\x5d\xf6\x54\xa9\x4e\x9f\x51\xe0\x22\x5b\xb0\x53\x4d\xd1\xb2\xd3\xd9\xe5\x84\x8a\xda\xdc\x69\x63\x96\x05\x5f\xa9\x56\xe3\x9f\x3a\x71\x69\xe7\x83\x0f\xaa\xdc\x53\x95\x96\x5e\xfb\x3c\x4d\xe9\xc5\x94\xc8\xc5\x23\x09\x51\x30\xb5\xa8\x5c\x98\x4d\x88\xdc\x52\x0b\x9e\xf9\x43\x08\x91\xf9\x3a\x59\xc3\x6e\x13\x21\xd2\x11\x93\xac\xe7\xee\x25\x64\x24\xd7\xa4\x75\xd6\x65\x84\x48\x59\x9a\x1f\x9e\xd5\x4e\x88\xa4\xa9\xd9\xe6\x99\xce\x84\x88\xaf\xff\x68\x20\x83\x55\xde\x67\xe6\xb4\x1f\xd6\x1d\x73\x33\x9c\x0f\xd7\x7c\xad\x10\xaf\x68\xda\x62\x8b\x68\x5a\x5d\x89\x23\xae\x0f\x95\x16\xcb\xa8\xee\xb7\x22\x55\x11\xce\x5f\x41\x6f\x9b\xa6\x76\xaf\xc3\xfa\xe5\x1e\xb1\xf5\x58\xe7\x0c\x53\xd9\x80\x7d\x51\xfc\xeb\xfc\xf1\x96\x98\x87\xc0\x26\x3b\xee\x16\x80\xe5\x2f\x36\x89\x28\xc8\x0e\x7f\xe7\x18\x11\xa0\x68\xf8\x53\xb0\x7e\xce\x29\xbf\xee\x19\xdb\x24\x4b\xac\xee\x6f\x18\x58\x76\x5b\xfa\xe9\x94\x9e\x0d\x62\x1b\x43\x64\x2b\xcd\xe3\x7d\x27\x45\x1f\x93\xbb\x67\x3a\x76\xfd\xb7\xdc\x91\xf2\x9e\xc6\xb9\xeb\xf9\x8f\x3d\x91\xdf\x36\x5e\xca\x5b\xeb\xe2\x3d\xf9\xd9\xe3\x44\xbd\x72\xba\x3b\xe4\xec\xc7\xf6\x79\x79\xbd\x8f\x93\x89\x1b\x7b\xd9\x73\x16\x21\x23\xd7\x8e\x3d\xb9\x7a\x25\x21\x52\xda\x46\xc5\x2b\x16\x10\x22\x91\x6f\xd4\xe7\x1a\x46\x88\x84\xa6\xd1\xe4\x65\xe5\x84\x88\x8b\x18\x06\x2d\xfe\x4a\x88\xe8\x7b\xc3\xda\x45\x07\x09\x11\xcd\x33\x68\x58\x50\x4b\x88\xc8\xea\xa7\x75\x7a\x06\xf0\x0f\xfe\x53\xbb\x37\xed\x8f\x73\x7e\x31\x1d\xef\xba\x92\xa5\x88\x5f\xb3\xfc\x9f\xe2\x89\x94\x17\x90\x4b\xbc\x11\xb7\x49\xdd\xed\x8b\xfc\xa9\x38\x99\x00\xc4\x73\xc2\xde\x6c\x39\xce\xb1\x9b\x24\x82\xb0\x6e\xeb\x39\x74\x07\xe6\xc7\x52\xa5\x70\xac\xf7\xcf\xcf\x8e\xf4\x91\x5c\x0f\x30\x6b\x52\xb8\x83\x66\x37\x5f\xf1\xe4\xf1\xa1\x31\x16\xa9\x22\x9f\x4d\x56\x85\x8e\x5d\xb4\x57\xec\xc8\xd8\x8c\x90\xe8\xf5\xf5\xe2\xcf\xf4\xcf\xee\x78\x19\x79\x46\xe2\xa6\xce\xc5\x1d\x32\x99\xd9\x92\x56\x5a\xae\xc1\x2a\xe5\x0f\x24\x65\xc7\xdc\xda\x3e\xb6\xe9\x9a\xc4\x61\x8d\x77\x41\x15\x77\x79\xc5\xaf\x6a\x9c\x09\x9a\xf5\xe6\x96\xd8\xb4\x31\xcb\xb7\xf4\x13\x22\xd2\xa9\x91\xe9\x5f\x40\x88\xb0\xd7\x18\x07\x9f\xcb\x84\x08\x5b\x8e\xd9\xe7\x55\x42\x88\xd0\xcf\xd1\xdd\x9e\x5b\x08\x11\xf4\x18\x23\xbe\x66\x37\x21\x82\xd5\x1a\x37\x57\x2e\x21\x44\x50\x62\xf4\x83\xe5\x95\x84\x08\x48\x74\x07\x4e\x71\xa2\xf9\x6f\x83\x78\xde\x85\xbb\x8e\x88\x16\xd5\x79\xba\xe2\x38\x56\x84\xaf\xc1\x2a\x68\xf1\x95\xf5\xe8\x57\xde\xd5\x8d\xb8\x0e\xa6\x59\x52\x7c\x3c\xee\xec\x36\x5c\x0f\x23\x96\xef\xc0\xaf\x6f\xf5\x0f\xc7\xfd\x63\x7d\x5e\x24\xa2\x6f\x6e\x7c\xbb\x71\xbe\xd8\xd5\xc4\x61\xbc\xa7\x45\x24\x2e\xe4\x93\x05\x30\xdd\x9f\x70\x46\x85\x8b\x6b\x93\x81\x49\x7c\xb2\xc9\xd6\x11\x86\xda\x7a\xf1\x2e\xf6\xaf\x05\x56\x8f\xfe\x1c\xf7\xda\xe3\xa6\x20\xbf\x5a\x65\xdc\xa2\xd0\x2c\x41\x4f\x15\xa3\x3d\x75\xfb\x5e\x0a\xae\x50\x1a\xb7\x47\xae\xa4\x48\xa0\x4f\x51\x33\x96\xab\xe1\x89\x80\x97\xc2\xdc\x98\x9d\x5d\xba\x23\x9c\xe5\x49\x8c\xca\x40\x2b\xdf\x17\x85\x94\xa8\x0b\x84\xf0\xbe\x53\x98\x14\xbe\x94\x10\x5e\x53\x85\xc5\x3b\x84\x09\xe1\xe5\x52\x2c\xdd\x36\x8a\x10\xde\x7e\xc5\xc3\x9b\xa6\x13\xc2\x9b\xa6\x18\xe4\xcf\x4d\x08\xaf\xae\x42\xac\xef\x7d\x42\x78\x34\x14\xae\xaf\xdf\x4d\x08\xcf\xb8\x9b\x43\xe6\x21\x7a\x72\x49\x71\x09\x9e\x08\x4f\x6d\x5a\x89\xd5\xe1\x4a\x7f\x4f\x44\x53\x8f\x0c\xf5\xc3\xfa\x7a\x41\x2f\xe5\x83\xa4\xe9\x06\xe1\xfc\x89\x6f\x0a\xc3\xf1\xdf\xa5\x43\xfb\xc6\x04\xf9\x52\x7e\x84\x9f\x44\x2c\xde\xfb\x5d\xe3\x9f\x80\xe8\x8a\x53\x57\x32\xe6\xc3\x2c\xb3\x34\xbc\xad\x6e\xd4\x9f\x85\x55\x63\xed\xa7\xd9\x35\xd2\x35\x00\xaa\xd9\x59\x97\x0c\x62\xb8\x3a\x15\xc3\xb2\x5a\x6c\xcc\xb8\x7e\xc8\x85\x66\x15\xac\x4a\xe6\x4a\x96\x49\xca\x5a\xb2\xdd\x6e\x78\xa2\xf4\x93\x2c\xfd\x14\xf1\xa1\x67\xa4\x13\xb2\x84\x8f\xa8\x03\x8c\x14\xce\x1c\x7b\x36\x04\x40\x72\x6f\xc6\x82\x9b\xd7\x01\x24\x66\xa5\x9f\x7b\xf9\x16\x40\xec\xca\x3e\xd4\x75\x10\x59\x90\x88\x67\x01\x81\xb6\xd8\x3b\x68\x83\xa3\xf0\x1e\xb3\x40\x53\x24\xea\x32\x0a\xde\x0b\x45\x1d\x84\x11\xf9\xc1\x78\xbf\x57\x60\xf9\x56\x3c\x4f\xb2\xfe\x9f\xde\xb5\x1a\xeb\xeb\x55\x8e\xde\xc8\xeb\x3a\xba\x8b\xea\x00\x15\x8c\x0b\x42\x7e\x44\xfa\x99\x10\x5c\x17\x12\x06\x22\x11\xaf\x8e\xba\x1e\x8d\xf9\x10\x02\x74\x9c\xfd\x2b\x68\xd7\x7d\xcf\x62\xca\x0b\x71\xb9\x99\xb6\x9f\x63\xed\x37\x51\xbd\x90\xa9\x67\xf3\x71\x1e\x69\x8b\x14\x22\xaa\x20\x33\xf3\xd0\x3d\xfe\x0f\x00\x92\xc6\xc5\x36\x1a\x9f\x00\x44\xe7\x15\xbb\x58\xee\x01\x10\x7c\x57\x3c\xce\xb9\x0f\x60\x84\xf6\xa1\xc7\x81\x71\x00\xbc\xad\x87\xf2\xe2\xd6\x03\x70\x67\x1d\xbc\x79\xa0\x0c\x60\xf8\x60\xd1\xd3\x5a\x67\x80\x61\x0b\x8b\x46\xb7\xbb\x01\x0c\x79\x52\x28\x82\x67\xfa\xa6\x03\xa1\x3f\x90\xa1\x96\xc3\xe0\xd9\xe9\x09\xd4\xa6\x50\xfc\x66\x49\x22\xa3\x1c\x1e\xcb\xe0\xff\x51\x0c\xbe\x17\xd9\xc8\xb1\x67\xcb\xd7\xe2\xfe\x57\xcd\xe7\x87\x78\xc3\x51\x23\xca\xfb\x3a\x60\xb9\x03\xf9\x81\xd9\x2a\x3b\x11\xdf\x4a\x51\xa4\xa8\x5a\x4c\x2b\xe5\x45\x84\x4d\x48\x2a\xc4\x7d\xe0\xdc\x3e\x44\xe3\xd7\x27\xa7\x23\xca\xb2\x4a\x34\x1b\xe3\xe5\xe4\x40\x79\x02\xd6\x53\x0a\xf1\xeb\xa6\xd7\x0f\xa3\x7a\x85\x5a\x79\x29\x7e\x9d\x2f\xe2\x18\xe2\x22\x43\xd5\xaa\xcc\x65\x91\xb7\x50\x35\xc1\xc4\x9d\xee\x44\x0b\x31\x62\xc7\x7c\x7c\x90\x61\x52\xd9\x1f\x85\x33\xb4\x72\x08\x45\xe0\xcb\x07\xaa\x91\x89\x56\xf6\xea\x0a\x76\x78\x2b\x4d\x79\x80\x08\x63\x69\xe9\x27\xc4\xbb\x8b\xcf\x50\xff\x0e\x64\x50\x9b\xc7\xe0\xbb\x59\x0c\x62\x92\xc6\xf4\x39\xd8\x3b\x8c\xda\x04\xd4\x0f\x39\x91\xe4\x8f\xeb\x63\x69\x37\xd5\x05\x39\xa8\x1e\x8e\x38\x55\x4e\x44\x34\xa2\x44\x7b\x2b\xe2\xf0\x5c\x10\xbb\x3e\x09\xcf\x05\x11\xe7\xf6\xe1\x53\x6f\x3b\x9b\x81\x79\xe3\xf7\x35\x07\x71\xe0\xb5\xf2\xf9\x78\x02\x77\x6d\xa5\x7d\x44\xec\xb7\x53\xbd\x10\x2b\xcf\x52\x9c\x77\x46\xb6\xb4\x6f\x90\x42\xdb\x71\x8c\x03\x57\x46\x1d\xde\x17\x07\xa8\x0f\x94\x46\xfc\xea\xd4\xfe\xf1\x88\xcf\x9e\xca\xa5\x8c\xb5\x53\x4d\xeb\x10\xf7\x3d\xe5\x18\xfe\x01\x57\xac\xfd\x99\xc8\xbc\xa8\xed\xa7\x9d\x59\x6a\xb9\x9a\xb1\x73\x42\x4d\x4c\x37\x9e\xf0\x4f\xec\x19\xc4\x27\xaa\x36\xa6\xfe\x95\xad\x23\x7f\xf2\x62\x18\x5b\x70\x8b\xda\x1c\x86\x5b\x9e\x81\x71\x29\xcb\x61\xfc\xaf\xdf\x89\xe7\x86\x9c\x93\xb1\x38\xce\xa9\xbd\x89\x18\xed\x3d\x7e\x29\x88\x22\x45\xc6\x50\xfd\xa3\xed\x59\x39\xa8\x0f\x12\xb8\xb5\x00\xe7\x8d\x17\x14\x21\xda\xb8\xc2\x80\xf2\x23\x9c\x1c\x4a\x70\x1f\x9e\x83\x1d\xa1\x01\x26\x4f\xae\xc6\xd1\xd5\x6d\xac\xc5\x78\xca\xd6\xd5\x23\xca\x04\x7d\x8d\xe2\x34\x0e\x4d\xf1\x52\x88\x78\x36\x35\x8c\xc5\x95\xfa\xfc\x83\xb9\x88\xb4\x36\x19\xb9\xe3\x49\xac\x49\x94\x02\xc2\xe7\x93\xf7\x61\x66\x35\x36\x1d\xc5\x0e\x15\x8d\x49\x0d\xf8\xce\xdb\x60\x70\x8b\xb1\xaf\x10\x81\x3c\x2b\x40\x6b\x03\xb5\xcc\xb8\x57\x8f\x25\x7f\xf0\x62\x4a\x98\x8e\x03\xbf\x78\x31\xcb\x09\xd6\x2d\xe9\xfa\x96\xe7\xb4\x07\x51\xe2\xb4\x89\xc9\x38\xee\x09\x24\x1d\xd9\x47\xd1\x33\x72\x90\x37\x1c\xd6\xbb\x1f\xf3\x64\xf3\x1d\x3a\xde\x3e\x49\xc5\x88\x2e\x7a\x28\xd2\x3c\x77\x6e\xa3\xbc\x90\x05\xfc\x55\x78\x0e\x9f\x39\xe3\x24\xee\x23\x26\x77\x28\x6e\xaa\xa9\x7b\x16\x79\x36\x92\xfb\x9b\xbe\x50\xff\xe9\x7d\x72\x80\xd6\x1d\x12\xf4\x4d\x65\x87\x21\x9e\xbc\x5a\x1c\xad\x11\xbf\x6d\x79\xb4\x12\x23\x7c\x85\x6c\xc5\x7f\xb1\x35\x84\x2a\xf6\xb4\x94\x1f\x42\x5e\x44\xcb\xb0\x7a\x71\x6a\xaf\x23\x32\x79\xf9\xe3\x33\xfc\xf9\x4b\x81\xdf\x70\xa6\x9e\x67\xee\xb1\x9f\x39\x46\xed\x29\x46\xff\xe0\x04\xd3\x71\xa2\x92\xd1\xc9\x28\xdd\xce\xb1\xf9\x3f\x12\xf0\xd6\x77\x7a\x23\xe5\x7f\x25\x49\x67\xe0\xf9\x39\xd6\x31\x9f\x9e\x07\x7a\x0f\xe0\x0d\x93\x20\xef\xc3\x88\x36\xfa\x1d\x3c\x7a\x96\xe6\x41\x25\x8e\xef\x8a\x5e\x3a\xde\x8b\xab\x4e\x20\x6e\x39\xef\xd3\x29\x3c\x4f\x4d\x4f\x39\x87\x78\xe6\x78\x8b\x46\x9c\xb5\xa3\x27\x51\x5e\x88\xf8\xbc\xab\x1b\xa9\xff\xb4\xbf\x02\xc0\xcd\x73\x62\x88\xe3\xde\xac\xa4\x27\xf8\x8e\x47\x33\x51\x89\xe2\x56\x10\x55\x34\xeb\x78\xb4\x19\x77\x9e\x8e\xf2\x38\x5c\x79\x6f\x96\x1c\xa0\x9f\x0b\x6b\x50\xb9\xe5\xc6\xc1\x56\xe4\xc9\xdc\x20\x0f\x31\x4e\xed\xcd\x6f\xf0\xc9\xae\xf6\x52\xdc\xff\x32\xe3\x6f\x13\x83\xf3\x9e\x7b\x4a\x6d\xbd\x21\x13\x17\xdc\x3f\xb2\xdb\xd2\x91\x85\xb1\xf7\x64\x36\x3e\x5f\x6c\x38\xed\x03\xf7\x0f\x1e\x10\xfa\xb9\x69\x39\x1d\xef\xf5\x3d\xc7\x68\x3f\x20\xdd\x13\xe8\xaf\x4b\xfc\x29\xdc\x47\x1d\x0d\xce\xae\xa4\xf3\xa1\x11\xf3\x66\x4a\xc5\x45\xcc\x72\x23\x86\x17\xa2\x96\xdc\x8e\xbf\x27\xaa\xda\x51\x42\xfd\xbf\x3d\x48\xed\xbd\x66\x51\xec\x68\xd7\xed\x4f\x15\x0e\xbb\xdb\xa6\xd7\x50\x4b\x19\xeb\x3d\x73\x37\xda\x52\x1b\x43\x6f\xba\x64\xe5\x21\xaf\xac\x5b\x91\x2a\xd5\xdc\x93\x68\xae\xa3\x9f\x29\xee\x7f\xb7\xe9\x2d\x32\xd9\x6e\x33\x3c\x87\x8e\x72\x82\x9f\xdb\x99\x4e\x14\x57\x18\x1d\x90\x0b\xcc\xbc\x69\x40\x1e\x44\xea\x57\xaa\x87\x14\xd7\x4b\x79\x50\xd1\xea\x47\x70\x75\x0e\x1d\x4a\x75\x71\xb6\x0a\x1e\xc3\xf5\xc0\xff\x4c\x2d\xf2\xea\xbc\xea\x4e\xa1\x5a\xd1\x2a\x87\x33\xb4\x4f\x98\xe2\x79\x2c\x48\xcc\x2f\x6a\xfe\xc9\xb1\xb3\x36\x5c\xc6\x71\x36\x6f\x6d\xc3\xf3\x82\x81\x77\x07\xfe\x7d\x95\x4a\xda\x4f\x45\x38\xf7\x2e\x83\xf7\xd3\x3e\x32\x00\x4f\x6a\x05\x31\xf2\x4f\xf8\x34\x90\xf7\xf3\xf8\xc1\x54\x3c\xa1\x3e\x69\x76\xc2\x4c\x7c\xba\xdf\x17\x9f\xec\x89\xf9\x4e\xfc\x17\x9f\x16\x52\x45\x9b\xc7\x91\xe5\x58\x0b\x7b\xd2\xdf\x84\x23\xf9\x98\xa7\x13\xbf\xff\xe8\xdd\x33\xe4\x4f\x3c\xec\xa5\x1d\x78\x7a\x18\xde\xe0\xed\x35\xd4\xde\x64\xd6\x87\x3f\xe3\xf2\x37\x0f\x2a\x72\xe4\x31\xe4\x33\x6c\x57\x3c\x81\xf3\x25\x50\xa5\x0e\xf9\x8f\x3e\xd3\xce\xe0\x7d\x8c\xb5\x2e\x0d\xc8\x17\x72\x3b\xdb\x8c\xe3\xbd\xc4\xae\x05\xf7\xd9\x79\xf9\x57\x71\x5d\x9d\x31\x70\x1d\x9f\xc6\xb4\x91\xaa\x1a\xe9\x9e\xbe\x8d\x71\x52\xae\xa0\xfa\x40\x02\x37\x1e\x1a\x50\xff\x9f\xdd\xa3\x76\xa0\x7f\x04\xfe\xa5\xd7\xaf\x47\xe1\x09\xfe\xcd\x81\x49\xc8\x03\x7a\xa3\xb0\x10\x9f\xe8\x4d\xa0\x17\x9e\x70\x07\xe7\x53\x66\xdf\x1b\xbb\x34\x7c\x23\x1c\x94\x3c\x82\x27\xb4\xd7\xcf\xcf\xa0\xed\xaf\x6f\x47\x3e\xc0\xe0\xd8\xe7\xf8\x77\xfa\x25\x3e\xe3\x93\xbd\x98\x4b\x70\x66\xf6\x31\xfd\x93\x7a\x2e\x33\x71\xf1\xfa\x67\x5c\x62\x2b\xca\x91\x9f\xc1\xea\x21\x85\x4c\xab\xc5\xe7\xdf\xe2\x7d\x1a\xf9\x0f\x7e\xef\x1a\x71\x5c\xbd\x7d\x2f\x22\x5f\x64\x8d\x39\xed\x17\xe5\xd2\xde\x86\xff\xca\xa2\xfc\x1b\x78\x9e\x66\xfb\x64\x4d\x6b\xec\xc2\x7c\x98\x50\x77\x0f\xfb\x93\x69\x77\x3d\xc0\xfc\x52\x78\xf8\x04\xeb\x59\x82\x11\x54\xc5\x05\x80\xb2\xdb\x00\xbe\xac\xe3\xc2\xfd\xee\xeb\x68\x25\x8c\xc7\x17\x33\x13\xf4\xf3\xbb\xad\x1d\xe5\xb5\x98\xac\xc1\x15\xe9\x6b\x4d\x10\xf6\x97\xfa\x56\x97\x8c\xf3\xe4\xab\x5e\x21\xae\x8f\x5f\xaf\xd6\x62\x84\xbf\x39\xb7\xf1\xe0\xe7\xfe\x5e\xec\x78\xf9\x2d\xe7\x13\xae\xb7\x1f\x77\x53\x7f\x07\x97\x51\xcb\xea\xc4\xfc\xd2\x15\xc2\xb8\xec\xba\x72\x1c\x4f\x25\xe1\xfa\xa7\x91\x35\x12\xe4\x72\x16\xf3\x36\xb0\xf7\x02\xae\x17\x3e\x3d\x97\xf1\x9c\xec\xa1\xd8\x52\x42\xe7\xc3\x0d\x3c\x0f\x38\x07\xdc\x42\xb6\xde\xc2\x15\xb4\x4f\x96\x75\x14\xc3\x07\x3a\x76\x1f\xf3\xc8\xb8\xa7\x0f\xdf\x33\x74\x8c\x9f\xe3\x7a\xab\x68\xdf\x8f\x6a\x37\xc2\x5e\x83\x09\xd4\xff\x4f\xc6\xd4\xfe\xe2\x81\x14\xc9\x32\x7d\x7f\x7e\xf1\x40\x18\xbd\x13\x57\x86\xe7\xc1\xf6\xc7\xd9\xcd\xe8\xa6\xe4\x68\x50\x5b\xb9\x8b\xda\xf3\xbc\xd4\xde\xc4\x9d\x89\x84\x3e\x76\xa6\x9f\x3f\xa2\xb2\xd7\xcf\x10\xea\x37\x1b\x97\xd7\xcc\xb9\x92\xea\xc4\x90\x7f\xf2\x1f\x98\x1a\x3f\x8b\x7f\x1b\xf6\xfc\x69\xff\xe6\x3d\xfc\xcd\x03\xb1\x2e\x04\xf8\x96\x4a\xef\x31\x7f\x3a\x0d\xb0\x64\x80\xea\xd8\xaf\xf6\xa4\xf8\xe6\x7a\x03\x80\x17\x63\x01\xb6\xf4\x51\xbd\xfa\x88\x1a\x80\x87\xb5\x00\x09\x0a\x00\x0f\xf8\x01\x32\x4b\x28\xee\x77\xc8\x1b\xa0\xfb\x21\x40\xb5\x2f\xd5\xfb\x38\xcf\xdc\xef\xbe\x71\x10\xe0\x3e\x17\x40\xdf\x4a\x80\xfb\xb6\x00\x1f\x7c\x01\xee\x32\xf8\x35\x8b\x7b\xb3\xfc\x87\xf3\x4c\x9d\x9e\xbd\xf7\x7d\x8a\xc1\x39\x58\xfe\x47\x35\x83\xeb\xb1\xf8\xe7\x3f\xfd\x62\xf9\x1f\x2c\x9e\xcf\xe2\xe0\x3a\x7f\xe1\xfc\x7f\xc4\x23\x94\xe1\x81\x1c\x02\x98\x31\x09\xe0\xfb\x77\xaa\x67\xff\xb1\x17\x60\x71\x23\xc0\x40\x14\xe7\x9d\x13\xe0\xf9\x63\x80\x75\xb6\x14\xe7\xdd\xec\x00\xf0\xe8\x06\x40\x78\x3e\xc0\x83\x3b\x00\x71\x29\x00\xf7\x57\x01\x64\x5e\xa3\x78\x5f\x61\x0c\xc5\xb9\x39\x71\xb8\xf7\x05\xe0\x7c\x35\xc0\xdd\x2a\x80\xeb\xa9\xd4\xf6\xdd\x00\x78\x10\x4c\x31\x84\x5b\x63\xe9\xbf\xdd\xc2\xe0\x7b\x2c\xff\xe1\x17\xff\xe3\x2f\xfe\xcb\x7f\xe0\xdf\x91\xbf\xe3\xc0\xfa\x65\xc0\x68\x8b\xfc\xe2\x7d\x54\xfc\x69\x75\x6c\xff\x8c\x0b\xfb\x7b\xa6\x39\x54\xdf\x60\x6a\x25\xc0\xe7\xc3\x00\x36\x95\x00\xef\xc6\x71\xf6\x52\x80\x81\x5e\x00\xce\x39\xe0\xa9\x27\x80\x47\x18\xc0\xa3\xef\x00\x01\x62\x00\x0f\xae\x03\x84\x6e\x03\xb8\x77\x06\x20\xd6\x16\xe0\xee\x58\x80\xf4\x61\x00\xb7\xeb\x01\x8a\xcc\x01\x6e\x8b\xd2\x7b\xff\x5d\xe7\x00\x1a\x85\x00\xba\x6a\x00\x6e\x38\x02\xdc\x11\x06\x78\x9c\x00\x70\xd7\x14\xe0\x6b\xed\x6f\xdc\x9b\xcd\x83\x46\xa6\x5f\xcc\x2f\xfe\xcb\xbf\xf9\xcf\xde\x03\x3f\xf7\x3b\x0e\xac\xff\xbf\xf8\x1f\x0c\xef\x83\xe5\x39\xfc\x6d\x59\x9d\x08\x96\x37\x63\x6c\x40\xef\xf5\x4e\x6a\x03\xf8\x94\x02\x30\xb3\x84\xf6\xb1\xb0\xf3\xa6\x38\x9f\xb3\x2a\xc5\x79\xd6\x0c\x00\xf4\x36\x00\x6c\x8c\x04\xe8\xd6\x01\xd8\xfe\x18\xe0\xce\x33\x80\x58\x1e\x80\x5b\x06\xf4\xce\x75\xc7\x21\x80\xfd\x03\x00\x1d\xca\x00\x15\x05\x14\x07\xe5\x9c\x48\x3a\x62\x00\x3a\x84\x00\x3a\x8e\x02\x3c\xca\xe0\x9c\x0a\x68\xce\xb5\x31\xfc\x20\xb6\x0f\x10\xdb\xff\xe3\x17\xff\xe9\xf2\x5f\xfe\xc7\x32\xfe\x33\xbc\x87\xa2\xde\xdf\x71\x60\xfd\xff\x9b\xff\xc1\xf2\x20\x14\x8e\x32\x9f\x19\xde\x07\xcb\x7b\xf8\x15\x8f\x05\x00\x5f\xb6\x00\x98\xd4\x00\xbc\xad\x05\xb0\x8c\x01\xe8\xd7\x05\x98\x73\x95\xea\x5b\x38\xb9\x51\x5d\x87\x15\xbd\x00\xdd\x4b\x01\x7c\x7e\x70\x76\x2d\xda\x17\xa5\x73\x31\x40\xb4\x0e\xc5\x3d\x39\x71\xb8\x31\x0d\x80\x73\x92\x69\x6f\xa2\xcf\xde\x7e\x1f\xa0\x21\x14\xa0\xdd\x1b\xe0\x7a\x36\xb5\x7d\x5e\x00\xed\x0e\xb4\x8f\x14\x9b\x07\xe7\x18\xec\xbd\x8e\xc9\xdd\xea\x59\x7f\xfa\x5f\xc2\xe4\xc3\xdf\xfc\x87\xfd\x53\x7f\xc7\x81\xf5\x9f\xf5\x9b\xe5\x35\xb0\x3c\x88\xbf\x2d\xfb\x7d\xa5\x0a\x80\xef\x36\x00\x1a\xe7\x28\xde\x3f\x76\x3a\xc0\x9b\xb9\x00\x93\x7c\x00\x9e\x99\x01\xcc\x88\x05\xe8\x1b\x07\x30\x3f\x91\x73\x9a\xa1\xf3\xe3\x4e\x2c\x80\xd7\x7d\x80\x9b\x47\x01\x36\x27\x03\x5c\x7b\x4c\x75\x41\xda\xb9\x00\xf6\x3a\x51\x6e\x5c\xc1\x6e\x80\xab\x7c\x00\x9c\x13\xec\xd5\x20\x80\x46\x57\x8a\x79\x5f\xef\xa7\xb6\xef\x2c\xc5\xc5\xbf\xfa\xff\xe6\xc1\xd4\x6b\xfe\x99\xff\xe5\x0c\x3f\xe4\xc8\x05\xc6\x6f\x66\x6c\x0b\x99\xbe\x4a\xbf\xf8\x0f\x21\xbf\xe3\xa0\xfc\xfd\x4f\x3f\x59\x7d\x0b\xd1\x00\xc6\x32\xdc\x22\x56\xff\x82\xe5\x83\x48\xbf\x07\xf8\xa1\x03\xa0\x5c\x40\x79\x1f\xda\xa1\x00\xaf\x8c\xe8\xfa\xf9\xb8\x0b\x60\x5a\x34\xe5\x73\xcd\x4b\xe2\x9c\x9e\x01\x96\x35\x03\xdc\xfa\x06\xe0\x11\x40\xe7\x75\x20\x27\xaf\x93\x00\x22\xc5\x28\xe7\x85\x73\x2e\xb8\x72\x08\xa0\x60\x2c\xc0\xa5\xc5\x00\x15\x5b\x00\x2e\x19\x02\x34\x58\xd0\x3e\x60\xd7\xf7\xd3\x3e\x38\x4f\xfa\xa9\xc5\x1e\x53\x0c\x7e\xcd\xe2\xff\xec\xf8\x1f\xbe\xf4\xdf\xc7\x9d\xe5\x01\x64\x31\xbd\xbd\xd2\xfd\x7e\xc7\x81\xf5\x9f\xf5\x9b\xd5\xb7\xe0\x66\x34\x68\x58\xdd\x0b\xee\x25\xd4\x0a\xe4\x01\xfc\x7c\x00\x20\xd2\x01\xf0\x69\x02\x80\x74\x04\xc0\x80\x01\x80\xaa\x01\xc0\x93\x3c\x00\xfd\x3d\x00\x9c\x53\xe3\xc4\x53\x80\x6c\x53\xeb\x10\x80\x2e\x11\x80\x45\x12\x00\xd7\xe5\xe8\x3e\x7a\xd5\x1c\x80\xf3\xde\x70\x39\x9b\xea\x49\x5d\x74\xa4\xfd\xd5\x9a\xc3\x01\xf2\xc5\x00\x9a\x86\x01\x94\x3b\x00\x34\x25\x00\x34\x1a\x01\x34\x5c\xa7\xfd\x93\x38\xb9\xf1\x54\x07\xa0\x51\x01\xe0\xfb\x35\x80\x5a\x9b\xbf\xfc\x67\xd6\xbd\x42\x86\xbb\x98\xcf\xe4\x47\x36\x33\xd6\x19\x0c\x6f\x66\x1f\xc3\xff\xd8\x5b\xf2\x3b\x0e\x62\xcc\xfe\xf8\x37\xff\x03\x71\xf0\xbf\xf8\x0e\xff\xe4\x3d\x0c\x77\x06\x78\x6b\x0c\x20\xb4\x17\xe0\xa5\x2d\x80\xec\x24\x80\xbe\x06\x00\x0d\x2f\x80\x6e\x1f\x80\x71\xd5\x00\x9d\xbd\x00\xd3\x1e\xd1\xf9\x6e\x77\x01\xa0\xd5\x03\x60\x79\x1d\xc0\x65\x65\x00\x5f\x4b\x80\x0b\xc2\x00\x3b\x72\x01\xce\x5b\x00\x24\x58\x00\x34\x44\x01\xe4\x39\xd1\xde\x51\x65\x25\x00\x67\x16\x03\x34\xbc\x06\x38\x1d\x42\xd7\xc6\x7a\x43\x80\xa7\x57\x01\x4e\xbd\xa4\xf9\x70\x2c\xe3\xcf\xf1\x3f\xc0\xf0\x00\x7f\xe9\x7e\xbc\xfb\xef\x7e\x27\x31\xfa\x28\x2c\x1f\xe0\x9f\xe3\xfe\x07\xff\xe3\x5f\xfc\xa7\x5c\xe5\xdf\xbc\x87\xfe\x01\x80\x61\x46\x74\x3f\x10\x71\x00\xb8\x7f\x10\x40\x71\x0c\xc0\x6d\x67\xda\x27\xe7\x86\x3a\xc0\xc4\xe5\x00\x57\xa3\x00\x6c\x0e\x02\x5c\x3c\x0e\xb0\xb4\x02\xa0\x49\x94\xf3\xee\x0e\x70\xae\x0e\x60\xbb\x21\xc0\xe9\x8f\x00\x7b\x76\x00\xd4\x15\x03\x64\x77\x03\xd4\x6c\x06\x28\xbd\x03\x70\x72\x26\x00\xe7\x0d\xfe\x78\x2f\xc0\x0d\x5b\x80\xea\x76\x80\x27\x93\x00\xaa\x19\x2d\xa2\xa3\x4c\x2e\x1f\xd0\x63\xc6\x9d\x99\x27\x69\x0c\x7f\x92\xe5\x7d\x24\x30\x5c\xcf\x78\x66\x0d\xdc\xcd\x70\x5e\x77\x6d\xfa\x1d\x87\xff\xc9\x7f\xf8\x2b\x0e\x5f\x86\x51\xfb\x46\x85\x5a\xda\x65\x96\xae\x03\x5c\x3c\x00\xb7\x4f\x02\x48\x04\xd3\xfd\x4e\x2d\x19\xa0\x35\x86\x9e\x33\x9a\x3b\xa8\xae\x54\x43\x2f\xc0\xc2\x1d\x00\x67\x24\x01\xdc\x8d\x00\xea\x74\x01\xb6\x98\x02\x9c\xe8\x02\xd8\xdd\x0f\x50\x6d\x01\x90\x15\x0e\x50\x79\x0d\xa0\xe4\x01\xed\xf3\x75\x76\x26\x40\x99\x1c\xc0\xf5\x3a\x80\x52\x29\x80\x27\x4d\x00\x47\xf3\x00\x7e\x00\xc0\x01\x86\x2f\x99\xc5\xe8\xac\xa5\x30\x3a\x39\x89\xcc\x7c\x61\xf9\x2e\xbb\xaf\x51\xcb\xf2\x3e\xc2\x19\x1e\xea\x8e\xcf\xff\x88\xc3\xff\xc1\xff\xaf\x0c\xff\xe3\x8d\x3a\xb5\xec\xed\x09\xda\x75\x17\xe0\x6e\x01\xb5\x37\x98\xf9\xc5\x59\xd7\xa5\xa7\x03\x34\x17\x00\x68\xb6\x01\x34\x98\x03\x98\x5b\x01\xd4\x73\x83\xd8\x3c\x0b\x80\x13\x17\x87\xc9\xae\xb0\x06\x38\xb6\x9b\x4b\x3e\x60\x3d\x40\xd9\x4d\x6e\xdf\x28\x01\x80\xa3\xa9\x3c\x06\xe9\x3f\x00\x8a\x8b\x78\x2a\x8f\x94\x00\x1c\x1c\xc5\xf3\xac\xbe\x0f\xa0\x70\x0a\x4f\x5a\xbb\x01\xc0\xfe\xe3\x3c\xe6\x8f\x5e\x01\x14\xac\xe2\x3e\xfc\xe5\x2d\x40\xe6\x36\x5e\xec\xbb\x9c\x9c\xc8\x8d\x7d\x90\xe2\x5c\xb9\xf0\x1e\x52\xb4\xe8\x70\xec\x97\x14\x39\x74\x38\xd6\x9f\x42\xfa\x87\x4c\xe4\xd8\xe0\xb2\xa1\xd8\xf9\x72\x3b\xcf\x10\xac\x5f\x6e\x5e\x03\x35\xff\x97\x38\x7c\xdd\xcb\xf8\x1f\xc8\x8c\x7f\x26\xb5\xbd\x1f\xa9\xbd\xc3\xf0\x60\x6e\x58\x53\xdb\x12\x0c\x58\xf7\x3d\xaf\xce\xe5\x29\xb8\x0e\xe0\x54\xc7\x08\x59\x15\x3f\x80\xe3\xee\xc2\x9a\xe3\x2f\x02\x94\x6f\x10\xfb\x3a\x3b\x09\xe0\x48\x84\xe4\x52\xe7\x31\x00\x07\x17\x8e\x54\xf1\x75\x06\xd8\x7f\x44\x7a\x53\x78\x09\x40\xde\x22\x99\xf9\xa9\x73\x00\xb2\x2f\xcb\xb8\x1e\xe2\x9c\xb5\xc7\x4b\xb7\xd6\x9a\x02\xa4\x4f\x93\x1e\xdd\x52\x0f\xb0\xaf\x78\xe4\xcb\xfb\x1d\x00\xa9\x32\x23\x9d\x3e\x8c\x01\x48\xdc\x28\x85\x3a\xbc\xbb\xf5\x25\xb0\xce\x10\xf1\x51\x02\xfd\xdc\xa1\x2c\x7e\x96\x63\x83\x46\x89\x60\x3d\x76\xf3\x29\x11\xd4\xd1\xf1\xf7\x15\xc6\x78\xf8\x15\x0b\x22\x1f\xc6\x37\x8a\xaf\xf4\x7f\xc5\xe1\x07\xe3\xf7\x1b\x26\x0f\x9e\x67\x33\xfe\x6f\xa2\x6f\x87\x5d\x15\xbc\x58\x1d\x6a\xab\x12\xc6\xae\xd2\xcd\x03\xe2\xf8\xd6\x7c\xd6\x99\xf6\xcb\x39\xde\x2f\xfd\x84\x6b\x24\x40\x99\xbb\x42\xb6\x4c\x32\x3c\x38\xf8\x42\xb1\x47\x27\x67\xf8\xba\xfc\x43\xca\x81\x53\x56\x71\xaf\xc9\xfc\xac\x32\x6f\x01\x17\xaf\xc3\x3e\x21\x95\x50\x77\x1d\x7e\x48\x3a\xaf\xb2\x64\xeb\xb5\x11\x61\x71\xed\xca\xdf\xf7\x74\x09\xec\x8f\x79\xa1\xbc\x3c\x2f\x5c\x70\x4e\xb4\x86\xd2\xbb\x63\xdc\x82\x15\xbb\xe6\x2a\xad\x69\xfa\x2c\xb8\x33\x72\x97\x92\xe8\x6d\x19\x81\x57\x11\x8e\x4a\x96\xfd\xad\x02\x62\xa1\x35\x4a\xb5\x84\xf0\x17\x6d\xf3\x54\x4a\x26\x84\x6f\x20\x50\x4d\xf1\x13\x21\xbc\x83\x1b\x3e\x29\x46\x11\xc2\x6b\xb2\x3e\x5d\x41\x87\x10\xee\x4e\xaf\xf9\xf2\x49\x84\x70\x6b\x7a\x9e\x97\x1f\x4a\x08\x57\xa2\xfb\x16\x79\x13\x42\xb8\xa2\x56\xab\xc8\xc9\x11\x32\x7c\xf9\xdf\xfe\xff\x8c\xfd\xd3\xff\x17\x85\x43\xf1\xf6\x64\x8f\x81\x10\xe2\xbc\x37\xf5\x46\xa2\x0e\x6b\xab\x87\x12\xbe\x77\x37\x2d\x55\x41\xbf\xeb\xa2\x35\xb0\xfa\x51\xb9\x4b\x0b\xdf\x96\x8b\xdb\x74\x51\x17\xa3\x40\xd2\xc0\x47\x34\x14\x20\xbd\x56\xbf\x4b\x2d\x90\x7b\x58\x92\x92\xfe\x2e\xe3\xf7\xfc\xaf\x63\x97\xe9\xa7\xdb\xcc\x15\x5c\xbf\xf3\xa2\x7e\x90\xcb\x5b\xe1\x2b\xa1\xb5\x7a\xdd\x7e\x85\xa2\x6d\xdb\x95\xf5\x6c\x76\x06\x8a\xe7\x6d\x39\xac\x3b\x39\xbd\x45\xa2\x3e\x30\x53\x67\xc9\xd1\x62\xc9\xe5\xfe\xae\xda\x69\x67\x2e\x49\x26\xfa\xed\xd5\x16\xbd\xa1\x29\x69\xb0\xc1\x4d\xeb\xf3\xd3\x0c\x89\xc9\xbe\x77\xb5\x23\x7e\x9e\x15\x5b\xbb\xee\xb4\x56\x29\x21\x22\x79\xee\x2a\x63\x2e\x11\x22\xb4\x65\x95\xdc\x18\x1b\x42\x04\x8b\xdd\x1c\x47\xfb\x11\x22\xc0\xb3\x7c\xcc\xe8\x39\x84\x8c\x68\x72\xf1\x18\x35\x9e\x10\xfe\x09\xcb\x8c\x54\x93\x09\xe1\x7d\xef\xf4\x5a\xe5\x22\x21\xbc\xaa\x7f\xf3\x7f\x7e\x8d\xbf\x22\x1f\xd6\x4d\xba\xdb\x24\xb0\x5c\x7a\x6b\x02\xad\x92\x5c\xce\xd6\xc4\x3a\x4a\x83\x80\x11\xde\xcb\xac\x69\x30\xc6\xfa\x4b\xd9\x6a\x53\x8c\x60\x91\x39\xe5\x85\x64\x6f\x98\x8c\xb8\xcd\x5e\xd1\x29\x5f\x79\x0a\x00\x62\x23\xa7\x79\xca\xdb\x0d\x2b\x0d\x0f\x9e\xe2\xab\xaf\xc9\xff\x78\x9b\xd5\xe4\xbb\xd3\xc6\x8b\xfc\x0c\x30\x9d\x3c\xc1\xf1\x90\x78\x9f\xef\x50\xf3\xaf\x9e\x2f\xa4\x16\xae\x33\x9b\xf8\x78\xc7\x14\xe9\xdd\xee\xa2\x66\x8f\x93\x87\xc9\x4e\x59\x59\x6f\x5a\x51\x64\x23\x37\xde\x6d\x8c\xc9\x91\x9a\x36\xb9\x42\x57\x25\x13\xbe\xd6\x99\x72\xbb\x9c\x5f\x4c\xb8\xd9\xbb\x50\xf6\xba\xb3\x9f\xc9\x88\x4f\x09\x32\xfc\x4b\xa3\x27\x4c\x21\x44\xaa\xdc\x49\x6e\x5c\x3c\x21\xe2\x9d\x7f\xf3\x3c\x1c\x64\xf5\x3f\x11\x22\x1c\x61\xd7\xae\x97\x4d\x88\x50\x80\xed\x19\xbd\x0c\x42\x84\xc4\xe6\x1c\xd0\xae\x24\x44\x40\x8a\xf5\xff\x03\x2f\xe0\x73\x3f\x6f\x14\xc4\xea\xdf\xdd\x2a\xda\x1f\xe4\x06\xd1\xc0\xba\x49\x73\xc9\x58\xc4\xb5\xce\x96\x53\x7d\x8c\xaa\xf2\xa9\x58\xbf\x3d\x5a\x6e\x85\x3b\x48\xa1\xd7\x2c\xac\x2a\x66\x16\x51\xf5\xe9\x44\x1b\xca\x93\x88\x6c\xb2\xc7\x3e\xe7\xc1\x6f\xe7\xd7\x49\x2a\x01\x04\x18\xd8\x27\x68\x78\xf2\x86\x78\x4d\x98\x17\x3e\x91\x57\x38\x71\xa5\xcf\xdc\x95\xb6\xd6\x52\xe1\xce\xfb\xe6\xf0\xae\xe8\x93\xf1\x71\x0a\xb3\xee\xdc\xd4\x26\x6f\x32\xbf\x69\xb6\x6d\xec\x48\xc5\x11\x76\x0a\x33\x1f\xe5\x0e\x2a\x2d\x98\xab\x37\xe3\xc6\xb1\xa3\xca\x32\x36\xa6\x56\x83\xcd\x73\x95\xc7\xce\xfe\x66\x65\x76\x37\x45\xc9\x63\x76\xbe\xd5\xf8\x37\xa3\x15\xae\xcf\x16\xb6\xe2\x25\x44\x6e\xd1\x0c\x89\x69\xbb\x08\x91\xde\x66\xd9\x32\x45\x8b\x10\xa9\x31\x96\x2a\x93\x4a\x08\x91\x70\x9b\xf6\xde\x5c\x8a\x10\xf1\x65\x53\x89\x99\x0c\x21\xa2\x83\x53\xe7\x9b\xf4\x13\x22\x2a\x67\x71\x7c\xc2\x02\x42\x84\x6f\x7f\xce\x1f\x82\x3b\xe0\xf3\x2b\x52\x58\xed\xec\x0e\x57\x46\xfd\xfa\xeb\xe1\xfa\x58\x25\x6c\xae\x9f\x88\xd5\x9f\x7a\x45\xca\xfb\xa9\x76\x9b\x8d\xf6\x08\xb1\x45\x54\xa5\x20\xd2\x01\xef\x33\xa7\xfb\x39\x62\x5e\x24\xaa\x2c\xc1\x78\x45\xfa\x39\xe3\xed\xc3\x2d\x6e\xae\xb8\x6e\xfa\xe8\xbb\xf5\xf0\x07\x02\xac\xf9\xea\xe6\xa7\x14\xcf\xe5\xe6\x1c\xea\x5a\x31\xb6\x41\xe0\xc2\x02\x47\xe7\x86\x99\xfb\xc4\x6f\xcd\x9d\xb3\xf4\xe3\xb2\x8d\xd2\xca\xb3\xec\x96\x4a\xfb\x89\xc8\x7c\x9e\x2e\xbb\x44\x6f\x97\xa6\xdc\xec\x29\x39\x8b\x6d\x33\xeb\xe4\x05\x27\x3d\x74\x1a\x57\xd6\x24\x6f\x6c\xae\xb1\x68\x41\x63\x97\xbc\xf2\x44\x2e\xc7\xf2\xce\x1f\x72\xee\x66\x21\x8e\xae\xfd\x86\x32\x77\xcd\x0e\x2f\x3c\x47\xc8\xc8\x6d\x26\x3f\x1c\x3c\x09\x91\x5c\x62\x72\x77\x9e\x00\xc7\xff\x09\xeb\x6c\x2e\x12\x22\x96\x6f\xfc\x7d\xb6\x12\x21\xa2\x75\xe3\xc9\x8c\x5b\x9c\xf9\x33\xfe\xbd\xe5\x57\x42\x84\x3f\x8d\xbb\x36\xf5\x1b\x21\x42\x2f\x9f\xe5\x4a\x61\xf5\xb3\xbb\x5b\x1d\x71\x9b\x6b\x8a\x34\xcf\x9b\x9d\x69\xd5\x98\xe5\xff\x54\x0c\xce\xa3\xf8\x37\x71\xc4\x7a\x7b\x81\x21\xc5\x87\xd3\x56\xbb\x22\x3e\x1e\xef\xb3\x02\xeb\xb4\x91\x8d\xee\xb8\x7e\x6c\x65\x74\x33\xbc\x19\x75\x76\x57\x29\x1f\x54\xa7\x5f\x7c\x69\x83\x83\xb4\x11\x80\x6d\xc3\xfa\x73\x3a\x63\xf9\xe2\xad\xd4\xbd\xee\x4d\x39\x27\x32\xdb\x42\xd5\x4b\x6a\x91\xa4\xd8\x4d\xb3\x51\xeb\xb6\x79\x2f\x96\xd0\x33\x1e\xe5\x59\x1b\x3e\x4a\xd2\xc8\xe8\xb9\xc7\xc5\x34\x23\xc9\x93\x06\x9e\x6b\xb3\x8e\xc6\x49\x36\xe9\x95\xbb\xd7\x9d\x6d\x93\x8c\xd2\x4d\x73\x9f\xd5\xd1\x2b\xf1\x58\x57\x66\xcd\xd9\x17\xc3\xc5\xf7\xe9\xda\xad\xf1\x22\x44\xd4\x4f\x27\xc5\x6d\x07\x21\x22\x3c\x3a\x51\xce\x17\x08\x11\x76\xd4\xbe\xb3\xc4\x8a\x10\xa1\x39\x5a\x77\x17\x7d\x21\x44\x70\x8e\xd6\x13\x47\x61\x42\x04\xb9\x35\x67\x3b\x34\x10\x32\x22\x55\xcb\x71\xde\x42\x42\x46\x1c\xbe\x6f\xab\x8d\xf3\xfe\x86\x8e\x09\xfa\xd7\xfc\x75\x3a\xea\x1e\xd5\x67\xd1\x7e\x50\xbf\xf8\x3f\xd7\xa9\x6a\x70\xbe\xbd\x1b\xe2\x35\xfb\xaa\x56\xe1\x3a\x99\xb0\xd7\x73\x14\xf5\xdf\x1b\xab\xcb\x5b\x5f\xf9\x62\x75\x75\x83\x2e\xc5\x4d\x57\x3e\xdd\x84\x55\xe4\x05\x99\xdb\x50\xbf\x7b\xb6\xc8\xf6\x07\x82\x13\x01\x2c\xee\x05\xdd\x54\x0b\xe1\x7a\x6e\xec\xbd\x6d\xbe\x69\xe9\x88\xd7\x86\xe3\xb7\x29\xdb\xfb\x0a\x5a\xe9\xb4\x6f\x6d\x5c\xeb\x28\x34\x4e\xd3\x78\xcb\xe7\xe0\x1e\xa1\xc6\xd1\x06\x5b\x36\xef\x4d\x11\x7a\x30\x4a\x6c\x73\x64\xf1\x68\xa1\x1a\xd5\xc0\x4d\x29\xf5\x85\x42\x26\x2a\xdb\x02\xdf\x5f\x17\x14\x0c\x55\xfe\x19\xe8\xf2\x54\x59\x60\xb9\xca\xd4\x40\xad\x9f\xfe\xfc\xad\x2a\x81\xbe\xd7\x08\xe1\x37\x51\x7e\xbb\xee\x15\x21\x7c\x8b\x95\x06\xd7\x1e\x27\x84\xd7\x41\x65\xc1\x6a\x57\x42\x78\xbf\x28\xd7\xad\x90\x24\x84\x77\xaa\xf2\x5e\x97\x70\x42\x78\x6e\x28\xaf\x5f\x96\x44\x08\xcf\x9e\x0e\x27\x73\xac\x2b\x5f\x52\xa4\x7d\xa1\xea\xa3\xed\xf7\xe0\xba\xff\x74\x31\xa2\x44\x87\x6f\x2f\x47\x1d\xa0\x82\xb1\xee\x88\xa6\xa6\x3d\xa2\xfc\x9f\x84\x41\x5f\xe4\xcd\x45\x33\xfe\x06\x9b\x6c\xc6\xea\xea\x46\xee\x6d\xb8\xbe\xb8\xaf\x0b\x46\x3c\x78\x89\x6c\x18\x9e\xbc\x6c\x24\x29\xfa\x60\xfc\x6a\xb7\xc9\x10\x49\x00\x83\x8e\xdd\xb3\x65\x0f\x0e\x79\xa6\xd1\x18\xbd\xde\x68\x09\xf7\xa0\xda\xc2\x68\x27\x9b\x28\x9e\x48\xa5\xd2\xa8\x2f\x2b\xbd\x78\xd2\x15\x78\xa3\x76\x6d\xbd\xc1\xb3\x4e\xf6\x67\x94\x70\x22\x37\xf7\x29\x99\x9c\x5d\x09\x45\x73\xb8\x72\xa5\xdf\xed\xfc\x5c\xa7\x33\x7c\x82\xf4\xc0\x4e\xab\xb6\x67\xc3\x24\x65\x7e\xee\xf4\x78\x2c\x03\x20\x5d\x19\xe9\xf1\xad\x03\x60\x64\x4a\x48\x26\x67\xef\x93\xdc\xba\x15\xf1\x7c\xb1\xc5\x81\x2d\x68\x2b\x37\xd6\x73\xac\x88\x8e\x2f\xea\x44\x88\xf2\x78\xe1\xfd\x6e\xa1\x9c\xb5\x88\xff\x5e\xd6\xb7\x46\xde\xca\xe9\x54\x3a\xee\xc7\x88\x33\xee\x8f\x47\x1c\x57\x61\x42\xef\x7f\xe9\x89\xdf\xcf\x48\xda\x80\x79\x9e\x14\x12\x80\x75\xfd\x68\xc5\xad\xe8\x57\x08\x50\x9c\x38\x70\x68\x28\x56\x8b\x3d\x0b\x22\xd1\x6f\xd7\x29\xd1\x08\x4f\x39\x4c\xa2\x7c\x81\x69\x5b\x13\x30\xce\xba\x66\x7b\x11\x4f\x56\x16\x4f\xcd\x15\x11\x02\x90\xf9\x90\x7a\x45\x6b\xee\x10\x97\x91\x3b\xf7\x29\x58\xed\x03\x90\x80\xd4\x46\x17\x5d\x00\x51\xc5\xd4\xd0\x80\x97\x00\xc2\x8a\x29\x97\x63\xef\x00\x08\xac\x48\x51\xcf\xef\x00\xe0\xdf\xbe\xd7\xe2\xf8\x5a\x00\x3e\x85\x64\xe1\x2b\x73\x01\x78\x62\x92\x2c\x1f\xe8\x02\x70\x9b\x24\xa6\x7f\x1c\x0b\x30\x7c\xf7\x9e\x30\x7c\x57\x0c\xde\x85\xbc\xe3\x21\x89\x61\x14\xef\xbf\x13\xc2\x85\xf6\x44\x10\xc5\xf7\x96\x6e\xa6\xb8\xbf\xa5\x3f\xea\xf1\xb1\xfe\x57\x7b\xb8\xd1\xf5\xbf\xca\x03\xfb\x37\x14\xf4\xfa\xe2\xb8\x67\xbe\x0e\xc0\x7c\x4f\x26\x5b\x71\x1f\x8d\x2e\xa0\x7e\x87\x0e\x0d\xc3\xfd\x74\x73\xfb\x4e\xac\x8a\xaf\x37\xa0\xdd\xe6\x57\x26\xc5\x21\xfa\xea\x64\x9b\x88\x7f\x67\x0e\xd0\xfe\x39\x66\x12\xe9\x88\x77\x8c\xd6\xcd\x46\x7e\xa6\xc0\x8f\xfc\x4f\x43\xd5\x00\x78\x1f\x15\xa8\x2b\xde\x03\x18\xfe\xbd\x40\xd3\x6c\x3e\xc0\x90\xf2\x02\xde\x05\xd8\x91\x28\xbf\xd3\x1b\xf1\x99\x7c\xe5\x48\x1c\x99\xbc\xed\x59\xb8\x12\xe5\xda\x52\xdc\x3f\x67\xd8\x05\x44\xa0\xb3\x15\xe9\xcd\xe9\xac\xa6\x37\xf8\x0e\x98\xc1\x9c\x85\x92\x99\x7b\xbc\xf1\xcc\x7d\xff\x18\x06\xcf\x8b\x62\xf0\xde\xf0\x18\x6a\x43\x1c\x39\xf6\xf8\xf3\x95\x78\x2e\x2c\x5d\x41\x79\x5f\x45\xfe\x14\x4d\xcc\x66\xc6\x3b\x99\x50\xbf\x63\x0e\x86\xa1\x5e\x41\xb8\xed\x4e\xdc\x4f\xb6\x26\xc7\x20\xaa\xb0\x21\x2b\x0e\x9f\xc2\x43\x31\x19\xe7\x83\x73\x5b\x2a\xe6\x81\xfd\x26\xca\x13\xb0\x8c\xa7\x7c\x18\xa3\x76\x84\x35\x40\x31\xa7\x10\x79\x37\x5c\xf3\x0f\x33\xb8\xf7\x11\x22\x83\x3b\xec\x51\x71\x63\x6e\xfc\xec\x60\x8f\xb8\xf7\xe1\x7e\x4f\x3c\x91\x1d\x9e\x4b\x3b\x53\x15\xdb\xa5\x21\x32\x76\xe8\x4a\x09\x66\xd6\x21\xde\x06\xe4\x43\x14\xc5\xdc\x4a\xa5\x4f\xfe\x12\x57\xb8\xc2\x49\xd4\x3f\x96\x17\x93\xc1\xe0\x98\xa9\xda\xd4\x26\x31\xb8\xde\x1e\x86\x0f\xb3\x7b\x28\x41\xfd\x07\x7a\x7b\xfa\xa0\xe5\x26\xc4\x67\xb3\x03\x82\x10\xbf\xdc\x67\x42\x75\x80\xe2\x8d\x76\x61\x9e\x47\xba\xc7\x08\x72\x6c\xd0\xf1\x78\xc4\xbd\x03\x3c\x92\x31\x0e\xde\x8d\xfb\xb0\x9f\xde\x8a\xde\x4c\xfc\xb9\x45\x49\x94\x0f\x33\xc7\x28\x1f\xd7\x87\x49\x17\x0b\x51\x8f\x4e\xdf\xec\x30\xbe\x99\xc9\x58\x96\xae\xa0\xfe\x1f\x5b\x48\x6d\x95\x1d\x65\x68\x1f\x23\x54\x07\xe3\x98\xbe\x2d\xde\x94\xaf\xfc\x41\x19\x89\xc7\xe4\xb7\xe3\x3d\xfe\x63\xf3\xf6\x22\x93\xa4\x32\xa4\x18\xff\x42\x85\x5a\x3d\x9e\x74\xcb\xbd\xaf\xe3\x99\xbf\x2c\xf9\x09\xee\x6c\x65\x13\x7e\xe0\x48\x14\xc7\x51\x3f\x0f\x30\xfd\x2f\xf2\x99\xfb\xdd\xd9\x0c\x0f\x22\x9d\x9f\xfc\x83\x37\x54\x5c\xb3\x15\xf7\x7f\x56\x07\x69\x5f\x12\xe5\x7d\xc5\x27\x51\x9e\x5b\xb4\x62\xc2\x72\xba\x0e\x24\xe1\xf7\x37\x55\xa5\xe2\x7a\xe8\x53\x94\x89\xf7\xb7\xdd\x47\x53\x3e\xcc\xb2\xee\x02\x3c\x97\x3a\x7c\xa7\x7d\x83\x58\x5d\x1c\x93\x73\x25\x78\x0e\x19\xe3\x5d\x89\xe7\x0a\x89\xa7\xd5\x94\x07\x02\xb5\x0c\xde\x5b\xaf\x28\x85\x3b\xf5\x29\x5f\x43\x44\xfa\x4e\x79\xd3\x93\x58\x5d\x1d\xe5\x3f\xd4\x35\xd2\x4e\x6d\x75\x3f\xe8\x0a\x53\x37\xbb\x10\x77\xe0\x5a\xf3\x1a\x44\x48\x6b\x02\x5a\x50\xf7\xa0\x46\xf4\x21\xf2\x41\x4e\xea\x7c\x40\x05\x83\x2a\x46\xd7\xa0\x8c\x99\x17\x47\x0e\x52\x7b\xb0\x80\xda\xfd\x49\xff\xcc\x9b\xbc\xf2\x50\x9c\x0f\xe9\xa2\xbb\x30\xba\x89\x1f\xf6\x20\x2f\x2c\xfa\x6c\x92\x2e\x20\x1f\x94\xf6\x03\xdb\xba\x27\x03\xfd\xf2\x0b\xca\xc5\x7d\xd5\xd3\x90\xf2\x03\x96\x5f\x2d\xc4\xb8\x39\x39\x50\x1e\xd0\xdc\x4b\xa5\x98\x17\x53\xed\xcb\x70\x34\xc7\x7b\x50\x7e\x84\x9a\xe1\x49\x44\x2d\x45\xbc\xeb\x19\x7c\x93\xaa\x58\x00\x9c\x4f\xa6\xba\x28\xe7\x85\xf5\x31\xcf\xcf\x5b\x52\x05\xbb\xc6\x24\x57\xdc\xd1\x1b\x9f\x52\x3c\xaf\xa1\x97\xae\xb8\x8d\xff\x1f\x63\x5f\x1e\x57\xe3\xda\xbd\x7f\x35\x4f\x94\x92\x21\x43\x64\x16\x51\x99\x89\xcc\x73\x83\x90\x0c\xa5\x41\x88\x52\xc8\x9c\x06\x19\x4b\xa8\x14\xa2\x28\x43\x42\xa9\x84\x26\xcd\xa1\xa8\xcc\x43\xc7\x94\x99\x64\x38\xe6\x73\x38\xcf\xef\xf3\xac\xf5\x6c\xa9\xf7\xbc\xef\xef\xfb\xc7\xf9\xac\xb3\xb7\xdd\xde\xcf\xba\x87\x75\xdf\xf7\xba\xae\xfb\x5a\x59\xb1\x84\x7f\x17\x46\xb2\x22\x47\x41\x15\xdf\x48\x2f\x30\xbe\x4f\x15\x5d\xf2\x9d\xde\xd3\x3d\xf8\x1c\x69\x5e\x64\xec\x65\x2b\xe3\x0b\xfd\xd2\x8b\xf9\xc1\xf6\x28\xdd\xd3\xd8\x1b\xc3\xfd\x1e\xb6\x78\x07\xf1\xf9\xb6\x9a\x46\x92\xda\xc8\x86\x8e\x51\x87\x40\xb8\x37\xd7\x0b\x92\xf1\x80\x16\x19\xb3\xdf\x73\x2e\x33\x3f\x62\xd6\xbd\x44\xc2\x89\xa7\xa4\x48\xba\x38\x3e\xa7\x89\x1f\x30\x78\x49\x3a\xe9\x45\x19\x5f\x63\xbf\xdb\x1e\xcb\xa5\xf1\xa0\x35\x90\xf5\x42\x80\x52\x49\x0f\xe4\xb2\x6d\x63\x8a\x14\x97\x4d\x7b\x10\xa2\x7a\x39\x79\x54\x21\xdb\x59\x84\x2c\x5f\x12\x96\x50\xa4\xb9\x64\xc9\xcc\x9d\x4b\x02\x47\x9c\x4b\x86\x29\xc4\xab\x2a\xfd\xc9\xca\x04\x25\xfa\xb7\x98\x01\x59\x51\x4d\xbc\xaa\x0b\x7f\xfd\xa0\xf1\x53\x38\x8c\xfd\x95\xb5\x8b\x8c\x2f\x24\xd3\xd1\x61\x5e\x4c\x84\x6d\x38\x11\xca\x43\x96\xec\xa2\xde\xd8\x34\x3a\x9a\x4e\xdc\x7e\x36\x5c\x5d\x62\xb5\xd1\x11\x3a\x77\x2c\xee\x96\x40\x71\x72\x81\x3f\xf3\x80\x9c\x83\x52\x48\x6f\xcd\xee\x63\x1a\x8d\x9b\x49\xcb\x32\x68\x1d\x18\x3d\x38\x9b\x78\x76\x03\xdf\xe6\x52\xfb\x19\xad\x64\x5e\x48\xeb\x1a\x66\x6b\x68\xb4\xba\xdc\x99\xfd\xbf\xba\x8f\xed\xb5\x67\x8d\x69\x66\x5d\xe3\x00\x8b\x1b\xbe\x5c\xd1\xf4\x86\xcb\x74\x62\x28\xde\xf8\xe1\x49\x2b\xf8\xf5\x43\xeb\x5f\x91\x35\xdc\x43\xfe\xdf\x50\x48\xa4\xf9\x71\x3d\x20\x8f\xf8\x52\xd7\x4c\xaf\xd3\x8a\x76\xad\xed\x73\xba\xdf\x5f\xf1\xf1\x0b\xfd\x62\x19\x61\x8f\x40\x49\x57\xf6\xbb\x48\xaa\x9f\x94\x57\xc4\x36\xeb\x08\xe5\xeb\x06\xec\xc9\x21\xff\xa3\x63\x08\xe7\x0f\xf0\x62\x1e\xd0\x1a\x2d\xee\x6f\xef\x9b\x27\xa8\xdf\xdc\xcb\x53\xa8\x1f\x5d\x0b\x79\x9c\xdb\xeb\xa7\x53\xe6\x65\xea\xb9\x2c\x62\x75\x4d\xd4\xe4\x3a\x59\x23\xc2\x78\xbc\xf7\x0b\xbb\x40\xfb\xeb\x6e\x56\x5c\x2f\xaa\x95\x75\x39\x7d\x8f\x7a\x97\x6b\x52\x06\xe7\x8e\x3c\xdb\x3f\xb2\x1a\x91\x72\x42\x65\x06\x9f\x64\xef\xb9\x33\xc3\xf9\x5e\x35\x9f\x58\xee\xeb\xbb\xf3\xeb\x1f\xeb\x34\xf9\xf3\x3c\x53\xff\x88\x49\x20\x05\x8f\x3f\xe2\xb2\x89\x2f\x55\x99\x59\x4e\x27\x9a\xca\x61\x55\xa4\x1c\x7a\x67\xcb\x9f\xf4\xfe\x4d\xbf\xbf\xe9\x49\x64\x75\xa5\x64\xf5\x93\x4a\xa4\x4a\x1c\xc5\xc4\xb3\x0c\x16\xe2\xa8\x1b\xd6\xdb\xc4\x53\xab\xad\xdd\x79\x82\x58\x8c\xcb\xab\x92\x69\x76\x7a\x9d\x4d\x23\xde\xb1\x5b\x45\x06\xad\x6a\xce\xc6\x99\xd4\x8f\x33\xa7\xf2\x38\xb7\xd9\x5e\x40\xe7\xb4\xf1\x9b\xcf\x4b\x3a\x20\x25\xf4\x7d\xbd\x51\x46\x7c\x80\x2e\x4d\xae\x52\x6f\xb5\xec\xc8\xfa\x38\xea\xdb\xef\x06\xb3\xff\x0f\xa5\x9b\x4d\x4f\x9e\x68\xd2\xbf\x3c\x09\xeb\x40\x3b\x90\x27\x1b\x07\xd3\x09\xee\x69\xf8\x64\x7a\xa2\xa7\x5d\x99\xe1\xf9\xb4\x92\x57\xf0\x27\x6e\xac\x58\xf7\xe4\x24\x33\x78\x1e\x57\x9d\xa1\x76\x79\x32\xbb\x94\x7a\xe2\x71\xd2\x3d\x1a\x99\x0f\x8f\x72\xee\xf4\x61\x3c\x6b\x09\xcb\x74\x62\x6e\x4b\x71\xf3\xda\x3f\x6c\xb9\x4e\x90\x8c\x07\xe5\x5f\x78\x92\xe2\xfc\x6a\xb3\x54\x8a\x17\x4b\x13\xb8\x0e\xde\xc2\x84\x4c\xfa\xd5\xb9\x6f\x73\x68\x15\x77\xf8\x59\x40\xab\xfd\x0c\xa7\x8b\xc4\x27\xb3\x1e\xc1\x51\x6a\xac\x43\x19\xeb\x80\xe8\x5f\xa5\xef\x33\xa9\x61\x3e\x50\x67\xf3\x3b\xa4\x86\xd5\x7c\xdd\x3d\x8a\xfe\x2a\xd9\x8f\xa4\x9b\x5e\x2f\xa4\xf5\xe2\xcd\x6d\x75\x7a\xa7\x66\x7e\x3b\x5a\x99\xdf\x24\xb3\xc2\x6b\x4d\x23\x2b\x9a\x1f\x35\xbd\xe7\x90\xbf\x6f\x97\xae\xa6\x13\x7c\xf5\xdf\x1c\xc9\x6b\xe6\x73\x3d\xad\x37\x72\xa9\x14\x17\x6b\x52\x2f\xd0\x8c\xae\xbe\x7c\x9b\xda\xef\x8d\x6f\x35\xf3\x1b\x2a\xbe\xd2\xdf\x3d\xff\x20\x10\xcf\xac\x4a\xaa\x13\x24\xd3\x89\xe1\x76\x59\xf7\x3e\x85\xce\x95\x3e\xc5\xcc\xef\x5c\xfe\x3e\x83\xe2\x82\x97\x07\x8f\x73\xb7\x0f\xf9\x74\xae\x72\xf9\x54\x57\x17\xc8\xb6\x5d\x19\xe5\x1d\x2c\xab\x58\x17\x68\x64\x31\xfb\x3d\x60\xc9\x2d\xba\x98\x64\xec\x71\x97\xf6\x19\x9d\xbe\x3c\xa2\x7c\x4d\xf3\xf7\x4f\x89\x57\xa3\xda\xea\xe5\x39\xf6\xff\xad\xb4\x5e\x7c\xe9\xae\x4c\x15\x71\xbf\x86\xf1\xcd\x9f\x2f\xb7\xfa\x50\x7f\x7e\xd3\x9d\x40\xb9\xd0\xef\x87\x66\x53\xdc\xfb\x3e\x8c\x95\x1e\xbf\x04\xb3\xe2\xd9\xb7\x16\x5c\xe9\xef\xdb\x10\x5e\x99\xbe\x9c\xe3\x0a\x6e\xdf\x3e\xdd\xa2\x1d\xee\x57\xd5\x67\xf4\xf7\x9f\x92\x3f\x53\x66\xec\xa3\x54\x89\xe6\x97\x1e\x4a\x09\xdb\xaa\x63\x42\x3d\xfe\xc3\x2f\xfe\x87\x84\xfb\xff\xd2\xbf\xb0\x97\xde\x1f\x5a\xf7\xf3\x03\x47\xfd\x86\xf7\x5f\x02\xc6\xe4\x01\x1f\x5b\x03\x96\x95\x40\xf5\x29\x60\x9a\x0a\xf0\xc2\x00\x70\x3c\x02\x3c\x7e\x0f\x2c\x1c\x01\x3c\x78\x08\x78\x1f\x64\x1d\x0f\xbf\x32\xa0\xd2\x00\x08\x0a\x03\x6e\xaa\x02\xe1\xfb\x19\xef\x8c\x7e\x06\x5c\xcf\x02\x4e\x24\x03\xe2\xe8\x4a\xb7\x67\xcc\xff\xa2\x01\x70\xd3\x0b\xb8\xab\x00\xaa\x5e\xf4\xdc\x10\xb8\xa5\x00\xfc\xf0\xac\xc5\xbd\x2f\x4a\x77\xaf\x65\xfc\x07\x19\xff\xe3\xac\xe4\x53\xfd\xfb\xef\x89\x7b\x6a\xf3\xf6\x32\xff\x65\x7e\xcb\xf4\x2e\x64\xba\x06\x32\xdb\xd3\x8e\xf3\xd8\x26\x46\xb5\xed\x41\x78\xbf\x3e\xf0\x29\x11\x18\xd1\x1f\x78\xd7\x18\xb0\xf0\x07\x5e\x5e\x06\xa6\x3a\x02\xcf\x4c\x01\x87\x2f\xcc\x73\x99\xfb\x99\x71\xbe\xc5\x6f\x80\xbb\x7f\x03\x6b\x67\x03\xb7\xae\x02\x9b\xaf\x00\x57\x6e\x01\xa1\x81\x8c\x7b\x8a\x2b\xf5\x15\x47\xe0\x58\x34\x70\x25\x1d\xc8\x78\xc6\xb8\xf7\xc5\x1a\xe0\x6a\x29\x70\x27\x1d\xb8\xb2\x12\x78\x31\x03\xb8\xe6\x0b\xfc\xf4\x01\x2e\x49\x77\x92\x65\x3c\x18\x19\xff\x21\x7d\xd9\xff\xf6\x5f\x86\x7f\x0b\xbf\xf1\x1f\x64\xfe\xcb\xf0\xfc\x5f\xfa\x17\x92\xed\xfa\x13\x10\x2e\x03\xdd\x03\x81\x9f\xdb\x01\x93\xdd\xb5\x78\xff\x87\x97\x80\xb9\x0d\xf0\xa6\x1b\x30\x56\x9b\xef\xf5\x4e\x2a\x04\x1e\x3b\x01\x33\xdb\x02\x0f\x55\xb8\xee\xc3\xdd\x1d\x80\x97\x39\x70\x47\x03\xf0\xf1\x00\xc4\x59\x25\xee\x60\x2b\x46\x03\x3b\x8a\xb9\xff\xf7\x0b\x40\xc5\x00\xe0\x84\x1d\x50\xbe\x94\x6b\x19\x54\x84\x89\x3b\x03\xe0\x72\x25\x70\xcb\x0e\xa8\x70\x07\xaa\xf5\x80\x2b\xed\xe9\x6e\x61\xed\x38\x90\xf0\x2b\x19\xee\xf9\x1f\xfe\x0f\xab\xeb\xff\x51\xab\xda\x76\x90\xf1\x1f\x3a\x49\x7a\x0f\x32\x1e\x40\x7b\x83\x7a\x56\xfc\xcd\x83\x40\x97\x55\x3c\x0e\xc4\x85\xe1\x73\x0f\xa0\x57\x26\xf0\x6e\x0c\x30\xa0\x86\x71\xce\x91\x4e\xc0\xd3\xf1\x5c\x07\xe4\xc1\x15\x71\xaf\x09\xfc\xf1\x91\xf9\x0f\xb7\x05\xe6\x49\x5d\xdf\x08\xac\x12\xfd\x97\x07\x02\xd3\x00\x71\xcd\x0b\xdd\x27\xee\x96\x80\x7d\x1e\x40\xa9\x39\x90\x50\x0d\x94\x76\x04\x32\x14\x80\xcb\x69\x40\x69\x7f\xe0\xf2\x20\xa0\x72\x25\x70\xd9\x08\x78\xf3\x00\x28\x0d\x03\xfe\xf1\xa9\xd5\x3f\x90\xcd\x83\xfa\xfc\x97\xe3\xf9\x75\xfd\xff\x9f\xfc\x07\x89\x43\x21\xd3\xbf\x90\xf1\x1c\xea\xd8\xa3\x80\x81\x1b\xd7\x35\xe8\xf4\x16\xf8\x68\x09\xf4\x30\x06\xde\x64\x00\x7d\xce\x00\x2f\xa2\x00\xf3\x07\x40\xd5\x15\x60\x9c\x3e\xcf\x83\x29\x29\xcc\xf3\x11\x0f\x2a\xd7\x06\x03\x6e\x71\x8c\xf3\x7b\xa7\x30\x8f\x63\xdd\x16\xee\xeb\x6d\x55\xc0\x45\x0f\x6e\x07\x71\x15\x16\x57\xb2\xe2\x67\xc0\xd9\x85\xc0\x45\x2f\xa0\xe4\x1a\x20\x06\xf5\xca\x56\xc0\xc5\xa6\x40\xb5\x12\xe3\x65\xc2\x06\x20\x57\x9a\x17\x67\xab\xeb\xf9\x2f\xd5\xb9\x88\x97\x74\x83\x0e\x49\xf7\xe0\x63\x25\x5d\x84\x98\x7f\x6a\xdb\x41\xc6\xff\x68\xfe\x5f\xea\x9f\xc8\xf8\x10\xe2\xeb\x7f\x7e\x02\x7a\x13\x81\x6f\x83\x80\xd6\x17\x81\xf7\xee\x40\x17\x6b\xe0\xd5\x32\xc0\x64\x1c\xf3\x5e\x06\x68\x02\x0f\x9c\x80\x91\x63\x58\xd7\xc3\x4a\x03\xb8\x96\x0f\xcc\x98\x00\x94\x7d\x06\xe6\x7e\x00\x2e\x8d\x05\x96\xee\x06\x4a\xf4\x00\xff\x04\xe0\x42\x2f\x60\x9b\x01\x50\xd4\x15\x88\xb2\x05\x8a\x87\x03\xc7\x95\x81\xc2\x20\x20\xe3\x10\x50\x34\x06\x28\xdd\x06\x14\x8d\x07\xee\x45\xf0\xe9\xa4\xfa\xa8\x78\xaa\x60\x2d\x92\x0c\x9d\x7f\xf7\x5f\x36\xee\x7f\xf1\x1f\x24\x5d\x84\x7d\x52\xad\x0f\x19\x0f\x40\xf8\xad\xfe\xcb\x2f\xfe\x87\xc4\xfb\x90\xf1\x20\x34\x55\x00\x61\x0d\xa0\x71\x10\xf8\xa9\x05\x68\x5f\x63\x6e\x92\x2e\xad\xe2\x80\x7e\x24\xf0\xfc\x01\xd0\xf5\x15\xf0\x48\x13\xe8\x65\xc5\x78\x9f\x18\x3f\x6f\x76\x07\xc6\x55\x00\x15\x73\x01\xdb\x93\xc0\xc5\x0b\xe2\x9e\x1c\x38\x1f\x0d\x78\x66\x03\x45\xcf\x00\xdf\x58\xe6\x35\x6c\x4d\x01\xc4\x5d\xd9\xde\x5e\x40\xae\x3d\x70\xd4\x90\x75\x0e\x32\xb4\x99\xf7\x54\xe2\x0b\x9c\xbb\xcf\xdf\x2d\xbe\xff\x2e\xad\x96\x0f\x97\x66\x54\x77\xfc\xcb\xc6\xfd\xaf\x7e\x97\x78\x2f\x7b\xa5\xfe\xdf\xed\x2e\xe1\xe1\xd7\x6a\xdb\x41\xa6\xeb\xa1\x29\xf1\x28\x65\xbc\x0f\xe2\x41\xc8\xf0\x5e\xe9\xf5\xd7\x27\x80\xea\x3d\xe0\xc3\x3e\x40\x33\x0d\x10\xf7\x2a\x4d\xdc\x80\x27\xcf\x81\xb6\x76\xc0\xfd\x7d\x80\x51\x2a\xf3\xbe\xfa\x3b\x01\x57\x9b\x00\x23\x73\x01\x71\xb7\x31\x79\x24\xd7\xbc\x99\x6d\x03\x14\x0c\x01\x16\xde\x01\xf2\x0d\x81\x35\x65\x40\xf6\x13\x60\xf3\x43\xe0\xdc\x1c\x60\xcf\x35\xd6\x4c\x3a\xd6\x53\x3c\x55\x73\x5d\xb1\x4c\x6f\xa0\xc4\x8b\xed\xfd\xa9\x40\xa6\x1e\xf0\x2e\x14\x38\x2b\xf1\x1a\x92\x2c\xeb\xfa\xff\xab\xdf\x7b\x49\x7e\x4b\xbc\xa1\x08\x49\x57\x28\x4c\x1a\x2f\xbf\xf3\x1f\x64\x7a\x27\xa4\xf7\xf1\x7f\xe4\x3d\x88\xbb\x20\xb9\x54\xe0\xc5\x61\xa0\xe1\x4a\xc6\xfd\xf5\x0a\x99\xe7\xd7\x41\x1b\xb8\xd1\x19\x30\x99\x04\x5c\x8e\x02\x86\x2c\x00\xce\x7f\x03\x26\x8a\xa7\x9c\x06\xac\x8f\x22\x9e\x42\xc5\xfd\xf2\xb9\xa9\x1c\x2f\x33\xaa\x58\x57\xeb\xcc\x53\x60\x97\x29\x70\xe6\x05\x70\x54\x19\x10\x77\xf5\x67\x07\x30\x87\xb0\xe4\x21\x70\x6a\x1f\xf0\x47\x22\x90\xb2\x13\x78\x3b\x01\x48\x2a\xf8\x77\xff\x65\xe3\xfd\x97\xdf\x35\x75\xfd\xde\x2a\xc5\xc2\x2d\x8e\xb5\xed\xf0\xbf\xfc\xff\x0f\xde\x83\xa4\x9a\xf8\x4a\xaa\x22\x5a\xa5\x0a\xc8\x6f\xe0\xb1\x2a\xb6\xc7\x8d\xb9\x40\xcb\xd3\x40\x79\x15\x20\x9e\x9b\x2e\x16\x8b\x67\x2e\xa0\xc0\x19\x18\xd3\x88\xfd\x9f\xea\xc7\x63\xdd\xb5\x10\x38\x73\x17\x58\xe6\x05\x9c\x1a\xce\x3c\xa9\x94\xfb\x40\xa4\x01\x70\x72\x3e\xf3\x28\x13\x0b\x98\x03\x22\xee\xa9\xc4\x18\x7a\x7c\x02\x70\xb7\x1a\x38\xf6\x11\xa8\x09\xe4\xda\x63\xe2\x33\x1e\x18\xce\xbe\xec\x39\xc7\x36\x5c\x1a\x1f\x3b\xc6\xb3\x0d\x96\xf6\x51\x9b\x24\xbe\xd8\x06\x29\x9e\x04\x84\xd5\xb6\xc3\xff\xf2\x5f\xa6\x7b\xf1\xd1\x92\x6d\x75\x57\xb6\x4f\x5d\xd9\xde\x97\x70\xf1\x5b\x4f\x00\x05\x6d\xa0\xe2\x09\xa0\x3d\x8f\xfd\x6f\x13\x0f\x14\x5a\xb1\x3e\xca\xb9\x0a\xd6\x53\x4a\xff\x07\x98\x34\x18\x38\x95\xc0\xfc\xa0\x93\x31\xc0\x62\x7d\x20\xd1\x4b\xdc\xe3\x03\xc7\x63\x81\x9d\xb9\xc0\xd1\x44\xae\xa7\x75\xe4\x19\x70\x7a\x1d\x70\xf8\x12\x70\xb1\x3f\x70\x28\x13\xa8\xfc\x0e\x1c\x0c\xe3\x31\x19\xf3\x53\x1a\xf7\x12\x97\x51\xc6\xff\x08\x3e\xc4\x56\xc6\xfb\x58\x27\xed\xa7\xfc\x25\xfe\x8b\x8f\x14\x17\x56\x05\xff\xef\x76\xf8\xe5\xbf\x2d\xdb\x1a\xe9\xb6\xc4\x0b\x4e\x12\xe0\xa1\xf4\x77\x77\x24\xde\xc3\x55\x29\xcb\x54\x62\x0e\x28\xbe\xe7\x38\xae\x9b\x02\x64\x25\x02\x1d\xd7\x72\x9f\x8a\xe3\x22\xe5\x05\x30\xae\x08\x48\xdc\x04\xcc\x2c\xe2\x3d\x82\xc7\xdf\xc0\x91\xe3\x80\xdf\x47\xe0\xe0\x2a\x20\x34\x1c\x38\xf0\x0d\x38\xa8\x0d\xc4\x8c\x07\xd2\x3c\x80\xe8\x21\xc0\x05\x1d\x60\xef\x22\xe0\xce\x1e\x20\x6a\x20\x50\x13\x02\xec\x8a\x07\x84\xf7\xc0\x76\x49\x37\x67\x8b\x54\x33\x31\x50\xaa\x75\xe8\x23\xe9\xc4\xac\x96\xce\x04\x2b\xdf\xb3\x5d\x2e\x69\xe9\x2d\x79\xf0\xbf\xdb\xe1\x6b\xfb\xba\xfe\xbf\x54\xaa\xe7\x7f\xb8\xe4\xbf\x34\x1e\x4a\x64\xd9\xb6\x24\xb6\x99\x65\x80\x5a\x02\x90\x56\x00\xb4\x5c\x00\x24\x39\x2b\xb6\xef\x21\xae\x63\x47\x54\x32\x87\x7b\x02\x07\x4f\xa8\x8f\x9b\x7a\x1f\xd8\xef\xd4\xa0\xeb\xfc\xe7\xc0\xde\xe4\x86\xe3\xd6\x14\x03\xbb\xc7\x68\x76\x15\xd7\xcf\x88\x67\x9a\x6b\x0f\x0c\x05\xc2\x17\x35\x3c\x9b\x12\x09\x84\x8e\x68\x18\x58\xb8\x1b\xd8\x7e\xb2\x41\xd2\xcd\x74\x60\x9b\x4a\x03\xc7\x57\x26\xc0\xd6\xbc\x06\x10\xa2\x80\x0d\x2d\x35\x28\xcf\xe6\x7b\x5b\x9d\x78\x31\x2b\x8f\xaa\x4d\x13\xad\x77\x90\x32\xe1\x37\x8b\x07\x2a\x3d\x13\xed\xa2\x44\x25\xaa\xb3\xe4\xa1\x2d\x4f\xf7\x15\x17\xc8\xc9\xd9\xfd\x5b\x3b\x7c\x73\x94\xe2\x60\xfc\x7f\xf1\x5f\xba\x55\x75\x45\x5b\x8e\xfe\xef\x42\x8c\x12\xe9\x02\xe4\x0a\xea\x94\x4d\x4b\x1f\xd1\x90\xf2\x2b\x49\x49\x9a\x74\x8e\x8f\xf7\x6b\xbc\xbc\xf1\x46\x20\xb6\x7b\xb3\x2d\x5d\xf4\x80\xbd\xa6\x7a\xab\x07\x45\xcb\x0d\x8b\x48\x6a\x31\xcc\x4a\x53\xa1\xc1\x8e\x7b\x2d\xae\x3a\xbd\x57\x5c\xb4\xb5\xb0\xc5\xcb\x65\x5d\x95\x96\x6e\xce\x6a\xf1\x7a\x53\x91\xf2\x94\x0d\x97\x5b\x1c\x8d\x6a\xa1\x5c\x1e\xe8\xd0\xc2\xfc\x44\x3b\xe5\x1b\x01\xdd\xf5\xfe\xca\x99\xa4\x9c\xea\x97\xa4\x97\x76\xe5\xa2\x72\x27\x5f\x67\xbd\x8d\x4f\x9b\x2b\xf5\x5a\x3b\x49\xef\xec\x5f\x9a\x8a\xe6\x2b\x1c\xf5\xbe\x09\x82\xc2\x3b\xaf\x5b\x7a\xe9\x82\xa0\xd0\x66\xe1\x6e\xbd\x4f\x82\xa0\x60\xb9\xc0\xa1\x49\x7b\xd1\xc7\x79\xae\x3a\x3d\x44\x3b\xb7\xb7\xf6\x4a\xd1\x3a\x6d\xd4\x1c\x2a\xda\xd9\xab\x1b\x90\xce\xf3\xaf\x79\x20\xe3\xbf\x48\xeb\xc2\x8b\xe5\x75\xfd\xbf\x1d\xa6\x42\xd9\xae\xb2\x14\xae\x07\x54\xac\xd0\x94\x70\xef\x73\xfa\x7a\x94\x3d\x4b\xb3\xd6\xa7\xfc\xdd\x71\x81\x75\x23\xe2\x34\xda\xd3\x2d\x88\x3d\x45\x9d\x94\xd5\x0f\x00\x61\x93\x3b\xef\x6f\xfd\xb7\xc2\x80\x60\xdd\xce\x77\x4d\x16\x2b\x0b\x1b\xe6\x74\x71\x1a\x95\xa3\xfa\xca\x5f\xb7\xcb\xe1\xe9\xf3\xd5\xcb\xd7\x68\x76\x99\xeb\x7e\xb0\x81\xdb\xf2\x4f\x9d\x33\xfc\xfb\x36\xcc\x5c\xea\xd6\xe9\x7d\xf8\x00\xcd\xa3\x5e\xab\x3b\xf5\x3f\x7c\x44\x6b\xc8\xa2\x46\x1d\x03\xd3\xf5\xb5\xdc\xdc\xdd\x3a\xdc\x2b\x7d\xa0\xd5\x6e\xa1\x56\x87\xfd\xf7\x6b\x34\x37\x2c\x30\xea\x70\xea\xcf\x9f\x0d\xc7\xcc\xeb\xd7\x61\x8f\x20\x68\x84\x38\x2b\xb4\x1f\x2e\x08\xea\xaa\x0e\xaf\x0c\xce\x0a\x82\xea\xa9\x19\xb9\x6d\xe3\x05\x41\x25\x76\xba\xb9\xfe\x0f\x41\x50\x5e\x61\xbb\x5d\x7f\x8b\x20\x28\x7d\x9b\xaa\xdd\xba\xa3\x20\x28\xfe\x3d\x39\xb0\x55\xa6\x20\x28\x46\xc9\xe2\xc0\x2f\xfe\xcb\x1a\xb6\x0f\x3c\x15\x29\x7f\x76\x53\x4e\x93\xee\x2d\x5d\x1a\xda\x9c\xb2\xea\xf9\x0f\x0d\xa8\xbf\x33\x0a\x38\x8b\x96\xa2\xcf\x01\x23\x3e\xdb\x94\x74\xeb\x63\x6a\x7a\x53\x3e\x2b\x32\xa9\x2f\xe5\x33\x82\x47\xf5\x3b\x25\x27\x9e\xa5\x5a\x0d\x52\x68\xb6\x16\xf0\x91\x1f\x60\xd6\x75\x8a\x8a\x95\xf7\x90\x7e\x3f\xcd\x9e\x35\x18\xbd\x28\xb2\x5f\xe2\xa4\xee\x9a\xc7\xdc\xa6\xf5\xfd\x7b\xce\xfb\x46\xc5\x73\x0a\xfb\xaa\xaf\x7c\xaa\x13\xe3\x78\xa9\x4f\xfb\xad\x21\xba\xed\xed\x0f\xf6\x56\xd9\xbf\xb6\x49\x83\x19\x0f\x7b\x29\xa5\x76\x68\xe2\x65\xf7\xc5\x74\x5e\x71\x93\x26\x21\xd3\xce\x9b\x3c\xbb\x33\xbe\x89\xaa\x6d\xbe\x49\xda\x9b\xcc\xc6\xc9\x53\x3f\x99\x76\x17\x04\xed\xb3\x36\x41\x3d\x4f\x0a\x82\x96\x87\x65\xb2\xd1\x23\x41\x68\x78\x58\xc6\xf3\x18\x9f\x68\x78\x51\x10\x34\x26\x8c\x1b\xdf\xe5\x93\x20\xa8\x77\x19\x33\xa9\xf3\x56\x41\x50\xeb\x35\x46\xb1\xe3\x07\x41\x50\x75\x91\xf9\xff\x66\x1d\xdb\xfb\xde\x1a\x84\x57\x5f\x0f\xd0\xa3\x5b\x90\xa5\xdb\x0c\x28\x2b\x92\x53\xd3\x9d\xf2\xf5\xe9\xe3\x4d\x09\x25\x48\xda\x30\x80\x6e\x13\xc7\xf7\x32\xa3\x7c\x65\xb4\x3e\xab\x0c\x87\x0b\x6c\xb7\x54\x8c\x26\xbe\x88\xef\x97\xb1\x94\x4d\x5d\xb6\x73\xfc\x97\x86\x53\x01\x0f\xbf\xf1\xc7\xda\xe9\x2a\x4d\x9c\x53\x33\xf6\x7d\x9f\x8d\x1a\x56\xb3\xf2\xc6\x18\x8d\x3d\xad\xad\x3a\xad\xd9\xe8\x31\xf6\x16\x8d\x13\x6d\x3a\x8e\xfc\xba\xd8\xb7\xc9\x3d\x8b\x63\x23\xee\x6d\xc8\x6c\x56\x34\x5e\x79\xf8\xf6\x3d\xa6\xcd\x85\x31\x5d\x87\x2d\x3a\xd1\x47\x2f\x63\xe4\xd3\xa1\xbe\xb9\xde\x7a\xcf\x46\xcc\x32\x3f\x7e\xed\xa2\x9e\xdd\xf0\x7c\x73\xe7\xe7\x67\x9a\x0f\x1f\x21\x6f\x7e\xe9\xe7\xd4\xa6\x06\x43\xb3\x06\xc7\x0b\x42\xe3\x94\x21\x7b\x07\xae\x17\x04\x6d\x1b\xb3\xbc\xfe\x7d\x04\x41\xeb\xa0\x99\x51\xdf\x13\x82\xa0\x99\x3e\xf0\x40\x9f\x66\x82\xd0\x70\xdf\x80\x4b\xa6\x3d\x05\xa1\x41\x93\x7e\xf9\x26\x3d\x05\x41\x63\x74\xb5\xb1\x1c\x65\xb1\xee\xeb\x6b\x3e\xe6\xfe\x6f\x45\xe3\xbe\xb4\x6d\x17\xbe\x1d\x9b\xcc\xfd\x9a\x16\x3b\x88\x6e\x3f\x25\x9e\xe3\x6c\xf2\x2f\xfe\x4b\xdc\x44\x7a\x3f\xec\x91\x15\xdd\x0f\xdf\xdc\xca\x86\x6e\x5f\xfa\x46\x4e\x21\xbc\x6b\x49\xc2\x34\xca\x22\xb9\x4e\x9b\xfe\x8f\xfc\x7d\x60\xb6\xf6\x4c\xfd\x16\x0a\x72\x87\xa7\xbe\x9d\xbe\xc8\xe8\x99\xea\x1d\x8b\x59\xd3\x12\x86\x2b\x69\xbe\x1c\x9d\x67\xbb\xc8\xf6\xa4\xce\xbc\xe1\x8a\x53\x93\xdc\x9b\xeb\x2a\x0d\xce\x9e\x72\xca\xbf\xbc\x89\xdc\xc0\x31\x53\xd4\x76\x7e\x6e\x92\xd8\xef\x90\xcd\x8f\xa3\x2b\x9b\xbc\xea\x73\xd8\x46\x37\xeb\x55\x93\xa2\xde\x4b\x27\x0d\xaf\x18\xda\x64\x5c\xaf\x62\xeb\xbc\x27\xa6\xba\x83\x7b\x05\x5b\xa7\x7e\x5f\xa6\xd3\xdb\x34\xd8\x52\x5d\x10\x1a\x75\x34\xd9\x3e\xbe\x9f\x20\x68\x96\x99\x28\x8d\x5e\x22\x08\x0d\x4b\x7a\xc6\x8e\x4c\x10\x84\x06\xd9\x3d\x07\x0f\x2b\x14\x84\x06\x6a\x3d\xbc\xcd\xbb\x0a\x82\xc6\xc0\x1e\x3e\x66\xf2\x82\xa0\x9e\xfd\xf0\x68\x63\xca\x8a\xdd\x48\x6e\x4f\xbc\xb7\x12\xcf\x9e\xc3\x51\x87\xff\xc3\x7a\x30\x89\x8d\x98\x0f\x72\xb0\xaf\x25\xdd\xb3\x8a\xfa\x60\x43\xe3\x26\xdc\x68\x1a\xf1\x1a\x36\x8f\x9b\x49\xe8\xa2\xef\xbc\xd9\xc4\x34\xf2\x86\x33\xfd\xdd\xbc\x3b\x73\x28\xdf\x6f\x77\x7b\x3e\xdd\xfb\xb3\x5a\xe3\xb6\xb8\xd1\x79\x60\xb4\xdf\xfc\x21\x1d\xef\x2b\x7d\x19\xbc\x70\x6e\xea\xc0\x42\x8d\xec\x7e\x79\x73\x67\x4e\x72\x68\xb8\xc3\xf4\xab\xeb\x87\x79\x5d\x35\x83\x7a\xba\xb9\x1a\xf8\x44\x6a\xb9\x76\xb7\x9a\x33\x38\xd4\x56\xab\xb0\xeb\x73\x97\x05\x87\x4d\xb5\xca\x3b\x3f\x73\xde\x94\xfe\x87\xd6\xbc\x4e\xc5\x4e\x8f\x2e\x0f\xd5\x7c\xd3\xa9\x93\xd3\xc0\x47\xd3\x34\xd5\x3b\x3e\x73\x2c\xfd\xd2\xa6\x81\x77\xc7\x03\x0e\x62\x7c\xf8\xd2\xe1\xf4\xf4\x48\x41\x50\xbb\xd9\xa1\x6a\xea\x51\x41\x50\x5b\xd5\x61\x82\x4d\x94\x20\xa8\x5e\x6e\x7f\xda\xba\x8f\x20\xa8\xf6\x6f\x7f\xd5\x62\xb7\x20\xa8\xa2\xfd\xaa\xf1\x25\x82\xa0\xb2\xf9\x46\x72\x47\x8a\xf3\xa5\x93\x7a\xd1\x7d\xe6\x9c\x9f\x83\x89\x31\x79\xda\x89\xfd\x4e\xf4\xb0\xa2\xfb\xde\x71\x9b\xa7\x66\x92\xff\x0d\xed\x28\x5e\x86\x4e\x71\xa0\xb8\x18\x64\xe1\x4c\xf3\xc0\xf7\x04\xeb\x26\x78\xfb\xba\x11\x0e\xe4\x56\xc1\xd9\x76\xfb\xd1\x9e\x74\x7b\xdd\x72\xdb\x52\x5a\x51\x87\x68\x2d\xdf\xa4\x64\x0e\xf4\xfd\xb9\x7c\x52\x6b\x4d\xf9\xec\x1e\x5d\x96\x75\xea\x15\xa2\x92\xdd\x35\x79\x99\xdc\x84\x95\xaa\xe7\x3a\x36\x5e\xd6\xd4\xe9\x9d\xea\x77\x83\xaf\xde\x16\x2b\xe5\xd5\xba\xb6\x99\xbf\xf4\x6b\xc8\x9f\x6a\x0d\x5b\x3b\x2c\xd5\x8f\x7d\xa3\xba\xa2\x95\xe6\x92\xe5\xa7\xef\xa9\x3c\x6c\xd9\x7b\x71\x6a\x89\xb3\x4a\xeb\x16\xa9\x8b\x1b\xdc\x2f\x53\xee\xd4\xc2\xc9\x6b\xe7\xc7\xd6\x8a\x97\x5a\xac\xf4\x58\x24\x08\x0a\xaf\x5b\x38\xcd\x77\x12\x04\x85\xad\x2d\xd2\x5d\x96\x08\x82\x42\x86\xde\x3b\xc7\x0d\x82\x20\xef\xd7\xe2\xba\x7d\x1a\xbd\xbf\x6e\x86\x83\x20\x28\x34\x68\xe1\x3e\xed\x1f\x41\x90\xbf\x53\x1a\x3b\x88\xf2\xaa\xb9\x29\x23\x29\xff\x7c\xda\x8d\x6f\xc9\x1d\x97\x78\x30\x87\xde\xcf\xd4\xe1\xfe\x77\xa4\x9d\x75\xa8\xef\x1c\xba\x8f\x1a\xb4\xde\x8d\xd0\x78\xff\x31\xee\x74\xdf\x73\xb9\xf1\x62\x49\xf7\x9f\x89\xc6\x4e\xfe\x2b\x68\xc7\x39\x05\x8c\x9b\x8f\x48\xe6\xac\xbb\xf1\xcc\x75\xb4\x12\x77\xda\x19\x58\xd4\xb8\x00\x68\xa3\x17\xd8\xac\x5b\x9c\xc2\xe4\x96\x4b\x03\x47\x8c\xea\x24\xff\x4d\xcf\x25\x70\x83\xfd\x31\x39\xb3\x66\x06\x81\x2e\xde\x71\x80\xee\x8b\x40\x9d\xa0\x22\x40\xe7\xe8\x3a\xc4\x3c\x02\x1a\x6d\x09\x18\x90\xba\x0c\xd0\x1a\xee\x3f\xf1\xbc\x3b\xd0\xf0\x8d\x5f\x93\xca\xa5\x40\x83\x43\xbe\x66\xef\xdc\x01\x8d\xe9\x3e\x8a\xe2\x3a\xa8\xf2\x6d\x39\x71\x22\x55\x0d\x17\x53\x7e\x5e\xad\xef\x22\xe2\xdd\xaa\x0e\x59\x30\x85\x6c\xd7\x79\xcd\x45\xab\x28\xb8\x90\xce\x7f\xee\xe4\x31\x84\x3f\x9c\xf6\xb2\x8a\xe3\xf9\x3f\x8d\xe2\xda\x61\x4d\x46\x17\xf7\x4d\x98\x43\x68\x7b\xb8\xad\x1b\x55\x5b\x0f\xf2\x5f\x44\xf9\x6b\xff\x6b\x8b\x09\xbf\x58\x39\x62\x39\xb5\x93\xe7\xd4\xd5\x5c\x0f\xa8\xca\x87\xd0\xa6\xe9\x23\xfd\x49\xf7\x7c\x22\xd6\x53\x9e\x7b\x90\xcb\x26\xe2\x15\x75\x56\xdf\x4a\xe3\xad\x71\xfc\xf6\x03\x2a\x9d\x00\xad\x8e\x3b\x1a\xb4\xeb\x09\x68\x0c\xde\xa1\x65\xb6\x1f\x50\x79\xb9\xfd\xf8\x54\x37\x40\xb1\xd1\xf6\x30\xf7\x19\x80\x7c\xcf\xed\x2a\x81\xb4\x97\xd9\xd6\x61\x37\xdd\x87\x0f\xe9\x72\x82\x2a\xa6\x6f\x35\xcc\x27\x64\x21\xe8\xcf\x9b\x34\xd2\xb6\x7c\x78\x4d\x4f\xb4\xb9\x82\xef\x75\xaf\x93\xee\xb9\xaf\xad\x60\xbb\xaa\x90\xed\x0a\x49\x0f\x62\xa9\xc4\x87\xf0\xa4\xf6\x3a\x53\x35\xd9\x8a\xe3\xff\x4c\xba\xa7\x79\x64\x91\x0b\xa1\x84\xd1\x15\xcc\xf3\x0a\x17\x16\x51\x7f\x06\xfd\x5c\x4c\x28\xe2\xba\xa0\x15\x54\x65\xdf\x27\xcc\x87\x56\xd8\x25\x6d\x99\x68\x3d\x5f\x77\x1d\xcd\x0f\xfb\xe8\x0d\x84\xd3\xd8\x0c\x0e\xa2\xbc\xff\xa8\x98\x10\x8a\x93\xbd\xca\x42\x09\xb5\x6f\x93\xb0\x93\xe2\x89\x72\x49\xd4\x10\x5e\xa1\xa2\xce\xea\x51\xa4\x8d\x9a\xd6\x9b\x74\x1e\xa2\x26\x59\x11\xf2\xb3\xe7\xd4\x7c\xc2\xaf\x76\x07\xf8\x11\x32\xb2\x3b\x83\x95\x46\x76\x85\x31\xee\x1f\x11\x96\x4d\x38\xc6\xce\x14\xde\xd3\xef\xf4\x7d\x46\x5c\xef\x70\x4b\xc6\x6d\xb6\xcb\xb3\x9f\x5b\x24\x5c\x77\x83\x84\x57\x04\xdc\xae\xdb\x3e\xab\x09\xef\x4c\xaa\x72\xa0\xe7\x8d\x8f\x72\x0d\xe6\xf5\x8f\xe7\x75\x44\xca\x12\x66\x4b\x14\xb2\x1e\xce\xc6\x1a\x1f\x8a\x17\x3e\x65\xfe\xc4\x5b\xf0\x4e\xe1\x7a\x41\x0b\xb6\x73\xfd\x18\xe7\x76\xc1\xd4\x1b\xb6\xe5\x21\xb4\x7f\x9a\x68\xc7\xba\x19\x83\x57\x70\xdd\x20\xa3\x1e\x7b\x68\xbf\xa5\xf7\x2e\x86\x1b\x6e\x5a\x9c\x84\x5f\x1c\xac\x66\xfe\xc3\xc1\xcc\x5e\xc4\xb8\x8b\xab\x9a\x48\xed\x10\x97\xc4\x0a\x54\x71\x49\x6b\xb2\xd9\x86\x52\x24\x8b\x75\x3d\x4c\xed\xb3\x3f\x80\x11\xf4\xfd\x33\xca\xa8\x7d\xa2\xad\x1f\xd1\x19\x78\xdf\xfb\x4f\x34\x03\xa3\xf4\xd8\xcf\x9d\x4f\xd8\x6e\x97\x70\xfe\x10\x89\x07\xf2\x4b\x17\xc5\x9d\xcf\xed\x8c\x9a\xed\xb7\x5c\xcc\xad\x2f\xe9\x00\xed\x98\xb0\x86\xe6\xc9\xa6\x34\x7f\x7a\xdf\x37\x72\x3d\xe9\xe4\xac\x88\x65\xd4\xd9\xd3\x34\x84\xf6\x53\xae\xeb\xb6\x13\xde\x3d\xeb\x5c\x38\xad\xb3\xd6\xe7\x19\xae\x1d\xbd\x7a\x0f\xad\x1f\xfd\xc7\x44\xd3\xbc\xeb\x3c\x27\x96\x9e\x56\x17\x87\xa5\x3a\x28\xc7\xa5\x13\xec\xf1\xb2\xe6\x0f\xf9\xb5\x29\xf3\x5f\x6a\x26\xd0\x8a\x75\xec\x8b\x33\xad\x4c\xc7\x62\x57\x10\xd3\xe4\x98\x5c\x08\xb5\x68\xc2\xc2\x58\xc2\xfb\x8f\xee\x3f\x4d\x4f\x12\x9f\x7d\x91\x46\xdc\x11\x33\xe6\x07\x1d\xf1\x7e\x47\xb8\xf0\x21\xe9\x3e\xf7\x7e\xa9\x1e\xc8\x5e\x69\x3c\xec\x92\xee\xb7\x87\x2b\x49\xed\x43\xaf\x0f\x28\x2c\xa1\xb8\xbf\xab\x78\x15\xb5\xfe\x8e\x56\x6b\x69\x5e\x6f\x89\x63\x7d\x94\x80\x95\x8c\x1e\xad\x9a\x15\x4c\xb7\xa9\x97\x8e\x08\xa5\xd6\x76\xd3\xdf\x49\xef\x3b\xda\xed\xa2\xfb\xc9\xb6\x55\x7b\xa8\xb7\x26\x1a\xc4\xd0\xf8\x1a\x6a\x1a\x4b\x74\x8e\xde\x38\x42\x81\xb3\xbd\x56\x02\x8d\x0f\x6d\x9d\x24\xe9\x9e\x7b\xea\x0b\xb6\xa7\xca\x9a\x13\x22\x76\x6a\xba\x31\x8d\x87\x53\x96\x63\xe9\x09\x4e\xed\x9b\x4d\x0c\xbd\x53\x33\x96\x11\x92\x98\xba\x70\x0b\x31\x4a\x52\x2a\xa2\x49\xfb\x31\x45\x3f\x99\x99\x9d\x15\xe7\x09\x41\x4f\xaa\xba\x49\xed\x72\x32\xb1\x9a\x18\x29\x27\xfb\xf3\x99\x21\x21\x96\xfd\x3d\x2c\xd5\x39\x88\x95\xce\x54\xbf\x78\x31\xd4\x3e\x51\x66\x5c\x6d\x24\x3c\x60\x1d\x45\x9b\x60\xcb\x8d\xf4\xbc\x81\x8e\xc1\xd4\x5f\x3e\x0e\xec\xb7\xf7\xb3\x9d\x14\x37\xdc\xcf\xed\x22\x3e\x8b\xeb\x78\x46\xd5\x66\x79\xc4\x10\x2f\x66\x0a\x78\x9c\x8f\xf5\x38\x42\xe8\xbb\x59\x13\xe6\x85\xf4\x74\x65\x3e\x8c\xbe\x3f\x3f\xb5\x46\xc0\xe9\x9f\xec\x7f\xa6\x74\x63\x21\xbb\xb8\x29\xb5\x4c\xb6\x15\x57\x76\xcb\x8a\x19\x45\xf1\x30\xbb\x11\xf3\x1f\xb2\xbe\x2e\x5e\xc1\xef\xf3\x0c\xcc\xac\x61\xe6\x55\x66\x4d\x12\x31\x1c\x33\x82\xf3\x69\xc7\x92\x51\x70\x83\x96\xb8\x0c\xbd\x97\xd4\xa3\x67\x07\x7c\xe3\x76\x34\x14\xfe\x0f\xbc\x98\x9d\x29\x5c\x85\x27\xc4\x7b\x0b\xa1\x82\x1b\x94\x59\x0f\xc8\x37\x32\x9c\xa3\x6b\xf0\x6e\x9a\x0f\x5e\x7d\xf6\xd2\xf9\x72\xde\xa3\xfd\xc4\x52\x73\x88\x8c\x25\x9e\xbd\xdd\x04\xee\x6f\xcb\xa2\x63\xd4\x1e\x23\xce\x26\x12\x2f\xb0\xdf\xe1\x14\x62\xb9\x18\x6e\x3e\x45\xdf\xd3\x72\x78\x3a\xb5\xa3\x9a\x7e\x8e\xc4\x7f\x28\x90\x32\x19\x45\x23\x9a\xd0\x8c\x29\x6c\x6c\x44\x0a\x22\x05\xf7\x47\xd0\x4e\xa4\xe0\xfd\x74\x7a\xb2\xc2\xfe\x8b\x68\x5d\x28\xa8\x62\xc5\xaa\xc2\x30\xc6\xfd\x0b\x4d\x8f\xd1\x91\xae\x20\x29\x9b\xf8\x1e\xf9\x91\xe5\xf4\x4b\xf9\x6e\x8f\x89\x99\x91\xf3\x85\xcf\x8c\xe7\xf4\x79\xfd\x48\x97\xf8\x52\x69\xe9\x42\x1d\x5e\xcc\x71\x41\xb4\xdb\xc3\xb6\xd1\xb7\x6f\x8c\x08\xa5\x5e\xf0\x4b\xe0\x5f\x59\x15\xbc\x97\xf6\x05\x8b\x7f\x32\x0f\x68\xe1\xd6\x38\x62\x29\xcd\x79\x1e\x4f\x27\xd1\x59\xdd\x8f\xb5\xe1\x71\x90\xc8\xf7\xfd\xaf\xa6\x90\x0e\xc6\x50\xb0\x7e\x42\xef\xb0\x33\x64\xbb\x78\x70\x35\x86\xe6\x13\x72\x08\x8d\x55\x0e\x2a\x1a\xc1\xfe\x97\x48\x3c\xb1\xd2\x9e\xba\xb4\xf3\x2a\x79\xd6\x6d\x2c\xbd\xb6\x1e\x4e\x95\x59\x4a\x87\xd9\xd2\x4e\xb4\xd4\x67\x01\x8d\x83\x4b\xf1\x1c\x60\x2f\x99\x70\x45\xa3\xd2\xce\x47\x68\x5c\x94\xfa\x67\x9c\x62\xcb\xca\x23\x25\xfa\xac\x34\x71\x7e\xe9\x2b\xfa\x85\xf3\x6b\x39\xb7\x5a\x20\xd5\x3f\xc9\x95\xf4\x50\x32\x9e\x09\xbf\xf1\x62\x82\x6a\x22\x69\x1d\x5c\x77\x60\x0f\xcd\xce\xff\xc6\x03\x9a\x77\x84\xf9\x01\x8e\xe0\xf9\x6d\xd7\x92\xc7\xf9\x24\x49\x9d\x64\xcc\xb3\xb3\x34\xaa\xcd\x3c\x78\xbc\x9b\x3c\xca\xa5\xf3\x45\xc7\x2f\x5c\x4f\xa5\xe9\xa7\xf3\xc4\xde\x52\x5a\x58\x2a\xdd\x68\xb9\xe2\xc1\xf6\x9a\xbf\x0e\xe9\x3a\x5c\xd5\xea\x42\xef\x5c\xb9\x6b\x4e\xfd\x7f\x2d\x72\x32\x7d\xc3\x35\x4f\xae\x9b\x74\x6d\x13\x33\x75\xaf\x59\x6f\xa7\x93\xcd\xb5\xce\x07\xab\xd9\x9e\xa6\x11\x7a\xd5\xf3\x3c\xb5\x4f\x79\xd5\x4d\x1a\xa1\x57\x66\x54\x53\x84\x2a\x37\xfe\xca\xba\x1f\xb2\xfa\x49\x57\xd9\x16\xdc\x17\x7e\xe3\x0b\x6d\x74\xda\x37\xec\x77\xff\x57\x9a\xb3\x0a\x8d\xd7\x75\x9e\xdf\x6e\x1f\xd8\x6f\x97\x4f\xc9\x94\x81\x9b\xe5\xc1\xe3\x7c\x9a\x76\x3a\xed\x87\x26\x7c\x60\xbf\x47\x8e\x3c\x47\xfb\xab\x01\x23\xf3\x09\x65\x37\xde\xc7\x3c\x81\xf6\xd5\xa5\x34\x0f\x9a\xe6\x95\x13\x3b\x45\x49\x47\x96\xc1\xbb\x25\xad\x9b\x77\x2a\xb5\xc9\xbf\xca\xdc\xce\x14\xe7\x2b\xcd\xcc\x68\x3c\x54\x66\x5a\x53\xbb\x54\x3a\xbb\xd0\x8e\xa3\xf2\xf2\x4a\x62\xec\xde\x9d\xbb\x35\x9e\x3f\xc7\xba\x5a\x95\x12\x63\xe3\xae\x42\xbe\x17\x7f\x2f\xff\xc2\xed\xe2\xe7\x33\xf8\xf5\x27\xca\x2d\xfe\xd2\x43\xd1\x62\x7b\x49\xd2\x11\xba\x48\xfa\x49\x01\xef\x0e\x11\xcf\x65\xcd\x90\xa3\xc4\x0f\xf2\x9e\x77\x7c\x2c\x8f\x03\xd6\x7f\x9a\xef\x91\x46\x4f\xe3\xd4\x3e\x9d\x74\x04\xa7\x0f\x64\xbe\xdf\x14\xe4\xd0\x2a\x37\x21\xb4\x90\x32\x78\xc3\x8d\xd9\xef\x7e\x73\x2e\xd2\xf7\xf4\x68\x77\x89\x7e\xa5\x9d\xf4\x54\x8d\x4d\xb9\x8e\x8e\xfc\x63\xae\x27\x03\x3c\x28\x67\x5b\x75\x4e\x93\xf8\x2f\x55\x7e\x1d\x88\x91\xf8\x38\x69\x00\xc5\xc5\xc7\xc6\x13\x73\xd9\x72\x8a\xec\xf1\xdd\x65\xf2\xfc\x39\x5e\xb9\x1f\x1b\x73\x85\xb3\xc7\xbd\x92\x68\xfc\x54\x39\xe5\x12\xdf\xf6\x51\xda\x15\x8a\xaf\x0f\x8f\x3e\x22\x06\xca\x83\x3d\x6f\xa9\x3d\xee\x5b\xff\x45\x3d\x56\xb9\x94\xfd\xbf\xd9\xe9\xf7\x76\x59\xeb\x79\x8c\xfa\x6f\xf9\xfe\x44\xca\x33\x78\x1d\x3a\x45\x4f\xb5\xa0\xea\x0c\xcd\x13\x57\x9d\x2c\xd2\x29\xb5\xaf\x38\xc7\xbc\xb0\x8b\x85\xe4\xbf\x55\x18\xcf\xf3\x71\x0f\x38\x33\x39\xe4\x0b\xfb\xdd\xb7\x71\x39\xe9\x8b\x18\x15\xb2\xdf\x06\xea\xec\x77\x63\xab\xca\x1f\xdc\x0e\xf7\xa5\x8c\xc7\x33\x49\x17\xe4\x95\x3e\xeb\xc3\xbc\xee\xda\x96\x56\x92\xea\xfb\x7d\x28\x6e\x56\x0b\x5c\x47\xab\x7a\x8c\x3d\xc5\x89\xea\x30\x5e\x37\x5e\x77\x5e\x4f\x3b\x93\x37\x23\x76\x13\x43\xa9\x5a\xf7\x18\x29\xa2\xbe\xd2\xc8\xa4\x5c\xfa\xab\x0a\x7e\x92\x97\x2e\xf7\xd2\xf9\xfb\x6b\x48\xb9\xec\xf9\xcd\xaf\xf4\x3d\x4f\xc2\x7e\xd2\xdf\x3f\xb4\xe1\x76\xa8\xf4\x14\xea\xf1\x1f\x4c\x24\x2c\xf0\x97\xee\x45\x20\xeb\x5c\xf4\x34\x65\x6b\x32\x0f\xf8\xe7\x4f\xa0\xcf\x28\xe0\xaf\xeb\xc0\x40\x5d\xc6\xfb\x87\x44\xd6\xe2\xdc\xcf\xcd\x80\x89\x29\x7c\xaf\x79\x4a\x0a\xf0\xe0\x01\xe0\x60\x02\x54\xb6\xe4\xba\x28\x37\x26\x03\x8b\x76\x00\x57\xa7\x02\xab\x76\x88\xb3\x57\x3c\x09\x00\x97\xed\x80\x90\x12\xa0\x34\x09\xd8\xa3\x0d\x94\xde\x00\xc4\xc8\x74\xe9\x00\x70\x2a\x14\x28\x9d\x02\xe4\xaa\x01\xa5\xdf\x81\x72\x73\xe0\x52\x10\xf0\x40\x93\xf9\x00\x7f\x2e\xad\xd5\xc1\x28\x92\xea\x1a\x9c\x93\xb8\x1c\xe9\x9f\x24\xdc\x4f\xc2\x6a\x53\x9e\xb1\x3d\x61\x55\x17\xff\x16\x7e\xe7\x7f\x24\xd4\xe5\x01\x74\xcb\x60\x6b\xf8\xb4\x96\xf7\xf0\x63\x0d\xd0\xa3\x0a\xf8\xfc\x16\xe8\x33\x17\x78\x2b\x00\xfd\x9b\x31\xbe\x37\xcc\x0d\x78\xf6\x0c\x18\xdf\x9f\xf1\xad\x49\xd7\x81\x3f\x7c\x01\xf1\xc4\x7a\xf3\x36\xe0\x52\x0d\x54\xbc\x06\xdc\xed\x18\xef\x5e\x6e\x0c\x94\xdd\x06\x02\x07\x72\xbe\x3b\x58\x60\xdc\x53\x5c\xb1\x2e\x36\x03\x0e\xf5\x02\x2e\x94\x01\x29\xfb\x18\xc3\xc9\x4b\x06\x4a\xbc\x81\x0a\x45\xa0\xe4\x3e\xf0\xd0\x9c\xf1\xf2\x8f\x89\xc0\x45\x09\xa3\x97\xf1\x60\x32\x25\xfc\x46\xc6\x7f\x48\x5e\xf6\xbf\xf1\x7f\xe1\x77\xfe\xc7\xff\xd0\xbf\xf8\x27\x1a\xe8\xfc\x89\xeb\x7b\x74\xad\x00\xfe\x34\x07\x8c\x2b\x80\x1a\x6d\x1e\x4f\xcf\xe2\x01\xb3\x86\xc0\x13\x79\x60\xa4\x1f\x70\x3f\x06\xb0\xb0\xe7\xfc\xfe\x34\x47\xc6\x37\x66\xdb\x00\xe5\x01\x80\x5b\x05\x50\x9a\x0e\x78\xa7\x31\xde\xef\x9f\xc2\x7e\x8a\xed\x50\xac\xcd\x3a\x10\xc5\x57\x81\x43\x36\x7c\xdf\x3d\x65\x0a\x50\x7c\x12\xc8\x8b\x66\x3e\xc0\x95\x06\xc0\xf9\x31\x9c\x43\xbe\xb8\x15\xf8\x73\x1f\x70\x7e\xa3\x34\x0e\x24\x1c\xf3\x4c\xd0\x7f\xc1\xff\xf3\xea\xfa\xff\x6f\xfc\x07\x19\xdf\x43\xa6\x77\xf1\xbb\xfe\xc5\x3f\xe6\x40\x9b\x64\xe0\xdb\x57\xa0\xf3\x33\xe0\x5d\x16\xb7\xc7\x1b\x4d\xc0\x44\x81\xf1\xfe\xfe\x33\xf8\x7e\xf7\xf0\x06\x40\xe5\x37\x60\x42\x1f\xe0\x86\xb9\x18\x53\xf9\x7e\xff\x2c\x0f\xa0\xf4\x01\x30\xcf\x0a\x28\x69\xc6\xf7\xfd\xcf\x1b\x01\x7e\x43\x81\x82\x4a\x60\xcb\x25\xa0\xc0\x5e\x3c\xe3\x01\x05\xf3\x80\x83\xcf\x81\xbc\x1c\xe0\xe4\x09\xc6\x85\xf2\xac\x81\xfc\x4e\x7c\x57\xbc\x30\x96\xe7\x5e\x91\x23\xf0\xb1\x57\x6d\xfd\x83\xf4\xdd\x5c\x27\xe5\xbf\xf2\x1f\x86\xd7\xc3\xc1\x7f\xe3\x3f\xc8\xfc\xff\xc5\xf7\x90\x78\x00\xbf\xeb\x5f\xfc\xec\x08\x34\xff\x56\x5b\xdf\x41\xa6\x73\xf0\x52\x9c\x2f\x93\x78\x1e\x18\x2f\x61\x9c\x73\xe0\x60\xe0\xf6\x73\x60\xf4\x45\xe0\xda\x4d\xc0\xea\x13\x70\x29\x04\x98\x1e\x0c\x5c\xf8\x08\xcc\x71\x02\x8a\xce\x00\x5e\xba\x40\x51\x0b\x60\xad\x11\x90\x77\x12\xd8\x5c\x06\xe4\x8e\x07\x76\xfe\x60\x9d\x1f\x71\xa7\x7e\xae\x02\x48\x6e\xc5\xb8\x7f\xbe\x1b\x90\x67\x04\x5c\x15\xff\xfd\x03\xf0\xd8\x00\xc8\x1d\x01\xfc\xf9\xe6\xb7\x3a\x20\xed\xea\xce\x7f\x99\xff\xf5\xf9\x0f\xd1\x7f\xd6\xc5\x83\xc9\x6f\x29\x96\x34\x1d\x5a\x97\x07\xa0\xbd\x84\xdb\x56\x5b\x8f\xf1\x6e\xf1\x58\x27\xe3\x3d\x88\xed\xd0\xca\x03\x78\xee\x08\x74\x2c\xac\xc5\xfb\xef\x74\x02\x7a\x57\x03\x37\x86\x01\x43\x7b\x01\x15\x07\x18\xe7\xbe\x58\xce\xf8\xae\xd8\x7f\xce\xc6\xcc\x5f\x10\xb7\x0b\x39\x3e\xc0\xaa\x5c\xe0\xdc\xdf\xc0\xa6\x4b\x8c\x03\xee\xcc\x05\xc4\x55\x2a\xce\x58\x3c\x45\x70\x6d\x87\x8c\xa7\xac\x09\x90\x15\xc3\x73\x2c\xeb\x35\xf0\x44\x8f\x71\xe3\x6f\x1a\xc0\x19\xc9\x1f\x99\xfe\xcf\x2f\xff\x35\xeb\xf6\xbb\x8c\xff\xb0\x27\xad\x2e\x1e\x2e\xfc\x0b\xff\x43\xc6\x03\x90\xe9\x5e\x88\xf6\xf3\x03\x40\xc3\x17\xf8\x10\x0a\x68\xe6\x02\xaf\x34\x01\xdd\x44\xa0\x6a\x05\xe3\xdb\x7f\xbc\x63\x9e\xd0\xad\xa7\x80\xf1\x58\xe0\xca\x01\x60\xe0\x1e\xa0\xc4\x92\xf5\x94\xce\xbb\x03\x93\x97\x33\xee\xe7\xb0\x1d\xc8\x4a\x07\xdc\xae\x03\xe9\x8a\xc0\xb2\xdb\x8c\x7f\x8b\x27\x9d\x33\x49\x80\x78\xb2\x3b\x63\x00\xc4\xba\x01\xe2\xae\x2d\xa9\x86\xf1\xff\x9c\x1b\xc0\xd9\x93\x7c\x97\x5e\x8c\x7f\x55\x6e\x8c\x9b\x7e\x2f\x00\x52\xbb\xd7\x9d\xff\x07\x15\xeb\xf6\xfb\x6e\xe9\xde\x7f\xc4\xc3\x7a\x78\xb8\x69\x6d\x3b\xc8\xfc\xae\xc3\xfb\xa8\xc7\x7b\xf8\x28\xfe\x7b\x6c\xad\xde\xc3\x8b\xc3\x40\x03\x2d\x9e\x0f\xba\x29\xc0\x9d\xe9\x40\x9b\x3e\xac\x55\x21\xc6\x8d\xcb\xf6\x40\xaf\xef\xc0\xf9\x33\xc0\x50\x03\x40\xdc\xeb\x59\xac\x01\x72\xfe\x02\x66\xb6\x02\x32\x22\x81\x79\x79\xc0\xe9\x1d\x80\xb8\x0d\x3e\x65\x04\xac\xd3\x64\x4d\x98\x1d\x1e\xe2\x29\x88\xf9\x83\x29\xdd\x59\x0f\x43\x6c\x8b\x1c\x43\x20\xe5\x13\x73\x29\x4f\x8e\x03\x1e\xb7\x10\x4f\xdb\xc0\xa7\xbf\x81\x63\xfe\x75\xfb\x7f\xdf\x48\xb6\xbb\x5c\xff\xdd\x6f\x19\xff\x21\xd8\xba\xb6\x1d\xe4\x3f\xfc\x0f\xde\x83\xc4\x06\xaf\xcf\x7b\x78\x56\x20\xee\x89\x98\x07\xd6\x40\xd2\x3b\x10\xcf\xcf\xe2\x3c\x68\x37\x87\x39\x5d\x3d\x9e\xb1\xa6\xc9\x80\x42\xe0\xdc\x06\x60\xec\x59\x20\xbd\x0d\x30\xd5\x8b\x79\x1d\x2e\xa6\x40\xb2\x2e\x20\xee\x8f\x12\xdf\x71\xbc\x4c\x74\x16\xcf\x7e\xc0\xb1\xce\xc0\xbe\x62\x20\xc1\x12\x38\x51\xc5\xeb\x5c\x8e\x3f\x70\xcc\x07\xb8\xd6\x15\x48\xa8\xe1\x79\x21\x9e\x7a\xbe\xfe\x36\xff\x65\xfc\x17\xd9\x78\xdf\x91\x57\xd7\xef\x2d\x15\xff\xce\x07\xf8\xff\xf1\x5f\xbe\xe4\xb2\x7d\x7b\x8d\xad\xac\xde\xc7\xfd\xdd\x6c\x65\xa7\x84\x0a\x79\x40\x3d\x0e\x28\x35\x06\x9a\x27\xb3\xff\x62\xdc\x38\x17\x00\x98\x56\xf3\xb8\x1f\x5e\x05\xa4\x5e\x61\x5d\xa9\xc4\x60\xc0\x21\x9a\xfd\x73\x4f\x01\x8e\x36\x07\x7c\xbc\x58\xd7\x22\x38\x0a\x38\x14\x00\xec\xd3\x05\x0e\xc7\x02\x49\xb9\xc0\xc1\x76\x1c\x33\x0f\x46\x02\x57\x15\x80\xb8\xcd\xc0\x93\xd7\x40\xac\x1d\xf0\x75\x05\xb0\x57\x1a\xff\x11\xd2\xda\x17\x22\xd5\x89\x91\xf1\x5d\xea\xf3\x3e\xfc\xfa\xb3\x5d\xdb\xf6\xdf\xdb\x41\x86\x77\xca\xf8\x2f\xef\xd7\xb3\x7d\x29\xbd\xfe\x85\x7b\x3f\x60\x7b\x5d\x7a\x5d\x2a\xee\xbe\x17\x02\x85\xed\x80\x86\x6f\x80\x73\xcf\x80\x96\x73\x80\x74\x2d\xc0\xd0\x02\x48\x3d\x09\x0c\xb2\x02\x12\xf3\x80\xf1\x26\xac\x21\x37\xc3\x0c\x38\xd2\x03\x58\x10\x0c\xc4\xe9\x71\xfd\xa4\x03\xb6\x40\x50\x24\x10\x63\x01\x44\xd5\x70\x6d\xb1\x13\x76\xc0\xde\x18\x8e\x89\x51\x83\x78\x0f\x22\xfe\xdb\x93\x19\xbc\xf7\xfc\x1a\x56\x3b\xee\xb7\x9a\xd6\xf3\xdb\x4d\xf2\x77\x39\x5b\x19\xef\x43\xc6\x7f\xf0\x3e\xf0\xef\xed\xf0\x6d\x0e\xdb\x77\x8f\xd8\xca\x74\x3f\x64\xfe\xff\x01\xc9\x7f\x29\xbb\x58\x2e\x65\xd9\x8a\x4f\xb0\xcd\xd9\x06\xc8\x6b\x31\xb7\x4b\xdb\x13\x48\x59\x0e\x18\x74\xe6\xda\x60\xa6\x83\x81\xf8\x39\xc0\x48\x03\x20\x2e\x89\xf7\xdd\x31\x2b\x00\xd7\x07\xc0\xde\xbf\x80\x15\xc1\xc0\x1e\x45\x60\x73\x21\xb0\x6b\x17\x10\xb5\x0b\x88\xf0\x63\x2e\x50\xb8\x09\x90\x7d\x0d\x08\x3b\x04\x94\xbb\x71\x2c\x7d\xac\x06\x6c\xaf\x02\xbe\x4c\x04\x82\x4a\xeb\x8e\x73\x19\xdf\x45\xc6\xfb\xf0\x96\xd6\x13\x2f\x69\x1d\x59\x24\xed\xb3\xdc\x51\xb7\x1d\xea\xf3\x7f\xde\x6a\xb2\x7d\x2c\xcd\x87\x7b\x4e\x6c\x6f\xbe\x91\xfc\x97\xe6\xc3\x05\x86\x7b\x90\x6f\xc1\x36\x5d\xca\xb2\x24\xb7\x03\x94\x02\x81\x63\xf2\x40\x53\x03\xe0\xd0\x77\xa0\x6b\x20\x6b\x01\x0d\x7a\x0c\xec\xfd\x0e\x58\x3e\x03\x76\x2d\x95\x9b\xe3\x14\x0b\x84\x57\xca\x47\x78\xb7\x15\xe7\xb3\x82\xc3\xc6\x35\x40\xc8\x1f\x0a\x09\xbb\x75\x81\xe0\x2e\x0a\x6e\x09\xa6\xc0\x96\xb1\x0a\xc8\x3c\x0c\x6c\x0a\x93\x1f\x7f\xd9\x18\xd8\x70\x41\xee\xca\x83\x35\xc0\xfa\xa1\x72\xc1\x7f\xe6\x01\xfe\x1b\xf1\x81\xfc\x96\xf8\x60\x4b\xbe\x23\xe0\x77\x7f\x17\x48\xba\x41\x6e\x5a\x6c\x5d\xa5\xf1\xe2\x14\x58\xb7\x1d\xfe\x1b\xff\xe7\x41\x24\xdb\xdb\x7d\xeb\xfa\x7f\xb1\x25\xdb\xbc\x67\x20\x9c\x3f\x5d\x4b\x81\xb2\xe8\xc9\xe5\x4a\x94\x4d\x8b\xf7\x52\xa2\xd3\xde\xfe\x00\xd5\x7b\x0d\x5e\x02\x7b\x06\x36\x78\xd9\xb6\x0a\x08\x8f\x69\xd4\xbc\x8f\x01\xb0\x2d\x44\x67\xea\xd8\x1a\x20\x68\x7c\xe3\x4b\xb3\xe6\x03\x1b\xed\x74\x63\x3d\xad\x80\x75\x6f\x9b\x38\x04\xbc\x00\xfc\x7e\x36\x99\x1c\xfe\x37\xb0\x76\x55\x13\xe7\xc3\x5b\x80\x35\x53\x74\x6f\x9c\x6d\x01\xac\x0a\xd7\x1d\x78\xf1\x22\xb0\xe2\x6d\x63\xf7\xca\x27\xc0\xf2\x70\x9d\xf2\xb7\x61\x80\xb7\xb3\x36\xe1\x36\x1e\x97\xb5\xa8\xae\xfd\x3c\xf3\x86\xef\x45\xeb\x62\xd8\x80\xee\x73\x3a\xd6\xa8\x59\x89\x76\xd6\x2b\xd5\xb1\xa2\x9d\xd9\x4c\x85\x70\x1c\xbb\xf9\x4a\xf4\x39\x19\xff\xa5\xbe\xff\xf7\x7d\xfe\xdd\xff\xf3\x7a\xaa\x84\x6b\x9d\xd3\x6f\x40\x38\xc7\xe9\xde\x8d\x29\xef\x98\xe8\xd5\x94\xf2\x7b\x07\x73\xf5\x48\x37\x20\xea\x73\x0b\xca\x0a\x85\x3a\xb7\x6a\xa7\xf0\x09\x08\x1e\xdc\xe6\x91\x9e\x23\x10\x78\xbf\xad\x4d\xb7\x87\x0a\xe7\x7d\x5b\x18\x0c\x1a\xaa\xa8\xd4\x7e\x65\x8d\xc1\x81\xc9\x11\xca\xde\xde\xce\x06\xfb\xe6\x66\xab\x1c\xf6\x9a\x6b\x30\x62\x55\x99\x6a\xac\xfb\x83\xb6\xe7\xb7\x9e\x50\x73\x5a\xa0\xdd\x56\x37\xe6\xb8\x5a\xf6\xbc\xcc\x36\x5e\xc9\xb1\x6a\xb7\x5c\x3f\xe8\xdf\x2d\xb8\xac\x76\x60\xce\x61\xfd\x69\x37\x07\xa9\x69\xbb\x14\xe8\x2b\xbd\x8c\x53\xed\xe4\x22\xa7\x6f\xf3\xcf\x74\xe5\xbf\x1d\x7c\x5b\x4f\x12\x04\xa5\xc2\xe9\x69\xad\xe6\x0b\x82\xe2\x85\x29\x87\x5a\x45\x0a\x82\x62\xc4\x64\x5b\xbd\x8b\x82\x20\xf7\xda\x26\xb6\xc9\x1a\xd1\x6f\xab\x38\x5d\xc2\xf3\x2c\x15\x1b\x91\x4e\xe9\xfb\x0b\xec\xdf\x4b\xfb\xba\xfe\xdf\xf4\x62\xbd\x9b\xcb\xc9\x6a\x7c\x2b\xb0\x4a\x9b\x6c\xd6\x90\x16\x94\x77\x3a\xb5\xa5\x0d\xe1\xe4\x09\xb7\x3a\x12\x0f\x22\x36\xaf\x0b\xe5\xb1\x77\xcf\xe9\x46\x79\x86\x6d\x35\xac\xc2\xbc\x5e\xaf\x27\xe1\x1b\x3e\x93\x4c\x9e\x36\xd2\x01\xbc\x87\x98\xe4\xb7\xb7\x50\x9c\xee\xfe\xc8\xc4\xb0\xdf\x28\x55\xd7\x79\x76\x26\xe6\x13\xac\xd5\xad\x9c\xe7\x18\x47\x3b\x3c\xd0\xf8\x68\xff\xb6\x67\xf5\x12\xbf\x86\x6b\x66\x68\xf5\xec\xb3\xe1\x81\x66\x89\xad\xd0\xc3\x72\xf7\x66\xad\x63\x53\x36\x18\x59\x1f\x3b\xd5\x48\xd7\xc6\xa1\xbb\xd7\x39\xc5\x46\x4d\xac\x85\x6e\x57\x2b\x02\xb4\x72\xad\x1e\x75\xf3\x7a\x7c\x41\xf3\x9e\xd5\xc9\x6e\xb3\xbe\xc9\x35\x1c\x63\xa1\x6c\xe8\x2b\x08\x1a\x7e\xe3\xcc\x3b\xd7\x08\x82\xda\xc1\x31\x3b\x3b\x99\x0a\x82\x6a\xf8\xc8\x3e\xed\xdf\x09\x82\x4a\xfb\xe1\x79\xed\x2d\x05\x41\x39\xcd\xfc\x98\x81\xbc\x20\x28\xcd\x37\xff\xdc\xe6\x9b\x20\x28\x7e\x93\xf1\x5f\x64\x71\xf0\xe6\x24\x55\xda\x21\x5c\xf2\x6a\x44\xf8\x53\xfe\x0a\x7d\xe2\x7d\x9c\x0d\x6c\x4f\x79\xdc\x64\x0d\x43\xc2\xad\x64\xfc\x97\xfd\x42\x3f\xba\xb0\x1c\xf1\xa5\x3f\x65\x7d\x42\xe4\x07\x51\xf6\x78\x9d\xcb\x10\x8a\xb0\x2b\x02\x86\x12\x3a\xe1\x6e\x3a\x7c\xa8\xd2\x1b\xc0\x75\xdd\x08\xc7\x96\xfb\xe5\xf5\xec\x87\x0c\x6f\xdd\x73\x89\xca\x81\xa9\xd1\x43\xff\x1a\x7e\xbf\xc1\x02\xab\xd7\x43\xa7\x4e\xeb\xa4\x19\x31\xc1\xca\xbc\xd7\x42\xb3\x46\x81\x63\xfa\x0f\xe9\xe3\xd7\x43\x67\xc8\x88\x5e\x83\x95\xc3\x6c\x1b\x5b\x0c\x35\x37\x6b\x78\x58\x57\xb7\xc9\x90\xe6\x03\xcf\x9d\xdd\xac\xdb\xdd\x6c\xee\xc0\x1e\xa5\x1d\x74\x35\x07\x79\x0d\x58\x77\x7f\x55\xe3\x6e\x83\x26\x0c\x08\xfe\x50\xa1\x9d\x3b\x48\xa5\xff\x5e\x41\xd0\x5a\xd2\x5f\xab\x4f\x94\x20\x34\x9c\xda\xf7\xb8\x69\x8e\x20\x68\x14\xf6\x8a\x34\x31\x11\x04\xf5\xed\x26\x3f\x7a\x9a\x09\x82\xda\x7a\x93\x30\xa3\x33\x82\xa0\x7a\xdf\x24\xce\xf0\xb5\x20\xa8\xdc\x78\x28\xc8\xd1\x4e\xe9\x56\x95\x3a\xe1\x57\x97\x2c\x9b\xd3\x6d\xa7\x7c\x6b\x03\x42\x53\xd3\x2b\xba\x92\xfe\x45\x52\x15\xd7\x41\x3a\x52\x33\x88\xc6\x49\x8c\xbf\x39\x65\x91\x22\xdc\x46\xd2\x7d\xf8\xad\x29\xa3\x09\xb7\x08\x5c\x3a\x9e\xfe\x7d\xa5\xb3\x05\x65\x91\xdd\x35\xad\x59\xdf\xb9\xc4\x86\x74\xa0\x6d\x4d\x27\xd7\x34\x1e\x0b\x58\x5c\xb1\x29\xea\x1c\xac\xe4\x3f\x2a\x7b\xd2\xe2\x41\x7f\xaa\x47\x9a\x6f\xb0\x8e\xb5\x2e\x69\x38\x75\x60\xb6\x75\x27\xd7\xed\x9a\xeb\xfb\xfe\xb0\x9a\xbd\x7a\xa4\xd6\xd6\x5e\x9b\x2d\xc3\xb6\x0d\x68\xa4\x6e\x7c\xc3\xc2\x23\xd6\xb2\x51\x97\x1e\x85\x13\xb3\xd2\xfa\x35\x6a\x64\xb4\x72\xc2\x9f\x17\x1a\x68\xe5\x75\x5f\x33\x61\x5c\x65\x0b\xcd\x37\xdd\xde\x8f\xff\xfb\xad\x46\xc3\x9d\xdd\xcd\xc7\x3d\x16\x04\x8d\x4a\xc3\x57\xa3\xcd\x04\x41\x7d\x7f\x97\x6f\xc3\x67\x08\x82\x9a\x61\x97\x3b\x43\x32\x05\x41\xf5\x60\x67\x9f\x41\x15\x82\xa0\x92\xd6\x79\xf5\x80\x28\x41\x50\x59\xd2\xf1\xaf\x7e\x0e\x82\xa0\xbc\xef\x76\x7f\x6d\xca\x8e\x96\x6e\xd3\x27\xfc\x21\xf7\x43\x67\x1a\xe7\x67\x5d\x59\x17\x24\xa9\x6a\x30\xa3\x67\xab\x86\x52\x5e\x7e\xdf\xd9\x31\x74\x7f\x2f\x3c\x69\x22\xad\x10\xc1\x82\x15\xcd\x93\x80\x50\x5e\x38\x96\x57\xd9\xd2\xe7\xdc\x53\xa6\x13\x5e\x3a\x3b\xc1\x9e\xfe\x7e\x52\xc5\x6c\xc2\xfd\x46\xb5\x76\xfa\xa0\x5a\x06\x0c\xce\x73\x2a\x6f\x63\xa7\xa0\xda\x67\xa8\xe3\xda\xde\x11\x2a\x7f\x1b\x1b\x3a\x4e\x1c\xff\x49\xad\x65\xb7\x08\xc7\xd6\x8e\x49\x6a\x45\x5d\x14\x66\x9f\x59\x76\x55\x7d\x40\xc7\xc6\xb3\x35\x83\x3c\xd5\x1d\xda\x5d\x71\x18\x15\xd3\x58\x7d\x98\x41\x17\xfb\x96\x29\xdd\xd4\xde\xb4\xf9\x3a\x6b\x42\xd1\x08\x35\x0f\xfd\xcf\x33\xcb\x6f\x4f\x51\xdd\xae\x1f\x38\x73\x5d\xf5\x70\x95\xed\xfa\xd3\x67\x7c\x12\x04\xe5\x66\xad\x47\xda\x0e\x15\x04\xa5\x06\xad\x9d\x26\x79\x08\x82\x62\x59\xeb\x59\x16\xc5\x82\xa0\x18\xd2\xea\xc1\x78\x3f\x41\x50\xd4\x6c\x75\x6a\xac\x9a\x20\x28\x5c\x69\xe5\x37\x72\x9f\x20\x28\xf8\x5f\x12\xda\x91\xbf\x79\xc9\x26\xb4\x13\x38\x1b\x36\x90\xd0\xc6\xa4\x5c\xd6\x83\x39\x1c\x3c\x8e\x76\x4c\xfb\x16\x5b\xd1\x3a\x10\x6e\x6e\x43\xb7\xaa\x83\xe3\x59\x27\x63\x5d\x95\x3d\xc5\x8d\x95\xcb\x66\x53\x15\x72\x8f\x87\x2e\xc4\xab\x72\xd1\x9d\x4b\x79\x70\x5b\x63\xc6\x4f\xc7\x1e\x75\x27\x3c\xa8\x77\x7b\x4f\x5a\x69\x8c\x52\x3c\xbf\x37\x8d\x05\x3a\xaa\x7a\x36\xe8\xfe\x5d\xb1\x6f\xdb\x37\x9e\x63\x46\x7e\x54\x0c\x6b\xed\xed\x39\x61\x66\x91\xa2\x47\x8b\x52\xcf\xe6\x8b\x8b\x14\x52\xf5\x5c\x16\xf9\x6f\x6a\x2c\xef\xaf\xd7\x7b\xd1\x93\x7d\x2d\x81\xa6\xe7\x3d\x1e\x26\xdd\x00\x9a\x6c\x73\x7f\x9d\x7f\x03\x68\xfc\x79\xe1\x1f\x37\xae\x01\x3a\x8f\x17\xe4\xbc\x8c\x04\xb4\xd7\xba\x95\xff\xfc\x01\x68\xe9\xcd\xa1\x7b\x99\x9a\x49\xb3\xf7\xd0\x19\x2a\x6e\x66\x8c\x68\x1b\xe6\xd8\x91\x55\x2f\x9b\xba\x9f\xde\x1f\x6a\x43\xba\xc5\x05\xd7\x4c\xa8\xbf\xce\x56\x0c\xa6\xe7\x3f\xd9\x7f\x34\xad\x7f\x47\x9e\xb3\x2e\x4a\x74\x05\xf7\x73\x64\xd0\x74\x52\x99\xde\x6a\x61\x4f\x3c\xaa\x40\x47\xbe\x85\xbe\xea\xe9\x5c\xca\x0e\x2f\xda\xe2\x46\xed\xe6\x5a\xc8\x78\xf9\xcc\x44\x2f\xf2\xdf\x72\xf0\x12\x8a\x1f\x43\xb6\x2f\x27\xb4\xd6\x50\x67\x15\xe1\x1d\x2d\x2e\xf8\x24\x69\xcc\x03\x9a\xaa\xad\xd5\xe8\xa8\x06\xe8\x68\xaf\x35\x18\xa2\x01\x68\x7e\xf6\xc9\x99\x7a\x04\xd0\xb0\xf1\xf1\x5c\x78\x16\x50\x3d\xe6\x83\x80\xc9\x80\xb2\xd3\x1a\xcb\x48\x5d\x40\x71\xcd\xea\xe0\x84\x29\x80\xfc\xf3\x55\xe3\xb2\xb7\x00\x72\x19\x2b\x87\x5c\x51\x03\xe0\xbf\xc2\xe8\x09\x21\x93\xcb\x07\x7e\x23\x86\xd3\x62\xa9\xee\x87\x3b\xd8\xce\xcb\x66\x3b\x47\xba\xc7\xeb\x2c\xdd\xe7\x74\xe8\x22\xda\x33\xd7\x98\xdf\x76\x32\x6c\x22\xe5\xa7\xe3\x13\x6d\x58\xff\xe0\x99\x1d\xc5\xff\x08\xaf\xd9\x94\x4d\xdf\x6a\xea\xe2\xc8\xfd\xcf\x6a\x04\x6b\x5a\x2d\xa4\xb8\xb8\xf8\xc1\x22\x8a\x0b\xf3\x1d\x96\x50\xfb\x38\x34\x5a\x46\xf7\x7b\x6d\x5e\xac\x24\x94\x61\xf4\xe0\x35\x74\x6b\xbd\xaf\x31\x6f\x4c\xdb\x19\x33\x5f\x40\xb5\xcb\x66\x52\x71\x97\x5f\xb7\xa5\x8d\x1e\x33\xec\xc6\xf6\x26\xc5\xeb\xcd\xb3\x2c\x99\x71\x65\xe9\x4a\xf7\x0e\x37\xb9\xfb\x10\xae\xbb\x51\x2d\x94\x90\xc4\x0d\xbb\x0e\x53\xdd\x8b\xf5\x49\x19\x84\xe7\x06\xea\x5e\xa6\x9b\xe4\x01\x3f\x1e\xd2\x7d\x5e\xff\x94\x3f\x29\xd2\xfb\xb6\x61\x3f\x57\x4e\x67\xbb\xb4\x8c\xad\xd7\x27\xa9\x7d\x52\xd8\xba\x5d\x17\xed\xc9\x27\x16\xf4\xed\x47\x22\x6c\x09\x65\x8f\x69\xce\xf3\x39\xe2\x91\x0b\xf5\x63\xc8\x64\x37\xc2\xb5\x36\x14\xb2\x4e\xc6\xea\x1f\xdc\xcf\xde\xbe\xde\xaf\x45\xbb\x30\x60\x25\x6d\xb5\x9d\xdb\xad\xa1\x75\xc2\xae\xa9\x1f\x8d\x8f\x89\x4d\x03\x08\xe7\x1c\x3a\x8d\x75\x61\x7a\x86\x6d\x21\x1e\x51\x8b\xc1\x5b\x59\xe7\xff\x43\xa8\xa4\x5c\x17\x76\xb5\x39\xad\xb4\xe1\x23\x7b\x11\x93\x26\x4c\x8f\x75\x0f\x76\x54\x38\xd3\x59\x2e\xb4\xdb\x2a\xaa\x8f\xb1\xc3\x91\x2b\xd0\xec\x18\xc1\x95\x56\xb6\x5d\x3d\x4d\x7b\xde\x90\x66\x17\xe8\x97\x82\x13\x2a\x09\xc7\x08\x2e\x7b\xcb\xfc\x18\x5f\xf6\x33\x50\xe2\x3d\xf8\x8d\x64\xeb\x23\xd5\xbd\x58\x29\xb5\x87\x77\x22\xe5\x2d\x76\x71\xbf\xef\xdf\x3d\x9b\xb2\xfc\x91\x1b\xe6\x12\x7a\xbc\xcd\x85\xc7\xf7\xa6\x41\x5e\x34\xaf\x7d\x4d\x96\xad\xe4\x38\xb8\x8a\x70\xbe\x45\x27\x7d\xc8\x6f\x17\x17\x3f\xfa\xd5\x99\xd7\x02\x69\xe7\x39\x49\x6f\x23\xad\x0b\xa3\x4d\x83\x68\x07\xd6\x6f\x53\x08\xc5\x8f\x4e\x35\x3b\x08\x9d\xd3\x4d\x89\xf0\x62\xff\xf7\x8e\x66\x1b\xd5\xa3\x39\xed\xd9\xf7\x8e\x33\x21\xa4\x39\x6a\x09\x57\x2c\x8b\xca\x72\xa4\x06\xd9\x53\xc8\x8a\x34\x7b\x82\x83\x08\x49\xd9\xb3\x80\x99\x05\xbb\xc2\x4e\x12\x03\x6f\x57\xff\x22\x42\xda\x22\x37\x33\x52\x12\x61\xf6\x8a\x22\xd9\xce\x94\x1f\x74\x26\x90\xf1\x3f\x82\x24\x3d\xf3\x8d\xd2\x7d\xff\xc0\xfe\xbf\xb7\xcf\x81\x6b\xcc\x3a\xd9\x15\xe8\x46\xf8\xf4\x8e\xc9\x5e\xd4\x9f\x32\x1d\x20\xff\x14\xf6\x7b\x95\x82\x1f\xe3\x7d\xfb\x59\xa5\x64\x9e\xd6\x7a\x8a\xa7\xb3\x15\x36\x53\x3b\xd9\x4a\xea\x0c\x13\xb1\x8d\xf0\x99\xa1\x08\xa3\x89\x60\xda\x21\xc2\x81\xe7\x43\x14\xed\x2f\x35\x1f\x47\x9b\xb3\xff\x07\xfb\x4b\x36\xac\x19\x21\x7e\x71\x9b\x8d\x09\x97\x89\xbb\x3f\x86\x15\xaa\x9c\x79\x64\xc6\x25\x2d\x89\x66\xbb\x89\x10\xe6\xd8\x14\x56\x1e\x89\x6b\x9e\x44\x11\xea\xc0\x86\x5c\xda\xe1\xc4\xd4\x5c\xa5\xbd\x70\x8c\xc5\x53\xba\x31\x1c\x1d\xfb\x85\x56\xfe\x5f\xbc\x98\xd7\x6c\x43\x97\xb3\x65\x3d\x1d\x99\x2e\xca\x1e\x77\x0f\x3a\x07\x84\xad\x5a\x42\xbc\xf0\x20\xcf\x15\xc4\x52\x5a\xb7\x83\x55\xf5\x57\x05\x07\x78\xf1\x3c\xd8\x48\xb3\x6f\xc1\x8b\xcd\x5c\x07\xa6\xdd\x56\x6a\xa7\xe9\x6b\x59\x1f\x66\x52\x49\x18\xa1\x51\xa3\xdf\x32\x5e\x3e\x68\x20\xf3\x61\x7a\x18\x33\x0f\xa8\x75\x0d\x8f\x66\x75\x9b\x23\x52\x06\xe3\x84\x35\xdb\x63\x57\x9a\x11\x12\x7c\xdc\xd2\x78\x24\xbf\x1e\x4d\xbf\x70\x6c\xca\x4c\xc2\x6f\x8f\x99\x2e\xa2\x96\x3d\xe6\xcf\xcc\x94\x84\x6b\x91\xf4\x8d\x09\x15\x8c\x3c\x1f\xf5\xc8\x22\x1d\x95\xf8\x45\x65\xb4\xa3\x89\x8f\x79\x44\xf1\xe4\xc8\xee\x3f\x69\x3c\xfd\x07\x2f\x46\xd2\x8f\xd9\x2d\xd5\x07\x09\x27\x1c\x3c\xfc\x16\xf3\x80\x42\xb4\xb9\x2e\xd6\x86\xc2\x75\xf4\xbc\x6b\xf7\x6d\xa0\x1d\xf6\x72\x63\x46\x13\x17\x19\xf0\xec\x9c\xe7\x1a\xca\xf5\x0e\x3c\xc2\xe9\xe4\x39\xf5\xe1\x6e\xca\x54\x4d\xcc\xdd\x4b\xe3\x7e\xd8\xc3\x18\x62\x25\xf4\x37\x8b\xa5\xf1\xd2\xb5\x86\xfd\xd6\xdb\xca\x4f\xad\xac\x9f\x38\x89\xfd\x4f\x95\x74\x30\x4e\x59\x72\x65\xbf\x53\x96\xbc\x13\x4f\xbd\xc3\x8c\xdd\x94\x0a\x3b\x8a\xd0\xa9\xa7\xdc\xc3\xf9\xfd\x00\xda\xf1\xa5\x58\x73\xbd\x83\x14\xfd\xc3\xcc\x7f\xc9\x3e\x43\xb8\x78\xf2\xf4\x52\x42\x56\x93\x8e\xdf\xa3\x9d\x6e\x52\x15\xdf\x20\x4f\xec\xf9\x0f\x31\x14\x12\x66\x0b\x75\x78\x31\x71\x12\x0f\x20\xa6\xa5\x68\xb7\x19\xf8\x86\x49\xfe\xd3\x5f\xf9\x0d\xdd\x44\x71\x6c\xc5\x8e\xad\xc4\xca\x58\x7c\x3d\x8c\x32\x31\x32\x1e\x90\x73\xd5\x6e\x5a\x37\x66\x64\x31\x3f\x62\xd2\x8a\x68\x52\x2b\x18\x57\xc1\xf5\x73\xcc\xad\x98\x0f\x63\xfa\x36\x81\x46\x69\xc7\x03\x27\x68\x9f\xd5\xcc\x91\x6f\xa3\x2b\x6a\xa7\x49\x99\x3d\x19\x1f\x26\x2b\x86\xf9\x30\x59\x31\x46\xd4\x13\x99\x9e\xc3\x68\xeb\x9a\x51\x30\x95\x66\x6c\x66\x8d\x1b\xc5\x8b\x8c\x93\x6b\x69\xe7\x9a\x99\xc5\xcc\xbb\x4c\x6f\x66\xe0\x64\x14\x30\xf3\x20\x63\xc1\x05\x62\xf8\x9e\x0d\xbb\x4d\x3c\xb3\xb3\xe3\x5f\x51\x4f\x9c\x09\xfc\x8b\x72\x48\xa9\xaf\xf9\x6c\x2d\xe3\xc5\xfc\xaa\xa3\x74\x98\xf2\x74\xe1\x1b\x68\x5f\x10\xe0\x15\xfc\x81\xe7\xc1\x36\x8a\xde\x4b\xbf\x45\xd0\x7e\xda\x63\xe4\x6e\xfa\x56\xd7\x60\x46\x97\xed\xaf\xed\xa7\xa7\xb4\xad\x8a\x23\xff\xad\x62\xe3\xa9\xf5\x47\x05\x33\x4f\x60\x40\xce\x09\xd6\x43\xb9\xc0\x2a\x4f\xed\x1d\x4f\x13\x8e\xac\x13\xc3\x7a\x02\xf2\x8f\xb3\xa5\x38\x29\xe3\xc3\x14\x18\xeb\x12\xf2\x5d\x18\x66\x48\x23\x2d\x7f\xcd\x90\xed\xfc\x3e\x33\x1a\xf3\xbd\x5c\x69\x1d\xcd\xef\xc1\x91\xaa\xc0\x98\x75\x0f\x0a\x8c\x19\xf7\xcf\xcf\x4f\xa6\x3a\x39\xf9\x6a\x05\x77\x41\x8a\x60\x1c\x27\x72\x0f\x3d\x53\x07\x9d\x8c\x99\x4b\x9f\x2d\xad\x13\xe9\xaa\x6c\x7f\xe9\xe8\x90\xce\x56\x60\xff\x10\xaa\x9e\x22\xe3\x01\x2d\xaf\x62\x1d\x24\x4f\xdb\xbd\x34\x2e\xe6\x3b\xc4\xd0\xfe\xd8\xf1\x5a\x2c\xf5\xeb\xcc\x4e\x47\x28\x4e\x4c\x6e\x91\x40\x51\x7a\xbc\xe7\x09\x5a\x37\x86\x3e\x39\x49\xb3\xbc\x5f\x70\x2a\xc5\x09\x23\x9d\xb3\xd4\x1e\x6d\xe2\x33\xa9\x5e\xef\x2f\x7d\x1c\xdf\x02\x49\x37\xa9\x44\x9a\x1f\x25\x15\x3a\x74\xc3\xa1\xb4\x33\xf3\x40\x2e\x96\x0d\x69\xcb\xef\x5b\x3b\xb1\x65\x06\x6f\x89\x37\xcf\xe0\x8b\x0e\x5b\xc8\xaf\x8b\x67\xa2\xa8\xc7\x4a\x3a\x26\x91\xfe\x47\xc9\xea\x7c\xd2\x8f\xb8\x90\x5c\x4e\x7c\x8a\xf3\x35\x1c\x27\x8a\x0b\xde\x52\x86\xa4\x58\xef\x1f\x52\xbc\xc9\x97\xf4\x40\xce\x49\xf3\x22\x9d\xf6\x17\x32\x1e\xd0\x8a\xeb\x7b\x88\x77\x2f\xe3\x01\xb9\xfb\xb2\x0e\xd2\x5c\xef\x78\x5a\x9d\x1c\xbc\x13\x68\x54\x4e\x73\x3c\x41\xb3\xd5\xba\x3a\x99\xfc\x1f\x73\x24\x95\xd6\xcb\x21\x31\x67\x28\xff\xd0\x3b\x37\x83\xf8\xb8\x5d\xf5\xd9\x6f\xfd\xed\xf9\xb4\xea\x35\x9a\x51\xcc\xc2\x83\x29\xa5\x52\xa6\xaf\x42\xca\x6c\x5c\x35\xd0\xa6\x7d\xc0\x15\x8f\x4e\xe4\xd7\xd5\x6b\x83\x28\xe2\x54\x9c\xe4\x1d\xed\x55\x17\x47\xaa\x77\x73\xd5\x9b\x19\xcb\x57\x46\x6c\xa4\x9d\xf9\x95\xd4\x3d\xb4\x92\x5f\x29\x3e\x4e\x33\xb2\x7c\x42\x26\x3d\x61\xc5\xe0\x32\x62\x00\x57\x8c\x7e\x40\x23\xb7\xdc\x98\xf5\x30\x2e\xdb\x32\x2f\xa6\xa4\x82\x73\x6f\xc5\x52\x4d\xde\x7c\xd2\x9f\x5b\xd3\x62\x1f\xf1\x9e\x96\x5d\x89\xa5\x68\x22\xe3\x01\xcd\xf7\x38\x46\xf1\xc1\xc5\x31\x91\xd6\x85\x19\x11\x27\x29\x0e\xda\xea\x9e\xa6\xf7\x2d\x74\x58\x8d\x64\xe4\xe7\x74\xe2\x13\x0e\xae\x60\x16\x46\x6f\x49\x0f\xc9\xb0\x75\x31\xf1\x65\x5b\x37\xba\x40\x71\x44\xb3\xf7\x65\x29\xd3\x7b\x45\xca\xfc\xc8\x32\xdd\xb7\xbf\xb3\x3e\xcc\xad\x2a\xe6\x81\xdc\xaa\xe2\x8a\xb7\xb7\x1b\x8e\xa7\x13\xdb\x1d\xd8\x13\xe3\xf2\x4e\x25\x2b\xdc\xdd\x0e\x0b\x24\x1e\xd9\x9d\x11\x91\xb4\xd2\xdf\x39\x7a\x84\xf6\xd1\xb7\x9f\x30\x43\xe7\xd6\x9b\x12\x6a\xa7\x5b\x1d\xef\xd0\xb8\xb8\x59\xf3\x8a\x56\xea\x1b\x69\x9f\xe9\x7b\xaf\xd9\xfc\xa0\x48\x20\xab\x2b\xc5\x75\x82\x96\x07\xc6\xd1\x2a\xeb\x75\xfd\x28\xf1\xc2\x3d\x56\x26\x12\xdb\xc2\x75\xc7\x49\x5a\xbd\x1c\xc1\xfd\x3d\x5d\x87\xe7\xb7\x4d\x54\x06\x8d\xb6\x09\xc7\x73\x88\x2f\x3e\xfc\x7a\x1e\x45\xa9\x81\x81\x05\xb4\x9f\xee\xf9\x93\xeb\xe8\x74\x56\x2c\xa5\x55\xab\xd5\x6c\xd6\xc7\x69\xa8\x73\xf5\x4d\x5d\xff\xef\xad\x64\xfb\xd0\xb2\x21\x29\x79\x3d\x6c\x6f\x40\xcc\xfc\x47\x27\xfa\xd0\x7e\xe2\xa1\xc0\x8c\xff\xaa\xfc\x19\x14\x61\x1f\x3d\x59\x44\x4a\x99\x55\xc3\x02\x42\xd9\xf2\x4c\x7e\x18\x70\x90\x66\xe4\xc3\xa3\xa7\xe9\xc9\x1f\x0d\x3d\x4f\xbf\x78\xbf\xe2\x06\x45\xe4\x87\x36\xac\xc0\x72\xef\xc2\x47\x9a\x89\xf7\x0d\x04\x9a\xd1\x77\xb6\x0b\xf4\xc4\xd7\x47\x08\xff\x85\xff\xd0\xfd\x47\xad\xfd\xd9\x1d\x30\x8c\x04\xfe\x2a\x02\xba\xcf\x93\xf0\xfe\xbc\xdf\xf0\x7e\x01\x18\xe0\x03\x3c\x76\x01\x86\xa6\xb0\x9e\xff\xd8\x16\x40\xe5\x2b\xf1\xac\x0d\xdc\xb0\x16\xdb\x10\x28\xd3\x01\x1c\x1d\xc4\x28\x00\xb8\xad\x00\x2e\x08\x8c\x63\x15\x37\x01\x7c\x8a\x81\xfc\xa3\xc0\x86\x1c\x20\xef\x07\x10\x6a\xce\xf9\xff\xfd\x9d\xf9\x3e\xfb\x71\x4b\xc6\x03\xc5\x11\x58\x54\x02\x5c\x18\x21\xce\x7a\x6e\xd1\x82\x5b\x40\x95\x17\x70\x3e\x8b\x71\x4e\xd9\xbd\xf7\xfa\xf5\x1f\x92\x4d\xfe\x37\xfe\x2f\xfc\x56\xe7\x84\xf4\x2f\x02\x80\xce\x52\xae\xbb\xd3\x41\x6e\x87\x8e\x9b\x81\xef\xf3\x18\xd7\x7e\xbb\x01\x30\xba\x07\xbc\x8e\x06\x4c\xdb\x03\x4f\x9f\x01\xfd\xa6\x71\x3e\x6b\xb0\x3e\xf0\x87\x3d\x30\xea\x21\x70\x73\x14\x60\xd9\x00\xb8\xe2\x00\x4c\x0d\x04\x2e\xbd\x07\x66\x8f\x00\xce\xdf\x05\xe6\x45\x01\x85\x63\x00\x2f\xe7\xdf\xf0\xee\x55\x5c\xff\xa1\xc0\x00\x08\x1f\x0a\xe4\xdb\x03\xfb\xc5\xf7\x13\x81\xe3\x23\x80\x9c\x68\x6e\x87\x5c\x81\xdb\x40\xf4\x57\xdc\x47\x8b\xed\xf3\xac\x80\xdb\xeb\x6b\x18\x88\xb5\x25\x3e\xfb\xd9\xbe\xff\x9b\xff\x70\x78\xeb\x7f\xf2\x1f\xea\xf3\x3f\x7e\xd5\x01\x49\x01\xfe\xfa\x07\x68\x9b\x02\x7c\x9e\x0f\xb4\xab\x02\xde\x0d\x00\xba\x94\x00\x2f\xdd\x01\x71\xbd\x7f\xba\x1e\xe8\xed\x0b\x3c\x68\x0b\xf4\xb7\x07\x6e\x9f\x02\x86\xf9\x01\xd7\x26\x00\xe2\xb8\x2e\x9f\x00\x4c\x9e\x00\x94\x1a\x00\xf6\x1d\x81\xe2\xcf\x7c\x9f\x39\xff\x19\xe0\x69\xca\xfe\xaf\xae\x01\x72\xda\xb3\x2e\xc8\xb9\xb1\xc0\x8e\x5d\x8c\x55\x44\xeb\x33\x76\x73\xcc\x9f\xed\xd9\x99\x8c\xef\x17\x07\x03\x39\x7b\x80\x5b\x3b\x18\x2f\x79\x6e\x06\xe4\xf7\x04\x7e\xd8\x32\x3e\x2e\x8e\x07\x99\xfe\x7f\x7d\xfc\xff\x90\xa4\x61\x70\xa0\xfc\xbf\xf3\x1f\x64\xbc\x8f\xdf\x75\x2f\xfe\xea\x0f\xb4\xf8\x00\x7c\x34\x05\x5a\x77\xf8\xad\xbe\x43\x39\xd0\xe5\x0c\x73\x10\xc4\x7d\xe0\x1f\x4d\xb9\x3d\x6e\x24\x03\x66\xeb\x99\xff\x33\x4a\x1d\xb8\x3c\x13\xb0\x1a\x08\x5c\x90\x03\xa6\x0f\x03\xf2\x6f\x03\xce\xaf\xd8\x9f\x05\xd1\x40\x76\x0e\xb0\xd2\x15\xc8\xea\x28\x9e\x0c\x81\xb3\xb6\xa0\xca\xa6\x19\xcf\xb8\x1d\x32\x0e\x30\x86\x99\xee\xc8\xe3\x21\xbb\x35\x70\x71\x3b\x90\xfd\x83\xb5\x55\xc4\xef\x79\x91\xc8\xed\xf4\x77\x1e\x70\x66\x54\x3d\xfc\x5f\xea\xd3\x43\x81\xff\x07\xfe\x43\xbd\xfa\x27\x4d\xdb\xfd\x27\xdf\xe1\xfd\x66\xa0\xe9\xd9\xda\xfa\x0e\x32\x9d\x83\x07\x76\x40\x57\x3b\xe0\xce\x19\xc0\xd4\x87\xeb\x3b\xf4\x1b\xc8\x38\x97\x18\x2f\x2e\xee\x07\x26\xfa\x02\x45\xd3\x81\xa9\x6e\x3c\xae\x1d\xb3\x80\xcc\x10\x60\x41\x5b\x20\x3d\x11\x58\xe6\x0f\x9c\x59\x03\x04\xe4\x01\x69\xc5\x40\xc8\x6d\x20\xed\x36\x10\xf5\x12\x48\xcb\x03\x8e\x5e\x00\x4e\xab\xf1\xbd\x7f\x31\x16\x9e\x8f\x04\xce\x74\x00\x6e\xef\xe4\xb6\x79\x21\x00\x62\x14\xff\x1d\xff\x97\xf1\x9f\x64\xfe\xef\x5f\x57\x97\xff\xf0\x8b\x07\xf0\x1b\xff\x41\xa6\xfb\xa1\x53\xc4\x7c\xb0\x06\xc9\xc0\x3f\xfe\x80\xa6\x00\x7c\x0e\x04\x34\xb5\x80\x77\x5a\x40\x23\x73\xe0\x45\x0c\xeb\x3d\xc8\x74\x0e\x2a\x53\x81\x76\x46\xc0\x2d\x67\xc0\xf0\x0a\x70\xd5\x08\xe8\x9d\xc7\x38\xcf\x20\x73\xa0\xe8\x3a\x30\xe6\x34\x90\x1b\x0b\x4c\xea\x08\x64\xeb\x02\xf6\x2b\x80\xf4\x06\xc0\xbc\x6c\x66\xdd\x2f\x7e\xc0\xf5\x0d\xc4\x13\x7c\xe2\x23\x60\x8b\x35\x90\xe4\x05\xec\x1a\x0b\xa4\x04\x33\x16\x7a\x32\x01\x38\x7d\x1b\x48\x36\x06\x8a\x0b\x81\x53\xba\xc0\x9d\xdb\x40\xea\x30\xe0\x55\x33\xf1\x74\xc2\x7d\x27\xc3\xff\x65\xe3\x5f\x36\xee\x7f\xe9\x20\x48\xfc\x87\x9d\x92\x0d\xfb\x2d\x3e\x10\xff\xe3\x08\xa0\xfe\xbc\x96\x07\x41\x78\x77\x4a\x2d\xef\xe1\x4d\x32\xa0\xf8\x07\xf0\x7c\x1d\xa0\xf6\xba\x96\xf7\x20\xc6\xaa\x16\x65\xc0\x55\x2d\xa0\xdd\x2d\xa0\x6c\x11\xd0\x73\x1b\xf3\xb6\xfa\xdc\x07\xf2\x33\xb9\x3e\x4c\x66\x2a\x60\x21\xf6\xe9\x77\x60\x7a\x6b\x20\x4d\x1e\x70\x6d\x0d\x24\x16\x03\x8b\xaa\x80\x24\x33\x90\xd2\xed\xb1\x2f\xc0\xe6\x62\xe0\x68\x39\x63\x9b\x62\x1b\x1c\x9c\x09\x1c\x5b\x03\xa4\x9d\x03\x8e\x1b\x01\xc5\x6e\xc0\xf1\x04\xe0\x56\x24\x70\x42\x13\x78\x79\x13\x38\x3e\x14\xf8\x3b\x91\xb9\x86\xbf\xfb\xff\xab\xdf\x43\xeb\xfa\x2d\xc3\xc3\x65\x75\x30\x84\x7a\xfc\x0f\x19\xde\xff\xbf\x78\x0f\x8a\x36\x40\x65\x43\x40\xf5\x27\x70\x33\x10\x68\xac\x0f\x5c\x2d\x00\x5a\x66\x03\x25\xaa\x40\xc7\x00\xf1\x94\x00\x18\xdb\x03\x39\x8f\x00\x33\x6b\x8e\x71\x63\x5b\x01\xa9\x2e\xc0\xe4\x97\x40\xa2\x1d\x30\x3b\x54\xc2\xfd\xc5\xd3\x4e\x28\xb0\xd2\x09\x38\xf2\x03\xd8\x14\x07\x1c\x5a\x0f\xec\x4c\x01\x8e\x44\x00\x87\x9f\x72\x0d\xa5\x53\x62\x9c\xaf\x06\x8a\x07\x02\x47\x6a\x38\x3e\xc4\xbb\x03\xaf\xf4\x81\xc3\x23\x81\x9f\xef\x6b\xc7\xff\x9e\x4e\x75\xf9\x1f\xbf\xfc\x96\xe2\xe5\x66\xe5\xba\xb8\xf8\xff\x97\xf7\x70\x93\xed\x2f\xde\xc3\xfb\xba\xbb\xa1\xab\xfa\x80\xf2\x60\xa0\x64\x09\xa0\xb3\x80\xf5\x5e\x5a\x5f\x07\xce\x99\x03\x5d\x1b\xb1\xe6\x51\xbf\x58\xe0\x54\x3c\x30\xbc\x92\xeb\x97\x58\x3e\x60\xff\xed\xf5\x79\xfc\xce\x2f\x66\x2e\xd4\x72\x63\x20\xf6\x3b\xaf\x1b\xb1\x1e\x40\x84\x2b\xb0\xff\x20\x70\x68\x27\x70\x20\x97\x63\xc1\x81\x29\xc0\xf9\x96\x40\xec\x4a\x71\x27\xc9\x5a\x53\xe2\xbe\x79\xbf\x25\x63\xd5\xb2\x3a\x28\x61\xd2\xfc\x08\x3e\x59\x97\xf7\xb1\xde\xfc\xdf\xf9\x00\xff\x31\x0e\xea\xd7\x3b\x91\xc6\xc1\x53\x53\xa9\x1d\x14\xd9\xca\x78\x0f\x97\xfb\xb1\x15\xd7\x32\xe5\x1f\x40\x9e\x2a\xa0\xdb\x85\xfd\x6f\xab\x09\xa4\x58\x03\x46\x5b\x81\xe3\x57\x00\xb3\x26\x1c\xf3\x26\x24\x00\x87\x32\x80\xe9\x7a\xec\x87\xab\x37\xd7\xf1\xf1\x9e\x0d\xec\x9b\x08\xac\x57\x05\xf6\xda\x01\xe1\xa9\x40\x94\x37\xf3\x28\xf7\xe6\x71\x2c\xdc\x13\xcc\xbf\xb5\x47\x1b\xb8\x7d\x80\x6b\xb0\x55\x7f\x07\x76\x8f\x60\x8e\xa7\x8c\xf7\x23\xe3\x7f\xc8\xfc\x96\xf1\x3e\xea\xf3\x1f\x64\xf6\x57\xbd\x0f\x23\xb6\xf5\x75\x3f\x9e\x4b\xe3\xe1\x5e\x28\xdb\xff\xd0\xbd\x98\xc5\x36\x5f\x3a\x4d\x67\x6a\x01\x6a\x3f\x99\xe7\xd4\xd4\x98\x39\x1c\x1d\x0b\x81\xa3\xba\x40\x9f\xce\xc0\xc1\x01\xc0\xc8\x0c\x20\xfa\x25\x30\xd9\x06\x88\xca\x07\x9c\x7d\x81\xdd\xc3\x81\x25\x7e\xcc\xa5\x5d\x57\x05\xec\x5c\x00\x84\x45\x01\xe1\xf1\xcc\x7d\x09\xdb\xce\xf3\x22\xcc\x9b\xc7\x43\xa8\xbe\x78\xc2\x00\xc2\xda\x02\x35\x9a\xc0\xb6\x7b\xac\xf1\x25\x1b\xef\xb2\xfe\xae\xef\xf7\xe2\x9a\xba\xfc\x07\x99\x95\xf1\x1e\x7e\xe9\xdf\x48\x7c\x87\x17\xd2\xad\xc2\x5f\xfc\x17\xa9\xfe\xcb\x55\xa9\x1e\xce\x65\x89\x1f\x51\x28\xd5\xcb\xc8\x92\xbe\x27\x55\xaa\x3e\x7c\x42\x19\x68\x90\xc4\x1a\x2f\x62\xdc\x88\xed\x01\x74\x5f\xce\x1a\x59\x83\x2b\x00\xf1\xac\x68\xf9\x09\x88\xf0\x02\x66\x6f\x01\x42\xdb\x02\x8b\x9e\x01\xdb\x0d\x01\xff\x0b\x40\x88\x37\x10\x3a\x17\x08\xb6\x04\x62\x6f\x03\x41\x16\xc0\xa9\x21\x1c\x43\x8b\x2a\x81\x4d\x5f\xb8\xc6\xe0\xc6\xb3\xc0\xab\x9a\xda\x79\x2e\x1b\xe7\x32\xbf\xbd\x3c\xea\xfa\xbb\x60\x3b\xdb\xb9\x92\x7e\x94\x8b\xc4\x13\xfa\x55\xf7\xc6\x93\xed\xeb\x4d\xf5\xfc\xbf\x2e\xcd\x03\x69\x9c\x94\x49\xf3\xa3\x68\x03\xdb\x73\x3f\xd8\x9e\x91\xda\x4f\x76\x0b\xed\x50\x7b\x5e\x6f\xc4\x71\xaf\xad\xcf\xe3\xbb\xc3\x48\x20\xc2\x06\xe8\x93\x05\x84\xae\x06\xc6\x36\x06\xb6\xee\x05\xa6\xff\x04\xb6\x54\x03\x0b\xab\x80\x4d\xad\x01\x5f\x33\x60\xbd\x1b\xb0\xfd\x05\xb0\xae\x2d\x70\xe0\x29\xe0\x77\x01\x48\x6d\x03\xac\x5d\x0b\x14\x1c\x06\x7c\xd2\x80\x1b\xdb\x81\x35\x2d\x81\x17\xda\xc0\xaa\x4c\xe0\x47\x33\x60\xa9\xc4\x9f\xf6\x90\xc6\xc3\x7c\xdd\xba\xfe\xce\x96\xf6\x97\x0e\x52\xbd\xb5\x19\xd2\xde\x49\x56\xf7\xe7\xcd\xa2\xba\xfe\xdf\x95\x6e\x17\xde\x90\xec\x2f\xfe\x43\x73\xb6\x7c\xca\x06\xce\x48\x71\x33\x59\xfa\xfb\xa3\xd2\x3c\xd9\x9f\xc0\x76\x57\x5b\x40\x79\x13\x10\x3a\x47\x7e\x51\x8b\x19\x40\xf0\x71\xa5\xa2\x1e\x06\xc0\xc6\x3d\xaa\x3d\x87\x05\x01\x01\x59\xea\x2d\xa7\xe4\x00\x6b\xf3\x35\xd4\xe7\x85\x00\xab\x3d\x35\xb6\xae\x6e\x01\xac\x98\xa4\x71\x66\xab\x02\xe0\xfd\x5e\xc3\x33\xda\x1f\x58\xb2\x4d\xbd\x32\x69\x1e\xe0\x55\xaa\x3e\x35\xf7\x22\xe0\x69\xa5\xe6\x73\x75\x0a\xe0\x71\x5a\xf5\xf1\x93\x13\x80\xbb\x8f\x6a\xc8\xd7\x23\xc0\xfc\xae\x2a\xa4\xdb\xee\xf4\x55\x49\x53\xb4\xf6\x36\x0a\x87\x44\x6b\x27\xb5\xcf\x54\x69\x5c\xd8\x48\xe7\x10\x6b\x69\x2f\x2d\xe3\x7f\xc8\xf8\x3f\x32\xff\xeb\xf3\x7f\xce\x4b\xb7\x47\x72\xae\xca\x11\xaa\x72\xa6\x4a\x99\x4e\xc3\x49\x21\x5c\x27\xe7\x48\x8d\x16\xe5\x67\xf6\x39\x68\x53\xa4\xdd\xe9\xab\x4d\x33\x66\x4b\x7a\x63\xaa\x87\xb0\x6e\x5f\xd3\x66\x3a\xc6\x80\x4f\x96\xde\xa0\x4e\x0f\x81\xe5\x9f\x5a\x0c\x1f\x38\x45\x6e\xdd\x12\xad\x16\x85\x16\x5f\xe4\x1d\x3d\x1c\x5a\x1a\x39\x56\x2a\x0c\x77\x7b\xd1\xe2\xc5\xd2\x1c\x85\xb3\x73\xc3\x5a\xec\xdd\xd8\x57\xb1\xa1\xcb\x5f\x2d\x46\xed\x36\x50\xec\xeb\x94\xa5\x57\x96\x10\xad\xf0\x75\xf6\x13\xbd\xf5\x59\x7d\x15\x4e\x38\xdc\xd2\x1b\x54\xa6\x22\xff\xd2\xc1\x54\x6f\xdc\xc3\xb9\x72\x33\xec\x63\xf5\xfe\xf9\x68\x0e\xdd\x19\x13\x9a\x93\x0e\xef\x94\xd7\xba\xa4\x87\x62\xad\xaa\xd3\x4a\xb4\x13\x3f\x68\x2e\x13\xed\xb8\x73\x0d\x48\xe7\x7f\xec\x3b\x75\xe2\xc7\x8c\xee\xa3\xb2\x41\xb4\xf5\xf9\x3f\xf5\xfd\x2f\x9a\x2a\x47\xd9\x81\x2c\x2d\xe6\x05\xa4\x5e\x69\x4c\x79\xa5\xe3\x13\x9a\x51\xbe\x3f\xae\x8a\xeb\xa6\x44\x45\xb4\xa1\x91\x12\xaa\xdf\x81\xb2\xef\x9b\xd2\x58\x47\xc0\xc7\xa3\x33\xfd\xdd\x52\xa5\x2e\x85\xaa\xa9\x62\xbf\x19\xb6\x6a\xdd\x57\xee\x8b\x6b\x54\xd7\x62\x13\x13\xa5\x2e\x8e\xaa\x86\x36\xa3\x3a\x2a\x1f\x98\x19\x63\xd8\x6e\xba\x8e\xaa\x9a\x6d\x75\xd7\x2d\xee\xf2\x6a\xfa\x93\x17\x77\x39\xe7\xd7\x46\xbd\xa9\xb5\x61\x97\x96\xa1\xc9\xea\xf7\x2d\x0e\x76\x6e\x72\x30\x48\xa3\xcb\x84\x2d\x9d\x56\x9c\xee\xa8\x31\x75\xdc\xcb\x8e\xbb\x2e\x98\xa9\x0b\x63\xbf\x74\xec\x7d\xd7\x41\x7d\xfd\x58\x93\x0e\x97\xde\x54\xa9\xb9\x8f\xc9\xed\x90\x2b\x08\x2a\xcf\x47\x1a\xb5\x73\x16\x04\x65\x77\x19\xcf\x63\x70\x9f\xd6\xae\x82\xa0\x10\x35\x70\x4d\xab\x58\x41\x50\xd0\x1d\x10\xd4\x32\x5a\x10\xe4\x03\x07\xa8\xb7\xf0\x16\x04\xb9\xfc\x5f\x71\x20\xa0\x9e\xff\x36\xcc\xfb\xc9\xac\xe1\x3a\x48\x29\xfb\xf4\x29\xdf\x7a\xb4\xbc\x23\xe5\x1b\xf7\x07\x18\x7e\xa5\x71\xdf\xdf\x98\xb2\x48\xdb\x1d\x8d\x69\x85\xdd\x68\xc6\x3c\x09\x9f\xa5\x7d\x08\x5d\xf1\x2a\xee\x4f\xf9\x1a\x97\xf9\x03\x28\x12\xd9\x9b\x98\x69\x35\xb1\x03\xa6\xfa\x0f\xea\xdd\xb5\x9d\x62\xaa\xe5\xe2\x81\x33\xcd\xf2\x54\x83\xc6\xf5\x1b\xa8\x34\xc9\x4d\xdd\x6b\x64\xdf\x01\x0d\xe7\x7c\xd6\x78\x63\x7e\xaf\xff\xb4\x95\x3e\x0d\x1d\x07\x7d\xee\xb7\x2f\x78\x8f\xe6\xc6\x01\x4d\xfb\xba\x46\xff\xa9\xd5\xa1\xaf\x4f\x1f\xdb\x93\x7f\x6a\xcd\xec\x2d\xf4\x6e\x52\xd0\x55\xab\x5d\xaf\x3f\x7a\xf9\xde\xd8\xa0\x79\xb8\xd7\xda\x5e\x83\x5e\xac\x6d\x98\xda\xeb\x48\xaf\xd9\x3f\x9e\x6a\x3c\x31\xc9\x37\xde\x21\x08\xea\xe8\x79\xc8\x68\xb2\x20\xa8\x2e\xee\xee\xd9\xad\xa5\x20\xa8\x0c\x32\xbc\xd9\xe5\xbe\x20\x28\x4f\x30\xec\xde\x79\xb5\x20\x28\x5d\xe8\xfc\xae\x43\x8d\x20\x28\x9e\xbf\xed\xcb\x3c\x90\xb2\x40\x15\x42\x55\xf3\x1f\xea\xd0\x0c\x49\x3f\xd3\x8a\xfa\x33\xa5\xa2\x23\xf3\xbe\x8e\x74\xa7\x6c\xe7\x7e\x81\xf1\x71\x19\xff\x65\xbb\xfe\x00\x1a\x41\x1b\x56\x0e\x21\x9c\x6b\x6d\xe3\xe1\x84\x53\x2d\x76\x19\x4d\xb8\xbf\x6b\x21\x67\x95\xa6\x2d\x1d\x47\x3a\xf7\x13\xfb\x4f\x54\xd4\x08\x06\x46\x2d\x9f\xa8\xd0\xf6\xbe\xfc\xad\xc1\x1f\x27\xf4\xef\xe3\xa1\xa2\xd6\xef\xe5\xf8\x33\xe3\x93\xd5\x5a\xf6\x72\x1a\x6f\x33\x7b\x8c\xba\x4a\xcf\xb0\x71\x21\x4b\x77\xab\xa7\x76\xd7\x1b\xd7\x62\x93\x93\x86\x62\xd7\x1b\x63\xbe\x47\xf9\x6a\x0c\xe9\x7c\x6f\x8c\xf1\x89\x57\x1a\x9d\x3b\x75\x1a\x3d\x3c\xb7\x8b\x7a\x72\xc7\x2e\xa3\x66\x5e\x5d\xac\xde\xba\x83\xf5\xc8\xbb\x4f\xb7\xab\xb5\xee\xd0\x71\x64\xd6\xb7\x57\x2a\x37\xdb\x1f\x1c\xd6\x4d\x10\x94\x0f\x1b\xac\x1a\xec\x27\x08\x4a\x4e\x06\x5e\x03\xfa\x0a\x82\x92\x62\x9b\x0f\x7d\x2d\x04\x41\xb1\x8f\xfe\xf6\xde\x13\x04\x41\x61\xb3\x7e\x8a\x49\x81\x20\x28\x2c\xba\x9c\xcc\xb7\xc4\x0a\x8c\x9b\x13\x8e\xf5\x8b\xff\xa3\x6d\x48\xd9\xc1\x23\x66\xfd\x18\xff\xae\x18\x48\x7c\xa0\x5d\x03\x87\x11\xcf\x61\xdb\xc1\x51\x94\x6d\xdf\xd0\x62\x1c\xb5\xcb\x1a\x2b\x0b\x8a\x34\x4b\x2c\xad\xa5\xfa\xd6\x93\xa8\xff\xa7\xaf\xb2\xa5\x9d\xc9\xc4\x71\x76\x84\xb6\x0d\x9c\x30\xe3\x01\x2e\x03\x7d\x5a\xce\x4c\xd5\x33\x00\xba\xc7\xcd\xd8\xd0\xa3\xb5\xe2\xa5\xce\xe9\x33\x96\x8c\x8c\x57\x72\x69\x7f\x6c\x86\xf3\x8c\x0e\x4a\xa7\xda\x6e\x9e\xfe\xc4\x53\x5f\xa9\xa4\xf5\x8d\xe9\x23\x02\xb7\x2a\xad\x6e\x59\x6a\x77\x77\x57\x53\xc5\x67\x2d\x5c\xec\x2c\x8e\x29\x28\x36\xd3\x3b\x34\xed\x56\x76\xa1\xc2\x48\xbd\x89\xd3\xda\x56\x0c\x93\x2b\xd0\x73\xb2\xfd\xfc\xb8\x2f\xd0\x7c\xec\xd4\x0b\x5f\xac\x80\x26\x7f\xda\xd0\x3d\xde\xc6\x27\x2d\xe8\x5e\x9a\xb6\xe7\x38\x07\xd1\x36\xaa\x1e\xdd\x5d\xb4\x5a\x41\xc3\x73\xe9\xf5\xa6\xa1\x1b\x45\x2b\xe3\x3f\xc9\xf4\x7f\x4e\xa6\xf5\xa1\xbc\xe1\xd1\x09\x52\xfd\x27\x49\xff\x26\xe2\x06\xa3\x8e\xdb\x35\x2d\x48\x3f\x68\x43\xe1\x24\x9e\xff\x7a\xb6\x74\x02\xf1\xa6\xaa\xc4\x80\xdb\xe8\x59\x74\x3b\x7b\xd6\x05\x07\x42\x21\xac\x2f\x38\x12\xfa\x30\xbc\xe3\x1c\x42\x19\x7a\x04\xcd\xa3\xfb\x80\x06\x51\x6e\xe3\x35\xd7\x03\x2d\x9f\xcd\x2f\xeb\xd4\x57\x6e\x96\x5e\x2b\xb7\x65\x43\x6a\x80\x26\xf3\xdc\xb6\x4e\x75\x00\x74\x5a\xbb\x8d\x5d\x70\x02\xd0\x5a\x3c\x7f\xb9\x9f\x0b\xd0\xe0\xe1\xbc\x94\xf0\x19\x80\x86\xe6\xdc\xd2\xc3\x95\x80\xda\x4c\xd7\xa7\xe9\x2b\x00\xd5\x39\x73\xce\x5f\xea\x00\xa8\x8c\x76\xc9\xbf\xff\x0d\x50\x56\x77\x2e\x17\x07\x9e\x52\x53\x47\xd2\x85\x52\xb0\x98\xf1\x53\xb4\x72\x9b\x6d\xfb\x91\xcd\x9a\x4c\xf1\x53\x4e\xc5\x2a\x52\xa0\x98\x60\xe1\x26\xda\xcc\xe2\x1e\xe4\x47\x72\xf1\x00\xca\x5a\x26\x2c\x1b\x3a\x8d\xd7\xbd\x31\x94\x35\xdd\x35\x9b\xfd\x0e\x99\x3c\x39\x9b\xfd\x9f\x46\x9f\xf3\x69\x35\x93\xc6\xcb\xb2\x71\x8e\xa4\xde\xe0\xa6\xef\x42\xe3\xc6\x31\xc5\x95\xda\x63\x6a\xcf\xf9\x74\xcb\x74\xac\xdb\x42\x1a\x47\xfd\x42\x17\x51\x7b\x74\x68\x42\xd7\x02\xa1\xa5\xb6\x5c\x5f\x41\x0d\x50\xef\xbf\x5c\xaf\x55\x38\xa0\xdc\x73\x79\x9f\x3e\xd3\x00\xf9\x65\xcb\xfe\xb0\xa0\x9b\x94\xcb\xca\x5d\x28\xff\xbc\xac\xf1\x2a\xc2\xff\xbd\x87\x6f\x23\x4a\xca\xd2\x35\xb1\xf4\xfe\x92\x7d\x69\xb4\x32\x2d\x1e\x72\x9e\x98\x8c\x9e\xaf\x2a\x19\x81\x9c\xf2\x86\x66\xb2\xbb\x74\x7f\x79\xae\x03\x5b\xe7\x2d\x6c\xed\x25\xdd\x87\x59\x8d\xd9\xda\x39\x89\x36\xa5\x62\x70\x3b\xee\x7f\xd6\x39\xda\xff\xcf\x44\x9a\x17\x91\x55\x93\x69\x87\xb0\xad\x66\x06\xe5\xf3\x37\x5e\x99\x45\xfa\x30\x6b\xf5\x59\xff\x66\x69\xbc\x2b\x3d\xc5\xc2\x86\xf3\x69\x1e\x38\x1d\x5e\x48\x78\xe8\xb4\x4f\x1e\xd4\x0e\x16\x79\x4b\x08\xd7\x1f\x0a\xc6\xcd\x8d\x3d\x56\xd2\xdf\xb5\x7a\xb3\x86\x7e\x47\x51\x3b\xa0\x27\x47\xe4\x00\xa3\x66\xf3\x41\xc8\xba\x09\x8d\x40\xbf\x80\xf1\x14\xb1\xfc\x12\x9c\xc8\x1f\xbf\x32\x66\xd2\xf8\x9e\x09\xa2\x7b\xeb\xbe\x96\x31\xc4\xcc\x5a\xbb\x2f\xb9\x9a\x57\xa4\x22\xc2\x2b\x56\x47\xdc\xa4\x0a\x25\xab\x82\x5f\x50\xbb\xac\xd2\xf9\x41\x91\x69\xe9\x79\xf6\xd7\xe3\x18\xdb\x05\x12\xde\xeb\xca\xf5\x62\xe0\x42\x36\x61\xf9\x04\xe2\xad\xc4\xaa\x4d\xa6\x1d\xe2\xae\xcb\xd3\x08\x8f\xd8\x31\xde\x9e\xe6\xf5\xa6\x9e\xce\x34\xce\xd7\x6a\xcd\x23\x7c\x6b\x79\xd5\x42\xda\x59\x2e\x32\x58\x44\xe8\x81\xab\xc2\x62\x7a\xda\x99\x89\x4b\xa9\xdf\x27\x7d\x63\x5d\x98\xd1\x03\xb8\x8e\xcc\x40\x5d\x5f\xd2\x53\xea\x6a\xb4\x8e\x4e\x2c\x4d\xfc\x36\x48\x3b\xf2\x2d\xd2\x4e\x36\xe8\x0b\xe3\xbc\x41\xf2\xc6\x64\xb7\x2c\x1f\xab\xcb\xff\xce\x15\xa9\xb6\xac\x59\x4a\x88\xd1\x16\x7d\x56\x56\xd9\x14\xc7\xf7\xfd\x37\x3e\x38\x41\x67\xa3\x8d\x66\xb9\xe4\xcf\xfa\x70\xd6\xba\x0b\xac\x7e\x4a\xf8\xd7\xba\xa4\x2f\x84\x9c\xc9\xf8\x1f\x32\x5d\x94\x65\x1b\xd9\x2e\xe9\xc2\xd6\x53\x4d\xb4\x71\xdd\x27\xff\xe0\xfe\xe7\x7a\x58\xdb\xaa\x18\x66\xd9\xec\xcc\xfa\x20\xfe\xb6\x0b\x13\xd8\x7f\x4f\x62\x61\x2c\x32\x5b\x4c\x3b\xed\x79\xee\xcb\xa9\x1d\x66\xdb\xac\xa2\xfd\x84\xed\x7b\xd6\x4f\x98\x48\xb7\xef\xc4\x71\xc0\xb8\xb1\xc9\xab\x8d\xd4\x1e\xed\x6e\x05\x13\xbf\x44\x4b\x37\x44\xc2\x71\xc2\xa5\x15\x3b\x7c\x7f\x73\xe6\xc1\xfc\xec\x49\xca\xe7\x61\xfe\x3c\x32\xc3\x8a\x67\x52\xbb\x84\x45\x7b\x11\x03\x21\x4c\x71\x3d\x31\x1a\x43\x97\xb2\xe2\xc4\x0e\xad\x04\x3a\x13\x6f\x4f\xc8\xa2\x91\x17\x92\x52\x46\xbf\x1c\xb2\xe3\x11\xf1\x63\xb6\xfa\x72\x1d\x8c\x20\x79\xae\x77\x20\xd3\x45\xf1\x97\xea\xd9\xaf\xf5\xfc\xbd\x7d\xa2\xcc\x98\xef\x26\xd3\x01\xda\xb2\x73\x01\xe1\x2f\x81\x61\x9e\x84\xef\xfa\x28\x7b\xd3\xac\xf4\x06\xd7\x8d\x59\x90\xbf\x86\x98\xa7\xce\xed\xfc\xa8\xb7\x66\xb8\x07\x10\xee\x69\xed\xba\x9e\xc7\x81\xfa\x26\xd2\xd1\x1a\x74\x84\x79\x21\x3d\xc3\x58\x47\x41\xbf\x2d\xeb\x48\xa8\xe5\xcb\xf8\x30\xfb\xa4\x93\xfe\xde\xc1\x3c\x1e\xf6\x66\x1b\xd1\x8a\xb3\x77\xed\x48\x42\xd8\xa2\xbc\xed\xa8\x7f\xa3\x22\xdc\x09\x51\xde\xb3\x84\x99\x37\x7b\x82\xc3\x09\xa7\xdc\x53\x78\x84\x56\xe2\xdd\xdb\xce\x52\xe4\xd9\x35\xb0\x44\x8d\x7b\xb4\x72\x1d\xdb\x1a\x9a\xe1\x11\x6a\x42\x1d\x5d\x94\x60\x69\x7c\x6c\xce\x61\xbb\x7e\x27\xe7\x6b\x98\xd7\x17\xbc\xdb\x83\x66\xe5\xba\x2a\xae\x13\xe4\x73\x81\x51\x55\xef\x94\xd5\xc4\x17\xf2\x70\xf6\xeb\x24\xda\x39\x9f\xb8\x1e\x96\x4c\x0f\x67\x0a\x36\x53\x7c\x98\x60\x13\x4c\xfb\x89\x61\x83\xb7\xd3\xce\xb4\xaf\x31\xf7\x77\x57\xfd\x5d\xd4\x7e\x7a\x3a\xac\x17\xa2\xb4\x39\x5a\xca\x68\xc8\xf8\x30\x71\x9b\x9b\xd1\x3c\x3f\x18\x66\x44\xfd\x18\x77\x9f\x57\xa8\xb8\xcd\xb6\x92\x75\x5b\xc1\x96\x95\x97\xe2\xaa\x42\x69\x26\xc6\xf6\x60\xa5\x95\x58\xfb\x53\x84\x57\x1d\xd8\x52\x4c\x3b\xfc\xfd\x41\xb7\x69\xfc\xc4\x2c\x7c\x41\x8c\xaf\xe8\x8a\xef\xb4\x62\x47\x49\xfd\x1f\x29\xd5\x7f\x08\x13\xd8\x86\x04\x52\xbe\x6a\xe4\x62\x3a\x61\x6e\x48\x5b\x46\x3c\x30\x7f\x42\x13\x80\x15\x61\x7e\xd4\x1e\x9e\x61\x3c\xbe\xe7\x25\x4a\x7a\x38\xef\xb7\x12\x1f\xc0\xee\xf1\x56\xda\x47\x4c\x8a\xe6\x7e\x1e\xe3\xce\xec\x8c\x41\x6b\x76\xd1\xec\x36\xa9\xd8\x43\xed\xd4\xc1\x29\x9a\xe6\x91\xee\x81\x58\xfa\xbc\x42\x38\xe3\xa7\xb5\x7c\x98\xe3\x8a\xcd\x98\xff\x12\xdd\x9d\xc6\xf5\xb1\x3b\xc3\x98\x07\x13\x3d\x95\x66\x5a\x82\xef\x5c\xe2\x0b\x1d\x6b\xbb\x3a\x84\x6d\x08\x31\x75\x8f\xf5\x8d\x21\x65\x95\xa3\xfb\x4f\x12\xf3\x20\x41\xbf\x90\xce\xc2\xf1\x9d\xaf\x51\x64\x8b\xcf\x78\x4e\x2b\xc0\x11\xbd\x4f\x84\x13\x1f\x92\xf8\x1f\x32\x5e\xcc\x3e\x49\x27\x66\x37\xf1\x00\x36\xa5\xad\x64\x3d\x2c\xa9\x1e\x98\x4f\x27\xd6\x7b\x5a\xfc\x75\x13\xeb\x5f\x7c\x08\xa6\xf9\x32\xe7\xe9\x36\x42\x17\x67\xe4\xec\xa0\xd6\x9e\x3a\x2e\x82\xf6\x51\x16\x93\x77\x53\x2f\x0c\xeb\xc1\xfc\xa7\xfe\x9f\x98\x07\xd4\xa3\x8a\x59\x1a\x06\xce\x07\xc9\x6f\x9d\x96\xf1\x79\xec\x77\x92\xb4\x73\x4f\xbd\x0e\x1a\xbf\xa9\x5f\x9a\x52\x9d\x93\x54\x8b\x6e\x34\x8f\x53\xbb\x0d\xa1\x95\x39\xc5\x9a\xf9\x0f\xa9\x7a\xbc\x12\xa7\xca\xad\xa4\x91\x99\x5c\xc9\x0c\x9d\xd4\xce\xfb\x08\x07\x4d\xf6\x38\x41\xfe\x26\xd5\x9c\xa3\x08\x94\x64\x5f\x46\x38\x66\x92\xd9\xc3\x19\xfc\x7b\x1f\x88\xe1\x7d\x42\xe2\x81\x1c\xad\xe6\x78\x51\x97\x17\x13\xe0\xe6\x4f\xe7\xa5\x35\xfb\x99\xdf\xb7\x4c\x9f\xe3\xb8\x8c\x07\x24\xab\x8b\x35\x3b\x96\x79\x21\x76\xd3\xf7\x10\xbb\xc2\xda\x81\xf9\x30\xe3\x26\xc5\x50\xe6\x65\x68\x65\x1c\xcd\xd2\x3e\x89\x87\x28\x9e\x1a\xfa\x33\x2f\x44\xdf\xf2\x04\xc5\x19\xad\xe2\xe4\x46\xec\x7f\x9a\x74\x32\xcf\xfc\x00\xda\xa1\x64\x46\x34\xe1\x93\x5c\xc7\xae\x12\xef\x65\x30\xcd\x83\x8c\x61\xd6\xd4\xb2\x19\x87\x98\xb1\x9a\xf1\x65\x19\x55\x9c\xc9\x2c\xde\x44\x4c\xcf\xf4\x73\x5c\x4f\x2b\xe3\xfb\x71\x8a\xd8\x19\xda\xac\x4c\x70\x36\xec\x12\xfd\xe2\x99\xaa\x3f\xe8\xf5\x69\xbf\xd7\xd4\xf2\x67\x02\xfe\xa6\x13\x51\x4a\x81\x40\x0a\x92\x89\x52\x1d\x8c\x63\x54\x07\x62\xed\x86\x4d\x74\xf3\x60\x85\xe3\x56\xda\xff\xfd\x37\x1e\x90\xbd\xe7\x3e\xe2\x35\xd8\x6e\x3c\x40\x6a\x23\x96\xc6\xdc\xdf\xa3\x76\x1c\x26\x16\x97\x4c\x17\xc7\x34\xf9\x04\x65\x22\x3a\x0f\x3f\x49\xe3\xa7\xc5\x5b\x56\xa9\x68\x30\xec\x8c\x34\x0e\x64\x7c\xa0\xdc\x97\x7c\x83\x25\xdf\xad\x09\xcd\xc8\x82\xc6\x9d\x69\x5d\xcc\x4b\x34\xa3\xad\x56\xde\x6c\x0b\x8a\x17\xf9\xb7\x67\xd3\x8a\x93\x9f\xb3\x84\xe2\x48\x7e\xe6\x7a\xaa\x07\x93\xef\x15\x49\x8a\x35\x79\x73\x8f\x50\x5c\xcd\xfd\x74\x96\x3e\x9f\x97\xcc\x4a\x0c\x39\xd1\xb7\x69\xfe\xe4\x8c\x7a\x49\xbc\xca\xec\xfd\x5f\x69\xfe\x64\x4a\xeb\xc5\xd9\x30\xc6\xfd\x53\xa9\x3e\xce\xea\xad\xcc\x6b\x5c\xf2\x17\xcf\xef\x5f\x3c\xa0\xd8\xbd\x54\x47\xca\xb1\xfd\x7e\x3a\x77\xcd\xc8\x3b\x48\xbd\x62\xb3\x2d\x9e\x32\x76\xe3\xbf\x30\xef\x6b\x44\x58\x12\x45\xad\x81\x3d\x4e\xd2\xf8\xe8\xa9\xc1\x7e\x77\x2a\x63\xbf\x9b\x7f\xce\xa0\x79\xa6\x11\x74\xae\x29\xfb\x2f\xab\x17\x75\x61\x22\x8f\x87\x92\xe5\x3a\xf4\x97\x17\x5b\x76\xa6\x9d\xfb\x45\x0f\xae\xec\x7a\xd1\x63\x02\xcd\x8b\x0b\x59\xb3\x68\x47\x5e\xe2\xe8\xb5\x93\xdf\x0f\xa0\xf8\x78\xb1\x78\xa7\x2e\xdb\xc3\xc4\xe8\xb9\xb8\x28\x8d\x76\x3a\xe7\x3d\x8b\xe8\x09\x8b\xcf\x5f\x27\x1d\xaa\xa2\x39\x55\x34\x5f\x8a\x0b\x3e\xd2\x88\x2e\x7c\x2d\x90\xae\x48\x9e\x92\x40\x71\x83\xf9\x42\xcb\x36\xd6\xe5\x01\xb9\x6d\xd8\x4f\x51\x46\xc6\x03\x9a\xe5\x70\x84\xe2\xa3\x6d\x15\xf7\xb7\x55\xd6\x09\xea\x85\xb1\x01\xc9\x94\x8f\x19\x0a\xd6\x49\xe9\x7b\xf2\x34\xad\xb7\x46\x85\x99\x34\x9a\x3b\x84\x67\x93\x57\xcd\x77\xe7\x53\xd4\x53\xfd\x5a\xb4\x84\xfd\x2f\x49\x63\x5b\x21\x65\xf8\x2a\x82\xb4\x29\x42\x95\x57\x71\xc6\xa2\xac\xba\xdf\x53\xfe\xf7\x71\x94\x2b\xac\xf8\x8b\xf9\x0f\x57\xe0\x4e\x23\xb7\xec\xe6\x5a\xda\x7f\x56\xa8\x87\x52\x4f\x94\x27\xed\xa7\xf9\x5e\xde\x3d\x85\x76\x68\xe5\xa1\xf9\x94\x5b\x2e\x37\xbe\x4a\x4c\xf8\xf2\xa5\x55\xd4\x13\x97\x84\x1a\xbe\x59\x62\xf9\x83\xc6\xdb\xc5\x2b\x3c\x2e\xb8\x7e\x92\x57\xf5\x3e\xda\xad\xb9\xfb\x72\xfd\xbb\xb9\x6f\x0f\xd3\xfe\xd8\xe1\xe7\x51\x8a\x7f\xd3\x0b\x4f\xb0\x6e\xa0\x54\x1f\x6b\xe2\xfe\x53\x34\x0f\x46\x15\x72\x7f\x0f\xca\xce\xa0\x75\xa1\xf7\x96\x2c\x9a\xd5\xdd\xf3\xf2\xe8\x57\x0c\x9e\x16\xd2\xac\x6d\xa2\x7c\x81\x76\x3b\x6a\x0f\x2e\x49\x19\x4e\x19\x1f\x48\x96\xf9\xbf\x95\xd4\x88\xc6\xf3\x2d\xe3\x76\x14\x91\x6e\xde\xee\x43\xcf\x7d\x33\x73\xcc\x68\x7e\x7f\x5a\x32\x5b\xe6\xcd\xdd\x32\x5e\x43\xfd\x7c\xab\x2a\x84\xda\xed\xd6\xd6\x18\x9a\x2f\x37\x1f\x25\x52\xfb\xdd\xbc\x99\x4b\x19\x91\xeb\x1f\xb8\x72\xcd\x0d\xfb\x7b\x74\x42\xba\x1e\x5f\x4d\x2b\xf8\xd5\x0a\xae\x13\x53\x5e\xc5\x3c\xa1\xb2\x0b\x32\x3c\x4b\xc6\xff\x30\x7c\x5a\xcb\x83\xf8\xbb\x0a\xe8\x92\x06\x7c\x8c\xe7\xd7\x35\x1b\x01\xc3\xf1\x40\x75\x77\x71\x6f\xf4\x1b\xde\x7f\x00\xe8\xbf\xbb\x56\xd7\xff\x8a\x07\xdf\x57\x95\xd5\xb1\x2f\x79\x03\x4c\xb9\x56\xab\xe7\x9e\xff\x4e\xdc\x83\x00\xd9\x6f\x01\x77\x4f\xc6\xa9\x57\xcc\x04\xb2\x86\x03\xeb\x8c\x81\xac\x30\x20\xc4\x99\xef\xbd\x46\x56\x01\x99\x97\x80\x83\x4f\x6a\xef\xbb\x67\xc5\x00\x39\x6d\x81\xac\x3c\xe0\xd2\x0c\x20\x4b\x8b\xef\x92\x9e\x2b\x02\x5e\xbe\xad\xad\x03\x92\xee\x58\x8f\xff\x90\x5f\x0f\xff\x97\xf4\x0f\x64\xf7\xc0\x7f\xe7\x7d\x90\xde\xc5\x4f\xa0\x43\x23\xe6\x7f\xb4\x8d\xab\xe5\x3d\xbc\x1d\x2e\x9e\x11\x80\x97\x56\x40\x77\x05\xe0\x91\xd8\x1e\x3d\x81\xca\x1f\x80\xa9\x3f\x70\x4b\x13\x18\x70\xa1\xb6\x1d\x2e\x69\x03\x63\x0f\x70\x7d\x0a\x1b\x25\xe6\x73\x4c\x6f\x02\x88\x7d\xe5\x1c\xc4\x78\xbd\x78\x52\x39\x73\x17\x58\xfa\x09\x38\xed\x04\xf8\xfa\x01\x69\xff\x00\x5b\x46\x30\x66\x13\xe1\x07\x9c\xf9\x06\xc4\x7d\x02\xce\xae\xe4\x76\x38\x3b\x93\xef\xf5\x66\x64\x02\x97\xdf\x03\x99\xeb\x80\x7b\xd1\x1c\x7d\xab\x53\x6a\xeb\x80\x9c\x92\xf0\xcc\xa4\xa0\x7a\xf8\xbf\x84\xff\xc6\x8d\xad\xc7\x7f\x38\x0a\xb4\x4b\xaf\xe5\x7d\x88\x31\xb4\xd5\x00\xe0\xfb\x62\xd6\x79\x78\xa7\x0e\xb4\xdd\x09\xbc\x5e\x09\x18\x6c\x02\x9e\x99\x03\x9d\x97\xb3\x26\x49\xd7\x3c\xe0\xee\x26\xa0\xa7\x27\x70\xd3\x8d\xeb\xe5\x94\xd7\x30\x3e\x51\xba\x86\xef\xf9\x17\x35\x02\x2c\xe4\x80\x3c\x1d\xc0\xf6\x13\x90\x73\x05\x70\xf2\x03\xce\x5a\x03\x6e\x6d\x19\xc3\x5e\x1a\x2f\xee\x22\x98\x1f\x94\x6a\xc6\x9a\xe4\x29\xad\x80\x9d\x72\xc0\x29\x1b\x20\xae\x17\xe3\xd9\x49\x35\x8c\xe5\x88\x63\xe8\x4c\x10\x50\xe6\xce\xaf\xef\x16\x00\x67\x1b\x01\xd5\xb3\xb9\xfd\xfe\xce\xab\xe5\x01\xd5\xf7\xff\xff\xc2\x7f\x10\xed\xcf\xd6\x8c\x43\xc9\x78\x0f\x1f\xf6\x01\xcd\x55\x78\x1c\xb4\x28\x06\xaa\xec\x81\x36\x6d\x98\x07\xd5\xbe\x3f\xe3\x9c\xdd\xac\x80\x1b\xd7\x01\x93\xc3\xc0\xe5\xd1\xc0\x80\x49\xc0\x85\x1e\xc0\xb0\x7f\x80\x7c\x39\x60\xfc\x55\x20\xf7\x28\x30\x55\x07\xc8\x08\x01\xc4\x13\x4d\x9a\x2e\x30\xd7\x8c\xef\xfb\x7a\x15\xf3\x7d\xef\xd5\x43\x81\x44\x0b\xf1\x24\x09\x24\x35\x03\xc2\x8d\x80\x93\x11\xc0\x81\x34\x20\xa9\x37\x70\xe2\x1a\x70\x32\x9b\xfb\x3c\xf9\x06\x70\xf9\x3a\x20\xae\x4e\xf7\xac\x80\xd4\x3d\xc0\x9b\x4b\x40\x6a\x30\x20\x74\xff\x0d\xff\x97\xc6\xff\x7e\x09\xd7\xda\x2b\xdd\x67\xfd\x37\xfd\x07\xd2\xfb\x90\x78\x1f\x32\xfb\x49\x1d\xd0\x8a\x01\xde\xef\x00\xb4\x5f\x01\xcf\x77\x02\x8d\x67\x03\x8f\x7c\x81\xe6\x5f\x80\xbb\xf7\x81\x36\xc1\xc0\xad\xf7\x40\xa7\x30\xa0\xfc\x29\xd0\x7d\x0f\x70\xb1\x0c\xe8\xa3\xcf\xab\xe3\xa0\x6c\x20\x67\x1e\x30\xa6\x03\xf3\x5b\xac\x2f\x00\x69\x6d\x81\xe9\x4f\x81\x93\x69\x80\xb3\x38\x6f\x1f\x00\xee\x69\xc0\x09\x67\x60\x55\x04\xd7\x2f\x09\x8c\x00\x12\x5c\x81\x50\x4f\x20\xde\x05\x88\x6e\x0a\x1c\xb3\xe0\xbb\xd1\xc7\x3f\xb1\x56\x86\xf8\xff\x97\x04\x20\x31\x00\xf8\x43\xe0\xd7\xd5\x02\x70\xc2\x14\xf8\xb9\x0f\x88\x1f\x5d\xcf\xff\x7f\xea\xf1\x1f\x1a\xd5\xc5\x83\xc5\xff\x74\x52\x38\x2e\x34\xdc\x03\x7c\x9d\x0d\xa8\xfd\xc3\xba\xe6\x2a\x47\x80\xea\x3c\x40\x2d\x09\x78\x3e\x1b\x50\xbf\x01\xdc\xef\x0e\xe8\xec\x02\x6e\x19\x00\xcd\xc2\x80\xab\xf7\x01\xfd\x81\xb5\x75\x1e\x2e\x6c\x00\x7a\x5a\x00\xb9\xa1\x8c\x73\x67\xa5\x02\x23\xda\xb3\x56\xbf\xb8\x1f\x10\xfb\x73\xaa\x1f\xe3\x5e\xe2\xfc\x90\xe1\xfe\xf1\x02\xe8\x44\x7b\xc4\x9b\xf1\xcd\x23\x72\xc0\x0e\x7b\xe0\xa0\x1b\x63\x81\x87\x67\x01\xc7\xdb\x30\x4e\x98\x35\x04\x38\xea\x00\x94\xeb\xb0\xbd\xe7\x00\xc4\x9f\x00\x5e\xbf\x07\xe2\x25\xfe\x43\xac\x42\xdd\xfe\xff\x55\x07\xc3\xbf\x2e\x0f\x40\x86\x87\x0b\x92\xde\xc7\x3f\x31\x80\x9c\x31\xeb\xbf\xc0\x13\x78\x9b\x09\xc8\x2f\xad\xc5\xbb\x1f\x9f\x04\x14\xcf\xd7\xf2\x1e\x6e\x3f\x01\xb4\x03\x99\xff\xd2\xf4\x03\x70\x21\x1a\xd0\xbf\x02\x14\xbc\x02\xba\x1c\xa8\xd5\x3b\x38\xdb\x0e\x30\xbb\x0f\xa4\x0e\x00\xc6\x2d\xe5\x7a\x16\x53\xc0\xfc\x0e\x71\x7e\x1c\xee\xc5\xb8\xff\xa1\x1d\xc0\xf2\xd9\xac\x09\x23\xb6\xc3\x81\x79\xc0\xb6\x4a\xe6\x73\x89\xed\x10\x97\x04\x24\xca\x01\x07\x63\x81\xec\x53\xfc\x39\x71\x3c\x88\xf6\xbe\x3e\xaf\x29\xef\x4e\xd5\xc6\x7f\x99\xff\xb2\xba\x2f\x3b\x96\xd4\xe3\x01\x58\xfd\x3b\xff\x41\x86\xfb\xbf\xd7\x61\xfb\xf6\x1e\xdb\xfa\xbc\x87\xbb\xab\x6a\x57\x7f\x85\x42\xe0\x72\x32\xa0\xf9\x98\xf9\x4f\x4d\xab\x80\x73\xef\x81\x76\x5a\x40\xe6\x65\xc0\xe8\x0e\x90\x1a\xcd\xf5\x1e\x8e\xb7\x04\x86\x69\x00\xf1\x1d\xc5\x3d\x39\xd7\xaf\x98\xae\x03\xc4\x35\x05\xe6\x2d\xe7\x3a\x16\x4b\x7e\x02\x31\xdd\x01\x7f\x05\x20\xda\x13\xd8\x16\xc2\x96\xfe\x93\xf4\x0f\x44\x9b\x55\x08\x44\xbf\x01\xca\x82\x81\x98\x48\xe0\xc1\x21\xd6\x4b\x10\xd7\xb6\xbd\x7f\xd5\xe5\xbf\xc8\xfa\x7d\xf3\xfd\xba\x7e\xfb\xd5\xe3\x03\xfc\x07\xef\xa1\x1e\xff\xa5\x3e\xef\xe1\x56\x10\xdb\xcb\x12\x9e\x7b\xbe\x31\xa0\x38\x92\xf9\x5f\x62\x7b\x64\x66\x01\x7a\x39\x1c\xff\x3b\x64\x00\x27\x26\x00\x3d\x1f\x03\xf1\xd9\x80\x99\x07\xeb\x5c\x88\xf3\xe3\x80\x1d\x30\x6d\x20\x73\xe2\xe6\x8c\x66\x3d\x87\xc5\xfa\xc0\xee\xc7\x80\xef\x38\x60\x77\x14\x10\x72\x1c\x88\xec\x09\x44\x3d\x07\x22\xef\x03\xc7\xaa\x80\x5d\xc5\x40\xf6\x64\x60\xb7\x36\x50\x16\x00\xec\x7a\x0c\x54\x39\x01\xbb\x6d\x80\xcf\x83\x6b\xe7\xbd\x4c\x07\x62\xe3\x84\xba\x7e\xff\x37\x1d\x88\xff\x9f\xee\xc7\x7f\xab\xf7\x71\x59\xda\x15\x16\xac\x66\x9b\xbd\x08\x90\x3f\x09\x9c\x0a\x00\x1a\x79\xf0\x1a\xd7\xca\x03\x38\x3a\x03\xe8\x5a\xc4\x7c\x17\x71\x5d\x15\xfb\x76\xa4\x39\xb0\xa7\x17\x30\x69\x05\x10\xb1\x12\x70\x88\x02\x76\x36\x07\x3c\x0c\x99\xc7\xe3\xe3\x01\x84\x16\x02\x5b\x27\x01\x3b\xca\x80\xa8\x01\xfc\xfa\x84\x35\xf3\x1e\xb2\x5b\x01\x61\x53\x80\xf2\x11\x40\xd8\x64\xe0\xb1\x16\xb0\x63\x3a\xf0\xa5\x55\xed\xb8\x5f\x3f\xbe\xae\xdf\xab\xbd\xeb\xf1\x20\x1e\xd5\xe5\x03\xd4\xe7\xbf\xd4\xc7\xfd\xef\x3e\xaa\xbb\x0b\x96\xe9\x5e\x9c\x97\xda\x29\x47\x8d\xed\x59\xde\x96\x23\xf1\x2d\xa0\xa4\xc3\xfe\x37\xde\xcf\xe3\xbf\x6d\x39\xd7\x6d\x32\xf6\x00\xf6\x14\x02\xe6\x56\xc0\x4e\x07\xc0\xc2\x0f\xd8\x56\xc3\xd8\x7b\x48\x03\x60\x81\x0f\xb0\x55\x8e\x75\x41\x82\xc3\x81\xa0\x4d\x40\xd0\x7a\x20\x6a\x28\xb0\xe5\x27\xf3\x8b\x37\x7e\xe6\xbd\xe5\xa6\x23\xc0\xe5\xb9\xc0\xa6\xd1\xc0\xc3\x17\xc0\x86\xbb\xc0\x47\x3b\x20\xe0\x36\x73\xde\xd6\x1c\xa9\xeb\xf7\x2f\xdd\x8b\x84\x7f\xe7\x41\xd4\xd7\xbd\x78\xb6\x96\xed\x1f\x12\xef\xe3\xa6\xa4\xf3\x51\x21\xa9\xea\xca\x74\x1f\x0a\x02\xd9\x66\x36\x60\x2b\xe3\x7f\x1c\x95\xd4\x35\xc5\x53\x9a\x4a\x23\x1e\xf7\xcd\x92\x79\x8f\xdc\xc5\x83\x75\x3c\xc4\x78\x11\x72\x12\x18\x53\xc1\xfe\x4d\x33\x05\x36\x1c\x03\xe6\x7a\x02\xeb\xcd\x80\x15\xdb\x39\x56\x6e\x2e\x06\xc4\xb3\xa5\xd8\x76\xfe\x76\xac\x9d\xe3\xfb\x05\xc8\x9a\x09\xac\xdd\x07\x94\x5e\xe1\xb1\xf3\xc0\x1f\x58\x33\x05\xf8\xb3\x2f\xb0\xf2\x53\x5d\xfe\x87\x4c\xef\x43\xe6\xaf\x4c\xf7\xc2\x41\xd2\xc8\x9a\x25\x7d\xee\x6d\xeb\x7f\x9f\x07\xb7\x25\x3f\xaf\xc8\x4e\x89\xd2\x7c\x28\x94\xea\xa1\x64\x3a\xb0\x3d\x25\x7d\x5e\xc6\xff\x38\x2c\x55\x21\xe6\xd3\x1b\x10\x51\x0c\x34\x74\x01\xb6\x2f\x04\xda\x58\x01\xc1\x7f\x01\xc6\x0f\x81\x0d\x4f\x80\x61\x1e\xdc\x7f\x36\x5f\x00\x3f\x2b\x60\x8e\x2b\xb0\xc6\x19\x58\xa6\x06\xac\x3a\x0b\x6c\x2c\x01\x56\x0c\x04\x76\x6d\x03\x96\x77\x61\x5e\xad\xb7\x2d\x20\x9e\xe4\x97\xa4\x02\xa5\x2f\x58\x6b\xe8\x8f\x44\xc0\x2b\x13\x78\xf7\x06\x58\xb4\xa5\xae\xdf\x8e\x95\x75\xfd\x9d\x26\x71\x86\xa7\x6e\xaa\xcb\x83\xa8\x3f\x0f\x2a\x97\xb2\xbd\xe6\x5f\xcf\x7f\xe9\x73\xe7\xe2\xd8\xca\xf8\x1f\xb2\x2c\xdb\x51\x5d\xb6\x32\xfe\x47\xa4\x0b\xdb\xad\x59\x80\x5c\x63\x60\xd3\x37\x40\xf7\x06\xb0\xce\x1e\xe8\xbc\x0b\x58\x9b\x03\x0c\x8c\x00\x56\x9d\xc0\x64\x8b\xc3\xc0\xb2\x21\x72\x0e\x8e\xf2\xc0\xe2\x22\x79\x83\x25\x76\xc0\xa2\x3b\xf2\x3d\xd7\xf7\x01\xdc\x67\xcb\x95\x45\x1c\x04\x16\x4c\x97\xeb\x79\x64\x1c\x30\x5f\x13\x7f\x9c\xb9\x06\xcc\x5d\x04\xc3\x8b\x5d\x00\xd7\x36\xc0\xdd\x43\x80\xcb\x57\xe0\x8d\x06\xe0\x3c\xa0\xae\xdf\xb6\x76\x92\xbf\x2d\xd9\x4e\x94\x78\xd5\x13\x76\xb3\x1d\x23\xed\xbb\xeb\xf3\x5f\xae\x8f\x64\x5b\x9a\x54\xd7\xff\x6c\xe9\x76\xdd\xe9\xac\xba\xfe\xc7\xbf\x54\x18\x47\xfe\x9f\x53\xa5\xac\x40\x64\x95\x1a\xe1\xc6\x5b\x5d\x35\xc8\x06\x36\xd4\xa0\xfc\xec\xaa\x6f\x0d\x36\x6b\x98\x00\xde\x23\xb5\x82\xda\xd8\x01\x9e\x9d\xb4\x8f\xf6\x4a\x05\x16\xf8\x35\x6e\x3a\x66\x0b\x30\xd7\xb2\xf1\xd7\x19\x29\x80\x73\x8c\xae\x83\xc7\x24\x60\x76\xaa\xee\x60\xbf\x58\xc0\xbe\x6b\xe3\x6f\xa1\x01\xc0\x8c\x8a\xc6\xc9\x71\x2b\x01\xbb\xbc\xc6\xba\xa7\x1c\x81\x69\xd6\x3a\x86\x45\x39\xc0\xd4\x93\xda\x6b\x6e\x3e\x00\xa6\x58\x36\x1a\xf2\x52\x09\x98\xdc\x4b\xab\xf4\xc7\x16\xc0\xb2\xbc\x21\xe5\x61\xc7\x59\x69\x90\x5e\xf7\xc8\x87\x2a\xca\xa2\x1d\xde\x4f\x89\xf4\xfd\xcd\xdb\xc9\x7d\x14\xa4\x3b\x02\xa2\xad\xec\x2d\xc5\x81\x17\x75\xfd\x2f\x92\xf4\x92\x32\x6b\x58\x17\xe4\x94\xa0\x42\x68\x42\x62\x5e\x03\xc2\x3f\x0f\x6b\xea\x10\x0e\x11\x7d\x9d\xab\xb1\x87\xc7\xeb\xd1\x8a\x13\xec\xd3\x92\xf2\x99\xfe\x29\xfa\x34\xa2\x96\x57\xb1\x5d\xa0\xd1\xe6\x9c\x5c\x3e\x30\x67\x62\xbb\x09\xcd\x9a\x00\xf6\x45\xed\x66\x19\x46\xca\x1f\xb2\xdb\xd4\xbe\xd5\x90\x74\x85\xa3\x93\xe3\xdb\x0f\xb5\xb1\x51\x8c\xb6\xda\xd9\x5e\xce\x35\x58\x69\xed\xc4\x26\xed\x56\xad\x9c\xaf\xdc\x67\xec\x47\x83\x6b\x41\x97\x94\x33\x46\xfb\x1a\xe8\xee\x9b\xad\x22\x37\xb2\x55\xdb\xb5\x89\x31\x2a\x2d\x86\xa7\xb5\x09\xc9\x35\x57\xbe\x3a\x6c\x41\x1b\xc5\x2b\xd9\xca\x1e\x43\xbd\xf5\x57\x3d\xd1\x52\x4a\x31\x7f\xaa\xaf\xf9\xb5\xb7\xe2\x9e\xc1\x96\xad\x15\x04\x41\xc1\xbd\x7f\x66\x4b\x7d\x41\x90\x37\xe9\xb7\xb1\x69\x07\xd1\xdf\xde\xdf\x1b\xd3\xfd\x55\x53\x85\x46\xbb\x44\x6b\x1c\xab\x39\x59\xb4\xb7\xa4\x7d\x94\x8c\xff\x51\xec\xcc\x7e\x67\x05\x2b\x13\xce\x75\xea\x01\x57\x53\x4e\x94\x6f\x4a\x3b\x8b\x5f\xfc\x97\x0f\xed\xa8\x05\x43\x97\x75\xa1\x2c\x51\xd0\xa4\x6e\x84\xeb\xf8\x3f\x63\x82\xcd\xf2\xc9\x3d\x09\x47\x5f\x50\x63\x4c\xb7\x65\x66\x8d\x33\xa1\x9d\xd9\xe4\xcd\xbd\x8e\x37\x4c\x07\x2c\x34\x7a\x6b\xb5\x1b\x2f\x3f\x6b\xf4\xca\x5e\x2b\xfa\x1a\x29\xcd\x18\xd6\xa3\x57\xc0\x04\x15\xe5\x87\x66\xc3\x7b\xa9\x39\x44\xa8\x1a\xf6\x6f\x60\xda\x69\x71\x81\xda\xb0\xde\x86\x26\xb9\xeb\x13\xd4\xad\x4d\xe6\x1b\xaf\x8d\xcc\x51\xff\xa3\x27\x7a\x06\x1f\x5d\xab\xa1\x64\x64\xd5\xc3\x29\x73\xa2\xfa\xe5\xee\x9d\x8d\xce\x5f\xfa\xa6\xee\xd6\xcd\xcf\x48\xfb\x41\x1f\xb5\x94\x6e\xe3\xba\xdf\xf9\xe0\xa7\x1a\x6a\xe8\xda\x2d\x41\x10\x94\x1f\x74\x19\xdd\xa5\x9b\x20\x28\x5d\xea\x68\xd2\xb1\xa5\x20\x28\x46\xb4\xfb\x7f\x94\x7d\x77\x54\x55\xd7\xf3\xfd\x06\x6c\xd8\x45\xb0\xa1\xd8\x11\x0b\x82\x5d\x10\x14\x05\xb1\xa0\x74\x11\x44\x10\x50\x54\x90\xde\x41\xa5\x09\x48\x2f\x8f\x22\xa2\x54\x95\xa2\x82\x80\x88\x1d\x0b\x96\x58\x31\x1a\x6b\x6c\x58\x62\x12\xa3\xd1\x24\xfa\x31\xb1\xf0\x5b\x77\xe6\x3e\x10\x4c\xd6\x77\xfd\xfe\xc8\x3a\x01\x9e\xef\xbd\x39\x77\xce\x9c\x39\xb3\xf7\xd9\xf3\x61\x98\x6b\x53\x93\x5c\xf1\xb0\xc1\x43\x0a\x9a\x9a\xe4\xfa\x0f\xc9\x18\x3c\xb5\xa9\x49\x36\xb7\x99\xff\xf2\x5c\x96\xbe\xf7\xd1\x1e\xdd\xa8\xde\xb6\x7f\x58\x3f\xaa\x7e\x4a\xfb\x1f\xe5\x37\x8d\xa2\x5b\x4e\xd9\xdf\xf1\x6d\xd3\x14\x4f\x0d\xba\xdf\x1e\x6b\x31\x99\xea\x9b\xe1\x97\xb8\x7f\x8c\xff\x23\xe6\x85\xb8\xa6\xcc\x24\x8f\xb2\xdf\x3f\x8b\x75\xef\x1f\xcc\xa6\x6e\xc9\xb3\x7f\x35\xd0\x96\xcb\x02\x74\xe6\xce\x1d\x33\x60\x34\x32\x27\xff\x64\x10\x35\x3e\xbd\xdd\x50\x8d\x70\x03\x37\x83\x81\xed\x93\xc7\x6a\x19\x8c\xb2\x7e\xd4\x61\xf2\xa8\x40\xfd\x6a\xb7\x9f\x3a\xa4\x8c\x70\xd1\xef\x12\x1e\xde\xa1\x66\xe8\x2f\x73\xec\xd3\x5d\x3b\xe4\x0d\xe9\x37\x7b\xd9\xae\x90\x0e\x4e\x2a\x19\x7a\x67\x0f\x2e\x6e\xff\x6e\x50\xde\xac\x57\x17\x4c\xda\x07\x0f\xbc\x37\xab\xc7\x8f\x66\xed\xce\x0e\xd4\x99\x99\xf8\x7a\x81\xdc\x0f\xca\x5b\x75\x4d\x9a\x9a\x64\xf3\x07\xac\xd5\xea\xd4\xd4\x24\x53\xd2\xff\xd8\xe4\x1f\x9b\x9a\x50\xaa\xf4\x7e\xc2\x66\xe1\xf9\x2b\x79\x6a\x90\xee\x41\xef\xb1\x63\x49\xc7\x59\xaa\xff\xd3\xcc\xff\x89\x56\x21\x3c\xaa\xec\xc1\x48\x39\xb6\x9f\xd5\xd6\xb3\x2e\x4c\xa6\xaa\x66\xca\x21\x2d\xaa\xf3\x6f\xf6\xd1\x21\x9d\x9c\x30\x47\x7d\xaa\x9a\x06\xd8\x71\x37\xfa\x75\x7a\xf3\xe9\x7d\xec\xdf\x1b\x11\x5a\x6f\x51\xc6\x7a\x02\x06\xef\x4c\x29\xf2\x4c\xba\x6e\x41\x28\xe6\x98\xbe\x96\xe1\xbd\x14\x80\xe1\xe6\x96\x33\x46\x0d\x92\xd5\x51\xb9\x67\xb9\x53\xf7\x17\xd9\xe5\xca\x8b\x2d\x73\x2c\xaa\x64\xde\xf6\x3f\xb8\x64\x9c\x8b\x3d\xd0\xe7\x2f\xcb\xfc\x8d\xba\x40\xef\xab\x16\x25\xa9\x63\x01\x85\x28\xf3\xc7\x45\xfb\x80\x9e\x67\xcd\xee\xd5\x44\x02\x3d\x9c\x4d\xcf\x9c\x8b\x05\xba\xcf\x32\x59\x7e\x27\x06\xe8\xfa\x87\x71\xc1\xcb\x09\x40\x57\x1d\x63\xea\xdf\xde\xb9\x7a\x3e\xe1\x76\x9d\x24\xfa\xfb\x84\xb1\x7d\xac\x1e\xe1\x16\x1d\xa2\x75\xa9\x0f\x46\xfb\xbe\x5a\xa4\x87\x70\xe8\x18\x77\x5d\xd8\x1f\x3a\x94\xbb\x08\xb8\x8f\xdd\x87\xaf\xf4\x6f\xb6\x4c\xd7\x21\xbf\x4f\x6e\xe4\x2e\xeb\x31\x3a\x6c\xef\xc6\x5f\x8c\x68\x67\xf0\x7f\x66\x4c\xb7\xab\x5d\x3f\x9b\xd3\x7a\x71\xdc\x64\x41\x71\x63\xe9\x44\x2b\xaa\x63\x2e\xea\xbd\x8c\x22\xad\x4e\x90\x1d\xe1\x81\x6a\x73\xed\xa9\xfa\xdc\x67\xaa\xd3\x9c\x0e\xb1\x40\xaf\x74\x27\x1f\x95\x72\xa0\xdb\x26\xa7\xcc\xa9\xe9\x80\x7c\xaa\x93\xc3\xe2\x6e\x40\x87\xf5\x8e\x0f\x9d\x26\x02\x72\xe9\x8e\xb1\x01\x37\x00\x99\x3e\x8e\xf2\xf1\x74\x33\xd4\x41\x25\x97\x90\x81\x15\xed\xf7\x11\x8e\x61\x77\xf9\x14\xc5\xf0\xe5\x7f\xfe\x40\xc8\xa4\xed\xb3\x17\xe4\x81\xcb\x4a\x3f\xd2\xfd\x78\x2b\x91\xf7\x60\x26\xea\xb8\x33\xef\x03\x58\x20\xf2\x20\x0c\x09\xef\xab\xde\xac\x46\xb7\x60\x77\x87\xb3\x5a\x72\x61\x7b\x2d\xaa\x76\x66\x67\xb0\xca\x7c\x9a\x82\x21\xd5\x9f\xe3\x4c\x17\x13\xef\x23\x1c\x66\xf4\xe9\x81\x12\x2b\x9a\x3f\x0f\x5f\x6b\xca\xac\x56\xfe\x65\x4b\x55\xf8\x65\x9f\xb8\x8f\x8a\xc9\x51\x07\xca\x34\xf4\x25\xab\x48\x91\x69\x42\xc3\x6a\xca\x50\x06\x0f\x74\x25\x14\xa5\x63\xb2\xc7\x1f\xbc\x22\x3d\x35\x95\xe8\xcc\xe2\x91\xa6\x41\x75\x67\x8f\xfe\xf3\xa9\xc2\xeb\x21\xc7\x9d\x39\xdc\x27\xf9\x92\xe7\xb9\xe5\xc5\x52\xdd\x76\xdd\xdf\x39\xb4\x32\x5d\x1b\xf6\x12\xb3\xc6\xe5\x1e\x2b\xc6\xbb\xa8\x5c\xa7\x4f\x58\x53\xf4\x94\x22\xb9\xf3\xf9\xf7\xc4\x68\x70\xd2\x64\x7b\xed\xc4\x79\xb0\x51\xe0\xd1\x4a\xbc\xe7\x6e\xa1\x24\x8c\xbb\x37\x33\x0f\xa8\xa0\x64\x36\x65\x4c\xd9\x0b\x59\xff\x27\x75\x32\xf3\x22\xe2\x54\x2c\xf6\x70\xfc\xb7\xa6\x8c\x21\xa8\xca\x96\x70\x0d\xcf\x89\x2b\x08\x6d\x74\x56\x60\x1e\x8c\x9d\xba\x33\x65\xa2\xe6\x2f\xd6\x90\x8e\x8e\x61\xee\x5a\x7a\x2a\xda\x61\x6e\x84\x07\x8c\x7e\xee\x4d\xbc\x99\x3e\x0f\xfd\xb8\x6e\x6f\x13\x2c\x9e\x6c\x83\xd2\x95\x68\x86\x83\xfe\xd2\xa0\x1d\x29\xe8\xb0\x21\x7d\xa3\x20\xf3\xe5\x54\xf9\x0e\x7c\xed\x45\x08\x7a\x40\x23\x2b\x89\x04\x68\x32\x72\xec\x7f\xb2\x8c\xde\xc1\xdf\xf9\x18\xe1\x5c\xbe\x65\x57\x48\x07\xdd\xe7\xfb\x47\x84\xc0\x78\x7b\xbe\x25\x8f\xf6\xc8\x67\x7b\x5d\xc4\x79\x58\xa5\xcf\xa3\xa3\x38\x1f\xcc\x8f\xd9\xd1\x6e\x2e\xbd\x5b\xf6\x0d\xee\x0f\x24\x09\xb7\x20\xbe\x46\x5c\xc3\x52\xc2\xb1\x22\xbc\xec\x68\x3d\x07\xd9\x38\xd2\xb7\xf3\x68\x64\xbb\xd7\xba\xb3\xea\xbc\x7d\x8a\x0b\xe5\x09\x56\xf1\xcc\x83\x59\xb4\xc8\x8b\x50\xba\x39\x3d\x7c\xa9\xca\x3e\xc9\x24\x80\x36\x90\x61\x6f\xf8\x76\x76\x8f\x8a\x8d\xfe\x6c\x7f\x84\x78\x7f\x33\xe2\x36\xef\xbc\x91\x9a\xea\x74\x2f\x3d\xfc\x98\x3e\x7d\xff\x08\x3f\x1b\x8a\x50\x91\xeb\xdc\x69\x85\x45\x84\x47\x44\xb3\x47\xa6\x3b\xf3\xc8\x4a\x02\xa1\x29\xb5\xa4\xb0\xb2\xd1\x8c\x73\xbe\x0d\xee\xac\x18\x1e\xf2\xea\x37\x52\x3e\x0a\xf1\x6b\x22\x44\xc6\x5f\xd4\x71\xf7\xfc\xa3\xa9\x95\x6e\x0c\xcf\x4f\xce\xff\x8c\x79\xff\xcf\xb1\x22\xfb\xe2\xc3\x97\x13\x0e\x2d\xd5\xc1\x09\xd9\xbb\x92\x56\xa5\x8f\xd6\x1a\x42\xd3\x5c\xb3\xf8\x7a\xb2\xd3\x25\x2f\xfa\x16\xd6\xbe\xac\x52\x61\xf6\x90\x79\x02\x73\xdf\x05\x53\xc6\xad\xad\xb5\x81\xe2\x84\xfa\x9d\x30\x3a\xb1\xab\xcc\x8c\xa4\x13\x4b\xe7\xb0\x18\x11\xef\x8d\x17\x99\xab\xf1\xb9\x7d\x52\x79\x64\xdc\x3f\x5e\x4d\x9f\xce\xfa\x71\x97\x96\x12\x1f\x24\xbe\xce\x95\x76\xaa\x38\xf5\x8d\x64\x4f\xfc\xfd\xb4\x8b\xf4\x73\x27\x46\x16\x63\x47\xd5\xd0\x19\x20\xe6\xd5\x19\xfa\x7b\x8c\xde\x4d\x52\x6c\x89\x9e\xfb\x82\x98\x1b\x9b\x24\xef\x45\x25\x03\xb6\x7b\xfd\x10\x1e\x03\x6e\xf1\xe8\x47\xfa\x29\x92\xa5\xac\x03\x94\x24\xcb\x34\x95\xc8\x46\xd6\x85\x09\xd1\x61\x5e\x84\x1f\xdc\xe9\x04\xe6\x96\xe1\x4d\xeb\x60\xb5\x78\xcb\xda\xee\x62\x10\x6d\xa8\xd2\xbe\x50\x0b\x53\x18\x2f\xd7\xab\x62\xd4\x6d\x4a\x18\xab\x56\x8c\x6e\x60\x36\x4f\xdf\x3f\xe3\x88\x37\xd4\x3e\x20\x49\x3c\x89\x65\x88\x15\x8e\xf4\xc2\x3e\x84\xc3\xa4\xaf\xe3\xcc\x23\xdd\x66\x36\xbd\x83\x24\xc7\x92\x32\xb3\x74\x37\xf6\x3c\xc9\x65\x66\x24\x48\xca\x93\xe8\xf5\x69\x0d\x8c\xac\x4b\x16\xb3\xb2\x40\xea\xa4\x93\x84\x8b\x25\x37\x7e\x4f\x7e\x94\xac\xf3\x84\x76\xea\x64\xb9\x77\x74\x86\x8a\x17\x75\x0e\x62\x86\xf2\x28\xed\x17\x14\x7a\x97\xea\x35\x1a\x4e\x74\x12\x88\xd1\x61\xbe\x57\xe8\x3c\x7e\xde\xd2\x7e\x58\x9e\xc7\x02\xe8\x69\xac\x3d\x14\x44\xf1\xcd\xa1\x8a\xfb\x05\xd9\x44\x32\x3f\xc2\x78\x37\xf3\x23\xe6\xcd\x8a\xa1\x8c\x7b\x86\x57\x2c\x9d\xe0\x35\x16\x24\x90\x82\xe1\xb0\xc6\x14\xd6\xb7\x5f\xc2\x28\x1c\x9a\x32\x1f\xb1\xfd\xdb\x16\x33\x83\x75\x5b\x97\xbe\x14\x99\xb7\xb9\x8d\xa5\x0c\x24\xc7\x68\x26\xc5\x8b\x9c\x93\xe6\xb4\x83\xe5\xbc\x5a\x45\x4a\x44\xdb\x36\x06\x51\x7c\xc8\xd1\x89\x63\x9e\x8c\x27\x2b\x31\x6c\xdd\xb8\x87\xf5\x63\x0e\xd4\xd1\x98\xdd\xff\x2a\x3d\x99\xec\x59\x8f\xc8\x03\xb3\x62\xdf\x50\xc4\xcb\xbc\xd4\x44\xfa\x10\xa9\x22\xce\x9d\xb0\x87\xc7\x38\x7f\xae\xd7\xb8\xd1\xf3\x0e\x0b\xf1\x24\x36\x41\xd0\x2c\x7e\xde\xde\x17\x82\xe9\x69\xb8\xac\xd8\x40\xfb\xc6\x4a\x09\xf3\x9e\x6c\x2d\x36\x91\xe3\x58\x44\xb0\xdd\x46\x25\x71\xb4\x7f\xcc\x96\x49\x22\xb6\x81\x96\x1c\xdb\x3b\xee\x5d\x3a\xe5\x97\x83\xcb\x32\x09\xcd\xee\xe9\x9e\x23\x9e\x50\x72\x45\x1e\xc8\x8e\x97\x32\xc4\xe3\x2a\x7c\xc4\xbc\xa0\xa2\x9a\x31\x97\xe8\xf7\x8a\x33\x29\xee\x15\xc5\x9a\x31\xef\x25\xcc\x69\x18\xff\xcc\xcc\xbb\x16\x9d\x18\x56\x22\x29\xb8\xca\x67\xfd\x42\xa7\xc3\x74\xd6\xcd\xbf\x72\x91\x3c\x35\xef\xda\x3d\xc2\x47\xf3\x23\x5e\xd1\xbf\xcb\x6d\xe0\x7e\x07\x52\x5e\xcc\x16\x51\x0f\x43\x42\x3c\xca\x88\x20\xb6\x3b\xe4\x6c\x00\xed\x07\xbe\xdd\x58\xff\xc8\x3d\x2d\x82\xbe\xff\xaa\x0f\xec\xdf\x2b\xba\xc4\xd2\xae\x2d\xd5\xc3\x31\x91\x24\x53\x5e\x31\xcf\x3f\x8d\x56\xf7\x4c\x65\xe6\x01\x4d\x78\x98\x45\xfe\xa0\xe6\xce\xac\x36\xe5\x99\xb9\xc4\x66\xe9\x7a\xa8\xd0\x85\xed\xdf\x79\x80\xc7\xb2\x37\x32\xc4\xeb\x28\x33\xe5\x38\x59\xd6\x30\x86\x74\x20\x76\xdf\x61\x25\xb7\x32\x53\x13\xd6\x83\x69\x70\xf4\xe2\xd1\x87\x66\xb2\xec\x41\x14\xe1\x97\xbb\x87\x64\x92\x9d\x65\x2a\x1c\x2f\x4b\xcf\xd6\x52\xa7\x8d\x92\x21\x67\xa9\x26\x52\xdc\xff\x16\xe9\x41\x14\xbf\x7a\x41\x3b\xf4\xae\xf3\xef\xa8\x2f\xc2\x0e\x91\x27\xd5\x9a\x17\xb3\xc1\x99\xfb\x9f\x05\x0c\xe5\x83\xb6\xa7\x62\x14\xcd\xea\x9a\x1e\x31\xb4\x4e\xa4\x7a\x38\xcb\x5e\x27\xd3\xa7\x59\x94\x30\x0f\x68\x91\x51\x06\xe5\x95\x06\xb2\x5b\x28\xee\x69\xeb\xf2\xf3\xd6\xf8\x3d\x97\xe2\xac\xaa\x1f\xb3\x97\xfa\x25\xee\xa4\x89\x96\xff\x5c\xda\xe6\xa4\x5e\xa5\x22\x43\xaf\xa8\xcc\xef\x4b\xcf\xb5\x3a\x9c\xf5\x40\xaa\x3c\x66\x50\x7c\xac\x1a\xba\x98\x3c\xac\xaa\xdc\xfe\x2e\xbf\xde\x4b\x91\x47\xee\x93\x53\xb5\x3d\x9d\xf2\x8d\x4a\xf7\x22\xfa\x66\x15\xaf\xaa\xc9\x0f\x2a\x74\x4e\x11\xf2\x5c\x1e\x76\x9d\xf8\x36\xe5\x8b\x9e\x10\xf3\xb3\xa2\xcb\x1f\x94\x11\xef\x2d\xff\x42\xa3\x94\x17\xc3\x3a\x3a\x81\x12\xe6\x7d\x79\x55\x45\xd3\x2e\xed\xfa\x38\x81\xf2\xe1\x55\xce\xcc\x73\xb3\x6b\x90\xa4\xb0\x1f\x64\xd0\x7c\x98\xa9\xe7\xd0\x6a\x9b\xf7\x78\x1b\xbd\x5e\xcf\x39\x8f\xe2\xbe\x54\x17\x47\x63\x7a\x31\xed\x56\xc3\x52\xb9\xaf\x88\x52\xd8\x1e\x9a\x75\x79\x95\x7d\xe2\x0d\x8e\xfd\xd5\x3c\x1e\x36\x00\xc5\x85\x23\xfd\x15\x29\xef\x39\xa4\xcf\xcc\xe6\x43\xe9\x5a\xe4\x17\x87\x4f\xb3\x9e\xd6\xc1\xbd\xcb\xc9\xef\x0f\x3d\xf7\xa0\x95\x7b\xb8\x73\x28\xfd\xfd\x90\x4d\x0a\xd5\x42\x0e\xbd\x29\xa0\x6f\x78\x70\x0c\xeb\x49\x1d\xca\xe0\xbb\x62\xb5\x9a\x0d\xcc\x87\x39\xf1\x78\x06\x7d\x6e\xd3\x6f\x0b\x79\xfc\x44\x3b\x41\x55\x2a\xcf\x43\x39\xf1\x8e\x7d\x7b\x70\x1c\x77\xab\x6a\xcd\x03\x72\x54\x60\x1e\x90\xad\xe2\x56\xf2\x17\xcb\x2a\xee\x13\xb5\xf8\x4e\x01\xe5\x49\xf3\x46\xb2\xea\x82\x6e\xee\x2e\xf2\xbe\x89\x79\xcc\x0b\x19\x5b\xc9\xfa\x30\x43\xc4\xe7\xae\x30\xb8\x8a\xf2\xb1\xf6\x7d\x6b\x44\x25\xdb\x66\x3e\xcc\x2a\x19\x5a\x29\xa7\xfa\x29\xd2\x27\x9d\xb4\x52\x25\x3f\xa8\xdb\xc5\x4c\xfe\xba\xcf\xac\xa7\x75\xa2\x89\xf9\x0f\xa7\xda\xad\xcb\xe1\x9f\x39\x52\x9f\xb8\xc3\x9d\xfa\x4e\x56\xf2\xbe\x71\xbc\x81\x99\x67\x75\xef\x8f\xb3\x1e\x8c\xf7\x05\xf2\xc0\x63\xf6\x9c\x4f\x1c\xef\xf3\x2b\xe5\x1f\xc7\xdc\x39\x4e\x1c\xde\xc6\xeb\xa2\xb6\x42\x98\x0f\xcf\xbc\xd6\x7d\xc1\x56\x99\x6f\xa5\xe7\x6c\xe7\xbf\x8d\xfe\xb5\x4d\x7d\x01\xf1\xa1\xcc\xdc\x78\xb7\x5e\x70\x6a\x17\xed\x4a\x06\xea\x65\x14\x2f\xa5\xba\x38\x1a\xc7\xf6\xd1\xeb\xd4\x0a\xaa\x69\xd5\x0e\x6a\x38\x40\x2a\x1f\xbd\xf2\x0f\x51\x7d\x46\xce\xfa\x88\x98\x47\x9f\x12\x2b\x1c\xe7\xc4\x4a\xe8\xf9\x3c\x56\x3a\x3d\xa7\x33\x9c\xfc\xf5\xec\x69\x56\x7c\x3c\xd7\x63\x1e\xad\x97\x73\xbe\x4b\xc9\x93\xce\xa6\xac\x25\x7b\xcf\x1b\x06\x27\xf0\xeb\x79\xdf\x38\x77\x3b\x87\x6a\xa3\xe7\xd2\x77\x53\x46\x77\xf6\xdd\xe1\x77\xfc\x3e\x17\xa9\x02\x54\x9f\x7f\x9b\xf2\xef\xd3\x8d\xcf\xe8\x66\x45\xbd\xe6\x5b\xaa\xb9\xd6\x27\xf2\x3c\x70\x9f\x20\xb7\x53\xd9\xe4\xef\xab\xdf\x6e\xa7\x28\xed\x30\x31\x8f\x76\x2d\xdb\x8b\x45\x94\xad\x58\x64\x17\x53\x74\x31\x3e\x53\x46\xbb\xd0\x02\x95\x72\x5a\xd5\xcd\xba\x38\x95\xfb\x29\x6a\x4d\xd4\xa8\xa5\xf8\xaa\xfa\x23\x57\xae\x07\x35\x70\x05\x53\xaa\x8f\xd3\xae\xfa\x54\x95\x68\xbf\xb8\x2e\x2e\x9b\xf0\x78\x55\xb3\x27\xe5\xc3\x57\xa3\x87\xd3\x0e\x7d\xd9\x7c\x12\x75\xe2\xb9\x5c\x69\x40\x33\x78\xf9\xa4\x15\xf9\xef\x15\x6b\x67\xda\xd2\xaf\xfa\x06\xd2\x0e\x76\xa5\x7a\x33\x3d\x91\x2b\x6e\x5b\x68\xfe\xae\x04\x96\x12\x3f\xfd\xf2\xea\x5a\xaa\x29\x5d\x29\x3f\x47\x35\xc6\x4b\x9f\x6e\x12\xf3\xf3\x42\xc3\x63\xf2\xe4\x8b\xdf\xff\x4e\x27\x85\x0b\xc1\x1f\xe9\x64\x74\x7e\xa6\x14\xd7\x53\xbb\x08\x7c\xee\x0e\x0c\xaf\x6e\xe9\x6f\xf1\xb6\x03\x30\xbc\x3b\xf0\xd2\x1c\x50\x7d\x0b\xbc\x58\x00\x8c\xc9\x03\x1a\xd5\x59\xf7\xe1\x47\x4b\x40\xb3\x1f\x70\xf3\x07\xee\x8b\x22\xd5\xf5\xbf\x5c\xc9\xfc\x87\x73\x3a\xc2\x9c\x01\xa7\x74\x01\x93\x1f\x80\x13\x31\xa0\x9b\x09\x47\xe7\x70\xbf\x83\x03\x62\x7f\x7f\x29\xde\xbd\x6f\x0e\x20\x9c\x38\x84\x59\x16\x32\x92\xbd\x23\x80\xa4\x18\xa0\xbc\x17\xb0\x75\x25\xf3\x01\x84\xfd\x71\x7f\x1d\x70\xc0\x0b\xa8\xb5\x07\xce\x87\x01\x35\xe5\x7c\xb7\xbc\x26\x14\x78\xd0\x00\x1c\x38\x0e\xbc\x89\x04\x0e\x28\x00\x5f\x36\x03\x15\x71\xad\xf1\xff\x1d\xc6\x6d\xf0\xff\x4f\x2d\xf8\x26\xf1\x3f\xee\xb0\x8e\xc1\xfb\x01\xc0\x90\x3e\xc0\x1f\xcb\x58\xff\x42\xca\x7b\x78\x92\x06\x8c\x74\x03\x1e\x74\x07\xd4\xde\xb6\xe0\xfd\xc2\x38\x31\x0b\xb8\x3a\x0f\x98\x7a\x0b\xb8\xe0\xc9\x35\xbf\xfa\x4a\x40\x38\xa9\x0a\xde\x20\xc4\xbb\xc3\xdf\xb3\xae\xfd\x01\x19\xc0\x6e\x5d\xcb\x3c\x54\x0c\x00\x3c\x46\x03\xbb\xdf\x00\x81\x85\xc0\xee\xb9\x40\x84\x2a\xd7\xa6\x13\xb6\x03\x7b\xb4\x80\xad\xae\x40\x85\x2c\x50\xbc\x12\xd8\x73\x94\xef\xc8\x0a\xd1\xe7\x54\x20\xb0\xff\x2c\xf0\x43\x28\xff\xee\x71\x17\xa0\xfa\x31\xf0\xe6\x32\x50\x2d\xea\xb5\xb7\xc5\xff\xdb\xf2\x1f\xa4\xf7\xe0\xa5\xbc\x8f\x4f\xca\x40\xff\x67\xcc\x7b\x18\x60\xc6\xbd\xf3\x95\x67\x00\x3f\xbd\x02\x94\xf3\xb9\xcf\x89\x8a\x1a\xf0\x63\x0d\xf3\x63\x04\xfb\x47\x0d\x04\xae\xfb\x32\x4f\xe8\x52\x23\x30\xe9\x4f\xee\xeb\xa2\xa5\x00\x9c\x52\x00\xe6\x24\x00\xc7\x03\x80\x85\xef\x79\x1e\x84\x3c\xb9\xda\x05\x58\x76\x03\xa8\x28\x06\x56\xf5\x04\x76\xfb\x31\xc6\x50\xba\x18\xf0\xb7\x66\xbc\x3e\x6c\x07\xeb\xbd\x27\x18\x03\x25\xde\x40\x56\x05\x50\x16\xc0\xf7\xdd\xcb\x1a\x80\xea\x3d\xc0\x9e\x6c\xee\x0b\xb2\xf7\x22\x70\xcd\x1c\xd8\x6b\x03\x3c\xfc\x1d\xd8\x5b\x09\xfc\x2e\x01\xf6\x16\x33\x0f\x42\x8a\xff\x17\x88\xf5\x58\x69\x1f\x84\x7f\xe3\x3f\xf4\xd1\xe4\xbe\x37\x42\x3e\x23\xe5\x7f\xbc\x6c\x02\x7a\x9b\x00\xcf\x8f\x03\x4a\x26\xc0\xc3\x64\xa0\x5f\x10\xf0\x63\x1e\x30\x48\x05\xb8\x51\x08\x0c\x53\x69\xc1\xfb\x2f\x8e\x01\x34\x67\x01\x67\x32\x84\xb3\x05\xf7\x2f\xd1\x6d\x00\x0e\xde\x05\xe6\xd6\x01\xd5\x9b\x00\xe3\x09\xc0\xbe\x3f\x19\xdf\xdd\x6b\x0d\x38\xde\x69\xc1\xfd\x77\xfc\x0f\xf0\x1d\x03\xec\x74\x00\x42\x73\x81\xa2\x2f\x40\xdc\x6f\x8c\x67\x67\x3a\x01\xbb\xbc\x19\x1b\x29\x7e\x05\xec\xcf\x03\x4a\xca\x81\x93\x3f\x03\xbb\x73\x80\x1b\x3d\x80\x52\x7f\xe0\xa1\xe0\x4f\x3d\x81\xbf\xc6\xb6\xac\x03\xa9\xfe\x89\xd4\xfe\x6c\xb7\x7f\xe7\x3f\x48\x79\x1f\xff\x53\x07\xba\xaf\x64\xfe\x4b\x97\x3a\xe0\x65\x29\xd0\x3d\x01\x78\x72\x02\xe8\x69\xd0\xc2\x7b\xb8\x63\x03\xf4\x19\x00\x7c\x1f\x06\xf4\xaf\x04\x2e\x66\x71\xff\x9c\x73\x62\xff\xa0\x93\xa1\x80\xe6\x4a\xe0\x88\x1f\xeb\xc5\x08\xeb\x76\x76\x35\x20\x64\x0f\x46\x26\xac\xdf\x60\x49\xba\xb7\x80\x9d\x67\x0b\xee\xbf\xc3\x0e\xf0\xd9\xc9\x38\x60\x38\xf8\x1e\x70\xac\x3b\x90\x5f\x02\x64\xaa\x02\x85\x5e\x7c\xdf\xbd\xc8\x05\xa8\x5a\x0f\xec\x58\x09\x9c\x5e\x08\x94\xa8\x01\x37\x9e\x01\xbb\x36\x00\x4f\xb6\xf1\x7c\xfd\xb5\xf3\xab\x3e\x10\x22\xf7\x2b\xdb\x89\xc7\xb6\x3a\x08\x49\x22\xee\xf7\x71\x17\x20\x7f\x06\x78\x1f\x0b\xb4\xf3\x64\xfd\x97\x4e\x72\xac\x83\x23\xfb\x10\x78\xb6\x10\x68\x9f\xd8\xc2\x7b\xb8\x15\x0b\x74\xeb\x0c\x5c\xd1\xe6\xf9\x3b\xf7\x09\x50\xae\x60\xfe\xcf\x50\x59\xe0\xa8\x1c\x30\x26\x96\x79\x4a\x93\x85\x6c\x6f\x38\xa0\xbb\x16\x28\xfb\x8d\xf9\x52\x25\x23\x01\xb3\x7a\xa0\xf0\x47\xee\x97\x53\xf0\x14\x70\xf6\x01\x72\x35\x00\x8f\x2f\x40\xae\x03\xb0\x7e\x01\xb0\xad\x9c\xe7\x61\xdb\x72\x20\xbd\x82\x39\x10\x3b\x6c\x81\xfc\xcb\x40\xcd\x55\xc6\xf9\x4f\xc7\x03\x85\x9f\x81\x9b\xaf\x81\x82\x50\xe0\xe9\x8a\x96\x3e\x10\xd2\xf8\x27\xb5\x5f\xfa\xdc\xa5\x38\x78\x5b\x1e\x80\x14\xef\x7e\x2b\x9c\xaa\x43\x81\x5f\xc5\x2a\x51\x2b\x9c\xaf\x0a\xb8\xd3\xc0\x7f\xff\xfe\x03\xd0\xfe\xf3\x57\xbc\x87\x37\x40\xef\x24\xe0\xf8\x43\x40\xd8\x86\x0e\xbe\x64\xbc\xbf\x5a\x19\x50\x1f\x05\xec\xbe\x0b\x4c\x9f\x05\x94\x6c\x64\x5d\x10\xc1\xef\x8d\xd5\x85\x53\x0f\xf3\x62\x72\xea\x98\x17\xb3\xd5\x0b\x70\x3b\x01\x64\x1f\x05\x82\x7f\x02\xb2\xef\x01\x9b\xbb\x00\x5b\x36\x01\xe9\xaf\x58\xe7\x60\x67\x06\xb0\xf5\x29\xf7\x4e\xc9\x55\x61\xfd\x03\x61\xbc\xe9\x02\x6c\x8b\x02\x9e\x65\x00\x79\x83\x59\xd3\xa5\xd9\x7e\xd1\x2f\xa4\xba\x1f\x52\xbb\x23\x45\x3f\x08\x2d\x6b\x8d\x77\xbf\x11\xef\xab\x4b\x79\x0f\x4f\x4f\xf3\x78\x6f\x07\x8f\x52\xde\x03\xd5\xf9\xaf\x72\xff\x2a\xb9\x7c\xe0\xf4\x75\x40\x5e\x9d\x31\x68\xc5\x8d\x40\xf5\x5f\x80\xca\x18\xa0\x5c\x1e\x50\x2d\x00\x4a\xfb\x03\x13\x57\xf1\x3a\x17\xf6\x91\xdc\x07\xbc\x9f\x6e\x9b\x03\x58\x4c\x07\xb6\x48\xf8\xee\x79\x96\x2d\xb0\xee\x36\x90\xa9\x01\x04\xeb\x03\x92\xed\x40\x74\x02\x6b\x49\xa5\x7f\x00\x24\xcf\x80\x42\x3f\xbe\xc5\xb3\x5f\x88\x6f\x53\x81\xd3\x55\x8c\x1f\xff\x50\x09\x6c\x79\x0a\xfc\x2c\x8c\x2f\x81\xa6\x87\x2d\x7d\x50\x62\x9f\x88\x3c\x80\xff\x43\x07\xe2\xbf\x74\x3f\x9a\xfb\x5d\xcc\xe0\x51\x8a\xfb\x5f\x12\xe7\xa5\xbe\x98\xc7\xba\xcd\x80\xec\x0d\xd6\xf1\xe9\xa2\xde\xa2\xfb\x50\x5a\x01\x0c\xbe\xc2\x7a\x0f\x63\x4b\xd8\x4f\xa7\xcd\xe6\xe7\xaa\xff\x94\xbf\xbf\x59\x03\x90\x96\x01\xd8\x1e\x03\xd2\xba\xb3\x7e\x50\x72\x7f\x20\x60\x32\x6b\x27\x45\x39\x00\x49\xdd\x59\x07\x22\x39\x11\xd8\xa1\x0b\x24\x85\x01\xfb\xe7\x00\x49\xc2\x9e\x14\x0c\x24\x77\x01\x7e\x98\xc2\x3f\xff\xd4\x1f\x48\x9d\x07\x7c\xbe\xdf\xc2\xfb\x91\xf6\x3f\x59\xbf\xb4\xb5\xdd\x7e\xd6\xad\x71\xf1\x37\x11\xad\xfd\x40\xca\x7f\x69\xeb\x07\x52\xbd\x83\xf3\xa2\x2e\xc4\xa9\xbe\x3c\x1e\x11\xf1\xcf\xea\x43\x80\xcc\x14\xde\xf7\x3b\x7f\xe1\x78\xd7\x37\x9d\x71\xdf\x11\x87\x80\xad\x2b\x80\x09\x27\x81\x8c\xab\xcc\x7f\x48\xf9\xc8\xba\x20\x89\xe6\x80\xb5\x39\x10\x57\xcc\x3d\x29\x62\x0f\x01\x7e\xdd\x81\xb8\xae\x40\xd4\x77\x40\x4c\x3a\x20\x49\x07\x62\x4e\x02\x45\x4b\x80\xa8\x7b\x40\x65\x04\x6b\xa7\x9c\x59\x08\xc4\xa8\x00\x3f\xd8\x02\xd1\x1e\xbc\xc7\x0b\x73\xf7\xf1\x4f\x20\x54\xec\x33\x17\x7c\x8b\x47\xdf\x86\x36\x3c\x08\xb4\xe6\x41\x34\xf3\x5f\xa6\xb7\xf6\x83\xb6\xfc\x97\x8b\xa7\x44\x3f\x10\x75\x2f\x8e\x89\xb8\x7e\xed\x3a\x1e\x2b\xc4\xf7\x11\xd6\xbf\x10\x4f\xf2\x3c\x81\x1e\x9b\x81\xad\xcf\x80\x81\x4a\x80\xe4\x13\x30\xfa\x15\x90\x3c\x94\xfb\x06\xc5\xa9\x70\xdc\x8c\x6e\xe0\xfd\x23\x32\x9a\x75\x41\x22\x5c\x98\x1f\x14\xee\x01\x44\x44\x00\x61\xc6\xcc\x99\x10\x46\x61\x6d\x85\xce\x62\x45\xd7\x8d\x89\xc0\xe9\x9f\x59\x63\xe8\xa6\x23\xb0\x41\x91\x7d\x79\x83\x3c\xf0\x45\xeb\x5f\xf8\x1f\xa2\xdd\xab\x8e\xb7\xe6\x41\xd8\x1d\xfb\x77\xdc\xff\xee\xef\xe2\x3a\x68\xd3\xf7\x45\xca\x7f\x39\x2e\xaa\x0d\x73\xef\x6c\xa0\x4a\xd4\xcf\x68\xe6\x7f\xdc\xe6\x71\xcb\x78\x40\x6e\x12\xaf\x67\x61\x5f\x49\x5c\x01\x0c\x7d\x04\xc4\xcd\x06\x26\xcd\x02\x36\xa5\x00\xb3\xf7\x01\x61\x73\x00\xd3\x4e\xdc\x23\x68\x85\x39\x10\x74\x0f\xf0\x78\x05\x04\x17\x02\xe1\xb6\x40\xa0\x22\x90\x9a\x0f\x04\x34\x02\x85\x61\xac\xcd\x27\x7c\xa6\x6f\x04\x6b\xcb\x09\x3f\x0b\x71\xd2\xe7\x2e\xf0\x62\x02\xe0\xab\xc7\x71\xb2\xd9\xee\xda\xd6\xbc\x0f\xa9\xee\xc5\xd2\x42\x91\x07\x31\x9e\x47\x29\xff\x45\xa4\xbf\x34\xf3\x5f\xa4\xf6\x4b\xf9\x2f\xa7\x52\x78\x3c\x28\xde\x1a\xd8\x2f\xce\xd3\x5e\x3d\xd1\x0f\x44\x5e\x50\xae\xe8\x3f\x12\x2e\x1e\x20\x21\x1f\xe8\xd8\x85\xfd\xb5\x9f\x23\xe7\x06\x63\x27\x02\x21\x8f\x00\xed\x47\x40\xa0\x12\x60\xe4\xc6\xf6\xd8\xd6\x03\x5e\x76\xc0\xba\x93\x80\xe7\x67\x20\xf4\x21\x6b\x4b\xa5\x29\x00\xee\xed\xb8\xaf\x98\xab\x0a\x50\x79\x8d\x35\x0b\x4f\xdd\x06\x56\xbf\x06\xbe\xd7\x06\x9c\x83\x80\xa7\xd3\x00\xe7\x5f\x59\x57\xcc\x61\x71\x6b\xbb\xa5\xf6\x9a\x1c\x10\x79\x10\x55\xad\x79\x10\xff\x17\xff\xe5\xb4\xa8\x7f\x72\x34\x4f\xb4\x5f\xca\x7f\x91\xf2\x1f\xc4\xdb\x46\x79\x62\xdc\x94\xf2\x3f\x92\xc5\xd3\x75\xa4\xf8\xba\xf5\xc7\x81\xee\xe6\x40\xa0\x16\x30\xf4\x08\xe0\xf3\x1c\x98\x74\x01\xf0\x78\x0b\x18\x06\x00\xae\xc3\x81\xa5\x5f\x80\x35\x4b\x01\x97\x89\xc0\x2a\x27\x60\xfd\x6f\x80\xe3\x1b\x20\xf1\x13\xb0\xe2\x37\x20\x6f\x00\x60\x57\x04\x94\x5f\x07\x96\xe7\x02\x75\x77\xd9\xce\x6b\xee\x80\xcd\x6e\xa0\xb1\x0e\xb0\x9e\x06\xfc\x15\x09\x58\x8a\xe7\x06\x63\x91\x37\xb6\x40\x8c\x0f\x86\x03\x78\x14\xce\x82\xc2\x38\x4b\x8c\xa7\xff\x17\xff\xe5\x58\xc1\xbf\xdb\x5f\x2c\xf6\x8d\xca\x6f\x62\x9e\xc0\x16\x4f\x1e\x53\xaf\xc9\x52\x55\x35\xe6\x9e\x0c\x9d\xab\x37\xb8\xcb\x12\x4a\xe7\x3d\x5d\x6e\x42\xbb\x09\xc0\x3a\xdb\x0e\x4b\xfb\x8d\x03\x56\x2f\xe8\xe4\x32\x6e\x34\xe0\x58\xdc\x59\x73\xd6\x2f\x80\xdd\x80\x2e\x16\xe6\x0d\x80\xcd\x89\x2e\x29\xce\x81\x80\x55\x44\x97\xdc\xc0\x5d\x80\xc5\x4f\x5d\x56\xc7\xa5\x03\x66\x11\x9d\x6f\xe4\x24\x00\x26\xb6\x9d\x4d\xf6\x0c\x06\x16\xe7\xcb\x67\x1c\x7d\x03\x2c\x4a\xe8\x74\xfe\x72\x1c\x60\xa4\xd2\xf1\xf1\x83\x27\xc0\x82\x3f\x3b\xbc\x7b\xd3\x05\x98\x3f\xb5\x7d\x01\xd9\xab\x23\x4b\xf7\x96\xa5\x7c\x0f\x2d\x31\xaf\x9e\xa6\xcd\xe3\x64\xf1\x9e\xc2\xff\xc5\x7f\xa9\xb1\x02\x55\xcd\x2a\x9c\xb8\xca\x5e\xfc\x8a\xfb\x00\xe5\xbe\xed\x46\xd5\xa4\xac\xd8\x1e\x54\x0d\x48\xbc\xae\x40\x11\x34\xca\x9c\xc7\x90\x57\xac\xc6\xec\x51\xcc\x55\xd8\x95\x06\x7d\x09\x5d\xb0\x9d\xd6\x3f\xb2\x67\x47\x60\xc9\xae\x01\x4d\x23\x86\xe1\x80\xe9\x0c\xe5\xbf\xa7\x2b\xcb\x2c\x30\xba\x34\xd0\xd0\xe8\xbe\xcc\x8d\x79\xbf\x0c\xb4\x58\x01\xd9\xa5\x06\x3e\xca\xff\x78\x4b\x64\xf7\xcd\x1e\xaa\x5c\xbc\xa9\x41\xf6\xdd\xcc\xb3\xca\x3d\x32\x43\x65\xff\xd1\x79\x36\x20\xa9\xd8\x5f\xf6\xc1\x0c\xeb\xfe\xff\x3b\x98\x20\xeb\xa5\x3d\xb2\x7f\xf4\x77\x47\x64\x4e\x6a\x35\xf4\x8f\xbf\xa7\x85\xd0\xe9\xcf\xfa\xbd\xff\xcd\x0e\x98\xb6\xb1\x6f\xac\x60\xdf\xc4\x13\xbd\x49\xcf\x7d\xfc\xbe\x1e\x29\xc2\x38\x6e\x4c\x37\xd2\x43\x50\xbb\x2c\x4f\xf8\xbf\x9a\x43\x87\x19\xc2\xd8\xcc\xff\x30\xfd\x77\xfb\xf7\x56\xca\x93\x87\xec\xaa\xef\x4e\x55\x33\x29\xff\x45\x92\xc5\x7c\x90\x04\xcd\x21\xb4\xe3\x46\x2d\x64\x9e\x44\xf0\xc3\x51\xc4\x0f\xf1\x48\x1f\x49\x55\x93\x55\x8e\x6a\xf4\x07\xab\x76\xa3\xf9\x7e\xdf\x8d\xb1\x9b\x3a\x68\x03\x06\x0b\xc6\x95\x2a\xc7\xa2\x62\x66\x97\x71\x97\x34\x5e\xca\xc9\x4f\x7f\xaa\xde\xc1\xc0\xa0\xdd\xe0\xc9\xce\xe3\xfc\xac\xdb\xb5\xef\xaf\xd9\x71\xec\x2d\xd7\x9f\xdb\xff\x39\x4e\x6f\xec\x92\x8d\x7b\x3b\x9c\x1e\xed\x3f\xc6\x2b\xe5\x66\xc7\x3e\xa3\x2c\x47\x97\x15\x5a\x77\x54\x19\x19\xaa\x56\x50\x1d\xdd\xe1\xd9\x88\x45\xa3\x7e\xaa\x7f\xdf\x61\xfb\x70\x63\xd5\x4b\x37\x57\x76\x90\x1f\x76\x58\x75\xdd\x8b\xc4\xf6\x8b\x87\xc5\xa9\x2a\x7f\x74\x6c\x37\x6d\xc8\xb4\x61\x8d\x4d\x4d\x72\xed\x54\x86\xab\xfc\xd3\xd4\x24\x3b\x7d\xa0\xdd\xc0\xdd\x4d\x4d\x32\xdb\xfb\x9f\xee\xff\x57\x53\x13\xd6\xf4\x9d\xda\xe7\x93\x30\x0f\x67\xc4\xbc\x51\xca\xff\xa9\x39\xd4\x89\xf0\xc7\xdd\x17\x7b\x12\x4e\xfb\x95\xfe\x0b\x55\x8b\xa5\xfc\x97\x84\xca\x31\xdc\xf7\x7b\x9c\x26\xe9\xfa\x07\x5d\x9b\x40\xf8\x9d\xa7\xc3\x64\xca\x34\x9c\x15\xb8\xba\x66\x1d\x3e\x8d\xfc\x60\x61\x90\x16\xdd\xd6\xd7\xba\xa7\x43\xb7\x6c\x27\xfc\xae\x5b\xa7\x70\x05\x18\x1b\xaf\x7b\x62\x54\x81\x6c\x77\xd5\x6d\x33\x7b\xeb\xce\x97\xbd\x37\x2c\x4a\xf7\xad\xb9\xb5\xdc\x88\xc1\x43\x74\x03\x56\x6b\xca\x0d\x19\x18\xa6\xdb\x21\xf8\x82\xec\x83\x01\xb6\x3a\x4f\x12\x0f\xc8\xaa\xf4\x0f\xd0\xb1\xcd\xbb\x8f\x47\xfd\x16\xce\xf8\xa9\xd2\x11\xe8\xf3\x4e\xfb\xdd\xa9\x68\x40\x29\x5e\xeb\xf7\xeb\x3f\x00\x8a\xee\xd3\x2f\x3d\x2b\x00\x7a\x8f\x9a\xf6\xe7\x07\x05\xa0\x97\xcd\x64\xea\xfb\xd1\x63\xa0\xe6\x5a\x61\xec\x36\x6d\xac\xad\x30\x76\xb1\x1f\x3d\x55\x18\x3b\x45\x8c\xa4\xbe\x0f\xc7\x1b\xe4\x88\xb7\xb2\x3f\xb2\x1b\xd5\xdb\xf6\xac\xea\xd7\xb3\x95\xfd\xca\xaa\xc4\x8b\x49\xd9\x35\x9e\x6e\x9b\xc6\x35\x4c\xa4\xe7\x1a\x39\x79\x2a\xa1\xf1\xc1\xaf\xb4\xe9\x3e\xab\x97\x9c\xee\x13\xb6\x9f\x37\x90\x65\x47\xf5\xa9\x3a\x68\xb2\x69\x2e\x65\xee\x7a\x66\xf3\x89\x57\xa1\x7e\x7c\x21\xd5\xfb\x55\xde\x2d\x0e\x91\xef\x05\xf4\xcf\x34\x1e\x39\xa4\x0b\xa0\x64\x66\xbc\x7d\xea\x5b\xa0\x57\x92\xb1\xfa\x22\x89\x10\x53\x17\xbf\x76\xec\x04\x74\x29\x5e\x3c\xc5\xbf\x23\xd0\xa9\x69\x91\x6b\xec\x38\x61\xef\x31\xca\xcf\x59\x0f\xb4\x5f\xbe\xf0\xc0\xde\x51\x80\xdc\xd3\x05\x8b\x8f\x2f\x07\xe4\x54\xe7\xfb\x37\x0c\x07\x64\xfc\xe6\xa5\x3d\xfe\x5b\x08\xe0\x86\x81\x7f\x52\x7d\x57\xff\x38\xd7\x21\x67\x8a\xf8\x8d\xb6\xa8\x6f\x3f\x55\xd4\xfb\x9f\x44\xf7\xbd\x6b\x0e\x28\x51\x5d\x56\xca\xff\x29\xfc\x61\x14\xa1\x69\xd9\x85\xe3\xa9\x1a\x9a\xea\x37\x85\x22\x46\x9c\xa9\x36\xd5\x61\x23\xcf\xcc\xa4\x7a\x6b\xd0\x5b\x7d\xe2\x05\x79\x39\xcd\x23\x74\xde\x39\x81\xf5\x51\x96\x7b\x2d\xa6\xb8\x61\x1e\x6b\x42\x78\x8d\xfe\x52\x73\x8a\xc0\x53\xbe\x58\x50\xe6\x3a\x5c\x77\x29\x65\x60\x5d\x57\xda\x52\x15\xb6\x83\xbc\x6d\x76\x9f\x4a\x40\xe6\xb2\xed\xbe\xf1\xc4\x0c\xb0\x5d\x3e\x97\xea\xf1\xcb\x6e\x2c\x27\xed\x3a\x9b\x6b\x7c\x5f\xd1\x66\x7f\x14\x31\x48\xac\x97\x6c\x21\x04\x6e\xe9\xc3\x52\xc2\x39\xad\x4e\x1e\xa1\x08\x65\x79\xe1\x12\xfd\xdd\xf2\xf3\x43\xaa\xb0\x5a\x98\xbc\xa5\x64\xc0\x6c\x31\xdb\xbb\xc8\x8c\x47\xc3\xf1\x3c\xea\x8b\x78\x96\x1e\xc5\x49\xa9\xfd\x3b\x9c\xd5\xc9\xfe\xad\x06\x93\x69\x7d\xa4\x35\xe8\x50\x66\x14\x7f\x69\x26\xf1\x17\x22\xbb\x72\x3f\xa4\x90\x4c\x23\xaa\xa2\x7a\x37\x18\x13\xae\xb7\xe6\xa4\x39\xcd\xba\xfd\xac\x25\x54\x7d\xb7\x5c\x63\x43\x71\x74\x7e\x1d\xeb\x28\xe8\xaa\x33\x3f\x64\xdc\x55\xc6\x91\x07\xe8\x3a\x11\x9c\x2b\xd7\x6f\xb5\x18\x91\x56\xbf\x56\xe4\x4a\xb1\x27\xeb\xdb\x3b\xd7\x1b\x50\xec\x5e\x1d\x6c\x43\x8c\x25\xe7\x35\xee\xe4\x59\xab\xec\x18\x41\x5e\xa5\x9e\x41\xf5\xfb\x95\x3d\x76\xd1\x13\x70\x6a\xe4\x8e\xfa\x0e\x5f\x78\xaf\x73\xa8\xfa\x91\x72\xc1\x15\xeb\x7e\xa3\xbd\x50\xaa\xff\x61\x2d\xe2\x9a\x96\x22\xde\x6f\xe2\xc0\xe3\x62\xc2\xb3\x8a\x1a\x27\x12\x3f\x6c\x5b\x91\x16\x8d\x69\xa2\x1e\x4c\x42\xe3\x5c\xba\xfd\xb8\xa9\x87\x11\x31\x2b\xd7\x6b\x99\x12\xde\xed\x33\xc1\x82\xd6\x87\xcb\x36\x6b\xda\x61\x1c\x5d\x96\x13\xaf\x6c\xa9\x84\xfb\x21\x2d\x02\xdb\xab\x2f\x59\x49\xfe\x3f\xe9\xd3\x6a\xba\xcf\x38\x22\x7d\x2d\xed\xc0\x0a\x5a\x8c\x23\x03\x5e\xe2\xcd\x06\xaf\x3a\x9e\x07\x4f\x09\xdf\x73\xf7\x7a\xc4\xdf\xc0\xeb\x2d\xd7\xeb\xbd\x1c\x59\x79\xc3\x73\xdf\xc6\xdf\xf8\x75\x69\x94\xe3\xb8\x87\x31\x72\xe4\x31\xae\x86\x3c\xd0\x5d\xe3\x2c\xe1\x3b\xeb\xca\x6e\x51\xfd\xda\x25\xf0\x27\xf2\xa3\xb5\xef\xff\xa1\x5c\x51\xca\xff\x58\x71\x9a\xc7\x65\xaf\xbf\x9e\x9f\xed\x6f\x67\xd1\x73\x4b\xcf\x9e\x4b\x5e\x99\xa4\xd1\xac\x83\x43\xa8\x42\xc8\xab\x25\xdc\xff\x02\xb6\x84\x53\xad\xeb\x60\x4f\xeb\x64\xa5\x03\xeb\xa3\x2c\xdb\xe4\x4c\xf1\xcf\xec\xd9\x5a\xc2\xb9\xa4\x3c\x98\x19\xc7\x98\x07\xa3\x1e\xe6\x41\xaf\x53\xc9\x63\xfd\x8c\xae\x87\xfc\x45\x9c\x33\x48\xc4\xbd\x43\x14\xfb\xd0\x8a\x09\xae\x1f\x4b\x19\x47\xc8\xec\xd9\x74\xbf\x32\xb8\x6e\x09\x8f\x87\xd7\xe4\xf2\xdf\xd7\x13\xa2\x1c\x9c\x99\x4c\xfc\xa0\xe0\xd4\x7c\xfa\xa4\x20\xab\x7d\xa4\x44\x1e\xd0\xc8\x8a\xe2\x7e\xe5\xdf\x13\x73\xc5\xef\x44\x23\xad\x6c\xdf\xe9\x7f\xd1\x7a\x91\xf2\x3f\x5c\xcb\x79\x74\xbe\xc9\xa3\x13\xf5\xe5\x93\x64\x31\x0f\x26\xa1\xc9\x94\x50\xf5\xa8\x6b\xd6\x14\xff\x37\xbe\x5d\x4e\xdf\xc2\x5f\xc1\x9e\xd6\xb7\x1b\x9c\x28\x1e\xae\xd6\x59\x4d\xaa\x14\x76\x45\x2e\xb4\x1e\x96\x48\xdc\x08\xaf\x31\xd2\xf3\xcc\xe5\xd5\xc6\xea\xeb\x53\x35\x03\x08\x2f\x1c\xad\x12\x28\xea\x3f\x04\x13\x4f\xa6\xc3\xce\x50\x31\x43\x8f\x14\x53\xf9\x4d\x12\x25\x8a\xd4\x11\x57\xc7\xd0\x9e\x1d\xd9\xc8\x1d\xca\x22\x53\xcd\x17\xf1\xcf\x7c\xdf\x3f\xe2\x42\x20\xe1\x31\x91\x13\xe2\x88\x99\x12\xf1\x6c\x1b\xe1\x7c\xe1\x55\x7b\xc8\x5f\xc2\x8c\x8f\xd1\xbc\x84\x5e\xbb\x4a\xc8\xf3\xc6\x3d\x0f\x28\x32\xaf\x7f\xfd\x5a\x9e\x9f\xe8\x17\x56\xf6\xa9\x66\xfb\xbd\x0f\xf3\xe8\x4e\xf7\x7a\x93\x77\x58\x52\x1c\x88\x3e\x6c\x4d\xdf\x2b\x34\x8b\xfd\x3a\xa0\x71\x15\x9d\xa8\x3c\x34\x57\x7f\x62\xfb\xf9\x36\xad\xc3\x09\x0f\x7a\x2a\x56\x03\x3c\x68\x7f\x30\xfe\xcd\x8f\x4e\xe0\x73\xeb\xd9\x5e\x9d\xc4\x60\xea\xb7\xa3\xe9\xce\xe8\xdb\xb0\x46\xe6\x49\x28\x4a\x33\xec\xaa\x98\xb5\x6c\x7f\x7c\x16\xa8\x1f\x4e\x7c\x0a\x67\x24\xf1\x59\xcc\x03\x89\x4f\x9a\x49\x08\x6b\xc2\x15\x33\xf2\xff\x04\x63\x66\x22\x25\x18\xfb\xd3\x37\x88\x53\x8f\x21\xcf\x4b\x30\xdf\x4a\x88\x74\x5c\xef\x62\xfa\x86\x71\x0d\x8c\x18\xc6\x1c\xb9\x40\xaf\x8b\xae\xbb\x93\xcc\x9e\xfd\x6b\x07\x7c\xc5\x8b\x89\xd8\xc7\xf6\x4b\xfb\x05\x05\x2f\x13\xc6\x38\x15\x3b\xe2\x43\x49\x75\x80\x82\x47\xac\xa5\x3c\xc1\xcb\x86\xd7\xf1\xda\x97\xec\xd7\x2b\x27\xfa\xb2\x2e\x94\x7d\x00\x55\x6e\xcc\xc3\x83\x48\x4f\x67\x91\xcc\x7a\x3a\x99\xe9\x8b\xfc\x88\xa9\x9a\xe1\xb4\x1e\xc6\x16\x45\x51\xdf\x9c\x21\x74\x63\x02\xe8\xf6\x28\x21\x92\xed\x4f\x11\xfd\x21\xfd\x83\x2c\x9d\xe1\x32\xac\xfa\x90\xff\x66\x18\x8d\x61\x86\xd6\x22\xc6\xfd\xd3\xeb\x4d\xe8\xf9\xa5\x5f\x71\xa4\xb3\x8f\x24\x97\x3d\x2d\x7d\x4a\x14\xad\x7b\xc9\xfb\x4c\xe6\xcd\xe4\x72\x5f\x14\xc9\xcb\x5a\xba\x49\x9f\xb6\xfd\x1c\xf9\x4b\x72\xe3\x4d\xfa\x7d\xf2\xdb\x9f\x86\xd3\x98\xf6\x37\x21\xb1\x09\x45\x6c\x7f\x4c\x3a\xdf\xc9\xda\x44\x71\x32\x1c\xab\xe9\x53\x82\xef\xbb\xd2\xc6\xe1\x6b\xee\x79\x8c\xd7\x81\x0f\xcd\xee\x2a\xf3\x00\xb2\xdf\xee\x61\x30\x45\x1b\xa9\x1e\x8e\x89\x47\x38\xe5\x91\x86\x7e\xfc\x9c\x75\x03\x59\x27\x65\x42\x22\xab\x54\x8c\xca\x4f\xa4\xbc\x61\xa0\x3e\xf3\x61\x3a\xff\x93\x26\x2a\x59\x66\x89\x19\xec\x76\x77\x19\xaa\x81\x6d\xeb\xc2\xfe\xb0\x2d\x8f\xf5\x1f\x72\xf6\x6a\xd3\xf3\xcd\xb9\xcc\xba\x07\x39\x1f\xec\xb9\x93\xe5\x07\x4f\xc2\x27\x73\xd2\x23\x88\xdf\x90\x73\x52\x22\xcb\xaf\x2b\xa2\xb3\xe0\xd6\xe0\x6a\xf2\xc0\xec\xc3\xf5\x5a\x20\x9e\xc7\x35\xd2\x91\xc9\x2a\x78\x4c\xca\x4f\x59\xde\x6f\x09\x89\x94\xf2\x62\xd2\x44\x5e\x65\x22\xe9\x33\xae\xcf\x71\x27\x96\x9d\x6f\x81\x37\xb1\x51\x3c\xc7\x31\xdf\x6b\xb5\x4b\x08\xed\xde\x0e\x55\xcc\x7b\x92\xea\xe1\x98\x4f\x88\xa2\x0a\x8d\xd1\x3f\xb1\x14\xef\xe6\x68\x26\x90\xdf\x4f\xaf\x4c\x22\xfe\x9b\xa6\x01\xab\xb7\x0c\x4f\x67\xfc\x58\xe9\x4e\x16\xf9\x5b\xc7\x63\xac\x93\x02\xe4\x89\x37\x34\x0a\x9d\x64\xc9\xd3\x0a\x1f\x31\x4f\xac\xa8\x91\x71\xff\xc2\xbd\x5a\xc4\x18\x28\x1c\x6f\x44\x29\x59\x61\x15\xe3\xfe\x45\xb1\xee\x14\x61\x8a\xb2\x43\x99\x2f\xa3\xc9\x08\x7d\x51\x6c\x3e\x7d\x83\x42\x79\x3e\x03\xe6\x37\x31\xde\x5d\x20\x77\x95\x32\xdf\xbc\x57\xac\xa5\x98\xe7\xf7\x9a\xe2\xce\xf6\x07\x1f\x28\x0e\x35\xf3\x62\x52\xb8\x5e\xc7\x7c\x18\x4f\x2b\xe6\x3f\xad\x7d\x29\xf6\xc5\x52\xe4\xfe\x50\x6d\xf5\x70\x4c\x24\x6c\xf7\xbc\x3f\x53\xa8\xe2\xa0\x7b\x31\xf5\x3c\xbe\xd2\xc5\x19\x93\xc7\xcf\x7b\x08\x58\x27\xa5\xb7\xc9\x76\xd2\x51\x69\xef\x50\xb8\x9f\xed\x97\xf2\x61\x4a\xaf\x70\x07\xd7\xdd\xca\xbc\x2e\xca\x1a\xd8\x1f\xca\x4c\xb5\x28\x2f\x2a\xcd\x5f\x40\x91\xb8\x6c\xbb\x2d\x65\xf0\x65\x1b\xd6\x51\x5c\x28\x1b\xb7\x81\x14\x8b\xca\x54\x98\xa1\x52\xd6\xc0\x3c\xa9\x92\xf9\x65\xa4\x54\x50\xf2\xfb\x11\xda\xe1\x8b\xf3\x2f\x52\x8d\xac\x58\x87\x71\xff\x5d\xa9\x3f\x93\x7f\xec\x7a\xf7\x37\x29\x20\xb6\xe6\xc5\xf8\x0c\xe1\x78\xe6\x36\x31\x82\xa2\xb3\xb3\x52\x14\x79\xdb\x8a\x1c\x7e\xde\x36\xf3\x98\x07\x64\xea\xce\x7c\x98\xf9\xee\x69\xf4\xad\x0d\x0c\x98\x17\xa2\x9d\xc6\x7a\x21\x13\xa2\x98\x07\xa4\xa6\xb7\x9d\x76\x2d\x95\xc1\x85\xf4\xf7\x5e\xf5\x3b\x69\x1f\x6a\xb7\xaf\x54\xec\x07\x23\x3d\xb9\x57\xf6\x93\xa5\x48\x5b\x39\xb0\x0f\xe9\x80\x55\x2e\x53\xa3\x4c\xac\x32\x68\x1a\xc5\xc9\xca\xa2\x05\xc4\x58\xde\xf7\x27\x67\x66\xfb\xb4\xb8\x83\xdf\xbe\x05\x41\xa4\xff\xb3\x6f\x3a\xaf\xc0\xca\xea\x9c\xf1\xfc\xf7\x12\xd2\x95\xa9\xd0\xac\xa5\x9d\xab\x3c\xe1\x2c\xed\xa7\x7b\x2b\x6f\x51\xc6\x5c\x3e\xf6\x39\xf9\xc1\xde\x41\x7f\x92\x45\x7b\x22\x98\x07\xc2\xbc\x18\x4f\x09\xb3\x54\xd7\x76\x68\xdd\x17\x4b\xca\x03\xb2\x6a\xe4\xe7\x6c\x7c\x90\x79\x4f\x0b\x4e\x6e\xa5\x79\x9b\xf5\x23\x3f\xe7\x69\x2b\xb8\xbb\x99\x46\x56\x11\x85\xfb\x51\x73\x58\x0f\x48\xf9\x4a\x09\x3d\x95\x1e\x9f\xcb\xc4\x7d\xa2\x5c\xcc\x17\xa4\x7c\x98\x43\x81\xb2\xa4\xb0\x72\x70\x99\x12\xcd\x7c\x6d\xaa\x2a\x3d\xff\xda\x46\x3e\xa1\xd5\xa6\xce\xa3\x1b\x2e\x07\x67\xb2\x7e\x52\xad\xe6\x1a\xe2\x3b\xd4\x1e\x0f\xa0\x1d\xa7\xd6\x29\x9a\x15\x12\x25\xcc\xaf\x3d\x70\xb9\x98\x2c\x38\xf0\xe8\x00\xcd\x4b\x4d\xe5\x69\xb2\xa0\xfa\xf3\x35\x8a\xc7\x07\xe4\x9f\xd0\x49\x60\x7f\xd9\x9b\x05\xf8\xba\x4f\xd0\x43\xaa\x5f\xe6\x25\x50\x45\x65\xd5\x0f\x29\x94\xe7\xda\x6f\x92\x90\x0e\x9a\x8d\x67\x26\xad\x5a\xf3\x94\xad\x14\xef\x16\x3b\x6e\xa7\xd5\x35\xb7\x9e\xbb\x14\xe9\x3e\x2c\xb8\xc8\xeb\x81\x6f\x64\x8d\xb7\x2f\xa5\xa7\x3b\xbc\x6a\x37\x45\xf1\xfe\xfa\x15\xf4\xfc\xbb\x6b\x56\x71\x3c\x08\xdd\xff\x33\xdb\x2f\xe5\xc3\x1c\x6f\xe0\xf8\x50\x37\x5a\x91\x22\x73\x5d\xf8\x08\xaa\x05\xd7\x65\x4d\x21\x4f\x3c\xf6\xa7\x01\xff\x7c\x6a\x09\xe5\xc9\x27\x4d\xb9\xf3\x5b\x9d\x87\x1f\x9d\x3f\x8e\x6f\x67\x26\x57\x5d\x58\x26\xed\x0f\xc7\x1f\xec\xa0\x95\x5a\xb7\x78\x3f\xe5\x11\xc7\xdc\x39\xaf\x3a\x1e\x70\x9d\xf8\x63\xc7\x0e\x3e\xa2\xf7\x3b\x36\xf6\x77\x9a\xa7\xc3\x8f\x3e\xb0\x2e\x8f\xdc\x97\xcf\xff\xc2\x03\x5a\xbb\x95\x58\x46\x4b\x25\xb9\xac\x83\x52\x93\x4f\xd1\x4a\xda\x1f\x4b\x7f\x21\xdb\xad\x7d\xb4\x84\x9e\xde\x14\x15\xe6\x3f\x8d\x5b\x53\x41\x59\xef\xf0\xe9\xcc\xea\xec\xa3\xb0\x9f\xbc\xb1\xcb\xbb\x83\x3b\x5b\xdb\x7f\x42\xbc\xd9\x77\x56\x44\x90\xce\xf9\xf6\x22\x7f\x3d\x77\x76\x38\x7d\xf2\x99\x3e\x93\x28\xff\x39\xb3\x62\x0e\xd5\xf8\xce\xae\xe1\x7c\xea\xac\xeb\x4a\x3a\x57\x9d\x51\xf7\xa1\x27\x72\xb6\x17\x77\x7a\x3b\xf3\x20\x9d\x78\x24\x67\xdf\x70\x9e\x7d\xd6\xa0\x8a\xce\x27\xf5\x59\x75\xb4\x03\x9e\x99\x77\x85\x5e\x57\xbf\xe2\x3e\xe9\xf3\x9d\x92\x7f\x2e\x9c\x47\x71\xba\xf1\x7f\x64\xd1\xc9\x3b\x9f\xb7\x31\xae\x37\xa2\x84\xef\x04\x0f\x0d\x6a\xe9\x6f\xf1\x8b\x0a\xeb\x2c\x4b\x79\x0f\xf7\xdd\x00\x55\xbf\x96\xbe\x06\xd7\x3f\x31\x1f\xe4\xea\x75\x60\x52\x11\x70\x3e\x96\x75\xfd\xeb\x1f\x30\xce\x7d\x22\x02\x98\x9b\x00\x1c\xd1\xe4\x9a\xe8\xfe\x26\xae\xcf\x57\x6b\x00\xb6\x79\x7c\x17\x53\xc8\x58\x9a\xf5\xed\xb3\x00\x9f\x2c\x60\xe7\x3d\x60\xfd\x31\x60\x67\x27\x20\x26\x9e\x7f\x2f\x11\x7e\x7f\x89\x6b\xc0\x25\x27\x81\x3d\x8e\xc0\xee\x5c\xe0\x70\x02\xb0\xbb\x08\x38\x67\x0f\x94\x3b\x01\xb7\x67\xf1\xfd\xf1\xa7\xda\x40\xb9\x33\xf0\x56\x0e\xd8\xfd\x0a\xf8\xf2\xdb\xb7\xf8\x7f\x5b\xfe\xc3\x87\x2e\x80\x4a\x38\xf0\x87\x26\x30\x70\x38\xcf\xc3\x40\xf7\x6f\x79\x0f\xcd\xfd\x1d\x44\x9d\x83\xef\x43\xb9\x6f\xce\x65\x3b\x40\xc3\x98\xfb\x9c\x4c\x0e\xe5\xfb\xcd\x5a\x0a\xc0\xf1\x55\xc0\x9c\x61\xc0\x81\x06\x21\xa6\xb0\x96\x87\x99\x0a\x50\x5e\x02\xd8\x94\x00\x7b\xde\x02\x4e\x3a\xc0\xae\xe7\xc0\xda\xf3\xc0\x8e\x32\xc0\xcb\x05\x10\xa2\xcc\xfa\x99\x7c\xaf\x9d\x74\xee\xb7\x01\x29\x27\x81\x22\xb1\x3f\x4a\x71\x5f\x60\xaf\x06\x50\x62\x02\x1c\x0e\x65\xbc\xff\x9c\x2c\xeb\xc5\xdf\x4a\x66\x1c\xe9\xd9\x00\x60\xef\x13\xe0\x9f\x53\x40\xb1\x78\x87\x5d\x7a\xff\xbd\xad\xfd\x52\xfe\xc3\xff\xa6\x01\xfd\xa2\x5a\xfa\x7c\xfc\xac\x08\x08\xfb\xd8\xf3\xbb\x80\xa2\xee\xb7\xbc\x87\xeb\x3b\x81\xc1\x3f\x72\x3d\x6f\x44\x4f\x40\xc8\x61\xc7\x6a\x02\xf5\xc3\xb9\x2f\x4a\xdd\x62\x60\x4a\xf5\x57\xf7\xfc\xfd\x80\xb9\x0a\xc0\x1e\x2b\xe6\xc5\x94\x18\xb3\x5f\xec\x7c\xc8\xb8\xff\x8e\x3c\x60\xcd\x00\xa0\x30\x09\xf0\x1e\xc2\x78\x3f\xf5\xf9\x97\x63\x6d\xfe\x7c\x77\x20\xe5\x32\x50\x30\x09\xc8\xfd\xc2\xda\x20\xbb\x3f\xb6\xe8\xfe\x0b\xef\x73\xbe\xc7\x57\xfd\x0f\xaa\x80\x9f\xec\x79\x5e\x3e\xee\x02\x76\xc8\xb5\xe6\xff\x48\xf9\x1f\x52\x1d\x00\x29\x0e\xde\xac\xfb\x71\x05\xe8\x15\x0a\xfc\xac\x0c\xf4\x78\xf6\xdf\xbc\x87\x86\xfe\xc2\x99\x09\xb8\x3c\x05\x50\x79\x07\x9c\xb9\x0a\x8c\x8c\x07\x4e\xd5\x02\xe3\xa6\x01\x47\x5f\x02\x93\xd4\x79\x1d\x68\x6f\x62\x7d\x0a\x21\xc0\xec\x2e\x03\x16\xf5\x60\x3f\x17\xe6\xa1\x20\x98\x71\xff\x42\x6f\xc0\xf9\x3a\xb0\xbd\x2b\xe0\x16\x02\x6c\xdf\xc9\xfd\x1f\xb6\xab\x02\x9b\x6a\x80\x6d\xfd\x81\x94\x01\x2d\xf7\xfe\x85\x5c\xa1\xd4\x9d\xef\xc9\x1f\x76\x65\xff\xb9\xa0\xc2\x38\xe2\xdd\xd3\xc0\xae\xeb\xcc\x61\x11\x7e\xfe\xf8\xe7\xb7\x7d\x30\xa4\xfc\x8f\xb6\xfc\x87\xbf\x66\x03\x5d\xab\x80\xd7\x6f\x01\xf9\xe1\xc0\xcf\xf9\x40\xe7\x6b\x40\xa3\x0b\xd0\x79\x0b\x70\x57\x1b\xe8\x16\x04\x5c\x5f\x04\xf4\x50\x69\xe1\x3d\x5c\x68\x04\xfa\x0b\x51\xe6\x3a\xfb\xc9\xd1\xd7\xc0\xc8\x54\xa0\x76\x06\x30\x7e\x2a\x50\xa5\x0e\x4c\x9d\xc5\x7e\x3a\x43\x58\xef\xa3\x01\x83\x7b\xcc\x69\x31\xab\x07\xf2\xb4\x01\xeb\x76\x40\xce\x2f\x80\xa3\x2a\x90\xf3\x00\x70\x77\x66\x4e\x58\xe0\x53\x40\xc8\x4a\x36\x4d\x04\xb6\xfa\x00\xa9\x46\x40\x4e\x26\xb0\xfd\x2c\xb0\x6d\x12\xdf\xfb\xcf\x1d\x07\x1c\x99\x07\xe4\x46\x03\x17\x87\x30\x8e\x7e\x5b\x07\xc8\xd7\x07\x7e\x4d\x06\x0a\xd4\x99\x17\x24\xb5\x5f\x62\xd2\xda\xfe\xd8\x5b\xad\x79\x00\xd4\xef\xa4\x8c\xe7\x50\xd8\xc7\x5e\x08\x51\xfe\x86\x88\xef\x1c\x03\xee\xec\x10\x42\x2e\xe3\x9c\xed\x6e\x30\xef\xa1\xf3\x19\xe0\xac\x25\xd0\x4b\x88\x03\xa6\x7c\x7f\xfb\x70\x67\x40\x25\x91\xd5\xe3\x46\x3e\x06\xca\xbd\x00\xcd\x49\xc0\xce\xbf\x80\x69\xcf\x80\xc2\x1f\x80\xd9\x3f\x02\xb9\x21\xc0\xc2\xd9\xc0\x36\x25\xc0\xaa\x0b\x90\xf9\x0e\xb0\xcb\x00\x32\x6f\x00\x42\x9e\x94\x99\x05\x04\xac\x63\x3c\x38\x22\x0c\xc8\x70\x17\x4e\x4c\x40\x7a\x00\xb0\x4d\x0e\xc8\x8a\x06\x76\xc7\x02\x39\xfd\x81\x63\x1f\x81\xad\xb6\xc0\x85\x47\x80\x90\xc5\xdd\xd3\xe1\xf1\xe5\x32\xf6\xff\xcf\x0f\x5a\xec\x4f\xde\x23\xda\x2f\xdb\x9a\x07\x20\xe5\x3f\xbc\x55\x67\x5c\xf6\xff\xe4\x3d\x08\xd9\xc0\x6c\xe0\xbc\x70\xe6\xbf\xf7\x15\xef\x41\x9d\x79\x54\x35\xd6\x40\xbf\x4e\x40\xf9\x0b\x60\xc8\xcb\x16\xbd\x83\x9d\xe6\xc0\x14\x6f\xee\xd3\x21\x9c\x23\xb7\x2a\x01\x86\x3f\xb1\x26\x92\x59\x03\x90\xa1\x06\xd8\xcd\x03\x24\x99\xcc\x0f\x4a\x53\x01\x7c\x8d\x81\xd4\xc9\x40\xd8\x1b\x20\x55\x9f\xf5\xa4\x52\xf7\x00\xdb\x72\x00\xc9\x2b\xd6\x05\x91\xe8\x02\x87\xdd\x81\xf4\x27\xc0\xc5\x46\x40\xc8\xf2\x1e\x34\x08\xa7\x2b\xe0\xad\x1f\x90\xae\xdf\xda\xef\xdb\xea\x5f\x6c\x10\xf9\x52\x52\x3d\x84\xb6\xba\x1f\x6d\x79\x0f\x3f\x8c\xe2\xb1\xb9\xdf\xc7\x7a\x40\x46\xf6\x2b\xbc\xbb\x11\x90\x57\x01\x2a\xec\x81\x5e\xd7\x79\xed\xf6\xeb\xc9\xfe\x3f\xb2\x9e\xe3\xdd\x78\x75\xbe\xb3\x2f\xec\x23\x99\xee\xc2\x19\x9d\xf5\x1c\x8c\x1b\x81\x44\x3b\xc0\xda\x0e\x88\x9f\x04\xac\x9c\x0b\xc4\xc5\x30\x27\x21\x4e\x1f\xd8\x98\x03\xc4\x5d\x11\x4e\xca\x40\xfc\x54\x20\xc7\x08\x48\x98\x0d\x94\xe9\x02\x42\xb6\x7f\x58\x1b\x48\x1a\x0e\x5c\x9c\x0d\x24\x3d\x03\xee\xbf\x04\xe2\x5f\xb1\x6f\x4b\xed\x97\xea\x40\x48\xf9\x1f\xff\xa5\x03\x21\xf5\x83\x9f\xa6\xfd\xbb\x1f\x34\xeb\x5e\x88\xf3\x74\x4a\xec\x93\x71\x4c\xec\xb6\x5c\x29\xde\x7f\x2e\x2b\x04\x3a\x74\x66\xdc\x5f\x58\x2f\xf9\xbb\x81\x81\xbd\x80\xad\x1e\x80\xaa\x2e\x90\x71\x02\x98\x34\x0f\x48\x75\x05\x66\xaa\x01\x09\x8d\xc0\x82\x1b\x2d\xb8\xbf\xf0\xbc\x1c\xaa\x80\x4d\x15\x80\x7b\x24\x10\x75\x06\x10\x4e\xf8\xd1\x67\x58\x13\x42\xc8\xfe\x85\xb9\x8c\x32\x00\x4a\x4f\x73\xaf\xad\xc3\xbd\x78\xbc\xf0\x00\xd8\xb4\x01\xb8\xf7\x23\x10\xf5\x17\xe7\x0d\x52\xbf\x5f\x6f\xc2\xfb\xe6\x7f\xf5\xc3\x90\xe2\xe2\xdf\xe8\x7e\x88\xb8\x65\x73\xdf\x97\x5f\x79\x3c\xb3\x5b\xcc\x06\xe3\x78\x3c\x24\x9e\x12\x2a\xc4\x7f\x2f\xed\xba\x5b\x38\x17\xe8\xb8\x1f\xc8\xb9\x0c\x28\xbe\x63\xdc\x7f\xb0\x09\xaf\x71\xe1\x00\x92\x20\x61\xfe\x43\xb4\x1b\x30\xd7\x0d\x88\xb0\x07\xcc\x94\x80\x8d\x9f\x19\xc3\x5d\xff\x14\x70\x95\x07\x36\x46\x73\x9f\xb5\xd0\x2c\xbe\xc9\xb5\xd1\x87\xb9\x14\x1b\x3e\x01\x65\xc1\xc0\x86\x52\xe0\xb0\x07\x73\xa9\x84\xfd\x42\xf8\xf9\x7e\x09\xff\xfd\xcd\xa7\x16\xde\x8f\x90\x83\x37\xfd\x4b\x1f\x10\x69\x3f\x0c\x29\x0f\xa2\x2d\xff\xe5\xe6\x32\x31\x1e\x88\xf7\xdf\x29\x1e\x08\x7e\x20\x56\x93\x9a\x75\x1f\x44\xdc\xbf\x42\xe4\x81\xec\x14\x79\x11\x5b\x45\x5c\x3c\x43\x0e\xe8\xe4\x0a\x24\x1e\x06\x94\xee\x00\xf1\x6a\xc0\xc8\x74\x20\x72\x37\x30\x31\x19\xa4\x6a\x3c\x3b\x0c\x58\x3f\x0a\x58\x5c\x0b\x04\x75\x05\x6c\x67\x01\xfe\x0d\xcc\xb3\x15\x9e\x5f\xb0\x02\xe0\xaf\x0e\xc4\xa9\x03\xfe\x1a\x40\x76\x3a\xe0\x67\x0f\x94\x39\x00\x3e\xb9\xc0\xc1\xa3\xcc\x17\xb8\xa4\xc5\x31\xe5\x81\x0a\xe0\xf3\x0a\xf8\xe3\x37\xc0\x3b\xef\xdf\xed\x96\xf2\x3e\xda\xf2\x20\xda\xe2\xfe\xcd\xeb\x40\xd4\x07\x39\x23\xf2\x1a\x8e\x7f\x10\xe3\x41\x9b\xbe\x27\xcd\xfc\x0f\xb1\x0a\xbd\x45\xbc\x65\x41\x87\xcd\x50\x20\x76\x35\xd0\x6d\x13\x10\x19\x0f\x0c\xfc\x8e\xf9\x2b\x63\x4d\x80\xa0\x01\xdc\x67\xcc\xe7\x20\x6b\x30\x78\x2f\x11\xce\xb6\x80\xc7\x4d\xc0\xb9\x0c\xf0\x50\x04\x02\x35\x00\xf7\x30\x20\x6e\x03\xe0\xae\xc0\xeb\x42\xf0\xe3\xdd\xa3\x00\x97\xcb\xc0\xa1\x21\xcc\x83\xb8\xf8\x02\x58\xfb\x12\xb8\x9f\x0f\xac\xad\x05\xde\x1c\x03\x56\xe5\xb5\xb6\xdb\x46\xa1\x35\x0f\xc2\xec\x71\x6b\x1e\xc4\x7f\xf2\x5f\x44\xfe\xe0\x09\xa9\x1f\x88\xf3\x52\x25\x3e\xf7\x3d\x22\xcf\xa3\x48\x5a\x65\xd3\xe6\x31\x5d\x7c\x9f\x84\x2b\x3c\x86\x53\x4f\x5e\x20\xc4\x19\xe8\x1d\x08\xf8\xd5\x01\x23\xf6\x03\x9e\x27\x99\x5f\xe9\x1e\xc4\xf9\xe6\x5a\x42\xa0\x00\xe7\xdf\x80\x95\x87\x98\x73\xec\x1f\x06\x38\x2d\x05\x36\xcf\x04\x9c\x46\x02\xd9\x95\xc0\x8a\x81\x40\xf1\x51\xee\x39\x55\x9b\x0a\xd8\x96\x03\xdf\xd9\x03\xb6\xf9\xbc\x6f\xda\xfe\x0f\x78\x9d\x01\xd8\xf4\x65\xfb\x2c\xac\x5a\xdb\x2b\xd5\xbd\x68\xcb\x83\xf8\x4f\xfe\xcb\x1c\x1e\xa5\xfc\x17\xee\xba\x0b\xec\xfd\x28\xc6\x03\xb1\xda\xf8\x0d\xff\x43\x9c\x97\x18\xb1\x9f\x50\x88\x18\x37\xbc\x13\x00\x79\xe1\x4c\xd5\x07\x50\x5e\x0c\xac\x36\x00\xc6\x75\x02\x56\x4e\x05\x66\xde\x05\x56\x1c\x00\x4c\xb5\x81\xe5\x47\xf8\xfc\xb5\x2c\x16\xf0\xcd\x01\xac\x67\x02\xd1\x07\x99\xa3\x9e\xe9\x0f\x58\x8c\x03\x8a\xed\x01\xd3\xf7\x40\xad\x1b\x60\x1a\x04\x9c\x9f\x07\x98\xbc\x06\xee\x8c\x04\x8c\x47\x00\xbf\xa6\x01\x8b\x77\x00\x5f\x4e\x01\x86\xaf\x5b\xdb\xab\x53\xd0\x9a\x07\x21\xe5\x3f\x5c\x13\x6f\xd5\xb6\xe5\xbf\x1c\xc9\xe4\xf1\x1b\xfe\xc7\x3d\x1e\x0b\xf6\xf0\x98\x2d\x56\x99\x52\xc5\xbc\x23\x56\x8c\x1f\x61\x56\x3c\xfa\x9e\xe1\x71\x6d\x1d\x8f\x4e\x56\x80\x42\x27\xc0\x2e\x14\x18\x39\x1d\xb0\x3e\x2a\x33\x61\xfa\x52\xc0\xd2\x5c\xd6\xdb\x68\x39\x60\xfa\x50\x36\xc7\xee\x39\xb0\xd8\x42\xf6\xbd\xe7\x4d\x60\xe1\x45\xd9\xef\x22\x0e\x01\xf3\x2d\x65\x3d\x24\xbb\x00\xc3\xd1\x32\xe7\x76\xa8\x02\x06\x7d\x65\xe6\xee\x5f\x08\xcc\x39\x0b\xe3\xfa\xb3\xc0\x6c\x07\xe0\x87\xc9\x80\x9e\x29\xf0\xfc\x57\x60\x96\x39\xf0\x77\x3f\x60\xc6\x95\xd6\xf6\x6a\x8a\xe7\x8a\xf1\xab\x78\x1c\x23\x9e\x37\xda\xf2\x5f\x8e\x3e\xfe\x77\xfb\x77\x8b\x7c\x99\x66\xfe\x8b\x76\x27\xea\x03\x93\xe2\xde\x81\x4e\xfd\x71\x2a\xcc\x93\x08\xef\xd8\x95\xf0\x3c\xff\x17\xdd\xa8\xca\xe4\xa2\xde\x9d\xfe\xbe\xfc\x5c\x4f\xaa\x0a\x98\x5d\xea\x59\xdc\xc9\x1e\x58\xb4\x5f\xe1\xf0\x20\x45\x60\xde\x0e\x45\xb3\x09\xca\x80\xbe\x81\xd2\x08\x03\xe1\xfb\xc7\x2a\xf9\x59\x2f\x02\x74\xb4\x94\xcc\x5d\x85\x9c\xc3\x52\x49\x71\x63\x7b\x60\xaa\x44\xf1\x6e\x72\x02\x30\x39\x58\xd1\x32\x7f\x12\x30\xf1\x70\x6f\xdf\x7d\x05\xc0\x04\x1b\x05\x87\x93\x36\x80\xc6\xc7\x5e\x13\xae\xbd\x07\xc6\xd7\xf6\x54\x7b\xa2\x04\xa8\x4b\x7a\x68\xfd\x55\x03\x8c\xd5\xea\xa6\x21\xd8\xa9\xfa\xa7\x3c\xd5\xa7\x87\xbb\xb7\x7f\x23\x8c\x43\x46\xcb\xfe\x24\x8c\x83\x86\xc8\xb4\x13\xc6\xb6\xfc\x97\xb6\xfa\x37\xcd\xfa\x2f\x25\x9d\x58\x07\xa2\x91\xfb\x01\x25\x2d\x63\xb5\xe5\x98\x57\x7d\xe8\x36\xf1\x06\x8b\x7e\x54\x9f\xf3\xfd\x32\x90\x18\x74\x2e\xc3\x54\x48\x17\xc1\x2e\x90\x71\x64\x53\x83\xa1\x54\x85\xd4\x7b\x3b\x9c\x56\x8a\xb6\xfe\x88\x26\xc5\x5e\xc0\x64\xcb\x91\x7a\x6a\x8b\x64\xf4\x34\x4a\x47\x9e\xd0\xf9\x5b\xe6\xef\xb1\xf6\x23\x7f\x34\xd3\x95\xad\x1b\xa5\x3a\xb2\xdb\xca\x47\x72\xf3\x46\xc8\x8c\x08\x0f\xa8\x90\x3b\x37\x54\x77\xc4\xd8\xd8\xdb\x72\x67\x06\x0f\x1e\x3e\x20\x67\x88\x5c\xe6\xa0\xa8\x61\x16\xbb\x6f\xcb\x2d\x1e\xa8\x31\xf4\xf8\xb1\x0e\xb2\x4f\x94\x75\x86\xe2\xf2\x1f\xb2\x0e\x03\x62\x87\x18\x3e\x5c\x20\x73\xb6\xff\x97\xc1\xdf\xbd\x49\x94\xe9\xd2\x7f\xa7\xca\x0e\xc1\xce\x3e\x37\x07\x24\x09\xa3\xc2\x41\xa5\xb7\xc2\xd8\xf3\x76\x6f\xea\xef\xde\xfd\x53\x8f\xb9\xc4\x7f\x10\xe3\xa4\x94\xff\xb2\xcf\xbf\x03\xed\x9c\x3b\x23\xbb\x91\x87\xb7\xd5\x7f\x49\xfe\x75\x30\xf1\x1e\xa2\x4e\x0d\xa7\xf9\x59\xbf\x40\x95\x76\x12\xdf\xc4\x31\xb4\x32\x5c\x54\xf8\xf6\xa1\xfd\x0f\xe3\xb9\xaf\x71\xca\x04\xaa\x3b\xcd\x6d\x37\x89\xea\x5a\x93\x8f\xf1\x86\x3c\x6a\xe8\xd4\xf1\x9d\x1f\x02\x43\x77\x4e\x6d\x1a\xb2\x04\xfb\x07\xb5\x9f\x56\x3a\xb5\x33\xee\xf7\x3f\x32\xad\xda\xe8\x10\xcc\xfb\x64\x4f\x5b\xbe\x22\x1f\xe8\x7d\x6e\xea\x33\x1f\xe1\x2c\x2c\x37\xd5\x3c\x5a\x0f\xe8\xfe\x6e\x4a\xc8\x16\x05\xa0\xeb\x97\xc9\x11\x25\xcf\x80\x2e\x7e\x93\x7c\x0e\x3d\x01\x3a\xf7\x9d\x68\x7c\xe1\x67\x40\xbe\xef\x84\xfc\x1f\x27\x02\x9d\x46\x6a\x36\xfe\x76\x0e\xe8\x18\xaf\x91\x2c\xd8\xd9\x7e\xd6\x18\xd2\xb3\x97\xfd\x45\x75\x0e\xd5\x25\xad\x87\x25\x70\x7d\x52\x85\xee\x7d\x4b\xf5\x7f\xca\x37\xcb\x93\x3f\xef\xfc\x4e\xc1\x95\xed\x1f\x40\xdf\x3b\xd3\x6b\x18\x55\x89\x13\xd7\xa8\x51\xdd\x32\x66\x26\xdb\xb7\x5e\x61\x02\x65\x52\xbe\x11\x93\xa8\x2a\xe6\x1a\x3e\x95\xea\x72\xf6\xef\xb5\x68\x67\xb1\x0c\x9d\x41\x33\x3c\xdf\x9e\xbb\xb3\x6b\x3d\x99\x4d\x38\xb1\x9a\xab\x3e\xa1\x6d\xbd\x25\x86\x03\x65\x26\x00\xdd\x4f\x19\xe6\xf6\x7d\x0f\xc8\xdf\x9f\x37\x7d\xfc\x5a\xa0\x83\xb6\x61\x95\x41\x57\x40\xf6\x57\xc3\xd5\x36\xc2\xc1\xb6\xa7\x61\x6f\x37\x42\xd8\xe7\xee\x09\xa7\x3a\xb6\xc1\x70\x09\xed\xdd\xfa\x2e\x3b\x09\xf7\x9b\xe3\x74\x80\xf6\xf6\xd9\xd3\xcf\x53\x05\x54\xaf\xd7\x6d\xfa\xe4\x99\xaf\x7e\xa5\xbd\x4d\xd7\xef\x13\xc5\x28\x2d\x57\xb6\x7b\x92\x88\xeb\x69\x88\x75\xfb\x71\x4b\x85\xb1\xdc\x49\x91\xf0\x2a\x29\xff\x65\xdb\xf1\x21\x84\x1e\x49\x66\x8e\xa1\xef\x9b\x78\x9d\xfb\x21\x45\x65\x4c\xa2\xaa\xe0\xc6\xef\xa6\xd1\x0e\xe9\xf7\x59\x97\x50\x67\xd7\x94\x39\x34\x2f\x0e\x55\xfa\xb4\x6e\x96\x2a\x1a\xd0\x89\x65\x91\x2d\xab\x2e\xcf\x72\x5b\x48\x71\x44\xf3\xf4\x22\xc2\x8b\x54\xee\x9b\x12\x1a\xd1\xc9\xdd\x3c\x97\x9f\x80\xa5\x46\x2f\xe6\x25\x98\x31\x7e\x61\x61\x39\x9b\x2a\xa0\x16\x26\x5c\xa7\x36\xaf\x64\xdc\xdf\xdc\x91\xef\x6d\x9a\x35\xa4\xd1\x3b\x9b\x3c\x29\xa2\x4f\x36\x29\xda\x4f\xb8\xc6\xe2\xea\x7a\xaa\x14\x2f\xaa\xba\x49\x15\x67\xa3\x2b\x9c\x2b\x1b\x99\xfc\x43\x67\x00\x43\x51\xbf\x7b\x76\x3f\x1e\x75\xae\xf0\xa8\x45\x7d\x1f\x8a\x2d\x07\x51\xca\xb3\xad\xbf\x1a\x01\x9a\x92\x87\x13\xe9\x5e\x76\x62\x15\xdb\x1d\x9d\x3a\x83\x9e\xe3\xc6\x4b\xb3\x68\x3e\xfc\x2e\x1a\x50\x15\x78\x9d\xd2\xbc\xb9\xc2\xb8\x52\xde\x88\x50\x00\x9b\x77\xc6\x54\x5d\x35\x8d\x32\x27\xbc\xcb\x90\xdb\x45\x60\xda\xab\x25\x94\x89\xa8\x29\x2c\xa5\x1d\xb8\xcf\xbd\x65\x54\x6d\xc7\x2a\x7b\xb1\x8e\xbf\x62\x78\x6f\xaa\xc3\xdb\xab\x8d\x21\xbd\x71\xbb\x06\x3d\xd2\xa7\xb7\x0f\xb7\xac\xe2\x9f\xd7\x12\x42\x60\xe7\xb9\x9e\x62\xd7\xf2\x02\xee\xa0\xb1\xdc\x9d\x2b\xe7\xcb\x8e\x72\x6e\xbf\x2c\xfb\x14\x31\x38\x96\xf9\xf1\x99\x60\xa9\xe4\x09\x7d\xb2\x55\xe3\x7b\x1a\xa5\xfc\x0f\xe3\x46\x1e\x17\x88\xba\x07\x73\x9f\x35\x51\xff\x0b\x46\x99\x33\xac\xa6\xd0\xab\x93\x14\xa7\x13\x33\x38\xca\x5c\x8f\xe2\xc1\x46\x95\xb9\xe4\x7d\xfe\x2e\xac\x2e\xee\xee\xc5\xb7\xae\x57\x3d\x33\xa7\xea\xf7\xb2\x6a\x2b\xba\xbf\x6d\x31\xcf\x86\xec\x6c\xe6\xc1\x98\xd9\x91\x35\x1a\xf9\xac\x6e\x32\xe4\x96\x13\xf9\x41\xb7\xea\x55\x8e\x6c\xbf\x8b\xb8\x53\xad\x1d\xc8\x3c\x90\xb5\xee\xec\x0f\x6b\xdd\x67\xe6\xf1\x68\x31\x8b\x5f\xc7\x8a\x2a\x6b\x4c\x82\xe8\x13\xd6\xcc\x8f\xe7\x4e\xeb\x09\x7c\x93\x7a\xf5\x80\x3d\x65\xfc\xf3\x71\x32\x65\x55\xfa\x15\xaa\xa4\x3b\xdd\x7a\x48\x1e\xed\xe8\xf4\x9a\xfc\x6a\x85\x09\xeb\xb8\x4b\xf9\x1f\x4b\x62\x79\x34\x3f\x43\x75\xaa\x2a\x2d\xc2\x5d\x12\x27\x32\xbf\x2b\x66\x22\xeb\xe0\x84\xde\x58\x44\xfe\x1c\xa0\x69\xc6\xdd\x77\xfc\xac\x28\x4e\xac\xb2\xb1\x26\x2f\x5c\x11\xcf\x6a\xeb\x4b\xce\x33\x4f\xa0\x2d\x0f\x66\xaa\xd5\x6a\xea\x9f\x35\x26\x7c\x0d\xf9\x53\xff\x07\xae\x74\xe3\xa5\x63\x85\x87\xc8\x4c\xf5\x39\x0b\x3a\xeb\xfa\x84\x2b\xd1\x3a\xf0\x8e\x1d\x4d\x3c\x20\x1f\x63\x1d\x7a\x85\x8f\x1a\xeb\xfc\xfb\x84\x3b\x51\xce\xe6\xdd\xc0\xf7\xfd\xbd\x15\xa2\xe9\x1b\x7a\x1b\x6d\xa1\x33\xa1\x57\x45\x29\x45\x74\x2f\xf7\x23\x34\x2f\x1e\xfb\x18\xf7\xf7\xe8\xf3\x23\xe1\x3e\xeb\xae\xfc\x42\xeb\xc4\x75\xfa\x47\xca\x8d\x57\xf7\x64\xfb\x1d\xc4\x38\xc1\xbc\xa1\x94\x83\x73\xe9\xb9\xc7\xae\x58\x4c\x7d\xfb\xc3\x61\x46\xef\x1e\x98\xb7\x94\xe2\x84\xe7\xf9\x65\x34\x41\x6b\xc5\x3e\x50\x0e\x35\x8e\x84\x4b\xd8\x28\x38\x93\xbd\xa6\x9d\x99\xf7\x63\x98\xbe\x96\x70\x4e\x9d\x54\x57\xc2\x8b\x27\x2c\x77\x27\xff\x1a\xd6\xce\x93\x9e\x8a\xe2\x55\x4e\x30\x65\x35\x83\xc4\x9d\x39\x64\x3b\xeb\x1e\x84\x78\x2a\xd2\x4a\x5b\xdf\x55\x8d\x19\x58\xcb\x74\xea\xf8\x67\x13\xc2\xb5\xd7\x0f\x71\x20\xfb\x43\x3e\xf9\x90\x27\x86\xfc\xb1\x89\xce\x7e\x21\x7e\x99\xdc\x1f\x68\xf6\x4e\x8a\x8f\xc1\x0a\x35\xc4\x54\x09\xd2\x3f\x4b\x3b\x57\xe0\xf4\xdb\x3b\xd9\x93\x5f\x50\x1c\xf5\x23\x6c\x02\xf0\x7e\xc8\xf6\xbb\x55\xf1\xb8\x96\x78\x10\x9b\x4f\x9a\x92\xf7\x45\x74\xb2\xa2\xef\x17\xa2\xc3\xe8\xb2\xf7\x76\xd6\xfd\x91\xf6\x83\x5a\x19\xb4\x86\xbc\xca\x56\xec\x07\x65\xe1\xb6\x8e\xe2\x88\x91\xba\x9b\xd8\x0f\x87\xfb\x05\x4d\x6d\xf4\xa6\x79\x1c\xf3\x25\x80\xf9\x40\x83\x83\x28\xdf\xe8\xa1\xb8\x21\x87\xed\x0f\x17\x95\x3b\xa3\xf4\x19\xcf\x8a\xa8\x55\xa2\x95\x12\x79\x6b\x34\x21\xe3\x91\xf1\x33\xe8\x1b\x45\x3e\x58\x4c\xf7\xf4\xa3\xb2\x57\x10\x6e\xbf\x49\xe2\x29\xe1\x31\x82\x10\xe3\xc8\xc6\x34\xe6\xc9\x84\x15\xd2\x7c\x46\xdc\xaa\x22\x9e\x43\x84\xf2\xe9\xa1\xfc\x44\xbf\xa7\x75\x12\x3a\xab\x91\x7e\x0e\x35\xfe\x83\x56\xaa\x94\xff\x11\x64\xce\xa3\xdf\x2e\x61\x8c\xf0\xb2\xd5\xf8\xda\x7e\xdf\x92\x95\xb4\x1f\xb8\x61\x35\xed\xa8\xab\x3e\xb8\xd2\x89\x63\xf9\x13\x37\x42\xc5\x2c\xe1\x41\xab\xd5\x38\xd3\x87\xd0\xe5\xb9\xf5\xfe\x74\x52\xd5\x19\x18\x48\x27\x95\x09\x2a\x7c\xfb\x7a\x54\x3e\xf3\x05\x94\xc7\x85\x51\x7e\x21\xff\x30\x6a\x09\xdb\x1f\x2b\x66\xe0\x09\x15\x8c\xf3\x36\xf3\x61\x52\x18\xf7\x4f\x88\xd0\xe6\x71\x1e\x1f\xe5\x12\xab\xb8\x83\x4f\x42\x93\x3b\x31\xd3\x12\xe5\x42\x29\xe2\x24\x18\x33\xb3\x22\x3e\x2b\x8f\x2c\x88\xbf\xcb\x67\xe0\xb8\xc7\xc7\xe9\x89\xc6\xa9\x5f\x21\x4f\xdc\x3c\xe4\x01\xf3\x63\x44\x5e\x4c\xd4\x5f\x7f\x7b\xf0\xfc\xf1\x3c\x70\xbf\xa0\x6f\xfa\x61\xbd\x65\xfe\xcf\x6a\x23\x37\x5a\xcf\x0e\x1e\xde\x14\x0f\x6c\x52\xfd\x88\x37\x69\x36\x34\x80\x9e\xe7\x82\xdc\x10\xda\xbd\xf4\xae\x32\x2f\x64\x9a\x73\x18\xed\x1b\xe3\xdf\x30\x2f\x64\xe8\xf7\xcc\x87\x51\x74\x88\x65\xdc\xff\xb7\x84\x0d\x6c\x7f\x33\x1f\xa6\x86\x71\x7f\x29\x1f\x26\x5d\x4f\x8d\x78\x1a\x92\x99\xd3\x69\xc6\xd3\xaf\x2c\x24\xcf\x92\xec\x5a\x46\x99\x5d\xc6\x20\x57\x3a\xeb\xa5\x0f\x5d\x4f\x67\xd9\xf4\xd1\x89\x64\xaf\xe4\xee\x76\xe2\x4d\xa5\x3d\xdc\xcd\x8c\x67\xd9\xa3\xb4\x13\xa5\xf9\x5f\xa4\x8e\x97\xc9\x8d\xb7\xc9\xde\xe4\xee\x54\x83\x46\x52\xd5\x07\xfa\xa6\xf1\x9f\x9b\x28\x1f\x61\x5e\x4c\x80\x26\xeb\xe1\x78\x99\x8b\x3c\xa0\x60\xd6\x79\x5a\x39\xc1\x97\xa2\xf0\x72\x13\xe6\x3d\x59\x44\x84\x90\x7f\x2c\x12\xfb\xc7\xcc\xad\x8f\xa4\xf9\xd3\x71\x67\x55\x8a\xc9\xe5\x9b\xe9\x5b\x8d\x8d\x8f\xa3\xa7\x36\x78\x7e\x22\x45\xc1\x5e\x0d\x8c\x9b\xcb\xf5\x48\x13\x4f\xb6\x52\x3e\xcc\xb6\x15\x72\x74\x96\xc9\xf9\xd0\x87\x5e\xb1\xad\x66\x14\xad\x83\x1c\x9d\x69\xb4\x2f\x6c\x2d\x9f\x47\xf8\x6f\xce\x01\xd6\x4f\xda\x9a\xc0\x3b\x4c\xce\x77\x21\xcc\x87\x79\x1b\x4b\xaf\xdf\x5a\x9f\x4d\x9f\xbc\x75\x4d\x09\x65\x34\xd9\x57\x6a\x89\xa1\x96\xfd\xdd\xf9\xdd\xfc\x79\x3f\x50\xfc\xd9\x32\xfd\xa7\x55\xf4\xf3\xf6\xbf\x68\xde\x5a\xf3\x62\xbc\x93\xbc\xf6\xe2\x2b\x1e\xd0\xca\x9a\x20\x52\x67\x5a\xee\xce\xea\x3c\xd6\x33\x42\x49\x91\xd7\x7c\x13\x3f\xe7\x05\x1d\xb9\x8b\xd5\x9c\x46\x3e\x59\x4e\x3f\x10\x47\x27\xd0\x09\xef\xf9\xc6\xc5\x28\xb0\xb7\x2a\xff\x91\x4e\x5e\xd8\x23\x3f\x83\xd4\x28\xb0\x7b\x6b\x7f\xb6\x3f\x5f\x3c\xc1\x15\x8e\x67\xe6\x7e\xe1\x5e\x8e\x93\x3b\x14\x47\x51\x0d\xb0\xf0\x02\xe3\xfe\x05\x27\x0c\x89\xbf\x51\x24\xcb\x4a\x56\x85\x4e\xab\x29\xd4\x16\xc9\x07\x10\x0f\xaa\x30\x3b\x86\x22\x74\xa1\x4b\x26\x21\xc7\x45\x43\x77\x51\x46\x53\x28\x5f\x43\xfa\x1a\xf9\x7a\xac\x87\x91\x37\xe6\x1a\x79\x74\x5e\x6e\x23\x21\xf1\xb9\x0d\xaf\xf9\xc4\x10\xf0\x89\xd6\x47\x4e\x36\xd5\x29\x6b\x03\xe9\x5f\xaf\x7e\xcb\x76\x3b\x6e\x0a\xa3\x57\xd9\xd4\xb3\xdd\x96\xe0\xbe\x39\x8b\x2f\x70\xdf\x1c\x03\x6f\xe6\x85\xe8\x78\x27\x53\x25\x77\xea\xfd\x54\xca\x72\x35\x46\x32\x4f\x62\x84\x41\x16\xf1\x85\xa5\x7d\xa2\xba\x4e\xca\x35\x6d\x6d\xff\xce\xe3\x3c\x96\x0e\x6c\x4f\x35\x8b\x32\x15\x25\xaa\x79\x96\x5e\x61\x1d\x8c\xb2\xed\x53\xe9\x1b\x94\xba\xcf\xa5\x88\x5c\xfa\x72\xc9\x5e\x1e\x9d\x3b\xf1\xef\xfd\x98\xff\x92\x17\xf1\x23\xff\xfb\x0c\xfa\x84\x12\x37\x66\xdc\x94\xa4\x54\x12\x13\xa5\xf8\x15\xe3\xfe\xc5\x3a\x0d\xb4\xae\x76\x39\xdd\xa7\x5a\xc2\xae\x13\xbf\x91\xa7\x17\x2b\x7f\xa4\x27\xc4\xbc\x98\xb5\xee\x1b\x69\xb7\x5a\x15\xbd\x89\xa2\xa9\x94\x07\x64\xd5\x18\x47\xe7\x05\x33\x05\xb6\x7b\xe1\xfb\x14\xca\x17\xe7\xa4\xa6\x53\x3e\xa4\x3d\x3e\x9d\x9e\xd6\x24\x93\x6c\xd2\x8f\x1b\x93\xc7\x59\xcd\x30\x4d\x56\xe7\xe8\xeb\x90\x4f\xac\x8c\xce\xda\xd2\x8a\x55\x89\xa8\xe8\xba\x57\xac\x78\x56\xe8\x74\xa0\xe7\x5b\xd1\xa8\x44\x7c\xb1\x7d\xce\x23\x29\x6f\xde\x67\xc8\x7d\x40\xf6\xb9\x1a\x10\x36\x50\x71\x92\x33\xd3\x7d\x5d\x56\x76\xe7\x7f\xc7\x8a\x4e\xfb\x96\x47\xd0\x4e\x55\x31\x34\x95\x32\xdd\x0a\x91\x27\xb5\xb7\xbe\x7c\x28\xbf\xee\x18\x69\x8e\x97\x7b\x5d\xa2\x9e\xdb\xe5\x23\xef\xf1\xdf\x57\xfc\x4c\x7f\xdf\x13\xf1\x8e\xe6\x6f\x37\xe5\xdb\x6b\x66\xb0\x2e\x8c\x83\x52\x1c\xc7\xc3\xfa\x64\x7a\x95\x65\x68\x1a\xb1\x72\x16\xdd\x63\x7d\x18\x43\xdd\x0c\xe2\x03\xea\x61\x2b\xb1\x96\xb5\x12\x99\x95\x34\xc1\x73\x3b\x45\xad\x31\xe1\x9c\xed\x0f\x2e\x28\xa2\x6c\x50\xb1\xe3\x2e\xf2\xce\x4e\xee\x65\x62\x1f\xbd\x66\x7d\x9c\x8e\x3c\xd6\xca\xca\xb1\xde\xcb\x6c\x45\x9a\xa1\xda\xfd\x23\xe8\xc6\x43\x6d\x23\xf3\x1f\x6a\xfe\xd1\x27\x7e\x57\xed\x38\x73\xe2\x45\xd4\xde\x62\xdd\xa0\x83\x53\x3d\x89\xa9\x51\x1b\xcb\xb5\x9e\x03\x8f\x92\x29\xc3\xa9\x1d\x99\x4b\x9e\x58\xbb\x66\x2f\x31\x7c\xf7\xbb\x1c\xa2\xf9\x3d\xa0\x70\x81\x6a\xa7\xfb\xf7\xdc\xa2\xe7\x5f\xb3\xee\x27\xda\x47\xf6\xdf\xf9\x8b\x4e\x3c\xd5\x97\x3f\xbf\xfb\x6f\x1e\x90\xe9\xc0\x4c\xca\x42\x16\x61\x1b\x21\x1b\x86\xca\xb9\x94\x17\xea\x26\xe5\x52\x9e\x34\xb5\xb1\x90\xec\x94\xf6\xc9\x52\x5b\x51\x4c\x7e\xa5\x72\x7a\x0f\x3d\x4d\x85\xd7\x7b\x28\x7a\xc9\xab\x54\x8a\x48\x47\x73\xbf\xa8\xf6\x3c\x4a\xf9\x30\xc7\x1f\xb0\xc4\xef\x71\x95\x61\xf4\x4e\xc7\xba\x4c\xb8\xc7\x7f\x9f\xed\xcd\xa3\x29\x75\x6a\xaa\xfb\x9e\x33\x9a\xe3\x0d\x1e\xf4\xba\xe3\x01\x1b\x29\x5f\x3c\x66\x1f\x4f\x4f\xea\x98\xa8\x50\x75\xbc\x61\x37\x3d\xd9\x63\x47\x0e\xd1\x13\x3b\xf2\xea\x2c\xf9\xd1\x11\x9d\xeb\xc4\xff\x38\x3a\xb2\x91\x98\xf2\x47\x92\x5e\x91\x92\xda\xe1\x9a\x8f\xa3\x80\x3f\xc2\x19\x5f\x78\xb5\x16\x50\xc9\x02\x9e\xd7\x00\xca\x07\x80\x46\x05\x40\xe5\x15\x70\x77\x17\x30\x64\x1d\xdf\x91\x1c\x9e\xfe\x15\xde\x7f\x17\x18\x9d\x02\x9c\x1d\x02\x68\x5a\x30\xef\x61\xb2\xf0\xae\x3f\x00\x5a\x8f\x81\x9a\x89\x80\xde\x21\xa0\x42\x0e\x98\x57\xce\x7a\xc6\x8b\xac\x5b\xf0\xee\x1d\xb7\x81\xe5\xcf\x81\x1d\xdd\x01\xe7\x2b\x40\x41\x17\xc0\xe3\x17\xbe\xf7\x2d\x64\x60\x05\x95\x8c\xd1\xe4\x3e\x07\x12\x6a\x81\xdc\x54\x20\x2b\xbc\xe5\xde\xff\x0e\x5f\xa0\xf2\x77\x60\xc7\x52\xa0\x4e\xe4\x89\x5c\x3a\x2c\xf6\x3f\x70\x07\x4a\x1e\x03\xbf\x85\x02\xa5\x33\x81\xcf\x3e\xc0\x4e\x91\x07\xd2\x16\xff\x96\xf2\x1f\x7e\xdf\x05\x0c\xd0\x65\x2c\x6c\x80\x1f\xf0\x2c\x9e\xf5\x0c\x1e\xb8\x03\x7d\xff\x02\x6e\x27\x01\xca\x6e\xc0\xf5\x64\x60\x90\x0c\x70\x45\x0d\x18\xaa\x09\x9c\xf3\x05\x46\xbc\xe5\x3e\x17\x63\x4d\x80\xba\x1a\x60\x62\x30\xe3\x7c\x42\xbc\xaf\x2e\x04\x74\xbf\x03\xf6\x1c\x02\xe6\x94\x01\xa5\xf3\x81\x45\xa3\xbe\xc2\xfd\x87\x00\xcb\xa6\x00\x79\x65\xdc\x07\x63\xdb\x31\xc0\x35\x57\xd8\x45\x01\xbf\x13\x3c\x1f\x11\x61\xc0\xf6\x0d\x40\xe2\x55\x20\x67\xb8\x70\x16\x02\xb6\x1f\x01\x8a\x36\x72\xd4\xad\x52\x01\x8a\xba\x03\x27\xd4\x81\x42\x55\xe0\x52\x09\xb0\x73\x21\xf0\x70\x20\xf7\x3f\x10\x6c\xda\x75\x08\x68\xf2\x01\xf2\x23\xff\xdd\x7e\x29\xff\xe1\xf7\x69\xcc\xfb\x90\xea\x5e\x3c\x39\x01\x28\xd9\x03\x8f\x2b\x01\xe1\x1c\xd8\xac\xf7\x20\xf6\x77\xb8\x10\x09\x0c\x38\x0a\x08\x39\xfc\x30\x75\xe0\xd4\x23\x60\x54\x11\x70\x34\x00\x50\x1f\x0f\xd4\x9c\x00\x26\xa6\x00\xe5\xef\x80\xe9\xe3\x19\xf7\x17\x96\xef\xce\xd1\xc0\x7c\x77\xa0\xe0\x16\x60\xea\x08\xe4\xc7\x08\x27\x64\x60\x9b\x25\xe3\xfe\x5b\x77\x02\xae\xdd\x80\xec\x47\x8c\xcd\x64\x2f\x64\x2c\x2b\xeb\x05\x10\xa7\x00\x64\x4f\x07\x32\x0a\xb9\x2f\xfc\x8e\x89\xcc\x83\xa8\xf2\x64\x7c\xfb\x88\x0e\x90\x6f\x0e\x08\xf9\x63\xbe\x33\x70\xef\x11\xf7\x50\x79\xdd\x1d\x28\x74\x66\xfc\xff\x9b\x3e\x18\xb3\x5b\xe3\xc0\x82\xfd\x3d\x8d\x98\xff\xd2\xf5\x3c\xf0\xe8\x03\xd0\x39\xe5\x5b\xde\x83\x54\xe7\xe0\xbc\x2b\xa0\xe4\xc4\xf6\x0f\x70\x01\x8e\xae\x05\x06\x47\x00\x07\xaa\x00\xd5\x99\xcc\xfb\x10\xd2\xfa\x3d\x12\x61\x2f\x01\x8a\x4f\x30\x5f\xaa\x68\x3f\x60\xb8\x12\xc8\x4b\x01\x16\x27\xb0\x3d\x4b\xc2\x80\xac\x72\xc0\x6e\x1b\x90\xb5\x99\x4f\xe2\x59\x9a\x8c\x4d\x09\xd9\x96\xb0\xf1\x64\x3c\x05\xe2\x9e\x03\x99\xb7\xf9\xbf\x2d\xc3\xb9\x07\xc6\x16\x27\x60\x5f\x31\x63\x3b\xc2\x9a\x14\xe6\xe5\x7b\x15\xe6\x0e\x3d\xcc\x02\x72\x4f\x02\x7f\x24\x7f\xd5\x07\x42\xb4\x3f\x59\xc4\xb5\xe2\xc5\xbe\x49\x51\xba\xe2\x3c\x8c\x03\x3a\xda\x03\x4f\x1a\x01\x39\x7f\xe6\x01\x09\xf9\xcd\xdd\xd3\x80\xb0\xaf\x09\xef\xdd\x41\xb7\x85\xf7\x50\x5f\x07\x74\xcf\x07\x4e\x84\x02\x0a\x45\xc0\xa1\x01\xc0\x80\xf1\xc0\xfe\xeb\xc0\xb0\x89\xc0\x1e\x23\x40\xcd\x1b\x28\xf9\x13\x98\xa0\x00\x14\x8d\x04\xa6\x9b\x03\x05\x27\x81\x39\x6f\x80\xec\xe3\xc0\xfc\x81\x8c\xd3\x9b\xe7\x32\xee\xb3\xbc\x0e\x90\xf8\x01\x42\x9e\x94\x14\x0b\x78\xfc\x04\xa4\x96\x00\xeb\x7f\x07\x52\xe3\x58\x0f\x43\x12\x05\x64\xee\x07\x24\x6e\x40\x51\x2c\xcf\x13\xe9\x1f\x14\xf1\x3c\x6c\x79\x02\x7c\xff\x9e\x71\xe5\xa7\xb6\xc0\xd6\x1e\xc0\xfb\xc3\x2d\xf6\xb7\xe5\x7f\x6c\x5a\xda\x9a\x07\x20\xc5\x79\x9f\x89\xd5\x91\xfb\x42\x56\xf8\x92\x75\x70\xf0\x15\xef\xe1\xdc\x5b\xe6\x85\x9c\x3a\x0e\x74\xcc\x07\xea\x02\x81\x6e\x8f\x80\xfd\x47\x80\xde\x75\x40\xc5\x27\xa0\xdf\x71\xc6\xf9\x86\x86\x31\xee\x3d\xf6\x13\xe3\x7d\x53\x5c\x58\xd7\x42\xc7\x1b\xc8\xba\xce\x3a\x42\xcd\xb8\xff\x1b\xc6\xf3\x92\x9c\x18\x83\x4c\x30\x66\x2c\x2f\x51\x1f\x58\x3f\x12\x48\x52\x05\x62\xbd\x80\xf8\x46\x40\x92\x0b\x24\x98\x03\x85\x0a\x40\x62\x19\x50\x71\x97\x71\x23\x61\x1e\xd2\x54\x80\xab\x3a\xac\x17\xf1\xb4\x9c\xf1\xe5\xf7\x8d\x40\xb2\x21\xf7\xc6\x8a\xed\xd0\x9a\xff\xd1\xb6\x0f\x86\x74\x1e\x1e\x87\x32\x1e\x79\x47\xc4\x33\x6f\x94\x02\x58\xfa\x2d\xef\xe1\x64\x2e\x20\xdb\x03\x38\xb4\x17\x68\xdf\x0f\xd8\xf7\x12\xe8\x52\x22\x64\x25\x80\xa2\x3b\xe3\xde\xca\xc7\x5a\xf4\x0e\x72\x03\x00\xcd\x73\xdc\xe7\x42\xab\x1e\x48\x5b\x0c\xe8\x0b\xb1\x4f\x8e\xf5\x62\xe2\x82\x80\x25\x41\x40\x54\x57\xc6\xea\xa2\x37\x02\x6e\x72\xc0\xa6\xe7\x40\x40\x3c\xb0\xb9\x08\x88\x89\x01\xa2\x53\x80\xb4\xe7\xa0\xec\xb6\xd0\x0e\x88\x93\x00\xd5\x95\x40\xfc\x2d\xe0\x74\x77\x20\xbe\x04\xb8\xe6\x02\xc4\xcf\x03\x84\xfc\x39\xf1\x57\xe0\x7f\x8a\x40\xec\xcf\x6c\x67\x44\x57\x91\x07\xf0\x1f\x3a\x10\x52\xde\xc3\xfd\x54\x1e\xff\x8b\xf7\xd0\xdc\xef\x43\xe4\x7f\xd4\x0c\xe0\xb1\x5c\x06\x68\xd7\x93\xf5\x6e\xba\x5a\x33\xef\xa5\xf7\xbe\x16\xbd\x83\xcc\x06\x60\xcc\x06\x8e\xcb\x42\xbc\x48\x9a\x00\xcc\xcc\x63\xdd\x83\x05\x2a\x40\xe4\x5b\xc0\x6c\x18\xef\x0d\x76\xaf\x80\xb0\x12\x60\xad\x22\x10\xe6\x05\xf8\xdf\x07\x22\xc7\x01\xd1\xdd\x01\xe1\x34\x9b\xe6\xc9\xba\x08\x82\x8f\x45\x5c\x03\xaa\x7a\x01\xe1\xa1\x40\xdd\x17\x20\xd2\x12\xb8\x36\x18\xd8\xf4\x3f\xe0\x69\x0f\x20\xf2\x3a\x73\x42\xa5\xbc\x9f\x66\x1e\xc0\x89\x36\xfc\x87\xb2\xd6\x78\xf7\x37\xbc\x87\x36\x7a\x07\xcd\xba\x17\x6a\x62\x56\x28\xde\x2a\x6a\xc6\xbb\xc7\x03\xb2\xed\x38\x4e\x75\x3f\x09\x64\x8d\x03\xfa\x66\x01\xa9\x85\xc0\xd0\xde\x40\xbc\x19\xc7\xcf\xe8\x7a\x60\xfa\x0e\xb6\x47\xff\x29\xb0\x51\x8e\xfb\xe5\x6c\xd8\xcf\xfb\x47\x60\x0d\x63\xbc\x81\xb9\x80\xef\x24\xe6\xaf\x6c\xd2\x06\x36\x08\x3e\xaf\x02\x08\x67\xcd\xfc\x37\x40\x88\x16\x50\x35\x14\x08\xd6\x00\xea\x4c\x99\x2b\x71\xcd\xbe\x45\x07\x62\xa3\x1e\xf0\x51\xc8\x45\xe2\x5a\xf3\x3f\xa4\x76\xaf\xb6\x6f\xcd\x07\x90\xfa\x41\x5b\xdd\x8b\xef\x44\xbc\xfa\x1b\xdd\x0b\x29\xee\x2f\xde\x07\x2f\x16\xf1\x0f\xa9\xde\x41\x46\x28\xe3\xdb\xc9\x4d\x40\x57\x51\x8d\x57\xb9\x18\x88\x0c\x00\x46\x9e\x00\xc2\x8c\x80\x89\xd3\x19\xff\x17\xf6\xd3\xc0\x32\x60\x61\x16\xa8\xcb\xb7\x95\x26\xe0\x6d\x05\x38\x5d\x67\x1e\x83\x4f\x16\xe0\xf3\x9e\x35\x03\xfc\x32\x00\x49\x3f\xc0\xbf\x3d\xf7\x98\xf1\x35\x02\xaa\x87\x03\xbe\x2b\x80\x53\x3f\x02\xbe\x5f\x80\x1b\x25\xbc\xd7\x3c\x73\x03\x7c\x7b\x02\x7f\x7f\x6e\x79\xee\x6b\x45\xfd\x24\x47\x11\xef\xb7\x2d\x17\x47\xb1\xbf\x5c\x5b\x3f\xf8\xa6\xef\x0b\x9f\x9a\x71\x58\xec\x9e\xd9\xb6\xef\x89\xf4\xf4\xd8\xac\xfb\xb0\x98\xc7\xf8\x1c\x40\x36\x14\x88\x6e\x0f\x28\x38\x00\x61\xea\xc0\x60\x75\x20\x24\x1e\x18\x9f\xc0\x76\x0b\xf1\xc2\xab\x13\x60\x98\x0e\xaa\x72\x59\x94\x00\xee\x2e\x3c\x0f\xae\xef\x01\xcf\x4a\xc0\x43\x93\x6f\xb4\xb9\x09\xef\x9d\x04\xb8\x09\x39\x41\x10\xb0\x2e\x02\xa8\xaa\x03\x5c\xc3\x81\xd3\x9a\xcc\xc9\xbd\xae\x03\xac\xbd\x09\x3c\x1f\xc1\xaf\xff\x3c\x08\x70\x9a\xd2\xda\xee\x65\x62\xdf\x41\xb3\xe7\xad\x79\x10\x37\x87\xb7\xf1\x03\x69\xdf\x17\x31\x4e\x7c\xc3\x7f\xd1\x6c\xed\x07\x52\xfe\x47\x96\xb8\x4e\x52\xed\x78\xdc\x2c\xf2\x89\x36\xde\x03\xe4\x03\x01\xe1\x74\xdf\xe7\x17\xc0\xdb\x0e\x18\x61\xc4\xbc\x0e\x21\x0f\x77\x35\x63\xde\xd8\xea\xd9\x80\xc9\x65\xc0\xb9\x9e\xf5\x83\x9c\xe2\x78\x0e\x1c\xab\x39\x36\x38\x89\x7a\x18\x0e\x12\xa0\xc0\x04\xb0\x3f\x0a\x54\x8e\x05\xec\x83\x81\x93\xa6\x80\xfd\x66\xce\x79\x85\x58\xfb\xec\x06\x60\xa7\x0a\x7c\xfc\x1f\x60\xd3\xa7\xb5\xdd\x52\x1e\xc4\xc2\xef\x5a\xf3\x20\xbe\x17\x79\x0a\xff\xc9\x7f\x39\xc2\x63\xa5\xa8\xab\xb4\x47\xd4\xff\x28\x12\xf1\xfe\xb6\xfc\x8f\xc4\x35\x3c\x46\x32\x2c\x82\x20\x23\x1e\xbd\xf4\x81\x1e\x73\x00\x17\x7f\x60\x90\x3f\xb0\xca\x1c\x18\x77\x12\x70\x38\x06\xe8\x74\x04\xec\xfa\xf3\xfe\xb1\xdc\x9d\x6d\xb1\x3e\x0f\xea\x3b\x6a\xdd\x05\x08\xfd\x13\x58\xf2\x18\x48\x3e\x0a\x58\xd6\x71\xaf\x2d\x8b\xe7\x40\xa5\x11\x60\xf6\x8a\xb9\xac\x66\x96\xc0\x8d\x08\xc0\xec\x3a\xe7\x42\x26\xa9\xc0\xff\x24\x2d\x76\xb7\xe5\x41\xe8\x8a\xf9\xa5\xce\x2e\x1e\x9b\xd7\x81\xc8\x8f\x3a\x25\xda\xd9\xcc\x7f\xf9\x8b\xc7\xbd\x22\x2f\x6e\xd7\x8f\x3c\xe6\x8b\xbc\xa8\x2c\x91\x77\x28\xe5\x7f\xc4\x8a\x55\xa7\x8d\xa2\x7f\xf9\x8a\x71\x66\x75\x24\x20\x57\x08\x38\x2a\x00\x4a\xdd\x00\x5b\x33\x40\x75\x06\xb0\x34\x0b\x98\x1a\x01\x58\xba\x73\xde\x6d\xb6\x17\xb0\x91\x07\x4c\x56\x00\xae\x9f\x81\xc5\x1a\xc0\x86\xa1\x3c\x47\xc9\x11\xc0\x02\x33\x20\x6f\x0c\x30\x3f\x1b\xa8\xb8\x09\x18\x7e\x04\x4e\xd4\x02\x73\xdf\x01\xd7\xa2\x00\x03\x59\xe0\xf1\x05\x40\xff\x67\xe0\xaf\x62\x40\xef\x26\xdb\xa9\x2d\x3e\xf7\xc9\x22\x3f\x4e\x53\xec\xab\xa5\x2e\xea\x6d\x35\xaf\x03\x51\x3f\xe9\x3f\xf9\x2f\x6d\xfa\xdf\x34\xf3\x3f\xbc\x79\x8c\x9f\xd4\xda\x0f\x02\xc4\x79\x71\x17\xd5\xcb\x1d\x65\x79\xb4\xea\x07\x74\x51\x02\xcc\xba\x03\x83\x4e\x00\x8b\x9e\x02\x9a\x42\xac\x94\x01\xf4\x4b\x81\xb9\xbf\x02\x4b\x4e\x01\x73\xf6\x03\x6b\x6e\x03\x7a\x16\x40\x88\x22\x6b\xb3\xc5\xbf\x05\x66\xd8\x03\xdb\xe5\x01\xed\xde\xc0\x9e\x99\xc0\x34\x5f\xe0\xa8\x16\x30\x55\x0b\xb8\xdc\x13\x98\xfc\x09\x78\xa0\x0e\x4c\xba\x0a\xfc\xee\x06\x4c\xd0\x61\x3b\xc7\x8a\x7a\x39\xa3\x44\x7e\xed\x70\xb1\x4f\xe9\x10\xb1\x9f\x4e\x33\xff\xe3\x3f\xf4\x5f\xa4\xfa\x27\x52\xfe\x4b\xce\xef\xad\xed\x97\xf2\x5f\x22\x4e\xca\x52\x1d\x2b\x64\xb6\x1c\x55\x39\x3c\xd2\xdb\x53\xe1\xd7\x59\xa9\x03\xd5\x1f\x96\xd6\x75\xa4\xea\xe0\x7c\xfb\x4e\xf6\xf8\x09\x98\xf3\xb4\xb3\xa7\x92\x0d\xa0\xfb\xa6\xcb\x8f\xa3\x97\x02\x5a\x11\x5d\xcf\xe9\xca\x03\x53\x24\xdd\x92\x4c\x77\x01\x13\xbb\x74\x9b\xb4\xb2\x3b\xa0\x21\xd3\xf5\x99\xff\x30\x60\x5c\xef\x6e\xca\x31\x67\x81\x31\x63\xbb\xb6\xdf\x32\x1f\x50\x9b\xd1\xc5\xb8\x44\x02\xa8\xfa\x76\x8e\x39\x58\x05\x8c\x1c\x24\xbf\xfc\xbb\x9e\xc0\x88\xee\x9d\x94\xef\xe4\x01\xc3\x1e\x76\xb4\xfc\xe5\x31\x30\xf4\x63\x07\xdf\x4f\x9f\x80\x41\x17\xe5\xa8\x0e\xa9\x2c\x8b\x49\xc2\xa8\x24\xee\x97\xbd\x72\x79\xfc\x2f\xfe\x47\x5b\xfe\xcb\xd6\xac\x8e\x54\x3d\x4e\x3d\xdb\x99\xaa\x1e\xf1\x29\x5d\xe9\xf7\xe1\xa1\x0a\xa7\xf9\xf9\xb3\xc3\x78\x28\x30\x2f\x64\xa5\x84\x51\x89\xa5\x69\x7d\xa8\x5e\xb3\x08\xdc\x67\x43\xfb\x82\x32\xf1\x2c\x34\x7e\x1e\xf8\xa9\xab\x31\x30\x26\x49\xa5\xd3\x90\x1b\x58\x30\xf2\xa1\x4a\xf8\x94\x43\xc8\x1f\x5a\xad\x52\xb3\xe0\xa3\x4c\x7b\x95\x4e\x2a\xe6\x76\xe3\x64\xcc\x95\x97\x0c\xfa\xe2\x59\x29\x33\xa4\xbf\xb5\x8a\x7b\x64\x7b\xa0\x6f\xa7\x41\x61\xe9\x4e\x80\x92\xd9\xc0\x0d\xc2\xd9\xba\xb7\xb7\x72\x59\xcd\x78\x40\x61\xc2\x80\xa4\x33\xd5\x40\xaf\xce\xfd\x93\x6f\x1a\x01\x3d\x3b\xf4\xf3\xff\x29\x1f\xe8\xd1\xbf\xef\xb3\xbf\x57\x00\x5d\x4f\x2a\x52\xdf\x8b\x4e\x6b\x7a\xfa\xd1\xe8\xdb\xa5\x86\x47\xf9\x27\xc2\xf8\x5f\xf6\x17\x58\x77\xa4\x48\xb9\x75\x68\x77\xc2\x35\x53\x5e\x2a\x52\x55\x35\xae\x81\x75\x5f\x36\x3a\x0c\xa4\x08\xe0\xef\x35\x98\x7e\xef\x06\xae\x26\xad\xac\x1a\x41\x3a\x1a\xd6\xa7\xd4\xe8\xd6\xe9\xe2\x28\x35\xaa\xf3\xe9\x61\x0c\x45\x9e\xf1\xf1\xe3\xa8\xfa\x3c\x50\x7b\xfc\x05\xd9\xcf\x40\x5f\x57\x8d\xa2\x7e\x8f\x00\x85\xed\x9a\xc1\xe3\x6d\x80\xee\xcf\x35\x97\xeb\xc7\x03\x5d\x82\x34\x2a\x96\xc6\x03\x9d\xd2\x34\xc6\xba\xee\x07\xda\xbf\x1d\x7f\x7e\xa3\x1a\x20\x57\x36\x7e\x52\xca\x20\x40\x66\x8f\xba\x4d\x3e\xed\x49\xe3\x50\x49\xf7\x18\xc7\x2a\x9e\xa2\x58\x3d\x7a\xdf\x75\x5a\x83\x6a\x2f\x9e\x10\xce\xa7\x36\xe0\x1d\xd5\x6b\x47\xfc\xcd\xb8\xcd\x90\x50\x1e\x07\x88\x7a\x18\xfd\x32\x85\x71\x9f\xc8\x77\x2b\x8e\x6e\x4f\x91\xb0\xd0\xa5\x17\xd9\xb3\xe5\xa9\x12\xe1\x2e\xc9\xe3\x06\x11\xca\x1a\xa3\xc3\x76\x6e\x78\xac\x4a\x76\x06\x68\xaa\x51\x06\xe1\x11\x3a\x96\xea\x71\x4e\x77\x27\x50\x24\x59\x96\xae\x49\x38\xa7\xe9\x79\xe6\xbd\xe8\xcf\x67\x7e\xc8\xe4\x2a\x6d\x42\x73\x47\x18\x68\x53\x55\xba\xbb\x8d\x2e\x45\x20\x39\xc3\x59\xcb\x7b\xd2\xde\x3d\xab\x4c\x95\xea\x71\x33\x1b\x74\xc9\xd3\x66\xbe\xb2\xa0\x51\xd7\x62\x0d\xdd\xbc\xd7\x6d\x58\x4f\x6f\xa9\x33\x3c\x91\xb8\x6d\x33\x3e\xe6\xd1\x37\xd6\x3e\xba\x8f\x56\xa0\x56\xfd\x09\xb2\x6b\xfa\xe1\x6b\xf4\xcd\xa6\xeb\x34\xf2\xcd\xd2\xb8\xbf\x68\x1e\x26\xbe\x67\xbb\xc7\x6f\xe0\x71\xb4\xd8\x0f\x63\xe4\x21\x61\x2c\x53\xe9\x4e\xe8\x5a\x7e\x23\xfb\x71\xc6\xcd\x41\x54\x2d\x4d\x7a\xc4\x76\xc7\xbc\x62\x34\x3e\xfc\xa4\x26\x55\x49\xfd\x9d\x26\x91\x9f\x78\x34\xb2\x5e\xc6\xaa\x5a\x46\x9f\x96\xe9\x68\x53\xbd\xdb\xf4\x1c\xf3\x5f\xe6\xad\xd3\xa3\x8c\x4a\xab\x9b\x3e\x2d\x98\x31\xd7\x58\x1f\xa5\x5f\xd3\x3c\xaa\xf7\xb6\x73\x5c\x28\x32\x30\x8d\x4c\x98\x41\x66\x14\x37\x8a\xce\x30\x46\x56\xba\x54\x77\x34\xea\x68\x4e\x8a\x33\x0b\xd7\xaf\xa6\xb3\xcc\x02\xb3\x20\x9a\xc9\x05\x0d\x5c\x49\x5f\x60\xc6\x3d\xdb\xe6\x15\x95\x13\xe2\x62\xf8\xf7\x71\xc2\x47\x0d\x7f\x64\xed\x1f\x83\xfb\x8f\x68\xc5\x1a\x64\xfe\x41\xca\x4d\x7a\x27\x44\xfe\xc7\x79\x1e\xa7\x69\x8b\xfc\x18\xd2\xb1\x2e\x0c\x53\xa6\xfa\xeb\x16\xc9\x30\x5a\xd7\x29\xce\xac\xca\x11\xfd\x52\x93\xec\x0b\xd3\x9c\x42\xf6\x04\xc9\x68\x71\x1f\x98\x37\xba\x14\x39\x57\x1f\xd5\x23\x74\xc1\xce\xd9\x80\xd0\x39\xcb\xeb\xf3\xe9\x29\x18\xfd\x62\x44\x19\x83\xae\x38\x4e\xf0\x30\xa6\x75\x33\xc2\x91\x75\x15\x14\xb6\x58\xcc\x63\xfb\x97\x8a\xf7\x9c\xad\xe2\x14\xe8\xcc\x62\xd5\x34\x8a\x72\xf6\xa5\xe9\x33\xa8\x12\x6c\x55\x60\x4a\xdf\xc4\x4a\x9d\x91\xe6\x25\x8f\x18\x39\x5e\x12\xc3\xb1\xd9\xd2\x7a\x2b\x31\x98\x2c\xc5\x8a\xb8\x45\xd9\x11\xfa\x26\xe6\x9d\x2f\x52\x9d\xd6\xd4\xfd\x2e\x7d\x82\xa9\xd5\x6f\x34\x1f\xc6\x8d\xac\xb5\xb9\xe0\x06\xdb\x3f\x47\xe4\x47\xcd\x24\xfd\xea\xcc\xa0\x71\x54\xed\x4e\x6e\xe4\x7e\x50\x31\x3a\xec\xcf\xe1\xef\xb5\xe8\xdd\x82\xeb\xf4\x68\x7e\x3c\x0b\x0d\x69\xd6\x57\xdb\xb3\xca\xb8\x7d\x0a\xdb\x69\xb5\x92\xf5\x51\x8c\x87\x99\x13\xfe\x69\xa0\x6f\x41\x19\x87\x94\x07\x33\x26\xcf\x9a\xd0\x6b\xe5\xbd\x36\x84\x3a\x76\x36\x66\x7e\x08\xe0\x20\xee\xb0\x0e\x47\x15\x28\x47\x5b\xf1\x7a\x14\xe5\x1e\x8e\x1a\xbc\x72\x1c\xac\x16\x53\x64\x71\x10\xf7\x5c\x07\xf8\x12\xb7\xd5\xfe\x45\x14\x31\x4f\x56\xec\xc9\x22\x7c\xd2\x7e\x11\x73\xdc\xed\xcc\x0e\x90\x72\x89\x9d\x0a\x9f\x09\xec\x54\x6e\x13\x7e\x63\x5b\xf5\x82\x70\x0a\x9b\xfa\x7f\x48\x3f\xc0\xea\x12\xdb\x6f\x36\x8b\x47\x23\xe2\x89\xa5\xba\x4f\xa4\x4c\x58\xaa\x83\x13\x0e\x4e\xa4\x42\x44\x3e\x88\xe7\x31\xd6\xc9\x58\x9b\x63\x42\x68\xc8\x8a\x03\xe6\x3f\xf1\xbb\x5a\x50\x5c\x30\xeb\x6b\x43\xa8\xe2\xbc\xe3\xac\xbe\x2e\xe5\xc1\x68\xae\x60\x94\x7a\xe4\x5c\x27\xf2\x93\x3e\x9a\xab\x28\x03\x97\xcb\x5d\x23\x66\x60\xeb\xc4\xfa\xbd\x6b\x96\x02\xe1\x0d\x2e\x0d\xa3\xc8\xcf\x5d\x65\xb9\x03\xd7\xba\x4a\x66\x54\xb9\x7e\x5c\x41\xf6\xaf\x33\x66\x66\x81\x6b\x38\x2b\x2c\xb8\xca\x4a\x68\xaf\x73\x51\x29\x5a\xc5\x63\x35\xf3\x63\x5e\xd7\x93\xfd\xab\x75\xae\xd3\xcf\x2b\x25\x8d\x32\x3c\xbe\x25\xbf\x70\xbc\xc3\xf6\xdb\x6a\xf0\x68\x4d\x7a\x29\x71\x1f\x66\x71\x1f\x20\x30\x1f\x24\x24\x73\x11\xe1\xf3\xbe\x39\xa6\xc4\x4a\x71\x31\x61\x96\x92\x53\x23\xab\xb5\xd8\x8d\xb4\xa5\x55\x6b\x09\x7b\x9a\x9f\x85\x29\x6d\x78\x30\x4d\x7c\xeb\x76\xec\xbb\x35\x94\x91\xa8\x5c\x5f\x4b\x7e\xd5\xe3\xa4\x9b\x3a\xdb\xed\x25\x2a\x38\xfa\x5e\xe3\x29\xf7\x99\xd5\x9b\x72\x33\x3f\x8c\xa2\x9d\xd9\xd7\x98\x19\x3a\xbe\x43\x98\x89\xe4\x57\xb6\x9c\x70\x59\x3f\x6b\xee\xc0\xe3\x3b\x6f\x23\xad\x4c\x9f\x94\x64\x1e\x83\xf3\xe8\x13\x7c\x6e\x56\xd0\x93\xf1\x89\x3a\x41\xef\xeb\xdd\xf9\x2a\x29\x76\x78\x34\x3e\xa6\x79\x74\x1f\xff\x3b\xcd\xab\x5b\xf9\x17\xaa\xb9\xac\xe9\xd2\xf4\x95\x2e\x4a\xc4\xa6\x05\xf4\xaf\x36\x38\x99\x90\xbd\x3e\x79\x56\xf4\xbc\xdc\x60\x4d\x95\xba\x55\xe6\xfc\x2d\xec\x3c\x1d\x08\xdf\xb2\xd2\x74\xa2\xf5\x63\x32\x6b\x0d\xad\xb6\xb9\x8f\xd6\xd2\x73\xd6\x71\x77\x65\x7c\xcb\x87\x6f\xe5\xab\x96\x78\x52\x7c\x1c\xd0\xc3\x9b\xf6\x85\xce\xaf\xc4\x83\x0c\x82\x45\x05\xd4\xf5\xeb\x18\xc7\x09\xd9\xae\x48\xfb\xdb\x06\x13\x55\x3a\xdb\x85\xfc\x30\x9d\xe2\xe6\xfa\x7c\x5e\x81\x1b\x4c\x99\x71\xb5\x51\x6b\x1d\x31\x95\x36\x0e\x63\xbe\xd8\xfa\xe8\x04\x1f\xfe\xf7\x39\xb4\x4e\xd6\x8f\xda\xc3\x1d\x7d\x5e\x71\x4e\x18\xe2\x77\x89\xec\x0e\x88\xbf\x43\xeb\x2a\xf0\xe3\x2f\xb4\xee\xfc\x4f\xbe\xa7\x38\xe4\x23\xf2\xe6\xdc\x5f\x08\xe3\x86\xd3\x16\x84\x8e\x07\xac\x5b\x36\x86\x66\xef\x89\xfd\x63\x7c\xc5\x83\x71\xa8\x62\x75\x96\xa5\x4e\xab\x89\x3f\x66\xb6\xc6\x95\x78\x0d\xcd\x3c\x98\x89\x9e\xb4\x8f\x4e\x53\xf4\xa1\x4f\x1b\x6f\x1e\x40\x27\x93\xa1\x77\x38\xaa\x29\x56\x85\xd0\x04\x74\x3c\xbc\x51\xcc\x4c\xc3\x44\x7f\xd8\xa4\x2d\x47\x19\x56\x94\x67\x1f\xe6\xbf\xa4\x32\xce\x1b\xd9\x38\x8d\x79\x2f\x72\xf3\x28\x27\x8f\x56\xb0\xa1\x6f\x10\x25\xc3\x0a\x2d\x51\x19\xac\x44\xb2\x69\x62\x2c\xed\x9f\x9b\x16\x65\x13\x93\x33\xe2\x42\x31\x59\x10\x71\xbb\x96\xfb\x02\x19\x9f\xa1\x4c\x36\xdc\xee\x07\x5a\xf9\xff\xc2\x8b\xa1\x9c\x21\xb0\x94\xea\x74\x76\xcb\xc9\x1f\x3c\xc3\x98\xcf\xe6\xa2\xb2\x8a\xf2\x05\x27\x91\x17\x61\xbb\x7c\x1d\xcd\xf6\x92\xae\x9e\xb4\x9b\x19\x37\x7a\xd3\xb7\x32\xf4\xf3\x23\x6f\xd6\x19\xe8\x4f\xf9\xf2\x24\x93\x60\xda\x17\xd5\x7e\x5d\x4f\xfb\xe2\xa0\xcb\x1b\xe9\x7d\xa4\xba\x30\x72\x59\x31\xa2\x60\x52\x9c\x78\x93\x21\x31\xb4\x1d\x79\x9c\x94\x0f\x93\x18\xa2\x4a\xb8\x5b\xe2\x09\x9e\x87\x84\x0f\xf3\x89\x39\x10\xdf\xc8\x3c\xca\x04\xe3\xd5\x14\x81\xe2\x1f\xf0\x0c\x27\x34\x31\x5f\x2c\xa1\x22\x93\x98\x16\xf1\xb9\x3b\xc9\xee\x38\x95\x6a\xf2\x9f\xb8\x86\xfa\x5d\xc2\x18\xf3\xb0\x81\x3c\x74\xf3\xf1\x47\xe4\x07\xd1\xf5\xaf\x89\x1f\x12\x7d\xe8\x23\xf1\xaa\x98\x17\xe3\x23\xbf\x8a\x78\xd2\xeb\x5e\xb9\xd0\xfa\x5d\x65\xc4\x5f\xd7\x4e\xc5\x93\xf2\x00\xeb\x59\xbe\x94\xa5\x99\xfc\xee\x4f\x7c\xda\x79\xc7\x02\x09\x85\x9d\x75\x3d\x84\xde\x65\x7a\xfb\x0d\xb4\x7f\x6a\xac\x0a\x27\x6f\x54\xf5\x8b\xa6\xf8\xa0\x6c\x18\x4d\x27\xf8\x6e\xd5\x71\x22\xee\x9f\x20\x9e\x5c\x9a\xf9\x30\x7a\xed\x08\xa7\x96\xe4\x72\x86\x9a\x6e\xcc\xfe\x90\xde\xc4\x1d\x0b\x33\x9c\x0d\xc9\xee\xe6\xbe\x49\x03\x79\x45\xa6\xdf\xf0\xa3\x15\x99\x7e\x85\x95\x49\xd2\x23\x98\x69\x91\xbe\x9a\x95\x17\x24\x77\x2b\x69\x3e\xd3\x3e\x9d\xa0\x9a\x59\x9a\x0a\xf7\x0d\x4a\xd3\x7c\x48\x2b\x38\xb9\xdd\x0b\xc2\xd5\x93\xb7\xfc\x4d\x0c\x2f\xe6\xc5\xac\x2b\x73\xa5\x78\xe7\x5c\xef\x4e\xbb\xb5\xa3\xa3\x1f\xcd\xe2\xb2\xd9\x01\x64\x8f\x45\x49\x30\xe9\x1b\x2c\xa2\xce\xbf\x80\xa1\x2e\x27\xde\x7a\xe2\x73\x9e\x7c\x35\x8a\x02\xe5\xb8\x2a\xe6\x0b\x0c\x3b\xc0\xa8\x6b\x9f\x82\x04\x62\xbd\xc9\x37\x30\x2a\x0f\x48\xc4\xcc\x35\x5b\xcc\xe4\x73\xde\xb6\x23\x7f\xdd\x1a\xab\x44\xf1\x3d\xc7\x67\x24\x2b\x7a\x2d\x98\x42\xff\x32\xe7\x00\x77\x38\xcb\xd1\xb1\xa0\x78\xb9\xf5\x9c\x13\x3d\xef\x9c\x79\xde\x94\x57\x6d\x93\xe1\xfb\xfe\x39\x27\x53\xc9\xf3\x72\x32\xf3\x88\xc9\xb1\x75\x65\x39\xf3\x67\x7c\x8e\x53\x44\xdf\xa2\x7d\x81\x74\x93\xb6\x24\xdc\xa6\x3c\x3c\xab\xf1\x45\x13\x8f\xac\x1f\x94\x51\xd5\x14\x01\xac\xb5\xf7\x21\x3e\xa8\xa3\x97\x1f\x45\x1d\x29\x0f\xa6\x59\x0f\x47\x2e\x34\x8b\xfd\x80\x55\xcd\x66\xcb\x32\x1f\x66\xc6\xee\x38\xfa\xf4\x09\x89\xac\x93\xa2\x66\x96\x44\xab\x6e\x08\xd2\x28\xab\x93\xf6\x89\xea\x78\x8c\xf9\x02\x8c\x3c\xe1\xdf\xf8\x30\x2e\x4a\xf4\x9c\x0a\x9f\xa8\x52\x5e\x54\xa8\x30\x99\x6a\x39\x45\x43\xf5\x4d\xf9\xf5\xac\xe8\x55\x70\xc8\x81\x76\xa4\x42\x53\xcf\xcf\xfc\x7b\xfe\x86\x52\x9d\x98\x42\xf9\x6d\x79\xfc\x7b\xce\xab\xf2\x23\x58\x43\x37\xdf\xe6\x2c\x79\x7c\xae\xff\x0d\x7a\x22\xb9\x43\x1b\x89\x57\x94\xbb\xfd\x0d\xe5\xdd\xb9\x9e\x9f\x03\x5a\x78\x40\x2b\x9c\x19\x45\x5f\x3a\x25\x8c\x76\x19\xf3\x58\x7e\xde\x46\x11\x31\x94\x57\xcc\x9b\x1a\x47\xf9\xf6\x2c\x93\x44\xfa\x79\x9a\x76\x32\xc5\x3f\x8d\x95\x12\x72\x10\xd5\xce\x19\xe4\x85\x03\x3d\x32\xe9\xd4\xa3\x90\x9c\x4d\x51\xb0\x7d\x62\x4e\x41\x6b\xfb\x77\x3a\xf3\x58\xda\xab\x03\xbd\x63\xe9\x54\x25\xaa\x79\x95\x5e\x19\x49\x71\xac\x74\x20\xf3\x1f\x4a\x1f\xcf\xa1\xb3\x7d\xe9\x22\xee\x1f\x55\xfc\x96\x15\xbd\x8a\x5f\xb1\xe7\x96\xbe\xdc\x48\xeb\xbe\xc4\x2d\x9e\x74\x73\x4a\xae\xe4\x90\x7f\x94\x1a\x95\x52\x3c\x2d\x4e\xaa\xa5\x7f\xbf\x2b\xe1\x34\xcd\x5f\xf1\x18\xee\x1b\x54\xdc\xff\x31\xd5\x0e\x76\x4c\xfb\x95\xe2\xc4\x0e\xc9\x07\x33\xc0\xc1\x39\xcc\x88\xd7\xc1\x26\xd2\xc9\x59\xe2\x15\x43\xe7\x07\x13\x49\xc2\x64\xf6\x03\x5e\xd7\x73\xf6\xa5\x92\xdf\xcc\xb0\x97\x90\x7f\x4c\xae\xca\x22\xef\x1c\xfb\x90\x79\x5f\xc3\x2b\x59\xd5\x4a\x79\xf7\x76\x7a\xba\xbd\xd4\x0b\x68\xdf\x90\xf3\x93\x56\xf0\x9a\xf9\x30\x62\xbc\xa8\x18\xda\x9e\x3c\xa4\x62\x34\xc7\x87\x8a\xe8\xe1\x54\x03\xaa\xd0\x99\x48\xeb\xb7\x1c\xdc\xe9\xb2\x22\xd6\x84\xf6\xbf\x0a\x23\x3b\xda\x71\xca\xd7\xaf\xa3\xc8\x5e\x9e\xc0\x0c\xc5\xf2\xab\x9b\x29\xcf\x2e\x77\xe5\x6f\xb2\xb7\x66\x07\xbd\xbe\xfc\xc2\x7e\x7a\x12\x7b\x8c\x4f\x32\xef\xe5\x1a\x97\xc6\x76\x7f\xbe\x4f\x19\xf4\x9e\xed\xbf\x50\x4d\x75\x4f\xc4\x87\x41\xad\x78\x40\x94\x95\x5a\x98\x33\x1f\x64\xb1\x4b\x2a\xed\x8f\x86\xbf\xa6\xd3\xbe\xa0\x37\x27\x93\xd6\xc3\x74\xbb\x2d\xa4\x3e\x35\x71\x1d\xf7\x4b\x1a\x6b\xc2\xbc\x98\x11\x06\x45\x74\x9a\xe9\xaf\xc0\xbc\x98\xee\x2b\x77\xd1\xbd\x13\xb9\xca\x52\xb1\x52\x23\x3d\xd9\x57\x8b\x1d\x91\x0f\x5c\xe3\x75\x71\xe0\x04\xe7\x51\x07\x1e\x0d\xa7\xef\x5d\xf3\x74\x02\xcd\xd8\x01\xf9\x59\x64\x77\x4d\xcf\xc5\x34\x5f\x35\xea\xb6\x64\x48\x4d\xbe\x2b\xed\x33\x07\x9c\x83\x6a\xf9\x75\x31\x54\x53\xab\x39\x91\x71\x84\xdf\x6f\xa7\xd8\x17\xa9\xaa\x81\x47\xbe\x6b\x57\xa5\x72\x81\x56\x76\x75\xee\x5d\xe6\xc1\xf4\xfc\x59\x8f\x7f\xff\x76\x10\xf0\x4b\x03\xeb\x60\x3c\xd1\x04\x06\xbc\x06\x1e\xfe\x06\xf4\xbf\x0d\xdc\x99\x09\x28\xef\xe0\x7a\xfe\x40\x53\xe0\x92\x1e\xa0\xb2\xf1\x5b\xbc\xff\xd8\x7d\x60\xf4\x0a\xe0\x50\x57\xee\xd7\x5e\xb9\x01\x98\xfa\x06\xd8\x7d\x16\xd0\x8e\x6c\xd1\xf7\x2f\x0c\x03\xe6\xef\x03\x84\x58\x66\xe2\x09\x6c\x1b\xc9\x78\x45\x8e\x23\xe0\x30\x08\xd8\x72\x06\x58\xb3\x92\xf1\x6f\x2f\x2f\x20\x7b\x1d\xb0\x61\x03\xeb\xd6\xc7\x28\x02\x99\x77\x81\xe4\x1c\x20\xfb\x12\xeb\x1f\x6c\xdd\x02\x94\x9c\x07\x72\x23\x80\x83\x12\x21\x7a\x70\xe7\x9d\xa2\xd1\xc0\xad\x9f\x79\x15\x36\x06\xf2\xf8\xc7\xa8\xaf\xf0\xff\x2f\xff\xce\x7f\x78\xe1\x09\xf4\x79\xd8\xc2\x77\xb8\xbf\x11\xe8\xa7\xf1\x2f\xbc\x87\x42\xa0\x7f\x12\xf7\x37\x18\xe8\x0e\x1c\x7f\x03\x0c\xeb\x01\x1c\x7a\x0c\x8c\x74\x05\xaa\x1b\x81\x71\xf7\x04\xef\x05\x26\x96\x03\xa5\xfb\x81\x69\x45\x2d\xfa\xfe\xf9\xc6\xac\x5f\x9e\xf3\x86\xfb\xd9\x37\xe3\xfe\x9a\x80\x70\x12\xc9\x18\x0c\xac\xd6\x03\x32\x82\x58\x17\x24\xfd\x57\x20\x64\x14\x90\x61\xc1\x18\x58\xfa\x3d\x20\x25\x8b\xef\xc7\xe6\xd8\x33\x5e\x28\x9c\xaf\xb2\xb3\x81\xda\x76\x40\x8e\x25\x50\xff\x33\x90\xb7\x99\x75\xbd\x73\x55\x80\xc6\x5f\x81\xfc\x09\xc0\xfb\xee\x2d\x7d\x40\xda\xda\x2f\xe5\x3f\x48\xf5\x2e\x1e\x95\x02\xdd\x6e\x31\xde\xdf\x7d\x18\x70\x73\x28\xd0\x53\xf9\x5f\x78\x0f\xd5\xdc\x37\xe5\xd8\x58\x40\xf9\x19\x50\x3b\x14\x18\x36\x80\xfb\x7c\xa8\xa6\xb5\xf0\x1f\x76\xd5\x73\x6d\x58\x3a\x0f\xdb\x77\x02\x06\xb3\x80\x2d\x19\xc0\x42\x6d\x20\x3d\x0c\x30\xdb\x06\x64\xfe\x0e\x2c\xcf\x01\xd2\x35\x01\xe7\x13\x40\x62\x95\x70\xa2\x02\xd2\xf2\x81\x90\x3a\x20\x75\x21\xdf\x55\x4f\xed\x09\x24\xe7\xb3\xc6\x7b\x8e\x0e\x90\x31\x10\x28\x0d\x6c\xe9\x7f\xb0\x35\x15\x38\x3f\x89\xfd\xec\x8e\x39\xb0\x7d\x30\xf0\xd3\x27\xe6\xd9\x7c\x38\x06\x64\xab\xfe\xbb\xfd\x31\x62\xdd\xfa\xd9\x43\xa0\xd3\x6c\xe0\xde\x5c\xa0\x63\x31\x70\xe7\x0d\xf7\xe5\xff\x9a\xf7\x20\xcc\x43\xfd\x0d\xa0\x9b\x1d\x70\xf4\x32\xd0\xe3\x00\xf7\x96\x17\xe6\x43\xda\xe7\x61\xaf\x1d\x30\x7c\x02\xb0\xc3\x1c\x50\xbd\x06\xe4\x9f\x02\x34\xfe\x01\xb6\x15\x01\x53\x36\x00\x39\xc3\x00\xbd\x72\x20\xa3\x14\x98\x67\xc8\x18\xbe\x99\x0a\x90\x5c\x00\xd8\xe8\x00\xc9\x71\x80\xd3\x1b\x9e\x07\x21\x93\x8b\x73\x01\xfc\x5d\x80\x24\x59\xc6\xf5\x92\x2c\x80\x14\x35\x20\xb1\x07\x90\xa3\x08\x24\xf5\x07\x8a\x1f\x70\x0f\x80\x83\x85\x40\xfa\x25\xe0\x7c\x39\xdf\xa7\xbf\x35\x14\xc8\x3a\x0f\x3c\x7f\x00\x6c\x39\x09\x7c\x92\xfd\xd6\x7e\xa9\x0e\x82\xb4\x1f\xc2\x63\x2b\xa0\xdd\x32\xe0\xbe\x10\x7b\x4e\x02\x37\x1f\x31\xfe\x4f\x35\x9d\x93\x22\xbe\x77\xed\x5f\x78\x0f\x11\x40\x4f\x21\x1e\x78\x03\x7d\x7b\xb4\xe0\xfd\x52\xbd\x83\xbc\x59\xc0\xd8\x32\x7e\x76\x13\xf3\x98\xf7\x20\xf8\x85\x64\x13\x60\xb8\x09\x48\x72\x11\x62\x71\x0b\xee\x1f\x9d\x03\xd8\xe7\x02\xd1\xbd\x80\xb5\x46\x40\xd4\x2d\xe6\x07\xc5\xd6\x01\x91\x11\xcc\x05\x49\x0a\x03\x62\xf7\x03\x39\x69\x40\x6c\x29\x50\x32\x0d\x88\x7b\x03\xd4\x4c\x00\x12\xca\x38\x76\x49\xfa\x03\x77\xac\x80\xa4\x6d\xc0\xf3\x58\x20\xb5\x16\xf8\xa7\xfb\xb7\xf6\xb7\xc5\xc1\xa5\xfd\x4e\xee\x06\x73\x14\x97\xf2\x1e\x2e\x1d\xe6\xf1\xfc\x55\xfe\xbd\x94\xf7\x70\xf8\x2f\xa0\xbd\x3d\xaf\x83\x4e\xee\x8c\x6f\x75\x7f\x03\x94\x28\x02\x7d\x43\x81\xbc\x5c\x8e\x1f\x5b\x63\x99\x57\x97\x39\x00\xd0\x98\x08\x48\x94\x18\xcf\x4c\x8a\x05\x66\xc7\x02\xb1\x03\x5b\xe3\xfe\xe1\xa2\x5e\x4c\xc4\xdf\xc0\x1a\x43\x20\xbc\x0e\xf0\x09\x04\x22\xbb\x03\x61\xa1\x40\x94\x0d\x90\xf4\x08\x10\x72\x48\x61\x7f\x8c\x8c\x03\x8a\xdd\x18\x0b\xaf\x7e\x0f\x44\xbb\x02\xf5\xbf\x02\x51\x93\x80\xeb\x73\x5a\x74\x20\x12\x4a\x80\xcf\x0d\x2d\xfc\x17\x21\xf7\x12\xce\x57\x6d\x75\x20\xfe\x7f\x79\x0f\x07\x84\xbd\xea\x40\x4b\x9f\x87\xe2\x1d\x40\x27\x35\xd6\xad\xe9\x36\x8a\xf9\x58\xc2\x7a\x91\xea\x1d\x48\xde\x02\xa3\x7f\x01\x12\x17\x02\x93\x3b\x02\xb1\x2b\xf8\x6e\x71\xa4\x3c\x30\x57\x07\x08\x2d\x04\x8c\x9f\x03\x1b\x34\x01\xeb\x5c\xd6\xe9\x58\x95\x21\x9c\x06\x01\xef\x06\xfe\xde\xc2\xff\x87\x0e\xe7\x13\x4a\x98\x23\xb0\x35\x01\x08\xf5\x04\x4a\x84\x7f\x3f\x15\xd8\xff\x16\x08\x0b\x00\xce\xe4\x00\x11\x5a\xdc\xc3\x47\x98\xa7\x5f\xc6\x00\xe1\x17\x81\x7f\xfe\xf7\xad\x0e\x84\x54\xff\x42\x8a\x87\x3f\x68\x27\xfa\xc1\xff\xc1\x7b\x38\xaa\x21\xce\x83\x88\xeb\x36\xf3\x1e\xbe\xe7\x51\x88\xcf\x82\x7f\x6c\xd9\x0b\xf4\xba\x01\x48\x66\x02\xfd\x06\x00\xf1\x8b\x80\x21\x97\x80\xa8\x26\x40\x7d\x03\xaf\x75\xad\xee\xdc\xc7\x62\x4e\x02\x10\x74\x1d\x58\x58\x04\x04\x5a\x03\x4b\x7e\x67\x1c\xcc\x49\x13\xc4\x7a\x17\xe2\x65\x80\x03\xb0\x3e\x10\x08\x54\x00\xe2\xf7\xb2\x16\xc2\xd6\xeb\x40\xd0\x61\xa0\xe4\x0f\x60\xfd\x2d\x8e\x55\x41\x2f\x81\xf3\x36\x40\x70\x3d\x73\x9a\x84\xd3\xc1\xeb\x57\x2d\xf6\x7f\xc3\xff\x68\xd3\x0f\xa3\x2d\xef\xe1\xf2\x54\x1e\xcf\x04\xb7\xf6\x83\xb6\xba\x17\xdf\xf4\xbb\x10\xf5\x0e\x52\x2a\x81\xf6\x47\x99\xdf\xd4\x2b\x16\xd8\x54\x0d\x0c\x48\x67\xde\xca\xa8\xae\xc0\xfa\x55\xc0\x24\x7b\xb6\x57\x88\x17\x7e\x67\x81\xf9\xe7\x00\xaf\x3a\xc0\xfc\x05\xef\x99\x2b\xaa\x01\x77\x2f\xc0\xe5\x21\xe0\xf1\x1e\x08\xba\xc1\xf7\xe4\x05\x7f\xf0\xb5\x63\x7f\xf0\xe9\x0c\x94\xe6\x73\x1f\x8c\x83\x97\x01\x9f\x1e\xc0\xf9\xd7\x80\x4f\x0a\x70\x57\x0e\xf0\xab\x01\x5e\xab\x00\xbe\x95\xcc\x8f\x92\xf2\x3f\xa4\x76\xaf\xf0\x17\x79\x00\x31\x3c\x4a\xfd\xe0\x9b\xbe\x2f\x83\x79\xfc\x06\xf7\x97\xae\x87\x36\xfc\x8f\x4c\x91\x17\x92\xec\x0b\xc0\x86\x7b\xfc\xc8\xab\x70\xd5\x45\x29\x95\xe3\xd1\x10\x00\x7e\x1d\x78\x5f\xf5\x11\xe2\xc5\x51\x7e\x3e\x73\xdd\x00\xf7\x3b\x80\xd9\x1a\xe6\x33\x2c\x77\x07\xd6\x8c\x06\xd6\x96\x02\xae\x1e\x40\xc8\x0d\xfe\x7d\xdc\x36\x91\x6b\x9a\x04\xb8\x2e\x02\xca\x3c\x79\x3c\xd4\x08\xb8\xdc\x03\x2e\x85\x02\xeb\x1a\x81\x07\x39\xcc\x9f\xf8\xed\x61\x0b\xff\xc3\x49\xd4\x87\x59\x96\xc8\xa3\x54\xff\x42\xca\x07\x68\xdb\xf7\x45\x8a\xfb\xd7\xc9\x8b\x7e\xa0\xcf\x63\xd5\x9e\xd6\x7e\x50\x24\xda\x9d\x63\xc1\xa3\xb4\xef\x87\x14\xf7\x17\xe2\x99\x8c\x37\x10\x28\x01\xe4\x45\x6e\x8b\x10\x37\x3c\x1a\x01\xd5\xb3\xc0\x3a\x09\x30\x45\x16\x58\x53\x0e\xe8\x9d\x00\x9c\x56\x0a\x67\x3a\xe6\x39\x2c\x53\xe1\x71\xad\x3b\xe0\x34\x81\x75\xb5\x1c\xac\x79\xcf\xb0\xeb\xc1\x39\xa6\x9d\x3a\xef\x51\xf6\x1a\xc0\xc1\xa7\xcc\x15\xf8\xce\x9e\xff\x7e\x4f\x07\xb0\x33\x03\x5e\xbd\x01\x6c\x35\xd8\x1f\xac\xbb\xb0\xbd\xa6\xbd\x5b\xf3\x20\xa4\x7c\x80\xb6\xfc\x97\x53\xa2\xfe\xc5\x91\x61\x6d\xfc\xe0\xff\xe0\x7f\x88\xdd\x98\x11\x27\xe2\xc0\xeb\x45\xdc\xd8\x37\x09\x90\xfd\xc0\xcf\xbb\xd7\x33\xc0\x79\x23\x30\x58\x0f\x70\x58\xc4\x7e\x61\x37\x1c\xd0\x32\x00\xec\x74\x81\xf9\x05\xcc\x91\x5a\x3a\x11\x58\x76\x0f\x58\x13\x0b\x2c\x7d\x02\x04\xa6\x01\x4b\x1a\x98\x5b\x66\x35\x00\xc8\xb6\x01\x96\x80\xb9\xba\x96\x55\xac\x97\x63\x19\x0c\x5c\xec\x26\x9c\x93\x79\x1e\x84\xf1\xb5\x0e\x60\x16\xd5\xc6\x6e\xa9\xfe\x45\x68\x6b\x1e\x44\xb3\xee\x43\x5b\xfe\x4b\x53\x6b\xfb\xdb\xfa\x41\x33\xff\x43\xe4\x79\x24\xa9\xf2\x28\xed\x7f\x22\xd5\xbf\xf0\x10\x7f\x5e\xb5\x0a\xe8\x74\x01\x58\xa1\x01\xf4\x7d\x05\x2c\x3b\x0d\xa8\xba\x02\x96\x56\x9c\x77\x5a\xe8\x02\xfa\x15\x80\xc9\x31\xe6\x97\x9a\x6e\x67\x6e\x8c\xb1\x1f\xfb\xd4\xe2\x23\x40\xec\x41\x60\x61\x05\x90\x3d\x84\x75\x3d\x4a\x8d\x58\x4b\x44\x38\x5f\x18\xa6\xf3\xb3\x9c\x3b\x8d\xe7\x61\x6e\x3d\xf0\xb2\x1d\x30\x37\x0f\x68\x5a\xd2\x62\xaf\x96\xa8\xf7\x30\x31\x4b\xd4\x81\x10\x79\x21\x67\xc5\xbe\x2e\x75\xff\x88\xeb\x40\xb4\x4b\xca\x7f\x91\xe2\xbe\xbb\xc4\xbe\x6b\xdb\x45\x7d\x88\xb6\xfc\x8f\xcd\x62\x57\x51\xf1\xe5\x08\x10\xd7\x91\x8b\xf8\x77\x5b\xf1\x0f\x96\x4f\x81\x6e\x05\xac\xa1\x35\xb8\x04\x58\x78\x1b\x50\xbf\x0b\x2c\x94\x03\x66\x09\x39\x56\x1a\xeb\xae\xe9\xbf\xe4\xb5\x31\xfb\x0e\x73\xa9\x66\x79\x71\xcc\xd1\x55\x07\xb2\xde\x00\x33\x82\xb9\x47\x9f\x96\x02\x50\x3b\x1a\x98\x5e\xce\xf3\xa0\xe5\xc6\x1c\xd0\xa9\x8d\xc0\x2f\x60\xfd\x0b\x21\x7f\x90\xda\x3b\x5a\xdc\x37\x46\x8a\xba\x83\xc3\x56\xf2\x78\xaa\x0d\xff\xa3\x4a\xac\x9a\xed\x11\xe3\xc2\x2e\xe9\xbe\x28\xaa\x69\xfe\x27\xff\x43\xea\x07\xb3\x45\x3f\x10\xe7\xd1\x59\x54\xdb\xb4\x16\xf9\xba\x46\x5e\x80\xdc\x1b\xc0\xd0\x1f\xe8\xdb\x15\x98\x6d\x08\xa8\x3d\x07\x66\xf6\x00\xb4\x5f\x00\x33\x5e\x30\xcf\x76\x5a\x2d\xe0\xe0\xc8\xbe\x22\xe4\x11\x13\x43\x80\x4d\x76\x80\xa6\x29\xf3\xee\xd5\x97\x02\x3b\x07\x00\xe3\x66\x02\x35\xff\x8f\xbd\xf7\x0e\xab\xf2\x5a\xde\x40\x5f\x45\xb1\x83\x20\xd8\x80\x2d\xa8\x58\xe9\x8a\x85\x22\x45\x05\xe9\x55\x90\xde\x41\x90\x2e\x28\xd2\x9b\x22\xa0\xa2\xa0\x28\x28\xa0\xc6\x6e\x2c\x58\x63\xec\x41\xa3\x31\x2a\xb6\x58\x12\xa3\xc1\x12\x93\xd8\x63\xaf\xdf\x7d\xf6\xcc\xb7\x41\xf1\x78\xcf\xef\xfe\x7d\x4f\x9e\xe7\x3c\xeb\x80\x9b\x6f\x7f\x6b\xad\x99\x59\xb3\x66\xde\x79\xa7\x33\x30\x4c\x1d\x68\xc8\x01\x86\x04\x01\x17\x2d\x80\xc1\x2f\x80\xbb\xbd\x00\xed\x4c\xe0\xcd\x0e\xee\xd5\x24\x9d\xaf\xba\x88\x1f\x94\xda\xee\x4f\x71\x10\xad\xf1\x2f\xb2\x28\xc1\x1a\x71\xbf\xbf\x86\xff\x98\xa7\xf8\xf9\xfc\x65\x38\xa0\x14\x31\xfa\x14\x6d\xc8\x63\xb0\x28\x1f\xee\xc3\x79\x1c\xaf\x05\x5a\xb9\xb1\x43\xdb\x0e\xef\xf6\x2b\x30\x32\x46\x2e\x5d\xab\x11\xd0\x2f\x6d\x37\xc3\x78\x22\x30\x7c\x50\x7b\xfd\x49\xf3\x80\xc1\xc9\xed\x3d\xfc\x7c\x80\x81\x21\xed\xfb\xc7\xd9\x03\x5a\x17\xdb\x9d\xc9\x3e\x07\xf4\x2b\x6a\x37\xae\x6c\x33\xa0\x51\x2c\xb7\xac\x6e\x3f\xa0\xb6\xba\xed\xb5\x6d\x89\x40\xdf\xa0\x36\xbb\x0f\xe7\x00\x7d\xc2\xe0\xd7\x28\xf5\xf5\x4f\xf0\xdd\xb1\xe7\x3b\xe0\xe9\x71\x40\xe5\x5b\x9e\x6f\x77\x75\x71\x14\xfb\x94\x76\x17\xf1\x73\x5f\xe3\x3f\x59\x2d\x66\xdf\x64\x5d\xd8\x17\x16\xb5\xa1\x6c\xc1\xbc\x2e\xf2\x84\xa0\x29\x28\x92\xa7\xbc\x4e\xfa\xbf\x1d\x69\x85\x92\x6c\xba\x12\xc2\x6a\x6a\xbb\x6e\x94\x45\x0a\x0a\x57\xa0\xc0\xb7\x67\xb6\x12\x59\x12\x9b\xfd\xca\x84\x38\x1c\x5d\xde\x83\x34\x48\x3b\x4a\x75\x4a\xbb\x09\x80\xe6\xd0\x9e\x1b\xfa\x0c\x05\xd4\x4a\x7b\xf5\xd7\x7d\x0c\xf4\x5a\xd3\x6b\x82\xb5\x37\xa0\x32\xa6\x97\xce\xe4\x6b\x80\xd2\x88\x9e\xc7\xa7\x4e\x00\x14\xbe\xeb\x99\x99\x3e\x01\xe8\xaa\xaa\xfa\x77\xe9\x1c\xa0\xb3\xb2\xaa\xfe\xf2\x3f\x80\x8e\xb1\x2a\x4a\x9b\xdf\x03\x1d\x0c\x94\x9f\x1c\xe8\x0d\xb4\xbf\xab\x6c\x78\x7a\x02\xd0\xee\x99\x52\xbb\xeb\x57\x81\x76\x9d\xbb\x07\x3f\x9a\x0d\xc8\x85\x29\xd6\x49\xe7\xdb\x46\xa5\x5b\x95\x74\xec\xf0\x4b\x47\xea\xcb\xdb\xe1\x95\x3c\xf1\x83\x7c\x75\xfe\x12\x39\xaa\x92\x5b\x78\xbc\x0b\x45\x6d\x8a\x2f\x2a\x50\x9c\x2d\xf7\xb9\x0a\xc5\x31\x65\xf8\x97\xc4\xf2\x5e\x9c\xf7\x89\x57\xa3\x38\x5e\xe0\x10\x35\xca\x36\x7a\xd6\x6b\x52\x7c\x7a\x52\x1c\xf3\x68\x98\x6a\x0f\xa4\xfc\xe8\xd0\xc9\xda\x84\x4c\x55\x2d\x19\x44\x12\xd7\xd5\x71\x88\x76\xf7\x46\xa0\xc3\xc6\x21\x35\x83\x74\x00\xb9\x8b\x43\x76\x9a\x4a\x25\x26\x73\x48\x2f\x17\xca\x9c\x0c\xce\x0d\x23\x44\xc9\xe0\x95\x33\x28\xe3\x34\xb8\xdd\x5c\x8a\x27\x0d\x7c\x51\x4d\x92\x35\xe0\x3e\xbf\x7b\xff\xd4\x7d\x94\x41\xd0\xca\xf9\x99\x3a\x65\x6b\x6a\xfe\x46\x32\xdb\x6f\xcd\x03\x8a\x98\x4a\x16\x71\xbd\x7f\x9f\x64\xce\x63\xa9\x88\xf5\xdd\x4a\x35\x82\xf0\xe5\xfc\xab\x8a\xbb\x50\x55\xed\x22\x89\x22\xed\x73\xc9\x10\xe6\x81\xc9\x13\xd4\xe8\x24\x99\xd5\xc0\x7c\x19\x49\x9a\xfd\xa9\xda\x30\x4a\x51\x9b\xa2\xcc\x81\x75\x43\x28\x3b\xeb\xa9\x35\x8c\x4e\x4c\x07\x77\x1d\xc2\xff\x58\x82\xf3\xe8\x86\x12\x03\x3a\x71\xfa\x6d\x19\x41\xb3\xea\x9c\x67\x9c\xc3\xdf\x38\xba\xb0\x2b\x21\xaa\xc6\x28\x0d\xa0\xfc\xd5\xa8\x26\xce\x6f\x8e\x32\x70\xa6\xfa\x65\xe3\x1c\xce\x5b\x18\xb7\xe1\xfc\xcd\x48\xcc\x21\x19\x35\x3a\xb7\x8c\xe2\x72\x46\xe6\xdc\x39\xdc\xe0\xd6\x5e\xaa\x7b\xd3\x8f\x38\x49\xf5\xa9\x7a\xe5\x57\xc9\xd7\xd5\x2b\xbd\x4f\xf3\x1d\xbe\x91\xf3\xfe\x43\xc4\xfa\xee\x01\x62\xdd\xbf\x84\xfa\x29\xad\x4a\xec\xc0\x59\x03\x6d\x25\xda\xa7\x05\xba\xbd\x29\x4a\x58\xa2\xa9\x9e\xcd\xfa\xaf\x4d\x6f\x95\xde\x87\xab\xaf\x93\xb2\xb9\x4b\x45\x74\xb0\x1e\x7d\x4b\x90\xbb\x11\xc5\x6d\x27\x27\x8e\xa4\x6c\x8b\x93\xd6\x18\xb2\x8c\x56\x23\x4d\xc8\x23\x1b\xf5\xc4\x94\xb2\xb7\x83\xcb\xcc\x89\xdd\x44\x55\x8f\xa3\xaf\x10\xf9\x43\x00\xeb\xbf\xbb\x11\x22\x60\x82\xca\x00\xe2\x3d\x18\x5f\x3d\x96\xe2\xe9\xd6\x26\x4e\x54\x8f\x37\xde\x3d\x84\xe2\xec\x56\x39\xc9\x1f\x78\xe4\x4c\x91\x55\xa7\x4a\xe2\x78\xb2\x78\xba\x96\x90\x3b\x16\x79\x7b\x29\x12\x3e\x2e\x97\x7d\x21\xb3\x1f\x2f\x8b\x15\xc7\xf7\x48\x2e\x4c\x9e\xbe\xa6\x19\x8d\x36\xe2\xf9\x1b\xd6\x08\x9f\xf0\xa2\x54\x35\xf4\xa2\x28\xff\x42\x79\xcd\x57\x24\xff\xd9\xda\xf4\x2d\x79\x8f\x86\x93\x3e\x64\x94\x1b\xd0\xbc\xa6\xab\x1a\x52\xbe\x2b\xe6\xde\x28\xca\xa6\x04\x4f\x37\xa1\xf5\x9b\x92\x37\x8e\x3c\x4f\x97\xf2\x71\xc4\x93\x30\x31\xd2\x9a\x3e\x67\x12\x33\x91\x78\x3f\xf4\xd2\x6d\x89\xc7\xbd\x9f\xcb\x24\x8a\xb2\x76\xbb\xe9\x28\xe2\x1f\x9c\x44\x84\xb2\xb3\x9f\x22\xdd\x5d\x9c\x9b\xf8\x9b\x9d\x5e\x8c\x26\xe3\xea\xbc\xcd\x81\x7c\x78\x97\xf8\x20\x75\xfe\xf7\x44\x3a\x73\x9c\x94\xf3\xc8\x87\x73\xca\xa8\x20\xbc\x80\xe3\x94\x35\xa4\x3f\x0e\x79\x3b\x49\x7e\xec\x6b\x1b\x48\x6f\xec\x24\x17\xcc\x78\xbc\x4b\x91\x68\x1b\xf3\x67\xa4\x17\x32\xfc\x87\x85\xc8\x7f\x60\x42\xf8\xa8\x45\x92\x81\x94\x5d\x2e\x4e\xd7\xa1\x2e\xdf\xf9\x37\xf4\x49\xba\x32\xbb\x18\x53\x36\x21\xf9\x9e\x19\xf1\xe0\x4c\x5b\xc4\x38\x98\x50\x2d\xee\xda\xe2\x2b\xc7\x3c\x30\xae\x71\x94\x44\xc2\x24\x4b\x7b\x42\xb1\x8c\xab\x75\x22\x79\x1f\xf9\xbb\x33\x65\xe5\x06\xc5\xba\x90\xc7\xde\xab\x82\xab\x51\xe5\xaf\x4d\xfe\xc8\xf3\xf7\x16\x19\xed\xa6\x1c\x55\xa2\x7d\xf2\x69\x60\x1e\xef\x29\x47\xb9\xae\xd9\x47\xd9\x9e\xce\xec\x29\x57\xfc\x29\x4f\xed\xa3\x1e\x47\xf3\xf1\x89\xcd\xf1\xe4\xcf\x2d\x24\x9f\x7e\x8a\xfb\x4a\xb2\x13\x9e\xf5\x5b\xc9\x64\x79\x19\x1c\x16\xfb\xe0\x70\x3e\xcf\x53\xac\x29\x70\xaf\x79\x48\x7f\xef\xb6\xf0\x23\xc5\xb1\x19\xff\x01\xd8\xec\x94\x8e\xa5\x96\xfa\xb4\x8a\x32\x1e\x9c\x8c\x48\x53\xda\xc7\x54\x65\x4b\x92\xe7\x04\x25\x5b\x5a\x8f\x88\x09\xf6\xb4\x9a\xfe\x3f\x32\x2a\x61\x72\x9a\x0b\xd9\x41\x47\x78\x50\x55\xb9\x0c\x07\x33\x66\x8f\x17\xed\xaa\xae\xb1\x37\xcd\xaa\xdf\x36\x3f\x7a\x4e\xf7\x45\x01\xa4\x57\x6d\xa2\x43\xba\xf0\xfc\x43\x7e\x02\x65\x06\xc2\x16\x28\xd3\xca\x84\x55\x6a\xd3\xdd\x24\xb4\x98\x99\x78\x42\x9b\xb8\x03\x53\x68\x89\x2f\xd5\x61\x87\x4d\x9a\xb6\x99\x7f\x9f\xe9\xc0\x9f\x9b\x47\x15\xb1\x21\xd1\xcb\x99\x89\x5c\x9f\x31\xcf\x21\x9d\xf6\x13\x32\x27\xf0\xfc\xcf\x64\xa1\x03\x35\x7f\xa3\xbb\x63\x80\xdb\x7d\xf2\x95\xfc\x5d\xde\x10\x76\x7e\x8a\xd8\x2f\x87\x79\x63\x0a\xca\xd9\x2a\xc9\x78\x70\x66\x04\x30\x0e\x26\x3e\x6a\x12\xd9\x89\xa8\x91\xae\x94\x9f\x09\x92\x77\x27\x3d\xf0\xbe\x3d\x99\xf2\xfb\xae\x6b\x98\x7d\xdf\x66\x89\x1f\xe1\x61\x64\x38\x18\x23\xcb\x00\xca\xf7\x0d\xae\x0b\x21\x8f\x4b\x4d\x9b\xad\x5c\x57\x44\x8a\x00\x08\x19\x2f\x4c\x6c\x63\x1b\xca\x0c\x4d\xdb\xc8\xf9\x8b\x69\x1b\xb9\x03\x5b\x6c\x36\xcb\xc3\xb4\x33\x36\x94\x29\x8a\xad\xf7\x66\xfc\x46\x3d\xff\xe5\xb4\xf7\xb3\xe8\xe4\x8a\x35\xe2\x8a\xf3\x69\xeb\xab\x14\xf8\xef\x37\x90\x5d\x89\x4e\xdd\x45\x76\x25\x26\xf7\x04\x59\xfa\x28\xcd\x4b\x84\xc7\x8b\xcc\xb9\x4b\x9f\x8b\x68\x78\xbe\x06\xcd\xf8\x0f\x19\x2f\x4a\x76\x0d\x67\x53\x53\x13\xed\xc8\x5a\xc7\x97\xbb\xd1\x4d\x6a\xaa\x1c\xf7\x83\x92\xe1\x60\x7c\x45\x9e\x0c\xb7\x46\xee\x9f\x62\x5f\xc9\x78\x18\x6b\xe3\x50\xfa\xf7\x31\x21\xe1\x94\x6d\xd6\xa9\xe7\xec\xbc\xd6\x96\xa9\xb4\xab\x2a\xe2\xbc\xe5\xdf\xc4\xfd\xc4\xf3\x9f\x2e\x22\xb8\xa7\xaf\x6f\x4b\x48\x83\xe9\x06\xcc\x93\x93\x02\xb6\xc8\x29\x60\x84\x56\x0a\x78\x47\x52\x3b\x79\x91\xc5\x49\xcd\x89\x94\xf0\xef\x53\x69\x27\x52\xac\x0a\xbf\x61\xc9\x5d\x42\xf6\x75\xba\xf3\x37\x46\xfc\xef\xec\x13\x25\xdd\x38\x42\x96\x3b\x69\xc5\x39\x8a\xa1\x24\xc6\xfd\x41\x92\x19\x5f\xf2\x88\xf4\x28\x2e\xfa\x03\x75\xb0\x89\xa2\xbe\x41\x69\x16\xce\x64\xc7\x13\x26\x7b\x10\xfe\x71\x6a\x8a\x0f\x49\x55\xd8\x2a\x96\x63\x19\x0e\xc6\x13\xa1\xf4\xb6\xce\xa5\x8c\x0b\x99\x68\xc2\xf3\x35\xcb\x8f\x26\x29\x1d\x19\xc7\x2c\x4f\x43\xd4\x39\xfb\x28\x51\x8f\xa7\xd3\x4d\xa9\x91\xad\xbc\x5c\xe5\x4c\xb1\xe3\xab\xac\x4f\x52\x56\x82\x1c\xbd\x4f\xa6\x86\x0a\x8d\x19\x9a\x6c\x27\xb3\x12\x8c\xe9\x09\x99\x71\x13\x72\x78\xe4\x7c\x77\x56\x63\x18\x7d\x63\xc6\xa3\xa4\x43\xfc\x7b\x66\xa0\xc8\x98\xb6\x88\x62\x49\x99\xf7\x57\x31\xbe\xc3\x75\x1b\xc9\x41\xba\x19\xf3\xdb\xcf\x6a\x38\x4d\x76\x77\x46\xd3\x35\xc2\x47\xa5\x55\x3d\xa8\xe2\x75\x7d\x45\xf9\x6f\xe6\x45\x49\x01\xa3\x4d\x62\x2a\xb9\xdf\x57\x84\x6a\x10\x49\x69\x50\x28\xe3\x61\xa6\x28\x45\x51\x1e\xce\x4d\x8e\x79\x42\xec\x24\xd3\xe8\xe6\x60\x59\x1b\x4f\xdb\x36\x66\x28\xf7\x91\xd1\x73\x48\x22\x79\xd2\x5e\x37\x83\xd8\xbb\xfa\x34\x30\x2e\x44\xc1\x60\x96\x98\xe7\xce\x12\x99\x70\x73\xc5\x1b\x4d\xe1\x18\x39\xf2\x34\x0a\x14\x54\x88\x59\xa4\xc0\x68\x10\xd9\xb9\x82\x72\x46\x66\xce\x96\x9b\x40\xf8\xae\x02\x39\x5e\x87\x42\xdb\x60\xb2\x23\xb3\x95\x19\x89\x52\xa8\x94\x43\x99\xc4\x42\xb1\xf3\x4c\x81\x5e\x2d\x79\xbc\xf9\x4d\xdc\x79\x20\xdf\x60\x1f\x69\x74\xde\xd0\x13\xd4\xe1\x2b\x17\x97\xe9\x9b\x73\x15\xee\x91\x87\x98\x63\xf9\x5c\x64\x86\x92\xfa\x57\x71\x46\xc1\xb4\xef\x11\xca\x22\x0e\x48\xe4\x85\xf1\x89\xe7\x79\xbb\x1e\x8d\x25\x6b\xe3\xe8\x98\x48\xfe\xd4\x44\x8b\xe9\x74\x8a\x99\x9d\x99\xc1\x3c\x20\x03\x66\x32\x2f\x4e\xed\x2c\xd2\x83\xfe\x06\xcc\x17\xa2\x1a\x9d\x45\xe7\x6b\xe7\xb2\x7c\x91\xe1\x75\x4e\x38\x8f\x25\x95\x3c\x96\x3a\xcb\x93\xde\x36\xe3\x61\xea\x07\x91\x05\x99\x67\x36\x82\xfb\x21\x19\x8c\xa7\x7d\x6c\xee\x9b\x94\x17\x44\xdf\x54\x2a\x30\x5f\x4e\x69\x5e\x36\x49\xe0\xbc\x33\xf3\xc9\xbf\x98\x97\xbd\xfc\x0f\xfe\xfd\x26\x42\xe2\x95\xe4\xee\xa5\xf5\x28\xd6\x3a\x46\xff\x3e\x37\xf0\x12\xe5\xd1\xe7\xac\x68\x22\x1e\x89\xc2\x7f\x1f\xf0\xfa\x6e\x7a\x3b\x1f\x88\x99\x15\xc5\xd6\x36\x3a\x86\xee\x0d\xfe\xf2\x8c\x87\x69\xe6\xc3\x79\x90\x4c\x11\xeb\x49\x17\x66\x92\x96\x5a\x37\xf1\xfe\x8e\x4d\xca\xa4\x53\xdb\x20\x2e\x87\xba\xbe\xe9\x88\x37\x2e\x49\x35\xf7\xc5\x52\x4d\x2a\x22\x69\xef\xf0\xf8\xbf\xe1\x61\x2a\x9c\x7b\x2a\xf2\xc8\xf2\xb0\xf8\xe0\x88\x0a\xfe\xd9\x8a\x78\x0b\x2a\xea\xdc\x48\x5e\x2a\x8e\x07\xd1\x1b\x2c\xce\x66\xdc\x5c\x45\x1d\x9f\x1b\x8b\xd7\x94\xd2\xef\x2b\x22\xab\xe8\xce\x58\xf1\xf7\x06\x1a\xcb\xaf\xed\x26\x7f\x63\x91\xa4\x81\xce\x8b\x05\x0e\x67\x49\x92\xcb\x62\xaf\x93\xa7\xb4\xf0\xf9\x63\x5a\xcf\x05\x06\xef\xe6\x4b\xed\x20\xe3\xbd\x82\x46\x24\x91\x67\x2d\xc3\x01\xc9\xf8\x70\x64\x38\x98\xf1\x7e\x7c\xa3\x34\x97\x30\x7a\xd1\x38\xad\x80\x9e\xa2\x77\x77\x36\x49\xd7\xc0\xae\xcc\x1b\xa2\x76\x80\xbb\xb5\x28\x85\x31\x9f\x42\xbb\x9e\x65\x22\xef\xc5\x62\x19\x73\xa7\x0c\x0f\xb3\xbf\x3d\xe5\xf7\xab\xcd\xf8\xa6\x52\xe5\x37\x90\x3e\x51\xbd\xc4\x88\x5c\x92\xea\xd3\xec\x79\x56\x99\xb0\x27\x52\x6d\xe6\x4f\xe7\x41\xf5\x6a\x46\xe4\x55\xfd\x9c\x76\x8d\x3f\x5f\x44\xf3\xaa\xb6\xe2\xbc\x7f\xd5\xfe\x35\xc4\xbd\x5d\xe5\xb1\x83\x3c\x9f\x65\xe1\x87\x99\x31\x72\xeb\x19\xd2\xa3\xca\xa6\x5f\x29\xff\x5d\x19\x76\x8f\xf4\xa4\xd2\xe0\x65\x13\x10\xfc\x36\x85\x70\x1f\xbe\xdb\xd3\x7a\xb2\x1c\x70\x24\xc9\xc5\x2e\x9b\x6e\xca\x36\xfb\x99\x07\x48\x86\x03\x1a\x3b\x6f\x0e\xe9\x8d\xac\x3f\x94\xce\x81\xf9\xe4\xdd\xf5\x6f\x62\x2d\xed\xb5\x7b\x21\xbd\x65\xd7\x3f\x2b\xc8\xae\xb4\x49\x5a\x2c\x46\x2c\x97\x8b\x37\xf7\x5a\x31\xa2\xb7\x32\xbb\x3d\xf7\x45\x92\xe1\x61\xf2\x07\x10\x1e\x7c\x55\x27\x43\x11\xcf\x62\x41\xdf\xbc\x2a\xd4\x89\x2c\x6b\x6d\x99\x1f\xd9\xfd\x3a\x81\x4f\xa0\x55\x9d\x98\xc1\xa7\xee\x69\x21\xe1\x8b\x56\x6e\xe0\x8e\x26\x75\xdb\x57\x4d\xe1\xcf\x6d\x2d\xc1\x27\xfd\x93\x6a\x3c\x4f\xd2\xf7\xac\xb8\xfc\xcb\x39\x1e\xef\x90\x1c\xd6\x6a\xfe\xab\xd9\x82\x03\xf2\x2e\xcf\x26\x9e\x0a\x37\x09\x7b\xad\x0e\x2e\x8c\x7b\x1a\xbf\x63\x0e\xa1\x11\xc6\xbd\x62\x7c\xc4\xa8\x2d\xf3\xe8\x74\xd2\x2f\xe7\x48\xd4\x10\xf5\x45\x74\x2a\x6b\x76\xaf\x20\x94\xaf\x6a\x0e\x77\xf7\xea\xea\xba\x8c\xa4\xbb\x8d\xaf\xec\xe6\x2e\xc3\xc3\xac\x15\x23\x1e\xeb\xd6\xcb\x13\x57\xfa\x86\x38\x55\xf2\x93\xd6\xd9\xf6\x27\xfd\x5f\x5f\x6b\x40\xb8\xfb\x75\x0f\xc6\x91\x27\xbe\xf6\x2e\x87\x80\xd7\xcd\xf5\xa1\x9b\xde\xba\x65\x7c\x52\xad\xb3\x4a\xa1\x37\x59\xd7\x27\x9f\xe6\xbb\xe6\x40\x19\x7d\x70\x6d\x51\x2d\xe9\xc1\xba\x87\xdf\x52\xee\x61\xed\x75\xee\x9f\xb4\x76\xe1\x49\xf2\x1b\xbe\xa9\xba\x40\x37\xdf\x35\xe3\x99\x37\x67\xf5\x3e\xe9\x3d\xcc\xd7\x2a\x9f\x70\xe0\x1e\x4f\x19\x7d\xe6\x9c\x3c\x97\x9e\x32\xc9\xa4\x84\x22\xf7\x56\x6d\xe6\x13\x8a\xcb\xc4\x97\xf7\x59\xd6\x1f\x4a\xd7\x7f\x31\xdd\xa3\x06\x8f\xae\xa2\xc8\xa4\x86\x64\x19\x55\x30\xaa\x58\xad\x20\xfb\xd0\xe9\x4a\x2d\xdb\x43\xef\x55\x97\x78\xde\xad\xf1\x30\x5b\xfe\x60\x79\xd8\xb2\x56\x85\x90\x69\x5b\x83\x06\x12\x8e\x72\x4b\xa2\x3e\x79\xa6\x5b\x32\xcd\xe9\x2f\xbe\xfd\xc7\x81\xee\x51\x5b\xf6\x73\x4c\x6b\x6b\x97\x48\xd2\xb4\x6f\x83\x59\x83\xb7\x74\xcd\xa3\xfb\xd5\x66\x61\x3e\xcd\x6b\x4b\x27\xce\x25\x7c\x5b\xb0\x89\x10\xf2\x9b\xf3\xf6\xd2\xe7\x36\x3b\x1f\x0f\xe5\xf1\x3c\xf9\xd7\x9b\x3e\xfc\x71\x9c\xff\xee\x51\x53\x4b\x9f\x8f\x5f\xf5\x00\xd5\x74\xe0\x72\x12\xd0\x5b\xa9\x05\xf7\x70\xca\x00\xe8\xbd\x1d\x68\x58\x0c\xa8\x3d\xe1\x9a\x72\xe9\xb1\xfc\xbd\x1a\xa0\x75\xb5\xa5\xbf\x81\x2c\xdf\xbf\x7e\x14\x60\xd0\x86\x6b\x4d\xa5\x7e\xa1\x8c\xdf\xbf\x3a\x83\xeb\x77\x97\x8e\x07\xec\x5f\x02\x8b\x03\x00\x77\x0b\xa0\x62\x10\xe0\x37\x1a\x98\x9f\x08\x84\x9c\x00\x16\x1d\x02\xe2\x42\x80\xb2\xe5\x40\xea\x20\xa0\x62\x35\xc7\xbc\x16\x94\x00\x73\x4f\x00\x0b\x8f\x00\x15\xdb\x39\xff\x2f\x95\xb0\x25\xa1\x9c\x5b\x5a\x7a\x04\x38\x38\xb9\xa5\xff\xc1\xf2\x71\x1c\xaf\xad\xb9\xc5\xfd\x0f\x6a\x73\x81\x0f\x4f\x5a\xfa\x80\x54\x38\xf3\x58\x1a\x20\xe6\xbb\x45\xfc\xc7\x95\x68\x40\x49\x17\xb8\x38\x1b\x50\xaa\xfa\x1c\xf7\xa0\xb2\xa5\x05\xf7\x70\x50\x97\xf9\x43\xf6\x44\x00\x1a\x91\xc0\xd6\x50\x40\xeb\x23\xb0\x51\x17\x18\x7c\x8c\xfb\xb6\x48\x6f\x6c\xb2\x3a\x7f\xd9\x3a\x2c\x0b\x06\xac\x0d\x00\xa9\x0e\x4b\xef\x0d\xe5\x72\x80\xdb\x37\xc0\xfc\x1a\xc0\x6b\x14\x50\xfa\x14\x08\xf2\x02\x4a\x7d\x80\xe8\xa1\x40\x71\x28\xc7\x25\x4b\x0b\x01\xa9\xa5\x2a\xf9\x16\x98\xf3\x1e\x28\x2d\x00\xca\x5f\x32\x5f\xc0\xea\x26\x60\xfe\x15\x60\x93\x74\x5d\xbb\x02\x07\x87\x01\x4b\xb4\xb8\xff\xc1\xb2\x07\xc0\xf5\x95\x40\x55\x67\xe0\xfe\x06\x60\xd9\x62\xe0\xfd\x92\x96\x3e\x20\x0b\xc4\xb8\xad\xac\x0f\xc4\xf5\x11\x5c\x7f\x7c\xb9\x09\xe8\xbc\x9a\xf3\x5b\x9d\x97\x7e\x89\x7b\x90\xca\xc1\xa7\xb8\x87\x7a\x45\xe9\x1d\x12\xf8\x36\x10\xd0\x48\x00\xd6\x0d\x03\xfa\x6b\x31\x7f\xcb\x50\x5d\x5e\x7f\x83\x38\x46\x0b\x8e\xb1\x00\x96\x1a\x01\x96\x6e\x2d\xeb\xd0\x3a\xef\x5f\x34\x1a\x08\x98\xc9\x31\x69\xa9\xfe\x17\x26\x00\x89\xc7\x81\xc2\x3d\x9c\x03\x90\x5a\x65\xe9\xff\x66\xcf\x00\x16\x1e\x07\x4a\x12\x80\x95\x2b\x81\xf9\xae\xc0\xd6\x00\x60\xde\x7e\x60\xbf\x0b\x50\x66\xc5\x35\xd9\xe5\xf7\x80\xeb\xca\xc0\x12\x17\xe0\x89\x0e\xe7\x9d\x3f\x56\xb6\xcc\x5f\x86\xff\x90\xf1\x20\x5c\x7d\x0b\xc8\x67\x01\x97\xb6\x03\xd2\xf3\xfc\x6c\x13\xf7\x03\x91\xfa\x60\x1d\x1d\x5b\x70\x0f\xdf\xef\x07\x3a\x05\x73\x3c\xb3\x5b\x03\x73\xb3\x28\xd7\x32\xa7\x76\xcf\x09\xc0\xaa\x9b\x80\xfa\xa1\x16\xbe\x83\xaa\x3b\xc0\xb0\x97\x40\x65\x09\x60\xf4\x0e\x28\x77\x05\xcc\xe2\x38\xef\x3f\xa1\xec\xeb\x79\xff\xdc\x6c\x20\x4c\x05\xc8\xda\x06\x4c\x6b\xe0\xbc\x75\xfa\x74\xa0\xe0\x07\x60\xce\xdf\xcc\x9d\xb3\x48\x02\x14\x3e\x00\x6a\x1a\x18\xcf\xb0\xa9\x06\x90\xde\x35\xf6\x2e\x04\x8a\xcd\x81\x53\xeb\x80\x79\x17\x80\xdf\xbb\x30\x5e\xe4\x9f\x31\x5f\x9f\xbf\x2c\x0f\x7c\x4d\x8c\xcb\x37\xe3\x1e\x0e\x33\xcf\x83\x0c\xf7\xb0\xff\x34\x8f\xfb\x3c\x81\xb6\xbb\x19\xff\xd2\xfe\x0a\xe7\x92\x3a\x7f\xfc\xa4\xcf\x83\x33\xc7\xc2\xab\x4a\xb9\x4f\xcc\xe2\x0b\xc0\xe0\x0b\x40\xf9\x02\x40\xbf\x08\x98\x6f\x0c\x8c\x35\x06\x8a\xc5\xfa\x76\xa9\xb7\x31\x29\x4e\xea\xfd\x32\x5f\x4c\xf6\x1a\x60\x8a\x01\x90\x79\x1c\x08\xc9\x01\x32\x94\xb9\x8e\x35\x7b\x25\xf7\x34\xc8\xce\x64\x8c\x48\xb6\x21\xaf\x83\xf4\x34\xaf\xbd\x09\xe4\x06\x30\x07\x49\xbe\x02\xf0\xfd\x71\xb1\x0f\x44\x23\x50\xe8\x09\xfc\xfa\x13\x30\x07\xc0\xc3\x63\x2d\xf3\xcf\xbe\xc7\xf8\x07\x19\xfe\x43\x86\x03\x90\xf1\x7e\xfc\x7f\xc6\x3d\x3c\x04\xda\xed\x6b\xc9\xf7\xaf\xc8\x03\xba\xeb\x02\x95\x01\x40\xcf\x85\xc0\xa2\x87\x40\x7f\x0b\x60\xde\x40\x60\x98\x13\xcf\xdf\x58\x02\x14\xe4\x03\x66\x4a\xcc\x81\x23\xb5\x9b\x19\x7f\x02\x4e\x01\x9c\xaf\x9f\x9c\xc3\x79\xfd\xe0\x7a\xee\x7b\x10\x9d\x00\xcc\xb8\xc0\xf8\xa0\x59\x13\x80\xd9\x16\xc0\xac\x5f\x80\x45\x8a\x40\x46\x07\xe6\xc6\xc9\x38\x00\x6c\x29\x07\x32\x6c\x80\x7d\x77\x98\xe7\xe3\xd4\x04\x20\xc7\x1d\xb8\x61\x01\xe4\x5e\x07\x9e\xd9\x33\x4e\xe2\xe3\x83\xaf\xf3\x40\x34\xf7\x3b\x11\xf3\x77\xcd\xf9\xee\x44\x71\x1d\x44\x16\xac\x3d\x62\x1c\x57\xb6\x0e\x52\x39\x40\x3d\xf3\x7d\xb4\xd9\x03\x54\x66\x01\x1d\x0f\xb1\x1e\xaa\x88\x5e\xb4\xd4\x9e\xce\x89\x00\x06\x14\x00\xb9\x11\x8c\x13\xca\xba\x08\x18\xdf\x06\x66\x5d\x00\x2c\x15\x99\xbf\xc1\x7e\x27\x90\xdc\x08\xb8\x3f\x64\x1e\xf8\x80\x07\x40\xe2\x0f\x40\xe4\x5b\x20\xe5\x5b\xc6\x08\xa4\xfe\x01\x14\xee\x06\x52\x43\xf9\xac\x98\xb1\x0d\x58\x59\x00\xcc\x18\x09\x6c\x19\xc1\xfb\x7a\xc0\x85\x7b\xeb\x48\xed\xe4\x4c\x47\xe0\x77\x05\xc6\x90\xbc\x51\x6a\xe1\x81\x68\x8d\xff\x88\x9c\xf2\x79\xde\xff\xd4\x14\x71\x1d\xc4\x3a\xe4\x43\x62\x1e\x53\xc6\x7b\xd1\x9a\xef\xa0\x39\xdf\x2d\xea\x8f\x8c\xf7\x61\x5e\x3e\xd0\xc5\x05\x28\x3a\x00\xa8\x9a\xb5\xf4\x7b\xc8\xe9\x06\x0c\xbd\x01\xa4\x05\x03\x52\x7f\x31\x35\x8d\xcf\x91\xe9\xfa\x80\xad\x13\xd7\xf6\xbb\x94\x03\x71\x23\xb8\x0f\xc6\xb4\xf5\xdc\x0b\x60\x9a\x09\x73\x3a\xc4\x37\x01\x05\x56\x80\xf4\x76\x5b\x5e\x03\x24\xde\x04\x56\x99\x02\x49\x91\xc0\xb6\x6d\x40\xb2\x33\x70\xe8\x1c\x90\x78\x10\x38\x1b\xc7\x75\xe5\x4d\xf5\x40\x8a\x17\xf0\xe6\x07\x20\x61\x0f\xe7\xbd\x9b\xfb\x61\xdc\xe7\x51\xd6\x17\xe2\xbf\xe9\xc3\x57\x79\x2f\xc4\xfc\x97\x0c\xff\xd1\x9c\xef\x6e\x04\xda\x84\xf2\x99\x2f\x3d\x87\x32\x0a\x80\x5e\x63\x80\x54\x0f\x40\x4b\x0f\x90\xde\x99\x87\xbb\x00\x71\xf3\x81\x51\xa9\x40\x6c\x36\x60\xbd\x0b\x88\xb8\xc3\xb5\xec\x11\x0d\x8c\x2f\x8d\x48\x06\xc2\x23\x80\xf0\x0d\x40\xe2\x36\x20\x62\x00\x90\x7b\x13\x08\xb3\x02\xca\x8c\x38\xaa\xb5\xea\x1c\x10\xfd\x11\xa8\x5f\x03\x84\xdf\x04\x0e\x4a\x80\xf0\xf1\xc0\xcf\x82\xf4\xfe\x08\x34\xdd\x04\x62\xbd\x98\x07\x22\xdc\x82\xd7\x21\xc0\x55\xc4\x41\xcc\xe5\xd1\xeb\x1d\x8f\x67\x44\xdc\xc3\x4f\x22\x6b\xea\x21\x31\xef\x2b\xc3\x3d\xc8\xe4\x40\xd6\xf7\x64\xad\xd8\x4d\x55\x86\xff\xa8\x14\x47\x59\xbe\x7b\xb6\xb8\x6e\x52\xbd\x95\x1b\xc8\xbc\x07\x4a\x12\x3e\x03\xd5\xd5\x81\xe8\xa3\x80\xf6\x21\x20\xa2\x11\x30\xd2\x04\x82\x4e\x02\x26\xe6\x8c\x7f\xb0\xab\x01\x42\xba\x01\x5e\xfd\x19\x3b\x17\xda\x04\x04\xfe\x0c\x24\x25\x03\x7e\x52\x9b\x59\xc4\x38\x07\xe9\x9a\xfb\x6d\x01\xea\x74\x01\xff\x40\xf6\xa3\xfc\xa6\x02\x07\x2d\x00\xff\xbe\x40\xe3\x2e\xc6\xa6\xde\x6a\x02\xfc\xcf\x02\xcf\xf6\x00\xfe\xa2\x9d\x6c\xee\x03\xd2\xf4\x39\x1e\x40\xa6\x07\xad\xf3\xfe\x5f\xeb\x7b\xd2\x1a\xff\x51\x21\x66\x63\x9a\x79\x1f\x44\xbb\x9b\x21\xa2\xa8\x13\xe3\x80\x8e\x27\x81\x98\x89\x80\x6a\x23\xf3\xb1\xf4\x73\x61\xde\x8a\xe1\x55\x80\xef\x4a\x60\xf4\x61\xc0\x57\x05\xb0\x51\x61\xfc\x83\xa7\x1b\xe0\xdb\x0b\x08\xd5\xe1\x3e\x26\x52\xbd\xf0\x7c\x03\xe4\xea\x02\x1e\x7f\x01\x0b\xad\x5a\x78\x20\xdc\x05\x60\x6b\x1c\xe0\x31\x0c\x38\x1a\x0d\xb8\x57\x02\x17\x2a\x79\x94\xae\x83\xe7\x52\xe6\x4f\x6a\x3d\xef\xd6\x38\x08\x19\xfe\x45\xd6\xff\x47\xc6\xfb\xd0\x1a\xff\xb1\x46\xfc\x5c\x8d\xc8\xa2\xf8\x05\xfe\x63\x06\x8f\xb2\xbc\xbf\x8c\xff\x62\x9a\xad\x54\xb8\x80\xb0\x4a\xa0\xab\x13\xe0\xbf\x86\xfb\xd2\x79\x29\x03\x83\x6c\x01\x8f\x8f\x80\xd1\x33\xc0\xad\x06\xb0\xb8\xc0\xd8\x39\xe7\x3c\xce\x79\x07\x53\x57\x7e\x20\xee\x26\xe0\x74\x84\x9f\x6d\xff\x91\x7d\x6b\xc7\x2d\xc0\xea\x0c\x60\xd2\x1a\x60\xbb\x3d\x60\x97\xca\x5c\x77\xb6\x91\xc0\x45\x45\xfe\xf9\xee\x0f\x3c\x4a\xd7\x61\xa2\xed\xe7\xb8\x0f\x19\x0f\x84\x0c\x07\xc1\x5c\xe8\x5f\xe7\x3f\x69\x2d\x07\xcb\xc5\xa8\x7b\x79\x6e\x2b\x7d\x10\x79\x32\xbe\xe0\xbf\x10\xfb\x89\x50\xb4\xb7\x9e\x71\x1f\x52\x3d\x71\x4a\x64\xb9\x70\xd4\x07\xf4\xa4\x3a\xf1\x01\x30\x77\x03\x26\x79\xf0\x39\x3a\xde\x8f\x71\x52\xd6\x3d\xf8\xbe\x61\xd5\x16\xc8\xed\x00\xaa\x45\x28\xaf\x05\xcc\xc3\x81\x55\x21\x80\xa9\x3d\xb0\xf5\x29\x60\xfa\x1d\xf7\x32\x32\x7d\x05\x9c\x37\x05\xcc\x87\x00\xb7\x7e\x01\x4c\xd2\x81\x57\x07\x5b\xe6\xab\x2b\xf2\xa9\x0d\xf8\xf5\x73\x1c\x44\xb3\x1e\x88\xfc\x27\xdb\x44\x3c\x88\x8c\xff\x64\xad\x2a\x8f\xb5\xe2\x6d\xf1\x6b\xf8\x8f\x3c\x31\x4b\x25\xe3\xbf\x88\x17\x79\x44\x42\x45\x7d\xf3\x0c\xe2\xd1\xae\x91\xf1\xca\xb6\x03\x80\x3e\xdf\x03\xd6\x11\xc0\x90\x6a\xe6\xa0\x1b\x6d\x02\x98\xd6\x01\x93\xce\x00\xa3\x77\x00\xbe\x66\xc0\xa8\x1f\x80\x58\x2b\x60\x64\x3d\x90\x95\x0e\x8c\x88\x03\xca\xb2\x01\xa3\xa9\xc0\xca\xb5\x80\xde\x40\x60\x9b\x01\x30\xac\x0c\x38\x94\x0b\x0c\x7f\x01\x9c\xd5\x01\x86\x16\x02\x37\x57\x01\x83\x15\xb9\x77\x9e\x6c\xbe\x9a\x43\x79\x54\x7b\xfc\x39\x0e\x62\xef\x76\x7e\xbf\x2f\xf8\x4f\x44\xfb\xf0\x7f\xc5\x7f\x7c\x0d\xff\x10\x20\xf6\x91\x71\xb5\xe3\xd1\x4a\x7c\xde\xd8\xde\x80\xa2\x1d\x30\xf2\x35\xa0\xf9\x1a\x30\xfc\x8d\xf7\x4c\x7f\x3a\x60\xb3\x10\x18\x9e\x0f\x78\xdf\x03\x86\x36\x32\x56\x6e\xb0\x0f\x90\x31\x19\x18\xe8\xce\x18\x6c\x4d\x37\xc6\x92\x4b\x65\x4a\x7a\xd7\x95\xe4\x03\x07\x7e\x01\x34\x86\x02\xa7\x77\x71\x0d\xc5\xef\x8d\x40\x9f\x97\xc0\x93\x2b\x40\x4f\xad\xcf\x79\x2f\xba\x2f\xe7\x51\x7a\x67\x92\x8e\x5f\xf0\x9f\xc8\xf8\x5f\x64\xfc\x27\xb1\x9f\xcf\x7f\x7e\xdd\x7f\x9e\x7f\xb2\xa8\x37\x32\x1e\x94\xd0\x0b\xcc\x9f\xe1\x23\x46\xab\x1d\x45\xfe\x31\x33\x11\x57\xa5\xf3\x0e\x90\xcf\x00\x86\xaa\x01\x7d\x8d\x81\x81\x8b\x18\x1f\xa4\x69\xc1\xfc\x9d\xea\xc9\x80\xa7\x3c\xd0\xe7\x20\x10\x19\x04\xf4\xfc\x13\x98\x39\x13\x50\x51\x00\xe6\x8e\x02\x94\xd6\x01\xcb\x12\x80\xee\x93\x80\xf5\x57\x00\x85\x1e\xc0\x5e\x25\xa0\xeb\x6d\xe0\xc4\xdf\x40\x97\x2a\xe0\x6a\x30\xd0\xf9\x07\xae\x31\xe9\x7c\x03\x78\x9f\x0f\x74\x4e\xe4\x79\x77\x2e\xfb\x7c\xfc\x82\xff\x44\xb4\xfb\xb2\x28\x52\x85\x88\xb7\x9d\x7f\x8b\x47\x59\x1f\xa4\xac\x19\x20\x34\x42\xaa\x7e\x5b\x9a\x69\x6c\x76\x7b\xca\x8a\x44\x68\x74\xa4\xa8\x90\xaf\x59\x67\xca\xba\x39\x3b\x74\xa0\x68\x99\x55\x48\x67\x3a\x59\x0c\x1b\x29\x78\x0c\x8d\xc6\x6e\x14\x85\x57\x3d\xa8\xd8\x5b\x29\x0e\xe8\x2e\x28\xae\x1c\xd4\x07\xe8\x7a\x59\xf1\x8a\x49\x0e\xd0\x69\xae\xe2\x52\xe7\x81\x80\xbc\x99\xa2\x6b\x70\x0c\x20\x97\xae\xf0\x77\xb2\x74\x4f\x5e\x29\x24\x15\x50\x9c\xb2\xdb\xf5\xc5\x14\x8f\xef\xfa\x03\xd7\x6d\x76\x31\xd9\x45\x79\x9d\xce\x17\x8e\x53\x7e\xbf\xe3\xc9\x4b\x14\x9f\xef\xf0\xe2\x2e\xf9\xc6\x1d\x7e\x7e\x4d\xf1\x97\x76\x22\xff\x41\x5b\xca\xf7\xb6\xe9\x81\x03\xd2\x7b\xd6\xd7\xf0\x2f\x8b\xbd\x79\x2c\x35\x63\xd6\xf1\xd9\x9e\x1d\xa9\xba\x32\x4b\xb1\x1b\xc5\xed\x52\xbb\x2b\x92\x05\x8d\xa9\x54\x22\x89\x08\x49\xe3\x68\xab\xaf\x19\xe7\xcf\x9d\x9b\x7a\x53\xfe\xd8\xba\xa9\x2f\xfd\xdd\x28\x83\xbe\x14\x4d\xd3\xae\xd4\xa0\xa8\xb1\xd2\xc5\x7e\x74\xa2\xb4\x59\xa0\xb9\xa9\x23\x65\x92\xb4\xdc\xfb\x91\x4f\xa6\xd5\x6f\x14\xf1\xca\xf6\x73\x71\x20\x86\x04\xc9\xc3\x20\x7a\x92\x24\x32\x89\x74\x51\x32\x84\x23\xc4\x1a\xd3\x97\xd0\x57\xaa\x99\xac\xa1\xbd\xeb\xf3\x74\x27\xc5\xb7\xfa\x34\x1c\xa3\xc8\x5a\xef\xd0\x4b\x94\x61\xeb\x55\x7a\x87\x90\x19\xaa\x39\x2f\xc8\xa6\xf7\x78\xcf\xeb\xd0\x7d\xc2\xa7\xa3\x6c\xfe\x2b\x44\xb9\xa8\x10\xe4\xe9\x7d\xe7\x29\x32\x0f\x4c\x81\x91\x12\x65\xcd\xd2\x1f\x72\x35\x59\x6a\x62\x1f\x8a\x8e\x4d\x5b\xdf\x87\xde\x2a\xe4\xaa\x3a\xad\x87\x6f\x45\x7f\x66\x5b\x48\xe2\xec\x9c\x8d\x39\x57\xa5\x9a\xa8\x0c\xa1\x7c\xc7\xf0\xbc\x61\x54\x9d\xdd\x37\x4b\x87\xf2\x65\xf2\xab\xf5\x8c\xf9\x1b\xf5\x4c\x3a\x53\x86\x44\xef\x86\x56\x24\x8f\xa3\x48\x07\x75\xe3\xec\x48\x46\xf5\xc2\x02\x49\x06\x75\x3b\x71\xbd\xbf\x6e\xa7\x3c\x8a\xdb\xea\xa0\x82\xf2\x40\xc3\xce\x71\x27\xe9\xc1\xaf\x76\x90\xc4\x0d\xae\xfb\x81\x32\x8f\xda\x13\xcf\x91\x8f\xa8\xed\xd4\x44\x67\xc0\xc0\x8e\xcf\x49\x3e\x34\x45\xfe\x07\xb5\xa3\x3c\xf6\xa6\x75\x58\xf1\xbe\x1d\xe1\x17\x16\xd7\xb3\xbc\xca\xf0\x2f\xf9\x4d\x7d\x29\xca\x9d\xb1\x9b\xf1\x2f\x29\x6e\xfd\x28\x4f\x2f\xe3\x81\x09\x97\x63\xfa\x06\xbf\x2d\xc3\x68\xbd\xdc\x73\xb9\x1f\xd0\xa4\x13\x7a\x34\xff\x71\xb9\x9c\x3f\xd7\xff\xd9\xb8\x9a\xbf\x7d\x34\x69\x98\x92\x9b\x89\xa8\x59\xa6\xa2\xe5\x31\xad\xeb\x46\x36\xd8\xe4\x91\x26\xd9\x2a\xd3\xc6\x91\x54\x8f\x6b\xaa\x66\x47\x4f\x34\x99\xe3\x47\x4f\x32\x9d\x14\x4f\xf5\xfc\xa6\x16\x9c\x39\x30\x51\x5b\x48\x99\xf9\x31\x01\x75\x24\x61\xc6\x7a\x8c\xfd\x36\xbe\x7a\x84\xee\x4a\x23\xeb\x1b\xe9\xce\x38\x72\x26\x71\x4a\xc2\xe8\xf1\x13\xda\x49\xfd\x2d\x8c\x0f\xd2\x01\xaf\xc3\x60\x1b\xe9\x58\xfe\x50\x95\xf6\x71\x5e\x7d\x5f\xb1\xca\x5c\x42\xd1\xcd\x2c\x89\x36\x65\x91\x64\x3c\x30\xd3\x9e\x32\x0f\x4c\x44\x83\x21\xe7\x3d\x6d\x46\x51\x7c\xd7\xfd\x12\xa3\x36\x1c\xf2\xc6\x52\x36\xc2\xb2\xc0\x9c\xec\x83\x71\x0e\xe3\x25\x86\x4a\xac\x68\x96\x7d\x1f\x31\x0b\x73\xa7\x87\x13\x45\xc4\xae\xad\x36\x8f\x13\xbb\x29\x50\xe6\xc0\xc6\x4a\x93\x32\xec\x13\xef\x8f\xa4\x27\xda\xac\xb3\xa5\x95\x9a\x68\x32\x85\xf6\xdf\xa6\x5b\xcc\x4b\xfe\xf7\x0c\x42\x5a\x4c\x6c\x98\x4f\xeb\x63\x93\x52\x4b\x79\xcc\xf1\x37\xbe\xa5\xb3\x6f\xc2\xe6\x83\xe4\xe3\x59\x95\x9e\x22\x5b\x6f\x75\xef\x3a\xd9\x76\xcb\xfa\x07\x5a\xbc\x43\x1f\x69\x06\xb2\xbe\x41\xcc\x1b\x33\xaf\x9e\xfb\x5b\x15\xdc\x1e\x44\xd1\xdb\x2c\xb7\xa1\xf4\x2d\x33\xff\x34\xa0\x13\x4e\xc6\x03\x13\x79\x87\xf1\x01\xfe\x2a\x26\xa4\x37\x1e\x57\xcd\x09\x37\xe1\x28\x56\x59\x4e\xa8\xb0\xa6\xac\x99\xc9\x12\xee\xc2\xae\x77\x63\x12\xd9\x11\xad\xeb\x76\x74\x22\xf7\xd8\xc8\x7c\x1a\x72\x95\xce\x22\x0f\x84\x9b\xd8\xc9\xd3\x35\x4e\x91\xde\xd3\x4d\xb9\x3f\xed\x97\x1b\x61\x3f\x01\xb7\xc3\x36\xf4\x46\xee\xb3\xa6\x90\xcd\x72\xbb\x13\x4d\xf2\xee\xbe\x86\xeb\x36\xdd\x1a\x4a\x28\x86\xe4\xd6\x58\x4d\x3b\xe4\x3a\x9e\x71\x52\x2e\x43\xbf\x27\x4d\x74\xfa\x78\x72\x38\xbf\xe1\x15\xd2\x1b\x07\xcb\x7b\x54\x6b\x62\x97\xfd\x8a\xe2\xfd\xb6\xd5\xbc\x0e\xcc\x1b\x33\xc7\x4c\x8f\xb4\x33\x4b\x97\x71\x4e\x33\x13\x8d\xe9\xaf\x13\x76\x33\x3b\xc9\xd4\x53\x16\xb4\xea\xc1\x46\x13\xe8\x86\x25\xeb\x87\xe4\x72\x9b\x71\x3e\xb6\x16\x76\x94\xb7\x90\xe1\x60\x0c\x6f\x38\xd3\xee\x0d\xfe\xc3\x95\xb2\x76\x6a\xd3\xdc\x29\xcb\xac\x78\xdb\x4b\x9c\xbf\x8f\x78\x22\xfb\x8a\x37\x5c\x9f\xfb\xca\xb4\x15\xbe\xc7\x59\xe3\x7c\x17\x8c\x20\x49\xf2\xad\x1c\x4f\x12\xe7\xfb\x68\x32\xc9\x89\xef\x3f\x11\x94\x31\xf7\xcd\x4f\x25\x15\xf6\xb9\x39\x9b\xea\x36\x7d\x9f\x56\xd2\xfc\x7c\x1a\xd6\x92\xbc\xf8\x58\xec\xa6\x5a\x11\xef\x47\x0d\x54\x43\x31\xf9\x26\xdf\xa9\xbd\x24\x4d\xc4\x07\xee\xb1\xed\x11\xad\xab\xac\x6f\x90\x53\x9a\x74\xcc\xfd\x99\xab\xeb\xd3\x92\x4c\x69\xf5\x13\xbf\xb3\x26\xcf\x27\xc6\xd9\x86\x76\x25\xc4\x6b\x12\xe9\xb7\xcf\x8f\x4c\x04\xe0\x21\xef\x42\x4f\xb7\x93\x30\x3e\xa2\x19\x07\x73\x54\xc4\xc1\xdc\xf5\x25\xfd\xd7\x0a\x61\xcf\x41\x35\xda\x9f\xac\x5f\xc7\x77\x81\xa2\x87\x11\x36\x90\xc7\xd0\xa6\x36\xc4\xcb\x1f\x56\xae\x4c\x3e\x5b\xf8\x8a\x01\xe4\x5b\x84\xf7\x63\xcb\x12\x66\x32\x9e\x7f\xde\xe7\x4e\x3e\x6e\xf8\x88\x30\xca\xa4\x87\x07\xb0\x81\x09\x1f\xcf\x3e\x4c\x58\x79\x39\xc9\x45\xe8\xb1\xba\x27\xfc\xdc\x6d\xdc\xc1\xc5\x84\xed\x44\xf0\xea\x33\x64\xd9\x83\xa9\x07\xb7\xf4\x26\xca\xf8\x39\xff\x33\xef\x28\xe6\xe8\x43\xbc\x49\xb3\x1a\x2c\xc8\xca\x24\x49\x26\x10\x8b\x44\x2c\x38\x7b\x14\xee\xe0\x44\x72\x1d\x60\xc3\x38\x18\xcf\x13\x8c\x6f\x72\x36\xf0\xe6\xfe\x68\x26\x9f\xf3\xc1\x8c\x0c\x64\x1c\xcc\x50\xb5\x20\x7a\x9e\xfa\x99\x50\xca\xca\x29\x35\x32\x4f\x4a\xdb\x5b\x53\xb5\x78\xfe\x31\xac\x88\x88\xd3\x6f\x4b\x79\x25\x19\x1e\x26\xb6\x7e\x00\x9d\xb8\xb1\x5e\x23\xe8\x9c\x8c\xed\x68\x45\xbe\x6d\xfc\x7e\x77\xd2\xd4\xb8\xab\x21\x94\xcf\x89\x0b\x4c\xa4\xf9\xc6\x47\x72\xc6\x31\xb6\x9e\x7d\xfc\x69\xef\x6b\x18\x3f\x83\xcd\x24\xa1\x71\xa1\x9c\xcf\x8b\xa5\x78\x04\x10\x33\xf8\x57\x42\xf8\x45\xed\xbe\x47\x19\xb5\xc8\x47\x2f\x37\xa2\x19\x17\x33\x7d\x19\xf7\xfb\x92\xf5\x83\x8a\x4c\xf1\x60\xb4\xcc\xec\x29\xa4\xe7\xde\xe6\x53\xc8\x5f\x72\x3b\x15\x40\xfb\x3b\xe9\x47\xee\x03\x65\x95\xc4\xac\xfb\x63\x42\x42\xf9\x74\x3b\x10\x4e\x75\xe1\x03\x56\x45\x51\x7d\x7f\x6f\xef\x18\xb2\xca\x5d\x2f\x32\x5e\x02\x85\x09\x62\xbe\x77\xba\x78\x93\x4b\xe9\x29\xc7\x1d\xc9\xa6\xa8\xd0\xbe\xcd\xd0\xe2\x75\x48\x89\x37\x22\x4b\x9d\xf2\xb3\x35\x9d\xf7\xa9\x70\x25\x0d\x9c\x61\xc0\x18\xe5\xd4\x9c\x78\x4b\x1e\x19\x61\x90\xb2\xba\x64\x07\x7f\x6e\x39\xd9\xdb\xd4\x13\x1b\x69\xe5\x53\xb0\x87\x3b\xbd\x38\x1f\x23\x4b\x9f\x5c\xc4\xbd\x66\x93\x1a\x6f\x91\x5e\x24\x8c\x79\x44\x77\x9f\xb8\x0f\x1f\x94\x80\xb8\xf5\x9e\x74\x1e\x46\x94\x7a\x27\xb1\xf4\xf8\x72\xdf\x83\x3b\x81\xb4\xfa\x1e\xc9\x21\xc4\x77\xe1\xb0\x31\x9c\xbb\x6e\x29\x47\x91\x35\x36\x4b\x8b\x22\x0f\x7a\x64\x3d\xe3\x24\x86\x36\x32\x0e\xa6\xff\x98\x78\xda\x2d\x95\x11\xcc\x93\xd2\xe9\xdb\xe9\xe2\x4d\x6d\xa6\x88\x40\xcf\x78\xc4\x63\xa6\x7a\x3b\x5a\xe9\x2c\x1b\x15\xd2\xfb\x8c\x3a\xae\xef\xce\x3c\x63\x44\xbe\x5d\x96\x84\xaf\x7a\x59\xf7\x5c\x0f\xf3\xe7\xfd\x69\x3d\xb2\xc4\x95\xcd\x76\xce\x88\xe5\xb1\xf8\x5b\xfe\xfc\x32\xb2\x1b\x59\x2b\xd6\x25\xf0\xcf\xbb\xb8\x0f\x53\xc6\x51\xca\xdc\xa6\x9b\x9d\x27\xc9\xfd\x12\x17\xf3\xa2\x1e\x88\xb6\xf1\xa7\x9b\x51\x98\x51\x30\x59\x97\x00\x49\x38\x45\xa2\x26\x17\x30\xae\xcb\xf9\xc9\x54\xfa\x56\x3b\x09\xf7\x47\xb2\x9c\x31\x8d\xbe\x7d\x74\x56\x3c\xdd\x54\xf5\xa7\x25\x93\xf6\x0e\xd6\x9c\x4e\x52\xaa\xf1\x31\x85\x50\x5d\xca\x4e\xb3\x68\x57\xe4\xcd\x33\xc4\x1b\x49\xb6\x78\x93\xcb\x17\x23\x17\x05\x45\xf2\xc4\xc0\xd3\x8c\x87\x29\xe7\x75\xc8\x6f\x32\x24\xcb\x54\x58\x61\x49\x76\xbd\x60\xaf\x13\x69\xd2\xec\x64\x7f\xfa\xc6\xd9\x0d\xd1\xe4\x1f\x16\x5e\x4d\xcb\xe3\xcf\x33\x3f\xca\x6c\xe5\x4a\xda\xff\x82\xfb\xab\x4f\xf0\xf3\xea\xc9\xb2\x17\xe8\x1e\xa2\x3b\x53\xde\xdc\xd3\xc4\xb3\x90\xf7\xdd\x6f\x14\x7b\xcc\xc3\xdf\xdd\x68\xbd\x1a\x5f\x04\xb4\xe0\x60\x02\xb4\x23\x08\x07\x3a\xc5\x82\x79\x61\xdc\x94\x19\xef\x24\xe3\xc3\xb1\x2e\x66\x14\xa7\x79\x23\xcb\xf5\x28\x03\xee\x93\xa4\xdb\x6d\x16\x45\x68\xfa\x0b\x8c\x0f\x51\x1b\x97\x45\xf8\x10\xc5\x0a\xf6\x76\xda\x5e\x2c\x10\xf1\x2f\x73\xc5\x48\x4e\x33\x1e\x26\x4f\x9e\x62\x9d\x32\x3c\x4c\xe9\xf6\x01\x84\x8f\x2e\x15\x0c\xb9\xb3\x99\x97\x25\x59\xd4\xf9\x8e\x4e\x84\x07\x99\x57\xcf\x27\x4c\xe9\x56\xee\x33\x37\xdf\x6f\x46\x31\x7f\x9e\x99\x39\x4a\x05\xf6\x2f\x4b\x85\x3a\xee\xab\xe4\xb6\x85\x4e\xae\xd2\xc3\x8c\x93\x2a\x96\x70\xcd\x4d\xd1\xc1\x8b\x94\x91\x2e\xaa\xbd\x43\xb1\x94\xa2\xa5\x4f\x47\x02\xc1\x47\x19\x4d\xe0\xa7\xcd\xf3\x6e\xc6\xc1\x88\x7c\x38\xb6\x07\x53\x49\xde\x2d\x6f\x30\xbb\xdb\x58\xe5\x0c\xd2\x42\xc3\x84\x4c\x5a\xaf\x21\xda\x39\x74\x13\xd1\x1a\x95\x47\xe8\x24\x95\x7a\xb6\xe2\x5d\x77\xcf\xa1\x53\xbd\xad\xa2\x6c\xde\x0b\xc4\x7e\x49\xe5\xeb\xc5\xf1\x50\x07\xee\x7f\xd4\x8c\x87\x19\x48\x1a\x55\x21\xb0\xa7\xb6\x38\xce\x82\xbe\xa9\xc2\xdc\x91\x90\x6a\xe5\x6b\x19\xa9\xb8\x58\x23\x8a\x24\x6c\x71\x36\x33\xf4\x54\xe4\x71\xc6\xbe\xe2\x29\xf7\x1f\x2c\x3f\x57\x4b\xb5\x96\xb2\xfe\x49\x8b\x8e\xee\x25\x3b\xbb\xc8\xf5\x04\xc9\xcf\x82\xa6\xf3\x34\x93\xb2\x69\x4d\xe4\xb7\x2e\x28\x79\x90\x01\xf8\xc7\xb1\xb7\xda\x9a\x0f\xc7\x5e\x9d\xe5\xda\xa6\x6f\x26\xf9\x53\x66\x3f\x66\x53\x24\x66\x54\x13\x5f\xcc\x64\xfd\xa1\x06\xcd\x9a\x4d\xb7\x1b\xc9\x60\xee\x0f\xa5\xb2\x85\xf1\x21\x1d\x8b\x5a\xe3\x80\x5a\xe3\x61\x96\xeb\x74\xa0\x3c\x7f\x95\x92\x0a\x79\x30\xcb\xb5\xd9\x7f\x58\xde\xd5\x80\x0c\x43\x55\xa9\x39\x59\x9e\x6a\x2b\x07\xd2\xc8\xea\xee\xde\xdc\x5f\x29\x85\x11\x7b\x55\x3f\x26\xd3\x11\x56\xfd\x1b\xf3\xc4\x2c\x57\x2f\x63\xbc\x4c\x14\x33\x71\x54\x3d\xd8\x48\x12\x29\xeb\x9f\x54\x59\xf2\x03\x33\x29\x8e\x39\x47\x33\x5a\x66\x71\x93\x34\xb4\xb2\xed\xdf\xf5\x80\xf7\x76\x5e\x55\xf7\x5c\x66\x65\x6a\xe6\xc3\x79\x94\x43\x56\xc9\xb2\x9e\xf7\x79\x6c\x54\x21\xdd\xfe\x46\xac\x2c\x22\xeb\xae\x53\xcf\xf3\xd5\xee\x5c\x4a\xda\xaa\x56\x37\x9f\xe4\xa6\xfb\xf2\x32\xda\x95\x0e\xa6\xe5\x62\xc6\x70\xb1\x98\x09\x68\x8d\x87\xa9\x13\x78\x1d\x9a\xf1\x30\x23\xfb\x93\x47\xba\x2a\xdf\x80\xce\xcd\x55\x7f\x98\xd1\x0e\xd5\x39\xd8\x91\x45\x5a\xd9\xdf\x8b\xf6\xbd\x76\x75\x18\xcd\xbf\x6e\x73\x22\xdd\x9f\x6a\xcb\xb2\x44\x7c\xcc\x3c\x11\x4f\x53\x4d\x96\xad\x4e\x7d\x2d\xf9\x9d\xb5\xf1\x3b\x48\x22\x6b\xfd\x8e\x50\xec\xb5\xe6\xe2\x19\x42\x82\xd5\x68\xfd\x4a\xeb\x5d\x33\xe3\x2f\x15\xc0\xb3\x20\x9d\xea\x06\x9c\xb5\xb2\x48\x3a\xed\x9e\xe4\x91\x9d\x9b\x28\x76\xf3\x1b\x97\x54\x44\xb7\xda\x31\x28\x26\xbb\x2f\xeb\x0f\x35\xec\x46\x19\x9d\x9f\x03\x2a\x16\xd1\xae\xf5\x3d\xb6\x98\xac\x5b\x77\xcf\xc5\x84\xea\x68\xf7\x42\x96\xd9\x58\xfe\x87\x6c\xde\x3c\x7e\xb3\x96\xc7\x75\xb7\xe4\xc9\xc2\xac\x37\x56\xa1\xf3\x6c\xfd\xb4\xfe\x74\x6e\xac\xb7\xe3\x4a\x85\x75\x4d\xa6\x74\x22\xad\x7b\xc8\xf8\xe2\xb5\x31\xcc\xf0\xb6\x76\x42\x08\xb9\x38\xeb\xfa\x70\x0d\xdc\xda\x29\x19\xe4\xf9\xae\x7b\x5a\x42\x7f\xbf\xee\x34\x7f\xf3\x9a\xe7\xcc\x50\xb2\x36\x66\x3b\x3d\xe7\x9b\x77\x07\x88\x19\x6f\x4d\xc7\x53\x84\xab\xfa\xe6\xcd\x35\xc2\x61\xad\x36\xb8\xd5\x04\x5c\x9b\x00\xa8\x64\x03\xe7\x1b\x19\x07\xf1\xb3\x25\xa0\xd4\xf0\x25\xee\x61\xff\x7e\xee\x67\xb0\x53\x00\x7a\xf9\x01\x5b\xe2\x80\xbe\xfd\x3e\xe9\x6f\x10\x0e\x0c\x0e\x07\x56\x59\x03\xba\x37\x81\x6a\x77\x60\x64\x4f\x60\x99\x3b\xd7\xb7\x57\x4e\x04\xac\x47\x01\xe5\x66\xad\xf2\xfe\xfd\x80\xc9\xfd\x38\xde\xed\xff\x23\x50\xa4\xc3\xb9\x9c\xfc\x0c\x60\x5a\x35\x73\x60\xcc\x30\xe0\x51\xaa\x89\xcd\x75\xff\x73\x80\xa5\x7f\x02\x25\x85\x9c\x53\x91\xfe\x6e\xa7\xf5\x97\xfd\x0f\x96\x1a\x01\xb7\xcb\xa5\xda\x00\x3c\x4d\x01\x96\x9c\x05\x84\xf1\x2d\x7d\x20\x4a\x1a\x79\x94\xf1\x5e\x34\xb6\x65\xfc\x43\x6b\xdc\xc3\xc1\x27\x40\xf7\x27\x8c\x7b\xe8\x7e\x8b\xf3\xfd\x3d\x7b\x00\x52\x1b\xd4\x67\x1b\xb0\xfe\x31\x20\x59\xcb\xf8\x17\x6d\x65\x60\xc5\x59\x60\x68\x35\x50\xbd\x0a\xd0\x3f\xc6\xf9\xce\x51\x4d\x9c\x93\x34\xbf\xc8\x79\xff\x89\xb1\x40\xf1\x4e\xc0\x3e\x09\x28\x94\x07\x5c\x95\x38\x26\xef\xd5\x04\xe4\xaf\x01\x42\x04\xce\x6b\x4b\x2d\x78\xfe\x58\x60\xc6\x42\x20\x3f\x13\xc8\x53\x6e\xa9\xfb\x9f\xe3\xce\x96\xa6\x48\x1b\x58\x7b\x08\x98\x7b\x1c\xd8\x31\x1f\x28\xb1\x00\x0e\x5b\x71\xff\x88\xb3\x06\x5c\x5f\x7b\xfb\x08\xb0\x44\x02\xbc\x12\x80\x85\x3e\x8c\x83\x90\xcd\x5f\x96\xff\xbf\xdc\x04\x74\xba\x08\x9c\xff\x81\xeb\x90\xbf\x86\x7b\xd8\xbd\x05\x50\xd8\x06\x6c\xe9\x0d\x28\x4e\x64\xcc\x81\x6a\x23\xf0\x4d\x39\xe3\x41\x9a\xf9\x0e\x1a\x78\x3d\x96\x06\x00\x3a\xbf\x03\x15\xaa\x1c\x7f\x2d\x2d\x67\xb9\x28\x9e\x0e\x58\xfd\xd2\x2a\xef\x5f\xc6\xeb\x30\xe5\x09\x90\x9d\x0b\x84\x84\x72\x7e\x56\xea\xa1\x49\xbd\x8f\xe4\x97\x40\xf6\x25\x20\xc7\x19\xc8\xeb\x02\xcc\xef\xd2\xc2\x7f\x90\x97\x01\xac\x5e\xd7\xd2\xff\xa0\x60\x27\x70\xd8\x1d\x98\xd3\x87\xf3\x7b\x73\xed\x80\x9b\xdd\x58\xfe\x5e\x56\x02\xc5\x57\x81\x8f\x1f\x3e\xe9\x83\x21\xf2\x20\x5c\xda\xce\xf9\xd9\x9f\xeb\xb9\x2e\xfb\xc7\x7c\xa0\x6d\x7f\xe0\xd0\x02\xe9\xd9\xdf\x82\x7b\xa8\xd7\x05\xda\x2e\x07\x36\x3f\x05\x3a\xcf\x95\x6a\x1f\xa0\x20\xb0\xd6\x2b\x49\x80\x6a\x35\xa0\xcf\xb4\x16\xbe\x83\xb2\x21\x80\xf6\x3c\xce\x7b\xeb\x19\x00\xc5\x5d\x81\x51\x8a\x40\x41\x3b\xce\xef\xe6\xb4\xe1\x1c\x45\xa6\x0a\xe0\xd4\x09\x98\x25\xc7\xfd\x83\x66\x0d\x04\x82\xd4\x80\xb4\x23\xc0\xd4\x4c\x60\x56\x19\x30\x7d\x23\x90\xee\xc0\x58\x81\xcc\xdd\xc0\xbc\x37\x40\xc6\x33\x5e\x87\xcc\x24\x60\x4d\x14\x90\xb3\x11\xd8\xb9\x11\xc8\xfb\x1e\x38\x7a\x05\x90\x7a\x2f\xa7\xcf\x02\x85\xcf\x81\x5b\xca\xcc\xad\xf2\xef\xea\x4f\xe6\xdf\x5b\xe4\x41\x28\x6e\x55\xdf\x2d\xe6\x17\xfe\x1b\xee\x61\xad\x35\xd0\x26\x0d\xf8\xa6\x08\x90\xfa\x83\xb2\x3e\x0f\x4b\x8e\x00\xd2\xfb\x52\xc5\x7b\x40\xed\x08\x30\x2f\x88\x6b\x26\xe7\x64\x03\x83\xfd\x81\xc2\x3b\xc0\x88\x1f\x81\x3c\x79\xae\x3d\x95\xe5\xfd\xd3\xb4\x00\x3b\x4b\xc6\x38\xb8\x5d\x66\x5c\x42\x80\x04\x98\xfe\x8c\xfb\xc4\xa4\x80\x73\xdc\x29\x3d\x80\x8c\x46\x60\x96\x54\x1e\xa6\x00\x69\x29\xc0\xd2\x06\x60\x96\x1a\xb0\x4e\x17\x98\x75\x07\xd8\x31\x18\x48\xfb\x15\x38\xe4\xc8\x38\x87\xd3\xbf\x02\x99\x27\x38\xbf\x97\x33\x12\x78\xbe\xab\x05\xff\x92\x7a\x85\xe5\x40\xd6\x0f\xe2\x0b\xbe\x07\x31\x3a\xf2\x35\xdc\xc3\xfa\x05\xe2\xe9\x57\xc6\x75\xec\xb2\x7c\x7f\x79\x01\xd0\xf5\x08\xe7\x16\x54\x45\x2c\x93\xda\x01\x20\x77\x31\x28\x92\x97\x5d\xc3\x35\xb5\xe9\x29\x9c\x53\x6b\xe6\x3d\x48\x03\x6c\x57\x03\xc9\x86\xcc\x17\x13\xd7\x00\x4c\xe9\x0e\x24\xdc\x97\xfa\xba\x80\xf4\xb6\x22\xfd\x5f\xe2\x5a\x20\xcb\xac\x85\xff\x20\xf1\x04\xcb\x43\x6a\x5f\x60\xc3\x7b\x60\xa6\x29\xb0\xab\x84\x6b\xe2\x8f\x2b\xb1\x6d\x95\xee\x71\x5a\x77\xe0\xee\x1a\x20\xe3\x04\xf0\xee\x44\xcb\xfc\x5b\xf3\x40\x9c\x16\xeb\xfa\x65\xf9\x5e\x19\xef\xc5\xbe\x9d\xa2\x3c\x88\xa7\xfd\x56\x59\x9f\x87\x7d\x3c\xca\xf2\xdd\x15\xb2\xae\x9a\x23\x00\xb9\x3b\x40\xd1\x1f\x40\xe7\xc7\x7c\x8b\xe8\x79\x83\xf5\x4f\x43\x02\xcc\xd8\x04\x0c\x32\x07\x52\xb2\x01\x43\x37\x20\xa9\x0d\x60\xaa\x08\xc4\x8f\x04\x26\x84\x00\xf1\xdb\x00\x17\x15\x20\xd6\x1d\xf0\x71\x61\x1b\x19\xda\x04\x44\xd9\x01\x71\x01\x8c\x0f\xc8\xac\x03\xe2\xc7\x03\x25\x2f\xb9\x5f\xc2\xd2\x5d\x40\x7c\x2f\x60\x6d\x0a\x90\x50\x07\xec\xce\x01\x12\x7d\x80\x13\x1a\x40\xfc\x43\xe0\xe2\x18\x20\x39\x17\xb8\xe7\xcc\x55\x1f\x1f\x73\xbf\xc4\x7f\xc8\xf8\x10\x64\xb8\x87\x86\x75\x9f\xeb\x43\x73\xbe\xbb\x15\xef\x85\x2c\xcf\x59\x25\xd6\xf3\xcb\xf2\xbc\xa5\x43\x79\x2c\xbc\x0e\xc8\x1f\x60\x9b\xa6\xac\xc2\x72\x2d\x3d\x77\x93\xcb\x00\xad\x05\x8c\xf7\x18\xee\x02\xc4\x5c\x60\x5c\x61\x4c\x7f\xc0\x5a\x1e\x08\xf3\x63\xbb\x19\x5e\x01\x78\xe4\x01\xa1\xdb\x80\xa0\x3c\x20\xcc\x0e\x88\x55\x04\xc2\x35\x80\xf4\x67\x40\xc8\xaf\xc0\xdc\x3b\x40\xe8\x6d\x60\xc9\x1d\x20\x22\x08\x58\xf3\x1d\xff\xfd\x8e\x0f\x40\x58\x18\x73\x7c\x45\x3a\x00\x97\x2a\x81\xb8\x7b\xc0\xfd\xcc\x2f\xfb\x61\xf8\x8b\x3c\xf7\xb2\x7e\x18\xad\xf9\x4f\x0e\x98\x7d\xae\x0f\x5b\x44\xbe\x8f\xff\x86\xff\x28\x15\xeb\x96\x9b\xf3\xdd\x5d\x81\x4e\x09\x40\x92\x84\xed\xe8\xb4\x6d\x9c\x53\x8c\x1c\x00\x0c\x7c\x0f\x84\xe8\xb1\x9f\x11\x18\xc4\xe7\x88\x74\xef\xa5\x7e\x45\x40\x14\xe0\xa6\x01\xf8\x4d\x63\x3b\xe1\xeb\xcb\xe7\x46\xe0\x6d\x20\xdd\x19\xf0\xb7\x60\xcc\xa0\xf4\xae\xb1\x64\x27\xe0\x77\x96\xf9\x72\x7c\xf5\xd8\xb7\xf1\x5d\x00\x1c\xeb\x03\xf8\xb7\x03\x7e\x39\x0c\xf8\x1d\x00\xfe\x7c\xc8\x5c\x2b\xd2\xf9\x7a\x3f\x07\x84\xaa\x4f\xfa\x80\x88\x78\x00\x59\xdf\x97\xd6\xbc\x17\xff\xad\xef\x89\x0c\xff\xd1\xdc\xf7\xe3\x8f\xcf\xd7\x21\x55\xc4\x57\xc5\x7b\x01\x5d\xf6\x00\x11\x95\x80\x6a\x08\x10\x1c\x05\xf4\x7b\x0f\xf8\xab\xb3\x5c\xf8\xcc\x04\x46\xeb\x72\x1d\xbc\x75\x13\xe0\x51\x07\x8a\x88\x79\x8f\x06\x02\x9c\x80\xc9\x12\xd6\x11\x4f\xa9\x8d\x2c\x06\x3c\xb6\x30\xe6\xd0\x5d\x7a\x5e\xec\x00\x3c\x16\x32\x76\xcf\xcd\x10\xd8\xa3\x00\x78\x1c\x00\x4e\xc6\x31\xff\xc3\x2f\xd1\x80\x47\x15\x70\x4f\x60\x8c\xa6\x54\x1e\x5c\xb6\xf3\xbc\x27\x89\x7c\x28\x13\xed\xc4\xbc\xbf\x8c\xf7\xe2\xff\x98\xf7\xaf\x12\xbb\x2e\x57\xb4\xe1\xb1\x35\x0e\x46\xc6\xfb\x90\x20\x66\x29\xa4\xf2\xdd\xc6\x18\x08\x34\x64\x7e\x25\xe9\x3e\xf6\x91\xbe\xef\x33\xe6\x55\x72\x9b\x0f\x18\xde\x00\x9c\xbb\x31\x8f\x90\x83\x0b\xeb\x87\x73\x0a\xe7\x46\x1d\x36\xf2\x3a\x38\x35\x00\xe9\xc7\xf9\xe7\x12\x4d\xc0\x41\x17\xa8\x5a\x05\xd8\xac\x63\x5e\x10\x5b\xad\xcf\x79\x20\xec\x1a\x81\xcb\xb1\x80\xdd\x2a\xe0\x9f\x35\x80\xad\x21\xfb\x91\xe3\xf7\xfe\x67\x1c\x84\xac\xef\x49\x6b\xfe\x93\x8d\xe2\x7e\x7f\x81\xff\x50\xfa\x5c\x1f\x64\xf8\x0f\x59\xdf\x8b\x59\x62\x76\x46\xc6\x7f\x21\xcb\xfb\x7b\x1d\x04\xda\x6b\x01\xae\x6f\x00\xe5\x8f\x80\xe3\x47\x40\xf2\x11\xb0\xfb\x07\xd0\x91\x00\x36\x97\x81\xb1\x6b\x98\xa7\xc4\x2e\x01\xb0\xd6\x05\x26\x67\x30\xd6\x32\xa2\x14\xb0\x0a\x00\x66\xd5\xf0\xcf\xd2\xb3\xc8\xc2\x01\xa8\x0a\x02\xc6\x0d\x01\xd6\xfb\x03\x66\xbf\x03\x7b\x2d\xf8\x0c\xfa\x49\xc4\x68\xfe\xf6\x1e\x18\x97\x0b\xdc\x77\x06\x4c\x03\x00\xe1\x74\x0b\x0e\x62\xe8\xde\xcf\x71\x10\x5f\xe3\x3f\x59\xfb\x0b\x8f\x32\xfe\x13\xd9\x6d\xb1\x35\xfe\xa3\xc8\x9a\x47\x59\xde\x3b\x55\xc4\xcf\xc5\xa4\xf1\x18\x20\xe6\x8f\xdd\x73\x19\x07\x62\x57\x03\x74\xda\x02\x8c\x5f\x03\xf4\x5a\x03\x8c\xeb\x03\x0c\xdc\xc1\xef\x2d\xf5\xbf\xcd\xd6\x32\xc7\xc7\xe8\x72\xe6\x3c\x19\xed\x09\x44\x75\x04\x0c\x2f\x32\x07\x90\xc1\xaf\xbc\x0e\x86\x07\x81\x65\x6a\x80\xde\x5b\x60\x83\x0b\xa0\xdb\xc0\xbd\x1e\x75\x44\x1f\x60\x78\x36\x70\xf9\x0e\x30\xcc\x97\xd7\x61\xf0\x52\xe0\x83\x02\x30\xe0\x0e\xcf\x5b\x52\xcb\x63\x9f\x86\xcf\x79\x0f\xb6\x87\x7e\x2e\x07\x32\xf6\xcc\x1a\x11\xcf\x50\x79\x99\xc7\xe6\xfe\x2f\x9b\x3e\x97\x83\x2f\xf8\x2f\x44\x1c\xa2\xef\x36\x1e\x9d\xc5\xf5\x35\x17\x9f\x3f\xb6\x0d\xd0\xfd\x3e\x9f\x19\x9a\x00\xf4\x2e\x02\xba\xd1\x80\x7e\x19\x60\xa5\x09\x0c\x33\x60\xce\x10\x1d\xf0\xbd\x6b\xa8\x84\x7d\x0e\xed\x3e\xc0\x9c\x0a\x60\xe0\x76\xf6\xe1\x07\xf4\x01\x36\x9c\x00\xfa\xd5\xb3\x3c\x48\x7d\x59\xe9\x3a\x68\xa4\x32\x37\x98\x7a\x0f\xe0\xfe\x76\xa0\x4f\x2f\x40\x68\x0f\xf4\x14\xf9\xf6\xa4\xb6\xfb\x53\x1c\x44\xbd\x05\xbf\x57\x6b\xfe\x13\x19\xfe\xa3\x32\x8c\x47\x19\xfe\xa1\x54\xc4\xd7\x7d\x81\xff\x10\xfb\x4b\x35\xe3\x1f\xe6\xf3\x38\x45\xd4\x23\x3b\xd1\x3f\x33\x11\x79\x41\x74\xb7\x01\x1d\x9e\x00\xda\x7b\x80\x9e\xb9\xc0\xc0\x62\x60\x58\x0c\xa0\xa5\xcf\x38\x6c\x89\xf4\xde\xb1\x85\xb9\x31\xc3\xca\x01\xb5\xdb\x40\xea\x49\xa0\x77\x28\x30\x7b\x1a\xa0\xfa\x33\xb0\x64\x34\xd0\xc3\x01\x58\x13\xc0\xfc\x16\x52\x99\x56\x54\x01\x8e\x97\x01\x8a\xa7\x80\xcb\x66\x80\x42\x31\x70\xaf\x16\xe8\x9a\x09\xbc\xb9\x03\x28\x28\xf2\xbc\x5b\x8f\xcd\x7a\x20\xeb\x2a\xdd\x0a\xff\xd1\xac\x07\xa2\x5f\x51\x68\xff\xf9\xfc\x9b\x71\x40\xa2\xbd\x9d\x2a\xda\x4f\x7f\xf1\xbc\x70\x3d\xc1\xa3\x8d\x88\x03\x19\x29\xea\x8d\x96\xa8\x87\x6a\x3b\x01\xa5\x7a\xa0\xd7\x1d\xbe\x9f\xf5\x58\x05\x8c\x0d\x07\xba\x6f\x03\x1c\x1b\x19\x83\x19\x98\x0b\x74\x3a\x09\x24\x9a\x01\xed\xe7\xf1\x99\xd4\xbe\x3d\xb0\x28\x04\x68\x37\x1e\x58\xf5\x00\x68\x23\xdd\xd3\x7d\xdc\x23\xf1\x88\x18\xe1\x38\x27\xee\xdd\x2d\xb1\x83\xfc\x33\x51\xf6\x3f\x34\x02\x72\x45\x80\xe0\x0c\xc8\x1f\x67\x3f\xfb\x6b\xf8\x8f\x25\x22\xde\x69\x9e\x78\x0e\xc8\xf0\x1f\xb9\x16\x9f\xcf\x3f\x41\xe4\xdf\x8a\x96\xb4\xa5\x3c\x8e\x8c\x07\xc5\xcb\x80\xbb\xd6\xdb\x9f\x6b\x4b\x9a\x61\x2e\x69\x47\x51\x26\xbd\xef\xda\x51\xd4\xa4\x4f\x32\xe3\x0b\xba\x74\xe9\x10\xdb\xa9\x2b\x20\x3f\xa1\x63\x37\x8d\x0b\x40\xdb\xd0\x8e\x8a\x46\x14\xe9\xed\xd8\xd9\x86\xe2\x8a\x1d\x7c\x7c\x29\xb2\xd7\x61\x78\x1c\xc5\x5f\xda\x7b\x65\x53\x84\xb3\xbd\x32\x57\x84\xc9\x7d\xc3\x9d\xa1\xe5\x1c\xb6\x52\x85\x75\x9b\x05\x87\x28\x42\xd8\x26\xfa\x8c\x68\xdb\x7e\xe7\x3d\xcb\x7e\x2c\x9e\xed\x82\xe8\x33\x0a\x1b\x5a\xc6\xd6\xf8\x8f\x25\x7d\x5b\xcd\xdf\x8c\xf1\x3d\x39\xce\x3c\x8f\x19\x4d\x72\x14\x77\x4b\x78\x26\x4f\x27\x6d\xd4\x8b\xae\x94\x85\x0b\xfc\x93\xf1\x21\x5e\xc5\xdd\x29\xaf\xe9\xe0\xa5\x44\x9a\x61\x59\xdf\x83\xa2\x5f\x86\x8d\x3d\x48\xa2\xb4\x6e\xaa\x92\xc7\xae\x60\xd0\x4b\x44\x66\xf5\x6e\x2f\x4f\xc8\x88\xde\x9d\xd5\x69\xad\x7b\xab\x8f\xa0\x38\x75\xaf\x36\xb6\xff\xf2\xe8\x4b\xf1\xfc\x9e\x06\x1c\x39\x57\xfd\x29\x87\x64\x49\xe5\x75\x19\xed\xa1\xf2\x24\xae\x80\x52\x5e\xb8\x95\xfe\x5d\xf1\xe8\x41\x9a\xb7\x62\xf0\x69\x8a\xac\x29\x04\x5e\xa7\x88\xa8\x42\xde\x23\x8a\xd3\x76\x8b\xe6\xf9\x77\x6e\xcb\xf9\x4d\xf9\xc5\xd2\xb1\x46\x94\xa1\xc5\xe9\x5c\x7d\x5f\xf6\x67\x1b\xca\xbf\x14\x4b\x3a\xd1\xd3\xf2\x8e\x74\x21\x4d\x99\xe1\xaa\x48\xf8\x85\xb8\x02\x25\x3a\x41\xa3\x9e\xab\xd0\xfe\x07\xbe\xec\x45\x78\x10\xef\xe7\x6a\x54\x0f\xec\xdc\xc4\x78\x09\xeb\x26\x4d\x7a\xab\x51\x17\x39\x4b\x35\xb8\x76\x00\x89\x8a\xea\x72\x6d\x92\x07\xb9\x89\x83\x45\x89\x1b\xa4\xd9\x91\x2a\xb6\x06\x25\x68\xd0\x93\x07\x2d\xe1\x7a\x3d\xed\x39\x36\x14\x3f\x1b\x68\xe9\x43\xbc\xcb\xda\xca\xac\xaa\x03\xf7\x65\x52\xe4\x74\x60\x08\xf3\x56\x6b\x25\xad\xa0\x1d\xd1\x3a\xc2\x75\xbc\x9a\xf5\xbc\x0e\x92\xdc\x53\x14\x39\x54\x9b\x76\x95\xe2\xfb\x6a\x6a\x7f\x53\x9c\x5e\x3d\xe9\x03\x61\xc1\x7a\x89\x7c\x20\xcc\x8b\xb2\xe4\xa8\x1c\x45\x33\xe7\x2b\x31\xfe\xa5\xf0\xa2\x12\xc5\x25\x73\x32\x79\x1f\x9b\x79\x60\x7a\xf6\xe5\x3e\x20\x8f\xd4\x8e\xb2\xfc\x73\x74\xd9\xdb\x44\x9b\x2c\x9f\x8b\xca\x10\x3a\x59\x26\x36\x0c\xa7\x28\xe0\x58\x65\xe6\x0d\x19\xee\xa2\x47\x6f\xab\xe1\xa8\x4f\x63\xb7\x43\x46\x62\x1f\x14\xb1\xcc\x17\x46\xfa\x9d\x19\xa7\x51\x29\xa1\x33\x78\x84\x0b\xc7\xed\x47\x6c\xe4\x3a\xf7\x11\xae\xde\xf4\x0a\x23\x56\xc7\x14\xb2\x64\x71\x85\xa1\x61\x43\xc9\x3d\xe9\x68\xb0\xbc\x9a\x24\x54\xef\xbb\x4d\x94\xa7\xd0\x31\xda\x4b\x31\x04\x1d\xab\x13\x34\xff\x61\xe7\xb8\xb6\x62\x58\xa7\xbf\x68\xc7\x86\x04\xbd\x26\xb9\xd0\x16\x71\x52\xcc\x8b\xb2\x60\x49\x57\x3a\xe1\x8a\x36\xab\x50\x56\x2c\x77\x4a\x6f\xaa\x0a\x9e\x69\x27\xa1\x13\x40\xc6\x03\x13\xb9\x86\xf1\x20\xc1\x13\x75\x68\xbe\xde\xb6\xba\xe4\x21\xb8\x9e\x30\x24\x2d\x9d\x58\x6a\x28\xd6\xb9\x8e\xa2\x13\xd6\x68\xf8\x18\x42\x90\x0e\xdc\x68\x42\xd5\xcb\xaa\xeb\x4d\x29\x9b\x29\x6f\x6e\x2e\x7a\x64\xe6\xa9\x3c\x8e\xcb\x65\x3c\xcc\xb8\x5c\x09\x21\xc7\x2c\x8d\x0c\x49\x52\x2c\xa9\x3e\x03\x18\xe7\xe4\x49\x79\xbb\x71\x43\x18\x93\x6a\x89\x99\x8f\xf8\xf3\x73\xe9\x4d\xcc\xe2\xb8\x7e\xd5\x6c\xff\x3a\x5a\x1f\xd3\xc9\xbb\xc9\x46\x9b\xec\x3f\x4e\xcf\x19\xdb\x70\x99\x32\xcc\x63\xe5\xef\x12\x8e\x6c\xd4\x65\xae\xeb\x1e\xb1\x91\xf5\x43\x7f\x0c\xe1\x1f\xf6\xf7\x24\x4f\x20\xd7\x44\x93\x10\xe6\x69\x47\x99\x95\x23\x49\xc2\xfd\x81\xa6\x06\xeb\x91\x9e\x07\x4f\x37\xe2\x2c\x79\x03\xe3\x04\x5c\xe3\xb8\x5f\x8e\x9d\x84\x71\x21\x96\xe0\xf9\x19\x5f\xb5\xa4\x3c\xc7\xd0\x46\xe6\x7f\xe9\xe7\x32\x81\xec\x8a\x62\xf0\x44\xca\x97\x61\xb7\xad\x98\xbf\x98\x24\x7a\xec\x36\x8f\x14\x18\x9f\x21\xe1\x44\xb8\x5d\x23\x77\xe6\xb1\x77\xb6\x0e\xe4\x9f\x3d\x08\x7b\x69\x37\x35\x2c\x93\x7f\x4e\x21\x0d\xb3\xaf\x2c\x24\x4d\xb6\x2f\x64\xe6\x78\x3b\x09\xe3\xa4\x6c\xde\xef\xa4\x37\xb4\x39\x7e\x94\xf2\xbf\x13\xba\x37\x92\x64\x8e\xdf\x75\x93\xd6\xc7\xda\xe0\x11\xc5\xef\x3f\xef\x1b\xf4\x05\x0f\x4e\x83\x01\xe5\x79\xa7\xad\x60\x1c\x4c\x68\xd8\x58\x42\x94\xcb\xfa\x21\x79\xdc\x60\x9c\x80\x0c\x07\x63\xbd\x66\x22\xd7\x77\xde\xe2\x6e\x15\x32\x1c\xcc\xc0\x0a\x7b\xba\xa9\xf5\xba\xcf\x38\x82\x2e\xc6\xce\xe2\xc9\xe4\x26\xca\x83\x9b\x18\xb9\x70\x7b\xa0\x40\x2b\xe9\xb9\x45\x93\x98\x03\x3c\xd6\x1b\x90\xa4\x78\xd8\x58\x92\x6f\xe6\x39\x99\x39\xb8\x3c\xaa\x83\x29\x63\xe4\x59\x9f\x44\x6f\xea\x99\x9d\x4b\xfa\xe4\xb1\x8d\x7d\x7c\x8f\x09\x2b\xbd\x78\x87\x36\x6d\xe4\x71\x3f\xf9\xc0\x2e\xe5\x3f\x53\x1e\xc8\x55\xeb\x57\xca\x87\x38\x6f\xbb\x4f\xf8\x11\xc7\xbe\xaf\xa9\xf2\x9e\xfb\x06\xa5\x57\x18\xd1\xa7\x52\xdc\x58\x5f\x63\x3e\x98\x12\x0e\x22\x42\x99\xb3\xcd\x01\xc6\xd6\xb4\x4e\x93\x77\x4e\xa4\x7d\x74\x6e\xe2\x2e\x25\x13\x0f\xf1\x3c\x65\x38\x18\xe3\x1c\x57\xda\xdf\x61\x1f\x3d\x68\x17\x35\x3e\x78\xd0\x03\x7a\x6c\x64\xdc\x44\x3b\xb3\x29\x62\xdf\x03\x19\x0e\xc6\x3f\x8e\x4f\x22\xbf\x3a\x25\xd2\x6f\xbf\x23\x9a\x64\x79\xfd\x5d\x99\x61\xc9\xff\x84\xa5\x37\x7f\xce\x85\xbe\x39\xe0\x66\x20\x59\xb0\x00\x49\x1c\xe5\x2d\x03\x16\x70\xde\x3f\xa0\x66\x3e\x9d\x40\xfe\x7b\xab\x49\x6f\xfc\x5c\x36\x46\xf2\xf7\xec\xa5\x7c\xa0\xaf\xe3\x09\x92\x17\x1f\x65\xd6\x0f\xef\xf2\x5b\x24\xc9\xde\xf7\x9f\x7d\xc2\x8b\x92\x1a\x6d\x4a\x9e\x71\x6c\x88\x25\x59\xa3\xc8\xf2\x09\x94\x6d\x0d\xca\x9b\x44\x1e\x8f\xf7\x0d\xe6\x83\x71\x9f\xeb\xb2\x1b\x9f\xe0\x60\xac\x94\x79\x7e\x32\x1c\x8c\x7e\x17\xee\xd6\x31\x48\xce\x77\x2a\xa8\x5b\x99\x2f\x69\x6f\xb7\x1c\x91\x17\xa6\x5b\x88\xe8\x51\x85\x8b\x11\xbf\x70\x39\x39\xca\xbb\x84\xbd\xe1\xbe\x51\x11\x0d\x8c\x8f\x8a\x68\x30\xa4\x27\x46\x9a\xf1\x4e\x84\xad\x62\x89\x8a\x5c\x12\x48\x75\xca\x11\x9b\xf8\xdc\x88\x34\xe3\xbb\x6d\xa4\x59\x09\xc9\x4b\x44\xc0\x32\x3a\x99\xc3\xd6\xae\xa1\x75\x0b\xdb\xbd\x8b\xe4\x3f\xcc\x82\x6b\x2a\x42\x9f\x70\xed\x51\xa8\x36\xf3\xe6\x04\x07\x3f\xa4\xf5\x0c\xac\x7c\x7f\x02\x48\x28\x67\x3d\x8e\xca\xb5\x23\xb6\x96\xe0\xd9\x8e\x54\xcf\xec\x53\xca\xf2\xeb\x39\xd8\x93\xea\x92\x1d\x0f\x33\x0e\x66\xbc\x1f\xef\x67\x6b\x1c\x8c\x8e\x55\x08\xdd\xcc\xb5\xf4\x38\x7f\xde\xd3\x20\x9c\xce\x97\x4e\x8d\x91\xe2\x8d\x43\xc6\x0b\x13\x23\xde\xec\xe2\x87\x32\x62\x31\x6e\x5e\x0f\x7a\x52\x9c\x9e\x16\xbd\x57\x5c\x8e\x01\xf9\x6a\xb1\xe2\x5d\x24\xae\xc0\x91\x7c\x99\xc4\xfb\xfe\xf4\x97\xf1\xc7\x18\x71\x11\xff\x30\x8d\x2c\x7b\xc2\x9a\x22\xc6\xcd\x44\x2f\x5e\xc7\x7f\xbf\x9a\x76\x24\xee\x6a\x3d\x65\xea\xe2\x82\x0e\x0f\xe5\xe7\x9d\x69\xc3\x23\xfb\x55\xd1\x8a\xf7\xc9\x0f\x89\x52\x7c\x95\x29\x7d\x3b\x47\xca\x6b\x86\x95\x8b\x38\x18\x6d\x4f\x9a\xa7\x97\x81\xaf\x15\xeb\x01\xa3\x0e\xbe\x86\x83\xd1\x5f\x1b\x49\x3f\x6b\x3f\x88\x24\x34\x8e\xfa\xf2\xa9\x14\xa1\x68\xe6\x85\x29\x8a\x17\x6f\x62\x32\x5e\x98\x54\xf1\x06\x92\x32\x8b\xfb\x80\xc8\xf0\x30\xa9\x9d\x58\x1e\x52\xf5\x0d\xc8\x0e\xa4\x1c\x1e\x47\x86\x73\xc6\x5d\x47\xba\xe3\xa4\xe6\x70\xbe\x7b\xc6\xb1\x28\x7a\xe3\x19\x4d\x33\x08\xd9\x98\x7a\xb3\x70\x3c\x8f\xcc\x89\x3a\xb3\x7c\xe5\x76\x7e\xee\xe6\xb1\xf4\xfb\xad\x07\xc8\x52\xa7\x6c\x39\x45\xeb\x33\xdd\xfd\x32\x65\x64\x93\x33\xef\x32\x23\x92\xc9\x23\x03\x20\xdc\x67\x0a\xd9\xc5\xa0\x17\xcc\x6f\xe4\x6b\x15\x44\xe8\x21\xf7\x4e\xad\x70\x30\x0d\x9c\x65\x36\xbb\x19\x45\xf8\x5a\x19\x0e\x66\x78\x5e\x0c\xd9\x89\xfe\xcb\xe2\x68\xff\xfb\xf8\xc4\x53\x04\x4f\x31\x3c\x91\xd6\xa3\x4d\x4e\xeb\x3e\x49\x99\xe2\x39\x91\x25\xe1\xbe\x0f\x59\x8d\x3d\xd6\xf0\xcf\xbc\x0e\x99\x67\xf4\xc9\xc7\xcd\xd8\xc2\xf2\x90\x51\xc7\xb8\xda\xac\xbb\xbc\x0e\x99\x71\x11\x24\xef\xd9\xb9\x29\x64\x5f\xb2\xdc\xf2\x98\x4f\xc6\x77\xc1\x32\xfe\x7d\x2d\x49\x6e\x96\xc3\xc6\x20\x7e\xde\x77\x14\x4b\xcb\x0c\x3c\x21\xf2\xc6\x5c\xa0\x1d\x9d\xd5\x70\x93\xf8\xc8\x18\x17\x13\x72\x24\x90\xce\x7b\x3f\x9d\x10\xf2\x07\x3c\x3f\x44\x50\x76\xd4\xf9\x09\xb3\x0b\xd8\xd4\x4c\x25\xef\xcd\x5a\x2b\x96\xbc\xba\xb1\xca\x8c\xfb\x31\x88\x4b\x24\x3b\x32\x54\x92\x44\x7e\x91\xa6\x06\xcf\xb7\xe7\x93\x19\xf4\xbc\x2e\x2e\x19\x94\x6d\x6f\x5b\x90\x25\x56\x2e\xe5\x88\xfa\x21\xc3\xc3\x14\xbe\x96\x27\x7e\xb8\xd9\xaa\x2a\x64\xc7\x66\x2b\xb3\x5e\xe4\x37\xe9\xd3\x9d\xa5\xb0\xab\x19\xad\x58\xc1\x5e\x3b\x35\xfe\x9c\x37\xd9\xc9\x39\x56\xe1\x37\xf1\x29\x4f\x8c\x5e\x36\x69\x64\xe1\x96\x79\xa4\x5f\x85\x3f\x54\x11\xce\xb6\xf0\xea\x7a\x5a\x9f\x82\x89\x3b\xb9\xcf\xd2\xf8\x06\xd2\xd8\xbc\x2b\xe7\xc8\x42\xe5\x85\xfe\x4e\x3b\x99\x97\xf3\xd7\x3b\xc0\xff\x72\x24\xeb\xc1\xd9\xff\x8c\x83\x19\x5f\xce\xfd\x82\xcc\x25\x49\xf4\x57\xa3\x0c\x66\xd0\xfc\x74\xd7\xa5\x91\xfd\x1f\x34\x2c\x8d\x4e\x7b\x0d\x09\x5b\x2d\xe5\x7e\x99\x64\xad\x3a\xc6\xc9\x22\x95\xb2\x79\x7f\x0d\x0f\x53\x2a\xa8\x9c\xe1\x91\x3d\xf0\x52\x41\x9f\xde\x77\x7e\x27\xf3\x74\xfe\x9c\x1d\xed\x5f\x49\xd3\x64\x9a\xff\x3c\xf3\x50\x65\x7c\xc2\x13\x33\x6f\x0a\x9f\x1b\x25\x35\xcc\x27\x35\xcf\x68\x99\x11\x3e\xe9\x9f\x54\x5a\xb7\x93\xfc\xb0\x52\xe7\xa3\x74\x8f\x29\x29\x3b\x4b\xe7\xc6\x9c\x84\x2b\x74\x9f\x63\x5c\x8c\xf7\xaa\x68\x9a\x97\xdb\x9a\x18\x92\x46\xe7\xa6\x24\x92\xba\x49\x0e\x8c\x0b\xb1\xcc\x4e\xa5\x08\xf5\x18\xe3\x34\x8a\xe0\x19\xfc\x98\x41\xf2\x3e\xec\x71\x26\xdd\xea\xb4\xf4\xb2\xd9\x8b\xd7\xc9\xa1\x7f\x57\xfc\x96\xd9\x39\xe4\xcd\xe7\x3c\xfc\x7c\xde\x0b\x44\x05\x59\x24\x46\x26\x2a\x86\x76\xa4\x23\x47\x86\x87\x59\xac\xc0\x7a\x51\x21\x18\xd0\x93\x17\x4b\x4c\xe9\x8d\x2a\xf4\xd9\xe3\x5a\xf4\xdc\x83\xc6\xf2\x73\xa1\x64\xb1\x2a\xce\x30\x33\x93\x8c\x27\xa6\xe2\x1d\x77\xec\xa9\xb8\xb0\x94\x4e\xbe\x0a\xf7\x6f\xe8\x9b\x9b\xfb\x27\x3d\x39\x44\xeb\xbc\x48\x72\x82\x34\x7d\x41\xd3\x2f\xa4\x77\x0b\x3a\xde\xda\xf7\x29\x1f\x4e\x0a\x45\xee\x5b\xf3\xe1\x98\x9a\x67\x90\xbf\xd9\x8c\x83\x11\x38\x02\x33\x54\x92\x4f\x76\xb4\x9f\xc3\x6c\x5a\xb7\x5e\x41\x73\xe8\xef\xba\x8d\xe0\x5d\x91\xab\x60\x7e\x98\x4f\xf0\x30\x22\x6f\x92\x0c\x0f\x53\xd5\xd0\x91\xf6\xa5\x5a\x8d\x6f\xa0\xd5\x6a\x5a\xa4\x41\xd5\x25\x7c\x23\xa9\x36\x33\x25\x79\xa8\xee\x6c\x4b\x12\x56\xb5\xd1\x9d\x24\x6a\xd9\x37\x81\xb4\x33\xd5\xae\xb1\x74\x5f\x58\x7a\x65\x26\x9d\x13\xd5\x2a\x73\x07\xf3\x73\x99\xa9\xa3\xaa\x61\x15\x3d\x6f\xe9\x98\xcd\xe4\x9f\x2f\x0b\xde\x47\x71\x88\x65\x9b\x7e\x22\x46\xaf\xca\xb0\xf3\x64\xb1\x2b\x7f\x6d\x4a\xfc\x92\x0f\xc7\xc6\x9c\xfb\x80\x59\x22\x97\xfc\x87\xb1\x4f\x18\x7d\x64\x1c\xc9\xf3\xd5\x2f\xe7\x55\xd7\x7e\x57\x42\x0b\xd3\x6f\x04\xf7\x49\x52\x3d\x34\x9f\xd6\xad\xd3\xda\x32\xae\xc0\x39\x5b\x2e\xe2\x45\x2b\xc5\x48\x45\x33\x1e\x46\x8c\x60\xc8\xf0\x30\x75\x96\x8c\x97\x5b\x59\xd6\x9f\x2c\x53\x5d\xa2\x2e\x9d\x83\xb5\x45\x8c\x6c\xae\xcb\xb2\xa1\xb1\xb6\xd0\x8d\xec\x65\x4d\x23\x77\x30\xac\x7b\xca\x08\xbe\xba\x65\x33\x69\x7d\x6a\x73\xf9\xdc\xa8\xd3\x64\xff\xb2\xf6\x74\x0d\xbd\x69\xcd\x33\xe6\x5b\xab\x6d\xb3\x97\x4e\xb6\x9a\xdf\x8f\x51\x5c\xa3\x26\x81\x73\xbb\x2b\xe6\x4a\xcf\xd1\xf3\xe7\x01\x25\xad\x4f\x70\x0f\x87\x00\x85\xba\x16\xdc\xc3\xde\xb1\x40\xf7\x1f\x5b\x78\x0e\x36\x35\x49\x7d\x03\x60\xed\x30\xa0\xd7\x0e\xe6\xa2\xe8\xf7\x14\xa8\xb9\xc4\x79\xcc\xca\x4d\x80\xf4\x46\x56\xf1\x4c\xba\x66\x40\x59\x2d\x30\xe2\x29\x50\x9c\x01\x8c\x29\x06\xe6\x26\x71\x9e\x62\xf6\x3e\x8e\x4b\xe7\x2b\x73\x3e\x8f\xf0\x0f\xba\x40\x6e\x2c\x10\xac\x00\x64\xec\x06\xa2\xd6\x01\xe9\x22\xf7\x77\xae\x78\xd2\xe4\x47\x03\x25\x8a\x40\xce\x7a\x60\xa1\x0a\x90\x1f\x05\xd4\xde\x06\xf2\xca\x80\x0d\xea\x40\x41\x09\xb0\x3b\x02\x28\x5a\x07\x1c\x3b\xc6\x31\xdd\x0b\x66\x9c\x13\xbd\xfb\x43\x4b\xfe\xbf\x64\x37\x20\x28\xb7\xf4\x81\x68\xdc\x05\x74\xd1\x05\x4e\x1c\x04\x3a\x3b\x03\x3f\x5c\x00\x3a\xe9\xb6\xe0\x1e\x76\xd4\x00\x9d\xf3\x80\xad\x96\x40\x17\x03\x60\xb3\x33\xa0\x9c\x02\x48\x7d\x36\xa9\x5e\xd7\xad\x07\x7a\xef\x01\xaa\x94\x18\xff\x20\xdd\x7d\xe9\x8d\xa5\xfc\x30\x30\x7c\x35\x20\x95\x1e\xbd\x26\xa0\x78\x32\xf3\xfb\xe7\x6b\x4b\x6f\x36\x40\xc1\x29\xc0\x76\x1a\x90\xb9\x95\x6b\x4b\xa5\xd2\xe8\x29\xe6\x3f\xa4\xfb\x9d\x71\x01\x88\xd2\x02\xd2\x12\x80\xf8\xb0\x96\xbe\x07\x99\x7d\x81\xd9\x7f\xf2\xb8\xf0\x04\x90\x33\x1b\xa8\xbd\xd4\xc2\x7f\x90\xe3\x0c\xec\xda\x2e\x3d\x0d\xb8\x9e\xb3\xc0\x10\xb8\xa8\x0e\x94\xaa\x02\xf7\xf3\x80\x79\x83\x81\x0f\x13\xbe\xec\x83\x71\x56\x01\x68\xf7\x84\x73\xc4\xed\x26\x00\x87\x8a\x18\xf7\xf0\xdd\x76\xa0\xc3\x70\xa0\x3e\x1b\xe8\xb0\x18\xf8\xb6\x03\x20\x6f\x0c\xac\x1d\x01\x48\x6f\xea\xad\xfb\x3c\x2c\x19\x0e\xf4\x99\xd8\x82\x7f\x28\x7e\x0a\x68\xdf\x03\x0a\x2f\x72\xcc\x59\x6a\x55\x46\xba\x01\xb9\x8d\x80\xe9\xdf\x40\x56\x03\x20\x75\x6f\xd2\xc3\x00\x07\x75\x40\x2a\xdb\xee\x7e\xc0\x4c\x25\xc0\x4f\xc2\x38\x80\x70\x9f\x4f\xfa\x1e\x24\x03\xb3\xf2\x98\x1f\x61\x76\x03\x90\xb6\x88\x79\x41\xd2\xab\x00\xa9\xfc\x67\xd8\x00\x1b\x8e\xf3\x7a\xee\x9e\xc9\xeb\x26\x95\x87\xdc\xfd\xc0\x2f\xca\x40\xa1\x1a\x70\xef\x0e\x90\xdf\x03\x78\xe3\x07\xe4\x8c\xf9\x9c\x07\xe2\x54\x08\xf7\x3f\x39\x7a\x96\x79\x30\x9a\xfb\x1b\x48\x98\x0f\x63\xab\x19\x8f\x9b\x2d\x99\x27\xa4\x4e\xe0\xfe\x29\x32\xde\x87\xca\x85\xcc\x0f\x22\xe3\x3b\x28\xe9\x01\xf4\x9e\x00\xcc\x39\x08\x68\xbe\x03\x0a\xae\x00\x43\xc3\x18\x97\x61\x98\xcc\x79\xff\x51\x4d\x2d\xf8\x87\x99\xeb\x39\x96\x3d\xbd\x3d\xe0\xf2\x1d\x10\x77\x18\xf0\xba\xcb\xf5\xf0\x61\x46\x40\x7c\x5f\x20\xfa\x32\xe3\x14\x66\x96\x03\xc9\x27\x81\x42\xa3\x16\xfe\x83\xd4\x2b\xc0\x8a\xe3\xfc\x9c\xcd\xeb\x81\xf4\x7c\xe0\xfb\x14\xe6\x53\x38\xd9\x9b\xd7\xf9\xf2\x0f\x40\xd6\x53\xe0\x9f\x06\x20\xf3\x30\xf0\x06\xbc\x9e\xd2\x75\x48\x11\xf3\xde\xc7\xef\xf2\xfc\x9b\x71\x0f\xb2\x7c\x77\x2b\xdc\xc3\x3a\xf1\x96\x28\xcb\xf3\x56\xfe\xc2\xfd\x51\x16\x75\x05\xda\xf7\x00\x4a\xcf\x30\xdf\x81\x54\x0f\x55\x25\x2d\x7c\x07\x52\xab\x2b\x3d\x07\xa4\xdf\x2b\x95\x8b\xb4\xa5\x80\xb1\x2f\x90\x72\x82\x6b\x57\x93\xdd\x01\x9b\x44\x20\x41\x45\x7a\x23\x06\xa4\x97\x34\x0f\x17\x20\xae\x13\x10\xf2\x3d\x10\x3d\x1b\x98\x1a\x08\xc4\x34\x71\xee\x3c\x7e\x1d\x50\x18\xcc\xf9\xe3\x85\x71\x40\xc2\x16\xa0\x46\x07\x48\x0e\x04\x36\x3d\x03\x12\xae\x00\x7b\xb3\x80\x14\x3b\xe0\xa7\x15\xc0\xf4\x0b\xc0\x95\xed\xbc\x86\xff\x58\x02\x33\xd5\x01\x41\xba\xee\xdd\xb9\xfe\x5f\x86\x03\x68\xc6\x3d\x88\x71\xf6\x7d\x87\x78\x6c\xc6\x3d\xc8\x78\x2f\xbe\x82\x7b\x90\xe5\x79\x8b\x8b\x01\xf9\x73\x40\xde\x4d\xb6\xb7\x59\x17\x01\x95\xdd\xac\xef\x92\x5a\x20\xf5\x02\x30\x78\x01\xef\xb3\xf4\x3e\x19\xfb\x2f\x30\xa6\x00\x88\xf3\x00\xac\x12\x81\xd8\x1d\x80\xe3\x81\x96\x75\x88\x28\x05\x02\x33\x81\xf0\xd3\x40\xd4\x64\x20\xa2\x10\x48\x51\x6c\xe1\x3f\x88\x78\x0c\x2c\x68\x07\xc4\xdf\x04\x56\xcf\x05\xe2\x6d\x80\x6f\xff\x05\x62\xa7\x00\xfb\xd6\xb2\x6d\xfd\x49\x02\x24\x3c\x00\x7e\x2b\x04\x92\x74\x81\xa7\xd2\xf5\x52\x07\x3e\x9e\xfe\xa4\x0f\xc8\x0a\x31\xdf\xdd\x0a\xf7\xb0\x4f\x3c\xed\x76\x88\xdd\x01\x65\x79\xde\x6f\x8e\xfc\xe7\x75\x68\x9d\xe7\xcd\x4b\x63\xbe\xa1\x59\xb3\x01\xe5\x19\x9f\xf4\x7b\xd0\x02\x34\x8f\x00\xd3\x2c\x81\x61\x99\x40\x44\x13\x60\x54\x06\x44\xce\x07\xa4\xf7\xa9\x90\x61\xc0\xc4\x52\x20\xf4\x17\xa9\x4f\x0b\x84\x16\x73\xde\x5f\xd6\xff\x21\xd8\x8b\xe5\x21\x38\x0b\xc8\xdb\x0a\x04\x7c\x07\x94\x9e\x05\x42\xdb\x03\x35\x61\x40\xf0\x3a\xae\xeb\x0d\x35\x66\x6c\x9f\xf4\xd6\x2b\x5d\x87\x90\x69\xc0\x2f\x8f\x80\x69\xab\x81\xe7\xd1\x2d\xf8\x0f\x59\x1f\x10\x19\x1f\x82\xac\xdf\xc7\x81\x95\xad\xf4\xa1\x15\xef\xc5\x17\xf8\x0f\xb1\x5e\x59\xc6\x77\xd0\x9c\xef\x7e\xca\x78\xaa\x14\x0b\xa0\x73\x3f\x20\x6e\x29\xd0\xe3\x29\x10\xf5\x2f\xa0\x56\x0b\x84\xef\x00\xb4\x6d\x80\x80\xbf\x01\x9d\x46\xc0\xef\x35\x30\x7a\x17\xe0\x7b\x89\xf9\xa5\xfc\x06\x00\xce\xc9\x80\xef\x53\xc0\xf7\x38\xa8\x0a\x42\x2a\x13\xbe\xb1\xc0\x74\x5d\xc0\x27\x06\xc8\x6b\xcb\xb9\xf0\x85\x6b\x00\xef\x1d\xc0\x0a\x75\xc0\x47\x1b\xd8\xb4\x03\xf0\x7d\x0d\xec\x3f\x01\xf8\x65\x02\xa7\x72\x00\xdf\xbe\x8c\x8d\x0c\x70\x03\x9e\xd4\x01\x7e\x9a\xac\x0f\x3e\x3d\x45\xfc\x83\x88\x83\x90\xf1\x1d\x7c\xc1\x7b\xf1\x95\xbe\x27\xad\xf9\x0e\x9a\x79\x1f\xc4\xdb\x75\x33\xef\x83\x0f\x20\xbd\x4f\x4e\x3d\x01\x28\x3c\x05\xc2\x43\x18\x5f\xe8\xf7\x16\xe8\x97\x0d\x78\xc7\x00\x43\xbb\x00\x5e\x47\x80\x11\xba\xcc\x91\x23\xbd\x98\x4f\x9e\xc9\xb9\x7f\x8f\x6d\x8c\xa7\xf4\xcc\x02\x22\x26\x00\x1e\x8f\x59\x1e\xdc\xaf\xb3\x2f\xe1\x36\x13\x58\x20\xf6\xb7\xa8\x1d\x06\xb8\xd9\x02\x5b\xf6\x02\xee\x8e\x8c\x13\x73\x3d\x0d\x48\xef\x11\x6e\x12\xe6\x15\x73\x8b\xe4\x3e\x31\x6e\xb7\x3e\xe7\x81\x90\xe1\x20\xfe\xaf\x38\xa0\xaf\xe1\x3f\x4a\x44\xfe\x98\xd6\xbc\x0f\x71\xa2\x7d\x09\xac\x64\x7c\x9d\x74\x5f\x15\xde\x03\x93\x7f\x64\xfe\x07\x0f\x6b\x60\xe0\x6d\xc0\x63\x24\x60\x78\x01\x70\x1a\xc8\xbc\x20\xf6\x73\xb9\xff\x9c\xfd\x45\xf6\x27\x1c\xbd\x80\xf0\x27\x80\x7d\x07\x20\x39\x05\x98\xe4\xc7\xd8\x49\xbb\x8b\xcc\x03\x31\x69\x3f\x63\xd6\xa4\x77\x90\xad\x06\xcc\x15\x70\xf0\x1d\x60\x9f\x08\x9c\x8f\x05\xec\x0d\x81\x3f\x6c\x99\x4f\xe2\xd5\x27\xfd\x4f\x2c\x9e\x7e\x8e\x83\x90\xc9\xc1\xd7\xfa\x9e\xd4\x89\xeb\x21\xc3\x7f\x7c\xc1\xfb\x20\xae\x1f\x57\x5d\xb4\xe0\x60\xa2\x3b\xf2\xe8\x23\xf2\x28\xb8\x9d\x01\xda\x39\x73\x9f\x8f\x1e\x2e\x8c\x79\x91\xfa\x19\xb6\x4a\xc0\x50\x13\xee\xdb\x21\x3d\x4f\x27\x5c\x05\xc6\x5f\xe6\xde\x6b\xd2\xcf\x8e\x9b\x04\x04\xc9\x01\x96\x91\x6c\xeb\x2c\x4d\x58\x2f\xa4\x3e\x69\xf9\x33\x3e\x7b\x57\x9e\x05\xcc\x3b\x72\xce\xde\x2c\x14\x38\xbc\x97\x7b\x31\x49\xfd\x66\x8b\x05\xc0\x1d\x2f\xe6\x8d\x78\x55\x0e\x8c\xf3\xf9\x9c\xff\x62\xe8\x00\x31\xef\xff\x5f\xf0\x2f\xcd\x72\xd0\x0a\xff\x31\x6f\xaa\xa8\x0f\x32\x1e\x14\x91\xef\x22\x49\x8c\x3a\x85\x89\xf8\x42\x1f\xb1\x3f\x97\xd3\x00\x1e\x6d\x6e\x72\xee\x56\xfa\x5e\xbd\x97\x31\xde\x41\xea\x8f\x9b\xcd\x01\x0c\x1f\x00\xa6\x07\x00\xab\x1c\x60\xf4\x53\xc0\xd5\x1d\x18\x3d\x0a\x08\x72\x60\x3c\x44\xb2\x26\x30\xc2\x05\xc8\x1b\xc0\xbd\xb8\x16\xbe\x04\x46\xe8\x30\x46\xc3\x20\x13\xd8\xa6\x0c\xe8\xf5\x00\x0e\x36\x02\x3a\xab\x81\xb3\x0d\x80\xde\x13\xc6\x57\x0f\xd1\x02\x9e\x67\x03\x83\x55\x45\xfc\x47\x2b\x1c\xc4\x17\xf8\x0f\x71\xbe\x32\xfc\x47\xf5\xc0\xff\x2c\x07\x73\x63\x78\x6c\xcd\x7f\x11\x27\x46\x63\x9b\x71\x30\xe2\x79\xe4\x20\xae\x9f\xd9\x8f\x80\xdc\x08\x60\x74\x1b\x40\xb9\x3f\x30\xc2\x10\xd0\x68\x04\xf4\xce\x03\xc3\xbd\x00\xbd\x9b\x80\x99\x3a\xdf\x4d\x5c\xca\x01\xbd\x5e\x40\x88\x32\x73\x2e\x25\x7e\x03\x68\x4f\x04\x72\xdd\x18\x53\x54\x56\x0e\xf4\x7f\x08\xd4\xad\xe0\xb5\xdc\x3e\x1e\xd0\x3c\x0b\x1c\xaa\x01\x34\xeb\x81\xc6\x2d\x40\xbf\x1b\xcc\x0b\xa2\x2e\xf2\x48\xc9\x70\x1f\x2a\x0b\x3f\xc7\x41\x7c\xb5\xff\xcd\x7d\x51\x0e\x5a\xe1\x3f\x8a\x83\x3f\x97\x83\x66\x1c\x8c\xc8\x83\x32\x4d\xe4\xbf\xe0\x9e\xfc\x8c\x69\xc1\x27\x59\x9b\x51\xe2\xdf\xe9\x5c\x07\x3a\xd9\x03\x83\x72\x81\x9e\xd3\x81\x81\x5d\x19\x5f\xd9\x7f\x1b\x30\x26\x82\xb9\xc8\xa4\xba\x33\x60\x0c\x10\xb4\x11\x50\x4b\x07\xe2\xa3\x99\x9b\x2b\x37\x18\x50\xad\x06\x16\x46\x02\x3d\x8d\x98\xd3\xad\x67\x1e\xb0\x2d\x06\x50\x6a\x04\x0e\xde\x05\x14\x7e\x06\xce\xd6\x00\xdd\x0d\x80\xdb\xfe\x40\xf7\x95\xc0\xab\x20\x40\x31\x5f\xe4\xbf\xa8\xf8\x7c\x6c\x8d\xff\xa8\x13\xcf\xcd\xff\x2b\xfe\x43\xd6\x07\x47\x86\x7f\x90\xf5\x81\xf1\x15\xed\xa5\x8c\x07\x44\xd6\xdd\x60\xa4\x78\xbe\xf4\x13\xab\xf8\x24\xd2\x7b\x9b\x26\xd0\xdb\x81\xf9\x2c\x55\xb2\xb9\x9f\x94\xf2\xf7\x80\xed\x5f\x40\xf7\x4b\x80\xdf\x2b\xa0\x8b\x1a\x30\x6d\x0f\xd0\xa9\x91\xef\x5b\x1d\x52\x81\x05\x55\x40\xbb\x9b\x40\x8d\x05\x20\x1f\x00\x6c\xed\x23\x75\x08\x81\x83\xb5\x40\xdb\x81\xc0\x69\x91\xeb\xe5\xc6\x03\xc6\x24\xfd\x2b\x9d\x6b\x16\xf0\x5a\x17\xe8\xe0\x0d\x08\xab\x80\x0e\x06\x80\x60\xff\x09\xfe\x43\x64\x55\xfe\x02\xff\xd1\x9a\xff\xa2\x35\xfe\x43\x8c\x3a\x46\x8a\x38\x21\x19\xfe\x61\xb2\xc8\xe2\x6f\x2f\x62\x0e\xc6\x89\xd9\x2c\x7d\x71\x3d\xd4\x44\xfe\xbe\x6e\x79\x40\xc7\x78\xa0\xb3\x0a\xa0\xe6\x01\x74\xea\x0c\x18\x0d\x01\xe4\x3e\x00\x13\xf6\xf1\xdd\xc7\x4b\xe4\x60\x89\x11\x39\xdf\xd2\xc5\x2f\x99\x27\x7e\xc7\x0a\x1f\x1e\x37\x8b\xb2\xb7\xbf\x86\xc7\xd3\x0f\x78\xbc\x2e\xee\xe1\xe3\x65\x3c\xbe\x16\x7d\xc0\x0f\xa2\x0f\x20\x6c\xf8\x0f\xf8\x0f\x31\xeb\x24\xc3\x3f\xcc\xfe\x93\xc7\x6c\x71\x5d\x64\x38\xa8\x44\x31\xaa\x34\x55\xfe\xf3\xf9\x4f\x11\xd7\x4d\x86\x83\x19\x7f\x9f\xb3\x56\xdc\xb3\x1f\x18\xd2\x99\x47\x55\x31\x7a\xfb\xc9\x7f\xd9\xbd\x5e\xf1\xff\xd1\x13\xcf\x1e\x6b\x71\xf4\x12\x9f\x15\x6d\x2b\xbe\xc3\x72\x1e\x4b\x44\xcc\xc2\x72\x91\xab\x67\xa3\x38\xbf\xef\xc5\x67\x9f\x14\x7d\xe0\x6b\xe2\xde\xfe\x23\x46\x08\xdf\x89\x7b\xf7\x29\x1e\xe4\x6b\xf8\x97\xa2\xb7\x8c\x87\xc8\x11\xe7\x9b\x26\xda\x8b\x24\x09\x4f\x39\xa6\x88\xf1\x2e\xe1\x4f\xda\x51\xbc\xde\x57\xd2\x91\xe2\xfd\x1e\xcb\x3a\xee\x05\xe5\xbd\x3a\xd1\x5b\x98\x39\x74\xa6\xbc\xaf\xce\x4d\x05\x8a\x42\x6a\xd2\xed\x03\xe8\xbc\xb2\xfb\x22\x7e\xa2\x62\x60\x3b\x8a\x47\x2b\x14\xf5\x21\xdc\x87\xc2\x56\x7d\xfa\xe6\x6e\x4b\xc7\x13\x06\xa9\x5b\xbd\x17\xad\x87\xc2\x2d\xce\x88\x28\x18\x70\x05\x5d\xb7\x68\x8e\x7c\x76\x45\x35\xd9\xb0\xce\x79\x8c\x71\xeb\xb8\x71\x2f\xc9\x9c\x7c\xc2\x8f\x34\xb7\xf6\x72\xbf\xd0\xba\xc8\xbd\xbd\x4b\x79\x42\xb9\xd3\x9c\xdf\x6d\xd3\x97\x47\x8c\x20\xfc\x83\x01\xbc\x3f\x9d\x7f\xb1\xb8\x9f\x79\x47\xda\x52\x3c\x3e\xdd\xac\xdd\x12\x9e\x7f\x7b\x7a\x9b\xe8\x54\x05\xfa\x7d\xb8\x83\x22\x57\xe1\x9b\xa9\x10\x8b\x89\x9b\x84\x71\x12\x93\xd4\xfb\x50\xf5\xac\xc5\xc6\xde\x94\xff\x35\xb8\xd3\x87\xa2\x6a\x03\x2a\xfa\x91\xa5\x54\x9e\xab\x2e\xee\x9a\x44\x8c\x5b\xaa\xf7\x91\xa7\xbc\xac\xc6\xe8\x3e\x14\xb9\x93\x0c\x61\xdd\xd1\xe8\x60\x4d\xf3\xd3\x68\xf4\x22\x5b\xae\xa6\xc8\x91\x75\x35\x8f\x99\xb4\x67\x7d\x1f\x15\x91\x9e\xf4\xe9\xb9\x94\x6c\x52\xef\xe7\xeb\xe9\x6c\xeb\xd9\xb4\x7b\x26\x8f\xc7\x29\x1e\xa9\x42\xfc\x62\x80\x4a\xfd\x1d\xae\x34\xce\x7e\xc9\x15\x75\x22\x2f\x4a\xb7\xeb\xd2\x71\xe1\x06\xde\xf7\xb9\x2e\xcc\x2e\x9e\xe3\xdc\x81\x3c\xcc\x0c\xd3\xce\xd4\x6d\x24\xb9\x92\x71\x21\xb1\x8a\x3d\x29\x9a\x18\x56\xde\x8b\xe6\xef\x53\xa8\x4e\xeb\xe7\x36\xbb\x1f\x55\x07\x3b\x6c\x64\x5c\x88\xd5\xc2\x01\xc4\x07\x60\x9c\x36\x98\xa4\x6e\x88\x2b\xe3\x07\xfa\x1e\x19\x4e\x37\xd9\x2e\x1b\x87\x8b\x48\x34\xd1\x11\xc7\x50\x11\x79\x33\x6c\x88\x1a\xd9\xd4\x61\x7f\xe9\x92\x6d\x1e\xf6\xa7\x25\xc5\xa5\x87\x19\xba\xd3\x19\x34\x24\x28\xdc\x9d\x3f\x9f\x4a\x99\xc6\x61\xb9\xcc\x1c\x3e\xb4\xfb\x12\x3a\xe3\x07\x59\x33\xd6\x71\x80\xc9\x0e\xd2\xe1\x01\xc7\x8f\x50\x64\x58\x2b\xf4\x1c\xfd\x5d\xff\xae\xcc\x0b\xd2\xef\xcc\x13\xba\x4b\x32\xfe\x03\x50\x27\x9e\xff\x66\xfc\xcf\xaa\xee\x94\x2d\x4c\xb7\x54\xa1\x28\x66\xf2\xc4\x9e\x14\x7f\x9e\xe6\xdc\x87\x10\xd8\xa1\xe3\xb4\xe8\x26\xe6\xb7\x8e\xe7\xeb\x36\x75\x08\x59\x7c\x47\x71\x3e\xd6\x5b\x75\xc8\xea\x8c\x2e\xe7\xdd\xd4\x01\xa3\x7b\xb4\x8e\x18\x91\x74\xf6\xe8\x60\x4c\x59\x68\xb9\x8a\x51\xe2\x49\x6d\x2c\x7a\x28\xc6\xa7\xba\x30\x83\xc8\x0d\xb6\x9d\x63\xca\x74\x69\xe5\xc7\x54\x30\x8f\xf7\x18\x25\x37\xda\xff\xd1\x45\x21\x94\xbf\x18\x3d\x2a\x99\x34\xcd\x78\x7d\x1e\x69\x96\x71\x28\xfb\x76\x23\x1e\xd7\x52\x6c\xc4\x50\xc2\x77\x03\x23\xe7\x43\x54\x2f\xaf\xdb\x78\x8a\xea\x14\x75\x43\x7f\xa5\xcf\xeb\x75\x7d\x40\xeb\x21\xeb\x1b\x34\x54\x42\x75\x5a\x53\x55\x29\x8f\x35\xab\x94\xe7\x3b\xfd\xa3\x3a\x45\x8f\x65\x3c\x30\x11\x0d\x3c\x4f\xff\x1f\x39\x9a\xee\x65\x60\x48\xd9\x56\xe7\x30\x23\xf2\xc0\x26\x3e\x36\x26\x85\x30\x97\x8c\xa2\x13\xc1\x60\xa5\x09\xfd\xfd\xa0\x47\x9c\x95\x53\x8b\x35\x23\xf9\x52\x34\xb4\xf8\x9b\xe7\x6d\x21\x7a\x1a\x16\xa2\x75\xb3\xb4\xef\x46\xbe\x86\xb5\x81\x06\xbd\x9f\xd5\x37\x3a\x14\x7f\xb6\x9c\x61\x4e\x79\x18\xab\x1d\x4e\x54\x09\x3a\xde\x24\x98\x38\x11\xc7\xdb\x26\x50\x1c\xde\xe2\x60\x36\x69\x96\x65\xd6\x02\x42\xda\x58\xca\x71\x7c\xda\x12\x8c\x93\xb2\xf4\xde\x4f\x16\x6b\xdc\xb9\x53\xb4\x1e\xe6\xfd\xaf\x50\x3e\xc7\xcc\xf5\x6f\x7a\x33\xd3\x91\x2f\xe9\x1c\xe1\xbe\x41\xe9\x3b\xb4\x08\x21\x97\x52\xdf\x9f\x4e\xbe\xf8\x0b\xba\xb4\x4f\x11\xcf\xb8\x8a\x32\x70\xcf\x48\xc2\x07\x79\xf7\x67\x1e\x18\xd7\x1f\xc7\xd0\x5f\xb7\xc6\xc1\x8c\x16\xf3\xe6\xc3\xcf\x4c\xa4\x2c\x82\x66\x3d\xa3\x9b\x54\xa6\xd8\x90\x5c\xc9\xaf\xb6\x13\xed\x82\xfd\x35\x1e\x1d\x96\xb3\x65\xb2\xaf\x55\xa0\x15\x76\x70\x91\x90\x65\x71\x78\xad\x4b\x79\x0d\x27\xfd\x71\xb4\xd2\x8e\xf5\x4e\x24\xef\x8e\x87\x19\x41\xe0\x14\xcd\x77\x38\x47\x64\x8c\xe3\xbf\xe3\x8c\x89\x23\xb8\x7e\xd5\xfe\xdc\x06\xb2\xe9\x0e\x86\xdf\xd1\x3a\x4e\x0a\x6c\x20\x39\x99\x14\x77\x81\x24\x73\x62\x56\x13\xe1\x0d\x6c\xef\x3e\x7b\xc6\xeb\x2b\x38\x03\x29\x5a\xc3\xe8\xfd\xe2\x9b\x78\xde\xd1\xba\xa3\x49\xea\x02\x7e\x32\x26\x29\x9c\xf2\xc8\x8c\x4e\x6f\xb7\x1a\x4b\xda\x2d\x3b\x5d\x6b\x5a\x75\xeb\xa4\x09\xa4\x65\x26\xaf\xed\x68\x9e\x86\x6d\x1d\xe8\x26\x31\xc8\x9c\xf1\x12\x7d\xa3\x9d\x68\x5d\x14\x9f\x39\xe7\xb3\x3e\xb8\x89\x9e\x87\x87\x28\x07\x5e\x12\x50\x9e\x7b\xb2\x9e\x22\xd9\xaf\xc9\x45\x12\x62\xdc\x98\x1c\xca\x7a\xe1\x35\xdb\x8c\x10\x7a\x93\x1b\x1d\xe8\x09\x93\x7b\xfb\x12\x42\xc5\xab\x38\x86\xee\xb8\x5e\xba\x69\x84\x50\xf3\x04\x57\xdc\x7a\x19\x2c\x25\xcb\xe4\xb1\xf1\x9b\x31\xfc\x3d\xdc\xd7\xde\xd3\xeb\x28\xad\xab\xbb\xdd\x59\xc2\xc3\xb8\xfd\xf6\x1b\xe9\x9f\xcb\xc1\xfb\xb4\xf3\x4e\xc3\x5e\xef\x02\x92\x4e\x1a\x13\x0a\x21\x6a\x8b\x29\xc9\x6f\x88\xf6\x38\xb2\x0f\xbe\x47\xac\x49\x1a\x3d\x3d\x6d\x08\x7d\xe1\x3c\xdd\x81\xb4\x6b\xe2\x0b\x07\xca\xaa\x9b\x9b\xbb\x90\x7e\xb4\xc6\xc1\xf4\x6f\x62\x7c\x88\x6a\xb4\x27\xe5\x85\xbb\x36\x33\xab\xf9\x24\xf3\xe8\x27\xe6\x71\xfc\xe3\xda\x50\x9e\x2d\x60\x10\xe3\x40\x02\x1a\x39\x14\x16\xd0\xa8\x4b\x16\x35\x60\xaa\xc9\x1c\xfe\x99\xeb\x79\x03\xe6\x4f\xa1\xbc\x70\x90\x65\x94\x05\xff\x3e\x95\x4e\xa2\x40\xfd\x02\xd2\xff\xc0\x5c\xb6\x13\x01\x37\x56\xd2\xdd\xc7\xff\x04\xdb\x89\x00\x2b\xc6\x11\xfa\xdf\xff\x99\xbf\xbf\xee\x0a\x9d\x64\x7e\xda\x7f\xd2\x49\x37\xc5\xfd\x65\x09\x10\xa3\x36\x8e\x22\x2f\xa1\x2b\x27\x92\xa7\x13\x20\x61\xdc\x8f\x57\x93\x33\x7d\x9b\xab\x92\xb3\x15\xfe\xdf\x70\x30\xf5\xde\xb4\x2e\x83\x35\x99\x27\x45\x23\x98\xf9\x24\x54\xc0\x52\x2c\x6f\x1e\x2c\x7a\x2b\x32\x1c\x4c\x64\x7b\x71\xf4\xe5\x13\x39\x22\x4b\x89\x3c\x8d\xc8\x47\x9a\xa4\x79\x11\xa7\xf4\x48\x53\x23\x57\x98\x51\x9e\x33\xaa\xce\x9e\x16\x28\x22\x99\x11\x37\x91\x15\x61\x3b\x78\x9c\x4e\x7f\x1f\xd5\x85\x5d\xbc\x48\xab\xb2\xd1\xf4\xb9\xfb\x2b\xe8\x9c\x0c\xcf\xd8\x44\xeb\x14\x11\xbb\x2f\x96\xc7\x93\x64\x27\x9a\x71\x31\x17\x6f\xd1\xf3\x42\x42\x1f\x35\x49\xed\x20\xcf\x3b\xf0\x92\x13\x45\x56\x7c\x8c\xdd\x48\x8a\xdc\x16\x7b\x12\xea\xd2\xd1\x8d\xbb\x15\x59\x37\xf1\xbe\xb6\xc6\xc1\x0c\x5b\x1d\x94\xc8\x72\xc0\x7d\x91\xfa\x28\x33\x3e\x44\xe1\x48\x38\x69\x77\x5b\xdd\x66\x1c\x8c\x8c\x17\x46\xec\x0b\x13\x5f\xd2\x9e\xde\x2f\x2e\xab\x07\xad\x5c\x5c\x9d\x26\x9d\xf7\x89\xb6\x7a\xb4\x62\xf1\x0f\x4d\x69\x27\x12\x0c\x6d\x19\xaf\x11\xc5\xf9\xee\xc4\xf1\x8c\xb8\x49\x72\xe3\x0c\x7c\xc2\x96\x2c\xfa\xc6\xf8\xaa\x52\x3a\x91\x13\xea\xd8\x37\x8c\xdf\xbb\x8e\x90\x1a\xf1\x4d\xbb\xe9\x0d\xe2\x0d\x1a\x68\xa7\xe2\x02\xce\x91\x1e\xca\x70\x31\xb1\x78\x70\x06\x08\x99\xc1\x68\x34\xdf\x09\x8c\x83\x99\x3c\x60\x0a\xa1\x67\xbe\x8e\x83\x09\x21\xaf\xde\xe0\x18\xbf\xcd\x60\xcd\x08\xf2\xab\xfa\xcd\x61\x76\x0a\x19\x0e\xa6\x73\x5e\x34\x69\x23\xb2\x13\x44\xef\x76\xba\xe8\x59\xcb\xf0\x30\x33\x0c\xe4\xe9\xa4\x49\xd5\xef\x41\x08\xec\x94\xd5\x8c\xc0\x9d\x29\xd1\x25\xbd\x9f\x59\xce\xcc\x63\x69\xe3\x27\xd1\xf9\x91\xb6\x78\x32\xe5\x83\x67\x29\x87\x32\xc3\xd1\xb9\x44\x3a\xe9\x67\x1e\xc9\xa4\xbb\x5e\x6a\xce\x5c\xd2\xd0\x19\xdb\xb8\x76\x2c\x6d\xfc\x5a\xee\xbf\x14\xbf\x8d\x62\xce\x29\xf5\xcc\x9b\x93\x9a\x72\x9a\x76\x28\xf9\xfc\xd5\xc5\xbc\x9e\xb7\xde\x4b\xf5\xc0\x8f\xf6\xdd\x6b\x8e\x3f\x79\xb5\xae\xea\x9c\x4d\x76\x70\xe7\xfd\x1d\x5f\x1d\x41\x37\x02\xd3\x40\xf6\xe6\x9a\x71\x30\x1e\xd3\x08\x75\x33\xc0\x3f\x8e\xec\x68\x5f\x07\xc6\x87\x28\xd7\x32\xaa\xaf\xc3\x91\x64\xd1\x5f\x9c\xf1\x2d\x8f\xb3\x44\x1e\x04\x19\x1e\x26\xe3\x48\x07\x9a\x6f\xd6\x82\x1e\xf4\x97\x59\x0e\x9a\x84\x5b\xc8\x4a\xe0\x13\x3a\x53\x7d\x2c\xdd\x93\xb2\x9d\x6d\xc9\x4f\xcc\xae\xf4\xa4\xf3\x24\x3b\x37\xb8\x9e\x7f\x3f\x8d\xde\x30\xcb\x6d\x16\x9d\x0f\x59\x2b\x98\x89\x22\xcb\x6d\x31\xe3\x64\x1a\x57\xd1\x79\x9c\x25\xd9\x72\x9d\xbf\xf7\x00\xed\x54\x86\xe2\x49\x8a\x11\xa5\x9b\x5d\x26\xbd\x9a\x95\xd5\xf4\x0f\xe0\x3d\x86\x6f\x48\x6e\xf1\xa1\x24\x9d\xce\x5d\xa3\x68\x75\x27\xde\x9c\x4a\xa7\xd3\xb8\xca\x18\xd2\xb6\x31\xdd\x19\x17\x62\x98\xce\xbc\x30\xc3\x72\x99\x27\x45\xf3\xac\x88\x83\x69\xe2\xbe\x41\x0a\x09\x33\x49\x5f\xe4\xfb\x65\x88\x9e\x7a\xce\x0b\x71\x6c\x8d\x87\x19\xdf\x91\x56\x44\x86\x87\x29\x1c\xa3\xc5\xf8\x97\x7b\x3a\x84\xab\xcd\xdf\x31\x96\x2c\x6b\x61\xf4\x44\xba\x0b\x17\x34\x71\xbf\xa0\xd9\x59\x8c\x1f\x2c\xf4\xe1\x37\x2b\x6c\x3b\x63\x1b\x3f\x6f\x36\xc9\xcd\x6c\xe5\x72\x7a\xa5\xd9\x0d\xcc\xb4\x30\x5b\x99\xf9\xd6\x0a\xc5\xbc\x7f\x7e\xf1\x31\xc2\x57\xe5\x37\xb1\x9d\xc8\xad\xbf\x91\x0b\x78\x3e\x8c\xa4\xfb\x8f\x4b\xd2\x54\xf2\x66\x65\x7d\xa1\xac\x0d\x78\x7f\xcd\xe2\x12\xe9\xed\x46\x6d\xe3\x3e\x49\x7a\xde\x33\xb8\x5f\xda\x73\xee\x02\x29\xd1\xe4\x3e\x49\xbd\x46\x30\x1e\xa6\x9b\x1e\xdf\x4c\xdb\x36\xe6\x8a\x78\xa8\x42\xd1\x7f\x6a\x8d\x87\x99\xdf\x96\xf3\xfe\xa5\x86\xaa\xc4\x57\x53\x6a\xcb\x06\xa4\xe4\x89\x0e\x9d\xeb\xf3\xea\x79\x1d\x4a\x05\x1b\xc2\xb1\x94\xe6\xb9\xd1\xbe\xcf\x3b\xcc\x79\xff\x79\xf5\x31\x74\xff\x94\xf1\xc4\xcc\xab\x2f\x64\xfc\x8b\xb0\xf0\x08\x8f\x5c\x53\x56\x2c\x59\x4f\xf7\x96\xe2\x07\x7b\x98\x27\xe6\xc6\x31\x67\xfe\xfd\x19\xd2\xdc\xa2\xc4\xab\x81\x80\xcb\xed\x69\x14\x51\x74\xb0\x4c\x20\x3b\x60\x33\x20\x99\x22\x8f\x96\x48\x11\xef\xcb\x1c\x69\x19\x29\x56\xe2\x0d\xfb\x2e\x83\x6e\xc1\x03\x4f\x64\x91\xfe\xa8\x67\xf2\xbc\x55\xc4\x08\x4d\xe7\x5a\x59\xa4\xa2\x48\xed\xf3\x79\xb7\xc6\xc3\x2c\x6a\xec\x48\x9e\x65\x85\x33\xaf\x43\x85\xbb\x16\x7d\x62\x71\x20\x23\xb7\x2b\x1a\xc6\x8a\x78\x19\xf6\xc8\xca\x57\xb9\xd0\x49\x5c\x7e\x9f\x4f\xa2\xc5\x1a\xac\xa1\x8b\x1d\xf8\xbe\xd1\xcc\x13\x93\x5f\x46\x3b\x58\x7e\x6d\x39\xd5\x63\x94\x3b\xad\xa3\x37\x5d\x24\xa9\xa7\xbf\x2b\xcf\xfd\xe1\x21\xff\xcc\x7d\x08\x17\x34\x5d\x11\x00\x27\x97\x64\xf2\x2a\x6c\xbb\xf0\xfe\x8e\x2f\x67\xfe\x9f\x71\xb9\x99\x62\x1f\x98\x2c\xd2\x52\x83\x80\x1c\xfa\x59\xd6\x1f\x4a\xeb\x26\xa3\x9b\xd5\xb4\xb9\x1b\x66\xf7\xdf\x8a\x48\xba\xbf\xde\x27\xea\x3f\xe0\x61\xc8\x42\x57\xed\x57\x21\xfc\x47\xd5\x42\xcd\xb3\xfc\x7b\x1d\xee\x93\x54\x36\x86\x4e\xd8\xaa\x2b\x13\xc8\xcf\x58\x76\xd7\x95\x3c\x9d\x6a\x0d\x7f\xc2\x87\x57\x59\x46\x91\x04\x57\xed\x9a\x4e\xfb\x5a\xb5\x24\x8f\xec\x41\x75\xf9\x7c\xd2\xfb\xaa\x0e\xdc\xa7\xb4\xea\x23\xe3\xa4\x96\xaa\x6d\xa3\x3e\x4a\x95\x25\xec\x4f\x54\x1a\x9c\xdc\xce\xe3\x25\x9a\x71\x9b\x36\x6d\xdb\xca\xc9\xb5\x6b\xd7\xbe\xbd\xbc\x7c\x87\x0e\x1d\x3b\x76\xea\xd4\xb9\x73\x97\x2e\x5d\xbb\x76\xeb\xa6\xa0\xa0\xa8\xd8\xbd\xbb\x92\x92\xb2\x72\x8f\x1e\x2a\x2a\xaa\xaa\x3d\x7b\xf6\xea\xd5\xbb\x77\x9f\x3e\x7d\xfb\xaa\xa9\xa9\xab\x6b\x68\x48\x24\xfd\xfa\x69\x6a\x6a\x69\xf5\xef\x3f\x60\xc0\xc0\x81\xda\xda\x83\x06\x0d\x1e\x3c\x64\xc8\xd0\xa1\xc3\x86\x0d\x1f\xae\xa3\xa3\xab\xab\xa7\xa7\xaf\x6f\x60\x60\x68\x68\x64\x34\x62\xc4\xc8\x91\xc6\xc6\xa3\x46\x8d\x1e\x3d\x66\xcc\xd8\xb1\x26\x26\xa6\xa6\x66\x66\xe6\xe6\xe3\xc6\x59\x58\x58\x5a\x5a\x59\x59\x5b\x8f\x1f\x3f\x61\xc2\xc4\x89\x36\x36\xb6\xb6\x93\x26\xd9\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x4e\x9e\xec\xe5\xe5\xed\x3d\x65\x8a\x8f\x8f\xaf\xaf\x9f\x9f\xbf\x7f\x40\x40\x60\x60\x50\x50\x70\x70\x48\x48\x68\x68\x58\x58\x78\x78\x44\x44\x64\x64\x54\xd4\xd4\xa9\xd1\xd1\x31\x31\xd3\xa6\xc5\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\x4f\x9f\x9e\x92\x92\x9a\x3a\x63\xc6\xcc\x99\x69\x69\xb3\x66\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\xce\x9e\x3d\x67\x4e\x51\xd1\xdc\xb9\xc5\xc5\x25\x25\xa5\xa5\xf3\xe6\xcd\x9f\xbf\x60\x41\x59\xd9\xc2\x85\x8b\x16\x95\x97\x57\x54\x2c\x5e\xbc\x64\x49\x65\xe5\xd2\xa5\xcb\x96\x55\x55\x55\x57\x2f\x5f\xbe\x62\x45\x4d\x4d\x6d\x6d\x5d\xdd\xca\x95\xab\x56\xad\x5e\xfd\xcd\x37\x6b\xd6\xac\x5d\xbb\x6e\xdd\xfa\xf5\x1b\x36\x6c\xdc\xb8\x69\xd3\xe6\xcd\xdf\x7e\xbb\x65\xcb\xd6\xad\xdb\xb6\x6d\xdf\x5e\x5f\xbf\x63\xc7\xce\x9d\xbb\x76\xed\xde\xbd\x67\xcf\xde\xbd\xdf\x7d\xb7\x6f\xdf\xf7\xdf\xef\xdf\x7f\xe0\xc0\xc1\x83\x87\x0e\x1d\x3e\x7c\xe4\xc8\xd1\xa3\x3f\xfc\xd0\xd0\x70\xec\xd8\xf1\xe3\x3f\xfe\x78\xe2\xc4\xc9\x93\x3f\xfd\x74\xea\xd4\xcf\x3f\x9f\x3e\x7d\xe6\xcc\xd9\xb3\x8d\x8d\xe7\xce\x9d\x3f\x7f\xe1\xc2\xc5\x8b\x97\x2e\xfd\xf2\xcb\xe5\xcb\x57\xae\x5c\xbd\x7a\xed\xda\xaf\xbf\xfe\xf6\xdb\xf5\xeb\xbf\xff\x7e\xe3\xc6\xcd\x9b\x7f\xfc\xd1\xd4\x74\xeb\xd6\xed\xdb\x77\xee\xdc\xbd\xfb\xe7\x9f\xf7\xee\xfd\xf5\xd7\xdf\x7f\xff\xf3\xcf\xfd\xfb\x0f\x1e\x3c\x7c\xf8\xe8\xd1\xe3\xc7\x4f\x9e\x3c\x7d\xfa\xef\xbf\xcf\x9e\x3d\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xbd\x7e\xfd\xe6\xcd\xdb\xb7\xef\xde\xbd\x7f\xff\xe1\xc3\xc7\x8f\xc4\x4c\xfb\xbf\xfd\xff\xdf\xfe\xff\x6f\xff\xff\xb7\xff\xff\xdb\xff\xff\x5f\xee\x3f\x10\x17\xc9\x1d\xf7\xe4\xda\x69\x01\x62\x5d\x71\xf3\x7f\xff\xe1\xe7\x36\x6d\xdb\xd0\xff\x69\x0b\x39\xb4\x43\x7b\xc8\xa3\x03\x3a\xa2\x13\x3a\xa3\x0b\xba\xa2\x1b\x14\xa0\x88\xee\x50\x82\x32\x7a\x40\x05\xaa\xe8\x89\x5e\xe8\x8d\x3e\xe8\x0b\x35\xa8\x43\x03\x12\xf4\x83\x26\xb4\xd0\x1f\x03\x30\x10\xda\x18\x84\xc1\x18\x82\xa1\x18\x86\xe1\xd0\x81\x2e\xf4\xa0\x0f\x03\x18\xc2\x08\x23\x30\x12\xc6\x18\x85\xd1\x18\x83\xb1\x30\x81\x29\xcc\x60\x8e\x71\xb0\x80\x25\xac\x60\x8d\xf1\x98\x80\x89\xb0\x81\x2d\x26\xc1\x0e\xf6\x70\x80\x23\x9c\xe0\x0c\x17\xb8\xc2\x0d\xee\xf0\x80\x27\x26\xc3\x0b\xde\x98\x02\x1f\xf8\xc2\x0f\xfe\x08\x40\x20\x82\x10\x8c\x10\x84\x22\x0c\xe1\x88\x40\x24\xa2\x30\x15\xd1\x88\xc1\x34\xc4\x22\x0e\xf1\x48\x40\x22\x92\x90\x8c\xe9\x48\x41\x2a\x66\x60\x26\xd2\x30\x0b\xe9\xc8\x40\x26\xb2\x90\x8d\x1c\xe4\x22\x57\xc8\x13\xf2\x85\x02\xa1\x50\x98\x2d\xcc\x11\x8a\x84\xb9\x42\xb1\x50\x22\x94\x0a\xf3\x84\xf9\xc2\x02\xa1\x4c\x58\x28\x2c\x12\xca\x85\x0a\x61\xb1\xb0\x44\xa8\x14\x96\x0a\xcb\x84\x2a\xa1\x5a\x58\x2e\xac\x10\x6a\x84\x5a\xa1\x4e\x58\x29\xac\x12\x56\x0b\xdf\x08\x6b\x84\xb5\xc2\x3a\x61\xbd\xb0\x41\xd8\x28\x6c\x12\x36\x0b\xdf\x0a\x5b\x84\xad\xc2\x36\x61\xbb\x50\x2f\xec\x10\x76\x0a\xbb\x84\xdd\xc2\x1e\x61\xaf\xf0\x9d\xb0\x4f\xf8\x5e\xd8\x2f\x1c\x10\x0e\x0a\x87\x84\xc3\xc2\x11\xe1\xa8\xf0\x83\xd0\x20\x1c\x13\x8e\x0b\x3f\x0a\x27\x84\x93\xc2\x4f\xc2\x29\xe1\x67\xe1\xb4\x70\x46\x38\x2b\x34\x0a\xe7\x84\xf3\xc2\x05\xe1\xa2\x70\x49\xf8\x45\xb8\x2c\x5c\x11\xae\x0a\xd7\x84\x5f\x85\xdf\x84\xeb\xc2\xef\xc2\x0d\xe1\xa6\xf0\x87\xd0\x24\xdc\x12\x6e\x0b\x77\x84\xbb\xc2\x9f\xc2\x3d\xe1\x2f\xe1\x6f\xe1\x1f\xe1\xbe\xf0\x40\x78\x28\x3c\x12\x1e\x0b\x4f\x84\xa7\xc2\xbf\xc2\x33\xe1\xb9\xf0\x42\x78\x29\xbc\x12\x5e\x0b\x6f\x84\xb7\xc2\x3b\xe1\xbd\xf0\x41\xf8\x28\x48\xff\x03\x20\xb4\xf9\xd8\xf6\x83\xdc\xfb\x76\xef\xda\xbf\x95\x7f\xd3\xe1\x75\xc7\x57\x9d\x5e\x76\x7e\xd1\xe5\x79\xd7\x67\xdd\xfe\x55\x78\xaa\xf8\xa4\xfb\x63\xa5\x47\xca\x0f\x7b\x3c\x50\xb9\xaf\xfa\x4f\xcf\xbf\x7b\xfd\xd5\xfb\x5e\x9f\x3f\xfb\xde\x55\xbb\xa3\x7e\x5b\xe3\x96\xa4\xa9\xdf\x1f\x9a\x37\xb5\x6e\xf4\xff\x7d\xc0\xf5\x81\xbf\x69\xff\x3a\xe8\xda\xe0\xab\x43\xae\x0c\xbd\x3c\xec\x97\xe1\x97\x74\x2e\xea\x5e\xd0\x3b\xaf\x7f\xce\xa0\xd1\xf0\xac\xd1\x99\x11\xa7\x47\xfe\x6c\x7c\x6a\xd4\x4f\xa3\x4f\x8e\x39\x31\xf6\x47\x93\xe3\xa6\xc7\xcc\x1a\xcc\x7f\x18\x77\xd4\xe2\x88\xe5\x61\xab\x43\xd6\x07\xc7\x1f\x98\xb0\x7f\xe2\xf7\x36\xfb\x6c\xbf\x9b\xb4\xd7\x6e\x8f\xfd\x6e\x87\x5d\x8e\x3b\x9d\x76\x38\xd7\xbb\x6c\x77\xdd\xe6\xb6\xd5\x7d\x8b\xc7\xb7\x9e\x9b\x27\x6f\xf2\xda\xe8\xbd\x61\xca\x7a\x9f\x75\xbe\x6b\xfd\xd6\xf8\x7f\x13\xb0\x3a\x70\x55\xd0\xca\xe0\xba\x90\xda\xd0\x9a\xb0\x15\xe1\xcb\x23\xaa\x23\xab\xa2\x96\x4d\x5d\x1a\x5d\x19\xb3\x64\xda\xe2\xd8\x8a\xb8\xf2\xf8\x45\x09\x0b\x13\xcb\x92\x16\x24\xcf\x9f\x3e\x2f\xa5\x34\xb5\x64\x46\xf1\xcc\xb9\x69\x45\xb3\xe6\xa4\xcf\xce\x28\xcc\x2c\xc8\xca\xcf\xce\xcb\xc9\xcd\xcd\xc9\xcb\xce\xcf\x2a\xc8\x2c\xcc\x98\x9d\x3e\x67\x56\x51\xda\xdc\x99\xc5\x33\x4a\x52\x4b\x53\xe6\x4d\x9f\x9f\xbc\x20\xa9\x2c\x71\x61\xc2\xa2\xf8\xf2\xb8\x8a\xd8\xc5\xd3\x96\xc4\x54\x46\x2f\x9d\xba\x2c\xaa\x2a\xb2\x3a\x62\x79\xf8\x8a\xb0\x9a\xd0\xda\x90\xba\xe0\x95\x41\xab\x02\x57\x07\x7c\xe3\xbf\xc6\x6f\xad\xef\x3a\x9f\xf5\x53\x36\x78\x6f\xf4\xda\x34\x79\xb3\xe7\xb7\x1e\x5b\xdc\xb7\xba\x6d\x73\xdd\xee\x52\xef\xbc\xc3\x69\xa7\xe3\x2e\x87\xdd\xf6\x7b\xec\xf6\x4e\xfa\xce\x76\x9f\xcd\xf7\x13\xf7\x4f\x38\x30\xfe\xa0\xf5\x21\xab\xc3\x96\x47\x2c\x8e\x8e\xfb\xc1\xbc\xc1\xec\x98\xe9\x71\x93\x1f\xc7\x9e\x18\x73\x72\xf4\x4f\xa3\x4e\x19\xff\x3c\xf2\xf4\x88\x33\x46\x67\x0d\x1b\x0d\xce\xe9\x9f\xd7\xbb\xa0\x7b\x51\xe7\xd2\xf0\x5f\x86\x5d\x1e\x7a\x65\xc8\xd5\xc1\xd7\x06\xfd\xaa\xfd\xdb\xc0\xeb\x03\x7e\xef\x7f\x43\xeb\xa6\xe6\x1f\xfd\x9a\x24\xb7\x34\x6e\xab\xdf\x51\xbb\xdb\xf7\xcf\x3e\xf7\x7a\xff\xd5\xeb\xef\x9e\xff\xa8\xde\x57\x79\xd0\xe3\xa1\xf2\x23\xa5\xc7\xdd\x9f\x28\x3e\x55\xf8\xb7\xdb\xb3\xae\xcf\xbb\xbc\xe8\xfc\xb2\xd3\xab\x8e\xaf\x3b\xbc\x91\x7f\xdb\xfe\x5d\xbb\xf7\x72\x1f\xda\x7e\x6c\x23\xe0\x7f\x32\xf0\x3f\x19\x90\x5a\x02\xb3\x1c\x8b\x02\xe5\x93\x82\x60\xdb\xd1\x72\x43\xaf\x1d\x82\xe0\x36\x68\x82\x8e\xc6\x1b\x41\xf0\xad\xb3\xdd\xaf\x6d\x26\x08\xc1\x5d\x1d\xd5\x75\xb6\x0b\x42\xa4\x86\xcb\xdd\x91\x4f\x04\x61\xea\x70\xcf\x47\xe6\x45\xc2\x91\xe8\x32\x3f\xb9\x49\xd3\x05\xb3\x98\x1e\xc1\x55\x1e\x1d\x3e\xce\x9c\x3a\x29\xea\x74\x50\xc6\x87\x0b\x51\x6d\x92\xcb\xa2\x47\x7c\xe8\x18\xbe\x30\xe7\x66\xb2\xf0\x7e\x70\x98\x5c\x49\x53\xc6\xbf\xef\x36\x07\x2b\x2d\xa9\xcd\xb5\x7a\xfb\x4f\x60\x8f\x95\xdd\xe6\xd8\xbf\x5d\xed\xfb\x6a\x53\xf4\xdc\xe1\x6f\xcd\xbd\x1f\xee\xfe\x50\xf2\xcd\x9b\x3b\x9e\x2f\x8e\xde\x9f\xb7\xf4\x8d\x9d\xfb\xca\xb3\xa3\x16\x76\x7c\x3d\xc4\x75\xcc\x8d\xc7\x95\xaa\xaf\x9a\x9c\xac\x1e\xed\xaa\xbc\xf8\x7a\x9d\xc3\xd2\x7f\xaf\x95\xf7\x79\x33\xcd\x3e\xed\xd9\xd3\xf9\xa3\xdf\x0e\xb4\x0b\x7a\xfe\x66\xae\xe5\xdb\xba\x49\xb5\x2f\x36\x16\x1e\x78\xde\x79\xd2\xeb\x97\x66\xf9\x63\xfe\x51\xb1\xaf\x7b\x69\x95\x7f\xf7\xc6\x39\xc7\xc1\x2f\x4f\xe4\xfe\x7d\xe5\xb9\xe3\xe0\x57\x3f\x64\xec\xba\x18\xee\x34\xfc\xd5\x89\x8c\x17\x3f\x0f\x76\xfa\xf7\xf5\xac\x34\x93\x63\xbf\xb9\xbc\x7c\x6d\x3f\xeb\xde\x11\x07\x97\x17\xaf\x1f\xcc\x50\x16\x04\xcb\x9e\xe3\xb2\x55\x86\x08\x82\x5d\x57\xcb\x5f\x7a\x67\x08\x82\xe7\x40\xeb\x58\x8d\x3a\x41\x08\x34\xb5\xf9\x30\x48\x4d\x10\x22\xa2\xec\xb6\xeb\x54\x0b\x42\x8c\x9d\x73\x2f\xe3\x36\x82\x10\xeb\xe0\xe1\x6a\xfe\x56\xf8\x2e\x1e\x3e\xa5\x76\x6b\x04\xbd\xb8\xbd\x41\x49\x9e\x81\x1f\xfd\xa3\x0b\xa2\x1e\x85\xe8\x7e\x98\x1b\xb3\x39\xde\x22\x36\xfe\xfd\xd1\x28\xff\x4c\xe7\xd4\x13\xef\x8e\x46\xac\x2d\x7a\x94\x33\xf7\x9d\x52\x68\xc4\x62\x93\xd9\x93\xde\xfa\x04\x2d\xae\xbb\x59\xb2\xf8\x6d\x7b\xff\xc0\x4d\x33\xe6\xad\x7c\xe3\xec\xdb\x6b\xf7\xe4\x45\x4a\xaf\x7f\xf0\x2a\x6f\x98\x5f\x71\xf7\xd5\xf7\x9e\xd6\xe7\xa3\xab\x2c\x5e\x75\x71\x93\x6f\xba\xba\x42\xe9\xe5\x01\xe7\x49\x4f\x34\x57\xdc\x79\xdd\xce\x31\xfb\xe9\xb3\x25\x7f\xbc\x69\xe3\xa0\xf2\xcc\xb7\xec\xae\x6c\x3d\x5e\x2e\xb2\x1f\xfe\xfc\x40\xf1\xee\x07\x3f\x39\xb4\x79\x31\x67\x4e\xe9\xad\x74\xc7\x2b\x2f\xb6\xcf\x29\xb8\x66\xee\x9c\xf0\xb2\xeb\xec\xc0\xf3\x73\x5d\x26\xbd\x3c\x9c\xaf\x7d\x46\xc9\xe5\xc8\xab\xe1\xb9\x2a\x27\xcc\x5c\xe7\xbe\x5a\x95\x75\xe1\xf0\x25\xb7\xfd\xaf\x35\x32\xa2\x0e\xca\xbb\xb5\x79\xfd\xc7\x8c\xf5\x82\x30\x6e\xe7\x38\xd5\x1e\x05\x82\xe0\x60\x3a\x2e\xa2\x57\xb2\x20\x78\x19\x5a\xc5\x6b\xcc\x15\x84\x90\xe8\x09\xcb\xb5\xe5\x04\x21\xf2\xac\xdd\x7c\xdd\xa1\x82\x10\xfb\x87\xd3\x02\xe3\xb3\x82\x90\x90\xed\x76\xcf\xfc\xa3\x70\x75\xfa\xc4\xc9\x17\x6d\x7d\x04\xa3\xa4\xeb\x01\x33\x3d\xd3\x3f\xda\xc4\xff\x1a\x71\x3d\xf4\xf7\x0f\xfa\x71\xfa\xb1\xdf\x25\xfa\xbc\x1f\x1f\xf3\x32\xed\xb7\xf4\xf9\xef\x5c\xa3\x6a\xe7\x6c\x28\x70\x78\x1b\x1a\xd1\xae\x3c\xbc\xa4\xf8\xcd\xd6\x90\x9d\xb5\x19\x65\x76\x6f\x0c\x03\x63\x37\x1e\x2c\x37\x7e\x7d\xcc\xcf\x76\xd7\x9f\x8b\x67\xbd\x7a\xef\xfd\xb1\xc1\x78\x59\xfa\xab\x81\x9e\x4e\x97\x02\x57\x58\xbf\xd4\x73\x5b\x72\xfb\xf5\x4a\xe7\x97\xe5\xce\x05\x8f\xef\xd4\x1c\x7e\xa5\xed\xb4\xf7\xc9\x9e\xea\xfd\xaf\x23\x1c\x5e\xfc\x9b\x59\xb1\x41\xb6\x1e\xcf\x5c\x1c\xaa\x9f\x5d\x5b\xa0\x71\x5b\xd7\x79\xde\xf3\xc1\xf3\xdf\x5c\x9f\xea\x5c\xf9\x22\x74\xee\xfc\xcb\xf1\x2e\x0f\x5e\xcc\x98\xbb\xe2\xec\x08\xb7\xa1\x2f\x7b\xce\xc1\x71\x0b\x77\xe3\x97\x1f\xf2\xf6\x1f\xfe\xc7\x63\xd7\xab\x4e\x79\xbf\x7d\x7f\xcf\xe3\xfc\xab\xb3\x59\x1b\xf7\x1a\x79\x76\x78\x6d\x97\xfe\xaf\x20\x58\x55\x9a\xc5\xf4\xf0\x10\x04\xa7\xeb\xa6\x1f\x7b\x16\x0b\x82\xf7\x6d\xcb\xed\x1a\xb9\x82\x10\x3a\xd8\x52\xd0\x5a\x25\x08\xd1\xd7\xed\xec\xf4\xa2\x05\x21\x31\xc4\x71\xd9\xa8\x39\x82\x30\xdd\xc3\x79\x8a\xc9\x6b\xe1\x72\x5a\x90\xc7\x23\xdb\x7f\x84\x11\x29\xbf\xfb\x4b\x3c\x57\x7e\x1c\x3f\xdd\x3d\xec\x44\x98\xfb\xfb\xdf\x13\xda\xc5\x19\x4c\x7f\xfd\xee\x52\x5c\xd4\xcc\x5e\xd9\x69\x6f\x37\xc7\xf8\x17\x9e\x9f\x1b\xf1\xe6\x4a\xe4\x9e\x45\x2b\x17\x44\xbc\xb1\x0c\x9d\x5d\x7b\xb5\x5c\xeb\xb5\x76\x88\xe2\x06\x9b\x65\x4b\x5e\xc5\x07\x14\xef\xf6\x58\xa1\xfe\xb2\xd0\x47\x38\x66\xb4\x72\xec\xcb\x7e\x9e\x37\xae\x84\xad\x1a\xf7\xa2\xbb\xbb\xed\x9f\xa9\x6b\xfd\x5f\xaa\xba\xe8\x3f\x1e\xb1\x52\xbf\x79\x3d\x7a\x38\x9d\x7b\xb2\x62\xb9\xc6\xcb\xe1\x8e\xa7\xfe\xc5\x92\xd3\x7f\xad\x77\xee\xfa\xac\x70\x61\xfc\x0d\x7b\xd7\xb7\xcf\x3a\x55\x38\x5e\x8e\x75\x93\x3c\x5f\x34\xbf\xcd\xe9\x89\xee\xd7\x5e\x38\x95\xe8\x1d\x7f\xe7\x99\xfd\x22\xae\xa4\xdd\x61\xef\xc9\xe9\x2f\x7b\x17\x75\xfb\x3e\x65\xf2\xc1\x97\xd7\x0a\x1c\xf6\x5c\x99\x7c\xfd\xd5\xb4\xdc\x09\xdb\x7b\x7a\x07\xbd\x3a\x9b\x1d\x23\x08\x36\x0f\x4d\x7b\xf4\x78\x21\x08\xee\x36\xe6\x4e\xbd\xaf\x08\x42\x60\xa2\x85\xa3\xa4\x56\x10\x22\xfa\x59\x0c\xd4\xfc\x4b\x10\x12\x4d\x6d\xba\xe8\x66\x08\x42\x6a\xaa\xdd\xcc\x91\x7f\x0a\x42\xda\x59\xa7\x9b\xe6\xfb\x85\xfd\x59\xaa\x1e\x53\xed\x97\x09\xbd\x32\xed\x7d\x1e\x7a\x77\xfe\x68\x34\xab\x53\x48\x71\x78\xc5\xfb\xc7\xa9\x3a\xd1\x07\xa6\x97\xbe\x0b\x4f\x54\x49\xf9\x31\xdf\xe0\x6d\x4c\x5c\x5e\xce\xc1\x92\x91\xaf\x4f\xc7\x04\x2d\xb8\xb6\x64\xc8\xab\xdd\x91\x1a\x35\x3f\x2d\x77\x7c\x15\x16\xfa\x62\x7d\xd7\x15\xe7\x5f\xfa\x05\xbe\xdd\xe3\xb4\x6a\xc9\x8b\xc9\xbe\xaf\x7f\x9c\xbd\x76\xc7\xf3\x68\x2f\xf3\x5f\x75\x36\x9c\x7a\xf6\x97\xfb\xd0\x07\x1a\x1b\xdf\x3e\x4f\x77\x0b\x7d\xf0\xe0\xff\xa1\xeb\x2c\xc3\xaa\xce\x9b\x87\x8f\xba\xeb\x9a\x18\xd8\xdd\x22\x08\x02\x06\x4a\x77\x77\x77\x77\x77\x77\x77\x77\x4b\x48\x28\x0d\x22\x20\x29\x20\x20\x21\x20\xa2\x48\x8a\x74\x9e\xee\x33\xcf\xb5\x37\xba\xbb\xf7\xfd\xdf\xe7\xd5\xe7\xfa\xf1\x6e\x86\xf9\xce\xf7\x5c\x67\x3e\x67\x7e\xc5\x09\xbf\xf2\xf0\x8b\x9b\x69\xb2\xac\x08\xc9\x74\x8e\xf9\x0c\xf9\x1e\x44\x44\xfa\xed\x89\x47\x0a\xae\x28\xc5\x84\x94\x61\x69\x25\x09\x54\x4e\xfc\x6c\x9f\xa7\x32\x3f\x9a\x29\xb6\xa7\xe3\xbc\x0a\x1d\x46\x2f\x22\xb7\x69\x5b\xb5\x16\x93\x19\xbe\x50\xcb\xa6\x3e\x8a\x59\x0f\xeb\xad\xec\x50\xcf\xc4\xbe\x09\x6a\x28\xb3\xd3\x18\xc2\x5d\x08\x58\x06\x10\xfb\x8d\xc3\x84\x6e\x0c\x40\x31\x98\x63\xff\x99\x0e\x00\x3d\x1d\xae\x86\x4b\x9b\x00\xa6\xfd\xbc\xeb\x37\xea\x00\x6c\x55\x85\x52\x19\x39\x00\x3c\x38\x45\x56\x1e\xb6\x00\xf8\x6a\x4a\xc5\xf2\xb6\xc3\x98\x7f\xab\x5c\xb2\x58\x23\xdc\xf1\xed\x56\xdb\xa7\x72\x97\x7a\xd1\xc7\x57\x37\xc5\x98\x48\xae\x71\x5f\x31\x33\x75\xe1\x20\x4e\x38\x9e\x77\x50\x0e\x89\x20\x58\xd8\xd5\xfb\xc4\xc5\xdf\xc5\x73\x5b\x3d\x88\x8e\x4d\xf3\xc3\x39\x9a\xdd\xcb\xb8\x99\xd5\x81\x0d\x36\xea\x7b\xa1\xf8\x5c\x14\xdd\x6c\xf0\x7b\xdd\x44\xe9\x3e\x14\x56\xeb\x7d\x4f\xd3\xcb\x60\x64\x93\xaa\xdc\xb4\x78\xa5\x30\xd2\x51\x89\x61\xed\x68\x65\x15\x6a\x4d\xe1\xce\xc6\xf5\x52\x04\xe6\xac\x5c\xc4\xe6\x40\xe1\x57\xd4\xa8\x6c\xd1\x36\x67\x1e\xd7\xe2\x0b\x05\xc7\xed\x89\xdc\x1b\x93\xbe\x4a\xdc\x3b\xc4\xcc\xde\xe1\x0f\x2a\xb7\x90\x7b\xd3\xe2\xde\x3f\x50\x53\x45\x1a\xa4\xe6\x75\x54\xaa\x49\xa1\x5a\x13\xf8\x9b\xee\xab\xff\x40\xeb\xc6\x2e\xd4\x0f\x69\xb0\x62\xee\x44\x79\x55\x3c\xd5\xe2\xc1\xc4\x46\x6c\x96\xd2\x6b\x7d\xc0\xca\x85\xca\xe7\xab\xeb\x8c\x60\x8b\x82\xd7\x00\x24\xb9\xd9\xad\x4f\x76\x01\x28\xdf\x61\xcf\x38\x6d\x0b\x60\x9c\xc7\x73\xff\xda\x35\x00\xcb\x65\x6e\xe6\xeb\xba\x00\x8e\x9f\xf9\x9b\xee\x55\x02\x78\x3f\x16\x09\x78\x54\x0f\x10\x30\x29\x99\xcd\xa7\x04\x2b\xa1\xfc\xd2\xb5\xa2\x97\xe1\x49\xc8\x43\x25\xa2\xb2\x20\x95\x23\xd8\x5a\x73\xdb\x28\x94\xfc\xd6\x77\xc5\xd8\xc4\x65\x3f\x31\xd3\x65\xd6\xfe\x60\x98\x0f\xbe\xc4\x69\xda\x1d\x92\x47\x71\xfa\x76\x0a\x61\x89\xd9\x02\x58\x66\xcb\x33\x69\x23\x05\x2c\x18\x3e\xd3\x63\x45\xd8\x62\x56\x54\xac\xc1\x64\x03\x7d\x79\x39\xf2\x8e\xf6\x5c\xbf\x51\x0d\x13\x42\x53\xcd\x68\x66\xb0\xee\x28\x22\x44\xd9\x7e\xa5\xad\x76\x1f\xea\xae\x22\xeb\xfa\xd1\x72\x1a\x34\xab\x7c\xf7\x46\x48\xc9\xfb\xb5\xab\x8a\xcc\x9b\x43\x45\x31\xd3\x3c\xca\xf1\x5b\xe8\xfc\xfa\x51\x21\x55\xde\x1d\xf3\x1c\xcb\x5e\x43\xf5\x78\xc4\x99\xac\xe4\x8e\x59\x8d\x6e\xc4\xb7\x8c\xa3\x6f\x8e\x69\xa5\xa1\x0e\x26\x2f\xd4\xbe\xd0\x7e\x80\x6a\x4a\x7c\x50\x6e\xac\x73\x17\x9d\x11\x9b\x52\xbc\xa3\xd3\x8e\xf1\x89\xcc\x78\xde\xad\x77\x04\x7b\x2d\xac\x36\x67\x45\xf7\x23\x76\x22\x98\x06\x40\xf2\xed\x63\xab\x13\xcf\x01\x54\xbf\x3e\x36\x3e\x15\x06\x60\xac\xf5\x4c\xfa\xa2\x0d\x80\x5d\x35\x87\xf2\xb5\x23\x00\x6e\x51\x7c\x41\x0c\x8c\x00\x7e\xdf\x84\xaf\x3c\xf2\x02\x08\x5d\x13\x97\xe1\xd5\x84\xe9\x88\xb3\xd2\x7c\x62\x8f\x40\x22\x72\x47\x81\x55\x11\x41\xbd\x1d\x59\xa8\xfe\xd5\xf8\x0d\xb9\x30\xa4\xd2\xa0\xdc\xf5\x1c\xd1\xd6\x4b\xca\xe6\x6d\x38\x02\xf7\xd6\x4d\xd3\x55\x29\xf3\x1c\x56\xc4\x49\x24\x68\x27\x7f\x0c\xbd\x61\x2b\x95\xa4\x5c\xb2\x86\x2a\xb2\xa8\x2f\x10\x2b\x9f\x43\xe0\x8d\x45\x5f\xc7\xd7\xfa\x6d\xaf\xe9\x4e\x0c\x84\x37\x1a\x6e\xb9\xaa\x6f\x2d\x7c\x7e\x5b\xbd\x83\x50\xe1\x5f\x5e\xaf\xdf\x8b\x68\x57\xbe\xbe\x7a\xbc\x86\x63\xfb\xaa\x52\xe2\x5a\x5e\x85\xd1\x9c\xa4\xea\x9d\x0d\xe3\x32\xb3\x31\x1e\x75\xf4\x66\x7a\x71\x61\xdf\x94\x66\xe3\xd6\x70\xa1\x61\x3b\x9b\x76\xe5\x36\x35\x8f\xd8\x24\xa8\xe3\x8a\xa0\xcb\x76\xa9\xe1\xd5\xe3\x43\x90\x32\x3c\x5e\x3a\xea\x1f\x40\x09\x24\x97\x15\x3b\xeb\x2b\xa1\x4f\x25\x48\xe5\x9f\x33\xb8\x8f\x9e\x8f\x99\xcf\x9a\x32\x3c\x87\x49\x89\xac\x4a\x8b\x37\x9c\xc2\xde\x0d\xa3\x02\xc8\xbe\x7f\xf4\xec\xc4\x10\x80\x8e\xee\xc3\xc8\x53\x9d\x00\xe6\x39\x8f\x89\xe7\x5f\x02\x38\x24\x3f\x65\xbc\x62\x02\xe0\x6d\xc6\xfd\xf0\xee\x12\x40\x50\x20\xff\x02\xab\x1e\x40\x54\xba\x48\x0c\x37\x3d\xec\xc4\x7c\x91\x18\x14\x89\x00\xa5\xf8\x9b\x72\x07\x15\xc5\xa8\x87\xe3\xdc\xd4\x7c\x4c\x2f\x92\x9f\x47\x1f\xd3\x45\xba\x72\x10\x8d\x83\x5f\x5b\x3c\x8d\xd0\xc6\x55\x78\xa6\x38\x37\x66\xba\xa0\x5f\xba\xa5\x06\xb0\x96\xed\x41\x79\x3b\xce\xc6\x16\x57\xb4\x20\x7f\xb3\x0e\xcd\x37\xa8\xfd\xb4\x8d\x32\x1b\xad\x33\x6c\x3a\xba\x59\xa5\x1f\x3c\x7c\xb2\x2d\x75\xf3\xb6\x66\xf1\xf7\xd8\x76\xf1\x2d\x26\x0d\xc6\x1f\xfb\x5a\xbc\x76\xb2\x55\x5e\x2f\x3b\xbf\x3e\xbb\x8c\x52\xfb\x7d\xe5\x47\xed\x93\x71\x23\x2d\xe1\xb5\xa4\xaa\x3d\x7d\xf7\x75\x2f\xaf\xaf\x94\x9f\xeb\x68\xd4\x4d\xd9\x5c\x2b\x2e\x6d\x5c\xd3\x8b\xd9\x0e\xcd\x5f\xaa\x1c\x34\x3c\xbe\x93\x9b\x5b\xf8\x52\xd2\x50\x1e\xd1\x9e\xd9\x50\xc8\x60\x84\x47\xe6\xa5\x65\xe7\x65\x18\xd3\xa1\x82\x93\x8f\x67\xbc\x31\xe1\x47\xab\xc5\xd7\xa6\xf0\x9a\xa4\x60\x04\xa3\x63\x13\xc2\x4c\x99\x31\xe3\x11\x73\x00\x8a\x3c\x8f\x8c\x4f\x36\x02\xe8\x74\x3f\xb2\x3c\x1d\x02\x60\x19\xf5\x88\x7c\x5e\x0a\xc0\x95\xe1\x09\xf1\x4a\x14\x40\x10\x23\x87\xce\x9d\x4e\x80\xc8\x68\xde\x06\x56\x2e\x80\xd8\x37\xc2\x86\x5c\x3d\x80\x4b\xfe\x21\xa6\x20\x42\x03\x56\x69\xf7\xa4\x76\xe4\xc3\xa9\x5a\xa9\x28\xa5\xa3\x06\x1d\xe4\xea\xa4\x76\xad\x18\x97\x18\xa2\x55\xf4\xaa\x89\x66\xc4\x7d\xdc\x6f\x81\x41\x0e\xb8\x5c\x3a\xd4\x84\xb7\xb4\x27\xb6\x5c\x12\x41\x72\x7b\x12\x59\x5c\xc7\xb6\xa3\xef\xc0\x99\x7d\xa7\x91\x63\xf3\xaa\xd5\x9e\x7a\xa3\x8e\xfe\x55\x6f\x23\x89\x4f\x7c\x7d\x22\xeb\x74\x3a\xb5\xb3\xf9\xdd\x76\x9b\x03\x1a\xaf\x17\x3c\x5b\xc3\x37\x5e\xab\x63\x7e\x7c\x6a\xde\x99\x94\xd6\xd9\xb3\x44\x7e\xa3\xf0\xe1\x93\xde\xe4\xaa\x64\xed\xeb\x76\x35\x03\xf5\xf5\x95\xf2\xf0\xd7\x56\xc6\xf1\x1b\x5e\xaf\x8c\x2a\x6a\x4c\x6c\xb7\x74\x8b\xef\x15\x4f\x9b\x7a\x6e\xf7\xe4\x6f\xe7\xcb\x9a\xd1\x22\x4e\xe7\xa4\xe7\x24\x98\x59\x22\x90\x99\xc1\xa9\x13\xe6\x61\x28\x86\x94\xcd\x78\x13\xcb\x47\x28\x44\xe2\x68\x0c\xc1\x62\x10\x3d\x14\x47\x13\xfd\xc8\xc2\x1d\x63\x15\x7d\x11\x40\xb5\xfe\xe1\x7b\x3a\x35\x00\x23\x3b\xb6\xee\xd3\x59\x00\xb6\x0d\x8f\x4e\x9c\x8f\x03\xf0\x62\x7c\xcc\x71\xe5\x06\x40\xc8\xf0\x53\xab\xdb\x77\x01\x62\xcd\x39\xab\xee\xd7\x00\xa4\x70\xf1\x5b\x3d\xc5\xc3\x72\x3a\x4e\x74\x4c\xd4\x1d\x4c\xf3\x6a\x25\xbc\xe5\xbf\x51\x19\xf3\x9c\x15\x2e\x19\x73\x93\x73\x73\x8f\xa8\x7d\x75\xa5\x23\x3a\xa6\x7a\x18\xdc\x0e\x5f\xc0\x1d\x8f\x42\xda\x70\xe7\x4c\x22\xf3\xfc\x4c\xbc\xc4\xaa\x7f\x6c\x27\xfb\xc4\x86\x08\x35\xb7\x6e\x3e\x76\xbb\x9e\x3e\xdb\x79\x74\x8d\xc6\x6e\xbb\xe6\x43\xdf\xa1\x25\x15\xd3\x89\xb1\xae\x61\xed\xe5\xf7\x86\x55\x93\x94\x01\xbf\x35\x37\xdd\xf4\x99\xbe\x9e\xb1\x59\x53\xbd\xec\xef\xa7\x3a\xba\x07\xc5\x0d\x2b\x16\xe7\x9a\xc5\xda\xb7\x4d\xd8\x57\x4e\x37\x1c\xa8\x0b\x37\xab\x5f\xb3\xaa\xc6\xbe\x22\x5b\x58\xad\xd7\x56\x6c\x15\x59\x59\xaa\x6c\x16\x95\xb6\xe5\x3c\xb1\x3e\xb0\xf5\xe9\x85\x41\xba\x83\xf5\xeb\xed\xad\x7c\x54\x72\xa9\xb5\x37\x42\x32\x47\x22\xde\xd5\x9a\x80\x14\xca\x68\x89\x72\xb4\x51\x45\x05\x24\x7f\x0e\xbd\x6a\x9b\x84\x96\x4e\xf0\x0f\xba\x6b\x9b\x88\x39\x1f\xb3\x08\xa0\x96\xc9\x5a\x71\xf2\x2c\x80\x29\x86\x6d\xfe\x4c\x34\x80\x83\x34\x6b\xed\xb9\xfd\x00\x3e\x23\x8f\x0e\x5d\x4e\x02\x88\xba\xfb\xf8\x8f\x1b\x9e\x00\x49\x41\xcf\x8a\x18\xfd\x01\xb2\xb9\xb9\x6b\x1f\xbb\x00\x14\xcc\x0a\x64\x0b\x1c\x02\xfd\x22\xb4\x38\xbd\x02\x2b\x35\xb1\x64\x40\xda\x5c\x57\x9d\x3c\x58\xf2\x40\xf9\x77\x27\x3c\xf1\x74\x5e\xb5\xae\x58\x94\x2a\xf6\x73\xea\x90\x79\x61\xee\x22\x52\x3f\xda\xc2\x19\x51\xd3\xb3\x81\x09\x4c\x0a\x9c\xec\xec\x5a\x13\xf3\x9e\x4c\x39\xde\x3b\xf1\xe3\x77\xd7\x90\x5a\xe2\xd8\xca\x7c\x80\x75\xf6\x28\xe3\xc4\x85\xc5\x6d\x93\xe8\x2f\x46\xc3\x98\x95\x0c\x03\xeb\xa9\x3b\xfd\x5f\x47\x7e\x37\xb3\x9c\x55\xea\xd9\x69\xa3\x58\x5e\x5e\x78\xd9\x7e\xa5\x2e\xc0\x8a\xb4\x14\xdd\xf4\xb9\x8c\x6c\x13\xb6\xb2\x5d\xbf\x9c\x57\x6a\x37\xb7\x86\xaa\x56\xc8\x3a\x6a\x37\xbb\x51\xf9\x6a\x2c\x85\xdf\x5e\x71\xcb\xa6\x78\x26\x7e\xd9\x5e\x71\x7b\xbb\xe0\x5e\xa4\xa9\x23\xc7\xce\xa7\x3c\xee\x70\x26\x07\x76\x24\x73\xa6\x44\xc0\x61\xa7\x52\xe4\x66\x9a\x9b\xcf\x9c\x53\x13\x6a\x3c\xa9\xde\x0b\xe7\x44\x87\x7e\x13\xd7\x0d\xa0\xa5\xc5\x26\x49\xa7\x05\x60\x7e\x89\x05\x73\xfa\x19\x80\xcb\x02\xab\xd9\xb9\x49\x80\xc0\x4f\x6c\xc9\x97\x65\x00\x62\x06\x1e\xa6\x5e\x37\x05\x48\xdf\x78\x52\x41\x3f\x09\x50\xb4\x87\x63\xfa\xa1\x35\x40\x99\xa6\xc0\x0d\x21\x19\xf0\xad\x92\x15\xce\x90\x1d\xa1\x26\x54\xe9\x49\x8a\xea\x32\x93\x7b\xea\x0e\xca\xab\x39\x7d\x22\xf2\x95\x2e\x6a\x1a\x47\x7c\xc5\x46\xbc\xb8\x67\x74\xf0\xf9\x29\x44\x54\x96\xbb\x2d\xb2\xde\x69\xcd\x3d\x8a\xcb\x3f\xba\xd7\x7d\xf1\x6b\x18\x57\xd4\x8f\x11\xd9\x99\x48\xdf\xb9\xca\xf2\x6f\x39\x53\x39\xce\xaf\x3f\x48\x4f\x87\x7f\x0f\xb7\x44\x8f\x65\x8d\x27\x8c\x65\x59\x5f\xf8\x7a\x7a\xb8\xa4\xa5\xdf\xc1\x6d\xfa\x69\x7f\x43\x45\xb7\xf3\xc7\xb9\xe2\xee\xb9\xa2\x12\xe7\xc7\x8b\x0f\x5b\xf7\xe7\xd4\x38\x57\x2e\xbf\x6e\xfc\x3d\x25\xd6\xa5\x75\x8d\xbe\x36\x31\xfe\x90\x0b\x6e\xe3\x5e\x45\x74\x64\xb5\xab\xf0\x26\xb6\x34\x22\x8c\xc7\xb5\x75\x6b\xf1\x45\x6b\x50\xab\xab\xe4\x8e\xed\xf3\x16\xdf\xb3\x6e\xca\x88\xea\x6c\x19\x2f\x59\xd7\x50\xd4\xd1\xb4\x3f\xbc\x8e\xb8\x1e\x47\x19\xa5\x64\x7b\xc8\xb9\xa8\xa0\x65\x13\x8a\x01\xf4\xe4\x58\x8a\xe8\xfe\x00\xb0\x0e\x62\x31\x3d\xdd\x01\xe0\xb9\xc4\xb4\xef\x74\x2f\x40\xf8\x6d\x56\xcd\xcb\x7c\x00\x49\x19\x2c\x25\x57\xef\x03\x3c\x47\x3d\x16\xbe\x77\x06\xa0\xcc\xf8\x69\x3b\xab\x37\x40\xe5\x07\xde\x07\x7c\x3a\x30\xf9\x3a\x92\x5f\x55\x2c\x80\x5a\xd5\x74\x50\xec\xb1\xf6\x65\x8a\xe0\xdb\x20\x69\x2d\x5b\x6e\x22\xcf\xeb\x3f\x54\x1f\x46\x98\x63\xa5\xab\x66\xf5\x1e\x3d\x5f\x42\x9c\x7d\x41\xb0\x9c\x79\xdd\xb1\xea\x95\x35\xe6\x61\xd6\x6f\x39\x67\x12\x2b\x1d\xe5\xfc\xd5\x7f\xe2\x53\xa8\x79\xd5\xcd\xef\xf8\x71\x9c\xff\x8d\x0e\xe2\x8f\xe0\x09\x8c\xab\xef\x87\xf8\x69\xf3\x36\x9c\x87\xd9\xa7\x43\xe3\x98\x8a\x6b\x5e\x5e\x93\x5e\x43\x23\x05\x65\x5e\xd9\xb3\xe2\xbd\xe2\xc9\xef\x7c\x8b\xbe\xe3\x3b\xfd\x13\x12\xbc\xf2\x97\xa8\x4d\x9f\xc2\x95\x7d\xa8\xab\xc7\x5f\x5b\x85\x2e\x7b\x37\xaf\x15\xd7\xe4\x07\xb2\x78\xc5\x6d\x5a\xbc\x14\xf3\xe7\xf7\x1c\xdc\xaa\x2a\xf6\xf7\xbb\xe4\xc1\xb9\x73\x27\xff\xbd\xf7\x39\x77\x0c\xe2\x43\xd6\x8e\x97\x94\xdb\x77\x64\x6c\x3a\xb8\x75\x7b\xb1\xa1\x02\x52\xae\xba\x5d\x70\x97\x45\xe7\xc4\x0b\x01\x18\xd0\xb1\xde\xa5\xfb\x00\x60\x73\xfc\x7e\xdc\xc9\x57\x00\xbe\xd2\xcc\x89\xe7\xf6\x00\xc4\xb0\x30\xa2\xcf\x49\x01\xa4\x45\x30\x6b\x5c\xa6\x07\x28\xbe\xcb\x36\x7f\xe7\x1d\x40\x55\xe2\xa3\x8f\xf7\xe5\x00\x1a\x52\x38\x77\xb8\xcc\x80\xd0\x6a\xcb\x33\x20\xfc\x9e\xba\xd6\x7d\x54\xa8\x42\x5d\x9d\x62\xfb\x1e\x2d\x41\x63\x35\x4a\x9c\xea\x3d\x24\x17\x1c\xb4\x86\x75\xeb\x28\x52\xc7\xe7\x99\x6c\x4f\x37\x5f\x32\xbe\xd4\xb4\x7f\x85\xa3\xea\xb5\x43\xf6\x40\xf6\xd4\x62\xf1\xa1\x20\xc9\xe9\xea\xbe\xb9\x8c\xdf\xcb\x7e\x6c\x7e\x1d\x52\x8c\x79\xdb\x20\xb1\xd6\xd7\x3a\x13\x1e\xdb\xf5\xf9\x3b\xb2\x84\x31\x62\x62\x58\xea\x1b\x4d\x66\x75\x98\xda\x97\x8b\xa3\xa7\xe2\x49\x21\xd8\x19\xae\xfe\x7b\xd1\x91\x41\xc7\xbf\xef\x74\x56\x86\x6f\xf8\xe3\x97\x0c\xdf\xb2\x87\x70\x07\xf0\xad\xcc\xbd\x9e\x0d\x7c\xe2\xf7\x65\x3d\xb9\x4a\xc2\x37\x30\x60\x68\xd3\xec\xa5\xb8\xb7\xb7\x5f\xc3\xb6\x55\xd1\x1d\x0f\xb5\x80\xac\x9d\xce\xbc\x22\xb7\x8a\x00\x55\xc4\x68\xd6\x80\x0b\x7d\x00\x1f\x8a\x2f\xf5\xae\x33\xb7\xdf\x02\xfa\x7c\x62\x9c\x63\xaf\xaf\x2d\x86\x39\x26\x0b\xc0\x84\x96\x99\xee\xa4\x24\x80\xb3\x3e\x53\xcf\x69\x7a\x80\x40\xd9\xfb\xcf\xce\x78\x03\xc4\xaf\x31\xf2\x9f\x63\x07\xc8\x99\x64\x0a\xba\xac\x0d\xf0\xea\xc9\x83\xf3\x37\xee\x02\xbc\xf6\x66\x0b\xbe\xf7\x16\xa0\xdd\xfa\x59\x05\x87\x29\x6c\xf6\xf9\x72\x87\x8b\xcc\x01\xfd\x47\x55\x7e\x1f\x65\x4e\x4a\xe3\x04\x5e\x78\xc3\xac\x87\xc4\x3f\xde\x25\xa5\xe1\xff\x3b\xee\xc2\xa7\x9b\x8a\x36\x59\xdc\x3b\x2f\x46\x4a\x35\xc9\xaf\xbb\x97\x07\x47\xd6\x8d\x95\x06\x0a\xbf\xb8\xf5\x52\xdc\xef\x7e\x3f\xd8\x51\x57\x36\x9a\x47\x42\xba\xb6\x1d\x29\xa1\x2d\x62\x41\x96\x16\xcf\xe6\xeb\xb5\x78\x2e\xb7\xa5\x63\x32\xe9\x07\x63\xa6\xe2\xe3\x9f\xa4\x04\x4e\x98\x8e\x4e\x47\x08\x24\xa6\xcf\x64\xf7\xf9\x07\x47\x26\x30\x2d\x9c\xe9\x94\xf6\x17\x8a\x95\x5a\x4e\x69\x4c\xf5\x41\x46\xe1\xd7\x1e\xd4\x56\x7a\x9f\x8c\x9c\x58\xdf\xae\xe4\xf7\xbc\x1b\xf1\x63\x33\xb9\xac\xdc\x2d\x3a\xe2\xe6\x76\x78\x61\xa5\xb3\x42\x64\x05\xe2\x54\xae\x81\xe3\x5c\x84\x2f\x52\x28\x83\xe8\x60\x1e\x1e\x88\xd2\x48\x29\xb0\xeb\x0b\x33\x44\xfb\xc6\x57\xda\xa1\x82\x2f\x63\xd8\x62\xdc\x01\xcc\x59\xee\xf7\x9e\x58\x05\x70\xa3\x61\xe8\xa2\xdb\x0b\x10\x7a\xff\xae\xfe\x49\x0b\x80\x94\xe0\xdb\xfd\x27\x09\x00\x45\xf7\x6e\xe7\x9f\x4a\x03\xa8\x71\x63\xa8\xbc\xd4\x07\xd0\x5a\xc2\xfc\xee\xd6\x10\xc0\xfb\x59\xb6\x3e\xa6\x1c\x80\xb1\x2b\x1c\x1a\xfc\xfa\x90\x3f\xa3\xca\x2d\x29\x7d\x80\x2a\xb8\xf0\x50\x20\x5b\xff\x33\x69\x75\xdd\x5d\xf4\xb2\x87\x36\xce\x7e\x4b\x54\xaa\x2b\x0d\x83\xa8\x5a\xcb\x54\xb4\xaa\xb9\xbd\x72\x79\xfa\xa3\xde\x8b\x0f\xe5\x93\x59\x1f\x3e\x39\xe7\xcf\x76\x75\xbc\x2b\x5b\xcc\x9b\x43\xda\x56\x1f\xad\x39\x5f\xae\xb6\xed\x9a\x78\xf0\x5d\x6d\x47\xcf\x8f\xa1\xf0\xf8\xc6\x13\xc3\xda\x93\x19\x41\x32\x65\x4a\x93\xf2\xc3\xc7\xfd\xda\x0a\xfb\x66\x8b\xdf\xbf\xf2\x46\xe7\x70\xfc\x08\x6b\x73\xf7\xa8\xcb\xf6\x5c\xb6\x68\xac\x77\x67\x48\xc7\xac\x7e\xab\xe3\x73\x69\x4c\x15\xdd\x88\x2e\xd7\x73\xbe\x95\xbc\xba\x75\xae\x04\xe7\x98\x1d\x8f\xde\x91\x7e\x4e\xb2\x77\x8d\xdf\x40\x14\x64\x3f\xb3\xbb\x18\x9b\x88\xa2\x4d\x7d\x6b\xa3\x14\xb3\x88\x66\x4b\x58\xb6\x76\x8e\x16\xc0\xfc\x11\x7b\xd5\x32\x21\xa6\x14\x53\x14\x75\x11\xc0\xbc\x8b\xe1\xfa\x31\x2a\x80\x47\xc2\x2d\x47\xda\x7d\x00\x91\x7e\x37\x4f\xd3\xce\x02\x64\xe2\x6e\x5d\x3e\x31\x0a\xf0\xea\xd1\x1e\xa0\xa1\x01\x68\xcc\xbc\xdd\x70\xa6\x06\xa0\x8b\x81\x91\xeb\x6a\x0d\xc0\x28\x0f\xb3\xc2\x1d\x41\x80\x19\xc1\x27\xd6\xcf\xb8\x00\xb5\x2e\xc5\x31\x22\x5a\x45\xad\x44\xef\xe3\x1d\xd7\x7a\x46\x66\xc0\x57\x0b\x1f\x72\x4d\xc0\x3d\x46\xd2\x48\x89\x65\xec\x41\x7c\x5b\xfb\xa4\xf8\xb8\x3a\x76\x55\x6f\xd6\x57\x67\xb4\x8f\x76\xea\xd6\xe0\x8c\xe3\xcd\x99\xfd\x5d\xd8\xca\xeb\x99\xc7\x76\x1a\xb3\xe3\x5a\x9f\x35\xdd\x58\x55\x0d\xbb\x3e\x70\xb2\xb7\x65\x76\xc4\xa7\xed\xe3\x8d\x8f\x7c\x5f\x75\xdd\xed\x3b\x2a\x26\xf1\x83\x6f\xdd\x12\xeb\x84\xe7\x86\xbb\xfd\x9c\xd3\x2b\xde\x2f\xea\xb6\x78\x39\xa9\x95\xc8\xae\x14\xbe\x6e\x71\x50\x2f\xb4\x5e\x77\xaf\x44\xd8\xc5\xe4\x7f\xdc\x94\x2a\xc3\xdb\xba\xe5\xb8\x6c\x6b\x14\x7e\xb4\x89\xcd\x20\xed\x6c\xe7\x46\x5a\x33\xa6\x3f\x46\x0a\x66\x14\x59\xa2\xd2\xef\x23\x29\xa9\x9d\x16\x23\x29\x2d\xe8\xc7\x09\xcf\x2d\x9e\x24\x5d\xc6\x5c\x8d\xf1\x33\xeb\x4a\x8c\xc5\xa0\x23\x2c\x00\xac\xf7\xdf\x76\x39\xba\x0f\xc0\x27\xfe\x96\x2f\x6d\x02\x40\x6c\xde\x75\x0c\x2d\x27\x40\xde\xc9\xbd\x02\x7f\xc6\x5f\x63\x79\xf5\x3d\x6d\x29\x40\x27\x3d\xcd\x9b\x3f\x9f\x3f\x9d\xdd\xe3\xf7\x27\xa7\xee\x30\xe0\xae\x79\x00\x2c\xf7\xb3\xbe\x62\xbe\x0e\x40\x4a\x7b\x6a\xc8\x77\x87\xba\x48\x76\xe4\x59\x54\xcf\xf8\x2b\x0f\x93\xc8\x19\x49\x9b\x14\x8b\x5f\x79\x58\x72\x98\xe9\xd7\xb3\xed\x17\x1a\xbd\xfe\x49\xd2\xbe\xf6\xcb\xad\x92\xad\xfe\xd5\x98\x0f\xf3\xc2\x51\x0c\x7d\x16\xdd\x3b\xf3\x1b\xde\x62\x63\x6a\x1f\x2d\xbe\xde\x75\x2e\xfe\x92\x3e\x8e\x1b\x93\xb0\xf3\x1b\x25\x4c\x5f\xe8\x57\xb1\xb3\x7b\x67\xf9\x3d\xbf\x83\x6c\x23\xd1\xc2\xb4\x54\xdc\xe4\x68\x6d\x52\xaf\xb1\xba\x59\x2b\x6b\x95\x5f\xe9\xbd\xa1\x56\xce\x67\x25\x53\x1a\xb5\xa5\x5a\x5c\x6c\x69\xfb\xa2\x72\xbb\xa3\xe0\x99\xf9\x7c\x41\x10\x22\x37\xab\xcd\xc2\x24\x27\x16\x19\x9b\x2e\x6f\x6a\x99\xab\x87\x3e\x93\x30\x6b\x2a\x9e\x6d\x81\x4e\x8f\xcb\x37\xde\xc8\x3c\x88\x19\x8a\x58\x35\xde\x4c\x23\x62\xd9\xc3\xe6\x01\x1c\x62\x6e\x2a\x1e\xb9\x00\x10\x90\xbb\x97\xf3\xcf\xf8\xe2\xff\x63\x8c\x00\xbc\x48\xde\x65\xe3\xf3\x5d\xf6\xdd\xde\xcd\xc3\xa4\x14\x4d\xd0\x9f\x5c\xa3\xec\xfe\x1d\xd7\xc3\x40\x7b\x69\x14\x80\x5a\xff\x54\x87\x77\x88\xba\x45\xf6\xe3\xe9\x53\xbf\x4c\x9a\xc1\x8b\x0b\xc7\x78\x3c\xc4\xbe\x40\xf2\x4b\x31\xa7\xff\xb1\xd0\xb4\x0e\x2a\x8f\x2b\x79\x86\x93\x17\x55\x0c\xcf\xb4\x0d\xbc\x56\x9d\xc5\x39\xa0\xfa\xf7\xa5\x51\xbf\xb8\x84\xbb\x7f\xca\x0e\xd1\xfe\x74\xfc\x0d\xe2\xcb\x84\xf3\x85\x2f\xe4\xcf\xba\xa3\x1f\x6d\x5c\xa7\xcb\xbf\x29\x0d\xf8\x99\xd9\x7f\x3f\x32\x8b\xec\xf6\x37\x4d\xfd\xca\xb0\x50\xde\xa6\x6c\xd6\xd8\x9f\xb7\xfc\xf4\x4d\xbb\x59\x44\xbb\xd1\x5a\x60\xb5\xbd\x59\x79\xa3\xc2\x86\xf7\x2b\x0f\x13\x44\x2d\xed\x76\x58\x81\xb7\x49\x59\x95\xdc\x8e\x43\x9e\x9f\x49\xf0\xcb\x41\x44\x45\xd6\x63\xe3\xde\x62\x2d\xd4\xe3\x14\x35\xa3\xad\xa2\x6a\xf4\xa9\x84\x52\xa3\x9b\xf9\x15\x18\xfa\xe8\x41\x23\xda\x3c\x05\x4c\x45\xa4\x9a\xa1\x71\xd6\x53\x6c\x7f\x70\x35\x80\x33\xc7\x8d\xa3\x87\x2d\x00\x42\x08\xbb\x79\x48\x37\xa0\xd1\xfc\x93\xaf\xea\x76\xe3\x7c\x6b\xbd\xcb\x8f\x25\xbb\x9c\x8b\xa6\x69\xf9\x93\x98\x1f\xbb\xcf\x00\x77\xe2\x4e\xb3\xfc\x95\x87\x06\x32\x1b\xaf\x8d\xd6\x01\xec\x18\x5e\x49\xe4\xaa\x87\xf4\x0f\x53\x74\xb8\xf4\xa7\x38\xe7\x91\x6b\xdb\x55\x6a\x5a\x45\xa7\xda\xe4\xd6\xb4\x8d\x4c\xeb\x75\x5f\x06\x2c\x26\x3a\x5c\x68\x4f\x8c\x1b\x98\xfb\x12\xf4\xb5\x4f\xcf\xcf\x6b\x46\xf4\x15\xfb\xc0\x3b\x9b\xa9\x69\xe3\x6f\x7f\x0c\xac\x99\x9d\xf8\xae\x38\xc7\xd5\xfd\xbb\xd1\xd1\x45\xd9\x05\xc3\x36\x63\xfd\xe0\x05\xe2\x92\x56\x63\x98\xa1\xd0\xf8\xde\xd5\xc3\x75\x8c\x86\xcc\x7d\xe3\x1b\xa2\xaf\x34\x0d\x6f\x77\xbe\xd9\x7a\xfa\x82\x6c\xe0\xd1\xf2\x65\x9b\xf8\xdc\xdf\x60\xbd\xe1\x06\x42\x36\xfb\x8c\xfe\x62\xed\x0a\xb2\x25\xb5\xd6\x40\xbe\x42\x00\xd5\x94\x38\xa2\xcf\x5c\x6e\x89\x4e\x88\x3b\xa3\xef\x5b\x6a\x81\x79\x14\x2d\xa6\x67\xf4\xe2\x0f\xac\x55\x28\x9f\x9e\x69\xc1\x32\x76\x30\x58\x16\xc0\xb5\x65\x2f\xf7\x9f\xf1\x44\x6c\xee\xc6\x95\x2b\x4b\xf3\xc7\x9f\xac\xfe\x59\x07\x5d\x2c\xbb\xfc\xdc\xbb\xcb\x95\xd0\x5f\xf1\xff\x5b\x1e\xf0\xaa\xa4\x61\xbe\x78\xdd\x95\x65\x1a\x82\x99\xc8\xb2\x93\xc0\x78\x24\xc6\x54\xce\x22\xda\xe0\x5d\x3f\x52\x41\xbd\x2e\x4b\xb8\xf6\xf0\xa6\x89\x31\xb5\xbc\x27\x8f\x7f\xfd\x8a\xfd\xa9\xba\xb4\xc8\x37\x4b\xf1\xfe\x07\xdb\x84\xbc\x23\x7e\x38\xe7\xab\x77\x6e\x5b\xde\xff\xae\xfb\xb9\xae\x5b\xc0\x68\xef\xa2\xea\x82\x75\x9b\xa2\x1e\xff\x0a\xd3\x92\x55\x23\xbb\xf6\x9d\xb5\xd8\x95\x9d\x5a\x53\xad\xc8\x25\xa5\xb5\xb2\x4a\x49\xdd\xa7\x9f\x8b\x37\xf8\x5e\x0e\xea\xec\x0c\xee\xd9\xda\x2e\x7c\xac\x6b\xd3\xe5\xb2\x93\x9d\x83\xd4\x59\x6c\xff\x88\xf8\x9c\x91\xa5\x17\xd2\x28\x8f\x34\x4f\x6b\xd7\xb1\x7f\xfd\x11\x2d\x10\xff\x87\xce\xf1\x5a\x4d\x0c\x7d\xf4\x6f\x3a\x05\x15\x33\x98\xea\x88\x2c\xed\xeb\x2f\xcd\x71\x27\x02\x9d\xb5\x49\x25\x4d\xb8\xcb\x81\x6a\x00\xbb\xef\x80\x02\x88\x7b\xbf\xcb\x22\xa1\xff\x3e\x0f\x1f\x2c\x76\x39\xb3\xb3\x4b\xcc\x1c\x8d\xf6\xff\xe4\x21\xf0\xf4\x25\xd2\x0e\x35\xe6\xe9\x17\xfe\xee\x95\x19\xb2\x29\x5f\xbc\xe6\x95\x49\x67\xc2\xa2\x98\x8c\x7d\x7d\xaf\x11\xce\x5a\x7e\x4f\xa0\xd5\xeb\x2d\x74\x82\xe6\xc5\x44\xc7\xe2\xcb\x08\x79\x93\xdf\x9e\x27\xa4\x1e\xd9\xfe\xc3\xce\xb7\xf4\x6b\x70\xdc\xba\xa6\xaf\x42\x5d\xa0\xeb\xe2\x1a\x5d\x0e\xa9\x41\xc4\xa2\x71\xc5\xb2\xeb\x6b\xd3\x5e\x5d\xe1\x95\xad\x65\xf6\x06\x27\xad\xd5\xb5\xd6\xd5\x1b\x35\x1b\x1a\x86\x1b\xb5\xeb\x0f\xcb\xc3\xd4\x0a\xb7\x8e\x6d\x14\x94\xda\x6b\x3c\x59\x38\xbe\x59\xfb\x62\x49\x23\x66\xc2\x69\x87\x36\x77\x4e\xf3\xce\x50\x23\xc2\x37\xf3\x8e\x66\x61\xdf\x25\xa4\x62\x1a\x97\x66\x5f\x97\x10\xea\x59\xd2\x88\xe6\xbd\x56\x61\x74\x5f\x0c\x93\xe6\xcd\xc6\x02\x4c\x51\x84\xa0\x46\xda\xeb\x6b\xd8\xc8\xe0\x2e\x8d\xb4\x9a\x3c\xdc\xe5\x80\x21\x4d\x93\xca\xab\x38\xf1\x80\x7d\x00\x81\xc3\xbb\xf1\xec\xfe\x62\x07\xe0\x95\xeb\x2e\x3b\xb4\x77\xf9\x29\xfe\xff\x57\x07\x7f\x92\x7a\x1f\x80\x89\xfe\xc6\xa1\xcd\x76\x6a\x0f\xfb\x1c\x4f\xd4\x34\x81\x6c\xce\xbf\xaa\xd9\xfe\xc1\x8e\xc4\x2f\x66\x6b\xba\xf1\xb6\x96\x70\x5a\x5e\xc1\xbd\xff\x15\x13\x36\x4e\xb3\x3f\xe2\x6e\x0e\x03\x0a\x69\x8c\x4e\xf5\x88\x59\x43\xb8\xdb\x91\x9f\x0f\xfa\x87\x6f\xe7\x7a\xf4\x94\x68\x3b\xa7\x6e\x29\xa4\x90\x5e\x5d\x31\x4f\xd9\xdc\xf7\xc6\xa7\x02\xa1\xa3\xb7\xa1\x30\x1d\x54\x29\xaa\x46\xdc\x1c\xd8\xd0\x2a\xe3\x57\x15\xdc\xbe\xb1\xd9\x53\x44\x54\x39\xb2\x43\xb7\xd5\x9d\xdf\xae\x5c\xb8\xfd\x76\x9b\xfb\x39\xbb\xea\xe1\xef\x26\x3b\xe5\xd9\x7b\x55\x1e\x4f\xd6\x22\xbf\x24\x1f\x55\x59\x1e\x3d\x8d\x5a\x89\xdf\xa7\x2a\x3f\x90\x82\xce\x88\x61\x52\x25\x77\x4f\x60\x34\x22\x69\xd4\x24\xda\x63\xb0\xc7\x42\x1b\xd5\xee\xb7\xa8\x62\x8b\x82\x06\x54\x87\xdf\x7c\xc6\x05\xfb\x9d\x57\x21\xbc\x9e\xc2\xb3\x79\x5d\x02\xd8\x5d\x66\x00\x90\x2b\xb3\xcb\x1a\xd4\x2e\xfb\x9f\xec\x72\xfa\x67\x9e\x70\x74\xff\x15\x7f\xca\x2e\x77\x1e\x03\x30\xf1\xdd\x3a\x3f\x1b\x4b\x1d\x7c\xaa\xc9\x23\xf5\x51\x92\x22\xc0\xcf\xaf\x18\xd0\xde\x47\xea\x16\x0f\x31\x3a\x5f\x1d\x4b\x3c\xa0\x90\xef\xd8\x5d\x78\x1e\xcf\xa2\x59\xee\xff\x30\xa9\x19\x2b\x62\x72\x38\xea\x7d\x68\x04\xba\xd9\x56\x24\xe9\xa5\x97\x0a\xd2\xdb\xd3\x32\x47\xc0\xe1\x0c\x62\x39\xc1\x34\x8f\xdf\xcc\x09\x71\xe8\x55\x5e\x7e\x91\xee\xcd\xed\x91\x81\x9a\x22\x37\x15\xf4\x76\xd3\x86\x74\xe1\x69\x25\x1b\x84\xd2\xce\xb9\x1c\x26\x45\x73\xe4\xe5\x9d\xcd\xcc\xcb\x0a\x9f\x91\xd1\x08\xc3\x74\x65\x05\x0e\x84\x12\x92\x3e\xc5\x44\x61\x64\xd9\x13\x25\x96\xa0\xab\xd8\x33\x7d\x1d\xcd\x1d\x33\xa0\x24\xf2\xc9\x12\x23\x1e\xa1\xa7\xb4\x35\x34\x85\x69\x09\x73\x55\xac\xff\x10\x83\x45\x06\x3c\x54\xba\xde\x9d\x8c\x8b\xf2\xbd\xa2\xc4\xd1\x3e\x82\xbf\xe9\x39\xa9\xd8\xd6\x9a\x8e\x2f\x72\xeb\xf8\xfb\x3c\xfc\xba\x1f\x7e\xf5\xc5\xb1\xee\x5d\xae\xd2\xfe\x5b\x1d\xa0\xaf\x02\x5c\xcc\xfa\x43\x6c\x41\x11\x80\xc9\xff\xf6\xb3\x4f\x55\xd4\xa9\xa7\x1b\xdc\x25\x5d\x38\x4a\x27\xff\x13\x99\x07\xf5\x53\x64\x1b\x89\x47\x3a\x0e\xc5\x63\xa4\xe3\x8a\x47\xad\xee\x66\xf4\x12\x92\xb5\x4e\xb8\x99\xc7\x1e\xc2\x5b\x1a\xed\xf5\xab\x09\x14\xc1\x96\x5a\x17\x44\xb2\xb9\x3e\xc6\xa4\xb9\x17\xc5\xf5\xd8\xf4\xa3\xc7\x62\xe8\x93\x04\x4d\xd4\xd0\xbc\x85\xaf\x52\x38\x75\x36\x90\xeb\x6d\xa5\x19\xe5\x2a\xf5\xc8\xd2\x19\xeb\x8c\x43\xf2\xd3\x28\x09\x24\x63\x0a\x97\xbc\x28\xaa\x09\x99\x9f\x24\x2d\xcb\x8a\x11\x42\x0b\x46\x9f\x96\xfd\x8c\x1e\x40\xbd\x8b\xd5\x95\xfd\x03\x7d\x1f\x1d\x19\x39\x2e\x3b\xbb\x76\x06\xf3\x28\x5c\x59\x2e\x62\x4e\x04\x7b\x30\xb8\x43\x2e\xe7\xeb\x1e\xec\x96\xbf\xbe\x9c\xdb\x98\x35\xae\xde\xfb\xa9\x1c\x66\x10\x87\xbf\xe8\xc9\x20\x67\xd0\x77\x0c\x8f\x74\x39\x20\xa7\xda\xc3\x4f\x10\x76\xa4\x02\xa4\x9b\xec\xc6\x57\xbd\xbd\xcb\xde\xc0\x5d\xee\xbe\x59\x0f\x80\xb8\xf9\xcf\xf8\xb1\x2c\xbb\x9c\x3f\xb2\xcb\x89\x44\x20\x3c\xb8\x45\x7f\xfd\xfd\x02\xb0\x3d\xdd\xfb\x54\xb7\xe9\x04\x05\x2f\xe0\x20\x75\xab\x62\x0f\x39\x56\x12\xa7\xfd\x22\x87\x42\xfa\xac\x98\x65\xdc\x9b\x50\x45\xc4\x69\x6a\xda\x5c\x09\x95\x20\x44\x1b\x95\xba\xeb\xf8\x3c\xc5\xbf\xb1\xd4\xf4\xbd\xe3\x38\x8e\x7b\xe7\x62\x1f\xcc\x60\xb5\x82\xe3\x0a\xbd\x19\x46\x6f\x34\x83\x75\xce\xee\x8c\x1c\xd2\x61\xc4\xde\xae\x7e\x1e\x95\xa9\x9a\x85\x99\xed\xcd\x8e\xea\x56\x38\x80\x91\x5e\x98\x8c\xde\x91\x95\xc6\x3c\x40\x33\x45\x7b\x48\xcb\x63\xd3\x30\x2f\x43\xe8\xa5\x36\xb0\x53\x18\x54\x50\x99\xe4\x18\x2e\x1d\xdb\xec\x67\x21\x75\x04\xcb\x83\xad\xf6\x6b\x96\x6a\x5b\x9f\xc4\xb1\xfb\xb8\x4a\x2d\x2f\xe4\xe2\x10\x1e\xe5\xd2\xec\x53\xb1\x78\x37\xd7\x09\x69\xa9\x89\x51\xfc\x0f\x67\x7d\xe9\xb4\x51\x75\x82\x98\xe3\x45\xa9\xae\xa1\x3d\xc4\xc3\xd6\x93\x7f\xf7\xc5\xff\xad\x83\x2d\x96\x7f\xc6\x4f\xb1\xd9\xe5\x0f\xe3\x5d\x7e\xc9\x05\xb8\x98\x72\xf0\x4e\x67\x34\x00\x8d\x16\x0d\xcd\x5b\x27\x08\x78\xd2\xc4\x56\x5d\x45\x4f\x55\x12\xa8\x13\x6d\x2e\xd8\xa6\x18\x48\xda\x2b\x9f\x4a\xae\x27\x47\x2b\x71\xe8\x3e\x88\xe2\x27\x7d\xd5\x58\x36\x89\xf4\x6f\x21\x59\xe9\x73\x58\xb4\xb8\x90\x89\x57\x2d\x8f\x3a\xdb\xd8\x0c\x11\xde\x3a\x6b\xb8\x69\x9b\xff\xc0\xe3\x83\xae\x7b\xe7\x1a\xe4\xe1\xbf\x24\x97\xfa\xd0\x69\x9b\xe3\x55\x5e\x94\xfb\x55\xab\x58\xe3\x8a\x3a\x14\x02\xdd\x15\xee\xe2\x1e\x8c\x17\x07\x2d\x48\x6f\xe0\xf4\xd6\x4e\x06\x78\x49\x8e\xe3\xd2\xb0\x4d\x7e\x76\x92\x8e\xb8\x2f\x58\xaa\xcf\x8e\x84\x1a\x3e\x0a\xf7\xd6\x23\x52\x9c\x97\xf0\x04\xef\xe0\x72\x45\x4c\x85\xd0\x42\xd8\xe3\x60\x29\x71\x64\xa7\x00\x1f\xea\x72\x49\x3c\x65\xa5\x90\xa0\x6f\xb7\x2c\xf1\xdb\xf7\x25\x42\x92\xed\x37\xf1\xd3\x53\xe5\x44\x67\xf3\x72\xf1\x94\x09\x41\x62\xae\x59\x13\x40\xe5\xa9\x9f\x75\xf0\x33\xfe\xef\x65\xff\x76\x0e\xd6\xd0\x3f\xe3\x9f\xdd\x65\x4f\xc9\x2e\xdb\x8e\x02\x30\x07\xdd\x52\xa8\xc1\x41\x34\xfb\x27\xb6\x6b\xc5\x55\xd4\x08\x41\x0f\xe1\x53\x99\xcf\xa8\xc7\x25\xac\xa4\x46\xa2\xbf\x53\x7c\x15\xe2\x94\xc6\x82\x96\xc9\x89\x1a\x64\xdd\x34\x4f\x7f\xd2\xa6\x01\x93\xc9\x63\x07\x35\x52\x8d\x69\xa3\x99\x8a\x65\x16\xe9\x9a\xc3\x41\x6b\x37\x53\x61\x62\xb0\x6f\x84\x43\x80\xfe\x38\x61\x3d\x4e\xc1\x65\x40\xeb\x2a\x21\xf9\x79\x82\x5b\x8e\x0a\x96\xa0\x5d\xd3\xe0\x2e\x2f\xef\x45\xd0\xef\x11\x73\x3b\x2c\xa3\x81\xcf\xfb\xf6\xca\xb3\x55\xf2\x26\x7e\x66\x63\xd2\xfd\xac\xd8\x77\x82\x35\xfe\xa5\xd3\x8b\x5f\x71\x8b\x56\x11\x2f\x10\x0c\x6d\xbb\x45\x35\x88\xe2\x84\x24\x1b\x73\x91\x63\x44\x36\xa2\x82\x19\x51\xe4\x0a\x6e\x2f\xd1\xdc\xcc\x4d\xc4\x7d\xfb\x10\x31\xd1\x34\x53\x44\x76\x29\x80\x74\xcc\x88\x51\xc4\xf9\xfb\x1f\xa4\x67\x86\x87\xfe\xae\x83\xcf\x51\x3f\xef\x45\xed\x7f\xc6\x8f\x70\xda\xe5\xf4\xf5\x5d\xf6\xff\xec\x8f\x8d\x9d\xbb\xac\x23\x00\x30\x9f\xbb\x71\xa2\xc4\x02\xbe\x3c\xfe\xca\x18\x9f\xad\x07\x4f\xf9\x2c\x9f\xad\xc6\x4f\x53\xdb\xc4\xec\x05\x56\xc2\x2e\x53\x8f\xc9\x4b\x48\x97\xfb\x3e\xa5\xfc\xae\x29\xa5\xb1\xe0\xca\x44\x0e\xd5\x8f\xd4\x13\xb4\x8e\x22\x0b\x9b\xbe\x32\xe8\x33\xcb\x21\xad\xdb\x9b\x9a\x18\x1a\x47\x90\x72\x3d\xac\xcc\x79\x74\xb7\x48\x6c\x11\x1f\xac\xc6\x34\x70\x44\x74\x7a\x84\x8d\xbd\x32\x9a\xb8\x56\xa2\x62\x73\x59\x7e\x95\x98\xdc\x78\xde\x76\x5a\x26\x88\x78\x7c\x80\xdf\xe1\x8d\x44\x3b\x51\xef\x1b\xca\x56\x55\xf4\x1b\x31\x66\x4b\xc6\x6a\x4e\x94\x96\x68\x4f\x68\xb7\x66\x15\xf6\x23\x71\x12\x53\x4c\x16\x84\x66\x49\xa1\xc4\x65\x23\x2d\x21\x35\x52\x37\x89\xde\x80\x5f\xd0\x97\x7c\x8b\x14\xad\xb3\x24\x80\x21\xcc\x93\xc6\xb5\x42\x04\x91\x68\x77\x52\xa8\xae\x9d\xa0\xf9\xba\x23\x79\xaf\x66\x10\xc0\xc0\xcf\x7b\x71\xe9\xbf\xfa\x00\xe1\xe7\x2f\x79\xe7\x3f\xee\x72\x78\x6d\x97\x2d\xc3\xbb\xac\xe7\x06\xb8\xd6\x7f\xfc\x60\xce\x2a\x00\x8d\x2e\x0d\x4d\x1e\x17\x20\x1e\x7f\xb8\x77\x3d\xd9\x0d\x1c\xf9\x7e\x7b\x9c\x17\x59\x0a\x97\x44\x0f\x72\x75\xf9\x0d\x52\xe3\xe5\x84\x44\x0c\xdc\xa4\x28\x2d\x1a\xf7\x14\xc4\xec\x18\x29\x2e\xba\x43\xca\x8d\x66\xc3\x64\x8c\x49\xaa\xa6\xa5\xc9\x04\x39\xc1\xa6\x54\x77\xd6\x60\x90\xec\xe6\x76\x55\xff\xa4\xce\x2d\xb2\x7e\x60\xb2\x3e\x41\x83\x91\xf4\x29\x91\xdf\x04\xa7\xbc\x4a\x7a\x9d\xa7\x6a\x1a\x23\xef\x47\x6a\xa8\xe0\x32\xf9\x24\x9d\x43\x12\xeb\xbc\x6e\x1e\x21\xf1\x99\x14\xfa\xc1\xd7\xa4\x57\xec\x3e\x49\x6e\x86\xde\x34\x4a\xd8\x99\x54\xb2\xf5\xd8\xb0\x45\x68\x80\x94\x48\x34\x31\xc4\x09\x66\x93\xcf\x92\xfc\x74\xb5\x05\x62\xc9\x21\x24\xac\x26\xbf\xc0\x09\x72\x03\x99\x51\x5d\x87\x7f\x9d\xdc\x43\xe6\x50\x1b\xe0\xdb\xa4\xdc\x24\xe7\x28\x1f\xe7\xd3\x24\x5a\x90\x27\x14\xbe\x03\x4c\x05\xfc\xdb\x39\x58\xb6\xdf\xe5\xc8\xe6\x2e\x3b\x7c\x77\x59\x73\x6d\x97\xf9\x3f\xfb\x65\x6e\x10\x00\x83\xf1\x79\xa7\x94\x70\x80\x87\x2d\x37\x3d\xa2\xf5\xa1\x8a\xf7\x00\x4b\x58\x90\x2a\x68\x88\xbc\x7e\xfa\xcc\x7d\x19\xce\x49\xb7\x73\xdb\x3b\xb4\x52\xf5\x54\xbf\x8b\x1b\x5b\x99\x50\xe9\xb5\xca\xa4\x3c\x4d\xb4\x28\x21\x46\x3a\x4a\xaf\x8c\xb4\x28\x22\x96\x49\xaa\x24\x3d\x76\x0a\xbd\xf3\x90\x7a\x8e\x66\x37\xe5\x91\xaf\x88\xfa\x35\xb5\x6c\x72\x55\x74\x91\x4e\xaa\xd2\x3d\xf2\x9b\x74\x07\xed\x25\xb9\x42\x72\xf4\x8b\x00\xdd\xd3\xd2\x29\x64\xeb\x9a\x1d\xdd\x7a\x89\x7d\x64\xcf\xf6\x2a\x1d\x35\xb1\x64\xf2\xc5\xa1\x63\xfa\xa2\x22\xa7\xc8\x77\xa6\x7e\xe8\xed\x17\x44\x91\x25\x36\x4f\x69\xa3\x7e\xc5\xcf\x1f\x44\xde\x20\x1b\xaa\x8a\xf2\x49\x51\x34\xc8\x5f\x15\xda\x78\x27\x28\xfe\x94\x7d\xf2\xa7\x78\xda\x28\x5f\x29\xfa\xd2\x4c\xdc\x31\x54\x56\x4a\x9b\xf8\x71\x80\xed\x81\x7f\xc6\xbf\xf1\xec\xe7\x3d\x90\xb0\xcb\xee\x9f\x1b\xcd\xeb\x43\x76\xf9\x82\x6b\x97\xa9\x3f\xfb\x45\x5a\x3a\x00\x93\xe5\xc5\x85\x58\x71\x80\x27\x62\xb7\x3e\x84\x98\xc2\x22\xb7\x06\xa3\x80\xf7\x43\x28\x12\xc2\xb1\xae\x38\x77\xc1\x7d\x19\x77\x4e\xbc\x35\x3f\x75\x56\x39\x96\x5f\xca\xec\x04\x35\x45\x63\x53\x78\xd1\xa0\x81\xaa\xa4\x4b\x15\xcf\xd1\x7b\x4e\x3d\x63\x6a\x2e\x6d\xaf\xf5\x8e\x7a\xd2\x76\x53\x9a\xac\x31\x42\x29\xf0\x54\x54\x9c\x53\x9e\xa1\xcc\x06\x16\xc9\x4d\x2a\x7c\xa7\xd8\x25\xbc\x51\x26\xca\xfd\x41\x51\xcd\xaa\x54\x79\x27\xfd\x96\xf2\xe8\x85\xbe\xea\x8e\x78\x1c\xe5\x59\x7d\xb4\xca\x8a\x08\x81\xf2\xb4\x83\x43\x45\x45\xd8\x92\x8c\x1f\xbe\xaa\x66\x28\xc8\x46\x39\xf3\xad\x51\xc5\x93\x5f\x95\xc2\xbd\xda\xac\x24\xca\xf7\x86\xc2\x89\x9b\x54\x3a\xc5\xdb\x42\x89\x20\x27\xca\xd5\xf3\x84\x50\xd6\x28\x8e\x52\xa6\xdc\x75\xd4\x3b\x94\x5a\xf1\x24\xae\x61\xaa\x11\x05\x23\x92\x08\xc0\x7e\x80\x77\xfc\xd8\x87\x7f\x78\x10\x17\x05\xee\x9d\x77\x01\x50\xb4\x15\xfe\x7c\x4d\x09\x40\xfb\xb8\xf8\xdd\xbb\x53\x00\xfa\x9d\x32\xf9\x2c\xd5\x00\x26\xfb\xe4\x87\xd9\xfd\x01\x6f\xde\xac\xda\x2b\xf8\x00\x8a\xcc\xc6\xb4\xaa\x24\x1a\xa9\xd3\x26\x3c\xc6\x5d\xea\x67\xa8\x97\x4c\xd3\xad\x97\x8c\xcf\x52\xac\x8d\x39\x3d\xa2\x6c\x0c\xc9\xfd\x06\x59\x21\xce\xce\x55\x24\xd0\xcd\x4e\x7a\xec\xad\x4d\x92\xd4\xbe\x9a\xbb\x14\x28\x4c\xda\xaf\x3e\x59\x36\x1e\x7c\x9d\x18\xa9\x1a\x59\x7f\x36\xcc\x91\x80\x54\x3e\xd1\xf1\x20\x8a\x87\xe0\xa2\xa0\x37\xf4\x7b\xcc\x32\x1e\x25\xab\x35\xfd\x26\x5e\x1f\x7f\x4a\xea\xe5\x4e\x72\x72\x2a\xe1\x9a\xc4\x22\x2a\x34\xf6\x12\xa1\x4b\x1c\x89\xb6\x8b\x98\xfe\xe5\x7f\x90\x4e\x89\xce\x63\xe5\xfd\xb9\x76\x8c\xc5\x3d\xb0\x52\x01\x4c\x4b\xbd\x12\x81\xd8\x11\x3f\xda\x6f\x23\x92\x68\x9c\xba\xf7\xd4\xe7\x6b\x52\xfb\xf0\x67\xdd\x07\x86\xae\xca\xb8\xe1\xba\xbc\xec\x7b\xff\x90\xc9\xc4\x47\xbb\xe2\xba\x8e\xc8\x44\x12\x2e\x38\xc5\xb4\xc6\xc8\x59\xe3\x77\x5c\xae\x00\xb0\x7b\x70\xb2\xd1\x92\x00\xf8\x7b\xb9\xdf\x9e\x7a\x00\x20\x3e\xc8\x1b\x77\x76\x14\x40\x45\x4f\xe8\xfc\x55\x34\x80\xce\x71\x71\x46\x7a\x4d\x00\xe3\x04\xe9\x58\xd6\x60\x00\xb3\x26\xb9\x3c\xf6\x14\x00\xcb\xf7\x2a\x57\x04\x68\x21\xce\xfa\x8c\xe6\x07\xa9\x45\x6a\x9b\xa5\x8d\x11\x8b\x66\x10\xf5\xb8\x79\x85\x85\x98\xb1\x09\x85\xd5\xd4\xd0\x4d\xda\x0e\x4d\xf6\x32\xba\x1e\x5c\xe0\xd6\x48\xb2\x35\x78\x1e\x7f\x27\x40\x9a\xf8\x49\x67\x25\xc7\x23\x84\x4c\x7c\xa0\x65\x50\x6a\x14\xe9\x4d\x68\x57\xd7\xad\xeb\x8c\xb9\x42\x60\x53\xb9\xd1\x69\x10\xcf\x82\x17\x52\x74\x1a\x51\x4e\xa1\xff\xcb\x87\x49\x96\xbe\x88\x50\x4a\x53\xfb\xcb\x87\xb9\xfe\x9f\x7c\x9c\x27\x4c\x88\x8f\xa3\xa3\x22\x34\x50\x49\xe2\x8b\x18\xd7\x10\x99\x55\x2e\xc9\x04\x4c\x56\x88\xe1\xf4\x84\xf4\x4d\xec\xb3\xa0\x63\x13\x1e\x32\x47\xb1\x19\x01\x3e\xbf\x3c\x98\x5e\x4f\x39\x47\x9c\xa7\x4f\xe6\xbb\x72\xf9\xc3\xb8\x1f\x5e\xde\xad\x4f\x15\xb4\xf0\x07\xbd\xf6\x34\x26\xc8\xa7\x10\x4e\x39\x87\xfe\x9d\x07\xc1\x48\x6e\xc1\x53\x46\x00\x32\x9c\x7c\x84\x0b\x4a\x00\xea\x1d\x02\xdc\x57\x93\x01\x0c\xe8\x44\x7c\xef\x2a\x03\x58\xdc\x96\x7c\xce\x9a\x06\x60\x25\x2d\x17\xf2\xac\x15\xc0\x36\x44\xf9\xb8\xe0\x1d\xf0\xb4\x5b\xd7\xa4\x95\x41\x52\xfb\x6c\xb9\x0c\x4e\x69\xb2\x53\xca\x2d\x23\x2c\xf7\x5b\x58\x91\x67\x2d\x78\x9d\x15\x9d\x44\xc9\x34\xa6\x95\xfe\xaf\xbc\xf9\x48\x37\x0d\x71\x71\xc7\x83\xde\x11\x19\xf4\x4f\x66\x3f\x89\x44\x13\x8a\xb5\xfd\x4b\x13\x63\x1f\xe0\xbb\x34\x05\xeb\x70\x49\x5e\x78\x63\xd5\xf4\x4e\x9e\x94\x9b\xbf\x7c\x18\xec\xbc\xdc\xd2\x02\x7f\xd6\x97\x5f\x3e\x0c\xee\xa3\x54\x1f\xa2\x38\xf5\x18\x3e\x44\xb2\x07\x59\x96\xf0\xfd\x97\x0f\xb3\x99\x2c\xb9\x84\x4e\x89\xbc\xb8\x50\x28\x55\x8d\xc9\x0e\x19\xfe\x4a\x92\x79\x87\xa9\x08\x7d\x36\xf2\x42\xee\x04\xf6\x49\xf0\xc9\xfe\x0f\x72\x44\xec\x87\x00\xf3\x1e\x46\xb9\x4d\x5c\xa2\x0f\x57\xeb\x19\xa5\xdf\x71\x8c\xfe\xec\x6f\xca\x14\xf5\xf1\xba\x1e\x62\xf5\xf7\x15\xed\xf1\x53\xae\xca\x00\x9c\xe9\x1c\x83\xc7\xc7\x01\x84\x1b\xb8\x16\x4e\xf5\x00\xc8\x75\xf1\x60\xcf\xe7\x03\xe8\x9c\xe5\xef\xb8\x36\x00\x60\x92\x2d\x72\xeb\xde\x7e\x00\x8b\x06\x71\x35\xe6\x4d\x00\x5b\x75\xa9\x0f\x4f\xd8\x00\x1c\xc7\x14\x3a\x04\x1c\x21\xc0\x25\x54\xcd\x56\x66\x9a\x3a\xe8\x30\xa3\x27\xae\xc9\x47\xe9\xb6\x4d\x34\x73\x35\x8f\x25\x1b\xdb\x64\xdb\x25\xbb\x7d\x21\xe9\x5b\xa8\xf9\x19\x04\x14\x11\xef\x9a\x7e\x8f\x7e\x16\xf5\x8c\xf0\xd4\xb0\x27\x73\x27\xc1\x00\xef\xa4\xe7\x55\xc2\x99\x32\x88\x5b\xd4\x7a\x5f\xcf\x96\x9e\x84\xfb\x43\x5d\xf6\xdd\x52\x76\x01\xd6\x40\x99\xf7\x53\x4b\xde\x05\xcc\x6b\xb9\x8f\xab\xe9\xf9\xbc\x7f\xf9\x1f\x27\xa4\xc7\x76\xd2\x33\xef\xe0\xda\xa4\xe6\x10\x71\xa9\xd6\x68\x36\x29\x39\xe4\x4e\xc2\xf1\xc5\x76\x99\x9b\xe8\xbd\x31\x36\x53\x7e\x72\x81\xa8\x91\xb8\xbd\xa3\x77\x14\x52\xd0\x72\x31\x41\x1f\x86\x15\xd9\x30\x77\x23\xd0\xdd\x1d\x0a\x5b\x58\xd7\xa0\xf4\xd6\x08\x65\x71\xac\x56\x70\xd5\x9b\x14\xe5\x15\xdc\xd9\x80\xa3\x75\x5e\x2a\x34\xb8\x36\x1f\xaf\xca\x4b\xaa\xfb\xf0\xb7\xbc\x2c\x00\x9e\x2d\x3d\x5b\x3e\xb6\x01\x20\x59\xcc\xd1\x71\xfa\x28\x80\xaa\x38\x97\xd0\xf9\x0c\x00\xfd\x26\xbe\x82\xeb\x97\x00\x4c\xae\xf1\x8f\xde\x3a\x0a\x60\x2b\x22\xe6\xc9\xc2\x0a\xe0\x72\x48\x62\x8b\xdd\x04\xc0\xfd\xb0\x1c\x1d\x7f\x0a\x14\x79\x34\x29\x4b\x48\x29\x50\x3f\xb8\x61\xb5\x73\x34\x5b\x29\x59\x8e\x2c\xa6\xa1\x96\x9d\xe4\xdb\x76\x68\xdb\x53\x9e\x5c\xc4\x01\xeb\x73\x3e\x6a\xa1\x22\x84\x5a\x73\xa5\xa8\xe0\x58\x4d\x7c\xa9\xb1\x45\xc6\x4c\xf2\x37\x9c\xbf\x81\x4c\x09\x7d\xd6\x5d\x6c\xa1\xce\x42\x3d\x7f\xde\x23\x0c\x46\xa3\xa8\xab\x2b\x7f\x15\x73\x48\x79\xfd\x4b\xf2\x0b\x26\xb4\xae\xfc\x9b\xf5\xed\x92\x63\xff\x3f\x1f\x66\x83\x5b\x76\x2f\x62\x20\x55\x63\x5a\x57\x81\x0f\x79\x21\x95\x73\xbc\x4a\x61\x12\xa5\x9a\x90\x33\xc8\xa5\xd8\x8f\xb6\x8f\x11\xe9\x21\x28\x2b\xa1\x4b\xa2\x6b\x5b\xbb\x95\xd7\x31\xdb\xa1\x9b\x0d\x64\xd5\x24\xac\x60\x48\x59\x9d\xa8\xda\x3c\x96\x27\x74\x5f\x25\x9d\xba\x30\x6e\x7f\x20\x6d\x89\x94\xfa\x12\x6e\xcb\x87\x1e\x80\x53\xea\xa9\xef\xb1\xc8\xbf\x3d\x08\xd5\x3c\x8e\xb4\x73\x06\xff\xf0\x20\xbe\xf2\xc1\x6d\x0f\x00\x87\x45\x11\xcf\x07\xba\x00\x6e\xaf\xc4\xef\x3d\xe1\x01\xf0\x93\x92\xe1\x17\xd4\x85\x08\x7f\x13\xc5\x51\x99\x71\x6a\xb3\x8f\xb4\x66\xaf\xf6\x3e\x4a\x88\xfb\x65\xe3\x0b\xd6\x67\xc8\x0c\x8e\xef\xad\x23\x3d\x1f\x13\x55\x6d\xfb\x3c\x63\x23\x8a\xf1\x3d\x56\x43\xe1\xaf\x93\x15\x70\x38\xd3\xc1\xb4\xfc\x74\x2c\xf6\xb3\x61\x75\xf1\xab\xdc\x17\x98\xd7\x7a\x6d\x75\xdc\x85\x75\xe8\x78\xcd\xc9\xf7\xb4\xa5\x7b\x50\xed\x2a\x19\xdf\x4a\x5e\x5a\xfc\xe5\x3d\x38\xca\x5b\x6c\x2c\x14\x97\xff\xca\x07\x82\x57\x36\x69\x9b\x90\x3d\xb1\xb0\x5f\xe1\xe6\xce\x78\x66\xf3\x17\x71\x45\x40\x74\xa6\xe1\x86\x86\x54\x2e\x23\x45\x53\xa3\xbb\x0e\xaa\x25\x22\x49\xc9\x7a\x6d\x35\x6a\x73\xa8\x81\x84\xdb\x6f\x24\xd5\x05\x31\xac\x51\x57\xab\x3b\x34\x34\x30\xab\x61\x9b\xaf\x70\x9a\xb2\x58\xb5\x90\xcd\xd2\xbd\x9a\x36\x38\xda\x40\xc1\xe7\x3f\xb4\xb9\x71\x01\xfe\x47\x01\xf8\xd1\xec\xee\xc7\xa3\x00\x64\xb4\x1f\x4f\x9d\x0c\x05\xd0\xb8\xc8\x2e\x71\x26\xf4\xff\xfa\x20\x6e\x67\x85\xce\x33\xd7\x00\xf8\x64\x8b\xb6\xb2\x6b\x03\xf8\xd3\x4a\x9f\xe2\xef\x86\x94\xe0\x41\xf9\xb7\x32\xa7\xa8\xe5\x81\xfb\x35\x18\xb4\x71\x94\x5c\x1f\x49\x03\x0e\xab\xab\xa4\x7e\xd7\x18\x2b\x8c\xcf\x30\x21\xcf\x69\xca\xd9\x3d\xd6\x17\xef\x69\x93\x1f\xca\x9d\x7a\x1c\xfb\xda\xa2\x2e\xd5\x3f\x2f\x17\x13\x60\x7a\xba\x70\xfe\x05\x1d\xda\xdb\x20\xa3\x4e\xb0\xec\x28\x92\xaa\x3d\xfc\xde\xa6\x92\x0b\x91\xa7\x9a\x34\x97\x59\x7b\xe4\x2f\x1f\xe6\x7f\xf2\xb1\x7a\x5b\x91\x67\xeb\xb7\x42\xf4\xb7\x61\xa5\x98\x1d\xd5\x9c\x03\xc3\x85\xaa\x73\x3b\x71\x39\x07\x7a\x97\xd5\xcf\x20\xd4\x32\x93\xda\x59\x35\xac\x91\xd1\xa9\xc6\x8d\x96\x9a\x62\xa8\xec\x44\xf5\x9a\x28\x4d\x0a\xba\x33\x26\xae\xfc\x93\xb6\x04\xe6\x8f\xe8\x98\x22\x56\xdd\x2b\x98\x85\xf0\xce\x82\x47\x3a\x6f\xb0\xc1\x21\x91\xd9\x46\x7a\x97\x71\x34\x41\xac\x00\xc2\x89\x8f\xdf\x1c\x37\x02\x50\xd8\xc3\x2e\x70\x4a\x07\x40\x57\x99\x3d\xfd\xdc\x23\x00\xf3\x0a\x4e\xdb\x2b\xe3\x00\x4e\x56\x5c\xef\x6f\xfd\x0e\xe0\x2d\xc0\xff\x9a\x69\x18\x20\xb0\x41\xf8\xf2\x63\x24\x40\xc8\x9c\xe4\x82\xa0\x15\xc4\x85\xd7\xc8\x45\xc9\xe4\x53\x9f\x87\x47\xa8\xce\xe8\x7c\xa1\xc4\x86\xbc\xd0\x99\xb0\xa6\x25\x05\xfb\x35\x9b\x2b\xfa\x9b\x11\xae\xb8\x70\x38\xcb\x27\x8c\xe0\x1e\x3b\x76\x05\x88\xe7\x5c\xc6\x20\x6d\x72\xe2\x11\x85\x5a\xe8\x13\xe6\x0d\x85\x67\x5f\x3d\x42\x2e\x1b\xef\xaf\x5d\xae\x12\xd8\x01\xdd\x53\xfd\xf0\xfa\xe8\xd6\x57\xf5\x80\x05\x54\x73\x26\x82\x41\x19\xb1\xc2\x5d\xc7\x87\xba\xa7\xf8\x60\xfd\xd8\x2b\xe2\xce\x39\x45\xa6\x8d\xfd\x65\x5e\x33\xbd\x2a\x5f\x36\x59\x4a\x98\x47\x63\xd5\xb6\xb7\x7a\x0a\x08\xef\x53\x35\x39\xb6\x57\xf3\xbe\xb4\x36\x68\xdf\xd8\x99\xce\x26\xbd\x7e\xa5\x6b\x8a\xd0\xcd\x8a\xae\xa2\xd5\x0b\x41\x1a\xa4\xef\x7d\x75\x5e\x8f\x17\x95\x91\x44\x5f\xc4\xa5\xcf\x8e\xae\x8a\xcd\xcb\x5d\x35\xa0\xc1\x78\x45\xd1\x66\xa9\x19\x34\x60\x56\x22\x2e\xa4\xa4\x1b\x46\x61\xdf\x06\x13\x01\xc4\x8e\x3d\xf9\xe3\xc4\x2d\x00\x45\xd6\xc7\x5f\xe9\x6a\x00\xf4\x86\x1e\xdd\x3f\x3d\x01\x60\x19\xf1\x84\xed\x82\x29\x80\xab\xda\xb3\xce\xeb\xf9\x00\x7e\x2f\xf9\xa7\x1f\xc4\x03\x84\x7c\x13\x0a\x7a\x92\x09\x10\xb5\x2c\x86\xe7\x7f\x07\xd5\x71\x04\xa9\x31\xa9\x9b\xd4\x8f\xf1\x27\x14\x3f\x69\x1d\xa5\xc4\x46\x89\x6a\x79\x5a\x5f\x20\xf9\x84\xde\x37\x31\xf0\x6f\xc0\x17\x78\x9f\x75\x18\x4f\xc6\x63\xf0\x6e\xcb\xde\x87\x0b\x59\xd0\xcc\xf6\x49\x09\x17\x5e\xfd\x86\x2c\xb0\x7e\xf2\x7c\x7f\x75\xc5\x4e\x8f\xd9\xcd\x5a\xa3\x86\xc8\x6d\x25\x3d\xe5\xc1\x73\xcd\x97\xb6\x4e\x6a\x28\x2c\x4c\xb7\xf4\x6e\xed\xa8\xd3\x2d\x9e\x6d\x96\xf8\xe5\x07\x2d\xb8\xab\x1d\x5a\x33\xa8\x7c\x33\xae\xa1\xf1\x63\x83\xe6\x15\xd3\xfb\x29\x9d\x84\x8d\xaf\x65\x7e\x1d\xc3\x3a\x4e\x5b\xd3\x85\x25\x0d\x8e\x7a\x9f\x77\x8e\x3c\x17\x2a\x9f\x34\x50\x44\x34\x65\x96\x97\x3c\x37\x34\x43\xda\xa6\x33\x17\xda\x18\x8a\xa3\xf2\x93\x4c\xb2\xbf\x1a\xf3\xa0\x6f\x26\x78\x67\xd0\x19\xb3\x63\xce\xc6\xf0\xa6\xe8\x1a\x27\x61\xba\x22\x4f\xc4\x2b\x98\xbc\xc3\x2a\x84\x99\x01\x88\xaf\x3f\x5a\x3f\xbe\x0c\xa0\xf2\xe9\xa1\xe7\xc9\x6d\x00\x23\xfe\x87\xc8\x33\x41\x00\x56\xd4\xc7\x35\x17\xd4\x00\x3c\x03\xd8\x27\xae\x8d\x02\x04\x8b\x73\x5c\xbb\x33\x01\x10\x19\xc1\xdb\xcc\xca\x0f\x10\x1f\x27\xea\xc1\xdf\x00\x1d\x29\x59\x12\x46\x12\x83\xd4\xf5\x14\x76\x79\x39\x0d\x4d\x4a\x48\x62\x8b\x7a\x89\xb5\x17\x29\x23\xd6\xde\x40\xc7\xaf\x0f\x9f\x1f\xd8\x6a\xeb\x9e\x72\x0a\x73\xc2\x33\xde\xf3\x7e\x09\x07\x32\xde\xc5\x35\x5a\xa9\xe6\xd6\x8e\x9e\x03\x5f\xf6\xa5\x46\xae\xad\x73\x96\x1c\x75\xca\x6d\xd2\x1b\xd7\x0d\x0d\x87\xda\xde\x85\x6e\x88\x68\x6d\xcd\x2b\x76\x86\x6d\x3d\xd0\xa0\xff\xb1\xbf\xc5\x65\x25\x4c\xe3\xec\x12\x7b\xa3\xf0\x84\xb9\xb6\xdb\x4a\x76\x5d\xe7\x87\xfd\xba\xf1\x6b\x13\x95\xd3\xbf\x3c\x90\x86\xcf\x86\xef\x36\x23\x4a\x45\xcb\xf5\x8c\x29\xdb\x77\x0b\xdb\x8b\x4f\x98\xc8\xef\xcc\xe4\xde\xcf\xed\x32\xad\x40\x9e\xcd\xd8\xcc\x88\x37\xfb\x88\xfc\x92\x76\x33\x65\xc1\x9c\x06\xd5\x9a\xe4\x1f\x9f\x66\x61\x8a\x56\x4b\x38\x10\x5d\x66\x51\x8a\x79\x12\x73\x25\x62\xc5\x42\x0a\x7b\x2c\x1c\x0b\x20\x45\x79\x14\x75\x42\x0f\x40\xb3\xe5\xe1\x49\xba\xde\x7f\x78\x10\x15\x0f\xdb\x2e\x1c\x02\xf0\x95\x7e\x5c\x76\x35\x18\x20\x9c\xfd\x69\xc0\x1d\x5a\x80\xd8\x61\xde\x91\x87\x22\x00\xa9\xe2\x42\x17\x79\x9c\xe1\x5d\x26\x5e\xec\xad\x44\x15\x75\x3d\xf7\x81\x8c\xba\x06\x3f\x25\x3e\x83\x43\xf5\x0f\xab\x25\x92\x6d\xda\x33\x5d\xd6\x80\xcb\xf8\x4b\x51\x01\x56\x9a\xe9\x0c\x68\x3d\xbf\x34\x77\xe9\x97\xcc\x88\x3d\x9e\xae\x61\x8c\x0d\x56\x5b\xa2\xce\x0e\x59\xde\x6d\x7c\x6b\x09\x76\x2f\xab\x07\xdf\x4f\xac\xb4\x9b\x3c\x19\x61\xe8\x9f\x5d\x9d\xd0\x8b\x9a\x5e\xec\xe5\xd8\xf0\xd2\xca\x99\xcf\xeb\x80\xa9\x3d\x7a\x35\x0b\x2a\x6d\xb9\x1f\x3c\x0c\x96\x97\xb5\xde\xb0\x34\x9f\x30\xf5\x5c\xbd\x50\xb7\x5a\xd7\x6d\x7a\x72\xbd\xab\xc2\xae\x4c\xcb\x42\x6e\xa3\xf9\xd5\xa3\x02\xb0\x58\xd9\x72\x29\x56\xc8\x4d\xb0\x20\x6d\xcf\xe6\xef\xa4\x2c\x58\x0f\xed\xd4\xe4\x99\x24\x95\x58\x25\x20\x59\x33\xb6\x63\xbf\x59\x3f\x41\x3d\x4c\x3d\x10\x7d\xd5\xfa\x34\xfa\x50\x62\x68\xe8\x4b\x1b\x37\x74\x5b\x9c\x4b\xe0\x65\x1b\x3c\xa6\x2c\xea\x2e\x80\xac\xd4\xc3\xbe\x13\x96\x7f\xfb\x51\x66\x52\x6c\x13\x67\x32\x00\x5c\xbd\x1e\x5e\xb8\x50\x02\x10\x78\xf0\xe1\xec\x95\x48\x80\x68\x5e\xf6\xb5\x3b\xa9\x00\x29\x2a\xdc\x0b\x6c\x6b\x00\xd9\x7c\xfc\xef\xb9\x0f\xc2\x48\xa1\x80\xf0\xa2\xb8\x15\x9c\x7c\x31\x28\x79\x52\x35\x93\xd2\x54\x54\xa5\x60\x60\xd1\x4c\x72\xc8\x41\x6b\xf9\xf8\x4f\xe2\x79\x32\x24\x8d\x67\xd3\xf8\xd0\x39\x91\xfa\x8e\xfa\x65\x4f\x36\x3f\x07\x90\x02\x8a\xdb\xc3\xd7\x7a\xbd\x4c\x52\x6b\xde\x77\x2c\x6d\x39\x5f\xab\x2e\x1e\x3e\xb2\x90\x69\xc1\x35\x7e\x79\x6c\x69\xf9\x8c\x51\xfb\xe4\x6f\x83\x9f\xbe\x9f\x33\x4c\x9d\x0e\xe9\x3b\x33\x3c\x6c\x62\x3d\x4f\xe8\x4c\x69\xe9\xb7\xa4\xfd\x91\xd7\xaa\x5f\x3d\x6f\x55\xbb\xfc\xed\xcd\x95\x12\x73\x9b\xb9\xd5\xc2\x3a\xc5\xe7\xb5\x36\x55\x1b\x4a\xe5\x05\x39\xce\x36\xaa\x9b\x5d\xa5\xf9\xc9\xf4\x76\x7d\xdb\x8f\x8a\xdc\xe3\x99\xed\xee\xec\x60\x73\xf3\xc2\x25\x1d\x6f\x22\x12\xb3\x93\xc2\x55\xec\xe3\x90\xa1\xe9\x5b\x41\x6b\x0e\xfb\x51\x89\xc9\xcd\x7e\x0a\x0e\x2c\xe8\x9e\x38\x4f\xaf\x2e\x07\x2d\x4c\x5e\x94\x2d\x80\xec\x0a\xeb\x95\x63\x0b\x00\x7a\xcb\x2c\x23\x74\x62\x7f\x7b\x10\x1e\x9d\xac\xc7\xcf\x3b\x00\x84\xbf\x60\x4b\xbb\x32\x0a\x90\xc0\xf7\x58\xe3\xd6\x4b\x80\xcc\xe5\x67\x6d\xcc\xfc\x00\x85\x2a\x3c\xba\xcf\xea\x01\x53\xb6\x22\x30\x2e\x72\x0f\x2e\x56\xde\x11\x4b\x52\xf9\x46\xc1\x55\xfe\x90\x79\x6a\x6a\x4e\xba\xff\xf2\xb8\x5a\x77\x60\x2b\xde\x28\x7f\xd4\x60\x7f\x2a\x1b\xea\x68\x5a\xbc\x6d\x64\x15\xef\x86\x57\x78\x86\x9f\xe8\xbb\x95\xe5\xd6\x60\xfb\xe8\xd4\xc1\x9d\x85\x3f\xdc\x9d\x6b\x04\xc7\x9d\x67\x25\xec\xf9\x87\x8f\x4c\x3e\xf8\xfe\xcd\xd2\xee\xd3\xb1\xf1\x53\xc3\xe3\xd6\xbe\x93\x6a\x43\xb7\x5b\xb7\x6c\x79\x67\x89\x3d\xfe\xd5\x8c\xf6\xd5\x0b\xc1\xed\x33\x2f\x72\x1c\x6f\x2e\x15\x35\x9f\xce\x9a\x77\xea\x5b\x7d\x52\x5f\x91\xca\xec\xb4\xb9\xae\x59\x15\x1e\x6b\xed\x72\x79\xd3\xfc\xe5\xe9\x08\x6f\x97\xef\x5b\x15\xc5\x06\xe1\x09\xce\x0b\xdb\x55\x85\xf7\x83\xac\x5c\x64\x10\x4c\xb9\x37\x7c\x2b\x5d\x2f\x23\x39\x32\x85\xbc\xc2\xdd\x4e\x23\xcb\xd2\x53\x3c\xd6\x5d\x1c\xd1\xc7\x12\xdf\xb9\xd7\x38\x25\x62\x34\xa3\x7b\x01\x54\xa4\x58\x9f\x9c\x10\x05\x30\xba\xc8\xe2\x4d\xf7\x16\xc0\x46\xe1\x81\xf1\x69\xba\xbf\x3d\x88\xc8\xd3\x6c\xfa\x57\xb6\x01\xd2\x26\xd8\xde\xde\xd8\x01\x28\x98\x7c\x4c\x62\xe8\x00\x78\xf5\x92\x53\x84\xfd\x37\x80\x5a\x24\xef\x17\xc1\x06\xe0\x7c\xed\x20\x4c\x52\xf2\xa2\xe4\xbd\x21\x4b\x1f\xb4\xe4\x21\xbd\x6b\xd8\xaf\xa8\xe8\x23\x8e\xa3\xd4\x3c\xd7\x6a\x4e\xa7\x41\x36\x14\x07\x9b\xeb\x54\x3f\x58\xdf\x4a\x51\xf2\xf0\xeb\xbe\xbb\x70\x2b\x9a\x26\x42\x7b\x3c\xff\x8b\x61\xa8\x46\xc5\xe6\x77\xbb\x2f\x78\xcf\xcd\x9e\x07\xf3\x49\xe3\x53\x2e\x74\x43\x77\xbe\x3d\x6d\xb9\xec\xe6\x3a\x61\x36\x2a\x5a\x96\xe0\x19\x31\x7d\xfa\x83\x41\x9e\x95\xa7\xee\xfc\x46\xd7\xc5\xcc\x38\xf7\xad\x45\xfd\x96\xb5\xd8\x08\xaf\xb9\x95\x0b\x6f\x7c\xa3\xdf\x79\x5a\xad\xfd\x5e\x77\x3e\x6c\xce\x53\x7c\xe3\x52\xc5\xd7\x20\xf0\x54\xde\x4c\x2b\x6b\xf5\xed\xf4\x28\xd8\xd9\x57\xc0\xeb\x33\xec\xce\x81\xe0\xca\x21\x7b\x6d\xb8\x0d\x20\xb9\x33\x79\x3c\x4c\xdd\x2f\xa3\xfc\x53\x6e\xbb\x37\xb9\xf9\xa0\xf7\x27\x6e\xb8\x96\xb9\xf9\x61\x0e\xc6\x2a\x01\xa8\x79\x33\xaf\x1e\x7f\x08\x60\xb2\xf7\x01\x82\xae\xf1\x6f\x0f\x22\x28\x98\x91\xee\x74\x22\x40\xdc\x97\x07\xbf\x5f\x52\x04\xc8\xe2\x65\x61\xbe\x26\x07\xf0\xf2\x00\xdb\xd7\xbb\x25\x00\xd5\x78\xf6\x02\xd6\x8f\x00\x6f\x72\x78\x8a\x05\x48\x90\xd4\x71\x87\xdf\x5d\x1a\xa8\x17\x3a\x71\x62\xad\x46\x9b\x24\xea\x3b\x8c\xec\x21\xcf\x34\x3c\x67\xc7\x79\x55\xc3\x14\x0c\x52\xa9\x51\xc2\xa0\xaa\xe6\xc8\xda\xa1\x8a\x59\x7b\xa9\x5e\xea\xec\x81\x6c\xe6\x90\x81\x6f\xac\xc3\x6c\x49\xe3\xa5\x67\xd6\x84\x3f\x1e\x8e\x2c\x68\xac\x5e\x0d\xe8\xd0\x0f\x5c\xe9\xb3\x9b\x0d\x2f\x26\x85\x4c\x8c\xa9\x4e\x5c\x4d\x1b\x09\xd9\x99\x9c\x19\xaa\x4d\x8a\x0f\xba\x35\x1b\xd2\xcb\x16\xd9\x1b\xf8\xe6\xc7\xf1\xf6\xea\xb0\xce\x00\xe1\x25\x6a\x13\x31\x28\x3e\x20\x74\x95\x52\x27\x12\xe8\xe1\x93\xb2\xc1\x51\x91\xe6\x7f\xc4\xfb\xc0\x96\x71\x89\xb1\x4f\x88\xb7\xc6\xf6\x7c\x41\xb9\x67\x8f\xb7\x37\xc2\x23\xe7\x9c\xfb\x27\x1f\x7a\xa4\x61\x46\x99\x2b\x9f\x4f\x31\xaa\x30\x39\xc6\x39\xda\xe7\x20\xba\x2c\xfe\x80\x93\x84\x17\x0b\xa6\x21\x6a\x3f\x80\x6a\x09\xc3\xfa\x51\x3f\x00\xcb\xfd\x4c\xb7\x4f\x46\x03\xb8\x5d\x61\xb4\xa6\xcb\x02\x88\x48\x65\xd8\x39\x13\x09\x90\xec\xc1\x74\xf4\x02\x1a\xa0\x40\x93\xd9\xf5\x6a\x20\x40\xa5\x34\x53\xce\xb5\x30\x80\x37\x3b\x0f\x47\xee\x27\x03\x74\x06\x72\x68\x70\x25\xc1\xc7\x0f\xa2\x3c\xf7\xc5\x85\xa9\xde\x1f\xe5\x84\x22\x74\xc5\xc8\x5c\x9f\x78\x24\x52\xdc\xc2\xf1\x3c\x23\x7e\x0a\xa1\x29\xb4\x48\xfa\x61\x09\xcd\x63\xd5\xc3\xab\x6f\xde\x8b\x9b\x9a\xf6\x9d\xfd\x66\xdc\x16\xed\x21\x3a\x7b\xee\x97\x07\xd2\xf1\x20\xaf\xe9\x65\xf4\x0e\xe7\x0b\xeb\x94\xc5\x2e\xf9\x85\xf4\x34\xc6\x04\xf2\xe8\xf2\x44\x7d\x4c\x66\xe2\xe6\x64\xff\x50\x4f\x64\x79\xf4\xd8\xec\xfc\xfb\xe2\x40\x4a\xec\x87\x45\xd1\x56\xf1\x40\xde\x88\x9c\xe5\x99\xc6\x83\x7e\x1e\x61\x49\x6b\xe5\x35\x61\x9e\x9d\xe1\x73\x9b\x81\x65\x8b\x9e\x32\xa1\x37\xb7\x1a\x8b\x65\xdd\xcf\x86\xfa\xef\xfc\x56\x70\xdd\xf5\x7a\x88\x1f\x22\x20\x7b\xd5\x69\x28\x84\x09\xb9\x99\x66\xe7\x58\x10\xac\x80\xea\x4d\x9a\x73\xb8\x16\xe4\x89\xee\x8e\xf3\xb5\xeb\x08\x14\xc3\xbc\x8e\xa4\x00\x68\x5a\x30\x5c\x3e\x9a\x09\x60\x73\xe4\x7e\xf4\xc9\x52\x00\xef\x7d\x77\x5d\x8e\x23\x00\xa2\x5f\xdd\x2e\x38\x51\x08\x90\xe5\x73\x7b\x8e\x6e\x1c\xa0\xb4\x9e\xbe\xe1\x1c\x1a\xa0\x7e\x9b\xf1\xde\xe5\x6d\x80\x0e\x60\xdd\x7b\x4f\x00\xe0\x03\x85\x9d\x9f\x9d\x04\x1b\x9f\xa6\xb9\x44\x44\xef\x53\x7b\xa6\x68\xf9\xf3\x34\x76\xc8\x63\x0b\x1c\x22\xbe\x0e\xd7\x09\x8c\x4b\x2d\x52\xf7\x63\x99\x50\xe7\x56\xfd\x14\x34\xcb\xcf\xac\x16\xcc\x7e\xd5\xb1\xef\xf5\x9a\xba\x39\x38\xe5\x78\x7b\xe6\xc0\x2f\x0f\xa4\xec\xe9\x6b\x99\xea\xde\xcd\xa0\x24\xec\xdb\xdf\xdf\x29\x2e\xfc\x88\xf4\x7e\xe5\x3d\xba\x33\xa1\x17\x6a\x9a\xa7\xfb\xad\x76\xd0\x32\x20\x37\xcb\x6f\x5e\xa3\xfb\x82\xd7\x4c\x16\x79\x71\xee\xed\xa2\x67\x62\x9a\xfa\x4a\x6a\x03\x87\x7b\x70\xe2\xf6\xfa\xcb\xca\x11\xd7\xf1\x84\xb1\x4d\xce\x97\x31\xce\x2a\x09\xbe\xdb\xfb\x5f\x30\x3a\xe9\xc6\x1e\xda\xa9\xc8\x6b\xb2\xf7\x8b\xe5\x46\xaa\x67\x24\xd8\x5d\x8d\x39\x86\xb2\x4d\x61\xb3\xb5\x89\xec\x44\xeb\x25\x30\x58\x3f\x8b\x1a\xc3\xf0\xc4\x5c\xb4\x8a\x88\x78\x88\xbd\x1d\xfe\x0a\x40\xdf\xf3\xde\x32\xad\x23\x80\xbd\xc5\xad\xaf\x47\x6f\x00\xf8\xcb\xde\x52\xa2\x7d\x0f\x10\x5b\x7a\x1d\x41\xcb\xfe\x0f\x0f\x22\xee\xd6\xad\x53\x74\x00\x2d\x8f\x6e\x77\x9c\xfd\x0d\xa0\x6f\xe9\xbe\xce\x8d\xb3\x00\x5f\xc6\xd9\xee\x32\x47\x00\xcc\x84\x73\x9c\x10\x7c\x06\xd2\x9b\x3c\xdc\x18\xc5\xf3\x94\x18\x82\xb9\x80\xb9\xf9\x22\x61\x15\x53\x20\x96\x1e\x6e\x86\x2a\xde\xe4\x92\x9b\x2b\xab\x5e\x8b\x9b\x3f\xa5\x7d\xad\xc7\x66\xea\xf6\xe0\xac\xe3\xf5\x99\xdf\x5b\xbc\x6b\x15\x32\x69\xb6\x88\x69\xf7\x3a\x4a\x5a\x3a\x96\xc5\x42\x08\x03\x9f\xfb\xa2\x66\x99\xbd\x07\x7a\x9f\x7d\x92\x19\xf7\xf0\xe8\x79\x53\x3a\xcd\xd2\xbf\xe2\x81\x7e\xc9\xf7\xfd\xca\xbb\x50\x57\xe7\x17\x17\x96\xd6\x9a\x12\x5d\xf4\x9f\xf7\xae\x8a\xd6\xdb\x3b\x7e\xc8\xf9\xb1\xc1\x52\xc1\x62\x2f\x94\x7b\x6c\x13\x51\xca\x62\x57\x9b\xd6\xb1\xc3\x92\xff\xd0\x96\x3b\xfd\xe1\x0e\xe4\xea\xd8\x1c\x4c\x61\x45\x86\xa5\x57\x58\x35\x26\x5d\x42\x0d\x24\x05\x58\xed\x4b\xa0\x43\x97\xc4\x35\x59\x9e\x89\x4b\xc7\x38\x47\x11\xcd\x53\x63\x66\xb0\xa1\xa1\xd1\x00\x86\x17\xef\xbe\x3c\xca\x04\xe0\xf4\xf0\x46\xe8\xe1\x57\x00\xbb\xbb\x4a\x00\x52\x4e\x5c\x2f\xa6\x4d\xfe\x7b\xce\xd5\x10\xba\x67\xf6\x9f\x1e\xc4\x28\xeb\x6d\xd5\xb3\xfc\x00\xf3\x7a\xf7\x17\x6f\x1d\x01\x58\x53\x7b\x2a\xc6\x5b\x00\x40\x3d\xc0\xd1\x2b\x16\x4e\xd1\x23\xaa\x0a\x34\x58\x0e\x10\xfa\x30\x6e\x62\x3d\x11\xc2\xa8\x07\x1b\x99\xf2\x5e\xaf\x12\x96\x6f\x7f\x6f\xd7\x5a\x7b\xf7\xaa\x7f\xe3\x73\x90\xc3\xc7\xf1\xd5\x12\xeb\xc1\x13\x51\x8b\xb3\x31\x11\xf6\xfd\x51\xef\x6f\xcc\x1f\xf6\xfa\x3e\x96\xfd\xb1\xee\xcb\xac\x23\xdb\xa4\xe0\xc4\xe0\xc8\x05\x07\x9e\x01\x91\xe9\xb1\x3e\x4f\xfb\xab\x2d\xf5\x3f\x68\xda\x2a\x6d\xbf\xd6\x2b\x2d\x6f\x36\x60\x6d\x06\x2a\xa5\xd7\x9a\xaa\x43\x6d\x68\x4b\x99\x36\x99\x5f\x5e\xb4\xd1\x28\xf8\xb6\x15\x55\xfc\xc8\xea\x64\xbe\xff\x8e\x47\xde\xaa\x65\x49\x6e\x29\xc2\x3f\x5b\xc1\xbc\x31\x7b\x05\x75\x25\x95\xce\xbc\x39\x23\x0f\xb5\x98\x38\x6f\x7e\x23\x8d\x19\xdd\x13\xb7\xc7\xcc\x30\xf9\x3b\xa6\x38\xf2\x9b\xe9\xde\xa4\x51\x6c\x68\xa8\x21\x80\x49\xcb\xad\x63\x87\xd9\x00\x5c\xdf\xde\x18\x39\x22\x0f\x10\xfe\x73\xfe\x9d\xae\xb3\xeb\x41\xbc\x54\xa2\x91\xfb\xe7\x9c\x67\xf8\xe9\xcf\x79\x97\x3e\xcd\x7f\xde\x5f\x8c\x28\x3b\x74\xf8\x3f\xdf\x6f\xde\x60\xcd\x67\xc4\xc1\x32\xe5\x07\xe7\x13\x09\x16\x0a\x03\xf1\xa8\x20\xbd\xcd\x1e\x02\x0d\xda\x5c\x7c\x3e\xd6\x63\xa9\x78\x2b\x40\x91\xa1\x38\x7d\xc8\x6b\xb9\x4e\x9f\xbf\x69\xbd\x5e\x72\xce\xc0\x71\x6f\x9f\x61\xda\xb5\xc9\xbd\x61\xd2\xa3\xef\x03\x1b\xc6\x4d\x9a\xf3\x27\x2c\x1c\xc7\xbe\xce\x4f\xc8\x8f\x54\xff\xf2\x40\xcc\x33\xbe\x8d\xcd\x7d\xee\x12\xb4\x90\x1a\x38\xb1\xa8\xfc\x36\xd7\x3c\xa8\xf3\xf7\xd5\x87\x75\xe9\xe6\xb3\xcd\x86\x6b\x1b\x55\xa9\x66\x5d\xf5\x79\x9b\x1e\xa5\x7d\xa6\x50\x31\xb9\xbd\x92\x6f\x66\x5a\x54\x16\x82\x10\xca\xfe\x60\x32\x5c\xe2\x8c\x94\x4f\x5f\x34\x99\xcc\x8f\x46\x55\x25\xf9\x19\x17\xe7\x61\xd0\xf5\xb1\x54\xe3\xac\x9c\x48\x0c\x4f\x74\x8c\x11\x7b\x56\x3e\x56\x31\x8c\xc9\xf0\x71\x66\x15\x96\x10\x54\x07\x60\x96\x7f\x68\xcf\x9f\x71\xb8\xf5\xef\xe5\xf8\x93\xbb\x6f\xf4\x05\xc8\xe5\xdb\x65\x2d\xe7\x4f\x0f\xa2\xe6\xff\xe3\x41\x4c\xef\xe1\xdd\xfd\x9e\xf7\x41\xf8\x9d\x6a\x68\xa1\x14\x73\x6e\x48\x91\xc8\x47\x09\xc5\x82\xc3\x76\x84\x95\x5a\xec\x45\xc9\x2b\x61\xe2\x9f\x44\x11\xe3\xca\xb4\xd9\xb7\x5a\x3c\x36\x46\x0c\x5c\x2b\xf0\xa5\x8f\x96\x2b\xec\xa6\xdf\xaa\xc5\x7a\x7c\xd7\x0b\xfc\xda\xb3\xe2\x3b\x32\x9b\x5b\xc6\xd2\x3f\x6a\xdd\x33\xc3\xf4\x6d\xf2\x43\x97\xc9\xbb\x05\x89\x79\xfe\x77\xa2\x06\xf9\x4b\x7a\x3f\x82\x5a\x58\x0d\x8c\xa7\x99\x96\xbd\x1b\x0c\x0d\x26\x3e\x3a\xad\x35\x57\x3d\x34\xe2\xeb\xb9\xb7\x61\xf2\x8a\xc9\xe8\x5e\x1b\xef\x96\xc6\x8b\x16\xc3\xb6\x46\xd1\x9d\x47\x79\x08\xa3\xc7\x35\x2e\x88\xf8\x2c\x35\x23\xe5\x0a\x49\xa4\x67\x1a\x18\x28\xbd\xc2\xa0\xf7\x24\xbc\x32\xd0\x2d\xf9\x8a\x9e\x88\x3d\xa8\xaf\x53\xf4\x03\x83\x0d\xaf\xd0\xd3\x28\x78\x83\x9d\x0a\xa6\xd1\xfd\x9e\x77\x13\x57\xe9\x67\x03\x60\x75\x7c\xef\x7f\xf6\xb7\xfb\x13\x68\x02\xfe\xcd\x0b\x6a\xde\xda\xe5\xe0\xcf\x79\xf0\xbc\xf9\xbf\xcd\xbf\xff\x24\xcb\xf2\x3d\x22\xa1\x80\x62\xcb\x95\x27\x1b\xba\x22\x42\x1c\x11\x7a\x64\xee\x34\x31\x8f\x53\x90\x66\x08\x98\xee\xe4\x47\xe1\xd5\x8e\x25\xbb\x56\xaa\xed\x38\x19\xb6\x14\x8a\x64\x6e\x6e\xe8\xda\x67\x56\xdb\x85\xa1\x56\xaa\x7c\x09\x4d\x1f\x3d\x8d\x97\x78\xf2\x99\xdb\xc2\x2c\x25\x17\x53\x06\x14\xdb\xaa\xf5\x3d\x96\x79\x17\xed\x9a\x65\x75\xad\x56\x3e\x2e\x9f\x6b\x68\xfa\xe5\x81\x68\xe7\xcc\xf6\xac\x2b\x97\x4f\x69\x5b\x8d\x51\xb6\x3c\x8a\x64\x75\x22\xfa\xb9\xb7\x37\x9e\x9f\xfc\xcb\x03\x11\x6c\x33\x42\x26\xa7\xb6\xea\xf8\x35\xde\x46\xb5\x25\x3e\xd0\x59\xab\xcd\x41\xe7\xc6\x46\x69\xb7\x56\x21\x30\x7d\x11\xbf\xeb\x68\xbe\xec\xc4\x9a\x86\x9e\xd2\x89\x2f\xa1\x62\xfb\x82\x6f\x6b\x5f\x2c\xb9\x89\xcb\xf6\x73\x05\x70\x3c\x71\xa9\x61\xff\x27\x80\xf0\x3d\xbb\xf1\x64\x2a\xd0\xfc\x67\xaf\xfb\xaf\x79\x5f\xd7\x9b\x9f\x75\x90\xb7\xcb\x4d\xb3\x7f\x9b\x77\x90\x35\x60\x9d\xd5\xf6\xfe\xad\xb5\x49\x8a\x3b\x37\xbf\x6c\xcc\xd7\x3d\xa4\x66\xa1\x60\x83\xbc\x5e\x1e\xc2\x6f\x32\x0f\xdd\x8d\xeb\x5e\x62\x96\xd4\xc7\xa2\x6f\xe6\x4f\xa2\x92\x8d\xfc\xd3\x26\xe2\xcf\xec\x70\xdb\x37\xbf\x38\x19\xe8\xb8\xb9\xe5\x75\xbb\x3c\xdc\x45\x73\x83\x92\x1e\x52\xb9\x68\x31\xb0\x56\xd9\xc2\x5c\xb7\xad\xa3\xb0\x96\xff\x43\xb0\xd6\x46\x53\x63\x1d\xb5\x66\x5e\x59\xaa\xda\xb1\xd5\xbe\xa9\x53\xcc\xad\xf6\x64\x83\xb4\x29\x57\xec\xaf\xfe\xc7\xf7\x17\x5b\x73\x05\x8f\xd4\xfb\xc7\x5b\x11\x87\xb3\xac\x34\x6e\x7d\x64\x43\xec\xa4\x6b\xa8\x2f\xf7\xb9\xa1\x5c\x12\x03\xd5\x4b\x3a\x73\xd0\xcb\xd1\xba\xea\x7d\xad\x76\x98\xf8\x08\x6d\x8d\xa3\x8d\xa7\xb0\x2a\x21\xaf\x35\x74\xeb\x62\xb1\x6b\x81\xa3\xea\xc2\x35\x6f\x70\x6f\x7d\x99\x35\x84\xcb\x07\xf0\xfb\xbc\xdf\x03\xb8\x56\xef\x71\xf8\xe7\x79\xf8\x35\xf7\x7d\xb3\xb1\xcb\x01\x95\x9f\x75\xf0\x85\x46\xeb\x4f\x52\xfe\xdb\x03\xb8\x08\x70\x6d\xfc\x28\xc3\xc6\x71\x78\xcd\x8a\x61\x7e\x37\xf5\x99\x42\xe5\x8a\x17\x1f\x18\x30\x23\x0b\x08\x1b\xeb\xf8\x37\x2d\x11\x9f\xca\x4a\xda\xbf\x2c\x6b\xc4\x9b\xa8\xb5\xf8\x06\xa6\x7d\xc1\xac\x19\x2d\xc4\xb8\x87\x57\xa1\xa2\xec\xc4\xd2\x47\xbc\x77\x10\x4b\x1e\xda\x79\x3e\x0e\x5f\x10\x47\x13\x07\x0b\x14\x4c\x9b\xb7\xd7\x6a\xe6\x5f\x88\x6a\xaf\x6c\x31\x4c\xb4\x95\x3d\x54\x79\xb7\x1d\xbc\xf5\xa0\xf0\x95\xf2\x93\x9d\xa6\x6d\xe7\x3c\xcb\xff\xf5\x20\x94\xe8\x97\x84\x91\x86\x29\x6c\xca\x42\xdf\xfc\x50\x16\x09\x29\xca\xfd\x63\xbc\x68\xb7\x18\x03\x15\x9a\xc1\x1a\x8c\x40\x04\x5a\xc5\xf6\xfd\x65\xec\xb1\x50\x59\x65\x42\x87\x14\xee\xa1\xbf\x8d\xca\x64\xab\x31\xee\xbe\x7f\xb7\x72\x55\x73\x12\xfe\x96\xd7\x6d\x15\x9e\xfa\x69\x7c\x89\x3b\x07\x40\x80\xd3\x7f\xfb\x30\xe5\x3f\xe7\xfe\x1d\x27\x77\xf9\xc5\x64\xd7\x8f\xdb\xd1\xfb\x37\x0f\x64\xb9\xfd\xe7\xfc\x93\x15\x2a\xd9\xae\x31\x37\x0f\x67\x50\x19\xb8\x6d\xc4\x6e\xb6\xa2\x28\x34\xc2\xed\xaa\x55\x55\x29\x24\x63\xd9\x07\x66\x15\xb9\x15\x84\x5e\xf5\x1c\x97\x96\xb8\x83\x38\x7b\xe3\xf7\x21\x11\x01\xd6\x58\x57\x1b\xcf\x28\x3e\x77\x7e\xf4\x84\x5b\x7b\x92\xaa\x6d\x08\x5a\x3b\xc6\x23\x45\xd9\x74\x1c\x65\x50\xf8\x32\x7d\x5b\x77\x2f\xb2\xb9\x5d\x28\xd3\x4c\xf9\x03\xd2\x66\x21\x3f\xa3\x58\xf1\x00\xd2\x14\xc1\x99\x8e\xfc\xe5\x3f\xc8\xe5\xa2\x9f\xa2\xee\x26\x9c\x96\x6d\x46\xcf\xa2\xbe\xc4\xd2\xc8\xff\xbe\x7e\x18\xcd\x14\x73\x57\x6e\x62\xfe\x37\x4c\x73\xa8\x98\x5c\xcd\xb7\x70\x6c\x6c\xa0\x88\xbc\xcf\x98\x3d\xee\x86\x5f\xb6\x7c\xff\x80\x20\x6e\xc1\xab\x50\xbe\xb3\xb7\x04\xaf\xe6\xf1\x87\xfc\x8b\x2e\x2f\xfc\x82\x4b\x87\x7c\x77\xfb\x6b\x82\xa0\x93\x1d\x40\xf8\xc1\xdd\xf8\xf2\x03\xff\xbb\x0e\x7e\xdd\x0b\xcb\x3c\xff\x76\x0e\xd6\x35\x76\x39\x7b\x01\xe0\x3a\xe1\xe4\xc1\x61\x0c\xb4\xb0\x5d\x65\x52\xeb\x74\xa3\x5a\xf0\x70\x0a\x2b\xd7\xea\x50\xe6\x84\x22\xa5\x27\x0b\xe7\xc8\x22\xb2\x48\x7d\xe6\x94\x33\xa4\xab\xea\x4e\x56\x85\xe1\x85\x84\xe7\x86\x6a\x6e\xad\xde\xd7\xf1\x09\x56\xb2\x7e\xd7\x1d\xbf\xe3\x5c\x5c\x87\x42\x36\xad\x36\xb1\x5f\xc3\xf7\x45\xf0\x1b\x3b\x62\x39\xb3\x5d\xa3\xf7\x68\x7f\xc6\xa4\xd5\x67\xc7\x3e\x50\x95\xc4\xd0\x0f\x1d\x8f\x25\xc9\x1f\x46\xa7\x6c\x9d\x89\xab\xfb\xcb\x7f\xc8\xc0\x1a\x63\x9c\x43\x39\xa5\xaf\x62\x9b\x30\xc3\xc1\x96\xbf\x3c\x08\xa9\xe6\x6d\x43\xec\x8c\xdf\x23\xe9\xe4\x45\x19\x9c\xa6\xcf\x59\x69\xe1\x99\x2d\xfc\x23\x77\x03\xe9\xbc\x89\x6e\xfc\x5b\x17\x07\x19\xb7\xd1\x0d\xfc\x90\x8b\xbc\x0c\xcb\x60\x1d\xc1\xc5\xe1\x9e\x0c\x43\x9f\x05\xe1\xbb\xad\xc1\xdf\x7d\xf1\xe5\xf7\x5d\xbe\x13\xdd\xe5\xd4\xcf\x3e\x48\xb0\xfe\xb7\xf9\xf7\xb7\x9f\x75\x30\xfa\x1a\xe0\x96\xe9\xe9\x99\x2e\x6e\x98\x63\xd5\x67\xb8\x51\x37\x0a\x6c\x9c\x57\x9f\xb1\x94\x5d\xa5\x1e\x12\x39\x29\x25\x94\x69\x48\x06\xb9\xbb\x1a\x74\xd1\x82\x24\x8a\xfa\xb6\x31\x6b\x90\x1e\x49\x5b\xef\x99\x25\x9b\x5b\x29\x81\x6c\x91\xee\x62\x65\xc7\x40\xe8\x70\x48\x76\x63\xb2\x38\x89\x9f\x09\xd2\xf5\x91\x35\x14\xc2\x7b\xa6\xe8\xf9\x99\x6a\x7d\xc6\x73\x97\xa0\xfc\xd9\x54\x4c\x71\x31\x9d\xfb\x03\x31\x0a\xbc\xb8\xdf\x3f\x3b\x05\xbf\x93\x4e\xc7\x9d\xdd\x5a\x0c\x1c\x97\x1c\xc1\x65\x60\xdf\xfa\x19\x49\xde\xc3\x1f\xc0\xb1\x78\x0f\xfc\xaf\xff\x20\xfe\x18\x7d\x13\x3f\xe0\x74\x4d\xbc\x6b\x9d\x96\x70\xd1\xa1\x40\x9c\xf0\xe3\x01\xc1\xdf\x4e\x46\xc2\x69\xfa\x22\x61\xd8\x26\x4e\x3c\x71\x42\x9a\x98\x6b\x56\x2f\x31\x36\x7a\x94\xe8\x6f\xb1\x07\x20\x27\xef\xbf\xeb\x60\x24\xeb\xdf\xfa\x21\x3e\xe9\xbf\xe7\xdf\x43\xe4\x5d\xb6\xfe\x3c\x1f\x6f\x08\x30\xc3\xd6\xcf\x10\xf2\x6a\x0c\x2e\x73\x27\x71\xde\xca\x39\x4d\x2d\x12\xb6\x11\xa2\x49\x7c\x4e\x89\x97\xfb\x4d\xb1\x31\xd4\x92\xdc\xa9\x7e\x50\x3b\xd1\x73\x98\x7c\x5f\x0f\x67\xf8\xc9\xa1\x9b\x94\x62\x8a\x36\x57\xb6\x62\x21\x1d\xb5\x77\xb3\x39\x6b\x5a\x45\x4c\xf4\xe1\x74\x38\xf9\xcb\x7f\xd0\x9c\x20\x5e\xce\xe1\x72\x9a\x55\xd9\x43\xc8\xa9\xed\x71\x75\x95\xdf\x4f\xd0\xef\x65\x74\xdd\x94\x9a\x25\x3c\x9d\x4e\x73\x2d\x91\x48\xc2\x4f\x23\x84\xdc\xbe\x89\xed\x10\x8c\xf1\x05\x4e\x33\x62\xb7\x08\x93\x84\xab\xf6\x39\xff\xc7\x7f\xb8\x86\xef\x24\xaa\x9a\xad\x8b\x74\x20\x4e\x13\x55\xcd\x95\x84\x71\xab\x82\x24\x3a\xc3\x1f\xa2\x56\xf3\x36\xc4\x69\x93\x8b\xa2\xcf\xbf\x35\x90\x2e\x19\x19\x01\x54\xec\xfd\xe9\x81\xd0\xd0\x68\xfc\xc7\x03\xd1\xfe\xb7\x3e\xb0\x94\xb7\xcb\x4f\xcd\x3f\xe7\xdf\x43\x3f\x3d\x08\x61\x80\x3b\xe1\x67\xdf\x94\xef\x00\x96\x0d\x41\x2f\xfa\x9c\x19\x72\x39\x2a\x58\xe5\x92\xb3\xa8\x68\x61\x5d\x5e\xce\xc8\x0c\xaa\xb4\x0c\x9f\xc4\x5d\xff\xe7\x94\x0e\x65\xbc\x3c\xce\x75\x3f\xb9\x5d\x2f\x40\x7b\xf5\x97\xff\x60\x5e\x4d\x42\xda\xee\x37\x39\x65\x1c\x4b\xca\xf3\xd0\x36\x7f\xa6\xd3\x44\x4a\x8f\x38\x65\xae\xa2\x3e\x4f\xd2\x48\x7b\x6f\x49\xa7\x1c\x4d\x3a\x5a\xc2\x61\x85\x93\x27\x12\xc3\x1a\xf5\xec\xf8\xa4\xcb\x88\x96\x03\x8f\x6c\xa9\xe2\x2d\xc4\x98\xd9\x2e\xeb\x06\xd1\x36\x62\xec\xb6\x8a\xd5\xb0\xf0\x17\xd2\x71\xa2\x99\x99\xa8\xb0\x2c\x49\x81\x58\x69\x72\xf5\x97\xff\x20\xb8\x45\x42\x93\x34\xf5\x32\x7f\xf9\x0f\x82\x91\xd8\x19\x52\x81\x8e\xa6\x40\xee\xf6\x24\x99\x49\xbd\x49\x70\x79\x25\x95\xb4\xae\xe5\xf6\xf7\xe7\x83\xbf\x3c\x90\xc0\xff\x9a\x7f\xb3\xfd\xf7\xfc\xbb\x6b\xe6\xa7\xff\x51\xb5\xcb\xc2\x2f\xbb\x2c\x78\x05\xc0\xd2\x78\x23\x36\x95\x0a\xed\x9c\x47\x98\x63\xa3\x62\x40\x50\xf8\xe8\xb3\x89\xe0\x22\xea\x80\x94\x8a\x40\xa4\x87\x16\xf5\x9e\x0a\x87\x54\xb0\xc3\x31\xca\x1b\x6d\x36\x85\x00\x73\x09\x0a\x8b\x11\x51\x6d\xc0\x24\x84\x3c\x64\xd5\xaf\xad\x62\x78\x9a\xac\xed\x96\x67\x40\xff\xcb\x7f\x50\x8f\x25\x33\xc6\x0b\x1a\x0e\x2b\xcd\x90\x0f\xe4\x4e\x19\x25\xca\x7d\x25\xfd\xa8\x50\x37\x66\x96\xfe\x42\xca\x79\xbb\x6c\x32\x29\x71\x81\x54\x35\x30\x66\x2c\x24\x6a\x4f\x0a\x9c\x6d\x32\x6e\x14\xbe\x44\x6a\xdc\xf1\x36\x3c\x26\x54\x4a\xca\x23\xed\x31\x0c\xfe\xcb\x7b\xb8\x49\xae\x22\xdf\x54\xcf\xe7\xcf\x23\x7f\x27\xab\xa9\x56\xff\xf2\x1e\x78\x11\x14\x77\x32\x51\xde\x91\x97\x15\x57\x4b\xe1\x91\xa9\x07\xf8\xf0\xf3\xfc\xff\xb7\x17\xf7\x57\x1f\xf0\xd8\x65\xdf\xe4\xcf\xff\x3f\xf3\x2e\x4b\x5d\x76\x99\xf9\x93\xe9\xc6\x00\x4c\x3f\x2e\xe5\xc6\xe9\x02\xe2\x59\xfa\xbd\x8a\x10\x0c\xc4\x09\xac\x3d\x4c\xf3\xf1\x80\x73\x92\x14\x6e\x1b\x27\x7d\x6a\x8a\xb2\x84\x08\xa3\xd5\x19\xaa\xba\x26\xab\x78\xa9\xf1\x75\x4a\x8f\x21\xb7\xbc\x85\x41\x08\xe5\xb3\x69\xac\xdc\xb4\xee\x69\x4a\xb8\xe3\x13\xe5\x93\x1a\xe3\x14\x2f\xef\x38\xe5\x5e\xd5\x5c\xca\x99\xc8\xe3\x1a\x52\x4a\xe6\xe4\xa5\x14\x79\x2d\x3a\xd9\x58\x32\xa9\x60\x56\x23\x4b\xfa\x38\x39\xa9\xa6\x54\xe7\x9e\x44\x10\x59\xa1\xe3\xa8\x2e\x5a\x14\x43\xbe\x3e\x72\x57\x6f\x4e\x78\x98\x7c\x71\x76\x4d\x4f\xec\xff\xf8\x0f\x74\x94\xd3\xe4\x58\xe5\xdc\x5f\xfe\x03\xcf\x12\x65\x90\xa2\x24\x5d\xcf\x63\x40\xc1\x50\x7c\x24\x97\xb9\x46\xa9\x86\x14\xb4\x48\xe6\xdf\x7e\xe4\xff\x78\x30\x07\x77\x39\xf8\xd3\xff\x78\x5b\xb3\xcb\xf2\xb8\x5d\x66\x67\xed\x32\xce\xf1\x27\x15\x01\x1e\xdc\xbe\xc4\x1e\x36\x09\xc0\x6e\x73\x4b\xca\x27\x09\xe6\xf9\xce\x32\x0e\xb8\x7c\x03\x3b\x09\xa7\x27\xe1\xb6\xbc\x40\xa3\xc8\xc7\x7b\xc6\x34\x93\xda\xa5\x2e\x26\xb0\xfc\xcb\x7f\xd0\x9d\xa2\xca\x19\x1f\x90\xb8\xa8\xf9\x96\xca\x65\xab\x24\x59\xa5\xae\x4a\x41\xbb\x77\xcb\xf6\xff\xf2\x1f\xe4\x3f\x53\xde\xc6\xb5\x2b\xa8\xc8\x3e\xa1\x84\x67\x92\x94\x1c\xa4\x82\x29\x81\x45\x1c\x4a\x1a\xff\xc7\x7f\x50\xa4\xd0\x0e\xbe\x50\xf5\xfe\x3f\xfe\x03\x0b\xc5\x0c\xb7\xa0\xc0\xc2\x2b\x4b\x29\xa7\xb0\xca\x32\xf1\xb0\x51\xf7\x51\xa2\x25\x05\x7f\x79\x0f\x9c\x4f\xa9\xef\xa9\x7a\xfc\x76\xff\x7b\x0e\x16\xfd\x7f\xde\x03\x3f\xeb\xbd\xf5\xa7\x0f\x53\x19\xb3\xcb\x3c\xd9\x5d\x66\xd1\x03\x5c\xe4\xf8\x63\x28\xc4\x76\xf7\x39\x54\x1a\x80\x7e\x86\x6e\xd8\x5f\x0c\x80\x5d\xfc\x7a\x97\x7b\x25\x00\xcf\x27\x7a\x26\x5b\x2c\x7c\x10\x59\x62\xde\x67\x4e\x07\xf2\xf2\xa3\x4f\x87\x8d\x44\xe1\xa4\xaa\x0c\xb7\x99\x8e\x35\xf5\x93\xf6\x29\x7e\x03\xed\x38\x6a\x86\xd1\x69\xe1\x02\x0d\x14\xd5\xcf\xf2\x93\x68\xbc\xf2\x12\x35\xdd\xd9\x4c\x44\x59\xf1\x2b\xd5\xdc\x27\x4a\x5c\x52\x9e\x85\xca\x11\x6e\x28\xf9\x43\x3a\x90\xfa\x20\x69\x52\xea\xbe\x24\x9a\xb2\x9c\xfb\x4a\xf6\xb9\x18\x1f\x95\xf5\x85\x98\xa4\x9e\x08\x3b\x85\x50\xfb\x4a\xba\x49\x88\x85\xf2\xb9\xbd\x41\x66\x5a\xa0\x91\xd2\x38\x20\x24\xfb\x86\xff\x14\xa5\x7c\x52\x46\xb6\x85\xf7\x22\x65\x61\xf9\xb2\x54\x3b\x8f\x34\x85\x80\x3e\x23\x99\xc5\x5d\x4b\xbd\x4b\xa9\x13\x8f\xf9\x2b\x0f\x8f\xa9\xbd\x54\x7d\x7e\x53\x00\x26\x51\x6e\xf2\xa1\x74\x00\x76\x67\x4e\x16\x5a\x3c\x00\xff\x32\xdf\xe1\xd3\x2f\x01\xa4\xc3\x05\xaf\x5e\xec\x04\x50\x39\x24\x42\xb8\xe1\x0a\xa0\x4b\x2b\x51\xcd\x10\x0e\x60\x10\x23\x3b\xcb\xd6\x0a\x60\x52\xa1\x7c\x9c\xab\x0c\xda\xcd\x1e\x69\xa6\x8b\x49\xc3\x33\x93\x0d\x83\x7b\x0a\xdf\xa8\x89\xa6\x07\xcc\x6a\xb4\x31\x14\x82\xb1\xb2\x93\xa0\xa9\x2a\x99\x6c\x98\x13\xa0\xed\x18\x42\xce\xd5\xd5\x8c\xcd\x72\x75\x22\x6d\x69\x39\x65\x75\x79\x8f\x93\x18\x35\x1e\x94\x0c\x05\xfd\x46\xa4\xaa\x20\x6a\x6b\x82\x0f\x10\x69\x94\xbd\xdb\x8c\x23\x77\x08\xf3\xf2\x1f\x06\x0d\xa2\xce\x11\x5e\xcb\x54\x7f\x33\x8d\x0a\xc5\x37\x4a\xa9\x6e\xd1\xc5\xaf\x11\x42\x25\xa4\xd1\x17\xa2\x5c\x09\x68\xf1\x12\x74\x7d\x78\xdc\x2f\x0f\x04\x5f\x22\x8a\xc6\x46\xfa\x31\x6e\x92\xc4\x99\xb0\xb3\xbe\xcc\x3f\xd8\x25\xd2\x70\x97\x7c\x92\xbe\xdd\x92\x3a\x8e\xd3\xf5\x7e\xff\xcb\x7f\x18\xe4\x91\x36\xc6\x7b\xbb\x62\x7a\x2e\xc8\x18\xe0\xd7\x9d\x5f\x76\xa2\x64\xba\x08\x37\x9d\x8c\x5b\x3f\xcb\x32\x10\xdc\x1d\xd4\x00\xee\x93\x38\x53\x0f\x9d\x03\xe0\xf4\xe3\xe5\x3b\x79\x13\x40\x08\xc5\xf3\xfc\x74\x05\x80\x1c\x0b\xdf\xbd\x0b\xba\x00\xea\x7d\xa2\x74\xb7\x1e\x02\xe8\x25\x49\xbc\x65\xd4\x06\x30\x39\x29\xd5\xc9\xf2\x1e\xc0\xac\x4f\xe9\x04\x57\x09\x4c\x5b\xfd\xae\x66\x2d\x72\x0a\x9e\x59\x8a\xe8\x31\x28\xea\x51\x13\x4c\x13\x4c\x0b\xb5\xe7\x29\x19\x66\xbc\x0e\x46\x96\x33\xe4\x66\xe3\x66\xbf\xdf\x5d\x6e\x93\x99\x0c\x78\xa2\x3c\x3d\xdf\x92\x0e\xe8\x1e\xcc\xea\x09\xb6\x23\x56\x69\x7e\x2c\x2e\x0d\x1d\x23\xe0\xd5\x36\xea\x9a\xa2\xb2\x09\x3a\x2a\xa2\xed\x33\x71\x0c\xf8\x0d\x05\xea\xf0\xcd\x04\x59\xfc\x1d\xd9\x98\xf9\xd5\x64\x02\x0e\x25\x95\x8a\x98\x4c\x11\x22\xd0\x48\x9e\x46\xa9\xc5\x6e\x10\x3c\x25\x74\xd1\x07\xa2\xfa\x7f\xed\x45\x41\x59\x8b\xf7\x61\x52\x82\xab\x7e\xed\x43\xf9\xe5\x81\x8c\x4d\xc8\x54\x61\x3b\xfd\x97\x06\x09\x32\xd9\xb8\x7a\xaf\xd1\xf7\x9f\xe4\x9e\xe2\x5e\x7b\x0b\x77\x5a\xc8\xdd\xc7\x87\xba\xfd\xe5\xc1\x34\x2c\xc9\x8f\x11\x1e\x3a\x0d\x03\x3c\xc8\xe0\x34\x3a\xcc\xf5\xb7\x07\x21\x76\x91\xe7\xfa\x19\x69\x00\x85\x2b\x7c\x67\x2e\xe0\x01\x34\x97\x84\x24\x6f\xe8\x02\x18\x7d\x16\x7f\xc4\xd8\x02\x60\xf6\x52\x72\x8b\xf5\x1e\x80\x0d\x8b\x42\x06\xcf\x03\x58\xb4\x0d\x54\x49\x13\x6e\x06\x31\x1b\x67\x9d\x7b\x0a\x69\x54\x7e\x2b\x26\x53\x69\x83\x0d\x8a\xbd\x05\xc1\x26\xde\x3a\x8c\x6c\x6b\x76\xdc\x3b\xd0\x9d\x96\xe4\x62\x24\x1b\x7d\x30\xe0\x14\xd1\x46\xdf\x22\xe3\x4d\xc4\x49\xe2\x55\x2d\xc9\xb2\x43\x91\x1b\xf8\xef\x9a\x0a\x75\x57\x12\x7b\xf0\xf5\xaa\xea\x1d\xe2\x49\x52\x7f\xed\x45\xf1\x95\x0b\x9c\x0f\x4e\x2f\xc5\x0e\xcb\x30\xef\x70\x66\x05\xe0\x6d\x25\x97\x90\x91\x89\x66\xbf\xf6\x80\xe0\x22\x24\xc2\xd1\xac\x51\x0f\xd7\xbf\x4a\x99\xa0\xed\x22\x71\xdf\x13\xa5\x5a\x30\xed\x21\x8c\x9f\xd3\x65\x8f\x62\x69\x83\x83\x87\x85\xe4\x69\x31\xb8\x90\xd8\xde\x2e\x79\x7a\xdc\x7e\x7f\xc1\x77\x3b\xf2\xec\xb8\x4e\x6f\x91\x96\x24\x45\x09\xdc\x0b\x1f\xcb\x86\x29\xc5\x1a\xbc\xaa\x47\x78\x15\x28\xa5\xe0\xd1\x2e\x00\xf0\xe8\xd0\xb3\xd6\x23\x14\x00\xee\x6f\xcf\xbe\x1d\x9f\x07\x90\x34\xe3\x1a\x3d\x63\x0c\xa0\x94\xc5\xb3\x7c\x61\x0a\x40\x4f\x49\x70\xea\x66\x2f\x80\x09\x9f\xa8\x28\x03\x23\x80\xd5\x63\xf1\x1e\x16\x11\x00\xfb\x1f\x72\x52\xdc\xa7\xa1\xcf\x09\xaf\xbc\x24\x36\xf6\xd7\x5e\x10\x79\xbb\x77\x46\xc5\x06\xfa\x94\x3b\xd6\x35\x56\x89\x76\xdd\x64\x5a\x8b\x2d\x0f\x0f\xaf\x58\x62\xa7\xd9\xc9\xf0\x67\xa1\xad\xc4\xc3\x86\xde\x69\xbf\x45\xad\xe2\xd7\x75\xb3\x4a\xe8\x12\x89\xf8\xbb\x5a\xdf\x6b\xe3\xd3\x18\x70\x46\xea\xc7\x3b\xbf\x67\xbe\xc7\xae\x2b\xc1\x28\x3e\xdb\x0b\x7b\x5d\xce\x61\xf5\x56\x9e\xc4\x5f\xde\xc3\x8e\x54\x06\xe2\x73\x8a\x22\xfe\x94\x94\x19\xf2\x40\x72\xe8\xce\x43\x29\x46\xd4\x54\x8c\xec\x82\x81\xac\x14\xca\x21\xfe\xe6\xa4\x84\x6c\x38\xe6\x50\x84\xe5\xe8\x5d\xf9\xa7\x18\x85\xf0\x92\xde\x5c\xc5\x10\x4c\x74\x38\x6b\xc7\x8e\x52\x0b\xf6\x68\xe8\xd9\xb7\x9b\x4a\x76\xb8\x9b\xfe\x9e\x8d\x06\x4a\x68\x9c\x8b\xef\xe7\x1a\x8a\x72\x2f\xfe\xbc\x97\x79\x39\x9d\xaa\x31\x5e\xc2\x33\x0d\xe0\x91\xd4\xd3\xca\x23\xcb\x00\xfc\x1a\xcf\x18\x4f\x68\x01\x48\x79\x70\xb1\x9e\x11\x06\x50\x59\xe4\x2a\x3e\xff\xe1\x1f\xfb\x51\x4a\x84\x38\xe8\x1f\x03\xd8\x9e\x11\x53\x7d\xb0\x02\xe0\x74\x5c\x86\x89\xf3\x3e\x4c\xba\x3a\x2b\x9d\x17\x0d\x06\x5e\x57\x23\x8d\x02\x45\x0a\xf5\xa9\x33\xad\x21\x87\xd1\x6f\xe4\x25\x9b\x75\xeb\x93\x8e\xb1\x24\x7f\xeb\x3c\xb7\xaf\xfe\xba\xc4\x00\x0b\x86\x10\xc6\xf0\x34\x82\x80\x71\x4c\xaa\x73\x02\x0b\xfe\x82\x7e\xff\x8b\xcc\xb4\x39\x1c\xbd\x8e\x6c\x9d\x5b\x76\x3a\xd6\x5f\xfd\x53\xd7\xfb\x3c\x3e\x8c\x81\xf2\xe6\x67\x28\xac\x43\xeb\xca\x87\x6c\xbc\x2f\xf9\x0d\xf3\x4e\x36\x6f\xab\xf5\xf9\xdb\xbf\xf2\x61\x2a\xad\x89\xa0\x4b\x57\x5e\xb9\x2b\x6b\x86\x94\x4f\x4e\x98\x6e\x93\x03\xd4\xcd\x84\x95\xb1\x30\xc5\x04\x14\x57\x22\x47\xbf\x9c\xd2\x36\x9a\x23\xd6\xf3\x5d\xa7\x72\x22\xe6\x5e\xa4\x5f\x5b\xa3\xf2\x28\x66\x38\x2c\xe0\xf5\x59\xd5\x54\x6c\x6e\xd0\xd4\x2f\xff\xa3\xac\x40\x3d\x01\x57\xee\x1b\xfe\x02\xaf\x91\x8f\x1b\xf1\x59\x07\x78\x6a\xfb\x54\x9f\x76\x0c\x40\x20\xf8\xe9\xf6\x89\x20\x00\x59\x1e\xce\x0f\x67\x06\x01\x34\xb6\x9f\xa9\x9f\xd3\xfd\xdb\x83\xb0\x3a\x25\x10\x7f\x57\x03\xc0\x39\x53\xb4\x99\xcd\x0b\xc0\x43\x53\x66\x2f\x0f\x0e\x90\xbe\x7a\xb2\x5b\xc2\x7d\x20\xeb\x73\x5d\x55\x58\xf1\x16\x95\xc7\x43\x46\xaf\xd4\x10\x45\x9e\x70\x44\x58\x74\x3a\xb9\x93\x1e\xd9\x2f\x3b\xd8\x04\x66\x13\x7c\xad\x0d\x82\x56\xe2\x2a\xf0\x42\xe6\xb7\x92\xee\xa4\x49\xe2\x14\x0c\x95\x5f\x98\x66\xb3\x60\xde\xe9\x4e\xbd\xb6\x2b\x34\x40\x6f\x6a\x9d\xe8\x5a\x2e\x8e\x45\x1b\x2a\xcf\x7f\x4b\x2c\x19\xf9\xb5\x17\xe5\xd7\x1e\x90\x5f\x79\x58\xbf\x2c\xbf\x7f\x7b\x33\xc7\x7e\x66\x40\xa1\x19\x21\x97\xc1\x31\xaa\xa3\xbc\x8d\x08\xcf\x78\xd6\xff\x5d\x25\x00\xb9\x9a\xfc\xb4\x2b\x59\x25\x0c\xad\x1c\x6b\xd4\x92\xa2\x96\x84\xf6\x88\x7d\xd0\xc0\xae\x6e\x8a\x51\x8e\xf4\xad\x94\xd6\x94\xc2\xcc\x86\x0b\xbe\xe4\xd1\xc8\xc5\x1d\x0e\x7c\x50\x80\xd2\x36\xc1\x1d\x0a\xcc\xcf\x1d\xd1\x36\xc1\x7d\xf4\x55\xfa\xf3\x96\x63\xdf\x7f\x74\x0d\x40\x30\x8e\x7d\xf0\xc4\xe5\x7f\x78\x10\x9b\xcf\x4e\x9d\xcf\xfa\x3b\x0f\xf6\x6f\xf8\x96\xef\xf6\x02\x78\x88\x8b\x3c\x60\x7b\x0d\xe0\x43\x16\x47\x71\x5e\x01\x82\x9f\xa3\x2c\xbd\xf0\x15\x50\x09\xe8\x52\xe6\x54\x98\xa7\x32\xf8\x49\xeb\xb8\x1b\x0b\x92\x7d\x3d\x08\x66\x15\x6e\xe2\xc4\x1e\x27\x3a\x87\x7d\xa1\x67\xf0\x58\x5b\x6a\x00\x6b\xd2\x39\xdc\x2b\x8b\xc0\xc4\x81\xcc\x42\x8c\xab\x69\x4a\xc1\xa7\x17\xe2\x18\x06\x7d\x54\xad\x48\x31\x33\xca\x4b\x9b\xef\x3d\x73\xb9\x1e\x52\x45\x75\x66\x6a\xb1\xaa\xf1\x97\x07\x82\x76\x93\x37\xda\x58\x2d\xce\x40\x3b\xc8\x7d\xdf\x8c\x2e\x2a\x59\x7c\xa2\xf8\x79\xcb\xbb\xa0\xe1\xcb\x61\xe5\xad\x9d\x23\xb9\x8a\x43\x37\xd4\x78\x76\x8a\xb3\x87\xbb\xb6\xd4\xf2\x90\x8d\x29\x86\xad\x36\xea\x1f\x51\xb6\x89\x23\x0d\x5e\x9a\xe7\xd0\x6c\x71\x33\x55\x4f\x35\x6b\x30\x8e\x91\xea\xa5\x1a\xda\xd9\x98\xb1\xf0\xa9\x22\x59\x1d\x75\xac\x68\x68\x63\x9e\xbb\x2e\x0d\x76\x2b\xc8\x36\x8b\x5e\xd7\x1e\x17\xe3\x7f\x0c\xe0\x99\xe4\x13\x73\xda\xa3\x00\x62\x6d\xec\x2c\x27\xf7\xfc\xed\x41\xe8\xb3\x3d\x76\x3d\x43\x00\xb0\xd6\xe4\xd0\xb9\x42\x06\x70\xe1\xe0\x5a\xb9\xf5\x19\xc0\x77\x58\xc0\x85\xe5\x00\x40\xf0\x17\xe1\xa1\xa7\xcc\x00\xe1\x8e\x92\x1e\x42\x4a\x20\x16\xe1\xac\x30\xa4\x74\x8a\xca\x1f\xdc\xaf\x99\x6f\xc4\x44\x0e\x0a\xd0\x34\xbe\xe0\x26\x40\x94\x72\x13\xb5\x67\x8c\x18\xc5\x73\x39\xac\xf9\x96\xa5\xd9\x62\xe9\x6d\x7d\x63\x39\x0a\xf4\xd1\xe5\xe6\x26\xf9\x71\xa5\x4d\xa8\x30\xc3\xd1\xba\x86\xf2\x69\xc4\xba\xae\xd8\xfb\xcb\xb5\x97\xb6\x03\xd4\x19\xbe\x7f\x6c\x6c\xfc\xdf\xbd\x28\xeb\xd1\x8a\xe3\x1b\xf9\xa5\xbf\x4d\x7e\x50\xfd\x7d\xeb\x71\x91\xf8\xd0\xa6\xba\xc0\x76\xd8\xf3\xaa\x9e\x46\x4d\xbf\xed\xcd\xbc\x89\x66\x56\xed\x14\x84\x77\xe6\x74\xc3\x4b\x6d\x63\x64\x42\xea\x58\x45\xbd\xde\x5e\xd4\xd9\x14\xd6\x52\x65\x7d\x3a\x54\x77\x62\x7c\xc1\x59\xfd\x6d\x74\x6f\xac\x4c\x4e\x87\xc1\x61\x4c\x53\xc4\x6a\xe6\x67\xfd\x72\x6c\x74\x48\x5b\x72\xb7\x21\x2f\xee\x68\x90\x00\x00\xe7\xc7\xc7\x6f\x69\xf9\xff\xde\x8f\xf2\xcb\x83\x30\x66\x61\xf7\x39\xdf\x0d\x60\x25\xc1\x2e\x75\xb1\x08\xc0\xfd\x05\xc7\xf1\x1b\x6d\x00\x01\x78\x3e\x0d\x66\x5b\x80\x70\x2b\x21\x37\xf6\xaf\x00\xd1\x77\x24\xec\x85\xde\x82\x7d\xec\x31\xd9\x5e\xf9\x8b\xd4\x73\x51\x5a\xea\x13\x26\x56\xe4\xb6\x70\x1a\x7d\x7e\x97\x43\xc4\x07\x3e\xfa\x36\x5a\x91\x1f\x70\x72\xae\x73\xee\x6b\xd9\x76\x98\xa3\x0e\x3e\xd1\x67\x4a\x4c\x90\xef\xac\x52\xf3\xf7\x56\x3f\x42\xf8\x9a\xf8\xd4\x9f\xad\xbf\xb5\xed\xab\x7f\xaa\xdf\xb0\xe9\xf5\xd6\x94\x3a\xeb\x0f\x62\x73\xe8\xce\x2d\xd5\xff\x47\xd9\x5f\x46\x55\xb5\xb6\xff\x1f\xa8\xee\xad\x58\x28\xa2\x62\x17\x06\x28\x28\x21\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\x20\xdd\x29\x28\xdd\x08\x8a\x82\xa2\x28\xa2\xa0\x82\x80\xa0\x48\xf7\x4a\x16\x8b\xb5\xae\x33\x9e\x9f\x2c\xdc\xba\x9f\xe7\xfc\xcf\x79\x75\x0d\xc6\xf0\xcd\x7d\x8f\x39\xef\xb9\x9c\xdf\xcf\xfc\x7c\x0d\x66\xfb\x5b\x72\x37\xd6\x55\x27\x17\x54\xeb\x12\xbe\xa9\x69\x3c\x59\xb2\x7e\x74\x76\x30\x46\x67\x7d\x39\xbc\x12\xdb\x3b\xad\xcf\xb3\xf2\xba\xfc\x5d\x57\x9b\xbe\xf5\xda\x70\x61\x41\x13\xca\x88\x75\x9d\xad\xe0\xcd\xa3\x1b\xc6\x5f\x36\xe2\x72\xf4\xcb\xba\x4c\xcc\x11\xa8\x74\xfa\x42\x7d\x93\x49\x14\x45\x72\x75\xce\xb4\x29\x11\x15\x9e\xf8\x32\xa3\xcb\x4c\x1a\xad\x1f\x8b\x49\xc3\x9b\xbe\xc7\xf0\x47\x16\x26\x8e\x99\x05\x63\xf7\x85\x96\x03\x08\x92\xb1\x87\x52\xa4\xfe\x9b\x83\xb0\xbc\xc8\x02\x67\xa2\x00\x5c\x82\xd9\x95\x2f\xf6\x03\xf8\xa1\xb8\x9f\xdf\xa4\x04\x88\x4a\xe6\xdf\x60\x64\x07\x88\x0f\x10\x36\x64\xff\x01\x90\xac\x26\xd9\x2d\x5a\x0d\x1e\xe9\x95\xb2\x5d\x8a\xed\x44\xb9\xb4\x5b\x6a\x46\x26\xd9\xdb\x41\x71\xa1\x86\xac\x9e\x1e\x5b\x67\x23\x3c\xad\xef\xc6\xc6\x63\xea\xbc\x15\x3c\x6d\x0a\xf2\x90\x55\x1e\x26\x11\x0b\xd5\xc7\x37\xf6\x38\xd6\xe4\x65\xb4\x88\xac\x8e\x58\x7d\x6f\x12\xef\xe4\x5a\x9e\x32\x65\x78\xcd\xd7\xfd\x69\xd9\x53\xb7\xe4\x5b\xf6\xb3\x83\x24\x2f\xca\xfc\x29\xad\x92\xd9\xe5\x96\xee\xf7\x15\x06\xcc\xf3\x93\x8d\x0e\x2f\x6e\x1a\xd6\x2d\x39\x57\x07\x75\x36\x19\xb5\xae\x68\x3f\x88\xaf\xff\x68\x1a\xb7\x1a\x51\xe6\xf7\xa8\xc2\xd4\x76\x5d\xa8\xf0\x50\xe9\xb4\xf9\xed\x0d\xb5\xdc\xa8\x02\x71\xf3\x65\x84\x63\x66\x64\x56\xaa\xe5\x05\xa4\xc4\x7d\x8d\xfb\xad\x96\x7d\xc8\xc5\x94\xe7\x49\xc7\xad\x78\xd1\x97\xe3\xdd\xe2\xf5\xad\x9c\xd0\x95\x31\xe3\xd1\xbd\x56\x9e\x18\xff\x88\x66\x00\xa1\x49\xb6\xa3\x14\xf7\x00\xe4\x03\x58\x46\x28\x25\xfe\xcd\x41\xb8\x87\xb0\x79\x5c\xec\x03\x08\xb1\xe7\x3c\x77\xbd\x0c\x20\x66\x9b\x67\x83\xbe\x17\x20\xc5\x5f\x88\x87\x43\x0d\x20\xf3\x88\xf8\x3e\x11\x26\x08\xcc\x39\x26\x73\x56\xf1\x04\x51\x27\x07\xab\xac\x66\xdc\xb5\x6d\x98\xde\xa6\xeb\xe5\x55\x8c\xab\x4f\x74\xb6\x38\x90\x20\x85\x39\x10\xaa\xe3\x6a\x5b\xbc\x81\xf8\xdb\x8f\x3f\xa8\xb5\x91\x62\x15\xe7\x26\x95\xd5\xdf\xa9\xb7\xd4\x6b\x3f\x5c\x5f\xde\x7b\x85\xc4\x81\x90\x3c\x20\x24\x4f\xcc\xa7\x3a\x43\xcb\x99\xd6\x0e\x86\x57\x16\xc6\xf3\xf3\xd7\x9b\x63\xda\x17\xcc\x57\x17\xaa\x1a\x12\xeb\x53\x2d\xac\x96\x05\x1f\xb1\x3f\x54\xb1\xa4\x5c\x99\xa8\x18\x2a\xfd\x6e\xa5\xb7\xb6\xb7\x34\x26\x57\xcd\x5a\x79\xe3\x48\xde\x7a\x3a\xb3\x6d\xfa\x86\x55\xee\x60\xf2\xb6\xad\x17\xe2\x49\x46\x7f\x7c\xbb\xed\x24\xb2\x25\xf5\x7b\x4c\xa9\xad\x1f\xea\x59\xa2\x52\xc4\x7b\xdb\x1f\xe8\xf0\xd8\xa7\xe1\x54\x36\xc5\x98\x98\x88\x44\x00\xf1\x07\xf7\xd6\x28\x8e\x02\xa8\x6a\xdc\xbb\x49\xe9\x05\x60\x2c\xcf\x6c\x76\xea\x20\x80\x3d\x17\x8b\xfc\x59\x1f\x00\xdf\x78\x96\xf2\x8b\xf1\x00\x51\xe7\xd8\x3c\xae\xdd\x00\x48\x5c\xe2\xce\xa5\xaf\x02\xc8\xd4\xe5\xfb\xc0\x4a\x01\x50\x30\x22\xec\x2d\xc8\x01\x4f\x4a\xd5\xc5\xc5\xa4\x17\x89\x89\x65\xac\xf2\x02\x06\x49\xdb\x2e\x45\x06\x9a\xec\x9e\xd5\xb8\xf4\x6c\x56\xe3\xc2\x84\x11\x74\x69\x62\x89\x03\x65\x69\xfd\xfa\xb9\xc0\xcd\x40\xc1\x76\x96\xe5\x43\x3e\x73\x69\x2a\x3d\x6b\xf3\x19\xae\x14\x35\xb1\xfd\xe8\x1f\x01\x96\xef\x3f\xe9\x7f\x70\x22\x79\x51\xbe\x29\x19\x6f\x7e\x4d\x7e\x19\xd6\xaf\x61\x3e\x3e\xad\xf9\x54\xa6\xe3\x8e\x75\xf9\xec\xc9\x8e\xf4\xda\x61\x9b\x8a\x05\x96\xa6\x93\xe5\x5a\x76\xd2\x4b\x46\x35\x84\x7c\x6f\x7b\xf4\xf2\xf2\xc3\xa3\x59\x31\x0e\x36\xab\xaa\x15\x14\x69\xa7\xed\xfb\xd7\xb3\x0b\x7a\x12\xe3\x1d\x7b\xd6\xbb\x0b\xf4\x63\x36\x1d\x9b\x11\x7c\x59\x84\x88\x7c\xa7\x2b\x48\xd9\xfb\x9f\x83\x27\x9d\x9e\xa2\xe4\x93\xd3\x82\x1c\x1d\xeb\xd0\x7c\xf1\xa2\x81\xb4\x0e\x73\x68\x64\x74\x2f\x80\x24\x91\xe9\xd3\x31\xad\x7f\x70\x10\x4e\x4c\xae\xff\xb9\x2f\x9c\xd5\x18\x7f\x9c\x36\xfd\x87\x1f\xe5\x0c\xeb\x01\x6a\x36\x80\xb4\x40\xf6\x65\xda\x4f\x00\x05\x09\xdc\xe7\x98\x7c\x01\xca\x9e\x09\xf6\x09\x14\xc1\x93\x87\x67\x45\x53\xa5\x27\x88\xd5\x35\xcf\xa5\x27\xf5\x52\x09\xa7\xaa\xc2\x94\xb7\x9c\xd0\xb8\xaf\x65\xf5\x7a\x2e\x71\x0f\xd1\x7e\x39\xa1\x56\x33\x65\x7c\xab\x3f\x62\x84\x7d\xaf\x74\xd6\xcd\xf5\x84\xd9\xc6\x25\xbd\x9d\x99\x5e\xf6\x91\xac\xc2\x0d\xdf\x99\x4a\x72\xa0\x1d\x1c\x19\x71\xfe\xe1\x61\x39\xf1\x49\xe5\x83\xff\x5b\x72\x3b\xfb\xb1\x8a\x37\x9e\x9d\x43\xf6\x94\xdf\x8a\x9f\xbf\xad\x9d\x72\x8c\xfa\xf1\xb8\x2b\xab\x44\xd4\xb9\x6d\x0e\xd7\x2a\x9b\xa3\xef\x12\xbf\x68\x5f\xdf\x9d\xbe\xd7\x65\x63\xf9\x5e\xb5\x52\xa2\xac\xeb\xd6\xca\xd2\x83\x94\x68\x2e\xb7\x92\xb5\xc2\x12\x9d\x28\x55\x57\x8b\xf5\xee\x82\xe8\x50\x3d\x37\xd5\x8d\xb7\x39\x43\x81\xd2\xee\x3c\x88\xf8\x4c\x9c\xdf\x51\x37\x31\xd4\x89\x94\x06\x6f\x13\xb7\x1b\xa8\xe9\xc4\xbd\x9e\x78\x57\x25\x74\x55\xac\x10\x80\xf4\x36\x53\xd1\xb1\x3c\x00\x4d\xd7\xbb\xce\x14\xbc\x00\x96\x57\x19\x8a\x4e\xde\xfc\xc5\x41\x84\xdb\x32\xf2\x9f\x17\x01\x48\xfa\xce\x1c\x71\x25\x07\x20\xcb\x95\x25\xfd\x46\x34\x40\xd9\x22\xa7\x09\x63\x33\xc0\x23\x13\x01\x2e\x01\x63\xf8\x50\x6f\x29\xec\x2b\xc5\x4d\xec\x6c\x3e\x25\x39\xaf\xeb\x49\x20\x6f\xd6\x50\x78\xe5\x34\x81\x9b\x6c\xfc\xa8\x69\x18\x77\x1e\x7d\xbe\x92\xd5\xb4\xb9\xbc\x70\x55\x21\xcb\xda\xcd\xe8\xc9\xed\x1f\x16\x31\x2b\x51\xa6\x43\xb5\xe3\xb9\xc1\x6d\xd5\x66\x13\xeb\x5f\x82\xbd\xa4\xfb\xd4\x27\x11\x43\xf4\xee\xe7\xde\x59\x7f\xb9\xd2\xf9\xd0\x43\x6f\x44\xfc\x3d\x4f\x55\xbe\xd7\x85\xaf\xab\x7d\xe5\x05\x0f\xbc\x36\xa6\x2f\x3f\x3b\x90\x15\xee\x89\x9d\x7d\xd0\xa1\x93\x3c\xee\xf5\x7c\x81\xa7\x69\x32\xe1\xb0\xd7\xc1\x25\xbd\xda\xc6\x28\x61\xaf\xbf\x57\x0a\x2a\xd3\x82\xe6\xbd\xcb\xd7\xb8\x4a\x07\x76\x3d\x20\x39\x9e\xeb\x1b\x83\x39\x5f\x7d\xed\x3d\x00\xf1\x24\x53\xd8\xdb\xcb\x63\x0f\xea\x68\xca\x80\x57\x8f\xfb\x7b\x94\x6b\xf2\x3e\x8f\x41\xd7\x79\xf4\x68\x8c\x0e\x80\x9c\x2c\xd3\xfe\x63\x2d\x00\x7a\x62\x77\xfb\x8e\xeb\xfd\xe2\x20\xbc\x85\xef\x50\x9f\x2a\x05\x88\x0a\xb9\x9b\x73\x8e\x1e\x20\xd5\x81\x51\xe9\x92\x27\x40\x31\x37\xb3\xe8\x75\x6b\x80\x47\xeb\xac\x64\x74\x32\x00\xcd\x2b\x5c\x41\x1c\x64\x30\xf1\xd8\x58\x90\x5a\x92\x17\x0e\x77\xe7\x88\x36\x6a\x38\x12\x44\x7b\xe6\x65\x78\xed\xdf\xe3\x26\xba\x35\x54\x2d\x63\x53\x50\x4d\xad\x2c\x06\x63\x15\x13\x2b\x2e\x95\x1e\x0e\xa7\xbb\x69\xbe\x05\x65\x70\x87\xdb\x7c\xde\x18\x42\x25\x54\x54\xb8\xcf\x46\x0d\x27\x87\xa4\x3d\x25\x9b\x79\xd5\x65\x14\x88\x18\x38\x38\xd6\xf7\x80\x2f\xe4\xfe\xc7\xf9\x61\xa3\xac\x8f\x21\x25\xe3\x88\xfe\xc9\x94\xaa\x60\xae\x6f\x95\x3d\x2f\x63\x1c\x83\x9e\xcc\x4c\x77\xb2\x46\xac\x04\x4e\xce\xdf\x69\x75\x0d\x9d\x09\x70\x58\x5c\xa9\xdb\x0a\x56\xf7\xb3\x59\xb1\xa9\x92\x0c\x0c\xf7\xa5\x5c\xa3\x28\x53\xf7\x8f\xf5\x91\x5c\x8f\x2c\xf4\xf4\xd5\xf2\x8d\xda\x70\xcc\x13\xf2\xa6\xf7\x61\x40\x1e\xcd\xd8\xef\xd1\xe6\x63\x80\x12\x4b\xfe\xec\x86\xf6\x91\x45\xd3\xc6\xf7\xb9\x1a\xfa\x18\xa3\x27\x62\xa4\x00\xe4\xe9\x19\x6d\x8f\x45\x00\xe8\xbf\xbd\xa3\x48\x51\x0c\x60\x8f\xbb\xed\x78\x5c\x1d\xc0\x3f\xf9\x96\xef\x89\xf3\x00\x71\xac\x74\x72\xa7\x35\x01\xb2\xfa\x69\x97\xa8\xe6\x01\xca\x4a\x19\x98\xae\xbc\x00\x68\x6c\x60\xae\xa7\x45\x01\x74\x04\x70\x08\xb1\xbc\x03\xe8\xa1\xe2\x15\x15\xaa\x82\x3b\x6f\xac\x84\xff\x56\x05\x82\xf5\x3b\x6d\x49\x0f\xdb\x47\x5b\xee\xef\x8a\x14\x54\x23\xa2\xd1\x1a\x6f\x9f\x69\x94\x96\xd2\xad\x88\x3c\x27\x33\xbb\xf8\x14\xbe\x92\x37\xbe\xf6\x55\x1f\xbf\xfd\xac\xb3\x6c\xb3\x70\x76\x03\xdd\xc3\x9d\x76\xa8\xf9\xd0\x52\x44\x09\x21\xad\xfb\xc5\xed\xef\x1a\x19\xf3\x71\xcc\xc3\x2b\x1f\x1f\x25\xcd\xc4\xd8\x8d\x75\xbc\xcd\x8f\x11\x8d\x6e\xfd\x16\xd1\x7b\x24\x5c\x20\x26\x78\x86\xad\xcb\x3b\x98\x2f\xca\x61\xe1\x64\xb3\x4e\x40\x70\x84\xfa\xd2\x60\x4d\xa1\x7f\x49\x68\xe4\x8a\x69\x95\xbc\x8f\x79\x28\x76\x4d\xaf\x54\x96\xe4\x43\xf1\xe0\x0b\x8d\x44\xfc\x9d\x73\x98\xe4\x43\x71\x51\x09\x2e\x43\xe5\x27\xb1\x38\xd3\x06\x3d\x40\xdb\xc7\x99\x39\x1f\x0e\x08\x45\x6f\x45\x37\x00\x28\x9f\x64\x78\x75\x6c\x1a\xc0\x38\x8a\xfe\xdb\xf1\xbf\x00\x9c\x39\x69\x2e\x1d\xe3\x01\x08\xe1\xbc\x65\x7d\xe2\x15\x40\xf2\x1d\xea\x77\xff\x39\x3f\x0a\xbf\xdf\xa4\x3e\x59\x08\x50\x43\x43\x4f\x7f\x69\x0f\x40\x47\xe4\x5d\xb7\x6b\x9c\x00\x2f\x0c\x58\x1e\x30\x9e\x03\x18\xbc\xce\x2d\x22\xa8\x0b\xbe\x23\x37\xf8\x9b\x15\x52\x09\xd8\xc9\x1c\xd1\xbd\x66\xb9\x5b\x23\xdf\x04\xa4\x5b\x42\x4a\xd1\x61\xdf\x5b\x95\x22\x8b\xf9\x96\x9f\xfe\xd8\xa3\x4d\xd1\x7d\x61\xbc\x60\x20\xd8\x59\x67\xc2\xb5\x7b\xbd\x8a\xba\x20\x0e\xa1\x59\xa9\xd2\xcc\x57\xd7\xbc\x12\x7b\xff\x54\xfd\xa7\x17\xba\xdf\x96\x62\xac\xca\x0f\x7e\xd4\x1c\x46\x46\x4c\x66\x59\x4d\xbc\x78\x5d\x14\xf4\x3c\xeb\xc7\xf7\x86\x67\xa3\x01\x6e\xe9\xf6\x33\x73\x8f\x37\x7c\x5f\x27\xdf\x59\x98\x69\x94\xf7\xae\x4d\xe8\x5e\x16\xa9\x56\xf4\xec\x88\x9b\x5f\xe5\xac\xe8\x72\x37\x8e\x3f\xbd\xd6\x50\x72\xca\x35\x32\x4e\x61\xe3\x74\xbe\x9a\xf3\x42\x4c\x32\x22\x22\x13\xe1\x14\x10\x1d\x89\xbc\x9f\x56\xe4\xf8\x3c\x92\x03\x15\x9b\xe4\x62\x97\x15\xf9\x0a\x8d\x8e\x7e\x60\xb7\x14\x6e\x88\x51\x8b\x7c\x09\xa0\x91\x45\xb7\x7c\xd4\xff\x57\xfe\xef\xae\x72\x6d\x88\xfc\xd6\x2f\x0e\x22\xdd\xea\xa6\xf6\x89\x5c\x80\xb2\x9d\xef\xd8\x1a\x71\x37\x68\x4e\x49\x00\x74\x5f\xbd\xd3\x40\xdd\x01\xf0\xee\x1d\x63\xf8\x2d\x35\x80\x31\x0e\x56\x04\xdb\x5d\x58\x99\x63\xe2\x39\x29\x31\x4b\xf4\x5d\x17\x15\x7c\xa8\xff\x01\x6f\x80\xcd\x11\x37\xf2\x37\x46\x27\xaf\xbd\x95\xb7\x2a\x92\x5a\xfe\xf0\xe3\x9c\x16\xe6\xe9\xd2\xc4\xdf\x83\x44\x07\xc2\xd8\x9d\x56\xca\xc7\xec\x69\x02\x8b\xc5\x99\xf2\x4f\x57\x1e\x6f\xcf\x75\x84\x8f\xbd\x59\x7c\x55\x38\x79\x39\xc0\xf2\x29\xf5\x47\xc2\xd0\x3b\xdf\xc2\xda\xac\xaf\x05\x7d\x44\x5f\xca\x32\xb6\xe9\x93\xdd\x38\x4f\xc3\xc2\xe5\xb9\xca\xb6\x93\x1e\x5c\xb9\x47\x16\x85\x1a\x38\xdc\x8e\x64\xdd\x5b\x7e\xf3\x30\xcf\x25\x20\x23\x63\xd5\xb8\xe2\x80\xd3\xbb\xfb\x14\xeb\x42\x45\x47\x1d\x93\x92\x17\x37\xe6\x72\x58\xec\xb1\x49\xbc\x48\xb1\xfb\xef\xed\xfa\x13\xa3\x51\x54\x29\x7a\xb6\xf6\x09\xe7\xd0\x57\xe2\x0b\x6d\x0f\xc6\x9e\x46\xe3\xa3\x7d\x6c\x74\x63\x74\x31\x4e\x91\xe7\x01\x34\xe2\x6f\x5b\x90\xc7\xfd\xda\x07\x9f\x74\xea\xe6\x23\x9f\x01\xa2\xaf\xef\x29\xf8\xcf\xba\x73\x77\x78\x88\x47\x0c\x3f\xf3\xcd\xae\xa9\xdf\xf3\xae\x51\xa9\xdb\xcf\x2e\xeb\x00\xcc\x8d\x31\xd7\x32\xd0\x03\x20\xcf\x72\xd3\x8b\x0b\x13\xcb\xb6\x2f\x08\xe4\xe9\x7e\xc3\x8b\x61\xbd\xc4\xa3\x03\xd8\xd1\x5d\xeb\x07\xe5\x99\x0a\x3d\x67\x50\xb3\x06\xda\xf2\x8f\x6b\x7b\x1e\x8d\xbd\x72\xcc\x7e\x57\x5c\x2e\xfe\x5e\x2c\x4a\x78\x6c\x26\xaa\xa9\x1f\xd5\xab\x3f\x89\xf1\x41\x0d\x0b\xbe\x37\x18\x61\x77\x2d\x19\x92\x1c\x41\xbc\x9b\x76\xb6\xe9\x15\x9e\xba\xf3\xe2\x94\x93\x54\x3b\xcd\xcc\xa9\xce\x0e\xa7\xb9\x1a\x97\xf9\x7b\x2d\xb1\x8e\xbe\x0f\xee\x2e\xe9\xd6\x9e\xb5\x1f\x28\xd3\x5f\xf1\xa9\x54\xb3\xbf\x59\x38\xbc\x26\x51\x82\xb4\x3b\x9c\x5b\xba\x41\x9f\x97\x6b\x83\xce\x91\x47\x30\x67\x0d\x59\xcf\x65\xd1\x20\xb5\xef\x73\x93\x7c\x28\x96\xb7\x52\x9f\x60\xf6\x44\xdf\x30\x47\xa5\x06\x60\xf2\xc2\x97\xcd\x86\x53\xc2\xb0\x72\x21\x37\x01\x74\x2c\x6f\x1c\x3a\x34\x08\x60\x8b\xa0\x7e\x72\x58\xec\x97\x07\x81\x94\xfb\x16\xef\xe4\xbc\x4d\x96\x7b\x5a\xfe\x2f\xe7\x50\xf8\xf9\xf7\xe7\x57\x3b\xef\xb9\xf7\xef\x70\x00\x21\xf4\xd9\x57\xde\xef\xfa\x30\x5c\xf0\xc3\x82\x74\x06\x0e\x5b\xdf\x31\x48\x09\x9a\x60\xd1\x59\xf9\x8d\x56\x45\xa9\x1c\x8d\x81\xe7\x4b\x4c\x7a\xcf\xeb\x13\xea\xe6\x7f\xe8\x3a\xba\x3c\xab\x4f\xbb\x3b\x5e\x1d\x71\xf8\x9d\x49\xb0\xc9\x68\x71\xc3\xf4\x87\x2e\xe7\xc1\x2f\xe9\x23\x94\x83\x2f\x6c\x9e\x4f\x16\x4c\x98\xbc\x8a\xb4\xec\x19\x7d\xfc\x5d\xab\xfb\xb1\xa5\x75\x7f\xe4\x1c\x47\x6b\xbb\xe5\xc3\xee\xc8\xc5\xe3\xf5\x11\x96\x6b\xad\x06\xcb\x89\x0f\x15\xac\xf8\xea\xe8\x56\x4d\xca\x39\xad\x6e\x3e\xbc\xbe\xf6\xa9\xa8\x9b\xc4\x81\x58\xd4\x96\x9a\x22\x42\x33\xb9\xcd\x06\x8b\x3b\x51\x7f\xa7\x1c\x36\x2b\xca\xaf\x41\x11\xe3\xdb\xcc\xe8\x72\xde\xa0\x87\xa3\x3b\x48\xfc\x87\x89\x76\xc6\x04\xd6\x26\x58\x16\xc0\xe8\x34\xb5\xc9\xc1\x1e\x00\x17\xa6\xcb\xd5\x07\x43\xfe\x71\x3f\x78\xfe\x9c\x95\x3b\x3c\xc0\xae\x17\x64\xe9\xe7\x9c\xda\xf1\x43\xe0\x3a\x49\xef\x79\x6f\xb5\x9c\xfd\x04\x40\x2c\xe3\xcc\x12\xcc\xdd\x1c\xc1\x4f\x09\x9a\x19\x08\xcd\xdd\xdd\x94\x93\x4c\xf4\x79\xf8\x9e\x88\x0a\x53\x0e\x4b\x9a\xed\xf8\xb1\x46\x67\x68\x5a\x8e\x2f\xc4\x2c\x2a\x3a\xf1\x34\x47\xc7\x31\xcc\x58\x04\xe5\x76\x87\x93\x3c\x18\xd6\xe5\x53\xc4\xf1\xd0\x97\x26\x66\x1c\x3f\x1c\xbf\x7b\x76\x5f\x20\x71\x10\x86\x5d\x93\x07\xe7\xe3\x1a\xa7\x8c\xd3\x07\xae\x2f\xa5\x57\x1f\x34\xd6\xef\xed\x5e\x3d\x54\x6e\x61\x2c\xdb\x15\xb7\xb6\x5a\x58\x60\x4c\xd3\xf6\x6a\x83\x35\x57\xfb\x5f\x1e\x90\xfa\xaa\x7c\x54\x69\xc2\x7b\xa3\xfb\xe5\x05\xe8\x90\x98\x09\xc3\xe8\x52\x0f\x8c\x6b\xc4\x55\x83\x4f\xc5\xfb\xb0\x9c\x21\x7b\x0d\x9a\xf2\xd3\xb1\x5f\x02\x3c\x00\x4c\x68\x8e\x3e\xfd\xcf\x3a\x5c\x9b\xf6\x0c\xed\xf9\x87\x17\x24\xf7\xcd\x4f\x2e\x88\xe4\x41\x20\x5d\x07\x5f\xca\x7f\x4e\x04\xdd\x9f\xf9\xef\xad\xa7\x67\x67\x70\x67\x88\x16\x5c\x56\x22\xbd\xb3\xb1\xdb\x3a\x82\x08\x9d\xd6\xe1\xb3\xb8\x1e\xa9\xaf\x2e\x34\xdd\x87\x30\x4b\xaa\x07\xc2\x27\x1f\x3e\x41\xb8\x19\x9f\xc8\x81\xf4\xd3\x6b\x03\x0e\x96\xe5\x3a\x61\xe9\xcb\x7b\xfc\xd2\xeb\x27\xbc\x82\x16\x4d\xb3\x7c\x9a\xb3\xac\x3b\xe7\x19\x7a\x33\xda\x43\x0d\xc4\xe7\x57\xe6\xd8\x5b\xdc\x75\xe9\x96\x94\x17\xba\xea\x4c\x48\x1e\x0c\x6d\xe4\xd4\xb7\x95\xa8\xf2\x30\xdd\x73\xc3\x4f\xd7\xcc\x8b\x44\x75\xa7\xfa\x4f\xaf\x13\x73\xb9\xf4\x82\x7a\x02\x37\x88\x99\xef\xf4\x64\x9f\xec\x43\xca\xa5\xbe\xd6\xcb\x6c\x55\x45\x79\x24\xee\xd7\xd3\x6e\x74\x40\xeb\xc4\x10\xf5\xce\xd4\xd5\xa0\x21\x72\x46\xb7\xa2\x9a\x0a\x33\x1a\x1a\xab\xeb\x5c\x49\x85\xcd\x0a\x74\xd2\x99\x28\x9b\xd8\xd4\xf6\xdd\x0f\x60\x79\xe5\xe7\x3a\x02\xaf\xfe\x9c\xa4\xdc\xb7\x7c\xea\xf7\xeb\x80\x94\x7b\xfe\xfe\xdd\xef\x6e\xfe\x19\x01\x70\xe7\xed\x35\xf6\x39\x2a\x62\x17\x27\xbf\xc0\xc1\x8f\xc1\x84\x53\x42\x94\x6a\x9c\xbd\xe2\xf8\x63\xd2\x16\xd6\x57\x1a\x6e\x6d\x86\xaa\x45\xfb\x73\x17\x64\xa0\x97\x8d\xa2\xe3\xcf\xc6\xfe\x8d\x3c\xea\xb0\x9e\xfd\x36\x50\x7f\x3d\xd9\xfb\x68\x29\xa7\x6b\xc0\x5a\x65\x2a\xb2\x7c\xcb\x62\x72\xf5\x79\xf3\xc7\x07\x9f\xf4\x4a\x56\xaa\xbf\xd4\x54\x85\x6b\xf4\xad\xb6\xaf\x68\x96\x2b\xa8\x93\xaf\x9f\x5a\xed\x2d\x7a\xa2\x66\xb0\x9e\xb5\xa6\x52\x30\xa9\x76\x69\xce\x71\x43\x27\xeb\x2e\xc9\x7f\xa1\xe1\xfe\x3e\x0a\x99\x97\xac\xa6\x29\xf7\xfa\x1e\xca\x24\x41\x4d\xa3\xe0\x85\x14\xda\x3f\x5a\x54\x23\xe0\x69\x10\x26\x38\x4c\x53\x63\xa2\x53\x1b\x33\x10\x32\xaf\xe1\xd3\xaa\x81\x7d\xea\xff\x4c\xa3\xa8\x31\x62\x93\xcb\xf7\xb4\xe6\xc1\x5a\xd6\xcd\x52\xaf\x22\x00\x7b\xea\x9f\xeb\x21\xf1\x30\x39\x01\x7b\xfe\xab\x0f\x63\x72\x61\xcf\xff\x17\x0f\xc2\xfc\x61\x00\xfa\x37\xd4\xcf\x47\x06\x88\x38\x8e\x77\x3c\xd5\x2f\x97\x08\x0d\x82\x4b\xf2\x8f\x9b\xc7\xf0\xdd\xb2\x1c\xa6\xf8\x72\xcf\x2d\x71\x35\x7b\xe7\xfb\xf7\xe9\x37\x15\x8c\x2e\x04\x5d\x0a\x55\x43\x7f\xb7\x6f\x4c\xe0\xf0\xda\x87\x2a\xf7\x5a\x49\x63\x73\x6c\x43\x8e\xc4\x61\x32\xd2\x2d\xc4\x11\x2b\x15\x07\xb3\x1f\xe9\xbd\x47\x18\xf4\x76\xe5\x24\xaa\x5f\x59\xc7\x2c\x2c\xe7\x4f\xef\xf2\x0f\xb6\xc8\x7c\x44\x58\x6a\x9f\x52\x14\x32\x0a\x61\x9f\x46\xab\xa4\xb8\xc2\x86\xcc\x49\x8c\x57\xa6\xff\xd6\x85\xaa\x8d\x35\x57\xf6\x18\xc5\xa1\x8b\x22\x45\x55\x86\xdf\xef\xc3\x9c\x0e\x0f\x53\x25\x7b\x5d\x89\x99\x0d\x8e\x56\x39\xf0\x62\x06\xbb\xe6\xdb\xa8\x5a\xff\x54\x0e\xbb\xe5\x3b\xae\xa2\xdb\xf9\x68\x73\xc5\x7d\x4d\x85\xae\x2d\x08\x17\xe0\x22\x04\xe0\x15\xf3\x73\x5d\x24\x1f\x46\x45\xf5\xcf\xd9\xb5\xf2\x7b\xee\xb9\x21\xf7\xcf\xf5\x6f\xa5\xec\xe4\x3e\x3b\xdf\xf7\x8e\xea\x03\xdc\x29\xbf\xee\xfb\xba\x05\xf8\x38\x24\x39\xec\x3b\x4a\x08\x68\x61\x3a\x59\x4e\x92\x07\x22\xe7\x0b\xde\x54\x6d\xcd\x0a\x15\x47\x86\x6b\x31\x4a\xf2\x3c\x10\x40\xb9\x59\x69\x73\x22\x20\xd0\xcd\x1b\x4b\xef\x7e\x39\x32\xc1\x4e\x11\x33\x11\x79\x3a\xfa\x8e\x29\x0a\x43\x9f\xbf\x3f\x4e\x54\x4f\x01\xad\xd4\xda\x94\x68\xac\xfe\x06\xf5\xfc\x83\x5c\x52\x8e\xd2\x3e\x94\xd4\xba\x76\x12\x46\x3e\x02\xdd\x85\xea\x89\x7e\x28\xcf\x8b\x46\xa2\xb6\xa3\x32\xe5\x8a\x30\x06\x68\x87\x08\x6d\x39\x5e\x04\x06\x73\x35\x74\xbf\xfc\xbd\x39\x2b\x4c\x5b\x50\x9c\x7c\xc7\x44\x05\x36\xc0\xef\x95\x82\xe4\xe7\x1a\xec\xb8\xef\x5e\x12\xf7\xa0\xa0\xf7\x86\x0a\x77\xc6\x75\x44\xc1\xaf\x8f\x1e\xe7\xe4\x5c\xa5\x70\xf6\x39\x6c\xed\xb7\x6f\xf9\x75\x2e\x92\x9e\x8f\x4d\x3b\xcf\x89\x81\x6f\xff\x8d\x03\xf9\x93\x83\xf9\x54\xfd\x73\x3e\xef\xdd\xf9\x0e\x9e\x06\x54\x39\xcd\xd9\x45\x6a\xaf\x12\xc5\x45\x8e\x4b\xc6\x16\x62\x08\xee\x32\x95\xaa\x3c\xc9\xab\xdb\x8a\xea\x8a\x46\x3d\xe1\xf6\x78\x55\x03\x2b\x1b\x47\x8f\xa6\x2d\x25\xeb\xc3\x2e\xeb\x8e\x82\xb8\x50\x97\x29\xaf\x59\x6b\x1d\xdc\x91\xe0\x26\x3f\xba\x7f\xf1\x0f\xdc\x58\xde\x9e\x1f\x61\xe5\x4a\x87\xb0\x47\xc6\x90\x61\xd2\xb2\x4b\x18\x22\xaa\x32\x94\x8c\xc4\x3f\x48\xbf\xdd\x14\xc1\x3a\xf8\xea\x91\xf8\x07\xc9\x35\xec\x8d\xcd\x97\xae\x27\xa4\xbe\xad\x3c\xdc\x1c\x75\x65\x93\x96\x99\x99\xc0\xb1\x3b\x0b\x4a\xbf\xfb\x2a\x8b\x8b\x75\x34\x91\x7e\x31\xf2\x68\xeb\x6f\x3b\x3d\x12\xf7\x20\xfd\xfd\x9d\xed\x56\x8d\xe5\xb3\x5f\xcf\xc7\x8a\xb7\x3b\x1c\x48\xc7\xcf\x49\xca\x3d\x7f\xe7\xa1\x48\xf9\xf7\xe8\x8e\xf7\xe0\xa5\xed\x8e\x07\x22\x0b\x80\xfe\xfa\xe5\x6d\x92\x07\xa2\xa4\x17\xf6\x0b\x5a\xf0\x49\x66\xb4\x11\xef\x49\x1b\xc8\x9c\x88\x9e\x23\x5c\x55\x7b\xa2\xa5\xe9\xcf\xbd\x7d\xcf\xa0\xc9\x24\xe6\x5f\xfc\x03\xf7\x56\xa5\x7f\xbc\x93\xae\xf1\x99\xad\x13\xf1\x99\x6e\x6d\x3a\x5d\x38\x44\xfe\x07\xf7\xa3\xea\x56\xb8\xf2\xfa\x9b\x1e\xb2\x4a\x37\x70\xca\x7d\x02\x9e\xea\x72\x37\x71\x87\xbe\x52\x78\x7e\x97\xde\xbb\x39\x8f\x6e\xf3\x54\xd9\xf5\x3e\xcc\xe2\xb6\x71\xa2\x8e\x85\x24\xfe\x41\x7c\x69\x2b\x14\x37\x64\x5b\x22\xce\x8b\xf1\xd9\xd2\xb7\x1c\x14\x47\x2f\x31\x6d\x45\x59\xd2\x8a\xf7\xfe\x18\xdb\x42\x9a\x31\x8a\x3f\xfe\xea\x88\x97\x37\x4e\x96\xe0\x19\xed\xc2\x1b\x1a\xf3\x02\xe4\xcb\xfc\x77\x0e\xe4\xf7\xef\xdf\xff\x5f\x1e\x88\xfa\xc7\x00\xf4\xa3\x97\x8d\xca\x5a\x61\x8e\x8d\x8b\x8e\x2a\x8b\x03\x24\x04\xeb\x38\x51\xf1\x74\xc4\x1e\xa9\x38\xe1\xde\x90\x2a\xc2\x1b\xd5\x4f\x4a\x9a\x9e\xf3\x84\xcb\x7a\xe5\x5a\xc3\xf6\x6e\xdb\xe6\xe6\x49\x46\x41\x56\xe6\xdb\x64\xf6\xd3\x66\x2a\x66\x48\xfc\x43\xaf\xab\x96\xfd\x86\x4c\xf8\xd2\xf0\xdb\x96\x38\xed\x68\xbc\x66\xfa\x29\x1b\x36\x12\xff\xa0\xe8\x8f\x27\x6b\xab\xb6\xe5\x92\x53\xdf\x0a\x79\x53\xe8\xc0\x25\xe5\xb1\x55\x36\xc5\x6c\x8b\x92\xb8\xbb\x95\x81\xaa\xb0\x15\x17\x3f\xbd\xb5\xb1\x25\x61\x25\x24\xfa\x10\x9f\x87\xdf\x63\x92\xfc\x3f\xbd\x0f\xf1\x28\x0a\x7c\xa3\xde\x8c\xe8\xa1\x65\x0d\x7c\xa7\xde\xaa\xf0\xf3\x99\x67\xdb\x56\x1a\x73\xff\xe0\x40\x76\x7c\x20\x33\x98\xff\x76\x0e\x92\xf2\xef\x81\x9d\xef\xfc\x3b\x77\xf2\xfe\x06\x5d\x80\xcb\xb2\xe4\x23\xa4\xfc\x3b\x7b\x12\x80\xed\x01\x6d\x55\xd2\x75\x48\x17\xd0\xbb\x57\x1e\x21\x05\x7f\x4b\xe5\xf0\xb7\xfb\x6e\x11\xc3\x95\xef\x49\x5c\x75\x9a\x27\x6c\xe9\xd8\x29\x9c\x20\xf1\x0f\x66\x4a\x84\x2b\x36\x71\x5a\x3d\x46\xbd\xdb\xe0\x6a\xae\x63\xaa\x57\xb6\x9d\x1d\xcc\x67\x50\xab\x25\xb0\x2d\x97\x98\x69\x1c\xb6\xcb\x3f\xc4\xe0\x37\xab\x1d\x4d\x1d\x65\x11\xf8\xfa\x27\x39\x66\x40\xe2\x1f\xc4\xad\xf0\xdf\xa7\xa8\x8c\xf5\xc5\xf8\xf0\xd5\xeb\xd7\x4d\x5c\x45\xfa\xb7\xff\xc6\xdb\x18\x52\xfe\xcb\xfb\x20\x49\xf8\x6b\xdb\x47\xdd\x54\xd0\x90\xa0\xba\xfd\x41\x85\x4c\x80\x71\xab\x86\xc0\x2b\xff\x54\xe0\x33\xd2\x8c\x70\x42\x31\xff\xd7\x73\x71\x8c\xf2\xb7\x73\x80\x76\xc7\x07\x93\xfe\x7b\xfe\xdd\xcd\xb8\x93\x7f\x37\xfe\x9c\x85\x8e\x3b\x1e\x88\x6b\x00\x74\x8f\xce\x3d\x4e\x61\x00\x60\x7b\x76\x53\x28\x6a\x02\x86\xf9\x32\xef\x6c\x06\xc4\x43\xa0\xb8\x2e\x1b\xad\xdb\x37\x38\xa2\x80\xe6\x37\xb2\xe3\x20\x6a\x68\x3f\x96\xfa\x60\x8a\x25\xe0\x8d\x9e\xca\x17\x1b\x1f\x20\xee\x37\xab\x92\x97\xd5\x4f\x23\xd4\x38\x5f\x55\xb9\xa3\xf3\x17\x21\xd4\xb7\x55\xcd\x46\x7d\x81\xc0\x19\x43\xa9\xd9\xab\x22\x4f\x38\x90\x5e\xaf\x9d\x45\xe2\x1f\x64\x43\xb7\x3b\xea\xb5\x74\xe3\xa5\x86\xb6\x53\x9e\x60\xf4\xac\x25\xe8\xb7\xfd\x07\xc6\xf4\x6c\xc4\x5c\xb6\x75\xc6\x41\x9f\x4c\x84\x79\x3b\x62\x35\x52\x27\x55\x28\x70\x7b\x0d\x6f\xa2\x71\xeb\x5f\xde\x87\x3f\xb8\x87\x5f\xfc\xc3\xfb\xcb\x3b\xbf\x8b\x88\xff\xdc\x87\x85\x1d\xef\xc7\xc7\xc9\xdf\xcf\xc1\xfa\x9d\x59\x92\xff\x73\xe6\x39\x00\x5c\xbc\x74\xe8\x64\x6a\x3c\xc0\xed\x95\x33\x17\xa2\x97\x00\xee\x2d\x5d\xd1\x0b\x2e\x06\xe0\x09\xa3\xb5\xf4\x74\x86\x1e\x51\x67\x86\x1f\x8e\xfa\xc0\xa3\x80\xe6\xee\xb7\x98\x00\x32\x75\x2e\x7e\x0b\xe3\x4c\xa2\xa3\x01\x99\xc4\x1a\x89\x7f\xd0\xa5\x25\xca\xdb\x5d\x90\xce\xd2\xe2\x27\x1e\xf1\x74\x97\x4f\x54\x8b\x25\xe0\x83\x23\x15\x8c\x95\xaf\x10\x46\xe2\x29\x94\xfe\x96\xd7\x24\x7c\xcc\x54\x53\xec\x97\xd1\x21\x54\x95\x49\x2a\x2b\x4a\x7d\x20\x28\xd6\x7f\x50\xff\x4b\x3c\x97\x60\xd7\xe5\xa5\x7a\x44\xa4\x96\x10\xd7\x7f\x5d\xe9\x87\xf0\x25\x82\xf3\xa8\xa1\xb2\xbf\xd0\x5f\x04\xdd\xf9\x30\x65\x0c\x89\x7f\xf8\x5f\xde\x87\x5f\xb9\xff\xef\xf7\xc1\x1a\xff\xef\xe7\xe0\x8b\xcd\x9f\xb3\x59\x6f\xc7\x83\x91\xf2\xbb\x07\x23\xfa\xc1\xcf\xe9\x1f\xf8\x73\x86\xf2\x00\x30\xeb\x5f\x58\xf4\x09\x06\xe0\x49\xbd\xb1\xe4\x6c\x0b\x53\xa2\xbc\xf4\x83\xd6\x9a\xd0\x2e\xad\xc7\x98\x60\xb2\x02\xfc\x6a\x37\xb9\x4f\xea\x77\x13\xb7\x75\xf6\xf2\x3f\xd0\x19\x21\x4e\x18\x15\x08\x9d\xd3\x8c\x23\x8e\x58\xd9\x0a\x2d\x6a\x38\x11\x93\x9d\x0d\xc4\x5b\x94\xe7\x89\x65\x3e\x79\x62\x69\x8a\x3d\x44\xbb\x70\x29\xc9\x6d\x39\x4f\xa2\x6c\x72\x8c\x74\x81\x8c\x24\xf1\x62\x6e\x80\xec\x24\x89\x7f\x10\x9b\x22\x9e\xa8\x2f\x91\xb5\x17\xf9\x42\xc0\x3c\x39\x27\xa7\x2c\xd4\x4b\xd8\xe8\xaf\x97\xdd\x14\x54\x24\xac\x7f\x6a\x93\x4d\xe0\x77\x26\x9e\x9d\x8e\x97\xbe\xc7\x67\x4c\xe4\x5c\xcf\x97\x8c\xe2\xbb\x41\x94\x23\x4c\x48\x54\x93\xf8\x0f\x6e\x67\x22\x92\x98\x20\x40\xfe\xe7\x39\x30\xe1\xfa\xc7\x39\x78\xec\x0f\x0e\x68\x67\x9f\xe2\x39\x7e\xce\xa0\xba\x9d\x59\x0a\x70\x25\xe3\x70\x9a\xd7\x4d\x00\x3a\xc4\x49\x19\xe7\x6c\x00\x4e\xc1\xcb\xf2\x76\x17\x01\x2f\x12\x76\x2b\xd9\xe2\x1a\xf4\x48\x7f\x66\x70\x37\x3a\x0e\x91\x4a\x03\x2c\x9d\xba\x2c\x20\xae\xc9\xcb\xb9\xa1\x6d\x0d\x54\xfa\xb3\x7c\xfb\x34\x4e\xc3\x55\x33\x32\xde\x3c\x95\x50\xa0\x74\xe0\xe2\xe7\x50\x74\x02\x0a\x0f\x1a\xfe\x44\x85\xc3\xc4\x8f\x41\x2c\xc2\xf7\x65\xa5\x89\x6f\xa2\xde\x88\x1c\x94\x22\x27\xf6\xa7\x4c\x0a\x7f\x97\xbc\x4a\x8c\xc8\x63\x11\xef\x10\xfb\x9b\x98\x57\xae\x20\xf6\x97\xb0\x1b\xb1\xac\x8e\x5c\xf4\x98\x10\x0b\x31\xb4\xa3\x59\x2c\x5f\x60\x93\x68\xf1\x92\x59\x7c\x8c\xbf\x84\xa8\x31\xb4\x20\x21\xc3\x6b\x4d\x4c\x9f\x08\x15\x09\xe6\xc9\x23\x16\x2d\xfc\x10\x9e\xe2\x46\x12\x7b\xd0\x71\x42\x3c\x5c\x9f\xe1\x24\xb1\x9e\x8f\x03\xe0\x3a\x35\x7f\x04\x19\x2f\xc0\x3d\x63\xde\xbd\xe4\x25\x00\xbc\xbc\x7c\xd6\x27\x4e\x00\x88\x67\x08\xf2\x9c\x11\x01\x50\xa4\x10\x79\x74\xe9\x26\x80\x96\xb8\xe4\xc1\x1b\x2b\x00\x06\xbe\x72\x9d\x0c\x8a\x00\x66\x37\x95\x62\xd9\xd3\x00\xcc\x5b\xd5\xb7\x05\x72\xa1\xd8\xfc\x8d\xde\x23\xe9\x12\xe2\x92\xd9\x94\x99\x9f\x26\x0d\x51\xdf\x6c\xc8\xfe\xba\x91\x3f\x21\xc8\xf4\x8a\xef\x15\xbb\xf0\xed\x0e\xc3\x91\x18\x4a\x77\xd5\xed\x9b\x7a\x77\x33\x69\x7c\x30\x78\x67\xed\x73\x65\xc4\xa0\xf7\xbb\x1c\x88\x83\x6a\xf5\x93\x33\x91\x43\xb8\x61\xe5\xbf\xdf\xcc\xc6\x7a\xef\x72\x20\x20\x93\xbc\xee\x98\x48\x85\x0b\x91\x56\x41\x9d\x8a\x4d\xdd\x32\x97\xdc\x44\x6b\x86\x9b\x90\x3c\x20\x28\x1e\x49\x27\x4c\x55\xc0\x87\xc5\x3e\xa9\xf7\x98\xfe\x80\xf1\xef\xb7\xa5\x1a\xb1\xdb\x5e\x5e\x23\x6d\x32\xc6\x9b\x57\xbd\xf4\xde\xdd\x91\xf3\xdc\x64\xf2\xea\xec\xa7\x91\x43\x6d\x7a\x7a\xf2\xf7\x8e\xca\xbd\xc6\xf1\xb8\x04\x3f\x79\xa1\x20\x89\x93\x77\xf1\xed\xe8\x51\xe0\xc7\x0d\x3a\x5e\x04\xa0\xb1\xe1\xfd\x72\xc0\x05\x80\xa9\x9f\xe7\xf0\x91\x56\x00\x9e\x24\xee\xde\xe3\xef\x00\x24\xaa\x05\x66\xcf\x18\x01\xa8\x9c\x16\x36\xbd\xc4\x0a\xa0\x47\x29\x6e\x7b\x03\x00\x8c\xa7\x64\x2f\x32\xb0\x01\x98\x86\x2b\x34\xb3\xb4\x01\x58\x7d\x53\x57\x15\x44\x43\x98\x0d\xbd\xde\x45\xb9\x64\x22\xca\xf2\x82\xe9\x59\x8d\x3e\xe2\x75\x4b\x13\x9b\x75\xd3\x08\x82\xbe\xd9\x53\xef\xbd\x0e\x7f\x6f\x47\x19\x07\x46\x2e\x7a\x8a\xe2\x2b\x0c\xe4\xd2\x73\x02\x35\xb7\x1a\x74\xc6\xca\x7d\x22\x7a\x70\x8b\x9a\x3d\x4d\xd1\xb1\x28\xdc\x9c\x9a\xe2\xd3\xfc\xd8\x78\x9c\xa5\x72\xce\x5b\xcf\x04\x89\x4d\x6b\x05\xd9\x6f\x8e\xa9\x2e\xbb\x5e\x14\x52\x1f\xcc\x8e\x07\x84\xc4\xc3\xac\x9e\x97\x96\x45\xaf\x86\x2a\xfd\x28\x90\x69\xc5\x70\x84\xc4\xfd\xc9\xc1\xf4\x1b\x29\xa4\x63\x23\xfc\xcf\x3e\x1f\x55\x9c\xc6\x22\x7d\x2f\x3d\xbd\xa2\x64\xb3\xc9\xe3\x5d\xdc\x8e\x57\xca\xd8\xfc\xee\xfe\xac\x49\x4a\x99\x09\x67\xea\x52\x0a\x40\x7b\x81\x87\xeb\x40\x2c\x00\x9b\x27\xaf\xd0\xb1\x7b\xff\xe8\x89\x79\xcc\xe7\x70\x7a\xf9\x57\x4f\x8c\x41\xb8\xd8\xfa\xcd\xfb\x00\x66\x4f\xa4\xf2\xee\xd4\x01\x58\xd3\xca\x25\xb0\x32\x03\xd8\x4d\xa9\x46\x09\x1d\x85\x47\x76\xaf\xb5\x99\xa5\xf3\x88\xb3\x36\xce\xc6\x5b\x5a\x27\x08\x58\x6b\x4a\xeb\x4a\xf3\x26\x02\xa5\xe5\x35\x8f\x19\x67\xe9\x6d\x1a\xb3\xab\xe1\xd7\x7d\x50\xf8\x0b\x46\x21\xf7\x2f\x84\x62\xb6\x2e\xe8\x6d\x96\xa6\xc7\xde\xc1\xc9\x6b\xe7\x34\xbc\x4e\xba\xb2\x39\xa3\xfe\xbe\x7b\x3d\xe5\xca\x2e\x07\xd2\xa2\x78\xf5\x1b\x2e\xc3\x09\x1b\x20\xc7\xbd\xc1\x96\x31\xb4\x59\x26\x93\x81\x18\x49\xbe\x4c\xda\x0f\xb4\x99\xf4\x63\x94\x4e\x4c\xfa\x3c\xbb\xac\x2a\xfa\x46\xe4\xe7\x09\x4e\xb9\x67\xe8\xaf\x61\x84\x4f\x85\x72\x5b\x98\x57\x41\x91\x6f\xc6\x15\x43\x31\x1d\xc1\xf7\x49\x7d\x38\xdd\x0f\x95\x16\xb1\x8f\xfd\xb2\xdb\x63\x55\xa4\x37\xa9\x7d\x6a\x1a\xed\x55\xda\x37\x3f\x79\x44\xff\xe2\x40\x6e\xd3\x71\xbc\x3c\x80\xfd\x95\xff\x0b\x99\xf0\xd0\x9e\x08\xfb\x07\x07\xe1\x24\xf0\xf1\xa2\x30\x80\xd1\x39\xd1\x5b\x37\xac\x00\x2c\x35\x24\xc3\xef\xd4\x00\x38\xa8\xc8\x7e\x64\xe7\x05\x70\x3a\xa1\xcc\x2b\x90\x0f\x8d\x8e\x73\x9a\xf1\xd2\x8a\xc4\x71\xa7\xb3\x86\xc5\xda\xb7\x08\x1f\xec\xa4\xad\x54\x2c\x1f\x6f\x77\xda\x38\xbb\x1e\x75\xcb\xc4\xe7\x5b\xb4\x85\xaa\x04\x56\x6e\x79\x99\xde\x48\xf9\x11\x35\x8e\xbb\x63\x78\xaa\xd4\x23\xd9\x79\x53\x5d\x57\xb7\xf1\x62\xfa\x19\x6c\x96\xe6\xfb\x67\xa9\x59\x45\xbb\xfd\x38\x24\x0e\xe4\x4f\x2f\x8a\xab\xcc\x24\x22\x29\x45\x6e\x69\x4d\xce\x0a\xe9\x99\x68\xf2\x4d\x4a\x3e\x0b\xe5\x19\x5b\xfc\x49\x46\x89\x0f\x15\x10\xa7\x31\x70\x40\x99\x19\x6d\x13\xe5\xf9\xd2\x40\x45\x10\xbd\x19\x41\xfd\x94\x55\xe5\x2d\x66\x25\xd8\xa9\xe3\x82\xda\x5d\x2c\x79\x30\x75\x73\x95\xda\x19\xec\x88\x5f\x67\xcd\x8a\xba\xf4\xa6\x96\xcf\xb1\xaa\x7e\x75\xd3\xcd\x75\x0f\x37\x00\xba\xb7\x9c\x8a\x07\xeb\x7f\xed\x83\x58\x04\x67\xe9\x89\xb3\x00\x8a\x1a\xbc\x3a\x67\xa2\x00\x74\x7a\x04\x30\x97\x85\x7f\xf5\xc4\xd8\x74\x89\x9d\xa4\xa3\x01\x70\x39\x2e\x73\x94\x6d\x0c\xc0\x6d\x59\x91\x5e\x20\x13\xea\x3d\xdf\xa9\x79\xc9\x5c\x26\x7e\x77\x13\xd0\xcf\xd2\xbe\x42\x78\xe7\x54\x66\xc1\x67\xc5\xbb\x7d\xd7\x81\xde\x89\xd6\x1b\x8f\xdf\x63\x93\x1a\xc8\x1d\xd6\x86\x5b\x37\xdf\x93\xdc\x1a\xd7\xba\x69\x6b\xf4\xba\xf4\xef\x74\x4a\xec\x2d\x7d\xe5\x46\xd7\xdc\x1c\x4c\xb4\x36\xdb\x73\xc7\x82\x9b\x24\x0e\x04\x7d\x4f\xb1\x67\x59\xa2\xc4\xed\x4f\x2f\xca\x7a\xb0\xbc\xcf\x86\x71\x46\xe5\xf4\x8a\xe2\x41\x44\x45\xaa\xdf\x78\xb8\xd2\x59\xa4\x52\x32\xc7\xfb\x41\x65\x67\x94\x6f\x5c\xfb\xcb\x00\x55\x24\x6a\x30\x76\xb5\x5b\x46\xfd\x3c\x5a\x29\x7a\xae\x3d\x58\xfd\x03\x86\x33\xbc\xad\xe9\x88\x86\x2b\x66\x3a\xc4\xa9\x56\x50\x23\x0c\xdb\x18\xb0\xaf\x92\x4a\x13\xbf\x79\xd4\x4f\xaa\x6c\x4b\x33\x6e\xf3\x89\xd7\x01\x80\x3b\x49\xec\x95\x87\x98\xfe\xbd\x0f\x4a\xf4\xec\xdf\x4e\xce\x00\x18\xaa\xf1\xac\x5c\x64\xfb\xc5\x41\x38\x26\x8b\x96\xd2\x7f\x05\xf0\xa0\x90\x52\x66\x4b\x05\xf0\xf5\x96\x0b\x11\x08\x25\xf5\xe5\x10\xc7\x7d\x7e\xe8\x7c\xd7\xfe\x4a\x48\xf5\x9c\x32\x45\xd8\xda\xe1\xc7\x1c\xcb\x1d\xd3\xfc\xe6\xb7\x4c\xed\xb6\xfc\x17\xa3\x0d\x36\xc7\xac\x5e\x25\x4c\xa4\xbe\xc3\xea\x9b\x5a\x14\x87\xe7\xee\xc3\x04\x1a\x90\x35\x05\x16\x4c\xa3\x6d\x75\x94\x7a\x29\x4a\xf5\x50\x99\xea\x42\xa3\x4a\x15\xe4\x24\x0e\xe4\x4f\x2f\x0a\x89\x03\x99\xa0\x50\x51\xdb\xb8\x9b\x35\xf1\x21\x42\xf5\x31\x22\xe4\xbe\xfa\x6b\x4d\x75\x77\xe4\xc9\xd4\xc4\xee\x00\x4d\x77\x64\x55\x72\x7a\xfb\x17\xcd\x28\xf4\xf9\x58\xd3\x06\x82\xd6\x2c\xba\x39\xea\x4d\x2d\xad\x56\x2c\xe6\x51\x28\xe2\x81\x8f\xf6\x17\xac\x70\xf0\xa9\xb2\x97\xda\x76\x58\x84\xff\xf5\xa2\xbd\x3a\x05\x9b\x5c\xbe\x75\x00\x4c\xa7\xd9\x4b\x0f\x97\x03\xf0\x1e\xe2\x64\xa1\x48\x00\x90\x39\xcf\x79\xfa\x24\xed\xaf\x9e\x18\x13\x6f\xbe\xd3\x97\x55\xfe\xdd\x13\xe3\xfb\x40\xec\x03\x8b\xf9\xae\x17\xa4\x2b\x98\x4a\xc9\x49\xba\x84\x38\x19\x3c\xaf\xf9\x55\x7b\x81\xd0\xe8\xbf\xdf\x68\xdd\xe6\x3c\x3e\xd3\x6d\xda\xde\x3d\xd0\x06\xf7\xc8\xa9\xcf\x87\x3a\x41\x79\x53\xd1\xe6\x7d\xfc\x9e\x0c\x0a\x8c\x88\xc5\xd7\xfc\x95\xa2\x87\x28\x30\x9a\x6f\xa4\x2a\x9f\x41\xd1\xe8\x1d\xec\x65\xaf\xfc\x40\xea\xc7\xf9\xd3\x03\xb2\x11\xad\x64\xb0\xf2\xaa\xf4\xca\xb7\x58\xd5\x3d\x6b\x1a\x85\xd4\x1f\x63\xd5\x46\xd7\x5f\xe7\x7c\xe8\xbf\xac\x79\x74\x23\x37\xcb\xe6\xf9\x90\x26\x1e\xd1\x7e\xdf\xf9\xb1\x92\xb6\x18\x32\x2f\x85\xa6\x25\x46\x3b\x1b\x15\x94\xe0\x4a\xf2\x80\x90\x38\x10\x52\x1f\x4e\x41\xb9\x5e\x06\x36\x39\xf0\x69\xb6\xa8\x81\x30\x76\x20\x20\x07\x80\x25\x87\xa5\xe0\x48\x01\x00\x9f\x2f\xdb\xc9\x63\xe2\xbf\x38\x08\xad\x51\xb6\x7e\x2a\xd5\x5f\x3d\x31\x76\xd3\xbc\x7f\x5d\x1d\xfd\x47\x4f\x4c\x86\xc8\xd4\x3d\x6f\x80\xd0\x31\xe9\x1b\xfc\x78\x68\x8b\x8c\x54\xd0\x96\x91\x21\xae\x47\xde\x57\xa7\xd5\xc2\x11\x3c\xc3\x82\x0d\xba\xed\x2f\xe2\x1b\x7d\x34\x6d\xb4\x02\x6a\x71\xf4\x6e\xe5\xee\x77\x92\x23\xb1\xca\x0e\x9a\xd1\x23\xb9\x09\x68\x0e\xab\xfc\x7c\x62\xb9\x37\x4a\xc9\xe4\x54\x43\x65\x65\x2f\x82\x4a\x5f\xed\x95\x54\xbd\xfb\xba\x86\xa6\xdc\xf7\xe1\x96\x3b\x1b\xab\xaa\x53\x0b\xca\x75\x29\xa4\xfd\x98\x7f\xab\x52\xb8\x52\x5d\x76\x60\x84\x4e\x23\x73\xd5\xb2\x64\xf0\xed\xba\xd6\xfa\x1a\x6b\xd1\x97\xe7\x06\x3a\x1d\xeb\x35\x79\x3a\x1d\x66\xba\x5f\x37\x70\x99\x84\xe6\x2b\x7a\x7b\x91\x7c\x69\x34\xd5\x7c\x06\x2a\xc8\x07\x29\xaf\x1f\xd8\x19\x48\xa2\x46\xe3\x1f\x14\x11\x0d\x4d\xd0\x8f\xa2\x11\x79\x14\x86\x73\x18\xcf\x08\xca\xac\xe3\x46\x9e\xd8\x7d\xa1\x22\xe9\xe3\x86\xc3\xd8\xae\xc0\xdb\xbf\xf6\x41\x48\x92\xbd\x96\x02\xfd\xff\xee\x89\xf1\x5d\xe2\x6b\xbe\xa5\xf7\xab\x27\x26\x3a\x4e\x52\x41\xe0\x1a\xf4\xc4\xcd\xcb\x51\x48\x7b\x13\xf1\xf1\x11\x2a\xf9\x5a\x3a\x84\xf4\x18\x05\xdd\xc7\xb6\x6d\x78\xfe\xd0\x2e\x4b\xd1\x90\x67\x9b\x32\x5e\x1e\x6e\x21\xe9\xeb\x68\xa2\x8b\x69\x44\x6f\xc9\x6d\xe4\x4b\xdb\xb1\xdc\x89\x47\x6e\x88\xbd\xe6\x54\x8d\x46\x0d\x4e\xeb\xa7\x0c\x95\x5f\xdf\x6f\x45\x93\xbc\x28\xeb\x41\xea\x13\x73\xf2\xcd\x4e\x6b\xfb\xd4\x34\x17\x5a\x6a\x9f\x8f\x9f\xd5\x12\x5a\xf2\x7b\x74\xef\x9d\xb5\xce\xe2\xf2\xfc\x83\xa5\x9e\x23\x7a\x2e\x6b\xe4\xc5\xeb\xed\x45\x06\x33\x6b\x23\x85\xfd\x8d\x38\x83\xa6\x8d\xfc\xec\xe6\xaa\x42\x23\x34\x22\x23\xc3\xb4\x9c\xc2\xb8\x06\xa9\x9a\x96\x56\x40\x66\x32\x8a\xb2\x4a\xa2\xcb\xfe\x62\xaa\x80\xbe\x1d\x37\x94\x69\x62\xf2\x1c\x43\x16\x55\x9c\x56\x6c\x52\x80\x99\x0d\xbb\x94\x7c\xc8\xa4\x13\x9b\x12\x64\x0e\xc0\x22\x75\xaf\xf5\xc8\x3d\x00\xb1\x0c\xd6\x72\x8a\xd7\x00\xca\x92\x2c\xb7\x29\x6b\x7e\xf5\xc4\x58\x96\xb0\xbc\x38\xe3\x0d\xe0\x71\x92\xe3\xec\xe5\xd2\x5f\x3d\x31\xd1\x2f\x04\x26\x98\xaf\xee\xf6\xc4\x0c\xa4\x98\x49\x8f\x4b\x3d\x20\xbe\x48\xf9\xa1\x72\x42\xb7\x9a\x10\x9d\x42\xa9\x35\x6a\x27\x8f\x2f\x8a\x79\x60\xb2\x1c\x18\xb6\x29\x16\x68\xe8\x84\xcd\x60\x46\x3d\xf2\x2c\x0c\x3e\xf3\x00\x87\x90\x71\x34\xc9\x3e\x51\x0f\x6b\x96\xd6\x64\x0d\x74\x1d\xb5\x2b\xcf\x8c\xa9\xdf\x5e\x7d\xe2\x45\xe2\x1e\xd6\xc2\x34\x05\x67\x16\xdb\x62\x67\xde\x6a\x19\xce\x93\x37\xa9\x0e\x93\xeb\xf6\x2d\x86\xd4\x0a\xf4\x8e\x19\x2c\x2f\x0b\x3f\x94\xea\x18\x35\x26\x5b\x69\xa8\xc8\x69\x2a\x30\xee\x5d\x3b\x51\x52\xf8\x30\xcf\x94\x69\xbd\x2b\xdf\xa0\x84\xc9\xec\x13\x82\x3c\x6b\x3e\xbf\xdd\x5c\x0f\x81\x4c\xf7\xcd\xb4\xb0\x18\x42\x3e\x4f\x55\xcc\x94\x32\x73\x42\xd3\xc6\x6d\x26\xfd\x65\xa9\x83\x4e\x8f\xa5\x89\x73\xb4\xcc\xc7\x48\x47\xd6\xc7\x70\x59\x52\x60\x8f\x84\xd6\x01\x70\x45\xb3\xfa\x1f\xbd\x0b\x20\xf1\xe2\x5e\x27\x05\x3d\x80\x4a\xfb\xbd\x19\xca\x8f\x00\x26\x0d\xcc\x5e\xa7\x2c\x01\x1c\x96\xee\xf9\x9d\xbd\xfd\xef\x9e\x98\x38\x17\xbe\x29\x46\x4e\x80\x34\x4f\xe1\x36\x6e\x04\x4c\x65\xe1\x24\x46\x24\xaf\x02\x63\x8e\x8b\x9c\xad\xda\x38\x21\x2d\x33\x46\x83\xdd\xb6\x03\xef\x94\xfa\xd6\x30\x25\xf8\x0c\xf6\x7d\x54\x8d\xbd\x62\xd6\x30\xd2\xd5\xef\xbc\x5f\x62\xf5\x87\x75\x2a\xb7\xd2\xfb\x1d\xed\xac\xcb\x7d\x76\x5a\x0d\x0c\xcf\x6a\x17\x8f\x9a\xde\xfb\xf0\xa9\x8f\xfa\xcf\x7e\x9c\xcf\x9a\x06\xed\xb3\xec\xed\x57\xfb\xbe\x19\x73\x2d\xec\x6d\x8c\xe9\xf0\x36\x53\x5e\x5c\xa9\x35\x68\xd4\x33\xeb\x59\x21\xab\x44\x55\x51\x59\xcc\xad\x5a\x96\xb3\x15\x4f\x58\x49\xaf\xb5\x14\xcb\xe4\xd6\x5b\xd5\x6c\xe8\xe5\x76\x67\xac\x5a\xf3\x21\xac\x32\x97\x53\x72\x6d\x96\x10\x73\x19\x37\xe3\x30\xb6\x64\x28\x8b\xa4\xef\xa4\x3e\x9c\xc8\x15\x9b\x4e\xf4\x50\x0c\xc7\x2f\x0e\x84\xe3\x13\xb3\xcc\x11\x53\x00\x69\x91\x7b\xfb\x29\xc4\x00\x34\xe2\x98\xa9\x28\xdd\xfe\xe1\x47\xf9\x93\x83\xd8\xe9\x89\x49\x33\xe6\x4e\xbd\xcb\x07\x90\x1d\x25\x38\xc5\xed\x0f\xf8\xa2\x8b\xa2\xdd\x62\x0f\x41\xa8\xcc\x43\x6a\x43\xd5\x8f\xf0\xaa\xa8\x5a\xe5\x92\xf5\x71\xbc\x5f\xee\x9c\xee\xab\xa0\x48\x6c\x79\x52\x87\xf5\x97\xec\x3a\x44\x73\xc8\x1e\xef\xe7\x75\x19\xab\x07\x7c\xb8\x92\x38\x9e\xee\x5f\xf4\x77\xbc\xdb\x40\xff\x12\x3f\xf3\xd0\xf2\xd4\xc7\x7d\x83\x81\xf3\xfd\xc6\xd7\xc6\x6d\x5e\xbb\x4d\x9a\x1b\xcb\x4f\x5d\xeb\x3d\xd7\xff\xc9\x6c\xf1\xc7\xd5\xae\x77\xed\x4c\xd6\xc1\xb3\xd9\xed\xe1\xb5\x44\xeb\xe8\xc5\xab\xf5\x1f\x1f\xdc\xb2\xb1\x58\x16\x7f\x14\x91\x3f\x64\x5f\xbf\xb2\xa7\xea\x5d\x66\x82\xbd\xd1\x9a\x6d\x49\xd1\xfd\xa3\x76\x6f\xd7\xb1\xf9\x9e\x29\x1c\x76\xef\x37\x3e\xe5\x68\x44\x8f\x3b\xf4\x20\xaf\xa7\xdb\x45\x09\x3a\x90\xa3\xf6\xa6\xf4\x84\xe6\x39\x0c\xa3\x46\x12\xa9\x02\x9f\x3b\xa6\xa2\x3d\xe3\x6e\x05\x91\xdb\x67\x60\xb4\x22\xeb\x01\xb8\x99\x98\xde\x1f\xc9\x00\x90\x15\x66\xfe\x42\x91\x06\xa0\xe3\xc4\x58\x46\x29\x05\x60\x25\xc1\x80\x3f\x59\x01\xe0\xbe\xc5\x98\x75\x86\x0e\x20\x54\x8c\x69\xf8\x82\x2f\x40\x22\xff\xbd\xf1\xab\xe3\xbf\x7a\x62\x4a\x84\x79\x2c\x58\xaf\x02\x54\x52\x08\x7b\x89\x2e\x82\x7e\xb5\xa0\xc4\x51\x65\x51\x02\xd4\x1c\x95\x57\xb7\xa0\xc0\x9b\x57\xc4\x68\x9d\x08\x42\x63\xad\xf2\x66\xcd\x82\x72\xfa\x36\xf2\xe3\x66\xdd\x3f\x37\xe9\x2d\x05\x06\x4e\xc4\x4e\xbe\x60\x9f\xb9\xeb\x45\xf3\x48\xe7\xc3\x8d\x6f\x4f\xed\xb8\x3e\x04\x7d\x7a\x32\x2b\x6c\x7e\x64\x64\xf4\x9d\xc1\xc0\x57\xeb\x81\x89\x47\xaf\xa2\x3a\xc1\xee\xf6\x77\x8f\x67\xba\xd5\xd3\x8e\x39\x33\xfe\x9d\x0c\x25\x1f\x9d\x24\xe6\x09\x4d\x5b\xf9\x49\x4e\x07\x96\xf8\x6b\xb3\xee\x6f\x3b\x3f\x5a\xa1\xaf\xca\x4a\xf2\x76\x79\xb2\x6a\x54\x41\x13\x3f\xe8\x8c\x5c\x9b\x2c\x76\x8d\x6a\x74\xa1\xde\x70\xce\x23\x0f\x91\x70\x1d\x42\xb8\x64\x69\x87\xfc\xed\x72\x15\x19\x7c\xff\x90\x3f\x8d\x2b\x1d\x4a\x33\xd9\xd3\xcf\xd8\x39\x00\x6d\x1e\x17\xe3\x95\xe9\xfc\x15\xc3\x14\x95\x07\xc0\x87\x64\xfa\xeb\xc8\x37\x00\x85\x3a\xa6\x41\x8a\x0a\x00\x83\x52\x7a\x36\x8a\x83\xbf\x38\x08\x1f\xde\xbb\x67\xa8\xda\x01\xa2\xda\x19\xad\x2e\x30\x01\xa4\x1d\x67\x1e\xbe\xfa\xf2\x1f\x3d\x31\x16\x9c\x0e\x4c\xcb\x00\xf5\xb7\x04\xf7\x89\xc8\x82\x63\x63\xb6\xd8\x01\xc5\x51\xc2\x66\x4b\xb6\xec\x71\x0b\x4a\x3c\x7f\xdd\x39\xf5\xa8\x60\x24\x56\xa2\xd2\xc0\xe8\x54\x2e\xfd\xfa\x87\x9c\xfb\x8e\x4b\x2d\x03\x73\xef\x23\x3b\x22\xe8\xdf\x0e\x4e\x85\xfa\x95\xd5\x44\x8c\x52\x92\xfa\x71\x3e\x4c\xb8\x64\x7e\x90\xf9\xac\xd1\xfe\xc9\x9d\xf2\xcb\xd2\x5b\xcc\xc3\x6c\x0f\xae\x29\x89\x17\x91\x45\x12\x1e\x43\x3f\xe4\x9f\x0c\x66\xa6\x79\x92\xcd\x8d\xb7\x7e\x48\x89\xf3\x14\x5f\xbc\xd9\x50\x1d\x77\xc5\x73\x74\x59\xa4\x5a\x37\xd2\xd1\xd3\x63\x55\xb9\x22\x2c\x78\xcc\xeb\xe0\x1a\xba\xd8\x28\xf0\x80\x67\xd7\xc6\xd5\x7c\x43\x7f\x6f\x0f\x0c\xe2\x52\x76\x8b\x0f\xd1\x5d\x04\x39\x92\x5a\xe3\x1d\xef\x71\x16\x89\x4f\x3d\xe7\x75\xd2\x2d\x13\x7d\x2e\x61\xbf\xa7\x80\x6b\x10\xba\x37\xa6\x1b\x40\x38\x8c\xd1\x82\xdc\x04\x40\xf9\x3d\xa3\x0b\x85\x23\x80\x71\x11\xc3\x55\xca\xb2\x5f\x1c\x44\xa0\x12\xad\x37\xa5\x3b\x40\x5c\x0b\x7d\xf7\x19\x02\x40\xf6\x47\xa6\xb6\xab\x48\x80\xf2\x8b\xcc\xa1\x37\x1e\x01\xd4\xcd\xb1\xdd\xbc\x2b\x00\xd0\x32\xc7\x97\x2c\x78\x07\xdc\x3a\x85\x44\x0e\x29\xca\x10\xcf\x74\xef\x93\xe2\x35\xa3\xc5\xfb\x75\x11\x94\x8a\x02\xf9\xb1\x21\x6d\x2b\xda\x98\x6c\xf5\xf5\xc2\x87\x95\xd6\x87\x5b\xcf\xfe\xa8\x48\x97\x0e\xb9\x38\xc4\xf9\xb9\x26\x26\xb1\x62\xef\x34\xe3\xa7\xb4\xc0\xe3\xcf\x3e\x4d\x23\xba\x5e\x06\xc8\xbf\x8b\xfa\x62\x5b\xa1\x12\xa4\x32\x92\xf8\x5e\x25\xff\x74\xe0\xb1\xaf\x3c\xaf\x50\x69\xf5\x01\x0f\xbf\x6f\x3d\xf3\x8b\x27\x0f\x88\x9a\x4d\xe8\x18\x88\x4c\x0e\x38\xb1\xa0\xda\xf4\x21\x4c\xd5\x8f\x76\xf9\x46\xf5\xbb\xe0\x0e\x9f\xd9\x55\x8a\x07\xe6\x01\xcd\xbe\xfb\xd7\xd2\x4a\x2a\xfc\xa4\x7d\x3e\x6f\x9c\xcf\xf7\xf4\x35\xf1\x32\x40\xe8\x65\x3d\xf3\x61\xf0\x30\x44\xde\x4f\x7b\xeb\x75\xd1\x93\x07\x65\x91\xcc\xe7\x2e\xe4\xd5\x88\xb6\x88\x4b\x71\x8d\xf2\x7c\x8a\x31\x8f\x8c\x03\x10\x33\x63\xf4\x21\xdf\x00\x50\x17\xa1\x8f\x38\x5a\x02\x60\xbe\x40\x7f\xea\x38\x1b\x80\xcb\xc0\x6d\xca\xe3\x9f\x01\xc2\xbe\xd1\x2e\x9d\x78\x0c\x90\x3c\x44\xd7\x7f\x66\x02\xa0\x60\x8d\x8e\xfe\x5c\xe0\x3f\x7a\x62\xec\x59\x39\xef\xb4\x03\x3c\x33\xe4\x52\xe0\xa6\x81\x8e\xbe\xbb\x02\x5c\xd2\x48\xa2\xce\x5b\x1f\xb1\x54\x23\x06\xfc\xd0\x5b\x4e\xb9\x4b\xbe\x45\xd8\xf0\x3e\x53\x75\xbe\xac\xf4\x75\xfa\xa7\x17\x8d\x07\x5a\x11\xdf\x1a\xeb\x6f\x7b\xb9\x7c\x36\x7c\x73\x28\x07\x5d\xe0\xb7\x1c\xd6\xdd\x9c\x7c\xb5\xdd\x66\x41\xaa\x94\x2a\x31\xb7\x9f\xed\x6b\x64\x7a\x4f\xac\xe1\x27\xe9\x61\xb6\x24\xb7\x48\xab\x09\xc7\x7e\x85\x58\xba\xc8\xc3\xdf\xd6\x7a\x4c\x22\x85\x43\x17\x66\xe5\x1f\xeb\x07\xa3\xc3\x7c\x16\x0f\x35\x52\x07\x76\x87\x7c\x5b\x66\xa8\xae\xf6\xd3\x08\x21\xae\x3a\x54\x70\xfb\xbe\x08\x64\x5a\x3f\x5c\x7c\xcd\xab\x24\x38\x66\xe3\x5e\x3e\xd5\x6e\x1f\x4e\x75\x20\x19\xea\x6c\x4a\xba\x6b\x4c\x80\x00\x6a\x3c\xf1\x9a\x8b\xb3\xff\x1e\x74\x75\xec\x3d\x27\x1e\xbf\xd7\x98\xe6\xf0\x71\x00\xa9\xb7\x77\x4e\x1d\x99\xff\x77\xfe\xef\xe9\x7a\x33\xe6\x58\x09\x40\x44\xc3\x5f\xe8\x7f\x72\x10\x15\x0f\x6f\x50\x9f\x64\x00\x68\x3a\x79\x2b\xf4\xfc\x29\x80\xae\xb2\x9f\x3d\x31\xaf\x43\xd9\xdc\x59\x2a\x60\x6e\xa8\x86\x37\x5a\x22\x85\xf8\x78\x64\x43\x98\x45\x27\x75\xdb\xfd\xdb\x1e\x89\x0a\xb7\x67\xd8\xde\xc9\x4a\x85\x94\xf4\xad\xf5\xbf\xc6\x63\xb5\x6e\xb7\x2a\x4f\x7d\x1e\x92\xb3\xc1\x7f\xc6\xf5\xd4\x55\xbf\xc8\x8e\x5d\x9f\x2c\xe3\x69\x7e\xd9\xa4\xb6\x34\x96\xd2\x50\x95\xd3\xff\x66\x62\x3c\xf6\x43\xa1\xef\x27\xcf\xa1\xd7\x11\x94\x59\xa9\x5f\x4d\x5f\x75\x86\x04\xa4\x46\x4c\xbf\x79\x4a\x0c\xf8\x96\xd2\x33\x8b\x69\x1f\xf5\x65\x48\xee\x58\xa4\x69\xa8\xf6\xf1\x8e\x7d\xbe\xdc\xf1\xe8\x94\xd7\xd9\x98\x89\xd5\xe2\xf2\x20\x0f\xda\xa8\xe6\xf5\x98\x42\x79\x17\x7c\xb4\x27\x82\x23\x9b\xc1\xa5\x2c\x62\x1a\x79\x3e\xbd\xce\x89\x3a\xd2\x10\xa5\x9c\xec\xed\xc4\x16\xe6\x87\xc2\x27\xf8\x3b\xe8\x87\x78\x63\xe4\x22\xb7\xec\x08\xc1\x79\x58\xaa\xd0\x57\x00\x32\x5f\xe9\xca\x8f\x78\x01\xe8\x1c\xbf\x79\xf8\xb0\x09\x80\xf5\x8d\x1b\x78\x72\x09\x00\xff\x43\xd4\x18\x72\x65\x80\x04\xca\x2b\x4d\x47\x10\xbf\x72\x9e\x1a\xa5\x2b\xd3\xc7\xf2\x00\x3a\xdf\x53\x0f\x53\xbe\x03\x78\xa5\x78\xfb\xd1\xa5\x02\x80\x4f\x7d\xcc\xfb\xe9\x51\x00\x93\x21\x5c\x8a\x42\xfc\x70\x79\xa1\x96\x7f\x49\x6d\x74\x7b\x1e\x51\x28\xaa\xea\xf8\x74\xd3\x1e\x59\x22\xfd\x20\x85\x6c\x9d\x71\x3e\x43\xcd\xb2\x85\xe3\x2b\xdf\x27\x84\xb5\xc0\xf0\x4a\x4d\x78\xcf\x48\x92\xe2\x4c\x6c\xca\x62\x8f\xf1\xd3\xc2\x99\xd0\x10\xce\xfe\x95\xb7\xa9\x63\x93\xfe\xb3\xed\x8f\x47\x72\x06\xa7\xfc\xce\x3f\x92\x9c\xf4\x7b\xd9\xed\x4d\x53\x71\x66\x7a\xeb\xa9\xac\x87\x7d\x01\x72\xfe\x49\x73\xad\xdb\x78\xee\xe0\xd2\xbe\x3a\x19\xd7\xd2\x8c\x86\x95\xf8\x4a\x7f\xe7\xd4\x74\xb2\x35\xcf\x92\x62\x27\xc7\x94\x82\x0d\x86\xbc\x31\x47\x89\x24\x63\x84\x6f\x26\xc1\xfe\x71\x62\x17\x32\x2c\xed\xa5\x9d\x64\x5c\x3f\x8a\x98\x20\x4e\xea\xc3\xb1\x55\x8a\x61\xc3\x1c\x8a\xe6\xb2\x1e\x8a\x4a\xc6\x1e\x0e\x9d\x03\x90\xf3\xbc\xcd\x7a\x78\x0d\xc0\xf0\x2f\x1a\x85\x23\x1f\x01\x9c\x6a\xae\xe6\x1d\x5a\xf8\x77\x3f\x4a\xe9\xf3\x9d\x9c\x63\xff\xef\x5e\x90\x51\xd9\x3d\x6d\xff\x99\x3f\xbe\xd3\xf5\x5c\xd9\x00\x40\x5c\x65\xbb\xc3\xfe\x11\x5a\x09\xb4\x3c\x44\x39\xb1\xed\x56\x9c\xb3\xe8\x01\x67\x1b\x2c\x06\xb9\x4f\x46\x2a\xed\xe5\x14\x7a\x89\x5b\xa3\xb5\xce\xef\xc9\x97\x69\x41\x1b\xe7\x1e\xa9\x6c\xa5\xcf\xf7\xa3\xae\x7d\xbc\x1f\xbe\x31\xf4\xad\xf5\xcc\xe8\x61\xcf\x8a\x4f\xa1\x43\x3d\x1f\x1f\x3b\xaa\x7f\x76\x1b\xab\x7c\xc3\xe5\xe4\xfb\x7c\xed\x5b\xe0\xf3\x15\x07\xc5\xc7\x37\x67\x2f\x76\x64\xdb\xc7\xd7\x07\x2f\xcc\x36\x78\xd9\x85\x55\x39\x2c\xcf\x54\x8d\xd8\x17\x96\x44\xaf\xd2\x54\x98\xd9\xbe\x2f\x1a\x5e\xfb\x51\x34\x6b\xeb\x9c\xa7\xbd\xa1\x93\xbb\x68\x1d\x99\x23\x86\x24\x4f\xb7\xb1\x7a\x97\xa5\x86\x5c\x4e\xe9\xb3\x3e\x95\x7e\x06\x15\x9e\xc4\x6a\xa9\x9f\x82\xc2\x1c\x8f\xfa\x6c\x11\x9f\x7c\x05\x33\x10\x86\x33\xaf\x4a\x0c\xc5\xfa\x07\xd3\x02\x28\x75\xdd\x2c\x38\x94\xf4\x8f\xfb\xe1\xd8\xd5\x33\x87\xaf\x00\xc4\x30\xff\x9e\xf7\x55\xef\xf8\xee\x9f\xef\xdb\xc9\x3d\x77\x38\x90\xd9\x8d\x9f\x7d\x18\x5b\x2f\x0e\xfc\x1f\x27\x00\x44\x66\x07\x7a\x79\xf0\x26\x48\xf0\x6e\x28\xdd\x40\x0d\xe0\x5a\x45\x7d\x1c\x61\xaa\x07\x2d\x2d\xf7\x3a\xee\x74\x9f\xd5\x9a\xa3\x4e\x78\x99\x75\xe5\xf3\x85\x50\xfb\x53\xad\x0c\xf1\x2f\xa7\x6f\x84\xe8\xf4\xe6\x04\x2c\x4d\x29\x55\x5c\x7b\xf5\xc6\x6e\xfb\x2b\xd9\x58\x5d\x3f\x91\xe4\xc1\x30\xdd\xfc\x7a\xf2\x47\x63\xe7\x1d\xf3\xb7\x6f\xfc\xe6\xf5\x9b\xaf\x98\x2d\x3c\xbf\xba\x34\xfd\xa8\xd5\x3c\xa0\xbd\x60\x65\xa0\x22\x6b\xb7\x0f\x46\xb0\x7a\x72\xe3\x4c\x9e\x90\xb9\x6a\xc5\x77\x44\x48\xe6\x79\xf3\xb3\xa5\x38\xa4\x46\xda\x08\xc9\x03\x62\x9a\x94\xdf\x8e\x8e\x8e\xa5\x34\xb1\xcf\x51\xc6\x74\x87\x7d\x27\x71\x20\xc6\x86\x19\xde\xd8\xd9\x00\x0f\x00\x4d\xc5\x6b\x25\x07\x0b\x01\x2c\x4e\xff\x75\xf9\x3f\xeb\xf8\x9f\xbd\x20\x3b\x5c\xc0\xae\x07\xe1\x5f\x3e\x8c\x7d\x4c\x7b\x76\x7d\x18\x08\x63\x82\x1d\xef\x8a\xc2\xdb\x6f\x37\xb6\xde\x89\x49\x5b\x1f\xea\x7f\x88\x4d\x51\xf8\x12\x2c\xdd\xf4\x1c\x59\xa3\xfb\x31\xdd\x3d\x37\x65\xf5\x85\x5d\x47\xa5\x4b\x78\xf3\x62\x9b\xff\xd7\xe6\x33\x5e\xd7\x16\x4e\xe7\x5f\x68\x4b\xb0\xb9\x3e\x77\xac\xef\xfc\xe3\x51\x12\xff\xb1\xdb\x83\xe2\x3e\x5b\xb4\x58\x59\x23\x6e\xe0\x3a\xd4\xb1\x3c\x50\x69\x60\xe0\xf1\x8a\x7f\xcd\xb1\xe8\xa9\xe1\xb9\xee\x07\xeb\xaf\xf2\x7c\x0c\xaa\x1e\xeb\x21\xe4\x32\x0f\x18\x9e\x6d\x9e\x40\xf2\xa4\x85\x1b\x1d\xae\xe5\x46\x51\x26\xf3\x18\xb4\x3d\xaa\x43\xab\xc6\x7a\x1b\xf8\x57\xee\xc1\xdc\x8c\x8c\xd0\xef\x2a\x93\xc3\xd2\x85\xdc\xd6\x1f\x2e\x6e\xc3\x26\x04\xed\xd7\xb3\x2e\x7c\xb6\xe9\xe5\x13\x0a\xa0\xf7\xfa\x72\x05\x59\x15\x80\xfd\x9d\x9f\xeb\x21\xe5\xbe\xd9\x3b\xfd\x37\xbb\x3e\x8c\x86\x9f\x73\x64\x27\xe7\x58\xe5\xfd\x93\x83\xb8\x2a\x74\x04\x36\x14\x60\x9d\x49\x94\x2e\x7e\xea\x07\x61\x82\xb7\x46\x46\x68\xf0\x11\xde\x55\xfc\x8d\xd9\xf3\xce\xbd\x38\x29\xc5\xb7\x9e\x06\x15\x0f\x31\x92\x7a\xc5\x31\x23\xc9\x0f\x11\x3d\x76\xd4\x39\x2f\x02\x47\xd7\xd9\xbd\xc5\xcb\x1c\xdd\xc6\xd7\xa8\x52\x16\x1f\x8c\x58\xed\x59\xb9\xde\x56\x52\x1d\xa7\x17\xb7\x1c\x32\xd9\x59\x5d\xaa\x25\xbe\x92\xb4\x7c\xb9\x12\xad\xc9\xbe\x6a\xba\x4c\xa8\x30\xd5\xd8\x98\xdf\x5a\xf5\x2c\xb9\xa9\x49\x35\xbe\xb6\xbe\x94\xe3\xaa\xd5\xfd\x5e\x02\xb1\x37\xf3\x90\xf6\xf2\xab\xdb\x88\x0f\xf7\xb9\xff\xa7\xff\xe2\x76\xa3\x21\x96\x3c\x84\x4a\x73\xb4\x6e\x7e\x93\xdc\x4f\x95\xe4\xbf\xd0\xa6\x7e\x70\x66\xf3\xa9\x97\x06\x80\xc1\x9e\x9f\xf7\xb9\xe7\xe6\x9e\xdf\xb8\xa8\xb2\x73\xff\xff\x70\x20\x1b\x44\x00\x6a\xec\xf1\xe0\x6f\x78\x98\x64\x12\xa5\x5b\xf8\xb0\x9f\x68\xc6\xb3\x2c\x3a\xf8\x04\xb5\x1d\x29\x21\xa8\x5b\x51\xcd\xba\xb5\xa5\xc4\x60\xeb\x96\x5d\xb4\x19\xa5\x2f\x15\xe0\x12\x15\x81\xe1\xb0\x71\x88\xb3\xf4\xbe\x84\xe2\xf0\x0a\x48\xa7\x71\x7c\x89\x3c\x9d\xf8\x21\xbb\xce\x42\x17\xf1\xa6\x42\x3b\x87\x51\x6f\x68\xc3\xfc\x35\x5d\xc1\x11\xb5\xea\x75\xbf\x55\xab\x42\x65\x15\x5a\x84\xc2\xc6\xb5\x2c\xd5\xdd\xfe\x0f\x9a\x35\x56\x44\x6a\xea\x07\x95\xbd\xd3\xc9\xc8\xde\xc4\x00\xd5\x82\x91\x18\x94\x71\xbc\xbd\xda\xa1\x77\x5d\xe8\xa8\x28\x47\x35\xba\xd7\x97\x30\xaa\x61\xb5\x6a\x0e\x3d\x65\x18\x62\xb0\xa9\xda\xdd\xa7\xdc\xd8\x6e\x7f\x7e\x92\xff\x42\x8d\xa9\x95\x6b\x73\xc0\x93\x4a\xed\x66\x23\x1b\x4e\xd9\x75\x18\xc0\xea\xda\xcf\xf5\x84\x31\xfe\x9c\xa4\x3e\x8c\xfa\xd6\xdf\x39\x90\xa9\x5b\xff\x2d\xff\x5e\xe5\xfd\x3d\xff\x1d\xfa\x0b\x3e\x31\x7d\xa5\xbf\xf3\xec\x00\x31\x8b\x8f\x56\x38\xb4\x61\x74\x7b\x53\xb2\x4a\x73\xa8\x78\x0c\xdf\xa7\x7c\xd6\x9c\x2c\x39\x69\x2b\x5c\xf7\xad\x53\x5b\x08\xdd\x66\xa8\x95\x59\xa0\x91\xdb\x5e\xec\x35\x0f\xc6\xc8\xe7\x24\xfe\xc1\xec\x34\x86\x2c\xdf\x3a\x6e\x5b\xcf\x16\x4d\xdd\xa6\x9b\x24\xa4\xfe\x1d\xc5\xfa\x91\x3e\x85\xa8\x98\x86\x12\x40\x32\x26\x21\x15\x46\x50\xaf\x91\xcf\x12\xcc\xe5\x6f\x62\xfe\x46\x1f\x8b\x12\x91\x9b\x47\x76\xa0\x43\x23\x2e\xcb\x9b\xcf\x3d\xc3\xc4\x06\xfb\x2b\x50\x4f\x51\x60\xb6\x02\x8b\x15\x24\x3e\x97\x62\xbf\xfa\x60\x15\x8a\xde\xcb\x6c\x9a\x79\x9d\x53\x3c\xff\x56\x77\x33\xcb\x73\xbf\xe2\xc5\x97\x51\x38\x5e\x57\x5a\x45\xad\xe7\xd7\x71\x99\x4e\xd3\x8a\x7f\x77\x79\x6d\xb1\xd8\x35\x03\xb8\x59\xfd\x7e\x1d\x94\xdb\xfe\xce\x81\x8c\xb4\xfd\x9c\xe8\x8c\xff\x96\x7f\x4f\x66\xfd\x9c\xef\xf1\x00\xd4\x97\x29\x99\x7b\x38\x61\x8a\xd9\x9c\x8e\x9e\xe4\x81\xa8\x58\x24\xfc\x90\x10\x92\x57\xc9\x48\xdb\xfe\xac\x34\xa5\x83\x8c\x26\xc7\x3f\xd3\xbd\x67\xe1\xe6\xa3\xb9\xe5\x61\x51\xef\xfc\xd2\x71\x11\x27\xe0\x4a\xe7\xf3\x64\x97\x7f\x18\xde\x64\xbb\x5f\x12\x7c\x46\x57\x70\x53\xb0\x32\x21\xe8\x88\x3a\x03\x56\xbe\x27\x25\x4c\x4c\x51\x1a\x7b\x68\xb2\x35\xec\x8c\x2c\x1e\x33\x84\x5e\x08\xfd\xfe\xbf\xf8\x07\x69\xd1\x35\x83\x4d\x3f\x77\x67\xe9\xb1\xd9\xb6\xcd\x4f\xae\x9d\x32\xe1\x93\x49\x38\x2a\x97\x58\x59\xf2\x91\x3e\x9c\x8d\x53\x83\xcc\xda\xfb\xc5\x2d\x0a\x3b\x1f\x19\x97\x81\x99\xad\x20\x6b\x6e\xd9\x03\x7d\x86\x5b\x6f\x2d\x85\x7f\xf5\x04\xfd\xc9\x81\x0c\x1e\xdf\xf3\x5f\xbe\x7f\xff\xd3\x03\x31\xd8\xfb\x87\x07\xe2\x20\xcc\xdd\x33\xbc\x9d\x55\x65\x09\x9a\x3c\xb9\xec\x5d\x39\xca\xc4\x58\xf1\x66\xb1\xc2\x04\x56\x42\xa5\xd2\x59\xe5\x9a\x90\x85\x6d\x3d\x5d\x43\xa3\x1e\x57\x34\xbe\xd7\xfc\xa4\x45\x0d\x89\x7f\x30\x5f\xdc\x1a\xf6\xdf\xe3\x78\x6c\x97\x7f\xb8\x86\x23\x14\xb2\xbb\xd5\xab\xd3\xe3\xc2\x1a\x0f\x7a\x5e\x57\x52\xdc\x44\xbc\x9e\xf6\x6e\x91\x3b\xb6\x49\x9c\xdc\xef\x75\x49\xca\x1b\x77\x72\x53\xd6\x83\x7c\x97\x7f\xd0\xda\x92\xc6\xa5\xd9\x1b\xef\x7a\x1f\xfc\xb0\xfa\x5b\xf7\xac\x29\x49\x7d\x17\x12\x4c\x73\xdd\x5b\xb9\x16\x5d\xe2\xa8\x29\x5e\xfc\x15\x53\x32\x09\xff\x51\x77\xbc\x8c\x31\x46\xe2\xed\xc7\x2a\xbc\xa5\x31\xef\xaf\xeb\xa0\x52\xe5\xe7\x7c\x71\xe1\xe7\xfc\xae\xf2\xcf\xf5\x93\xfa\x50\x66\x76\x7c\xff\x7f\xf6\x20\xb4\x3e\x00\xb8\x36\x73\x62\xfa\xa1\x06\x00\x63\xea\xb5\xf6\xfc\x5b\x90\xcd\x63\xc6\xfc\x32\x05\x88\x6b\xe2\x54\x02\x8f\x22\xfd\x89\xb7\x14\xdd\x65\xe5\xbd\x9b\x09\x4e\xda\x6b\x6a\x38\x87\xa0\xed\x60\x33\x6f\x43\x13\x2b\xcf\xed\xd3\xf6\xcc\xa6\xed\x66\xb4\xf8\x17\x5e\x73\x16\x13\x86\x17\xf0\x15\xe1\x3c\x96\xa3\xbb\xfc\x43\x34\xfe\x58\x05\x9f\x2d\x42\x31\x0f\xbf\xa7\xcd\xc7\xd6\x5e\xb6\x68\xab\xeb\x2d\x87\x9d\x96\x14\xf7\x56\xe7\x94\xb9\x2d\xab\xc4\xb1\xad\x90\xcd\x93\xb6\xcf\xc4\xcc\xf1\x12\x5b\xc5\xe6\xbe\xa2\x55\xf8\x7c\xfc\x1e\x93\x98\xff\xe5\x7d\x10\xd9\xb7\xca\xba\x7d\x52\xbb\x57\x84\x69\x3e\x66\x9b\x41\xfb\xa0\x88\xf3\xd4\xc0\xb6\x8e\x66\xc3\xaf\x9e\xa4\x3f\x3d\x10\xb8\x96\xff\x96\x7f\x7f\xda\xf1\x20\xf4\x7c\xfe\xc3\x03\x21\x06\xb0\x87\x75\xcf\x9e\xa2\x43\x00\xf7\x1a\x6e\xfe\x95\x76\x15\x16\x39\x91\x74\x7a\xd1\x39\x60\x27\x52\xc8\xee\x17\xe0\x4c\xfc\x2a\xbf\x57\xc8\xd9\x75\x8b\x78\x45\x73\x51\xee\x94\xcd\x51\xc2\x7d\xa3\x50\x55\xb2\x5d\xfe\xe1\x02\xe1\xba\xeb\x35\xad\x61\x5d\xc2\xf6\x60\x90\xaa\x9e\xbb\xe6\xe7\xed\xf0\x04\x72\x43\x71\x95\xb9\x6d\xaf\x5c\x73\x43\xa5\x5d\xfe\xc1\x00\xff\xf2\x29\xd2\x8c\x5e\xea\x32\xfe\xd5\x60\xa0\x29\x8d\xb8\x14\x7e\x6e\xea\x81\x31\x9d\x68\x28\x7e\x19\x71\xd4\x88\x75\xb7\xf7\x62\xc7\xfb\x20\x68\x4e\x50\xde\x1e\x54\xb9\xf8\xbf\xbc\x0f\x02\xb2\x1b\x17\x08\x22\xf2\xd9\x00\x35\x17\x7f\xae\x77\x60\xa7\x0f\xe7\x77\x1f\xca\x2a\xd3\x1f\x1c\xd0\x8e\x0f\xa4\x85\xf3\xe7\x2c\x17\xdf\xe1\x20\xea\x01\xae\xfa\x1f\xd3\x48\xaf\x07\x60\xd0\xb9\x38\x1a\xfb\x04\x80\x4b\xf9\xd6\xd1\xe0\x33\x50\x2a\xc2\xc3\xfc\xcc\x8b\x01\x94\x64\x24\xb9\x2e\x3b\xd8\x11\xeb\xd5\x6d\x45\x15\xcd\xd3\x89\x07\x0c\xe3\xe4\x8f\x1b\xfb\x12\x16\xcc\x9d\x14\xfa\xf4\x94\x08\x2b\x4e\x37\x15\x40\xfb\x34\xe1\x89\x8f\xa1\x72\xa0\xba\x37\x21\x21\xe2\x8e\x6a\xbf\xb2\x0c\xc1\x39\x55\x4e\x6d\x5c\x3e\x9a\xa0\x51\x68\xad\x9e\x28\xb3\x4e\x38\x55\x3d\xa9\xb9\x2e\x39\xb6\x4d\x78\xbc\xa1\x75\x43\x6c\x71\x7b\xeb\xcd\x1e\x4d\x0f\x11\xd8\x7e\x31\xb1\xa5\xd5\x2c\xec\xbb\xdd\xb5\xb6\xa1\xa5\x2b\x14\xb1\xbd\xb4\x6d\xac\xa1\xb4\xeb\x7d\x88\x22\x2c\x10\x9c\x65\x1d\xf8\x06\x89\x57\x08\x55\x52\x88\x7f\xf3\x0f\xcf\x76\xf8\xd0\xdf\x7d\x28\x48\xf9\xff\x9e\x7f\xb7\xa7\xed\xe4\xdf\x77\x7f\xcf\xbf\xef\x37\x00\x50\x37\x1c\x2b\x8f\x0b\x07\xb8\xdd\x42\x55\x1f\xce\x07\xc0\x61\x7c\xdd\xd6\x27\x13\x96\x04\x19\xe9\xaa\x9c\x0d\xc0\x52\xb6\x91\x83\xdb\xaa\x1e\xae\xa9\x1e\xe5\x75\x35\x36\x27\xbe\xd1\x71\x13\xbe\xb3\xcb\x3f\xb0\x11\x6d\xad\x2b\x24\x5b\x35\x90\x44\x7e\x8f\x69\x99\x67\x2a\xdd\x44\xde\x60\x23\x99\x31\xc5\x3a\x22\x63\x4c\xb2\xac\xb5\xdc\x17\xc2\x72\xe6\x25\x85\x2c\x99\x71\x42\x5f\x91\x96\xd2\x71\x49\x37\x42\x6b\xed\x05\x25\x66\x31\x0d\x42\x7b\x67\xa9\xa2\x99\x88\x2f\x21\xa5\xbf\x4b\x29\x4d\x48\x86\x50\x3e\xca\xa0\x78\x44\x30\x9c\x10\x34\xcf\xac\xa4\xc9\xaf\x4c\xc0\x60\xea\x65\x7a\x76\xb8\x87\xe4\x3f\xbd\x0f\xbf\xf8\x07\xd2\x7d\xf0\xf3\x79\x88\xcf\xfa\xfd\x1c\x24\x79\x30\x3a\x15\x7f\xce\xea\xfd\x3b\xfc\x47\xc3\x8e\x07\xe4\x28\xc0\xf9\x44\xb2\x86\x90\x53\x3f\xff\x0e\xc9\x04\xa0\xa9\xa4\xa4\xf1\x15\x07\x60\x4b\xbc\xac\xe9\x6a\x06\x20\x50\x43\x7b\xd1\x66\x1c\x7a\x25\xd1\x0c\xc9\xa6\x66\x10\xad\x28\xc4\xd2\x63\x98\x08\x27\x35\xb7\xf9\x2e\xeb\x18\xc1\x3e\xfd\x47\xfc\x1c\x5a\x47\x88\xa3\x96\x6c\x42\x7d\x6a\x43\xc4\x67\x4e\x1f\x45\xca\x94\xfc\x88\xcf\x7c\x0b\x44\x86\x14\x62\x88\x15\xa1\x42\x62\x36\xb2\xf7\x88\x31\x89\x85\xe2\x18\xa9\x55\xa2\x5b\xe6\xa2\xc4\xf6\x2e\xff\x30\x40\xa4\xab\x4d\x91\x11\x14\x2e\x26\x4a\x76\x2c\x4b\x91\x0b\xda\x12\x65\xfb\x98\x25\x15\x05\x2c\x88\xb4\x1f\x7b\xa5\x06\xf9\xa5\x89\x57\x7e\xdc\x91\xfa\xc4\xe7\x44\x64\x5b\x6b\x91\x7c\xc0\xeb\x47\xf4\x22\x92\x8b\x85\x91\xf6\xe1\x57\xee\xff\x3b\x0f\x46\xf2\x60\xbc\xbf\xf6\x73\x3e\xdd\xe1\xe3\x6a\x8f\xec\x5c\xff\x34\x3f\x67\xca\xce\xbf\x8b\x58\xff\x39\xbd\x4e\xfc\x9c\xde\x73\x00\x37\x5c\x8f\xfd\xed\xe2\x00\xc0\x60\x40\xc5\x64\x6f\x0b\x20\xb0\x78\xf3\x2f\x0b\x4a\xc0\x89\xcd\xdc\xca\x34\xda\x03\x75\xf2\x9f\x18\x41\x47\x10\x02\x55\xd7\x58\x8f\x68\xde\x05\x65\x5d\x19\xce\xdb\x6a\x1b\x20\x68\xd2\xcd\x7d\x5d\xa5\x11\xee\x59\xbf\xe1\x49\x57\x44\xc0\x59\xd7\x77\x7c\x53\xb2\x2f\xe0\x8a\x3f\x96\xcf\x59\xe6\x31\x71\x35\xa2\x47\xf0\x8b\xd4\x04\xb1\x2d\xe5\x8e\x28\x99\xb8\x21\x71\x24\x5b\x42\xa8\x5b\xb4\x9d\xd8\x55\x12\x24\x42\x25\xa2\x4b\x0c\xac\x6b\x16\x57\x10\xe2\x27\xc6\xb6\x9b\x8a\xb1\x09\xec\x25\x66\xf4\x3e\x17\x3d\xc1\x67\x4b\xcc\x1b\x4c\x10\x51\xe3\x55\x23\x66\x4d\x0c\x8b\x68\x73\x7f\x26\xbe\x9a\x0f\x10\xcc\xe3\x46\x13\xbb\x91\xf6\x42\x72\x5c\x41\x70\x93\xd8\xcb\xcb\xba\xeb\xc5\x7a\xfe\xfb\x39\xf8\xfc\xe4\x0e\x07\xb4\xf2\x3b\x07\x74\xdf\x64\x87\x83\x91\xdb\xe1\x60\x22\x7e\x4e\x5f\x5e\x80\x0b\x93\x64\x25\x66\x9c\x00\x7f\x37\xec\xd9\x63\x35\x04\x40\x37\x7f\x3c\xc2\x42\x12\x80\xfb\xe8\xc5\x18\x13\x27\x00\x31\x71\x1a\x19\x9d\x1c\x58\x93\x39\x73\x6b\x42\xfd\x20\xb4\x28\x4f\x30\x18\xab\x64\xc0\x03\xcd\x3a\x26\x1e\x25\x3e\x78\xa8\x37\xc6\xe4\xa4\x28\x09\x21\x16\xb5\xac\x8b\x72\x69\xe0\xef\x60\xcb\xd6\x28\xcb\x0e\xba\x9e\xbc\x9c\x8d\x52\x47\xc1\x34\x00\xc5\x79\x45\x7c\x08\xf4\x23\x6a\x38\x73\xc5\x2f\xc2\xa5\x14\x7d\x3e\x71\xd1\x42\xd8\x9b\xa3\xc5\xbf\x2d\x94\x09\x27\x4a\xcb\xf8\x1c\x05\xa2\x81\xaa\x5a\x8e\x77\x9e\x5f\x8a\x48\x6c\x6d\xe1\xbf\xc2\xe7\x41\x9c\x7e\x96\x2e\x10\xc9\xc3\x42\x24\x0c\x74\xf1\x25\x73\x0d\xc2\xf9\x61\x22\x4f\x22\x97\x11\x9c\x98\xb2\xe2\x3d\xc3\x69\x05\x2c\x4b\xe9\xdc\xb2\x00\x87\x1f\xf3\xfd\x5f\xef\xe4\xad\x0a\x7e\xf2\x83\x71\xff\xee\x89\x91\x60\x15\x9a\x3f\x5b\x04\xa0\x54\x25\xd6\x79\x25\x0c\x40\x3b\x52\x9a\x8e\xb6\x19\xc0\xd0\x4f\xfe\x09\xd3\x79\x00\x53\x0b\x55\x63\xee\x53\x30\x6d\x26\xa8\xfd\x45\x34\x0d\xa4\x4c\xbc\x4c\xd8\x94\x24\x89\xad\x66\xe9\x56\x0e\x3a\x43\x84\x35\x53\x7d\xf7\x97\x16\x44\x82\xba\xc1\x5a\x84\x8a\x43\xd7\x76\xb6\x1e\x79\x9a\x9b\x47\x3c\xbe\x51\x9b\xa9\xa4\x25\xe0\xc1\x2e\x07\x12\xad\xf2\xb4\x3b\x30\x62\x69\x4b\x4d\xf1\xcd\x5b\x54\xe4\x67\xdc\x0f\xb9\xa6\xaf\x19\x31\xd4\x38\x41\x19\x87\x35\x8d\xf8\xb0\x2d\x32\xa9\x38\xd4\x40\xd4\xa9\xad\x57\x92\xda\xe8\xd9\x10\x1f\x7c\x82\x04\x25\xf6\x2f\x3f\x75\xc4\x2b\x89\x01\xac\xbe\xcf\xfc\xdc\xb2\x14\x17\x36\xcb\x47\xef\x6b\xb9\xd4\xd6\x26\x9f\x27\xfd\x47\x4f\x99\xa9\x4d\x21\xcf\x81\x41\x6d\x99\xc6\xcd\x6d\x57\xc3\x57\x2f\x65\x53\x71\x6a\xce\xfe\x3d\x22\x72\x69\xb8\x30\xa7\xd4\x2e\x17\xb9\xe1\xad\xd3\x76\x23\xad\x5f\x14\x44\xb6\x6e\xda\xbd\x03\xf8\xbb\x84\xbd\xf7\x3f\xfb\x40\xe2\x20\xd8\x17\x78\x29\x8e\x7d\xff\xb5\x0f\xd2\xe6\x42\x8c\xe7\x98\xfe\xd1\x97\x73\x47\xca\xe9\x16\x17\x80\x49\x87\xec\x2c\x63\x29\x80\x05\x5a\x79\x88\x5b\x00\xc6\xac\xc8\xb5\x9e\x8b\xcd\x81\x92\x95\x8b\xe1\x31\x25\x73\x62\x8b\x85\xac\xb9\x8b\x4e\x16\x01\x67\x56\xe7\x12\x6a\xa1\xb0\x3d\x6b\xfc\x38\x8c\xde\x35\x74\xfb\xa4\x01\x4d\xea\x53\xdf\x2a\x3c\xb7\x8e\x59\xe9\xdf\x21\x0f\xb6\x4a\x35\x62\x1a\x0d\x22\x1a\x76\xfb\x71\x3c\x94\x88\xef\x1c\xe2\x5f\xe1\xf6\xcb\xc7\x4f\xcd\x24\x3e\xdf\x7c\x2d\x63\x8a\x3c\x92\x24\x88\x4b\x97\x66\x43\x31\xc5\x1e\xdd\xa2\x92\x72\x47\xfd\x88\x2c\x27\xf9\x50\x48\x1e\x90\x69\x7a\xe9\x6c\xac\x80\xdf\xe4\xe7\x16\xd9\x71\xac\x96\x3f\xf3\x20\xad\xbc\x22\x36\xd1\x2f\xa2\x9f\x56\x0e\xb1\xe9\xe5\xc9\xdd\xe3\xa6\x40\xdc\x54\xf5\xaa\x22\x79\x40\xda\x28\x14\x1f\xe1\x62\x9c\xa5\x9a\x02\x15\x46\xb6\xe4\x6d\x87\x01\x2e\x12\xb8\x6d\xff\x16\x02\xa0\x67\xe4\xd1\x3d\x24\xf9\x0f\x0e\xe2\x3d\x6f\xf1\xc9\x30\x00\xd9\x45\x81\x8e\xb3\x48\x00\x8d\x68\x91\x94\x2b\x1b\x00\x06\x04\xf1\x75\x9a\x31\x00\x8b\x20\x59\x6f\x66\x2e\x00\xeb\xf3\x8a\x4d\x9c\xf7\x01\x61\x3b\xa4\xbe\x26\xca\x02\x46\xb6\x22\xfa\xb4\x8a\x41\x44\x5d\xab\x10\x8b\x55\xa3\xbb\x84\x14\xcb\x05\x27\x15\x5b\xea\xed\x3a\xb3\xfb\x81\x15\xee\xb1\x78\x7b\x63\x91\xe4\x43\xc1\xca\x5b\x39\x7a\x99\xc5\x06\x91\x09\xbb\xfd\x38\x57\xd4\x86\x9f\x7f\x49\xca\xdc\xac\x54\xee\x7b\x1f\x9e\xd2\xb7\xc9\xaa\xc0\x3c\xcd\x91\x96\xfa\x27\xff\x81\xeb\x96\xc2\xa2\x6c\xa2\x51\xeb\xcb\xd2\x25\x68\xa6\x88\xf9\x69\x3d\x39\x32\xb4\x69\x04\xe6\x8b\x95\xbc\x04\x1a\x13\xd6\x36\xf4\x59\x5e\x11\xbb\x37\x30\xe4\x2d\x85\xc2\x33\x2c\x7d\xe0\xd9\xde\x97\x8a\xfa\xd8\x0d\xdf\x03\xa4\x3e\x9c\x3f\x39\x98\xda\x2c\x15\x67\x9c\xbf\x8b\x18\xc0\xe5\x4f\x3c\xb1\xfb\x6e\x03\xdc\xbd\xc8\x7d\xe8\xd0\x22\x00\x7b\x21\x7b\xea\xd1\x44\x00\xb1\x60\x9e\xc2\x93\x4b\xff\xf0\x41\x6c\x08\xfa\x5d\x76\x04\x30\xd9\x10\x1b\xa1\xf5\x00\xb0\x4a\x97\x62\x66\xa0\x05\xb0\xdf\x56\x48\xe6\xa6\xd8\xed\xcb\x51\x77\xfc\xa2\x9b\xa6\xf4\x86\xe8\x62\x1b\x6b\xf6\xc6\xf0\x02\x41\xc6\xa6\xd8\xbe\xce\x81\x6f\xfb\x84\x45\x72\x90\xbe\x6f\xca\x16\xc6\x94\x25\xb1\x3a\xfc\xf6\xd6\x7e\x03\xa3\x22\xb3\xd8\xb1\xcd\x0f\x3a\xe7\x9b\xae\xa4\x5e\xdb\x74\xd7\xb0\x7e\xe6\x9d\xd6\x85\x2d\x52\x29\x18\x16\xc8\xcc\xc1\x2c\x29\xa8\x2f\x92\xe5\x48\xec\xf0\x30\xc3\x9b\x4d\x32\xc1\x88\xd5\xa4\x27\x9b\xfb\xa4\x33\x50\xe4\xb1\xc3\x8b\x9c\xb2\x28\x14\x77\xdc\xc9\xa9\x13\xf2\x07\xd1\xb7\xa2\x4c\x86\xef\x29\xd6\xa3\x15\xa3\xa2\x07\x58\x94\x6e\x63\x4e\x87\xef\x79\xa1\xa3\x4c\x8b\x19\x0e\x8e\xea\xa6\x55\x8e\xc1\x7a\x05\xb0\xb4\xb3\xaa\x2a\x63\x1f\xf8\x67\x91\x3c\x20\x24\x0e\xa6\x52\x58\x9d\x0f\xc7\xe5\x96\x0a\x70\x25\x8a\xa3\x64\x1f\x23\x00\xa3\x17\x87\xfb\xe1\xf0\x5f\xfb\x20\xd9\xca\x73\xf9\x94\x37\x80\xaa\x04\x6f\xc7\xb9\x83\x00\x06\xfb\xf8\x79\x2f\x8d\x02\x58\xdc\x16\xe7\xbb\x6d\x06\x60\xff\x58\xbc\xf2\x6e\x2c\x80\xcb\xac\x6c\x0a\x67\x0e\x2c\xb9\xbb\xaa\x24\x89\x0d\x80\xb2\xdb\x4b\xed\x42\xe5\x40\xa2\xbc\xcb\x59\x93\x1c\xe3\x5a\xc2\x49\xbb\x44\x5b\x70\xca\xc4\xbf\xb5\xe6\xf5\x6b\xf5\x5f\xdf\xd2\x37\x8f\x89\xdf\x8a\xae\xda\x5c\x33\xe6\x28\x94\x4a\x3d\xba\x79\x58\xef\x66\x83\x75\xc6\x07\x2c\x9d\x66\x4d\x2f\x67\xce\x37\x4c\xa5\xaa\xfe\xa7\x98\xbc\x4c\xcc\x29\x05\xe6\x35\xe6\x02\xb6\x3f\x79\x98\x75\x61\x39\x05\x44\x6d\x8a\xcd\x77\xa4\x82\x1e\xd2\x2b\xe9\xe8\x08\xa7\x62\x07\x2a\x38\xee\xfa\xc0\x37\x65\x19\x34\x63\x74\x6a\x2f\x5e\xd5\x1f\x6d\x17\xbd\xaf\x9b\x5a\x35\x1a\xa3\x12\x56\xd7\x71\x4c\xb5\x12\xab\x16\xe8\xdd\x38\xa0\xee\x87\x75\x0a\x14\x25\xf5\xe1\x3c\xc0\x68\x1e\xdb\xf4\xf7\x0e\x29\x0d\xd4\xe4\xc1\x5d\x70\x6f\x00\xb8\x7e\x81\xfb\xe8\xfe\x01\x00\x56\x71\xce\xd3\xe4\x2f\x00\x78\x82\x39\xe8\x8f\x2d\xfc\xbb\x27\xc6\x38\x91\xaf\xf3\x72\xc1\x3f\x7a\x62\xd8\x25\xbe\x33\x2d\x01\x78\xfe\x90\x09\xe7\xfe\x0b\xc0\x0b\xa9\x58\x27\x22\x03\x26\x3e\x3c\x1a\xad\x4a\x91\x44\x29\xcf\x68\x23\x36\x13\x89\xed\x37\x8e\xa3\xb6\xa1\xae\x4f\xf1\xb7\xed\xf9\xbd\x3e\x84\x8a\xed\xf6\xe4\x58\x99\x28\x17\x72\xa6\xf3\x62\x0f\xe8\xf7\x34\xbc\xcb\x93\xc5\x1c\xd4\x6a\x78\x69\x58\xe4\x84\x3e\xaf\xa6\xf2\xc5\xb9\xb4\x1f\xe5\xad\x64\xbc\xbc\x5c\x9e\xfc\x67\x2f\xce\xc2\x3b\xc5\xf3\x1b\xbc\x99\x1d\x63\x52\xca\xac\x88\xc2\x34\xee\xc1\x16\xd5\x7e\xc4\x4c\xea\x77\x92\x0f\xa5\xfb\x9c\xfa\x49\xb4\x61\x74\xfe\x63\x53\x0d\x16\x74\x5e\x54\x2b\x89\x83\xd9\xf5\xa1\xdc\xd0\x12\xc3\xce\xfb\x33\x94\x31\x6a\x0b\x6f\x5e\xf5\x3b\x99\xdf\xae\xc3\xb7\xd9\xe3\xa5\xf4\x8b\x8f\x62\xad\x67\xdf\x4f\x9e\x00\x20\x64\xce\x7e\x88\xa2\xe0\x17\x07\xf1\xbf\x7a\x62\xdc\x3a\xc5\x4a\x18\x2b\x00\x7c\xe8\x25\x8f\xb1\x21\x01\x02\x6b\xe5\x36\x44\x4e\x80\x59\x30\x83\xea\x82\x52\x33\xd1\xda\x37\x58\xbf\xc4\xa8\x7c\xfb\x9d\x3b\xbb\xd5\x13\xd7\xd9\xad\x0d\xc7\x60\xf7\x9a\xb0\x79\x1c\x85\xad\x77\xd4\xbe\x94\x28\xac\xa3\x39\x6f\x5e\x57\xce\x13\xf4\xa8\x21\x63\x13\x73\xc9\x61\x54\x91\xce\xdd\xbe\x89\x8a\x0a\x64\x93\xfa\x81\x89\xa5\x2a\x3f\x64\xab\xb2\xcd\xd2\x97\xca\x2e\x74\x86\xc2\x97\xd5\xe0\xa2\xf0\x35\x11\xc5\xeb\x6b\x23\x79\x4e\xdf\xae\x28\xff\x58\x4f\xce\x19\x1e\x4e\x55\xf3\xd9\x30\xc8\x6a\x79\xbd\xa5\x61\x8d\xa0\xcf\xe0\xef\xae\xd1\x94\x45\x76\x25\x0b\xb5\xdf\xd1\xfa\x81\x32\x48\x98\x6e\xf6\xd4\x12\x40\xa7\x45\x4b\x93\x7c\x28\x95\x53\x3a\x92\x98\x17\xa1\x6d\xc5\x19\x7a\x47\xb1\x12\xc1\x32\x45\xc7\x74\xc2\x37\x85\x7d\x3d\xf2\x32\x75\xb6\x36\x4b\xbd\x19\x01\x68\xe8\xd9\xf4\xc9\xc2\x01\x58\x59\x59\xcf\x1f\x41\x03\x88\x86\xb3\xbe\xa4\xc8\x07\x50\xa4\x65\x91\xa5\x94\xfb\xd5\x13\x63\xc9\xc3\x81\xbf\x70\x06\xc0\xc5\x9f\x27\xf3\x9a\x2e\x80\xf7\x7b\xe1\x7e\x06\x46\x80\xc0\x50\x09\x36\x8e\x44\x80\xb0\xfb\xb2\x49\x22\x1f\xc1\x26\x12\xab\xcc\xa8\x14\x4e\xe4\x09\xf1\xd6\xed\x34\x75\xdb\x8e\xf0\xd3\xb3\xb0\xf4\x3c\xb6\x75\xcd\xd5\xdd\xa5\x38\xe6\xfb\x6e\x4f\x8e\x95\x95\x51\x76\x4f\x11\xd9\xae\x17\x85\x5a\xb7\xe6\xb5\x68\x75\x0e\xc2\x45\xfd\xd6\xf7\xb0\x5a\xf2\x3f\x79\x18\x92\x0f\x65\xd4\x54\x5d\x61\x4d\xb1\xb0\xf7\xad\xb0\xa6\xf7\x7a\x6d\xee\xe3\x9e\x2a\xad\x87\x1b\xf8\x4c\xf3\x8e\x4b\x3a\x0b\x88\xa7\xf7\x7f\x34\x08\xeb\x26\xa1\xb8\x12\x89\xb5\x7b\x75\xf9\xd0\x77\x62\xdb\x2a\x6e\xeb\xd3\xa3\x7b\xa3\x59\x8a\xd7\xf4\x15\x31\x69\xe1\x77\xf2\x0a\x0c\xac\xb0\x67\x43\x32\xb3\xb4\x0c\x96\xb0\xd5\x81\x16\xf7\xf5\x0d\x2b\x37\xcf\xf8\x5f\x00\xa0\xd5\x67\x79\x4a\xf6\x06\x80\x83\x8b\x95\x8b\x3c\x03\x40\x2c\x9d\xf5\x22\x85\x0f\x80\xb2\x34\x0b\x1d\x65\xed\xaf\x9e\x18\x5b\x61\x0e\xb9\x0b\x25\x00\xee\x16\x5c\x4d\xd4\x22\x00\x41\x17\x04\x02\xee\xd8\x03\x84\x6b\x88\xbe\x62\xef\x03\x88\xbd\x2c\xd5\x28\x5c\x05\x81\xb1\xcd\x8a\x67\x15\x70\x44\xcb\x98\x93\x9a\xd9\xc6\xe7\xb6\xcb\x43\x37\x4c\xac\xdd\x31\x5b\x7f\x7b\x4e\x38\x95\xc4\x4e\x63\x25\x9d\x2d\x43\x1b\x73\x9f\xa0\x8d\x6d\xae\x65\x7f\x29\x7b\xb7\xeb\x45\xc9\xd6\x9b\x7f\x23\xd5\xb0\xbd\x7e\x57\x43\x65\xf6\x73\x4b\x20\xe2\xa8\x6a\xcb\x82\x5f\x1d\xcd\x6e\x2f\xce\x31\x0d\x9e\x95\xbd\x15\xbd\xef\x58\xb5\xc3\x57\xa5\x4b\x3b\x7a\xc9\x74\x0f\xaf\xa1\x0b\x86\x3a\xbb\x74\xd1\x1b\x62\x39\x51\x4d\xfa\xfa\x83\x88\xdb\x99\xe9\xd5\x7b\x0c\xe6\x91\x1a\x69\x8c\xe5\xdf\x0c\x7d\x51\xfe\x89\xe6\x45\xb6\x46\xd1\x68\xba\xb8\xa0\x5c\x3f\x63\x5d\xf4\xe7\x68\x53\x12\x07\x93\xd6\x66\xfc\x10\xab\x12\xdc\x98\x28\x6e\xf2\x05\xfb\x35\xa0\x15\xe0\x96\xf5\x3d\x9d\x03\xfb\x01\xb8\xf0\x2c\xa8\xa3\x7f\x03\x48\xd9\xb3\x38\x51\x2c\x03\x68\xb4\xb0\xf4\x9d\xd4\x06\x30\x75\xbc\xd7\x4b\x95\x03\xe0\xd0\xc2\x4a\x79\x2e\xf1\x57\x4f\x4c\xe8\x23\x3e\x1e\xba\x1e\x80\x98\x38\x81\x16\x66\x5e\x80\xc4\x7a\xc9\x23\xc2\xb2\x10\x97\xc2\x23\x67\xa5\xb0\x9f\x28\x9e\xe8\xa5\x21\x66\x02\xdb\x7a\xd1\xa5\x46\x48\xaf\x71\xdc\x8b\x80\x1c\xfb\x0f\xf1\x4d\x98\x41\xf7\x76\xff\x63\x05\xe7\x90\x2f\x1c\xea\xd2\x93\x1f\x25\x6e\x44\x5b\x08\x35\xec\x6b\x3a\xb6\x76\xc6\xc0\x78\xf0\x41\xc7\x43\x52\x2f\xce\xfa\x86\xba\xd0\xdc\x52\xd3\x5f\xdf\xef\x68\xe6\x2c\x32\xd4\x2a\x7d\xe0\xd0\x15\x5b\x2a\x7b\xa4\xfc\xf2\x81\xfe\xa9\x15\xbd\x07\x7b\x3a\x9f\x19\xb8\xaf\x09\x15\x67\x91\x7c\x28\xd5\x12\x46\x63\x1b\x6b\x59\x5f\xca\x5a\x4d\x7c\x11\x73\xe9\x06\x05\x22\xa6\x33\xc8\xb6\x54\xf6\xec\x4f\xa6\x79\x28\x62\x7c\x21\xc9\x87\x92\xda\x6c\x9a\x8c\x29\x09\x4f\x4c\xfc\x6e\x76\x08\xcb\x1d\xe2\x1e\xaf\x6c\x9a\x87\x5d\x0a\xf0\x05\xb8\xbb\x97\xb9\xf7\x60\x39\x00\xdf\x77\x16\xcf\xa3\x71\x00\xb2\x3c\xf7\x3e\x1d\xa7\x03\xd0\x7a\xc8\x2c\x7f\xe2\x38\x80\x45\x21\x8b\xd0\xe9\x3e\x00\x97\xcb\x6c\xd9\x17\xb0\xff\xee\x89\x49\x5c\x16\xb4\x66\x7d\x0a\x90\xf6\x4a\x3c\x4b\xd8\x1b\x12\x32\x97\x64\xf8\xe5\x97\x89\xba\xe9\x48\xd5\xa3\xc6\xdd\xdb\x45\x29\x97\xf5\xec\x3d\x98\x70\x6e\xd1\xe7\xad\x83\x12\xe7\xd1\xd9\x3e\xf5\x5e\x9d\xa5\xef\x11\x21\xce\xf8\xd4\xa7\xf5\x32\x6b\xd7\xad\xef\x36\x14\x3f\x76\x5a\x8e\x36\x62\x1f\xca\x79\xa6\x4f\xe2\x61\x56\x72\x34\x5b\x67\x0f\xb4\x59\x7d\x62\xd2\x77\x9b\xdf\xd3\xcc\xdf\x97\x6b\xd8\xb3\x18\x56\x3b\xf8\x38\xc0\x44\x76\xd9\xf0\xa1\x4d\x93\x9c\xa9\xcc\xca\x5a\x05\x47\x55\x8d\xf9\xad\xb5\x84\x62\xdf\x52\x6b\x73\x86\x0d\xd7\xdc\xb3\xf9\x7f\x59\xa8\x23\x22\x33\xb9\xb2\x28\x2d\xe8\x91\x5b\x29\x3a\xf7\xa7\x2c\xc6\x51\x16\x49\x49\xc9\x03\x16\x38\xb4\x4e\x1c\x6f\x62\x85\x45\x01\xe6\x48\xd4\x54\x14\xd1\xea\x1e\xa6\x3f\xfc\x62\xb8\xb0\x95\x21\x36\x38\xf8\x16\x00\xb3\x2d\xb3\xf2\x61\x19\x00\x5e\x75\xe6\x1f\xe4\x3e\x00\xf2\xa9\xcc\xcc\x14\x95\x00\xba\x23\xf7\xf8\x4e\xda\x03\x58\x5d\x64\x42\x53\x71\x01\xb8\x4f\x33\x5b\x9e\xfd\x02\x10\x6a\xc2\x62\x7a\x59\xf7\xbf\xf4\xc4\x50\x0b\xfb\xf1\xeb\x42\x55\xb1\xad\x44\x88\x6c\x01\xd1\xa7\x90\x4b\x51\xd4\x70\x61\xdb\x2f\x2b\x53\x7b\xcb\x33\x10\x47\x9d\x64\x6f\xf1\x23\x19\x48\x3d\x39\xeb\x9d\x9e\x83\xf1\xbc\xad\x82\xcb\x43\x76\xaf\xea\xf7\x3d\xcb\x59\x38\x6f\xaa\xfc\x51\xe9\xf5\x91\xa5\x40\x7d\xca\x29\xbe\x1e\xdb\xa9\x32\xfd\xa1\xe9\xd2\xae\x8f\xfd\x19\xa6\xa7\x67\x2f\xb6\x7f\xdd\xed\xc5\x91\xb6\xd0\x59\xaa\xab\xae\xdc\xed\xc5\xa1\xb7\x56\x5b\xbb\x53\x7a\x71\xd7\x87\xe2\x6b\xf3\x65\x63\x20\x47\x35\x39\xc1\x96\x0e\x79\x2c\x3d\x3e\x7e\xc8\x76\x08\xd9\x9a\x3a\xb5\xeb\x43\x09\xb4\x7d\x89\x7e\x10\x4b\x45\xe2\x60\x02\xa2\xec\x72\xb0\xd7\x42\x1d\x01\x18\x85\x99\xfe\x3a\x24\x08\x20\x30\xc1\x98\x40\xbe\x07\x40\x51\x92\x21\xf4\x98\xe9\xbf\x7b\x62\x7c\x3c\x98\x08\xe7\xa2\x01\x22\x95\xee\x19\x5c\xe6\x04\x48\xcd\x64\x6e\xb9\x1a\x06\x90\x9b\xce\x05\x8c\x22\x00\xa5\xf2\x02\x19\xbc\x51\xf0\xa6\xb2\x4a\xd4\x45\xea\x39\x31\xa5\xe2\x8d\x9c\x95\x81\xd6\x76\x70\xb1\xbc\x46\x8d\xe7\x29\xdc\x85\x9c\x0d\x63\x6c\x32\x0a\xe5\x12\x3b\xec\xbc\x51\x39\xb3\xfa\xd6\xff\x50\x94\x57\x27\x7a\x21\xd7\x89\x50\xe7\xf4\x6a\x72\x06\x69\x1e\x36\x62\xfd\x6e\x79\x3e\xcb\xd8\x6e\x9c\xe6\xf5\xe8\x40\xae\xc5\xf3\x6f\x47\x7a\x78\xba\x6a\xac\xbe\xcf\x58\x3d\x7e\xd7\xb0\x6a\xf3\x66\x6e\xaa\x75\x6f\x25\x9d\x9d\xe2\xa2\x5c\x7d\x69\x7e\x98\xc3\x97\x65\xd6\xea\x23\x99\xae\x0e\xba\xab\x4f\xcb\x5e\x93\x7c\x28\x09\xe7\x1d\x33\x36\xd4\xf2\x54\x62\x83\x1d\x32\x10\xdd\x19\x08\x12\x07\x13\xb6\xdf\x91\x1c\x95\x9f\x74\x21\x78\xcc\xf1\x18\x9a\x29\xde\xdb\x2f\xc9\xb1\x00\x23\x10\x25\xe9\x57\x63\x9f\x88\xbd\x1e\xea\x0e\xc0\x84\x67\x8a\xfb\xcf\xef\x48\xd1\x68\x86\x67\xe4\x36\x00\xca\x8b\x77\x3a\x8f\x0e\xfc\xe2\x20\x9c\x8f\x31\x10\xa9\xa2\x7e\xf5\xc4\xc4\xdd\x67\xa6\xba\xbc\x0f\x20\x53\xf7\x9e\xdf\xb5\xc7\x00\x45\x33\xec\x9e\xf4\x42\x00\x95\x66\x7c\x17\xb8\x9e\x00\xba\xf6\xa3\x50\x98\xf8\x75\x62\x7f\xfd\x69\xa9\x22\x9d\x67\xdb\x25\x35\x3e\x2a\x74\xee\x9a\xb8\x9b\xe5\xd9\xfa\xc5\xc9\x0e\xc8\xd1\xf4\x54\xfb\x97\x8f\xb8\x97\xf2\xc3\x6e\x85\x6a\xf7\x6e\xcc\x84\x7b\xf2\x55\x3b\xbf\x8f\xf9\x7e\xdc\xb6\xf5\xc3\xc6\x27\xa9\x91\xef\x36\x01\x23\x01\x83\x3c\x4f\x65\x1d\x30\x5f\xcb\xfb\x22\xea\x96\x9d\x2f\x7d\x7f\xfb\xec\x66\x69\x86\xcb\xa5\xb9\xd3\xed\x0c\x79\x97\x5c\x6a\x16\x8a\x1a\xcb\x32\x92\x5c\x2a\x96\x3e\xd4\x48\x24\x4d\xba\x9e\x5a\x81\x07\xb2\xb1\x6b\xae\xdb\x6b\x57\x4b\x57\x23\xe6\x5d\x9b\x36\x0e\xe6\xdf\x0f\x33\x76\xbd\x8a\x60\xcb\x16\x0e\xe6\x77\x3d\x86\x64\x4f\x97\x21\x71\x30\xde\xf7\x5d\x2d\xd0\xac\xf1\x61\xde\xae\xce\x8d\x98\xa3\xd1\x2a\x1e\x54\x2e\xa2\x98\x82\x08\x55\x00\xd6\xa1\xbb\xe6\x87\x44\x00\xc4\x07\xef\xbe\x26\x57\xf8\x87\x07\x61\x87\x83\x70\x9d\xba\xfd\x83\xb2\xe9\x17\x07\x91\xb4\x48\x2f\x74\x96\x03\x20\x37\x9c\x99\x86\x7a\x09\xa0\x12\xc7\x22\x77\x4b\x0f\xa0\x3e\x8d\xa3\xfb\x1e\x27\xa0\x5a\xfc\x05\xb9\xc5\xf9\x89\xdf\x1e\xe7\x89\xe7\x6b\x5f\xde\xae\x68\x63\x54\x64\x76\xeb\xc3\x49\xd7\x4b\x6b\xdb\x25\x5d\x42\x2a\x97\xb2\x58\xf9\xd5\xfc\xb5\x90\x1b\xeb\x1a\x1c\xf7\x5a\x72\x6a\x4f\x20\x75\x55\xc4\xe8\xc0\x44\xaf\x4b\xdf\x9b\xc5\xf1\x6b\xdd\x0f\x3d\xd9\x3f\x06\x0f\x6b\xd4\x9a\x7b\x5b\x8d\x39\xbf\x0d\x2a\x1a\xf0\x96\xfc\xf6\xb9\x87\x39\xeb\xa1\xf7\xf0\x8f\xed\xae\xfa\x94\x3e\xef\x73\xf3\x29\x2d\x7a\x31\x43\xde\xf3\x4b\xec\x75\xb4\x24\x1f\x4a\xd8\x09\x4f\xc2\x1a\x73\xe9\x58\x40\x92\xf7\x99\x75\x87\xc2\xf7\x7e\xd5\x9e\xb0\xd1\x9d\x4b\xe5\x73\xc3\x53\x05\xa9\x71\xff\xa3\xb7\x81\xbb\x04\x4a\x21\xb9\xdc\x4b\xde\x6d\x08\xb5\x96\xf0\x96\xe4\x43\x71\xe7\x73\xbd\x86\x69\x0e\xff\x0a\xc0\x4d\xc3\xc8\x74\xf8\x0b\x80\xcc\x5e\x7a\xfa\x23\xb9\xbf\xfa\x51\x2c\xfd\xe8\xe6\x8f\xeb\x00\x78\xf7\xd2\x7e\x3c\xbe\x0c\x10\x55\x4d\x13\x4b\x89\x07\x48\xc7\xde\x6c\x3a\x79\x02\xa0\x5c\x91\x6e\xe1\x82\x1b\x40\x7d\x1c\xe3\xd8\x8d\x48\x80\xc7\x8c\xec\xd7\x99\x7b\x00\xba\x19\xf8\x32\x45\xe6\x80\xfe\xa5\xb8\xf0\xa2\x1a\x33\xe1\xde\x8b\x10\x99\x13\x0e\x81\x38\xd5\x5e\x65\x55\xb6\x84\x4d\x04\xae\xed\x90\xd1\x5a\x4d\xcb\x5c\x7a\x69\x9e\xa7\xff\x5b\xf8\x74\x23\x5e\xae\xec\xd2\x8f\xe2\xa7\x9f\xa3\x94\x7b\x8e\x4f\xbb\x54\x9d\x8a\x34\x19\xe4\xfd\x72\x3e\x4b\x20\xf2\xe0\x28\xf5\xe0\x44\x92\x4b\x58\xe2\xe4\xd3\x97\xd3\xd1\xdb\x21\xd7\x7f\xac\x3c\xa1\x8a\xb4\x09\x9c\x9f\x5b\x69\x25\xec\xfa\x50\xba\xfc\xaf\x2f\x4f\x3f\x7c\x19\x48\xe5\x6b\xb3\xc6\x59\xfa\x91\xc4\xc1\xf8\x8c\xfb\x68\x23\x4e\x64\x4f\x7b\xf1\xf9\xd9\x23\x96\x32\xe2\x3d\xaa\x7d\xf6\xa0\x4c\x92\x15\x77\x7d\x28\xa1\x9e\x03\x18\xb3\xc8\x14\xa7\x60\x9f\x6b\xd8\x5b\xa1\x76\x00\x5c\x01\x77\x53\x0f\x93\x03\xc8\x93\xd1\xf5\x1f\xf9\x0e\x60\xa4\x73\xeb\xdc\x51\x36\x00\x3b\xb2\x9b\xee\xff\x79\x8e\x06\x31\x5f\x8f\x3d\x76\xe2\x57\x3f\x4a\xfe\xcb\xeb\x3f\x28\x89\x00\xb5\xea\xd7\xec\x29\x5f\x02\xb4\xcb\xde\xbe\x77\x21\x0b\xa0\x97\x86\xe5\xf6\xdd\x6f\x00\x03\x77\xb9\xca\xf9\x25\xc0\xe5\xd3\x84\xc0\x51\xc5\x7b\x84\x90\xcf\x1f\xc4\xd3\x6c\x78\x71\x75\x23\x4e\xf2\x21\xb1\x81\x08\xd3\x61\x1b\xad\x6b\xb5\x5d\xb3\x9c\x6f\xae\x5b\xf1\xbf\x6b\x7a\xa1\x52\xbb\x96\x91\xb9\x86\x2c\xb0\x7b\xd8\xf7\xc4\x63\xd6\x2f\xd5\xa9\xe8\xc6\x3b\xad\x2f\xcb\xd1\xca\x39\xe3\x5f\x4a\x06\xc6\xc2\xed\xef\x3b\x4d\x15\xbc\x30\x08\x42\x26\xa7\xcf\xbc\xee\xe4\x0f\xb8\x95\x18\x3e\xdf\xde\x72\xcc\xef\x66\xdc\xc9\x25\x97\xda\x60\x1f\xa5\x28\x8b\x95\xcd\x07\x49\x5e\x6c\x91\xb7\xd7\x1e\x97\x1c\xf5\x3c\x15\xde\xbb\x3e\x5e\xc0\xeb\xa6\x1e\xc6\x8a\x98\xcd\x48\x72\xbd\x10\x3a\x80\xac\x4a\x33\x70\x5e\x0a\xf6\x43\x8d\x27\x9e\x71\xe2\x0f\xa9\x42\x9b\xc6\xc5\x39\x7e\x09\xa4\xc5\xe8\x45\xd6\x38\xd0\x04\x24\x63\x39\x42\x4f\x00\x08\x59\xdf\x6e\x3c\xf4\x9f\xdf\x4d\x11\x34\xf2\x87\x8f\x00\x98\x25\x5f\x2f\x3e\xdc\x03\xe0\xa6\x73\x75\xfb\x70\xea\xaf\xdc\x97\xe4\xbf\xaf\x28\xfd\xe9\x81\xe8\xa0\xfa\xe9\xc5\xe8\x1b\xbf\xba\x8f\xa2\x16\xe0\x03\x35\x9d\xd8\x95\xe3\x00\x5f\xef\xb2\x1c\x64\xda\x80\xd1\x39\x7d\x9e\x30\x29\x13\xe2\x2d\x04\x85\x90\x9f\x31\x71\x8b\x05\x43\x26\xc9\x10\x61\x84\x54\x5f\x1e\x54\x92\xaa\xc2\x7c\x91\xf8\xaa\x63\xa6\xdc\xaf\x57\xbe\xf8\x56\x23\x76\x66\x52\x3d\xda\xe5\x75\xf4\xcb\xab\xdf\xc8\x03\x6e\xbf\xa2\xfa\x50\xfe\x99\xde\x57\xa3\xa9\x63\x7c\xae\xdf\xc8\x9b\x58\x75\xf5\xfb\xb5\xe7\x41\x9e\x47\x4a\xfd\x66\x1f\x74\x5c\x71\x0f\xcb\xe7\x5e\x3c\xdc\x50\xbb\xeb\x01\x61\xcf\x70\x5a\xcd\x2f\x97\x71\x1a\x4f\x4b\x59\xd7\x2d\xac\x77\x5c\x4c\xe2\x46\xdc\xca\x96\x70\xa4\x4c\xc8\x43\x52\xa6\xd7\xdb\x27\xc5\x45\xa1\xcc\x92\x0f\xda\x33\xc4\xd8\xa0\xcf\xc4\x7f\xdd\xe5\x3f\xb8\xa3\xeb\xb0\x27\x43\xab\xad\x35\x22\x3e\x61\x53\x82\xbe\x03\x88\x8c\xd1\x8c\x1c\xfc\xcf\xff\x2b\x1f\x5e\x3b\x7a\x60\xee\xff\x87\x5e\x90\xd0\x9d\xfc\x9b\xd4\x0b\x22\xb2\xc7\xe5\xff\xde\x77\x1b\x51\x13\x28\x47\x00\x36\xca\xee\x6c\x5e\x97\x04\x20\x26\x72\xae\x09\xf5\x10\x2f\xe0\xb5\x85\xc8\x4d\xf2\xd1\x8c\x98\xd3\x92\x33\x11\x8e\x63\x57\xd7\xc9\x54\xd1\xc5\xf2\x8f\x5f\xcd\x6b\x5b\xc4\xb4\xb3\xdf\x8f\xfc\x5a\x1f\x7a\xf9\x4d\x7c\x80\xc6\x97\xd1\x96\xde\xf7\xf4\x4e\xa7\xc6\x06\x47\x75\xdf\x5d\xb7\x3f\x31\xe4\x3d\x29\xf5\x92\xdc\xee\x48\xcf\xed\x19\x87\xc7\x8d\x76\x92\x6d\xa7\xe7\x3f\x35\xbd\xb4\x5d\xac\xdf\xbf\xa4\x5d\x33\x64\xfb\xb8\xea\xf0\x4a\xfa\x83\x51\x1b\x87\xb2\x9a\xb5\xee\x62\x2e\x1b\xc3\x02\xd4\x86\x46\xee\x94\xf5\xcb\xdc\x13\x88\xc6\x8c\x57\xd6\x17\xb3\xd8\x91\x7d\xa9\x26\xbb\xfc\x47\x7c\x9a\x1a\xba\x36\xa6\xd9\x82\x3b\x85\x1e\xf3\x34\x9c\xd7\x9c\x3e\x65\x16\x4b\x15\x6a\x68\xba\x94\x30\xb0\xa9\xe2\x77\x03\x40\xca\xe4\xe6\xf3\x83\xf9\x00\x7a\xb2\x97\xab\xc9\x4a\x01\x6c\x3b\xff\xe2\xfd\xcf\xba\x48\x79\x1f\xe9\x3a\x78\xf8\x64\x27\xf7\xdc\xf1\x21\x90\x7c\x18\xdf\xb3\x7f\xf6\x21\x6c\x16\xef\x65\xf8\xf9\xbe\x97\x56\xe5\xb4\x0b\x00\x31\x89\x73\x49\xa8\x75\xfd\x30\xbe\x5f\x48\xd2\xd0\x6f\xdc\x6b\x93\x53\xba\xd7\xef\x40\x2f\x0b\xf2\xa1\x86\xff\xfd\xfb\x15\x6b\x2b\x71\xd6\xd4\x8f\x5a\xa3\x86\xe6\x06\x03\x93\x1f\x37\x7b\x1d\x9e\xa5\x2e\x7f\xf7\xa4\xd8\xda\x7e\xfa\xc0\xa7\xd1\x9e\x8b\xa4\x1e\x14\xa3\xbb\x93\x2d\x73\x6b\xcd\x62\xc6\x1f\x07\x2d\x17\x9f\xd4\xd2\x9a\x7c\xe9\x15\x5e\xc6\x55\xde\x37\x35\x79\x6c\xb4\xba\x56\xba\xdf\x64\xb9\xc9\x6f\x83\x2c\x8f\xdd\xf4\x6c\xcd\x02\x42\x30\xf3\xa3\xc9\x70\x15\x3f\xd2\x2f\x15\x6f\x42\x5d\xfe\x04\x55\x96\x80\x37\x69\x2c\x7a\x89\xd6\xff\xff\x10\x76\x96\x71\x55\x2e\xdf\xdf\xc6\x04\x03\xc5\x6e\x11\x03\x91\xee\xee\xee\xee\xee\xee\xee\x94\xee\x90\x2e\x29\x11\x09\x05\x09\x95\x12\x11\x94\xb0\x15\x50\x41\x45\x14\xa5\x6b\x77\xac\xe7\xa3\xec\x0d\x47\xcf\xf9\x3d\xff\x57\xeb\x83\xf2\x62\xcf\x30\xf7\x0c\xdc\xeb\x9a\xef\x95\x34\x68\x79\xe6\xfa\x2d\xa4\x55\x6c\x95\x45\x58\x09\x3f\x8a\x36\xea\xbe\x45\x79\xbe\x2d\xea\x6b\x98\x9f\x85\x55\x4e\x13\xda\x35\x58\x00\x40\x7e\x84\x26\xff\xd7\xe7\x37\xa3\xde\xe2\xfe\xab\xfa\x9e\xfc\xb3\xef\x4b\xf6\x20\xb4\xa4\x91\xfa\xdf\xa4\x5c\x18\xf2\xfd\xef\x3f\x3d\xf8\xbf\x2a\xd3\xea\xd9\xd9\x79\x66\x62\x13\xbf\x84\x58\xf9\x87\x42\x7c\x98\x04\x18\x51\x3c\x49\xc7\x6e\x55\x3e\xe8\x29\xd6\x88\x41\xf1\xea\x5f\x88\xb9\x90\x97\xb7\x52\xea\x78\xbc\xe8\x5c\xa4\xc4\x82\x57\xf0\xb7\xda\xad\xde\x9a\xf3\x56\x85\xcf\xeb\xef\xda\xef\x98\x9d\xe9\xae\xbc\x53\x6e\x92\x35\x23\xf8\x23\xfb\xae\xb8\xa1\xc5\x5c\xf3\x2c\x4f\x5d\x94\x81\xc6\xf4\xf0\xbc\xeb\x0d\x0f\x43\xdc\x48\xd2\x62\xfd\x75\x06\x63\xb7\xa1\x5b\x4b\x98\x22\x5e\xe3\xbc\xc7\x31\x2b\x0e\xb9\xa7\x4c\xb6\x76\x55\xae\x1a\x67\x45\x99\xa0\x5a\xfd\xd6\x1c\xd3\x14\x8d\x9f\xdf\x3d\x8e\x68\x4d\xe0\x36\xa1\xad\xbb\x89\xbc\x1d\xed\x61\xba\xa7\x86\x1e\x39\x72\x75\x90\xec\x3f\x31\x8a\xbb\xb1\x03\xed\x1f\x24\x67\x9c\x7d\x7d\x06\xfd\x24\x20\x0c\x40\x1b\x75\xe6\xf0\x76\x14\x80\x3d\x29\x07\xe5\x6f\x1f\x06\xf9\xde\x33\xd9\x8b\x32\x6a\xbd\xbe\x2f\xfc\xc9\x81\xe0\x8a\xd7\xeb\xbc\x37\x00\xd3\x27\xba\xf4\x0f\xad\xc4\x45\xbe\x11\x61\xf9\xa1\x23\xf8\x1f\x52\xea\x7a\xbd\x6d\x53\x38\x65\x95\x9d\xf6\x98\xf2\x78\xf4\x82\xa1\x70\xb0\x5f\x4a\x2a\x32\xd1\xde\x30\x31\x25\xe8\xc5\xaa\x65\x80\x52\x7e\xad\x7b\xff\x8a\x6c\xe6\x6c\xf1\x5b\x5b\xcc\xb2\x61\x83\xf2\x75\x57\xe3\xfa\xa5\xad\x6f\xc4\x2b\xdc\x75\xd2\x96\xbc\x16\x99\xae\x3b\x92\xfd\x1f\xda\x1c\x0b\x4d\x4b\x2f\x0b\xee\xeb\xec\xf8\xd2\xbc\x12\x96\xbd\x57\xd7\xe4\x6d\xee\xea\xcd\xf4\x29\x3d\x9b\x61\xfe\x35\x8f\x94\x29\x5d\xe8\xf7\x47\xd4\xc6\x2b\xea\xbd\xed\xae\x41\x2a\xc7\xf8\xea\xf9\x3d\x38\x82\x32\x0a\x9f\xd3\xe7\x69\x61\x46\xb5\x85\xd1\xe8\xd9\x35\x0a\xa1\xcb\x03\x52\xf5\x0e\x34\x14\x61\xce\xfa\x86\xea\x6a\xd7\x2d\x60\x8a\xbd\x4e\x03\x18\x55\x6d\xa1\xfc\x35\x1e\xcf\xf0\x3f\xd7\x01\x99\x07\x22\xf7\x3d\xc9\x1c\xc8\x8c\x2b\xc5\x7f\xdc\x7f\x26\xe7\x20\x7c\xb0\x06\x60\xa2\x3f\x37\x38\x44\x00\x01\x3e\x7a\xbe\x1b\xed\x67\x09\x1f\x25\x53\x55\x02\x6a\xe6\xf0\x5c\xaa\x32\x16\x89\x79\x4e\xd8\x70\xc3\x03\x1e\xb9\x31\x67\xd1\xb5\x76\x69\x61\x7a\xbe\x47\x91\x03\xbe\x0d\x09\x15\xce\x5d\x48\xd7\x44\xfb\x24\x57\x9b\xdd\x08\xb6\xf2\x9a\x74\x8c\xb1\xc7\x5a\x4a\x97\x77\x66\xa9\x76\xe6\x6a\xf7\x97\xeb\xd7\x24\xd5\x4b\xd7\xf8\x56\xe9\x33\x4e\xaa\xbd\x5b\x1b\x5a\x7d\x94\x6a\xa6\x46\xb9\xc6\xbc\x96\x98\xf8\x56\x8d\x30\xdd\x86\x70\x8d\x33\xd2\x38\xfe\xf1\x1a\x92\x31\x5a\x4b\xbd\x6b\x44\x10\x75\x38\xfc\x86\x06\xf7\xf3\x3b\xa8\xde\x90\x73\x64\xef\x87\xe6\x50\xcf\x20\x3a\x2d\x60\x9b\xe6\x60\xd7\x15\x34\xf8\x1a\x69\x7c\x7f\xe0\x87\x79\xe2\x41\xa3\xd1\xdc\x3a\x82\x15\x76\xf9\x06\xf0\xbb\x9d\x49\x01\x10\xd1\x4d\xf1\x27\x07\xb2\xfa\xe7\x73\x30\x59\x43\xf1\x1f\x39\x10\xe4\xfe\xef\x08\xa9\xdf\xd1\xef\x0d\x40\xa9\x4a\x41\xd1\x49\x03\xbe\xbc\x2b\x5c\x49\x0d\x0e\x44\x63\xc9\x16\x39\xd3\xe2\x4c\x02\x9f\xea\x76\x3d\xdb\x94\x5e\xdc\x92\x41\x84\x4d\x51\xa8\x33\x56\xc7\x36\xd7\xab\xcf\xe3\x09\xe6\x8c\x97\x4c\x70\x95\x03\x07\x7a\x20\xa6\x2b\x74\xd0\xca\x06\x4d\x9d\x5b\x19\x49\x34\x8a\x44\x3d\x6c\x40\x45\xf5\xe9\x88\xa2\xb6\x0d\x9c\x89\xc9\x51\x2b\x40\x46\x4e\x37\xc6\x06\x2b\xbf\x46\x2e\x20\x77\x5e\x95\xdf\xe0\x1f\x86\x7e\xf3\x0f\xc6\x4a\x11\x8b\x77\x51\x75\x41\xa1\x4a\x6a\xdf\xf7\xa2\x2b\x7c\x8f\x28\x5b\x8e\xbf\x45\x0f\xf8\x54\x2a\x2b\xbd\x4b\xc2\x84\x79\xc8\xa9\xdc\x7b\x51\x8f\xb1\xf4\x8c\x50\xd9\x32\xb4\x03\x4b\xeb\xe2\xa0\xd2\xd9\xc7\x85\xd5\x77\x3e\xa2\x92\xd4\x63\x86\xed\x76\x38\x0e\xe0\xee\xf2\xe7\x3a\xb8\x51\xb6\x5e\x1f\xc9\xaf\xd7\x8f\x91\xff\xd5\xff\x9e\x13\xf8\xef\xfe\x6f\x27\x11\x80\xb1\xef\xac\x71\xe3\x4d\x48\xe7\xbb\xcb\x31\x5c\x61\x41\xbc\x2b\x45\x2f\x59\x93\x75\x95\x80\x54\xd1\x57\x4d\x89\x35\xc5\x23\xf4\x0f\x19\x59\xf8\x75\xe1\x56\xad\x7e\xda\x52\x6c\xe4\x3f\xc8\x60\xa3\xc3\x12\x3c\x23\x37\xfc\x17\x87\x30\xdd\xe5\xc2\x7e\x06\xda\x73\x18\xd5\xfb\xd4\x01\xaa\x6a\x0a\x18\xc6\x97\x6f\xfd\x07\x94\xea\xd0\xed\x33\xb9\x81\xa7\x15\x42\x30\x07\xd1\x4a\x7e\xc7\xc8\xfc\x83\xbc\x08\x66\x08\x43\xe3\xb9\x5d\xce\x12\x5d\x8a\xa9\x70\x3d\x2c\xa7\x37\xd7\x8e\x95\x71\x3c\x2b\x1f\x34\x75\x11\x2b\xe4\xb8\x20\x1f\x3e\x71\x07\x9b\x69\x5f\x22\xdf\x35\x32\x80\x9d\xb5\x15\x97\x97\x7a\xc5\x88\xf3\xb6\xa4\x94\xf7\x7f\xb6\x13\x57\x6e\x5e\xb1\xb9\x0e\xc8\x1c\xc8\xff\x3f\x07\x62\x71\xe1\xff\x9f\x03\xd1\x44\x09\xc0\x4c\x71\xb6\xa2\xea\x32\x3c\xe3\xfd\xc2\x9c\x9f\xcb\x00\x46\xe2\xa6\x7c\xee\x49\xa2\xc4\x34\xa5\x35\xd9\x93\xa1\x63\x84\x1a\xbd\x7b\x5a\x97\xdd\xd1\xf8\x17\x56\x97\x4d\x98\xc8\xfc\x83\xd5\x57\x5c\x73\x88\xa8\x7d\xb0\xa9\x3a\xee\x49\xbc\xaa\x5d\x8d\x41\x04\x4e\x3f\x6f\xd2\xe9\xb4\xf6\x75\x1c\xcd\x2d\x2a\xe7\x4e\x35\x73\xec\xb7\x2e\x6f\x67\x84\x52\x36\xb6\xe9\x15\xda\x45\x4b\x9e\x0a\x9b\x35\x27\xf5\x0f\xef\xc5\x37\xdc\x2e\xac\x85\x7d\xc8\x86\xf7\xe2\x27\x0e\x89\x33\x31\x4f\x90\x7a\x80\xec\xc3\xa5\x9a\x51\x93\xb9\x07\xe9\xf3\xdf\xad\x71\x33\xc6\xa5\x52\x7b\x3e\xbf\xc2\x07\xeb\x39\x4b\xd1\x7c\xb0\xc1\xdf\xd2\x79\x0e\x90\xbe\xed\xcf\xfd\x70\xe0\xc3\x7a\xfd\xfe\xc7\x3e\xb8\xb6\xed\x4f\x0e\x68\xa3\xff\xcb\xb1\x5e\x6f\x69\x92\xfa\xdf\x2c\x00\x14\x79\x14\x14\x05\xd7\x01\xb8\x9e\x5f\x5c\x4e\xa1\x82\x72\xb1\x52\x8e\xfb\x57\x9f\x13\x09\x8a\xed\x62\xec\xbe\x05\x44\x7f\x1d\x23\x39\xbc\xcb\x05\x42\x81\xb9\xae\xd6\x1b\xeb\x29\x82\xa0\xd3\x19\xfd\x38\xf3\xb7\x78\x82\x6f\xb4\x51\xa4\xc9\x08\x3e\x2f\xe2\xa3\xd9\x43\xbd\x56\x7c\x76\xba\xac\x59\x96\x16\x33\xde\xbf\xa4\xc8\x5c\x58\xed\x27\x0e\x7d\xfb\xba\xb5\xaa\x92\x30\xfe\xd8\x43\x13\x4b\x46\xb9\x16\xfc\xae\x37\x32\x16\x99\x32\xd6\xb8\xd9\x1f\xdb\x2d\x2a\xa4\xd2\xf1\x74\x58\x55\x33\xaa\xbf\x73\x1f\xfe\x2f\xee\x41\x6c\xcf\xcf\x48\x82\x9b\xf2\xf8\xe6\xb9\xd8\x75\xfd\xcf\xf3\x70\x7d\x5c\x1b\x1e\x08\x52\xfe\xc1\x4b\xd2\x3a\x20\x7b\x10\xea\xbf\xac\xd7\x52\xa5\xf5\x9a\x1f\x02\x70\xd1\xec\xc0\x97\xf4\x5c\x00\x2e\x41\xba\xd0\x18\x26\xf8\x2a\x92\xcc\xe4\x11\xe4\x01\x2e\xf2\x0b\xbc\xaf\x3d\x44\x89\x1f\xb4\xd0\x12\x95\xf6\xcc\x44\x77\x63\x79\x79\x1e\xcb\x83\x84\x15\xdb\x27\x6a\x66\x26\x77\x08\x23\x1e\x2d\x1a\x8c\x06\xd2\x84\xfb\x21\x37\x34\xfb\x74\x90\x84\x94\xb8\x44\xed\x21\x8d\xf7\x04\xed\x1c\x1b\xbd\x33\x6a\x3b\x09\xa7\xca\xcb\x0c\x98\x95\xf8\xf0\xc8\xa6\xeb\x06\x44\xf9\x45\x7c\xf1\x23\x53\xe3\x27\xd2\x5f\xf0\xf0\x72\x42\x6f\x55\x4a\x15\x3f\xf0\xf5\x93\x81\xaa\xc4\x67\xfc\xe4\xda\x0e\xbd\xb7\x1b\xb9\x0f\x12\x84\x3b\x04\x5e\x55\xec\x86\xef\xe1\x2f\xee\x41\x98\x19\x3d\x49\x3c\x2e\xfd\x1e\xa0\x91\xb0\x3e\xee\xb7\x24\x6f\xd2\xba\x07\x82\xbc\x0f\x7e\x9b\x25\x71\x70\xa4\xfe\xf6\x43\x02\xa9\xff\x7b\x6e\xbd\x96\x91\x38\x91\xa2\x6d\x00\xa7\x9a\xa8\x02\xae\xda\xac\x7f\x1d\x5f\x08\xc0\x29\x7f\x56\x36\x34\x13\xf0\x22\xad\x0c\x77\xbc\xc7\xa1\x57\xa6\x91\x75\xcc\xb1\x0a\x5c\xd5\xbc\x78\x03\xad\xe5\x89\xdf\x0c\x3c\xc4\xb3\x4d\xef\x12\xbd\xac\x07\xe4\x77\x18\x9a\x13\x3d\x5d\xa5\xe4\xa3\xf5\x3a\x89\x0a\x7e\x91\x4a\x27\xb4\xa8\x88\xe2\x51\x2b\x4a\x85\x6a\x81\x44\xe9\x64\x6d\x25\x7e\x95\x73\x84\xc5\x02\x16\x35\x33\x45\x17\xc2\x54\xe5\x45\xb5\x38\x39\x24\xa1\xa6\x49\x57\xe3\x81\xb4\x1a\xe1\xf6\xa3\x69\xf5\x64\xc9\x97\x84\x94\x17\x2d\x1a\x79\x12\x0e\x84\xe0\x09\x6b\x8d\x51\x31\x3a\xc2\xd0\xfc\x3b\x95\x7e\x72\xee\x83\xf0\xeb\xdf\xe3\x2e\xf9\x9b\x7b\x10\x40\x03\x35\xf1\x96\x48\x0e\x40\x3f\x69\x7f\xf8\x93\x83\xf9\x39\x4c\x3a\x07\xc8\x3e\x18\x92\xff\xe2\x2e\x89\x03\xa8\x20\xad\x87\x6c\xd2\x7a\x88\x23\x7d\x7f\x90\xe2\x7a\x0d\xb3\x05\x60\x0b\x3e\xfe\xca\xaf\x06\x40\x78\xf5\xd2\x45\x67\x2f\xc0\x48\x61\x18\x9e\xdb\x78\xc2\x2d\x15\x0f\xf6\x7e\xb3\x0f\xc0\xaf\x67\x28\xa8\x61\x64\x07\xdb\x4d\x4b\x45\x79\x75\x5b\x61\xb7\xbd\x95\xa8\xb5\x36\x0f\x11\xed\x2e\x23\x46\x50\xff\x4c\xfc\x1a\x38\x22\x51\xaa\xaa\x42\x7c\x7a\x35\x50\xca\x68\x83\x7f\x28\x21\x7a\x16\x08\xca\x9f\x91\xcd\x24\xba\x56\xc5\xcb\xfd\x94\x71\x22\x72\xde\xf1\x54\x1c\x92\x48\x20\x9a\x76\xae\xc9\xdd\x14\x2b\x22\xea\x0c\x99\xc9\x55\x8a\x6d\x25\x32\x8d\x36\x2b\x84\x89\x3c\x23\xb2\x4f\xd7\xc9\xaf\x0a\x5b\x10\x3d\x57\xe3\x65\x92\xff\xe6\x1e\xf8\x11\x20\x4e\xfc\x2a\x98\x0f\xf0\x69\xfa\x8f\x7d\x70\xe8\xff\xe0\x80\x56\x49\xfc\xc7\xb7\xf5\x9a\x64\x47\x1a\x37\x35\x89\x03\x08\x07\x38\x43\x41\x39\xef\x13\x0f\x70\xa5\xe1\x40\x96\x5b\x12\x80\xe0\x56\x5a\x3a\xfb\x10\x00\x29\x77\xfa\x20\x8b\x54\x18\x56\x16\x61\xe1\x32\x3c\x02\x09\xda\xf7\xb9\xf6\xe8\xb6\x41\x88\x01\x3d\xb7\xb8\x56\x0c\x38\x58\x3d\xe7\xfd\xaa\x71\x09\x2c\x1c\x5b\xf9\xa6\xd5\x0a\x40\xc8\xeb\x8d\x10\xaf\xf2\x30\x30\x86\xa4\x08\xdf\x54\xf4\x81\xbd\xb1\x8b\xa2\x9d\xf2\xfc\x44\x44\x7a\xb6\xf8\x59\x59\x59\x62\x5f\xd1\xa0\xe4\x88\x34\x0f\xb1\xab\x2a\x46\x92\x20\x79\x8c\xd8\x78\xe7\xa4\x94\xa2\xf8\x5e\xe2\xed\x07\xdd\x52\x3b\x45\xba\x88\x6d\x4f\x5e\x4b\xee\x14\x5a\x20\x0e\xbf\x61\x16\x0f\x15\xbc\x49\x9c\xf8\xcc\x21\xa6\x21\xb8\x9b\x38\xb7\xf0\x40\xf4\xb6\xa0\x11\x71\x06\x33\x2a\x26\xc1\x5f\x0f\x2a\xc4\x65\x81\x61\x00\xfc\xef\xdf\x13\xff\x67\x0e\x06\x69\x3e\x6a\x5e\x93\xd6\xff\xd9\xf5\x9a\xb6\x85\xc4\xbf\x90\xd6\x87\x0f\x89\x1b\xb3\x77\x59\xaf\xce\x89\x00\x17\x3b\xf6\x5a\xd8\x7a\x00\x70\x54\x1c\x39\x64\x39\x09\x20\x5a\x47\xeb\x68\x7a\x00\x40\x2e\x92\x5e\x42\x77\x16\xa6\x54\x69\xaf\xdc\xd5\xd6\x82\x9b\xba\x43\x6c\x08\x32\xff\xa0\xb6\x0f\xaa\xac\x83\x39\x22\xc8\xfc\x83\xe2\x27\xf0\xf6\xb7\xe4\x1d\x96\x2f\x03\x97\xb0\xcf\x7c\xee\xb2\xe1\xa0\x17\x7f\x43\xe0\xa0\x8c\x3d\x30\x66\x7e\x12\x56\x90\x58\x03\x95\xfc\x71\x01\x6f\x89\x33\x40\x5b\x59\x22\x1c\x21\xa6\x07\x7b\x6f\xf7\x8b\x78\x8a\x28\xc1\xb1\x7b\x99\xc2\xda\x42\x66\xc0\xf4\xf0\xad\x60\x97\x20\x3f\x9c\x1f\x6e\x10\x3a\xc6\x9f\x0d\x12\xef\x22\xf8\xd7\xf8\xf9\x40\x78\x72\x54\xc0\x85\x8f\x0f\x2c\xe7\xf6\xf0\x49\x10\xbc\xff\x07\x07\xb4\x7f\xbd\xd6\x92\xf2\x50\x8a\x91\xeb\x35\x9d\xc4\xc5\xc4\x3c\xf8\x93\x83\x71\xf9\xb9\x5e\x2d\x1c\xd6\xab\xcd\x01\x80\xf3\x31\xbb\xe6\x2c\x92\x01\xd8\x2e\x1c\x3c\x61\xca\x04\x20\x94\x7a\x6a\xa7\x9e\x34\x80\x4c\x25\x5d\xb0\xe6\x25\x20\x2a\x0f\x5f\x42\xa8\xd5\xc0\x92\x7a\xe3\xe5\x6a\xd5\x04\x78\x6f\x48\xcb\xa4\xa9\xbc\x0c\xef\xcc\x7c\x98\x95\x95\x16\xa1\xcd\x61\x0f\xfb\x7e\x05\x2d\x68\xf4\x08\xe3\xd8\x2b\x17\x03\x37\xfc\x9f\x71\x8a\xcb\x72\x43\x42\x24\x1d\xf7\x0f\xa9\x4e\x48\x8d\xa7\xe2\x76\x15\xd7\x84\xfc\x8c\xdb\x5c\xb2\x62\x6f\x21\x24\xdf\x85\xa7\x58\xc4\x1f\x22\xcb\x35\xb9\x31\xc2\xf5\xe0\x5e\xd3\xcf\xcb\x2e\x18\x06\x7e\x77\xdf\xf2\x68\x0a\x1e\x01\xe3\xce\x14\x3e\x5e\xbe\x3e\x08\x7a\xc2\xc6\xdd\xca\xf7\x18\x4c\xdf\xb4\xf0\x8e\xf1\x5a\x41\xf8\xfb\x1b\xdc\x41\x00\x14\x7c\x82\x47\x7f\x3d\x17\x67\xf0\x62\x7b\xb6\x6f\x01\x60\xa8\x11\x31\xa2\xf2\x03\xe0\x19\x14\xd9\xb7\x2f\xee\x1f\x1c\x44\x95\xd4\x8d\x53\xe7\x00\xb4\x12\xe5\xc5\xce\x67\x02\x18\xfd\x54\x5a\x63\xd4\x03\x30\x8f\xd6\xdc\xc9\xad\x08\x60\xb5\x4f\xef\x9a\xc8\x13\xc8\xb7\x4a\x30\x4b\x56\x5c\x82\x0b\xd6\xbb\x6c\x18\xb5\x15\x89\x49\x96\x99\x9e\xc1\x66\xe2\x04\xa2\xd9\xf6\xc8\xed\x76\x8d\x04\x4e\xe3\xdd\x19\x6a\x1e\xf6\xf8\x58\x7d\x8b\xb2\x2a\xff\xc3\xb8\x2e\xed\xcf\x77\xb9\x43\x7b\x70\x0c\x1a\x0d\xbd\x27\xa2\xb6\x63\xf1\xaa\x1d\x2f\xcf\x45\xb5\x63\x87\x95\x05\x26\x94\xae\x86\x62\x96\x15\x55\x97\x32\xe3\x47\xb1\x0f\xe5\xed\x11\xef\xa3\xda\x71\x05\xb2\x78\xd4\xe1\xe0\x05\xdc\xa2\xac\x3d\x2a\x29\x90\x6e\xde\x53\xee\x1b\x6a\x3a\xe0\xc8\x37\x59\xf9\x20\xb4\x83\x6f\xf4\x78\xa3\x02\x13\xfa\xad\xb7\xfe\x5b\x49\x45\x33\xcc\x69\x2f\xda\x67\xd7\x94\xb6\x62\xe2\xdd\xab\x9e\x44\x29\xef\xc3\xdc\x73\x7b\xd2\xa3\xa1\x1c\x87\xe5\x70\x6e\xed\x78\xa6\x6c\x8d\x6d\xb1\x9f\xbb\x5f\xa8\xa2\x83\xbd\xed\x60\x01\xb0\xc5\x47\x30\xea\xd7\x3c\xd0\x7a\x8a\x7a\x6f\x2f\xdb\xe4\x20\xf8\x02\x85\x38\xf7\xe1\x00\xa4\x1e\x8b\x04\x1d\xce\x05\x50\x05\x09\xc4\x29\x53\x00\x83\x67\x72\x54\x17\x99\x00\x4c\xa5\x14\xdf\x33\xaa\xff\xc3\x97\x43\xd4\xf5\x16\xa3\x80\x1b\x76\x1c\x26\xf2\x8a\xea\x1b\xf9\x28\xca\xd6\x43\x1e\x22\x96\xf7\x09\x89\x16\x71\x11\x5e\x2e\x42\xf8\x2a\xd3\xe1\xb4\x16\x3f\x26\x1c\xd2\xf0\x48\xd9\xcf\x10\x57\xdc\x3e\xdd\xd1\xa6\xa4\xab\xa9\xd8\x4a\xcd\x9e\x5e\xc1\x58\x0a\xcc\x23\xf5\x84\xd7\x17\x93\xf2\xb0\x5b\x94\x27\xbe\x0c\x27\x30\x63\x7a\x14\xaf\xac\x1e\x49\x20\x60\xb3\xe4\x6f\x23\xf2\xa2\x0f\xe0\xe8\xe4\x06\x91\xd6\xe1\xaf\x11\xb3\x72\x0b\xc8\xef\xa1\x96\x64\x0e\x66\xf2\xb2\x42\x0b\x0a\x17\x10\x31\x12\xa9\xb4\x1f\xed\xef\x27\xf9\xbf\x38\x98\x6e\x05\xe5\x04\xac\x9d\x93\xd0\xbd\x5c\xd5\x63\xd8\x28\xc7\xf1\xe6\x05\xb5\xfd\xd8\x24\xc7\x09\x80\xad\x33\x02\xbf\xd7\x03\x99\x83\xf8\xdb\x13\x23\xd3\x2a\xfc\xf5\x70\x1f\x80\x7a\xaf\xf8\xa3\x53\xbb\x01\xf4\x03\x65\x54\xe8\xe6\x00\x2c\x22\x15\xb7\x32\x51\x00\xd8\x3e\x54\x5e\xe1\xb0\x07\xb0\xd7\xd7\x8e\x11\xd9\x0d\x2d\xf6\xc9\x46\x28\x05\xc1\x8d\x7c\x94\xad\x76\xb2\x6e\x43\xb6\x99\x04\x73\xab\x81\x50\x16\xb7\x23\x78\x5b\x73\xe1\x54\xc7\x80\x32\x5c\xb2\x51\xf7\xf5\xa2\x88\xdd\x1b\x5c\x10\xb3\x56\x6b\xaf\x7c\x42\x08\x46\x57\xbd\xe6\x6d\x56\xaa\x36\xfa\xa3\x4a\xd0\xf4\x85\x74\x17\xf4\x5d\xa5\xa8\x95\xb9\xf4\x3e\xb2\x1f\x08\xbd\x24\x9f\x8a\x58\x8d\x32\x5f\x44\x29\xec\x47\xde\x0d\x5b\x9b\xe4\x51\x12\x43\xce\x87\x0d\xbf\x9f\x55\x1a\x40\x5d\x0b\x4e\xde\xc8\x43\x21\x71\x30\x8f\x85\x54\x29\x30\xbc\x5e\x2d\x64\x0e\xe6\x3e\xbb\xfa\x2d\x8c\x9d\x17\x2f\x99\x83\xb9\x73\x5f\x7d\x0c\x6b\xec\x7c\x0b\x60\x1b\x27\xff\xc8\xaf\x79\x38\xd7\x2b\x50\xbf\xfd\x2d\x00\x87\xb3\x20\xd7\x9e\x8f\x00\x02\xdf\x05\xa6\xf7\xcf\x01\xc8\xd5\x0b\x57\x1f\xe1\x00\xd0\x78\x2a\x62\x7d\xbc\x07\xc0\x84\x55\x0c\x77\x76\x10\xc0\x26\x5a\xae\x9d\xd1\x00\xc0\x5e\x5d\x59\x99\xc3\x13\xc0\x85\x55\x33\x48\x44\x19\xda\x5c\x29\x0c\x12\x15\x2a\x88\x04\x17\x25\x0b\x7d\xbd\xe6\x8d\x7c\x14\x6a\x5b\xa1\x60\x1a\xcf\x1b\xf8\x9d\x96\x7e\xc9\x4c\x21\xf4\xd8\x4f\x26\x4f\xae\xd3\xc6\xe4\x63\x66\x0c\xce\xdd\xf5\x4f\xde\x8a\xa1\xd3\x9e\xee\xc3\xa7\x3b\xa0\x7b\x35\xce\x8e\x38\x67\x8c\xa2\x30\xaa\x9a\x3f\x3a\xb3\x8b\xd1\x2d\x4a\x11\x2b\x8b\xe9\x0f\xc8\x7e\xa0\x55\xac\xa2\xf6\x1a\x31\xae\xe2\xfb\x59\xe5\x10\x84\x71\xec\x77\xb2\x17\xe8\x4d\xa8\x1a\x15\xd2\x25\xea\xf6\xf0\x15\x35\x6b\x94\x59\xe8\x14\x39\x0f\xa5\xab\x5a\x1d\x8b\x8e\xf6\x7f\xf1\x2f\x0e\x26\x4e\xb3\x03\xf3\xd4\xe3\x62\xed\x67\xad\xa3\xd8\xd3\xae\x48\x80\x9d\x5a\xbc\xbf\xdf\xab\x6d\xf4\xff\xc9\x1c\x84\x32\x7f\xd8\xfe\x44\x00\x05\x6b\x81\xcf\x87\x3e\x6c\x7a\x62\x2c\xee\x8b\x97\xd3\x9d\x06\xb0\x33\x95\xb5\xbf\xd2\xb0\xe9\xcb\xf1\x44\xa9\xef\x12\xb1\x26\xfb\x72\x88\xa3\xee\x2f\xcc\x27\x0d\x2d\x09\x75\x4e\x09\x4e\x3b\x1d\x9d\xf1\xfd\xf6\xd1\x01\x4d\x3e\xfe\x1b\xbe\x20\x15\xb3\x67\x25\xb9\x09\x4b\x18\x47\x43\x85\xbb\xa7\xd3\xec\xd1\x16\xba\xdb\xfa\x73\xae\xe1\x50\xb5\x1a\xf3\xef\xcb\xf3\x0e\x90\xf9\x0f\xf4\x31\x65\xeb\x15\xea\x6b\x5e\x64\x2e\x68\x21\x48\x59\x63\x8d\x2a\xf9\xc6\x24\x9d\xca\xc0\x1a\x3e\xe1\xf0\xc8\x6d\x55\x24\x62\x31\xe6\x28\x99\x83\xe9\x7f\xa8\xb9\x15\x59\x1f\x25\xd7\x2d\xa9\x99\x87\xca\x09\xbd\xf6\xa0\x57\x73\x1e\x7d\x2e\xa8\xac\xe5\xac\x76\x00\x5a\x38\x48\x8f\xcc\xc1\xdc\xda\xab\xb3\x15\x53\xe8\x39\x54\xbd\x5d\xc7\x11\xf3\xc1\x83\x05\x60\xeb\x2d\xae\x92\x3f\xe6\xe1\x3c\x4f\xf2\x5e\x7e\x00\x89\x36\x3e\x31\x1a\x13\x00\x95\xa3\xbc\xef\x0f\x7e\x00\xd0\xb3\x14\x38\x71\x8c\xe1\x1f\x1c\xc4\x84\x38\xe2\x92\x07\x80\xc7\x88\xfc\x24\xe7\x71\x00\xff\x83\xaa\x3b\x45\x22\x61\xc0\xef\xa9\x76\x8f\x3c\x96\x38\xeb\xb3\xc5\xd4\xd5\x20\x8a\x50\xe7\x7e\xca\xbe\xd5\xb1\x0f\xaf\xee\xac\xe6\xd3\x15\x30\x8f\x1d\xb3\x5b\x8a\x5b\x8e\xa5\xc2\x94\x59\x74\x16\x57\xa4\xe6\xa2\xed\x8c\xc3\x9b\x8c\xb2\xef\xa3\x02\x75\x3f\x3c\xbd\x5e\x40\x81\x9c\xd0\x6c\xfd\xf0\xae\x48\x79\x83\xff\x20\x71\x41\x08\x29\xe5\x8e\x15\x89\xac\xd1\xe9\x65\x55\xe5\x55\x97\xb4\xc9\x8f\xe1\xea\x51\xab\x2f\xd3\xb6\xbe\x7c\xa6\xe9\xbd\x16\x94\xdc\xf9\x2f\x2f\x10\xaf\xb6\x15\x4a\x21\xbc\xa6\x35\x50\x87\x1e\x55\x1f\x5a\xd3\xb8\x43\x57\x09\xbd\x35\x84\x8a\x9c\x07\x73\xe3\x94\xde\x6e\x8c\xa1\xf7\x64\xe9\x73\xfd\x16\x4c\xbe\x57\x28\xc0\xb6\xed\x5c\x72\xbf\xe6\x81\x69\x27\x6f\x19\x55\x2a\x00\xcf\x3d\x1e\x99\x5f\xeb\x41\xe6\x34\x2f\x2d\xcd\x55\x00\x75\x56\xbe\x1d\x87\x3a\x00\x4c\xf9\x04\xcc\x4e\x18\xfc\x23\x1f\x85\x20\xd1\xc0\xe0\x00\xe0\xfb\x49\x4e\x9d\x33\x0d\x20\x38\x5b\x29\x48\x98\x1d\x9e\x87\xa4\x69\xaa\xc8\x8f\x13\x7f\x04\x7d\x35\x8a\x34\xdc\x47\x28\xf6\x55\xb1\x41\x3b\xbd\xc2\x75\xb8\x97\x7a\xb8\x84\x02\xd9\x17\x84\x5e\xb2\xe6\x2a\xb4\xce\xba\x8c\x8a\x36\xc1\x35\x55\x15\x34\x21\x35\xf4\x5d\x06\x18\x4a\x97\x11\x2d\x9a\x84\xcf\xb1\x65\x6d\x7f\xe7\xa1\x2c\x64\xab\xde\x5e\xce\xcf\x41\x8e\x9b\x69\x8a\xaf\x9c\xcc\x11\x7a\x43\xad\xa5\xbd\xaa\x91\x31\x32\x60\xa5\x3d\xb7\xc6\x9f\x1a\xf9\xa8\x51\x27\x0b\xc1\x94\xe8\xd3\x31\xae\x2b\x83\xf8\x1e\xc7\xd6\x72\x42\x2f\x07\x59\x7c\x75\xa2\x61\xbf\x81\x02\x6a\x47\xd4\xd1\x1a\x1e\x03\x69\xd4\xb7\x50\x11\x32\x07\x53\x56\x67\x10\x8c\xd9\xe9\xe7\x5a\x34\x60\xd8\x8a\x91\xf3\x59\x05\xa0\x74\xe3\xfc\xfd\x7e\x95\xc1\x9e\xd3\x84\x72\x07\x00\xef\x1d\xee\xa7\x7b\xbb\x00\xa4\x30\xdc\xe2\xfb\xf9\x36\x3d\x31\x1b\xb9\x18\x37\xf9\xd2\x4f\x9d\x07\xf0\x7a\x2c\x9a\x76\x69\x04\x20\xf0\x89\x0c\x25\x87\x0a\x40\x84\x95\xe2\x7e\xe1\x07\xd0\x1f\xd5\xad\xee\xa0\xf0\x89\x38\x17\x41\x63\x20\x66\xb8\x93\xe0\x19\x88\xb7\xce\x73\x3d\x8c\x0b\xf2\x68\xf7\xd8\x19\x21\x8a\x69\x73\x39\x76\xd5\x3c\x95\x03\x75\xdf\xf6\x49\xe1\xc9\x02\x3e\xa4\xa9\x99\xfb\xdd\xb5\xeb\x69\x08\x31\xfd\x85\x61\x93\xca\xfe\x35\x49\xad\xe4\xa9\xb9\xea\xef\x6b\x55\x1a\x97\xe6\x99\xab\x9e\x23\x30\x6a\x3a\x8b\x7b\x4a\xdb\xa6\xc2\x34\xad\x96\xb8\x8b\xe6\xc6\x54\xb5\x29\x97\x03\xf2\x88\xcf\x9e\xe9\x9e\x59\x91\xcb\x49\x7e\xcc\xa8\xe7\xbe\x9a\x9c\xf1\xbe\xa3\x4f\xdf\x71\x2d\x29\xe5\xfd\xdf\x5e\xa0\x1a\x7a\xa3\xe7\xc8\xf2\xe8\xc8\x0d\x0e\xa6\xd0\xc8\x1d\xcd\x1d\xfc\x94\xcc\xc1\xe4\x2a\x99\x0c\xa2\x97\xfc\x33\x01\xf6\x99\x73\xfc\xf6\x6f\x33\x29\x72\x05\x51\x09\x03\x08\x30\x73\x5d\xd9\x1b\x04\xa0\x18\xcc\xad\x4f\x73\x7b\xd3\x13\x63\x61\xce\xad\x7d\xf4\x14\x80\x6b\x2d\xff\xc1\x33\xa7\x00\xfc\x9e\x0b\x99\x5d\x28\x05\x08\xbf\x25\x31\xce\x96\x0e\x10\x3d\x2d\x27\x20\x98\x06\xcf\xe3\x84\x55\x83\x14\x74\x89\x53\xb1\x66\xba\xab\x86\x8d\x04\xe7\xf0\x35\x0b\x9c\x6b\x3a\xce\xce\xd7\xdc\xf5\x43\xe4\x69\x8c\x8a\x9b\x79\xc4\x70\xfa\x12\xca\xd6\x9e\x39\x5f\xbf\x88\x0a\xc1\x68\xf1\xb3\xc9\xe2\x06\xeb\x2a\x18\x74\xbd\xd8\x52\x83\x59\x99\xd4\x16\xf8\x71\xa8\x9e\x95\xec\x07\x9a\xdf\xae\xb9\x75\x41\xbd\xbc\x6b\xbc\x4e\x67\xff\xa2\xde\x75\xab\x97\x61\x7a\x86\x4b\xd1\xc5\x34\xfd\x82\xfa\x73\xcb\x3f\xf3\x22\xda\xcb\x8d\x4e\xac\xac\x5d\x43\xb5\x29\x19\xf6\xae\x09\xa4\xdd\xfe\xdb\x0b\x54\x61\x6a\x6a\x8b\xf4\x8c\xf9\x52\x7a\xc6\x54\x0e\x65\x10\x79\x80\xec\x05\xca\xcd\x32\x4b\x44\x33\x87\x44\x66\x7d\x30\xfb\x89\xbe\x15\x18\x01\x70\xda\x9a\x87\x7d\xeb\x5d\x00\x36\x41\x4e\xd5\x5d\xb9\x9b\x1c\x84\x8a\x28\xd7\x63\x9a\xb5\x4d\x4f\x8c\x2d\x2b\x57\xfb\xd1\xd7\x00\x1e\x1a\xbc\x39\xa7\x5d\x00\x82\x3b\x04\xd4\xcf\xcf\x00\x44\x67\x88\x64\x32\xe5\x00\x24\xee\x92\x31\x10\x64\x83\xcf\x29\x63\x4a\x31\x72\x78\x22\x32\x45\x4c\xeb\xbd\x41\x35\xc1\x2b\x76\xb7\x19\xab\xab\x11\x6e\x7f\xc8\x19\xe7\xa8\x68\x3a\xb4\x8d\x57\x4a\x48\x53\x8e\x1f\x92\xd5\xe9\x68\xee\xcb\x72\xf6\x8d\x7c\x18\x23\xa3\xa7\xcf\xf1\x77\x04\xfe\xf6\x03\x7d\xcb\xd4\x79\x32\x27\x5a\x13\xfd\x26\xdb\x80\x75\x7e\xb1\x2a\xe6\x89\x9a\x91\xee\x62\xc1\xf5\x77\x9d\xad\x26\xe7\x97\xc6\x8b\x70\xad\x63\xa6\xcc\xcb\xc8\x7c\x51\xb2\x17\xa8\x9a\xd3\x3c\x78\xcd\x31\xad\xbd\x4a\xd8\xec\x16\xc2\x30\xc9\xba\xb8\xc9\xa2\x14\x81\x88\xbf\x97\xff\xd9\xc2\x1c\xf9\xed\xea\xb7\xec\x7a\x8b\x8f\xa8\x88\x88\x82\x0c\x1f\xcb\x53\x68\xce\x90\xd2\x94\x0b\x56\x99\x68\xcb\xe0\x12\x80\x73\x81\x9c\x55\xdb\xd9\x37\x39\x08\x31\x06\x8e\xe0\xbd\x2f\x00\xd4\xd9\x38\x1b\x68\x66\x37\x39\x08\xb2\x27\xc6\x8f\x96\x53\xef\xc4\x0b\x80\x88\x55\xbe\xdb\xe7\xeb\x00\x12\xf8\x85\xaf\x31\x6f\x07\x48\xbf\x24\x29\xc4\xb7\x08\xab\x99\x5d\x0a\x17\x64\xb5\x89\x2b\x19\x69\x9a\x4e\x06\x28\x42\x55\x8a\x9e\x91\x90\xf3\x6e\x1c\x6d\x34\xad\xbd\xf7\xd5\x6e\x54\x87\x9f\x60\x80\x6b\xc1\xb9\xb5\x19\x37\x95\x2c\xfd\xea\xa5\x95\x8b\xb6\x6a\x4d\x3a\x4d\x5b\x96\x0e\x1b\x37\xbd\xb5\x6c\x4b\x59\xac\xd5\xdf\xf5\x9d\xee\xde\x91\xc5\xa3\x3a\x2f\x7f\x9e\x6a\x94\xf9\x10\x6c\x30\x36\xbb\xbf\xde\x66\x90\xd6\xe4\xf6\x5c\xe1\xad\xed\x3d\x0e\xa6\xd6\x0b\xed\x95\x7b\x5b\x03\xcc\x77\x2f\xdd\x2c\x39\x73\x87\xc3\x1c\xb5\xdc\x53\x60\x75\xf3\xb4\x65\xee\xca\x68\x4e\x58\x05\x9d\xe5\xd8\x2a\x2e\x63\xba\xe8\x83\xf5\xc5\xb5\xbe\xd4\x4c\x32\x07\x93\x6d\x64\x95\x88\x7c\x1a\xdd\x98\xde\x66\xdd\x8a\xe2\x8a\x4a\x4f\x76\xb4\x1e\x43\x11\xc3\xf6\x27\xa0\xad\x97\xd1\x8e\xc1\x71\x00\x17\x59\x38\xe7\x77\x24\x01\xb0\x13\xd9\x93\x77\xcd\x02\x88\x1f\x66\x49\xde\x73\x08\x40\xcb\x82\x43\x9e\xa6\x79\xd3\x13\x43\xe6\x20\x02\x0d\x38\x6d\x4f\x36\x00\xc4\x52\xf3\x9e\x3c\xaf\x09\x90\x5a\x2a\x30\xc5\x78\x09\x20\xdb\x4d\xb4\x82\x9b\x1f\x26\xf3\x10\xf2\x34\x72\x18\x38\x9f\xbf\xa4\x2a\xad\xdb\x45\x08\xbe\x66\x65\xc0\xee\x32\x87\x7d\x99\xf8\xc6\x56\x38\x96\x03\x75\x38\x50\xd6\xaf\xa6\xb8\x6a\x35\xc8\xeb\x73\x6a\x4d\x7d\xcf\x52\x98\x03\x75\x23\x65\x9b\xc7\x7c\xab\x29\xee\x9d\x65\x97\x14\xd9\x0f\x34\x79\xcb\xb0\x78\xfa\x41\x8b\xe0\xf3\x09\x33\xaa\x9f\xb5\x8d\x59\x8f\xb6\x9a\x4f\xce\xe9\xd6\xf2\xdd\x3b\x6b\x45\x31\xff\xa8\x3a\xa5\x41\xcc\x7a\x7a\xd1\xa6\x7c\xfc\x66\x9a\x75\xc8\xb2\x73\x11\xe5\x75\x1a\xdb\x84\x15\xbf\x3c\x9b\xa2\x46\xdb\xd4\x55\x8b\x6b\x4f\xf2\xa6\x6d\xa9\xd6\x6a\xd3\xf8\xb2\x70\x76\xc7\x11\xca\xc9\x1e\x69\x6f\x6d\xbb\x91\x6e\xb1\x6f\x12\x9a\xec\x5f\x23\x9f\xc5\x6c\x89\x3f\x68\x77\x07\x75\x23\x42\xfc\xaa\x86\x7d\x17\x9a\x21\x54\x13\xe0\xa2\x36\x67\xdb\x8e\x6b\x00\x9c\x37\xd9\x24\x76\xd5\x02\xc8\xa1\xd9\xbe\x50\x97\x02\xe8\xe9\xb0\x4d\xd1\x14\x03\xd8\x74\xb2\x4e\x1e\x1c\xfb\x47\x3e\xca\x55\x76\x8b\x13\x95\x00\x89\x47\x38\x2d\xce\x2e\x02\x64\x4d\xf1\x55\x33\x34\x01\x14\x4e\x89\x44\x71\xe3\x01\x4a\x9f\x49\x6f\x97\x32\x07\x81\x32\x55\x25\x53\x1d\x3a\x82\x79\xd1\x49\xdd\x7e\xb7\x43\xd8\x82\x2c\x41\xab\xb3\x71\xbd\xc8\xd5\xab\x08\x4f\xb3\x12\xd7\x15\x39\xdf\xba\xe4\xb7\x4d\x4c\x0b\x55\x8e\x9f\x9b\xfc\x3b\x5e\x91\xfd\x40\x33\x12\x26\x36\x5f\x52\x7b\x78\x5f\x57\x58\x84\x7c\xbb\xff\x40\xb5\xaf\xcc\x4a\xfc\xc7\xab\xe6\x43\x6d\x6c\xb6\xfd\x33\xc3\xb7\x47\xee\x28\xda\x89\xcc\x8d\xde\xca\xaf\xfc\xe4\x60\xba\xb8\xa5\x32\xa1\x58\xd9\xf1\xcb\x92\xe1\x75\xbd\x42\x67\x87\xce\xe5\xe6\xc2\xe8\x6b\x62\x4e\x74\x2b\xb3\xb9\x94\xa9\x48\x27\xe7\x35\xee\x8c\x96\xe4\x1a\xc7\x9b\x08\xde\x94\xb3\x89\xfb\x1c\xf1\x88\x86\xc4\x71\x32\x07\x13\x61\xec\xcc\x87\xd2\x89\x92\x0f\x3f\xec\x24\x80\xde\x1a\xa6\x0e\xc0\x30\xc1\xf1\x90\xf2\x0c\x00\xbf\x01\xfb\x85\xdd\x18\x00\x79\x29\x56\x02\x35\x27\x80\x41\x33\x53\xf3\x3e\x3d\x00\x3b\x1d\x66\x87\x03\x72\x00\xbe\xcf\x99\x3b\x0e\xc7\x00\x44\x59\xb0\x7d\x39\x29\x01\x90\x71\x98\xfd\xc7\xd9\xc9\x4d\x4f\x4c\xf9\x3b\x81\x40\xf6\x0c\x80\x1b\x9d\x12\x45\x12\x13\xa0\x56\xbb\x47\x7e\x97\x96\x05\xa1\xe7\xa6\x91\xc6\x21\x47\x61\xec\x64\xb1\xb5\xa9\x60\x8c\x1b\xf2\x60\x8a\xac\x9b\x57\x79\xf7\x92\x46\xc8\xae\xd8\xd3\xf7\x52\x67\x7d\xdd\x1b\x1a\x04\x1e\xff\x20\xfb\x81\x3e\xf2\x5a\xcd\x7e\x2a\xec\x3b\xdc\xcf\x65\x87\xf8\x3a\xd5\xe5\x76\xcf\xc0\x31\xe9\xfb\xf7\x7b\x0b\xb5\x48\xe7\xd6\x9f\x0f\x9b\xbe\x55\x1e\x74\xe9\x9a\x1d\xad\x7f\x57\xfc\xce\x25\x7f\x81\xa3\x5a\x2f\x3b\xd8\xf5\xcb\xd2\xb1\xb2\xc8\xcc\x7a\xd7\xcc\x65\xae\xe2\xdb\x29\x06\x6e\x9c\x2b\x9e\xf9\xe7\x12\x18\x5d\x5f\xac\x4e\x66\xc9\x93\x39\x98\x28\x03\x37\x36\x44\x78\x12\x32\x74\xda\x6d\x11\x29\x12\xaf\x18\xc2\xe4\x26\x89\x5c\x8d\x0e\x0b\xbc\xe5\xaa\x86\xfa\x1a\x7e\x06\x80\xe9\x3a\x6b\x2a\x65\xf3\x3f\x38\x88\x8b\xcc\xe7\xf7\x5e\xde\xe4\x20\x1c\x72\x19\x76\xed\x73\x04\x08\x2a\xbf\x9c\x4a\xf3\x12\x20\x31\xf4\x0a\xdf\xe1\x39\x80\x9c\x20\xe6\x07\x27\x91\x00\x65\xa3\x1c\xdb\xce\xa3\x00\x6a\x2d\x78\xcf\xb0\xb8\x01\x34\xee\x10\x55\x12\x33\x05\xff\xbb\xcc\xd2\x3f\xd4\xe5\x08\xcd\x77\x43\x55\x10\x8e\x1e\xd8\x91\x3a\x27\xfd\xde\x18\x65\xc4\xa7\x12\x57\x3b\x5c\x85\xdb\x02\xcf\x55\xa5\xf0\xce\xae\x94\xef\x5c\x7e\x98\x3a\xa9\x17\x0e\x9f\x91\x4e\xac\x6f\xf9\x5e\x7f\x7c\xbc\xe0\x36\xfd\x91\x77\xf0\x67\x63\x89\x77\xdc\x67\xe6\xbe\xa4\x1b\x05\x5e\x4b\xdf\xa2\x3a\x8c\x8a\x29\xbd\xdb\x7f\x0c\xb6\x94\xe4\xf0\x7a\x7f\x9f\x35\xbd\x1d\x91\xce\xe4\x23\x38\xef\x78\x6b\x57\xea\x1e\x6f\xba\x05\x4c\x95\xf1\x86\x17\xe8\xbd\x77\xe1\xca\x91\x82\xee\x7f\x71\x30\x92\xde\xf4\x08\xc7\xe4\x08\x7f\x41\x2f\x13\xa4\x4a\xfc\x6e\xbf\xcb\x9e\xaf\x90\xc3\x31\x26\xbe\x44\x0f\x01\x54\x64\xa4\x0d\x00\xf3\x3b\x56\x29\xaa\x13\x00\x22\x44\x26\xc6\x5d\xd5\x00\x1a\x1f\x18\xf5\xf7\x0a\x02\x58\x28\x30\x1c\xa3\xe6\x00\xf0\x70\xbe\x60\xbd\x77\x3b\x40\x14\xc7\x85\x85\x7d\xd5\x9b\x7e\x94\x52\xfd\x2b\x5b\x8e\x11\x00\x6a\xe3\x99\xac\x4f\xcf\x6c\x7a\x62\xda\x99\x85\x8e\x0a\x5f\x81\x96\x87\x45\xe2\x0e\x4a\x3a\x84\x6f\x3d\x0c\x0a\x6d\x76\x29\xd8\xc9\x8e\x2c\x2d\xb7\x68\x51\x04\x7d\xa3\x8e\x85\xeb\x0d\xe6\x59\x54\x21\xda\x8f\xb7\x17\x26\x1e\x45\x1d\xac\x76\xfd\xe0\xd2\x13\x11\xec\xf3\xa2\x76\x4c\xa1\xf6\x7e\x58\xed\x28\xd5\xcb\x2f\x45\x27\xc3\x11\x13\x7a\x4f\xdf\x66\x38\x85\xbf\xfa\x1a\xf4\xb0\x2a\x49\x33\x2c\x79\x5a\xed\xbe\x54\x5c\x4f\x48\xd3\x8c\x66\x93\xe7\x55\xea\x90\xe8\x39\xcb\x7a\xa6\x88\xec\x60\x9f\x05\xb1\xea\xd1\x0d\x2f\x50\x43\x00\xc5\x72\x77\xd1\xf1\xe0\x63\x7e\xdd\xab\x14\xb9\x82\x01\xf7\xfd\x43\xd7\x76\x66\xce\xf9\x3f\xf4\xdb\xb5\xf6\x35\x8d\xd2\xef\x84\x8f\x28\xf2\x68\x02\xbd\xaf\x8e\x37\x1f\xf2\x46\x2c\xab\x97\xa3\x4f\x14\x2a\x39\xf2\x32\x00\xfb\x4f\xa6\x18\x4a\x02\x80\x54\x3d\xc3\xe0\x2e\x13\x00\x1d\xa6\x8b\x65\xbb\x5c\x36\x73\x10\x02\x2e\x9f\x5b\xd8\x3d\x0f\x10\xb3\xb4\xee\x05\xc9\x33\x5d\xf7\x20\xdc\x72\xd9\xb2\xe7\xf7\xbd\xd7\xdc\x8b\x87\x0f\x8b\x6c\xfa\x51\x06\x9e\x71\x85\xb2\x25\xc2\xc2\x2b\x5b\x61\x7f\x59\x1c\x51\xf5\x6d\x9d\xb4\x81\xc5\x35\x9c\xc4\xdb\x1e\x65\xa3\x88\x1d\x08\xd9\xa1\x4f\xfa\x5b\x2a\xc3\x66\xae\x3c\x74\x73\x10\x7f\xa2\xd6\x91\x59\x19\x7b\x4d\xee\xb3\x54\xa1\x51\xe1\xc8\x40\xd1\x04\x2a\xbd\x21\x67\xe4\x9d\xed\x6b\x7c\x82\x6c\x56\xef\xc4\xe9\x01\xc1\x98\xc1\x94\x3d\x5f\x1f\x3e\xbc\x12\x31\x9e\x72\x6d\xda\xf6\x3e\x45\xa8\x77\x52\xca\x4c\x63\xa3\x5b\x48\x4d\xac\xe8\xfc\xd9\x5a\x9a\x40\x9f\x18\xbb\xc5\xf0\x8a\x51\x7f\xe5\xab\x1f\x97\x55\x8a\x1b\xfc\x18\xa2\x12\x56\xf4\xf3\x9f\xfa\x74\x45\xd6\xae\x1a\x67\xdf\xf5\x1a\x0e\x27\xac\x0d\xa6\x39\x7b\xe5\x84\xf1\x20\xb4\x93\x7f\x92\x73\x50\xdc\x58\x42\xa9\x50\x51\x91\xd6\xae\x34\xc1\xa5\x68\x9e\x50\x7e\x00\x0e\xc3\xcb\x0a\x3b\x23\x00\x14\x13\xe8\xe5\x77\xed\x04\x30\xf2\xbc\x40\xb3\x4b\x00\xc0\x41\x6d\x97\x0a\xc5\x3f\x3c\x08\x7f\xe7\x20\x90\xbd\x20\x8f\xfb\x28\xac\x7f\x73\x00\xcf\xe8\x74\x0f\x44\x00\x8c\xd5\xb1\x29\x31\x94\x00\x4c\x39\xf2\xd9\x08\xc7\xc3\x96\xc5\x78\x31\x0a\xbd\x3a\x5c\xc7\xca\x8c\xac\x4d\x50\x2c\xa2\x7e\x71\x4d\x55\xea\xfa\xc3\x57\x88\xa9\x65\x4b\xb6\x6e\xf7\xeb\x42\xef\x4c\x63\x45\xde\x7d\x08\x47\xbe\x78\x3f\x3c\xf0\x21\x2f\xf8\x76\x37\xe3\x68\xcc\x8b\xf1\x80\xcc\xa6\xad\x9f\xed\xfa\xd8\x7d\xdf\xd5\xbc\xf9\xd6\xd9\xfe\xde\x67\xa5\xdc\xe2\xe7\x81\xe6\x6f\xde\x49\x85\xdf\xe6\xe4\xeb\x70\x5e\x5c\xb9\xb0\xe0\x7b\xa3\xdf\x03\x97\xad\xbd\x44\x53\xd6\xe0\xde\x99\x19\xb2\x5c\x51\xc4\x48\xe6\x3f\xdc\x06\x92\x98\xd7\x8e\x66\x7a\xb8\x08\x24\xbd\x46\x88\xa6\x9c\x72\x1e\x4e\x88\x45\xac\x25\xdc\x70\x12\x8e\x97\x46\xce\x46\xa7\x39\x9e\x8a\x75\x47\x75\x86\x7f\xb7\x7f\x17\xd3\x87\x36\x0a\x61\x06\xe0\x77\xa2\x7f\x43\x79\x0e\x40\x65\xf6\xfc\x25\x4a\x39\x00\xcb\x38\x5a\x41\x4a\x9f\xcd\xbe\x2f\xd9\x83\xb0\x91\x8b\x62\xbc\x5e\x1f\x6a\x93\xfa\x5e\x6e\xeb\xf5\x8b\x0d\xa9\xff\xa5\x7a\xe1\xe6\x21\x11\x00\x62\x3e\xa7\x2d\x2b\x25\x9c\xc6\x3f\x14\x15\xd0\x2d\x59\x78\x82\x1e\x95\x4d\xf6\x8b\x1b\xa1\x5b\xbd\xa4\xd9\x9d\x53\xd6\x7a\x78\x2e\xc5\x46\xad\x01\x97\xfa\xf3\x6b\x62\xa4\x7c\xef\xb7\x00\xe1\x4f\x63\x6d\x13\x03\x6c\x4e\x27\x3f\x9f\x1a\x9f\x7a\xd2\xeb\x78\xf4\xf5\x91\xaf\x62\xdd\xc6\x8e\x85\xbd\x82\xd3\x69\x6d\x62\x8e\xf5\xf7\xb0\x33\x8d\x77\x84\x1c\x4f\x34\xd6\xce\x6b\xd6\x98\x38\xd2\xd4\xcc\x2d\xc6\x95\xbf\x74\xdc\x5f\x19\xb8\x04\xc5\x68\x07\x8d\x52\xec\x4a\x41\x1e\x95\xfd\x8b\xa2\x47\xab\x75\x59\xf7\xed\xf9\xf3\x5f\xaf\xd5\xa6\x59\xdb\x5b\x5d\x9b\x44\xdc\x48\xfc\x60\xeb\x96\x65\x86\xfc\x1c\x1d\x61\x2b\x93\xa1\x8b\xd2\x8e\xa2\xb2\xd6\x4c\x7f\x89\x16\x08\x69\xb6\x56\x4c\x9a\xc1\xec\xf4\x6f\x00\x10\xaf\xa1\xb5\xda\xfe\x64\xb3\xff\x6f\xf3\x6a\xeb\x12\xc5\x3f\xf2\x30\x32\x48\xf7\x5b\xc9\xf7\xdf\xc9\x39\x08\x64\x3f\x0e\x39\x0f\x03\xf1\x71\x3d\x17\x04\xe0\xac\xf5\xae\x34\x62\x12\x74\x72\x2e\xb0\xdd\x98\xf3\x24\x08\x89\x4c\x6b\x0a\x8d\xee\xc4\xb2\xc9\xf3\xba\xdd\xe9\x76\x43\x9a\xea\x9c\x8e\x9f\x29\xef\x5b\x7e\x62\x3b\x54\x82\x8b\x4e\x9d\x4b\x0c\x9e\xbc\xe3\xe8\x55\xfd\x33\xa9\x46\xb7\x4d\xd4\xe6\xfe\x74\xfa\x3b\xd3\x07\xc2\x66\x9e\x3f\x86\xa6\x0f\xb5\xf6\x9a\x1a\x7e\x3a\x33\xf3\xa2\x41\xc6\x7c\xdf\xf3\xe0\x79\xeb\xea\x09\x8b\xe4\x5e\x8f\xc5\xed\x15\x56\x16\xbb\xdb\x3d\x97\xf5\x0b\x9b\x2c\x15\x9b\xfb\x57\xa8\xf3\x75\x37\xfc\x27\xb7\x6e\xf9\xac\x35\xa6\xe6\x5b\x58\x57\x4d\x21\x1e\x26\xd4\x99\x1b\x96\xb7\x21\x3f\x46\x53\x98\x0b\x97\x8a\xa1\xa2\x22\x3c\xcc\xfa\x8b\x77\xa1\x0f\x85\xb2\x9a\xb3\xe4\x09\xa0\x6b\x02\x2b\xcc\xa8\x73\xb7\x60\xa4\x7d\xab\x01\xe4\x86\x69\x8f\xef\x60\x01\xd0\xfb\xb8\x9d\xf3\xd7\x38\xc8\x7d\x5f\x72\x2e\x0a\xf9\xde\x73\x33\x37\xc5\x1f\x39\x08\xe4\xbe\xd7\xea\xf8\x3f\xdf\xfb\x63\x8d\x01\xce\x5d\xa7\x4e\xff\x81\x85\x46\xce\xed\xac\x0b\x23\x75\x84\x9f\x22\xb1\x4a\xe7\x1e\x1f\xc4\xf5\xc8\x47\x59\x7d\xae\xc7\x63\xa8\x74\xc6\x82\x8e\x66\x03\x22\xd8\x36\x3c\xad\x36\x64\x69\xf9\x7b\xa0\x49\x69\xa8\xdb\xf5\xa5\xe0\xa2\xc3\x95\x07\x6c\x2e\x2c\x7c\xe9\xa4\xba\xc9\x62\xc8\x3f\xdf\x3c\x9d\x51\xd3\xa7\x5b\xb0\x58\xb1\xa0\x5e\x21\xa1\x5b\x37\xfd\x71\xf1\x4b\x49\x84\x3e\xc7\xfb\x1b\xcb\xca\x05\xac\x06\x9e\xcf\xcc\x56\x5e\x5e\x5b\x32\xc8\xe8\xe7\x5e\x3b\x93\xd6\x6b\xf0\xb8\xeb\x0d\x42\x27\xd1\x87\x9c\x7b\x61\xe4\x75\x57\x0f\x69\x1b\x73\xc3\x30\xf3\xb6\x0b\x2a\x20\x7c\xdc\x88\xe6\x16\x27\x9a\x3a\xa4\xce\xb0\xfb\xe6\x7e\x74\x58\x20\xd6\x30\xba\xb2\x02\x73\xd0\xcf\xd2\x70\xa4\x8c\x1b\xe3\xe0\xc3\x03\xa0\x24\x4f\xc9\xf3\x6b\x1c\x96\x3a\x14\x77\xff\xb9\x0e\xfe\xe6\x40\xc8\x1e\x84\xff\xe6\x40\xc8\xef\xfd\x27\x3b\x01\xa8\x52\x29\x28\x46\xb3\xe0\x01\xc7\x53\x96\xe2\x3e\x65\xa2\x9b\x88\xa7\xf4\xdb\x66\x37\xfc\x3d\x05\x41\x23\xc7\x32\x2a\xec\x43\x5d\x4a\xb7\xa3\xc9\x87\xd1\x61\xd6\x2d\xe1\x92\x7e\xa3\x08\xac\xef\x58\xca\xb8\xd3\x0e\x04\xd3\xb5\x0b\x19\x61\x56\xea\xab\x9f\xeb\x6d\x72\x7c\x0d\xee\xaf\x9e\x78\x21\x97\x47\xbd\xe1\xff\x20\x79\x3f\xd4\x1f\x2e\xf5\xaf\x26\xa5\xe5\x6b\xb6\x7d\xb9\xb4\x66\x96\x3c\xb3\xe1\xfd\xb0\x78\x7e\x02\x59\x16\xd5\xaa\xf5\xf4\xe9\x2e\x94\x44\x78\x81\xce\x96\x1e\x43\x54\x52\x98\x9e\xb6\x5a\xe7\x4e\xb4\x4f\x00\x51\x27\xb8\x4d\x0a\x5d\xeb\x8f\x26\xe7\x5e\x68\x8b\xde\xb1\xc3\x10\xdc\xe9\xb5\x8b\xeb\xcf\x61\xf9\x5c\xcb\x00\x7e\x3f\xe6\xbf\xd6\x81\xc5\x7a\x4d\x22\xe5\xfd\x57\x5c\xa6\xf8\x4f\x0e\xe4\xbf\x73\x10\x26\x49\x7d\xad\x77\x53\x00\xb4\x05\xfb\xa0\xef\x39\x2c\xb1\x6b\x30\x64\xb7\x66\x12\x07\x44\x3e\x89\xd3\xde\xb8\x48\x48\x55\x48\xd3\x6c\xbd\xd6\x88\x9b\xd7\x7d\x64\xe3\x18\x35\x89\x35\xb7\x7a\xe5\x65\xe8\x31\x81\x1e\xf3\x4e\x0b\xb5\xb3\xdf\x82\x16\x48\xaa\x8f\x14\xb7\x50\x44\x49\x96\x55\xc7\x4a\x19\x52\x22\x3b\xee\xe3\xe2\xd0\x5a\x12\xc8\x7d\xa3\x3f\x13\xde\xaa\x26\x20\xda\xd7\x7a\x12\x5a\x55\xc2\x91\x7e\x88\xb8\x98\xf7\xca\x7b\x90\x4a\xc8\xdb\xe1\xed\x2a\xd4\x73\xde\xc8\x95\xb0\x35\x95\xba\xcf\xa7\x50\x63\x41\xa1\xaa\xd7\x46\x0d\xd0\x4c\x81\xbb\x55\x27\x5f\x9a\xa2\x1f\xf9\x36\xaa\x16\x0c\x4c\x60\x52\x3c\x1a\x54\xbf\xf4\xbd\xc7\xbc\x75\x5b\x56\xad\xe8\xfe\x8c\x0d\x76\xd2\x56\x9b\x6e\xbf\x85\x75\x74\x66\x52\x5d\xbc\x2f\x89\x45\xdb\x3d\x03\xb0\x24\x79\x7f\xc8\xe7\xc2\xdf\x1c\xc8\x10\x89\x0f\xfb\x33\xff\x1d\x47\xba\xe7\x3d\x45\xea\x67\xbe\x7e\xb5\x5e\x7b\xb6\x01\x50\x44\x51\x50\xb4\x09\x01\xb0\xb9\x5f\xec\xa8\x59\x00\x2e\x11\x1e\x81\xf2\x82\x5c\xa2\xb9\x3c\xaf\xbc\x46\x22\x0b\xe1\xa2\x4e\xaa\x01\x63\x50\x04\x6e\xde\x92\xc5\x96\xc7\xa5\x06\xfb\xd4\x3d\xd5\x5d\xda\xa6\x01\x2b\x7b\x75\xc8\xdb\xc8\x34\x0d\xbb\x2d\xe7\x99\xcf\x57\x83\xb3\x18\xd9\xda\x92\x40\x51\xad\x1d\xe8\x4f\xbd\xd7\x83\xf2\x54\xf0\x68\xe7\x4f\x75\xc1\xcf\x15\x73\xd0\xd6\xa8\xcc\xa0\x38\x85\x1c\xcc\x56\xb4\xa0\x5f\xc4\x06\xff\x90\x84\x60\xc4\x5c\xf0\x78\x2a\xff\xea\x67\x37\xe6\xae\x6b\xac\x22\xed\xe7\x01\xcc\x6d\x37\x01\x85\x82\xb1\x50\xac\xb7\xc3\x77\xc5\x77\xaf\x76\x63\xc3\x1d\x77\x2b\x26\x0d\x4f\x61\xe7\x6c\xbf\x28\x74\x0f\xec\xc6\x05\x58\xda\x2a\x5a\xf5\xf2\xe3\x6a\x2c\x0e\xfe\x9b\x03\x21\xfb\x40\xc8\x39\x10\xe4\x7d\x00\xef\xfe\xab\x92\xfb\x3e\xd3\x1e\xeb\xf5\xed\x31\xd2\xfd\x5f\x52\x1e\xc6\xbd\x32\x00\x5a\xc2\x7e\xd1\xda\x35\x00\xf6\x67\x17\xef\x96\x1c\x84\x5c\xa1\x58\x0e\x4c\xfa\x37\xe2\x33\xb9\x39\x89\x45\xb2\x07\xc3\xfb\x0b\x7e\xca\xfc\x99\xb1\xb1\x83\x2e\x9e\xcd\x25\xc1\xaa\xc7\x2a\x07\x17\x13\x76\xd5\x91\xd6\xe4\x15\xce\x2c\xc5\xcc\x89\x5f\x6f\x1c\x77\xa5\x54\xda\xd9\x55\xb3\x0f\x7b\xbd\x39\xcb\xad\x55\x75\x27\xd6\x76\x60\xc0\x5d\x44\xe1\x03\xd6\xf7\xb3\xbe\xab\xad\xdc\x2e\x6c\x38\xba\xcc\xf9\xa5\xac\x3c\x76\x14\xcb\xe2\xb8\x97\xcc\x3d\x48\x23\x70\x21\xd8\x8f\xd6\x2d\x32\x97\x57\x92\x70\xd4\x56\xd7\xa4\x93\x7e\x32\xe3\xaa\x4d\xdf\x4b\xcf\x4d\x4a\xe3\x06\x4d\x30\x32\xba\x1f\x2b\x70\xdf\x4d\x34\x64\x8f\xbd\x4d\xc5\x11\x8d\x3f\xc9\x4a\x3c\x0f\xc1\x8b\x1b\x3e\xda\xe4\x03\x4b\x86\x29\xfe\x33\x07\x02\xc9\x4e\xf1\x1f\x39\x10\xe4\xfe\x6f\x5f\xf5\x7a\x6d\x26\xe5\x63\x54\x6c\x25\xdd\x03\xcf\x03\x60\x0f\xa5\x7b\x7c\xcd\x07\x3a\x84\xa6\x58\x17\xe2\x0a\x40\x47\x26\x8e\x3f\x33\xf0\x1d\x31\x42\x4b\x42\xce\xcb\x35\x91\xf0\xdd\x24\x4f\xfd\x00\x39\xff\xc1\x6c\x18\xff\x24\x48\xd6\xe4\xad\x61\x07\x7e\x38\xe6\x87\x49\xa2\x2e\x2b\xde\x39\xc7\xd7\x82\x46\xa3\x01\xcf\x75\xa3\xc5\x32\x55\x65\x0c\xbf\xab\xd5\xc2\x4a\x71\xc3\x7b\x11\x81\xeb\x9c\x94\xb7\x8a\x95\x9e\xc7\x15\x23\xa3\xac\x1e\x6e\xe4\x3e\x90\x7d\x17\xb3\xf8\x3e\xbc\xa0\xfe\x90\xf8\x32\xee\x28\xbe\x44\x67\xb7\x78\xf4\xca\x15\xfc\x84\xe6\x90\x78\xc8\xac\x3e\x9e\xa8\xd1\x2c\xae\x31\x95\x4a\x60\x53\xfb\x22\x36\x3b\xe1\x4e\x70\x51\xd1\xd9\xcc\x0b\x23\x3f\x07\xcf\x33\xfe\xab\xff\x3d\xd7\xfa\xdf\xfd\xdf\x36\x52\x7f\xbb\xfa\x0c\x69\xfc\xa4\x1c\x88\x6c\x5e\x00\x46\xe4\xf1\xa4\xc4\x02\x00\xfe\x95\xcb\x57\xc2\x4f\x42\xb4\xcc\x0c\x77\xaf\xb7\x1b\x71\x4e\xe3\x87\x78\x92\xc3\x3d\xa2\xb9\xf1\x51\x05\x8e\x0d\xfe\x81\x8f\xf0\xc8\x0b\xa9\xc9\xa7\xff\x95\x90\x1c\x21\xa3\x8d\xd6\x3e\x43\xb8\x9a\x72\x52\x87\x43\xdd\x88\x20\x51\x74\x52\x6f\x50\xb9\x8c\xb0\xbf\xb6\xd4\x40\x92\x9c\xfb\x20\x5b\x89\x7f\x36\x78\xd5\x50\x47\xea\x05\x7e\x78\x62\xc4\xc0\x41\x62\x10\xbf\xb2\x7c\x4f\x8f\x57\xe2\x10\xe1\x08\x3e\x55\xa7\xe4\x7f\xf9\x2e\x84\xfa\xf1\xae\x44\x3e\x29\x27\x61\xbd\xb5\x1f\xc4\x3d\x32\xee\x42\x2d\xf3\x68\x22\x8f\x94\xc5\xe6\xef\x05\x8f\xcd\x48\xfb\x00\xf6\x9f\xe3\x5f\x9a\xfd\x6f\x0e\x88\x9c\x03\x41\xee\xff\x16\x74\x90\x38\x80\x61\x80\x73\xb1\xd4\x9e\xe1\x0a\x00\x54\x40\x41\x11\x35\x0a\x20\x98\x46\x5f\xe4\x17\x0b\x9f\x25\x43\x99\xbe\x3b\x8f\x43\x86\xb2\x2c\x97\x87\xf5\x56\xd8\xa5\xf7\x5e\x74\x9b\xe9\x49\x62\x8e\xd5\x15\x99\x4e\x43\x1e\xa2\xad\x5b\xaa\x82\xb8\x8e\x37\xd1\x34\xc8\x47\x61\x4d\x93\x9e\xa8\x1a\x4d\xa7\xf8\x54\xb5\x9f\xc8\x94\xee\xa2\x1c\xad\x6c\x4e\xe8\x2b\xed\xd0\x10\x90\xbf\x41\xf8\x76\x2b\x51\x8d\x5e\xf6\x2c\xa1\xeb\x5e\x84\xba\xb1\xd4\x1d\x42\xf2\xe0\x09\x8d\xaf\xe4\xdc\x07\xb1\x32\x42\xdd\x5c\xb5\x9a\xf0\x6f\xee\x41\x69\xd3\x77\xf1\xbf\xb8\x07\xbe\xd7\xc4\xb7\x70\x82\x2f\x60\xf3\x39\xf8\xb8\xfd\xbf\xce\xc1\x7f\x71\x40\x7f\xe5\x40\x94\x90\xfa\xde\xa9\xed\xeb\x95\xec\x81\x88\xbc\x02\x70\x79\xfb\x01\xc9\xc0\xf7\x00\x3c\xcc\x67\x62\x3c\x9e\x01\x52\xd2\xe6\x8a\xac\x5d\x09\x74\x2a\x5d\x61\x3b\x63\x86\x02\x6d\x9d\x1b\xfc\x47\xc8\xfc\x83\x9e\x31\x71\xda\xb1\x4e\x1c\xa7\x15\x4f\x7c\xe1\x7b\x54\xf2\xa3\x9a\x0b\x71\x26\x64\x56\x82\x45\xf9\x0d\xb1\x2b\xfe\xa6\xd4\x8c\xe2\x09\xe2\xcd\x2c\x41\x19\x1a\x79\x29\xa2\xed\xf5\x63\xf2\x59\xb2\xfb\x88\x02\xf5\x14\x8a\x89\x52\x93\xc4\xb3\xf7\x23\x95\x6c\xc5\x6d\x89\x3a\x7d\xab\x72\x6f\xc8\xb9\x0f\x22\xf3\x44\xae\x29\x0d\xf9\xe7\xc2\x56\x44\xcf\x65\x94\x4c\xfc\xff\xe2\x1e\x78\x33\xa0\x06\x74\xb9\x56\x37\x7d\x28\xeb\xfb\x00\x6e\x37\xe9\x1c\x24\xf5\xb9\x5f\x5e\xfa\x93\x03\x6a\xe0\x25\x71\x40\xa4\xf3\x81\x9c\x03\x11\xe3\xb6\x5e\xfd\x49\x9e\x10\xbf\x2f\x00\x17\x0e\xef\x8d\x74\x6f\x05\x60\x5b\x3b\x82\x73\x10\x02\x10\x7b\x7f\x7e\xd1\xf2\x21\x60\xe4\x3c\x18\x74\x8d\xe4\xa1\x56\x23\x8f\x7d\x2b\x99\x7f\xd0\xec\x03\x7b\x9b\x0e\xbe\xc3\x6a\x5f\xc1\xc2\xe5\x3d\xff\x0e\x95\x8b\xa0\xe6\x97\x29\xd0\xa6\x34\x0a\xf4\xe1\xd7\x85\xbf\x2b\x34\xc2\xee\x84\x60\xd1\x71\xb9\xfd\xc4\xd9\xec\x62\xf1\x4a\x19\x51\xe2\xdb\x92\x57\x12\xef\x24\x4f\x13\xdf\xd6\xea\x49\xa8\x89\x8f\x11\x6f\xb7\x3a\x48\x31\x88\x64\x13\xdf\x3f\xf2\x11\x3f\x20\xbc\x95\x38\x3d\xd4\x2e\x8a\x17\xf4\x20\x22\xde\xcb\x8a\x2c\x0b\x5e\x21\xfe\xf8\x19\x20\xfa\x8e\xbf\x12\x38\xd7\x5a\x05\x3b\xc8\xdc\x03\x6f\x17\x94\x83\x2a\xb7\xf3\xdf\xfb\xc0\xf4\xe0\x7f\x73\x40\x77\xde\x93\xf6\x41\xd2\x7a\x20\xe7\x40\x90\x39\x98\x10\x12\x17\xe1\x46\xca\x89\x30\xef\x03\xd8\x62\x46\x41\x61\x17\x02\xc0\x12\x78\x70\x8f\x4d\x2a\x80\x88\x01\xed\x31\xd3\x73\x00\xb2\x52\x97\x28\xf4\x42\x60\x50\xdd\x9f\x39\x51\xf3\x1d\x3c\xd4\xd1\x66\x71\x57\x17\x82\x7a\xb3\x19\x76\x1b\x55\x45\xa8\xb5\x71\xe2\x38\xa0\xe4\x04\x15\xae\xb9\x9c\xea\x8a\x34\x10\xe1\x6f\xc3\x53\x26\x17\x0b\x3e\x11\x2f\x78\xbb\x65\x94\xc1\x22\x71\x9e\x5f\x44\x12\x09\xba\xd7\xaa\xf8\xbf\x4a\x50\x81\x58\x69\xbf\xa0\x96\xe8\x7b\x90\xad\x7e\x27\x10\x29\x72\x07\xe8\xef\xe6\x08\x05\x0b\x25\x03\x6f\xe7\x36\xc1\xfd\x02\x00\x22\xfd\x5f\x05\xb4\x04\xb2\xe0\xf2\x6b\x1a\xc1\x7a\xfe\x41\x60\xf8\x7c\x47\xb0\x96\x6f\x2f\xd8\xce\x68\xf0\x8e\xf0\xae\x40\x28\xf2\x1d\x2f\xf5\xdf\x5e\xac\xbf\x39\xa0\x26\xd2\xff\x57\x91\x72\xc3\xc8\x3e\x98\xa4\xb6\xf5\x1a\xee\xb5\x5e\x3d\xbf\xaf\x57\x5b\x12\x57\x68\x50\x07\xb0\xf5\x38\x05\x85\xe5\x31\x00\x86\x33\xd4\xf2\xc6\x05\x00\x3c\xcd\x47\x3e\x1a\x24\x03\x48\x9d\x38\x47\xa3\x39\x03\xa0\xb4\xf5\x62\x81\xea\x37\x98\xd7\xfa\xcc\x10\xa6\x22\x0a\xdf\x0d\x3d\x18\x0f\x2b\x25\xc1\x84\x85\x33\x53\x93\x42\x2d\x3c\x77\x64\x62\x79\x23\xdf\x0e\x37\x7c\xbc\x39\xc5\x64\x12\xe1\x61\x80\x16\xdb\x53\xa9\xd3\xd0\x12\x65\xcf\x8e\x92\xd8\x06\xf5\x49\x27\x38\x8a\xc5\xa5\x20\x2d\x0b\xc1\x7d\x46\x84\x13\x6e\x14\x8a\x72\xac\x08\x1d\x81\xf2\xaa\x06\xce\xad\x42\xfd\xe0\xd9\x70\x80\x67\x8d\x3f\x13\xae\xb5\x11\x39\x47\xf8\x7c\x20\xa9\xb7\x8a\xcb\x94\xcf\x12\x82\x86\x34\xb9\xeb\x78\x66\x20\xe3\x5d\x02\x17\x25\xcf\x31\x28\xff\x32\xcf\x79\x80\x9c\x0b\x36\xd6\xf1\xe7\x39\xd0\x72\x8f\x74\x0e\x90\xf2\x72\xf2\x49\xf3\x40\xf6\xc1\x44\x91\x38\x21\x9f\x0f\xeb\xd5\x81\xc4\x09\x99\x93\xd6\x85\x15\x23\xc0\x19\xc3\x9d\x57\x8c\x88\x00\x97\xb6\xee\xf6\xd2\xa3\x02\x60\x1f\x3c\x70\x58\x73\x05\x40\x6c\xef\x49\x29\xb5\x7b\x00\xf2\x3b\xcf\x05\x28\x75\x00\x28\x57\x9f\x3f\xae\x90\x0c\xa0\xf3\xf0\x22\x9d\xfc\x3e\x00\xe3\x8b\x97\x82\xe4\xf6\x03\x58\x06\x5c\x16\x91\x11\x05\x9c\x23\x9a\x61\x55\x7a\x0f\x7c\xf3\x11\x63\x22\x4a\x3a\xc2\x44\xf0\x3e\xe6\x37\x62\x2f\x60\x2a\x8a\x89\x59\x56\xf8\x29\x2c\x25\x04\x33\xfe\x14\x52\x82\xef\x99\x22\x4c\xe3\x42\xdb\xe1\x49\x91\x3e\xeb\x88\x80\x19\x3c\x2b\x57\x65\x3d\xcb\xc7\x01\x23\xb5\x27\x58\x68\xf8\x28\xa1\xe7\x6e\x3a\xeb\x22\x0f\x1e\x3a\x3a\xc3\xd9\x14\x79\x82\xa1\xb5\x8f\x97\xed\x39\xb7\x38\x3c\x7e\x56\xc8\x5a\xfb\xeb\x53\x8b\xb1\xfd\x7a\x2e\xfe\xe6\x20\x58\x4a\x85\x1f\xef\x4e\x07\xe0\x43\x08\xd5\xef\xd7\x05\x90\xb2\x95\xe8\x3b\x26\x0b\xa0\x2c\x26\x7d\xf2\xf4\x7e\x00\xad\x49\xa5\x5d\x97\x6c\x00\x0c\x0f\xab\x1d\x66\xfe\x0c\x60\x7a\x52\x27\x92\x4f\x1b\x08\xe6\xdc\x46\x9a\x12\xfc\x10\x64\x71\xdf\xd2\x50\x45\x9f\xb8\x6a\x7e\xc9\x83\x43\xff\x39\xd1\xc5\xf8\x55\x84\xb2\x45\x0f\xe1\x85\xe1\xa5\x34\x7a\xc7\x2b\x04\x0a\x5d\x54\xd9\x56\x2f\x39\x7c\x89\x66\x52\x53\x9a\x6f\x31\xfe\xb8\xda\xd1\xc7\x76\x81\x13\xb8\x76\xe5\x8c\xd7\x8d\x21\x96\xb8\x8f\x0a\x01\x93\xfa\x41\xc5\x38\x5e\xb9\x5e\x44\x51\x38\x0f\xae\x5a\xf6\x1b\x8a\x3e\x38\x02\x9f\x28\x23\x8b\x76\xf1\x2e\xc5\x28\x4b\xbf\xc1\x6c\x73\x87\x79\x9c\xcc\x4b\x8c\x98\x3b\xcf\x54\xa7\xec\x23\x4c\xa8\x1b\xf3\xf8\x61\x39\x71\xcc\xbc\x73\xe1\xeb\x1d\xf2\x0d\x58\x26\xa7\x8c\xa1\x76\x05\x61\x6c\x94\x83\xe1\xd3\xeb\x0a\x5b\xb0\x5f\x6d\x93\x7a\xcc\x14\x3d\xb1\x44\x5b\xc1\x8e\x44\xc5\x39\x9c\xa4\xb5\x7a\x9b\x93\x22\x01\x57\x67\xfe\x7b\xf7\x13\xa3\xfb\x35\xfe\xff\x93\x83\xe0\x10\x9d\x38\xf2\x13\x40\x7d\xa7\x34\xc7\x99\x54\x00\x7d\x2d\xb9\xc4\x8b\xdb\x01\x4c\x5f\x2a\xef\x67\xc2\x02\x98\x7f\xd4\x58\xe6\xb6\x01\xb0\x3a\x6c\xf0\x5a\x82\x1b\x42\x2c\x95\x2c\x42\x55\x2e\x10\x91\x16\xf7\x5c\x7c\xf5\xc5\x88\x0a\x66\x05\xc1\x2f\xac\xb2\x08\x81\x46\x33\xa9\x59\xae\x9c\xf8\x45\xbd\xb2\xd2\x61\xef\x1d\xf8\xe3\xda\x3c\x4d\x12\x41\x75\x38\x29\xf5\xa1\xbe\xf0\x48\x4a\x9c\x93\x72\xc7\xbb\x63\x61\x78\xdc\x49\x45\xf5\x6f\xf5\x11\x8f\x71\x27\xe4\x46\x91\x06\x11\x34\xe4\x79\x20\x73\x30\xcb\xa3\xb2\x31\x68\x57\x1f\x9b\x69\x25\xb9\x04\xf4\xa0\xd7\xc8\x67\x56\x79\x4d\xcc\x3e\xcf\xf2\x91\x8b\x0a\x8e\x18\x3b\xf7\xd9\x17\xdb\x14\xa9\x31\x6f\x5d\xf5\x07\xab\x14\x9e\x62\xad\x1c\x7d\x1f\x45\x29\x29\x62\xd3\x1d\x6e\x91\x39\x98\x07\x9e\x4a\xb3\xb8\x53\x36\x4f\x5a\x6a\x94\x4e\xe0\x06\xcc\x7f\x9f\x7e\x42\xbf\xdf\x37\x6c\xeb\xe2\x97\xf9\x55\x2f\xa8\x08\xef\xda\x79\x70\x93\x83\x20\xcf\x83\xbc\xb5\x88\xd2\x91\x57\x9b\x3c\x88\xe1\x67\x19\xc7\x0b\xbb\x00\xac\x98\x94\x5f\xb2\x09\x01\xd8\xdc\x56\x5f\xe5\x3d\x05\x60\xbb\xa2\x4f\x2b\x91\x06\x26\x36\x5c\x16\x29\xea\x7b\x88\xe3\x56\xe9\x4e\x52\x06\x75\xc4\x7d\x16\x67\x82\xed\x6d\x6f\x12\x38\x4c\xd8\x53\xfd\x3d\x3c\xf1\x19\xfa\x93\xa5\xe3\x7e\xf7\x71\x83\x3a\xfb\x9a\x84\x42\xad\x71\x67\x35\xf6\xf6\x0d\x45\x71\x61\xa7\x55\xac\x46\x5e\x5c\xdd\x8d\xe5\x54\xa2\x9c\xd9\x13\x67\x83\x2d\x93\xbf\x8d\xd8\x73\xf5\x36\x39\x0f\x06\x35\x2b\x27\x81\x12\x0d\x96\x98\xbf\x2c\x77\x17\x7d\xd0\x7f\xdf\x24\x51\xfe\x29\x3a\xc0\x57\xf5\xfd\x4d\x45\x3d\x74\xb8\xef\xe0\x6b\x5a\xc5\x10\x8c\xa2\xe7\xde\xa1\x04\xa5\x49\x8c\xbe\x27\x7b\x6f\xae\x72\x2e\x66\xd6\xb5\x84\xcc\xc1\x3c\xd0\x57\xa5\xc0\x1a\x3b\xa1\x5a\x69\x54\xf7\x61\x07\xec\x87\xef\xa4\xab\x16\xe1\x2e\xdb\xfe\x3e\x15\x05\x92\x7e\x8d\xff\x6f\x0e\x82\xab\x9c\x7f\x7e\x6f\x05\x80\x68\x0d\x7f\x28\x8d\x0e\x80\x92\xbd\xf0\xab\xa3\x36\x00\xba\x92\xe2\xfb\x4f\x5b\x02\x98\xa6\x4b\x5d\x3a\xaf\x07\x60\x63\xa7\x70\x9b\x39\x1f\xc0\xc1\x5e\x15\xc3\x73\x07\xc0\x31\x52\xf7\xb1\xe4\xc5\x8d\x9c\x98\x6a\x5b\x3b\xfb\x26\xe3\x5a\xc2\x7b\xab\xc4\x80\x44\x07\x76\xfc\x88\xf9\xc5\xc4\x07\x3e\x3c\xf8\x63\x86\x23\x25\x9d\xc1\xea\x1b\x5c\x90\xa7\x26\xd5\x13\xab\x38\x45\xac\x81\x0a\x62\xec\x4d\xdc\x29\x72\x3e\x0e\x99\x83\xd9\xf0\x23\x21\xe4\x2f\x23\x5f\x87\x7e\xf9\x3e\xa4\x18\x8a\x7c\x13\x46\xf8\xb8\x43\xa9\x1e\x15\x1e\xbc\xfc\x66\x55\xf9\x06\x6a\x22\x48\xfe\x59\x9c\x72\x0e\xba\xcb\xf7\x42\x7f\x82\x8a\x39\x46\xc0\xcb\xab\xbb\x52\x75\x1e\x63\xe4\x45\xdd\xe1\xa9\xaa\x8f\x21\xb8\xde\xdc\xe0\x60\x7e\xa8\xd7\x61\xed\x9c\x35\x1b\xa8\xd5\x3c\x71\x74\xb6\xbf\x4e\xc7\x56\x41\xcb\xdf\xeb\x61\x80\x4b\xf0\x0f\x0e\x62\x89\xe7\xfa\xde\x5c\x00\x09\x46\xfe\xb1\x03\xe7\x37\x7d\x39\x7a\x61\x42\xcc\xc7\x87\x01\x2c\x2f\x8b\x03\xdd\x75\x00\x5b\x71\x39\x39\x46\x26\x00\xa7\xf7\x2a\x58\x9e\x81\x8d\x7c\x14\x33\xa7\x72\xd3\x18\xf5\x62\x62\xb4\xbd\x82\x9d\x8b\x69\x0b\xc1\xcc\xf6\xaa\xbf\xb9\xeb\x12\xbe\xc6\x22\x2d\x1e\xe5\x8b\xc7\x55\x1a\xa7\x16\x77\x84\xab\x93\xb9\x20\xcc\xb2\xe6\xfd\xa7\xde\x89\x9f\x30\xd2\xaa\x4f\x26\x2e\xa5\x6a\xa1\x9f\x28\xd9\xae\xee\x4a\x57\xc0\x60\x14\xae\xaf\xb5\xc7\x3b\x93\xfd\x48\x1b\x3c\x10\x28\x75\x23\x3d\x22\x3d\xc7\x78\x94\x6b\x51\x12\xa1\x65\xe4\x5c\x9c\x27\xf9\xaa\x35\x68\x0f\xff\xb2\x87\xb9\xea\x3b\xd1\xad\x7e\x66\x1d\x54\xea\x7c\x18\x61\x6f\xd6\x16\x1b\x8d\x45\x8c\xa1\xd7\xbb\xc6\x0c\x0d\x6e\x2c\x9d\xab\x7d\x9d\x94\xe6\x3d\x2c\xa7\xab\x44\xf5\xbc\xa6\x23\xf6\xb9\xc3\xef\x7d\x92\xc7\xff\xd7\xf8\xf7\x8e\x70\xfb\xff\x93\x83\xe0\x1d\xe3\x7d\x4e\xdd\x0a\x20\x95\xc6\x37\x7c\xe0\x0c\x80\x7a\x00\x3f\xe6\x08\x03\x80\xe1\xa2\x80\xc1\x71\xb3\x7f\xf0\x20\x24\x5f\x8e\x9b\x81\xf2\x20\x2f\x27\xa0\xbd\x24\xb5\x8f\x48\xab\x80\xb9\xfb\x94\x31\xab\xc6\x7e\xa2\x84\x33\x8b\x9d\x8a\xe5\x1c\x41\xc6\xfe\x93\x77\x88\xdb\x37\xbc\xa2\x55\x57\x1c\x6d\x60\x15\x8e\xd6\x54\xb4\x98\xf5\x6a\x03\x96\xd2\x60\x7f\xd3\x52\x92\x00\x46\x58\x2b\x76\x90\x37\x2d\x06\x9d\xac\x66\xf6\x59\x24\xf3\xce\x46\x3e\x0e\x9d\xe2\xb7\xd5\xd8\xd4\x13\x64\x3f\xd2\x4f\x21\xa5\x4c\x44\x41\x8c\xed\xb8\x88\x4a\x07\xe2\x4b\xf4\xd2\x6b\x0f\xd5\x64\xe4\xcf\x88\x03\x43\x9c\x6a\x0d\x28\x83\xb0\x53\x8f\xea\x34\xf6\xa0\xa6\x82\x43\xba\xdc\x34\xd4\xd1\x96\x01\x77\xdb\x6a\x34\xcf\xa2\x51\xbe\xe6\x8d\x14\x5a\x35\x18\x1e\x1f\xe6\x5a\x3e\xed\x1c\x4c\xb1\x67\x4d\xf5\x4e\x6d\x0b\xac\xb0\xab\x6a\x65\x85\xd6\x3b\x6c\xb3\x63\xf3\xef\x79\x08\xfb\x3d\x0f\xac\x1c\x7c\xbf\xe7\xc1\x83\x77\x3f\x55\x15\x80\x40\x19\x5f\xcd\xbe\x4e\x00\x59\x0c\xdf\xa9\x03\xb1\x9b\x1c\x04\x39\x17\x83\x3c\x0f\x9e\xfc\x52\xd1\x4c\x3c\x00\xbe\x12\x8a\x6e\xbc\xfd\x00\x7e\x9e\xea\xef\x24\xfa\xc0\xd3\xa7\xcc\xc0\x53\x7d\x0f\x51\xc3\xbd\xd3\xba\xda\xd2\x0c\xbf\xe6\xf4\xc6\xc3\xc3\x8b\x03\xf7\xd6\x26\x31\xb6\x20\xf4\x23\x36\xdd\xdc\xa0\x30\x3e\x7e\x37\x46\xd2\xb0\xa2\x09\x93\xee\x8c\x3e\xa6\xdd\x3d\x5c\x92\x63\x8e\x0a\x50\xbb\xff\x8d\x2e\xaf\x00\xd5\xae\x3c\xb5\x9c\x94\x13\x8c\x8e\x51\xea\x5b\xa9\xc9\x98\x9c\xff\xa4\x1c\xbd\xba\x96\x42\xf3\x45\x5a\x35\x6f\x2d\x20\xa9\xe0\x0d\x8f\x06\xfd\x1a\x36\x91\x93\xcc\x03\x3d\x16\xd3\xe4\x41\x12\x22\x1e\x74\xdd\xd4\x8a\x42\xb1\x45\x6c\xb9\x57\xa5\x95\x81\xa6\x0b\x7a\x48\xce\xc5\xa9\x1b\xd2\xe9\x45\xff\xf4\x8b\xbc\xe9\xa9\x93\x85\xc9\xf7\x5c\xad\xb4\xd4\x21\x60\x08\xee\xc6\x65\xde\xba\x12\x58\x19\x57\xeb\xcd\x79\xa0\x21\xb2\xcf\xff\xaa\xcc\xc9\x5c\x8b\x54\x03\x00\xc2\x86\xdc\x15\xd4\xaf\x00\x94\xc2\x78\xb8\x0e\xb8\x03\xe8\xdc\xe4\x7e\x75\x28\x1b\xc0\xaa\x9b\x6f\xf6\xc4\xfd\x7f\xfb\x72\x02\xa2\x65\xdd\x38\xeb\x00\x82\xac\xd5\xcf\x49\xa9\x6f\xe4\xc4\xa8\x79\x5f\xb3\x9c\xb4\xbc\x87\x6f\x70\x6d\x71\x3d\xe5\x33\x80\x3b\xef\x50\x1e\x15\x70\xb5\x15\xd3\x68\x69\x5a\xd8\x9d\x2a\x8c\xf6\x35\x56\x6b\xca\xce\x36\x46\xf9\xeb\x54\x0c\x8f\xe6\x8f\x20\xe3\xd4\xd5\xa6\xeb\x8b\x2d\xc8\x7e\x24\x64\xa4\xf2\xab\xe5\x6f\xd9\x5c\xd3\x29\xaa\x53\x2b\x2b\x19\x40\xe6\x81\x5e\xf0\x6a\x12\xd6\x1c\x52\x38\xff\xce\xc5\xb9\xef\xad\xd3\x81\x1c\x8b\x52\xba\x1b\xac\x4b\x81\xea\x0a\x0d\xde\xc8\xc5\xd1\xd5\xd3\x40\xff\xf4\x1b\xac\xba\xa0\xf7\x19\xc3\xe0\xab\x5a\x2a\xa0\x1f\x8a\xe9\xf5\xd4\x2e\x62\xd5\x9f\xc5\x52\xba\x27\xfd\x9a\x07\xce\xd5\xdf\xbc\x5c\x3c\xf7\xeb\xed\x66\x00\x9c\xbd\xdc\xf4\x7b\x8c\x37\x7d\x39\xca\x04\xee\xa4\x03\xe6\x00\x06\x11\x5c\x3f\x0e\x8d\x03\x58\x8b\x71\xcd\x1c\x0d\x01\x70\x6f\x11\xe0\x3b\x3b\xb5\xe9\xcb\x09\x0d\x90\x3d\xc4\xdd\xb6\xe1\x0d\x0a\x89\x10\xd7\xb6\x51\x9b\x24\x8a\x06\xaa\x9a\xdf\xb4\x5a\xc5\x07\xbb\x49\xbb\x56\xfa\x8d\x63\xa7\x9d\xe8\x23\x3a\x62\x12\x30\x97\x6c\xb4\x73\xf3\x33\x66\x50\xcd\x26\x01\x77\xaf\xe4\x57\x23\xd3\x74\x90\x2f\xd5\x4b\xcc\x11\x3a\xea\xbc\x0b\x17\xca\xbb\xc8\x3c\xd0\x62\x81\xea\xca\xf2\xd1\xbc\x4f\x5f\x8e\x6a\xdc\x5a\x7e\x94\xab\xf1\x46\x43\xab\x77\xe5\x7b\x56\xc1\x80\xa6\x8e\xc6\xea\x72\x5a\x6f\xcf\x6d\xdd\x23\x88\x3d\x49\x97\xee\x5b\xea\x55\x22\xba\xe3\x59\xef\xf2\xe8\xfb\x22\x43\xa3\xeb\xc9\xb9\x38\x37\xd8\x0d\xc3\x51\x23\xa1\x8f\x2a\x82\x0d\x5d\xd1\x3a\x41\x1f\x4b\x76\x1b\xe9\xa1\xdf\xf9\x7f\x2f\x2c\x31\x74\xc2\xa4\x79\x53\xe4\xeb\x19\x5e\xc2\xe0\x3d\x28\x37\xe7\xe1\x3c\x91\xeb\xd3\x0e\x6e\x00\x36\x6b\xb6\x77\xbb\x64\x01\xc4\x96\x38\x18\xf7\x0e\x03\x68\x58\x70\xbe\x39\x20\xb3\xc9\x05\x91\x39\x08\xaf\x48\x5e\xcd\xd3\x83\x9b\xbe\x9c\x28\x16\x19\x4b\xde\xe3\x00\x31\x39\x4a\xc7\x25\xfa\x20\x30\x86\x4f\xb3\x5a\x5d\x9d\xc8\x1b\x4e\x65\xaa\x65\x5d\x8a\x37\xf1\x1b\x71\xbc\x17\xe0\xb3\xe1\x8f\x32\xb2\x0b\xcf\x09\xce\xe9\x44\xe6\x9b\xb9\x37\xfd\x28\xf5\x44\x6c\xd5\x2b\x78\xf5\xa6\x2a\x87\x9c\x07\x83\x78\xad\x16\xbf\xf0\xee\xba\xdb\x34\x9f\xc6\xed\x25\x81\xa2\x1b\xa3\x0c\xda\xf5\xcb\x2c\x05\xbc\x64\x1e\xe8\xd1\xa2\xde\xc2\x6a\x50\xa6\x44\xbb\xb1\x3e\x7a\x2d\x34\x95\xab\xf9\x99\x21\x07\x82\x3e\x29\x78\x83\x07\x32\x30\x4c\x47\x89\x44\x5e\x28\xe7\x32\x76\x40\x55\x87\x9f\x28\x91\x35\xae\x43\x0b\x05\x0f\x14\x9c\x36\x61\x41\xdf\x0b\x18\xc9\xc1\x9b\x6c\xc1\x28\xfa\x32\x67\xd5\x99\x18\x60\x6a\xbc\x6e\x01\xec\x98\x63\x77\xfe\x35\x0f\x17\xf3\x39\x0d\x76\x54\xfe\x23\x07\x41\x9b\xa3\x8b\x7a\x11\x40\x5b\x8f\xf3\xd2\x81\x80\xcd\x3c\x08\x27\x6d\xae\xe5\xe3\x6a\x00\x01\x57\xb8\x65\x4e\x2b\x00\x44\x9e\x13\x10\xbb\x58\x0e\x10\x8f\x94\x38\xc0\x79\x1d\x20\x29\x5d\x7e\x48\x42\x18\x7c\x12\x8f\x6b\x50\xab\x3f\x21\xf2\xc7\xe6\x18\x1d\xb3\x6e\xc4\x6b\x07\xef\xb6\x1f\x0e\x40\x63\xca\x3d\xa3\x03\xbe\xa6\x26\xa3\x6e\x39\x3a\x67\x6d\x29\xb8\x81\x98\x30\x0f\xb9\x2b\x57\x8e\x5d\x1d\xd3\x8f\x7a\xd3\x70\xcb\x84\xec\xcd\x5a\x0e\xd5\xb0\x99\x7f\x5c\xc9\x3c\xae\xa2\x93\xbc\xb0\x5a\xd6\xfa\x4a\x5b\xef\xda\xd2\xb1\x92\xa4\x7e\x23\x83\x88\x65\xc7\x02\xa7\xf6\x4f\x46\xcf\x57\xcc\x73\xd5\x5b\x4a\x8c\xfc\xd7\xe8\xd3\xcf\xfd\x2b\x17\x47\xcc\xf4\x3e\x32\x22\xa6\x88\xec\x87\x22\xe7\xe2\xe4\x74\x98\x86\xa0\xbb\x03\xde\x64\xed\x32\xdb\x82\x61\xf0\x93\x4d\x7f\x64\xca\x8b\x19\xf4\x9c\x00\xd8\xfa\x98\xcd\xee\x37\x27\x26\xca\x71\x71\xe7\x4b\x00\x3e\x02\x7b\xe4\x9e\x83\x9b\x1c\x84\xce\x05\xf6\x02\x9a\xf2\x4d\x0e\xc2\xcd\x98\x9d\xfb\x28\x05\x40\xc8\x21\x2e\x9b\xd3\x4e\x9b\xbe\x9c\x24\x59\xd1\x24\xb6\xee\x0d\x6f\xd0\xb5\xf4\x03\x2a\x63\xaa\x36\x44\x95\x64\x5d\x7d\x1d\xab\x12\xfc\xa5\x28\x71\xdb\xbd\x41\x9f\x30\x97\x7d\x33\x7c\xa8\x33\x8a\x91\x65\x2e\xe7\x32\x3c\xae\x53\xaf\xe9\x59\xe9\x37\x7e\xae\x69\x5c\x39\x61\xa0\x39\xfa\xe5\x4e\xcf\x8a\xa7\x36\xe3\xcc\xde\x86\x46\x32\x0f\xf4\xf6\x92\x81\xf1\x7c\xce\x8d\xe4\x7e\x46\xe3\x53\x8b\xb2\xe5\xdb\x3b\x0d\x4c\x7c\x96\x9a\x8b\x53\x5b\x96\x4c\x2d\x57\xa8\xf3\x96\x6e\x6b\x98\x2e\xaf\x5a\x67\x8d\x90\x73\x71\xae\x0f\x59\x38\x20\x2c\x92\x02\x8b\x27\xcc\xdf\x20\xf5\x62\x1f\x90\x73\x71\xb2\xdc\x2c\xb3\x51\xc5\x11\xfb\xd2\xbe\x5a\x8e\xa3\x99\x42\x3e\xa4\x1c\xb5\x1c\x43\xd7\x05\xb6\x25\xda\x5b\xfa\x63\x64\x7d\x5f\x02\xec\x16\x66\xfb\xfd\xf7\x05\xa3\x07\x5b\x38\xa5\xfd\x66\xff\x5f\x41\x86\xf9\xc2\x9e\xf7\x00\x7a\xd5\x8c\xb3\xd4\xe1\x00\x0e\x8d\x2c\x70\x10\x09\xe0\x63\xc1\xd2\xf7\xeb\xfc\x8c\xda\xc7\xc1\x74\x2a\x05\x20\x49\x9c\x3b\x95\x6e\x06\x20\x0b\x84\x6e\xb3\xbe\x04\xc8\x51\x90\x3e\x25\xea\x03\xf9\x79\x9f\x15\x3f\xaa\x52\x11\x55\xae\x31\xe8\x58\x58\x15\xe0\x8f\x25\x3e\xb2\xb4\x0d\x76\x45\xdf\x08\xa6\xf6\xd2\xb9\x36\x86\x28\x74\x8f\x4f\xa5\xad\x9c\x5d\xf9\x69\xc3\xdf\x64\x76\x5b\x6c\x89\xce\x30\xe3\xc3\x5a\x1b\xed\x02\xad\x6e\xce\x8f\xa0\xa6\xd1\xf7\xbe\x86\x88\x19\xc1\xdb\x65\x83\xdb\x4d\x96\xe6\xec\x6e\x15\x74\x9d\x32\x43\x2e\x38\x55\x09\x36\x0b\x5a\x04\x2c\xf1\x95\x0e\xd7\xf9\x5a\xae\x2c\xdb\x14\xae\x92\x73\x71\x8a\x89\x36\xdf\x57\x3d\xae\x05\x14\xca\x58\x47\xae\xad\xa6\x3c\xcf\x36\xb3\xc9\x42\xf4\x26\x1e\xc8\x3a\x62\x7d\x07\xd9\x16\xc3\x9c\x32\x6c\x53\x8b\x32\x8d\xbc\x9f\x78\xd1\xf6\x28\x6a\x26\xac\x20\x4e\xcd\x66\x14\x9d\x18\xd4\x1b\x2d\x6f\x2b\x81\x5e\x0c\xd0\x00\xa0\x66\x65\x34\xfc\x7d\x5e\x92\x38\x08\xd1\x30\x56\xb1\x3d\x17\x01\x94\xeb\xae\x14\xef\xd9\x03\x60\x46\xb8\x32\xb0\x8f\x6e\xd3\x8f\x12\xb2\xed\xb2\x2f\xcd\x32\x40\x7c\x14\x4b\xe1\x09\x26\x80\x2c\x19\x0e\xcf\x73\xc7\x00\x0a\x6e\xf2\xd1\x33\x1e\x07\x28\x6b\x17\xc9\xe6\x4b\x80\xae\x0a\x29\xd9\x74\xc5\x35\xa2\x7d\x89\xb7\x86\x90\x05\x01\x2f\x9a\xa3\x6e\x72\x24\x70\x01\xcd\x11\x4b\xe7\xda\x9b\x7b\x67\xf5\x93\xef\xd5\x38\x6c\x9d\xdc\xd2\x76\x87\x9c\x46\xe9\x7b\x3f\xe6\xfc\x8d\x2b\xbe\x14\xf4\x50\x7d\x60\x35\xbd\xfb\x6d\xf2\x7e\xd9\x80\x82\x25\xe5\x8f\xfa\x66\xd1\xf6\x5b\x36\xc2\x33\x59\x77\xf8\x6f\x53\xdb\xf9\xcd\x1f\xa9\x41\xdf\xc4\xdb\xdd\x5a\x58\xab\x4c\x28\x4d\x70\x3c\xbd\xc4\x76\xfd\x5d\xa1\xa6\x83\xf6\xca\xd6\x02\xf3\xec\x9d\x8e\xb9\xab\x3b\x73\x32\xd2\x73\x1d\xed\xd6\xf4\x33\xa8\xc8\x1c\x4c\x7c\x9d\xa3\x31\x52\x23\xae\x3a\xe6\x9e\x23\x3b\x6a\xdf\xd5\xf6\x28\x3b\x47\x71\xd4\x83\xf0\xb9\x48\x3e\x87\x6e\x34\x53\xa8\x62\xd8\xa2\x83\x00\x7a\x38\x50\x1d\x80\xe6\x0e\x83\xf4\xaf\x79\x60\xdf\xca\xf2\x8c\xaa\x19\x40\x82\x8a\xc9\x60\x37\xfb\x66\x0e\x82\xd5\xa9\xcb\xb7\xa8\x59\x00\x3c\xdf\xd3\xe7\xec\x6b\x04\x88\xfa\x70\x61\x0b\xf5\x0f\x80\x34\xc3\xcb\xa7\x0f\x45\x01\x14\xd3\x32\x27\x9c\xc2\x01\x54\xd2\x71\x3d\xbd\x5c\x09\x50\x7b\x58\x88\x8a\x57\x0b\x5e\xd7\x5f\x93\x52\x54\xb8\x4c\xcc\xab\xdf\xa9\x34\x60\xfa\x09\x4f\x5b\xb9\x5b\x5f\x3e\xe8\x1e\x6a\x3e\xdb\xc5\x9e\x23\x9f\x76\xd9\x26\x6c\x5f\x38\x6d\xcb\xd9\x39\x01\xb7\x7b\x0d\x62\xbd\xe7\x27\x27\xac\xae\x8e\xcb\x3f\x75\x7c\x7c\xc5\xf1\xf8\x64\xf2\x43\x54\x73\xa0\xcb\xfd\x6f\xbe\x1d\x94\x35\x78\xd7\xb8\x1f\x8b\xcd\xd3\xd7\xc3\xdd\x8f\xcf\xca\xdc\xf6\x2f\xf8\xe1\xa6\x31\x3f\x7f\x53\x24\x73\xd0\x9d\xb8\x18\x53\xe1\xbf\x91\x07\xb3\xcd\x7d\xef\x4a\x59\x9e\xd7\xff\xe5\x45\x0a\xa5\x74\x19\x41\x99\x46\x5d\x22\x73\x30\x7e\xc9\xae\x77\xd1\x66\x21\x8c\x00\xe7\x4b\x99\xc6\xb7\xdb\x01\x70\x49\x33\xac\x50\xea\x00\xc8\x1c\xa0\xa7\xa0\x12\x04\x30\xd0\xa4\xbf\xb4\xfb\x2d\x80\xe3\x20\xed\x6b\xaa\x72\x80\xe0\x95\x73\xaa\xbb\x9f\x00\x24\x38\x6f\x23\xfe\x9a\xb7\xfc\xc7\xe7\xee\xed\xdb\xb3\xe9\x47\x69\x58\x62\xb1\x3e\xa7\x06\xd0\xd2\xc8\xcb\xce\xee\x02\xf0\x80\x20\x2a\x22\x65\x4b\xbc\xf5\x00\xe4\xc6\x4c\x8c\xf0\x3b\x5a\x9a\x34\xdb\x83\x30\xa8\xb4\x5b\x0a\xe6\x82\x05\xa5\x8b\x96\x19\x67\xfc\x90\xed\x92\x1f\x03\x43\x7c\xaa\xdc\x87\xe7\x7a\x4e\xf9\xb8\x8f\x72\xbc\x14\xbc\xf5\xd8\xbf\xeb\x13\xf7\x13\xa1\x12\xba\x40\x93\xaf\x4e\x0f\xa3\x73\xa6\x03\xc2\xa7\xb5\xef\x6f\x4d\x8b\x0d\x98\x9c\x39\xd1\xf4\x3e\x31\xc1\xff\xd5\xdc\x54\x6d\x45\xec\x5e\xff\x77\x0b\x99\x37\x1e\x87\x8f\x05\xec\x58\xba\x55\x8a\x0b\xd3\xf7\xeb\x5d\x5e\x29\xd4\x0b\x8e\xf7\x3f\xb2\x52\x93\x97\x1d\x38\xeb\xeb\xb5\xb6\x3f\xf3\x51\x40\xa3\x77\x26\xc2\x28\xf9\x89\x5f\x83\x37\x2f\xf2\x60\x82\x80\xef\x21\xcf\x87\xa8\xc3\x57\xdf\x7a\x5f\xf2\x8a\x42\xd5\x47\xd8\x7b\xdd\x77\xef\x42\x5b\x84\xd0\x02\x5c\x20\x5c\xee\xdb\x1e\x02\xc0\xcf\x73\xb9\x8c\xd2\x09\x40\xf1\x07\x5d\xff\xce\x61\x00\xb3\x41\xda\x74\x4a\x4f\x00\x57\xba\xf5\xf7\x76\xe4\x3c\x8c\x4c\xa0\xf8\x83\x83\x68\x7a\x7e\xfa\xc4\xee\x2d\x00\x9d\x67\x2f\x1c\x3a\xe4\x0b\xd0\xa7\xce\xa6\x41\xff\x1e\x60\x88\xc8\x1f\x2e\x44\x0f\x34\x2f\x5d\x24\x9e\xe9\xde\xc7\xc7\xbc\x68\x53\x2c\xf3\x59\x44\x49\xf6\xbb\xe8\x2e\x16\x1e\x9c\x90\xbf\xfb\xd1\xf9\xfb\x7d\xa9\xe6\xee\x22\xfb\x8c\xc3\xcf\x03\x73\x07\x33\x22\x5e\x65\x8e\xee\x4e\x16\x4e\x67\x1d\xbf\x38\x58\x19\x27\x95\x5c\x32\xd9\xd5\xb3\x7a\x95\x37\xb1\xf4\x7b\xe7\x03\xc7\x70\xbd\xf8\xaa\x19\xcb\x26\x31\x32\xff\x11\xe2\x18\x95\xbe\x10\x77\x63\x29\x50\x3f\xb2\x70\xa9\xa7\xb4\xd2\xbf\x24\x7c\x6e\x45\xaa\x80\xd6\x8f\x3d\xf4\xd1\x6a\xe5\xb5\x78\x9f\xe4\xd0\x5d\x6b\x35\xe9\x54\xde\x8a\xc1\xec\x88\xd6\xa4\x9d\x9e\x4d\x41\x91\xc8\xcc\xd8\x3c\xf7\xd6\xa0\x21\x94\x5e\x94\x85\x5b\x6d\xa0\x03\x7a\x47\x98\xb9\xeb\xb3\x80\xed\xe8\xdc\xa0\x61\x80\x2b\x0d\x97\xbb\x76\xbc\x05\x90\xba\x42\x67\xb8\xe3\xeb\x66\xff\xdf\xea\xc4\x8e\xdf\x7f\x87\x07\xe6\xfd\xd9\xef\x2a\x51\xa3\xf8\x7d\x2f\xfe\x36\x29\xff\xa1\x5b\x65\xbd\xef\xfb\x6c\x69\xcb\xef\xbf\x4f\x46\xbd\x2f\xef\x38\x31\x02\xf0\x25\x95\x5b\x9a\x9b\x16\x4a\x7e\x96\x0b\x57\xab\x54\x10\x76\x2e\xbe\x92\xb6\x72\x2b\x9b\x0d\xfc\x11\xa5\x56\x94\xbd\xbd\xff\xf5\x68\xad\xf5\xa7\x3b\x31\x45\x02\x4f\x76\xc6\x64\xf4\xdf\x0d\x7f\xd9\x53\xfe\x74\xe5\x45\xa0\x7f\x53\xab\xc4\xa7\x9c\x7e\x33\xdf\xf2\xba\xf4\xa9\x85\x4e\x73\x9f\x73\x55\xc2\x3f\x1e\xb4\xe4\x7a\x7b\x16\x57\xce\x0e\x34\x48\x79\x1d\xc8\xff\x3c\x8f\xb9\xc9\xe3\x11\x92\x3d\xb1\x24\x58\x46\xeb\x1e\x94\xf9\x64\xb9\xad\x70\xe2\x6f\xfe\xc3\x99\x90\x64\x83\xf0\x4e\x3e\xee\x92\x1c\xdb\x8f\xe4\x8a\xf7\x74\x2c\x8a\xe3\x40\xd9\x44\xce\x38\xde\x8d\xb6\x43\x7d\x09\xa7\xb5\xaf\xbc\x5a\x88\x1e\x0c\xb4\x77\x90\x88\xda\x82\x1e\x0d\x3c\x0d\xc0\xd6\x7b\xe9\xfe\x8e\x41\x00\xd9\xe7\xb4\x17\x76\xd0\x6e\xe6\x61\xfc\xed\xc3\xc8\x79\x4b\x11\xf9\xab\xd6\x76\x50\xfc\xc1\x41\x0c\xf7\xff\xd9\xff\x9b\x17\x3a\xd5\x45\x75\x14\x00\xff\x94\xf9\x16\xdd\x09\xc0\x12\x29\x04\xbf\xc8\xff\x98\xe9\xc3\x3e\x90\xa6\x74\x40\xbd\xba\x8e\x14\x56\xdf\x13\xaf\xde\x74\x7b\x49\xca\x52\xb8\xe2\x41\x92\xe4\x0f\xc5\xd0\x9a\x07\x55\x9e\x5b\xa7\xf8\x3a\xed\x7b\xee\xd9\xd9\x7f\xc0\x4e\x22\xba\x93\xed\xd4\x87\x78\xa6\xa1\x05\x6b\x7f\xb0\x3b\x76\xe6\xe3\xed\x24\x7b\xc7\x66\xc6\xf9\xcf\xd5\x25\x76\x79\x0d\xca\x4b\x34\xd7\x3f\xd8\x55\xd6\xc4\x2c\x4b\x17\x0d\xda\xef\x2d\x5b\x5b\x99\xca\x79\x6d\xbb\x54\x12\xb6\xa6\x9d\x3e\x68\xbb\x98\x3f\x8b\xd0\x4c\x56\xb7\x65\xcd\xe3\x47\xee\x8d\xef\xb2\x99\xbc\xc6\x8a\x44\x5f\x45\x59\xf7\x64\x51\xa0\x6a\xc3\xf1\x64\xfe\xc3\x2a\x27\x79\x3f\x46\xdc\xef\xa2\xf5\xc5\x84\x87\x18\x7b\xdf\x0b\x00\x7c\xce\x67\x32\xb6\x19\x03\x28\xe9\xef\xf9\xfd\xf3\x34\xbb\xb3\x3e\x9e\x80\x44\x8a\x3f\x78\x20\xb2\x0f\xa3\x8d\xd4\xf7\x19\x4a\xff\x73\xfc\x2b\x97\xc9\xef\xbd\xf7\x5e\xa0\xa0\xc0\x72\x03\xb0\x4c\x5d\x94\x9a\x76\x20\x86\x0a\x04\x4a\xde\x7e\xe3\x8c\xdf\x21\x9d\x6a\x2e\xde\x71\x16\xbd\xa4\x11\x16\xd8\x5d\xfa\x7a\xcd\xd2\xfa\xd8\x35\xd7\x88\xd4\xc5\xfc\xc0\x81\x6a\x57\xb7\xd4\x79\xaa\x9b\x74\x0d\x56\xe6\x07\x66\xcf\x7d\xe4\x68\x4c\x34\xfc\x34\xa7\x35\x33\x5c\x5f\x64\x1c\x32\xa6\x3e\x8f\xaf\x4a\x33\xd1\x1d\xce\x5a\x3a\x58\x6a\x6e\x26\xd9\xe3\xbd\xcc\x5d\xf8\xc3\x34\xbb\xfd\xe6\xca\x5a\xb6\xa9\xd9\xee\xe6\xdb\x6b\x74\xe9\xf5\x66\xf6\xf5\x0b\x08\xa9\xa4\x76\x33\x89\x9a\x6a\xe4\xa5\xb8\x50\xb2\xf7\xc4\x6c\x5b\x59\x0c\xaa\x36\xdc\xda\x74\xbc\x78\x16\xad\x1e\x5c\x6d\x6a\x58\x28\x86\x9e\xf1\x1f\x37\xf5\xcc\xc9\xc7\x24\x78\xf7\x1a\x77\xe4\x20\xb1\x07\xdd\x27\x00\x78\x51\x54\x47\x7e\x7d\x7e\x72\xff\x9f\xbc\x0e\xc8\x3c\x50\x89\x12\xa9\xef\x47\xba\xf7\xfb\x84\x74\x0f\x9a\x9c\x03\xb0\xcc\xf1\x47\xff\xa7\x08\xe0\x94\xdf\xce\x67\xdf\x24\x00\x98\x24\xcf\x4d\xbc\x46\x10\xa7\xf9\x9b\x85\x97\x1f\x32\x11\x38\xa5\x7d\x75\x94\xeb\xb6\x62\x8b\x34\x0b\xdc\x92\xb3\x2e\xa0\x2f\x59\x9a\x46\xf2\x05\xcc\xae\x7d\xf7\x93\xca\xda\xef\x74\x65\x65\xa9\x58\xb5\x60\xcd\x6c\x7c\x59\xff\xd1\x8b\xd2\x24\xbd\x7d\x4b\x75\xd3\x2c\xd7\x0f\x6a\x2b\x2c\xbb\x2f\xf1\x16\x75\x69\x57\x7f\x2f\x5f\xfe\x9e\x4b\xab\xdb\x31\x62\xb9\xba\x3f\xcb\x58\x17\xf5\xec\xce\x9a\x5f\x4a\xbd\x5e\x68\xdf\x3c\xc2\x2f\xc1\x54\x2f\xa7\x0b\x8b\x4c\x88\xe6\xd6\x1b\xbe\xbf\x03\xa5\x1f\xb1\xdb\x60\x57\x63\x22\x6a\x22\xd4\x5c\xff\x59\x83\x13\xda\x39\xe8\xac\xde\xeb\x5a\x09\x8c\x98\xcf\x33\xbd\x89\xea\x04\x4c\xa3\xe7\x1b\x7d\xba\x8a\x54\xec\x11\x77\x0e\x7d\xe6\xeb\xc2\x58\x2f\x97\x28\x00\x89\x90\x6d\x83\xbf\xc6\x61\x4e\xf2\x80\x04\x71\x51\x18\xfc\x27\x07\x42\xba\xf7\x3c\x1a\xb0\x5e\xff\xe4\x40\xc8\xef\xbd\x27\xc6\x01\x7e\xed\x17\xaf\xb9\x00\x18\x1b\x69\x9f\xf6\x4c\x00\x33\xff\x57\xfe\xb5\xc6\xd3\x84\x57\x32\x97\x54\xcb\x8b\xcf\xe0\x15\x34\x85\x2d\x02\xe2\x88\x58\x03\x8b\x38\x2f\x37\xaf\xf7\xe8\x73\xde\xd9\x91\x18\xbb\x71\x14\x45\x66\x6d\x3c\x8f\x29\x13\xf2\xd2\x9d\xeb\x49\x05\x7a\x4a\x08\x86\x67\x34\xa9\x38\xf5\x73\x6b\x23\xcb\x55\xa9\xca\xaa\x8f\x10\x99\x6b\xd9\x89\xf1\xaa\xe3\x8b\xc6\x08\xc5\xb8\x44\xb5\x8a\x49\x04\x52\xf1\x2a\xbf\xfa\xe5\xb1\x44\xd4\xc5\xf0\x0b\x7f\xe7\x5e\x68\x9d\x7c\xc8\x8a\x2e\xf6\xef\xd6\x4c\x6b\x7f\x8e\x31\xf5\x42\x6a\x8a\xb7\x79\x63\xd0\x6e\x9f\x35\xf7\x37\x2b\x63\x4d\x5c\xf6\x68\xf2\xdd\xb1\xc5\x36\x39\x16\x69\x4a\xd7\x89\xe1\x0e\xdb\x35\xfd\x7b\x1d\x90\x39\x90\xbf\xbd\x30\xe4\xfb\xdf\x7f\xf6\x7d\xfe\xf6\x81\x90\xfb\x7f\x3d\xf7\x01\x18\x9f\x9c\xed\x69\xba\x03\x55\xbc\xa1\x6c\xe3\xe5\x99\xc4\x4c\x69\x63\xe9\xa7\x19\x4f\x09\xd2\x1a\x48\x3d\xd7\x70\x45\xdc\x63\xf3\x64\xbb\x62\xb7\x1d\x58\x55\x0f\x19\xef\xc3\xd6\x7e\x98\x86\xc4\x36\xff\x7c\x63\x15\x34\x54\x6a\x04\x07\xea\x7a\xa3\x7d\x1e\x58\x86\x8e\xa9\x2b\xa1\x0f\xbf\x23\x84\x45\x2a\xbd\x46\xe5\x21\x1f\x84\x3b\x2a\x36\xa1\xb5\x50\xe1\x41\x28\x45\x51\x74\x21\xea\x59\x20\x9d\x22\xdf\x8c\x18\x7a\xc6\x0b\xaf\xc4\x38\x69\x8c\xa1\xf2\x6a\xde\xf0\x7d\x7c\x78\x45\x85\x3d\xe2\xa2\xa8\x8c\x19\xd8\x83\x55\x75\x3e\xa3\x9c\xdf\xa7\x85\xed\xb1\xef\x52\x39\xff\xd0\x08\x8b\xb3\x93\x54\x6e\x6a\x1f\xc7\x05\x5a\x89\xaa\x24\xb6\xbe\xc0\x15\x5a\x5a\x02\x58\xec\x59\x1f\x57\x04\x69\x3d\x14\x54\xad\xd7\x16\xd2\xf9\xf0\x8c\x74\x6e\xfe\x77\x0e\xc2\x97\x5d\xeb\xf5\x39\xa9\xff\xd3\x41\xf2\xdf\xdf\xfd\x01\xc0\x60\x7e\x62\xf0\x86\x05\x3c\xe1\xa3\x64\xe1\xcb\xc1\xc2\x71\x29\x45\xe1\xdc\xb8\x7b\x44\x3a\xf5\x4c\xe5\x26\xbf\x63\x84\xc3\xa6\xf7\x0c\x65\x1d\x8c\xf1\x94\xae\x4b\x36\x2a\x16\x91\xb8\x98\xab\x3c\x8e\x47\x0c\xe5\x70\x0c\x79\x09\xce\xf7\x75\x18\xb0\x1d\xb5\x51\x6e\x9a\xea\x92\x58\xf6\x47\xc1\x9e\x3a\x4a\xc9\xd8\x23\x1f\x28\x3d\x4a\xe5\x4f\x60\x16\x51\x04\x8f\xa3\x72\xfb\xb0\x1e\x98\x6e\x17\x0e\x99\x0e\xdc\x19\xac\xaf\xdd\x47\x59\xce\x55\x5b\xec\x55\xbb\x11\xd9\x82\x9f\x4f\xb1\xbd\xb6\x66\xb2\xb1\x5f\x5e\xe3\x78\xac\x38\xe5\x64\xc7\xf6\xe0\x6c\x2d\x0f\xc8\xae\xbc\x19\xc3\x75\x99\x71\xc9\xf9\x0c\x8f\xe0\x30\x26\x89\x72\x11\x4f\x95\xf0\x7c\x46\xa1\x72\x49\x8f\xa3\xf0\x0e\x06\x3d\x9b\x1c\x48\xfa\xd9\x3f\x9f\x83\xfe\x67\xeb\xf5\x33\xdd\x7f\xf5\x7f\xc9\xf7\x7f\xff\xd5\xff\x74\x26\xf5\x7f\x45\x01\xb6\x4f\x52\x50\xe4\xb7\x03\xf0\xc4\x5f\xbe\x9c\xfc\x0c\x4a\xc5\x46\x39\xd0\x61\x25\xc4\x66\xb5\x60\x69\x06\x8f\x1f\x04\xac\x91\x8b\xda\xc1\x0d\xfe\x81\x09\x9f\x1a\x26\x66\xce\xa9\x3f\x82\x37\x4d\x9b\xb6\x18\xd5\x9e\xc0\x53\x95\x7c\xb4\xce\xdc\xc8\x7d\xc8\xc5\x15\xf6\xb5\xd8\x6a\xcb\x4d\xe0\xac\x27\xa6\x6c\xdf\x48\x4f\xe2\xaa\x90\x87\xac\x42\xa4\x4a\xf1\x47\x70\xa1\x66\xf6\x92\x68\xbc\x11\xee\xa9\xf1\x28\x99\x7b\x90\x18\x5f\x5b\xc2\x1b\xea\x8d\x4a\x6e\x9b\x35\xc0\x47\xe8\x3e\x90\x80\x29\x09\x7c\x93\x0e\xb5\xc4\xcb\x71\x27\x3c\x42\xf3\xa6\x44\xe8\x68\x01\x81\x43\x5d\x4d\xe2\xfd\xab\x1e\x82\xa2\x9a\xff\xe6\xb9\x48\xe6\xa1\xba\xdf\x53\xfc\xd1\xff\xc6\xdc\xa6\xf8\x87\x07\xe1\x6b\x15\xa9\xff\xb9\xe5\xaf\xfe\x67\x21\x89\x7f\xd0\x20\x71\x00\x1f\x01\xce\xd7\xd2\x70\xa5\xdb\x02\x70\xbb\x9d\x27\x5e\x75\x81\x47\xe2\x71\xac\x3f\xfc\xbf\xc3\x25\x95\x34\xe1\x48\x27\x35\xa2\xaf\x61\x86\x1c\x8a\xcc\x3f\x18\xed\x25\x0c\xf9\x6b\x6b\xbc\xfa\x97\xf7\xa2\x91\x70\xac\x72\x9b\x81\xa6\xe2\x33\xfc\xa7\x96\x6e\xc3\xa7\x72\xd2\xf8\xa7\x4f\xb2\x0c\xef\xc9\x78\xe1\x8d\x3e\x82\xe9\x4e\xc9\x35\x7c\xc6\x92\x81\xd1\x89\x7f\x71\x0f\x5d\x84\x31\x82\x85\x0a\x8b\x08\x0d\xc1\x9a\xf0\x45\x2e\x48\x94\x62\xad\x9a\x50\xa8\x58\x29\x1a\x32\xdb\x4e\x48\x56\xf2\x17\x95\x98\x72\x22\xb4\x2a\x34\x8b\x20\x3f\x7d\x20\x7c\x94\x3f\x00\x90\x4b\xf2\x5f\x90\xf3\x50\xc8\xfb\xc0\x0a\x8e\xe2\x1f\x39\x10\xdf\x49\xf7\xb6\xdf\x76\xfd\xc9\x01\x91\xfb\x9f\x64\x0e\xa6\x78\x0f\xc0\xc9\x2a\xca\x03\xe9\x07\x01\xce\x77\xee\x3f\x17\x43\x0d\xc0\xa6\x74\xf2\x74\x50\x14\xe0\x45\x1b\x19\x3a\x3c\x62\x21\x41\x11\xc7\xad\x60\xe3\x0e\x47\x74\xcb\x44\xa4\x4c\xca\x89\x8d\x16\xa3\x52\x28\xfd\x4e\xa2\x96\xb7\xb3\x62\xb8\x96\x03\xd1\x21\xac\x49\x41\x5d\xfd\x1e\x91\x3f\x61\x48\x69\x8d\x9c\xfb\xa0\x44\x41\x68\xbc\x41\xa1\xb1\x28\x7b\x89\xf0\xb5\x65\xaf\x6a\x87\x54\x3b\xa1\xa5\x2f\x46\xfd\xf2\x06\xf7\xf0\x91\x50\x35\x43\xaf\x76\x8d\x9c\xf7\xf0\x7f\x71\x0f\xfc\x08\x44\x08\xf1\xa9\x50\x06\xff\xd0\xe2\x39\xe2\xa0\x90\xe6\xe6\x73\x30\xa4\xff\x5f\xfb\xe0\xbf\x38\x20\xd2\xbf\xb7\x90\xb8\x80\xaa\xf9\x3f\xfb\xbf\x64\x0f\x42\x20\x0a\x80\xa2\x99\x82\x22\x74\x0c\x80\xfd\xf6\x89\x9f\xde\x0f\x00\x44\x98\x2f\x6a\x39\x26\x42\x87\xe2\x6e\x36\x09\x73\x3d\x88\xd1\x94\xe3\xfa\x6e\x58\x05\x54\x66\x23\xa2\x54\xba\x22\xc4\x8f\xae\x9a\x12\xaf\x35\x23\x88\x3d\x81\xbb\xa5\x5e\xaa\xb2\x12\x1f\x47\x0b\x48\x15\x6c\xe4\x3e\x08\x10\x3d\x0b\x4b\xe5\x8f\xc9\x9e\x23\x3a\x57\x3b\xcb\xfd\x94\xa6\x26\x8a\xb5\x1c\x51\x78\x25\x6e\x44\x34\x7f\xdc\x2c\xa7\xb2\xc1\x3d\xcc\x11\xb9\xa6\x5c\xe5\x5f\x08\x5b\x10\xbd\xd6\x5c\x64\x52\x85\xa4\x89\xbd\x44\x13\x89\x9c\x0d\xee\xe1\x24\xd8\xc3\x3e\xfe\xcb\x3c\xb1\xf0\x0a\x22\x38\xf8\xb8\x73\x60\x15\xaa\x58\xc7\x00\x1e\xcd\xac\x8f\x7b\x92\xf5\x9f\xe3\xff\x9f\x3e\x18\xdc\x7a\xbd\x49\xda\x0f\xf3\x3d\x49\xfd\x5f\xd2\xf7\x93\x73\x20\x82\x33\x01\x4e\xdf\xa2\xf4\xf5\x6e\x04\x60\xed\x3f\xf2\xdc\xe5\x21\x80\x60\x0f\xad\xaa\xd5\x57\x00\x59\xc5\xcb\xb9\xc6\x97\xe0\xa6\x86\x2f\xbb\xa1\xae\x2b\x84\x1b\x28\x70\xe1\xb4\xce\x81\xbe\x9d\x18\x7f\xb8\xea\x43\x30\x77\x5f\xe0\x17\x54\xd6\x03\xa9\x20\x17\xc1\x66\xc5\x93\x70\x3e\x46\x4a\x84\x57\xee\x2a\x6c\xcd\x90\x17\xe3\x97\x89\x21\x7e\x2d\xc4\x8a\xe3\x25\xf7\x11\x17\xab\xe7\xc4\xda\xc5\xf7\x11\xc7\xef\xf6\x88\xbb\x6e\x70\x0f\xc2\xc4\x97\x2f\xe8\xc4\xb5\xc9\x79\x0f\x02\x0d\x44\xc2\x4c\xb5\x48\x31\xd9\x73\xc1\x97\x0e\xe1\xc0\xc0\x7b\x93\x97\x07\xda\xc0\x86\x13\xcf\x1d\x00\x28\xa8\x61\x4d\x05\x78\x4f\x3e\x07\x18\xff\x79\x0e\xfe\xcb\x07\x43\xfa\xb9\xdf\xba\xb9\x5e\x8b\x7c\xfe\xe4\x60\xae\x1e\x20\xf5\xbf\x47\xfe\xec\xff\x3b\xe6\x01\xd0\xab\x51\x4b\x5a\x2b\x00\xf0\x10\x8f\x9f\x30\xc7\x00\xc8\xd0\x5e\xa2\xd1\xcf\x83\x2f\x2a\xcf\x19\xc5\x34\x9f\xc1\x43\x1d\x6f\x96\x40\xf5\xa3\x50\x6b\xde\xc9\xde\xa0\xf2\x0e\x62\x5d\x94\xb9\x3f\x28\x6a\x40\x8e\xd7\x37\xae\x12\xf9\x4e\xf0\x0e\xb5\xe4\x7d\x23\xbd\x0a\x51\xb1\x6a\x3c\xc1\x52\x75\xa0\x9e\xc5\x2c\xe0\x2a\x11\x03\x2a\x85\xf9\x02\x1e\x62\x99\x20\x5e\x75\x5f\x70\xaf\xd0\x0a\x58\xdd\x89\xe0\xdb\x47\xe6\x1e\x04\xf7\x00\xdf\xd3\x63\x02\x8d\xff\xca\x7b\xa0\x06\xbb\xd9\x01\xde\x31\x9e\x07\x70\x0f\x4b\xe0\xf4\xe1\xc9\x81\x17\x10\xc6\x61\x06\x80\x08\xfd\xf5\x79\x31\xa4\xbc\x97\xcf\x3b\xff\x07\x07\x44\xe2\x44\x4b\x48\xf3\x90\x41\x9a\x97\xbf\x7d\x28\x2e\x06\xeb\xd5\xb4\x0c\x80\xe2\x2e\x05\x85\x65\x3a\xc0\x85\x2f\xbb\x13\x4c\xf6\x02\xb0\x49\x1f\x90\xd5\xc7\x01\x88\xb5\x9d\x1e\xd7\x5c\x05\x50\x2c\xbe\x28\xae\xba\x06\xcb\x9a\xca\x97\x1f\x29\xab\xc3\x4f\xe3\x83\x57\xbe\x29\x68\xc0\xb4\xcd\x09\xc6\x55\x79\x05\x18\x70\xe3\x64\x4d\x93\x41\xc2\x0b\xef\x4c\xd6\x0b\x52\x05\xf0\x34\xc4\x85\x6d\x87\x44\x1b\x3c\x88\x69\x63\xb7\x11\x5b\x85\xca\xf4\xa7\x9c\x5a\x22\x22\x50\x97\x5f\xcc\xe1\x22\xc4\x00\x35\x15\x95\x1c\x01\x82\x77\x21\xbd\x4e\x82\xcb\xe5\x6f\xee\x81\xb7\x1b\x92\x86\xc4\xb9\x8c\x78\xee\x41\xce\xc8\x69\xce\x3a\xee\x29\xa8\xf9\xba\x9f\xa3\x9a\x47\x1a\x6e\x2d\x6d\xe3\x34\x21\xef\x83\x5f\x1f\xfc\x8f\x73\x30\x99\x74\x0e\x90\xe6\x25\xfb\xf0\x9f\x1c\x0c\xd9\x87\xe2\xf1\x6b\x1e\x0d\x28\x28\x6c\xf6\xad\x7f\xad\x4b\x9a\x37\xa3\x5b\x00\x67\x7a\x76\x7c\xd5\x3d\x04\xc0\x7c\x89\x7a\x49\xcb\x1a\x40\x70\xef\xd1\x62\x55\x09\x00\x99\xfd\x67\x6c\x94\x75\x01\x54\x53\x2f\x04\xcb\xbf\x06\x30\xa0\xbf\x38\x2f\x37\x09\x60\xca\x4c\xcf\x25\xeb\x07\x60\xf3\x99\xe1\x98\xf4\x7b\x98\xf1\x10\x60\x12\x92\xcc\x83\x05\xbf\x53\x8c\x58\x71\x65\xf8\x19\x7e\x86\xa9\x59\x4c\x12\xde\xc5\x3d\x62\x69\x11\xa6\x82\x6f\x69\x8d\xcc\xfb\x84\x2e\xc1\xab\xbc\x17\x2c\xe3\x02\xd2\x30\x56\xca\xcf\xb2\x85\xff\x1c\xbc\xaa\x8e\x62\x29\xe6\xbd\x09\x83\x4d\x7d\xac\x27\x78\x0d\xa0\xfd\xc1\x12\x9b\x23\x8f\x21\xb4\xf6\x2f\xb0\x8d\x71\x4d\xc2\xc0\xab\x0b\xac\x86\x9c\x05\x30\xf5\x3e\x97\xd9\xef\x07\xc9\x77\xf4\xd6\xe1\xaf\x73\xf0\x1d\xe9\x1c\x28\xff\x73\x1f\x4c\x7c\xfc\x27\x07\xe3\xad\xbb\x5e\xc9\x79\x28\xc6\x7d\xeb\x55\x83\xc4\x83\xc8\x06\x02\x6c\x71\xa5\xa0\x50\xfd\x0e\x40\x6f\xb2\xeb\x9a\x92\x2c\x00\x67\xe3\xfe\x17\x0a\xaf\x00\xc4\x6c\x8e\x65\xca\xa9\x03\xc8\xf6\x9c\x3e\x28\x63\x00\xa0\xce\x71\xf6\xa4\x94\x31\x80\xee\xcb\xb3\x3f\x64\x82\x01\x2c\x3e\x5f\xd2\x94\x4a\x04\x70\x70\xa2\xb7\x16\xa7\x00\x70\xb3\xb9\x38\x26\xea\x00\xe0\xf7\x94\x9e\x51\x24\x0b\x20\x34\xe3\x72\x85\xb0\x0c\x40\x0c\x91\x01\x2b\x18\x02\x90\x72\xea\xca\x36\x01\x76\xc0\x5e\xeb\xba\x72\x83\x2f\x0e\x88\x85\xe7\xae\xb0\x70\xf7\x00\x54\xe8\x5d\x96\xe7\x16\x05\xa8\xf5\x66\x70\xe4\xda\x0f\xd0\x6c\xc5\xe0\xc0\xd9\x07\xe8\xae\x3d\x57\x6e\x71\x9e\x05\xec\x63\xb8\x92\xfe\xeb\xd3\x8a\x3f\xfb\xb5\x3f\xfc\xcd\x41\x9c\x5f\x16\x51\xdf\xb9\x1b\x80\xed\xa3\xb0\xe7\x9e\x78\x00\x41\x10\x7d\x78\xa0\x0d\x40\x5a\x53\xf2\xf6\x71\x6e\x00\x15\x37\x59\xdd\xb3\xda\x00\xda\x2a\x4a\x26\x97\xe6\x00\x0c\x29\x34\x2a\xd9\x5e\x01\x18\x45\x19\xea\x09\x9f\x85\x77\x26\xd9\x16\x67\x64\xd4\x21\xc1\x28\xd8\x6d\xb7\x4a\x07\x91\x60\xe8\x10\xf2\x40\x7f\x96\x18\xaa\xc7\x9a\xe2\x66\xb1\x9f\xb0\xaa\x35\x52\xd2\x6b\xaf\x41\x88\x56\x33\xb8\xbb\xd7\x79\x95\x70\x42\xd9\xec\xf1\x36\x77\x2c\xfe\x9e\x82\xf5\x08\xd6\x7b\x27\x7e\x4e\xb6\xf6\xdb\x0d\x8f\x50\xbc\x95\x4c\x27\x32\xc4\x97\x8e\xa0\x2a\xd5\x8a\x89\x77\xa1\x21\x3c\x92\xac\xc7\x72\xdb\x5f\x40\xae\x48\xaa\x60\x3b\xac\x4d\x66\xb9\xa5\xfa\xb1\xf9\xb6\x4a\x5f\x3b\xa5\xcf\x63\x7f\x58\xeb\x8e\x3b\x4a\xbb\xe0\x38\x2c\xad\x5e\x07\xc9\xf4\xe0\xf4\x2d\x5e\x0c\x7b\xc8\xf2\xe1\x0a\xcd\xe6\x9e\x60\x65\x3d\x70\xa3\xa6\xfb\x1f\xef\x93\x8d\xc3\x1f\x35\xa6\xe9\x74\x90\xeb\xc5\xb3\x18\xd5\x3e\x48\x95\x3b\x80\x4f\xd3\xc3\xfe\x73\x1e\x04\x45\xfe\xd9\xff\xbf\x50\x28\x54\xbb\x93\x11\x80\x7d\x50\x68\xf7\x9e\x36\x00\x91\x3a\x91\xc2\x83\xab\x00\xb2\xb9\xe2\x42\xc7\xa4\x00\xd4\x1e\x4a\x7f\x3f\xbb\x07\x40\xff\x92\xe2\x59\xfa\xab\x00\x26\xcc\x6a\x08\xb6\x1a\x00\x13\x3b\x83\x2c\x61\x3f\xe8\x32\xf3\x35\x6b\x92\x3b\x0d\xae\x26\x1d\xce\x21\x6a\x85\xc4\x79\xa3\x6b\xc1\x27\x0c\xbe\x13\xb9\xf5\xeb\x53\xfa\x6d\x8e\x11\x6a\xb5\xa7\x4a\x35\x9d\xda\x09\x92\xea\xad\x8d\x39\x6e\x2b\xf8\x2e\x95\xfd\x7d\xe1\xde\x69\xf8\x1c\x85\xee\x91\xd7\x3e\x7a\xb8\x4f\x72\x6b\xb3\xf3\x41\x27\xf0\x3e\x32\x1e\x68\x15\x1f\x77\xc2\x61\x69\x6e\x0c\xb7\x9b\x13\x5e\x4f\xca\x0f\xd3\xe3\x14\xbd\x32\x20\xd5\x81\xa5\x77\x90\xfd\x31\x2e\xfd\x0a\xcb\xef\xe0\xfb\xe5\x9a\x74\x3b\xb6\xcf\xe6\xda\xd8\x16\x59\x16\x6c\xaf\xad\xf6\x73\x36\xf9\xed\xd8\x21\xdb\x8f\x83\xcf\xe5\xd4\x71\x7a\x96\x01\x8f\x27\xe4\x55\x70\xde\x16\x33\x0f\x67\xe5\xbe\xe0\xa6\x4c\x99\x1e\x1c\x53\xb8\x82\xdf\x6e\x12\x7b\x8f\x49\xce\x1e\x5f\xaa\xe7\xff\xcf\x79\x58\xe7\x20\xfe\x95\x83\xf0\x88\xff\x3a\xf5\x69\x00\xd1\x7e\xc1\xe9\x03\x8d\x00\x0a\x7b\x44\xa9\x8f\xc6\x01\x68\x1d\x95\xb4\x3e\xc3\x0d\x60\xc8\x27\xbf\x44\x2f\xbf\xe9\x0d\x32\xcf\xd2\xcd\x16\x8c\x87\x36\xb3\x19\xb3\x62\xb9\x3e\x50\x30\x37\x73\x58\xd1\xbc\x48\x6c\x36\xa9\x0c\x44\x9b\x28\x10\x69\x0c\xfd\x93\x4e\xda\x2e\x12\x0a\x75\x02\x4a\x1c\x9c\x23\xf1\x53\x1a\xf3\x8d\xdd\x5e\xdf\xf1\xe6\x2a\x3d\xfd\xef\xfc\xe9\xf1\xb4\x8a\x57\x3e\xb8\x04\xe4\xe2\xbe\xc8\x65\x2c\xe4\x05\xce\x90\xf9\x17\x7c\xb2\x8c\x24\xda\xc3\x3b\x11\x4d\x94\x0e\xc6\xc8\xba\x71\x93\x79\xa0\xaf\xa9\xb2\xd2\x98\x09\xe7\xd8\x8f\xbe\xb2\xe3\x58\x26\xc7\xe7\xaf\x6f\xca\xbd\xc2\x86\xda\xa3\x87\x4f\xca\x37\x62\x9b\xec\x86\x1f\x77\x2a\xf8\xe2\xa8\x6d\x3c\x7b\xdc\x15\x66\x71\x2c\xd6\x95\x0f\xcc\x14\x9f\xe3\x82\x2d\x7d\xff\x1f\x5f\xe7\x1d\x4f\xf5\xfb\xff\x7f\x1a\x1a\x2a\x95\xb4\x24\x44\x36\xd9\x7b\x6f\x8e\xbd\xf7\xde\x7b\xcf\x8c\xec\x99\x42\x28\xab\x24\x25\xd1\x40\x56\xa5\x42\x24\x4d\x49\x68\x28\x4a\x12\x59\xc7\x19\xaf\x73\xce\xf3\x77\xc3\x39\x54\xef\xcf\xf7\xf7\xd7\xf3\xf6\xbe\xf5\xfe\xe3\x5c\xcf\xf3\xba\x9e\xd7\xcb\x79\xdc\xaf\xc7\xa3\x79\x4c\x2b\x9f\x40\x67\xab\x52\x6f\x89\x62\x23\xd0\xda\xf6\xaf\xf3\x51\x14\xfd\x7f\x43\xb5\xc8\xa5\x3f\xfb\xb0\x96\x97\xf3\x56\xaa\x62\x4f\xfb\x3a\x07\x61\x26\xa4\xe4\xc7\x94\x06\x60\x9f\xa7\x36\x79\x3c\x1f\xc0\xd9\x49\x07\x7f\x22\x0b\xc0\xe5\x85\x99\x8d\x9c\x12\xdc\x74\xbe\x64\x17\xa0\xc5\x0a\xec\x4e\x32\x1e\xdf\x4c\x2a\x48\x29\xf6\x17\x22\x5d\x1d\x36\x10\x11\xeb\xed\x99\x1d\x1e\x34\xc4\xbd\xe6\x3d\x65\xf3\x41\x85\x14\x3e\x0a\xc1\xeb\xdd\xee\xe1\x8f\xee\x47\x2a\xb5\x9b\x3e\x0e\xc5\x34\x20\x27\x34\xc5\xe6\xe3\xe3\x33\xd6\xb8\x28\x2f\xb5\x64\xac\x7c\xe8\xeb\xf9\x9d\xea\x32\xd8\xb2\x10\x9e\x09\x46\x0d\x7a\xdc\xc1\xc0\x67\x1f\xf9\x35\x7d\x70\x7a\x81\x2c\x03\xd5\x9a\xb3\xb8\x67\x7e\x22\x2f\x9a\xb5\x52\xf1\x22\xde\xd5\x3d\x5f\xb5\x05\xf0\x31\x9e\xa3\x9d\x06\x5a\x44\x3c\xc1\xed\xd8\x03\x12\x4a\x18\xd9\xea\xc6\xd5\xb2\x4d\x67\x13\xa2\xe3\x62\xd4\x30\xab\xdd\x48\xd8\x6e\xfb\xe0\xb6\x30\xaa\x9e\x40\x67\x3b\xb8\x3e\x17\x28\xba\x37\x2d\x56\x78\x25\xa7\x97\xef\xac\xf8\xf5\x6d\x82\xff\xe5\x20\xd6\xf2\x72\x5c\xe5\x15\x8f\xa8\x01\x38\xbe\x53\x65\x65\xbf\x0d\xe0\x86\xd6\x71\x11\x7c\x01\xe0\xfe\xcd\xf8\xa9\x4c\x19\xdc\x71\xb7\xb7\xa9\xd4\xb2\x85\x8d\x2e\x83\xae\x3f\xcd\x0a\x49\xfe\x8e\x9d\xa1\x23\x8e\x07\x88\xf5\xb6\xce\xe9\xfe\xde\x19\x04\x8c\x45\x6e\xe9\x40\x70\xcb\x1a\x1f\x55\xad\x37\xd3\xab\x18\x1b\x8b\xc8\xa1\x68\x46\x6d\xe3\x7f\xe3\x1f\x6b\xe6\x2e\xe6\x25\x3e\xa1\xf0\x40\x94\xe7\x62\x86\xa4\x61\x8e\x3d\x16\x9e\x4c\xe1\x81\xde\x6f\xd4\xbe\x88\xbd\x1a\x46\xf5\x8a\x0a\x65\x82\x93\x0c\x7a\xd1\x5b\x8d\xaa\xc5\x5d\x0b\x38\xd4\xb5\x03\x35\x8d\xe7\xf4\x79\x4e\xe1\x81\x5a\x1f\xe9\x6c\x44\xd8\x5d\x73\x1a\x2e\xeb\xa2\x91\x3d\x6e\xd7\x6e\x6e\xd7\xa3\x47\x72\x9c\x9a\xaf\xdf\xd3\x0f\x45\xb2\x9c\xd9\xd6\xe7\x02\xa5\x0f\x74\x07\x84\x96\x56\xfa\x70\x4a\xf4\xea\xd6\xcf\x7f\x70\x10\xa9\xe2\x95\x7b\x8e\x03\x18\x95\x49\x35\xee\x57\x05\xb0\xbb\x2e\xf7\x8e\xc9\x16\xc0\xd5\x4c\x95\x9b\x43\x16\xc0\x53\x40\xdb\xec\x84\x13\x80\x67\xab\x51\xbf\x4c\x30\x3c\xf4\xcc\xb1\xde\xa8\x19\xbc\xe6\x1b\xc4\xeb\x9c\x1e\x5a\xe1\xf2\x9c\x98\x6c\xf7\x24\x8d\xdd\xb7\x96\x70\xde\xca\xb7\xc4\x36\x3c\x15\x79\x60\xaa\x54\x4f\x1d\xdb\x8f\xff\x65\xe0\xde\x3b\x9a\x94\x81\xcf\x44\x3d\xfe\x8a\x4d\x11\xc3\x9b\x68\x31\xa0\xe5\x53\xbe\x53\x78\xa0\x7f\xfd\x81\x28\x39\x59\xfd\x6e\x3a\xb2\x58\xa3\x88\x9c\x97\x8c\xa8\x2f\x38\xda\x90\xbd\x5d\x7b\x75\x6f\xe1\x1c\x82\xb2\x1f\x99\xeb\x19\xe1\x32\x02\x6b\xd7\x78\x28\x69\xbd\x16\x7c\x9a\xd7\xc4\xcd\x3e\xfd\x54\x64\x8b\xbb\x59\xcd\x15\xfd\x45\x44\xdf\x55\xa4\xba\x5f\x7f\x1e\x89\x71\x6e\x5b\x9f\x0b\xd4\x03\xa2\x2b\xf7\x0f\x8f\x1d\x11\x6b\xd9\xbc\x0d\x80\x7f\xbf\xc8\xbb\xad\xc8\x3a\x07\xa1\x7d\x57\x2c\x6f\xcf\x49\x00\xd3\x8d\x62\xa5\xf4\x08\x80\x83\xa9\xcc\xf4\x11\x31\x00\xf7\x5e\x85\xa9\x63\x0d\x00\xbe\x42\xea\x18\x7e\xde\xb5\xfc\xa4\x27\x7e\x6f\x2c\xd2\x35\xb3\x48\x63\x5e\x02\xce\xd5\x96\x47\x48\xd4\x6e\x07\x83\x34\xdd\x5e\x10\x05\x1d\x79\x92\x71\x81\xce\x04\x29\xeb\x9b\x25\x76\xd1\xbc\x6b\x7c\x54\xa0\xc1\xc3\xe7\x26\x69\x0c\xb8\x05\x1d\xea\xef\xb5\x19\x5a\xb8\x49\xad\x96\xc5\x2b\xe9\x9f\x28\x3c\xd0\x6c\x91\x96\xe5\x92\xe3\xa9\x86\x2f\x4f\x50\xc6\x4b\x33\x71\x2f\x28\x39\x59\x2f\x2b\x74\x6f\x61\xa9\xa2\xbe\xf4\x6c\xd1\x2b\xc6\x66\x87\x63\x3a\x77\xe8\x65\xe2\x0e\x87\x9c\xbe\x27\x67\x10\x83\x93\x08\x71\x68\x7e\xa9\x5f\x84\xdf\xec\xd7\x43\xf1\x05\xaa\xf5\x32\x3c\x82\x7f\xe8\x39\x50\x2d\x67\xf0\x15\x51\x71\x7d\x72\x25\xdd\xf0\x33\x62\xe6\x6a\xbb\x3e\x17\x28\xfa\x3f\x5b\x98\x98\xcb\xe6\x24\x00\x21\xbc\xd0\xeb\xed\x85\x00\x8a\x34\xe2\x49\x74\xf9\xeb\x1c\x84\x45\x80\x48\x17\x7d\x22\x80\xf3\x36\x89\x5f\x87\x52\xd7\x79\x90\x40\x0e\xf5\xbd\xfc\x58\x80\x60\x63\x3d\x0b\x69\x2c\xbc\x0f\x56\x33\xed\xd7\xb0\x24\x4d\xf9\x76\x3a\x36\x59\xcc\x11\xbb\x3d\xaa\xfc\x6b\x3d\x33\x09\xef\x9c\x65\x92\xca\x43\xf9\x90\x6e\xdb\xb0\x62\xbb\x38\xb9\x35\x3e\x2a\xc2\x88\xed\xc5\xc7\xd3\x2f\xb1\x24\x9d\xca\x9f\x99\x67\x7c\x28\xfe\x40\xd8\x68\x2d\x05\xb4\x65\xca\xa9\x9f\x6c\x28\x2f\x74\x51\x8a\xd3\x9a\x3f\xd0\x7e\x3d\x9b\xa5\xdf\xf1\x5f\x9f\xe5\xeb\x87\x60\xf2\x62\xfa\x28\x3c\xd0\xbd\x39\x43\x3c\xd6\x3b\xf2\x46\xd3\x77\xc3\x7e\x9c\x48\xc8\xcb\x3b\xfc\x46\x5d\xb8\x9c\xa0\x5a\x8a\x2f\x50\xb5\xa1\xd1\x63\x7c\x95\xd7\xe2\x15\x69\xe3\x36\x7c\xaf\xd7\xee\x72\x2a\x13\x40\xf6\xbb\xcf\xaf\xef\x87\x4d\xcc\xc2\x2b\xf7\xf5\xd8\xe9\x44\x7e\x6f\xbe\x00\x20\x18\x2e\x18\xb9\xad\x17\x40\x79\x58\xe4\xd7\xae\x3e\x00\x03\x39\x51\xde\x3d\xa3\x7f\xf8\xa3\x94\x89\xe1\x0f\xd5\x00\xf8\x8e\xc9\x6e\x60\x19\x02\x08\xdf\xa9\x3a\x73\xc2\x04\x20\xb2\x18\x65\x27\x2d\x04\xc3\xe1\xa1\x26\x87\x34\x92\x49\x98\xa0\x63\xf6\x06\x16\x27\x89\x85\xde\x31\x3e\x5b\xbd\x73\x08\x01\x6e\xdb\x4f\xf5\x45\x1e\x42\x58\x1d\x0e\x9d\xf7\x48\x6a\xc4\xb3\x5a\x5c\x6d\x88\xcb\x8c\xc6\xc9\x18\x49\xbd\x3a\x78\x46\x17\xab\xad\xf3\x7b\xba\x3b\x3f\x89\xe2\x0f\x34\xff\x18\xc5\xb0\x18\x9e\xa9\xf5\x95\x55\xf7\xd9\x22\x21\xe3\x00\xc5\x1f\xe8\x25\x9f\x81\xca\x52\x42\x62\x75\x37\x8b\x61\xe3\x12\xe6\x54\xe3\xc3\x00\xe3\xed\x18\xc3\x78\xfe\xe6\x1e\xe3\x62\xac\x42\x34\xc3\x9d\x5e\x13\x5f\x6c\x47\x04\x47\x1d\xb5\xc9\x19\x9c\x73\x88\xc8\xb5\xcf\xa6\xbe\xb8\xfb\x81\x70\xe5\xb1\xc9\x18\xde\xcc\xb7\xf6\x22\x62\xd2\x87\x9f\xf1\xe4\x2b\x95\x30\x2b\xc1\x3f\xf3\x4a\x59\xef\xc3\x96\xa3\x27\x56\xfc\x51\x38\x1e\x89\x30\xd3\xc4\x03\x08\x5d\x10\xaa\xdb\x1e\xf8\x3f\x38\x08\x2a\xa1\xaf\xf4\x5f\x01\x3c\x2a\x45\x9e\x1c\x88\x02\x08\x3a\x27\xc9\x7b\xd4\x0d\x20\x6a\xaf\xf2\xb4\x00\x0d\xc0\xc9\x23\x5a\x1e\x92\xb9\xf0\xe1\x64\xbc\xd1\x1e\x8d\x4b\xa4\x6f\xe1\x83\xb6\xb6\x56\xfb\x88\x51\xbe\x6d\x5e\x8b\xbe\x9b\x08\x6c\x1e\x0a\x71\x81\xd1\xb3\xf8\xb7\x8e\xb7\x0a\x53\x52\x59\x71\x69\x56\x1b\x1b\x84\x73\x4a\xb0\x11\xc6\x47\x5e\xfb\xe5\x2f\x62\x62\x75\x65\xe6\x44\x8a\x86\xb0\x55\xa8\xc2\xf9\xa1\xdc\xc3\x93\x61\x7a\x74\x0b\x16\x67\x59\x3f\xfe\xd6\x1f\x59\xa4\x3f\xdd\xf6\xc6\xdd\x50\x01\xad\x98\x8e\xef\xb6\x37\x56\x44\x63\x53\x59\x1f\x2e\x18\x63\x96\x1a\x12\xaf\xb6\xb2\x9b\xaa\x62\x78\x4e\x25\x51\x78\xa8\xba\x23\x66\x61\xd8\xd3\x91\xef\x29\x39\x61\x55\xba\x66\xd5\xb8\xd2\xe0\x3d\x15\xc7\xcc\x6e\xe1\xb9\xfd\x55\x4b\xf2\xcc\xcf\xe1\x73\x7c\x42\x2f\x98\x98\x37\xe1\x7b\xbd\x9a\xff\xe2\xc4\x56\xb8\x41\x8a\x0f\x82\xd8\x36\xc1\xde\xed\xb7\x00\x34\x25\x04\x8f\xec\xec\x03\x30\x4b\x3b\x31\xbc\xdb\x0f\xc0\xf9\xa5\xe0\x10\xfd\x02\x80\xdf\x4e\x61\xe5\x03\x71\x00\x11\xf2\x92\x2d\x2c\xdd\x00\x71\xe5\xf2\x47\xb9\xd1\x00\xa7\x5e\x69\x18\x48\x06\xc2\xef\x84\x50\x3d\x92\xba\x14\x69\x2a\x86\xda\x0a\x6d\xf9\x9b\xa8\x14\xd8\xe1\x49\xf4\x7f\x8b\x5c\xf3\x66\x3b\xf9\x21\x5e\x10\xcf\xe4\x42\x53\xa0\x97\xe5\x83\x1d\xb4\xbe\x54\x7f\x32\x9f\x01\xa3\x61\x82\xea\xbf\x51\x9c\x43\xe1\x81\x66\xc3\xf4\x2c\xe6\x32\x8b\x68\xc7\xa8\x0c\x42\xe7\xc3\xce\x59\x0f\x58\x18\x7d\x59\x70\xcd\x75\x7f\x2a\x67\xf2\x6a\x31\xf3\xf4\xfe\xc7\x6e\xa6\x17\xd1\xee\x19\xce\xad\x09\x66\x6f\x96\x24\x53\x5a\xee\x7c\xb3\x60\x5b\xfa\x99\xe8\x57\x77\xd8\xa2\x02\x93\x1a\x2f\x71\x7d\x8b\xc5\x65\xac\xe4\x49\xf9\x8a\x54\xab\x28\x6c\x45\xd4\xd6\x4b\x0c\x96\x5b\x71\x81\x21\xe5\x25\x5a\x96\x25\xb8\x1f\x81\x49\x45\xe1\x96\xc3\x78\x33\x3f\xff\x73\x5f\xad\x94\xf1\x19\x3e\xb8\xe5\x3e\x9c\xb8\xb7\xbc\xfe\xed\x1b\xf9\xf6\xfd\xa9\xff\x4b\xbd\xe2\x6f\xda\xce\x09\xa0\xcb\x26\x10\xb5\xf3\xd9\x1f\x3e\x08\x1a\x02\x08\xfd\x35\x80\x60\x1d\x41\xea\xfd\x77\x01\x62\xea\xc4\x4c\x8f\xd6\x02\xa4\xa6\x49\x5f\xe7\xb2\x04\x48\x8b\x51\x2d\x94\x38\x0b\x90\x61\x81\xf2\x50\xed\x26\x7d\x4f\xd2\xb4\x60\xb5\x4a\x23\xaa\x44\x9e\x72\xe3\x0d\xe0\x46\x18\xfd\x83\xc2\x7b\x93\xaa\x71\x16\x6e\x17\xf2\xf3\xcf\xde\xc6\xc4\xdb\xd6\x37\x64\x14\xf7\xa0\x1b\x4d\x3e\x0e\x39\x5c\x3e\x42\xf1\x4b\xfa\x97\x07\xea\x1b\x31\xab\x9f\xd7\x28\xac\x5b\xcb\xc9\xea\xb2\x78\xb3\xf8\x3b\x5b\xa4\x7e\xd6\x72\x12\xdd\x94\xfe\xf4\xfa\x45\x1b\xea\xa5\x80\x94\x9c\x2b\x9d\xb6\x3c\x4b\xcf\x93\x3e\x56\x88\xda\x88\x62\x66\x62\x63\x4b\x17\x6d\xaa\xb1\xe1\xd1\x4e\x14\x5f\xa0\x02\x23\x5b\x01\x5c\x74\xc8\x54\x9e\x89\x0d\x1e\x47\x0c\x34\x3b\xa3\x6e\x53\x87\x3f\xe5\x9b\xb0\xdc\x07\x81\x2f\xcb\xeb\xdf\x73\x97\x47\x7d\xb9\xf2\x13\xf9\x71\x5b\x23\x01\x94\x48\xfc\xac\xb4\x02\x00\x86\x0f\x78\xf3\x76\x4c\x01\x38\x46\x73\x4f\xec\x0a\x06\xf0\xdb\xc1\x97\xbd\xb7\x1a\x20\x0a\xc3\xb7\x67\x5f\x0b\x40\x32\x49\x38\x9e\xa9\x13\x20\xeb\x91\x24\x0f\x47\x27\x40\x8e\x89\xe2\x4d\xd1\x48\x98\xcd\x21\x6a\xfb\xa9\x67\x90\x48\x59\x93\x26\x2c\x96\xc7\x88\x6c\x89\xf7\x1d\x21\x70\x00\x2f\x1b\xa2\x11\x1c\x96\xc9\x8d\x95\xf1\xae\x38\xdd\x53\x94\x8e\xfe\xec\xf0\xb0\x3e\xe3\x32\x76\xa1\xd7\xf4\xe3\x27\xee\x1a\xb6\x69\x1b\x63\xb1\x5f\x6f\xae\x59\x0e\xa9\x9b\x6f\x9b\xb9\x5c\x49\xfd\x4c\xd9\x72\x62\x96\xfa\xa2\xd6\x63\x75\x2b\xdc\x5c\x61\x31\x5d\xcb\xb8\x4d\xca\x7c\x79\x61\xfc\xad\x1e\xdb\xc1\x05\xc8\xe5\xb9\xce\x63\xbf\x7f\xf1\xd9\xe9\x2f\x57\x84\xec\x8f\xa2\xc7\xd2\x1f\x5f\xec\xb3\x0f\x59\xba\x9c\xb2\xb5\x58\xc4\x21\x18\xa3\x9e\xd0\x4e\xc9\xc7\xca\x53\x72\x08\xc5\xb6\x44\x49\xe4\x50\x3b\x52\xe3\xa4\xc2\xb7\x65\x93\xec\xdf\xe2\xfa\x82\xa9\xd2\x9b\x1d\x4c\xf1\x4a\xfe\xcb\xe7\xa6\x85\x40\xe6\xf2\xfa\x59\x47\xf9\x46\x37\xc9\xad\xe7\xa3\x50\x72\x10\xcc\x4f\x73\xbb\xef\xc8\x5e\xf7\x41\x08\xee\x62\x23\xed\x78\x02\x90\xa0\xc8\x35\x42\x4f\x0b\x90\xe5\x29\x70\xf7\x30\x00\x9c\xf3\x14\xfe\x79\x4c\x0b\xa0\xa8\x43\xd6\x4e\xc8\x0e\xa0\xf8\x90\x5a\x8a\x8a\x25\x6c\x2b\xe4\x37\x10\xb4\xf0\x25\xb2\x9c\x6e\xb7\x35\x0d\xda\x89\xdf\x15\x67\xe4\x27\x93\xd5\xba\x54\x1e\x78\x28\x63\xc7\x25\x8e\x85\x69\x17\xc1\x3b\x1a\x37\x5c\xe7\xa8\xcd\x0f\x8e\x5f\x69\x58\xa4\x70\x30\x4f\x37\xd9\x89\xfc\x7a\x7d\x3d\xfd\x3f\x1c\xcc\x41\xa7\xf1\xb9\xf4\x12\xbf\x2b\x91\xce\x9f\xe7\x09\x85\xfb\x4b\x3f\xbb\xca\x2e\xb2\xe5\xc6\x15\x0f\xba\xa0\xd0\x7c\xd9\x1d\xe7\x10\x97\xd7\x4b\xf2\x69\x97\x72\x77\xb8\x9c\xc7\x08\x26\x5e\xce\x3e\xe8\xfa\x18\x73\xe3\xd4\x06\x8a\x1f\x4e\xda\x9c\xcb\x2c\xb6\x3b\x4a\x3a\x71\xbb\xeb\x6f\x9c\x5f\x28\x3e\xe1\xab\xeb\x7e\xdc\xfd\xe0\x2e\x80\x6d\xe2\x7c\xf4\x2b\xe7\x25\x59\xff\x17\x8f\xe7\xec\xdb\xa2\x09\x80\x2a\x64\x1f\xdb\x1a\x08\x60\xf7\x9c\xdd\x68\xbb\x1b\x80\x2f\xed\xce\xe6\xe5\xff\x2f\x56\xe6\x28\x66\x5b\x1b\x40\xe6\xa9\xcd\x2b\xba\x6f\x41\xf2\xf1\xde\xbd\x38\x80\x72\x2b\x01\xd3\xa3\x69\x00\x57\xf7\x88\xd5\xf2\x9e\x00\xb8\xfa\x4a\x31\x53\xe1\x12\x28\x55\x85\x6b\xcd\x99\xc4\x10\x8d\xca\x79\xcd\x94\xfd\xaf\xe1\x72\x4f\xf3\x7a\x58\x9d\x39\xbe\xd8\x1f\x61\x97\xb0\xbf\xda\x7c\xf6\xbd\xc7\xe4\x6d\xf9\x26\xc7\xaf\x68\x3b\xc9\xb1\xa0\x76\xc6\xae\x19\x97\xdc\x89\xde\xa6\x68\x8a\x1f\x4c\x2d\xc1\x43\x7a\x9a\xf7\xfa\x8b\xcb\x1c\x5e\xdf\x66\x1e\x57\xf9\x95\x59\x79\x1d\x9b\x1d\x2e\xcf\x2f\xe4\xf4\x7e\x39\xf7\xbb\x78\x28\xd7\xd7\x27\x62\xfe\x47\x11\xd7\x69\x9c\xd7\xf3\xc5\x17\x67\xa8\x32\x6e\x79\x87\xa2\xd3\xb3\x8a\x29\x3e\x30\x49\xe7\xbd\xbe\x60\xc4\x13\x27\xe2\x33\xbc\x9b\x31\x4d\xa7\xf6\xc6\x1e\xf7\x0a\xc3\xd6\x46\x73\x9f\x44\x79\xe9\xe2\xf6\x46\xe4\x45\x7a\x79\x7e\xc1\x35\x84\xf0\x02\xec\x22\x70\x65\xac\xfc\x3d\x41\xd6\xff\xa5\x4f\xb3\x71\x6f\xfe\x0a\x60\x64\x75\xac\x75\x2b\x2d\x80\x33\xc7\xce\x87\xcb\xff\x1e\x7a\x87\xf1\x01\xcd\x81\x3f\x72\x41\x2a\x98\xf2\xb7\x2b\x01\x5c\x6a\x60\xb6\xde\x79\x10\xa0\x26\x9e\xdd\x95\xbe\x13\xe0\xce\x26\xc1\xaf\x1c\xbb\x01\x1a\xa5\x65\x39\x64\x88\x60\x72\x57\x42\xcd\xcd\xe8\x09\x51\xe8\xf6\x25\x83\xda\x80\x48\xdc\xbe\xcb\xbc\x0e\xa7\x72\x49\x3f\x5e\x66\x5e\x0b\x47\xdf\x64\x7d\xdd\x7c\x52\xfd\x62\xf0\xfd\x88\xf6\x82\xc0\xc7\xef\xb2\xbb\x1e\x55\x67\x05\x97\x8e\x13\x1e\x98\x96\xfa\x85\x6a\xff\x38\xdb\xc4\x59\x30\x18\x2a\x3b\xa5\x70\xeb\x5d\x4e\x51\xe8\x9b\xe9\x33\xd7\x2b\x33\x6f\x86\xee\xff\x1d\x5b\xd9\x45\xc9\x03\x3a\xd5\x1e\x7a\x69\x3e\xf8\x82\x5d\xec\xc5\x50\xc6\x85\xfa\x73\x5a\x31\x2c\xc1\x3e\xe8\x0d\x39\x3e\x91\xb9\xc1\x3b\x96\x98\x32\x36\x44\x6c\x0a\xb2\x5b\x7a\x96\xe2\x41\xf1\x3f\x09\x99\x0e\xa8\xc1\xf2\xc4\x86\x07\x0f\xfb\x3f\xc0\x36\x45\xa1\x83\x8f\xf9\xd1\xe1\x7c\xc2\x84\x00\x98\x92\xb8\x0e\x6e\x88\xff\x43\xff\xcf\x63\xfe\xb2\x39\x12\xc0\x32\x80\xc9\x6e\x73\x04\x80\x67\xff\x06\x3a\xaa\x3f\xee\x3d\xff\xcb\x41\xd4\x0a\xac\xf2\x0f\xcd\xc9\xcc\x51\xbb\xce\x00\x74\x94\x73\x25\x33\x06\x02\x3c\x7d\x2c\xf2\x4e\x90\x1e\xea\xfb\x5c\xe4\x07\x50\x59\xc4\x98\xa7\x43\x5a\xee\x3e\x4c\xb3\x12\x0f\x7e\x9b\xfb\xe4\x34\xbf\x4e\xac\x39\xe7\x97\x79\xdd\xfb\x56\x5e\x61\xf3\x69\xb9\xf6\xc4\xc2\x89\xec\x2d\x1d\xa8\x9e\x9b\x19\x1d\xe9\x57\xbf\x3a\x75\x94\x25\x1b\xa4\x31\x4f\xa8\xb7\x9a\x27\x90\x92\x03\x7f\xd2\x34\x70\xc7\x7e\x48\xce\xfc\x35\x7e\xa3\x29\x26\x26\xbe\xe9\xb7\xcf\x15\x8e\x68\xa7\xf8\xcb\xb3\x0f\x2e\x36\x47\x3c\x8f\x53\x9f\xaf\x38\x5f\x17\xde\x16\xb3\x67\xe1\x75\xfe\xeb\xb5\xfc\x9b\xeb\x91\xe8\xa5\x3d\x19\xaa\xc1\x67\x22\x92\x97\x3e\xa4\xec\x09\xec\x8a\x38\x8f\x39\x9b\xb0\x37\x40\x2d\x6c\x1a\x1b\x72\xb2\xc1\x7f\x2a\xf4\x20\x76\x22\xb2\xc7\x3f\x25\x64\x23\x4e\x2a\xbc\x02\xe0\xd8\x2d\x36\x9b\x8d\x8f\x01\xc4\x99\x8e\x7e\xdf\x38\x00\xa0\x69\x4a\x1b\xb6\xa2\xfb\x16\xac\xae\x37\x94\xac\xf7\x66\x4c\xaf\xd6\x12\xb2\xcf\xf3\x8d\x98\xbf\xf5\xcf\x5e\x69\xb2\xfe\x71\x80\xc9\x9e\x76\x02\xe0\x63\x33\xff\xa3\xe3\x8d\x00\xdf\xe4\xa5\x32\x94\xdf\x60\xdf\x7c\x4f\x57\x39\xe3\x76\xf4\x43\xf2\x60\xa3\x91\x67\xaa\xf2\x03\x96\xde\x45\xb7\xd7\x15\x47\x2e\xc8\xb6\x75\x26\x3d\x6c\x1a\x4d\xb0\x6c\x9c\x68\x53\x7b\x58\x19\xfa\xee\xe6\xed\xf1\xf7\x0f\x4e\x86\x28\x55\x5d\x98\xd4\x6e\xd4\x0e\x9a\xb9\xd8\xfd\x4b\xbc\x8e\x3e\xb0\xa8\xd8\x77\xe6\x55\x55\x79\x40\x77\xc1\xc8\x6c\xdd\xc5\x6c\x7f\x4c\x9e\xc4\xbc\x40\x31\xab\x3f\x6b\xce\x8e\x85\xb6\xfc\x19\xdf\x2f\x59\x4f\x17\x7f\xe5\x94\xfb\x5a\x64\xa4\xa0\xeb\x33\x7f\xfb\x9a\xa4\xa0\x96\x4a\x53\x51\x3e\x5c\x49\x85\x98\xe0\x84\x6b\x5e\xe2\x49\x37\xb0\xa2\xb1\xdc\x5e\x61\xf1\x71\xd8\x81\x28\x51\xcf\x84\xb8\xd7\x38\xf5\x70\x15\xf7\xc5\xd8\x41\xdc\xaf\xa0\xab\x00\x6c\xe3\x47\x05\x36\x9c\x02\x90\x74\xd8\xbe\xe2\xb7\x67\x60\x41\x5d\xb0\x5c\x3d\x4e\xae\xae\xeb\xdf\x5c\x14\xca\xfd\xef\xb6\xcb\xab\xf5\x29\x61\xb5\x0e\xef\xa0\x5a\xf1\x4f\xf8\x15\xb1\x6d\x64\x45\x07\xbb\xc4\xf1\x60\x7f\x3b\xb2\x00\x1c\xe2\x82\x52\x4a\x13\x87\x09\x6e\x8a\x9d\xd6\x8a\x7d\x5e\xb3\x4f\xf5\x8a\xa2\x53\x6b\x5d\xbe\x2b\x3a\x1d\x2d\x40\xa7\x6f\x19\xe9\x8c\x41\xd7\xf6\x06\xc5\x0f\x67\x37\xee\x6a\x7c\xeb\x52\xde\x1f\xfe\x43\xf1\xee\x41\x97\xc6\x6e\xaa\xa9\xa7\xb5\x03\x6e\x9e\xad\x59\xd3\xdf\xae\x99\xbb\x9d\xbc\x85\x9f\x75\xbd\x58\xe9\xea\x53\xbb\x73\x9e\xe1\x42\x99\x6b\x74\xd5\xbe\x85\xda\x7c\x77\xd7\xab\x17\xd1\x8b\x8d\x39\x24\x57\x9e\x92\x3e\xf4\xdb\x8c\x36\x97\x5d\x17\x36\x2c\x7d\x4b\x16\x71\x6e\x2e\x10\xc1\xb4\xc6\x17\xba\xec\xc9\xad\xc3\x0a\xc4\xcc\x3b\x7b\x9d\x19\xc7\xb6\x44\xe5\x38\xeb\x64\x9b\xe1\x0c\xc2\x5a\x9c\x18\x33\xf9\xf0\x9b\x02\xdb\x1c\x6b\xd3\xa6\xf1\x81\x7e\xcb\x7f\x47\xb4\x30\xc5\x6e\xa4\x5e\xd1\xff\xbb\x97\x3f\xbf\x2d\xf9\x7e\x73\x04\xf6\xef\x7d\x40\xd1\xfd\xd6\x72\x51\xc8\x7e\x18\xc3\xfb\x56\xeb\xcc\xda\x3d\x70\xea\x4c\x2a\x2a\xb4\x29\x00\x7b\x22\xfd\xe4\xd8\x01\x70\x10\x4d\x10\x6d\x79\x95\x44\x8c\x51\x34\x30\x78\xd4\xba\x0d\x7f\x5f\x4f\xc6\xb7\xb8\x9c\x09\xb3\xdd\x81\x36\x4d\x3a\xa6\x74\x5e\x3d\xb2\xad\x9c\xc1\x8b\x6a\xd6\xa2\xc6\xe0\x0a\x93\x55\xc8\x0c\xf3\xf8\xdb\xea\xeb\x96\x8c\xe3\xb4\x33\x31\x95\x0e\x56\x6a\xef\x0a\x66\xa3\xca\xfc\xad\x51\xbd\x1b\xe7\x9d\x0a\x17\x6c\xf4\x1e\x1d\x59\x48\xce\xbb\x6f\x53\xde\xac\x8e\xde\x91\xad\x66\x73\xb9\x5e\x0c\x8d\x4d\xc3\xd9\xf4\xd5\x26\x2f\x8d\x26\xf9\xda\xf4\x5f\x1d\xc7\x74\xc7\xc5\xdb\x7a\x5c\xbe\x82\x15\x8c\x11\xb3\xc9\x29\xc7\xe1\xf6\x84\xd7\xd8\x14\x95\x32\xe2\x82\x43\x79\xad\xef\x16\xdb\xe3\x08\x81\x0e\xd6\x35\x85\x03\x78\x3f\xbf\x23\x56\x53\xe7\xc6\xf0\x5f\xbd\x72\x00\x44\xcb\x37\x09\x2d\x7f\x7e\x3d\x53\xaa\xbf\xf4\xff\x34\x83\xd5\x5a\x4a\xd6\x3b\x29\xf7\xbf\x7b\xc8\x3a\xe0\xc8\x9e\xd5\xfa\x77\x1e\x02\x45\xff\x19\x6d\x07\x60\xdb\x43\x9f\xf5\x4a\x03\xae\x88\x1c\x3a\xe1\xfe\x80\x8a\x24\xad\x28\xa4\x69\x5e\x6d\x4c\x50\xd0\x2b\x72\xe4\x3a\xeb\x83\x7b\x6f\xaf\x16\x36\x1b\xbe\x7f\x29\x2d\x74\x32\x13\xdc\x3a\xd0\x7a\x65\xad\x67\xcf\x5a\x0d\x2c\x7c\xeb\x51\x2c\x60\x34\xf2\x9a\xff\x3c\xd7\x5a\xb4\xc1\x60\x62\xce\x78\xc1\xec\x6c\x34\xc5\xf7\xc2\x58\x77\xe0\x09\xfa\x6e\x1a\x97\x71\xe3\x8b\x6d\x4b\x45\x89\x24\x53\xff\xce\xaa\x25\x52\x82\x8b\xe9\xc7\xfb\x07\x31\xc3\x31\xef\x4d\x7f\x35\x4b\x60\x4f\x46\x09\x9a\x2a\xd5\xdf\xc6\x99\x87\xb4\x99\xce\xd5\x5d\xc6\xd5\x06\x95\x9b\x6d\xbd\x1e\x86\x67\xf1\x4f\x31\x6b\xba\xd2\x8f\xf7\xf2\xcd\x35\xd5\xbc\xfc\x11\xd9\xeb\x61\x68\x1a\x7e\x91\x19\x71\x74\xed\x07\x50\x60\x58\x5d\x07\x85\x03\xf9\x3f\xfd\x40\xc8\xba\xd7\xfb\x4b\xff\x7e\xff\xcb\x75\xfa\xd1\x6a\x1d\x21\xfb\x21\xf4\x31\x00\xec\xc1\x50\x51\xb5\x33\x03\x46\xf0\x12\xe7\xef\xda\x4e\xd2\xb0\x42\xa1\xc2\xed\xe2\xbb\x44\x3b\x3d\x19\xd3\xce\x14\x09\xe4\xb4\x5d\xad\x67\x48\x40\x03\xae\x39\xb0\x23\xc2\xcb\xc5\x10\x5b\x9c\xb7\x2d\xee\x8e\xe5\x05\xcc\xef\x86\x9b\x09\xa1\x46\x36\x4b\xdf\xdf\x7d\x4e\xf1\xd6\x21\x2e\xbd\x46\x4f\x24\x4d\x51\xf8\x07\x9d\xa2\x9f\x99\x98\xa0\x18\x11\x5d\xd5\x4f\x78\xac\x48\xa4\xb3\xee\xec\xbb\x2e\xec\x8d\xb0\x49\xbd\xd6\x97\x57\x70\x9b\x42\x0f\xeb\xc7\xf4\xf0\xe2\x02\x83\x6a\xf4\x4a\x3a\x22\xf1\xca\x3e\xbf\xf4\x4b\xee\x6d\xc6\x9f\xf3\x1a\x33\x90\x6d\xba\x8b\xef\xf0\xbc\xad\x5f\x54\xaf\x8e\xd8\xb8\x8c\xeb\xf7\xdf\xbc\x8d\x14\x3a\xef\xd4\x67\xa8\x15\x46\x48\xf6\xfe\x7f\xf8\x81\x90\xe7\xdd\xe9\x2f\xab\x95\x72\xff\xfd\x01\x0f\xd5\xff\x87\x03\xa1\x7c\xff\x23\xfb\xc9\xfa\x17\x39\x27\xa6\x5d\x0d\x80\x95\x66\x77\xdf\xcd\x7a\x00\xa1\x6d\xc7\x2b\x2f\xca\x83\xb1\x7c\x8a\x44\x43\x4e\x03\x49\x43\xe7\x87\xb6\xee\xc9\x11\x42\xa7\x6d\xad\x6d\xa3\xf7\x51\xa4\xd2\xef\x93\xc7\x77\x47\x3a\x7c\x67\xe6\xdd\x00\x47\x8b\xb3\x78\x91\xaa\x8f\xc1\x43\x46\x02\xb8\x67\xed\x0f\x42\xa3\x74\xee\xe1\xca\x87\x7e\x84\x1e\xd0\x62\xc0\xe9\x63\xb3\x42\x83\x34\xd9\x71\xc3\x38\xe6\xc0\x32\x0d\x0d\x0c\x35\xae\xdb\xf7\x84\x46\xfd\xcf\x4d\x78\x05\xaf\x70\xcd\xd9\xcf\x85\x78\x63\xaf\x14\xad\xfd\x83\xb1\xf8\x17\xee\x12\x5a\x27\x5e\xc7\x21\xbc\x2e\x39\x5a\x93\xbd\x4f\x10\x7b\x67\x15\x6d\x91\xae\xaf\x48\x89\x63\xb0\x36\xcd\x23\x16\x04\x6f\x67\xa4\xd5\x79\x9f\x9e\xa0\x6f\x6d\xab\x35\xd9\x5c\x4b\xc8\xb0\xd4\x04\x70\xde\x4b\xf5\x17\x17\x57\xfe\x98\xea\x2f\xfd\x9b\x72\xff\xfb\x47\xd7\x9f\xeb\xff\x4d\xd6\x3d\xfe\x2f\x1f\x80\x6b\x09\x00\xd4\xd7\xa8\xa8\x2a\xda\x01\x04\xba\x99\xaf\xe7\x1f\x82\x2a\xb9\x9b\x42\x92\xc9\xb1\xa4\x69\xd4\x31\x45\xfd\x50\x17\xe2\x63\x6b\x1b\x23\x1a\xb7\x49\x42\xaf\x0f\xaf\x6d\x84\x1d\x3b\xc1\x31\xf1\x9c\x23\xce\xcc\x80\xb0\xab\xd8\xc6\x25\xd9\xe0\x09\xf2\xa1\x0e\xef\xea\xaf\x73\x03\x49\xe9\xa0\x77\xb7\xd0\xfc\x8a\x70\x7f\xd8\xe0\x81\xa8\xe1\x11\x46\x0c\xb5\xc7\x6e\x55\x3f\xa4\x0d\x39\xea\x54\xa4\x12\x47\x60\x47\xb2\xed\xbe\x2b\x93\x16\x1d\x90\x69\xeb\x4f\x2a\x13\x3f\x0a\x91\x29\x9b\x08\x95\xdd\xa3\xbf\x08\x91\xe6\xc9\x2a\xe7\x86\x77\x10\xce\x9a\xcd\xaa\x9e\x7d\x53\x4c\x28\x34\x67\x55\xdb\xf0\xa2\x80\x50\x65\xf6\x44\x65\xe1\xe9\x11\x22\xa7\xe1\x05\xb5\xc8\xae\xa3\x04\x8c\xf1\x22\x40\xb8\xcc\xdf\xfb\xe0\x96\xdd\x6a\xed\xbb\xb0\x5a\xc7\xbd\xa9\xfe\x97\x0f\x02\x59\xff\xec\xf3\x58\xad\xf7\xee\x90\xf5\x4f\x72\x1e\x08\x25\x07\xa0\x80\x0b\x40\x20\xe6\xc8\xad\x0c\x19\x18\x95\xad\xe2\xed\x38\x99\x0e\xda\xda\x76\x52\xd7\xfd\xb6\x93\x32\x2d\x32\xd5\xbb\x9c\x1a\x89\x63\x6e\x8e\x06\x4c\x56\x25\xc4\xf3\x27\x83\x4d\x3c\x8c\x97\x88\xfa\x67\x1b\xcc\xcf\xea\x5b\x13\xe9\x2e\x1b\x5a\xb6\xa3\xbe\x13\xe6\x6e\xa3\xac\x8c\x35\xda\x09\x95\x3d\xcf\x6d\x44\xd7\xb8\x87\x07\x84\xec\xc5\x9f\xd6\xac\x14\xee\x61\x2d\xef\x62\x2b\xc1\x8e\xa8\xa5\x27\xa6\x40\x3b\x2f\x40\x34\xd6\xfd\x2a\x7f\x64\x6a\x88\x58\xa5\x6d\xa0\xb0\xef\x6b\x23\x31\x13\xf5\x5c\x21\x7a\x24\x8c\x78\x01\xe5\xa0\x10\xf8\xae\x83\xd8\xaa\xbd\x47\x21\xa9\xff\x10\xf1\x85\x96\xea\xfa\x7b\x01\xe5\x3c\xec\xb2\x5e\xad\x9f\xc9\x73\x80\x84\x5e\xae\x0b\x7a\xff\x9b\x83\x7a\xc0\xf9\xb7\xfe\x59\x56\xbf\x5a\xb3\x29\x79\x08\x7e\x00\xfc\xc8\x61\xba\x53\x9b\x00\xa4\x4f\x1d\xcf\x0e\xe1\x80\x72\xcd\x12\x61\x1f\xf7\x8f\x40\x63\x26\x25\xef\x6e\xc7\x47\x2a\x72\x9a\x54\xab\xb2\x78\x4b\x92\x08\x53\xd2\xa1\x37\xbc\x4b\x12\x48\xfb\xa0\x93\xa1\xb7\x8f\x44\x53\xe0\xa1\x67\xac\x0d\xc4\xbe\x2b\xd4\x06\x6d\x1a\xaf\x88\x15\x0d\xe5\x46\x3b\x55\x0f\x13\x2f\x74\x6b\x1b\x06\x29\x5d\x26\x26\x8d\x70\x1a\x96\x2a\x10\x88\x29\x73\xaa\x06\x0b\xff\xe6\x5c\xc8\x72\x90\x4e\x93\xd8\x54\x3d\xa4\x73\x08\x8d\xa4\x04\x85\x0a\xe9\x5b\x0b\x04\x92\xaf\x62\xb2\x74\xcc\xaf\x4c\x52\x84\xc2\x27\x69\xeb\x6f\x22\xa4\x34\x85\x4d\x52\x37\x3e\xf7\x90\x6e\xcb\x36\xad\xef\x83\x07\xe4\xf7\xc5\x61\x97\xd5\x8a\x75\xa0\xfa\x5f\x1c\x10\x79\x1f\xb4\x93\xfd\x00\x6e\x05\x90\xf5\x4f\x0e\xb2\xfe\x4b\x5e\x7f\x42\xc3\x6a\x3d\x15\x05\xc0\xf9\x7a\xcf\x58\x44\x01\x80\x54\x27\x6b\xbf\xaf\x1c\x7c\x53\xab\xe1\x15\x70\x16\x80\x08\x43\x44\x4c\xd3\x7a\x0f\x09\xeb\x50\xa5\x20\x6d\x22\x4c\xc2\x05\x28\x29\xa0\xf5\x55\x48\xaf\x4f\xd1\x28\x7f\xd0\x71\x22\x35\x66\xa2\x55\xe3\xb4\xfa\x48\x69\x45\x69\xea\x33\xea\x26\xa4\xc0\xab\x47\x34\x6a\x55\xe9\x49\xa2\x4d\x62\xda\x8e\x14\xee\x41\x9e\x97\x64\x35\x58\xa7\x4e\x90\x2b\x24\x49\x4c\xbe\xd5\xcc\x97\x8d\x26\x45\x10\x8b\xd4\x52\xd7\xb8\x8f\x5a\x38\x42\x6a\x93\x6d\x16\x27\xc1\x79\x50\x11\xdb\x2f\x56\x07\x42\x10\x29\xd4\x24\x92\x83\xcd\x80\x5a\xfe\x6c\xb1\x8c\xd9\x22\x30\x11\xd9\x00\x50\x0f\x7f\xcf\x81\xf9\x1b\xcb\x15\x4f\xd6\x33\xc7\xc9\x3e\x06\xaf\x27\xff\xd6\x3f\xef\x90\x75\xe0\x4a\xf2\xbf\xe7\xf7\xfe\xad\x7f\xaf\xf9\x40\x78\x03\xb0\xeb\xee\x0c\x0c\xa0\x06\x90\x0c\x67\x6a\x76\xa5\x03\x50\x6e\x62\x57\xb7\x65\x85\xa7\x7a\xfa\xfc\x92\xa6\x49\x10\x6f\x1d\x29\x2a\x6b\x30\x0a\x9e\x5e\xa6\x12\xda\x14\xdf\x07\xed\x4b\xc0\x95\xf8\x4b\xf6\xa9\xfa\x26\x50\x3d\x7d\x42\x3a\x4d\x75\x14\x36\x14\x5b\xcb\x63\x94\x1b\x49\xc3\xd5\x6c\x4a\x6c\xff\x72\x0f\xff\xe6\x5c\x48\x7d\x26\x61\x17\x9c\xe4\x85\xff\xf5\x79\x10\x93\x86\x8f\x90\x2d\x18\x24\xc2\x0c\x00\x43\xbc\x3a\xc2\x4a\x00\x80\xe6\xd6\x04\xe8\x9d\xfe\x73\x0e\x52\xf4\xef\x09\x32\xef\xb5\xc6\x01\x91\xcf\x45\x4a\x1e\xca\xbf\x3e\x08\x19\xe4\xbe\xac\xf9\x40\x90\xf7\x8f\xa3\x03\xc0\x96\xef\x54\x54\x6e\xca\x00\x27\x0a\xe8\xbd\x1c\x59\x00\x14\x46\x98\x27\x2c\x25\x00\x8b\xda\xcc\x59\x66\x98\x0a\xbd\x66\x65\x7c\x4d\x7a\x3b\xe1\x96\xeb\x51\xc1\x62\xed\x12\xa8\x0a\x30\x13\xe6\xd2\xa2\x82\x84\x68\x03\xb1\x32\xd5\x57\x90\x9d\x8c\x88\x56\xa9\xd8\x80\xd7\x59\x2a\x89\x60\xa5\x74\xd0\x2d\x39\x23\x15\x44\xe1\x1e\x64\xbf\x80\x42\xc3\x16\xa9\x5a\xe9\x01\x50\x7c\xe8\x2f\x25\x27\x89\x06\x8d\x17\xef\x24\x13\x25\x6f\x82\xe8\x88\xa8\xd4\x6b\xc9\xcd\xa0\x3c\x69\x22\xa5\x24\x8e\x86\x38\x8c\x96\x38\xad\xd8\x37\xe8\x84\x20\x61\x6e\x0a\xff\x21\x6c\x06\x00\x0b\xdc\x11\x00\x5f\xeb\xfe\x9c\x83\x3f\xc9\xdf\xeb\x1a\x07\x44\x20\x73\x30\xf6\xe4\x73\xe0\x5f\x1f\x04\xf2\xbe\x39\x45\x9e\x17\xc1\xef\x57\xab\x6b\x07\xb9\x56\x03\x30\x89\xd0\x48\xdb\x77\x01\xf0\xab\xec\xf6\x34\x07\x00\xe9\xc7\x07\x4f\x1a\x9d\x01\xd0\x38\xcd\xaa\xa2\x53\x0c\x60\x58\x77\x5c\x00\x55\x06\x93\x76\xd4\x3c\x07\xb4\x0f\xc2\x63\xef\xf9\x13\xb2\xea\xb1\xf0\x24\x54\xf5\x04\xa7\x6a\x2b\xdc\x8d\x55\x17\x9c\x57\x8a\x81\x8e\xe4\x7b\x27\xaa\xe4\x9f\xc1\xc3\x9c\x0f\x27\xfa\xd6\xb8\x07\xb2\xdf\x83\x74\x16\x64\xdc\xfc\x25\xb2\x24\x19\x09\xb9\xad\x96\xc2\x24\x71\x12\xe4\x3f\x51\x10\xee\x14\x7b\x08\x25\x6f\x8c\x85\xf9\xc4\x62\xa0\xe8\xcb\x21\xe1\x5f\xa2\x9f\xe0\xce\x2f\x47\xa1\x02\xd1\x7a\x78\x8b\x2d\x14\x94\x14\x95\x00\x80\x06\xfe\x29\xca\x1c\xa4\x9c\x83\xef\xc9\xbe\x37\x14\x0e\xa8\x65\xcb\x6a\xad\x26\x73\x52\x94\x3c\x94\x35\x0e\x86\xfc\x3c\x44\x90\x7d\xc5\x28\x3e\x10\x76\xc7\x01\xa8\xac\xa8\xa8\x1c\x36\x00\x30\xd5\xd0\x70\x5a\x6e\x04\xe0\x79\xb5\xb3\xc4\x98\x0f\x40\xd4\x6d\x6f\x39\x85\x7f\x40\x35\x01\xe8\xb4\x1d\x3b\xa2\x99\x08\x60\x59\xca\xde\xaf\xce\x01\xe0\xd4\xc0\x61\xa7\x12\x0e\xe0\xf3\x88\xb3\x4e\x85\x13\x16\x42\x18\x78\x9c\x15\xef\xc1\x74\x8c\x29\x2f\x8f\x3c\x0d\x2c\x24\x6f\xe2\x29\x90\xb9\x04\x3f\xcf\x7c\xe5\xcd\x90\x2a\x86\x5f\x45\xc9\xbc\xac\x52\x83\xd0\x5d\x31\x25\xf0\x50\x22\x07\xfa\x6b\x84\xf9\x7d\xc5\x8b\xe1\xc9\xdd\x5d\x02\xd9\xa2\x37\xe0\xed\xc3\x5d\xfc\xc2\xa2\xdb\xe1\xd5\xd3\x69\xfe\x0a\x11\x19\x78\xf7\x8e\x9e\xdf\x5b\x98\x03\xe6\xbe\xb2\xf0\x3e\x16\xee\x87\xd9\xe9\x2a\xbe\x09\xca\x39\xf0\x7f\x71\x40\x37\xc8\x7c\x03\x25\x0f\x25\x8f\x9c\x97\x95\x8a\x59\xad\x51\x64\x1e\xca\x9f\xfc\xfc\x38\x65\xfc\xcd\x81\x68\xe9\xac\x56\xa5\xcf\x00\xdb\xe7\xa9\xa8\x50\xa3\x00\x27\x7a\x77\x29\x69\x69\x03\xc8\x79\xef\xdf\xa5\x11\x00\xa0\xa1\x74\xc4\x4a\x2d\x0e\xc0\x58\x9e\xd9\x5d\xf9\x17\x80\xcd\x47\x96\x5e\xe5\x53\x00\xae\x29\x6c\xad\xca\x8c\x00\x7e\x7a\x1c\xdd\x0a\xd2\x00\x61\xb6\x1c\x45\x72\x36\x00\x31\x2d\x9c\xbb\x65\xee\x02\x24\x93\x38\x27\x24\xeb\x01\xb2\xb8\x39\x36\x4b\x34\x01\x14\x65\x70\xb9\x8b\x65\x03\x94\xf6\x73\xf4\x88\xe6\x02\x5c\x8d\xe1\xec\x14\x09\x00\xb8\xf5\x8a\xeb\x90\xf0\x77\x80\x16\x4d\xae\x2f\xc2\x23\x30\xdb\xf1\x90\xe7\xb4\xf0\x0e\xc0\xf4\xc6\xf0\x50\x0b\xc5\x01\x61\x20\x84\x9b\x34\xba\x0b\xfe\xbf\x1c\xd0\x25\xf2\x79\x70\x8e\xcc\xfd\xa4\x93\xb9\x28\x0a\x07\x13\x44\xee\x97\x7b\xc5\xdf\x1c\x88\x7e\xe3\x6a\x55\x21\x9f\x2b\x12\xcb\x7d\x0c\xa5\xa2\x52\xff\x09\xc0\x53\xbb\xbd\x41\x29\x1b\x40\xbc\x99\x0e\x2b\xcf\x00\x20\x1f\x48\x2f\x23\x97\x0d\xa0\x7d\x64\xbf\xb8\x5c\x15\x80\xf1\xdc\x21\x39\xe9\x5b\x00\xd6\xe7\x0e\x89\xc9\x15\x03\xb8\xee\x3d\xda\x26\xfb\x15\xc0\x97\x9a\xe5\xb6\xf4\x55\x80\xd0\x36\x56\x59\xa9\xc3\x00\x27\x37\xb1\x26\x49\x38\x02\x24\x8a\xb3\x36\x4a\x6c\x01\x48\x0f\x60\x3b\x28\x56\x06\x90\x0f\xec\x69\x62\xca\x00\x17\x6a\x8f\x67\x8b\xb4\x03\x54\xd0\x1c\x57\x16\xde\x00\x70\xdd\x85\xbd\x50\x38\x12\xa0\x31\x85\x33\x46\xb0\x0b\xa0\xd5\xea\x78\xe1\x09\x15\x80\x4e\x03\xf6\xe8\xe5\x4f\xa9\xb6\x77\x55\xcf\xfa\xdf\x1c\xc4\xf1\x37\xb2\xf2\x5b\x8e\xad\x73\x10\xb2\x71\x0a\x89\x7b\x7b\x00\xd4\xd9\x55\x63\x0e\x1f\x05\xd0\x1b\xd4\xe4\x60\x09\x01\x30\x0a\xd5\x9b\xe7\x2a\x01\x30\xfb\x68\x76\x5d\x64\x11\xc0\xe2\x84\xc3\x7e\x59\x14\x7c\x37\x77\xf4\x25\xa8\x15\x41\xa5\x29\x6f\xf4\x67\x9d\x32\x30\x31\xac\xce\xce\x32\x8e\x22\xb5\xe9\xd7\x97\xcf\xd8\x06\x92\x62\x51\xa5\x77\x7c\x1d\x92\x88\xb3\x5a\x51\x5d\xcc\xee\xca\xc4\x45\xf5\x8d\xef\x96\xdc\x42\x89\xbf\x55\x42\x7f\x8e\xb8\x29\x13\x1f\x2b\xdf\xc1\x0b\x7b\x88\x92\x5c\x95\xf6\x21\x6c\x0e\x37\x49\x03\x0a\xaf\x91\x5e\xeb\xad\x98\x73\x0a\xc5\x84\x1d\x96\x1b\xa6\xf0\x8a\x0e\x84\x03\x96\xf2\x63\x97\x14\x5f\x11\x94\x2c\xb8\x3e\x16\x2a\xf1\x12\xdc\xcc\xb9\x06\x0a\x94\xbe\x11\x32\xcc\xd4\x5e\xd1\x29\x29\x12\xf0\x86\x0b\x4f\x07\x94\x07\x08\x23\xc6\xed\x4f\x98\x94\x8d\x88\x3c\x06\xd9\x8f\x52\x94\x5b\x89\xda\xfa\xa1\xf7\xf8\x95\xc7\x88\xf1\xba\x2a\x7f\xf5\x61\xe5\xf7\x37\xea\x64\x69\xd3\xe5\x7a\x78\x46\x66\x64\x83\xe8\xba\xfe\x2f\x16\x21\xab\xb4\x4b\x18\x40\x8e\x4e\xce\x64\x6f\x12\x80\x46\x84\x12\xc3\x41\x36\x00\x03\x6e\x8d\x00\x16\x67\x00\xd3\x1e\xfd\x61\x5e\x9b\xf5\x3e\x58\xce\xda\xbd\x93\xfb\x01\x4b\xe6\xd7\xbd\x7e\xa8\x5c\x87\x62\xd3\x85\xa8\x0f\xba\x06\x70\xd0\xf8\x41\xd6\x07\xf3\x7c\x52\x8d\x41\x6d\xd9\x36\x3b\x6f\xd2\x41\xdd\x96\xdb\xe9\xae\x44\xe2\xb8\x96\x60\xb7\xaa\x7b\x27\x31\x56\xbd\x6f\xf8\xb7\xf7\x3d\xa2\x93\x6a\xfe\x74\xaf\x4f\x00\x85\x7f\x21\x71\x2a\x35\xe3\xbb\x9d\x2f\x13\x26\x15\xad\x90\x33\xb6\x2c\x73\x9f\x15\xa7\x91\xcb\xb6\xf4\x13\x67\x94\x6e\x23\xed\x36\xad\x5f\x94\x94\x7c\x08\xec\x96\xbe\xc3\xee\xca\x27\x08\x62\x96\x8a\xaf\xa3\x54\x4e\x12\x54\x2c\x5d\x9e\x0d\xa9\x14\x13\xd2\xcd\xa9\xbb\x63\x54\xbe\x12\xee\x98\x5e\x7a\x7c\x58\x85\x86\x28\x64\x90\xf6\xf0\x88\x0a\x8a\x28\x6d\xa0\xd6\xaa\xaf\xaa\x4c\xd4\xd5\x7f\xfd\x67\x1f\xfe\xd6\xff\x29\x3e\x08\x3c\x0a\x52\xbb\xb7\xe6\xfe\xc1\x41\x9c\x95\x75\xa5\xd7\x07\x40\xb1\x29\x04\x1e\xe4\x06\x30\x62\x55\xdf\xc7\xb2\x01\xc0\x3c\x57\xa7\x83\x8b\x00\x60\xd9\x6e\x62\x25\xbc\x04\x60\x7d\xdd\xe6\xb6\x7c\x17\x74\x58\x61\x3c\xfb\x35\x8d\x20\xd0\xe2\x40\x64\xb3\x41\x06\x6c\x31\x19\xc8\xd4\xb6\x68\x21\x65\x18\xea\x94\x79\x39\x98\x93\xb6\xea\xe2\x6f\x17\xb9\xf5\x12\x53\xb4\x2b\x9f\xa4\xf9\xf0\x10\xcd\x34\xc4\x46\x04\x7c\x63\x88\xc6\xaa\x96\x73\x1e\x3e\x38\xe2\x29\x15\x4d\xdc\x1b\x2f\x22\x89\x4e\x09\x8d\xaf\x74\x69\xc3\x8e\x2a\xe5\x20\xbb\x1d\x4b\xa7\x0f\x28\x73\x20\x5a\x0e\xa1\xe3\x1b\x54\x76\x20\x76\x0e\x8e\x23\x9e\x2a\x0f\x90\x42\x3b\xe8\xbf\xa3\xb6\x13\x29\xb2\xcf\x7b\x69\xa2\xfa\x05\x99\xb5\xb9\xfb\xf4\x8e\xda\x26\x82\x82\xd5\xd1\x0e\x82\x5a\x3f\xc1\xd6\xd2\xb6\x7d\x42\xf5\x26\xe1\x87\xf1\x64\x9b\x8e\xda\x77\xc2\x67\x93\xea\xc6\x47\xea\x57\x88\x9b\x8d\xfd\xfe\xdc\x0f\xab\xfe\x28\x6b\x7d\xb8\x29\xc2\xf4\x27\x07\x41\xe9\x83\x6a\xa3\x14\xec\xad\x5f\xe7\x41\x8c\xfd\xd5\xde\xb1\x98\x00\x58\xef\xd6\xd6\xe5\x3a\x0a\x60\x23\x62\xbc\x20\xba\x05\xc0\x86\xc1\xfa\x9d\x7c\x23\x34\xdb\x44\xb8\xc7\x69\x4e\x81\x95\xe5\xa1\x48\x47\x23\x05\x52\xab\x39\x75\xe6\x26\xdb\x38\x92\x98\xb1\x42\x69\x9f\xcb\x22\xf1\xa6\xfe\xde\x3b\xcf\xbc\x69\x89\x11\xda\x0e\x3d\x39\x3e\x2d\x84\x9f\x1a\x35\x9f\x39\x02\x5f\x10\x16\x54\x5f\xa0\x99\x03\x7a\x28\x7d\x20\xfe\x56\x56\xc5\x87\xba\x09\xa2\xa3\x95\xa3\xf0\x77\x5d\x6e\x4d\x0c\xab\xd4\xe1\x47\x5c\x02\x47\x97\x54\x15\x91\x6d\xce\x11\xef\x93\xd5\xe8\x10\x55\x27\xd6\xd7\x29\x6a\xf1\x48\xbe\xfd\xd7\x67\x5c\x6a\x4d\xc8\x6f\x5b\xba\x8e\xcf\x1a\x1c\x08\xde\x56\xf8\x61\x80\xfa\x0b\x82\x81\xd5\xf1\x7b\x37\x35\x68\x08\xf1\x16\xa9\xcd\x12\x1a\x7c\x84\x76\x33\xd5\x06\x4e\x8d\x1c\xc2\x84\xc9\x3b\xf8\x0f\x17\x44\x9d\x27\x96\xf7\x3f\x39\x08\x94\xb8\xe7\xae\x9d\x00\x6a\xa9\x92\x57\xf6\x1e\x04\x30\x52\x95\x53\x39\xf8\x12\xc0\xf2\x91\xb2\x1c\xf3\x39\x00\xbb\xbb\x9a\xbb\x38\xc3\xd6\x73\xa4\xec\xc5\xac\xf9\x14\x85\xa1\xd4\xae\xd7\xd5\x06\xb5\x09\xd8\xac\x3b\xc3\xb3\xcd\xa8\x48\x69\x96\x3b\xd2\x48\x0e\x81\x24\x6a\x93\xf0\x52\x0e\xf7\xcb\x6b\x9c\x18\x03\x2a\xe4\xa9\x60\x00\x96\xd0\xae\x31\x30\x5a\x1d\x1c\x48\x08\x52\xcb\xc4\x04\x87\x9e\xa5\x70\x51\xc8\x27\x15\x29\xdc\xbc\x97\xe0\x4c\x85\x2a\x2f\x9e\xcf\xd3\x65\x9c\x56\x4d\x17\x6f\xec\x41\xfc\xe0\xa8\x36\x8c\xaf\x72\xa7\x79\xbb\x4b\xbd\x06\x3f\xef\x2a\xf5\x6c\x5a\x63\x1a\x39\xec\x92\xd6\x4d\xa7\x31\x85\xc4\x3a\x46\x3d\xbe\xab\x71\x1b\xf9\x66\x77\xf8\xc1\x3e\x4d\x43\xc2\x76\x5b\x5a\x0a\x0f\x55\x3f\xac\xf9\x9a\x50\x6e\xfe\xbb\xce\x4a\x4b\x82\x30\x66\x1a\xb2\x3e\x17\xa8\xe2\xa5\x0b\xff\xd4\xff\x29\x1c\x84\x20\x9d\x68\xf9\x76\x3d\x00\xd9\x62\xd1\xb1\x9d\x00\xa0\x7d\x51\xe2\xf2\xde\x76\x00\xe3\x64\x69\x9a\xfd\x8f\x96\xbf\x77\xc5\x4d\x47\x7d\x01\x1c\x16\x35\xdc\x38\xfb\x00\x9c\x6d\x0d\xde\x8b\x26\x00\x38\x21\x96\x55\x8a\xc3\x10\xee\x18\xe0\x6c\xa7\xfb\x0c\x36\xd9\x5e\x0f\x3d\x65\x8e\xa6\xf4\x81\x88\x33\x69\x2c\xf9\xe9\xb1\x6f\x8d\x13\xbb\xa5\xc3\xf6\x8c\x25\x64\x86\x20\xaa\x59\x3e\xa6\x10\x11\x47\x60\x57\xdf\x8a\x79\x1f\x61\x44\x58\x54\x0d\xc1\xd1\x04\x5c\x41\x37\xa8\x96\xe0\xbc\xfd\x7c\xa6\xb0\x6a\x49\xb8\x22\xdf\xaf\x5f\x76\xaa\x0b\xe2\x8f\x7a\x0d\xbe\xdf\xa8\x11\x89\x57\xf3\x72\x79\x7d\x48\x03\x83\xbf\xea\x3e\xfa\x94\x5d\x6b\x23\x7e\xda\x4d\xf9\x31\x56\xeb\x34\xa2\xec\x3c\x76\xff\xb2\xd6\x35\xe4\xba\x43\x65\x4b\x87\x56\x3e\x42\xb2\x1d\xac\xef\xd3\x3e\x4f\xe0\xb6\xb9\x56\x37\x85\xa2\x23\xb8\x5b\xe5\xd4\x86\x6a\x47\x13\xaa\x2c\x56\xd2\x64\x65\xdb\xa8\xfe\xe0\xa3\x28\xfa\x3f\xc5\x07\x41\xe8\x96\xb0\xdc\xf6\x5c\x00\x65\x94\xd8\x56\x3a\x8d\x75\x0e\xc2\x0c\x27\x61\xcd\x70\x1f\xc0\xbe\x4c\xe1\x34\xb3\x26\x80\xcb\x1d\x0d\x16\x6e\x25\x00\x37\x69\xdd\xcf\xc2\x7a\x00\x6e\x54\xe6\xcd\x8a\xa2\x6b\x3e\x52\x58\x7b\xb7\x20\x3f\x8b\x64\x92\xba\xb5\x60\xaa\xbf\x0b\x2d\xf1\x94\x39\x7f\xf1\x4b\xdf\xa7\x6b\x9c\x58\xa0\x4e\x4e\x1f\x77\xb8\x0e\x61\xbb\x66\xe6\xb7\xc1\xc8\xaf\x6b\x5c\x14\x99\x0f\x9b\x7b\xab\xf6\x1b\x3b\x18\x54\xff\xfd\x99\xfa\x2b\x9c\x66\x40\xfa\x08\xa2\x19\x8e\x73\x0b\xc8\xec\xb7\xd0\xd2\xc3\x0d\xf9\x22\x14\x7f\xa4\xae\x97\xda\x29\xf8\x2b\x1e\xc3\xed\x7c\x28\x36\x64\x9b\xdb\xe1\x56\x2e\x54\x1f\xa2\xea\x12\xd7\x44\x8d\xda\x86\x74\x3b\x30\xdc\xb2\xd2\x39\x4e\xa0\xb6\x0b\xa8\xcd\xd0\x39\x4a\x90\xb5\xb1\xbb\x76\x5a\x27\x91\x90\x64\xf9\xfe\xbf\xf3\xf1\x5f\x1f\x04\x11\x35\xe1\x5e\x5a\x49\x00\x95\xa3\x22\xc7\x77\x05\x00\xe8\x77\x8b\x4a\xed\x79\x01\x60\xe5\x23\x96\xc0\xa0\x02\xe0\x5c\x27\x4f\xcb\xac\x07\xe0\xce\xad\x2e\xc7\xed\x0a\xe0\xd5\xaf\x2b\x24\xca\x00\xe0\x21\x62\x56\xa0\x78\x18\xdc\x5d\xea\x1d\x4d\xf4\x39\x48\xb5\x8e\x98\xc0\x67\xb6\x92\xa4\xbd\xb6\x8c\xc9\x09\x6e\x6d\x44\x7b\xf3\xfb\xc5\x1d\xfe\x7a\x6b\x9c\xd8\x07\xdd\x4b\xcf\xdb\x4e\x9e\x43\x02\xb4\x78\x27\x77\xc6\xfe\xa0\xf4\x01\x5b\xa8\xbe\x0d\xcb\x13\x56\xf0\xcb\x46\x43\x09\x1b\x1e\x5a\xf6\x85\x59\xf3\x0b\xb6\x3c\x34\xfc\xdd\xb4\x36\x2b\x6e\x67\xb0\xdb\x8b\xe7\xa8\x03\xb8\xc8\xc0\x03\x3d\x73\xa8\x0a\xdc\x47\xbf\xdb\x8f\x75\x74\x74\xf1\xda\xde\xf8\xfb\x2f\x75\x38\xf0\xcf\x3d\x44\xee\xbe\xd2\xf5\x43\xb6\xba\x3d\xbd\xdd\xa0\xb7\x0d\x31\x76\xb9\x7c\x23\x5e\x4f\x0d\x69\x73\x34\xbc\x7a\x43\xef\x32\x61\x87\x5d\xc9\x95\x09\x3d\x31\x82\x9e\x8d\x20\xfc\x87\x8f\x5a\xd3\xff\xff\xf1\x41\x50\x3f\x29\x94\xb2\x4b\x16\xc0\x38\x54\xf8\xfe\x9e\x1b\xeb\x3c\x88\xab\x8d\x94\x2e\xa3\x1f\x80\xf7\x90\x22\x1c\x8f\x02\xf0\x99\x40\x6d\x16\x36\x00\xf0\x15\x33\x55\x54\x6a\x5a\xf3\x4f\x3a\xe5\x82\xf8\x2e\xd8\x47\x13\xe7\xec\xb9\x12\xf4\x3d\xac\x88\x07\x2d\x3f\x17\xe1\x83\x7c\xd7\x38\x31\x67\x3d\xbb\x97\xc7\xe2\xf3\xf1\x43\x5a\x29\xd3\x3b\x13\xdd\x29\x7c\xd8\x7c\xa7\xc6\x0b\x8c\x7d\xf4\xd8\x44\x9a\x16\x3d\xe6\x51\x54\xf8\x30\xa2\x5d\x86\xd5\x89\xd8\xff\xa6\x46\x87\x1d\x1b\x1e\x5e\xf3\x4c\x58\xe7\x19\x8e\x2e\x44\x87\x92\x97\x76\x5f\x47\xaf\x02\xf7\xd5\x3f\xb8\x69\x4a\x6f\x08\xef\xe9\xdd\xdf\x60\xab\x57\x89\xff\xe0\xe1\x71\x63\x9f\x01\x1d\x22\xe3\x3a\x70\x3d\x59\x5f\x06\xa9\x70\xb2\xbd\xf2\xcb\x40\x0e\xe9\x72\xf4\xb8\xc4\xa8\xdf\x43\xd0\xb7\x89\x5a\x39\x27\x18\x56\xfb\xb0\xaa\xff\xef\x0c\x17\x58\xf9\xfd\xfa\x5f\x1f\x04\x6d\xd1\x13\x93\xbb\x76\xaf\x73\x10\x94\x7c\x10\x2f\x4b\x89\x24\x46\x2d\x00\x3f\x2f\x79\x7a\x36\x45\x80\xe0\x4b\x9a\xb2\xc2\x1c\x00\x81\x35\x86\xae\xf2\x37\xc1\xc6\xf7\xae\x6d\xa3\x21\x0d\xc9\xca\x3d\xd1\x6b\xca\x31\x9c\x98\xe5\xf8\x29\xbe\xd6\x57\x98\x70\xd6\x86\xae\xc8\x22\x7c\x02\xa9\x37\x3d\x54\xff\x39\x8e\x07\x3f\xa6\xbf\xf9\x55\x6f\x52\x1a\x6e\x41\x5b\x6f\x36\x3a\xfd\x29\xee\x9a\xa6\xe6\xd2\xd1\x04\xcf\xa9\x3b\xda\x9b\x96\x12\x4f\x39\x7c\x7a\xa5\xc3\xb9\xd4\x1d\x3f\x39\x60\xa8\xcb\x89\x49\x8c\xf1\x7a\x76\x42\x6f\x0a\x33\x17\x5d\xdc\x11\xa4\x7f\x0b\x7b\x31\xfc\xd5\x9a\x3f\x92\x95\xa1\x1c\xae\x2a\xb0\xf1\xce\xbc\xc1\x10\x5e\xd2\xb7\x8e\xc2\x43\x5d\x7b\x64\x14\x8b\x7f\xee\x79\x9f\xc2\x43\x5d\x7a\x64\x14\x8a\x64\x3a\x3f\x2c\xfd\x6c\x54\x8b\x7c\x70\xdc\x0b\x7f\xf0\x51\xab\xfa\xff\xbe\xcd\x02\x2b\x3a\x1d\x25\x07\x81\xe2\x83\xa0\xe7\x28\xc0\xb6\xb3\x7f\x9d\x83\xa0\xf8\xa3\xf8\xd9\x88\x6e\x3d\xc4\x0f\x10\x5a\x24\x43\x77\x2c\x16\x20\xc2\x50\x9d\x47\xe8\x06\x40\x84\x85\xde\x0f\x05\x76\x08\x0a\x6e\xb3\x52\xd4\xff\x49\x3a\xe8\x39\xe5\x19\xe4\xf2\x8b\xc8\xe7\x7a\x28\xc6\x2c\xd0\x8a\x70\xc2\x76\xac\x70\x63\xf4\xc5\x35\x3e\xea\xab\x01\xf5\xdb\x93\x99\x8d\x38\x63\xed\xe2\x85\x97\xd9\xfd\x73\xa6\xda\xa9\x68\xe9\xd4\xba\xaf\x79\x3a\xf7\xd1\x0f\x53\x78\x07\x59\xf5\xcd\xd0\x1d\xa9\x5b\xfa\x3e\x18\x24\x2d\xb5\x25\x14\x3c\xe1\x35\x98\xc6\xe4\xc5\xca\x3e\x90\x34\xb2\xc1\x6e\x3b\x49\xdd\x5c\x6f\x44\xc2\x9e\x8e\x64\x5c\xf3\x47\xda\x63\x32\x86\x4b\x0e\x76\xba\xb6\xc7\x18\x8d\x77\xf4\xe5\xa3\xf0\x50\x65\x7a\xa6\x03\xf8\x49\xcf\xd8\x92\x3b\x26\x13\x88\xad\x6b\x4d\x91\x95\xe9\x1d\xa4\xc8\xf9\xdd\xfa\x7e\x58\xd3\xff\x7d\xf8\xda\x37\x31\x00\x88\xd8\xf0\x2b\x6d\x25\x02\x28\xc7\xf1\xb4\x6e\x3f\x02\x60\x9a\xca\xfd\x76\x47\xdc\x3a\x07\xe1\x4d\xc3\x7f\x7c\x6f\x36\x40\x48\x9d\x50\xd5\xc1\x2c\x80\x18\x75\x89\x0b\xac\x8c\xeb\xf9\x49\x71\x38\x5d\x7a\xa5\x1d\x90\x1d\x3d\x68\xfa\x49\xcf\x86\xc4\x1b\xa4\xe1\x32\xe2\x92\x4d\xe8\xf2\x08\x8f\x1c\x0a\x4d\x41\x7c\x1c\x63\xf3\xe6\x12\x9c\x70\x58\x4b\xe5\xfa\xb6\xac\xeb\xd8\x4e\x43\xc6\xc1\xc8\xdc\x35\x1e\x68\x1c\xd1\x9b\x5d\x08\x38\xbb\xe3\xbd\xa4\x41\xdb\x62\x42\x36\x5b\x9f\x9a\xd1\x10\x5a\x37\x43\xa0\x03\x6b\x92\x8a\xee\x4b\x53\xbf\xf7\xcc\x94\x7f\xa9\x3d\xb1\x81\x92\x13\x46\xf1\x05\xba\x9e\x6b\xd6\x80\x25\x84\x8b\x51\x7c\x81\x2e\x25\x9a\x6b\xe0\xb7\x06\xa8\x97\x6e\xb1\x50\xc2\x6b\xf8\x55\x51\x38\xa0\xc2\x61\x73\x05\x44\xc2\x5d\x21\xb7\xc9\x7c\x18\x29\x76\xd9\xbe\xbe\x1f\xd6\xf4\xff\xc3\x5c\xbf\x37\x19\x02\x88\x35\x70\x6b\x6e\xe9\x00\xd0\x2a\xe0\x1c\xdc\x76\x6b\xdd\x07\x61\x8d\x83\xe8\xe4\xde\xbf\x7b\x18\x20\x46\x91\x57\x6e\x9f\x0b\x40\xf2\xbc\x70\x1e\xd3\x20\x40\x26\x9b\x0c\x81\x37\x01\x20\x6d\x54\x33\x5f\xfe\x22\xa4\xa6\x38\x1a\x31\xe9\x1b\x92\xe8\x4f\x6e\x75\x18\x75\x33\x21\xec\xf2\x63\x0b\xd9\x75\x52\x1b\xef\xe9\xfa\xf1\x8c\x6a\x86\x39\xb6\xc5\xfa\x77\xbd\x4a\xfe\x2b\x0c\x8d\x91\xc3\x07\x9b\x92\x90\x5f\xef\xf5\x61\xb6\xb8\xf8\xc3\x10\xbd\xf1\xf3\xb9\x7b\x45\xf0\xec\x81\x19\xf3\x02\x75\xfe\xe3\x35\x0e\xe6\x89\xc5\x69\x34\x63\x96\xe3\xed\x47\x56\x56\xe8\xc9\xb4\xe9\x1a\x46\x2b\x27\x8c\x50\x82\x4d\x65\x9d\x35\x1a\x73\x21\xde\xfc\xd2\x37\xeb\x9d\xd8\xd8\x28\x62\x69\xaa\xb5\x01\x6e\x7f\xb8\x5e\x71\x90\x55\x04\xae\x29\x08\x7b\xee\x83\xb5\x1b\x9e\xcf\x7f\x38\x17\x6d\x6d\x8c\xcf\xf7\x79\x91\x43\x67\x3d\x8c\x9f\xf4\x52\xcd\x3e\x60\xb5\x88\xb8\xb8\x09\xaf\xef\x07\x8a\xfe\xcf\x95\xcb\x65\xb8\x79\x7c\x5d\xff\xd7\x4f\x62\x7d\xbf\x45\x03\xc0\x21\xee\x58\xe5\xb6\x64\x00\x9f\x25\xe6\xc9\xad\x3f\x00\xa2\x72\xd9\x83\x77\x6d\x04\x48\xd6\xe3\x7c\xba\x37\x19\xe0\xf4\x2e\xc1\x41\xa6\xf7\x00\x79\xbb\x25\x3d\xb8\x05\x01\xf2\xf4\x55\x0e\x48\x27\x41\xc1\x99\x2a\xdd\x39\x3d\x14\x69\x5b\x5a\xab\x75\x89\xfb\x71\x24\x38\x3c\xce\x8f\xe5\xd4\x23\x9c\xa0\xd7\x78\x66\x6f\xee\xfd\x25\xb4\xfd\xce\x7a\xab\xb2\x1b\x8b\x57\x8c\x7d\xc6\xee\x5d\x35\x1e\x8e\x33\x9b\x98\xf1\xac\xac\xee\xb9\x67\x25\x3c\x1b\x5e\xd6\x7f\xbf\xc0\x26\x62\xee\xd6\x85\xa5\x86\x7a\xdb\x94\x05\xb9\x73\xd2\x75\x47\xec\x1e\x2d\xd2\xe5\x6e\xbb\x7a\xc6\x9e\x1a\xed\x97\xf9\xfb\x92\x83\xfd\xf8\x12\x2a\x75\xb8\x24\xc1\x41\x01\xc3\x94\x58\x52\xf8\xc1\xe1\x2d\xe6\x41\x3c\x77\xee\x77\x47\x75\x6c\x68\xf4\xfc\xd9\x76\x07\x13\xdc\x96\x08\x95\xec\x6a\x07\x63\x5c\x6d\xf0\xd7\x4c\x26\x07\x5a\xfc\xf1\x80\xb8\xd4\x3c\xfb\x97\xf8\x06\x1f\xa9\x94\x04\x7b\x19\x64\x83\x67\x07\x00\xf5\x16\xfe\xcf\xcb\xeb\xa7\xe8\xff\x7c\xdd\x6c\xcf\x37\x7d\x02\x50\x09\x60\x1e\xdd\x2c\x05\x60\x9e\xc4\x5c\x42\xf3\x60\x3d\x07\x21\xec\x1a\x53\xf8\x96\x2e\x80\xc4\xaa\x0d\x8b\x2b\xfa\xe7\x73\x56\xe5\x9d\xa7\x01\xce\xb3\x72\x33\x1e\xd8\x00\x50\x6e\x26\xa4\x7c\x2c\x0e\xe0\x52\xb6\xdc\x61\x71\x4e\xb8\x5f\x6e\xa2\x41\x44\x71\x92\x98\x8b\x68\x4c\x55\xdd\xa8\x91\xa3\x29\x15\xee\x8f\x93\xfa\x96\x8a\x83\x02\x92\x2c\x4a\xf0\x13\x28\x0f\xeb\x1a\x8e\xab\x15\x23\xfb\xed\x69\xdf\x4f\xdc\xac\xec\xec\x70\x68\x99\x1a\xaf\xb5\x6b\x60\x77\x61\x9b\x09\xac\x6a\xac\xc9\x72\xbd\xf3\x7b\xa1\xe2\x44\x65\xa2\xeb\xf7\xb9\xc9\x62\xaf\x12\x63\xf7\xd1\xf9\xd9\xc2\xba\xf3\xa1\xee\xf6\x8b\x9b\xf3\x44\x28\x79\x48\x39\x0f\xdd\x73\x96\x34\xd3\xaa\xb3\x3a\xdd\xae\x62\x2c\x13\x26\xd3\xc2\xdd\xcf\x60\xfa\xe3\x65\x93\x87\xdc\x88\xd8\xd3\xd1\xdd\xa7\xcc\xdd\xdd\x70\xa2\xe1\x67\xe2\x87\x5d\xbf\xe0\xfa\x82\xed\x63\x43\x5c\x5b\xf0\x12\x01\xfa\x51\xea\x6e\xa5\xf8\x33\xbe\x2b\xb7\x8c\xd8\x88\x2b\xef\x4d\x14\xfd\x3f\xf5\xd8\x8a\xff\x81\xca\x56\xda\x95\xbf\xbb\x6d\xda\x36\x7f\xfc\x53\xf7\x8c\x7b\x4a\xf5\x97\xfe\x4b\xc9\xc5\xa8\x3a\xc1\x62\xb0\x2b\x09\xa0\x0e\xe1\x41\x8e\xdc\x05\xb8\xbd\x24\x3e\x27\x98\x08\x5f\xef\x7c\x57\x7a\xaa\xd1\x47\xda\x7b\x7d\x5e\x5f\xd2\x4d\x7c\x69\x43\x09\x9b\x7d\x79\x8a\xfa\x07\x4c\xaa\x6b\xf8\xd1\xf2\xa7\x4f\x59\xa3\x32\x2f\x7c\xab\xcd\x6a\x29\x0a\xda\xd2\x23\xdf\x18\x75\xcd\xc7\x3f\x69\x92\xa1\xb1\xb2\x64\x26\x60\xe0\x97\x4b\x6d\x49\x01\x67\xa0\xd3\x8c\xef\xd5\xb1\x33\x3d\x81\xa7\x66\x05\x2b\x4c\x33\x43\x03\xf9\xe6\x99\x8a\x63\x53\x3a\x03\x4d\x16\xfc\x0a\xf4\x12\xf7\x06\xcc\x2d\xd6\x9e\x19\xa3\xf8\x9f\xc4\x18\xf9\x37\x2d\x35\xa5\x3c\x3d\x29\xee\x57\x81\xf1\x4b\x78\x11\x71\xd1\xef\x23\xf6\x60\xec\x58\x44\x89\xcf\x10\xf6\x7d\x14\x53\x68\xb3\xcf\x0d\x9c\x6f\x98\x40\x70\xb4\x0f\x07\x0e\x13\xa4\x11\x68\xe5\xe3\x8a\x97\x09\x50\x07\xa0\x75\x64\xd9\xb3\x32\x17\xc8\xfa\xbf\xd4\x7e\xda\xfc\x15\xdd\x17\xbb\x79\x68\xb9\xba\x92\x39\x08\x8a\x0f\x02\xe5\xfe\x77\xb1\xd1\xea\x7d\xf8\x6b\x57\x56\x73\x51\xee\x5e\xdb\xa0\xb4\x5c\xef\x7b\xb0\xcd\xec\xcb\x01\xe8\xe4\x38\x31\xca\x99\x0d\xd0\x43\x27\x93\xa0\xc4\x82\x28\x77\xe8\x6a\xfc\x72\xe2\xf9\x7a\xa3\xfe\x95\x45\xf3\xa9\x87\xdd\xdf\x2b\x13\x7c\x91\x0b\x0f\x6b\x34\x72\xf3\x32\x5e\xde\xec\x28\x78\x95\x7e\xba\xe9\x65\xf3\x8f\x34\x9a\x24\xa3\xef\x2d\x6d\xc9\x09\x96\x89\xd4\x53\x2e\xb7\x9e\xc4\xbd\x39\x85\x9a\x6e\xb9\x6e\x1f\x63\x10\xbf\xf9\xf7\xe3\x4a\xba\xe8\x27\x31\x31\x73\x51\x65\x07\x23\xd5\x62\xcc\xe7\xa7\x8b\x52\xc2\xeb\xa2\xa9\x16\x9d\x73\x0d\xc2\x94\x22\x1b\xd0\xee\xd9\x79\xa1\x91\x61\x42\x4b\xb9\xa9\x97\x82\x1b\x42\x9f\x61\x9c\x12\x8f\x07\x55\x87\x44\x60\x77\xc4\x89\x06\x2a\x04\xe5\x62\xbf\x47\xf6\xf8\x17\x07\x5f\xc1\x29\x87\xbb\xf8\x4b\x07\x0c\xe2\x06\x82\x75\xfc\x8e\x04\x44\xe1\xc5\x03\x42\x00\x98\x38\x99\x09\x1b\xa8\xfe\x87\xfe\x4f\xfe\x1d\x9f\x92\x8b\x42\xd1\xbf\x8b\xc8\xb9\x07\xd7\xfc\x56\x6b\x13\xd9\x17\xe4\x49\x24\xd5\x8a\xaf\x6b\xff\x01\xda\x15\x1e\x75\x98\x85\x03\x7d\xa8\x15\xe0\x8b\xb6\xd8\x27\xc9\x63\x93\x03\xef\xbe\xab\x1c\xb4\x72\x78\x8d\x7a\xb6\xd5\xe8\x47\xc4\x4c\xe3\xed\xf6\x5c\x77\xd5\x3c\xba\x82\x37\x77\x12\x13\x02\xaf\x55\x27\x30\xdc\x30\xbc\xf5\xe3\x76\x41\xb0\x57\x35\xc3\xe4\xd1\xc6\x8b\x81\xfb\x2b\xf8\xa6\x99\x6a\x92\x02\xb8\x4b\x95\x7e\xcb\x5f\x11\xf7\x57\x2f\x7a\x3a\xb7\xbf\x7c\x97\x5f\x77\x9e\xef\xfc\xab\xa2\x8b\x7e\x27\x72\xb6\x2e\xca\xe6\xde\xf5\x13\xc8\xf4\x46\x1f\x38\xfd\xc9\x27\x28\xdd\x79\xc9\x26\x2d\xef\x5f\xdf\x0f\x4f\xfb\xc4\x41\x6c\x75\x34\xca\x73\x28\x7e\x07\x8e\x39\x42\xd7\x43\x2c\x4e\x04\xd7\x1b\x5c\xea\x21\x75\x72\x2f\x5e\x36\xc0\xc8\x63\x77\x94\x38\x3e\xdd\x97\x00\x70\x54\x86\xc9\x99\x9a\xb4\xae\xff\x1b\x1c\xa7\x3e\xb0\x5c\x3d\x8f\x51\xfd\x75\xff\x9d\xe2\x0b\x43\xf1\x01\xa0\x70\x10\x3d\xe4\xfb\xcf\xef\xc8\xcf\xcb\x37\x22\xf5\x0a\x3f\xb6\x98\xc4\xfa\x73\x37\xdd\xdc\xb1\x45\x75\xa1\x94\x13\x3b\x87\xa3\x7f\x26\x2b\x70\xeb\xff\x7a\xec\x31\xfa\x4c\xaf\xd0\x17\x5b\x15\xff\x5e\xc7\xe9\x58\x9a\x71\x4a\xf1\x4b\xc6\x93\xcc\x65\x3d\xc1\x12\x7d\xcf\x6b\x5a\xaa\x6e\xb9\xa4\xf6\xca\x8d\x53\xd5\xf0\x38\x73\x3d\x48\xfa\xad\x7b\xf9\x9e\x13\xe6\x6e\xdc\x9c\x5f\xc9\x0d\x17\xd3\x3a\xd4\x7c\x74\x11\x38\xef\xa9\x8e\x5c\x34\x3a\xeb\xe1\xdc\x50\xd1\x8d\xb6\xcb\x7a\xe6\xbc\xa7\x4c\x77\x29\x27\xe5\xb3\xd3\xe2\x05\x66\x8c\x5d\x42\x9a\x73\xcd\x39\x61\xcc\x54\x5c\x94\x13\xe4\xde\xc4\x9e\x8f\x36\x70\xaa\x3c\xc3\x8c\x63\x09\xff\xe1\x98\x91\xdd\x81\x7b\x1f\xf4\xcb\xb1\x28\xc3\x01\xaf\xe1\xdf\x6e\x7f\x35\xdd\x07\xbf\xe4\x65\x68\xbf\x94\xa2\x89\xc8\x79\xec\x04\xe0\x95\xd8\x59\xbc\xfc\xb9\x29\xfa\xbf\xed\xb7\xd5\x1a\xf6\xe6\xef\x39\x70\x91\xac\xf3\xdd\xed\xa0\xfa\x8b\x83\xa0\xf8\x41\xfc\x84\x3f\x7f\xff\x9f\xe5\x07\x38\x32\xb1\x2d\xf7\xb3\x14\x00\x7f\xcd\xf1\x8c\xbe\x7e\x52\x82\x0c\xa8\x38\x35\x6a\x2c\xfd\x40\x39\x3b\x6e\xbc\xe0\x34\xbb\xcf\x6e\x4f\xb4\x7c\xd4\xc4\xe4\x91\x70\xa9\xb3\xe0\xd1\xfc\xa3\xff\xea\xae\xf3\x4f\x2d\x73\x7f\xf8\x8c\x5a\x96\x8d\x9b\x7f\x18\x8e\x9e\x3b\x7f\x61\x87\x05\xe3\x2b\xc9\x05\x8f\x3c\x63\xcb\x83\x5d\x1d\x8b\x75\xa7\x65\x2c\x53\x1f\xa8\xa1\xdb\xd3\xa3\xad\x94\x1b\xae\x2e\xa1\x13\xf3\xad\xb7\xde\xa4\xc6\x44\xc5\xff\xb0\xd6\xac\x9e\xc3\x1e\x8f\xe1\xb3\xbe\x59\x49\x83\x7d\x17\xb9\x85\x92\x73\x62\x19\x57\xfe\x1e\x2f\xe0\x5f\x6f\x55\x7a\x21\x0c\x1f\xec\x3b\x60\x75\xa1\x90\x1a\x3f\xe4\xd5\x63\xa5\x90\xcf\x88\xa8\xb8\xbb\x5b\x32\xe5\xcb\x21\xd9\x2e\x43\x00\x42\x64\xee\xe7\x5f\x1f\x88\xff\x8b\x03\x79\x12\x4c\x5e\x7f\x0b\xd5\x1f\x1c\x00\x45\xff\xf9\x49\xbe\xd7\xfc\xc1\x04\xe0\xf0\xb7\x2d\xef\xfb\x36\x00\xf0\xa9\x1f\xdb\xda\x2a\x09\xb4\x32\xee\x32\xb7\xaa\xa2\x89\x71\xda\xf4\xc6\x89\xa7\x7d\x11\x0e\x9b\x54\x9f\x96\x60\x09\x6c\x50\x08\x47\x3c\xde\x39\x02\xb3\xad\x4c\x36\xed\xa6\x99\xdd\xd2\x86\x3e\xf7\xcc\x41\xfd\xdd\x68\x9b\x45\x9b\xac\x32\xfd\xdb\x93\x2c\xe8\xb0\x34\x46\x03\x9b\x0f\xcf\x97\x8a\x13\x66\x0c\x5d\xdf\x5c\xc7\x68\xc7\x75\xae\xf9\x5d\x1c\x79\x74\x0c\x5b\x16\xf1\xc0\xc8\xad\x0d\x70\x29\x41\x63\xc6\x82\x77\x51\xb8\xf7\x01\xbf\x8c\x93\x6f\x97\xe2\xa5\xfd\x8c\x8d\x7f\xd4\x14\xe1\x9b\xbd\x9e\x1a\xe3\xae\x09\x21\xdb\x3d\x2c\x8d\x32\xab\x98\x90\x4a\x67\x0e\xe3\x73\x17\x63\x91\x61\xc7\x53\xc6\x3f\x4b\xee\x13\xf6\xdb\x07\xaf\x3f\x07\x94\x3c\x10\xca\x3e\x28\x8c\x58\xad\x75\x5b\xa8\xfe\xe6\x40\xc8\xfb\x65\x7a\x70\x65\xfd\x64\x1d\xe3\x3f\xf7\xc0\x63\x00\x36\x65\x53\x51\xb5\x12\x01\x78\xec\x99\x0c\xae\xbf\x01\x77\x19\x0e\xb1\x2b\x45\xa7\x48\x16\x5a\xee\x9a\xe3\x89\x59\x84\x47\x56\x4d\xb6\xf5\xbe\xda\xc8\x0e\x7f\x6b\xbf\x7d\x0e\x7a\x78\xd1\xb3\x8b\x21\x15\xa6\x9e\x38\xcd\xe6\xac\xc8\x6c\x3d\x2b\xec\xc5\x91\x1b\xd1\x0f\xb4\x65\xb1\xa5\x98\x97\x51\x8c\x5a\x5e\x0b\xce\xd8\xe6\x90\x9b\xda\xfe\xdf\x9f\xe1\x76\x07\x4b\x68\x8f\x7c\xb8\x81\xbb\xe6\xdf\x8a\x2a\xea\x7f\x86\xdf\xe1\xeb\x8f\xfa\xf0\xec\x28\xfe\x8a\xa7\x85\x4e\x61\xd7\x49\xfc\x80\x87\xa8\x6e\x5b\xbb\x39\x7e\xce\xbd\x41\x57\xaf\x25\x04\xc9\x76\x7a\xaa\xf3\xea\xae\x15\x32\x6d\x9f\xa8\x5b\x7c\x6b\x8e\xc0\x68\xc7\xae\x9b\x5b\x77\x9e\xa0\x69\x93\xae\x7b\xb7\xba\x8e\x50\x60\x79\x77\xfd\x39\x08\x46\x56\xeb\xd9\x8d\xe4\x39\x48\xd6\xb9\xda\xc9\xe7\xc5\xdb\xde\xff\xf5\xfd\xff\xbb\xfe\x6e\xb2\x1e\xd8\x96\x08\x70\xf8\xda\x16\x42\xcd\x6b\x00\xae\x80\x83\xbd\x25\x42\xf0\x55\xa2\x8b\x67\x2a\x73\x02\x0e\x68\x70\xcb\x31\x47\xce\x10\x67\x2d\x76\xeb\x57\x7a\x78\x13\x3c\x7c\x85\x1d\x53\x6d\xe9\x09\x34\xe9\x3f\x5c\x9d\x4c\xf6\x22\x27\xaf\xb9\x79\x8a\xeb\xfa\x21\x82\x9d\x07\xbc\x24\xb4\xce\xe3\xef\x7f\x44\xfb\xd8\xaa\x6b\xe3\x07\xf1\x7c\x5e\xfb\x28\x79\x1f\x6a\x6c\xb3\x25\x08\x8b\xf3\x76\x75\xe1\x6f\xdf\x10\x36\xe7\x6c\x75\xae\x8f\x43\x48\xb6\x43\x80\x7a\xed\x40\x2b\xd2\x6b\xd7\xbe\xe6\x77\x61\xd2\x73\x96\xa0\x67\x75\x45\x43\xb1\x03\x45\x28\x31\xff\xa0\x5e\xfc\x00\x21\x10\x4d\xb6\x6b\x84\xb6\x8e\x10\xa9\x4c\x78\x35\xcc\x1a\x87\x89\x1a\x86\x3a\xeb\xf3\x30\xcd\xee\xef\x39\xd0\x4a\x3e\x17\x28\xfa\xef\xd4\x2a\x07\xa5\x41\x7e\xfe\xc9\xfa\xcc\x90\xea\xdf\xfa\x57\x93\xe4\xdf\xfa\x67\xe9\x2c\x00\xfb\xdc\xde\x89\x33\x33\x40\x90\x4c\xe3\xb2\x4b\x90\x04\x0f\xf5\xc7\x12\xbc\x01\x2f\x48\x5d\xa6\xfb\x55\x38\x9c\xd3\x89\x45\x9e\x9b\x4d\x68\x2c\x9d\x89\x01\xa7\xee\x99\x59\x1a\x3e\x23\xee\x2b\xf6\xb0\xfc\xaa\xbb\x9b\x90\x7f\xa7\xda\x8e\x5b\xf3\x01\xc1\xaa\x87\x60\x2f\xa0\xf6\x8a\xc0\xf8\x79\xdc\x41\x4b\x85\x8b\xa0\x89\x34\xd8\xe6\x2b\x5d\x24\x7c\x25\x58\x98\xdf\x56\x4c\x43\x6c\x09\x5d\xc6\xa7\x15\xc6\x66\x55\x89\x07\x0d\x42\x15\x8b\x27\x68\x88\x3b\x0c\x35\x14\xdf\x7c\xf2\x26\x8a\xe8\x63\xd6\xfc\x2e\xcc\xdf\x28\x12\x7d\x75\x27\x94\x0a\xfa\x1e\x13\xb3\x75\xee\x2a\x8e\x74\x17\x12\x3f\x6a\xd1\x2a\x1f\xee\x08\x22\x76\x68\x17\x03\xc4\x92\xf9\x8f\x0b\x64\x1e\x86\xa2\x7f\xff\x6f\x3f\x14\x8a\x0f\x3e\xc5\x07\xe0\x29\xd9\xff\xbf\x85\xac\x07\x51\x7c\x00\x28\xfa\x6f\xee\x31\x00\xf6\x43\xbb\x8b\x93\xf5\x00\xc4\x44\x58\x92\x23\x6a\xa1\x57\xe5\x9b\x80\xb2\x17\x33\x70\x1b\x9f\x92\x99\xb5\x6b\x20\x05\xbb\xf4\x6a\x6e\x36\xd3\x20\x19\x46\x79\x69\xd7\xe8\xdf\x25\xed\x3a\x83\xd6\x3b\x88\xca\x24\x3e\xa8\x14\x30\x8c\xd0\x78\x4f\xcc\x6d\x1c\x36\xea\x5e\xe3\x1e\xbc\x89\xd1\x9f\x3c\x0d\x47\x15\x82\x88\x57\xd0\x6d\xfa\xa7\xe4\x85\x49\x1b\x89\xd9\x28\x15\x4a\xce\x87\xac\x20\x5e\x82\x74\x50\x75\x48\xf6\xea\x4c\x04\x91\xa8\xce\x2b\xab\xf9\x63\x8a\xc4\xa4\x5a\x21\x13\xf9\x85\x8a\x64\xa3\x14\x23\x73\x75\x64\x23\xc9\x5d\x69\xab\xcc\x8b\x81\x71\x52\xb0\x62\x88\xac\xe0\xeb\x74\x52\x98\x62\xd8\x1f\x7e\x28\xe4\x39\xd0\x4d\xe6\x44\xff\xd6\x7f\xd7\x38\xa8\x3d\xff\x5b\xff\xa3\x70\x30\xc5\x64\xee\x21\x4b\x8a\xac\x7b\x21\x00\xb4\xe7\xa8\xa8\xa2\xaf\x01\x08\x86\x1c\x9c\x09\x38\x03\xa0\x38\xc1\x41\x74\xe1\x87\x24\x83\x17\xa2\x56\x56\x2f\x49\x88\xc3\x3b\x79\x12\x25\xf7\x42\x77\x80\xd4\x93\xfc\x41\xc5\xf9\x5f\xee\x41\x25\x84\x64\xdb\x18\xa4\xc9\xa7\xc8\x43\xb2\xec\x5e\xd0\x28\x94\xd7\x24\xa9\x0f\xf7\x6b\x52\xcb\x89\x93\x14\x17\xd2\x35\x59\x28\x7e\x17\xd2\x41\xa4\x05\x52\x8e\xc2\x0e\xc9\xef\xa0\x42\xfa\x2e\xed\x27\xb1\x15\x9f\x01\x27\xc4\xa6\x24\x0e\xcd\xb9\xc2\x41\xf1\x41\xf1\xa2\x9f\x2f\x81\x43\xec\x9e\xd8\xdc\x37\x3b\x90\x13\x65\x94\x60\xfc\xc8\x0c\x87\xc5\x75\xd7\xdf\x07\x28\x73\xf0\xe3\x0f\xaa\x3f\x38\x98\x59\x9f\xbf\xf5\xcf\x67\xe4\xfb\xdd\xf7\xe9\xfe\xd6\xff\x28\xfa\xe7\x5a\x1e\x08\x99\x8b\x39\x39\x07\xc0\x3c\xb6\xdd\x35\x68\x2f\x80\xc0\xf1\x7d\x8d\xee\x7d\x00\xf2\xd7\x59\xf9\xed\xe8\xe0\xb5\xae\x24\x5f\x24\x85\x7f\xd0\x43\x83\x9f\x9f\x93\xc4\x16\xd4\x43\x10\x89\xd3\x94\x41\x34\x2a\x81\x3d\x3b\x56\xf6\xb7\x9a\x0c\xd0\x9c\x0f\x95\xaf\x57\xb6\x20\x7d\xab\xde\xae\x68\xa3\xb8\x9b\xd4\xd3\x04\x4a\x37\x64\x09\xa4\x6f\x5d\x29\x0a\x06\x32\xfb\x48\xdf\xdf\xa5\xcb\x7f\x92\x5e\x22\x3d\x9e\x5c\x52\xda\x41\xf1\x79\xf8\xbf\x78\x07\x21\x0c\x69\x1b\x2c\x72\xef\x12\x6a\x40\x07\xc2\x47\xee\x2e\xc1\x82\x69\x76\xf8\xce\x25\x0c\xd0\x56\xf5\xf7\x39\xb0\xca\xc1\x50\xf4\xdf\x4f\x77\xfe\xd6\x3f\x1f\xf8\xad\xd6\x9b\xe4\x5c\x88\x35\x0e\x86\xfc\x5c\x24\x91\x75\x4e\x8a\x0f\x84\xab\x34\x59\x07\x3f\x03\xc0\xcb\xbb\xbb\xce\xd1\x07\x40\x8e\x81\xc9\xd7\xf2\x05\x80\xd6\x0c\x47\xb7\x21\x13\xf4\x99\xd3\xf0\xc5\xe8\x76\xc2\x65\x8f\x00\x61\x3a\xcd\xdf\x70\x29\x74\x42\xb8\x5d\xfd\x20\xc4\x25\x9d\x14\x1b\xa3\x70\x0f\x8a\xb3\xe0\x58\xec\x2c\x31\x21\x5f\x05\x7a\xd7\x9c\x25\x31\x32\x5f\xc1\xa8\xb1\x48\x52\x52\x6a\x0a\x50\x9d\x69\x92\x76\x52\x67\x80\xb3\xdf\x45\xfa\x8e\x44\x06\x98\x8c\x25\x4b\x0c\x88\x33\x40\xd1\x22\x93\xe8\x01\xf1\x9b\x70\x05\x0c\x45\x15\xfe\xe5\x1d\x4e\x2c\x2d\x3f\xe9\xec\xea\x7c\x77\x97\x2b\xd3\xc8\xbf\x1c\xcc\xbf\x1c\xd0\x2b\xf2\xba\x29\x1c\xd0\x6d\x72\x0e\x0a\x25\x0f\xe4\x5c\xc4\xdf\xfa\x2f\x45\xff\xf6\x21\xeb\xe4\x36\x73\x00\x54\x9b\xa9\xa8\x1c\x7e\x02\x70\x84\xef\xd8\x6c\xe9\x08\x20\x8e\x61\xc0\x19\x1f\x07\x50\xbb\xc7\x3c\xa6\x5b\x0d\x58\xe3\x60\xce\x1d\xda\x67\x60\xca\xc1\x88\x87\x4e\x5d\x00\x46\x03\xe8\xf9\x2c\x54\x0a\xa1\xef\xe4\x5d\x81\x5a\xc5\x70\x78\x9f\xc4\xc5\x7f\x46\x61\x18\xaa\xce\x62\x85\xe5\xff\xe5\x1e\xa4\x9a\x20\xab\x41\x51\xe4\x8e\x44\x21\x14\xb6\xdf\x14\x3e\xbb\xe6\xf3\x60\x01\xe5\x43\x27\x85\xf7\x8b\x89\xc3\xd5\xa9\x6e\x61\x8f\x35\xde\x61\x0b\x00\xb4\xf2\x87\x53\xfa\x21\x48\xbf\xd2\x8f\x04\x80\x1f\x2b\x9c\x24\x25\x0f\x66\x9c\x11\xfe\xbf\x1c\x50\x55\xd2\xdf\x73\x90\x92\x07\x42\xf1\x43\x09\x1a\xfa\x5b\xff\x37\x21\x00\x50\xc5\x53\x51\x59\xd3\x03\xb0\xe5\x6e\x0b\x37\xe6\x03\x10\x1c\xde\x6d\xac\xb7\x19\x40\xe9\xd3\xe1\x1e\xed\x6a\x00\x3d\x06\xd6\x27\xea\x08\x80\xf5\x2c\xbb\x91\xea\x6b\x00\xaf\x3d\x5c\xfb\x94\xaa\x00\x82\xd4\x38\x07\x15\x92\x01\xa2\xdc\xb8\xa2\xe5\x92\x01\x9d\xb2\x8b\x07\x25\x7b\x04\x26\x72\xde\xf1\x7e\x94\x7a\x01\x5f\x8a\x8d\xf8\xf4\x25\x17\xe1\x4d\x25\x37\x7f\xbd\xf8\x5b\x78\x7b\x53\x9e\x5f\x55\x2c\x1a\x9e\xb7\x7d\xe6\x7f\x27\x32\x02\xc3\x5d\xa3\x7c\xb7\x85\x3b\x60\xec\x4d\x1a\x9f\xb0\x70\x22\xfc\xf8\x62\xcb\x17\x2f\xec\x0a\xd8\xa9\x5a\xbe\x3d\xc2\xfc\x00\x98\x01\x9e\x08\xc1\x6f\xcb\x7d\xe0\x50\xa5\xcc\xc1\x1f\xfa\xab\xf5\xff\xe4\x80\xc8\x7d\xf8\x97\x83\xa1\xe4\x81\x84\x91\xf3\x71\xfe\xf5\x81\xb0\xbd\x0a\xc0\x78\x7b\x53\x9c\xd2\x28\xc0\x06\x6b\x2a\x2a\x54\x1d\x00\x8f\x3f\x2d\x4a\x73\x00\x40\x56\x9a\x81\x55\x39\x0e\x40\x2d\xe5\x20\x8f\xd2\x14\x80\x71\xfe\x91\x44\xa5\xb3\x00\x8e\x6f\x59\x1d\xe4\xe7\x00\x7c\xb6\x1d\x8b\x92\x9b\x02\x08\x8d\x62\xef\x90\x3b\x0c\x10\x27\xc8\xa9\x2e\xa5\x0c\x90\xa4\xce\xae\x22\xf9\x08\x20\x67\x96\x53\x51\xa2\x0e\xe0\x82\x25\xd7\x17\xb1\x3d\x00\x97\xae\x71\xd2\x8b\xee\x04\xa8\x99\xe0\x24\x51\xf4\x7d\xe1\x26\xc0\x3c\x74\xe4\xee\xa5\xf0\x0e\x82\x25\x00\xfd\x21\x5c\xa2\x82\x53\x00\x5f\x98\xb8\x55\x05\xdf\x02\xfc\x1a\xe4\xba\xf3\x6f\x1e\x0c\x85\x03\xa2\xe4\xa1\x50\xce\xc1\x7f\x39\x98\x14\x81\xd5\x4a\xf1\x43\xf1\x29\xf9\xfb\x39\x30\x25\xef\x17\x4d\x32\x1f\x24\x93\x0f\x40\xfd\x83\x8a\x4a\xbd\x00\x80\xf3\xf4\x36\x56\x65\x36\x00\x51\x3c\x1d\x97\x82\x22\x80\x22\xfb\x3e\x77\x59\x66\x00\x9d\x32\x06\xb4\xcc\x08\x80\xa5\xc8\x21\x7f\xd9\x70\x00\xe7\x0a\x26\x51\x19\x15\x00\x9f\x86\xa3\x58\xe9\x22\x80\x30\x1f\x56\x17\x49\x47\x80\x98\x6c\x56\x5e\xc9\x40\x80\xd4\x04\x76\x15\xd1\x69\x80\xac\x76\xd6\x20\xd1\xfd\x00\x45\x54\x6c\x9a\xc2\x45\x00\xe5\xfe\x6c\xbb\x84\x4d\x00\xaa\x92\xd8\xe5\x05\xcd\x01\x6e\xd9\xb2\xa9\x9e\xc0\x01\x34\x6b\xb2\x6f\xa2\xf0\x0e\x27\x88\x00\xcf\x37\x70\x9c\x13\x28\x04\x18\x90\x63\xaf\x1a\x9e\x23\xbf\x07\x7c\x24\xbf\x07\x90\x39\x20\x4a\x2e\x56\x29\xf9\x7d\xf1\x2c\x2d\xfc\xc5\xc1\x50\x78\xb0\x35\x3f\x14\xf2\x7a\xad\x4a\x57\xab\xde\xcd\xd5\xaa\x4c\x3e\x37\xc4\x45\x00\xa8\xea\xa9\xa8\xe4\xb5\x00\x98\x5f\x6f\x7a\x2a\xd3\x09\xc0\xf7\x76\xfb\x76\xc9\x9f\x00\x92\xa5\xbb\x48\x62\x93\x00\x2a\x9f\xe9\x7e\x8b\x6d\x02\xd0\xd3\xda\xd3\x2a\x56\x00\x60\x91\xb8\x2f\x41\xf4\x27\x80\x43\x06\x03\x46\xf8\x27\x80\x87\xcf\x7e\x25\xe1\x39\x00\xff\x85\x83\x74\x22\x16\x00\x51\x3e\x87\x89\x42\x78\x80\x04\x79\xc6\xe8\x13\x43\x00\xa9\xc3\x87\x63\x84\x3d\x00\xf2\xcf\xb1\xe8\x9e\xb8\x02\x50\xfc\xe5\xa8\x9f\xc0\x26\x80\x4b\xf5\x4c\xe1\xfc\x16\x00\xd7\x70\x4c\x6f\xf8\xf1\x00\x77\x44\x58\x98\x79\x9d\x01\x9a\x87\x99\xb4\x78\x17\x01\x3a\x74\x98\x57\xa6\xbd\xc6\x3d\xaa\xbf\x38\x90\x35\x7d\x6b\xe5\xf7\xfc\x23\x44\x69\x9f\x8d\x4a\xff\xe5\x20\x28\x3c\x88\xaa\x94\xea\xf8\xa1\x20\x00\xd4\x09\x9d\x1d\xac\x83\x00\xfa\x0f\x4c\xac\x79\xec\x01\x0c\xc6\xed\xab\x84\xb9\x00\x0c\x26\x7d\xcc\xa4\xd9\x00\xf4\x9f\x9f\x4c\x57\x91\x80\x7e\x5d\x9d\x2c\x03\x2d\x7b\x88\xd5\x2e\x2f\xe7\x31\xf0\x01\x45\x8d\xce\x5b\x31\x26\x97\x60\x9f\x6a\x74\xa7\x8f\x39\x1b\x09\xad\xbc\x7b\x50\xcf\xa2\x8d\x34\xab\xc8\xfc\x8b\xdb\xf2\x38\xb0\xca\x7f\x21\xc8\x98\x61\xe1\xa4\x5c\x09\xa1\xcb\xb0\x0e\x1e\xca\x66\x13\x05\x74\x83\x97\xc4\x65\xa3\x89\x2a\x3a\xbd\xbf\xee\xca\xcc\x11\xb3\xb5\xde\x8c\xcb\xcb\xea\x12\x4b\xb4\x02\x3f\x9e\x90\xed\x24\x56\x6b\xf1\x0f\xb2\xca\x86\x12\xc7\xd4\xaf\xbe\x3a\x25\x4f\x47\x6c\xd3\xda\xfa\x6c\x5e\x76\x80\x74\x54\x55\xf9\xc9\xa8\x9c\x10\x49\x58\x25\xe4\x51\x84\x5c\x2d\x49\x5d\xb9\xee\xbe\x8e\xfc\x7d\x92\xb4\x4a\xd1\xf2\x7a\xd5\x78\xff\xee\xc3\xdf\xfa\xff\xae\x64\x91\x15\x9f\x6f\x9e\xe7\x92\x06\x5b\xef\xac\xeb\xff\x8a\xfb\xe5\x63\xf7\x71\x01\x68\x1c\x57\xd5\x3c\x6c\x02\x80\x6a\xd0\x1e\x67\x8d\x06\x30\x68\x32\xca\xe2\xf1\x01\x30\x32\xb1\x6b\x11\xf1\x06\x30\x4e\xf0\x12\x94\x2d\x04\x30\x38\x7d\x52\x56\xd5\x1c\x7a\xf4\x18\x32\x0d\xb5\x55\xc1\x07\xe5\x53\xe6\x63\xf8\x14\xb8\x34\x0f\xdc\xbe\x62\x26\x09\x74\xaa\x8e\x5d\xf1\xe6\xde\xa4\x4a\x95\x83\x43\xf5\xb6\xa6\xa4\x6b\x8a\xb3\x33\x2f\x6c\x99\x80\x55\xfe\x13\x41\xd6\xec\x17\x18\xc8\x2b\x10\x12\x4c\x74\x09\x82\xb2\x0d\x44\x36\x5d\xc2\xbc\xa8\x6c\x1f\x51\x4c\x37\x6e\x72\x41\xce\x86\x28\xa4\xb7\xfd\xab\xa4\xdc\x43\xa2\xba\x6e\xfc\x88\x82\xdc\x10\x31\x18\xf5\xa1\xdf\x56\xde\x90\x78\x4e\xbb\xe5\xb9\x83\x82\x3c\x31\x1f\xc5\xd1\xf3\x54\xfe\x19\x71\x40\x53\xe2\x09\xab\xbc\x2a\x89\x46\xed\xc3\xc3\xe3\xf2\x3d\x24\x56\xd5\xb7\x6d\x78\x79\x43\x92\xb9\xf2\x41\xf8\x1f\x5c\xd0\xdf\xfa\x3f\x2b\xaf\xa4\xef\xa6\x6f\xff\xe5\x20\x94\x0a\x64\xbd\xe8\x8d\x01\xb4\xb2\x95\xb3\x0e\x4d\x00\xe8\x29\x6b\x0f\x1d\x3b\x0f\x60\x9c\x6a\x6c\xcd\x3f\x0f\x60\xf2\xc4\x96\x4f\xac\x10\xc0\x04\xe3\x89\x95\xaf\x06\x30\xcc\x8d\x8c\x50\xe5\x83\x6c\x03\xc3\xcc\x4b\xfa\x87\x41\x53\x67\xa1\x04\x67\xe2\x40\x42\xb4\x74\x6e\x8b\x5b\x0a\xae\xf5\xa1\x5c\x85\x6e\xb8\xc2\xf6\x32\xc9\x45\xa9\x72\xb6\xd9\xa1\x84\xf4\x48\x91\x0e\xa9\xb1\x39\x0c\x8e\x72\x40\x28\x31\x56\xc3\x7b\xc8\x59\x10\x7e\x1a\xd8\xce\x70\xc9\xe3\x09\x59\x26\x15\xe3\x33\xf2\xfd\x84\x51\xc3\xf6\xcf\x4d\xf2\xb7\x88\x0c\xfa\x3d\x83\x5c\x0a\xc1\x44\x5e\x7d\xb3\x97\x67\x15\x7e\x13\x4d\x75\x7f\xf7\x76\x2a\xdc\x26\xe6\xa1\x6c\xbb\xe2\x15\x63\x89\xc5\x28\xcb\x47\x31\x8a\xc9\xc4\xc7\x5a\xb7\xef\x77\x28\x74\x91\xb6\xa9\x2b\xb6\x30\x2a\x84\x91\x14\x55\x72\xe0\x3f\x5c\xd0\xbf\xf7\xff\x29\xfa\x3f\x5f\x82\xe8\x95\xad\x9f\xd7\xfb\xa0\x66\x2f\xfd\x84\xde\x12\x40\xbb\x5a\xf9\xf8\x21\x22\x80\x41\xb6\x06\x3d\x8b\xec\x7a\x1f\xcc\x1e\x59\x75\x89\xe7\x02\x98\xc5\x7a\x64\x28\x90\xe0\xb9\xc9\x87\xf0\x17\x9a\xef\xc0\xcd\x70\x24\x53\xc3\x88\x09\x8e\xea\x99\x94\x98\x99\x4b\x90\x46\xb5\x9a\x6f\xff\xb0\x7a\x45\x0a\xd2\x38\xf0\xe4\x91\x43\x1a\x49\x4d\x65\xe1\xe3\x35\x27\x7d\x92\xb4\xd2\xc7\xc5\x00\xa7\x1b\xa4\x87\x8a\x7b\x91\xeb\x36\xc7\x41\x4a\x3e\x9b\xe0\x60\x5a\x88\x89\x92\x57\x22\x94\x18\x17\x4c\xbe\x53\xdc\x47\xd0\x34\x4f\xf9\x2a\xa7\xb8\x99\x70\xce\x04\x3d\x72\x4e\x61\x8a\xf0\xd9\xc8\xaa\xdf\x53\xf1\x03\x61\xd6\x88\xef\x05\xa3\xd2\x5e\xe2\x11\x83\xf3\xdd\x93\x4a\x1e\x44\x5d\xbd\xf7\x1d\x7d\x4a\xee\xc4\x68\x5d\xaa\x76\x56\xa5\x4f\xc4\x73\x3a\x7b\x5a\x55\x94\xf9\x89\x6d\xda\x99\x77\x05\x95\x6f\x10\x5f\x69\x75\xc1\xff\xc9\x05\x51\xf4\x7f\xb6\x34\x91\x8e\xcd\x2e\x00\x22\x25\x22\x17\x69\x2f\x02\xc8\x94\x8a\x9f\xdd\x75\x09\x40\xbd\x4e\x7a\x84\xfe\x11\x80\x7e\xb8\x42\xde\xa1\x1b\x00\xc6\x99\x9a\x0a\xc7\xf2\xd6\x39\x29\x8b\x46\x8b\x7b\x12\x2d\x00\x16\x75\xae\x3d\x4a\x46\xf0\xd2\x94\x35\x6c\x40\xf3\x2c\x78\x18\x45\xa5\x1b\x19\x7e\x87\xbd\x7a\x03\xc5\xef\x2d\x76\x93\xb2\x50\x4e\x77\x14\xed\xdb\x48\x7e\xea\xa3\x3d\xc2\x0e\x2d\xa4\xbd\xaa\x6e\x9f\xd5\x5c\x9e\x12\x09\xca\xca\x58\x57\xd7\x02\x4a\x1f\x08\x5f\x14\xb4\x09\xf4\x16\xf1\xb3\xd7\x15\xa9\x08\xfb\x2c\xf7\x7d\x77\x51\x62\x26\xd0\x58\x89\x7f\x4c\x50\xd2\x24\xd8\x9a\x27\xbe\x3b\xa3\x54\x4c\xc8\x37\xed\x7a\x75\x59\x99\x8b\xd0\x60\xf2\xbd\xf7\xa3\xb2\x1a\x61\xd1\xa8\x94\xc2\x85\xb5\x97\x29\x13\x88\x46\xfa\x62\x6d\x18\xe5\x7a\x62\xb6\x4e\x6d\xb3\xa1\xea\x36\x62\xb0\x9e\x68\x7d\xa3\x8a\x10\xb1\x5f\xeb\xc9\xff\x3d\x17\xb6\xbe\x12\x4a\x5f\xae\x9c\x76\x22\x0f\x69\xfa\xd6\x7d\x10\x28\xb9\x18\x5a\x7c\x12\xcd\x7b\xfd\x01\x0c\x0d\xe5\x6d\x0e\x59\x01\x98\xe5\xaa\x2d\xb2\xde\x5b\xcf\xd3\xb2\xbc\x65\x51\x2c\xe9\x06\x60\x29\xee\x3c\xa2\x58\x0d\xa5\x16\x5b\x42\x3d\x74\x3a\xc1\xc8\xf8\x51\xea\x47\xe3\x30\xd2\x98\xfe\xc3\x92\xc7\xd6\xdb\x29\xbc\x1c\x89\x4b\xe3\xf6\xd3\xeb\x2e\xc6\x24\x66\xd5\x3d\xa3\x09\x2e\x4c\x6b\x9c\xdc\x79\xc5\x44\x24\xc0\x8e\x05\xcb\xa7\x98\x8b\x14\xd8\xf2\x4c\x59\x28\x1f\x41\x9c\xed\xeb\xc6\x98\x95\x96\x90\x61\x9b\xed\xc3\xcf\x95\x95\x08\x3c\x96\xd5\x6f\x48\xca\x08\xc1\xcc\x22\xad\xcf\x5e\xa5\x89\x10\x65\x5e\xf8\x04\xaf\x12\x4c\x18\x34\x61\x7e\x5c\xa8\x72\x9c\xc8\x6e\x78\xb8\xed\xb6\x6a\x0b\x91\xc5\xf0\x51\x4b\xa4\xea\x75\xa2\xb2\x81\x57\xe3\x05\xd5\x77\x44\x6f\xbd\x8e\x5b\x32\xaa\x54\xc4\x01\xad\xef\xff\x9d\x0b\x54\xf1\xa2\x2b\xfa\xcc\xbf\xfa\xbf\x98\xa3\x50\x19\xed\x21\x00\xa5\xcf\x62\x3b\xe9\x84\x01\x50\xf7\xc4\x7c\xf6\x5c\x02\x30\x91\x91\x26\x1e\xa8\x03\xb0\x7c\xa3\xb6\xf9\x98\x38\x80\x2d\x5a\xd7\x86\x9f\x06\xc0\x66\x9b\xb9\x8d\xa4\x2b\xcc\x5a\x8d\x3b\xb7\xaa\x9c\x80\x9b\xe6\x63\xc1\x37\x50\xbb\x41\xc3\x24\x3b\xe5\x8e\x89\x24\xa9\xd8\xb0\xab\xf8\x89\xbd\x25\x89\x55\x37\xf2\xf6\x57\xd7\x54\xe2\x7b\xcd\x3b\xbd\x6e\x1e\xe2\xc4\x4c\x35\xcd\x71\x5b\xaf\xf1\x35\x4e\x4e\x46\x29\x05\x3f\xee\xd4\xb2\x50\xaa\xcc\x8d\xc7\x3a\x35\xfe\x50\x56\x4e\x41\x6c\x1d\x98\x3f\xf9\xa8\x58\x22\x67\xed\x37\x0d\x0a\xa9\x3c\x42\x06\x6d\xb7\xbc\x54\x55\xfd\x86\xfc\xb6\x69\xee\x51\x53\xcb\x26\xf0\x59\xa1\x29\x5c\xd8\x03\x26\xb5\x1e\xc2\x3d\xd3\x99\x16\x17\x75\x45\xc2\x77\x93\x84\x86\x42\xf5\xd7\xc4\x1d\xc6\x82\xb7\xcf\xab\xf3\x12\xad\xf4\x07\x6a\x3b\xd4\x7e\x10\x8b\x75\x37\xff\xd9\x07\xca\x5c\xf8\xdf\xfa\xbf\xf8\x88\x10\x17\x2d\xf7\x3a\x07\x41\xe1\x41\x2c\xb6\x48\x5d\x3f\xd0\x0d\x60\x3b\xa6\xe8\xc2\xec\x07\x60\x3f\xa2\xa3\xcb\xf7\x12\xc0\xc1\xc4\x74\x41\x2a\x0c\x5e\xdb\x99\xd8\x93\xd4\x32\x21\xd6\xfa\x44\xc0\xa8\xde\x33\xd8\x6a\x86\x4f\xce\xb0\x48\x26\xc5\x19\xd9\x16\x7f\x76\x40\xaf\xf1\x72\xb1\x5a\x49\x7d\x42\x3e\x5a\x44\x4d\xb5\xf4\x89\xcb\xbe\xd7\x28\x7c\x18\xee\x83\xb2\x26\xbe\xdc\x95\x7d\xfa\x83\x4a\x0c\xbe\xc0\x4d\x62\xac\x4c\x15\x85\x1f\x74\xf9\x3a\xe4\xa9\x66\x81\xec\x77\x3e\xff\x7a\x4a\xad\x1b\x09\x76\xdc\xf4\xec\x96\xda\x2b\xe4\x93\x6d\x75\x17\x8b\xc6\x7e\x64\xd2\xf6\x71\xfb\xa0\x46\x38\x81\xc7\xba\xae\x2d\x5f\xa3\x84\xe0\x65\x19\xd3\x38\xac\x31\x49\xb8\x6b\xd6\x77\xe7\xb5\xc6\x4b\xc2\xb4\xc9\x8d\x5a\x46\x4d\x31\xe2\x09\x23\xde\xea\x61\x8d\x61\x62\x80\xbe\x09\xfc\xc9\x05\xad\xea\xde\x14\xfd\x5f\x9e\x67\x90\xea\x0f\xfd\x5f\x6e\xd7\x89\x69\xda\x9b\xeb\x1c\x04\xc5\x17\xc3\x7a\xa3\xf8\x9d\xfd\x06\xeb\x39\x52\x2e\x1f\xb5\x8a\xf8\x24\x00\x9c\xe7\x8d\x9b\x24\x5f\x43\x9f\x3d\xb3\xdd\x3b\xb5\x97\x60\x65\x7b\xcf\xcf\xdc\xd0\x80\xf4\xd6\x92\x27\xf1\xae\xf5\x03\x92\x90\x49\xd7\xf9\xcb\xae\x0a\xc4\x61\x3d\x95\x7a\x15\x0f\x84\x28\xa4\x2d\xfe\xdc\xc4\x3f\x9f\x30\xa9\xce\x3c\xf9\x2d\x30\x88\xc8\xa0\x2a\x84\x13\xf3\xb7\x9f\xb7\x50\x55\xc5\x7d\xf2\xf6\xfe\xa1\xae\x3a\x86\x97\xf6\x0c\xfa\xd8\xad\x1e\x81\x57\xf0\x3a\xb0\xe6\x13\x55\xad\x79\x18\x3f\xee\x26\xd8\xc5\xae\x75\x10\x91\x73\x1e\x6f\x2f\xd5\x6a\x40\x62\x9c\x0e\x51\x7c\xb2\x1a\x67\xb4\xf7\x12\x8e\xdb\x5c\xbb\x59\xaf\x5d\x41\x08\xb1\xc4\xdd\x88\xd3\x1a\x24\x7c\x34\x7d\x7d\x75\x4a\x5b\x87\x48\x67\x3c\x57\x29\xa5\x1d\x4f\x54\x34\x84\xff\xce\x05\x8a\xde\xc9\xea\xcd\xf7\x70\x13\x03\x80\xe0\x37\xde\xd4\x2d\xc4\x75\x1f\x04\xdd\x1b\x02\xd8\x5d\x7c\x00\x56\x8c\x82\xc6\x7b\xa2\x00\x1c\x5e\x88\xf2\x31\x0c\xae\xe7\x27\x79\x46\xa8\x0b\x2f\xbf\x3f\x78\x3e\x36\xdc\x2c\xf9\x1a\x3e\xb8\xfc\xb4\x0e\x52\x53\x05\x49\x87\xab\x5e\xbd\xc6\x31\xa4\x54\xeb\xb9\x53\x1f\x1d\x50\xc4\x4f\x66\x79\x45\xe0\x19\x40\xf4\xd0\xc7\xd7\xeb\xfb\xa9\x13\x9a\x51\x9b\x5f\x0e\x85\x78\x12\x0e\xa9\x0f\xcf\xf1\x46\x4c\xe2\xcd\xd5\x78\xb0\xb7\x82\x0f\xfd\x78\xa2\xc1\x8b\x1d\x0d\xe6\x1a\xdd\xa6\x31\x83\xd3\x0e\xdc\xb0\xe6\x13\xc5\xa9\x15\x82\xd7\xf6\xa6\xe9\x16\x42\x29\xe0\x25\x7c\x38\x1f\x79\xa0\x7c\xf1\xcd\x1e\xf9\x14\x1e\xaa\x31\x0a\xe5\x83\xf4\x3a\x1c\xbc\xe9\xa8\x73\x15\x99\xb3\x67\xba\xde\xaf\xeb\x48\x38\x6a\xdb\x58\xd5\xaf\xf3\x81\x70\xc6\x32\xea\xb2\xab\x4e\x0b\x61\xd0\xac\xb1\x7c\x40\x97\x91\x48\x6d\x7a\x18\xfe\xc3\xc3\xfc\x7b\xff\x5f\xec\x03\xa7\xe6\x96\x0d\xeb\x3e\x08\x86\x23\x3c\x16\x3b\xa4\x01\x6c\x4b\xf9\xdb\x77\xbb\x03\xb8\xa3\x85\xbf\xec\xcf\x06\xf0\xd1\x97\x22\x1e\x55\x06\x08\xac\x54\x76\xe7\x3e\x03\xe0\x77\x49\xf7\xa5\x84\x2c\xbc\xf0\xf2\xb2\x9c\xd3\x30\x23\x4d\xb9\xd4\xb9\x4f\x5b\x38\xad\xe5\xec\x85\x59\x9a\x16\x04\xf8\x59\x11\x2e\x1a\x9d\xad\x8f\x0a\x2b\x42\x70\x3a\xcc\xfd\xfa\xd1\xfa\x88\x94\x46\xc5\x52\x6a\xfc\x9e\x79\x6f\x0d\x0d\xcc\x9b\x48\xf1\x2f\x95\x5a\xec\x58\xf7\xb0\x0f\xef\x3a\x50\xdb\xb1\xb9\x61\x57\x9f\x57\xe8\xe4\x61\x3f\x85\x7a\x3c\x49\xd7\xe5\xc0\x05\x07\x4e\xb5\x0f\xe9\x46\xe3\xf7\xfa\x0e\xb5\x58\xe9\x75\xe3\x35\x7c\x1e\x35\x18\xea\x99\xe2\x71\xee\xd1\xb5\x4f\xf4\x2b\x11\x61\xb7\x6d\xff\x17\x07\x54\x26\xa5\x7f\x95\x90\x6b\x89\xbe\xc0\x62\xc0\x42\xe8\x31\x9f\xfb\xef\x7e\xa0\xe8\xff\x9c\xbf\x39\xab\x36\x97\x01\x48\x1b\x1c\xef\xa1\xf9\xb9\xee\x83\x40\xe1\x20\x5c\x46\x78\x55\xe8\xf0\x00\x7e\x9a\x27\xdc\x18\xf6\x02\x04\x21\xa2\x17\x0e\xcf\x01\x44\xc8\xc9\xef\xe5\x20\x02\x44\xe8\x69\x25\x8a\x9f\x81\x6f\x21\xc5\x26\x25\xea\xb2\xa4\x7e\x8f\x39\x97\x27\x56\x34\xc4\x21\x67\x89\x28\x75\x4f\x45\xe2\x56\x9b\xc3\x79\x2f\x82\x79\x90\x29\x93\xcc\xfa\x47\x31\x0a\x78\xd0\xcd\x7f\xc7\x92\xe8\x8e\xaf\xd5\x4c\x43\x3f\x48\x32\x1e\x37\x44\x45\x2e\x05\x27\xe8\xbc\x9b\xd0\xbd\xb3\x34\x13\x7f\xeb\x39\x4e\xaf\x14\xd3\x78\xf2\x4d\x97\x8e\x3e\x1a\x2b\x1d\xa5\x7a\x8f\x64\xb8\x15\xfb\x31\xac\xa9\x09\x6b\x28\x81\x0b\x09\xde\x78\xbb\xd5\xf0\x3c\x7e\x9f\xdf\x60\xcd\x66\x63\x07\xbc\x8c\x1f\xe7\x55\x55\x63\x79\x7c\xb3\x57\xe2\x65\x66\xa3\x34\xc4\xd9\x95\xa1\x7c\xd8\x28\x13\x69\x74\x72\xbc\x90\x63\xa2\x81\x3c\x72\x52\x3a\x7f\xc5\xe8\x18\xc1\xde\x06\x75\xee\x8e\xd1\x09\xc2\x4d\x4b\x85\x3f\xfb\xc0\xb3\x72\xaf\xfb\xe8\x0d\x8e\x88\x0d\xcf\x96\xdf\x9b\xd8\xd2\x37\x3d\x06\x50\xbc\xce\xec\xbc\xa9\x07\xc0\x80\x8a\x59\x68\xf3\xe7\x75\x0e\xc2\x6b\x98\x3d\x7e\x07\x0d\x40\xc8\x28\xf7\xf8\x9e\x46\x80\x93\xcc\x42\xd4\x87\xee\x02\xc4\x57\x4a\x7e\x60\xab\x01\x88\x1f\x51\x3b\x2a\x7a\x12\xe6\xe3\x1c\xf4\x67\xd4\x9e\x92\x06\x43\x76\xd9\x87\x58\xdd\x5d\xcb\x55\xe3\xb5\x1f\xcf\xe5\x88\x7e\x81\x9f\x34\xf7\xb8\x33\x96\xdc\x8a\x7b\xab\x57\x35\x7c\x2f\xb3\x73\x7a\x8f\x4e\xdc\x22\x73\xb6\xd9\xe0\x33\xfd\x51\xb4\x42\x7a\xe1\xd3\x7e\x23\x2c\xfa\x76\x9a\xeb\x63\x5a\xe3\xd6\xa5\xaa\xc4\xcf\xad\x1c\x26\xb3\x18\xf3\xf8\xb8\xb5\x7c\xb0\x33\x66\x72\xd8\x7b\x11\xb5\x57\x19\xcd\xb7\xe3\xac\x42\xbe\x56\xa0\xcc\x23\x71\x23\x81\x99\x65\x61\xe6\x99\x78\x33\x3f\x96\x0b\x7e\xe6\x91\xf8\x61\x2f\xc1\xa2\xad\xe6\xbb\x10\x45\xb7\xe9\xfc\x0c\xb3\x3a\xa4\xc5\xe9\x63\x0e\xda\x82\x0e\x79\xe7\x44\x73\xba\xc9\x8c\x48\x10\xb7\xf3\x5d\x7f\x0e\x36\x88\x1d\x5f\xf1\x5b\x64\xe3\x39\x36\xb0\xb1\x17\x40\x2c\xe9\xa8\xd3\xc6\x82\x75\xfd\xdf\x3a\x93\x11\xd9\x54\x02\xe0\x7e\x61\x93\xc3\x8a\xde\x51\xce\x7c\x7a\x9b\x0a\x40\xdc\x5d\xd6\xf8\x1d\x87\x01\x52\xe2\xf9\x77\x1f\xc0\x01\x64\x5d\x10\xa1\x67\xe1\x03\xc8\xca\x51\x10\x11\xfc\xb2\xe6\x13\xf3\x34\x9e\xdd\xaa\xd4\x46\x98\xd0\xe6\xef\xe6\x9b\x15\x6a\x85\x08\xb8\x32\x64\x8b\x24\x79\x63\x3e\x59\xb5\xdf\x71\xca\x51\x9f\xe1\x34\x36\x1d\xde\x5f\xb8\x71\x64\x9b\x31\xfb\xdc\x70\x91\x5b\xf7\x31\xf3\x83\x0b\x96\x79\x25\x6d\xa3\x96\x7c\x8b\xe1\x39\x56\xf5\xb1\x56\xed\x68\xfd\xcc\xc1\x9a\x40\xeb\xee\x25\xd7\x94\xfb\x57\x89\xd6\xb5\x18\xe6\x84\x99\x4b\x36\x36\xb6\xd8\x0d\xb1\xfb\x4a\xcf\xda\xa8\x61\x6f\x47\x4e\xaf\xe5\x41\xe9\xda\x94\xe0\xf0\x81\x2e\x67\x19\x6c\xca\xf0\xde\x7e\xdc\xa7\xf9\x6c\x9a\xf0\x9d\xde\x31\x99\xfe\x36\xec\x88\x8a\xbb\x67\x5a\x98\x8d\x21\x72\xda\xe5\x57\xca\x39\xeb\xbd\x84\x5d\x0e\xa8\x95\xe7\xa0\x6e\x79\x5d\xb4\x0e\x47\x57\x7c\x06\x39\x75\x8e\xd2\x6f\xa8\x5a\xd7\xff\xf5\xed\xb6\x9d\xa7\xfa\xc3\x07\x81\xa2\xfb\x51\xee\x3f\x67\xb8\x6c\xf0\x5b\xae\xb9\x25\xac\x45\xcb\xf3\xf3\x3c\x0b\x3f\x1b\x63\x37\x40\xf1\x13\x49\x12\x3f\x35\x40\x61\xa8\xfa\x4e\x65\x4b\xd2\xbb\x33\xf3\xc6\x6d\xd6\x4d\x04\xe7\xb8\x03\xee\x4c\x91\x61\x3f\x33\xfd\x7f\x9d\xaa\xcb\xa6\xfd\x68\xe0\x6e\x56\x39\x5f\x98\xf2\x7a\xdc\x81\xa5\x4f\xa3\x3c\xb9\xab\xce\xc6\xe5\x77\x44\x45\x70\x83\xa4\x7d\xf7\x5c\x77\x31\xe7\xf5\xdd\x8e\x1d\x0b\x6c\x05\x32\x15\xef\x9d\x2e\x2d\xfa\x9d\xf9\x5d\x3a\xee\x1c\x82\xe6\xcc\xee\x2e\xa4\x71\x6e\x5f\xca\x4a\xc1\xe5\x7e\x74\x39\x82\x91\x4f\xd4\x3a\x93\xe9\x1c\x82\x21\xc4\x92\x32\xad\x5d\x54\xb0\x25\xd1\x8a\xe9\x74\x4e\xe3\xb8\x53\xa1\xda\xa9\x67\x1d\xaf\xe3\xd9\x02\x6a\x13\x6f\x38\xfe\xc0\x97\xfa\x32\xc4\xa7\x3b\xd5\xe2\x5f\x79\xa7\xc4\xef\x70\xf8\x86\x58\xbb\xcd\xc5\x78\x3a\x1a\x23\x39\xae\xfc\xcb\x7d\xe0\x58\xf1\x53\x63\xcc\x66\xba\x49\xed\x06\x20\x48\x4b\xf7\x7a\xf9\xbf\x15\x77\x6f\x5e\x79\xcf\xb6\x10\x59\x5d\x2f\x45\xef\x89\xca\x5b\xad\x99\xe4\x9c\x03\xca\xfd\xd7\x0a\xd2\xc6\xe4\xe5\x5a\x9d\xc2\xbe\x99\x9e\x15\xe0\x46\xa1\xd0\x6f\x8e\x3c\x80\x9a\x6e\x79\x07\xd9\x71\xd2\x50\x65\xae\x2e\xb3\xb5\xe6\xe4\xa3\xfc\xcb\x76\xf3\x11\x54\xfd\x05\x89\x0c\xa1\xa2\x67\x72\x1f\x1f\x8a\x10\x3c\x77\xaf\xec\x40\x83\x7f\xc0\x9b\xfb\x70\x65\xb8\x9a\xd6\xab\x7f\xca\xaa\x46\xb2\xd8\xcc\x67\xfe\xf7\xf0\x65\xce\xfc\xab\xbe\xb4\x73\xe3\x25\x0c\xd9\x8a\x7e\xd3\xf3\xbf\x8b\x84\x33\x34\x7d\x5b\x17\x83\xcf\x3e\x4e\x7e\xe1\x8b\x42\xbf\xc9\x34\x4a\xfc\xe1\xd3\xb3\x94\x94\xfa\xe8\x94\x9a\xf7\x37\x4c\x4c\x82\x4b\xcc\x6b\x1f\x19\xec\xee\xb8\x8d\xd1\xa7\xbc\x59\xb0\xbf\x22\xf3\x22\xdd\xbc\x5e\xe0\xdc\xc3\x74\x22\x25\x3d\x22\xf0\x7c\x01\xb7\xc3\xb2\x3c\xf9\xf1\x76\xfe\xa2\xa1\x1a\xee\x5b\x91\x63\x1e\x10\x24\xe6\xe1\x8a\x08\x7a\x24\x2e\xf7\xe1\xb0\xe1\xf2\xe7\x67\xb6\xdd\x7b\x67\xb9\x8a\x73\x6d\x38\xb4\x5c\x75\x2c\x57\xd7\xe7\x74\x73\xb5\x86\x91\xef\xf7\x53\xf4\x5f\xca\xfa\x2f\x5f\x5b\xad\xb7\xf2\x57\xf9\x87\x96\xec\x23\xc5\xdb\x47\x00\x1e\xb2\x71\xa1\x19\x5f\x01\x3c\xea\x92\x98\x10\x1f\x9d\xd6\x6e\xfa\xaa\x3e\x6c\x56\x3c\xe8\x75\xbd\xd5\x82\x37\x38\xe2\x61\x60\x29\x87\xcf\xcb\xac\xcd\x55\x8d\xd9\x9d\xa9\x0a\x17\xb3\xf2\x67\x92\x97\x6e\x6e\xab\x3e\x9d\xaa\x15\xef\xf5\x61\xe7\x4d\x8e\x78\xf7\x58\xae\x19\x9f\x6b\xba\x27\xe7\x62\x76\xcc\xce\x5c\xa4\x8f\x3e\x1d\xcd\x35\xaf\x5b\xbc\x21\xe2\x6c\xf4\xc1\x85\x9f\xf9\x2e\x11\xbb\x22\x8e\x2d\xce\xe5\x3c\x09\x1b\x0b\x3d\xbf\x74\x28\x83\x91\xc2\x7d\x04\x33\x07\x03\x06\x1b\x57\x17\x38\x14\xcc\x8e\x2d\x8c\x7e\x16\x90\x1d\x98\x87\xd3\x0d\xa7\x0b\xb8\xe8\xf7\x1e\xd7\x1a\xb2\xc9\xbf\xd1\xb7\x0b\xcf\x13\xd0\xe5\xa7\xe8\x73\x01\xdf\xe6\x63\xe2\xed\xed\xfb\x18\xd1\x74\x6f\x02\xd8\xf6\x73\xff\xca\xfb\x34\xb7\xe5\x96\x0f\x54\x7f\xe8\xff\xd6\x8d\xe4\x7d\x40\xbe\xf7\xfe\x6f\x3e\x0e\x45\xf7\xa0\xe8\xe0\x0f\xf9\x57\xeb\xf3\xc2\xcd\x3b\x97\xeb\xc0\xcf\x63\xb9\xf4\x02\xf3\xf7\xfa\xef\x08\x5b\x0a\x32\x7f\xac\xeb\x8d\x54\x8a\xd1\x9b\xe8\x7e\xf8\x30\xc5\x10\xef\xbd\xa3\xee\xca\x5d\x56\x37\xf1\x24\x91\xbc\x98\xeb\x07\xe2\x5a\xcf\x67\xc7\x8f\x56\xbe\xb8\x7a\xbf\xe2\x6e\xc8\xb9\x4b\xc1\x83\x3a\x55\x2f\xfd\x0f\x97\x30\xcc\x6a\x5c\x7a\xee\xfb\xba\x88\x61\x9e\xb7\x98\xd6\x57\x3f\xf7\xd7\x42\x67\x7e\x9d\x0f\xcf\x99\xc3\xe8\xad\x39\xb4\xde\x49\x59\x99\x4b\xcc\xe9\xf7\x7c\x36\xa5\xfa\x2e\x2d\x24\xfb\xfd\x27\xef\x65\xec\x14\x2d\x76\x2e\x32\xe2\x5f\xee\xc3\x8d\x39\xba\x12\xff\xd5\x5b\xd8\xd5\x34\x12\x85\xd8\xb9\xef\x77\x25\x85\xef\x45\xc2\xdd\xa4\x00\x0e\xf1\xd0\xbb\x2d\x7f\x6e\x51\xb2\x8e\x45\xf1\x81\xa0\xec\x83\xf8\xd8\xd5\x4a\xd1\xbd\x28\x7e\x18\x94\x5c\x10\x8a\xfe\xf3\x9a\xac\x87\x7e\x19\xa1\xb2\xa1\xa2\x5a\x52\xfd\x41\x7f\x44\x68\x7b\xe2\x58\xcd\x58\x09\xff\x71\x4e\x93\x97\x53\x1f\x77\xcb\x5e\x50\xed\x68\xa9\x1f\xd8\xa4\xcb\xe1\xf0\xec\x62\x5c\x5f\xb6\xc3\x70\xe4\x7c\x12\x6d\x27\x43\x64\x51\xce\x78\xd0\xdc\xa3\xa8\xcb\x1b\x0a\x6b\xdd\x2c\xdb\x55\xfa\xf7\x97\xc8\x3a\xa4\xb6\x8a\xcd\x8b\x9f\x3f\xe5\xa8\x74\xab\x66\xe1\x7d\x9e\xa0\x43\x4d\x8d\x15\x5a\x2d\x6b\xd4\x21\xe3\x4a\xf8\x52\x48\x2a\x8b\xe3\xb9\x32\x34\x86\x35\xb1\xd1\x81\x54\x7c\x08\x4b\x1b\x1b\xe7\x50\x5e\x18\x85\xed\x88\xda\xef\xa8\x96\xbb\x80\x13\x09\x37\x76\xa8\xcb\xf1\xc4\x7d\x0f\x0a\xb3\x1f\xce\x4e\xc4\x7b\xf8\x5d\xb7\x67\xcd\xf0\xc2\x13\xbd\x76\x38\x50\xa7\x8c\x22\xdc\x1e\x0d\xf6\xaa\x49\x35\x48\xa1\x0b\xde\xee\x7b\xc2\x75\xe4\x8b\x93\x11\x00\x57\xf5\x86\x15\x3f\x13\xc5\xb6\xd5\x75\xd8\xd7\x53\xfd\xc5\x81\x50\x7c\x10\x2e\xee\xfe\x7b\xfd\x5d\xee\x54\x7f\xe9\xe0\x3f\xd8\x96\x2b\xda\x7d\x5e\x62\xe5\xf7\x6f\x73\xac\xeb\x41\x05\x2a\xaa\x77\x4b\x68\x69\xce\x8a\x23\x89\x1d\x27\x7e\xeb\x48\x3a\x49\x59\xd5\xee\x9c\x20\x69\xa9\x99\xbc\xca\xd7\xf9\x52\x6a\x73\xde\xf7\x79\xf8\xec\x48\x47\xc8\xfb\xc4\x7e\x0f\xd1\xe1\x85\xf2\xc2\xcc\x3d\xd6\x2d\x43\x35\x2f\xd9\x72\x6e\x98\xba\xbf\xed\x5b\x8c\x38\xad\x66\xfa\xe3\xe9\x43\xf4\x62\x6a\x83\x59\xef\x43\x64\xe9\x55\xe2\x45\x73\xfe\x96\x1e\xcc\xad\x38\x5a\x73\xc1\x3b\xa1\xd8\xfa\xc8\xe3\x16\xb2\x35\x93\xb8\x63\x61\x65\x16\xef\xaa\x6c\x70\x25\xc1\x39\x16\xfd\x15\x4e\xf8\xc3\x01\xdc\x96\x7c\x65\x6f\xf1\xee\x7e\x1b\x2c\x36\x5e\x40\x23\x7c\xee\x9f\xff\x1f\x61\xef\x19\xd5\xd4\xf6\x7d\x7f\x47\xb1\xa0\x34\x05\x54\x14\xe9\xbd\x07\x08\x25\x40\x12\x7a\xef\xbd\x37\x41\x44\x05\xa4\x08\x36\x54\x44\xc5\x8e\x22\x2a\xa0\x62\xb9\xf6\x06\x36\x2c\xa8\x08\x88\x05\x04\x1b\x28\x0a\x36\x2c\x08\x56\x44\x69\x49\xce\x7c\x06\x21\x07\x2f\x7e\xef\xef\xf9\xbf\x9a\x83\x3b\xee\x70\x64\xad\xec\xbd\x4f\x92\xf9\xd9\x73\x05\x4e\x2d\x98\xcc\x4e\x8e\x3d\x1c\xd0\xb7\xc3\x83\x7d\x7d\x96\x44\xa0\xca\x36\x0a\x67\x5a\xc4\x97\x00\xff\xdc\xbd\x9c\x98\x50\xce\x9f\x75\x30\xcc\x81\xf0\xeb\x26\xfd\xef\xbd\x4f\xf8\xfb\x3f\x7c\x64\xfd\xcd\xfc\x5c\x9c\x4e\x1e\x47\xd2\x73\xbe\x7f\xc7\xa0\xb6\xf3\x39\x90\xa7\xe9\x80\x60\x07\x85\x72\x77\x15\xa0\xd8\x2b\x71\xa6\xec\x12\x6e\xd2\xce\xe9\xc4\x1e\xcc\xe7\xbc\xb3\x5b\x6d\xff\x62\xc3\x92\x5e\xf1\xc0\xa6\x88\x96\xa4\x5b\xdd\xf1\xc9\xac\xb4\xd7\x91\x8b\x7f\xf6\xef\x16\x5b\x96\xeb\x73\xa5\xbb\xa0\xee\x7b\x56\xb9\x9b\xcc\xf7\xc8\x9e\x82\xac\x32\xb7\xae\xd7\xb1\xbd\x35\xcb\x04\xdd\x6d\x9a\x06\xfa\x76\x65\xac\xf2\xf0\xbc\x3f\xbb\x7f\x4a\xda\x3b\x8f\x17\xb7\x7a\xfa\x8b\x93\xff\xf1\x14\xb8\xb1\x78\xc0\x30\xa1\xcc\x73\xff\x65\x99\x81\x5d\xf3\x26\x79\x9e\x3b\xb7\x91\x3d\x25\xce\xdf\xf3\xf7\xa9\x77\xec\x95\x31\x13\x3c\xbb\x8e\xfb\xb3\x1b\xa2\x32\x3c\xcb\x0e\xe7\x72\x34\xc3\xcd\xbc\x54\x0e\x04\x71\xa2\x42\x9d\xbd\xa6\x16\xc7\x72\xf6\x04\x8b\x7a\x4d\xd8\xed\xcd\x79\x16\x70\x0b\xb0\xad\x1c\xaa\x67\xf6\xac\x21\xcd\xe2\xf7\xa5\x70\xf6\x90\x96\x48\x8e\x5c\xff\x64\xfd\x43\x1c\xc4\x00\x3f\xc7\xfa\x63\xf0\x90\x36\xf2\xef\x75\x57\x6d\x19\xba\xc7\x5a\xf6\x02\x50\x14\x9c\x7c\xe6\xc8\x33\xc0\x80\xa6\x92\x92\xbf\x04\xca\x36\xcd\xe6\x8d\x2b\x5e\x71\x1f\xf8\x07\x7b\xd9\xc4\x47\x73\xa8\x09\x73\x66\x5d\x0c\x4d\x60\x27\x6d\x73\x9b\x5b\xe0\x55\x38\xb0\xf7\xca\xf7\xa4\xad\xce\xc1\x03\xc2\x6d\xed\xc9\xf1\x0e\xc1\x03\x4e\xfd\xf9\x89\xf1\x0e\x77\xbf\x4c\x1a\x98\x3a\x6f\x9d\xa3\x41\xdb\xac\x81\xc5\xf1\x54\xc7\x07\xcd\x71\x03\x2d\xb3\x6f\x3a\x46\x3e\xac\x64\x67\x45\x9d\x75\x5a\x74\x77\x21\xfb\x64\xe4\x35\xa7\x65\x55\xce\x1c\xb1\xb0\x74\x67\xca\xf5\xf1\x1c\x56\x48\x9f\xb3\xf3\xa5\xd1\x9c\x4d\x41\x9e\x4e\xb5\xe7\xcf\x71\x5a\xfd\xb5\x9c\x9f\x95\xc8\x72\xde\xfb\xcf\x74\xbe\x79\x22\x84\xab\xe7\x33\xd5\xd9\xf2\xe8\x7e\x6e\xa2\x67\x00\x10\xc2\x7f\x9f\x17\xf1\xd7\xc1\xb6\xae\x21\x3d\xc1\xff\xbc\x40\xce\xc3\x78\xba\xe1\xbf\xea\xff\xd0\x39\xd2\xff\xb9\x65\xcc\xf7\xbf\xf8\x79\x08\x87\x36\x00\x93\x22\x29\x94\xc2\x01\x40\x5f\x42\xbe\x61\x5d\x18\xf2\xac\xa3\x0c\x13\x17\x9e\x27\x4e\xfa\x74\xdb\xb6\xc4\x18\x73\x13\xe2\xbf\xf9\xcb\x05\x36\x71\xa5\x72\x5a\x83\x6d\x3d\x9e\x71\x36\x1d\x37\x08\xef\x73\xec\xe7\x98\xd6\x8a\x45\xc6\xd9\x49\xb0\xfb\x3b\x6a\xa2\xc4\x6c\x0c\x38\xb6\xec\xd2\xb0\xab\xd6\xf3\xfa\xe6\x70\x24\x83\xbd\xac\x2f\x7e\xf6\xe2\xd8\x06\x4d\xb6\x49\x79\xd3\xc0\x09\x09\x3c\x6f\xb3\xfe\xf9\x0c\x4e\xb1\xff\x62\x1b\xd7\x47\x07\x39\xfd\x3e\xb2\x36\x07\xef\x8b\x73\xa5\xbd\xbe\xd9\x7c\xbf\xed\xce\xb5\xf3\x8c\xb3\x79\x7b\xf3\x08\x37\xdb\xed\x8d\xcd\xcf\xf2\x8b\xdc\xb3\x2e\xed\xb6\x9b\x2f\xdd\xe1\x5e\x73\xc9\xb7\xe9\x39\x5f\xc9\x85\xe3\xec\x3f\x9f\x8b\xc8\x1c\x08\xf2\x39\x40\xe6\x20\x34\x96\xfe\xbb\x7e\x72\x1e\xc8\xf0\x3c\x0c\xca\x90\xd6\x6c\x1d\xe9\x7f\x1d\xe2\xe7\xa4\x14\x51\x80\x99\x8f\x26\x1c\xdf\xd4\x06\xe8\xad\x97\x6e\xcf\x1c\x05\x30\x9e\xab\x5b\x26\xe6\x43\xc1\x8b\xb0\x38\x4b\xf2\x0f\x7e\xeb\x08\xd1\x2c\x33\xf7\x08\xb7\xfb\xdc\x1b\x7b\xca\xbd\x1e\x3b\x0a\x70\xb3\xca\x36\xf9\x6c\xb1\x9d\xcd\x75\xa9\xdf\xe4\xfb\xd8\xca\x89\xeb\xf7\x51\xde\x27\xc8\x72\x32\x37\x91\xf3\xcd\xeb\x03\x33\x9a\xfb\x9b\xbb\xdc\xa5\x9d\x71\xf2\x77\x3b\xf7\x9c\x53\x31\x73\x71\xe7\x55\xee\x36\x17\x67\xe6\xf3\x36\x2f\xee\x1e\x97\x49\x0c\x99\x96\x9d\x84\x8c\xed\x77\x06\xb7\xc9\x94\x98\x64\xf7\x94\x91\xfe\x50\x84\xb0\xb3\x31\x62\x54\xdd\x23\x88\x10\x6b\x47\x66\x6a\xcd\x35\x22\xc0\xfa\x10\xf3\xc0\xcd\x06\x62\x81\xd5\x22\x20\xab\x61\xe4\x39\x70\x99\x9f\x97\x34\x9c\x87\xc2\xf3\x3f\x39\x7c\xdf\x9a\xcc\x01\xf8\xbf\xee\xc1\x1f\xe1\xef\x8b\x9d\xb3\x86\x74\xcd\x4c\x60\x94\x2e\x85\x92\x35\x19\xd0\x3a\x31\x65\x5e\xea\x47\x80\x45\x55\xf5\x8d\xed\xc6\x09\x37\x5f\xea\x67\x92\x7f\xf0\x5e\x42\x3c\x58\x54\x6f\xdd\xe5\x12\x4c\x14\x6f\x0b\xb5\xab\x23\xb9\x07\xeb\x17\x84\x6d\xb9\xbd\x93\x13\xeb\x3d\xc1\x6c\x18\xef\xf8\x92\x91\x46\x78\xbd\xa3\x3b\xb8\x58\x34\x10\xd1\xdc\x89\xf6\x07\x86\x73\x1e\x76\x40\x81\xa8\xb4\x48\x32\x8d\xfc\x6d\x4f\x7c\xa0\x73\x4d\x5f\x7d\x66\x13\x77\xcc\x33\xe9\xd3\xdf\x1b\x10\xd5\xe6\xe7\xe9\xcf\x5a\xef\x11\x67\x2d\x6e\x99\xfe\x78\xf6\x83\x78\x4b\xff\x4a\x37\x7b\xac\x49\xb4\xd3\x8f\x99\x06\xd7\x97\x43\xdc\xf8\xfb\x1f\x1e\x8c\x7c\x0e\x90\xf3\x40\x86\x38\x18\x92\x83\xfa\x74\x7f\x64\xfd\x77\xf9\xf3\x81\x2e\x95\x8c\xf4\xff\x8a\xf8\x9c\x04\x39\x0f\x84\xcc\x81\x58\xb8\x12\x50\x5b\x2f\x76\x7f\x9e\x38\x60\x36\x55\xa6\x26\x32\x15\x2d\x2e\x1e\x5a\x1b\xfd\xc6\x60\x5d\x48\x94\xe1\x16\xf7\x7c\x04\xa6\x6c\x31\xfd\xea\xf8\x10\xcc\xb5\x2c\x73\x49\x3b\x61\x8c\x2a\x7a\xca\x9a\x60\x59\x86\x71\x27\x83\x98\xe2\xcc\x75\xc4\xa7\x72\x61\x56\x8a\x85\x11\xd1\x51\x7b\x89\xf9\x73\x38\xe7\x61\x2d\x26\x74\x7f\x67\x18\x0c\xcf\xb5\xc8\xc3\x09\xf8\x1b\xfe\x1c\xce\x77\xa8\xeb\xb5\x41\x95\x56\x8f\xc1\xbb\xef\xd3\x70\x42\xfb\xb7\x61\xd2\xa7\x73\xd8\xa6\x9b\x62\xd0\xf8\x26\x09\x7b\x75\x14\x0c\xda\x5e\x34\x60\x8f\xce\xb8\x3f\xe7\xc0\x9d\xef\xfc\xe7\x3f\x7f\x9e\x1a\x78\x3c\x54\x27\xdf\xd7\x23\x39\xa8\x61\xff\x8f\xcf\x01\x91\x1c\x0c\xe9\x7f\x0e\xcf\x03\xb1\x01\x28\x21\x14\x4a\xe2\x60\xdf\x4e\x53\x28\xf3\x37\x02\xca\xd7\x85\xa3\x62\x2f\x03\x74\x75\x69\xcb\xe0\x7c\xc0\xe1\x8d\x8a\x28\xc9\x3f\xb8\x34\xe2\xfc\xdc\x64\xea\x71\xfb\x7a\x14\x2f\xbb\x6e\xa8\x66\x13\x88\xd4\xdc\x1c\xe3\x4a\xd6\x25\x2c\xd8\x9b\x6e\xfc\x8f\xc5\x39\x2c\x3c\x5e\x61\xf4\xca\xec\x2e\x42\xae\x8a\x9b\x44\x99\x1e\x46\xe4\xbd\x14\xe3\xbb\xa6\x22\x70\x78\xe9\x68\xba\xd9\x44\x18\x71\x9f\x43\x8d\x9b\xff\x5f\xbc\x83\x8e\x69\xbf\x12\x20\xaf\xa3\x3b\xf9\x67\x30\xa0\x58\xa6\xc7\xe8\x18\x00\x54\x2e\x01\x95\xfc\xbc\x20\x72\x3e\x1c\x87\xf7\x3c\xf8\xc6\xcf\x41\x20\xfd\xcf\xff\xc9\x01\xe0\xcf\x85\x21\x39\x98\xad\x7c\x9f\x9b\x9c\x07\x42\xce\x41\x20\x7d\xdf\x59\xb7\x00\x85\xd9\x13\xc6\x87\x9c\x05\x0c\x8a\x24\x02\x7d\x6b\x00\x9b\x74\xd9\x8d\xae\x7d\x80\x8f\x90\xaa\xb6\xa3\x09\xd8\xd1\xc6\xea\xe1\x76\xe3\xf1\x30\x63\xb3\xae\x93\x25\x13\xad\xd9\x8f\x75\x64\x19\x0b\x71\x67\xbb\x91\x9e\x88\x05\x0b\x17\xf7\xb4\x50\x0f\x9a\x76\xa3\xe6\xd8\x18\xdd\x26\x93\x7b\x38\x76\x59\x53\x5f\xdb\x38\x1b\xfb\x6b\x2e\xeb\x97\x19\x55\xa2\xa0\x29\xda\x60\x0b\x6d\x32\x2a\xdf\x6d\xd6\x6b\xa6\xfd\x40\x6d\xef\x2f\xea\x5b\xc3\x30\x00\x8f\xb4\x5e\x0e\xf7\x61\xc1\xa0\xca\x99\xab\xbf\x19\xd4\x69\x34\xf5\x0b\x9c\x5e\x60\xda\x71\xa0\xd9\x99\xf2\x2f\x0e\xe6\x3b\xff\x9c\x1b\xe6\x80\xf8\x7c\xdc\xdf\x1c\xd0\x41\xfe\xf3\x21\x7f\xf9\x48\xff\x97\xf4\xbf\xc9\x1c\x88\x10\x7e\x6e\x4a\x88\x06\x30\x33\x71\xcc\x67\xaf\x13\x80\x96\xbb\xf0\x45\xcf\x14\xc0\x2a\x53\xda\xdf\x31\x1b\x70\xcb\x97\xbb\xe4\xa0\x0b\x44\x68\xa9\x74\x5a\x37\x01\x89\xc1\x6a\xc5\x96\x42\xe8\x5d\xd6\xae\x29\x6d\x31\x0a\x58\xfb\x4d\xbd\xc8\xec\x08\xba\xb7\xd5\x68\xa6\x9a\x6a\xe1\xf7\x1e\x5b\x4d\x35\xe3\x60\x7c\x3d\xf6\x48\xf3\x39\x6d\x0d\xbe\x5d\x58\xa0\x59\x6c\x68\x81\xaf\x95\xe3\x35\xef\xeb\x9f\x00\xa7\xfe\x97\x46\x89\xc1\x74\xfc\x78\xb5\x59\xab\xc0\x40\x18\xf8\x12\xae\xe5\x64\x10\x0c\x70\x72\x35\x15\xff\xee\x87\xda\xa9\x41\x9d\xe2\x46\x72\x30\xc3\x79\x40\xfc\xfd\xff\x37\x07\x54\xca\x7f\x5f\x0f\xf2\x79\x80\x1d\x0d\x23\xcf\x81\xbf\xe7\x81\x90\xeb\xc0\x87\xcf\x55\xd8\x2d\x05\x28\xdf\x28\x14\x0f\x11\x40\xf3\x9c\x50\xb7\xa3\x20\x60\xf2\x5e\x5c\xc7\x56\x18\x70\x70\x9b\xde\x62\x59\x0f\x04\x4e\x90\x51\x62\x14\x00\xb1\x8a\xb2\x37\x18\x1f\x81\x34\x6d\x65\x3b\x73\x65\x20\x33\x56\xd9\x99\xf4\xf9\x8d\x5b\x80\xad\xa7\x95\x7b\x8c\x6c\x80\x3d\x89\xaa\x02\x86\x3f\x80\xa3\x33\x54\xaf\x1a\x7c\x04\xce\xd6\xa9\xa5\xe8\x07\x03\xe5\xc1\xaa\xa5\xfa\xa2\xc0\x3d\x7d\xf5\x29\xd4\x38\xe0\x99\x94\xfa\x58\xea\x14\xe0\xdd\x05\xb5\x02\xbd\x58\xe0\x6b\x95\xca\x75\x3d\x23\x80\xdb\xa0\x64\xa8\x9d\xcc\xe3\x82\x42\xfb\x59\x43\xaf\x93\xe4\x80\x1e\x38\x0d\xe9\x30\x07\xc4\xe7\x02\x0f\xf3\x79\x80\xbf\x39\x98\x95\x1e\x23\xf7\x01\xc9\x81\x0c\xfb\xff\xfc\xf3\x82\x55\xca\xef\x07\x1b\x50\x7e\x33\xfe\x2e\x6b\x0b\xa0\x6f\x2b\x7c\xcd\xbc\x19\x60\x16\x4f\x26\xcc\x8c\x00\x8f\xa8\x29\xf1\xf4\x1d\x40\xe8\x3d\xa9\x13\x83\x7f\xcf\xfb\x2c\x73\xce\x24\x08\x58\x98\x27\x73\xd5\xd8\x14\x58\xd6\x22\x5b\x44\x7b\x05\xac\xb9\x21\xb7\x86\x56\x04\xe4\x3e\x56\x78\x61\xf8\x05\xd8\x2d\xa0\xf4\x40\x5f\x0f\xf8\xe7\xad\xe2\x14\xdd\x7a\xe0\xd4\x3d\xf9\x44\xdd\x4f\x40\x99\xb1\xa2\x24\xc9\x3b\xe8\x1c\x03\xee\x47\x2b\x6e\xd5\x8d\x05\x9e\x4f\x52\x9e\xaf\x93\x0b\xbc\x9b\xa9\xd8\xaa\x33\x0d\xe8\xf2\x93\xef\xf9\xc0\x9f\x0f\xf7\x64\x2c\xff\x73\x20\x7f\x0e\xd6\x79\x7e\x1f\x8e\xf0\xf3\xc1\xc8\x5c\x2c\xf2\x1c\x5c\x7d\x7c\xe4\xf3\x80\xe4\xa1\xa2\xf8\x9f\x2b\x7c\x2c\x87\xd4\x3e\x7c\x48\xe9\x7c\x5e\x88\x95\x00\xc8\xa5\x8c\xb9\x38\xcc\x3f\x38\x02\xf4\x14\xd1\x57\x46\xb3\x00\xfb\x85\x93\x8c\x0c\x68\x80\xcf\xf4\x49\x30\x9c\x06\x44\xa8\x48\xb2\x0c\x55\x81\xb9\xf1\x53\x3f\x1b\x5a\x02\xa9\x1e\xd3\xd5\xf4\xcd\x80\xa5\x82\xd3\x45\xf5\x4f\x03\x6b\x98\xd2\x2f\x75\x75\x81\x8d\x89\xd3\x53\xf4\xc4\x81\x1d\x6f\x67\xae\xd3\x11\x00\x8a\x97\x48\x1f\xd1\xaa\x05\x8e\x46\x49\x6f\x1e\xe6\x1d\x14\x80\xcb\xbf\x67\xfe\xd0\x7c\x0c\xd4\xc4\xc8\x14\x69\x49\x01\xf5\x87\x65\x57\x68\xb2\x80\x67\x5a\x32\xd1\x4f\x97\x0d\xbd\xbe\xbf\x39\xa0\xe3\xfc\xcf\x83\x45\x37\x31\x92\x83\xe1\xeb\x52\xfb\x21\x25\xf3\x50\x48\x0e\x24\x48\x7c\xe4\x3a\xb0\x5e\x3f\xa4\xc6\xb4\x21\x0e\x84\x1a\x0c\x08\xb7\x51\x28\x86\xc6\x80\xca\xce\x71\x92\x86\x5e\x00\xcd\x45\x68\xbd\xe1\x24\xc0\x7a\x9e\xe8\x74\xdd\x49\x80\x8b\x92\x88\x90\xae\x0f\x10\x20\x2d\xe6\xad\x2d\x0a\x84\x9f\x10\xd3\xd3\x09\x07\xe2\x66\x4f\x2e\xd1\xc9\x01\x16\x98\x4b\x2c\xd3\x5a\x01\x64\xac\x94\x90\xd1\x6c\x07\xb2\xa4\x25\x6d\xb4\xd5\x80\x8d\xe6\xd3\xec\xb5\x02\x80\x3c\xa9\x69\x7b\x34\x7b\x80\xa2\x59\x52\x1b\x35\x6f\x00\xff\x7c\x9e\x7e\x4d\x23\x04\x38\xf6\x58\xaa\x54\x7d\x11\x70\x3e\x4a\xaa\x4a\xcd\x1a\xb8\x7a\x68\x5a\x9d\x66\x3a\x70\xdb\x59\x86\x37\x25\x89\xe4\x40\xfe\xf6\xbd\x87\x7e\xcf\x1f\x7d\xc6\x88\xe7\xf7\xca\xad\x37\x39\x34\x46\x0f\xd0\x88\x33\x6d\x10\xd4\x07\x8c\xcd\x59\x12\x62\x06\x80\x85\x91\xf5\x56\x89\x64\xc0\xba\xc5\x69\xff\x0c\x59\xc0\x61\xb6\x8f\x87\xc2\x7e\xc0\x31\x2d\xf2\x90\xfa\x45\xc0\xe9\xe3\xbc\x71\x7a\x47\x01\xc7\x7d\x4b\xd9\x26\xe3\x01\xfb\x63\x1b\x67\x5a\xa8\x03\x76\x13\xf6\xd4\x5b\xd7\xa3\xc5\xc6\xa4\xa4\xd8\xf1\x21\x5a\x59\x47\xab\x4c\x1d\x4b\xd1\xca\xb0\x6a\xd2\x72\xe4\xe2\x85\x85\x60\xe7\x1c\x67\x25\xc0\x3c\x91\x9b\xe7\xa4\x01\xd0\xef\x13\x12\x36\x2c\xc0\xc4\x8e\xb8\x6a\xd6\xdc\xe3\x61\xb2\x85\xd8\x61\xb1\xe5\xab\x94\x49\x2b\x91\xc3\xf0\xfb\x38\xdd\xe4\x37\xb1\x85\x21\xf2\xda\xce\xa4\x82\x38\x6e\x7e\xbc\x99\x65\xba\x9a\x28\xb6\x48\x7f\x54\x6e\x9a\x40\x5c\x33\xeb\xa8\x5f\x6f\x3a\x8e\x78\x49\x9f\x78\xe7\x05\x5d\x86\x78\x68\x26\x5f\x23\x6f\x32\x11\xf2\xb4\x6f\x37\x5b\x4d\x4b\x40\x31\x71\xfe\xaf\x3e\x98\x4b\x50\xfe\x63\x2e\x88\x82\x87\xc9\x8a\x31\x6f\xfe\x35\x17\x63\x85\xf9\x57\xd1\xc3\x00\x73\xa5\x65\x8d\xa4\x3f\x60\xfb\xd9\xe9\xa4\xf4\x39\xc0\x59\xc8\xeb\xb7\xd2\x32\xc0\xe9\x75\x58\x87\x7a\x37\xe0\x22\x32\xd7\x91\x5a\x09\x38\x75\x2e\xd6\x36\x49\x02\x1c\x05\x37\x0a\x31\x73\x01\x3b\x91\xbd\x61\x36\xca\xc3\x7d\xa8\xb7\x9c\x58\x55\xe7\xf4\x13\x77\x18\x9b\x9a\x25\x9d\x2f\xa3\xc2\x22\xf7\xcb\x68\x57\x55\x74\x98\xbf\xe0\x26\x38\xdf\x24\xfb\xc0\xf9\x65\xfa\x98\xf0\xb2\x34\xe8\xae\x36\xdd\x49\x04\xb3\x2e\x7e\xb6\x30\xad\x26\x82\x58\x0f\xdf\x4d\x34\x3d\x44\xa4\x31\xb7\xb5\x04\x9b\x4d\x26\x9c\xac\xe4\x1b\x3f\xd1\x77\x12\xcb\x99\x4b\x1e\x86\xd1\x6f\x13\x9b\x18\x2f\x6b\xdf\xd3\xa5\x88\x2a\xb3\x57\xb7\x29\x74\x57\xe2\x89\xd9\x84\xca\xd9\xf4\x06\xe2\x39\xfd\xd9\xf5\x35\xf4\x9d\xc4\x6f\x53\x3a\xfe\x83\x0b\x1a\xe9\x6f\x91\xf7\xde\x15\xd7\x1a\x29\x8f\x55\x01\xf4\x3a\x8c\xdf\x4e\xdc\xfb\x87\x83\x60\xed\xb0\xa4\x49\x3e\x05\xec\x2f\xd9\xef\x95\xee\x04\x9c\xb7\x78\xcc\x55\xbc\x0f\xb8\xb4\x86\x38\x6b\x3c\x06\x5c\x1c\xe3\x3d\xa8\x6b\x00\xe7\xfd\x8b\x1d\x4c\x77\x02\x4e\x96\xeb\x4b\x58\x3d\x80\xfd\x8c\x3d\x45\xb6\x6d\xa8\xb5\xf9\x54\x62\xe9\x6c\x8d\x52\xcb\xfc\x5b\xf7\x5c\x19\x38\xce\xa4\x3e\x1f\xe7\xda\x85\x5d\x0c\xa3\xae\x30\x0f\x1a\x06\xcc\x37\x73\x73\x9c\xf6\x90\x7d\xe8\xbb\x40\xaf\x22\x44\x6d\x16\x7e\xbf\x41\x8f\x23\x74\xac\x45\xdb\xd9\xf4\x9b\x84\xa6\x75\xd8\x9b\x18\x33\x4f\x42\xd5\xba\xbe\x39\xdd\xac\x98\xb0\xb0\x1a\x78\xd4\x6e\x6e\x40\xd8\x5a\x3d\xbb\x5f\x69\x96\x40\xac\x66\x66\xdf\x89\x31\x7f\x44\xcc\xb5\x74\xac\x9a\x67\xbe\x82\xd8\xc5\xf8\x5a\xe1\x4a\x6f\x20\x3e\xd0\x4d\xaf\xae\x31\x5b\x49\x74\xd0\x79\xa7\xc1\xdf\x5c\x10\xdf\xf7\xe6\xf7\x61\x42\x8e\x1e\xef\x1e\x9b\x62\x83\xc1\xce\xb1\xe3\xfe\xe4\x41\xfc\xcd\x07\x91\x7d\x70\x11\x76\xcf\x55\x6c\x01\xdc\x0a\x82\xa4\x35\x77\x01\x6e\x5e\xf1\x71\x86\xd6\x80\xab\xd9\x22\x17\xb3\x2c\xc0\xf9\xf0\xfa\x1c\xeb\xf9\xf8\xe0\xb0\x69\x4f\x91\xc3\x37\x9c\xb6\xdd\x5b\x9a\xe4\xba\x07\x9b\xac\xf2\x6e\x3d\x71\x67\x63\x0d\xf3\xdd\x8b\x74\x8f\xad\x58\xc7\x48\xe8\xae\xf2\x74\x47\x87\x79\x0b\x37\xc1\xb9\x06\xd9\x66\xdb\xb9\xcf\xec\x85\x7f\x6f\xa6\x77\x10\x63\x6d\xbe\x7f\x11\x36\x9f\xcd\xbd\xe8\xd0\xf7\xce\xd3\x8c\xe0\x76\xdb\xb9\xb7\x6e\x31\xb7\x27\xc6\xd8\x5e\x7a\x66\x68\x5e\x4d\x08\xda\x56\x3d\x6c\x36\xf7\x26\xec\xac\x5e\xd7\xed\x30\xe3\x10\xa9\xac\xf5\x35\xf7\xcd\xcb\x88\xc5\xac\x35\x95\xb3\xcd\xcd\x89\xa3\x16\xb8\x56\x6d\x76\x8f\x78\x62\x96\x73\x79\x87\xf9\x6d\xa2\xce\x9c\x8e\xff\xe0\x82\xf8\xe7\x82\xa4\x7e\x23\xcf\xdf\x8a\xa0\x6e\xa1\xfc\x6b\x0e\x02\xc9\x83\x58\x4c\x30\x35\x14\xcb\x05\x6c\x3c\x18\x82\x92\xba\x80\xd3\x15\x07\x2f\x99\x23\x80\xeb\x67\xb7\x60\xe5\xd1\x80\x7b\x47\xe0\x5e\xad\x3b\x80\x3b\x66\xc7\x18\x5e\x07\xdc\x56\xa6\x2f\x33\x8f\x05\x5c\x92\xd6\xcf\xb0\xd9\x8f\x47\x8e\x87\x76\x9f\x73\x2a\xc7\x41\xdb\x9e\xd2\x64\xb7\x0c\xcc\xb3\x9e\x7e\x3b\xcf\xcb\x0e\x71\x2c\x9f\xd6\x10\xaf\x1d\x88\x67\x7c\xff\xa5\xe9\x6d\x8f\xc7\x16\x4c\xae\xb3\xab\x15\xa7\xde\xec\x1f\xee\x43\xfb\xd8\x9f\xd1\xe6\x9e\xdc\x63\x8e\x71\x1d\xeb\xcd\x33\xb9\x57\x1c\xda\xde\xd6\x9a\xbf\xe7\xde\x72\x38\xf1\x5c\xc3\x62\x16\xf7\x85\xc3\x98\xc7\x95\x0c\x43\xee\x73\x87\x39\xf7\xfb\x18\x75\xdc\x8f\x0e\x33\xee\xcc\x67\x48\x12\x86\x36\x21\xd5\x8d\x0c\x27\xc2\xce\x7a\xf7\x8d\x79\x16\x39\xc4\x06\xe6\x97\x2b\x9b\x2c\x9e\x13\xfb\x19\x6f\xca\x26\x32\xd6\x10\x07\x99\xa3\xff\xdd\x87\xe1\x79\x41\x23\x7c\x3e\x72\xfe\x3f\x39\x07\x81\xcc\x83\x60\x3a\x18\x35\x88\x3e\x02\xec\xd8\x16\x53\x24\x03\x00\x97\x42\x9b\xa5\xd2\xfe\x80\xbb\xa8\xeb\x2d\x65\x1b\xc0\x73\x47\xe0\x68\x1d\x1f\xc0\x4b\x21\x66\x8b\xd1\x52\xc0\xe3\x79\xba\x01\x93\x03\xb8\x2a\xe5\xb4\xdb\x6a\xa1\xcc\x69\xd9\x9e\x78\x57\x41\x2c\xb5\xd7\x2f\xb5\xf3\x4c\x05\xcb\x86\x72\x27\xc1\xd7\x03\x72\x96\x49\xaf\x45\xfd\x4d\x31\x95\x25\xd2\x4f\x0f\x88\x43\xa5\x45\x0e\x97\xea\x16\xda\xfb\xd8\xc2\x87\xeb\xea\x1a\xf2\x5d\xcb\xe2\x38\xd7\xcd\x75\xd7\xfb\x72\x46\x24\xd7\xd3\xf5\xc7\x4b\x41\xc6\x18\xee\x6e\xa7\xb6\xa6\x13\x8c\x6d\xdc\x12\x27\xff\x87\x8b\x78\x7c\xdc\x98\xba\x89\x4c\x01\x6e\xa7\xc3\xa8\x1a\x71\x96\x2e\xf7\x9d\xc3\xad\x9b\xaa\xcc\xa9\x04\xcb\x46\x83\xe4\xc2\x2e\x9d\x63\x4e\x26\x56\xb1\x9a\xcf\x3b\x32\x2e\x13\x25\x8c\xb0\x11\xe7\xe3\x8f\xff\xea\x83\xcc\x3c\xdd\xd5\xa3\xef\xff\x99\x83\x40\xe6\x41\x90\xf9\x20\x4e\xb9\x66\x9a\x92\x53\x01\xf7\x5c\xab\xcd\x33\x3e\x00\xde\x0d\x2e\xcb\x54\xbc\x01\x5f\x43\x5f\x5d\x3d\x43\xc0\x27\x60\x56\xba\x49\x3d\xe0\xd5\x95\xf6\xde\x6a\x2b\x3e\xbb\x9b\xac\xd5\xb1\xff\x89\xf5\x2e\xcb\x8a\xfa\x3d\x72\x87\xb9\x41\x59\x9b\xf5\x77\x33\xfd\x93\x30\xce\x72\xdf\xdb\x75\x01\xe5\x10\x61\xc9\x73\x64\x03\xc7\x41\xcb\x02\x5c\x01\x0f\xda\x4f\x67\xc6\x2d\x4e\x9b\x27\xbb\x93\xce\x94\xe5\x74\x7b\x9e\x79\x7b\x98\x79\x80\x3b\xd1\x53\xa3\xd9\x8e\x25\xc3\x35\x75\xbf\xf4\xf8\x0d\xf3\x27\x37\xd5\xd5\xbf\x4e\x96\x75\x97\xbb\xc1\xa5\xe2\x4e\x11\xab\x95\x7b\xcc\x79\x4b\xa5\xa6\xe5\x1c\x6e\xad\x93\x5d\x39\xc1\xfa\x4c\x48\xd8\xb5\x5c\x9d\xca\x7a\x43\xa8\xda\x7e\x3f\x6f\x6f\x35\x85\x30\xb4\x3d\x5b\x6a\xc4\x6a\x23\x96\x59\x9e\xf9\xaf\x73\x41\x9f\x97\x7b\x30\xf6\x81\xe6\xf1\x41\x95\xdd\xa4\xb9\x71\x34\x1b\xd0\x9b\xa9\x6d\x2a\x48\xf9\x93\x07\x61\xff\xc5\x40\x43\xf4\xd4\x1f\x2e\xc6\xa7\x85\xe5\x39\xa3\x0b\xf0\x4b\x70\x62\x2a\x87\x03\x7e\x4f\xfd\xe4\xf4\xe3\x01\xbf\xf2\xc8\x5e\xfa\x02\xc0\x57\x7e\x81\x91\x55\x13\x6e\x79\x7a\xad\xf1\x74\x8e\x47\xa6\xab\x63\xe1\x25\xcf\x95\x24\x37\x48\x34\xda\xde\xb8\xd7\x1e\xdc\x4e\x5c\xb6\x4a\xff\xb0\x34\x54\x9f\xe4\xe4\xfa\x25\x99\xb9\x9c\x85\x7e\x02\x5f\xa5\x58\xba\x9c\x2c\x3f\xf9\x77\xc9\x96\x2c\x4e\xba\xbf\xdc\x8b\x26\x4b\x2e\x67\xbb\x5f\xf6\x93\x30\xcb\x17\x9c\x2e\x6f\xb9\x86\x09\x96\x75\x5c\x3d\x8f\x9a\xdb\x74\x6b\x3d\xae\xbe\xa7\x49\xd5\x1a\xab\x5e\x6e\xbc\x5b\xfb\xb5\x48\x6b\x4b\xee\x7e\x97\xeb\x57\x9e\x5a\x5d\xe0\x3e\x75\xd2\x3f\x9f\x61\x33\x9a\xfb\xca\xc9\xac\x94\x65\xf5\x92\xa0\xda\x09\x9e\xbc\x69\xbd\x8f\x60\xd9\xae\xc1\x7f\x70\x72\x43\xeb\x60\xec\x58\x35\x57\xca\xbf\xfc\x7f\x72\x0e\x02\xf3\xa2\xf6\xbb\x89\x9b\x00\x97\x20\xbd\x02\xd1\xe9\x80\x0f\x93\x16\x2b\x7e\x05\x08\x14\x31\xbf\x3b\x3d\x0d\x08\x59\x6b\xb7\x5a\x69\x2e\x10\xbc\xc4\x4b\x45\x6f\x15\x10\x2c\x1f\x2e\xc4\xd8\x8e\x77\x01\x53\x93\x26\xd9\x75\x61\x9f\xf7\xd6\xec\x60\xb7\x58\x18\xb8\xaf\x2d\xec\xf3\x6b\x1f\xe6\xe5\xb6\xda\xfd\x53\x77\x39\xfc\x16\x41\xb5\x7e\xd6\xb1\x6f\x96\x2e\x71\xd9\x52\x83\x5d\x1c\xba\xb9\xab\xcd\x32\x9d\xdd\x1c\x62\xf4\x61\x96\xd5\x67\x76\x75\x68\x45\xeb\x3b\xeb\x79\x1c\x4a\xc8\xf4\x26\x69\x9b\x09\x1c\x5a\x50\x49\x43\x85\x8d\x25\x67\x69\x40\xf0\x70\x4e\x16\x9f\x87\xba\x6e\x67\x5b\xc9\x9d\xe0\x7d\xf6\xd2\x16\xdb\xf5\xdc\x68\x0f\xb1\x0b\x17\x6c\x07\xb8\x49\xee\xfb\x4a\xb6\xdb\x5e\xe2\x5e\x73\x31\x39\xbe\xd4\xae\x8e\xdb\xe4\x1c\x72\x24\xc7\xf6\x39\x21\x67\x7f\x14\xff\xc3\xc9\x91\x7d\x98\xa0\xab\xc0\x3b\x1f\x55\xac\x54\xd8\x63\x2e\xfe\x99\x83\x40\x72\x10\xee\x5a\x7a\xf3\x45\x73\x80\xc0\xdd\xfa\x67\xc4\xa7\x01\xe1\x26\xf4\x88\xe9\x41\x40\xe4\x36\x1b\x28\x8f\x05\x22\xba\xdd\x8f\xeb\x95\x02\x21\xdd\xc1\xcd\x0c\x2d\xdc\x0b\xd6\x9c\x37\xda\xe1\x3b\xa2\xfc\x72\xb3\xce\x7b\xeb\x80\xe2\x19\x51\xb0\x36\xc8\x88\xd8\xe4\x12\x79\xce\x39\xe2\x3a\x21\xe7\x40\xa9\xef\x89\x39\xc2\x6d\xb1\x71\xfe\xf6\x34\x4e\x86\x33\xc7\x2a\x6f\xe0\x6b\xf4\xfa\x0e\x33\x9b\xb1\xec\xa9\xd1\xc9\xaf\x53\x6c\x5e\xb1\x5d\xa2\x02\x9a\x2e\xd9\x0e\xb0\x97\x45\x46\xd7\xef\xb0\xbb\xc2\xae\x09\x4f\xbc\x27\x66\xaf\xca\xfe\x1e\x66\x72\x93\xb0\x9f\xcf\x99\x15\x14\x51\xae\xe7\x20\xc1\xd9\x11\x70\xf7\x52\x82\x7d\x1e\xe7\x87\xaf\xc9\xd9\x33\x0e\x6b\xb8\x62\x3e\x96\x67\xe2\x1d\xfc\xb8\xce\x9e\x8f\x4e\x50\x1c\xce\x70\x33\x3c\x04\x0e\xa5\x3a\x9e\xe3\xe6\xbb\x0d\xfc\x13\x6a\x1f\x42\x8c\x77\xd4\xf8\xf7\x7e\x18\xe2\x40\x28\xfb\x34\x14\x07\x75\xca\x61\xa5\x51\x3c\x9f\x2b\x58\x41\x48\xe0\xf2\x9f\x1c\x04\x92\x83\xf0\x8f\xd2\x08\x14\xf6\x07\xc2\xec\x74\xee\x4e\x0a\x03\x62\xac\x0c\x7f\x4e\x5d\xfd\x87\x8b\x99\xfd\xc0\xf9\x95\x6e\x2d\x30\x6b\x62\xc0\x4e\xc6\x1d\x9c\x0d\x9b\x14\x27\xe8\xb4\x0e\x8a\x41\x51\x99\x0b\xfd\x17\x11\xa7\x7c\xc2\x76\xfc\x0e\x8f\x23\x14\xdc\x68\xe7\x9a\x62\x17\x72\x0f\x39\x8a\x3d\x52\x9c\x1b\xc3\x75\xb7\x9d\xf2\xeb\x7d\x82\x5a\xd7\x74\xdb\xd0\xfe\x8f\xf3\x9c\x5e\x77\xd9\x87\x0c\xc8\xcf\x7d\xd5\xa4\xe3\xb0\x68\x20\x7b\xce\xa9\xfa\xf9\x8e\xb1\x03\x75\x71\xa3\x6e\xab\x38\x4d\x64\x6b\xc7\xcc\xaa\xf0\x72\x1e\xc3\x8e\x8f\x7e\x72\xe5\xb4\xb3\x08\xbb\x35\x42\xee\xbc\xaa\x73\x3b\x47\x3e\x4c\xa4\x64\xb5\x33\x83\xb3\x2d\xb0\xf1\xc4\x38\x17\x75\x4e\x79\x40\xc6\x51\x77\x17\x11\xce\x0f\xbf\xd0\x83\x66\xce\x8d\x5c\x77\xaf\xe4\xfd\x2c\x17\x09\x6e\x94\xe7\xb9\xdd\x97\x5d\xbc\xb8\x45\xee\xcc\xff\x5d\x07\x63\xa5\x15\x4d\x07\x55\x5e\x42\x7e\xc6\xe8\x27\x80\xbe\xa5\x9c\xa2\xc0\x6e\xc0\x4e\x5d\xee\xcc\xd8\xc1\xe7\xc0\x33\x39\xa3\xb1\xdd\x7f\xe6\x62\xcc\xee\xd0\x92\x9c\x64\x04\xc4\xff\xa0\x3e\x99\xe2\x0e\x24\xb4\xd1\x7d\x65\xa5\x81\xc4\xd5\xf6\x1f\x74\xca\x81\xf8\x59\xbe\x79\x8c\x16\x44\x47\xef\x8f\xae\xf1\xf0\x25\x5a\xc2\x5c\x16\x3b\x04\xb7\x10\x86\xfe\xcb\xf2\x6f\xc4\x52\xb9\xab\x3c\xae\x9d\x6b\x4e\x90\xe7\xd4\x3a\x3d\x6a\x7c\x9c\x9a\xce\x29\xb4\xd3\xec\x5b\x95\x36\xe3\xbd\x98\xa3\x4e\xdf\xb5\xb4\xcc\xc6\x76\x67\x91\x7e\xaf\xe4\x0b\xf7\xcf\xba\xf8\xf4\x17\x2c\x98\x45\xce\x49\xbb\xfe\xc0\x75\xd6\x40\xd9\x9c\xcf\x97\x1e\xb9\x55\x0e\x3c\x9e\xb3\xf2\xec\x3a\x77\x23\xb6\x53\x0c\xe7\xe4\x23\xf7\x93\xec\xd3\x51\x2d\xc7\x98\x6e\x2f\x38\x46\x61\x63\xff\xb9\xe7\xde\xc9\x71\x0b\x0d\xdf\x37\xdf\x43\x9a\x53\x14\xb4\x71\x8f\xa2\xfb\x39\xce\x77\x7f\xa5\x5d\xc5\x1e\xba\x5c\x35\x9f\xcf\x3b\x6f\xb8\x7e\xe2\x16\xbb\xf3\x38\x31\xc3\xbb\x43\x7d\xd0\xa8\xe0\x3d\x27\x33\x65\x7e\x53\xfe\xe5\xff\x1b\xfb\x89\x94\x0c\xfe\x4d\x72\x10\xe4\x3c\x88\xd8\x4a\x59\xfd\x71\x00\x12\x2e\x29\xed\x15\xba\x06\x2c\xbc\xa7\xfd\x54\x72\x0e\xb0\x28\xc4\x68\xb7\x4c\x1a\xb0\xa8\xcb\x2a\x43\x6b\x1b\xb0\x70\xb9\xfb\x31\x8b\x16\x44\xcf\x7d\x1d\x5e\xed\x19\x40\xcc\x8d\xae\x4c\x1b\x1b\xe5\xc2\xdd\x1e\x7c\x6e\xdb\xf6\x04\x11\x4e\x85\xb7\xcf\xb9\xfe\x85\x61\xec\x67\x2e\xb2\xcf\x8f\x2e\x33\xfa\x5a\xed\xe4\xd5\x73\x6f\xc5\x89\xa7\x0f\x5d\xeb\x7a\xd7\x64\x5a\xdc\x3d\xe3\xa1\xdf\xa7\xb6\x64\xd9\x4d\x7b\x4f\xdb\xbe\x3b\x19\xa2\x57\x97\x7a\x99\xf6\xcb\x2d\xd4\x3c\x5b\xef\x3d\xb6\xff\xd3\x02\xa5\xd3\xe2\xde\xed\x03\x6a\x89\xbb\x8f\xd2\x7c\xac\x07\x2e\xcf\x5d\x49\xf2\x2f\xc5\x6d\xde\x37\xd8\x15\xd1\x53\x8a\x6e\xf8\xf4\xb3\x1f\x45\x1d\x2f\x28\xf7\x0e\xe6\xc4\x86\x4a\xe4\xf7\x7b\x3f\xe4\xec\x0e\x9e\xb9\xf5\xa0\x8f\x00\xe7\x53\x80\x44\xae\xa8\xd7\x27\xae\xb9\x4f\xd2\x9f\x75\x40\x31\x54\x70\x1b\x54\xe9\x3b\xd2\xb7\x46\xc5\x03\x3a\xb2\xa2\x79\x83\x7f\x9b\x1d\x1a\x6b\x4d\xf9\x57\x0e\x42\x84\xc8\xa8\x05\x83\x3a\x7f\xd2\xe8\x2e\x9e\xef\xb1\x45\x56\x58\x30\x09\x58\xe9\xa9\x14\x22\x52\x07\xac\x4e\xd0\xab\x99\x11\x05\xac\x5d\x6b\x6e\xa0\x7e\x0e\x58\xe5\xef\x78\xdf\x5c\x1b\xc1\x8b\x8c\x82\xbc\xbc\x25\xb8\xad\xf1\x71\x09\xa6\x73\x5c\xfb\x26\x47\xe6\x6c\x2c\x59\x18\xfc\xf5\x60\x90\xc3\xc9\x13\x2b\x0c\xdf\x1f\xf7\xd1\x7f\x10\xb9\xf6\x60\x8b\x91\xc7\xd2\x5f\x1d\x1b\xb8\xe4\x5c\xa8\xab\xc7\xfc\x02\x7b\x05\x57\x31\xce\x8d\x0d\xd0\xe8\xdd\xb1\xe2\xd0\x29\xe7\x00\xc1\xbe\x1d\x8b\xef\x1c\x5a\x1d\x58\xd3\x3f\x21\x83\xb5\xff\x41\xa0\x62\xff\xa3\xe4\x2f\x7b\xda\x02\x77\x0c\xe8\x25\x45\x17\xdc\x0a\xac\x1d\x38\x34\x8f\xc8\xd7\x08\x7c\xce\xd6\x8e\x6b\xc8\xcd\x0b\x4a\x60\xaf\x8d\xf9\xb4\xa5\x2c\x50\x85\xfd\x23\x6a\xc6\x86\xfc\xc0\x51\x9c\xb0\x30\x89\x9c\xc7\x81\xd7\x38\x0b\x43\x19\x6b\x36\x07\x1c\xe4\xbc\x0e\x78\x33\xd8\x87\xa1\xe7\xa3\x80\x91\xb4\x3b\xef\x7b\xe5\xdc\xc9\xbc\x7d\xa1\x77\x68\x34\xef\x7b\xa6\x7d\xfa\xe0\xf7\x65\x20\x88\xef\xe3\x90\xfe\x6f\x86\xd6\x28\x81\x41\xcd\x56\x1e\x9d\x32\xa8\x9b\x8d\x44\xae\x0e\x6a\xde\x1b\xd5\x18\x09\x59\x20\xbf\x98\x66\xa9\xd4\x0a\x6c\xab\xb0\x11\xa4\x1f\x40\xdc\x7a\x49\x6f\x47\xaf\x27\x3f\x3e\x2f\x76\x8a\x15\x9e\x77\xf2\xed\xe8\xf9\x57\x96\xd7\x2f\x97\x69\x3c\x19\xbb\xbe\xf8\x57\x0e\xb7\xf6\x6c\x84\x75\xd5\x92\xdc\xcc\xaa\xac\xe0\xe0\xce\x31\xf9\xe5\xe7\x0e\x84\xe6\xfd\x8a\xd8\x1a\x72\x4c\x26\x5c\xff\x77\xcd\x06\xe3\x03\x8b\xc3\xbf\xf4\xdc\x5a\xe3\xb8\x47\x3d\x22\xb9\x77\x4b\x96\xd8\xae\x9f\x11\xc5\x7d\x96\x99\x13\xf2\x7e\x46\x5c\xec\x9f\x9c\xd1\xb5\xad\x3a\xdc\xb8\xbf\x2e\xe5\xd5\x26\x8f\x88\xa5\x03\xea\x0b\x22\xd6\xfd\x8e\x30\x1e\x38\x3f\xdf\x82\xcc\x3d\xc9\x5e\x1a\x9e\xc8\xce\x8f\x69\x5d\x29\x15\xbe\x87\xfd\x29\xea\xe3\x0a\x81\xb0\x68\x8e\x73\xb8\xee\xb2\x33\xa1\x5b\x38\xa7\x83\x19\x00\x65\x85\xc2\xe8\xc1\xd7\x3f\x69\xd4\x14\x26\xef\x5c\x7c\x3e\xe6\x3d\x6f\x1d\x3c\xa3\x8c\xf0\x3d\xe7\xf0\xf3\xfe\xc9\xb9\x20\x24\x07\x40\xe6\x01\x14\xf1\xef\xbb\xfe\x23\x21\xab\x2e\xf4\x08\x38\x12\xab\xe5\x27\xfd\x12\x38\x6c\x61\x6e\x4c\x53\xfe\x39\x71\xb7\xaf\x8b\x85\xa7\xf4\xab\x27\x9b\x0f\x85\xa5\xce\xcd\xad\xed\x59\x5e\x90\x72\x38\x6b\x51\xf9\xe2\x85\xae\xdb\xe4\xb7\xfc\x3e\x83\x24\xdb\x0b\xe7\x77\x2e\x39\x1c\x1a\xff\xb1\x75\xeb\xee\xa3\x45\xf2\xf1\x5b\x7e\xae\x2c\xcc\xd9\x56\x30\x37\xee\x57\x60\x9e\xe0\xe6\xba\xf8\xbb\xbf\x0f\x6c\x12\x59\x9f\x18\x5f\xd1\x73\x7c\xed\xd3\x35\x3e\xf1\x1d\xbd\x8b\x57\x45\xaf\x2a\x88\xd7\xed\xf3\xca\x0c\x5e\xf1\x6c\xce\xb5\x3e\x62\xf1\xb8\xa5\x8b\xe6\xdc\xee\xbf\x92\x36\x6a\x49\x5f\xdc\xa4\x01\xbf\xa4\x45\x4b\x7e\xc4\x2e\x18\xb8\x3f\xef\x7a\xc6\xe3\x58\x01\xb6\x57\x5c\xc4\x42\x8b\xd8\x14\xf6\xba\xd8\xec\x94\xc3\x31\x1f\xd8\xbf\xa2\xb6\xa7\x08\xc5\xc4\x71\xe4\x23\x3e\x03\x94\xd5\xd3\xa2\x06\x5f\xff\xcc\x4b\x93\x78\x7c\x14\x79\xff\xdf\xf1\xe5\x90\x92\x73\x10\x52\xde\x0c\xe9\xea\xeb\x94\x11\x1c\xc0\x3e\xdb\x21\x25\xf3\xd0\x2f\x3e\x17\x7e\x3c\xa8\x57\x9d\x94\x6d\x25\x1f\xfe\x62\x5f\xda\x4e\x73\xd4\xfd\xe7\x6d\xf7\xe9\x6a\xdb\xb3\x2e\x53\x1a\xdc\x0f\xfe\xe3\x1f\x19\x7b\xed\x72\xf5\x4e\xb7\x79\xe2\x99\x2b\x0e\x7c\x5d\xf7\x2b\xbb\x7a\xdb\xde\xbc\x0d\xab\x5c\x8f\x06\x17\xc5\xae\x8d\xcd\x4c\x7d\x30\x6f\xdf\xd7\xcc\x59\x4b\x1d\xbb\x4c\xf7\x89\x2c\xb9\xbd\xe8\x6b\x77\xd8\xce\xf2\x45\xa5\x19\xea\xbf\xde\x6d\x1d\x97\xfe\x20\x7d\xcb\xef\x4f\x1b\xa7\xa4\x05\xa7\x7b\xf4\x0a\xac\xa1\x0f\x73\x1f\x1f\x53\x36\xf7\x95\x2c\x35\x4e\xfe\x9c\xb4\xbd\x9f\x96\x71\x71\x41\x5a\xc2\x87\xfe\x6f\x29\x6b\x13\x95\x13\x29\x03\x5b\x13\xce\x25\x26\xcc\x9f\x3e\x50\x39\x5f\x7e\x5e\xdf\x7c\x15\x76\x70\x9c\xe4\xbc\x39\xf1\x91\xec\x86\xe8\xaf\xf3\x7c\xe2\x5d\xd9\x4d\xd1\xa7\x00\xa1\xb8\xc9\xc2\xbc\xef\x0f\x1d\x43\x39\x27\x4c\xa9\xa1\x7a\x82\xf8\x7e\x27\xe9\xfb\x91\xfe\x2f\x59\x3f\xc9\x01\x90\xf7\x80\xcb\xf9\xfe\xc7\x9d\x01\x4a\x28\x85\xd2\x27\x78\x7f\x8e\x8c\xa6\x70\xc7\x07\xe2\x4e\x96\xee\x3c\x75\xc9\x27\x56\x37\xa5\x98\xef\x6d\x1e\xde\xb8\x53\xf6\xd4\x33\x35\xdc\xee\x58\xe6\x69\xcf\x98\xe8\x74\x81\xdc\x8e\x83\xd7\x97\xed\xdd\x70\x6f\x79\xcf\xde\xa3\xfb\x53\xf2\xd5\xd3\x24\x8a\x88\x7b\xad\x05\x52\xf3\xbd\x0b\xe9\x3f\xab\x0a\x4a\xe7\x3e\xda\xde\xf6\xeb\x65\xee\xe5\xb9\xf3\x72\x7f\xfd\xfe\xbc\xe1\x5c\xfc\xd3\x8d\xfb\x7b\xc5\x56\x97\xcf\x35\x5d\x4b\xf4\xde\x59\x79\x36\xfe\x5c\xf6\xb3\xbe\x8d\xcb\x84\xe3\x0e\x64\xcf\xee\x0f\x48\xbf\x19\x97\xb0\xe2\x6c\x7f\x4f\x4a\x48\x9c\xdb\xb2\xeb\x03\xf1\x89\xbf\x63\x75\x97\x65\xb0\xc7\xc7\x73\x62\xed\x17\xcf\x66\x87\xc7\x89\xc7\x7a\xa7\x5b\xb0\x2f\xcd\xea\x99\x35\x2a\xdd\x81\x63\x1c\x61\x1e\xdd\x91\x16\xca\x99\x1b\x66\x08\x48\x4d\x1c\x73\x62\xf0\xf5\x1b\xf9\x0c\xd5\xe1\xfe\x64\xe4\x39\xb0\x9c\xef\x6f\xe4\xbe\x1b\x59\x3f\xc9\x01\x54\xf0\xe7\x01\xd4\xf3\xf6\x51\xcf\xdb\xa7\xbc\xfe\x75\xd4\xb4\xc4\x4e\x17\x1a\x7d\xb9\x79\xee\x33\x51\xf5\x39\x72\xb3\x6f\x8f\x7e\x64\x43\x5f\x63\x96\x78\xd6\xa3\x56\xc8\x45\xd5\x77\x7d\xd1\xfa\xaa\xe2\xf0\xd7\xf3\x43\x57\x06\x5d\x25\xd2\x3b\xb2\xb6\x24\x47\x5f\xb6\xd9\x33\x75\x3d\x6b\x76\x60\x19\xed\xb6\xee\xe6\x15\xe1\x8b\x2e\x9c\xff\x75\x22\xd7\x31\xfc\xf8\xc9\x65\x3d\xae\x39\x47\xc3\xba\x8f\xc4\xf7\x66\x67\x69\x44\xd8\xee\x97\xec\xed\x59\x7e\x37\xac\x7b\xcf\xf4\xfe\x69\x19\xe7\x22\x16\xee\x38\xdb\x9f\xba\x70\x59\xb8\xf9\xf6\x90\x01\xed\x05\x4e\xe1\xb9\xb9\x6b\x07\x36\x25\xac\x08\xd7\xdb\xb4\x8a\x2d\x10\xff\x28\xbc\x76\xdd\x15\xb6\x5d\xdc\xd9\xb0\x55\x39\x7b\xd9\x65\xb3\xee\x87\x75\x64\x9f\xe0\x8c\x8e\x92\x0a\x3b\xb2\x32\x97\x13\x12\x76\x23\x74\xe7\x72\x0e\xe7\x42\xb0\x1a\xa0\xc9\xcf\x7f\x21\xfd\xff\x28\xfe\xfe\x5f\x94\x4d\x19\xc1\x81\xec\xab\x1f\x59\x7f\xd5\x1a\xca\xbf\x7c\xd0\x9e\x1d\xad\xfb\x06\xf5\xd3\xe8\x36\x5e\xff\x5a\x2c\xdb\x57\x89\xaa\x50\x28\x75\x9d\x1f\x3d\x15\x2d\xa7\x9c\xbc\xb2\xe2\xed\x3f\xb4\x25\x7a\xed\x87\x5d\x5b\x5d\xec\xbd\x9c\x24\xb7\xcc\x7b\xba\x2f\x58\x29\xf2\x7e\x5a\xd6\xc3\xa2\xe4\xa5\x0b\x37\xcd\xae\x7a\x90\x50\x90\xbc\xec\x60\x48\x59\xc3\xee\xaa\xcd\x59\x52\xbe\xa3\xea\xd7\xfd\x9c\xb2\xea\x97\x0f\xbb\x7a\x4b\xef\x87\x4c\x4d\x5f\x93\xf2\xf4\xbe\x27\x19\xd5\x7e\x2a\x17\x8c\xfa\xbd\xd3\x1a\xfd\x46\x9f\x3e\x31\xa0\x90\xe4\xeb\xfb\xe1\xd8\x8a\x81\xcb\x73\xfb\xfd\xb4\x0f\x05\xb2\x45\xe7\xcc\xf7\x7b\x5b\xfc\x85\x1d\x15\xfb\xce\xaf\x62\xb7\x07\xbb\x32\xfa\xac\x5f\xdb\xae\x4a\xce\x84\x48\x03\x7f\xa5\xed\x7d\x1c\xd7\xb0\xbb\x7e\x95\xdb\x0c\x39\x45\xc1\x15\x7e\xa9\x5b\x36\x73\x5e\x06\x4e\xf0\x7d\xb6\xc9\x8e\xab\xec\x37\x1a\x30\x2d\x1b\xaa\x87\xe4\xe2\xc8\x79\x20\xeb\xf8\x73\x0f\xf6\xfc\x55\x7f\x35\xff\x5c\x6c\xe4\xf1\x33\x7d\x2d\x6d\x2a\x14\x5e\x0e\xc8\x90\x1f\xdc\x92\xf1\x8d\x39\xa8\xf7\x4f\xff\xe2\xe5\x6a\xdc\x4c\xef\x39\x29\xfd\x53\x48\xe7\x4c\x52\xf7\x78\xbd\xb1\xca\x52\x45\xe7\xbe\x2d\xb4\xba\x66\xb1\x76\x75\x68\x47\x95\x5f\x95\x4f\xcd\x7c\xe1\x0f\xed\x09\x6f\xe2\xce\x85\x27\x7c\x58\x9f\x5f\x9b\xf8\xcb\xa7\xe0\x83\x40\x85\x64\xea\x26\x97\x6f\x1f\x3c\x7e\xcc\x59\x18\xe6\x72\xf9\x79\x5e\x7f\x56\xf2\x38\x97\xce\x87\xb1\x03\x06\xf3\x37\xb9\xee\xbf\xbb\x67\x60\xeb\x5c\x7d\x37\xc5\xca\x90\x01\x76\x9c\x35\x99\x73\xe1\x26\x7b\xe1\x06\xbb\x27\xc2\xc5\xed\x76\x89\x19\x47\x2f\x2c\xcd\xbd\xe6\xf8\x0f\x8e\x57\xe8\x22\xf7\xe7\x87\xb8\x9c\xc3\x41\x21\xee\x61\x07\x8e\x72\xfa\xfc\x05\xdc\xaa\xf6\x51\xb9\x0c\x1f\x21\xf7\x2d\x45\xee\xdc\x28\xaf\xbd\xee\x72\xbb\x12\xb8\xc5\xee\x8d\x80\x33\xdf\xef\x9f\xc3\xcf\x43\x22\xfd\x6f\x32\x07\x61\x98\x03\xe1\xd7\x3f\xc4\x41\xf4\x9b\x7d\xe0\xf9\x7f\x9f\xf9\xf3\x61\x5e\x6d\xe9\xe1\xe5\x24\x3c\x8c\xe0\xa6\xf3\xea\xe7\xfb\x5e\xe7\x7a\x81\xe9\x39\x63\x77\x1c\x3c\x08\x68\xbc\x9d\xee\xb9\xb5\x1c\xd7\x18\x4c\x3d\x9d\x65\x42\x04\xcd\x2b\xc5\x4e\x27\x76\x39\xdb\x27\xfe\x4b\xe0\x81\x40\x3a\x67\xd2\x56\x66\xc4\x3b\xb7\x43\xec\x67\x57\x9f\xc4\xfc\xb0\x5f\xca\x9e\xd7\xb1\x7c\xb6\xa0\x9d\xe9\x0f\x37\xf6\x8c\x59\xd6\x76\x49\xef\xcd\xd9\xab\x23\x43\xec\xac\x5b\x76\xb1\xfb\x43\xcf\xd8\xbd\x7e\xdc\xc6\x31\x08\x91\xb2\xbb\x73\x5f\x86\xb3\x25\xa0\xdd\xfe\x44\xcd\x38\xce\xa9\x80\x99\xc3\x39\x17\x42\x97\xf7\x72\x69\x5e\x84\xc3\xbe\x0b\x8f\xb8\x76\x5e\xe9\x0e\x0b\x4a\x25\xb9\xeb\xdd\xb7\x38\xd4\x9e\x58\xc7\x2d\x77\x4d\x74\x78\x73\x6c\x2a\xf7\x89\x8b\xb7\xbd\xd4\xe1\x8b\x04\xcd\xde\x15\x08\x6f\x1d\xaa\x6f\xa9\x3d\x65\x04\x0f\x47\xfa\xbf\xa4\xff\x39\x54\x3f\xfb\x5b\xfb\xb7\x41\xfd\x16\xdd\x6d\x3d\xa8\xaf\x57\x0f\xdc\x18\xd4\xc7\xfc\xdf\xf3\x2b\xf9\xf7\x3c\xc9\x79\x10\xc5\x13\x81\x51\x0d\x14\x4a\xbe\x27\xa0\x2e\x3e\x65\x62\x36\x07\x30\x5f\xa5\xf6\x36\x65\x34\x9c\xdc\xd7\xd2\x4b\x23\x02\x88\xa0\xd8\x05\x4e\x85\xbe\x01\xdc\x0f\x39\xda\x9e\x99\x2e\x0e\xdc\xdc\x63\x17\x7d\x0a\x6c\x6f\x73\x99\xf7\xd7\xf9\x65\x58\x59\x71\x67\x74\x87\xfa\x6d\x62\x25\x73\x65\xb8\xaa\x1e\x47\x59\xae\x5d\xd2\x5c\x1b\xf7\xdd\x2c\xa3\x8f\x99\xdc\x64\xd7\x36\xcb\x45\xad\x7d\x5c\x5f\xf7\x6d\xac\x92\x26\x7f\x6e\x99\x73\x80\xe5\xba\x86\xa7\xdc\x32\xe7\xa3\x2c\xce\x5d\x53\x62\xb4\x83\x8c\xe5\xd9\x2a\x01\x62\xb2\xfd\x31\xab\x51\xd7\xc5\x08\x2d\xbb\x8d\x56\xf6\x57\x94\x09\x96\xed\x21\xab\xe0\x0b\xa5\x44\x84\xcd\x44\x6b\xf3\x52\x33\x62\x96\x8d\x04\x90\x6a\x3a\xf2\x1c\x3c\xc6\xe7\x9f\x6e\xb0\x28\xff\xe2\xc0\x88\x2d\x9f\x79\x5c\xc4\x77\xe6\x2f\x5e\x3e\x50\xdb\x73\xb8\x0f\xea\xa3\x6c\x7e\xfd\x67\xf9\xef\xff\xca\x21\x25\x73\x00\x72\xf9\x7e\x71\xce\x55\x40\xf9\x81\x18\x16\x3f\x05\xcc\xc6\x2a\xe6\xcc\x79\x80\x1b\xce\xa5\x7a\xea\xc1\xdb\x31\x3a\xb2\x90\xb9\xc4\x73\x09\xd1\xb0\x5c\xc0\x66\xb4\x53\x08\xb1\x70\x77\x83\xc3\x47\x1b\x06\x61\x7f\x85\xe6\xe4\xc1\x8a\x27\x0c\x9e\x5c\x77\x72\x62\x44\x13\xa6\x3f\xf6\x39\xae\xb7\xf0\x23\xb2\x89\x69\x76\xa3\xcd\xf6\x72\x44\x89\x4c\xd6\x4b\xfa\xe9\xae\x05\xc4\x01\xc6\x59\x33\xf5\x0f\x5d\xc4\x56\x66\x2e\xbd\xf2\xd5\x3b\xa2\xd4\xe2\x91\x59\xdb\xd3\x46\x62\x17\x33\xca\x8c\xfa\x78\x22\x71\xcb\xfc\xa9\xd9\x86\xba\x3a\xe2\x81\xb9\x9f\x59\xce\xed\x44\xe2\xa3\x99\xb0\xf9\xe4\xca\x32\xa2\x83\xce\x35\xcf\xb8\x9e\x4f\x74\xd1\x4f\x01\xeb\xa2\xf9\x9f\x7f\xf8\x7d\x20\x73\x10\x1e\x37\x0e\x69\xe7\xe1\x41\xfd\xe9\xda\xc7\x3b\x2f\xdf\x99\xf0\xfd\x2f\xbe\xef\x55\x2d\x31\xd2\xff\x3a\x14\x39\xa4\xdb\xf9\x7f\x67\xf1\xfb\xb3\x4c\x02\x90\x8f\x9d\x58\x91\xc8\x00\x68\x41\xd3\x5d\xa3\xce\xa1\xcf\xa1\x43\x3d\xc4\xcf\x04\xd9\x21\x15\x34\x41\x57\x36\x82\xd3\x17\x9a\x3e\xb5\x7f\x04\xcd\x5c\x27\x8b\x14\xcb\x3b\x98\x76\x2c\xd0\x82\xc3\x90\x20\x06\x6e\x5e\x64\x4e\x37\x57\x21\x3a\x9a\x24\x98\x37\xe9\x4d\x44\x4f\x47\x23\x83\x33\x3c\xd7\x22\x15\x25\x08\x31\x3c\x40\xdb\x39\x50\x86\x6d\x7a\x17\x68\x63\xbb\x14\xb0\x51\x2f\x92\x76\xbf\xbd\x0b\xb1\xfa\xab\x68\xab\xde\x30\x90\x40\x3d\x4f\x7b\xff\xfc\x01\x62\xf5\xe5\x69\xa5\x8d\x63\x91\x42\x55\x35\x32\x7e\x50\x83\xb9\xd4\xf3\xb4\xbb\xb5\x85\x58\xa1\x27\x0b\xec\xe1\x9f\x03\x97\xf8\xf3\xd1\x1e\xf0\xcf\x81\xa1\x73\xef\xb7\x21\x9b\x77\xde\x7d\x48\x19\x59\xff\xad\x96\x21\x2d\xe3\xfb\x7e\xe4\x3d\x78\xd2\xff\xcc\xe1\xe7\x05\x90\x39\x10\xc9\x4c\x40\xee\xc1\x04\x93\xd8\x25\x00\x75\xbd\x04\x3b\x54\x0d\xb0\x9f\xa2\xd4\xe3\x19\x87\x66\x3f\xb6\x96\xba\xd3\x37\x5c\x4e\xdc\x49\x0d\xb3\x59\x8f\x53\xab\xc5\xf4\x5f\xb1\x9a\x90\x59\x94\x60\x54\x6c\x7e\x07\x29\x25\x93\x8d\x7e\xd1\x27\x21\xb5\xa2\xc8\x28\xc1\x24\x08\xa9\x0f\x2f\x18\xf9\x1a\xa7\x62\xf1\x07\x77\x23\x37\xa3\xfb\x28\x1b\x78\x6c\x70\x88\xe4\x1d\xf4\x4b\x01\x40\x5d\x40\xef\x31\x3b\x13\x50\xfe\xa4\x37\xb6\x2b\x18\x50\x3e\xa3\xf7\xa6\xe3\x01\xba\x54\xfb\xf5\x82\xde\xbd\xc2\x6f\x55\x1d\xdd\xd7\x2f\x8b\xd1\xaf\x12\xa8\x27\xd3\x7c\x13\x5d\x2a\x17\xfe\x35\x17\xc8\x9a\xf2\x2f\x0e\xa6\x2f\x92\xcb\xe3\x49\x3f\xf0\x7d\xbf\x61\x0e\x8a\xef\x5b\x5e\x2a\xc3\x48\x0e\xc6\x62\xa4\xff\x4b\xde\xff\x26\x7d\xcf\x88\xbd\x80\xc8\x04\x0a\x25\xec\x31\xa0\x6b\x39\xe9\xaa\xef\x7c\xc0\x6a\xe3\xcc\x5a\xe7\xfd\x80\xe7\x5b\xc5\x7e\xfb\x0c\x20\xf6\x8d\xfa\x34\xab\xeb\xe8\x5c\xaa\xa0\xb5\xd5\xa2\x1d\xaf\x73\xd5\xb4\x2b\xe9\x04\x1e\xec\x9f\xa8\x2b\x65\x92\x83\xbb\x25\xc2\xba\xb3\x8d\x38\xb8\x7e\x63\xa5\x9e\x33\xad\x0d\x57\xee\x1f\xd1\x3b\x66\x98\x8a\x87\x6f\xa8\xba\x0b\x0c\xbd\xd1\xd9\x15\xac\x73\xdd\xe0\x32\x80\x76\xcd\xe0\x61\x7f\x3f\x88\xe7\xef\x8b\x91\x9c\x83\x1a\xa7\xbb\x10\x98\xd6\xa5\x16\xf0\x35\x08\x98\x76\x44\x5d\xf2\x63\x05\x30\x7d\xd6\xbf\x38\x18\xde\xfa\xe7\xcc\x27\xf6\x52\x86\x38\x48\xde\xfe\x18\xe6\xa0\xfa\x86\xf4\x32\xdf\xf7\x1f\xbe\x07\xcf\xaf\x77\xeb\x28\xfe\x3e\xe0\xf3\x02\xe4\x1c\x04\xd2\xff\x8f\xfc\x00\xcc\xb4\x1a\xab\xee\x7d\x0a\x50\x39\x3f\xe1\x9c\x2b\x13\x30\x2d\x91\xb8\xee\x90\x06\xb8\xae\x93\x9d\x6b\xe3\x02\x44\xba\x28\x2e\x66\xcd\x03\xd2\x4a\x55\xf5\xcc\xf5\x80\xd5\xae\xaa\x47\x4d\xdf\x00\x3b\x28\xea\x6c\xe3\x69\xc0\xfe\x72\x75\x5f\x9a\x24\x70\xb2\x4d\x5d\xd0\xc0\x04\xb8\x92\xa7\xd6\x60\xa0\x89\x5f\xb5\x2f\x35\x6d\xf5\xcf\xa2\xef\x59\xa1\xe6\x4a\x92\x77\xd0\x2f\x06\x20\xa9\x3e\x41\xd7\x69\xb0\x0f\xf2\xaf\x34\xd6\x0e\xaa\x94\x9d\xaa\xee\xa0\x4a\x08\x29\xfc\x18\x54\x11\x3d\x85\xb1\x03\xe5\x80\x70\xd7\x1f\x0e\x06\xbc\x9c\xb8\xce\x4b\x43\xaf\xbb\x99\x3f\x0f\xea\x2e\x3f\x0f\xe6\x0a\x3f\x1f\xe8\xd4\xe9\x21\xdd\xc7\xe7\x25\xf2\x56\x8e\xf4\x7f\x49\xff\x9b\xf4\xff\x83\x9a\x86\x94\x9c\x83\xe1\xf6\x0a\x50\x96\x15\x74\xb4\x1b\x05\x18\x06\x89\xbe\xb1\x3c\x0d\xd8\x7e\x9e\x7a\x9d\x99\x02\x04\x28\xcd\x78\x6b\xf1\x03\x98\xef\x25\xbf\x9a\x5e\x01\x2c\x7b\xac\x98\x69\xf4\x1d\x58\xf7\x52\x61\x8f\x51\x3c\x90\x2f\xae\x3c\xca\x50\x13\xd8\xbf\x44\x59\x92\x7a\x03\x38\xde\xa2\x78\x54\x3f\x0d\xb8\xb4\x5e\xd5\x74\x38\xcf\xa0\x10\x68\xdc\xa3\x3a\x5f\x77\x35\xf0\xf6\xa0\xf2\x51\x3d\x63\xe0\xa7\xb3\xf2\x37\x9d\x23\xbc\x75\x71\x40\xe3\x0b\xaf\x1f\xdf\x55\x85\x06\x55\xbc\x99\xec\x07\xc9\xc1\x7c\xa3\xe1\xff\x97\x03\xfa\xbf\xe6\x61\xac\xbb\x39\x72\x1f\xfc\x3d\x0f\xc4\x87\xaf\x36\x56\x7c\x0e\xc0\x05\x90\xf9\x3e\x26\xdd\x72\x12\xa0\xb7\x41\x88\x63\x71\x0a\x60\x7d\x12\x6f\x30\xe9\x01\x3c\xdb\x25\x1d\x8c\x03\x80\x88\x98\xa9\x75\x46\x4a\x40\xb2\xe7\x8c\x78\x5a\x19\xb0\x22\x51\xa6\x44\xbf\x1f\xd8\x60\x28\x13\x44\xe6\x1a\x50\x25\x81\xe2\x04\xb9\x15\xba\xd7\x80\x63\xd2\x72\x1b\x74\xc7\x03\x17\xbd\xe4\x8f\x68\xbf\x01\x6e\x58\xc8\x8b\x6a\x5e\x04\xea\x24\x64\x6e\x6b\xcd\x00\x9e\x7d\x97\xad\xd1\x9a\x0f\x7c\x18\x27\x0b\xcd\x73\x40\x77\xcc\xcc\xc4\xe1\x7e\x8c\xe7\xf5\xe3\xf1\xdf\x73\xc1\x86\x39\x20\x7e\xfe\x0b\x99\x87\xf3\x0f\x9f\x0b\xdc\xc5\x57\x72\x2e\x10\x99\x87\x92\xc6\x3f\x3f\xe2\x9c\x47\xfa\xff\xae\xfc\xe7\x05\xc3\x67\x28\x1f\xc5\x92\x09\xcc\xbc\x2f\xb0\xdc\xfc\x01\xa0\xfd\x7a\xe2\x24\xe3\x5b\x00\x7d\x95\xa8\x12\x2d\x15\x70\xbe\x30\x69\x17\xb5\x0b\x08\x98\x39\x79\xb4\x41\x12\x30\xe7\xc0\x94\x4f\x83\xe7\xde\xc2\x6c\x29\x33\xaa\x16\xb0\xfc\xb6\xd4\x0b\x9d\xb7\x40\x4e\xb5\x54\x9c\x5e\x2d\x90\x67\x35\xf3\xa0\x76\x3d\xb0\x67\xb5\xb4\x28\xe9\xef\x6b\xb9\x01\x25\x33\xa5\x09\x2d\x4b\xe0\xea\x75\x19\x57\xd2\xd7\x57\xa7\x03\x0d\x7d\x33\x34\xd4\x5f\x02\x2d\xc7\xa5\x55\xd4\xda\x80\xf6\xd4\xe9\x63\xd4\xd2\x81\xee\x1f\xd3\x84\xc9\xb9\x60\x0d\x7c\x5e\x81\xe4\x80\x86\xf3\x70\x7e\x8d\x7c\x0e\x90\x1c\xc8\x2a\xfe\xfa\xc8\x90\xe4\x9f\x87\xfc\x3e\x44\x66\xf2\xd7\x41\x00\xff\xfd\xe7\x73\x31\x26\xa7\x86\x54\x77\x1b\x30\xe6\x09\x85\x62\xc8\x04\x54\xf6\x8f\x9b\x4e\x1d\x0f\xe8\x6f\x9a\x70\x55\xf7\x0b\x60\xd5\x2b\xf4\x55\x0b\x80\x7b\xb9\xf0\x4a\xcd\x78\x20\xd4\x42\xe4\xa2\x86\x28\x10\xb7\x42\x74\xb3\x66\x1c\x90\x72\x6c\x72\x84\x06\x0d\x58\xf2\x64\xf2\x79\x4d\x17\x60\xcd\x55\xc9\x0c\xf5\x53\xc0\x26\xa6\x44\x87\xc6\x6b\x60\xd7\x94\xa9\x0d\xea\x5e\xc0\x81\xfe\xa9\xdb\xd5\x8a\x81\x53\xb2\x53\xbf\xa9\x59\x03\xe7\x92\xa6\xcd\x54\x69\x07\xae\x89\x4e\x95\x56\x3e\x02\xdc\xae\x93\xfc\xa2\x9c\x00\x34\x1c\x95\xbc\xa6\x62\x0f\xbc\xb8\x3a\xa5\xfa\x21\xff\xfd\xbc\xc9\xe7\x9c\xc8\x3c\x9c\xc3\x7c\x1e\xee\x7f\x38\x18\xfe\x7c\x2c\x92\x07\x23\xf7\x41\x0c\x9f\xa7\x0d\x3c\x80\x11\x1c\x08\x8b\x7f\xbe\x1a\xf2\xf9\x21\x35\xfe\xf9\x42\x3d\x0b\xc8\x47\x8d\x11\xd0\xea\x05\xb4\x1e\x8c\x9f\xa7\x76\x01\x30\x39\x32\xde\x53\xed\x08\xe0\x70\x7b\x02\x53\x63\x23\xe0\x57\x28\xac\xae\x5a\x0d\x84\xeb\x0a\x9d\x56\x0d\x03\xe2\xf2\x84\x4f\x29\x7f\x05\x12\x4b\x85\xb7\xa9\xfc\x02\x32\x9a\x45\x37\xab\x4d\x01\xb2\xb2\x27\x3d\x27\xfb\xa1\xec\x05\xe4\xa5\x4d\x9a\xad\x72\x1e\xd8\xdd\x21\xde\xa1\x7c\x0b\xf8\x27\x41\xbc\x44\x69\x33\x70\xea\x8a\xf8\x4c\xe5\x1d\xc0\xc5\x15\x12\x50\x7c\x09\xdc\x38\x2e\xee\xa5\x98\x0c\xd4\xe8\x4d\xe6\x51\x7f\xae\xfb\x29\x23\x39\x90\x11\x7e\xef\xdf\xf7\xff\x65\x27\x19\xd7\x09\xac\x05\x34\x66\x99\x97\x08\xe6\x02\x06\x2c\x2b\x61\x91\x0d\x80\xc9\x45\xa7\x79\xe2\x19\x80\x79\x9d\xd7\x8a\x69\x89\x00\xcb\x2e\x6c\xb6\xac\x2a\x60\x69\x30\xd7\x54\xe9\x19\xc0\x72\x5d\xe2\xae\xa1\x07\xb0\x66\xac\x7f\xad\xe7\x0f\x30\xa5\x8a\xee\xd0\xee\x02\xe6\x0f\x4e\x1b\x9b\xd4\x03\x66\x59\x37\xf3\xcc\x8f\x03\xa6\x2e\x8f\xad\xcd\xa7\x02\xc6\xb9\xed\xb9\xf4\x75\x80\x71\x1f\xa1\x49\xe7\x00\xb4\x72\x58\x1a\x5a\x01\xfa\xdb\x50\xa5\xd9\xda\x73\x53\xff\x01\x76\xe8\x8c\xfd\xbe\x58\x5f\x15\x7b\xb5\x27\xb4\xef\xa3\xde\xc5\x3e\xad\x45\x6f\x53\xa8\xf5\xd8\xab\x95\xf6\xbc\x80\xda\x82\x62\x2d\x83\xc6\x5c\xea\x19\x1c\xd1\x4c\x6e\xf0\x32\x88\xc7\x1a\x1d\xcd\xda\xf1\x06\x1b\xb1\x41\xfb\xfe\xed\x6c\x7d\x06\xce\x68\xd4\x55\xa6\xeb\x35\xe2\x89\xea\xba\xc1\x3a\x9d\x92\x46\xf6\x61\xd8\xef\xe5\xf9\x5b\xa3\xca\x0d\x78\xbf\xe3\x92\xf3\xff\xc9\x3c\x08\x0d\x7b\x53\xb6\xa0\x06\x60\x28\x6f\x39\x5b\xa4\x15\xa0\x57\x38\x78\x4a\x18\xfe\xe9\x03\x73\x4b\x58\xaa\xcc\x1a\xc0\x6a\x52\x7c\xa5\x72\x01\x60\x39\x90\xf1\x5d\x33\x00\xb0\xac\xd9\x70\xcf\xc0\x1e\x60\x2e\xd8\x6d\x62\xb4\x15\x60\x88\x9d\x31\x31\x3b\x0d\xd0\xcb\x2a\x67\x9a\x89\x02\x74\xa1\xa6\x53\x8c\x33\x80\x49\x55\xe7\x76\xc6\x18\xc0\x44\x95\xa8\x34\x4b\x03\x68\x15\x60\x19\xba\x70\x8f\x19\x2a\x62\xb1\xde\xc2\xee\x47\x06\x16\x58\xa9\xeb\xf5\xf9\x93\xc1\x4b\x44\x50\x0d\xde\x4f\xd7\xbf\x86\x2c\x9d\xdc\x97\x1f\x0c\x6e\x23\x46\x6f\xc7\x33\x69\x83\xd3\x48\xd2\xbd\xfd\xa8\xc6\x70\x00\x3e\xd4\xb7\x75\x5c\xc3\x32\xcc\xd1\x4b\xba\x6b\xa2\xff\x10\xfb\xb4\xe4\xaa\x2d\x0d\xde\x22\x4f\xdb\xe5\xe6\x34\x7d\x79\x5c\x57\xe7\xad\xe6\xbf\x79\x98\xff\xf6\xb7\xc8\xfb\xff\x4a\xe9\x46\x31\x63\x57\xff\x8b\x8b\xe1\xf3\x41\x66\x51\x76\x85\x12\xca\x83\xf5\xb9\xbf\x92\xda\x01\x58\xb6\x86\x7e\x96\x4b\x02\xac\xd6\xc7\x2f\x55\x06\x60\x33\x76\x11\x5b\x67\x11\x60\x79\x72\xbd\xa1\xfe\x5c\xc0\x52\x69\xb7\xb2\xe9\x56\xc0\xe2\xeb\x99\x42\xb3\xcd\x80\x59\x66\x55\xb0\x85\x36\x40\x57\x7b\x3a\x9e\x39\x1e\x30\xdd\xff\x75\x02\x6b\xb0\x1f\x1e\xc4\x25\xb3\x5e\xb2\x0f\x03\xc5\x86\xed\xf0\xd0\x7f\xff\xa3\xdd\xb0\x18\x8e\xfa\x9d\x1d\xc7\x0c\x7a\x10\x42\x4d\x7e\x1b\x40\x73\x85\xae\xa1\xe7\x8b\x3a\x43\x0d\x84\x52\x75\x1b\xcd\x0c\x4f\x21\x80\xba\xb5\xe1\x04\x6d\x3f\x1c\xf5\x6f\xd5\x25\xd2\x84\x11\x49\x1d\x57\x73\x98\x56\x8c\x28\xaa\x54\x95\xae\x61\x1a\xd6\xe9\x68\x5d\xcf\x36\xc8\xc2\x31\xcd\x1c\xfc\x07\x0f\x33\x72\xfe\xc1\xf0\x3d\x5f\x3e\x07\xa1\x64\x66\x30\x7a\xac\xfc\x1f\x2e\xc6\xa8\x91\x21\x26\xba\x19\x30\x2f\xb1\x9b\x2b\xf1\x11\xb0\x8c\xf1\x98\x36\x43\x11\xb0\x99\x10\x62\x24\xff\x08\xb0\x95\x8a\x8b\x57\xfd\x05\xd8\x1a\x2e\x32\xd0\x3d\x0f\x58\x7f\x58\x77\x96\x76\x18\x60\xe5\x16\xd1\x4d\x64\x00\xe6\xf2\x33\xfb\x18\xf5\x80\xc5\xd2\xaa\x4d\x96\xed\x00\xbd\xf6\xb9\xac\x65\x00\x60\xda\xf8\xad\xd6\x32\x12\x30\x59\x4e\x9c\x32\xdf\x04\xd0\xac\xe0\xaf\xdf\xd1\x13\x6c\xb4\x8d\xe0\x18\xd7\x7f\x3f\x63\x78\x12\x76\x06\x53\x3f\xb8\x19\xf9\x41\xc0\x78\xc6\x9b\x44\x23\x05\x4c\x36\x32\x7f\xa6\x65\xb4\x0e\x53\x8c\xa4\x1e\xde\x32\x66\x41\xcc\xe8\x44\x7d\x2f\xed\x15\x6c\x0c\xd4\xef\xee\x30\x5a\x0c\x2b\x83\x79\xd5\x32\xc6\x2a\xb0\x32\xd8\x53\x51\x46\xa3\x62\xb9\xae\xe8\xb5\xf1\xb4\xbb\x58\xaa\x1b\xf2\x5f\x7d\x20\xcf\x05\xdd\x6f\x3c\x2d\xd1\xe5\xdd\x5b\x12\xef\xd7\xe5\xdd\xe7\x53\x9f\xac\x1f\x3e\xee\xee\xbf\xb8\x98\x13\xa6\x7b\x44\x09\x80\x99\x6e\x79\x43\xd2\x1d\xb0\xd6\x74\x95\x9d\xb1\x08\xb0\xcd\x09\xcc\x52\x50\x04\x1c\xc2\x67\x2b\x68\x4e\x07\xec\x8d\x17\x5e\xa0\x32\x00\x9b\xdf\xeb\xf2\x8d\x5d\x00\xeb\x25\x45\x6c\x8b\x46\x80\x79\xef\x4c\x3f\x73\x3b\x60\x21\x78\x2b\xd1\x32\x15\x30\xfb\xde\x42\xb5\xf9\x01\xd0\xaf\xfe\x94\xb7\x71\x27\xfb\xc0\xbd\x63\xbc\x93\x68\xa6\x4b\xff\x4c\x37\x36\x25\x9a\x4d\xef\x7c\xba\x6c\x5c\x41\x54\xd3\xb9\x6d\xb7\x8d\xbd\x89\x57\xa6\x71\x2d\x2e\xc6\x62\x44\x9f\xf1\xa7\x27\x3d\x26\x3b\x89\x46\x7a\xf8\x83\xb5\xc6\xcd\x04\x8c\xef\xdc\x6b\x34\x0e\x85\x12\x6d\x43\x8d\xa5\xf1\x13\xa8\xd2\xb2\x2a\xf3\x8c\x6f\xc3\xc8\x70\xcd\xf5\xb9\xc6\x0e\xf0\xd1\x5f\x73\xf9\xb4\xf1\x3f\x08\xd5\xff\x4f\x4e\xee\x2f\x9f\x8f\xef\xff\xcb\x78\xe9\xd4\x8c\xbe\xfc\x27\x0f\x42\x3f\x49\xdf\x61\xa2\xc3\x9f\x3e\x58\xee\x61\x7d\x9f\x62\x08\xd8\x16\x3a\x12\xd2\x86\x80\xa3\x89\xaf\x8a\x62\x05\xe0\x68\x15\x5b\xa4\xf9\x06\x70\x20\xd2\xea\x0d\x18\x80\x5d\xfe\xba\x71\xa6\xc7\x01\x1b\xa3\xdd\xf1\xcc\x05\x00\xeb\x7d\xc9\x26\x2b\x23\x80\x11\x59\x63\x6a\x3b\x01\x30\x0f\x6f\xad\xb2\x5b\x0b\x98\x15\xf4\x68\xd9\x3b\x02\xa6\x9b\x88\xb9\xcc\xfe\xde\x97\x26\xda\xc4\x29\xf3\xe0\xaf\xf7\x4c\x4a\x88\x5c\x8b\xd6\xbf\xf9\xb8\x67\xc1\x26\xb5\xc4\x4d\xb3\xcc\x47\x97\x4c\x17\x10\xd7\xcc\xba\x6a\x9b\x4c\x3d\x89\x57\xf4\xc9\xc3\x5c\x58\xbc\xe9\x52\x8c\x31\x11\xb8\x56\x61\x5a\x05\x71\x63\xc7\xcb\x74\xfa\x28\x28\x18\x2d\xb8\x68\x61\xea\x06\x6b\x43\xea\xff\xfb\x5c\x20\xfd\x7f\xc5\xfd\x5a\x2f\xc7\xc4\xfd\xe1\x41\x8c\x9d\xf4\xeb\x85\xfc\x01\x46\xb7\x71\x9e\x98\x0a\x60\x6b\xcd\xf8\x3d\x65\x22\xe0\x28\xe8\xf0\x55\x66\xf0\x53\x91\xae\x77\xbb\xb2\x10\xe0\x52\x10\x1d\xa1\x43\x05\x9c\x18\x29\xa7\x0d\x5a\x00\x87\x89\x6b\x2d\xcc\x94\x00\xdb\x88\x22\x25\x4b\x11\xc0\x4a\xb2\xa4\xca\xe6\x17\xba\x98\x89\x35\xd5\xf6\xdf\xf1\xc1\xc2\xee\xd5\x4f\xc7\x12\x0c\x98\x27\x0f\x9c\x74\x72\xc4\x51\xd3\x79\xc4\x02\xe6\x91\xae\x0f\xa6\x85\x44\x30\xeb\x7c\xa7\xa7\x69\x19\x11\xce\xca\x7f\xbb\x87\xbe\x9b\x70\xb0\x1a\xf7\x7c\x9c\x99\x14\xe1\x63\x79\xe1\xf1\x0e\xb3\x49\x44\x1a\x4b\xe1\xfe\x2c\x7a\x2f\x51\xc8\x70\x23\xb9\xb0\xca\xfd\x66\x6f\x88\xf3\x16\x76\x37\x5e\xd2\xbb\x89\x36\x7a\xcc\x95\x7d\x66\xda\x44\x9f\xa9\xf9\x85\x01\xb3\x30\x08\x9b\xcc\x3c\x7b\xd4\xec\x09\x26\x1b\x7f\xfc\xaf\xfd\xc0\xf7\xbd\xf9\xf7\xde\x49\xff\x9f\xe4\x20\xa8\xef\xb4\x19\x82\x96\x7f\x78\x10\x92\x8b\x71\xcc\x34\xaf\x96\x7c\x0a\xb8\x24\x3a\x4e\x91\xed\x05\xdc\x56\x7a\x96\xaa\x52\x01\x37\xbb\x88\x34\x9d\xe2\xc1\xff\x9e\x5c\x6d\x94\x0a\x38\x9d\x59\x1d\xc4\xd8\x08\x38\x04\x16\xbc\xb6\x73\x1d\xe6\x06\xef\xb0\xc2\xef\xc6\x3a\x27\xa1\x9c\x31\xa9\x4d\xd6\xe5\x03\xfa\xcd\xb7\x72\xd7\x3a\x1d\x1f\x60\xd0\x5f\x13\xe3\x6d\x1e\x7d\xf6\x30\xdf\xc1\x3d\xe5\x98\xda\x76\xcc\x5c\x87\xfb\xd9\xee\x72\x4b\x8c\xf9\x65\xee\x4f\xbb\x0b\x8d\x3b\x2d\xf2\xb8\xdf\xec\x59\x0d\xae\xe6\xb5\x04\xcb\xda\xf7\xae\x97\x85\x19\xe1\x63\xb5\xad\xda\xc9\xe2\x21\x11\x66\xe5\x7c\xe3\xa4\x85\x12\xb1\x8b\x29\x77\xf9\x26\xe3\x18\xb1\x9e\x15\x78\x31\xdc\x62\x3f\x51\x63\xde\x7a\x76\xb9\xc5\x1d\xe2\xb9\xd9\x95\x53\x85\x8c\xb1\xc4\x4f\x7a\xd0\xff\xbd\x1f\x28\x14\x25\xde\x3a\x11\x2f\x53\x70\x1c\x54\x55\x01\xe5\xb4\x31\x4b\x00\x9a\xa1\x5a\xfb\x78\xd1\x3f\x3c\x88\x13\x43\x7f\xb2\xe8\x5a\xc0\x6d\xaa\xf1\x0b\xf1\x16\xc0\x23\xc5\xce\x5b\xd6\x01\xf0\xf8\xe0\xde\xa0\xa6\x04\x78\xa9\x86\xed\xd4\x67\x02\x1e\x2e\x89\x67\xe9\x2c\xc0\x55\x20\x7b\x89\x95\x14\xba\x1d\xa7\x14\x6c\xb3\xff\x07\xd7\x6d\x45\x4a\x37\xb9\xb8\x61\x8b\xe5\xd9\x7b\x84\x7b\x1d\x92\x98\xbe\xed\x93\xbd\x1c\x51\x69\xb1\x9e\xab\xe7\x16\x43\xe6\x65\x91\x3c\x54\x6b\x3d\x73\x3a\xd7\xdf\x4d\xa2\xb1\x9f\x59\xc4\x4d\x77\x95\xac\xff\xc6\x12\xe3\x16\x3a\xb7\xdc\xd5\x64\x66\x71\x3b\x1c\x2c\xaa\xc6\xb0\x1e\x71\x5f\x3b\xaa\x5c\x97\x60\xd1\x09\x75\xdb\x23\x97\xf7\xb0\x1c\x09\x57\xeb\xae\xf3\x07\x98\xb7\x88\x75\xac\xf2\xd2\x68\xd6\x61\x22\xdb\xd2\xf2\x24\xc7\x52\x96\xd8\xc5\xf2\x3e\x6e\xcc\xbc\x40\x34\x9b\xf3\xa8\xf2\xbf\xb9\xa8\xa1\x75\x30\x86\x2a\xcf\xcb\xad\x97\xd1\x92\x73\x1f\xd5\x0f\xe8\x46\x2a\x6a\x8e\x49\x07\xe8\x9b\x94\x46\x8f\xbd\xfa\x87\x07\x21\xf3\x41\xbc\x9d\x0d\x35\x27\x97\x02\x01\x69\xac\x29\xd2\x03\x80\x3f\xd7\xd5\x54\x5d\x16\xf0\xcb\x0b\xb4\x31\x9c\x0d\x78\xaf\x98\x17\x66\xfe\x0a\x70\x9f\x94\xa5\x65\x63\x8b\x6a\xe7\xb9\xbb\x96\x39\xbf\xc6\x0a\x7b\xf5\x92\xaf\x9e\xea\x30\xb1\x8e\xbb\x3f\xce\xf7\x1a\xc4\x59\xfb\x3e\x0f\x04\xe8\xb1\xf5\x99\xc1\x9c\x55\xbe\xf3\x3a\xe7\x32\xf7\x71\xee\x78\x2f\x7a\xd9\xcc\x6a\xe6\x34\x78\x7f\x6c\xfa\x61\xb9\x8c\xf3\xdd\x5b\xf0\xef\x7c\xa8\x4a\x41\xab\x36\xee\x0a\x57\x5c\x4b\xb7\xb2\xe7\x3e\x70\x0a\xba\x1c\x68\x2d\xcc\x7d\xea\xe4\x75\xf6\x93\xf5\x78\x62\xba\xbd\xfe\x19\x01\xeb\x5a\x42\xc1\x7e\xd4\xf1\x2a\x6b\x05\x22\xc6\x7a\xc5\xd1\x51\x56\xa7\x89\xcd\x96\xcc\x83\xa2\xd6\x02\xc4\x69\xe6\x16\xfc\x0f\x0f\x44\xa1\x28\x52\x07\x75\x62\xfe\x8c\xc3\x83\xaa\xd0\x2e\xeb\x34\x3a\x11\x30\xc8\x90\xcd\x12\x48\xf9\x93\x07\xe1\xfc\x49\xe1\xce\xb8\xfa\x3f\x73\x52\x82\xf6\xeb\xbf\x13\x5f\x08\x84\xbe\xa2\x1f\x9a\xae\x03\x84\x4b\xd8\x3f\x51\x79\x09\x04\x07\xf9\xf9\xd3\x76\x01\xfe\x57\x66\xdb\x30\x4f\xe0\x91\x37\x73\xb9\xa7\x63\x17\x56\xba\x85\xed\xf8\xec\x69\x3d\xcc\x47\xd5\xda\xb0\x1f\x64\x87\xc4\x11\xfb\x2c\xcb\x7e\x5d\x09\x2b\xf9\xa1\x6d\xd9\xc2\x2e\x0f\xf5\x78\xbd\xd3\x7a\x0a\x9b\x13\x22\xd6\x28\x6e\x33\x8e\x63\x13\xa4\x35\x9c\x8b\xa4\x68\x1b\xcc\x39\xec\x6f\x4f\xce\x89\xbb\xf2\xdb\x2e\x9f\x3b\xce\x47\xe4\xc2\x4c\xfb\x33\x5c\x69\xef\xad\xa5\x17\xec\xda\xb9\x69\xee\xa7\x4e\x0c\xd8\x4f\xe1\x96\xb9\xb4\x1e\x1d\x6b\x6f\xc5\x7d\xed\x3c\xfa\xe0\x80\x7d\x38\x21\xe4\xd0\xbf\x4f\xcd\xee\x14\xe1\x61\x3b\x6b\x8f\x84\x7d\x2a\xe1\x6b\x6b\xfd\xbf\xeb\x60\x74\x81\x0c\xef\xf3\xe5\x24\x62\x4a\x35\x6f\x3f\xdc\x14\xa7\x0f\xaa\x7e\xcb\x44\x36\xe5\x5f\x1c\x84\x6f\xaf\x8c\xe4\x98\xde\x3f\x3c\x48\xf4\x41\x5d\xf9\xc9\x47\x80\xd8\x25\x34\xb9\xa9\x7d\xc0\xec\x6d\xd6\xc9\xca\xef\x81\xa8\xef\x9e\xf5\x86\x79\x78\x15\x9a\x1d\xbd\xd4\xf6\x06\x0a\xfc\x1f\x2d\xea\x74\x8b\x82\x8e\xe7\xbe\x7c\x8a\xbf\x19\x71\xcd\xb9\xfc\xac\x50\xd8\x78\xc2\xce\x6e\xf9\x13\xef\xe8\x0d\xdc\xd5\xd6\x82\x03\x7b\x63\x7a\xdf\xdd\xb7\xdd\x37\x70\x7a\x36\xa3\x69\x86\xbd\x29\x5b\x28\xc6\xf9\xae\x88\x23\x95\xed\x1d\xfd\xbd\x5a\xcb\xe1\x19\xfb\x61\xf8\xe3\x6b\x5e\x4e\x34\xf6\xa7\xf0\xb4\xb2\x05\x4e\x6b\x39\x56\x21\x2b\x4b\x17\x39\xdd\xe7\xec\x0e\xf4\x3a\x59\xed\x2c\xc6\x79\xe9\xd7\x76\xb4\xc4\xd9\x8e\x3b\xc5\xe7\xca\x81\x5f\xce\xd7\xb8\x01\x5e\xc2\xfb\xd2\x9d\xf3\xb8\x6b\x3c\x84\xf6\x2c\x71\xd2\xe1\x76\x3a\xcb\x15\xe8\x38\x6d\x24\xc4\x1d\x99\x3b\xda\x9c\x76\x12\xda\xf6\x9f\xff\x77\x1d\x8c\x65\x4e\x35\xe6\xed\x87\xb4\xc9\x3c\x1f\x9f\x1a\x21\x14\x3f\xa8\x66\xd5\xa3\x79\x9f\x1f\xc8\x3c\x88\x90\xb7\x42\xf2\x83\x1a\xdb\x20\x93\x37\x6e\x03\x30\xbf\x5f\x65\x81\x30\x17\x48\x0a\xa5\xd2\xa6\x52\x80\x05\xe3\x2c\xba\x15\xf7\x02\xf3\xef\xb9\x24\x19\x3c\xc0\xd3\x59\xb3\x43\x13\xec\x76\xc1\x31\xa4\x3a\x2d\xcf\x87\x41\x54\xf8\x36\x6c\xdd\x13\x66\x37\x30\xd3\x9d\x5a\xd2\x1b\x7b\xf1\x67\xb4\x53\xf6\x43\x9d\xf9\x26\x9f\x9f\xdb\x6f\xfb\x3d\x37\x79\xca\x53\x57\x27\x97\xfe\x2d\x49\xed\x77\x14\x5c\x8e\x0f\x08\x27\x64\x5c\x7f\xe3\xda\x3e\x90\x3d\x77\xf3\x30\xff\x42\x71\x57\x62\x87\xc4\x44\x9f\x38\xe7\x21\xca\x3e\x19\x2d\x78\x98\xee\x11\xcb\x11\x0b\x2f\x39\x58\xe3\x7e\x9b\x33\x2f\xc4\xaa\x98\xe2\xe1\xcf\x39\x16\x34\xbe\xf0\x84\x47\x20\x67\xc0\xaf\x9e\xe4\x5f\xb6\xd3\xdc\x39\xdc\x25\x9e\x8e\x5b\xcb\xdc\x85\xb9\x77\x5c\xb7\x6e\x71\x77\xdb\xce\x65\x3b\xf1\x6e\x13\xe9\xf0\x9f\x13\xd3\x79\x9c\x94\x44\xb4\x24\xef\x7c\x54\x91\x19\xe7\xf8\x6f\xdf\xd3\x81\x3f\xe7\x9e\xf4\xbd\x62\x6a\x28\xbc\xfe\x2d\x98\x3b\xc6\x9c\xe7\x03\x2e\x91\xa3\x4c\xb0\x04\x96\x37\xaa\xeb\x4c\x6e\x05\x32\x3f\x18\x3d\x93\x73\x07\x96\x68\xd9\x49\xe8\x8b\xe1\xe9\x02\xdb\x80\x19\x0e\xb4\x81\x15\xb3\xb2\xe7\x9f\x0b\x31\xff\x66\x18\xda\x95\xf3\x21\x6e\xe2\xbb\x33\x01\xd2\x87\x1d\x17\xc8\xb7\xdc\xf5\x9e\x58\x13\x9b\xfe\xa5\xc9\xd8\xdd\xa7\xc3\x7a\xe9\x89\x9a\x0a\x0f\xf4\xa9\x2c\xa9\xba\xf4\xcd\x7b\x65\xdf\xfb\xf4\xce\x12\x31\x9f\xc8\xfe\x2b\xc9\xe7\x8f\x67\xf8\x0a\x0f\xe8\x24\x9e\x20\xe7\x1f\xed\x5b\xe2\x7b\x99\x2d\x1b\x77\xa8\xf0\xab\x9f\x24\xbb\x68\x56\xe9\xce\x56\x3f\x25\xf6\xfb\x28\xdd\xbc\x8d\xbe\xa7\x38\xb1\xa1\xb1\x5b\x9f\xf8\x80\x53\x1a\x94\xb8\x65\xbe\xef\x4e\x4e\x55\x60\xf5\xc6\x69\x3e\x57\xb9\xba\xbe\x06\x39\x87\x7c\x7c\xb8\xcb\x3c\x8f\xae\x6d\xf6\xea\xe1\xde\x74\xf3\xfe\xd7\x3a\x98\x26\x59\x36\xa8\x33\xbe\x4e\x3c\xc9\x5b\x07\x7c\x3f\x97\xcc\x41\x20\x39\x08\x72\x0e\x3e\xe9\xff\x91\xb9\x20\x6b\x57\x52\xee\x0f\xea\xc6\x3b\x0a\x01\x22\x66\xc0\xe6\x6b\x7a\xa1\x33\x05\x81\x8d\xeb\x99\xca\xba\x4d\x7d\xa2\x2b\x4b\x3c\x4a\xec\xb9\xed\x62\xa9\x91\xd1\xfb\x22\xd4\x9a\x4f\xcc\x79\xb8\xf4\x41\xd2\x3f\xf5\x8e\xd1\x8d\x85\x1b\x17\x4f\xae\xfe\x18\x56\x78\xe5\xc0\xca\x49\xd7\x96\x05\x45\xb6\xbe\x59\xfd\xfd\x6c\x55\x90\x60\xcf\xe1\xd5\x38\xdc\x19\x5c\xdb\xfb\x75\xb9\xc7\x3e\xf1\x90\x8d\x7d\x15\x8b\x97\x91\xb9\x27\x3b\x7c\x42\xa7\x0d\x8c\x4e\x9e\xbe\xd5\x2a\xf4\xfc\xc0\xca\x84\xf5\x9b\x0d\x42\x7a\xd9\x33\xe6\x5c\xdc\xa0\x15\xf2\x94\x9d\x19\x9b\x91\x13\x16\x72\x9f\x5d\x1f\x7d\x7a\xb5\x7f\x48\x32\x47\x3f\x42\x20\xdb\x24\x58\x97\xb3\x2d\xc4\x7c\x65\x5c\xb0\x3e\xe7\x41\x60\xf9\x72\xbd\xc0\xf7\x5c\x53\x5f\xf9\xa5\xec\xc0\x46\x6e\x8c\xb7\xfc\x9f\x75\x20\xf2\x52\xa8\x79\x50\xd5\x7a\x86\xe6\x57\x98\xf2\x7f\xbf\x76\xb7\x1c\xd2\x28\xa1\x91\xf5\xaf\xe4\xdf\xf7\x25\xef\x01\x93\x3e\xd8\x9e\xec\x19\x95\xe3\x35\x81\xfd\x2a\x2a\x9f\x25\xfd\xfb\xfa\xf6\xcc\x35\xb1\xd4\x2a\x6e\xd7\xca\x3b\xe4\x98\x6b\xc7\x6a\x4a\x59\xfb\x26\x44\x31\xec\x74\xf5\xba\xc5\xaf\x92\x9e\xa4\x6e\xbd\x98\x99\x7c\x7f\x53\xd8\x8a\xda\x13\xde\xf3\x93\x4e\xb3\x72\x14\x0e\x78\xcf\x91\x7d\xb8\x67\x53\x74\xa1\x7a\x6c\xc5\xef\x31\x5b\x0e\x6e\x5d\x32\xdb\xb9\xa7\x7c\xad\xc5\x86\x83\xb3\x1b\x7b\x2f\xac\xfc\xb8\xf6\xc1\xec\x63\x7d\x59\xcb\x26\x67\xaf\x99\x5d\xd8\x2f\xb3\x48\x29\xab\x28\x36\xbf\xff\x4e\x6a\x56\xe6\x9d\x58\xea\xc0\xe2\x44\xf7\xa5\x47\x62\x9e\x0c\xbc\x9e\xa7\xb0\x78\x47\x4c\x02\x9b\x15\x47\x2c\x6a\x8b\xf6\x62\x3f\x8d\x3e\x96\xfe\x3d\xaa\x89\xa3\x16\xf1\x4f\x5a\x54\x94\x20\x27\x2f\x24\x31\x4d\x3e\x42\x82\xf3\x2b\xc0\x25\xc5\x25\x22\x92\x2b\xea\xcf\xbb\x75\x23\xca\x5b\x0f\x53\xf8\xf5\x91\x1c\x88\xfd\xb7\x21\x0d\x5b\x38\xa4\x64\x0e\x00\x99\x07\x41\xfa\xe0\xe4\x7d\xf8\x43\xfc\xfc\x90\x33\x6e\x63\xf3\x29\x14\x36\xe5\xdc\x0a\xd9\x62\x91\xdf\x1d\x5a\xa7\x32\xa9\x7b\xd4\x04\x9f\xbd\x3d\x14\x67\x3d\xca\x72\x7b\xcd\x99\xdd\x82\xbe\x13\x83\x84\xcf\xcd\xc8\x6d\x9a\xb3\x26\x69\xd5\x5e\xb5\xd5\x73\x56\x74\xae\xfa\x9e\x9b\xb2\x7c\xcf\xfe\xdc\x8d\x7b\x57\x1f\x5d\xc2\xba\x65\xb7\xf5\xea\xd2\x8f\x19\x8e\x5f\x16\xe4\x1b\x65\xec\x4d\x9f\xff\x7b\xfb\xa6\xeb\x0b\x45\xd3\x2e\xf7\x4e\x5e\xdd\x91\xba\x3a\x4d\xa3\xb7\x76\xe5\xad\x61\xee\xe3\x47\xd2\xda\x7e\xa3\x8c\xd2\x61\xee\x63\xff\xfc\xda\x81\xdd\x09\x01\x09\x06\x73\x09\x36\x6d\x8e\xcf\xfc\x84\xb9\xae\xec\xc5\xb1\x03\x24\xef\x11\x7f\x2f\xee\x03\xc7\x25\x5c\x67\x4e\x57\x5c\x13\x67\x61\xe8\x8a\xb8\x09\xb1\x61\xdc\xd1\xfe\x8b\x80\xb1\xf6\x02\x3c\x1e\x46\xa3\x6d\xa8\x8e\xff\x8b\x03\x59\x5e\x37\xb2\x7e\xd2\x07\x3f\x9e\x3e\xa4\x65\x4b\x06\xb5\x3f\xa5\x82\xf7\xff\x7f\x8e\xaa\x74\x9b\xae\x3f\x5e\xfc\xc5\xf7\x6b\x79\x9a\x3a\xf2\x49\xf7\xee\x94\x45\x98\x9f\xa2\x27\x95\xb1\xcf\xf8\xbb\xb5\x7b\x0b\x1e\x0c\x3a\x9c\x15\xd5\x3e\x67\xc1\x26\xbd\x3d\x13\x16\x4f\x58\xe6\xb2\x2c\x70\xd7\xce\xc2\xe3\x6b\x5a\x52\xd6\xe6\xf7\x55\x58\xae\x3f\x39\x6f\xf6\x76\xf9\xf6\x6d\x1b\x4b\xe7\x9c\xda\x82\x9e\xce\x35\x19\x71\x16\x1b\x17\xf5\xa9\x2f\x77\x9b\x7d\x37\xe7\x57\x5f\xe7\xe2\x0d\xb3\x8f\xae\x7e\xd5\x9f\x9c\x2e\x30\xbb\x6d\xa5\xfd\x80\x50\x72\x79\xac\xd9\x8a\x92\x81\x3d\x09\x11\xb1\x6e\x4b\x6f\xb2\xa7\xc4\xaf\x8e\xcd\x59\xb4\x88\x3d\x77\xf6\x89\x98\x49\xe9\x6c\x76\x67\xb4\x54\x74\x44\xba\x32\x27\x38\xec\x71\xf4\xf4\xd4\x9f\x9c\xdd\x21\xfa\x51\xe3\x92\x2b\x38\x9c\x00\xf1\xc8\x5b\x0b\xdc\xb9\xca\x7e\xf6\xc0\x74\xfa\x50\x1d\xa6\x7c\xbe\xc7\x8b\xcf\xbb\xcc\xe1\xfb\xdc\xa4\xff\x4b\xd6\xbf\x37\x7f\x48\x4f\xf3\xcf\x89\x21\x1f\xb0\x2f\xbf\x86\x97\x1f\xd3\x51\x50\x3b\x93\xf7\xbb\xef\xc1\x86\x1a\xf1\x89\x14\x4a\xfd\xef\xba\xbb\x4a\x79\x52\x42\xd7\xea\x6e\xbf\x33\x7a\x4e\xbd\x73\xbc\xf9\x66\x97\xe3\x78\xc7\x03\xf9\xd9\x57\x3e\x85\x9a\x45\xf8\x67\x52\xce\x5d\x49\xf5\x4b\x0d\x4b\xfc\x5d\xf2\x63\x27\x63\xa9\x4e\xac\xc9\x99\xa9\xe5\x09\x2b\xc6\x87\x0b\x9c\xba\xf1\x7e\x5d\xd6\x98\x50\xa9\xa3\xd4\x3e\xa3\x65\x5f\x42\x8d\xf7\x97\xf5\x4f\xcf\x58\x10\x52\xb4\x77\x42\xff\x83\x94\x5d\x21\x07\x76\x5d\x1b\x48\x4b\xf8\x1e\xaa\x9d\x67\x33\xf0\x75\xae\x7f\xa8\x51\xae\x0a\xdb\x3a\xee\x60\xe8\x8a\x0d\xe7\xd9\x87\x63\x3c\x83\xab\xd7\xbb\x73\xf4\x22\x58\x21\xa3\xd7\xe8\x72\x96\x87\x5a\x84\xe8\x64\x7d\xe3\x94\x07\x3d\x08\x2e\x5a\x91\xc5\x1d\xef\x5f\x10\xbc\x34\xf3\x04\x57\xcf\xf7\x49\xd0\xc7\xa5\x8b\xb9\x89\x5e\xed\x00\x75\xf2\xc8\x7d\x40\x72\x20\x19\x7c\x1e\x66\xf3\xeb\x91\xf5\x97\x58\x0d\x69\x05\x2f\x1f\xa7\x7f\x72\x2d\xcf\x17\xef\x78\x30\xe4\x07\xb6\x4a\x36\xa9\xf2\x7e\xf7\x3d\xfe\x42\x40\xa0\x93\x42\xa9\x6c\x7a\xe1\x24\x23\x21\x7a\xb7\x34\xff\x69\xb2\xde\x67\xd5\xfb\x7b\xeb\x1e\x8f\xb1\x2e\x63\x8e\x5d\x97\x75\x3f\x21\xc0\xda\xf7\x9f\xe4\xb1\x77\x18\x89\xe2\x73\x32\x62\x16\xd7\xbc\xc9\x93\x4f\x9a\x14\xbc\xef\xd6\xd3\x4b\x9c\x54\x39\x9f\x9d\xd5\x0f\xdf\x4a\xa7\x75\x7b\x2d\xb8\x31\xba\xff\x5c\xf2\x7a\xaf\xb5\x65\x42\x03\x4b\xe6\x4b\x79\x5d\x28\x59\xce\x16\x8e\x6b\xf1\xea\x3e\xd1\xc1\x9e\x15\xab\xe9\x5d\x75\x28\x81\x5d\x1e\x9d\xe4\x43\xdd\x2f\xc5\xe6\x44\x5a\xf9\x68\x15\xbd\xe5\xc4\x87\x7a\xfa\xe8\xef\xda\xc9\x39\x16\xd4\xe9\xcd\xde\x1e\xcb\x81\x7f\xb8\xcf\x81\xad\xee\xdc\xa9\x7e\x4b\xbd\x13\xb6\x24\x72\xe7\x7b\xed\xf1\xa6\x6c\x9c\xc4\x3d\xeb\x1e\xe1\x7d\x36\xa7\x9c\x7b\xdb\x2d\x1a\x30\x0f\x1c\xb9\x0f\x48\xff\x7b\x03\x9f\x93\xd9\x9b\x35\xa4\xa5\xfc\xfd\x3f\xc4\x01\xf4\x8b\xd6\xf3\xe6\x02\x75\x66\x36\xf1\xf2\x84\x5e\x7a\xb6\x14\x0f\xea\x43\xc9\x37\xbc\x7f\xaf\x32\xff\xc3\xa8\x41\xbd\xd4\xda\x71\x6b\x46\x24\x45\xe2\xf0\xbe\x8f\x66\x1a\x73\xa4\xbb\xf2\xbe\xb7\xe5\x31\xd6\x18\x5c\x5d\xae\xf5\x6a\x87\xf7\x14\x47\x9d\x39\x42\x2f\x1a\xe6\x9a\x84\xc4\x85\x9c\x79\xb1\x7a\x8b\x7b\xd4\x61\x6f\xb9\xe7\xa9\x17\x72\x62\xbf\xb8\x84\x3e\x17\x7e\x25\x12\xf7\xde\x69\x6a\xa3\x38\x7b\x42\xec\x3a\x27\xd3\xda\x19\xec\x43\x91\xaf\x9c\x05\xaa\xde\xb3\x5f\x45\xd8\x3a\xdd\xbb\x3e\x8a\xe3\x1e\x12\xed\x12\x77\xe1\x0a\x27\x3e\xb8\xc9\xb9\xb1\xd4\x99\xf3\xc4\xff\x96\x8b\xe7\x89\xdd\x5c\x51\xdf\xcd\x2e\x0a\x47\xf2\xb8\x5e\x5e\x97\x5d\x7a\x0e\x9a\x72\xe3\x3c\x7f\xbb\xcc\x2e\xee\xe5\x9e\x72\xab\x71\x39\x53\xb4\x8d\xfb\xdc\xa5\xcc\x65\xdb\xae\x72\x82\xe2\x74\xcf\x25\x20\x7f\x14\x41\x73\x50\xf8\xb3\x0f\xc8\x73\x60\xad\xf4\x90\xee\x2e\x1e\xf9\xfe\x0f\x71\x20\x03\xc1\x0f\xb5\x06\xf5\x2b\xeb\x05\x6f\x4e\xce\x6b\xdf\x37\xbc\xe7\xeb\xe3\xaf\x1f\x78\x73\x12\x6a\x26\x7f\x1e\xf2\x3f\x25\xba\x78\xcf\x9b\xe3\x47\x7b\x99\x13\x25\x28\x94\xdd\x9b\x7a\x6a\x14\xfd\x26\xfd\x5e\x1f\xd2\xfd\xc6\xa4\x50\x35\x60\xa1\xe3\x0f\xb6\x9b\xb8\xb9\x42\x64\xce\x37\xe3\xd8\x33\xae\xaf\x7c\x2f\x7e\x9b\xb3\xbe\xce\x27\xc3\xc5\xfe\xdb\x8e\xd2\xed\x01\x6f\x6c\x4f\x7e\x7b\xdd\xb2\x2b\xa8\xde\xda\xb6\x73\x3f\x67\x41\xc0\x7c\x6b\xf1\x97\x5f\x38\xaf\x7d\xb6\x59\xd7\x36\x5d\xe2\xfc\xf2\x91\xb5\x7e\x5f\x9f\xc5\x35\xf7\xcc\xb0\x61\xdd\xb6\xe4\xce\x77\x2f\xb4\xf9\x74\x73\x0e\x77\xb5\x5b\xb3\x6d\xd0\x55\x21\x6e\x89\xab\x9c\xcd\x8d\x0b\x95\x5c\x38\x06\xdb\x4e\x2a\xbd\x41\x48\x39\x58\xd9\xf4\x9d\x8c\x26\xdc\x6c\x0b\xec\xe2\x8e\xc9\x10\xc6\xf6\xc2\x36\xbf\x0e\x79\x12\x1b\xad\x9c\x6d\xf7\xee\xb7\x23\x0a\x2d\x4f\x01\x31\xfc\xf3\x6e\x05\xff\xf9\x58\xc0\x3f\x2f\x4a\xa6\x0e\x69\x15\x2f\xf7\x86\x2b\xf3\x84\xe7\x7b\x7f\x67\xbe\x4c\x1a\xd4\xb7\x51\x1f\x2e\x0c\x6a\xd3\x82\xcf\xfb\x07\xf5\x6e\x42\x97\xc1\xa0\x5e\x93\xec\xe7\xad\x93\xd3\x67\xc1\x5b\x47\xbb\x33\x86\x7e\xa7\xcf\xbd\x0c\xcc\x3c\x28\x78\x77\x39\x01\x18\x44\x49\x9f\x9d\xdf\x84\x06\x87\x16\x9d\xd3\xc1\xc1\x18\x17\x79\x94\x69\xe8\xb1\x9d\x38\x9d\x5d\x6e\xa7\x68\x3f\x97\x88\x3a\xb6\xca\x31\xcf\x32\x8c\x50\x6c\xb8\xeb\xec\xcd\x38\x4b\x28\xb1\x69\x4e\xc7\x2d\x14\xba\x63\x88\xe9\xb6\x77\x2c\xda\x3f\x15\x73\x07\xec\x23\x2d\xe6\xbc\x99\x42\x50\x6d\x9a\x2d\xce\x36\x33\x09\x2b\x1b\x2d\xc6\x82\x87\x93\x09\x7b\x1b\x75\x8b\x0f\xb5\xf9\xc4\x52\xcb\x78\x46\x50\xf5\x3b\x62\x0b\x2b\x97\x31\xe7\x46\x20\x71\x9a\xc1\x61\xdc\xbe\xd2\x43\x5c\x65\x84\x30\x3c\x2e\x5e\x20\xda\xcc\xb8\x16\xa7\x4a\x57\x61\xb2\xe9\x18\xa6\xc8\xa9\x17\xa0\xd0\x23\x80\x8c\xdb\x43\xf5\xfe\x9d\x87\x32\xb4\xff\x89\x9d\x4d\x19\x83\xda\x95\xf6\xc6\x7f\x50\xdf\xe5\xb4\xf3\xde\xf7\x67\xf1\xdf\x19\x83\x5a\x67\xd3\xcb\xab\xb3\xe2\xe8\xd0\xbc\x0c\x92\x83\xd9\x77\x74\x48\x37\xf3\xef\xf7\xae\x9c\x0a\x88\x77\x53\x28\x29\xfd\x80\x4e\x8b\xe4\xa1\x59\x5d\x80\xed\x01\x95\x46\xdf\x8b\xd8\x10\x72\xcc\x30\xc8\x65\x23\xc2\x16\xb3\x4d\x4f\xd9\xf4\x41\xa5\xf0\xa6\xc5\x46\xa6\x32\x31\x70\x55\x83\xe9\x61\x96\x44\xfc\x7e\xe1\xc0\xf8\x32\x3c\xd7\xe2\x1e\x0c\xe1\x4c\x2b\x30\x91\xff\xa5\x02\x69\xe3\x2a\x63\x5a\xc7\x61\xd0\x68\xb5\x26\x12\x6f\xed\x30\xd5\x78\x8b\x71\xf2\x73\x39\x18\xd3\xe6\x1a\xd7\x3e\x51\x87\x31\x2d\xd9\xf8\xd3\xfd\x14\x58\x1b\x1e\x33\x11\xbf\xab\x04\x27\x43\x53\x93\xa8\xaa\x9f\xf0\x34\x68\x30\x89\xbb\xde\x8d\x08\xfd\x6a\x13\xb7\x2b\x8b\x90\x4c\xdd\xf0\xe7\x39\x70\x84\xcf\xc3\x0e\xe7\xa1\x94\xff\xbb\xfe\x8f\x16\x43\xeb\xfd\xc5\xd7\xdf\x9a\x83\xfa\xc0\x80\xcb\xcb\x07\xaa\xe4\xfb\x40\x24\x07\x43\xfa\x7f\xa4\xff\xbb\x92\x9f\x07\x90\xe4\x0d\x4c\x58\x4e\xa1\xcc\x61\x01\x9a\xbb\x27\x8d\x0f\x49\x01\xac\xa4\x65\xfb\x3d\x66\xe3\x8d\xbf\xb5\x26\xc3\x51\x1e\x37\x53\xc6\xe8\x95\x5b\x5d\x42\xd1\xe6\xab\x86\x51\x16\x22\xc8\x39\x56\x42\x0b\x36\x5d\x81\x8c\xaa\x4e\x23\x49\xe3\x24\x64\xb6\xba\xd2\xae\x19\x79\xe0\x74\x57\xa5\x41\xc8\x30\xef\x90\x8f\x09\x80\xfa\x18\xea\xc5\xee\x78\xfc\x54\x7b\x4b\xf5\xee\x54\x42\xbb\x5a\x33\x35\xee\xdd\x58\xb4\xaa\x33\xa9\x4f\x5a\xdd\xd0\xa0\x21\x40\x4d\x6c\x2a\xc7\x33\x35\x82\xba\xf5\x41\x33\x9e\xaa\x35\xea\x35\xd6\x9d\x40\xbb\xaa\x26\xd5\xfb\xf6\x12\xbc\x53\x5d\x02\xec\xaf\x18\xaa\xfb\x2a\xbf\x0f\x43\x1c\xe0\xef\xc8\x36\x1e\x27\xd3\xe1\xf7\x8d\xd7\x8f\x57\x6e\x03\x99\xbc\x73\x70\xe2\x10\x0f\x40\x72\x40\xc3\x1c\x0c\x99\x03\xc0\xf7\xfd\xd7\xf2\xe7\x06\x91\xf7\xdf\xa3\xd2\x81\xd1\x52\x14\x4a\x78\x15\xa0\x9a\x2d\x54\xe9\xab\x03\x58\xa4\x4b\x1d\x71\x4e\x02\xbc\x4c\x15\x7f\xda\x00\x88\x4f\x51\xfd\xc8\x68\x01\xb2\xee\x68\x68\x92\x73\x1d\x8c\xe5\xd0\x5a\x7a\x5a\x7b\x81\xe1\x61\xbc\xae\x71\xd4\x36\x36\x34\xc6\xd3\x67\xaf\x75\xd6\x1a\xc4\xa2\xef\x8b\xa0\xb6\x88\x41\x0e\x80\xaf\x1a\x1d\xe4\x1c\x0b\x8d\x3e\x6c\x04\xa6\xdb\x6a\x29\xfc\xca\x07\x64\x44\xb5\x12\xbf\xec\x03\x64\x17\x6b\x2e\xfa\xe0\x0d\xc8\x44\x6a\xed\x7b\xc9\x01\xe4\x0a\x35\xa3\x9e\xaf\x02\x64\x76\x69\x46\x3c\x29\x07\x64\x36\x02\x65\xf3\x28\xff\xe2\x60\x7a\x5f\xbd\xe5\x71\x90\x9f\xdd\xbf\xf1\xd6\xc9\xeb\xac\x81\x4d\x83\xfa\xc8\x65\xa8\x9e\x2a\xfe\xfb\x7d\x81\xef\x03\x1e\x26\x86\x74\x38\x0f\x85\xef\x0b\x2e\xe5\xfb\xff\x64\x0e\x84\x3f\xdf\x0f\xf5\xbd\x01\x28\x84\x8e\x5f\xe9\xa6\x09\x98\x1a\x48\x1c\xb7\xdd\x0d\x38\xe7\x4b\x27\x5a\xc6\x02\x91\x5f\xe4\xbe\x98\x0f\x00\x8b\x95\x94\x1a\x4d\x46\x03\x9b\x8d\x94\x35\x68\x2b\x81\x83\x99\xaa\x69\xe4\x1c\x07\xea\x09\xa0\xda\x45\xf5\x3c\x55\x03\x78\xb2\x54\x2d\x52\xaf\x0e\x78\x5f\xa4\x36\x46\x2f\x1a\xe8\xeb\x56\x8e\x19\xce\xb9\x58\x3a\xa8\x53\xf3\x14\x8f\x0e\xaa\xa8\x9c\x62\x75\xaf\x0f\x20\x76\x43\xe1\xfb\xf7\xd3\x80\xd8\x7a\xe5\xac\x4f\x5a\x80\xc4\x5b\x65\x6a\xdb\x6a\x40\xe2\x29\x50\xdb\xcc\x3b\x07\x0b\xdf\xf3\xbe\x48\x7d\xa3\x76\x55\xf1\xce\x41\x15\x36\x2f\x17\x62\x98\x03\x5a\x33\xa4\x65\xfc\xfa\x8f\xf3\xe7\x9f\x90\xf7\xe0\x49\xff\x33\x6b\xe6\x90\xa6\xf0\xf7\x05\x79\xff\xdf\x9d\x31\xa4\x56\xaf\x81\x89\x3f\x29\x14\xdb\x32\x80\xea\x2e\x62\xc8\x9c\x07\xd8\x2c\x92\x7c\x6e\x96\x06\x04\xd5\x49\xad\x34\x21\x80\x05\xce\x33\x5f\xd0\xea\x81\x55\xb7\x64\x8f\xe9\x1f\x06\x76\x9c\x96\xdb\xa3\x97\x0b\x1c\xf2\x93\xeb\xd5\x3d\x00\x9c\xfd\xae\x30\x4e\x57\x06\xb8\xb1\x40\xa1\x4f\x67\x36\xd0\x30\x51\x91\xa9\x23\x0f\xbc\x7e\xac\xa8\xa9\x55\x00\x7c\x75\x96\x2d\xd5\xda\x38\x58\xbf\x74\xb9\xda\x9c\x41\x95\x7c\x4f\xf6\x63\xe6\xb3\x41\x1d\x57\x3e\x66\xf5\xd0\xe4\x8f\x51\xac\x7e\x85\x41\x85\x73\x1b\x8f\x7b\xec\x92\xf9\xc1\xfb\x5e\xfd\x9e\xef\xe3\x92\x79\x50\x35\xfc\xb9\x47\xc3\x1c\x10\x3f\x2f\x86\x9c\x07\x31\x9c\x87\xf2\x6b\xa4\xff\x3d\xcc\x81\xf0\xfd\x60\x47\xfe\x5c\x10\x63\x23\x60\xf4\x36\x0a\x85\x31\x00\x68\x8f\x9e\x38\xca\x34\x13\x60\xac\x17\xfb\x68\xd8\x07\x78\xa9\x4e\xbe\x68\x68\x0c\xc4\x36\x4f\x79\x4f\x95\x02\x16\x45\x4f\x8b\xa1\x96\x02\xeb\x7d\xa5\x2f\xeb\x34\x03\xbb\x72\xa5\xe3\x74\x0a\x81\x83\xd6\x32\x82\xda\x2b\x81\x33\x56\x32\x99\xa4\xbf\xaf\x51\x0a\xdc\xa5\xcf\x9c\xaa\x51\x0e\x3c\xf3\x99\xb9\x55\xe3\x3e\xf0\xa1\x61\xa6\x89\xda\x12\xe0\x97\xd7\xb4\x71\x24\xe7\xf0\x77\x3f\xc6\xdd\x1d\xea\xc7\xaf\xc4\x2e\xa3\xc1\xd7\xd7\xee\xf4\x17\x07\xc4\xcf\x43\x22\x39\xa0\x93\x18\xf9\x1c\x20\xe7\x02\xe5\x08\x8c\xdc\x07\x89\x16\x23\xd7\x81\x97\xef\x90\x92\xf9\x07\x7a\xf9\x43\x6a\x2a\x06\xa8\x1e\x1a\x47\xe8\xb7\x01\xc6\xd3\x84\x98\xfa\xda\x80\x33\x21\x5a\xa1\xeb\x09\x84\x45\x4f\x5a\xaa\x2b\x08\x2c\xa8\x96\x1c\xa5\xf9\x12\xc8\xdc\x21\x51\xac\xf9\x1e\xd8\x78\x6f\xaa\x84\xe6\x34\x20\x3f\x67\xea\x11\x4d\x07\x60\xdf\x3f\x52\x9b\x48\x7f\x5f\x7d\x2a\x50\x96\x2f\x95\xab\xe6\x07\x54\x6f\x92\x5a\xa8\x5c\x03\xd4\xd7\x4f\x31\x52\x8d\x04\x5a\x5b\xa6\xb9\xab\x14\x00\x9d\x92\x53\x5c\x94\x8b\x80\x3e\x39\x71\x7d\xb2\x1f\xb2\xf3\x07\x55\xb0\xa2\x33\x74\x88\x83\x1c\xce\x43\xe2\x73\x40\x24\x07\x73\xba\x1d\xff\xc9\xc1\x0c\xe7\xa1\xf0\xd7\x7f\x32\x9f\xa3\x89\x65\xe3\x3f\x39\x10\x73\x7e\x9f\x74\x3e\x03\xa3\x3a\x29\x14\x9a\x1f\xa0\xac\x31\xf6\xa4\xce\x15\x80\xba\x52\xb0\x44\x67\x12\x60\xfb\x8f\x50\x8a\xe6\x06\xc0\x6f\xaf\xf0\x4d\x75\x0b\x20\x46\x5c\x24\x43\x75\x15\x90\x12\x26\x6a\x39\x58\x47\x66\xab\x98\x88\xc6\x1c\x60\xc3\x38\x49\x57\xb5\x42\x20\x7f\xba\x44\x97\x8a\x09\xb0\x77\x9d\xf8\x36\x65\x3b\xe0\xc8\x6e\xf1\x04\xe5\x37\xc0\xd9\xeb\x92\x53\x95\x8f\x03\x37\x46\x4b\x16\x28\xe9\x00\x77\xde\x8b\x0f\x28\xb9\x03\x8d\x76\x12\xea\x0a\x5f\x81\x57\x96\x93\xda\x15\x9d\x81\x8e\x93\x93\x0a\x95\x04\x81\xbe\x46\xb1\x77\x7f\x73\x40\xe5\xe6\x43\x3a\xcc\x01\xf1\x73\x60\x48\x0e\x66\x53\x2c\xff\x1c\x50\x18\xd2\x74\xbe\xc6\xf3\x39\xc1\x08\x3e\xe7\xe0\xc3\xe7\x6a\xec\x0b\x86\xd4\x84\xcf\xdd\x68\xf0\xf7\x93\xd2\x18\x40\xec\x14\x85\xa2\x61\x07\x68\x79\x8f\x4b\x57\x9b\x06\x58\x48\x8c\xcf\x57\xbd\x0f\xb8\x3e\x9d\x90\xaa\x32\x1f\x08\x9e\x35\x31\x4c\xd1\x14\x98\x5d\x3b\xa1\x5c\x79\x13\x90\x5a\x27\xfc\x59\xb9\x02\x58\xa1\x22\xba\x5c\xc9\x07\x58\x2b\x22\x2a\xaa\x94\x09\x6c\x3d\x29\x16\xad\x3c\x16\x28\x0a\x9a\xf4\x4b\xf1\x36\x70\x48\x60\xd2\x6a\x85\x4c\xe0\x14\x47\xec\xb2\xfc\x06\xe0\x62\xb1\x98\x98\x7c\x25\x50\xd1\x24\x76\x46\xae\x18\xa8\xdd\x2a\xea\x23\x9f\x04\x3c\x39\x29\xe6\x28\xfb\x1c\x78\x19\x25\x7c\xeb\x6f\x0e\xa8\x94\x3f\xd7\x86\x9c\x0b\x55\xe0\x3c\xf2\x1c\x24\xf3\x50\x48\x0e\x24\x91\xdf\x17\x92\x87\x0a\x74\x19\xb9\x0e\x86\x39\x90\xc2\x21\x55\xe1\xe7\x86\xc8\xe8\x02\x82\x8d\x14\x8a\x5a\x0c\xa0\x7e\x7a\x6c\xbe\x62\x0c\x40\xa3\x8c\xf9\x25\x77\x00\xb0\xee\x1f\x03\xc1\x5c\x80\x79\x89\x42\x91\x8b\x05\x42\x43\xc6\xb5\xc9\x17\x03\xf1\x79\x82\xef\x15\x66\x02\x29\xb1\x13\x65\x15\x2c\x80\x25\x5b\x84\x04\xe5\x6b\x81\xec\x5b\x42\x9b\xe4\x38\xc0\x66\x9a\xd0\x31\xa1\xf7\xc0\xba\x9b\x14\x8a\xbc\x3b\xb0\xef\xb8\xc8\x22\xd9\x14\xe0\xa8\xbb\xd0\x4b\xc9\x00\xe0\xb8\x2b\x85\x22\xd3\x0a\x5c\x9a\x2c\x54\x27\x3b\x0f\xa8\xec\x10\x2e\x17\xdd\x0c\x54\x45\x0f\xfd\x2e\xe9\x4c\x0c\xa9\x9d\x28\xdf\xdf\xd3\xa5\xfc\x07\x07\x42\xfa\x5c\x24\x0f\x32\xb3\xcd\xec\xb0\x80\x29\xa0\xc0\x61\x7d\x18\xfb\x1a\xd0\x30\xb7\xeb\x9c\xf0\x12\xd0\x4b\xf5\xde\x21\x16\x06\x18\x32\xc3\xd4\x25\x0d\x00\xda\xd1\xf8\xd5\x52\xb1\x00\xcd\x7e\xd1\x95\x99\xe2\x00\xad\x6e\x9d\xa4\xfc\x1b\xc0\x50\xa1\x30\x4d\x29\x11\x30\xd8\x7e\x22\x54\xb5\x16\x30\x78\x76\x43\x5c\x6b\x05\xa0\x2f\xff\xf0\x91\xd6\x34\x80\x3a\xf3\xfd\x33\xcd\x09\x00\xb5\x73\x60\x9f\xa6\x2e\xa0\x33\x13\x90\xbf\x0d\x68\x6e\x03\x66\x8e\xeb\x19\xaf\x35\x01\x90\xdd\xf3\xed\x96\x56\x0f\xa0\xa0\xd3\x9e\xa7\x79\x00\x90\xa3\xbd\x55\xd5\x12\x05\xe4\x8d\x5e\x94\x6b\x16\x00\x72\x0b\x1a\xeb\x34\x2f\x02\x72\x6b\x1e\xfc\xd4\x12\x00\xe4\x9e\xd4\x75\x0e\xfe\x9b\xb2\xa3\x6f\xc7\x69\x96\x02\xb2\x47\xab\xeb\x34\xa9\x80\x0c\xef\xdd\xfd\x9b\x03\x19\xce\xbb\xe7\xfb\x1a\xe4\xbd\x46\xdd\x11\x3c\x88\xac\x3e\x3d\x56\xe0\x06\xa0\x32\x93\xe5\x33\x5e\x13\xd0\x55\x73\xb0\x10\xde\x3c\xf8\x34\xf4\x78\x2d\x16\x0a\xd0\x4c\x42\x67\x48\x9e\x04\x4c\x04\xe3\xc5\x67\xc4\x02\x26\x2b\x17\xbd\x90\x5b\x05\x18\xf9\xae\x57\x50\x68\x04\x68\x2d\x85\xa5\x2a\x1f\x01\x5a\xd6\xc9\x2c\x4d\x75\xc0\xa0\xf9\xc6\x28\xad\x4c\x40\xbf\xfa\xd1\x5c\xed\xf9\x80\x7e\xf2\x47\x19\xed\x2e\x40\x7f\x0a\x27\x5a\xd3\x15\xd0\x79\x04\x28\x5a\x72\x37\x69\x4d\x07\x64\xb6\x76\x5f\xd4\xbe\x08\x28\x2a\x7f\x59\xad\x9d\x0a\x28\xba\x7d\xd8\xa9\xf5\x14\x50\xc8\x7e\xf5\x90\x57\xf7\x81\xe6\x8b\xda\x33\x00\x45\xb1\x27\xd9\x5a\x3a\x80\xbc\x5d\xc3\x75\x2d\x25\x40\xae\xbf\xd6\x40\xb3\x08\x90\x6d\xa8\x89\x1f\xfc\xef\x72\x7e\x95\xaf\x35\x3f\x03\xb2\xbc\xd5\xfa\x3f\xb9\x28\x3f\xfe\x6b\x1d\xfc\xcd\x83\xc8\x77\x98\x4e\x1e\x73\x0b\x50\x3f\xc1\x08\x11\xcc\x00\x74\x0f\xd8\x35\x0c\xf6\x41\x3f\xcb\xfd\xae\xd8\x2b\xc0\x44\x3f\x64\xc5\xd4\x3b\x80\x49\xd6\x9c\xe7\x33\xaa\x01\x13\xcf\x8c\x67\x72\x14\xc0\xe4\x67\xce\x80\x72\x15\x60\x9c\x56\x18\xa1\x2e\x03\x18\x95\x9d\x24\xb4\x5d\x01\xc3\x43\x15\x5d\x3a\x41\x80\xe1\xf8\x27\x75\x7a\x3e\x80\x7e\x4a\x7b\xdd\x60\x1f\x0c\x6e\x62\xa7\xce\x2b\x40\x77\x29\xa0\x54\xd2\x57\xa1\xfd\x10\x50\xb8\xd8\x75\x4f\xe7\x21\xa0\xbc\xb3\x63\xb5\x0e\x13\x1c\xe5\x89\x6d\x93\xb5\xdd\x00\xc5\xc5\xad\x8e\x3a\x15\xf8\xa8\xa2\xd3\xd4\xa4\x63\x83\x1f\xca\x42\x0f\xad\x75\x2e\xa3\x43\x79\x75\x9d\xb3\xce\x03\x7c\x56\x66\xdd\x7e\xa9\x73\x13\x3f\x94\x4a\xab\x09\xad\x47\x80\xbc\xc9\x8d\xb7\xda\x61\x80\x7c\x36\xfe\x83\x7f\x18\x99\x07\x42\xd6\x4f\xe6\xff\x0b\x57\xe8\x6a\xf2\xfa\xb0\x9e\xf6\x64\x4c\xc4\x9f\x39\x4a\xfa\x0a\xd6\x95\x22\x2e\x80\xf1\x52\x77\x2d\xf1\x17\x80\xf1\xac\xc0\xce\x29\x99\x00\x7d\x60\xf6\xfd\x99\xf3\x01\xd3\xf6\xf4\x12\xf9\x10\xc0\x34\x66\xdd\x3c\x95\xc5\x80\xc9\xf6\x82\x1a\x8d\x1d\x80\xb1\xdf\xa9\xb5\x3a\x83\xeb\x24\xf8\xa6\x3e\xf5\x3c\x60\x98\xd7\x78\x9b\xba\x07\xd0\x7f\xde\x29\xa5\xf3\xf8\x4f\x1f\xf4\xec\x01\x95\x94\xdf\x5a\xba\x45\xe8\x56\x79\xf7\xb5\x4c\xc7\x07\x50\xea\xfa\xb8\x43\x27\x10\x3d\xca\x61\xaf\xfa\x75\xb3\xf1\x54\xb5\xec\xb9\x83\x9e\x1a\xee\xa8\xdd\x7e\x52\xa4\x63\x89\x1f\x4a\xed\xf5\x0d\xba\xe7\xd0\xac\x2a\x7a\xb7\x5b\xd7\x0f\xef\x94\x3f\xdf\x92\xd3\x0b\xc6\x33\xd5\x69\x37\x4f\xe9\xaa\xe2\x87\x52\xe1\xf5\x78\xed\x26\x40\x61\xf2\x7f\xf5\x61\xe4\x1c\x0c\xb2\x0f\xe3\x36\x69\xcc\xe4\xf9\x1b\x27\x75\x79\xf7\x1c\x95\x8b\x0c\x82\xc6\x1e\xfe\xc3\x07\x91\x9c\x94\xc9\x3c\x17\xa6\x78\x39\x60\x2e\xe7\x9f\x32\x78\x2e\x98\xb3\x62\xa2\x66\x36\x01\x16\xe1\xe9\x49\xca\xea\x80\xd9\x8b\xb5\xe3\xd5\x5e\x03\x74\xe3\x82\x77\xda\x52\x80\xa9\xd0\xc9\x1e\x6a\x20\x60\x54\x7b\xd3\x5b\xbf\x08\xa0\xbd\x7a\xea\x63\x78\x16\x30\x3c\xf6\x2d\xc9\x40\x18\x30\x38\x8e\x42\x9d\x83\xdc\xa3\x7a\x3b\xf1\x4b\xf5\x79\xb7\xb0\x9e\x37\x5e\xa8\x9d\xec\x3c\xa1\xa7\x81\x07\x6a\xed\x6d\x21\x54\x2b\x9c\xd2\xf4\x7a\x39\x4e\xef\x24\xae\xaa\xf7\x34\x6e\xa5\x9e\xc2\x51\xcd\xf9\x0f\x72\xf4\x76\xe1\x96\xda\xab\xba\x32\xdd\xf3\x78\xa1\xd2\x52\xb3\x55\xaf\x10\x8f\x54\x2f\x93\x5c\xd8\xf5\xc3\x7a\x46\x78\xaf\xfc\xa9\x7c\xae\x4e\x37\x06\x14\x37\xe2\xff\xc9\x3f\x50\x28\xea\xbc\x7b\xbb\x22\x55\x1a\x3c\x5f\x5c\x36\x53\x5b\x56\x40\xf4\x4f\x3e\x08\x39\x3f\x88\xe4\xa4\xe8\xbf\x1c\x04\x25\xac\x00\xc6\x34\x7f\xf5\xe9\xad\x00\x8b\x19\x1d\x25\xd7\x09\x58\xac\x4b\xdd\xaf\xe4\x07\x58\x28\xe4\x8c\xd1\xf8\x05\x98\xd5\x15\xbc\xd0\xcd\x05\xe8\xdb\x4f\xdd\x35\x9c\x05\x98\x2c\xa8\xea\x32\x2a\x06\x68\x0d\xcd\x13\x0c\xab\x01\x23\x97\xee\x5b\xc6\x33\x00\x83\xd5\xd8\xa7\x63\xdd\xc7\xa6\x0e\xe0\xb2\xe6\xad\x2f\xdf\xf4\x2b\xb1\x56\x67\xf3\xfb\xcb\x06\x36\x48\xd6\xad\x7c\xf9\xde\xe0\x1e\x62\xf4\x76\x0f\x73\x61\xa2\xfa\xa5\xc8\xd3\x96\xa8\xfb\x69\xc0\xc1\x52\x9d\xde\xdb\xd9\xfa\x16\x38\xa3\x71\xaf\x4a\x89\xda\x8d\xeb\xea\xbb\x6e\x5c\xa0\xe6\xa0\x4e\xcd\xe5\xaa\x32\xf5\x22\x1e\xa9\x3e\x2c\x8b\xd7\x6f\x45\x8d\xfa\xd8\x7f\xf7\x81\xdc\x0f\x7c\x1e\x88\x9f\xf7\x4e\xe6\x9d\x93\x1c\x84\xc2\x4c\xf5\x6c\x81\xd3\x7f\x78\x10\x1a\x8d\x36\x43\xe8\xf7\x1f\x2e\xc6\x22\xd5\x2e\x55\x32\x16\x60\xb6\x78\x87\xce\x10\x04\xac\xda\xa3\x76\x29\x9a\x03\x56\x3a\xc9\x25\x6a\x3d\x83\x7d\x59\x1d\xa0\x63\x06\x58\x5c\x2d\x10\xd1\x8f\x02\xcc\x4c\x4e\x4f\xa7\x9d\x03\x4c\x8f\x56\xe7\x9a\xce\x01\x8c\x1e\xbe\xe8\x33\x5e\x01\x18\xef\xea\xcd\xa7\xe7\x00\x06\xdf\xb1\x45\x37\xa8\x6b\x9d\x61\x31\x9c\xf4\xdf\xb5\xff\x34\xe8\x41\x30\x35\xe9\xcd\x63\x9a\x06\x68\x06\xdd\xcd\x6c\x5a\x08\xe8\x06\x47\x1e\x17\xd2\x6e\x83\x6e\x70\xe9\x7e\x20\x6d\x1f\xdc\xf5\x43\xef\x50\x8d\xc4\xe0\xa5\xef\x52\xbd\x81\x76\xf6\xff\x63\xec\xaf\xe3\xa2\xda\xfe\xef\x71\xfc\x00\xd2\x1d\x22\x3d\x43\x77\x77\x77\x37\xd2\x02\x82\x08\x8a\x89\x81\xad\x28\x8a\x01\x36\x2a\x16\x16\x2a\x20\x25\x26\x2a\x16\x52\x2a\x62\x81\xa2\x22\x8a\x8a\xa8\xd8\x2d\xcc\x9c\xf5\x7b\xcc\x99\x39\x5e\xbd\xaf\xfb\xfe\x7c\x7f\x7f\xad\x07\x77\xf4\xca\x73\xcf\xde\xcf\xbd\xcf\x59\x6b\xaf\x85\x4c\xf3\x3b\x17\xc4\xac\x9e\x63\xaf\x71\xe4\x39\x3b\xeb\x89\xd8\x6d\x5c\x7d\x72\xb6\x15\x89\x13\x86\xa7\x8e\x8d\xb1\xde\x83\x3a\x23\xd9\xff\x5a\x0f\xf4\x3c\xe0\xde\x7b\xe7\x5f\xa0\x95\x4c\xcd\x87\x4c\x0d\x6a\x5d\x68\x7f\xd7\xfe\x3c\xc2\x10\x30\x2f\x37\x3c\x2d\x6c\x02\xd8\x5b\x59\x5c\x15\x97\x06\x9c\xcd\xed\xe7\x4a\xb1\x01\x0f\x86\xd7\xa4\x91\x0f\x00\xef\x81\xd0\xf7\x6a\x0b\x01\x9f\x79\xc9\x3d\xda\xfe\x80\x77\xef\x74\x17\x23\x5d\xc0\x93\xbd\x7c\xb3\x05\x67\x9e\x98\x6e\xd7\xb3\x2d\x00\x5c\xc4\x6a\x0e\x3b\x5c\x05\x1c\x5f\x35\x2f\x76\x6e\x04\xec\x57\x3d\x49\x77\x4e\x02\xec\x8f\x91\xfb\x5c\x2c\x87\x47\xda\xbc\x85\x8e\xcd\xae\x41\x0d\xdb\xf1\x24\xdb\x2e\xaf\xaf\xde\x36\x07\x02\x76\x3a\x8f\x66\xd8\x25\x90\xef\xec\xf7\x74\xce\xb0\x9b\x4d\xb2\xec\xae\xdf\xb0\xb4\x4b\xc1\x28\x5b\xcf\xb6\x65\x76\x59\xd0\xb3\x49\x6e\xbc\x66\xa7\x09\x6f\xab\xe5\xb4\x0e\xea\xac\xa2\xdd\x53\x44\x5a\xde\x3e\xf9\xd0\xb6\x09\x0b\xcd\x2a\xea\x86\x6c\x8f\xa2\xc0\x74\x45\x55\x97\x6d\x0b\x76\x99\x04\xff\xd7\x7a\xe0\xf1\x9d\xbc\xfb\xce\x42\x7a\xca\x39\x1c\x54\x6f\x57\xbf\xc6\xaf\x08\x18\xce\x60\x8e\x16\xc8\x05\xac\x2b\xf5\x84\x84\x42\x01\x27\x63\x13\x0b\xd1\x75\x80\x57\xa7\xf5\x27\xa9\x0e\xc0\xa7\xd6\x7d\xa6\xa2\x16\x10\x30\x3f\xb8\x85\x91\x0e\xf8\xcb\x8f\x89\xd1\xe9\x00\xfc\x1e\x4d\xd9\x67\xb2\x1b\xf0\x9d\xb2\xac\xc8\x56\x1e\xf0\x18\xd8\xd6\xcf\x79\xba\x74\xe3\xaf\xb9\xe1\xf2\x18\x70\xce\x6b\x1d\xef\xc1\x04\x1c\xbe\x3f\xeb\x76\x3f\x0e\x38\x08\x93\x85\xae\xbe\x9f\x42\xec\x17\x91\xdb\x5d\xd2\x69\x9f\xac\x87\x6e\x8e\x62\x64\xae\x9b\x45\x67\x89\xe3\x62\x72\x85\x9b\xc1\x8d\x25\x4e\xae\xe4\x6a\x37\xcf\xb6\x31\x0e\x3f\xc8\xbb\x8e\x6f\x69\x1d\xd0\xb9\xc3\x4e\x2b\xc8\x67\x8e\x3b\xea\x27\x3b\x7a\x43\xd9\x8e\xff\x84\xa3\xb3\x05\xf9\xd3\x61\x69\x6d\x8c\xc3\x00\xc2\xac\x96\x57\x36\x39\xee\x41\xb8\xd5\x91\xf2\x15\x8e\xc5\x18\x6b\x59\xf0\xe7\x79\x89\x9e\x07\xba\xbc\xf5\xc1\xe5\xfb\xc4\xde\x8d\xa4\x72\x41\x68\x1d\x84\x79\x37\x53\x49\xa0\x07\x70\x51\xd7\x52\x12\x2c\x06\x7c\x1e\x1b\x28\x71\xfa\x64\x90\x80\xe5\x35\x69\x45\x20\x64\x81\x8b\xa5\xa2\x2f\x10\xb2\x33\x40\x9d\xb1\x10\x08\x55\x8a\x6d\x35\xb8\x0f\x04\xb9\x67\x75\x98\xe7\x00\x01\xa1\x4b\x9e\x3a\x68\x01\x3e\x4a\xdb\x92\x5c\xd7\x00\xee\xdf\x6b\xc3\x3d\xbd\x00\x57\xf5\x6b\x9b\x7c\x1d\x00\xa7\x4b\xaf\x9f\xfa\xbe\x63\xad\x70\xbc\x48\xca\x7a\x47\xbc\x2e\x75\xca\x62\x93\x3e\x6b\x69\x7f\xa8\x3b\xb7\x5d\x66\x90\x7c\xbe\x69\xd7\x9b\x5c\x97\xb3\x49\xdf\xaf\xad\x23\x5c\x58\xa4\x93\x17\x79\xf1\xa5\xeb\x3c\x72\x8c\xe7\x9e\x73\x67\x5c\x67\x91\x0b\x3d\x04\x69\x3f\xa4\x3a\x4f\xd7\x71\x64\x9b\xf3\x93\x9a\x15\x2e\xab\xc9\xaf\x8e\x1a\xe5\x1f\x5c\xad\x20\xe8\xe0\x7d\xe8\xa6\x8b\x3e\xac\x6c\x75\x0e\x0c\xb9\x7c\x80\x85\xed\x9c\xff\x98\x07\x04\x93\xe2\x37\xf9\x5e\x8e\xa2\x78\x5b\x05\x05\x05\xca\x67\x4d\xb7\x45\x86\xca\x4f\xb2\x78\x27\x43\x9d\x1f\x7c\x27\x68\x7c\x1e\xf1\x16\x08\x7a\xa1\xcd\x27\x3c\x09\x88\x14\x31\x79\x2b\xb9\x0d\x18\x6d\x69\xfb\x40\xfe\x18\x10\x63\xea\x7d\x8d\x61\x03\x44\x2e\x8c\xd2\xe5\x9c\xe5\xc2\xaa\x33\xf9\xad\x15\x81\xe0\x86\x85\x6f\x9d\xdf\x02\x7e\xd7\xb7\xbc\xf2\x1c\xc0\x77\x2f\xe6\x51\x7e\xbf\x1c\xb4\xbb\xad\xbb\xb1\x2a\x48\x13\x8d\x2e\x93\x3f\x6e\x0d\xf1\xfb\x94\xe1\x92\xcb\x8e\x0c\x89\xed\x8d\x77\x13\x60\x47\x84\x7a\xdf\x21\xdc\x47\xb1\x67\x86\x64\x5f\x3b\xee\x5e\xca\xde\x16\x6c\xd5\x14\xe0\xe1\xc6\x3e\x11\x64\x76\x51\xd3\xc3\x94\xfd\xda\xff\xce\x99\x87\x1e\xe5\xa4\x90\x5f\x0d\xed\x03\x54\x93\xe6\x79\x87\xf4\xf1\x11\x3f\x32\xdd\xd3\x99\x5c\xe2\xf1\xee\xd0\x5b\x8f\x5a\xf2\x94\xeb\xc5\x03\x17\x3c\x66\x93\xf7\x9c\x7b\xf7\x06\x78\x68\x93\x3f\x1d\xcf\xee\xea\x73\xdf\x00\x0d\x7b\xab\x3f\xe7\x01\xb7\x1f\x12\xb9\xa3\x28\xbf\x7b\xfa\xde\x37\x83\x14\xab\x23\xfe\xd4\x41\x6c\x15\xa6\xee\xb1\xfb\xd9\x8a\x53\xeb\x85\xd6\x83\xd0\x79\x31\xc9\x07\xad\xf4\xe4\x0b\x81\x64\x27\x77\x39\xf5\x21\x20\x61\x7c\xe8\x09\xa3\x6f\x40\xf4\xb2\x34\x15\xfb\x2e\x20\x7c\xe7\xbc\x0a\x0f\x67\xbc\x0a\xd2\x2c\xca\xf0\x3f\x84\x72\x9f\xa7\x47\xe5\x42\x25\xd8\x8f\x3c\xce\xdf\xb2\x88\x2c\xf8\xb9\xc9\xed\xcd\xe7\xc4\x18\x9f\x7e\x33\x0f\x5f\x56\x7a\x6c\xf3\xdd\x2d\x5e\xae\xac\xd5\xb1\xf3\x5b\x17\x7a\x6f\x64\x5d\x8d\x3e\xfe\x5b\xff\x72\xc2\xe7\x23\xdb\x3c\xd2\xfd\xe4\x3c\x1f\xb0\xc7\x87\x2b\xd6\xaa\xfb\x6e\x67\x6f\x0f\x15\x3d\x52\xeb\xf3\x92\xfd\x3e\x90\x38\xbc\xce\xd7\x9b\x94\xf2\xdf\xb8\xbf\xc5\xb7\x8f\x34\xf6\xf3\xde\xd3\xe8\x43\x92\x93\xbd\x6e\xec\x5c\xee\x73\x83\xdc\xe9\x61\x52\xfc\xd2\xa7\x84\x3c\xed\x96\xb3\x35\xcb\x27\x8f\xbc\xe5\x32\xf4\xc7\xbe\x90\xab\xba\x88\x3b\x1e\x5c\xde\x57\x5e\x55\x84\xca\x19\xd4\x5f\x4f\x50\xbe\x10\xb4\x0e\xc2\xeb\x13\x1f\x95\xfb\x11\x11\xcf\x47\xe9\x67\x92\xb6\x89\x50\x3c\x39\xed\x0f\x32\x71\x92\xf1\x2b\x59\x65\x60\xa2\xa6\xc3\x73\xd5\x7e\x60\xbc\x6e\xc0\x5b\x63\x19\x60\x4c\x42\xa2\x9d\xf3\x1d\xf4\xc7\x8c\x9e\x95\xe6\xe7\xf6\x6b\x4e\xf8\x84\xf5\xae\xe1\x73\x3e\x9e\x0c\xaa\xab\x78\x15\x97\xfa\x3a\xc5\x5f\xb0\x55\x23\x79\xf4\xf3\x1e\x9f\x95\x03\x9d\x69\x13\xee\xb9\xf9\xae\x1c\x76\x1d\xb7\xb2\xa5\xd4\xff\xe8\xf0\xce\xd4\xa5\x74\x0e\xd4\x89\xc5\x01\x1f\x59\x6b\xe3\x8f\xd4\x44\x06\xcd\x67\x6d\x8f\x3f\x50\xb1\x3b\x58\x94\x75\x35\xb6\xaf\xf4\x48\xb0\x38\xdb\x34\x6a\x80\xd6\xbf\xd0\xbe\x2f\xdb\x43\x83\xe5\xd9\x9d\xc1\x4b\xb6\x1e\x0e\xfc\x4c\x6a\xf9\x2f\xd9\x5c\x1f\xb8\x9d\x8c\xf0\xe5\xdb\x98\x14\xa8\x4e\x2e\xf0\xaa\x5e\x57\x16\x60\x40\xd6\xb9\x53\x7a\x39\xae\xfe\x81\x48\x18\xa9\xcf\x9d\x07\x22\x54\x9e\x1c\x73\x29\x1f\xd5\x27\x69\xfe\x9b\xd6\x41\x84\xf3\xee\xfd\x27\xd3\x3c\x28\x83\x8b\xd9\x65\xa2\x47\x39\x98\x63\xa8\xf5\x43\x42\x0b\xc8\xc9\xb2\x38\x37\xea\x31\x30\xe3\xbd\x97\x8c\xa1\x1f\x69\x3e\xe1\x4c\xf4\x58\x97\x9a\x8f\x42\x29\x0e\x59\x8d\x61\x9d\xfd\x92\xf1\xfd\xcb\x6b\x13\x56\x3f\xea\x19\xfd\x62\xef\xb6\xb4\x81\xbb\x43\xe1\x0d\x0d\xdf\x26\x8a\xdf\x18\x08\x29\xeb\x29\x9f\x12\xd9\x3c\x21\x24\xea\xd7\xe7\x69\x09\xa7\xdb\xc2\xcc\x86\x2a\xb3\x1a\xaa\x14\x22\xa4\x87\x9d\x33\xba\x7e\xe7\x1e\x65\x47\xe4\xb0\xd4\x52\x26\xed\xfe\x18\x99\xc8\xf2\x4f\x96\xdc\xd1\x16\xfe\x95\x75\x3f\x2e\x78\xdb\xd8\xf0\xab\x6c\x46\x74\xfc\x46\x46\xa4\x0b\xdb\x3f\xaa\x63\xfd\xdb\x88\x35\xec\x85\x11\xd3\xd6\x0e\x86\x3b\xb3\x6f\x86\x84\xaf\x8a\x8e\x48\x65\x7f\x0b\xda\x96\xbf\x2a\x7c\x39\x69\xec\x5f\xbb\xbc\x31\xcc\x9e\x9c\xe4\xa3\xfe\x4f\x3f\x24\x72\x25\x58\x1c\x94\xf9\xc6\xad\xcb\xec\x34\xf1\x17\xff\x1d\xca\xbb\x07\x9f\xcc\xcb\xbb\xa0\xfd\x00\x68\x5f\x8c\xc5\x67\xb9\x98\x1f\xa1\xba\x50\xe8\x0e\x90\xdf\x6b\x70\x45\x7e\x2d\xfb\x5c\x5e\x92\x93\xb3\xde\x8c\xb7\x7d\xf3\x76\x87\x9c\x72\x9d\xfa\x78\xd9\x54\xd9\xb1\x03\xa3\x53\x6e\xcd\x1c\x7f\x67\x9e\x58\xda\xb7\xe6\xee\xb1\xbd\x45\x4f\x27\xbd\x3c\x1f\x3c\xc6\xb8\xee\xc6\x0c\xbf\x53\xb9\x71\xf3\x6e\x7f\xcf\xb9\x7d\xf4\x6a\xcc\x94\xef\xa9\xf3\x1a\x0f\x7a\xc6\x4d\xf8\x55\x32\xcb\x66\xf7\xed\xb8\xc6\xa1\xf9\x53\xf5\xb6\xbe\x8d\x1f\x18\xfa\x9a\x55\xbc\x39\x26\xc1\x6e\xd8\x3f\x93\x45\xe7\xfd\x14\x66\xc6\x7f\x63\xc9\x8d\xfd\xfe\x6f\xbf\x93\x15\xad\xb1\x5e\x6c\xf3\xe8\xc4\x65\x26\xb1\x81\xec\xec\xc8\x99\x8b\xd7\xc6\x6a\xb1\x4f\x84\x39\x2c\x2c\x8f\x31\x62\x7f\x0d\x7a\xbf\xe0\x65\x74\x22\xa9\x12\xf0\x84\x33\x0e\xd2\x8f\xa8\x73\x42\x21\x11\xc7\x41\x2d\x1e\xaf\x43\xf3\xdf\xf4\xfd\x6f\x5a\x07\x91\xc5\xe3\x7b\xe7\xf1\x7c\xcf\x57\x1c\x23\xfe\xe2\xc3\xb7\x15\x89\xfa\x12\x04\xb9\x64\xfb\x19\x66\x8c\xe4\xb9\xb7\x2d\x9b\x8f\x58\x47\xe9\xcc\x7c\x6c\x53\x90\xed\x3b\xd3\x39\xb1\x7d\x68\xa9\x72\x7c\x42\xe4\x89\x86\xe6\xd9\xcf\xa7\xa4\x67\xbc\xaf\x9d\x3d\xcd\x7c\x55\xf9\x8c\x75\x87\x6c\xb2\xe6\x1e\xf6\x9a\xb7\xa1\x44\x3a\x63\x79\x4b\xd1\xe2\x88\x6d\xa5\xe3\x9e\xbf\xbe\xb8\xd4\x67\xc3\xa8\x71\xec\x9f\x33\x17\x59\xae\xba\x97\x6e\xf9\x6b\xfb\xec\x9a\x15\xcf\xc6\xe5\x0f\x79\x4d\xbf\xb7\x74\x51\xba\xe0\xd0\x99\x29\x5e\x8b\x1f\x8c\xbb\x3f\xac\x91\x25\xbc\xe8\x63\xda\xea\xe1\x8d\x19\xba\xf3\x59\xa9\x2b\x58\x8c\xb1\x1f\xe6\xce\x4e\x9d\xc6\xca\x48\x76\x99\xf3\x2d\xe5\x3c\xab\x39\x21\x7c\xd6\xb2\x14\x07\xb6\x5e\x8c\xe4\xac\xdc\x64\x05\x76\x6c\xd4\xd3\x19\xf3\xc6\x0c\xb2\xcb\xc2\x3e\x4c\x73\x1d\xf3\x88\xfd\x24\x84\x62\x61\x04\xaa\x38\xbf\xff\x28\x5e\xee\xcd\xbf\x75\x20\x74\x0e\x00\x5d\xff\x02\xde\xb8\xd0\xf7\x80\x69\x1d\xcc\x1e\x8a\x17\x66\xa5\x1f\xa6\x78\xbd\xf7\x0e\x65\xc3\x2a\x91\x22\x7b\x7b\xb3\x0e\x5c\x36\x99\xc3\x68\xea\x98\xb2\x5b\xca\x6d\x9b\x5d\xe5\xf9\x92\xa2\x23\x91\x66\xa1\x8e\x95\xbb\xd7\xbc\xce\x98\x32\x2e\x70\xfb\x9e\xdc\x95\x0b\x59\xb3\xfb\xd6\x3a\x2c\x98\xb2\x73\xc1\x62\xe1\x3c\xbd\x39\xed\xe7\x9c\xf2\x82\x17\x4c\x9b\xf5\xb9\x37\x3f\xdf\x37\xc7\x68\xe6\x83\x1f\x53\xf2\x5e\xcc\x9c\x95\xfd\xe0\xe7\x8d\x05\x59\x33\xec\xa7\x3d\xfb\x55\x98\x13\xf7\x3b\xdf\x85\xe7\xf3\x31\x35\x68\xb2\xfc\xb0\xc9\xc4\xdd\x53\x2c\xb3\x52\x86\x4f\xa5\x5f\x9d\xb4\x34\xcb\x8f\xc5\x97\x26\x94\xf5\x62\x42\x08\x2b\x33\x59\x6d\xa2\x48\xa6\x35\xab\x35\x41\x32\x73\xf9\xf8\xa7\x6c\xad\x18\xc9\x8c\xfb\xe3\x3d\xd8\x81\xa3\xbd\xc6\xcb\x8c\x2b\x66\x97\x87\x95\x01\x42\x2c\x6e\x1d\xb4\x0f\x84\x1b\x8f\xd7\xa3\xf5\x60\x13\x67\xfc\x5d\x7f\x01\xef\xf3\xed\xf6\x5c\x3c\x44\xe9\x06\x86\x3c\x6b\x28\x1f\xf4\xb7\x8c\x63\xbd\x1c\x7c\x9a\x77\x3a\x61\x64\x06\x41\xdc\xfa\x72\xac\x5a\x37\x4d\xe9\xc3\xa5\xa6\x6a\xa6\x83\x80\xf9\xfb\xda\x59\x87\xc7\x06\x6d\xf1\xf3\xda\x1d\xbd\x27\x24\x65\x70\x4c\xc5\xaa\xee\xad\x37\x72\xb6\x4c\x6b\x9f\x1f\xbc\xa9\xa8\xa8\x70\xee\xfb\xec\x94\x0d\xb6\x27\x07\x17\xd6\x66\xf5\xad\xf3\x7a\xf0\x6b\xf1\xee\x4c\xfb\xc2\x29\x3f\xd7\x2f\xbc\x31\x7e\xd6\x6a\x89\x5f\xc7\x67\x33\xd3\x37\x2e\x7f\x37\xb4\x7a\xea\x9b\xf4\x81\xa5\xdb\x87\x7a\x26\xc7\xa4\x4f\x58\x62\x33\xec\x3f\xa1\x3b\x5d\x62\xc1\xa4\xe1\xb6\xf4\x84\x71\x6b\xe7\xb9\xb1\xd4\x53\xad\x68\xdd\x47\xda\xc1\x99\xd7\x58\xd7\x13\xec\x52\xef\xce\xc8\x63\x8b\xc5\xce\x1f\xfb\x23\x3b\x86\xed\x3b\xfa\x66\x4a\xd7\xd4\x1f\xec\x5d\xe1\xb5\x63\x3d\x26\x77\xb2\x8f\x86\x6d\x05\xd4\x6e\x12\xff\xa9\x03\x99\xa0\xff\xdf\xf5\xd3\x3c\x38\x57\x07\xf3\x4b\xf6\x24\xc5\xef\x0f\x2e\x3b\x4b\xfd\xb9\x5e\xfd\x8b\x54\x8e\xd2\xed\xba\xc6\x0b\x22\x8b\x09\xa2\xc9\xe2\x72\x87\xc6\x62\x99\x5b\xc7\xfb\xcf\xcf\xb4\x2c\xd6\xaf\x3f\x30\xe5\xf4\x37\x9f\x42\xd7\xba\xf5\x97\xea\xae\xc7\x0f\x44\xbd\x98\x6f\x55\x29\x30\xbd\x36\x53\x71\x4a\x46\x79\xd4\x86\xaa\xa9\xfb\xd3\x33\x0e\x37\xd4\x7d\x9e\x11\x9b\x74\xe9\x90\xfd\xbd\xfd\xb3\x0c\x12\x82\x4a\xbd\x7f\x75\xcd\x54\x4d\x98\xb9\x3b\x63\x68\xfb\x94\x92\xf8\x03\xc5\xf5\xc3\x31\x99\x65\xf1\xbd\x45\xef\x86\x0f\x8d\x17\x4c\x90\xd9\x20\xc0\x92\x4a\x8d\x4e\x98\x56\xf0\x8e\x15\x93\x5c\x1f\x7f\x73\x55\x2d\xeb\x5c\xc2\xb1\xf8\xe2\x7c\x51\xd6\xaf\x38\x85\xf8\x0d\xcb\x92\xd9\xee\xd1\xd2\xb1\x75\x4b\x4b\xd8\xdb\xc3\xef\xc5\xa9\x2d\xaa\x64\xb7\x84\x96\xc4\xdd\x9c\x7f\x9d\xdd\x1d\x72\x2c\x86\x3d\xef\x2c\xa9\x13\x50\x0e\x58\xf1\xee\x77\xfb\x0f\x72\x31\x9d\xe7\xfb\x3f\xef\xeb\xdf\xf5\xd3\x3a\x88\x6a\x09\xaa\xfe\xc6\x33\xd4\xba\x78\xab\x78\x89\xab\x7f\xf9\xd8\x44\xcd\x83\xdb\x7a\xd7\x28\xbf\x80\x26\x46\x07\xd5\x5f\xeb\xb3\x6e\x3e\x56\x6a\x16\x56\x2a\x57\x68\x5f\x61\x34\xa0\x91\xba\x2d\xb7\xed\x90\xdb\x55\x1b\xd5\xbc\xd2\x2b\x18\x9d\x1a\x50\x35\xe5\xd6\x85\x9d\x93\x26\x8f\xb9\x97\x36\xe7\x7c\xe6\x5a\xa1\xb4\x87\xf1\x9b\x1b\xf4\x6b\x5a\x33\xf6\x47\xa9\x9e\x93\xbc\xbb\x64\xc2\xd4\xb0\xca\x33\x4f\x86\x47\x65\xde\x08\xdb\x5d\x17\x34\xdc\x91\xfa\x23\x5c\xf9\x48\x23\xcb\x24\xf9\x5e\x38\xe3\xd0\x76\x56\x41\x62\x56\x78\xfe\x3e\x59\x56\x57\xdc\xae\x08\x9b\x5d\x05\x2c\x32\x56\x2a\x3c\xba\x38\x93\x3d\x29\x32\x3e\x82\xbf\x68\x90\xbd\x34\x62\x7a\x84\xd2\x86\x45\xec\xf3\xa1\xfb\xc2\x19\xeb\x5d\xd9\x5f\x82\xfa\xc2\xcd\x0b\xaa\x49\x8d\x80\xda\x70\x83\x95\x9d\x64\xa8\x9f\x51\xd8\xaa\xe5\x5f\xc9\xa5\xde\x4e\x80\xfb\xf6\xbf\xfb\xe0\xff\xa5\x03\xa9\xb5\xa3\xe6\xff\xbb\xf3\xd4\x7c\x19\x2c\xe3\xea\x21\x9e\x44\x5d\xa3\xfe\xdc\xdd\xfd\xb7\x28\x5f\x91\xe6\xb5\x77\xa9\x75\x76\x7a\x73\xb7\x37\x07\xab\x2c\x1e\x6b\x4a\xaf\x21\x88\xdd\xef\x1e\xc9\x6b\x5f\x53\x28\x2c\x9c\xd6\xed\xe0\x70\xd0\x30\x6b\xee\xf7\x2e\xc1\xd0\x3e\xd7\xc4\xf4\x59\xb7\x65\x33\x5e\x86\xeb\xc6\xe7\xdc\x2a\x5d\xf5\x20\x46\x33\xfc\xd4\xcd\x2b\x95\xa6\xf1\x43\x81\x8b\x3a\x7e\xdc\x5a\x91\xf8\xd2\x4f\xfc\xa6\xee\x70\x73\x02\xdb\x2f\xb8\x69\x80\xd5\x12\x2b\xee\xe7\x7a\x7e\x19\x5b\x37\x2a\xdd\xef\xcb\xe9\x02\xb6\x7f\xa4\x83\xdf\xa3\xba\x1e\xf6\xc6\x30\x0d\xff\x95\x55\x72\xec\x13\x21\x65\xfe\xf7\x0e\xdf\x67\x3f\x0f\xda\xec\x5f\x73\x60\x0f\xa9\xe4\x4f\xfa\xbf\xde\x73\x8e\x74\xf0\xcb\x08\xe8\xdc\x39\x9a\xf4\xf3\xed\xf4\x3f\x59\xfc\x9e\x5c\xee\x95\xe6\xbf\x67\xf3\x3d\xf2\x84\xfb\x1a\xff\x3d\x1b\x7e\x92\x37\xdc\x44\xff\x37\x17\x67\x55\x20\x17\x69\x1f\x80\xa3\x54\x3d\xc3\x87\x2e\x52\xfd\xf0\xbd\x7a\x2b\x35\x3f\x9e\xc6\x77\x6c\xe4\x60\x67\x75\x17\xc5\x13\xb7\x56\x3f\x58\xc4\xc1\x06\xe3\x27\x94\x2f\x46\xf5\xe9\x17\xd4\xdf\x2b\xb9\xfe\x8a\xda\x4f\x37\x6f\x7a\x7d\x4f\x6d\x8c\xd8\xfc\x65\xbe\x03\x6f\x2d\xaf\x69\xf8\x4f\x8b\xec\x3f\x1c\xa0\x64\x19\x36\xc6\xe3\xb9\x4c\xda\x08\xcf\x9a\x88\x86\x67\x58\x1e\xeb\xdf\xec\xcf\x7a\x2e\x5d\x36\x21\xd8\xdf\x4b\xe3\x59\xd5\x8d\x75\xa1\x89\xee\x26\xcf\xc7\xff\x7a\x1d\x92\xea\xb6\xb2\x5b\x81\xfd\xc2\xff\xbd\xdb\xdd\x9b\x06\xa4\xb8\x5f\x92\xbb\x7b\x9b\x1e\xa9\xeb\x1b\xe8\x3e\xd0\xa8\x4c\x5a\xfb\x74\xba\xe7\x9d\xbb\x4b\x66\x7b\x9e\xf5\x50\x3f\x39\x48\xae\xf0\x78\xec\xe1\x77\xf4\x1e\x59\xea\xee\xee\x3e\xa1\x9a\x41\xde\x77\x91\xf7\xa8\x2f\x5f\x46\xde\x74\xb9\xe9\xa9\x50\x5a\x42\x0e\x38\xcf\xf3\xf4\xdc\xa7\x47\x0e\x39\xc5\x79\x84\xed\x7e\x0a\x3d\xfb\x70\x20\x8b\xb7\xde\x97\xf1\xd6\x03\xed\x87\x52\xc3\x3b\x1f\x35\x52\xbe\x27\x1f\x9e\x5f\xa3\xfa\x61\x5f\xee\x1d\xea\xfb\xbf\xa7\xf9\x40\x80\x83\x57\x17\xf5\x52\xe3\x72\xfe\xf1\x0b\x4a\x1f\x53\xf7\xf3\x8d\x28\xf5\xde\xdf\xfb\x03\x35\x5f\xb6\x54\x7f\xa3\x72\x54\x56\x2f\xfd\xf5\x5a\xfe\x0c\x41\xcc\x6d\xfc\x79\xc7\xf0\xad\xbc\x4a\x46\xff\xf7\x2f\x9e\x6b\x75\xae\x46\xbb\x7f\x6b\x1e\x13\x6d\x23\x17\x34\xea\xfb\xbd\x25\xf2\x8e\x9d\x9e\xfd\x3f\x4c\x0e\x14\xb9\x16\xbb\x48\xfc\x64\x5c\x6d\x74\x97\x72\x3c\xf0\x6b\xcc\x8f\xcf\xae\xfd\x8e\xf2\x83\x63\xc8\x0b\x2e\x02\x0e\x57\xfb\x72\xc8\x4e\xa7\xa3\x0e\xe6\x0f\xa5\xc8\x9f\x0e\x73\x7e\xe7\x79\xbc\x6d\x37\x86\xa0\xfd\x63\x87\xf7\xcd\x93\xa0\x66\x37\xcb\x51\xe6\xe2\x1c\x98\xdb\x46\x3b\x1a\x9f\xcd\x83\xbb\x4d\x80\xa3\xdc\x49\x07\xc4\x59\x9d\x70\x0a\xac\x0b\x46\x90\xf5\x2d\x27\xad\xaa\xb3\x48\xb3\x32\x71\x54\x2b\xef\xc0\x4a\x73\x6f\x60\x91\x1a\xb7\xde\xad\x3c\xbf\xb0\x6a\x3e\x5e\xfd\x94\xdf\xcd\xa7\xb5\xd7\xa9\x3c\x84\xfe\xc6\x7b\xd4\x78\x74\x2b\xf5\x50\xfe\x31\xed\x56\xcf\xc7\x72\xf0\xf2\xa3\x37\xeb\x39\x78\x52\xef\x23\xa5\xaf\xab\xf0\xfd\x46\xe5\x68\xed\x5e\xc3\x6a\xe5\x60\x21\x2f\x37\x63\x8e\x00\xc0\x97\x44\x10\x53\x1e\x03\xda\xcd\xe2\xa7\x92\xe5\x01\x17\x5f\xd5\xc0\x30\x69\x7c\x88\x59\x6a\x30\xc7\x57\x0c\xf7\x73\x5a\x4c\x73\xdd\x04\x51\x55\xbc\xc9\xb2\xd0\xc1\x12\x3b\xcf\x4a\x58\xa5\xdb\xce\xc2\xce\xc7\xc1\x56\x25\xbf\xf3\x2c\x72\xbf\xab\xa1\xcd\x38\xdb\x6a\xce\xdb\xed\x38\x6e\x62\x66\x65\xf1\xec\x01\x6a\x8d\xef\x5b\x25\x3d\xaa\x43\x85\x89\x80\x55\x52\xe7\x19\x54\x19\x6f\xb5\x3a\xdb\x51\x8c\x0a\xe3\x93\x56\x42\x6d\x07\x70\xc9\xf0\x94\xd5\xcd\x2b\x43\x38\x6d\x34\xdf\x7a\xcc\x85\x6d\x38\x65\xb4\xc1\xca\xeb\xcc\x2e\x74\xea\x77\x5b\x9b\x9c\x4c\xc1\x0d\x83\x75\xff\xf8\x62\x95\xd3\x7e\x50\x54\x3f\xf8\x82\x1b\xd4\xf7\xff\x32\xe5\x3e\x35\x3e\x0f\x5d\x9e\x50\xfc\xdf\xcd\xe8\x97\x03\x54\x1f\x3c\xf3\x81\xca\x4f\xaa\x6f\xfa\x42\x8d\x5b\xad\x23\x7b\x12\xf1\x07\xff\x47\xf3\xbf\x34\xef\x97\xa5\xc5\xe3\x3d\xdf\x03\x8c\x12\xe1\xc3\xa3\x3f\x03\x76\x0f\x15\x16\x05\x4c\x07\xc2\xb7\x30\xe7\x7b\x3a\x00\x93\xbf\xeb\x3c\x75\x2a\x02\x0a\x66\xe8\x0f\xda\xce\x04\x59\xc6\x67\x30\x64\x35\x13\x5f\x9b\xef\x1b\x31\x2d\xa7\x03\xcf\xc2\x8d\x42\x2d\x2b\x00\xec\x31\x10\xa1\xf9\x7d\x93\x9c\x1f\xca\x00\x43\xde\x78\xf4\xbb\x69\x80\x86\xbd\x49\xe8\x8b\xe7\x00\xb3\xd0\xf8\xd8\xe3\x18\x80\xd1\x60\xa2\x7f\x6f\x31\xc0\x5c\x6c\x12\x7d\x7b\x11\xc0\x3c\x60\x32\xe5\xfa\x38\x80\x39\xdf\xc4\xa7\x65\x15\xc0\x78\x66\x2a\xd8\xe8\x0f\x30\xab\x80\x52\xde\xbe\xc0\xd5\xc1\x7c\x5b\xce\xad\x7f\xa0\xbe\x9b\xda\xff\x1e\xbf\x7b\x46\xe5\x8a\x75\x7a\xbe\xa3\x7c\xd5\x5a\xde\x7d\xa2\xce\x49\xe7\x35\x7e\xf5\x13\x7f\xdc\x03\x2f\x3d\xf5\x37\xff\x99\x3f\x9a\x8b\x33\x79\xfc\x68\x0a\x8f\x2f\x8d\x5f\x0d\xa8\xb5\x8d\x20\x83\x3b\x00\x4b\x1d\xe9\x11\x5e\x4b\x81\x40\x57\xe5\x09\x2e\xe7\x80\xf1\x9b\xd5\x2f\x39\x10\xc0\xd2\x0d\x9a\x87\xac\xa7\x03\x3b\x3a\xb4\x1e\x9b\xd7\x00\x75\xdf\xb4\x36\x98\x35\x00\xd7\xa7\xeb\x04\x9b\x9e\x00\x9e\xee\xd3\xb6\x30\x35\x02\xbe\xd4\x32\xef\x1a\x87\x53\xfc\x7e\x94\x9e\x14\xc5\x67\xf7\xe8\x24\xfc\x74\x06\x64\x3b\x75\x5f\xbf\xdb\x04\x8c\x9c\xa9\xab\xf5\x72\x16\xa0\xf0\x41\xfb\xfd\xd3\x53\x80\xfc\x66\xdd\x86\xee\x6e\x40\x71\xb1\x8e\x43\x97\x12\xa0\x30\x51\xcf\xf4\xa6\x06\x30\xca\x12\x38\x43\xad\xf3\x9f\xa9\xed\x51\xd4\x3e\x18\xf9\x88\xda\x3f\x1f\xb7\x3c\xa7\x78\xf0\xce\xd8\x77\x94\x1e\xe2\xba\xe1\x4f\xca\x3f\x86\xd6\x41\xd1\xf7\xc0\x0f\xe7\xf1\xf8\x4f\x1e\xef\xbf\x26\xe7\x6f\xde\x8f\xe6\xff\x63\x78\x7c\xa1\x4f\x0b\x20\xf2\x89\x20\xbc\x1e\x03\x46\x2f\xc4\xec\x5c\x52\x01\x1f\x47\xf9\xeb\xb6\x57\x81\x44\x97\x91\xf2\x56\xdf\x80\xd9\x87\x94\x6d\xcc\xdb\x81\xc2\xdd\xaa\x2e\xa6\xb3\x81\xfd\x3f\xd4\xda\x8d\x8f\x03\xa7\x16\xaa\xe7\x18\x9d\x03\xae\x26\xa9\xd7\x1b\x85\x00\xdd\xdf\xd5\x73\x0c\xbb\x81\x37\x29\xaa\x5f\x0d\xa7\x53\x3e\x06\x0c\x9d\x4b\x1c\x94\x61\x69\x50\xba\x07\x91\xb3\x92\x5e\xa0\xbc\x88\x25\x0a\xbf\x51\x09\x17\x8c\x8a\x57\xaf\x01\x49\x25\xf5\xa4\x67\x47\x00\xb1\x89\x0c\x89\x9e\x66\x40\x52\x9e\xd5\xcc\xcd\x05\xfa\x38\xa5\x87\xf2\x8f\xea\x1b\xec\xa7\xf4\x1f\xdd\x23\x3f\xeb\x70\xb0\xa3\x86\x45\x9d\xb7\x2f\x67\x21\x92\xf8\x33\x0f\x82\x37\x0e\xbf\xfd\x50\x78\x7a\x89\x5c\x5e\x5e\x4e\x36\x4f\x1f\x33\x96\xa7\x13\xa0\xef\xbd\x3b\x2d\x00\xf8\xfb\x09\xc2\xb9\x1c\xd0\x5d\x2d\xf4\xc9\x56\x05\x70\x79\x2e\x25\x64\x59\x0d\x8c\x0e\x92\x39\x61\xf6\x18\x98\x74\x4d\x3e\xd7\x78\x0f\x90\x7b\x43\xe1\x18\xcd\xf3\x1b\xae\x04\xca\x34\x95\xaa\xff\xcd\xef\xeb\xfe\x04\xee\x9a\x29\xbe\xd2\x9b\x03\x3c\xb7\x1c\xc5\xd0\x5d\x07\x7c\x37\x97\xef\xa6\x79\x7d\xf5\x0d\x1c\x14\xae\x10\xdb\xc8\xd5\x39\x10\x76\xe0\x31\xcd\x3f\x78\x8e\x14\x1f\x29\xc5\xc6\xe7\x38\xae\x0e\xb2\xff\x34\x57\x07\x47\xeb\xc0\x6e\x6d\x21\x29\x7f\x98\x46\x13\x72\x07\xf1\x47\x1e\x44\x79\x2b\x17\x77\xf1\xf8\xda\x0d\x3c\xdd\x07\xed\x83\x90\xc3\xe3\xbb\x27\xf0\x72\x21\x68\x3d\x10\xed\x7f\x60\xcd\xe3\x95\x6d\x97\x00\x5a\x46\x82\xa2\x16\x22\x80\x5d\x80\xd8\x62\x63\x55\x20\xc8\x4e\x3c\xd2\xe8\x28\x90\xa6\x2b\x55\xa3\x3f\x19\x98\xed\x25\xed\xfc\x9b\xe7\xcf\x04\x76\x54\x28\xcc\xd7\x89\x04\x0e\x89\xca\xc5\xea\x6c\x02\x8e\x0d\xca\xb7\x6b\x37\x00\x17\x7a\xe5\x67\x68\x3d\x01\xae\x7f\x95\xdb\xab\x35\x02\x78\xc8\x27\xeb\x40\xf3\xfa\x9a\xb2\xc0\xb0\x87\xc4\xa0\xc6\x04\x6a\x7e\x9c\x91\x90\xe5\x8d\x47\xf2\xdf\x38\x90\xf1\x92\xda\xd7\x1e\x6b\x7c\xa5\xf2\xc2\xee\xcc\xe2\xfa\xc3\xd0\x7e\x48\xa7\x03\xf0\x97\x0e\x66\x0f\x4f\xf7\x40\xeb\xe1\x56\xf1\xfc\x23\x16\xf0\x7c\x83\xa6\x26\xe0\x2f\xfe\x3f\x22\xf9\x6f\xde\xdb\x8c\xa7\x0f\x32\xcb\x02\x54\x5f\xf0\x1b\x1b\x79\x00\x66\x3f\x85\x1d\xf5\x57\x03\x5e\xc9\x22\xcb\x75\x6f\x01\xf1\x79\x62\xc9\x5a\xde\xc0\xc4\x93\xa2\xdf\xb5\x02\x81\x45\x2e\x12\xf2\xda\x73\x80\x75\xa5\xd2\xc2\xda\x35\xc0\x2e\x4b\x99\x1a\xad\xfd\x40\xe9\x24\x99\x70\xe6\x2c\xa0\x6a\x87\xd4\x62\xa6\x22\x70\x56\x40\xaa\x92\xe1\x05\xb4\x14\x48\x3e\x64\xac\x00\xba\x32\xa5\x08\x46\x31\xd0\xb7\x42\x72\x0d\x53\x0a\xf8\xf4\x45\xe2\xbc\xba\x07\x35\x3f\xfc\x64\x48\x6e\xfd\x02\x33\xb9\xf8\x04\xdf\xa8\x7b\x15\x9d\x65\xa0\xf6\xc7\x66\x9e\xce\xe1\x34\x2f\x07\xa9\x92\xc7\xf3\xef\xe5\x21\xad\x83\x59\xcd\x9b\x17\x4b\xcc\x79\xfd\x90\x37\x2e\x74\x1e\x08\xcd\xff\x07\xf1\xc6\xc3\x89\xa7\x83\x30\xe4\xe5\x8d\x30\x6b\x00\x89\xcd\x04\xa1\xbb\x17\x30\xfa\x21\xe8\xa1\x15\x0b\x38\xbb\x0b\xae\xd3\xd2\x05\x22\x65\x85\xe7\x33\x1d\x81\x34\x79\xe1\x2e\xe6\x7a\x60\xc6\x66\xd1\xdd\x9a\x3f\x80\x3c\x71\x89\x49\x34\xbf\xcf\x88\x02\xb6\xf1\x89\x1f\x67\x3c\x02\x0e\xec\x90\x34\xd7\xc8\x05\x8e\x9c\x91\x50\xd6\x28\x00\x4e\x4c\x94\xd8\xc4\x59\x0f\x8d\x6e\xe2\xdb\x35\x44\x80\x1b\xd1\x12\x16\xea\xf3\x80\x07\xd5\xe2\x92\xea\x8b\x80\x17\xf9\x62\xb3\x54\x7b\x81\x8f\xd5\xc2\xca\x6a\x05\x94\x3e\x28\xfa\xdf\x3a\xa0\x33\x22\x5c\xa4\xfd\x70\x7e\xeb\x60\x78\x7a\xc0\x82\xb7\x7f\xf7\x81\x39\x19\x7f\xf7\xc3\x14\x9e\xcf\x12\xad\x07\xf2\xe3\xfd\xff\xed\xf6\x71\x51\xff\x20\x17\x47\x09\x00\xfc\x91\x04\xc1\x94\x01\xb4\xb7\x0b\x8c\x90\x79\x0f\x18\x1d\x26\x08\x89\x26\xc0\xe9\x15\x41\xa8\x1b\x03\xf1\x3f\x04\x8d\xd5\x82\x81\xcc\x4a\xc1\x4c\xa9\xd5\xc0\xe4\x75\x04\xa1\x36\x07\xc8\x9d\x2c\x6c\x2e\x21\x00\x2c\x59\x4d\x10\x12\x53\x80\xd5\x17\x09\x42\xad\x07\x28\xd9\x2c\xba\x48\xed\x13\x50\x66\x2d\x26\x25\x79\x0a\xa8\x70\x20\x08\xd5\x85\xc0\xb9\x4a\x91\x3d\xaa\xbb\x80\xa6\x59\x22\x77\xc5\xd5\x81\x96\x10\x82\x50\x35\x07\x7a\x1c\x85\x73\x24\x75\x81\xa7\x9b\xfe\x57\x07\x54\xc3\xeb\x67\xfb\x79\x75\x6f\xe3\xe9\x65\x68\x1d\x0c\xdd\x07\x68\x5f\xa0\xa9\xbc\xbc\x41\x5a\x07\x12\xcb\xc3\xdf\x3a\x10\xde\xdf\xb7\xe4\xf9\xe8\xd0\x3a\x10\x05\x3e\x80\x38\x46\x10\x62\x7b\x01\x49\x65\x82\x10\xfa\x02\xa8\xcf\x27\x08\xfe\x91\x80\xc9\x37\x82\xe0\xbf\x0e\xb8\x6a\x11\x84\x5a\x35\x90\xba\x4f\x30\x4a\x4c\x02\x18\xbb\x88\x20\xc4\xe4\x81\xac\x48\x82\x50\x2d\x05\x96\x08\x09\x39\x09\x26\x03\xf3\x8f\x10\x84\x40\x11\xb0\xbc\x8a\x20\xd4\x36\x03\x3b\xa7\x8a\xfc\x54\x25\x81\x83\xe6\x22\xa7\x47\x94\x03\xfb\xed\x08\x42\x48\x0b\x38\x72\x8b\x20\x54\x4d\x81\x0b\x22\x22\x7a\x02\x2b\x81\x06\x1b\x82\x10\x91\x02\x5a\x4b\xb8\xef\x65\xff\xc7\x0f\xe4\xaf\x5c\x98\x7f\xde\xeb\xdb\xce\x20\xfe\xf0\xbf\xe7\x2b\xb2\xa5\xde\xe3\x4a\x9e\x72\xf5\xe3\xa0\x86\x9f\xff\xc3\x11\x17\x00\xcd\xf4\x88\x23\xc2\x4c\x40\xb7\x79\xcc\x66\xb1\x27\x80\x91\xfb\xc4\x44\xe9\x76\xc0\x30\x78\xee\x4b\xd9\xc3\x80\xa1\xcf\x6a\x6d\x85\xd1\x80\xe1\xe9\xe2\x93\xa3\x12\x01\xfd\xef\x65\xf7\x46\xed\x00\xf4\x6f\x9d\x69\x51\x1e\x07\xe8\xf5\xb7\x57\x28\xbb\x02\x7a\xcb\x9f\x7a\x2b\xad\x03\xf4\xb6\x7f\xbd\xab\xf8\x04\xd0\xd9\x09\xc8\xf6\x00\x4c\x61\x40\xfc\xe2\x0f\x4d\x4d\x21\x40\x2a\xee\xbd\x97\xa6\x32\x20\x3d\x7b\x20\x55\xab\x05\x90\x5b\xd0\xe7\xcf\x64\x01\x32\x61\x8f\xe6\x69\x0a\x00\x32\xfb\xba\x5a\x35\x27\x03\xb2\x29\xb7\x7d\x38\x1d\x47\x6e\x67\xfb\x5d\xa6\x08\x20\xbd\xbe\xad\x89\xf9\x01\x90\xb9\xd4\x3c\x9a\xb9\x1d\x90\xa1\x5c\xf0\xfe\xc7\x0f\x84\xe6\xb7\xe6\x11\xff\x0f\x1d\x04\x9d\x17\x23\xf3\xc8\xc5\x87\x83\x6a\x1f\x7d\x52\x04\x6e\x00\x5a\x39\xe1\x7b\x85\x39\x75\x69\x8f\xa9\x14\x6f\x00\x8c\xcc\x27\x9c\x97\x3e\x04\x18\x26\xcc\xb5\x96\xdd\x0a\x18\x7e\x59\xf9\x50\xe1\x2a\x60\x6c\x57\xdc\xa4\x3c\x12\x30\x4a\xa9\xd8\xaa\xf2\x1a\x30\xb4\x3c\x5b\xa5\x3a\x09\x30\xc8\xe8\x58\xac\xba\x1d\x30\x88\x7c\xb6\x4c\x35\x1d\x30\x74\xf8\xf5\x4b\xa5\x80\x1e\x07\x96\xa3\xb6\x39\x20\x53\xf7\xa5\x4e\xf3\x31\x20\xfd\x65\x30\x40\x6b\x18\x90\x9b\xdd\xef\xa0\x2d\x04\xc8\x13\x4f\x42\xb4\xd5\x00\xf9\xb9\x0f\x34\xb4\xea\x00\x79\xc5\x4e\x0b\xed\xa9\x80\x82\x53\x47\x83\xb6\x17\x20\x8f\x6b\x17\x35\xaf\x01\xb2\xef\x9b\x7b\x34\x0f\x02\xb2\x87\x1b\x05\xb4\x56\x03\x72\x94\x6b\xd6\xff\x97\x0f\xc6\xdf\xf5\xff\xf6\x01\xe0\xe5\xc5\xa8\xbc\x77\x7e\xc4\x6f\x03\x68\x06\x7a\xc7\x09\xf6\x00\x3a\x5b\x43\x17\x8a\x2c\x02\x0c\x66\x26\xc6\x49\x8c\x01\x8c\x17\x67\xa6\xc9\x8c\x05\x4c\x2f\xcd\x39\x3a\x32\x06\x30\x9d\xbd\xea\x80\xd2\x72\xc0\xe4\x54\x71\x93\xca\x43\xc0\x24\xb4\xe2\xa6\xfa\x2a\xc0\x28\xb6\x41\x54\xdd\x11\x30\x1c\x7b\xb3\x40\xdd\x14\x30\xb4\x79\x76\x53\xad\x0f\x30\xf2\x1b\x7e\xa7\xa6\x06\xe8\xfa\x03\x72\x7d\x3f\x97\xea\x54\x00\xf2\xd9\x1f\xfa\xb4\x9b\x01\x79\x93\xd7\x29\x3a\xad\xc0\xc8\xd1\xcf\x66\xe9\x1a\x00\x8a\x63\x7b\x3a\x74\xdd\x00\xc5\x0b\xf7\x56\x69\xe7\x00\x0a\x6e\xb7\xa3\x74\x7d\x00\xc5\xfe\x76\x79\x1d\x4d\x60\xa4\x45\xab\xac\x4e\x00\x30\xd2\xfb\x8a\x8e\x56\x07\x20\xcf\xb8\x54\xa4\x3d\x12\x90\x4f\xff\xaf\x71\xf8\x6f\x3d\xd0\xff\xe8\x41\x78\xba\x18\xf5\x31\x8e\x56\x02\x49\x80\xae\x89\x97\x83\x70\x1e\x60\x20\x1c\x72\x59\xcc\x12\x30\x91\x8a\x6b\x90\xe2\xe0\xdd\xf1\x4e\x32\xdf\x00\xb3\xe2\xd9\xa5\x23\x2b\x00\x33\x46\xfe\x06\xa5\x36\xc0\xec\x51\xf1\x1c\xf5\x4c\xc0\xf4\x7c\xc5\x5c\x46\x0e\x60\xe2\xd4\x30\xc0\xb4\x00\x8c\x76\xde\xaa\x66\xb8\x02\x46\xab\x5e\xbe\xd0\x00\x60\x9c\x0c\xa8\x87\x02\x7a\x01\x80\x42\xf6\xd7\x6c\xbd\xb9\x80\x62\xe7\x60\xbf\xde\x29\x40\xc9\xb0\xbf\xd4\x40\x1c\x50\xb9\xdd\xfb\x45\xaf\x06\x50\x7a\xd9\x5d\xa4\x77\x00\x50\xfa\x71\x67\x9a\xbe\x2c\xa0\x5c\xd2\xe1\xaa\xbf\x13\x50\x89\x6e\xbb\xa2\xcf\x04\x94\xd3\x9b\x16\xe9\xc9\x03\xa3\x2a\x2e\xef\xd1\x13\x03\x46\xcd\xbc\x60\xa0\xf3\x16\x18\x79\xf2\x3f\xd7\xc3\xbf\xf4\x0f\x34\xff\xcf\xe3\xbf\x1d\xf4\xa8\xfb\xef\x74\x4e\x0a\xd3\xc5\xd6\x63\x44\xd0\x3f\x3a\x29\x23\xd1\xc0\xdb\x62\x77\x00\x0b\x89\xd8\xf9\x32\xcb\x01\x0b\xb1\xf4\x57\xf2\x21\x80\x95\xe0\xec\x26\xa5\xfb\x80\x85\x7b\x7e\xa5\xaa\x0c\x60\xfe\x63\xdb\x6e\x8d\x1d\x80\x39\x71\x24\x48\x33\x0b\x30\xa9\xbe\xb0\x50\x93\xd3\x25\x0f\xdf\x8d\xd3\x7a\x06\x98\xc8\xbe\xfe\xa9\x79\x04\x30\x66\x01\x1a\x79\x2c\x55\xfd\x0a\x60\x54\xd5\xc7\xf9\x9c\x13\xa5\x32\xf9\xca\xd4\xe0\x0c\xa0\xda\xd1\xb7\xdb\xd0\x00\x50\x7b\xfa\xc8\xc7\xe0\x12\xa0\x16\xdd\x25\x67\x28\x07\xa8\xdd\xb9\xe9\x6a\x90\x00\xa8\xe6\x5d\x2d\xe1\x9c\x44\xd5\x65\x5b\x1a\x0c\xf2\x00\xd5\x98\x46\x2d\x03\x7f\x40\xa5\xf2\xfc\x02\x83\x01\x40\xd5\xfc\x8c\xbc\x41\x2a\xa0\x32\x02\xff\xa1\x7f\xf8\xf7\x38\x70\xeb\xff\xad\x83\xa8\xd5\xd5\xe0\xa0\x6a\xb5\xc9\x4b\x7e\x7e\x40\x3b\xcb\x3a\x48\x30\x0c\x30\x58\xea\xd4\x2e\x22\x0f\x98\x4f\xf5\x3b\x20\xa9\x01\x58\x75\x44\xbd\x93\xdd\x08\x58\xf3\xa7\xd5\x8d\x1c\x05\x58\x3d\x9e\xd1\xa7\x34\x08\x58\x19\xaf\x58\xab\x36\x00\x58\xf6\x6e\xab\xd5\x94\x04\x2c\xd6\x1e\xf1\xd5\xae\x02\xcc\xed\x2e\x3e\xd5\x9d\x04\x98\xde\xb9\xa7\xa6\xab\x0b\x98\x2e\x7c\x77\x5c\xc7\x08\x30\xb9\x04\x30\xc5\xbe\xa7\x1b\xe7\x02\x8c\xec\x37\xb9\x26\xd3\x00\xad\x8c\xe7\x7b\x8c\x8d\x00\x66\x7c\xcf\x41\xe3\x58\x80\x79\xe9\x5e\xb9\xf1\x0f\x40\xb3\xf1\xb6\x82\xb1\x12\xa7\x97\x5e\x8b\x32\x09\x07\x34\x77\xfe\xd6\xc5\x05\x1a\xcd\x00\x34\xf8\x2e\xec\x30\x1c\x01\xa8\xce\x3a\xf3\xcc\x88\x09\xa8\x15\x9d\x36\x36\xd4\x05\x54\x5e\xfc\xd7\x7a\xf8\x3d\x0f\xb6\x11\x7f\xdc\xfb\x26\xee\x33\xa8\x9c\x73\xf1\x54\x8d\xbd\xd4\x7a\x58\x61\xa0\xc4\xbf\x14\xd0\x7b\x63\x6e\xc0\xd9\x95\x68\x7d\x90\xe5\x08\x2f\x43\x49\x06\x60\xa3\x1e\x21\x23\xdb\x0c\xd8\x7b\xa5\x9a\x29\xa9\x02\x76\x92\xd3\xa7\xab\x06\x00\xb6\xb1\xcb\x27\x33\xad\x01\xeb\xe4\x6d\xce\x5a\xaf\x01\x2b\xfe\x4a\x2b\x3d\x15\xc0\xe2\xf9\xa5\x4f\x06\x8b\x01\xf3\xa1\xee\xab\x86\xb3\x00\xf3\xa5\x5f\xea\xf4\x1f\x01\x66\x86\x80\x16\xf9\x71\xd8\xf4\x2a\x48\x9d\xdd\x2f\xd5\x4d\xe7\xe3\x8b\xce\xbe\xc7\xbd\xa6\xe7\x30\xa0\x6b\xd6\x6d\x60\x7a\x15\xfd\xba\x1a\xb7\xab\x4c\x35\xf0\x45\xbb\xb0\xdd\xce\x34\x1b\x1f\xb5\xeb\x5a\x1b\xcc\x74\xf0\x4a\x67\x76\x63\xac\xe9\x7d\x7c\xd1\x0e\x3f\xff\xd9\xa4\x09\xd0\x14\xaa\xbf\x68\xf2\x10\x60\xce\x3b\x71\xc7\x64\x18\x60\x2a\xd6\x2d\x34\x89\x06\x34\x0e\xfc\xbf\xd6\x03\x8f\xf7\x25\x54\x28\x7e\x47\x68\x82\x0a\x75\xff\x5f\xd6\x56\x25\x8a\xe2\x7b\x8e\x6a\x27\x09\x34\x02\xc6\x84\xf1\x5e\x61\xb5\x7f\x72\x94\x68\x7d\x90\xc3\xfb\x10\x65\xf9\x77\x80\x93\x53\xd2\x52\xe5\x25\x80\x93\xe9\xd4\x3e\x8d\xc7\x80\x43\xc5\xb2\xbd\xda\x3b\x00\xbb\xb8\xad\xa7\xf5\x1e\x01\x36\xd6\x95\x93\x0d\x0f\x02\x56\xbb\x1b\x37\x19\xbf\x02\x2c\x83\x1f\x05\x73\xbe\x4b\xcb\xb9\xbf\xea\x8c\x0f\x0c\x79\x98\xc7\xe2\xbd\x5e\xd7\xe0\x6e\xb3\xcb\x78\xa4\x4f\x3c\xf9\x66\xee\x84\x66\x03\x83\xee\x60\xf3\x72\x34\x18\x9c\xb8\x3b\xdb\x42\x16\xa7\x0c\x75\xda\x8d\xcd\xcf\xa2\x59\xbf\xa9\x55\xdf\xe2\x1e\x4e\x19\xea\xff\xd6\x41\x15\x98\xcf\xc4\x53\xdd\x80\xb3\xd2\xe6\xbe\x78\xad\x33\xf3\xc4\x06\x8b\x66\xf4\xe8\x3e\x3d\x6a\x65\xfe\x03\x1f\xb5\x5b\xab\x99\xe6\x7a\x80\xe6\x2f\xfc\x87\xfe\x81\x5e\x07\x6a\x1b\x29\xe4\xf9\xbe\xd3\x3a\x08\xf5\x12\xd5\x39\x7c\x29\x80\x9e\x26\x73\xb6\x40\x24\x60\x51\xab\x1f\x2d\x34\x0b\xb0\xc9\xb6\xf0\x14\x4b\x06\x9c\x77\x38\xdd\x90\xe9\x02\x5c\xac\x03\x47\x8d\xf4\x01\xdc\x9a\x12\xbe\xa9\x2d\x03\x5c\xde\x4f\x3e\xcc\x7c\x07\x38\x87\x2c\x9d\xae\x37\x1b\x70\xe8\xd8\x1a\x69\x14\x08\xd8\x2d\xaa\x12\x31\xdd\x0f\xd8\xc4\x35\x2f\x36\xbf\x0e\x58\x8f\x78\xba\xc9\x22\x0d\xb0\x76\x42\x9e\x39\xf3\xf3\x0d\xcb\x16\xac\x37\x0d\x7c\xbe\xdb\xea\x2c\xc6\x99\xb7\x76\x67\x5a\xb7\x23\xc4\x32\xee\xb6\x89\xf5\x0a\x8c\x33\xbf\x73\xfd\x8c\xf5\x6c\x4c\x37\x7b\xdc\x2a\x6c\x3d\x1b\x0b\xcd\x64\x2f\x4f\xb3\xd6\xc6\x26\x93\xe9\xe7\x75\xac\x5a\x50\x6a\xf4\xb1\x5e\xca\x3a\x01\x87\x8d\xfa\x69\xfd\x4f\xcd\x2f\xab\xa9\xe8\xd0\x1f\x53\x99\x6f\xa5\x8b\x47\x7a\x3a\x65\xa3\xad\x19\xe8\xd6\x3b\xfc\xe7\x3c\xa0\xfb\xa1\x26\xf7\x67\x1e\xff\x2f\xf8\x52\x9e\x4d\xfc\xe1\x03\x40\xe7\x21\x58\x78\xa8\xad\xe4\x5f\x0d\x38\x89\xeb\x44\x0a\x85\x00\x2e\x26\x26\x77\xc4\x98\x80\x67\xbd\xbd\xbb\x4c\x32\xe0\xf5\xd0\xeb\xf9\xa8\x0e\xc0\xfb\x51\xf4\x10\x83\xf3\xdf\xbb\x26\x5c\xd2\xd9\x0b\xb8\x0b\x2c\x4e\x33\x92\x06\x9c\xbf\x6e\xd1\x34\x2b\xe5\xcc\x9b\xaa\x6c\x2b\x45\xc0\xae\xba\xb5\xde\x56\x1d\xb0\x79\xd7\xdf\x65\x6b\x4b\x86\xda\x5c\x84\xad\xf5\xe9\x57\xdd\xb6\x63\x48\xd8\xc5\xd3\x3a\xa0\x5b\x33\xec\xca\xc0\x6f\xb7\xf2\xaa\xa0\xfd\x5d\xf2\x87\x7d\x01\x9d\x93\x77\x61\x92\x43\x23\xc4\xec\x2e\x9f\xbd\x6d\x6f\x01\x3f\xab\x3d\xa7\x2c\xec\x6b\x10\x6a\x15\x50\x7b\xd9\xc1\x16\xc9\x96\xa9\x55\xa1\xf6\x2f\x30\xd3\xbc\xb9\x7c\xaf\x9d\x36\x4a\x8d\x1b\x4a\x27\x3a\x14\xa1\xc0\x4c\x7f\xff\x04\xbb\xb3\x38\x6e\xb4\x15\xff\xa7\x0e\x86\xe6\xff\xe9\xfb\xef\xb4\x0f\x80\xd1\x59\xe1\xfb\x1c\xb4\x52\x11\xcf\xe7\xa0\xc7\x78\x86\xd6\x88\x43\x80\xaf\xaa\x6e\xae\x30\x80\x20\x6f\x2b\x41\x69\x5f\x20\x30\xde\xa3\x40\x29\x05\x08\xac\x0b\xf7\xd4\xfc\x04\xf8\xb9\xa6\xb7\xeb\x9f\x03\xbc\x17\x2e\x5c\x66\xce\x99\x27\xb7\x8b\xb6\x59\xb1\x01\xe7\xb5\xd5\x4d\xf6\x8b\x01\x87\xaa\x6b\x73\x9d\x1c\x01\x7b\x91\xb7\xd2\xce\x42\x9f\xe5\xed\xbb\xc8\x7c\xd7\x89\xbd\x9b\x1c\x2d\xc8\x89\xee\x49\xb7\xcf\x38\xf6\x90\xcb\xdc\xb2\x7e\xfb\x00\xf1\x72\xd1\xce\x4b\x3b\xaf\x24\xeb\x5d\x1c\x4f\x85\x3b\x9f\x20\x7b\x9c\xfc\x8f\x25\x3a\x9f\x24\xbf\x3a\x3c\xaf\xf2\x76\xc9\x07\xbf\x83\x47\x79\xaa\x73\x2e\x6c\x6c\x5e\x1e\xfc\xea\xac\x86\x70\xab\x5f\xfb\xaf\x3a\x89\x23\xc7\x42\xac\xe4\xa4\xb3\x15\x66\x5a\xe4\xed\x5e\xec\xf8\x1d\x1b\xcc\x14\xff\x63\x1e\xf0\xf8\x7f\x82\x10\x99\x4a\xcd\x83\x68\x41\x4a\x0f\xa3\x57\xc8\x6f\xc3\x41\x4b\x06\x57\x0f\x41\xfb\x62\x04\xc8\x49\x52\xeb\x27\xbc\x9b\xd1\x25\x64\x0f\x44\x2f\x33\xf1\x92\xbc\x06\x8c\xee\x74\x52\x51\x7c\x09\x84\x8b\x04\x75\x6a\x7d\x00\x82\xbf\xa7\xa4\x18\xaf\x00\xfc\xeb\xe7\x7c\xb0\xfa\x05\x78\xdd\xdc\xb4\xcb\xe1\xee\xb0\xb2\xbb\x5d\x55\x86\xdb\xd7\xaf\xf7\x5c\x76\xb6\xde\xf3\xae\xfd\xb0\xc4\xd9\xab\xdf\xcc\xaf\xf7\xc5\x06\x17\x59\xf6\x91\x80\xab\x77\x8a\x5d\x4f\xb1\x2f\x04\x34\xb7\x94\xb8\x47\xb1\x3b\x02\xce\x5f\xf0\x74\xaf\x23\x45\xfc\x7c\x4e\xf7\x7a\x2c\x27\x19\xbe\x39\xc7\x34\x3d\x7c\xc8\x64\xaf\xc4\xea\x3d\x1e\x87\xc8\xb9\x9e\xfa\x65\x0f\x3d\xb2\xc9\x1a\x37\xe6\xc1\x11\x1e\xcf\xc9\x8b\xae\xfe\xfb\x4a\x3c\xc6\x91\xaf\x9c\x5a\x76\xbd\xf0\x58\x07\x41\x87\x1f\x3b\x9c\xdc\x77\xc0\xcc\x8e\xb1\xcd\xc1\xdd\x18\x41\x36\xea\x45\xab\xdc\xee\x22\xcd\x6a\xf2\x1f\xfb\x01\xa1\xd8\xf7\x67\xfd\x22\x6c\x82\x1a\x17\xcd\x8f\x04\x95\x8b\x41\xfb\x41\x38\x4d\xe7\x22\xed\x8b\x11\xf9\x7c\xc4\x0f\x8a\x07\x3a\xa9\xa2\xc2\x3f\x08\x8c\x1d\xa3\xab\x2a\xf6\x13\x48\x19\x6b\x5d\xa8\xd0\x08\x24\x5e\xf1\x39\xab\x15\x05\x44\x7d\x89\x5f\x62\x91\x34\xa4\x16\x36\x23\xbb\xc4\x49\xfa\xc3\x97\xa0\xcc\x35\x0b\xbc\x19\x03\xcd\x7e\x87\x4a\x4b\x82\x8c\xfb\x94\xbc\x0f\x5d\x38\x11\x3e\xa9\x47\xdc\x33\xaf\xc7\x23\xea\xd9\xbd\x14\xcf\x70\x56\x4d\xf4\xe5\x66\x7f\xef\x44\xd6\xd7\xd1\x7c\x67\xde\xfb\xd4\xb1\x9d\x22\xce\xd6\x5d\xf1\x9d\xcd\x5e\x1c\x66\x52\x35\xc2\xf7\x32\xbb\x3e\xb8\xf6\xf0\x6d\x3f\x01\xf6\xdb\xc0\xa4\xfd\xe7\xfc\xec\x48\x86\xdf\x87\x3d\x5e\x7e\x52\x64\xb0\x4f\xcd\x8e\x32\xdf\xb7\x64\xae\xe7\xb3\x62\x19\x5f\x6f\xb2\xca\xdd\x69\x8b\x9e\x4f\x2f\x79\xdb\x65\x68\x93\x94\xcf\x56\xf2\xb3\x53\xdf\xfa\x38\x9f\x7a\x8c\x70\x6c\x58\xfb\xd0\xfb\x3e\xb4\xed\x57\xfe\xef\x3a\x20\x74\xb9\xf9\x0f\xf4\xfd\xf7\x7f\xd7\x1f\xc0\xcb\x43\xa0\xf9\x9f\xb1\xbc\x7b\xb0\x13\x42\x46\x50\x3a\xfd\xa9\x3a\x6a\xcf\x28\x9f\x94\x87\x26\x0e\x72\x46\xc0\x44\x6f\xd7\x09\xcc\xd0\x2f\x2b\xc6\xbe\x8a\xd8\x6a\xfd\xe0\xe5\xad\xf8\xd3\x99\x62\xde\xf6\x3d\x67\xa3\x7d\x73\x03\x42\xae\xdd\xad\x8a\x98\xbe\x23\x2e\xba\xac\x7d\x79\xc8\xad\x13\xcf\x13\xad\x5b\xba\x82\x74\xef\x38\xa6\x58\x35\x9a\x05\xdc\xfd\xc2\x48\x8d\x3b\xe9\x19\xd4\x36\x8c\x14\xc3\x4a\xfd\xe0\xe3\xac\xfc\x84\x92\x03\x08\xd9\xce\xea\x8f\x55\xdf\x93\x10\x2a\xce\xd6\x18\x3d\xb0\xe3\x52\x48\x2b\x7b\x4e\x84\xfa\xb6\xc6\x90\x17\xec\x3d\x61\x61\x45\xbb\x82\x33\x49\xa1\x40\xe6\x86\x85\x21\x3f\x48\xfe\xc0\x75\xeb\x52\x82\x4f\x92\x01\xbe\x67\xd6\x3c\x0e\xda\x40\x16\x79\x4e\x5d\x79\x31\x44\x91\x5c\xed\xe5\xb2\x3c\x29\xc8\x82\xec\x71\x79\x93\x37\x14\x98\x44\x7e\x71\x8e\xe1\xd4\x3f\x92\xd7\x27\xf9\xef\x52\xfd\x80\xa7\x03\xa1\xf9\x6f\x3a\x07\x20\x30\x8a\xf8\xeb\x1e\x38\xed\x0b\x42\xdf\x87\xa6\xf5\x20\x8b\x0a\x25\xa8\xe7\xb6\x25\xe6\x5a\xa7\x25\x58\x9f\x7e\xce\x5b\x6d\xa7\xc7\x24\x9e\x7d\xc8\x2e\x0b\xb4\xb0\x09\xef\x6c\x98\x20\x98\x94\x1b\xe0\xde\xf6\x35\x75\xc2\xac\xe1\x18\xc5\x8b\xfe\x49\x23\xd6\xd7\x27\x07\x9c\xd6\x8c\xd7\x3d\xb2\x3d\x7d\xea\xd1\xfa\xe8\xfe\x36\xe9\x09\xeb\x2a\x27\x45\x7d\x1b\xf8\x9c\xc5\x2e\x5d\x36\x3a\x69\x58\x79\xc2\xb6\x1d\x35\x31\x92\xc3\x07\xd2\xb3\x8a\xd8\x31\xb1\x2c\xf5\xb1\xa6\x1b\xa5\xa2\xb3\x58\x47\x12\x4e\x17\x5e\x8b\xf1\x64\xdd\x8b\x17\x5f\xf3\x74\x74\x17\xdb\x7d\x74\xce\xca\xe2\xd1\xb3\xd9\x6b\x22\x94\xf2\x1e\x8f\x0e\x63\x5f\x0b\xf9\xb4\x54\x22\x6a\x0e\x29\x17\xe8\xb9\xa4\x38\xaa\x84\x64\x06\xcc\x5d\x14\x1f\x19\x4d\x66\xf8\x14\x2d\x68\x88\x78\x4f\xae\xf0\x6a\x9b\x2b\x1d\x31\x9e\x3c\xeb\x3e\xe9\x9f\x75\xc0\x6f\xca\xad\x43\x93\xe7\x03\x42\xf3\xdf\xb4\x0e\x82\xae\x9f\xe6\xc1\x69\x1e\x74\xf1\x6e\xe2\xcf\x7b\xe1\x57\xd6\xc5\xf0\x3b\x10\xc4\xa7\xa5\xeb\x77\xa9\x7e\x14\x75\x78\x96\xb8\x26\xce\xec\x9b\xfa\xf2\xbb\xec\x3c\x7b\xcf\x3a\xcb\x47\xcd\xa3\xe6\x77\x46\xef\xf3\xd3\x39\x79\x6b\xfa\x40\x16\x91\x70\xa8\xe2\xf5\x24\xf1\xe5\x6e\xe3\x47\xee\xf3\xc8\x78\xbd\xf7\xd1\xa4\x35\xdb\x97\x8c\x5b\x7d\x7e\xe7\x74\xd9\xcd\x67\x52\x65\x1f\x4f\x9a\xd1\xbb\x4e\x7f\xec\x8a\x21\xa1\x19\x71\xf9\xe3\x53\xd5\x86\x06\x26\x55\x2f\x0b\x1a\x3b\x6d\x78\xcb\xf8\xd7\x4b\xc4\xc6\xaa\xb0\x04\x52\x3f\x2d\x8c\x4f\x49\x61\x65\x27\x5d\x5c\xb0\x31\xe9\x33\xeb\x6a\x82\xec\x5c\x97\xe4\x10\x36\x5f\x6c\xdd\x6c\x8d\xa4\x42\xf6\xd8\xa8\xc9\xb3\x6e\x27\x56\xb2\xab\xc3\x8e\xcc\xe4\x4b\x54\x67\xf7\x86\xe8\x64\x9f\x4f\x88\x23\xc5\x03\x2f\x4e\x2b\x8b\xab\x22\x13\x7d\x03\xa7\x6e\x89\x13\x20\x17\x78\x67\x02\x04\xcf\xdf\x43\x91\x57\x27\xad\x03\xa1\xf3\x30\xe8\xfa\x27\xc6\x71\x71\x4e\x2b\xf1\x17\x0f\xc8\xf5\x45\x60\x19\x6f\xa3\xf8\xae\xf7\xef\x76\x51\x7d\xe3\xf9\xf9\xbd\x3b\x94\x1a\x08\xa2\x33\x76\x47\x9b\x7e\x8b\xd2\xe5\xe6\x4d\x45\x6d\x4e\x35\xa6\x39\x27\x1f\xac\xcd\x0f\x3d\xed\x25\x7d\x28\x61\xf9\x93\x71\x44\xcc\xc3\x2d\x7c\x0b\xca\xe7\x3e\x99\x90\xbf\x7a\xee\x9c\xf0\x2d\xab\xa6\x1b\xe4\x5a\xcd\x12\x3c\xf6\x7a\xb6\xf1\x3c\xa3\xec\xe8\xbb\x2a\x73\xa5\x66\x9e\x9f\xee\xfb\x63\xe9\x3c\x2f\x5a\xf7\x31\xb5\x62\xf2\xc4\x61\xb1\xac\x0b\xff\xe3\xf3\x51\x3f\x61\x01\x2b\x2d\x39\x60\xa2\x41\x66\x26\xeb\x5c\xc2\xfa\xcc\x57\xe3\xdb\xd8\xea\x31\x7e\xff\xd6\x7b\x8c\x77\x4c\xab\x66\x37\x85\xba\x8e\x37\x1d\x2b\x47\x2a\x06\x3c\x49\x8b\x1f\x9b\x4d\xda\xfa\x8b\x00\x92\x3c\x3d\x8b\x71\x18\xf1\x97\x0e\xe4\x77\x3e\x10\x5d\x7f\x2f\x17\x57\xb9\x11\x7f\xe8\x60\x7e\x15\x96\x50\xe3\xf6\xb6\xba\x94\x9a\x1f\x4f\x1f\x97\x7d\xa4\xde\x77\x3e\xae\xec\x91\x88\x26\x88\x56\x83\x8a\xd1\xcc\x75\x72\x4a\xf5\x96\x07\xb3\xac\x3b\xf5\xb5\xcb\xbe\xec\x09\xf1\xf7\x74\xee\xdb\xa6\x52\xbc\x6f\xcc\xe4\xf0\x15\xcb\xa7\x6c\x14\x99\x31\x23\x6d\x79\xce\xfd\xc2\x97\xeb\xaa\x26\x6d\x98\x5a\xb6\x66\x7b\xf5\xf6\x69\x16\x13\xb6\xae\xfa\xd0\xb1\x34\xdb\x26\x7d\xda\x2a\x9f\xcf\x6f\xb2\xf5\xd2\x1a\x96\x5f\x1b\x96\xce\x3a\x90\xb6\x3d\x57\x72\x78\xdf\xf8\x86\xb1\x1f\x16\x5f\x63\x69\xa6\xf2\xa7\x6a\x2d\x10\x65\x65\x27\x7d\x1a\x3b\x7b\xee\x6a\xd6\xd5\x84\xa0\x94\xe9\x39\x04\xdb\x28\x46\x26\x25\x66\x66\x05\x3b\x31\xaa\x2b\x79\x30\x7b\x09\x7b\x53\x84\x5d\xf2\xf2\xa9\x77\xd8\xd7\x43\xdd\xc6\x90\x53\x6d\x48\xa1\x20\xed\x31\xe6\x59\x4c\x32\xd6\x77\x47\x62\xe7\x84\x99\xe4\x6c\xef\xcb\x00\x73\x07\xb7\x2e\x47\x6f\xe2\x2f\x1d\x48\xc6\xd3\xbf\xeb\x5f\x33\x8b\x8b\x3b\xa8\xdc\x8b\x9f\x67\x0e\x3c\xa0\xea\xd7\x28\xa7\xea\x7e\x92\x50\x4b\xf1\xba\x77\x27\x1f\xa7\xee\xc5\x36\x7f\x39\x4d\xad\x97\xb3\x5d\xf5\x53\x95\xdf\x88\x96\x57\x6e\x38\x11\x67\xd2\xca\x08\xda\x89\xda\xed\x1e\xad\xd6\xbd\xab\x4f\x1c\x11\x8a\x89\xf4\x1f\x3b\x7b\xe0\xa0\xd6\xe4\xba\x84\x39\x59\x1a\xfb\x53\xd6\xbc\x4b\x6d\x49\x1d\xd8\xfb\xb4\x62\xc1\x78\xd7\xc4\x0d\x7b\x56\x5f\xf7\xca\x18\x8e\xbd\x5e\x72\xe7\x83\x4b\xa6\x79\xcc\xaf\xed\x43\xc3\x03\x69\xa9\x31\xaf\x36\x2f\x66\xcd\x4d\x52\x89\x75\x5c\x1f\xcc\x3a\x97\xb0\x24\xa6\xa0\xa0\x9a\xcd\x88\xf1\x88\xd9\xb0\xda\x95\x1d\x38\x7a\x5a\xcc\xf7\xe5\x7b\xd8\xf9\x11\xf5\xd1\x37\xf2\x24\xd9\xd7\x42\xa3\x63\x5c\x16\xfb\xb1\x11\xb4\x3f\xba\x77\xe1\x12\x52\x3b\xe0\x68\x0c\xff\xdc\x0d\x64\xa4\x9f\xe6\x68\x93\x39\xe2\xe4\x56\x2f\x91\xd1\xf3\x67\xdd\x26\x0f\x79\x0a\x01\x36\x3c\x1d\x60\x70\x38\xf1\x97\x0e\x64\xce\x46\xe2\x2f\x1d\xc4\x2e\x8a\xc7\x19\xca\x3c\x4c\xf1\x3a\x83\xa8\xe1\xde\x7b\x0e\x3a\x49\xf5\xcb\xbb\x61\x5c\x3d\x4c\xeb\x94\x8b\xd4\xbc\x3a\x73\xa4\xb1\x9a\x83\xb5\x63\x5a\xa6\xcb\xb7\x10\xc4\xde\xe2\x2b\x31\xba\x8b\x14\x37\x6e\x50\xbd\xd8\xe1\x24\x63\xb4\x74\xd1\xd2\x73\x87\xc3\xa3\x5d\xaf\x4f\x1c\x73\xaa\x2e\x73\x7c\xf8\xe7\xe4\x37\x27\xe7\xad\xd4\x89\x19\x1d\x73\xf9\x44\xf0\xe1\x9d\xf1\x0f\xc3\x1f\x1c\x97\x6a\x4b\x4d\xbc\x19\xe2\x71\x6c\xde\x3b\xcb\xc4\x9e\xe0\x86\xaa\x35\xac\x07\xb1\xe7\x82\x5b\x0e\x95\xb0\xdd\xa3\x76\x05\x9f\xd9\xc7\x66\x2f\x0f\x3f\x1a\x22\x5a\xe2\xc8\x2e\x0f\x93\x0b\x59\x53\x5c\xc2\xee\x09\xae\x0e\x09\xdf\x62\x4f\x4a\x07\x6a\x87\x7c\xda\x20\x42\xda\xf9\x5b\x87\x48\xad\x1d\x24\x27\xf9\xf8\x86\xa4\xaf\x4e\x24\x37\x7a\x19\x04\x2b\xe5\xdf\x22\xaf\xbb\xcd\x09\x7a\xbf\x62\x3f\xf9\xd0\x35\x3f\xe8\xc3\xd2\x62\x92\xe5\xec\xfd\x4f\x1f\x48\xb9\xc5\xeb\x7f\x96\xbc\xef\x9f\xd7\x37\x76\x51\xba\x17\xd6\xce\xca\x1a\x6a\xfd\xcf\x3a\x4e\xd5\xf9\x84\x75\x86\xd2\x4d\x75\x1e\xbd\x44\xf1\x1e\x6d\x19\x4d\xd4\x7e\x7a\x6e\xcf\x55\x6a\x3e\xd5\xf4\xdd\xc8\xe5\xe0\xbe\xfe\xdb\x9b\x46\x3c\x25\x88\x2d\x59\xb7\x5d\x35\x0c\x24\xd7\x2f\x6f\xec\x78\x6f\xed\xcc\xbc\x3c\x23\xfb\xfa\xcb\x40\x0f\x6b\x9f\x94\x2d\x6d\x3b\xd3\xdc\xbc\xbb\xa3\x17\xb4\x76\x2f\xdb\x10\xa8\x18\xb2\xbe\x55\xfa\x40\x55\x48\x93\xdf\xfe\x96\xa9\xcd\x44\xd8\x0c\x6f\x8f\x16\x99\x37\x2b\xc3\x12\xbc\x5e\x5c\x8a\x67\xd7\x07\x87\x7b\x95\xd7\x2f\x22\xc5\xfd\x73\xbd\xa7\xd7\x8d\x27\x8d\xfd\x8c\xbc\x6f\x55\xb9\x92\xc1\x3e\xe5\x3e\xe2\x65\x7c\xe4\x0c\xaf\xd3\x3e\x19\x07\x62\xc9\xf5\x9e\x2e\x3e\xb5\x25\xef\xc9\x23\xee\x75\x3e\x0b\x77\x8e\x27\x6f\xb8\xee\xf7\x89\xda\xfa\x80\xfc\xea\x6c\xed\x7d\xa9\x88\x0d\x69\xc7\x04\x9f\x80\x8d\xf5\x50\x76\xa8\xf7\x39\xb9\x76\x2b\x4c\xec\xe7\xff\xd3\x07\x67\xf0\xd6\xc3\xea\xe0\x3f\xeb\x27\x43\xab\x29\x7c\x37\xe9\x24\xa5\x6b\xe8\xcb\xbd\xc0\xd5\x3f\xe4\x37\x53\xfa\x9f\x6b\xa1\xd7\x42\x39\x78\xbe\xff\x26\xe5\xa7\x55\xb7\xfe\x0e\x35\xae\x07\x3d\xee\x53\x7a\x80\x2d\x1d\x3d\x94\xae\xb0\xf0\xd2\x93\x5d\x2a\xe6\x04\x31\xef\xd9\xe3\x02\xe3\xf3\x8a\xcf\x26\xd8\x3d\x5a\xe2\xd5\x6f\x30\x27\xa6\xfc\xc1\x96\x31\x1f\xec\xbd\x43\xa4\x1f\x48\x2d\xaa\x77\x99\xe1\x13\xfa\x40\x7d\x4f\xa7\x07\xbf\xdb\xf1\xee\xeb\x8d\xa6\x9e\xf5\xce\x65\xdd\xfb\x06\xba\x3c\x53\x9c\xfd\xee\x2a\x92\x5b\xdd\x76\x3a\x6f\xbe\x7a\x8e\x3c\xee\x6a\xe8\x6c\x78\x45\x8e\x7c\xea\xb4\x96\xce\xf1\x70\x59\x7d\x7a\x0c\xf9\xd1\xf1\xbb\x8b\x47\xdd\x0f\x8c\xb4\xaf\x75\xf9\x58\x25\x07\x2d\xfb\x11\x2e\x61\xe5\x0b\xe1\x63\x73\xd8\xa5\xe3\xa0\x07\x42\x6d\x64\x9c\x1f\xed\x1b\x83\xd9\x96\x0c\xd7\x43\xbb\x97\x21\xdd\xaa\xd6\xe5\xca\x0e\x7e\xac\xb0\xe0\x03\x26\x1f\xfd\xbb\xff\x73\xe7\x3f\xad\x03\xf9\x18\x5c\x7f\x86\x83\xcf\x56\x5f\xa6\xf8\xfd\x6e\x99\x36\x2a\x17\xe8\xfa\xde\x1b\xd4\xbe\x70\xe9\xdc\x5d\xaa\x5f\x1e\xaf\xe9\xa6\xc6\xa1\x42\xbe\x97\xd2\x5f\xee\xea\x7a\x46\xf1\xc3\x85\x65\x03\xd4\xba\x59\xc4\xff\xf6\xb8\xc8\x66\x82\x98\x56\xf0\x36\x4d\xeb\xa5\xc4\x50\xf2\x85\x41\x86\x73\x81\x7a\x56\xe8\xfd\x37\x1e\x31\x2d\xc6\xba\x3e\xeb\xdf\xd4\xce\x9d\x62\xfe\xcb\x55\xff\xcd\xa7\x1d\xbd\xd6\x1a\xf6\x4f\x06\x75\xce\x5f\xb0\xd9\x6d\xab\x39\xe8\xfe\xfc\x90\x0d\xc3\xe6\xf6\x4b\x49\xa4\x5b\x16\xd8\x8c\x78\x94\x81\xc5\xe6\xe3\x6d\xa6\xdc\x9d\x81\xf9\xe6\x85\x36\x45\xed\x5d\x58\x6a\x2e\x62\xb3\xa4\xe5\x00\xd6\x9b\x7e\xb5\x39\x75\xc9\x06\xc5\xa6\xee\xb6\x16\xe7\xbe\x62\xbb\xa9\xbf\x4d\xff\xc9\x1c\xd4\x18\x67\xd9\x6a\xd7\x99\xe2\xa4\x51\xaf\xad\x54\xb5\x3b\x2e\x1b\x76\xda\x86\x54\x14\xa1\xd5\x30\xda\xfa\xfe\x21\x11\xbc\xd2\x93\x02\x72\x79\xfe\x2f\xc5\x3c\x9f\x24\xae\x0e\xec\xf3\x1e\xae\x1f\xc4\x8b\xaf\x57\x28\xbf\x94\xee\x84\xab\x94\x2f\x48\xc7\x47\x6e\x4e\xca\x95\x82\xfb\x14\xff\x5d\xbf\xbb\x97\x9a\x1f\xd5\xa2\xcf\xa9\xf3\xe7\x3e\xab\x01\x6a\x1f\x2d\xba\xf1\x81\xe2\xc9\x56\xc8\x7e\xa5\xe6\x57\xf6\xd4\x5f\x89\x1c\xcc\xb0\x63\x87\x29\xcf\xe6\x1f\x19\xfd\x8e\xd5\x68\x75\x59\x6e\xb2\x9f\x0a\xab\x3f\xcc\x42\x63\x85\xeb\x31\x32\x76\xfa\x77\xad\x1e\xbb\x83\x88\x2e\x2a\xd3\x2d\xb3\x3c\x0e\xd4\x9b\xeb\x9d\x35\xcf\x06\x7a\xd7\xeb\x4d\x34\xfb\xc2\xb6\x01\xb4\xee\x9b\x96\xbc\x67\x00\x5a\x41\xa6\xac\x17\x24\xa0\xbd\xd5\x74\xce\xe3\x5d\x80\xd6\x35\x53\xe5\x7b\xd1\x80\xd6\x48\x53\xbd\x9b\x47\x00\xcd\x57\xa6\x57\xaf\xe6\x01\x5a\x85\x66\xdf\xae\x3c\x05\x4b\xfb\xb5\x99\xfd\xc5\x13\x80\x96\xa7\x79\xe8\x59\x71\x40\xdb\xce\xbc\xf4\xe4\x7a\x40\x5b\xc2\xac\xea\x28\x1b\x60\xbe\xfa\x47\x07\xc3\xf5\x43\xf9\x36\xe5\x1c\xa5\x83\x1c\x58\xd3\x2c\xc9\xc1\x07\x5d\xed\x94\x7f\xd6\xed\x9b\xf7\xa9\xfd\xa0\x45\xaf\x27\x8d\xda\x07\xde\xf5\x51\xbe\x5b\x47\xa7\x0e\x50\xbe\x31\x87\x67\x73\x75\x40\x3b\x24\xbf\x50\xfa\xaa\x42\xfc\xa2\xe6\xd3\xa2\xa9\xdc\xfb\xf3\xbf\x79\xdf\x79\x80\xe4\x25\x82\x08\xf6\x02\x4c\x56\x49\xc4\xbb\x8f\x07\xfc\x05\x14\x57\x39\x38\x03\x99\x52\x2a\xfa\x56\xfb\x81\x95\xdb\xd5\x1d\xcd\x0e\x02\x87\x6b\x19\x46\xc6\xa7\x81\x16\x7b\x86\x90\x51\x3d\xd0\x7f\x48\xfd\xca\xef\x1c\x8b\x3b\xbf\xae\x02\x23\x5d\x75\x1b\x3f\xf8\x00\x23\x45\xf5\x5e\xbe\x1c\x02\x46\x15\xe8\xbe\xee\xed\x07\x14\x0b\xf4\x0c\xbb\x45\x81\x51\x9a\xfa\x3b\x6f\xdf\x02\x94\x03\x74\xf3\xdb\x7f\x00\x8a\xae\x7a\x15\xad\x5e\xc0\xa8\x5a\xdd\x47\x8d\xc5\x80\xe2\x38\x7d\xf5\x0b\x04\x30\xea\x2e\xad\x83\xf9\x95\x75\x8e\xf2\xfd\x78\xfd\xb8\x85\xea\xfb\x3d\x33\x6e\xa6\xfe\x59\x7f\x9b\xc2\x13\xaa\xde\xf3\x37\xb9\x79\x29\xc7\x77\x73\x75\x11\x47\x74\xbe\x0c\x71\x70\x4f\x09\xd7\x1f\x67\x73\x2f\xa8\x7d\x94\xe6\xbd\xb2\x67\x70\x31\x89\xe7\x7b\xe0\x2f\x00\xf0\xcd\x21\x08\x2f\x7b\x40\x2f\x54\x44\xc0\xc1\x04\xf0\x70\x92\x49\xb4\xdc\x06\x24\xa5\xca\xad\xe5\x3c\x01\xcf\xef\x1c\xf9\xc0\x38\x0f\x28\xee\x57\x6a\x32\x50\x04\x8e\xad\x52\x32\xd5\x17\x05\xda\x37\x28\xa5\xe9\x89\x03\xfd\x39\x8a\x71\x7a\x33\x00\xf2\x9e\x7c\x3b\x9d\x5f\xa1\x71\x7a\xf8\x11\x20\x7a\x47\xe3\xd5\xc7\x69\x80\xf8\x38\xc6\xac\x57\x36\x80\x44\x2f\x23\xf0\xe9\x39\x40\xd2\x8c\xf1\xe6\xd1\x68\x40\x2a\x92\xb1\xb7\x4b\x05\x90\x32\xd0\x8c\xec\x78\x05\xc8\x14\x32\x67\x5d\xd3\x00\xa4\x27\x91\xcc\x86\x48\xee\x3e\xd8\x42\xd5\xf7\x04\xb7\xa9\x73\x51\x17\xf3\xc1\x4b\xaa\x0f\xae\x7a\x4e\x9d\x13\x2f\xc5\xbc\xa6\xfa\xe8\xa9\xbe\x4f\xd4\xe7\xb5\x0e\x43\x54\x7f\x2d\xdd\xcc\xe5\xc7\xb7\x7d\xfc\x9b\xff\xa5\x75\x20\xf4\x3c\x18\xcd\xcb\x93\xa1\xf3\x1f\x1c\x4f\x00\x4c\xdd\x11\x5b\xad\xb4\x00\xa7\x00\x09\x15\xd3\x52\x20\x26\x48\x6a\xa3\xe1\x45\x60\x5a\x99\x8c\x95\xfe\x28\xa0\x80\x4f\x4e\x42\x77\x3f\xb0\x7f\xaf\xfc\x3c\xed\x36\xa0\xde\x5a\xde\x58\x3b\x0a\xb8\xb1\x48\xde\x99\x53\x7f\x6f\x87\xcc\x0b\xad\x8f\xc0\xa7\xe3\x32\xd5\x8c\x13\x9c\xf1\x10\x4b\x90\x97\xe6\xf2\xd7\x82\xf2\xa0\xbc\x56\x05\xf4\xbe\x53\x77\x12\x45\x1e\xbc\xa3\x98\x45\x95\x27\xcf\xbe\x03\x42\x8b\x05\xa4\x9e\x6a\x73\x7e\x1e\x71\xe9\x21\x75\x93\xff\xc3\xfa\x96\x6c\x6a\x1f\xb0\xbb\x75\x95\x83\xf7\xcb\x1f\x53\xfd\xae\xfd\x41\x3f\x95\x0f\x75\x65\x33\x37\x27\xec\xcc\xb5\xaf\x54\x5e\x4a\x9d\x3c\xfb\x2d\xc1\xf5\x83\xa1\xf6\xcf\x1d\xf7\x78\xfc\xa7\x32\x8f\xff\x15\xe2\x22\x9d\x83\x90\x9c\xff\x37\xdf\x69\x6f\x0b\x10\xc7\x09\xc2\x6a\x19\xa0\x5e\x2b\xa0\x61\x32\x0b\xb0\x61\x88\x9c\x32\x28\x05\x42\xf7\x88\x2d\xd7\x1d\x02\x32\x8a\x25\x74\xb4\xbe\x00\x8b\x26\x4a\x1c\xd6\x8e\x01\xb6\x1a\x48\x9f\xd0\xd4\x02\x2a\xfc\xa4\xe5\x98\x2b\x80\xb3\x85\xd2\x8e\xf4\xbd\x7d\x46\x2b\xd0\x3d\x4e\xca\x93\xc1\x02\x06\x47\x4a\xc6\x6a\x2c\x01\xd8\x71\xa2\x31\x32\xaa\x7f\xf3\xfa\x7f\xe8\x3f\x02\xb9\xf8\x8e\xf7\x1b\xbd\x9a\xc2\xc1\x97\xb3\x3a\xa9\xe7\xa6\xee\x0d\x3d\x94\x2f\xd8\xad\xec\x57\x94\x7f\x60\xb3\xd5\x07\xaa\x6f\x9c\x8f\x18\xa2\xf4\x8f\xc7\xbd\xb9\x7a\x98\x7f\xeb\x60\xd6\xaf\xfe\x9b\xff\xa5\xf3\x40\x32\x16\xff\xcd\xfb\xd2\xbc\x37\xcd\xf7\x6a\x8f\x05\xc4\x3b\x08\x42\xef\x3e\x60\xba\x40\xf0\x85\x26\x1b\xf0\x5a\x2e\x24\xc6\x2c\x00\xc6\xfc\x14\xde\xac\xf1\x1c\xc8\x1e\x23\x62\xc3\xb8\x08\xac\xdc\x22\xf6\x88\xa1\x05\xec\x0e\x14\xff\x4e\xf3\xfb\x6a\x96\xc0\xe9\x41\xd1\x9d\xea\xb6\x40\xd3\x79\x71\x2d\xb5\x5a\xe0\xee\x63\x31\x03\xd5\x5d\xc0\xd3\x7d\xc2\x83\x6a\x86\xc0\xa7\xdb\xc2\x33\x64\x0f\x02\xc8\xfe\x63\x3c\x68\xfd\x07\x01\xae\x82\x27\xf9\x07\xc5\x58\xf7\x34\xf7\x52\xcf\xd9\xb7\x17\x0c\x50\xdf\x6f\x8b\xcb\x07\xaa\xaf\x5f\x04\x8b\xd2\x09\xd1\x3a\xa0\x7f\xeb\x60\x68\x3d\x1c\x9d\x8b\x43\xaf\x03\x3a\x0f\x84\xe6\xff\x69\x3d\x90\xdb\x7c\x2e\x9a\x1c\xe0\xa2\xca\x25\x80\xff\x29\x41\x68\x09\x00\x06\xda\x02\x2f\x35\xa6\x02\xae\xa9\x23\x24\x34\x36\x03\xd1\x85\x82\x97\xd4\x6a\x80\x09\x83\x82\x1d\xaa\x67\x81\x85\x59\x42\x46\xd2\xfa\x40\x7e\x29\x41\xa8\xd5\x01\x25\xa1\xa2\x3e\xd2\xb3\x80\xfd\xcf\x08\x42\xea\x38\x50\x6d\x41\x10\x2a\xcf\x80\xcb\x86\xc2\x47\x54\xfa\x80\x8e\x50\xe1\x79\xaa\xb2\xc0\xa3\x4a\x61\x7f\xe9\xeb\xc0\xf3\xb7\x04\x21\x92\x0f\x7c\x32\x25\x08\x61\xd1\xff\xd6\xc3\xdc\x35\x7a\x45\xcd\x87\xf6\x88\x6f\xd4\xba\xbf\xcc\xc7\xa2\xce\x05\x27\x3d\x41\x9d\x2f\xff\x47\x07\xb3\xed\xef\x3e\xb0\x78\x37\xaf\x1f\xf2\x74\x12\xb4\x0e\x84\x9e\x07\x01\x37\xb8\xe8\xc8\xd3\xd5\xd1\x3e\x18\x34\xef\x2f\x31\x11\x90\xd3\x27\x08\xb1\x5d\x80\xe1\x67\x82\xa0\x7c\x1f\x76\xfe\xc3\xf7\x4b\x44\x01\x59\x49\x04\x21\xe2\x06\xcc\x95\x21\x08\xe1\xb9\x40\xbe\x27\x41\xa8\x6a\x00\x25\x07\x85\x5d\x84\xdf\x03\xbb\x0c\x09\x42\x48\x1c\x38\x34\x4c\x10\x2a\x4f\x81\x73\x1f\x84\x0f\xd2\xbc\xfe\x08\x00\xd7\xd3\x09\x42\xb8\x16\xb8\x77\x8b\x20\x84\x34\x80\xfe\x58\x82\x10\xea\x03\x3e\x7f\x24\x08\x3e\x35\xee\x38\x74\xf4\x71\xfd\xc0\x1a\xfb\xb8\xfd\x8e\xf6\xc3\xa9\xe4\xe9\x3c\xf6\xf2\x66\x11\xad\x07\xa4\xf5\x70\xb4\x0e\x84\x5e\x07\xb4\x0e\x24\x89\x87\xe1\x27\xb9\xe8\x93\xc6\x45\x3b\x5e\xce\x1a\xad\x7f\x90\x7b\xc2\x45\xce\x8e\x2d\xc0\xd9\xb1\x6b\x01\x95\x52\x82\x10\x88\x00\xac\x79\x37\x7b\x7c\x1e\x12\x04\xbf\x3f\x90\xf0\x81\xab\x53\x98\xba\x96\x20\xf8\x7f\x02\x73\x3e\x73\x3f\x5f\x96\xcb\xc5\x82\x3e\x82\xe0\x53\x00\xb6\xbd\x26\x08\xbe\x47\xc0\x01\x13\x4e\x43\x03\x2a\xb7\x13\x04\xdf\x3b\xe0\x74\x19\x41\xf0\x3d\x01\x2e\x77\x13\x84\x80\x18\x70\xa3\x80\x20\xf8\x23\x81\x47\xbc\x44\xc9\x57\x0a\x04\xd1\x2c\x45\xde\xa6\xea\xaf\xc5\xff\x53\x07\x43\xeb\x40\x96\xf2\xbe\xd7\xb9\xbc\xf5\x3e\xe5\x33\xfe\x9f\x3a\x10\xd7\x9b\xff\xea\x0b\x4e\x5c\x94\xe1\xed\xa7\x44\x1d\xc0\xaf\x4a\x10\x44\x02\x30\xea\x2d\xf7\xf7\x32\xfa\x40\x10\x7c\xd3\x01\x4f\xde\x49\x3f\x42\x8d\x20\xf8\x44\x80\x54\xde\x4d\xb9\x29\x45\xff\x1a\x0f\xde\x9b\xb0\x82\x1a\x2e\x16\x55\x70\x71\xaf\x29\x41\xf0\x49\x02\x65\x4d\xdc\x9f\x8f\xb6\x72\x0e\x3e\xc0\x19\x5e\x62\x5c\x93\x08\xe7\x81\x08\xb8\x31\xc8\x7d\x1f\xf7\x7f\xe6\x80\xfc\x4b\xff\xf0\x7f\x21\x97\x17\xe5\x9f\xe5\x45\xa1\x84\x79\x28\x75\xbf\x47\x65\xc6\x98\x47\x02\xb6\x80\xda\x95\x89\x56\x42\x12\x80\x5a\xd1\x9c\x57\x42\x1f\x01\xc6\xd8\x55\x5a\x62\x0f\x00\x86\xd9\x36\x37\xf1\x4f\x80\x86\x52\x59\xb4\xf8\x00\xa0\x1e\x7a\x5a\x43\x7c\x17\xa0\xd1\x7a\xf5\xa5\x64\x2f\xa0\xce\xd7\x93\x2b\xf6\x1e\x50\x63\x7d\xf8\x25\xba\x04\x50\xb9\x01\x8c\x88\x07\x44\xf7\x72\xfe\xcd\xef\xbd\xe2\x54\x16\xfd\x47\x05\x11\xca\x99\xe8\x4d\x80\xf0\x75\x0e\xbe\x10\x14\xa6\x3a\x50\x2f\xbf\x40\x37\x07\xbb\x9d\x85\x28\xc5\x57\x67\xb8\x20\x95\x70\xd7\xbe\x47\x65\x3c\x20\x1c\x7c\xd5\x5f\x65\x13\x20\x5c\x7b\xa5\x50\x55\x0b\x10\xa9\xc1\xff\x1f\xfa\x87\x7f\xeb\x20\x68\xa4\x75\x01\xdc\xf1\x12\xb9\xec\xa1\xc2\x41\x69\x89\x10\xea\xbd\xbf\xaa\x51\x82\xa5\x40\x2b\xa0\xc6\x9f\x99\x23\x18\x0a\x30\xea\xe6\x38\x8b\x16\x01\xcc\x09\x2b\x2b\xc5\x9b\x01\x86\xe4\x96\x7e\xf1\xe3\x00\x43\xf8\xf0\x80\xc4\x10\xa0\x7e\xa6\xde\x55\xc2\x02\xd0\x50\xbd\xd6\x29\xf1\x15\x50\x9f\xf4\xf8\x99\xf8\x2c\x40\xdd\xf4\x8b\x9a\xe8\x2c\x7a\x1c\xc8\x20\x69\x13\xce\xbf\xf9\x75\xb9\x24\xa5\xdc\x7e\xb3\x5f\xa5\x17\x10\x3a\xfd\x6c\x40\xf5\x31\x20\xf2\xf2\xc9\x48\xd5\x68\x40\xc4\xef\xd1\x21\x49\x29\xce\xe7\x5d\x2f\x44\x8f\x71\xf0\x56\xa5\xd8\x79\x0e\x5e\xdb\xa7\x32\x1d\x10\x9e\xdc\xa2\xac\x52\x00\x08\x1f\x69\xac\x55\x39\x0f\x88\x08\x73\x3e\xf3\xe3\xd5\xef\x79\x81\xf8\x4f\x3d\xd0\xdf\xfa\x87\xff\x45\xee\x9f\x13\xe9\x73\xa5\x78\x0c\x19\xa1\x80\x26\x0e\xaa\x7d\x49\xc8\x15\x34\x02\xd4\x77\x67\x04\x08\xe5\x02\x4c\xbd\xd9\xa5\xa2\xd7\x01\x4d\xd5\xfc\x14\x89\x40\x80\xf9\x70\xab\xbd\x64\x31\xa0\x55\x5e\x36\x56\xd6\x06\x60\x94\xd7\xbf\x91\xaa\x01\x18\xcc\xf6\x10\xa9\x18\x40\xc3\xf7\x69\x8a\x44\x3e\xa0\xf1\xeb\xbb\x9b\xf8\x46\x40\xcd\x16\x10\x5a\xf5\x23\x5b\xf5\x38\x20\xf4\xee\xe3\x65\x39\xea\x3b\x1c\x18\xa5\xca\x06\x44\x6e\xf6\xed\x54\xb3\x07\x44\x57\x3c\x12\x50\xfb\x09\x88\xfd\xbc\x17\xaa\xda\x05\x88\xce\xbd\xab\x22\x45\x8d\x43\xbb\x9e\xda\x1e\x40\xac\xb7\x4d\x41\x6d\x1e\x20\x76\x94\x9e\x07\x97\xd4\x39\x7f\x4f\x2c\xf8\x3f\xd7\xc3\xff\xa1\x83\xa1\xf9\x1e\x1a\xb9\xff\x7d\x84\xa9\x95\x0e\xf1\x87\x4e\x4a\x55\x32\x68\x06\xff\x7b\x40\xfd\x61\x4c\x9b\xe0\x52\x40\x73\xd2\xf8\x7c\x51\x35\x80\x39\x71\xe6\x25\xd1\x5b\x80\xf6\xd3\x15\x56\x52\x95\x80\x96\xd9\xd6\x27\xd2\x82\x80\x56\x7a\xd9\x17\x99\xcf\x80\xe6\xee\xb3\x2b\x65\x9d\x01\xe6\xce\x1b\x41\x32\xb1\x00\xb3\xed\xb9\xa9\xf4\x63\xce\x33\xd0\xd0\x2d\xce\x78\xa9\xed\x07\x84\x55\xbf\x26\xaa\x6b\x00\xa2\xa1\x6f\x4c\x35\x36\x01\x12\xfe\xcf\x55\xd4\x3e\x01\x62\xb9\x8f\xed\x19\x87\x01\xa9\x83\xdd\xb3\x35\xcc\x01\x89\xf6\x3b\x97\xd5\x2f\x01\x12\x49\x37\xae\x68\xbc\x05\xa4\x24\xdb\xc2\x34\x6c\x00\xc9\x51\x4d\x6d\x6a\xef\x00\xf1\xe8\xcb\xa7\xd5\xf8\x01\x31\xbe\x06\xa6\xba\x1b\x20\x7e\x10\xff\x9f\x7e\x28\xff\xf0\xff\x34\xff\xcb\x43\x18\x6d\xe2\xa0\x70\xaa\xf9\x0d\x0e\x2a\x9f\x76\xe1\xe3\xfb\x43\x2f\xa6\x75\x34\x7a\x85\x88\x33\xa0\xed\x95\x56\x2f\x26\x02\xe8\x69\xce\x92\x90\x0a\x07\xf4\xd2\x57\x04\xca\x0c\x03\x3a\xec\xad\x0a\xb2\xdd\x80\x56\x75\x59\xb4\xac\x23\xa0\x3d\xff\x9c\x8f\xfc\x11\x40\x5b\xe1\xe6\x3e\xf9\x4b\x80\xe6\xf7\xfe\x41\xd9\x44\x40\x6b\x03\xc6\x49\x9b\xb2\xe4\x35\x38\xe7\xe6\xcf\x1f\x2e\x32\x66\x02\x12\xe4\xcb\x4e\xe6\x75\x40\xba\xf2\xa9\x0f\xe3\x0e\x20\x75\xf6\xc1\x5b\x66\x09\x20\xc3\xec\x4c\x65\x5e\x00\x64\x66\x77\x9c\x60\x16\x02\x32\xee\xd7\x5c\x99\x6f\x29\x3d\xd8\x36\xc6\x41\x40\x8a\x7d\xe9\xaa\xc6\x37\x40\x8a\x38\xaf\xc8\x78\x0f\x48\x1b\x9c\xb1\xd2\x78\x0a\x48\x52\x73\xeb\x77\xfe\xc5\xbf\xf4\x0f\xf4\xbd\x77\x9a\xf7\xa4\x79\x2f\x2e\x0a\xc5\x1b\x4c\xe6\xa0\xd4\x43\x53\x8a\xe7\x54\x0b\x72\xb4\xe0\x7f\xf8\x87\x4e\xea\x75\x14\xbf\xa8\x05\xa0\x7b\x28\xd5\x5a\x3c\x03\xd0\x3b\x94\x2d\x24\x15\x00\xe8\xff\xca\x6b\x90\x73\x00\xf4\x6d\xb7\x86\x2b\x38\x02\xba\x25\xe5\x2a\x0a\x4d\x80\xde\x88\xf3\x8e\xa3\x2c\x00\x1d\xdd\x3b\x39\x23\x7d\x01\x9d\xf4\xd7\xd3\x15\xca\x00\xed\xe5\x80\x8c\xdf\x8f\x37\x9a\xc7\x00\x69\xb3\x37\x0c\xad\x7c\x40\xb6\xaf\xcf\x54\xbb\x1b\x50\x98\xf5\xf0\xb5\x76\x1d\xa0\xb0\xa8\xb3\x57\xbb\x19\x50\x38\xfd\x5b\x0f\x36\xa0\xb5\x09\x90\x23\x9b\x4f\x68\xcf\x06\x14\x46\x5e\x5e\xaa\xb9\x1a\x90\x4d\x6b\x58\xa2\xd9\x01\xc8\xae\x39\x93\xa0\xa5\x08\xc8\x5e\x38\x39\x47\x4b\x0c\x90\xa5\xee\xfb\xff\xdb\x1f\xe8\xdf\xbc\x2f\x8f\xf7\x24\x54\x46\x13\x7f\xe4\x21\x88\x2e\xd1\xa4\x7c\xed\x69\x5d\x8c\xa6\xac\xcd\xeb\x11\x5b\x00\x3d\x31\x8f\x21\xe1\x46\x40\x7f\x64\x98\x81\x68\x1f\x60\xf0\x35\xd9\x49\x52\x0d\x30\x7e\x33\x6d\xa7\x9c\x25\x60\x74\x76\x59\x9c\x42\x11\x60\x14\xbf\xd5\x72\xd4\x61\x40\xff\x6d\x79\xd1\xa8\x43\x80\xde\xa5\x0b\xe2\x4a\x5e\x80\xde\x85\x2e\x7f\x65\x3d\x40\x2f\xfe\xc3\xb2\x51\x1a\xb4\x4e\xee\x63\xab\xee\x31\x40\x51\xec\xc5\x5c\x5d\x0f\x40\x31\xf3\xd1\x1e\x7d\x37\x40\xb9\xaf\x2b\x52\x6f\x1c\xa0\x54\x7c\xf3\x9b\x7e\x2a\xa0\x22\x7a\xb5\x4e\x7f\x04\xa0\xec\xdb\xa2\xa2\x7b\x12\x18\xe5\x70\xf1\xa4\xbe\x15\xa0\xf4\xb1\x21\x49\xf7\x2e\xa0\xd8\x51\xbf\x51\x77\x0a\x30\x92\x75\x22\x43\x4f\x1e\x50\x5c\x72\xb4\x4d\x77\x17\x30\x72\xc3\x7f\xcd\x03\x6e\x2e\xd0\x3f\xf5\xd3\xf7\x9e\xb9\x3a\x00\xe1\x10\x65\x6a\x5f\x90\xd1\x54\xa5\x74\x22\x1a\x55\x7a\xf3\xf8\xaf\x03\x7a\x4b\x2c\x9d\x84\x6c\x00\xa3\x64\x97\x69\xa2\xf2\x80\xc9\xd3\xe0\x50\x89\x0d\x80\xf9\xd5\x31\x77\x65\xa7\x00\x16\x22\x53\x7a\x46\x3a\x03\x26\xcd\xb9\xbd\x8a\xde\x80\xf1\xd4\xa2\xc3\x4a\x3b\x01\x23\xfb\x0a\x73\x95\xc3\x80\xe1\xbd\x4b\x07\xd4\x3e\x00\x86\xa6\xdd\x93\xd4\xc5\x00\x83\xc1\xaf\xf6\x2a\x3d\x43\x76\xfa\x0f\x01\xa5\xb0\x37\x63\x0d\x39\x73\x4e\xf3\xb1\x8f\xd1\x38\x80\x21\xdf\x95\x62\xf8\x04\xd0\xd0\xb9\xb9\x93\xf3\x84\xaa\x7e\xe1\x9a\xa3\xe1\x5b\x40\xfd\x6c\xb3\xad\xd1\x02\x40\xc3\xf1\x92\x96\x91\x3e\xa0\xee\xdb\x30\xd2\x68\x03\xa0\x3e\x9b\xd6\xff\x1c\xcf\x33\x0c\x07\x54\x8e\xd5\x10\x86\x5b\x01\x95\xb1\x55\xd2\x06\xdf\x01\xe5\xf0\xff\x9a\x07\xf4\xfc\xe7\xd5\xff\x9b\xff\x96\xa2\xf6\x53\x31\x01\x05\x51\xea\x7c\x90\xa2\x4c\xe9\x00\xb4\x73\x99\x79\x02\x86\x80\x91\xb8\x71\xbe\x50\x2b\x60\x3e\xdf\x7e\x8e\xd8\x4a\xc0\x2a\xce\xb7\x5e\x2a\x0f\xb0\xea\x8a\xe3\x93\x5b\x0c\x58\x1d\x9e\x18\xad\x98\x0e\x58\xf6\x2f\x59\xae\xaa\x06\x58\xac\x2c\xca\xe4\xf4\x3a\x53\xab\x23\x62\x1a\x37\x00\x63\x56\xe3\x15\xe6\x5c\xc0\x38\xff\xb1\xb2\xa6\x22\x60\xe2\xcc\xba\xc2\x38\xfa\x79\xb4\xb1\x3b\xc0\x98\xf3\xcc\xd2\xe4\x12\x48\xed\xc8\xfb\x96\xa6\x6e\xf8\xa8\x23\xdb\x51\x69\x3a\x1f\xef\xb5\xbf\x5d\x15\x33\xd5\xc3\x4f\xad\xfe\x26\x63\x53\x26\x58\x5a\x89\x17\xc7\x9b\xde\xc7\x0f\xad\xb7\x67\x76\x9b\xce\x05\x34\x57\xfd\xd6\xff\x4c\x34\x33\x07\x34\xa3\xaa\xbb\x4c\xda\x00\x8d\x93\x15\x7e\x26\x87\x01\xf5\xa6\xb2\x10\xe3\x5a\x40\xcd\xe0\xbf\xd6\x81\x0a\x8b\x8b\x34\xef\xc9\xe5\x7f\x45\x16\x8a\x09\x71\x50\xee\x91\xf8\x24\xe2\x0f\x3d\x88\xd1\x18\xb5\x27\xfc\x9c\xfa\x12\xf5\x03\x85\x96\x01\xb6\x0a\xd6\x23\xc5\xab\x01\x07\x86\x67\x82\xcc\x45\xc0\x21\x32\x62\x50\xa1\x0d\xb0\x0f\xcf\x94\x50\xbe\x0a\xd8\x46\x2d\x1c\xd2\x90\x03\xac\x6e\x6c\xce\xd7\xb4\x07\x2c\x66\x1e\xd9\xa2\x5d\x0c\x98\x79\x37\x8f\xd4\x59\x02\x98\xbe\x7e\xa6\xa5\xbb\x0e\xc6\x66\x11\x80\x76\xf3\x2b\xb6\xf9\x44\xb4\x1a\x2c\x7c\xf0\xdc\x42\x06\x75\x86\xbb\x6e\x96\x59\x0c\xa2\xcc\x68\x42\x4b\xb3\xe5\x2a\x94\x1b\xa5\x5c\x5a\x61\x79\x1f\x35\x86\x03\xe7\x95\x2d\xcd\xd0\x68\xa0\x7d\xba\xc8\x52\x00\xb7\xf5\xee\x1f\x4b\xb2\x32\xc2\x35\xfd\xea\x1a\x6d\xcb\x6d\x78\xac\xfb\xf0\x48\x90\xa5\x28\xde\xeb\x58\x94\x35\x5a\x2c\xc3\x90\xd6\x93\xd2\x0c\x8b\x33\x80\x96\xdb\x3e\x79\xf3\x7e\x80\x99\xfe\x67\x3f\xa4\xd7\xc1\xdf\xf5\xd3\xfc\xaf\x38\xc9\x4f\xf9\xca\x31\xea\x04\xdf\x71\xd0\xa4\x4b\xd4\x93\xf8\xc3\x1f\xc4\x69\xb9\xe6\x44\x41\x13\xc0\x2d\xd7\xcc\x5d\x5c\x07\x70\x6b\x75\x1a\x90\x3d\x06\xb8\x5d\x0c\x95\x50\x72\x06\x5c\x1a\xd3\x66\xa9\x7b\x01\x8e\x5b\xe6\x2b\x68\xf6\x01\x76\x0b\x36\xb9\xe8\x1e\x07\xac\xf7\x56\xae\x31\x38\x07\xc2\x72\x5f\xab\x89\x31\xe3\x97\x85\x65\xd8\xb3\x34\xd3\x2b\x9f\x2b\xad\x32\x31\xcf\xac\xbd\x37\xd6\xfa\x0a\x7c\x2c\xef\xdf\x92\xb1\x5d\x03\x03\xeb\x9f\xcd\xc9\xb6\x2f\xe0\x61\xb5\xe3\xdf\x39\x60\xc7\xbb\x6d\x7f\x60\x89\x59\x6e\xcd\x63\x7b\x3d\xcc\x33\x77\x3c\xd2\x6b\x17\x88\xed\x26\xbb\x0e\x37\xdb\x4e\xc1\x29\x23\xd9\x52\x35\x9b\x61\xb4\x19\x8c\xdb\xab\x6d\x9b\x81\x0e\xfd\x57\xbb\x92\x6c\x97\xa1\x5b\x9f\x6f\x47\xa6\xcd\x61\xbc\xd6\x75\xff\x73\x1d\x28\x6d\xff\xaf\xfa\x45\x78\x39\x08\x0c\x23\x2e\xd2\x79\x00\x34\x0f\xea\x74\x50\xd0\x8b\x83\xbe\x03\xaa\xbb\x04\x34\x80\x20\x01\xbd\x5b\xa2\x8e\x80\x7f\x9f\x0d\x43\x7a\x18\xf0\x55\xf7\xeb\x57\xb9\x0d\x78\x6d\x4e\x3a\xc2\xfc\x0c\xb8\xdd\xce\x11\xd7\x5b\xf6\x6b\xae\xcb\x88\x75\x53\x4c\xbd\x3e\xc7\x3b\x36\x1f\xba\x69\x2d\x36\xf8\xcb\xfe\xe1\xc5\x3c\x7b\x9f\x97\x03\x76\xed\x0f\xf7\x3a\x8d\x78\x9e\x65\xaf\x39\xf4\xdd\x59\xf0\x4e\xb8\xc3\x7d\xb2\xc2\x45\xb4\x59\xdc\xc9\x86\x3c\xed\x7c\xe3\xec\x01\x17\x39\xf2\x84\xcb\x66\xda\xf7\xa6\xa6\xc0\x39\x11\x23\xed\xee\x55\x2a\x38\xeb\xc2\xcc\xd6\xe1\x50\xb8\xb3\x2f\x82\xac\xc7\xed\x1f\x70\x5e\x85\x58\xab\xe2\x3d\xf6\x4e\x5d\x98\x6b\xa1\xb4\xcb\xc2\x29\x1d\xeb\xcc\xc2\x8b\x8f\x38\xde\xc5\x61\x13\x87\x2d\xb1\x8e\xea\xb8\x60\x24\xbe\x71\xb5\xe3\x56\x34\x1b\x4e\xfb\x73\x1d\xd0\xf5\x8f\xa0\xfa\x26\xcd\x7f\x2b\xff\x20\xfe\xd2\x01\xd8\xf2\x9e\x6a\x68\x5f\x08\x9a\x0f\xa7\xf3\x62\x68\x9f\x94\xe8\xb1\xe6\x84\x74\x0e\x10\xe1\xeb\xd1\xad\xf2\x61\x68\x38\xa8\x3e\x66\x8d\xde\xe5\x8f\xfe\xfe\xe4\x94\x14\xf3\xa1\x01\x63\x9f\xbe\x15\x6b\xed\x1b\x9f\x54\x7b\xde\x2b\xd9\xe0\xda\xf9\x60\x8d\xfb\xb8\xd3\x23\xbc\xd2\x3b\x35\x5d\x5b\x6e\xbf\xf1\xdd\x73\x2b\xda\x35\xf8\x63\x95\x7f\x4c\xd3\x5a\x77\x25\xf6\x5b\xff\xf8\x33\xba\xee\x0f\x49\x73\x9f\x85\x35\xd3\x3c\x3d\xc8\x04\xaf\xce\xb2\x41\xcf\x5d\xe4\x2a\x8f\x55\xa5\xc7\x3d\xa3\xc8\x13\xae\xc3\x7b\x97\x79\x2e\x21\x6f\xbb\x24\xee\x12\xf6\x5a\x48\x3e\x70\x91\x2d\xd6\xf2\xd2\x00\x9f\xe3\xba\xad\x13\xdd\x9f\xc0\xc3\xe6\xfd\xa6\x66\x0f\x37\x84\x5b\x7f\x59\xf7\xc1\x43\x0d\x13\xad\xe4\x0a\xbf\xbb\x15\x62\xbd\xd9\x93\xd5\x09\x6e\x55\x28\x31\x2d\xfe\x73\x1d\x70\xfd\x0f\xe8\xfa\xe5\x79\xfc\xaf\xa1\x2e\xaf\x7e\xda\x17\x85\xf7\x54\x1c\x34\x40\xfc\xc5\x07\xd3\xfe\x20\xe9\xbb\xe4\x5a\x29\x74\xd6\x23\x24\x64\x7f\xa8\xa4\x74\x3b\x9a\xa9\x9c\x7d\xed\x19\x2f\x1a\x72\xc6\x18\xbd\x23\xa2\x5e\x8c\xf3\x70\xa8\xef\xbc\x14\x1e\xbe\xa0\xd6\xd3\xa0\x3d\x27\x98\x5d\x74\xd4\xff\x4b\x73\x4f\xc0\x60\x75\x4b\xa8\xc0\x25\x1b\xbf\x9a\xab\x7c\x11\xbb\x1a\x54\x7d\x17\xbd\x2c\x88\x6a\x3e\x71\xcd\x6f\x02\x5b\x33\xca\xbd\x42\xc3\xff\x1e\x7b\x51\xd8\xc3\xfd\x71\xfe\x5f\xd8\xbd\x41\xd9\xbb\x14\x03\xf6\x90\xb2\x01\xaa\xc5\xcf\x03\x06\x48\x53\xbf\x2b\x5b\x3c\xfd\x5f\x93\x73\xbd\xaa\x36\x4d\xf5\x1b\x24\x8f\xba\x3b\x17\x4e\xf4\xbf\x46\xde\x72\xcd\x2e\xc8\xf6\x37\x24\x5f\x3b\xdf\x59\x1d\xef\x67\x06\x59\x47\x99\xe5\x1a\x7e\x56\xb0\xb7\x4b\x5d\xda\xe0\x3b\x0f\x31\x36\xd2\x4b\x0b\x7c\x6a\x90\x61\x45\xbd\xa3\x14\xa5\xf4\x70\x34\xff\x2f\xf6\x92\x8b\x3a\xf2\x5c\xb4\x9a\xc4\xab\x9f\xe7\x77\x41\xf3\xc0\xb4\x2f\x44\x26\x2f\x17\x66\xea\x55\x2e\xce\x6c\x14\x1a\x4b\x10\xdf\x66\xce\xfa\xa6\x31\x4a\x94\x6f\x20\x78\x3a\xc3\xf2\xb6\xca\x88\x07\xfd\x13\x2b\x7c\x1d\x8c\x6f\xb5\x77\xa7\x9e\x8e\x8f\x74\x9d\x76\xb9\x75\x4c\xc5\xf4\x9a\x40\xed\xfa\x9b\x71\x7d\x6b\x02\x22\x36\xd4\x89\x47\x2f\x2f\x6d\x8f\x75\x3c\x72\x25\xf2\xf2\xc5\xe8\x44\xc3\x43\xdf\xc3\xdf\xf7\xa4\x26\xcd\x3f\x20\x1f\xbe\x97\xe5\x93\xd4\xb9\x7d\x67\xc4\x42\xd6\x9d\xb8\x5d\x9b\x66\x46\xe4\xb2\xa3\xa2\x1c\xd7\x5e\x8f\xe4\x67\xaf\x09\xbf\xb7\x5a\x39\x62\x90\xdd\x15\x62\xbd\xe2\x6d\xa4\x19\x7b\x28\x68\x42\xde\x60\x04\x83\x74\xf4\x27\x72\x25\xc2\x07\xc8\xe9\xde\x9f\x17\xb7\x87\xc9\x90\x47\xdd\x7f\x2d\x78\x14\xda\x42\x76\xba\x96\x2e\x90\x09\xb1\x23\xe1\x54\x33\xb7\x3f\x78\x09\x98\x0e\xe1\x39\xeb\x82\x8f\xc0\xdc\xde\x8e\x7a\x0b\x40\xe9\x44\xf9\x79\xeb\x9e\xc1\xcb\xf3\xa6\xf9\x5f\xba\xfe\x28\x9e\x1e\x20\x95\xf7\xfd\x4f\xe6\xe5\xbf\xe7\x70\x79\xb0\xb0\xc5\x54\xbf\xf8\x7c\x6c\x19\xf5\x9e\xef\xe5\xad\xfc\x26\xa5\x17\xfc\xef\xba\x77\x2d\xb5\x32\x9a\x36\xca\xe1\xba\xc5\x82\xe9\xae\x9b\x0c\xe3\xcf\xfb\xce\x72\x88\xf8\xe5\xfc\xa6\x56\x63\x52\xe1\xf8\xaf\xa1\xcb\x0e\x0a\x66\xd4\x2c\x59\x19\xa7\xb7\x4b\x73\x9c\xf5\x8e\xa8\xe4\xc8\xa2\xeb\x63\xed\x4e\xda\xa4\x55\xae\x37\x4a\xfa\x76\xe7\xfa\xf8\xa4\x02\x9f\x31\x1f\xbf\x94\x67\x8c\xc9\x7b\x97\xb4\x9b\x25\x97\xea\xbe\x38\x2f\x69\x11\xab\x24\xb1\x67\xfe\x94\x24\x05\xb6\x58\xac\xff\xbc\x85\x89\xb1\xec\x09\x51\x62\x73\xf2\x13\x8e\xb3\x4b\xc3\x8d\x72\x46\xc6\x17\xb2\x5f\x04\x3f\x9e\x29\x15\x77\x9b\x34\x08\x30\x9a\x3e\x1c\xfb\x81\x4c\xf1\x1d\x39\xad\x2e\x66\x25\xb9\xc5\xf3\xde\x54\x99\xe8\x77\xe4\x49\xf7\x73\x53\xe6\x8e\xfe\x46\xde\x76\xed\xca\x4a\x8b\x5a\x08\x49\xc7\x5d\x00\x1f\x2f\xcf\x81\xd6\x81\xd0\x3e\x08\x9e\xab\xb8\x38\x9a\x77\xdf\x7f\x1c\x8f\xff\xa6\x79\xd0\xc5\x14\x0e\x9f\x5b\x49\xbd\xef\x7f\xff\xba\x90\xe2\xad\x9e\x3b\x6e\xa0\xde\x8e\x74\xa7\x6d\xf1\x92\xf1\x24\x88\x6b\x4d\x1b\xdf\x68\xbd\x92\xf3\x3b\x2f\x5c\x78\xda\x2e\x46\x57\xa8\x66\x5a\x7e\x7e\xe0\x7b\xfb\xef\x7b\x3d\x16\xbf\x4d\xfe\x16\xf8\x61\x83\x7d\xce\xb1\x59\xf3\x12\xab\x56\x4c\x9b\xc1\x5a\xdf\x92\xf6\x66\xe1\xe6\xe9\x06\x95\xfe\x99\x57\x72\xec\xa7\x6c\x6b\x1b\xce\xda\x9b\x3d\x71\xb2\xf5\x6b\xc6\xa4\xa3\x53\xd6\x4f\x9a\x34\x3c\x35\x73\xec\xa4\xf6\x89\x1a\x2c\xed\xb1\xa7\x26\x3e\xc8\x3c\xc8\xda\x97\x78\x7e\x82\x69\xa6\x11\x6b\x30\x6e\x45\xa6\xcc\xf8\x1c\xb6\xcb\xe8\x07\xe3\xcb\xd2\x0f\xb0\x97\x46\x94\xa4\x4f\x1b\x47\xb0\x5b\x43\x65\xfe\xad\xf7\x18\x9b\x9f\xe2\x41\x4e\xf3\xae\x4c\xf5\x1d\x23\x4f\xd6\xb9\x17\xa4\x54\x8e\x91\x20\xaf\xb8\x05\x00\xd2\x79\xdc\xba\x8c\xfd\x89\xbf\x74\x20\xf4\xfc\x4f\xe7\xf9\x42\xcc\xe2\xf9\x83\x70\x79\xd0\x5f\x93\xd6\x52\xf7\x3e\xdf\x49\x6d\xa1\x72\x0f\xfa\xd2\xb6\x53\xf3\xa7\xeb\x58\x09\xa5\x27\xbb\x3a\x7d\xdf\xe5\x11\xca\x04\x71\xfe\xf5\xbe\x70\xd5\x36\xf1\x19\xb5\xe7\x77\xeb\x9b\x4b\x68\xbc\xdb\x57\x5d\xac\xe5\xf5\xd9\xf2\xc1\x46\x87\x8d\x77\xe2\x56\xf9\x38\x2c\xe9\x2b\x08\x9b\x2a\x1a\xfd\x73\x66\xc8\x4a\xe5\xd5\x6a\x29\x2a\x93\x96\xac\x18\x77\xa8\x21\x6d\xea\xf8\xf2\xbc\xcb\x4d\x69\xe9\xbe\xa9\x17\x96\x75\xbd\x78\x94\xbe\x7e\xac\x51\xee\x3d\x96\x72\x6a\x60\x8a\xf6\xc2\x89\xac\x93\x89\x7a\xc9\xa3\xe6\x0b\xb0\x15\x63\x7e\x25\xad\xcf\x19\xc3\xce\x8e\xec\x1e\xe3\x3e\x7b\x02\xbb\x2e\xac\x22\x49\x33\xdb\x8e\xdd\x15\x72\x33\x11\xd3\xec\xc9\x51\x81\x5e\x89\x93\x27\xff\x24\xfd\xfd\x36\x24\x2a\x64\xe5\x91\xd3\x7d\x74\xe2\x27\x4f\xdc\x4d\x96\x7a\xbc\x8e\x2f\xcc\x1c\x43\xd6\xbb\x2f\x8c\x77\x19\x2f\x41\xde\x77\xcd\x04\x74\x78\xf5\x39\x3a\x71\x31\xec\xe1\xdf\xf5\xe7\xf0\xde\x76\xad\xa4\xee\xfd\x0e\xa9\x6e\xa6\xfc\x93\xde\x26\xed\xa4\xf8\xce\x27\xe5\x7b\x28\xde\xee\x2e\xeb\x20\x35\x0e\x6d\x83\x15\xd4\xbc\x38\x77\xae\x8a\x7a\xdf\x77\xec\xec\xd1\x94\x51\xef\x09\xa2\xd4\xba\xb2\x43\xbf\x6c\x54\x55\xd1\x85\xb2\x3a\x17\x69\xa3\xd0\xbc\xe6\x03\x57\x23\x05\x5c\xb2\xb3\x37\x96\x64\x4d\x90\x0e\xb5\xcf\xf0\xde\x25\xba\x42\x34\x3a\x26\xf9\xc0\x8e\xf1\x07\x82\xe2\x9a\xe2\x0e\x6e\x77\xbd\xbc\x27\x61\xe6\xe8\x87\xc5\x93\xfb\x2e\x26\x14\x44\xf9\x6e\xfd\xc9\xfa\x16\x7b\x2c\xca\x78\x83\x16\x7b\x4a\xe4\xd6\xa8\x51\x05\x65\xec\xe3\x61\xbe\x91\xa3\x57\x15\xb1\x87\x83\x2a\xa3\xcc\x97\x57\x90\x32\x81\xc5\x11\x6f\x96\xa6\x92\x69\xbe\x2a\x51\xc2\x8b\x6a\xc9\xc9\x3e\x5b\x22\x4f\xcc\x3f\x49\x6e\xf5\x92\x8e\x74\x99\x9b\x47\xd6\xbb\x3f\x89\x10\xc9\x61\x92\x83\x2e\x8b\x23\xd6\xcd\xc8\x00\xe1\xf4\x2b\xac\x39\x7b\x24\xcc\xec\x77\x03\xb6\x69\xdc\x3a\x43\x79\xe7\x81\xdf\x3a\x90\x95\xc4\x1f\x3a\x80\xa1\x47\x5b\xa9\xfd\x71\x10\x25\x54\x3f\x7d\x12\x56\x4a\xfd\xdc\x25\x7a\x84\x5a\x4f\x57\x35\x8e\x52\x8d\xa3\x61\xef\x09\xea\xf3\xa3\xc2\xf5\x94\x1e\xe6\xe0\xe8\x06\x15\xd1\x6e\x82\x28\x36\x38\xbb\x91\x69\x24\x7d\x70\x55\xd2\xe9\xd9\xb6\x72\x9a\x2f\xe7\xd8\x1e\x6f\x0b\xba\x69\x5d\x97\xde\x5a\x6b\x96\xb6\xcd\x27\x39\xe1\x6b\x8d\x5c\xee\x40\xe0\xc4\xa8\xac\xaa\x5b\x7b\x7a\x42\x6e\x85\x5c\xac\xbc\x7e\x21\x32\xac\x28\xd0\xbc\x72\xc4\x13\xa1\xb0\x4b\xfe\x8f\x2a\x3a\xd9\x97\x42\x6c\x03\x18\xfb\x53\x49\x85\x00\xf7\x00\xbe\xdd\xa3\xc8\x08\x5f\x23\xff\x86\xe2\x57\x64\x9e\xd7\xe4\x80\xc5\x45\x17\xc9\x22\xcf\x5d\x01\x56\x1b\xc4\xc9\x66\xb7\x0d\x01\xb3\x0b\x93\xc8\x5e\x57\x49\xff\xb8\x55\x37\xa1\xe0\x98\x1c\x50\xb0\xa2\x18\x72\x8e\x7b\xfc\x1b\xf2\x6e\xc3\xc2\x7e\x66\x40\xc8\x92\xd5\xf0\xb2\x53\xf7\x4f\x58\xb8\x02\x99\xd6\x0e\xff\xec\xff\x74\xff\xfb\xad\x03\xa1\xf6\x03\xd6\xc1\x1d\xd4\xbd\xf7\x77\x0b\xf7\x53\xfe\x08\x7d\x73\x2b\x28\xdf\xa0\x2e\x9b\xa3\xd4\x78\x5d\xbd\x79\xf2\x0e\x07\x2f\x3a\x9c\xa5\xee\xcb\x1f\x5b\x7a\x81\xd2\x13\x1d\x92\x6d\x7c\xcc\xc1\x6d\x3f\x5a\x29\x1d\xdd\x5a\xff\xb6\x14\xe5\x28\xa1\xf4\x85\x8f\x5b\x6c\x4c\xf3\x95\xf9\x27\x5d\xbb\x12\xe4\x23\x65\xf8\x32\xc1\xf1\xd2\x96\x24\x57\x47\x83\xf0\xaf\x17\xaf\x2f\x9c\xe0\xfa\x22\xa0\xe9\x02\x76\x1e\xf2\x0c\xf5\x36\xbb\x90\x78\x4e\xdc\xeb\x8b\x7b\xe7\xf9\xba\x9e\x18\x6f\x31\x77\x81\x86\xb5\xe4\x12\x8f\xe7\xee\x06\xc7\xcb\xc8\x13\x6e\x23\x68\x7f\x0b\xf7\xf1\x65\x87\xc9\x61\xc7\x2f\xee\xfb\x4a\x4d\x21\xe3\x70\xc0\x7d\xed\x9e\xfd\x30\xb3\x3b\xe1\xfe\x75\xc7\x5d\x78\xd8\x2e\xf0\x10\xdd\x16\x89\xd1\x36\x56\xee\x6b\x37\x93\x98\x66\x35\xd2\x63\xd3\x86\x49\x98\x66\x65\xe7\x3e\xa7\x70\x33\xb6\x98\x8f\x70\xbf\xb2\x6a\x19\x0e\x98\xde\x07\x12\x78\xfb\xe4\x4c\x5e\xee\xc5\x0a\x4a\xd7\xc2\x9e\xbd\x93\xd2\xff\xbc\x63\x1f\xa4\x74\x53\x7d\xa9\x5c\x5f\x88\x7b\xab\x4f\x50\x7a\x89\x6b\x25\xe7\x28\xbd\xd8\x25\x7b\xae\x4f\xc2\x89\x73\x4d\xd4\x3d\xd8\xf2\xd2\x36\x8a\xff\x29\x91\xed\x08\xe0\xe0\x3a\xdb\x3b\x94\x9f\x4a\xee\xd1\x2e\x3d\xa9\x1f\x04\x91\x1d\xdb\x29\xad\x3b\x41\x46\x7f\xec\xab\x3b\x9e\xae\xb2\x4c\xeb\xf0\x27\xb7\xf6\xc6\xc6\x98\x5e\xf0\x97\xbe\x35\x75\x8e\x94\x95\x9b\x7b\xef\x2d\x83\x6d\xb9\xb6\x4e\x4e\xdb\x6f\xde\x38\x3d\xda\xae\xdc\xbe\xe2\xa6\x60\xf7\x21\xbb\x0e\x7b\xc9\x8e\x3e\x38\xd8\x24\xd9\xb5\x34\xf5\x20\xd1\x8a\xcf\xde\xed\xbc\x37\x32\x2d\xc3\xed\x5a\x4f\xaf\x47\x9e\xb9\xae\xfd\xf9\x63\x21\xc8\x35\x5f\x6b\x3f\xae\xaa\x0d\x3b\x4c\x97\xd8\xeb\x94\x6f\x40\x95\xf1\x90\x7d\x5a\xe9\x16\xd4\x1b\xc1\xde\x64\x5f\x38\x9a\x0d\x5b\x1c\xe4\x76\x4d\x40\xab\xe1\x31\x7b\xbb\xe2\x6e\xf4\xea\x4f\xb7\x9b\xbc\xb5\x08\xef\x39\xcf\xe8\xbf\xfd\x50\x54\x28\x7c\xc6\xf5\x03\xfa\x28\x72\x88\x3a\x37\x3c\xdf\x57\x43\xe5\x00\x3c\xd8\x78\x86\xd2\x53\xde\x48\xbe\xc8\xcd\xbf\xc8\x6d\xa2\xd6\xd3\xe9\x2b\xd7\xa8\x7e\x51\xb9\xac\x83\xd2\xcd\xec\xad\xb8\xe3\xce\xc1\x22\x4b\x2e\x4f\xbe\xfc\x55\x0f\xa5\xbb\xca\x3e\xd2\x47\xe9\x41\x32\x62\xfb\xea\xd5\xa6\x08\x3b\xc6\x4c\x79\xfa\xd2\x96\x50\xcc\xf3\x3b\xfc\xd4\x22\xfc\x8e\x56\xb6\xdb\xdc\xa7\x71\xd9\x72\x7a\x39\xf6\xd7\x9e\x6e\xdc\x94\x62\x68\x67\xd5\xfb\x34\xff\x58\xb5\x51\x94\x85\xda\xd3\x15\x5d\x0b\x8c\xac\xcd\xcf\x3f\xbd\xc5\xde\xa3\x3f\xce\x7c\xd9\xbd\x0a\xbc\xd6\x8b\x35\x0f\xbd\xb1\x08\x1f\x74\x27\x9a\x7b\xb5\x9a\xe1\xab\xce\x15\xf3\xb0\xcb\xf7\xf1\x53\xc7\xcd\xdc\xb3\xa1\x1b\xa4\xf6\x4a\xf3\x8f\xa7\xe4\xc1\xd6\xde\x6a\xde\x57\xb7\x02\xd0\xba\x68\xe1\x54\x75\x04\xd0\x9a\x68\x69\x5f\xf6\x19\xd0\x7a\x63\x91\x72\xc8\x02\xd0\xb4\xb4\x70\xdd\xbf\x0c\x60\x06\xfe\xa3\x83\xd9\x31\x93\x83\x5f\xd2\xcb\x33\x38\xd8\xbf\xa8\x8e\xd2\x0b\x3f\x10\x3a\x4b\x9d\x2b\x6e\xfa\x34\x52\xe3\xd5\x64\xc8\xd5\x3f\xd5\xdf\x6f\xa7\xe6\x4d\xad\xd8\x1d\x8a\xff\x29\xdd\x7c\x8f\xfa\x7c\x3b\xa3\x87\x3a\x7f\x16\x86\xf5\x51\x2c\xcb\x42\xbf\x97\xd4\xf9\x74\xe2\x54\x6e\x9e\x4a\x42\xc5\x47\x1f\x19\x0f\x82\x08\x1e\xfb\x51\xcf\xd8\x57\xd2\xd9\x75\xdf\xc7\x0c\xff\xf6\x51\x87\xed\xbc\x3e\xed\x9f\xb8\x52\x85\x34\x67\x7f\xce\x2d\x34\x50\x37\x34\xde\xfc\x45\xb1\x7a\xba\xfa\x67\x43\xe5\x2f\xf7\x6e\x87\xab\x8f\x37\xd4\xfc\x3a\x61\xe8\xac\xca\x49\xfd\xe1\x57\xe1\x80\xb2\xba\xfe\xd9\x5e\x7b\x40\x39\xd4\x40\xe7\xde\x17\x40\x45\x49\xff\xe2\xad\x5a\x40\x79\x91\xfe\x89\x6b\x9b\x01\x65\x3f\xfd\xf6\xa6\x4a\x40\xd9\xd0\x30\xe6\xe2\x49\x40\x95\xcf\xf0\xce\xd9\x4c\x40\xd5\x45\xff\xd7\xc9\xcb\x80\x52\x94\xe1\xa1\xa3\xcb\x00\xe5\xef\x86\xaa\xd5\xfa\x80\xd2\x73\x60\x3b\x35\xef\xbf\xbf\xa8\xa0\xbe\xf7\x57\xd9\x27\x28\xfe\xbb\x67\x4a\x03\x35\x0e\x77\xe4\x9b\x29\x9d\x43\x4b\xd1\x75\xee\xbd\xdf\x4d\xb7\xa8\xf3\xc5\x31\xc3\xfb\x54\x2e\x4c\x99\x6b\xcf\x4e\x0e\xee\xce\xe9\x5b\xce\xc1\x8d\x1f\x5f\x52\xf3\x69\x79\xf3\x20\x8f\xef\xe2\xe6\x49\xa4\x1d\xfb\x41\x8d\x5b\x70\x06\x49\x9d\x3f\x3d\xda\x01\x8d\x6f\x23\xb6\xda\x98\x03\xae\x45\x92\x27\xcd\xa2\x81\xb1\xf9\x32\xfd\x86\xce\xc0\xb2\x9b\x72\x5d\xba\x1d\x40\xe9\x78\xf9\x47\xda\x65\x40\x53\xbb\x7c\xa1\x76\x06\x30\x70\x4f\x2e\x5c\xf3\x18\x29\x0b\x48\x26\x30\xf3\x3e\x0e\x03\x92\x73\x68\x3f\x07\x5a\xe7\xc0\x2c\x7d\x90\x04\x48\xa7\x69\x8a\xdd\x8d\x06\x64\x54\x98\xe3\xdb\x5b\x01\xe9\x18\xcd\xf1\xad\x13\x01\x99\xfd\xcc\x83\x8d\x79\x80\x74\x31\xf3\xd9\xf9\xfb\x80\x74\x9b\x56\xdd\x19\x47\x40\xb6\xe7\xe7\xf5\xc3\x94\xee\xe3\xcd\xea\x13\x15\x7f\xd5\xdf\xdb\xba\x87\xbb\x0f\xde\x94\xe2\xe0\x79\x95\xbb\xd4\xf3\xc5\xc9\x34\x6e\x4e\xd6\x11\xff\xa7\x94\x3f\xc4\x7e\xed\x81\x62\xaa\x1f\xd6\x0c\x52\x75\x16\xde\xf8\x4c\x3d\x7f\x2c\xbe\xf9\xed\x3e\x07\xa7\xad\x61\xb5\x71\x30\x91\xe7\x07\x40\xe7\x3f\xd8\x32\x01\xc5\x06\x82\x30\xcd\x06\xec\x7a\x45\x97\x1a\x38\x01\xb1\x5a\xe2\x73\x74\x52\x81\xd9\xd1\x12\x0f\xb5\x44\x80\x2d\xa1\x52\x11\x8c\x83\xc0\x51\x3d\xc9\x33\x1a\xcf\x81\x8e\x67\x92\x11\x1a\x6f\x80\xc1\x6c\xf1\x1e\x5e\x7e\xc5\x59\x19\x07\x50\xca\x03\x69\xb9\xaf\xd4\x0d\x7a\x19\x9f\x41\x8a\x99\x54\x8d\xee\x5b\x05\x08\x4f\x94\x72\xe9\x89\xe4\xfc\x2c\x3e\xff\xfe\x59\xea\x59\xd2\xeb\xf6\x44\xea\xf3\xd1\xd7\x6c\x00\x91\x48\xb5\xf2\x66\x4b\x40\x2c\xe5\xdd\xe4\xe3\xd4\xef\xd5\x77\x91\xeb\x8b\xd4\x95\xdc\xb6\x9f\xea\x83\x8b\x6e\x57\x52\x7d\x20\x91\xeb\x03\x55\xef\xc4\xf5\x05\xa2\x75\x50\x07\xa5\xdf\x84\x70\x70\xe7\xb3\x4f\xd4\xba\xdf\xd8\xfa\x83\xe2\xc9\xf3\x47\xb2\x86\x09\x6e\x1e\x08\xd5\x3f\x69\xde\x37\x8a\xe7\x07\x40\xdf\xfb\x37\x7a\x0c\x48\xe7\x12\x04\xe7\x7b\x37\xfb\x25\x78\x4c\xeb\x0c\x10\xda\x2c\x3c\x9b\xd1\x03\x64\xdd\x17\x19\xab\x9e\x06\xe4\xbf\x11\x59\xab\x9e\x0f\xec\x2b\x11\x9b\xa2\x2a\x04\xd4\x9b\x0b\xf7\xa8\x46\x00\xb7\x2d\x45\xb4\x54\xcb\x81\x81\x6e\xe1\x3c\x35\x49\x00\x56\x82\xbd\xbf\x7d\x1d\xdc\xd0\xc6\xfd\x17\xbe\xb1\xb9\xf8\x8e\xcb\xef\x37\xf4\xab\x70\x7f\x7e\x52\x4e\xe1\xf1\x07\xdc\xdf\x2c\xe5\x6e\x25\xc5\x83\xa5\x5e\xa6\xfa\xdd\x6f\x1d\x98\xf8\x5d\xea\xfb\x6e\x34\xe1\xfa\x63\x9c\xf5\xec\xa3\xf4\x52\xb5\xef\x5f\x51\xe7\x82\xf2\xa9\x5c\x5d\xc0\xbe\xa4\x9f\x94\x8e\x78\x6b\x1d\x8b\xca\xd3\x29\xe0\xf9\xc0\x2c\x61\x72\x71\x2a\x8f\x17\xa5\x79\xdf\x60\x4b\x2e\x5a\xf3\xf8\x71\xf5\x74\x80\xef\x0e\x41\x68\x9c\x00\xf4\xef\xf2\x3f\x52\x6f\x06\x7c\x9a\x47\xd8\xd0\x3c\xb7\x6a\x12\xb0\x60\x40\xf0\xac\x8c\x00\xb0\x76\x0a\x41\x8c\xdc\x07\x94\x19\x10\x84\xf2\x6d\xe0\x42\x9b\xe0\x04\xe9\x3a\xa0\xbd\x84\x33\x0f\x80\x87\xab\x09\x42\x62\x1e\xf0\xee\x10\x41\x88\xbc\xf8\x17\xaf\xbf\x8a\xcd\x53\xaa\x7c\xe1\x31\xd6\x6f\xdf\x70\xf1\x25\x37\xa9\x24\xe5\x29\xe5\x4c\x40\xd7\x4f\xeb\xa0\x9a\xee\xf5\x50\xe7\x86\x06\x81\xe7\x54\xbd\x27\x8e\xbe\xa3\x9e\x2b\xaa\x2e\x7e\xa1\xf4\x62\xa5\x83\xac\x83\xc4\x1f\xb9\x40\xbf\x73\x71\x78\x39\x18\xbf\x75\x20\xbc\x79\x10\xcd\xf3\x4b\xf1\xe6\xf1\xbf\xe6\x3c\x7e\x78\xd4\x48\x80\xc8\x25\x08\xe9\x0f\xc0\xa8\x3d\x04\x21\x96\x0c\x58\x3c\x21\x08\xe9\xd9\x40\xe4\xff\x8f\xb3\x2f\x8f\xab\xe9\xfb\xde\xdf\xcd\xf3\x2c\xd5\x6d\x9e\xe7\x79\x9e\x35\xa1\x51\x19\x0b\x21\x73\x09\x91\x21\x53\x89\x10\x51\x49\xc6\x90\x48\x03\x49\x45\x94\x94\x8a\x4a\x9a\x64\xca\x10\x89\x84\x50\x19\x0a\xe1\xae\xdf\xeb\xee\xb3\x4f\x2a\x7c\x3e\x9f\xef\xef\x8f\xf7\xeb\x79\x9f\x7b\xaf\xdb\x5d\xeb\xac\xbd\xcf\x39\xfb\x79\xf6\xb3\xa6\x22\x24\x9c\x05\x10\xbc\x18\x21\xc1\x05\x00\x51\x47\x10\x92\x39\x0a\x70\x74\x3a\xa7\x0b\x9f\x19\x40\x86\x1c\x42\xdc\x6c\x00\x85\xc7\x11\xe2\xae\x05\xa8\xec\x41\x88\x77\x25\x40\x73\x03\x42\x7c\xf2\x00\xaf\x9a\x11\xe2\x7e\x01\xd0\x1f\xf3\xa7\xce\x01\xa1\x9f\xa3\x86\xe7\x85\xaa\x97\xbb\x40\xc5\x5f\xab\xf0\x0c\xeb\x3e\xcb\x14\x3b\xf1\xf8\xbe\x6c\xdd\x83\xfd\x36\x73\xef\x7c\xc3\x7e\x61\xa7\x6f\x31\xb1\x8e\x2c\x25\x94\xfa\xd7\x89\x6c\x14\xc6\x88\xc1\x5f\x75\x20\x74\x1d\xd0\x3a\x10\x9a\xf7\xd6\x21\xfa\x89\x51\xa6\x14\x72\x2b\x00\x08\xe4\x20\xc4\xfe\x06\x40\x7d\x05\x42\xa8\x07\xc0\x51\x1a\x21\x76\x59\x00\xff\x06\x84\x38\xd5\x00\x56\xb0\xee\x70\x2e\x03\x6c\xe9\x44\x88\x9d\x09\x70\xe0\x04\x42\xec\x7b\x00\x32\x16\x50\x57\xba\x5c\xe2\x98\x58\xfa\x03\x21\xf6\x2e\x80\x5b\xc4\x19\xf3\x09\xd9\x41\xf1\x2e\x90\xc2\x9f\xf5\xc3\xf4\x30\x74\x5e\xa4\x31\xef\xe7\xde\x8e\xaf\x0f\x15\xc1\x6f\xb1\x1e\xa8\x38\xf5\x13\x9e\xf7\xf2\x2b\x7f\xe0\x3c\xd0\x3a\x98\x63\x0a\x94\xfe\x6f\xd0\x0f\x85\xf8\x66\x6c\x24\xd9\xa5\x7d\x71\x46\xf2\xff\xe3\x7a\x28\xa4\xfb\xa1\x68\x66\xc0\x9f\xfa\x87\x34\x0a\xf1\x8d\xdc\x45\x00\xab\x79\x68\x90\xef\x67\xe1\x82\xeb\x14\x46\x90\x27\x80\x5d\x39\x14\x1e\xd8\x45\xe1\x49\xd6\x15\x3b\x06\x20\x87\xac\x18\x14\xcd\xa1\xf0\x06\xc1\xbb\x64\x27\x41\x3b\x6b\xe6\xde\x01\xd0\x93\xf0\x67\x9d\x5c\x4f\xea\xc2\xcf\xd7\xc5\x71\xbd\xf8\xbe\xf2\x82\xcf\x2f\x79\x16\x66\x13\xbd\xc2\x71\x72\xfe\x46\xfa\xa1\x44\x7d\x87\xff\xa8\x03\xf1\x5d\x33\xfc\xfa\x60\x4a\xfc\x51\x68\x1d\x88\xa8\xe0\x90\x3c\x94\x50\x28\x9b\x41\xa1\x39\xd9\xe9\x33\xee\x2a\x85\x33\xc9\x0a\x69\xe8\x2d\x0a\x23\x69\x27\x40\xd6\xcc\x3d\x1d\x60\x7f\x33\x75\x9c\x4a\xe2\x3d\x43\x3a\x65\x5e\x9c\x4f\xe1\x35\xb2\x93\xa0\x9e\xf5\x77\xb6\x03\x3c\x6c\x44\x83\xfa\x0f\x16\xf6\xe5\x23\x74\xb5\xb7\x0f\x3f\x0f\x14\x46\x31\xf1\xb8\xa0\x75\x40\x23\x75\x30\x71\xdb\x86\xcf\x03\x83\x3a\x10\x92\x87\xa0\x9c\xe1\x75\xe0\xf1\x61\xf8\x78\x30\x26\xdf\xa3\x4c\xfc\x77\x84\x5f\xfc\xce\x03\x1b\x59\xf1\x94\x16\xa2\xd0\x80\xdc\xe1\x3a\x1b\xa1\x61\x2b\x7f\x74\x5d\xac\x62\x3d\xd9\x6e\x05\x88\x62\x1f\x5e\x1f\x49\x8e\x14\x1e\x25\xf1\x65\x12\xe7\xbc\x3c\xb2\x73\xa6\xd8\x04\xfd\xd6\x7f\xb0\xea\x84\x3c\x49\x3c\x99\x87\x86\xe9\x40\x68\xbe\x77\x90\xe7\xfb\x1f\x75\x20\xe4\xf3\x9b\x5d\x53\xa9\x63\x4f\x4e\x0a\xa7\xe2\x75\x5f\x36\xf6\xb9\x58\x6f\xc2\x76\x62\x05\xf6\xc1\xe5\xd9\xb5\x45\x0f\xe3\x8e\x24\x1e\x8c\x5b\xd2\x30\x7f\xce\xd5\x5e\x80\x79\x52\x4e\xf5\x1b\xb8\xbf\x06\xf7\xae\x96\x74\x16\xf2\x2a\x76\x3d\xc5\xc7\x66\xac\xef\x64\x7e\x42\x33\x58\xf8\x85\x9b\xfa\x1b\xef\x49\x0c\xaf\x8f\x53\xd8\x4e\xb8\xe8\x56\xc2\xe1\x3f\x20\xdc\xcc\x9d\x66\x0a\xeb\xad\x59\x23\x88\x35\x1f\x52\xc7\xac\xbb\x44\x16\xc2\xff\xe0\x87\x62\x34\x1b\xfd\x55\x07\x32\x98\x07\xc9\xe1\x79\x24\xfe\x22\x2a\x53\xf0\x7a\x1f\xc7\x8a\x20\x51\x1c\x87\xef\x0a\xcc\xfb\x08\xee\xd8\xb2\x1e\xa3\x4f\x12\xe6\xcb\xf9\xd5\x4e\x61\x9f\x74\x3e\x89\x0b\xd8\xa7\x85\x7f\x5c\x15\xee\xb7\xc0\xf7\xf3\x11\x07\xc6\xf2\x0f\x78\x3d\x9d\x0b\x77\x2c\xfa\xf9\x18\x61\x27\xa6\x8f\xf2\xd4\xdf\x7a\x1b\x49\x61\xc7\x2c\x2a\x3f\x4f\xef\x50\xc7\x8f\x46\x53\x9f\xbb\x9b\x49\x1d\x37\x3e\xa5\xb0\x96\xbc\x5f\xc3\x85\xb0\xd2\xaf\x92\x83\xca\x0b\xfc\x0f\x7a\xa0\x7f\xe9\x3f\x46\xe4\x63\xb3\x7d\x0f\xa9\xaf\x93\xf8\xbc\x6e\x9e\x2c\x86\x7f\xbf\xee\x1c\x29\x8c\x67\xc2\x4c\x59\x28\xbc\x27\xfa\x01\x0b\x45\x56\x26\x61\xff\x08\xe1\xf8\x53\x93\x59\x28\xba\xa1\x70\x00\xbf\xae\x50\xcb\x86\x5f\xb7\x69\xc5\xfb\xca\x05\x3b\x3e\xe2\xfc\x71\xab\xb1\xbe\xfb\xdb\x7e\x36\x7e\x16\x76\x1b\x23\xc5\xa1\x75\xf0\x62\x3b\x15\xf7\x93\x6b\xa8\x62\x68\x1d\xdc\xbe\x8b\x36\xb0\xb0\xae\x80\x8a\xbb\xa6\x0c\xe1\x4e\x78\x95\xd4\xde\x75\x54\xae\xce\x21\x4c\xe7\xe1\xbf\xe9\x1f\x46\xea\x20\x86\xeb\x40\x10\x32\x5b\x35\xf4\xdf\xb3\xc5\xba\xe2\x3e\x4c\x3c\x1f\x7c\xcb\xa8\xf3\x3a\x1b\xc7\x2d\x3c\x7a\x39\xe6\xc1\x24\xbc\xb7\x62\x7f\x70\x86\x53\x32\x27\x57\x07\x80\x84\x64\x3a\x1e\x07\xa3\x4c\x2e\xbd\x64\xa1\xcc\xfe\xba\xf9\x5c\xab\x00\xc4\x73\xda\x70\x7e\xc4\x94\xfa\xf1\x38\xe3\x7e\xc9\xfa\x1b\x7d\x5d\x9c\x78\x86\x79\x17\xc5\x8e\xbd\xd8\x5f\xda\xb2\xe3\xce\x8e\xcf\x0e\xa1\x33\xb8\x0e\xd6\xb3\x61\x85\xda\x3d\x01\xd4\x8a\xeb\x60\x32\x07\xbe\xc2\xd7\xce\xe3\x9a\xc9\xc2\x1b\xcb\xd8\xed\x86\xc6\x7f\xf5\x1d\x3b\x93\xce\x83\xa3\xe1\xf0\x3a\xf8\x43\x07\x43\xf8\x6f\x9a\xff\xa4\x91\xce\x0b\xf9\xdc\x74\x4b\x9c\x63\xce\x66\x67\x8c\x7c\x13\x7c\xf0\x78\x12\x71\x9b\x85\x79\x31\x86\xe4\x8a\x45\x1c\x77\x00\x64\xc7\x6c\x39\xc5\x3d\x11\x80\x71\x67\xdf\x2d\xee\x32\x00\xc6\x8d\xd3\x4b\x78\x22\x00\x18\xe7\x8a\x1e\xf1\x3c\x01\x60\xec\x6b\xd8\xc1\x73\x1c\x60\xf4\xab\x17\x98\x07\x61\x18\xfd\xec\x41\x88\xd9\xc1\x8f\xf5\xd0\x3d\xa5\xc2\xd8\x91\xec\xc5\x27\x46\x36\x00\xf7\x8b\x36\x13\xfe\x37\x38\xfe\x36\x7e\xec\x6c\x76\x0f\xf8\xb0\x93\x53\xbd\x00\x23\x19\x80\x27\xbb\x3a\x85\x51\x09\xc0\x2b\x50\x59\x26\xab\x00\xc0\x9b\x75\x4d\x9b\xd1\x0c\xc0\xab\x59\xba\x97\x6f\x3d\xeb\x73\x57\x94\x79\x3e\xd1\x79\x18\xa9\x0b\xa3\xe3\xd7\xd4\x41\xc3\xf8\x6f\x9a\xff\xa4\x91\xf6\x87\xa0\xf2\x41\xf7\xd5\x12\x4c\x76\x98\x8a\xcf\xe3\x38\x6f\xec\xf3\x2e\xbb\x68\x76\x1a\xe7\x74\x00\x39\xfb\xe5\x92\xdc\xa3\x00\x64\x43\xa2\xea\xb8\xa7\x01\xc8\x1e\xdd\x57\xc8\x73\x13\x40\x36\x34\x63\x22\x6f\x04\x80\x9c\xfe\x95\x68\x7e\x6d\x00\x59\xa5\xa6\x49\xbc\x3b\x00\x18\x95\x9d\x6b\xb9\xeb\x68\x7d\x58\x7f\x1e\x23\x00\x80\x73\xff\x5b\x6e\xc6\x0f\x00\x1e\xbe\xb6\x0c\x59\x09\x00\x9e\xe6\x87\xc1\xb2\x32\x00\xbc\x66\xf7\x1f\x8a\x60\x07\xbb\x06\x73\xd9\x66\x00\xbe\x9c\x9b\x2b\xe4\x7c\x00\xf8\x57\x8e\xd4\x41\x95\xbc\x95\x5d\x0a\xc0\x27\x79\x49\x4b\x56\x14\x80\x77\xe9\x85\x10\xd9\x29\x00\xbc\x55\xf0\xdf\x7d\x40\x7e\xeb\x40\x08\xff\x47\xef\x83\x56\xc0\xf3\x1b\xbb\xb9\xfa\x68\x16\x0a\x4d\x30\xc2\x57\x21\xb1\xf1\xf6\xb8\x9e\xe5\x4e\x78\x5d\xe1\x54\x02\x90\x97\x99\xb1\x8a\x6b\x11\x80\x42\xcb\x52\x76\x5e\x51\x00\x85\xb6\xa8\x63\x7c\xc5\x00\x8a\x63\x92\x9a\x05\xae\x0e\xd1\x0d\xc6\x96\x14\x0a\xf2\x02\xc8\x8f\xba\xb3\x5a\x60\x11\x80\x7c\xcb\xbb\x5f\x02\xa2\x00\x72\x86\x00\xdc\x51\xbd\x86\xac\xb8\x78\x77\xbf\x5c\xa4\xa0\x08\x20\xa8\xf5\xe8\xb6\x42\x31\x80\x50\xd4\x5d\x36\x85\x68\x00\xa1\x85\x0d\x5b\x14\x6e\x01\x08\xb5\xd1\x3a\xa8\xeb\x35\xf2\xed\x00\x82\xa9\x65\xce\xf2\x0b\x00\x04\x5e\x16\x1f\x52\xb4\x02\x10\x56\xb9\x7c\x41\x3e\x1e\x40\xa0\xb7\x40\x5d\x21\x08\x40\xb0\xfa\xbc\xa4\xfc\x5e\x00\x81\x13\x7f\xab\x03\x3a\x7e\x4a\xff\xf2\x9b\xff\xa5\xf9\x3f\x29\x7d\x44\xf5\xc7\xa8\x42\x43\x7c\x52\xc4\x4f\xe8\xe2\x79\x51\xb6\xd0\x2a\x88\x7d\x2b\x80\xe2\xcb\xf1\x9b\xb8\x52\x01\x94\xad\xfc\x9f\xf1\x34\x03\xa8\x2a\x86\x6c\xe5\xef\x03\x50\xee\x8c\xe4\x17\xb4\x04\x50\x82\xa4\x14\xa1\x28\x00\xc5\xec\x4c\x55\xa1\x2b\x2c\x2c\xe3\x16\x6e\x05\x50\x0c\x7c\x20\x2a\xcc\x7a\xfd\xee\x47\x7d\x21\xef\x1f\x09\x8a\x6a\x00\x02\xe6\x5d\x9c\x8a\x9f\xf1\xdc\x39\x53\x45\x11\x40\x5c\xfb\xce\x13\x15\x23\x00\xf1\x4d\xf5\x63\x55\xc4\x00\xc4\x27\x55\x37\xa9\x06\x01\x8c\xe2\xa4\xfd\xa0\xca\x4c\x94\xb5\x00\x44\xab\x8b\x8e\xb1\x3e\x27\x76\xef\x92\x82\x8a\x03\x80\x58\x45\x3e\x43\x39\x10\x40\x34\x30\xb7\x51\x71\x06\x80\x50\x43\x76\x9c\xf2\x2a\x00\x91\x8f\xf0\x1f\x74\x40\x52\x64\xde\xa0\xfc\xef\x07\x79\xe0\x02\xa1\xcd\xb8\xfe\xf9\x46\xad\x43\x43\x7c\x52\x68\xbf\x18\xa5\xf5\x26\x19\x9c\x46\x00\x6a\xd1\x2e\x86\x3c\xbe\x00\x1a\xc6\x93\x6e\xf0\x2b\x00\x68\x1a\x2f\xe6\x12\xda\x01\xa0\x1e\xb3\xe1\x80\x30\x13\x40\x35\x6b\x6f\x90\x28\x1f\x80\xaa\x49\xe6\x55\xb1\xa7\x00\x2a\x21\xd7\xa2\xc5\x37\x01\xa8\xac\x7e\x34\x4f\xfc\x0a\x80\x4a\xc5\xd7\x66\xd1\x43\x9f\xe6\xab\x46\x02\x88\xaf\x6b\x9f\xa1\x5e\x04\x20\xe5\x75\x5f\x52\xfd\x1e\x80\x54\x79\xfd\x12\xf5\xed\x00\x52\x86\x55\x0f\x35\xa2\x01\xa4\xfd\xcb\xc7\x6b\x16\x01\xc8\x5c\x19\xd4\xff\xf0\xab\xb7\x01\x8c\xde\x55\x90\xaf\x5e\x0f\x20\x39\x90\x7b\x59\xbd\x1b\x40\xf2\xc6\xd9\x02\xf5\xd7\x00\x92\xa1\x59\xf3\x54\x6f\x01\x88\x27\x9e\xba\xaf\x96\x09\x20\x81\xbb\xa7\x6a\xb5\x0f\x8f\x7f\x24\xff\x4f\xed\xff\xa6\x79\x60\xce\xb9\x9c\x6e\x38\xfe\x26\x21\x7c\x1f\x20\xf3\x43\x0c\xe7\x4f\xb9\x5c\x69\x2a\x07\x02\xd0\x8a\x37\x54\xe5\x2e\x00\xd0\xfe\x6c\x8f\x78\xbf\x03\xe8\xd9\x4e\x68\x15\xec\x07\xd0\xe5\x9b\xb7\x5a\x24\x16\x40\x47\x7e\xdd\x4e\xf1\x74\x00\xad\xa3\x89\x91\x92\x08\x40\x23\x32\xeb\x8c\x64\x07\x80\xfa\x9e\xca\xe5\xa3\x9f\x02\xa8\xfd\x7c\x36\x75\xb4\x2b\xc8\x69\xa4\x31\xdf\x4a\xd6\xbe\x69\xd4\xf2\x03\x90\x95\x78\x58\xaf\xb3\x1d\x40\xd1\xbb\x7e\xaf\xce\x2c\x00\x85\xfd\xd7\xbf\xeb\x16\x02\x28\xf1\x97\xbe\xd5\xed\x01\x50\xbc\x5a\xf4\x44\xa7\x19\x40\x7e\xcd\xc5\x36\x5d\x55\x00\xf9\x90\xf3\x86\x7a\x2e\x00\x0a\x46\x39\x72\xda\x35\x00\x8c\x39\x99\x1b\x74\xa2\x00\x18\x19\xe9\x49\x3a\xf6\x00\x32\xcf\xd3\x5a\x75\xfc\x00\x64\x12\x8e\xa5\x6b\x1f\x00\x90\xe6\x19\x3a\x0e\x64\x25\xff\x1a\x3f\xe1\x7f\x69\x1e\x5c\x24\x8c\x3c\x0d\x0c\xb0\x3d\x66\xa1\x7a\xb6\x80\x3f\xc2\xba\x10\x46\x0a\x5b\xc4\x6f\xbf\x18\xe3\x99\x16\x0f\x05\xec\x00\x4c\xc6\xb9\xfb\x8b\x98\x03\x18\x6b\xce\xf6\x92\x50\x05\x30\x3c\xbd\xe6\xae\x94\x34\x80\xde\xe1\x84\xf9\x32\x8a\x3f\x42\x74\xb7\x67\x0a\xcb\xbd\xe8\xdb\xa2\x73\xeb\x9a\x99\xe2\xeb\xde\xfd\x3a\x37\x1e\x9e\x51\xe1\xfa\x20\xa5\x9b\xd5\x3f\x5a\x65\xc6\xb3\x08\xfd\x0c\x78\xab\xce\xd3\x68\x65\x78\x14\xaa\x34\xab\xae\xcf\x34\x32\x82\x5a\xcd\xb0\xab\x82\x86\xaf\xe1\x89\x7a\x43\xa1\xb0\xe1\x35\xe8\x52\xf3\xcf\xbb\x6b\x14\x09\x6f\xd4\x2e\xe5\xb4\x1b\x66\xc3\x0f\x95\xdc\xcc\x26\xac\x7b\x69\x3f\xc5\x34\x2c\x07\x50\xe6\x3c\x31\xc3\xe8\x3a\x80\x72\xea\x31\x3b\x83\x5b\x00\x0a\xd3\x8e\x58\xe9\xd7\x02\xc8\xad\x3f\xf0\x52\x5f\x1c\x80\xf1\x15\x06\xfd\x80\x7e\x8f\x7f\xee\x7b\x7f\x8b\x5f\x94\x3c\xad\x2a\x72\xa2\x61\x7a\x10\xda\x1f\xc2\xa2\x4b\xa8\x96\x85\x76\x8f\x94\x8e\x71\xf1\x02\xd8\xbe\x34\xd2\x15\x38\x04\x60\xfd\xcd\xe5\xa4\x78\x10\x80\x95\xc5\xf4\x45\x52\x6e\xdf\x05\x2c\xe2\x57\xf8\xcb\x2f\xef\x75\x31\x57\x8a\x35\x51\x5d\xf4\xf6\xa0\xe9\xc6\xd4\x0a\x2d\xe1\x97\x05\x26\xae\x97\x8f\xeb\x16\xb7\x85\x19\x2f\x6c\xb6\xd1\xef\x7b\x92\x60\x9c\xf5\x9e\x69\xc8\xdf\x3c\xd9\x34\x04\xe6\x1b\x9e\xbc\xbe\xda\xac\x06\xe6\x1b\x7e\xbd\xc2\x66\xee\x04\x6b\x0d\x2a\xf2\xbf\x9b\x17\xc0\x2e\xfd\xd8\x41\xdd\x4b\x97\xf9\x6b\x38\xa7\xd3\x76\xea\x9c\x79\x32\x94\x6a\xaf\x3e\x6e\x63\xb1\x08\xae\x6b\x6b\xa6\xcc\x37\x2b\x86\x97\xea\xaf\x69\xdd\xcb\xfe\x45\xa6\xbf\xe0\x87\xaa\xdb\xde\x13\xa6\x73\x00\x94\xd7\xc7\x37\x98\x86\x02\x28\xd5\x0f\x8d\x9f\xae\x7f\xc2\x7f\x93\xf8\xc5\x78\x28\x54\x26\xbe\xc6\xfa\x64\xbf\xb7\xf9\x74\x0a\xed\x48\xbe\x9c\x17\xb3\xc5\xb0\xd0\xc3\x6d\x34\xee\x2f\x33\x7e\xb7\xf6\x66\xfe\xb9\xbf\xc6\xb8\x82\x9d\xd9\xa8\xd3\x1f\xed\x9c\x33\xfc\x36\x28\x74\xbd\x0e\x1b\xf3\x65\x51\xb7\x46\x7c\x9b\xa6\x43\x61\xd4\x61\x7d\xf3\x96\x76\xbb\xc3\x07\x17\x99\xe4\x37\x17\xdb\xd4\x9f\x5f\x67\xf1\xbc\x61\x94\xb5\x77\xad\x88\x75\x52\xad\xa2\x55\x6b\x47\xa0\xad\xd4\x0d\x6f\xeb\x76\x66\x8d\xcd\xe3\x4b\x4f\x6d\xbd\x99\xaf\xac\x4f\xd3\xbe\x2f\xa7\xd3\xed\x16\x83\xbe\xf9\xce\x34\x7d\x3b\x23\xf0\x32\x5d\x7d\xcc\xc6\x6e\x32\xcc\x32\x31\x3f\xa4\x61\x67\x00\x1b\x8c\xf8\xf7\xf7\xdb\x31\x60\x87\xa1\x54\xe2\x80\xad\x03\x9c\xd5\xed\x4f\xa8\xb2\x5e\x09\xb7\xb4\x7e\xc4\x31\x6c\x4e\x41\x9d\x36\xe7\x8e\x97\x56\x8f\xe0\x9d\xfa\xde\xed\x82\x56\x2f\xa0\x57\x9d\x63\xe8\x38\xa0\xe2\x47\x64\x7f\xbf\x28\xe9\xeb\xa0\x4c\xe2\x36\x22\xfa\x17\x9a\x07\x75\xb9\x48\xa1\xe7\x88\x3e\x09\xd3\x42\x04\x14\x11\x1a\x98\xe0\x7f\x47\x29\x8f\x97\xeb\xfd\xa5\x29\x1e\x66\x85\x92\x99\xcf\x65\x7d\x8d\xc6\x3b\xa9\x6d\xb9\xdf\xef\xb5\x6d\x96\xa9\x41\x47\x83\x9a\xfb\xdb\xd5\xa5\x16\x01\x55\x0e\xe3\x9c\xf7\xbc\xb0\x5b\x75\x4d\xd4\x35\x2b\x23\x65\x4c\x4f\x71\x83\x73\x6a\x79\xa8\x2b\xa3\xb0\xdc\x69\xe9\x93\x24\xb7\x47\x05\x8f\x9d\x0e\xfe\xe0\x74\xeb\xc9\xd4\x77\x89\x67\xba\xbb\xda\x1e\x0f\x75\x69\x65\xee\x1b\x13\x74\x38\xd4\xe5\x12\xf3\x86\x7d\x42\xd2\x59\x57\x2f\xe6\x7b\x5b\xd3\x84\x2a\x97\x99\x20\x63\xa5\xb9\x27\xc5\xf9\x2c\x58\x9a\x7f\xdf\xa5\xe8\x14\x02\x0b\x4d\x16\x6c\xbf\xe4\x1c\x0e\x8b\x4c\x42\xb6\xbe\x1c\x13\x0f\x07\x0c\x16\x6d\xc9\x1d\x13\x08\xa9\xfa\xa9\x51\x9f\x1d\x7e\x40\x99\x4e\xda\x26\x2d\xfb\x1a\x78\xa8\xc9\xfc\x33\x7e\x3e\xc2\xeb\xd1\x3a\x08\x5a\x07\x60\x37\x85\x42\x8f\x99\x68\x98\x1e\x60\x26\xe9\x0f\x30\x8f\xea\xff\x2d\xbb\x68\x33\xda\x89\x50\x57\x71\xc8\x6e\x86\x24\xe7\xe5\xa7\xb3\x17\xf2\xea\xfb\x8d\x3a\xdc\x2c\x3e\xe7\xf5\x98\x4b\x6a\xe8\xc6\x9b\xe9\x07\x26\xeb\x9b\xa9\x5e\x79\x3e\x35\x68\x89\x8e\xfd\x93\x82\x35\x93\x74\x62\x04\x5c\x8f\x9c\x55\xf3\x9d\x74\xcc\xc5\xfd\x6e\x7a\x97\x0f\xdf\x65\x25\xef\xdd\x27\x82\xbc\xfc\xef\x38\x4e\xb8\x75\x4c\xc8\x33\xbf\x77\xa3\xaf\xdb\xfe\x79\x5e\x8f\x7e\x5d\xf4\x1e\x1f\x6f\xee\xd5\xce\x94\x1c\x1f\x1b\x7b\xde\x4b\x9a\xb9\xd2\x65\x5d\xcc\x21\xaf\x2b\xcc\xdd\xce\x1c\xd1\x51\x5e\x92\xcc\x32\x87\x6f\x51\x7b\x3c\x1a\x98\xbd\xb6\x79\x1b\x92\x3d\x47\x83\x80\xf5\xdd\xf5\x5b\xdc\xcf\x80\xb1\xa5\x50\x44\xdf\xf8\x6e\xf0\x30\x57\x5c\xa3\x31\x5e\x15\x42\x4c\xb6\xac\x7a\x3b\xf6\x33\xc4\x18\x39\xaf\xcc\x1d\xeb\x04\x47\x0c\x9c\x86\xcc\x03\x64\xbc\xcb\x3d\x1b\x1e\x3f\xad\x03\xf0\x1c\x43\x61\xc0\xf5\xa1\x71\xff\x12\x5e\x8a\xf9\xf0\x8f\x4d\xe1\x78\x15\xa4\x33\x79\x2d\x7e\xbd\x35\x7c\x43\xa3\x44\x21\x42\x4d\x9e\x6b\x67\xa8\xef\x14\x9b\x5e\xb9\x67\xe5\x1e\x6b\x71\xe5\x3d\x85\xd5\xa1\xb3\xbc\x1e\x98\xf8\x66\xed\x5a\xc0\x33\xe7\x86\xf3\xfa\xe3\x13\x83\xa4\xd6\xad\xf4\x94\xd8\xdf\x1f\xf8\x63\xdf\x74\xdf\xf6\x04\xd3\x19\xf6\xe7\x4a\x26\x7f\xdc\x59\x1c\xe0\x54\xab\x38\x2d\x76\xdb\x55\x7f\xab\x4e\x27\xff\xc8\xe8\x32\x7f\xfb\x5f\xa2\x53\x5a\xd7\x7f\xf6\x57\xfb\x95\x34\xa1\x67\x6d\xe9\xb4\xc8\x5f\x6d\x5e\x8c\x55\x6c\x53\xb7\x32\xcd\xc7\x85\xad\x9c\x3c\x65\x21\x33\xd4\xd5\x73\x85\xe2\xe4\x67\xcc\x58\xe7\xb8\x30\x8d\x89\xeb\x98\x8d\x0e\x12\xcb\x02\xfd\xce\x32\x3f\xda\xe6\x2c\xd1\xf5\x0b\x84\x51\xd6\x3a\xc1\xd9\xbe\x63\xc1\xcc\xa2\x20\xf8\x8a\x4f\x02\x4c\x34\x5b\xbc\x50\xcd\x67\x33\x84\x98\x38\xfd\xa9\x03\x31\xb4\x1a\x1e\x3f\xad\x03\x08\x24\x3a\x09\x4a\x07\xf3\x3d\x6e\x15\xe6\x7d\x7a\x94\x28\x7f\xfc\x17\xed\x5b\x28\xff\x7b\x97\xed\x98\xa7\x69\xd8\xb9\x73\x13\xef\x6c\x84\x2a\x6e\xc7\xba\xc9\x7f\x14\x54\xbf\x18\xbb\xf5\x8a\x71\x85\xfc\xe6\x4c\x93\xc8\x4d\x6e\x9b\x0d\x16\x1e\x1e\x15\x21\x18\x50\xef\x68\xba\x4b\x2c\x2c\x63\x39\x9b\xcf\x85\xa8\x9f\x4b\xd7\xed\x94\x9c\x32\x69\xed\x97\x90\x3b\xe9\xe2\x01\xdf\x57\x1c\x5d\x7c\xb4\x9c\x67\xe6\xa3\xa5\xbc\x8b\x8c\x9f\x2e\x0e\x64\x86\x04\x2e\xfc\xf6\x33\x78\xe6\xc0\x22\xbe\x05\x81\xbf\xd8\xa7\x46\x2c\xe8\x9f\x5b\xf4\x6b\xb3\x6f\x36\xad\xf7\x98\xcb\x3b\xc7\x87\x29\xee\xce\x3e\xe7\xd7\xac\xa3\x4c\x3f\xb7\xe5\x7f\xe8\x3d\xf4\xa7\x4f\x64\x3e\xb4\x7b\x39\x93\x37\x40\x03\x38\xac\xaf\x4e\x3f\x37\xed\x27\xa8\x59\xba\x4c\x2f\x9a\xea\x0d\x8e\xe6\xea\x00\xa2\x24\x6e\x9d\x58\x0a\xed\xfd\x86\xc7\x4f\xf3\xe0\xcb\xf1\x7e\xee\x01\x3b\xaa\x3f\xca\xfb\xbc\xad\xf8\xb8\x3d\x68\x27\x9e\x17\x1e\xcc\x4d\xc0\xab\x3b\xb7\x0a\xf6\x61\xfe\xea\x9a\xed\x01\xcc\x73\x15\xd6\x1f\x6a\x95\x4e\xe1\x10\xcb\x9c\x94\xec\xaf\xa3\x24\x55\x7e\x58\x23\xe1\x8e\xc3\x36\xad\xce\x5d\x02\xbb\x56\x4e\x52\xb0\x3e\xb1\x5e\x2b\x26\x70\xf1\x6a\x77\xf3\x65\x9a\x9b\xcf\x6c\xf1\xf2\x7b\xbf\xb0\x35\x8a\xe3\xf8\xd5\x29\xe3\x83\xdc\x37\x6d\x2e\x59\x3a\x4d\x28\xd0\x79\x63\xd6\xa3\x84\x69\x63\x67\xcc\xdb\x98\xf1\x43\x61\xca\x8b\xe9\x8b\x23\xac\x7e\x25\xf9\x5a\x05\x58\xad\x0a\xfe\xf5\xd5\x53\xd4\xff\xfc\x0a\x69\xa6\xc5\xb8\x23\xfe\x8e\xcb\x13\x99\x53\xdd\x4a\xa6\x49\x85\x0a\x30\x8f\x3b\x4d\x99\xa6\x1f\x22\xcb\xcc\x1f\x23\x33\x35\x70\xb1\x3d\xf3\x81\xfd\x81\x29\x71\x0b\x7e\x30\x7f\xda\x74\x4c\x99\x3c\x37\x02\x14\xac\xbc\x27\x97\x06\xf9\x80\xb1\x45\xf5\x24\xa7\x39\xaa\x30\xd1\x4c\x15\x40\xb9\x66\xf8\xfc\x37\xe1\xcb\xf0\xf8\x29\x1e\xfc\x7b\x65\x34\x5e\x05\x7b\x77\x86\x8a\xbb\x0d\x12\xf1\xaa\xdf\xfd\xfc\x03\x78\x35\xf8\x96\xe6\x91\x8f\x2c\x2c\xfb\x90\x8a\x79\xb1\x82\xb2\x93\x78\xf5\x35\x4b\x21\xc3\x42\x58\x04\xa1\x23\x07\x4e\x1d\x51\xd1\x16\x3d\xb4\xdb\xf3\x04\x9f\xa5\x86\xf2\xe3\x8d\x91\x29\xdd\x5e\x29\x26\xe7\x96\x24\x1e\x14\x9a\x1b\xed\x2c\x1f\xa4\x98\x5c\x12\xa9\x36\xfe\x62\x40\xdd\xbe\x25\x47\xde\x7a\x56\x4f\x36\x4c\xd2\x2c\x8a\xf4\x8e\xf1\x0d\xdd\xeb\xf7\x40\xd1\xfb\x9a\x4f\xca\x5e\x9d\xaf\x5f\xbc\xec\xbd\xdf\xc4\x75\x30\x6d\xc6\x89\xfb\x84\x6d\x97\x64\x2e\x71\x5d\xe0\x5d\xbb\xa5\x87\x99\xea\x34\xd1\xdb\x35\xf2\x11\xf3\x9e\x03\x9b\x8f\xe4\x86\x06\x66\xab\xfd\x66\xef\xb4\x08\x4b\xe0\xb2\x39\xe7\x7d\x69\xb5\x1a\xc8\x59\x73\x7a\xf5\xaf\x3c\x06\xf6\x16\x51\x9e\xb5\x61\xa6\x10\x64\x1a\xe7\x59\xb4\xcc\x08\x96\x9b\xcc\xf5\xa8\x5b\x62\x0b\x7b\x0c\x33\x00\xcc\xdb\x86\x8f\xff\xe1\xf1\x0f\x70\x6e\xcd\xc2\xe7\x7f\xea\x6e\xec\xf7\xf0\x7c\xea\x7e\xbc\x9a\xf8\x80\x71\x14\xf3\x1c\xb7\xbc\xd2\x0c\x70\xfc\xb7\x33\xa8\x7d\xdf\xc7\xcf\x60\x9d\x65\xa6\x72\x2e\xe6\xbf\x0f\xcf\x2a\x70\x46\x72\x08\xc5\x7f\x2d\xe0\x92\x15\xe7\xfd\x11\x75\xe5\xbc\xb7\x61\x09\xc3\x76\x79\x71\x8e\xac\xdb\x25\x1d\x97\x59\x9b\xb2\xa6\xcf\x3c\x6c\x9d\x3b\x65\x53\xa6\xe4\xba\x7e\x87\x05\x3e\x31\xa7\x3f\x1d\xd4\x75\x8a\x74\x97\x3b\xcd\x76\xf1\xb4\x0b\xc3\x6d\x67\xba\xc4\x9d\x7e\x97\xf9\x2e\xb5\xe9\x92\x7d\xe3\x9d\x2a\x5c\xfa\x8e\xcb\x33\xcb\x1c\x96\xb8\xb2\x1d\x4a\x61\xbe\xb6\xed\x71\x9d\xb4\x6f\x14\xf0\x5a\xbf\x76\x19\x48\x18\x0f\x3a\x96\xbb\x5d\xa5\x77\x25\xc0\x58\xf3\x04\x97\xb9\x3b\x1e\xc3\x7c\x53\x07\x17\xb9\x98\x04\xd8\x60\x3c\xc7\x85\x2b\x5a\x1d\xe2\x0d\xaf\xb9\xae\xdb\x64\x0d\x71\x46\x1c\xce\x55\x1b\xac\xe0\x9c\xde\x63\x67\xf9\xb5\xfb\xa1\x4a\x67\x13\x80\x87\x12\xfa\x8b\x0e\xe4\x87\xd1\x36\x5c\x1f\x1f\x52\x12\x42\xd1\x50\xfd\xd3\xd6\xe3\xbf\x70\xfc\xc7\x28\x5e\xf4\x9a\xfa\x19\xcc\x87\x5e\x34\xc9\xc3\xbc\x56\xf6\x53\x4a\x17\x72\xb4\x8a\x5a\x15\x8d\x3f\x59\x8a\x79\xa0\xad\xdb\xcb\xa5\x25\x8e\x22\x14\x1e\x5a\x9a\xa5\x59\x24\x6e\x38\x6f\x77\x49\x84\x43\xae\x72\xe2\xa4\xa8\xa2\xe6\xa9\x03\x86\xd3\x3c\x55\x8a\x44\x57\xfd\x32\x3d\xed\x6a\x7e\x79\xfe\xbe\x59\x16\x5b\x1d\x39\x2f\x55\xe4\xcf\xb6\xec\xb6\x3d\x77\x89\xf7\xb6\x9e\x95\xba\xcd\xd8\xc2\xfc\x8f\x25\x16\xfb\x6d\xb6\x9c\x4f\x01\x2f\xd3\xcb\x36\x1b\xb3\x82\x21\xd4\x78\xb5\x4d\xe1\xa9\x8b\xb0\xd1\x68\x9a\xad\x7d\xaa\x1e\x6c\x33\x2c\xb6\xdd\x7c\x44\x0b\xf6\x1b\xac\xb4\xf1\xdf\x7f\x0e\x8a\x75\x6d\x6d\x45\x92\x5e\x40\xb1\xee\x14\x9b\xe5\x09\x9a\xd0\xa4\x6d\x65\x33\x63\xd7\x71\x68\xd3\x4c\xb3\x86\x58\x4d\xe8\xd2\x98\x69\x7d\x26\x26\x1d\xbe\xa9\xdd\x01\x98\x19\x30\xf4\xfc\x33\x9f\x6d\xc7\xfa\x8f\x9e\xb1\xfb\xf0\xfc\xdf\xee\x7b\x14\xfb\x38\x3c\x48\xc4\x2c\x01\xaa\xd7\x3b\x8b\x79\xfd\xf2\x12\x2a\xee\x4b\xed\x97\xf0\xfc\x78\x36\xfa\x0a\xd6\x87\x9d\x08\xbc\x86\x75\x44\x49\xb7\x2b\x71\x7f\x98\x98\x51\xd5\xf8\x7a\x12\x6e\x5b\x17\xc4\x29\x80\xd0\xa2\xd4\x3a\x57\x45\x09\x7e\x11\x7f\xe9\xda\xfb\x96\xa2\xd2\x5d\xee\x93\x6f\xca\xf8\xc6\xab\xd5\x39\x6d\xa9\xf9\xb5\x7c\xa5\x56\x8b\x4d\x7a\x4d\x63\xfc\x0e\x5d\x21\x0b\x8e\x9a\x09\xe7\xa6\xe9\x1d\x31\x79\x56\xdd\xd7\x20\xa2\x97\x6e\x7c\xa0\x3a\xb3\x7b\xb5\xce\x23\xe3\xcb\x15\x3a\x70\x5b\x4b\xc3\xf8\x52\xd1\x4b\x78\xa6\x71\xdf\x84\xbd\x60\x14\x74\x6a\x88\x9b\x34\xe7\x7c\x85\x57\x1a\x1e\xc6\x8f\xb2\x57\xc3\x77\x35\x65\x93\xcd\xe9\x72\xf0\x43\xf5\xbd\xa9\xc0\x89\x51\xf0\x4b\xb5\xda\xe4\x55\x8a\x3f\x80\xca\x3a\x53\xc7\x43\x1e\x00\x2a\x16\xa6\x31\xc9\xba\x00\xca\xf1\x26\x13\x12\x4d\x00\x14\xe5\xe9\xf9\x0f\x20\xe6\xf1\xd0\xf8\x3b\x3c\x8e\x63\x5e\xe3\xe1\x9c\x4c\xcc\xe7\xd4\x7f\xcf\xc5\x7a\xa7\x4a\x23\x4a\x0f\x73\x39\xa9\x18\xeb\x01\xce\x5d\x2a\xc7\xf7\x9d\xa7\xde\x51\xac\xc9\xc1\x77\x37\x71\xfc\x71\x63\x1a\x30\xdb\xb4\xa1\xb7\x59\x95\x85\x8b\x4f\x50\xfd\x54\x02\xc3\x1f\x5e\x93\x5a\x83\x90\xd7\xd9\x96\x53\x06\xaa\xa2\x33\x1c\x4d\x5a\x04\xdd\x23\x19\x17\x2c\x73\x5a\xfc\x82\x0d\xe4\x1b\x8c\xdf\xb6\x44\xed\x14\x53\xd2\xd2\x9f\xd6\xe2\x94\x75\x4d\xe9\xb3\xce\xc1\x16\xb1\x5a\x01\xa5\x26\xed\x9d\x2d\xfc\xef\xcc\x15\x7e\x69\x6f\x6c\xee\x07\x90\x53\xd2\x3e\x5b\xbb\x19\x40\x4e\x5e\x7b\x67\xa5\x1a\x80\x6c\x84\xb6\xdb\xd5\x01\x00\xc6\x05\x1d\xed\x4b\x77\x00\x64\x03\x74\x0e\xe7\x6f\x07\x90\x9d\xaa\xad\x78\x4e\x1d\x40\xfa\x8d\xce\x9a\x6c\x0d\x00\x86\xb4\xae\xc3\xa9\x02\x00\x86\x87\xae\xc2\x89\x0e\x00\x99\x22\xdd\xed\x47\xdd\x00\x64\xd6\x01\xc4\x60\xbf\x86\x4f\xc9\xc9\x32\xf8\xfa\x2f\x9b\x8a\x9f\x23\x1e\xde\xcd\xc6\xf7\x09\x8d\x1f\xf2\xb1\x7e\xac\x4a\xac\x18\xf7\xdb\xbb\x52\x52\x86\x79\xce\xbc\xda\x1b\x9b\x58\x98\xc1\x7f\x13\xd7\x45\x8a\x52\x3d\xbe\xef\x4a\xb8\xda\x8c\x77\xa3\x6e\x55\x79\x80\xfb\x87\x84\xfb\x50\x3a\x81\x39\x45\xcf\xb1\xae\xc8\xeb\x50\xc7\x55\x2e\x77\x84\x9c\x56\xbe\x3a\xae\xba\x83\x77\x96\xb9\xdc\x2b\x5f\x27\x3b\xb1\x5d\x06\xce\x9d\x99\x41\x2b\x25\x72\xb5\x5e\xbf\x1e\xb5\x65\x87\xa4\x9a\xba\xc0\xeb\x6d\xa7\x26\x48\x1e\x54\xc9\x7a\x7d\xff\x46\x96\x24\xa7\x72\xe7\x1b\xab\x37\xf2\x12\xda\x2a\xdc\x2f\x17\x03\x88\x5e\x55\x7a\xfe\xb0\x06\x40\xa4\x48\x39\xb0\xd9\x1e\x40\x74\x9f\xb2\x44\x9d\x3c\x80\xa8\xbd\x72\x4b\xd5\x26\x00\x31\x23\xe5\x17\xd7\x6a\x00\xc4\x18\x2a\xb9\xc5\x7d\x00\x62\xed\x2a\xb5\x85\x1e\x00\x62\x37\x54\x3b\xf3\x26\x02\x88\xd7\xaa\x5c\xc8\x39\xc5\x7a\x5f\x35\x2b\xeb\x01\x80\xd8\xdb\xbe\x48\xca\x0f\xeb\x8d\xf2\x09\x3c\xbf\x3f\x39\x79\x06\x8f\x8f\xe6\xa6\x42\xcc\xa2\xd5\x1c\x2f\xc5\x79\x28\x2d\xbf\x61\x86\xaf\x03\xde\x35\xf8\x3e\x32\x5b\xbf\x01\xf3\xc3\xa9\x87\xef\x60\x5d\xdd\xfe\x5c\x8a\x27\x8d\x9d\xf5\xe4\x24\xae\x83\xab\x6d\xb8\x1f\x55\x68\xfe\x2b\xcc\x36\x05\xc4\xbd\xc5\xdf\xe3\x32\xaa\x17\x5f\x67\x2c\x42\xbe\x5c\x93\x7a\x8c\x90\xf6\x9b\xbe\x2b\xe6\x39\xbc\x6d\x6a\x63\xbf\xce\xf6\x97\xe6\xb7\x56\x92\xfa\xd6\xbf\xde\x98\xff\xba\xbc\xd6\x80\xe5\xd1\x79\xfc\x4b\x65\xe3\x06\x9e\x94\x85\xf0\x2d\x92\x15\xfd\xe9\xf8\x72\x37\xcf\x1c\x59\x85\xaf\x13\x01\xb8\x2c\x65\xa7\xbf\xdd\x0d\xc0\xdd\x2e\xab\xfb\xbc\x19\x80\x47\x57\x56\xf8\xb1\x12\x00\x8f\xbf\xec\xd8\xbb\x7b\x01\x78\x40\xd6\xaf\x61\x0b\x00\xaf\x3d\xe3\xc3\xcd\x79\x00\x3c\x39\x72\x3a\x95\xb1\x00\x7c\x67\x65\x6b\x4a\x4d\x00\xf8\x46\xc9\x9b\x17\xdd\x05\xe0\x07\x11\xbb\x4b\x78\xfd\xfa\x6d\xed\x09\x3c\xaf\xb5\x1e\x39\x4b\xe9\x20\x17\x17\x9e\x66\xe1\xcd\x09\x54\xfc\x65\x5d\x37\x9e\xe0\xfb\x80\x31\xb7\xb0\xae\xe3\x6c\x76\x33\x1e\x0f\xb4\x0e\xe8\xb0\x18\x15\x77\xc2\x9e\x76\x7c\xbf\x1d\xe3\xd2\x89\xf5\x02\x6b\xe6\x75\xe1\xeb\xc5\xc2\xc6\x1e\x5c\x1f\x93\xcf\xf5\x61\xbe\xd8\x71\xcc\x0f\xec\x2f\xa3\x96\x02\xc0\xd1\x8d\x90\x22\x2f\x80\xb6\x19\x07\xbf\xdc\x1b\x00\xef\x37\x9c\xee\x8c\xd9\x00\xcb\xe3\x39\x3a\x64\x56\x02\x24\x1e\x66\x2f\x97\x9e\x08\x90\x7b\x18\x21\x89\x43\x00\xf5\xa3\x10\x12\xef\x04\x78\xff\x0c\x21\x9e\x60\xe2\xef\x10\xfc\x05\xfb\x5c\xb0\xc7\xbc\xc7\x7a\x0f\xf6\x09\x1d\xb8\x33\x03\xfb\xda\x56\xbc\x8e\xcd\x61\xfc\x00\xef\xc5\x63\x8f\x6f\xa6\x18\xb8\x19\xf5\xd3\x59\xc8\x96\x51\x83\x9d\x19\xd8\x56\x55\xe2\xfd\xad\xcf\x27\x9c\xc3\xd7\xcd\x07\x8f\xa9\xf1\x5e\xb7\xa6\x02\xcf\x73\x15\x57\x6f\xe2\xf9\xf3\xf2\xec\x46\xec\xa3\x93\x5b\x70\x0f\xf7\xc7\xca\xf0\x7c\x8c\xdf\x3f\xa6\xd0\x86\xeb\x68\x9f\xcf\x2b\x7c\x3f\xb1\x73\x75\x17\xbe\x7e\x6e\xba\xd3\x83\xeb\x2a\xac\xe1\x0b\xf6\x93\x08\x6a\xfb\x8e\xaf\x3b\xbe\xa4\x2f\x06\xcd\xf7\xca\x91\xfe\x12\x12\x32\x00\x72\xcf\x11\x12\x5b\x00\x30\xc6\x0c\x21\xd1\x33\x00\x73\xbc\x10\x12\x62\x00\x6c\x5a\x8a\x90\xc0\x6d\x80\x23\x35\x08\xf1\x9f\x03\x28\x9c\x8d\x10\x6f\x10\x40\x93\x1f\x42\xdc\xd5\x00\xef\x8e\x0d\xf1\x75\x40\x4c\xc2\x40\xd3\x7c\xfe\x3b\xaa\x33\xc7\xf6\x0e\x29\xea\xf8\x29\x61\x18\xe9\x0e\x0f\x77\x9a\x29\x6c\xc0\x3a\x88\x96\xac\x2b\xb8\xbe\x1b\x5c\x2a\x71\x1e\x2a\xdb\x6b\x71\x1d\x14\x3f\x27\x3a\x28\xdd\x87\xf8\x7a\x99\xdd\xd4\x86\xe7\x81\xd4\xe8\x17\x78\xfe\x3f\x18\xf7\x16\x3f\x77\xc7\x1b\x75\xe3\xba\xd8\x36\xee\x2b\xd6\x85\xad\xeb\xfd\x81\xeb\x63\x24\xff\x3f\xbe\x0e\x86\xed\x77\x97\xd6\xa5\x90\xa7\x1e\x40\xec\x08\x42\x9c\x37\x01\x4c\x5a\x10\xe2\xea\x07\xf0\xeb\x41\x88\x43\x1b\x60\x29\xeb\x0e\x7e\x0b\x40\x6c\x04\xeb\x7c\x02\x9c\x24\x8e\x90\x45\xe5\x08\xb1\x1b\x03\x34\x5d\xa4\x78\xdb\x8e\xb5\xd4\xeb\xdf\x97\xa0\x21\x7c\xfe\x00\x61\x58\x3f\x3e\xa5\xb0\x6b\xf3\xf0\xbc\x3c\x23\xca\x85\x87\xd8\x89\xe0\x36\xd7\x75\x1c\x57\x55\x47\x1d\xf6\x7b\x28\x6d\xba\x8f\xe7\x85\x0b\xe1\x8f\xf1\x75\xe0\xcc\xbd\xe7\x58\x17\x75\xaa\xfc\x8d\x2f\x9e\x0f\xdf\x77\xe3\xf9\x30\x49\xfa\x33\x66\x55\x77\x29\x0d\xe0\xbe\x49\x51\x4c\xc0\x7a\xa0\x15\xa4\xcf\xc3\xfc\x34\x0a\x27\x93\x7d\xff\x34\xef\xad\xb7\x88\x42\x49\x09\xf2\x84\x5b\x08\xc0\xc7\x7a\x72\xb9\x00\xa0\xb5\x8c\x8a\x63\x1c\xe1\xbd\xe7\x12\x9e\x77\x63\x0d\xa5\x07\xd8\x4f\xde\xa7\xf9\xec\x32\xd2\xe9\xab\x9e\xf0\xe5\x4f\xe6\x11\x5e\x7f\xe5\xdf\x74\x0e\x74\x5e\x3e\x69\x0e\xcb\x0b\xea\x28\x66\xe1\xcd\xcf\x8d\xf8\x7e\xf9\x5a\xfa\x03\xbc\xef\x88\xd6\x41\xe5\x7e\x78\x85\xf5\xb0\x19\xfb\xde\xe1\xfb\xc9\xe3\x8f\x28\x7f\x9c\xfd\x2d\x5f\xb1\x3e\x2a\xbe\x9d\xf2\x87\xa1\xfd\x50\x68\xfe\x3b\xe4\xd9\xf0\x3a\xf0\xb9\x4b\xa1\x0d\xe9\xb3\x41\xfb\x60\x0c\xd5\x3f\x70\xdb\x53\xa8\xca\xba\x73\xf1\x07\x70\x3c\x43\x1d\x07\x10\xfe\x7f\x05\x51\x3c\xef\x20\xfc\x35\xcd\x67\x9f\x63\xdd\xd9\x6e\x03\xb8\x42\xfc\x0f\x6a\x88\x6e\xe2\x3e\xe1\xcf\x69\x5e\x9f\x72\x32\x1a\x99\x97\xef\xa3\x49\xbd\x60\xc5\x56\x79\x23\x35\xdf\x15\x25\x3c\xc7\xe7\x3f\x6f\x6e\x27\x3e\xcf\xd9\xab\xa9\x7a\x3f\x69\xf4\x0d\x3f\x77\x1d\xf9\x40\xe9\x22\x68\x3f\x94\x91\x7d\x71\x68\x5f\x1c\x5a\x07\x42\xeb\x81\xc6\x92\x7e\x21\x74\x3f\x14\x5a\xff\x30\x94\xf7\xe7\x20\x8e\x66\x4a\xe4\x18\x3b\xc0\x4e\x07\x98\xe4\x4b\x1d\x07\x2b\x0c\xa9\x8b\x21\x9d\x5f\x07\xf5\x0e\xfd\x64\xbc\x10\xc7\x5c\x4a\xd9\x3b\x42\xff\x81\x00\xba\x0b\xfe\x96\x0f\x0a\xaf\x7c\x78\x8e\x7d\x81\x0a\xfa\xbb\x70\x15\xe6\x3c\xfa\x84\xeb\x3c\x7d\xee\xb7\x52\x34\x54\x07\x33\xc2\x0f\x85\xf6\x05\x5a\x99\x00\x7f\xd5\x81\xd0\x7a\x20\xba\x3f\x10\x3d\x2f\x28\x3d\xfe\x4b\x1e\x48\x27\x58\x79\xe2\x74\x4a\xeb\x40\x3c\xc8\x93\xff\xac\xd7\xc3\xeb\x62\x0b\xd9\x01\x40\xeb\x1d\xe8\x7c\x64\x12\xdd\xc8\x45\x92\xd7\x32\xf2\x7e\x3d\x39\x7e\xe8\x31\xbc\x4e\xfa\xf2\x7f\xe7\xa1\x30\xf4\x1d\xd6\x41\x9f\xb7\xfe\x8c\xef\x1b\x07\x75\x30\x64\x34\xd1\x3a\x10\x5a\x0f\x17\x4d\x8e\xd7\x5c\x86\xe1\x3a\x90\xe0\xe1\x75\x30\xbe\x9c\x8c\x07\x52\xff\xb4\x3e\x4c\x91\xcc\x8f\x82\xb9\xf0\x87\x0e\x84\x41\xc6\x07\xad\x03\x71\x53\xa6\xd0\xff\xe6\xf0\xba\xa0\xf5\x41\x3b\x32\x86\xe7\x83\x1e\x2f\xe9\x24\xaf\xe7\xc9\xca\x6a\x31\x19\x17\x37\x1e\x0f\xaf\x93\x56\xf2\xf9\x77\x3e\xe8\x7f\xd2\x3f\xfc\x13\x09\x1f\x48\xeb\x05\xe8\xef\xf1\x26\xef\x4f\x25\xbc\xc8\xbc\x97\x14\xae\x20\xda\x8b\xcd\x88\xc2\x84\x6e\x0a\xd3\x44\x28\xcc\xbb\x42\x61\x25\xf9\x77\xf7\x89\xa6\x83\x75\x07\x06\x84\x8b\xfd\x59\x4b\x21\xad\x7f\x78\x13\x4a\xe1\x8b\x68\x0a\x9f\x92\xbf\x41\xf3\xfe\x77\xc7\x51\xd8\x40\xb8\xa8\x91\xfa\x8f\x8a\xdb\xbf\xbf\xfb\xbf\xe9\x60\xfe\xe8\x87\xd2\x3d\xfc\x7d\x5a\x2f\x40\x7f\x8f\x87\x0a\xc9\x03\x59\xff\x0d\x8a\xf8\x7b\x1e\x12\x89\xef\x46\x1a\x1f\x85\xf9\x44\xd3\x71\xfd\xe5\xf0\x58\xde\xb9\xfc\xfe\xad\xdf\x39\x28\xfc\xf0\x94\xd2\x3b\xbc\x22\xf1\xb4\x11\x2d\xce\x93\xb1\x14\xde\x5b\x4d\x61\x13\xd1\x47\xd4\x91\x73\x7e\x73\x16\xc9\x75\x1b\x85\xd7\xbc\xfe\x92\x07\xc9\xff\x12\xff\x7f\xd6\x81\x0c\xd6\x13\xad\x33\x9a\x44\x74\x21\x41\xe4\xfd\xe5\x49\x23\xea\x41\x60\x78\x1e\x0a\x36\x93\x73\x25\x46\x21\x6b\x3c\xb3\xb0\x3b\xe4\xf7\x6f\xed\xd3\xa7\xb0\x8b\x70\xd1\x2f\x88\x16\xa3\x55\xf6\x1f\x75\xb0\x76\x78\x1d\xdc\x20\x1c\x7d\x45\x30\x85\x25\xfb\x7e\x7f\xf7\x48\x1d\x0c\x7d\xbe\xff\xd0\x7f\x8c\xc0\x41\x5f\x14\xd2\x47\x89\xd6\x0f\xd0\xe3\xc3\x97\xd4\xf9\x6c\x4a\x2f\x65\xb6\x94\xfc\xbd\x48\x8a\x3f\xde\x92\x40\xfa\x13\xa5\x91\xbc\x14\x50\xdf\xcb\x55\x45\xea\xf2\xf1\x07\x32\x06\x86\x8c\x0b\x7a\x3c\xbc\x9e\x43\xea\x80\xd4\xca\x23\x92\xbb\x7f\xe9\x80\x46\x8e\x83\x32\xf2\x5b\x8b\x43\x7f\x7f\xf7\x7f\xf3\x01\xa1\xf9\x5f\x5a\xef\xf0\x0f\x1d\xc8\xef\xba\x20\xf5\xe5\x43\x8d\x8b\x09\x33\xfd\x58\xc8\x2e\xb9\x04\xd7\x24\xbb\xd1\xc6\x57\x43\xf3\xc0\x16\x9a\x66\x87\xb1\xf3\xe2\x62\x8c\x7d\x37\xd9\xc8\x58\x27\x3a\x9b\xfe\x76\x84\x7e\x92\xdc\x74\x93\xf3\xdf\xe1\x47\xc6\x41\x35\xc2\xf7\x41\xf7\xa3\x29\xbc\x4d\xe2\xbe\xf5\x80\xd2\x3d\xd5\x20\x36\x7c\xbf\x54\xf9\x88\x8c\x83\x31\x14\x5e\x69\xa5\xf0\xd2\x9d\xdf\x79\xf8\x97\xfe\x61\xa4\x0f\xc8\x48\x1d\x08\xfd\x3a\xfd\x79\xaa\xaf\x16\x9a\x6e\x87\x35\x6c\x6c\xdc\xee\xf8\x9c\xb0\xb7\x4d\xc7\xfc\x16\x7b\x51\x30\xa5\x93\xbb\xb7\x09\x8f\x59\xce\x77\xf1\x85\x2c\xe4\xca\x39\x89\xc7\x3c\xd7\xc9\x42\xfc\x79\xae\xdd\x75\x9e\xf8\x7d\x97\xf6\x40\x7c\xac\xf0\x8b\x13\xa1\x6f\x73\xd9\xb0\x53\xdb\x9b\x0e\x36\xbc\x27\xbd\xad\x11\xe1\x2b\xd1\x83\x3e\xb6\x95\x2c\x6c\xae\x45\x1a\x2c\xac\x77\xe0\xc4\x57\x76\x5a\x07\x75\xfd\x28\x1b\xd6\x01\x95\xfe\xe4\xc0\x7e\x39\xc5\xce\xa8\x08\xc7\xff\x80\xd4\x60\x0a\x9b\xea\x60\x1e\xfe\x9b\x0f\xc8\x08\xfd\x07\x8d\xb4\x3e\x82\xce\x07\xe9\xa7\xc4\x69\x8d\xfb\x69\x71\x5b\x8f\xe3\xc2\x18\x3b\x15\xcf\xf1\xfc\xa5\x8b\x33\x58\x28\x70\x70\x03\xee\x1b\x21\x32\x3b\x11\xf7\x93\x10\xf6\x3a\x85\xe7\x0d\xe1\xf1\x45\x15\x2c\x14\x72\x68\xc4\x75\x27\xf0\xb4\x13\xd7\x32\xe5\x17\xf5\xf1\x12\x1f\x7e\x2e\xea\x18\x23\x70\x0a\xcf\x1d\xdf\xf9\xb1\xa2\xb7\x79\x2a\x3f\xee\x01\x56\x57\xcb\x87\xbd\x0b\x6a\x42\xf9\x5e\xe1\xf8\x57\x09\xe0\x2b\xf8\xa0\xfe\x47\x9b\x17\xfb\x4a\x15\xa6\x0a\xe0\x3b\xfe\xfc\x16\xde\x0b\x2c\xcc\xf5\xe7\xfc\x42\xe7\x61\x64\x1f\x94\x11\x3e\x20\x48\x92\xd4\x8b\xe4\x08\x5f\x04\xd2\x1f\x21\x4a\x16\x9f\x6f\x64\xaa\x8e\xfb\x03\xf0\x78\x9a\xe2\xba\x17\xba\xea\x82\xaf\x07\xc2\x77\x26\x63\xff\x14\xd1\xa0\x45\xb8\x6f\x82\xf8\x8c\x0d\x58\x27\x27\x69\x97\xb8\x09\xe3\xb4\xf4\x3e\xfc\x7a\xcd\x15\xdc\x37\x41\x22\xe0\x0e\x9e\xc3\x24\x0c\xde\xe7\x20\xf4\xe3\xab\x28\xee\x45\xd0\xf5\x44\x12\x3f\x17\x3d\x4d\x91\xc4\xcf\x07\xcd\x85\x8c\xe3\x00\x3c\x87\x6a\xdd\x65\x35\x01\x78\x07\xfd\xb0\xae\x7d\x92\xe3\x01\xe0\xe7\xba\x32\x49\xb6\x02\x80\x6f\x77\x61\x29\xe3\x11\x00\xaf\x44\x81\x06\xe3\x2c\x00\x4f\x61\xee\x2a\xc6\x6d\x00\x9e\x87\x67\xce\x33\x4e\x01\xf0\x84\x65\x8a\x31\x7e\x02\xf0\x3c\x86\xbf\xe8\x80\x68\xfe\x7f\xa4\x0f\x04\xd9\x07\x3e\x88\xd4\xeb\x1c\xfc\xa3\xf1\x75\x42\x20\x48\x09\xcf\x55\xc2\x76\x06\x9f\x70\x1c\x3d\x8e\x5a\x2c\x94\xe2\xf5\xc3\x73\x36\x23\x7b\xfe\x1d\x8e\xb7\x00\x8c\x09\xeb\xdd\x39\x4f\x02\x30\x2c\x12\xe5\xb9\x4e\x02\xc8\x54\x67\xb0\x73\x5d\x02\x90\x99\x51\xea\xcf\xf9\x16\x40\x66\xfa\x83\x34\x0e\x79\x00\x99\x96\xcf\x79\xec\x8e\x9f\x4c\x65\xed\x00\xb8\x2f\x3e\x9f\x22\xf7\x13\x80\xbf\xf8\x6e\x89\xc2\x2e\x00\xa1\xe5\xb7\x36\x2b\xa4\x02\x08\x65\x55\x7e\x56\xb0\x02\x10\x12\x2b\xd3\xc1\xfe\x3f\xc6\xb4\xff\xcf\x85\x42\x85\xe9\x00\x82\x4d\x79\x33\x14\x83\x00\x84\xba\x72\x9e\xcb\x4f\x00\x10\x30\xcb\x2a\x90\xcf\x03\x10\x58\x73\x7a\x9f\x7c\x05\x80\xc0\xec\xb4\x64\xf9\x8b\x00\x02\x12\xf0\xa7\x0f\xca\x60\xfc\x74\xbc\x94\xfe\x63\x90\x07\x25\xc8\x71\x8e\xf3\x3b\x0b\x05\x1f\x0b\xaa\xe3\xf3\x3d\x56\x1a\x5f\xbb\x64\x2a\xb4\x7d\x59\x28\xf7\xcb\x26\x94\xc3\x09\x40\x7e\x8d\xd7\x77\xce\xd3\x00\x8a\xa3\x82\x16\xf2\xd8\x01\x28\x38\xaf\xbd\xce\xbb\x05\x40\x2e\x2b\xfe\x07\xef\x25\x00\x39\x8f\x8c\x2b\x7c\x19\xbf\x6a\xe5\x84\xca\x2c\xf8\x97\x7f\xd3\x93\x2b\xbd\x7f\x4f\xe0\xe3\x97\x52\xf9\xfb\xbd\x61\x82\xb6\x6f\x56\x2a\xa5\x01\x88\xf8\xb6\x9c\x56\x7e\x0b\x20\xce\x51\x37\x4e\x35\x1e\x60\x54\x60\xe5\x6e\x55\x3d\x00\x89\x03\x25\xba\x6a\x31\x00\xa3\x7e\x5e\x92\x51\xad\x00\x90\xc8\xcc\xbf\xaa\xf2\x13\x40\x3c\xe8\xdc\x2a\x55\x15\x00\x71\xdb\xec\x03\x2a\x73\x00\xc4\x38\xd3\xbf\xa8\x1e\x02\x10\x67\x3f\x29\xaf\xd2\x0f\x20\xc6\x75\x5c\x42\xb5\x08\x40\x6c\x55\x4a\x95\xb2\x2e\x80\x30\x76\x85\x64\xcc\xf8\x7b\xfc\xc3\xe3\xa6\x79\x60\x9a\x07\x15\x4a\xa2\xfa\x84\x48\x0a\x73\xe2\xfa\x97\xdd\x20\xb6\x87\x85\x4a\x67\x94\xce\x70\x70\x01\xa8\x0e\x98\x6c\xe3\x0a\x03\x50\x3b\x3d\xce\x8e\xa7\x19\x40\xcd\x29\x50\x96\x5f\x09\x40\xa5\x75\x55\x91\xc0\xe7\x6f\xc9\xaa\x01\xbb\xda\x44\x3e\x7c\xd2\x57\x5d\x97\xc6\x26\xe1\xfa\xfe\xa9\xea\xc6\xcb\x05\x92\x77\xdf\xf8\xa8\xe6\x36\x1d\x95\x8a\xec\x60\xaa\x4d\x78\xbb\x42\xaa\xe5\xe9\x36\x0d\x2b\x00\x69\xeb\x86\xc7\x5a\x77\x01\xe4\x4c\x2b\x3c\xb5\x77\x01\xc8\xad\x2e\x3a\xa3\xbd\x0c\x40\x36\xbc\x20\x4e\xdb\x1f\x80\x71\xe2\xdc\x18\xed\x54\x00\xc6\xa4\xec\x60\xed\xc5\x00\x32\xdb\x4f\x2f\xd2\x66\x00\x48\x1f\x4c\xf3\xd5\x72\x05\x90\x62\x3f\xce\xa1\x55\x08\x20\x25\x7c\xc4\x4e\xeb\x1c\xc0\xe8\xb5\x07\x37\x68\x84\x02\x48\x1c\x4e\x96\x52\xbf\x09\x20\xbe\x6e\xe8\xf8\x1f\x11\x3f\xe1\x7f\xe9\xf8\x79\xc8\x53\x8c\x78\x02\x85\x72\x54\x9f\x07\x50\x27\xbb\x06\xb4\x77\xf0\xe0\x79\x90\xd6\xc5\xe8\x37\xeb\x66\xf1\x9c\x00\xd0\x9f\x39\x26\x50\x80\xf3\x3b\x8f\x7e\xe7\xd4\x44\x51\xc1\x9e\x1c\x03\xee\xd0\xed\x92\xa1\xaf\x7f\xe8\x6f\xd8\x2a\xcf\xb0\x6c\x4f\xd6\x3b\x7d\xf8\x9c\x02\xe3\x09\x53\x4f\x38\x4f\x47\x79\x5c\x4b\xb3\xee\xc2\x9b\xee\xaa\xa3\xee\x69\xe9\x6e\x6e\xbf\xae\xfa\xa2\x39\x56\xaf\x0f\x3e\xa9\x3a\x57\x36\x1a\xec\x82\xd7\x6a\xb1\x97\xce\x1a\xd6\xc2\x6b\xb5\xfc\x5c\x0b\xc3\x6f\xf0\x45\x75\xc1\xa0\xee\x85\xf8\xbd\x1c\xff\x66\xf8\x16\x40\x49\x2f\x25\xc5\xf0\x31\x80\xe2\xac\x43\x3b\x0c\xe6\x03\xc8\xb5\x27\xbf\x35\xe0\x03\x90\xbd\x9c\x24\xa2\xef\x01\xc0\x18\x97\xf0\x4d\xdf\x0c\x40\xe6\xc6\xae\x8d\xba\x0f\x01\xa4\x1c\xe1\x4f\xfd\xc3\xc8\xf8\x89\xef\x3b\xcd\x03\xd3\xfb\xc1\x75\x09\xff\x45\xfb\xa3\x58\x90\xa7\x19\x5b\x86\x88\x34\x42\x10\x6e\x7b\x45\x35\x90\x5b\xeb\xd3\x52\x9b\x78\xcb\x33\xa2\xa9\x6f\x24\x6c\x5c\xbc\x75\xa5\x9a\xdb\x04\xad\x63\xe7\x2d\x56\x50\x6a\xf1\xb3\x92\x5a\x3f\x4f\x35\xeb\xb6\x96\x45\xe3\xde\xb1\x5a\x5b\x6f\x55\x99\xfb\x65\x85\xe9\x32\xab\x5e\x9b\xcd\x29\x0f\x33\x38\x57\xe9\x69\xda\xf8\x28\xcb\xb0\xe5\xda\x53\x33\x97\xfe\x4f\x86\x21\x17\xc1\xbc\x07\xd6\x1b\x94\x9e\x99\x65\xa9\x0f\x3b\xf5\xfb\x4f\xb9\x5a\x74\x42\xb6\xee\xe2\xa3\xb7\x2d\xae\x43\xa5\xb6\xdb\xc1\x36\xcb\x5c\xa8\xd6\x96\x4b\x2e\x35\xef\x80\xd7\xea\xa7\xf7\xca\x98\xbf\x86\x8f\x6a\x87\xe3\x63\x2c\x62\xe0\x93\xda\xa9\xb8\x65\x66\x25\x00\xca\x51\x3b\x66\x99\x29\x02\x28\x66\x6e\x13\x37\x55\x05\x90\x7f\x17\xed\x67\xea\x07\x20\x8f\x35\xcb\x9c\x11\x7f\xab\x7f\x6e\xe2\x07\x23\xf3\x9d\x42\xcd\x42\x12\x37\xd1\xc9\xd8\x90\xa7\x43\x27\xf2\x14\x3c\x16\xaf\x67\xfd\xa8\xf1\x58\xcf\x99\x86\x50\x8f\x9e\x4f\xa1\xdc\x64\xce\xaf\x2f\xba\x3c\xdf\x18\x49\x8a\x8d\x6e\x49\x19\xb7\xc7\xa5\x41\xfe\x46\xc3\x17\xb7\xfb\x01\xa7\xd5\xdf\x55\xf3\xb8\xdc\x0b\xab\xd4\x1b\x5f\x96\xe3\x54\x16\x6b\x69\x7c\xb2\x28\xd6\xf1\xfa\x09\x11\xf3\x7b\x17\xe6\x39\x48\x15\x79\x59\x9d\x3f\xbf\xd3\xee\x47\x73\xa2\x8d\x77\x4e\x84\xdd\xfb\x0f\x7b\x6d\x8e\x9e\x36\x70\x58\xc7\xfc\x61\xad\x9d\x92\xea\x18\x02\xaa\x16\xf7\xf7\xeb\x3b\x6a\x81\x9f\xe9\xe9\xc4\x3a\xfb\x26\xd8\x62\x58\x1c\x77\xd2\x21\x11\x12\x0c\xaa\x62\x7d\x1d\xe4\x20\x43\xaf\x66\xfb\x5d\xfb\x4e\xc8\xd3\x7d\x15\xfd\xc4\x5e\x04\x9a\xb4\x5a\xa3\x74\xed\x26\x42\xbb\x46\xf7\xa6\x1e\xbb\x45\xd0\xa1\xb1\x7f\x7d\xa3\xf5\x17\x00\x95\xc3\x6b\xcb\x6d\x54\x01\x94\xeb\xfe\x8c\x9f\xa7\x9a\x42\x69\xb2\xeb\x87\xe6\xc1\x2d\xe8\x5d\x11\x64\xff\x3b\xcd\x07\x4e\xc2\xeb\x91\xfd\x7b\xa7\xe1\x79\xa3\xab\x8f\xf2\x47\x79\xbe\x36\xe8\xe4\x68\x5b\x84\xee\x85\x06\x7a\x6b\x59\x88\x2c\xbd\x99\x1d\x10\x62\xdb\x2b\xaf\x58\x1a\x30\x29\x6d\x42\x91\x6e\xe0\x45\x71\xdf\x86\x85\x27\x4c\xcf\xe4\xa8\xfa\xe8\x47\xe6\x59\x5f\x4c\x7f\xea\xf9\xf2\xc0\x1b\x87\xc8\x54\x5b\xf7\xf2\xf3\x2b\x9c\xea\x8f\x54\x8c\xd7\xa9\x45\x2e\x77\x0f\x4e\x1a\xb7\xf6\x65\xa3\xeb\xc2\x64\xee\xf1\x12\xcc\x55\xce\x4f\xe2\xe4\xdc\x95\x98\xe7\x1d\x8f\x6e\x37\x1f\x3f\x9a\xd9\x6f\x2b\xb8\x59\x7d\xdc\x27\xd0\xb6\xdc\x1a\x39\x6d\xbc\x20\x98\x59\x14\xac\xb7\x1f\x27\x0e\x73\x4d\xe5\xd7\xd5\xbb\xed\x81\x48\xa3\xeb\xab\x5f\xba\xa6\xc3\x09\xfd\xdc\xf0\xcd\xae\x2b\x21\x57\x6f\x72\xf8\x14\xa7\x52\xb8\xad\xd5\x15\xa6\x38\xe6\x3b\xbc\xd4\x28\x58\xea\xef\xb4\x1a\xde\x68\x28\xfc\x39\xff\xd1\xf5\x4f\xfb\x41\x58\x33\x29\x1c\x47\xfc\x4f\x28\xfd\xcf\xcf\xe9\x81\x78\xb7\x4b\xcf\xc5\x79\x78\xfd\xe2\x55\x6f\x30\xe6\xbb\x9e\x74\x2f\xc5\xe3\xe3\x8e\x44\xd8\x71\x41\x3b\x84\xaa\xc3\x96\xed\x52\xda\x2f\xc8\x79\xc5\x25\x24\xd9\x6c\x2e\x23\x3b\x57\x75\x41\xf2\xf8\xd9\xda\xc7\xd3\x5a\x66\xaf\x9d\xe9\x6e\x35\xf5\xd0\x89\x99\x66\xab\xdc\x1d\xdf\x26\x66\x04\xcc\xdb\xe3\xe9\xa6\xb8\xcb\x78\x9a\x40\xc6\x0a\x77\x91\x98\xac\x29\x13\xcb\xc7\x78\xc6\x6d\x7e\x3a\x59\xf2\x49\x90\xd7\xc2\xc8\xc0\xc9\xee\x03\xae\x9e\x57\x23\x2e\x4f\xe6\x65\x3a\x8f\x3d\x1f\x3e\x76\x52\x39\x73\x8f\xb3\xeb\xf2\xab\x13\xf7\x31\x6f\xdb\x7f\x59\x2e\xec\x9b\x07\xc8\x26\x3b\x94\xe1\x3b\x17\x14\xad\x66\x86\x24\x4c\x30\x07\x27\xf3\xea\xc5\x67\xbd\x3f\xc2\x3c\x93\x1f\x8b\x2e\x78\x19\xc3\x56\x23\xd3\x05\xe5\x9e\xae\x70\xc4\x80\x6b\xbe\xab\x87\x04\xe4\xe9\x3e\x9e\xe7\x31\xde\x16\x6a\xb5\xc7\xfe\xa9\x03\xd1\x26\xab\x1d\xb6\x8e\xc3\xcf\xbb\x3f\x9e\x27\x06\x9e\xcd\xc7\xfa\xb8\xee\xf6\xa5\x98\x9f\xe8\x48\x0e\xc7\xfa\x90\x87\x4f\xd6\xe2\xfa\x69\x8c\xdd\x88\x75\x85\xd7\xa5\xa2\x38\x51\x05\x42\xc5\xfa\x9b\xc5\x65\xae\x72\x9b\xe7\xac\xde\xd0\xa3\x57\x31\xfa\x62\x6a\xdb\xda\x80\x31\x4f\xd4\x5b\x92\x72\x56\x3c\x9f\x62\x6b\x2e\x10\x73\x61\xc9\x85\x10\x1d\x97\x55\x1b\x16\x2e\xbe\xba\x35\xd1\x3d\x33\xfc\xe6\x42\xfd\x63\xb3\xbd\x6f\x2f\x3d\x35\xdf\xf8\x72\xa1\xef\xbe\x60\xf9\xb9\x3d\x77\x9e\xf9\xf5\x2c\x8c\x9d\x1b\xd2\xdb\xe9\xb7\x82\xd6\x7d\x04\x29\xcf\x9e\xc5\xb4\x19\x5b\x3a\xab\x2e\x30\x8f\xb9\xdd\xd9\x60\x96\xfa\x4c\x15\x66\xbe\x63\xd8\xcc\xed\x33\x78\x99\x8f\xed\xb2\x68\xbd\xc7\x8c\xa4\x69\x5b\x40\xdd\xd2\x29\x60\xcc\x54\x71\xf0\x31\x7d\xe3\xcf\x31\xb9\x07\x16\x19\x57\x4e\x8d\x9b\xf4\x1d\x36\x19\x96\x4e\x95\xf4\x93\x85\x93\x7a\x6e\x00\x62\x1c\xc3\xc7\x3f\x1d\xbf\xf7\x35\x0a\x29\x1e\x78\xc0\x8e\x5a\x0d\xea\x51\x0b\xc7\xfb\x16\xdb\x75\x36\x60\xd7\xd7\x96\xd9\x9b\xb1\x8e\xa8\x7e\xea\x36\xbc\x3a\x58\xa1\xbb\x13\xf7\x57\x29\x8c\xda\x83\xbf\x27\x47\x37\xe1\x9b\xf8\x34\x84\x52\x35\x76\x6f\x52\x6b\x12\xd3\xda\x7b\x39\xf6\x80\xf5\x1e\xa5\xdc\xad\xf9\x31\xec\x3e\x91\x46\x68\xd5\xb7\xc8\xfc\x79\xa9\x0e\x1e\xc1\x95\x1b\x2c\x37\x9e\x1f\x7b\x66\x6e\xe9\xba\x1b\x07\xb3\xdd\x4f\x06\x4e\x88\x88\x2d\x28\xf6\xf4\x0f\x88\x5c\x3b\xb7\xf1\xa3\xe7\x9d\x69\xde\x6b\xc5\xde\x1f\xf4\xa8\x9e\x6a\xb2\xea\x07\xd3\x67\xac\xc7\x94\x99\x61\xbb\x99\x87\x9c\x6a\x27\xdb\x2f\x53\x63\xd6\x3b\x84\x4c\x2a\x0c\x39\xc6\xfc\x6e\x3b\x61\x62\xdf\xe2\x32\x90\xb2\x16\x9e\x24\xbd\x60\x13\x18\x5a\x9a\xfb\xa5\xcd\x9b\x0a\x53\x4d\x7f\xfa\xa6\x05\xd5\xc1\x72\xe3\x7b\x7e\xf3\x67\x8d\x81\x75\x46\x57\x7d\xb6\xcd\x3c\x03\x19\x7a\x3b\x7d\xe6\x4c\x5f\x0b\x05\xba\xb6\x00\xea\x27\x48\xfd\x93\x55\x70\x1f\xb2\xaa\x39\x0b\xf3\x5a\x03\xe2\xcb\xf0\x7c\xf0\xa1\x72\x2d\xce\x57\xbb\x5d\x14\xe6\x85\x1f\x74\x50\xab\x62\x75\x3e\x7b\x30\x6f\x71\x0d\xf6\xe2\xeb\xc6\xc5\x6b\x07\x70\x1f\xa9\xec\xe6\xc3\x78\xdf\xdf\xb1\x49\x47\x37\x71\xde\x47\x28\xe9\x58\x4a\x89\xbc\x1c\x7f\x64\x4c\xe6\xa1\x83\xc6\x3f\x18\x81\xab\xdb\x92\x7f\x8d\x8b\xd6\x9e\xbc\x70\x76\x62\x45\x60\xb0\x65\xca\xcc\x65\xf1\x57\x22\xa6\xd8\xd7\x4c\x89\xd9\xb3\x3c\x59\x73\xcc\x39\x5f\xfb\xdd\x16\xe7\x5b\x9c\x7d\xbd\x22\xe2\x26\xd7\xbd\x72\x3e\xe9\x11\xb5\xab\xf6\xed\x44\xa7\x7c\x0f\xaf\xd8\xad\xcc\x1a\x87\x34\xf7\xfd\x5b\x9e\x03\xaf\xcd\xac\xf1\xfd\x91\x63\xc1\xd2\xe2\x9b\xfb\xd8\xf5\x5b\xc1\xc3\x7c\xbd\xbb\x7b\xc4\x52\xf0\x37\x0b\x1e\x57\xb3\x6a\x36\xc4\x1a\xf9\x8d\x9b\xb9\x92\x03\x8e\x18\xa4\x8f\x53\x5f\xe6\x05\xb9\x7a\x27\xc6\x8f\x0d\x3d\x0f\x99\xfa\x0e\x63\x37\x87\x24\x42\xb5\x8e\xfa\xd8\xa7\x0b\xc3\xe0\x0e\xeb\xde\x82\xd6\x81\xb8\x93\xd5\x42\x4a\x07\xf1\x4b\x9e\x5a\x15\xed\x49\xda\x88\x7d\x30\xda\xd9\x28\x1d\xd0\xfd\x96\xdd\x98\x9f\xac\x8b\x4e\xe2\x67\x61\xb9\xc9\x21\xac\x0f\xb9\x64\x74\x0c\xd7\xcb\x99\xcd\x27\xf0\xaa\xe8\xf1\xfe\x74\xdc\x37\x23\x31\x25\x13\xfb\x70\xed\xe8\x3d\x53\x2c\x15\x8c\xd0\xda\x7d\x99\xf1\x3a\xe2\x12\xd3\x17\x5f\x4e\x7f\x3c\xe6\x80\x0a\x97\xff\xcf\xb4\x03\xd3\xa6\x1b\xfe\xf4\x4d\x3f\x11\x1e\x9e\x62\xa6\xe1\xde\x9d\xba\x2c\x51\xdf\xa2\xc7\xb5\xed\xf8\xfa\x1c\x3f\xab\x58\x27\x8f\x63\x25\x37\x8f\x5a\xdd\x73\x0c\x39\xc6\xde\xb9\xd4\xb2\xce\x51\x24\x45\x06\xbc\xcd\x22\x1d\xd5\x92\x97\xc2\x32\x13\x4e\x87\xa6\xf8\xf5\xb0\xd7\xd0\xc4\xe1\xd5\xae\x4a\x38\xa1\xff\xc2\x61\xf7\xf6\x4b\x70\x59\xf7\xb1\x43\xed\x56\x6f\xa8\xd0\x79\xee\xb0\x65\xf3\x2c\x68\xd2\x5e\x64\x7f\x6e\xc3\x67\x78\xa3\x71\xcd\x41\x69\x9d\x3d\xbc\xd7\xf0\xb2\xcf\x5a\x2b\x00\x5f\xd5\xfa\xec\xbe\x85\x47\x00\xa8\xf4\x8e\xd4\x81\xd0\xf1\x77\x9b\x45\x51\xfd\x5f\x80\xf2\x03\x7a\x90\x98\x88\x79\xbd\x3a\xeb\x83\x98\xcf\xbd\x16\x7d\xd4\x91\x8a\xff\x24\x5e\xe7\x3e\xf3\x01\xb7\x43\x40\x27\x4a\xce\xe2\xf5\xd7\xe4\xfc\xf3\x98\x6d\xd8\x66\x4a\xf5\x91\x59\x7b\xfa\xd2\x43\x3e\x17\x84\x42\xda\x0b\x2f\x2a\x9f\x15\x14\x9e\xd1\x7b\xe1\x82\xd5\x3b\x86\x84\xf7\x9c\x7c\x6f\xbf\xb9\x1a\xf3\xdd\xf6\xe6\x5d\x59\x16\xab\xcd\x74\x54\xcb\x93\x8a\x7b\xa7\xb7\xd5\x66\xe1\xf9\x79\x59\xbb\xf4\x7b\x2d\x3e\xe5\xa6\x57\x65\xe9\x33\xcd\x1d\x73\xbd\x3b\x18\x7a\x1f\xcd\xe3\x72\x7c\xe1\xaa\x4e\x90\x85\x50\x7a\x22\xdc\xd2\xb6\x31\x6f\x3c\x2e\x01\x6d\x9a\xda\xe6\xab\x0f\xef\x80\x1e\xf5\x75\x16\x0b\xf6\x27\x41\xb7\x7a\x8e\x19\x33\xc9\x89\x15\x9f\x79\xe3\x1e\x13\xd6\xf5\xd1\xbc\x6b\x67\x11\x80\x72\x8d\x45\xd8\xf6\xd1\x00\xca\xf3\xcd\x1b\xa2\xbf\x00\x28\x6e\x35\x8f\x8f\x7a\x0b\xa0\x90\x0b\x10\x80\x57\x83\x99\xf1\xe1\x7b\x59\xf8\x51\x3e\x1a\xcf\x7f\x2f\x76\xc5\x51\xac\x97\x43\x32\x5e\xdd\xae\xcf\x3b\x82\xf5\x2f\x95\x46\x94\x0e\xe8\xb2\x44\x26\xd6\xcd\x9d\xf3\xcd\xc1\xd7\xcd\x53\xa3\x0a\x30\x0f\x7a\x68\x62\x21\x1e\x57\x71\x3e\xd4\x2a\xf1\xc6\xa5\xa5\x6b\x58\x18\x5c\x5e\x81\xbf\x7f\xf6\xe2\xeb\xea\x32\xbb\x38\x6e\x4d\x68\xaf\xb8\x62\xb4\x5f\x7c\x81\x73\x40\x79\xb8\x47\xae\xdc\x13\x9b\xce\x72\xaf\xc5\x47\x15\x6b\xcd\x98\xe5\x02\xdb\x1f\x29\x0f\x18\x25\x5f\xdb\x91\x3e\x45\x75\xb4\xfe\xe2\x6b\xe6\x95\x5a\x2a\x7d\xba\x7d\x65\xbf\x9e\xa7\x2b\xb7\xe9\x29\x94\x16\x03\x28\x3c\xd2\xd3\xbb\x78\x17\x40\xbe\x53\xdf\xe5\xdc\x59\x00\x85\x10\xbd\x53\x59\xfb\x01\xe4\x1a\xf5\x8a\x4e\xbd\x02\x90\xd3\xd1\x3f\x9e\x5a\x09\x20\x77\x48\xaf\x33\xc5\x10\x80\xd1\xa5\x7f\xf7\xa0\x07\x80\xac\x8f\xfe\xe2\x7d\x5b\x01\x18\x0a\xfa\x2d\x09\xac\x7b\xa3\x72\x83\x88\xdd\x17\x01\x64\x7e\xd0\x7e\x50\xbd\xf5\x9b\x71\x9d\x77\x78\xec\xc1\xab\xe8\x2d\x79\x07\x31\x3f\xdb\xb8\x91\x62\x07\xae\xc7\x9f\xc6\x7a\x88\x62\xd7\xb3\xf8\xba\x70\x9e\x23\x1f\xf3\x1c\xa7\xc5\x2e\x61\xde\x2b\x65\x72\x09\x3e\xff\x09\x09\x94\x1e\x66\x8b\x11\xe5\x9b\x11\xbe\xa7\x66\x27\x0b\x83\xca\x29\xff\x08\xdf\xe6\x26\x7d\xc1\xad\x08\xb9\x94\x36\x3e\xd2\x34\x15\x90\xb5\x54\x6b\xb4\x76\xfe\x29\x51\x6d\x14\xdd\x78\x63\x2e\xe7\x68\x79\xdd\x71\x8d\x7d\xd1\xfc\x52\x25\x9a\x13\x1b\x9f\xa7\x46\x4a\x07\xaa\x1d\x6d\xac\x2a\xed\x94\x02\xd5\xc5\x8d\xe1\x4f\x57\x8f\xae\x55\x5d\xd6\xb8\x12\x40\x62\x8e\xaa\xd8\x8d\x57\x00\xe2\xd5\xaa\x87\x4b\xad\x00\x24\x8c\xd4\xa6\x5c\x56\x04\x90\xb8\xa9\x96\x9c\xff\x0d\x40\xa2\x44\xa5\xef\x9c\x30\x80\xd8\x32\x75\xbf\xcc\xa7\x00\x12\xa5\xaa\xb1\xe9\x9c\x00\x62\x01\x6a\xa2\xa9\x96\x00\x62\x1b\xd4\x7a\x52\x8e\x01\x88\x0b\xa8\x0d\x1c\xb6\x07\x10\xbb\xf7\xe9\x7d\x34\xf6\x81\xea\x48\xa3\x74\x60\x8f\x43\x29\x1d\xd4\xed\xfe\x93\x78\xd7\x70\x15\x7f\x36\xc5\xfb\xc6\xe5\xe2\xf1\x91\x97\x5a\x88\x75\x10\x59\xae\x25\xf8\xf8\x98\x02\xe5\x97\xb0\xcf\xf3\x3a\xde\x0f\x1c\x5b\x45\xf9\xc3\xac\xb7\xa3\xe2\x5e\x92\x79\x1b\xef\x1a\x0d\x48\xbc\x87\xf9\x4f\x67\xee\x47\x78\x37\xb6\xc5\xaf\x56\x7e\x39\x7b\x8e\x5e\xdd\x23\xad\x2a\xd6\x4d\x02\x27\xd4\x6f\x3d\x15\x9e\xbe\x48\xf0\x9b\xf2\x8a\xa7\xd3\xd7\x6f\x17\xca\x54\xd8\xf8\xf4\xec\x11\x7f\xa1\x2a\xb9\x49\xcf\xd8\x8a\x8d\x04\xf3\x65\xe7\x3e\xfd\xfa\x68\xad\x80\xa4\xec\xb6\x67\xe3\x98\xb6\xbc\x0e\xb2\x4b\xef\x25\x01\xf0\x5a\xc8\xca\xd7\xcf\x03\xe0\xf9\x20\x67\x50\xa5\x0e\xc0\x77\x5e\xf6\x7a\xb9\x2e\x00\x9f\xb8\xdc\xd6\x2b\x69\x00\xfc\xd2\xb2\x7b\x0a\xeb\x00\x78\x4f\xc9\xed\xcf\x5b\x0b\xc0\xf7\x59\x6e\x55\xce\x64\x00\xbe\x53\xf2\x1d\x99\x0b\x00\x04\x2c\xe4\x2f\xa6\x6b\x03\xf0\xdf\x7d\xeb\x4b\xe9\xff\x9e\x9c\xa4\xe6\x3b\x3a\xfe\xea\x0f\xd4\x38\x2f\x55\xa0\xfc\x21\x2e\xf8\x14\xe3\xf1\x72\xc6\x91\x8a\x3b\x2d\xff\x06\x66\x4b\x0e\xb4\xdf\xc4\x6c\xdb\x9e\xe0\x06\x5c\x47\xd1\xb5\x77\x74\x11\xde\xef\x7c\x1f\x5f\x47\xe6\x3f\x78\x84\xaf\x37\x13\x3f\x50\xbc\xa9\x2d\xe3\x25\xbe\x0f\xd1\x8c\x7c\xeb\x2c\x98\x8e\x90\xe2\xb8\xae\x70\x7d\xe0\x0c\x97\x75\x7f\x57\xe7\x67\xc7\xe9\x25\xe3\xf7\x21\x24\x7c\x29\x7b\xa1\xf4\xab\xee\xc9\xc9\xdd\x08\x8d\xd6\xe9\x2e\xba\xf0\x05\x21\x89\xe2\xee\x92\x7b\xe3\x11\x12\x8b\xea\x3e\xfa\x4d\x12\x21\xc1\xf0\x0e\xec\x57\x2e\x10\xf0\x64\x39\x0b\x79\x5f\xdf\x9b\x8b\xb1\xb1\x09\xf3\x95\xdc\x3f\x6b\x2f\xe2\x63\xa5\x1b\x78\x5f\x1b\xbb\x77\x39\xe6\x33\xb9\xac\xaf\x60\x8f\x45\x84\x0a\xd7\xe2\xd7\x9f\xe6\x27\xe2\x75\xbe\xda\x14\xcc\xea\xdc\xe3\xcc\xc0\xf3\x5f\xcd\xa1\x1c\xac\xd3\x28\xf3\x2b\xc4\x7a\xb7\x42\x9b\x12\x7c\x3d\x39\x37\x97\xaa\xf3\x74\xde\x9b\xb8\xee\x8f\xd8\x35\xe0\xeb\xc8\x5e\x85\x66\xac\xfb\x88\x75\xa4\xf4\x4f\xeb\xde\x3d\xc2\xfe\x5b\xcb\xce\x3f\xc3\xe3\x6d\xf6\x84\x97\x58\x07\xe1\x6d\xf0\x1a\xfb\xc8\x98\x47\x75\xe3\xcf\xcb\x5e\xed\xc7\x9f\x17\x8d\x1f\x10\x90\x17\x43\x48\xb0\xee\x47\xb1\x73\x24\x42\x7c\x2e\xbf\x36\xce\xef\x41\x88\x9b\xc1\x7c\xbd\xc3\x0e\x21\x0e\x41\xc8\xce\x64\x5d\x81\x22\x00\x6e\x9e\xa3\x66\xf4\xf7\xf8\x8a\xf4\x35\x1e\x86\xea\x1c\xd0\x4b\x13\x0a\x5b\x71\x7c\x68\xfb\x03\x5e\xea\xf8\x36\x61\x1a\x6f\x11\x66\xb2\xaa\x92\xc2\x72\xac\x13\x41\xdb\x4a\xba\x59\x78\x2f\x8f\x1a\xf7\x75\x50\x80\xf5\x0e\x15\x9b\x8b\xf0\xfd\x60\x51\x5b\x39\x9e\x0f\xcf\x1f\xa8\xc6\xd7\x93\x8c\x0f\x75\x78\x9e\x38\xd6\xd4\x84\x59\xf6\x7d\x84\x55\x8e\x83\xc7\xf8\x7e\x3a\x5a\x99\x3a\xdf\x6b\x76\x52\x7e\x21\xc1\x0a\x6f\xf0\x7d\xd5\x74\xbb\x0f\xd8\x4f\xc8\x5d\xe1\x13\x1e\x47\x26\xc7\xbf\x63\xde\x54\xba\x98\xfa\x35\x6c\x12\x00\x82\x16\x54\x7c\xa6\xac\x4a\x8c\x06\x98\x46\x3a\x78\xd1\xfc\xdd\xa1\x18\x0a\x0b\x09\xff\x47\xf3\x72\x7d\x58\xc9\x37\x92\xcf\x7f\xbb\x81\xc2\x17\x17\x28\x7c\x4a\x76\xa4\xdf\x8f\x19\x9e\x97\x3a\xc2\xf3\x56\x63\x67\x8e\x86\xfe\x02\x9c\xe5\x2a\xb1\xab\x58\xe7\x50\x2c\x46\xf9\x83\xe4\x2b\xd4\xe0\x4f\x65\xbf\x6f\xc2\xe7\xf3\xc4\xe9\xbb\x58\x67\x7b\x30\xe7\x11\xf6\x8b\x49\x14\x78\x86\xaf\x9b\x3b\x8e\x77\xe0\x5f\xb3\xb1\xe6\x35\xfe\x9e\xb0\x86\xf7\x38\xce\xf9\xc5\x9f\xf0\xfa\xc4\xd4\xf6\x7e\x3c\x9e\xdc\x6c\x7e\x61\xf6\x9a\xe6\x39\x47\x35\xc2\x20\xbf\xc9\x4b\xf8\x4b\x9a\xd7\xf4\x25\xfb\xf3\x97\xd2\x7d\x1d\x08\xdf\x9b\xb1\x9f\xc2\x6b\xa4\xf3\xe9\x43\xc2\x63\x7e\x21\xc7\xd4\x37\x0e\x10\xc6\xbd\x97\x38\x55\xbc\x21\x0a\x9c\x17\xb1\xc3\xf3\xf2\x40\x9f\xc2\x66\x75\xbc\xbe\x4b\x74\x60\x25\x25\xd7\xb1\xbe\xa5\xe0\xd8\x2d\x4a\x0f\x39\x42\x07\x75\x4c\xe1\x19\x56\x19\xec\xd3\x68\xc7\xba\xb9\xdd\x33\xdf\xae\x67\xe1\x96\x57\x1f\xf0\x3c\x18\x51\xf8\x19\x5f\x47\x97\x3e\xfc\x86\xe7\xdd\x39\x8d\x94\x4e\x60\xa2\x16\xc5\x97\x3b\x9e\xa5\xfe\x2a\xed\x83\x21\xa6\xf0\x67\x1e\x74\xc9\x31\xed\x77\x40\xef\xef\x8f\xa4\x9d\x9d\xc4\x28\x3c\xcf\x4f\x61\x15\x39\x7e\x42\x3a\x80\xbd\x9f\x8a\xfe\xc2\xeb\x7f\xb5\xa4\xb0\x87\xf4\xc5\x79\x33\x6a\x78\x5e\x5a\x71\x87\xa3\xb2\xae\x2a\xdc\x1f\xb1\xb0\xad\x01\xc7\x9d\x5b\x70\x0f\xef\xa7\xc8\x74\x7f\x82\x6f\x30\x53\xb7\xb4\xe3\x3e\xac\x07\x76\xbd\xc2\xe3\x26\xc1\xe2\x1d\x56\x11\xec\xe8\xfe\x84\xd5\x29\x91\xa7\xbf\xe1\xe7\xd0\xd5\x5b\x7f\x61\xfd\x21\xcd\xff\xd3\xfe\x40\xb4\xff\x81\x0d\xe9\x8b\x42\xfb\x60\x0c\xe5\xfd\x69\x1d\x88\x26\x71\x3e\xa5\xfd\x0e\x68\xdf\x87\x55\x44\xef\x12\x47\x76\xbc\x9c\x24\x75\x43\xfb\x3b\x54\xbd\xa2\xf0\x1e\xf9\xdc\x2b\xf2\xc4\xd4\xdf\x3e\x34\x1f\x4c\xa2\x40\xe9\xab\x19\x91\x17\x5c\x2f\x97\xdb\x9a\x70\xb6\xf3\xde\xb5\xe0\x6f\xcd\x5e\xf3\x74\x1b\xc2\x7e\x48\x2f\xf1\xbc\x76\xc4\xee\x2d\xd6\xcd\x27\x0b\x7c\xc4\x7e\x63\x7b\x02\xbf\xe2\xfb\x85\xad\xdd\xbf\xf0\xa8\xa6\x75\x20\x4b\x49\x3f\x9c\xb9\x44\xff\x33\x99\xf4\xcd\x71\x9b\x47\x21\xed\x8f\x43\xf7\x01\x11\x8a\xf8\x9d\x07\x0e\xa2\x43\xa0\x75\x20\xf6\xe4\x89\x97\xf6\x7d\x08\x25\x8e\xa0\x74\xbf\x8f\xfd\x04\x33\x48\x27\xd8\x22\xd2\x39\x98\xd6\x7f\x34\x92\xf1\xf3\x94\x7c\x4f\x77\xf2\xdf\xea\x04\x0c\x86\xe6\xe5\x82\xcf\x43\x7c\xbe\xcf\xfa\x50\xf3\x5c\xba\x5d\x27\x9e\xdf\x8e\x6b\x76\xe3\x3a\x3f\x90\xf8\x09\x3f\x87\x25\x1e\xfd\x89\xfd\xe4\x06\xfb\xe2\x10\x5d\x03\xad\x87\x5a\x64\x34\xbc\x0e\x06\x75\x20\x94\x4b\xd1\x6f\x1d\x08\xb5\xf2\x85\xf8\x99\xf0\xa7\x0e\xc4\x8e\x42\x4b\xf2\xa4\xeb\x4d\xe2\xa5\x75\x52\x11\x64\xa7\x60\x2c\xd1\x2d\x1c\x26\x2b\x84\xb4\xfe\xe3\x02\xe9\x83\x52\xfa\x86\xc2\x5b\xa4\x83\xe4\x48\xfd\x47\xbf\xd1\x9f\x79\xc9\x95\x6d\xc7\xa3\x2c\xab\xea\x1d\x7e\x40\x48\x6b\xfb\x84\x75\xe4\x47\xc6\x7c\xc3\x67\x21\x49\xf7\x27\xfe\x35\x3b\x49\x1c\x51\x33\x29\xa4\xfd\x50\xfe\xab\x0e\x84\xf8\x45\xd1\x7d\x92\xe4\x8d\xff\x9d\x07\x5a\x07\x62\x48\xe2\x72\x25\xba\x0d\x7f\x82\xa1\xc4\xcf\x24\x92\xec\x9c\xa2\xf5\x41\xb4\xfe\x83\x9e\x47\xe9\xf9\x63\xd0\xff\x63\x84\xfe\xe3\x19\x59\x49\x7c\x47\x8e\x7f\xe2\xfd\xf4\xff\xff\x3e\x20\xf4\xe7\xec\x4a\xd0\x30\x9e\x9b\xd6\x81\x04\x4c\xa6\x70\xc1\x4e\x0a\x57\xca\x50\x38\xa8\x7f\xd8\x4b\x61\x1a\x3b\x85\x79\x44\x0f\x51\x41\x7e\xcf\xbd\xa9\x14\xbe\x26\xbc\x22\xd3\xfd\xb7\xfe\xa1\x9b\xf0\xb3\x1d\x01\x14\xd2\xfa\x0f\x5a\x2b\x70\x87\xf0\xda\x23\x79\xef\x6a\xf2\x5b\x07\x79\x5f\xa2\x8b\x80\xff\xc1\x07\xe4\x0f\xfd\xc3\x08\x1d\x08\xcd\xf7\x3b\x6d\xa5\xd0\x83\x49\x21\xad\x03\xf9\xa7\x1e\xe6\xc5\x88\x3c\x8c\xd4\xc3\x10\xed\xc2\x50\x3d\x4c\x7f\x2c\x85\x5d\x44\x2b\xd1\x4e\x7e\x03\xad\xff\xa0\xf5\x0f\xcd\xe4\xdf\xd4\x7b\x53\x78\x93\xe8\x23\x68\xfd\x47\x19\x39\x87\x57\xb3\x7e\x7f\xf7\xff\xd5\x07\xe4\x8f\x7c\xd0\xfa\x20\x52\x4f\xc4\x17\x05\x4d\x21\xdf\xf3\x4f\x1d\x08\x3f\xc9\x03\xad\x87\xd9\x46\xe1\x0d\xb6\xe1\xe7\xb6\x7b\xe9\xef\xdf\xfa\xf9\x08\xa9\x11\xa2\x7f\xa0\x7d\x50\xfe\x67\x1d\xd0\x08\xfd\xc7\x50\xfd\xc3\xbf\xfa\xe1\xe8\x12\x0f\x9a\x41\xfd\x47\xf6\xf0\xe3\x91\xba\x07\x7a\x5c\xfd\xa1\x03\xb9\x4b\xe1\x32\x3d\x0a\x37\x91\x71\x92\xf0\x72\x78\x1e\x46\xea\x61\x1e\x51\xfc\x31\xd6\x81\x30\x77\x50\xff\xdf\xf3\x8a\x8c\x07\xa2\x93\x7a\xc2\xff\x9f\xc7\x41\xd5\x00\x89\xff\x31\xa9\x03\x5a\xff\xe1\x48\xe1\x30\xfd\xc3\x3f\xe2\xff\x7b\x1f\x94\x21\xfe\x17\xd9\x23\xf2\x11\x31\x7c\x7c\x10\x1d\x08\x9a\x49\xf4\x32\x21\x84\x2f\xdb\x44\xb4\x4b\xf1\x7a\xc3\xf3\x70\x21\x81\xc2\x1a\x12\x5b\x2b\xf1\x1d\xea\xd3\xf9\x3d\x2f\xd0\x7a\xa0\xb6\x4f\x94\x3e\x8a\xae\x83\x26\x72\x7e\x69\x1d\x54\x35\xc9\x13\x3d\x0f\xd0\xf1\x5f\xa9\x1a\x1e\x7f\x5e\xc3\xbf\xf3\xf0\x2f\xfd\x87\x82\xce\xf0\xe3\x91\x3a\x10\x7a\x3e\xa1\xe7\x4d\xcf\x67\x14\x06\x90\xd7\x17\x93\xbf\xb9\xbe\x9f\xc2\x3d\x6d\xc3\xf3\x70\x31\x9d\x9c\x4b\xa2\x83\x69\x23\xbf\x6f\x60\x1f\x42\x7d\x8b\xa9\xff\xef\xd4\x1f\x5e\x07\xf4\x38\xa0\xe7\x81\x9a\x40\x12\x3f\xad\x03\x1b\xf3\x9f\xe3\xcf\x61\xfe\xce\xc3\xbf\x7c\x50\x68\xfd\x07\x43\x82\x42\xda\x0f\x81\x46\xfa\xfd\xe1\x3a\x10\x84\x2c\x3b\xc8\xf8\x20\xfe\x11\xf4\x7c\xb9\x88\xaa\xc5\x19\xeb\x6e\x90\x3c\x90\xf3\x9d\x26\x44\x61\x61\x29\x39\xa7\x24\x8f\x1d\xa2\xbf\x7f\x63\x0f\x79\x8d\xd6\x07\xd2\x75\xd0\x78\x90\xe8\x7f\xe6\x22\xbc\x9f\xe0\xba\x05\x9a\x39\x34\xfe\xe2\x30\xea\xf5\xc2\x08\xea\xf5\xbc\x9a\xe1\xf1\x67\x4f\x45\x5b\xe9\xbf\x31\x52\xff\xf0\x2f\xfd\x07\xcd\x83\x0a\xdb\x0f\x7f\x5d\x66\x84\x7e\x8a\xae\x0b\xa7\x2b\xc3\xe7\x09\xfa\xba\xb1\x86\xc4\xb0\x9b\x5c\x17\x4f\x74\x91\x73\x75\x94\xc4\x46\x3c\xb2\xde\xd8\x20\xf4\xe3\x3b\xf5\xff\x6f\x67\x20\xec\xa3\xf9\xa4\x9b\xe3\x38\x0b\x6f\xbf\xe6\xc2\xe3\xa2\xe6\x2b\x17\x56\x70\x57\x9e\xe7\xc6\xeb\x0b\xa5\xe1\x3c\xd8\x57\xa9\x28\x95\x33\x13\xd7\x98\x2e\x07\x7e\xff\xbc\x1c\x97\x13\x0b\xcf\xa6\xb2\xe3\x3b\xc1\xcc\x56\x6e\xfc\x7e\xfa\x26\x0e\x7e\x3a\x0f\x23\xcf\xff\xbf\xf4\x1f\xb4\x1f\x00\x8d\xf4\xfb\x12\x54\xfd\x47\xc9\xae\x1a\x9e\x57\xea\x7a\xca\x5e\xec\x6d\x8d\x28\x1f\x29\xdc\x7f\x8d\xcb\x78\x35\x8e\x97\xfb\xd4\x6e\x3c\x3f\x70\xad\x3d\x89\xaf\x79\x9c\x4e\xc5\xab\x11\x62\x72\x72\x36\x35\x0b\x21\x34\x50\xca\x7d\xab\x4b\x00\xa1\xcf\xd2\x7c\xd8\x5f\xb4\x7d\x83\x10\x7e\x1e\xba\xb7\x41\x64\x37\x1e\x3b\x73\xc4\x6f\xe1\xf3\x7e\x50\xa6\x1d\x80\x7b\x4e\x71\x24\xe3\x08\x00\x4f\x49\xe1\x16\x86\x35\x00\x37\xb3\xe0\xb0\x18\x5e\x87\xc9\x79\xc7\x58\x07\xc0\x63\x9f\xc5\xc6\x68\x06\xe0\x39\x99\xb1\x42\x08\x3b\x64\x9e\xe2\x17\xc2\xcf\xe7\xa9\xf2\x42\xd3\xe9\x3c\x0c\xf6\x41\x89\x18\x1e\xdf\xdf\xf5\x1f\x7f\x22\x95\x17\x36\x0e\x09\x7c\x1f\xc4\x25\xab\x82\x7d\xaf\x78\x5b\xcc\xf7\xb3\x50\xf0\x9c\xbb\x1c\x0b\x85\x96\x07\xe2\xba\x11\x3e\xba\x0a\x7b\x9c\x09\x5f\xda\x3d\x17\xa1\xef\xed\xe2\xe3\xd2\x62\x10\xfa\x72\x62\x54\xf7\x65\x67\x84\x7a\x75\x47\xbf\x69\x68\x45\xe8\xfd\x0d\x69\xbf\x4e\x11\x84\xde\xdc\x64\x60\x25\x72\x8b\x2b\xa3\x15\x80\xe7\xe1\xad\x08\x39\x25\x00\x7e\xbd\x72\x29\x39\x33\x00\xfe\xb1\xb4\xef\x4d\xfe\x57\xb9\x17\x00\xfc\xcf\xce\xbd\x97\xbb\x0b\xc0\x7f\x2a\xfb\xa3\x9c\x1f\x00\x5f\xd3\xe9\x33\xf2\xcf\x00\x04\xb6\x9c\x9c\x21\x5b\x0e\xc0\x5b\x94\x9a\x29\x5b\x01\xc0\x7b\x28\xc5\x5c\xae\x03\x80\xaf\xec\x30\xbf\xac\x39\x00\x4f\xec\xdf\xe2\x1f\xc1\x7f\x8f\xe0\x81\x07\xf9\x50\xc2\x7b\xd3\xbc\xa8\x40\xa1\x00\xd6\x2e\x8a\xea\xca\x62\x5d\xc9\xa8\x97\x86\x38\x5e\x69\x69\x57\x7c\xbf\x24\x6d\x3a\x83\x1f\xa1\xaf\xb5\x32\xad\x61\x63\x39\xbe\xf7\x8e\x92\xe5\xdf\xd6\xc7\xb3\xb5\x8b\x5f\xb6\x22\x45\x82\x7f\x4c\xc7\x07\x39\x83\xbc\x24\xc1\x69\xcf\x23\xe5\x0e\xd4\x88\x0b\xdd\x7a\x2a\x25\xaf\xf0\xec\xae\xb0\xfb\xe3\x4a\x85\x09\x03\x4c\xa1\xac\x06\x35\x25\x53\x00\x91\x9b\xe5\x62\xca\x5e\x00\x62\xdc\x97\xae\x29\xb7\x01\x88\x4d\x3e\x2f\x82\xfb\x60\x49\x67\x73\xa8\x0c\x00\x88\x9d\xa5\x75\x2f\x69\x0d\xca\xb5\x00\x22\xe7\x8f\x2b\x2a\xb5\x03\x08\xcf\x4a\x49\x50\x6a\x04\x10\x16\x3b\xd0\xac\x74\x00\x40\x68\x49\x72\x99\xb2\x08\x80\xd0\xe5\xbd\x6b\x14\x3f\x01\x08\x7a\xfc\x87\xf8\x47\xe8\x20\x68\x1e\x94\xd6\x03\x88\x09\x53\x38\x9a\x3c\xb5\x48\xd9\xb1\x61\xdd\xa0\xfc\x31\x71\xec\x27\xa6\x28\xa2\x71\x99\xfd\xc3\xf7\x03\xca\xd3\xed\x62\xb8\x6a\x7a\xd6\xa9\xd6\x4f\x9c\xcc\xf7\xf9\xb5\xb8\xba\xea\xa2\xe3\xc2\x72\xcf\x95\xd4\x17\x6c\x6a\x11\x6b\x79\x74\x5b\x7d\xd5\xbe\x38\x49\xdd\x7b\xaf\xd5\xa5\xb2\xa3\xa5\x76\xde\x8e\x56\x7b\x5f\x2e\x20\xe3\x50\xff\x48\x5d\xba\x65\x09\x43\xe4\xd6\x42\xf5\xf6\x4f\xe3\x64\x0e\x56\xd4\x69\xe6\x03\xc8\xd4\x17\x7e\xd5\x5a\x0a\x20\x53\x45\xf7\x7b\x4a\x3f\xa6\xed\x07\x20\x5d\x9a\x7a\x41\xdb\x0d\x40\xea\x6b\xca\x1a\xed\x99\x00\x52\x4b\x0f\xa9\x6b\x07\x03\x8c\xfe\x96\x9c\xac\xd5\x0c\x20\x59\xb9\xd7\x43\xb3\x0c\x60\x94\x62\xfc\x66\xf5\xaf\x00\x62\xef\x76\xff\x54\xbf\x09\x20\xb6\x33\x36\x5c\x83\x0d\x40\x4c\xe5\x2f\xf5\x3f\xf2\xbc\x93\xf3\x2d\x46\x9e\x8a\x68\x3e\x58\xe9\x18\x85\xea\x2b\xd1\x30\x7e\x58\x57\x99\x57\x17\xa1\x2f\xdc\x46\xa3\x15\x3c\x39\x1e\xbc\x79\x6d\xe4\x69\x3a\x4a\xd0\xbe\xcd\xd3\x38\x6d\xfc\x0f\xb1\xe4\x16\x51\xe3\x33\xb3\x52\x46\x6f\x6e\x2a\x36\x56\x5c\x55\x23\xcb\xa8\x35\x31\x9a\x16\x67\xa0\xa8\x7a\xfd\x8a\xa1\x4f\x5a\xa6\x8a\xfc\xb5\xb1\x06\x5b\x8b\xd6\xaa\xb9\x96\xbc\xd4\xff\x74\x7b\x96\xba\x6d\x11\xd3\xc0\xa7\x4b\x50\xdd\xed\x42\xa2\xe1\x11\xe8\x51\x7d\x94\xb5\xc2\xe8\x02\xf4\xab\x7a\xa7\xb2\x99\x70\xc2\x0f\x55\xbe\x43\x9d\xc6\xe3\x00\x94\x0e\xef\x57\x33\xaa\x06\x50\x94\x4c\x7c\x63\x74\x14\x40\xfe\xf5\x9e\x35\x86\x39\x00\x72\x3c\x3b\xb9\x0d\xe5\x00\x18\xa1\xdb\xbf\x18\x58\x03\xc8\xf0\x6d\xad\xd3\xaf\x02\x90\xea\x8a\x9e\xa1\xf7\x08\x60\xf4\xd6\xc8\xeb\x7a\x81\x00\x92\xbb\xfe\x1d\x3f\xfd\x14\x28\x4e\x78\x5f\x05\xa2\x03\xa2\xf9\x60\x7a\x15\x8d\xe2\x05\x07\x64\x6d\xf1\x53\x62\xef\x28\x07\xcc\x8b\xbe\xda\xea\x76\x48\x9a\x89\xd0\xa3\x67\xce\xb3\x74\x7e\x09\xde\x6a\xd2\x70\xf4\x70\x78\x28\x75\xa3\x3a\xc5\x61\xff\xe4\x57\xf2\xd7\xca\x5a\xec\x67\x2e\x59\xa5\xaa\x7b\xf9\xa6\xed\xbb\x2d\x5b\x34\x7b\xf3\x99\x36\xb3\x0f\x1f\xd5\xcd\xc8\x19\xb0\x56\xca\xdb\x6b\x30\x31\x5b\xc7\x4a\xf5\x66\xa2\xe1\xa3\x0c\x4d\xcb\x7b\xed\x8d\x46\x72\xe9\xe3\xad\x3a\x21\xda\xe0\xeb\xe1\x08\xeb\x53\x90\xa6\xb7\x7b\xef\x17\xeb\x83\x50\xae\xfd\x3e\xee\x90\xcd\x5c\xa8\xd7\x7a\xb0\xe3\x96\xd5\x0d\x78\xaf\xbe\x7c\xeb\x53\xab\x67\xf0\x55\x6d\x7c\x74\xbf\xe5\x05\x00\x95\xb1\x91\x09\x96\xcf\x00\x94\x97\x6c\x9c\x62\xf1\x02\x40\xf1\xf4\x3a\x75\xf3\x68\x00\x79\xa7\xb5\x07\xcd\xfc\x01\x64\x33\x57\x95\x98\xe6\x03\x30\x5c\xfe\xcc\x03\x1d\x3f\x7d\xfe\x95\xdb\x86\xc7\x4d\xf3\xc1\xce\x78\xdf\x76\x5f\x98\x3b\x5e\x05\xe9\x6a\xf6\xc1\xc7\xcf\x23\x27\xe2\xa7\xd9\x07\x65\x53\x93\x44\x26\x22\x54\xb7\x7b\xf2\x4d\xd5\xf1\x02\xec\xe5\xd1\x7e\xfa\x96\x46\x52\xfc\x85\x27\xbd\x4a\x3d\xd5\x55\xcf\x9d\x73\xf2\xa8\x08\x2a\xd3\x31\x3d\x7d\x7e\xfc\x83\x75\x7c\x86\x19\xc7\xbf\x8d\xed\x48\xdc\x67\xfa\xeb\xf0\x0e\x37\xce\x2c\x6d\x4b\xb4\x5f\xc3\x25\xa5\x3c\xd4\xea\xf3\xde\x32\xe7\xc7\x8f\x76\x5a\xa7\x26\xa4\xb9\x48\xf7\x7d\xb6\xaa\x89\xfd\xec\xf2\x10\x1c\xcc\x53\xa3\x8f\xba\xaa\xc1\x62\x93\x1d\x1b\x73\x5d\xbc\x60\xaf\x21\xd7\x7a\x79\xa7\x16\x28\xd0\xed\x59\x7d\xcc\x29\x00\xea\xb4\x17\x84\x7f\x76\x92\x80\xfb\x5a\x73\x56\xe4\x3a\x6a\x41\xaf\xba\x43\x98\xb6\xc3\x31\xf8\xae\x26\xb2\xec\xb2\x3d\x2f\x80\xf2\xfd\x50\x51\xdb\x7d\x00\x8a\x4b\x17\x7f\xb1\xcd\x00\x50\x58\xf7\xe7\xf8\xa7\xeb\x5e\x85\x20\xad\x03\xb2\x27\x48\xf1\xa1\xbd\xad\x93\xb0\x7b\x68\xe7\xc7\xe9\xd8\xef\xa0\x75\xc2\x6c\xbc\x9e\x7b\x67\x33\xe5\x13\x52\xd3\xb3\x50\x91\xf3\x01\x42\xa5\x2d\x0b\x83\x65\x5f\xf2\x48\x17\xa8\xcf\xad\x32\x9c\x3b\x6a\x77\x46\xc7\xac\xb3\x2e\x5b\x94\xaf\xa7\xcc\x0e\x08\x98\x16\x65\xd0\x9d\x74\x7d\x6a\xe3\x72\x0f\xf3\x98\x38\xad\xc9\xc7\x76\xf8\xd8\xac\x88\xb9\x39\xf1\x58\xea\x0a\x07\x99\xa8\xd9\x7e\x9c\x97\x7f\x8c\x09\xd9\x50\x34\xe1\x75\xf3\x5c\xa7\xfd\xeb\x74\x26\x6c\x7d\xff\x6c\xcc\xbb\xd5\x6f\x26\x3c\x65\xde\xb1\x6f\x0e\x3b\xe5\xd3\x01\x52\xd6\x1c\xa1\x6d\xde\x21\x30\xc1\x2c\x2f\x78\x87\xd7\x53\x58\x66\x22\xb2\xf8\xb6\xc7\x0b\x48\x30\xd4\x5a\x70\xdf\xfd\x23\x9c\xd1\x5b\xbf\x20\xcc\x5d\x11\x2e\xe9\x4e\x9c\xb7\x7e\xec\x21\x78\xa8\x99\x10\xf4\xc9\x6d\x32\xbc\x55\xdf\x35\x47\xdc\x4d\x0f\x7a\xd5\xf6\x05\x26\xbb\x9a\x00\xa8\xec\xfd\x1d\x3f\x7d\xfe\x55\x86\xd5\x3b\x80\x1b\x5e\x2d\xfd\x71\x7c\x22\xf6\x33\xe8\x59\x32\x1d\xf3\x94\x1d\x15\xf3\x30\x31\xfc\x70\x5f\x30\xde\xcf\xdd\x74\x63\x39\x3e\xbe\xd1\x16\x8e\xfd\x41\xae\x04\xac\xc6\xeb\x97\x79\xcc\x88\xd9\x92\x77\x11\x4a\x0f\x5e\x25\xae\x39\x49\x34\xfa\x50\x74\xd8\x04\xdb\xaf\x0a\xe3\x76\xeb\x2e\x39\xe8\x7b\x48\x8f\x33\xca\x6c\xa1\xef\x02\x05\xab\xbe\x35\xf3\xe7\x3d\xda\xd4\xea\x70\x75\x19\x04\x15\x1f\xa8\x73\xbe\x17\x6c\x37\x3b\xe3\xfc\x75\x37\xc7\xf9\xef\x67\xcd\xa8\x8d\x1d\x5b\x18\xc4\x0c\xcc\xed\xd8\x38\x76\xde\x9c\xb1\xb3\xb8\x99\x21\x2e\xbd\x81\xab\x67\xf2\x32\x4b\x1c\x6e\xcc\xd8\x1e\x90\xc3\x64\xda\x48\x04\x68\xf8\x5b\x82\x9e\xc5\xb6\x69\x6d\xd3\x16\xc3\x38\xb3\xe0\x69\xe3\x27\x33\x21\xc4\x78\xd6\x94\x93\x93\xc4\x61\x8f\x81\xc1\xe4\xf3\x7e\xcb\xe0\xb4\x6e\xcb\x64\xde\x09\x77\xa1\x58\xbb\x6e\x62\x8f\xb7\x07\xdc\xd7\x38\x37\xf1\xb0\x57\x34\x3c\x55\x2f\xff\x33\x7e\xab\x5e\x0a\xdd\x29\xfd\x4f\xea\x64\x7c\xdd\xe8\x36\xa2\x56\xc7\x5e\x08\x84\x62\x36\xe1\xa1\xe0\xca\x7a\x16\xd6\xcf\xa1\xfc\x60\x2a\xdb\xa9\x3e\x41\xc5\x1c\x51\x98\xb7\xcb\xc9\xdb\x8a\x5f\x3f\xa9\xbf\xdd\x8d\x6f\x03\x42\x07\xf9\x63\x6e\x2a\x46\x09\x78\xec\xda\x1a\xed\x64\x36\x5f\x66\xf3\xa6\x09\x9b\xb6\xb9\x2f\xd3\x34\x5a\x9e\xb0\x8e\x73\x56\xb2\x99\xef\xfc\x81\xd5\x77\xd6\xbc\xb5\x93\x9c\x25\xbd\xea\xd0\x5e\x0d\x87\x3a\xff\x77\xe1\xae\x67\xc5\xc7\x2c\x9b\xa2\xb7\x52\xa5\x2a\xdb\x89\x6d\x62\xc3\x8a\x2b\xcf\x8b\xc7\xb8\xfb\x7d\x5a\xa9\xc1\x7c\x62\x1f\xe7\x7b\x64\xe9\x2b\x90\xb5\xea\x9a\xf0\x3a\xf8\x1e\x8c\x33\xdf\x31\xc1\x79\x41\x1d\x2c\x31\x99\xe3\x73\x64\x5e\x29\x44\x1b\x2d\xf1\x56\x99\x1b\x0c\x29\xfa\x1f\xbd\xd4\x66\x7f\x83\x0b\xba\xf1\x9e\xc2\x81\x7b\xe1\xa6\xb6\xa1\xc7\xb5\xe9\x47\xe0\x81\xe6\x2a\x8f\x8f\xfe\x3a\xd0\xaa\x11\xe3\x71\x7e\xca\x43\xe8\x54\x37\xfe\x3d\xfe\x47\xc4\x1f\x3a\x1d\xf7\x07\xf9\xd0\xbc\x10\x8f\xff\x76\x51\xaa\x3f\xc4\x83\x0b\x11\x78\xfe\x68\xb8\x16\x89\xd7\x33\x2b\x8d\x62\x70\x1d\x5c\x4e\x8a\xc5\xab\xcb\x67\x81\xe2\xc9\x4f\x74\x25\xe2\x5d\x67\xc9\xaa\xfb\x0c\x59\x18\x27\x9a\x9c\x2c\xdd\xc9\xb1\x7e\x63\xce\xde\x95\x7a\x6b\x24\xce\x2f\x7b\x1d\x6f\xea\xec\xa3\xac\x32\x67\xff\xae\x6d\xfe\x8b\x0c\xac\xa7\x85\xc4\xd6\xaf\x5c\x68\x7a\xc5\xb7\x6b\x47\xd2\x1e\x4d\x8b\x05\x9e\xcf\xb6\x47\x67\x1e\xb5\x42\xe3\x0d\xb6\x6d\xac\x9c\x6d\x15\xe1\xf6\x32\xe6\xf1\xd3\x18\xcb\xb3\x6e\xd3\xb7\x29\xfe\xac\x37\x9f\xe2\x66\x17\x35\x0e\x56\x99\x70\xbb\x36\xad\x17\x86\x03\x86\x7c\x2e\xab\xd7\x54\x43\x91\xee\x7d\xd7\xa8\xf0\x70\x28\xd6\xcd\x77\x2e\x5e\xb1\x0c\xee\x6b\xe5\xb9\x4c\x59\x7a\x19\x5a\x35\x9f\x38\xb7\x86\xbc\x83\x2e\x0d\x43\x67\x9f\x45\x37\xe0\x9b\xda\x54\x27\xbf\xf9\xef\x01\x54\x6c\xc7\xe4\xcc\x9b\x0d\xa0\xcc\xfd\xbb\xfe\xa9\x71\x4f\xc7\xdf\x93\x14\x8c\xd7\x27\x9f\xdf\x59\x85\xf7\x7f\x3f\x68\xa7\xfa\x23\xd5\x77\x6d\xc3\xfc\x75\x79\xca\x4e\xcc\xcb\x5c\x36\x48\xa4\xfc\x0f\x2a\x29\x7d\xc0\x49\xa3\x03\x38\x5f\xfb\xf3\x53\xf0\x6a\x63\xec\x52\x8a\x2f\xdf\xb8\x33\xed\xa3\x70\x18\x42\xcb\x4d\x4f\xa8\xab\x59\x0b\x4d\x08\x3a\x72\x2c\xc7\xe6\x07\xe3\xd0\xc4\x97\x47\x8a\xfd\x9e\x6b\xca\x7a\xaa\x1f\x7e\xb7\x34\x58\x27\xdd\xf5\xd9\x61\x91\x58\xd0\x57\x76\xfc\x70\xc8\x38\x5d\xc8\x60\x95\x5d\xd0\xc1\x85\xd7\x78\x0c\xae\xdb\xd8\x1f\xe8\x7a\x7c\xc2\x80\xc3\xfa\xcc\x81\x6f\xdf\xcb\x75\x93\xac\x37\x24\x7e\x82\x07\x5a\x91\xd6\xfc\x71\xb3\xe0\xbd\x86\xa6\xf5\xaa\xed\xcb\xa0\x4f\x5d\xd9\xda\x6e\xcb\x7b\x00\xd5\x4a\x6b\xfd\xc8\x65\x00\x2a\x9e\x36\x7c\x1b\xd8\x00\x54\x8c\xad\xce\x45\x48\x00\x28\x36\x5a\xdd\x5d\x1d\x06\xa0\xa8\x63\x75\x6d\xe5\x54\x00\x05\x6d\xab\x8a\x65\xf7\x00\xe4\x95\xe8\xf3\x0f\x2e\x33\x70\x3e\x68\xfd\xd7\x8b\xf6\x08\xbc\xda\xfd\xd0\x3f\x1a\xaf\x6a\xd6\xf9\xec\x6c\xa2\xea\x3f\x01\xd7\x7b\x51\xef\x7e\xec\x0b\x93\x6b\x77\x04\xaf\x32\x9f\x7a\x79\x1c\xd7\xc3\xa1\x62\x8a\x5d\xd8\x3d\xf5\x34\x66\x15\x36\x89\x66\xe3\xf9\x24\x14\x9d\xc3\xfd\x10\xe6\xfa\xe5\x4a\xca\x16\x73\x7b\x4d\x96\xcd\x71\x35\xf9\x24\x71\x74\xec\x83\x33\x7a\x9e\xfe\x0a\xbe\x8e\x01\xd9\x97\x17\xbb\x2a\xdb\x5a\xaf\xce\x36\x88\x39\xae\xea\x6f\xf6\x29\x6b\xc3\x09\x6f\xb5\x28\xe3\xbd\x99\xbf\x4a\x5e\xa8\xed\x36\xac\xcb\xf4\x6f\x09\x56\x7d\x66\x38\x23\xd3\xf5\xab\x9a\xf2\x0e\xc3\x93\x69\x0d\x00\x8a\xbb\x0d\x83\x8e\x4c\x01\x90\xaf\x34\xac\xd9\xcf\x01\x20\xaf\x6d\x98\xb2\xb7\x06\x40\xce\xc3\x28\x65\xcf\x0d\x00\xb9\x64\xe3\xe9\x3b\xd5\x00\xe4\x82\x0c\x83\xb6\xcb\x00\xc8\x1c\x32\xda\x1a\xbd\x17\x40\xe6\xa6\xe1\xba\xc8\x76\x00\x69\x5d\xc3\xe6\x0d\x62\x00\x52\x79\x90\x15\xb0\x02\x61\xff\xa7\x65\x98\xa7\xe9\x38\xb3\x1e\x63\x4b\x52\x0c\x66\xd7\x1a\xc2\xe2\xf1\xee\xc1\xca\xb9\xfb\x30\x7b\x56\x64\x70\x18\xb3\x29\xe7\xe2\x8e\xe1\xb8\x32\xaa\x4e\xe3\xf1\x91\x62\x91\x85\x79\xef\x84\x24\x8a\x27\xdf\xd2\x7e\x1e\xfb\x61\xaf\xf2\xbb\xe8\x8d\x70\xff\x8b\xcb\xf8\x7e\x6c\x8a\x5b\xc9\x32\x71\x19\x84\xc6\x09\x16\x77\xea\x8c\x12\x7c\x62\xd3\x58\xd4\xea\x3a\x57\xb2\xd0\xf4\x47\xd1\xe5\xa0\x46\xa9\xf7\x06\x17\x8a\x0e\x46\x1d\x94\x29\xd4\xd9\x5c\xe4\x71\xd4\x8a\x31\x53\x73\xef\xe5\xaa\x22\x6d\x86\x8e\xfa\xc7\xcb\x93\xee\xed\x95\x19\xa3\xbe\xfb\xd2\xc7\xcf\x6b\xa4\xb8\xd4\xb5\xf3\x0d\x01\x46\x05\x69\xec\xc9\xde\x05\x20\x39\x43\x63\xde\xa9\x14\x80\x51\x3b\xd4\xe3\x8f\xff\x00\x90\x90\xd4\x58\x9a\xc2\x01\x20\xb1\x4f\x6b\xe5\x81\x85\x00\x92\x6a\x9a\x4a\x49\x8a\x00\x12\x7a\x9a\x91\xf1\x79\x00\x12\x12\x1a\xf9\xbb\xfa\x00\xc4\x6e\x6a\x89\xed\x58\x05\x20\x7e\xe8\xe3\xd5\x65\x8b\x59\xbf\xef\x75\xe8\x26\xcc\x8a\x3c\x32\xdc\x81\xc7\x75\x43\x0b\x75\xde\xaf\x27\xed\xc7\x75\x72\xe5\xdb\x31\xcc\x36\xe5\xcd\xa1\x74\x40\x99\xde\xd9\xf8\xf8\x58\xd3\x39\xcc\x42\xee\xf3\x29\xc0\xf7\x97\x3b\xae\x52\x3e\x29\xeb\x8f\x16\x77\xb0\x70\xc9\xc4\x52\x9c\xd7\x80\xed\x15\x78\xdc\xb8\xbc\xad\xbe\xca\xce\x86\x90\xf5\xa3\xea\x8f\x8a\x2f\xb9\x27\x18\x2c\xac\x8e\xb3\x1d\x10\xda\xa7\x75\xba\xfa\xe5\x0c\x39\x11\x03\x35\x85\xea\xd7\xeb\x96\x8a\x0a\x2b\xd5\xd4\x88\x1e\xf8\x28\xea\xa8\x30\xb7\xba\xe3\x42\x8c\xc8\x01\x79\x99\xea\x6b\xcd\x3a\xc2\xa1\x72\xe7\xab\xe7\xf7\x22\x41\x6b\xb9\xdb\x15\xb6\x00\xfc\xc9\xf2\x72\x45\x91\x00\xfc\xad\x0a\x7a\xf9\xa7\x01\x04\xd9\xe5\x8f\xe7\x6c\x07\x10\x50\x90\xff\x9a\xf9\x0a\x40\x60\x92\xc2\xab\x53\xd7\x00\x04\xf5\xe5\x9d\x53\x67\x00\xf0\x0b\xc8\xdf\x4c\x89\x02\xe0\x0f\x55\x50\x39\x98\x02\xc0\x1f\xaf\xe0\xb9\xef\x23\x00\xff\xba\xd7\x3d\x9b\xf0\x2e\xf9\x27\x53\x63\xf1\xf9\x6c\x62\xee\xc5\xd7\xc9\xaa\x77\x87\xb1\x1e\xa6\x24\x23\x0d\xf3\x17\x05\x9d\x59\xf8\x7a\x98\x35\x2a\x07\xfb\x80\xa4\x42\x01\xbe\xbf\x3c\x60\x74\x09\x8f\x83\x38\x9f\x2b\x7b\x58\xb8\x79\x6a\x19\xae\x8f\x95\xfd\x94\x4e\x60\xde\x8b\x6a\xfc\x7d\x13\xed\x29\x5d\x88\x8d\xfd\x6d\xcc\xc6\xe8\x29\xdd\x4d\x1a\xb5\x0f\x21\xe5\x86\xbb\xb9\x26\xf6\xdc\xab\xe5\x3d\xee\xad\x98\xe4\xcc\x7d\x9a\x31\xfb\xbe\x50\xb8\x04\xb7\x80\xf4\x9b\xfb\xdb\x93\x54\x39\xc3\x19\xe6\x0f\x46\xe7\x95\x20\x24\x75\xf7\x7e\x41\xa3\x1b\x42\x92\x0b\xef\x87\xbd\xef\x44\x48\xdc\xee\xf6\x16\xd6\x3d\xa0\xe8\xf8\x1a\xcc\x98\x0a\x1d\xaf\xb0\xc6\xe8\x5d\x82\x99\x44\x81\xf3\x97\xf0\x3a\x05\x9f\x60\x01\x7e\x76\xe0\xbb\x71\x0e\xdf\x3b\x73\x97\x66\xe1\x75\x07\x6e\xab\x74\xcc\xa4\x70\x26\xa6\x61\x9e\xbc\x35\x65\x27\xa6\xcf\xee\x1c\xa0\x7c\x41\x6a\x8e\x1d\xc3\x75\x51\x3a\x3b\x1d\xb3\x41\x05\xcd\xd9\xd8\xf7\xfd\xcc\xc9\x7c\x3c\x1f\x9e\x8c\xbd\x84\x75\xc6\x87\xaf\x97\xe0\x7d\xff\x89\x62\xe5\xf8\xba\xba\xad\xef\x06\xbe\xaf\x5a\xd7\x41\xf5\x51\x09\x7d\x59\x87\xc7\xd1\xcc\x97\x4d\xb8\xdf\x90\x67\xd2\x5d\xfc\xfd\x66\xd3\x1e\xe1\xef\x91\xd1\x6d\x8b\x63\x1b\x87\xd0\xa8\xbc\xe7\x57\x34\xd4\x11\x12\x73\x6d\xcf\x72\xe7\x43\x48\x68\xc1\x8b\xc4\x60\x25\x84\xf8\x4d\x5e\xdc\x8c\xbd\x87\x10\xcf\xc3\x97\xd3\x33\xe5\x11\xe2\xf2\x7f\x19\x5d\x75\x14\x21\xf6\xdb\x2f\xcd\x3b\xaa\x10\x42\x02\x6d\x1f\xa0\x0f\x21\x34\xeb\x3e\x5e\x4f\x42\xa8\x91\x30\x68\x37\xf1\x3a\x05\x32\xbf\x9e\x4c\x1d\x97\x11\x9f\x87\x62\xaa\x33\x43\xcc\x45\xf2\xf9\x5c\xb2\x43\xff\x6c\x34\x5e\xd7\x70\xdf\x8f\x7d\x5c\x6a\x0f\xa7\xce\xc6\xf1\x3f\xcd\xc0\xba\x87\x8b\x77\xce\x8d\xa6\xae\x03\xd4\x6e\xe9\xf4\x39\x25\xb8\x8b\xc2\x48\x1d\xd0\xce\x26\x2a\xee\xcd\x88\xda\x45\x1d\x9e\x79\x1b\xcf\x97\x0b\xbb\xa9\xb8\xfd\xc5\x1e\xe2\x79\xc2\xf5\x31\xc5\x36\x1a\xb4\xbf\xc0\x75\x32\xca\xbf\x0b\x8f\x3f\xb6\xdd\xdd\x02\xe2\xf8\x13\xdd\x15\xd6\x78\xa7\x79\x4f\x6d\x20\xfe\xcb\xbd\x53\xa2\xf0\x88\xeb\xad\xa2\xae\x38\xbd\x55\x65\x6e\x78\x26\x93\x7f\x86\xf9\xbb\xee\x58\x8a\x49\x7f\x49\x7c\x1c\x1e\x13\x46\xf9\x5e\x1e\x85\x4d\x44\x17\x72\x93\x30\xcc\xd7\xc9\xce\xec\x6b\xe3\x28\xbc\x32\x11\x86\xe8\x62\x1a\xc4\xa9\xba\x2f\xff\x99\x85\x7f\xff\xa5\xf7\xe7\xf1\xbc\x78\xfe\x62\x21\xbe\x5f\xce\x6c\xa0\x74\x01\xa9\x70\x1d\xcf\x17\xb4\x0e\x28\x3e\xb6\x01\xf7\xc9\x88\x39\x7a\x1b\xeb\x22\xd6\x89\x53\x71\x2f\x5d\xf7\x10\xf3\xc1\x73\x8d\x5a\x31\x4f\x3a\x69\xc2\x0b\x3c\x5f\x38\x45\x75\xe2\xeb\x8a\xde\xb4\x0f\x78\x17\xbb\xb8\xcf\x67\x7c\x1f\x86\xd0\x80\x9d\x20\x56\x0a\xfc\x38\x6e\x26\x85\xf0\x95\x7b\x1a\xde\xd1\xf0\xcb\x77\x1d\x66\xe2\x7f\xa5\x50\x3c\xe6\xaf\xf7\x45\x94\x3f\xbf\x0f\xa5\x7b\x60\x7a\xfd\xc2\x23\x95\xf6\xb9\xe8\x24\x79\x68\xcb\xfd\xcf\x79\xb9\x45\xf4\x22\x55\x89\x14\x96\xe3\xf7\x2b\xa2\x88\x0e\xac\x2c\x1f\xdf\x0f\xe4\x1f\xa5\x7c\xa0\xce\x1c\xab\xc0\x67\xe3\xa4\x43\x35\xd6\x4f\x1f\x0e\xad\xc3\x3e\x74\x89\x4b\x9b\x30\x7b\xb8\xd3\xf7\x3e\x1e\x3f\x51\xc6\x0f\x31\x1f\xbc\x5a\xf9\x29\xee\xbf\x19\xdc\xd4\x86\xef\xc7\x66\xe9\x76\xe2\x68\x7c\x5d\x28\x16\xd1\x7e\x75\x2f\xce\x9f\x76\x13\xa5\x0b\x11\x53\x60\x2a\x50\x79\xf8\xb7\x0e\x24\x8c\xe8\x62\xf6\x90\xfd\xee\xd9\xe4\xc9\xbe\x8a\x74\x7e\x6c\x1f\xb2\x5f\xff\x37\x9f\xdf\x6d\x34\x22\x2f\x69\xff\xc8\x8b\x35\x0c\xd1\x0b\x5d\x3d\x42\xf5\xc3\xbb\x90\x59\x82\xe7\xb3\x1c\xdf\x1b\xf8\xbc\x65\x78\x12\x1d\xd0\x1a\x4a\x07\x94\x9c\x7c\x0f\x7f\x6e\x8f\xd2\x43\x7c\xff\x18\xd3\xf6\x0c\x5f\x0f\xd7\x3f\x69\xc7\x51\xac\x68\xed\xc4\x7a\xa0\x05\x7b\xde\x61\x5e\x7c\xba\x1d\xd5\x2f\xca\xcb\xef\x33\xbe\x8e\x58\x3f\x1a\xc0\xcf\xef\x9a\xbf\x00\xfb\x6a\x0c\xd5\x3f\x0c\xea\x40\xb8\x28\xf4\xd8\x48\x21\xad\x03\x89\x26\xba\x98\x14\xd2\x01\xef\x22\xd1\x7b\xd0\x3e\x20\x1d\x84\xc7\xa5\xbe\x99\xf6\x89\xe9\xab\xa0\xf0\xc3\x62\x92\x97\xe0\x7f\xe4\x05\xfb\xe4\x5c\x4e\xba\x46\x66\x8d\x1a\xac\x8b\xce\x58\x4e\xcd\x6f\xa9\xc5\x77\xf1\x3c\x78\xc0\x88\xd2\xc3\x24\x86\x3d\x29\x62\x61\xec\xdc\xe7\xb8\x1b\xc7\x66\xff\x4e\x5c\x07\x6b\xda\xbb\xf0\xfb\x4b\x37\xf4\x60\xbd\xf9\xdc\x9d\x9f\xb0\x8b\xcb\xb4\x03\xdf\xb0\x7f\x90\x7b\x13\x13\xd7\x1b\xed\x8f\xa3\x46\xfa\xc8\x08\x49\xc0\x9f\x3a\x10\x72\xde\x07\x75\x20\xc4\xf7\x62\xcd\x79\x0a\x13\x88\x33\x22\xcd\x6b\x97\x10\x7f\x90\xdb\xc4\x21\x90\x52\x66\x0d\xf7\x75\x60\x8d\x33\x0a\xff\xd1\x27\x88\xe4\x25\x9f\xff\x26\x9e\x17\x69\x1d\x14\xad\x03\x3a\xb2\xff\x31\xfe\x6b\xfb\xe0\x39\x9e\xff\xf6\x98\x53\x3e\x50\xdb\xae\x77\xe1\xeb\xe2\x26\x05\xea\x7c\xaf\xca\xa7\xd4\x04\x21\xcd\x03\xf8\xba\x19\x14\x4c\x9d\x15\xda\x17\xc6\x85\xf8\x64\xd0\xfa\x07\x65\xf2\xd7\xf9\xee\x0f\xc9\x03\xe9\xff\xa2\x7a\x92\x42\x5a\x07\x32\xe5\x21\x1a\xc6\xf7\x53\x4f\x6e\xbf\x75\x0f\x39\x84\xd7\x2f\xfb\x40\x61\x23\xc1\x56\xd2\x31\xf3\xbd\x09\xfa\x43\xe7\x30\x44\x57\xd6\x34\x34\x2f\xb4\x0e\x2a\xbd\xac\x05\x67\xfb\xf8\xeb\x36\x5c\xbf\xfb\x37\xbc\xc0\xf5\x11\xff\xe1\x0d\xce\xc3\xce\x35\xbd\x58\x0f\xb6\xf9\xd6\x67\xfc\xaf\xd7\x47\x0e\xe0\xe7\xea\x95\xa4\x0a\x17\x98\x52\xb3\x77\xc0\x26\x18\xa6\x03\xa1\xfb\xa1\xd0\xfa\x30\x05\x76\x92\x87\xb5\xf0\x87\xfe\x81\xd6\xc3\x58\x12\xff\x0e\x5f\xa9\xe1\xe3\x63\x1d\xe9\x97\x32\xd2\x17\xe5\x3c\xf1\x85\xa1\xfd\x3f\x68\xfd\xc7\x03\x52\x57\x83\xfa\x8f\xdc\x7f\xe7\x25\x63\xff\x23\xfc\xe0\x9d\x3a\xbf\x0d\xeb\x82\x0e\xdf\x7a\x8d\xef\x93\xf6\xf9\xbc\xc7\xd9\xdd\x9d\x4f\xe9\xfd\xb6\x4f\x1b\xc0\xe7\x7f\x33\xa2\xe2\x1d\xa9\x03\x99\x4d\xfa\xdf\xd0\x7a\xa0\x71\xa4\x8b\x17\xad\x8b\xd2\x5b\x40\xa1\x1c\xf1\x53\xe1\x5d\xf6\x67\x1e\x68\x1d\x88\xf1\x5b\x0a\x47\xf6\xc7\x09\x23\xb8\x85\xc4\x47\xeb\x83\x68\xbd\xd4\xa0\xfe\x83\xe8\xa5\x6e\x14\x53\x48\xeb\x3f\x5e\x90\x3e\x32\xef\x49\x9e\x99\xde\xbf\xf3\xc1\xfa\xcf\x9e\xf0\xf4\xff\xf2\x01\xa1\xf9\x29\xda\xdf\x60\xa4\x0e\x84\xd6\x4f\xb8\xe9\x52\xe8\x4d\x5e\x0f\x58\x44\xe1\x42\xf2\xfd\x2b\x89\x8f\x41\x34\xf9\x7c\x02\xe1\x1c\x53\xc9\xef\x38\x4f\x7c\x23\xca\x09\xbf\x77\x87\x7c\xbe\x93\x70\xb8\x3f\x67\x21\xf4\xf5\x04\xf5\xff\x34\xdf\x4b\xf7\x81\x79\x4c\xb8\x47\x9a\xf7\x6e\x22\x1a\x83\x5a\xc2\x7f\xff\xa1\xff\x70\xa2\xb0\x24\x03\x0d\x72\x87\xff\xd2\xc1\xfc\xaf\xfe\x17\x83\x7c\x3f\xd1\x51\x0c\xfa\xa2\xfc\x37\x1d\xc8\x87\xe1\x79\xf8\x97\x1e\xe6\xad\xef\xef\xdf\x4a\xf3\xbd\xaf\x89\x37\xc6\x48\xfd\xc3\x48\xfd\xc7\xa0\xff\x85\x0d\x85\x65\x5f\x29\xbc\x4a\xf2\xf9\x37\xdf\x83\x7f\xc5\x4f\xf7\xff\xa7\xf1\x5f\x3a\x10\x9a\xcf\xfc\x9f\x75\x20\x2f\x87\xe7\x21\x9f\xf0\x82\x7f\xf8\xa2\x38\x22\x04\xa3\xa8\xff\xef\xb9\x48\x21\xad\x07\x1a\xd4\x3f\x90\xfa\x68\xb8\x3d\x3c\xfe\x91\xfa\x8f\xab\x67\x29\xa4\xf5\x0f\x17\x2e\x0c\xc9\xc3\x7f\xe9\x03\xf3\x5f\xfa\xa0\xfc\x51\x17\x63\x49\xbd\xfb\x11\x9d\xc3\x2c\xc2\x8f\xd2\x3a\x90\x48\x87\xbf\xe4\x21\xe3\xb7\x1e\x66\x50\x07\x42\xea\xa0\xe7\x27\x42\x3f\x4e\x52\xff\xff\x3e\x6f\xf8\x78\x18\xd4\x3f\xd0\xe3\x80\x68\xb2\xaa\xf7\x90\xf8\x47\xea\x3f\x84\x29\x2c\x24\x3a\x21\x9a\xff\xfe\x5b\x1e\x46\xf2\xff\xff\x42\xda\x27\xe1\x5f\x3a\x10\x7a\x9e\x08\x24\xf5\xb1\x94\x9c\x93\x91\x3a\x10\xba\x1e\xb0\x2f\x4a\xc6\x6f\x0d\x4b\x2b\xf1\x8f\xe9\xb3\xff\xad\x8b\xa2\xfd\x81\x68\x5d\x18\xad\x7f\x18\xd4\x7f\x90\x79\xa0\xa2\xe5\x7f\x8b\x3f\xc7\xe4\x77\x1e\x46\xf6\xc1\xf9\xa3\x0f\x0a\xe1\x39\x07\xf5\x10\x23\xfc\x2f\xe8\x7f\x47\xcf\xa7\xf4\xbc\xeb\x41\xfc\x90\x68\x1d\x48\x08\xf9\x77\x1b\xc8\xfc\x12\x4f\x34\x1d\x27\xc8\x39\xbe\xc0\x9a\x1f\xa2\x11\xba\x99\x8a\xd0\xaf\x26\x84\x9e\x92\xb1\x3e\x10\x8e\xd0\x27\x4d\xea\xff\x5f\x92\xdc\xd3\xda\xa9\x46\xd2\xf7\xa8\x66\xea\xff\x31\x7e\xa2\xf9\xc9\x1e\xa2\x41\x1b\xa9\x7f\xa0\xe3\xa4\xf5\x1f\x83\x3a\x88\x11\x28\x33\x42\x37\x43\x7f\x0f\xad\x03\x19\x4b\xce\xcd\x08\x1d\x08\x5a\x47\xf2\xb2\xc7\x90\x3a\xff\xac\x3c\xfc\x5a\x8f\xd0\x85\x33\x08\xfd\xac\xa1\xc6\xf6\xf7\x8d\x54\x1e\xbe\x27\x21\xf4\x4d\xf9\xf7\x78\x68\x93\x1f\x5e\x07\xf4\x38\xa0\xaf\x03\x83\xe3\x9f\xd4\x4d\x21\xd1\xda\xe4\x55\xfd\x3d\xfe\xd3\x43\x74\x62\x83\xf1\xcf\x18\x11\xef\x48\xfd\xc7\x08\x1c\xa9\x03\xa1\xbf\xe7\x0f\x1d\x08\xb9\x4e\xd2\xd7\x8d\xb5\xac\xb1\x9c\x85\x50\x9c\x27\x42\x3f\xa3\x10\x4a\x0d\x40\xe8\x5b\x02\x42\xf9\x69\x08\xf5\x8f\x42\xa8\xba\x15\xa1\xcf\xec\x08\x3d\xe9\x46\xe8\xd3\x2a\x84\xbe\x4e\x45\xa8\x93\xd4\xd8\x43\xa2\xfb\x69\x18\x4d\xe9\x5c\x68\x1f\x24\x3a\xfe\x4b\xe4\x3a\x79\x71\x26\xa5\x7f\x39\x6f\x4d\x1d\x9f\x21\xd7\xa6\xd3\xa4\x7e\xd2\x49\x3d\xa5\x0e\xd1\x4f\xfe\x4b\xff\x40\xeb\x3f\x48\x3f\x8c\x41\x3e\x98\xc6\x41\x3d\x88\xfd\xf0\x71\x43\xd7\x85\x2d\x19\xff\x9e\x05\x14\xce\x3e\xc2\x7a\x6a\x46\x28\x9c\x35\xef\x95\x20\xb4\x53\x01\xa1\xfe\x6a\x84\x52\x7a\x10\xfa\xf4\x16\xa1\x3c\x59\x84\x7a\x45\xa9\x39\xfe\xc3\x7c\x84\x5a\x23\x11\x62\x3d\xad\xf6\x7b\x23\xf4\x9c\xe8\xc4\xee\xdc\x41\xf8\x0e\xbd\x86\x8d\x0d\xdf\xb1\x97\x76\xb2\x75\xb2\xf0\xb2\x02\x17\xe6\x28\xf3\x2d\xd9\xdd\xf0\x79\x7f\xc4\x81\xf7\x5f\x64\x3b\x71\xe0\x3b\xbc\xd3\x64\x7c\x9c\xe8\x60\xc3\xfb\x50\x8e\x99\xb1\xe3\xcf\x1f\x19\xe2\x1f\x35\x32\xfe\xe1\x7d\x30\xfe\x3b\xd2\x79\x12\x0b\x27\x79\x25\xf3\xa1\x09\xdd\xaf\xed\x2b\x15\xff\xf4\x35\x08\x0d\xe8\x20\xb4\x3c\x05\xa1\xbe\x29\x08\xc5\xac\x42\xa8\x27\x9f\xfd\xcc\xe1\x0d\x08\xbd\x53\xe2\x52\x39\xf7\x05\xa1\xd7\xf2\x3c\x92\xd7\x33\x10\x7a\xd9\xcc\xeb\xf2\x98\x17\xa1\x76\x1f\xbe\x0d\x9f\x27\x22\xd4\x12\x23\x80\x9f\xab\x6b\xc7\x0a\xe1\x9e\x1d\x65\x7d\xa2\xb8\x83\xe7\xa5\x50\x91\x7e\x5c\xf7\x4e\x22\xd8\x0f\x27\xfb\x95\x10\xbe\xa3\xcd\x78\x28\x8c\x9f\xa7\x4f\x25\x08\xe2\x3c\xd1\xba\x97\x23\x27\xf8\x71\x1f\xb6\x43\x63\xf9\xb5\x59\x98\xfc\x8d\xe7\x03\x9d\x07\x3a\x7e\x3a\x9e\x7f\xc6\x3d\x8c\x0f\x1f\x44\x5a\x27\x81\xb8\xee\x0c\x1d\x2f\x6c\x26\xda\x63\x11\x02\x11\xf6\x7e\x87\x66\x84\xfa\x39\xf8\x0a\x27\xd7\x23\xd4\xed\x28\x5c\x1f\x92\x8c\xd0\xeb\x67\xe2\x25\x9b\xe3\x10\x7a\x71\x48\xf2\xce\x01\x1e\x84\x9e\x89\x48\x7d\x3f\x73\x06\xa1\xc7\x86\x32\x4e\xe5\x61\x08\x3d\xf8\xcc\x88\x7c\xb0\x09\xa1\xbb\xbd\x32\xe3\xba\x7d\xd9\x8d\xea\x55\x65\xf6\x01\x70\x2d\xa6\xfb\x80\x15\x72\x30\x1e\x03\xf0\x8a\x9d\x9b\x22\x3b\x0e\x80\x77\x6b\x86\x2f\x23\x13\x80\xc7\x37\x8d\x9d\x71\x1d\x80\xc7\xf5\xd8\x3a\x59\x43\x00\x9e\xa2\x14\x75\x59\x5e\x00\x9e\xf9\x07\x3d\x19\x6f\x01\x78\x78\xf7\x8f\x62\x7c\x01\xe0\x1e\x48\x9c\xcc\x68\x02\xe0\xde\xbe\x67\xb5\x6c\x38\x00\x8f\xe9\x7f\x3c\xff\xe8\x3f\xc5\x4f\x3f\x15\x70\x1b\x50\x48\xfb\x85\xf0\xb7\x08\x6e\x43\x68\x40\x5f\xf4\xa5\x72\x33\x42\xbd\xec\xd2\xd6\xd6\x31\x08\x75\xee\x66\x34\x78\x37\x72\xf4\xb6\x71\xc9\x6d\x9e\xcb\xe4\xd1\x7b\x18\x2b\x1f\x16\x11\xc6\x2f\x79\x67\x85\x82\xfc\x9e\xdd\x82\x2d\x0d\xb5\x0a\xf6\x27\x4b\x84\x1b\x6b\xa3\x14\xac\x8a\x2c\x45\x47\x57\xab\x28\xcc\x6e\xdc\x22\x5a\x71\x7d\xbd\xc2\xe3\xce\x75\xa2\x07\xcb\xc7\x28\xd9\x02\x88\x64\x5c\x54\x52\x9e\x00\x20\xba\x21\xdb\x41\x65\x26\x80\xe8\xd7\xb4\x46\x15\x75\x00\x51\xc9\x94\x2f\x2a\x62\x00\x22\xab\x0e\xd9\x29\xdf\x02\x10\x6e\x18\xd4\xbb\x18\x2a\x9f\x07\x10\x82\x3d\x2b\x94\xb8\x00\x04\xd1\x2e\x37\xc5\x7c\x00\x81\x05\x3b\xd2\x14\xe3\x00\x04\x38\x63\x26\x2b\x20\x00\xbe\x71\xff\x43\xfc\x23\x9e\x86\x84\xc8\xee\x98\x11\xba\x90\x68\x19\xac\x07\xe9\x8b\x97\xef\x63\x7f\x84\x50\xd7\x61\xb5\x27\x32\x3f\xd9\xa6\x3c\x17\xd5\xb0\x35\x38\xc6\x53\xda\xa2\xaa\x35\xde\x35\x50\x20\xb7\xc9\x4f\x3b\x24\xe0\x81\xc8\xc5\x9b\x6b\xb4\x77\x2d\x9f\x2e\x31\xb1\x32\x48\xdb\x68\xdb\xb2\xd1\xdb\x4b\x75\xb5\xce\xa6\x18\xc8\x08\x17\x15\x68\x69\xe5\x3d\x60\x34\x17\xda\x68\xd6\xd7\xc4\xc8\xd6\x14\x2c\xd6\xec\x69\x63\xc8\x3e\xcd\x8b\xd5\xfa\x38\x10\xc7\x28\xcc\x70\xd3\x79\x0d\xc0\xf8\x71\xcc\x52\x27\x0e\x40\x46\xfa\x80\xa5\x8e\x1f\x80\x54\x4e\xe2\x32\x1d\x3e\x80\xd1\x0b\x77\x8f\xd5\x0e\x01\x90\x14\x89\x0d\xd3\xb6\x06\x18\x65\xbf\x2d\x43\xab\x03\x40\x62\xcd\x96\x17\xda\xe2\x00\x12\x06\x51\x7d\x1a\x99\x00\xa2\x3b\x36\x35\x69\x9c\x02\x10\x35\x5b\x9f\xa7\x2e\x03\x20\xbc\xe6\xbf\xc7\xcf\xd7\x34\x2c\x5e\x90\x25\x3a\x10\x8a\x17\xfe\xf6\x45\x0f\xfb\x95\xf6\xd8\x18\x5d\x62\xe1\x2b\x51\x33\xbc\x1e\xf7\xa4\xc1\x3a\x51\x5c\x11\xa1\x66\x4b\xab\xc3\xea\xc0\x27\x57\x33\xc9\xe2\xa1\x8d\xa4\xd8\xc5\xb2\x01\xcb\x09\xbe\x8a\xa3\xab\x2e\xa7\x58\x2c\x5e\xa8\x24\x8b\xf2\xed\xcd\xc3\x37\x5e\x53\xe4\x3b\xeb\x6b\xb6\x77\x9f\xbc\x4a\x68\xc6\x01\xd3\xf4\x6c\x59\xb5\xbb\x27\x4f\x9b\xb4\x5e\xeb\xd2\x18\x9b\x7a\xc9\x24\xa2\x25\x5a\xe3\xf4\xb1\x52\x93\x87\x1f\x2f\xaa\x97\x1f\x0c\x37\x53\x85\x2f\x6a\x5c\x09\xba\x66\xfc\x00\xca\xd9\xb4\xcf\xc9\xd6\x5d\xa6\xe7\x00\x14\x14\xa3\x16\x9b\xd4\x03\xc8\x49\x6f\x2c\x32\xd9\x04\x20\xcb\x58\x57\x64\x12\x04\xc0\x70\x88\x50\x36\xac\x07\x90\x9a\x1f\xde\x69\xc8\x06\x20\x59\xbe\xf2\xac\x41\x36\x80\xa4\xf1\xf2\xfb\xfa\x41\x00\x12\x3b\xfe\x8c\x9b\x8d\x7d\xf8\x79\x97\xfa\x82\x86\xf1\xe1\xd4\x2a\xe2\x17\x13\x4b\xbc\x3e\xf7\xb6\x69\x0c\x5e\xfd\x79\x1e\xe9\x4a\xf9\x3f\xeb\x8d\xc7\x4f\xc3\xf5\xcf\x3d\xa3\x79\xed\x11\xba\xce\xef\xe5\xa7\xc0\xcb\x5d\x51\xb4\xc9\x5d\xdd\x84\x5b\xec\x74\xee\x64\xb7\x75\x6e\x9d\x72\x7e\x19\x4b\x5d\x27\xce\x3c\xa8\x9c\x91\xea\xe7\xdc\x1f\xbe\x5c\x63\xcd\xa1\x0f\x4e\xfe\xbb\xe6\xe9\xb8\xed\xbb\xe0\xf8\x34\xcd\x45\x5f\x33\x21\xd1\x21\xa9\xc8\xc5\xa0\x77\xb7\xa2\xfd\x93\xa6\x4e\xc3\xe2\x9d\xb9\xf6\xd5\x6f\xc7\x18\xea\x6d\x77\x77\xa8\x87\xd3\x7a\x3d\x51\xb2\x0e\xaa\x50\xaf\x6d\x1a\xd1\xe1\xc0\x09\x1d\x1a\x67\x56\x7f\xb6\x33\x05\xa6\xea\x86\x95\xf7\x6d\xf9\x00\x94\x55\xc2\x46\xdb\x72\x01\x28\x99\x2e\xfd\x69\x23\x02\xa0\x10\xb7\x64\x9d\x65\x3c\x80\x6c\x50\xf0\x54\xcb\x6b\x00\x8c\x9e\x85\x87\x2d\xcd\x00\x64\x72\xe6\xaf\x31\x07\x00\x69\x91\x3f\xe3\x17\xf9\x32\xfc\xbc\x6b\xe1\xb8\x99\xf1\x96\xf8\x7c\x7f\x94\x77\xc1\xfb\xfe\xdf\x28\x79\xe2\x81\xf1\xa4\x84\xf2\x07\xb9\xe3\x37\x15\xaf\x9e\xde\xac\xa1\xfa\xc6\x94\x99\xcc\xc0\xab\x6a\x97\x24\x66\x5f\x91\x6e\x47\xe8\x8c\xe6\x0c\x5d\x1d\x39\x11\x83\xd4\xd0\x69\x87\x1c\x96\x31\x6e\x25\x27\x4d\x72\x9c\x78\x4a\xe3\xc4\xee\x33\x7e\x33\x82\x9b\xf4\x94\xb6\x45\x4d\xf0\x8f\xde\x69\xb4\x33\xca\xd2\xfb\xc6\xa1\x2b\xa6\x5f\xd7\xf3\x7a\xcd\xca\xd3\xb1\xb0\x5f\xb3\xc8\x53\xf9\xa6\xab\xa5\x73\xf8\x11\x8f\xca\x76\x73\x4b\xb9\x95\x76\x9e\x11\xcc\xe5\xe6\xc6\xa1\x72\x1e\x79\x10\x65\x94\xb1\x28\xdb\x7d\x2c\x64\xeb\x1d\x99\x1f\x31\xae\x1d\x6e\x6a\x87\xcd\x9d\xeb\x56\x00\xaf\x34\xe4\x83\xce\xb8\xc9\xc0\x7b\x75\x83\x59\x11\xae\xbb\x60\x40\xd5\x2d\x30\xdd\x85\x0d\x40\x39\x7c\x66\xba\x93\x0c\x80\xa2\xc7\xcc\x32\x47\x05\x00\xf9\x38\x7f\x3d\x87\x43\x00\xb2\x71\xbf\xf3\x40\xc7\x2f\x37\xec\xbc\x33\x37\x3b\x62\x1d\x4c\xcf\x45\xca\x2d\xb6\xc3\x85\xda\x35\xf5\x68\xe3\x0c\xbc\x1e\xd3\x34\x3b\x08\xef\x73\xae\xaa\xa4\x56\x8d\x4a\x8e\x53\x7e\x19\x79\xbe\x4b\xf0\x6a\x52\xa6\xd1\xb2\xc3\x42\xbb\x11\x3a\x3a\x37\x34\x5c\x85\x53\xc0\x76\xaf\x68\xb0\x8e\x45\x95\xd4\xee\x6d\x73\x16\x04\x7b\xce\x54\xcd\x58\x67\x33\xa7\x6b\x8e\x92\xe1\xfe\x15\x62\xb3\xee\x45\xe8\x9a\xd5\x84\xf0\xcd\xbc\x9f\xe8\x6f\xb5\x6d\xfe\xa2\x19\x6e\x59\x63\x6d\xad\x66\xbf\x08\x68\x2d\xaf\xb3\x5b\x10\xc8\xe1\xff\xf4\xb1\x98\x9d\xd9\x8c\x6d\x01\x26\xfd\x9a\x36\xd7\x02\x24\xfc\xd5\xc1\xc0\x62\xce\xd4\x9a\x29\x3b\x61\xa1\x71\xc1\x94\xb4\x49\xa6\x10\x67\x30\x71\xa2\xbb\xdf\x4a\xc8\xd3\x89\xf3\xbb\x38\x61\x29\x54\x6b\xe9\xf9\x32\x7c\x6e\x43\xb3\x46\xc5\x84\x69\x5e\xe7\xe0\x95\x5a\xa0\x77\x86\x47\x36\x7c\x57\xae\xf2\x76\xf0\xd0\x82\x5f\xca\x9a\x5e\xaf\xc7\x6d\x02\x50\xa8\xfc\x5d\xff\xb4\x0e\x82\xe8\x80\x5c\x5c\x31\xff\xd6\x73\xd2\x07\xf3\xb3\x1d\xfa\xd3\xf1\xee\xc0\x87\xc9\xf3\xf0\x3a\x64\xa3\x44\x30\x5e\xfd\xba\xfe\x78\x19\x5e\x15\x2b\x0e\x09\xc7\xba\xa9\x3c\xae\xb5\x78\xd5\xf4\xb4\xc0\x7a\xcc\x1f\x1f\x0a\xdc\xb8\x8b\x2d\x08\xa1\x84\xc0\x4d\xcb\x18\x81\x5c\x6b\xb6\x3c\x5c\x2f\x61\xd0\x2b\xa1\xb1\xc6\x6b\x4d\xb7\xab\x87\xe2\xf4\xe0\x9d\xe1\xa3\x03\x96\xeb\x6a\xce\x3e\x15\x16\xb1\xc2\xd3\xc4\x31\xc0\x66\xf9\xff\xe3\xec\xbc\xe3\xb9\xee\xde\x3f\xfe\x4a\x21\x2b\x3b\xc9\x8e\xb4\x90\xb4\xa5\xa9\x3d\x34\xb4\x07\xda\x8b\x52\xda\xc3\xaa\x14\x4d\xa3\x92\x94\x54\x56\x43\x68\x50\x44\x85\xb6\xd1\x22\x0d\x12\x0d\xa4\xd2\xde\xe7\xf7\xf8\x5c\xe7\xfd\x56\x54\xf7\xf7\xbe\x7f\xf7\x3f\xd7\x6d\x77\x5d\xef\x73\xae\xf7\x39\xe7\x7a\x9e\xd7\x65\xed\xe7\xdb\x2e\x7b\xa4\xf1\x3c\xb3\x03\x3e\x1d\x26\x0f\x9b\xe9\xfc\x25\x25\xb5\xc3\xeb\x21\xaf\x9c\x1d\xf3\x9a\x77\x58\x3d\xf8\xb2\xb3\x73\x55\x41\xbb\xbd\x83\x7b\xcf\xf1\x61\xab\xda\x98\x0e\xbc\x3e\xa3\x0e\x8b\x32\x97\x1e\xf0\x75\x72\x14\x4b\x6f\xf1\x71\xc0\x6e\x87\x7d\xec\x56\x73\xe3\xfe\x46\x0e\x6d\xd8\x63\xd3\xe9\x7d\x0a\x27\x2c\x62\xdf\x9a\x7c\xea\xd7\x65\xcc\x76\xf6\xad\x49\x4c\xef\xc3\x63\xda\x31\x66\xd8\xb2\x6f\x94\x7d\x22\x63\x86\x9b\xfa\x2c\x1b\x3e\x96\x31\xfd\x5d\x3f\x9f\x7f\x7b\xe1\x76\x58\x3f\xe2\x59\x44\xfe\xe9\xb1\x11\xd7\x85\xc8\x0f\x98\x4d\xf9\x32\xbb\x78\x21\xd5\x6d\xd3\x67\x2d\xa5\xe7\x9f\xe4\xb4\x92\xea\x5c\xb1\x53\x3c\x69\x1d\x71\xd0\x96\x9f\xa6\x06\x3b\xf9\x50\xbd\x7f\x63\x84\x2f\xdd\x7b\xf7\xca\xd8\x74\x42\xf5\x33\xb0\x68\xb6\x9f\x85\x69\x9c\xd2\xf5\x99\x87\xd7\x7b\xd9\xbc\xd4\xfe\x38\x7e\xdc\xda\x2e\xf6\xf5\x9a\x06\x0d\xff\xe0\x9d\xe8\x3c\xb2\xa5\xcb\xa0\x64\xaf\x23\x3e\xc1\x66\x8f\xfb\x3e\xf2\x4c\xdb\x07\x8b\x31\xb6\x9a\x1e\x45\xa7\x47\x5b\x1c\xee\x71\xc1\xc3\xfc\x96\x92\x45\xaf\xee\x27\xdd\x8b\x5f\xae\x30\xf3\xee\x3e\x7b\x55\x02\xbb\xd9\xa2\x79\xf7\x6e\x4b\x4e\xb1\xe7\xa6\x47\xbb\x05\x2f\x4c\x67\x5f\x4c\x56\x74\x1d\x37\x2f\x9c\x31\xa3\xa3\x5d\xdf\xcf\xad\x64\xcc\xc8\xb1\xab\xf1\xac\x60\xc6\x0c\xe6\xda\x7c\x9e\xd1\x8c\x31\x7d\xb7\x2e\xfb\xa6\x79\x31\xa6\x7b\xc4\x66\x99\xe3\x02\xc6\x74\xee\x58\xfb\x3b\x74\x64\x4c\xbb\xe0\xa7\xff\x9c\x83\xa8\xd2\x1b\x45\xe3\xe2\x71\xbb\x29\x14\x9f\xbb\x2a\x2e\xc4\x41\x64\x75\x5c\x32\x14\xbf\xf0\x3f\x49\x4e\xfc\x94\xf0\x68\x91\x0f\xdd\xe7\x8b\x30\xd9\x44\x75\xaa\x5d\xa9\x5b\xe8\x5c\x73\x8b\x4d\x00\xf1\x54\x5e\x72\x3b\xa8\x1e\xba\xc0\x74\x57\xbf\x7a\x81\xc0\x8c\x5b\xc1\x29\xfa\x90\x3d\x36\x6e\xfb\x8e\xb3\xed\x7e\xa8\xbf\x1c\x6c\x19\x64\x33\x78\xa8\x81\x56\x9f\x56\x81\x4b\x67\xda\x34\x51\xee\xde\x32\xe0\x96\x77\x3d\x13\x1d\xeb\xb5\x01\xd2\xa1\x6d\x9b\x0e\xef\xf0\xc2\xdf\xe1\x94\x76\xd3\x75\xed\x8e\x6d\x8b\xca\xad\x67\xf2\xba\x6d\xcc\xb6\x69\x15\x3e\xc6\xd6\xed\x0c\x37\xa7\x32\x66\x18\xdf\x6e\x85\xcf\x33\xc6\x0c\xc6\xb4\xbd\xe3\x75\x98\x31\xbd\x7e\x6d\x17\xac\x56\x92\xe4\x36\xab\x9d\x2b\xaa\x18\x6b\x3c\xa6\xed\x83\x25\xa9\x8c\x35\xde\xd4\x76\x96\xdb\x6d\xc6\xb4\xa7\x5b\xd5\x59\x20\xc5\x98\x96\x5b\x9b\x4b\x2e\xb1\x8c\x35\x74\xb7\x72\x9d\x2b\xc5\x58\xc3\xf9\xa2\xff\x6f\xd6\x8f\xa5\xea\x51\xe9\x3b\x3e\xcf\x0b\x4c\x16\x92\x7e\x5a\xb6\xcd\x72\x1a\xe7\x19\xb6\xbc\x9a\x92\x74\xdd\x87\x4e\xd1\x8f\x95\x6c\xa6\x7b\xfb\x91\x8b\x02\xa8\xcf\xda\xee\xbd\x41\xa4\xaf\xe6\xdf\x73\x17\xc5\x6f\xad\x6d\x28\xd5\x41\x16\x0f\xde\x47\xa7\xe7\xd3\x6e\x1d\x24\x5e\x62\xbc\x53\x54\xbd\x86\xa3\x81\x41\xb9\x07\x1f\x99\xad\x55\x2a\xe9\x3e\xf3\xc0\x88\x3e\x1b\xb5\x14\x3a\x9d\xdf\xff\x7c\xf2\x32\xed\x99\x6d\xdb\xec\x5f\xb8\x7a\xac\x8e\xac\xc5\x97\xf0\x77\xc1\x76\x3a\x6f\x5a\x25\x84\x2f\x4c\x08\xd3\x29\x6c\x71\x6c\xdf\xb3\xeb\x45\x3a\x16\xcd\x1f\xef\xdb\xfc\xfc\xb0\xf6\x81\x16\x9e\x7b\xfb\x30\xa6\xe5\xd2\xbc\x70\xa7\x02\x63\x9a\x71\x2d\x9c\xb7\x45\x33\xa6\x69\xdf\xb2\xee\xc6\x4b\x8c\x69\xb6\x6c\xd9\x74\x43\x13\xc6\x34\x8e\x37\x37\x5c\xbb\x91\x31\xb5\xce\x2d\xe0\x35\x8c\x31\xb5\xf5\xcd\xb5\xdc\xeb\x32\xa6\xda\xa1\xf9\xf8\x15\x5d\x18\x53\x29\x6a\x3e\x6f\xa9\x64\x1d\xb6\xf4\xad\x17\xd7\x43\x7a\x6a\xce\xf3\xdb\xdd\x0d\x8b\xc8\x66\x9f\xe6\x3c\xc4\x85\xe2\x75\xc2\xf8\xdf\x4c\xf5\xb8\x38\x17\x7f\xfa\x7a\x54\xd3\x60\xaa\xbe\xed\x35\xdc\x4d\xf5\x9e\x40\xbb\xbd\x54\xb7\xf2\xed\x7b\x80\xea\x96\x2b\x3a\xf3\x7a\xb1\x73\xd2\x21\xca\xaf\xe3\xaa\x62\x69\x9c\xf4\x7f\x9a\xf0\xa6\xbe\x1e\xd0\xf5\x4a\x82\xa1\xf1\xc8\xfa\x1a\x56\x1d\xe3\x7d\xba\xd5\x51\xee\x62\xb6\x22\x7e\xe9\x84\x08\xd5\x06\xcd\xf6\xc7\x0f\x5e\x36\x58\xad\x8e\x71\x79\x7c\x8b\xa0\x3e\x6a\x03\x8c\xec\xe3\x92\x63\xaf\xaa\xbe\x31\xc8\x8d\x6b\x72\x25\x47\xd5\x4a\xff\xcb\xb1\xbc\x27\xa7\x94\x17\x19\x8c\x3a\xfa\x92\x31\xa5\xee\x06\x16\x11\xb1\x8c\x29\xee\x31\x98\x12\x36\x95\x31\xc5\x05\x06\xdb\x43\xa2\x19\x53\x1c\x61\xe0\xbc\xe3\x31\x63\x0a\x85\x86\xf3\xfc\x1f\x32\xa6\xb8\xca\x50\x65\x73\x08\x63\x0a\x17\x0c\xce\xf9\x69\x30\xa6\xd0\xdc\xf0\x93\xcf\x0f\xc6\x14\xeb\x1a\x7c\xf0\xbe\xc8\x98\xfc\xa9\x67\xc9\x73\xa9\x7e\x79\xbf\xf9\x92\x3c\xca\xff\x2f\xbd\x68\x3d\x90\x71\xd6\x97\xf2\xde\x19\x9b\x6d\x74\xfa\x1f\xaf\xbc\x83\xe6\x41\xcc\xd9\x3d\x33\x24\x76\x5f\x5c\x38\xd5\xc9\xb7\xaf\xe1\x7a\x01\x1b\xbd\x62\xa8\x3e\xea\x99\x74\x84\xea\x5e\x6e\x31\xf1\x14\xaf\x69\x53\xb8\x7e\xc4\xf0\x17\x49\xc4\x5b\x75\x09\xe3\x75\x63\xcb\x5e\x69\x7b\xb5\x3d\xeb\x8c\x6f\x3a\x29\xcd\xa0\xdd\xa7\xfa\x23\x0c\x77\xa4\x2d\x1f\x39\x5e\xae\xae\xee\xb9\xb4\xc8\x85\x56\xf5\x93\x1a\xcf\x49\xbb\xb3\xb5\x43\x7d\x75\x6d\x85\xb4\x84\x43\x87\x65\x12\x1b\x1d\x4c\xdb\x77\x31\xa8\xde\xfc\xc6\xb3\xd3\x72\x4b\xa6\x00\x5a\x3f\xce\xd2\x0d\x5a\x8d\x6e\x27\x49\x77\x55\x39\x34\x56\x81\xce\x00\x7e\x44\x4d\x64\x4c\x3a\xb4\xc1\xbd\x08\xaa\xa0\x28\xae\xda\x37\x43\x62\x75\x8c\x43\x3c\x18\x93\x35\x54\x4c\xdd\xf9\x9e\x3e\xbf\x24\xc8\x81\xf6\x14\x32\xdb\xdc\x25\xf6\x61\xe8\x52\x7a\x5e\x37\xf4\x79\x7e\xbb\x28\xb7\x91\xfa\x9d\x9c\xa9\xe4\x3a\x48\x09\xb9\xbb\x88\x8f\x8c\x79\xcd\x75\x80\xc2\x5d\x23\xe8\xf6\xf4\x8e\x62\x5e\x75\xdd\xec\xc1\x79\x98\x35\x9f\x13\xa8\xfb\xc2\x8a\x45\x9c\x0b\x99\x9b\x75\x9a\xd6\x13\x93\x06\x9d\xa5\xf9\x32\x28\xea\x3c\xe9\xc6\xb4\xc3\x45\x1a\x17\xfa\x4e\xd7\xba\xc8\x05\x03\xda\x57\xaf\x9b\x99\x49\x01\x9a\xf3\xae\x27\x0f\x5e\x04\xa8\x96\x67\x19\xce\x05\xd0\xa0\x30\x6b\xec\x86\x38\x40\xb1\x77\x96\xcc\x41\x7f\x40\x2e\xed\xfa\xf5\x73\x33\x01\xd9\xd0\xeb\xd6\x0f\x92\x01\xe9\x09\xd7\x0e\x7c\x57\x04\xa4\x66\xa5\x53\xbf\xea\x3a\x8b\x92\xaf\xf2\x35\xc0\x49\x0f\xb2\xd3\xe2\xf9\xbd\xfe\x09\x47\x78\xe7\x8d\x89\x51\xd4\xe7\x1a\xf5\x0f\x50\x7f\x66\x8c\x0f\x1b\xc5\xbf\x7f\xf7\x2b\x89\xbd\x33\x79\x2d\xad\x1b\xae\xe8\xf3\x2a\x51\xaa\xfe\x0e\xd2\x3f\x38\x11\xb7\x87\xee\x71\x1f\x6d\x7d\x80\xc6\xc3\xfe\x29\xd1\x54\x2d\xdb\xdd\xf5\x18\xf1\x72\xfe\x6b\x8e\xd3\xad\xda\xf5\xdd\x4e\x52\x5e\x5d\x3d\xe8\x34\x55\x59\x16\xe4\xf0\xe7\x3d\xfd\xfd\x05\xaa\x1e\x8d\x09\xb8\x44\xfc\x50\x6f\x95\xab\xf4\x7d\x16\xce\xb9\x34\x9f\x54\x33\xee\xd0\xcf\xcb\x38\xe7\x1f\xd1\x99\x09\xd4\x29\xbb\xdb\xb1\x2b\x75\xd8\xb8\x9b\xed\x30\x98\xec\x0d\x77\x8a\x58\x81\xe6\x1e\xaa\xc7\xdc\x35\x39\x4d\x9c\x44\x7e\x49\x3e\x65\xe4\xbc\x62\x5e\x51\xcc\x11\xea\xf7\x97\x85\x9b\xe3\xe7\x79\x1c\x90\xb2\x88\xdb\x44\xa1\x92\x96\x20\xd4\xf3\x8e\x0a\x37\xb2\x63\xf2\xb8\x8d\xd4\xa6\xfd\xbc\xe0\x7f\xda\xba\x60\x7a\x41\x9e\x4c\x0b\xa3\x7c\x19\xbb\x21\x92\xe6\xf9\xc1\xc0\xc3\x94\xef\xf6\xe8\x27\x50\xff\xa4\xa0\xf8\x44\x1a\x37\x22\x07\xe4\xbd\x86\xeb\xe2\x2c\xcd\x4c\x77\xe4\xe3\xe0\x22\x71\x03\x4e\xb7\xaf\x51\xfc\x86\x0f\xcf\xa6\x8f\xbb\x55\x72\x3e\xa2\x79\xd6\x5d\xd2\x07\x50\x5a\x5f\x48\xbc\x19\xf0\xf8\x98\x06\xfd\xdf\xe3\x43\x9d\xdb\x4b\x6c\xc9\x99\xf1\x94\x99\x4a\x2e\xaf\xa0\x19\x5b\x52\xc8\x33\xd1\xe3\x87\xc7\xe9\x8d\x5e\xd2\x99\x57\x22\x1f\xfb\x55\x71\xa2\x89\xeb\x7a\xe0\x96\xc0\x77\x64\x75\xa8\x19\x97\x0b\x82\x1e\xc4\x59\xa1\xc2\x98\x24\x74\x60\x38\x2e\xd4\xf5\x8e\xd1\xbd\xa5\x74\xc7\x10\x5a\x1f\x25\x5a\x71\x3d\xa4\x63\x99\xfc\xb9\x47\xb9\x1f\x2b\x00\xf1\x1f\x9c\xfb\xda\x99\x7c\x86\xfa\x00\x6c\x29\x4e\xa5\xf7\xa1\xcf\xa2\x74\x7a\x3a\xab\xa6\x5f\xa4\xa7\xb5\xf0\x3d\xe7\x04\x66\xbe\xbc\xa1\x28\xb1\x13\x87\xdd\xa2\xfb\xe2\x43\xa4\xee\x92\x17\x9d\x9f\x3e\xa0\x75\x76\xd3\x39\x8f\xe9\x69\x2a\x0c\x7d\x96\xcc\xe3\xf0\x22\x49\x99\x3a\xe8\x54\xaa\xb5\xa7\x9d\xc9\xcb\xd9\xa3\x88\xb4\x79\x59\xb5\x58\x4e\x62\x5f\x25\x07\xd2\x4c\x7d\x79\xee\xd8\x2b\x6e\xaf\x13\xb1\xf8\xf2\x4c\x39\xd5\x81\xcb\x04\x25\x81\xc2\xf7\xdc\x56\xf7\x7d\xe9\x23\xc4\x45\xa8\x2c\x5f\x16\x3a\x70\xa4\x7f\x65\x35\xb8\x98\xd3\xf4\xf1\xe9\x05\xfb\xe9\x5e\x7b\x9c\x4b\x0c\xf5\x03\x8a\xc9\x49\xa0\x3a\xf7\xfe\xe2\x33\xb4\x5e\x0a\xb1\x39\x4b\x79\xc0\xff\xde\x05\xfa\xf7\x8b\x1c\x90\x97\xeb\x35\xe2\xb2\x97\xb5\xe0\x7c\x84\x4b\xea\x2d\xe2\x4d\xa7\x06\x70\xbf\x47\x4f\x7d\x40\xa3\x7c\x40\x4e\x31\xad\x4b\x3b\x1c\x2b\xa5\x7d\x7b\x93\x62\xce\x85\xc8\xcf\xad\x12\xc6\xc3\xa7\x73\x0a\xc4\x3b\x7c\xbe\xd0\x9a\x94\x48\xbe\xc6\x0c\xa3\x19\xf6\x6d\xe8\x7c\xfa\x0d\xdf\x9c\xb9\x72\xdb\x77\x3d\x4e\xac\x7c\xbb\x7c\x69\x00\xff\x3c\x27\x6c\x3e\x39\x71\x7f\x5e\x8c\xe6\xb6\xf4\x94\x10\x17\xa1\x02\x7d\xd7\xa9\x66\x5c\x44\x8e\xea\xca\x7c\x6e\x33\xe8\xbe\xdb\x71\xbb\x23\x14\xdd\xc3\x76\x27\xe8\xaf\x47\xa4\x9f\x1d\x85\x5f\x38\xa8\x1d\xea\x97\xf2\xf8\x38\xb8\x46\xf3\xdd\x47\x25\x87\xaa\xb1\xab\xf5\xf9\x38\x5f\x54\x37\x9f\xf8\xa1\xd9\xc3\xef\x11\x27\xe4\x58\x56\x44\xf3\xc6\xde\xeb\x09\xf9\xd9\xc7\xba\x8c\xe2\x68\xf5\xa1\x92\xf6\x67\x46\xb3\xdf\x12\x17\x20\xa7\xff\x25\x9c\xc7\xe1\x27\x07\xd2\x52\xe8\xe7\x31\xd0\x93\xdb\x19\x02\xf7\x21\xd6\xfb\xc3\x04\x25\xc8\x24\xb1\x7e\x2b\xd4\xad\xab\xf4\xf0\x0b\xe7\xf0\x66\x08\xb7\x15\x76\x42\x5c\x3a\x09\x71\xa9\xf3\xe7\xf1\xc2\xe3\x72\xac\x57\x12\xcd\xe3\x48\x9b\x9a\x1c\xd4\x4e\xc7\xcb\xb4\x4e\xde\xe6\x92\x4d\x51\xf7\xd5\xbf\xc5\xc7\x81\xc7\x5d\xfa\xfe\x15\x16\x0f\xa8\xcf\xa0\xeb\xe9\x47\x44\x6d\x4d\xbf\x59\x4a\x74\xd7\x84\xee\xcf\x69\x3e\x0c\x53\x79\x41\xa3\xb9\x57\x87\x37\xc4\x87\xb4\xc9\xf9\xb8\x85\xc7\x81\xf3\x11\x72\x39\xec\x77\x0e\xa4\x17\xb7\xbd\x05\xff\x1d\x84\xb8\x2c\x13\xfc\x16\xfb\x5c\x1c\x12\xea\xfa\x19\xc2\xc7\x05\x73\x84\x78\x08\x27\x25\xfc\x37\x7f\x16\x88\x93\x5a\x7d\x82\x50\x52\x5e\x33\x2e\x7c\xbc\x1c\xba\x71\x8e\xde\x87\xd5\x1c\x54\xfa\x55\xca\x9b\x81\x31\x37\xe8\x39\x6e\x4a\xcb\xa7\xfd\xf8\xba\xd4\x07\x34\xde\x57\x2b\x73\x3e\x62\x89\x65\x29\xe5\x55\x67\x3c\xa3\xf1\x34\xb5\x6e\xe5\x1a\x89\x1d\xbf\xe5\x0d\xe9\xc8\x0c\xed\xf2\x89\xde\xb7\xdd\x87\x7e\xa5\x79\x23\x72\x20\x7a\x0f\xb8\x95\xfd\xca\x7e\xe7\x40\x04\x3f\x44\x0e\x64\xb4\x1f\xb7\x22\x27\xe5\x23\x70\x1e\x61\xc2\x4d\x10\x51\xf7\xe2\x52\x5f\x6e\xef\x0b\xf1\xac\x54\xc3\x1f\x38\x87\x8f\x3d\xb9\x15\xf5\x73\xca\x85\xb3\x97\x52\x15\x89\x15\xf5\xa0\x44\x3d\xa4\x1d\xc5\x7c\xb4\x6d\xed\x5b\x40\xeb\x25\xdf\x7b\x8f\x88\x2a\xf0\xb6\x7c\x42\xe7\x0d\xcb\x27\x3e\xa7\xbf\xe6\xa6\x56\xb9\x92\xe6\xc3\xdd\x2a\xca\x7f\x93\xc7\x7c\xa2\xf5\xf7\xe8\xe2\xaf\x94\x4f\x87\x4c\xe2\x7f\xc5\x46\xe8\x87\x63\x31\x97\xd5\xe0\x1f\xa4\x3b\xfd\x7e\xe2\xf7\x1b\x07\x22\xf0\x1b\x33\x04\x9d\x10\xb1\x3f\x8e\x38\x2e\x22\x05\x7e\x26\xc9\x89\xdb\xab\xc2\x8e\x39\x5f\x9d\x5b\x91\x9b\x7a\xef\xfe\x6b\x3c\xbe\x0b\xe3\xa3\x5a\x3f\x87\xde\xa3\xe1\xad\x6f\x12\x0d\x11\x22\x75\x97\xf8\x97\x40\xc6\xf5\x51\x36\xc6\x14\x53\x54\x7d\xba\x3f\xa7\x7c\xe9\xee\xf9\x82\x9e\xfb\x32\xd5\x2a\x7a\xab\xb9\x56\x7c\xa4\xf7\xc9\xac\x05\x5c\x17\xa8\x9a\x03\x11\x78\xa0\xbe\xc2\xf3\x16\xb9\xa8\x96\xc2\x6c\x6d\x24\x8c\x56\xe9\xf4\xdf\xe3\xa0\x27\x3c\xe7\xea\xfe\x38\x13\x6b\xce\x8f\x45\x82\x62\xae\x8f\xc0\x47\x89\x7c\x90\x38\x4f\xc4\xbc\x71\x51\x88\x9b\xc8\x7f\x3c\xbc\x2d\x8c\x13\x31\x1e\xd7\x7f\x8d\x0b\xe7\xca\xd8\x2f\x3a\x16\xbf\xd5\xff\x6b\xf5\xc1\xa8\xad\x7f\x51\x9b\x03\x11\xfb\x7f\xd8\x09\xdf\x3f\xbe\x8a\xdb\xe9\x1b\xb9\x75\x13\x6a\xd6\xd5\x1c\x48\x2d\xfe\x21\x76\x1b\xaf\x73\x88\x1a\x1d\xc4\x32\x8c\x02\x4a\x84\xfa\xe0\xb7\x41\x3f\xf9\x87\xea\x7a\x6f\x2d\xfe\x41\xac\x7b\x5f\x15\xfe\x6d\x17\xaf\x72\x5b\xbb\xff\x49\xb2\xd0\x27\x25\x49\xe0\x22\xfe\xe8\xff\xff\xd2\xbf\xf8\x1f\xba\x0f\xbf\xf5\xc7\x79\xc4\xed\x42\x41\xf7\xc3\x33\xfe\x97\x38\x78\x01\x61\xc2\xdd\xf5\x63\x82\x0f\xe7\xb2\x81\x1f\x7b\x80\x1b\x0f\x79\xfd\xef\x69\x08\xb7\x92\xaf\x55\xf5\xe1\xb6\x54\x88\xe5\x7d\x81\xf7\x10\xf9\x87\xeb\x42\xfd\x5a\xd4\xff\xa8\xe6\x3f\x44\xfd\x8f\x5a\xfc\xc7\x89\x21\xbf\xc4\xe1\x2f\x7d\x60\xfe\x57\x1f\x94\x6a\x2e\xe6\x2f\x1c\x48\xed\xfe\x38\xf3\x8f\x09\x71\xf8\x95\x03\xf9\x25\x0e\x71\xb6\xc0\x8f\xf7\xc0\x05\x4b\xc9\x6a\x01\xb8\x2d\x2b\x99\xcd\x40\x59\x03\xe0\xdb\x3c\x80\x0d\x03\x2a\x85\x1e\x3a\xa2\x1e\xca\x6f\xfc\x83\xc0\x03\x5c\x10\xfc\x14\xf9\x8f\xb3\xfb\xff\xec\xff\x3f\xf1\x0f\x7f\xeb\x03\x22\x7e\x2c\x72\x0f\xe6\x02\x0f\x25\x72\x53\xe2\xb8\xa8\xee\x8f\x23\xe8\x3f\x38\x09\x9c\x54\x35\x07\xf2\xbd\x56\x1c\xb6\x02\x5f\x2c\x81\xa3\xf9\x92\xd5\x14\x20\x79\x83\x7d\xa9\x04\x6e\xc7\x01\x9f\x52\x80\x67\x87\x80\x4f\x13\x01\x36\x10\x28\x13\xe2\x50\xcd\x3f\x08\x9c\xcc\x75\xe1\xf3\xff\x96\x7f\xa9\x5d\xff\xff\x93\xff\xb5\x79\x8f\xbf\xf5\x41\x11\xe3\xf2\x1b\x07\x12\x5e\x33\x4f\xd4\xe0\x40\x72\x25\x6b\x30\xe0\x87\x11\xb0\x79\x36\xf0\x25\x0e\xd8\x63\x0e\x7c\x0c\x01\x8e\x8c\x06\x3e\x0e\x05\xd2\xce\x02\xef\xef\x00\x37\x8a\x81\x0f\xdb\x80\xb2\xa2\x9f\x79\x41\x9c\x0f\xf7\xb4\x6b\x8e\x83\xcb\x82\x96\x88\xc8\xbf\xfc\x5b\xff\xff\x89\x7f\xa8\xdd\x07\x45\xec\x87\x21\x5a\xf1\xf3\xe2\xf7\x89\xe3\xa3\x36\x07\x32\x48\x9a\xdb\xf1\x6f\xf8\x73\x9f\x2d\xc9\x59\x0b\x81\x95\x91\xc0\x57\x75\xc9\x5e\x0d\xf8\xd4\x0b\x08\xb5\x07\xde\x65\x02\x47\xe2\x80\xb7\x3a\x3c\x4f\x4a\xde\x4a\x37\x3d\x81\x57\x11\xc0\xd3\xf5\xc0\xab\xfa\x3c\x47\x3c\x12\xf4\x61\x6e\x09\xf9\x42\xe4\xe1\xc4\x3c\x58\x5d\xff\xbf\x59\xcb\xff\xa0\x9a\xfe\x47\x0b\xb9\xea\x4f\xfc\x83\xe8\x57\x75\x1f\x90\xbf\xf4\x41\x11\x3f\x2f\x7e\x9f\xf8\x73\xff\xc8\x81\x44\x02\x33\x9e\x02\x5f\x74\x80\xa5\x1b\x81\x8f\xd1\xc0\x86\x4b\xc0\x5b\x2d\xc9\x1e\x06\x78\xe9\x0f\x1c\xaa\x03\x54\x6e\x04\x24\x3b\x9a\x0a\x29\x20\xd7\x05\xa8\x18\x06\x3c\x4b\x02\x24\xab\x73\xc9\xbb\x44\xe4\xc2\x44\x3d\x1c\x71\x1e\x88\xfc\x4b\x92\xa0\x35\x74\x5c\x78\xe7\x1c\x15\x18\xa5\xc3\xc2\x18\xfd\x8d\x7f\xe8\xf1\x33\x0e\xb5\xf9\x87\x7f\xd7\x07\xe5\x27\xf7\x20\xea\xa4\x88\xf1\x6c\x23\x30\x2a\xd5\x1c\x48\x16\xf0\x4d\x07\x98\x62\xc9\x7b\x1f\x49\x16\x24\x6f\x7a\x02\xeb\xd2\x81\xca\x06\xc0\xce\x4e\x40\x79\x3f\x20\x3a\x04\x78\xf6\x03\x48\xfe\x01\x3c\x29\xe6\x63\xbe\xd4\x0e\x78\xea\xfe\x93\x07\xba\xa3\x56\x33\x1f\x9e\x13\xb8\x86\x24\x41\x63\xe5\xb8\xb7\xf0\xdc\xad\x6a\x8e\xfb\x48\x43\x6e\xf7\x8b\x4c\x96\x10\xa7\x5d\xde\x3f\xe3\x20\x3e\x57\xe5\xfb\x35\xfd\xfd\x9b\x0e\x86\xa8\x8f\x20\x23\x55\x33\x2e\x22\x17\xd3\x42\x60\xfb\xba\x98\x01\xdf\x16\x00\x83\x86\x02\x1f\xda\x02\x13\x2f\x01\x55\x33\x81\xf9\x3b\x80\xca\xae\x92\x35\x2a\xf0\x2c\x16\x08\x8c\x05\x4a\x3b\x4b\xf6\x38\xbc\x2f\xd8\x99\x48\xe0\xd1\x11\x20\xb7\x11\x50\xb8\x07\x90\xec\x2b\x1f\x08\xf3\x5a\xe4\xa1\xc4\x79\x70\x5a\x18\x0f\xa2\xee\xcd\xe1\x98\xbf\x3c\x77\xc1\xef\x50\x81\x0f\xda\xb5\x90\xdb\xed\xe7\x7f\xc6\x41\x7c\xfe\xff\x95\xff\x10\xad\x18\x2f\x31\x1e\x06\xd2\xc0\x8f\x37\x80\x55\x5b\xe0\xa3\x1f\x60\x6b\x2d\x59\xd5\xf3\xf9\x51\xc1\x24\x7b\x53\xe0\xc9\x13\x9e\x2f\x1f\xf7\x01\xb6\x31\xa0\xb0\x3b\x70\xd0\x1a\x78\x20\x07\x24\xbd\x07\xee\x7e\x02\xb2\x4e\x00\x79\xd9\x40\xe9\x4b\xe0\xf6\x4e\xe0\xc7\x13\xe0\x12\xe3\xbc\x4f\x8a\x47\x1d\x3a\x77\x8a\x7f\x26\x45\xfd\xa2\x0e\xef\x94\xa2\x7d\x42\x84\x26\xe8\x5c\x66\x5f\x7e\x5d\x52\xb8\x13\xb9\x97\xe0\x87\xa0\x7d\xe6\xce\x1d\x98\x20\xb1\xfe\xb7\x40\xba\xad\xdb\x06\xfe\x8c\xc3\xbf\xf6\xff\x8f\xf5\xf0\x9f\x5f\xaf\xf3\x9e\x5b\x8d\x24\xe0\xd3\x17\xa0\x59\x5b\xe0\xf5\x0d\xa0\x4b\x63\xae\x83\x36\x74\x19\xf0\xc4\x18\x56\x53\x93\x81\x42\x56\xaf\xdf\xb2\x34\xa0\xe0\xb2\xec\xfa\xcd\x3b\x81\x3b\x4e\x72\xa3\xc3\x1f\x03\x37\xa6\x28\xb4\x3e\x65\x02\x64\x77\x56\x54\xbe\x76\x04\xb8\xe6\xa3\x58\xf0\x58\x06\xb8\xd2\x4f\xe9\xc0\xd7\x5d\x40\x2a\x94\x69\x05\x7f\xdc\x5c\x99\xf4\x34\x0f\x2d\x51\xa6\x73\x87\xfd\xe7\x1b\xd0\xdf\xde\x6b\xd1\x60\x0e\xf9\xbd\x4a\x89\xee\x5d\xed\x30\x57\xa4\xf3\x99\x80\x43\x4a\xf4\xf5\xad\xbd\xe5\xf3\x25\x76\x93\xad\x2c\xf5\xfe\xf0\x1d\x2b\x13\x2f\xc6\xe1\x3f\xfb\xfd\x0f\xf6\xb3\x29\x20\x6b\x00\xbc\x3a\x5b\xb7\x8d\xae\x19\xf0\x74\x82\x7c\xac\xd5\x43\xa0\x70\xb0\xca\x94\x01\x06\x40\xbe\x87\xc6\x31\x87\xf3\xc0\x8d\xc3\x8d\x9a\x2f\xb2\x07\xae\xbd\x6d\x74\x7d\xc3\x3a\xa9\x63\x97\x5a\x37\x0a\x0e\xf5\xa9\xf7\x32\xdd\xba\x51\x44\xbc\xbc\xcc\x84\xb4\x07\x8d\xa2\x2f\x3a\xc9\xa4\xa6\x14\x36\xfa\xf2\xc0\x59\xd6\xea\xcc\x53\x6d\xe7\xf7\x8b\x65\xbc\x12\x9a\x37\x8e\x66\x4c\xf6\x58\xe4\x62\x5d\x27\xc6\xe4\xce\xec\x75\xd1\x35\x67\x4c\x4e\x35\xf8\x82\xce\x75\xc6\xea\xf7\xab\xe6\x5d\x2a\x74\xe4\x18\x93\x79\xb8\xc9\x80\xfa\x2d\x15\x6c\xb8\xd2\xb8\x90\x31\x99\xd6\x3e\x19\x3a\x7b\x18\x93\xf9\xea\xe5\x2c\xf9\x58\x3a\xc3\x43\x51\x67\x01\x63\x32\x76\xff\xdd\x7f\xb1\x2e\x2e\x4b\xfd\xb9\x99\x91\x1c\xed\x92\xdf\x7d\x53\xa6\xdd\x52\x79\x8e\x2a\xed\x02\x8b\xeb\x69\x6b\x48\xc6\x45\x7e\xa0\xae\x4f\xcb\xd6\x75\xe7\xe7\x58\x19\x0c\xea\x1e\x2d\xb3\xe4\xd2\x35\xc3\xb7\x23\x8b\xe4\x56\x9c\x1f\x69\x14\x32\xfb\x87\x62\xfb\x64\xd7\x26\x8d\x3c\x22\x1b\x7c\x3f\xb5\xc6\xe8\x5a\x50\xb6\x4a\x41\xc2\x04\x23\xd7\x98\x47\x6a\xe6\xb1\xa5\x46\xf6\x69\xa3\xd4\x1b\x1e\x51\x37\x9a\x74\xa7\xa3\xba\x75\xcc\x57\xa3\x7b\x95\xb3\xd4\x36\x1c\xac\x32\x0e\x63\x4c\x4d\x3e\x24\xc9\xf8\x29\x63\xaa\x03\x02\x7c\x4d\x9e\x30\xa6\xea\xb0\xb9\xb5\xb1\x1d\x63\xca\xa6\x1b\xfa\x36\x49\x65\xac\x81\xf2\x1a\xcd\x26\xab\x18\x53\xea\xea\x15\x69\x74\x9f\x31\x45\x1f\xf7\xe5\x86\xc5\x8c\x29\x8c\x5d\x99\x60\x68\xce\x98\xfc\xd2\xe5\xca\x86\xf5\x19\x93\x6f\xb4\xb8\xa5\x41\x30\x63\x72\x93\xfe\xb7\xff\xa2\xdf\x22\x0f\xa2\x4a\x7e\x7f\xee\xdd\x88\x74\xdb\x5f\xad\x31\xa2\xaf\x97\x9e\x6b\xda\x45\x62\x1f\x38\xb4\xa0\xef\xbb\xe9\x66\xbe\x4f\x61\x2b\x70\xf9\x78\x6b\x03\x43\x7f\xe9\xf4\xb4\xe5\x16\xe3\xdb\x77\x57\x5c\x98\x78\xbb\x75\xfb\x41\xcd\x55\x46\xc6\x15\xb5\x6e\xe9\xf4\x43\xfd\xd5\xa1\x5d\x16\x57\x96\x9c\xd3\xea\x72\xf0\x99\x45\xb7\x4d\xa7\x1a\xab\xef\xf3\x34\x9f\xba\xbf\x93\xce\x8f\xd0\x20\xb3\x87\x89\x85\x7a\xe3\x76\x25\x98\xcd\xcb\xd6\xd7\x3b\xbb\xd3\xcd\x2c\xfc\x49\xae\xde\xb0\xed\xe3\xcd\x63\x19\xd3\x99\xba\x69\x8a\x45\x17\xc6\x1a\x5b\xac\x0d\x33\x8f\x62\x4c\xeb\xa3\x87\xb4\xf9\x24\xc6\x1a\x6e\x5c\x11\x6f\x66\xcb\x98\xc6\xe1\xa5\x2d\x5a\xf9\x32\xa6\x3e\x69\xd1\xbb\x96\x19\x8c\xa9\xd9\x2d\xcc\x69\x71\x9f\x31\xd5\xd6\xae\x46\x2d\xac\x18\x53\xe9\xe8\x12\xdc\x6c\x33\x63\x0d\xb6\xcc\x5d\x6a\xba\x85\x31\x25\xef\xbf\xfb\x5f\xad\x0b\xd2\x05\xbf\xf0\x10\xef\xdc\x9b\xd2\xf9\xca\x73\x87\x36\x14\x8f\x22\xd6\x81\xce\x71\xf3\x03\x78\xbf\x9c\x2c\xad\x6e\x74\x8c\x90\x1e\xde\xa3\x63\x1d\x1f\xe0\xcc\x57\xdb\xf3\xda\x1b\xa4\xda\xc7\x85\xf4\xd8\x67\x56\xae\xa4\x10\xd5\xb8\xdb\xd0\x9e\xea\x9a\x97\xc2\x72\xba\x06\x8d\xd9\xd0\xb8\xed\x2e\x69\x9b\x60\x97\x38\xfd\x16\x01\x8f\xba\x2c\x5f\xdb\xc2\x68\xe7\xe6\x7c\x6b\x8b\x10\x17\x93\x46\xbe\xb3\x3b\xf7\x8a\x9b\xdf\x34\xdf\xc7\xa8\xd3\xb2\x8b\x5f\x4c\x83\xd7\xcc\xec\x34\xad\xd0\xd5\x74\xa5\x57\x71\x67\x95\xcf\xcb\x4c\x1e\xae\x5c\xd0\x79\x0a\x63\x4d\x9a\x2f\x1e\xda\x49\x83\x31\xfd\x1c\x57\x85\x8e\x9b\x19\xd3\x3d\xe1\xbc\xa4\xc3\x1a\xc6\x1a\x27\xcc\x51\x6a\xbf\x80\x31\x6d\xb5\x99\x67\xda\x85\x32\xa6\x95\x36\x23\xdb\x2a\x96\x31\xcd\xf2\x69\xef\xdb\x28\x31\xa6\x61\x35\x39\xd8\xb2\x94\x31\xf5\x31\x4e\xe3\x2d\xae\x30\xa6\xba\xf1\x77\xff\xeb\x47\x70\xab\x29\x9c\x6a\x70\x0e\xa6\x2a\x87\x8e\x27\xf0\xd4\xa6\x0b\x9d\x9e\x3e\x14\x38\x98\x9b\x3f\xfa\xd1\x29\xf2\x65\x97\x41\x74\xaa\x9e\x5a\x39\x8c\xce\x75\x4e\x4e\xe6\xba\x19\x47\x8e\x8f\x4a\x50\x29\x06\xf6\x8f\xb0\xf7\x37\x59\x27\xef\x1c\x8c\x61\x31\x9d\x65\x35\x4e\x6c\x3e\x33\x44\x7d\xc8\x5e\x03\x75\x1f\xaf\x41\x0e\xd3\x56\x1b\xef\xf4\xd8\x3c\xe0\xd1\xca\xa1\xcd\xd6\x2e\xdf\xd6\x7f\x66\x80\x6e\xcb\xe0\x45\x29\x7d\xbf\x47\x27\x9b\x85\xb9\x16\xf6\x55\x4e\x3b\x61\x5e\xe0\x52\xd6\x67\x61\xfe\x3c\xf3\x74\x67\xe3\x3e\xa9\xaf\xcb\xcc\x36\xcc\x9e\xd5\x27\x9c\x5d\x6f\xd1\x62\xda\x92\xde\x93\x59\x79\xd3\x3d\x8e\x37\x7b\xed\x64\xcc\xe8\x99\x43\x46\x8f\x38\xc6\x0c\xe2\x27\x74\xed\x9e\xc5\x98\x5e\xd8\xf8\xe1\xdd\x1b\x30\xa6\x1b\x3d\x2e\xd5\x46\x83\x31\xed\x6f\xa3\x9f\x5b\x3f\x64\xac\x51\xab\x51\x1f\xba\xc8\x31\xd6\x48\xc6\x3e\xbf\x53\x12\x63\x9a\x89\x3f\xfd\x97\xad\xc9\x01\x45\x73\x3d\x9c\x37\xba\x9d\xa8\x0f\xcc\x53\xef\xde\x74\x2e\x77\xcf\x86\x8a\x2c\xc8\x75\x19\x4e\x75\x89\x8b\xe5\xfc\xf4\x2c\x65\xf6\x44\x3a\xaf\x4c\x68\xe6\x48\xe7\x93\x51\x47\x79\xbd\x7c\xcf\xde\x69\x2f\xa4\xfd\x80\xa0\x9d\xd3\x95\x75\xbd\x65\xba\xfa\x8e\x9f\x62\xd3\x66\xb0\x6a\xbc\xfb\x24\xc7\xfa\x7d\x87\xe9\x7a\x2c\xac\x9a\x60\x32\xfe\x4d\x33\xcc\x75\x19\x37\x76\xe1\x82\x56\x9e\xd3\x2e\x8e\x89\xf1\xfd\xd8\x5a\xd9\xb1\xd1\xe8\x0e\xe1\x2a\x6d\x56\x8c\x8f\x18\xa5\x96\x34\xc6\xea\xd9\x98\xf4\x91\x2a\xb9\x66\x6d\x35\x46\xbd\xb6\xaf\x2c\x5b\x61\x25\x33\xf2\x9b\xfd\x5e\xe6\x67\x31\x7b\xc4\xc2\xe1\x2d\x59\x42\xcb\xd1\x43\xd5\xed\xf2\x59\xbe\x69\xc3\x21\x1d\x06\x47\xb2\x17\xc6\xa3\x06\x9b\x0d\xda\xcb\x3e\x18\xbd\x1b\xdc\x60\xc0\x4b\xc6\x0c\x17\x0e\xcc\xeb\x67\xcc\x98\x5e\xe4\x40\x8d\xbe\x55\x8c\xe9\x59\xf5\xff\x6e\xfb\x94\xb1\xc6\xcb\xfa\x18\xdb\x7e\x67\x4c\xdb\xe2\xa7\xff\x02\x07\xb4\xb2\x05\x9d\xfa\x54\xdd\xec\x4a\xf3\xbc\x34\x73\x00\x01\x30\x77\xc7\x0d\x27\x1d\xe3\x6c\x9b\x09\x34\x1e\x32\x4e\x3b\xd1\xed\xd3\xd3\x15\xfc\xd4\x2c\xfe\x02\x5d\x5b\x42\xe4\x15\xce\x85\x84\x1e\x5a\x40\xfc\xd8\xd6\x02\x37\xe2\x02\xd6\xcf\x5d\xe2\xa6\x19\x0a\xac\xb8\xea\x66\xd5\xa2\xb7\x52\xd4\x7c\x3d\xd7\xb1\xdd\x2e\x36\x9a\x36\xd5\xc6\x45\x6e\x64\x07\x63\xd9\xf1\xf5\xe7\x9c\x9d\x1b\xd0\xa2\x8b\xfd\xad\xd9\xd9\x6b\x7b\xb5\xda\x65\xf7\x63\x56\x54\xe8\x5a\x73\xdd\x41\xed\x66\x1e\x3f\x61\x6c\xbe\xab\x7f\xe8\x8c\x0f\xd7\x57\x9b\x8f\xee\xd7\x60\xc6\x83\x27\xe7\x5b\x55\xf5\xbd\x37\x23\x8f\xe5\x36\x7f\xd4\x3b\x6a\x8a\x03\x7b\x67\x12\xd2\x5b\xc3\xe1\x10\x63\x4d\xfc\x7a\xdd\x98\x70\x81\x31\xc3\xce\xbd\xbc\xc6\xae\x60\x4c\xff\xb4\xed\x90\xd1\x52\x8c\xe9\x7b\xf7\xd8\x6e\xdf\x93\x31\x9d\xfe\x3d\x30\xac\x82\xb1\xc6\x4a\xdd\xb3\x86\x9e\x63\x4c\x7b\x5d\x77\xdb\xc1\x9d\x19\x6b\x24\xf5\x93\x83\xe2\x1c\x50\x95\x5e\x2f\xaa\x43\x96\x04\x0c\xa2\xf3\xf8\xbb\x91\x63\xa9\x4e\x91\x63\x33\x99\xce\x61\x2f\x14\xcc\x2c\x27\xff\x55\xe7\x51\x5e\x88\x37\x5a\x48\xba\xce\x11\xe9\x4b\xe8\xe7\x77\x9f\x5b\x41\x3f\xb7\x2d\xcc\x9d\x4e\xc5\xd6\x4c\xf6\xa4\x11\xb7\xa4\x74\x4d\xa5\x9c\x16\xe0\x6c\xe3\xfd\xde\x70\x47\xfd\xad\x4e\x8a\x9e\xc7\x3a\x6a\xa8\x6f\xb4\xff\xb8\x3a\x6f\x88\xb3\xde\xdb\xc1\xaa\xab\xf6\xcc\x98\xdf\xa4\x61\xdf\x3a\x2b\xd3\x3d\xf6\x9b\xc8\xf5\x9c\xba\xe2\x46\xb0\x6f\xd3\x79\x5d\x0f\xac\x40\x5c\x45\xd3\x0c\xeb\x2f\xcb\x37\x5d\xe9\xde\x74\x54\xe7\xe8\xe5\x6a\x8f\xb3\x4d\x1a\x77\x8e\x58\xbe\x84\xa5\x1a\x8d\xec\x6c\xe4\x16\xc3\x98\x7e\x55\xc7\x97\xf3\x7a\x33\xa6\x6b\xde\xb1\xcd\x9c\xa3\x8c\x35\x5e\xd5\xb1\xdf\xcc\xed\x8c\x69\x9f\xea\x60\x3b\xf5\x07\x63\x5a\x4f\xda\x1f\x99\x6c\xc1\x58\xc3\x84\x0e\xb7\x1c\xf6\x33\xd6\xf0\x5d\x7b\xcf\x89\xab\x19\xd3\x9c\xde\xde\x63\x1c\x63\x4c\xe3\x32\x63\xe6\xa4\x4f\xfe\xc6\xb3\x0f\x9d\x0a\x96\x8e\x1b\x4a\xdc\xd3\xdd\x40\x07\x7a\x0f\xe4\xcc\x9b\x4e\xf5\xce\xcc\x0b\x5c\x17\xe5\xb4\xea\x22\xce\x3f\x54\xac\xa0\xaf\x47\x14\xba\x13\x27\xb1\x67\x98\x37\x8d\x83\x00\x1b\x1f\xe2\x06\x7d\x2a\xb9\x6e\xc6\xb2\x77\x9c\x17\x98\xb9\x67\x1b\x9d\x1e\x3a\x2a\x07\x38\x6a\x77\xae\xb3\x78\xf8\x9c\xad\x67\x5b\x6b\x35\x70\xe9\xd3\x76\x73\x56\xdf\x08\xad\x0f\xdd\x96\x6d\x36\x9b\x3c\xa9\xf1\xd8\x4e\xb9\x9b\xd6\xae\x9c\xa8\x53\xd1\xae\xf9\xc6\xb2\xa0\xf7\xba\x27\x2d\xf3\x37\x76\x3b\xba\x48\xb7\xcc\x62\xab\x5f\xe4\x45\x5b\x5d\x77\xf3\xc1\x7e\x46\x45\xb7\x75\xba\x99\x3b\xfb\xf5\xfc\xae\xdb\xe8\x81\xf9\xa2\xb5\x7a\x8c\x69\x75\x35\x3b\xec\x3e\x9d\x31\xcd\x19\x66\x97\x97\x6f\x65\x4c\x63\x97\xf9\x9a\xc5\x6a\x8c\x69\x4c\x69\x35\x7b\xe1\x68\xc6\xd4\xf4\xcd\x7a\xcd\x77\x67\x4c\x6d\x70\xcb\xd8\xb9\xd3\x19\x53\x99\xd0\x6a\xf6\x2c\x43\xc6\x54\xc6\xb5\x9a\x3f\xbd\x0b\x63\xca\x85\xa2\xff\xcf\xba\x8d\xa0\x3e\x59\x05\x1b\x27\x93\x7f\xb9\xdd\x5d\xe8\x5c\x36\x23\xd0\x8d\xea\x9b\x67\x56\xaf\xa0\x53\xe4\x63\x27\xdc\xa9\xce\x19\xe5\xb1\x4e\x89\xfb\xef\x4b\xe7\xb6\x41\xf1\x9b\x89\x23\xdd\x50\xe1\x4f\x9f\x5f\xad\xcf\x75\x52\xe6\x1b\xf2\x3e\x32\x13\x2f\xee\x26\xde\xd6\x2e\x2e\x4c\x53\x49\x0a\xb0\x55\xdc\x93\xdd\xf4\x9e\x9c\x6c\xc7\x7d\xa1\xde\xdd\xe7\xa9\xa4\xb7\x59\x14\x3a\x7e\x82\xb6\x9a\xa7\x99\xcb\xee\x0f\x4b\xda\xab\x47\x34\xf7\xd8\xed\xbd\x2d\x41\xa3\x6d\xd3\xb9\xbb\x1b\xc6\x14\xa8\xbf\x35\x1e\x19\x12\x76\xa1\x5c\xbd\x7d\x93\xae\x21\xaa\x0f\x6e\xab\xbe\x6d\xd2\x6b\xd7\xeb\xcf\x3b\x94\x4b\x9a\x6c\x09\xbc\xc3\x58\x83\xcb\x4d\x46\x6c\x3a\xc9\x98\xd2\x9d\x26\x15\xeb\xdb\x33\xa6\x94\xd3\xa4\xe9\x5a\x05\xc6\x14\x2f\x19\xb7\xf7\xd8\xc1\x98\x52\xc7\x26\x3e\xab\xdc\x19\x53\x1c\x64\x94\xb8\x7c\x3f\x63\x0a\xf6\x86\x3f\x16\x1f\x63\x4c\x7e\x6c\x93\x07\x0b\xc6\x32\xa6\x30\xaa\x2c\x74\x0c\x9d\x7a\x3f\xd4\xe7\x1c\xcc\x8d\xf0\xf9\xc4\x77\x5d\x6c\xc2\x75\x51\x92\x43\xdc\x49\x76\x3e\x61\xeb\x3a\xaa\xf7\xc7\xe8\xfb\xd1\x7b\x20\x4c\xb8\x45\xb9\xdd\x23\x90\x74\xc0\x37\x32\xae\x0b\xe3\x19\x1f\x42\xf3\xc2\xcd\x6b\x2f\xfd\xde\x69\x5b\xc2\xa9\x6e\x68\x1f\x13\x41\xf1\xeb\xea\x70\x98\x4e\xd5\xdb\xbe\x3c\xdc\x59\x77\x58\xdd\x84\x16\xbd\x0e\x4d\xe9\x68\x24\x97\x68\x32\xf9\xd0\xf6\x91\x19\xf2\x97\x0d\x5d\x0e\x39\xba\xa6\x2a\xe8\xe9\xb5\x39\x34\x7f\x53\x80\x7c\x9c\x4e\x87\x98\x17\x91\x46\x72\x2f\xb5\xdf\xc7\xec\x4f\xbb\x54\xff\x9c\x76\xdf\x98\xd1\xf7\x9a\xc9\x3c\xd5\xee\x1b\x63\xf0\x71\x7e\xbd\xb9\xda\x87\xf7\xa7\x32\x56\x2f\xa2\xf1\xec\xdd\xbb\x19\x93\x51\xd0\x51\xdd\xbe\x97\x31\x99\xeb\x3a\x51\xfe\xed\x19\x93\x1d\xa7\x62\xb0\x95\x74\xfc\x1b\x5f\xf1\x8d\x64\x4c\x3a\x47\x57\x71\x5d\x3f\xc6\x64\xf5\x95\x9b\x78\x53\xbf\x07\xdd\x46\xee\xa6\x8c\xc9\x24\x3d\x70\x9e\x49\x79\x2f\x37\x93\xf7\x07\xca\xb4\x5a\x41\x79\x2f\x25\xda\x8b\x4e\xc3\xe3\x37\x72\x1d\xa0\xe8\xd7\x9b\x27\x48\xec\xbe\xe3\x81\x34\x6e\x76\x1e\xdc\x79\x04\x54\xef\xe3\x7d\x92\xd6\x04\x84\x51\x1e\x58\xae\x76\x90\xfc\x9f\x7b\x2c\x8a\xde\xa7\x93\x86\x1f\xa6\xba\xd6\xc0\x47\x71\x34\xce\xda\x15\x9d\xa0\xf7\xb1\x71\x72\x62\x99\x4a\x27\x40\xe7\x72\xe2\x35\x0b\xeb\xba\x5d\xb4\x47\x27\x45\xd9\xd9\xd5\x71\x68\x38\x2d\xe9\xd6\xdc\x34\x40\x3d\x37\xe9\xc1\xfa\x53\x80\xaa\x73\x92\x6b\xf8\x7d\xa0\x41\x9f\xc4\xb4\xe4\x29\x80\xe2\xb0\x44\xa3\x3b\xfe\x80\xfc\xbc\x53\x53\xab\xe6\x02\xb2\xbb\xe2\x49\x39\x5e\xda\x2d\x86\x94\xf3\xeb\x65\x1e\x20\xbd\xce\x3a\xfa\x61\x42\x7d\x8f\xf3\x0d\x75\xde\xec\xe8\xce\x3f\xf6\x7f\xc2\xed\x16\x41\xff\xc1\x8f\xb8\xfc\x5b\xca\x6e\x94\xcf\x2e\x0b\x79\xed\xac\xfe\x3a\x5a\x27\x1e\x8f\xdd\x4c\x6a\x0b\x47\x46\x07\x51\xf5\x44\xd4\x01\xda\x95\x1a\x4a\xb7\xa8\xfd\xd5\xf6\xd3\x82\x62\xc3\xa0\x83\x54\x2d\x59\xe5\xc2\xab\xb0\x0b\xd2\x8f\xd0\xfc\x99\x96\x15\x47\x79\x63\x54\xe3\x13\x54\x85\xb0\xdd\x7a\x9a\xf4\x09\xcd\x8b\x53\x89\xb3\x51\xb5\x48\xa7\x5b\xed\x0a\xc7\x32\x74\x8c\x1c\x01\x59\xcf\x8c\x75\x3d\x43\x80\x7a\xa6\x19\xa7\x9d\x24\x2b\xb2\x23\x19\x27\x56\xd3\xbf\x20\xe3\x68\x08\x55\xd0\x33\x64\x4f\x50\xdd\x21\xdd\x22\x97\x46\xe8\x05\xb3\x0a\x13\x5a\xb1\x08\x37\x62\x4f\x2d\xe7\x56\xd4\xb7\x38\x24\xf0\x0e\x91\x82\xf2\xfc\x7e\xa1\xbe\xbb\x57\xa8\xef\xed\xaa\x4b\x76\xfc\x76\xba\x8f\x71\xa5\x05\xef\x0f\x75\x36\x87\x57\xcd\x8e\xb3\xcd\x54\x1d\x39\x9a\xc7\x39\xa0\x83\x8a\xbb\xa9\xae\x19\xaa\x11\x4e\x55\xe7\x20\xb5\x48\xe2\x5e\x36\x7a\x1d\xa2\x75\x85\xb7\xfd\x31\x7a\xcf\x2e\xb1\x8c\xa7\x38\xcc\x31\x3a\x49\xf5\x41\x87\x3d\x49\x14\x9f\x61\x03\x38\x0f\xd3\xcd\xf3\x02\xfd\xbe\x66\x6f\x2e\xd1\xba\x43\xd1\xfd\x3a\xf1\x63\x40\x76\xa0\x16\xfd\xa6\xec\x0d\xd6\x54\x9f\xc9\x9e\x3f\x9e\xbe\x23\x7b\xfb\x32\xea\xa4\x91\x3d\x6c\x3b\x75\x24\xcb\xb6\x8c\xa3\x91\x96\xd5\xee\x1a\x91\x7b\x59\x83\x9e\x51\xc4\xaf\x0a\xf7\xf7\xcf\x27\x71\x9b\x2c\x54\xca\x04\x2e\x06\x71\x82\x1e\xc2\x51\xa1\x9e\x19\x2d\x74\x64\x38\x20\x28\xd0\x87\x91\x5e\xc4\x39\x5d\x9e\xd7\x4f\x1d\xda\x46\x75\xd8\x63\x1d\x43\x68\xfe\x47\x6c\xe4\xdc\xd7\x5e\xcf\x03\x94\xe7\xb6\x5b\xc4\x90\xee\xe4\xa6\x79\x47\xa9\x3a\xb4\xf6\xfc\x71\xea\x07\xb5\x72\x7f\x22\xd5\xb1\x5d\x75\x39\x17\x32\xbd\x2d\xaf\x17\x8f\x2d\x3a\x4f\xf3\x66\xd0\xdd\x8b\x54\x2f\xec\x58\x7a\x95\x7e\xce\x38\x30\x9b\xc6\x95\x6c\xd8\xed\x38\x1e\x87\xbb\xf2\x9a\x34\x62\xf2\x03\x3a\xd2\x5f\xba\x6b\x38\x9a\x48\xc6\xbb\x81\x8b\xa8\x83\xcc\xdd\xf3\xfe\x94\x89\xef\x06\x1d\xa6\xaf\xe7\x77\xce\xa4\xbf\x90\x37\xf0\x11\x57\xf4\x1b\xc2\x68\xa5\x22\x72\x0e\x17\x85\x7a\xf6\x79\x1f\x6e\x53\x84\x8a\x9a\xc8\xc5\x1c\x17\xfa\x5f\x88\x5c\xcc\x21\x1a\x1f\x89\x53\x03\x68\x7f\x18\xa7\xb2\x9b\xd6\x4b\x51\xaf\xc2\xa9\xbe\x1f\xee\x1a\x43\xdc\x4a\x70\xcb\xa3\x9b\x24\x76\xab\x42\x3c\xd1\x1a\x22\x07\xe4\x71\x25\x59\x97\x8f\x83\x34\xfa\xd7\x38\x9f\xcb\x20\x7a\xc1\x09\x17\xe9\x5f\x3f\x52\xe3\x0a\xe5\x8d\x3e\xc7\xb3\x28\xdf\xb6\xa3\x4a\x0b\x60\x30\x28\x9f\xfa\x79\xd6\x9b\xfc\x50\xd0\xc1\x28\xde\xad\x46\xe4\xe1\x63\xaf\x76\xf4\xbc\x8b\xf3\x47\xd0\x13\x78\xdc\xd6\x95\x56\x2e\x8f\x8b\x37\x65\x73\x1b\x45\x95\xd3\xc7\x96\x9c\xb4\x2a\x4e\xbb\x4f\x2b\xf9\x47\x2f\xbe\xd2\x48\xbd\x2b\xb0\xe2\xb9\x42\x25\xf9\x9a\x70\xb3\xfc\x92\xc0\xc7\x9c\x17\x3a\x52\x9c\x15\x2a\xce\x89\x42\x1c\x38\x17\x93\x50\xb9\x97\xfe\x7d\x87\x1d\x22\xe8\x39\x85\xc7\x1f\xba\x46\xb3\xe7\x1d\xc9\x20\x20\xe0\xd1\x49\xd2\x73\x10\xfb\x82\x79\x5b\xa6\xd2\xbf\x72\xc5\x22\xce\x07\xb8\x16\x5d\xa4\xf7\xee\x2c\x17\xce\xc3\x4c\xb4\xce\xa2\xd9\x3c\xcc\x85\xd7\xcb\x7b\x7a\x70\x1d\x85\xd6\x61\xf7\x88\xab\xd0\x1b\xfe\x88\xaa\x8c\x75\xad\x9f\xba\xf1\x38\x94\x7f\x57\x26\x05\x91\x0a\x2f\x4b\xca\xc8\x15\xcc\x8e\x7e\xa2\xd2\x9d\xaf\x50\x2b\xcd\xd7\x13\xff\xf3\x62\x2c\x57\x6c\xaa\x54\x4c\xa1\xef\xab\xdc\x7a\x97\xe6\xcd\x8b\xb8\xf7\x7c\xe5\x2b\xf0\x3e\x0f\xe4\xb8\xcd\x6b\xce\xed\x0d\x81\x30\x10\xfb\xe1\x5c\x1a\xce\x6d\x4d\x5e\xe8\xf0\x88\x48\x9a\xbf\x11\xe9\xb1\xf4\x57\xf6\xe4\x70\x5d\x9c\x1d\x96\xbc\x8a\x2c\x72\x40\xeb\x1a\x9e\xa7\xf5\xa4\xfb\x9e\x4c\xe2\x86\x96\x9c\xb8\x4a\xeb\x23\xe7\x9e\x39\x4d\x68\x3e\xa8\xf1\x71\x3e\x2e\x9d\xfb\x3d\x28\xab\x80\xd6\xdd\x36\x55\x82\x3e\xce\xbc\x52\x1a\xbd\xda\x4f\x9f\x53\xde\xad\x93\xf0\x32\x96\xc7\xe1\x7d\xbc\x02\xcd\xf7\x4f\x9a\xad\xe8\xcd\xf2\xe9\xc0\x00\xe2\x42\x3e\x57\xcc\xa0\x19\xf5\xe9\x9c\x37\x91\x77\x5f\xee\xed\xa1\xc8\x7d\xbe\x90\x58\xc1\xbf\x7e\x8b\x9e\xc0\xa7\xe2\x57\x94\xb9\xab\xf2\xb8\x12\xc1\x73\x2d\xee\x5f\xb1\x90\x1f\x44\x7e\x2a\xcf\xac\x66\x5c\xb2\x84\x7c\x71\x89\xce\xaf\x44\xff\xc3\xa2\x38\x07\x15\xac\x98\x42\x7d\x25\xfd\xd5\x38\x0f\xe3\xd7\xfc\x22\x65\x2f\xef\x6d\x57\x69\x3d\xb5\xd2\x99\x73\x5f\x0b\x8f\xdf\xa4\xf7\xea\xac\x9b\x79\x54\x85\x9f\x3c\xe5\x1e\xe5\xd9\xd1\x0f\x0b\x29\x5e\x03\xfc\x1f\xd3\x7e\xc4\x46\xf3\x19\xd1\x09\xad\x46\x54\xd0\x3e\xad\xb1\xce\x1b\xe2\x05\xea\x06\x7e\x10\xe2\xf0\x0b\x07\xc2\x3b\xfd\x45\xf6\x16\xea\xd6\x8e\x02\xdf\xb0\x42\xe0\x1e\x44\x9d\x83\xa3\xe3\x51\x83\x7b\xa8\xa9\x13\xf3\x51\xd0\xc3\x11\x75\x62\x9e\xed\xfd\xe7\xb8\xdc\xa4\xf7\x6b\xf8\x94\xd3\xb4\xcf\x16\x39\xa8\x40\x3b\x9e\xd7\x37\xda\x5d\xa6\xd1\xb7\xf6\xee\x75\xda\x4f\x78\xd8\xdd\xa6\xf5\xf7\x92\xe2\x7c\x9a\x0f\x2e\xaf\xee\x7d\x02\xe9\x23\x15\xf1\xf9\x70\xe3\x31\x9d\x57\xd8\x47\x3e\xa3\x59\xdb\xb7\x2b\xe7\x81\x3a\x3d\x7e\x45\xeb\xed\x96\x95\x1f\x88\x9f\x6a\xdc\xf5\x1b\x0d\xf7\x5f\xeb\xfe\xd5\x1c\x88\x70\xe2\xd1\x5d\xf0\x7f\x9c\x50\xff\x5f\x20\x70\x21\x7e\x42\xc7\xe4\x7d\x82\x2e\x46\x52\x18\xb7\xd9\x82\xbe\x45\xb5\x4e\x0c\x45\x5c\xe4\x84\xde\x25\xd6\x8c\x8b\xa8\x9f\x53\x2c\x74\x34\x79\x40\x5c\x5d\x35\x07\x65\xc9\x79\x98\x2d\xc5\xd7\x88\xdb\xf1\xd5\xbf\x41\x6a\x12\xde\xfe\x79\x34\x2a\xc5\xfe\x60\x6e\x3f\x0a\x89\xda\x99\xeb\xc5\x9f\xc2\x94\xe2\xa7\xf4\x73\xe3\xe6\x94\x13\x4f\x3e\x7c\x29\xa7\x95\xfa\x36\x7a\x4b\xdd\x58\xac\xa7\x7e\x25\x9a\x43\xec\x93\x24\xf2\x0f\xf5\x6c\x7f\x39\xf1\xa9\xd5\x1f\xc7\x5a\xe8\x77\x63\x2f\xf0\x10\xb3\x85\x38\x54\xf7\xc7\x11\x74\x73\x44\xee\x21\x55\xe8\x2b\x25\xf2\x0e\xa5\x42\xbc\xde\xaf\xf9\x75\x9c\x88\x7a\x28\xbf\xe9\xc4\xd0\xe7\x83\xcb\xae\x50\xdf\xbb\x80\x3d\x9c\x87\xd9\xec\x7a\x87\xb2\x8e\x8f\xcd\x3d\xae\x93\x56\x52\x44\xfb\x86\xa5\x15\x8f\x39\x37\xaf\xff\x8c\x7e\x7a\x6e\x9b\x0a\xb2\x93\x37\xbe\xa2\xfe\xab\xe3\x6e\x7e\xa0\xf8\xd9\x75\xfd\x4c\xf9\xb4\x4f\x3a\xd7\x45\x12\x39\x90\x66\x82\x3e\x48\x43\x81\xfa\x94\x6a\xf1\xfb\xc9\x97\x9e\xa0\x08\x5d\xcd\x81\x08\x27\x02\x4e\xc2\xf7\x2d\xfe\x2e\x8c\x0b\xc1\xef\x6a\x5d\x14\x81\xa7\x12\x79\x29\x31\x1e\xe2\x7c\xa9\x4c\xc3\x1f\x38\xa1\xea\xb8\xd8\xb1\xbf\xf1\x0f\xb5\xf9\x8f\xbf\x70\x0f\xff\x89\x03\xc9\xe5\x75\xac\x1f\x5b\x00\x2f\x0f\xe0\xfb\x05\xc9\xd8\x03\x3e\x8e\xe7\x75\xbd\xcf\x4e\x80\xe4\xf9\x7e\x30\x03\x4e\x3b\x02\x92\x77\x80\xe4\xcd\xfb\x21\x06\x78\xe0\x0c\x7c\x3c\x04\x54\x79\x03\x6f\xd7\xf2\xdf\xf9\x54\xa8\x67\x3f\xb0\xe5\xb6\x9a\x7f\x10\xea\xde\xbf\xe9\x7f\xd4\xe2\x3f\x4e\x0a\x75\xa1\xe3\xbf\xdc\x6b\xae\xe6\x1f\x02\xff\xec\xb7\xd8\x0f\xe3\x5f\x73\x20\x42\x7c\x88\x03\x39\x00\x4c\x9f\xc8\x3f\x26\x0e\x24\x1a\x90\x8c\xef\xda\x71\x78\x7b\x14\x88\x76\x00\xde\xbc\x04\x92\xda\x01\xef\xf5\x80\x2b\xbb\x81\x77\x71\x3c\x0e\x1f\x8a\x25\x23\x1a\x78\x25\xdc\x11\x2f\x39\xc9\x6d\x81\xe0\x5f\x6d\xfe\x41\xe4\x3f\xce\x09\x7e\x8a\xfc\x87\xc8\xbf\x88\xfc\xc3\xb1\x77\xbf\xc4\x61\x41\x4d\xff\x6a\xf7\x3f\xa9\xd6\xbf\xf8\x5b\x3f\x94\x5a\x1c\x88\xd8\xf7\xa2\x86\x2e\x8a\x17\xb0\x60\x38\xf0\xfd\x35\xe0\xbe\x1f\xf8\x3c\x4b\xb2\x47\x05\xde\x0f\x97\xec\x59\x80\xd7\x0a\x40\x64\x25\xf0\xfa\x09\x90\x18\x0e\xbc\xf6\x04\x2e\x67\x00\x2f\xfb\x01\xf7\xfa\x01\x6f\x76\x00\x6f\x5e\x00\x15\x42\x2d\xf5\x51\x43\x6e\xc5\xba\x77\x6d\xfe\xe1\x7f\xf1\x2f\x71\xbb\xb9\xfd\x27\xfe\xe1\x6f\x7d\x50\x6a\x73\x0f\xe2\xf7\xff\x1b\x0e\xe4\x87\x21\x30\xaf\x18\xf8\x54\x04\xac\xac\x04\x3e\xd4\x07\xfc\xd6\x03\x6f\xd7\x01\xbb\xd2\x81\x57\x87\x81\xa8\x6e\xc0\x0b\x73\xc9\xce\x00\x28\x8f\x01\x2e\x0d\xe0\x75\xef\x82\x52\xfe\xf9\x57\xfb\x80\xa7\x42\x6f\x88\x7b\x82\x86\x4c\xce\x14\x6e\x45\x0e\x48\xe4\x1f\xc4\xfe\x37\xbf\xf9\x7f\xa1\xa6\xff\xff\xc4\x3f\xfc\xc6\x41\x88\x7a\x10\x13\xfe\x1c\x8f\xff\xc5\x81\x4c\x5c\x04\x7c\xdd\x0b\xcc\xb5\x03\x3e\x36\x01\x56\x64\x02\x55\x5d\x80\xf5\x7b\x81\x17\x27\x81\x1d\xed\x80\xf2\xdb\x92\xb5\x0c\xf0\x2c\x1f\x38\x21\x0f\x3c\xbd\x07\x64\x2e\x03\x9e\x06\x01\x05\x25\xc0\xb3\x32\xe0\xd5\xdd\x9f\xf3\x41\xe4\x81\xc4\x71\x20\xce\x03\x91\x7f\xa8\x1e\xff\xee\x7f\xf6\x5f\xe4\x1f\x0e\xfe\x52\xdf\x14\xfd\x31\xaa\xa5\xe7\xf0\x37\xfd\x8b\xda\xdc\x83\xf8\xf3\x35\x38\x10\x3b\x60\x50\x3f\xe0\x47\x33\x60\x7c\x23\xe0\xe3\x06\xc9\x5a\x03\xa8\x5a\x02\x2c\xf1\x05\x5e\xf6\x00\xd6\xa9\x01\x65\x47\x80\xa0\x79\x80\x64\x95\x2d\xd9\xd1\x95\x5a\xf3\xdc\x55\x72\x1b\xb8\x78\x0a\x78\xbc\x0d\xb8\xe7\x06\x94\x58\x00\xaf\x3f\xfd\xe4\xe3\x44\x5d\xa0\xcb\x83\x6a\xe6\xc1\x6a\xfe\x43\xc8\x0b\xc7\x3a\x09\xcf\x5d\xd0\x1e\xf9\x37\xfc\x43\x6d\xfe\x43\xe4\x1b\xfe\xa6\x7f\x21\x7e\x5f\x6d\x0e\x84\xc6\x85\x2d\xd0\xf7\x1b\xf0\x29\x08\xb0\x1f\xca\x73\xdc\xd4\x00\xe0\xc5\x39\x60\x41\x0e\xd7\x42\xf2\x8e\x05\x4a\x27\x01\xfe\xf3\x81\xe2\x04\x20\x7c\x36\x50\xd4\x1a\x88\xbf\x09\x48\x56\x67\x99\x1b\x79\xdd\xff\xde\x37\xe0\xfe\x2d\xe0\x65\xdd\x9f\x7a\x28\xe2\x38\x10\x75\x50\xc4\xfa\xbf\xe8\xff\x91\xb8\x9a\xe3\xfe\xa0\xd0\x7b\x69\xbf\x30\x8e\x44\x0e\x60\xf7\xdc\x9f\x71\xa8\xf6\xbf\x16\xff\x21\xd6\xc1\x45\xce\x41\xb4\xb5\xfb\xa1\x88\xf1\xa0\xf9\x62\xc7\xe7\xc9\xe7\x55\x40\xd7\x42\xe0\xbd\x25\xef\x9b\xf4\x72\x33\x30\x29\x07\x28\xb7\x05\xe6\x5b\x01\xa5\x13\x25\x7b\x15\xa0\x68\x3c\xb0\xc5\x06\x78\x38\x8c\x73\x73\x92\xd5\x79\x7c\x0e\x50\xf0\x9e\xeb\x06\xdd\xed\x02\xdc\xad\x04\xf2\x96\x02\x2f\x35\x24\xab\x60\xfe\xb7\xc4\xf7\x62\xf2\xdd\x9a\xe3\x5f\xe4\x3f\xa2\x86\xd4\x7c\xee\xe1\x82\xe6\x4e\xa8\xd0\x47\x49\xe4\x1f\x76\x06\xfc\x8c\x43\x6d\xff\xff\x6d\x1f\x94\x3a\x3d\x6b\xfe\x5c\xa3\x60\xe0\xdb\x78\xa0\xf9\x1c\xe0\xbd\x3c\xd0\x71\x3d\xf0\xb2\x18\xe8\xfb\x12\x78\x7e\x1d\x18\x6b\x0b\x3c\x7e\x0b\xcc\x56\xe7\x7e\x2f\x4f\x05\xee\x15\x03\x9b\xe2\x81\xbc\x2f\xc0\x9e\xf9\xc0\xed\xb1\xc0\xb1\xbe\xc0\xcd\x0f\x80\x64\x47\x9b\xeb\x0a\xe4\xd7\x03\x72\x33\x01\xc9\x0a\x5d\xd4\x05\x12\xe7\xc1\xc9\xdc\x9a\xfe\x47\x08\xf9\x31\x5c\xc8\xa3\x7b\x85\x5e\x45\x22\xf7\x22\xfa\x1d\x28\xfc\x1e\xff\x3e\x3f\xe3\x20\xf2\x2f\x7f\xe9\x83\xf2\xaf\xad\x24\x1e\x9f\x17\x03\xba\x2e\xc0\xeb\x60\xc0\xc2\x8b\xf7\x84\xeb\x11\x0f\x3c\x2e\x06\x86\xa7\x03\x45\x63\x81\x69\xf3\x80\x82\x05\xc0\x92\x6d\x80\x64\xf5\xea\x1b\x0a\xdc\x90\x07\x42\x0a\x81\x9c\x37\xc0\xb1\x91\x40\x96\x1c\x90\xde\x19\xb8\xa6\x0b\xe4\xe7\x03\x97\x2f\x00\x95\x9f\x81\x0b\x02\x17\x25\x72\x50\xb1\xab\x05\xff\x87\xd7\x1c\xef\x21\xfd\x6a\xf9\xdd\xa3\xa6\xdf\x62\x8f\x22\xbf\xee\x3f\xe3\xf0\xff\xe6\x3f\xc0\xd7\x45\x7c\x95\xca\xed\xdb\x76\x80\xaa\x3e\x50\xde\x01\x30\x39\x05\x94\x44\x03\x1d\x56\x03\x0f\x32\x81\x81\x7d\x00\xc9\x2e\x6d\xd2\x75\xe0\x56\x16\xb0\xd0\x0e\xc8\xf6\x07\xd6\x75\x00\xae\x75\x05\x82\x19\x70\x29\x17\x38\x92\x0c\x64\xae\x04\xce\x6f\x05\x2e\x44\x02\x79\x83\x80\x73\xaf\x80\xca\xe1\x40\xf2\x6a\xae\x8f\x73\xec\xb8\xd4\x3b\x89\x8d\x9c\x53\x8f\xc8\xf5\xb0\xe6\x52\xb4\xcf\xdc\x65\x52\x87\xce\xa1\x83\x74\xeb\xca\xb2\x5f\x78\x17\xd1\x6f\xdf\x51\xa0\xda\xf6\xba\x74\xfe\xb1\xf7\xb6\x7f\x88\xc3\x7f\xe0\x3e\xf8\xee\x11\x78\xab\xcd\x6d\xf9\x7b\xa0\xde\x19\xa0\x64\x2a\xd0\xe8\x14\xf0\x60\x2c\x60\xf6\x03\xb8\xb3\xaf\xae\x6e\x2f\x75\x20\xfb\x83\xec\xb0\x31\x53\x80\x2b\xdd\xe4\x23\x9d\xa7\x00\x19\xcb\x94\xac\xbc\x9c\x81\x73\x52\xca\x5d\xb6\xbf\x02\x52\x6c\x55\xfa\xc4\x9c\x04\x92\xbe\xa9\xca\xa5\xf6\x05\x4e\x75\x55\x5d\x72\x4b\x15\x38\x7e\x5e\x75\x5f\x59\x17\x20\xce\x43\xf5\x1a\x3d\xff\x3b\x6a\xb4\x9f\x0c\x9d\xa7\x3a\x56\x62\x77\x68\xab\x91\xdd\xfa\x56\x99\xee\x21\x6e\x1a\xa4\x74\x92\xfc\x6e\xa4\x48\x3b\xbb\x35\x71\x8a\xfb\x24\xd6\xab\x83\x22\x71\xf6\xab\x97\x2a\x90\x4e\xed\xca\x56\xb2\x6f\x7e\x8b\xc3\x7f\xf0\xff\xab\x70\xbb\xea\xcd\xc1\x3a\x54\xef\x28\x5f\x5f\x8f\xea\x1b\x8f\xe2\x64\xe9\xf4\x28\xff\xb6\xa2\x53\x83\x51\x40\xce\x5a\x35\x97\xa6\x8e\xc0\xa5\xd7\x5a\xdb\xba\xe4\x00\xe7\xae\x6a\xcf\x1d\x36\x56\x2a\xf8\xcc\xd6\xc6\x1d\xa6\x2b\x49\x6b\x9c\xd4\x6b\x7c\x6d\xf9\x0f\x59\xb3\xb8\x96\x3a\x96\x5b\x72\xe4\xa4\x8e\xd4\xd3\x19\xb2\xff\xb1\xbc\x6d\x74\xa0\x4e\xd3\x44\x07\xf9\xab\x11\x07\x74\x86\x5c\xef\xa7\xd0\xf2\xc0\x4a\x1d\xb7\xc7\xcb\xe4\x4f\x85\x57\xe8\xaa\x7e\x0b\x91\x5b\x17\xdc\x4b\xf7\x35\x63\x72\xa1\xdb\x54\xf4\x1b\x33\x26\x3f\xc4\x37\x4d\xd7\x95\xb1\xfa\x8d\xd6\x38\xe9\x49\x31\x56\xbf\xab\xa7\x8a\xce\x5c\xc6\x64\xc6\xac\x34\xd5\x79\xc9\x98\x4c\xe0\xf2\x05\x3a\xd7\x18\x93\xb1\x5f\xaa\xaf\x93\xc7\x98\x4c\x47\xb7\x18\x5d\x43\xc6\x64\x7a\x2f\x58\x21\xf9\x3e\xe9\x79\xff\xde\xff\x3a\x54\x7f\xf9\x3c\x4f\x86\x76\xbb\x95\x06\x2a\xa4\xb2\x5c\xa2\xae\x45\xfb\xea\x07\xce\xda\xc4\x49\xdc\x78\x62\x40\x75\xbd\x2b\x0b\x8c\xec\xa4\xb5\x81\x73\x3e\x4d\x07\xeb\xd8\x4b\x1d\x4c\x2c\x69\xba\xc6\x72\xa4\x6c\x6e\xdc\x7c\x53\xd6\xd7\x58\xfe\x4a\xcc\xbd\x66\x6b\x27\x9c\x51\xda\x7d\x50\xbd\xd9\x46\xd7\x67\x2a\xad\xf6\x86\x36\x0b\xf6\x19\xab\x16\x15\x32\xde\xf4\xf5\xee\x49\x1a\xad\x77\xac\x33\x5d\x14\xa7\xa6\xd9\x31\xf0\xb8\x69\xdd\x4c\x77\xcd\x20\xff\xa1\xa6\x32\xf7\x9d\x34\xc7\x6d\x0d\x35\xdd\xf5\x2e\x40\xc3\xd0\xcf\xb2\xd9\x50\xc6\xd4\x0e\x78\xed\x68\x66\xca\x98\x6a\x87\x15\xef\x4d\x57\x32\xa6\x1c\xb3\xb8\x5d\xd3\x2c\xc6\x1a\x0c\x5c\x18\x62\x72\x96\x31\x25\x5d\xd7\x61\xc6\x17\x19\x53\x6c\xe8\xb2\xc9\x58\x91\x31\x85\x8e\x73\x2e\x18\x2d\x64\x4c\x2e\x6d\x56\xb6\x91\x11\x63\x72\x23\x66\x34\x31\xd8\xc1\x98\xec\x97\xff\xed\x3f\xe7\x21\x3e\x4c\xd7\xa4\x7d\x74\xd9\x6b\x3d\xb2\x8f\xea\x9a\xd2\xae\x38\x3f\xc0\x8c\x76\xb7\x59\x1e\x6d\x28\x0e\x99\x17\x48\x0e\x02\x67\x76\x76\x30\x96\xd8\x84\x2d\xd6\xed\xd5\xcf\x02\xd1\x97\x3b\x0d\x68\x66\x53\xff\x43\xd8\xc3\x0e\x51\x5d\x3e\x2a\x7f\xd9\xd5\xae\x43\xca\x08\x5f\xf5\x82\x80\xb5\x1d\x14\x67\xde\x6f\xf8\x76\x53\x68\xfb\x8e\xab\x99\x76\xfe\x7a\x8f\x76\xf6\x81\xab\x75\x95\xd7\x0c\x6b\xeb\x11\xfd\x46\x2f\xcc\xe3\xaa\xd5\x95\xd4\x0d\xfa\xe3\x56\x77\xb1\x9a\x71\x3b\x42\xbf\xef\x4a\x1b\xab\x1b\x2f\xf6\xe9\x39\x2e\x53\x6f\x7b\x86\x31\x9d\x16\x0b\x4e\xb5\xed\xc4\x98\xb6\xe2\xdc\x8b\x96\x67\x19\xd3\x5c\x32\xab\xab\xe5\x60\xc6\x34\xec\xa7\xe5\xb7\x1e\xc3\x98\xda\x83\x29\x7e\xe6\x11\x8c\xa9\x9a\x4e\x5e\x61\x76\x94\x31\x15\x5b\x87\xcd\xad\x9e\x30\xa6\xdc\x6e\xa2\x47\x4b\x7d\xc6\x94\xe2\x27\x58\x36\x7f\xc6\x98\x62\xe2\xdf\x9e\xbb\xa8\x0b\x51\x35\x53\x9f\x8e\x47\xca\xf4\x79\x3f\xa4\x87\xfd\xdb\xd2\xe9\xf2\xed\x13\x9d\x49\xa7\xf5\x72\x61\x37\x3a\x0d\x48\xf3\xea\x43\xf7\xd2\x12\x03\xfa\xd1\x69\xd9\x91\x38\x7e\x7f\xfe\xc0\xe6\x41\x91\x72\x83\x81\x90\xed\x83\x2a\x0c\x54\x65\x46\x6e\x0b\x1c\xa0\xd7\x36\x52\x79\xb5\xcf\xeb\xbe\x8e\xfd\x97\x36\x32\xf0\xb8\xda\x67\x94\x43\xb6\xae\xfc\x72\xfb\xde\xca\x8b\xdb\x19\xb8\xb9\x2d\xea\x55\xb0\xf1\x48\x93\xae\xf3\x52\x7b\x46\x84\x6f\x30\x31\x9d\x93\xd7\x23\x2a\x71\x41\xd3\x36\x33\x8b\x7a\xc8\x65\x3d\x6b\x3a\x6d\xfa\xa7\xee\xe5\x4f\xa2\x4d\xd6\x4d\xef\xda\x23\x9d\xb1\x26\x6d\x1c\x33\xbb\x8f\x64\x4c\x3f\x6b\xc2\xa2\xae\xeb\x18\xd3\x39\x33\x76\x9b\x75\x38\x63\x8d\x96\x8f\x3e\x60\x5d\xc5\x58\x23\xd3\x91\x26\x9d\xeb\x31\xd6\x50\x6a\xe4\xc0\x0e\x4f\x18\xd3\xf0\x1b\x9e\xdc\xfe\x30\x63\xea\xea\xc3\x7a\xb6\x1b\xc4\x98\x6a\x9e\x9d\x4e\x9b\x32\xc6\x94\x9f\xfc\xee\x3f\xe7\x9f\xde\x7c\x6f\x42\xfd\xb9\x9f\x58\x5b\x3d\x90\xd8\xfb\xce\x36\x54\x7f\xb8\x35\xa9\x0f\xa9\x0a\x5f\xb4\xe1\xb7\xea\xaa\xf9\x17\x57\x7b\xaa\x6b\x1e\x8e\x19\x4d\xe7\xb4\xfb\xac\xb8\x6e\x46\xd0\xbd\x09\x54\xdf\xdd\xec\xe4\x10\xdb\xc8\x01\xf0\xda\x33\xc1\xb4\xd5\x5e\xc5\xe8\xa5\x72\x63\x63\x7a\x9c\x6c\x28\xe3\x1c\x38\x4a\x77\xd4\x4a\x83\x66\xd3\x57\xdb\x9f\x70\xf6\x31\xb6\x74\x28\x1e\x31\x70\x4d\xa0\xe9\xac\x71\xeb\x87\x5d\x08\x69\xda\x3c\x68\x54\x83\xa1\xaf\xe2\x96\xb6\x34\x1b\x21\x6b\x97\x7e\x69\x70\xcb\x29\xc3\x94\xed\x3c\x0b\x4f\xb5\x28\x18\xea\x64\x97\xf9\x79\x77\xb3\x39\x43\xc2\x86\xc8\xb1\xe7\xc6\xc5\x03\xaf\x0f\x0c\x64\xcc\xd0\xbe\x7f\xaf\xfe\xc6\x8c\xe9\xf5\xef\x37\xbe\xef\x44\xc6\x74\x4e\xf4\xb6\xea\x6d\xc2\x58\xa3\x7c\xdb\xcb\xb6\xd3\x18\x6b\x34\xc4\xb6\xa2\x87\x0b\x63\x0d\x27\xf5\x48\xeb\x76\x85\x31\x8d\xc9\xdd\xbf\x75\x1d\xc1\x98\xfa\x80\xea\xd3\xa0\xe1\x0d\xe9\x1c\xe9\xed\xc3\x66\xa4\xff\xf1\x54\xae\x23\xd5\xa9\x0a\x36\x72\x15\xe5\xec\x53\x03\xe9\x54\x27\x53\x95\xdf\xae\x4c\x4e\x1a\x4b\xf5\xdd\x04\x43\x07\x3a\x87\x8b\xd1\x9f\x42\x75\xbe\xbd\x31\xd3\xe9\xcd\x11\xc8\x78\xdd\x74\x7d\xd4\x9c\x8f\x12\xbb\x5a\xcd\x65\xbd\x52\x27\x60\xe1\x05\xe7\x86\xc6\xfd\xea\xdf\x9d\xb9\x70\xf6\xa1\xce\x23\xd4\x56\x4e\x9c\x37\xe3\xbb\xdd\x26\x9d\x08\xfb\xfc\xe9\x52\xd3\x43\x0d\xdf\xd9\xa9\x4e\xab\xbf\xfa\xbc\xb1\xe9\x80\x2e\x53\xdb\x6c\x5f\x6f\xb2\xbe\x8f\xe3\x94\xc1\x47\x1c\x4c\x5e\xf7\xba\x30\x39\x2a\x7d\x99\xc9\x93\x1e\x8f\x26\xaf\xbe\xdf\xcf\xf8\x66\x0f\x87\xc9\xbe\xef\xc7\x1b\x1d\xec\xee\xe5\x70\x99\x31\xfd\x21\x5d\x67\x8d\x8f\x67\x4c\xc7\xb0\xab\xe2\xe8\x95\x8c\x69\xaf\xb3\x71\x19\xd9\x9b\xb1\x46\x8e\xd6\xd2\xc3\x9f\x30\xa6\xf9\xba\xf3\xe7\xa1\x1d\x18\xd3\xb4\xe8\x9c\x38\x38\x90\x31\x8d\xa1\x9d\x3c\x07\x64\x30\xa6\x76\xa3\xe3\x83\xfe\x52\x8c\xa9\xfe\x10\x39\xa0\x37\x37\x5a\x52\xfd\x56\xe4\x9f\xee\x2b\xf4\xa5\x15\x41\xae\x0b\xf7\x3b\xd3\x79\x1c\xe9\xbd\x9c\x1e\xeb\x48\xa7\xeb\xf1\x39\x33\xda\x70\xff\xf9\xe9\xe1\x1e\x7d\x67\xca\x13\x81\x3d\xf8\xa9\xea\x06\x07\xce\x49\xac\xc4\x52\xaa\xff\x38\xab\xae\x4c\xc2\x1e\x60\x9a\xfd\x2a\xe3\xc6\x37\xea\xa6\x8d\x95\x5d\x5e\xd5\x46\xb6\x81\xfa\xe0\x97\x4b\x37\xf5\x8b\xd0\xea\xd2\x67\xd5\x92\x18\x27\xeb\xc6\xcb\xbb\xe7\x2e\x2e\x5d\x3e\x48\xb7\x4f\x17\xd9\xc5\x4e\xfe\xcb\xf4\xba\x74\xf4\x5c\x34\x29\xba\x50\x6f\x6b\xbb\xf7\x6e\x1e\xe7\x96\xeb\xd9\xb5\x1d\xe2\x66\x9f\xff\x59\x77\xb2\xd5\x61\xb7\x89\x55\x17\x1b\xbb\x58\xcd\x77\x75\x65\x4c\xeb\x78\x9b\xa4\x39\x4b\x19\xd3\x4c\x6c\xa3\x38\x43\x83\x31\x8d\x0e\x6d\x54\xa7\x18\x31\xa6\x3e\xb9\xf5\x6a\x47\x5f\xc6\x54\x8f\x5b\xdc\x98\x18\xc4\x98\x4a\x94\xf9\xcb\x71\xf7\x18\x53\xde\x62\x3e\x7b\xcc\x62\xc6\x1a\x5c\x37\x3f\x3b\x6a\x1e\x63\x0d\x0e\xbc\x5f\x63\xa1\xcc\xe7\x3f\xe7\xbe\x7e\xf2\x4f\x7c\x7c\x67\xaa\xf2\xd3\xc1\x33\x95\xfc\xf9\x8a\xfc\x4f\x8c\xfe\x42\xaa\x8b\xef\x7d\xb3\x84\x78\x87\x1d\x0d\x56\x52\x1e\xf1\x0b\x5b\x4d\xf1\xf3\xe8\xe1\x45\xf5\x0d\xd7\xa2\xb5\x54\xff\x72\x02\xaf\x9b\x8f\xdc\xe3\x97\xa9\xda\x0c\x18\x20\xe5\x2b\xd3\x3c\x4b\xee\x4c\xd7\xc4\xf5\x66\x3d\xdc\x54\x0f\x76\xec\xeb\x73\x6d\xfc\x1d\x75\xe7\x36\xcf\x7d\x96\x2d\x5a\xa0\x11\x6a\x7e\x62\xdd\xbb\xcd\x3b\x34\x87\xb4\x0c\x5c\x67\x19\xd1\x49\x73\x4a\xf3\x11\x6b\xe3\xcf\xb6\xd0\x94\x37\xcd\x5c\xf3\xe5\xf6\x53\xf5\x57\xa6\x7d\xd6\xbc\x7a\xd5\x41\xcd\xd6\xb4\xb5\x67\x21\x63\xca\xef\x4c\x0e\xad\x38\xcc\x98\xd2\x7d\x93\x4f\x8b\x3b\x33\xa6\x34\xb7\x69\x1b\xd7\x48\xc6\x94\xea\x98\xd8\xbb\xec\x62\x4c\xe1\xab\xc9\x99\xb9\x6d\x19\x53\xf8\xd2\xd4\x78\xe6\x1e\xc6\x14\x6e\x18\x0f\x9c\xfa\x83\x31\x79\x13\x63\x7f\xa7\x08\xc6\xe4\xde\x94\xe9\xdb\x52\x1d\xe7\x41\xd8\x30\xba\x2d\x7b\x63\xcd\x38\x1a\x1f\x99\xbd\xa7\xd1\x39\x75\xca\xaa\x79\x74\xfa\x79\x3c\xca\x8d\xce\xe3\x63\x1e\x2e\xa7\xba\x75\x58\x8f\x55\x74\x7a\xbc\xa3\xd8\x8b\xf2\xe9\x46\xc6\xfb\xa7\x78\x0e\xda\x40\xe7\xda\x8b\xe0\x47\xb7\xec\xa6\xa7\x73\x4e\x62\x94\x47\x20\x9d\x9e\xf6\x2a\xda\xb9\xbe\x9e\x2c\xd0\x39\x62\xc7\x53\xfd\xef\xf5\xf2\x2c\x9e\x6f\xff\xd1\xe9\xae\x82\x65\x8b\x39\xdb\xf3\x47\xfa\x29\x8e\x32\x79\xb3\xdd\x63\xbe\xbe\xe2\x13\xa3\x65\xdb\x0d\x7c\x1b\x28\x7e\xd6\x4f\x08\x2a\x09\xbf\xa4\x38\x59\xb7\x3c\x68\xc2\xe9\x4f\x0a\x7e\x3a\x77\x03\x8b\x6e\x42\xde\x51\x67\x74\xe0\xc4\x17\x2a\xf5\x63\x75\x16\xfb\xab\x32\x26\xab\xa5\xf3\xc3\xd7\x83\x31\xd9\x61\xba\x1b\xd7\x0c\x60\x4c\x76\xad\xee\x13\x77\x7f\xc6\x64\xb7\xe8\x8e\x58\xd9\x9c\x31\x99\xf3\x3a\x89\xcb\xa6\x32\x26\xfd\x51\x77\x9f\x5b\x2e\x63\x32\x5b\x75\xad\x5d\xf9\xc7\x06\xce\xaf\x19\x93\x8e\x7c\x10\x3b\x9c\xea\xef\x37\x55\x1c\xe8\xb4\x3b\x33\x95\x57\x91\x92\x2d\x5c\x69\xbe\xc7\x87\x2e\xa5\xf5\xc1\xe1\x2e\x1e\x74\x8a\xbe\xef\x84\x17\xe9\x48\x05\x07\x6d\x20\xff\xb7\x34\xf0\x23\xbe\x63\xad\xc1\x16\xaa\x22\x2c\x2b\x0a\xa0\xaa\xed\x9c\x1f\xfc\x74\x7d\x92\xfe\x2e\xca\x3b\x83\xaa\xf6\xd0\x39\x78\x07\x4b\x5e\x9d\x6b\xf1\xf6\xe0\x02\x8d\x3b\x80\x61\xf4\x81\x0b\x96\x83\xa4\xfb\xe9\x0e\x38\x28\x6d\xa7\x2a\x2d\xa5\xed\x76\xb0\xdd\x9c\xe1\x75\x57\x6a\x4f\x3e\x98\xe0\x33\x19\x68\x58\x75\xd0\x3e\x4c\x06\xd0\x68\x7b\x60\xe3\xa9\x4a\x40\xad\xf1\xfe\xc7\x39\x96\x80\x8a\xcd\xfe\xce\xcf\x4b\x00\xa5\x75\x61\xb4\x8e\x96\xef\x15\x4c\x75\x3d\xd9\xc4\x00\x5a\x77\x4b\x4f\xdb\x4c\xf5\x0a\xe9\x8f\xbe\xfd\x69\xef\xf8\xcd\x87\x38\xf4\xba\x11\x5e\xa4\x4b\x28\xd3\x6c\x35\xdd\x6b\xae\x67\xb5\x82\x38\xeb\x5b\xdf\x1c\x49\xcf\xe1\xd2\xd1\x39\x54\x9f\x49\xd1\xe5\x3c\xc4\x09\xf7\xe5\xc4\x8b\x1e\x1a\xe0\x45\xef\x8b\xfd\xaf\x37\x50\x3d\x6b\xd7\xc2\x4d\xa4\x6f\xe0\xaf\xcf\xf5\x51\x36\xb8\x70\x7f\x57\x59\xee\xa4\x71\xe5\xaa\x11\x42\xd5\xe9\xa9\xe5\x7b\xa9\x5f\xd4\x98\x00\x5e\x2f\xef\x3d\x9d\xab\xd2\x9b\x27\x70\x2e\x44\x33\x23\xce\x4a\xfa\x02\xa0\x72\x3c\xee\xa8\x69\x0b\x40\x31\x39\x2e\xae\x77\x12\x20\xf7\x28\x2e\x7c\x4a\x63\x40\xfa\x62\xdc\x99\x55\xdf\x81\xba\xf2\x71\xae\x3b\x5b\x00\xd8\x79\xac\x34\x8e\x9e\x44\x6c\xf6\x15\xca\xc4\x47\x5d\x1f\x13\x61\x71\x74\x0a\xa3\x4a\x51\xc4\x21\xfe\xee\xdb\x2b\xd4\xfd\x83\x4f\x72\x1b\x44\xeb\x6c\xb4\xf3\x37\xe0\x1f\x6f\x12\xee\xfd\xfb\x0a\xe7\xf6\xeb\x7a\x48\xec\xb5\x68\xce\x7f\xa5\xb5\x58\x42\xef\xb7\x93\x45\x9e\x94\x10\x8e\x2e\xf5\xa1\x79\x70\xc0\xd1\x8f\xbe\x3b\xa4\xd2\x3f\x81\x7e\x6b\x3c\xe7\x22\x7c\x73\xf8\x73\xf6\xb0\xe3\x3c\xcc\xe2\xd9\xbc\x8f\xc6\xec\x1c\xee\xb7\x83\x61\x14\x8d\x0b\xbb\xe2\xc3\x14\x57\x9b\x9b\x71\x94\x1f\x9a\xf5\x3d\x49\x75\x71\xf9\xdc\xd3\xaf\xf9\x1b\x3b\x45\x56\x9b\x94\xf3\x53\xa4\xba\xd0\xca\x24\x79\xc5\x78\xaa\x14\x27\x8f\x5c\x4a\x95\xf8\xe4\xbe\x5c\x79\xe8\xcc\xf6\x23\xf4\xf9\x33\x0d\x33\xe9\x2f\x9f\x56\x2d\xa2\xca\x61\xe2\xce\xcf\xa4\xc0\x13\x2f\xf4\xf5\x10\xf5\x2d\x0e\x08\x15\x93\x30\xa1\x1f\xc6\x6e\xa1\xff\xc1\x4e\xa1\xa2\x12\xe8\xc5\xed\x56\xe2\x01\xce\x67\xaf\x20\xae\x23\xb1\x33\xcf\x6b\xc7\xd6\xf8\xd2\xbd\xf4\x08\xaf\xad\x34\x1f\x42\x5d\x78\xbf\x98\x40\xb6\x8b\xeb\xc0\xb0\x3d\x74\xff\x7f\x5d\xf7\x03\xe4\xcf\xf2\x74\xae\x0f\x33\x3f\x20\xe6\x26\xcf\x07\x5c\x27\x65\x74\x31\xd7\x87\xe9\xbf\x8f\xf7\x95\xe8\x58\x7a\x9a\xf6\x21\x46\x53\x52\x29\x9f\xca\x36\xe5\xfd\x73\x80\xcc\x20\x2d\x5a\x99\x64\xa4\x76\xa2\x8e\x45\x19\x13\x85\x0c\xed\xec\x46\x6f\xe6\xcc\x6d\x5b\x28\xf2\x19\xf3\x22\x29\x03\xa7\x5f\x3e\x47\x23\x2a\xdd\xf1\x1e\x65\xaa\x0b\xaf\xde\x53\x1d\x47\xac\xe7\x9f\x14\x38\x88\xdf\xb8\x18\xc1\xee\x17\xe2\x52\xcd\xc5\x50\xc7\x01\x51\x07\xea\x58\xd7\x4d\x54\x8f\x8e\x3a\x1a\x48\xfc\x4b\x18\xe3\x9c\xdb\x4e\x2b\xae\x7f\xb4\x35\x60\x3f\xad\x9f\x7c\x92\x23\xa9\xea\x26\x72\x40\x6e\x76\x47\xe9\xe9\xcc\x72\x89\xa3\xf7\xaa\x43\x08\x7f\xde\xc3\x97\x26\x51\xde\xec\x75\x39\x85\xe2\x63\x99\x75\x9e\x74\x36\xf4\x9a\x5c\x24\xae\x54\xca\x8d\x73\x02\x92\x15\xb9\x16\xef\xd0\x96\xcf\x49\xed\x6c\x1b\x7b\xaa\x6f\x66\xc7\xce\x0f\xe0\xd6\x8f\x76\x6e\xd9\x96\x07\xb9\x92\x55\xfc\x59\xca\xe0\xd7\x47\xde\x7c\x06\xaa\xe7\xbf\xea\x4f\x33\x5b\xa8\xdf\x9e\x13\xfa\x7c\x9c\x11\x3a\x2d\x9c\x14\xfa\xc1\xfc\x95\x8b\xa1\x71\x13\x97\xb5\x99\xf2\x62\x8c\xd9\x76\xf2\x2b\xfc\x76\x08\x3d\x95\x5d\xe9\x5c\x17\xc7\x3f\x3d\xe2\x04\xe5\x81\x6d\x87\x28\x3f\x8a\x1c\xd0\xb2\xc9\x9c\x0b\x99\xf7\xe6\x14\xf1\x5f\xd3\xd5\xb8\x1e\xd0\xd8\x7b\xbc\x5e\x6c\xd7\xed\x1c\xd5\x87\xbb\xb7\xe1\x5c\x88\x45\xf1\x15\xda\x7f\x68\x6f\xe2\x3a\x0a\x38\x79\x4b\xa8\x77\xe7\xc5\x6a\x10\x89\x94\x57\xd0\x96\xde\x34\xf9\x85\xc3\xa9\xfe\x9d\x1f\x30\x97\x22\x75\x77\x84\x0f\xef\xe8\xe5\x18\x46\xe4\x59\x5e\x31\x57\x66\xc9\xcb\xbb\x41\x7e\xdc\x99\x5c\x46\x37\xf0\x6f\xf6\x67\x34\x4e\xae\x09\xf7\xfa\x33\xde\x72\x9b\xb6\x98\xdb\xe4\x7b\xdc\x9e\x12\xb8\x87\x04\x81\x23\x8b\xa5\xf1\x71\xb8\x2c\x98\xf6\x07\xfb\xa7\xec\xa1\x3c\x17\xe2\x7d\x90\x46\x63\x60\x24\xd7\x03\xda\xc8\x62\x69\x1c\xac\x09\x88\xa3\xf7\xe9\xca\x14\xae\x07\xe4\xe6\x95\x4c\x0b\x89\xd9\xeb\xce\xd2\x3c\x72\x52\xb8\x40\xef\x97\xd1\x53\x33\x89\x1b\xe9\xff\xe2\x32\xf5\x09\xb1\x0e\xb8\x4e\xe3\xa1\x85\xfe\x4d\xf2\xbf\xe1\xdc\x3c\x3f\xee\xff\x7d\x17\x6e\x1f\x35\x53\xa3\x8c\x5c\x14\xd5\x86\x66\xe8\xa3\x19\x83\x29\x53\x3d\xf2\x9e\x49\x3b\x98\xc7\x96\xde\xf4\x17\x8b\xd5\x76\x13\xdf\x50\x3c\x9b\x2b\x31\x3d\x4a\xbc\x4e\x0a\x4d\x85\x7b\x78\xe7\xa1\x42\xe9\x1f\xf4\xa6\xbe\x23\xd4\xf7\x73\x84\x7c\x79\x55\x78\xfe\x99\x42\xfd\xff\x5c\x19\xb7\x29\x03\xb9\xe5\xbc\x50\xc4\x1c\xce\x7f\x85\xba\x44\xd0\xf8\xde\x51\x7c\x94\x54\x68\xb6\x86\xf3\x3e\x51\xeb\x77\x9d\xa2\xaa\xb1\x27\x38\x0f\xb3\x6c\x32\xe7\x80\xe6\x15\x73\x3e\x60\xa6\x42\x06\x55\xdb\x27\xe9\x5f\xa1\xf1\x34\x22\x99\xf3\x5f\xfd\x7a\xdf\xa4\x3e\x12\x1d\x03\xee\xd0\x3c\x69\x16\x56\x40\x3f\xaf\x31\xbc\xf0\x06\xf7\xbf\x54\xc8\x93\x65\x39\x0d\xe8\x4d\x52\x76\xce\x82\x22\x59\xfe\x9d\x77\xfa\x7b\x91\x36\x8d\x9e\x48\x45\xaa\x3b\x8d\xb8\xf2\x62\x4e\xec\x55\xa4\xc6\xd1\x8c\x2b\xcf\xb9\x44\x79\xa1\x62\xe0\x63\xda\x09\x95\x1b\x7e\x9f\xc7\xe3\xc5\xfd\x2b\xb8\xc0\xed\x6d\x81\x87\xa8\xee\x87\xf3\x4e\x88\x8b\x50\x71\xbe\x40\xf7\x9a\xf6\xfe\x88\xa2\x59\xb6\xb3\x13\xf7\xdf\x7f\xfe\x09\x7a\x2f\xfa\xea\x27\x12\x2f\xe9\x1d\x7b\x96\xf4\xb1\x56\xaf\x4c\xa7\x7d\x98\x5b\x58\x26\xfd\x35\x97\x0e\x57\x49\xc5\x66\xea\xbb\x2c\x7a\x8a\x13\xae\xdd\x24\x2e\xcc\xee\x25\xf7\xbb\xa7\x47\x3e\xf1\x63\xed\x8e\x72\xdd\x10\xd3\xcc\x62\xca\xf6\xaa\x4f\xb9\xaa\x0b\xbf\xb1\x26\xf9\xef\xbd\x9a\x02\xbd\x17\xde\x59\x35\xa3\x71\xf0\xfe\x0c\x27\x7c\x3f\x75\xe3\x2b\xd9\xf7\xdf\x96\xd1\xca\xe6\xc3\xb6\x00\xea\xc4\xf4\x31\x80\xf3\x62\x1f\x1d\x32\x68\xfe\xbc\xcb\xbd\x4f\xdf\xff\x6e\xf4\x7b\x9a\xd1\x95\x42\x1c\x4a\x4f\x73\x2b\xea\xe7\x54\xc7\xa5\x76\x9f\x20\x8a\x4b\xa8\x5e\x82\x01\xcd\x83\x13\xbc\xff\xdd\xe6\x6e\x29\xb4\x7e\xf6\x39\xcf\x69\x2c\xcf\xb1\x5c\xf7\x6a\x69\xc0\x55\x7a\x7b\xb9\x4e\xe6\xbc\xdb\xcc\x94\x1b\xf4\x7c\x9d\x8c\xee\xd0\xba\x79\x54\x42\x01\xed\xbb\x07\x7f\x7f\x48\x7a\x12\x3d\xea\x3d\xa2\x6e\x3e\x6d\xf4\xf9\xa8\x35\xe9\x5d\x46\x7c\x9d\xaa\xf9\x4b\xee\x1e\xde\x95\x73\xfb\x23\x47\x86\xf7\xef\xf0\x32\xa6\x1d\x4b\x35\x07\x12\x3d\x4e\x13\x35\x74\x1f\x36\x0a\x75\xfb\x03\xbc\xef\x8b\x57\xb2\x50\xef\xbf\xc3\x39\x01\xbb\x57\x34\x8e\xc4\x7a\x7e\x55\x3b\x6e\xcb\xa3\x85\xb8\x08\x5c\x58\x51\xc8\x9f\xe2\x52\x9b\x83\xf2\xd5\xe7\xcf\xdb\xbb\xf8\x0a\xcd\xeb\x95\x29\x59\xe4\xaf\x9b\xa0\x93\xe2\xd2\xf0\x36\x7d\x7e\x86\x77\xc1\x0d\x3e\x1f\x84\x3e\x59\x59\x45\xe4\xd7\xc0\xb3\xa5\xf4\x7b\xba\x6d\x28\xa3\x7d\x4b\x9b\xc2\x17\xc4\x9d\x19\x07\x56\x51\x9e\x54\xd5\x7f\x4f\x5c\x45\x1d\xa9\xef\x42\x3c\x7e\xf2\x30\xd5\x1c\x88\xa0\x83\x32\x42\xd0\xbf\x98\x23\xdc\x8c\xf2\xca\xe7\x36\x58\xe0\x25\x8e\x09\x7a\x21\x19\x82\x1e\xc8\x7d\x81\x13\x12\x74\x62\x04\xe5\x8d\x4f\xc2\xfa\xaa\x5a\x0f\x45\xd4\x89\x11\x3a\xd8\x14\x1e\x95\x58\x7f\x81\x87\xd9\x34\xf3\x22\xad\x9b\xd6\xa5\xf3\x3e\x78\x9e\x54\x39\xfb\xd9\x1f\x6c\xc1\xee\xbb\xd4\xad\x65\xce\x42\x3e\xce\xa7\x5a\x15\x13\x17\x3b\x71\x18\x1f\xe7\x23\xb6\x3c\xa7\x71\xd4\xdf\x85\x8f\x77\xb1\x5f\x56\xeb\x94\x77\x44\x81\x35\x55\xfb\x46\x7a\x42\x6a\xb7\x84\x13\x8f\x31\xec\x77\x0e\x44\xe0\x5f\x3a\x0a\xdc\xc6\x10\x81\x7f\x99\x22\xf4\x81\x59\x36\x99\x5b\xb1\x3f\x8e\xd8\x0f\xe6\xa4\xc0\x7b\x88\x7d\x71\xf8\x93\x61\xec\xa5\xa0\x0b\xc2\xff\xd2\x6f\x7a\x28\x7d\xb9\x2d\x5b\xc7\x6a\xeb\x1e\xfc\x0f\xfe\xe3\x6f\x1c\x48\x4f\xa1\x8f\xc9\x6f\x1c\x88\x70\x9f\x73\xfa\x46\xe0\x73\x05\xef\x87\xf2\xfe\x29\xef\xfb\x50\x55\x01\xf8\xdd\x00\x5e\xd8\x4a\xd6\xa8\x40\xc5\x7d\x60\xff\x36\xa0\xa2\x1f\x10\xaf\x00\x3c\x3f\x08\xa4\xde\x00\xca\x36\x03\x39\x6b\xb8\xfe\xc7\xa3\x34\xa0\x72\x13\xf0\x65\x0b\x50\xba\x85\xff\xee\x02\xe1\x5e\xf3\x6f\xfa\x0f\xc2\x7d\xdf\xb3\x42\xdd\xf7\x8c\x50\x27\x3f\xd9\x9f\xdb\x04\x41\x9b\x43\xac\x7f\xfe\xc9\xff\xbf\xe9\x5f\xfc\xaf\xfe\x1f\x35\x38\x90\x48\x60\xec\x37\xe0\x87\x94\x64\x6d\x01\x7c\xde\x0d\xb8\xbe\x06\xde\x86\xf1\xbe\x0f\x2f\xcf\x01\x1b\x64\x80\x72\x3f\xc9\x5a\x15\x28\xfb\x04\x48\x76\x60\x4f\xbf\x00\xb1\xe6\xc0\x53\x39\x40\x32\x53\x9f\xdc\x02\x72\xfa\xf3\x7b\xee\xa5\x0a\x3c\x1e\x9f\xfc\x80\xe2\x67\xfc\x6f\xdd\x11\xfc\x15\x75\x40\x44\xfe\x41\xe4\x3f\xaa\xf9\x17\xc1\xff\xda\xf5\xdf\x7f\xe2\x1f\x9a\x3f\xe7\xb6\x76\x1f\x94\xbf\xf6\x43\x11\xc6\x45\x77\x81\xb9\xf8\x95\x03\xf9\xe2\x07\x38\xa5\x01\xef\xe6\x01\xce\xa3\x80\x57\x7b\x81\xe5\x69\xc0\x8b\x51\x80\x64\x7d\xf4\x7c\x3b\x10\xd8\x1b\x28\x75\xe2\xb5\xa8\xc7\x1e\xc0\x51\x59\xa0\x64\x2c\x70\xf6\x1a\x50\x62\x05\x48\x32\x73\x49\x47\xde\x03\xe5\x89\x2a\xf0\x59\xf5\xe7\x7d\x6f\xb1\xee\x5d\x3d\x0e\x1e\xfc\x37\xff\xc5\xfa\x3f\xfb\x0f\xfc\x47\x6d\xfb\x47\x0e\x24\x12\xe8\x37\x15\xf8\x76\x00\x18\x61\x02\x7c\xb2\x05\x26\xb9\x03\xaf\x36\x03\xb3\xf5\x81\x4a\x55\x60\x89\x25\x50\x2e\x03\xac\xb5\x05\x4a\x13\x24\x39\x0a\x90\xbc\x5d\x24\x3b\xb6\x47\x2a\xc0\x11\x27\x5e\xe7\x4e\x4e\xe6\xba\x1f\x92\x8c\x55\x94\x0d\x14\x7b\x02\x8f\x37\x00\x5f\xae\xff\xe4\x81\xb2\x84\xfa\x9d\xa8\x83\x52\xad\x7f\x60\xfd\xe7\xf1\xff\xb7\x7b\xf0\x7f\xf2\x5f\xbf\x17\xb7\x22\x07\xf1\x37\xfd\x8b\xdf\xe2\x21\x19\x17\x2b\x39\x07\xf2\xf5\x06\xaf\x73\xbf\xf9\x0e\x8c\xdb\x08\xbc\x6a\x0c\xcc\x48\x06\xca\x5c\x39\x2f\xf6\xe4\x02\xbf\xef\x5f\x5d\xef\x0e\x95\xac\xe5\x80\xfb\xc9\x80\x64\x87\x2a\xf9\xf8\x6c\x0e\x70\x2f\x13\xb8\x9e\x07\x3c\xd0\x03\x8a\xcb\x81\x87\x7d\x80\xcf\x4f\x7e\xea\xa1\x54\xeb\x1f\xd4\xe7\x56\xec\x7f\x22\x3e\xff\x58\x03\x6e\x45\xfe\x21\xba\x5e\x4d\xff\x7f\xe5\x1f\x9a\xd4\xd2\x2d\xf8\x1b\xff\x51\xdb\xea\xba\xfd\x12\x47\xa1\xde\xff\x55\x19\xb0\x71\x01\x3e\xec\x02\xfa\x9d\xe4\xf3\x60\xb4\x02\x50\x3e\x84\xf3\x0f\x25\x7b\x80\xf9\x73\x81\xe2\xd1\x80\x87\x2e\x50\xb8\x05\xd8\x94\x02\xdc\xdb\x0e\xec\xee\x0b\xdc\xed\x03\x1c\xea\x00\xe4\x2d\x00\xce\xdc\x04\x6e\xbb\x00\xd7\xfc\x81\x5b\xa9\xc0\xc3\x06\x92\x55\x33\xf0\xde\x07\xc8\x16\xfa\x81\x64\xb4\xac\x39\x0f\x44\xfe\xe7\x88\xd0\xc3\xaa\xba\xef\x89\xd0\x3f\x43\xe4\x1f\xc4\x3a\x78\xc8\xa0\x9f\x71\xa8\xed\xff\xdf\xfa\x9f\xfc\xc6\x83\xfc\x12\x8f\x1f\x83\x81\xe6\x25\xc0\x47\x63\xa0\xfd\x22\x3e\x0e\x7a\x59\x02\x15\x2b\x81\x61\x2a\xc0\x93\x06\xc0\xa4\xfd\x40\x51\x7f\xc0\xb9\x0e\xf0\x60\x28\xb0\xa2\x12\x28\x98\x04\x6c\x34\xe7\xfe\xed\x9a\x04\x48\x56\x67\xd1\x2e\xc0\x0d\x0f\xe0\xf4\x3c\x40\xb2\x6a\xb9\xde\x02\xc8\x0d\x03\x8a\x37\xf1\x5c\xf1\xee\x20\xef\xa1\x43\xf3\x40\xa8\x57\x9f\x8a\xad\xf5\xfc\xdb\xd4\x7c\xee\xe1\xe7\x6a\xfa\x1f\x2c\xf4\x9d\xda\xf1\x4b\x9e\xac\xed\xbf\xc8\x7b\x88\x7c\x83\xc8\x03\x88\x1f\xd7\xd6\xbf\x90\xfc\xfc\x0f\x4f\xc0\x30\x9e\x73\x2f\x92\x71\x21\x59\x45\x74\x49\x01\x9e\x1a\x00\x03\x72\xb8\xce\xd1\xd8\x49\x9c\x01\x94\xe4\x89\xbb\xef\x80\x65\xb6\xc0\xad\xb3\xc0\xfa\x6e\x40\x76\x15\xb0\x63\x1b\x90\xb3\x99\xc7\x21\x4b\x15\x38\xad\x0a\x64\xd5\x01\xb2\x66\x73\xee\x41\xf2\xde\xbc\x16\xcd\x59\x3b\x31\x1f\x8a\x1c\x90\x38\xff\xa3\xce\xfd\xf9\xb9\xef\xfa\xca\xad\xc8\x01\x6c\x17\xb8\x10\xff\x5b\x3f\xe3\xf0\xaf\xfb\x80\xfc\x41\x17\xe4\xc7\x16\x40\x6e\x00\xf0\x49\x19\xd0\xb4\x00\x5e\xf5\x96\xac\xa1\x39\xf7\xd1\xfe\x38\x50\x1c\x0b\xd8\x06\x00\x0f\x52\x81\x91\xc3\xf9\x73\x9f\x6a\xce\x35\x70\x24\x79\x22\x7b\x35\xb0\xf6\x10\x70\xad\x33\xb0\x5d\x0e\xb8\x32\x9f\xeb\x82\x5c\x76\x05\xed\xec\x32\x37\xf2\x18\x48\xde\x87\x92\x58\x66\xaa\xf2\x3c\x99\x22\xe4\x07\x51\xff\x27\xc6\x49\x78\xee\x02\xff\x21\xf2\x3e\xa2\xdf\x3b\x2c\x6b\xfa\xbd\x45\xc8\x23\x1b\xd9\xcf\x38\xfc\xbf\xf9\x0f\xf7\x9f\xdc\x43\xd5\x0b\x40\x3e\x04\xa8\x88\x02\x74\x7a\x01\x25\xdb\x01\xb3\xe1\xbc\xe7\x91\x64\x5c\xe4\x15\x03\x76\x4d\x80\x1b\x37\x39\xff\x20\x79\xc6\xae\x83\x80\xcb\xaf\x01\x2f\x4f\xe0\x92\x06\x5f\x47\x5c\xd8\x00\x1c\xac\x0f\x9c\x8b\x00\x12\x4b\x80\xb4\x7e\xc0\xb5\x7e\x5c\x43\xe8\xb1\x25\xcf\x9d\x5f\x6c\x7e\x72\x40\x87\x3c\x6b\xfa\x1f\x82\x3f\xfb\x5d\x9b\xfb\xf0\x11\xc6\xcd\x3f\xf2\x0f\xff\xc4\x01\x08\xdc\x07\x57\xd7\x03\xde\xcd\xe0\xb6\x92\x6f\x0e\xe8\xfd\xae\x1c\xc8\xfd\x37\x74\x02\xf2\x3b\x03\x56\x7d\x80\x5c\x27\xbe\xce\xba\x7a\x11\x18\xd3\x07\xc8\x2c\x05\xe6\x78\x02\x17\xb6\x03\xab\xa5\x81\xd4\x50\x60\x6b\x01\x70\xd6\x0c\x38\x90\x0b\x9c\x9e\x03\x9c\xcc\x07\x12\xe7\x00\x57\xc7\x02\x92\xb5\xf3\x23\x77\xe0\x84\x37\xf0\x71\xe7\xcf\xf7\x9f\xe8\xbf\xc8\x3b\x89\xbc\xcf\x16\x63\x6e\x7d\x85\x9e\x6c\xeb\xac\x6b\xfa\xed\x39\x96\xdb\x95\x73\xff\x21\x0e\xff\x50\xff\x16\xfd\xff\xb8\x9e\xdb\x97\xc6\xdc\x3e\x4d\xe1\x96\x6e\x9d\x64\x03\x79\x7e\x80\xc6\x18\x20\xb7\x3e\xd0\xfc\x22\x70\x75\x04\x60\xf3\x02\xc8\x78\x01\x0c\x1f\x07\x9c\x1b\x0d\x4c\x37\x01\x52\x64\x80\xe5\xeb\x81\xc4\xaa\x3a\x17\xb7\xd4\x05\x8e\x17\xd4\x9d\x1d\x6e\x0e\xc4\x2d\xac\x37\xf7\xc4\x19\xe0\xe8\xa3\x7a\x57\x2f\x57\x01\x87\x5d\xa5\x87\x3e\xdc\x0e\xc4\xf8\x4a\xeb\xbc\x6f\x0c\xec\x77\x92\xa6\x73\xe7\xe0\x60\x69\xba\x9f\xe6\xef\x21\x5d\x8f\xfc\xfe\x2a\x4d\xf7\xaf\xd6\x4e\x97\xa2\x73\x68\xaf\xcb\x52\xfb\x25\x76\x75\x61\x1d\xea\x67\xbd\xe2\x73\x1d\x3a\xb7\x5f\xd2\x8e\xfb\xb4\xa8\xe1\x2f\x71\xf8\x17\xfc\x43\x6d\xff\xb9\x0a\x23\xd7\xf2\x91\xfc\x57\x24\x9c\x36\xe6\x09\xa7\xaf\xd9\xf7\x80\xfa\x43\x80\x8b\x29\x32\xb6\xfa\x2d\x80\xb4\x2d\x0a\xaa\xed\x24\x73\x5e\xa9\xc1\xe3\x81\x8e\xc0\xf1\xfe\xaa\xef\x1d\xdd\x81\xd8\x33\x1a\x9a\x8b\xc2\x81\x43\x7e\x9a\xcf\x7c\x87\x02\x91\x07\xb5\x74\xf6\xf4\x04\x0e\xd8\x69\xa9\xc7\xad\x04\xf6\xdd\xd7\x1a\x92\xf1\x06\xd8\xdb\x42\x6b\x54\xc1\x08\x20\xd4\x49\xcb\xff\xb5\x09\xb0\xb3\xb9\x16\x7f\xee\xee\x0d\xd7\x4a\xec\xfa\x36\x9a\xc4\xb5\x78\x56\xa9\x6f\xa6\xe7\xbc\x50\x85\x74\x60\x96\x29\xa9\xd0\xf9\xed\xe2\x26\xca\xa4\xf7\xbd\x60\x91\xc2\x0b\x89\x9d\xb7\x48\x3e\x43\x62\x9d\xdb\xcb\x5e\xf9\x57\x71\x28\x13\xfc\x17\x6e\x19\xbe\x44\x1d\x3a\xaf\x28\xb5\xae\x4f\xf5\xec\x82\xb3\x0d\x68\x57\x7c\xcb\x4e\x8d\xce\x9f\xae\x46\xab\xd2\x3e\xfb\xdc\x21\x4d\x3a\x2d\x49\x9a\xa9\xd3\x57\xf3\x2e\x10\x37\x4e\xb7\xb8\x55\x8b\xba\xc1\x31\x23\xf5\x93\x7a\x9c\x91\xbe\x74\x40\xca\x20\x7d\xf4\x00\xd9\xca\x3d\xa3\x0c\x47\xce\xad\x23\xf7\x3a\xd8\xcb\x70\xac\xa7\xae\xc2\x81\x20\x15\x43\xf5\xa0\xfd\x8a\xf7\xb7\x2d\x31\xac\x1b\x9d\xa7\x54\xbe\xd9\xdb\x20\xea\xec\x90\x06\x1d\x36\xda\x18\xcc\xb9\x59\x47\xe9\x93\x6f\x2b\x83\xe3\xcf\xfb\x29\x8d\x5c\xaf\x65\xe8\xc2\x98\xc2\x55\xf7\x9d\x86\x81\x8c\x29\x68\x2d\x6d\x6e\xd8\x93\x31\x79\xad\x05\x97\x0d\x3a\x31\x56\xff\xbc\x4b\x9c\xbe\x1f\x63\xb2\x85\x73\x0e\xeb\xc9\x33\x26\xe3\x3a\xc3\x4b\xf7\x1b\x63\x32\x5a\xd3\x02\x74\x2d\x18\x93\x1e\x3a\x25\x5f\x47\x9a\xb1\x7a\x2d\x9d\x3a\xe8\x0e\x63\x4c\xda\xe8\xaf\xfe\xf7\xe3\xf6\xc3\x4d\xd0\x39\x42\xb9\x96\x02\x9d\x8a\x14\xcf\xd6\xe2\xfc\x47\xa1\x2e\xd5\x33\xb2\x8d\x9a\xd0\xae\x38\xf3\x82\x09\x9d\xcf\xa5\x78\xb7\xa4\x91\x91\xb0\xde\x4c\x56\x62\x63\x52\x5a\xdb\x2a\x46\x00\xfb\xca\x5b\x5f\x34\x5a\x21\xed\x1d\x1c\x64\xf1\xb8\xc3\x34\x85\x06\xfe\xac\x75\xf7\xc1\x7b\x95\x3e\x6f\xcc\x6b\x6d\x3c\x45\x55\x25\xca\xa7\xad\x45\xec\xd2\xcd\xea\xd2\x5e\xcd\x2c\xe4\x37\x7d\xd4\x78\xb9\x2a\xcb\xdc\x37\xfc\x40\xc3\x09\xcb\x57\x98\x25\x9c\x9a\xdf\xf0\xf9\x92\x8b\x66\xce\xd7\xd6\x6b\x69\x2f\x8a\x31\x1b\x5b\x7c\xad\xe1\x24\xb7\x81\xe6\x03\xbe\xb6\xd2\xb8\xe1\x72\xca\x2c\x8b\x31\xb5\x88\x19\x1f\x5b\x3d\x65\x4c\xe5\xf8\xe4\xf2\x96\x7b\x19\x6b\x50\xe6\xb8\xb4\xf9\x61\xc6\x94\x3a\x38\x74\x32\x2d\x63\x4c\xe1\xe9\xc4\x51\xa6\x9d\x18\x53\x68\x3f\x26\xb7\xa9\x15\x63\xf2\xf5\x46\xef\x33\x8e\x62\xac\xfe\xd7\x11\x17\x9b\x28\x31\x26\x7b\xf8\x37\xff\x85\xf1\xfd\xe1\x81\x1c\x9d\x33\x3f\x37\xd5\xa4\x73\xe8\x22\xe1\x94\xe4\xf6\xd4\xe6\x74\xba\x7c\xcd\xd2\x8a\x3e\x71\x3e\x8d\xf3\x2f\x49\xe3\xba\xd0\x29\xea\xb1\x27\x5d\x17\x4b\x6c\x44\xef\xee\x74\xde\x1f\xb2\xb2\xa7\x5b\x1d\x06\x04\x7c\xb6\xfd\xac\x5d\x2a\xa5\xbf\xa1\xaa\xe7\x42\x0b\x29\x05\x19\x8f\x57\xdd\xe7\xf6\x7a\xa2\xd6\x60\xb9\x5e\xb7\x82\x71\x56\x9a\xf3\x16\x3e\xeb\x5a\x3c\xbf\x75\x23\x7b\x97\xce\x36\x2f\xd6\x59\x35\xbe\x34\xeb\x6a\x97\x94\x90\xe3\xba\xcb\xa6\xf5\xef\xa2\x75\x6c\x93\x9e\xfb\xe4\x64\xeb\x51\x99\x86\x7a\x85\x8e\xcb\xad\x5b\xdc\x57\xd7\x9b\xeb\xd0\xcc\x7a\xe9\xdb\x87\x3a\xc7\x26\x38\x58\x77\x65\xac\xd1\xf7\xd1\x05\x9d\x0c\x18\x6b\xa8\x65\xef\xd4\xfe\x23\x63\xea\x47\x86\x8d\x6b\x37\x93\x31\xd5\x4a\x91\xf3\x18\x3c\xb4\xcd\x15\xc6\x94\x17\x0d\xb4\x6d\x7d\x80\x31\xa5\x3b\x03\xfa\x98\x07\x30\xa6\xe8\xd7\xcf\xdc\x2c\x92\x31\x85\x53\x3f\xdf\x03\x9c\x03\xf9\xa0\xa7\x44\xf6\xf9\x6c\x1d\xaa\x63\x3c\x70\x68\x46\xe7\xd8\x77\x66\x73\x7f\xaf\xe8\x73\x15\xdd\xb4\xc5\x3d\xa8\x3e\x73\xaa\xb8\x2f\x9d\x8e\x1d\xf6\x1a\x44\xa7\x27\xfb\x57\xd8\x71\xdd\xef\xeb\xc3\xa9\xca\xb0\x29\xcb\x9e\xee\xc7\xae\x89\x1b\x75\x5a\x25\x16\x58\x1e\x69\xff\xa1\xe9\xe3\xfa\xf3\xe7\xfb\x0f\x8f\xea\x62\xaa\xe2\x39\x7d\xc5\xd0\x61\xc3\xe4\x1b\x39\x3b\xbc\xb2\x6b\x3c\xe3\xb8\xce\x9b\xb1\xf7\x06\x6f\x5f\x6d\xad\x1f\x67\xbf\x7a\x50\x50\xe0\x68\xc3\x77\x43\xed\x06\x8e\x8e\x7e\xd4\xa4\xcd\x60\x9d\x01\xeb\x52\x63\x9b\xe4\x0c\x38\x38\x40\xe9\xf6\xed\x26\xb3\xfa\x1f\x1f\xd0\xf0\x45\xa1\xe1\xfe\x7e\x0f\xfa\x57\x31\xa6\x37\xa0\xcf\xed\x3e\x33\x19\x6b\x3c\xdf\xd6\xb6\xd7\x56\xc6\xb4\xfc\x7b\x9c\xec\xd1\x8c\x31\xcd\x0e\x5d\x1f\x77\xad\x62\x4c\xed\x7d\xd7\xe4\xae\xca\x8c\xa9\xad\xb3\x99\x68\xdd\x9f\x31\x95\x03\x5d\x06\x74\x7e\xcc\x98\x4a\xcb\x4e\x8f\x3a\x66\x33\xd6\x60\x2b\x63\x52\x74\x7a\xf3\x81\x29\x93\x3f\x65\x1c\x03\xc2\xfd\x24\x4b\xca\x84\x37\x5e\x58\xd3\xed\xb8\x8b\x95\xbd\xc8\xaf\xb3\xfa\x9c\x0b\x38\x11\xc7\xb9\x88\xc3\x63\x46\x53\x9f\xe7\x70\xc5\xb1\x74\x4e\xbf\xd3\x71\x22\xd5\x69\x36\x05\x39\x52\x7f\x77\x0f\xaf\xc9\x34\x7f\x16\xc6\x4d\x7b\x2f\x6d\x02\xcc\x19\x3a\xdd\x54\xaf\x61\x3d\x1f\xc7\xc0\xa9\x4a\x6d\x07\x28\x0d\x19\xd5\xd3\xe9\x69\xff\xd7\x9a\xe3\x87\xcc\x76\x9c\xe4\x98\xa4\x9d\xd3\xaf\xd0\x61\xc1\xd2\x05\x3a\x89\xb6\xba\x93\xae\x6e\x59\xa6\x5b\xd2\x7d\xe8\xc4\x92\x83\xa5\x7a\x23\x6d\x86\x4d\x9c\x93\xac\xaa\x67\x6a\xbd\x63\xc2\x91\x1b\x9b\x75\xdd\x3b\xaf\x9c\x90\x53\xd6\xbd\xf1\xb3\xce\x4b\x27\x6c\x61\xac\x91\x55\xa7\x46\xa3\x4b\x18\xd3\x2c\x69\x7f\xc3\xbe\x31\x63\xea\xe3\xda\x3f\x1f\x3a\x8c\x31\xb5\x35\x6d\x0f\x0e\x9e\xc4\x98\x8a\x5b\x5b\x9f\x01\x6f\x18\x53\x2e\x6a\xab\xd0\xef\x3e\x63\xca\x2d\xdb\xdc\xef\xfd\x91\x31\xa5\xb7\x96\xad\x7b\x3d\x65\x4c\xf1\xc4\xc7\x1c\x4d\xaa\x63\x3d\x1f\x6f\xca\xfd\x4f\xee\x48\x19\x31\xd7\x85\x73\x30\x99\x56\x9c\x73\x4a\x3e\x3a\x82\xaa\xaa\x09\x5b\xc7\x11\x1f\x78\x28\x60\x12\xd5\x2d\xf6\xdd\xe4\x3a\x21\x3b\x03\xb8\x6e\xc2\xe6\x29\xbc\x7f\x8c\xe7\x68\xce\x49\xb8\x65\xcd\xa7\x4c\x3b\x2d\xc8\x8d\x4e\xd9\x26\xcc\x58\xdc\x49\xe3\x38\x30\x4c\xca\x4d\xba\x65\xb1\x5c\x40\x9f\x7a\x0b\x3a\xf4\xf4\x53\x1d\xd0\x6d\x82\xeb\xae\xf1\x5a\xea\xd7\x3b\x3d\x75\x55\x58\xb8\x52\xb3\x65\xbb\x4d\xf3\x97\xf9\x79\x34\xd4\xb1\x7c\x30\xef\x58\x78\xbb\x86\xad\x2d\x3a\xce\x53\x4e\x3c\xa1\x59\x61\x36\xc1\x25\x2d\x7b\xaa\xa6\x71\xab\x35\x2e\x5d\x9e\x3c\x50\xbf\xd6\x6a\xb9\x4b\x5f\xc6\x54\x07\xb4\xec\x37\x4b\x9e\x31\x65\xaf\x16\xad\xa6\xf8\x33\xa6\xf4\xb0\xf9\x01\x87\xbb\x8c\x29\xbe\x6f\x3e\x7b\x7c\x2e\x63\x8a\xd6\xcd\x4d\xc6\x5e\x67\x4c\xe1\x92\xe9\xd5\x51\x73\x19\x93\xdf\xd0\xcc\x64\xc4\x2d\xc6\xe4\xa7\x35\xbb\x35\xac\x1e\x63\xf2\xd3\x45\xfe\xeb\xc1\x4a\x1b\x07\x9e\xf7\xfb\x11\xef\x70\xd9\x65\x38\x9d\x02\x9f\xdd\x34\x9e\xb8\x80\xe3\xe6\x8e\x74\x2f\xef\xd0\xd6\xe9\x14\x87\x7d\xd1\xb3\xc9\xef\x9d\xd6\xf3\x74\xe8\xf9\xc7\xf3\xbe\x39\xde\xc5\x8b\xe8\xb4\x70\x49\xf1\x32\xca\xaf\xb3\x34\x56\xd2\xb9\xef\xd8\x5d\x1e\x74\xcf\x6d\xc0\x22\xef\x53\xf5\xed\x80\x1e\x75\xbd\xb5\x8c\xa2\xa5\xbd\xdb\x3b\x79\x1e\xb4\x36\x51\x34\x6d\xed\xeb\xe9\x3f\x72\x98\xd2\xaa\x96\x5b\x3c\xad\x5d\xe6\x37\x68\x6b\x7a\xca\xe3\x96\x4f\x8b\x06\x41\xc6\x29\x1e\xdd\xf6\x5c\x68\xb0\xc8\x68\x96\xfb\xbd\x13\xbe\x4a\x37\x0d\xe5\xdd\x7b\x5d\xdb\xad\x24\x67\xa0\xb3\x3a\xb1\xc4\x4d\x21\x44\xff\xd5\xea\x93\x3f\x3e\xc8\x79\x1b\x68\x2e\x95\x63\xac\xfe\x0b\xfd\x46\x0b\xbc\x18\x93\x8d\xd6\xf5\x73\x09\x62\x4c\x46\x45\x4f\x6f\xd6\x70\xc6\x64\x2c\xf4\x62\x67\xa8\x30\x26\xb3\x58\xf7\xc6\x54\x67\xc6\xa4\x43\x75\x73\x1d\xfb\x31\x26\x3d\x4a\x77\xcc\xc4\x2a\xc6\xea\xdd\x12\xf5\x8f\x6e\xbc\xe5\xcf\xfd\x52\xc4\x28\xaa\x5f\xa5\x6e\x11\xf4\x7f\xd6\x4f\xa7\x53\xf5\x23\x0d\x9c\xc9\xaf\xf0\x2b\x0b\x48\x3d\x3c\x78\x20\xb9\x8d\x2d\x36\x9c\x0b\x59\x7b\x6f\x15\xcd\x93\x65\xa7\xe9\xb8\x1a\xce\xf1\xfc\x16\xae\x63\x0f\xae\x23\x60\x57\xec\x47\xa7\xa8\x9d\xfb\x6e\xa5\x71\x61\x19\xb6\xed\x9c\xb6\x02\x60\x6a\xb6\xd5\xd9\xaa\xa5\x4c\x82\xe1\x8f\xad\x1b\xed\x4c\x64\x3e\xea\xf5\xdb\x6a\x3f\xcb\x47\x26\xa9\xb1\xf7\xd6\x3e\xde\xa6\xd2\xa7\x1b\x7d\xdf\x6a\x18\xb2\xaf\xee\xed\xc6\xf2\x5b\xcf\x24\x78\x02\x8d\x34\xb7\xec\xbd\x62\x0f\x68\x7e\xde\x7c\xea\xd1\x3d\x40\x63\xf1\xa6\xf7\x5f\x43\x00\x55\x03\x1f\x5a\x4f\x29\xf9\x7a\x1e\x93\x58\x05\xed\x95\x09\x12\x2b\x3f\x70\xe9\x02\x89\xad\x7f\x74\x11\xf5\x12\x94\xbf\x32\x9f\xee\xf3\xd6\x0f\x71\x6e\x4d\xd6\x6b\x16\xe9\x05\xdc\x12\x6e\x53\x8b\xfd\xbf\x52\xee\x4f\xa6\xaa\xc9\x71\x36\x9b\x4e\x8f\x0f\xad\xe7\x5c\x40\xf8\xf8\xc5\xb4\x4e\x08\xd1\x5e\x41\x5c\x83\xbf\x3e\xd7\x4b\x58\x6f\xe8\x4d\xe7\xf1\xab\xf5\xb9\xbf\xae\x93\x7d\x29\x9e\xd3\xd3\xb7\x50\x75\x6a\x8c\x06\xbf\xad\xdf\x57\x65\x3b\x55\x27\x5a\x7f\xda\x45\xfa\xef\xba\xf7\x42\x1f\x28\x2c\x01\x1a\x59\xee\x59\xd6\x52\x0e\x50\xb7\xd8\x33\xa9\xef\x1e\x40\x39\x68\xcf\xa8\xc9\x85\x80\xe2\x96\x3d\xd2\x2b\xdf\x00\x72\xd2\xa1\x4f\x83\xc2\x01\x99\xb8\x50\xa9\xc3\xaf\x80\x7a\x83\x76\xdb\xa6\x87\x00\x52\x33\x42\x0c\xef\xfb\x4b\x1e\xc8\x2e\x9f\x77\x74\xcf\x3b\x48\xa8\x5b\x6d\x16\xea\x7a\xeb\x85\x8e\xea\x6b\xb8\xce\x7f\x3b\x8f\x61\xfc\xe3\x55\xc2\x7d\xff\x65\x42\xdd\xcf\x8d\xea\x17\x97\xbb\x8e\xa7\x7c\x9e\xe6\x35\xbd\x37\xcf\x7f\x2e\xf4\x7c\x63\x9b\x2e\xa1\xf9\xb1\xdf\x92\xf7\x85\x0a\x19\xc4\x9f\xb3\xff\xb9\x35\xb4\xa2\xf4\x2d\xe4\xfe\x7a\x62\x13\xef\x03\x63\xb7\x95\xaa\x91\xb3\x73\x02\x68\x85\x39\x49\x7f\x3b\xe5\x8d\xa1\xaf\x77\x77\x93\xd8\xae\xf3\xf7\x52\xbd\xa3\xd9\xdc\x03\xf4\xfb\x15\x11\x4d\xe3\xab\x9e\x74\x8c\xba\x2e\xbd\x99\x62\x5c\xac\xa9\xd2\x17\x5d\x31\x8e\xde\xbc\xd1\x89\x8b\xa8\x92\x1c\xdd\x6a\x2b\xd5\xb1\xa2\x9e\x45\x11\xc1\x1b\x39\x29\x8d\x22\x1b\x31\x2f\x9f\xfe\xf2\xc1\x4d\xaf\xa9\xb2\xb6\x4f\xa8\x53\xed\x12\xea\x14\x81\xc2\x7d\xff\x9a\xba\x1f\xc0\xfa\xbd\x35\xe2\x03\x0f\x1a\x27\x69\xaf\x66\x50\x3e\x4f\x3a\xc4\xfb\x23\xc5\xb6\x5c\x41\xb7\x49\x23\xce\xba\x53\x1f\x93\x50\xd7\xb5\x44\x59\x6c\x37\xf3\xa5\xe7\xeb\xb7\x7e\x53\x3c\xcf\x03\xfe\xf4\x9e\x5c\xaa\x11\x44\x79\x75\x7e\x53\xde\x47\x64\xda\x88\x50\x9a\x1f\x63\xac\xc3\x88\x2f\x1e\x30\x9c\xf7\x53\xe9\x50\x18\x4d\xeb\x30\x23\x8b\xa3\x54\xf7\x90\x31\x8d\xa7\xee\x0d\x40\xc2\x87\xc6\x54\xc7\x49\xd8\xd3\x99\x46\x64\x42\x9f\xd1\x5c\x91\x69\xd8\x02\xf2\x37\xfe\xce\x46\xba\x71\x1e\xbf\xe2\x00\xd5\x39\xe2\x2e\x25\x53\x05\x3e\xb6\x98\xf7\x03\x89\x2d\xe6\x15\x93\x23\x42\xdf\x87\x83\xc2\xbd\xff\x30\x41\x49\x7e\x97\xd0\x51\x7f\xc7\x06\x6e\xfd\xdd\x85\xf8\x08\xf5\x6e\x3f\x29\x89\x4d\x2c\x59\x48\xb7\x64\x8f\x8d\x5e\x4d\xcf\x37\xd2\x9b\x57\x97\xf7\xc2\x97\xe6\xc5\xf6\xa2\x4d\xb4\x8e\xda\x62\xe9\x4f\xff\xca\x75\x6a\x02\x07\xa4\x11\x42\x75\x9f\x85\x9e\x9c\x7b\x9a\xad\xcf\xf5\x61\x1c\x3c\x0f\x52\x15\x76\xd8\x2d\x5e\x2f\xef\xb9\xe0\x08\xd5\xf7\x5a\xbf\xe2\xb7\x6e\x1b\x17\x9e\xa4\x81\x55\x67\xf6\x19\x61\x67\x92\xa2\xa1\x3d\x84\x5b\xae\x83\x71\xa6\xd2\x9e\x2a\x3f\x67\xbe\x71\x85\xaa\xe4\xc4\xf5\x54\xa7\x4a\xde\x1b\x46\xa4\xea\x99\xed\x89\xe4\xff\xe9\x0b\xd9\xa4\x93\x72\xba\xf4\x39\xbd\xea\x13\x33\x79\xdd\x3f\x4e\xe0\x1e\x62\x96\x08\x71\x11\x9e\xbf\x38\x5e\x42\x05\x0e\x62\x97\xbc\x30\x6e\xa8\xce\x23\xea\x20\x45\xbb\xac\xa7\xe7\x1c\x66\xb7\x89\xd6\xc3\xc1\xb6\x9c\x7f\xda\xe6\xb2\x83\xf8\x17\x9f\xa7\xbb\xac\x79\x1e\xe0\x1c\xd0\x52\x81\x0b\x71\x89\x8d\x20\xce\x65\x8a\x57\x34\x3d\xd5\x31\x01\x47\x69\xfc\x0f\xb2\x8c\xa3\x3c\xd0\x55\xff\x04\x7d\x5f\x4b\x8f\x24\x9a\x7f\x9a\x09\x67\x43\xb9\xff\xe9\x4d\xb8\xcd\x9c\xd2\x90\x32\x6a\xc6\x69\xae\x83\x91\xb1\x61\x28\x75\x24\xc9\x54\x9d\x43\x23\x34\x43\x99\x67\xdc\x8c\xe9\xbb\x69\x25\x9b\x51\x3f\x81\xbe\x9e\x5e\x72\x85\xf3\x31\xfd\x4b\x88\x30\xb9\xd0\xf0\x0b\xe7\x1c\x84\xfe\x1e\x62\xdf\x17\x91\x8b\x39\x2c\xf4\x3f\xa9\xcd\xc5\xf0\x71\x73\xe8\x99\x2f\xd5\x5f\xc3\xe5\xb6\x50\xbe\x0b\x1e\xc1\xf9\xbe\x00\xc3\x60\x5a\x47\x6d\x3c\xb5\x87\x28\x94\x35\x01\xbc\x8a\xb6\xbc\x94\xf7\xc5\x5a\x30\xee\x10\xd5\xaf\x67\xbd\x8b\xa5\xf9\xe1\x30\x24\x8e\xe2\x31\x72\xf4\x49\x7a\x1f\xf4\x7d\x98\x44\x55\xfb\xce\xb2\x67\x69\x7d\x6a\xea\x7e\x8e\x74\x40\xd4\xd7\x5c\x14\xf4\x2f\xae\x09\x7d\x40\xb2\x26\x6b\xd2\x4f\x5e\x2f\xb7\xa2\x99\x74\x3d\x61\x08\x11\x99\x59\xd3\x67\x90\xbf\x59\xf9\x3c\x33\x65\x6d\xdb\x49\x33\x2c\x2b\xf1\xd8\x4c\xb2\xad\xf9\x6f\xba\x6e\xf5\x90\xf3\x1f\xe1\x1f\xe9\x6c\x24\x53\xc8\x0f\xa9\x42\x1e\x3c\xdd\x9b\x5b\x91\x17\x12\xc7\xcb\x61\x21\x4e\x9c\x8b\x39\x38\x90\x8f\xf7\xdd\x91\x9c\x2e\x08\x14\xb8\xaf\x4d\xf5\xc3\x9e\xd3\x3c\x28\xe5\x54\x92\xc8\x01\x2d\x9e\x72\x94\xf2\x9c\xb3\x4d\xdc\x1d\x1a\x07\xc5\x9c\xca\x18\x1f\x70\xfa\x22\xcd\x07\xf5\x14\x8a\x43\xaf\xbc\xf3\x54\xa5\x6e\xff\x28\x93\xfe\xb5\x4d\xd3\xb9\x4e\x8a\xf2\xda\x2c\x03\xee\xff\x4d\x61\x27\x73\x67\x9b\x46\x73\xb2\x1b\x5a\x53\x27\xbe\x3b\x6a\x03\x69\xa5\x91\x67\x39\x95\x73\x2f\x96\x2b\xe9\x6c\x23\xbf\x5e\x10\x91\xff\x79\xb1\xbc\xee\x9f\x17\xcb\x09\xab\xdb\x71\xf9\x44\x2a\xdc\x8a\xe2\x0a\x0b\x39\x82\x0e\xcc\x65\x61\xfc\xa7\x0b\x3c\x4c\x9a\xa0\x30\x70\xc6\x9c\xdb\x53\x42\xbe\xe0\x5c\x4c\xd8\xba\x5d\x94\x7d\x76\x14\x73\x0e\x68\x5b\xf7\x08\xa2\x6c\x36\x0c\xe3\xf3\xbb\x9a\x03\x3a\x9a\x40\xb4\x9e\xab\x0b\xd7\xcb\x98\xad\x9f\x4c\x59\xde\x09\x29\x59\x7c\x3e\x9c\xa3\x3a\xf8\xa0\xaa\x74\x7a\xce\xdd\x95\x2e\x11\x0f\x60\x59\x75\xfd\xa8\xc4\x36\xd9\xc6\xeb\xe5\x0d\x0c\xef\x34\xe5\xfe\xdf\x13\xe6\x47\xe1\x12\x15\x8a\x54\xe1\x2a\x73\xca\xb0\x45\x1a\xfd\x69\xfc\x17\xf5\xe3\x05\xf1\xa2\xe8\xa5\x94\x17\x0b\x9f\xf9\xf3\x1d\x9f\x57\x14\x71\x0f\x45\x76\xa9\x14\xd1\x22\x9d\x3b\x34\xa3\x0b\xb5\x5e\x52\x5e\xb9\x27\x70\x41\x37\x85\xf7\xc3\xf5\xf2\x5a\x71\x11\x38\x3a\x91\xa3\x4a\xd1\xa3\xf3\x9c\xd7\x9c\xeb\xf4\x2f\x8d\xa6\x75\x93\xdf\xa2\xd8\x36\xa8\xc9\x01\xd1\xd7\x17\xc5\x9f\xa6\xec\xe4\xd2\x3a\x95\xb2\xda\x34\x95\xf3\x94\xf7\x27\xa4\x70\x1e\xc6\x3e\x85\xeb\x66\xf4\x77\xb9\x4a\x79\xd7\x26\x2e\x9b\xfc\x6c\x6d\x7b\x8b\x7e\x8f\xe1\xda\xbb\xf4\xbe\x90\xff\x7c\xff\x15\xf7\xff\x31\x17\xb4\xc4\x53\x9b\x06\x44\x5e\x3c\xbf\xde\x82\x96\xf6\x65\x27\x7a\xd3\xfb\xb3\xcc\x6c\x12\xbd\x89\xcb\x6e\x2d\xa6\x0c\x55\xb6\x79\x13\x91\x25\x65\x32\x07\x49\x3f\xa7\xcc\xf8\x0c\xc5\xa5\xec\xe4\x4d\x7e\x33\x44\xbd\x9c\x08\x85\x27\x73\x7e\x10\x99\xf4\x50\xd0\x53\xca\x13\xf2\xc3\x4d\xe1\xfd\x90\xd5\xb6\x66\x5c\x32\x88\x13\x0a\x1a\x76\x98\x7e\xfb\x66\xd7\x63\xf4\x1c\x7f\x72\x40\xbc\x5f\xd2\x32\x45\xae\x83\xe4\x9a\x79\x9e\xe2\x33\xc7\x93\xd3\x8b\x53\x2c\x2f\xd3\x7a\x7a\xc2\xdb\x2c\x8a\x8f\xa8\x8b\xd3\xf7\x04\xd7\x8f\xe8\x34\x99\x9f\x4c\xb5\xfa\x76\x8f\x66\xbd\xde\xe3\x42\xea\x17\x23\x57\x59\xa2\xce\xfd\x2f\xdf\xc1\x6d\x55\x96\x1c\x6d\xdd\xaa\xdc\x4d\x69\x5e\xbc\x7d\xd5\x93\x46\xe4\x5b\xc6\x57\x76\xef\xe4\x39\xb9\xfe\x2e\x6e\x03\x7d\xfd\xfd\x2c\xfe\x66\x7a\xd7\x3a\x91\x48\xc7\x77\x6b\xb3\x3f\xf3\xaf\x3f\xa5\x37\xd2\x1b\xef\x1f\xf4\x1e\x79\x76\x82\xfb\x59\x2c\x3c\xff\x07\x15\x7f\x8e\x0b\xef\x13\x24\xea\x21\xf9\xe6\x24\x65\xd0\x38\xb0\x3e\x4b\xb4\xd1\xca\xa3\xe7\x05\x7d\xac\x4c\xfa\x57\xcd\x2b\xbe\x4c\xe3\x7e\xd6\xa2\xeb\x94\x17\x1c\x87\xe6\xf2\x75\xc2\x91\xdb\x34\x5f\xec\xb2\xb8\x5e\x8a\x6d\xc9\x7d\xca\xbb\x1d\x03\x1e\x52\x3f\x36\xb3\x31\xa5\xb4\x0e\xd5\xd3\x7f\x42\xfa\x22\xf2\x1f\x2b\xde\x8a\xfe\x73\xfb\xed\x94\x34\x65\x9c\xef\xcd\x0d\x69\x7c\xff\xd8\x22\xf4\xc7\xb1\xb5\x17\xf4\x51\x9c\x89\xe8\x63\x5e\x6b\x55\xf9\xc7\xbc\xb3\x21\x1b\x98\x20\xe8\x5e\x70\xee\xe1\xc7\x77\x41\xf7\xc2\x8b\xd1\x5f\x7c\x97\xc8\xcf\x52\x44\x4e\xa8\x5a\x27\x46\x8c\x8b\xdc\xaf\x71\x11\xf5\x90\xd6\x1b\xa6\x09\xfc\x07\xd7\x43\x5a\xa6\x73\x99\xc6\xc3\xc2\x88\x2c\xf2\x73\xee\xf2\x5c\xfa\x3e\x51\x17\xc8\xc1\xf8\x2e\xad\x13\x47\xce\x2f\x20\xfe\x6f\xf0\x68\xde\x4f\xa6\x67\xd3\x62\x03\x1e\x87\x67\xe4\xaf\xa8\x8f\xa3\x77\xad\xea\xaa\xc4\x2a\x84\xbf\xd9\xc2\xfd\xff\x2a\xf0\x62\x7f\xe0\x40\x04\x5d\x93\x21\x82\xfe\xc9\xd4\x13\xdc\xae\x10\xbe\x6f\x9b\x0b\xb7\x91\x77\xb8\x3d\xc3\x75\x74\x22\x73\x05\x3e\xe6\xb9\x60\xbf\xd1\x7a\xb3\xa6\xee\xc7\xcf\xb8\x54\xeb\xc4\x18\xb0\xbf\xf0\x0f\xb5\x39\x80\xda\x3a\x18\x62\x7d\xbb\x86\x1e\x88\x50\xe7\xfe\x5e\x0a\xd8\x95\x01\x9f\xc3\x01\xc9\xb8\x16\xef\x75\x57\xc6\x03\x2e\x1e\x40\x59\x3c\xb0\x6c\x12\xaf\xf3\xac\x73\x06\x8a\xaf\x03\x5b\x46\x03\x8f\xbe\x49\xde\x59\xc0\xc3\x02\x20\x32\x53\x92\xfd\x00\x49\x66\x12\xef\x79\x17\x39\x02\x79\x69\x5c\xf7\xfd\x85\x15\xf0\x28\x8e\x9f\x1d\x57\xdf\xfb\x17\xf9\x07\x41\x07\x5f\xe4\x1f\xc4\x7b\xdf\xa7\x84\x1a\x55\xc2\xa8\x5a\xf5\x3f\xf3\x9f\xe7\xd5\x7f\xd5\xbf\x70\xab\x69\xff\x35\x07\xe2\x01\x7c\x08\xe5\xfc\xc3\x9b\xee\xc0\x64\x35\xe0\x45\x05\x30\x37\x15\x78\x12\x0a\x2c\x2a\x01\x4a\x1c\x00\xaf\xae\x40\xa1\x19\xb0\x69\x3a\xf0\x50\x4a\xb2\x33\xe0\x1a\x07\x11\x1b\x81\x7b\xf5\x78\xcd\xfa\xfe\x59\x5e\xc3\x92\xcc\x32\x89\xcf\x85\x1b\x81\x8a\x77\x40\xa1\xa0\xc5\x5f\x5d\xf7\x16\x7a\x0b\x88\xf7\xde\x6b\xf3\x0f\x7f\xf3\x3f\xe2\x97\x3a\xce\x7f\xe5\x1f\x9a\x19\xd5\x8a\xc7\x2f\x7c\xd0\x97\x6f\xc0\xc0\xad\xc0\x3b\x75\x60\xc4\x0e\xe0\x65\x8e\x64\xcf\xc5\xcf\xf7\x67\xd8\x00\x25\xaa\x80\x5b\x0c\xd7\xb3\x77\xaf\x04\x1e\x8c\x00\x36\x7a\x03\xf7\x1c\x80\xe0\x39\x40\xfe\x32\x1e\x87\xfc\x9d\xc0\x71\x1f\xa0\xc0\x10\xc8\xbc\x01\xe4\x35\x07\x6e\x0d\x04\x0a\x2a\x80\xb2\x28\x20\x6f\x03\xf0\x79\xce\x4f\xdd\xff\xcc\x27\xbc\xc6\x24\x72\x40\xa7\x6d\xfe\xd9\xff\xda\xf5\xff\x3f\xf9\x5f\xad\x7f\x31\xa1\xa6\xfd\x1b\xf7\x60\xd5\x14\xf8\xc6\x00\x6b\x2b\xe0\xc3\x06\x41\xd7\xdf\x96\xd7\xf1\xca\x96\x02\xe3\xd4\x80\x92\x35\x9c\x0f\x2a\x1a\x2f\x59\x83\x00\x0f\x2f\x01\xee\xda\x40\x5e\x2e\xb0\xa1\x02\xc8\x5b\x27\x59\xc3\x00\xb7\xf5\x81\x03\x25\xc0\x6d\x69\xe0\x78\x0c\x70\xcb\x0e\xb8\xb0\x0d\xb8\x59\x09\xdc\x1e\x0d\xdc\xec\x04\x94\x66\xf3\x3a\xa9\x24\x0f\x5e\x71\xac\x39\x0e\xc4\x79\x20\xd6\xfd\x44\xff\xc5\xfa\xdf\x6f\xfa\x07\x7f\xe0\x1f\x1a\x0b\xf5\x2c\x2d\xa1\xc6\xf3\x37\xee\x41\xd4\x07\xa1\x9f\x8b\x02\xcc\xc0\xfb\xda\x58\xed\x00\xaa\x6c\x80\xae\x2f\x80\x4a\x47\x60\xa0\x21\xf0\xb4\x04\x18\xfd\x10\x28\xde\x07\x38\xdd\x04\x0a\xdd\xb8\x3e\x4a\x7e\x01\xb0\xc2\x06\xb8\x59\x05\xf8\x48\xac\x81\xe4\x1d\x0e\xe4\x1c\x03\xc2\x3d\x80\x1c\x67\x20\x5e\x1f\xc8\x0d\x02\x32\x82\x80\xdc\x79\xc0\x9d\x3a\x40\xf6\x39\xe0\xe9\x10\x20\xa7\x10\xf8\xfe\xe2\x97\x71\x20\xd4\x79\x4f\xf6\xfb\xb3\xff\xff\x86\x7f\x10\x39\x97\xbf\xf5\x01\xa9\xdd\xf7\xa3\x3a\x1e\x63\xb8\xee\x8d\x24\x1e\x62\xbd\xbf\xf2\x01\xd0\x69\x34\x50\x36\x1f\xe8\x3d\xf9\xe7\x3d\xff\xc2\x5c\xc9\x3b\x06\xc8\x67\xbc\xee\x7f\x73\x2e\xe7\x83\x6e\xcc\xe4\x77\xce\xb3\xac\x81\x80\xc1\xc0\xb5\xb3\x40\xb8\x01\x70\x3d\x1f\x48\xd0\x05\x24\xab\xb2\xf3\x45\xc0\xd5\x21\xc0\xad\x14\x40\xf2\x8e\x7c\x5e\xc1\xeb\xff\x12\xff\xcf\xf5\xa9\x39\x0f\x44\xfd\x9f\xea\xe7\x5f\x8b\x7f\x08\x15\xea\xe3\x22\x07\xf0\x4f\xfc\x43\x6d\x0e\xa2\xda\x2a\xd4\xfc\xba\xe4\xe7\xbe\x46\x48\xd6\x06\xc0\xeb\x33\x40\xb3\x24\xce\x3d\x58\x16\x01\xa5\x91\x40\xb7\x5e\x40\x91\x2d\x20\x59\x26\xdd\x73\xe3\xef\x8f\x5b\x7b\x79\x9e\xc8\xae\x04\xdc\xec\x38\xfb\xe4\x6d\x09\x5c\x2d\xe5\xb5\x69\xc9\xea\x6c\x9f\x23\xaf\xf3\xc7\x16\x03\x97\x94\x79\x1f\xa9\x4b\xc3\x80\x3b\xf7\x79\xae\x28\x9b\x06\x64\x2e\x06\xd8\xee\x9f\xf9\x50\xac\xff\xd7\xf6\x3f\x4c\xa6\xe6\x73\x0f\x56\xe5\x76\x7b\x67\x6e\xff\xc8\x3f\x08\xfe\xfe\x2f\x0e\xa0\x4e\x4f\x3e\x0e\x14\xdc\x81\x0f\xed\x00\x75\x73\xe0\x55\x00\x60\x30\x42\xf2\x56\x06\x5a\xe8\x03\x45\x51\x40\xa7\xd3\x40\xc1\x05\xa0\x4f\x3a\x9f\xcf\x23\x89\x6a\x06\xa6\xf8\x02\xd7\xe2\x39\x4f\x29\x59\x8d\x7b\x82\xbf\x13\xb6\x3c\xe4\xda\x17\x92\xf5\x62\x7a\x07\xe0\xd8\x67\xe0\xc2\x29\x20\xdd\x02\x48\xa3\x33\x44\x6e\xcb\x72\x7e\xbe\x17\x4f\x0a\x3a\x10\x62\xfd\x5b\xf4\xff\x37\xee\x45\xe4\x00\x84\x3e\x5a\x9b\x9b\x71\xfb\x2b\xff\xf0\x5f\xf9\x8f\x5f\xb9\x87\x77\xee\x80\x6c\x0a\x50\xa1\x01\x68\x80\xcf\x83\x26\xe6\xbc\xee\x6f\xe9\x02\xe4\xe5\x71\x9e\x30\xd7\x96\xf3\xa5\x57\x3d\xb9\x3e\xca\xc5\x9e\x80\x73\x3c\x70\x3e\x0a\x58\x69\x04\x9c\x73\xe7\x7d\xa4\x52\x2d\x80\x3d\xcb\x81\x94\x4c\x20\xb6\x12\x48\x91\x03\x2e\xac\x06\x92\xf7\x03\x77\xfc\x81\x33\x3d\x80\xb2\xfb\x40\xa2\x3a\xc0\xae\xff\xd4\x81\x39\x78\xa5\xe6\xb8\x0f\x1e\xc1\x6d\xc0\x72\x6e\xb7\x48\xd5\xf4\x7b\xfd\x59\x6e\x45\x1d\x88\x7f\xed\xff\x75\xee\xf7\xf7\xae\x82\xff\x02\xf7\xf0\xaa\x27\xb7\x4f\xbf\x01\xf2\x5b\xb9\xff\x5a\x71\x40\xbe\x3a\x1f\x17\x92\xd5\x77\x87\x42\xe0\xda\x21\xa0\xbf\x2a\x20\xd9\x85\x8f\xb5\x05\xce\xc7\xf3\x3c\x91\xb2\x16\x58\x6e\x02\x9c\x2e\x05\xfc\xf6\x00\x49\x2d\x38\x37\x77\xd2\x19\x38\x6a\xcd\xdf\x19\x92\x31\x20\xb1\x77\x66\xf3\x35\x45\x45\xf9\xcf\x3c\x20\xe6\x3f\xd1\x7f\x71\xbe\x8b\xba\x1f\xa2\xdf\xb5\xb9\x0f\x91\x7f\x58\x95\xf5\x2f\xe2\xf0\x0b\xf7\xc1\x9e\x71\xfb\xd9\x54\xd8\x1d\x08\x1c\x00\xa7\xc9\x81\x42\xe1\x54\xa5\xc0\x1e\x50\x3a\xcf\xf9\x4e\x49\xde\xb8\x3e\x16\x68\x6d\xcd\xc7\x7d\x8f\x78\x20\xf5\x19\x30\x2c\x19\x38\x7d\x15\x98\xea\x07\x9c\x2a\x07\x16\xfb\x02\xc7\x5f\x82\x6e\xba\xc6\xab\x03\xbb\x1e\x01\xb1\xc7\xf9\xb3\x3e\xcc\x80\xd4\x4a\xe0\xb0\x17\x70\xbb\x02\x88\x19\xc9\xf3\x64\xb4\x7d\x4d\xff\xc5\x7e\x3f\x22\xff\xb1\xa1\xde\x9f\xfd\x16\xb9\x8f\xe5\xc2\x9a\x6f\x91\xd7\x1f\xe2\xf0\xa7\xba\xb7\x70\x5a\xf2\x71\x43\x2d\xff\xdd\xb9\x2d\x1d\xc8\x2d\xdf\x55\x72\xbe\x0d\xe0\xf9\x4f\x55\x0d\xc8\x38\x09\x98\x8c\x07\xd2\x0a\x81\x4e\xdd\x81\xd3\x3d\x80\x41\x13\xf8\xfb\xdd\xc1\x13\x38\xf6\x91\xeb\x28\x1d\x69\x00\xac\xbd\x0a\xc4\x1c\x01\x76\xfe\x00\x22\x3e\x02\x87\xfa\x00\x07\x32\x39\x5f\x1c\xbe\x09\xb8\xe1\x05\xec\xab\x07\x3c\x1b\x02\xec\x3d\x2d\xf8\x2f\x57\xf3\xb9\x8b\xe3\xdc\xe3\x94\xe0\xaf\xa0\x1f\xb3\x44\xe0\xc8\x16\x0a\x6b\x9e\x05\xc2\xf7\x39\xc7\xff\x12\x87\x7f\xf0\x5f\xe4\x3f\x44\xff\x79\x8f\x64\xe0\x71\x01\xb7\xf7\xf7\x73\x7b\x53\x18\x0f\xd7\x46\x70\x9b\xde\x19\xa8\x17\x0a\xa4\x5c\x04\x1a\x59\x01\xa7\x0a\x01\x8b\x3a\x40\x5c\x89\x54\x8c\x6d\x7d\xe0\x70\x3d\x19\xcd\x31\x9f\x80\xc8\x0e\xf5\x3d\x9c\x77\x03\xfb\x4d\xe4\x2a\xbc\x0c\x80\xbd\x8b\x15\x6c\x25\xbe\xed\x36\x51\x08\x8e\x7a\x23\x59\x63\x2a\xa4\x26\xcf\x01\xb6\xe7\x28\x5c\xce\x7e\x00\x04\x16\x2b\xcc\x2a\xc9\x06\xfc\x3f\x2b\x84\x7f\x53\x01\x7c\xd7\x28\x70\xbd\x93\xbb\xf2\x74\x9e\xb0\x3c\x4d\x5e\x49\x62\xdd\xca\xeb\x1b\x92\xbf\x5d\xeb\x51\xcf\x17\x97\x3d\xd2\x74\x6e\x3d\x67\x57\x5d\xe2\x63\x66\xce\xac\x43\xfb\xad\x69\xc1\x50\xfd\xa7\x38\xfc\xe6\x3f\x3f\x24\x24\x66\x8d\xfc\xff\xc6\xed\xad\xee\x52\x74\x4e\x73\x25\xa7\x3e\xed\x02\xcf\x67\xcb\xd3\x39\x45\x52\x80\x02\x71\x21\x71\x6a\xca\x9b\x95\xd7\x00\xd1\x6f\x35\x0c\x9b\x66\x03\xfb\x43\xb5\xca\x6d\xec\x81\xd0\xa3\xda\xf6\xc3\x5d\xea\xc8\xec\x78\xad\x7d\x70\xfa\xb6\xba\x93\x03\xfa\x6b\xbf\x58\x61\x57\xef\xf2\x16\xe5\xc6\x52\x5b\xbc\xa4\x6f\xfa\xdd\xd0\x4e\xda\xaf\x2f\xd3\x78\xfd\x14\xed\xac\x93\xc7\x65\x8e\xac\x1b\xa3\x1d\x74\x25\x55\x66\xc2\x1a\x15\xed\xd3\x85\x1d\x64\x0c\xbc\xfa\x37\x56\x7d\x7f\x56\x7a\xce\x8a\x24\x1d\x19\xc6\xa4\xb7\x2e\xcc\xd0\x69\xc2\x98\x74\x07\x97\xc5\x8d\x27\x32\x56\x97\xcd\x7a\xd3\xf0\x08\xf9\x79\x47\x63\xa5\xc4\x4e\xd9\xaf\xd6\x52\x62\x9d\x34\x54\x48\xf3\x62\x92\x8b\x12\xf5\xbb\x1f\x7f\x4f\xe1\xde\x9f\xe2\x20\xfa\xff\x26\x4d\xf0\xbf\x0e\xda\x72\xff\xb9\xbf\xf9\xfb\x14\xe9\x14\x28\x77\x9b\x06\xd5\x35\x2e\x06\x6a\x53\x41\x37\xc5\x45\x8f\x66\xc6\x89\xb1\x86\xa4\xcf\x7b\xd8\xbf\x09\x9d\x9e\xee\xab\x34\x69\x2e\xbd\x14\xd8\x65\x6f\x9a\xa6\x73\x53\x6a\x99\xff\x2c\xd3\x8c\x36\x0a\x32\x95\x7e\x1f\x9b\xf9\xf6\x53\x97\xd3\x5a\xfb\xbe\x59\xf6\xc4\x31\x0a\xa6\x1e\x33\x9a\x1d\x5a\x30\x4a\xf1\xe3\x8a\x1d\xcd\xe6\xf8\x0c\x6d\xb0\x63\xc9\x6e\xd3\xdb\x21\x27\x95\x0f\xba\xc9\x9b\x4e\x8f\x3d\xa4\x32\xd8\xd5\xb1\xe9\xbd\x74\x13\x95\x09\xf3\xba\x35\xcd\xc8\xbf\xac\x22\xe7\x7c\xd8\x54\xf9\xe5\x7c\xe5\xba\xb3\x33\x4d\xe3\x18\x53\x9a\x34\xe5\x43\xd3\x41\x8c\x29\xac\x9c\x94\x6a\xd2\x9c\x31\x79\x9d\xf1\xed\xfe\x8f\xb2\x37\x8f\xcb\x31\xff\xfe\xc7\x9f\xd2\xa2\x10\x25\x8c\x2d\xb2\x2f\xa1\xac\xa1\x64\xdf\xa2\x64\xa9\x6c\x45\xd9\x8a\x94\x64\x29\x2d\x2a\x0a\x91\x14\x89\x4a\x65\xab\xd0\x6e\xad\xd0\x22\x21\xa4\xec\x6b\x93\x6d\xc6\xd8\xb2\x8c\x31\x33\xb8\x7e\x8f\xfb\x9c\xd7\x15\x35\xfc\xde\x9f\xef\x5f\xe7\x71\x37\xf7\xdc\xae\xf3\xba\xce\xeb\xbc\x96\xe7\xf3\x3c\x4f\x5b\x15\x49\xaa\xb3\xc0\x2a\x4c\x4f\x49\x92\xd4\x96\x4d\x09\x6c\xfd\x8b\x24\xa9\x76\x9c\x14\xa6\x6b\x2f\x49\x2a\x61\x96\xd1\xad\x5a\x4a\x92\x72\x96\xb9\x51\xcb\xc3\x92\xa4\x6c\x5c\xd3\xff\x8f\x7e\x6c\x5f\xf8\xd7\xca\x54\xd8\x72\xa3\x86\xf4\xe6\x6f\x85\x35\x23\xdc\xb7\x38\x41\x8f\x70\xdf\xfc\x0a\xc6\x87\x4f\xe6\x77\xa7\xef\xa5\xe9\x19\x52\xf5\xcc\x81\x57\xcc\x93\x88\x8e\xed\x47\xc2\xcf\x61\xb3\xfa\xd3\xfd\xd4\xc6\x63\x83\x0c\x1b\x65\x01\x7e\x1d\x06\xa4\x76\xfa\xac\x66\xb2\x2a\xd8\x68\x92\xc9\xd4\x7a\x9f\x96\x4a\x46\x2d\x27\xdb\x37\x38\xb2\xb8\x6e\xff\xa5\x0b\xcf\x6a\x6b\xcf\xdf\xdb\xef\x94\x8f\xaf\x4e\x7f\xfb\xa6\x7d\xcb\xc3\x77\x36\x2e\xb2\xb5\xe8\xab\x92\xa8\xd6\xe4\xc4\x0c\x83\x3e\x2e\x39\x27\x9a\x76\xb1\xb9\xdf\xa7\x77\x69\x7c\x53\x65\xeb\x09\x7d\x3a\xfd\x5e\xaf\xf1\x33\xab\xc0\x3e\xf9\x92\xd4\x68\x97\x65\x72\xef\xd1\x92\xa4\xb5\x66\xfc\x19\x03\x3f\x49\xd2\xbc\x34\x0e\x3d\xe6\x4b\x52\xfd\x96\xa3\x2b\xf5\x03\x24\xa9\xee\xd9\x91\xc1\xdd\xa2\x25\x49\xa3\x72\xf8\xc9\xae\xa6\x92\xa4\xa1\x34\xf4\x50\xa7\x37\x92\x54\xe7\xe0\x90\x39\x9d\xda\x4a\x52\x9d\x0e\x55\x79\x50\xf0\x9f\x9e\xfb\xa9\xd1\xbd\xca\x83\x32\x6d\xba\xe5\xb8\x71\x45\x8f\x6e\x09\x2f\xc5\xf1\x75\xe2\x19\xbf\x3e\x94\x21\x4f\x98\x0e\x20\x7d\xef\x94\xca\xc1\x84\x32\xec\x1b\x3e\x8c\xee\x29\xa3\x72\x46\x92\x9e\xef\xd6\xd4\xd1\x74\x6f\xb7\xb6\x6c\x2c\xc5\x8f\xc7\xab\xf1\xfe\x75\x12\x81\xa5\xb6\xe3\xf7\xb6\x4e\x56\x3e\xb6\xe0\xc1\xb8\x84\xbe\x8b\xea\x3e\xb4\xdd\x37\xe6\xcc\x38\x43\xed\xd9\xd6\xcf\xc6\xe8\xcc\xde\xd8\xd8\x69\xd2\x9c\x51\xd7\x57\xa4\x36\x7d\x37\xc1\x78\x64\xf9\xa6\x95\xcd\xbe\x8e\x55\x1b\x11\x16\xbf\xa0\x45\xe3\x91\x23\x86\x3f\x3d\x36\xb3\x45\xc6\x70\xdd\xe1\x0e\xc5\x27\x5b\x04\x0e\x2d\x1e\x3e\xe0\x51\xb3\xe6\x06\x43\x53\x86\xbf\xff\xb7\x7f\xd3\x7b\x43\xb4\x86\x7c\x92\xa4\xc6\xad\x4d\xdc\x4d\xc2\x25\x49\x3b\x7a\x50\xdb\x81\xf7\x25\xa9\xe1\x3e\xa3\x78\xa3\x65\x92\xa4\x79\xb9\xdf\x83\x7e\x7f\x4b\x52\xfd\x7d\x7d\xef\xf7\x79\x25\x49\xf5\xb6\xf5\x3e\xdc\xeb\xbc\x24\xd5\x35\xee\xb5\xd9\xb0\x89\x24\x69\x58\x7f\x12\xfc\xb6\x3f\x32\x1b\x50\x5d\xd1\xc3\x08\xbe\x15\xba\x26\x75\xa5\xfb\xa2\x0b\x13\xd9\xef\xbc\x9e\x26\x74\x3b\x7e\xcc\x67\x38\x8d\x98\xac\xff\xb2\xa7\x7c\x02\xf1\x3d\x76\x3e\xb5\x64\xdc\xc7\x74\x0a\x7d\x7f\x9d\xaa\x0d\x55\x59\xad\x1a\x32\x9d\xf0\x1f\xc7\x4d\x33\x09\x75\xb0\x9f\x67\x1b\xdd\x34\x1e\xb0\x3e\x34\x73\x6a\x77\x4d\x75\xb5\x09\x5f\xa6\xbb\x0f\x2b\x6d\x50\x3a\xca\x6e\x9a\xc7\xb4\xa3\x8d\x5c\x87\x3c\xb2\x79\xef\x7a\x49\xe7\x83\xf1\x64\x9b\x05\x41\x9b\x9b\xd4\x36\xca\xb2\xf6\x89\x99\xd9\xc4\xa3\x6f\x92\xd5\xdb\x8c\x9b\x4d\x26\xf6\x3e\x68\x35\xe6\xfc\x94\xc6\x17\x7a\xcd\xb3\x6a\xf5\x70\x89\x4e\xba\xe1\x5d\xab\xf9\x7f\x8d\xd3\xde\x6a\xb0\x75\xf2\x59\x49\x6a\xd8\xb8\xc7\x31\xf3\x40\x49\xaa\xff\xb9\xfb\xf1\x71\x87\x25\xa9\x5e\x41\xd7\x57\xa3\x4d\x24\x49\xa3\xa8\xdb\xaf\x23\xba\x4a\x92\xc6\x85\x6e\x06\xc3\x20\x49\x1a\xed\xba\x1e\x37\x7d\x27\x49\xea\xf1\x9d\x3f\x9b\xd8\x4a\x52\x9d\xc0\x97\xf9\x0d\xe9\xb6\x53\xe6\x3f\x95\xa6\xf7\xa4\x15\xa0\x8a\xff\x23\xf4\x6f\x8e\x3a\x4e\xa0\xfe\xf4\xc9\x6b\x2c\x09\x65\xdb\x1b\xc6\x55\xd8\x3b\x0b\xa6\x91\x8a\xf6\x96\xd9\xb6\xa4\x73\xbe\x2e\x74\x0e\xdd\x63\x7b\x14\xcc\xa5\x6a\xaa\xc5\x67\x16\x52\xfe\x9c\x39\xd0\xe9\x57\x85\x9d\x78\xd0\x79\x60\x3d\x27\x60\xf4\xe8\xc5\x43\xda\xf7\x52\xc9\x32\xbe\xe4\x94\x3c\xc8\xaf\xde\xc2\x7e\x4b\x9d\xe6\x4e\xfe\xbd\xfe\x1b\xc3\x79\x4e\x5d\x17\x3d\x6d\x80\xee\x66\x8e\x07\x03\x06\x34\x88\xeb\x72\xcb\xb1\xe9\xce\x87\x0d\x32\x3a\xb5\x5f\xe8\x90\xba\xa1\xc1\x98\x0e\x9e\x0b\xb6\x17\x2e\xd1\xcc\x6a\x6f\xb0\x20\xe4\xde\xda\xfa\x71\xed\x36\x2d\x18\xf6\x61\x5a\xdd\x8b\x6d\x37\xce\x1d\x26\x49\xea\x87\xdb\xd6\xb5\xb5\x96\xa4\x3a\x39\x7a\xb6\xd3\x3e\x4a\x92\xda\xe3\x36\xbd\xad\xb4\x25\x49\xf5\x66\xeb\x8b\x53\xf4\x24\x49\xd5\x45\xf7\xed\xc4\x5e\x92\xa4\xb2\x57\x37\xc7\x7c\x91\x24\xa9\x38\xe8\xee\x35\x1b\x2f\x49\x2a\x2d\xca\x2b\xdb\xd3\xf3\x56\xf1\x9f\x3a\x8c\xa0\x9d\xc2\x7f\xf8\x3f\x12\xeb\xc1\xc4\x3b\xda\x12\x0e\x18\x79\xc2\x81\x50\x95\x2d\x46\xf3\xa9\x7e\x73\xed\x63\x27\x1a\x48\x4f\x63\xd6\x47\x59\xb2\x81\xab\xb3\xe7\xf4\x58\x46\xbf\x3f\x69\xc8\x0a\xaa\xd3\x33\x29\x5d\x4d\xfa\xee\xfd\x1e\xae\x9e\xde\xbc\xb2\xd6\x1b\xfd\x0b\x9e\x83\x7b\x7f\x51\x3b\xd3\x69\xba\xe7\xf0\x09\x17\xeb\x2c\x6f\x7b\xc7\xb3\xc9\xfc\xa0\x3a\x07\x5a\x7b\x7a\xbc\xf4\x6d\x57\x27\xb4\x65\x96\xc7\xae\x88\x71\x6a\x37\x9a\x97\x7a\xb4\x3e\x3c\x51\xf5\x78\xb3\x13\xab\xce\xe4\x9f\x52\x59\xd5\x4c\x7f\x95\xdb\x1d\xa3\xda\x59\xcd\x12\x56\x79\xbc\x8d\xae\x55\xaf\x79\xd7\xe5\xd4\x77\x4f\x67\xeb\x92\x7d\x0a\xdb\xe8\x9a\x23\xf1\x4a\x1b\xb6\x9f\x4b\xf5\xdd\x0d\x0e\xcc\xde\x4f\x67\x29\x43\x5b\xd2\xef\xd6\xd4\x99\xd1\x83\xfe\xbe\xcb\x86\x74\xef\x6f\x8c\x19\x48\xef\xef\x42\xc5\x48\xaa\xaf\x93\xf5\x7f\x8e\xf8\x58\x51\x5e\x3c\x54\xc9\x7c\x90\x7d\x93\x98\x07\xb3\x2b\x7c\x11\xdd\x22\x6f\x2d\x58\x42\xa8\x42\xd0\xfb\xa5\xb4\xb2\x78\x39\xb3\x6e\xc4\x52\x5d\xee\x17\xb4\x60\xd8\x6a\xfa\xbb\xf5\x56\x1f\x42\xed\xc7\xf4\xf0\xa7\x3c\xd3\x6b\x77\x20\xf1\xa7\xda\xb7\xda\xd0\xaa\xc1\x7d\xa0\x65\xd4\xfa\x3b\xdd\x3a\x28\x45\x34\x5b\xb3\xe1\xd9\x98\x26\x48\x68\x7c\x67\xc3\xe1\x39\xbf\x03\xda\xe7\x37\x04\x79\x3e\x02\x1a\x5a\xae\x2f\x09\xdb\x02\xd4\xef\xbd\x7e\x78\xa2\x13\xa0\xb1\x26\xc8\xe0\xf4\x64\xa0\xce\x89\xc0\x7e\xd7\x3f\x03\xaa\x1f\xd6\xb9\xbe\x3c\x00\x28\xff\x19\x40\xfc\x59\xa5\x9b\x5e\x82\xff\xb0\x82\x75\xbb\xb3\x5c\x89\x2f\x8a\x69\xce\x5c\xaf\xe9\xe4\x48\x3a\xee\x78\xbb\x80\x3f\x1f\x9b\x4b\xfb\x8a\x8b\x31\x63\x5f\x72\xfc\x4f\xa6\x95\xe2\x98\xc1\x74\x42\x95\x93\x7b\xda\x3b\xb0\xff\x8e\xe4\x47\xd4\x28\xe7\x27\xe4\xbf\x2e\xf3\x60\xd6\x17\xae\xa4\xf7\xed\xf3\xd1\x83\xeb\x3b\xbf\x32\x5e\xee\x64\xbe\x86\xe2\xdf\xf6\xce\x3a\xe2\xd1\x98\x3f\x0f\xa2\x3c\x69\x1a\xc9\x3c\x89\x2e\xa7\xb7\xd2\xad\x7a\x83\x7d\xdb\x93\x95\xea\x02\x1a\x07\xb7\x7f\x6e\x33\x08\x50\xb5\x8a\x50\x37\x69\x0b\x28\x59\x45\xd4\xb5\xa1\x08\x8b\xa8\xe5\x46\x23\xbb\x7d\xc3\x26\x7a\x82\x6d\xdb\xf7\x90\x92\x4f\xb8\x40\x94\xc2\x16\x33\x72\xb0\x75\x22\x2b\x6a\x6f\x09\x93\xa8\x2f\xc8\x7a\x81\x53\xf8\x0b\xfd\x72\xaf\x5c\xb6\x1e\xa2\x8e\x79\xb9\x18\x27\xb7\xc9\x6c\x97\x10\xee\x7f\x46\xa2\x76\x0f\x38\x6e\x3c\x9b\xf8\x62\x29\xaa\x0b\x08\xc7\x38\xe0\xbf\x84\x50\xa5\xe8\x42\xe6\xc1\x6c\xb3\x59\x45\xaa\xf3\xc1\x2d\xbd\x29\x5f\xfa\x57\xac\xa1\xf8\x5f\xd5\x30\x80\x50\x94\xc5\x1f\x03\x09\x0f\x76\x08\x0b\xa6\xef\x5b\x1d\x09\xa1\x1d\xe6\x58\x5d\xe6\x85\xf4\xd7\x61\xfd\x8c\xb6\x06\xcc\x0b\x51\xdd\x16\x9b\xc4\x19\x3a\x2e\x8d\x57\xe4\xb8\x34\x23\xca\x44\x71\x56\x53\x08\xe9\x88\xfd\xe4\x42\x23\x1c\x6b\xbe\x9e\x32\x6d\xec\xee\x58\xfa\xc5\x98\xbb\x47\x69\x45\x8e\x69\x77\x89\x2a\xaf\xa3\xe7\x3e\x26\xfc\x33\xda\xf9\x2b\x65\xa8\xed\x3d\xd9\xbf\xcd\xa2\xb3\xfc\xfa\x4a\xb6\x01\xa9\x6c\xfd\xc4\xb8\x78\x9b\x89\xf1\xd9\xae\xb0\xc7\x2a\xb8\x4a\x34\x6d\xaf\x13\xaf\xff\x66\xcc\x87\x88\x69\xb0\x92\x70\xad\x6d\xe9\xde\xb4\x7e\x6c\x76\xf4\xa7\xb7\xb2\xae\x59\x20\xa1\x4a\x9e\x7d\x19\x27\x5f\x7a\x91\xf9\x3f\x0b\x46\x85\x12\x3b\x67\x66\x11\xeb\x66\x4c\x8c\xdb\x41\xe3\x35\x74\xcf\x2e\x42\x61\x0c\xea\xed\xa6\x93\x7a\xf3\xd7\xac\x17\x82\xe4\x24\x25\x1e\x87\xa4\x15\x3c\x0e\x49\x25\xfd\x42\xd9\x4e\xa2\xba\xf7\xc4\xcb\x8b\xe8\xc9\x92\x3c\xd7\x52\xdd\x76\x62\x61\x14\x65\xe8\x84\x9c\x34\x9a\x79\x07\xb2\xb9\xc3\xc8\x01\x97\x72\xea\x8f\xb0\xff\xcf\xbf\x69\x66\xc7\x25\x4b\xd5\x79\x31\xd5\x74\x3f\x14\x27\x11\x31\x3e\x42\xff\x61\x2d\xd5\x77\xa7\x94\x31\xbf\x2f\x21\xd9\x9d\xf8\xb0\x31\xb9\x9e\xe4\xb7\xac\x03\x14\xb2\x22\x90\xde\x5f\x50\x03\xae\xae\xf6\x59\xb3\x85\xfc\x70\x47\x18\xe5\xcb\x45\xa9\x8c\x93\xdb\x57\xb0\x5e\x88\x55\x6a\x34\x8d\x8b\x99\x57\x1c\x8d\xe3\xa0\x4a\xf6\x5b\xdf\x27\x91\xaa\xb2\x1b\xe7\x1e\x12\x71\x90\x31\x81\x6d\xa6\x79\x33\xe6\xc1\xb4\x66\x3d\xf7\x8c\xac\x89\xd6\x64\x7b\x2c\xa4\xcc\x94\xfe\x70\x0d\xad\xb8\xe9\x19\x91\x74\xa6\x4b\x2f\x49\xa1\x11\x4d\x8b\x3d\x4b\xf3\x22\x75\xf1\x5d\x42\x9c\x53\xd6\xbf\x25\x06\xdb\x21\x81\xd7\xec\x0b\x91\xaa\xf1\x62\xa2\xc4\xb8\x44\x88\xba\xef\x30\x81\x03\x33\x6f\x48\xd6\x41\x8a\xd7\xe6\x03\xc4\x4e\x87\x75\x94\x17\x42\x9b\x6f\xa4\xfd\xd1\x06\x5d\xee\x03\xe6\x5f\xc1\xfd\xb0\x3c\x0a\x22\x08\xaf\x5b\x92\xb1\xd3\x5b\x61\xe7\x1b\xef\xe6\xfe\x58\x6f\xe3\x09\x0f\x9c\xb4\x67\x3f\xbd\xd5\x11\x27\x13\x09\x7d\xee\x2b\x74\x71\x3a\x8c\x4c\x23\x9c\x5b\xeb\xf5\x51\x71\x52\xa9\xe2\xc3\x38\x37\xa3\x0c\x9c\x6d\xd2\x9b\x90\xbe\xec\x41\x13\xa8\x96\x21\xc7\x75\x1e\x65\xa4\xec\xe7\x5e\xfc\xf7\xbf\xf8\x09\xb2\xdb\x1d\xea\x4b\xff\x7f\x64\x2e\xed\xf4\xb2\xb2\x6f\x53\x06\x3e\xf9\xdb\x1b\x52\xe2\x97\xf1\xfc\x54\x81\xdb\x55\xf1\x62\x04\x5f\x28\xee\x94\xf4\x03\x5e\x4c\x7c\x79\x00\x75\x25\xda\xe5\xc2\xba\x4f\xe1\xd2\x16\x1a\xdd\x4d\x36\xe1\xd4\x9d\x67\x9d\xf6\x0e\xba\x81\x90\x79\x30\xee\x27\xe2\xe8\xa9\x17\x99\xef\xdd\xc7\x71\x70\x80\x12\xa7\xf5\xe3\x44\x7a\xda\xf1\xe9\xc9\x84\x46\x0f\xb5\x67\x95\x06\xc3\x12\xe6\x47\xb4\x35\x60\xfd\x8c\xfa\xf6\xa7\xc4\xc9\xbc\x60\x0c\xdb\xb3\x1f\x9a\xd0\x7f\xc9\xff\xca\x9d\x2c\x0b\xfe\x18\x47\x67\xd9\x82\x42\xfb\x54\xb6\x1e\x14\x2f\x67\x27\x6d\x25\x7c\xef\xec\xf0\x03\x14\xb9\x05\x67\x72\xe8\x73\x81\x66\x29\x65\xb2\xfc\x8a\x17\xa4\x9b\x93\x27\x70\xbb\x93\xa2\x9e\x3f\x53\xf0\xc5\x52\x04\xff\xe5\x50\x0b\xa9\x3a\x2f\x86\x70\xcf\x18\xdd\x60\xda\x47\x6f\x1b\xcf\xa8\x61\x88\x65\x04\xa1\xa9\x81\xc6\xbb\x8c\xd9\xff\xdd\x14\xff\x1e\xda\xfb\x68\x96\x2e\x31\x60\xbf\xe7\x6b\x1c\xe4\x3a\xf7\x73\xac\x8b\x33\x05\xac\x07\x34\x56\x97\xfd\x1e\x94\xcc\x7e\xf7\x5c\x9c\x43\x7c\x63\xdd\x88\x33\x34\x9e\x1a\x0f\x0a\x55\xd9\xff\x8b\x06\x6c\x2f\xd9\x35\xa6\x5f\xbe\xa4\xd2\x73\x2b\x59\xab\x31\xf4\x7e\x2f\xd7\xb2\x53\xa6\xcf\xe5\x2b\xe8\x9b\x97\x32\x42\x68\x87\x72\x29\x8d\x67\xda\x25\x95\x13\x34\x0e\x97\x7a\x5d\xa5\x7e\x4b\xc5\xe6\x4f\xe9\xc9\x2f\xac\xf8\x87\x9e\x5c\xe6\x7f\x9c\x12\xfd\x4f\x4e\x6c\x93\xaa\xf1\x85\x52\x05\xaf\x90\x79\x31\x11\x15\x61\x94\x65\xb7\x1c\x89\xa4\x75\x62\xbd\x33\x77\x53\xf0\x3f\x53\x9d\x07\xb4\xec\xc0\x21\xe2\x51\x2f\x4e\x4f\xe5\xfd\x51\xad\x74\xe2\xc9\x4e\x3b\x77\x94\xf8\x94\x13\x8b\x38\xce\x47\x39\xe5\x50\xd6\x1f\xd0\x3c\x97\xf0\xe0\x6e\x16\xcc\x5a\x69\x31\xf7\x3c\xa1\xaf\xea\xd7\x8a\xc5\x89\xbd\x4c\xdc\xe8\x5d\xf7\x69\x44\x33\xe8\x5a\x3b\x7d\x8a\xc8\xeb\x69\x23\x49\x71\xe9\x46\xcf\x59\x14\x1f\xd7\xad\xdc\x22\xf8\xf3\x46\x1a\x8f\x1b\xda\x71\xc4\x3c\xbb\xfe\xf4\x08\xfd\xd2\x8d\x8c\x62\x62\x2e\x94\x7d\x7c\x48\x3b\xc0\x6b\xf5\x3f\xf1\x89\xe8\x04\xdf\x25\x16\xb5\x63\x7f\xf3\x53\xaa\x8f\x4b\x15\x5f\x88\xf6\x59\x32\x0f\x28\xb8\x4d\x2c\xe9\x65\x05\x1c\xd9\x4f\xf3\xb9\x26\x0f\xc8\x79\x50\x3a\xf1\x3a\xe6\x6f\x17\xfd\xb1\x76\x9d\xa4\x7d\xd2\x54\x5f\x8e\xf3\xf1\x60\xbc\x7c\x58\x18\x05\x31\xfa\x55\x30\x0f\xa8\xeb\x96\x62\x5a\x05\x9b\x0f\xb9\x42\xfb\x12\xb5\xc5\xd7\xbb\xb3\xff\xb7\xef\xb2\xbd\xff\x42\x8b\xfe\x97\x87\x3d\xba\xd0\xdd\xdf\xfd\xa2\xe1\x34\xe2\x0f\x7e\x9f\xf6\x8c\xfe\x7e\xd5\x95\xc6\xe7\xc1\xdb\x40\xe6\xbd\xdc\xe4\x27\xbe\x7f\x33\x5d\x9f\xbf\x5f\x48\xff\xc2\xfd\x53\xf7\x29\xa3\xdf\x53\x7f\x47\xf9\x56\xe6\x39\x5c\x55\x62\x7b\xf1\x23\xdb\x22\xa1\x3d\x2a\xf7\x09\x62\x1e\x55\x48\xb3\xbd\xf1\x3c\x0f\x12\x29\xae\x65\x1e\x90\xc7\xae\x74\x1a\xfd\x65\x91\xc7\x88\xb7\xe1\xb4\x96\xf5\x9f\x1c\xd2\x72\x08\x95\x9f\x31\x3b\x8f\xf4\x52\x26\x8d\x2c\xa0\x59\x6c\xf6\xe7\x05\xfa\xde\x10\xd3\x8b\x84\xf7\xf7\x49\xbf\x42\x59\xbd\x4b\x09\xeb\x47\x34\x9d\x71\x93\xf2\xab\xf2\xf0\x3b\x5f\xd9\x7f\x99\x0f\xf3\xe4\x1a\xf3\x61\x9e\x3e\xed\x44\xeb\xc3\x33\x63\xd6\x03\x79\xf6\xca\xca\x81\x3f\xf3\x8a\xf6\x5b\xfb\x00\xda\x47\xfc\xd6\x69\x27\x65\x9e\xdf\x3c\x53\x28\xe2\x9e\x79\x17\x50\x45\xc0\xd3\xe0\xdb\x74\xf3\xf3\xd4\xab\x92\xfb\x4a\x5d\x64\x3f\xef\x6e\x67\x7b\xc3\x95\x6d\xe9\x10\xb6\x55\x7d\xa5\xfe\x52\xd8\x0d\x61\x87\x78\x97\x31\x3b\x95\xa2\xc8\x27\x88\xe7\xf5\x72\x95\x13\x94\x7d\x96\x88\xbe\x39\x0b\x5e\x9f\xa1\x3c\x68\x9f\x5b\x48\x71\x30\xdd\x98\x79\x40\x93\xac\x8b\x29\x1a\x47\xbd\xbe\x42\x7e\x99\x94\x94\xd1\xfe\xa3\xd7\x1a\xe6\x85\x74\xd2\xbe\x4b\x4f\xd7\xb8\xfc\x01\xc5\x97\x8a\x76\xc5\x2d\xf6\xff\x79\x09\xdb\xd7\xc6\xdc\x2f\xa9\x52\xa7\x1d\xed\x60\xde\xb5\x19\x44\x7a\x51\xef\xec\x27\xd3\x0e\xfc\x9d\xe6\x42\xb2\x6f\xf5\x7d\xe9\x84\xf3\xae\xd6\x76\xda\xb1\xbd\x7d\x71\x88\x3a\x87\xbe\x37\xcc\xa7\x37\xf0\xb6\xec\x16\xcd\xb4\xb7\x2e\x6f\x68\x9f\xf1\x32\x8d\xef\x14\x64\x9d\x98\x72\xf3\xea\xe3\x72\x5d\xf4\xe4\xbd\x4a\xe7\x8c\x75\x03\x33\x89\x5d\xe2\x93\x75\x82\xb2\xcd\x2a\xa1\xff\xe4\xf6\x30\x97\xb2\xd0\xa2\xfc\xb3\x34\x1f\xe6\x05\x73\x9c\xdb\x46\x5c\xa4\xd9\x6a\x95\x7a\x85\x78\x3e\xe6\xaf\x59\x37\x64\xb4\xf9\x4d\x9a\x3f\x03\x37\xde\xa1\xf5\xc4\x50\x97\xfd\x96\xf5\x71\x9a\xce\x7e\x46\x4f\xa9\xa2\xf9\xdb\x6b\xf6\xff\xad\x18\x87\x7f\xce\xaa\x12\x33\xe4\x9f\xd1\xba\xff\x28\xec\xbf\x83\x07\xd0\x4a\xf5\xa5\x15\x33\xbf\x3f\x4f\x9f\x4b\x4f\xf0\xe5\xa5\x17\xed\xe0\xbe\x18\x30\xb3\xf3\x4b\x49\xc2\x62\xb6\x39\x34\x6f\xfe\x4d\x2e\x0b\xe1\xff\xef\x05\xcd\x9f\xbf\xb3\xbf\x46\xd1\xf8\xce\x61\x7e\xe9\xf3\xcd\xec\xf7\xe3\x00\xb6\xb2\x7e\x0e\x8f\x8b\xf4\xff\xa0\x7f\xd1\xfd\x86\xf8\xbe\xe0\x8d\xf4\x5d\xf5\xad\xae\xfd\x53\x2e\xe3\x56\xef\x24\x60\x82\x33\xf0\x7a\x19\xf7\x43\x51\xbc\x75\x3b\x0b\xe0\xd1\x57\xc0\xb1\x29\xf0\xa0\x00\x70\x5b\x05\x3c\x70\x07\x7c\x93\x80\x5b\xe6\x40\x50\x0e\x70\xa3\x23\x10\x9e\x00\x5c\xd3\x07\x62\xbb\x03\xa5\xff\x00\x87\x4c\x01\xc5\x9a\x98\x65\x0b\x5c\x5f\xc2\x8c\xcb\xd2\x70\xce\x2c\xd7\xcc\x81\x3f\x2a\xd8\x7e\x8f\x7b\x17\xcc\x65\x7b\x2a\x59\xe0\x5d\x63\xaa\xe3\x7e\x55\xfa\xff\x02\xff\xdf\xb7\xfc\xdb\x7d\x75\x15\xff\xe1\xfb\xfa\xfd\x1f\xf4\xb9\xa8\xe2\x3d\x5c\x14\xe3\xe0\x0b\x7c\x39\x04\x0c\xfc\xc2\x7d\x5b\x86\x55\x00\x6f\xdb\x70\x3d\xb7\xe2\x19\x27\x5b\x00\x4f\xcf\x01\x33\x75\x80\x87\x63\x80\xb9\x77\x81\x7b\x7f\x01\xae\x3a\xac\xe7\xaf\x38\x99\xc9\x78\x77\xe9\x10\x20\xac\x0d\x50\x72\x04\xd8\x1d\xc1\xf8\x97\x62\xc6\x5e\x6d\xc5\x3b\xae\x92\x30\xe0\x42\x09\x70\x35\x0b\xb8\x37\x96\xf1\xa1\x17\xd3\x81\x92\x21\xac\xb5\x20\xe3\xde\x32\xde\x27\xd7\x7d\xcb\xfc\x07\xd9\xff\x9f\xe1\xff\x3f\xf2\xfb\xff\xd7\x26\x02\x1d\x5b\x7f\xd7\xd7\x40\xe0\xfd\xef\x4d\x01\xe3\x19\xc0\x0b\x73\xc6\xb9\x7f\x9f\x00\x58\x18\x01\x8f\xca\x98\xff\x70\xff\xa6\x62\xcf\xc5\xef\xdf\xd9\x17\xb8\x36\x89\xb1\x14\xc5\xfb\x5e\xa7\x0d\x94\x2c\x05\x42\x2b\x81\xcb\x1d\x80\x98\xfa\xc0\xc5\x7f\x81\x83\x6d\x14\xbb\x07\xae\x77\xbf\xb2\x80\xf5\x0f\x2e\xe7\x03\xf7\x24\xe0\x8a\x01\xf0\xda\xe0\x1b\x1f\x28\xff\x26\xdb\x9a\xfa\x07\xff\x0b\xff\xff\x11\xff\xa1\x8a\xff\x21\x78\x00\x4d\xff\xa8\xfe\x59\xd6\xc7\x50\x7c\xff\x4b\x25\x8f\xdf\xc7\x3c\xa0\xfb\x52\xe0\x5d\x08\xd0\x3f\x0c\xf8\x23\x04\x18\x72\x05\x78\xf2\x00\x30\xeb\xce\xf5\xbd\x53\xce\x00\x77\x16\x03\xb3\xad\x80\xd2\x10\xc0\x71\x39\xbf\x4f\xc5\xfe\xe8\x72\x4f\xc6\xbb\x8b\x2f\x2b\x4e\x42\x40\xb1\x17\xeb\x82\x5c\x28\x03\x0e\xc6\x00\x17\xa2\x39\x1e\x8a\x25\xae\x09\x3f\x5f\x04\xdc\xb3\x60\xfd\x8b\x97\x69\xc0\x79\x11\xf7\x55\x71\x10\xfe\x63\xff\x65\xfc\x73\x8f\x18\x9f\x9a\x38\xb8\xf4\x1d\xff\xe3\xff\xaa\x7f\xa1\x18\x97\xcf\x97\x80\x36\xb9\x8c\x6f\x74\xd1\x05\x5e\xe5\x03\x06\x4b\x81\xa7\x6b\x80\x41\x07\x80\x5f\x2f\x02\x23\xb7\x00\x77\x8d\x01\x4b\x5d\xae\x73\x9e\xa5\xf0\xff\x2e\xb0\xa0\x2e\x50\xd2\x5b\xb1\x37\x61\xbc\xdb\xd7\x1c\x28\xfa\x0c\x6c\xce\x05\xce\x0d\x01\xa2\x92\x81\x73\xb7\x79\x1c\x0a\xf3\x99\xe3\x52\xb4\x98\xc7\xa2\x50\x0b\xb8\xf7\x1e\x38\xe7\x02\xbc\x1d\xf7\x2d\x0e\xb2\x86\x56\xcf\x03\x55\xf3\x5f\xf8\xff\x53\xfe\xc3\x77\xf3\xe2\x7f\xf2\x3f\x6a\x58\xed\x71\xc0\x3f\x8d\x80\xa6\xbd\x81\xca\xc5\x1c\x1f\xcf\x5b\x02\xdd\x86\x02\x8f\xc3\x80\x7e\x06\xc0\xbd\x23\xc0\x10\xc5\xaa\x5d\x08\x98\x1d\x62\x9d\x03\xc5\xfc\x50\xcc\xf3\x79\x05\xc0\xf9\x64\x60\x69\x5b\xe0\xec\x29\xc0\xbb\x04\x38\x5b\x04\x6c\xb2\x54\x9c\x12\x80\x5d\x85\x40\xde\x43\x20\xf1\x02\x90\xab\x02\x1c\xef\xc3\x7f\x57\x8c\x83\x62\x77\xae\x88\x87\x7c\x25\xe0\x7d\x0b\xe0\x74\x37\xe6\xea\xc9\xf8\xff\xe1\x1a\xfe\xcb\x71\x5f\xc5\x7f\x10\x38\xb8\x8c\x07\x87\x79\x7d\x1b\x87\x9f\xf2\x3f\xae\x57\xb7\xb5\xc6\x02\x5f\x9c\x81\xba\x1a\xc0\x5f\x61\x40\x43\x67\xce\x07\xcd\xb4\x81\xa7\x31\x40\x87\xc3\xcc\x7b\x31\x98\x04\xdc\x29\x05\x06\x94\x31\xaf\x69\xd4\x6b\xe0\xd2\x07\xe6\x3f\x14\xed\x06\x66\x53\x1f\x68\xce\x13\x67\x9c\x01\x8f\x67\xc0\xe9\xa1\xc0\x7a\x17\xe0\xf4\x0d\x60\xa7\x16\x70\xfa\x35\x90\xa4\x0b\x64\x6b\x03\xc7\x92\x00\xc5\x6a\x7e\x31\x06\xc8\xee\x06\xdc\x7b\x08\x9c\xae\xc5\x1c\x1c\x99\x07\x93\x32\xab\x7a\xfe\x93\xfd\xaf\xc9\x7b\x91\x79\x00\xa1\x2b\xab\xe3\xa2\xd2\xff\x91\xff\xf1\xf5\x6f\xc5\xa1\x0a\xf8\xa2\xd8\xd3\x5d\xe3\x67\x50\xd1\x06\x5e\xfa\x00\x0d\x2e\x32\xef\xa1\xb9\x09\x70\xbf\x21\xd0\x69\x25\xf7\xb9\x50\xac\x27\x57\x1e\x00\x43\x8e\x00\xe7\xef\x00\x16\xb1\x40\x61\x2f\xe6\xcf\x9d\x49\x00\x1c\x57\x02\x39\xfb\x81\x55\xdb\x80\xec\x7a\x40\x50\x25\xe7\xc4\x1d\x61\xc0\x89\x0d\xac\x0b\x72\x2c\x85\xb9\x0e\xc7\x32\x81\x0b\xae\x40\x66\x26\x70\x37\x0b\x50\xec\xf6\xde\xbb\x8a\x79\x90\x08\x1c\x48\xaf\xee\xbf\xcc\xff\x90\xfb\x7f\x84\xc4\x55\xf7\x3b\x48\xe0\xde\xff\x4f\xfc\x07\x1f\xe0\xab\x23\xef\x7a\x6a\xf2\x1e\x7e\x4b\x01\x54\x47\x02\xbf\x1e\x07\xb4\x9e\x32\xc7\xb1\x4d\x32\x50\xb2\x0f\xd0\xd7\x03\x2e\xbc\x04\x06\x6c\x02\xce\xde\x05\xc6\xac\x02\x4e\xe5\x02\xd6\xd7\x81\xac\x57\xcc\x0f\x3a\x6e\x0f\x2c\xf7\x55\x9c\x02\x59\x47\x29\xbd\x12\xd8\xa6\x07\x64\x0c\x05\xf6\x6b\x01\xe9\xc6\xc0\x31\x3f\xe6\x8c\x5d\xac\x00\x52\x8c\x79\xbd\x48\xa9\x00\xde\x6d\xfd\x4e\x07\x23\xb7\xba\xff\xf2\x7b\xff\x19\xef\xc3\x5f\xe4\x85\x35\x56\xff\x63\x1c\x04\xef\xe1\xeb\x12\xb6\x7f\x69\x88\x5d\x60\x0d\xde\xc3\x63\xbe\x65\xc3\xbd\xba\x80\xf2\x2d\xa0\xec\x1e\xd0\x28\x03\xb8\xdc\x1a\x68\xbf\x17\x28\x34\x02\x7a\x99\x00\x67\xfc\x58\x37\x27\x7b\x3c\x30\x79\x2b\xf7\x0a\x9b\x53\x0e\xa4\x3d\x60\x7e\x50\x8a\x01\xf7\xdd\x3b\x3c\x1c\x08\x2b\x05\x0e\x75\x03\xf6\x0d\x01\x92\x5c\x80\xa3\xba\xc0\xc1\x09\xc0\xc5\x10\x20\xc1\x84\x35\x66\x12\x5e\x03\x1f\xde\x7c\xcb\xff\xb2\xff\x5b\x1f\x56\xf7\x5f\xf6\x5b\xe6\x3f\x78\x8b\xf9\xe0\xd9\x83\xad\xac\x03\xf1\x33\xff\xab\xf8\x2f\x35\x70\xef\xd7\xcd\xd9\x3e\x8d\x12\xfe\x5f\x65\x7b\x43\xec\x96\x2f\xcf\x06\xd4\x75\x81\x73\x2b\x81\x66\x25\x40\xee\x44\xc5\x59\x0b\x38\xf1\x02\x18\x10\x07\x64\x0e\x07\xc6\x5b\x02\x29\x9b\x81\x99\xce\xc0\xa1\x96\x9c\x27\x12\xdc\x00\x9f\x2f\xc0\xbe\x49\xc0\x16\x5b\x60\x6f\x37\x60\x8f\x3e\x6b\xad\x1d\xb1\x03\xe2\x14\x6b\xa4\x05\x10\xaf\x0e\x3c\x58\x01\xc4\x2e\x02\x3e\xf4\x00\x22\x5f\xf1\xb3\x6f\x09\x60\xbb\xde\xb9\xfa\xfb\xae\xc9\xfb\x58\x2e\xfc\x77\x2b\x65\xeb\x32\xf7\xbb\x71\xf8\x1e\xf7\xaf\xe1\xff\x5f\x01\xc2\x7f\x3d\x31\x0f\x06\xb2\x7d\xf8\x27\xdb\x5b\x42\x45\x52\xe6\x7f\x9c\xb7\x60\x9b\x1b\x00\x68\x3a\x00\x27\x4d\x81\x36\x2e\x1c\xf7\x86\x25\x40\xb2\x0e\x30\xe2\x24\xcf\x7d\x6b\x0b\x60\xdf\x76\xc0\xb1\x0b\x10\x3f\x9e\x75\xe7\x76\xef\x04\x42\x96\x01\xd1\x37\x80\xf8\x25\xc0\x2e\x77\xfe\x7f\x77\xb8\x01\x45\xfd\x81\x88\xad\xc0\x3d\x77\xe6\x7f\xbc\xeb\x04\x6c\x79\xc1\xcf\x1e\x68\x5c\x3d\xce\x65\xbf\x97\x35\xae\xee\xaf\xcc\xfb\x58\x28\xf2\xc5\x82\x36\x35\xc6\xa1\x26\xff\x67\xbf\xc8\x03\x3e\xff\xc3\xff\x15\x6c\x2f\x8a\x5b\x47\xbe\x33\x04\x4e\x8c\x03\x6a\x39\x02\xe9\xee\x40\xe3\x46\xc0\xc1\x8f\x40\x67\x67\x60\xff\x69\x3e\x8f\xc4\xf7\x07\x26\x3e\x03\x62\xba\x01\xf3\x34\x81\x9d\xce\xc0\xaa\x0a\x20\xa2\x13\xb0\x29\x1a\x08\x93\xa0\x1b\xbb\x13\xd8\xf2\x17\x26\x64\x74\x03\x36\x47\xc0\xba\x70\x1a\x10\xbc\x09\x3a\xb7\x0f\x03\x1b\x7c\x31\xec\xb5\x1f\xb0\xae\x01\x66\x28\x7c\x50\x9c\xc1\x14\xd6\x5d\xf8\xbd\x44\xec\x2b\x1c\xdb\x60\x9a\xc2\xce\x13\xfb\xc8\x39\x41\x6c\x15\x67\x1e\x85\x9d\x55\x52\x63\x1c\x04\xee\xfd\xef\x82\xea\xf3\xe0\x77\xd1\x07\x48\xd6\x3d\xb9\x23\x6e\x15\x4b\x0d\xab\xfb\x5f\x20\xaa\x4b\x4e\xd6\x63\xbe\x40\x5a\x2c\xf3\x25\x12\x2e\xd7\xfe\x5a\x27\x1f\x88\x3b\xad\xae\xaa\x1b\xa5\x58\xc7\xeb\x85\xf7\x09\x06\xb6\x5d\x6f\xa0\x3b\x6e\x11\xb0\xe5\x65\x43\xc9\x6e\x2a\x10\x1c\xa7\x3d\x6f\xd9\x47\x20\x28\xa6\xd1\x9a\xf5\x5d\x81\xb5\x0e\x8d\xc2\xa2\x8c\x00\x3f\x8b\x46\x52\xca\x70\xc0\x27\xb5\x51\x49\x5e\x28\xe0\xe5\xda\xc8\xf1\xfa\x47\xc0\x73\x53\xa3\xa9\x7f\xb4\x04\x56\x0d\xd6\x7e\x46\xef\xbb\xae\x16\xdd\xcf\x3b\xc6\x69\x12\x5e\x65\xbf\xb2\x3e\xf5\xb9\xb7\x5b\xa0\x4e\x3a\x9c\x33\x5a\xa8\xfd\xaa\xb0\x36\x6e\x2a\xcd\x15\x76\xea\x68\x65\xaa\xf7\x9c\xa2\x56\x8b\xea\xfb\x7e\xc6\xff\x79\xee\x52\xdd\xff\x5b\x61\xe0\x3a\xf0\x06\x4a\x74\x6b\x72\x3e\xb6\x0e\xdd\x0a\x9c\xbe\xda\x90\x6e\x03\x8e\x86\x6a\xd3\xed\x41\x72\x39\x57\x21\xee\x0d\x69\x4a\xe7\xf9\x48\xe7\xe6\x74\x6b\xb2\x35\xa2\x55\x4c\xe3\x3f\x80\x0d\xbf\xeb\x26\x74\x6b\x5e\xdb\x21\x60\x4d\xeb\xca\xa1\x1a\xca\xef\xbd\x23\xdb\xec\xb7\x9a\xa1\xea\xbd\x6a\x79\x9b\x33\x8b\x1a\xab\x5d\x5d\x56\xd4\x26\xcc\x37\xb4\xce\x1f\x2e\x25\x6d\xc6\x85\x67\xa8\x17\x2d\xf6\x6f\xfd\x2e\xa1\x9f\xc6\x78\xc7\x94\xd6\xfe\x59\xaf\x35\xec\x17\xb8\xb5\x1e\x73\xe5\xbe\x46\xb7\x79\x37\x5a\x0f\x79\x9c\xa7\x1e\x38\x77\x7c\xeb\xeb\xff\x9e\xa9\x63\x67\x1b\xda\xba\x54\x92\xd4\x96\xd9\xfc\xdd\xea\x8c\x24\xa9\x1c\x98\xbc\xa8\xe5\x07\x49\x52\x3e\x63\x39\xaa\xf9\x46\x49\x52\xba\x64\x61\xd1\x98\xee\xe3\xc6\xdf\x6b\x44\x3a\x9c\xe3\x3a\x69\x9f\x53\xd8\xd1\x01\x0d\x5a\x2a\xec\x4f\xfd\xff\x5d\xf6\x5f\x9d\xee\x09\xae\x14\x73\x9f\x94\xb3\xa3\x9b\xd1\x7d\x76\x8e\xad\x2e\x45\x42\x46\x50\x5b\xba\x25\x48\xd2\xed\x40\xf7\xf8\x71\x69\x5d\xe8\xfb\xdb\x7d\xbb\xd3\x7d\x7f\x70\xad\x9e\x84\x1b\xfa\xad\x36\x9c\x57\xaf\x25\xe0\xa1\x6b\x78\x45\x6f\xa3\xb2\x96\x6b\xb6\xe1\xa0\xfe\xa6\x75\xce\x3a\xad\x36\x0c\x9e\xb0\xa4\xae\xc6\xdc\x1b\x06\x65\xf6\x01\xf5\x4a\xed\x8a\x0d\x8c\x57\xe6\x68\x6e\x98\xd1\xbf\xe7\xc9\x4d\xdb\x1b\x7c\xb2\xde\xd3\xe3\x9f\xb8\xe8\x86\xf7\xa7\x58\xf6\x98\x71\xc4\x5d\x6b\x88\xe5\x5f\x3d\x7e\x39\x9f\xa0\x35\x79\xa2\x49\xf7\x4f\x0f\x96\x35\x3c\x6e\x31\xba\xfb\xdf\x7f\xaa\x35\xd0\x18\xdf\xb6\xbb\x93\x24\xd5\x7b\x3b\x5a\xb7\xeb\x6e\x49\xd2\x48\x19\xfe\xbc\x73\xb2\x24\xa9\x9b\x99\xde\xee\xf8\x52\x92\xd4\xbe\x0e\xde\xd3\x41\x5d\x92\xd4\x34\x8c\x87\xb5\x9b\x20\x49\xaa\x8d\x8c\xfc\xf5\x7a\x4b\x92\xf2\x6f\x46\x6e\xad\x07\x48\x92\x72\x0b\x99\xff\x21\xf3\x7f\xaa\xde\xff\x1f\x0d\x28\x23\x5c\xb2\x69\xd1\x8f\xe2\xfe\xbc\x1e\xe9\xaa\x9e\x98\xd5\x75\x97\xc2\xa6\x18\xf7\xa2\x7b\xeb\x84\xba\x7d\x89\x0f\x10\xa3\x3b\x90\x3e\x87\x9b\x33\x5f\x60\xe3\x1a\x13\xca\x2c\x3e\x6b\x58\x47\xc2\x55\x77\xf8\x6c\xe4\x02\x8e\xd6\x23\x9d\x9a\x9d\xaf\xd5\xd8\xee\xf6\xf0\xed\x3d\xfe\x55\x7b\x6c\x6d\x3a\xcc\x6a\x44\xa7\xfa\x33\x27\x3e\x18\x9a\x39\xdd\xb9\xc1\x7d\x33\x9b\x21\xc7\x5d\x1b\x6b\x7d\x1d\x65\x66\xfa\x6e\xdd\xde\x46\xb7\x87\x35\x35\x55\xd9\x35\xb6\x71\xfd\xc1\x4e\x83\xbb\xa4\x38\x34\x8e\x32\xee\x68\x62\x57\x60\xd0\xb8\xdf\xc0\x43\x26\x41\xb7\x47\xe9\xb8\x0c\xf8\x6c\x12\xf0\xfa\xb5\x76\x96\xd1\x6f\x26\x66\x92\xd4\xb0\x5e\xbf\x5d\x03\xe6\x4b\x92\xa6\x4a\xef\x4f\x7d\x33\x25\xa9\x9e\xb6\x61\x7a\xaf\x28\x49\xd2\x08\xe9\x19\xd0\xf3\xb4\x24\xa9\x9b\xf4\xac\xdf\xe3\xb5\x24\xd5\x79\xa7\xbf\x45\xbf\x91\x24\xa9\x6d\xeb\xb6\xb8\x5b\x0f\x49\x52\x6b\x23\xf3\x7f\x7e\x3d\xa8\x41\xba\x16\x37\xef\x34\xa6\xdb\xbe\x62\x73\x3d\xba\x2d\xcc\xaf\xd0\xa7\xfb\xe8\xe3\x8d\xfa\xd2\xbd\x5b\x4a\x85\x09\xeb\xdf\x2f\x1e\x42\xa8\x53\xb4\xc5\x48\xaa\xdb\x0a\x1f\x32\x86\x76\x5a\x1b\x04\x5f\xc0\xfb\xbd\x05\xa1\xb5\x2e\x39\x96\x14\x1f\xf6\x06\x53\x68\x5e\xd9\xa8\x59\xcd\x6b\x10\x09\x58\xb4\x9f\xba\xaa\xe3\x1c\x95\x15\xa3\x3a\x4d\x51\x33\x8e\xaf\x3b\xc0\x54\x79\xf2\x9a\xc9\x4b\x34\x55\x07\x1c\x99\xac\xec\x64\xd0\xa0\x5f\xdf\xde\x93\x16\xae\x39\xdd\xb0\x96\xe1\x36\xcb\xbf\x23\xfa\x37\x9c\xd3\x23\xd1\x72\xfc\xc1\xf7\x0d\x47\xe8\x3b\x4f\xcc\x3b\xf3\xb8\x41\x71\xd7\x2f\x13\x47\x5d\xbf\xa5\xf9\xb1\xcb\xe7\x89\x2b\x5f\xb8\xd5\xf7\xee\x92\x62\x11\x2c\x49\x75\xad\x3b\x79\x8d\x7b\x28\x49\xea\x9b\x3a\xba\x8f\x2c\x94\xa4\x3a\x8b\xda\x2d\x1c\x7a\x53\x92\x54\xa3\xda\x2d\x32\xdd\x2a\x49\xaa\xf3\xda\x5e\x33\x1e\x27\x49\x2a\xb7\xf4\x4c\x06\xbc\x91\x24\xe5\xaf\xad\xe7\xf4\x3d\x2f\x49\xb5\xdf\xff\x1a\x55\x8f\xde\xdf\x2d\xd3\x96\x84\x4b\x5f\x9e\xd5\x89\xde\xb7\xcc\xff\x39\x1e\x66\x42\x7e\x24\x9b\x8f\xa4\x7b\xb7\x7d\xe3\xc6\x11\x1f\x2c\xda\xd2\x82\x78\x3f\x61\x9d\x58\x55\x38\xe8\x88\x15\xfd\x8e\xb7\xcf\x74\xc2\x33\x96\x96\xf0\xad\xfb\x3c\x6d\x3b\x1a\x2f\xab\x0a\x7b\x9a\x3f\x23\xbd\xe7\x6d\x54\xae\x0d\x98\xdc\x9c\xe7\xdd\xca\x5b\x69\x67\xef\xc7\x73\x07\xf5\x79\x53\xa7\x59\x8f\x45\x73\x47\x4c\xf0\x51\x37\xec\xe2\x31\x77\xd0\xbc\x3a\xea\x67\x3a\xcc\x9a\xdb\xca\x4b\x4f\xfd\xf7\xb6\xf3\x1c\x6c\xc3\xb6\xaa\x5f\x6f\xfd\xca\x3e\x2d\x21\x5b\x7d\x54\xab\x4f\xf6\xce\x39\xaf\xea\x2c\x68\x79\x67\xce\xf3\xb2\xba\x6a\xde\x2d\x75\xe6\xcc\xff\x7d\x8c\x6a\xef\x16\xb9\xb3\xff\x95\x24\xe5\x88\x16\x1d\x67\xcc\x94\xa4\xda\x67\x9a\x97\x5a\x69\x4a\x52\xed\x6e\xcd\x5b\x4f\xd2\x93\x24\xa5\x01\x3a\x67\x2c\x08\xcf\x6b\x54\xd7\x8c\x74\xa6\xb4\x5c\xc6\xda\xd2\x99\x71\xd7\x08\xba\xbf\xbe\xe5\xd5\x96\x6e\x35\x8b\xfd\x7a\x12\xbe\x70\xa6\xeb\x40\x42\x4f\x8f\x5e\xe0\x3e\x29\x29\x1d\x26\xd0\x38\xec\xab\x37\x91\xee\x6d\xa3\xce\x5a\x11\x3a\x10\xd6\x73\x06\xcd\xa0\xf5\xce\x76\x14\x37\xbe\x7e\x0e\x54\xaf\xed\xf6\x71\x2e\xad\x40\x0b\xfc\x17\x10\x03\x79\xfa\x3e\x27\xba\xcf\x34\xbb\xbc\x84\x6e\x9f\xfb\x27\xbb\x11\x3e\xde\xad\xdc\x7d\x6f\xa3\x78\xa0\xdd\xcc\x65\x49\xfa\xb7\x94\xa1\x9b\xec\xae\x3c\xea\xac\x72\xfd\xe6\xf7\xdc\xcd\xec\x1e\xd5\x36\x6c\x96\xb9\x5c\x77\x95\x04\x9b\x26\x76\xee\xa1\x5b\xd6\x00\x8d\xde\x2c\xfb\xb2\xef\x32\xa0\x95\xe9\xf6\xf0\xe4\x01\xa0\x41\xae\x5b\xfb\x2b\x4f\x01\x4d\x2c\x35\x7a\xda\x00\xa8\xd7\xd6\xd5\xe3\xcb\x2b\x40\x3d\xc8\x89\xee\xe9\xd5\x4a\xe7\x12\x4e\xa3\x32\xcf\x8e\xf0\x09\x95\xa7\x33\xa8\x3f\x88\x72\x2d\xeb\xbf\x15\xb6\xf6\x81\x29\xb9\x6c\x27\x51\x9d\xf3\x25\xbd\x3e\x14\xaf\x79\x8e\x4c\x88\x3d\x72\x86\xfb\x41\xa5\xac\xb3\xa0\x7c\x2f\xf3\x7f\xa2\x62\xa6\x13\x8a\xba\x35\x77\xf6\x1e\x8e\xff\xb9\x54\x7d\xed\x3b\xc2\x89\xf2\xe6\x8a\x54\x96\xab\x77\x32\x77\xa1\xf1\xb4\x7d\xc5\xe8\x8b\x65\xc9\x72\xca\x97\x43\xff\xf6\x24\x9c\xa7\x7b\x4f\x1f\xe2\x61\x35\xf5\xf3\xcb\x52\x7d\x04\x68\xeb\xfb\x0f\x6d\x37\x1f\xa8\xbf\xd5\x7f\xc1\xe0\xdb\x80\xba\x91\xbf\xa7\x4d\x10\xa0\xf2\xd8\xbf\xd9\x52\x0d\x40\x69\xbc\x5f\xde\x7a\xc2\x37\xfc\xb0\x9b\x95\x67\xc0\x88\x99\xef\xb4\x8b\x84\x83\x79\x57\xfc\x4a\x53\xd1\xbb\xcb\x27\xba\xdf\x5d\x29\x70\xed\xa5\x02\xcf\x5a\xf4\x86\xed\xfc\x40\xb6\x0e\xa2\xbe\x7b\x8e\xc0\x35\x6c\xe9\x1e\x3b\x3f\x7f\x14\xa1\x41\xc7\xd6\xf3\xbc\x4e\x79\x32\x95\x70\xee\x7d\x67\x39\xae\x63\x4a\xb8\x1f\x94\xdc\x07\x6a\xe3\x1a\xde\x50\xf8\x57\x32\xef\x67\xe5\xb1\xa5\xd4\x17\x69\xc9\x42\x77\xca\x13\x0e\xf1\x8c\x46\xda\xb8\x79\x13\x9f\x62\x6c\x09\xf7\xd5\x30\x9a\xc4\x7a\x0a\xed\xba\xad\xa7\x3c\x52\x67\xc8\xe6\x2f\x9c\x91\x43\x5c\x9a\x51\x26\x0d\xc9\xe9\x1f\xa8\xb0\x9b\xa5\xc9\x94\x59\x36\xfb\x32\xc3\x68\xd3\xe3\x75\x54\xf7\xbc\xc9\x26\x8a\x46\x3c\x78\x47\x1a\x21\x2c\x1b\x3f\x16\x11\xff\x61\xc3\xf2\x07\xa2\x33\xcb\x07\xba\xcf\x5e\xdb\x44\xaa\xc6\x6f\x58\x29\x78\x21\x6e\x02\xcf\x74\x11\x7a\x20\x8b\x3e\xb3\x5d\x48\x38\xc6\x09\x1d\x0b\x42\x4d\x53\x2e\xd8\xd0\x89\xea\x80\xf1\xec\x74\xce\xff\xf3\xe9\xfd\x6d\x77\x74\xa2\xe7\xff\x4e\x07\x87\x9e\x7e\x75\x07\x0f\x42\x8d\x5c\x0b\x59\x17\x66\xbe\x31\xeb\xa4\xcc\xc8\x5d\x43\xe3\x61\x11\x16\x48\x27\xd2\x61\x73\xb9\xaf\x88\xc1\xf4\xcd\x34\x5e\x2d\x62\xb9\xbb\x49\x2d\xd5\x08\xc1\xd4\x8b\x8c\x66\xfe\x43\x64\x0f\xee\x7f\x11\x39\x72\x22\xcd\xcc\x1d\x61\xdc\x91\x6a\x87\x9d\x1f\x51\xb7\x22\x52\xb8\xde\x7f\xfb\x97\xc3\x54\x39\xbe\xbd\x67\x1e\x77\xaa\x9a\x7c\x93\x70\xbe\xb0\xab\x6f\x88\xb1\xb6\x55\xe0\xbc\xeb\x05\x9e\xed\x2f\x70\x2d\x1f\x51\xff\xbf\x3a\x96\xed\xaa\x81\x6c\x97\xd1\x78\xa4\x39\xcf\x24\x9c\x2a\xd1\x99\xfd\xde\xbd\x6a\x11\xe1\x6e\x91\xf1\x6e\x54\x2d\xbb\xa9\x3b\xeb\xff\x04\x4e\x58\x4d\x6a\x04\x5e\xce\xec\xef\xb2\xa5\xfe\x44\xa4\x59\x64\x1e\x68\xcc\x51\xb6\x9e\xba\xba\x58\x19\x6c\xa6\x75\x74\xcc\x52\x56\x1d\x1f\x14\xcb\xbc\x90\xae\xbb\xd9\x6f\x9d\x2b\xfc\x56\xb9\xea\x06\xdf\xf1\x61\xe2\x7d\x99\xa9\x16\xf7\xce\x5c\x74\x64\x9b\xf7\x27\x5b\x66\x1c\xc5\x25\x87\x13\xce\x15\x2b\x25\x11\x32\xb6\x3b\xe2\x14\x45\x6a\x4c\x74\x29\xe1\x1b\x31\x13\x9f\x93\x8d\x76\xfe\x4a\x38\xc6\x76\x81\x67\xca\xba\x28\x1b\x44\xff\x8b\x75\x42\xdf\x5f\xe6\x0d\xf1\xf8\xc8\x7d\xc0\xe2\xac\x5c\xa9\x5a\x56\xd6\x01\x0a\x75\xf6\x24\x1e\xd8\x7a\x53\x1f\xc2\xc3\xd7\xf8\x04\xd0\x49\x7b\x55\x2c\xf3\xbc\x96\x18\x04\xd3\x78\xc8\x7a\x38\x33\x72\x18\x5d\x99\x78\x6e\x1b\xa9\xbb\x8c\xd4\xde\x41\x71\xd0\xd7\x9e\x71\xf3\xf6\x5d\x63\x99\x17\x35\x90\xf5\x42\x80\xa4\xe5\x6c\x13\x2f\xff\x42\x08\xd2\xc1\x5a\xbd\xe9\x8c\x96\x34\xd1\x8c\x70\x97\x83\xdd\x1c\x08\x9f\x49\x8a\xf6\x24\x84\x30\x49\x2f\x94\x9e\x20\x69\xc5\x81\xbd\xfc\xff\x67\x93\x42\xc5\x81\x4d\x97\x29\x53\x1d\x88\x7e\x4a\x3b\x9e\x03\x43\xbf\x4c\xe5\xf1\x62\x3f\x77\x6a\xb2\xdd\x26\x74\x53\xb6\x8a\xbc\xb1\x79\xba\x18\x9f\x87\x0a\xbb\xc7\x80\x79\x6e\x51\x4d\x78\x5e\x87\xcf\xf2\xa5\x5f\xdf\xe8\xcc\xfd\x62\x02\x22\xd6\xd3\xba\xb7\xea\x2e\xfb\xbd\xb4\x24\x84\x9e\xca\xb1\x24\x9c\xd6\x8d\xd9\xa2\x6f\x90\x75\xbb\x5d\x84\xd2\x8f\x1b\x1f\x45\xa8\x9c\x69\xe3\x58\x8a\x62\x83\x39\x8c\xd2\xb7\x99\xcb\x3a\x0a\x75\x8d\x0e\x3f\x65\xff\xd3\x17\xb1\xcd\x78\xdf\x94\x94\x78\x32\x82\x0d\x69\xe4\xd2\x4b\xc6\xd0\x4c\xcb\xb8\x3d\x87\x76\x36\x19\x6b\x98\x91\x96\x1e\xb5\x89\x3a\x3b\xa5\xdf\x8d\xa7\x19\x96\xbe\xf0\x18\x31\x4f\xd2\x3d\x2f\x11\x2f\x28\x5d\xef\x11\x21\xc9\x29\x15\x9f\x08\xf7\x3c\x28\xea\xd8\xf7\x89\x7c\x51\xc5\x8b\x11\x75\xde\x3b\xc4\xbc\x60\xde\x50\xb4\x33\xcf\xef\x70\x89\x0f\x4c\x9b\xe7\x04\xd2\xd3\x04\x36\x63\x1e\x90\x57\x61\x28\xf9\xb3\xc2\x61\x3b\xed\xa7\x9c\x17\xec\xa0\xf5\x50\xe6\x01\xcd\x98\x1b\x43\xec\x0b\xcb\x87\x71\x74\x03\x31\x5a\x67\x1f\xed\x1f\x06\x6e\x67\xbf\xf5\x6d\x98\x0f\xd3\x42\x2d\x95\xde\xa6\x5a\xec\x91\x34\xf6\x3f\x4b\x54\x36\x65\xff\xc5\xfd\x71\xb2\xf6\x1a\x10\x23\x39\x7b\xcf\xe8\x83\x0a\x9b\x33\xd9\xce\x90\x2d\xaf\x38\xd9\x0e\x1b\x89\xb1\x92\x3d\x2a\x96\x4e\x38\xd9\x2d\x32\x29\x52\xb3\xdc\x2f\xb0\x35\x66\x9e\xd4\x89\x92\x0f\xf4\xa4\x47\x04\x4f\x2a\x59\xd4\xb5\xcb\xfd\x70\xf6\x33\x6f\x10\xf1\x59\x6c\x63\xa2\x15\x76\x7b\xc3\x80\x47\x3c\x8b\x36\xd0\xaa\x14\xe8\x1e\x42\xcf\xeb\xe7\xc8\xf3\xda\xd3\x7d\x27\xe1\x9c\x4b\xbf\x44\x53\x94\xca\x7a\x38\xb3\xc1\xfc\x08\xeb\x30\xd6\xcd\x30\xaf\x60\xbf\x87\x55\x24\x53\x9c\xf4\x7d\x92\x4a\x79\xa0\x8b\x2e\xfb\xfd\x4b\x06\xe3\xc6\xaa\x6d\x4e\x09\x5e\x94\xcc\x87\xc9\xef\xd3\x84\x22\xaa\xc0\xa8\x07\xf1\xe3\x0a\xb6\x8d\xa4\x8c\x5d\xd0\x6e\x3a\xf1\x1b\xf2\x1f\x2c\xe5\xcf\x61\x41\x1d\xd8\x46\xbd\x67\xcb\x0a\x15\xf9\x15\xac\x48\x50\x10\x7f\x8f\x78\x44\x79\xae\xaf\xe9\x2e\xe0\xb4\x58\x1f\x4e\x34\x64\x9b\xe1\x20\x55\xe3\xc5\x24\x89\x5e\x93\xcc\x8b\x09\x55\x0a\x26\x56\xd1\xc6\x2d\x61\xf4\x7e\xd6\x15\xf0\x7b\xfe\xc6\x03\x8a\xa7\x84\xb1\xd8\x67\x0f\xbd\x95\xb9\xdb\x0e\x10\x7b\x69\x96\x2e\xf3\x23\x26\xc5\x24\x13\xbf\x65\x6c\x49\x2a\xe1\xff\xa6\xa3\x79\x75\xef\xdd\x9d\xbb\xf9\x74\x78\x93\x4d\xac\x84\xc6\xb7\xce\x24\x28\xac\x52\x5b\xb9\x5f\xd4\x05\xb9\x72\xe7\x74\x23\x8a\x98\x4b\xd0\xa7\x8a\x85\x4b\xb5\x87\x51\x44\x16\x4b\x33\xf4\xd9\xf2\x0a\x7d\xa9\x76\x00\x31\x56\x8a\xfb\xef\x24\x45\x81\xe2\x49\xac\x44\x54\x6c\x98\x4b\x8a\x2c\x17\xbf\xdc\xa4\x95\xf8\x42\xc9\x4b\x62\x76\x15\x25\x4b\xb4\x12\xe6\x09\xde\x4b\x8e\x58\x2f\x8f\x8b\x3c\x59\xc5\x8b\x21\x3e\x59\x70\xe4\xb6\xfb\xd5\xfd\x67\x1e\xd0\x8a\xca\xbd\xf4\xaf\xba\x3c\x66\x3d\xa0\x85\x03\x93\x88\xef\x60\x97\x94\x4c\xeb\xbf\x4d\x17\xd6\x8d\xb0\x2c\xe1\xf7\x3d\xf2\xfe\xb1\xc9\x0a\x3b\xa8\x34\x9b\xd8\x3b\x3d\x2f\x9d\xa6\x3c\xa3\x97\x91\x4f\xe3\xa7\xbd\xfb\x1c\xe5\xcb\x5a\x8e\xc5\x1b\xd8\xff\x32\x91\x27\xaf\xa5\x6a\x51\x9f\xa0\xb2\x7e\x5d\xe9\x8c\x5b\x5a\xc2\x3b\xba\x6b\xe6\xac\x23\x75\xed\xf2\x22\x12\x48\x29\xfb\xb8\x86\xf2\xc1\xb5\x04\xce\x48\xd7\x13\x0f\x12\x8f\xaa\x6c\x3c\x2b\xb3\x94\x45\x5c\xa5\xcc\x5e\xba\xe2\x29\xbd\xa1\x92\x3f\xfe\x21\x7e\x9d\xdc\x3f\x49\xee\x87\x93\x2b\x78\x62\x72\xbf\xad\x13\xb9\x7c\x9f\xf7\xff\xcf\x03\x72\xd6\x4b\xa5\x7d\xf7\x3c\xb7\x0c\xda\xa5\xcc\x72\xe1\x59\x69\x55\xc1\xac\xd6\xf1\xe9\x3c\xcf\x47\x35\x67\x3e\x8c\xd1\xf1\x7c\xea\x87\xd4\x23\xae\x88\xd8\xad\x6d\x2e\x5f\xa0\xfb\x89\x86\x4f\x58\xf6\xa2\x96\x63\xa9\xe0\x7f\xdc\xc9\x67\x7b\xef\xb9\x16\xad\xd0\xf7\x16\x77\xa6\x91\x7d\x60\x39\x98\x52\xd5\xfd\x5f\x98\xe1\xfa\x40\x77\x01\x9d\x7c\xee\xeb\x78\x93\x7f\x0f\x26\x32\x6f\xee\xfe\x69\x56\xf0\x79\x30\x32\x87\x66\xd8\xdd\xed\x97\xe9\xec\x7c\x77\xd4\x23\xfa\x17\x6f\x56\x54\xfe\x4b\xe3\x26\xfa\xc0\x5c\x16\xf3\xe1\xe2\x57\x31\x2e\x42\x37\x26\xaf\xa9\xc2\x56\xf1\x80\x74\x6a\xf0\x80\x76\xa5\xad\xe6\x38\x38\x42\xfb\x48\x7b\xe1\xf7\x8c\xc5\xdc\x95\x66\x72\x42\x2e\xf1\x84\xcd\x76\xe6\xd3\xbe\x69\x68\x50\x21\xfd\x77\x99\x0f\xa4\x6f\xcd\x7d\x74\x74\xa3\x4b\xe9\x69\xb5\x1e\xde\xd4\x66\xbf\x6f\x8b\x0a\xae\x72\x71\x13\xf8\xd8\x8e\xf9\x30\x4f\xb6\xb5\xa7\x93\xee\x93\xbd\xc6\x94\xb9\x9f\x2a\x4d\xa2\x93\xdc\x13\xd7\x79\xf4\x5e\x9f\x04\x7a\x12\x8f\xec\xc9\xfb\x2d\xf4\xcb\x4f\x03\xf7\x51\x04\x3e\xf5\x3b\x41\x79\xf6\xc9\x96\x4b\x5d\xe8\xf7\x86\x96\x33\xcf\xa1\xd1\x47\xfa\xde\x83\x00\xe6\x3f\x54\xe9\xa1\x08\xde\x64\x55\x5f\x29\x1a\x17\x9f\x5d\x87\x29\x0f\xae\xb4\x4e\x25\x76\xee\x32\x23\x8e\xf3\xc5\x5b\x8f\x93\xbf\x0b\x0e\x30\x2f\xc4\xee\x36\xf7\x05\x9b\x56\x9b\xe7\x77\x95\x2e\x8e\xe8\x93\x65\x5a\x7a\x25\x52\x61\xfb\x9c\x61\x36\x86\x3e\x6e\x10\x6f\x46\x77\xee\x2d\xaa\x5f\x6a\x50\x79\x87\xf8\xb6\xb5\x34\xe4\x1b\x8e\xdf\xeb\xb2\x7d\x15\xa3\x4e\xfb\xa5\xd7\x75\xf5\xe8\x44\xf2\xba\xf5\x00\x9a\xd7\xaf\xca\xcd\x29\x6f\xbe\x09\xe3\x93\xea\xab\x11\x2b\x28\xd2\x5e\x6b\xb1\xb2\xdb\xab\x1b\xcc\x4c\x7e\x75\x2a\xd3\x8f\x7f\xa7\x88\x18\x57\xaf\x8d\x1f\x90\x32\xdc\xab\x5a\xef\x88\xf9\xf6\xbb\x3b\xfb\x5b\x21\xfa\x0c\xde\x13\x7d\xd7\xaa\x8f\x8b\xf4\x03\xfd\x0b\x99\xe7\x50\xd3\xd2\xf7\x7e\x84\xf7\xdb\x02\x2f\x35\x81\x61\xb9\xc0\xef\x2b\x81\xb1\x4d\x81\xc7\x63\x80\x49\x23\x01\xc5\xbb\x51\x9c\x54\x6e\x9c\x02\xec\x37\x01\xa5\x8b\x81\x45\x49\x40\x49\x2b\x60\x45\x11\x70\xd9\x17\xf0\xf3\x02\x8a\x87\x00\x8a\x9d\xe8\xc5\x0a\x40\x91\xa9\xce\x9f\x06\xf6\xcd\x06\xce\xd7\x06\x31\x12\x2f\x94\x00\xb9\x69\x9c\x5d\x4b\xe2\xf8\xfb\xa4\x77\x6f\x0e\xbc\x7b\xf5\x1d\xee\x2d\xf0\xab\xaa\xfe\x0f\xa2\x57\x4d\x4d\xfe\x43\x4d\xfc\x5f\xfa\xae\xff\xc9\xff\xe2\x3f\x74\xd8\x04\x7c\xd9\x04\x74\x79\x0a\xfc\x95\x0d\xf4\xf2\x02\xde\x8c\x05\xfa\xd6\x07\xfe\xf0\xe5\x7b\xe8\x27\x75\x81\x91\xc1\x40\xf9\x03\xee\x7f\x71\x6f\x0d\x60\x7d\x06\xb8\x9e\x06\xcc\xf1\x05\x4a\xe7\x03\x8b\x0e\x01\x97\xe6\x00\xcb\x27\x7f\xc3\xbb\xcf\x0f\x06\x82\xfd\x80\x22\x43\x60\x47\x08\x70\x6e\x09\xeb\x40\x14\x96\x00\xe9\x2e\x80\x22\xcb\x9e\x31\x07\x8a\x9c\xb8\x27\x82\x62\x3c\x1e\x55\x00\xe7\x2f\x03\x7f\x46\x01\x05\xcf\xf8\x19\x4f\x89\xfa\xed\xa3\xc2\xdf\x9f\xe2\xff\x32\xff\x41\xf5\xdb\x38\xd4\xf4\xb7\xa5\xe0\xd4\xc8\x7c\x87\xef\xf5\x2f\xbe\x94\x01\x6d\x0f\x02\xef\x26\x02\xdd\x6e\x03\xaf\x7c\x00\x43\x4d\xe0\x77\x5b\xa0\xff\x2e\xa0\x42\x0f\x18\x16\x0c\x3c\x78\xca\x75\xfe\x37\x6f\x02\x53\x6a\x03\xa5\x9e\x80\x5d\x2d\xe0\xf2\x1c\x60\xa1\x33\x70\x51\x9f\xeb\xfd\xe5\x71\x28\xc8\x06\xd6\x5f\xe6\xbe\x26\xdb\x1d\x81\xfc\xde\xc0\x9e\x8d\xc0\xd9\x86\x40\x7a\x3e\x6b\x61\x28\x32\xf1\xd9\x81\xc0\xd5\x78\xa0\x50\x93\xc7\xe1\xdc\x23\xe0\x53\xf1\x0f\xf4\x0f\xfa\xfd\xd8\xff\x38\xdb\xea\xfe\x57\xe3\x3f\x08\xbd\x0f\x99\xf7\xf1\x43\xde\x83\x1f\xd0\xdc\x07\xf8\x7b\x2f\xd0\xea\xee\x77\x78\xbf\x3b\xa0\xd8\xff\xfc\xa6\x0f\x28\xce\x49\x0f\x47\x00\xc6\xe7\x80\xdb\x37\x81\x51\x21\xc0\x75\x1b\x60\xa2\x0e\xf7\x75\x98\xfe\x07\xeb\x39\xcc\x1b\x08\x9c\xeb\xa4\x38\xab\x02\x67\x37\x32\x3f\x28\xbf\x03\x63\x51\xb9\x4d\x80\xed\x4a\x40\x9e\x1e\xb0\xd7\x9a\x75\x3e\x32\xf6\x03\xf9\x7a\x40\xfe\x1b\x20\xb7\x0c\x28\x8d\xe5\x39\x52\xe1\xca\x7c\x00\xc5\x1c\xcd\x11\x78\x8e\xac\x03\x22\xe3\xff\x72\xfc\xcb\xfe\x57\xd5\xc1\xcb\x3a\x00\x3f\xe2\x3f\xfc\x8c\x07\x61\x02\x7c\x29\x01\x74\xd2\xb9\x47\x8f\x62\xff\xf7\x26\x99\xeb\xb7\x7f\xbf\x0a\x74\x4c\xe5\x77\xd3\xc3\x00\xb8\xf3\x14\xe8\x17\x0c\xdc\x70\x05\x86\x2e\x05\xae\xa4\x70\x5c\x28\xe6\xbd\xd5\x43\xe6\x75\x28\xe6\x47\x7e\x8a\xc0\xfd\xeb\x00\x1e\x53\x40\xea\x6c\xeb\x06\x02\xd9\x27\x58\xab\x3f\xa7\x88\xe3\xe1\xd4\x44\x20\x3d\x1e\xc8\xd6\x04\x72\x6b\x03\xa7\xdc\x80\xeb\x3e\xfc\xfd\x27\xcd\x81\x53\x1d\x81\xbf\x56\x7d\xc7\x83\x91\xf1\xff\xe5\xd5\xfd\xff\x29\xff\xe1\x9f\xef\xc6\xa1\x86\xdf\xea\x5f\xd8\xca\xba\x17\x0a\xfb\xa5\x15\xa0\xd1\x08\xf8\xa8\x0d\x68\x15\x30\x27\x47\x71\xf0\x78\x32\x13\x68\x73\x14\x28\xf7\x03\xba\x26\x03\x37\xcb\x80\x5e\xbb\x81\xd2\x97\xdc\xef\xe1\xd2\x15\x60\xac\x2e\x50\x18\x0d\x4c\xee\xce\xba\x0e\x76\x87\x80\xdc\x43\xc0\xa2\x61\x40\x76\x07\x40\x71\x8e\xca\x72\x07\xd6\xe6\x01\x8a\x5d\x68\xd8\x1a\xe0\x98\x3d\x10\x9b\x02\x1c\xef\x04\x28\x56\x32\xc5\xdf\x15\x31\x70\x32\x1e\xb8\xbe\x05\x38\x16\x00\x3c\x7e\x09\x64\xf9\x02\x5f\x66\x03\xa9\xef\xf8\x59\xe5\x3e\x20\xb2\xff\x51\x8f\xab\xbf\xf7\xad\x02\x0f\xfd\x11\xff\xa1\xca\x6f\xc1\xf7\x90\x79\x10\x4a\xd7\x80\xaf\xef\x80\x5a\x0d\x38\xf6\x94\x1e\x01\x6f\x3f\x00\xaa\xae\xc0\xf3\x4a\xa0\xa1\xc8\x55\x4d\xae\x01\xf7\x1c\x80\xb6\x1b\x80\x9b\xad\x00\xfd\x1d\xdc\xcf\xa4\x9f\xd0\xf3\x18\x66\xc0\xfa\x16\xe6\x15\x40\x8e\x33\x30\xdd\x18\x38\xb1\x9a\x71\xff\x63\x77\x00\x77\x1b\xe0\x48\x77\xc0\xaf\x07\x90\x11\x07\x6c\x39\x0d\x64\xd6\xe2\x3e\x52\x19\x31\x3c\x0e\xe9\x62\xbd\xc8\x34\x67\xae\x60\xc6\x6a\xe0\xd1\x2b\xfe\xfc\x79\xf1\x37\x1e\x90\x9c\xff\xaa\xfc\x77\xa8\x8e\x03\xcb\x7e\x6f\x08\x16\x78\xf8\xc0\x6f\xe3\xf0\x43\xfe\x87\x62\x4d\x5e\x0b\x7c\xc9\xe6\x55\xfe\x3f\x7a\x0f\x0f\x01\xa5\xee\xc0\x83\x78\x40\xd3\x96\xf9\x2f\xcd\x03\x80\xd2\x23\x5c\xdf\x5f\xfc\x19\xe8\x19\x04\x14\xb6\x00\x8c\xeb\x01\x67\x0e\x02\x66\x4a\x40\xd6\x3b\xc0\xc6\x54\xb1\xcb\x07\xe6\x35\x03\xd2\xa3\x59\x3f\x28\x65\x31\xe0\xdb\x9d\xb9\x82\x9b\x1d\xb9\x67\x52\x54\x0e\x90\x5c\x0e\xa4\x54\x02\x07\x23\x80\xd3\x11\x40\xb2\x3a\x50\x26\xf4\x2f\x9e\x2d\x03\x0e\xf7\xe2\x39\x2b\xfb\x1f\x2d\xe2\x21\x42\x9f\x6d\x88\x98\x27\xeb\xeb\x0b\xbf\x65\xfe\x43\x68\x75\x5c\xf8\x3f\xfe\xcb\xfc\x97\x20\xb6\x7f\xb1\xdb\x78\x2b\x54\x12\xff\xb8\x29\x76\x81\x82\xf7\x70\xd7\x18\x50\x36\x05\xae\x6b\x02\x8a\x7d\x61\xb1\xe8\x3b\x54\x34\x16\xe8\xe2\x0f\xe4\x65\x01\xfd\x36\x00\x27\x97\x02\xc3\x5f\x03\x47\x7b\x02\x93\x66\x30\x9f\xc3\x76\x3c\x70\x70\x2c\xb0\xd8\x13\x38\xf0\x19\xf0\xfc\x0c\x24\x8c\x02\x75\xfe\xde\xef\xc5\x73\x7a\x7f\x26\x70\xa8\x12\xd8\xff\x02\x38\x7d\x98\x7b\xc6\x94\xbd\x62\x8e\xc8\x6f\x6d\x98\x27\xf0\x35\xf3\x3b\x1d\x8c\x59\xd5\xdf\xbb\x8c\x83\xcb\x3c\x00\x9f\xe6\x6c\x6b\xf2\x01\xfe\x33\x0e\x35\x70\xff\x77\x72\xbf\x0f\x71\x1a\x78\x1a\xcb\xf6\xbe\x37\xdb\x5b\x82\x27\x72\xa5\x92\xe7\x4d\xd1\x4e\x40\xab\x17\x70\x66\x38\xa0\x1b\x01\x64\x5b\xb2\x0e\xc6\x11\x4d\xc0\x44\xf0\x3d\xc6\xa7\x03\x07\x57\xf2\xfa\x71\xe0\x2d\xf7\x45\x51\xec\x15\x3c\x75\x80\x3d\x8b\x80\x8d\x41\xac\x11\xb3\xcb\x98\xad\x22\x46\xe2\x1c\x78\xdd\xdc\x1d\x01\x28\x4e\x28\x8a\xd3\xe0\xb3\xee\x40\xf4\x0b\xe0\x6b\xc9\x7f\xfd\xaf\xe2\x7f\x88\xf7\x2d\xf3\x3e\x56\x8a\x79\xe0\x26\xfa\x0c\x2d\x2d\xa9\x31\x0e\xc2\xff\xaf\x02\xdf\xff\x8f\xee\xc7\x66\xb6\x8f\x34\x45\x1c\xd4\xd4\xbd\x10\x9f\xf3\xd4\x01\x95\x1c\x20\x7b\x2c\xd0\xf8\x1c\xaf\x63\x1d\xb4\x01\xc5\xa9\xa5\x0f\x55\x9b\x01\x23\x7b\x03\x7b\x53\x81\xa9\xbe\x40\x6c\x2a\xf3\xe7\xa2\x05\x9f\x72\x97\x04\x04\x8d\x03\x76\x0d\x05\x76\xe9\x00\x91\x3d\x80\x43\x8a\xbd\x55\x2a\x70\x3a\x06\xd8\xf1\x1b\x50\x76\x81\xf3\xde\x6f\x12\xb0\xad\x3b\xf0\x25\xfe\x9b\xff\x72\xbc\xcb\xef\x7b\x85\x41\x75\x7f\x97\x08\x9e\xad\xcc\x83\x70\x14\xfd\x07\xab\x78\x0f\x3f\xc3\xbd\x65\xdd\x0f\x71\xab\x78\x9f\xaf\x2f\x71\x3d\x99\xed\x65\x91\x2f\x0a\x05\x6f\x28\x5b\x54\xa1\x1d\x75\x64\x5e\x4c\xca\x76\xa0\xf9\x6b\x20\xb1\x08\xe8\xbe\x8a\xe7\xb1\xa9\x05\x10\x53\x02\x4c\x74\x06\x76\xfa\x03\x73\xde\x00\x3b\xd2\x01\x77\x4b\x60\x9b\x33\x10\xf8\x0a\x08\xb3\x04\x22\xcf\x31\xb7\x54\x71\x02\xdc\xbc\x02\xc8\x99\x09\x28\xce\x16\x57\x87\x03\xc1\xe6\xdc\x93\x6d\xc3\x0a\xe0\xdf\xdd\xdf\x78\x3f\x72\x9c\xcb\x7e\xd7\xe4\x7d\xcc\x13\xba\x6b\x32\xff\xc1\x4e\xec\x15\x7f\xc6\xff\x79\xb5\x50\xe4\x01\x2b\xb6\x0f\x04\x3b\xbe\xaa\xef\x4b\x9c\xf0\x5f\xdc\x36\xe6\x0a\xde\xc4\x71\xa1\xaa\x98\x2c\xf4\x32\xf6\x17\x00\x0d\xcd\x80\xb8\x46\x40\x3b\x45\xee\xdb\x05\xf4\xb3\x05\x22\x26\x03\xe3\x62\x81\xb0\x09\x7c\xfe\x08\x49\x01\x5c\xcb\x81\x8d\xb7\x80\x00\x67\x60\x7d\x3b\x20\xa2\x35\xb0\xce\x10\x48\x4c\x01\x02\xda\x01\xd9\xad\x99\x43\x75\xc5\x00\xf0\x8d\x01\x1e\xb7\x02\x7c\x3a\x00\xff\x38\x7d\x7b\xef\x32\xff\x43\xf6\xdb\x5e\xac\x17\x32\xdf\x63\xfa\x71\xb6\xd6\x62\xbd\x98\x2a\xf4\x95\x6a\xf2\x7f\xe4\xbe\x47\xcf\x04\xaf\xe5\xc1\x8a\x1a\xfe\x8b\xee\xc2\xe7\x45\xde\xcc\x7d\xc6\xf6\xc4\x34\xb6\x69\xe2\x14\x99\x20\x74\x85\x62\x0e\x02\x4a\xb1\x40\x64\x1b\xa0\xe9\x65\x20\x6c\x5a\x2d\x6b\x45\x5c\x6c\x7a\xa8\x3c\x6d\xd8\x49\x20\x68\x80\x6a\x9e\xf5\x7a\xc0\x7f\x7f\x9d\x0e\x8b\xee\x01\xbe\x1a\xea\xda\xbe\x15\xc0\xea\xd9\xea\x2e\xe1\x2d\x81\x55\x53\xd5\x3d\xf6\xc7\x00\xcb\x8f\xab\x8f\x3e\x61\x06\x2c\xb3\x53\x6f\x55\x3c\x1a\x58\xba\xa7\xce\xa3\x72\x4d\xc0\x25\xb4\xce\x95\x0f\x15\x80\x93\xb2\x1a\xf1\x41\x1c\xd4\x55\xa8\xae\x60\x66\x5f\x25\xc2\xb1\x6c\x66\xd6\xba\xaa\xb0\x93\x24\xd0\xfd\xf4\x44\xa1\xa3\x65\x2e\xf2\xc9\x38\xc1\x0b\x92\xf9\x3f\x95\x82\xf7\xf2\xd3\xbe\x3f\xc2\xff\x73\xdb\x41\x1e\x9f\x2a\x51\xa1\xfb\x84\xe3\x77\xd5\xa8\x1e\x3c\xb5\x8d\x3a\xdd\x3a\x1f\xf8\xac\x49\x38\x67\x4c\x9b\x06\x74\x6a\xde\xaa\xab\x45\xdf\x5b\xff\xb4\xd1\x44\xcd\xf3\x80\xff\x92\x26\x65\x1d\x36\x02\x5e\x51\xcd\x26\x0d\x2a\x00\x56\x9c\x69\x76\x6c\xe2\x96\x5a\xbb\x96\x4e\x6d\xde\x6b\xee\x67\xa5\x5c\xe7\xf1\xcd\xfb\x7a\xcc\xa9\xed\xec\x18\xd0\xbc\xe3\xe6\x7e\xb5\x3f\xcd\x9f\xd3\xec\x79\xdc\x54\xe5\x0e\x0e\x73\x9b\xe5\x65\x76\x57\x36\x9c\x33\xa6\xd9\xda\x73\xbb\x6a\x5f\xb3\x9b\xd1\xcc\xeb\xee\xa8\xda\x4b\x66\xbd\x68\xe6\xf3\xe6\xa8\xd2\xae\xe9\x2b\x9b\x6d\x93\xa4\x5a\x09\x53\x4a\x9a\xf4\x23\x3f\xc3\x1b\xd1\x38\x8c\xab\xd4\x22\xfd\xf6\x51\xbe\x9a\x8f\x15\x76\xf8\xb9\x7a\x6a\x0a\x3b\xac\x45\x1d\xba\x9f\x34\xed\xa2\x46\xf5\xf0\x3f\xe3\xff\x54\xf9\x3f\x98\x79\x30\x85\xf9\xcc\x07\x39\xa5\xab\x43\x23\x97\x29\xf1\x2d\xf3\xc1\x35\x2d\xe8\xde\x62\x8f\x01\xeb\xa2\x44\x9e\x6c\x4b\xf7\x6e\xa1\x93\xda\x53\xbd\xda\xda\x71\xed\x09\x27\x5d\xd5\xa4\x53\x8a\x62\x9f\xe2\xfa\x6b\x97\xeb\x2d\x1c\x6a\x79\x3b\xea\x74\x39\x60\xd8\x54\x65\xba\x43\x93\x2e\xff\x8e\xfa\xa2\x5a\x39\x6b\x4b\x97\xe7\x33\x27\xd5\x71\xb3\x39\xd8\x65\xe3\xd2\x2e\xea\x45\x53\xfa\x74\x69\xb7\xee\x98\xc6\x8b\x89\x4b\x3b\x1f\xd8\x39\xae\xee\xd1\x09\xb7\x3b\xd7\x39\x1c\x5d\xaf\xb3\x59\x87\x4e\xe1\xb9\x83\xea\x19\x8e\xb9\xd1\x69\xcc\xb5\xf2\xba\x67\x47\x47\x76\x1a\xfa\xbc\xb3\x46\xf9\xa8\x97\x9d\xa2\x25\x49\xbd\xfb\xd0\x65\x1d\x8c\x25\x49\x6d\x89\xc9\x8b\xb6\x4d\x24\x49\xe5\xc4\x80\x8a\x36\x3e\x92\xa4\x9c\xd5\x6f\xb9\x6e\xb0\x24\xd5\xce\xe8\xdb\xbd\x65\x91\x24\x29\x95\xf7\x3a\xd2\x62\xbd\x24\x29\xe9\xf7\x6a\xa4\x43\xfd\x01\x9e\xeb\x56\xf7\x5f\xe6\xff\x5c\x49\xa9\x43\xb7\x64\x05\x31\xda\xb4\x63\xc8\x4a\x6c\x49\x28\x4b\xba\x37\xfb\x99\xe0\xda\x99\x18\x74\x71\x9a\xdd\x09\x9f\xd9\x7e\xcc\x80\xf4\xcb\x37\x69\x32\x2a\x15\x90\xdb\x9f\x6e\x15\x57\xf6\x32\xa2\x5b\x55\x47\xdd\x81\x74\x1b\x3f\xbb\x8d\xf1\x5b\xed\xd1\x80\xf5\x69\xe3\xb1\x9d\xad\x95\x4f\x59\x24\x0e\xf2\x33\xb9\xa8\xde\x7e\xec\xe6\x41\x03\xa6\x28\xd7\x35\x1e\xfe\xef\x40\x17\x47\xf7\x7a\x5f\x06\x97\x0c\xd4\xf2\xd9\xaa\xb9\x6f\xe0\x86\x01\x7d\xc3\x3b\x34\x38\xdd\xbf\xbf\xd1\xca\x03\x45\x0d\xd5\xfa\x5c\xe9\x7f\x31\xeb\x8f\x06\xe7\x7a\xd7\xe9\xbf\xfa\xca\xc7\x06\xba\xbd\x06\xf5\x6f\xfd\xb8\x42\xb3\xbe\xe1\xd9\xfe\x17\xfe\xad\xac\xfb\xa5\x67\x6e\x9f\x74\x49\xd2\x68\xd1\xad\xdc\xe0\xbd\x24\xd5\xd1\xec\x92\xd4\xdd\x48\x92\x54\xaf\x74\x5e\xd8\x75\xb3\x24\xa9\x36\xed\x34\xbb\xb3\xad\x24\xa9\x6c\xec\xe8\xd8\x21\x46\x92\x94\x6f\xb5\xd3\x6f\xd7\x4c\x92\x6a\xdf\xad\x70\x15\xfe\xbf\x56\xa5\x7b\xb8\xcb\x4d\x1b\xd2\xfd\x73\xde\x89\x16\x54\xfd\x74\xfc\x48\x07\xba\xbf\x4d\x9f\xcd\x3a\x30\xfb\xbd\x7a\x13\xaa\x50\x93\xff\xb2\xd9\x71\x28\xdd\xdf\xfa\x1b\x0c\xa7\x1d\xd6\x0a\xfd\x51\x54\x75\xeb\xb4\x86\x75\x43\x66\x5c\x18\x4f\xf7\xb5\x13\xa2\xcc\xb5\xd4\x26\x03\xa3\x6c\xcc\x33\x5a\x8f\x55\xda\x69\x12\x35\xe1\x54\xdf\x2f\x6a\x0b\xfa\x37\x9e\xd0\x6b\x82\xaa\xba\x9b\xe1\x8b\xf1\x6f\x1c\xb6\x6b\x58\x76\x3f\x36\x7e\xab\x47\xaa\xc6\x8b\x2e\xbf\x8e\x37\xdd\xd2\xb9\xae\x52\xa7\xc6\x66\x1e\x7b\xe7\x69\x5c\x6f\xff\x9b\x59\xbf\xe3\x31\x1a\xae\xed\x2c\xc7\xb9\x14\x3f\x51\x3f\xd6\xb6\xc3\xb8\x65\x15\x3a\x75\x0e\xea\xcd\x1c\x37\xf4\x53\x4f\x35\xb5\xd6\x7f\x8e\xba\x2c\x49\x2a\x6e\xba\xef\x87\xee\x91\x24\xe5\xf0\x56\xb3\x4d\x12\x25\xa9\x76\x78\xcb\xa6\x03\xa6\x4b\x92\xd2\xb1\x16\xee\xfd\x06\x49\x92\x92\x71\x73\xb7\x3e\x21\x92\x54\x2b\xb8\xd9\x1d\x83\x6c\x49\xc2\xbd\x2a\xfe\x53\xc5\x2f\x74\x3b\xf6\x8d\xff\xd3\x8d\xfa\x20\xa4\x26\xf7\xa3\x5b\xf4\x03\xc6\xcc\x07\x89\x29\x19\x46\xf7\x6c\xdb\xac\x46\x10\x5a\x10\x5c\x31\x8e\x78\x23\x7e\x99\x16\x94\x19\x57\x69\x4d\xa2\xf8\x58\x94\x34\x95\xc6\xc5\xd6\xd3\x8a\xf4\x79\x2d\xfe\x9a\x46\x78\xa6\x71\xec\x2c\xba\x5d\xeb\x63\x66\x5b\xde\x64\x27\xd0\xcd\x64\xd6\xfd\xee\x92\xf2\xb1\x0e\xb9\xb6\xad\x47\xe5\xaa\x98\xe8\x0d\xb4\x35\xb7\x1d\xa7\x32\xb9\xd5\x69\xdb\x16\xcb\x6b\xab\xa0\x85\xb2\x6d\xab\x60\x5f\xe5\x36\xcd\x96\xce\xca\x8d\x5b\xa9\x94\xd8\xac\xb3\x6d\xcf\xa3\x33\x81\xa6\x1d\x67\xe9\x5f\xc8\x05\x1a\x77\x9e\xb9\xe1\xa1\x0f\xd0\xc8\x71\x46\xde\x9f\xb6\x80\x96\x83\x4d\x37\x45\x9c\xd7\xcb\xb5\xa4\xbe\x20\x75\x67\x4f\x88\xe2\x33\xd4\x98\xad\x64\x6d\x47\x10\xce\xa9\xb6\x69\xd8\x58\x3a\x53\x35\x37\xb5\x57\xd8\x92\x2e\xba\x74\x2b\x28\xeb\xff\x9c\x38\xdb\x87\xba\x4c\xa4\xbe\x36\xa1\x5b\xf2\x03\xaf\x46\x52\x3c\xc4\x2c\x1a\x47\x01\xbf\x2d\xdd\x9c\xd0\xb3\x8d\x11\x93\xc9\xfa\x57\x30\x3f\x62\xc5\xcb\x99\x84\x5f\x2c\x71\xb0\xa5\x19\x66\x5f\x61\x4f\xf9\x72\x4a\x3a\xdf\x2e\x8e\xd8\x3f\x9f\xf2\xa8\xa1\x8d\x13\xa1\x8f\xad\x77\x39\x0f\x52\x2c\x2d\xcd\xae\x38\xbb\x77\x38\x8a\x90\xc6\xa3\x9c\xdf\x0c\xa9\x07\x68\xe9\x3a\xbf\xb5\x89\x05\xea\xa7\x3a\x87\xbb\xea\x02\xea\x8f\x9d\xfb\x04\xb6\x05\xd4\xac\x17\xaf\x8e\x1a\x05\x28\x97\x2c\xae\x97\x9a\x01\xd4\xd6\x5c\xd4\xf0\xec\x3e\xa0\xd6\x06\xc7\xf7\x77\xe8\x86\xd5\x51\xa5\x92\xf4\xe1\xe7\x15\x48\x02\x69\x62\x3b\x5d\xf4\x79\xb0\xaa\xcb\x76\x92\xe8\xdf\x6d\x2e\xf0\x2c\x33\xaa\x63\xcc\xd7\xeb\x41\xcf\x79\x52\x63\x10\x3d\x5f\x4a\xc5\x48\x9a\xf7\x09\x2e\xe3\xe8\xb6\x38\xea\x12\xa3\xcf\x11\xb3\x98\xdf\xb4\xc9\x6a\x3a\xbd\xff\x80\x30\x3b\xca\x17\x1e\x05\x73\x68\xa7\xe0\xa2\xce\x7d\x44\xe6\xbb\x33\x6e\x6c\xf3\xa7\x13\xc5\x8b\xd9\x59\xe6\xc1\x0c\xdc\xe3\x4a\xe3\xd3\x69\xcb\x72\xda\x61\xd4\x73\xf7\xa4\x9d\x8b\xca\xd2\xd5\x66\x8a\xf3\x19\x0e\xae\x9e\xd6\x97\xce\x74\xab\x35\x2c\xe9\x97\x3c\xef\x3a\x52\x67\x36\x8f\x1c\x3f\x5a\xa3\x3d\xb4\x19\x31\xf7\xa8\x77\x98\x33\x8f\x57\x1e\x29\xa4\xaf\x30\xb8\x49\x78\xc6\x72\x93\x17\x34\x93\xdd\x44\xbf\x03\x67\xc1\xf3\x98\xdf\x80\xed\x1c\x51\xb7\x6a\x2b\xea\x17\xa7\x0b\x7c\xcf\x9a\xf0\x9d\x93\x5a\x26\xc4\x94\x4e\xcf\xe7\x79\x9c\x58\xc8\xfd\xaf\x62\x25\x7e\xcf\xdb\xaf\xcf\x24\xd4\x6c\xf3\x9c\xd9\x74\x8b\xbc\x4e\x7b\x1e\xad\x83\x9e\xc6\xcc\x0b\x71\x9d\xb3\x88\xfc\x5b\x60\xb2\x84\xea\x15\x67\xe9\x2e\xa3\xfc\x21\xf3\x60\x86\xff\xea\x41\x7d\x24\x7a\x5b\x78\x53\x7c\xb4\xb2\xf4\x25\xfc\x43\xa9\x68\x9d\xd8\x69\xad\x9b\xf1\x0b\x21\x1a\xeb\x0e\xf4\xd9\xc6\xff\x82\x45\x2f\xb6\xf3\x59\x79\xe9\x83\x0f\x29\x17\x05\xbc\x60\xa4\xd1\xff\x41\x02\xad\x40\x01\xb3\x4f\x11\xee\xe7\x67\xcf\x95\x93\x6b\x3c\x9f\x11\x32\xe7\x3b\xfa\x6b\x53\x1e\x37\xf6\xd3\x4d\xdc\xd3\x3b\x8b\x78\x58\x28\xea\x57\xe7\x0b\x7c\xc7\x9e\xea\x19\xd3\xa3\xc7\xd3\xbf\x9a\xd8\x7b\x12\x3d\x57\xdc\xc4\x19\x14\xbf\xdb\xaf\xb0\xca\x7e\x48\xc5\x3c\xba\xc7\x5f\x57\xe0\x44\x84\x99\xd5\x5b\x96\x10\xae\xe7\xde\x6f\x29\xad\xb8\x4e\xe7\xdc\x09\x6e\x99\x63\xb6\x8a\x50\xe8\xa9\xe5\xab\xa9\x7f\x84\xd9\x0c\x5f\xda\x57\x18\x3b\xfb\xd1\xef\x76\xbd\xba\x8e\x50\xab\xc6\x29\x1b\x8a\x21\x7e\x99\xed\x96\x8d\xbf\x50\xa4\x6d\x09\x61\xdd\x83\x2d\x0e\xe3\x29\x52\x42\x0c\x78\x46\x85\xbc\x5a\x3d\x98\x3f\x6f\xd5\x66\xbb\x9f\x3b\x54\xd5\xcb\xa2\xb3\xce\xa6\x29\x97\xc9\xef\x8d\x57\x1f\x51\xa5\x70\x70\xc2\x67\xe6\xc5\xf4\x90\xaa\xf1\x3f\xe4\x71\x71\x3f\x21\x55\xe3\x0d\x39\xd3\xbe\x2b\xf1\x84\x0d\xed\x90\x64\x1d\xa0\x1d\xa6\x73\x09\x4d\xda\x62\xe2\x48\xf9\x21\x68\xd4\x12\xe2\xc7\xfa\xcc\x70\x27\x3c\x62\xb9\x2f\xeb\xe0\x38\xf7\xf6\xa4\xfd\x82\xfd\x57\x6f\x5a\x5f\xa7\x3d\x63\xbc\xdc\xbc\x82\xd5\xd7\x87\x87\x05\xd1\xce\xb4\x9f\x01\xe3\xe6\xed\xcf\x86\xd0\xef\x68\xe9\x86\x0b\x26\xf3\x4e\x2d\xb6\x91\x1f\x7e\x61\xe6\xc5\x6c\xee\x54\x17\xb9\x6d\xdc\x75\xb2\x2b\x66\x13\x63\x29\x32\x7a\x15\xed\xed\x76\xc4\x6f\x9e\xc2\x4f\x18\x4f\x2b\xf0\x8e\x5e\x47\xa8\x92\x36\xe2\x50\x31\x65\xe0\x6d\xc7\x1e\x12\xb2\xbc\xed\xd4\x07\xe2\x0d\xc9\xbc\x98\x8d\x86\x6c\xd7\xae\x65\xbb\x46\xe4\x0d\xaf\xe5\xdf\x8f\x8f\xdc\x07\xac\x4a\x07\x48\x77\x09\xfd\xab\x1b\x74\xdd\x09\xa7\xf1\x73\x5d\x41\xf9\xc2\xa3\x37\xf3\x03\xdc\xd6\xb0\x2e\xcc\x7c\x17\x3f\xd6\xc3\x69\xb1\x8e\x50\x39\xab\xd4\x0d\x84\x7f\x8e\x6b\xc1\x7e\x1b\x97\x85\x10\x1a\xd7\xf3\xaf\x70\xc2\x77\xdb\xd4\xde\x41\x5e\x69\x0c\x8e\x12\x0a\x85\x71\xa2\x73\x65\xbc\x55\x53\xc2\xb3\xe2\xd3\x59\xff\x21\xde\x6a\x0c\xcd\xa8\xf8\x9e\x9c\x71\xe3\xc3\x59\xa1\x26\xde\x72\xc3\x06\x7e\x63\xb1\xc4\xd8\x89\xb3\x49\xa7\xf9\x10\x37\xb3\x88\x90\xc7\xdd\xfb\x39\x5f\xee\x9e\x50\x49\x91\x1a\x55\xc0\x38\xef\xb6\x74\xb6\x32\x2f\x26\x58\xd4\xf9\x07\x0a\x3c\x7c\xed\x24\x85\x95\xfd\x0f\x9f\xee\x4a\xb3\x6e\x93\xed\x2a\x8a\xe7\x80\xf8\xd5\x74\xa2\xf4\x16\x3c\x2f\xb7\x16\xfe\xa4\xda\xb2\x28\x32\x88\xfe\x2e\xeb\xe1\x4c\x9b\xb6\x99\xd6\x09\x8b\x58\xe6\xc3\x8c\xc8\xdb\x4e\xec\x25\xa3\x39\x91\x84\xca\x77\x33\x63\x5d\x9c\xe6\x66\xcc\x17\x50\x29\xda\x5b\xce\xfe\x27\x89\x7a\xff\x83\xab\x7e\x21\x85\xa9\xa4\x15\x3d\xe9\xcc\x9f\x34\x71\x14\x9d\x71\x13\xe7\xcc\x24\xdc\x32\xc9\x6c\x29\xed\xd0\x93\x4a\xd6\xb1\xd5\x65\x86\x4d\xe2\xef\x29\xf4\x86\x12\x9d\xf3\x28\x8f\x24\xea\xdc\xa0\xc8\x4e\x78\xfd\x8a\x3c\xd8\x5f\x29\x51\x9d\x74\xac\xc8\x07\x32\x2f\x46\xe6\x0b\x55\xf1\x62\x48\x3f\x68\xbb\xa3\xe8\x07\x56\xc1\xec\x9b\x75\x4f\x7c\x29\xfb\xf8\x7c\x5a\x4b\x78\xf4\xf2\x5f\x83\x28\x4b\x7d\xc7\x03\xa2\x79\x31\x2b\x26\x9c\xd0\x34\x2b\x03\xce\xe2\x66\x09\x3b\x69\xde\x0c\x79\x1c\x43\xd1\xdb\xd7\x97\xfb\x8a\x74\x7c\xbb\x8f\xf8\x14\x4d\x04\x3f\xa2\x56\xf2\x21\xd1\xe7\xa0\x8a\x0f\xd3\xfa\x17\x5a\x1f\xd2\xbb\xf4\xa0\x19\x96\x76\x79\x04\x29\x6c\xa4\xeb\x4e\x27\x7f\x33\xd6\xba\xd0\xc8\x67\xfc\x1a\xf0\x8e\xed\x0e\xb2\xe9\x25\x07\xe9\x5f\x4e\x5f\x71\x86\x76\x24\xe9\x1d\xca\x88\xd1\x9a\xe6\xcc\x3a\x4a\x29\x06\xff\x9e\xc5\x77\xba\x28\x7b\x04\xde\x1d\x2b\xd6\x8b\x2a\x5e\x0c\xf1\x0c\xe5\x7e\x60\x1b\x74\x03\x68\x7e\xf8\x9a\xaf\xa7\xf8\xf7\xbc\xb2\x99\xf8\x83\xb2\x1e\x8e\x93\xb4\x8d\xd8\x59\x32\x0f\x66\xda\x0b\xee\xbe\x60\xf1\x57\x34\x65\xa5\x31\xce\xec\xb7\x49\x09\xf3\x9f\x0c\xfd\x12\xe8\xe9\xdb\xe9\x30\x1f\xa6\x51\x68\xea\x14\xe1\xb7\xe8\x7b\x51\xc5\x87\xb1\x64\x5d\x94\xac\xcd\xdd\x8f\xd1\xe7\xce\xc3\x89\xcf\x92\xe5\x6a\x4d\xfe\x66\x8f\x71\xa6\x33\x6c\xf6\x04\x3f\xe2\x51\x65\x8d\xd8\x46\xf9\x20\xcb\x37\x91\x22\x31\x7b\x71\x0e\x3d\x71\xd6\xd0\xab\xa4\xd4\x72\xf2\xc5\x53\x62\xac\x9c\x50\xfd\x44\xa9\x3e\x53\xf0\x1e\x92\x45\x7f\x9c\xff\xf0\x62\x88\x07\x10\x2c\xfc\x5e\x1b\xb5\x99\xb2\x8b\xcc\x03\x72\x2f\x0b\xa7\xf5\xcd\xb9\xf3\x4e\x7a\xfe\x79\x4f\xb8\x2f\xd6\xac\xee\xbb\xc9\x0f\x9b\xbc\x7d\xb4\xca\x4d\x70\x3d\x40\x3b\xf3\x11\xa3\x93\x68\xf5\x33\x1a\x76\x88\xd6\xdd\x1e\x3e\x69\x54\x91\xa1\x37\x8d\xfd\x6e\xb8\x88\xf5\x04\x80\x6c\x31\x1e\xf9\x5e\xc2\x1a\xe8\x50\xc6\xc9\xef\xae\x4f\x33\x34\xdf\x7e\x08\x65\x92\x02\xbb\xa9\x34\x23\x0b\x36\x2f\xa2\x1d\x6d\xbe\x9b\xf7\x42\xfe\xfb\x56\x3a\x13\xe6\x57\xec\x17\x96\xcf\xfc\xf9\x29\x97\x69\xfc\xf2\x7a\x96\xd3\xf8\xe4\x69\xff\x49\xdf\xcf\x16\xfc\x20\x59\x3f\x27\x5d\xe8\x81\xc8\x7c\x21\xe6\x51\xad\x73\x0b\x25\x7f\xbc\x75\x99\x55\xb0\x6a\x78\x24\xbd\xcf\x9a\x3c\x20\xfb\x0a\xe6\x47\xcc\x6c\x79\x80\x6e\xa0\xe4\xfe\x58\xe3\xf6\x1c\xa6\xac\x34\xb4\x5f\x1a\xe5\xc5\x7e\x06\xcc\x87\xe9\xfa\xcb\x51\xca\xea\xad\x5e\x65\xd3\x4d\x55\x95\x3e\x8e\x4f\xbe\xb8\xe9\xac\xe2\xc3\xe8\xe8\x50\x3e\xb8\xd8\xa9\x2b\x8d\xcc\x79\x57\x13\x5a\x37\x8b\x2d\x26\xd1\x2f\x16\x4b\xbc\x33\xbb\x18\xb4\x9a\xf2\x5d\x71\x62\x28\xf9\x5d\x3c\x64\x2f\xf1\x25\x2f\x46\x1c\xa5\x37\x70\x71\xf6\xf9\xa3\xfc\xbb\xf7\xeb\xb2\x7d\x4b\x2b\x78\x61\xfe\x57\x9a\x6f\x72\x3f\x9c\xec\x03\x6c\x8f\x8b\x3e\x74\x99\xd4\xef\x78\x8d\xf5\xf6\x52\x7c\xcf\x03\x1a\x10\x4f\xa3\x2a\xf3\x80\x16\x5a\x26\x50\x7e\xb4\x1b\xc2\x6a\x45\x36\x66\x29\x74\x1e\xb3\xd4\x4d\xa3\x79\x3e\x26\xee\x88\x0f\xcf\x07\xd6\xcf\xe8\x23\x78\x21\x5d\x74\x4f\xd3\xef\xb6\xf0\xca\xa7\xa7\xac\x87\xb3\xd3\xaa\xfb\x5f\x6a\x23\x6c\x80\x16\x29\x63\x94\xf5\xea\x44\x6f\xa0\x6c\x37\xf3\x1f\x4a\x4b\x58\xe1\xaf\x2c\x86\x77\x6e\x65\x23\x58\xd1\xec\x9a\xff\x26\xfa\xde\xb5\x49\xf1\x34\x4e\xa5\xeb\xd2\xe9\x4e\xac\x74\x45\xa1\x2e\xdb\xdb\xb4\xee\x5e\x7d\xf1\x8a\x56\xb2\x2b\x62\x9d\xb8\xa0\xcb\x77\x8f\xb2\x7e\x4e\xd5\xb8\x10\x2f\x48\xe6\x01\xad\x7c\xb5\x87\x58\x36\x32\x0f\xc8\xc9\xf0\x20\xfd\xdd\xbe\x32\x99\x58\xbe\x33\x8a\x52\x49\xad\xcb\xca\x80\xfb\x06\x99\x9f\x3a\x41\x8a\xbd\x23\x83\xd9\xef\x41\xb1\xdc\x47\xa7\xd7\x1a\xe6\x47\x74\xca\x2d\xa4\xfc\xd1\x7c\xc4\x05\xe2\x89\xd4\xfd\x50\x2c\xd6\xcb\x6b\xfe\x6c\xe5\x1b\x8e\x3b\x5e\x5a\x87\x41\x08\x40\x07\xf2\xf7\x4e\xb9\x31\xad\xc0\x77\xed\x2c\xd8\x36\xb3\xa7\x93\xcd\xbd\x09\x2b\x68\x3d\xb8\xfb\x8a\x3b\xfb\xdd\xdb\xcd\x6f\xee\xce\xd3\x14\xca\xa7\x77\x7a\xe5\xd1\x5d\xe1\xdd\xac\x5b\x74\xa7\x7c\x77\xee\x2b\x9a\x89\x37\x7a\x7e\xa4\x1a\xc3\x52\xa1\xa3\x74\x49\xf0\x63\xce\x8f\x61\x5b\x40\xbc\x73\x8f\x02\xde\x9d\x2d\x3b\xc0\x71\xbe\xa4\x22\x85\xde\xdf\xbc\x17\xe9\x94\xff\xed\xb5\x8f\x91\x3f\xd3\xb4\xf9\x7d\x5b\x7a\x65\xd1\xf9\x4a\xd6\xc5\x19\x7e\x22\x9f\xf2\xe7\x20\xdd\x22\x3a\xe5\xf4\xfc\x95\xdf\x77\x87\x91\x97\x28\x4e\x64\x7d\x1c\xf5\x4d\xd7\x3e\xb1\xdf\x55\x7c\x98\xae\x6c\x1f\xd9\x6b\xd2\x09\xa4\xa2\xa8\x3d\xe5\x87\x47\x15\xdc\x67\xef\x51\x05\x33\xbe\x1f\x87\xd9\xd2\x08\x3e\xda\xc8\xcc\xf5\xc7\x61\x41\x86\xfc\xdf\x77\xd1\x52\xf7\xe8\x41\x32\x65\xb4\x8a\x2f\xa7\x89\xd1\x55\xe1\x7a\x95\x2a\x00\x7e\xf5\x79\xdc\x5f\x61\x1f\x66\xfc\x45\x3b\x64\xb9\x9f\xd4\x8d\x95\x6c\x4b\x45\x5f\xb9\xcb\xfd\xe4\x7b\xfb\x9f\xe9\x5f\x54\xe3\x3d\x34\x00\xba\x5c\xfb\xd6\xd7\xe0\xb5\x31\xa0\xd8\xf7\x3c\xd7\x05\xfa\x1f\x06\x1e\x2d\x02\x8c\x8f\x03\xf7\xe6\x01\x23\x9f\x01\x37\x23\x18\xdf\x55\xec\xfd\xa7\xfa\x02\x25\x02\xd7\xbc\xf8\x19\x58\xd8\x08\x28\xb4\xe0\xfa\xd5\x82\x87\x80\x62\xdf\x5c\xa0\x04\x04\x56\x02\xa7\x3f\x02\xa1\xce\xdf\x74\xee\xf3\x74\xf8\xde\xfe\x4c\x22\x70\x6c\x23\xe3\x02\xe7\x5a\x30\xc6\x77\x4d\x71\x4e\x74\x07\x9e\x69\x00\x67\x4b\x80\xcf\x99\xdf\xfa\x80\xfc\x2f\xfd\x83\x9a\xf8\xff\x8f\xfc\xfe\xde\x7e\x3d\x0c\xb4\x5e\x0b\xfc\x73\x0d\x68\x3f\xe2\x9b\xce\xc1\xf3\xdb\x40\x8f\x1e\xc0\xe3\x9b\x3c\x1e\xe5\xe6\xc0\x00\x6d\xe0\xee\x27\x60\x48\x28\x70\xe3\x29\x60\x66\xc1\x7d\x0d\x26\xc5\x00\xc5\x7b\x81\x59\x9e\xc0\xf9\x81\xc0\xfc\xcd\x40\x5e\x37\xc0\xb9\x1b\x90\xdb\x96\xeb\xdc\x73\xd5\x15\x39\x1b\x38\x35\x01\x08\x8d\x06\x4e\xc5\x31\xa6\x71\x26\x96\x31\xbe\xd3\xbe\x8c\x89\xe5\xe9\x29\x32\x23\x70\xe6\x32\xd7\x90\x2b\xec\xb3\x57\x40\xde\x23\xe0\x6b\xcc\xff\xd6\x3f\xa8\x89\xff\xef\xfc\xf0\x6d\x1c\xaa\xf4\x2f\xe4\x3e\x20\x7f\x54\xb7\x8a\xbf\x7f\xac\x00\x74\xb7\x00\xaf\x16\x03\x6d\x43\x81\xe7\x77\xb9\xcf\x83\x8c\xf7\xdf\x5f\xcc\x38\xcd\xad\x46\x8c\x5b\x95\xa6\x32\x2f\xa6\x58\x62\x5e\x4c\xd1\x20\xee\xfb\x90\x1f\xca\xba\x20\xb9\x9a\x80\xb3\x2b\x70\xc6\x08\xf0\x68\x0c\x64\x0f\x67\xec\xed\xe4\x17\x3e\x81\x29\xb2\x8e\x62\x1c\x4e\x3e\xe5\xba\xff\xac\xb6\x5c\xdb\xae\xd8\x2b\x5c\x78\x00\xe4\x84\x00\xb7\xfb\x03\xd9\xd9\x1c\x93\xa7\x13\x01\x29\xec\x1b\x0f\xa6\x4a\xff\x7f\xf9\x8f\xfd\xff\x3f\xf1\x1f\xbe\xb3\x32\xef\xe1\x43\x32\xd0\xe4\x29\x50\xd9\x10\xd0\xdd\xcd\xfa\x37\x1d\x0a\x80\x5f\xbd\x80\xce\x6f\x80\xdb\x9e\x80\x41\x7d\xee\xef\x30\xd0\x1d\x28\x99\x0c\x0c\xbd\x0c\x5c\xd0\xe7\xf9\x51\x60\xc7\xf3\x23\xdf\x19\xb0\x37\x65\x3f\x15\xeb\xe1\xc9\x33\xc0\xf2\x72\xd6\xba\x50\x8c\xc3\xd1\x4a\x60\xf3\x75\xe0\x68\x57\xc6\xf5\x8e\x5f\x66\x1c\xe7\xc8\x4b\xe0\xe8\x6b\x20\xab\x19\x50\xdc\x05\x38\xb9\x0e\xb8\xdb\x88\xf1\xff\xe7\x75\xbf\xc5\x81\xac\xff\x2f\xd7\xff\x57\xe1\xbf\x35\xfa\x20\xfc\x90\xff\xf0\x93\x3e\x20\x0a\xfb\xa5\x15\xdb\x77\x97\x58\xef\x41\xe6\x3d\xc8\x3a\x07\xbf\x6a\x00\xed\x27\x71\x8c\x76\xb3\x00\xae\x3d\x64\xbc\xbf\x78\x3a\x60\x1c\x04\x28\xce\x40\x63\x74\x38\x7e\x27\xcd\xe0\xf7\x39\x4b\xe1\xff\x02\x60\x61\x4b\xe0\x98\x03\xb0\x2c\x0e\xc8\x30\x05\x7c\x4c\x81\x0c\x77\xc6\xac\x52\x7c\x80\x1d\x9b\x80\x4c\x4b\x8e\x87\x4c\x43\xe0\x64\x6d\x20\xd3\x8f\x39\x51\x99\x9f\x81\x3b\xb5\x81\x23\x69\xac\xc9\x23\xf3\x60\x6a\xe2\xff\x55\xf8\xaf\xf8\x2c\xeb\x20\xfc\x88\xff\xf0\xbd\xfe\xc5\xd7\x10\x40\x79\x8e\xf8\x9c\xce\xbc\x07\xb5\xc6\x9c\x17\x6a\xcf\x00\x9e\x9b\x02\x75\x2d\x18\xef\xd6\xde\xcd\x78\xb7\x62\x3c\x6e\xcc\x01\xda\x56\x30\xd6\xd4\x33\x8c\x77\x09\x8a\xbc\x9f\xef\x07\x0c\x0f\x06\x4e\xe9\x71\x3f\xa9\x63\x83\x00\x9b\x93\xc0\x11\x1b\x60\x9e\x13\x90\xb2\x1e\x70\x19\xc8\xf8\xb7\xe2\x44\x7b\x30\x86\x75\x94\x0e\x6d\x04\x22\xf4\x80\x43\x09\x8c\x7d\x1f\xba\x0e\x1c\x19\xca\x98\xef\xd9\xe1\x40\xb2\x3b\x70\x6b\x16\xff\xff\x2f\x12\x80\xc3\x4f\x99\xab\x50\xb3\x0f\x86\xec\xbf\xfc\xde\x65\xbf\xab\x78\x00\xdf\xf1\x1f\x64\xfe\x87\xd2\x35\x40\xd2\xe1\xba\xec\xaf\x5c\x6e\x85\x3f\xc5\x69\xa8\x26\xef\xe1\xa1\x09\xa0\xa9\xc5\xba\x2f\x3a\xd6\xdf\xfa\x3c\x5c\xbc\xca\x75\xdc\x67\x0d\x00\xc3\x34\xe0\x54\x31\x60\xd2\x96\xe7\x81\x59\x77\xee\x63\x31\x55\x1b\x48\x59\x04\xcc\x51\x02\x0e\x86\x02\x8b\xf6\x02\x09\x82\x17\x93\x30\x18\x08\xdc\x0c\xec\x5f\xa1\x38\x31\x03\x49\x7d\x81\x03\xfa\x40\xc2\x7b\xe0\x88\x19\xc7\xc6\x79\x0b\xe0\xd0\x10\xe0\x5e\x32\x70\xb0\x14\xa8\x1c\x0c\x24\xea\x8a\xfc\x5f\xb7\xba\xff\x35\xf9\x1f\xb2\xdf\x3f\xe5\x3f\x08\xde\x87\xec\xff\x5f\xf5\xd9\xca\xbc\x87\x17\xe2\x54\xf0\x1f\xde\x83\x0f\x50\xd7\x00\xb8\xa4\x04\x34\x6e\x0e\x14\xed\x07\xf4\x56\x01\x79\x8e\x40\x57\x0f\xe0\x44\x2e\x60\xd4\x5a\x71\xda\x01\x46\x98\x01\x87\x8d\x00\xf3\x2c\xe0\xa0\x2f\xcf\x8f\xfd\x4f\x98\x3f\xb7\x47\x9f\x31\xca\x3d\x9d\x81\x75\x1a\x8a\xd3\x0f\xb0\xed\x10\x10\xbf\x1e\xd8\xe7\x04\xc4\x1b\x02\x99\xd3\x80\x7d\xa6\xc0\xf9\x38\x60\xcf\x11\xe0\x6e\x18\xb0\x4f\x0b\x78\x93\x0b\xec\xbe\x06\x7c\x3d\xf5\x5f\xff\xe5\xf7\x1e\x10\x56\xdd\x6f\x19\x0f\xf7\xec\xf8\x03\xfe\x83\xcf\x37\xbc\xf3\xbd\x0a\xdb\x2a\xde\x83\x18\x1f\xb9\xdf\xc7\x4d\x51\xdf\xfe\xbd\xde\x81\xc6\x6e\x20\x0f\x40\xd3\x70\x20\xfb\x25\xd0\xae\x00\x38\x7a\x0b\x30\x38\x07\xa4\x37\x00\x06\x47\x00\x49\x33\x00\xb3\x5f\x19\xf7\xb7\x4e\x03\xf6\x24\x03\x0b\xf6\x00\xbb\xd7\x30\xde\x1d\x9d\x02\xf8\x57\x02\xd1\x16\x40\xb8\x21\x10\x7d\x15\xd8\x9b\x0d\x44\xed\x00\x8e\x4c\x04\xa2\xbe\x02\xe7\xc4\x5a\x72\xf7\x15\xe7\xd2\x97\x0f\x45\xfe\xf3\xfb\xe6\x7f\x4d\xfe\x87\x97\x73\x75\x3c\xdc\xdd\xfb\x07\xfc\x07\x45\x8e\xd9\x25\xe6\x81\x83\x88\x83\x1a\xba\x1f\x4f\x04\x3b\xfe\x8e\xd0\xbf\x90\x75\x2f\x8a\x05\x0e\x56\xb0\x0f\xa8\x75\x1c\xc8\xb1\x50\x9c\x25\x38\xff\x2b\xe6\x49\x4a\x19\xcf\x13\x45\x3c\x2b\xf2\xe7\x1e\x03\xee\x3f\x17\x6b\xce\x7a\x63\xd1\x13\x00\xfb\x8d\x40\xe4\x29\xc0\xad\x0d\x10\x39\x0e\xf0\x73\x04\x22\x9e\x02\x5b\xf5\x80\xed\xb7\x80\x3d\xeb\xb9\xcf\xcf\x51\x5f\x20\xa2\x0b\x70\x3e\x0d\x88\x38\x0a\xdc\x8f\xe6\xf7\xaf\x58\xd3\x43\x4f\x56\xf7\xbf\x8a\xff\x21\xde\xb7\xbb\xd8\x4f\xd5\xec\xff\xe1\xf4\xd7\xff\xc0\xfd\x05\xee\x2d\xeb\x7e\x3c\x14\x3c\x88\xdb\x1f\x6a\xc4\xc1\x23\xb6\xa7\x85\x2e\x88\x62\xcf\x57\x2b\x97\xf5\x5c\x14\xeb\x4b\xe2\x64\xa0\x75\x00\xb0\xd7\x04\xe8\x69\x02\xc4\x4e\x04\x86\x58\x02\x91\xcf\x00\xf3\x48\x20\x42\x19\xb0\xf3\x01\xc2\x0a\xb9\xbf\x58\xc8\x2b\xd6\x51\xda\x9c\x0e\x84\x6a\x01\x9b\x7d\x79\xec\x36\x99\x03\x99\x66\x3c\xcf\x0b\x83\x81\xe0\x14\xe0\x6e\x7d\xee\xa9\xf3\x36\x58\xf0\x5f\x12\x01\xef\x15\xec\x57\x15\xff\xa3\x86\xdf\xb2\xee\x85\x83\x4b\x75\x1e\x44\x4d\xdc\xff\x8d\xe8\x7b\xf1\x9b\x50\x4d\xad\xe8\x29\xf2\x81\xc8\x13\xd7\x05\x1f\xe6\xa2\xb8\x45\xe1\x6e\xb4\x40\xf6\x41\xb6\x19\xa2\x9b\xa4\x62\x1f\xab\x5c\x09\xec\x79\x00\x34\x09\x64\x8d\xb0\x4e\xb1\x40\xa4\x05\x30\x20\x19\x08\xdf\xcd\x98\xfb\xe6\x3f\x81\xe9\xed\x80\x8d\x11\x80\x53\x04\xb0\xa1\x04\xf0\x69\x03\xac\x0f\x00\x42\x4d\x81\x75\x8a\xdc\xa0\x04\x04\x3c\x03\x32\x1f\xf2\x9c\x39\xe7\x0f\xf8\x65\x71\x4f\x2e\xc5\x98\xbd\x36\xfe\x16\xf7\xee\xf3\x6a\xf8\xdd\xa1\xba\xbf\x33\x16\xb2\x9d\x56\x4f\xf0\x1f\x04\x77\xfc\xef\x93\x35\xe6\x81\x78\xef\x8f\x45\x1e\xb8\x27\x78\x01\xd7\xe5\xbe\x2f\xa2\xab\x6c\xa1\x18\x8f\x53\x82\x1f\x71\x4c\x74\xdd\x95\xf9\x1f\x7b\xc5\x7f\x8f\x2a\x00\x34\xf6\x03\xdb\x33\x81\x96\x05\xc0\x96\xad\x40\xcf\xad\xfc\x1e\x87\x55\x00\x81\x5f\x80\xa9\x5f\x80\x80\x16\xc0\x82\x2f\xc0\x1a\x53\xc0\xd3\x8b\x7b\xef\x85\xf4\x00\x3c\x77\xb3\x56\xca\xaa\x5f\x81\x0c\x4f\x60\xb9\x2b\x9f\x3d\xdc\x95\x81\x9b\x7d\x80\x65\x2f\x80\x97\x5b\xf8\xac\x22\x7d\xc7\xf3\x99\x2d\xb4\x5e\xa6\x7f\xad\xee\xef\x14\x31\x3e\x16\xa2\x4f\xe3\x78\xa1\x4f\x57\xb3\xef\x8d\xcc\x7f\xb9\x3b\xbc\xfa\xfb\x97\xbb\x4c\x17\xd6\xab\xe1\xbf\xd0\x8d\x49\x11\xfc\x88\x84\x7e\x6c\x63\x0e\xb1\x0d\x17\xb7\x4e\x9b\xeb\x02\x8d\x06\x01\x41\x3a\x40\xc7\x8b\x80\x7f\x02\x30\xc8\x1f\xf0\xde\x03\x4c\x54\x01\x3c\xfa\x02\x0e\x31\xc0\x8a\x66\xc0\xca\x37\xdc\xcf\x27\xb8\x3b\xe0\xb2\x09\x88\x71\x00\x16\x5f\x03\x52\x97\x00\x4e\x09\x40\x7e\x6d\x60\x61\x1f\xe0\xfa\x4d\x60\x7e\x02\xf0\xfb\x39\x60\xae\xc8\x87\xb3\xc4\x78\x4c\x19\xce\x56\xe6\x7d\x98\x89\x7c\x38\x4a\x68\x25\x8e\xd8\xce\x76\xa8\xe8\x25\x2a\xe7\x81\xdf\x84\x7d\xf8\x91\xad\x7c\x3b\x50\x3c\x5d\xf8\x1f\x2c\xfc\x17\xfc\xa0\x13\xa2\xfb\x74\xba\x50\x9b\x4d\xd2\x55\xa2\xf3\xf5\xee\xdd\xaa\xa3\x41\x3a\xe0\xaa\x94\x49\x37\x5e\x55\xa3\xfb\xea\x35\xea\xea\xde\x6a\xdb\x00\x8f\x5d\xf5\x8e\xb7\x7a\x00\x2c\x3b\xd9\x60\x60\x1f\x75\x60\x89\xbb\x96\xf6\xd8\x4d\x80\x63\x8c\xf6\x3c\x5b\x6b\x60\x5e\x70\xa3\x2e\x6e\xbe\x80\x7d\xbd\x46\x16\x81\x6d\x01\xdb\xf7\x8d\x1a\xed\x54\x07\x66\x76\x68\x34\xe2\x90\x2b\x30\xed\x89\x76\xf9\xe9\xc6\x80\xf5\x6d\x6d\xd3\xab\x37\x81\xa9\xcf\xb5\xd5\x9e\x44\x03\x93\xff\xd4\xf2\xff\x77\x00\x30\xe1\x62\x83\x2e\x0a\xbf\xc6\x2c\xaf\x47\x3a\x28\xc3\xc6\xa8\x9b\x28\xec\xe0\x02\x95\x1b\x0a\x3b\x28\xb1\x16\xdd\xc3\xf4\x7b\x26\xec\x06\x1e\x87\x67\xe1\xc2\xff\x3f\xab\xfb\x5f\x72\xaf\x86\xff\xba\xdc\x3d\xf6\x48\x6d\x35\x9a\x49\xa9\x46\xf5\x89\x11\xb4\xbf\xa0\x31\xdd\xdf\xef\xda\xc3\x7d\x72\xc2\x55\x7e\xa1\xfb\x85\x0d\xa9\xcd\xe9\x56\xc4\x2b\xab\x15\xfd\xdd\x25\x49\x97\xea\x1b\x17\x3a\xe9\xb5\xd6\x79\x06\xcc\xfe\xa0\xf7\xb9\xeb\x0c\xa5\xb4\x19\xfd\xdb\x86\x0d\x99\x52\x3b\x6f\x6a\x54\xdb\x27\x53\xbd\x95\xaf\x4d\xfc\xb3\xed\x75\xa7\x81\x2a\xd7\xc6\x3f\x6f\xbb\xd5\xe7\x90\x6a\xfa\x98\x4f\x6d\x8d\xc2\x06\xa8\x4d\x18\xf9\x55\x2f\x7d\x7f\x3b\xb5\xd8\xe1\x0b\xf4\x3a\x9e\xa8\xaf\xb6\x7f\xa8\x41\x9b\xc7\xc5\x83\xd5\x3c\x4c\x8f\xb4\x59\x5b\x5e\x4f\xf5\xce\xe0\xf5\x6d\xbc\xfe\x1c\xa6\x52\x3c\x68\x44\x6b\x5d\x49\x52\x1e\xda\xf7\x7e\xab\x36\x92\x54\xbb\x61\xaf\x5b\xcd\x33\x24\xa9\xd6\x31\x03\xa9\x31\xe9\xfa\xeb\xf7\xd2\x22\x3d\xda\x6e\x6b\x1a\x12\xfe\xdd\x35\x4c\x93\xea\x7a\x7f\xca\x7f\x09\x66\x9d\x9b\x2c\xe3\x7a\xf4\x39\xbd\xac\x91\x19\xbf\x77\x56\x61\x8f\x9f\xa6\x47\x55\x40\x3b\xef\x74\xa4\x7a\xae\x50\xe7\xce\xb4\xc3\x08\x7c\xa5\x4f\xb7\x65\x5e\xce\x3d\x69\xc7\xe5\xea\xd8\x83\x22\xc6\xbe\xc2\x90\x32\x8f\x55\xdb\x3e\xed\x34\x82\x00\x0b\xdd\x3e\x5f\xf5\x46\x29\x4d\x18\xbd\xb5\x8f\x53\xff\x7a\x2a\x39\x43\x3d\xfa\x44\x4d\x58\xa0\xb6\x64\xd0\xb5\x3e\xdd\xec\xcb\xea\x3c\xee\x77\xa6\xf7\x95\x95\x31\x1a\x7d\x7b\x79\xf5\xee\x1d\xfc\xb0\x6e\x9d\x9e\xdb\x7b\x59\xc4\xda\xd4\xed\xd4\xbd\x8e\xe1\x83\x8c\x22\x8d\x0f\xdd\xf4\x0c\xd7\x9d\x5b\xa6\xb1\xba\x4b\xa1\xe1\xd4\xbb\xb6\xea\x89\x9d\xdf\x1a\x0e\x7b\x13\x55\xc7\xa6\x73\x23\x83\x76\x92\xa4\x1a\xd9\xee\x8d\xbe\x91\x24\x29\x97\xe9\xa5\x74\x8e\x95\xa4\xda\xd7\xdb\xd8\xb5\xef\x25\x49\xb5\xdb\xb7\x5e\xa1\xf7\x45\x92\x94\x72\x5b\xbd\x6a\x6d\x2b\x49\x4a\x3d\x5a\x36\xd0\x6d\x26\x49\xb5\xb6\xde\x3e\x58\xdd\xff\xfc\xbf\x39\x01\x64\x19\x33\xef\x27\x63\x4b\x2b\x9a\x09\x49\x01\xed\xa8\x5e\x57\xe6\xbf\x44\x54\x70\xf5\x6d\x48\x45\x5f\xfa\x1c\x18\xd0\x97\xd0\xc5\xd5\x47\x8d\x88\x1f\xe1\xaa\x33\x98\x50\xb6\xb9\x3b\x4d\x69\x66\x4d\x19\x36\x8c\xea\xb9\x86\xcf\x1d\x45\x78\xaa\x49\xc3\xd1\x7e\xbf\x14\x00\x7d\xbc\x47\x2b\xf7\xf8\xa2\x3c\xab\xc7\xec\x51\x4f\x47\xd9\xa8\x64\x76\x09\x1a\xf5\x76\xe6\x5b\xd5\xb1\x1d\x26\x8f\x0a\x74\x8b\x53\x5d\xae\xf7\x70\x54\x83\xa0\xab\xaa\x93\x5a\x1b\x8d\xfc\x1c\xdd\x43\xe5\x53\xab\x11\x23\xbd\x53\x8b\x54\xec\x5b\x1c\x18\x91\x5a\x10\xa6\xec\xde\x7c\xc7\x08\xff\x5b\xa1\xb5\x97\x34\xbb\x3c\x62\xc7\xcb\xf3\xb5\xbe\x34\x33\x1a\x4e\xf7\x6f\x3a\x13\x07\x13\x7e\xab\x35\x6b\x00\xe1\x57\x0d\x3a\xf4\xa5\x7b\xc8\xfa\xe1\x06\xd4\xaf\xbb\xde\xbe\x1e\xb7\x14\xb6\x6e\x3d\x7d\xc2\xc7\xaf\x9a\x29\x53\x86\x2b\xd4\xd4\xa2\xe7\x97\xf9\x3f\x19\x41\x9d\x29\x42\x12\x72\xf4\x35\x79\xde\xf7\xa7\x4c\x19\x39\x7c\x90\x25\xfb\x3f\x98\x78\x1f\x6b\x1b\x0e\x25\xe6\xb5\xe7\xab\x31\x74\x2b\xea\xea\xcc\xb8\xf9\x7c\x77\x33\xc2\x3f\xa7\xb9\x59\xd0\x2d\xfc\x58\x5d\xd6\x47\xe9\x3f\x70\x2a\xad\x28\x9d\xd3\xac\x37\x6b\x6a\x02\x7a\x0b\xad\x3d\x3a\xe6\x2a\xa9\xb5\x5c\x61\xa3\x67\x9a\x5d\xeb\x61\xb3\x0d\xd3\xba\xd8\x4c\x04\x1a\x5f\xb1\x39\xb4\x64\x12\xa0\x6d\x65\x63\x1c\xf0\x1e\x68\x90\x66\x1d\x15\x19\x04\xd4\x6f\x63\x75\xf1\xb0\x01\x50\xb7\x85\x55\xf3\x5c\x3d\x40\x7d\xcc\xd4\x01\xd7\xfe\x04\xd4\x32\xa7\x0c\xf9\xfd\x26\xa0\x52\x34\xd9\x5b\xe1\x57\xed\xa5\x13\x36\x29\x6c\x2d\xa5\x31\x4b\x25\xbe\x41\xec\xc7\x76\x70\x21\x5b\x63\x6b\xb2\xd3\x07\x90\xee\x7d\x41\x2a\xc7\x79\x8e\x33\xeb\xc1\xa4\x3f\xe8\x41\xfe\x24\x7a\xb1\xfe\xcd\xee\x8f\x83\x88\x07\xb6\xe3\xc3\x08\xba\x6f\x0e\x9d\x3d\x86\xbe\x17\xe8\x3f\x9e\x76\x1a\x9e\xd9\xe6\xb4\x03\x5d\xfa\x65\x32\x65\xda\xf9\x51\x53\x89\x71\x3c\xab\x84\xbb\x90\x5b\xf4\x9a\x49\xf3\x65\x70\x8c\x1d\xcd\xab\x6e\xe3\xed\x69\x85\x6a\xd4\x7c\xfe\x28\x25\x5b\xa0\xfe\xde\xf9\x8b\x5b\xc5\x03\xea\xed\xe7\x87\xf5\x9f\x01\x28\xef\x9b\x1f\x6e\xf1\x09\xc0\xe1\xf9\xbe\x0b\x88\x71\x35\xbf\x81\x0f\x29\x3f\xcf\x9b\xc6\x08\xf1\xdc\x91\x09\x74\x0f\xef\xd0\x3f\x9b\x18\x2b\xf6\x2f\xaf\xd2\x88\xcf\x59\xf2\x84\x22\xd6\x2e\xf5\x1f\x8a\xe4\xe9\xa2\x9f\xfb\x54\x81\xf7\x4e\x14\x9f\xcd\x76\xb2\x1d\x2d\xf4\x31\x46\xde\x54\xd8\xac\x57\x9d\xf2\x38\xfe\x7b\x13\x4a\x94\x90\xcc\xfc\x9f\xd8\xd3\xc3\x69\xa7\x18\x71\x65\x1c\xc5\x77\x68\xe5\x04\x52\xa3\x08\x74\x9f\x4c\xb7\xa4\x5e\x85\xd6\xa2\xff\xc3\x0c\xca\x83\x0b\x4f\xdb\x76\x23\xff\x03\x66\x53\xfc\x4c\x59\xc0\x7d\x64\x46\x7a\xcf\xa7\x75\xa3\x0f\x1c\x29\xde\xda\x36\x5f\x42\x2b\xad\xda\x0b\xb7\x16\x3c\x23\x97\x99\x37\x21\xdc\xc5\xed\x55\x2f\xba\x87\x75\x0b\x1f\x4f\x6b\xb7\x9b\x34\x97\xf6\xae\x6e\x9d\x57\x93\xce\xc7\x52\xdd\x50\x3a\xeb\xb8\x96\xef\x23\x9c\xca\xd5\xf5\x04\x21\xa4\x4b\xf4\x2f\x11\x92\xb6\xa4\xe9\x23\xda\x0b\x2e\xee\xf5\x17\xad\x58\x0b\x84\xce\xc3\x1c\xd1\xff\x64\x66\x7b\xb6\xd6\x42\x17\x63\x8a\xd0\xbb\xb7\xcc\x50\xd8\x74\x5d\xa3\x0d\x9c\xff\x46\x10\xca\x18\xaf\xc4\xd5\xf6\x3b\x0b\xcc\x29\xee\xe5\x3e\x50\x41\x33\xa6\xd1\xba\xe8\x5b\x69\x47\xa3\xef\x6e\x35\x87\x6e\xd9\x17\x25\xcc\xa7\x5b\x63\x87\x34\x47\xca\x17\xd6\x3a\x4e\x94\x2f\xcc\xae\x3b\x53\x3c\x99\x26\x2c\x25\xfe\x87\x7e\x87\x65\x14\x0f\x4d\x83\x57\x0a\x5c\xcf\x9b\xde\x32\x6a\x7b\x6f\x6a\x4a\x33\xd1\x5b\x97\xf1\x6e\x6f\x5d\x1e\x79\xef\x29\x73\x08\x49\xf2\xba\xb0\x92\x46\x72\x75\xf2\x26\x8a\xb0\xd5\xab\xe3\xe8\x0d\x78\xba\x64\x9e\xe6\x19\x79\x91\x18\x36\xab\xf2\xee\x91\xf2\xcc\x4a\xa3\x4a\xaa\x20\x77\xf7\x94\xbe\xe3\x37\x00\x0b\x5e\xb3\x75\x10\xba\x29\x76\x16\x6c\x67\xd1\xfd\xf5\xc1\x3d\xc3\x09\x2d\x8f\x95\xcc\x45\x1f\x28\xae\x26\xde\xaa\x6b\x43\xb7\xff\xeb\x75\xb8\x1f\x94\x9f\xd2\x5c\xaa\xd3\x5c\xd9\x6b\x61\x4b\xfa\xf5\x0c\x27\x3a\x51\xcc\x4d\x5a\x42\xf7\xfc\xd3\x82\xb9\x0b\xbf\xa5\xe8\x9f\x33\x22\x76\x15\xcd\xaf\xbe\xbf\x79\x10\xef\xa3\x63\xb6\x37\xed\xcc\x1b\x2e\xf7\x5b\xcd\xe3\x10\x28\x76\xe6\x81\xe1\xbf\x10\xce\x1d\xd8\xd4\xe0\x39\xff\x9d\xdf\x44\x50\xa8\x1d\xd5\xad\x06\x1a\xf3\x2f\x06\x46\x6e\xa0\x88\x5c\x77\x3a\x86\xfc\x5e\x9b\x92\x46\x4c\xa6\x80\x17\x05\x54\x59\xea\xaf\x7f\x9b\x98\x04\xfe\x06\x2f\xaa\xf1\x1c\x3c\x04\x5f\x6a\x99\xd0\x41\x71\x11\x3c\xa1\x45\x02\xff\x5f\x48\x36\xbe\x7c\xe2\x65\xe1\x3f\x8d\xc3\xd6\x12\x3b\xc2\x19\xd6\x3b\x3b\xd0\xa8\xaf\xd1\x58\x40\x79\xde\xa3\x74\x31\xc5\xbb\xcb\x6b\x17\x8a\x93\x05\xa6\x4b\xa9\xca\xd6\x6e\xdd\x0a\xca\x13\x56\x67\x3d\xe9\x71\xc7\x5e\xf1\xa2\xb7\x38\x58\xc9\x87\xc6\xc9\xa0\x09\xeb\x67\xb4\x6e\x1f\x48\x6f\x53\x7d\xe1\x26\xb1\x43\x0d\x15\x7d\x0f\xb6\x14\xfc\x42\x71\x1c\x6a\x6b\x40\x23\x1c\xb2\x71\x14\xd5\x32\x84\x3a\xb3\x42\x4d\xc8\x69\x1e\xe1\xd0\x26\x81\x54\x0c\x12\xda\x8a\x3b\xcd\x6c\x99\x97\x4c\x88\xe4\xe6\x1e\xa7\x09\xe8\xd8\x74\xf1\x3a\xd5\x08\x6c\x4a\xff\x9d\x32\x58\xb0\xb9\x44\x6f\x48\xe6\x7f\xf8\x88\xf9\xe1\x29\x7a\xe9\x89\x7e\x4a\x58\xf6\x49\x61\x77\xfd\x3d\x93\x9e\x47\xd6\x01\xda\x98\xb1\xf0\x05\x8f\x2a\xab\xd4\x78\x6a\xb8\x52\x1c\x2c\xed\xe3\x4e\x3c\x27\xa7\x08\x0f\x8a\x9f\xd9\xe9\x9e\x34\x4f\xa6\x39\xf8\x52\x9d\xae\xc5\x6b\x7f\xda\x27\x8d\xc8\x5b\x4b\xf9\xc6\x68\x04\xf7\x15\xe9\x7a\x28\x98\xf0\xee\x66\x75\xb6\x10\x1e\xa6\xac\x15\x2e\x3a\xf8\xed\x0c\x15\xd6\x8d\x57\xe8\x5d\xcd\x98\xb1\x16\x39\x7b\x24\xeb\xc5\x4c\xe3\x4c\xbb\xd3\x69\xc9\x25\xb6\xac\xf3\xbf\xd3\x29\x92\xf0\xab\xc8\xc7\x07\x69\xef\x1f\x59\x3f\x87\x10\xb8\x88\x0a\xc6\xbb\x23\xfc\x9e\xd2\x8c\x8b\x28\xfe\x97\x14\xd2\x64\x5e\x4c\xb0\xe0\xc5\xac\x13\xf1\xe0\x27\xea\x7b\xbd\x2d\x15\x36\x5c\x9a\x4f\xfb\xa1\xcd\xf6\x4b\x32\x39\xca\x5c\x89\x95\xe1\xd5\x72\x39\x7d\x5e\xae\xef\x41\x79\xc3\xd9\xde\x9b\x58\x09\x0e\x69\x6b\x88\x07\x35\xeb\x26\xf7\x85\x9a\x1c\xb7\x8e\xfc\x1d\x9f\xcb\x3c\x98\x21\xe9\xcc\x8f\xe8\x6d\xc8\xbc\x90\x8e\x26\xdb\xe8\xa4\xd1\xd8\x60\x7b\x3a\xfb\xbd\x4b\xc4\x41\xbc\x36\x48\x69\x24\x7e\x55\x13\x66\x26\xb9\x76\xa7\x33\x4e\x5c\x1a\x33\x51\xe3\x1e\x5b\xa7\xf1\x67\x66\xa2\xc5\xfb\xaf\xa1\xcc\x1b\x3f\x29\x9c\xe6\xcb\x5e\xa3\x44\xf2\x3b\xae\xd7\x49\x7a\xc2\x58\x73\xbe\x0b\x89\x9d\xfd\x2b\xe9\x06\xc4\x6e\xfc\x93\x98\xa0\x51\x7f\xb1\xbf\xdb\xd2\xb9\xce\xbb\x8a\x17\x93\xc0\x76\x3d\xad\xa3\x21\x06\x4b\x2a\xbe\x9f\x85\xbe\xc7\x56\xd1\x38\xac\x8c\xf7\x22\x9c\xd7\xa5\xd0\x8f\xa2\xce\x31\x3a\x90\x14\xf8\xe6\x28\xad\xa7\x79\x34\x4d\x9b\xab\xac\xcd\xcb\xb8\x6f\xd0\x48\xb7\x70\x3a\x79\xc9\xba\x38\x06\x9d\x22\x29\x6a\xdb\x7a\x31\x0a\xa9\x15\x13\x2b\x4e\x30\xfb\xc5\x8d\x67\xd2\x44\x56\xb4\x4b\x2c\x6c\x42\xff\x47\x92\xae\x3e\x8d\x70\xe2\xef\x43\x69\xfd\x48\x2a\xe1\x99\x9a\xe4\xc2\x9d\xda\x92\x5c\xb8\xde\x3f\xc9\x63\xab\x13\x7f\x7f\x2f\x33\xdc\x9c\x8f\xd2\xbf\x70\x40\x2a\xea\xa4\xb0\x09\x07\xf8\x8c\x7c\xa0\xd9\x0b\x52\x74\x90\x79\x0e\xb1\x02\xd7\xac\xe2\xc5\x88\x79\x12\x46\x3c\x00\xb9\x1f\x98\xbf\x01\xab\xf2\x78\x14\xf8\xd1\xec\x5a\xde\x33\x88\xd6\xc3\xc5\x6a\x1b\x69\x95\xaa\xd2\xc3\x39\xca\xef\x79\xea\xf4\x6d\xb4\x8e\x8c\xbb\xba\x83\x78\x20\x43\x2f\x30\xda\xd8\xef\x63\x34\x8d\xba\xfe\xd0\x58\xb2\x2d\xb7\xec\xa5\xb7\x58\xdf\xfe\x80\x60\xf2\x27\x0b\xc5\xdf\xf4\x78\xd0\x2f\xa4\x97\x34\xa5\xf1\x48\xd7\xd5\xa7\x91\xcd\x18\x3b\x84\x99\xcc\xc5\x53\x09\x9f\x4d\xdf\xc2\x1d\xfa\xd2\xa7\x7a\x52\x24\x65\x4c\x0c\xa1\x15\x2b\x63\x6d\x3c\xad\x48\xe9\x2b\x32\xe8\x6c\x98\xbe\xb0\x90\x90\xd6\x54\xf5\x5b\xc6\xfc\xf7\x4a\x7a\xb2\xe4\x72\xc6\xb9\x65\xfe\xc7\x7f\x78\x31\xc4\xc7\x0f\x78\xcc\x7c\xc6\xd5\x0b\xd6\x12\xee\xba\xbc\x78\x3d\xdd\x30\xb8\xe8\x6c\x26\x1e\xd8\x82\x51\x61\x74\x7e\x98\x8d\x6d\x94\x2f\xa7\x15\xec\xa4\xf9\x60\xa9\xcb\x7c\xaf\x31\x3a\xcc\x8f\x30\x39\x19\x4f\x51\xde\x77\xc6\x7e\xe2\x67\x77\xda\x9d\x48\xd9\xbb\xc5\x5e\xd6\x13\xd0\xc8\x4c\xd5\x61\xff\x33\x05\x5f\xee\xa4\xb8\xf9\xcc\xea\xd8\x98\x18\x53\x27\xdd\xba\xd1\x09\xed\xa4\x96\x29\xad\xa3\x27\x9f\x4c\xa2\x95\x2a\xeb\x12\xf3\x28\xb3\x1c\x99\x89\x79\xb2\x90\xf5\x72\xb2\x46\xc4\x30\x03\x3e\x32\x8d\xe6\x47\x56\x58\x01\x2b\x82\x6d\x2c\xa5\x37\x72\xfc\x29\xf3\x83\x8e\x87\x7d\xa6\xf1\x4b\x17\x71\x70\x48\xf0\xa5\xe4\x71\xe1\xfe\x52\x32\x0f\xc8\x43\x7b\x33\xbd\x85\xa5\xff\x6e\xa5\xb7\xe4\xf4\x64\x1b\xdd\x34\xc9\x3c\xa0\x59\xcd\xa3\x88\x85\x31\xf5\x49\x2c\xbd\x85\xf1\xe9\xac\x03\x34\xda\x88\xfb\x06\xc9\xba\x38\x86\x05\xdc\x1f\xab\x83\x36\xdf\x48\x34\xd5\x49\x27\xf4\x5e\xed\xcd\x51\xc1\x0f\x93\xfb\x45\xe5\x5a\x71\x7e\xc8\x4d\x6e\x4c\x11\x92\x7f\xa1\x2b\xc5\x7f\xde\x05\x13\xca\xb8\xf9\xa1\x96\xb4\xe3\xca\xf7\x73\x20\xff\xf2\xb7\x2e\x27\xa6\x52\xfe\x4b\x56\xe6\xca\x4b\x8f\x26\xde\x68\xbe\x41\x0a\xad\xf4\x79\xbe\xb9\xb4\x72\x9d\x79\x5b\x4a\x2b\x54\x5e\x4f\xee\xb8\x71\x66\xc8\x27\x5a\x6f\xb3\xf6\xb2\xdf\xb2\x7e\x4e\x9a\xd0\xd9\x62\xbe\x90\xa7\x31\xc7\xb9\x7b\x59\x04\xfd\x8a\x4b\xff\x9d\xb4\x2a\x2d\x74\x8e\xa1\xfd\xdf\x9c\x9e\x1c\xdf\xd3\x0a\xd8\xef\x49\x9f\x0e\xd0\x2e\x65\x3c\x58\x37\x63\x58\x73\xee\x4a\x62\x54\x2f\x9d\x7e\xa7\xbb\x77\x3a\x3d\x45\xdb\x0a\xe6\x09\x34\xb6\xe7\xf7\xae\xba\x2d\x5b\x54\x74\x9d\x35\x65\x2b\xf3\x41\x2e\x94\xe8\x10\x23\xe4\x82\x5f\xe7\x36\xfc\xf7\x41\xcc\x6b\xe9\xc8\xcc\xde\xf3\x75\x79\xc7\x76\x71\xb7\x3b\x65\xf4\x0b\xeb\x02\xe9\xee\xeb\x62\x10\xf3\xe6\x64\x9d\x98\x0b\xba\xd9\xf4\xe4\xe7\xdf\x94\xd0\xfc\xba\xa0\xf7\x84\x78\x41\x45\x6f\x3e\x12\xcf\xa4\x40\x9c\x2b\xaa\xfa\x04\x09\x3e\x04\xf3\x85\xfe\x17\x0f\x68\x96\x2e\xcf\x6b\x2b\x83\x24\xca\x62\x16\x09\x87\xa9\x0f\xeb\x58\x2b\xe6\x01\xc9\xba\x38\xfd\x1b\x30\xff\xa9\x7b\x4a\x16\xcd\x4a\x3d\xc1\x03\x6a\xac\x94\x47\x6f\x5b\xf5\x71\x61\x0d\x3e\xd0\x65\x11\x1f\x57\xc2\xb9\x4f\xd0\x95\x57\x1d\x29\xb2\x4a\x1a\x0c\xa0\x3c\x78\xb5\xd2\x8c\x22\xeb\xaa\x3d\x33\x5c\xaf\x3a\xbb\xd2\xcc\xba\x9a\xe8\x4f\xfc\xb8\xd2\x32\x66\xea\x95\xea\x25\xd0\x13\x5c\x6d\x7d\x92\x66\xf4\xd5\xa2\x2b\xf4\xc4\x57\xb6\xdf\xa7\xf3\x47\x49\xd8\x3b\x8a\x87\xcb\xb5\xd8\xef\x73\x82\x37\x59\xbd\x7f\x92\xdc\x17\x6c\xf1\xa1\x38\xba\x99\x5f\xf0\x6b\x02\xe5\x05\xbb\xcb\xac\x8b\x33\xa3\x79\x0a\xed\x03\xa7\xae\x4a\xa7\x68\x35\x4b\x13\xba\x38\xbb\x8f\x71\x3f\x9c\x97\x1c\xe7\x7d\xba\x9f\xa2\xef\x77\x4b\xcb\xa3\xfd\x46\x6b\xbf\xb3\x94\xfd\x1a\x59\x14\xd1\x2e\x59\xb5\x75\xb1\xc8\x0b\x25\xa2\xf2\xe7\x86\x18\x87\xdb\xe6\x5a\xb4\xd3\xbe\xd5\xae\x3d\xfd\x4b\x37\x2b\xfa\x53\xe4\xdd\xa9\x1c\x47\x27\x96\x3b\x17\x66\xd2\x8e\xec\xee\x32\xde\x47\xdc\xb2\x63\xe8\xe4\x5e\xef\xed\x74\x72\xbd\x5d\xce\xca\x4d\xb7\x46\x1c\x63\x5d\x98\x07\xe7\x88\x67\x77\x53\xef\x2e\x31\x6f\x6e\x36\x78\x41\x27\xe2\x6b\x89\x9f\x69\x07\x53\x5d\x0f\x45\x1e\x17\xe9\x7f\xf0\x1f\xfe\x2e\x05\x3a\x5c\xe3\xfa\xad\xce\xce\xc0\xef\x45\xcc\x7f\xa8\xc2\xfb\x0b\x81\xde\x09\x0a\x6f\x80\x01\x6a\x40\x59\x08\x30\x24\x87\xfb\x1a\x98\x59\x70\x9d\xff\x14\xc5\x6c\xa8\xc7\x75\xdd\xb9\x8f\x19\xf7\x3f\x55\x02\x2c\xf2\x03\xb2\x97\x00\xcb\xb3\x80\x13\x21\x80\x4f\x02\x70\xb2\x25\xb0\x69\x01\x70\xcc\x80\x31\x8b\x93\x4b\xb9\xe6\xef\x64\x2f\xc6\x02\xb2\x5e\x31\x07\xe4\x54\x36\x50\x6a\x02\xe4\x4c\x06\x1e\x86\x70\x8d\xeb\x87\x32\x20\xeb\x03\x20\x99\xfe\x40\xff\x40\xf5\x27\xfc\x87\x7f\xbf\xe1\x38\x35\xf5\x2f\x5a\xd7\xe2\x5e\x2b\x2d\xf2\xbe\xf1\x1e\x5e\x1b\x00\x7a\xe5\xc0\x73\x6f\xa0\x5d\x36\xf0\xa8\x37\xa0\x3f\x81\xef\xb3\x14\xe7\xa3\x9b\x7a\x40\xbf\x4a\xe6\xa8\x0c\xa1\xbe\xce\xc0\xe8\x61\x40\x7e\x39\x30\x21\x1d\xc8\xaf\x04\xa6\xc5\x03\xa7\x5c\x80\xd9\x96\x02\xf7\xbf\xc6\x75\x8e\x8a\xe9\x90\x99\xc4\x3a\x10\x47\x5a\x02\x1b\x74\x19\x07\xde\x9e\x05\x64\x56\x02\x7b\xbc\x80\xa3\xf5\x81\xd4\xb1\xdf\xea\xfe\x33\x53\x78\x8c\x15\xd9\xa7\x3c\x11\xc8\x6a\x02\xbc\x4d\x62\x8e\x84\x24\xf4\xef\x15\x36\x31\xee\x27\xf8\xff\x0f\xf8\x0f\x3f\xd2\xbf\x90\x79\x0f\xef\x4c\x81\x5f\xf6\x7c\xeb\xef\x20\xeb\x1c\x3c\xbc\xca\xfc\x87\xbb\xcb\x98\x27\x74\xcd\x9c\xf5\xca\x2f\x07\x03\x46\x77\xbf\xd5\xf9\xe7\x57\x30\xff\x41\xf1\xfe\x15\x71\x91\xfd\x06\xb0\x6d\x03\x1c\x37\x67\x5c\x33\xd3\x90\xb1\xb5\x0c\x6d\xc0\x2b\x0f\x48\x0e\x00\xd6\x3d\x01\x92\xed\x81\xb0\x76\xc0\x61\x3d\x20\xc6\xf4\x5b\xdd\x7f\x66\x3c\xf7\xfb\x57\xcc\xce\x12\x27\xe0\xa8\x36\x8f\xc3\x51\x73\xe0\xdd\x67\x20\xa3\x06\x0f\xe8\xa7\xfc\x07\x99\x07\x60\xfe\x5f\xfe\xc3\xf7\x3c\x88\x4f\xb9\xdc\x9f\xbf\xb2\x05\xa0\xa5\x0b\xbc\xd0\xf9\xc6\x7b\x68\x72\x0d\x78\x50\xc9\xf5\xdb\x37\x37\x02\x1d\xc3\x81\x6b\xf9\x80\x81\xe9\x37\xbd\x83\x73\x46\x80\x49\x09\x90\xaf\x0f\x8c\xbd\x06\xe4\x7c\x06\x2c\x4b\x80\x93\x9d\x80\x99\xb7\x81\xcc\x2f\xc0\xbc\x32\x20\xb9\x36\xe0\x3c\x1d\x48\xba\xc5\xb5\xd7\x87\x44\x6d\x76\x62\x1a\x10\xda\x12\x48\xc8\x61\x0c\xe8\x50\x7d\xe0\xf0\x30\xae\x0f\x3f\x1d\xc3\xbb\xb1\xcb\x8e\x40\xda\x58\xe0\xd7\x0d\x40\xea\x7e\xe0\x6d\xe5\x77\x3c\x98\x0b\x3f\xf1\x5f\xd4\x6d\x86\xa8\xfc\x9c\xff\xa0\xb0\x9f\x5f\x03\x1a\xa6\xc0\xa7\xe1\x40\x5d\x3d\xa0\x72\x38\xd7\x27\x3f\xd7\x65\x5b\xc5\x7b\x50\x07\x9a\x1e\xe5\x79\xa0\xe7\x08\x5c\xa9\x00\x3a\x96\x03\xe7\xdb\x01\x06\xc6\x40\xfe\x3a\x60\xe0\x55\xe0\xd4\x4b\x60\xd8\x2e\xe0\x84\x15\x30\xde\x8b\x75\x1c\xac\x7c\x80\xe4\x5a\xc0\xec\xdd\x40\xd2\x50\xc0\x69\x3f\x90\x60\x06\xac\xe8\x0e\xec\xdf\x00\xf8\xc5\x03\xfb\xce\x02\x21\x95\xc0\xfe\x60\xae\x81\x3e\xf0\x2f\x70\xf8\x01\x90\x78\x95\xb9\x24\x07\x6f\x03\x25\x03\x80\xa4\x15\x7c\xd7\x7e\xc8\x1c\x78\xbf\x0b\x48\x54\xad\x8e\xff\xff\xa7\x0f\x86\x66\x75\xff\xd7\xae\xfb\x8e\xff\xf0\x1d\xff\x43\xee\xf3\x21\xe3\xfd\x8a\xbc\x50\xcb\x17\xf8\xed\x12\xa0\xfc\x82\x75\x90\x54\x5b\x03\xb7\x7a\x00\x5a\x09\x40\xe9\x03\xe0\x97\x16\xcc\x59\x6a\x33\x93\x75\x4f\xba\x95\xb1\x56\x43\x1f\xc5\xee\x25\x1c\x30\x4d\x02\xd2\x83\x81\x31\x5a\x40\x8a\x19\x30\xb9\x3e\x70\x48\x07\xb0\x8d\xf8\x0e\xf7\xbf\xa3\x38\x01\x03\xf1\x99\x80\x9f\x12\xb0\x27\x0b\xd8\xa2\x07\xec\xd1\x04\xa2\xcd\x18\xe3\x54\xbc\x6b\xc5\x2e\x26\xeb\x2d\xf3\x25\xae\xce\x06\xf6\xd5\x03\xca\xcf\x2b\x4e\x13\xc0\x9f\x2b\x81\x78\x81\x57\xed\xba\x51\xdd\xff\xff\xe8\x20\xfc\x88\xff\xe0\xfc\x73\xde\xc3\x73\x71\x5b\x20\xf3\x1e\x48\x0b\x36\x9d\xe3\x40\x65\x13\xf3\xc0\x14\xf3\xa7\x48\x9f\xfb\x3c\xe4\x6b\x02\xed\x4d\xbf\xd3\x3b\x38\x02\x0c\xd0\x64\x1f\x86\x55\x00\x09\x8b\x98\x37\xb6\x3f\x5e\x71\x56\x01\xf6\xda\x33\xee\x1f\xfb\x07\xe0\x16\x03\xec\x2e\x05\x14\xeb\xe2\xee\x4e\xc0\xe6\x5b\x40\xb4\x2d\xb0\xab\x1c\x88\xf1\x03\x0e\xed\x05\x62\x1e\x72\xaf\x98\x38\x45\x7e\x48\x06\xe2\x7c\x80\x47\xf6\x8a\x53\x27\xf0\x31\x05\x88\x76\xfd\xb1\xff\x35\x75\x10\x56\x0b\x9c\xd3\xa3\x95\x18\x87\x79\xec\x9f\x3c\x0e\x35\x79\x0f\xbf\x8b\xdb\x82\x9f\xf1\x1e\x2e\x86\x00\xaa\x9f\x59\xd7\x47\x6b\x11\x90\xe3\x0a\xb4\x38\xc9\xa7\x08\xd2\x3b\x38\x03\xf4\x2a\xe5\x3e\x0f\x26\xba\x9c\xb7\xc6\xea\x02\xb1\xfb\x80\xa9\x37\x80\x18\x4f\xc0\x61\x20\xb0\x73\x3a\xb0\x64\x03\xb0\x33\x98\xb1\xdb\xc8\x34\x5e\x3f\x77\xd8\x01\x3b\xff\x04\x22\x95\x80\x83\x95\xc0\xce\x78\x20\xe7\x1a\x7f\x4f\x31\x0e\x8a\x3d\xe5\x93\xba\xdf\x74\x20\x6a\xfa\x5f\x93\xff\x21\xfb\xbd\xdc\xb7\x06\xff\x21\xb4\x46\x1c\xc8\x78\xe7\x7d\xb6\x32\xef\xa1\x66\xbf\x0f\x99\xf7\x50\xb8\x81\xf9\x13\xa7\x7b\x02\x6a\x12\xf7\x7b\xd0\x01\xe7\x01\xdd\xaf\xc0\x41\x03\xa0\x9b\x23\xb0\x6f\x38\x60\xb4\x9d\x79\x0f\x23\xe6\xb0\x1f\x96\xba\xc0\x0e\x1f\xc0\xee\x05\xb0\xcd\x17\x70\xd6\x03\xb6\xf7\x64\xec\x3a\xdc\x16\x08\x4e\x02\xc2\x7a\x03\xbb\x86\x00\xe1\x33\x81\xe4\xd6\x40\xd8\x7d\x20\x67\x25\x6b\x2b\x95\x2a\xfc\xbe\x01\x3c\xf5\x62\x0e\xd1\x97\xe8\xff\xea\x40\xc8\x38\x78\x4d\xbf\x6b\xea\x40\xfc\x54\xf7\x63\x77\x8d\x38\xf8\xbb\x46\x1c\x88\x71\xa9\xc2\xfd\x05\x3f\x20\x63\x0f\x50\x37\x09\x38\xb8\x1f\x68\x1c\x04\xec\x9b\x07\xb4\x8d\x62\xbe\x8b\x62\x5d\x8d\xf2\x06\x86\xd8\xb0\xce\xc3\x04\x5f\x20\xe4\x0f\x60\x7a\x38\x10\xa2\x0d\x38\xa6\x03\x9b\x94\x81\x55\xb3\x80\x4d\x79\xbc\x8f\xd8\xf0\x16\x88\x9c\x07\x04\x47\x02\x07\x15\x73\x45\x9b\x73\x4f\xf0\x73\xa0\xc4\x1d\x58\x3f\x1f\x78\xd4\x1c\xd8\x38\x0c\xf8\x3a\xf4\x1b\xff\x65\x95\xf0\xd7\xcd\xb9\xba\xdf\x8e\xc3\x6b\xf0\x01\x12\xd8\x7e\x78\x52\x3d\x0e\x64\xdd\x0f\x59\xf7\x42\xd6\xfd\xa8\x8a\x03\x51\x4d\x73\xb6\x2d\xdb\x33\xa3\xd9\x1e\x4d\x61\x7b\x48\x9c\xae\xf7\xd9\x03\x75\x7b\x71\xcf\xc0\xe6\x91\xc0\x0e\x65\xde\x87\x86\x27\x00\x03\x9b\xb2\xbe\x85\x62\x7e\x04\xb5\x04\xa6\xf4\x02\xd6\x1e\x64\xbc\x7b\xdd\x45\x60\xa5\xe2\x73\x3d\x20\x68\x37\xe0\x77\x0b\xd8\xf1\x02\xf0\x2b\x07\x0e\xc5\xb2\xde\x45\xf6\x14\x60\x4d\x1d\xe0\x72\x00\xe0\x67\x09\x3c\xe9\x05\xf8\xf6\x02\xfe\x05\xb0\x32\xa4\x3a\xff\xc3\x49\xf0\xe4\xe6\x8a\x7d\xa5\x5d\x5a\x75\x3e\x80\xcc\x83\xa8\x89\xfb\x3f\x8b\x64\x7b\x5f\xf4\x45\xb9\xd5\xab\x7a\x1c\x5c\x98\x2d\xe2\x40\xe8\x43\xc8\xb7\x08\x69\xa2\x1f\x4c\x92\xc0\xbf\x63\xc5\xf8\xed\x08\x03\xb4\x4a\x80\xd0\x22\x40\x71\x9c\x0c\x9e\x04\x18\x2e\x06\xd6\xef\x03\x46\x8c\x00\xfc\xf5\x80\x49\x2d\x78\x2f\x39\xc7\x11\xf0\xda\x05\x2c\xbb\x0c\x78\xb9\x72\x6e\xf7\x58\x09\xec\xd8\x0c\x78\x84\xb3\x66\xd0\xca\x1c\x20\x67\x02\xb0\x22\x15\xb8\xf2\x8e\xe3\xfd\xd1\x7a\xc0\xfd\x0a\xf0\x79\x35\xe0\xac\x5d\xe3\x7d\x0b\xbf\xad\x5f\x54\xe7\x3f\x58\xb6\xab\xce\x83\xa8\xe2\xbf\x08\x7e\x87\x8c\x7b\xdf\xde\x22\xfc\x17\x38\x7f\x15\xff\xa1\x36\xdb\x1c\xc1\x07\x38\x2a\x6e\x97\x0e\x8b\x71\xd8\x23\xf0\x62\xae\x4e\x03\x42\x4f\x33\x2f\x66\x63\x10\xf7\x5f\x0b\x48\x05\xba\xac\x04\x7c\xf2\x80\x81\x37\x01\x4f\x07\x60\xfc\x63\x60\x85\x27\x60\xbb\x05\x70\x0f\x01\x5c\xff\x05\xdc\xfc\x81\xb5\x93\x00\x97\x18\x20\x42\x0b\x70\x99\x0d\x24\x45\x03\xce\x3d\x81\xec\xc5\xc0\xa2\x67\xc0\xe5\x0b\x80\x93\x09\xf0\xc8\x00\x98\xdf\x1d\xf8\xb3\x05\x60\x27\x34\x13\xa7\x95\xfd\x98\xf7\x31\xd6\x52\xd8\xff\x8f\xb2\x2f\x8f\xcb\x39\xfd\xde\xbf\x2a\x6b\xf6\x64\x27\x59\xb2\xb7\x59\x2b\x51\x59\x8a\xd2\x66\x09\x6d\x52\x42\x29\x25\xad\xb4\x27\x5a\x48\x45\x51\xa4\x85\x92\xa5\x8d\xec\x4b\xc8\x3e\xc8\x32\x98\x31\x06\x59\xc7\x18\x86\xc1\x2c\x06\xfd\x5e\xef\x73\xee\x77\x29\xe3\xfb\x79\xfd\xfe\xf0\xba\x5f\x4f\xe5\x79\x9e\x73\xbf\xcf\x7d\xee\x73\x9f\xeb\xba\xaf\x23\xe2\xe6\x78\x11\x47\x1b\xf2\x5f\x7e\xdc\xc0\xe3\x2d\xd1\x6d\xfd\x62\x7a\x7d\xfb\x8f\x9c\x10\xf6\x0b\x55\xcd\x62\xc1\x03\x91\xf9\x1f\x9b\x85\xae\x52\x9a\xf8\x7d\x82\xe8\x1f\x13\x15\x01\xb4\x2c\x03\x96\x5b\x02\x3d\x9d\x98\xbf\x24\xe5\x17\x7e\x69\xbc\x3e\x16\x47\x00\x0e\x9f\x01\xcf\xf7\x80\x8f\x3d\xb0\x60\x3c\x10\xed\x0e\xcc\x7b\xc7\xb1\xd3\xb5\x35\xb0\xbd\x2d\xe0\x5c\x01\x1c\xf8\x07\x70\xba\x03\x5c\xcc\x07\x1c\x94\x81\x9f\x93\x00\xfb\x0e\xc0\xdb\x28\x60\x86\xc8\xab\xad\x14\xeb\xdb\x2d\xdb\x6b\x14\xc5\xa3\x81\x58\x3f\xa3\x44\x5e\x2d\xf3\x5f\x6a\xf9\x3f\x0d\xf9\x2f\xc2\x7e\x99\xff\x72\x40\xec\xa3\x32\xff\x65\x87\x58\x2f\x39\x62\xfd\xa4\xc7\xf1\xc8\xb7\xdc\x80\x98\xb6\x5c\x85\x0c\x92\x3e\x27\x16\xf0\xbd\xad\x58\xd5\xf1\x28\xe0\x79\xa3\xf1\xfa\x21\xa1\x80\xfb\x8a\xa6\x11\x26\xbb\x01\x97\x65\xcd\xdb\xd9\x4d\x01\x1c\x8d\x9b\x9f\xf7\x74\x06\x66\x3d\x50\x6e\x12\xde\x18\x98\x91\xa5\xdc\x32\x45\x05\x98\x9a\xa5\xac\xba\xb5\x11\x60\xa3\xd5\xfc\xda\xbe\xb6\x80\xe5\xd3\xe6\x41\xe7\x42\x80\x29\xcd\x9a\x7d\xfa\xf1\x0e\x60\xbe\xbf\x99\xff\xab\x01\x80\x99\x67\x53\xea\x47\x6c\x72\xa6\x11\xe1\xd8\xa3\x7f\x54\xa0\xfa\x8b\xcc\xf7\x18\x26\x78\xd5\x3a\x42\x6f\x4e\x53\x9c\x25\xbe\xe2\xbf\x08\xfb\x2b\x85\xdf\xcb\xfc\x97\xfd\xa3\x41\x55\xa2\x92\x9f\x15\xa8\x6e\x50\xf0\x9b\x12\xe1\x17\x59\x27\x9b\x11\xba\xb2\xfe\x7c\x6b\xaa\x4f\xac\x51\xe1\xfe\x31\xd1\xd5\xed\xe8\x7f\x06\xa5\x72\xe0\xf4\x98\xd5\x81\xea\x96\x73\x9a\x74\x7a\xde\x2a\x01\x98\xf5\xa8\x6b\xf3\x3e\xa5\x58\x3a\xad\x49\xb7\x31\xfa\x79\x0a\x43\x2c\xff\xe8\x96\x61\xdd\x44\xe1\xf8\xa4\x4f\xdd\x3b\xbb\xa5\x29\x2e\x99\xd8\xab\xdb\xeb\xa0\x12\xc5\xa7\x26\x1a\xdd\x9e\x26\x6a\x2b\x4d\x1f\x6b\xd2\x2d\x25\xab\x5a\x29\x72\xf4\x81\x6e\xbd\x4b\xb5\x94\xbc\xf5\x83\xba\x5e\x3c\xf5\x58\x69\xe4\xa8\x5b\x5d\xed\x6e\xde\x53\xdc\x39\x32\xb6\x6b\x9b\x5f\x9b\x2b\x7c\x1c\x7e\xa4\xcb\x87\x9a\x1a\x85\x61\xda\x77\x3a\x92\x9e\xc1\x10\x5b\x95\x41\xd2\x38\xc0\xb4\x35\xf5\xbb\xe8\x33\xbd\x25\xd5\x25\xfb\x58\x36\xa7\xfe\x07\xea\xad\x9a\x6c\x90\xc6\x86\xfc\x97\xb3\x22\x6e\x56\x08\xbe\xd7\x7e\xa7\x66\x84\x67\x17\x57\xb7\xa0\xee\x02\xdb\x87\xb0\x5d\x59\x01\xcc\x7f\x49\x39\xd1\x83\xfb\xc0\xe8\xf6\x24\xfc\x32\x92\x4e\xe7\x40\xe0\xf0\xbe\x74\x2f\xda\xa3\xaa\x1f\xe1\x5f\x0e\xaf\x06\x10\x3f\x66\x8a\xe2\x10\x45\xc5\xcd\x80\xa9\x82\xa6\x6d\xd7\x79\x08\x1e\xeb\xa7\x19\xa3\x63\xac\x34\x54\xef\xa5\xe6\x4e\xd3\xd2\x46\x8b\x87\x79\x6b\xe6\x3a\xfc\xd3\x78\x83\x56\xb6\xa6\x86\x6f\x7e\x93\x0d\x83\xd2\x87\x1c\x58\xf1\x53\xd3\xa6\xfd\x17\x0d\x31\xde\x38\xa1\xa9\xa2\x46\xb7\xc1\x19\xbb\xd4\x9a\xdc\xec\xd3\x6f\xb0\xed\xf1\x3e\x4d\x16\xf7\xca\x1a\x74\xeb\x5a\xbf\xc6\x67\xd4\x67\x0c\x3a\xf8\x44\xb9\xd1\xf7\x3d\x73\x07\xe5\xfd\x1b\xa4\xb4\xa1\x47\xb3\xfe\x69\x35\x35\x8a\x93\xbb\xde\xec\xbd\xbe\xa6\x46\xc1\xa8\x63\x8d\xda\x49\xc9\x5e\xd5\x9b\xdd\x88\x2f\xa4\xb2\xb7\x33\xdd\xc7\x69\x37\xb2\xa3\xa6\x34\xca\xfa\x37\xb5\xfc\x9f\x81\xcd\xa8\x2a\x56\x3e\xab\xb5\xc0\x7f\x99\x17\x90\x57\xcd\x7c\x90\x86\xfc\x97\xb8\x2b\x8c\x42\x45\x88\x3e\x22\x01\x18\x4a\x19\x96\x67\x16\x77\x2f\x70\xf4\xe6\x5b\x46\x56\x8f\x0c\xe8\xf6\xdc\x98\x2a\xc6\xd3\x75\x9f\x18\xed\x69\xbb\x16\x18\x74\xd1\xe8\xd7\xfe\xc5\x8a\xbd\x34\xa6\x19\x9b\x19\x99\x2b\xde\x51\xdf\x6a\x3c\xd5\xae\x8b\xe2\xc7\xee\xbf\x1a\x0f\x5f\x74\x5a\x71\x4f\xd7\xbe\xc6\x4d\x23\x1f\x29\x9c\xee\xbc\xd4\xf8\x5a\x5a\x02\xd0\xe1\xb1\xd1\x5f\x85\x8e\x40\xfb\x04\xa3\x7e\x47\x5c\x81\x76\xa7\xc6\x4e\xbc\x12\x00\xb4\x79\x33\x26\xfa\xa1\x01\xd0\x7a\x84\xe1\x0f\x7f\xdd\x07\x94\x6f\xeb\xdd\x90\xec\x6b\x16\x3e\x9c\xee\xf9\x37\xce\xd5\xce\xa1\x71\xd1\x20\xaa\x43\x29\x8d\xeb\xcf\x75\xda\xfd\x7d\xa9\x1f\x46\x2d\xff\xc7\xa2\x15\x79\x40\x99\xb0\x7b\x47\x15\xc3\x2e\xb9\xc1\x2c\xb3\xbc\xe1\x85\x16\xdd\xc7\x4c\x3e\xa3\x43\xaa\xd9\xf1\x6a\x23\xab\xf9\xf9\x1b\xd0\xf3\x0e\x4c\xe0\x8d\xd2\x0b\x8c\x46\xb9\x94\x31\x7e\x6e\x5b\x65\x46\xfa\x08\xe3\x34\x27\x93\xfd\x3a\x39\x96\x14\x81\x7b\xf4\xb6\x51\x6a\x7c\x03\xe8\x14\x62\xdb\xb5\xa7\x1d\xa0\xd2\xd7\x36\x59\xaf\x37\xd0\xaa\xc8\x36\xcd\xfa\x0a\xd0\xfc\xb5\xad\xa2\xfb\xaf\x40\x93\x00\x9b\xdf\x96\x5b\x03\x4a\xce\x36\x51\xc9\x23\x00\x85\x5e\xd6\x15\x5b\xa9\x52\x6a\x55\x7d\x80\x3a\x2c\x58\x5e\xbc\x48\xb8\xe0\x94\xdf\xef\xd1\xcd\x42\x8b\xa7\xef\x9a\x49\xa3\x99\xd0\x65\x1e\x27\xf0\x2b\x43\x67\x1e\xf5\xb7\xf1\x38\xbc\x8c\xc7\xa1\xa4\x8b\x71\x4c\x4d\x25\x8f\xed\xef\x46\xb8\xe4\x2e\xab\xfe\xd9\x6c\xbf\x26\xf9\xf7\xc6\x43\x23\x22\xd8\x7e\x7d\xca\xb8\x56\x9d\x60\x3d\x98\x28\x5f\xd6\x09\x09\x74\x9b\x4c\x28\x83\xb7\x0a\xdf\x2a\x73\xa9\xb2\x22\x1c\x68\x7a\x47\x5b\x9a\xb7\x49\xaa\xd3\x08\x3d\xd0\xf7\x62\x74\xaa\x6f\x8e\x3d\xf1\x49\x5a\x1a\x38\xd3\xfb\x2a\x5c\x9b\xe3\xad\x4a\x76\xcd\xe9\xad\x4d\x7b\xb7\x73\x24\xcf\x98\xd3\x13\x56\xd8\x70\xbe\x14\x4c\x75\x59\xa7\x2a\x46\xd0\x1c\x73\x72\xa8\x8e\xef\xa8\x52\x4e\x75\x7f\xfb\x57\xe7\x08\x51\xb1\x77\xbe\x43\x08\xfa\x6c\xab\x37\x14\xd3\xed\x84\xdd\x36\xa2\x1f\x88\xb9\xd0\x2f\x37\xf5\xaf\x3f\x3f\x63\xe9\x9e\x7b\x79\xa9\x06\xed\x7c\x3b\x4f\x0c\xa1\x0c\x28\x4f\x87\xfd\x39\x43\x89\x6f\x0f\x26\x7b\xf3\x73\x8e\x33\x30\xfb\x83\x9f\xbf\x39\xe9\xc6\x04\xea\xf0\xed\xca\xc5\x3a\x7c\xeb\xd6\x55\x87\xed\x9c\xad\x32\x9b\x32\x12\x2b\x1d\xe6\xc1\x18\x45\xcd\xa1\x1d\x46\x47\xdf\x95\xd0\xe8\xae\x87\xdc\x69\xfe\x14\xe3\x3d\x44\x04\xf6\x7c\xa9\x4a\x8c\x1b\x4f\x5b\x6d\x62\x9e\x78\x7c\x9a\x44\xb8\xb7\xa7\xb9\x33\xe5\x30\x9e\xea\x7c\xdf\xdf\xe3\xaf\x04\xb2\x73\x61\x4e\x16\x7d\xb3\x05\x93\x4b\x28\x62\xcd\x4f\x39\x4d\x88\xe3\x7c\x7f\xe6\x3c\xcf\x9b\xfb\x92\x90\x49\x57\x81\x5b\x39\x89\xfb\x79\x76\xc2\xee\xa9\xe2\x5e\xaf\x95\xe8\x63\x6e\x41\xfa\x31\xbb\x2b\x74\xfe\xe0\xe7\xcf\xfe\x9d\xa9\x3d\x9e\x32\x86\xe4\x46\x13\x89\x17\xb8\xea\xb4\x25\xed\x1c\xd1\x3a\xd3\x29\x82\x06\xa5\x32\x0f\x66\x89\x1a\xab\xf0\xbb\x07\x38\x51\x97\x01\x87\xf8\xb9\x0a\xbc\x0e\xdc\xa8\x9e\x6d\x6a\xb1\x80\x70\x8e\x91\xb7\x18\x95\x1b\xa8\xc6\x65\xea\xf6\xe5\x3e\x22\x43\x17\x42\x75\x08\xd0\x66\x9d\x7f\xff\xa1\xda\x84\x6b\xfa\x97\xb1\xa7\xf9\x3f\x72\xa4\x25\x19\xd0\x6a\x09\xe1\x36\xfe\x76\xb1\x4f\xf9\xf7\x99\xe4\x27\x4b\x77\x14\x91\x2e\x8a\x5f\x3a\xdf\xa0\xf4\x8b\xfc\x9e\x3e\xd9\xd7\xe8\x29\x9d\x8d\x7c\xa7\x7e\x26\x3c\xd8\x43\xf8\x43\xc3\x79\xb1\xf7\xf9\x72\x7e\xb6\xf5\x1c\x47\xa8\x79\x46\xe2\x44\x8a\x94\xeb\x34\xa7\xdc\xe7\xf5\xcf\x17\x2e\xa2\xab\x67\x53\x06\x11\x32\xcc\x99\x4e\xdc\x7e\xea\x73\xe9\xf7\x0b\x0a\xdc\x57\x90\xd7\x66\xb1\x9d\xd3\xa2\x3c\x88\x3f\x66\xd1\xca\x8b\xd4\xf6\x8d\xec\x7c\x89\x47\xa1\x6b\xcb\x3a\x29\xbd\x9a\x07\xd0\xff\x6b\xb1\x74\x99\x38\xe9\x87\x0b\xdc\x37\x3c\x8b\xe7\x21\xac\x4a\x93\xbe\x49\xd8\x9d\x09\xf4\x89\xe1\x57\xf9\xbe\x7f\xf8\x55\x1f\xc2\xa5\xc2\x6b\x56\xd0\x99\x27\x3c\x72\x03\xe5\x2a\x61\x37\x0a\x29\x97\x0d\xb3\x3d\x46\x19\xca\xf2\xd1\x57\x48\x89\x7e\x99\xe1\x03\xc2\x2d\x42\x54\xfe\x64\xdd\x18\x71\xbf\xdd\x47\xf0\xc4\x3c\x04\x8e\xe3\x2e\x78\x20\x73\x7f\x90\xc6\x2c\xb5\x29\xb4\xea\x52\xd3\xa7\x92\x1f\xac\xd9\x6b\xcf\xaa\x22\xfe\xcc\x73\x0a\x49\xe4\x3e\x41\x4b\x77\x2c\x20\x3c\xca\x43\xf4\x4f\x71\xed\xcd\x3c\x27\x99\x07\x63\x5d\xc4\x4f\x6d\xa2\x46\x00\xcd\xcb\xa8\xd2\x10\xb2\x66\x50\xe4\x72\x8a\x37\xdd\xb2\x59\x57\xa0\xd1\xdc\x68\xb1\x53\xaf\x12\xf3\xb0\xaa\x80\xef\xfb\xaf\x74\xd6\xa2\xef\x1d\xb7\x89\x23\x6d\xdc\xaa\x59\x64\x77\xdc\xd5\x45\xe4\x79\xab\x96\x45\xa8\xb0\x87\xae\x23\xc4\x7c\x55\x51\x3e\x71\x96\x57\x7a\x1e\xa0\x15\x1d\x5b\x79\x91\xfa\x67\xc4\xac\xfd\x69\x2c\x3f\xc1\xdf\x99\xc9\x22\xe2\xa1\xcc\xff\xa8\xd5\x45\xd1\xe4\xd1\x7b\xbc\x34\xa6\xab\xcc\x20\xbc\x32\xa9\xf5\x1c\xb2\x23\x36\x99\xfd\x7b\x99\x21\xf3\x22\xfc\xcb\x3c\x09\x3d\xf1\xf6\xf0\xa6\xd9\x77\xf7\x5b\x4a\x51\xc8\xd1\x99\x75\x42\x66\xb8\x32\x4f\xc0\x7c\xcb\x72\x5a\xe5\x46\xd7\xc3\x89\x37\x31\x2c\x2a\x8a\xe6\xb7\xef\xc9\x15\x14\x4f\xda\x3f\x5c\xc9\x27\xd4\xa3\xab\xc5\x0d\x8f\x14\x4d\x05\x5a\xf7\xc9\xe7\x3a\x51\xa4\x4d\xa9\xd4\xa4\x4f\x48\x51\x19\x47\x7d\x93\x52\xfa\xd8\x51\xc4\x4d\xd9\xeb\x49\x48\x59\x4a\x00\x23\xf2\x29\x36\x29\x14\x1f\x52\x5a\xf3\x59\x26\xf9\x4d\x39\xc5\x85\xa4\xb8\xb3\x84\x5b\xad\x09\xfa\x81\x7e\x9f\xd4\xeb\x37\xda\x01\x12\xa3\x3e\xd3\x13\x5e\xd9\xb8\xa6\x1e\x5f\x68\x99\xc0\xb5\x82\x88\x17\x92\x54\xed\x42\xcf\x39\x36\x91\xfb\x04\x85\xbd\xf1\xa0\x3c\x31\xa8\xb9\x37\xb1\xb0\x16\xa7\xf9\x51\x86\xb9\xc0\xcb\x9f\xa2\xb4\x73\x9f\x10\x42\x87\x66\x79\x85\x93\xca\xbe\xb5\x79\x24\xb1\x93\x4c\xed\x63\x68\xf6\xf5\x23\x62\xe9\x24\xaa\xf5\x84\xd1\x58\xf5\x31\xab\x09\x65\x6a\x93\xb8\x76\x34\xdb\x9f\x26\x4e\x66\x19\x95\x3c\x0f\x19\xc6\x3c\x0f\x99\xaa\xbc\x43\x67\x24\x1b\x97\xf1\xc8\x2b\x73\xe3\x8d\xf9\x94\xa1\x6d\x6c\xc3\x9d\x6b\x32\xb5\xd7\xd0\x8e\xbc\x49\x83\x15\x27\x32\x36\xed\x71\x94\xc6\x0d\xfb\x2b\x49\x3f\x62\x63\x8b\x5b\xb4\x22\x37\xe8\xfd\x42\x67\x86\xf4\x21\x9f\xe9\x73\x52\x04\x6f\x30\xe1\x26\x8f\xf2\xbc\x70\xbf\xa0\xb8\x8b\x0b\x09\x87\x0b\x7f\xc9\xcf\x3b\x78\x2e\xf7\xcb\xf1\xf5\x0e\x24\x2f\x5d\x78\x3c\x84\x3e\xcd\x75\x5b\x38\xf1\x7f\x1c\x02\xa3\xa9\x42\x31\x1d\xab\xe8\x6b\x4f\x36\x5e\x45\x7e\x60\xe2\xc1\x7c\x98\x91\xa7\xd7\x12\x9e\x37\xb0\x2a\x99\x4e\x64\xdd\xbb\xaf\x23\x82\x6e\x8b\x3c\xb9\x4f\xd4\xe6\x46\x3c\xe6\xe9\x2a\xd0\x99\xbd\x96\x0f\xf3\x6c\x30\x31\x67\x72\x87\xf1\x0e\x95\x3b\x7c\x2a\x45\xa4\xdc\xab\xee\xe4\x41\x5b\xd7\x06\xd3\x8e\x9b\xeb\x92\x40\x71\x32\x37\x82\x15\x29\xf2\x2e\x94\xd2\x27\xe6\x98\x54\x90\xa7\x66\x5b\x55\xd1\x93\xcd\xbe\xfc\x94\xee\xcf\x67\xd7\x70\xad\x29\xf3\x25\xdf\xb9\x91\x79\x31\x6b\xc5\x7e\x91\xb8\x8b\xea\x57\xa2\x1f\x56\x48\x22\xeb\x00\xf9\xcf\x0a\xa5\xbc\xd0\xeb\xd7\x08\x8a\xc6\xee\xc7\x57\x50\xdc\x77\xca\x62\xdd\xa3\x59\xcd\x13\xe8\xdb\x5a\x29\xac\xa6\x75\x61\x6a\xc2\xac\xc6\x31\xb6\xeb\x68\xfe\x74\x17\xa7\xd1\x2e\xd6\xaf\xfb\x06\xf2\x8f\x4e\xf7\x36\x91\xdf\x34\x6b\xbf\xa5\x80\xed\xdf\xe6\xc9\x63\xa1\xb7\x02\xed\xb8\x85\x7f\x77\x24\xcf\xd9\xf1\xf3\x20\xda\x27\x77\x04\x8e\x21\x85\x81\xc2\x12\x5b\xaa\x95\xee\x58\xe6\x4a\x67\xd8\xc2\x0b\x01\xf4\xf3\x1d\xbd\x56\x52\x8d\x64\x87\x5a\x06\xeb\xc9\xa8\xed\x32\xe6\x91\x91\xe5\xc2\xec\x2a\xda\xe1\x0a\x5e\x72\xbf\x9c\x82\xca\xf7\xc4\x6c\xdd\xd6\x8a\xed\xde\xd2\xbf\xa6\x1e\x2f\x26\x9d\xfc\x21\xec\x1e\xeb\x00\x05\xea\x70\x1c\xf3\x71\x67\x7e\x9b\x87\x1a\xf3\xfa\x5c\xef\x26\xd0\xac\x3a\x34\x4d\xa2\xdd\x7d\xea\x2f\xc9\x14\x47\xcd\xcf\xad\xa7\x13\xea\xb8\xc7\xdc\xdd\x4b\x6f\x6f\x26\x45\x71\x6d\x5d\xde\xdd\xfb\x24\x32\x5b\xa5\xa3\x0e\xaf\xe2\x26\x49\xdb\x45\xa5\x4f\xe6\xc3\x94\x66\x2b\x10\x8f\x49\xe6\xc3\x94\xfe\x32\x68\x01\xbf\x66\xfd\x87\x32\x35\x66\x70\x96\x66\xbb\xea\xf0\xcf\x97\x92\xbd\x65\x9e\xb1\x82\x2f\x93\xce\xba\x30\x6a\x8c\x77\x97\xf9\x1f\xa6\xf5\x53\x3c\xf3\x02\x31\x5a\x4a\xcf\xdd\x27\x7f\x2a\x49\x7d\xab\x8e\x2f\x74\x51\xb6\x0b\x1e\x6d\xde\xad\x9a\x2f\x78\x31\xcb\xce\x44\x53\xa5\xd6\xf7\xce\x0a\x62\xa7\x7a\xa1\x7e\x5f\x2c\xe7\x01\xa9\x84\x7f\xcf\xea\x98\x46\x95\x28\x1b\x83\x0c\x52\xad\x9a\x34\x7b\x13\xed\x93\x63\xef\x31\xff\x49\xd6\xc5\x19\x6c\xcd\x76\xf7\xea\xcc\x27\xf2\xf6\x8d\x76\x50\x05\x53\xb1\x77\x91\xd0\x3b\xf8\x8a\x0f\xe3\x2f\xf8\x30\x15\x03\x28\x63\x3f\xd4\xda\x80\x22\xd1\xa1\x76\x96\x11\xfc\x77\xdc\xe1\xed\xb0\xf1\x92\x2a\x7e\xcd\x91\xe8\xd0\x7c\x66\x62\x1d\x5a\xc2\x1d\x7b\x0e\xbd\x3e\x90\xc2\x3f\xbf\x48\xcc\x84\x03\xfa\x77\x88\x47\x73\x68\xe8\x1f\xb4\x53\xcb\xba\x28\xa5\xcd\x78\xdc\x65\x26\xe6\x85\xf8\xa5\x01\x53\xe2\x89\xad\xe8\xf3\x22\x89\xf2\xe0\x85\xe6\xa9\xc4\x6a\x76\x8d\xe7\xf5\xec\xe8\x9d\x41\xd1\x76\x3a\xd8\x5e\xcb\x48\xe6\x85\x98\xda\x6d\x25\x3f\x18\xbd\xb4\x80\xd4\x8d\x86\x65\xb3\xdd\x83\x87\xee\xa6\x6c\xbf\x87\x1a\xb3\x54\xda\xba\x96\xd2\xc2\x53\xf0\x90\xed\xff\x8a\x0f\x53\xd2\x9e\x98\xfa\x15\x35\xfd\x0b\x78\xe4\x93\xd9\x49\x15\x73\xf2\xc8\x13\x37\x9d\xc8\x9e\x53\xed\x7d\x69\x1f\x3d\x19\xc1\x0a\x65\x27\x9a\xa6\x50\x5e\x75\xaa\x98\x71\xff\x53\xc5\xac\xd0\x71\xa2\xf4\x2c\xed\xb3\x27\x14\x7f\xa4\x7d\xf4\xc4\xa3\xdf\x28\x92\x1f\xff\xf3\x73\x16\xbe\xe0\x7f\xc8\x7d\x82\x4a\xa9\x8f\xf1\x92\x37\x82\x07\x14\x97\x1e\xcf\x7e\xc0\x7c\x18\x17\xaa\x30\x03\xb3\x3d\x73\x28\xfb\x9f\x76\x7d\x1b\x45\x61\xf3\x2d\x05\xe4\x9d\x26\xab\xb8\x12\xa9\x37\x62\x37\xe5\x19\xba\x6a\xdc\x27\xaa\x7f\x76\x39\x55\xe8\xba\x77\x2f\xa7\xfc\xba\xad\xe2\x41\xf6\x83\x13\x47\x44\xa5\x4e\xe6\xc3\x9c\x75\x16\xe3\x3a\x55\xf1\x9a\x95\x2e\xcf\x5a\xe8\xd1\x7e\x70\xf6\xa5\x39\xf9\xf3\x39\x53\x7b\x3a\x3f\x9d\xf7\xf6\xa6\xb8\x7f\x21\x22\x8c\xfa\x46\x5d\xd0\x4c\xa6\x95\x7a\xe1\xe7\x3c\xf2\xb8\x0b\xb6\x7b\x69\x3c\xf7\xfc\x54\x26\xff\xbf\x9b\xf4\x64\xce\x1d\x7b\x46\xf9\x59\xe5\x99\xb7\xb4\x73\x9d\x1c\xc3\x71\xf2\xa8\xe0\x47\x1d\xa2\x7c\xaa\x21\x0f\xc8\x55\x87\xfd\xdb\x51\x75\x1b\xad\x13\x3b\x9d\x42\x8a\x3a\x72\x7f\x2c\xb3\xd7\xbb\x89\x8f\x6e\xec\x56\x4a\xf1\x6f\x54\xea\x5e\x5a\x47\x5a\x76\xfb\xe9\x5b\xf6\x7d\x7d\x88\xf2\xf4\xae\x93\x38\x6a\xb5\x2c\x3a\x9e\x84\xff\xec\x17\x75\xf9\x36\x8f\x57\x74\xb8\x62\x73\x45\xa7\x0f\x79\xd2\x95\x34\x3e\xc9\x5e\x2a\x35\xa5\x0c\xfc\xf2\x2f\xb3\xc9\x43\xaf\xfc\xe5\x41\x3a\x30\x55\x45\x9c\x47\x54\x65\x25\x51\xa4\xae\xf2\xda\x42\xfe\x72\xe5\x65\x09\xe5\x9d\x55\x79\xac\x43\x78\xe5\xf7\x1b\x14\x77\x2e\x45\xdd\x3f\xc3\xef\xf7\x96\xf6\x91\xda\x3e\x41\xed\x78\x3e\x4e\x50\x9f\x98\x9a\x2f\xf8\x0f\x6a\xea\xc0\xc7\xbb\x40\x4f\xe3\xfa\xbc\x07\xb5\xe2\x3a\x9d\x83\x47\x6b\xb8\xfe\x2e\x9d\xed\x06\xbf\x01\x6e\xfe\x03\xe8\x3c\x66\xbd\x0b\xe9\x84\x26\xdf\xf3\x3f\x6b\xc8\xfa\x0f\xb2\xbe\xff\xb1\x2a\x60\xe6\x23\xe0\xd0\x7b\xbe\x43\xb8\xf7\x2d\xb0\xe0\x2d\x50\x7c\x0a\xf0\x9e\x0d\xec\x7e\xcd\x35\xf7\x5d\xb1\x40\x74\x6b\xc6\xed\xa5\xf3\xe5\xae\x24\x20\x63\x0e\x50\xf4\x06\xd8\x5e\xce\xf7\xe1\xa5\x99\x2f\xf5\x05\x4e\x9f\x03\xca\x0f\x02\xb7\x63\x80\xf2\x4a\xe0\xc9\x6b\x60\xdf\x7d\xe0\xaf\x99\x7c\x7f\xb8\xe6\xff\x03\xff\xaf\x11\x3a\x17\x9f\x57\x01\xdd\x86\x00\x1f\xda\x73\x5d\xf9\xcd\x66\xa0\x4b\xe5\xd7\xbc\x87\x07\x5a\x7c\xaf\xff\x07\x6f\xa0\xff\x27\xe0\x66\x15\xf3\x62\x2e\x27\x02\xc3\xac\xb9\xbf\x89\xde\x1d\xa0\xf2\x0f\xc0\xe4\x07\xe0\x68\x2b\x60\xd2\x5d\xee\xef\x30\x43\x11\xd8\xf3\x96\x79\x31\x7b\x96\x03\xee\x17\x19\xe7\x5f\x64\x05\x14\x2e\x03\x02\x6e\x03\x3b\x57\xf0\x3c\x14\x9e\x63\x6c\x6a\x67\x35\xb0\x69\x08\xdb\x53\x60\x08\xec\x7a\xc4\xdc\x87\x5d\x3b\x80\x53\x09\x40\xc9\x07\xe0\x66\x27\xa0\x38\x13\xa8\x5e\x05\x48\xd1\xe8\xef\x74\x60\xe7\x6e\xe0\xf3\x27\x60\x5b\xd0\xff\xcd\xff\x48\x69\xa0\x83\x21\xf3\x3e\x88\xf7\xa0\x06\xbc\x2b\xe5\xbe\x18\xcf\x9f\x00\xed\xad\xbf\xe0\x3d\xa8\x01\x5d\xdf\x00\xb7\xf5\x81\x3e\x2f\x80\xab\xd5\xdc\x3f\xe8\xd2\x2c\xc6\x75\xcf\xb4\x93\xf6\x0e\xa0\x22\x1a\x30\x3c\x02\x1c\x29\x00\x26\x59\x00\xfb\x63\x01\x9b\xd7\x40\x59\x1f\x60\xd6\x2d\xa0\x68\x03\xe0\xfa\x1a\x28\xbc\x0d\x78\xbc\x03\x0a\xee\xf0\xdd\xcc\xfc\x27\xdc\xe7\x7f\xeb\x18\x20\x3e\x84\xf5\xfc\xa5\x4c\x64\xbb\x01\x90\x3f\x96\xe7\x62\x8f\x21\xb0\x53\x9d\xb9\x46\x3b\x83\x81\x1b\xa6\xc0\xee\x63\xc0\x53\x4f\x60\x97\x22\xf0\xb7\x61\x1d\xfe\x9f\xf3\xae\x3e\xfe\x5d\x6b\xff\xf8\xff\x9b\xff\xf0\xae\x02\x68\x61\x01\xbc\x7a\x0d\xb4\x52\x04\xa4\xdc\xb4\x95\x47\x1d\xef\xe1\xc7\x44\xc6\x2f\x6f\xe9\x00\x3d\x5e\x02\x57\x34\x80\xbe\xd9\xc0\xc5\xef\x81\x21\x43\xf9\x19\xe9\x7a\x71\x1f\x13\xe9\x24\x5f\xee\xc4\xfd\x72\xca\x5e\x03\x96\x8a\xc0\xae\x54\x60\xba\x2d\x50\x98\xca\xb8\x7f\x81\x3f\xb0\x30\x17\xc8\x33\x04\x7c\x43\xf8\xee\x6e\x68\x77\x20\x67\x37\x10\xff\x1d\x90\x63\x07\xac\xb7\x03\xf2\x86\x02\x5b\xff\x05\xb6\x0d\xe5\x9d\x57\xfa\x7f\xa7\xdb\x88\xfe\x07\x1f\x81\xed\xea\xc0\xe3\x72\x69\x17\x04\x3e\x1a\x00\x5b\x73\xd9\x26\x59\xff\x45\xb6\x5f\xbe\x07\x5e\xcb\x7f\xb8\xf1\x05\xff\xa1\x05\xf0\x6f\x18\xd0\x68\x73\x1d\xde\xff\x52\x13\x50\xb8\x5c\xc7\xff\x90\x79\x0f\xb7\x12\x80\x36\x7a\xc0\x0d\x23\xa0\xc3\x12\xc6\x39\x7b\xa8\x31\xef\xa1\x6f\x35\x70\x72\x25\xa0\xf5\x9a\x79\x4a\xd2\x3a\xd9\x5b\x0d\x18\xaf\x03\x76\xed\x01\xcc\x8c\x80\xed\xe7\xb8\xaf\xbf\xf4\xfd\x9d\xd4\xf8\x0e\xfb\xfc\x6e\x40\xf6\x30\xc0\xe7\x15\xb0\x25\x9f\xb1\x2d\x29\x67\x96\x32\xf6\x4d\x47\x81\xf5\x4d\x59\x3b\x28\xbf\x12\xc8\xf5\x00\xf6\x5f\x67\xdc\x5f\x8a\xbc\x79\x4f\x80\x5b\x3f\xf3\xef\x1f\xbf\xe6\x9f\xff\x7d\xac\x0e\xff\x6f\x68\xff\xb7\x74\x10\xa4\x35\xa4\xd0\xaa\xae\xcf\x47\x43\xde\xc3\xc3\x9f\x01\xec\xab\xd3\x7b\xb8\x55\x04\x34\xd9\xce\x9c\x1c\xe9\xe0\x70\xc6\x8b\x75\x30\x4e\x46\x00\x6a\x63\x99\xff\xa5\xb1\x1a\x28\xbf\x02\xe8\xfa\x00\xbb\x4f\x00\x7a\x6d\x81\x42\x4b\xc0\xe4\x1d\xc7\x2b\x4b\x0f\x60\xcb\x55\xc0\xae\x04\x90\x76\x29\xb7\x5c\x60\xe3\x11\xc6\xe4\x32\x7e\x07\x42\x84\xee\x7f\xec\x53\x20\xa3\x09\xb0\xbe\x35\x90\xe1\xc6\xbd\x21\x64\xfd\x03\x29\x9b\xa9\xb4\x67\xbb\x7f\x3c\x05\x64\x6d\x06\x9e\xdb\x7c\xd1\x07\xa2\x81\xfd\xb5\x3a\x00\x02\xef\x0c\x75\xab\xcf\x03\xf8\xf0\xb2\xbe\xfd\xb2\xee\x87\xcc\x7b\x78\x28\xf4\xea\x1b\xf2\x1e\xbe\xab\xe1\x7e\x17\xa7\xcd\x79\xdd\x1c\xab\x06\x3a\x69\x73\x9f\x8f\x9e\xce\x40\xf1\x14\xde\x57\x0a\xaf\x00\xc3\x77\x00\x79\x4e\xcc\x7f\xc8\x39\x02\x98\x87\x32\xee\x37\x2d\x07\xd8\xf0\x10\x70\xf6\x06\xd2\x46\x03\x9e\xff\x32\x7e\x2f\x9d\xe4\xd7\x77\x05\x62\xd7\x02\xeb\xf6\x01\xeb\xe6\x02\x69\x11\xdc\x57\x2c\xed\x3e\x73\xe5\x24\x3b\x25\x1f\xcc\x38\x0d\xdc\x7e\x04\x6c\x70\x07\x9e\x47\x7e\x61\xff\xdc\x06\xf6\xcb\x3a\x08\x6b\x04\x1e\xde\xa9\x3e\x0f\xa0\x21\xff\xa5\xf6\x9e\xb7\xac\xfb\x21\xba\x86\xca\x78\xf7\x15\x81\xdf\x9e\xf9\x57\xf0\x1e\x7a\xf2\x7c\x1c\x1c\x0f\xb4\xbc\x01\xec\x19\x09\x74\x9a\x0c\x14\xde\x05\xd4\xcb\x80\xfc\xd6\x80\xd6\x22\xc6\xfd\xf5\x5e\x03\x9b\xba\x03\x13\x0d\x59\xd7\xc1\x46\x15\x90\x72\x63\x47\x6f\x20\x65\x18\xb0\xf0\x0c\xb0\xa6\x92\x2b\x76\x49\x6e\x40\xcc\x43\x20\x29\x0d\x48\x79\x57\xa7\x7f\x90\x7c\x18\xd8\xd7\x18\x48\xee\x05\x9c\x0e\x62\xbe\x9b\x14\xb3\x52\x3a\x02\xbf\xc5\x03\x49\x51\xc0\xe7\x4b\x75\xeb\xbe\xa1\x0e\x44\xc0\xa9\xfa\x78\xb8\xcc\x7f\xf8\x16\xff\x45\xf6\x83\x3b\xd6\x0d\xfc\x40\xe6\x7f\x88\x7e\x17\x87\x05\xee\xbf\x37\x0a\x68\xac\x04\xec\xba\x0c\xb4\xba\x0a\x6c\x33\x07\x3a\x4b\x7e\x3b\x0f\xe8\x9f\x07\x64\x3c\x66\xbe\xa9\xf4\x5c\x8d\x6d\x19\xf7\x37\x9f\x02\x24\xc4\x02\x76\x9a\x40\xbc\x3a\xe0\xe6\x04\xc4\xb9\x03\x7e\x36\x40\xc2\x3f\xc0\x8a\x76\x8c\x8b\xa7\x54\xf2\x73\xcd\xd9\x01\xac\x6a\x0a\xec\x59\x0b\xac\xfa\x17\xa8\x9c\x09\xac\x1a\x06\xdc\x5a\xce\xbd\xb7\xa4\x5c\x47\xb6\x3f\xa2\xc7\x7f\x3f\xf7\xda\x7e\x18\x22\x8e\xba\x55\xd5\xc7\xfd\x1b\xea\x7e\xdc\x83\x58\x0f\x02\xe7\xb9\x26\x54\x75\x65\xdd\x8b\x0a\xc1\x83\x38\x2c\xd6\x51\xa9\x39\x8f\xf9\xd5\x80\xe2\x6f\x40\xce\x5a\xa0\xad\xf4\xfc\xd3\x00\xb5\xcd\xc0\xba\x07\xc0\x90\x30\x60\x6d\x01\xef\x23\x52\xbc\x9e\xe4\x0d\xac\x7c\x0a\x4c\xcb\x03\x56\x8c\x07\xe6\x6a\x01\x91\xe1\xc0\xe2\x72\x20\x6a\x0a\x10\xb9\x05\x88\x5c\x06\xac\x7d\x04\x44\x0e\x05\x72\x77\x03\x91\x73\x80\xbd\x1b\x81\x88\xe9\xc0\xe9\x13\x75\x3a\x10\xe1\xab\x80\xe7\x6f\x80\xd0\x2e\xf5\xf9\x2f\xde\xc7\x79\x9c\xaf\x56\x9f\xf7\xe1\x20\xfa\x09\xd9\x7f\xe4\x51\xf6\x83\xa7\xb2\xee\xc7\xb7\xf8\x2f\x0d\x75\x2f\x44\xdf\x93\x72\x11\x4f\x77\xac\xe7\x71\xab\xa8\xb2\x6c\xda\x09\x34\xfe\x8b\xfd\xb6\x83\x33\x90\xb8\x1d\xe8\x53\x0a\xc4\xdf\x03\x86\xcf\xe1\x78\x3d\x4e\x07\x08\xff\x13\xb0\x4e\x05\x96\x97\x00\x4e\xa1\x40\x88\x39\xe0\x6d\x0b\x04\x39\xf0\xbe\x11\x7c\x9a\xe7\x2e\x50\x87\x39\x45\x41\x1d\x98\x73\x14\xf4\x3b\x70\x66\x31\x10\xd8\x09\xb8\xd3\x05\xf0\xcb\x63\x1d\xa9\x25\xb6\xac\x13\xb3\xc8\x4c\xd8\x2d\x78\x00\x4e\x42\x03\x67\x66\xc0\x7f\xf3\x01\xbe\xc5\x7f\x91\xfb\xbe\x54\x09\x5d\x90\xda\xbe\x27\xa2\xda\x2c\x9f\x9a\x8b\xc4\xcf\x65\xfe\xc7\x16\x11\x4f\xd3\xc4\xb8\x46\x05\x50\xfe\x0c\xc4\xea\x01\x5d\x9e\x02\x51\xfd\x80\xc1\xd3\x80\xd0\xeb\x80\xe1\x21\x20\xb8\x0b\x60\xe1\xc5\x1a\x39\xd2\x79\x6a\xc9\x7c\xc0\x33\x98\x75\x2d\xa4\x79\xf0\x33\x01\x92\x1f\x01\x8b\xc5\xde\xb8\xe8\x10\x50\x1a\x06\x78\x49\xf1\x61\x2a\xe0\xa5\x04\xfc\xd8\x04\xf0\xa8\x06\x5e\xf5\x00\xe6\xcb\x7a\x27\x13\xfe\x9b\xff\x61\xd9\xec\xbf\xf9\x00\xff\x8b\xff\x52\x6b\x7f\x03\xfe\x4b\x2d\xff\x43\xc4\x0b\x99\xff\x91\x29\xfc\x26\xf9\x1c\x8f\xab\x44\x15\x4a\x7a\xee\xd2\x79\x2a\xa4\x03\xd0\x3b\x11\x58\xda\x0a\x18\xde\x16\x58\x9c\x0c\x4c\xf4\x03\x16\x99\x00\x76\xd5\xc0\xc2\x83\xc0\x82\x02\xc0\x7d\x07\xb0\xcc\x1e\x98\x37\x9e\x63\xe4\xdc\xfb\xc0\x96\x4f\x80\xcb\x2c\xa0\xb4\x3b\xe0\x7c\x0d\xa8\x7c\x04\x38\xf9\x00\xb7\xe6\x01\x8e\x8b\x81\x17\x09\x80\xfd\x2b\xee\xf5\x23\xdb\x3d\xc5\xb2\x3e\xef\xc3\x38\xbc\x3e\x0f\x42\x7f\x85\xc0\xfd\x05\xff\xe5\xf6\xaf\xc2\x7e\x81\x32\x5d\x14\xcf\xb3\xb2\x3d\x8f\x47\x45\x3c\x95\xf9\x1f\xbb\x85\x6e\x44\x81\xb0\xbb\x21\xff\x63\xb5\xb8\x9d\x17\x2d\xf4\x52\x02\xf4\x80\x26\x9a\x80\xaf\x2f\xeb\x8f\x79\xfa\x03\x9a\x76\xc0\xbc\xcf\x80\x51\x3f\xe6\xe0\x4f\xb3\x06\x9c\x63\x00\xf7\x25\x80\xa3\x16\x10\xd2\x1f\x98\x35\x17\x48\x2c\x05\x66\xbc\x06\xb2\x1c\x81\xe9\xaf\x80\xd2\xe1\xac\x61\x78\xea\x3b\xc0\xfa\x1c\xf0\x7d\x3c\xaf\xad\x5f\xce\x00\x96\xeb\x81\xcf\x0a\x80\x99\x7a\x03\x7b\x85\xa6\xe4\xf0\x0a\xc1\x7f\xb8\x5c\x9f\x07\x51\xcb\xff\x10\xcf\x53\xe6\xbf\xc8\xf6\xcb\xfc\x8f\xf2\x93\x3c\xee\x12\xfc\x96\x02\x11\x2f\x1b\xf2\x3f\x92\x45\xd5\x69\x95\xd0\x15\x5a\x2e\xfc\x61\xb1\x58\x5f\xf3\x3d\x80\xb6\xd2\x73\xcd\x07\xfa\xbe\x01\x1c\x2d\x01\x03\x5d\x60\xe6\x4e\xc0\xea\x77\x60\xda\x30\x6c\x77\x5d\x0b\x58\x67\x29\x74\x0f\x6c\x0f\x4c\x31\x50\x70\x89\x7b\x06\x4c\xd6\x51\x98\xb0\xa9\x0d\x60\xba\x48\x41\x77\xf7\x66\x60\xc2\x34\x1c\x3b\x1e\x0a\x8c\x5b\x0a\xdd\xab\x93\x01\xe3\x9b\xc0\xc3\x37\x80\xd1\x78\xe0\xef\xd9\x80\xfe\x68\xb6\x4f\xf7\x6e\x7d\xbe\xc7\xa0\xad\x3c\xf6\xb5\xe7\x51\xd6\x5a\xfc\x26\xff\x45\xe4\x0d\xfb\x97\xf0\xd8\x90\xff\x92\xf5\x03\xf7\xc9\xc9\x68\xad\x44\x33\xb7\xb6\xa0\x31\x55\x51\x62\x2b\x9b\x12\x6e\x13\xfa\xa2\x05\xed\xc0\xbe\xaa\x2d\x68\xe7\x75\x3d\xdb\x92\x94\x84\x66\xb8\xb5\xbe\xd3\xf8\x20\x60\xd3\xbc\xdd\xf2\xee\xa1\x80\x79\xe3\xf6\x23\x87\xda\x03\x13\xa1\x3a\xd1\xec\x11\x60\x1c\xd9\xa1\xb9\x63\x26\x60\xb8\xb3\x83\xa9\x6f\x36\xa0\xaf\xd2\x61\xfa\x8a\xde\xc0\x88\x3f\x3b\x78\xa6\x5f\x04\x86\x2d\x57\xfd\xbe\x30\x07\xd0\xed\xaa\x3a\xe3\x70\x2a\xa0\xdd\xab\x7d\xd9\xa5\xeb\x80\xa6\xa9\xca\x83\xfb\xe9\xc0\xe0\x78\x95\xf1\xef\xc6\x02\xfd\xcf\xb5\x25\x5c\xa2\xf7\xcd\x96\x5e\x54\x53\x78\xdd\x8c\xea\xf5\x5d\xcd\x9a\x90\x2e\x42\x87\x47\x8a\x74\xcf\xb7\xfd\x1b\x90\xfe\xc1\xff\xe2\xbf\xc8\xf6\x17\x7a\x2b\x51\xfd\x2e\x2b\xa0\x35\xe1\x7f\xe9\xcb\xdb\x53\x55\x31\x71\x7b\x07\x42\x95\x62\x5c\x3a\xf1\x6d\xf3\xb9\x3d\x68\xe7\x58\x2c\xf8\x12\x6e\xaa\x6a\xc4\xb4\x9c\x11\xd1\x8b\x32\x8e\x89\x9d\xfa\x50\x55\x65\x74\xbe\x86\x8d\x4a\x2e\x30\xfc\xa5\xc6\xd9\x01\x17\x14\x66\x6a\x87\xf6\xcb\x35\x9a\xaf\x38\x6c\x90\x45\xbf\x90\xe9\x0f\x14\x3f\x68\x5c\xe9\xa7\xec\x31\x55\x69\x6b\x6f\xa5\x7e\xd6\x61\xfb\x95\x8a\xd5\xfe\xd2\x78\x96\xfc\xaf\x92\x77\xf7\xdd\x1a\x4e\x5b\x57\x28\xfe\xdd\xf5\x9e\xc6\xe4\xfd\x6d\x14\x4d\xbb\xec\xd5\x68\x7c\xfe\x8c\x82\x59\xe7\xc7\x1a\x3d\x7f\xda\x07\x74\x1a\xdf\xd7\xe4\xf7\x87\x80\xea\xce\x3e\xdd\x25\xfb\xda\x3e\xeb\x41\xf7\xf1\x5a\xbf\xef\x7c\x5e\x1a\x95\xf3\x3b\x90\x2e\x4c\xb3\xc0\xb6\x84\x7b\x37\x4e\x6e\x45\xf7\xe0\x65\xfe\xc7\xf1\xf5\x8c\xaa\xc8\xf6\xef\x2e\x6d\x46\x55\xe3\x6f\xf2\x5f\x8c\x18\x96\x8b\xae\xd6\xa0\xfa\x5b\x48\xee\x40\xaa\xba\xfb\x7a\x0f\xa6\xe7\x3f\xcf\x42\x93\x18\x52\x76\xcb\x74\xc9\xe3\x26\xbd\x19\x4a\x55\xc5\x51\xe9\x23\x28\x82\xf6\xbb\x38\xea\x65\x33\x1b\x40\xfd\xac\xde\x31\x75\x03\xec\xef\x66\xa2\x5f\x38\xea\x21\xb6\x75\xf2\x36\x68\x6b\x3d\x0e\x68\x9f\xa4\x7f\x66\x5e\x21\xd0\xe6\xb5\x7e\x42\x88\x29\xd0\xf2\xb0\xfe\x98\x35\xba\x80\xb2\x89\xde\xf8\xec\x8b\x40\xd3\x47\xa3\x0a\xf7\x04\x02\x8d\x7f\x18\xd5\xef\xcc\x70\x40\xe9\xdc\x48\xbf\xdb\x95\x80\xa2\xf3\x88\x75\xbf\x69\x03\x0a\x1d\x87\xcf\xe6\xba\x93\xb6\xb8\xc7\x3c\x50\xf4\xeb\xee\xfb\x9e\xc7\x5e\xda\x3c\xf6\xa0\x7e\x49\xc7\x0d\x15\x08\x3d\xaf\xd3\xbf\x69\x47\xba\xc5\xdb\x66\x77\xa7\xc8\xb1\x29\xaf\x27\x55\x53\x53\x47\x72\xbf\x94\x84\x3d\x43\x68\xa7\x8d\x9a\xa6\x45\xaa\xe9\xc1\x77\x86\x8d\xe1\xe7\xcf\x7c\x01\x77\x75\x7d\xca\xcc\x66\xab\x70\xf5\x7d\x4a\x0b\x23\xaa\x36\x1a\x6e\x32\x21\xd4\x69\x50\xe9\x84\x0b\xd2\xd8\x7e\xd3\x24\x9a\xaf\x16\x45\x93\x03\x3a\x35\x07\x9a\x54\x99\x6b\x69\x17\x00\x0a\xe7\xcd\x7b\x99\x4d\x96\x7e\x33\xd9\xd1\xb9\x0b\x8d\xfd\xfc\x89\xab\x3b\x69\x6d\x3c\xc5\x26\xb3\xdb\x9b\x89\xf3\x3c\xb1\xb2\xb8\x9a\xc7\x4a\xbe\x51\xac\x72\x93\x66\x7a\x7c\xea\x73\xbe\x49\x28\xf3\x3f\x72\x78\x1c\x25\xee\x65\x0d\x15\x78\xaf\x96\xf8\xfd\x20\xea\x8f\xb1\xbf\x57\x6b\xfa\xfe\xc5\x43\xf8\xd6\xfd\x36\x23\x35\xaa\x1e\x67\x0e\xec\x4f\x19\xe6\x3a\x1b\x2d\xc2\x6d\xe2\xdf\x70\xd5\x30\xaa\x4c\x9f\x70\x9a\xe0\xd3\xcc\x07\xf1\xf5\xe5\x84\xc3\x5d\x65\x1c\xfd\xde\x21\xd3\x8c\xfc\xc6\xaa\x9a\xd9\x1c\xe3\x1a\x4f\xa1\x3a\xf0\xd0\xa9\x56\xb4\x93\xf4\x9c\x66\x4b\xb7\x74\x9b\x2d\x9c\xb1\x87\x3d\x71\x66\x98\x0a\xe1\x39\x76\xd5\x7c\x9f\xd7\x2e\x81\x71\x7f\x3b\x1d\x47\xe2\x41\x4c\x7f\xb2\x24\x89\x57\x16\x23\x2a\x33\x06\xf2\xde\x3c\xcd\x9a\xfb\xa2\x4c\x4d\x3f\x41\xf8\x9d\x6d\xd5\x0d\xaa\x00\xdb\x38\x3d\x21\x0f\xb4\x39\xfe\x2f\xc5\x36\xf3\x1f\xd9\xde\x89\x96\x3c\x1a\xed\xe0\x71\xf4\xa7\x2f\xe7\xa7\x58\x47\x9d\xec\xcd\xaf\x64\x3e\x57\xa6\x21\xf3\x9d\x52\x8f\x0f\xa7\x6e\xe8\x09\x79\x86\x34\x3f\xd1\xd7\x19\x75\x0c\x5e\x61\xa6\x81\x2f\x75\x60\x84\x2e\x8a\x93\x1a\xeb\x47\x4c\x35\x62\x54\xd2\xd4\x99\xfb\xc8\xc8\x3c\x98\x81\xb6\xb3\x69\x05\x76\x5a\xe7\x2c\x94\xb5\xe6\x8a\xfb\x7a\xae\x3a\xaa\x62\xe4\x79\x98\xdb\x6e\xfc\x23\x7e\x6d\x4f\x15\xff\xb9\x11\x3e\xf4\x07\x2e\x65\x8c\x94\xcf\xf9\xc8\x7d\xed\x9d\x2f\x16\x52\xfd\xd5\x05\x5c\x11\x76\xb6\xba\x4c\x9f\xe0\x94\x55\x4d\x7e\xe1\xd8\xe2\x3d\xe5\x86\x33\x0f\xd4\xd4\xe3\x7f\x4c\x11\xfd\xfe\x27\x89\x7b\xac\x13\xaf\x4b\xe3\xb6\xa9\x83\xf8\xf9\x3f\x1c\xc9\xfc\x07\xd1\x07\x2a\xf1\xf5\x38\xfa\xb4\xd8\x4a\x53\x9a\x9f\xe5\x05\x96\xc1\x6c\xbf\x2d\x1d\x3d\x3c\xad\xa6\x6b\xf3\xb7\x60\x75\x82\xd9\x95\x0e\x14\x57\xa6\x4c\x61\xd5\x06\x99\x07\x33\x34\xd8\x95\x7e\xde\xfb\x96\x3b\xa1\x34\x6d\x0c\x16\x8a\x1b\x0e\xe2\xfa\x22\xbc\xca\x78\x1e\xbc\x2c\x06\xaf\xe5\xd7\xe3\x08\x19\xf7\x5e\xca\xb8\xbf\xb7\x09\xff\xe5\xa2\xbf\x23\xfe\xe6\xdf\xa7\x12\x3e\xe1\xa5\x93\x4f\x37\x4e\xbd\x66\x1d\xa6\x7a\xf5\xa2\x56\x7c\x06\x5c\xe8\x7d\x97\xfe\xc3\x82\x96\xaf\x76\xb0\xa7\xb2\xbd\x73\x8c\x79\x9c\x9d\xcf\xe3\x74\x7d\x1e\x6d\xbb\x48\xe3\x66\x6f\xd6\xc1\x49\xd3\x1e\x47\xcf\x35\x71\x3b\x57\xcb\x63\x55\xf8\x36\x6d\xd8\xe6\x69\xe4\xd7\xfe\x4b\x67\xb3\xfe\x43\x24\xb3\x33\x5c\xab\x9d\xb8\x0f\x4a\xe5\x5c\xc2\xef\xac\x0d\x18\x7d\x9b\xe8\x37\x9f\x50\x7a\xfd\x56\x0b\x09\x5d\x1a\x22\xec\xed\xa6\xce\x19\x44\xb3\xd1\x7e\x22\x03\x0d\xf8\x59\x8c\xb7\x3b\x50\xc8\x0d\xd4\xe1\x08\x1b\xd8\xc9\x88\xbe\x7f\xa0\xdb\x0c\x42\x3c\x82\x5c\x98\x61\x12\xa8\x17\x4a\xb8\x55\x40\xf0\xda\x72\xfe\xfb\xbc\x65\xfc\xff\xcb\xe9\x3e\xb0\xff\x9d\xb3\x84\x58\x2f\xdd\xf5\x03\x9d\x71\x96\x7c\x7c\x41\xb9\xbe\xaf\xd3\xe7\x0c\xfe\xe6\x6c\xf7\xbc\x93\x62\x5e\x04\x9e\xc5\xfc\x98\xb4\x60\x5e\x8d\x49\x3a\xac\xca\x12\x5b\x39\x9d\x56\x5f\x98\xd0\xfb\x59\x6a\xc5\x3c\xa7\xc5\xd3\x5d\xc2\x79\x76\x59\xff\xc6\xe1\xe8\x02\x3a\x99\xcb\x3c\x18\xf3\x38\xc6\xcb\x8d\x67\x7b\x93\xba\xfc\x30\x6b\x1f\xc2\xbb\xfb\x18\x30\x7e\xde\xe1\x40\x30\x65\x58\x0a\xbe\xcb\x45\xc6\x16\xf1\x37\x2b\x56\x45\x58\x31\x1f\x26\xa2\xc3\x60\xd2\x1d\x8f\x32\x30\xa6\x1c\x3e\x32\x66\x3a\xd9\x11\xf1\xc6\x9d\x70\xda\xf0\xb5\xcc\x2c\x89\xd8\xb1\xfa\x08\xbf\xce\xa2\x15\x1a\x61\x5c\xc2\x1d\x4b\xce\x9f\xa4\x27\x10\xa6\xc6\xfc\xa0\xd0\x8d\xcf\xc8\x23\x97\x19\xfe\x4d\x4f\xd8\xbf\x82\xed\xf6\x1d\x5f\x53\x4f\x17\x65\x81\x69\x0d\xf1\x1f\x6c\x69\xdf\x5b\x11\x3f\x93\x32\xc3\xf0\x4f\x73\xc8\xde\xe0\x85\xae\xf4\x2e\x72\x3f\xa8\x85\x2f\xd8\x5e\x17\xea\x9e\x0a\xd8\xb9\x2d\xa6\xdb\xd3\x96\x15\x82\x07\xa3\xc4\xb8\xb9\x81\x49\x10\x45\x2f\xad\xc4\x65\x64\x8d\xfa\xd0\x50\xca\xab\xda\x4e\x08\xcf\x62\xfb\x57\x08\x85\xc7\x55\x5b\x78\xa7\x96\xf9\x30\xab\xb6\x0c\xa2\x77\x8e\x57\x33\x2a\xe1\x71\x2a\xad\x48\x59\xa1\x25\x2e\x33\x90\x22\x6d\x42\xb7\x04\xfe\xbb\xcd\x9b\x09\xb7\x8a\x9f\x5e\x44\x08\xec\xca\x8f\x15\x34\xe3\xb1\x89\x97\x69\xfd\xc4\x26\x3f\xa4\xf8\x1b\x93\xfa\x07\x79\x70\x74\xaf\x9a\x7a\xfc\x8f\xda\x79\xa1\xfe\x83\x71\xde\xfc\xbc\x23\x89\xf5\x0f\x84\x54\xce\x23\x7e\x8b\xef\x73\x0f\x42\x8d\x3d\x9a\x2c\x22\x1c\xd8\x2d\xdd\x67\xa2\x34\xce\xca\xf4\xa3\xfd\x54\xee\x0b\x65\xbe\x36\x84\x9e\x96\x71\x19\xeb\xe0\x0c\x2f\x0b\xa7\xfc\x72\xa0\x6d\x34\x7d\xeb\x6e\xc5\x2b\x88\x37\xd1\xdc\x30\x5e\x81\xed\x97\xfb\x24\xa5\x54\x29\x3e\xe4\x91\x71\xde\x54\x13\x8e\x54\x29\x6a\x63\x69\x9d\xa4\x04\x32\x23\x2f\x45\x8d\xf9\x83\xa9\x3f\x06\x34\xa7\xd7\x15\x8c\x77\xa7\x54\x6d\x24\x65\x85\x54\xc5\x1d\x7f\xf2\x6b\xee\x07\x92\x94\x7c\x81\x72\xbf\xa4\x97\x3f\x93\x05\x49\xed\xff\xa0\xb1\x96\x17\x23\x78\x83\xb5\xfd\x82\x88\x1f\xb2\x62\xeb\xfc\xef\xf1\x45\x3f\x2c\xbf\x93\x5e\xc4\x93\x5e\x54\xb2\x84\xec\x76\xff\x35\x90\xbc\xca\xd1\x3b\x98\x3e\x75\x86\xc1\x72\x52\xdd\xb0\x74\x0a\xa3\x7c\xc8\x6c\x34\xdf\x3a\x37\x68\x19\x43\xdf\x46\xa7\x78\x25\xcd\xbe\xc6\xb8\x78\xda\x5f\x3b\x6a\xac\xa6\x2e\x35\xcd\xc6\x24\x0b\x05\x37\x99\x0f\x93\x69\x22\xf8\x30\xef\x59\x1f\x26\x23\x79\x10\x9d\x51\x32\xf2\x38\x52\x6f\xfc\xce\x9a\xfc\x3d\xe3\xbc\x0b\x79\x6a\x46\xa2\xdf\x35\xfe\xbb\x15\xf4\x4d\x32\x7b\xa5\xd3\x19\x39\xc3\xb3\x80\xf5\x63\x5a\x1f\x20\xbf\xc9\x1c\xff\x1d\xf7\x59\x6a\x79\x97\x98\x8a\x1b\x43\x7f\x27\x04\x31\x5d\xf0\xe5\x6a\x79\x31\x57\x79\xe4\x7e\x41\xe1\xe9\xbc\xae\xfd\x97\x2d\xa1\x44\x60\xb1\x21\xf3\x41\xe6\xeb\x07\x13\xbe\x2f\xeb\xe1\xcc\x9a\xcb\x7d\x92\xa6\x59\xf3\xee\x35\x79\x64\x2c\xc5\x41\x63\xc3\x04\xca\xa3\x47\xe6\xac\xa6\xf5\xa4\xb9\x84\x4f\x5a\xea\xdf\x25\x13\x8e\xab\x12\xc7\xe8\xbc\xd2\xc7\x0c\x07\xb6\x7f\xcb\x40\x1e\x73\x1f\xb0\x3f\xe4\x7a\x77\x22\x0f\xcb\x75\xe5\x4c\x2d\x77\xf8\x68\x7a\x22\x39\xeb\xa7\x50\x67\xbe\xdc\xe6\x4e\x94\x89\xe4\x29\xfa\x12\xef\x27\xd7\x25\x4a\x99\xc7\x75\x14\x57\x72\x0f\x6f\xa3\x78\x90\x67\xb4\x8f\xf5\x65\x1e\x9d\xa5\x1d\x2a\x3b\xfb\x16\x75\x60\xc8\x1e\xf8\x9c\xce\x0e\x59\x4f\xfe\xa5\xf8\x92\x21\x74\x94\xd6\xdb\xf1\xb8\x96\xfb\x3e\xf4\x0a\x14\xba\x70\x41\xf4\x2e\x9e\xda\xa1\x54\xc1\x77\x1b\x1a\xc9\x79\x81\xd0\xc3\x99\x71\x75\x25\xa9\xce\x58\xce\x4f\xa4\x93\xa4\xa9\x3f\x37\xa0\x1d\x9d\x9d\xc4\xf7\xfd\xe7\xa7\x12\xee\x3b\xb0\xf3\x7a\xb2\xbf\x7b\xe1\x46\xea\xba\xd0\xd6\x93\x75\x43\x14\x4e\x6c\x11\x37\xc0\xf2\xc5\x86\xb9\x43\x8d\x19\xcd\x32\x1f\xa6\xd0\x7e\x20\xf3\x62\x14\x0c\x68\xc7\xda\xee\x6b\x4e\xb8\xfe\xf6\xa5\x4e\x82\xe7\xc2\x3b\xce\x0e\x35\x56\x64\x2a\xf4\x5e\xeb\xc0\x23\x23\xd3\x3b\xd4\xf6\x70\x1f\x25\xd1\x3f\xa9\xc0\xf0\x1a\xd5\x4e\x0a\x36\x3f\x21\xde\x4c\x7e\xd4\x7b\xea\x60\xb5\x55\xbb\x86\xe2\x47\xd6\xa2\x9a\x2f\x78\x31\x7e\x7f\x32\x1f\xc6\xcb\x31\x82\x76\x9d\xf9\xca\x31\x94\x37\xcf\x55\x8c\x23\xf6\xb2\xac\x87\x33\xd5\x2a\x89\xfc\x7c\xf2\xd1\x64\xd2\xc5\x1a\x17\xca\xcf\x59\xbf\x62\x03\xad\x3a\x9d\x5e\x19\x64\x7f\xff\xd1\x9b\x68\x9f\xe8\x76\x94\x75\x24\x5a\x9f\xde\x2a\x2a\xdf\xf9\xe2\x24\x53\xab\x0f\xa3\xc6\xfe\x50\x7c\x8f\xf7\x8b\x32\xb5\x01\xb4\xd2\xca\xaa\x98\xd1\x5a\x9c\x6f\x4e\xf1\xaf\xf8\xae\x3d\x7d\xf2\x9e\x33\xde\xc4\xc4\x2b\xf3\x0f\xa7\x7d\xa1\xd4\x9b\x9f\x40\xe9\x81\x2d\x94\x47\x14\xaf\x2b\xa2\x9d\xae\xd8\xe7\x38\xed\xbb\xc5\xd5\xd7\xa8\x66\x54\xb2\xee\x11\xe5\x25\x45\x87\x5f\xd3\xc9\x61\x97\xd0\x85\x29\x10\xf1\x32\x8f\xce\x1d\x3e\xfb\x63\xe8\xc6\x81\x87\x43\x1c\x79\xa3\x9b\xcb\x6a\x5a\x8d\x0e\x47\x85\x1e\x4e\x04\xf7\xcd\xb1\xf1\xe6\x2c\xce\xec\x68\x06\x65\xad\xc6\xd6\x99\xe4\x6d\x7a\xef\xb7\xd0\xa7\x68\x55\xe7\x52\xdc\xec\xb3\x8e\x2b\x53\x9d\xdb\x16\xd0\x7a\x6a\x59\x24\x4e\xea\xe1\x45\x82\x2f\x59\xc7\x87\x51\xa0\x19\x39\x58\xcd\xba\x28\x07\x92\xfa\xb3\x2e\xcc\x29\xe6\x81\x1c\x34\xe2\x8c\xf5\xd0\x29\xce\x2b\x0f\xb6\xf4\xa4\xe7\xbe\xbf\x7a\xf9\x10\xfe\xf9\x6a\x3a\xf9\x1f\xfe\x63\x0b\xf1\x3d\x0e\x8e\x2b\x66\x5e\x4c\x87\x0a\x3a\x7f\xec\x6f\x79\x89\xe2\xcd\xfe\x73\xd5\x14\xb1\xf7\x2f\x78\x43\x3c\x81\xf2\x59\x6c\x7f\xb1\xe8\x43\xc8\xbc\x98\x86\x3c\xa0\xb9\x8a\xdc\x27\xc9\xe1\x2d\xf7\x7d\x9b\x1a\x97\x49\x15\x49\x2b\xa3\x2c\x5a\xa5\x13\x96\x31\x1f\x66\xec\x35\xee\x0f\x35\xc2\x39\x9f\xe6\x65\x48\x58\x21\x55\xb4\x7a\xeb\xec\xa2\x77\xef\x58\xbd\x9b\xf6\x59\xe5\xd0\x3d\xc2\xee\x7d\x62\xbf\xf8\x82\x0f\x43\x76\x9f\x68\xac\x4a\xfb\xe4\xf1\xfe\xfd\xa8\x06\x5e\xe1\xc4\x27\xb6\x93\x33\x27\xd1\x37\xa8\xb8\x35\x93\xd6\xc9\x49\x6d\xce\x44\x4f\xce\x65\xe5\xb2\xe3\x15\x71\xb4\x34\x4f\x3a\x6d\xa2\xf8\x79\x32\x79\x17\xed\x0b\x15\x35\x47\x98\x57\x53\xf8\x1d\xf5\xe4\xae\x98\x7a\x8f\xf4\x34\x2a\x16\xfd\x4e\x79\xa8\xdc\x3f\xe9\x60\x5b\x1e\xb9\xaf\x94\x67\x9f\xf5\xf4\xee\x6e\x8f\xd2\x69\x7f\x74\x1e\x90\x41\xbc\x7a\xbb\xd5\xcc\x0b\xb1\xd9\x9c\x4d\xde\x3b\xf9\x04\xfb\xf7\x04\x33\xae\x44\xc9\xba\x38\x43\xaf\xed\x22\x1e\xcd\xa0\x2d\x7c\xfa\x53\xbf\x52\x46\xf1\xa6\x43\xe3\x7d\x94\x47\x34\xdd\xb7\x5f\xdc\x94\x3d\x7a\x90\xc7\x93\x5a\x3c\x9e\x19\xc5\x95\x9c\x5a\x3e\xcc\xaf\x7d\x89\xe7\x75\xf6\xe5\x70\xf2\xc0\xb3\x33\x26\xd2\xfe\x77\x4e\x83\x4f\x28\x67\x23\x98\xe1\x79\x2e\x90\x95\x9e\xce\x6d\x89\xa3\x95\x78\xde\x3b\x83\x56\xdc\xb9\xbc\x1d\x74\x52\x3a\xdf\xe3\x50\x0e\xbf\xcf\x79\x3a\x67\x9d\x6e\x79\x9b\xf6\xa5\x33\xa7\x5e\x52\x9c\x3d\x9d\xfd\x91\xf6\x8f\xfa\xfd\x93\x3e\x7f\x02\xba\xb5\x01\xfe\x6e\x0c\x74\x7d\xca\x78\x46\x0f\xb5\xaf\x79\x0f\xb5\x3a\x07\xb6\x80\xc6\x13\xbe\xdf\x3d\x50\xb3\xae\xbf\xc1\x39\x27\x60\x44\x00\xd7\xf5\x0d\xfc\x41\x67\x1f\x23\x6b\x60\x7f\x31\xe3\x14\x7b\x7e\x00\x6c\x2e\x00\xd2\xea\x98\x59\x08\xec\x28\x01\xe6\xbc\x07\x0a\x7a\x02\x0b\x0d\x19\xef\x5f\xf2\x04\xd8\x1a\xca\x77\x70\xb7\x39\xb1\xde\x7f\x5e\x0a\xd7\x7c\xf3\xba\xb1\xe6\xfb\xf6\x2e\xc0\xee\x21\x40\x61\x28\x70\x78\x17\xeb\xfc\x5f\xcc\x62\x1e\xc5\x9d\x6a\x1e\x7f\x4d\x07\x76\x5f\x07\x3e\xbf\x62\x5c\xb9\xe6\x8b\xfb\xff\x5f\xe1\xff\x62\xfc\xe8\x0b\x74\xda\x0d\xbc\x7f\x00\x48\xf1\xea\x8f\x31\x80\xea\x62\xe0\x17\x7f\x40\xf5\x44\x1d\xef\x41\xee\xef\x70\x4b\x07\x50\xcb\x05\xae\x76\x05\x34\xcc\x18\xe7\x1c\xb8\x9e\xf1\x5e\x6d\x3d\xd6\xea\x18\xa9\xc9\xf7\xfc\xc7\x64\x02\x7b\x23\x01\xe9\xa4\x56\x74\x1b\xb0\x6c\x0e\xec\x88\x00\x66\xec\x05\x0a\x8a\x01\xa7\xe7\x40\xde\x4e\xc0\x3d\x51\xe0\xfe\xde\x40\xce\x45\x60\xb9\xc0\xb7\xa5\x7c\x29\xe7\x2d\x90\x5c\xc2\x98\xde\x96\x29\x75\xf7\xfe\xf3\x92\xb9\x87\x40\x81\x21\xf0\x9d\x2e\x50\x90\x05\xfc\x30\x96\x7b\x86\xfc\xd6\x0b\x28\x54\x65\x4e\x87\xac\x83\xd2\x10\xff\x97\xed\x97\xf1\x7f\x99\xff\xf1\xf6\x24\xd0\xe6\x20\xf0\xa2\x86\x71\xec\x5f\x8c\x80\x76\xd6\xc0\x83\x03\x40\xbb\x27\x5f\xf0\x1e\x7a\x00\xdd\x32\x81\xcb\xca\x80\xda\x6d\xe6\xbf\x68\xac\xae\xeb\x6f\x70\xc4\x0d\x18\x1a\xc2\xb8\xff\xe8\x5e\x40\xe9\x69\x60\x5c\x3c\x20\xf9\xac\xe4\x17\x05\xfd\x81\xa9\x21\x75\xb8\x7f\xee\x76\x60\x5e\x1c\xe3\xde\xd2\x7e\xb0\x39\x8d\xb5\xf8\xb3\xf6\x01\xb1\x96\x8c\xff\xaf\x5d\x04\x64\x7d\x64\x8c\x5b\x9a\x1f\xe9\x99\xe7\x96\x01\x47\xde\x32\xde\x7d\xde\xfa\x8b\xfe\x07\x2e\xc0\xab\xd6\xdc\x17\xa1\xe6\x3f\xfa\x60\x34\xb4\x5f\xc6\x01\xff\x39\x01\x34\xcf\x04\xde\x85\x03\x4d\x8f\xd6\xf1\x1d\x1e\x1f\x05\x94\xd7\x02\xf7\x7f\xe7\x79\x91\x79\x0f\x57\xe2\x81\xf6\x25\xec\x07\x5d\xdd\x81\xb3\x4b\x81\x9e\xd6\xc0\xf1\x3c\xa0\x7f\x22\x70\xb0\x23\x30\xc4\x16\xd8\x37\x97\x75\x41\x76\xb7\x66\x9c\x7b\x7b\x19\x60\xfa\x11\xc8\xbb\x05\x58\x0f\x05\xb2\xc3\x81\x59\x46\xc0\xe6\x33\x80\x94\x37\x6f\xea\x09\x78\x8d\x05\x32\xbb\x01\x41\x89\x40\xe6\x6c\x20\x26\x18\xd8\xf0\x0f\x90\x74\x87\xef\xc5\x4b\x73\xb2\xe9\x77\x60\xd7\x6e\x20\x4b\x13\x38\x52\xc9\x18\xd7\xa5\xee\x40\xf6\x4b\xe0\x67\x65\x9e\x17\x69\x6d\xe7\xcc\xf9\xbf\xed\x6f\xc8\x7f\xf8\x73\x00\xa0\xb4\xae\x4e\xef\xe2\x79\x15\xe3\xd7\xdf\xe4\x3d\xd8\x01\xca\x3b\x81\xb3\x16\x80\xca\x14\xe0\xa4\x3b\xd0\xd9\x09\x38\xe2\x04\xf4\xdc\x01\xec\x2b\x63\x5d\x21\xc9\x7e\xad\x6a\x60\x7b\x22\xa0\x77\x08\xd8\xe6\x05\x8c\xcf\x05\xb2\x1d\x80\x29\xa6\xcc\xd3\x98\x11\x01\x6c\xfc\x11\x98\xd3\x11\x48\x0b\x64\xbc\x7b\x7d\x6b\xc0\xff\x08\x6b\x05\x45\xdd\xe7\xfb\xf0\xd2\x89\x64\xbd\x0f\x90\xe9\x02\x6c\x28\x01\x76\x95\x00\x1b\xbd\x80\xc3\x9b\x59\xf7\xe0\x52\x4b\x9e\x8f\x47\xa9\x40\x96\x05\xf0\xce\x1f\xc8\x8c\x16\xf8\xbf\xf7\xff\x6d\xbf\xcc\x7f\x68\xc8\x7b\x90\x71\xff\x5a\xbc\x5b\xdc\x7b\xfe\x2f\xde\x83\x72\x1c\xdf\xbd\x57\x05\xaf\x03\x29\xae\x96\x9d\x62\x1e\xd9\xf6\x07\xc0\xa0\xfb\xc0\xb6\x63\xc0\x70\x07\x60\xcb\x70\xc0\xf0\x2c\x90\xb1\x01\x30\xdb\x07\xa4\xf9\x02\xd2\xf9\x41\xc6\xfd\xd7\x35\x05\x16\x9e\x03\xd6\x24\x32\xa6\x97\x6c\x2e\xe5\xfc\x40\xd2\x65\x60\xb5\x05\xf7\x41\x90\x7c\x22\xd5\x82\xb5\x04\xd6\x17\x00\x47\xca\x80\xf5\x36\xc0\xa5\x36\x52\xb6\xcc\xb1\x6c\xa3\x39\x73\xfd\x52\x17\x01\x35\x17\xbe\xd6\x41\xa8\xd5\xbf\x68\xd0\x07\xa3\x96\xff\xd2\x94\xc7\x6f\xf1\x1e\x6a\xef\xb9\x4b\x7f\x3f\x0c\x38\x71\x10\x50\x08\x06\x0e\x2b\x03\xcd\xa7\x00\xe5\xef\x01\x95\x4b\xc0\xae\x03\x8c\x63\x6e\xfd\x1e\xe8\x33\x0c\xc8\x99\x05\x68\x1d\x04\x36\xbd\x05\x0c\x1a\xb3\x4e\xcd\xb8\x6a\x20\x25\x84\xfb\x3e\x24\xfc\xcc\xb8\x7f\x62\xae\xb4\x77\x73\xbf\x03\x9f\x36\x7c\x1f\x3e\x7c\x05\x90\x50\x0a\x24\x76\x02\xe2\xce\x31\xd7\x23\x51\x70\x01\xa5\xf1\x50\x22\xb0\xc6\x17\xf8\xce\x18\x90\x4e\x71\xd5\xe7\x81\xa4\x10\xe0\x9d\x53\x9d\xfd\xb5\xfc\x97\x6f\xe8\x40\xc8\x78\xb8\x8c\x77\xcb\xb8\xbf\x3c\x0f\x72\xbf\x8f\x6f\xf1\x1e\xe4\x7e\x17\xe5\xc2\x5f\xa4\xd8\xd5\x64\x0c\x50\xa0\x0c\xb4\x1b\x0f\x64\xdf\x03\xba\x4f\x01\x36\x7d\x00\x06\xcd\x04\xd2\x8b\x81\xe1\x43\x81\xa4\xad\xc0\x98\x9f\x19\xff\x9e\xec\x03\xc4\xe5\x03\xd3\xf3\xd9\x4f\xa5\xb8\x19\xad\xc3\x3c\xc2\xd8\xa7\x8c\xf3\x4a\xa7\xba\x04\x75\x60\xc5\x79\x20\x33\x06\x88\xf1\x00\xb6\x17\x01\x31\x2f\x80\x43\xed\x80\xe8\xcf\xc0\x85\x4d\xac\x91\xf0\xa0\x14\x88\x6b\x02\xfc\x7d\x0e\x88\x14\x5a\x58\xb2\x0e\x84\xcc\xff\x90\x75\x20\x1a\xea\x21\xfc\x2e\xaa\xa6\xb5\xbc\x07\x71\x7d\xec\x2b\xfd\x13\xd1\xd7\xa2\x16\xf7\x77\xe5\xb1\x4c\xe0\x9b\x05\x62\x7e\x72\xc2\x39\xce\x6e\x32\x01\x54\x1d\x81\x34\x2d\xa0\xd7\x71\xe6\x7d\x68\xe9\x00\x71\x65\xc0\xa8\x54\x20\xd6\x0b\x98\xe8\x05\x44\x2a\x01\x56\xf7\x58\x13\x46\x9a\x87\xd0\x33\x80\xe7\x00\x20\x62\x25\x10\xba\x0d\x08\xef\x0e\xc4\x9f\x06\x22\xac\x80\x8c\x17\x40\x98\x0f\x63\x6a\xd2\x1c\x1d\x3c\xc6\x1a\x2a\x97\x4a\x81\xb0\x1b\xc0\x83\x72\x20\xfc\x19\xf0\xe1\x23\x10\xa8\x52\xff\xb9\xcb\x3c\x00\xb7\x33\x02\x0f\x17\xfd\x30\x66\xdf\x17\xb8\xbf\xf0\x83\x87\x62\x5d\xc8\xb8\xbf\x3c\x0f\xdf\xd2\xbd\xa8\xc5\xfd\xc5\xfd\xe7\x7c\xe1\x17\x59\xa2\xbf\xca\xfa\x2b\x40\xcb\x2b\x8c\xfb\x77\x5a\x07\xc4\x1f\x05\xfa\xbe\x00\x62\x14\x81\x61\x46\x6c\x97\xf1\x41\x60\x59\x09\x60\x11\x05\x04\xa5\x03\xb3\x1d\x01\x7f\x6f\x40\xca\x1b\x25\xff\x0d\xac\x06\x02\x5f\x02\x71\xb7\x80\x20\x3d\x8e\x01\x81\xcf\x98\x7b\xb7\xb4\x18\x38\xbc\x06\x08\xf8\x04\x5c\x9e\xc0\x7f\x2b\xc5\x87\x40\x1d\xe0\xc3\x25\xc0\x47\x49\xf0\x3f\x7c\xea\xf3\x3f\x64\xbb\x65\x3c\x5c\x1e\x1b\xf2\x5f\x1a\xf6\x7d\xa9\xd5\xbd\x90\xfd\x40\xe0\xb6\x32\xee\xbf\x43\x54\x97\x72\x05\xce\x9b\x29\xfc\x29\xf9\x04\xa0\x70\x9f\xb5\x4d\x5a\x3f\x04\xa2\x7a\x01\x6a\x71\x40\xa8\x2a\x20\x1d\x64\x42\x1e\x03\x86\xde\x80\xbf\x2b\x60\xb6\x93\x63\xa3\x9d\x0e\xe0\x63\x22\x9d\x75\x00\xef\x6b\x80\x7f\x05\xb0\xf8\x2e\x20\x9d\x00\x7d\xf2\x78\x1e\xbc\xca\x38\x57\xf2\xee\x0a\x1c\xbd\x02\x2c\xfa\x89\x63\xb7\xe7\x24\x9e\x07\x2f\x3b\xd6\x7a\x91\x9f\x7b\x43\xbb\x6b\xfb\x7f\x58\xd6\xe7\x41\xdc\xfb\x20\x9e\xbf\xe0\xbf\x34\xec\xfb\x72\x46\xf8\x8b\x8c\x7b\xcb\x7e\x50\x2c\xf0\x6b\x19\xf7\xcf\xb6\xe4\x31\x7d\x1a\x8f\x89\xc2\xaf\xa4\x7d\xaa\x89\x3f\xfb\x71\x47\xf1\xbc\x34\x2a\x01\xdf\xae\xac\xff\xb0\x68\x3b\x30\xde\x00\xf0\xd4\x61\xdc\x7f\xc1\x6b\xc0\xf5\x1e\xe0\xde\x1a\x58\x6a\xc5\x28\xc7\x8a\x93\xc0\x5c\x6d\xce\x05\x5c\x34\x81\xc2\x4c\xc0\x39\x92\x4f\x6c\x4e\x55\x3c\x0f\xd2\x9e\x23\xc5\x07\xe7\x77\xc0\x87\x2b\xc0\xac\xf1\xf5\xed\x36\xef\x5c\x9f\xf7\xd1\x90\x07\x71\xd7\xbf\xbe\xfd\x0d\xf9\x2f\x15\x65\xf5\xed\x2f\x1b\x22\xfc\x40\xf0\x80\x1a\xf2\x3f\xe4\xfe\x27\x71\x82\x07\x12\x2a\xf4\x62\x96\xba\x71\x3e\xb6\xe8\x33\xd0\x6d\x0b\xe0\x61\x0a\x68\x5d\x07\xdc\x9c\x81\x31\xe6\x80\xcb\xef\x80\x75\x3b\xb6\xcb\xa5\x8c\xf9\x1c\x7e\xea\xc0\x6c\x4f\xee\xc3\x38\x33\x95\x73\x8a\x19\x8b\x81\xc2\xc1\xc0\x0c\x57\xe9\xe4\x08\xd8\x56\xf2\x3c\xd8\x78\xb3\xee\xa0\xad\x1a\xef\x9b\x0d\xed\xae\xd5\xbf\xf0\x17\x3c\x88\x83\x3c\x6a\x97\xf3\x78\x5b\x8f\xbf\xe7\x55\xff\xfa\xf6\x9f\xd4\xa8\x6f\xff\x5e\xd1\x35\x54\xe6\x7f\xe4\x8b\x75\x22\xf3\x3f\xd2\x45\x15\x3a\x49\x74\x27\x8f\x15\x38\x7a\x88\x78\xbd\x48\x3a\xa5\x1f\x05\xdc\x52\x39\xdf\x70\xd6\x07\x34\x34\xb9\x07\xa3\xde\x04\xc0\xee\x16\x60\xfe\x19\xb0\xfd\x0d\x70\x38\x0a\xd8\xde\x03\x7c\xef\xb2\xa6\x50\x4c\x2e\xf7\xdc\x4a\xd7\x05\xcc\x7e\x03\x0a\xde\x00\xa6\x77\x80\x83\xb1\xc0\xc4\x4a\x3e\x67\x4d\xe8\x0b\xdc\x73\x01\xc6\x9b\x00\x7f\x4c\xa9\xb3\x7b\x64\x49\x7d\x7b\xfb\x9f\xe4\xb1\x9f\x32\x8f\x7d\x2e\xf1\x28\xf3\x5f\xce\x8a\x78\xd0\x90\xff\xd2\x90\xff\x21\xeb\x9f\xd4\xf2\x3f\x84\xff\x24\x8b\xee\xbb\xab\xe4\xdb\xba\x42\x5f\x63\x89\xd8\x67\xe6\x89\x7c\xc4\x5e\x19\x68\xf6\x1b\x30\xdd\x19\xe8\x11\x06\x58\xdf\x04\x74\x3f\x00\x16\xaa\xc0\xc4\xdd\x80\x59\x15\x30\xfb\x23\x30\x7e\x34\xe0\xad\x05\x18\x27\x01\x91\x49\xc0\x58\x63\x20\xf5\x25\x30\x3a\x08\xd8\x36\x11\xd0\x73\x02\xf6\x2d\x07\x46\x86\x03\xe7\xa9\x4e\x0e\xfc\xd8\x0e\x18\x96\x02\xbc\xbc\x01\x68\xef\x65\xfb\x06\xfc\x56\xdf\xde\x1e\x9f\x78\xec\xe2\xc7\x63\x67\xc1\xa3\xfa\x16\xff\x43\xb6\xbf\x21\xff\x43\x5e\x07\xe9\x82\x5f\x96\xa2\x29\xaf\x03\xae\xb2\x45\x6c\x67\x74\x26\x50\x47\x91\xee\xab\x79\xdc\x53\xa2\x4f\x70\xea\xaa\x44\x75\x2b\xcb\xe0\x26\x54\x35\x98\xf8\x6b\xb3\xb3\xaa\x9b\x00\xe3\x6e\xca\xcb\x07\x2d\x01\x46\x77\x6f\x39\xce\xb8\x19\x30\x72\x7e\xcb\xa2\xe9\x55\xc0\x50\xb5\x96\x3f\x2e\xdc\x05\x68\xed\x68\xf9\x22\xb4\x25\x30\x78\x7a\xab\x66\x49\xc7\x81\x01\x27\x5a\x16\xe4\x2c\x00\xfa\x75\x6d\x69\x59\xf6\x02\xe8\xdb\xa6\x45\x6a\xe5\x6e\xa0\xb7\xb9\xf2\xb6\x9b\x87\x00\xf5\xb5\xcd\x9f\xfd\x72\x1f\xe8\xd9\xb2\x79\xe6\x67\x37\xa0\xcb\xf2\xa6\x84\xdb\xa9\xea\x2a\x52\x5f\x83\x36\xe2\x9c\xd1\x6a\x15\x8f\xcd\x44\x1f\xa5\x5a\xfe\x87\xdc\xff\xe8\x1b\xfc\x97\xec\x52\xae\xa2\xc9\xfd\x7f\x92\xb7\x29\x53\x1d\x6f\xe5\x11\xee\xae\x1b\xaa\xda\x8e\xd4\x83\xfd\xd6\xb6\xa5\x9d\x73\x61\xbb\xf6\x54\xfd\x71\xdc\xaf\x4a\x75\x5a\xeb\x57\xdc\xb5\xdd\x28\xa7\x2b\xe1\x39\x3a\x9f\x7b\x18\x2b\x47\x02\x83\x9b\xaa\xb9\xf6\xb2\xc1\x54\x8d\x0d\x3d\x15\x46\xdd\xc1\x3e\xf5\x2b\x3d\x6d\x2d\xff\x51\xd0\xea\xbe\xad\xa7\x97\x6b\x80\xc2\xa8\x2e\x7b\x7a\x6e\x0c\xcc\x42\x50\xc7\xab\xea\x3d\x12\x46\x01\xaa\x9d\x7b\x2e\xdc\xbc\x08\x68\xe7\xa1\xb6\xb2\x58\x11\x68\xb3\xa4\xc7\xbb\x13\x83\x81\x56\xc1\x3d\xfa\x5d\x1f\x02\xb4\xf8\xa3\xbb\xe7\x13\x5b\x40\x79\x43\xb7\x17\x1f\x96\x01\x4d\x0e\x74\x22\x1d\x88\x46\x1d\xdb\x0f\xe7\xba\x4b\x6b\xea\x0f\x82\x99\x2d\x04\xee\xdd\xd4\x48\x1a\x8f\x77\x14\xf6\x0b\xbb\x4b\xb2\x98\x07\x22\xf7\x3f\xca\xae\x51\xa6\xea\xaf\xcc\x7f\x49\xaa\xee\x44\xf5\xaa\x95\x8f\xbb\x52\x35\x35\x3c\x54\x8d\x22\xa3\x7f\xb8\x3a\xe1\x3f\x0b\x7d\x7b\x51\x5d\xda\x39\xb3\x0f\xd9\x6f\xab\x39\x80\xfc\x62\x7c\xea\x00\xaa\xeb\xeb\xf6\xd0\xa2\xdb\x74\xdd\xd2\x74\x16\x61\x1e\xd0\xb1\xbd\xae\x47\xe7\x55\x40\xdb\xac\xa1\xd1\x3a\x4d\x81\x96\x7a\x43\x57\x9a\x19\x02\xcd\x74\x75\xaf\x38\x26\x01\x8d\x56\xeb\xbe\x59\x32\x08\x50\x98\xae\x7b\x2e\x96\xf6\x2e\x5d\x83\x8d\x54\xaf\xd3\x89\xdd\x49\x15\x44\x6d\xcd\x63\xf4\x73\xcd\x2b\x57\xa8\x32\x38\xe4\xfa\x43\x52\xa2\x19\xfc\xcb\x9f\xf4\x44\x06\x4c\x61\x7b\x7b\x0b\xbe\x83\x9a\xe0\x87\x74\x7d\xcb\xa3\x2a\xf9\xc3\xc1\x66\x5c\x1d\x2b\xf1\xe2\xdb\x73\x05\xbf\xb6\xa0\x6a\x6f\xd6\x2f\xaa\xf4\x7a\x83\x42\xb7\x56\x6c\xbf\x3a\xf9\x7b\xac\x0a\x77\x97\x0e\x7d\xd1\x9f\x54\x2b\xfc\xc1\x3c\x81\x85\xcf\x34\x29\x22\x38\x27\xeb\xd2\x4e\x32\x35\x9d\x9a\x4d\x63\x52\xab\x91\x54\x97\xd3\xbb\xa0\x4f\x78\xb7\x86\x0a\xa3\x34\xad\xf5\x8c\x44\xdd\x72\x9c\x51\x6b\x8a\x51\x26\x7f\x0f\xa0\x35\x39\x4e\x87\x91\x76\x93\xfe\xb3\x29\x76\x9b\xb8\xf2\x7d\x7f\xe3\xe5\x31\xb4\xf7\x18\x19\x6e\xa0\xd8\x3e\xb6\x67\x21\xd5\x5d\xc7\x04\x1c\xa6\x3a\xbc\xe1\x6f\x97\xe9\x5e\xd6\xe8\xa3\xf7\xe9\x9d\x0d\x5e\xbd\xad\xc7\xff\xd0\x7d\xc8\xa3\xa6\x3d\x8f\xfd\x3e\x7e\x39\x3f\x7b\xad\x04\xff\xa7\xbc\x3e\xff\x27\xbd\x9a\xcb\xcb\x49\xd5\x83\x28\x33\x88\x4d\x1e\x44\x27\x8a\xf0\x3e\xda\x47\xf9\xf9\x8f\xa2\x0c\xcb\x2b\x47\x9f\xe6\xc5\x25\x7c\x0c\xf9\xfb\x74\x70\xe2\x60\x1e\x69\x4c\xfe\x60\x78\x79\x1c\xcd\x83\xe6\x20\x33\x7a\xdd\x3d\x87\xf9\x21\x4a\xeb\x2c\x45\x26\x6a\xb9\xa7\x2d\xcd\x9c\x95\xc9\x40\xba\x31\x6c\xb9\xdc\x84\xd6\xa6\xa5\x27\x2b\x4d\x58\xbd\xf6\xa2\x5c\xd5\x72\x65\x24\xed\xd9\x53\xfe\x58\x4f\x7b\xd8\x94\x4f\x9c\xbb\x98\xdf\x3d\x40\x75\x4b\x0b\xcd\xef\xf8\xa6\xf5\xce\xbb\x84\x7f\x4f\x6a\xf1\x9a\xf6\xb4\x09\xe2\xde\xea\xd8\x7f\x79\x1c\x2d\xf0\x5d\x59\x17\x85\xe7\xa7\xf0\x1c\xeb\xc1\x6c\x8e\xec\x4b\x2b\x63\x5d\x14\xeb\xfa\x24\x5d\xe7\xe7\x1c\xab\x34\x92\xea\xae\x61\x6a\xa3\x1c\xf8\xf9\x8f\xa5\xcc\x51\xd6\x81\x71\xd5\x61\x1e\xcc\x2c\x67\x53\x62\xa4\x5a\xb9\x99\xd3\x89\xcc\x64\xa3\x15\xb1\x7b\x86\x4d\xb3\xa6\xfb\xdd\x1a\x41\x53\x69\x1e\x55\xa2\xa6\x5f\x61\xfb\x19\x4f\x07\xec\x77\xa8\x10\x42\x64\xff\x6a\x20\xcd\x90\x7d\x67\x9e\x49\x7b\x7f\xee\x48\x62\x6f\xc8\xca\x21\xb3\x13\xc3\x7c\x78\x4c\xe1\xd1\x6b\x2b\xf9\x85\x5d\x35\x2b\x49\xcf\x5c\x7a\x8e\x10\x98\x19\x2d\x6f\xd3\x3d\xc7\xe9\x76\xbf\x32\x33\xe5\xde\x67\x62\xb4\x4c\x11\xb8\xae\x99\x51\xcd\x7f\xe8\xc6\x6c\x51\xef\xcf\x7d\xa0\x2a\xd8\xee\x24\xa1\x8b\xb2\x72\xae\x1e\x9d\x28\xc2\x96\x1a\x13\x4f\x21\xc0\x77\x22\xa1\x41\x5e\xf9\x93\xc9\x0b\xdd\x1f\x58\xe7\xf3\xb7\xb4\x25\x3f\x9f\xaa\x2b\x78\x30\x9e\x33\xeb\xf1\x60\xb4\x74\x1c\xe8\xe4\xd2\xe3\x80\x03\xa1\x95\xcd\x57\x88\x44\x1d\xf3\x2c\x78\x74\x1b\xc5\x9e\x38\xcf\x6c\x20\x79\xe2\xbc\xf1\xdc\x71\xca\x7d\xf2\x34\xaa\x09\xb8\xb7\xe5\x3a\xb5\x6b\x51\x30\xed\x61\xae\xd5\x7c\xa3\xde\x2d\x35\x3b\x85\x5f\x97\x8e\xe7\x27\xc2\x37\x23\xe7\x6a\xdd\xa0\xdf\x3b\x7f\x7a\x4c\x37\x2f\x9d\x6e\x7c\xa0\x6f\xe8\xa0\xc1\x76\x4f\x13\xeb\xc1\x4a\xf4\x01\x61\xde\x50\x9a\xea\x70\x7a\x1a\xc9\x53\x0d\xb8\x1b\xcb\x51\x13\xca\x1c\x22\x61\x46\x6a\x13\x01\x8f\xcd\xe9\x39\xfa\x0c\xb5\xa5\xfd\x60\xde\xdc\xe9\xb4\x2e\x64\x1e\xcc\x74\xcd\xd9\x74\x5f\xd3\xfc\xcf\xfa\x3c\x98\xe1\xb3\xe7\x12\xee\xdf\x67\x9d\x2b\xeb\xbb\x17\xce\x27\x7f\xa9\xd3\x85\x59\x2c\x22\xf3\xe2\x6a\x9e\x07\x6f\x57\x56\x62\xf2\x76\x1d\x43\xcf\x7b\x71\x32\x7f\xe2\xe2\xd7\xfc\x0e\x3e\x0e\x81\xe4\xe7\x3e\xa9\xac\xa8\xe0\x53\xb0\x99\xf0\x09\xef\xaa\x22\xc2\x31\xbd\x7f\x38\x4e\x11\xca\xfb\xc5\x75\xd2\xef\x5e\xa4\xfb\x80\xfc\xc4\xb3\xf1\x3b\x56\x70\x11\xb8\xe6\x1c\x25\x1e\xed\x45\xbf\x1c\xd6\x45\x49\xa9\x64\xbf\x8e\xf7\x36\xbb\x8c\x2f\x74\x70\x42\x94\xa6\x11\xca\xe2\xfb\x71\x06\x65\x8a\x0b\xde\xda\xeb\xd3\x6c\xcf\x9d\x43\xa8\xe3\x2c\x8b\xb9\xf4\xa9\xd6\x6d\x5c\x09\x85\x31\xfd\xdb\x9d\xd6\x8f\x7e\xc0\x02\x52\xa8\xd3\xbc\xcc\xfd\x91\x7a\x4e\xf2\x22\xdc\xa2\xdd\x79\x1f\xb6\x3b\x5c\xd6\x85\x09\x16\x27\xba\xe0\xec\x0e\x34\x63\x41\x89\x8c\xf3\x06\x0e\x37\xa4\x19\x0e\x9e\x65\x4d\x71\x22\xa4\x92\x99\x36\x21\xab\xfd\x29\x87\x0b\x5a\x1b\xcb\x4a\x25\xed\x37\xd2\x5e\x17\xf8\x74\x3b\x7d\x62\xe0\x9d\x43\x14\x27\x03\x75\x2e\xb2\x72\x41\xc5\x4f\xe4\x57\x7e\x9f\x7e\xa3\x99\x5f\x22\x74\x61\x16\x89\x7e\x07\xee\x97\x6a\xbe\xd0\x45\x49\x58\xc5\x7a\x47\x31\x9a\x53\x69\xdf\x0b\xd1\x9e\x45\x68\xf9\x52\x63\x47\xca\x17\xbc\x04\x2f\xc2\x4d\xd3\x8d\xf2\x21\xfb\x23\xee\x14\xcd\x6c\xee\x30\x1f\x64\xf2\x6e\x4f\xca\x8f\x64\x1e\xcc\x08\xd7\xc5\xe4\xc5\xfd\x77\x2e\x21\xaf\xec\xba\x8e\xed\x56\xb6\x0a\x11\x78\x4e\xe8\x52\x1e\x23\xfe\x06\xe5\xe4\xb5\x7c\x98\xf7\x03\x69\xe6\xc2\x9f\xe9\xd3\xbd\xe5\xc8\xa1\x56\x14\xa9\xa2\x9a\x3b\xd3\x8c\x47\xe6\x2e\xa1\x77\x8e\x9c\x10\x45\x78\x66\xd4\x27\x0a\x03\x88\x0c\xcf\xa7\x79\x8b\xb8\x5c\x4e\x39\x6e\xd4\xe0\x0b\xb4\x44\xc3\x2a\x6f\x93\x4e\x4c\xe8\xfc\x67\xc4\x23\x0a\xf5\xfe\x44\xf3\x11\x38\xa4\x86\x3b\xdd\x68\x7c\x39\x2f\xd1\xd5\x76\x94\x11\x2e\x2f\xb0\x27\xc6\xb9\xdf\x45\x17\x5b\xf6\x32\xe6\x83\xb8\x0f\x63\x5e\x84\x53\x10\xfb\xf3\x74\x78\xd1\x6a\xb4\x72\xf3\xa5\x5d\xdc\xd4\x9f\x79\x3f\x06\xaf\x98\x2f\xa0\xf3\x69\x19\xbd\xee\xbb\x75\x19\xa1\x46\xaa\x57\xb8\x8b\x49\x93\x71\x11\xa2\x92\xb1\x42\xdc\x68\x88\x77\x50\xa2\x7e\x47\xb5\x7c\x18\x2f\xde\x89\xe3\x37\x1b\x10\xef\x27\xde\xc6\x92\x98\x68\x09\x19\xce\xf4\x8e\x09\x91\xdc\xb9\x25\xbe\x5f\x38\x45\xa6\x84\x17\xa9\xb4\x5f\x24\x0c\xcc\x23\x8f\x4d\xb0\xdc\x4b\xf1\x65\x55\xd1\x69\x62\x26\xae\x7c\x79\x93\x22\xdb\x4a\xc3\xa7\x34\x7f\x2b\x9a\xfd\x49\x11\xbe\x21\x2f\x26\x90\xd6\x45\x58\x15\xc7\xad\xa5\xdd\x5d\xe9\xf9\x2e\xf2\x5a\x40\xeb\x7f\xfe\xc7\x45\x14\xb6\x5d\xc0\x9f\x6e\x7f\x7f\x09\xe1\xd8\x72\x5f\x28\x73\x2b\xee\x9b\x63\x32\x69\x39\xed\x87\x23\x35\xc3\x29\x7f\xd2\xf4\x8e\xa2\x4a\x6f\xcf\x11\xd1\xa4\x42\xd1\x4e\x7f\x25\xe5\x21\xf8\x23\x41\x28\xb7\xd6\xf2\x61\x6c\x94\xe8\xa3\x65\x3e\xcc\xba\xb1\x03\x88\x2f\x99\x9a\x3a\x9a\xde\x31\xf5\xd2\x14\xda\xff\x52\xdb\x3a\x92\x3d\x29\x95\x4c\x18\x48\x7d\x12\x4e\x1e\xb8\xce\x6a\xed\x0c\x1e\xb3\x69\x9e\x52\x9e\x97\xf5\xe3\xf7\x3b\x49\x38\xdf\xda\x47\x57\xe9\x89\x25\xb9\x3c\xa2\xf5\xb1\xba\xec\x0d\x79\x74\x42\xdb\xfa\xbc\x18\xee\x17\x14\x34\x74\x21\x3d\xd7\xc5\x8f\x3d\x89\xa5\xe5\x69\xe5\x43\xd9\x99\xdb\x3b\x3f\xfa\x6b\x47\xd5\x20\xfa\x54\xb9\x2f\xd4\x94\xef\x97\x3f\x67\x3f\x88\x22\xf4\xdd\x70\x40\x34\x79\xd9\xd0\x67\xb1\xc4\x9f\x19\xd0\x67\x15\xe5\x11\xdd\x6d\xe2\xc9\x0f\x5a\xdd\x5f\xcd\xfa\x1f\x65\x29\x22\x43\xdf\x20\x2a\xa0\x19\x67\x99\xff\x90\xd9\xa9\x03\x29\x30\x65\x24\x72\x9c\xcc\xcc\xd3\xa3\x48\xb2\xf1\x06\xe3\xdd\x19\x77\x99\xa1\x97\x91\xc8\x7d\x72\x32\xf3\x42\x69\xa5\x66\xbe\x64\xdc\x3f\xd3\x30\x8b\x32\xd5\x8c\xa8\xdd\xe4\xc1\x19\xed\x8e\x51\xad\x68\xe3\xd9\x2a\x7a\x52\x1b\x4f\x54\xd3\xd9\x2f\x3d\xe1\x35\xf5\x4d\x49\x8b\xf9\xfc\x89\x9f\x47\x0d\xc5\x59\xe6\xc5\x2c\xc9\xf1\xa6\xe7\xe3\x51\xe5\x47\x5e\x36\xdf\x3f\x98\x66\x51\xe6\xc1\xcc\x7c\x15\x4e\x27\x46\x1b\xad\x28\xfa\xdf\x93\x3f\xad\xa0\x2c\xc6\x58\x6b\x25\xb1\x13\x46\x55\x24\x50\x1e\xa5\xa5\x98\x48\x7f\xd7\x37\x30\x89\xce\x1b\x9d\x9b\x25\x93\x55\x2d\xb4\xd6\x89\xbc\x71\x43\x39\x8f\xb5\x7c\x18\xd7\x46\xc4\x9c\xc9\xb9\xdc\x91\x95\xcc\x5a\xf4\x27\xfb\xf3\xda\xeb\xd1\x0a\xcd\x29\xe0\x1d\x2b\x27\x67\x16\x9d\xf5\x73\xa3\x3d\xe8\x2c\x9c\x53\x1a\x42\x9f\x98\x37\x24\x91\x76\xde\x5c\x6d\xee\x40\x95\x6b\xbe\x93\x4e\x70\xb9\x8a\x5c\x2b\xc8\xb6\x3a\x4f\x67\xfe\x5c\x8f\x7b\xe4\xa9\x39\x45\x2f\x89\xd9\xb6\x25\x9d\xfd\x41\xd6\x45\x61\x5e\x8c\xf7\x91\x00\xf2\x63\x0f\xd5\xe5\x14\x7d\x5d\xa6\x84\xd2\xee\x54\xab\x87\xb3\x8b\xa3\xb3\xc5\x47\xee\x1f\x33\x71\x5f\x02\xb1\x1a\xc7\x54\x25\xd1\xd3\x1c\x11\xb9\x96\x78\x60\x9a\x2a\x6c\x6f\xef\x8d\xfc\xbc\x3b\xaa\x65\x50\xd6\xdb\xac\x5d\xe6\x4a\xb6\x3b\x7b\x18\x8f\xf9\xa2\xc2\x5b\x68\xa1\x44\x33\x53\xb0\xae\x23\xf9\x71\x61\x61\x7f\xee\x70\x68\xc0\xfd\x2f\xb6\x5f\x30\x23\x3b\xb6\xb7\xb3\xa3\x14\x7d\xfb\x73\xee\xe4\x56\x30\x9b\x15\x7c\xb6\x2f\x62\x26\x96\xac\x13\x53\x98\x59\x48\xdf\xb0\xf0\xfb\x83\xc4\xf0\x2e\x30\x3c\x4b\xbf\x2f\xe8\x72\x9b\xf8\x10\x05\x3d\x9f\x93\xfe\x5e\xc1\xcb\xcf\xd4\xd1\x2d\x57\xf0\x8a\xb3\x36\x53\xfd\x7a\x65\x18\x45\x69\xb7\xd2\x28\x8a\x36\xce\xdd\x62\xe9\xdb\xcc\x4c\x8f\xa7\xf3\x93\xad\xca\x6a\xaa\x44\x4f\x6a\xc7\xbc\x98\x71\x3a\xec\xdf\x72\x7f\xa8\xa1\x4e\xe9\xe4\x6d\x83\xac\x32\xa9\x72\xd3\x73\x0f\xeb\x86\xb4\x3f\x9b\x4d\xd1\xaa\xc9\xab\xdc\xef\x85\xfd\x0d\xf8\x30\x25\x93\x94\xe8\x1c\x54\xf4\x90\xf5\x61\x4a\xf4\x98\xd9\x5c\xf4\x98\x33\xb9\xe2\x38\x53\xe2\x0d\x17\x2b\x73\x5e\x59\xdc\xcb\x9d\xe2\x67\x89\x88\xc8\xc5\x43\x98\x2f\x56\xe6\xcf\x3a\x31\xc5\x43\xb6\xd2\x73\x2e\x4a\xde\x4b\x19\x4c\x71\xda\x19\x3a\x43\x17\x39\x7c\x4f\x27\xc5\x62\xc3\x27\xb4\xbf\xee\xaa\x79\x47\x7e\xb4\xf3\x24\xeb\x3f\xe4\x13\xff\x7e\x7e\xda\x0a\x7a\x5e\x72\x5f\x2c\x87\x02\x56\x54\x9d\x11\x91\x4c\xa7\x37\xab\x81\xa9\x14\xc5\x4d\xff\x4c\x27\xbe\xf9\xd8\xb5\x19\x54\xa9\xd0\x4f\xdf\x4c\xcf\x5b\x7b\x11\xf3\x43\xfa\xb7\x60\x5d\x9c\xee\x36\xcc\x0f\x69\x17\x96\x4f\x59\x41\xe3\x01\x3b\x45\xc5\x66\xb7\xa8\x74\xec\x11\x37\x7e\x0e\x8d\x50\x24\xbb\xf6\x5f\xef\x40\x79\xc2\xfe\xd9\xfd\xc9\x23\xf7\xff\x3c\x82\x5e\xef\xbb\x3a\x81\xd6\xfd\xbe\x08\xce\x54\xf7\x79\xb9\x12\x83\xf7\xe0\x3b\x66\x2c\xee\x8f\x63\xc6\xda\x21\x9b\x34\x9a\xaf\x03\xa9\xdb\x68\x9d\xed\x5f\xb3\x87\x32\xfa\xfd\xc9\x9c\x5f\x96\x57\x70\xcd\xf9\xc0\xfa\x67\x94\x11\xef\x0f\xfd\x9b\x4e\x96\x7b\xbb\xb2\x3f\xb0\x7e\x8e\xcc\x83\x71\x7a\x9b\x4c\xff\x7b\xe6\xf2\x75\xc4\x7f\x9a\xaa\x9e\x46\x51\xdc\xe2\x7c\x06\xed\x36\x13\xc3\x36\xd1\x7e\x37\xc6\x67\x0b\xc5\x81\x51\xa5\xcc\x0b\xd1\xd6\xce\x27\xef\xee\x7b\x8c\x4f\x3d\xdd\x6d\x76\x53\x16\xa7\x12\x53\x44\x51\x5a\x69\x5d\xa9\xb8\x09\x58\xde\x96\xc7\x5a\x3e\x4c\x13\xc5\x4e\x3c\xb6\xa7\x78\x76\x4c\xad\x2f\xd9\x71\xbc\xff\x30\xfa\xbe\xc7\xaa\xc6\xd3\xcc\x1d\x4f\x9f\x46\x27\xe0\x8a\x50\x57\xfa\xa4\x8a\x95\x7e\x14\x57\x8f\xfd\x1c\x45\x33\x5f\x31\x35\x95\x66\xb6\xa2\x24\x97\x22\xd6\xf1\xfc\x32\x9a\xbf\xe3\x91\x27\x29\x53\x3e\x16\x7e\x8d\x32\x96\x63\xbd\x1e\xd0\xff\x3f\xe6\xf3\x96\x9e\xe8\x11\xc1\x97\x63\xfd\x1c\xb9\xcf\xc7\xcb\x50\xa0\x53\x15\xf0\x5c\x07\xe8\x14\xfd\xdf\xbc\x87\x1e\x2f\x81\x6b\x6d\x80\xbe\xbe\xc0\xc5\x09\x80\xc6\xe3\xba\xfe\x06\x15\x46\x80\x6e\x25\xe3\x9c\xc3\x75\xf8\x5e\xa7\x74\xc2\x96\xf5\xfd\x77\xd8\x02\x16\x2f\x19\xaf\xb7\x3e\x01\xe4\xf9\x00\x0e\x3f\x02\xd9\x46\x80\xeb\x75\x60\x8b\x23\x20\x9d\x2b\x37\x7b\x73\x4d\x3b\xeb\x06\x10\xe5\x0a\x6c\x3a\x0e\x24\x2e\x06\x36\xcd\x05\x36\xb4\x01\xb6\x74\x06\xb6\x4e\x63\xfc\xbf\x4c\x8d\xf1\xed\x8a\x1a\xd6\x89\xb8\xbe\x14\xc8\x4f\x06\xaa\xe7\x02\xdb\xda\x01\xbf\x9f\xa8\xd3\x3f\x68\x88\xff\xaf\x33\xaf\x8f\xff\xfe\x91\x0b\xb4\x77\x00\x5e\xb9\x01\x6d\x7b\x02\x4f\x56\x01\x2a\x63\xbe\xe6\x3d\xdc\x88\x62\x3c\xe6\xca\x72\x29\x47\x04\xce\xe5\x03\xbd\x82\x81\x33\xa7\x81\x01\xd7\x81\xa3\xb7\x00\xad\xc3\x75\x7a\x07\x25\xe6\x80\x9e\x05\xb0\x23\x80\xfb\x3e\x48\xd1\x61\x92\x37\x90\xb7\x82\xfb\x75\x67\xf9\x00\x33\x87\x02\x5b\xec\x01\x37\x2f\xd6\xf5\xf7\x50\x03\x32\x42\x80\x80\xce\xbc\xbb\x86\x67\x01\x19\x4e\x40\x42\x28\xb0\xd1\x09\x48\x5b\x5e\x77\xef\x3f\xf3\xa5\x98\x07\x1b\xd6\x5e\xc9\xd9\x01\x5c\x8f\xa9\xeb\x7f\x90\xf7\x1a\x78\x67\xf7\x35\xfe\xdf\x10\xff\x96\xf9\x0f\xaf\x5f\x00\x2d\xac\xbf\xe8\xf3\xb1\x17\x68\x6e\xcc\x7d\x5f\x5a\xa8\xd7\xf1\x1e\xae\x75\x01\xda\x6b\x02\xe7\xab\x19\x87\x38\xa5\xc3\xba\x29\xc7\x6e\x03\xea\x0e\xc0\xc1\x79\x40\xdf\x87\xc0\x5e\x7f\xc6\xfb\x77\xf6\x60\x7c\x42\xee\x73\x20\x3d\x97\x89\xd7\xb9\x8f\x83\x45\x09\x6b\x9d\xcc\xf0\xa8\xc3\xfd\x37\x98\x30\xde\xbd\xfe\x33\xe0\xd7\x83\x71\xf0\x30\x35\x20\x4d\x81\xef\x6e\xa7\x69\x03\x69\x3f\xf3\xfd\xf8\xbc\x38\x20\x23\x0f\xd8\x53\xca\xb8\xd1\xa9\x5e\xec\x47\xd7\x23\x81\xcd\xd7\x81\x47\x05\xdc\x3b\xe4\xcf\xea\x3a\xfc\xff\x7f\xf5\x81\x78\x55\x00\x28\x3d\xfb\x9a\xf7\xf0\x53\x53\xa0\x49\x2a\x70\x7d\x2d\xd0\x6c\x3f\x70\x79\x25\xd0\xfc\x3c\x70\xfa\x06\xd0\xfa\x0d\xfb\xa2\xe4\x27\x87\xfd\x80\xae\x93\x80\xbd\x39\x40\xaf\x53\xc0\xce\x2c\x40\xe3\x19\x50\xb8\x8d\xe7\x63\x6b\x12\xa0\x97\x0d\x64\x9d\x00\x4c\xe6\x32\x5f\x41\xca\x8f\xd2\x14\x19\x6b\x90\xec\x73\x78\x00\xa4\x55\x01\x52\x46\x97\x92\x00\xf8\xf6\xaa\x9b\x87\x94\x27\x8c\x89\xad\x75\x06\xd6\xed\x00\x52\x54\x80\x9c\x2b\xc0\xfa\xdd\xc0\x5e\x4d\x60\xa3\x11\x2b\x31\x6d\x9c\x07\xdc\x38\xc4\x98\xd7\xd3\xcf\x75\xf8\x7f\x7a\xf5\xff\x6d\xbf\x8c\x03\xcb\xbc\x87\xe7\x82\xef\x20\xf3\x1e\x7e\x94\xce\x36\xeb\xbf\xe6\x3d\x54\xfe\x0b\x34\xd1\xe0\x75\xd0\x2a\xbe\xae\xcf\x43\x89\x29\xd0\x35\x0d\x28\x30\x06\x7a\x1b\x01\xdb\x4e\x00\x83\x2c\x81\xec\x68\x60\xc4\x5e\x20\xa3\x2f\x60\xd8\x01\x48\xeb\x09\x4c\x98\x0a\xa4\xae\x04\xac\xf3\x81\xc4\xa7\x80\x5d\x1b\xc6\x41\xa5\xf3\x75\x62\x35\xe0\xed\x04\xc4\x7f\x0f\x04\xef\x03\xd6\xac\x04\xe2\x7c\x81\x84\x62\x20\x65\x37\xdf\x8f\xcd\x8d\x00\xd6\x14\x00\xa5\xf1\x40\xaa\x1b\x50\x19\xc5\xba\x11\xb7\x44\xaf\xa9\xe7\xda\xdf\xb0\xbf\xf0\x0b\xfb\x23\xea\xf3\x00\x1a\xf6\x3b\xf9\x16\xef\xe1\xa2\x3a\xf7\x41\x91\xfc\x40\xb1\x3d\xf7\x66\x69\x34\x12\x28\xf7\x07\x5a\x17\x03\xc5\xae\x40\x07\x35\xc6\xf9\x7a\x54\x31\xef\x47\xe3\x08\x90\x39\x09\xd0\xfa\xc0\xcf\x57\xca\x0b\x52\xbb\xb1\x8e\xd0\x9a\xef\x19\x63\x94\x71\xff\x18\x07\xc6\xb2\x56\xa6\x31\xee\xbf\x62\x1f\x10\x98\x02\xac\xfc\x03\x88\x4d\x06\x56\xdc\x07\x52\x26\xb0\x3d\xb9\x1e\x8c\x97\x95\x7e\xc7\x6b\x46\xfa\x4e\x89\x3f\x01\x37\x3e\x31\x9f\xe0\xb1\x26\x90\x90\x05\xfc\xab\xfc\xb5\xfd\x21\x0d\x70\x70\x59\x07\xa2\x21\xef\xe1\x4e\xd7\xfa\xf6\xcb\xbc\x87\xb3\xa2\x5a\x20\xf3\x1e\xa4\x78\xa8\xe0\x01\xec\xda\x0e\x28\xc6\x02\xdb\xad\x81\x56\xbd\xa4\x6c\x19\x50\xcd\x03\x36\x3d\x06\x7a\xde\x60\x8d\xfe\x81\x3e\x1c\x9f\x86\x6e\x01\xd6\xb4\x05\x8c\x12\x98\xdf\x60\x3a\x06\x88\xc9\x06\x6c\xcf\x03\x11\x86\x80\xfd\x04\x20\xb2\x8c\xe3\x65\xf8\x00\x60\xe9\x76\xe6\x03\x48\x79\x82\xf4\x2f\xf5\x4f\xbe\x27\x9f\x3d\x8d\xed\x2a\x29\x00\x22\x27\x03\xc7\xca\xf8\xff\x49\xdf\x39\x56\x05\x78\x76\x0d\x58\xa9\x0a\xd4\x64\xd7\xe9\x40\xd4\xf2\x3f\x84\xdd\x8b\x44\xbc\x70\xdf\xc5\xe3\x33\xa1\x0b\x73\x37\x8c\xc7\xaf\x78\x0f\x0d\xfa\x7d\x54\x08\xfc\x76\xaf\xa8\x26\xc8\x38\x67\xee\x72\x40\xa1\x9a\xf5\x59\x5a\x39\x03\xe9\xd7\x81\x2e\x4a\x40\x72\x1b\xd6\xe9\x92\x9e\xdb\x90\x32\x20\x66\x2d\x30\x4a\x0f\x88\x2a\x03\xc6\xab\x02\x61\x8b\x00\xcb\xe5\xc0\xf2\x21\xc0\x2c\x0b\x20\x28\x95\xb1\xbf\x65\x6b\x58\x03\x40\x3a\xe5\x49\x5f\x69\x59\x05\xfb\xd2\xf2\x57\xac\xb1\x12\xf2\x94\xf7\x8b\xe5\x6f\x59\x2f\x67\xb9\x29\x70\xbd\x3f\x73\x68\x9e\x5f\xff\x9a\xff\xb2\xf8\xa8\xe0\x01\x34\xd0\x81\x70\x12\xbc\xc2\x87\x02\xc7\x92\xf9\x2f\x0d\xfb\x7d\x9c\xfd\x5b\xd8\x2f\x5e\x1f\x12\xfd\x0e\x64\xfe\xc7\x57\x7a\x07\x0f\x99\x6f\x96\x14\x0a\xb4\x6a\x0f\xc4\x8f\x07\xba\xbe\x07\xa2\x8b\x00\x8d\xa7\x40\xb8\x11\x30\x54\xb7\x0e\xf7\x97\xf9\x0f\x52\xae\x6c\x57\x0d\x2c\x75\x96\x72\x7c\xc0\x2f\x0c\xf0\x2d\x61\xff\x8d\xb0\x02\x02\xdc\x81\xd4\xb5\x80\xbf\x35\xe7\x20\xfe\x76\x9c\x99\xfa\x7d\xe0\x79\x90\x4e\x89\x37\x6a\x00\xff\x32\xe0\x85\x7e\x1d\xff\x65\x91\xb8\xc7\x2e\xeb\x7e\xc8\x76\xcb\x78\xb8\xcc\x07\xa8\xf5\x83\x86\xba\x17\xf7\xff\xdb\x0f\xf6\x0b\xbc\xfb\x2b\xfe\x87\xa8\x3a\xca\xba\x0f\xd2\xfa\x55\x7c\x03\x44\xf7\x05\xda\x39\x31\xcf\xa5\xa7\x35\x10\x32\x05\x18\x5c\x0d\xf8\x0f\x05\xf4\x27\x00\x3e\x9b\x81\x09\x96\x80\x77\x18\x63\xbb\xde\x8a\x80\x8b\x35\xe0\xf9\x09\xf0\x19\xca\xaf\xa3\x3c\x80\xc5\xaf\x80\xd4\x9f\x81\x45\x7e\x40\xae\xad\x74\x3e\x66\x3d\x2d\x69\x3c\x3d\x95\x63\xca\xad\x6a\xe6\x47\xbc\xf8\x82\xff\x22\x3f\xf7\x86\x76\x5b\x6b\xd7\xe7\x03\x34\xf4\x83\xcb\x2f\x78\x94\x71\xef\xca\x9e\xc2\x0f\x04\xee\xbd\xe7\x7f\xf0\x3f\xd6\x96\xd7\xcd\x03\x04\xde\x2b\xe5\x27\x81\x1b\x80\x8e\xbd\x01\xbf\x66\x40\xbf\xd3\x80\xf7\x04\x60\x78\x38\xe0\xa9\x0d\x98\x2c\x01\xe6\xcf\x02\xac\x16\x01\xf3\x8e\x02\x4e\x57\x00\x37\x3d\xbe\xd9\xe8\xa6\x0a\x44\x44\xf1\x5e\x92\x54\x0d\xb8\xb5\x03\xa4\x93\x9b\x93\x1a\x50\x52\xce\xb1\x55\x9a\x07\x87\x0f\xc0\xcd\x96\x80\xd3\x13\xe0\x85\x19\xe0\xbc\xf4\xbf\xed\x9e\x2c\xfc\xc2\xe4\x44\x7d\x1e\xc4\xff\xe4\xbf\x08\xfd\x93\x7d\x62\x7f\x95\xf9\x1f\xf9\x02\xff\xdf\x22\xfc\x60\xc3\x53\x1e\x65\xdc\x3f\x46\xc4\xdd\x40\x31\x5f\x52\x7c\x6a\x57\x09\x78\xa6\x33\x4f\xdb\xf5\x06\xf3\x62\x9c\x34\x59\x9b\xc1\xe9\x31\x30\xf9\x0d\xe0\x14\x07\x38\x0c\x04\x1c\xa5\x79\x98\x0e\xcc\x1e\xc6\x1c\xa8\x59\x53\x81\xb5\xc3\x98\x33\x93\x6d\x05\x4c\x97\xd6\xc5\x2a\x60\x7a\x6f\xe0\xb4\x26\xeb\x41\x48\xfb\xa6\x6d\x26\xf0\xd2\x14\xb0\x49\x63\xee\x78\x43\xbb\xc7\x98\x08\xfe\x83\xd0\x81\xd0\x5a\xc7\x63\x43\xdd\x83\xb3\x42\x17\xa3\x21\xff\xa5\x56\xff\x44\xc4\x85\x6f\xf1\x3f\xe2\xc5\x6d\xe5\x08\xd1\x27\x45\xae\x4e\x2f\x54\xe5\xbe\x63\x6e\xc7\x81\x4e\x0a\x80\xc3\x7b\x40\x43\x0b\x98\x71\x15\x18\xe1\x01\xd8\xad\x00\xcc\x8a\x80\xa9\xbd\x81\x99\xff\x02\x36\x37\x00\xcf\x55\xc0\x14\x07\x20\x74\x33\xf7\x2a\x4c\xd2\xe1\x1c\x6c\x8b\x64\x9f\x26\xaf\x8b\x09\xb3\x39\x3e\x4c\xf4\x04\x6e\x36\xe7\xb3\x8c\x94\x1b\x4b\xcb\xf8\x53\x0f\x60\x8c\xe0\x83\x0d\x13\x3c\xb9\x01\xce\xf5\xf9\x0f\x7d\x45\xfc\xf8\x4a\xff\xa5\x81\xfe\x89\xcc\x7f\xd9\x2d\xd6\x8f\xcc\xff\xd8\x24\xf8\x10\xb5\xfc\x0f\x31\x2f\x2b\xcf\xf3\xb8\x5c\xc4\x53\x1f\xe1\x17\x2e\x82\x37\x34\xdb\x19\x68\x15\xcc\x1c\x20\xb5\xcf\xcc\x3d\xd7\x4e\x05\xcc\xf3\x01\x93\x67\x80\x99\x2e\xf7\x65\x1c\xdf\x17\x58\x30\x1b\x18\xe7\x05\x2c\xfb\x0e\x18\x73\x8f\xe7\xc1\x30\x14\xc8\x36\x03\x0c\xf4\x81\xd2\x9e\x80\xfe\x51\xe0\x54\x7b\xce\x4d\xa4\x38\x39\xb2\x1c\x78\x16\xc9\x7c\x08\x69\x1e\x06\x09\x9d\x9c\x3e\xa2\x5f\x90\x5a\x08\x8f\xdd\x04\xff\xbe\xb3\xe0\x93\x5d\x14\xfc\xd9\xff\xc9\x7f\x19\xc7\x63\x43\xfe\xc7\x5a\x61\x6f\x9c\xe0\xc5\xc8\xfc\x8f\x00\x51\x9d\xf7\x10\xef\xeb\x28\x6e\x33\x5b\x95\x00\x8a\xd2\x73\x75\x01\x3a\x45\x01\xe3\x5e\x03\x03\x1f\xf2\xf3\x1b\x53\x05\x8c\x96\xf2\x89\x70\xe6\x66\xcf\x9b\x0b\x0c\xfb\x0e\x08\x2a\x06\x74\x77\x31\xb7\x54\xcb\x13\xd8\xdc\x1d\x18\x7c\x18\x28\xba\x0c\x0c\x0c\x00\x8e\x1b\x01\x03\xcd\x80\x6b\x63\x81\xbe\xd1\xc0\x23\x03\xa0\xcf\x19\xe0\xef\x93\x80\x5a\xf3\xfa\xf6\xaa\x08\x9e\x4c\x9b\xe9\x3c\xb6\x70\xe0\xb1\xb6\xff\x51\x03\xfd\x17\x99\xff\x20\xeb\x9f\xd4\xae\x03\xf1\x5a\xe6\x7f\xc4\xa7\x32\x4e\x1e\xad\xcf\xb8\x79\xd0\x0c\xfe\xb9\xac\x83\xe2\xb6\x9b\xc7\x99\xaa\xdc\x27\xc7\x4c\xc4\x1f\xc3\x46\xb0\x6c\x05\x60\xe4\x0c\xc5\x3e\xbd\x8f\x01\x3a\xaf\x95\x86\xe8\x69\x03\x43\x34\x1a\x2d\xb5\x6c\x0b\xf4\xdf\xd6\x28\xcf\xe5\x31\xd0\xe7\x59\xa3\x1f\xfd\xdb\x03\xea\x27\x1b\x9d\x59\x79\x1a\xe8\x71\xbe\x51\xc1\x46\x6f\xa0\x5b\x97\x46\x5e\x3b\x76\x01\x9d\x3f\x2a\x5d\x38\xfc\x27\xd0\xc9\x54\xf1\xea\xa5\x40\xa0\x83\xa7\xa2\xc6\x3d\x6f\xa0\xfd\x69\x85\x4b\x7f\x2c\x04\xda\x96\xe3\xb4\x64\xa7\xb2\xe0\xcd\x36\xda\xcc\x23\x84\x0e\x25\x84\x9e\x92\x1c\x07\x1a\xda\xdf\x90\xff\xb2\x71\x78\x03\xfb\x4d\x1a\xd1\x5f\x46\x96\x35\x9b\xce\xf6\x33\x4f\xc2\x2b\x5a\x99\x56\xca\xbc\xb9\xdc\x57\x64\x96\x18\xcd\x9d\xda\x52\xbd\xcf\xe0\x00\x37\xca\xe8\x17\xdd\xa1\xbf\x62\x10\xa0\xbe\xa6\x63\x65\x17\x7b\xa0\xeb\xbf\x9d\x8e\xe9\x28\x03\x1d\x57\x75\x56\x36\x1d\x09\xa8\xac\xec\xdc\xce\x01\x40\xeb\x8b\x9d\x35\x17\x3f\x04\x5a\x78\x74\xee\x1e\xdd\x1c\x68\x96\xd3\x69\xeb\xfa\x39\x40\x93\x9e\x9d\x5a\xe4\xdf\x00\x1a\x29\x74\x9c\x7c\x60\x32\xa0\xa8\xd8\xa1\xec\x42\x0f\xe9\xc1\xa9\x5e\xfe\x89\x3e\x49\xd5\xe6\x15\xe5\x3e\x2a\x87\xb8\xde\xd2\x72\x26\x8f\x4d\x04\xbe\xa9\xa4\x5a\x23\x2a\xc8\xd2\x78\xc0\xe8\xff\xb6\x3f\x7d\x70\x63\x42\x13\x52\xda\xb4\xa4\x0c\x3c\x5e\xad\x35\x55\x11\xa3\xab\x79\x0c\xb6\xe8\x4c\x8c\x1a\xef\x07\x9d\xe9\x9d\xdc\x2b\x99\x1f\x32\xbb\x92\x75\x43\xa6\x54\xf4\xa4\xdf\x8f\xa9\x62\xf5\xd9\xc1\x1f\xfb\x51\xdd\xaf\xc3\xf7\x03\x08\x2f\x50\xde\x39\x48\xa9\x6d\x34\xd0\x78\xc0\xa0\xb0\xfe\xd2\xda\x79\x30\x28\x67\x2c\xdd\xa4\x1d\x64\x62\x47\x15\xac\x81\x3f\x2e\xa2\x4f\x1e\xa0\xc7\xca\xe2\x03\x94\x53\x69\xec\xf7\x96\x2b\x62\xfd\xfc\x59\xa7\xb8\xaf\xd7\x59\xda\xbb\xfa\x4e\xf8\x89\xd6\x62\x9f\xb1\xbf\x51\xac\xeb\xdd\x92\xed\xed\x26\xfa\x82\x74\x14\xf8\x6e\x3b\xb5\x2f\xe7\xa7\x96\x07\x28\xf7\x7f\x2a\x6d\x4e\x28\xeb\x86\x27\xac\x03\xb3\xe6\x49\x07\xfa\xde\xab\x0a\x98\x1f\x10\x31\xb5\x3b\x55\xfd\x03\xf6\xa8\x4f\x67\xff\xef\x4b\xd5\x41\x57\x9d\x7e\x94\x69\xcd\xbc\x38\x90\x3c\xc6\xaa\x9a\xf1\x73\xe3\x32\x6d\xfa\xb6\x43\xbf\x1b\x4a\xb7\xf0\xd5\xfb\x0e\xa3\xea\xb1\xf2\x44\xbd\x6d\xfc\x89\xfa\x77\x5a\x11\xfe\xa6\xdf\x9a\xfb\x56\xeb\x57\x8e\xa1\x15\x34\xea\xf6\x34\x42\x10\xf5\xda\x2d\x24\x7c\x6f\x54\x2a\x23\x63\xa3\x0c\xd6\xd2\x37\x19\x29\xee\xfb\x0f\xfb\xc8\x37\x00\x87\x3b\x9f\x25\xfd\x90\xe1\xb3\x7e\x24\xc4\x44\xb7\xea\x57\xca\x6d\x74\x87\x73\x5f\xfb\xc1\x2e\x6c\xb7\x86\xc0\x7b\xd5\xc3\x79\xec\x41\xba\xc5\x3b\x9f\x35\xa2\xfb\xa6\xb9\xdf\xb7\xa1\x2a\x5f\x7a\x42\x27\x62\x15\xa4\x88\xe7\x19\xaf\xde\x8b\xe6\x23\xba\xd7\x40\xda\x59\x03\x13\x18\x8d\x5d\x5c\xa2\x4b\x27\x0c\xd7\xeb\xc3\x08\x0f\xb6\xb7\xe7\x85\x63\xf5\x8a\x75\x43\x4c\xc7\xea\xd3\xef\xf5\x55\xc6\x10\x7f\x60\x40\xf5\x58\x8a\xc0\x1d\xff\x31\xa1\x3a\x28\x66\x4f\x28\xe1\x79\x98\x70\xb6\x0d\x01\xde\xa6\xfe\x3c\x0f\x13\x6e\x30\x63\xc6\xd4\x74\x2a\xdd\xf7\x36\x8d\x5d\x40\xf7\x94\x4d\x5b\x2c\x27\x1c\x67\xfc\x6d\xbe\x39\x3c\xe1\x14\xc7\xec\x71\x3a\xdc\x41\x7d\x7c\xd9\x69\xf2\x9f\x71\xeb\x6f\x52\x8c\x37\x9e\xf5\x8c\xee\xc1\x8f\xd9\xc4\xda\x92\x06\x26\x35\xf5\xf8\x1f\xb2\x2e\x0a\xeb\xc6\x64\xff\xa6\x4a\xdf\x73\x43\x5a\x77\xaa\x4b\xaf\x4d\xed\x4d\x5e\xb6\xaa\xe9\x60\xaa\x96\x86\x4f\xd4\xa4\xf5\x1d\x52\xc9\x76\xfa\x8c\x1b\x49\xb7\x49\xe7\xdd\xe1\x6f\xeb\x1c\x3a\x96\x32\x87\xa9\x46\x63\x69\x1e\x27\x39\xb3\x8a\xc5\x98\x2e\xac\x23\xa1\xbd\x8a\x51\x29\xf5\x83\x16\xf4\x06\x6d\xf4\xa6\x88\xce\x65\x36\xe2\xc4\x62\x7b\x8f\x3b\x6e\xd9\x56\xf6\x23\xcf\xb2\x7d\x38\x9a\xd6\x81\x6d\x95\x35\x21\x8c\x36\xee\x7c\xdf\x7f\xaa\x43\x10\x3d\x09\x5b\xcf\x04\xda\x93\x6c\xd5\xb2\xc8\x73\xad\xee\xed\x22\x5c\xdf\xda\x80\xef\xfb\x5b\x1e\xbb\x4a\x7a\xf1\x96\xc1\x8f\x49\xfb\x6f\x4a\xd9\x5f\xf4\x73\xd3\xa7\x35\x84\x73\xd5\xf2\x3f\xc4\x7a\x61\xde\x90\xcc\xff\x69\xd8\x07\x2a\xba\x7a\x18\xbd\x7b\x88\x8a\x01\x3d\x25\x59\x07\x66\xc1\x19\x13\xe2\x8d\x38\xa9\x31\x1f\xc6\x2e\xd6\x9c\x78\x60\x16\x51\x16\x64\xd7\x78\x7f\x6b\xfa\xf9\x88\xfb\xd6\x84\xff\x0d\xac\x62\xfe\x40\xa7\x75\x8c\x42\x34\xf6\xb1\xfb\xcc\xf6\x3b\x0a\x45\x47\x7b\x65\xd6\xaf\x76\xc8\xee\x47\x33\xe7\x70\x94\xef\xf3\xda\xbf\xb2\x24\x4f\x74\xcc\x71\x65\xc5\x89\x22\xce\xc9\x1c\x27\xaf\x32\x05\x2b\xad\x57\xf0\xdf\xed\x54\xe7\xf1\x30\x3d\x77\x7b\x9f\x4b\x54\xf7\x9e\x5d\xc9\x3c\xa9\x99\x26\xaf\x29\x82\xcb\x7d\x83\x6a\xf9\x1f\xf7\x6a\xbe\xe0\xc5\x24\x7b\xb3\x2a\x4b\x6d\x1f\xa8\xeb\xfc\x2d\x42\x1e\xb3\x1e\x8c\xdf\x07\xbe\x4d\xba\x60\x9f\x05\x31\xed\xe7\x5a\x59\xd2\x09\x6c\xd6\x1e\x5b\xca\xac\x6c\x0c\xa6\x93\x77\x9a\x26\xd8\x51\x26\x62\xe8\x3d\x8b\x70\x3b\xad\x87\x7c\x1b\x59\xdd\xd8\x89\x4e\xf6\xed\x6e\xb8\xf0\x0e\x5d\xe6\x26\x32\xab\xf9\x82\x79\xea\xae\xa0\x42\x33\xe3\xae\xd2\x9f\xf8\x3b\xee\x95\x06\xe4\x17\xf3\x56\x32\xce\xeb\xfe\x82\x71\xff\xf9\xaf\xfc\x08\x61\x73\x57\x8a\xe9\xcb\x3f\x5f\x4f\xf3\x30\xdf\x9f\x71\xff\x79\x27\xf7\x13\x9e\x33\x2f\x89\xef\x6d\xba\xa5\xde\x66\xe6\x52\xf2\x0b\xb2\xd7\x25\x8c\x75\xdd\x6b\xf9\x1f\x62\x5e\x58\x17\x25\xfe\x84\x01\xed\x63\xb2\x0e\xce\xf2\xa3\x66\xe4\x8d\x4b\x1f\x4d\xe1\xae\x45\x97\xac\x08\xe7\x71\xd3\xb4\x23\x94\xc5\x71\x95\x9d\xd0\xc3\x99\x45\xe8\x90\xf9\x15\x47\x3a\x51\xc9\x3c\x98\x11\x7d\x5d\xf9\xbe\xfb\x3d\x57\xf2\xc2\x6e\xd9\xee\xf4\x54\x5b\x96\x79\x88\x48\x2c\xeb\xc2\x2c\x6e\xc5\xba\x07\x8b\x5f\x32\x1f\xc6\x77\x3c\xe3\x59\xbe\x3d\xf4\x08\x29\xf4\xbd\xcf\xcc\x0c\xdf\x13\xcc\xb4\x59\x52\xc9\xb9\xe9\x92\xd0\x48\xc2\x31\x97\xa8\xa5\x30\xbf\x43\x85\x11\x24\xdf\xee\x7b\x08\x81\xf5\x9d\x7b\x86\x22\x91\x77\xc4\xf5\x11\x34\xc6\x3c\x65\x7e\x4c\xde\x5f\x14\x91\x16\x64\xd7\xc8\xfc\x0f\xfa\x86\xac\x8b\x12\xab\x62\x4a\xee\x16\xf6\x87\x25\xad\xca\x40\xa7\xa9\x14\x0f\x16\xeb\xcc\xa2\xf5\x3c\x6f\xee\x6c\x3a\x81\x38\xbb\x38\x93\x0a\x85\x5d\xb5\x0b\xd9\x6d\xa5\xc2\x3c\x98\x09\x1d\xdd\x08\x17\x1c\xbd\x65\x3e\xad\x03\x9d\x8e\x0b\x09\x1f\xd6\xa8\xf4\xa2\x79\xed\x60\xbf\x88\x7e\xde\x34\x7b\x89\x98\x87\x00\x51\xd9\x09\xbe\x00\xe2\xfa\x07\xc6\x77\x20\xe4\x30\xf8\x7c\xff\x79\xd2\x18\x34\x4a\x8f\xce\x6c\xc1\x35\xe6\xb4\x5f\x04\x17\xce\xa6\x31\xc4\xcb\x8b\xf0\x97\x65\xc6\x61\x54\x33\x5b\xe6\x9f\x44\xdf\x3c\x58\x6b\x0b\xad\x93\x10\x8b\x62\x5a\x17\x21\x95\x27\xa9\x4f\x46\x60\x42\x15\xd5\x00\x02\x9f\x54\xd3\x3c\x05\x78\x30\x8f\xd0\x2f\xbd\xa6\x1e\x2f\x86\xe7\x25\xf4\x85\x0d\xed\x4a\x0d\xfb\x41\x79\xb0\xbc\x09\x5c\xe0\x6a\xc4\xab\x6d\x01\xed\xb0\x36\x45\x0b\xc8\xae\x49\xed\x3c\x28\x5f\x32\xfa\xb8\x88\x76\xa9\x11\x73\x99\x07\x33\xe8\xaa\x1f\xdd\x36\x57\x1f\xe1\x4f\xfb\xa7\xca\xb4\x40\x3a\x89\x2b\x1e\x5e\xd6\x85\xed\x97\xfb\x24\x45\x6c\x57\xa4\x1b\xd1\x51\xfe\xac\xcc\x16\x31\xad\x3f\xed\x24\x51\x67\xf5\x28\xe3\x88\x3a\x33\x99\xec\x8b\xcc\x9b\x45\xeb\x3d\xc6\xdd\x93\xbe\x77\x4c\xea\x72\xca\xe1\xa3\x75\x18\x71\x8d\xba\x92\x49\x99\x49\x14\xf5\xf0\x06\xa2\x87\x1c\x63\xa5\x2b\x8f\xcb\x54\x23\x88\xe8\x70\x97\x78\x56\x61\x6a\x2f\xe8\x7d\x43\x9d\x3f\xd3\xbd\x70\x99\x17\xc3\xba\x28\x81\xd5\x8e\xdb\xd8\xfe\x39\xd6\xec\xb5\xf3\x04\xfb\xcc\x9d\x32\x4c\x87\x8d\xfc\x7c\xa7\x75\xf7\xa4\xe7\x6f\x19\xc1\x19\xf3\xc4\x4a\xbf\x48\xf6\x83\x40\x5a\x2f\x3a\x8b\x03\xe9\xa4\xd6\x6f\xe9\x32\xea\xbf\xd8\xcd\x6b\x39\xb1\x5d\x5b\x96\x86\xb3\x7b\x23\x5a\xdc\xeb\x5e\xf9\x91\xc7\xb8\xcb\x4a\x74\x66\x91\xf9\x30\xf1\x36\x1c\x27\x13\x96\xea\x8d\xe4\xdf\x73\x3f\xb1\x84\x01\xb3\x69\x3e\x12\x2e\x2d\x24\xfe\x5c\x42\x64\x30\x8d\xf1\xf7\x18\x81\x4f\xf0\xdd\x78\x9f\x7f\xce\x7a\x52\x89\xde\x87\x49\xb1\x24\x7e\xd9\x05\x9a\xe7\x38\xc3\x3b\xc4\xaf\x5d\xe9\xf2\x0b\xcd\xd3\x8a\x9a\x0f\xb4\xd2\xeb\xf3\x62\xe4\x7e\x58\xde\xda\x0b\x68\xe1\xba\x2f\xf4\xa4\xf5\xed\xe4\xe7\x45\x79\xd2\xac\xd0\x25\xac\x8b\xe4\xcc\xbc\x90\x49\xbb\x18\x75\x37\x2e\xe3\xae\x3d\xa3\xd6\x86\x92\x77\x0e\x29\xe3\x2e\x04\x7d\xed\xa3\xb9\x1f\xcc\xb0\x18\xda\xf5\x9b\x57\xad\x14\x78\x66\x82\xa8\x54\x35\xe4\xc3\xac\x7b\xc3\x38\x6f\xaa\x51\x3f\xc2\xa1\x53\xee\x31\xee\x9f\x6a\xc8\x91\x2a\x55\xc7\x8e\xe2\x5f\xea\x1d\xee\xe0\x94\x52\x15\x44\x91\x39\xf5\x0d\xbf\xf3\x3a\xab\x0d\x54\x1b\x49\x5d\x91\x4f\x91\x39\x35\x92\xef\xce\x25\xbf\x38\x4d\x35\xa5\x24\x9d\x1b\xc4\x84\x5e\x13\xfa\xa8\x25\xbf\x7e\x4f\x71\x25\x61\xca\x67\x8a\xbf\xcc\x8b\xf1\x19\xea\x49\xcf\x6b\x81\x9b\x37\xc5\x85\x39\xc9\xbe\xe4\xff\x0e\xe3\x02\xc8\xef\xa7\xdd\x0b\xa2\x6f\x29\xf3\x60\x26\x8c\x08\xa3\x28\x66\x18\x10\xc5\x59\x09\xdd\xb0\x03\x06\x4d\x65\xbe\x40\xcf\x27\xcc\x87\x51\x51\x4f\x20\xff\x6f\x62\x91\x24\x4e\xea\xeb\xc4\xc9\x64\x83\xa8\x78\x65\x18\x34\xa6\x1d\x44\xe6\xc3\x64\x46\xf4\xa3\xf5\x9f\xf1\xdb\x08\xca\x87\x33\x95\x39\x03\xc9\x70\x9f\x41\x19\x6d\xc6\xaf\x7c\x77\x21\xc3\x93\xf5\x72\x6a\x75\x62\xde\xa4\x93\xe7\x66\x54\xf2\x59\x20\xd3\xb0\x9c\x3a\x53\x64\x54\xf0\x19\x32\xbd\xfa\x2a\x79\xfc\x46\xbd\x47\xeb\xf8\xf5\x5b\xfa\xa6\xeb\x8f\x72\x9c\x64\x5e\xcc\xc2\x7f\x7d\xb9\xef\x45\x75\x20\xd9\x2f\xeb\xe1\xcc\x9c\x1c\x46\xde\x69\x33\x97\x1f\xe3\xe4\xaa\x68\xfa\xbd\xc9\xfc\x18\xb2\x53\xef\x59\x1c\x45\x35\x5d\x53\xd6\xc3\xe9\xf7\x8a\xd9\x9d\x3d\xaa\xf8\x79\xb7\xf5\x4e\xa6\x7c\x42\x69\x5d\x9a\xe8\x70\x9b\x21\xf8\xb3\x59\x03\x78\xcc\x29\x6f\x44\x8c\xca\x5c\x25\xce\xdc\x73\x87\x73\x1e\x95\x3b\x7c\x04\x45\xd2\x9c\xa2\x89\x14\xa1\x73\x87\xcd\xa0\xb8\x98\xd3\x9b\xf9\x83\xb9\xb7\xb8\x4f\x4e\xee\x40\xc6\xfd\x73\x05\xe3\x28\xd7\x35\xc7\x86\xff\x7f\x29\xf3\x6c\x6c\x8e\x13\x32\x9f\xa3\x50\x45\xb5\x8f\x3c\xa3\x27\xf4\x64\xb2\xee\xbc\xa2\x15\x5b\x5f\x17\xc5\xfd\x7d\x30\xed\x32\x73\xee\x84\x51\x65\xa5\xa1\x1e\xce\x14\x8d\x95\xb4\x6b\x9b\xda\xc7\x93\xb7\x8e\xdd\xcb\x7a\x21\x72\x7f\xa8\x21\xf7\x92\x29\xbf\xd0\x10\x7c\x98\xae\xad\x58\x3f\xa4\xcd\x13\xe6\xc3\x28\xc4\xc8\x15\xab\x1c\x47\x1e\xf3\x8f\xf0\x58\x60\xc8\xca\x9d\x32\x1f\x66\x7b\x01\xef\x9b\xdb\x4f\x8c\xa4\x9d\xab\xa0\x84\x33\xb5\x82\x75\xb6\xb4\x7f\x14\x1c\xe1\x3e\x39\xdb\x35\x7c\xc9\xbf\xb7\xe7\x85\x93\x1f\x6d\x5f\x24\x74\x62\xfe\xd9\x42\xf1\xb3\xe0\x65\x11\x65\xbc\x85\x2d\x8e\xd1\x8a\xdd\x3e\xe4\x12\x65\xca\x05\xf7\xef\xd2\x3c\x17\x74\x79\xc1\xfc\x98\x6e\x9f\x88\xc9\x90\xab\x28\xf9\x85\x4b\x4e\x38\xc5\x77\xc7\x5b\x31\x54\x29\x98\x59\xc1\xfd\xb0\xac\x17\xc7\x93\x97\x4e\xce\xe2\x6c\xde\xb8\x8c\x9f\xb3\xcc\x83\x19\xd1\x81\xf9\x11\x83\xad\xb9\x8f\x4e\xaf\xfb\x9b\xe8\x94\xd7\x49\x6b\x13\xed\x86\xad\x0e\xb1\x3e\x0c\x16\xe4\x09\xa4\x43\xe6\xc3\xec\x14\x9d\x7b\x8b\x12\x1b\x53\xfc\xab\xe5\xc3\x94\x30\x93\xbf\x78\xe3\x30\xca\xb0\x8a\x5d\x99\xe1\x5a\x74\xd7\x96\x32\xb4\x22\x70\x86\x52\x92\xbb\x84\xfc\xbd\xd8\x30\x9c\x9e\x5c\xd1\xd1\xd5\xc4\x74\x2c\x5a\x9b\x49\x79\x45\xd1\xb3\x5d\x14\x37\x8a\x1a\x1f\xa2\xc8\x56\x92\xf4\x1d\x7d\x93\xdd\x31\x3f\xd0\xba\x28\xae\xe6\xbc\x6a\x77\xd1\x3f\xdc\x87\xca\xa2\xe6\x43\x5d\x5f\x2c\x7b\xd3\x44\xda\xbd\xa6\xed\x60\x16\x9a\xe5\xfc\x14\xba\xd1\x68\x66\xb0\x8e\x4e\xc1\x46\x13\xf8\x39\xeb\x4d\x60\xfe\x93\x6e\x15\xf3\x7f\x06\x8d\xcf\xa2\xd7\xbd\xfc\xf3\x68\x1e\xe4\x3e\x51\x2d\xc6\x6f\xe3\x1b\x4a\x45\x3b\x44\x25\xb7\x21\x1f\x66\x5f\x84\x12\xad\xf7\x7d\x91\xaa\x94\x4f\x96\x77\xe0\x79\xd8\x17\xc1\x27\x99\xf2\x31\x26\xc4\x7b\x29\x3f\x6e\x43\xdf\x70\x7f\xc5\x1c\x8a\x30\xfb\x1f\x2f\x26\x05\xcb\xfd\x3a\x1c\x99\x0f\xba\xac\xa1\x9d\x7b\xff\x8f\x99\xac\x33\xb3\x67\x27\xeb\xc8\xe8\x1c\xa2\xf9\x2a\x3f\x72\x81\x76\xec\x72\xbb\x5b\x14\x6f\xf7\x55\x3c\xa7\x38\x5a\x56\xc5\x1a\xe6\x65\x4d\xa5\x75\xf1\x42\x95\x71\xda\xa7\x2f\x79\x6c\xc8\x7b\xb8\x9e\x09\xa8\x7e\x07\x5c\x8e\x00\xba\x69\xf0\xbd\x5e\xe9\x24\x7a\x62\x1d\xd0\xab\x15\x70\xe4\x28\xd0\xef\x21\xb0\xff\x2a\xf7\x89\x29\x3a\x06\xe8\x54\x03\x3b\x9f\x03\xfa\x8b\xb8\xaf\xff\x98\x2a\x60\x4b\x1e\x30\x51\x85\xf5\xfd\x2d\xac\xeb\x70\xff\x8c\x89\xc0\x9c\x1b\xc0\xc6\x59\x7c\xdf\x3f\x5d\x19\xf0\xeb\x0e\x6c\xf8\x01\x08\x9b\x07\xa4\xcd\x60\xac\x2e\x35\x1d\x90\x9e\x50\x7a\x1c\x90\x15\x08\xa4\xa9\xb1\x86\x44\x86\x11\x70\x50\x93\xeb\xc5\xe7\x9d\x81\x2d\xd7\xf8\xbb\x6f\x19\x0c\x3c\xf7\x03\x72\x16\x00\x9f\x7e\x06\x32\x44\x7d\x32\xdd\xe9\xbf\xf9\x0f\x2f\xac\x18\x5f\x78\xf4\x2b\xd0\x3a\x9e\xfb\x9d\xb4\x7e\x58\xc7\x7b\xb8\xba\x1c\x68\x53\x0c\x5c\x30\x04\xda\x2f\x05\xce\xa8\x03\x5d\xae\x03\x15\xba\x40\x0f\x1f\xe0\x50\x35\x6b\xff\xee\x55\x07\x06\x5a\x01\xbb\x26\x02\x43\x2e\x03\xf9\xb7\x80\x61\xb7\x81\xbc\x04\xc0\xe0\x10\xb0\xe5\x05\x30\xfe\x03\x90\xb1\x1f\xb0\x08\xf9\x1a\xf7\x4f\x7d\xc9\x77\x36\x53\xcf\x80\x98\xab\x6b\x2a\x81\x20\x03\xd6\xb6\x97\xe6\x21\x69\x08\xb0\x46\x1d\x48\xea\x01\x6c\x58\x2f\xed\xb6\xc0\x8e\x0b\x7c\x6f\xfa\x60\x1b\x20\xc3\x0b\xb8\x98\x00\x6c\xba\x04\xdc\x59\x06\x6c\x1e\x06\xbc\x2c\x67\x5e\x44\x8d\xd5\xd7\xf8\x77\xc3\x3e\x00\x32\xff\xa3\x7a\x00\xd0\xc4\x11\xf8\xa9\x05\xd0\xe8\x36\x70\x33\x07\x68\x7e\x0a\xb8\x52\x0d\x34\xbf\x01\x9c\x4b\x03\x5a\x2d\x61\x6c\xb9\x5d\x13\xc6\xfd\x3b\x27\x02\x7b\x3f\x02\xdd\x43\x81\xa2\x16\x40\xaf\xf6\x40\xc1\x3d\xd6\xc3\xc8\x8d\xe0\xfb\xdc\x5b\x22\xb9\xe6\x9a\xd9\x07\x30\xd2\x05\xd2\xd5\x01\xb3\x02\x20\x75\x10\x60\x63\x51\x87\xfb\x27\xc5\x49\x19\x3f\x90\x90\xce\x18\x47\x5c\x11\x63\x77\xab\x0d\x81\xe8\xee\x5c\xa3\x5d\x1d\x00\x24\x54\xf3\xce\xb3\x7a\x19\x50\xe0\x0c\xa4\x84\x03\x07\xe3\x99\x3f\xf1\x9d\x15\xe3\xea\xb7\xaa\x81\xb4\xdd\xc0\x8b\xf1\x5f\xf7\x81\x68\x68\xbf\xac\x83\x20\xf3\x3e\xfe\x17\xef\xe1\xcc\x35\xa0\xf9\x52\xe0\x98\x13\xd0\x7c\x37\x70\x40\x1f\x68\x17\x04\x94\x7d\x07\xa8\x2e\x60\xbd\x83\xee\xe7\x81\xbc\xeb\x8c\xeb\x4a\x51\x52\xda\x68\xe5\x3e\x07\xe9\xd7\x01\x43\x67\xf6\x73\xe9\x44\x93\x50\xcc\xf7\x35\xe3\x8e\x01\xd3\x77\x01\x31\x6a\x80\x7d\x19\xdf\xff\x96\x4e\x66\xab\xa6\x32\xf6\x11\xfb\x07\x10\xbe\x56\xca\x0a\x81\x35\x97\x81\x15\xef\x98\x13\xb3\xca\x0b\xc8\x6f\x05\x24\x1e\x05\x0e\x26\x01\x89\x29\xc0\xd9\x35\x80\x14\xd5\xee\xb6\x60\xfb\xff\xac\x06\x92\x6a\xb8\x7e\xdf\xd0\xfe\x5a\x1d\x00\x81\x03\xcb\x78\xff\x4f\xe2\x82\xf7\xb7\x78\x0f\xa7\x7a\x01\xd2\xf9\x50\x3a\xe3\x4b\xf3\xb2\xcf\x83\xfd\x48\xee\xf3\x50\xf0\x07\xeb\xec\x64\xdd\x60\xff\xc8\xb8\x0b\x68\xfc\x0c\xa4\x2d\x00\xb4\xf4\x80\xb5\xaf\x19\x63\x58\xa3\x0d\x18\x57\x02\xf1\x6d\x80\x49\xad\x80\xe8\x34\xc0\x7a\x11\xe3\xfa\x8e\x16\x40\x54\x73\x60\xbe\x2a\x10\x61\x0c\x2c\xfe\x08\x44\xbe\x01\xc2\x4c\xf8\xe7\x09\x7f\x02\x11\x3f\x00\xe9\x6e\x8c\x97\xe7\xbf\x07\x56\x8c\x06\xf6\xbb\x01\x31\x4d\xb8\x5f\xce\xca\x6e\x80\x74\xde\x96\x72\x4d\xc9\xd7\xe3\x9c\xff\x6f\xfb\x65\x1e\x80\x3c\x0f\x77\x23\xea\xdb\x2f\xf3\x1e\xce\x8b\x6a\x89\xcc\x7b\x38\x22\xea\x99\xb5\x7d\x1e\xa2\x81\xa6\x39\xc0\xd6\x39\xdc\x67\x68\x53\x20\xd0\xa9\x1f\xf7\x2d\xe9\x69\x0d\x24\x9f\x06\x06\xc5\xf1\x7a\x1f\x66\x0d\xc4\x0e\x03\x0c\x5e\x01\x31\x4a\xc0\xc4\x13\x40\xd8\x3d\x60\x4a\x05\xb0\xec\x12\xe3\xdd\xc1\x16\xa0\x9b\x0e\xc1\x76\x80\xb7\x07\x10\x7a\x8e\xf9\x41\x61\xff\x00\x89\x3b\x18\xe7\x4f\xd7\x01\x42\xff\x04\xb6\x2f\x01\xc2\x36\x01\xfb\x7c\x81\x88\x5d\xdc\xb3\x2b\xc2\x89\xfb\xc4\x48\x47\xed\x17\x3f\x7f\xa1\x03\xf1\x0d\xfd\x8b\x85\xfa\x0d\xf0\xee\x86\x7d\x5f\x1a\xe8\x5e\x1c\xfb\x85\xc7\xf2\x66\x62\x17\xfc\x97\xc7\x6d\x02\x1f\x95\x76\xd1\xc6\xab\x81\xb4\x3e\x40\x9b\xb9\x40\xea\x3b\xa0\x9b\x33\xfb\xb3\x34\x1f\xb1\xb9\x52\xae\xc1\x7a\xf7\xa3\xb2\x80\x70\x2b\xc0\xb8\x14\x58\xb6\x0b\xb0\x88\x05\x42\x5a\x03\x33\xd3\x81\x00\x7b\xc0\x65\x01\xe0\x67\xcf\x18\xb6\x7f\x08\xb0\xcc\x10\x08\x2e\x01\x56\x37\x05\x82\x5e\x00\x1b\xf7\x03\xc1\x0f\xb9\xb6\x1c\x18\x0a\x1c\x18\x08\x2c\xbb\x07\x5c\x38\x01\x2c\x6b\x01\xfc\x14\xc3\xff\xe7\xd5\xcb\x6f\xeb\x40\xcc\x7b\x51\x1f\x0f\xff\xe9\xe6\x37\xd6\xc3\x37\x74\x2f\x64\xfe\xc7\x4e\x91\x1d\xe6\xaa\x73\x7f\x98\x0c\x81\xff\x4b\xf1\xbe\xc9\xf7\x75\x7a\x07\x2b\x27\x00\xdd\x0a\x80\xe8\xf6\x40\xff\x16\x40\x48\x22\xa0\xab\x06\x04\xb7\x04\xc6\x2c\x03\xfc\xb3\x81\x49\x46\x80\xcf\x51\xc0\xd6\x07\xf0\x75\x06\x9c\xee\x01\x8b\xa7\x02\x1e\xc6\xc0\x52\x25\xd1\xff\x81\x94\x34\x01\xdf\x6d\x1c\x27\x97\xfe\x01\xec\xf4\x05\x96\x18\x33\x33\xd5\x4f\x68\x18\xf9\xd7\x00\x3f\x47\x00\x52\xf2\xf3\xfe\x44\x9d\xdf\xcb\xcf\xfd\x5b\x3a\x10\x3f\xfd\xdc\xc0\xfe\xab\xf5\xfd\xe0\x2b\xdd\x8b\x06\xfd\x2e\x72\x44\xd5\x75\x83\x38\x45\xae\x71\xe5\x78\xb2\x62\x17\xd0\x4c\x03\x08\x8f\xe4\x7e\x64\xcb\xfc\x01\xf5\x5b\x40\x40\x20\x30\xe4\x2d\xb0\x64\x1e\xa0\x37\x15\xf0\xfe\xc4\xbc\x18\xcf\x2c\xee\x3f\xb7\xf0\x4f\xc0\x61\x0d\x30\xef\x06\xf7\x7f\x98\x6f\x07\x04\xb5\x03\x3c\xad\x80\xb8\x7f\x01\xcf\x59\x3c\x0f\x9e\xb9\xc0\x0e\x1f\xc0\x73\x36\x70\x30\xa8\x4e\x07\x62\xd1\x34\xe0\xc1\x75\x60\xf1\x10\xe0\xc3\xcf\xc0\x5c\x8d\xfa\xfc\x8f\x86\xfa\x17\x53\x8e\xf0\x58\xdb\xf7\xe5\x5b\x7e\xd0\xa0\xef\xc9\xff\xe2\x7f\x24\x08\xfc\x37\x32\x8f\xc7\xa0\x07\x40\x4b\x5b\xc0\xef\x01\xd0\xf9\x27\xc0\xab\x35\xd0\x57\x7a\xd6\xbe\x80\xee\x09\xc0\xbd\x08\x18\xfb\x16\x70\xb7\x64\x4c\xdb\x35\x01\xb0\xef\x0a\xb8\x3e\x67\x1e\xe1\x9c\x37\xcc\xaf\x9d\xdb\x8a\x7d\xcc\x51\xca\xa1\x0e\x03\x4e\x41\xc0\x76\x77\xc0\xfe\x0f\xe0\xe0\x55\xe6\x43\x5c\x50\xab\xd3\x81\x98\xb3\x03\xf8\xd0\xe5\x6b\xfe\xc7\x94\x7c\x1e\x65\x3d\x04\x99\x0f\x50\x6b\xbf\xa8\x96\x9c\x11\xfa\x28\xdf\xec\x7b\x22\xf0\xfc\x3c\xc1\x8b\xca\x14\xa7\x85\xf5\x42\x07\x40\xe6\x7f\x84\x09\x74\x62\xe9\x78\x40\xe9\x31\xe0\x1d\x07\xb4\x3f\xc3\x76\xf7\x78\x03\xb8\x0c\x05\x06\x47\x01\x8e\x19\xc0\xa8\xc7\x80\xc3\x68\xee\x33\x36\x33\x95\xf1\x6e\xfb\xa7\xc0\xfc\x35\xac\x31\xb5\x34\x07\x98\xee\x0d\xc4\x26\x02\xd3\xb6\x0b\x1d\x08\xe9\x24\xe5\x0c\xd8\x56\x01\x07\xbf\xab\xd3\x81\x98\x6e\x07\xdc\x33\x02\xa6\x0e\x00\xfe\xd4\xf9\xa2\xff\x49\x83\x3e\x20\x32\x1f\x40\xe6\x41\xc8\xfd\x7f\x64\x1e\x94\xec\x07\x87\x85\xfe\x81\xac\x7f\x52\xeb\x07\x32\xff\x43\xf8\x4d\x2d\xff\x43\xee\xca\x2d\x74\x53\x64\xfd\x0b\x9f\x4c\x1e\xe7\x9d\x66\xbd\xa9\x39\xef\x81\xce\x53\x81\x99\x7b\x80\x7e\xeb\xeb\xf8\x0f\x33\xec\x80\x89\x4a\x80\xb5\x29\xdb\x66\xdd\x1a\x70\x6b\x0d\x58\x2a\x71\x1e\x61\x61\x0c\xac\xbc\x07\x98\x67\x32\xc7\xd8\xac\x05\xeb\xa3\x4c\x3a\x07\x1c\x6d\x01\x98\x2d\x01\x2e\x1f\x03\x4c\xcb\x80\x7b\xad\x39\x87\x7f\x1f\x5e\xf7\xbc\xe5\x3e\x20\xba\x63\x04\x0f\xe2\xb7\xfa\x7c\x80\xff\xa9\x7f\xf2\xfa\x1b\x7e\x20\xf3\x3f\x04\x56\x2a\xeb\xa0\x44\x8b\xbf\x93\x79\x30\x72\x75\xda\xb1\x90\xc7\x69\xd7\x81\xd6\x27\x00\xdb\x00\x40\x0a\xb1\xe6\x4b\x80\x21\x79\x80\xd9\x51\xc0\xf0\x32\x60\x1a\x0c\x58\xc5\x70\xcc\x98\xeb\xca\xbc\x0e\x69\x1e\xc6\x97\x32\xe7\xce\xd0\x9b\xb9\xd7\x86\x67\x79\x1e\xf4\x4b\x81\x43\x25\x80\x41\x37\xee\x75\x68\xa0\xc7\xfe\x20\x3d\xe7\xb7\xaf\xeb\xf4\x2f\x64\xde\x47\xaf\xcf\x3c\x76\xbf\xc8\x63\x17\x11\x47\xcf\x7e\xfc\x6f\xfb\x65\xdc\x73\x97\xe0\x79\xc8\xb8\xef\xb7\xf8\x1f\x72\xff\x93\x30\xf1\x3e\x32\x0f\x66\xbe\xe8\xce\x3c\x5b\xac\xb3\x29\xbe\x80\xd2\x55\xc0\xb4\x19\xe7\x19\xc6\xff\x00\xfd\xcb\x01\xa3\x95\x80\x7e\x25\x30\xda\x0c\xb0\x38\xc8\x39\x97\x53\x15\x30\xe2\x14\xe0\x37\x96\xb9\xfc\x2b\xc6\x03\x3a\xae\x9c\x2b\x6a\xde\x05\x76\x44\xf3\x5e\x2c\x9d\x2f\x06\xaa\xf1\xba\x18\x30\x07\xb8\xeb\x0c\x68\x5c\x07\xde\x0c\x01\x7a\x79\x08\x7b\x9f\x09\x1e\x84\x22\x8f\xad\x84\x7f\xb4\xb8\xc7\xe3\x49\xf5\xfa\xf6\x7f\x53\xff\x44\xe4\x53\x5f\xf1\x3f\x04\x8f\x24\x4a\xf0\x06\xbe\xe2\x3f\x88\xd3\xf6\x0c\xf1\xfb\x09\xa2\xaf\xd4\xe8\x6d\x40\x9b\x6d\xc0\xc8\x7e\x40\xaf\x5e\xc0\x30\x5d\xee\x3f\xa7\x55\xc2\xdc\x1f\xc9\x3e\x69\x1e\xfa\xe7\x01\x4b\x54\x00\x8d\x8e\xc0\x0a\x3b\xa0\x97\x22\x2b\x3f\xf7\x1c\x0f\x14\xe8\x00\xdd\x97\x30\x87\xaf\x8b\x3b\x70\x21\x1a\xe8\x18\x08\xdc\x99\xce\xb9\xed\x6b\x2f\x40\x55\xe8\xc0\xb4\x10\xf1\xa0\x89\xd8\x1f\x14\x44\x9f\x18\x85\x62\x1e\x1b\xf2\x3f\x1a\xea\x9f\xd4\xae\x83\x06\xfc\x8f\xd5\x22\x9e\xca\xdd\xfa\x83\xa3\x79\xf4\xf5\xe5\x71\x81\xe0\xcf\xd4\xf2\x60\xc4\xdf\x19\x0b\x9d\x11\x2d\x25\xa0\xd1\x5c\x60\xe0\x18\xa0\x6b\x5b\xa0\x6f\x30\xa0\x7d\x96\xd7\xca\xc4\x59\x40\x77\x27\x60\xf6\x62\xa0\x53\x21\xe0\xd5\x0f\xe8\x60\x07\x84\x9f\x03\x54\x1a\x03\xc9\xef\x81\x36\xa3\x81\xdc\xbf\x80\x56\x0b\x80\x3d\xff\x00\xca\x0f\x81\xd3\x0a\x40\xb3\x6d\xc0\x4d\x7b\xa0\xe9\x18\xe0\x97\x85\x40\xe3\x1c\xe0\xd3\xe2\x3a\xbe\xc7\xb7\xc6\xaf\xf8\x1f\x9b\xeb\xaf\x83\x8c\x6b\xf5\xed\x5f\x23\xaa\x8b\x31\xe2\x3c\x12\xf2\x98\xbb\x91\x2f\x09\x62\x3d\x14\x59\x07\xc5\x85\xd4\x92\x80\x69\xd9\x4d\x49\xf7\xc1\xf4\x4c\x33\xba\xff\x38\xc2\x5b\x99\xf0\x75\xf5\xae\x2d\x49\x9d\xba\xc3\xf6\x36\x63\xdb\x79\x02\x6d\xe3\xdb\x1c\x1a\xd0\x08\x68\x11\xd0\x76\xe9\xd8\x16\x40\xd3\x59\x6d\x13\xa7\xb5\x01\x94\xfc\xdb\x2e\x9d\x4f\xcf\xa0\xed\xf4\x10\xae\x7c\x6a\xae\xa1\xb5\xd7\xfa\xda\x16\xf2\xe1\x56\xbf\x95\x52\x0e\xd3\xf2\xbb\x93\x84\x20\xb6\xb4\xbd\x4e\x7b\x5f\x8b\xd1\x4f\xc9\xd7\x9b\x9f\xfe\x9b\xea\x7f\x4d\xc6\x09\xde\xc7\x82\x2f\xf9\x1f\xf2\x58\x52\xf9\x0d\xfb\x45\x3e\xb0\xfe\x08\xf3\x7e\xd6\xa8\xb0\xfe\x4b\x74\x75\x73\xca\x18\x96\xa5\xb5\xa1\x95\xb3\x64\x60\x2b\xfa\xcb\x05\x27\x18\xb5\x76\x7e\xc7\xfa\x19\xd3\xdb\xb0\x4a\xb9\xd9\x22\x46\x27\x0c\x7c\xbb\xd1\xbd\xe0\xfe\x47\xbb\x53\x35\xb5\xdd\xaa\x9e\x39\xfc\x09\xbd\x95\x9b\xd1\xfd\xc4\xde\x7a\xac\x24\xd2\x3b\xc5\x80\x2a\xa2\xea\x33\x59\x49\xa0\xe7\xbd\xf9\xb4\xf7\xa8\x97\xf1\x0d\x52\xb5\x97\xab\xc9\x6e\xb5\x4b\x5b\x08\x61\xe8\x7e\xa0\x84\x2e\x38\x77\xfd\xa7\x82\x9e\x40\xb7\xc1\xd7\xa8\x5e\xdd\xc5\xeb\x09\x05\xe9\x2e\x15\x7f\x93\xc2\x49\x07\x31\x0f\x6d\x86\xf1\xa8\x2c\xfa\xc2\x34\x99\x24\x8d\x0d\xed\xdf\xf4\x0a\x94\x01\xad\xab\x69\xce\x7d\x60\xd4\x99\x07\x23\xf3\x5f\x96\xbb\xa9\xf0\xed\xf1\xf4\xce\x54\xe7\xf6\x9c\xd8\x8d\xef\xff\xb7\x51\xa7\xc8\x30\x63\x0c\xf3\x5e\x26\x29\xf6\x23\xab\xc6\xdc\xe0\xae\xdc\x5a\x5d\x07\x52\x06\xd2\xdd\x66\x08\x45\x96\xc6\x7e\xda\x02\xf7\xd6\x29\x6c\x41\x6b\x50\x7b\x5e\x1f\x8a\x1d\x3a\xdf\x19\x50\xbd\x4c\xf3\x95\x35\x79\x90\x76\xaa\x3b\x21\x29\xda\x3d\x43\xa8\x36\xa0\x95\x98\x40\x95\x3d\xcd\xe6\xdc\xdf\x7f\xf0\x8e\xdd\xb4\x46\x07\x15\x55\x50\x9d\x7a\xd0\x80\xab\x84\x8b\x0c\xc8\x79\x40\x33\x3f\xc0\xfb\x4f\x8a\x55\x7d\xca\xd9\xee\x9e\x83\xff\x1f\x7b\x6f\x1d\x96\xe5\xb6\xfc\x0f\x8f\x5d\x88\x0a\x98\x28\x2a\x58\x98\x84\x28\xd2\xdd\xdd\x9d\x22\xdd\xdd\xa9\x08\x88\x94\x22\x20\x02\x2a\xd8\x85\xdd\xdd\x85\x5b\xdd\xb6\x28\x76\x62\xd1\xb5\xde\x8b\x99\xfb\xd1\x2d\xfb\xf8\x9e\xef\xff\xbf\xb3\xaf\xeb\x5c\x73\x90\x87\xe7\xbe\xd7\x5a\xb3\x66\x66\xcd\x7c\xd6\x67\x48\x8e\xe3\xee\xf3\x12\x2f\xca\x46\x13\xc0\xbc\x7b\xf1\xf9\x81\x88\x4a\xc9\x13\x19\x8e\xb7\xc6\x78\x7d\x90\xd2\x4e\x4c\xc0\x13\x57\x9c\xff\x04\xf4\x8c\xa1\x46\x94\x45\xf4\x91\x9c\x8a\x7d\x74\x9c\xb7\x12\x3b\xbf\x45\x82\x04\x46\x22\x06\x30\x0f\x51\x28\xca\x1d\x84\x1b\x90\x16\x94\xc1\x3c\xff\x14\x63\x59\xb4\xb4\x23\x6a\xe4\xb8\x93\x8c\x22\x17\xc1\x29\xec\x19\xea\x4d\x3f\xd3\x0c\x2a\xae\x93\x45\xdb\xa2\x34\xd2\x08\xcf\x32\x4a\xbd\xdd\x50\x73\x14\x6e\x84\x63\x1d\x4a\xfe\x40\x3a\x56\x0a\x15\xfc\x8b\xf1\xf3\x72\xf5\x94\x01\x95\xcf\x39\x81\x6b\xba\xe8\xdc\x0d\xdc\x2f\x0b\x26\x3f\xc5\x18\x78\x61\xfe\x0f\xf4\x7d\xd2\xbb\x39\xfc\x47\x16\xc9\x19\x5c\xdf\x1c\xe2\x45\x29\xf9\x36\x1c\xab\x7e\x39\xcf\x47\x51\x1f\x90\xf5\xe4\x40\x52\x1b\x26\x63\xa4\x18\xdb\x49\xd9\x74\x1e\x0f\x8c\x8f\xa6\x24\xce\x83\x9b\xe0\x7c\xec\xc6\x6f\x25\x41\x78\x01\x63\xa5\x45\xb8\x1f\xd4\xf3\x09\x37\xb0\x30\x47\x19\xe7\x41\xbc\x4b\x0d\xab\x4d\xe3\xfd\xd5\x70\xd7\x0e\xac\xd0\xe4\x76\xa2\x0e\x87\x2c\xd4\x9a\xcb\x8f\x3b\x4e\x67\x8f\x18\x7e\x52\x57\x64\x21\xd6\x9f\x74\x86\xea\x63\x45\x51\x8f\x11\xcf\xbf\x5e\x12\xd5\xfd\x75\xa2\x52\x71\x26\xb5\xcd\x0a\x11\x17\xa4\xe3\xbf\x09\x33\xcb\x9a\xf1\x87\x31\x9f\xaf\xe9\x7d\x19\xdf\x5c\xb3\x0f\xe1\x83\xd4\xd7\x7f\x46\xdb\xfd\xa7\xbe\x41\x92\x88\x83\xe0\xf5\x81\x5a\x51\x4d\xa8\x9c\x14\xae\x2b\x49\x9c\xbe\x24\xf5\x01\xa9\x58\x80\x38\x21\xff\x95\x8b\x30\x42\x72\x7f\x49\xeb\x68\xfb\x54\x09\xf1\x0f\xa6\xcf\x54\x08\x0f\xf8\x45\x0b\xeb\x12\xca\xc6\x3a\xa8\xad\x12\x15\x7a\xa8\xbd\x62\x7d\x0c\x70\xdf\x08\x55\x1b\x91\x65\xad\x36\xe3\x2c\x8f\x39\x67\x69\xcd\x93\x87\xe3\x13\xcd\x2b\x49\xd3\x2c\x7c\x17\x62\xc5\xcb\x52\x84\x3a\x93\x98\x7f\xa6\xba\xbf\xc5\xa9\x40\xd2\xbc\x25\xc9\x38\xe3\x96\x8e\x05\xf8\x64\x0b\x6e\x4f\x9b\x15\x1e\xc0\x3c\xbc\xc9\x99\x73\x38\x9f\xa6\xb5\xf7\xf0\x8d\x8d\xde\xbc\x41\xfb\x61\x5c\xd8\x4e\x9d\x2a\x1e\xb2\xdf\x78\x51\x88\x37\x66\x45\x35\xe1\x9d\xd2\x1a\x24\x31\x52\x88\x37\x96\xc1\xba\x44\xd4\x44\x62\x1f\xe0\xf1\xc0\xf0\xfa\x21\x39\xd6\x68\xe3\xae\xb3\x70\x20\x9e\x10\x7d\x51\x3d\x7c\x3b\xd5\x44\x53\xaa\x77\x5e\x30\xc5\x6a\x02\x0f\x07\x33\xc1\xd2\x82\xf8\x81\xb2\x78\x7c\x30\x3c\x1c\x0c\x4f\x3a\xd6\x90\x85\x75\xac\xa1\xbe\xf6\x8e\x35\xa4\x61\x0e\xfe\x5a\xa8\x51\x8e\xa5\x76\x79\xf4\xb3\x2f\xee\x50\x67\x95\x84\x7c\xfa\xdc\x0a\x3c\xcb\x38\xdd\x28\xbb\x4f\xbf\xdf\x49\xf8\x19\xa7\x53\xa8\x47\xf6\xc7\xe9\xec\x64\xa7\xf0\x02\xf3\xf5\x36\xea\x94\xa7\xb7\x96\xa5\xfb\xed\x84\xff\xe0\xcd\x0b\x8f\x07\x27\x09\x48\x9f\x23\x32\x29\x40\x0e\xa8\xd3\xc4\xd5\xf1\x3c\xae\x8f\xef\xeb\x7c\x83\xfa\x22\x59\x25\x9b\xe1\xdb\x19\x5d\x33\xc3\xfa\x8f\x96\x90\x15\xae\xab\xbc\x92\x2d\xda\x07\x49\x49\x3b\xfc\x02\xd1\x5a\xea\xd6\x30\x5a\xcd\x89\xf6\x83\x81\x1b\xc7\xd8\xe7\xc1\x79\xea\x25\x22\x84\x03\xf1\x16\xa1\xa3\x88\x87\xfb\x54\xb4\x87\x1e\x72\x32\xdc\xbf\x6b\xe3\x93\x3d\x7d\x6d\x50\xdf\xbd\x2b\x89\x81\xc2\x27\x29\x0e\xeb\xc1\x3e\x0f\x57\xe0\x59\xd8\x27\x75\xdd\x39\xfa\xfc\x36\xd4\x40\x6f\xd3\x93\x88\x17\xf3\xc8\xa2\x5c\x92\xc7\xd8\xc7\x68\xe9\x79\xb8\x18\xd7\xd4\x4e\x8c\x11\x1c\x39\x7e\x10\xe2\x45\x49\xb8\xa5\x88\x55\xb0\x88\x3a\x0d\xd4\xc6\xc0\xdd\x7a\x68\xa5\xbc\x2e\xd1\xfa\xba\x54\x5b\xe1\xfd\x5e\x9b\x67\x36\x58\xb7\x37\x9d\x49\xfd\x9f\xf4\x22\x9d\xd0\xfe\xff\xc4\xc1\x3c\x70\x45\xd6\xf4\x99\xb7\x88\xcd\x65\x42\xcd\x12\xdc\x67\x02\x6b\x97\xa0\x7f\xe8\x75\xda\x87\xab\xdf\xf0\x78\x61\x82\x0e\xf5\xc2\x7a\x4c\x60\xb9\x20\x8e\x37\x58\x80\xf4\x21\xb0\x9c\xea\x38\xc1\xe7\xe8\x7e\x77\x48\x92\x35\xfa\xc3\xb0\x09\x84\x1f\x0c\x61\x51\x18\xdb\x05\x67\xa5\x2b\xd1\xef\x8b\xf0\xe7\xa0\xeb\x5b\xb0\x9e\x15\x2a\x4e\x37\x86\x83\x9d\xaf\xe0\x3e\x09\x72\xbd\xcf\x68\x65\xdf\xa3\x7e\xf8\x67\xb5\x63\x6e\xc5\x2b\x93\xe6\xc1\x4d\xb4\x5b\x46\x9f\xa3\x03\x77\xa8\xb3\x29\xd6\xad\xbc\x23\xad\xb0\x4f\x9a\xbb\xbb\xed\x5c\xd2\x2e\x47\x8e\x07\x84\x70\x21\x06\x7a\x34\x4e\x8d\x06\xc2\x49\xf0\x70\x30\x92\x82\xde\x68\xbd\xa6\x1d\x26\x9e\x94\x71\xf5\x74\xc2\xe2\xdb\x10\x48\x76\xe0\x27\x2f\x4c\x04\xa7\x0f\xd1\xd1\xc4\xff\x10\xdd\x47\x08\xfd\x7b\xb4\xdf\x54\xc4\x87\x46\xff\x45\xf7\xbb\x63\x36\x6b\xe0\x37\xc6\xae\xb5\x42\x1c\x43\x74\xec\x62\xac\x4f\xc5\x28\xd0\x37\xc5\x38\xa5\x61\x6c\x17\x93\xbd\x1a\xcf\x02\x31\x91\x1b\x11\x69\x10\xfd\x75\x1f\x56\x98\x63\xc2\x2e\xa2\x25\x8e\xca\xb9\x8b\xf6\x22\x72\xf0\x0b\x8c\x5c\x78\xb8\x98\x50\xae\x5f\x92\x7f\x3f\xcc\xdb\xba\x58\x3d\xa1\xd9\x22\x5e\x14\x8f\x70\x47\x5c\x3f\x27\x31\x57\x44\x8d\x58\xe7\x53\x7f\x24\x63\x75\x8a\x94\x75\xbe\xf9\xa0\x1f\x54\x89\xa7\x71\x2e\x1a\x12\x84\x55\xf5\x39\x89\xc4\x1b\x22\xe6\x10\x8a\x7d\x33\x46\xd5\x85\xe1\x3e\x18\x54\x13\xcd\x8d\x3b\xf6\x00\x49\x1e\x1e\x26\xf9\x2d\xdd\xf7\x4f\x4e\x15\xc2\xb8\x20\xc9\x65\x1a\x6e\x90\x84\x95\xd2\xb8\xbf\x53\xa6\x6a\x62\x5c\x90\x9c\x68\x8e\x08\xc6\x94\x4c\x37\xdc\xe7\xa9\xdb\x43\xf1\x8d\x52\xf6\xa7\x60\x65\x3e\xd5\xa3\x00\xbf\x31\xe5\xde\x06\xd4\xd0\xe4\xf6\xdd\x98\x6b\x4c\xae\x3c\x85\x75\xed\x24\xb8\x49\xbc\x32\x36\x75\x68\x47\x12\x4a\xbe\xe0\x08\x79\xb8\x98\x48\xec\xbf\x17\xc8\xed\x63\x4f\x2d\x37\xfc\xad\x0b\x2c\xc1\x93\x82\xed\x2b\xe2\x85\x31\xdf\xe9\x8d\xeb\xa9\x5f\x19\x80\xde\x58\x53\x2c\x08\xbd\xba\xfc\xb3\x50\x7c\xba\x54\x19\x9d\xb0\xc5\x6b\x08\x1f\x32\x61\x5c\x2c\x5a\xa3\x11\xdf\xe8\xe6\x41\xbf\x73\x89\x5c\xc6\x97\x77\x22\x5f\xc6\xe1\x62\x32\x44\xfa\x21\x72\x86\x87\x87\xc9\x34\x9c\x86\xfa\x9a\xa9\x2c\x43\x7d\x91\x98\x06\xc6\xcf\x99\x49\x66\x84\x93\x31\x74\xc5\xbb\x1d\x59\xde\xc1\x8c\x3e\x97\x88\xf6\x21\xb3\x2b\x17\xf9\x2d\xb2\xc4\x2b\x66\xd1\xe7\x77\x61\xee\x24\xa3\xf6\x44\x2d\x3d\x87\xea\xbc\xcb\x9e\x3c\x46\xbd\x58\x7a\xee\x2d\xf2\xf0\xa4\xe9\xb5\xac\x87\x9f\xb8\x18\x2f\xb9\x25\x18\x47\xb9\x49\x78\xa1\x36\x39\x8a\xf8\xa3\x77\xb1\x96\x0a\x24\x9e\xc0\x9d\xd4\x17\x4a\x67\x02\x11\xd9\xfe\xc4\xc1\xec\x89\x46\x5e\xb0\x79\xcd\xd4\x4f\x65\xba\x74\x62\x2d\xed\x07\x72\x8b\xfc\xd9\x69\x68\x9d\x7a\x1f\x4d\x9f\x4e\xe3\xce\xe4\x4e\x2a\x3f\xf1\x30\x09\xfd\x11\xaf\xc3\xc3\xc3\xe4\xd5\xd0\x7d\xff\x82\x1b\x32\xe8\xff\x0b\x8c\x34\xd0\xdf\xe5\x1d\x37\xa3\xbe\x49\x35\x54\xf7\x2f\x50\x0f\xc4\x7a\x7d\xfe\x43\x2a\x08\x17\x98\x67\xa3\x7f\x2d\x78\x50\x86\xfc\x01\xf9\x9d\xdb\x75\x48\x1e\xc5\xfe\x27\xb9\xfe\x97\x4d\xe8\xb9\x64\x27\xb2\xb3\xde\xe0\xef\x57\x4a\x34\x62\x6e\x91\x70\x31\xee\xfb\x7d\x70\xbc\x4e\x39\x41\xf8\x16\x76\x42\xa1\xa8\x4d\xbc\xbe\x50\xfa\xfa\xc4\x87\xa3\xd1\x8f\x78\x52\x94\x7a\x53\x77\x1a\x1e\x0e\x66\x56\x5d\x1a\xee\x17\xd1\x3a\xea\xe6\x34\x2e\x8c\x78\x61\x06\x27\x65\x49\xfe\x3e\xee\x55\x9e\x24\x79\x78\x98\x12\xad\x7e\xc8\xe7\x50\xe2\x2d\x84\x1a\x58\x7c\x6c\x0a\x22\x0d\xd6\xf6\x22\x3b\x59\x3c\x82\x3c\x75\xf1\x2b\x53\xfc\xc6\xa2\x5a\x47\x7c\x83\x62\x9f\x00\xdc\x4f\x25\x45\x09\xb8\xfe\xc5\xe7\x32\x09\x07\x53\x44\xb9\xa1\x12\x05\x8a\x2f\x8b\xcf\x1d\xed\x47\xf2\x32\xe1\x61\x46\xfc\x8d\x1a\x5c\xa4\xf7\x0e\xf1\x10\x6b\xf2\x9b\xf0\xef\x88\x17\xc5\xcd\x33\x14\xbd\xd0\x4f\x1c\x90\x4a\x0c\x66\x4c\x8c\xad\xe3\x71\xd7\xea\x8a\x24\xa2\x9f\x54\x75\xa3\x1b\x57\x8b\xee\xa5\x63\x5c\x25\xb9\x9e\xfa\xc8\xcc\x08\xcf\x44\xd4\xe2\x44\x89\x15\xe8\x37\x46\x7e\xcc\x41\x2b\x3e\xc4\x38\x8f\xc3\x3b\xf0\xfa\x44\xf5\xc4\xc3\xac\xf7\xee\x87\x38\x95\x8a\x92\x91\xa8\xc7\xeb\x07\x4d\xc1\x19\xaf\xb0\x91\xc6\x4e\x35\x15\xaf\x55\x71\x7f\x94\xad\xa3\x33\x7b\x85\x83\x23\x9e\x68\xd6\xef\xf3\xc7\xb3\x7b\xc5\x1e\x3a\x77\xad\x77\xc9\xc4\x9c\xe1\x7a\x28\x42\xfb\xb2\x51\x76\x0b\x8e\xbb\x62\xd1\x01\x1c\x77\xb9\xe4\x79\xc4\xc5\x95\x33\xea\xb3\x56\x3e\xfe\x15\xda\xd7\x75\xef\xbf\x23\x13\xda\x3a\xc4\x57\x3b\x5c\x8a\x44\x34\x09\x8f\x0f\xc7\xbc\x22\x19\xd7\x51\xb7\x86\x32\x0b\xea\xf9\xe9\x18\x9d\x2b\x25\x65\x60\xf4\xbe\x60\xc0\x0a\x9c\x97\x79\x47\x73\xf0\xa9\xd3\x56\xe6\xa1\x3d\x10\x31\xcf\x47\xaf\xcf\xeb\x13\x35\x48\x84\xc7\x8b\x53\xc2\x65\xbc\xfe\x88\x87\x19\x41\x27\x99\x4d\xf9\x53\x70\x1f\x6c\x92\x20\x22\x99\x4d\x47\x94\xd1\x4f\x6e\x96\xa3\x4e\x7f\x9b\x14\x28\x97\xb1\xd9\x8f\x2c\xf5\xa6\x61\xf4\xe6\x9b\x47\x91\xff\xdc\x32\x84\xf8\x18\x37\x2d\xaa\x44\xfb\xb9\xe9\xf3\x3e\x25\xfa\xbb\x33\x2d\x24\x6f\xa2\x27\xa8\x1a\xf1\x1c\x99\x8d\xaa\xb2\xea\xf1\x5c\x57\xb9\x8a\xf5\x05\xb0\x7d\x43\xfb\xd9\x62\x2b\xf5\x87\x32\xce\x5e\x8e\xb3\xa9\x1b\x48\x7d\x73\xd4\x6a\x89\x2f\xa4\x67\x7f\xa8\x39\xce\x84\x7b\x9a\x3a\xa0\x10\x2b\x20\xc2\xc7\xa9\x3b\xcb\x08\x11\xd2\xce\x7e\x3f\xca\x29\x20\xb3\xed\xd9\x2f\x89\x87\x87\xd9\x31\xb9\x3f\xf1\xc1\x78\x8f\x44\x7f\xb9\xb3\x5a\x94\xf0\x2f\x59\x92\xf8\x0d\x3b\x4f\x2b\xe3\x8e\xdb\x51\x65\x88\x4f\xda\x51\x6a\x87\xe7\xaa\x9d\xf3\xbd\xd1\xa2\xed\x1c\x1d\x89\xb5\x95\x9d\x4e\x4b\x71\x9d\x77\x7e\xa4\x37\xda\x29\xbe\x1e\x71\x75\x3b\xa4\xe8\x6e\xe1\xce\xa8\xd3\xb8\x0f\x76\x28\xdf\x40\x04\xfc\xce\x93\xcf\x10\x3f\xb4\x63\xee\x27\xfc\xbe\x6d\x9f\xdb\x0a\x00\x5e\xa8\x53\x3d\xff\xbf\xe1\x1e\x4e\x5b\x01\x08\x6e\xa5\xbb\x50\x63\x7c\x00\xf6\xc7\x50\x3d\xb7\xba\x06\x60\xe2\x37\xe2\x3b\x10\x7b\x00\xb0\xc5\xb0\xfb\x44\x47\x7d\x4b\xa4\x8d\x01\xd6\x5e\xa0\x3e\xf6\x6b\x63\x01\xd4\xb2\x00\x0a\x9a\x01\xb4\x2d\x01\xf2\xc3\x00\x4c\x5c\xff\x51\xf7\x97\x00\xe8\xf6\x58\x19\x93\x01\x3c\x37\x74\x7b\x01\x80\x50\x33\x80\x15\xfc\x74\xe7\x2b\x6b\x3b\x40\x86\x38\x40\x96\x01\x40\xc1\x19\xfa\x7c\xc5\x1e\x80\xec\x41\x94\x43\xcb\xab\xa1\xde\xc2\x45\xea\x00\xb7\x7a\xff\xa3\xff\xc1\x63\x80\x6f\x25\xff\xee\x83\x91\xc9\xf1\x7c\xf3\xfa\x20\xbc\x10\x00\xe0\xab\x06\x78\x7c\x8c\xf8\xa5\xff\xee\x05\x30\xf8\xf6\xbf\x71\x0f\x67\x82\xe8\xfe\x25\xaf\xcf\xc3\xfe\x3d\xc4\x87\xb1\xbd\x9a\xfa\x1b\xf0\xf8\x0e\xaa\xfc\x00\x66\x5c\x02\x28\xbd\x45\xfc\x0f\x3c\x7e\xff\xee\xdd\xa2\xe0\x4f\xfc\x0d\x5a\xa9\x00\xd9\xfb\x01\x0c\xea\x00\x96\x35\x51\x9e\xbe\x7b\xfc\xdd\xfb\x3f\xb5\x2f\x80\xbb\x3d\xc0\xd2\xd3\x00\x81\x57\x01\x52\x1d\x00\xa2\x22\x00\x96\xe5\x01\x2c\xab\x04\x58\x5a\x0a\x90\x5b\x4e\xb9\xeb\xb2\x75\x00\x19\xd7\x00\x76\x58\x01\xac\x10\x03\x38\x76\x82\xe6\xe5\x8a\x08\xc0\x2a\x47\x80\xda\x06\x80\xc2\x23\x00\xcd\x07\x01\x0a\x42\xa8\xdf\x7d\xcf\x3e\x10\x71\xee\x24\x6b\x95\x01\xfa\x78\x00\xdc\xbb\x0d\xd0\x7b\xf2\xbf\x71\x0f\x17\x03\x01\x06\x8a\x01\x9c\xcd\x04\x18\x14\x0e\x70\xc4\x08\x80\x7f\x38\xdd\x31\x1f\xee\x0f\xb0\xd9\x88\xf8\x64\xaa\x3e\x02\x88\xdc\x06\x28\x9f\x06\x20\x96\x04\x50\xb2\x17\x60\xa6\x27\x40\x61\x03\x80\xb4\x13\x40\x81\x06\x80\xfc\x57\x80\x6c\x53\x00\xd5\x50\x42\x95\xea\x25\x01\xa4\xf9\x53\x5d\x33\x65\x3e\x80\xed\x29\xaa\x65\xba\x7a\x53\x3d\xb0\xdb\x0e\x24\x26\x03\x74\x7b\xac\xe4\x6c\x80\xa5\x43\x01\x52\xe5\xb8\x7b\xff\x29\x00\x65\x81\x00\x4b\x63\x00\x76\x28\x02\x2c\x13\x01\x38\x2a\x02\x90\x75\x03\xe0\x86\x29\x40\xd6\x24\x80\x27\xe5\xff\xee\x03\xc1\xeb\x03\xc2\xc3\x7f\x44\x8d\x26\xf9\xa8\x94\xea\xb4\xff\xaa\xf3\x76\xfb\x62\xdd\xff\x80\x7b\x48\x06\x18\xf0\x04\x60\x5b\x27\xc0\xc0\x59\x00\x55\xe7\x00\x86\xeb\x03\x94\xd7\x01\x8c\xcc\x05\x28\x31\x07\x18\x7f\x08\x60\xf5\x4e\x80\x69\x7b\x00\x56\xae\x03\x98\x7d\x12\x20\xe3\x3e\xc0\x7c\x1b\x80\xe5\xc6\x00\x4a\x51\x00\x69\x47\x00\xb4\x13\x00\x92\x0e\x53\x9f\x98\x98\xd5\x00\x96\x76\x00\x31\x1d\x00\x2e\xc7\x01\xa2\xb0\xb3\x2a\x40\xac\x1a\xd5\x42\xe2\x9a\xa8\x66\x9a\x5c\x0d\xb0\x4a\x0a\x20\xf9\x16\x40\xc5\x61\x80\xc4\x76\xea\x8f\x92\x60\x0e\x70\xe4\x12\xe5\x8d\xbb\xd7\x30\x55\x96\xea\xff\x69\xe3\x00\xbe\x7b\xfc\x63\xfc\xa7\x7f\x1f\x3f\xaf\x0e\xde\x6d\x17\xa0\xfa\xdf\xf5\xfe\x2b\xce\x24\x79\xb8\x87\xc3\x5c\xdd\x6a\x47\x77\x94\xe8\x49\x18\xad\xbe\xfa\xbf\xfa\x3c\x94\x5e\x02\x18\xfa\xe6\x1f\x7c\x07\x97\x28\xf7\xbc\xc2\x8a\xee\x58\xa6\xdd\x04\x90\xb8\x0b\x90\x1a\x0c\xb0\x48\x00\x20\x39\x08\x40\xc3\x15\x20\xa6\x0a\x40\x7f\x0d\x40\x74\x23\x80\xa5\x29\xf5\x35\xe8\x3e\xc9\x84\x8d\xa7\x79\x88\xae\xe3\xfe\x77\x8e\x38\x2d\x22\x9d\x00\x72\x9d\x68\xbe\xca\x3a\xbb\x4f\x1f\x00\x3b\x7d\x00\xe2\x4c\x00\x8e\xfb\x13\x9e\xe2\x7a\xcb\xaf\x3e\x10\xc9\x6e\x84\x8b\x89\x0e\xf8\x1d\xff\x11\xc8\xff\x3b\x0e\xe0\xbf\xe1\x1e\x7e\xf6\xfb\xe0\x4e\x89\x3f\xf1\x1f\x5c\x9d\x97\xf3\x0a\xb0\xda\x0d\x60\xc0\xbd\xee\x28\x10\xa0\xfb\xfc\xb8\x42\x19\x60\x7c\x2a\xf1\x78\x4c\x7a\x45\xfd\x0e\x66\xd9\x51\x9d\x47\x66\x2e\x40\x64\x14\xe1\xe8\x22\x7e\x00\xe8\x5e\xa5\x3a\xbd\xd9\x2d\x80\xe0\xeb\x00\x0e\x7c\x00\xc1\xbd\x01\x3c\xe5\x69\xbd\xba\x4f\x2a\x91\xcb\x68\x1e\x78\xfc\x07\x91\xf9\x00\xeb\xbf\x00\x84\x74\x02\x6c\x7f\x09\x10\x66\x48\x7c\xf7\xdd\x51\xd0\xcd\x50\x9a\xcf\x6e\x3b\x19\xa3\x00\xd0\xa6\xf0\x6b\xfc\x41\x31\x24\x7b\xf2\x40\xfc\x6b\x3f\xbc\x25\xd9\x93\xef\xa0\x67\xbd\x7b\x23\x57\x8f\xe1\xf5\xbb\xc8\xe5\x6e\x5b\x75\x7b\xdb\x81\x4e\x00\xe9\x3b\x89\x27\x85\xd7\xef\x21\x66\x30\xc0\x94\x6a\xc2\x73\x48\x86\x03\x44\x08\x92\xdd\x0c\xd6\x02\xd0\x3c\x09\x10\x20\x08\xd0\x1d\x27\xf8\x0d\x01\xb0\x0b\x02\xf0\xb5\xa0\x3e\x18\x3e\x0b\x88\xef\x3f\x50\x8a\x74\x3e\xf0\x23\x61\xe8\x02\xb2\x01\x2a\x06\x00\x04\x14\x03\xec\xbe\x0e\x10\xa4\x4f\x36\x3c\x48\x9d\x6c\x7c\xb8\x10\xc0\xbb\x3d\xbf\xc6\xef\xb7\x8a\xec\x24\x0f\xff\xd1\x93\x07\xe2\x5f\xfc\x27\x3c\xde\x0b\xee\x67\x1e\xef\xc5\x5e\x5e\xb7\x48\xae\x8e\xb1\x9e\xc3\x8f\xfc\x89\xef\x20\x39\x91\xfc\x50\xbc\x18\xc0\x18\x59\x80\x10\x17\x80\x09\xee\x00\x81\x42\x00\xe2\x2d\x00\x81\xca\x00\x0b\x0b\x09\xd7\xa0\x92\xf0\x0b\xff\xe0\x51\x09\x60\x9d\x02\xe0\x31\xaa\x3b\xe6\x07\x70\x15\x05\x08\x50\xa0\x9e\x18\x49\xf0\x0f\xfe\x03\x59\x80\xb2\x42\xf2\xb5\xbb\xf8\xe9\xf7\x27\xd3\x01\x3c\x9c\x68\x1e\x7e\xf2\x40\x6c\x25\x9c\xd8\x7f\xe3\x81\xe0\xcd\x03\x8f\xe7\xbf\xa7\x1e\xf4\xec\x7b\xc2\x9b\x87\x72\x8e\x07\x61\x0d\xa7\x4f\xbc\x53\xc4\xcf\x7e\x0f\x93\x01\xfa\x26\x01\x84\xad\x03\x18\x6e\x00\x10\x14\x06\x30\x4e\xa3\xfb\x5c\x4b\xfd\x94\xdc\xef\x03\xcc\x9b\x06\xb0\x98\x8f\x32\xd7\xce\x25\x00\x5a\x40\xb5\x3c\x8b\x6e\xa9\x06\xe0\xea\x4a\xb8\x86\x00\x46\xb2\xfb\xe4\x6a\x33\x02\x60\xc5\x08\x00\x9b\x5d\x00\xeb\x86\x01\x38\x86\x13\x4f\x8c\x9d\x02\xcd\x83\x8d\x25\x40\x4d\x19\x80\x4d\x06\xc0\xcb\x41\xd4\x3f\xa2\x35\xee\xd7\xb8\xf5\x39\x5e\x2d\x1e\xff\x85\x06\x57\xdf\xeb\xc9\x7f\x72\x96\xeb\xff\x72\xf8\x39\xc9\x9e\x75\xff\x4a\xce\x4e\xfc\xc4\x7f\x70\xf5\xbb\x3f\xf1\x3e\x04\x5a\x02\x0c\x9a\x03\xe0\x53\x0b\x20\xb8\x09\xc0\xbd\xdb\xbf\xfe\x00\x70\x2a\x24\x5c\xa1\x5d\x18\x80\xcc\x33\xc2\x88\x75\x9f\xab\x2c\x45\x48\x2f\xac\x32\xa8\x0f\x86\xf9\x01\xc2\x8b\x59\x00\xf9\x54\x53\x11\xea\x2d\x65\xa6\x4c\x3c\x10\xdd\x3f\xef\x52\x00\x30\xbd\x0d\x70\x26\x11\xc0\xd8\x19\xe0\xae\x06\x80\x69\x32\xc0\x2b\x11\x00\x0b\x29\xda\x0f\x3d\xc7\xcd\xc3\x41\xc8\x72\x7d\xd7\x7a\xea\xc1\x9f\xfa\x9e\x6c\xe5\xe6\xe7\x67\xbd\x93\xdb\x0f\x3c\xde\x07\x1e\x0e\x26\x65\xea\xef\xf3\xe0\xc5\xe9\x47\x77\x4c\xd0\x1d\xa7\xd9\xbf\xa6\xf8\xcb\x72\x23\xc0\x94\x02\x00\x53\x2f\xc2\x4b\x19\xd7\x01\x28\x9d\x05\x30\x9d\x0c\x60\xa4\x0c\x60\x50\x0d\x60\xaf\x0b\xa0\x57\x48\x18\x1a\x5d\x11\xe2\xc3\x30\x00\xb2\x0f\xba\xe1\xc4\x9f\xd4\x1d\xa3\xee\x96\xfd\xc5\x03\xa1\x73\x03\xe0\xfe\x4b\x00\x2d\x7d\x80\x0f\xe9\x00\xea\x49\x00\x1d\x97\x7e\x8d\x9b\x87\xfb\xe0\xe1\x1f\x78\x78\x80\x3f\xf1\x3e\xf0\xf4\x60\x07\x97\x55\xae\xe2\x58\x03\xcb\xb8\x7a\x7f\x4f\xfc\xc7\x72\xba\xa5\xfb\x93\xf7\xe1\x67\xdd\x9f\xc3\x97\x59\x06\x01\xf4\x0a\xa6\x75\xed\x8e\x47\x0d\x6f\x91\xfd\xec\x1e\x5f\xb7\x5e\x68\x55\x02\x2c\x7a\x05\xa0\x99\x45\x1c\x1e\xaa\x8b\x00\x6c\x3e\x03\xa8\xcd\x01\xf0\xdb\x49\x78\x8e\x24\x2b\x00\xe5\xd5\x00\x79\x6b\x00\x94\xca\x08\xb3\x2b\x5b\x03\x50\x3d\x0e\x60\xe1\x1e\x9a\x87\x85\xf9\x00\x77\x6a\x01\xe4\x36\x00\x7c\xa8\x05\x58\xd8\x03\xf7\xc1\xe3\xbd\xe0\xf1\x40\x8c\xcb\x26\xc9\xd3\x83\x23\x17\x7f\x1f\xff\x2e\x2e\x7b\xd4\x13\xff\xb1\x56\x9e\xd3\x83\x1e\xf8\x0f\x5e\xff\x93\xd8\x72\x6e\x3f\x74\x92\x74\xe7\xf0\x1f\x96\x1c\x5e\x57\xa7\x92\xfa\x6c\xa9\x4a\x01\x8c\x94\x02\x50\x6a\x22\xde\xc2\x6e\xdf\xd1\xed\x4f\x15\xf4\x01\x74\xf4\x01\xe6\x5b\x03\x58\x65\x02\x48\x55\x02\xf8\x4c\x02\x58\x30\x1a\x20\x71\x2b\x80\x54\x0e\x40\xde\x6c\x80\x39\x97\x00\xd6\x0f\x01\x98\x55\x00\xb0\xc7\x1f\x60\xe6\x24\x9a\x87\x99\x91\x00\x7f\x0b\x00\x4c\x7f\x47\xbd\xe1\xc4\x0a\x08\x5f\x3d\xfe\xe4\xef\xb8\x0f\x1e\x0f\x04\x0f\x0f\xf0\x27\xfe\x93\x9e\xf8\x0f\x1e\xfe\xe5\x5f\xf8\x8f\x1e\xfd\x4f\xa2\x38\xf6\x55\x1e\x0e\xc6\x89\xf3\xc3\x66\x17\x48\xaa\xdd\x21\x29\x57\x0d\x30\x2c\x0d\x40\xe6\x34\xc0\x24\x6b\x80\xb9\x1d\x00\xf3\x8e\x03\x48\x34\x00\x68\x34\x00\xcc\x4c\x06\xb0\x7c\x46\xbd\xfa\xbc\x6b\x00\xa6\x29\x92\x7d\x10\x1d\x02\xb0\xf2\x35\xd9\xda\xf5\x51\xd4\x53\xa5\x7a\x15\xf5\x10\x3d\xb7\x0c\x60\xf4\x0b\x80\x3b\x37\x00\x46\x5b\x02\x7c\x50\x03\x10\x2a\xa6\x79\xe0\xe1\x3e\x06\x73\x7d\x3f\xfa\x73\x7a\xd2\x8b\xf3\xab\x3d\xf1\x1f\xbb\xb8\x2c\xda\xbf\xfa\xdf\x70\x76\x82\x57\xff\xcf\xe4\x78\x4e\x92\xb8\xcf\xf1\x6e\x25\x06\x70\xb7\xd2\x78\xf8\x07\x3b\x0e\x77\x68\xb8\x91\xa4\x12\xe7\x8f\xe7\xce\x04\x18\xa0\x05\x30\x73\x38\xc0\xd8\x0b\x00\x53\x56\x13\xf6\x43\xd4\x0b\x40\xcd\x0b\x60\x7c\x28\x80\xc5\x70\x00\xe1\x4f\x00\x5e\xeb\x01\x46\x3d\x05\x88\xdd\x04\x20\xe0\x04\xb0\xe2\x76\xf7\xf9\x9e\xb0\xab\xfc\x85\x00\xbb\xba\xcf\x82\x93\x00\xce\x60\xdd\x10\xe0\xaf\x52\x80\xfe\x85\x00\x2f\x77\x00\x0c\x28\x06\x68\xef\xff\x6b\xbc\xff\x0d\xff\xb0\x9b\x63\x91\xfd\x6f\xf8\x8f\xac\x43\x24\x79\xf8\x8f\x18\xce\xce\xf2\xf0\x1f\x3c\x1e\x14\x1e\x9b\x3f\x0f\x07\xa3\xcb\x7d\x4e\x56\x83\xa4\x18\x97\xad\x14\x2e\x07\x18\x51\x03\x30\xea\x12\xc0\xb4\xc7\x00\x02\xef\x08\x8f\xce\xef\x0a\x60\x72\x1e\x60\xd0\x5f\x00\x8b\x87\x03\x0c\x58\x02\x10\xb9\x04\xa0\xaf\x34\x40\x46\x0e\x40\xaf\x55\x00\x25\xbc\x9e\x76\xdc\xde\x3c\x41\x4c\xd9\x70\x93\xdb\xcb\x2f\x7c\x49\x36\x71\x0c\xc9\xff\x09\xf7\xc0\x93\x7f\xc4\x7f\xf0\xf8\xc1\xb8\x71\x64\x4f\xfe\x7d\xfc\xbc\x7d\x10\xfa\x9e\xd3\x03\x4e\x5f\x3c\x46\x12\x5e\xc2\xae\x3f\xfd\xfc\x13\x07\x03\x84\x9f\x90\x54\xa4\x2a\x96\xf0\xc5\xbe\xe8\x99\x07\xd7\x0e\xc8\x1b\x78\x15\xa0\x5f\xee\x40\xd1\x89\xdd\x36\xe6\xd9\xc0\xac\x05\x98\xe1\x1a\xe8\x63\x80\xf9\xca\x81\x13\x5c\x31\xc6\x1f\xc0\x1f\x8e\xf7\x95\xfa\x1f\xa3\x7b\x9b\xfd\x27\x96\xe0\xdc\xf6\xfd\xb4\x0d\xc7\xdb\xa7\xf7\x31\xac\x0c\xf4\x6e\xb9\x8e\x79\xed\xde\x12\x4f\xb9\xb9\xa7\x3e\xcd\x60\xfd\xff\x37\x0f\xdb\x26\xfd\x3e\xfe\x12\xee\x6f\x0b\x6f\xff\x3e\xfe\xf4\x1f\x80\x9a\xf2\xb3\x0f\x50\x1d\x65\xd5\x7c\x37\x0c\xc1\xfc\xa6\x7b\xfe\x60\x44\x6a\xdb\xb5\x0e\xc6\x3a\x8e\xf1\x30\x7e\xcc\x57\x6b\xb8\xd2\x6d\xfe\xf9\xc3\x04\x51\xa3\xa6\xac\x16\xc2\xfa\xe7\xd0\x9a\x31\x26\xf4\xcd\x63\xf2\xfb\x63\xfe\x6d\xf4\x4e\x11\xac\x2f\x8c\xf1\x5a\x80\xf9\xa5\xd1\xba\x86\xa8\x63\xa3\xed\x5c\x71\x2d\xc6\x28\x87\x63\x8c\x32\x4a\x70\x19\xda\xaa\x51\x11\xc5\x78\x16\x14\xaa\x26\x0e\x0f\x81\xb6\x23\x98\xb7\x14\x38\x7d\x9d\x90\x26\x71\x4f\x91\x9f\x79\xf8\xec\xcf\x18\xfb\x0f\x5b\xc0\x10\x13\x3e\x38\x99\xc6\xdf\x47\x97\x9b\x07\x9c\x9f\x3f\x8d\x7f\xe5\x6d\x5a\xbf\xa5\x59\xfd\xb0\x9f\x4d\xbc\x08\x1f\x37\x7e\xaa\xd2\xfb\x7e\x18\x89\xb3\xbe\xd8\x75\x0c\x66\x15\xed\x14\xc6\x60\xf6\xcf\x74\xd8\x04\xac\x2e\x6a\x9e\x13\x41\xad\x95\x75\xa5\x7e\x32\x33\x96\x8b\x61\x3e\x6e\xb4\xd0\x54\xbc\x6d\xd5\x27\x67\x3a\xe7\x59\xa6\xf7\x19\x88\x7b\x69\xba\xc6\x44\xac\xe7\xce\xf0\x94\xc1\x4c\xdf\xd4\x37\xfa\x58\x9f\x98\x2a\x4f\x15\xd2\xa9\x0a\xa1\x38\x5f\x53\x35\xa9\x85\xc6\x54\x01\xba\x29\x26\x5a\xb7\x09\xf5\x64\xf2\xf4\xc3\x88\x81\x9f\xb8\xf5\x32\xce\xdf\x44\x95\x07\x98\x81\x9f\x98\xfc\x09\xeb\xe2\x22\xa6\xc4\xd3\x3c\x56\x8e\xc6\x2f\x70\x88\x24\x3f\xf6\x05\x59\xdb\xdc\x0b\xeb\x4f\xab\xaa\xa9\xca\x96\xed\x4d\x7d\x62\x96\x9e\xa3\x2a\x74\x82\xc5\x48\xba\x0d\x5d\x47\xbc\x28\x7e\x40\x38\x01\xb7\xdd\x13\xf0\x56\xa5\x9d\x13\x65\x15\x4d\x45\xa8\x3a\xa9\xf3\x49\x1c\xb3\xa8\xf2\xc7\x89\x4f\x61\xde\xe5\x39\x98\x97\x9c\x04\x52\xb8\xd3\xf8\x5f\x48\x73\xbb\x59\x86\xe3\xbb\x97\x7e\x30\x04\xf3\x93\x32\xde\xa4\x9a\xd2\x2d\xd2\x18\xdb\xca\xec\xd1\xc5\x8a\xc8\x7c\x19\x07\xdc\x1f\x32\xc1\x74\x53\x7e\xfe\xc0\x14\x8c\x65\xa4\x3e\x93\xef\x96\x16\x21\xbe\x66\xa9\xe8\x03\x38\xfe\x79\x72\x74\xdf\x7f\xf6\xa3\x7b\xf8\x66\x73\xf6\xbe\x2d\x46\x39\xa5\x1d\xe7\x6f\x5a\x01\x87\xff\xe0\x78\x30\x88\x17\xa5\xf0\x2b\xe1\x7e\x56\xd6\x09\xe2\x6d\xf0\xb4\x3b\x63\x31\xaf\xcc\xeb\x83\x14\xf1\x7a\x02\xd6\x67\xfd\x05\xa6\xa2\x96\x2d\x99\x3e\x83\xaa\xf2\xe3\xe7\x60\x7d\xd8\xe2\xb4\x24\x56\xd9\xf4\xb6\x52\xd5\x41\xc5\x86\xba\x6f\x4b\xab\x90\x45\x9c\x56\x29\x8b\x75\xc3\xd1\x4d\x0a\x88\x0f\xea\xaf\xa8\xc8\x45\xe4\x4a\x5c\xe4\xa6\xbc\x88\xf0\x30\xca\xda\x34\x0f\xaa\xf3\xa4\x71\xdd\x94\x55\xb4\x30\x8f\xab\x26\x68\x87\x67\x18\x95\xe9\xfe\xa8\x51\x2a\x09\xf1\x58\x9f\x51\x4d\xa4\xfb\xab\x2a\x49\x15\x18\xbb\xa8\xae\x24\x7e\x14\xa5\xa4\xb3\xb8\xa2\x8a\x35\x94\xa7\x57\x14\x7f\xd3\x41\x2b\xd3\x8c\x88\x97\x85\x9c\x3e\x48\xb8\x92\x9c\x89\x7d\xee\x73\xcd\xb8\xae\x0b\x4b\x45\xf0\xbe\x72\x7c\xb2\x28\xee\xe3\x9f\x3c\x30\x87\x24\xf0\xe9\xde\x22\x73\xf1\xad\x9c\xd2\x65\xf0\x75\x2d\xf7\x52\x9f\x20\x83\x2a\x39\xac\xae\x68\x24\x2a\xe1\xfa\xca\x6a\x10\x8f\xc4\xec\x6a\xaa\xc2\x4c\xac\xd5\xc4\x3c\xfd\x08\x11\xba\xa5\xdc\xab\xb7\x1e\xd7\xa1\x4b\x97\xeb\xf4\xa8\x6f\x4c\x88\x33\x7d\xfd\xc9\x68\x8b\x0c\x5c\x69\x46\x0d\x30\x4f\x03\xa0\xbf\xd5\x06\x2d\x90\x91\x04\xe5\xeb\x0d\xc7\xc5\x62\x5d\x5b\x6f\x33\xe1\xa4\xf4\x1b\x4b\x5f\xd1\xe7\x88\x29\x5d\xf7\xd1\x49\xcc\xdf\xeb\x8a\x5c\xc7\x95\xd0\xe6\xfa\x27\x69\xe9\x7f\xc1\xdf\xab\xe7\xd3\x7d\x66\x25\xae\x6f\x94\xec\xc1\x6e\xb9\xbc\xff\x14\xf4\xf8\xc9\x02\xb3\xf0\x69\x91\xa9\x84\xfb\x09\x0a\x9e\x8f\x6f\xe5\x79\xfc\xf7\x7e\x48\xd6\x5b\x95\xf1\xdb\x8d\xf7\x90\x7a\x6b\xbf\xff\x1d\x07\x23\x69\x61\x80\xf6\x74\xea\x29\x03\x3c\x89\x8f\x8b\x32\xc2\x79\x1d\x78\xd9\x84\x3b\x69\x98\x71\xf5\x7f\x4b\x0e\x81\xcd\xc3\xc3\x58\x49\xd0\x0e\xb3\x92\xa0\x79\xb0\x0c\xa2\x99\xb4\x16\xb7\xc6\x3a\x84\xd5\x0b\x4f\xb4\x23\x56\xa9\x74\x76\xb1\xfe\xb8\x1c\x63\x33\xab\xdd\xc5\x68\xa1\x2c\x13\x37\x1f\xa7\xbf\x3b\x82\x6f\x64\xde\x72\x05\xdf\xdc\x3c\xee\x01\xce\xa7\xb9\xf1\x07\xd4\x13\x53\x8e\x2f\xc9\xe0\x38\x49\x2d\xec\x77\xd0\x93\x07\x27\xa8\x49\x16\xfb\x98\x78\x6b\x11\xde\x87\xd7\x0f\xc9\xf6\x87\x06\xda\x3f\x53\x59\xbd\x1c\x9a\x6d\xc2\x0b\xfc\x09\x07\x33\xb1\xda\x02\x2d\xae\xa0\x98\x0d\x9e\xc0\xfa\x4a\xdb\x72\x48\x5b\x47\x6e\x5f\x38\xbe\x27\x0f\xcb\xc3\xc3\x38\xa5\x8b\x62\xcc\xe6\xcc\xa4\xf1\x2f\x1c\x6b\xe9\xc9\x2e\x35\x16\x38\x93\x2e\xe0\x81\x48\x14\x97\xea\xb0\x4b\x24\xc9\x87\xbb\xba\x15\xe2\x3e\x72\xb1\xaa\xec\x4d\x9f\xa3\xb3\x81\x63\xcd\x39\xc4\xfc\x3b\xce\xb9\x8d\x2b\xe3\x28\xf2\x0a\x35\xde\x61\x48\x23\xda\x17\x1e\x2e\xc6\x0c\xf9\xcc\xa3\x77\x2f\xc4\x71\x87\x4c\x57\xc1\xfa\xa3\xaf\x91\x26\xda\x35\xb7\x3a\x5a\x5f\xc7\x75\x84\x83\x31\x37\x33\xc2\x7d\x61\xe4\x6f\x81\x91\xb5\x46\x81\x35\xae\xa7\x42\x9c\x2d\xfa\x4b\xc9\x3d\x76\xe8\x1f\xa6\x9f\x76\xc4\x93\xe9\x38\x45\x8a\xa4\x86\x15\xb8\x50\x9f\xa8\x5f\xbc\x30\xeb\x48\x7a\x67\xf7\x42\x7b\xc6\xc3\xc3\x78\x1e\x98\x82\xfb\xd7\xa7\x56\x0a\xe7\xc1\xe7\xa1\xba\x1c\xbd\x91\x05\x8e\xc7\x0f\x08\x79\xe1\xbb\x39\x04\xd7\xdf\x77\x12\x75\x26\xf0\x9b\x51\x80\x8f\xf2\x1d\xb9\x1e\x35\xd8\x27\x67\x2f\xfa\x55\x9f\xa4\x0b\xb8\xde\x3e\xe9\xb7\x51\xe3\x97\xdc\xa2\xfd\xe1\x9e\xfa\x09\xed\x89\x5b\x2e\xf9\x0f\xc2\xc5\x84\x55\x13\xde\x89\xd7\x0f\xca\x7d\x8f\x29\xed\x03\xb0\xc4\x5d\x68\x5d\x6f\x85\x68\x3d\xa3\x7a\xc2\xc1\xe8\xa8\x38\x61\x1d\x98\x87\x83\x59\x38\xdc\x05\xfb\x00\xcd\xbc\xe5\x8a\xd6\x5a\xb4\xd6\x03\xc7\x3d\x2a\xce\x13\x4f\x64\x83\x4c\xff\xc5\x0b\xc3\x45\x6e\xa1\x92\xe4\x99\x83\x6b\x08\x91\x19\x2a\x4b\xf3\x10\xbc\x4a\x1a\x65\x48\x15\x31\x30\x85\x1a\x11\x9e\x34\x54\xdf\x19\xf9\x01\xc2\xf0\x0e\x13\x40\xd8\xf4\x44\xc2\xc9\x70\xf7\xfd\xc3\x1c\xcb\x9e\x90\xdc\x85\x6f\x1c\x72\xf2\x38\x9e\x7d\x83\x45\xae\x13\xe3\x91\xd3\x63\xac\x93\x07\xa9\x7f\xc1\x15\x09\x14\xef\xc2\xfa\x9e\xe7\x69\xcc\xdb\x4a\x19\x63\x66\x89\x87\x83\xe1\xf5\x83\xb2\x1b\x4c\x7c\x3f\x3c\x1c\x8c\xe1\x3c\x37\xd4\x0b\x1e\x0e\x46\xee\x99\x07\xe2\x2d\xe7\x03\x8d\x53\x5c\x84\xc6\xf9\xb3\x3f\xd2\x69\x7f\x5c\xcd\x7e\xe7\x82\x38\xbb\xf0\xb3\x4f\x12\xd7\xd1\x2f\x46\xb8\x8f\x1c\x49\x41\xc4\x79\x44\xfb\x4d\x41\xcf\x13\x3b\x5f\x1a\x3b\xd9\xc5\x78\xab\xe2\x9f\xc4\x99\xd0\x3c\x44\xef\xa4\x7a\x77\xec\x1a\x7f\xb4\x8b\xf1\x22\x09\xa8\x59\x71\x1f\xb3\xf1\x15\xe3\x3a\xd6\xe1\x99\x27\xe6\x33\xc5\x55\x31\xdf\x0e\xa3\x27\x8c\x79\x7f\x15\x77\x7e\xd4\xe5\xfb\xd8\xf1\x29\x6a\xc4\x1b\x5c\xc9\x9f\xb8\x18\xe4\x89\xf1\x16\xb1\xc5\xf5\xf7\x10\x70\xc6\xa7\x38\xf2\x3b\x63\x54\x66\x55\xb7\x18\xbd\xb2\xd1\x39\x0f\xea\xd2\x66\xee\x8d\xab\xa3\x9a\x48\xa8\x35\xd9\xf1\x01\xd8\x4d\x60\xae\x38\x87\x83\x69\x0e\x41\x3f\x2b\xec\x17\x8a\x19\xae\xe1\x15\x84\x0b\xe9\xe5\x1a\xc5\x21\xcb\xe3\x32\x49\xc6\x73\x1d\x2b\x93\x13\xfb\xe0\x78\x92\xaa\xa9\x5f\x52\x72\x22\xe1\x48\x53\x24\x28\xd2\x48\xa9\x23\xcf\x93\x72\xcf\x04\xcf\x6a\x29\xee\x0e\x88\x18\x48\x53\xa7\x19\x4f\x1b\x11\x8b\xf1\x64\xea\xfa\x4c\xb4\x58\x69\x7a\xc5\x68\x99\x53\x6e\x6f\x42\x1c\x41\x6a\xce\x41\xc4\x15\x24\x3f\xbb\x80\x08\xb6\x24\xb8\x9d\x4e\xf2\x05\xbe\x71\xc2\xba\x86\x95\x34\x7f\x2c\x16\xc0\xc3\x89\xd8\x25\x7e\xe2\x60\x78\x7c\x38\xd7\xbd\xf1\x74\x62\x50\x4d\x4f\x55\xcf\xf7\x47\x1c\x8c\x42\x5a\x08\xc6\x97\xf3\xc5\xc9\xed\xf1\x70\x30\x93\x6c\x08\x1f\x32\xca\x2c\x06\xfd\x09\xdf\xe1\x38\xee\x26\x4e\x0a\x77\xca\xe9\x89\x87\xc9\x8a\xef\x8f\x78\xa6\x8c\x3b\x82\x68\x0f\x96\x47\xd1\x11\x2d\xa3\x48\x12\xeb\xb2\x59\x6b\x54\x90\x3b\x38\xab\xdc\x18\x3f\xb7\xa2\x9a\x70\x94\x59\x46\xa4\x81\x59\xcd\xd1\x88\xe8\x5a\xa1\x4f\x4c\x1c\x59\x6c\x0d\xae\x6f\x56\x6d\x15\xee\x97\x8c\x33\xfb\xd1\xc3\x67\xd4\x9c\x25\x7c\x8c\xc9\x6d\xb4\x1b\x19\xd7\x5e\xe2\xf8\xd3\x8e\x7c\x20\xc4\x70\x53\xdb\x66\x00\xa7\x26\x2f\xb4\x87\x76\x32\x3e\x98\x39\x31\xf7\xf6\xc7\x59\xe4\xf5\x85\xd2\x31\x09\x43\xad\x53\xd9\x10\x89\x5a\xb8\xf0\x4c\x14\xfe\x5e\xd2\x39\x1e\x57\x63\xba\x5c\x02\xb2\x75\x89\xcc\x48\xc0\x55\x14\x4c\x48\x09\xe8\x96\x03\x4d\x52\xb9\x1b\x5a\xcb\xbe\x91\xcc\xdc\x45\x32\x97\xb3\x0f\x05\x29\xfd\xd1\x83\xf2\xf0\x30\x05\xd2\xa2\x88\x47\xc8\xbf\x25\x85\x1a\x97\x5f\xa8\x8a\x6f\x90\xd7\x68\x84\x1a\x9b\xf7\x89\xfa\x05\x15\xc4\x78\x63\x7c\x59\x20\x16\x89\x38\x89\x9f\x3c\x31\x45\xab\x09\x47\xd3\xb0\x01\x57\x32\x5f\x72\x0f\x5a\xac\xbc\xf0\x53\xe8\x17\xf2\xe5\x6e\xa1\x41\xce\xf5\x7f\x82\x2b\x92\x23\xf5\x01\x73\x0c\x2b\xeb\xda\x26\xfd\xe2\xc3\xb1\x14\x0b\x41\x3b\xf8\xb3\x2f\x54\x22\xed\x63\xf5\x0b\x31\x68\x6d\x14\x6b\x88\xed\x6f\x7e\x75\x02\xa1\xbc\x4f\x24\xa3\x97\x9b\x7a\x35\x0d\xdf\x5a\x38\x7c\x19\x46\xf7\xfc\xa7\x97\x63\x1c\xd2\xf7\x6b\x06\x37\x7e\x5e\xc6\x86\x87\x07\x59\xc3\x9d\xe4\x8b\x7d\x06\x20\x0f\x46\xc9\x98\x91\x78\xe2\x28\x7a\x26\x86\x33\xbe\x96\x4f\x12\x9f\x54\x22\xa4\x84\x48\x9d\x92\x30\xea\xcc\x58\x3c\x98\x2c\x57\x71\x9a\x27\x9e\x2b\x8b\x03\x22\x70\x3c\x3c\x9e\x98\xe2\xac\x7c\x3c\xcb\x97\xa8\x56\xa0\x07\x2b\xd6\xd8\x85\x35\x96\x9f\xfd\x93\x86\x5e\x23\x5e\x19\xfe\xa7\xa8\xa1\x85\x75\x6f\x71\x7e\x0a\x27\xb7\xb8\x00\xd8\x85\x45\xa2\xf5\xb4\x38\x1d\x8d\xfe\xdd\x28\x83\xf0\x3f\x9a\x5f\xe3\x90\xb5\x48\xd5\x3b\x05\xb5\x50\xd6\x2c\x05\x33\x55\x12\xbb\x68\xf6\x67\x55\xd0\xa9\x4f\x34\x9f\xf0\x21\xe3\xab\x68\xbc\xfc\x7e\xd9\xf8\xd6\x7d\x22\x72\xb8\x4c\xd4\xcf\x3e\x51\x1c\x1e\xa6\x94\x8b\x1f\xca\x8d\x06\xa0\xa7\xe2\xe1\x61\x2a\xa4\x28\x8e\x5a\x7f\x85\xe6\xa1\x42\x5f\x09\xf7\x7d\xb9\x99\x01\xda\xcf\x8a\x9d\xb6\x98\x3b\xac\x10\xf5\x40\xfb\xba\x5e\x20\x1c\xf5\xa4\x5c\x35\x69\x00\xfd\x7d\x0e\x3e\xa9\x62\x6b\x59\x14\xfd\xdd\x76\xdc\x27\x15\x12\xc7\x6a\xe8\x79\x97\xd1\x03\x96\x3d\xbb\x87\x08\x8e\x75\x77\x5e\xe3\x7e\x5b\x57\xda\x50\x01\x60\x29\x17\x8b\xda\x61\xf2\x31\x11\xfd\x20\x8f\x0f\x47\x3d\x9f\xf0\x4e\x8a\x67\xd2\xd1\x4e\x2e\xb8\x47\xd6\x68\xde\x6c\xe2\x49\x11\x17\x5d\x89\x99\x87\x49\xaf\xf2\xf1\x69\xa3\xff\x2e\xc0\xf9\xe3\x73\x2d\x40\xfd\xef\xe5\x5d\xc4\xf1\xe3\x94\x72\x95\xaf\x3f\xe2\x61\xf2\x08\x0f\xb3\x99\x4f\x14\xc7\xb5\x45\x7f\x1e\xf5\x51\x9a\xaf\x84\xfc\x2f\x9b\xb2\xf5\x10\xc1\x5f\xd5\x40\xfd\xa3\x36\x6d\xf2\x40\x06\x97\x4d\xf6\xc1\x38\x1f\x55\x96\x89\x18\xda\x6e\x0a\xcc\xc6\x8e\x3e\x9b\x42\x4a\xf0\x4d\x36\xeb\x6e\x23\x1e\x98\xcf\x87\x11\x09\x5b\x15\x79\x01\x2d\x57\xa5\xd9\x1d\xcc\x1d\x56\x29\xbf\x46\x9c\xee\x46\xa1\xcf\xd5\x00\x8f\xe6\x00\x0c\xf9\x46\x5c\xbf\x7c\xa7\x01\x6e\x58\x01\x0c\xde\x06\x70\xa5\x3f\xe5\xd9\xcf\x67\x00\xf0\x67\xfd\xc2\x3d\x1c\xb8\x0f\xd0\xed\xe7\x76\x0c\x06\x18\xa5\x44\xfd\x0d\xc6\xd5\xff\xe2\x3b\x28\x2b\xec\x3e\x63\xff\xea\x73\xb0\xfa\x01\x80\x8c\x22\x71\x79\xc8\x29\x02\x64\xbe\x05\x50\xeb\x0b\x90\xae\x08\xa0\xdb\xf9\x0b\xff\x90\xf2\x14\xa0\x7b\xbd\x13\x16\x00\x38\x1f\x25\xae\x03\x9f\x1c\xca\xfb\x60\xbd\xbb\x1c\x20\xbe\x94\x6a\xde\x2b\x95\x01\x52\x32\x01\xd6\x34\x00\x2c\x6d\x04\xa8\x9a\x07\xb0\x94\x0f\x60\xcf\x81\x6e\xab\x48\x3d\x4a\xb2\x26\x02\xdc\xfe\x06\x50\xb0\x1f\xe0\xe3\x1c\x80\xfc\x63\x00\x6d\x42\xff\xae\xff\xf3\x78\x00\x1e\x9e\x05\xe8\x27\xf0\xdf\x71\x0f\x07\x7d\x01\x06\x45\x02\xec\x8d\x04\x18\xda\x1b\x60\xd7\x6c\xaa\x5f\x6e\xd4\x01\x18\x6d\xf3\x0f\xbe\x83\x57\x00\x53\xfa\x01\xac\xd9\x05\x30\xfb\x04\x40\xbe\x34\xe0\x89\x3b\x23\x91\xee\xe0\x65\xdc\x01\x50\xe9\x03\x90\x26\x0e\xa0\xb5\x0e\x20\xe5\x3b\x80\xc9\x49\x80\x64\x75\xaa\xe7\xf1\xf0\x0f\x31\x9f\x00\xbc\x8c\x00\xe2\x8e\x03\x84\x9b\x52\x1e\x3c\x3e\x02\x20\xa1\x9d\xee\xfd\x27\x01\x61\x5c\x12\x8d\x00\x2a\x87\x02\xa4\x2a\x02\xec\x7f\xfe\xab\xff\x41\xea\x47\x80\x9a\x7c\xe2\xcf\x78\xa7\xff\xab\x0f\x44\xea\xc7\xdf\xc7\x1f\x3d\x8a\xab\xf3\x76\x5b\xaf\xc3\xff\xe0\x33\xe7\xfa\xd2\x9f\xb6\x01\xe8\x75\xec\x17\xee\xe1\x60\x1d\x40\xff\x4a\x80\xed\x5c\xae\x77\x93\x0a\xc0\xd0\x11\x00\x15\x7d\x00\x84\xfa\x00\xac\x0b\x03\x18\xdd\x87\xf2\xf9\x13\x44\x00\xf2\xaf\x53\xbe\x31\x4b\x01\x60\xf6\x01\x80\xa5\x26\x00\x52\xb7\x88\xf7\x40\x69\x12\x40\xb2\x23\x80\xe6\x48\x1a\x87\xc1\x64\xba\xff\x6e\x51\x0d\x10\xeb\x0b\xe0\xda\x1b\x20\xe2\x25\x80\x67\x33\x40\xc4\xbb\xee\x98\x1f\x20\xd2\x9e\xe6\x28\xf6\x20\xdd\x77\x8f\x0d\xa2\x9e\x3a\xdd\x3a\x52\x35\x14\x20\xce\x0d\x60\xef\x24\x80\x24\x07\x80\xb3\xb3\x01\x12\x6f\x00\xd4\xd4\x03\x24\x9b\x02\xbc\x92\x02\x48\x4b\x00\xe8\x70\xfd\xf7\xf8\xc3\xe2\xff\x73\x9d\xb7\x27\xee\xe1\x28\xf7\xef\xd5\x5c\x1d\x73\x13\x87\x07\x58\x1f\x0b\x30\x60\x32\x40\xe9\x05\x80\x21\x9b\x89\xa7\x65\x44\x0c\x40\xc1\x66\x80\x31\xb7\x00\xba\xad\xe5\xe4\xde\x00\xcb\x5c\x00\xa6\x05\x76\x47\x37\x00\x12\xfa\x00\xb1\x17\xa8\x8e\x17\xe7\x0f\xa0\xfa\x0c\x20\xfa\x39\x80\xfe\x20\xba\xc3\x6d\x96\x04\x10\x3a\x1e\xc0\xf6\x24\x40\xd0\x51\xae\xef\xc1\x2c\x80\xa0\x52\xc2\x05\x74\xcf\x43\xf8\x11\x80\x8c\x23\x54\xd7\xef\xb6\xbc\x91\xcb\x01\xaa\x74\x00\x22\x75\x00\xf6\x3a\x00\x44\x1c\x02\x38\x53\x09\x10\xf5\x0c\xa0\xe6\xf4\xaf\x3e\x10\x09\x9f\x01\xba\x0a\xff\x03\x0f\x82\xfe\x7f\x9e\x87\x9e\xb8\x07\x1e\xef\x45\xf5\xf3\xdf\xe7\x81\x87\x7b\x40\x6f\x50\x0d\xb0\xfa\x24\xd5\x44\x78\x7c\x07\x29\xaa\xa4\x1f\x49\xd5\x64\x37\xba\xc7\x3d\x1b\xa8\x1f\x49\xf7\xc9\x96\x57\xf7\x0f\x3b\x09\xa0\x29\x07\x10\xdc\x08\x60\xa2\x06\x10\xe4\x0f\x60\xb7\x1a\xc0\xef\x26\xd5\xb6\xfd\x62\x00\xfc\x6e\x77\x9f\x12\x68\x1e\x82\xe3\x68\x8f\x87\x8c\xed\xf6\x88\x00\x21\x1f\x00\x36\x15\x10\x97\x4c\xf7\x39\x33\xbc\x06\xe0\xd2\xce\x5f\x7d\x20\x22\xc3\x00\xde\xcf\x04\x08\xbf\xc9\x8d\xdf\x94\xea\x9d\x3d\xfb\x21\xfc\xa9\xde\xdd\x93\xf7\xa2\xe7\x3d\x7f\xde\x3c\x14\x94\xd3\x3c\x64\x7d\xa3\xfe\x28\x3f\xe7\x41\x02\x60\xe4\x3e\x42\x97\x0b\x1f\xa0\xf5\x9e\x7a\x0e\x20\x4c\x11\x40\xc2\x0e\x20\xc4\x03\x40\xee\x26\x40\xd0\x1e\x00\xf5\x75\xbf\xf0\x0f\x3e\xc7\xa9\x9f\x54\x77\xcc\xe8\x72\x1b\xc0\x6d\x1b\xe1\x62\x7c\xd4\xa8\x57\x86\x4f\x13\x40\xe6\x0c\x00\x3f\x6d\x80\x22\x33\x80\x40\x59\x80\xcd\xfb\x01\xbb\x82\xee\x63\xc4\x23\x7f\xe1\x2c\x40\xd0\x35\x80\x07\xc7\x01\x82\x5c\x89\x1f\x25\x58\x1a\xa0\x4b\xf7\xcf\x3c\x10\x3f\xf7\x43\x20\x49\x1e\xee\xa1\x27\xef\xc5\xbf\xf0\x1f\x24\x7e\xf1\x1d\xc8\x92\x4c\xd9\x03\xd0\x57\x99\x6c\x5a\xb7\x7e\x44\x06\x00\x8c\xdc\x08\x10\x1c\x08\x30\xc9\x14\xc0\xf7\x4a\x77\x2c\x0e\xe0\xbb\x1a\x40\xc6\xed\x17\xfe\xc1\x7d\x2f\xd5\x38\xba\x75\xc0\xdc\x18\xc0\x7d\x09\x80\xcb\x52\x00\xb7\x23\x00\xbe\xc9\x00\xae\xca\x00\x51\xc1\xd4\x2b\x05\xf9\x0f\x2e\x01\xac\xb2\x02\x70\xf9\x1b\xa0\x32\x84\x7a\x66\xec\x2d\x04\x70\x9f\x45\xf3\xe0\x1a\x05\xf0\x77\x24\x61\x49\x3e\x47\x02\x78\x94\x03\xb0\x0b\x00\xce\x1a\xff\x99\x07\xa2\x27\xef\xc5\xe9\x87\x24\xff\x55\xe7\x4b\xe7\xec\x42\x8f\x7e\x17\x05\x53\x48\xf2\x70\x0f\x89\xdc\xcf\xb1\x33\x00\x06\xe6\x51\x7d\x87\x5f\x11\xa0\xfb\x94\x36\xa6\x81\xf0\x1a\x53\xce\xfc\xaa\xfb\x3b\x54\x12\xaf\x92\xd3\x04\x00\xcd\x73\x00\x4e\xf9\x00\xa6\x75\x84\x77\x70\x4a\x07\xb0\x0f\x06\xf0\xb1\x03\xb0\x9f\x0d\x10\x65\x0b\x60\xe3\x4a\xbd\x75\xac\x26\x13\x06\xc9\x86\x8f\xb0\x5a\xd6\x42\x00\xfb\x92\x01\x6c\xf9\x01\x2e\x57\x12\x7f\xc2\xbd\x3a\x00\x5b\x7f\x80\xfa\x1a\xc2\x41\x30\xa3\x5f\xe3\xfe\xc9\x87\xc0\xd9\x89\x3f\xf1\x5e\x1c\x50\xf9\x5d\x0f\x2a\xb9\xba\x64\x4f\xfc\x47\x4f\x1c\x0c\x8f\xef\x80\x77\xca\x0e\x90\xa0\x38\x64\xf1\x19\x00\xa1\xa7\x00\x4e\xbb\x00\x84\x5f\x00\x38\xae\x02\x98\xd9\x05\x60\xe5\x0e\x20\x9d\x0c\x60\xf3\x05\x40\x4d\x0c\xc0\xb2\x16\xc0\x20\x02\xc0\xf4\x09\x80\xf5\x30\x00\x33\x45\xda\x23\x16\x36\x00\x51\xca\x00\xe6\xe5\xa4\x0f\xc6\x6b\x00\x0a\x67\x03\x18\x58\x01\x6c\x6c\x00\x30\xfc\x06\x70\x48\x04\xc0\xe4\x19\xc0\xe5\x99\x00\xa6\xaa\x00\x8f\xf9\x00\x4c\x3b\xa9\x37\x96\xfe\x61\x00\xb6\xe9\xcf\xfd\x30\x7e\xea\xc1\x9f\x78\x2f\xb8\xd3\x41\x95\x0e\xc9\x9f\x7d\x70\x7a\xe0\x3f\x7a\xf2\x3e\x50\x97\x62\x00\xf7\x41\x00\xbd\xac\x00\x1c\x74\x01\xf8\x4e\x00\xd8\x1e\x04\x18\xf3\x95\x78\x2a\xba\xed\xa7\xf9\x54\xba\xcb\x6f\xc8\xd5\xbc\x0d\x80\xfa\xcf\xe9\x49\x00\x58\x25\x13\xd7\xd4\x62\x57\x00\xad\xc1\x00\x61\x93\x69\xef\x74\xcf\x83\xd6\x41\x80\x35\x2f\x7f\xf1\x40\xa8\x89\x03\x1c\x94\x20\xdc\xc0\x35\x49\x00\x9d\x68\x80\xe7\xfc\x00\xda\x02\x00\x0d\xd3\x7f\x8d\x5b\x2e\xfc\x77\x1e\x88\xa9\xf1\xbf\xd7\xfd\x79\x7a\x70\x68\x25\x49\x1e\xfe\x63\x13\xaf\xef\xc7\x1f\xf0\x1f\xbc\xba\x3f\x0f\x07\x13\xc3\x49\x1e\xff\x85\xcb\x27\x92\x66\x85\x00\xbd\xef\x00\x18\x0b\x01\x8c\xd0\xa4\x6c\xf5\xf8\xf1\xff\xc0\x3f\xe4\x03\xc8\xae\x04\x50\x93\x20\x0e\x0b\xb5\x3b\x84\x95\x50\x14\xa1\xbd\xa4\x5c\x09\x10\x31\x9b\x6c\x49\xf7\x3c\x28\x05\x00\x94\xec\x06\x90\xeb\xa0\xfa\xe6\xa2\xfe\x00\x87\x56\x01\x2c\x0a\x00\xb8\xf2\x09\x40\x7e\x02\xc0\xb3\xaf\x00\xb2\x97\x01\xbe\x0b\x03\xcc\xb0\xef\xc1\x03\xc1\xf1\x21\xf0\xf0\x00\x7f\xd4\x03\x6e\xdc\xbc\x7a\x17\x4f\x0f\x78\xf8\x8f\x9f\xbc\x07\x1c\xfe\x83\xd7\xff\xa4\x67\xdd\xdf\x81\xdb\x47\xc6\xdc\xe7\x75\x23\x01\x06\x77\x01\xa8\x67\x02\x8c\xd1\x02\x50\xb4\x02\x98\xd2\x08\xa0\x18\x49\x78\x6c\xf9\x1f\xc4\xdd\x22\x13\x45\x98\x9f\xf9\xd8\xe1\x1d\xa0\xfb\xec\xd5\xed\x73\x24\x3f\x00\x2c\x0f\x04\x98\xbd\x1a\x60\xcd\x16\xe2\x6e\xc3\x5e\x76\xee\x00\x87\x5e\x02\x88\xdf\x01\xb8\x26\x04\x30\xed\x19\xc0\xd3\xde\x00\x62\x26\x00\x4d\x21\xbf\x70\x1f\x63\xaf\xff\x8e\x7f\xe0\xe1\x01\x7a\xf2\x9f\xfc\x49\x0f\x7a\xe2\x3f\x78\xfb\xa1\x67\xff\x13\x9e\x5d\xf0\xe4\x7e\xb6\x6f\x26\x69\x98\x46\x52\xa5\x82\xfa\x80\x2c\x28\x03\x18\xae\x41\xbd\xc5\xba\xe3\xcf\x39\x51\xa4\x17\xb3\xed\x89\x17\x64\xd6\x29\x00\xd3\xb7\x84\x05\xf0\x10\x00\x98\x36\x17\x20\xe2\x35\xe1\x3a\x96\xfb\x13\xfe\xa1\x3b\x8e\x12\x99\x04\xb0\x2d\x1d\x60\xac\x3c\xc0\x11\x39\xc2\x41\x5c\x4f\x27\xbc\xc7\x8b\x3a\xe2\x2a\x6a\x92\xf8\x37\xee\x63\x10\x87\x9f\xec\xf3\xe1\x77\xfc\x03\x4f\x0f\xb6\xcd\xfd\x5d\x0f\x78\xf8\x0f\x5e\xdd\xfb\x67\xff\x97\x7f\xf4\x43\x82\x7f\xf0\x5f\xf0\xfa\xc0\xfc\xec\xff\xc1\xf5\xa3\xd2\xe7\x6e\x61\x28\xf0\x91\x9c\x23\x05\x30\xd0\x07\x40\x3c\x11\x60\x8c\x06\xc0\xe4\x03\x00\xd3\xea\xc9\xb7\xca\xd5\x53\x6f\x3a\xa3\x6e\xf9\x1a\xc0\xbd\x01\x60\xd4\x37\x80\x30\x4f\x80\x91\x1d\x00\xcb\x8e\x02\x08\x7e\xa3\x9e\x1c\x02\x6e\x54\xab\x1e\x1a\x0d\x70\xf8\x1b\xd9\xe4\x6b\xdc\x38\x9f\xcd\x26\xf9\xe3\x3f\xe0\x3e\x7a\xe2\x1f\xfe\xd4\xff\xe6\x8f\xf8\x0f\xae\x0a\xf3\x27\xfe\x0b\x6f\x0e\x47\xe2\xc4\xe1\x28\x78\xf8\x07\x6d\xee\x56\xd2\x02\xce\x7e\x4e\xe6\xaa\x7a\xc2\xbe\x00\xc3\xc7\x03\x8c\x51\x07\x98\x62\x05\x30\x72\x30\x80\xec\x11\x80\xe1\xd2\x00\x86\x35\xb4\x87\x5c\x3c\x01\x06\xbd\x03\x08\xed\x0f\xd0\xff\x35\xc0\xb2\xc9\x00\xbd\x0b\x00\x0a\xbb\xe7\x3c\x12\x60\x4b\xf7\x18\x2e\x02\x1c\xcd\xa0\xef\xbc\xce\xc5\x40\xb5\x1c\x07\xd0\xd7\x1b\xff\x9d\x07\xe3\xff\x8a\xff\xe0\xf1\x5f\x2c\xe5\x7e\xcf\xc3\x7f\x84\x70\xfa\xd0\xb3\x0f\x8c\xcd\x79\x92\x3c\xfc\x83\xba\x26\x49\x49\x2e\x00\x9b\xc0\xf1\x34\x0d\x73\x05\x18\x54\x46\x78\x9d\x6e\x1d\xe8\x3f\x1c\x40\x46\x17\xa0\x57\x32\x80\x2e\x87\xc9\x70\xe2\x62\x92\xe0\x5e\x24\xd3\xd4\x7f\x5f\xa3\x2d\x1c\xe7\xc8\xe1\xc5\x24\x2f\x73\xdc\x60\x8f\x39\x8c\x0e\xdd\x67\xa6\x78\x1a\xfe\x80\x7f\xf8\xbf\xe2\x3f\x78\x3c\x38\x3d\xf7\x01\x6f\xfc\x3c\x1c\x50\x4f\x3d\xe0\xe1\x60\xe4\xb9\x7d\x37\x93\xdb\x67\x63\xb8\xfd\xf8\x8f\xff\x14\xc6\x71\x36\x5b\x8a\xd3\x15\x5d\xea\xe8\x6b\xed\xc8\xc5\xb6\x41\x9c\x8d\x4a\xe5\xe6\x63\x35\x87\x3d\xab\xe4\x38\xf2\x0e\x89\x91\xbc\xc4\xc5\xc6\x0f\xb8\xcf\x7f\x18\xca\x8d\xd7\xe8\xcf\xf3\xf0\x2f\x1e\xa0\x1e\xf8\x8f\xe5\xd3\xa9\xfa\xf6\x73\xfc\xd5\x80\xd9\xc1\x9f\x38\xa8\x42\xc2\xb7\xb8\x78\xf4\x42\xcb\x68\x3d\x68\x20\xa2\x14\xf4\x6b\x07\x61\x97\x79\x95\x61\x03\x31\x1b\x26\x29\x39\x04\x35\x6b\xd2\xe9\xc1\x58\x65\x18\x7c\x6b\x18\x87\xda\x19\x96\xdd\x07\x33\xf9\xfc\xa7\x85\x11\x43\x33\xd4\x81\x3a\x8b\xf0\x4b\x10\x8f\xf7\xd0\x1a\xfb\x03\xf4\x73\x10\xea\xc1\x50\x37\xba\x29\x38\x64\x6b\x01\xfa\xfa\x21\x35\x95\xa8\xa3\x83\x93\xf7\x63\x7d\x7b\x50\x2d\xe5\xe9\x07\xfa\xff\x8d\x31\x60\x7f\xc5\xd7\x98\x79\xed\x6f\xda\x8a\x31\x63\x6f\xa7\x7f\xe2\x3f\x78\xf3\xd0\x73\xfc\xb9\x5c\x37\x86\x74\xad\xde\xe8\x49\x12\xf7\xf4\xc2\x6c\x72\xd4\xe2\xbe\x88\xf3\x08\xb6\x1c\x88\x68\x0d\x2f\x35\x3e\xac\x26\xb8\xac\x1a\x8a\x27\x32\x2b\x89\x61\xb8\xf2\x86\x62\x23\xf1\xe9\xaa\x7b\x47\x63\x15\x56\xe6\x01\xf1\xa3\x4c\xeb\x3f\x1e\xb3\x66\x42\xa8\xfd\xdd\xff\x89\xec\x24\x39\x3e\xb2\x3f\x56\x46\x26\xd4\x8c\x47\xfd\x16\x49\xa2\xfc\xe4\xf8\xcb\x3a\x68\x8b\xc7\x57\xda\xa1\x4d\x19\x5f\x41\x95\x12\xe1\x72\xba\x19\x3b\xae\x9e\x3a\xc6\x8f\x15\xa8\xc0\xf1\x8f\x0b\xdb\x8b\x99\xc3\x31\x8d\x94\xa7\x1f\x55\x77\x1b\x75\x7b\xb4\x1c\x71\x4b\x8e\xec\xdd\x88\x6b\x37\xc2\x94\xc6\xcf\xc7\xc9\x01\x78\xbf\xb9\x88\xc3\x05\xe5\x59\xd1\xba\x67\xe4\x53\x1f\x24\x1e\x0f\x0c\x0f\xff\x12\x64\x29\x84\xab\xe6\xe9\x3e\x0a\xf9\x01\x1c\xdf\x53\x7f\x20\xcb\x5c\xc2\x85\x18\xbb\x88\x62\xbd\x4b\x53\x80\xb2\xad\xb2\x5b\x27\xe3\xb8\xc5\x1b\xa7\xe2\x8e\x9a\x50\x2b\x8e\x5a\xce\xd7\x77\x36\x37\xfe\x99\x9c\xc5\x15\x37\x1d\x80\x19\xcd\x59\xc9\xf4\x4d\xb3\xab\xa5\x30\x26\x9d\xb9\x59\x03\x2b\x40\x33\x1b\xa8\xe3\xc2\x6c\x2e\x26\x99\x6d\x13\x8f\xf8\x90\x99\x49\xd4\x51\x7e\x86\x3f\x61\x9c\xa7\xad\x24\xde\xea\x69\xf5\xa7\x70\x6d\xa7\x9e\xbb\x89\x6f\x32\x55\xe0\x19\xce\x9b\x68\x4c\x3d\x7e\xdf\xe4\x45\xec\xb7\xbe\x41\xc4\x8b\x92\x63\x45\xd9\xd2\x65\x4d\x43\x6a\xe1\x3f\xf4\x41\x0a\xdc\x36\x1e\x33\x33\x3e\x85\xc2\xa8\x9d\x6e\xa2\x62\x18\x09\x58\x3f\x9d\x86\x55\x26\x63\xaf\x99\x58\xe7\xd6\x56\x26\x5c\x88\xd2\x30\xc2\x0d\xcc\xd3\x93\xc4\x13\x89\x68\x1d\xe1\x42\x04\xb7\xca\x60\x84\xd2\x57\x7f\x01\x57\xbf\x58\x20\x43\x52\x26\x8d\x0f\x63\xb3\x85\x69\x34\x0f\x72\x61\x92\x94\x21\x6f\x51\xf7\xa0\x9f\xa9\xe3\x86\x5c\x98\x0f\xae\x99\xac\x5d\x2c\xfa\xb8\x45\xe7\x88\x41\x7d\x61\x7e\x29\xde\x30\x94\x79\xb5\x0d\x2b\x29\x32\x73\x8f\xe0\x3e\x90\x36\xbe\x42\xf8\x99\xe9\x4f\xf0\xbe\xab\x64\xcd\x27\x7c\xf2\xdc\xba\x4e\x9c\x57\xf1\x1a\x9a\x87\x29\xc8\x7b\xf0\xab\x0f\x14\xe1\x7e\x62\x54\xc7\x13\xbb\x80\xe6\x14\x44\x0d\x78\x87\x4f\x45\xcb\xee\x26\x41\x0e\xd6\x46\x58\x02\xeb\x7d\xa6\x22\x92\x74\xdf\xd9\x9f\xf0\x02\x4a\x6c\x11\x7e\xbb\xf4\x66\x79\xba\xdf\x6a\x27\xdf\x8b\xb4\x59\x19\x77\xfb\xd0\x71\xca\x1c\xe3\x96\x9a\x60\x0f\xf9\x68\x28\x22\x8c\xd4\xd3\x45\x90\x51\x43\xed\xdc\x3c\x1c\xbf\x86\x82\x2a\xee\x48\x8d\x46\x8b\x6a\xd2\x34\x0f\x7c\x43\xcd\x73\x84\x7f\x50\xe3\x6e\x10\x6b\x86\x16\xa1\x8d\x56\x97\xdd\x84\xf6\x55\x6d\xf7\x21\xfc\x7b\x35\x09\xba\xef\xaf\xea\x7a\x0f\x63\x3e\x15\xeb\xb7\x78\x66\x56\x82\x36\x7c\x23\x59\x67\xc2\x83\x48\x61\x3f\x0c\x1e\x0f\x4c\xfc\x9c\x29\xa8\xef\xc1\x75\xc4\x8b\xe2\x33\x66\x0e\xee\x7b\xb7\x47\x64\xb5\x1c\x84\x64\xb1\x1a\x69\x81\x91\x30\x80\xfe\x66\x05\xac\x26\x68\xf4\xa2\x71\xf2\x70\x30\x73\x7b\x6b\xe0\xe7\x26\x01\xe1\x5f\x84\xaa\xc9\x63\xf4\x5f\xc5\xf3\x1c\x3c\x4f\xca\x93\x06\x35\xc3\xd1\xae\x19\xe6\x4e\xc4\x8a\xa9\xe1\x3c\x09\xac\x20\x19\xee\x55\xc1\xba\xbe\x91\x8f\x29\x56\xda\x8c\x92\xdd\x30\x17\x62\xfc\x3e\x04\xf3\xf0\x26\x56\x29\xe8\x1f\x0d\x3f\xe6\xa3\xaf\x36\xfe\xbe\xf1\x3b\x7d\xef\x3e\xf4\x13\x06\x40\x75\x2c\x7d\x63\xe2\x12\xd4\xfb\xfc\x12\x6d\xbf\x6e\xdc\x37\x9c\x0f\x2d\x45\xd2\x07\xa5\xae\x6e\x19\xd3\x31\x1b\x77\x57\xf8\x44\xd2\x46\xbf\xdb\x84\x83\x71\x7f\x41\xb8\x1f\xa7\x42\x79\xdc\x0f\x96\x37\x68\x75\x4c\xfa\x68\xa0\x25\xd5\xf2\xd1\xc6\xfa\x85\x52\x89\x2e\x5a\x39\xc9\xfb\x06\x38\x0f\xd3\x0a\x68\x7c\xc2\x7e\x46\x58\x7d\xe3\xaf\xa7\xdb\xd9\x60\x6d\xca\x45\x1e\x56\x5c\xbd\xd7\x82\xcb\x6c\x59\x95\x0f\x43\x64\x96\xcd\xc4\xc9\x88\x2c\xb2\x15\x90\x40\xfb\x67\xdd\xaa\x8c\x75\x70\xdb\x00\x13\xfc\xd9\xf6\x1c\x55\xde\x6d\x9f\x06\xf5\xa7\x9f\xc9\xc5\xdb\x29\xe4\x62\x3d\xd3\x3a\x9f\xec\x84\xf5\xa4\x5d\xf8\x41\xeb\xf5\x27\x50\x85\xad\x24\xae\xa2\x0f\xb0\xbc\xff\x04\xe7\xc9\xd2\xfb\x0b\x9e\x25\xcd\x6a\xbb\x10\x47\x68\x70\xaa\x7b\x1e\x22\x26\x13\x7e\x2d\xa0\x4e\x1e\xe7\xc1\xe3\xbe\x22\x56\xcb\x5d\xaa\x35\xb0\xea\x61\x53\xa7\x83\x6f\x69\xf2\x54\x1f\x91\xd8\x3d\x71\x30\xb2\x66\xa4\xb5\x73\xcf\x93\x14\xd5\xb7\xc4\x48\x61\x54\x1d\xd5\xd1\x07\x97\xd9\x71\x99\x0a\x1e\x0e\xc6\x89\xb3\x8f\xce\x5b\x7b\xe1\x8c\xba\xec\x1f\x81\x67\x57\x97\xeb\xa2\xe8\xff\xdd\x04\x89\xa1\xc7\xf5\x6f\x25\xdc\x27\x6e\x75\x26\xe8\x2f\xdd\x17\x52\xa7\x92\xc5\xda\x01\x38\x3e\x37\x19\xe2\x75\x77\x9b\x4d\x76\xc2\x5d\xb3\x14\xcf\x74\x6e\x79\x5b\x6f\xd2\xbf\x1f\xc5\x3a\xbf\xb3\xf1\x65\x7f\xfa\xde\x47\x18\xfb\xf2\x70\x31\x8e\x22\x84\x1b\xb3\xb3\xed\x9e\x07\x5e\x3f\x28\x2f\x7f\xb5\x6d\xf0\x0f\x1c\x8c\x6d\x1c\xdd\xaa\xe6\xe1\x60\x0c\x7b\x5b\x62\xe4\xac\xe1\x6a\x83\x6f\xc5\xc3\xc1\x48\x4d\xb1\x47\xd4\xe6\x0c\x61\x47\xb4\x97\x22\x49\xb4\x6a\x82\x99\x84\x30\xef\x77\xce\x95\xbb\xc7\xec\xc9\x1d\x41\x79\x27\x51\x9f\xb7\x7d\x30\xce\xe3\xe1\x61\x7c\x8d\x44\x51\xef\x7d\x3e\xcf\xc3\x98\xd3\xb7\x9f\x32\xe1\x60\xaa\x0d\xbd\x49\x52\xbd\xdb\x3f\x8a\x70\x73\xbe\x4f\xa2\xe3\xe9\x67\x8a\xf5\xfd\x7b\x13\x3f\x8a\x1f\xab\xc2\x9c\x99\x1f\xff\xc1\x95\xf4\x77\x97\x10\x5f\xe5\x33\xe9\x1e\xda\x59\xef\xd2\x57\xe8\x01\x17\x3f\xfa\x8a\x71\x98\x07\xf6\x57\xf3\x3e\xab\x83\xbb\xc5\xfd\x8d\x11\xce\x8e\xc3\x45\xc2\x37\x59\x3e\xb0\xa2\xfe\x70\x7f\xc0\xc1\xc8\xca\x10\xeb\xfe\x6c\xac\xba\x00\x88\xc9\xb9\xe3\x6e\x1e\xf3\xc4\x13\x4f\x52\xfc\xa7\x3d\xb9\xc8\xda\x7b\xce\xef\xe3\x0f\xe1\xa2\xba\xd0\xad\xfd\xf0\x9f\x82\x4b\x04\x38\x86\x2e\xf2\xb8\x61\x20\x81\x33\x1b\x32\x43\x11\xf9\x5d\xc2\x96\x18\xe2\xb8\x43\x6b\xa9\xde\x1d\x16\x47\xdf\x18\xbe\x31\x0a\xed\x7f\x98\xe3\xd2\x37\xf4\x33\x75\x5e\x08\x77\xa3\x3e\x52\xe1\x43\x29\x9e\x08\x9f\x77\x1e\x2d\x7a\xc8\xc9\x5b\x18\x19\x84\x94\x3f\xc7\x88\x8f\x87\x8b\x09\xa8\xeb\x4a\x02\xf0\x08\x31\xc5\xb8\x80\x87\x83\xb1\x3d\x47\xd1\x1b\x0f\x07\xa3\xb7\xc1\x0d\xd7\x5f\xc3\xdc\x1d\xff\x41\x61\x75\x0f\x1c\x4c\xa5\x17\xa2\x15\x26\x6e\xf5\xc6\x59\x1e\xb5\x3d\x00\x4f\xac\x7c\xd5\x01\x9c\x1d\x0c\x35\x23\xc9\xeb\x93\x14\xc3\x9d\xc8\x62\x27\x51\x07\xc3\xd8\xa7\x84\x87\x89\xf9\x3c\x19\x3d\x6f\xcc\x1c\x09\xac\x25\xc5\xfa\x29\xa2\x86\xc5\xf9\xd3\x4e\x8c\x37\xa5\x79\x88\x2d\x5f\x82\x3b\x2d\xe6\x4b\x28\xee\x9b\xb8\xe9\xa9\x58\xc7\x8c\x0d\xca\xc3\x33\x42\xec\x90\x72\x8c\x60\xe3\x26\xef\xc2\x4a\x6a\xbc\xc8\x29\xea\x83\xb3\xe8\x2a\xda\xe1\x68\xbf\x27\x18\xd1\x46\xe5\x7c\xc0\x78\x9d\x70\x31\x6e\x75\x8e\x98\x31\xb2\x79\xe4\x84\xda\x68\x51\x4d\x68\x2c\xa3\x5c\x4f\x74\x88\x5a\x1b\x3c\x09\xc5\xd9\xcf\x9b\x58\xcb\x06\xf8\x62\x5c\x29\xa1\x4f\xda\x39\xcd\x23\x10\xd1\xaa\xc2\xc3\x42\x71\xd6\x05\x8d\xa9\x8f\xce\x40\xdd\x08\x8a\xfa\x13\x62\xb8\x13\x05\x8f\x17\x26\x89\xeb\x18\x9f\x52\xdc\x1f\x3d\x52\x72\x22\x45\xa0\xc9\xf5\xa2\x68\x71\x93\x9f\xcd\x43\x8f\x93\x22\x48\xfd\x06\x53\xf6\xe9\x63\x8e\x3c\x55\xce\x1a\x23\xd8\x54\x27\x62\x22\x4a\x53\x27\xa6\x8e\x14\xf7\x24\xfc\x5c\x9a\x5e\x1e\xe1\x61\x24\xd6\x62\x3c\x9e\x7a\x6c\xfb\x1e\xfa\x99\x72\x0b\x29\x99\x97\x31\x3e\x4d\x4a\x20\x9c\x6d\xc2\xb5\x17\xe8\x47\xe2\xcf\x7c\xcb\x03\x70\x88\x74\xc7\xea\xb7\x55\x1d\xe1\x61\x4c\x05\x08\xff\xa3\xb7\xdc\x1f\xf5\x5d\x73\x14\x9d\x24\x14\xe2\x82\x09\xff\x00\xe1\xf8\xef\xb3\x0a\x08\x07\x23\x26\x16\x85\xa8\x14\xe1\x85\x31\x38\x9a\x61\xe7\x63\x10\xcd\xd0\xbb\x2a\x51\x8b\x1b\x2f\x87\x87\x49\xe3\xe2\xc8\x5f\xfc\x30\x7d\x11\xc7\xc1\xc3\xc3\x64\x9c\x16\xe5\x78\x62\x88\xa9\x2e\x2b\x99\xee\x6a\x64\x26\x11\xaf\x58\xe6\x02\xea\x6c\x95\x51\x43\xc8\xbb\xac\x1b\xa1\xe8\xc1\xb2\xf4\x93\x30\x3e\xc8\x7c\x92\x8d\x32\x6b\xd2\x5a\x8c\xe4\xb3\x24\xb7\xe1\x79\x22\xf3\xca\x21\x8c\xf0\x33\x66\x5f\xd4\xa7\xef\xbb\x27\x41\xdf\x43\xe7\x8e\x65\x9f\xbf\x8a\xff\x83\x0f\x27\xc1\x97\xec\xe1\x72\xd2\x67\xed\xe3\xc1\x38\x1f\xca\xb9\xe1\xb8\x1f\xe4\x54\xa9\xa1\x96\x94\x51\x0c\x6a\xdb\xcc\x24\xba\x81\x34\x39\x91\xac\xf6\xe8\xad\xc9\x18\xbd\xf0\x01\xe1\x06\x7a\xcf\xe1\x9d\x8e\x97\x71\x15\x53\x1e\x1e\xa6\x80\xcb\xe4\xe6\xaf\x1b\x80\xfb\xbb\x60\xf2\x48\xe4\x2f\x29\x18\x4f\x76\xb2\xc0\x48\x02\x11\x56\xf9\xe9\xc4\xe0\x96\xff\x4d\x0f\xe7\x89\xd7\x37\x29\x4f\x84\x2c\x6f\x01\x23\xbc\x75\x7e\x12\x31\xd3\x14\xf4\xa6\xbe\x62\xab\xe6\x96\xe2\x9b\xaf\x32\xdb\x9a\x4c\xdf\xb7\x1f\xfd\x47\xde\x8f\xf3\x98\x33\xcc\x4b\xbd\x8d\x2b\x97\x6b\xfe\x1c\x73\x22\x2b\x25\x3e\x32\x00\x6b\x45\x8e\x0f\x87\xeb\x0b\xa5\x67\x40\xeb\xac\xf1\x24\x06\xd1\x15\xf2\x75\x31\xf8\x94\x05\x53\x13\x70\xf6\xe6\xaa\x26\xe1\x3e\x9f\xb6\x39\x05\xcf\x13\x13\x8d\x29\xaa\x13\xba\xb9\x1c\x77\xe5\xe0\xf8\x0c\xcc\xe8\xf4\xda\xb5\x82\x3b\x81\xff\x37\x3c\x4c\x71\x28\x4d\x4c\x89\xc7\x64\x64\x74\x2b\x29\x92\xc0\x75\x2b\x9e\xa7\x80\x71\x42\xd1\x1d\x8a\xc0\x4a\xfc\x2c\xaf\xd0\xe7\x5d\x71\x3f\x14\x3f\xa7\x38\xa2\xd8\x96\x56\xa2\xe8\x7c\x26\x5a\xfc\x12\x85\x35\xf8\xa4\xb5\xd2\x9b\x70\x5e\x8a\xed\xf7\xbe\x25\x79\x16\x79\xf9\x8a\xba\x6e\xe1\xbf\x17\x9d\xae\xc3\x95\x2b\xce\xfa\x2a\xf3\x8b\x0f\xc7\xf0\x62\x74\x55\xb7\xd4\xaa\x27\x9e\x27\x15\xa0\xfe\x5f\x3f\x71\x30\x37\xd2\x30\xce\x9e\x75\x63\x19\xea\x83\x68\x5f\xba\x0d\x22\x5c\x4e\xbc\x38\x02\x61\xe4\xc5\x07\x1c\xa7\xd3\x0f\x70\xa8\xc6\x5f\x78\x98\x22\x2e\x93\xc9\xc3\xc3\x94\x8d\xa3\xf3\x55\x4f\x3c\x4c\x85\xf1\x5c\x5c\xcf\x0a\x7d\x79\xcc\x01\x97\x8f\xd1\xc6\x1d\x55\x96\x44\x11\x4a\xf9\x15\xba\x8f\x51\x7e\xd6\x9f\x24\x23\x0b\x54\xa1\x94\x8e\xf7\x2c\xd6\x17\xad\xc1\x37\xae\xd8\x43\x38\xfc\x8a\x53\xd5\xa8\xc9\x15\x87\xcf\xe0\xfc\x94\x0f\xbd\x49\xcf\x35\xa9\x45\xbf\xba\x4e\xe4\x1d\xe2\x6d\x7a\xf5\xea\xdd\xbb\x4f\x9f\xbe\x7d\xfb\xf5\xeb\xdf\x7f\xc0\x80\x81\x03\x07\x0d\x1a\x3c\x78\xc8\x10\x3e\xbe\xa1\x43\xf9\xf9\x87\x0d\x1b\x3e\x7c\xc4\x08\x01\x01\x41\x41\x21\xa1\x91\x23\x47\x8d\x1a\x3d\x7a\xcc\x98\xb1\x63\xc7\x8d\x13\x16\x1e\x3f\x7e\xc2\x04\x11\x91\x89\x13\x27\x4d\x9a\x3c\x59\x54\x54\x4c\x6c\xca\x94\xa9\x53\xa7\x4d\x9b\x3e\x7d\xc6\x0c\x71\xf1\x99\x33\x67\xcd\x9a\x3d\x7b\xce\x9c\xb9\x73\xe7\xcd\x93\x90\x90\x94\x94\x92\x92\x96\x9e\x3f\x5f\x46\x66\xc1\x82\x85\x0b\x65\x65\x17\x2d\x92\x93\x93\x97\x57\x50\x50\x54\x54\x52\x52\x56\x56\x51\x51\x55\x55\x53\x53\x57\xd7\xd0\xd0\xd4\xd4\xd2\xd2\xd6\xd6\xd1\xd1\xd5\xd5\xd3\xd3\xd7\x37\x30\x30\x34\x34\x32\x32\x36\x36\x31\x31\x35\x35\x33\x33\x37\xb7\xb0\xb0\xb4\xb4\xb2\xb2\xb6\xb6\xb1\xb1\xb5\xb5\xb3\xb3\xb7\x77\x70\x70\x74\x74\x72\x72\x76\x76\x71\x71\x75\x75\x73\x73\x77\x5f\xbc\xd8\xc3\x63\xc9\x12\x4f\x4f\x2f\x2f\x6f\x6f\x1f\x1f\x5f\x5f\x3f\x3f\x7f\xff\x80\x80\xc0\xc0\xa0\xa0\xe0\xe0\x90\x90\xd0\xd0\xb0\xb0\xf0\xf0\x88\x88\xc8\xc8\xa8\xa8\xe8\xe8\x98\x98\xd8\xd8\xb8\xb8\xf8\xf8\x84\x84\xc4\xc4\xa4\xa4\xe4\xe4\x94\x94\xd4\xd4\xb4\xb4\xa5\x4b\x97\x2d\x4b\x4f\x5f\xbe\x3c\x23\x23\x33\x33\x2b\x6b\xc5\x8a\xec\xec\x95\x2b\x73\x72\x72\x73\xf3\xf2\xf2\xf3\x0b\x0a\x56\xad\x5a\xbd\xba\xb0\x70\xcd\x9a\xa2\xa2\xe2\xe2\x92\x92\xb5\x6b\x4b\x4b\xd7\xad\x2b\x2b\x2b\x2f\xaf\xa8\x58\xbf\x7e\xc3\x86\x8d\x1b\x2b\x2b\xab\xaa\x36\x6d\xda\xbc\x79\xcb\x96\xad\x5b\xb7\x6d\xdb\xbe\x7d\xc7\x8e\x9d\x3b\x77\xed\xda\xbd\x7b\xcf\x9e\xea\xea\xbd\x7b\xf7\xed\xdb\xbf\xff\xc0\x81\x83\x07\x0f\x1d\x3a\x7c\xf8\xc8\x91\xa3\x47\x8f\x1d\x3b\x7e\xfc\xc4\x89\x93\x27\x4f\x9d\x3a\x7d\xfa\xcc\x99\xb3\x67\xcf\x9d\x3b\x7f\xfe\xc2\x85\x8b\x17\x2f\x5d\xba\x7c\xf9\xca\x95\xab\x57\xaf\x5d\xbb\x7e\xfd\xc6\x8d\x9b\x37\x6b\x6a\x6e\xdd\xfa\xeb\xaf\xdb\xb7\xef\xdc\xb9\x7b\xf7\xef\xbf\xef\xdd\xbb\x7f\xff\xc1\x83\x87\x0f\x1f\x3d\x7a\xfc\xf8\xc9\x93\xa7\x4f\x6b\x6b\x9f\x3d\x7b\xfe\xbc\xae\xee\xc5\x8b\x97\x2f\x5f\xbd\x7a\xfd\xfa\xcd\x9b\xb7\x6f\xdf\xbd\x7b\xff\xfe\xc3\x87\x8f\x1f\x3f\x7d\xfa\xfc\xb9\xbe\xfe\xcb\x97\xaf\x5f\xbf\x7d\xfb\xfe\xfd\xc7\x8f\x86\x86\xc6\xc6\xa6\xa6\xe6\xe6\x96\x96\xd6\xd6\xb6\xb6\xf6\xf6\x8e\x8e\xce\xce\x2e\x3c\x51\xfc\x6f\xfd\xff\xb7\xfe\xff\x5b\xff\xff\xad\xff\xff\xd6\xff\xff\xcd\xf5\x07\xf0\x5f\x12\x86\xcc\xc6\x7d\xfa\x8e\x00\xe0\x6a\x1c\x3f\xff\xfb\x0f\x3f\xf7\xea\xdd\x0b\xff\x4f\x6f\xe8\x03\x7d\xa1\x1f\xf4\x87\x01\x30\x10\x06\xc1\x60\x18\x02\x7c\x30\x14\xf8\x61\x18\x0c\x87\x11\x20\x00\x82\x20\x04\x23\x61\x14\x8c\x86\x31\x30\x16\xc6\x81\x30\x8c\x87\x09\x20\x02\x13\x61\x12\x4c\x06\x51\x10\x83\x29\x30\x15\xa6\xc1\x74\x98\x01\xe2\x30\x13\x66\xc1\x6c\x98\x03\x73\x61\x1e\x48\x80\x24\x48\x81\x34\xcc\x07\x19\x58\x00\x0b\x41\x16\x16\x81\x1c\xc8\x83\x02\x28\x82\x12\x28\x83\x0a\xa8\x82\x1a\xa8\x83\x06\x68\x82\x16\x68\x83\x0e\xe8\x82\x1e\xe8\x83\x01\x18\x82\x11\x18\x83\x09\x98\x82\x19\x98\x83\x05\x58\x82\x15\x58\x83\x0d\xd8\x82\x1d\xd8\x83\x03\x38\x82\x13\x38\x83\x0b\xb8\x82\x1b\xb8\xc3\x62\xf0\x80\x25\xe0\x09\x5e\xe0\x0d\x3e\xe0\x0b\x7e\xe0\x0f\x01\x10\x08\x41\x10\x0c\x21\x10\x0a\x61\x10\x0e\x11\x10\x09\x51\x10\x0d\x31\x10\x0b\x71\x10\x0f\x09\x90\x08\x49\x90\xc4\x92\x59\x0a\x4b\x65\x69\x6c\x29\x5b\xc6\xd2\xd9\x72\x96\xc1\x32\x59\x16\x5b\xc1\xb2\xd9\x4a\x96\xc3\x72\x59\x1e\xcb\x67\x05\x6c\x15\x5b\xcd\x0a\xd9\x1a\x56\xc4\x8a\x59\x09\x5b\xcb\x4a\xd9\x3a\x56\xc6\xca\x59\x05\x5b\xcf\x36\xb0\x8d\xac\x92\x55\xb1\x4d\x6c\x33\xdb\xc2\xb6\xb2\x6d\x6c\x3b\xdb\xc1\x76\xb2\x5d\x6c\x37\xdb\xc3\xaa\xd9\x5e\xb6\x8f\xed\x67\x07\xd8\x41\x76\x88\x1d\x66\x47\xd8\x51\x76\x8c\x1d\x67\x27\xd8\x49\x76\x8a\x9d\x66\x67\xd8\x59\x76\x8e\x9d\x67\x17\xd8\x45\x76\x89\x5d\x66\x57\xd8\x55\x76\x8d\x5d\x67\x37\xd8\x4d\x56\xc3\x6e\xb1\xbf\xd8\x6d\x76\x87\xdd\x65\x7f\xb3\x7b\xec\x3e\x7b\xc0\x1e\xb2\x47\xec\x31\x7b\xc2\x9e\xb2\x5a\xf6\x8c\x3d\x67\x75\xec\x05\x7b\xc9\x5e\xb1\xd7\xec\x0d\x7b\xcb\xde\xb1\xf7\xec\x03\xfb\xc8\x3e\xb1\xcf\xac\x9e\x7d\x61\x5f\xd9\x37\xf6\x9d\xfd\x60\x0d\xac\x91\x35\xb1\x66\xd6\xc2\x5a\x59\x1b\x6b\x67\x1d\xac\x93\x75\xb1\xee\xff\x00\x80\xf5\xea\xea\xdd\xd9\xa7\xa3\x6f\x7b\xbf\xb6\xfe\xad\x03\x5a\x06\x36\x0f\x6a\x1a\xdc\x38\xa4\x81\xef\xc7\xd0\xef\xfc\xdf\x86\x7d\x1d\xfe\x65\x44\xbd\xc0\x67\xc1\x4f\x42\x1f\x47\x7e\x18\xf5\x7e\xf4\xbb\x31\x6f\xc7\xbe\x19\xf7\x5a\xf8\xd5\xf8\x97\x13\x5e\x88\xd4\x4d\x7c\x3e\xe9\xd9\xe4\x5a\xd1\xa7\x62\x4f\xa6\x3c\x9e\xfa\x68\xda\xc3\xe9\x0f\x66\xdc\x17\xbf\x37\xf3\xef\x59\x77\x67\xdf\x99\x73\x7b\xee\x5f\xf3\x6e\x49\xd4\x48\xde\x94\xba\x21\x7d\x7d\xfe\x35\x99\xab\x0b\xae\x2c\xbc\x2c\x7b\x69\xd1\x45\xb9\x0b\xf2\xe7\x15\xce\x29\x9e\x55\x3a\xa3\x7c\x5a\xe5\x94\xea\x49\xb5\x13\xea\xc7\x35\x8e\x69\x1e\xd5\x3a\xa2\x7d\x58\xe7\x90\xee\x41\xbd\x03\xfa\xfb\x0d\xf6\x19\xee\x35\xaa\x36\xde\x63\xb2\xdb\x74\x97\xd9\x4e\xf3\x1d\x16\xdb\x2d\xb7\x59\x6d\xb5\xde\x62\xb3\xd9\x76\x93\x5d\x95\x7d\xa5\xc3\x46\xc7\x0d\x4e\xeb\x9d\x2b\x5c\xca\x5d\xcb\xdc\xd6\xb9\x97\x2e\x5e\xeb\x51\xb2\xa4\xd8\xb3\xc8\x6b\x8d\x77\xa1\xcf\x6a\xdf\x55\x7e\x05\xfe\xf9\x01\x79\x81\xb9\x41\x39\xc1\x2b\x43\xb2\x43\x57\x84\x65\x85\x67\x46\x64\x44\x2e\x8f\x4a\x8f\x5e\x16\xb3\x34\x36\x2d\x2e\x35\x3e\x25\x21\x39\x31\x29\x29\x31\x39\x21\x25\x3e\x35\x2e\x2d\x76\x69\xcc\xb2\xe8\xf4\xa8\xe5\x91\x19\x11\x99\xe1\x59\x61\x2b\x42\xb3\x43\x56\x06\xe7\x04\xe5\x06\xe6\x05\xe4\xfb\x17\xf8\xad\xf2\x5d\xed\x53\xe8\xbd\xc6\xab\xc8\xb3\x78\x49\x89\xc7\xda\xc5\xa5\xee\xeb\xdc\xca\x5c\xcb\x5d\x2a\x9c\xd7\x3b\x6d\x70\xdc\xe8\x50\x69\x5f\x65\xb7\xc9\x76\xb3\xcd\x16\xeb\xad\x56\xdb\x2c\xb7\x5b\xec\x30\xdf\x69\xb6\xcb\x74\xb7\xc9\x1e\xe3\x6a\xa3\xbd\x86\xfb\x0c\xf6\xeb\x1f\xd0\x3b\xa8\x7b\x48\xe7\xb0\xf6\x11\xad\xa3\x9a\xc7\x34\x8e\xab\x9f\x50\x3b\xa9\x7a\x4a\xe5\xb4\xf2\x19\xa5\xb3\x8a\xe7\x14\xce\xcb\x5f\x90\xbb\xb8\xe8\x92\xec\xe5\x85\x57\x16\x5c\x95\xb9\x36\xff\xba\xf4\x0d\xa9\x9b\x92\x35\x12\xb7\xe6\xfd\x35\xf7\xf6\x9c\x3b\xb3\xef\xce\xfa\x7b\xe6\x3d\xf1\xfb\x33\x1e\x4c\x7f\x38\xed\xd1\xd4\xc7\x53\x9e\x88\x3d\x15\xad\x9d\xfc\x6c\xd2\xf3\x89\x75\x22\x2f\x26\xbc\x1c\xff\x4a\xf8\xf5\xb8\x37\x63\xdf\x8e\x79\x37\xfa\xfd\xa8\x0f\x23\x3f\x0a\x7d\x12\xfc\x2c\x50\x3f\xe2\xcb\xf0\xaf\xc3\xbe\xf1\x7f\x1f\xfa\x83\xaf\x61\x48\xe3\xe0\xa6\x41\xcd\x03\x5b\x06\xb4\xf6\x6f\xeb\xd7\xde\xb7\xa3\x4f\x67\xef\xae\x5e\x0c\xfe\xa7\x03\xff\xd3\x81\x6e\x4b\xb0\x48\x55\xe1\xc2\x70\x4d\xc6\x74\x43\xd5\x6e\x8e\xe3\x67\xcc\xf6\x9a\x7e\xf9\x8c\x37\x8c\xb9\x4d\x35\xb5\x9f\xef\xcf\x76\xbb\xac\x76\xbe\xa8\x53\xd1\x75\xd5\x25\x22\x54\xd6\x7e\x69\x57\x7f\xbb\x07\x59\x07\x3d\xa3\x3b\x03\x2d\xe7\x6d\x70\x0d\x48\xea\x38\x6c\xea\x76\x30\x26\x7c\x59\xc7\x2c\x83\x31\x7f\x59\x45\x6f\x6c\x2f\xd7\xce\xff\xd6\x15\xd7\xd9\xe1\xad\xb9\xac\x45\x31\xfc\x61\xa7\x81\xfa\xf1\xd6\x65\xfe\x33\x3e\xa8\x69\x8e\x6c\x6d\xf3\x5d\xf0\x70\x80\xb6\x43\x9b\xbc\xcf\xda\x2b\x26\x7a\xf7\xdb\x66\xf9\x59\x9d\x9a\xab\xef\xd1\xf6\x7d\xc9\x4b\xc6\xe4\x4e\xc8\x2f\x1c\xbe\x9b\x31\xa3\x97\x4a\xae\x63\x56\x33\xe6\x92\xa9\xf6\x56\xf4\x0d\x63\x5e\x77\x8d\xb6\xcc\x7f\xc7\x0e\x7b\xbe\x74\x18\xaf\xf3\xb6\x2b\x7a\x49\xa8\xaf\xab\xf3\xc9\xce\x14\xa7\xce\xf4\x13\xfe\x97\x3b\x76\xda\x98\xac\x0f\x8a\xa8\x6c\xff\xcb\xfc\xfc\xa1\xf9\x09\x7d\xda\x3d\x0d\x9a\xfe\x96\x4c\x9a\xd2\x96\xab\x73\xa0\x71\xd5\xd2\x99\xed\x2b\xb4\x47\x35\x75\xc6\x07\x7e\xfd\xaa\xed\xde\xfc\x3a\xea\xc9\x93\x7b\xba\x47\x5a\xd6\x86\xd7\x5f\xd1\x33\xea\xd3\xb2\x27\xa2\xf9\x84\x9a\x49\xaf\x56\xc3\xd0\xfd\xfb\x8b\x4c\x12\xda\xc4\x03\x7a\x31\xa6\x78\x56\xae\x69\x44\x24\x63\x66\x77\xe4\x1a\x47\x2b\x33\xb6\x38\x5c\xed\xdd\x94\x54\xc6\x02\x2b\x0c\xac\x65\x0e\xb0\x0f\xa1\x1e\x16\x37\x34\x2b\xbb\x94\xbc\x75\xbc\x6e\xb9\x5d\xeb\x38\xb2\x78\x5d\x4a\x5a\x84\x46\x7b\x89\xe3\x8a\xd2\x84\xa4\x93\x6d\xbe\x56\xdf\x0e\xdd\xcd\x50\x6d\xb5\x31\x4e\x79\xe4\x95\x33\xb0\x35\x56\xcf\xb9\x61\xe0\x8a\xab\xed\xfd\xb5\x9b\x9b\x14\x93\xab\x5e\x08\xe8\xef\x6c\xda\x98\x1c\x76\xbd\xd5\x38\xbb\xd9\x28\x51\xff\x4c\x96\xe9\x96\xe6\x57\x71\x9b\xf6\xdd\xb0\x70\x69\xd9\x10\xf5\x79\x4b\x9b\x65\x6b\x6b\x6a\xe8\x7a\xc6\x34\xc7\x2e\xb0\x1f\x5e\xc5\x98\x7d\x1f\x59\xef\xd1\x55\x8c\x05\xf4\x51\xaa\x11\x7b\xc3\x58\x54\xb8\x56\x80\xd4\x64\x76\x27\x7e\xbc\x99\x81\x4e\x6a\x97\x74\x58\x95\xfb\x8a\xc5\xba\x1d\xb3\xbd\x0b\xe2\x9c\x63\x93\xdb\xfc\x5c\xc3\x4a\x76\x64\x4e\x6e\x9d\x6e\x1b\x7d\x78\x78\xde\x97\xe6\x02\x93\x61\x2f\x87\x15\x4f\x6b\x49\xd2\xbf\xf9\x7d\x43\x41\xff\x8f\x3f\x0c\x12\x1b\x2c\x56\x44\xdf\x8a\x36\xb3\x6b\xb8\xb3\x42\xe6\xd4\x0c\xcb\x93\x8d\x2d\xe9\xc7\xf6\x8e\xb1\xe9\xdb\x3c\x39\x45\x6b\xf3\x03\xdb\x6b\x2d\xfc\xf1\x4b\xd6\x4d\x72\x18\xd4\xf2\x24\xea\x21\x63\x3a\x2f\xe7\x6b\x0e\xd7\x63\xcc\x6d\x9e\x64\x8b\x50\x08\x63\x11\x43\x16\x3c\x14\x11\x62\x6c\xe9\x74\xe5\xdd\x73\xbd\x59\x63\x46\xb2\x81\xb6\xe6\x9b\x2e\xc3\xd4\x1f\x0e\x13\xdc\xc3\xda\x87\x86\x6c\x0d\xfe\x90\xf6\x77\xcb\x41\x2f\xd5\x55\x7d\x57\x6f\x69\x56\x73\xec\x7f\x68\x43\xe9\x8f\x86\x37\xa6\x76\x1f\x27\x54\xdd\x6f\x3a\x6e\xa4\xf3\x75\x52\xe9\xab\x7b\x37\x2c\xea\xbf\xe9\x97\x3c\x3e\x7d\xd3\x56\xf8\x87\x53\xc1\xd7\x3d\x13\x1c\x52\x1b\x3a\xb2\x37\x6c\x78\xec\x12\xd6\xb8\x23\xb3\xbd\xf8\xaa\xeb\xc8\x66\xd5\x94\x4f\x79\x23\xdd\x1a\x5b\xc6\x24\x18\x33\x66\x54\x2f\x15\x37\x7c\x19\x63\x9e\x9b\x25\xc4\x85\x54\x19\x4b\x52\x92\x7a\x3e\x7e\x2f\x63\x39\xe1\x8b\x8a\xc5\x77\x30\xb6\x66\xa2\x66\x81\xaa\x6c\x97\x73\x9e\xa7\x95\xab\xdb\xfa\xb6\x9c\xe4\x8d\xbe\xc7\x33\xc6\x35\x7d\x0d\x64\x59\x42\xe5\x79\x0d\x7c\xae\x47\x0f\x1b\x6f\x3f\xf0\x7d\xb6\xc5\x8a\xf7\x5b\xf7\x1c\xa8\xdd\x61\x9d\xfa\x29\x6d\x9b\xf8\x29\x61\x67\x93\xfa\x96\xca\xe8\xad\x7a\x8b\x8f\x7d\xb3\x5c\xe7\x5c\x76\xd4\x23\xe2\xc7\xa5\x55\x83\x0a\xa4\xbd\x9e\x36\x5c\xce\x69\xc9\xbc\xef\x5d\xd6\xe4\xb5\x7c\x56\x62\x8b\x5f\xaf\xe6\x43\xc9\x42\x8c\x59\xba\xce\xbd\x32\x2c\x8d\xb1\xa0\xbe\xb3\xb2\x05\x16\x32\x96\x31\x79\x9e\x8b\x70\x1f\xc6\x4a\xef\x4b\x5e\x16\xad\x60\x6c\xb3\xb1\xf2\x44\x85\xb8\xae\x17\x5b\x73\xf5\x43\xec\x8a\xda\x4e\x16\x7e\x71\x2d\x4b\xdf\xdd\x20\x1f\x9b\x96\xc0\xbf\xfd\x42\x7d\x9e\x8f\xd0\x81\x6d\x27\x3a\xea\xb5\xed\xfa\xbd\x12\x3f\x21\x79\x6a\x98\xc7\xc1\xf7\x1a\xfb\x1d\xb6\x18\xf8\x5c\xff\x3c\x62\xbb\xc5\xaa\x73\x41\xde\x5f\x4a\x2a\x25\x32\x26\x86\x0c\xfe\x6e\x54\x72\x33\x65\x44\xc8\xea\x86\x91\x05\xab\x62\xc4\x42\xcf\x35\x6e\x58\x11\x10\x7e\x22\xe4\x75\xf3\xbc\x34\x25\xc6\x9c\x16\xcd\xf9\x38\x7c\x23\x63\x51\x26\xe2\xa5\x02\xfc\x8c\xad\xfa\x30\x6d\x98\x20\x1f\x63\xdb\xa3\x67\x86\x09\xc7\x32\x76\x74\x9f\xcc\x7d\x89\x9b\xcc\xf0\x4c\x9d\xba\xa8\x79\xef\x76\xb3\x63\xe9\xe6\x43\x93\xef\x7f\x7f\x5d\x2a\x13\x30\x6e\xcf\xf9\xa7\x7a\xf1\x41\x87\x87\x3d\x1d\x74\x6c\x44\xc4\xbe\x47\xb3\x6e\x7e\x29\xaa\x8b\x4d\x78\x2d\x75\xd2\x62\x59\x54\x82\xca\x87\x47\x7b\x67\x24\x3d\x8b\x4d\xf9\x32\x60\x53\x50\x5c\x69\xac\xf2\xb7\x5d\xeb\x9c\x22\xf7\xc5\x0d\x68\x18\x5f\xb0\x22\xd4\x28\x6e\x66\xd3\xac\x8c\x53\x41\xaa\xb1\x1d\xcd\xf1\x29\xe9\x8c\xb9\x9f\x99\x9a\x38\xe4\x3a\x63\x4b\x01\x0e\x02\x30\x46\xa8\x18\xc6\xce\x06\x80\x5d\xb7\xbc\xa3\x2a\xae\x36\xc1\x87\xb1\xda\x2b\x72\x6b\x35\x1e\x77\xdc\xfa\x10\xac\x19\x1f\xfc\xed\x87\xf9\xeb\x0c\xf3\x19\x3b\x96\x9c\x19\xb5\xad\xd7\x86\xf1\xdf\x2f\x2d\x7d\x72\xc4\xeb\xf6\xee\xfb\xfe\x09\x7f\x17\x3e\x7c\x53\x76\x2c\x25\xca\xaf\x40\xe6\xd3\xde\x9d\xc3\xc2\x0a\x72\x0e\x7e\xb5\x5f\x7f\x2f\xd8\x38\xfb\xe2\xf7\x87\x45\xe5\x01\x8a\x99\x2f\x1a\xe7\xad\x0c\xf0\x15\xcb\x5c\xdf\xb4\x67\xd9\x35\x2f\xc3\xe5\xc7\x5a\x64\xe3\xdb\x19\xf3\xaa\x9e\x5c\x33\xe8\x11\x63\xd9\xfc\xf4\x1e\xbb\x4d\xe8\x3d\x6a\xf2\x49\xfe\x98\x0b\xd8\x57\x98\x35\x49\x6e\x99\x55\xdb\x29\xd0\xfa\x49\xdd\x26\xa0\xe1\x81\xfe\x17\x07\xab\xc8\xaa\x63\x6b\x06\x3d\x5c\x9b\x61\x71\x47\xc7\xfb\xef\xba\x01\xb5\xb5\x97\x94\xbd\xde\x9d\x4b\x7d\xaf\xb6\x7f\xb1\xf7\xa7\x5d\xd7\xea\x57\x6e\xba\xe6\x3d\xb7\x4a\xfa\xdb\x86\xd2\x8d\x9e\x39\x65\x72\x0d\x9a\xf9\xc2\x1e\x83\x4a\x6f\x34\xbe\xca\xf4\x71\x0f\x28\xf2\x69\x8e\x48\xe1\x77\x87\xfc\x41\x2d\xfb\x62\x76\x33\xe6\x6f\x4c\x7d\xa4\x08\x15\xc9\xd8\x31\x17\x92\x4f\xa3\x49\x52\xdc\xde\x65\xc1\x0a\xa4\x5b\xa4\xd2\x1e\x6a\xb5\xd5\x6b\xb9\x7b\x97\x55\x0b\x37\xd4\x38\x3c\xcf\xdf\x91\x3a\xf5\x53\x4b\x62\xd8\x1e\x75\xa7\xd2\xf7\x41\x6f\x4f\x1f\x94\xb3\x33\x7a\xd3\xf8\x69\xf7\xd6\x7d\x4e\x9f\x2f\xa6\x7d\x4d\x2e\x97\x73\xb2\x39\x72\xf9\xc7\xa1\x02\x03\x67\xf3\x5d\x65\x8d\x4e\x2b\x14\x9d\xba\xb6\xf4\x6d\x3a\xbd\x74\xb1\x63\xf0\x86\x84\x16\xdb\x38\x35\x87\xef\x65\xa3\x5a\xe7\x45\x34\x31\x16\x25\x0c\x88\x6f\xa4\x9b\x97\x8c\x5d\xf6\x20\xf9\x15\xd1\x48\x6c\x0b\xbd\xc7\x73\x19\xe6\x3b\x5f\x53\xfa\xc3\xa9\xf0\x0e\x05\x1d\x77\xe7\xa3\xeb\x6e\xb4\xe8\x3b\xfe\x48\x7a\x11\xbd\xe3\xc7\xc5\xd8\xe6\xe2\xa1\xf6\x47\xbf\x4a\xdf\xbb\xb3\x71\xb3\x79\xdc\x77\xfe\xaf\x4f\xd7\x5a\x5b\x3c\xaa\x7d\xf3\x43\xb4\x60\x95\xd5\x9c\xeb\x7d\x1b\xfd\x32\x95\x2d\xdb\xcf\x4a\x34\x0f\x4f\x99\x6e\x23\x70\x30\xb2\xf9\x64\xc2\x3b\x9b\x98\x5d\x0f\x5a\x2a\xa3\x8f\xdb\x88\x6f\x29\x6a\x5d\x1d\xba\x85\xb1\x74\x2d\x7a\x6e\x75\x0d\xc9\x07\xb6\xff\x9c\x87\x17\x1e\x8c\x81\x0c\xc0\xa5\x52\x16\x2f\x13\x2a\x75\x7e\x6b\x4c\xa7\xba\x9e\xb9\xd5\xcc\x15\x92\x6d\x71\xce\x3b\x42\x34\x43\x36\x37\x1f\x8a\x6a\x5c\x1a\xee\x38\xb6\xf1\xcb\x81\xce\xec\x08\xe3\x21\x8d\xce\x0d\x2e\x2b\x56\x18\x38\x37\x2b\x34\xd9\xa6\x64\x18\xf5\x7e\xb9\xa7\x59\x3d\xe1\xb8\xf1\xd1\x3b\xb2\x2d\x93\x63\x36\x99\x64\x5c\x3a\xd1\xda\x3f\xbc\xc4\x74\xe8\x49\xd5\xd6\xdb\x41\x85\x26\x29\x87\xb6\xb5\xed\xf0\xf1\x63\x6c\x4d\x14\x3d\xf7\x02\xb7\x0e\xcd\x58\xfb\xa8\x3f\x4a\xef\x71\xa5\x8a\x64\xf5\x16\x76\x6b\xfe\xa6\xd9\x43\x0a\x0b\xba\xa4\xf5\x85\xf4\xa7\x25\x54\x77\xd8\x38\xdd\x77\x1b\xe9\x7b\xa4\xed\x74\xd8\xfa\xa0\x0a\x87\x75\xad\x7f\x95\x05\x45\xf2\x1b\xbe\x6a\x15\x7d\xd8\x27\x6a\x85\xce\xe5\xd6\xb8\x96\x63\x61\x0a\xda\xd3\xdb\x16\xb7\x56\xfb\x17\x6b\x87\x7e\x78\xde\x66\xea\xfd\x54\x27\xed\x89\x4d\xdb\x61\xcf\x52\x1d\x56\x73\xaa\xdd\xce\x7d\x8c\xee\x99\xcb\xd3\xda\x8b\x5d\x17\x33\x46\x9d\x34\x18\xab\x45\x0e\x94\xce\x09\xf4\xdc\xdb\x49\x24\x0f\x84\x30\x26\x62\xc6\xd7\xb4\x2e\x83\xd5\x2e\x3c\x3f\xcb\x7a\x79\xaf\xae\x33\xfa\xf7\xd4\xa7\x85\x1e\xec\x4c\x76\xac\xb1\x5c\xe8\x51\xde\x51\x16\xb4\xc9\x39\xc4\xce\xb4\x83\x3f\x37\x79\xf1\x7b\xa3\xe3\xed\xb1\xc7\xc6\x7b\x49\x6b\x7b\xb4\x35\x7d\xd8\xeb\x7d\x57\xfd\x56\x47\xaf\x76\x2f\x97\xe9\x6a\x03\x3a\x8e\x75\xcc\xb3\x5d\xa4\xaa\xf3\xfd\x43\x47\xb1\xe5\x52\x35\xc1\x37\x56\x1d\x65\x96\xb7\x54\x6f\x3c\xba\xd2\x39\xc4\xf4\x31\x63\x17\xbf\xfd\x73\x1d\x1e\x7f\x21\x79\x38\x9e\x64\x49\x11\xc9\xec\xed\x8c\x2d\x88\x99\x92\x13\xab\xcb\x3c\x75\x2d\x17\xda\x7a\x07\x74\x55\xd8\xd6\x6a\xea\x38\xd7\x74\xbe\xf2\x33\x35\x31\xb1\xba\xd9\xb9\x2d\x6d\x8f\x79\xaa\x51\x68\xa7\xc0\xa6\x29\xb6\x71\xda\xc3\x3a\xbe\x5c\xac\xb4\x95\x51\xeb\xd5\xd1\xf0\x79\x95\xb5\x92\xb2\x54\xe7\xc1\x4e\x79\xa3\x73\x8a\x65\x5d\xb3\x3b\x8f\xea\xea\xc8\x67\x76\x5e\xed\xd2\x55\xcb\x96\xab\xfc\x7e\xb1\x2b\x50\xc5\x93\xb1\x8f\xa8\x9f\x6f\x14\xe8\x79\xa7\xb6\x91\x5c\xef\x4d\x72\xd9\x66\x92\x89\x95\x8c\xc9\xce\x17\x35\x0f\xc8\x65\xc7\x74\xaa\xe7\x95\xb9\x9a\xb0\x39\xd6\xda\xf2\xca\x76\x82\x5d\x8f\x3c\x1e\xa9\x96\x99\xd7\x74\x45\xc4\x17\xeb\x64\x1b\xb8\x75\x79\x16\x44\xe9\xf2\x69\x15\x75\xcd\xdc\x69\xa7\x1f\xa0\x5a\xd6\x35\xf4\xca\x28\xfd\x4d\x8a\xc7\xbb\xe6\xbf\x5d\xaf\x73\x42\x3e\xa4\xeb\x48\x97\xa9\xda\x8c\x45\x1b\x99\x48\xd7\x49\x85\xb5\x0b\xf9\x58\x21\x53\x91\x91\x67\x6c\x6a\xa1\x72\xc2\x80\xc5\x8c\x29\xee\x57\x74\x15\xb8\xcd\x98\xf1\x42\x8d\xd4\x09\x69\x8c\xd9\xef\x31\xb4\x9a\x75\x81\x31\xc7\x70\x3b\x5f\xc5\x43\x2c\xc6\x59\xc8\x4b\xc7\x48\xa2\xeb\x88\x6d\x4a\xda\x3e\xc7\x90\xce\x83\x96\x4e\x65\x9e\xbe\x5a\x9d\x92\x26\x43\x0f\xec\x0f\xca\xe9\x78\xab\xb7\xb9\x66\x61\x48\x41\x87\xba\xd6\xc5\x2f\x96\x91\x49\x9d\x52\xea\x0d\xad\x2e\x01\x0b\x5a\x4a\xd4\x15\xda\x26\x78\x4f\x7f\x29\xac\x99\xd0\x66\xe8\xad\xfc\x57\x99\x4e\x78\xdb\x12\xef\x57\x17\xf6\xea\xa6\xb4\x0f\xf6\xc8\x3b\xb6\x4f\xaf\xad\xdd\xd3\x5d\x82\xb1\x19\xe7\x15\x6d\x06\xa6\x30\xa6\x32\x58\xa1\x4e\x70\x36\x63\xe6\xb7\xd4\x54\x26\xd8\x33\xe6\x36\x48\x5b\x71\xc6\x64\xc6\x96\x38\x5b\x9c\x94\x6f\x61\x12\x8b\x87\x2c\x16\x34\x97\xea\xd2\x71\xda\x95\xd8\xcb\xfd\x68\xe7\x70\x9b\x57\x6b\x3b\x42\xce\x74\xf8\x9a\x1d\x3a\x30\x34\x6a\x79\xfb\x19\x03\x8f\xbb\x96\xf1\x12\xed\x93\xb4\x6f\x34\xb9\x25\x3d\xe1\xc5\x63\x1f\x9b\xb4\xde\xb5\x1c\x0f\x7d\x72\xcf\x49\x4f\xba\x55\x28\x54\xfd\xe2\x4a\xc3\xe5\xad\x9a\xa1\xd2\xc7\xfa\x18\x99\xb7\x69\xfa\xed\xd9\x7d\xc9\xa4\xaa\x6d\xb3\x4f\x14\x63\xb3\x96\x2f\xbc\x3e\xf0\x33\x63\x9a\xe6\xb2\xa1\x23\x3e\x33\x66\x77\x5b\xae\x68\xac\x35\x63\xbe\x43\xd4\xd7\xce\x10\x66\x2c\xf0\xaa\xa9\xb0\xc2\x77\xa6\xe4\xf3\xc9\x65\x9a\x79\xaf\xce\xfd\x8b\xa3\xa3\xa5\x7d\x7b\x75\xcc\x76\xb4\x2b\x8a\x8e\x3d\xdc\x6e\x6f\x29\x78\xf0\x46\x72\x47\xdb\x44\x23\xf9\x47\x4b\x32\x8e\xf3\xe2\xb1\xc6\x7c\xed\xe3\xcd\xc2\xf1\x72\x4f\xce\xea\x6f\x6e\xf6\x8d\x77\xbb\xf2\xc8\x78\x4e\x73\x67\xac\xe7\xd1\x74\xb3\xc9\x2d\x7b\xa3\x06\xef\xb6\x30\x7f\xd8\x9a\x18\x6a\x52\x59\x6f\x99\xd1\xb6\x20\x60\x2f\x63\x52\x6f\xe7\x87\x0e\x89\x66\x4c\xcf\x75\x41\xec\x88\x66\xc6\x5c\xf7\xcb\x4e\x1d\x6b\xc9\x58\xb0\x88\x8a\xf0\xb4\x22\xc6\xa2\x17\xea\x87\xc9\x8d\x61\xda\x11\x8e\x76\xa7\xcd\xb5\x3b\x67\xfa\xec\x0a\xbe\x19\xf4\xa6\x3d\xce\xe5\xed\xaa\x6f\xc9\x4f\x5b\x1f\xd8\x14\x1c\x5c\x9d\xed\xd5\x92\x6d\x3c\xb1\xce\xbd\x60\x23\x2f\x1e\x7b\xd5\x65\xa8\xda\xf0\x21\x53\xfa\xfa\x60\xb3\xc9\x8d\xf7\xd2\xe3\x8e\xdd\xb2\x5c\xdf\xb4\x2d\x4d\x7e\xe7\x26\x9b\x61\xcd\x2f\x12\xc6\x6c\xd8\x60\xf7\xb8\x25\x2c\x56\xa2\x64\x8b\xfd\xf4\xd6\x55\xa1\x8c\xb1\xf9\x55\xf3\x8b\xf9\xd4\x18\x33\x73\x96\x96\x18\x71\x84\x31\xcf\xbf\xa4\x65\x46\x5d\x65\x2c\xfa\xa0\xdc\x2b\xb1\xe3\x8c\xa5\x5d\xd6\x72\x92\x4d\x67\xd1\x4b\xf9\xcc\xc7\x9b\x98\x77\xac\x0e\xd9\xea\x97\x10\x39\xb2\xf5\xdb\x92\xca\xbc\x45\xd9\x7b\x9b\x1b\xed\xd9\xa1\x49\xc5\xd3\x1b\x6f\x1b\x67\xd5\xdf\x59\x1f\xf1\xfd\xba\xd1\xd8\x6f\x3a\x45\xaf\x6b\x5e\x5b\x4a\x7d\x3f\xb7\x3a\xf1\x84\xa4\xcd\xe7\x06\xcb\x9c\xe7\xdb\x67\x3b\x2e\x69\x5c\x99\x35\xa9\x42\xce\x69\x7d\xb3\x78\xea\x8c\x35\x5d\x2e\x82\x2d\x7c\x09\x46\x39\xd1\xae\x53\x5b\xc7\x44\xbe\x66\x6c\x61\xb2\xe4\xae\x21\xc9\x8c\xd9\x48\x48\x9d\x17\x38\xc5\x58\xd0\x64\x29\xf9\xd1\xed\x8c\x2d\x1b\x2f\x7d\x73\xa2\x11\x63\xb9\xae\x4a\x1f\xa4\x46\xb0\xb4\xbc\xe3\x46\x0a\xc6\x47\x3b\xb6\xa7\x89\xb9\x1f\x8a\xb8\xdc\xe2\x17\x38\x6f\x99\xcb\x1a\xdf\xc6\x75\x2e\x83\x0e\xae\xa9\x1a\xf1\xe3\xa6\x99\xe1\xc7\xd6\x6d\x1e\x0f\xc3\xac\x9e\xd4\x9f\xdd\x58\x72\xb4\xce\xe9\xf0\xd7\xfd\x65\x17\xb7\xa8\xb8\x6d\xf8\xc1\x57\xb8\x6f\xdd\xcc\xc5\x7e\x0d\x97\x73\xf2\xf2\x0e\x2e\xd9\xd7\xa4\xbe\x7c\xdf\xf2\x3d\x5e\xf5\xcd\x92\xa9\x1f\x52\xfa\x78\x47\xb7\x98\xc6\xbb\x30\xa6\xf8\x65\xde\xb8\x21\xa1\x8c\x39\xec\x17\xbf\x30\xb4\x90\xb1\x28\xfd\x39\x5a\x23\x0d\x19\xcb\x99\x3d\x6f\xe5\xf8\xd5\x8c\x95\x3f\x5e\x98\x31\xbb\x3f\x7b\xb0\x69\xa6\xa6\xa8\xce\xb5\x8e\x57\xc5\xa2\x76\x13\xc2\x02\x9b\xbc\x62\x65\xa3\x62\x37\x0c\xf8\xa6\xbe\x44\xf9\x60\xda\x81\xe7\x5f\xed\xac\x05\xdf\x8e\x3e\xf8\xf5\xd8\xba\xc5\x07\x3e\xfa\xef\x1e\x5a\xf5\xd8\xfb\x4a\x7d\xf5\xa6\xf4\x55\xc3\x02\x14\xbe\x19\x95\x19\x66\xd9\x04\xe8\xfc\x78\xb4\xca\x2d\x69\x43\xf0\xb0\x46\xf5\x95\xd3\xa3\x9f\x07\x55\x34\x8f\x4f\xab\x0c\x0f\x0e\x16\x6a\x7e\x93\x24\xc8\x98\x96\xe9\xdc\x34\xbe\x92\x5f\x71\x48\x8a\xf2\xb4\xa2\xe1\xdf\x19\x5b\xdb\x38\x75\xac\xc0\x5b\xc6\xf6\x0c\x99\x1b\x30\xb9\x96\xb1\xc3\xed\x4a\x87\xd4\xb5\x3b\xbd\x0e\x05\x19\xa9\xf8\x3f\x6d\xdc\x54\x24\xe8\xbb\xae\x6a\xcd\x3b\xdb\x90\xe4\x7d\xe7\xaf\x3b\x1c\x93\x0e\xf4\xaf\xf3\x3e\xaf\x59\x7a\x30\xbc\xfe\x9d\xf9\xa1\x43\xcb\x85\x62\xc6\x7c\xd6\xdf\x9e\x93\x78\x30\xa6\xe4\xeb\xd0\x8d\x13\x62\xa3\xa2\x4a\x7e\x8c\x5e\xf3\x2c\x6a\x6a\x44\x60\xa3\x45\xf6\xd7\x30\xed\x08\xb3\xe6\xc1\x4b\x85\x82\x17\x46\xec\x6a\x99\x91\x90\xc3\x98\xee\xa1\x99\xb5\x43\x54\x19\xf3\xad\x15\x3b\x30\x64\x15\x63\x2b\xdf\x50\x1c\xb2\xe3\x75\x6f\x8c\x07\xce\xc4\x4e\x09\x1d\x19\xc7\xd8\x5f\xeb\x65\xce\xca\x6c\xef\x92\x79\x78\x5e\x63\xb8\xdb\xb9\xc6\x6f\xb7\x16\x59\x09\x6f\x50\x3e\x54\x5a\xc6\x0a\xd7\x3f\x54\xcf\xd8\x5e\x7c\xee\x49\xea\x75\x9f\xa4\x25\x2b\x2f\xbd\x0b\x3e\x74\x34\xda\x2f\x3b\xf2\xf3\x9b\xad\x07\xc2\xbb\x32\xce\x7c\x53\x28\x7b\x1c\xa2\x92\x7e\xe2\xc7\xeb\x55\x0e\x41\xd3\x53\x35\x1a\xbb\x32\xf3\x7d\xdf\x2e\x0d\x6d\x76\x4f\x05\xef\xc8\x94\xbb\x2d\xd7\x63\xfc\x18\x33\xe7\x9f\xb2\x67\x90\x0c\x63\xa1\x5f\xc9\xbe\x97\x70\xf1\xcf\x11\xce\xef\x3e\xd2\x80\x23\x18\x0f\x19\xcd\x78\x24\xac\xca\x26\x75\x5c\x52\x12\xb7\xb2\xbf\x5b\xfc\xe3\xaa\xd9\xde\xd5\xfd\xb2\x5f\xbe\x1e\x94\xbc\xe5\xec\x02\xaf\xbf\x1e\xdd\xad\xfb\x7a\xd6\xc7\xcf\x64\xff\x94\x8f\xb3\xf7\x2c\xf4\xd5\xaf\x0a\xfc\x2a\xb5\xfe\xb2\xcf\x9a\xd2\x35\xdf\xbf\xac\x79\xee\x35\xa4\x78\x6e\xe3\xa4\x95\xe6\x9e\x33\x56\xe9\x36\xe5\xa6\xcb\x2c\xbe\x9b\xa7\xde\x22\x92\xe0\xb1\xb8\x7a\x85\x78\x2b\x44\xbd\x60\xcc\xde\x42\x64\x57\xff\x58\xc6\x52\xb8\x78\x70\xb3\x15\xc9\x6b\xdc\xcf\x3f\x24\x79\xfe\x67\xc6\xf0\xd1\xfb\x1e\xcf\xe9\x5c\xa2\x3c\xc1\x54\x7a\x4f\x42\xf3\x2d\xeb\xda\x94\xf3\x09\xf7\xbf\x96\xc5\x5d\xac\xe2\xb7\xf7\xff\xf8\xfa\x83\xed\xee\xdb\xf6\xf0\x48\xe8\xcb\xa8\x0d\xcc\xb1\xdf\xb9\x97\xdf\x23\xd7\xb4\x3b\x8f\xd8\xaf\xd7\xe0\x91\x9b\xe5\xb8\x7f\x87\x4b\x53\xf9\xd2\x3a\x27\xab\x8d\x2b\x9a\x6f\x26\xe6\x3a\xf9\xac\xfb\xde\x52\x19\x53\x6c\xdf\xb0\xd6\xb4\xf5\x5d\xf0\x57\xc6\x96\x5c\xeb\x35\xbf\xfb\x39\x39\x39\xdc\x3c\xd8\x91\x7c\x21\xf1\xcf\x38\xa8\xb6\x98\xb1\xe9\x4d\xc2\xda\x47\xf7\x75\x4d\x51\x75\xd0\x3d\xb6\x26\xbe\xad\xc2\x2e\x32\xa8\x3a\x5c\xa5\xe9\x4d\xe4\xe5\xcc\xa1\x0e\x37\x1b\x3a\x8f\x0f\xca\xbb\x6e\x7c\xba\xe1\xc9\x8f\xbf\x73\x86\x9b\x88\xbe\x12\x6a\xac\x59\xb6\xcb\xcc\xf7\x96\x63\x73\x9f\xe4\x34\x0b\xa5\xb3\x6b\x9b\x5f\xc5\x2b\x99\x9f\x39\x12\xd3\xaa\x16\xf6\xd9\xbc\xb6\xda\xaa\x4d\x34\x70\xb8\x85\xd6\xf6\x79\x6d\x55\xbe\x81\x8c\x45\x72\xeb\x40\x15\x5e\xc6\x6e\x4f\xfa\xa7\xff\xad\xbd\x4b\xf2\xf4\x61\xc6\x66\x3c\x11\xde\xbc\xc1\xa0\xeb\x99\x9a\xb3\x4a\xbf\xa5\xef\x3b\x96\xdb\x9d\x76\xe9\xef\x67\xd1\x76\x26\xd4\x2b\x68\xb5\xfd\xf6\xd6\xb4\x8d\xd6\xd1\x7d\x0d\xa5\x5b\x56\xbd\xc8\x8b\x2d\xd3\xc9\x6c\xad\x68\x79\x11\xaa\xa4\x23\xf1\xf5\x61\x6b\x71\xc0\x7d\x5d\x93\xa7\x25\x6d\xfa\x3e\x6f\xf4\xfb\xdd\x32\x6c\xcb\xf5\xde\xae\xfb\xea\xd2\xf4\xf6\x72\x57\x35\xfd\x2d\x27\x15\xdb\xab\x5d\x25\x19\xa3\x5a\x37\x63\x74\x0b\x94\xb1\x66\xbc\xad\xf0\xca\x83\x9e\x7f\x66\x14\x63\xdd\x71\xfb\x46\x3d\xc6\xf8\x6f\x00\xe4\x9c\x61\xee\x6a\xa9\x0b\x67\x45\xac\xea\xea\x6d\x3b\xd4\x68\x97\x87\x6f\xc7\xe3\x80\x00\x87\xbf\xec\xa4\x3b\xe4\x56\x7e\x77\xd7\x33\x4a\x6c\xcf\x38\x66\xe7\xb9\x47\x6b\x63\xbb\xdc\x27\x35\xcf\x4c\x75\x8f\x8e\xb9\xed\xc5\x4e\xa9\x2a\x75\x9d\xd3\x3b\x36\x58\xbc\x52\xbd\xf7\xf1\x71\x47\xb6\x95\x92\xda\x86\xda\x79\x1d\xfb\x2c\x1d\xd4\x6a\x6f\x6f\xe8\x1c\x62\xa6\xce\xd8\xe6\xe7\x5c\x5c\x8c\x7a\x5a\x5f\x4b\xcf\xbf\xc4\x75\x5c\xdc\x2c\x4f\x72\x55\x1f\xc6\xc4\x0b\x47\x6d\x4c\x9c\xc8\x2e\xa9\xfe\x98\x9b\xeb\xbb\xbf\xeb\xa4\x75\xa5\x7a\xb8\xb3\x50\x97\xa4\xd7\x1d\x83\xfe\x56\x0e\x9d\xf5\xc9\x0e\x26\xc3\x0d\x87\x74\xee\xaa\xb0\x31\x8b\xd0\xbc\xd7\x69\x7a\xfe\xa1\x65\x6f\x55\xeb\xce\xb1\xdf\x72\x2d\xd7\x29\xd9\x74\xb6\x74\x26\xeb\x5f\x50\x70\xee\x4a\xea\x12\xd2\x14\x5b\xf4\xa6\xc3\xa8\x6b\xb3\xe2\x21\x39\xa5\x8f\x27\xbb\x96\x2a\xcf\x60\xec\xea\xcc\x7f\xc6\x61\x35\x36\x24\x77\xb4\x91\xcc\x3d\x4d\x32\xf5\x0d\x63\xd3\x53\x46\xb4\x86\x68\xb2\x2e\xd5\xa4\x19\x1e\x6e\xd3\x98\xaf\xb9\xf6\x02\x1b\x9b\x93\x6c\xac\x9b\x98\x42\xb3\x29\x30\x88\xb4\x53\x5e\xa5\x3f\xa2\x6b\x47\xee\x0b\x8d\x16\xcd\xc7\x5d\xc1\x5b\x7b\x69\x57\xa8\xac\xe8\x32\xb9\x78\x4f\x47\x5c\x61\x59\x57\xf8\x3b\x6b\x4d\x13\xb9\xcb\x5d\xcf\xbb\x62\x55\x04\x64\x7b\x31\x7f\x26\xb8\xb0\x4e\xba\x81\x31\x76\x62\x8e\x2e\x63\x2d\x88\x0c\x7a\xa0\x47\xcf\xdb\x3f\x8d\x64\xe1\x53\x92\xf1\xab\x48\x86\xd8\x33\x36\x25\x89\xef\x87\xa7\x15\x63\x8a\x31\x13\xff\xb6\xd3\x64\x35\x46\x3f\x66\xbb\x9b\xf5\x67\x1b\x1d\xb7\x4a\x6a\x19\x5b\x30\xe7\xc0\x8d\xb2\x7a\xba\x1a\xcc\x30\xe5\xef\x45\x1d\xea\xf7\xd9\xa2\x35\x62\xf2\x63\x94\xa3\xd9\xd4\xed\xf5\xf2\xcf\xe4\xb7\xb1\xb1\xe7\xae\xc8\xbf\x5d\x14\xc9\x84\x9e\x26\xc8\xb7\x2f\x08\x60\x79\x4d\x55\xf3\x4f\xca\x88\xb3\x67\x2c\x57\x42\x0b\xef\x09\xe2\x7d\xa0\x9e\x71\x88\xe9\x46\x2d\x85\x89\xdf\x19\x73\xd0\x30\xc9\x9d\xf7\x94\x7d\x74\xec\xe5\x1c\xaa\x0e\x4c\xd7\x2e\x26\x72\xa5\xb9\x7b\x57\xb0\x85\x73\x61\xbd\xeb\x95\xce\xbd\x46\xb2\x07\xb6\xfb\x5c\xed\x1c\xaa\x27\x5c\x73\x27\xa8\xb3\xa3\x46\x53\xac\xa1\x28\x44\xa2\xf3\x9a\x5a\x69\x9b\xb2\xe7\x8d\xaf\x6d\xea\x9b\xdb\x8c\xbd\x66\x3e\x11\xd1\x9a\xd8\xb6\xc2\xb3\xf6\x7a\xa9\x8e\x7d\x5b\xdd\x12\xc7\xb3\xa3\x75\xce\xb5\x17\xbb\xbc\x3b\xb4\x45\xef\x55\xfb\x05\x97\x49\x8c\xf5\xce\x5e\x84\xf7\x15\x25\x74\x17\x79\x0d\x99\xcf\x98\x86\x9f\xdc\x79\xc1\xd1\x8c\xd9\xf4\xd2\x90\x9e\xb4\x97\x31\x37\x05\x83\xf9\x73\x5a\x58\xbd\xdb\x46\x7b\x3d\xf5\x29\x5d\x6f\x9d\x75\x42\xdf\xd8\x1e\xef\xac\xb7\x39\x94\xef\xeb\x75\xe4\x67\x5e\x4a\x56\xdf\xf0\x6e\x62\x74\xef\x8e\x99\x9a\x1d\xcd\x2f\xa2\x46\xb7\xed\xd4\xc8\x6c\x15\x09\x12\x7f\x35\x4f\x7b\x52\xab\x75\x90\xc9\xed\x52\x5d\x9f\xd6\x67\xfe\xcf\xce\xfd\x65\x20\xd6\x26\xe5\x57\x70\xe8\x94\xd1\xc2\xb6\xad\xde\x35\xbb\x72\x8c\xc7\xb7\xeb\x7a\xcc\x63\x6c\xc2\x16\x45\x87\x3e\xa7\x18\x9b\x2f\x25\x33\x97\x6f\x36\x63\x06\x31\x8b\x16\x09\xa9\x30\xe6\x5c\xa4\x18\x39\xc1\x96\x31\x6f\x7e\xbd\x01\x73\x3f\xb3\x56\xbf\xde\x56\xf7\xd5\xbd\x7f\xe6\xa7\xb4\x1c\x07\xaf\x6c\x0c\x4a\xed\xe0\x33\x77\x3e\x18\x14\xdb\xd6\xf6\xb7\xa1\xc4\x43\xbb\xb4\xd4\x76\x21\xed\xba\x26\xd3\x64\x85\x6f\xfb\xb4\x43\x9a\x2f\x44\xaf\xbe\x2f\xa0\xbf\xa4\xc5\x3c\x4a\xf6\xd2\x54\x23\xb9\x96\x27\xe1\xed\x87\x5e\x9a\x64\xb4\x9e\x0e\xaa\xdd\x25\x64\xa6\xd6\xa6\xe9\xbf\xb1\x4a\xc9\xfc\x50\xdb\x35\x9f\x41\x8c\x0d\xfb\x3c\x7f\x7c\xf7\x7c\xc8\x0a\xcf\x37\xe5\xab\x61\xcc\x6c\x8c\xcc\x09\x41\x3b\xc6\x3c\x55\x64\xfb\x8e\xbb\xc7\x58\xa8\x8a\xc6\xb9\x39\xda\x8c\x45\x94\x9b\x7e\x50\x1f\xd4\xe5\xe2\xa7\xb8\x24\xcc\x75\x56\x47\xaa\x2b\xdf\x8a\x84\xa8\xd4\xb6\x83\x56\x17\x0f\xea\xa5\x8b\xb4\x9e\x30\x3c\xf4\x6c\xdf\x0a\xe1\x36\x25\xdd\x85\x8d\x22\xe9\x4b\x6b\xd3\x0d\x63\x1b\x1f\x2f\x6d\xbc\x32\xc5\x74\x53\xd3\xd6\x54\xad\x63\xa6\xe6\x1e\xcd\x8d\x71\x07\x77\xfa\x59\x7e\x6e\x79\x1d\xb9\x61\xe3\x00\xeb\xaa\xd6\xea\x90\x03\xc5\x01\xb6\x85\x6d\x86\x01\xbb\x19\x13\xdb\x27\xd3\xb7\x5f\x1e\x63\x8b\x9e\x48\x3e\xe1\xeb\xcd\x98\xb5\x89\xb4\x8d\xc0\x0f\xc6\x02\x8d\x65\x04\xc7\x79\x30\x96\x78\x44\xfe\xee\xf4\x01\x8c\xa5\x24\x1b\xf0\xab\xbc\xec\x72\x8d\x34\x75\x95\x74\xfd\xd8\xbe\x77\xc9\x5f\x4b\xcf\x27\xf5\x6f\x0d\xb4\xdd\x71\xe0\x6a\xae\x44\xf3\x5a\xc3\xf6\x4f\xdb\x8a\xa2\xbe\x1c\x30\x14\xfd\xde\x91\x2f\x7d\x23\xc8\x7c\x4b\x43\xc2\xca\x3e\x47\x87\xda\x84\x35\x9a\x67\x39\x6c\x6b\xb1\x97\x6a\xba\x9e\x56\x50\xe1\xe6\x28\xde\x7c\x3b\x51\xbd\x68\xba\xe3\xac\xd6\xf9\x11\x17\x73\x0e\x38\x1d\x6f\xfd\x10\x32\x8c\x31\xb1\x1a\x69\xff\x7e\x11\x8c\xa9\x6e\x92\x88\xe4\x3b\xcf\x98\xeb\x21\x49\x79\xc1\x8b\x8c\x85\x5f\x9c\xb7\x7c\xd4\xdf\x8c\x65\xd8\x2f\x2c\x9d\xf2\x85\xb1\x9c\xf3\xda\xfc\xca\xb5\x5d\x31\xe9\x76\xb6\x3b\x5d\x07\xb7\x05\x06\xd8\xc5\xbf\xcf\x1c\xd4\x1c\xe5\x38\xed\xa0\xd2\xda\xe7\xbc\x78\xec\x41\xb6\xa5\xfd\xd7\xd0\x75\x4f\x8e\x4a\x38\x98\x7e\xdf\xbb\x66\xce\xb6\xa7\xce\xb3\x1b\x0a\x72\x1e\x95\x2a\xb8\xa5\x34\x0d\xce\xf0\x5d\xbd\xd9\x4d\xa6\x39\x3b\x79\x49\xc6\x83\xc5\xe1\x2d\x37\x62\xf8\xd2\xc0\xa3\xae\x55\x37\xe2\x3b\x63\x33\x1e\xcf\x2b\xe9\xff\x98\x31\xdd\xd6\x39\x3b\xf8\xae\x32\xb6\x64\xeb\xcc\x01\xc3\x3c\x18\x4b\xde\x3c\xf3\x8d\x50\x1d\x63\xab\xd7\xce\xeb\x14\xc9\x65\xac\x7c\x8c\xd2\x65\xd9\x05\x5d\x05\x25\x6a\x66\x43\x9c\x2b\x5a\x15\xa3\x5a\x42\x73\xf3\x27\x34\xec\x73\xeb\x75\xa0\xcf\x56\xb1\x8f\xa2\x96\x1e\x1f\x3e\xef\xbc\x7b\xaa\x8f\x4b\xe6\xe7\x1f\x9b\x77\x6f\x6e\xf5\x78\xf1\xf5\x6d\x39\x14\x8d\xf3\x96\xfd\xa1\x53\xe8\xbf\xb2\xc8\x27\xa0\x71\xec\xca\xf2\xa5\x33\x7d\xd7\x35\x9d\x5b\xe6\x19\x6f\xef\xb7\xa3\xb9\x23\x31\x35\x7a\xa9\x6f\x5e\xeb\xa4\xa8\x85\x8c\x49\x18\xce\x5b\x3a\xc8\x8b\x31\xe3\xc1\xe2\xef\x86\x64\x33\x16\x30\x71\xca\x43\xbe\xfd\x8c\xad\x98\x2a\xb6\x7c\x98\x2b\x63\x55\x09\xd3\x72\x47\x9e\x64\x6c\xef\xb9\x05\xd3\xe7\xe9\x77\x75\xed\xde\xa1\x3b\xd5\xe6\x78\x4b\x67\xbe\x9f\xe7\x99\x82\xa7\x5f\x03\xbc\x4a\xf7\x59\x1e\x2e\x3d\xdb\xe8\xb9\xf8\xcd\x8c\x63\x13\xd7\x7f\x0e\x74\xfe\xb8\x77\xb7\x75\x4e\x75\x68\xda\x97\x39\x55\x7b\x97\x0d\x0d\x9d\xff\x3d\xbb\xf8\x75\xbc\x43\xd8\xa8\x86\xb5\x79\xfa\x91\xb5\x61\xea\x8d\xed\x99\xfb\xc2\xb6\x04\xaf\x68\x7e\x91\x34\x33\xf8\x7a\xf0\x90\x96\x8e\x68\x49\xc6\xe6\x9b\xcf\x7a\x3c\x70\x15\x63\x76\x0b\xa6\x96\x0e\xae\x60\x2c\x6a\x3b\xc5\x1b\x25\x05\x5c\x3e\xe4\x66\x2f\xe4\x63\xbf\x2a\x3c\x8b\x7f\xe2\x7b\xb6\xf9\xaf\x44\xa5\x18\x83\xa8\xef\x33\x4f\x35\x5b\xbd\xcc\x1d\xb6\xab\xa1\xf0\x47\xae\xfd\x19\xb5\x8c\x90\x15\x4f\x5e\x08\x9f\x1f\x96\xe4\xb4\x7c\xef\x87\x83\x7b\x83\x63\xba\x96\x06\x7f\x89\xaa\x6c\x0a\xdf\x90\xf6\xf2\xfb\xed\xa2\x57\xa1\x0d\x49\x02\x0d\xdf\x73\x8e\x06\xde\x4d\x2c\x69\xfa\xbc\x74\x57\x80\x6d\x5c\x47\xcb\xa0\x44\x6d\xdf\x77\xb1\x8a\xad\x0b\x22\x0f\x33\xa6\x78\x66\x9a\xec\x80\x58\xc6\xdc\x3d\xfa\x4f\xe8\x7e\xde\xf2\xdb\xf4\xfc\x1d\xfe\xbf\xe7\x85\xbe\xde\xe2\xf7\x07\xe8\xf0\x66\xb2\x32\x8f\x65\xe7\x5f\x6f\x6a\x9c\x62\xb8\x25\x46\x61\x59\xe8\x73\x81\x84\xd8\x5d\x85\x8b\x55\xee\x6e\x78\xa7\x7c\x70\xa8\xe7\x8a\x83\x06\xf5\x32\x9b\x73\x3d\x47\x6c\x89\xf8\x3e\xbd\x64\xb9\x67\x61\xd9\xfc\x06\xb5\xfc\x69\x4b\xf2\x0a\xa7\x35\x45\xa7\x6f\x58\x5c\x59\x70\xa4\xf9\x42\x92\x8f\xfb\x95\xec\xec\x56\xe1\xa8\x09\x6e\x03\xb2\x3e\xb5\x7e\x0d\xd1\x61\x4c\x2f\x72\x02\xeb\x7b\x8d\x31\xba\x0d\xcd\x58\x59\x3a\xc9\xf3\xd5\x24\x3f\x20\xd6\xf5\x47\x19\x63\x83\xc3\x01\xfe\xea\x60\x46\x0b\x60\xc1\x90\xad\x7d\xdb\x2f\x99\x38\x79\x1c\x8b\x88\x6a\x6c\x8f\x0e\x5f\xf9\xd4\x7e\xea\x8f\x69\x57\x5b\x8a\xc5\xcc\xa3\x5f\xef\xfa\x31\xb4\x20\x86\x97\x7f\xb1\x15\x3b\xb6\xa0\x29\x7a\xe9\x13\x9b\xa0\xbd\x6a\x2d\x73\xe3\x62\x6c\x17\x6c\xad\x6c\x1d\x12\x69\x6b\x2b\xb0\xe1\x69\x6b\x63\xb0\xb4\xad\x5d\xa9\x58\xdb\x66\xbf\x19\x8c\xd9\x7e\xa7\xe7\x2d\xd7\x21\x79\x50\x8d\x64\x1d\x22\x1a\x1b\xe7\x90\x7f\xb9\xd9\xcc\x18\x1c\x06\xd8\x37\x94\x5d\x9e\xff\x68\xf6\x99\xdc\x3d\x9d\xa1\xa6\xa7\x2d\xb5\xfd\x56\xb6\x15\x86\x4d\x0d\xfe\x6c\xbf\xac\xd5\xac\x6a\x6e\x8c\x96\xfe\xc6\x96\xbe\x3f\x9c\x13\x44\x74\x4f\x35\xe8\xb4\x84\x46\xb8\xe8\x5f\x7d\x32\xbe\x55\x25\x64\x93\xa1\xc4\x0d\xcb\xd6\xcf\x01\x97\x0c\x2b\x4e\x7f\x6b\x7b\xe0\xe5\x67\xa4\x79\xf8\x48\xbb\xc9\xe2\x06\x63\xbe\x6a\xc5\xf6\x3d\x6e\x82\x8c\x05\x16\xd1\x73\xd7\x3f\x23\x49\xcc\xaa\x1d\xc2\x5c\x1e\xa4\x90\xe4\x9e\x20\x92\x6b\x95\xd8\x8f\x05\x97\xc5\x27\x27\x04\x75\xc5\x99\x7e\xd1\x3e\xb2\xf8\x6a\x47\x4b\x40\x88\x7d\x91\xcd\xe2\x0e\x8f\xbc\xd3\xae\xcb\x0c\x54\xdb\xcf\x9d\xd9\xea\xa1\xa9\x71\xbb\x3d\xbb\xed\xf3\x62\x71\xb5\x9c\x8e\x65\xed\x4d\xf6\xaa\x6a\x25\x9f\xef\x76\x28\xd8\xaa\xaa\x7b\x3c\xdd\xda\x11\x6f\x9d\xad\x21\xfd\xd7\xad\x8e\xa3\x96\x67\x35\xe2\xae\x4c\xe8\xec\x6f\x3e\x98\xb1\x15\x3b\xb9\x75\xf8\x40\xb2\x0b\x6f\x80\x3c\xe0\xfc\xfd\xc1\xd9\x24\xcb\xb2\x18\x13\x7e\x33\xb0\x26\x5d\x93\xb1\x05\xed\x62\x4a\x81\x33\x99\x8a\x89\x94\x9c\x8b\x63\x61\x57\x88\xa7\x92\x8e\x9c\xa5\x68\x97\x60\xf2\x7b\xa3\x49\x06\x83\x3b\x37\x56\x66\x98\xfd\xa5\x21\xdd\x19\x74\xb5\xc3\x5c\x41\x39\xb8\x73\x43\x6b\xbd\xf1\x46\x85\x96\x2e\xdb\xce\x0f\xda\xe3\xe5\xea\xbb\xee\x77\x85\xa8\x64\xca\x2b\x7f\x19\xd6\x65\xa4\x36\x4a\xce\xf2\xc5\x8b\xae\x95\x4a\xc7\x18\xab\x3e\x4b\xcf\xff\x8c\x7a\x59\xcb\x8d\xff\x58\x20\xc9\x75\x26\x24\x93\xaa\x49\x46\x14\x30\x36\xbf\x4c\xf8\xb2\x87\x25\x3b\x6a\x60\x3a\xcf\xd4\x7a\x32\xd3\x74\x09\x5d\x94\x63\xa2\xcb\xf8\x22\x5f\x29\x5d\xd2\x8d\xea\xfa\xba\x52\x5b\x25\x57\xdd\xad\xeb\xe0\xf6\x7e\xea\x0e\xca\xde\x5d\x41\x57\xfc\xb5\x16\xc8\xab\x74\x1d\x78\x77\x4b\xf5\xc2\xa2\xe9\x6c\x41\xd7\x03\xf9\x59\x32\x87\xd8\x35\x16\x23\xb9\x5f\x4a\x8d\x31\xd6\x28\xae\xcf\xd8\x23\xbc\x01\xfa\xfe\x33\x17\x87\xc6\x91\xdc\x50\x46\x72\x39\x3f\x87\x37\xe8\x43\xd2\x4b\x97\xb1\xb9\x25\x82\x23\xec\x73\x18\xd3\x56\x9e\xf2\xd4\x74\x05\x3b\x6a\x37\x76\xee\x0e\xfd\xd7\x6c\x9b\x5f\x2f\xc9\x7c\xad\x7b\xac\x20\xa1\x6a\xbe\xa8\x9a\x04\xf3\x5e\x6d\xbb\x30\x58\xd1\x88\x39\x6c\xff\xb6\xf0\xa4\x9c\x20\x33\x3c\x7b\x51\x56\x63\x41\x27\xf3\x7f\xf4\x4d\xe6\xb1\x4c\x35\xdb\xd5\xec\x24\x75\x53\xba\x3b\x12\x7e\x3a\xab\x0f\x4f\x0f\x7f\xc6\x81\xf5\x24\x57\x4a\x90\x0c\xdf\x47\xd2\x31\x9c\xa4\x9d\x39\x63\x33\x15\x86\x86\x9b\x0d\x64\x4c\xa5\x43\x38\x5e\x3f\x0c\x4f\x40\x47\xb4\xea\x18\x73\x9d\x31\x2d\x4a\x53\x80\xbd\x0a\xd1\x9e\xf5\xff\xf1\xf5\x25\x60\x35\x76\xdd\xdf\xcb\x90\x06\x95\x34\x48\x73\x11\x0d\x2a\x0d\x9a\xe7\x79\x9e\x93\x4a\x33\x89\x94\x44\xa1\x24\x45\x99\x32\x24\x85\x42\x42\x23\x4a\x99\x49\x85\x90\x4c\x99\x87\x48\x42\xc6\x24\x53\x34\x9c\xb3\xbe\xeb\xec\x7d\x9f\x07\xcf\xf3\xfe\xbf\xf7\xba\x9e\xeb\xe7\xf4\xd6\x59\xeb\xde\x7b\xdf\x7b\xfd\xf6\x5a\x6b\xaf\xf5\xd3\x62\x32\xf6\xad\x5e\xaf\xae\x67\xba\x12\x5f\xe4\xe9\x68\xa4\x1a\x7d\xc7\xe6\xf2\x55\x5a\x35\x06\xaa\x78\xae\x5e\x7f\xaa\xbf\xee\x37\xec\x6c\x7d\xa5\xe1\xaa\x2b\x8b\x7d\x5d\x1b\xa6\x54\x72\xbe\xdd\x46\x9b\x33\x2f\x02\xab\x4d\x49\x7f\x21\xad\x83\x66\x8a\x02\x9f\x11\xed\xed\xed\x4c\xa4\x8a\x10\xbd\x34\xdd\xce\x4c\xb2\x42\x9c\xf1\x20\x30\xc5\x70\x3c\x3e\xf6\xdf\x91\xf0\xc6\xd1\x13\x6d\xbc\xbe\x6e\xb5\xf5\x6b\x65\xe7\xbb\xd4\x1c\xb7\x0c\x53\x67\x3b\xd8\xbd\x7e\x34\x22\x32\x9a\xad\x64\xfd\xf1\xe7\xb7\x59\x1d\x6c\xb6\xa5\xef\xd0\xa8\x80\xd7\x1f\x17\x5a\xcd\x18\x52\x08\xf8\xf1\xb8\xd0\xe6\xfc\x90\x6c\x50\xe0\x8d\x99\x76\xbc\x43\x91\x01\xeb\x2e\xee\xb1\x93\x1d\x7a\xeb\x7b\xe9\xb4\x97\xc3\x70\xd6\x48\x5f\xab\xdf\x7a\xfc\xc3\x43\x0c\x8d\x05\x05\x7b\x11\x9d\x35\x2d\x62\xc7\xdd\x47\xf4\x57\x76\x28\x98\xa0\x86\x18\xb4\x6e\xc6\x48\x83\x57\x58\x15\xf4\x29\x36\xd9\x25\x9d\x3d\xe0\x9b\xbf\xa5\x2a\x30\x8f\x3d\xd2\xed\xf6\x49\xf1\x39\xad\xac\x93\x0e\xc6\x6d\x4b\xe6\x59\xb0\xee\xd9\xac\x1b\x70\x8d\x8e\x1f\x14\xb6\x76\x1a\x9c\x10\xfe\xae\xf3\x96\x9d\xc8\xa0\xc8\x2c\x8d\xd6\x17\x0e\xa5\x83\x0e\x91\x27\x9b\xe2\x1d\xd7\x0d\xbe\x0e\x15\x39\x63\xe4\x84\x43\x7a\x33\x9f\xd6\xec\x77\xde\x3b\x54\x32\x83\xb3\x2b\xa4\x9b\x92\xbe\x4b\x8a\xd2\x46\x17\x47\xa6\xfd\xf6\x87\x78\x68\x1b\x76\x88\xdd\x44\x0c\xcb\xb1\xe9\x9a\x90\x86\x38\x6b\x9a\xcf\x7a\x83\x1a\xdc\x14\xb6\x23\xca\xda\xcd\x9b\x9d\x19\xe0\x91\x2d\x15\x5e\xc9\xda\xea\xd1\x7e\x42\x31\x76\x06\x4b\xd3\x71\xf4\xf3\x27\xf1\xc2\x2c\x63\xdb\xae\xfe\x98\xb8\x9e\x4f\x3f\xec\xd4\x07\x8c\xe6\x49\x3e\x3c\xeb\xf8\x72\x40\x67\xbe\x44\xf3\x75\xe7\xf3\x03\x4d\xd1\xf5\x5c\x7f\x58\x75\xbe\xfb\x86\xc1\x8b\xe1\x1f\x4a\xdb\xdd\xbb\x86\x66\xcd\x0c\xe7\x8c\x87\xd1\x4e\x8e\x1e\x5c\x1e\x62\x39\x7c\x9a\xab\xb0\x0e\xe2\xf4\xc3\xd3\x6e\x89\xe5\x21\x46\x2f\x35\xb7\x54\x68\x47\x9c\xbf\xc7\x4d\x55\x4f\x09\x3d\x67\x1f\x8c\x8c\xf4\x1e\xc5\x16\x9b\x79\x6e\xdd\xed\x39\x4d\x43\xaf\xbd\x3d\x8e\xbf\x58\x7c\x6f\xb0\xdf\xe9\x4a\x97\x51\x4a\xc6\xd0\x62\xfb\xc5\xbf\x5c\x93\x56\xbc\x50\x75\x7a\xfe\xeb\x5c\xe2\xb5\xeb\xb7\xdc\x16\xf7\xab\x2c\xde\x5e\x77\xd6\x33\xb4\xff\xd2\xc2\xc4\x23\xe7\xbd\x12\x06\xce\xce\xeb\xa8\xf8\xec\x75\x77\xd0\x2b\x2a\xb8\x68\xa5\x8f\xfe\x60\x77\xf8\x7c\x8e\x1e\xfa\xe4\xbe\xbc\x2a\x5b\xaf\x91\x77\x0e\xa2\xed\x43\x1d\x1d\xa1\x8d\x88\xc1\x8b\x75\x1e\x88\x8d\x46\x8c\x7f\x6d\x9c\x20\xff\x0c\x71\xc9\x74\xc7\x1a\xdd\x56\x9c\x1e\xa7\x1c\x6a\xe5\x9d\xc5\xda\x16\x7e\x62\xd5\x50\xec\xab\x21\x25\x5f\xa9\x93\x3b\x96\x1b\x0f\xf4\x38\xb5\xf5\x9e\x5d\x55\xdc\xe3\xe0\xec\xd5\x77\x66\x25\xeb\xae\xab\x87\xcd\x4f\x87\x95\x22\x0d\x83\xde\x95\xbf\x1c\x52\x16\x1e\x3b\xea\x73\xbf\x7f\x7a\xe2\xd4\xb2\xc0\xe9\x91\x03\xe3\xe2\xf3\x8a\x92\xa6\x1f\x1d\xf8\x3c\xcf\x71\x7b\x8c\xff\xf7\xc1\xc4\x28\x7d\xc4\x61\x23\xf4\x86\x71\xf4\xd0\xcc\xd7\x78\xc4\x37\x02\xd1\x2d\x70\xaa\xb0\xd0\x20\xe2\xac\xb5\x53\xd3\x45\x9f\x22\xa6\x8c\xd4\xbd\x25\x33\x02\x31\xe3\xb0\x8d\x97\xf6\x11\x8c\x5d\x76\x22\x20\xde\xeb\x22\x4b\x70\x0e\x7f\x6a\xc6\xa2\xda\x41\x3e\x7f\xcb\x13\xdb\x32\xcb\xb9\x7e\xb1\x67\xbd\x1e\x3b\x7e\x38\xaf\x87\x4b\x52\xbe\xbb\xfb\x02\xb3\x42\x8e\xc9\xf9\x7f\xfc\x99\xb9\xf2\x47\x19\x4f\xa0\xd5\xaf\x82\x14\x91\x3d\x35\x81\x7b\xfa\x4f\x2c\x7a\xbd\xed\xc2\xcc\xc5\x03\xf1\x71\xef\x36\xdd\x99\x39\x34\x38\x6a\x5e\x18\xe2\xc8\xf9\x5a\xa4\x3e\xd9\xd4\x07\x9a\x1b\xf8\xb6\x23\x7a\x2d\x57\xbb\x3d\xfa\x14\xe2\x02\x77\xd5\x6d\x63\x36\x23\x66\x65\x6a\xd4\x4a\x46\x21\x6e\xee\x33\x99\xa7\x5e\x89\xc5\xeb\x4f\x7b\x7e\x76\x0f\x1d\xb2\x8f\x9b\x9e\xc8\x9b\x62\xd1\xbf\x20\xb0\xe3\x84\x71\x8e\xf9\x27\x75\x8f\x77\x5f\x8e\xee\xa8\xbd\xb6\xcf\x7f\xc2\x37\x9b\x6d\xe7\x8f\x89\xcd\x5c\xfe\xfd\xfb\xa6\x5d\x25\x93\x43\x77\xf6\xcd\x5e\xab\x53\xb8\x2f\xf4\xe3\x2f\xd1\x34\x9e\x5c\x95\x70\x81\x7e\xd1\xa5\xdf\xd7\x7b\x47\x6c\xef\x7f\xb7\x28\x78\xd5\xe4\x08\xd6\xc0\xf5\xf9\x65\x88\x82\x37\x35\xa4\x39\x7a\x18\x5e\x56\x15\xe3\xdd\x80\x18\x92\x31\xc1\x80\xaf\x1b\x31\x35\x81\xee\xb3\xf9\xb5\x8a\x2b\x85\x02\x11\x0f\x94\x6a\xaf\x9c\x30\x17\x1f\x17\x67\x3b\x14\x38\xdd\x1c\x3c\xb6\x7a\x5c\x74\xf1\xca\x57\xaf\xf5\xa3\x3e\x1d\x56\xdf\x7b\xe8\x8a\x74\xa8\xfc\xa7\x7b\xe5\xb5\x07\x8b\xa2\xa2\x7b\x13\x8b\x97\xff\xc3\xc3\xe6\xcd\xab\xf8\xb1\x71\x63\x62\x56\x65\x4c\xfa\xcf\xc9\x99\x96\x2b\x4f\xc7\xf8\xfc\x5a\x90\x7a\x2c\x45\x3e\x26\xb4\x3f\x6e\xc9\xc4\xa4\xda\x79\x0d\x03\xfe\xf1\x29\x88\x0a\x86\xaa\xee\x23\x44\x11\xed\x15\x15\xa7\xf2\x64\x20\xce\x9d\x3c\xec\x3d\xf1\x43\x64\x53\x3d\xaa\x18\x1e\x70\xfe\xb3\xfc\x64\x21\x49\xc4\xcb\xf5\xc6\x5e\xa6\x13\xdb\xd7\x1e\x79\x14\xa0\x90\xa2\x59\x1e\xb8\x25\x79\xc3\x9d\xca\xa4\x35\x2a\x19\x97\xdf\x2b\x9d\x74\x4f\xd3\xcd\x58\xd3\x73\xa2\x7c\x5e\xca\xc8\x15\x2e\x5f\xd7\x15\x4a\x26\x65\xaf\xb0\xfd\xde\x9e\xa3\xb0\x48\x30\x25\xea\xa7\x64\xe6\xcd\x78\x9f\x65\x25\xbf\x96\xa7\x6e\x88\x9b\xb8\x24\xa9\x3f\x3f\x49\x61\x7e\x40\xe2\xcb\x81\x99\xf1\xd1\x88\x13\x07\x26\x2a\x8c\xe8\x41\xa4\x37\x77\x10\xd3\x18\xb9\xe5\xe2\x4c\x3c\x84\x19\x97\xae\x05\x10\x02\xf0\xd1\xba\xa7\x49\x73\xa7\xca\xc2\x7a\xdb\x76\x59\xf7\xe9\x51\x43\xab\xc6\x5f\xbf\x9c\x2a\xbb\x63\x6f\xe4\x83\x66\x87\x97\xe9\x07\x04\x22\x4d\x8e\xb7\x7c\xf5\x2d\xf0\x9e\x65\x59\x5a\xfa\x63\xd4\x66\x9f\xc8\x67\xbb\xef\xf4\x7d\xca\xfc\x10\x59\x99\xf7\xfa\x57\x78\x6a\x65\xc4\xce\x2d\x3b\xfa\x73\x13\x1f\x86\x8f\xdb\x64\x3f\x10\xba\x60\x28\xbc\x71\x8d\xf7\xe0\xa8\x79\x6d\x88\x7a\x0e\x7c\x62\x1c\x39\x73\x2b\xa9\xbc\x9d\xb6\x7f\xfb\x21\xde\x90\x1b\x64\xef\x18\xfb\xdb\xd2\x8a\xa8\x2a\x23\xa3\x76\x80\x87\xc5\x72\x8a\x73\x8f\x8c\x9f\xd3\x9f\x9d\x14\x9c\x7c\xda\xb7\xff\xa7\xcc\xad\xe4\xac\x16\x8f\x75\x6f\xc6\xf5\x95\xaf\xe2\xf3\x56\xbc\xf9\xfc\x17\xdf\xf2\x12\x9f\x67\x0d\xfb\xfa\xf9\x96\x4c\xf1\xc9\x3a\x1e\x33\xe0\x12\x77\xc8\x6f\x61\x65\xfd\x40\x7d\x4c\x83\xdf\xd4\x03\xbc\x83\x4b\x67\xbf\xf7\x5b\xb3\x5b\x6d\x70\x28\x7c\xf1\xef\x71\x58\xc7\xc4\x61\x4e\xea\x32\x3c\x88\xdc\xf4\xfa\xc0\xd8\xdf\x2b\xf9\x14\x0f\x6e\x46\x54\x39\x2c\x59\xb1\x3e\x12\xc7\x3a\xb9\x99\x1f\x8e\x3a\x3f\x74\x69\x41\x4b\xc8\x7d\x1f\xf6\x60\x57\xb9\x6e\xd4\x2a\xc7\xf6\xc1\x31\xaf\x3f\xce\xf3\xb5\x13\x19\x68\x1e\xf4\x0e\xef\xb7\x4f\x78\x29\x3e\xb8\x3b\xec\x80\x63\xe8\xed\xba\xc1\x87\xa1\xfb\x1c\x3a\xae\xac\x1e\xda\x10\x30\xdb\x49\xe6\xdc\xd9\xa1\xf3\xfe\xd7\x9d\x5c\x8f\xc5\xb3\xf4\x7c\x82\x11\x63\x19\x3d\x2a\x7c\x29\x3e\x21\x3c\xa0\x87\xe1\x41\x2d\x89\x14\x2b\x98\x9b\xd5\x39\xfd\x88\x93\x0f\x8b\x89\x2f\x79\x84\x07\x1c\x3d\x74\x47\x86\x4c\x65\xa7\x45\x6b\x38\x66\x7a\x9e\x61\x0b\xe5\xfc\xf0\x50\x74\xdc\xc8\xca\x3b\xd9\xe3\xb3\xcb\x5a\x88\x15\xf1\xe6\xa7\x4f\x33\x37\xde\x62\x16\xfc\xdd\x8f\x2d\x60\xbf\xd2\xec\xd3\xab\x0f\x6c\x5e\xfb\x27\xe6\x35\x8f\x78\xd8\x12\xf6\xcb\x2d\x2c\x6e\x9c\x61\xeb\xdb\x99\xfc\x8e\x53\xde\xd0\xfc\x93\x07\xde\x5c\x49\xb1\x8a\xe1\x1d\x39\xaa\x14\x53\x5b\x11\x95\xa7\x0b\xab\xcd\x9d\x8b\x6c\xbb\x47\xaa\x23\xfc\x2d\xd1\x2f\x7c\xbe\x51\xa0\x5b\x08\xca\xa7\x1b\x9a\x67\xd8\xdf\x64\xf7\x14\x16\x58\xf9\x59\xfa\xb3\xeb\xea\x3f\xdb\xe8\x9b\xb6\xb2\x8b\xba\xbe\xd8\x0a\x1a\x07\xa2\x26\xfb\x96\x69\xc3\xb4\x4f\xf8\x0e\x0b\xa6\x56\xeb\x4d\xf8\xd9\x82\x67\x34\x0e\xe9\x9e\x79\xdf\x86\xe5\x1a\x1d\x88\x75\xe4\x4e\x17\x6b\xd1\xaf\xb3\x7f\xf2\xc0\xa3\xee\x8c\x1f\x84\xb1\xff\x29\x0c\x2f\x8a\xbc\x8d\x28\x7c\x14\x20\x44\x1f\xd1\xaa\x54\x41\xcf\xe3\x07\x3e\x08\x8a\x9f\xf2\xc5\x49\x17\x2f\x2d\xec\x9f\xea\x65\x6b\x84\x7b\xd7\x36\xe8\x09\x9b\x8b\xe3\x8e\xe2\x28\x3d\x6b\x13\x21\x9c\x57\xe7\x65\xe0\x64\xb0\x12\x33\x1e\x49\x4c\x0b\x98\xd6\x89\xcd\x7d\xf6\xda\xdd\xba\xe1\x88\xf8\x55\x2d\x47\xeb\x14\x22\xa2\xd2\x19\x6e\x3c\xea\xc9\x45\x86\x07\x76\x32\xf1\x30\x66\x3d\x64\x30\xeb\x73\x2e\xd3\xe9\x3f\xc4\x0b\x51\x71\x3d\xef\x3d\xef\x34\x44\x93\x4d\xe3\x12\x9c\x2f\x21\x7a\x2f\x9a\xb0\xd0\x3e\x1d\x71\x4e\xac\x8a\xbd\x95\x2a\x62\xe2\x4b\x15\x05\xd3\x49\x88\xd9\xd5\x6a\xe3\x0d\x6b\xb1\x7f\x8f\xa5\xda\xb9\x69\x42\xf8\xeb\x58\xb8\xda\x5e\xdd\x39\xd8\x7b\xad\x54\xfd\x90\x4e\x3d\x0e\xbc\x98\xaf\xfe\x56\xfb\x31\xe2\x60\xba\xca\xf0\x4e\x66\xfc\xeb\xc6\x52\xdc\x2b\xce\xf0\xb0\xe1\x14\x17\xf6\x52\x0c\x8c\xa5\x68\x3d\x9e\xa2\x9d\x17\xe2\x54\x59\xc1\x4c\x1b\x39\x44\xc7\x29\xe3\x17\x5a\x94\x21\x06\x4e\x92\x39\x66\x16\x8d\x38\x4f\x44\xfe\x9d\xd1\x17\xc4\x64\x25\xc5\xc5\x06\xb3\x11\xd7\xed\x9d\x20\xa9\xfb\x03\x71\xe7\x97\x09\x7c\xba\xf6\x88\x95\x9a\xca\xa7\xa7\x4a\x20\xd6\x0b\x4f\xf4\xd4\x6c\x44\x6c\xb5\x99\xd0\xc5\xf9\x56\x47\x1d\x52\xe7\x21\xdd\x4c\xff\x4f\x1e\xa2\xfb\xc1\x78\x83\x60\x1c\xa2\x7d\x98\x5d\xa6\x54\x3b\xa2\xfb\x5e\x5f\x59\x95\x2c\x44\x77\xb1\x38\x39\x7d\x09\x44\xa7\xa1\xcd\x8f\x6d\xb6\xe2\x45\xdb\xcc\xa3\x8e\x2e\xef\x71\xa3\xc5\xd5\x27\xd7\x3c\x79\xf0\x94\xd9\x51\x96\xa2\xc7\x48\x44\x13\x60\x8f\xb4\xfd\xd9\x5d\x69\xcc\x66\x8f\xb1\x2d\x7e\x3a\xdc\xd4\x91\x2d\x68\x17\x76\x23\xcc\x7c\x21\x8b\x65\xff\xab\x69\x97\xf9\x2e\xb6\xb1\xad\xfb\x99\xcd\x16\x17\xd8\x81\x36\x8a\x1c\x3d\xec\xb3\x99\x3a\x56\xe6\x7f\xf2\x10\x63\x59\x23\x5f\xe1\xef\x88\x0e\xaf\x6c\x52\xc7\x7f\x46\xf4\x3e\xe2\xbd\x46\xfd\x25\xa2\xf7\xaa\x79\x0b\x8d\x15\x91\xe5\x1a\xb4\xd1\xc4\x3e\x05\x77\xdb\x15\x1c\xfd\xe0\xfe\x09\x67\x59\x66\x3c\xb5\xf5\xbe\x8d\x7b\xcd\xc5\x87\x06\x3d\xb3\x7f\x4a\x98\xbe\x63\x2d\x74\xb9\xf1\xd2\xd9\x7c\x3f\xcb\xc3\x5d\xe5\xae\xbb\x65\x38\x2b\xd4\x3d\xb4\x19\x2c\xdd\x59\xd7\x9d\x1e\x9f\x73\xb6\x3a\xcd\xea\x76\x7c\x77\xec\xa7\x55\x3a\xdb\xce\xb6\xf6\x37\x1f\x03\x30\x7c\xfd\x27\x0f\x31\x1b\xd2\x8f\x16\xf6\x47\xf4\xf0\x34\x7b\x26\xe9\x82\xe8\xff\xd5\x63\x96\xfa\x1c\x44\xbf\x1d\x73\x34\x4d\xe7\xe3\x63\xf7\xc3\x1b\x52\x9d\x9e\x61\xa8\xc3\xdc\xa3\x8f\x7c\x56\xb3\xbf\x5a\x0d\x74\x5a\x07\xbc\x45\x2f\x0b\xcb\xa1\x55\x7e\xee\x9f\x64\x2c\x1a\x87\x2a\x7d\x37\x3d\x65\x59\xb2\x87\x1e\xf8\xd4\x5f\x1f\x6b\x33\x82\x35\xdc\xfb\x67\xe3\x13\x9b\x22\xd6\x6c\x8f\xa0\x13\x43\xb6\x77\x58\xbb\xdc\x12\x0e\xc7\xdb\x5d\x62\x75\x38\x97\xfd\xa1\x87\x9e\xbe\x3b\x07\xd5\x9e\xe9\xe9\xf1\x56\x20\xda\xd4\xea\x2c\x12\x5a\x82\xe8\x27\x67\xf8\x58\x62\x3a\x62\x50\x9d\xd3\xd7\xc9\xeb\x10\x03\x35\x23\x6d\x2d\x23\x31\xc7\xfb\xf4\xda\x48\x8f\xeb\x38\xdc\x69\xf2\x09\xb5\x80\x22\xf6\x16\xeb\xf6\xb7\xd3\x43\xa3\x58\x5f\x2d\x13\x07\x07\x03\xa7\x77\x75\x5a\x0b\x0f\x89\x06\x5e\xbb\x5b\x61\x3b\x7d\xc8\x22\x30\xa5\x69\x9b\xbd\xe6\x50\xee\x0c\xc7\xba\xe9\xf6\x41\x2c\xf0\x35\xa9\xb6\x70\x8c\x64\xb9\x78\x3d\x29\xf9\xee\xf4\x9c\x95\xe5\x51\xc3\xd1\xc3\xf4\x04\x1d\x0f\x2d\x52\x7f\x52\x2b\x5e\x3b\x9b\x9f\x07\xd1\xf1\xbb\xe6\x1b\xc1\x2d\x88\x33\x6d\xf4\x0a\xc4\x85\x11\x23\xc7\x3a\xac\x50\xf1\x46\x0c\x5e\x13\x5c\x6d\x35\x0a\xdd\xa6\x0f\xcb\x92\xf2\x7d\xc2\xce\x77\x29\x38\xbe\x33\x6c\x32\x5b\xd8\xa6\xb1\xe7\xe1\xec\xc6\x6f\xb2\xd6\x6f\x06\x15\x23\x16\x3e\x55\xb7\x0b\x1b\x0c\x8e\x18\xd7\x32\xcb\xe1\xdc\xe0\xe9\xb0\x69\x75\x9a\x4e\x9f\x86\xc4\x82\xbb\x6b\xba\x9d\xdf\x0d\x6d\x0a\xe8\x2a\x73\x75\xf9\xc6\xe2\xf5\x5b\x50\xd4\xef\x72\x9a\x95\xe5\x29\xfc\x7b\x5d\xf0\x77\x6a\x5c\x21\xf6\x5f\x7e\xca\x39\x8e\xdd\xf7\x2e\x50\x5b\x3a\xfa\x08\x62\x54\x84\xa6\xc7\xd8\x3c\xc4\x38\x07\xcb\x3c\xe5\xa5\x88\xd1\x37\x67\xc8\x59\xed\xc7\x31\x81\x87\xd2\xf4\x67\x34\xb1\xfa\xdc\x95\x4f\x34\x44\x6f\x64\x4d\xb3\xe3\xf9\x65\xb7\x40\xf9\xe5\x4d\x87\xcc\xfe\x9b\x71\x92\xd7\xbb\x5c\x16\x0e\x48\xc4\xde\x39\x67\xec\xe6\x37\xf0\x3a\x7a\xdb\x11\x65\x8f\xb5\x83\xf3\x66\xf3\x97\x96\x79\xa6\x0d\x62\x98\xed\x6e\x09\xaf\x5b\x43\x29\x33\x85\x77\xd8\x7a\x7e\x61\xf1\x4e\x0f\xf9\xcd\x0b\xe5\xc2\x35\xc5\x87\x1f\x47\xb4\x74\x9d\xe8\x37\x6a\x2e\x62\x58\xab\xc2\x16\xde\x04\xc4\x44\x5f\x95\x94\x31\xfb\x10\x57\x88\x4d\x3b\x22\x77\x03\x71\xe9\x72\x4f\x7e\x8b\x66\xf6\xc2\xc8\x11\x49\x0e\x11\xc3\x87\x7a\xbc\xde\x9c\x78\xb8\x38\xe2\xe3\x4d\xe7\x89\x3f\xb5\x56\x6c\xbd\x6e\xef\x19\xf8\xf3\xc8\x0a\xcd\xd3\x6e\x3e\x7d\xbf\x8a\x97\x95\x55\x76\xfb\x7d\xeb\xbf\x9a\xb0\x6b\xcf\xa2\x19\x7a\x03\x79\xb1\x76\xdb\xcd\x66\xac\x1d\xf4\x9a\xb3\x34\x67\x93\xff\x8f\x21\xc1\xb0\x81\x0d\xf3\x66\x78\x0d\xad\x9d\x39\x9b\xa3\x87\x26\xd1\xe3\x1f\xfb\xaf\x20\xe8\xc2\xf9\x3c\x9f\xb1\xbf\xeb\x5a\x81\xd4\xbd\xca\xbf\x3a\x79\xb6\x58\x16\xe2\xd6\x70\x1b\x5b\x23\xa9\x2f\x17\x97\xb4\x47\x6d\x8d\xf1\x7e\x80\xb3\x7c\xf6\xaf\x58\xb3\xaa\x69\x63\xc0\x8c\xde\xf6\xdc\x8e\x8a\xaa\xd0\x9c\x1f\xf1\xd9\x6d\x85\xed\x11\x22\x3f\x85\x32\x05\xb6\x4e\x8d\xf8\xfe\x2b\x75\xf9\xc3\xf5\x3c\x91\x93\xfb\x9b\x16\xcf\x5f\x75\x29\xf2\xe8\x40\x46\x5c\xdf\x8a\xd8\x88\x33\x83\x49\x73\xc4\x93\x4b\x23\x84\x86\x04\xc2\xeb\x10\xe1\xe8\x04\xb2\x7f\x68\x8b\x08\x2a\x72\x30\xbc\x8e\xca\x5f\xcd\xf8\x21\xf6\x1e\xa6\x78\xea\xa2\x40\x2a\xc0\x8f\x5d\xa7\xd4\x75\x3b\x34\x46\xdc\x8c\xd9\x3f\xc5\x9f\x77\xf6\xf4\xbd\xfd\x6b\x97\x65\xc5\x6d\x3d\x93\x59\x98\x9a\x71\x7f\x61\xd1\xe3\x94\x9b\x29\xa3\xbf\xf1\xef\x1c\xbf\xc4\x67\xe9\xad\x1f\xf7\xb3\x53\x16\xb7\x26\xc6\xff\xdc\x9b\x71\x61\x61\xc9\xa2\x92\x7e\xc9\x65\x6b\xe2\x13\x16\x74\x0e\x88\x26\xac\x88\x55\x5a\xc0\x33\x28\x3e\x2f\x65\xbe\xd3\x7c\xa7\xc1\x3d\xb3\xcf\x21\x4a\x55\x49\x07\x73\xe4\x38\x31\xfc\x8b\x1b\x8f\xe1\xfa\x63\xce\x91\x9b\xbc\x7d\xd5\xb4\xf2\xcd\xa3\xd2\xc7\xba\x93\x7e\xca\x1c\x3d\x72\xe1\x7a\xaa\x8b\xb6\x8f\x4d\xea\xb7\xba\xbb\x4b\xbf\xa7\x57\xcd\xea\x3c\x25\x70\x5d\x2a\xdb\x30\xe4\x66\x95\x4d\xdf\xfc\x35\xdd\xa1\x67\x8b\xab\x7f\x8d\x5f\xf1\x39\x6c\xd9\xf6\xb6\x7e\xa7\x25\x7b\xc2\xf6\x6d\x49\x19\x30\x59\x38\x2c\x64\x53\x36\x0e\x9a\x47\xbf\x0e\x2e\x5d\x73\x65\x10\x23\x26\xcd\xb4\x5e\xf5\x7d\x68\x7f\xd0\x23\x44\x8d\x2c\x2a\x6f\x1e\x93\x0f\x43\xef\x5a\x72\xed\x5f\x9f\x5e\x1b\xc9\xcb\x78\x62\xd9\x4d\xf2\x86\x1a\x47\xf5\xaf\x93\x72\xe6\x79\xb1\x33\xea\xcb\x19\xab\x10\x23\xd6\x3c\xf5\x77\x77\xe2\x4b\x66\xcf\xf2\x6a\x79\xfb\xec\x92\x7c\xfc\x2b\x97\xb0\x67\x05\xfd\xaf\x16\xf0\xb8\x8d\x6f\x29\x1c\xa8\x9e\xa7\xe1\xde\x79\xf6\xe5\xa0\x6d\x94\xa3\x47\xfd\x91\xc3\x83\x5d\xe1\xc6\x9e\x43\xa5\x67\x87\xfc\x82\xf3\x3d\xd2\x8a\x67\xb2\x46\x4d\x4f\xf4\xb2\x2a\x48\x65\xc9\xfb\x35\xfe\xe6\x41\xeb\x19\x3d\x4e\x92\x9b\xfb\xbf\x16\x3f\x23\x77\x46\xdb\x36\xf5\x12\x7e\xd8\x58\x48\xed\xca\x6e\x1f\xc4\x91\x05\x00\x19\xe9\x88\xa6\xad\x2a\x21\x21\xae\xec\xa4\xe8\x42\x27\x01\x97\x25\xac\x23\x95\xe6\x3e\x23\xad\xbd\x58\x66\x1f\x62\xfd\xfc\x2c\xe5\xbf\x65\xb2\x5c\x3d\x4c\x2c\x15\x9f\x57\xb1\x8a\x5c\x65\xac\x36\xb4\xba\xb1\x8e\xba\xb4\x5a\xd7\x37\xd5\xb3\xee\x3a\xdf\xb3\xb9\x78\x66\x27\x8b\xe5\xa4\x63\x53\x5e\xfb\x98\x6d\x6f\x77\x10\x31\x29\x94\xe1\xc3\xe4\x26\x34\x2b\xf6\x29\xa9\x91\xf2\x7c\xe5\x57\x92\xaf\x73\xe1\x11\xe3\x87\x60\xec\x7f\x3a\xc3\x07\x16\xc8\x23\x9a\x88\xcb\x37\xf8\x25\x63\x6a\x68\xf6\xb4\x87\x0e\x83\x38\x7e\xeb\x24\xf3\x23\x16\x9b\xd9\xbd\x67\xf2\x2d\x58\x26\x2e\xec\x57\xef\x24\x2d\x65\x0c\x66\xe2\x51\x0c\xd3\x8b\x9c\x66\xf8\xb5\x16\xd7\x4e\x3d\xa1\xff\xf9\xa5\x34\x5a\xe8\xf5\x4d\x7b\xf8\x30\x1e\x63\xb4\x8f\x19\xa6\x5f\x0b\x47\x83\x69\x59\x88\xbb\xad\x18\x7f\x14\xf1\x53\xbe\x4c\xfb\x46\x6e\x70\x5f\x59\xfc\x77\x3c\x6a\x83\x35\xc5\x79\x7e\x88\x90\x01\x10\x3a\x80\xa8\xff\x7d\xdc\x41\x77\xc0\x6f\x33\xb4\x55\x0d\x6c\xc7\xe2\xad\x34\x11\xad\x1c\x33\x17\xac\x2f\x5c\x3d\xb5\xd3\x50\x11\xab\xeb\x04\xb5\x4b\xa7\x7d\xc0\xca\x17\x0b\x74\xf6\xe8\xde\x47\xc4\x57\xea\xbb\xb8\x7c\x43\xad\xad\xaf\x12\x51\x7a\xab\xc6\xc4\xb7\x0b\x10\x15\xe5\x30\xe3\x2a\xa9\x14\xfe\xe6\x53\x2f\xb9\x31\x7e\x75\x2f\xc3\x43\x6f\xff\x1d\x8f\x4a\x62\xf8\x40\x00\x1f\x45\xcf\x19\x88\x1a\xe7\x85\x26\x3b\x1c\x43\xf4\xf2\x50\x70\xb4\x7c\x8d\x18\xbf\x5c\xb9\xc9\x78\x1b\xe2\x5a\xc3\x49\xdb\xf5\xad\x10\x77\x6f\x9e\xcc\xab\x67\x8e\xec\x93\x8b\x54\xdf\xe9\xc8\x22\xde\xbf\xa3\x66\x34\x55\x06\xf1\x8b\xbb\xf2\xfd\x29\xbe\x1c\x7d\x64\x02\x27\xe6\x70\x70\xcc\x8c\x5e\xdb\x4f\x67\xff\xe4\x81\xd5\x4c\x1c\x2a\x8f\x89\x43\xa5\x32\x1d\xb0\x66\x5f\xa0\xe8\x9c\x46\xd1\x61\x31\xa2\xba\xa5\x40\xac\xa9\x27\xa2\xed\x7d\x31\x01\xc3\x32\xc4\x90\x57\x92\x0b\xf4\x3b\x11\x93\x7c\x65\xb5\xf5\x14\x11\xd7\xfd\x90\x0f\xd6\x4e\x43\x2c\x1c\x54\xf0\xd6\x78\x8d\x58\x55\x25\xf7\x59\x23\x03\xf1\x92\xa6\xa2\xe8\x14\x1d\xc4\x76\x2b\xf9\x4e\xf5\x6d\x88\x3f\x76\xca\x74\xdf\xf7\x67\x78\xa0\x0a\xc5\x9d\xe1\x14\x57\x15\x53\x8c\x3d\x44\xd1\xff\x2e\x45\x4b\xa6\x53\x99\xb1\x2a\xa2\xe2\xcc\x91\xc5\xd3\x12\x10\x8d\x53\x85\x46\xe9\x98\x22\x7a\xcf\x11\x19\xad\x65\x81\x18\x3e\x34\x56\x56\x4b\x00\x71\xf1\x15\xf1\x42\xf5\xb7\x88\x19\x82\xe2\xd6\x6a\x7e\x88\xb9\x1f\x24\x76\xa8\x5c\x46\x2c\x91\x1d\x37\x6d\xf2\x3d\xc4\x93\x8a\xe3\x5e\x4c\xac\x44\xbc\xac\x21\x96\xc3\xf9\x56\x37\xa6\xde\xd5\xdf\xf6\x5f\xc1\xc7\x68\xd6\xc8\xc9\x88\x3a\xab\x6c\xf6\x0b\x2d\x45\x34\x11\xf2\x76\x18\x27\x85\x68\xee\x10\xf3\x5c\x69\x18\xa2\x99\xc0\x86\xe3\x53\xf4\x11\x0d\x3f\xd4\xa8\xe9\x44\x20\x4e\x0b\x7a\xb8\x46\x37\x1b\x71\xda\x72\x74\xe5\xa0\x76\x3c\xbe\x52\x0d\xf9\x18\xa1\x1d\x87\x55\xea\xbb\xda\x7f\x6a\x07\x62\xa5\xfa\xec\x3b\xc3\x74\x6e\xe1\x16\x0d\xb7\xcb\xc7\x74\x02\xb0\x5a\xed\x79\x83\x8f\xce\x74\xac\x57\x2d\xfa\x1f\x7a\xa4\xeb\x1e\xe3\xa0\xd2\x1e\x03\xcd\x91\xaf\x10\x75\x36\x9a\xae\x12\x54\x41\xb4\xd0\xf5\xd8\x38\xde\x0d\xd1\x62\xeb\xdc\x04\xa5\x24\x44\x8b\xbc\x0d\x52\x5a\xe5\x88\x26\xc3\x8f\x58\xe9\xf3\x22\x1a\xc8\xb4\xcd\x36\x54\x42\xd4\x17\x44\x9d\x69\xaa\xfd\x2e\xba\x6a\x98\xa3\xb9\xa3\x4b\x5f\xcf\x1e\xbd\x74\xa4\x1e\x7a\xe9\xed\xc4\xe9\xda\xe5\xd7\x13\xa6\x8d\xc2\x88\xa9\xfd\xe7\xbd\xf5\x5f\xa1\x8f\x4e\xe2\x59\x61\xbd\x5f\xb8\x4d\x83\xf4\xfb\x72\x14\x61\xf8\x58\x0f\x45\x4d\x92\xe7\xa0\x32\x4a\xf7\xe2\xa8\x2d\xbf\x79\x99\x4d\xbd\xcb\x3b\xe9\xe5\x88\xb6\x7d\x51\xf3\x26\x7d\x41\xb4\x9a\xb8\xae\x5e\x3b\x1a\xd1\xf4\xe9\x91\x41\xa3\x77\x88\x86\x73\x9e\x5d\x33\xa9\x41\x9c\x76\x10\x6d\xf5\xc6\x7c\x99\x35\x6d\x2a\xea\xea\x05\x3c\xcf\xd2\x3f\xc1\x46\x83\x84\xdb\x99\x06\xab\x91\xd7\xc0\xf0\xd2\x3b\xc3\x05\x28\xa1\x7f\xb4\x7e\x99\x81\x2a\xfa\xeb\xb8\x1e\x4f\x31\xf8\x86\x51\xda\x8b\xfe\xe4\x85\x74\x3e\x04\x5e\x68\x14\x72\x50\x23\x4e\x73\x2d\x6f\x1b\xa2\xa9\xae\x81\xa1\x70\x30\xa2\xc3\x72\x87\x08\x99\x32\x44\x27\xab\x48\x5e\xb5\x49\x88\xb6\x27\xd7\xfc\xd0\xe7\xcc\x93\x7d\xed\x57\xb3\x1c\x44\xa3\x9e\x17\xdf\x2d\x83\xd8\xd2\x06\x4b\xd8\x1d\x46\x47\xdf\x7d\x30\x5c\xc2\xde\x67\xfa\xf5\xa1\xb5\xf1\x41\x76\xa2\xc5\x40\xcb\x69\x93\x50\xf6\x0e\xf3\xac\xc6\x21\x93\x2a\x76\x93\xa9\xf7\x89\x64\x93\x04\xe4\x35\x5c\x70\x78\x91\xa9\x34\xaa\xe8\xef\xfd\x73\x5d\xe8\x7a\x70\x50\x78\x99\x32\xe1\x23\xda\xcd\xaa\xa1\xa3\xee\x23\xda\x87\x6b\x97\x0b\x6d\x46\xf4\xb8\x60\x3d\x47\xfa\x31\xa2\xbb\xf4\xcc\x25\x53\x9c\x10\x1d\xf6\xac\x36\x37\xbc\x8b\x68\xd9\x74\x74\xa7\x8d\x3d\xa2\x49\xda\xbb\xe7\x76\xd8\x6b\x6e\xb2\x84\xf5\xce\x7e\xfe\xb3\xef\x66\x13\x58\x77\x1c\x6d\xb9\xbc\xb8\xd1\xd8\xe2\x27\x5b\xd1\xee\xdd\xf1\x0c\xcb\xf1\xec\x24\xab\x5b\x87\xdb\x2d\xe7\xb2\xcb\x2d\xcc\x4a\x43\x2d\x86\xd8\xdd\x26\xfa\x7f\xce\x87\x46\x31\x59\x9f\x6d\x0a\x3b\x87\x1f\x41\x34\x97\x55\x58\x31\x72\x2b\xa2\xb7\xa7\x9a\xe7\xe8\xcd\x88\x33\x9f\x1a\xb9\x49\x5e\x47\xf4\x53\xf0\xfd\xaa\xf5\x0b\xd1\xbd\x22\xad\xdd\x7a\x24\x5e\xb6\xb5\x38\xa6\xe4\x72\x04\xf7\x99\xf5\xf7\xe9\x7a\xdc\x7b\xfe\xdc\x72\x70\xe8\xac\x6f\xed\x8d\x4a\x1b\xd1\xa1\x8f\x3e\x4f\x1b\x54\x6d\x8f\xb1\x4c\xbd\x82\x8e\xae\xb1\x7b\xcc\xca\x75\x97\x2b\x6b\x71\x58\xc6\x7a\xe2\x12\x5c\xbc\xc6\x3e\x9d\xed\x68\x77\xb5\x70\x94\xfd\x0c\xf6\x66\xab\x1f\xbf\x79\xd0\xf0\x68\x39\xa2\x87\xc6\x7c\x41\x37\x0e\x3a\xbf\xe4\x51\xe6\xe0\xac\x26\x59\x55\x1e\x27\xc4\xd8\xa1\x29\xf7\xc6\xbe\x40\x9c\xa3\xec\x52\xaa\xa5\x8a\xf7\xa6\xa7\x25\xc5\x39\x29\xf6\xb9\x3b\x2f\xab\x19\x11\xb0\xeb\xdd\x74\xdb\x7d\x5f\x0f\x46\xde\x6b\xde\xe5\x34\x7f\xd0\x61\x56\xe4\xa9\x46\x97\xb6\xc1\x2b\xe1\xe2\x07\xd3\xdd\x87\x0f\x59\x04\x67\x14\x77\xb9\x67\x0e\x3d\xf6\xbf\x57\xb0\xc5\xdd\x98\x35\xdb\xeb\x47\xee\x80\xfb\x49\xd6\x71\xf7\xf8\xec\xa7\xee\x51\xec\x09\x8e\xbf\x7e\xf3\x20\x89\x6e\x51\x53\x0e\x9a\x9c\xa5\xfb\x3c\x97\x87\xa4\x08\x50\x5c\x1b\x2c\xb3\x7a\xd4\x20\xe2\x6a\x73\x53\x1d\x95\x95\x9d\xf3\x63\xb5\x22\x2e\xfa\x7b\xb4\x84\x84\x56\x17\x58\x2e\xe0\x39\xfd\xd6\xdf\xa3\xed\xdd\xb2\xc2\x92\x92\x80\xec\x7e\xd9\x25\xf5\x3b\x57\x06\x4d\x1e\x30\x8b\x37\xcd\xc9\x0e\xca\x1e\x94\x9d\xbb\x66\xdd\xe5\xa0\xf6\xc1\x97\x11\x9d\xab\x3a\x82\xb6\x0e\x65\xcd\x3c\x9f\xa6\x17\x98\xcb\x92\x9e\xbe\x2a\xf9\x7c\xc0\x7e\x56\x9e\xe7\x0b\x8e\x1e\x32\xf7\x09\x3f\x66\x78\x47\xe0\x2a\x8a\xc9\xaa\x14\xb9\xe7\x70\xea\x0f\x78\x29\x54\xba\x51\xc3\x48\xe1\x69\x63\x72\xfe\x0a\xef\x21\x2f\xe5\x9d\xe2\x2b\x73\x57\xaa\x24\x57\x64\x08\x2e\xf9\x76\xf1\x59\x56\x4d\xd2\xd6\x45\xdf\x7f\x5a\xac\xee\x59\xa4\xb6\xf0\xd1\xaf\xb7\xc9\x17\xe2\x4f\xc4\x5d\x1e\x50\x5f\x78\x39\xf6\x55\xac\xf1\xa0\xc2\x3c\x91\x18\xa1\x79\x9d\x43\x7c\xe1\x57\xe7\x5e\x99\xf3\x73\x28\x77\xa6\x73\x54\x5e\xd4\x1c\x96\x99\x6f\x17\xe2\xe8\xce\x91\xa3\xff\xe4\x41\x49\x0c\xff\xd8\x41\x6a\xcb\xb1\x83\x6b\x49\x25\x82\xce\xc6\x0b\xa4\x52\xc1\x15\xcb\x2b\xa3\xe4\x1e\x89\x88\xef\x3f\x72\x4e\xc4\x9e\xdf\x32\x67\xc9\xa6\xea\x98\x45\x31\x31\xfc\x11\x51\x95\x1f\xcf\xb4\x2c\x5e\x1e\xd0\x5c\xf2\xa0\xff\xee\x22\xd9\xc0\x49\x85\xb7\x07\x9e\xc5\x64\x05\xd4\xe4\xf6\x0c\xb6\x44\x5e\x0a\xdc\xbd\xa1\x68\xc8\x27\xe4\x71\xe0\xf3\x4c\xa1\xa1\xdb\x01\x5d\x01\x5d\x2b\xa7\xb3\xfc\x7c\x25\x67\x98\xa5\xb6\xb2\x1a\xdd\xbf\x23\xd2\x0e\x43\x88\x73\xf7\xff\xc5\x83\x3c\x4e\x92\xfc\xa0\x17\xc7\x5b\x48\x6d\xac\x2b\x77\x1f\x29\x70\xf0\x70\xfd\x4b\x4b\xc1\xe7\x00\xd9\xc2\xcf\xe5\x8d\x2e\xa8\xa5\x47\x9c\x78\xb4\x6c\xde\x28\xcf\xc7\xee\xcb\x1f\x18\x1e\x3d\x18\x98\x61\x1f\x79\x57\x78\x28\x22\xd0\xcd\xc1\xf3\xa2\xcd\xd0\x1b\xbf\x47\x4e\x7c\xc7\x45\x59\xc6\x3e\x22\xce\x76\x95\x0e\xac\xb5\x9e\xc2\xce\x0f\x8a\x03\x59\xed\xae\x56\xce\xb9\x85\x26\x6c\x4d\x47\x0b\xc7\xee\x3c\x64\xef\xb4\x36\x45\x0c\x1c\x41\xe5\x6f\x5a\xc3\xf0\x20\x92\x1f\xf3\x72\xe3\x2d\xe2\x07\x68\x91\x6f\x27\x79\xe4\x35\x71\x1f\xc9\x3c\xe5\xe9\x0e\x92\x8a\x27\x4b\xba\x11\xd5\x0e\x8d\xbd\xe1\xc3\x46\x8f\x90\x7a\xdd\x8d\x56\x36\x38\xa1\xe2\xa6\x99\xba\x71\x00\xf1\x73\xd4\x19\x1d\x7c\x77\x8c\x7d\xc7\xa4\xdd\xf8\xf8\xc3\x03\xec\xab\xa6\x59\x26\xde\x2d\xbb\xd8\x2f\x4c\x02\x4c\xb7\xd7\x77\xb1\x3f\x9a\x8c\x30\x1d\x79\x7c\x18\x4e\xd1\x1f\x34\x5b\x72\x68\x10\xb5\x0c\xa4\x11\x57\x1a\xc1\x1f\x79\xd2\x5d\x17\x6f\x11\x3d\xae\xe3\x0b\xe2\x9f\x3a\x65\xfc\x9d\xe8\xc9\x8d\x07\xa5\x32\x7e\xa1\x08\x45\xc4\x49\x5b\x46\x27\x39\x07\x23\x4e\x97\x9b\x78\xd0\xcc\x1d\xbb\x37\x1d\x9c\x12\xaa\xb7\x0e\xdf\x5c\x74\x98\xb2\x56\x97\x0f\xf1\xcb\x57\xf5\x87\x1a\x8d\x1c\xbb\x2e\x3f\x4a\x33\xf7\x43\x34\xe2\x84\x4c\x2d\xc7\xa7\x9b\x11\x95\x2d\xb5\xe2\x5b\x5f\x22\x5b\x59\x42\xeb\xc3\xe5\x78\x1c\x54\x1e\x8e\x48\x2b\x84\x7e\x0c\xbc\x49\x6a\x29\xdd\x91\x7f\x4d\xf8\xc8\xd9\x4f\x3f\xd7\xfd\xc9\xc3\xd6\x96\x51\x8c\x6a\xa4\xe8\xbd\x18\x51\x69\x23\xaf\xb3\xe5\x2e\x44\x97\x3c\xc9\xcb\x86\x35\x88\xc9\x32\x0a\x52\xda\x4d\x88\xc5\x21\x8a\xd7\xb4\x24\x10\x1b\x4d\x26\x8c\xd0\x48\x42\xec\x1a\xa6\x78\x4b\x75\x90\xa3\x8f\x64\x84\xbc\x2a\x07\xf9\x62\x14\x16\x7f\x96\x47\x14\xb4\x50\xac\x7a\x29\x8e\x28\x3c\xf0\xc5\xe4\x2a\xa9\xe1\xf3\x50\xbb\x8b\xd4\x8c\x6b\xb4\x1a\x24\xb5\x69\x4a\x9b\xa8\xbc\x6c\x26\x6f\x6a\x11\x93\x37\xed\xc7\x54\xe6\x34\xe6\x45\x1c\xad\x0b\x60\xa8\x8a\x68\x9d\x20\x22\x36\xb5\x02\x31\x7a\xa6\xd8\x7c\x8d\x95\x88\x1b\xf2\x24\x57\xab\x85\x21\x16\x37\x4a\x96\xa8\x9c\x41\x3c\xeb\x37\x7e\xf6\xe4\x3e\xc4\x47\xcd\xe3\xbd\x94\x33\x11\xfb\x0e\x89\xda\xcb\x57\x73\xf4\xe1\x17\x1d\xc1\x43\x33\xb3\x9e\xf8\x75\x92\x5e\xa5\x17\x35\x06\x88\x7f\xb0\x92\x19\xff\xad\x4c\x7c\x30\xa5\x8e\x99\x07\xa6\xe3\x9f\x53\x1c\xc5\xa9\x23\x10\x79\x55\x00\xa6\xb6\x20\x1a\xf3\x09\x3c\x54\x7b\x85\x18\xa0\x2c\xd8\x30\xe9\x2a\x62\x42\xa0\xd0\xa6\xc9\xde\x88\x6b\x23\x45\x7e\x4c\x9c\x85\xb8\xeb\x90\xc8\x7c\xa5\x8d\x88\xb5\x6b\x44\x44\x94\x7c\x10\xaf\x2e\x13\xd9\xa4\x60\x85\xf8\x82\x47\x48\x5d\x41\x10\x71\xe0\x8b\x40\x60\x73\xd9\x20\xa9\x69\x75\xb8\x8a\x7e\xff\x36\xe6\xf9\xd3\x18\x3f\xd9\xbc\xa5\x7f\x8f\x83\x19\xe3\x9f\x52\xf6\x47\x1c\x96\x06\x30\xb9\x1c\x51\x63\x03\xcf\xb9\x49\x7c\x88\xce\x5f\xf9\x8c\x94\x2c\x10\xc3\xc2\xf9\xfc\xe5\xf7\x22\x26\xac\xe0\x1b\xa7\x90\x88\xb8\xea\x98\x80\xb5\xc2\x0e\xc4\x7c\xff\xd1\x3d\xf2\xbf\x10\xcb\xf7\x0a\xa6\xc9\xce\x47\x3c\xbd\x86\xff\x93\x88\x1d\x62\x13\x53\x47\xdc\xed\xf4\xdf\x3c\xc8\x80\x41\xba\xdf\x0b\xea\x98\xe5\x70\x50\xde\xca\xcb\x8b\x67\x06\xe2\xe4\xee\x18\x3e\xa1\x62\x44\xd5\xdc\xf5\x29\x62\x6d\x88\x93\xc7\x1c\xec\x97\xd8\x8d\x38\x69\x42\xeb\xc3\x71\xc7\x11\x95\x8b\xfb\xdd\xc5\x26\x21\xca\x4f\x44\xe4\x37\xef\x5e\xa3\x74\x03\x51\xa4\xe8\x79\xd8\x84\x71\x88\xa2\xa3\xee\x8e\x9b\x10\x80\x28\x7a\xaa\x65\xbb\xd2\x4f\x44\x51\x95\xf3\xb7\x94\xb4\x10\x45\xba\xfe\x17\x1f\xd3\x5f\xf9\x27\x0f\x91\xe9\x36\xdf\x35\xbc\x13\x51\xf9\x99\xc7\x5a\xbe\xf3\x88\x6a\x1a\xd1\x0e\xc2\x0f\x10\xa7\x98\xac\x9f\x31\x2e\x13\x51\x55\xf5\x50\xe5\x78\x5f\xc4\x49\xaf\xef\x0c\x49\x3e\x42\x54\xb1\x46\x1c\xc7\xf3\x2b\x51\xe9\x1c\xe2\x18\xf5\xb7\xc6\x13\x9b\x11\xc5\xfa\xdb\x4c\x95\xe7\x23\x4a\x6c\xbb\x25\xa5\xec\x87\x28\x91\x7e\xb9\x73\xe2\x5d\x44\xf1\x1d\xe7\x7c\x27\xc6\x20\x8a\xed\xfe\x53\x8f\x7f\x78\x10\xb5\x7b\xef\xd4\x28\x3f\xdc\x6c\x70\x7e\xa4\x12\xa2\xca\x03\x97\x45\xfc\xcd\x88\x5a\xbd\x51\x87\x45\xef\x21\x6a\xae\x5d\xf3\x7e\x7c\x02\xe2\x94\xe2\xc3\xc7\xe4\xc6\x20\xaa\x56\x3f\x7c\x26\x6b\x84\xa8\xaa\x85\x28\x99\xfd\xd9\x6f\x72\x0c\xa2\x64\xe0\x8b\x68\x95\x74\x44\xe9\x29\x77\x6f\xa9\xae\x42\x94\x69\xbf\x1a\xaf\xea\x8e\x28\xa3\xd0\x90\xa8\xba\x0f\x51\xfa\xc5\x89\x0a\x35\x03\x44\xe9\xdb\x7f\xf2\x20\xee\x38\xa8\xc6\x71\x90\x2f\x75\xc2\x67\x0e\x4e\x36\xd1\xee\x19\x25\x8e\xa8\xed\x6c\xdb\x20\x24\x80\xa8\xf3\x34\x34\x58\x6c\x11\xa2\x8e\x5a\x66\x9a\xcc\x55\x44\xcd\xdb\x55\x86\x8a\xc6\x88\x53\xca\xdb\x0c\x94\xbc\x10\xd5\xba\x11\xa5\x1f\x74\xa5\x6a\xd8\x20\x4e\xf0\x78\xd8\xa0\xf1\x1d\x7f\x4c\xcc\xba\xe6\xab\xe9\x86\xdf\x27\x3a\x34\xce\xd5\x34\x47\x54\xea\x3b\x79\x5f\xa3\x1b\x51\xd1\xb5\xfa\xb3\xc6\x03\x44\xf9\x6f\x7f\xce\x07\x1d\x07\x58\x29\x47\xe2\xa7\x32\x99\x32\x8b\x87\xb9\x21\x4e\x29\x51\xf3\xe5\xf0\x43\xc3\x03\x86\xbd\xc2\xfe\x88\x46\x27\x83\xa6\x49\xee\x42\x34\x38\x92\xb1\x4c\x49\x17\x51\x57\xab\x3a\x52\x45\x02\x71\x6a\xf0\x4b\x25\xd5\xa5\x5f\x42\xb4\x9e\xe3\xab\xc9\x8f\x9f\xc4\x69\xb7\x61\xd1\x14\x8d\xeb\x6f\x74\xc7\x62\xae\x86\xca\xf9\x61\xba\x2f\xb1\x70\x4a\xed\x89\x27\xba\x3f\xf0\x98\x5a\xc3\x21\x6b\xdd\x37\x78\x47\xc5\xa2\x6c\x93\x4e\x30\x7e\x9d\xf8\x84\xc4\x09\x0f\x50\x3d\x26\x74\x92\x71\x38\x3c\xf6\x1a\xe1\xa7\x0f\x05\xbf\x72\xd0\x54\x41\x6e\xec\x88\x00\x44\x3b\x33\x9d\x29\x42\xbb\x11\x6d\x35\xbc\x62\x64\x6f\x23\x9a\xfb\x2d\xbf\xa5\xe2\x8a\x68\x50\x70\x44\x4c\xab\x06\x51\x4f\xba\xa7\x51\xbb\xe2\x59\xa7\x21\x2f\xfb\x96\x71\x5a\x73\xa2\xb1\x3c\xfb\xae\x09\xef\xd9\x2e\x93\x64\xf6\x5b\x63\xdb\x9a\x89\xa6\x8b\x91\xdf\x70\x67\x85\xba\xf1\x1e\x0c\xd7\x59\x52\x1c\x62\xac\x8c\x9b\xb4\xc4\x77\xbe\x34\x6e\xc6\x7d\x1a\x39\x7f\x8c\x03\xe9\xc5\x84\x28\xbb\x76\x78\x1b\xf1\x4f\x31\xf9\x18\xdc\x73\x78\xe0\x1e\xe5\xf9\xfc\x0f\x10\xfd\x26\xd9\x8e\x95\xd7\xfc\x25\xef\x2c\x95\x60\xa5\x27\xfb\xe6\xa0\xf5\x60\x29\x58\x97\xb6\x75\x9b\x5f\x7a\x2e\xed\x1c\x7d\x89\xdf\x7a\x1c\x6b\x83\x9b\x7d\xed\x0d\x5b\x3d\xd6\x3b\xa7\x87\xe5\xc5\xb6\x9f\xd8\x06\xf6\xd6\x45\x32\x76\x17\xd8\xc9\xd6\x03\xdb\xf5\xec\xa4\xd9\xf7\xcd\x4a\xb7\x78\xd8\x6d\xc4\x61\xc6\x3d\xeb\xaa\xed\x36\xa2\xae\x01\x39\xc5\x4b\xd3\xfe\x30\x2c\x2a\x8f\x6b\x7f\x7d\x9e\x31\x76\x58\x96\xf1\x8b\xc4\x09\x54\x02\xf4\x84\x2e\xf2\xd5\x7b\x21\xeb\x70\x57\x3b\xe2\xf0\xcc\x12\x5b\xde\x7a\xc7\x00\xad\x2d\xdf\xfc\xb3\xab\x33\xbd\xcf\xb6\x2c\x09\x7b\x53\x7c\xdf\x7b\xf7\x60\x7b\xf8\xbd\x6d\xcb\x7d\x7e\x0c\xd5\x06\x5a\x64\x6f\xf4\xcd\x61\x69\xfa\x19\x66\x4d\xf6\xa9\x61\x35\xb8\x27\xa7\xed\xf2\xb1\x64\x6b\x38\xde\x5a\x6e\xe4\x55\xc6\x5e\x63\xb3\x7f\xc9\x1a\xcf\x20\xf6\x63\x73\x72\xab\x83\x27\x9d\x23\x47\x75\x02\x95\x47\xab\xc0\x23\xc6\x33\xf9\xb9\xb4\x46\xd5\x07\x77\xca\x87\x6e\xaf\xc9\xcf\x50\xb6\x13\xf7\xae\xfd\xb9\x5e\xc8\xcd\xd3\x3c\x39\x47\x7f\x69\xcc\x32\x97\xc8\x45\xcb\x7f\x2c\x74\x3d\xee\x13\x17\xb2\xf0\x7a\x6c\x7d\xbf\xd5\x42\xb7\x58\xd1\x98\xd3\x83\xe9\x51\xa7\xe7\xb5\x47\xff\x1c\xb2\x0f\x8d\x9a\xc3\x8e\xca\x63\x81\x7f\xe1\xec\xaa\xc8\x55\xac\xbd\x9e\xe3\x22\x0f\x84\x4f\x61\x0b\x39\xfb\x84\xf3\x86\xae\x67\x87\xdb\xad\x41\x14\x66\xf2\x60\xed\x98\xbc\xe8\x05\x93\x28\xd2\x1a\x58\x5d\xd9\xb4\x22\xf0\xcd\x95\xb4\x1b\xc6\xa9\xd0\x53\xaa\x52\x3a\x00\xf9\xbd\x55\x45\x16\x22\x5a\x4b\xe3\x5d\xf7\x2f\x9e\x6f\xe0\x27\x11\x5c\x51\x34\xf6\xd0\xc4\xe0\x32\xdf\xb5\xbb\x9e\xf7\xbe\x0d\x59\xeb\x5b\x9c\x3b\x71\xa8\xcf\xff\x81\x4f\x4f\x76\x26\x2b\xd3\x6b\xa3\xcf\xbb\x4c\x43\x56\xaf\xab\xb7\x6f\xc9\x0a\x03\xf6\x34\xc7\x46\xef\xd6\x64\x2f\xf6\x76\xeb\x7e\x6f\xa1\xc5\xa3\xd9\x6f\xcc\xce\x23\x1a\xf6\x33\xe3\xcf\xe8\x93\xe3\x42\xce\xff\x3b\x69\xc7\xd9\x9b\x02\xa7\x48\x0d\xb8\xe3\x35\x4d\x84\x37\x16\x0c\xde\x22\xf7\xb8\x56\xd8\xde\x3c\x38\x35\x48\xc6\x26\xe0\xcb\x55\x93\xf0\x03\x66\x73\x1c\xcb\x2f\xb7\x1e\x58\x67\x97\x6a\x19\x75\xc9\xe3\xc3\x2d\x7b\x59\x2b\xde\x53\x3f\xd8\xcb\xac\x17\x5b\x0b\x1e\xae\x65\x97\x5b\xaa\x5b\x17\xef\x5f\xc1\x7e\x61\x36\xd2\x46\xbe\x50\x0d\x05\x8d\xbd\x6c\xd4\xb7\xcd\x42\x43\x83\x05\xd6\xd3\x37\x5e\xc4\x05\xba\x8e\x88\xc1\xc5\x7f\x3e\xff\xfb\xd6\x43\x24\x3f\xfb\xf6\xe8\x06\x12\x27\x3b\x3d\xee\x3a\xa9\xd9\x5b\x5c\xf3\x88\xe8\x91\x25\xfa\x9a\xc4\xef\xe6\x94\x76\xeb\xca\xf6\xf0\x06\x3b\xd4\x7e\x38\xec\xdb\x3b\x31\xd9\x50\xea\x83\x5d\xc1\x1b\xf5\x19\xda\xba\x1f\xc6\xbf\x62\xab\x87\x4f\xc5\x67\xa3\xf0\x85\xca\x7c\xed\x98\x9b\xb7\xb0\x4d\x65\xb6\xce\xdd\xf3\xef\xb0\x55\xd5\x55\xf7\xde\x89\x4d\x78\x57\x95\x47\xb7\xac\xca\x10\xdf\x4c\x96\xd4\x3b\x5d\x7a\x0f\xdf\x4d\x16\xe1\xce\xff\xa7\xb4\x83\xa4\xf6\xdf\x1d\xf7\xf3\xa4\xf2\x6c\x5d\xcf\x1d\x52\xeb\xaf\xac\xfb\x39\xa9\xd8\x99\x73\xa2\x9b\xcc\x4f\x62\x40\x3f\xa9\x48\xe7\xcc\x39\xff\x1f\x07\x30\xcc\x43\xb4\x1d\x12\xe9\xd2\x58\x8e\x98\x55\x3c\x2e\x7f\x72\x31\xe2\x65\x57\xc9\x2d\xca\x0f\x38\xf6\x7c\xac\xb4\xd2\xd3\x2f\xd3\x10\xc7\xd8\x4c\x28\x79\x21\x85\x38\xf6\xfa\x84\xe8\xbb\xf7\x10\xc7\x7e\x9b\x38\xf2\xea\x57\x44\xd1\xab\x13\x3d\x1a\x2e\x22\x8a\x76\x7e\xeb\xa5\xe3\xff\xc8\xa0\x89\xcc\x4f\x63\xe1\x7d\x92\x2f\x74\xb0\xaf\x93\x74\x5c\xdf\x69\xd6\x4b\x02\x78\xab\x99\xce\xc7\x5c\xfb\x6f\xf8\x92\xa2\x86\x39\xa2\x89\x26\x7f\xaa\xf2\x43\xc4\xf8\x78\xc1\x9d\x4a\xc6\x88\xfb\x27\x08\x57\xc8\x1f\x46\xbc\x26\x2b\x24\x21\xe7\x8f\xf8\xe9\x2c\x7f\xba\x50\x1e\x93\x01\x7e\xf1\xe7\x63\x0e\x0e\x3f\xf6\x86\x64\xb8\x0c\x1b\xdb\x76\x99\x83\x6d\xf3\xe9\xf3\x37\x59\x3f\x22\xeb\xe0\xc8\xb9\x37\xa4\x46\x6a\x91\xcd\x2f\x52\x81\x70\xfd\x6e\xc6\x1f\xb6\x81\xe1\x61\x9b\x29\x6a\xdd\x63\xec\x7f\x3e\xa2\xf6\x59\x9e\x45\x72\x5f\x11\x43\x3d\x46\x89\xcb\xdd\x40\x5c\xb7\x97\x5f\x4d\xa6\x17\xb1\x7c\x3f\xdf\x55\xe9\x57\x88\x17\xd6\xf0\x1e\x94\x09\x45\x7c\xd9\xc7\x1b\x2e\xc4\x21\x16\x2b\xe0\x8f\xcc\xf4\x5f\x5b\x38\xd8\x6c\xfe\x88\xf0\xdf\xa3\xa5\xef\xc9\xb9\xe5\xc0\x3e\x36\xa9\x7c\xba\x79\x1d\xfd\xad\xa5\x1f\x29\x86\x32\xf7\xe8\x6c\x6b\x18\xf9\xbf\x28\xca\x6b\x21\x4e\xde\x3b\x7c\x2f\xaf\x2a\xa2\x95\x1e\x00\xbf\x2a\xdd\x71\x46\xc6\x23\x66\x98\x01\x40\x30\x62\x7e\x1b\x00\xcf\x4c\xc4\x1a\x1b\x00\x1e\x1e\xc4\xe6\x04\x80\x91\x45\x88\xaf\xd3\x7e\xeb\x73\x6a\x5f\x37\x59\x17\x65\x4c\x9e\xd2\x56\x26\x4f\x7a\x39\xe3\x17\x8b\xde\xc5\x8c\x03\x53\x79\xd7\x94\x89\x8f\x29\x58\x51\xe4\x69\x41\x14\x7e\x03\x30\x8c\x07\x51\x87\xd9\x71\x7c\x1e\x02\xc0\x34\xc4\xf9\xbc\xf4\xf3\x0a\x6f\x00\x08\x42\xdc\xe6\x07\x00\x25\x88\x65\xe7\xe9\xcf\xcf\xf2\x73\x16\x3e\xe2\x0d\x2e\x0f\x82\xff\xcd\x83\xb8\x68\x96\xc0\xfc\x1e\xe9\xc3\x33\x4c\x2c\x2a\x96\x83\x23\x94\x56\x2f\x26\xfc\x40\xfc\xc0\x0b\x0e\x8e\x5c\x7d\x35\x94\xfc\xfc\xf0\xe7\xdb\x00\x83\x4c\x6f\xb3\x8f\x96\x14\x3b\x98\x1e\x15\xf7\x2a\x28\x5e\x67\x7a\x5c\x5d\x68\xa1\xc8\xf9\xcf\xa9\xe3\x6f\xfe\xc1\xb5\xff\x5a\x4e\x7f\xfa\x45\x86\xf1\x38\xfb\x11\xb9\x41\x91\x6b\x89\x3d\x7c\xb1\x5a\x8a\x83\xa3\x57\x94\x95\x11\xbf\xc9\x98\xeb\x44\x26\x8f\xf8\x8f\x32\x80\xbe\x6e\x20\x37\x23\xdf\x98\xd1\xef\x68\x73\x80\x33\x1c\xbc\xed\x43\x3f\x5f\x16\xa6\x58\xbf\x02\x8e\x73\xf5\x70\x9c\xf6\xf7\xf3\x73\xed\x1e\xf5\x43\x80\x87\x0e\x89\x3f\xf0\xf8\xda\xfa\x12\x9e\xe8\x12\x76\x8f\x83\x22\x87\x56\xe5\x73\x50\xda\xaa\xe2\x17\x07\xc7\x4e\x6a\xdd\x45\x7e\x9e\x86\x61\x00\x9f\xfd\x78\xc9\x4c\x76\x28\xf1\x7d\xe0\xe0\xfd\x15\xa3\x7c\x89\xfc\x3d\xd2\xf7\x11\xf9\x34\x1a\x3f\xf0\x55\x93\x75\x31\x5e\x50\x86\xab\x07\x77\x3e\x34\xf6\xff\x69\xff\x01\xe4\x49\x9e\xcc\xb0\xc4\xc9\x44\x8f\x31\xe6\x66\x44\xae\xec\xd4\x10\x9b\x91\x6d\x88\xb2\x7a\x19\x77\x79\xfd\x10\xa5\xbf\x55\x9a\xf0\x76\x21\x4a\x1d\x7f\x20\xc2\xb3\x08\x51\x82\xdc\x0c\xe8\xbc\x27\xb3\x1f\x91\x6f\xf7\xdd\xb5\x72\x71\x88\xa3\xdf\x37\x2f\x97\xcf\x46\x14\xca\xae\xbf\x2e\x9b\x83\x28\x70\xfe\xc4\x7a\x39\x73\xc4\xd1\x89\x55\x12\x72\x27\x11\x47\x9f\xfa\x73\x1c\x26\x0f\xff\xd3\xfe\x73\x51\xd4\x54\x9e\xe8\x21\x37\x57\x5f\x7f\x84\x0a\xa2\x52\xd1\x74\x1b\xde\xa3\x88\x8a\x7d\x2b\xaa\x46\x87\x21\xca\xe7\x1d\x54\x15\x2c\x41\x94\x3b\xfe\x2c\x75\x74\x4f\x6f\x81\xc2\x1b\x44\xa1\x75\xf7\xb3\x26\xee\x44\x14\x5f\x7a\x85\x7f\xd2\x47\x44\xc9\xcc\x3a\x1d\xe5\x1d\x88\x12\xe2\xb5\xb7\x26\x5e\x46\x14\x9b\x79\xd0\x6d\x62\x34\xa2\xa8\xd3\x01\x85\x89\xc7\x11\xc7\x7e\xff\x2f\xff\x00\x18\xf9\x80\x83\x42\x09\x40\xd6\xb1\xd2\x52\xc1\x97\x1c\x54\x6b\x50\x49\xe5\xb9\x80\xa8\x31\xce\xd5\x54\x50\x01\x51\x7d\xec\x32\x45\xd1\xa0\xa1\x5f\x93\x47\x55\x3e\x1d\xc7\xff\xe5\xee\x64\xd7\x67\xe7\xa4\xd7\x3d\x1b\xaf\x6e\x82\x28\x7f\xfb\x62\x96\xa6\x04\xe2\x04\xc9\x13\x86\x9a\xcd\x88\x4a\xfe\x87\x77\x6b\x4d\x47\x54\xac\xdd\x7f\x42\x6b\x36\xa2\xfc\x87\x5d\x5f\xb4\xa6\x21\xca\xf9\xe7\xa3\x86\x37\xa2\x14\x99\x3b\xb9\x60\x2a\x9f\x87\xcc\x0b\xdf\x46\xfa\x56\x4d\x1a\xa4\x68\xc8\xbc\x65\xb6\x0f\xc5\x1e\x03\xb0\x6a\xcc\x5b\x4c\x4f\x89\xfa\xbc\xbd\x69\xfa\x7a\xde\x1a\xa5\x8f\x8f\x17\x18\x39\x15\x8e\xd7\x0c\xbf\x99\xa6\xbf\xeb\xc6\x7b\xbd\xcd\x17\xb5\x0d\x83\x71\xc2\xb4\x8e\x43\xf7\x8d\xb3\xd0\x5b\x37\xa3\xf8\xb8\x49\x26\x26\x68\x27\xee\xec\x36\xbe\x88\xfb\x35\xb2\xb7\xf6\x1b\xe7\xe1\x79\xb5\x0f\xd9\x17\x8d\x4d\xb1\x4d\x65\x46\xe6\x5c\xc3\x87\x88\x13\xa7\x71\xe4\x0b\x32\xe3\x40\xe5\xa9\xca\x50\xb4\x1e\x4e\x71\x3a\xa9\x98\xde\x57\x17\x41\xce\x7d\xcf\x1e\x46\xec\x98\xf2\x58\xb4\xa8\x69\xc0\x5f\xca\xcf\x4d\xe7\x5e\x6d\x89\xe7\x9b\x35\xb1\x56\x5f\x4a\xc4\x5d\x1e\x9c\x3d\xed\xf4\x64\x37\x8f\xb3\xc1\xf7\x17\x2e\x2b\x37\x5b\xb9\xa8\xb3\x17\xda\x86\xad\xee\x72\x55\x60\x37\x5a\xdc\x5c\x71\xc9\x65\x16\xf2\x19\x63\x4a\xba\x53\x01\xda\xeb\x2f\x5d\xdc\xe5\x94\x85\x8b\x74\x9e\x2f\x34\xb1\x7f\x8b\x87\x34\x0e\xfc\x96\xaf\x58\xfb\x37\x0f\x89\x20\xe3\xf0\x69\xe9\x12\x52\x01\xf3\x51\x3e\xed\x3c\x7e\xde\x64\x8d\xbb\x4c\x0d\xff\xd2\x92\xbb\xa9\xcb\xec\x1a\x34\x22\xd6\xea\x2e\xa8\x5e\xe8\xe5\x96\x9c\xf8\x76\xee\xfd\xf2\xb1\xfe\x56\x31\x27\xa3\x54\x3a\x8d\x02\xbe\x46\x69\xcf\x8a\x66\x2d\xf1\x56\xe4\xf2\x9d\x30\xdf\x90\xd5\xec\xd5\x36\x73\x82\x3f\xce\xf4\x63\xdf\x36\x0f\x0d\x1e\x1d\xf0\x11\xf9\x8c\xe3\x03\x96\x4e\xbf\x8c\x01\x7a\x02\x88\x62\x05\x7f\x3f\x3f\xad\xe8\xfb\xde\x8b\x56\xfc\xbe\x6b\x93\x43\xfe\x51\x57\xb4\x8b\xf8\x3d\x0e\x0c\x95\x8e\xe4\x13\x04\x58\xb7\x7a\xef\x11\xfd\x04\x05\x9f\x39\x87\xb6\x77\x44\x7e\xb3\xbc\x3f\xfd\xd2\xb6\xe1\x7b\x2e\x3b\xf2\xbb\x8b\xe7\x2c\x6a\x0b\x70\x52\x70\xdd\xb0\xe1\x2e\x7b\x8b\x8d\x8c\xab\xe6\xaa\x87\xec\x57\x66\x1f\x5c\xce\xa4\xb6\xa1\x9c\xd1\x0b\xd7\x11\x49\x43\xe8\xac\x9f\xef\x2a\x1e\x3f\x1d\x17\xe9\x2a\x3b\x2f\x9d\x7f\x02\xf7\x68\x99\x21\x1a\x07\xfd\x29\xff\xa3\x4e\x16\xf1\x4f\xdd\xbd\x5d\x40\xce\xff\x75\x9f\xcb\x89\xfc\x92\x8e\x5a\x92\xaf\xbc\xbe\xbb\x8e\xf8\xef\x16\x08\x35\xb4\x28\xef\x1f\x33\xcc\x63\xf5\x59\x87\x19\xba\xea\x5d\x96\x6e\xa7\x5e\xe4\xa3\x0e\x9f\x61\xe1\x09\xf6\xbd\xad\x3a\x4f\x0c\x65\x8e\x78\xe1\x76\xcd\x1a\x23\x85\x03\xa7\xf1\x90\x86\xb6\x91\x40\xa1\x3f\x5e\x57\xf3\x37\x0a\xcc\x0d\xc1\x17\x2a\xb3\x8c\xba\x37\x34\xe0\xe7\x49\xad\x46\x75\x59\x41\x88\x13\xdf\x22\x86\x91\x38\x50\x4f\x27\xad\x15\x7a\x0f\x8b\xc8\x3d\xad\x73\xf3\xaa\x89\x7f\xac\xbc\xe8\x2c\xe1\x3f\xb9\x96\x57\x48\xcd\xf2\x25\xda\xad\x44\x0f\x3f\xb3\x36\xd3\x31\xcb\x00\x8c\x9a\x9e\xa4\x38\x9d\x1f\x37\x7a\xca\xed\xc7\xfd\x1b\xda\xa4\x47\x4c\x8a\x7e\xec\x78\xa3\x56\xaa\x64\x92\xc2\x9d\x53\x88\x12\x27\x26\x7d\x6f\x8a\x45\x1c\xb7\x59\xe5\xe6\xa9\x57\x88\xe3\x9d\x55\xfc\xaa\x5e\x20\x8e\x6b\x50\xf5\x2a\x1d\x8f\x38\xee\xab\xca\x8d\xdd\x79\x88\x12\x0e\xdf\x6b\x68\x0f\xdf\x47\xb9\x94\x87\x36\xe2\x51\xc2\xc3\x0e\x1b\x5c\x20\x5d\x0b\x77\x7e\xbf\x71\x00\x48\x6f\x81\xc7\x44\xaf\x39\x89\xb4\x43\x85\xf9\x8d\x2f\xa4\x62\xaa\x22\xf6\xff\xd2\x99\x3f\xb2\x4c\xea\xe2\x90\x52\x0a\x6b\x44\x85\xa4\x06\xeb\xf1\x85\x3c\x80\xb1\x86\xbf\x96\x70\xd6\xde\x18\xb9\xd7\xc4\x32\x0b\xba\x3e\x22\xb9\x8c\x02\x67\xae\x93\x18\xba\x8c\x64\x43\x38\x22\xdf\x70\x7e\xeb\x53\x73\x38\x9f\x9f\x76\xec\x23\x95\xe2\x2f\x25\x9d\x22\xbd\x17\x6a\x44\x2e\x93\xce\x08\x7b\x9a\xef\x91\x3c\xee\x0d\xf8\x9c\xdc\x67\x4b\x9a\xf7\x9e\xf8\xef\x82\x12\xfb\x48\xa5\x52\x1d\x26\x3f\x57\xb0\x19\x51\xfa\x2b\x00\xff\x4c\xc4\x70\x2d\x3a\xc3\x3b\xc3\x01\x86\x4d\x40\xbc\x99\xc8\xd8\x75\xc2\x24\xfb\x98\x1b\xdf\x5d\x31\x14\x1f\xe7\x50\xbc\x45\x3c\x4e\xcd\x29\x27\xc9\x39\xe5\x98\xc7\x55\xd2\x0b\x61\xdf\xf2\x47\xa4\xd7\x43\xce\xc2\x97\xc4\x6f\x96\x0e\xbd\xa4\x92\x70\x2c\xe9\x8c\x09\xe0\xfe\x98\xfe\xb5\xaa\xe0\xef\x37\x4d\xe8\x34\x45\x97\x4f\x8c\x9d\x77\xa3\x78\x90\x39\x09\xb5\x30\x91\xd0\xee\xd9\x7f\xf2\x9f\x6f\x4c\x04\xb4\xeb\x15\xb1\x33\x51\x94\x07\x97\xcf\x7a\x46\xe4\xed\xf8\xf8\x81\xf8\xc5\xd6\x56\xf5\x91\x4a\xcf\x89\xcc\x3d\xba\x10\xc6\x1f\x63\x33\x86\xa2\x62\xed\x6f\x3d\x46\x33\x11\x78\x73\xc6\x13\x4c\xab\x77\x23\x6e\x62\x76\x82\x72\x86\x97\x50\x0f\x2c\xe2\xf3\xed\x7f\xea\x43\xb1\xb2\xf5\x19\xe1\x9f\x85\x9f\x3e\x11\xff\xe0\x66\x6d\xda\xa9\x86\xeb\x8f\xe2\xc6\xe5\xbc\x99\x7c\x6d\xfd\x67\x14\xa5\x7b\x7e\xeb\x31\x2a\x8c\xe2\xb4\x54\x8a\x81\x7a\x14\x97\x4e\xf9\x5b\x9f\x12\x26\x53\xef\xcc\x6b\x8a\xb7\x9b\x29\x7e\x78\xcb\xd8\x7d\xcb\xbf\xf9\xc7\xbf\x79\x10\xd7\x1e\x73\x4e\x7a\x1c\x8c\x66\x7e\x3f\xd3\x85\xe2\xfe\x3c\x86\x53\x30\x7c\xa9\xfb\x2b\xc0\xf7\x53\xf4\xdf\x2f\x99\xbf\x7d\xc4\xf4\xfe\xbd\xc9\x70\x9d\x4b\xba\x14\xeb\xaa\x7e\xf3\xa0\x7f\xf3\x30\x9d\x05\x7f\xa3\xe1\xb0\xbf\x79\xdb\xac\x4f\x14\x57\x31\x1c\xeb\x00\xc3\x97\x9a\xeb\x28\x7e\x69\xe5\xec\x03\xf4\xdf\xed\xcc\xef\xde\x61\x7a\x84\x35\xef\xa3\xd8\xc8\xc8\x3e\x99\xf9\x5b\x8f\x7f\xf2\x61\xbe\x50\x54\x57\xa6\xa8\x16\xff\x37\x2f\xb3\x7d\x41\x31\x74\x3b\xc5\x74\x46\x2f\xce\x78\x73\xf0\x1a\x8b\xe2\xc0\x27\x80\xb7\xa5\xf4\xdf\x0f\x35\xe1\x2f\x1e\x78\xbe\x86\xe2\x99\x8b\x14\x6b\x5c\x7e\xeb\xc1\x1d\x07\xae\x5c\xf9\x37\x14\x65\x46\x53\x9c\x58\x09\x7f\xe4\x53\x01\x04\x84\x50\x5c\xce\xfe\x5b\x0f\xce\x0e\x37\x74\x9d\xfe\xbb\xc3\x83\xe2\x0d\xa6\x97\x60\xd3\xc4\x7f\xc9\xdf\xca\x61\xf2\x00\x15\xcd\xbf\xf5\xe0\xf2\x0f\x69\xe6\xb9\xc7\x58\x50\x14\x84\xbf\x79\x09\xf7\xf7\x3c\x99\xb9\x5d\x2a\x01\x80\x83\x00\x25\xb3\x00\x58\x72\x00\xf7\x6e\x02\x7c\x51\x85\x93\x9c\xff\xef\x6e\xdd\x68\x12\x99\x3f\x9f\x27\x48\x3c\x9d\xa7\x16\x0b\x92\x1d\xa7\xea\x8b\x00\x89\x91\x96\x8a\x08\x64\x72\x70\xaf\x05\x9f\x39\x57\x0f\x2e\x0f\xfc\xdb\xfe\x73\x71\x18\x63\xff\x46\x87\xc9\xa6\x72\x70\x4c\x8b\x5d\x1e\xc0\x40\x8c\xd8\xf9\x45\x77\x00\xba\xdb\xc7\x3f\xdd\xbb\x7a\x84\xca\x2b\x31\x29\xe9\x1b\x0b\x78\x95\x9f\xd6\x49\x5f\x40\xe4\x4d\x6c\x94\x52\xf0\x46\x14\x5e\x70\xc4\x54\x71\x2a\xa2\xf0\xbd\xb2\x12\x45\x5d\x44\x61\x87\x3d\x6b\x14\x1d\x10\x85\x0e\x6e\xf7\x56\x14\x42\x14\xbc\xbb\x55\x59\xfe\x1d\xe2\x68\x83\xff\x5b\x3e\xed\x0d\x84\x28\xcf\xbc\xfd\x13\x9f\x8f\x7a\x0c\xf0\x51\x5d\x7d\x83\xde\x37\xfe\xe3\x8f\x2f\x6a\xea\x85\x37\x8a\xad\xbf\x56\xa7\x11\xb1\xf9\xb5\xcc\xb1\xf3\x67\xd4\x1b\xeb\x13\x15\x7e\x9c\x95\x52\x67\xf5\x46\x2b\x7c\x2f\x8f\xd1\x2a\x46\x54\x54\x2e\x18\xa1\xd5\x81\x28\xb7\x6d\xeb\x6e\xad\xbb\x88\x32\xdf\xd6\x5d\xe4\xd8\x56\xa9\x05\xab\x1f\x6a\x28\x20\x8e\x73\x5c\xe1\x37\x45\x1e\x51\x5c\xfe\xbf\xf2\x25\xde\x50\x9c\x4a\x3a\x14\xfc\xcc\xb5\x26\xfb\x78\xe7\x23\x77\xd2\x99\xfe\x46\x88\x77\xd6\x84\x05\x02\xe3\x4e\x9a\x38\x6f\x77\x0b\x9e\xe0\x5b\x26\x63\xff\x21\xd5\x5d\xb3\xa1\x20\xd4\xc6\xec\x70\xe9\xb4\xe8\xad\xeb\xac\xa6\x76\xcc\xd6\xbf\xbc\x26\xdd\xc6\x17\xe7\xeb\x2a\xa5\xa6\x5b\xab\x60\x8d\xc6\x98\x25\x71\x96\x3d\xf8\x58\x75\x58\xc2\x01\xf3\x36\x1c\x9a\x78\x39\xee\x8c\x69\x01\xa2\xe2\xb0\xb9\x3b\x4d\x66\x21\xca\xa9\xfc\x21\x9f\xf1\x4b\x99\x10\xab\xf0\x25\xd1\x9b\xec\x8a\x8f\xb7\xcc\x22\x35\xcd\x2f\x85\xd3\x0e\x56\x35\x91\x4b\xbe\x89\xe9\x00\xec\xc8\x88\x5f\x6f\xfa\x5e\xae\x63\xc5\xc4\xa8\xa0\xe8\x19\x46\x97\x63\x0b\xc3\x85\x0b\x8f\x59\xf5\x47\xae\x0f\x7e\x70\x6b\x8b\xed\x83\x90\xbe\xe0\xd9\xec\x2a\xcb\xc3\x41\x32\x01\xa7\x50\xd6\xf0\xf6\x8c\x83\xd3\xd7\x62\xb8\xae\x85\x2f\xcb\x27\x09\xf7\x68\xe4\x78\xef\xf2\x1c\x8e\xd7\x54\x4e\x78\x99\xba\x6e\xc2\xee\x89\xf5\x88\x63\x35\x99\x5d\x99\x58\x81\x1e\x4d\xda\xe1\xe0\x51\x71\x02\x91\x7f\xfe\x74\x3a\x3d\xff\x6f\xa7\x1d\x2f\x72\xcd\xb7\x11\xeb\x91\x7c\x35\x37\x6f\x8a\x9d\xe8\xea\xe0\xd0\xec\x35\x81\x97\x34\x7b\xdd\xad\xd6\xfe\xcc\x19\xd4\xab\xb1\x6b\xca\x0a\x6d\x0e\x99\xb6\xdf\xc6\x2f\xd3\x1c\xd7\x6b\xcb\xd9\xc8\x25\x97\x63\xfd\x94\x00\xab\x67\x8b\xb7\xe3\x4b\x95\x30\xab\x1f\x71\xfe\xf8\x7d\x92\xb0\xd5\x92\xe8\x1b\x88\x13\x12\x2c\x4e\x47\xae\x41\x94\x6f\x47\x34\x22\xcf\xf9\xe5\x2e\xed\xf9\xf0\xd8\x36\x85\x74\xda\x69\xf8\xbe\x81\xf0\x90\x83\x5b\x68\x87\x89\xfc\x79\xfb\x88\x75\x48\x39\x7b\x90\xe4\xc9\x84\x86\xd7\xbc\x90\xba\x30\xe2\x95\xf5\xb3\x2a\x11\xb7\x7d\x32\xd9\xd3\x8e\x1e\x7c\xb4\x6e\x8c\x42\xad\xa6\x5d\xc5\xe7\xf3\x4f\x14\x7a\xa7\xdc\xa8\xd0\x60\x27\xcb\xf4\x6a\x8e\x2e\xbc\x8e\x28\xc3\xa3\x91\xb3\xf5\x10\xe2\xf8\xc7\x9a\x59\xeb\x05\x11\xc7\xdb\x68\x6e\x5e\xd5\x8d\x28\x29\xab\x31\xb8\x7c\x06\xa2\x84\x6c\xdf\x06\x46\xfe\xeb\x34\xf2\x5e\x5c\x10\xcf\x21\x79\x3a\xd5\x9d\x7b\xc9\x8c\x15\x34\x51\xff\xd0\xea\x5c\xda\x39\x2c\x7a\x6f\x03\xb1\xa2\x16\x51\x2d\x33\x89\xdd\x0d\xb9\xb6\xd1\xf4\x94\xc0\x76\xf9\xa2\x96\x9a\x54\xaf\xd1\x19\xd2\xda\x57\x1f\x9c\x5e\xc9\x7f\x5a\x2a\xe2\xaa\xe6\xcf\x1d\x23\xef\x48\xa7\x9f\x3e\x8d\x38\xea\xbb\x4c\x5e\x55\x0f\x22\x5f\x9a\x8c\x49\xa9\x14\x22\x6f\xad\x5c\xc6\xae\xed\x88\x02\x72\x72\x4a\x79\xbc\x88\xfc\x26\xcf\x42\xd3\x89\x15\x6a\xea\xc9\x27\xdd\xf7\x8e\xe4\x96\x11\xff\xc3\xee\x38\x1a\x27\xe3\xf2\xc0\x44\xdd\x2b\xc4\x1f\x11\x10\xdc\x4a\xf8\xe3\xd4\xfd\xcf\x48\x1c\x95\xff\xe0\x1b\x59\xc5\x45\x00\xc3\x8a\xde\x28\x46\x93\x9e\x03\xaf\xbf\x57\x92\x1e\x36\xaf\x72\xdf\x13\x0f\xe4\x03\x16\x5d\x83\x2d\x4c\x06\x4b\x83\x25\xc5\xe3\xdd\x14\x0f\x55\x52\x9b\x40\x3b\x9c\x1c\x35\xab\x20\x95\xff\x8b\x5f\x9d\x26\xf9\xda\x39\xbb\xa9\x5f\x2e\xed\x09\x8d\xd7\x45\x3f\xa0\x7e\x1a\x8f\x49\x9d\xa4\xe7\x8e\xca\xb4\x1e\xa6\xa6\x3e\xbb\x75\x4c\x38\xc5\x99\xc4\xb3\xc4\x66\xed\x89\xa7\xf8\x8c\x74\x6f\xea\x65\x3c\x15\x9d\x4c\x06\xf6\xfd\x7a\x8a\xd7\x98\x08\xd7\x05\x92\x89\x73\x6a\xdf\x61\xc2\xb7\x4a\xf6\xd4\x11\xaf\x48\xde\xad\xab\xa4\x57\x4e\x16\xef\x3d\xc2\x03\x17\xab\xb7\x93\x6f\x0d\x6b\x78\x47\x7a\x1f\xd8\x0d\xfb\x4a\xfc\x57\x8a\x55\xff\xe5\x41\x6e\xd7\x28\x66\xf2\x51\x3c\xc1\xd8\xfb\x2e\xc2\x28\xd8\xcc\xf3\xf7\x30\x11\xbf\x17\x1f\x28\x3e\x24\x99\xe0\x15\x71\x0d\xc4\x0f\x53\x98\x78\x93\x8c\xc3\xfa\x15\x8f\xce\x00\xe9\x08\x42\x3b\xdd\xc4\xac\xed\x21\xf7\x2d\xfd\x3b\x7f\x91\x9f\x9b\x31\x71\x31\x99\xd8\xff\xf2\x20\x6b\x26\x02\x9d\xe0\x4d\x71\x97\x27\x45\xda\xaf\x1c\xf1\x49\x00\x45\x24\xbd\x96\x86\x1c\xe9\x37\x7c\x22\xb9\x1f\x45\x46\xad\xe4\xbd\xdc\x12\xfb\x9c\x74\x12\x59\x6d\xf2\x91\x74\x30\x49\x84\x1f\xa4\x87\x5e\x94\x28\xfd\x6d\x2e\x1f\xd4\xf3\xa4\x28\x6e\xfa\x5b\x0f\xfe\x46\x8a\x46\xae\x14\xc3\x18\xbd\x56\x33\x3b\xf2\x3e\xe6\xf7\x4e\x32\x1e\xda\xdb\xcc\xcd\x89\x6e\xe6\x06\xe5\xff\xc5\x3f\xb8\x7e\x98\x7f\xf3\x20\xef\xc5\x14\xe7\x32\x76\x38\x93\x63\x77\x6f\x00\xec\xeb\xe0\x9c\x7b\x01\x2e\x36\x01\x0c\x9e\x07\xe8\x2a\x02\xf8\xcc\x70\x91\x36\xb3\xbf\xf9\x0f\xd7\xff\xc2\xe5\x3f\x27\x96\xfe\xb6\xb7\x5c\x1e\xa6\xd7\xfd\xb7\x5d\x9d\x7a\x8d\xa2\x59\xe9\xbf\x78\xd0\x07\x2a\x7f\xd5\x21\x80\xfe\x6c\x80\xe2\x61\x00\x3f\x37\x00\x5c\x88\x02\xe8\xeb\x04\x78\xb3\x1d\xe0\x7d\x16\xfd\x5d\xae\x1f\xea\x3f\xfc\x67\x03\xc5\xea\xce\xff\xf2\x0f\xc6\xff\xf3\x8f\xfd\xe5\xa2\xd6\x04\x8a\x76\x47\x7f\xf3\x20\x76\x09\xc0\x4a\x1f\x80\xef\x17\x00\xf6\xdc\xe3\xbc\x15\x00\x0d\x7d\x00\x9f\xe3\x01\xde\xee\xe1\xbc\x1d\xcc\x38\x0c\xfb\x5b\xfe\x29\xb1\xbf\xe5\x97\xf7\xfd\x97\x7f\x70\xfd\x0f\x5c\xbe\x21\xf9\xf6\x6f\x7d\xb8\xe3\xc2\xe1\x41\x3f\xc3\x00\x92\x73\x00\x3e\x17\x01\xec\x72\x06\x78\xbf\x0f\xa0\xe1\x0e\xc0\x9b\x1c\x80\x77\x22\xbf\xf9\x68\xd3\xec\x7f\x3d\xbf\x06\xc3\x9d\xee\x51\x2c\xfa\xfe\x5b\x0f\xae\x1c\x09\xc6\x2f\x35\x8a\xe1\xa5\xa3\x98\xef\x10\x63\xfa\xd0\xaa\x19\x01\x0c\xb9\xd2\x9e\xf1\x9f\xe7\xd3\x3e\xf9\x6f\xec\x00\xf2\x1f\x01\xbc\xa8\x01\xa8\xdf\x0d\xd0\xde\x0e\xf0\x61\xf3\x6f\x1e\x78\x92\xe1\xb0\x87\x18\x7e\x56\xc2\xf0\xc0\x5d\x65\x14\xb7\x3d\xff\xad\x07\x57\x0e\xfc\x4f\x1e\xc2\xa0\x0b\x80\xc4\x29\x80\xde\xf1\x00\x66\xa7\x00\x5e\xdf\x05\x88\xfa\x04\xf0\x94\x05\x90\x73\x1b\xe0\xde\xec\xe1\x9f\xce\x36\x00\xdc\xf8\x35\x32\xe6\xdd\x08\x80\xba\x8d\xfc\x02\x9c\xbf\xad\x1c\x23\x30\x93\x83\x7b\x6e\xf1\xf9\x71\x30\x7f\x88\x97\xec\x3c\x9b\x2e\xf0\x06\x71\x70\x6d\x19\xdc\xe7\xea\xf1\xff\x95\x8f\xc3\x48\x87\x8d\x9e\xf7\x02\xa4\x23\xcf\x53\xc9\xf1\xb7\x34\x4e\x02\x5c\x3b\x2d\xfb\x76\xc6\x9b\x51\xaf\x1a\xcc\xe4\xc3\x32\x65\x04\xc7\x1e\xcf\x93\x57\x3a\xb2\x4c\xf8\x75\x55\x94\xbc\xf2\xd3\xbe\x31\xea\x07\x74\x14\x83\x10\x85\x75\xb7\xba\x29\xcd\x43\x14\x3a\xb7\x8e\x4f\xa1\x19\x71\xb4\x43\xfa\x72\x85\xcd\x88\x02\x11\x29\xf6\x0a\xfe\x88\xfc\x45\x4b\x46\xcb\x54\x23\xf2\x0c\xfd\x57\xee\x70\xb2\x9f\xff\xfa\x26\x4d\xf6\x93\xce\xd7\x5a\xc4\xdf\x70\xab\xd3\x98\xdc\xd3\xae\x9f\x64\x85\x52\x4b\x87\x7d\xad\xb8\x6a\x36\xda\x96\x4f\x62\x7c\xa1\xb5\xc9\xcc\x84\x62\xb9\xcc\xcd\x7a\x86\xa7\xf7\x2e\x9b\x50\xbe\x66\xb8\xfe\xbb\x9b\xe3\x94\x85\x32\xac\x0c\x9e\x23\x2a\x8d\x5f\x9c\x6b\x38\x1b\x51\x2e\x7f\xbe\xe0\x34\x8e\xbd\x2d\x9f\xcb\xa3\x1b\x86\x28\xf1\x2d\x42\x5f\x47\x12\x51\x2c\x3a\xac\x48\x23\x00\x71\xcc\xd1\xdf\xf2\xf9\xc8\xae\xd3\x97\xa0\x46\xf2\xa2\xdb\xdb\xed\x88\xff\xa3\x79\xa5\x0f\x89\x43\x1d\xaf\x09\x25\x76\xb6\xc8\x27\x6a\xe4\x88\x32\x80\xf5\x29\x91\xc9\x3a\x03\xa2\x2a\x8b\xf8\x83\xba\x43\x1a\x54\x8a\x22\x4f\xfa\xa7\x6d\x5e\xac\xb5\x30\x60\xaf\xef\xfa\x06\x55\x9d\xa9\xbe\x4d\xbe\xa3\xbe\xe8\x4d\x9d\xe2\x79\xda\xb3\x0c\x6f\xa9\xc8\xb8\xd5\xb9\x8e\xc5\x5f\x4a\xa7\x9d\x3f\x39\xde\x41\x94\xbb\xef\x78\xc7\xde\x03\x51\x46\xd2\xd6\xd4\x46\x1a\x51\xd2\x8a\xcb\x43\xfb\x84\x75\x48\x1e\x72\x9b\x19\xed\x84\x76\x29\x71\x16\xe1\xa5\x47\x7a\xe2\x89\x3f\x60\xd7\x50\x32\xe1\x8b\xab\x8d\x68\x2f\x9d\x98\xe5\x59\x91\x8a\xc2\x7c\x56\x5e\x1b\x56\xfe\xf0\x9c\x29\x5f\x62\xb3\x33\xb5\x3e\x73\xfe\x84\x3c\x13\xc9\x94\xd9\x27\x17\x4e\x14\x32\x28\x4c\x0e\x7c\x5f\xa2\xb8\xd5\x20\x69\xd1\x1c\x44\x99\x6e\x7d\xc5\x79\xfb\x10\xc7\xcf\x9a\xf6\x63\x76\x04\xe2\xb8\x6e\xdd\xf6\xd0\x55\x88\x62\x1f\xf4\x84\x03\xb7\x23\x8a\x7e\x1b\xb4\xa1\x3d\x1e\xdb\x76\xcf\x20\x79\x2f\x4d\xa7\xe3\x88\x9f\xb0\xc6\x64\x39\xb1\xe2\xbb\xf7\xae\x23\x72\xd7\x26\x6d\x25\xf3\x13\x0b\x05\xc4\x2f\xe0\x12\xb6\x7f\xbf\xc0\x58\x00\xbd\xc0\xe2\x00\xab\x47\x63\x0c\x55\x9a\x8a\x1c\x52\x62\x44\x50\x49\x75\x77\xd1\x11\x57\x11\x07\xf9\x7d\xbb\x7c\x5e\x3d\x11\xaa\x97\x7f\x9f\xfb\x10\x71\x34\x9f\x82\xf1\xda\x46\x44\x81\xa5\x0a\x31\xe9\xb3\x10\x05\x46\x28\x64\x26\x2b\x21\xf2\x2f\x55\x10\x4b\x38\x87\xc8\xb7\xb4\xfd\x7a\x00\x79\xce\x2b\x9f\x68\x17\xeb\x5a\xf9\x4c\xe2\xa7\xdb\x6b\xb5\x95\xf8\x43\x36\xec\xa1\x9d\x9d\x12\x81\x9e\x92\x03\x9b\xaa\x08\x3f\x99\x7a\xf4\x34\xb1\x66\x92\xfa\xf5\x9e\x5a\x5d\x00\xc2\x2e\x75\x97\xe3\x0e\x03\xf0\xde\x3e\x6b\x53\x3a\x1b\x60\x78\xe7\xe9\xa9\x6d\x1c\x26\x31\xb3\xe6\x06\x9d\xfb\x12\x5b\x82\x99\xbb\x98\x9b\xef\xb9\x8c\xdd\xcf\x26\xfe\x99\x6b\x1d\x4b\x49\x1e\xd2\xd1\xf4\xf5\xa4\x6e\x61\x71\xcd\x0e\xd2\x09\x26\xc7\x67\x3f\xe9\x50\x98\x6a\x79\x98\xf0\xd4\xa8\x5d\xc7\x09\x2f\x70\x95\x6d\x20\x9d\x65\x26\x6e\x6b\x61\x7a\xd7\xdc\xed\x93\x21\x95\x18\x6f\xc7\xd1\xae\x5a\xad\x8a\x85\x84\x29\xdc\xd2\x6e\x25\xbd\xde\x5a\x98\x33\x41\x1d\xc3\x7f\x6a\xcf\x50\xac\x54\xa3\xb8\x97\x89\xbf\x6c\x26\xbd\x5b\xcb\xc4\xf7\x90\x75\xb9\x2d\xb6\x82\xf0\x0c\x2e\x0f\x5c\x18\x47\x79\xe0\xcc\x73\x57\x88\x97\xc5\xf2\x47\x2b\xf1\xfa\x48\x9b\xb7\x31\x5d\x6f\x5f\x6f\x93\x20\x9e\xd5\x2e\xab\x00\x12\xb9\x7b\x15\xb6\x95\x30\xd9\xce\xda\xcb\x84\x49\xbc\xd0\x64\x13\xa6\x7b\x87\xd1\xa7\x99\x89\x6c\xd5\x33\xbd\x35\x8f\xeb\x12\xfe\x21\xbe\x9f\xc4\x6b\x77\xee\xac\x21\xf1\xc2\x75\x71\x67\x48\x1d\xa1\xa5\x2f\x9b\xc8\x38\xcc\xd9\x78\x83\xb0\x08\xdf\x9b\x0f\x49\xaf\x20\xc3\xd7\xb4\x73\xa9\x78\xed\x87\x1f\x54\x8f\x81\x03\x42\x44\xc3\x01\x39\x77\xf2\x66\x0d\x24\xaf\x21\x4f\xf0\x33\x97\xf6\xe6\xfa\x35\xfa\x9b\x24\x07\xdf\x33\x7a\x3c\xbb\x4c\x91\xab\x17\x1d\xaf\x42\xb3\x1a\xc2\x8b\xb3\x0f\x34\x90\x05\x92\xb6\xfd\x1a\xb9\x4f\x10\x7f\xee\x1e\x91\x17\xba\xa5\x8d\x74\xf7\x76\x83\x2e\xf2\xad\x3a\xad\x9f\x08\x3f\x12\xf3\x64\x8b\x70\xdf\x78\xfe\xf7\x14\x6d\x19\x5e\x91\xc8\x54\xea\x2c\x71\xa1\x78\x9b\xa9\x58\xc1\x26\x3b\xd2\x0f\x0f\x2a\xff\x6d\xd3\x9f\x7a\x6d\x15\xbd\x48\xd8\x49\x66\xe0\x6d\xf2\x57\x49\x47\x1f\x91\xf5\x39\x2f\xe9\x25\xe9\x48\x15\x18\xf3\x89\xc8\xb7\x17\xfe\x4a\x9e\x7f\xaa\x09\xfd\x6b\x91\xbc\x3f\x78\x10\xe3\x17\x33\x62\xe4\xcf\x66\xf8\xd0\xa6\x95\x14\xb9\x15\x3c\xb9\xfc\xe7\x23\x73\x73\x93\x7e\xc3\x8f\x61\xff\xe6\x1f\xff\xc4\xa1\xbe\xfc\x6f\x1e\xe4\xf3\x1a\xe0\xd7\x39\x80\x39\x66\x00\x9f\xeb\x01\x56\xc8\x03\xbc\xbb\x0a\x90\xaf\x00\xd0\xa5\x00\x70\xa4\x08\xe0\x25\x02\xdc\x42\x80\x37\x85\x00\x7d\x65\x00\x0f\x44\x19\xfe\x73\xf1\x7f\xf3\x1f\xae\xfd\xfd\x53\x3e\xd7\xfe\xab\x9c\x63\xf8\xc8\xfe\x3f\xec\xbd\x1e\xe5\x41\x7d\x1b\x00\x22\x37\x00\x7c\x10\x06\x48\x16\x05\x78\xf9\x1c\x60\xdb\x5e\x80\x8e\x63\x00\x47\x1c\x00\x3a\x32\x39\x6f\x0e\x40\x07\x02\xf4\xef\xfb\xcd\xc3\xb8\xfc\xe3\x1f\xf9\x8c\x8d\x2f\x79\xfe\x5f\xfe\xf1\x4f\x1c\xea\xcd\x1f\x9f\xcb\x00\xb4\xc4\x00\x58\x6c\x00\x5b\x13\x80\xde\xbd\x00\x33\x7b\x01\xba\xe4\x69\xdf\xfc\x67\xdf\x01\xb6\x68\x01\xb4\x8d\x06\xa8\x0a\x02\x78\x12\x09\x70\xbb\x04\x80\x73\xca\xe8\xff\xfa\x7b\x1c\xfe\xcd\x3f\x4a\x63\xff\x6f\xfe\xc1\xe5\x3f\x5c\x3f\x04\x97\x0f\x28\xd4\x00\x7c\xbf\x08\x60\xd0\x0b\xf0\xb6\x0a\xc0\xeb\x11\x40\x47\x08\xed\x57\xfd\x60\x1c\xc0\x86\x3e\x80\x3b\xaf\x00\x0e\x95\x73\x76\x0d\xfa\x5f\xab\x31\xc0\x90\x20\xc0\x59\x57\x86\x7f\x58\x51\xdc\xdf\xf9\x37\xff\xd8\xae\xfd\x5b\x0f\xae\x7c\x2e\xef\x81\x7f\xd9\x7f\x8e\x5e\x9f\x22\x00\x26\x6d\x04\xe8\x8c\x00\xb0\x17\x05\x78\xf0\x08\x20\x2a\x06\xe0\x66\x05\xc0\x9a\x4f\x9c\xb7\x0f\xa0\xb2\x95\x3e\xff\x9d\xb1\x00\x17\x3b\x01\x58\xad\xbf\xc7\xbf\x38\x80\xe2\x0e\x71\x8a\x5b\xed\x29\xae\xbf\xf7\x5b\x8f\x7f\xcb\xfd\x13\x7f\x30\xbd\xc8\xbb\x62\x01\x44\xa5\x01\x1e\x76\x02\xe8\xcf\x03\xb8\x7e\x13\x20\xa8\x07\xa0\x69\x2a\x40\x86\x26\xc0\xb9\x28\x80\xb2\x7c\x80\x53\xb9\x00\xad\x7a\x00\xc7\x2a\x81\x78\xa0\xf7\x32\x31\xe2\xad\xf7\xfe\x96\xbb\x7a\x19\xc5\xe4\x15\xff\x7f\x3d\xfa\x6e\x51\x7c\xc7\xf4\x2b\x7f\xc2\xf4\x80\xbf\x76\x1f\x80\xb3\x3d\x9e\x33\xe7\x8f\x74\xeb\x00\xa8\x5d\x20\x7c\x6e\xd9\x5b\x80\x8a\x35\x63\xdd\xf7\x87\x01\xec\x33\x1f\xbb\xe8\x5a\x1d\xc0\x6e\x47\x11\xfc\xb5\x03\x20\x7b\xab\x48\x01\xe7\x3b\x57\x64\x0b\x91\xfd\x7c\x89\xa9\xa0\x33\x07\x17\xa6\xf3\x91\x0a\x1f\x31\xe5\x3c\xea\xff\x4b\x8f\x81\xc5\x14\xdf\xf8\x08\x90\xfc\xdc\x3b\xc9\xd2\xa4\x23\xfa\xf9\x07\xca\xc4\x5a\x1c\x7e\xab\xf1\x5c\xf0\x03\xc0\x2e\x37\x8d\x41\xe3\x49\x02\x77\x36\x7d\xd4\x9c\x39\x67\x8e\x48\xca\x2a\x81\x29\xc7\x73\x33\xc4\x21\x79\x85\xba\xea\xb9\x26\x09\xe9\xc4\x1d\x6a\xf5\xef\x8b\xc4\x4a\xe6\x3f\x57\x9b\x81\x38\x66\x5f\x44\xb7\x8a\x2a\xa2\x60\xde\xcc\xaf\xca\x9f\x10\x05\x42\x02\x82\x26\x64\x23\xf2\xad\xf1\xbd\xa6\xd0\x83\x38\x2a\x97\x2b\xff\x57\x33\xc5\x4e\x71\x19\x62\x47\xaf\x89\x4c\x23\x76\xed\x64\x27\xed\x11\x7b\x60\xb5\x3b\xd9\xd7\xb7\x78\xfb\x92\xf8\x58\x4a\xe9\x74\xb9\xc9\x0f\xf8\x05\xa3\xf2\x3c\xdf\xfa\xae\x96\x3a\xe2\x7f\xce\x2d\x76\x95\xa9\xc2\x18\x37\xb6\xb3\x64\x75\xa3\x92\xae\xe3\x29\xc7\x95\xcf\xa6\x2a\x5a\xda\x7f\x76\xb0\x45\x94\xbe\x6b\x95\x66\xf9\x00\x51\xfc\xab\xf9\x4e\xb3\x2d\x88\xa2\x7a\xc6\xc6\xc6\x9e\x88\x63\x5c\xf5\x3b\xf5\x0f\x22\x0a\x7e\x64\xc9\x0d\x27\x3c\xa8\x73\x9e\xca\x3a\xba\xdb\x3b\x90\xfd\xfd\x58\x90\x2f\xe1\x65\xc5\x03\x11\x64\x17\xcc\xb6\xa2\xde\xfb\x44\x48\x20\xf1\xa0\xa0\xdc\x65\x7e\xe2\xda\x00\x36\xf7\x12\xf9\xed\x54\x45\xc7\xeb\xaf\x4b\xa8\x5d\xba\x56\xdc\x54\xd3\x3e\x3e\xb8\x5c\x52\x5c\x4f\x6d\x52\xdc\xd7\x07\xae\xa2\x1b\x55\x25\xe7\xcf\x45\x14\x8e\x57\x49\x09\x9f\x85\x28\x18\x3b\x89\x15\x94\x8e\x28\x70\x72\x62\xa3\xdf\x1b\x44\xbe\x46\xe5\x51\x9e\x66\x88\x7c\x4e\x2f\x6a\xa6\x12\x3e\xda\xd2\xea\x49\x76\xdf\x13\x0b\xc3\xc8\xf8\x17\xd7\xc4\x91\x5d\x79\xb3\xd4\x32\xd2\xe3\x6e\xd9\xd8\x74\x62\x67\x42\xe4\xd7\x13\x7d\x0c\x66\x6d\x23\xf6\x7f\x82\x43\x5e\x80\xde\x10\x4f\xb9\xd4\x9d\xdc\xd9\x71\xe5\x23\x5a\x24\x1c\xb6\x9a\x14\xcf\x04\x10\xd9\xb5\xc5\xaa\xd5\x04\x40\x90\x6f\xe3\x11\xce\x98\xf3\x98\xa7\x4f\xe0\xe0\x48\x8d\x25\x64\x5d\x0c\xcb\x5b\x40\xce\xfb\x3c\x93\xe6\xf2\x73\xf0\x7a\x88\xef\x37\x22\x7f\xe9\x1c\x62\xc7\x0f\xf4\xd3\x28\x41\x4e\xe5\x2a\x62\x77\x53\xe3\x68\x2f\xbd\x68\xc5\x3c\xe2\x3d\x70\xf5\xdc\x43\xf2\xb7\x95\x23\xca\x98\x5e\x9b\xd5\x97\xe5\xc9\xcc\x1d\x2a\x0a\x25\xf6\xae\xa2\x2f\x8f\x30\x87\xb2\xba\xcb\xe4\x7c\x5f\x72\xf1\x27\x89\x7c\xee\x60\xec\xec\xe6\x36\x8a\x6b\x98\x1b\x57\x34\xd3\xf5\x94\x71\x2c\xe1\x85\x25\x81\x69\xc4\x0f\x97\xf7\x71\x23\x91\xb7\xaa\x33\x9f\x8c\x47\x7c\xd9\x9e\x87\xc4\xde\x89\x96\x12\x3e\x68\xfe\xbd\x9a\xe4\xb3\x4b\x8a\x9f\x61\x7a\x84\x9f\x4f\x93\x25\x5d\x0f\xeb\x77\xd3\x6e\xba\xe7\x64\x37\x92\x38\xc8\xd9\xde\x3a\x92\x91\x77\x46\xa5\x67\x01\xd1\x97\xb9\xf9\x5d\xca\xdc\xc0\xde\xc3\xd8\xfd\x3c\xd2\x79\xa7\xb2\x75\x35\x99\x97\xed\xb7\xb6\x92\x79\xc9\xca\xde\x4d\xac\x74\xd2\xf0\x52\xc2\x6a\x66\xed\xa9\x22\x79\x42\x1e\xe6\xa7\xc8\xef\xe9\xea\xd0\x3c\x2a\xe1\xd4\x96\x89\x54\x8f\x3b\x29\xe3\x4f\x72\xb0\xb5\x88\x76\x6d\xbe\xd9\x91\x49\x56\xd0\x8d\xc1\xa3\xe4\xa4\x71\xfd\x61\x27\x79\xb2\x4b\x4c\x46\xcf\x19\xe6\x46\x7a\x0d\xe3\x49\x29\x27\xe7\xaa\x82\x3b\x79\x7e\x64\x1d\x7a\xec\x27\xf6\x3f\x75\xcb\x21\x62\x95\x63\xbc\x8e\x91\x9e\xd0\x81\xaf\xeb\xc9\x7a\xb0\x9b\x7b\x89\xf0\x56\x8d\xfd\xb7\xc8\xbc\x8c\x1a\x7a\x54\x4c\xf5\x78\xb9\x4e\x82\xbc\x49\x9d\x3a\xae\xc4\x73\xf2\x22\x6d\x79\x0f\xc5\x43\x44\xce\x73\xf6\x63\xc2\x20\x9e\x30\x11\x3d\xee\x8d\x30\xae\x5e\x75\xe4\xdc\xb7\x65\x4b\x39\xe1\xe3\xe9\x51\x47\x49\x5d\xeb\x45\x32\x75\xe4\xaf\xa2\x72\x2e\x13\x9e\x38\x5d\xfe\x06\x61\x57\x96\x19\x0f\xc8\xe8\xab\xc9\xb7\x13\xbd\x78\xe2\xdf\x30\xbc\xb0\xcf\x46\x98\x44\x7c\xbf\xa1\x1d\x61\x28\xdf\x0b\x93\x88\xe7\xf9\x7b\xda\x7e\xe2\x89\xfe\x1e\x70\x97\xf8\x7f\x7a\x36\x0c\x90\x6f\x7e\xc9\xf8\xa5\x1e\xef\xa3\xd8\xaa\x40\xf6\x57\x86\x87\x2e\xdd\xd7\x48\x66\x37\x16\x5a\x88\x1f\x2a\xe4\xfd\x5d\x1a\x17\x1c\x7c\x4a\xfc\x45\x26\x32\xb4\xfe\xe7\x84\x4e\xca\x62\x78\xdf\xff\x34\xa7\x7a\x20\xf2\xde\xa4\x68\xca\x60\x34\x93\x17\xb4\x8d\xf9\xcc\xf5\x4b\x51\x26\x39\xe8\x4c\xe5\x77\x33\xfe\x3a\xea\xbf\xfb\x8b\xff\x88\xfd\xc1\x3b\x2a\x00\xf4\xf6\x03\xf4\xff\x00\x30\x6f\x05\xf8\xbc\x15\xc0\x63\x16\x40\x17\x0b\x20\xec\x10\xf5\xf3\x2c\xf6\x00\xb8\x57\x04\xc0\x79\x93\x6f\x75\x72\x98\x37\x40\x6b\x29\x40\xdd\x71\x80\xd6\x10\x80\xa7\x21\x00\xad\xdf\xe8\x77\x36\x30\x71\xa9\x63\xeb\xff\xb6\xbf\x25\x2e\xff\x37\xff\xe0\x22\x87\x0f\x7d\xb3\xa5\xf6\xfe\x7d\x34\x80\xc3\x64\x80\xe7\x76\x9c\x35\x03\x70\xff\x23\xc0\x02\x8e\x7d\x0f\x02\xc8\xfa\x08\x70\xdd\x03\x60\xaf\x07\x40\x4b\x3c\x40\x9d\x05\xc0\x0d\x2f\x80\x0e\x47\x80\x66\x26\x86\x75\xea\x23\x23\x7f\xdb\xdf\xf2\xf7\xb4\xff\x97\x7f\x70\xfd\x2e\x5c\x1e\xa0\x70\x1a\xa0\x37\x02\x40\x7d\x0b\x40\xd7\x58\x00\xf3\x78\x80\x47\x53\x00\xbc\x77\x01\xb4\x1a\x01\xcc\x6d\x06\x68\xfe\x06\xb0\x4a\x1b\xe0\x92\x01\xc0\xee\x2d\xd4\xde\xd7\x7d\x03\xb8\x3c\x0b\xe0\x45\xd4\xef\x71\xe0\xda\xff\x7f\xf8\x07\x23\x23\xff\xc3\x7f\xf9\x07\x97\xff\x8c\x2c\x03\x18\x30\xa3\x9f\xdf\xf7\x02\xc8\x14\x02\xb4\xb7\x02\x68\xc7\x01\xdc\x71\x00\x70\x8a\x03\x68\x5e\x0b\x10\xb9\x08\xe0\xa2\x12\x8d\xd3\xd5\xc7\x03\x14\x7e\x02\x38\x17\x07\xc0\x79\xc3\xce\x8e\x06\x78\xe1\x08\x70\xec\x5f\xfc\x67\xc7\xc7\xbf\x79\x40\xf6\x1f\xbc\xf0\x2f\xfe\x93\x41\xf1\x7b\x05\xc5\xb7\x9c\x77\x03\x01\x1e\xd9\x01\x28\x4d\x01\xb8\xf6\x18\xc0\x4c\x82\xc6\xfb\x38\xfc\xe3\x74\x38\x00\x67\xe7\x3f\xe6\x01\xb0\x33\x1c\xe0\xc8\x67\x80\xb3\x2b\x01\xaa\x62\x00\x3a\x63\x7e\xf3\xbf\xed\x29\x7f\xcb\xcd\x64\x62\x7a\xcb\xcf\xff\x6f\xfe\x31\xc8\xbc\x05\x3d\x05\x14\x3b\x98\x9f\x73\xd6\xe1\x68\x4f\x80\x0b\xcd\x00\x1a\x71\x00\xc7\x03\x00\x3c\xf2\x01\x0e\x3d\x07\x48\x28\x02\x28\x93\x01\xc8\x1f\x0e\xb0\x7f\x1d\xc0\xd9\xa7\x00\x45\x85\x00\x2f\x27\x01\xe4\x8f\xa7\xdf\x9d\xc5\xf0\xb1\xe5\x93\x28\x2e\x66\xfc\x56\x71\xcb\xfe\xa5\x07\xd3\x99\xbb\xf7\x24\xc5\x17\x4c\x67\xe6\x7b\xcc\xb8\x5c\x64\xbc\xe9\xc7\x6e\x02\x8c\xd3\x06\x28\xef\x01\xb0\x3c\x02\xb0\x77\x23\xc0\xbc\x83\x00\xdb\x0f\x02\x6c\xf5\x04\xd8\xf2\x0d\xe0\x54\x26\xc0\x86\x1f\x00\x1d\x9e\x00\x19\xf3\x18\xb9\xcc\xfc\x44\x31\xe7\x86\xf0\x34\x8a\x81\x69\x7f\xeb\xd1\x37\x9c\xbb\x3b\x32\xf2\x23\xb8\xf2\xf9\xa6\xd1\x5d\x78\x2c\xf1\xbb\xef\xee\x94\x24\x3d\xc6\x37\x9d\x90\x53\xd1\xf2\x1b\x21\x9d\xde\xa5\x30\x66\x66\xe0\x28\xe3\x24\x3b\xf9\xe4\xac\x0e\x3e\xe1\xd8\x4b\x72\xfe\x55\x57\xf8\xd2\xa3\x3d\x65\xb3\x1e\x0a\xf0\x9e\x8a\xfc\x22\xdb\x87\xc8\x73\xc7\xdf\x42\x76\x22\xe2\xc8\x50\xcf\x62\x71\x12\x5f\x70\x59\x20\x4c\x2a\xf0\xdb\xf6\x8f\x26\x91\xfb\x9f\x91\x8c\xfc\x6a\x20\xbc\xe7\xce\x3c\x61\x62\xf7\xeb\xe5\x69\xc7\xd9\x4a\x79\x9a\xbf\xbd\xbd\xd3\x84\xec\xd6\xe9\x69\xd6\xe4\x54\x3d\x7f\xba\xa3\xb1\xf4\xcf\xe1\xa2\x01\x5a\xb6\xbb\x9c\x1c\x84\x4f\xb8\x8c\xb1\xda\x90\x94\x23\xba\xc6\xb2\xdc\xfc\x71\xb1\x9b\x78\xb2\xf1\x59\xb3\x31\xd7\x78\xc5\x0e\x18\x1e\x32\xd3\xfa\xa5\x22\xa2\xad\xbb\x48\xbf\x1f\x71\x74\x92\xd6\xe6\xa9\xf9\x88\x7c\x4f\xa7\x9c\x98\x92\x87\xc8\xeb\xa6\x92\xa4\x32\x1b\x91\x67\xe9\xdb\xfd\xc3\xe6\x90\xdd\xf5\x83\x74\x3e\xb1\x42\x9f\xf4\xc9\xf9\xb5\xec\x93\x03\x59\x29\xdb\xac\xa8\xf5\x4a\x87\x20\xe2\x9f\x98\x63\x1d\xb9\x83\x83\xf6\x71\xf3\x86\x46\x54\x03\xe8\x36\xcc\x1d\x6f\xf8\x82\x6f\xf9\x64\x97\x39\x8e\x31\xcb\xf8\xf9\xe5\xdb\x66\x3b\xef\x5c\xc3\xfb\x4b\xfa\x55\xe4\x9e\xa6\x53\x3c\x87\xa4\x56\x46\xbc\xf8\xb2\x6a\xb8\x85\x58\x63\x20\xf1\x73\x88\xf6\x7a\x91\x7c\xbe\x31\x99\x2e\x84\x77\x08\x8b\xdb\x92\xbc\x90\x5b\x0d\xca\x24\xef\xe4\x8c\xb2\x1d\xe9\x24\x5d\x2e\xe3\x4b\xfc\x10\xf9\xf3\x68\x87\xfe\x8c\xe1\xf3\xc8\x38\xc5\xbc\x59\x48\xe2\x23\x5e\x71\xc9\xc4\xfe\xab\x57\xad\x26\x7a\x09\x8f\x5d\xfb\x6d\xd2\x68\x80\x11\x5e\x59\x8b\x83\x89\xff\x63\xd5\xb1\xcd\xa4\x47\xf1\x4a\x56\x1d\xe9\x85\xbf\xc2\xec\x2d\x39\x91\x27\x32\xbc\x23\x66\x2d\xc5\x48\x86\x07\xcc\xdc\xc3\xc1\xb3\x66\x94\x88\x57\xca\xcf\x24\xf1\xaf\xfc\xa9\xb4\x07\xf9\xaa\xea\xc5\xc4\x0f\xb5\x30\x74\x05\xf1\x5b\x06\x37\xd3\xfc\x1d\x0b\xf6\x26\xe2\xff\x18\xef\xbf\x9d\x59\xb9\x7b\x16\xc8\x12\xde\x53\xb0\xc7\x9f\x7c\xd5\xce\xbd\x6b\x9e\xd2\x99\x3c\x46\xd6\x7e\xde\xb0\x76\xc2\xfd\xb9\x15\xef\x32\xee\x50\x4c\x61\x3a\x24\x2c\x96\x20\xfc\x43\x9e\xc6\xe7\x76\x4c\x58\x4c\xf2\xf6\xb3\xb2\xd3\xc8\x7a\x48\x84\xb5\x24\x4f\x2a\x52\x7b\x0b\xe1\x1d\x1e\x22\xdb\x09\x3f\xd6\xb9\x51\x44\xb2\x3c\x04\x6f\x55\x32\x3d\x8e\xab\xb5\x65\x89\x3d\x3b\xe4\xe1\x4d\x3c\x28\x07\x87\xa7\x11\x4b\x5d\xf1\xb1\x92\xcc\x68\x59\xdd\x5d\xc2\xdc\xb8\xfc\xa7\x80\xa9\x00\xb8\x95\xe1\x41\xeb\x08\x0f\x29\x14\x5d\x42\x3b\x7f\x9f\xcf\x24\xe3\x9e\x1a\x97\x43\x78\x50\x2c\x14\x10\xbf\xdd\x8c\xf0\x22\x62\x2d\xad\xf7\x96\x92\x7c\x25\x95\x92\x23\xc4\x0b\x35\x7c\xfb\x99\x2e\xaa\x47\xa3\x92\x34\x19\x87\x7a\x25\x3a\xb2\xe7\x64\x93\xc9\x8d\xb3\x3a\x87\xfd\x07\x39\x78\x56\x8a\x46\x98\x4e\xbd\xe9\x27\xfc\xe0\x70\xe5\xff\xe2\x65\x9b\xc2\xd7\x13\x6f\xc5\x0a\xf9\x3c\xc2\x0f\xe3\xbf\x15\x91\xf1\x08\x1f\x5d\x4a\xec\xbe\x87\x76\x15\x99\x07\xe3\xa6\x13\xe4\x4d\x56\x12\x6c\x08\x26\xe2\xd2\x9a\x37\x52\x3d\x6e\x9d\x91\x5c\xc2\xc1\x1b\x35\x8e\x64\x7e\x6e\x1c\x5c\xf4\x96\x7e\xde\x43\xc6\xe3\xda\xa7\xcb\x44\xe3\xab\x1f\xbb\x09\xb3\x3a\xcf\xf8\xc9\x4e\x31\x3c\xe8\x08\x39\xbb\x64\x89\xee\x22\x3c\x39\x31\xa0\x84\x4c\xd0\xdc\xb8\x6a\xc2\x8b\x66\xbc\x3d\x4e\x78\x87\xe3\xb9\x73\x24\xda\x35\xad\x96\xee\x64\x32\x9f\x6f\xac\xa6\x7a\x3c\x12\xa3\x7a\x3c\x3f\x2b\x46\x6c\x41\xfb\x36\x9b\xf5\x1c\x7c\x26\x33\x9f\xac\x8b\x76\xa5\x1d\x24\x10\xf5\x74\x69\x3d\xd9\x1b\x9e\x64\xbf\x19\xc7\xc1\xbb\xcc\xcd\xfc\x6b\x4c\xe5\xe8\x0b\x64\x0f\x4b\x31\xab\x24\x4f\x33\x7f\xc1\x51\xf2\x9c\xe1\x70\x96\xf0\x3f\xdf\x1f\x97\x1c\x39\x68\xd5\x73\x8d\xac\x76\x5d\xc5\x7b\x84\x5d\x49\xcd\x7f\xaa\x47\xe5\x77\xd1\xc2\x54\xf0\x45\x4e\x88\xc6\x25\x9b\xcd\xc8\xf3\x7f\x0e\x8b\x22\x95\x32\x3f\x5b\xd0\x19\xee\x8e\x38\x49\x78\xea\x87\x0d\x4f\xc9\xde\xfc\x86\xf1\x24\x3d\x6b\xa1\x19\xf1\x77\x4f\x72\xf7\x53\xae\xbf\x85\xc3\x37\xd8\xe9\x00\x9c\x01\xe9\xbd\x04\xa0\x95\x03\xf0\xea\x07\x80\x71\x2c\x40\xdb\x36\x00\xc7\x1f\x00\xb7\xbe\x02\xf8\x77\x02\x5c\xa9\x03\x98\xd7\x0a\x70\x3e\x09\x20\x55\x1c\xa0\x21\x15\x60\x5b\x39\x40\xa3\x07\x40\xd5\x4a\x80\xc6\x0a\x80\xeb\x15\xd4\xf6\x72\x18\xe4\x59\x6b\x2a\xe3\xe0\x49\x8a\xfb\x96\xfd\xdf\xfc\x43\xa6\x83\xc6\xb9\x64\xe3\x00\xba\x6b\xe8\xcf\x3b\x7c\x00\xa6\xd6\x00\xdc\x2b\x07\x30\xbb\x02\x70\x5d\x07\xc0\x2b\x02\xe0\xa2\x36\x40\x94\x28\xc0\xb9\xe1\xd4\x2f\x74\xb6\x18\x60\x9b\x07\xc0\xe9\xfb\x00\x87\xee\xd2\xbc\x97\x6b\x9d\x94\x07\xf4\xc6\x02\xd4\xca\xff\x6d\xff\x0b\x17\x31\xfc\x63\xeb\x7f\xf9\xc7\xd8\x3d\x00\xbf\xbc\x01\x44\x36\x02\xbc\xad\xa3\x7e\x98\x67\x8e\x00\x93\x92\x01\xee\x8c\x01\xd0\x4f\x00\xb8\x54\x01\xe0\x6c\x46\x6d\x6a\x68\x21\xc0\xd1\x74\xea\x17\xaa\xd6\x06\xd8\x58\x0b\x50\x3d\x12\xa0\x62\x1f\x40\xed\x45\x80\xeb\x08\x50\x2b\x09\xf0\x39\x17\xa0\xf4\x27\x23\x3f\x91\x62\x4e\xef\xbf\xf8\x47\x19\x00\xdf\x12\xc6\xde\x4d\x00\xf8\xb2\x83\xce\xfa\x6b\x6f\x80\x91\x17\x00\x1e\x75\x03\x48\x78\x03\x5c\x5b\x0b\xa0\x72\x02\xa0\xfe\x15\x80\xb9\x13\x00\xe7\xed\x09\x14\xe5\xec\x3f\x00\x0b\x3a\x01\xca\x36\x01\xac\x8f\x07\x38\x70\x8c\xfa\x41\x38\x9f\xaf\x29\x02\x94\x99\x01\xf4\x3e\xff\xfd\xfc\x1b\x99\x7c\xa0\x35\xcc\x38\xac\x60\x64\x73\x79\xcf\x60\x1d\xc5\x1e\x55\x8a\x5c\xde\x71\x47\x1e\x80\x73\x12\xe7\xf0\x2e\xc9\x1a\x80\xe3\xfe\x00\x3a\xd7\x00\x2a\xaa\x01\xdc\x7b\x28\x27\x8d\x3e\x07\xb0\x67\x09\x90\x9d\xaf\xd0\x0c\xa0\x34\x1b\x60\x57\x11\xc0\xf5\x20\x80\xc2\x4d\x00\x3f\xca\xa9\xef\xea\x4f\xb9\x49\x0c\x1f\x58\xc8\xf0\x21\x2e\xef\xf8\xc6\xe0\x1b\x6b\x8a\x0f\xb4\x28\x36\xf7\x50\xe4\xcc\xf7\x70\x6d\xca\xb3\x95\x12\x00\x8a\xbc\x01\xac\xd9\x00\x3b\xb2\x01\x22\xd7\x03\x6c\xad\x03\xc8\x34\x03\xd8\xd4\x02\x50\xf6\x94\xca\xbd\x5e\xce\xd9\x2d\x01\x7e\xa9\x01\x24\x8f\x61\x78\x0f\xc3\xc9\x67\x31\x9f\xc3\x99\x35\x31\x70\x93\xca\xf9\xc0\xa2\xf8\xf4\x35\xb3\x3b\x9d\xa3\x58\xcf\xdd\xbd\x99\xf1\xd9\xa3\x49\x79\x6b\xee\x76\x00\x0e\x31\x59\x27\x0e\x10\xb8\x12\x20\xbd\x0f\x60\xe5\x46\x80\x64\x16\xc0\x81\x37\x00\x49\x53\x01\xae\x87\x01\x24\xdc\x03\xf8\x51\x0f\x30\x9b\xf1\x0b\xfa\x17\x50\xf4\x60\xee\x0e\x3a\x33\xeb\x97\x3b\x0f\xcf\x69\x1a\x30\xb4\x3a\x50\x3c\xaf\x49\xb1\xf6\x10\xc5\x03\x1f\x81\xec\x2b\x9b\x3f\x8d\x22\xf1\xa1\xb4\x45\xa3\x7d\x94\x26\x02\x2c\xda\x36\xa6\xcb\x73\x0c\x40\x74\xae\x48\xce\xb2\x6e\x80\xd0\x1d\x63\xe6\xec\xb5\x04\x08\x88\x16\xb6\xbf\x54\x0b\xe0\x5b\x20\x34\xb9\x7b\x3e\x80\x33\x9b\x9f\xe4\xa8\x5b\x94\x0d\x37\xc4\x3f\x73\xf7\x7e\x50\xe4\xf2\xaf\xbb\x2e\x8c\xfc\x11\xc3\x88\x1d\xab\xde\x20\x4e\xf2\x94\x0a\x77\x2a\x91\xcf\xeb\xe5\xd5\xc8\x2e\x95\x08\x3a\xc4\x9a\x05\x3e\x31\x34\x10\x8c\x03\x70\x9e\x67\xf0\xc1\xb4\x62\xd4\x4f\x93\x43\xd3\x82\xe7\xe6\xf1\xcf\xd1\xd6\xd0\x1d\x9d\xab\x22\x90\xa2\x2e\x30\xb5\xfd\xcc\x52\xfe\xbd\x93\x6f\x4c\x1d\xdf\xd9\xc9\xfb\x6e\x42\xa8\x46\x1e\xe2\xc8\x00\xb9\x5c\xe5\x62\xc4\xe1\xbe\xd2\xdb\xe5\x77\x23\x0e\xe3\x95\xc8\x92\xea\xe0\xe8\xc1\xe5\x7f\xf5\xf2\x12\xe4\xbe\xda\xa1\xea\x49\x64\xf7\x2b\x10\x30\x24\xbb\xdf\xda\x01\x1b\x92\x35\xba\x28\xdd\x85\x8c\x43\xa0\xa8\x0f\x89\x53\x19\x74\x06\x11\x26\xa9\xf8\x31\x38\x48\x3d\x61\xb8\xb3\x44\xfb\x4c\x8d\x90\x95\x00\x42\x62\x01\x0b\xd6\x37\x00\xf0\xf2\xf8\xdb\x1e\x75\x01\x18\x21\xe8\xfb\xad\x8d\x64\x70\x78\xbe\xa3\xfb\xa8\x2d\xd3\x81\xc0\xac\x99\xa2\x3e\xc9\x67\xab\xab\x93\x27\xf6\xfd\x10\x1a\x93\xf3\x6b\xe1\x2a\xfb\x52\xf2\xfc\x92\x3e\x64\xa4\x12\xc7\x04\x93\x7c\xa0\x30\xab\x59\xc4\xee\xd9\x7d\xa0\x75\x86\x14\x32\x16\x33\x2b\x3b\xf9\x98\x14\x89\xa8\x26\x4d\xf5\x21\x3b\xff\xa2\x27\x19\xe4\x9c\x9d\x20\x76\x90\x30\x98\xb8\xd6\x7b\xe4\xbc\x3b\xdf\x11\x89\x87\x2b\x84\xe1\x43\xfe\xcc\x8d\x73\x2f\x12\x87\x39\x2c\x67\x49\xf2\xb5\x0b\x84\x3d\x89\x9c\x75\xa1\xc1\x24\x0e\xb2\xb4\x76\x2e\x59\x21\xb3\x7b\xe3\x09\x2f\xf0\x74\x4e\x22\xf6\x4d\xef\x48\x9a\x01\x07\x05\xef\xad\x1d\x43\xf5\xc8\x3e\x20\x93\x47\x67\xce\x83\x3c\xc9\x9a\xea\x64\xf2\x39\xab\xe9\x00\xf9\xcb\xd5\xfd\xd7\xc8\x5f\xac\xd2\xa0\xbe\xd8\xa5\x4c\x87\x88\xb8\xc3\x14\xe7\x90\x8a\x7c\x7b\xe4\x83\x88\x5f\x6e\x83\xfb\x1c\x12\xcd\x4a\x7e\x4d\xfd\x70\x73\x2f\x27\x93\x5b\x4c\xfe\xbd\x19\xc4\xde\x5a\xf3\xac\x23\xfa\x4d\x4e\xa4\xf7\xdb\x86\x2d\x2b\x38\x4e\xf5\x28\x72\x97\xd9\x4b\x57\x92\x0b\xf1\x68\x15\x32\x91\xbe\x02\xab\xdd\xf4\xa6\x97\x65\xd3\x42\x0e\xe6\x9f\xa7\x19\xce\x5c\x5e\xb6\x7a\x01\xc5\x15\x64\x3c\x36\x0d\x8f\x25\xd1\x99\x15\xf2\x4b\xc8\xf7\x2f\xd0\x5e\x45\x9e\x8a\xeb\x8f\x73\x0f\xc9\x21\x27\x1a\x43\xff\x1d\x24\xba\xa2\x50\xb1\xd7\x8a\xca\xaf\xa4\x44\x0e\x0e\xeb\xca\xca\xd2\x99\x75\x20\x7b\x4d\x65\x7b\x1c\x91\x5b\x99\x9d\x4f\x56\x5c\x45\x1c\xe7\xdc\xcd\x61\xde\xf4\x06\xda\x81\x09\x7f\xf3\xb2\x5c\x92\x71\x9c\xde\xb8\x82\xcc\xf7\xa2\x37\xeb\xc8\x4e\x32\x8b\x9d\x43\xac\xf1\xf4\x95\x05\xe4\xbd\xb0\xdb\x48\xf3\xb7\xb4\xed\xca\xe7\x73\x50\xa2\xaa\x5a\x98\xca\x3f\x2b\xce\xac\xf0\xad\x52\xc4\xaf\x71\x8e\xc7\x76\x80\x83\x75\x19\x31\x84\x77\xd5\x95\x6d\x25\x4f\x72\x56\xfd\xc4\x78\x0e\x9e\x32\x7a\x44\x32\xaf\x4f\xac\x44\xb2\xc2\x0f\xdd\xa4\x7a\x94\x90\x0a\x3d\x4b\x1d\x36\x93\x1d\x2b\x16\x0a\x88\x3f\x2c\xf8\x7e\x31\xd9\xe1\xdd\xed\xcb\x48\xfd\x2b\x33\x89\x2a\xb2\x2e\xd4\x76\x1d\x23\x7e\xb9\x31\xd5\x75\x8c\x05\x68\x2e\xa2\x78\x63\x9f\x24\xd9\xfb\x5a\x24\x2c\x25\x08\xa6\x46\x91\x7c\xa5\x96\xf6\x6c\xc2\xfc\xaf\xa9\x1c\x21\xfe\xb1\x66\x87\xdb\x6d\x1c\xbc\xb4\xed\x3b\x89\x08\x72\xe3\x84\x27\x89\x1f\x93\xeb\x0f\x8c\x14\x2a\x4d\xe2\xa0\x5f\x40\x15\xd1\xc7\xc1\xfc\xd8\x31\x0e\x1a\x59\x9e\x23\xbc\x51\x79\xe5\x05\xb2\xd3\x0b\xad\xbc\xa6\x48\xe5\x3f\xc8\xa1\xf8\x54\x40\x94\x78\xc0\x9f\x66\x98\x92\x11\x6b\x5b\x4c\x4f\x1c\x4f\x1c\xb2\x88\xe6\x4f\xc6\x1e\x24\x33\xfd\x30\xab\x85\x74\xd6\xbb\x5f\xd3\x43\x6e\x94\xdc\x7c\xc6\x26\xe3\x78\xe5\x3b\xd7\xce\x71\x78\xc6\x4f\x3b\x00\xc5\x68\x80\xf7\xf2\xd4\x8f\xdf\xe1\x08\xa0\xbe\x1d\xe0\x2e\x1b\x40\xa7\x07\xe0\x6a\x1c\x00\x67\x61\x34\xf0\x03\x78\x74\x02\x1c\xff\x08\x10\x66\x03\x50\x35\x1e\x60\xe1\x6e\x80\x83\x52\x00\x99\xd3\x01\x2a\x2e\x00\x14\x74\x00\x70\x64\x1f\xbf\x05\x70\x8c\xc9\x11\xaa\xaa\x05\xf8\xd1\xf0\xdb\xff\xc2\xb5\xbf\xb9\x8a\xbf\xf9\x87\xcc\x7d\x80\xaf\x06\x00\x12\x2d\x00\x5d\xaf\x00\x24\x4d\x00\x9e\xc4\x02\x28\x7c\x06\x68\x5d\x0d\x30\x65\x1a\xc0\x25\x6d\x00\xa3\x5e\x80\xb3\x9f\x00\x9c\x1b\x01\xaa\x7e\x00\x04\x36\x01\x54\x08\x01\xc4\xde\x02\x28\xe1\x01\x58\x35\x09\xe0\x40\x1c\x40\xc1\x2f\x9a\x2b\x7c\xbc\x86\xda\xfd\x07\xbf\x00\x2a\xe4\x00\xfa\xeb\x01\xf6\x30\x79\x43\x5b\x19\xde\xb1\xbe\x95\x22\xeb\x35\x00\x7f\x17\x40\xcf\x44\x80\x51\x03\x00\x2f\x13\x69\x3e\xcc\x3d\x0f\x80\xb1\xad\x00\x2d\x93\x00\x64\xaf\x70\x66\x93\xf2\xc5\x1a\x59\x00\xf3\x41\x80\x92\x52\x00\x6f\x65\xea\x5f\x98\xd3\x45\xed\xfe\x4a\x0f\x80\x5d\x7a\x00\x1c\x7e\xbc\x3b\x0e\xe0\xa4\x18\x00\xe7\xed\x7a\x98\x4c\x7d\x67\xec\xee\xdf\xf2\x57\x1f\xf9\x9b\x07\x0c\x32\xbb\x40\xf7\x35\x8a\x5c\xde\x41\x6e\x75\xd4\x52\x7f\x83\x88\x2b\x1d\x5f\x45\xa0\xbc\x67\x9a\x2c\x40\xd1\x76\x1a\x37\xdc\x19\xce\x39\x21\x52\xdf\x47\xca\x26\x80\x5c\x7b\x80\x1d\x26\x00\xdb\x1c\x01\x4e\x4a\x03\xec\xc8\x05\x68\x9f\xce\x39\x27\x53\x79\xe9\xb7\x28\x2e\xe3\xa3\x98\xc0\xf0\x32\x2e\xef\xa0\x51\xe2\xdf\xbc\xe3\x3a\xa3\xcf\x59\xc6\x4b\x7a\xd0\x0d\x60\xcc\x6b\x80\xbd\x69\x00\x2a\x85\x00\x79\xc7\x01\x6c\xe4\x01\x38\x47\x85\x80\x6d\x00\x59\xad\x00\x89\xde\x00\x6b\xbf\x01\xe4\xaf\x01\xc8\xb2\x03\x38\x19\x09\xb0\xfa\x3d\xc0\x53\x89\xdf\xf2\x17\x33\x79\x42\xd1\xdb\xfe\xe6\x1f\xff\xe6\x5f\x34\xf6\x0c\xd0\x14\x46\xf1\x84\x01\xc5\xfd\xcc\x69\x76\x5b\x35\x80\x44\x07\xc0\xfa\x66\xca\x57\xd3\xfd\x01\x7c\xd8\x00\xc9\x0d\x00\x09\xde\x00\xcb\x2a\x00\xf2\xfc\x01\x92\xd4\x00\x4e\xbe\x03\x58\x54\x04\xf0\xdc\x12\x20\x9e\xc9\x9f\x0a\x61\xc6\xc5\x8f\xd1\xc3\x95\xc9\x63\x7a\xab\xc1\x8c\xc3\x1d\x8a\xd7\xce\x52\x3c\x27\xcb\xec\x96\x0c\xff\xd8\x73\x94\xe2\x5a\xce\x6e\x13\x08\x90\x7a\x06\x60\xf2\x7e\x80\x84\x71\x00\xce\xfb\x01\xe6\xdb\x01\xc4\xdd\x07\x98\x65\x00\x90\xcb\xe2\xec\xc7\x00\x27\x3b\x01\x82\x2c\x01\x9e\xb9\x02\xf8\x4b\x52\x9f\x2c\x97\xf7\x98\x7b\x53\xe4\xf2\x90\x36\x86\xef\x5c\xab\x66\x76\x47\x86\x7f\xd5\xdc\xa7\x78\x80\x19\x8f\x6d\x12\x14\x69\x54\x02\x80\x73\x66\x13\x7b\x08\x10\xa1\x07\x60\xe5\x04\x30\xbd\x1a\x60\x5e\x1a\x80\xeb\x4a\x80\x2d\x31\x00\xb6\x62\x00\x47\x6f\x00\x58\xa4\x00\x3c\x5a\x05\x60\x32\x8e\xca\x9b\x12\x44\x51\x91\xf1\x97\x49\x33\x71\xe6\x5b\x09\x7f\xcb\x3f\xd2\xc4\xc8\xd7\xe2\x21\xd6\x31\xc7\x4c\x84\x98\xad\xd4\xcb\x92\xa4\x7e\xdd\x9c\x7e\x05\x62\x5f\x9c\xf9\x55\x78\xc8\x3e\x37\x4b\x4d\x4f\x6b\xf4\x70\x39\xb5\xbb\x2a\xfc\x33\xc7\x8e\x88\x50\x38\x38\x69\x72\x66\xf0\x88\x69\x52\x2d\xca\xc2\x07\xa7\x0f\xb3\x94\xb8\x38\x61\x7f\x6b\x05\x80\xe8\x18\xc5\x6f\xbf\xb6\x01\xf0\x9b\x49\x91\x7b\x8f\x3c\x0d\x22\xe3\xe8\x7e\xca\x4f\xf6\xd5\xf3\x49\x54\x6e\xad\x3c\x3f\x19\x99\xa2\x29\x32\x64\x17\xdc\xd4\xa1\x4a\x66\x66\x85\x3c\x71\x8f\x41\xd4\x76\x53\x72\x0e\xf6\xd0\xb6\x26\xa7\xd5\x29\x07\x5d\x88\x57\x43\x50\xd1\x4b\x52\x9a\xd8\x2f\xb7\xc5\xee\x24\x02\xe1\x74\x62\x39\xa9\xf0\xe3\x50\x57\xa2\xcc\x41\xdb\x8f\x34\x63\xc5\x7a\xce\x57\x12\x29\x31\x64\x6e\x12\x6b\x31\x7e\x18\x95\xfd\x1c\xac\x95\x97\x68\xa5\xf2\x55\xc9\x8a\xdd\xd4\x4c\xb3\x37\x53\xcd\x6c\xc8\xca\x8c\x3e\xe7\x46\xfc\x00\x7e\xa7\xa7\x13\x2b\x6a\xf2\x2d\x88\xf0\x03\x71\xf2\xb6\x92\x11\xda\x2a\x49\x2c\xf1\xac\x8f\xce\x24\xcf\x23\x52\x7b\x09\x19\xc9\x30\x57\x1a\xb9\x0a\x91\x3f\x4f\x7c\x8f\xc1\x71\xef\x89\x5f\xc4\x8f\xb9\xc1\xe3\xcc\xd8\x17\x5b\x23\xc2\x3f\x5a\xf5\x88\x1f\x28\xc7\x85\xca\x4d\x4b\xf5\x25\x9f\x63\x81\x66\xf9\x06\x44\x50\x79\x76\xf9\xb4\xbe\x82\x4a\x55\x3c\x39\xc5\x8f\xe8\x58\xba\x85\xea\x91\xf2\x63\x3c\x61\x52\xc9\x31\xf6\x31\x1c\x5c\xd2\x1b\xf7\x99\x60\x0e\xf5\x18\x25\xf1\x9f\x21\x3f\x4f\x68\x6d\x27\x4f\x1c\xf7\x96\xca\x8f\x60\x6e\x5e\x07\x91\x5a\x9f\x39\x81\xee\x84\xf7\xa5\x43\x30\xf1\x77\x2d\xd0\x8e\x22\x2b\x24\xf4\x76\x1c\x79\x43\x5c\xc3\x28\xab\x31\xf8\x9e\x42\xf2\x53\x64\x96\x67\x30\x3b\xca\x06\xc6\xde\x6d\x0c\x90\x22\xf6\x76\x7d\x9b\x0d\xc9\xa0\x59\x2f\x4f\x23\x9b\xeb\xbd\x28\x63\x5a\x73\xbb\x86\xec\x05\x59\x1f\x1e\x10\xbb\xbf\xaa\x73\x90\xfc\x65\x32\x93\x61\x9b\x40\xfc\x41\xe9\x77\x23\xc9\x68\x26\x42\x1c\x91\x1f\xd1\x91\x44\xd8\x81\x1f\xa4\x10\x6f\x92\xed\xda\x4c\xb2\x3e\xb5\x26\xad\x27\x56\x5b\xcc\x73\x2b\x93\x9f\x54\xb0\x82\x22\x97\x8f\xed\x8e\xb3\x21\x1e\x91\xc2\xdb\xb3\x48\x06\x73\xa1\x19\x65\x52\x05\x8d\x07\x89\x3e\xdb\xb3\x6f\x92\x38\xdd\x8e\xed\x7d\xc4\xee\x73\x79\x59\x16\xc9\x8b\x59\xb2\x9e\xf2\xdd\xb9\x39\xa9\xc4\x3a\x73\xfd\x71\xce\xad\xd9\xe4\xe7\xc6\x77\x73\xc9\xc9\x66\xd2\xd6\x1d\x24\xce\x3b\x7a\xeb\xde\x9d\x54\x3e\x97\x8f\x1d\x42\xaa\xc7\x21\xa4\x44\xad\xa2\x25\x82\x30\xec\xf2\xd3\x19\x94\x97\x7d\x2a\x23\xdf\x58\x5e\x76\x85\x60\xd9\xe5\x8f\xe4\x46\xfe\xbe\x50\x24\x99\x6a\x85\xe4\x5e\x4a\x6c\x00\x8d\x13\x86\x1d\xda\x48\xd6\x83\x0f\x3b\x9f\x8c\x87\xbd\x43\x21\x99\x10\xdd\xed\xfb\x08\xab\x54\xd2\x28\x27\x2f\xce\xa8\xb5\x55\x2f\xa9\x7c\x2e\x1f\xab\xab\x93\x22\x2b\xe6\xac\x86\x19\xe1\x1d\x67\xa4\x42\xc8\x88\x9d\x3e\x90\x4e\x46\xf2\x94\x11\x65\x74\x27\xdb\x1b\x49\x04\xf8\x04\xff\x2b\x32\x2f\x47\x13\xe9\x99\xb6\x72\x3d\x39\x67\x32\x3c\x30\xc0\x96\xca\x75\xad\xa4\x72\xcd\xe2\x2a\xc8\xf9\x49\xb3\xa3\x3a\x9a\x83\x72\xd5\x34\x7e\x36\xd2\x95\x6b\x71\x2e\x45\x51\x6c\xf1\x92\x24\x23\xd3\xac\x68\x4c\x66\xb6\x39\x26\x88\xbc\x71\x97\xdf\x72\xec\x1e\xc0\x95\x4f\x34\x02\x7a\x45\xf3\x1c\xd9\x71\x2e\x2f\x68\x67\x73\xf0\x42\x6d\x3f\x61\x7c\x75\xc6\x1c\x0e\xf4\x45\x0e\x40\x72\x0c\xc0\xeb\x33\x94\x77\x3c\x92\x04\x90\xbd\x0c\x70\xdd\x05\x40\xc9\x13\xe0\xe2\x0e\x00\x35\x49\x80\xe3\xbc\x00\x06\xf3\x69\x8e\x87\x6d\x2e\xc0\x81\xfb\x00\xbe\x5f\xe8\x79\x3f\x2a\x1b\xa0\x40\x1f\x60\xa9\x17\xc0\xce\x2a\x80\xcd\xe3\xa8\xdd\xe7\x9c\xfb\x77\x8b\x03\x9c\x6f\xa4\xbf\xd7\xe9\x0f\x50\xf4\x0a\x00\xcb\x7f\xf3\x9f\xf5\xcc\x3e\xff\xb9\x08\x60\x6c\x13\xc0\xcb\x5e\x00\xc1\xbb\x00\xf7\x10\x60\x6c\x27\x40\xf3\x10\x80\xc4\x43\xca\x7b\x14\x8e\x00\x54\x25\x03\x68\x34\x00\x94\x0a\x03\x98\x8b\x53\x7f\x82\x9b\x37\xc0\xce\x0e\x80\xc8\x59\x00\xb9\x77\x00\x16\x97\x00\xe4\x2e\x04\xc8\x5e\x05\x90\xfb\x09\xa0\x44\x10\xa0\x40\x01\xe0\xca\x3a\x80\x5d\xf3\x01\xde\xe7\x00\xe4\x7b\xfc\x2d\x9f\x1b\x7f\xf9\xe8\x41\xfd\x09\xff\xf6\x77\x34\x85\x02\x8c\xea\x00\x38\x7e\x9a\xfa\x85\x2a\x3c\x01\x26\x8c\x06\xd8\x73\x9f\x9e\xf3\xf3\x7d\x00\x9c\x7d\x00\x36\x54\x03\x04\x8c\x05\x58\xbb\x02\x20\xee\x36\xc0\x86\x09\x00\xeb\xaf\x03\x6c\x90\x02\x38\xf0\x0a\x80\xb3\xda\x39\x1c\x66\xf3\x31\x80\xb7\x8a\xbf\xe5\xa7\xc6\xfd\xcd\x03\xb8\xbc\xa3\x8d\xb1\x2f\x5c\xde\x51\x17\xc0\xbc\x0d\x66\x00\x3c\x9d\xd4\xee\x8f\xe3\xf0\x9d\x6e\x00\xf5\x46\x80\x6c\xa4\x7c\x35\xe3\x11\x80\x4f\x29\xbd\x3b\xc6\xd9\x37\x56\xde\x03\x58\x73\x88\xc6\xca\x4a\x9b\x38\xa7\x24\xaa\x47\xc6\x14\x80\x9e\x46\x80\x65\xfc\x54\x2e\x97\x07\x70\xf9\xc7\xbf\x79\xc7\x95\x87\x14\x4f\x77\x30\x6f\x27\x63\x7f\xf2\xf5\x01\x86\x0d\x07\xd8\x10\x0f\x20\xe3\x01\x90\xba\x17\x40\x67\x0f\x40\xd2\x0d\x00\x37\x7f\x80\x04\x45\x80\xd9\x3e\x00\x8b\xdf\x71\x76\x04\x80\x45\x5f\xa8\x1e\x8b\xcc\x01\x9a\x6d\x00\x12\x74\x01\x7a\x33\x00\xe6\x08\x32\xf1\x9f\x26\xc6\x0f\xc2\xf8\xed\xda\x76\x53\x39\x37\x19\xbf\xcf\x05\x46\x3e\xcd\xf6\xa3\x63\xcb\xf9\x5f\x8e\x33\xc5\xb4\xdb\x00\xfc\xe1\x00\x8b\x3e\x01\xa8\x8c\x01\x88\xd9\x0e\x60\x17\x08\x10\x65\x07\x10\xfe\x11\x20\x54\x95\x8e\x45\x90\x35\xc0\xbe\x3e\x80\xa0\x6d\x34\x87\x69\x86\x00\xc0\xe7\x98\xdf\x72\xad\x19\xbf\xa5\x29\x2f\xc5\x7b\x0c\xef\xb8\xb4\x94\xe2\x29\x86\x77\x54\x72\x77\x4d\xc6\x8b\xbe\xa1\x85\x62\xd2\x4a\x8a\xb3\xbb\x01\xc6\xf7\x02\x04\xc9\x00\xfc\x3f\xf6\xfe\x3a\xba\x8a\xe5\xe9\x17\x87\x1b\x77\x0b\x1a\x24\x04\x42\x20\x4e\x12\x20\x24\x21\xae\x84\xb8\xbb\x0b\xc4\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdd\xdf\x95\x99\x9d\xe3\xe7\xfb\x7d\xee\x5a\xf7\xbe\xff\xfc\x9e\x59\xeb\x9c\x62\x6f\xa8\xea\x9e\xa9\xee\xaa\x4f\x49\xcf\x26\xc5\x02\x80\xdb\x08\x00\xe1\x79\xf8\xd9\x98\x23\x01\x40\x27\x79\x16\xa9\x01\x40\x9b\x06\xc0\x99\xbf\xa5\x9e\x03\x60\xcb\x04\x80\x4f\x1d\xf0\xb8\x68\x69\x7f\xc6\x1f\x8d\xb9\xb0\xdc\xdf\xf2\x4f\x88\xa8\x31\x0c\x81\x77\xce\xf1\x8f\xc5\x1b\x98\xaa\x20\xbc\x2c\xcf\x25\x00\x2e\x9f\xad\x55\x1e\x00\x3e\x8e\x02\x40\x76\x0c\x00\xff\x22\x00\x84\x66\x00\x98\x98\x01\x80\xcd\x0e\xaf\xa9\xb7\x6d\x00\x54\x5f\x02\x00\xf5\x25\x00\x4b\x48\xbf\xe7\x48\x6f\x22\xf0\xe0\x65\x3a\x98\xfe\x86\xbf\xae\x22\xf4\x50\xfd\xe7\xf1\xad\xa7\xe0\x73\x7c\xea\xba\x37\xa0\x27\x24\x5c\x04\xf7\x33\x93\x1f\x3e\x81\xce\x0f\xbf\x7f\xf8\x7c\xff\xb5\x15\x78\xfa\xf4\x1d\xf2\x57\x56\x05\x00\x6e\xb5\x3f\xc5\xd1\x4e\x02\xe0\x52\xf6\x63\xdc\x00\xc8\x03\x20\x0d\x15\x43\xbd\x47\xf7\xfb\x27\x21\x4f\x7a\x9b\xe6\xf4\x1f\x7a\xb4\xb2\x38\xe0\x3f\x47\xcb\x01\x08\x67\x78\x85\xdf\xf8\x75\x46\x2d\x3f\x3e\x83\xba\x28\xd4\x51\x50\xa1\xa8\x51\xc8\x1b\x1b\x8a\x52\xe9\xe8\x3e\x41\x6e\xe4\x0d\x1a\x89\x27\xcc\x49\xa5\x70\x1f\xca\x18\x7c\x73\xa2\x83\x2c\x2e\x31\x9d\x2a\xe4\x6f\x3e\xdf\xf3\x81\x10\x15\x21\x5b\x01\x84\x58\xf0\xdc\x46\xa0\xca\x17\x16\xa2\x1f\xf8\x35\xe2\x17\x90\x9e\x40\x67\xe7\xa2\xdf\xdd\x86\xbc\xa4\x3b\xca\x53\xe8\xdc\x95\xe5\x1b\xcc\x75\x78\x7c\x22\x48\x03\x12\x80\x1c\x7a\x62\x4c\x28\xb4\x90\x1f\x22\x08\x66\x81\xea\x64\xb7\x01\x0f\x3c\x0d\xc0\xdb\x87\x04\xc5\xad\x3c\x84\x54\xd0\x4c\xb9\xe6\x15\xa0\xfa\x18\x27\x92\x1b\xf4\x4f\x58\x35\x32\xa1\x35\xf8\x63\xb9\x1b\xc2\x47\x4c\xad\xb0\x5f\x21\x43\xfc\x42\xd4\xe7\x46\x28\xbe\x74\xc5\x81\xba\x77\xac\x7e\x11\x41\x5e\x50\x5d\x9c\x16\xea\xdb\x92\xe0\x64\x83\xb2\x3a\x1c\xdd\x7c\x90\x7f\x23\x8d\x13\xbe\x70\x46\x5f\x49\x49\xa4\xc3\xe3\xcb\x5b\xc0\x54\x09\xc0\x0e\xef\x27\x0a\x25\xb4\xc7\xe4\x30\xa4\xa1\xcf\x72\x78\x70\xe6\x46\xfa\x11\xbc\xe6\xa5\xd6\x1a\xa1\xf1\xc5\xd9\x57\xa1\x4c\x01\x1f\x02\x17\xb2\x42\x75\x42\x2b\x2f\x4a\x68\xe7\xea\x8c\xb3\x43\xcf\x59\x16\x49\x10\x9a\x35\x0f\x90\x80\xea\x2f\x34\x24\xb2\x10\xba\xc1\x0b\x80\xcb\x1c\x0f\x63\x35\x09\xe0\xf1\x0d\x84\x10\x74\xef\x19\x54\xc9\x32\xf0\xa6\x80\x90\xa5\xc1\x32\x0c\x08\x0c\x9a\x2c\xa1\xba\x94\x1e\x2d\x1c\xfb\xe8\x8c\xc3\x15\x1c\x2d\xa8\x57\x13\x00\xd5\xaf\xf0\x3c\x64\xa0\x3e\x1d\xfd\x0e\x78\xdc\x5f\x8f\xa4\x20\xfc\x21\x44\xa5\x00\xe1\x61\x66\x76\x35\x28\x93\x48\x4a\xa2\x0b\x79\xf5\x77\xc5\xc6\xd0\xfd\xdf\xf8\x62\x31\x0c\x8f\xef\xb0\x05\x53\x67\x35\x78\x1e\x8e\xa7\x70\x85\xd7\x31\x54\xa4\xe4\x8c\xda\x6b\x1b\x42\x38\xc0\xbe\x35\x18\x1a\xd7\xc1\xb6\x14\xee\x93\xc2\x1d\xf9\x00\xad\x00\x8f\x63\x5e\x68\xbe\xd0\x49\x2b\xc5\x18\x79\x4d\x78\x1d\xa8\x43\xff\x9a\xe3\x91\x3e\xe4\xbd\xa9\x78\xcc\x20\xfd\x10\x20\xd9\x94\x43\xfa\x78\xe1\x88\x88\xa4\xdc\x11\x3b\x2c\x70\x15\xa6\xc1\x28\xcf\x21\xc4\x10\x88\x4a\x0a\x65\x68\x02\x63\xe0\x93\x91\x81\xe8\x06\x90\xc2\xfc\x15\xfc\x20\xcd\x07\xc8\xe6\x41\xf3\xf5\xf5\xe8\x81\xf1\x19\xfe\x3e\x54\x01\x74\x86\xde\xcc\x23\x9d\xa5\x07\xe5\x4b\x05\x2b\x2d\x20\x34\xfd\x5d\x19\xae\x53\x92\x94\xc2\xdd\xc5\x18\x2d\x1e\xd0\x7e\x79\x3c\x1a\x80\xe8\x8f\x3a\xc7\x63\x71\x08\xcf\x94\xc8\x86\x0c\xcd\x3c\x7e\x89\x04\x7a\xb2\x71\x2f\xf9\xa0\x71\xe2\xd8\xb5\xa0\x95\x14\x47\xe4\x09\x65\xfe\xe2\x88\x33\xa0\x3b\x89\x61\xee\x80\x22\x94\xa8\xf4\x15\x48\x03\x21\x50\xff\xd8\x39\x0e\x64\x7d\xe6\x04\x9d\xfa\xa2\x36\xf5\x84\x56\xd3\x27\xaa\x00\xe8\x7b\x34\x4f\x18\x4d\x3d\xf0\x8d\x59\x87\xc7\x4d\xc1\x87\x29\xdc\xc7\x05\x40\xc1\xfe\x33\xc8\x3e\x14\xf8\x7d\x85\x16\x46\x1e\x2d\xbc\x93\x72\x89\x35\xa0\x95\x94\x83\xeb\x06\xfd\x92\x5a\x4e\x61\x32\xd4\x4f\x96\xd9\xdc\x00\xcd\x33\xf3\x74\x1e\xca\xe9\xc3\x7d\x65\xe3\xf2\x00\x3c\xc0\x85\xfd\xfd\x5d\x72\x00\xaa\xbe\x00\x70\xff\x0b\x00\x25\x1e\x00\x20\x8f\x03\x90\x98\x0f\xc0\x6b\x1e\x00\xa2\xa6\xcf\xb0\x19\x00\x01\x2c\x00\x90\xd8\x01\xe0\x19\x72\xb6\x03\x01\x70\x50\x86\xfd\xbe\x7d\x10\x00\x0a\x2a\x67\xda\x07\xc0\x44\x0f\x00\x6b\x14\x18\xeb\x38\x72\xc1\xbd\x30\x5e\x02\x00\x74\xec\x00\xe0\x13\x06\xc0\x3e\xdd\xef\xf5\x9f\xf3\xfc\xc7\xc0\x32\x00\x57\x2d\x01\x68\x59\x83\xfd\xfb\xd9\x9a\xbe\xb8\x06\x40\xc6\x32\x5c\x57\x88\x21\x01\xe0\xa9\x09\x8c\xaf\xde\xe2\x03\xe0\xd5\x01\xc0\x27\x66\x38\xde\xa7\xe9\x01\xc0\x92\x1c\x00\xae\x23\x00\x8c\x52\x61\x7f\x7b\x16\xff\x1b\x9f\xf9\x7f\x2c\x00\x3c\x3a\x01\xb0\xb8\x0d\x40\xaa\x15\x00\x96\x59\x00\x34\x5b\x02\x60\xbf\x04\xd7\x41\xce\xc7\xd7\x42\xc4\xdb\x5d\xa5\xf0\xd3\x3d\xc7\x1d\xa5\x2c\x70\x3c\x0f\x75\xb3\xe5\x01\x10\xa6\x09\xc0\x8d\x79\x00\xbc\x68\x00\x78\xa6\x0b\x80\x8d\x36\x00\xef\xb5\x01\x30\x23\x04\x80\xf4\x26\x00\x7a\xdd\xf0\x7b\x96\x34\x3f\x01\x20\xce\x07\x80\x86\xeb\x59\x24\x05\x80\xee\x7d\x00\x3c\xcd\x01\xd0\x77\x04\x20\xc3\x15\x00\xdd\x63\x00\x5a\x46\x60\x3c\x72\xfc\x0a\x00\xd5\x10\x78\x7c\x19\x33\x98\x9e\xe3\x8e\x6a\x66\x98\xe6\x75\x22\x56\xdf\x08\x4c\x03\x10\xdd\x8c\x4e\xf7\x00\xb8\x6e\x04\xe7\x9e\x5e\x94\x03\xa0\x1f\x08\xc0\x67\x13\x00\x34\x1a\x00\x60\x4a\x84\x7b\xa7\xc4\xcc\x00\x50\xf4\x38\xb3\x14\x00\x28\xed\x01\xe0\x79\x0a\xe3\x81\xd4\x62\x00\x94\xdf\x00\xd0\x8d\xf2\xef\x79\x90\xf3\x79\x9c\xe3\x8e\xf3\xbc\x4b\x1c\x3b\x4c\x7d\x11\xab\xd1\x1a\x41\xb5\x6f\x02\xf0\x80\x01\x00\x39\x5e\x00\xde\x7d\x02\x40\x12\x09\x00\x72\x6d\x00\xc4\xfa\x00\xe0\xbf\x00\xf7\x0c\x9d\x59\x00\x21\x35\x00\x3c\xe3\x01\x10\x08\x02\x20\x83\x08\x00\x7e\x31\x00\x7a\x3c\x00\x10\xa4\x83\x73\x94\x4c\xda\x7f\xc6\x21\x75\x08\xab\x78\x9e\x77\x49\x41\xf8\xdd\x30\x84\xbe\xbc\x10\xf3\x32\x47\xe4\x6b\x94\xee\xc0\xb8\x4c\xa8\x1a\x80\x67\x33\x00\xf0\xf0\xc1\x7d\xd3\x6c\xef\x01\xe0\xb8\x0d\xc0\x8f\x6e\x00\xd4\x91\x00\x60\x68\x86\xd7\x26\xf5\x45\x00\x32\x59\x01\xa0\xeb\x02\x60\x30\x1b\x00\x4a\xf8\xb7\x66\x7e\x7b\x67\xc1\x6b\x44\x3d\xf7\xb7\xe7\x20\x0f\xd3\xdf\xf0\xcf\x4f\x98\x3a\x72\xc3\xd4\x60\x00\xa6\x32\x08\xfd\xfd\x50\x07\xe0\x2a\x1e\x00\xb4\x66\x00\x60\xd9\x01\x40\xb6\x05\xe7\xed\x08\x04\x01\x50\x59\x06\x00\x6b\x1c\xd6\xcb\x7b\x59\x00\x72\x34\xe0\x1c\xed\x60\x13\x00\xc8\x88\x73\x06\x0f\x10\x7d\xe3\xd7\x10\x3d\x7c\xf9\x08\x6b\xf4\xd7\xfc\x93\xbb\x0e\x4c\x2d\xf4\x61\xaa\x8e\xb0\xa2\x22\x88\x3e\x66\x1a\x6f\x98\xe2\x3a\x01\xf0\x0a\x05\x80\x37\x53\x00\x30\xac\x00\xf0\xd8\x00\xce\x4f\xdd\x7b\x0a\xcf\xe3\x9a\x22\x00\xd9\xa3\x00\x5c\x74\x01\xa0\xbf\x19\x00\x80\xa8\x9d\x5f\x40\xe4\xa3\xc0\x47\x98\xfe\x96\x7f\xfa\x0b\xfe\xb1\x41\x44\x6d\x3a\xf6\x30\xfd\x85\x88\x22\x39\x75\x2f\x40\x79\x98\x4f\xec\x57\xa0\xae\x01\xa4\xea\x3b\x3c\xf7\xa9\x00\xb8\x28\x73\xd3\x96\x02\xd2\xe9\x55\x7c\x79\xc8\xcf\x5c\x54\x77\x85\x3b\x23\xb8\xd2\x11\x35\xc7\x2e\x7a\x98\x1e\x23\x20\xc3\x1f\x71\xd0\x79\x77\xaf\xf7\x14\xc8\x06\x50\x57\x08\x3c\x8e\x7e\x25\xf4\xba\x5a\x20\xfb\xe9\x31\x94\xc9\xe4\x50\x7e\x09\xad\x68\x92\xa0\x77\x50\x96\xe1\x99\x1a\x26\x42\x83\xb8\xb4\xb7\x20\x7b\x89\xf1\x92\x14\xd2\xf1\xbb\x7b\xb2\x90\xe3\x47\xf3\x74\x84\x10\xd3\xab\x6f\x49\x10\xd6\x7c\x85\xd2\x0e\x3d\x53\xe4\xa3\x0d\xe8\xdc\x2d\xd2\x27\x78\x1e\x57\x21\xbb\xee\x33\x0e\xf7\x6b\x3b\xa0\xde\x83\xfc\x8b\x3e\xd2\x2b\x68\xc7\xfe\x52\xfe\x00\xd5\xe7\x78\x4c\xf0\xa1\xbc\x3f\x55\x07\x31\xd4\x85\xfc\x21\x82\x1c\xca\xd2\x5f\xea\xa2\x41\xd8\x77\xda\xd9\xbb\xd0\x33\xa3\x96\x87\x33\x49\x54\x0a\xf0\x39\x60\xca\x6c\x6b\x48\x22\xd9\x70\x34\xe4\x7f\xbf\xfd\xa8\x85\x90\x04\x49\xe5\x02\x64\xd7\x3f\x46\xc0\xf3\x40\xdf\x81\xe2\x3b\xed\xd7\x10\x97\xfe\x7d\x6c\xa8\x7b\x42\x5e\xf7\x2b\xb4\x43\x05\x68\x29\xa0\x7c\x03\x63\x11\x13\xe4\x25\xce\x71\xd8\xd3\x45\x6e\xc4\x8e\xe6\x43\x20\x66\xc1\xca\x07\xd0\x93\xe1\x5f\xfc\x0a\xfd\x62\x2c\xbf\x07\x5c\xe1\xe2\xbd\x60\x04\xe1\x0f\x5e\xd1\x50\xc8\x63\xf1\x00\xd8\xef\x73\x72\x8e\x41\x1d\xb5\xac\x88\xf7\xe7\xd0\x42\xe7\xa3\xce\xf3\x70\xca\x79\x54\x90\xbe\x85\x91\xe0\x2a\x1b\x33\x3b\x1f\x44\xcf\x71\xd8\xdb\x71\x49\x68\x47\xdd\xe2\x92\xd9\x83\xc7\x97\x2f\x87\xe9\x39\x1e\x53\xf0\x20\x82\xce\xc9\x2b\x49\xf0\x4f\xc2\xdf\xeb\x42\xfa\x51\x58\xf6\x83\x90\xb6\xc2\x50\x2e\xf4\x4b\x2e\xb2\x48\xf0\x2f\xb9\x4a\xe1\xef\x42\xd0\x0a\xce\x4b\xa9\x8e\xb0\x41\xf7\x25\x89\x25\xf0\x10\x9e\xb5\x38\x34\x0e\x6d\x12\x9c\x9f\xc2\xb3\x87\xeb\x93\xcf\x57\x54\x20\x7f\x7b\xf1\x85\x0e\x22\x82\x30\x44\xec\x78\x63\x94\x27\x90\x04\x83\xe5\x2f\xd0\x37\x06\x36\x3c\x07\xf0\xf7\x70\x46\xcb\x30\x14\xce\x20\x19\xe0\xa6\x41\x1d\x79\xfa\x62\xcd\x90\x86\x75\xf0\x17\xa0\x3b\x55\x79\x03\xe1\x0f\x09\x71\xe8\x6f\xf9\xf0\x7f\x41\xeb\x90\x69\x44\x09\xb2\x60\xc4\x75\xda\xd0\x67\x2c\x3d\x03\x12\x00\xe5\x07\x8d\x11\xeb\xd2\x12\xb1\xb2\x1d\x10\x95\x78\xa7\xbd\xa7\xd0\x0a\x77\x62\xfd\x02\x69\xd6\xb1\x99\x1b\xb2\x89\x8e\xd6\xaa\xd0\x7e\x71\xc0\x70\x82\x70\x88\xfd\x5e\x1c\x9c\x37\x43\x81\xf3\x42\x36\x64\x53\x50\x87\xa0\xb9\xeb\x61\x13\x00\x82\x76\x8a\x50\x96\x86\x23\x0a\xae\x13\x52\x4d\x19\xc1\x38\x4c\xdb\x02\xaa\x87\xa1\x8e\xd8\x42\x9d\x18\x37\x7d\x9d\x11\x96\xce\x13\x91\x81\xfe\x2b\x1e\x0b\x7a\xf0\x19\xf2\x4d\x01\xcb\x5c\x10\x92\x0a\x44\x57\x81\xf6\xc9\x79\x9e\x2c\x60\x38\x06\xda\x57\xfe\x95\xd5\x70\x9f\xd9\xad\x31\x08\x1f\xfa\x18\x1f\x57\xfd\x9e\x8f\x63\x0c\xb5\x80\xe6\x41\x8c\x0f\xff\x0e\x0c\xde\x43\x37\x08\x7f\x3e\x27\x87\xdf\xbf\x7a\x5d\xd9\x1f\x91\x69\x0e\xb7\x85\x69\x6c\x19\x4c\xe3\x5b\x91\xa1\x95\x15\x8f\xf2\x09\x5a\xc1\xb1\x21\xb0\xa6\x63\x1d\x15\xa0\x9d\x16\x5d\x09\x4b\x8e\x61\x0c\x83\xfb\xfb\x05\x0b\xbf\x41\xdf\x5f\x82\x7f\xe9\x2e\x32\xe7\x2c\xde\x6c\xc1\x07\xe0\x16\x2e\x00\x95\x14\x00\x5c\xd3\x06\x20\xab\xe8\xec\xde\x01\x88\x3b\x06\xe0\x2e\x31\xec\x6f\x1f\xa5\x03\xe0\xec\x08\x00\x4a\x04\x00\x76\x51\x00\xe0\x8d\x03\x60\x61\x0f\x00\x25\x15\x8c\x35\xce\x56\xb6\x16\x1f\x9c\xdb\xd7\x12\x05\x40\x95\x14\x00\xbd\x54\x00\xec\x23\x00\xd0\x23\x05\x20\x24\x0a\x00\x03\x31\xb8\x86\x72\xa6\xdd\xb3\xf1\xcf\xeb\x20\xba\x25\x88\xf8\x16\x61\xd3\x8a\xcb\xe0\xba\xcf\x6f\xb8\x83\x10\xfe\xde\xfb\x0e\x00\x77\xb8\x00\xb0\x69\x03\xe0\x11\x13\x00\x26\xd8\x00\xa0\xdf\x05\x40\x47\x1a\x80\xcf\x96\x00\xa8\xdf\x01\x80\xbe\x04\x00\xd5\x01\x00\x84\x9e\x03\x20\x7f\x86\xcb\x52\x00\x50\x5f\x85\x7b\x3f\xce\x7c\xde\x19\xb2\xd4\xa0\x87\x63\x58\x5d\x0f\x00\x26\x3d\x00\xd0\x4e\xfd\x73\x3f\x48\xcd\x99\x55\x30\xf9\x03\xee\xe8\x80\x69\x10\x22\x3b\xea\x8c\x88\xef\x4d\x63\x01\xb8\x89\x01\xf7\x75\x3c\x2f\x3c\x5b\xe5\x00\xe0\xaa\x03\xa0\x30\x05\x00\xcd\x38\x00\x32\xb7\x01\xe0\xf9\x09\x80\xa8\x36\x7c\xbe\x4e\xb2\x0d\x00\x4b\x09\x00\xce\xa2\xae\xb3\xb8\x41\xc1\x07\xc6\x7a\x8a\x25\x00\x4c\xb5\x01\x20\x8b\x38\xfb\x2e\x8c\xa8\x1b\x9e\xd7\x7b\x72\xce\x51\x38\xc2\x4a\x9d\xe3\x1f\x67\x3d\x98\xea\x28\xc0\xf4\x6c\xcb\x3f\xa8\x04\x40\x6c\x06\xae\x93\x09\x6b\x01\x40\x1c\x02\x00\x77\x28\x8c\xcb\xf8\xae\x01\x70\xb6\xe3\x39\xc5\x00\x30\x5b\x00\x80\x13\x05\x7e\x1e\x5c\x18\x70\x4f\x17\x17\x05\x00\x13\x21\x00\xb0\x23\xf2\x62\xe7\x38\xe4\xdc\xef\xa7\x23\xba\x06\x22\x97\x60\x7a\x8e\x7f\xec\x11\xdf\xeb\xe8\xc3\x78\x51\x08\x81\xda\xb9\xaf\x02\xf0\x78\x17\x00\xf6\x45\x00\xf0\xef\xc3\xef\xc6\x3e\xfb\x8f\x5a\x1e\x80\x33\x8b\x47\xd3\x08\xf7\x04\x53\xd6\x01\x10\xd1\x02\x63\xa5\xb3\xe7\x41\x47\x06\xc0\x82\x0f\x00\x9f\x11\xef\x20\x42\x43\xf8\xb9\xbc\x5f\xb0\xdc\xa4\x64\xc4\x6e\xc8\x84\xe9\x39\xfe\xb1\x84\xbb\xf8\x7e\xf3\xfb\x82\xaf\x60\x4a\xab\x0d\xc0\xb5\x56\x00\x28\xd6\x00\x40\xc7\x05\xe0\x0b\x37\x00\x54\xe9\x00\x10\x6a\x01\x20\x51\x0b\x63\x12\x73\x3d\x00\xde\xe3\x01\x10\xf3\x05\x80\x37\x66\x70\x7e\x0a\x45\x1f\x80\x0d\xdb\x3f\xe4\x41\x10\xef\x97\x4a\x43\xe0\x9c\x73\xbf\xeb\x8f\x38\xcd\xea\x8c\xd0\x97\x31\x62\x1e\xca\x08\xfd\xf0\x22\xf0\x09\xf1\x59\x2c\xc6\x0f\x00\x26\x37\x00\x4f\xa7\x60\x1d\x91\x54\x02\xf0\xf0\x08\x00\xd1\xb7\x00\xdc\x7f\x07\xbf\x8f\xeb\x2e\x3e\x5c\xe3\xbc\xa2\x0f\xe7\xa7\x2e\x4d\x00\xb0\xd9\x04\xc0\x85\xaf\x08\x1c\x82\xa0\x49\xd1\xb0\xdc\xbf\xe2\x1f\x4b\x84\x5e\x74\x10\x5e\x55\x5a\x18\xa6\x6c\x8e\x30\x25\x40\x58\xd7\x87\x6a\x00\xdc\x7c\x09\xc0\x0d\x6d\x00\x88\x10\x7f\x27\xc1\x07\x53\x9b\x7d\x98\xc6\x2f\xc2\xb4\x05\x36\xf4\x60\xf7\x2b\x4c\xa1\x9e\x31\x7e\x78\x1e\xe7\xf8\xc7\xfb\x32\x4c\x6d\x11\xf5\x5c\x7d\x44\x37\xa3\x7c\x12\x4c\x85\x11\xfd\x4b\xb4\x87\x30\xc5\x40\xe0\xf9\x3f\x5e\x44\x88\x39\x4b\x22\x2c\x9c\x2d\x22\x33\x71\x9e\x73\x3c\x3f\x49\xbd\x36\x84\x98\xc7\x1f\x70\x90\x1f\xa2\x5f\xdc\x01\x91\x0f\x33\x21\x80\xfb\xa2\xce\xf3\x60\x88\xa2\x02\x60\xde\xbb\x07\x69\x86\xf0\xe4\x01\x74\x37\x0f\x82\x5f\x21\xe2\xdd\xe7\xeb\x57\xa1\xfe\xca\x47\x9c\x9f\x21\x8f\x80\xa4\x28\x02\x79\xa6\xfb\x94\x70\x0b\xd6\x1d\xb6\x70\xe8\x44\xd7\x4d\x9c\x0a\x08\x6b\x5f\x5f\x9a\x62\xff\xfb\x3c\x5c\x1e\xc1\xf9\x2f\x63\x94\x4b\xd0\x5d\xa8\xe4\xde\x86\xbc\x92\x88\xfc\x4b\x68\x65\xb0\x91\xa1\x42\xfe\xe5\xab\x07\x26\x84\x1a\x50\x01\x3e\x02\xe1\x7f\x41\x68\xf2\xd3\x9b\x9b\xd0\x1e\x23\xd0\x26\x80\xfc\x1d\x2e\x12\x3f\x64\x03\xf1\xf0\x0d\x20\x3d\xe0\xa4\xc3\x79\x07\x4c\x94\x7c\x48\x6f\x6f\xc7\xfb\xa0\x93\x36\x6f\x85\x8e\xa0\x79\x3d\x85\xf2\x54\x26\xae\x30\x7a\x50\xaf\x45\x81\xee\x57\xda\x03\x13\xe2\xe2\x62\xff\x04\xf9\x7f\x2a\x40\x02\xf5\xdd\x62\xb6\xc2\xf8\xeb\x2e\x39\x3d\xc2\xcf\x7c\xaf\x83\x29\x93\xc1\x3d\x08\x29\xd2\x97\xe2\x41\xcf\x90\xfe\x88\x0b\xca\x4b\xd1\x8f\x6b\x40\x7d\x3a\xf4\x17\xe0\x4a\x0a\x1d\x5d\x06\x54\x49\xa3\xc1\x6f\x87\xfc\x0a\x45\xc8\x1a\x94\xf9\x21\x82\xce\x25\x6b\x49\x62\x43\xd5\x08\x19\x49\x38\x1f\xc6\xfd\x98\x1a\xea\xa6\xa1\x13\x65\x82\xf0\x1f\x01\x0a\x3b\x34\xee\xab\x56\x18\xdc\x5e\x24\x13\x42\x44\x5e\xa2\x88\x9d\x2c\xb4\xff\x00\x8a\x29\x84\xc8\x08\xa0\x6f\x84\xa8\x58\xfb\x21\x8a\xaf\x0c\x55\x46\x04\xef\x3a\x42\x79\x0f\x01\xda\x58\xa8\x0e\xc5\xe7\x06\xff\xa2\x2e\x8f\xf1\x14\xa4\x01\xf8\x0d\x7c\xbf\x1e\xc1\xf5\x41\xbe\x71\xb8\xcb\xf9\x07\x15\x0f\x84\xae\x49\x5c\x05\xa1\xce\x83\xf7\x2b\x70\x57\xc9\x43\x76\x69\xc4\x0e\x52\x40\x74\xde\x9d\xaf\xa0\x73\x3c\xa6\x52\x84\x0f\xbd\x51\x47\x59\x9e\x15\x42\x08\xaa\x12\xf0\x89\x38\x65\x3d\xf8\xcd\x04\x4a\x88\xda\xbc\x12\x80\x4f\x9c\xc9\x91\xc1\x27\xef\x65\x91\xf6\x1f\x00\x20\x2c\xcd\x07\xa1\x39\xce\x4a\x51\xc8\x52\xd2\x50\xca\x42\x1e\xe6\x1c\x87\xa1\x0a\xa8\x40\xfa\xb8\x0d\x34\x10\xe3\xeb\x23\x76\x90\xe9\x15\x98\x9e\xe3\x31\xc3\x50\x78\x2f\x1b\x37\x33\x9f\xc0\xdf\xcb\x42\x08\xcb\xb0\xc8\xe2\x2e\xfc\x19\xee\x9b\x36\x44\xcd\x85\x6c\x80\x9e\x6b\x27\xd4\x51\xa3\xab\xbe\x9a\x0a\x00\x17\xb5\x1c\xb4\xbb\xbe\x2b\xc3\xdd\xcd\x24\xd7\xd4\xa1\x79\x61\xf9\xc0\xb8\xe8\xa9\xb3\x21\xd4\xed\x74\xc9\xd3\x02\xb1\x2b\x6d\x10\xfd\x41\xe7\x78\xcc\xb9\xf8\x19\x34\x23\xc7\x66\x02\x08\xef\x39\x99\x30\x43\xbd\xa4\x8e\x7e\xd2\x50\x67\xa0\x43\x8a\x09\x94\x51\x73\x88\x80\x11\x8c\x83\x4f\x26\x64\x1b\x6c\x27\x9b\x21\xdb\x6d\x43\x36\xa7\x04\x00\xeb\x1d\x75\x5f\x78\x3d\xc2\xab\x9b\x10\x1b\xc6\x7f\xe8\x0a\x56\x10\x0e\x7a\xe4\x69\x87\x88\x24\xcf\xf1\x98\x37\xa2\x02\xf0\x3b\x1e\x43\x86\xf4\x1f\x98\x47\x00\xe3\x31\x32\x26\x18\x7f\x69\xc1\x95\x5f\x7f\x64\x03\xe8\x2c\x8d\xdf\x96\x27\x94\xd7\xf5\x19\x87\xeb\x97\xbe\x1e\x8d\x90\xa6\xbd\xf1\x26\xa1\x9d\x77\xe1\xc2\xc5\x8b\x97\x2e\x5d\xbe\x7c\xe5\xca\xd5\xab\xd7\xae\x5d\xbf\x7e\xe3\xc6\xcd\x9b\xb7\x6e\xdd\xbe\x7d\xe7\xce\xdd\xbb\xf7\xee\xdd\xbf\xff\xe0\x01\x12\xd2\xc3\x87\x8f\x1e\x3d\x7e\xfc\xe4\xc9\xd3\xa7\xcf\x9e\x21\x23\x3f\x7f\xfe\xe2\xc5\xcb\x97\xaf\x5e\xa1\xa0\xbc\x7e\x8d\x8a\xfa\xe6\xcd\xdb\xb7\x68\x68\xef\xde\xa1\xa3\xbf\x7f\xff\xe1\x03\x06\x06\x26\x26\x16\x16\x36\x36\x0e\x0e\x2e\x2e\x1e\xde\xc7\x8f\xf8\xf8\x04\x04\x84\x84\x9f\x3e\x7d\xfe\xfc\xe5\x0b\x11\xd1\xd7\xaf\xc4\xc4\x24\x24\xa4\xa4\xdf\xbe\x91\x91\x91\x93\x53\x50\x50\x52\x52\x51\x51\x53\xd3\xd0\xd0\xd2\xd2\xd1\xd1\xd3\x33\x30\x30\x32\x7e\xff\xce\xc4\xf4\xe3\x07\x33\x33\x0b\x0b\x2b\x2b\x1b\x1b\x3b\x3b\x07\x07\x27\x27\x17\x17\x37\x37\x0f\x0f\x2f\x2f\x1f\x1f\x3f\xbf\x80\x80\xa0\xa0\x90\x90\xb0\xb0\x88\x88\xa8\xa8\x98\x98\xb8\xb8\x84\x84\xa4\xa4\x94\x94\xb4\xb4\x8c\x8c\xac\xac\x9c\xdc\xcf\x9f\xbf\x7e\xc9\xcb\x2b\x28\x28\x2a\x2a\x29\x29\x2b\xab\xa8\xa8\xaa\xaa\xa9\xa9\xab\x6b\x68\x68\x6a\x6a\x69\x69\x6b\xeb\xe8\xe8\xea\xea\xe9\xe9\xeb\x1b\x18\x18\x1a\x1a\x19\x19\x1b\x9b\x98\x98\x9a\x9a\x99\x99\x9b\x5b\x58\x58\x5a\x5a\x59\x59\x5b\xdb\xd8\xd8\xda\xda\xd9\xd9\xdb\x3b\x38\x38\x3a\x3a\x39\x39\x3b\xbb\xb8\xb8\xba\xba\xb9\xb9\xbb\x7b\x78\x78\x7a\x7a\x79\x79\x7b\xfb\xf8\xf8\xfa\xfa\xf9\xf9\xfb\x07\x04\x04\x06\x06\x05\x05\x07\x87\x84\x84\x86\x86\x85\x85\x87\x47\x44\x44\x46\x46\x45\x45\x47\xc7\xc4\xc4\xc6\xc6\xc5\xc5\xc7\x27\x24\x24\x26\x26\x25\x25\x27\xa7\xa4\xa4\xa6\xa6\xa5\xa5\xa7\x67\x64\x64\x66\x66\x65\x65\x67\xe7\xe4\xe4\xe6\xe6\xe5\xe5\xe7\x17\x14\x14\x16\x16\x15\x15\x17\x97\x94\x94\x96\x96\x95\x95\x97\x57\x54\x54\x56\x56\x55\x55\x57\xd7\xd4\xd4\xd6\xd6\xd5\xd5\xd7\x37\x34\x34\x36\x36\x35\x35\x37\xb7\xb4\xb4\xb6\xb6\xb5\xb5\xb7\x77\x74\x74\x76\x76\x75\x75\x77\xf7\xf4\xf4\xf6\xf6\xf5\xf5\xf7\x0f\x0c\x0c\x0e\x0e\x0d\x0d\x0f\x8f\x8c\x8c\x8e\x8e\x8d\x8d\x8f\x4f\x4c\x4c\x4e\x4e\x4d\x4d\x4f\xcf\xcc\xcc\xce\xce\xcd\xcd\xcf\x2f\x2c\x2c\x2e\x2e\x2d\x2d\x2f\xaf\xac\xac\xae\xae\xad\xad\xaf\x6f\x6c\x6c\x6e\x6e\x6d\x6d\x6f\xef\xec\xec\xee\xee\xed\xed\xef\x1f\x1c\x1c\x1e\x1e\x1d\x1d\x1f\x9f\x40\x27\x4a\xff\x57\xff\xff\xab\xff\xff\xd5\xff\xff\xea\xff\x7f\xf5\xff\xff\x4d\xfd\x03\xa0\x2c\xa7\x05\x21\xed\x4b\x17\xde\x00\x70\x01\xfc\xf9\xfa\xa7\xcf\x17\x2f\x80\xdf\xbb\x7a\x4f\xff\xff\x71\x3d\x3f\xce\x3a\x71\x3b\xd9\xfa\x3f\xe6\xe3\x39\xa0\xdf\x61\xd8\x30\x59\xa5\x5d\x3a\x5c\x7a\xbf\x98\xbd\x7c\x6f\xd9\x78\xdd\x7e\xfb\xf2\x61\xe6\xff\x80\x57\x6f\x9f\x79\xd3\x7b\xc5\x66\x3e\x66\xaa\x60\x0c\x77\x24\x6a\xc8\x68\x30\xb5\xbf\x6b\x30\x70\x70\x78\x2c\x7b\xf6\xd9\xca\xb7\x83\xec\xff\xc8\xbd\xb3\x7f\x7f\x5d\x63\xe1\xc6\x64\xf2\xf0\x5a\x5f\x44\x57\x7e\x5b\x46\x33\x76\xe3\xbd\x86\x47\xf5\x8c\xf5\x06\xcd\xf7\x5b\x32\x7b\x9f\x8c\xef\xae\x89\x1c\x71\xfe\x1b\xfb\x21\xca\x46\xdf\xc2\xa3\xf1\xba\x81\xdd\x2e\xb4\xe6\xe6\xba\xfa\x4a\xde\x92\xf6\xc2\xfa\x82\xe3\x7c\x9c\x3c\xe1\x7c\xcf\xc2\xad\xb2\xb4\x3a\xea\x1e\xcf\xc9\x9e\x75\xf1\xd3\x89\x7f\xe2\xdf\xbd\xbf\x72\x6f\x1a\x79\xb0\xa1\xf3\x67\xd3\xeb\xaa\x82\xe2\xd8\xbc\xed\x4c\xc1\x14\xab\xc4\x4b\xf1\x5f\xe3\x90\x62\x31\xe2\x52\x12\x03\xd2\xbd\x8b\x09\x1b\xf2\x7b\x2b\x66\xee\x6e\xce\xfe\xc3\xf4\x65\x17\x6b\xc6\xbd\xfb\xae\x34\xb7\x57\xbf\x2f\x1e\xc8\x41\x49\x21\x8d\x27\x89\xf4\x0c\x09\x09\xbc\xe1\xe7\xe9\x9b\xec\x4b\xe2\x6b\x18\xd4\x17\x7d\x27\xe3\x5d\xd9\xa5\xe6\x5f\x83\x56\xf3\xdc\x7b\xf4\x7f\xe6\xdf\xe7\x5c\x8c\x1f\x53\xed\xfe\xd8\x48\x53\x66\x9b\xab\x9b\x5a\x16\xeb\x17\x76\xd5\x2f\xdf\xeb\xa7\xcb\xb2\x43\x98\x9d\xaf\xcd\xa1\x8d\x86\xc3\x3d\x97\x9b\xfe\x98\xb1\xcb\xd9\x2d\x15\xc6\x6d\x04\xa3\x7c\xcb\xee\x47\x8b\x7f\x94\xb0\xfe\x64\xa2\xb9\x47\xa6\xa1\xbc\xd4\x24\x2b\x27\x21\x33\xfc\xc8\xbf\xd7\xbd\xdc\xc1\xd5\xaa\xc8\x94\xcc\x60\x45\x2f\x45\xd7\x58\x67\x47\x5f\xdf\xdc\xd1\xd5\x3e\x68\x3d\xe1\x49\x3e\x7b\x2d\x51\x77\xe6\x94\xe2\x66\xe5\xef\xfc\x07\x99\x0b\x4c\x03\xc5\x4d\xb3\xa5\x8d\x59\x9a\xf1\xae\xa1\xcc\x3e\xf8\xce\x9a\x56\xbf\x8c\xa4\xb5\x45\xd5\x8a\x95\xc8\xe4\x59\x7f\x66\xc8\x5f\x52\x26\xd6\x9d\xb5\x7e\xe5\x51\x17\xb6\x9a\x2a\x5e\x9c\xda\x7c\x71\x48\x79\x31\xe9\x30\xe6\xb7\x67\xf0\x73\x72\xba\x73\xbe\x8a\x36\x67\x2d\x41\x32\x64\xd0\xeb\xb9\x7d\xa1\xd9\xa1\xee\xa9\x2a\xff\xcf\x6d\xc9\x53\x51\x42\xa1\x39\x81\x23\xa1\x5b\x12\xf7\x55\x9c\x0d\xc7\xec\xbd\x7c\xe3\x63\x6c\xb2\x09\xab\xb8\x3a\x0b\xa7\xf0\x37\xfb\xcf\x25\x6c\x68\x8d\x0e\xb7\x88\x14\xfb\xa7\x0c\x86\x27\xfb\xa0\x39\xa0\x9a\xec\xe9\xdc\x56\xec\x94\x0e\x16\xce\xe0\xa1\x60\x8f\x64\xf1\x62\x7e\xcc\xfa\x49\xe0\xaa\xdc\x03\x2d\x24\x73\x6c\x57\xad\x90\x1f\xc9\x4a\x45\xb3\xcd\xb4\xc3\xe8\xcb\xc6\xc7\xbe\xb0\x84\x35\xa5\x81\xc1\x86\x8f\xb9\x05\x71\x8d\x01\x68\xce\xe6\xa6\xc7\xda\xe2\x0a\x43\x92\x34\x02\x2f\xd8\x39\x18\x47\xa9\x23\x28\x70\x29\x54\x69\x93\x39\x64\x45\xab\x15\x7f\x18\xa0\xd9\xae\xf9\x7a\xc5\x52\xe7\xf0\xd4\x14\xf6\xde\x9b\xe5\xde\x0b\x82\x25\xac\x88\x0f\xf8\x54\xa3\x67\xfa\x45\x1a\x79\x12\xda\x08\xe9\x31\x2a\x8d\x49\xb6\xf2\x77\xb2\x51\xd3\x2b\x92\xf5\x13\xd1\x12\x6c\x13\xee\x90\xc5\x30\xc5\xf1\x25\xca\xe8\x68\xf8\x9a\xff\x72\x47\x0b\x4b\x4a\x67\x2f\xe7\xe8\x30\x98\xcc\xdb\xb2\x85\x25\xac\x6a\xf6\x9b\x57\x11\xa6\x1b\x84\xec\xbb\x04\x99\xbf\xd6\xa8\x91\x8d\x14\xdc\x61\x57\xa2\xf7\x24\xfb\xfe\xa9\x09\x47\xea\xbd\x29\x96\x00\x11\x21\xed\x3b\x8e\x0e\xf1\x87\x2a\x77\x8d\xb6\x9d\x92\x83\xdf\x27\x8f\x96\x88\xb6\x2a\x8d\xf9\xae\x2f\x21\xee\x82\xa4\x4f\xba\x7c\x22\xa9\x35\xd0\xd0\x21\xdc\x60\x40\x39\x40\xfc\x02\xf7\x97\xef\x74\x14\x66\x9f\x8b\xb0\x8f\xde\x95\xa2\x6e\xa3\x57\x12\x24\x50\xe2\xb1\x5e\x16\xce\x52\x88\x31\xb0\x75\x48\x0c\x48\x4a\x0c\x2f\xac\x69\x5a\x1a\x6e\x58\x7d\x82\x90\x20\xdc\x57\x53\x31\x18\xb8\xea\xb7\x67\x97\xa8\xd3\x2e\xcf\x23\x14\xc6\x46\x4b\x9b\xf4\x4d\x8e\xd0\x1b\xdb\xef\xc3\xe3\xf7\x6d\x18\x46\xf8\x24\x64\x69\xcc\xd7\x85\x1e\xc9\x53\xe9\x6d\xd8\xb5\xfa\xcb\xc7\xb7\x15\xf8\x35\x46\x0c\xbb\xaf\x14\xc0\x12\xb6\xf1\x87\x64\xb3\xf8\x93\x8c\xed\x6e\x69\xa6\x68\x35\xca\x51\xf2\x6b\xb2\xfe\xa4\x17\xa1\xe0\x24\x96\xf9\x2c\x83\xbf\xf9\x91\x07\xff\xf6\xa7\x26\x72\xc7\x1f\xc3\x42\x4f\xe4\xf1\xf5\xba\xec\xe6\xfc\x79\x13\x3e\x17\xd8\x35\x3d\x18\xf2\x5d\xa9\x3f\x2d\x3e\x93\x30\x7b\xaf\x35\x26\xf7\x71\xa8\x9b\x03\xba\x56\xbc\xc4\xa1\x24\x9a\x50\x05\x57\x35\x2b\xfd\x77\x16\xda\x27\x14\x1e\xa4\x86\x24\xcf\x49\xad\xbe\x59\xd1\x10\xb1\x24\x08\xb3\x2a\x7e\x35\xe8\x70\xc4\x09\x90\x4a\xb4\x29\x72\x6a\x46\x1d\x71\x5c\x4d\x84\xe7\xb0\x3c\xda\xb5\x51\xc4\x11\xdd\xe8\xac\xaa\xf7\x4d\xea\x93\x94\x84\x54\x83\x28\x9d\x80\x3a\x17\x32\xab\x2c\x93\x07\x03\x31\x1d\x26\x3d\x25\x03\x11\x53\x19\x97\x80\x98\x81\x8a\xb6\xb1\xb7\xb3\x72\x30\x7b\xca\xb3\x12\xf1\xd6\xa0\xb1\xdc\x0d\x67\x58\xc2\x56\xc9\xa0\x57\xa5\x40\xe2\x57\x4f\x1e\xa3\x7e\xb9\x2b\x8a\x19\x2a\xcf\x14\x18\xa5\x86\xc4\x84\x05\x96\x79\x4f\x39\x8b\x38\xbc\x39\xa3\xb9\x74\x78\x34\x85\x52\x64\xd0\xd5\x6b\x2c\xc6\xdd\x5b\xc3\xe7\xd2\x97\x2b\xbb\x3b\x96\x26\x47\xb6\x11\xf6\xea\xa8\x7e\x92\xb3\xfe\x34\xe3\x8a\x7f\x9a\xb9\xb6\x1a\x8b\x6e\x83\xa1\x87\xd6\xa8\xea\x37\x79\x47\x99\x5a\x49\x63\xd1\x75\x51\x3c\xd1\x18\xb1\x5d\xf1\x66\x99\x43\xa5\x01\xdd\x5e\xdb\x72\x9f\xca\x98\xb0\xdc\x57\xb5\xb1\xbd\x6c\x73\xaf\xf6\xf2\xce\xd7\xf5\x22\x75\xbb\x5f\xde\x74\x58\x86\x5d\xbd\xf1\x4b\x87\x16\x1b\x13\x0b\x29\xfd\x1d\xed\xdb\x6a\x87\x2a\x57\x15\x19\xe5\x1b\x15\xfc\x15\x7b\x95\x6f\xa8\x06\xea\xe8\x9b\xc9\x38\xf3\x05\x93\x26\x1c\x14\xbe\x6e\xf4\x1e\x32\x5c\xe6\x3d\x21\x3b\x97\xb0\xc5\xdd\x4f\x5d\x96\x16\x53\xe1\xc3\xea\x68\xee\xeb\xe4\x79\xdd\x59\xde\xf6\x83\xf9\xac\x71\x9f\x01\xad\x2e\xa9\x2e\xb3\xae\x8c\x5e\xa8\xc1\xb4\x51\xa3\x39\x97\xfd\xa6\x37\x7b\xc4\xdb\x74\x85\xf2\xec\xf6\xcc\x09\xdb\xf5\xef\xbf\xef\xef\x23\xb9\xf1\xef\x75\xc2\x69\xb1\xd1\x34\xd1\xb4\x51\xe5\x61\x6e\xfe\xb3\x9e\xfb\x2e\xa3\x0e\x05\x36\xa9\xd6\xb7\x2c\x7d\xad\x78\xac\xf9\xed\x5c\x1d\x70\x9c\x3f\x78\xbf\x0f\x32\x4e\xd0\xca\x45\xae\xfd\xd8\xcb\x3d\x73\xb4\xf3\x27\xab\x3d\xe7\xd3\xf2\xac\xb4\x24\xf3\x6d\xf4\xdd\x4c\xd2\x24\xa7\xd8\xc2\x48\xb1\x20\x33\x5f\x7a\xaf\x68\xf7\x1d\xb7\x45\x77\x3f\x4f\x7c\xef\xaf\xbe\x51\x81\x7c\xe1\x02\xb1\x66\x19\x8a\xc5\x92\x4d\x78\x43\x4a\x4b\x77\x8e\x78\xff\x28\x61\x35\x71\x60\xb0\xf5\x63\xa9\x7e\xe9\x58\xec\x8d\xbc\xb8\x6c\xb2\xb4\x9b\x09\x18\xd1\xe8\x61\x9a\xa1\x8c\xc1\x31\xa1\x82\xa1\x0b\x11\x6d\xd1\x71\xf1\x3d\xc9\x16\x59\xd7\x8a\xd7\x6b\xdb\x3b\x56\x47\x2d\x36\x64\xfe\x62\x69\x65\x16\x5a\x06\x45\x9b\x49\xca\x9c\x9b\x2d\x6a\xbf\x54\xdd\x2a\x3a\xce\x29\xca\xd4\x4d\xed\x4f\xdc\x49\x94\x4f\x7e\x9c\x6a\x9c\x9e\x97\xe5\x9f\x8b\x56\x7c\xb7\xbc\xa2\x76\xa0\x7d\x61\xf8\xee\xfc\xe9\xf6\xe8\x5f\xad\xf5\xee\xec\x5c\xce\xe0\x87\x16\xaf\xc1\xb7\x9d\x4d\xad\x5c\xf5\xe4\xd5\xa0\x62\xaf\x94\xa5\x50\xae\xa0\xa2\xb0\xbf\x78\xae\x0c\xb3\xc2\xb5\xa6\xa2\x09\xad\xed\x4a\x37\xc1\x08\xcf\x4c\xd8\xc6\x93\x93\xca\xbf\x4a\x38\x3d\xdd\x49\x9b\x67\x5a\x26\x6b\x8f\x98\x30\x1e\x0e\xed\xd5\xee\x7c\xd9\xd6\xd7\x64\xd1\xc0\xda\x50\xd1\x78\xb5\x09\xaf\xb5\xb7\x23\xa3\xbb\x75\xc0\x77\x54\x7f\xda\x62\xa1\x76\x0b\xff\xd8\xef\xef\xfc\xd0\x3c\xd2\x16\x35\xb6\x7f\xac\x06\x2f\x06\xcd\xf0\x8c\x05\x8c\x0c\x0d\x8c\x0d\xdc\x19\xa0\x19\x08\x1a\xc4\x1a\x45\x1f\x67\x9c\x26\x98\xdf\x58\xe1\xde\xb9\x78\xf4\xfa\x9f\xb9\xe1\xeb\x80\x05\xfa\xff\xc5\x2d\xc7\x75\x8f\x65\x9c\x05\xec\xb9\xfb\x73\xd6\x73\xba\x8b\x5b\x4b\x6c\x6b\x1d\x5b\x7d\x07\x1f\x4e\xee\xfc\x27\xee\xff\x37\xd7\xc9\x83\xc3\xfe\x83\xf8\xc3\xc7\x07\x79\x87\x49\xc7\xb6\xff\x27\x9c\x87\x26\x3b\xc3\x1b\xd4\xab\x9f\x17\xbb\x16\x8a\xe7\x51\xe6\x3a\xe6\x55\x17\x7a\x97\xc5\x36\x44\xf7\x90\xff\x3b\xef\x91\xd2\x36\xd2\x2a\xde\xa2\xc3\x0c\xea\x84\xc2\x88\xf5\x60\x60\x3f\x7a\x1f\x5f\xaf\x47\x2f\x49\x1f\xd9\xf0\x95\x89\xc1\x85\xc5\x3d\xa3\xff\x38\xf2\xdb\x4d\xf1\x25\xca\xe9\xe2\x91\x8e\x01\xbe\x6e\xe9\x36\x87\xa6\xf4\x86\x6f\x75\x74\x35\x9d\x35\x17\x6b\x3e\xd7\xe4\x36\xe1\x76\xb2\x8d\x62\xad\x38\x1f\x48\xfe\xcb\x1d\xb3\x6d\x4b\x2f\x91\x4d\xb7\x8d\xa0\xf7\x98\xb4\x8a\xd5\x5f\xa9\x32\x2a\xe3\x2d\x54\xc9\xa3\xcf\xa9\xcf\x36\xc8\x92\xce\xf6\xc9\xfb\x50\x98\x58\xad\xd7\xa9\x35\x36\xb0\xd2\x74\xac\xf6\x77\xfe\x63\xea\xb5\x5b\x73\x86\xa3\xa4\x3d\x0f\x5b\x4e\x6b\xe9\x4b\x4d\xf2\x6f\x65\x2d\xa7\x44\x26\xde\x8a\xbb\x15\xed\x1c\x95\x11\x19\x17\x85\x13\xd7\x9d\x42\x53\x60\x57\x13\xd5\x9d\x3a\x79\x75\xad\xf9\x24\xe3\x2f\xe3\x93\x6f\x5c\x9f\xb9\x3f\x84\xdc\x7e\x5a\xb7\x53\xf6\x2b\x6f\x3b\x9d\x29\x61\x24\x72\x3a\xd4\x32\x40\xc7\x57\xd8\x6b\xc0\x33\xc5\x73\xd2\xeb\xb9\x2f\x4e\xd8\xc7\x94\x81\xa2\x8b\xf5\x2b\x7d\xaf\x66\x49\xb6\x43\xfe\x2c\x61\x73\x7d\x06\x63\x40\xa4\xad\xaf\x5a\xb7\x70\x38\xa3\x31\xa1\x22\x42\x2a\x30\xd2\x6b\xc0\xed\x9b\x83\x99\xcd\x96\x55\xb6\x85\xb8\xc5\x25\xeb\x46\xfb\x1f\xde\x8b\x91\x16\x19\xcc\x25\x2e\xcd\xa2\x83\x8e\x0b\xaa\x7b\xd5\x7f\x78\xfa\x15\x4b\x6a\xc3\xc2\x6d\x3f\x2a\x4b\xf2\x72\x53\x9d\xa2\x43\x83\x62\xbc\x02\x9d\xb1\xac\x75\x4c\xe7\x0d\xb6\x75\xfd\xb5\x02\x35\xca\x34\x90\xb4\x35\x4d\xbe\x3a\x26\xf9\x05\xc4\x5e\xcd\xbe\x50\x59\xd0\x9e\x3f\x56\xbc\x26\x71\x3a\x79\x2e\x61\x57\x72\xba\xa4\x3b\xb0\xf6\x69\x7e\x49\x4a\x64\x64\x96\xbf\x88\x9b\x9a\xed\x45\xd3\x4c\x5d\x5f\x35\x75\x45\x8b\x9f\x1c\xb2\x46\x52\xb5\xd2\x6f\x7e\xe2\x68\xa9\x9a\x9d\xb8\x1e\x06\x39\x26\x36\x15\x3c\xad\x6b\xea\xbf\x3b\x3b\xba\xdb\xf5\xdb\x3d\x64\x8d\x8d\xb4\x5a\x94\x32\xa6\x2b\x46\x4b\xfb\x13\xb9\xf0\x5b\x11\x18\x1c\x6b\xbc\x54\x48\x95\x42\x16\x8d\x10\x28\xe4\xcd\xe2\x36\xe0\x99\x15\x99\x93\x8f\xd4\x43\xb5\xce\xf0\xfa\x18\x7e\x98\xd6\x52\x16\xdd\x9a\x34\x16\xbc\x96\x7e\x2e\x61\xd5\x67\xe8\x4d\xc3\x85\x7c\xf4\xf8\xd2\xa0\x17\xae\xd6\x96\x71\xfa\x3f\x54\x89\xe4\xca\x45\xf9\x79\x37\xd9\xea\x7f\xf0\xd0\xef\xd2\xdf\xfb\xae\xcd\x03\x24\xe2\x54\x4c\x8c\xcc\x1c\xdf\xf9\xcf\xc7\x93\xe6\xe3\xd5\x4b\xf7\xcb\xce\x9f\x1e\xfa\xc3\x12\x56\x30\xfa\xc7\xaa\x63\xb2\x41\xa4\x8a\x97\x88\x2d\x8e\x81\xab\xea\x47\x59\x1e\x61\x3c\x2e\x27\xa6\x55\x6a\x5b\xb2\x87\x24\x72\xc4\xf8\x14\x3e\xcc\xd2\x82\x6f\xe5\x9c\xb4\xd4\x2d\xfb\x3d\x91\x23\xb2\x32\x36\x2b\x28\x3b\x1a\x26\x1b\xb6\x92\x11\x12\x68\xfa\x2e\x54\xdc\x4b\xcb\x0f\x89\x74\xb9\x6f\x1a\xa3\xf9\x45\xee\xa5\xb0\x29\xa7\xd8\xf7\x47\x94\x14\x5f\xef\x7f\xb4\xc3\xee\xc7\xd9\x23\xd2\xa0\x43\xe6\x4c\x17\x37\x51\x79\x61\xcc\xed\xb4\x18\xa4\x97\xa4\x59\xcc\xd2\x7c\x34\x1a\xb4\x56\x05\x4b\x58\x1e\xec\x2d\x2c\xf7\x48\x69\x0c\x0c\xb3\x13\xd1\x1f\x50\x52\x17\x2b\xe2\xd6\x60\xba\x4f\x29\x4e\xf4\x06\xf7\x09\x7a\xc4\xeb\x55\xb4\x11\xfc\xbb\xe4\xc4\xcc\xea\x82\xed\xbf\xa6\xf5\x54\xec\x48\xfd\xbe\xc5\x13\x16\x18\x35\xfe\x1c\x92\x5b\x79\x73\x1a\x75\x26\x61\xcd\xb1\x57\xa3\xec\x63\xc2\x8c\xef\x8e\x75\xa0\xf6\xfe\xcf\x18\xc1\x78\x56\x52\xea\x8e\xaf\x15\x78\xa4\xe8\xaf\x5e\x51\x3c\x3b\x40\x19\xc5\x76\x21\xe1\x60\xd4\xe7\x93\x90\xcd\xd7\xce\xb2\x56\xf7\xf9\x19\x4b\x9b\x77\xa3\xae\x73\x80\x7e\xb1\xe7\x18\x42\x10\x6b\xb7\xfb\x91\xcb\xc3\x03\x66\xbc\x03\x2d\x5a\x34\x4a\xa4\xf2\xf9\xec\x18\xb7\xbf\xb5\x11\x36\x60\xdf\x7e\x27\x80\x8a\xfc\x3a\x07\xf5\x18\x33\xe4\xeb\x13\xfa\x1a\x5e\x6a\x19\x01\xad\x50\x2b\x33\x6f\xa6\x68\xf3\x5c\xde\xba\x8f\xfd\x02\x8b\xcf\x8e\xd6\xcf\x24\x6c\x71\xd5\x4d\x56\x7f\x08\x12\xb4\x45\x53\x67\x55\x0d\x12\x6f\xe1\xb5\xa5\xe3\x25\xe7\x21\xfa\x44\x10\x8e\xfb\x1d\xcb\x0c\xa3\x11\x53\x10\x97\xe6\x2b\x33\xc3\x17\x5e\x6e\x99\x62\xad\x60\xab\x62\xef\xb1\x18\x9c\xdc\xd8\xba\x6f\x03\x2f\x17\x9b\x8e\x55\xa0\x3d\x8d\xd7\xaa\x92\x57\x19\x4e\xe2\x20\xa1\xa9\x2a\xb6\xcd\x36\xce\xc1\xfb\x03\x89\xde\x84\x5a\x90\x8c\x8e\x18\xe3\x73\x27\xe1\xe2\x67\xd6\x2f\x1f\xc9\x72\xbf\xd3\xf1\x27\xcb\x15\xea\xe2\xda\xac\xfa\x34\xc5\x06\xe5\x15\xd6\xc7\x0e\xb4\x2d\x6d\x1f\xef\x41\x77\xa1\xdb\x1d\x56\x52\x12\xbd\xe0\xe2\xab\xfb\x53\x32\x91\xa5\x86\x8f\x8b\x67\x8b\x8b\x87\xb9\x95\x21\x8f\x66\x9a\x72\x83\xe2\x33\xa5\x01\x95\x09\x6d\x3e\x8b\x95\x90\xb9\x7c\x92\xc1\x37\x87\x4f\x01\xe4\x89\xc8\x45\x7c\x4d\x5c\xc3\x8d\x2b\xde\xa7\xd0\x1e\xdd\xae\x19\xa9\xaf\x66\x4f\x0c\xf2\xcc\x35\x4c\x92\xb1\xe7\xe9\x92\xda\x94\xba\x26\xbc\xc1\xaf\xc8\x65\xc8\xa6\xc8\x9c\xf9\xe3\x23\x73\x38\x0b\x60\xcd\xe4\x15\x11\x9f\x54\x71\x31\x7e\xe2\x6c\x17\xe2\x97\xdc\x52\xe2\xd6\xda\x36\xf6\x78\xbd\x1b\x61\x1b\x4c\xa7\xcd\x9a\xf0\x33\xde\x05\xb0\x9b\x03\xc5\x7a\x89\x4d\xb5\x1d\x95\xbb\x72\x8d\x52\x5e\x62\x7a\x42\xc8\xfc\xde\x7c\xf8\x7c\xd6\x02\xdb\x82\x79\x62\xc7\xb2\x76\x9a\xea\x16\xb9\x1e\x64\x11\x42\xe9\x7b\xe5\x2d\x1d\xed\x93\x6b\xdb\x9a\xe7\xeb\x7a\x09\xb7\x13\xb3\x80\x24\x6c\xc2\x46\x4d\xff\x91\x09\x99\xb1\xb4\x3e\x86\xa6\x8b\x8a\x86\xbc\xb6\x1c\xb3\x74\xa3\x94\xb5\xd4\xb6\x0c\xe7\xcf\x3b\xbf\xc2\x54\xc3\x0c\xd8\x6d\x42\x7c\x6e\xc6\x38\xe7\x64\xd7\x3e\xea\x1d\x9a\xcd\x3d\xc0\x3d\x97\xb0\xe5\x33\x98\x5f\x7e\x2d\xa6\xd9\x63\xc7\x76\xc2\x80\xc6\xbe\xdf\x86\xd1\x54\xc9\x40\x57\xe7\x8a\x66\xa0\xaa\xb7\xaa\xa8\xaa\x89\x7a\xa0\x66\x91\x36\xa5\x21\xaf\x45\x8d\xcb\x87\x80\xda\xc4\xcc\x02\xcb\x06\xe2\x41\xc1\xc5\x83\xa3\xdf\xbc\xef\x61\xed\x38\x45\x8d\x57\x72\x47\x04\xa9\x67\x9d\x9f\x8d\x4f\xa1\x27\x83\x43\xa8\x2d\xb3\x05\xa7\xa9\xb8\x11\xb7\x61\x9e\x91\x87\x09\xa1\x59\xb6\x65\xa6\x2d\xa9\x0b\xb2\xcf\xb3\x08\xac\x34\xc2\x92\xa5\xd6\xa9\x51\xde\xb5\xe7\x7f\xb4\x52\x73\x82\x4d\x1c\xc5\x68\xa9\x9f\xc3\x3c\x62\x4b\x23\xd5\x83\x46\xfd\x3d\xbd\xc2\x5d\x73\x1d\x5d\x1c\x3e\xd9\x4e\xdb\x37\x3a\xd2\x39\xeb\xbb\x4d\x78\xd7\xfb\xb7\x84\x7f\x4a\xcc\xc9\x95\xa8\x8c\xed\x7c\x3a\x75\x63\x2b\xe8\x8f\x12\x96\xbb\xfa\x3c\x1b\x13\x8a\x1e\xa5\xd8\x47\x38\xa4\xb7\x27\x3f\x8b\x1e\x8d\x70\x0a\x5e\xf6\x37\xf2\xf1\xf6\x6e\xf7\xc5\xf0\x6f\x0a\xbc\x13\xe2\x18\x41\x1b\x93\x96\x5c\x96\xed\x54\xf6\xae\xa9\x6e\xa0\x74\xb6\x69\x5f\xe4\x8f\x12\xb6\xc4\xe6\x44\xfa\x40\x7d\x45\x91\x75\xd5\xc3\x52\xcf\x3c\xa9\xcc\xdd\x54\xde\x84\x96\xb8\xca\x68\xfb\xa8\xf1\xe8\x8d\x18\xaf\xf8\x8f\x49\x5b\x19\xec\x39\x21\x05\x7b\x15\xaf\xeb\x3d\xbb\x9f\x8f\x6f\xaf\xa4\x1c\x73\xff\xd9\xda\x6e\xd9\x4f\xa3\xf4\x8a\x37\xb8\x96\xa4\x36\x49\xd7\x4c\x96\x97\x15\x6b\xe6\x27\xe5\xdc\xc9\xf4\xcd\x2c\xc9\x76\xcd\x51\xcd\x47\x2e\x7a\x53\xf6\xad\x7a\xab\xa1\xa0\xfd\x59\xaf\xcd\xc4\xad\x05\xe9\x5d\x9d\xbf\x7a\x8c\xd3\xd3\x4d\x9c\xe9\xa2\xfe\xf7\xcd\x9e\x7d\xa7\x5d\x03\x6d\x0f\x9a\xd8\xea\x6c\xab\x6e\x56\xc4\x96\x7f\xaa\x28\xaa\xdc\xae\xed\x6a\xcc\x6b\x71\xed\x6a\x1f\xa4\x1a\x6f\x98\x1b\x5d\x93\xfe\x1d\x8b\xfe\x65\x1e\xe4\xb3\x29\x43\xdf\xe6\x44\x26\x7a\x86\x39\x07\x78\x7b\xc9\x3b\x31\x3b\xde\xb5\x3f\x6c\x57\xec\xa2\xec\xa9\xe8\x3f\x18\x19\x98\xba\xb6\x70\x73\x8d\x63\x8f\xf8\x54\xf7\x9f\xf9\xe1\x6b\xd1\x6c\xeb\xd2\x06\xc5\xd2\xde\x6c\xcd\xf4\xe1\xe4\xdb\xf1\x9b\xe3\xc7\x13\xad\x13\xcd\x33\x4c\x0b\xa2\xcb\x9b\x5b\xca\x7b\xae\xa7\x89\xff\x89\xfb\xff\xfe\x75\xc2\x73\x70\xb2\xcf\xb0\x17\xb9\xbb\xb4\xf7\x72\x2f\xe6\x40\xe9\x54\xeb\x7f\xca\x79\x54\xb2\xa7\xb5\x45\xb0\x5a\xb3\xb4\x37\xc7\x39\x17\x36\x63\x39\xd3\x3b\x23\x38\x97\x32\x2f\xb5\x52\xbe\x43\xf3\x5f\x47\xa5\xd8\xe3\xd9\x60\x5a\x5c\x9f\x15\x9c\xbc\x3f\x6a\x39\x78\xb7\x4f\xac\xa7\xb1\x3b\xb9\x2b\xab\x8b\xa3\x07\xb5\x8f\x65\xb4\x68\xce\x7a\x4f\xe8\xdf\xb9\x8f\x5f\x6e\x35\x2c\x2f\xcc\x46\x8f\x53\x0e\x86\x74\x87\x75\x60\x37\x7b\xd7\xe7\xd4\x5e\xae\x46\xab\xd4\xab\xb4\xa8\x1c\xae\x66\xad\x5f\x6f\xc3\x1a\xd6\x5f\x50\xd8\x7f\xfe\xcf\xfc\x7b\x5a\x2b\xc3\xb3\xd5\x63\x4a\xfd\x84\x1d\x48\x8d\xae\xd5\x44\xe5\xbe\xc5\x1c\xf9\x3c\xd9\xf8\x99\x2b\x99\x97\xd2\x66\xd3\xc3\xb3\x18\x73\x0f\xab\xb5\xdb\xc7\xc6\xca\x97\x92\xf7\xd2\xfe\xce\xbf\xd3\xb1\x68\x33\xc1\x33\x80\xdf\x2e\x5b\xd7\x57\xa1\x5d\x44\x91\xf3\x23\x4d\x22\xe9\x59\x2c\x4f\xf4\x52\xc4\xd3\x70\xeb\xb0\xd9\xf0\x82\x48\xc5\x84\xd1\xbc\xaa\xea\xde\xce\x98\xd1\xf0\x65\xcb\xc3\xb9\xbf\x8c\xcf\xb4\x10\x3e\x86\xd1\xfd\xa5\xa9\xa0\x32\xba\xd0\x31\x4b\x2f\xc9\x27\x66\x35\x0c\x3b\x90\xd7\x77\xcf\xeb\x91\xfb\x0b\x37\x6f\xb7\x5c\xb7\x5a\x2f\xdd\x10\x96\x24\xd6\x7c\x8b\xda\xe4\xee\xbc\x89\xb6\x8d\xbf\xac\xe9\xd5\x97\x13\x1c\x9d\xa9\x75\xfd\xa5\x01\xd9\xc7\xc9\x94\xd1\x38\x21\x04\xbe\xc4\x6e\x2c\x8e\x31\xb6\x5f\x2c\xfb\xcc\x32\x4d\xb7\x8d\x4f\xcc\xf6\xac\x63\x3d\xa2\xc3\xed\x52\x51\x0b\xcd\x1a\x2f\xf4\xeb\xcc\xba\xec\xe0\xfd\xce\xbf\x1f\x32\x7b\xd2\x67\xdd\xd0\x5e\xb2\x9b\x65\x11\x2f\x19\xf6\xc4\x0f\xcd\xed\xbd\xed\xb1\xb9\xaf\x41\x9f\xae\xa1\x66\xa2\x5a\x96\xea\xb2\x4a\x83\xc6\x4f\x83\x54\x87\xdb\x3e\x32\x91\x02\x19\x3c\xa5\xf1\x2d\xb9\xc3\xb1\xcb\x4c\xc7\x3f\xce\x25\x6c\xb9\x4c\x48\xb4\x75\x57\x88\x65\x5f\x8d\x4b\x0d\x3e\xf5\xec\x75\x50\xb3\x08\x30\x68\xd4\x34\x52\x0a\xf9\xf5\x59\x3a\x5d\x12\x57\x3c\x4c\xfc\x81\xd4\xa2\xda\xa8\x71\x8e\x93\x9d\xbf\x7b\xac\x69\x8e\x7e\xd5\x46\xb7\xe5\x54\xd1\xd6\x6f\x68\x6c\xed\xd1\x50\x61\x63\x7d\xe1\xc3\x24\x8c\x50\x5e\x8f\x43\x3b\x31\x93\x27\xda\x59\xca\xdd\xb2\xc7\x62\x63\x02\x2a\x3c\xf1\x9c\x7a\xec\x14\x1c\xae\x02\xab\x72\x3c\x5a\x2a\xe6\x31\xae\xed\x21\xa5\xc9\x5d\x45\xf8\xcd\xc2\x43\x8b\xcb\x28\xc7\x26\xb0\x84\x65\xfb\xfe\x2f\xd5\x07\x39\x77\xa3\x16\x7c\x28\xec\xd1\x8c\x4f\x35\x1a\xe5\x2b\x25\x84\x04\x3a\x38\x89\x7e\xbc\x61\xf0\xa2\x71\xa3\x22\xa5\xfd\xc8\x81\x2b\xc2\xa4\xf0\x43\xcf\xc1\xe6\xc8\xe7\x41\x74\x54\x36\x4d\x35\x6f\xf7\xcc\xcc\xfe\x0e\xc2\x5f\x2c\x14\xf5\xf8\x57\x48\xa5\xf6\x84\x2c\xba\xb4\x99\x13\x68\xe3\xfd\x32\x13\x53\xe0\xbd\xce\xfa\x96\x2e\x8f\x6c\xe1\x2b\xe7\xa7\x5c\xc2\x6d\xd2\x5f\x0c\xed\x3c\x74\x52\x68\x6a\xb8\xa6\xec\x2e\xc9\x21\x18\x29\x22\xa5\xd4\xad\x8c\x63\x12\x6b\x87\xb0\x84\x45\xf1\xee\xae\x32\xa5\xa4\xc3\x80\x36\x7b\x7e\x7d\x6f\x25\x2a\x09\x46\x9e\x12\xe6\x67\x34\x6f\x48\xf0\xf0\x8b\x30\xad\xd0\x0f\xde\x13\x12\xbc\xa6\x68\x61\xb1\x15\x4a\x95\x17\xd5\xdb\xb7\x33\xf6\x7b\x1d\x17\x9c\x2f\xdd\x88\x33\x18\xb6\x54\x7f\xa2\x70\x26\x61\xe9\xa8\xfb\x76\xc9\x54\xc2\xb2\xb7\x90\xb5\xa4\x96\xb3\x9c\x90\x40\x19\xcb\x00\x0d\x3e\xb1\xe2\x47\xcd\xf7\x6e\x28\xb3\xc8\x15\xaf\x48\xb0\xb2\xbe\xba\xd3\x2f\xf3\x74\xca\xf8\x69\x2e\x5b\x36\x7a\x39\x45\x93\xe7\x90\xd6\x56\xf6\x0d\xce\xcf\x1f\x42\x68\x6c\xed\x65\xcf\x93\xb2\xb9\x58\x0a\xcf\x00\x0b\x3f\x35\x5d\x49\x27\xee\x19\x06\x61\xd2\x5c\xfc\xbe\x0f\x52\x28\x32\x4f\xae\x3e\xb8\xf4\xec\x19\x7a\xc7\xa7\x5a\x1a\x54\x4e\x43\x49\x0b\xb5\x29\x73\x46\xf7\x93\x48\xb2\x2c\xcb\x6a\xe7\x5e\xb4\xb9\xe2\x7d\x57\x68\x3d\xc5\xf7\x7d\x4f\x21\x4c\x7a\x64\xb1\x65\x9a\xaa\xe6\x28\x86\xc4\xb6\x4f\xcd\xfc\x85\x07\x1b\x13\x4d\xec\x65\x2d\xf2\xf3\x67\xca\xcf\x51\xd1\x42\x08\x76\xa9\xe6\x39\x32\xc4\x57\xd5\xa8\xcd\x8c\xdd\x7d\x22\x98\x33\x9f\x57\xe1\xf6\xa0\xcc\x06\xec\xb3\x42\x7b\xe2\x60\x28\x2b\xd3\x3a\x30\xdc\x3a\x40\x55\x49\x68\x5b\x58\x94\x25\x9c\x2a\xec\x73\x06\x9e\x04\x66\xc9\x7b\x2e\x34\xf6\xb7\x2f\xd0\x5e\x7d\x40\x22\xf4\xa5\x16\xe2\x28\x95\x7c\xa8\xd6\x68\xfe\xca\x7d\x2c\x42\x38\xb3\xa7\x1a\xa3\xe7\x64\xa6\x73\x6f\xe6\x4c\xc2\x61\x69\x5b\x74\xfe\xf5\x30\x7d\x7b\x2a\x75\x7d\x91\x5f\xdf\x03\x98\x98\x69\x54\xc9\xc9\x49\x7a\x3e\x27\x12\x20\xe3\x96\xe1\xc8\xe3\x7a\x7e\xe4\x23\x12\xa2\xfd\xca\xf5\x49\x0a\x45\x83\xcb\xf2\xb2\xe7\x52\x94\x6b\x76\x65\x0d\x59\x6f\xea\x3c\xeb\xc1\x7d\x58\x1b\x3d\x14\x25\x43\x31\x0e\x2e\x36\xda\xe1\x12\x77\xbf\x67\xb2\x98\xb2\x32\x32\xd1\xd2\x61\x53\x3e\x25\xa3\x24\x9e\xff\x6a\xf9\x75\x8a\x24\x82\xbc\x8b\x11\x8b\xf7\x95\xac\x82\xd6\x98\xd5\x92\xb7\x5b\xcc\x8d\x5c\xa1\x3a\xcb\xfe\xd5\xc5\x0b\x47\x50\xa4\xb1\xb7\x32\x72\x5c\x13\x95\x14\xee\xd1\x66\x78\x51\xea\x22\xbb\x87\x80\x96\x50\x33\xf7\x29\x9b\x37\xd3\x00\x63\x1e\xad\x27\x4d\x1a\xed\x2a\x7d\x2d\x23\x11\x6b\x9d\xe0\xd5\x5f\x40\x8f\xd0\xce\xc8\x5f\x20\x3e\xa9\xc0\xb2\xd1\x62\x68\x67\xe5\xde\xa9\x04\x64\xd9\x3a\x66\xbf\x37\x6d\x64\xea\xf8\x3b\x9a\xe9\xfc\xcc\x10\x91\xfc\xb5\x24\xd3\x2c\x96\x2c\x98\xc2\xeb\xc9\x45\xc4\x2e\xc4\x56\xc1\xce\xc1\xc1\xc9\x95\xc6\x67\x22\xce\xaa\x84\x6d\xa0\xe8\xd0\x1d\x74\x35\x19\xbd\xf8\x55\x73\xfc\x68\xf8\x1a\xd3\xf9\xce\x58\x21\xea\x74\xca\x53\x0f\x89\xb6\x7a\xaa\xad\x29\x1f\xa8\x25\xae\x26\xa7\x20\x2d\x77\x5f\xf2\x9a\xa8\x85\xb0\x88\xe0\x84\xd0\xac\x48\x86\x58\x8d\x54\xdf\x2f\x3d\xf5\x65\x33\x7e\xd7\xab\xa1\xee\xa9\x4b\xe5\x1d\x1d\xb6\x13\x5f\xb7\x7f\xcb\x94\x6e\xe5\x0c\x30\x97\x3e\x8c\x74\x76\x3d\xb6\xec\xd4\x1e\x33\xf7\x33\xd2\xd6\x4d\xd7\xbc\xa3\x1c\xa8\xc0\x2b\xd7\x29\x97\x21\x37\xfb\x2b\x57\x71\x48\xd5\x58\x73\xdc\x80\xdb\xc6\xc9\x73\x26\x22\x2e\x73\xb4\x2a\xb8\x7b\x7b\xda\x70\xd7\xfe\x5c\xc2\x21\xcd\x28\xa8\x42\x4d\xe4\x0c\xa5\x70\x9d\xb3\x18\xd3\xd5\xb0\x2f\xb5\x7e\x66\xfa\xc6\xc0\x49\xc7\x55\xf3\x97\x46\xa2\x66\xb2\x76\x95\x9e\x86\x51\xbc\x59\xb9\xf5\xb1\x2b\x5b\x80\x6e\xdc\xe7\xec\xc7\xb5\xb7\xfa\xf0\xe6\xa3\x0f\x4c\x7f\xb7\x32\xd3\xaf\xeb\x74\x0a\x7a\x12\x7f\x05\xdf\x75\x53\x0b\xbc\xe5\x53\xe6\x46\xee\x18\x6f\x3b\x6e\xc5\x6b\xd6\x6c\x3a\x63\xb6\x65\xb9\x65\xf3\xd5\xe1\xb9\x8b\xa4\x67\x4b\x00\x76\x44\x4e\x2a\x57\x71\x42\x63\xfb\xc0\xe1\xf2\xa3\xe3\x3f\x78\xc0\x85\x84\x1e\x8f\xda\xbe\x3c\xad\x84\xc6\x10\x9a\xb8\xf8\x08\xd5\xe0\x5d\x3f\x3a\xef\x6c\x8f\xa7\xae\x86\x2e\x3e\x6e\x97\xdd\x79\xbc\xbe\xfb\x61\x07\xee\x45\x98\xc5\x5a\xa5\x34\xe4\xf5\x55\x7a\xb7\x97\x8d\xe6\xaf\x92\xff\xd1\x52\x6e\xf8\x4e\x79\x76\xb9\xd6\x10\xe7\x75\x16\x74\x85\x3f\x49\xf3\x4e\xfc\x18\xcb\x16\x31\x1e\x8a\x1a\x5c\x18\x44\x1a\xb4\x13\xda\x17\x49\x16\x4b\x94\xa8\x96\x8e\x9c\xeb\x5e\x94\x50\xbd\xd1\xfa\x78\x40\x6a\xee\xfb\x8e\xd4\x9f\xad\xed\xda\xce\xc4\x8b\x2e\xbc\x9a\x9e\x82\xb1\xaa\xbe\x52\x8a\x7c\xf4\xac\x97\x69\xba\x29\x69\x89\x99\x09\xef\x93\xae\xa4\x10\xa6\x87\x67\x27\x16\xdc\x2c\xbb\x51\x53\xd4\x1c\xda\xf3\x7c\x98\x79\xba\x78\xfd\xc3\xe9\xc7\x3f\x4b\x38\xf9\xbc\xda\x3f\x71\xbb\xdb\xac\x47\xa7\x23\xab\xc9\xb5\x56\xa4\x42\xa0\x8c\xbb\xb0\xa6\xd0\xbb\xf0\x49\x21\x79\xc9\x83\xb2\xc2\xaa\x92\xba\x9e\x16\xb7\x9e\xb0\xa1\xb2\x49\xd1\xc5\xbd\x6d\xc9\x53\xb6\xd3\xbf\x5d\xc7\x93\x6b\x8e\x93\xb3\x7d\x9f\x9a\xb7\x07\xf5\x7a\xaf\x74\xa0\x37\xed\x35\x1e\x36\x60\xd4\x37\x37\xbc\x6b\xae\x68\xfd\xde\x45\xde\x37\x32\xfa\x7a\xaa\x7f\xe9\xd2\xe6\xf4\x61\xf3\xdf\xb9\x11\x17\xd1\xc6\xc2\xec\xe8\x22\xf3\xcc\xe4\x94\xf2\xc4\xe3\x11\xfd\xc1\xa2\x01\xe9\xc1\x8b\x03\xe3\x43\x6a\x23\xcd\x53\x4f\xe6\x22\x97\x75\xb7\x2d\x0e\x2d\xfe\x95\xfb\xff\xc1\x75\x92\x78\x18\xb3\xcf\xb4\xeb\xb4\x2d\xb0\x4d\xb4\xdd\xb4\xb3\xb0\x97\x72\xf4\xf3\x7f\xc6\x79\x9c\xb8\x67\xb3\xd5\xb5\xfe\x72\xf9\xc7\xc2\xcb\xd9\xa4\xe9\xca\xa9\xdb\xd3\xa8\x93\x33\x53\xf3\x33\xc3\x4b\xeb\x5b\x6b\xff\x85\xd9\x70\x3f\x73\x63\x63\x29\x68\x4e\x73\xd2\x72\xec\xc9\xd0\x9d\xbe\x91\x1e\xbd\x2e\xf1\x4e\xc5\xf6\xa3\x0e\xcb\xce\xf6\x9e\xc6\xa1\x98\xf9\x97\xdb\x04\xff\xce\xbe\xcb\xb2\xba\xbe\xf0\x6a\x92\x6b\x78\xbb\x37\xbe\xc3\xa8\x35\xb1\xd1\xbf\x66\xaf\x2a\xa1\x92\xba\xbc\xa3\x3c\xba\x8c\xa3\xfc\x6d\x8d\x6b\x1b\xf7\x90\xf2\x9c\xeb\x36\xcb\x3f\x71\x1f\xe2\x6e\x7e\x9c\x53\x9f\xc0\x1b\xbc\xd0\x15\xd8\x5c\x5e\xf7\xad\x92\xb7\xb8\xa8\x80\x26\xa7\x31\x33\x2f\xcd\x2d\xf5\x38\xe5\x28\x35\x22\x35\x20\xbb\xbf\x52\xb1\x2d\x65\xf8\xca\x82\xd3\x5e\xef\xdf\x9e\x99\xde\x5a\xfc\xac\xe7\x10\x63\x67\x40\x93\x69\x75\x6b\xc9\xa7\xbc\xa3\x8c\xa8\x64\xa1\xf8\xf2\xa8\xc9\xc8\xb7\x61\x6f\x42\x92\x42\x6e\x87\x3c\x08\xa7\x88\x57\xca\x09\xaf\xe4\x68\xdb\x1c\x6e\x5f\x4c\xdc\x67\xf8\xb3\x84\xcd\xee\x99\x0f\x03\x11\xad\x02\x35\x51\x25\xef\x72\x7e\xa6\x7a\xc6\x53\x46\x36\x04\xb9\xf8\xed\x78\x71\xb8\xcb\x3b\xa7\x3a\x47\x39\xb3\x39\xa7\x78\xbc\x0d\xd4\x48\x70\xcb\x3d\xaa\xe6\xe8\xc8\x1b\x9d\x5b\x35\x38\xfe\xc3\xbd\x1c\x3f\x59\x54\x1f\xa2\x6f\xe5\xae\x7c\x96\x9f\x9f\x26\x11\xe7\x15\x96\xe7\x7f\xe0\x59\xec\xc2\x66\x67\x63\x45\x63\x96\x67\x9c\x65\x54\x67\x38\x60\x3c\x68\x99\xe3\xde\x12\x72\x9c\x98\x50\x80\x5f\xb3\xd4\x3d\x3b\x95\xb4\xf9\x87\xe8\x62\x47\x60\xea\x75\x97\x58\x95\x7b\x5e\x4a\xca\xbb\xa8\x87\x01\x3d\x1e\xd6\x8e\x5e\xd6\x48\x26\x57\xf5\x68\xb4\x5c\xd4\xae\x2b\xcf\x29\x36\x2b\x92\x28\x5b\xeb\xfa\x59\xbf\xf0\xbc\x18\x36\x99\xe2\x51\x54\xdb\xe8\x37\x10\xbd\xa0\xb0\xe7\x76\x2e\x61\xad\x6f\xc4\xa9\x49\xb3\xa8\x26\xf5\x4d\x44\xb1\x6f\xb0\x0b\x9a\xb5\xa1\x31\xb9\x0e\x8e\x6a\xb2\xbc\x96\x0c\x87\x84\x92\xe8\x4f\xe1\x9f\xc2\x5a\xe2\xd7\x95\x15\x0d\x28\xec\xcc\xbd\xf3\xa3\x2c\x33\x15\xca\x4f\xdb\x75\x27\xb0\xd6\x05\xce\x25\x2c\xcb\xf6\x7b\xd4\x9e\x64\x3f\x89\xe9\xf0\x73\x72\xc6\xb6\x48\xd5\xeb\x55\x4b\xfb\x25\x26\xc9\x2f\xf4\x96\x07\x99\xc3\x86\x85\x81\x39\x93\x85\x86\x97\x4b\x2a\x40\x9d\xcb\x78\xde\xb1\x37\x70\x3d\xe1\x5e\xfe\xad\x7a\xac\xfe\xaf\xf3\x2e\x07\x44\xb0\x84\xc5\xf6\x1e\xac\x0a\x96\x34\xbc\x50\x01\x37\x24\x8b\x56\x5d\x73\x65\x27\x99\xcb\xc2\xa7\x3c\xf7\x59\xaa\xe9\x2b\xa8\x32\x29\x84\xbf\xed\x52\xdc\x62\x96\x14\x50\x91\xdb\xd0\x72\xb7\x18\xf7\xa0\x8e\x60\xcf\xb8\x56\xde\xdb\x61\x3f\x79\x6d\xeb\x21\x2c\x61\xe1\xb4\x43\xb0\xd4\x3c\x31\x37\xe0\x93\xfd\x90\x21\x9f\x72\x8d\x34\xbd\x00\x19\x7b\x1a\xc3\x09\xa5\x08\xb1\x00\xc1\x0e\xde\x45\xdc\xce\x2f\x95\x34\x81\xec\xd3\xa2\x9d\x4a\x58\x86\x32\x8e\x57\x02\xfc\x13\xd2\x0b\x05\x9b\x04\x86\xde\xae\x74\x9d\xc6\x42\x73\x50\xec\x0a\x2d\x7e\x19\xfb\xc0\x3b\xc3\x5a\x4a\xeb\x83\x6c\x80\x10\x26\x5b\x18\x5d\xd6\xb7\xaa\x4f\x72\xd8\xfa\xef\x38\x51\xab\x50\x7b\x71\xf8\x48\x6f\x32\x66\xf3\x11\xcb\x72\x6b\xf5\x58\x7d\xf6\x52\x8a\xa6\xc8\x79\x52\x33\xd3\xdb\x39\x5f\x77\x08\xc5\x2a\x8b\xa6\x5d\x36\x25\xf7\x62\x99\xbd\x24\x4d\xe7\x54\xc3\x25\x74\xb9\x7c\x19\x28\xbe\x39\x13\x4c\x63\xe4\xa0\xfe\x40\x7e\xf6\x90\xf5\xe9\x08\x3a\x3d\x61\x2d\xf5\x4d\x0e\x6f\xf1\x36\x55\x5d\xd3\x6d\x37\xed\xf0\xf7\x19\xdb\x95\x4f\xbb\x6a\x66\x4a\xf7\xec\xce\x24\xac\x14\x77\xa5\x97\x24\x78\xf7\x7a\x28\x1b\x8e\x2b\x68\x09\x73\xb0\xac\x52\xbd\xfd\x8c\x81\x99\x89\x6a\xf9\x34\xe0\x1e\xfd\x8d\xbb\x48\xd4\xa8\xa4\x78\x25\xe4\xce\x2c\x9d\xa2\xe8\xca\x8c\xc6\x56\x2e\xaa\xa1\xcf\xd3\xae\x96\xf7\x76\xd2\x4c\x4b\xef\x40\x39\xdb\x75\xa2\x01\x95\x32\xfe\xd8\x06\x73\x4d\x83\x18\xb9\x62\x7e\x8f\xef\x7a\xdf\x8e\x3e\x3e\x40\x9b\x7c\xde\xf6\x28\xf8\xc1\xf4\xfd\x29\xa4\x83\x57\x83\x38\x53\x64\x32\x2c\x9f\x85\x75\x94\x30\x8c\xac\x9d\x59\x43\x70\x52\xf5\xca\x3f\xb4\x4f\x4d\x61\xef\x4c\x9d\x49\xd8\xbb\x31\xe4\x91\x29\x12\x78\x62\x39\xaf\xdc\xc5\xdf\x42\x67\x4e\x77\x9d\x18\x03\x7b\xeb\x3d\xd9\xdb\xeb\x28\x42\xcf\x57\x9f\xdf\x7d\x11\x8d\x1a\x8a\xa3\x4c\xe6\xcd\xbc\x2d\x5c\xae\x98\x60\xcc\xea\x72\x2b\xf4\x73\x6a\x59\xb9\x6f\xe7\xde\x14\xeb\x0e\x14\xbb\x1f\xb5\x4f\x78\xe7\xfe\x08\xd5\xb4\xcd\x54\xfd\xce\x9f\x4e\xab\xff\xe9\xc1\x57\xdb\x2f\x8f\xf0\x23\xb0\x47\x30\x0a\xd1\xf5\xd1\xca\xd1\x5d\x3e\x8c\xe2\x15\x91\x55\xb1\x92\x8a\x98\x2b\x33\x99\x7c\x75\x59\x0c\x5d\x48\x4f\xac\xb0\xec\x42\x99\x1a\xdc\xed\x80\xee\xc2\xb1\x17\xab\x24\x37\x9a\xc5\x89\x4b\xb3\x58\xf8\x36\x1d\x05\x91\x2d\xf5\x3e\xd5\x6d\x52\xf7\x2f\x07\x84\xaa\xf8\x0c\x78\x9a\x1f\xa3\x08\x1f\x11\xf1\x50\xbe\x65\x9d\x14\xb7\x52\xc5\x34\x7b\xe9\xe6\x14\x71\x2f\x73\xaa\x4a\xa5\x7b\x63\x66\x62\x9f\x19\xba\x0b\xad\x91\x9b\x55\x0c\x89\xe2\xee\xdf\xf5\x5e\x8b\x07\xfe\x68\x62\x93\x65\x15\xff\x61\xc5\x20\x44\x75\x44\x9e\xfe\x4d\x9c\x24\x88\x74\x80\x9c\x89\xd2\x8b\x41\x88\xab\x52\xb2\x40\xfd\xa5\x45\x92\x17\x53\x24\x5d\x56\x49\x0d\x49\x6f\xd5\x1c\xed\x21\x9c\x63\x34\x9d\x4e\x6e\x38\x4a\x53\xf7\x51\x30\x46\x97\x79\x2c\xc0\x2a\xc2\x2f\x68\xcc\x6b\xc2\x79\x97\xd9\xe8\x7b\x23\xc3\x5b\xfa\xcb\x0c\x32\x8c\xeb\xcc\xba\xec\xe6\xfc\xf4\xb2\x57\x35\xdd\xac\x58\x7d\x24\x63\x2f\xe6\x5d\xa8\x97\x18\x90\x5d\xb2\x3b\x2e\x41\xec\x0c\xa6\xb6\x93\xec\x82\xc0\x42\x33\x2a\x0d\x7a\x19\x3e\x01\x5a\x39\x66\xc9\x63\x31\x54\x81\x38\xee\x1d\x2e\x46\x8e\x25\x4e\x1e\xee\x5e\xfe\x70\x11\x15\x89\x34\xc5\x26\x5d\x0e\x9b\x1a\xdf\xef\x71\x9d\xf9\x3a\x0d\x1d\x43\x5b\x2b\xbf\x45\x5c\x1b\xc7\xbd\x83\x85\xfa\xa1\xaf\x9d\x7f\x99\xde\x57\x27\xd6\x26\xd2\xc4\x54\xf2\x92\x6f\x94\x29\x94\xd0\x14\x7b\x24\xea\x2f\x06\x24\x09\xa5\x75\x7f\x99\x28\x95\x6b\x1e\x99\x64\x3b\x1a\x05\x24\x27\xf4\x14\x69\xb4\x28\x8e\x51\xaf\xdf\x3a\x97\xb0\x7f\x63\x08\xbd\xfc\x66\xfc\x87\xc0\x70\xc7\x61\x13\x4f\x0d\x6f\xb3\x41\x83\x1a\xed\x41\x75\x2e\x55\x46\x85\x03\x85\x4b\x0a\x89\x2a\x8e\x6a\x1b\xda\xdb\x86\x0e\xe6\xcf\x6d\xf9\x3d\x24\x43\x29\x52\x39\x4a\x14\x5a\xb5\xc7\x37\x36\x7e\xab\x40\x9c\x5c\x1b\x4b\xae\xa6\xcc\x63\x8d\xcd\xf1\xbf\xe5\x84\xe5\xce\xe1\xe4\x67\xdb\x64\x69\x6d\xea\x65\xe8\xa9\x6f\xaf\xa7\xa6\x9f\x60\xd8\x64\xca\x6c\x59\x65\xa7\xe6\xa2\xe5\xb5\x12\xfc\x3c\x96\x3c\x2b\xad\xf2\x7d\xe7\x9d\x29\xef\xed\xb7\xbf\xdb\xa9\x29\xe1\xae\xbe\x2a\xfc\xac\x9e\xd8\x47\x01\x04\x2e\x8a\x41\xf1\x5e\x84\xae\x9d\x4e\xd7\xed\xf5\x6c\x42\x6c\xe8\x6c\x94\xec\x45\x9d\x39\xdc\x6f\xfa\x9a\x04\x3f\x88\xf4\x4e\x48\xce\x54\x2d\x49\x6f\x08\xed\xbd\x3b\x57\xb7\xf7\xe2\x77\x09\xeb\x0f\xc6\x6f\xb7\x6d\x54\xc4\x66\xdf\x8a\x13\x4a\xba\x14\xc7\x18\x79\x25\x84\xce\xbf\xd2\xd7\xc6\xfb\xc8\xab\xcb\x2b\xc3\x97\x3f\xf0\x65\x28\x55\x94\x5c\xa2\x7d\x86\x61\x7e\x4c\xc5\xbb\xc6\xd7\xdd\x55\x13\x8c\x2b\x61\xc7\x2d\x7f\xb0\xf7\x22\xcb\x71\x23\x29\x6d\x99\x95\x28\x39\x8d\x05\xbb\x59\x28\xe9\xc1\x49\xe8\xf1\x1b\xd1\x0d\x91\x16\xd1\xcf\xa3\x8a\x62\x2f\xc6\xbb\x24\x1f\x65\x6e\x15\xd2\x97\xa7\xd5\x85\xb6\x0b\xf6\xc7\x4d\x11\x2e\x7d\xd9\x8b\xfd\x8b\xcf\xb9\xba\x94\x32\xb2\xd7\x3e\xd6\x1e\x5f\x60\x5b\x6e\x5a\x2a\x5f\x28\x9f\xab\x9b\xd9\x97\xf5\x3a\xc3\x36\x8b\x3f\x47\x2b\x2f\xbb\xb8\xbc\xa2\xa3\x5e\xab\xdd\xb7\x9f\x6d\x4c\x6e\xae\x7d\x63\xea\xa8\xeb\x6f\x6e\xeb\xf4\xa0\x72\x99\x6f\xcc\xbd\xfb\x6a\xc3\xd5\xd6\xce\xc6\x0f\x8d\x91\x35\x9a\x55\x5a\x15\xdf\x2b\x0c\x2a\x53\xaa\xf7\xea\x75\x9b\xd4\x3b\xbf\x0f\x30\x8d\x2e\xcc\xf1\xad\x9b\x1d\x30\xff\x9d\x1b\xbe\x8e\x90\x57\xbb\xa7\x32\xa7\x2d\xda\x5f\xf4\x95\xf5\x05\xf5\x9a\x76\x92\xb4\x57\xb7\xb3\xb5\x67\x74\x2b\xf6\x51\x0d\x1b\x8e\x77\xcd\x6e\xad\x59\xef\x75\x9f\x0e\xfd\x1b\xff\xff\xf5\xab\xfa\xc8\x77\x9f\x62\xc7\x7d\x73\x69\xd3\x6b\xf3\xd2\x46\xf8\x46\xde\xf6\xdd\xfd\x8d\x13\xd3\xff\xce\x78\x92\x7f\x40\xba\x6d\xbb\x9e\xb7\xd2\xb9\x78\x61\x4e\x71\xfa\xe1\x44\xd4\xb8\xd0\xd8\xc2\x58\xfc\xa8\xef\xd4\xed\xb9\x98\x4d\xfa\xff\xcc\x7d\x60\xb5\xd9\xb7\x7a\x63\xae\x6c\x6a\x65\x34\x64\x98\xb3\xdf\xbc\x47\xa3\x13\xbd\x9d\xa8\xd5\xb9\x15\xab\xa5\xac\x75\xb9\x03\xbb\xf7\x68\xc6\x60\xe3\x5f\x73\x31\x07\x56\x1b\xc8\x8b\x9d\x53\x69\xa3\xa8\xfd\x2b\x5d\x56\xad\x5b\x8d\x0c\xb5\x75\x55\xa3\x15\xae\xa5\xf1\x25\xd4\xc5\x6f\x0a\xe7\x4b\x36\x2a\xec\x9a\xde\xf7\xab\x4e\x6f\x6f\x5e\xf9\x27\xfe\x9d\xa3\x65\xb2\x29\xf3\xa1\xb4\xee\x9d\xd6\xfd\xfa\x0b\x55\x24\xa5\x96\xf9\x07\xb9\xd2\x99\x8e\xa9\x3b\x29\x97\x92\xa4\x13\x37\x93\x1c\x93\xa4\x33\xdc\x4a\xfb\x9b\x56\x06\x91\x67\x9c\x37\x4b\xff\xca\xbf\x7f\x75\x21\x7b\x74\xa3\x37\xbf\xc9\xbd\x66\xaa\x94\xa6\xe0\x56\xd6\x62\x0a\x5e\xfc\xcb\x68\x81\x88\x9f\xa1\x57\x82\xf8\x02\x91\x02\xa8\x02\x56\x82\x64\xa3\x5f\x66\xcc\x97\x55\xb4\x60\x0e\x64\xce\x6d\x6d\xff\xa9\xa2\x74\x52\xb4\xea\x3d\x86\xd7\x6d\x51\xcf\x54\xa6\x93\x57\x9b\x7e\x25\xa1\x20\x3a\x22\xf4\xba\x7f\xa2\xf7\x75\x37\x2f\x97\xfb\x0e\xf8\xf6\xf9\xb6\x23\xf6\x37\x9c\xef\xfb\xeb\xc6\xf4\x64\x1e\x94\x4d\xb7\x5a\x0d\x8d\x2e\xb0\xec\x17\xfc\x2e\x61\x8f\x64\x56\xa0\x17\xbd\x3e\xa6\xe4\x52\x26\x7b\xa2\x41\xe4\x85\x20\x4c\x6f\x5c\x57\x03\xfb\x06\xcb\x42\x33\x76\x23\x6a\xfd\x7b\x7a\xb7\x74\x89\xf4\x42\x4c\xf0\x9c\xef\x05\xbe\x89\xdd\xcb\xc6\xad\x9c\xea\x40\x19\x93\x5e\xad\x3a\xfd\xcd\xfb\x6f\x54\x8d\x45\xb4\xa1\x97\x11\x66\x44\xc4\x66\x87\x60\x79\x59\x3a\xdb\xda\x48\x99\x6e\xe9\xef\x69\xc6\xab\xca\x2b\x31\xff\xea\xff\x89\x27\x77\xfb\x97\x8b\xd6\x3d\x8b\x6b\x2e\x73\x41\x1f\x12\xca\xf2\x8c\x6a\x43\x7a\xdf\x4d\x97\xee\x10\x9d\x4b\x58\x31\x1e\xa4\xa9\xf3\xc9\x1b\x4f\x30\x09\x4a\x76\x27\xb3\xb3\x37\x1d\xd5\xa3\x51\xc7\x57\x08\x97\xc5\x10\xd7\x10\xfe\x24\xc0\xcc\x47\xcc\x7b\x2c\x84\x25\xef\xa6\xc3\x62\x45\xe3\x81\x14\x16\x9f\x62\x5a\xdc\xde\xe4\x32\xfc\x76\xf9\xc6\xb1\x21\xf4\x14\xd6\x16\x79\x7b\x1a\xaa\x14\xd3\xb3\xc2\xb9\x3d\x5f\xd9\x54\x18\x05\x68\x5e\x51\xe4\x92\x96\x17\x1e\xe5\x0d\x65\xa7\x66\xd6\x60\x4c\x60\x78\x43\x7f\xc8\x6e\x2b\x26\xa5\x24\xad\xff\xd1\x2e\xc1\xc7\x2a\xfa\x46\xb6\x70\xf5\xed\xee\x96\xe9\xfd\x1d\x28\x5e\x3d\x91\x99\x6b\xe9\xe4\x29\x33\x4b\x26\x0f\x74\x72\x54\x33\xc2\x57\x2f\xfa\xe9\x2a\x46\xc9\x9b\xc8\x5a\xcf\xe8\x48\xa5\xfd\x4d\xf6\xab\xe2\x97\x17\xc4\x2a\x0c\x8a\xdc\x3c\x92\x1a\xaa\xc3\xa6\x0c\xce\xc1\x41\x29\xc9\xbe\xc5\x32\xcd\xe6\x23\xdd\x6b\x88\x0c\xdb\x9c\x56\xfb\x5a\x71\x46\xfc\xae\x8f\x95\xb5\x8b\xb6\xc1\xcf\x69\x91\x00\xce\x29\xa6\x07\xd4\x04\x24\x7e\x04\xf3\x38\x6a\x1f\x56\xdf\x7f\xc0\xb3\x21\x53\xfb\x61\x24\xf0\xf3\xe7\x77\x9d\x60\x1b\x4c\x9f\x85\x98\xe0\x5c\xe6\x3a\xd6\xfe\x3b\x0b\xf4\x87\xc1\x67\x12\xe6\x87\xdb\x33\x8a\xae\xc7\x58\xb9\x15\x9b\x72\xa9\xdd\x94\xc0\xe3\x2a\x65\xdc\xa2\xc0\xfd\xf2\x08\x47\xfb\x5d\xec\xcb\xad\x67\xbb\xcf\x4c\xdf\x3f\xfd\xcc\x40\xf3\x88\x53\x56\x42\x49\xed\xad\x69\xb7\x9b\x7a\xb8\x42\x06\x5f\xc5\x44\x17\xce\x0c\xe7\x6e\xdb\x99\x84\x45\x8c\xce\xc2\x12\xdd\x98\x7b\xae\xbb\x06\xe3\xf2\x4d\x42\x48\x2c\x82\x54\x1f\x3f\x87\x62\x55\xbe\xe5\x41\xb6\x79\x10\x7f\xab\xfc\xc1\xea\x6b\x13\xdc\x5a\x32\x56\xe6\x77\xc2\xe8\x8a\xf7\x0d\x07\x9c\x9e\x04\x65\xa6\x58\x94\xd5\xb6\x6b\x4f\x06\x6c\xf1\x9d\x49\x58\x0d\xec\xae\x29\x09\x8a\x0e\x77\xa9\xd4\x1f\x92\x4e\xe5\xb1\x60\x34\x22\x99\xc1\xfd\xfc\x76\x0c\xd9\xfb\xfe\xd8\x75\xb7\x0b\xb8\xb7\xb3\x9e\xcf\x61\x8a\x10\xa7\x7d\xbf\x2e\x60\xf0\x6b\x50\x1f\xcd\xe1\x43\xe0\x7c\xd2\x8b\x12\xf6\x56\x97\x09\xba\x4d\xa8\x8e\xb3\x71\xbf\xef\x6a\xa9\x8a\xb7\x94\x69\x82\x3c\x06\x77\x33\x6b\x38\x55\xed\x27\x83\x0f\x49\x2f\x3f\x3f\xbc\x77\xfb\xc7\x4d\xf4\x1b\x24\xb7\x70\x9e\xf1\x7f\x50\xfe\xca\xc3\x78\x81\x1f\xe9\x27\x9f\x9e\x84\xbd\x78\xc0\xed\x24\x50\xfc\xa6\x55\x78\xfc\xfa\x06\x3b\xb4\xab\x32\x5b\x12\x32\x3d\xfd\x9f\x59\x28\x28\x10\xf0\x5c\xa7\x94\x21\x0d\xc3\x2d\x42\x9b\x78\x95\x83\xdc\xf1\xd8\xed\xe1\xe3\x07\x45\x0f\xe9\x9f\xf9\xbc\xdf\x23\x22\x63\x70\xe0\x7f\xf3\xb3\x43\x8f\xc2\x9e\x35\xc0\x20\xe9\x6a\x09\x56\x2b\xd7\x98\xf9\xa6\x22\xb4\xaf\xd5\xdb\x37\x72\x2f\x85\xca\x58\x75\x2b\x1d\xf1\x6a\x53\x86\x63\x7b\x60\x2b\xe1\x78\x7e\xb0\x7a\x3b\xfd\xda\xfb\x55\xd8\x8b\xd0\x97\xd1\xa8\x2f\x3e\x58\x11\xbd\x67\x58\xe3\xaf\xff\x15\xa3\xb7\xe7\xc0\x1a\x68\x9c\x14\x5f\x52\xd0\xba\x30\x9e\xb3\x29\x7c\x26\x61\x5d\xb1\x97\xb8\x08\x2d\x52\xd4\xe1\xb1\xfa\x1d\x01\x0f\x2a\xf0\x51\x80\x64\x96\xc8\x96\xc0\x1b\x67\x11\x23\xfe\x83\xd4\x7b\x8c\xf7\x13\x98\xfe\x78\x2c\xc4\x72\x8c\x8f\xf8\xb7\xe5\x25\x0d\xd0\x1d\x63\x83\x49\x92\xf3\x4b\x4e\x3a\xee\x4e\xea\x6e\xb9\x40\x3b\x8b\x78\xf8\x49\x55\x71\xdc\x92\xcb\x7b\x6d\x76\xe1\x43\x86\xa0\x6f\x02\xf4\x9e\xd4\x74\xe4\x7d\x5f\x0b\x3e\x13\x12\xa0\xe0\xf7\x10\x5e\xfb\x5c\x4d\xac\x48\xee\xf0\x83\x4c\x08\x55\xa1\xc4\x88\xd4\x79\x37\x44\x2b\x4d\xa9\x1c\xad\x33\x60\x4a\xe2\x3c\xf3\x3b\x79\xb3\xae\x3a\xe5\xa2\x67\xac\x9e\x87\xc4\x09\x8f\x36\x43\x15\xc7\x0e\x4b\xeb\xf7\x2b\xb4\x6d\x54\xd7\xc8\x2f\x92\x5d\x23\xb3\xa4\xc2\xa3\x6d\x61\x3c\x66\x77\x12\x59\x57\xba\x6c\x2c\xe7\x8a\x11\x9a\x99\xfe\xa1\x62\xb4\xdb\x7b\x56\x67\x0f\x0b\x96\xb0\x30\xd8\xa2\x9d\xc9\xed\x77\xc1\xc8\x56\x95\x4b\x82\x80\xfb\x39\xb3\xac\x40\x1c\x0f\x13\xbb\x37\xb3\x2e\x93\xf2\x77\xea\xef\xd1\x2c\x6c\xec\xde\x3c\x55\x42\x18\x52\x2b\xaa\x87\x26\xee\x6e\x26\x61\xd5\x99\x5a\x55\x7c\xbd\x33\x73\xca\x07\x7b\xb0\x84\xb5\xc4\x4e\xc2\x5c\xc6\x40\x06\x47\x72\x43\x79\xa5\x61\x09\x43\x05\x71\x39\x5c\xc9\x7a\x91\x3b\x02\x32\xbc\x2c\x3c\xb8\xbc\x0b\x82\xde\x22\x0b\x92\x51\x72\x52\xca\x0e\x3a\x3b\x96\xd9\x9e\x2b\x91\x06\x59\xd2\xb5\xae\xfd\xe8\x0b\x5b\x87\x08\x04\xb1\x8d\xdb\x2f\x55\xb8\x15\x2b\xe0\x5b\x6e\x27\x6e\xe0\xac\xf2\x42\x4f\x59\x63\x49\x29\x4d\xfe\x8e\xec\x9a\xf4\x45\x29\x2b\xe9\x4a\x59\x75\x85\xab\xaa\x78\x5a\x8c\x06\xbb\xe6\xf2\x0e\x4c\xfe\x41\xb1\x2d\xb9\x57\xea\x24\xfa\x5a\x96\x0c\x8e\x3c\x11\x76\xd2\x72\x18\x54\x66\x64\x85\x45\x29\x7b\x0f\xd8\xe9\x1b\x8e\xa8\x1d\x9b\xec\xeb\xcf\xe9\x5e\xd1\xb0\x52\x27\x57\x6d\x52\x7f\xac\xb5\xaf\x1b\x6f\x24\x69\x69\x67\x37\xef\x1a\xea\x3b\x1a\xd6\x92\x5c\x55\x0c\x1a\x8b\x07\x0d\x96\xb8\x4e\x10\xf5\xc9\xe3\x95\xb1\x2f\xed\x07\x65\x7d\xe9\x4b\x91\x61\x3e\xa2\x0e\x1c\xae\x69\x4e\xfd\xb6\x01\x56\x8f\xcd\xc5\x4c\x74\x4c\x42\x4d\x05\xcd\xdd\xac\x07\x1d\x9a\xdd\x03\x7c\xf7\xc3\xfc\x63\xec\x52\xf7\xf3\x5b\xaa\x8c\x3a\x1c\xc7\x45\xd6\x28\x7f\xb7\x95\xab\x66\xc3\x03\x2d\x1f\x4b\xfd\xd2\x8b\xa2\x32\xa2\x15\x9d\xf3\x02\xa5\x7c\xd6\xdd\xab\x5c\x90\x9c\x8d\x5d\x9e\xba\x7c\x75\xc7\xf0\xdc\xf6\x93\x0b\x95\x8d\x71\x49\x49\xcd\x26\x2a\xbd\x58\xff\xb2\x5d\x78\xc8\x60\x9e\x60\x67\xe6\x0f\xfe\xe6\x68\x61\x73\x70\xb8\xd9\xac\xec\x6a\x26\x73\xac\x6e\x30\x6a\x5c\x4a\xcc\xe7\xd0\xf6\xe0\x2f\x41\x9b\x41\x8e\x41\x36\xa1\xf7\x22\xc2\x62\x87\x52\x2a\xb2\x6b\x8a\x46\x6a\x7a\x9b\x55\x7a\x5c\xc6\x77\x97\x5e\xed\xb8\xff\xd9\x67\xec\x19\xcc\xb7\x0e\xce\xb6\xa4\x55\xa0\xe5\xec\xe6\x95\x67\x2d\x64\x3d\x4d\xd3\x4e\x2e\x48\x8c\x4b\xb0\x4e\x6c\x4f\x79\x9c\xd1\x90\x6b\x5d\x9c\x5f\x55\xdb\xd4\xde\x2d\x32\xc2\x34\x1b\xb6\x26\x76\x70\xf7\xef\x7e\x6b\x0f\x79\xc1\x77\x38\xac\xbd\xaa\x26\xa1\x88\xa5\xe2\x4d\xa9\x7a\x49\x4b\xd1\x51\x01\x75\xa1\x78\x61\x6b\xc9\xfb\x8a\x85\x5a\x8e\xe6\x6b\x9d\xa3\x43\x56\x93\xf4\xcb\xfc\x3b\x19\xff\xe4\xf7\x20\x9d\x3c\x5f\x7e\x34\x2e\xda\x93\xd6\x64\xde\x8e\xd7\xca\xd5\x62\xdd\xc4\xde\xe0\x59\xbf\xd6\x44\xd2\x12\xd6\xa9\xd4\x1b\x35\x6c\x34\xd5\xba\x58\xbe\x41\x7b\x64\xf5\x6f\xfc\xff\xf1\xaa\xff\x3f\x67\x39\x3a\xd9\x47\xd9\xb1\xde\xd8\x5c\x17\x5a\xbd\xbb\x5a\xbb\xdc\xb9\x42\xb2\x3a\xb0\x45\x7b\xcc\xfa\x5f\x19\x39\x0f\xbe\x6c\x33\xac\x75\x2c\x67\x2c\xfe\x9a\xbd\x37\x39\x3e\x56\x31\xcc\x36\x64\x39\xa4\x3c\x24\x38\x72\x6f\xf4\xed\x64\xd3\x8a\xf0\xf1\xbd\x7f\x67\xde\xf7\xda\x9c\x58\x95\x9f\xab\x9a\x5a\x1a\xd3\x18\xea\xe8\x57\xea\xfe\xd9\x7e\xd4\x4a\xdd\x14\xdb\x78\xbd\x3e\xbe\xa1\xba\x41\xa7\x79\xad\xfb\x74\xea\xfa\xea\x8f\x63\xb4\x7f\xe2\x3e\x7e\xbb\xa9\xb7\x74\x73\x3a\x63\x64\xbe\x4f\xbf\xfb\x5d\x5b\x71\x63\x74\x2d\x51\xa5\x7e\xd9\xbb\x62\xed\x02\xd4\xbc\xad\xbc\x9b\x79\x81\xf9\x9f\x8b\xf6\xea\x4c\xbb\x96\xc6\x05\x57\x03\x8e\xfe\x56\x91\x3b\x9e\x5d\x5f\x9b\xb9\x36\x64\xdd\xb3\xd0\xfa\xac\x3e\xb4\x9a\xac\x94\xad\x80\x27\x7b\x22\xa3\x32\xd5\x32\x31\x21\x1e\x39\xa6\x2d\x7a\x2a\x9a\x3b\xee\x62\x8a\x49\x41\x64\x9d\x61\xf7\xf6\x44\xc8\x1a\xef\x91\xf6\x9f\x25\x6c\xee\xcd\xb4\x0e\x70\xb4\xed\xd5\x76\x95\x73\x14\x44\x65\xa3\xa4\xfe\x4c\x88\x8a\x76\x88\x50\x08\xd6\x0c\xc0\xf3\x25\xf6\x36\xf4\x4c\xf1\x7c\xe7\x7b\x12\x66\x9b\xba\x58\x18\x5b\x57\xde\x6d\x34\x09\xd6\xad\xff\x74\xff\xf9\x8b\x60\x30\xa0\xf5\x7a\xc5\xe5\xfc\x2b\x19\x6f\x12\x85\xa2\x53\xc2\x2e\x05\xe0\x79\x75\xb9\x56\x3b\x49\xdb\x0b\x59\x7b\x58\x3e\xb3\x78\x60\x99\x64\xcb\xe2\xfd\x29\xdc\x3d\xf5\x6a\xd1\xf3\xfa\x90\xde\xce\x59\xac\xed\xe8\xdf\x25\x6c\x61\x4e\xcc\x77\x06\x55\xfd\xca\xc5\x4c\x96\x8b\xba\x19\xfc\xde\x07\xcd\x75\xd9\xc1\xc4\xca\xda\xc4\xd8\x40\x59\xc7\x45\x4b\x57\xfd\x99\x9a\xa4\x3a\x8a\xc1\x6d\xdb\x19\x6f\xe2\x08\xbe\xb4\xc2\x62\xaf\xc6\xbc\x41\xfb\x85\xfe\xfd\xd0\x73\x09\x2b\x25\xc3\x24\x4d\xc8\x85\xdb\xc9\x52\xe1\x5a\xbe\xdc\x2e\x65\xb6\xae\x66\x87\x86\x57\xb4\x58\x54\x42\x15\x1e\xca\x26\x48\x3d\x90\xa0\x16\x47\x95\x6c\x55\xa1\x37\x12\xb4\x0f\xf7\xb5\x8d\x0e\xca\x32\xa8\x88\x6b\xc7\x1b\xd7\x5c\x4b\x41\x08\x78\xbf\x50\xd8\xeb\x57\xdd\x91\x45\x1b\x25\xe3\x23\xe8\x58\x66\xbe\xa0\x9f\xab\x3e\xa9\xf8\x5c\xc6\x5c\xac\x48\xf0\x05\x2f\x0b\xd7\x1d\xf6\x0b\xec\x76\x3c\xd7\xa5\x94\xd4\x4e\x8d\x13\x1d\x73\x02\x04\xe3\xbd\xf2\x3c\xea\x02\xfa\x51\x67\x33\xf6\xa0\x4e\xd2\x13\x9c\x39\xeb\x0e\xb5\xb2\xa9\x14\xcd\xa0\x70\xe7\x26\x73\x1e\xed\x29\xa5\x4f\x32\xea\x22\x0d\xbc\x5e\xec\x97\x18\x47\xe9\xaf\x53\xad\x52\x28\x53\x1a\x7d\x0f\xe3\x57\x90\xc9\xd0\xd4\xb3\x90\x77\x63\x0b\xa3\x49\x7b\x5b\xea\xd9\x66\x38\xc6\xb7\xbe\x02\x49\xc8\x9a\x55\x6b\xdf\x2f\xb6\x8e\xa7\xf6\x15\xb6\xa1\xd6\x15\x52\xe4\x90\x18\xe4\xff\xc8\xb6\xce\xc8\x46\xf5\x81\x78\xf3\x53\xd6\x47\x11\xdc\x47\x04\x4c\x14\x13\x2c\x77\x85\x15\xe5\x47\xf4\xe6\xec\x72\xfc\x38\xe2\x5c\xf3\x82\xea\x5f\x0d\x54\x2c\x3a\x1c\xc9\x9f\xc5\xab\x73\x91\x1d\x37\x0a\x18\x62\x5e\x7a\xe8\x99\xff\x52\xd3\x91\xcc\xe0\x3d\x64\x0e\xa1\x89\x23\x15\x20\x98\xc5\x52\x7f\xa7\x83\x8a\xf1\x4a\xfa\xbd\xeb\xe7\x11\x5a\x6f\x2e\x3b\xc9\x25\xf5\x17\x66\xa3\xee\xee\x11\x58\x19\xc2\x95\x99\x5d\x0b\x33\xd4\xbb\x50\xcc\xbb\x50\xd5\xf1\xbc\xc0\x2b\x72\xd4\x85\xc2\xe0\x54\xe1\x99\x50\x11\xeb\x07\xea\xad\xaf\xcf\xf0\x4c\xde\x5f\x7d\x75\xf0\xd8\xfd\x41\xf2\xfd\x85\xd7\x17\xf1\x14\xc8\x48\x98\x45\x85\xf6\x14\x1f\x1b\x36\x39\xdd\x0e\xea\x4a\xde\x2b\x59\x6d\x9d\x1a\xa7\xde\x74\x3a\x93\xb0\x98\xdb\xf9\xb3\x50\x2a\xe2\x99\x13\xba\x76\x9b\x6c\x10\xf7\x31\x7d\x35\x29\x0a\xee\xfa\x3b\x89\x17\x4c\x48\x83\x37\x73\x2f\x63\xde\x54\x42\x7e\xf1\x61\x8d\x68\x81\x41\x88\x0f\x4f\xae\x58\xd7\xd7\x8e\xc2\xff\x7e\x82\x78\xd1\xc7\x96\xab\x23\x87\x70\x46\x69\xc5\xb1\x8b\xa7\x48\x31\xe2\xc0\x50\x5f\xd6\x87\x33\x94\xed\x21\xe5\x16\x21\xe6\xfb\xe4\x97\xc4\x48\xfd\x37\x96\x2f\x44\x82\x97\x57\x35\x1f\xad\xbf\xbb\xf7\x49\x88\xd6\x9b\x3b\x4a\x06\x49\x4b\xc3\x9a\xdc\xf7\x56\xdc\x78\x7e\x49\x13\xcb\x50\xcf\x0a\xd4\x19\xbc\x71\xb9\x4f\x3c\xbd\xc0\x33\xd3\x18\x5b\x56\x9e\x43\x86\xac\xfe\xab\x16\xee\x45\x54\xa1\xc7\x4f\x6f\x4d\x5c\xe6\xbe\x70\x04\x8e\x2e\xf9\x21\x2d\xbe\xc5\x24\x08\xa1\x5e\xe2\x9c\x92\x0a\xd2\xec\xb3\xda\xf0\x79\x16\xdb\x95\xff\xb5\x51\x64\xa8\x7d\x45\xe9\x4c\xc2\x4e\xf0\x60\x4c\xba\xa4\xdf\x3b\x53\xa3\x9f\xf1\x1c\x3e\xdf\x28\x30\x1f\xa3\x8d\x3e\x47\x7d\x1c\x75\x7f\xea\x8e\xef\xad\xeb\x37\xf2\x6e\xe1\x3f\xa0\x47\xdd\x25\x40\xa3\x76\xe4\x3c\x96\xf2\xd2\x1c\xb5\xca\xf7\x11\x8c\xbb\x92\x1f\xda\xa0\x30\x7c\x69\x45\xf8\x34\xf3\xf4\xf4\xe0\x4d\x07\x46\x4e\x71\xb0\x97\x65\x93\x02\x0f\x17\x20\x5d\x47\xef\x46\x2d\x7d\x9b\x87\xb2\xfd\xdc\xf2\xe9\x87\x47\xd1\x48\xdb\x8f\x62\x9e\x26\xbe\xb9\x86\x7f\x87\x6a\x99\x4b\x5a\x4a\x46\x2b\xc7\x9a\xcb\xa7\x2d\xee\x65\xfe\xe3\xc6\xeb\xc3\xd8\xab\x38\xd0\xce\xa4\xea\x99\x2e\x64\x0f\xdf\xb1\x0d\x51\x2e\xe5\x59\x27\x13\xc1\xdc\xc1\xfd\x8e\x13\x83\x61\xf8\x0e\x1f\x35\x01\x65\xf8\x95\x31\x8a\xde\xdb\x1b\xe8\x47\xf8\xaa\x54\xf1\x5c\x78\xd2\x02\x5a\x74\xd6\xb4\x3e\x4e\xf1\x8b\x05\xc9\x4d\x19\x23\x5b\x6b\x50\xd4\xb9\x97\x3a\x7c\xa9\xe2\x61\x0c\xb9\xe3\xaa\x86\x9e\xc0\x0a\x2d\x0a\x11\x1a\x6e\x13\xf1\x9b\x4f\xda\x1f\xf1\xb1\x73\x31\x91\x30\x9e\x62\x78\xe2\xb8\xe1\x23\x11\x5d\xa4\x89\xe3\xa2\x94\xf1\xd1\xbe\x67\xf3\xd3\x0f\x35\x61\xb0\x30\xbe\x25\x7c\xec\xf9\x3a\x54\x45\x39\xf1\x9c\x78\x55\x73\x98\x18\xe1\xce\xa8\xd3\x25\x66\xc8\x61\x46\xbd\x45\x7f\x8d\x66\x9d\x52\x90\x74\xf1\xab\xdf\xe7\xe2\x4f\xf8\x9f\x0e\xbe\x76\x92\x91\x50\xf3\x7c\x37\xe0\x1d\x92\x21\xd5\x89\xb5\x5d\x0e\xe0\x4e\x1c\x2b\x4a\x69\xbd\x38\x86\xbc\x39\x02\x6f\xae\xb9\xe4\x26\xde\xd4\x31\x2f\x09\x03\x6f\x25\x67\x11\x31\xb6\x15\xda\x45\xb6\x72\x66\x7d\x06\x3b\x5a\x34\x2a\x33\x4a\x59\x2a\x23\x9a\xc3\xef\x92\xac\xe6\xdc\x36\xc2\x2a\xbf\xba\x75\xd9\xec\x09\x03\x62\x53\xae\x94\x58\xb5\xe7\x4d\x92\x6f\x21\xf2\x07\x2b\xf7\x5b\xab\xb2\xba\xfd\xcc\xec\x2f\xe9\x09\xca\xab\x88\x88\x8a\x9b\x88\x3e\xe7\x37\xe7\x6e\xe4\x18\x60\x1d\x65\x61\x64\xb3\xe0\x7c\xc1\x7b\x5d\xa8\x4b\xa2\xf3\x27\xba\xea\x65\xa3\x01\x87\xba\xa0\xb0\x94\xcc\xd2\x2f\xed\x31\x53\xdf\x77\x3f\xc0\x12\xd6\x9b\xbb\xd1\x73\x93\xa3\x67\xbc\x9a\xac\x3f\xea\x92\x28\x3c\x14\x93\x54\x28\x91\xcd\x91\x20\x10\x2d\x11\x32\x17\x92\x14\x2e\x11\x2d\x93\xd2\xf9\x39\xa6\x12\xac\x9d\x61\xc4\x6d\xf3\xce\x83\x2f\xb4\x29\x6d\xa3\xfc\x5d\x47\xe8\x54\xdd\x0e\xa2\x4f\x6b\xfb\x67\x1f\x61\x85\x6e\x7a\x64\xb8\xa6\x47\xad\xf5\x55\x3d\x4c\x43\x2f\x6d\x27\x8d\xa7\xaa\x57\x95\xde\xc9\x4b\xfc\x8a\x93\x2f\x50\x0a\x54\x7b\xa4\x5d\x64\xf4\xc4\xa2\xd0\x31\xd7\x53\x3a\xe8\x4e\x9c\x44\x8e\x70\x55\x43\x67\xdd\x94\xd8\xde\x05\x58\xc2\x9e\xda\xe8\xdb\xd6\x0b\x25\x92\xa9\xcf\xc2\x8a\x3d\xdf\xd9\x98\xd8\x0f\x6b\xd6\x5a\x90\x1b\xce\xe8\xf6\xea\x04\xeb\x22\xeb\x39\x19\x70\x9a\x88\x5a\x8e\x3a\xaa\xbb\x6f\x05\xa8\x46\xcc\x24\x86\x66\xd9\x95\x94\x36\xab\xf7\x77\x2c\x2a\x1f\x22\x32\xc6\x87\x23\x4b\x59\x83\xac\x8d\x79\x45\xa7\x29\x6b\xe1\x11\x5e\x9b\xf6\x6b\x6e\x03\x2e\x86\x8e\x93\xb6\x0a\x36\xdf\x6c\x5c\x6d\x4b\x1d\x2e\x3a\x45\x78\x68\xf8\x83\x70\xe9\xf8\xcd\xcc\x8b\x05\x1a\xd5\x0f\x5b\x5f\xf4\xe3\x4f\x7d\xf8\x63\xd5\x7b\x4f\x66\x2e\xa2\x5f\xa4\x61\xac\xf8\x4b\xda\xb7\x28\x4e\x7f\xd3\xe0\xe3\x80\x6e\xff\x52\x9f\x1f\x5e\xd3\x5e\xf6\xde\xd5\xbe\xeb\x81\x7d\x11\x02\xf1\x5f\xd3\xa4\xf2\xb1\xcb\x6a\x1b\x71\x3b\x6f\x0e\x97\xcc\x16\x6c\x32\x9f\xdc\xff\xa3\xcd\xdf\x79\x3f\xcb\xde\xaf\xd7\xb8\x5b\x4a\x99\xb9\x1f\x4f\x16\xaa\x1d\xb7\x13\xdf\x1c\x53\x16\x1d\x19\xb9\x1d\xed\x1d\xf7\x38\x31\x33\x7d\x2a\xf7\xa0\x94\xbc\xf6\x7e\x6b\x4b\xff\xdd\x49\x8b\x65\xe1\xbd\x7f\xf0\x9f\xdb\xa5\xb3\x23\x03\x5b\xad\xb7\x2a\x7d\xf2\xdf\xa5\x56\xe5\x5a\xe4\x5c\xcf\x71\xc8\x12\xc8\xc2\xc9\x56\xcb\x23\x2a\x12\xac\x08\xaf\x55\x68\x79\xd5\x3d\x31\x5a\x30\xdb\xb2\xb6\x77\x82\xf3\x4f\xbe\xf3\xf4\x74\xa7\x66\xc1\x69\xc4\xbf\xd3\xa0\xde\xb2\x71\xa9\xf6\x72\xd5\x61\x35\x45\xf5\xa5\xca\xe9\x6a\x86\xda\x99\xa6\x6f\xed\xe4\xbd\xed\x23\x83\xd3\xfd\xcb\xa8\x7f\xad\x42\xfd\xb7\xeb\xb8\xf9\x70\xff\xf0\xd5\x3e\xc9\x41\xff\xb1\xc8\xe9\x97\xff\x29\xd7\x89\xc3\xe1\xa5\xbd\x7b\x5b\xa7\xeb\x46\xcb\x1b\x4b\xb7\x16\x76\x67\x43\x67\x1d\x67\xe9\xe7\x67\x56\x85\xf6\x7f\xfc\x97\xf1\xc0\x3e\xd6\x8e\xc4\x3a\xcf\x32\xeb\xbc\xdc\x74\xec\x84\xe5\xc8\xd0\xa0\x4a\xff\xfd\x5e\x82\xee\x27\xdd\x6b\xdd\x09\xbd\x8f\x47\xa5\x17\x24\x76\x56\xff\x8d\xfb\xd0\x7c\x2b\x60\xc5\x6f\xfe\xc6\x54\xd7\xd8\x8f\xc1\xf5\x3e\xc6\x2e\xdc\xb6\x98\x66\xd7\xfa\xd8\xda\xc4\xea\x7b\x15\xe6\x95\x7b\x55\x21\x35\x84\xad\xda\x23\xf1\x8b\x2c\xbb\xc5\xff\xc4\xbf\x3b\xbe\x82\x35\xed\x3a\x5c\xd8\x8f\xd6\xb1\xda\x32\xd1\x68\x52\xdd\x56\xde\x5f\x9a\x50\xd0\x99\xeb\x94\xe9\x9f\xc1\x95\x7e\x37\x2d\x23\xfd\x51\xb6\x4c\xe9\x48\x6b\xc0\xe0\xde\x7c\xd6\xf6\xc6\x5f\xf9\xf7\xd3\x96\x82\xc7\xdf\xf6\x9a\xb7\x2c\xd6\x4b\x54\xa6\x96\xd0\x16\x78\x67\x7f\x49\x9b\x48\x56\x8b\x3b\x8a\xb6\x8c\xc8\x0c\x3d\x0c\x29\x0c\xe6\x0c\xbf\x15\xa7\x94\x59\x50\xf1\xb8\x85\x68\xd0\x61\x3e\x68\xf7\xe6\x9f\xe6\x7f\x6f\x35\x7f\xc2\xac\x9b\xaf\x3e\xb4\xfc\x4a\x3e\x7e\x36\x5b\xaa\x7e\xbc\x6f\x14\x59\xa8\x49\xe0\xb1\xcf\xb6\x67\xb9\xdb\xa2\x4b\xac\x53\x8e\x53\x96\x1b\x53\x80\x66\xdc\x8d\x1c\xef\xf2\xbe\x56\xcc\xe1\x96\xc5\x97\x87\x7f\xc4\x0f\xcc\x33\x6a\xbd\x15\x0d\x24\xc5\x1f\xb3\xc4\x92\x6e\x46\x83\x90\x7c\x7f\x2a\x2f\x7c\x97\x9b\x0e\x32\x36\x25\x16\x82\xa6\xef\x8d\x30\x0d\xc2\x0c\x45\xcd\x28\x9c\x05\x03\x98\xe3\xea\x73\xf8\x2a\xdf\xb7\x4f\x8c\xce\xaf\xb2\x1f\xff\x76\x96\x65\x5d\x69\xec\x66\x6b\x42\x19\x6e\x06\x61\xf4\x7e\xc8\x1d\x9f\x76\xd7\x35\x7b\x17\xab\xeb\xc6\x15\xba\x5a\x5a\x2f\xd5\xb6\x95\xa6\xe4\x6d\x7e\x11\xc8\x17\x6a\x44\x9a\x8d\xb8\xe8\x04\x2e\xc7\x7f\xcf\x7b\x5f\x33\xda\xf3\x74\x9a\x7c\xeb\xb7\x5e\xd4\x25\x9f\xde\xad\x9a\xb5\x5c\xc3\xb8\xd6\x80\x1c\x37\x4d\xbb\x3c\x73\x47\x03\x71\xcd\x25\x65\xbb\x5f\x1f\xa4\x32\xc5\x39\x85\xed\x04\x0a\xf9\x32\x05\x19\x64\xbb\xb4\xf4\xcc\xa3\x5c\x7b\x42\x5e\x25\x4b\x14\x95\x36\x38\x0f\xde\x5b\xbc\x77\xa8\x07\xad\x81\x67\x73\x3d\x5d\xe6\x15\x2f\xd2\x6c\x43\xf9\xdc\xcd\xac\xaf\x1b\x12\x68\x06\x2b\x56\xca\x60\x8b\x7d\xe4\x1b\xe5\xb2\x60\x1d\x67\xba\xcd\x50\x4c\xe7\xfb\x63\x40\xc8\xe5\x17\xb5\x8e\xa9\x75\xab\x27\x79\x84\x40\x46\x50\x85\x69\xbb\xdb\xa4\xf2\x46\x04\x24\x01\x73\x26\xac\x7d\xa8\x58\x2d\xa1\xdd\xef\x8a\xdd\x3d\x83\x35\xd5\x1c\x59\x35\x11\x3d\xde\x1b\x6c\x14\x8c\xbc\xd4\xd1\x64\x19\xc4\x26\x5f\xbe\x7e\x79\x49\x85\xcb\x4e\x20\x5a\xa9\x44\x69\x88\xe1\x40\xe4\xbf\x96\x70\x29\x7f\xb2\xc1\x63\xd0\x7c\x29\xe0\x78\xec\xf4\xf4\xd8\x6f\x3a\xbf\x8d\x23\xdf\x3c\x2a\xc1\xe3\xc0\xfc\xb2\x06\xb7\x4c\x8d\x90\x05\x87\x07\xe3\x36\xe5\x10\xb1\x3c\x01\x07\x76\xc7\x87\x97\xef\x5e\xbe\x3f\x22\x62\xa1\x1b\xe1\x8e\x93\xaa\xd5\x88\xb0\xb8\xe9\xc9\x10\x11\x97\xa9\x53\xb9\xdf\x8d\x3a\x63\xbf\x5b\x76\x7a\x7a\xd4\x34\x7b\xa5\x8d\x23\x77\x22\xe2\x9b\x73\xa5\x7e\x88\x42\xbf\x08\x19\x7b\x1a\x3d\xfa\xb7\x5a\xc2\x0e\xac\x5a\x34\xfc\x97\xe5\x4f\xb7\x1e\x59\xbf\x46\xc1\xb5\x23\xc7\x62\xe1\x12\x4e\x56\xc2\x30\xcc\x76\xb2\x09\xea\x4a\xde\x28\x51\x6f\xcd\x1f\x7f\xb8\x79\x16\x69\x3d\x9a\x17\x6c\x5b\xc8\x59\x0d\xf7\x77\x74\xd0\xca\x95\xae\xe4\x71\x66\x94\xf9\x66\x8f\x3f\xfd\xc1\x0b\xa5\xf4\x89\xe6\xdd\x9d\x1b\x1a\xd7\xc7\x9f\xb1\x7f\xc8\x20\xd2\x65\xa0\xe6\x0d\x93\x7b\xae\x43\x66\x8b\xe4\x9b\x1b\xff\xa4\x60\xa9\xc9\x6f\x58\x75\x55\xf0\xec\x49\x2c\x08\xb4\x5f\xcf\x27\x0f\x41\xb3\xed\x96\x51\x16\x5d\x64\xd1\xa5\xd4\xfb\xf4\xe4\x83\xff\xab\xa8\x47\xc6\xb7\x5a\x2e\x7d\x02\x4f\x2f\x6d\x23\x39\xbc\x19\x22\xf8\x46\x4d\xc9\xf9\x48\x72\x4d\x7d\xc1\xf2\x9b\x37\x7b\x0c\x63\x2e\x7d\x3d\xf9\x80\xfa\x52\xcd\xc9\xcf\xd3\xd3\x95\xc0\x8e\xc2\xbc\x64\x57\x6b\x5d\x7c\x29\x01\x56\x1d\x7a\x6f\xa2\x6d\x6c\xbf\xd7\xa3\x8f\xcd\x6f\xbf\xb8\x84\x0b\xbe\x80\x27\x40\xfa\x6e\x36\xca\x53\xbc\xe7\xe4\x93\x6c\x68\xe2\x19\x6a\x77\xcd\xb1\x3d\x98\xa2\x2e\x64\x6b\xd5\x52\xf4\x13\x2e\xbe\x3b\xe6\x3c\x3d\x5d\x11\xef\x2c\x4d\xf9\xe6\x71\x47\xbf\x56\x9a\x81\xa5\x88\xd8\x1d\xe3\x36\xda\x3a\x72\xfa\x5d\x91\xcb\x4d\xe0\x0b\x78\x0a\x5e\x00\xce\xdb\x2e\x2f\x09\x71\x88\xc9\xd4\x59\x69\x44\x53\x54\x16\xcc\x88\xdc\x0f\x23\xe6\xb3\x26\xab\x8b\xfa\x70\xe7\x45\x8e\x51\x4f\x4f\xb7\x1c\x06\xb2\x53\xa7\xbc\x87\x4c\xb4\x65\x36\xd9\xa8\xbe\x9a\xa2\xf9\x3f\x5f\x7d\xe0\x79\xc7\xee\xba\xeb\x95\x3b\x17\x07\x2e\xc4\x5d\x8c\xbb\x39\xff\xdc\x19\x9b\xe2\x9b\x0a\xf3\xb8\xa8\xa5\xca\x4f\xd3\xef\x6e\x13\x11\x9b\x59\x5a\x35\xd2\x7d\x09\xf3\xf4\x47\xc1\xa7\xa7\xab\x4f\x5a\x27\xb3\x79\x02\xc9\xcd\x7f\xfc\x6a\x66\xb7\x25\x46\x7b\x43\xf3\x08\x13\x79\xf0\x71\xfb\x83\xbc\xbb\x1f\x6f\x27\xde\xba\x70\xdb\xe2\xae\x0d\xb2\x39\xe6\x16\x69\x36\x4b\x9a\x28\x86\x4a\xa0\xe9\xb2\xbb\x75\x44\x74\xd6\x6e\xcd\x44\x5f\xd3\x82\xd5\x91\xd6\xe9\xe9\xaa\x7c\x37\x55\x7e\x72\x28\x8b\xf5\x96\x62\x39\x97\x23\xc9\x21\xba\x35\x3a\x15\x1a\xee\xeb\x96\x17\xca\xcf\x0a\x1f\xe7\x3f\x0a\x7f\xf2\x05\xf9\xf5\xab\x7a\x2c\x4a\xd2\x51\x96\x05\xd1\x2c\x55\x74\x33\x32\xf7\xba\xa8\xb7\x39\x48\xb5\x0f\xfb\xbf\x2e\x3a\x1d\x4f\x9e\x9e\xee\x64\x0f\xa6\x95\x66\x45\xce\xd8\x6f\xab\x2e\xf0\x59\x52\xa9\x11\xa4\xa1\xbb\xe1\x65\x60\x73\xbe\x9f\x79\xbb\x8b\xca\xf2\x5a\x16\x35\x06\x8d\x1b\x23\x1f\xd7\xf5\x1b\x09\x0b\xaf\x68\x91\x2a\x8e\xf9\x07\xcf\x2b\xd1\x3d\x39\xb3\x75\x62\x03\x86\x4b\xed\x27\x33\xa7\xa7\xc7\xb2\xa3\xfb\x95\x23\xf1\x02\xce\x01\x1a\x27\x22\x7e\x2c\xfd\xe4\xbb\x04\x8d\xdf\x1e\x7d\x51\x24\x24\xc5\x9b\xc5\xe1\xc1\xc6\xc7\xb9\x88\xd7\xf2\xe9\x90\x04\x9f\x0a\x9d\x75\x4a\x2c\x4b\xf5\xa5\xf9\xb1\x17\x5b\xb4\x48\xde\xd3\xfa\xa4\xa1\x1f\xcb\xf1\xf0\xee\x9c\x76\xac\x0b\x4a\xd6\xf0\x48\xd5\x7f\x2b\xaf\x2c\x28\xc5\x8c\x45\xd1\xc7\xa0\x44\x73\x48\x21\x4e\xba\x4d\x7c\x9f\xe8\x94\x98\x8d\xb4\x8d\x72\x84\x01\x9d\xe5\x1b\xb7\xb2\xe4\x6b\xd5\x2d\x0b\x0b\xaf\xa2\x18\xdc\xbc\xaa\x06\xf1\xa1\xfc\x95\x29\x58\xc2\xbc\x63\x33\x7b\x06\x95\x77\x8f\x0d\xbb\xb6\x8b\x9c\x93\x80\x3f\xcb\x4f\xda\x78\x76\x0e\xa6\xc6\xef\x78\xf4\x24\x74\x06\x0c\xae\xdf\xab\xd9\xee\x73\xeb\x09\xbd\x96\xd8\xfa\xf5\x4d\x6b\xd6\x2a\xdf\x2b\x23\x66\x24\x1f\xab\x91\x7a\xf8\xee\x0a\xe2\xe4\xde\x72\x72\xfb\x9d\x6c\x9c\xc8\x5d\x0f\x7a\x8b\x22\x2d\x7c\x39\x3b\x21\x3a\xb1\x14\xd1\xcb\x02\x76\x7c\x6f\xb8\x9d\xb9\x32\xb9\xd1\xf8\xde\x09\xd9\x49\xec\xff\x8c\x54\xe9\xd5\x13\x31\x73\x75\x68\xf4\xa7\x8b\x5b\xce\x63\x68\x72\x1c\xad\x5a\x47\x64\x6b\xd7\x05\xba\x2a\xca\x19\x53\x79\x43\x7f\xba\x71\x58\x5c\xd5\xca\xd0\xb2\x56\x5a\xfb\xa5\x25\x47\x2f\x9d\x29\xd1\x29\x21\x24\x15\x21\x5d\x2b\x7f\x45\x65\x4d\xf7\xab\x51\xbe\xb5\xa2\x73\xb8\xaf\x6b\xf8\x9d\x34\x9c\xe2\xdb\xad\x8f\x46\x15\xd6\x9a\x10\x96\xf2\xd2\x08\x7f\x53\x70\x11\x7a\xf2\xc5\x90\x8f\x6e\xf4\x96\x6f\x74\xc9\x95\x5f\xea\x95\x69\x13\x6b\x04\xaa\x0c\xa9\x09\xa9\x37\x6a\xb1\xea\x6a\x9a\x50\x5b\xdf\x70\xd2\xf4\xf6\x0b\xb2\x8b\x7d\x92\x4e\x5c\xb0\x5e\x33\xd8\xad\x33\xf5\x65\x03\x91\x85\x3f\xc4\x5a\xc0\xeb\x47\xaa\x77\x28\xf0\x48\x12\x0d\x89\xf1\xb8\x69\x63\x64\x9b\x64\x93\x61\x39\x68\xe6\x63\x2a\x66\x22\x61\x66\x6f\xbe\x6c\xe3\xed\x54\xee\x19\x1c\x38\x1f\xf9\x30\x49\x3d\xfb\x42\xa9\x5c\x5d\x4b\x97\xdd\xe8\x8b\xa5\xf0\xc3\xa9\x73\x5b\xb9\x63\x3a\x63\xd5\x2b\x51\x57\x52\x50\x97\x2c\x19\xae\xed\x83\xe9\x98\xe6\x01\xdc\xaa\xdd\x5b\x5c\xd1\x9c\x4f\x5c\x1b\x3c\x25\x7d\x48\x83\x02\xc3\x5b\x13\x24\x33\xa6\x8a\xf0\x2a\x1b\x5b\x05\xfb\x97\xa6\x9e\xac\xd1\xfd\xf9\x1c\xe6\x16\xe9\xb4\x51\xef\xcb\x7a\xf3\xe2\x0b\x69\x8b\x31\x4f\x03\x2b\xc2\xe6\x43\x48\x43\x3f\x87\xb0\x07\x4f\x86\x7e\x0a\x97\x89\x31\x4b\x54\x4f\xaf\xc8\xd7\x2b\xdf\x6e\x40\xef\x14\x1f\xc5\x9f\x2b\xdb\xfc\x87\x2c\xc6\xa6\xcf\xf4\x6a\x9f\x6f\x53\x7a\xf9\xbd\x1c\xec\xc4\xb2\x94\x8d\x64\xf5\xe4\xe6\x64\xd6\x94\xb2\x54\xb3\x0c\xed\x9c\xc9\x22\xbb\x0a\xa5\xfa\x1f\x1d\x5f\xfb\xe3\x27\x77\x56\x3e\xec\xf3\xfd\xb3\xf7\xdd\xaa\x9b\x13\x1c\xe2\x6f\xdb\xad\xe1\x2a\xb2\xc8\xd2\x28\x1c\x2d\x7c\x5e\x94\x5a\xac\x58\xfa\xb0\x5c\xb7\x2e\xad\xd9\xbd\xe3\x51\x3f\xd1\xf8\xc9\xe2\x85\x2d\xbe\x93\x84\x7f\xe6\xff\xfb\x75\x92\x7a\x38\xb8\x3b\xbf\x83\xba\x25\xbc\x41\xbe\xa5\xb5\x99\xb1\x8b\x7d\xda\xfd\x3f\xe1\x3b\x76\xda\x57\xd9\x25\xdd\x18\x5b\x55\x59\x62\x9b\xbf\x3d\xad\x35\x49\x39\xd6\x3a\x5e\x3e\x5a\x3f\x6e\x31\xe3\xb5\x1e\x73\xb2\xf9\x1f\x38\x9f\xed\xde\xde\x18\x5e\x45\x5d\x62\x9c\xb5\x99\x1c\x18\x7f\x3f\x2c\xde\xdf\xd4\x2d\xd3\x79\xa3\x4d\xb1\x79\xb9\xe9\xb8\xc5\xab\xfd\x4e\x2f\xf6\xd4\xe6\x5a\xe9\xf1\xfd\x7f\x64\x8f\xda\x7d\xb5\xf2\x64\x96\x6f\x22\x72\xf4\xc7\x40\x6b\x4f\x6f\x87\x5e\xcb\x48\x23\x56\x0d\x69\x15\x4e\x69\x5f\xf1\x58\x21\x5d\xe1\xcd\xa2\x4f\x25\x89\x0d\x6f\x7a\x34\x26\xf7\xd7\x1e\x1d\xe5\xfc\x95\xfd\xe0\xe9\xa6\xc0\xdc\x95\x91\x83\x3e\xf4\x8e\xde\x16\x8c\x86\xe7\xd5\x4f\xcb\x4e\x8a\x5f\xe4\xcd\x67\x99\xa7\x55\xa5\x3c\x4e\x50\x8c\xc3\x8e\x63\x8a\x47\x4b\xa1\x2f\x18\xac\xb3\xea\xbd\x3c\xa9\xba\x76\xf5\xf8\xe1\x9f\x25\xac\x91\xcc\xa4\x0d\xce\xb7\x23\xd7\xf3\x56\x2e\x95\xfc\xc8\xf3\xcb\xbc\x95\xe2\x9d\xc0\x10\x53\x14\xde\x1c\x52\x18\x28\xe1\x7f\xc1\xe7\xad\x77\x8f\xdf\xe5\x30\xe1\x64\xf7\xfc\x92\xba\xb9\x2e\xca\x49\xda\x75\xa3\x13\x9b\xdf\xf9\xf7\xf1\x17\x25\x06\x73\x5b\x59\xaa\x04\x0b\xb0\xb2\x2e\x25\x6b\xc6\x3d\x89\xc8\x08\xb9\xe4\x7f\xc3\x6b\xd1\xed\xad\xd3\x67\xfb\x1c\xeb\x55\x4b\x56\xcb\x1c\xdb\xcb\xee\xc7\x61\x0a\x29\x28\x05\xf3\x75\xb6\xdd\xc9\xd3\x45\x1b\x83\xbf\x4b\xd8\xc0\x9d\xa4\xe9\xf8\x5a\x3d\x96\x77\x21\x29\x21\x2a\x34\xe4\x81\x1f\xb3\x87\xa6\xf3\x05\x5b\x7e\x4b\x0c\x13\x72\x03\x0c\xed\x44\xad\x64\x75\x27\xf5\x06\x1d\x0a\xab\x7d\x8f\x96\xb0\x0f\xc9\x83\x45\x33\x8d\x0e\xfd\xf2\xf3\x57\x76\x8f\xcf\x25\x2c\xed\x0f\x6e\xd6\xb3\x17\xfa\x24\xcb\x84\x73\xfa\xf6\xbb\xe4\xda\xf7\x58\xbe\x33\xa2\xd3\x79\xa7\x6e\xae\xb4\x20\x7f\x59\x86\x45\x62\x5b\xec\x44\x82\xe7\x57\xbd\xde\x77\x6b\x49\x4f\xda\x88\x3b\xe9\x62\xa5\x75\xad\xd4\x23\xf4\x2b\x8a\xc7\x70\x4d\x89\x6e\xb6\xa9\x27\xb0\x32\x37\x23\x3b\xd2\xca\xfb\x97\xbd\xb8\x99\xa3\x81\xbc\x86\x8d\xd2\x67\x39\x24\x71\x51\xa1\x3d\x3e\x4b\x2e\x54\xb6\x1e\x96\x64\xb6\x1d\x51\x03\x45\x11\xfd\xeb\x76\xf7\x7d\x6c\x63\x88\xb3\x9f\x55\x6d\x75\x09\x4e\xb5\x6e\x41\x16\xea\x84\x65\x66\xb3\x43\xb3\xa4\x2e\x71\x28\x20\xd9\x31\xdf\x44\x56\x6b\x54\xe9\x9a\xf4\xa9\x48\x22\x6f\x11\x9b\x09\x53\x09\x3d\x2a\x15\x2d\xb9\xcb\xb7\x76\xda\xeb\x1c\x8b\xe2\xd3\x2a\x7a\xc6\xf7\x9c\x54\x83\xb8\x93\xd0\x0b\x8f\x9a\xc6\x87\x4c\x97\x99\x4f\x28\x4f\x4f\x0f\x86\x27\x3b\x5b\x0a\x0a\x6e\xc6\x84\xba\x6f\x5a\xda\x68\x19\xc9\xdf\x14\x77\xe1\x93\x66\xe3\x67\x28\xa1\x38\x21\xd1\xf8\xb4\xfc\xd1\x0e\xe7\x3e\x16\xc3\xd7\x52\x46\x64\xde\x2e\x19\x07\x4d\x79\x4b\x55\xcf\x8a\xa8\xd6\x2c\xe4\xea\x0b\x3d\xa8\xb3\x6f\xf7\xc8\x4f\x4f\x8f\xe4\x26\xa6\x5a\xb8\x72\x37\x22\x04\x9c\x93\x8d\x4a\x15\xf3\xc4\x45\xb8\x83\x99\xd4\xa8\x6c\x88\xe5\x09\xae\x62\x76\xbc\x13\x7c\x6d\xf6\x82\xf6\xb5\x15\x5e\x3d\x79\x0f\x8b\x96\x88\x84\xe2\x9e\x91\xaa\x93\x5c\x30\x66\x0a\x61\x49\x6d\xeb\xe4\x38\xcb\xc6\xd9\x1e\xeb\x99\x2a\x6e\x29\xce\x72\x09\xbb\x6f\x77\x4d\xcb\x57\xa6\x8e\xcf\x95\xe9\x3d\x85\xc2\xe7\x52\x6c\x57\x34\x95\x17\x6e\x8f\xc5\xef\x95\xdd\xa2\x7a\x26\xfb\xbe\x95\xe8\x2e\x7d\x20\x6f\xae\x6c\x94\xce\x4d\x9b\x52\x5f\xa2\xd8\xa5\xfc\xd0\x86\xd6\xe1\x5b\xcb\x10\xca\x9e\x5a\x69\xf9\x90\x65\x1d\x4c\x6d\xe0\xa0\xaa\xc3\x69\xc5\xaa\x40\xe5\xfb\x39\x0c\x8b\x09\xd5\xee\xe9\xf8\x3d\x94\x6b\x98\x17\xde\x5d\x50\x7b\xf0\x03\x15\xeb\x63\x30\xe5\x1c\xbb\xb7\x84\xb5\x7a\x85\xb9\xa4\xc7\x6c\x64\x56\xb6\x75\xad\x6c\x1f\xe6\x82\xc5\xe1\xe8\xe9\xe9\xfc\x8f\x56\x9c\xec\x35\x77\x15\x4b\x0a\xf1\xff\x1f\x61\x6f\x15\x56\xe7\x93\x6c\x0f\x37\x09\x84\x60\xc1\xdd\xdd\xdd\xdd\x21\x84\xe0\xee\x10\xdc\x2d\xb8\x6b\x70\x77\x09\xee\xee\xee\xee\x0e\xc1\x82\x3b\xc1\x13\x02\x84\xec\xef\x99\xcc\x6f\xe6\xcc\xcc\x99\xf3\xff\xfa\x8a\x9b\x2a\x7a\xf7\x7e\x9f\x5e\xeb\xad\x5a\xb5\xf6\x2b\x2d\x02\xa9\x4f\xdc\x5c\x0c\x0c\xa4\x56\x58\xbb\x48\xfd\xd0\x53\x80\x04\xd0\x01\x65\x44\x7c\x7c\x56\x3a\x08\x3f\x8a\x6c\xac\xae\x99\x2d\xb4\x2f\x7a\x2c\x42\xce\x8f\xba\x9b\x81\xd5\xa5\xe2\xa3\x85\x07\x0f\x08\xe4\x1b\xff\x0c\xa4\x59\x23\xc6\xc2\x85\xd1\xc0\xf2\x1d\x19\x37\x19\x2b\x2f\xf9\x25\xce\xd9\x9b\x5a\x18\x29\x60\x09\x90\x01\x27\xc0\x78\x6d\x8c\x5d\x42\x43\xcb\x63\xf5\xd6\x4d\x9b\xd0\x2a\xc9\x1b\x3e\x1a\xfa\x73\x7b\x6d\x4a\x7f\xde\xc2\xf1\xa1\xe1\x83\x2c\x04\x72\x11\x37\x86\x5f\xda\x1b\x97\xe6\xf6\xdd\xd0\x58\xe6\x80\xc3\x82\x8c\x19\xef\x02\xb5\x1c\x36\x08\x30\x02\x74\xc0\x06\x48\x00\xe9\xab\xb7\x98\x3d\x54\x80\x4b\x58\x1a\x4b\x53\xc4\x92\xc8\xd3\x31\xca\xef\xf3\x9b\x9a\xda\x3e\x8f\x05\xb5\x83\xd5\x7b\x3f\x08\xe4\x58\x75\x4c\xb4\x86\x29\xf1\xd2\x1b\xd7\x58\xe0\xdd\x16\x47\x34\x31\x32\x4a\x29\x5c\x0a\xb4\x3c\x20\x04\x4c\x00\x1b\xc0\x01\x11\x68\x3e\x0c\x16\x4a\x23\xce\x34\x29\x5d\x0d\x4a\x8b\x3e\xcf\x97\x91\x8c\x59\xed\x35\x42\x7d\x1e\x0b\x76\xfb\xd3\xf7\x6f\x20\x90\x33\xe6\xa9\x93\xfa\x9b\x74\x72\x3f\x37\xb3\x51\xb9\x28\x2e\x79\x22\x2c\x04\x84\x37\x11\x88\x3b\xaf\x97\x61\x9a\xa0\x11\x5f\xa2\xbc\xcc\x81\x7e\x40\x87\xa2\x78\xc9\xd1\x27\x65\xa8\x81\x6d\x51\xed\x49\x1a\x69\x91\x7d\x57\xfd\xd8\xe7\xb5\x60\x7e\x10\x7e\x9f\x02\x81\x5c\xd2\xcd\x6f\xb5\x94\x66\xd7\x04\x95\x58\x46\x2a\x6e\xf1\x40\x93\x99\x62\xc4\xe0\xb2\x60\xc3\xa3\x63\x21\x1f\x20\x45\x22\xd1\x22\x45\x21\xd7\xa1\x43\xc8\xcc\x38\x2c\x24\xd5\xd5\xa7\x2c\xc3\x3d\x2f\xa2\x9a\xb3\x2b\x6b\x99\xfb\x85\x16\xf7\x0e\xae\x7e\x6a\x43\x20\x77\xfe\x5f\xbc\xbb\x0a\xf3\xce\x3e\x65\xd9\xc1\xa9\x4e\x09\x55\x30\x49\x90\x08\x10\xc4\x93\x62\x12\x6e\xe2\x63\xe0\x44\x60\x8b\xe1\x14\xe1\xd9\x12\xcd\x52\x0c\xb1\x27\x4b\xaa\xaa\x9f\x58\x02\x2f\x9b\xe8\xbc\xcf\xbc\xb5\x75\x03\x99\x8b\xbd\x47\x1a\x0f\xa8\x10\xc8\xa3\xf6\x26\x7c\x9f\x6d\xf1\x64\x14\x81\x63\xb5\x8e\xc1\x3b\x3f\x3e\x7f\x46\x19\x56\x14\xc6\x64\xda\x6c\x2a\x63\x8a\x66\xb2\x7e\x8a\x64\xaa\x7d\x7a\x72\x16\x3d\xee\x5a\x29\x07\xf5\x7e\x8b\x74\xaf\xa9\x68\xcb\x1c\x99\xba\xa3\x41\xb9\x65\xb4\xa3\x87\x47\x23\x08\xe4\xd9\x78\xa7\x6f\xe8\xa2\x3c\x3b\xce\xdc\x9d\xc3\xfc\x9d\xfa\x57\xe9\x13\xbe\x66\x16\x2d\xde\x52\x2e\x34\xb6\x06\x56\x39\x16\x52\x56\x62\x76\x54\x6e\x46\xc1\x15\x89\xed\xf7\xb1\x5a\xf6\x96\x1e\x9e\x6d\xd1\xcf\x9f\x23\xea\xd4\x06\xe3\x56\x92\x8e\xb1\x7f\xfd\x99\xd1\x3a\x3c\x19\x4b\xad\x61\x4c\xc6\x0c\xd6\x75\xb6\x32\x41\x50\xab\x7f\x6b\x21\x88\x29\xfd\x42\xdc\x5d\xc4\x59\xe8\x8d\x20\x85\xd0\x1b\x11\x15\x89\x4a\x59\x15\xa5\x04\x6d\x3d\xa3\x16\x5b\x37\x1f\x9f\xe8\xa0\x5c\xc4\x3a\x84\xc1\xc1\x95\xa4\x93\x87\xbf\xdf\xba\xa7\x64\xd3\x72\xf5\xe6\x79\x05\x71\xee\xfe\x31\x8e\xcd\xc6\xc5\xea\xf9\xef\x1e\xd4\x70\x95\x5e\xcb\xe3\xbf\x87\x97\x25\x91\xd3\x91\x37\x57\x81\xd2\xca\x37\x42\x32\x5f\xb2\xbf\x70\xaf\x0a\x8a\x8b\x4f\xca\x37\xa8\x97\x1c\x32\x5e\x99\x3e\xe5\x7a\xda\x86\xfc\x99\x63\x99\x3b\xe9\x41\xaa\xca\xcb\xfe\x1c\x43\xef\x97\xec\x38\x6f\x8a\xa5\x35\x6b\x58\x60\xb0\xa2\x8b\xa1\xcd\xab\x7d\xad\x9d\xad\xfb\x68\xd4\x6c\xa1\x65\x77\xef\xf6\xc9\xd7\x37\x74\x27\xbe\x3a\x93\xa5\x2c\xb5\xd5\x7f\x58\x78\xf9\xfc\xe8\xc5\xaf\xc7\xbf\x65\xb8\xa6\xdc\x58\x19\xbf\x6d\xb7\xae\x80\xce\xc2\x88\x7e\xf6\xe7\xff\x88\x6c\x49\x60\x07\x67\xf7\xd1\xf2\xc0\x22\xdc\x42\xde\xd2\xd9\x06\xd6\x11\xea\xe3\x9d\x4f\x4e\xc8\x4d\x8c\x45\xca\x63\x2e\x75\x05\x42\xe3\xef\x5e\xe9\x69\xf5\xcd\xd9\xf3\xa7\xdf\x7f\x3a\xdf\x8f\x0e\xc7\x72\x2b\xf5\x23\x07\xad\x15\xe5\xb2\x59\xca\xb1\xa2\x41\x5e\xee\x53\x0e\xf7\x1e\x5e\x1e\x57\xee\xda\x6e\x26\x1e\x3c\x5e\xfe\xfe\xd3\xc1\x87\x51\x23\xc9\x94\x9f\x39\x8b\xfd\x6a\xce\xda\x08\x87\xc4\x66\x3f\xad\xdb\x1c\x53\xdd\x7b\xfd\xe3\xb6\xbd\xeb\x3e\x40\x5f\x6a\x1a\x3e\x6e\x2d\xab\xe0\xf9\xbc\x9b\x28\x16\xe6\x19\x01\x17\xfe\xe2\x13\xf5\x27\xc4\x50\xa6\x70\xce\x68\x97\x38\xeb\x14\xed\x2c\xcc\x02\xc9\x4a\x89\xc6\xfb\x5e\xbf\x71\xbd\xc5\xe9\xad\xa8\xb3\x37\xf7\x2c\xff\x8a\x3a\x37\xe9\x7b\xc9\x4b\xea\x23\x5a\xed\x5d\xd5\xad\x05\x2f\xd3\xc6\x32\xb1\xd3\x12\x92\xaf\x52\x6d\xd2\x5e\xa5\x87\x65\xd1\xe7\xac\x14\x17\x56\x7e\x6d\x98\xe9\xf0\x19\x4c\x98\x55\x5b\x23\x3b\x50\xbc\x6c\x7a\x3a\xf8\x4f\xec\xbb\x01\xfb\x28\xcb\x47\xe3\xac\xdd\x05\x0d\xea\x65\x64\x39\x29\x99\xc8\x85\x45\x45\x7b\x25\xb5\x65\x1b\x95\xef\xea\xbc\x5a\xbe\x75\xa9\x0e\x16\x4e\x42\x96\xc0\xd7\xc6\xe3\xed\xdb\x13\x08\xc7\x7f\x83\xdf\x5b\xdc\xc3\x80\x35\xad\xe9\x2f\x83\x24\x6d\x0d\xb5\x5d\x65\x46\x8d\xae\x0d\xdb\x0d\x90\xe6\xa1\xf6\xdd\xae\xb9\xe1\xd0\x29\x97\xc5\x97\x1b\xcc\xfb\x97\x97\xdb\x0f\xce\xff\x15\xbd\xff\x73\x3d\x3d\x6d\xdf\x53\x7f\xf7\xb8\x66\xbd\x92\x3b\x6f\x3e\xd5\x3c\x73\x3f\xdb\xb8\xd8\xf9\xf9\xff\xcb\x5e\x9e\x69\x1f\x0d\xee\xeb\x6f\xbd\xae\xb5\xcf\x5f\x1f\xdb\x1e\xb0\xee\xb2\x6d\x6d\xae\x97\xaf\xf1\x7f\x99\x58\xf9\xb8\x7a\xb7\xb9\x7e\x3a\xf5\x13\xee\xff\x8a\xfd\xdd\xf1\x13\xfd\xba\xf4\xbc\xe9\xb8\xf9\x40\x62\x27\xe0\xeb\xe1\xda\xe5\xb2\xfe\x3c\xea\x74\xeb\xc4\xfe\x58\xcf\xf0\xd4\x20\xfb\x10\xd5\x08\xdb\x0c\xeb\x86\xfe\xc9\xc7\xff\xec\x84\xfd\x7d\xdd\xe9\x5e\x49\x1d\x73\xec\xb4\xac\x73\xac\x60\x2c\x62\xcf\x64\x4f\xf8\x8e\xd2\x0e\x08\xf7\xca\x77\xee\xb6\xa9\x35\xb1\x35\x1c\xd7\x69\xd7\x99\x35\x6e\xf5\xb4\x4c\xdb\xac\x55\x1f\x33\xdc\xfd\xfe\xcf\xf8\x7b\xa1\x63\x9e\x9d\xe1\x2f\x9b\x73\xee\x93\xcb\x23\x8b\x03\xb4\xdd\x03\x6d\x8b\xcd\x6c\x75\xad\xd5\x42\xe5\xd8\x45\x39\xf9\x3b\xb9\xcc\x39\xaa\xb9\x32\x85\x90\xfa\xe9\x5e\xdb\x29\xd4\x35\xbf\xe3\x93\xef\xff\xf1\x4d\x9e\xf3\xef\x52\x2e\xf5\x4d\x90\x0e\xb8\x76\xbe\x68\xbe\xab\xdb\xac\x92\x2a\x0d\x2d\xcc\xca\x31\xcd\x40\x4d\xc1\x4d\x64\x8c\x23\x88\x81\x8d\xaa\x8d\xce\x4f\x15\x28\xe4\xad\x63\xec\x89\x9c\xcc\x5f\xc7\x3d\x91\xbd\xd7\xfb\x9f\xf8\x1f\xa7\x7b\xdd\x2b\x74\x63\xf6\x3d\x3a\x8d\x9f\x2a\x3b\x4a\x0c\xf3\x86\x32\xab\x53\x46\xe3\xb1\xa3\xe6\xc2\xd8\x83\x8f\xfc\x87\xbc\x87\x3c\x61\xbc\x28\xbc\xa7\xc3\xe6\x92\x1f\x0b\x9f\xea\x03\x7a\xae\xa6\x9d\x36\x09\xcf\x6d\x1f\xa3\xff\x91\xe1\xaa\x7f\x7d\x6d\xaa\xba\x47\xa1\x3e\xa2\xc4\xee\x33\x47\x9a\x6a\xbc\x4a\x64\x71\xf0\xb2\x5f\xb0\x97\xb9\x2b\x82\xa3\xad\x6d\xb6\xd5\xa8\xf9\x88\x79\x80\xcd\x8d\x67\x7f\xb8\x53\x6a\x4f\xd1\x78\xc3\xef\xfe\xb1\x39\xb6\x1d\x97\xeb\x7f\x4e\x99\x9d\x73\x2e\x0f\x0e\x5d\x36\x0d\x95\xe4\x64\x4a\xc7\x25\x87\xa1\x06\x78\x7b\x9a\x7d\x6c\xb3\x7b\xb0\x82\x31\xde\x34\x08\xd2\xd9\xd2\xe4\x50\x63\x52\x6d\x31\x58\xb7\x6d\xf0\x0e\x89\xf4\x4d\x2f\x2e\xcd\x6d\x55\x1e\x09\x58\xfe\x7e\x44\xf5\xe3\xaf\x3a\xca\x41\xd9\xec\x73\xcf\xbb\xaa\xae\xcf\x58\xb1\xb9\x41\x5f\x3d\x73\x1c\x7b\xac\xa7\x4c\x5e\xeb\x5d\x68\xaa\x28\x97\xca\xa3\xc9\x30\x4a\x66\x89\xf7\x4a\x6a\xa8\xf4\x1b\xd3\x3b\x92\xf8\xc7\xc4\x8a\x7f\x56\xab\xd6\xed\x6a\x9e\x32\xdd\x7a\x71\xb1\xf3\xe7\xd1\x4b\xdd\x9b\x9e\x56\x6e\x0f\x2b\xa9\x4b\x41\x0f\xb6\xf7\x14\xb6\x55\x32\xc9\xd0\xfd\xa6\x46\x27\xb7\x2e\x75\x23\xda\x2f\x80\xce\x3d\xc5\x41\xce\xaa\xcb\x2b\xf8\xf6\x83\x66\xab\x39\x8c\x4b\x70\x48\x69\x72\x45\x51\x62\xb3\xd3\x50\xec\xb2\xdc\x31\xe5\xcf\x73\x08\xe4\xd7\xfb\x7d\xb8\x09\xcf\x16\x8d\xbc\xe5\x18\x7f\x1f\x56\xbb\x8a\x0f\x4a\x9a\x22\x0a\x8d\xd2\xa6\x42\x37\xdc\x39\x2c\x8f\xf4\x1b\xd4\x0c\x64\xa7\x24\x05\x2c\xed\xc2\x40\x5e\x48\x9f\xc4\x56\xd7\xbb\x2d\x3a\x3e\x5b\xa0\xfa\xa9\x3b\x7b\x56\x69\x87\xef\xc6\x03\x02\x79\x54\xd8\xdd\x1e\x73\x6f\xa4\xcb\x1e\x0b\xeb\xfa\xb8\x6a\x26\xad\x91\xfe\xfe\xb3\xb8\x36\x1f\x26\x6b\x1d\x6d\x38\xe9\x37\x02\x59\xac\x0b\xb4\x3c\xec\x19\xea\x6b\xae\x49\xa9\x69\xb5\x01\x33\x76\x17\x8d\xd0\xb8\x94\xee\x92\x9a\xd6\x92\xb1\x8d\x75\xa7\x6f\x1c\xbf\x23\x9f\xbd\x76\xcb\xc6\xdb\x6a\xd7\xd2\xcd\x83\x6b\xed\x05\xf4\x9f\x15\x54\xc5\x6d\xb8\x7f\x30\x7e\xa3\x28\x22\x28\xc1\x00\x48\x18\xb0\x46\x2f\xca\x51\xb6\x89\x3b\x99\x4d\x84\xa6\x15\xec\x0c\xa8\xed\x57\xfd\x2b\xe2\xcf\xf2\x0f\x1b\x93\x87\x0a\x57\xd4\x8f\xdd\x1f\xf7\x20\x90\xbd\xfd\xf1\x85\x5a\xf8\xb4\x4a\xa7\x4c\x1b\xe2\xf7\x9a\xd2\x76\xbc\xcf\x8c\x23\xe4\xd5\xb8\x05\x28\x9b\xb0\xdd\x80\x12\x10\x02\x6e\xf8\x01\x3c\x38\xda\x6d\x5e\x8d\x77\xa4\x3a\x94\xd6\xc5\xde\x01\xd1\x82\x39\xc8\xb5\xf6\x7d\x99\x0b\x8e\x07\x5e\xf7\x56\x10\xc8\x81\xc4\xe4\x59\x09\x7b\x24\xb3\xe3\xa2\x2e\xab\xf4\x2f\x2e\x39\x56\x16\x4a\x69\xbc\x08\x14\xd3\x57\x5b\x80\x09\xa0\x02\x52\x80\xf0\x0a\x01\x63\x83\xe2\x37\xa7\x8f\x64\xb0\xba\xac\x39\xb5\xfb\x6d\xb8\x7b\xa6\x61\xe5\x79\x77\xeb\xac\xee\x2e\xd1\xdd\x24\x04\x72\x1c\x34\xf0\xba\xf8\x38\x92\xdb\xb9\x40\xd7\x4d\x1a\x96\xfd\x0d\x59\x0c\x61\x34\x9a\xde\x6b\x34\x40\x01\xa4\xc1\x5b\x80\x0c\x28\x5f\x60\xa1\xac\x92\xaa\xb2\xbd\x11\x3b\x57\x25\x36\x79\x70\x4d\xf9\xf4\x29\xfd\x5d\x85\x74\x67\xc8\x8c\xcd\x8e\xc0\xed\x12\x04\x72\x9e\x32\x10\x59\xfc\x2b\xa6\xc4\x65\x4c\x3f\x4a\x3a\x82\x55\x8c\x50\x0c\xd5\x16\xee\x06\x14\x02\x2c\x80\x0e\x90\x01\x17\x10\x05\xb8\xc8\x6f\x88\xbb\x58\xe2\x44\xa5\x94\xdf\x9a\x88\xb9\x10\x86\xbe\x4b\xeb\x2f\x57\xeb\xac\x9d\x96\xdb\xf6\xbf\x95\x86\x40\xf6\x5e\x0e\x1b\x57\x2a\x26\xa8\x7b\x40\x8c\x82\x65\x86\x59\x87\xf1\x6d\xe0\x12\x5e\x38\x80\x37\x40\x14\x20\x02\x1c\xc0\x0a\x94\x01\x39\x52\x39\x11\x0a\xf3\x8d\x08\xa9\x52\xe1\x87\xd4\x8f\x62\xa1\x61\x69\xda\xe5\x91\x1d\x37\xd3\x0c\x5b\x1a\x37\xd0\x10\xc8\x11\xe6\x44\x5c\x5d\x48\xca\xa6\x6f\xbf\x89\xd9\x7b\x78\x8e\x8f\x04\xe2\xd0\x8e\xd0\x4d\x2f\xe9\x81\x31\x50\x02\x6a\x80\x1a\xf0\x03\x0b\xc4\x62\x42\x0a\x26\x0b\xe1\x71\xc5\x1e\x63\xd8\x8f\x6b\xa1\xbe\x69\xaa\x65\x3a\x9d\x04\xd3\x6a\xdb\x56\xb7\xa8\x10\xc8\xe9\xd2\xec\x50\x53\x71\x66\x57\xc0\xb8\x45\x89\xa2\x34\xb7\x03\x49\x2f\xf2\x2e\xf2\x5b\xa4\x13\xf8\x7c\x58\x27\x98\x7c\xe8\x7e\x98\xc6\x57\xae\x08\x22\x04\x8e\x8c\x59\xc2\xf1\x8a\xa6\xc6\xbc\xce\x47\xa1\xfe\x69\xd3\xe5\x89\x9d\x3f\xa7\xa1\xb6\xfb\x6f\x8d\x21\x90\xeb\x88\xc5\xc9\xf6\x83\x5c\x85\x50\x5a\x5b\xa0\x72\x29\x58\x4b\xff\x44\xc0\x8b\xf6\x8c\xb3\x88\xa5\x85\x56\x81\xe2\x8e\x4c\x83\xc2\x8e\xba\x8b\xa9\x4e\x10\xc3\xa0\x2b\xb4\xa1\xe8\xff\xa1\xf6\x23\x5c\xe8\x74\xfa\xef\xf2\xfb\xce\xe9\x99\xbc\x5d\x93\x3b\x5b\x08\xe4\x07\x64\xcd\xa2\x47\xaf\x70\x3e\x92\xd1\xe1\x5c\x3b\xeb\xed\x30\x0f\x13\x6d\x0f\x2d\x03\x85\x3f\xc9\x00\x61\x11\xfe\x1e\xfe\x25\x01\x2f\x11\x0a\xa9\x3a\x0d\x0e\x33\xbf\xe0\xa3\x22\x87\x71\x90\x0b\xfe\x27\xe7\x0c\xd4\x8a\xd5\xae\xd6\x19\xec\xdd\x9c\xbb\x58\x08\xe4\xe9\xd5\xd6\xd3\xc0\x6d\x59\x6d\xcc\x47\xb7\x6a\xd3\x0e\xb5\x17\x92\x69\xdc\x22\xf4\x28\x2c\x80\xa9\x87\x5e\x9f\x7a\x9e\xa6\x9b\x26\x96\x2e\x91\xd9\x89\x93\x44\xa0\x4f\xbc\x5f\xa9\xe9\x03\xac\xb3\x74\x68\x56\xda\x7d\xa5\x68\x37\xe1\x6c\xc5\xce\xe9\x0f\x02\x08\x04\x32\xb1\x77\x3f\xf2\xab\xaa\x37\xa9\x3f\xf0\xda\x71\xf3\x83\x86\x0a\xab\xa4\x1c\xcf\xa8\xe0\x47\xbe\x13\x1e\x1c\xce\x5b\x2e\x5a\x2e\x71\x1e\x17\x41\x0a\x71\x01\x99\x59\x25\x32\x2d\x42\xd3\x31\x17\xde\xd0\xcd\x0c\xc9\x4a\xb5\xae\xc8\x59\xb5\x3d\xfc\x1f\x7f\x5c\x41\x8e\xd1\x27\x65\xea\x5a\x73\xf9\x63\xbe\xfb\x91\xda\x8f\x19\xd1\xa8\x78\x48\x13\x89\xe4\x49\xdb\x4a\xd6\x4b\x48\x49\xcc\x48\x86\x4a\xc3\xc9\x46\x2b\x69\x6b\xee\x1a\xac\x58\x04\x3b\x52\x7b\xbd\x8d\xb4\xcb\x84\xaf\x78\xdd\xcd\x38\xab\xbe\x2b\xf7\xe3\x4f\xd7\xf9\xcc\x77\x06\xa3\x2b\xa3\xf2\x6d\x16\x7a\x54\xa5\xcf\xaa\xbd\xaf\xd1\xa3\xba\xb9\xe6\xbe\x9a\xa9\x4a\xbd\x72\x9e\xb2\xb2\xf2\x9c\xba\xaf\x36\x9d\x61\x9d\x79\xad\x03\x70\xeb\xf6\x77\x8c\xd4\x4a\x8c\xc9\xd9\xaf\xd1\xef\xae\x98\x45\xdc\x83\xba\x2b\xfd\x5b\x86\x8b\xb8\x75\xdc\x31\xab\x36\x8a\xb2\x84\x0c\xb3\xc8\x43\x9f\x5b\x47\x1a\xd3\x52\x1d\x0e\xe3\x6c\x63\xd9\x0f\xb2\x46\xbc\xc6\x33\xa6\xea\x96\xcf\xf6\x5d\xae\xc7\xbe\x4f\xa1\xb7\xb1\x8b\x99\x50\x05\x41\x95\x3d\x1d\xa4\xa3\x90\x95\x95\x23\x9c\xef\x7f\xea\xbd\x3f\xd3\x0f\x0f\x97\x2d\x86\x7d\x5b\x94\x4a\x3b\x33\xd4\xa2\x29\xfd\xab\x5c\x2c\xad\x5f\x3a\xfa\x38\x64\x3a\xf4\x39\x6a\x3a\xc3\xb8\x50\x7b\x58\xf9\x4a\x86\x6e\xc4\xb8\xa6\x3c\xe7\x56\x94\xa3\x35\x21\xf4\xd0\x8f\x0d\x2f\xcd\xef\xa5\xdc\x74\xff\xe3\xb6\xbd\xf5\xd9\xab\x58\xa4\x1d\x4a\x6a\x7e\x2a\x33\xcb\x2a\x8e\xdb\x0b\xe1\xf0\xe2\x0e\x10\xf5\x85\xf8\x4b\x07\xd4\x07\x41\x87\xfa\x86\x57\xc4\xf2\xa4\x20\x7d\xf6\x2a\x0e\xa8\x23\x69\x77\x18\xcc\x98\xe1\x5f\xdd\x3f\x60\xba\x51\x83\xfc\xcb\x2c\xc5\x35\xde\xae\xf0\xc2\xe0\x50\x7f\xeb\x4d\x65\x4c\x6e\x76\xf2\x8f\x54\xc1\x60\xe8\x68\xea\x58\xcb\x18\xa3\xf8\xf2\x14\xcd\xf4\x6f\x39\x0f\x25\xf6\x55\x5a\xcd\x73\xbd\x1e\x63\xc9\x8b\x1a\x5f\x7f\x9e\x75\xdd\x0f\xff\x07\xf4\xbd\xbf\xea\xdb\x55\x5d\xd2\x1c\x0d\xec\x54\xaf\x53\x2f\x0e\xc8\x5a\x4b\x86\xca\xae\xce\xee\xc9\x41\xcf\x35\x2f\x4c\x2e\x0f\xac\x25\x6c\x91\xea\xa6\x1d\x39\x9e\x71\x5c\xd5\xdf\x9b\xbd\xe2\xf8\x6f\x4e\x14\xbf\x7f\x5d\xf7\xef\xff\xfa\x52\x34\x39\xdc\xd7\xdc\x22\x5d\x4d\x5c\x2c\x51\xf1\xa5\xd2\xa9\x6a\xb6\xfa\xa4\xfe\x7d\xcb\x6c\x57\xc2\x80\xf6\xc4\xf2\x92\xdc\x57\xf1\xa3\xb4\xbb\xb6\xdf\xaf\xff\x2f\x0e\xf0\x8f\xf5\x6b\xfd\x81\xef\x7b\xf9\xb5\xc6\x05\xdd\xe9\xf2\x91\xce\x7e\xc9\xae\xf6\x0e\xc5\x6e\xda\xa1\xd4\xf5\xda\x33\xdb\xff\x33\x2e\xff\xbe\xff\x76\xf2\xf2\xfa\x5b\xe7\x29\xd1\x91\xd6\x2e\xcd\xe6\xce\x5a\xd7\xf2\xf5\xfc\xc6\x3c\xd3\x4c\xcb\x14\xd6\xac\xe7\x12\xd7\x4e\xe0\x85\xe3\x13\xcb\x7f\x8b\x7d\xd6\x7b\x50\xba\xba\x3a\x93\x3d\xe4\xda\xe5\xff\x2a\xb6\xc1\xf5\x45\x60\x31\x62\xfa\x70\x12\x7e\x94\x6e\x90\xaf\x3b\xa8\x6b\xb1\xf3\x77\x27\x74\xa7\xf7\xa0\xd7\xe2\xf8\x76\xca\x39\xe6\xe3\xff\xd6\xa3\x46\x5c\xaa\x9f\xda\x6e\x4f\xaf\xf9\x2e\xbf\x98\x35\x9a\x7c\x3f\xba\x38\xfc\xba\x6f\xaa\x6b\xb3\xcd\xb3\xc9\xa7\xd6\xb7\x3a\xba\x42\xbe\x8c\xbd\x94\xbf\x3c\xbb\xf1\x6e\x18\x76\x6e\xfa\x2b\xee\xb9\xfb\xc3\xcc\xbf\x27\xb8\xf3\xdb\x9b\xdb\x88\x5c\x44\x9e\x60\x1c\x52\xed\xb5\xec\x30\x68\x8e\x68\x58\xaf\xc9\x2d\xfb\x51\x34\x97\xd7\xf3\x39\x22\xfd\x26\xf5\x21\x79\x2d\x29\x3d\x43\xbb\x34\xbe\x05\x6e\x60\x71\x0e\x7c\x1d\x39\x77\x7a\xfc\x57\x5d\x8d\xc6\x69\xcb\xaa\xe6\x6c\xd7\xc0\x8f\x8e\xe7\x26\xd4\x1a\xdf\x72\xb5\xa2\x9b\xdc\xe7\x2c\xce\xb4\xd4\x84\x6f\x31\x55\x11\x91\x9f\x70\x82\x48\x03\x67\x02\xe5\xa3\xa4\xb3\xf8\x4b\xee\x9a\xd4\x06\x5c\xe7\xee\xb7\x82\xbf\x25\xfd\xfe\xe7\x24\xca\x8f\xd4\x5d\xf2\x99\xf3\x41\xe5\x56\xe5\xea\x91\x22\x9f\x1c\xf2\xf4\x83\x64\x9a\x98\xfb\xf0\xc3\x60\x7d\xbf\x78\xef\x45\xf7\x9d\x8f\xc9\x8e\x49\x76\x5f\x1c\xa7\x7d\xb7\xa2\x18\x33\xec\x4a\x49\x5b\xf8\x86\xa1\x16\xd7\xf7\x3e\xdd\xfe\x93\x3f\x5c\x30\x7c\x09\x1e\x36\x69\x6b\xac\xf4\xcb\x33\x48\x75\x8f\x7b\x15\x9e\x1e\x54\xe9\x2b\xe3\x01\x9c\x35\x6c\x9f\x2d\xb5\x4d\xdf\x1b\x9d\xe8\x53\xeb\xd6\x7c\x30\x75\xd4\xf0\x53\x8f\x91\xcc\xa2\x2b\x27\x68\x97\x19\xab\x5e\x7d\x7f\x42\xfa\xf0\xd7\xbc\xde\x49\xca\x7c\x7b\xb7\x60\x6d\x49\x7e\x76\xb2\x40\x84\xa8\xff\x9a\xe7\x8c\xf3\x77\x5b\x71\x33\x3e\xa3\x1a\x5d\x32\x8d\x4d\xa5\x32\x05\x24\xd9\x70\xd9\x76\xf5\x64\xe3\x73\xe7\xca\x20\xd8\x78\x89\xdc\xee\x5a\x87\x1e\xba\x99\xe7\x6d\xfc\xcb\xcc\x3f\x4f\x62\xcc\x61\xeb\x74\x5a\x7b\x42\xa9\x43\xda\x73\x44\x8e\xaf\xbd\x73\xae\x75\xa1\x89\x88\x5e\x96\x3a\x8c\xa2\xe2\xbb\x2b\xc9\xaf\xc2\x10\x81\x62\xde\x05\x01\xb4\xf7\x21\x5a\x57\x16\xe9\x6e\xe0\xd3\x79\x2a\x76\x71\x68\xd3\xd9\x30\xe4\x0b\xec\xd1\xc5\xcf\x46\x08\xe4\x99\x6e\xa7\x78\xe2\x55\xc3\x5d\xee\x6a\xcc\xa0\x3f\x99\xd3\xbd\x05\xa5\x3e\x89\x7a\xb4\x5c\x83\x94\x80\x08\x1e\x9f\x30\x47\x3f\x73\x33\x3d\x2a\x8d\x23\x8b\xba\x08\x92\xc2\xaa\x81\x95\x9d\x8d\x4f\x65\x4c\x6a\xf6\x7e\xf5\x65\x8f\xc8\xec\xc9\xf6\xd2\x0d\x05\x04\xf2\xb0\xb2\x93\x3a\x32\x5f\xb7\x94\x65\x18\x96\xe9\x96\x63\x39\xa9\xbb\xaf\x84\xf6\x36\x4b\x44\x8f\x47\x8c\x39\x84\x76\x93\xbc\x98\x28\x03\x4f\x18\xdb\x83\xc6\x8f\x07\x48\x59\xa9\xf3\x9b\x61\xb8\xc2\x87\x62\xa7\x16\x97\x0a\xb6\xd2\x8c\xf9\xae\xef\x9c\x33\x3f\x7b\xfd\xe2\xd8\x5e\x1a\xca\xae\x6e\x4c\x31\x0f\x04\x0e\x9b\x86\xc8\xca\x7a\x52\x0e\xfc\x67\xec\x80\xee\x90\xf4\x00\x6f\x1b\xfd\xfc\x4d\x12\x9c\x28\x32\x09\x71\x09\xf3\x95\xd0\x8e\x3c\xc4\x80\xc1\x3e\xd1\x1f\x23\x1e\x2a\x1f\xb7\x01\x76\x30\x72\x29\xe3\x18\xe6\xa1\xf5\xe9\xd5\xb6\xe6\x10\x41\x45\x75\x38\xc4\xe7\x41\x5f\x4b\x0b\xfa\xad\xbf\xa0\x0c\xcb\x4f\x6a\x2c\x42\x08\xe6\x4b\x44\x44\xe8\x5f\x80\x05\x90\xc3\x89\xe3\x32\xd2\xb4\xf2\x42\xbd\x9d\xd7\x4a\xb3\xbc\xf0\x3c\x8f\xbc\xca\x1a\xa8\x36\xec\x55\x9f\xab\xde\x6b\xbb\xfb\xfd\xcc\xf9\xb5\x71\x88\x39\x2f\x32\x1c\xd8\x09\x68\xb3\x49\xb3\x73\x27\xb1\x79\x51\x9b\x12\x62\xa0\x75\xc1\xcd\x00\x35\xc0\x0d\x88\x01\xc3\xcb\x4e\x74\x7c\xb2\x6d\xb6\x6f\x12\x9c\x2a\x3f\x4c\xe5\x5c\xeb\x3e\x3d\xa4\x95\x97\x13\x75\xa4\x4d\x33\x6e\x6d\xdc\xb8\x43\x20\xdb\xa2\xdd\xe1\xb9\xa7\x21\x09\xf6\x09\x5a\x11\x12\x01\xac\x17\xe4\x13\x84\xf7\xe8\x23\x70\xb1\x00\x1a\xa8\x00\x12\x40\x0d\x88\x00\xe2\x1b\x4d\xc2\x2b\xa6\x6d\x61\x79\x85\x6c\xa3\x60\xa7\xc4\x60\xbd\x64\xd7\x92\xc8\xd6\xcb\x89\xf6\x8d\xc4\xcb\x41\x48\xee\x57\xcf\xf6\xce\xdc\x5f\xe1\x78\x8e\xa9\xda\x66\x12\x2d\xcc\xfa\x04\x57\x98\xfd\xf0\x97\x50\xba\x80\x04\x90\x00\x76\xc0\x0a\x44\x01\x17\xbc\x17\x9e\x2a\x7d\xac\x80\x9c\xdc\x57\xfd\xdf\xf6\x29\x01\x43\x89\xcb\x45\x96\x2d\x93\xe3\x94\xeb\x0b\xdf\x02\x21\x90\x8d\xc1\x1e\xc6\xc2\xcd\x68\x59\xe7\x51\x3d\x63\x49\x49\x66\x32\xdc\x6a\xf8\xc8\x97\x24\x00\x13\x20\x00\x52\xc0\x04\x98\xc0\x1b\x40\xf8\xda\x05\xe7\x84\xb6\x9c\x6f\xfe\x3d\x99\xde\xac\x3d\xa6\xbf\x60\x62\x41\x61\x7a\xf3\xf4\x28\xf5\xea\xe5\x37\x4f\x08\x64\xb3\x60\xe0\xbc\xfc\x75\x9c\x9e\xfb\xa9\x21\xcc\xdb\x61\x96\x09\xbc\x97\x2f\x99\x01\x25\x40\x02\x02\x40\x1d\xa0\x00\x6a\x40\x06\x68\x5e\xdd\x61\xf7\xd2\x78\xf0\xba\xca\xfa\xea\x76\xdb\x99\xfa\xcf\x27\xf0\x15\x72\x36\x55\x8e\xce\xad\x0d\x7d\x53\xf8\x9d\xbc\x2f\x33\xba\x5c\x13\x92\x2c\xed\x43\x63\x22\x2c\x5b\xce\xe1\x48\xc0\x0b\xeb\x04\x28\x81\x22\x20\x02\xaf\x01\x0e\x40\x03\x2c\x00\x07\x26\x10\x0b\x8f\xba\x85\x97\xf2\x1d\x94\xae\x92\x9d\x8d\xbf\x49\x22\x5c\x41\x5e\xb3\xe4\x68\xdf\xda\xd7\x6f\xdc\x10\xc8\xf1\xf9\x74\x45\xc3\x5d\x06\x5b\x40\xb4\xf9\x85\x42\x02\xf7\x03\xe9\xe3\x9b\xf7\x2f\x72\x5f\x1e\x43\x59\x03\x7c\x40\x04\xcc\x00\x05\x10\x84\xb6\xc6\xb4\xa7\x2a\xe2\x19\x7c\x97\xa1\x4b\x6d\x67\xe0\x8f\x19\x7f\x58\x48\xd7\x8c\x3d\xda\xb4\x2e\xf0\xad\xeb\x4f\x37\x0a\xb6\x35\xed\x73\x46\x08\x93\x8d\x8c\xca\x17\x41\x0e\x7a\x64\x3c\x2c\x44\x32\xe4\x76\x44\x05\xb8\x9b\xd7\x68\xb0\xaf\x5e\xbf\x81\x53\x46\xf0\xc0\x88\xa1\x52\xe1\xf9\xf0\xce\x53\x87\xd7\xee\x95\x5f\x63\x82\x76\xa1\x63\xb3\xda\xd8\xf4\x7a\xe9\xb7\x7e\x08\xe4\x56\xfb\x4b\x4d\x97\x66\x81\x66\xf8\x9c\x43\x87\x36\x9a\xf4\x35\x37\x2e\xb5\x1c\x2e\x33\x46\x1e\x2e\x3c\x16\x0c\xfa\x1a\x7a\x25\xfa\x19\x66\x3c\xf6\x14\x41\x06\xd5\x27\x6e\x51\x99\x58\x5d\x7b\x3b\x3b\xbf\xc5\x04\xcb\xc2\x8d\xe6\xe9\x31\x82\x0d\xcb\x0b\x0a\x08\xe4\x67\xc9\x86\x60\xdf\xc7\x92\xc0\xe8\x22\x37\x7a\x93\x9f\x2a\xdf\x25\xc8\x38\x1a\xa8\xa9\xa9\xb3\x29\x53\x48\xad\x49\x73\x48\x58\x49\x2d\xc8\x20\x54\xd0\xf4\xe5\xac\x03\xfc\xcc\x32\xcd\x3a\xcc\x76\x5b\x01\xad\xf1\xce\x45\xd0\xcd\x0d\x63\xaa\x1b\x0b\x97\xce\x10\xc8\x33\xe1\xf6\xc8\xf0\x9b\xca\x8c\x24\xce\x40\x0c\x47\x36\x23\x1a\xa5\x4c\xb1\x51\x4e\x59\xba\x7c\xd6\x5f\x2c\xeb\x8c\x99\x4c\x0b\xcc\xba\x2c\x27\x1c\x82\xbc\x0b\x22\x3e\xd2\x69\x8a\xd6\xfa\xfa\xb6\x27\x7e\xe8\x09\xc5\x45\x45\x6d\xc2\xe3\xb9\x9b\x9f\x2e\xa1\xff\x76\x47\x1c\x48\x8d\xfb\xd4\xc5\xe6\x88\xc6\x50\xf9\xb2\xd8\x69\x1a\x38\x29\xb1\x8a\x5f\xf0\x5c\x08\x15\x0b\x46\x0a\x22\xf2\x5f\x09\xfa\x09\xcb\x89\x77\x4a\xdf\x2b\xe4\x69\xe4\x19\x94\x5b\xd4\x3a\x6d\x05\x11\xc5\xb9\x16\xa8\x36\x27\x8d\xab\x6e\xc8\x5f\xf2\xfe\xb9\xa5\xdc\xa6\x17\x3b\xc3\x2a\x94\x32\xb5\x22\x35\xbd\x25\x6c\x1b\x0c\x2a\x55\x9c\xde\x3a\xbe\xff\x2a\x37\x24\x7b\x2f\x2b\xfa\x7e\x40\xfe\x40\x45\x49\x13\x43\xbf\xd0\x6c\xc4\xee\xc9\xdd\x30\x70\x2a\x6a\x32\x23\xa8\xcc\xa2\x75\x61\xb4\x70\xe3\xea\x3a\xe8\x6f\x19\xbe\x11\xaf\x61\x8f\x46\xb4\xea\x97\xba\xa6\xe3\x45\x98\x79\xfd\xb2\x27\xfc\xb0\xa3\xe1\xac\xc3\xa1\x2d\xa2\x3d\xad\x3d\xa7\xd3\x67\x90\x67\x74\x62\x2e\x62\xef\xe1\xaa\xe9\xe7\x16\xce\x9f\xa8\x98\x55\x50\xca\xd4\x88\xdc\x3b\x3c\x53\xbe\x51\x71\xf9\xa7\x17\x74\xcf\x7f\x70\xb7\x64\x32\x54\xd4\xcc\x5d\x92\x98\xf6\x23\xd2\xc6\x37\xcb\x29\xd9\x7c\xc6\x52\xd4\x6c\xcf\xda\xcb\x4a\xdc\xf6\x87\xfd\xb1\xf3\x83\xdb\x90\x9f\x61\xe8\x58\xac\x66\x5a\x54\x7e\x58\x25\x53\x4b\xd4\x80\xc1\x8c\xed\x06\xec\xa9\xe3\x77\xc3\xbf\xdf\xb6\x37\xb9\xbb\x1d\x0b\xc2\x83\x7c\x4d\x79\x25\x2b\x99\xe8\x31\xeb\x81\xcf\xee\xaf\xed\xe9\xdd\x77\xdc\x46\x3d\x86\xbc\xc6\x7c\x59\x83\xfd\xc3\x39\x63\xf1\x53\x19\x73\x6a\xca\x44\x1b\x6a\xba\x39\xc7\xc4\x16\xee\xb6\xda\xcf\xf1\xee\xad\xfe\x89\x3a\x63\x57\xe2\x3b\xf2\xf3\xb1\x83\x5e\x2d\x92\xe5\x4d\x9f\x37\x12\x0d\xc3\x79\xfd\xf9\x43\x7f\x86\x74\x84\x9e\x85\xb7\x47\x0f\x25\x21\xa4\x89\xe6\xbc\x2b\x61\xa9\xbd\x6e\x1f\x1d\xd0\x99\xec\x5b\x15\x39\x00\x57\x3a\xcf\x06\xff\x8a\x7c\xbf\xe5\x2f\x43\x76\x98\x17\xb1\x47\xd8\xdb\x97\x6b\x2c\x0b\x9e\xd2\x21\xf1\x85\x29\x4e\x29\x69\xa9\x6d\xe9\x64\x99\x6c\x79\xc8\x25\x6e\x35\x78\xcd\x58\x3d\xf7\x23\x9e\x0b\xd4\x1b\x8d\x47\x6e\xff\xf9\xe6\xfd\x27\x07\xb8\xaa\xdf\x2b\x5a\x79\x3d\x61\xd8\xd3\xda\xf4\xbe\xe2\x77\xc1\xb7\xdc\x99\xc2\xdb\x92\x93\xf2\x93\x0a\xdb\xda\xf0\xc6\xdd\x2e\xfc\x21\xd7\x29\xa4\x65\xc5\x9d\xcd\xf3\xde\x9f\xbc\xff\x0f\x12\x41\xf5\xcb\xef\xa1\xed\xbb\xfc\x8d\xed\x05\xd3\xc9\xd2\xe1\xee\x3e\xe6\x96\xfb\xfa\xcd\xea\xda\x97\xca\xd5\xf6\xb5\x93\xa3\xb3\xef\x8c\xff\x57\xe0\xd3\xf3\x13\xc2\x77\xc5\x6b\xc2\x6f\x59\xa7\x8e\x47\x87\xbb\x39\x5b\x62\xeb\x6c\xcb\x9b\xf3\xc1\x33\x55\x13\xd9\x23\x2b\xc3\x7a\x43\x9e\xc3\xe8\x93\x06\x5f\xde\x1f\xf0\x5e\xff\x17\x57\x37\x08\xe4\x71\xe6\x9b\xf2\xe9\xe9\x81\xf7\xd6\xf5\x7a\xc4\x17\xd7\xc5\x8e\x59\xbd\x09\xd3\x91\xec\x81\x99\x1e\xd9\x4e\xfa\x96\xbb\x46\xaf\xfa\xc9\xda\x2f\xf5\x59\x5d\x4a\x63\x64\xcb\x64\x7b\x5b\xd7\x6d\x90\xd2\xff\x38\x81\x95\x6f\xa3\x5b\x39\x6b\x07\x8b\x3e\xd3\xbc\x63\xf2\x43\x1e\x7d\x39\x5d\x37\x6d\xf0\x8d\x3b\xb5\xfb\x95\x71\xa5\x55\x45\x48\x79\x32\x9f\xfb\xb2\x3f\xe7\xd1\x56\x5a\x75\x5c\x8f\x12\x2c\xf9\xed\x29\x5c\x09\x3d\xff\xdb\x2c\xca\x5d\xe4\xf6\xc5\x42\xfe\x94\xde\x50\x6c\x77\x78\x6b\x6e\xa3\x4d\x4d\x62\x85\x58\xb1\x4b\xde\x61\xb6\x65\xba\x73\xd2\x60\xbc\x67\x74\x45\x64\x6a\x44\x77\x6c\x5b\xf6\x63\x85\x40\xeb\xcd\x48\xc8\x32\xf5\xfe\xd7\x1b\xbe\x7f\xd9\xc1\xc6\xb1\xf6\x62\xda\x10\x4b\x4f\x4e\xd3\x50\xf5\x87\x52\xec\xfc\xf8\x6c\xce\xb4\xa7\x24\xe3\xd8\xf3\xf0\x83\x50\xa2\x40\x38\xdf\x60\x2f\x29\x0f\x69\xb7\xb3\xc0\xe8\xd8\xce\xcf\xfe\x15\xba\x6d\x87\xa3\x5e\xcb\x2b\x47\xac\x77\xff\xd4\x93\x7c\xaf\xda\x3a\x9b\x40\xef\xf6\xaa\x77\x29\xa5\xce\x99\x48\x13\x88\x9f\x8b\x86\x0e\x63\x0e\x74\xf0\xe9\x73\x1b\xfd\x88\x61\x3f\x69\x0d\x6f\xae\x60\x8a\x64\x46\xe2\xc2\x1f\xe8\x11\xd7\x94\x13\x58\x85\xd9\x59\x36\xd1\xb8\x1e\x7d\xea\xfe\xd8\xf1\xf7\x0c\x17\xc2\xcb\xb3\x7d\x21\xf5\x77\xc5\xd1\x19\x6b\xf1\x49\x9f\x86\x02\xe3\xbc\xa6\x5c\x25\x1c\xda\xac\x93\x4c\xfb\x0d\xab\x74\xee\x35\x6b\x54\x53\x55\x1c\xb5\xe4\xcc\x77\x5d\xd7\x42\x3a\x13\x55\xf3\x0a\xea\x45\xfa\x8c\xe6\xb8\xb6\xcf\x6e\xfe\x9a\x65\x39\x62\x9d\x45\x6b\x93\x2e\xdb\xc8\x4e\x8c\x79\x0a\xa6\xf1\xdc\x71\xba\xb1\xf1\x30\x8d\x37\xcc\xd6\x7e\xa7\xb2\xa7\x80\x2b\x73\x22\xf9\x4d\x9c\x5a\x44\x5c\xce\x41\x4f\xc7\xda\xca\x93\x24\xac\x35\x4d\xa9\xb8\xbb\x35\x60\x14\x75\x55\xeb\x44\xf0\xd1\x18\x02\xf9\x5d\xba\xaf\x38\x99\x54\xa7\x98\x8f\x9a\xe0\x18\xb8\xe9\x2e\x69\x1b\x6e\xf2\x43\xcf\x40\x6d\x49\x3e\xe1\xed\xb3\xd8\xba\xc0\x13\xf7\x03\x07\x26\x0b\x0c\x6b\x92\xd8\xa5\x92\xac\x61\x83\xfd\xb4\x9f\x75\x4c\x73\x0e\x5d\xf5\x65\x2f\xf1\x6c\xff\xce\xe8\x2d\x2b\x04\xf2\xb0\xb6\xc5\x30\x22\x50\x6d\x99\xa1\x11\xee\xed\x71\x69\xb3\x63\x98\xa3\xbe\x28\x77\x27\x75\x21\x6c\xc8\x9d\xc7\x66\xc7\x80\x4d\xf5\x81\xf4\x9e\xf0\x8a\x26\x83\xd7\xe6\xad\xb0\x86\x99\xd9\xaa\x1b\x6f\xe8\x5d\x6a\x43\x49\x58\x6b\xf7\x38\xf4\x9a\xec\x79\xd2\xf3\xe0\x7d\xce\x16\x61\x3f\x5b\x79\x73\xf2\x59\x60\xbf\x83\xe3\x87\x75\xf5\xac\x77\xdc\x22\x25\x3c\x13\x2c\xc8\x34\x85\x64\xe8\xf8\xe1\x98\x6b\xa8\x66\x48\xfc\x24\xa9\x2c\x64\xc2\x4e\xf2\xad\xfa\x86\xf6\xcb\xfe\x54\x71\x55\xb9\x03\xf5\x63\x03\xe7\x8b\x90\x43\xbf\x1f\x90\x9f\x0d\x9b\xad\x3d\xa9\xa5\xeb\xe1\xfa\x1f\x8d\xad\x16\xb4\x94\x65\x3f\x88\xbc\xe7\xe4\x66\x40\x22\x17\xc4\xbd\x46\x87\x46\xf8\x0e\x13\x01\x1c\x5f\xf5\xe2\x64\xd3\x18\x70\x2f\xbc\xf5\xd0\xe4\xb2\x8c\xf5\xf8\x16\x01\x95\xc9\x57\xd5\xd4\x2d\x30\xcb\xb4\x13\x7e\x4b\xfe\x73\x72\xfd\x63\x77\x56\x8e\x6c\xb0\x93\xbd\x9e\x56\xee\x5b\x7f\xb1\x13\x4e\x68\xba\x38\x92\x66\xec\x37\x48\x65\xd0\xc5\x00\x17\xe8\x00\x53\x28\x3b\xd4\x43\x52\x6f\x36\x2c\xd1\x72\xe5\x1a\xe3\x17\x1f\xf3\x43\x6e\x53\xbe\x96\x9a\xb4\x33\x4d\x08\x7e\xc5\xb8\xd4\x7c\x7c\x58\x9f\x6c\x2f\xcf\x08\x0e\x14\xb6\xbe\xd3\xe0\x14\x7f\x64\x5b\xa1\x46\x23\x61\xc2\x42\x45\xd4\x7d\x11\x03\xa8\x01\x29\xa0\x04\x8c\x80\x1c\xb1\x0e\xff\x3b\x03\x89\xc0\x89\x3c\xb2\x7e\xb3\xfd\x73\x40\x55\xc2\xf7\x22\xce\x66\xee\x51\x94\x35\x84\xb3\xbc\x47\x91\x35\xcf\xa6\xfd\x2c\x8c\xa0\x02\x9b\x15\x0d\x1d\xd1\x42\x26\x3a\x42\x75\x6c\x04\xc4\x98\x17\xb7\x00\x05\xd0\x00\x66\x80\x08\x88\x00\xd1\x6b\x72\x6c\x7f\xea\x1b\x9e\x36\x99\x2d\x1d\x38\x9b\x10\x1f\xbd\x58\xea\x3c\xfb\xfa\xae\x21\x9d\xe5\xfb\x53\xca\xc7\x85\xb5\xef\xad\xd0\x39\x1e\x9f\x78\xed\x77\x34\xb3\xc4\xe6\x18\x1a\x71\x26\x10\xb9\xa0\xf9\x80\x20\xa0\x05\x74\x00\x0d\x60\x01\x3e\x40\xff\xf2\x09\xbd\x9d\x42\x99\x73\x46\xea\x9b\xe6\x1b\xcb\x71\xaf\x8b\x68\x81\xcf\x83\x75\xf7\x03\x9a\x4b\x68\x27\xc4\x4f\x75\x4b\x6c\x5d\x5c\x05\x2c\x91\xf2\xce\xa4\xba\x94\x12\x97\x4c\xe8\xd8\x36\x2f\x1b\x00\x2a\x20\x03\xa8\x80\x16\x60\x03\x12\xc0\x0a\xf0\x5f\x20\xa1\xd6\x93\xc3\xb3\x3f\x4b\x8e\x6a\xe8\x58\x54\x78\xbe\x8d\xb2\xcb\xde\xac\x15\xec\x0f\x5a\x44\x3e\x7c\xf8\x19\xbe\xae\xd5\xd7\x5e\x8a\x17\x6b\xe9\x96\x6d\x70\xf2\x96\x92\xe5\x02\x8f\x16\xc6\x05\xe0\x01\x19\x80\x05\x30\x00\x39\xa0\x00\xf8\x00\x0b\x98\xa0\xc4\x91\x92\xb3\x67\x88\x5f\xab\x47\x98\xf7\x79\xd2\x44\x91\x7e\xfe\x52\xdb\x33\x40\xbe\xc4\x79\xc4\xf1\x68\xbf\x7d\x36\xec\x55\xc5\x9d\x38\xe9\x75\x60\x42\x2b\xfb\xc0\xe9\x42\x7c\x88\x48\x0f\x18\x00\x06\x40\x06\x88\x40\x0e\x88\x00\x6c\xc0\x0f\xa8\x91\x1d\x48\xac\xd9\x12\xc4\xad\x55\x67\xcd\xa9\x3c\xbc\x23\x23\xb2\x1f\x6b\xdd\xfb\xcb\x97\x10\x8f\x44\x20\x90\x83\x91\xc9\xf0\xfa\xbc\x74\x5f\xff\x34\x0b\x5c\xc5\x41\xbe\x2e\xaa\x19\x74\x03\xe0\x0d\x5e\x03\x44\x00\x0f\xc8\x80\x31\xe0\x01\xe8\xe0\xed\x9b\x68\xe2\x5a\xd6\x4d\xf1\x05\x35\x04\xb3\x11\x0f\xa5\x28\xe5\xcf\xdc\xb5\xf0\xfd\xc4\x8b\x3f\x8e\x88\x21\x90\x73\x30\x37\xda\x82\x99\x3d\x15\xbc\x60\xb3\xae\xfe\x41\xb4\x9e\x71\x0f\xaf\x1d\x4e\xea\x95\xff\x4b\x7d\x28\x5a\x80\x00\x70\xc0\x1b\x90\x09\xa5\x82\x54\x41\xfc\x8e\x25\x5d\xec\xbb\x6a\xb4\xb9\x95\x07\x55\xa4\xeb\xe7\xc6\xda\xb8\xfe\xf1\xa5\xb1\xc3\x30\x08\xe4\x9a\x66\xb9\xbb\x33\x33\x7f\x38\xbc\xc5\x29\x5a\x0f\x5d\xe6\x1d\xd7\x39\x95\x20\x96\x23\x02\x13\x72\x2e\x52\x10\x42\x0d\xfc\x25\xc2\x25\x62\xf7\x9b\x50\xd4\x09\x42\x2f\xe6\x72\xd1\x2a\xb5\x04\x33\x2b\x8f\xe6\x88\x9b\xec\x6f\xb5\xf9\x03\xd1\xcb\x58\x27\x91\x10\xc8\x77\xbb\x35\xe7\xde\x1f\x25\xda\x31\xe2\x1e\x05\xa6\x28\x2a\x95\xe2\xd2\xec\x46\x14\x8a\xd8\xa1\xf8\x97\xf8\x1a\xd8\xd7\x38\x49\x38\x9b\x78\xdf\x08\x9e\x49\x9e\xa8\xfa\xd9\x5e\x8a\x26\xa8\x40\x9b\x09\xb9\xb3\x47\xe1\x64\x37\xd4\xfa\xf6\xef\x2f\x13\x9d\x48\x42\x20\x0f\xae\x5b\x98\x43\xe4\x15\x07\xc9\xde\x01\x3d\x0e\x83\x86\x56\x8a\xfa\xa2\x34\x6c\xfe\x54\x2f\x68\x42\xa8\x0e\xa9\x24\xa8\x38\xa8\x11\x68\x99\xe8\x51\x99\x05\xb8\xe0\x85\x90\xa5\xfc\x54\xc3\x4c\x5a\xdd\x90\x23\xdf\x64\x9b\xd6\xe6\xf5\x43\x96\xbd\x8e\xe3\x21\x90\xe7\xfd\xbd\xf8\xb1\xe6\xba\xa3\xcf\x90\xe8\x26\x9f\x2c\xdb\x4e\x7d\x5e\x05\x7d\x51\x0b\x4e\x7a\x6e\x09\x8e\x02\x2e\x6a\x8e\x4f\x5c\xe4\xdc\x06\xfc\xe1\xc2\x4e\x92\x79\x72\x8e\x6a\x9b\xfa\x19\x36\x70\x9e\x38\x11\x6d\x59\x3f\xeb\x48\x06\x5c\x97\x26\x4f\xfe\xe8\x28\x8f\x62\xa7\xfb\x3a\xce\xcb\xf7\x32\xb2\x23\x66\xbd\x8c\x6c\x84\xf4\xbe\x2b\x9e\x49\x5c\x0b\x99\x89\xaf\x4b\x60\x88\xad\x4a\x8a\x4b\xb7\xbf\xb3\x52\xf8\xa0\x36\xa6\x77\x60\x2e\x65\xf7\xdb\x23\x36\x38\x3f\xe1\x5d\x1e\x7d\x75\x54\x1f\xf6\x42\xc2\xd1\x1f\x97\x9a\xb3\xe3\x55\xa9\x51\x8a\x96\xc9\x92\x9d\x34\x8b\x70\x3d\xcf\x35\x5b\x11\xc3\x12\xd5\x49\xb5\x51\x85\x69\xc5\x18\x95\x8f\x6a\xfe\x9a\x72\x3a\x2f\x0d\x35\xcc\xe4\xec\x04\x5d\x93\xfd\x03\x23\x7d\x92\xb5\x72\x08\x2a\xc8\x9a\x7b\x86\xf8\x17\x2c\x0e\xfe\xa8\x11\x7e\xe4\x1f\xb0\x2e\x42\x06\xef\x9a\x42\x8b\x1d\x53\xc7\x23\xa8\x7d\xb0\x1c\x4c\x4c\x9e\xb4\xe3\x0c\x2b\x0c\xb8\x8c\xb4\x4c\xde\x5a\x1c\xd8\xc8\xd9\x9f\xb9\x5d\xf9\x81\x4f\x74\x09\x45\x99\xfc\xc5\x70\xb5\xb2\x9d\xf8\x43\xbb\xf3\xba\x5b\xe9\xdf\xfe\xc1\x40\xd8\x76\xdf\xcc\x37\x0f\xc4\x34\x7e\x29\xee\x49\x6f\x8f\x86\x0b\x10\x70\x39\xb0\xee\xb6\x97\xb5\xcf\x71\x1c\x74\xaa\x74\xa5\xf6\x82\x0a\xf8\x10\x3a\x13\xe7\x92\xc6\x93\x37\x58\xd1\xd0\x5c\xd3\x63\x35\x11\xba\xd2\xb5\xeb\xf0\xed\xe0\xf1\x1f\xfe\xcf\x6a\x97\xb5\xdb\xa5\x73\xa7\x03\x41\xcd\x34\x65\xa1\xd9\x82\xf1\xef\x43\x47\x7d\xa4\xfd\x65\xfd\xe7\x03\x60\x82\x94\x43\x88\x23\x87\xe3\x43\x53\xb7\x3f\x67\x94\xb3\xd4\xf9\xb4\xff\x1c\xfe\x3a\xff\x61\x53\xea\xe8\xd3\x1d\x1d\xe4\x5f\x9c\x4d\x9e\xdb\x2f\x3a\xb6\x53\x17\x50\x86\x5f\xb6\x95\x54\x6d\xe4\x9b\xa5\x31\xc4\xcc\x87\x5b\xc7\xd2\xc7\x5e\x27\x14\x26\x4d\xa7\x55\x65\x97\x15\xad\x54\x49\xb7\xe8\xf4\xfa\x4f\x72\x2c\xf9\x6c\x0b\x9c\x3f\xdd\x9f\xfc\x27\x7e\x3f\x73\x5c\x8e\xef\xfa\x2c\xe3\x8e\x83\x6e\xb9\x86\xb1\xb2\xa8\xdc\xcb\x0c\xf6\xdc\x99\xdc\xbb\x3c\xfa\x22\xda\x0a\xd9\x1a\xdc\xa6\xb6\xce\xee\xe1\xb8\x39\xc9\x8d\xab\x7d\x83\x6b\xb2\x5f\x61\xff\x9b\x01\xfc\x9e\xfb\x7d\xf9\x14\xfe\xf3\xed\xdd\xc7\x6b\xd8\x6f\x77\x27\x4f\x07\x6e\xbb\x50\x5f\x8f\xd7\x3a\xbf\x60\x2f\xea\xcd\x96\xcf\x0c\xcc\x0c\xcc\xa6\x6c\x96\x1d\xff\xfa\xee\xf2\xdf\x19\xc8\x43\xf5\xc5\xd5\x25\xe2\x09\xcd\xc1\xe6\x6e\xc0\xa6\xf6\x6a\xd0\x72\xf4\xfc\xcc\x0c\xe1\xf8\x97\x91\xaa\xfe\xc2\xde\xdc\xae\xbe\x8e\xf1\x4e\xb4\x3e\xd9\x29\xc6\xb5\x83\x43\xf7\xbb\xff\xe2\x46\xfe\x73\xfd\xc4\x65\x3b\xec\xab\xf6\x97\xa4\xc5\xb3\x99\x89\x89\xb2\x11\xed\xfe\xaf\xbd\xec\xed\xab\xad\x7c\x0d\x38\x35\x64\x95\x26\xe5\xbe\xa5\xd0\xa5\xe1\x75\x72\xdd\x52\xe3\xe4\xab\x59\x07\x35\x77\xff\x31\x0d\xfb\xcc\x72\xd6\xba\x4e\x33\x57\x3c\xc5\x31\x6a\xde\xaf\xd4\x95\xd1\xe6\xde\x24\x52\xbb\x5d\x85\x58\x5a\x58\xa0\x94\x1b\x94\xad\x9c\x96\x94\xa2\x9e\x64\x92\xe4\x58\x10\x59\x79\xd5\xd5\x3c\x2e\xb7\x6a\x71\x2c\x70\xf7\x6f\x9f\xe5\x26\x7a\xd3\x74\x6a\x75\xe0\xb0\x7b\xb5\x05\xb3\x2e\xa3\x32\xa2\xc4\x3e\x7f\x22\xc7\x21\xa3\x26\x59\x3f\xfe\x36\xea\x63\x18\x4f\x48\x6f\x10\x99\x7f\x66\x68\x67\x12\x7d\xfe\x60\x0d\x42\xe7\xf4\x14\xf4\x1a\xfd\xb1\xfc\xfd\xf7\x7f\xee\x60\xf4\x50\x70\x5e\xa2\x2f\xa8\xf5\xac\xe6\x57\x71\x4b\xce\xaf\x4c\xc1\xe4\x9f\xf1\xa7\x51\xf2\x61\xd8\x81\x95\xbe\xfa\x1e\x1a\x2e\x49\x8e\xdf\xed\x97\xec\x9e\xdd\xc9\x43\xeb\x93\xd4\xf3\x86\x6b\x15\x7a\xdc\xa6\xf1\xbe\xda\x9f\xef\xfc\xba\xff\x8b\x81\x84\x6c\xb6\x8f\xe6\x37\x51\x57\x5e\xe4\x35\xa4\x55\xc6\xed\x47\x74\x84\x08\xfb\x6d\x79\xb1\xba\x50\xda\x9f\x58\xbf\x37\x33\xf8\x50\xa4\xff\x4d\x37\x50\x67\xd1\xfa\x8d\x3b\xf7\xa7\xd4\x94\xc9\x42\x48\x43\xf6\x10\xcd\x82\xe9\xae\xf2\xcd\x5f\xfd\xb1\x6f\x64\x0b\x39\xdd\x89\x65\xd5\xb9\x24\xc9\x4c\x11\xee\x01\xcf\x9e\xb3\x1f\xcb\xec\x8e\x2c\x4e\x8c\x5f\xe9\x0b\x69\x63\xaa\xe6\x2a\x84\xc8\x76\xbf\x15\x95\x8f\x32\x1c\xb5\xf5\xf4\x96\x89\x1c\x4f\xf7\x2c\x93\x6c\xcb\x1b\x9d\x5c\xcb\x39\xc5\x7a\xfc\xa3\xd0\x39\xc0\x9a\xaa\x6b\x94\xce\x47\x4a\xda\x0b\x33\xf6\xb1\xfc\x48\x6c\xfd\xca\xc4\x57\x2f\x5e\x53\x5f\x59\xf5\xbd\xbc\xd4\x67\x51\x0d\x41\x22\x5e\x7d\xae\x56\x09\x88\xaa\x9e\x31\x95\x13\x41\x80\x5e\xec\x52\x1e\x6c\xed\xdb\xde\xe6\xd9\xd4\x5d\xaf\xdb\x6a\x08\xe4\xd1\x75\x97\x76\xc4\xb9\x9a\x2d\x53\x20\x8a\xd7\x7b\xd7\xe1\xad\x59\xa9\xae\xa1\xda\x6f\xf9\x86\xb7\x3c\xa2\x94\x7c\xcc\x1c\xfb\xcc\x9d\xf4\xb6\xd4\xef\x68\x3f\xf3\x4a\xc8\x58\x68\x1a\x9a\xb7\xbb\xa9\x7d\x32\x4b\x59\x2d\xd5\x6e\x75\x1b\x27\x59\x13\x3e\x53\xf8\xe5\x78\x77\xba\xa1\xdb\xcb\x5b\x22\x96\x7c\x1a\xf4\xc5\x59\xd3\x64\x46\xdb\x47\xe1\x4a\x6a\x5c\xb8\x82\x07\x9a\xa5\x89\x0e\x8b\x7c\x9b\xe8\x35\x6e\x2d\xc6\x16\x89\x24\xcb\x67\xe1\x09\xf9\x9f\xfa\x07\x76\x87\x7e\xd7\xf1\x56\x79\xae\x75\xe7\x03\x0c\x8b\xb6\x07\x2f\xef\x23\xbf\x17\xae\x4e\x76\x96\xe7\xbf\x8f\x34\xff\x18\x6d\x2c\xa1\xc3\xac\xf0\x41\xc2\x9c\xd7\x95\x75\x81\x16\x85\x74\x1a\x8f\x03\x5d\x14\x49\xe1\x35\xe1\xcb\x75\x1c\x57\x1a\x4d\x9e\x24\x69\x4c\x4d\x76\x8b\x08\xf7\xc3\xf0\xbe\x8c\x9f\x15\x8b\x5d\x31\x53\x07\x5b\xc1\xd7\x6b\x37\x87\x4b\xe7\xad\x8b\x9f\xeb\x43\xca\x6c\x11\xf5\x9c\xdf\x9f\x48\x18\xf2\x04\x33\x4e\x53\xe4\xe0\x2f\xa2\x55\xc0\xf7\xbe\x0c\x06\xe4\x80\x09\x88\xa1\x62\x92\x72\xb0\xec\x88\x9a\x2a\x59\x7d\x90\x74\x3a\x0b\x86\x4f\xf6\x2b\xce\x6c\x9d\x1d\x1b\x58\x7f\x73\xfe\xf0\xdd\x62\x41\xb0\xe5\x29\xcd\xdc\xf7\xc9\xb2\x47\x6d\x58\x7c\x90\xa3\x9d\xa9\x82\xdc\x09\x57\x08\x79\xfb\x15\x27\x90\x04\xcc\x80\x0c\xbc\x01\x4c\x08\x6f\xf0\x89\xe8\x5c\xf9\x61\x64\x2d\x75\x5b\x6d\x5d\xfc\x24\x63\xf7\xf3\xd6\x1b\x17\x87\xda\x56\x60\x4f\x70\x6f\x6c\x16\x26\x1a\x23\x53\xc4\xfd\xed\x2d\x97\x55\x27\x44\xfc\x19\xa7\x89\x59\x70\x23\x90\x79\x61\xc2\xc0\x3b\x20\x04\x90\x00\x2b\xe0\x04\xb4\xaf\x90\x30\x31\x28\x99\xb9\xb0\xa5\xb6\x35\xd1\x2c\xdf\x78\xf6\x44\xb5\x7f\x96\xac\x65\xed\x57\x5b\x48\x38\xc4\xbe\x31\x9b\xab\xa8\x0b\xcf\x10\x0f\x34\xb4\x6e\x57\x2b\x12\xae\xa4\x27\xc0\x31\x42\x55\x86\xe9\x04\xf4\x80\xf7\xcf\x9b\x3f\x25\x60\x06\x28\x50\x99\x28\x19\x24\x0f\xac\xa7\xe2\xa6\xaa\xcb\xa6\xc5\x6e\xcd\xe1\x0b\x99\xec\x55\x26\xdd\xcb\xb3\x9b\x7b\xbf\xae\xed\xa7\xb7\x9b\xa6\xb3\x17\x43\x86\xec\xe6\x34\xc2\x45\x71\xe8\x1d\x30\x8f\x61\xb8\x81\x3c\x60\x05\xd8\x00\x0d\xd0\x01\x2a\x80\x00\xe8\x81\x00\xe2\x6f\x42\x2c\xa6\x63\x11\x0c\x65\x16\xe3\x80\x8f\xe3\xa1\xf8\x69\x67\x15\xec\x9d\x43\xb3\x50\xdb\x61\x57\xa7\xf3\xe5\x1d\xbc\x79\xca\xe1\x81\x4e\x5a\x3a\x82\x12\x56\x4c\x50\xd8\xe9\x2f\x51\x00\x3a\x40\x04\xc4\x00\x19\x60\xfd\x51\x72\xe0\x03\x58\xf8\x7d\x7c\x7e\x86\x22\xa1\x7a\x45\x95\x0f\xa8\xce\x07\xa1\xf2\xa9\xeb\x65\xc9\x9d\xa4\x53\xd3\xdb\x9b\x37\x5d\x5f\x22\x7b\xde\x17\xef\xc7\xdc\xb9\x36\x1a\xb4\xbe\x0d\x60\xfd\x4e\x28\x0d\xd7\x0b\x88\x01\x2a\x40\x00\xb4\x00\x0b\x08\x01\x06\x80\x09\xf8\xe0\x0a\xf1\xb2\xe9\x4f\x05\xdf\x2a\x30\x1a\x65\x38\x97\x06\xaf\xa7\xbe\x28\x0b\xef\x28\x9e\xce\xdd\x3e\xbc\x87\xfb\x1a\x33\x84\x58\xe9\x92\x48\xe1\x75\x6e\x02\xf5\xfe\x9e\x7b\x98\x82\x03\xa5\x07\xd0\x02\x4a\x80\x06\x88\x00\x29\xa0\x00\x38\x00\x1e\xbc\x79\xcd\x87\x8b\x4a\xe7\x24\x90\x2e\xdf\x6a\xc4\xe3\x34\x14\xc2\x9d\x02\x29\x57\xef\x84\x99\xba\xde\x61\xfc\x7d\xba\xb7\x36\x2e\x5e\x3b\x9f\xe6\xe0\x4f\x61\x89\xa6\x22\x2d\xf4\x89\x0e\x82\x23\x03\xd3\x05\x0c\x01\x1c\xc0\x06\xb8\x80\xfc\xcf\x89\x32\xc0\xbe\xc7\x11\xa3\x6b\x15\x20\x54\x50\x36\xcc\x71\xda\x0e\xde\x48\x7b\x5d\xb6\xd5\xa9\x32\x7d\xbb\x83\x09\x81\x1c\x77\xcd\x10\x35\x1d\x66\xab\x04\x4f\xd8\x13\x69\x55\x48\xd1\xb0\x93\x92\x08\x20\x2d\x03\x24\x80\x09\x50\x00\x32\x20\x02\xb8\x00\x1b\xd0\xbc\x42\xc3\xe6\xa7\x83\xe5\x1f\x96\x7b\x30\x5c\x75\x16\x0f\x4e\x4a\x35\x2f\xe3\xeb\x2a\x9e\x56\xdc\xf1\x81\x40\x2e\xb2\x16\x69\xdb\xd9\xf3\xd9\x23\xbe\xb8\x78\x18\x3e\xca\xfd\xe2\x8f\xa3\x71\xc6\xa2\x82\x99\x87\x09\x80\xd6\x7a\xd1\xf5\xc2\xe1\xe5\xc7\x97\x57\x30\x38\xb0\x8c\x58\x30\xb4\xc9\xfc\x64\x72\xc3\x86\x53\x4e\x7a\x21\xb0\xa9\x9a\xe5\x6a\x9d\xef\xa7\xfa\x77\x91\x20\x90\xdb\xf5\x55\xb4\x5e\xde\x12\xaa\x78\x2b\x1f\x2e\xcb\x4a\x75\x1d\xf1\x6d\x76\x2a\x72\x7a\x8c\x97\xc8\x04\x28\x41\x28\xc8\xc8\xf3\x28\x65\x68\xb8\xe8\x83\x58\xf0\x78\xdc\x54\x9b\x7c\xc1\xef\xa1\x0d\x8e\x1c\x43\x82\x43\x52\xe1\xcb\xae\x3a\xd7\x66\xac\x76\xae\x20\x90\xfb\xa7\xcd\xa5\xc1\xb0\x6a\x89\xb4\xd5\xe0\x45\xc7\x5e\xc3\x50\x45\x05\x91\x2c\x56\x7c\x72\x32\xbc\x2c\xc2\x23\x22\x28\xc2\x33\x62\x07\x52\x03\x72\x62\xaa\x68\x7a\x5d\xb6\x52\xc1\x78\xd9\x21\xbd\x67\x87\xc8\xa0\xc4\x94\x9b\x32\xa6\x4e\xd8\x69\xd8\x1d\x25\x08\xe4\x57\xd4\xde\x8b\xf1\xe3\x26\xe2\x5c\xc3\xe8\x9f\x3e\x3e\xb6\x9a\x7a\x25\xf2\x22\xc2\x07\x6c\xfe\xd4\x41\xf4\x1b\x0c\x82\x0c\x9b\x4c\x54\xcc\x91\x6c\x53\x5c\x46\xfc\x5e\xe2\x3f\x64\x2f\xd4\x5f\x19\xdf\xdb\x4d\x04\xe5\xa7\x32\x97\xe1\x76\x59\x4e\xff\xde\x59\xfe\xdb\x2d\x75\x1c\x36\xcf\xdf\x65\x59\xbe\x99\xe1\x13\x61\xe4\xd9\x62\xfd\x55\xf7\xab\x82\x94\x98\x04\x97\x1f\x6f\x28\xdf\x03\xbf\xb2\x60\xaf\x88\x8d\x58\xa8\x34\xeb\xfb\x4b\x55\x7d\x3d\x17\xb3\x7b\xfb\x19\x2f\xaf\xd0\xa7\xc4\x97\xc5\x59\x6d\x50\x33\x88\x3b\x7f\xf8\xc3\x45\xc8\x1a\xdd\xc8\x7d\x4b\x63\x49\x66\x1a\x71\x58\x99\xc7\x95\x8d\xb4\x01\x97\x72\x94\x54\x9e\xc8\xe6\x5b\x4d\x99\xe5\xf7\x84\x0a\x53\x2a\x64\x1a\x6f\x74\xbf\x9b\x32\xd8\x9d\xb9\xbf\x0e\x90\x8b\x48\x49\x0a\xcf\x4d\xa9\x22\x6a\xb3\xe9\x5c\x98\x16\xfd\xc3\x40\x48\x0f\xb8\x16\xdb\x07\xbb\x9b\x90\x8b\x1e\x53\x9e\xc2\x39\xbd\x56\xec\xe1\x3e\x5c\x69\xdc\x2b\xe0\x68\x3c\x6a\xc1\x69\x2b\xe8\x7f\x31\x3a\xb1\x24\xb4\xc3\x71\x23\xf6\xfb\x16\x0e\x17\x3f\x95\x25\x54\x22\x54\xe3\xd3\xae\x30\xfa\x62\x21\x6b\xf9\x2f\x0d\xc0\xf5\xd1\xce\xfc\xbc\xe4\x00\x5e\x23\x59\xd1\xcf\xb4\x8e\xc8\x21\xbf\x52\xe7\x38\x4b\x7d\x83\x13\xf3\x0d\xf3\x13\xeb\x38\x3b\x76\x67\x25\xd7\x1d\x5f\xd6\x50\xb7\x38\xed\xd4\x8f\x05\xe4\x55\xf8\x4d\xcf\xfd\x11\x53\xd0\x2b\x41\x7b\x96\x57\xfa\x7f\xc1\x0e\xc6\xa5\xd3\x36\xdf\x9c\xc8\x00\x4c\x93\x6f\xa9\x56\xe6\x75\x1c\x74\x08\xbb\x67\x93\x33\x9e\x47\x98\xfb\x88\x37\x91\x6f\x6b\x20\x7c\xa8\x5f\xd4\x78\x5a\x70\x2e\x79\xc9\xb7\xba\xcb\xae\xd4\x51\xfb\xf9\x99\xaf\xb6\x27\xd6\x3f\xfe\xa5\x0e\xf1\x4c\x71\x61\xbd\x75\x3d\xaf\x3c\xc4\xd3\x6a\x59\x99\x94\x47\x9b\x52\x1d\x8d\x1b\xc2\x16\xf8\x14\xde\x11\x19\x1e\xeb\x9e\x28\x9b\x92\x94\x43\x59\x42\x51\xa3\xd0\x86\x3b\x88\x37\x35\xf4\x05\x7a\x8f\xfe\x32\xfc\x91\xff\xdf\xf1\xf7\xd7\xc5\xa5\xfe\xce\xe3\x12\xf7\x68\x6b\x17\x5f\x3d\x7d\x29\x59\x8e\x61\x6a\x75\x12\x66\x96\x67\xd6\xab\xcf\x50\xc9\xe1\x25\xc7\x35\x62\x2d\x2e\xbd\xee\x63\x69\xf3\xdf\x67\x21\x27\xec\xb7\xef\x7e\xb4\xff\x27\x03\x78\x6a\xb8\x85\xbd\xa3\xbd\x98\x38\x4b\x38\x66\xdb\xaf\xdb\xf6\x5e\xdf\xfa\x62\xb4\x30\x3e\x5b\x3b\x9d\x3d\xde\x39\x12\x37\x5c\x38\x70\x35\x6c\xb2\x28\xb5\x33\xf5\x0d\xea\xd1\xf7\xbf\x31\x90\xfb\xdc\xd3\xd3\xdd\x98\xdd\x90\xcd\x88\xb5\xe6\x25\x85\xb9\xd8\x69\xf2\x71\x86\x41\x9d\xde\xfb\x6e\xb8\x76\xbe\x16\x98\xc6\xee\x7a\xe9\x3a\xcc\x26\xf7\xc1\xef\x73\x06\x9b\xb9\x27\x67\x0f\x32\xff\x2b\x9e\xf2\x68\x78\x6d\x72\x81\x7f\x6e\x72\xb2\x6d\xe4\xbc\x3f\xb2\x67\xa8\xdd\xb1\xe9\xbc\xde\xb9\x9a\xa0\x7c\xa2\xf8\x63\xc1\x58\x2e\x55\x4e\xf3\x67\xbd\x92\xc8\xc6\x9f\x7d\x0b\xd3\x6a\x9b\x85\x67\x14\x0f\xfd\xff\xb6\x7f\x91\x93\xd3\x55\xd6\x89\xf8\xfe\x9a\x9e\x93\xf6\xa2\x66\xc7\x7a\x92\x8a\x91\xd2\x0f\x05\x44\x9f\x7d\x32\xd6\x52\x7e\x26\xfe\x8e\xfd\x19\xf9\x14\x59\x19\x85\x91\x4e\x52\x68\x53\x37\xd0\xf7\x76\x16\x6e\x03\xf1\x5c\xfc\xb1\xef\x7f\x32\x5c\x58\xaf\xb7\x4f\xcc\x74\x79\x37\x5e\xd5\x6a\x97\xe3\x17\x2e\xe6\x14\x66\xda\x27\x17\xc6\xf7\x45\x65\x87\xc1\x04\x3b\xf8\x13\xfb\x60\x7a\x98\xba\x15\x7b\xbd\x08\x5b\x4d\xf9\x58\x74\xd7\x80\x3b\x40\x3a\x6b\xf4\xf5\xdd\x45\xd9\x3f\xb4\xa4\x4f\xe2\xfb\x26\xb3\x3c\x5d\x8d\x75\xe1\x65\x5c\x79\xde\x69\x1f\x92\x70\x63\x94\xc2\x05\x83\x57\x7d\x61\x3c\x8c\x5c\x58\x1c\xd3\x6c\xcd\x2d\x6c\xcd\xf2\x8d\xc7\x6c\x0e\x7d\xa8\x23\xfd\x32\x68\x4a\x7d\x9a\xce\x87\xf5\x16\x16\xf7\x44\x6f\xfe\x62\x94\x57\xe9\x5f\x3c\x07\x73\xeb\x3a\xf2\x52\x32\x76\x13\xd4\x22\x4a\x82\xa8\x7d\x5e\xb9\x09\x38\x23\xd9\x36\x58\x60\x7d\x18\xd2\x3b\xd4\xf6\x56\x43\x54\x99\x54\xa2\xfb\x40\x6b\x2f\xe3\xdb\x1a\xdd\x9a\x35\x5d\x51\xd6\x91\x38\xfe\x6b\x15\xe7\x94\xe7\x91\xe7\x6f\x19\x8e\xae\xe6\x88\x3b\xf6\x8a\xa7\x92\x1b\xa2\xe9\x83\xda\x3d\x9f\x9c\x32\x6c\x4a\xcc\x55\x8d\x1c\x75\x8e\xd5\x55\x15\xbf\xc8\x5a\x49\x87\x8a\xc5\x89\xbc\x92\x30\x56\x9b\x33\x86\x38\x6b\x05\xb2\xc7\x73\xe6\x0e\xd4\xbe\xef\x4d\x9f\xdb\xdd\x71\xbe\x91\x85\x40\x9e\xad\xf7\xf8\xc6\x3f\xd5\xf6\x65\xac\xc4\xf0\xf9\x3f\xba\xc2\x5b\x8f\x98\x68\xe8\xb6\x68\x88\x28\xec\xbf\x33\x90\x94\x12\x52\xe1\x7d\xcb\x89\xcd\xfc\x9b\x61\x99\xff\xcd\x7b\x5a\xed\x13\xcb\x12\x8f\x8c\x4f\x21\xe9\xc9\x65\x4c\xad\x41\x13\xce\xab\x99\x67\x0e\xbf\x7a\x7e\xd2\xac\x8f\xf6\x93\x95\x78\x25\x7c\x0a\xb5\x71\x8b\xb0\x32\x34\x18\x53\x2f\x90\xd7\x93\x5a\x14\xa9\xe7\xe5\x64\x1f\x67\x14\xa0\xa6\x25\xcb\x25\x4c\x21\x9a\x62\x45\x14\x7d\xa7\xf4\xd6\xe8\x83\x03\xad\xbf\x7d\xdc\x5c\x9e\x74\xdd\x50\x3f\xfb\x82\xe5\xde\xea\x0f\xc3\x5b\xb6\x55\xca\xce\x85\x02\x8b\x68\x1c\xf7\x29\xf3\x7d\xc3\x37\xca\xd3\x32\x2c\xc2\xe9\x3c\x8d\x2c\x69\x34\xdf\xc8\x26\xf1\x1b\x31\x55\x51\x58\x11\x3c\xb0\x94\x69\x56\x79\xd2\xa5\x07\x35\x66\xcc\xdb\xdd\x8b\xc2\xb5\x33\x5a\x2b\x88\x3b\x02\x27\x77\xbe\x52\x5d\x4a\x5c\xec\x2f\xce\x34\xcb\x66\x53\x04\xe7\x39\x2e\xea\x63\x2a\x88\x49\x67\x0b\xf8\xb1\x3b\xd2\x25\x90\xee\xe2\x9e\xa1\xf1\xc1\xaf\x41\x5b\x03\x34\xa0\x8e\x8c\x42\xd2\xc6\x12\x29\x32\xa6\xd8\x66\xa4\xe9\x84\x1a\x48\x95\x58\x58\xc4\xd9\x8c\x33\xc2\xbe\x4a\x73\xa6\xfa\xed\x6a\x7a\xa6\x4e\x3b\xd5\xd9\xfb\xda\x62\x4c\xdd\x4e\x12\x8d\xc7\x82\x95\x81\x3a\x98\x70\x0e\x63\x01\xc1\xf4\x25\x23\xd0\x01\x6a\x00\x1d\x28\xc0\x69\xe3\x4e\xd1\x76\xf3\x9c\xbe\xb3\xd7\xc9\xb6\x5e\xf0\x19\x88\x49\xcf\x7d\x59\x07\xdb\xdf\xb7\xd8\x7a\x88\x73\x26\x3e\x95\x53\xbd\x9d\xf8\xc2\x7b\xc4\x7c\x56\x05\x4f\xf8\x84\xa9\x85\x1c\x9d\x80\x0e\x0d\xfa\xf5\x77\x40\x0e\x84\x00\x0d\x20\x04\x94\x40\xfa\xe5\x21\x7a\x09\x79\x14\xbb\xba\x04\xbf\x3a\x86\x99\xa2\xdb\x42\xb8\x4b\xe6\x60\x15\x41\x77\xfd\x6c\xc5\xae\xc2\x49\xc7\x64\x53\x65\x5e\x12\x93\x2f\xbb\x05\xbf\x72\xaf\x10\x13\x9d\x32\xae\x34\x5a\x23\xec\x11\x30\x06\xf8\x00\x05\xc0\x02\x32\xc0\x04\xd8\x01\xe7\x1b\x37\xc2\x5b\xa6\x42\x11\x19\x25\x49\x63\x86\x8f\xde\x21\x13\xa9\x7b\x65\xb1\x1d\x08\x93\xd7\x5b\xe3\xc7\xf9\x63\x6e\x35\xee\x69\x14\x01\x50\x56\xea\xaa\x1b\x42\xe9\xb4\x42\x18\x63\xb0\xd4\xc0\x16\xbc\xfe\xc3\x5e\x24\x00\x1b\x40\x05\x04\x00\x17\x9e\x07\x37\x82\xce\x9d\x7f\x46\xae\xca\xa0\xd8\x21\x36\xb0\x23\x69\xaa\xe8\xb2\xf5\xd7\x78\xe2\x86\xce\x11\xed\xa4\x7a\xc3\x79\xe6\xef\xe0\x08\xbb\x08\x0d\x1d\x51\x1a\x7a\x41\x4c\x5f\xb0\x01\x48\x00\xf6\xdf\x10\x1b\x10\xfd\xd9\x09\x2a\xa0\x7f\xc5\x87\xf9\x4c\x2d\xc1\xb3\xfe\xee\x83\x6e\x98\x1d\x86\x7f\x54\x42\x74\x21\x57\xd3\xd5\x18\xfc\x9a\xda\xd9\xce\xec\x78\x9b\x45\xae\x4c\xf8\xb6\x93\xac\xce\x27\x49\x2c\xa6\x27\x3c\x05\x58\x5d\xf0\x1a\xf0\x03\x6c\xc0\x0b\x08\x01\x3a\xc0\x06\xe4\x00\x07\x5a\x1c\x43\x9d\xe2\x27\xb7\x99\x8c\xa7\xf6\xad\x2d\xb7\xdf\x59\xbc\x74\xc1\x58\xb3\xda\xc8\xe1\xba\xea\x15\xf2\x0a\x7c\xd7\x59\xd1\x53\xcc\x6b\x37\x33\x83\x43\x99\x1a\x0e\x1b\x92\xad\x37\x84\x80\x0b\x90\x02\x32\xc0\x02\xde\x02\x6c\x40\x09\x30\x01\xe6\x8b\x0c\x74\x77\x0a\x42\x2e\x97\xb7\x92\xda\x25\x36\xa2\xbe\xe5\x71\x23\xf9\xaa\x8d\xcb\xa3\xfc\xab\x33\x77\x67\x1b\x67\x03\xe2\xe5\xdb\x89\xb5\x5e\x51\x26\x2b\x0a\x7a\xfc\x56\x34\xda\x98\x7c\x2f\x6e\x00\x09\x40\x07\x08\x80\x0a\x90\x03\x62\x40\x00\x10\xa1\xf8\x51\x87\xc8\x23\x39\x05\xa5\xa5\xb5\x51\xac\x71\x7c\x55\xe2\x6c\xf3\x5b\x9b\x58\x47\x4c\x56\x0d\x7f\x91\xee\x64\x8c\x59\xd5\xf2\xa5\x11\xfa\xe7\x5a\x15\xaa\x67\x88\x75\x33\x1b\x10\x0a\xc0\x77\x02\x6e\x40\x06\xf0\x00\x3b\x80\x03\xe4\x00\x11\xa0\x03\x76\xd4\x57\x64\x3a\x9c\xd8\x52\x0b\x5a\x1f\xac\x4b\x7d\x1a\xe2\xb4\x0b\xf2\x9b\x44\x46\x90\x56\xd7\x21\x90\xa3\x8a\x69\xdc\x26\xa1\xac\xb3\x50\x51\xc7\x15\xbd\x99\x77\x08\xdc\x73\x14\xdb\x68\xe9\x20\x02\xc0\x02\x4c\xa0\x04\x88\x00\x21\x70\x05\x64\x40\x1c\xd9\x9d\x34\x9e\x03\x5e\xea\x51\xf3\xa3\xb5\xac\x4f\x4d\x2c\x65\x01\x54\x53\xd2\xa8\xc5\x1a\x80\x40\xbe\x51\xce\xef\xb6\x67\xe7\xc7\x44\xf7\x7a\x00\xd3\x10\xe5\x4a\xe1\x73\xc6\x60\x7c\x0f\x38\x56\x40\x07\x50\x01\x0a\xc0\x07\x62\x00\x0d\xf0\x03\x39\x64\x5d\x52\x25\xb6\x23\xa9\x18\xcd\x40\xab\x16\x1f\x86\xd8\xb1\x7c\xcc\x66\xf6\x51\xeb\xd5\x25\x08\xe4\x86\x7c\xe5\xae\x47\xa7\x5c\x20\xa9\xd5\x7f\xcb\x76\x4c\x7b\xe6\xad\x23\x57\x1d\x45\x10\x3a\x16\x8c\x16\xac\x3f\x2c\xec\xab\x45\xd8\x1a\x38\x56\xb8\x45\x84\x2a\x64\x01\x62\x65\x36\x71\x89\x56\x8d\x4a\x2b\x69\x1f\xa5\x58\x98\xfc\xf2\xa6\xdd\x11\x89\x75\x0c\x08\xe4\xc7\xe9\xa6\xcd\x70\x6e\x9d\x44\xd6\x4a\x78\xb0\xcb\x93\x49\xbd\x52\x94\xc8\x0c\x4b\x15\x69\x01\xfa\x3a\xc6\x25\x86\x22\xa6\x24\x56\x01\xf6\x09\xae\x1f\x01\x21\x49\x01\xd5\x26\xeb\x85\x04\x92\xda\xae\x15\x9a\xb7\x68\x6c\x4a\x7e\x41\x93\xe3\x28\xda\xfa\x28\x04\xf2\x78\xb5\xd7\x38\x35\xde\x3a\x59\xc8\x91\xe0\xe5\xd7\x6c\xdb\xa5\x77\x22\x2f\x2d\x2c\xca\x72\x4a\x5e\x44\x5e\x4f\x26\x46\xfe\x85\x72\x9d\x86\x91\x4e\x80\xe1\x2b\x1b\x31\x8f\x8c\x88\xcf\x3b\x0c\xb5\x06\x73\x46\x6f\xa9\x98\xc0\x5c\xb1\x26\x96\xe1\xe4\xf5\x3f\x1a\xc0\x93\xfc\x25\xeb\x3e\xcc\x2a\xc9\x4c\xe2\x88\x5a\x2f\x5a\xeb\x08\xdd\x8f\xf2\x94\x22\x99\xec\x1d\xf4\x65\x2c\x02\x6c\x3b\xec\x6c\x5c\xc9\xbc\xa3\x82\x57\xe2\x14\x32\xab\xca\x45\x3a\xd6\xc6\x7a\x76\x23\x9e\x50\xfe\x5e\x09\xb7\x4d\x12\x43\x4b\x6b\x73\x7f\xb0\xff\x70\xa3\x7b\x4c\xba\x15\xad\xe4\x73\x1a\x42\x58\xb3\x47\x92\x75\xba\xfe\x2b\xc5\x29\x89\x70\xbe\x32\xe1\x30\x51\x02\x71\x65\x29\x63\x19\x3a\xb9\x4b\x55\x5d\x1d\x38\xe3\x2d\xeb\x5c\x57\x78\x5f\x82\x4f\x85\x89\xc1\xa9\x77\x45\x65\xad\xa1\x13\x7f\xf6\xf0\xf3\xf0\xa0\x67\x49\x6e\x30\xbd\x89\xb9\x68\x28\xa5\x21\x2c\xcf\x0b\xd8\xde\x19\xa1\xa8\x85\xc9\x4a\x29\x5c\x2a\x91\x28\x3d\xa8\x9b\x68\x3e\x18\x26\x9b\xd6\x58\x23\x7f\x54\xf2\x29\x08\x7d\x8e\xb3\xce\xd8\x2b\x08\xa9\x99\xaa\x3f\xee\xc1\x9e\xff\xab\x76\x7e\x3d\xb5\xf3\x63\x9e\x73\xe0\x55\x23\x5a\xd1\x75\x1a\x5f\x24\x8c\xaf\x84\x13\xaa\xd9\x2f\x3d\x79\x03\x3f\xc3\xfb\x0f\x5b\x66\x74\x16\xa6\xb6\x8b\x2e\xca\x3e\xe2\x21\xd7\x31\x6f\x52\xe3\xf2\xf8\x2b\xd2\x5a\x28\xfb\xae\xc7\xb1\x67\x57\xd6\x71\xfe\x9e\xe1\xf7\x8f\x4b\xdd\x6d\xcc\xd9\xfd\xfe\xfa\x26\xae\x52\xb4\xcc\x77\x31\x37\x41\x46\xee\x87\xf6\x39\x36\xc8\x4e\xc8\xce\x30\x6e\x18\x9e\x72\xfe\x50\x9f\x22\xa2\x5d\x93\x9f\x73\xf2\xcb\x08\x1a\x35\xbb\x6c\xc7\x7c\x16\x09\xb6\xd5\x4f\xe5\x7f\xe4\xff\x93\x81\xf0\x5c\x90\x6f\x55\xce\xad\x0c\x3e\xb6\x64\x57\x74\xe4\x74\x25\xa7\x47\x2a\x05\x4e\x79\xb9\x06\x86\x7a\xa7\xfa\x74\x45\x86\xc7\x91\x45\x0b\x65\xdf\x67\x51\x15\xcd\xb6\x9b\x0f\x71\x0d\x09\xad\x1e\x1f\x86\x1e\xf5\x3d\x63\x40\x2e\xfe\x85\x81\x24\x5d\x7c\xdf\x29\x59\x2c\x1d\xe5\xe9\xc4\xac\x53\x2b\xc1\xcc\x56\x4f\xa1\x89\xa1\x8a\xa4\x8b\x4c\x8a\x8a\x89\x5b\x2a\x80\x7c\xee\x2c\x46\x6f\x63\x6a\x4a\xeb\xb6\x58\x19\xdd\x39\xd8\x72\x3b\xfb\xf5\x9f\x0c\xe0\x31\xe3\x8a\xe0\x28\x61\x0f\xb2\x6f\xbc\x15\xbc\xfe\x6b\x15\x76\x21\x78\xba\x73\xc2\x62\xb8\x7c\x40\xb7\xa7\xaa\x33\xb9\x3d\xbc\x0d\xa9\x2d\x6f\x44\x73\x71\x7f\xcf\xe9\x22\xea\x17\xe1\xff\x66\x20\x3f\x5c\x4f\xec\xbe\x86\x2d\xad\xcd\xe7\xcd\xf6\x4c\xa6\x8e\x7e\x19\xbc\xea\xb1\xed\xa0\x6a\xe5\x6a\x44\xac\xa5\xaa\xf4\x2c\x9b\x2e\xa5\x2c\xe2\xaa\x14\x6e\x49\x18\x96\x5a\x40\xd8\x0e\xbf\xa0\xfa\x55\xf4\xef\xf1\xdf\xab\x0f\xd9\x57\x49\xa6\x1c\x87\x04\x07\xab\x7a\x7e\xb5\x3b\x37\xdd\xd7\x2d\x55\xf3\x97\x89\x15\x21\xe7\xe9\x65\x15\xa7\x5d\xa5\xf8\x24\x0d\x27\xc8\x66\x93\x95\x19\xb5\x88\x0d\x89\x2e\x10\x6d\x25\x5e\x96\x3d\xf3\xfc\x4f\xfc\x4f\xd9\xa3\xf9\x95\xc0\xb1\xf2\x2e\xc1\xa6\x9f\x0d\x05\x35\xf8\xa5\xcf\x85\xd9\x39\x2f\x33\xf6\x92\xa7\x12\x02\x63\xb4\x23\xa0\x43\x6a\x03\xd7\xfd\x8f\xfd\x41\xcc\x48\x56\x7a\x05\x74\x8b\xd7\xd0\xfc\x62\xce\x5e\xcd\xdf\x1d\x8f\xfe\xbe\xce\x4f\x57\x87\x46\x17\xdb\x11\x2a\xaf\x8b\x30\xf2\xaf\xb3\xc2\x53\x09\x13\x4d\xa2\x31\xc2\xe1\x83\x70\xfc\x58\x3c\x7f\xbb\x2c\x39\x23\xd8\x0f\xda\x36\x38\x22\xfb\x5b\xc5\x4c\x67\xed\x97\x8f\xb4\xa5\x8e\xe4\xac\xdc\x1d\xbe\xff\xfe\x57\x45\xe7\xc7\xfe\xee\xf4\xb4\x6b\x27\x4c\x45\x44\x4e\x7c\xfa\x53\x42\x6d\xe4\xc6\x27\xa2\x80\x41\x2f\x2d\x97\x65\x07\x37\x1b\x3b\x0b\x14\xe3\x2f\x06\x1e\xba\x2e\xda\x47\x66\x4c\xae\x36\x81\x5c\x71\xe5\x39\x7d\x55\x51\xdd\x28\x13\x07\xeb\x31\xa7\x66\x4f\x7f\x7c\x2c\xce\xe7\x97\x07\xfa\x9b\xab\x91\xb2\xf9\xe3\x8c\x22\x64\x03\xcf\xbd\x8a\x5c\x74\xec\x2d\xad\x32\x4d\x34\xf4\x4f\xb5\xec\x54\xaf\x95\xb0\xe5\x28\x64\xe2\x64\x34\xb5\x42\xcd\x2f\x5c\x53\x82\xcf\x12\x1e\xf2\x43\xea\xd7\xfb\x03\xe6\xda\x77\x45\x6f\xc9\x21\x10\xc8\xc3\xa1\xe9\x8c\x61\xab\x58\xee\x42\x3c\x4c\x90\xb2\xb7\x8a\xf3\x86\x2d\xa6\x69\x91\x81\x8a\xd6\x7b\x95\x4f\x72\xc5\xd2\xf3\x62\x95\x42\x3a\x7c\x2f\xb9\xea\xf9\x13\x65\x83\x75\x6c\xad\x02\x3c\xcc\xc3\x2c\xd3\x85\x4a\x79\x5a\x25\x47\xf7\xd7\x5f\x9e\xc1\x3f\x05\x3c\x70\x6f\x9a\x0e\xf7\x54\x72\xa5\x22\x86\x44\x7b\x6a\xdb\x55\x98\x06\xea\xb2\xa8\x8b\xca\x07\xc9\xc0\x88\xce\xf1\x4f\x70\x8e\xb3\x7c\xa2\x0f\xa3\x7a\x22\x6f\x65\x09\x14\xd3\x50\x3e\x37\x02\xf6\xbf\xfd\x9a\x63\xfd\x72\x6a\x6b\x6f\xfb\xd6\xe7\x96\x76\x57\xee\xf6\x6e\xda\x57\x34\xbb\xaa\x0a\x1e\x62\x11\x7c\xcc\x6c\x84\x8d\xd5\xb4\x54\xe5\xf3\xa4\x51\x84\xbb\x78\x39\x58\x9b\xe9\xee\x29\xdc\x89\xca\x70\x6b\x30\xec\xd1\x6f\x69\x84\x78\xb9\xdf\x3a\x6b\xf6\x9b\x3b\x7a\x68\x84\xbd\x4b\x2f\x28\xff\xd4\x61\x31\x01\xf5\x95\xf1\x22\xea\x7c\x63\x5e\xb4\x19\x33\xe3\x3a\x14\xd6\xe9\xd4\x88\x49\x79\xff\x7d\x84\x28\x13\x0f\x84\x25\x8d\x76\x81\xd4\x14\xaf\x0c\xed\x14\x11\x02\x1b\xf1\x82\x1f\x71\x88\x84\x89\x05\x41\x54\x4e\xe1\xda\xd0\xcb\x61\x2b\x60\x3e\xe1\xbe\x00\xa3\x91\x75\x70\x7f\xc5\xfc\xe4\xe5\xa9\xc8\xcc\xa7\xfa\xb8\x94\x37\x7e\x12\x56\x12\x1a\x2c\xd2\x0d\x82\x04\x9c\xec\x0c\x12\xe4\x4c\x78\xd8\x68\x78\xf0\xe2\x2f\x02\x01\x23\x10\x07\xac\xaf\xb6\x70\xc6\x68\xb5\x78\x76\x64\xf2\xb5\xf2\xad\x3a\x3c\x6f\xa2\x6a\xb2\x87\x6b\xe0\x7b\xf9\xe7\xd6\xf7\x46\x0e\x9e\xc7\x02\xca\x7f\xc5\xf5\x78\x8e\x9a\x69\x29\xcf\x88\xc4\xb2\x09\xd1\xcd\x92\xbc\xc6\xa2\x43\x92\x7b\xd9\x01\xd4\x01\x3b\xc0\x01\x94\x40\x10\xea\x1d\x9a\x20\x99\x16\x9b\x9d\x58\xab\x8a\x97\x89\x89\xcb\x70\x68\x7f\x9a\x74\xd9\x73\xc7\xe0\x34\xeb\xb6\xd9\xee\xd6\xb0\x61\xa9\x7b\x3c\x8a\x67\xbb\xe9\xa9\xe2\x9d\x20\x1c\x5d\x2a\x81\x18\xc6\x03\x02\x26\x94\x14\x90\x01\x22\x80\x1c\x88\x01\x0a\x80\x07\x68\x90\x30\x09\x0c\x18\xf4\x05\x3f\xca\xa3\x19\x42\x3b\xb8\x04\x99\x27\x8d\x15\xf9\xb6\xfe\x18\xc3\xdc\xc0\xdb\x9f\xeb\xbf\xa9\xa0\x4d\xf8\xe6\xc3\x6a\xb6\xaf\x44\x2a\xe0\x44\xbd\x8e\x51\x03\x27\x00\x96\x81\x2a\x80\x05\xd4\x00\x19\x90\x03\x0c\x00\x07\xc8\x60\xe3\xb0\x53\x69\x5e\xf3\xa8\xbf\x53\xd5\xf1\xb3\xb9\xf6\x35\x88\x1d\x2d\x80\x6d\x74\x1d\xa1\xf9\xa2\xb7\x83\x3c\xa2\x55\xf5\x9c\x62\xed\xcf\x65\x69\xaa\xd2\x21\x84\x4c\x53\x8d\x9e\x07\xb8\x01\x22\xc0\x02\x02\x80\x1c\xa0\x00\x34\x40\x06\xa8\x01\xe5\x4b\x57\xb4\x1d\x72\x7a\x0e\x0f\xc9\x45\x8d\x03\xcb\x07\x2f\x8a\x68\x89\x9c\xcf\xf5\x1c\x03\x16\xcb\x92\xbb\x9a\xe3\x5f\xea\x8d\x32\x09\x83\x12\x6d\x0b\x34\x0c\xc5\x90\x18\x2c\x70\xa0\xa1\x4b\xc1\x47\x40\x00\x50\x01\x39\x60\x03\xe8\xe0\xcd\x9f\x7a\x90\x20\x32\x3b\xb1\x33\xab\xae\x78\xaa\x6a\x93\x59\x86\xbb\x48\x24\x7e\x96\x59\xcd\x51\xdf\xd0\x22\xdb\xb1\xd9\x0c\x43\x2b\x66\xae\x68\xd8\xa9\x53\x87\xee\x2b\x29\x5d\xd6\x3c\x22\x41\x04\x7f\xc0\x07\xd0\x01\x12\x90\x02\x8c\x80\x04\x10\x02\x16\x80\x02\x30\x91\x48\x88\xe4\x99\x9b\x45\xb7\x55\xc6\x4d\x35\xdd\x11\x22\x82\xb3\x3a\xaa\xef\x7b\xe1\xe7\xef\xbe\x95\x2f\x05\x76\x6e\x15\x7d\x8a\xe9\x72\xb3\x31\x9c\x7c\x4f\xc7\x93\x4d\x29\x89\xf6\x15\xe4\x01\x66\x40\xf8\xe7\x1c\x70\x01\x07\x10\x03\x58\x40\x14\xe1\x9e\x60\x9d\x99\x54\x24\x44\x45\xc1\xd4\xd7\xcd\x2a\x3c\x21\x4b\xb7\x3a\xb7\xe7\x61\x41\xe9\x16\x75\x6d\xbc\xdf\xb7\x82\x3e\xd1\xc9\xdb\xd5\xdc\x48\xf9\x41\xb8\x93\x21\x0f\x8f\x16\xf6\x01\xbc\x01\x48\x80\x14\x20\x01\xee\x3f\x95\x08\x42\xc0\x0e\x5f\x83\xbf\xcc\x58\x21\xa2\xa9\x1c\x65\x32\xec\x26\x1b\xae\x9e\x59\x5a\xf5\xa6\xd7\x78\x3e\xe5\xc1\x78\xdb\x66\xf4\xa0\x56\x37\x1d\x36\x90\xc3\x0e\x49\x3b\x4b\xea\x90\xc3\x9b\xf4\x1e\x39\x17\xe0\x01\x2c\xc0\x09\x70\x01\x3a\xc0\x01\x70\x80\x1a\xa8\xc2\xe5\xe1\x8d\x30\x2a\x0b\xf7\x2a\x3d\x98\x7c\x72\xc3\x0a\x37\xcc\xd4\xaf\x3a\xeb\xe3\x5e\x44\xfa\x5d\x70\xa8\x3c\xe5\xdd\xd4\xf5\x59\x33\xfc\xc2\x45\xc6\xe8\xb3\xfc\x89\x80\x20\x1d\x1d\x0e\x1a\x4c\x36\x60\x05\x54\x80\x01\xc8\x03\x06\x20\x01\x78\x81\xc4\x6b\x1f\xbc\x42\x06\x42\xa1\x3e\x65\x1e\x13\x3c\xd7\xa3\xb0\xbe\xcc\xb1\x2a\xd1\xbe\xb5\x85\x18\x08\xe4\x7c\x73\x3e\xb2\xfd\xa6\xc8\x26\xee\xd9\x87\xdd\x4a\x53\x03\x5d\x62\x88\x8d\x94\x24\xe1\x4d\x2a\x90\x01\x2c\x00\x01\x30\x03\x06\x80\x08\x50\x01\x15\xac\x2e\xce\x08\x7d\x85\x90\x98\x62\x82\x31\x93\xab\x53\x98\x49\xa6\x42\xd5\x76\xef\xf6\xdc\x28\x04\x72\xcd\xfa\x85\xb3\x6f\xaa\xf2\x21\xdd\x28\x04\xda\xc9\xd9\xc0\x40\xce\x8a\xbf\x86\x96\x1f\x3b\x0e\xa6\x0f\xb8\x00\x26\x20\x02\xe8\x00\x25\xc0\x05\x47\x30\x1b\xd8\xa5\x74\xbf\x05\x19\x15\xbc\x3e\xb0\xbb\xc4\x85\x87\x67\x86\xd5\x68\xf4\xfb\x2e\x52\x41\x20\x3f\x48\xbe\xca\x8f\x71\x37\x8e\xe7\xbe\x8e\x4e\xf1\x82\xb6\xe8\x56\x17\x94\xc4\x66\xf7\x22\xbd\x43\xa3\x80\x33\x86\x9f\x43\xc8\x46\x7a\xf5\xc6\x16\x45\x06\xf5\x0c\xa3\x0f\x57\x8b\x66\x9e\xef\x5c\x41\xd9\x88\xfd\xa3\x49\xd8\x6c\xba\x4d\x95\x63\x8f\xdb\x42\x0d\x04\xf2\x94\x7e\xe0\x38\xdb\xdf\x39\x57\xc6\x99\x62\x11\x14\xec\xb8\x6a\xa8\x27\xdf\x2a\xac\xcc\x22\x4a\xda\x84\x69\x80\x73\x82\x3b\x87\xb7\x40\x18\x48\x92\x47\xe6\x41\x95\x46\x0f\xcd\xba\x2b\x70\xfd\xde\xda\x10\xda\x79\x2a\xb4\x29\xc3\xa3\x0a\xb7\x6f\x66\xe1\x8f\xa3\xe8\xf9\x8f\x2f\x4f\x83\xcb\xf5\x26\x39\xf2\x51\x5b\xde\x30\x36\x88\xba\x4b\xf2\xef\x85\xcf\x59\xfb\x28\x03\xa8\x53\x68\x59\xe9\xe9\x19\xf9\x59\x50\x39\xa8\x79\x30\x85\xb0\x24\x72\xe4\xdd\xd4\x4a\x75\xaa\xcc\xe9\x3d\x88\x63\x7e\x55\xbb\xd7\xed\x0e\x4d\xfc\x2d\xc3\x5d\xd5\x0e\xd4\x54\x4d\x47\x47\xe9\x74\x5a\x49\xb8\xa0\xc7\x89\xf5\x90\x5e\x87\x42\xa1\xd8\x32\x37\x11\xf7\x25\x2f\x1e\x3f\xaa\x60\xb7\x08\xa9\x64\xb5\x8c\xae\xc2\x9a\x06\x30\x3c\xb6\x4c\x74\x94\xff\x18\xea\x97\x17\xf7\xad\x60\xbc\xb9\x75\xec\x8f\x3f\xd6\x33\xce\xa9\xed\x72\xc3\x90\x71\x53\x60\xf1\x8b\x94\xa7\xb0\x2d\xcf\x2e\x5b\x01\x43\x25\x55\xc3\xb7\x03\xe2\xaa\x32\x62\x32\x6b\x72\x14\x8a\x9e\xea\xd6\x3a\xaa\x46\xbf\xcc\x07\x9c\x2a\xbc\xde\x07\x87\xc7\xec\xc4\x53\x64\xb0\x94\x3f\x75\xb5\xcf\xfe\x85\x19\xb7\x2c\x3b\xbf\xe7\xd3\x06\x10\x1a\x61\x8a\x11\xd2\xa0\x22\xd2\x7d\x6a\x1c\x1a\x4c\x1d\x74\x98\x55\xf8\xb4\x05\x75\x78\x0c\xd4\x3f\x28\x99\xd9\x1b\x5b\x7c\x24\x74\x12\xf3\x62\x88\x8e\x4f\xcd\xcb\x37\x28\x9c\xa9\xa4\x6c\x29\x19\x1a\xf9\xa2\xfa\x17\x6c\x31\x5c\x26\x6d\x4b\xce\x51\xf7\x5f\x36\xf1\x96\xa4\x66\xe2\xc5\xbc\x08\x14\x74\x2b\xb0\xe3\x35\xf1\xf9\xe0\x61\x82\x6e\xc6\xef\x8a\xe5\xc0\xe7\x7c\xe0\x29\x17\x23\x1a\x25\x96\xfc\xb2\x92\xab\xec\x45\x43\x75\x1f\xd3\x04\xdd\xca\xf6\xce\x3f\x3d\xa8\x9f\xf5\x2f\xf4\xb6\xca\xe7\x7e\x0c\x06\xb4\x78\x97\xef\x7f\x1e\x4a\x12\x8f\x90\xf3\x3f\x76\x87\x77\xc8\x77\xa6\x70\x2b\xf7\xd8\xf7\x93\xff\x14\x19\x85\x9f\xd0\x9a\x25\x5d\xcc\x58\x9b\xd2\x81\x3a\x6c\x39\x2f\xf3\xd5\xff\x04\xed\x36\xf7\x5f\x18\xc8\xc4\x45\xf7\x8e\xff\xa2\xd7\x28\x5c\x47\x6f\xed\x46\x51\x7f\x96\x43\x12\x65\xa4\x48\xf0\x7c\xe8\x5a\xf8\x59\x8c\x50\x02\x51\xea\xe3\x67\xdc\x92\x83\xea\xfb\xd6\xaf\x03\x86\x53\x1a\xab\x61\xfb\x0d\xd7\x71\xcf\xf4\xff\xca\x00\x1e\x6c\x2e\xf6\x0f\x1a\x37\x93\x97\x87\x17\x12\x17\x19\x67\x46\xc7\x0d\x47\xb0\xfb\x9b\xba\x92\xda\xd4\x5a\xa2\xeb\xbb\x6a\xf3\xab\x86\x4a\xb6\x1b\xef\x7b\xac\x26\xe4\xbf\x48\xec\x8d\xdd\x52\xfc\x27\x03\xf9\x2e\x7a\x4c\xb1\xc9\xb6\xe0\x3f\x41\x3c\xec\xdf\x17\xd5\xc7\xd1\x61\xdf\x6a\xd2\x90\x56\xed\x5b\x8e\x55\x84\x9b\x2f\xf5\x39\x2e\xf3\x26\x7d\x23\xad\xbe\xb0\xb3\x73\x69\xc2\x67\xc5\x74\x35\xe0\x60\xfd\xee\xeb\xbf\xc6\xdf\x79\xec\x77\xac\x74\x4d\x3c\xf6\x55\xb6\x86\x37\xf4\xd7\xa0\x57\xdb\x94\x16\x17\xf6\xe7\x22\x65\x3a\xa6\xd5\x25\x98\xc6\x24\x45\x64\x85\x3d\x7c\xea\x48\xa4\x4f\xf5\xab\xba\xe8\xa0\x1d\xa7\x5f\xee\x5d\xa3\xbd\x6b\xfc\x9f\xf8\x7b\xfc\x83\x77\xcb\x84\x23\x2e\x1d\xd0\xb5\xf4\x25\x4f\xf9\x7b\x79\xb0\x99\xbd\xa9\x14\xf1\xe8\xd1\x97\x9f\x7e\x06\x5d\xf8\x05\x79\x79\xba\xab\xb8\x8c\x7f\x6c\x0c\xea\x4f\xac\xcf\x79\x5b\x33\xd0\x49\x35\x4e\xb2\x86\x71\x9c\xfe\xe3\x2f\x55\xca\xef\x6f\x67\x65\x5f\x8c\x47\xde\xb5\x9a\x97\xdf\xe6\x18\xa4\x2a\x27\x3b\xc4\xee\x46\xc2\x04\x4f\xfa\x47\x7b\x99\xba\x9c\xda\x5f\xdb\x74\x58\x22\x9a\xd4\x7e\x50\x30\x2b\x74\xb5\x0d\x99\x4b\xf0\xce\x6b\xad\x65\xec\x5e\x9f\x36\xdb\x18\x38\x7f\xf5\xfc\xc7\xa9\xf7\x36\xfd\xab\xc3\xe4\xdb\x36\x98\xd2\xb2\x8c\x84\xb8\xf0\xb0\xe0\xe0\x02\xdf\x29\x8f\x97\x4e\xa9\xb6\x5c\x16\xa1\xc6\x7c\x7a\x07\xda\x46\x6a\x44\xca\xdc\x0a\xbc\x5a\xf4\x56\xa1\x9e\xb4\x61\xc8\x29\x9e\x85\x2b\x0d\xb2\x03\x73\xf3\x30\xbb\xa1\xb7\x7f\xfa\x82\x67\xc9\x4b\xba\xdd\x57\x95\x2f\xd2\xcd\x23\xbf\xf9\xdf\x7a\xdb\x7d\x5c\xb1\x0b\x33\x67\x36\xa2\xd3\x2d\x50\x77\x50\x52\x95\xb5\x90\x4a\x14\x9b\x15\xea\x10\x38\x52\xa0\xd2\xd7\xb1\x27\xf1\x76\x8a\x42\xcf\x44\x2c\x73\x6c\x5f\x1b\xfb\xb5\x26\x7b\xd6\xfc\x4b\xe0\x67\xfe\x0e\xcd\x44\x56\x23\xe3\x67\xaf\xa8\x66\xdf\x02\xa7\x2b\x9b\x56\xd3\x24\x7d\x09\x0d\x25\xa5\x0c\x59\x3b\xf1\x63\x21\x6c\x9e\x0b\x8e\x0e\x16\x73\x06\x07\xd6\x77\x12\x78\x6a\x8d\xc6\xe1\x8e\xc7\x01\xb2\xf1\xb1\x79\xfa\xf5\x42\x7d\xd9\xf3\x13\x7b\xb1\x77\x59\x77\xc2\x1b\x70\xbd\x53\xa5\xf5\x89\xf3\xbe\x47\x8e\x03\xe6\x5c\x7a\xbf\xd5\x16\xe5\xc3\xa5\x93\x44\x94\x78\xa3\xd8\x43\x19\x57\xa8\xb1\xc9\x68\x09\x7b\xf1\x38\xa8\xdf\xf3\x99\xbf\x53\xd6\x52\xb2\x40\x75\x1b\x09\xab\x4d\x1b\x28\xc3\xe8\x10\x9c\xa0\xdc\x80\xfd\x46\x73\xbe\x39\x9f\xda\x72\x9d\xbb\x11\xfe\xd1\x25\xc4\x74\x49\xab\x58\xb1\x41\x7a\x48\x58\x99\x87\x8f\xa5\x9d\x16\x95\xec\x2d\x7e\x00\x66\x2e\xf2\x10\x82\x28\x1c\x14\x31\x34\x4b\xb2\x88\xa9\xa2\xac\x21\x8b\xfd\x8c\x3f\x63\xfc\xaf\x7c\xe5\xfa\xe7\x41\x99\xa5\xce\xc3\x81\x53\xd9\xa9\xe7\xba\xd4\xb4\x4d\x5f\x2b\x6b\x2f\xdd\x18\xf9\x7c\xd1\xaf\x7c\xa5\xac\xdb\xb4\x32\xa4\x39\xb8\xa9\xa8\xd3\xf0\xc1\xd0\x14\x20\x17\xa0\xbf\xb8\xc0\x36\xa2\xe5\xe0\xe9\x79\x9b\xa8\x05\x67\x71\xed\xd9\x1c\x71\x9e\xa9\x5a\x69\xdb\x2d\x39\xf3\xb8\x53\xb7\xdb\x39\x12\x5a\x31\x1d\x87\xee\x49\x6d\x16\xa4\x72\x2b\x16\xc7\xf9\x81\xa9\x9b\x12\x06\xef\x3b\x5a\x03\xbc\xe2\x0b\x12\x40\x07\x04\x00\x06\x40\x03\x1c\x28\x1d\xa4\x6e\x6c\x9d\xa2\x09\x4a\x1b\x1f\x5a\x9d\x8d\x43\xe8\x52\xd0\x4a\x3e\xb7\x9e\x8f\x8b\x6c\x58\x6f\xd1\xf7\x89\x14\x33\xc6\x1c\x79\x40\x99\x68\x28\x9a\x0a\x4a\xd0\x7f\x23\x11\xc3\xbe\x7b\x73\x00\xf3\x09\x10\x03\x16\x80\x0f\x48\x01\x27\x40\x02\xd4\x08\x78\x78\x67\xf4\x4a\xfc\x16\xb2\x37\x7a\x82\xf6\x5a\xfe\x5e\xf1\xf0\x05\xf4\x8d\xc3\xc3\x44\x5f\x90\xbe\x0a\x75\x96\x16\xdd\xc5\xee\x7a\xe4\x9a\x84\x2a\xe8\xf3\x5d\x53\x73\x62\xae\x23\x3a\xbd\x8c\x04\x5c\x00\x09\xa0\x01\x68\x80\x0d\xd4\x01\x3d\x20\x81\xf9\x81\x59\x40\x89\xc7\xb9\x2e\xdd\xa5\x69\x66\x99\xe9\xb9\x16\xed\x9f\x23\x59\x4b\xd2\x8f\xb8\x24\xb3\xc6\xd8\x7d\x52\xf6\x2b\x41\xd3\xbb\xd1\xcc\x54\x31\x83\x3f\x9b\xaa\x10\x0d\xed\xc5\x2b\x40\x0a\x24\x01\x12\x90\x00\x04\x00\x03\x50\x03\x78\x80\x01\xae\x51\xec\x48\x70\x59\x7d\xc4\xe4\x54\x2d\xcd\xd0\xdd\xec\xc2\x9e\x32\x8e\xab\x88\x7b\x78\xe7\xc1\xea\x9b\xa1\xf8\xca\xf1\xe4\xaf\x7e\xeb\x96\xa9\xaa\x30\x42\xa5\xb4\x49\x98\x4c\x2f\xd4\x00\xd9\x9f\xaa\x03\x1a\x60\xfd\xd3\x89\x41\x04\x32\x80\x01\xe1\x37\x01\x09\xc3\xa6\x90\x93\x62\xe8\x87\x68\xe7\xcb\x90\xf5\xd4\x9d\x72\xf3\x2e\xbd\x69\xd2\xed\x86\x31\x8f\x3a\xf8\x8c\xb5\x60\x7c\x3b\x69\x4d\x15\xf1\xd7\x4c\xf3\xf8\x39\xaf\x7b\x01\x03\x80\x05\x34\x00\x0d\xb0\x03\x74\x80\x05\xf0\x00\x31\xa0\x83\xbd\xc6\xb1\xa0\x8d\xe3\xaf\x93\x4b\x30\xe8\x77\x2c\x0d\x5a\x4e\x11\x29\x45\x6d\xa7\x9c\x62\x38\x6c\x99\x46\x6b\xc1\xcd\x65\x0d\x8f\x72\xf6\xd2\xeb\x91\xc1\xe0\x98\x24\xa3\x47\x4e\x07\x8c\x80\x1a\x10\x03\x2c\x80\x0f\x88\x01\x29\x40\x06\xe8\x00\xf9\x95\x21\xd6\x06\xcd\x07\xde\xad\xf7\x50\xfa\xa3\x0e\x05\x81\x8f\xc9\xee\x25\x4e\xed\x89\x53\x8c\x67\x65\x8b\x99\x9d\xa3\x45\xe9\x31\x3b\xee\x39\xc6\xbe\x0a\x98\x02\x6e\xb4\x41\xd8\x42\x30\x22\x40\x04\xa0\xfe\x51\x80\xd0\x00\x22\xc0\x08\x04\x01\x01\x74\x04\xa6\x11\x35\x31\x4f\xa7\xec\xb2\xee\xae\x83\x61\x60\x41\x32\x45\xf1\x48\xdb\xe7\x09\xa1\x9b\x57\xab\x1a\xfd\x48\xe5\xbf\x92\x94\x7c\x33\xac\x0c\x35\xe0\xc4\xc7\x59\xe9\x88\x76\x11\x4b\x01\x3a\x80\x01\x4c\x80\x00\x48\x00\x54\x80\x05\xd0\x00\xce\x4b\x72\x0c\x15\xca\x0b\xee\xc9\x77\x47\xba\x59\xf6\x4a\xfe\x81\x49\xb6\xc5\xe3\x6d\x11\x13\x22\x3f\xa1\xb6\xb2\x47\x6b\x6a\x43\x32\x08\x42\x4a\x1c\xb3\xf5\xe5\x64\x73\x78\xbe\x53\xd5\x62\xac\xbc\x58\x04\x98\x80\x14\xb0\xfe\x39\x4d\x02\xc0\x0c\xb8\x5e\xe0\xa3\x57\x51\x96\x70\x27\xbd\xc3\xd7\x95\xb4\x3b\x09\xc8\x49\x9c\x28\x89\x6c\xdd\x9d\x48\xfa\xcd\x7a\xd0\x33\x3d\xd7\x2c\x98\x47\x14\x75\xe1\xa1\x68\x86\xa8\xd2\x2a\x4a\xc0\x8c\x40\xd0\x02\xdf\x06\x50\x00\x0b\xc0\x00\x42\x40\x1a\x88\x01\x25\xc0\x04\x72\xd1\xe8\x28\xda\xb9\x1c\x65\x6e\x75\xda\x6c\xef\xfd\x63\x12\x49\x8b\xed\x5b\x85\xc7\x13\x21\x90\xd3\xfe\xf9\xbe\xae\x4f\x65\xb2\x49\x3c\xfe\x0f\x76\x5a\x3a\x5e\x32\x86\xdc\x43\x94\x19\xe8\x9f\xa1\xa4\x00\x03\xa0\x06\xf2\x00\xf9\xcf\xb3\x85\x06\xc8\x51\x25\xc9\x6d\x38\x97\xde\xba\xeb\xa0\xd9\x71\xfb\xcf\x27\xd6\x94\xf0\xb5\x69\x4f\x42\x41\x20\x57\xce\xab\x66\x83\x2d\xb5\xac\x59\x06\xe1\xd4\x6e\xc8\x26\xce\xca\x43\x22\xe3\x4c\xf3\x84\x3c\xf0\xf3\x80\x1e\xe0\x02\x22\x80\x02\xd8\x81\x20\x50\x07\xd8\xc8\x41\x64\xb4\x9c\xa6\xd2\xd5\xda\x3a\xb6\xf4\x01\xd9\x49\x5f\x8b\xfa\xda\xf1\x27\x9d\x21\x90\x1f\x82\xdb\x39\x93\xa6\xad\xb0\x85\x53\x09\x9a\x7e\xa2\xb6\x6a\x3a\xf9\x32\x10\x9e\x00\xea\x64\x4c\x81\x17\xde\x20\x09\x4a\xe8\x25\x33\xb4\x0a\x4c\xfe\xab\xf3\xd7\x67\x6f\x82\x48\x1a\xd9\x36\x24\x83\xb5\x9e\x6d\xdf\xfb\x99\x25\xaa\x14\x59\xb4\x26\x4e\x7d\x80\x40\x9e\x03\x4e\x58\x17\xa1\x7b\x2d\xab\xf1\x32\x72\xc2\x36\x5d\x8d\x4d\xd5\x54\x52\xc5\x13\xd8\xb8\x49\x2d\x50\xaf\x90\x22\x50\x14\x51\x21\xe8\xe3\x58\xd8\xd8\x87\x78\x11\x44\x4e\xe4\x6b\x0c\xcc\x42\x1f\x94\x4e\x6c\xd7\x5c\xa3\xc2\x60\xb3\x24\xda\xca\xa6\xff\xb8\x9a\x5d\xc5\x6f\x30\x8d\x71\x34\x7b\x17\xe6\x27\x18\xfb\xa7\xd9\x73\xe9\xdb\xc8\xff\x14\x41\x66\x35\x24\x47\x27\x18\x24\xa6\x22\x2d\x25\x5f\xa0\xdc\xa1\x53\x66\xe0\x60\x0d\xe6\x7e\x10\x8e\x11\x4f\x57\x98\xf8\x90\xe4\x12\x19\x36\x91\x69\x53\x3d\xd2\xf7\xc7\x5f\xf6\xa7\xcf\x01\xf5\x3c\x7f\x4f\x72\x55\x6f\x66\x40\x44\x9b\x67\xa1\xcd\x07\xbd\x21\x85\x40\x31\x78\x8e\x18\x3a\x3b\xa6\x6e\xd6\x61\x8e\xdf\xdc\xfb\x1c\x9c\x7c\xe7\x12\x79\x12\x8a\x72\xe9\xaa\xa9\x7a\xb8\x96\x3f\xbc\x47\x63\x0d\xf3\x95\x9b\x44\x47\xad\xff\x8e\x19\x17\x29\x6b\x8f\x63\x2e\x2d\x0c\xc5\x57\xa9\x2d\xe1\x3c\x5e\x12\xb6\xb9\x06\x3d\xca\xbf\xa4\xe9\xf9\xef\xf9\x52\xf9\x3a\x44\x24\xc5\xad\xa4\x4c\x54\xf4\x15\x4c\x55\x77\xf5\xcb\x2d\xc9\x1c\x7b\xbc\x10\x43\x44\x52\x4d\xca\xd6\x3a\xab\x67\x12\xfe\x42\x2d\xa9\xfd\xee\x05\x9b\x81\xde\xc6\x82\x62\xba\xb4\x80\x88\x6b\x1f\x1e\x87\x68\x93\x0e\xad\x60\xf9\x63\x99\xe9\x77\x77\x72\x22\x4a\xc2\xea\xbc\x5a\x97\x86\xf3\xe6\xde\x0e\x44\xee\x4f\xc1\xdf\xa3\xe2\x52\xa6\xf3\x7e\xd5\x8f\x0e\x0e\xaf\xfc\xf3\x17\x4e\xae\xe8\xb6\xf7\xe6\x06\x06\x74\x9a\x3e\x94\x5c\x66\xd8\xc5\x40\x07\xf4\xb8\xfa\xd9\x64\x7e\x48\xd6\x3e\xd5\xb3\x31\x82\x33\x21\xb3\x10\xb7\xf5\x74\xd6\xf2\xa2\x09\x4a\x8d\x3e\x4c\x5d\xca\xf7\xaf\x94\x6f\x3e\xee\xff\x36\x9d\xb1\x6d\xf3\x4f\x06\xd2\x7b\x11\xba\x8d\x34\x1f\x34\xb8\xd4\xd2\x58\xfe\xf0\xf9\x22\xd1\x36\xac\xc7\x9f\xd0\xa5\xc3\x1e\xc9\x51\xed\x63\x8e\x3b\x9f\xb7\x69\x40\xcf\xa7\xb2\x58\xe9\x34\x90\x17\x54\x41\xd3\x4c\xd7\x27\x3f\x51\xbc\x62\xb4\x53\xf9\xed\xfb\xff\xe0\xef\x33\xd1\x25\xf3\xce\xc2\xa2\xdf\xc8\x75\x47\x7f\x2d\x7b\x91\x73\xe6\x45\x42\x7e\x78\x6c\x10\x55\x88\x71\x58\x5e\x14\x57\x9c\x7f\xb2\x5d\xa6\x7f\x41\x6c\x45\x70\x53\x58\x8f\xf3\x98\xf0\xa2\xdd\xb6\xef\x19\xe4\xfb\xe9\xbf\x32\x80\x9f\x3e\xdf\x4e\xf7\xeb\x36\xe4\x16\xb3\xa6\xb2\x86\x9f\x7a\x1f\x3a\xb4\x5b\xfd\x1a\x14\xab\x2f\xcb\x32\x8a\x3e\x15\x28\xe5\xb3\xe7\xf2\xe5\x0f\xd5\x94\x76\x4c\x8f\xd0\x2c\xec\xed\x88\x5e\xcc\xfc\xf2\xf8\x77\x06\x72\xeb\x74\x44\xb2\x41\x32\x6f\x38\x16\xd1\x57\xd4\x2e\xd1\xa0\x58\xed\x53\x16\x59\x5c\x90\xf7\x36\xd3\x37\x25\x29\x71\x3b\xce\x3e\x86\x35\xb2\x3f\xae\xe2\xb3\x5d\xf9\x76\x0b\xde\xe0\x87\x79\xd8\xad\xa6\x6f\x8f\xff\xea\xc9\x71\x1b\xb2\x57\xbf\x5c\x38\x3e\xd7\xeb\xd8\x22\x55\x83\x55\x82\x91\xd7\x94\xe9\x93\x2c\x95\x98\x18\x53\x11\x6e\x11\x92\x14\x20\xeb\x53\xe0\x85\xec\x6e\xe0\xaf\x1f\x1d\x95\xbe\x5c\xdc\xd2\xf4\xa6\x3f\x66\x4e\x65\x5b\xf2\xd2\xe8\xf7\x5f\xb3\xd5\x3f\xe8\xf6\xa1\x96\xa0\x86\x85\xda\x3a\xab\x17\x8a\x5e\x64\xd9\x25\x1d\xc4\xe1\x85\x6f\x84\xa8\x07\x84\x04\x08\xb8\x09\x39\x03\xe7\x6a\x6b\x1a\x0b\x4d\x53\x56\x87\x3c\x5f\x89\xc8\xc1\xd4\xb1\x62\x97\xc6\xc0\xc1\xa2\x25\xee\x3d\x86\xdb\x3f\xda\xe8\x5f\x44\xc7\xb2\x2b\xb2\xc3\x04\xcd\xdc\xa5\x3f\xb2\xa3\x12\x39\x23\xf0\x83\x34\x7d\x7c\xdd\xdb\xdd\x8e\x9d\x9e\x6d\x6d\x2c\xda\x4d\x30\x0c\xc9\x35\x1d\x35\x16\x55\xcd\xcd\xd1\xfd\x7e\xf9\x3f\xc4\x2c\x66\xf9\xb7\x22\x8e\x78\xad\x68\x1d\xee\x9c\x61\x3c\x1e\x42\x20\x37\xa5\x9b\x86\xa3\x73\xcd\xb9\x25\xaf\xd3\x36\xa2\x7a\x03\x5a\x3d\x7c\x3e\xbe\xb6\x6d\xb3\x0e\x37\xed\x33\x70\xd1\x1a\x50\xed\x50\xdc\x96\xfd\x21\xbd\x21\x89\xa2\x38\x69\x74\xe2\xe0\xef\xbb\x1a\xa4\x9b\x15\x55\x29\xdd\xde\x37\xb1\xb9\x6e\x75\xe6\xfb\xab\xf8\xb9\xe1\xf0\xfb\x3c\x71\x27\x67\x79\x72\xea\x43\xd8\x67\xaf\x47\x47\x35\xab\xdf\xc6\xa6\x86\xf6\x5a\xee\x2a\x2d\x72\x1d\x6f\x9d\xc5\x3c\x05\xe3\x79\xf6\x38\x6b\xd9\x7e\x4a\x58\xaa\x8b\x9a\xde\x3a\xef\x07\xae\xc4\x47\xe7\x3e\xd4\xe6\xf4\x57\xcc\x23\xee\xd9\xdd\x36\xdf\x37\x6f\xe3\x0f\x9d\xd6\x28\x67\x85\x47\x90\x7b\x66\xd9\x84\x19\xeb\xe9\xf8\xa9\x1d\x2a\x78\xbd\x4d\x10\x6b\xe4\xdf\xe5\xf4\x66\x0e\xa0\x6b\xa5\xbc\x27\xb3\xa1\xbc\xe1\xfd\xf8\x5e\x54\x87\xdc\x32\xd7\xf3\x65\xd8\x51\xea\x4a\x19\x4b\x3b\xef\x38\xe7\xea\xee\xb9\xe5\xc5\xe1\x12\x47\x0f\x69\xd1\xf7\x58\x6f\xef\x55\xeb\x69\xc3\x60\x35\x24\xf9\x61\x29\x1c\x61\x15\x1e\x3d\xd6\x10\xba\x08\x72\x43\xc2\x67\x9c\x52\xf4\x6b\xe4\x05\x42\x73\xd6\x1d\xd1\x55\x45\x4b\xc3\x40\x47\x39\xbf\xe9\x38\x9f\x3c\x8a\x7a\x8a\x01\xd7\x05\xea\x03\xa8\xa3\xe9\xe9\xf1\xa6\x37\x19\x17\xc1\xc1\xf6\x31\xfa\x6d\x2a\x9f\xa4\xbd\x85\xfd\x79\xde\x30\x17\xd0\xa4\x91\xc4\xe1\x76\xa2\xad\x23\xf2\xbd\x2a\x87\x12\x82\x62\xc3\x2c\xa4\xb5\xe3\xa9\x94\xa1\xd3\xfc\x66\x81\xe0\xf1\x2a\xc2\x37\x3d\xb5\x82\xb5\xb3\x78\x3a\x6b\xcb\x79\x27\x75\x54\xbd\x82\x27\x31\xc4\xb3\xd8\xdc\x5e\x6d\x59\xea\x98\xbf\x81\xad\x8e\xb6\x9f\xe4\x16\x97\x02\xe5\x3b\x5c\x3e\x54\x3d\x90\x03\x1a\x80\x13\x10\xbf\xa9\x22\xd5\x65\x15\x13\xf1\x53\x34\x30\x4a\x76\x6c\x0b\x92\x4e\x7c\x2a\x36\x69\xce\x1a\x99\x5a\xa5\x5b\xdf\x19\x38\x2c\xa2\x8c\x92\x74\x17\x33\xe1\x53\x42\x17\x66\x60\xfa\x4d\x71\x4e\xc8\x86\x9e\x06\xbf\xf0\x42\x04\x08\xfc\x79\xdb\xc5\x01\xfa\x00\xef\x75\x31\x6e\x3d\x6d\x15\xef\xd5\x3b\x45\xed\x75\x1b\x04\x9f\xec\x18\x9c\x5c\xff\xba\xb4\xfe\xa3\x25\xa1\xd5\x86\x8e\xcf\x79\xbe\xd1\x18\x6e\x3b\x1f\xd6\xe5\x23\xf8\x3a\xa8\xef\x71\x8a\x50\x74\x61\xa9\x80\x16\x60\x07\x9c\x80\x08\xa0\x01\x78\xc0\x0d\x18\x5e\x12\xa1\x9f\x51\x90\xb3\xcf\x4b\x38\xa8\xed\x9a\x75\x78\xc0\x86\xdb\x64\xdc\x55\xc9\x74\xad\xcd\x76\xaf\x48\xb4\x16\x15\xe6\xc6\x7c\x71\x3f\x37\x4e\x92\xaf\xe0\x6d\xa1\x64\x43\x75\x81\x9e\x03\x42\xc0\x18\x90\xfe\xa9\x5d\x10\x83\x57\x00\x16\xe0\x01\x92\x37\x53\x44\x02\x4c\x5d\xc2\x1f\x14\x9d\x3e\x28\x38\x23\x87\xac\xa5\x84\x95\x15\xb7\xdf\x4c\x1a\xcf\x09\x77\xc5\x94\x6e\xc4\xb7\x7a\x05\x99\xa9\x2b\xfa\xf1\x67\x50\xcd\xa3\x59\x01\x2e\x40\x0f\x08\x01\x31\xc0\x07\x98\x00\x07\x60\x03\x3c\x80\x0f\x94\xe0\x3e\xe1\x8a\xd1\xbe\xe6\x5b\x7b\xcf\xa3\x37\x69\x9f\x1a\xd0\x96\xc4\x5d\x74\xd0\xfa\x6e\xdc\x6b\xc5\x6d\x50\xac\x52\x24\xd9\xd0\x6f\xcb\x4a\x52\xb5\x4a\x04\x83\xbe\x0d\xa7\xe9\x15\x1e\xa0\x01\x88\x80\x04\x90\x01\x1a\x80\x02\x10\xff\x9c\x05\x0a\x0c\x15\x46\x1d\xe5\x1c\x97\xf7\x5b\x63\x1d\x56\x9b\x34\xdf\xb5\xb8\xf8\xfc\xf9\xa6\x86\x11\xf3\xad\xf0\x51\xab\xda\xfd\x8c\xcd\xe0\x74\x7b\x52\xad\x3e\xc9\x23\x36\x1a\x62\x7c\xc4\x2c\x40\x0e\xf0\xfe\xfc\x77\xca\x3f\x3b\xc0\xfa\xdb\x5f\x50\xd2\xa8\x7a\x64\xfc\xec\x63\x92\x96\x1a\x1a\x56\xa4\xde\x9c\x31\xfc\x39\x87\xf5\xcc\x43\x24\x07\xe1\x53\x4e\xcd\xd3\xb9\xef\x23\xb4\x3f\x46\x1b\xc2\xc9\x6e\xf1\x7c\xa7\xbc\x47\x87\xbc\x10\x07\x58\x00\x19\x60\x02\x64\xc0\x02\xb0\x00\x2e\xa0\x06\xfa\x80\x1e\x39\x90\x44\x96\x0d\x51\x62\x4d\xed\xca\x92\xca\xcb\x37\xba\x38\xa7\xa5\xbe\x69\x70\xe1\xcc\x77\xe1\x77\x27\x76\x71\x68\x1c\x89\xa7\x83\x99\xb1\xf2\xba\xf0\x2e\x63\x37\xbe\x37\xdc\x00\xa0\x01\xa2\x80\x1d\x10\x03\x38\x80\x09\x70\x81\x1c\x20\x00\x62\x48\xd9\xc4\xe1\xac\x6f\xc5\x16\xd4\xe5\x2c\x18\x3c\x77\xa2\x9e\x3e\xf7\xd4\xed\x0c\xb4\x5c\xcb\xae\x76\xf6\x5f\x54\xc6\x26\x3f\x06\xe4\xdb\x3a\x69\x33\x4a\x9f\x71\xfe\x7f\x5c\xbd\x55\x54\x9c\x5b\xd7\x34\xba\x70\x77\x6d\xdc\xdd\xdd\xdd\xdd\x25\xb8\xbb\xbb\xbb\xbb\xbb\xbb\x07\x77\x77\x08\x2e\x09\x21\xc1\x89\x90\x00\x21\x42\x84\x90\x3e\xe3\xef\x6f\xbf\x5b\xce\x0d\x5c\x3d\xab\xbb\x69\xc6\xa8\x5a\x35\xab\x6a\x46\xd2\x2b\xe1\xd5\x02\x1e\x40\x0b\xc8\x01\x05\x20\x00\xf4\x80\x04\xe0\x01\x2a\xe0\x80\x39\x4f\x55\xcc\x33\x2b\xb7\x6c\xf0\xe8\x84\x15\x62\x9f\x76\x59\x35\xdf\x2d\x3b\xcb\x78\x5f\x7c\x1c\xba\xb4\xd2\x83\x56\x41\x93\x3c\x1e\xd0\x66\xab\xa5\x23\x2b\xe9\xc3\x2e\x0d\x99\x42\x59\x04\xd4\x80\x15\x60\x02\x7c\x80\x03\xe3\x73\x24\x80\x12\xa3\x80\x52\x98\xbb\x43\xae\xd4\x10\xe2\x28\x15\x72\x9d\x76\x5b\x29\xf0\xf4\x6c\x56\xe4\x51\xfa\x72\x77\x3d\x68\xc8\xb5\x9e\x30\x7b\x23\x42\xcd\xb5\xde\xf8\x83\xe2\x67\xfe\x37\x74\x06\xb8\x45\x40\x02\xd0\x02\x1a\xc0\x02\xe8\x81\x0c\xa0\x00\x32\x80\x1d\x1d\x8f\x82\x93\xab\x57\xf6\x5c\x3f\xc3\x31\x3d\x64\x3c\x1d\xb3\x4a\xbf\x47\x7c\x76\x18\x0a\xfd\x70\xb1\x87\x33\x79\xdb\x56\x50\x5c\x92\xd0\xe3\x47\x62\xcd\xad\x15\x2c\x51\xc6\xd6\x09\x11\x47\x4e\x03\x94\x40\x1e\x88\x00\x56\x98\xc2\x05\x01\xd8\xa8\x65\xe4\xda\x9c\x8d\x32\x48\xfa\x69\x8e\x65\x41\xe3\x69\x3b\x55\x88\xdd\x6f\xe7\xce\xa0\xd0\xbb\xa5\x57\x9c\x8b\xd9\x7d\xe4\xd5\xee\x19\x3b\x61\xf8\x2e\x86\xc6\x85\x8a\xd5\x02\xf0\x74\xf4\xb8\x0a\x80\x1f\xc8\x01\x4b\x18\x17\xa2\x01\x02\xc0\x0c\xc5\x0e\xc2\xc9\xe1\x2c\xb5\xab\xe7\xea\x20\x12\xfc\x2c\x6d\xbe\xaa\xbc\x5b\x62\x1e\x15\x0a\xfd\xb1\x73\x61\xb0\x11\x33\x9a\xdc\x6c\x5e\x18\x1e\x8f\xea\x4b\x6e\x6d\xa7\xf5\x56\x0a\x87\x83\x9a\xec\x29\xca\x20\xa0\x06\x52\x80\x0e\x28\x02\x57\xc0\x00\x82\x90\x6e\x20\x2b\x1c\x19\xd2\x66\x7a\x91\x0e\xb6\x41\xf3\xe9\x90\xca\xa8\x5e\xbc\xe1\x97\x30\x05\x43\xea\x85\xce\xdc\x65\xf7\xb7\xca\xc7\x0c\xe9\xb0\x52\x97\x73\x93\x19\x15\x2e\x61\xc0\x18\x43\x30\x81\x90\x85\xa4\x8f\x2a\x83\xb6\x86\x11\x8e\x69\x88\x39\x86\x23\x88\x5f\x47\x6f\x29\x38\xad\x12\x6d\xe6\xe6\x59\x1a\x83\x94\x9b\xdd\x88\x36\x34\x0c\x43\x8b\xb9\x13\xdd\x35\xeb\x91\x99\xe6\xf1\xc2\x17\x09\x0e\xfe\xf6\x76\xc5\xfa\xd2\xf2\x2c\xbc\x83\x74\x2a\x84\x22\xf8\xf9\x84\x6b\x24\x71\xa4\x4b\xe4\xa4\x94\x97\x34\x2f\x18\x94\xd9\x53\xc4\xad\xb4\x04\x6c\xf0\xfc\xc5\x13\x5f\x94\xb4\xb4\xbb\x4f\xc2\x36\xdc\xfc\x4e\x7b\xef\xb1\x77\x37\x1b\xd3\xd3\x5d\x7d\x96\xd5\x1f\xc9\xea\x19\x63\x99\xaf\x13\x2e\xbb\xcd\x9f\xca\x74\x4a\x4b\x49\xd7\xc6\x04\x61\xfe\xcd\x66\xc8\x8d\xc4\x97\x29\x6a\x26\xed\xa2\x7c\x6a\x34\xe0\x0c\x0d\xeb\xcc\xf4\xa8\x49\xee\xc3\x5f\xf8\x2b\x0b\xf2\x59\xfc\x84\x70\xad\x7c\xf4\x47\x9b\x5c\x29\x51\x2a\x4d\xd8\xaa\x27\xa7\xb5\xa5\xde\x9d\xe2\x9a\x18\x1c\xef\x96\x40\x9c\x30\x9f\x58\xaa\x94\x91\xdc\x5b\x65\x45\x4d\x17\xc3\x19\x2b\x7a\xa7\xaf\x7e\x24\xf1\x86\x85\xed\x2d\x5a\x63\x60\xfd\xaf\x3c\xee\xaf\xc7\xf7\x96\x2f\x10\x17\x91\xfb\x07\x1a\xaf\x4a\xf0\xd3\x7c\x22\x9e\xfb\xf0\xda\x6d\x9b\xdc\x68\xba\x2b\xc6\xa8\xd0\xab\xc7\x69\x4d\xe9\x75\x1a\x07\x99\x67\xda\xae\xb9\x39\xfa\x17\x46\x0a\x25\x9e\xe7\x38\x57\xeb\xf5\x60\xcc\x05\x3c\xff\xdb\x07\xf9\xf9\xe0\xcc\x7e\x5b\x7e\x8e\xad\xff\xb8\xd9\xbb\x0c\x29\xe3\x4d\x4c\x4e\x20\x96\x5b\x89\x35\xbb\x69\xb3\xb9\xa8\x55\xa8\xed\x4f\xc7\x6d\xb7\x79\x9f\x98\xa0\x95\x68\xba\xe4\xf1\xdc\xe6\xb2\xa3\x86\xfb\xee\x90\xb1\xb2\xb5\x9b\xe3\xbf\x9b\xce\xff\x44\xde\x2a\x9f\xec\xec\x60\xcf\xb3\x0e\x29\xb6\x79\x56\x46\xe7\xce\x24\xdd\x45\x3c\xfa\xa7\x78\xc2\x7b\xdb\xfb\x75\x06\x41\xc2\x24\xa2\x99\x13\x11\xd2\x4b\xf3\xb9\x2a\xbe\x36\x5e\x77\xbf\x1a\x35\x58\xf0\xda\x8c\x7a\xe5\x7a\x45\xf8\x2f\x06\x32\x72\xbb\x77\x26\xbd\x87\xbc\xa4\x3b\x9a\xde\x35\x59\x9f\x55\xa6\x97\x53\x94\x0c\x1f\xab\x1c\x5f\x94\xb4\x9d\x26\x99\x25\x97\x2f\x5d\xca\x5e\x3d\xd8\xbc\xd7\xbd\x34\x7a\x36\x7f\xbd\x99\x71\xf8\xe4\x92\xfb\x6e\xef\xb7\xc7\xbf\x34\x84\x8d\x6b\xc1\xf3\xaf\x87\x0a\x3b\x79\xcf\xec\x16\x08\x27\xa3\x87\xff\xf4\x15\x75\x69\xb5\xd6\x37\x66\xd4\xb1\x54\xdd\x54\xf4\x94\x07\xd5\x69\x3c\xad\x1d\xfb\xb9\x54\xb6\x7b\x79\x0a\xbd\x19\xfc\x1d\xfa\x5f\x06\xf2\xb9\xe1\x8d\xe6\xa1\xfe\x56\xee\xd2\xf6\xd4\xfa\xb0\x6a\x8f\x74\xdb\xa7\x86\xfe\x6a\xe1\xd2\xde\x42\xa1\x9c\xcb\xcc\xd8\x34\xf5\x14\xea\x64\xbb\x5c\xc4\xaa\xfa\xb6\x91\xc1\xef\x73\xe6\x5b\x9f\x8e\x43\xaf\x23\x1f\xfe\xd5\xa5\x75\xa7\x7a\xf6\x69\x6f\x7f\xf9\xfb\x64\xfa\xc0\x93\x8e\xe6\x46\x8a\xca\xa5\xa2\xfd\x9c\xa5\xb4\x93\xc4\xa7\x31\x2b\x11\x9c\x21\xbb\x81\x65\xfe\x92\xfe\x7e\xd1\x57\x99\xa6\xa5\x3f\x9a\x6e\xfa\xae\x67\x68\x37\x7d\x8e\x91\x6e\xf0\x1e\x9d\xff\x62\x30\x14\xe7\xd2\x3b\x9c\xf3\x66\x43\x4b\x1d\xfb\x75\x3f\xcb\x34\xf3\x88\xd2\x52\xe3\xad\x22\x41\xd0\x83\x6f\xa8\x87\xa3\xf3\x8c\x83\x82\x4d\xab\x95\xab\xf5\xb8\x37\x5b\x84\x77\xea\x70\x31\x46\x43\x54\x6f\xc6\x8c\xe4\x96\xd6\xc9\xea\x27\x98\xab\xf8\x21\xf0\xad\xd0\x1e\xfc\xec\x46\xbf\x6b\xd3\xbb\x72\xef\x5c\xd4\xe4\xd3\x68\x87\x60\x25\x1f\x66\x37\x59\x07\x1a\x4b\x46\xd3\x0e\x83\x13\x5d\x2b\x8d\x03\x35\x75\x6d\x2e\xcb\x05\xf7\x57\x61\xe6\x29\x98\x85\x0d\x0d\xcb\xfd\x81\x73\xea\xbb\x7a\x17\xe5\xdf\x98\xa0\xd0\x9b\xa6\x97\xbd\x8b\xba\xfd\xf5\x0d\x5f\x8a\x3a\xd3\x50\xa3\x2d\x03\xeb\x3d\x81\xc3\xad\xe5\xa1\xf1\x85\x7e\xa4\x06\xb7\xb2\xa4\x1c\x9e\xe4\x6f\xd1\x0b\xe1\x22\xe9\x74\x1d\x2a\x8b\x5b\xf7\xe7\xa1\x64\x69\xf6\xc5\x39\xcd\x15\xc3\x8f\x4b\x9b\x07\xba\x57\x03\x8f\x58\x6f\x84\xd6\x0f\x47\xbe\x34\x61\x16\xaa\x24\xc9\x86\xdc\x79\xbe\xb6\x9f\x31\xdb\x32\x94\xd1\x0c\x50\x5e\x90\xcd\x95\x98\x13\x7a\xcb\x1b\xc7\xb1\xc5\x62\xcd\xe8\x26\x48\xa1\x44\x6f\xe8\x6c\xa7\xe7\x93\x1e\x43\x96\xf3\xad\xfa\x7b\x37\xeb\x6c\xc4\xf6\xe7\x33\xea\xcf\x1f\x5e\x59\xcd\xd5\x76\xec\x96\xfc\x4a\x5e\x08\x2e\x70\x65\xb2\xf8\xa1\x6f\xa4\x41\xae\x38\x26\x85\x26\xf4\x82\xe7\x37\x7b\x23\xe3\x47\x6a\x62\xb2\x09\xe2\x4d\x52\x1f\x8e\x0f\x92\x6e\x7a\x21\xb6\x04\x3e\x4c\x31\x15\x39\xc1\x35\x48\xdd\xc5\x33\x99\x3b\xe6\x17\xe7\x1f\xdc\xb7\xf5\x46\xdc\xeb\xce\x32\xac\x42\xaa\x9c\x27\x9f\x68\x68\x55\x2b\x9e\x4a\xdc\x08\xfe\xe4\x1a\x64\x95\xa1\x63\x22\xf7\x25\xa2\xc6\xa1\x42\x8b\x43\xaa\x24\xc8\x65\x61\x12\xed\x56\x59\x31\x1e\x71\x7e\x1f\xcc\x94\xcc\x55\x72\xda\x42\x33\x12\xf5\x0c\xe7\xb5\xe9\x59\xfe\x52\x5d\xf7\x9f\x22\xb5\xe8\x14\x77\x81\x27\xae\x1a\x10\x99\x7b\xa1\x0a\xee\x12\x16\x64\xea\x76\xd2\x39\x3c\x25\x34\x2b\x04\x2a\x30\x0e\x08\x01\x21\xa6\x3f\xf5\x08\xcf\xa5\xf4\x85\xce\xbc\xb5\xb8\x37\x43\x0c\xc8\x09\xac\x0b\xeb\xeb\x59\x18\xdb\x3f\x3a\x54\x98\x75\x6a\x32\xc9\xc0\x0d\xe1\x75\x70\xd0\xf3\x90\x9d\x16\xa0\x65\xbd\xa0\x0d\x80\xf0\xe1\x9e\xa0\x36\x83\x06\x80\x04\x30\x01\x2f\x60\x06\x2a\x48\xab\x10\x24\xd6\x48\x91\x7b\x95\x63\x53\x3d\x57\x8c\xd0\xfb\xb4\xd2\x8a\xf6\x2e\xd5\xc9\xb6\x2d\xca\xe7\x1a\x23\xa9\x55\xe6\xa9\x2f\x02\x1b\x6d\xc3\xb4\x7a\xc4\x27\xd8\xc6\x28\x2f\x09\x5b\x31\x46\xe1\x17\x01\x1d\xc0\x05\xe8\x00\x0f\x08\x01\x6c\xc0\x08\x30\xf0\xfa\xe8\x2a\xf8\x54\xe5\xba\xf5\x1b\xed\x31\x02\x6a\x13\x2d\x8b\x4e\x5b\xa2\xc6\x70\x9e\x21\xef\xb0\xf4\x05\x57\xdd\xa7\xed\x04\xb1\xda\x7c\xd3\x54\x10\xf9\xc3\xc8\x88\xbf\x83\x6a\x06\x24\x00\x13\x50\x03\x0c\x00\x1f\x10\x01\x31\x80\x07\xb8\x80\x2d\x66\x18\x45\x3f\x87\x9c\x84\xbd\x16\xa9\xa5\xb9\x37\x79\xec\xa7\xbc\xea\xfa\xc5\x81\x9a\xa5\xea\xf5\xa5\xc1\xac\x3a\x97\xcc\xfb\xe0\x56\x3b\x53\xad\x40\xd1\x38\x86\x21\x5c\x5a\xc0\x0c\x38\x80\x14\x60\x02\x14\x80\x1c\x40\x00\x2a\xc0\x06\x04\x40\x11\xc5\x9a\x44\x9e\x99\x49\x98\x51\x65\xf0\x09\xb3\xfb\x9b\x08\x9d\x2c\xca\xda\x80\x9e\x89\x79\x8e\x4d\xb5\xb1\xe8\x66\xe4\x9c\xaf\x61\x97\x8e\xe5\xba\xf2\x12\xed\x2c\x22\x44\x73\x08\x4f\x80\x2a\x90\x82\xa1\x1e\x01\x20\x05\x64\x80\x02\x90\x02\x62\xf8\x14\xfc\x6c\x3a\x27\xbe\x52\x45\x33\x23\x64\xe7\xb0\x10\x8f\xb4\x8b\x8a\xed\x2e\xbb\x19\xee\xfd\xdc\x59\xc5\xf6\xfc\x42\xec\x68\x3b\xd7\x4b\x23\x4d\xd9\x7b\x6e\x7d\x8a\x40\x74\x0a\xc0\x07\x73\x7f\x52\x02\x32\x18\x8b\x41\x05\x54\x40\x0e\x48\x60\x1d\x53\xd1\x71\x2d\xcb\x0c\xeb\x15\xd9\x0f\x06\x16\x25\xcf\x94\xde\x75\x28\x4d\x86\x1f\x35\x2d\xb6\x77\x97\x96\xe9\x24\xa4\x79\xeb\x9b\x4b\xaa\x24\x0a\xe6\xd3\x2b\xe2\x61\x00\x02\x80\x0f\x08\x01\x01\x60\x05\xc8\x80\x14\x88\x00\x39\xc0\x0a\xb8\xd1\x21\x64\x9a\xec\x8a\x92\x15\xda\xed\x36\xdf\xfd\x13\x12\xde\x17\x5b\xb7\xee\x8d\xd5\x5c\x54\xaf\xe5\x0e\x62\x56\x87\xa6\x79\x07\x7e\xb1\xed\xd0\xe6\x93\x08\x64\xb3\x21\x75\x43\x2e\x05\xd4\x80\x14\x08\x00\x1a\xc0\x00\x7b\x17\x8c\x40\x04\x30\xa1\x9c\x92\xbe\x60\x8b\x94\x50\xd0\x6a\xb7\xd1\xf2\xbd\x48\xd0\x28\x76\x6d\xc1\x1f\xc3\xbc\xc2\xda\x99\x18\xd3\x6d\xc2\xcb\x29\x8f\x98\x73\xb9\x34\xb2\x96\xbf\xe6\xbd\xa5\xde\xc7\xb6\x04\x92\x30\x05\x87\x0a\xa6\x46\x91\x00\x7e\x20\x00\x08\x91\x6b\x48\xec\x58\xda\xc4\xd5\xb4\x2c\xac\x88\x7d\xfa\xe2\xbe\x16\x07\xb7\x7c\x19\xab\xfe\xf4\xfb\xa5\xf6\x2c\xa4\x03\xad\x38\x2d\x7e\xcb\x07\xdf\xb2\x4a\xfd\x4a\xb4\x8e\x85\x90\x38\x10\x09\x02\xc8\x00\x0a\xec\x9d\x10\x02\x0e\x20\x04\x90\x80\x02\xe2\x3c\x71\x20\xf3\x67\xb1\x30\x8d\x08\x2b\x13\x9f\xcb\x38\xb3\xc2\xd1\x16\xff\x51\xdf\xfb\xa8\xe3\xaa\xe5\xe4\xde\xfd\x6a\x8b\xb4\xdf\x21\xc4\x8e\xe7\x06\x2c\x72\x14\x3c\x44\x54\x25\x98\x9f\x00\x04\xc6\x7f\x48\x00\x39\xc0\x03\xcc\x80\x02\xe8\x20\xf4\x12\xfd\x62\xae\x12\x2d\xd2\xa4\xb1\x0c\xf2\x29\x8f\xf7\x28\x2a\x6d\x09\x19\x0b\xfe\x43\x7e\x59\xbd\xb1\x3b\x72\xdd\xf8\x23\x5f\x2f\x26\xc3\xb3\xc4\xdc\x45\x8d\x5e\xa4\x9f\x99\x8f\xa8\x1e\x21\x12\x48\x00\x5c\x40\x08\x63\xc6\x5c\x80\x15\x50\xc3\xc3\x11\x6a\x31\x17\x8a\xaa\xa9\x1f\x5a\x39\xf8\x88\xc6\x1f\x16\x09\xb6\x0a\x4c\xc0\x41\xa1\x1f\xdf\x3d\x27\x9c\x29\xe9\x52\x2a\x77\x4a\x99\x0d\xbc\xb4\x7f\xa9\xf7\x5d\x36\x9a\x87\x91\x4a\x0b\x53\x05\x40\x00\x25\x60\x02\x84\x80\x02\xc6\xa7\xc4\x81\x0b\x7e\x2e\x63\x9b\x28\x9a\xfa\x17\xf3\x33\x9f\xb9\xd8\x85\x82\xcb\x96\xd2\xb1\x0d\x28\xf4\x2b\xdd\xd1\xd0\xca\xc8\x60\x54\x83\x42\x2e\x67\xd4\x94\xc7\x84\xb9\x9a\x5a\xaa\xa8\x33\x0b\x15\x31\x26\xfc\x15\xa0\x06\x44\x40\x08\x10\x03\x71\x80\x0e\xd0\x80\x29\x5e\x29\xfd\x37\xe1\x2f\x6a\x22\x16\x27\x5e\x8d\x71\x49\x85\x6c\xad\x46\xe3\x10\x28\xf4\xa1\xfe\xad\xe3\x8e\xcd\xe4\xb3\x0e\xe6\x52\xa7\xe4\x9a\xc0\x3b\x07\x4b\xfd\x43\x79\x2c\xde\x0f\x34\xa2\x58\xf6\x00\x07\x70\x01\x5a\x60\x07\x64\x01\x1f\x60\x05\x26\x58\xa8\xd4\x82\x3c\x81\xf2\xd4\x06\xd3\xce\xe4\x41\x63\xe9\x68\x65\x17\x4f\x61\x6d\x54\xb7\xab\xaf\x70\x97\x6e\xfa\xbf\xd7\xcd\xe4\xbc\x89\x0e\xf7\x32\xb2\x14\xd6\xdc\x90\x30\x65\x0f\x20\xb5\x47\xca\x00\x0c\x80\x12\x70\xc2\xf2\x4d\x26\x70\x9f\xb0\x14\x68\x90\xf8\x16\x15\x8b\x4d\x0a\x5c\xaf\x22\x12\xb2\xa5\x6a\xbf\x0d\xa0\xc0\xd0\xaa\xee\x02\x6b\xcb\x60\x52\xa3\xa3\xbf\xac\x3c\x55\x25\x24\xc7\x05\xcf\x84\x4f\x79\x4c\x98\x9a\xe1\x94\x00\x11\xd5\x05\x03\x03\xeb\x27\x6e\x2b\x41\x38\xb1\x2d\x24\x94\x62\x90\xd5\x46\x5c\x42\xb3\xd5\x5a\xda\xf7\x6b\x42\x72\x31\x59\xeb\xc2\xf8\x5f\x6d\x16\xd7\xda\x2f\x25\x96\xc6\x07\x31\x1a\xa6\xf3\xd3\xe2\x7d\xfd\xce\xed\x5e\x1b\x38\xc9\xab\xf3\x7f\x65\xf4\xa0\xc0\xa4\x66\xa5\xfd\xce\xc8\xcd\x32\xce\x7e\xcc\xfd\x56\xa0\x58\xb4\x51\xd1\xd3\x68\xc2\x05\x21\xcc\x21\xe3\x63\x75\x56\x2f\xf9\x7c\xe5\x5f\xb7\x5e\xee\x0b\xbf\xad\xf9\x69\xc5\x2e\xeb\xaa\xb8\xcc\x9d\x28\x55\xaf\x16\xeb\x8f\x7a\xbf\x15\xfb\x45\x38\x79\xc2\xf8\x2d\x85\x4c\x45\x7d\x24\xdd\x64\x69\x15\x5b\xd4\x0e\x74\xb2\x4c\xce\x6d\x15\x7c\x2b\xe2\x8b\x0a\x57\x5b\xb8\x46\x9b\xd6\xff\xb7\x5d\xa6\xe2\x7a\xe2\xd5\xb3\xd5\xc0\x91\x8a\x56\xbf\xd2\xa1\x74\xf8\x48\x6b\xef\x6d\xfb\x54\x93\x68\xf5\x3c\x85\x65\xe5\x22\xb5\x6a\xcd\x4b\xdd\x55\x23\x8b\x27\x91\xd6\xde\x4e\x12\x5e\x49\xc1\x2a\x31\xcf\xb3\xe8\xab\xc5\x7b\xcc\xe6\xd2\xf6\xff\xd6\x0f\x7e\x28\xbd\x99\xd8\xbb\x98\x1f\x1f\x84\x6f\x01\xe5\x48\x99\x0b\x31\x6f\x03\x22\x5c\x4f\xad\x8c\x4d\x21\x66\x03\x96\xef\x6c\x15\x1c\xe1\x5c\x5b\xbd\x7a\x02\xa2\xc3\x26\xe3\x93\x33\xcb\x8b\xe1\x6a\x04\xdb\x36\xc6\xfc\xd7\x9e\x9f\xe0\xff\x0b\x7d\xed\x4e\xcf\x76\x5e\xcc\x3f\x0c\x1d\xb4\x3d\xad\xe2\xcf\x13\x4c\xd6\x8d\x58\xf1\xed\xf6\xc8\xf4\xfa\xe9\x27\x14\x98\x10\x1a\x1f\x79\x1e\xdf\x97\x9a\x93\x13\x50\xb2\x52\x97\xd6\x7e\x37\x30\x30\xa5\xb9\x5a\xf8\xe2\xf6\xfd\xd7\x7f\x4e\xf8\x63\xf3\xc9\xfd\x2c\x65\xef\x60\x99\x70\x4c\xf8\xa9\x76\xfd\x65\x69\x5e\xf6\xfb\x24\x48\x2c\x72\xbc\x78\x52\x58\xea\xc7\xcc\xdb\xbc\xd0\xe2\xf7\x95\x1f\x1b\xde\x75\xaa\x0f\x11\xcd\x10\x3e\xa3\xdd\x8b\x3a\xa9\xf8\xb0\x77\x9f\xf9\x2f\x06\x62\xf7\x71\xee\x3c\xea\x10\x71\x87\x7a\xf5\xd3\x3c\xcb\x44\xc7\xb0\x4d\x9f\x70\xe7\x66\xab\x69\xa3\x72\x1d\x5f\x35\xa4\xe2\x63\x79\x6d\x83\x6e\x77\xd1\x44\xda\x4a\xfe\x3e\xff\x59\xf8\x2d\xfe\xef\xac\xff\x10\x90\x8e\xcf\xf8\x97\x7b\x2f\xf7\xb6\x08\x96\xe4\xa7\x04\x86\x6a\xba\x67\x5a\x2f\x1b\xe4\xaa\x9e\x95\xc6\x16\x1c\xe7\x6c\x67\x46\xa7\xf9\xa4\x48\x25\x73\xe6\x31\x55\xcf\x77\x88\x0c\x4b\xce\x93\x6c\x3d\x3f\xb6\xbc\xe6\x7f\xf8\x57\xc3\xd9\xa7\xaa\xb3\xc0\x3d\x83\x65\xcf\x89\xc7\xfe\xa5\x0e\xb6\x06\xc5\x8a\xef\x45\x9a\x39\x8a\x69\x0e\x89\x92\x31\x76\x11\xd4\x21\xcf\x02\xf5\xfd\x1e\xfc\x05\x62\xec\xb2\xcc\xcb\x53\x5b\xf0\xfb\xd1\x66\x1c\x36\xe5\x8e\xa2\xaf\x2d\x7f\xb7\xfc\x8f\x01\x9d\x4e\x6c\x37\xce\x6d\x0c\x71\x75\x08\xd5\x19\x95\xc6\xe6\x7a\xa4\x5e\xc4\xe5\x47\x28\x04\x95\xf9\x14\xbb\x5f\x39\x5b\x3a\x50\xd9\xd4\x5b\x41\x6c\x74\xbc\xe5\x22\xde\xa7\x0d\x16\x5f\x37\x94\xf4\x3a\x4d\xb7\x6d\xa6\x1d\x1f\xde\xa6\x41\xcb\xa1\xd0\x1f\xb8\x97\x36\xdb\x3b\x33\x06\xbd\x57\x4d\x26\x65\xa3\x39\x6a\xc9\x94\x51\x69\x41\x71\xde\x52\x2e\x55\x76\x32\x16\x89\x26\x3e\xfa\x15\x3a\xbc\x1a\x8b\x6a\xb2\x3a\x5f\xac\x69\x3d\x09\xc3\xca\x92\x1f\x0a\x03\xea\x37\x7b\xc7\x67\x79\x77\xd0\xce\x85\xbe\xc8\x41\xa1\x37\x7c\x2f\xd0\xe6\x83\xfb\x16\xeb\xed\x0b\xdf\xa7\xf2\x45\x45\x07\x2c\xbb\xbf\xb3\x97\x37\x3f\x36\x5c\xd7\x0e\x53\x65\x92\xff\x29\xf5\x5e\x9c\x41\x38\x55\x10\x48\x57\x6b\x57\x5b\x4a\xb8\x75\x84\x74\x25\xe3\x14\x11\x36\xd6\x0c\xd4\x2c\xfc\x7c\xce\xfa\xb6\xf3\xc7\xf6\x69\xff\xb3\xde\xc1\x84\x86\x87\x02\xd1\x44\xce\x10\x0c\x8f\x2d\xbb\xce\x27\x0e\xba\x3b\xaa\x85\xb2\xb7\xe2\x15\x02\x1f\xb8\x63\xd9\x04\x99\xe8\xe8\x34\xa9\xe7\xb8\xb7\xa4\x25\xb5\x12\x2d\xb0\xdc\x06\x42\xc7\x52\x65\x4a\x13\xdb\xe0\x47\xf5\x9e\x61\xbf\x56\xb8\x7d\xfb\xbc\x62\x72\xb9\x8d\xa7\x84\x3b\x41\x2f\xa0\xc2\x79\xc8\x5c\x47\xf7\x46\x45\x56\x1a\x57\x68\x8a\xab\x86\x79\x8f\x66\x84\x9c\x8a\x28\x1f\x8f\x01\x0b\x17\x3b\x91\x96\x99\x6f\x43\xee\x8d\x9e\xa8\x4d\x88\xcf\x64\xf4\x50\xf6\x65\x2d\x71\xf7\xde\xdc\xf6\xae\xe3\x65\xe7\x9a\xfd\x40\x70\x95\x68\x6a\x72\xd0\x8d\x13\x30\x39\x52\x9f\x92\xf1\x17\x32\xe0\xf8\xc1\x70\x4b\xb9\x48\xec\x89\x33\x8b\x46\x01\xdf\x0c\x04\x80\x2f\xd2\x1e\x99\x31\x7b\xac\xc4\x07\x3d\x4d\xdb\xa7\xbe\x8a\xe1\xc6\x79\x9e\xf5\x76\xed\xaf\x27\x92\x37\x4e\x4e\xcb\xe6\xcd\xda\x7b\x73\x0f\x22\x46\x5d\xef\x4c\xde\xa8\x70\x88\x13\x70\x0f\x30\x15\x52\x71\x12\xc7\x62\x07\xa2\x40\x40\x14\x60\x02\xf2\x80\x0e\x70\xc0\x1b\x93\xe8\xb2\xc4\x8a\x28\xaa\x8a\x99\xc4\x3b\x4f\x86\xa0\xa4\x69\x97\xbe\x6e\x6f\x9d\xb8\xdd\xe8\x7e\xce\x34\xde\x5e\xfb\x39\x1d\x12\x8c\x67\x8f\xa5\x93\x26\x79\xc3\x31\x4a\x97\x09\x61\xc4\xfd\x84\x7a\x05\x74\x01\x3b\x4c\xb3\x96\x06\xec\x80\x0a\x68\xe2\x04\xd2\x94\xf0\xec\xc8\x8c\xe8\x06\xd9\x0e\xfa\x96\xc4\xe9\x16\x28\x36\x5a\x0c\xb3\xaf\xa8\x6f\xa9\xf7\x5f\x54\xc6\xa4\x1c\x05\x44\xdb\x70\x6b\x3c\x88\x5a\x33\x85\x13\x7d\xc0\x1c\x40\x98\x07\xbc\x00\x15\xa0\x03\x0c\x60\x04\xf3\x52\xa2\x01\x6e\xb4\x31\x32\x23\x36\x55\x31\x6b\xb5\x6f\xe6\xf4\x1e\xbb\x51\xc4\xd9\xfc\x35\x14\xbd\x97\xf3\x61\x2b\x65\xbd\x83\x55\x34\xa9\x87\x81\x21\x36\xc6\x1a\xc3\x22\x24\xf4\x9d\x38\x41\xc0\x1c\x88\x01\x79\x40\x0b\xa8\x00\x19\xcc\x37\x88\x0b\x64\x00\x27\x62\x17\x61\x27\x23\x8b\xc0\x81\xe2\x92\x31\xa6\x33\x67\x08\x75\x1a\x4e\xf9\xeb\xce\x99\xa9\xdb\x95\xc3\x81\xf8\xda\x82\x4c\xe7\xe0\x17\x76\x9d\x5a\xa7\x62\x16\x8c\x3f\xf0\x37\x40\x0b\x48\x03\x0e\x30\xbc\x45\x07\xfc\xb0\x13\x68\x80\x3c\xe0\xc5\x49\xa3\xb6\xe1\xb1\x97\x89\xd5\xa3\xb7\xfb\x14\x48\x9c\x8c\x59\x22\xd2\x96\x34\x1e\xb6\x51\x37\xba\xd4\xf4\x3d\x37\x27\x7c\xd8\xa9\x51\xef\xa3\x94\x07\x7b\x27\x44\x07\xc5\x11\xe0\x00\x12\xc0\x07\xd0\x01\x19\x80\x00\x14\x98\x93\x92\x1b\x10\x62\xe0\x92\x23\xb1\x2b\x48\x38\x6b\x3e\xb1\xa6\xf0\x31\x8c\x87\x14\xf2\x35\x75\x0e\x3f\xee\x7d\x9a\x39\x6b\x27\x2e\x12\x89\x25\xf2\x60\x30\x11\x56\x74\xe7\x4b\xa2\xd1\xc7\xb6\x87\xbd\x7f\x71\x18\x87\x62\x83\xf1\x08\x66\x40\x0d\x34\x90\x4f\x88\x27\x99\x59\x44\x8a\xd4\xda\xcc\x99\xbc\x7c\xa3\xa3\x73\x57\x1b\x3a\x07\xb3\x8f\xb0\x97\xa2\x7a\x0a\xca\x73\x12\xb7\x7c\x3d\xac\x82\x34\x54\x44\xbb\x99\x25\x89\x22\x11\x51\x00\x3f\xa0\x03\x04\x80\x12\xf0\x03\x1c\x80\x02\x94\x01\x15\xa0\x83\x3f\x21\xd0\x67\x60\x11\xf4\x54\xbe\x33\xfd\xea\x96\x1d\xf1\x21\x3b\xa3\x56\xaa\x7f\xf8\x82\x6f\xdd\x76\xb0\xa1\xe6\x32\xe3\x32\x24\xdd\x61\x57\xef\x46\xe6\x9a\xcb\x84\x62\x17\xc3\xf6\xff\xb1\x50\x80\x0a\x4b\xb3\x10\x00\x22\x40\x0d\xd4\x00\x15\xc8\xc2\xe3\xa3\xab\x14\x60\x53\x2a\x32\x69\x73\xed\x0b\xef\xcb\x62\xaf\xb5\xee\x97\xb8\xea\xd9\x99\x9a\xc0\x6b\x4e\xcf\x8f\x88\x21\xf0\xe0\x7e\x92\xaf\xc2\x2f\x24\xc1\x30\x41\xc0\x0b\x8f\x05\xa4\x00\x21\x60\x04\x64\x30\x2f\x08\x16\xcc\x99\x8a\x8b\x73\x47\x6b\xc8\x57\xac\xc4\x6f\xdc\xeb\xba\x1a\xa1\x94\x95\x59\x93\xdd\x17\xf8\xe9\xee\x25\xcb\xdc\x9b\xae\xc5\x32\xa7\xa4\x0d\xff\x68\xdb\x71\xed\x66\xc9\x0b\x8e\x3f\xe4\x3a\x68\x13\x40\x1d\x30\x00\x01\x80\x0d\x48\x00\x09\xa0\x03\xc4\x00\x0d\x70\x60\x33\x51\x0f\xf3\x49\x2a\x54\x19\x5d\xb8\x3a\x86\x23\x66\x71\xd7\x3c\xf6\x8d\xdc\xdf\x9f\x72\xad\x22\x0e\x84\xd4\x86\x65\x19\x85\xaf\xb9\x2a\x98\x70\x28\xc5\x09\x4c\xd3\xe7\xe0\x53\x03\x31\x98\x8e\xc4\x03\xb8\x01\x05\x6c\xa2\xc4\x09\x44\xb0\xe4\xa9\x6e\x78\x73\x14\xd8\x8d\x57\x5c\xdf\x86\xbd\xcf\xb2\xad\x09\xee\xf3\xff\x13\xf7\x56\x71\x5b\x73\xfc\x77\x2b\x55\x51\x6f\x82\xb8\x9f\x8c\x35\x9f\xd6\x3b\xc9\x46\x0e\x4b\xb2\x68\xd4\x7d\x40\x09\xc8\x81\x00\xac\xd7\x84\x14\xd0\x01\x36\xc0\x80\xa1\x45\xb5\xcd\x73\x2b\x57\x6f\xc4\xe1\xda\x1f\x4e\x9e\x65\x52\x63\xd7\x1f\x00\x85\x5e\xef\x1d\x38\x2e\xe0\xf4\x3a\x55\xab\x67\xa2\x84\xa9\xb8\x14\x1a\xe7\x2b\xa9\x09\x62\xd2\xcf\xe2\x93\x01\x42\x80\x09\x98\x00\x2a\x60\x02\x24\x80\x08\x48\x01\x12\x74\x23\x4a\x35\x9e\x1f\x72\xaf\x0d\x9f\xbb\xc4\x87\x66\x64\x7c\xa8\xa1\xe8\x63\x87\x42\xbf\x85\x9c\x6e\xad\x8f\x8e\x8a\x36\xcb\x15\xc6\xc5\x1b\xf9\x46\xd8\x70\x68\x7f\x95\x8a\xe4\x14\x25\x67\x40\x55\x00\xfc\x80\x16\xd0\x03\x1e\x20\x0e\x58\x00\x06\x60\x43\x49\x27\x85\xb2\xfe\x96\x08\xd5\x52\xb4\xca\xf6\x1d\x8f\x6b\x2f\x64\x6f\xd6\x86\x42\x1f\x1b\xde\xf7\xef\x67\xce\xb1\x76\x23\x57\xf1\x64\x50\x85\x79\xbb\x7a\x99\x86\xaa\xe8\x0b\xeb\x33\x9e\xe0\xaf\x03\x2c\x80\x0e\xdc\x00\x2a\xec\x6f\xa1\x0c\x04\x11\x93\x48\xdc\x59\x2b\x24\x58\xb4\x2e\x6c\x22\xfd\x69\x93\xa4\x4b\xb2\xdb\x61\x29\xcc\xcf\x4f\x8f\xcb\x9f\x65\x0c\x1f\x37\xb3\x17\xce\x24\xb4\xfb\x0b\xd8\x99\xe8\xbd\x96\xfd\xc9\x63\x4a\x25\x8f\xfe\x0a\xb0\xc2\x9d\x23\x8c\x23\xfd\x41\xf9\x86\x76\x80\x91\x8a\x13\x42\x63\xcf\x17\xa4\x50\x65\x74\xef\x62\x15\xf6\x31\x33\xa7\x46\xbc\x17\xd6\x5d\xf0\x50\xf6\x6e\x6d\xaf\x7a\xd6\xb9\xdb\xb5\xea\x59\x16\x6f\xe4\xa2\x27\x8b\x25\x8a\xc6\x8e\x84\x3b\x5b\x19\xa9\x26\x26\x1c\x76\x26\x6e\x0b\x3e\x94\xa8\x86\xe4\x15\xa4\x99\xa2\x83\x5d\x5c\x22\x54\x8b\xc9\x9a\xc1\xd7\x20\xbe\xac\x08\xbe\x25\x71\x8c\xe8\x2f\xc4\xd9\x3e\x7a\xbb\xc6\x3d\x86\xda\x0a\x29\x79\x9b\x02\x1f\xf2\xc2\x85\xda\x14\x4e\x85\x4f\x84\x87\x49\x98\x22\x93\x7a\x8c\x2e\x82\x31\x82\xe5\x1b\xfb\x3d\x37\x05\xdf\x94\x70\x81\xb2\x85\x09\xb9\x4b\x6f\xd8\x64\xc6\x65\x35\x51\x8f\xc1\x5c\xef\xff\x9d\xf0\xb3\xfb\x1d\xc3\x7e\xfe\xfc\x45\x5f\x5c\xbd\x6f\x7e\x71\xbc\x90\x7f\x97\xc3\xb5\xa1\x82\x92\x8e\x08\x16\xcf\x22\xff\x80\x50\xae\xe8\xa2\xa4\x83\xcc\xbd\xc2\x86\x2a\xa3\x16\xbf\x81\x82\xed\x73\xbf\x57\x09\x1e\x45\xda\x2d\xbe\xa3\xad\x6b\x7f\x6f\x88\xfd\x6c\x76\xea\xb2\xe9\x34\x99\xde\x55\x55\x75\x97\xa3\x16\x2b\xe1\x1b\x68\xbf\x6d\xc2\xa1\x6e\xaa\xf0\x47\x79\x4f\xed\x48\x8b\x42\x77\xd7\xf0\xde\xf4\xde\xf2\xc2\x3e\xd0\x4d\xc9\xaf\x38\xca\x3b\x6b\xb6\x46\xaa\xe7\xe7\xdc\xcf\xe7\x7f\xef\xe8\xff\xad\xf8\xc1\xf9\x90\x71\x65\x72\xe4\xbe\xed\xb6\x42\x34\x9b\x30\x36\x32\xa0\xd6\xf5\xde\x92\xd7\xd4\xc9\x1c\xc9\x0a\x62\x6b\xe0\xc8\xe7\x9a\xed\x45\xe9\xaf\x17\x2a\x18\x63\x9b\x0a\xf2\x88\xca\xb5\xdb\x11\xc7\x09\xd6\x97\x4e\x8a\xfe\x41\xdf\x6f\xdf\xde\xe8\xec\x57\x2e\xda\x0d\x77\xb6\xc7\x57\x6b\xe4\xe5\x24\x97\x44\xd4\xf8\x1a\x7a\x74\x79\x8b\xfa\x59\x05\xc6\x87\xea\x45\xfe\x8a\x6b\x4d\x51\xcb\x4a\x2d\xdc\xab\x72\x6e\x81\x74\x9b\x8f\x1e\x2f\x4d\x1c\x40\xae\xfe\x33\x07\xb9\x3b\x3c\x6f\xdb\xff\xb1\x9c\x32\x2e\xfc\xf4\x77\xc3\x52\x19\x5b\xf6\xe7\x44\x89\x58\xba\x78\xb3\xa4\xaa\xd4\xb3\xcc\xb1\x3c\xce\x62\xb7\x8a\x86\x7a\xf5\xb6\x2f\x7d\x33\x13\x2a\x8b\xf0\x9b\xc6\x87\xfd\x6f\xd0\xbf\x75\xfc\x8b\x81\x88\x7c\x2c\x3e\xd7\x7b\x99\xb4\xfd\x75\x75\x7d\x1e\x75\xc2\x76\x98\xb9\x77\xaa\x0b\xa9\xf5\x69\x63\x4f\x5d\x55\x75\x7b\x65\x50\x85\x7c\xa3\x74\xef\xd5\x64\xc7\xea\xdc\xf3\xae\x73\x70\x7b\xf0\xbb\xf3\x3f\x0c\x84\xf7\xee\xfc\xb2\xfe\x65\xd3\xe6\xe9\xe2\xcf\xc9\xca\x21\xc2\xee\xea\xd6\x67\x0d\x7c\x55\x0b\xa5\x09\x85\x22\x39\x5f\x32\xbf\xa5\xfd\x4c\x29\x4b\xf6\xca\x3b\xad\x95\xef\x5c\x1b\x29\x5f\xe0\xdb\x9e\x3f\x8e\xbc\x96\x79\x48\xfa\xfb\xf9\xa0\x4f\xde\xa7\xef\x77\x4f\x96\x85\x26\x66\xfa\xb3\xda\xd7\x1b\x48\x2a\x36\x8b\x78\x72\xf8\xd2\x2c\x13\x09\x62\x66\x22\x34\x42\x51\x03\x7f\xfa\x3f\x04\xe0\xc4\xf5\x64\xf7\x54\x24\xb4\xa2\x0d\x20\xcc\xbc\xda\xe4\x3d\x7a\x72\x8d\xf2\xfb\xaf\xcd\x2a\x9f\x83\x4e\xb5\xb6\x54\x67\x87\x06\xaf\xdb\xbf\xd5\x91\x94\x2a\xe6\x3c\xa4\x16\xc7\x95\x47\x70\x06\x39\xfa\x54\x7b\x68\xba\x10\x39\x58\xda\xc2\x59\xed\xd9\x69\xfb\x22\x46\x11\xa6\x1f\x94\x68\x35\xaa\xf5\x2a\x4d\x7b\x6e\xa2\x1d\x0b\xde\xf4\xfe\x31\x82\x42\xbf\x9f\x9d\xe7\x6f\xc5\xcc\xe0\xf4\xd6\x34\x06\x97\x99\x67\xff\x4e\xda\x8a\x52\x0a\xb2\xf1\x3a\x71\x21\xb0\x13\xb0\xc8\x34\x79\x69\x40\xa7\x8b\xaa\xc9\xa9\xd6\xab\x97\x6b\xfd\xe8\x39\x12\x4e\x9e\x62\x56\x98\x54\x5f\xda\xcb\x35\xe3\xbc\x0d\x4e\x67\xee\xca\xa0\xd0\x0f\x7f\xf6\xed\xe6\x3e\xf7\x08\xd7\xc9\x17\xa8\xa4\xec\x44\xd1\x07\xb8\xb9\xc7\xd8\xcb\x98\xd7\x1b\xda\x6b\x4b\xa8\xd2\x28\x48\x48\xfb\x4b\xd0\x88\xfe\x11\xec\x94\x4d\xd5\xb1\xb0\x2c\x75\xa7\x0f\x59\x4e\xda\x29\xb4\x6c\x68\xed\xb7\x9d\x57\xdf\x33\xba\x7c\xbc\x57\x3c\xfa\xba\x34\x39\xb0\x5d\xf7\x35\xef\x5d\x02\x61\xb0\xb9\x87\x89\x9d\xb8\xe9\xbd\xae\x98\xaa\xa2\xec\xa0\xb8\x9b\xc0\x0d\x0f\x1e\xc7\x18\x6b\x14\x4b\x21\x13\x07\xaf\x8a\x0c\x9c\x56\xba\xf9\xa6\xeb\x7d\xc8\x7c\x0a\x7c\xf1\x45\x33\x74\x58\x7a\x85\xf1\xe5\xee\xd5\xc6\x0e\xd2\xb8\x7d\xeb\xcb\x82\xd9\xf8\xfd\x00\x6c\x67\x26\xb3\x1e\x5d\x41\xe5\x26\xa9\x04\x21\x05\x2e\x15\xe6\x68\x5a\x65\x2a\x34\x0a\x6c\x32\x4c\x08\x0a\xf1\x0a\xad\x01\xcf\xbd\x74\xbb\x16\xb5\x05\xb7\x7b\x5e\xf8\x5c\x7a\x57\x05\x5d\x47\xca\xa4\xe8\x26\xfc\x25\xd2\xf2\x50\x0f\x5c\x79\x5f\x72\x55\x40\xb2\xfd\x1b\xa3\x5d\x35\x5e\x69\x5b\xc1\x00\x0e\x2c\x7a\x39\x72\x72\x42\x37\x9c\xef\xd8\xf8\x18\xe3\x68\x3f\x50\xbd\x50\x32\xf1\xee\x68\xb7\xf9\x98\x65\xa7\xf5\xa9\x6d\x42\x7d\x3d\xe3\x40\xae\x6a\x3d\x6f\xff\xe2\x42\xce\x81\xc4\x94\x49\xf3\x51\x76\x78\x04\xab\xab\xa2\x09\x89\x32\x87\x68\x05\xe7\x39\x7d\x12\x64\x1a\x37\x1b\x35\x11\x91\x1e\x74\x01\x55\xc0\x01\x20\xc0\x18\x90\xa1\x2f\x52\x70\x71\x8a\x48\x5c\x6a\x24\x99\x95\x79\xc0\x45\x78\x66\x2e\x55\xfa\x3e\xcd\x9b\xb6\xdf\x1a\x1d\x72\xac\x5a\x4d\x2b\x0c\x0a\xb6\xd3\xd0\x6e\x92\x88\x66\xab\xa3\xe8\xc6\x7b\x89\xaa\x05\x20\x40\x04\xe0\x03\x7a\x40\x0a\x53\x8c\x55\x01\x05\x8a\x19\x84\x90\x15\x4e\x14\x45\x45\xd3\x64\xcf\xd5\x2e\x9c\x34\x23\xa2\x6a\xfd\xe9\x8f\xd9\xe1\x67\x3b\x3d\x09\x95\x58\x29\x26\xfe\xe7\xd6\x7e\x1a\x48\xc2\x63\xf4\x75\xb8\x46\x88\xee\x80\x06\x68\x03\x0b\x40\x0c\x18\x00\x15\xa0\x02\x6c\x00\x02\xc4\xe0\xea\xf1\xcb\xe9\x36\xf8\x1c\xe5\xba\xf5\xfb\xec\x87\x03\xaf\x93\x1c\x4b\x58\xda\xac\xc7\x94\x16\xfb\x7a\x75\x2b\xbb\x53\xcd\x03\x09\x6d\x6a\x34\x56\x45\x8c\xe8\x57\x71\x76\x01\x21\x10\x02\x9a\x30\xcf\x1f\x3e\xc0\x02\xb8\x00\x17\xf0\x02\x29\xc0\x80\xd5\x43\xf1\x91\xe3\x4c\x52\x4f\x4b\xd4\xaa\xca\x27\x2d\xee\x7b\x7e\x5c\x93\xf4\x90\xe7\x4a\xf4\x00\x73\x2d\x67\xa6\x49\x48\x8c\xbd\xaa\x0e\x9d\x04\x1c\xcb\x1b\xe2\x5e\xc4\x0b\x40\x04\xf0\x81\x18\x60\x01\x74\x80\x08\x50\xc0\x6e\xae\xac\x80\x0b\xd5\x96\x14\x9f\xf9\xa3\x28\x9c\xea\xbe\xd9\x95\x27\x7e\x94\x4a\xb6\x75\x5d\x78\x3f\xee\x06\xc2\xa8\x5f\xd3\xd7\xdc\xb3\x48\x0a\x97\x1c\x43\x46\xb9\x00\xee\x20\x4a\x7b\x8c\x3e\x18\xee\xd3\x00\x3e\x40\x06\x68\x01\x26\x60\x84\xa9\x20\xf8\x08\x1b\x04\x22\xf4\x09\x02\x72\x8a\xd9\xc6\x5f\x5c\x89\x43\x3f\x64\xbc\xa9\x86\xef\xc1\xdb\x6b\x9e\x29\xec\x10\x28\x0e\x88\x5b\xf6\x02\x66\xfe\x2a\x75\x42\xa5\x0c\x61\xf8\xcf\xe1\xb2\x81\x25\x20\x02\x82\x80\x00\x50\xc0\x7e\x52\x02\x6a\x80\x02\x88\x70\xf0\xa9\xc5\x79\xf8\x65\xcd\x0d\x72\x1d\x95\x83\x8f\xd2\xe8\x2b\x29\xbb\xe0\x8f\xc0\x52\x5a\xef\x5c\xa5\x7e\x0a\x72\x40\xaa\x6d\xba\xf6\xb6\xe4\x08\xfb\x14\x19\x26\xea\x19\xc0\x01\x64\xb0\xe7\xf0\x01\x2a\x20\x07\x2c\x30\x17\x02\x1d\x46\x19\x05\x33\xe7\x82\x94\xa5\xce\x90\x9d\x55\x40\x49\x92\x72\xe9\xfb\x0e\xce\x8b\x83\xf5\xea\xe1\x8d\xba\xb6\x6c\x83\xf0\x19\x97\x2c\x63\x7e\x45\x3e\x7e\x16\x5a\x19\x5c\x1c\x20\x06\x70\x01\x23\xa0\x03\xd4\x80\x12\xf6\x89\x04\x01\x03\xc0\x45\xbb\x24\xcb\x61\x3f\x95\xe2\xd3\x99\xb0\x29\x0e\x60\x4f\xbc\x2f\x53\xee\xb0\xfa\xb0\xb7\x7b\x32\x71\xd9\x66\x52\xa4\x1f\x37\xee\x1d\x62\xa9\xa7\x51\x20\x16\xc8\xca\x43\x4a\x8c\xfc\x03\x30\x02\x5c\x80\x00\x08\x01\x29\x0c\xbd\xf9\x01\x1b\x60\x43\x59\x83\x98\xb0\xd3\x4a\xb8\x68\xbf\xb5\xb9\xf1\x7f\x97\x44\x5b\xb2\xd5\xb6\x74\xc7\xf7\xf2\xfd\xc2\xab\x9e\xca\xca\xbc\x34\x93\x60\x67\x47\x4b\x83\x38\x39\x57\x5e\x3d\xea\xdf\xd8\x75\x80\x18\xa6\x80\xa0\x03\x56\x18\xf6\x92\x03\x42\x80\x83\x9c\x4e\x5a\xcd\x46\x26\x81\xaa\x65\x6e\x0b\xef\x9f\x9c\xa8\x5b\xfc\xd0\xde\xfc\xdd\xea\xac\x78\x1d\x61\x98\xb6\x31\x22\x4f\x22\xfa\xab\x27\x93\x79\xb0\x7a\xa8\x68\x04\x4b\x04\x89\x26\x52\x20\xc0\x82\xf9\x58\x59\x00\x2d\x8c\x89\x30\x01\x26\x24\x21\xe2\x16\x56\x13\x09\x0d\x6d\x2c\xab\x5b\xbf\xbc\x84\xea\xe2\xc2\xb6\x8a\x3f\xbf\xdf\x5b\xed\x7e\x9b\xd6\xe8\x84\x94\xfe\x4c\x91\x08\x4c\x70\xc0\x35\xc0\x96\xe3\xe6\xb5\xa3\x3e\xc7\x86\x07\x10\xe0\x08\x44\x01\x0b\xac\xdb\x8c\x0c\x48\x01\x46\x84\x7a\xa2\x2e\x16\x4e\xb1\x0b\xcd\x08\x1b\x64\x3f\xe7\x84\xdb\x52\xf8\xb6\x41\x28\xf4\x53\xc0\x2b\xc9\x65\x95\x81\x27\x75\x33\xd9\x77\x51\x8a\x1e\x1d\xe6\x4e\xea\x2e\xa2\xef\x59\x89\x49\xb4\x11\x9b\x00\x12\x80\x00\x09\x80\x0a\x9b\x69\x61\x00\x31\xb8\x6b\x7c\x03\x3a\x1c\x89\x0b\xa5\xf7\x26\xc2\x81\x36\x91\x28\xd9\x2f\x6b\x44\xa0\xd0\x1f\xa8\x17\xfb\xdb\xbc\x13\x07\xed\x0c\xa5\x81\xc9\xaf\x82\x24\x1d\x32\x0c\x5c\xe4\xbb\xf8\xc6\x68\x3d\xb1\x7d\x00\x29\x60\x07\x84\x80\x0e\x48\x02\x12\x20\x0c\xa8\x80\x0e\x0e\x31\xcd\x3d\x5f\x95\x62\xba\x89\x98\x1b\x42\xc4\xd3\xec\xa6\xba\x20\x98\x76\x80\x77\xb0\xbb\x38\xdb\xef\x5f\x7b\x95\x53\x14\xfd\xc2\x1b\x58\xae\x6b\x66\x48\x54\xb0\xf3\x90\x7e\x40\x2a\x00\x94\x80\x16\xbc\x47\x20\x43\xcc\x44\x6e\x41\x65\x44\x2f\x22\x41\x62\xe9\x13\x3b\xd4\x14\xb5\x9a\xf3\xf5\x48\xc0\x2c\xda\x6d\x7d\x0a\xc3\xbb\x77\x67\xe7\x9b\x9f\x26\x4c\xdb\x23\xca\xea\x53\x95\x43\x84\x9d\x67\x4d\xe8\x95\x67\x05\x77\x18\xfa\xf1\x78\x51\x63\x31\x12\xb1\x44\x70\x1a\xf0\xde\x13\xda\x10\x7d\x25\xd5\xa7\x6b\xe0\x97\x50\x48\x37\xb2\x73\x4e\x0d\x3d\xcf\x30\xac\x7a\xdf\x03\xf3\x4f\xfe\xe9\xf9\xf0\x78\x90\xbd\x78\x30\x30\xd5\xc0\x91\x5f\x1e\xd7\xeb\x2b\x61\x0b\xd5\xe3\x97\xa5\xe5\x51\xa1\x3c\x25\x6a\x27\xad\x20\xd3\xa1\x98\xa6\xc6\xa4\xed\x62\x20\x62\xca\xe3\xb2\x97\xca\xd5\x76\xb0\x4e\xf2\xe5\x8c\x67\x2a\x34\x6a\x6e\x1d\xfd\x6b\x33\xdb\xd7\x84\xf3\xf1\xad\x87\x29\xca\x2e\xcf\xca\xe2\x4c\xbc\x88\x37\x1e\x55\x16\x27\x5a\x38\x92\xb4\xec\x03\x74\xb5\x8c\xdc\x4c\xcf\x59\xdd\x39\xd2\xb9\x7e\xf1\x2e\x0b\xd4\x8a\xdd\xab\x41\x9e\x70\xba\xa1\x87\x47\x65\x12\x57\xbd\xe9\xbe\x9b\xa3\xfe\x0b\xb5\x0c\x3f\x2a\x1c\xea\xae\xd4\x0c\xd7\xb6\x38\x94\x3c\x4f\x25\x0c\x19\x70\xf5\x7d\xe2\xaf\x1e\x26\x86\xc4\x67\x2e\xa8\x20\x82\x29\x4e\x2d\x95\x25\x3b\xa1\x28\xa9\xd2\xaf\x51\x66\x44\xec\x50\x11\xb0\x92\x78\x50\xac\xdd\x8a\x39\x3a\xb3\xf6\xf7\xdd\xfb\xfe\xf2\xd2\x73\x77\x61\xae\xa6\x2f\xb1\xfe\x57\x41\x4c\xe2\x42\x10\x9e\xb3\xa6\xc9\xa3\xba\x92\x12\x95\xca\x77\xf5\x63\x6d\x04\xbd\x26\xa3\x90\x27\x10\x8b\x13\xdb\xdf\xce\x3e\x3e\xcf\x63\x24\x72\x0a\x6b\x6b\xfa\x08\xe6\x17\x9f\xff\x6b\x47\xff\xed\xbb\x13\x8a\x4d\xcc\xa9\xe5\xa7\xdb\xb5\x54\x79\x18\xf1\x8d\x41\x8c\xae\xef\x2c\x9d\x9e\x28\x99\xbf\xb5\xba\xb7\xa3\x76\x7c\xea\xfa\xd1\x73\xc2\xcf\x26\x78\x39\xb2\x21\xe1\x36\x33\xa1\xfc\xae\xa3\x6c\x22\x79\x63\xe3\x34\xe2\x9f\x13\x7e\xf5\x7d\x60\x3e\x2c\x7f\x16\x3c\xce\xd8\xf9\xa9\x26\x3c\xbf\x28\xc5\x3f\xe2\xc6\x47\xcf\xd3\xc1\xfb\xce\x9f\x28\x48\x20\xf4\x5b\x14\x77\xdc\x50\xb2\x76\xc6\xc7\xbc\x37\xe5\x62\xf5\x3f\x3a\x91\x86\xc7\x97\xa3\x5e\x3a\x7c\x18\xfd\x37\x05\xf8\x4e\xf6\x36\xfb\x45\xe5\xca\xdb\x89\xe4\xee\x8f\x0d\x5f\xcb\x82\xb3\x95\x12\x66\x62\x47\x13\x08\x93\x05\xd2\x0c\xb2\x20\x79\x1a\xc5\x7a\x15\xce\xb5\x17\x2d\xfb\xdd\xb9\xc3\x7f\x66\xef\xd7\x50\xf7\xeb\x2f\xbf\xdd\x4b\xfc\xf3\xfc\xfd\xde\xc7\x9e\x73\xf7\x97\xad\xdb\x8b\xab\xcb\x73\xdf\x27\x5e\x0e\x6b\xf6\x91\x74\x59\xb5\xd1\x36\xa5\xd7\xff\xa8\xc9\xae\xe6\xae\x78\xd7\x8c\xdc\xaf\x37\xbd\xbf\x06\xff\xe2\xe9\x85\xc5\x27\x9b\xc7\xff\x36\x9b\x2a\xde\xfd\xb8\x1c\x79\x39\xb4\xf9\x67\x89\x7c\x72\x65\x48\xb9\x7b\xac\x8d\xa8\xc1\xa4\xea\x77\xe9\x7d\x11\x5b\xee\x71\xd6\xf3\x4c\xe1\x34\x9e\x14\xcb\xc2\xd5\xba\xf3\xa7\x74\x63\x90\xc5\xfd\x9d\xe6\x13\x99\xeb\xd3\x87\x7f\x9a\xdd\xd2\x6e\x03\x4f\xe3\x77\x6b\x97\xb5\x27\x5e\xf7\x3f\x6d\xff\xd5\xa0\x51\xf1\xbd\x28\x3a\x27\x35\x6d\x2d\x31\x3f\x76\x21\x52\x3f\xec\x55\xa8\x45\x50\x6b\x50\x49\x82\x67\xae\x49\x95\x42\xeb\xdb\x41\xba\x39\xac\xcd\xbc\x23\xbb\x6b\xac\x87\xbf\x76\xcc\xdd\x11\x1d\xff\xd8\xac\x9e\x5d\x1d\xbc\x69\x87\xd6\x49\x94\xfa\xe6\x92\xa4\xa6\xc4\x75\x44\x94\x04\x0d\xfb\x8a\x7a\x3a\x7b\x1a\xb8\x89\x39\x39\x3b\x31\x3a\x0a\xfa\x43\x62\xd2\x32\xa9\x4b\xe1\x1a\x9f\xf7\xee\x4d\xd7\x6d\xbc\x3b\x3a\xbc\xfe\xf8\x28\x01\x85\xde\x53\x9f\xae\x6f\x65\x4f\x7f\xea\xcd\x6c\x4c\x2b\x63\xcf\xa1\x4e\xfa\x13\x15\x15\x14\xe3\xad\xe4\x92\x67\xf7\x68\x95\x6d\xd1\x68\x8e\x63\x32\x6f\x2c\xa3\xff\x68\x40\x6a\x27\xe6\x2d\x18\x41\x95\x32\x54\x44\x50\xbf\xda\xf3\x38\x7d\xbf\x45\x71\x92\xfc\x29\xf9\x8f\xed\x3b\x96\x7d\xe6\x99\x82\x9e\x88\x3a\xa3\x02\x9f\x94\xfd\x28\xf1\x80\x62\xf7\x59\x7b\x3f\xf3\xe7\x46\x16\x3a\x7a\x9a\x0d\xea\xc8\xaa\x6e\xca\x5a\x8a\x0d\x8a\x42\x0a\x9a\x7a\x28\xd6\x54\x1e\x5c\xa1\x4a\xc9\xa0\xd0\xac\x81\xa4\x4f\x7f\xf6\xed\xce\xe2\x85\xe2\xdd\xde\x51\xf3\x32\x7d\xdf\xc7\xba\xc7\xbc\xbb\x04\xca\xe0\x16\x0f\x27\x3b\xa7\x27\x92\xba\x35\xaa\x3b\x72\x43\x32\xec\x12\x44\x62\x6e\xa2\xdb\xc2\x42\x42\x1a\xfc\x7d\x02\x0c\x72\x18\xda\xc5\x16\x78\xae\x3f\x42\x2c\x92\x95\x8b\xcc\x9a\x94\x07\xe1\x17\x6f\x5f\xa8\x5f\x05\x6c\xea\x8f\x7b\x34\x85\xe7\xb3\xc5\xc5\x04\x60\x3b\x7e\x36\xeb\xd5\x35\x57\xbe\x94\x06\x42\x5f\x79\x9f\x71\x55\xb1\xbf\x66\xab\x65\x29\x63\x6a\x67\x2c\x66\x90\xa4\x77\xe3\x7d\x26\xfd\x4c\xf3\x93\x79\x9e\x5b\x6c\x68\x6d\x6a\x6d\xe9\x43\x5b\xfe\x58\xdf\x1a\xe3\x29\xf6\x82\x7d\xd7\x54\x49\x5e\xc2\x90\xbf\x98\x03\xa1\x91\x96\x1a\xb7\xb4\xab\xe0\x22\x47\x13\x13\x13\x9d\x3c\x55\x3e\x79\x01\x99\x1b\x69\x2f\x31\x05\x61\x25\xc1\x35\xc1\x0e\xed\x3d\xcf\x84\x74\x93\xd6\x85\x25\xab\xc7\x8b\xc8\xa5\x2c\xbd\xea\xe9\x1e\xf6\xd9\xfc\x03\xa5\xb1\xa5\x7a\x8c\x6c\xcf\x08\x88\x2b\x9f\x09\x50\xc6\x15\xf9\xcd\xd9\x43\xbf\x44\x4e\x4d\xec\x8f\xbf\x8a\x3d\x87\xf9\x06\x1d\x17\x75\x0c\x39\x01\x19\x01\xf1\x12\x71\x80\xc0\x90\xbe\x9b\x7f\x51\x5e\x58\xcf\xd3\x3e\xc6\xff\x20\x81\xb6\xc8\xa6\x19\x8c\xa4\xae\x6d\xf4\x21\x55\x4d\xa4\x25\x05\x39\xdb\x89\x68\xc7\x4a\x68\xb3\xf9\x53\x40\xf0\xf1\x30\x09\x50\x52\x11\x0c\x00\x37\x10\x00\x78\xb0\xfb\x33\x1b\xe0\x03\x1a\xd8\x7b\x54\xa3\x5c\x26\x92\xde\x5a\x32\x96\xb6\x5e\x9f\x63\x2a\x72\xbd\x6a\x9f\xf7\x4d\x2f\x7c\xe9\x09\xad\x84\x4b\x51\xf5\xdf\xb6\x36\x57\x7f\x2f\x1c\x46\x4f\x81\x83\x8e\xe0\x0b\xc3\x49\x1c\xc0\x0b\x44\x01\x35\x50\x80\x79\x39\xd8\x00\x3d\x06\x16\xf9\x1e\x3b\xbf\x38\xbb\x7a\x85\x05\xbc\xa7\x4d\xd4\x41\x1e\x56\x9d\xef\x40\xc8\x62\x6b\xaf\x52\x65\x7d\xaa\x66\x20\x82\xcd\x9a\x66\xb3\xa8\x3a\xe3\x1a\x41\x35\xdc\x67\x98\xf2\x41\x07\x28\x00\x3a\xb0\x84\x25\x31\xd0\x01\x0e\xe0\x44\xda\x26\xf2\x60\x42\x14\x4c\x53\x22\x32\x3a\x72\xe1\x0e\x2d\x4e\x0f\xae\x3c\x79\xea\xb5\x12\x38\x40\x51\x4b\x93\xa9\x1a\x9a\xe6\x48\xa4\xfb\x4d\x1a\x91\x23\x8c\x6c\x17\xf5\x25\x6c\xe2\xc0\x0b\x9b\x01\xd1\x03\x26\x98\x07\x81\x1e\x50\x83\x23\xdc\x53\x1a\x71\x9e\x31\x59\x73\xbd\x51\xfb\x17\x81\x8f\x29\xb8\xa5\x85\xed\xeb\xeb\x3f\x47\x9d\x9b\xb1\xf3\x03\xa3\x42\xdc\xf8\x4c\xb2\x15\x6f\xf9\x7b\x68\x5b\x70\xa5\x60\x7a\x01\x26\x20\x01\x14\xb0\x09\x04\x0e\x2c\x95\x42\x03\x98\x30\xb1\xc8\x6b\x39\x04\x24\xf5\xb5\x19\x6c\xe4\xfc\xe2\x13\x22\x8b\x32\x5a\xea\xf7\xaa\x66\x86\x3b\x6b\x4b\x36\x13\x1c\xfd\x50\xad\x38\x35\x8e\xc5\x5a\x59\xa9\x48\x2c\x90\x3e\x00\x24\x40\x0d\x18\x01\x13\xe0\x02\x64\x80\x05\x08\x01\x02\x60\x0a\xc8\x50\xa0\xa4\x54\x2c\x10\x31\x2e\xf5\x18\xcb\x3c\x6f\x8f\x58\x8c\x82\xb5\x26\xbe\xd7\xdf\x57\x9e\xf4\x23\x55\xab\xa6\xf3\x07\x97\x38\x72\x18\xb0\xca\xf1\xf2\x30\x53\x15\x62\x79\x02\x32\xd8\xf7\xc0\x01\xcb\xd3\x90\x03\x26\xc0\x0c\x70\x01\x32\xc2\x47\xc2\x1c\x86\x65\x21\x71\x95\x5f\x66\x0f\x1e\x79\x31\xdc\xb9\x93\xf5\x41\x6f\x44\x37\xb9\x47\x7f\x37\x36\xe4\xf1\x46\x97\x79\x24\x99\x65\xa8\x5a\x08\xdd\x33\xfe\x21\xdc\x44\x44\x07\xf2\x30\x06\x86\x0e\x68\x00\x21\x80\x00\x08\xa0\x06\x18\x70\x9b\x78\xbf\xe8\x0f\x05\xf3\x95\x1f\xcc\x06\xdc\xcd\xa2\x10\x73\x53\xeb\x27\x3f\x1a\x3c\x47\x98\x76\xe9\x8c\x29\x6d\x4c\xca\x0b\xb0\xb1\x3d\xd5\x59\x96\x36\xe5\xdc\xa0\xc8\xc5\x98\x04\xc4\x00\x17\x50\xc0\x1a\x3d\x38\x01\x1b\x10\x06\xa4\x40\x1c\x60\xe2\xa9\xd1\xa9\x08\xc8\x2b\xf3\x98\x7c\x77\xb3\x8d\xf2\xc8\x49\xad\x6f\xfe\x52\xf7\xea\x6e\xb9\xb4\x9f\xa2\xd6\x23\x0b\x2e\x7c\xc2\x35\xdd\xe4\x50\x59\x55\xf0\x0d\xc3\x18\xc1\x20\x7c\x19\x10\x04\x2c\x00\x1b\x08\x03\x7a\x40\x03\x88\x60\x9c\x8e\x1d\x17\x9e\xd6\x81\x7f\x53\xe9\xdc\x04\xdb\x6d\x35\x82\x24\xbb\xa6\xae\xe5\xa7\xe2\xc5\xcb\x4d\xdd\x31\xdc\x96\xe2\xc2\xed\x04\x46\xdf\x0e\xeb\x47\xed\x78\x29\x05\x4e\x46\x0a\x67\xf4\x05\xd8\x14\x86\x02\xe0\xc2\x5c\x10\x14\x00\x07\x08\x00\x19\xec\x6d\x9a\x79\xfe\x24\xc5\x5c\x53\x2c\x37\xe3\x88\xba\xac\x91\xba\x5f\xd0\xef\x1f\xe8\x9f\xa7\xcf\x31\x75\x3f\xab\xfc\x91\xfe\x29\x4c\xc5\xa5\xda\xc4\x50\x19\x41\xf0\x9e\x61\x85\x60\x0b\x7c\x06\xd8\x40\x15\xa6\x25\x71\xc3\xba\x4d\x74\x80\x31\x56\x2f\x2d\xa7\x80\x99\x72\x95\x2e\x8b\x3b\x73\x34\x7d\xf2\x45\xc3\x16\x14\xfa\x85\xfe\xf8\xc3\xb3\x9d\x11\x86\x66\x85\x82\xb1\x78\x23\x5f\x75\x1b\x67\x1d\x02\x69\x04\x2e\x01\x8a\x74\x74\x59\x40\x09\x18\x00\x04\xe8\x00\x4c\x58\xa6\x86\x09\x90\xa0\x4e\x41\x5e\xb3\xdf\x4a\xa4\x6a\xed\xda\x46\xfb\x0b\x27\xe9\x94\x92\x40\xa1\xbf\xb6\xde\x5e\xee\x0e\x4e\x3f\xef\xc6\xa9\x42\x4a\x9f\x0e\xc7\x70\xd5\x30\x5d\x51\x59\x14\xbe\x61\x8a\x23\x8c\x82\x03\x00\x03\x60\x03\x69\xa0\x0a\xe7\x80\x00\x41\x2c\x43\xce\xc0\x62\xa0\x7a\xcd\x4b\x21\x9f\x69\x24\xe2\x7c\x11\x36\x91\x69\x56\x03\xdb\xfe\x70\x27\xfd\x7a\x76\xb5\x67\xd8\xbb\xa9\xbc\x30\x24\x7e\xdc\x5f\xcc\x4e\x5b\x5f\x4c\x4e\x93\x17\x8b\x6a\x1e\x63\x09\x89\x07\x15\x0d\xdd\x15\xb3\x0c\x7b\x1a\xd7\x05\x3f\x92\x10\x0d\x42\xc7\xea\x28\xd6\xaf\x91\x67\x39\xef\x23\x1a\x37\x55\x68\xdc\x82\xf9\xff\x4e\xf8\x51\xfe\x16\x7f\x4f\x62\x16\xd2\xed\x5d\x55\x96\xe9\x15\x89\xe5\xb1\x62\x91\xa0\xb1\x2e\xee\xc9\x76\x47\x42\x89\x8f\x46\xa4\x4a\xa2\x02\x89\x22\x5f\xa6\x3c\xa5\xa9\xa7\xb7\x65\xc2\x16\xf8\xa9\xe8\x63\x54\xe6\xac\x1b\x6a\x9e\x5e\x55\xf9\xb5\xfb\xaf\x5d\xe0\xb7\x75\xaf\x7f\x3e\x73\x1e\xd5\x69\xb9\x28\xfe\x92\xb4\x15\x4c\xef\xbc\x6b\x62\xaa\x6c\x2e\x64\x45\x1f\x4b\xf5\x40\x1b\xca\xa0\xc2\xd4\xc9\x4a\xcf\x2e\xcc\x85\xc1\xf3\x55\x00\x5e\xd6\x53\x17\xdb\x26\xd8\xb7\x30\x5e\xb0\x90\xb0\x99\x65\xc4\xeb\x2f\xd4\xa5\x7c\x9b\xb8\x5f\x32\x8f\xd0\xbb\x59\x77\x9d\x47\x13\x4f\xea\xaf\x64\x27\xa6\x5f\x22\x6f\xc8\x33\xc2\x51\xcd\x2d\xcb\x1b\xc2\xef\x23\x34\x2e\x3a\x23\xc1\x28\x15\x22\xc7\xa0\x99\x64\x81\xe0\xfe\x35\xc2\x27\xb3\xbe\x9a\xae\xfb\xcd\xec\xdf\x19\x8a\x3b\xd1\x93\xe8\x8d\xee\x89\x1f\x1d\x5f\x2b\xca\x32\x37\xa3\xd2\xbc\xa5\xad\xa0\x3a\xda\x52\xd7\x62\xa4\xe2\xa3\x52\x8c\x32\x6e\x0a\xb2\x4a\x5e\xaa\x67\x1a\xf7\x3a\xe7\x4f\x38\x9d\x3f\x05\x07\x27\xaf\x97\x94\xb4\x36\x8e\x91\xac\xad\xfc\xef\x84\x07\xfa\x2b\xa9\x97\x88\xcb\xe1\xc3\x25\xad\x8c\x65\x94\x69\x75\xe1\xf5\x1e\xd7\x96\xd1\xda\x4c\x2a\x54\x6a\xd7\x9a\xdf\x74\x36\x0c\x24\x8c\xc7\xcc\x0c\x2d\x2f\x6c\x47\x9d\xb8\xfc\xbf\xc7\xb3\xe6\xc3\xd5\x27\xf7\x67\x2c\xcc\xbd\x20\xfe\x07\x7c\xbf\x9c\x5c\xd0\xef\x5a\xcd\x3d\x0e\xa0\x37\xae\x97\x70\xa6\xdc\x85\xe1\x79\x60\x5b\x11\x98\xed\x5b\xfa\xda\x38\xdb\xfb\x38\x63\xb9\x1d\x7a\xed\xfb\xf5\x05\x6b\x47\x44\xc5\x31\x66\x9b\x54\xb5\x75\x55\x4e\x59\x6f\x3d\x39\xfb\x77\xa7\xe7\xd5\xed\xfe\xc9\x8b\x2d\xad\x99\xe0\xde\xac\xc6\x90\xa2\xd9\x94\xb1\x88\x0b\x5f\x49\xaf\x4e\x5f\xe1\x00\xa5\x60\xc5\xb0\x0f\x51\xbb\xf1\x9a\xc9\xf9\x19\xa5\xb9\x6b\x25\xb1\x35\xb9\xed\xd2\xa3\x76\xab\xb1\xaf\xb8\xaf\xff\xb3\xab\xf6\x81\xe3\x63\xee\xeb\xe3\xf5\xa9\xa9\xb5\xde\x9f\x4d\x51\xe5\x58\xd9\xf7\x09\x26\x71\x9b\x89\xac\x29\x4a\xe9\x96\xd9\x68\xf9\x74\xc5\x63\x15\xcc\xb5\x2d\x4d\xc7\x9d\xcb\x03\x75\x93\x0f\x4b\x9f\x9e\x9b\xbc\xd5\xfe\xf7\x9e\xde\xef\xec\xd7\x78\xe7\x1b\x87\x24\x3b\x92\xcf\x54\xe6\x63\x27\x7d\x86\x1f\xfa\x47\xbb\x87\x7a\xc6\x3b\xf2\xdb\xef\xdb\x24\x9b\x65\x1a\x05\x5b\xee\x06\xbe\xce\x22\xaf\x7f\x3c\x78\x7b\x99\x73\x67\xf3\xf8\xf2\x3f\x0c\xa4\xe4\x6e\xe9\x0d\xc9\x21\xd9\x96\xeb\x52\xf6\x94\xda\xd0\x4e\x8f\x7e\x5b\x75\x23\x4e\xf5\xb3\x0a\x87\x4a\x9b\x8a\xc8\x32\xe4\x22\xfb\x02\xdf\x5c\xe5\x62\xcf\xfa\x87\x6e\xf7\x71\xb7\xa5\x9b\xdd\xd1\x53\xac\x1b\xac\x87\x7f\xbc\x30\xe5\xb7\x5b\x27\xdf\xf7\x90\x97\xdd\x26\x35\x06\xd8\x3b\x12\x1b\x32\x2a\xab\x8b\xc6\x72\x8d\x32\x25\xd3\x2d\xd2\xdc\xd2\xce\x93\x45\x12\xed\x13\xe1\x63\x34\x93\xf4\xf2\x2a\xab\xf7\xdb\x69\x86\xd8\xe7\x71\xb6\x74\x8e\x29\xaf\x91\x1e\xfe\x72\xf4\xde\xce\x1f\x3b\x6d\x3e\xce\xb6\x0c\x7e\xee\xb0\xae\x9b\x2f\x43\xcd\x9d\x4e\x53\x89\x8f\x8d\x8a\x8e\xa8\x0e\x8d\x0a\x16\x09\x9a\x0a\x8a\x0a\xd4\xf6\x67\xf0\x65\x0b\x0c\x8b\x93\xcd\x9a\x2f\x4b\x68\xda\xed\x3b\x9d\x51\xdd\x24\x3a\x0a\xbd\x96\xfa\x9d\x01\x85\x7e\x01\x67\x0c\x5b\x7d\x53\x21\x3d\x05\x4d\xa0\xac\x3d\xa7\x37\xb9\x2e\x5a\x22\xd8\xd4\xc7\xc5\x23\xd1\x75\xd8\xe5\xca\x05\xd5\xf1\xd2\x51\xd6\x01\xc5\x76\xdb\x7a\xcb\xbe\xde\xe7\x67\xa4\x45\xea\x7d\x31\x49\x83\x54\x2f\xed\x74\xf2\xa6\xe9\x71\xd6\x2d\xef\x6f\xd1\x77\xec\x3b\x1c\x53\x7f\xba\x05\x6b\x43\x0b\xee\x52\xed\xa2\xfa\x03\x75\x3c\x4a\x1d\x16\xac\x18\xcc\xd3\x9f\x6c\x99\xd0\x1b\xfd\x31\xbc\x30\xf0\xd7\x0b\xd0\xe5\xd6\x2e\x36\x08\xb5\x61\xf3\x18\x08\x03\xc9\xcb\x85\x4f\xea\x33\x7b\x65\x67\x12\xb6\x8b\xce\xbc\xee\x16\x0f\xe7\x16\x4e\x7b\x82\x6b\x6e\x73\xdd\x13\x6a\x83\x53\x3d\x49\xed\x85\xcd\xcc\xf5\xd9\xb4\x33\xd5\xf5\xd5\x5c\x95\x03\x95\xaa\x14\x59\xe4\x0f\x65\x33\xa5\x2b\x64\xae\x14\xc8\x75\xea\x2d\x51\xdd\x62\x43\x42\x92\xaa\x0a\xbd\x1a\xda\xfb\x5f\x2c\xd0\xef\x57\xbf\xc5\xdb\x6c\x1b\xa1\x6a\x70\xc8\xa3\x8e\x5d\xf4\x97\x77\xca\x32\x17\xd6\x53\x53\x8d\x57\x40\x94\x8a\x16\x6f\x12\x51\x11\x66\x13\x62\x16\xe0\xe5\x73\xe4\x45\xe2\xa1\xe5\x61\xe1\x4f\x91\x89\xd5\x0a\x32\xf7\x71\x1d\x0b\x09\x48\x81\x2b\xa1\x6b\xf1\x1d\x91\x5a\x1d\x79\xbd\x3d\x3f\xdf\xbe\x50\x6c\x90\x48\xef\xdf\x6f\xef\x6d\x44\xab\x8e\x21\x13\x25\xf2\x91\x7f\x93\xdb\x91\x03\x99\x35\x8d\xc5\x8c\x91\x90\xc1\x88\x6e\x99\x96\x87\xe6\x90\x1a\x9f\x3e\x92\x97\x4d\xda\x45\xf3\xd2\xbc\xca\x9d\x3d\xdc\x26\x7d\xa6\x92\xb1\x8b\x7c\xea\xf7\x36\x64\xa4\xab\xde\x2e\x7b\x3b\x22\xdd\x75\xd8\xa4\x5e\xf9\xa5\x68\x2c\x37\x21\x8b\x2b\xfd\x3e\x75\x2c\x45\x26\x69\x02\x09\x3b\x61\x1d\x21\x0f\x1e\x37\x6e\x0e\x4e\x27\xce\x22\x21\x05\x9d\x2c\x2f\x9e\x0c\x9a\x76\x8e\x55\x97\xf7\x78\x4c\x57\x5e\x55\x7d\xc3\xc0\xb3\xa5\xca\x3e\xc3\x6a\xd2\xb4\xdb\xa0\x16\xbb\x25\x1d\x21\x49\x71\xf6\x79\xea\x49\x88\x1f\xe1\x15\xae\x31\x96\x36\xba\x06\x0a\x3e\x52\x07\xc2\x4b\xf8\x20\x38\x49\x30\x03\x34\x90\x04\x88\xe5\x99\xa8\x05\x1e\x15\x69\x8c\xac\x1c\x55\x83\x86\x53\x56\xcb\x94\x3a\x24\x17\xc5\x7b\x56\x2a\x29\x53\x7a\x02\x34\xad\xef\x34\x1a\x44\xc2\x18\xbb\x88\xaa\x30\xb4\x90\x45\xe0\x5e\x02\x2d\xc0\x06\x28\x00\x3f\x2c\x43\x41\x07\x20\xc0\x0e\xde\x08\x1f\x9e\x16\x8d\x77\x46\xe6\xb5\x6e\xb0\x6d\xac\x5f\x5f\xc2\x49\x91\x64\xb3\xe7\xe2\x97\x5e\xfd\xca\x3f\xa9\xfd\x81\xe1\xb6\x56\x5a\xbe\xe2\x6d\xac\xbb\x24\xbb\xc8\xba\xb0\xee\x4b\x7e\xc0\x08\xbb\xbb\xa3\x01\x05\x00\x81\x79\x11\xbc\xb0\x1a\xa8\xec\x38\x1d\xa4\xa4\xb5\x86\xac\x9f\xf8\xa1\x24\x74\x14\xc3\xb5\x8a\xaf\x04\x0f\xb8\xd5\x86\x64\x76\x86\x51\x3a\x2d\x18\x72\xca\x9d\xf1\xdc\x51\xdd\x60\x25\x03\x14\x80\x0f\x98\x01\x29\xa0\x05\xf8\x40\x16\x60\x03\x22\x40\x0c\xe8\xc1\x13\x34\x2e\xd2\x4a\x96\x48\x91\x15\x35\x33\x73\x1d\x4f\x85\xa8\xd6\x5c\xf7\xba\x5f\x1b\x52\xa3\x7d\xcd\x76\x05\xb6\x31\x81\x9e\x22\xe6\x64\xaa\x33\xc2\xb5\x4c\xd2\x84\x35\x08\x03\xb0\x16\x4e\x22\xa0\x0e\xf0\x81\x04\xec\xce\xc9\x04\xd4\x80\x06\x62\x09\x61\x17\xfd\x80\xa0\x9a\xd2\x80\x89\xa1\x1b\x7f\x04\x7d\xe6\x43\x4d\xd3\xde\xd9\x2c\xc2\x53\x9d\xb2\x1f\xc9\x6e\x01\xc6\xb6\xbf\x74\x66\xa4\xd5\x39\x05\xc8\xd3\xd0\x7b\x01\x03\x20\x81\x39\x0e\xc8\x00\x29\x2c\x8f\x42\x06\xb4\x80\x31\x08\xc4\x55\xa3\x49\xe2\xf9\xa1\x80\x65\xe8\xe5\xec\x18\x2a\x95\x3e\x58\xc9\x72\x24\xb2\x7a\x35\xf0\xbd\xf6\x6b\x96\x53\xb8\xb9\x4b\x81\x09\xa7\xe2\x92\x00\x84\xee\x23\xde\x23\x9c\x2d\xc0\x85\x69\x07\xbc\x00\x17\x10\x03\x49\x40\x03\xc4\x00\x16\x30\xc1\x42\xa5\x2c\xe3\x4a\x90\x85\xd7\x1d\x72\x90\x0e\x5a\x4a\xfe\x55\x76\xfc\xd6\x70\xeb\x60\xbc\xb9\xe5\x55\xe1\x4c\xbc\x82\xaf\xa8\x55\x9e\xa6\x93\xf8\x01\xdb\x10\x64\x10\x75\x14\x90\x01\x1e\x00\x01\xac\x80\x12\x50\x00\x4a\x20\x04\xa8\x00\x0b\x20\x44\xaf\x22\x97\xe4\x94\x90\x7e\xad\x8b\x61\x8f\x14\xf8\x3a\xf9\xb0\x6c\xe5\xba\xee\x80\x6c\xae\xb9\x5b\xb0\x52\x2f\xad\x31\x24\xc1\x71\xdb\x30\x5e\xc1\x91\x6f\x85\x36\x11\xb7\x15\x60\x02\x32\xc0\x06\x9b\x4b\xd1\xc3\x7a\xc1\x74\x00\x11\x20\x41\xfd\x4a\x66\xc6\x21\x25\x35\xac\xe3\x61\xbb\x18\x40\x94\xf4\xbc\xcc\xfb\x6b\xdc\xb1\xe0\xea\xd5\x50\x4a\x43\x5d\xee\x69\xf4\x8d\x67\xb7\x85\xaa\xba\xb3\x98\x07\xab\x23\xa9\x3f\x8a\x17\x20\x03\x22\x80\x05\x90\x02\x7a\x98\x23\x44\x08\xf0\x02\x0e\x14\x7b\x52\x36\xb6\x3a\x49\x35\xed\x60\xdb\x5f\x81\x5c\x49\x0e\xa5\xde\xbf\xaa\xdf\x4c\xed\x34\x4f\xa9\xb4\x4f\x96\x6a\x27\x07\x07\x89\x3b\xe8\x18\xe8\xc8\x3d\xe7\x73\xa7\xd5\xc4\x39\x07\x02\x80\x17\x36\x01\x12\x02\xc6\x80\x1c\xf0\x02\x3c\xa0\x82\xcc\x40\xfa\x82\x3d\x53\x4a\x4f\x27\xc6\xf6\x4d\xa0\x55\xf2\x59\x59\x2f\x14\x7a\xe3\x75\x38\xb4\xa4\xd4\x9f\x5e\x1b\x9c\x13\x1f\x85\xe4\xa9\x6c\xfe\x59\xfd\x58\xec\x91\xf5\x84\x34\x14\xd9\x1b\xf0\x02\x4a\x00\x01\x32\xe0\x09\xa0\x87\xf5\xed\x0b\xc3\xbf\x26\xd0\x63\x50\x13\xcc\x52\xc9\x7d\x62\xe9\xbe\x1a\x7d\x9b\xbb\x07\x85\xde\x77\x9e\x7b\x6e\x8e\x8e\xef\xb4\x09\x94\x9c\x26\xd3\x06\xd6\x39\x32\x18\x3a\x2a\x14\xf2\x6b\xd1\xb9\xe2\x92\x03\x22\xa0\x06\xd8\x40\x29\xac\x9f\x85\x12\xce\x0a\xfe\x0a\x61\x9d\x08\x9d\xd9\x56\xf4\x85\x46\xac\x55\xac\x2f\x5f\x02\x5b\xd1\x0c\x14\xfa\x27\xee\x6a\xf4\x05\xdf\xc2\x74\x9f\x64\x6d\x41\x8e\x47\xb4\xb1\x17\xb1\xe5\x3b\x2d\x33\xc9\x3c\xf6\x0b\x32\x12\x14\x7c\xb8\x71\x44\x79\xe4\x07\x34\x36\x0c\x08\xe6\x17\xec\x52\x5c\x45\xfc\x3e\x6a\x0f\x9e\x7d\xb9\x49\x83\x47\xa7\xc8\x50\xa6\xf4\xed\xaa\x72\x18\xde\x45\x9f\x56\x6f\xac\x8e\x97\xb6\x73\x94\xda\xa7\x5c\x04\x1f\x3b\xdb\x1b\xf7\x2b\x97\x0a\xd5\x32\x3c\xe2\x07\x62\x8b\xe3\x79\x13\x62\x10\xcd\x91\x22\x91\x15\x51\xd4\x51\x95\xd3\x14\xb1\x0b\x8b\xe7\x6a\x6c\x5a\x86\x79\xe7\xc6\x9e\x17\x3c\x69\x82\x4d\x1f\x7e\x9b\x5e\xbd\x7b\xf1\x6d\x11\xad\xbf\xa9\x7e\x2c\xef\x2a\x6e\xc0\x77\xc1\x0e\x5d\xcf\x4e\xb6\x80\x27\x90\x72\x9e\xfc\x8e\xca\x8c\xc6\x9f\x6e\x94\xd1\x98\x39\x98\x75\x83\x73\x90\xbb\x4f\x78\x4a\x99\xc9\xb8\xda\x79\x38\xd4\x34\x5d\xb5\xd2\xf3\xe9\xf0\x5f\xa8\xfb\xfb\x8c\x7b\xd3\x6d\x92\xb3\x73\xbf\x12\x35\x53\x28\xa2\xc5\x13\x62\xfe\x5e\xf3\x4c\xe2\x19\x9b\x03\xcb\x33\xf6\x42\x4e\x75\x1e\x1e\xbe\x2c\x41\x67\x11\x69\x31\x5b\xa9\x52\x85\x45\x7d\x55\x3b\x3a\xbf\xbe\xf8\xe1\x42\xa5\x66\xe2\x11\xfa\xff\x3b\xe1\xd1\xf5\xc3\xc0\x21\xf3\xb2\xe9\x90\x53\x73\x52\x31\x6f\x72\x7e\x08\x9f\x8b\x8e\x49\x99\x2a\xb9\x88\xb4\xe0\xb9\x28\xba\x38\xbc\xe4\xb0\x74\xad\x3c\xae\x62\x9a\xca\xa0\x66\xba\x6e\x8d\xd5\x5b\x2f\x48\x14\x61\x56\x4b\xf5\x42\x8f\xf8\xec\xdf\xdb\x55\xbf\xc5\x5d\x52\xef\x14\xce\x06\xf7\x91\xd5\x95\xe5\x5f\xc7\x8b\x06\x60\x3b\x22\x1a\x91\x29\x6e\xca\x73\x2b\x61\x29\xbf\x50\xed\xd1\xf4\xd3\xc5\xd3\x37\x36\x26\x34\xfd\x65\x39\xe0\xae\x1e\xe6\x9e\xfa\xae\x0c\xbb\xad\x77\xec\x60\xfd\x5f\xdb\x4d\x6e\x0e\x8e\xde\xaf\xd7\x4c\x5c\x76\xde\x55\x0d\xe6\x60\xc4\xf2\xf9\x63\xd9\x9d\x1b\x8a\xea\xd8\xea\x7b\x1a\xda\x1b\x23\x98\x45\x58\x76\xd9\xc8\xdb\xcf\xba\x8c\x78\xf2\x04\xbf\x4b\xaa\x2c\x5c\x6f\x9c\x18\xc4\x5c\x7c\xfe\xe2\xfc\x9f\x13\x7e\x2a\xbf\x3b\x3e\x08\x5f\xfe\x34\xd2\xd2\xce\x5a\x31\x91\xb5\x1e\xa3\xef\xab\x67\x4f\x6f\xd9\x60\x7d\x6c\x97\xea\xd8\xed\xb2\xe5\xd1\xe3\x23\x16\xc0\x1c\xbc\x10\xa1\x9e\x70\x9e\x8f\x53\x3b\xd6\x23\x3d\x63\xb1\x43\x71\x7e\xf1\x6f\x00\xff\x86\x70\xc9\xb9\x9f\xbc\xf8\x66\xd8\xba\x75\xbd\x42\x3b\x1b\x12\x8b\xeb\x0f\x7c\x5a\xfc\x51\x83\xb0\x43\x11\x23\x32\x62\xfc\x12\xdc\x52\x4c\x33\x2e\x72\x43\x8a\x11\xab\x57\x3b\xdf\x4e\x88\xac\x5d\x1c\xd9\xdd\x3c\xfc\x87\x03\x40\xef\x9c\xcf\x5c\x76\x4b\x16\x56\x87\x71\xda\xb6\x2b\x0d\x72\x68\x12\xa9\x13\x2c\x93\xfa\x53\x67\x33\x06\x73\xf4\x0b\xf4\x4a\x92\x2a\x5e\xd7\xce\x37\x55\x75\xcc\xf4\x35\x8c\x9d\xac\x04\x1c\x8c\xbe\xdf\xfc\xf5\xaf\x5e\x8f\xef\x73\xd7\x7d\x17\x21\x87\x93\xbb\x60\x8d\x64\xc1\x6a\xca\x62\xe2\xe7\xd8\xda\xc8\xd1\xe8\xed\xb0\xc6\xc0\xfb\x41\xde\xbe\x3f\x7d\x25\x5d\x27\x43\x1b\xf3\x3a\x9b\xe5\x87\x11\x6f\xb1\x3f\x7f\xf9\xf3\xf3\x3f\x2f\xae\xf1\x59\xe1\x8d\xfe\xe1\xc2\x36\xfd\xb2\xe1\x34\xf5\xf0\x40\x2f\x75\x47\x53\x1b\x4e\xab\x5e\x8b\x62\xf3\x56\xa3\x74\x23\x53\x7d\x5f\x9d\x5c\x55\x4c\x55\x46\xe3\x6e\x6f\xe2\x24\xd7\x8a\xd3\x3e\xd1\x99\xf2\x6d\xc4\x3f\x79\x9a\x3f\x7d\xb7\xa2\xa7\x25\x7b\x04\x2b\x0c\x53\xf8\x83\xa0\xb3\xa4\x31\xa5\xaa\xab\xbc\xb8\x74\xa5\xf8\x67\xe1\x69\xc1\xeb\x42\xe6\x02\xc4\x5c\xb7\xec\xc7\xac\xa1\x8c\xbe\x42\xe5\x5a\xde\x8e\x95\xe1\x27\xf3\x77\xdb\x97\xc7\x4d\xd7\x9c\x0f\x7f\xe9\x38\xb7\x6a\x27\xa8\x5b\x2d\x73\xd6\x43\x6e\x9d\x42\xf5\x3d\xe5\xa8\xf9\x04\x99\x29\xa9\x95\xa9\xcc\x49\xb8\xf1\x69\xf1\x5e\xf1\x3f\x62\x93\x63\x16\x62\x0a\x23\x71\xc3\x84\xe3\x5f\xe7\x70\x56\x8c\xb6\x60\xf7\x0f\xce\x7c\xdc\x94\x3f\x92\xff\xd8\xf1\xb0\x08\x85\x7e\xc9\x3f\x35\xdc\x38\x98\xb6\xec\x0d\x68\x9a\x28\xb7\xc9\xed\x4a\x99\x88\x19\x09\x87\x0f\x0d\x0a\x9c\x0d\x88\xf0\xb3\xf1\x87\xf8\x96\xfb\x38\x78\x1c\x78\x7e\x70\x0f\x75\xfd\xe4\x6f\x1f\xcd\x92\x9e\x5b\x42\xde\xc8\xd2\xeb\x31\xad\xb1\xf1\xea\xe8\xfd\x0d\xe7\x03\xf3\x25\xf3\xb6\xe8\x74\x67\xf7\xd7\x3a\xb5\x82\x3f\xa9\xc7\xd1\x5b\x41\x5f\x7d\x32\xdd\xa5\x5d\x04\x1c\xe5\x1c\xba\x6c\xf3\xac\x3b\xac\x2b\xac\x5a\x2d\x67\x2c\x57\x2d\x13\xcd\xd3\xed\xac\xbd\x0a\xc3\xf9\x53\xf4\x0b\xc7\xea\x8d\x7b\xa6\xa7\xaf\xb6\xd4\x4f\x29\x6e\x20\x07\x79\x73\x56\xbd\x6c\xb5\xc3\x79\xea\x09\x12\x21\xb5\x5e\xc8\x8e\x01\x36\xdc\x66\x69\x26\xcd\x46\x7e\x06\x1b\x7a\xae\x3a\x18\xda\x5b\xda\x4b\x9a\xdb\x1a\x79\xea\xbc\x1a\x01\x7a\x17\x56\x61\xee\xca\x21\xf3\x49\x8e\x05\x8b\xf5\xf7\x7d\x35\x73\x52\xbb\x1f\x2f\xec\xd6\x5c\x07\xe1\xea\xf8\xf3\x9c\x63\x2d\xfd\xb7\x9d\x57\x2c\x1a\x0c\x4a\x75\x32\x34\x9a\x55\x0e\x15\x63\xe5\xfe\xc8\x1c\xca\x50\xca\xe0\x4b\xbc\x96\x70\x17\xab\x10\xcb\x12\x4d\x96\x4b\xd4\xbe\x37\xbf\x76\x4d\x08\x5e\x4e\x9a\x2f\x32\x6e\xea\x1b\x8a\x58\x76\x3e\xb8\x9f\xd1\x6a\x1b\x2f\xa1\x4a\x42\x0d\x18\x73\xa8\x31\x81\x68\xbc\x52\x1c\x96\xd9\x15\xdf\x14\x29\x16\x64\xe0\xff\xca\xcb\xc0\x9d\xcb\x15\xc0\xf1\x81\xed\x1b\xbb\x07\x6b\x3d\xcb\x77\xbe\x52\x19\x6a\xcd\x14\xb3\x1d\xd7\xc1\x50\x97\x34\xfe\xb2\xc9\xf6\xa7\x13\x16\x1b\x12\x43\x6b\x0d\x54\x39\x8d\x91\xd1\x6e\x2f\x4c\x7f\xab\x66\x4a\x7a\x0a\x2d\xf0\x94\x70\x68\xb1\x10\x32\x26\xd2\x7d\xa4\xc9\xa7\x7e\x42\x89\x4c\xe9\x41\xde\x4f\x06\x85\x70\x40\x24\xe8\x89\x79\xf2\xa5\xae\x35\x4f\x2c\xd6\x3c\x79\x23\x73\xb3\xc9\x6b\x1c\x7a\xb2\x96\x85\xfb\xa0\xd5\x2f\xd2\x73\x82\x5b\xec\x1f\x74\xb7\x64\x38\xf9\x74\x99\xed\x69\xf7\x28\x99\x48\x1f\x89\x6d\x08\x3e\xe0\xb5\xe2\xec\x63\x0f\x61\x86\x60\x2a\x63\x64\xa3\x37\xa2\xef\x11\x34\xd0\x31\xf0\x9a\xc9\xca\xea\x0e\xda\xda\xf9\x85\x25\x98\x16\x95\x35\x8f\x2c\xee\xf7\x06\x56\x1e\xa7\x66\x07\xea\xd9\x72\x68\x23\x4a\xec\x72\x18\x53\xbc\x20\xc8\xc4\xae\x41\xf7\x47\xfe\x84\xc8\x02\x97\x0c\xd8\x80\x12\x30\x05\x4c\x80\x01\x60\x00\x29\x34\x2c\xd2\x68\x16\x7e\x11\x01\xe5\x60\xd3\x0c\xd7\xcd\xf0\xa9\x0c\xc7\x6a\x9c\x25\xd5\xde\x3f\x55\x93\x69\xb9\x41\x51\xf6\x62\xba\x35\x32\x36\x5c\x8c\x14\x42\xe8\x57\x40\x08\x90\x00\x6c\x40\x01\x24\x61\xf3\x0b\x5d\x80\x0b\xf3\x51\x2a\x22\xdd\x13\xa5\x32\x9a\x08\xcc\x2b\x04\x1b\x61\x39\x5d\x05\x3b\xa4\x0a\x97\x3d\x5d\xc5\x19\x24\xa8\x13\xca\x4a\x08\x27\x73\xb5\x36\x19\x54\xea\x16\x24\xa5\x87\xc7\xc7\x00\xef\x00\x3f\x60\x07\x8c\x30\xad\x9c\x08\xb0\x02\x49\x20\x05\x88\x00\x3b\x9c\x0a\x1e\x3c\xcd\x4b\x5e\x22\x39\x31\x7d\x07\x07\xdc\x20\xe7\x94\xba\x0a\xd9\x8d\x9d\x31\x93\x16\xb2\x42\xb5\xf8\x3d\x5f\x6f\x2b\x07\xcd\x66\x09\x66\xb6\x29\x08\x0f\xaa\x00\x6c\x7a\xc3\x0f\x98\x01\x27\x60\x05\x4c\x30\xff\x00\x21\x30\x03\x3a\x98\xfd\x14\x1e\x1c\xd3\x52\x78\x3a\x6a\xb6\x17\x7e\x4b\x89\xda\x45\x52\xfb\xbe\xb3\xd5\xdd\x72\x95\x61\x69\xe7\x21\xd8\x4e\x62\x06\x17\xf2\xd3\xbc\x49\x34\x5c\x38\xff\x0f\xe5\x88\x60\xc9\x4d\x34\x80\x0c\x18\x01\x3d\xf0\x85\xe1\x77\x04\xea\x18\xe9\x22\xab\x97\xd8\xb4\x06\x86\x15\xb2\x77\x4b\x1c\x6e\x41\xe0\xd1\xcc\xb3\xf4\x61\xd7\x46\x92\x3c\xcf\x68\x1c\x8f\x6b\x73\x3f\x35\x5a\x91\x43\xe6\x59\xe2\x05\x64\x6c\x58\x87\xc5\xff\x4d\x1e\xc4\x61\x13\x00\x6a\xc0\x0c\x44\x10\x8f\x88\x46\x99\x52\x85\x5b\x54\x06\xcd\xf5\x3c\xb1\x63\x6c\x72\x4f\xde\x51\xec\xe6\x4f\x3d\xef\xd0\x2d\x8d\x4f\xe6\x0f\x30\xb7\x73\xd4\x2d\x92\xe9\xe4\x56\xa1\xe2\xc6\xea\x07\x14\x80\x06\x50\x01\x22\x40\x04\xeb\x04\x11\x03\xc4\xc0\x06\xf0\xc2\x9f\x11\xfc\x60\xe8\x11\xd6\x53\x71\x37\xf3\xf3\x34\x8f\xf6\xcc\x8d\xb9\xb5\x3b\x2c\x59\x0c\xed\xf3\xac\x35\xcd\x32\x0b\x87\xba\xb1\x99\xee\xa9\x48\x09\xbd\x60\x52\x23\x12\x42\xb4\x84\x25\x61\xb9\x00\x3d\x6c\xfe\x41\x0d\x70\x00\x3f\xe0\x01\xab\xf8\x10\x7a\x0d\xc1\x20\xe5\xad\x27\xc7\xee\x55\xd1\xc8\x79\x35\xf7\xb7\xa7\xd0\xf5\x86\xd1\xa1\xe6\xf7\x85\x5b\xf1\x87\x7e\x42\x36\x35\x3a\x54\xd2\xa6\x5c\x6e\x94\xe9\x98\xe1\x80\x17\x10\xc2\xdc\xcd\xb8\x80\x00\x96\x11\xe6\x03\xda\x20\x00\x8f\x8c\x2e\x92\x7f\x4e\xa9\xfb\x89\xad\x7b\x4b\x94\x78\x2e\xe2\xef\xad\x2b\xa5\xfd\x9a\x39\xac\x6e\xa6\xca\xf8\xf4\xfe\xb0\x66\x97\x63\x93\x31\xe5\x1e\x61\x06\x26\x54\x22\x6c\x04\x02\x60\x04\x24\x00\x05\xe0\x03\x74\x40\x06\xe8\x01\x66\x80\x0d\x7c\xb0\xe6\x29\x6f\xb9\x1e\x64\x99\xf5\x59\x9c\xf0\x83\x07\xd3\x2a\xa1\xd0\x3b\xbd\xa3\x86\xd5\xd5\xe1\x67\x4d\x55\x05\x95\x71\x33\xbe\x9b\x36\x96\x3a\xf7\xd2\xf5\x5c\x17\x94\x3f\x31\x2d\x61\x5a\x18\x07\xa0\x07\x66\xb0\x6f\x94\x04\x28\x00\x39\x0c\x23\xca\x39\x1e\x62\xb9\x3a\x43\x2f\x67\x91\x30\xe4\x8c\x2e\x28\xf4\x67\xf1\x9b\xee\x1d\xf5\xe9\xfa\xae\xcd\xca\xa8\xf4\xe4\xb0\x28\xd7\xdf\x4f\x9c\x54\x0f\x45\x74\x98\x75\x89\x7a\xe1\xa7\x81\x0c\xd0\x80\xdf\x46\xa2\x41\x91\x42\x5d\x44\x1f\xc5\x34\xc5\xe6\x24\xea\x65\xfa\x24\xf2\x51\x5d\xd6\xa2\xdf\xdb\x25\xf6\xb1\x00\xe6\x9f\xbc\x11\x7e\x35\xb2\xa2\x3b\x34\xd8\x94\x5e\x70\x91\xa0\xef\x6f\x6c\x17\xac\x6f\x2c\xf7\x81\xd7\x9a\xba\x17\xcb\x15\xbd\x11\x4b\x1c\xe7\x0c\xff\x90\x30\x8b\x38\x9b\x34\x89\x3c\x82\xc2\x93\x76\x9a\x77\x49\xee\xd8\xa0\xce\x71\x2d\x84\x3a\x6d\xa2\x12\xd6\xbf\xf4\xdd\xea\x12\x77\x67\x79\xfa\xf7\xd3\xdd\x2a\xf8\xcc\xf0\xc8\x6c\x8f\x4b\xf3\x55\x8d\x22\x09\x0d\xb6\x5a\xd2\x4a\x92\x16\x32\x7c\x4a\x11\xea\x79\xda\x71\xfa\x69\x26\x49\x96\x19\x36\x3b\xae\x48\x49\x0d\xcd\x75\xcb\x73\xef\xa8\xd8\xc8\xfc\x89\x26\x8c\xbf\x50\x37\xe3\x95\xf7\xea\xfa\x48\x4d\x8b\x69\xf1\x5c\x72\x63\x90\xa5\x33\xa5\x09\xb6\xb2\x96\x10\x3f\xc3\x47\x06\x79\x66\x2d\xd6\x7d\x0e\x5e\xee\x4a\xde\x31\x01\x26\xa1\x6e\x91\x9f\x12\x5f\x55\xe3\x4d\x0d\x5c\xd6\x43\x5f\xa6\xbb\x55\xaa\x3c\xfd\x2b\x09\xfb\xc3\xe9\x4d\xdd\xee\xf5\x1c\x43\xaf\x71\xad\x55\x1e\x63\xec\xb8\x1f\xbf\x1d\xb6\xde\xa1\x1c\x2d\x1f\x0e\xef\x81\xc0\x86\xb0\x85\x68\xa7\x04\xbf\xb4\x8a\xac\xab\x82\x83\xf2\x33\x75\x7c\x23\x71\x07\xaf\x00\xa9\x84\xf1\xc2\xb3\x66\xab\xff\x31\x10\x28\xf4\x76\xe3\x98\x77\x7d\x63\x82\xa9\x93\xbe\x22\x20\x33\x2a\xe2\xc6\xb3\xc2\xaa\x40\xeb\x46\xa6\x59\x3a\x4a\x8e\x5b\xe1\xb3\x32\x9c\x1a\xbe\x46\x90\xb6\xa6\x1e\x8b\xd1\xc9\x93\x1b\x3b\x06\x9f\xf1\x18\xf2\x1c\xea\x9a\xfd\x9e\x8b\x39\xe3\xbf\xb1\xbf\xf6\xbd\xe0\x8b\xc0\x45\xbf\xa1\x83\x16\xb5\x52\xf6\x54\xb3\xd0\x18\xb7\x1d\xb3\xaf\x5a\x01\x1a\xf3\xda\x71\xba\x4d\x06\xe6\xc6\xc6\x4f\x06\x2d\xa2\xac\x87\xec\xe1\x9c\xa9\xbd\x79\x22\xc3\x32\xec\xcb\x2f\x3b\xd8\xc7\x9f\xad\x5f\xff\x03\x9d\x5f\xa6\xcf\x09\x76\x5c\x66\x87\xfa\x3a\x1b\x7e\x15\xf1\x26\x15\x87\xb8\xb9\xb8\x58\xb0\x99\xc9\x99\x6b\x5a\xba\xd9\xe4\xd8\x9b\x39\x43\xdc\x74\x3c\xeb\x7c\xce\x02\x7e\x45\xc8\xa5\x11\x97\x7c\x68\x81\x1b\xba\x5c\x16\x39\xf8\xd7\x09\x7f\x92\x6f\x74\x8f\xd9\x36\x58\x27\x7b\x9f\xba\xd5\x4e\x15\xb0\x24\x31\x06\x6d\xb8\x4d\x38\x1d\xbb\x76\xb8\x93\x79\xbe\xf1\x15\x08\xc8\x08\xae\x0e\x4f\x8f\x26\x8a\x67\x4a\xe5\x28\x26\x6c\xe4\xea\xa7\x9e\x7b\xb3\xfb\xf2\xf2\x3f\xdb\x59\x7e\x1e\x5e\xc9\x1c\x9a\x3f\x5b\x9b\xc0\x7f\x9a\x5d\xcb\x51\xb0\x96\xe8\x12\xe6\x13\x90\x1f\xb4\x1b\x8a\x12\x5e\x10\x95\x16\x57\x98\xf8\x98\x46\x91\x99\x9f\x67\x55\xd4\xd4\x40\xd0\xb3\x3c\xad\xba\x59\x73\xd2\xfe\xe9\xe3\x7f\x19\xc8\xbd\xc9\xbb\xf0\x83\x9e\x67\xb8\xe3\x96\x4f\x6b\x6b\x57\x0a\x3b\x53\xd1\x93\x6c\x52\x7a\xd3\x87\xb3\x6a\xf3\x20\x85\xdf\xca\x28\x2b\x3f\xd5\x05\x37\x2b\xb6\xcf\xf6\x1a\x4f\x46\xae\x6d\xbc\x6a\xff\xa8\xf5\xdb\xf9\x9f\xa7\x7f\x54\xdd\x94\x5f\xba\xbe\xda\xda\x53\xdb\x78\xb2\xaa\xb1\xb4\xbf\x04\xb7\xe0\x34\x73\x35\xb7\x34\xb3\x36\x2b\x3c\x25\x32\x49\x3c\x3e\x3f\x12\x3d\xb6\xb0\xc8\xbe\x3d\xf8\x5a\xef\x9d\xe9\x57\xfb\xff\xbe\x36\x94\xfe\xb3\xeb\x5b\xf1\x57\x63\x3b\xac\x2b\x6e\x33\xca\x23\xb7\xc3\xab\x03\xce\x7d\x2d\xfd\xa6\x3d\xdf\x7b\x05\xba\xcb\xbb\x4f\x9f\x22\x76\xf8\xb4\x1e\xb4\xe8\xb6\xb4\xf5\x97\x4f\xa3\x3c\x33\x7e\xfe\xee\x82\xef\x93\xc2\x23\xe6\xff\x1e\x7f\x6c\xbb\xd5\x3f\xbd\xd9\x6b\x59\xf9\x36\xcd\x3e\xc4\xd9\xd5\xdb\x3a\xd2\x8c\xd5\x20\xd6\xe0\x52\xfb\xa5\xd6\xa7\xda\xb8\x4a\xb3\x0a\xb3\x42\xa2\x74\xa7\xdc\xab\x84\xa4\x5c\xa6\x3e\xa0\x6b\x7b\x34\x6b\xe1\x61\x67\xee\x44\xf7\x3a\xe3\x41\xe9\xaf\xff\xa6\xeb\xa3\xcb\x2d\x84\x79\xad\xe1\x84\x2e\x97\x06\x68\x15\x6a\xe9\xd3\x22\xfa\x02\xba\x3c\xc5\x9c\xf6\xcc\xae\x6c\x48\x46\x47\x86\x44\x1a\x49\xea\x97\x54\x84\xd4\xd2\xa4\xaf\x79\xed\x95\x53\xad\x2f\x07\xbe\xcc\x36\x6e\xd6\x1d\x19\x7f\xcc\x7d\xd0\x80\x42\xef\xd4\x8f\xfb\x37\x9a\xa6\xf1\x7b\x1b\x9a\xb1\x2b\x3a\xf3\x95\x32\x1d\x52\x5f\x24\x2c\xc4\x09\xc5\x70\x45\xda\x44\xde\x46\x4e\x84\x97\x86\xab\x87\xba\x04\x7d\x09\xf2\x0f\x76\x0a\x2a\x8b\x75\xcf\xc4\x2f\x4d\x6e\x22\xee\xdd\x9e\x76\xde\xa8\x38\x52\xbb\xf6\xf8\x11\x77\xa1\xb8\xc3\x36\xa5\xdf\x4d\x5e\x87\x5d\xa4\x91\x4e\x13\xa7\x18\xf9\x10\x8a\x10\x20\xe4\x1b\xe9\xe5\xe1\x45\xe9\x59\xe9\x96\xe4\x36\xec\x9a\xe4\x94\xeb\x74\xeb\xa4\xef\xc8\xe8\x70\xed\xf3\x3a\x22\x3c\xd5\xa9\x08\xbb\x3e\xae\xa7\x7c\x5a\x66\x33\xef\x44\xe2\xe3\xfe\x73\xcc\x79\x93\x6e\xb3\x9a\xd0\xdc\xa9\xc4\xb6\x30\x49\xdf\x65\xcf\x7c\xe7\x0c\x07\x6a\x9b\x72\xcb\x37\x16\x6f\xcd\x7f\x9a\x69\x99\x62\x9a\x4c\x9b\x94\x18\x09\x1a\x74\x18\x12\x19\x56\xda\xf0\x78\xe2\x84\xda\x25\x55\x17\x64\xd5\xd3\xf6\x26\xce\xba\xee\x94\x9e\x0a\xae\x68\x0c\x1a\xd4\xdd\xe7\x09\xc7\x25\x05\x44\xba\x91\xd8\xd5\x58\x48\x9a\x7c\x32\xa4\xd5\xfd\xa6\x55\xac\x89\xae\x4e\xa8\xda\xaf\xf2\xa0\x6c\xab\xb8\xa5\x90\xa0\x68\xa3\xe0\xa5\x70\xa6\xab\x68\x31\xe1\xba\x1c\x5c\x98\x84\x5d\x18\xd5\xc8\x35\x20\xb4\x68\xb2\x5f\x32\xd9\xdf\xbe\x51\xaa\x93\x6c\x1f\xa4\xe6\x14\x6c\xf6\x44\xef\x46\xd3\x5f\xe5\x58\xbe\x58\xa6\x43\xca\x5c\x22\x55\xec\x99\x58\xb8\xf0\x73\x61\x1a\xc1\x09\x81\x20\xfe\x3a\xfe\x0f\x82\x1d\xb2\x8e\x9a\x8f\x66\xb5\xae\x74\x21\x62\xc9\xbf\x4b\x9e\xb6\xe2\x8c\x46\xac\xa5\x0d\x3f\x6b\x14\xcb\x7d\x1f\xf5\xc5\xc3\xcf\xfc\x52\x87\x4e\x41\x5b\x72\x41\xd4\x54\xe0\x03\xaf\x2d\x17\x32\x87\x36\xeb\x0b\xd6\x32\x16\x3a\xa6\x01\x26\x03\xc6\x15\x06\x40\x2f\xce\x18\xc0\xeb\x2a\xd5\xa7\x89\x6f\x6e\xe1\xce\x1c\x4e\x9c\xde\x58\xc9\xd7\x15\xbe\x42\x3b\x80\x50\xf3\x98\x71\x1c\xaa\xe6\xb8\x65\x44\xa7\xb4\x2e\xaa\xcd\xc3\xc4\x9a\xc9\x68\x48\x0b\x4f\x75\x44\x89\x49\x8e\x04\x91\x27\xb9\x21\x61\x27\xba\x22\x3a\x21\x64\x20\xac\x26\xe2\xa6\xdd\xe5\xa1\x97\xd6\xd5\xfa\x64\x85\xe3\x5d\x16\xe3\x91\xe7\x57\xdf\xb8\x34\xdd\x27\x59\x8d\x9c\x76\x1e\x8c\xe3\x68\x66\x10\x2a\xef\xcd\x67\xc2\xb0\x46\xee\x4e\x8c\x88\xdf\x8c\x7d\x83\xf9\x1d\x7d\x15\x2d\x00\x35\x18\x05\x82\xbc\x80\xf4\x06\xe9\x0c\xc9\x11\x49\x89\xc0\x84\x6e\x8c\x6f\x58\x1e\x47\x3f\xd8\x81\x35\xf0\x30\x15\x94\xb1\x2c\x0b\xf4\x23\x54\x5f\x66\x60\x86\xb4\x38\x17\x18\xa9\x2b\xb4\xf2\xfd\xa2\xd3\xc2\x3b\x47\x25\x41\x64\x04\x9f\x00\x26\x4c\xb9\xa7\x84\x39\x49\xb8\x00\x07\x50\x02\x92\x98\xe7\x14\x26\xec\x3b\xe2\x95\x1a\x44\x96\x36\x5e\xcf\xa3\x3f\xe4\x9e\xac\x7e\x1f\x22\xac\x37\xca\x31\x88\xa6\xf1\x44\x30\x2f\x54\x4b\x10\x15\x64\x7e\x46\x1c\x8e\x14\x05\xc3\x7e\x4d\x98\xfb\x92\x04\xe0\x03\x05\x60\x08\xd3\x52\x44\xd0\x5a\x21\x95\xac\x1f\x44\x22\x55\x85\x9f\xbc\x71\x7f\x15\xf1\x23\xeb\xe3\x66\xff\xb8\x6e\x6b\x5d\x89\x42\xd2\x52\xa0\x84\xdd\x6b\xdd\x70\x19\x51\x6e\x32\xca\x62\xcc\x7c\xd8\x8d\x1d\x07\xd6\xa6\x45\x09\x50\x60\x8e\x5a\x4a\x80\x0a\x68\x90\x28\x08\x33\x18\xee\x04\x2b\x95\x1e\x4c\x7a\xdc\x64\x23\x09\xb3\x51\x9f\x6b\xce\x7d\xed\x55\xaf\x85\x64\x11\x84\x17\xb8\xd1\x9b\x92\x2b\xe7\x08\x09\x31\x52\x11\xb2\x20\xb8\x02\x12\x80\x05\x53\x81\xd0\x01\x3f\x6c\x86\x40\x09\xe8\x80\x19\x78\x87\x27\x4a\xb3\xcc\xfb\x4d\x7e\xcc\xf0\x93\xb3\x72\xc8\xef\x0c\xe4\xe3\xd6\xf5\xa0\xb1\x86\x56\x8c\xc2\x9c\x78\x44\xdf\x08\x6b\x4d\xad\x2c\x49\x47\x0e\x26\xf2\x70\x0c\x62\x98\x17\x98\x08\xf0\xc1\x7a\x41\xb0\x80\x10\x2c\xe3\xa3\x0b\xf0\xb0\xce\xa8\xd2\xb8\xc7\x64\xbe\xe8\x33\x3b\x54\x07\xa9\xa6\xdc\xbd\xff\xb5\x9f\x32\xeb\xfb\xd4\xb1\x92\x26\x4d\x37\xc4\xdb\xa9\xc6\x48\x5a\xe1\x81\x7f\x95\x6e\x04\x5f\x06\xee\x35\x20\x05\x04\x30\x47\x0e\x3d\xcc\x8d\x82\x0b\x58\x01\x0e\x20\xc0\x70\xa7\x20\xe3\x7c\x23\x95\xad\x47\x6f\xff\x26\xe8\x22\x65\xea\x33\xfc\x91\xdf\xaa\xf6\x60\x41\x03\x46\xae\x6f\xf4\x2b\x2f\x21\x4b\x15\x8d\x02\xf1\x56\xb6\x76\x48\x39\x9a\x28\x8c\x3f\x11\xc2\x14\x10\x6e\x40\x06\xc8\x80\x05\xe0\x07\x2a\x68\x46\x64\xef\x39\x56\xa5\x82\x75\x3d\xed\xdc\x03\x7b\x52\x4a\x7f\x86\x5d\xb6\x6d\xd9\x4d\xf2\x76\x68\x94\x6e\x27\x3f\x04\x41\x1c\xde\x1a\xf4\xc9\xbf\xe1\x67\xa2\x93\xc6\x1b\x81\x7d\x7e\x19\xc0\x00\x94\x60\xad\x1e\xc4\x80\x15\xf0\x01\x46\x34\x6e\x52\x3a\x36\x52\xb1\x1a\x8d\x53\x2b\x6a\x5f\xac\x44\x32\x28\xf4\xe3\xfa\x41\xf3\x62\x49\x7f\x68\x6d\x52\xb6\x49\x14\xbe\x27\x86\x45\x8b\x46\xab\xb8\x25\x3b\x26\x99\x04\x6a\x32\xcc\x9d\xa4\x0f\x78\x81\x3c\xf0\x87\xb1\x42\x49\x60\x81\x68\x4e\x64\xca\x04\x27\xb2\xa9\x9e\x6c\xa9\xea\x0b\x17\xbf\x0a\x85\x7e\x7d\x7a\x86\xb5\x91\x34\x2e\xde\x96\x54\xe2\x9b\x4c\x13\x94\xe7\x98\x6f\xd8\xa9\xb0\x27\xe0\x4b\xaf\x8b\x37\x02\xfb\x2e\xb4\x00\x3b\xb8\x41\x80\x47\x5c\x47\xf6\x46\x65\x40\x6b\xc2\xec\xa4\xd8\xe7\x2a\x90\x19\xd0\xd7\x73\xb8\x0d\x5e\x4b\x0b\x85\x42\x7f\x87\xbd\x3f\x7a\xae\x37\x2f\xde\xbb\x53\xcb\x93\xc3\x1c\xad\xe2\xf5\xcc\xf2\x58\x4b\x5e\x72\x87\xe3\x88\x5c\x18\xf5\x29\xb2\x3d\xea\x1b\x0c\x0d\xac\x1d\x5c\x3d\xbc\x57\x84\xae\xc4\x12\x24\xf7\x10\x4e\xe6\x33\x51\x2c\xb5\x22\xf3\x40\xcf\x3f\x31\x66\x79\x30\x0f\xe7\x67\xde\x93\xbc\xf5\xe8\xb1\xee\x36\xae\xd2\xa4\x14\xe1\xe0\x13\xe7\x24\x13\x15\xe5\x7b\x61\x6e\xc6\x1b\x02\x5d\x82\x01\xa2\xb7\xa4\x02\xe4\x85\x94\x76\xd4\xd7\x74\x2d\x8c\xa2\x4c\x46\xcc\xbf\xf9\x1b\xe4\xbf\x18\x62\x39\x36\x05\x37\xa7\xae\x56\xc0\x5a\xa0\x1e\xae\xdf\x0b\x3f\x8f\x99\x4f\xef\x4b\xa9\xdb\xc9\x1d\x89\x2d\xf5\x1d\xb7\xb5\xd6\xb3\x97\x9d\xe5\x8d\xa2\x3e\xa6\xb1\xa6\x77\x67\x74\x67\x99\x63\xb7\xe5\xac\xe3\x1e\xe7\xeb\x17\x8c\x12\x91\x97\xfe\xa5\x1d\x66\x75\xe9\xfd\x18\x9b\x9f\x1f\xd9\xf8\xbf\xdc\x80\xca\x69\xf0\xfa\xa7\x89\xfa\x4e\xce\xf2\xb3\x0c\xf8\xf0\x45\x0f\x64\x0b\x3d\x4d\x3a\x09\x0f\xce\x32\x4e\x47\x9e\x70\xbe\x53\x41\x5c\x11\x3e\xb1\x26\x49\x77\x19\x33\xb9\x6c\x45\x0f\x8d\x30\xb3\x28\x37\xb3\xb0\x9b\x0c\x84\xca\xa4\xa7\x4f\xfe\xef\x84\x07\xaf\x2b\x89\x17\x51\x4b\x68\x83\xfa\x4d\xbe\x45\xd7\x49\xf1\xc1\x11\xce\xd5\x4f\xe8\x54\xa2\xc5\x22\xc5\xb2\xa4\xb4\x65\x08\xe4\x89\x14\xff\xa8\x98\xab\xcb\x69\x29\xe8\xb6\xe8\xef\x9a\x3a\x38\xed\x07\xb1\x27\x29\x17\x9d\xb6\x20\x8e\x44\xfd\x0f\x75\xbe\x3a\x9d\x6d\x6f\xf7\xcc\xe8\xf6\x68\xd4\xe1\xe4\x25\xc5\xdb\xfb\x7b\x39\x8c\x18\x7c\x57\xd9\x55\x89\x57\x17\xd2\xf4\xd5\xbe\xd2\xc7\x35\x62\x33\x85\x33\xf7\xb3\x02\x76\x9c\xce\xb5\xfe\xb5\x71\x5e\x79\x68\x75\x92\xbd\xdf\xe6\xb1\xff\xc6\xfe\x92\x6b\xb7\x57\x13\x6b\x98\xe3\x21\x1d\x06\x55\x68\x59\x9c\x31\xaa\x3e\x45\xb6\x2d\x46\xe1\x46\x54\xa6\xa9\x66\xe8\x16\xd1\x36\xaa\xf6\xa8\x8e\x3f\x5c\xcd\x3c\x10\x7c\xa7\x03\xbd\x63\x16\xb3\xd1\xab\x08\x3b\x3f\x4c\xca\x6e\x7c\xf9\x17\xf2\x0a\xbd\x83\x7f\xfe\x73\x29\x71\xb8\xbe\x4d\xac\xf4\x32\xc3\x2a\x4a\xc3\x8b\xc5\xc1\xd5\x6e\xd3\x21\xd0\xf9\xa7\x1b\x86\x47\xb5\xcf\xb0\xbf\x71\xf0\x9b\xf0\xf6\x68\xe3\x84\xb1\xcc\xad\x72\x68\x5b\xd7\xc8\xf2\xca\x9b\x43\xad\x7f\xc3\xef\x17\xe7\x73\xe5\xdd\xec\x79\xba\x41\xda\xe6\xf0\x52\xa3\xb4\x8f\x11\x62\xbe\x3f\x7d\x71\xfc\xf6\x02\x35\x82\x7b\xc3\x9d\xa2\x1c\x62\xf7\x12\x71\x53\xdd\x32\xdf\xe6\x61\x94\x75\xb6\xac\x0d\xd1\x2d\x62\xec\xaf\xbd\xd9\xfe\xf7\x09\x7f\x24\x6e\x8d\x4e\x46\xb6\xfe\xcc\xb2\xf7\xe5\x35\x13\x97\x7c\x4d\xbb\x8a\xf9\x13\xb5\x1d\xc3\x1b\x7b\x92\x10\x97\x82\x93\xc1\x9c\xed\x97\xf7\xa5\x88\xaf\xec\xbe\xda\xbf\x19\x3a\xd0\x30\x37\xbd\x93\x75\x4e\xf0\x79\xe5\xbf\x24\xe0\xc1\xfd\x5a\xf2\xe8\xf5\x66\xf8\xcc\xda\xc0\x4c\x73\x5e\x59\x4f\x8e\x68\x7a\x41\x16\x51\x4e\x44\x9e\x79\x11\x45\xc9\x43\x65\x70\xcd\xdb\x46\x94\x36\xba\xce\xe3\x81\xe0\xd9\x81\xad\xc8\x13\x9a\x5b\x9a\x3f\xfd\xff\xe2\x40\x2d\xb7\xf5\x6f\x6a\x4e\x6e\x5e\x7a\xef\x4f\xef\x98\x6c\xbe\xda\x34\xde\xc4\x78\xe6\xbb\x8e\xb7\x46\xf2\x6c\xfc\x19\xd7\xca\xab\x25\x87\x15\xd9\xe5\x80\x15\xac\xdd\x83\x63\x84\xf7\x67\xf7\x52\xff\x3f\x06\x52\xf2\x25\xf5\x1d\xc5\xeb\x5f\xbb\x61\x6b\x68\x4b\x8d\x73\x9b\x33\xec\x93\xaf\x26\x5f\x8f\x7b\x8c\xd8\x8d\x75\x8f\x06\x8e\xf4\x0c\xed\x0c\x7e\x1e\x6c\x19\x30\x1b\x94\x1f\xca\x9f\x0d\x5f\x7b\xfa\x12\xed\xd2\xeb\x2e\xf0\x71\xf8\xef\xcf\x3f\xfc\xc9\xf7\x9c\x72\xff\xea\x99\xe3\xcc\xcd\xd8\xea\x10\x61\xbf\xe2\xd3\x88\x4e\xe1\x0e\xe2\xf6\xc8\x36\x8f\x16\xed\xe6\xdc\x66\x9f\x66\xdd\x46\xfa\x7a\x84\x7a\x82\x7a\x81\xc6\xce\xee\x57\xe3\xc8\x4b\x8f\xbb\xef\x4f\x89\x6f\x20\x0f\xa9\x7f\x31\x10\x94\xe3\xf0\x6d\x87\x05\xf6\x91\xfb\xee\xb9\x76\x8a\x86\x0f\xb5\xcb\x55\x96\x95\x1e\x65\xb9\xe5\x12\x25\x3e\xc5\xc9\x85\x9b\x05\x0a\xf9\x3b\x79\x83\x39\xc8\x79\xe2\x79\xbd\x05\x8e\xd5\xba\xed\xc5\x43\x93\x73\xe9\x5b\x16\x47\x4d\x1f\x1b\x1e\xf0\xa0\xd0\x4f\xb1\x27\x06\x9b\x6f\x67\x5c\xfb\x89\x5b\xba\xab\xa7\xca\x8f\x0a\x41\xee\x4e\xe6\x5e\xfa\x51\xca\x52\xf2\x61\x22\x6d\xd2\x74\x82\x7a\x7c\x66\x6c\x72\x2c\x6d\xb4\x58\x8c\x7f\x74\x56\xfc\x6a\x36\x61\xb9\x7e\xb3\x49\x5f\xd7\xf4\xea\x46\xdd\x11\xe5\x35\xc5\xfd\xb7\x4b\xf7\xad\xf6\xe9\xa6\x9e\xf4\xfa\xf2\xe2\x92\x6c\xcb\x34\xfd\x44\x8e\x18\x9e\xc8\xd7\xe1\x92\xc1\x8b\x01\x33\x81\x91\x81\xa8\x7e\x96\xbe\xed\x3e\x77\xbe\x2c\x9e\x50\xef\x73\xcf\x47\x7f\xc2\xa8\xfe\xb4\x81\x62\x8a\x06\xec\x9e\xf6\x69\x9c\x4d\x81\xe3\xf2\x2b\x8d\x17\x12\xb3\xf6\xbd\x18\x75\x72\x79\x31\x29\xf4\xd1\x9a\x61\x57\x01\x9f\x7d\xd4\x3c\xb0\x5c\x87\x9d\xc7\x9c\x54\x1d\x74\x1c\x06\xec\xbe\xdb\x38\x59\x95\xda\xb0\x59\xee\x58\xe5\x58\x54\xd8\x3d\xf1\x0a\x0c\x9b\x49\xd6\x2e\x98\xad\xfb\xd3\x73\x34\x93\xb3\x2d\x7d\x44\xb2\xb2\x32\xb0\xdf\x10\x94\x7f\x91\xb0\x1d\x5c\xe4\x1d\xe9\xd2\xe5\xc0\x67\x9d\x64\xe6\xfb\x04\xdd\x78\xc7\x90\xc3\xa0\x50\xdf\x5a\x77\x59\xe7\x8b\xb6\x9e\x76\x87\xd6\x5b\x1d\x42\xcd\xe7\xfa\x9b\x56\xc6\x6e\x9d\xc1\x6f\x12\x8f\x0b\xb2\x1b\xf0\xfb\x32\xe6\xc5\x76\x09\xa6\xa0\x9d\x92\x65\x57\xa9\x0a\x21\xbb\x9e\x04\xb6\x92\x4f\xa2\x0d\xbc\x75\xa9\x35\x95\x55\xdf\x29\xd3\x29\x09\xca\x67\xc8\x8d\xcb\x85\xc9\xf6\x48\x5f\x49\xdd\x49\x16\x49\x0d\x4b\xf1\xc8\xb3\x69\xa3\x9b\x13\xbb\x5c\x06\x9b\x25\x79\x15\x75\x34\x8b\x0c\xcb\xae\x4f\x8e\xd2\x36\x0d\xe6\x27\xc4\xca\xf8\x2e\xda\x4d\x1b\x33\xa8\x4f\x29\x72\xc9\x6c\x4b\xc8\x88\xb6\x09\xd3\x08\x28\xf0\x6b\xf1\xbd\xe2\x3d\xe6\x69\xe3\x8e\xe0\xa6\xe6\xe4\xe3\x62\xe2\x84\xe7\xc7\x96\x76\xd5\xf8\x64\x16\xe6\x6a\x14\xf2\x2a\x35\xa9\x2c\xa8\xdd\x71\xf5\xc9\xa0\x55\x9d\x63\x56\x7b\x04\xb1\xc7\x99\xb9\x9a\xe6\x9a\x6c\xb7\xd0\x00\xaf\x3f\xa7\x2a\xeb\x04\xf3\x2a\x63\x1d\xfd\x01\x9d\x0c\x6d\x2a\x2d\x13\xf5\x1e\xd5\x7b\x2a\x5b\x4a\x09\x4a\x71\x7a\x46\x6e\xa8\x14\xbc\x26\xc4\x5c\xd5\xc3\x38\x52\x2b\x9b\xba\xa6\x7b\x79\xa2\xbf\xbc\xa6\x3a\xd3\x2b\x9c\xc1\x8d\xce\xf4\xb5\x6a\xb5\xe8\x31\xfb\x22\x9d\x2a\xe5\x4f\xb2\x49\x92\x24\xa2\x17\x04\xe3\xf8\x54\x78\x4c\xb8\x70\x38\x8c\xd8\x53\x38\x00\x3b\x06\x5b\x9e\x40\x93\xe6\x19\x0f\xa5\x74\x9f\xf6\x67\x1b\x29\x3f\x9e\xf8\xce\xa2\xf0\x15\xaf\x81\xa0\x5a\xff\x6c\x8c\xc8\x72\xf7\x07\xb3\x5c\x35\x64\x91\x1a\xe6\x97\x10\x4b\x9c\x3c\x8c\x5b\x34\x6e\xe4\x0c\x44\x1e\x78\x6b\x38\x53\x98\x8b\x91\x03\x58\x03\x76\xa0\x86\x28\x47\xd0\x4b\x2f\x25\x40\xa0\x00\x35\x32\x74\xe6\x08\x9d\xcd\x78\xbe\xc6\x39\x9c\xdd\xd8\x5f\xc0\x12\x17\xe4\x8b\x6d\xf5\x5d\x6b\x5c\x92\x97\xfd\x3d\x39\x13\xfa\xff\xe3\x2b\x04\xb0\xc4\x24\x29\x60\x83\xe5\x61\x04\x80\x08\xa0\x02\x4c\x70\x01\xb8\xda\xd4\x47\xdc\x7d\x32\x04\x3a\x07\xb6\x64\x7e\x0f\x89\x24\xdb\x48\x93\xa4\x1d\x6f\xcb\xe9\xd3\x50\x42\xd2\x9c\x0e\x8d\x78\x14\x12\xf9\xad\x68\x6f\xf1\x7c\xe0\x30\x01\x1e\x60\x00\xd4\x80\x0b\xe0\xc0\x7e\x53\x01\x1a\xa0\x0a\xe8\x81\x0b\x96\x04\xc5\x1e\xa7\x8e\x94\x8f\x96\x9b\x35\xf0\xb5\x8d\x73\x7e\xf1\x7a\x71\x65\x40\xba\x41\x30\xb7\x21\xba\xcf\xf3\xa7\x85\xb0\xfa\x95\xd8\x0f\xd6\x34\xd2\x6e\x94\x77\xb0\x36\x33\x4e\x40\x01\x18\x60\xd9\x1e\x3c\x20\x01\xb8\x01\x13\x30\x43\x43\x21\xcd\x65\xed\x10\x8b\xd1\x78\x6b\x39\xeb\xd5\x18\x3b\x7f\xda\xb4\xf9\x67\xca\xbc\xbd\xb4\x54\x33\xd9\x37\xb0\xc5\xfe\x50\x5f\x5c\xf6\x19\xcf\x22\x0d\x0d\x8e\x1b\xa0\x86\x79\x38\xa9\x01\x2b\xcc\x89\x8a\x01\x70\x80\x22\x60\x00\xdc\x48\xc1\xc4\xbc\x4c\x9b\x22\x68\xaa\xf1\x16\x68\x9e\xda\x31\xce\x1f\x2e\x0e\x4a\x16\xbe\xf6\xa5\xd4\xbc\xcc\x7a\x11\xc1\xe6\x4e\xf3\x24\x54\xd5\x47\xc4\x97\x39\x97\x44\x00\xb9\x0e\x10\x02\x76\xd8\x4e\x16\x0e\x20\x0f\xeb\x78\x65\x00\x6c\x40\x08\x41\x9e\xe0\x13\xa3\x89\x60\xbf\xca\xa5\x99\xbe\x87\x73\x64\xdd\x37\xd4\x53\xa4\xf5\x98\x31\xc4\xe6\xdf\x85\x6f\x12\xe4\xfd\xb2\x6c\x9f\xe8\x1a\x4a\xff\xe0\x16\xa1\x1a\xc6\x26\x06\xa4\x00\x03\x10\x02\x32\xc0\x05\x38\x81\x34\x50\x04\xc4\x00\x13\x48\xc3\x69\xe3\x9f\x31\xec\x0a\x2d\x29\xee\x18\x2f\xb9\x22\x47\x68\x3e\xd4\xbf\x7b\xbb\x8f\x33\x2b\xfa\x14\xa3\x0a\x2f\x43\x2d\x2c\xc7\x95\xcd\x64\x4b\xc5\x48\x78\x8d\x59\x86\xb8\x0e\x29\x09\x08\x01\x6e\x20\x0e\xc8\x81\x25\x90\x07\x62\x40\x1a\xe6\x90\x65\xc4\x61\xa1\xc9\xe2\x4d\x57\xd0\x30\xc2\x71\x5e\x08\xc7\x80\x42\x3f\xb1\xbf\x16\x58\x25\x18\xe6\x6e\x5a\x2a\x98\x88\x67\xf1\xd5\xb3\xc9\xd4\x65\x91\xf1\xe7\x11\xa1\x66\xc7\xba\x02\x3c\xb0\x6c\x92\x20\x60\x02\xd8\x40\x05\xee\x0f\xfc\x37\xc4\x08\xa4\x03\x7c\x5c\x06\x5c\x21\x2b\x95\x65\xb3\x6c\xcf\xf4\x98\x6c\x28\xf4\x47\xf0\xa5\xd5\x0e\xc9\x34\x5d\x97\x52\xc5\x42\x7a\x72\xd8\xa3\x9b\x82\xe9\x83\x6a\x84\x48\x3f\x2b\x23\x89\x38\xa2\x11\x3c\x31\x62\x22\xf2\x7b\xb4\x18\x8c\x97\x58\xc7\x38\x5f\xf0\xa8\x08\x30\x09\xc7\x29\x07\xb8\x34\xa5\x4f\x74\xcf\xed\x95\x03\x7f\xa4\xc0\x36\xaa\x5f\x1f\x1c\x7e\x5c\x11\x1e\x2c\x6d\xe2\x2c\x48\x8e\x6f\xf6\x27\xb7\xf7\xd5\xe7\x91\xfb\xce\x27\x40\xf3\x11\xfb\x1d\x76\x11\x9e\x0d\x41\x28\x71\x12\xe9\x67\xf2\x5a\xca\x5a\x1a\x4a\xba\x47\xfa\x3f\x6c\x54\xa2\xb7\x6a\xd5\xe6\x28\x9e\x78\xd1\x26\xb9\x30\xf4\xbf\x77\x38\x5f\xda\xc1\x9e\x5a\xe9\x0a\xad\x1c\xc8\xd8\x8c\xf8\xec\x3e\x63\xa1\xac\x11\x23\x31\xca\x6e\x46\xce\x41\x61\x4e\xa5\x4c\xb3\xce\xc0\xc5\x34\xc2\xf2\x8d\x1d\xc2\x55\xc2\x1b\xc9\xf7\x5d\x98\x42\xb1\xc1\x88\xd4\x09\x2e\xd8\x20\x95\xb5\xfc\xff\x3a\x2c\x83\xae\xe1\x0e\x47\x56\xac\x87\xc3\x9b\x05\x8b\x3e\x25\xad\x05\x75\x39\xfd\x7f\xac\xfd\x63\x98\x5d\x5b\xf6\xfe\x0f\xaf\x24\x95\x14\x82\x42\x92\xb2\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\x57\xa5\x98\xfd\x5c\x5d\x7d\xba\xfb\x9c\xd3\xfd\x7b\xae\xff\x8b\xef\x7a\x7f\x8f\xb5\xaa\xf6\xde\xe3\x33\xd7\x9c\x63\x8c\x7b\x4c\x51\x4a\xa0\x86\xde\x82\x90\x9f\x18\x96\x24\x8f\xdc\x9a\x72\x89\x66\x98\xfe\x85\x71\x94\xc5\x9c\xe3\x82\xab\x9e\x57\x4f\xaa\x4f\x2b\xdb\x1a\xd9\x87\x28\xb6\x39\xff\x8f\x5d\xef\xfb\x9e\xdd\xd6\x59\xf0\x1e\xb6\x6a\x95\x6c\xb4\xa8\x49\xef\x22\x9b\x4f\xda\x7d\xd2\x3c\xdc\x1f\xe8\xc9\xe8\x6d\x19\x7f\xb3\xbc\xb0\xf3\x70\x69\xf2\x5e\x0a\x18\x0b\xdb\x8a\x16\x48\x70\xc9\x48\xa9\x53\x9b\x59\xba\x19\x84\x83\x65\x90\x56\x56\xfc\x81\x8c\xde\xf3\x84\x35\xcc\x31\xf8\xd6\xd3\xd2\xbe\xd4\xf3\x30\x2a\xb7\xcf\xe6\xe6\x1a\x5f\xc4\xa5\xb8\x6f\x78\x12\xf9\xeb\x05\xdd\x85\x7f\x8b\x3d\x4b\xb5\xc8\x5a\x2b\x74\x28\xc7\xa9\xe9\x68\xcd\x19\x4f\x39\x95\x06\xf1\x24\x09\x17\xbf\x6f\x21\xff\x17\x75\x7e\x8d\x1c\x30\xcc\x2f\xf4\x2f\x37\x54\x17\x9c\x27\x7e\x08\xa2\x75\x2a\x36\x56\x57\x1e\x95\x94\x97\x36\x94\xf9\x25\x4f\xa6\x64\xa7\x5a\xaf\x61\xa5\xed\xa6\x67\x6a\x84\x6c\xe2\x63\x79\xe5\xd0\xe9\x4f\x12\x27\x9a\x7b\x5d\x27\xd7\xff\xe5\x3f\xe0\xbb\x76\xdc\x86\x9e\x26\xec\xd6\xa9\x49\xc9\xfd\x16\x87\xe7\x5f\xe5\x10\x66\xa8\xa3\x61\xad\x3e\xa6\x05\xa6\xe3\xaf\xcf\x69\xe4\x6c\xf6\xde\x32\xda\xe6\xc1\xc1\xce\x39\xc5\x7d\xc1\x8f\x23\xfa\x39\xab\xbe\xea\x4b\xe7\xec\x94\xe8\x7f\x22\xbc\xf2\x9d\xae\xae\xd6\x8c\x93\x75\x14\x54\xd2\x67\x0d\xc7\x40\xf8\x16\xd8\x82\x4c\x19\x4d\xfd\x2c\x1e\xac\x87\x6c\x93\x1d\xbc\x5d\x3c\xdd\xd5\x3d\x5f\xfd\x25\x82\x81\xf0\xf0\x58\xbd\x8c\xdb\x72\x85\x36\xa9\xd1\xee\xd5\x85\x3f\xe3\xf7\xa1\xef\x90\x6f\x99\x78\xe4\x7d\xab\x60\x59\x5b\xa6\x5a\x34\xb5\x2f\x89\x73\x99\xb3\x81\x1b\xba\xbb\xbd\x37\xa4\x6f\x5d\xe0\x74\x88\x5a\x84\x4d\x74\x42\x62\x7a\xea\x52\xee\x5e\x99\x55\x8b\xc3\x50\xda\xe2\xfd\xe1\xdf\x3c\xfa\x6f\xe1\xf6\xbf\x2f\xa4\x0c\x09\x37\x53\x97\xd6\x65\x18\x45\x3d\x07\x6b\x04\xee\x07\xeb\x85\x41\x47\x44\xc6\x30\xc7\x77\x27\xf3\xa4\x99\x66\x51\xe5\xcd\x15\x5f\x57\x6c\x37\x77\x0c\x26\xce\x17\xef\x89\xdf\x36\xfc\x6d\x15\x00\xba\x7e\xd8\xc1\x9c\x8d\x18\x84\x6e\x89\xa9\x50\xce\xe2\x4b\x5c\x8e\xff\x98\x08\x97\x3c\x98\x96\x9f\x09\x91\xfb\x5a\xa8\x5b\xaa\x51\xa9\x56\x9b\xde\xd8\xde\xce\x3f\x90\x32\x67\xbe\x93\xf8\x67\x5f\x57\x10\xe8\x69\xea\x4a\xef\x84\x79\x5f\x73\xfb\x6e\x3d\x64\xa5\x73\xd1\x74\xb9\x65\xa9\x76\xe1\x75\xde\x7a\xce\x6e\x16\x67\x36\x7f\x56\x61\xda\x75\xba\x62\x2a\x60\x9a\x62\xde\x6b\x8b\xf9\x54\xf8\xd7\x7f\xf9\xd3\xdd\x3a\x1c\x99\x6e\x7a\x2e\xc3\xcd\x3d\x4f\x61\x8f\x83\x0d\x07\x0d\xc2\x0c\xd8\xf6\x85\xf7\xe5\xf6\x55\xf6\xf8\x74\x37\x76\xc3\x76\x89\x76\x7d\xe9\x50\x6a\x0f\xeb\xb0\xea\x33\x99\x28\x5f\x91\xdf\x7f\xba\x36\xfe\xfd\x6f\x7f\xfc\xdf\xd1\x97\xf7\xbb\xb6\x8b\xb6\xe3\x35\xc3\xa3\xbd\x5e\x1d\x61\xad\xf9\x8d\xaa\x0d\x86\x75\x55\xb5\xf4\x35\xc8\x55\x8e\xd5\xa5\x55\x15\x95\x73\xe5\x62\x15\x9f\xcb\xba\xcb\xc8\x4a\x0d\x6a\x51\xdb\xb7\x46\xc0\xe6\x99\xb7\x65\xcf\x8f\xff\xd9\x0b\xf3\x7b\xed\x7c\x6c\x53\x73\xfa\x66\xc0\xaf\x83\xb3\xa9\xb9\xd6\xbe\x2c\xa0\xc4\xbc\x50\x35\xcf\x36\x67\x28\xeb\x77\x56\x6d\x26\x58\x86\x7f\x06\x57\x1a\x7b\x8a\x49\xf2\x50\x4a\x69\xaa\x43\xf2\x69\xf6\x64\xb9\x74\xd3\x43\xdf\xdd\xb4\xf0\x06\xdf\xe9\xee\x33\x19\x08\x74\xb5\xbc\x35\x30\x19\xd0\x9d\xd0\xd0\x58\x4e\x58\x68\x90\xdd\x9c\x66\x9b\x02\x97\x40\x1b\xa7\x15\xdd\x13\x95\x16\xf9\x33\xa2\x37\x82\x2a\x1c\x26\xe4\x28\x58\x2f\x24\x2b\xf0\x26\x98\x2d\x04\x2d\x3a\x33\x6d\xab\xe8\xa8\xae\xbf\x3b\x7d\xf2\xc3\x3a\xdb\xe9\xe3\x83\xe0\xce\xd4\x54\x4f\xe7\x63\xb5\x5b\x01\x74\xfa\x50\x22\x4c\x0c\x51\x18\x5c\xd0\xb3\x3f\xa5\x0f\x99\xb7\xb1\x87\xa6\x9b\x9d\x3b\xba\xab\xb7\xab\xbf\xab\x98\xb3\x87\x53\xb1\x83\xbb\xd3\x9d\xc3\x94\xb7\x5c\x98\x4f\x92\x69\xde\x7a\x0d\x41\x17\xcc\xc4\xec\xfa\xc8\x51\xf5\xbc\x4f\xaf\x61\x8d\x5d\x2e\x58\xa2\x76\x84\x58\xa0\x9e\xd7\x99\x1b\x91\xc3\x8d\xdd\xb3\x8d\xaf\x25\xb7\x25\x84\x79\x84\xe9\xbd\x69\xbd\xc9\x99\xb1\x81\x11\xbe\xe1\xb1\x41\x86\x11\xad\x21\x8b\xd5\xa2\xdb\xbb\x20\x89\x78\xe5\x5c\xe8\x6a\xab\x2e\xaf\xc9\xba\xf5\xc6\x61\x85\xc6\xa0\x82\x94\x84\x96\x50\x18\x4f\x46\x87\x27\xeb\x59\x93\x27\x83\x17\x9d\x75\xad\x54\x0d\x6a\x35\x36\x15\x1b\x55\x05\x95\x6d\x15\x6f\x95\x1f\x0a\xbf\x94\x28\x14\x70\x14\x88\x15\x94\xb5\x14\x4c\x77\x9d\x72\x02\xf0\x63\x1f\x72\x6e\x6a\x2c\x7b\xaa\xe6\x82\xbb\x53\x2b\x3f\xa5\x5b\x47\xc4\x7a\x7d\xb0\x95\x30\x2a\xd3\x9e\x55\x2d\x57\x8c\x94\xb9\x90\x0c\x96\xc8\x17\xe3\x17\x53\x11\x0d\x16\xe5\x11\xd6\x12\x16\x10\xdc\x16\x58\xe2\x4f\xe1\x2f\xe3\x9f\x94\xbc\x51\x83\x31\x66\x71\x98\xf6\x8f\x8f\xeb\xca\xbb\xae\xaf\x9f\xe4\x6c\x1d\x2e\xb2\x48\xb0\x0d\x2c\x74\x24\x36\xde\xd2\x60\x97\x59\x10\xc3\x17\x2c\xe4\x4b\xe1\x62\xe2\x88\x63\x6b\x66\x99\x65\x76\x62\x3a\x66\x6c\x67\xdc\x67\x18\xa4\x37\x65\x40\xa1\x4f\xa6\x77\xe2\x5c\x14\xf3\x56\x5e\x33\x12\x71\x64\x08\xb4\x4b\x6c\x2c\x76\x19\xdd\x6e\x3c\xc8\x6b\x89\x99\xf4\xc1\xb2\xde\xd6\xb1\x94\x63\x12\xd2\x66\xf7\x65\x6a\xa1\x43\xa3\xfe\x4e\x49\x4e\xe6\x49\xfa\x91\xb8\x93\x98\x8a\xf0\x89\xa0\x8a\xa0\x16\xff\x01\xff\x3b\xde\x30\xfe\x06\x15\x0c\x5b\xaa\x48\x98\x72\x85\x71\xa9\x4b\x7c\x18\x53\x7a\xcf\x88\x56\x83\x4f\x2e\x47\x4c\xaf\xb7\x81\x65\xb2\x26\x9c\x24\x07\x97\x18\xad\x3e\x09\x2a\x5e\x20\x36\x15\x86\x1e\x9a\x34\x4a\x1a\xb2\x0d\xe2\x06\xc2\x2b\x42\x12\x22\x2c\x22\x2d\x42\x1d\x02\x1e\x42\x26\x66\x0d\xb9\x30\x1b\xba\x18\xba\xda\x89\x85\x9d\x47\x42\xf4\xc2\x28\x58\x63\x77\xc1\x50\xec\x8a\xcf\x96\x55\x87\x26\x8f\x44\x2c\x87\x33\x79\x11\xa6\x2f\x02\xea\xf7\x2a\x98\xfa\xaf\x3b\x5f\xde\x41\x55\x41\xc6\x41\x1c\x42\x28\x42\x30\x43\xd0\x41\x50\x80\xaf\x82\xe7\xc2\x5c\x63\xe2\x53\xca\x70\x26\x48\x15\xe9\xc4\xd9\x25\x06\x62\x4e\x88\xb4\x76\x94\xf0\x27\xa1\x07\x4c\xd8\xdd\xeb\x56\xcb\x40\x72\xcd\x53\x6e\x62\x42\x42\xf7\x82\x05\xbc\x73\x06\xa0\x00\x3c\x40\x1d\xa0\x7f\xdb\xbd\xf8\x07\x7d\xe9\x00\x6c\x00\x0d\xfc\x0e\x01\x0e\x1f\x97\x41\x58\x20\x5a\xa9\xc2\xb4\xc9\x5d\x7b\xd6\xae\xbb\xb3\xca\x2a\x23\x2d\x9c\xdf\x0d\xce\x14\x5c\x39\x4b\x70\x98\x61\x18\xdf\xe1\xe7\xe5\xc7\x29\xe0\x2b\xc0\xf6\xb6\x03\x03\x01\xc0\x01\xc8\xc0\x0f\x00\xe5\xed\x3c\x83\x1a\xec\xe5\xc7\x67\x9c\x2a\x5a\x5f\xde\x67\x79\x5e\xc3\x1f\x4e\xdd\x2b\xcf\xc3\x2e\x4d\x6c\x85\xb0\x09\x18\xbe\xcf\xd6\x71\x5a\x52\x92\x9c\x1c\x7c\x64\xaf\x68\xc0\xd7\x4f\x00\x1c\x40\xf2\xd6\x79\xf1\xe3\xad\x0e\x85\x16\x20\x02\xde\x03\x6c\x00\xe9\x3b\x1c\x98\x69\x2c\x46\x6a\x6a\x1e\x65\xb9\x19\x83\x23\x87\xe9\xdd\xaa\x99\xe6\x6e\xef\x4a\xb7\xf4\xb0\x50\x0e\xe7\x28\x23\x31\x85\x40\xfe\x10\x3a\x1e\x5c\x89\x1f\x36\x60\xba\xc0\xb7\xb7\x39\x1a\x10\x00\x2e\x80\x0d\x7c\x05\x70\xde\x7a\x59\xc5\x00\xba\xaf\xbb\x68\xeb\xe4\x20\x2e\x3a\x99\x09\x7d\x1a\x07\x8e\x73\xb7\xd5\x9c\xe1\x8c\x46\xa1\x7c\xb0\x18\x0f\x6f\x6d\x4b\x06\x0d\x6a\x31\x25\xd6\x2b\x52\x37\x94\xcb\xcf\xf1\x6f\x95\x9b\x50\x00\x37\x20\x0f\x30\x00\xa8\x80\x38\x80\x0b\xf0\x02\xc4\x00\xf1\x67\x4f\xd4\x27\x72\x53\x8e\x17\x69\x1b\x3d\x4c\x07\xda\x5f\xa1\x3b\xaf\xd3\x68\x1d\xbf\xca\xc0\x52\xde\x07\x49\x3b\x3a\xe9\xf7\xc9\x05\xf2\xe6\xd0\xcc\xe3\x0c\x7e\x8f\x79\x3f\x0f\x20\x00\x24\x6f\x1e\xb9\xdc\x6f\xb3\x59\x19\x81\xaf\x00\x23\x40\x0b\xe9\x82\x38\x4f\x9c\xc9\x4a\x21\x1e\xa7\x59\x6e\x7d\xfa\xdb\xe6\x54\x6a\xc9\xb7\xbf\xb5\x56\x39\xe7\x7d\x94\xa3\xc7\xad\x79\xb7\x1a\x9e\x68\x04\x4b\x26\xc9\x2b\x4a\x18\xd4\xdd\x1f\x15\x20\x50\x80\x06\x80\x05\x70\x03\xe8\x00\x3d\xa0\x0c\x50\x82\xeb\x20\x79\x93\xb4\xb2\xb3\x49\x7d\xd4\xe9\xb7\xcf\x02\x81\x6e\xd4\x37\xfd\xc6\x3b\xdb\x52\x4a\x24\x93\x1c\x02\xd6\x1d\x08\xf4\x3f\xca\x41\xf2\xfd\xa4\x2d\xc5\x03\xff\x3e\xf5\x8e\x09\x40\x07\xbe\xbd\x47\x00\xb3\xfe\xd4\x0b\x09\x09\x25\xf3\x85\xe8\x6b\x0c\xb4\xe8\x77\x3a\x9c\x58\x3a\x22\x01\x52\xa5\x12\x53\x62\xf7\xed\x7f\x64\xd8\x23\x81\xf9\xec\xbe\x0f\x35\xf2\x59\x7d\x51\x90\x1e\xcf\x16\x3a\xea\x04\xe2\xdc\x6c\xfb\x64\x5a\xa8\xaf\x50\x4c\x50\xea\x5f\x86\xa1\x19\x60\x0f\xbf\x1f\xc3\x57\x23\xfd\x40\xc6\x45\xcd\x43\x7f\xc4\xc2\xa2\xa0\xe2\x58\x93\x12\xd5\xe1\xb6\xeb\x08\x7c\x9b\xde\x70\xc5\xb2\xd1\x32\x16\xd5\x0a\x53\x7c\x94\x0c\x19\x24\xe4\xc8\x6d\x48\xab\x30\x2b\xc8\xce\x90\x80\xdf\x0d\x8f\x89\xa0\x80\x74\x84\x8a\x80\x51\x84\x15\x86\x6b\x81\x2f\x4f\xb8\x48\x32\x4a\x36\x43\xbe\xcd\x52\x24\x62\xa7\xca\x6c\x96\xe9\x11\x14\x95\xfb\x96\xe7\x99\x0f\x2d\xe6\xeb\x7b\xab\x6a\x89\x72\xa4\xa3\x7d\xbc\x4b\xac\x51\xb4\x65\xa4\xe6\xb8\x25\xa8\x44\xb0\x13\x70\xc5\x09\x30\x89\x28\x48\x69\xc9\x2b\xa9\xd1\x68\x23\x18\x24\x98\xde\xb1\xe6\x70\xc8\x0a\x12\x2a\xa4\x1b\xf4\x3b\x66\x04\x7f\x4c\x19\xff\x67\xb6\xbe\x9c\xd9\xd4\x1d\x57\x6e\x63\x28\x53\x49\x7d\x0e\x6d\x74\x5d\x35\xa3\x52\xbd\x11\xfb\xce\x9a\x45\xb9\x4f\xb5\x40\xf3\x48\x1f\xc8\x94\xc9\x4a\xcd\xe1\xc0\x95\xc7\xc7\x28\xa0\x2a\xe2\x2c\xb6\x2e\xdb\xa5\xb3\x67\x53\xe6\x8b\x11\xf7\x31\xff\x0f\x6e\x3c\x65\x1f\x4e\x2c\x2e\x0f\x84\x37\x50\x16\xd0\x24\xe0\xf8\x07\x3b\xc0\x18\x46\x2a\x2a\x09\x2a\xb2\x2d\xb3\x3f\x72\x4d\xf1\x4a\x0a\x6c\x09\x9b\x89\x19\x4b\xc6\xc8\xf8\x2a\xbc\x57\x9a\x50\x99\xd2\x92\xb3\x98\xf7\x70\x8c\x70\xc9\xa4\xad\x52\xfb\x17\x33\x6e\x38\xb6\x63\xa7\x9e\xbb\x90\xab\x18\xb2\x22\xa3\xb6\xbd\xfb\x6d\x72\x74\x3a\x64\xad\x44\xbf\x89\x41\x48\xb4\x49\x5b\xc9\x31\x29\x84\x28\xfb\xaa\x15\x69\xb9\xe8\x3a\x1b\x1c\x99\x60\x58\x52\xb8\x6a\x87\x64\xa7\x60\x95\xe8\xb7\xd2\xfc\x2b\xc2\x0b\xfa\xc9\xd3\xf2\xc6\x88\x74\x6b\x55\x19\x4d\xda\x5e\xf8\x86\xc7\x80\xd5\x0f\x6d\x3c\xc5\x25\xa5\x5f\xaa\x89\xea\x39\xda\x48\xba\x53\x86\x28\xa6\x38\xe6\x4f\x56\x8b\x76\x41\x8e\x23\xee\xea\x41\x18\x09\x83\x05\xd8\xf5\x47\x03\x72\xff\xe1\xde\x3d\xcb\x7e\xd1\xdc\x7d\xff\x42\xc3\x73\x91\x7f\xb2\x4f\xe8\x96\xeb\xb1\x05\x86\xfe\xa8\xa1\xa8\xb1\xbf\xe9\x8c\x05\x82\x35\xb4\xbd\x93\x93\xa9\xeb\x9c\xa7\xad\x4f\x43\x60\x4c\x68\x68\xbc\x41\xae\x43\x8d\x62\xf7\xf4\xf4\xea\x9f\xd9\x79\xd5\xbd\xf5\x3a\xa3\xd4\x53\x58\x7b\x57\x50\x94\xd8\x11\x42\xe9\x86\x65\xa7\x64\x27\xee\x88\xe1\x32\xe5\x5a\xef\xa1\xea\x73\xe4\x5f\x15\xac\x16\x9e\x1b\xed\x94\x80\x9c\x22\x94\xd3\x55\x45\xd6\xd1\x37\x7e\xb5\x1e\xfd\xe7\x08\x2f\x9a\x67\xd3\xeb\x65\x93\x62\x5d\x6b\x35\x49\x79\x0d\x89\xbe\x21\x81\xde\x3b\x3e\x0f\x7e\x6d\x81\xd0\x21\x06\xe1\xf0\x51\x4b\xb1\x2f\x89\xe0\x69\x72\x59\x02\x79\x72\xc5\x60\x95\x43\xed\xc9\xa3\x3d\x2b\xbc\xc7\xa3\x7f\x25\xf8\x23\xc7\x09\xfa\xea\xf6\xd8\x43\x67\x5d\x75\x6b\xbe\x5c\x82\x45\xb4\x7b\xd4\x61\x4c\x61\x7c\x50\xe2\x75\xaa\x46\x06\x5c\x8e\x51\xbe\x67\x49\x52\xc5\x6a\xf5\x60\x83\x5c\x57\xcd\x48\xe3\x52\xde\x21\xca\xaf\xff\x72\xca\xbf\x7f\x3e\xd4\x5a\xc1\x1b\xbb\xeb\x06\xaa\x6b\x0b\x1c\x32\xa3\x32\xcc\xb3\x21\x73\x2e\xf3\x2b\x8a\x22\xcb\x7a\xab\xde\xd7\x11\x34\x7d\x6d\x7b\xe9\x7e\x1c\x54\x1f\xaf\x5c\x92\xdd\x9f\xb8\xbd\xfc\xb3\xf6\x75\xe0\xc1\xf3\x3a\xfc\x4c\xef\x98\xe0\xe0\x78\x4f\x6c\x87\x60\x93\x63\x83\x65\xf3\xc3\x7a\xfd\x1a\xdd\x7a\xd1\x32\xc1\x0a\xf6\x2a\xe2\x0a\xdd\xca\xe3\x8a\xd8\xb2\xe4\x8e\xf5\x39\xe3\x63\xe9\x7f\xdd\x5b\xfd\xcc\xf2\x10\x73\xbb\x76\xad\x76\xf1\xf7\x1c\xf6\x34\xce\x94\xc8\x78\xf1\xe8\xc9\xf8\xda\xe8\xc5\x08\xda\x88\xd9\xb0\xcb\xe0\xe7\x41\xac\x7e\xca\x81\xf5\x21\xf4\x41\xcc\x69\xc2\xb5\xf6\xc3\x83\x5b\xa4\xff\xa8\x7f\x9f\x5e\x89\xed\x41\xac\x43\x2e\xd2\x4f\xe6\x8d\xcc\x0c\x0c\xf4\x72\x74\xd9\x75\xe4\xb6\x8d\xb7\xf6\xb5\x08\x36\x59\x36\x73\x34\xa5\x37\x3c\x35\x9c\x37\x38\xd6\xb1\xd6\x1d\x35\x60\xd5\x1b\x77\x59\x8d\x96\x2d\xd2\xee\x54\x5e\xec\xbd\xfc\x73\x2f\x29\xfe\xd2\x74\x1b\x69\x2e\x7d\x6c\xb4\x2f\xb3\xe3\x63\xf3\x7e\x83\x76\x35\x7a\x45\x5a\xd9\x60\x69\x49\xe1\x59\x71\x66\xe1\x65\xfe\xaf\x42\x98\x82\x81\x3c\xe8\xfc\x9e\xec\x98\x1c\xff\x7c\x83\x3c\x8d\xca\x89\x56\x8c\x01\xfa\x19\x93\x4d\xcc\x33\x97\x67\x67\x10\xe8\x72\x75\x8b\x7a\x5a\xad\xaf\xbb\x6d\xa6\xce\xb6\xd2\xbe\x08\x25\xcf\x3a\x93\x2c\x7d\x2e\x25\x3b\x85\x31\x09\x35\xc1\x23\x01\x2e\xe1\x31\x9e\x32\x61\x32\x66\x3f\x86\x22\x06\x2f\x86\x33\x66\x2b\x0e\x2c\x53\xaa\x44\xb8\x01\xbe\x27\x6e\xb2\x78\xdd\xe9\xb4\xe9\x3e\x71\xdb\x62\x5a\xb1\x07\xa5\x41\xa6\xec\x5b\x5e\x67\xba\x61\xf2\xc7\x58\x81\xc8\xba\xb0\x2f\x21\x74\x41\x06\x41\x0c\xfe\x19\x01\xa3\xfe\xf4\x01\xb0\x7e\x8d\xbe\x9d\xbe\x72\xbe\xc1\x3e\xca\x3e\x9f\x7c\xcf\x23\x2c\x93\x7f\x17\xa0\xd4\x5c\x75\xe9\x4f\x08\xac\x9d\x1c\x6d\xcc\xc7\xf7\xf9\xd7\xb1\x16\x15\xa5\x33\xc7\xd5\x44\x3c\x04\x23\xfb\xdc\x7b\xa2\xb8\xfe\x72\x1e\x77\xa0\x74\xa0\xb6\x77\xb6\xe7\xb3\x8f\xb2\xbd\xb6\x3d\xb1\xfe\x6a\x9d\x69\x85\x6c\x71\x60\xc9\x69\xb3\xe5\x7e\x17\x3c\x9b\xa0\x9f\x9b\x54\x0d\xd9\x99\x36\x71\xb1\x2e\x39\x6a\xdf\xf2\xae\x74\x20\xbd\x22\x1a\x2e\xa0\xd0\xd3\xd5\x89\xd3\x76\xc1\xc2\xcc\x64\xc6\xd8\xc3\xd0\xc3\x60\x43\x0f\x5d\x0f\x5c\x0f\x57\xa7\x54\xbb\x47\x9b\x4a\x5b\x5c\x63\x43\x53\x45\xe3\x45\x57\xd5\xfc\xd0\xf9\x2e\x20\x3c\xf6\x29\x47\xb7\x1a\xa7\x9b\x73\x41\xb4\x37\xad\xfa\x35\xb7\x2e\xee\x53\xa0\x93\x2b\x95\x35\xb3\x11\x94\x6e\xb8\xa6\xa5\x2a\x9c\x12\x8e\xbc\x85\xdc\x94\x9c\xb2\x74\x83\x0c\xa7\x74\x9b\x54\x87\xe4\x85\xe4\x95\xa4\xa3\x44\x95\x14\xb3\x4c\xb1\xfa\x82\xf1\xa6\xe3\x4f\xbf\x9d\xd8\xe3\x5c\x8e\xda\xd0\x69\xbc\xf6\xea\x8a\x2f\x69\x93\xe1\x11\xee\xfd\xd6\x65\xba\x27\xaa\xca\x72\x30\x92\x72\xc2\x65\x42\x47\x02\x06\xfc\xca\xbc\xf8\xdc\x6d\xdc\x1a\x5c\xdc\x9c\x77\x9c\x39\x1c\x7e\x1c\xdf\xd8\xdd\x58\x97\x79\xc4\xc5\xa3\x54\xbe\x19\x56\x3a\xa0\x06\x7c\x8d\xef\x2f\xf8\x35\x1e\xd2\x52\x5f\xb2\x93\xb4\x1a\x14\xe4\x94\x6e\x34\xaa\x8a\x22\x49\x2a\xa0\xce\x79\xca\xca\xcb\xcc\xc2\x20\x4d\x1b\x49\xb3\x4e\x2d\x44\x35\x45\xcd\x42\xf5\x81\xd2\x80\x32\x8a\xb2\x98\x02\x44\x81\x49\x43\xc0\xce\x2b\xc2\xa3\xb4\x6b\xc4\xe2\x78\x18\x64\x9d\x8c\x38\xb6\xdf\x12\x5d\xf4\x94\x78\x17\x60\x6a\xaf\xab\xb7\xa5\x80\x26\xb4\xc4\x32\x42\x4d\x43\xba\x4c\x0c\x49\xa0\x88\xbb\x86\xf3\x03\x7b\x0b\x9b\x12\x53\x0e\x43\x15\xe3\x01\xc3\x0b\x23\x01\x43\x09\xf3\x13\xb6\x11\xb9\x10\x2b\x8c\x88\xa8\x32\xba\x71\x95\xab\x68\x98\xf3\x04\x6f\x9b\x6f\x49\x7d\x52\x5a\xa0\x80\xfd\x95\xbe\x9b\x5c\x21\x9f\x15\x5d\x3f\x21\x35\xfa\x30\xb2\x3b\xc2\xfc\xcf\xd7\x1f\x18\x70\xf2\xb0\xfa\x30\xad\xd0\x05\x30\x2e\xd0\xc9\x30\x39\x30\x7b\x30\x48\xb0\x0b\xe8\x15\xa4\xcd\xac\x83\xa2\xb7\x1a\xcb\x96\x3e\xde\x39\x33\x21\x5d\x3c\x15\xd6\xe9\xf8\xa1\x92\x2e\x82\x46\x1d\x8a\x91\x02\xf2\xf4\x12\x78\xdd\xf0\x5e\x9f\x8d\x20\x5a\x3e\x45\x81\xc9\xbc\x6f\x7b\x57\x09\x4c\x01\xce\x40\x08\xe0\x0b\xf4\xbf\xc3\x7a\x27\xfe\x4e\x10\x06\x05\x43\x85\xb2\x8e\x9b\x5e\xc6\x4a\x9f\xd6\x31\x76\x51\xa5\x9f\xae\x36\x25\x87\x20\x7a\xcd\x0b\xcd\x62\x5f\x9d\x5c\xf4\x82\x65\x97\x44\x0b\x39\x04\x2a\xeb\x6d\xf6\x14\x16\x40\x08\x10\x03\xd2\x80\x04\x80\x06\x70\x00\x74\x6f\x1e\x2f\x12\x9f\xe3\x51\x62\x88\x4b\x59\x78\x44\xda\xd4\x48\x2d\x6d\x37\x78\xc6\x0a\x5b\x25\x8b\x5f\x92\x3d\x82\xb0\x1d\x46\xf5\xf4\x64\x5e\x79\x44\xa8\x43\xb0\xc6\x61\xeb\xdf\xad\x00\xa8\x00\x3f\x00\x0d\x30\x02\xd8\x6f\xb3\x28\x58\x00\x1e\x80\x0b\xc0\x00\x78\x20\xc2\x10\x13\x88\x52\x99\xe6\x84\xf6\xd4\x3e\x5b\xd4\x1f\x44\xcc\x5b\xf6\x05\xd4\xa6\x64\xd7\x46\x8e\x78\x50\x9b\xd1\xa9\xf8\x08\xc7\x32\x79\x11\x82\x90\xbc\x21\xa5\xdf\x7a\x37\x69\x00\x26\x80\x12\x00\x07\xa8\x00\xe9\xb7\x3e\x65\x4c\xe0\xc7\x47\xad\x9f\xf4\xf8\x46\x0c\x0f\xc2\xb9\xaa\x1d\x16\x38\x97\x3b\x9b\xb6\xe3\xf2\x2d\xa1\x45\x11\x89\xb4\x7e\xf7\xb6\x56\x3a\x50\xd2\xb6\x5c\x2f\x94\x27\x98\x4f\x30\x55\x80\x2f\x80\x05\x60\x01\x78\x6f\x3a\x46\x00\x05\x40\x00\x44\x00\x58\x40\xe4\x03\x0b\xdc\x02\x8e\x31\xed\x0e\xbf\x89\x12\xb5\x49\xf8\x53\xe9\xe1\xb7\xb9\xaa\xee\xec\xaa\x95\xf4\xa7\x30\x2e\x57\x2a\x13\x3f\xa5\x51\xa1\x70\x26\x4c\x42\x69\x44\x1d\x88\xcf\x00\x1c\x40\x06\x80\x03\xc6\x00\x12\x00\x03\xa0\xbf\xf5\xe4\x20\x03\x78\x00\x25\xcc\x0c\xd6\x28\x4d\x30\xff\x77\x25\x76\xd3\x08\x10\xe8\x62\x7d\xf5\x79\x04\xa2\x89\x2a\x3f\x34\x0e\xc5\xe7\xd1\x26\x53\x1b\x57\x2a\x85\xb3\x90\xd2\x02\x53\x12\x86\x06\x40\x02\x98\x00\x06\x40\x19\x90\x7e\x57\xf0\xc1\xe3\xa3\x14\x38\x02\xf8\x12\xe4\xc4\xe7\x70\x44\x71\xa2\x7b\x56\x3a\x71\x27\x2d\x64\x5b\x2e\x10\xe8\x97\xd4\x6e\xe2\x74\x7a\x67\x79\x85\x6a\x5a\x5b\xa8\x8e\x0b\xbe\xb1\xad\x32\x87\x10\x29\x93\x36\x91\x01\xe2\x09\xb8\x3a\x58\x05\xb8\x1c\x14\xfe\x17\xae\x6f\xf9\xb0\x24\xdf\x69\x7e\x8c\xc2\x37\x23\x14\x20\x5b\xe0\x06\xd2\x9e\xf1\x73\x28\x12\x1b\xfb\xbb\x91\x80\x40\xbf\xf5\x4f\x7f\xaf\x7c\x1f\x22\x6e\xd0\xcb\x8b\x88\xc3\xf2\xd1\xb3\x2e\xd5\x51\x96\x41\xe1\x21\xa3\x91\xc3\x76\x80\x29\x85\x5d\xf9\x11\x89\xf0\x0e\xc9\x13\x95\x09\x43\x0a\xcb\x0e\xf7\x0b\xae\x21\x21\x2c\xf1\x1c\x15\x3e\x67\xb3\x94\x93\xf6\x8c\xad\xaf\xff\xdb\xbe\xfd\x6d\xce\xce\xd1\x54\x5f\x47\x7e\x79\x5a\xda\x75\x18\x9d\xeb\xb4\xe9\xb4\xaa\xa4\x18\x39\x9b\x2a\x69\x08\x5a\x29\x46\x01\xb6\x06\x2e\x37\x7e\x3a\x31\x1b\xe9\x2a\x85\x19\xb5\x14\xed\x24\x03\x0e\xd3\x35\x3b\x89\xe8\xa3\x1a\x84\xd9\xba\x87\x78\xd4\x5b\x15\xc7\xab\xca\x29\xce\x72\xdb\x90\x7c\x63\x70\xa1\x48\xc2\x7b\xff\x1c\xfb\x66\x83\x74\x05\x6f\x81\x64\x7a\x56\xe2\x50\x32\x5c\x0a\x7a\xea\x14\x5a\x16\x46\x61\x66\x3d\x36\x48\x8e\x17\x5e\x4f\x7e\x22\xc1\x75\x91\x3e\xa5\x02\x23\x44\x27\xb5\x60\xfe\x7f\xad\x40\xee\x08\x77\x6e\x66\xa0\xba\x34\xab\x32\x32\xbb\x22\x4f\xbd\xfc\xad\x2c\xb4\xdd\xa4\x45\xb8\x69\x19\x51\x98\xf6\x58\x16\x38\x78\xb8\x59\x78\x3b\x04\x76\x84\xad\xc5\xc6\xa4\xf4\x64\xb9\xe4\xcf\x94\x3f\xeb\xd3\xd8\xd9\xf9\x09\xc5\x35\xe7\xff\xb1\x83\xf1\x5b\xe5\x4c\x63\xd5\x71\x24\xb7\xe5\x73\xc9\x55\x0a\x6e\x88\xa7\xab\xbe\x99\x82\x86\x97\x78\x34\xbf\x86\x40\xa9\xd0\x8d\xe8\x94\x44\xa5\x0c\xad\xdc\x9c\x12\x81\x72\x82\x46\x8b\x4e\x84\xde\xb2\x11\xab\x75\x82\xd7\x7d\x94\x4d\x56\x48\xf5\xbf\xab\x38\x7e\x51\xee\x9d\xcd\xdd\xf7\x65\xd6\xb5\xe6\x35\x27\xbe\x0b\x94\x76\x9c\x32\xae\x56\xd6\x96\xc5\x92\x7b\x52\xd8\x54\xb6\x56\x1d\xd2\xb4\xd3\x29\xd3\x3f\x33\x0e\x32\x37\xb1\x8e\xb7\x13\x70\x2e\xf6\xd0\x0a\x3b\x4c\xd3\x2e\x23\x6c\xfb\x93\xb3\xea\x25\xff\x26\xf4\x24\x57\xa7\x78\x15\x5f\xf6\x4c\x6c\x80\x9f\xaa\x03\x99\xc1\x81\xd6\x9e\x0e\x81\x5e\x9a\x81\x80\x71\x98\x39\x85\x55\xad\x6d\xa6\x43\xbd\x2b\xa4\x87\xa7\x6f\xa8\x1f\x7b\xe8\x78\x72\x6a\x51\x7a\xe3\xed\xe0\x9f\xb8\xf7\x0c\x73\xdc\xb0\x22\x3a\x42\xd3\xfa\x5a\x6e\x9a\xe1\x11\x05\xe5\x03\x6b\x6f\x65\x11\x65\x59\x62\x43\x62\x37\xe7\xc8\xe8\x82\xee\xde\xe9\x9d\xe0\xff\x25\x48\x37\x74\x27\x16\x27\x5e\x24\xb9\xa2\x20\xa4\x1e\xb1\xef\xdb\x6c\xfb\x5f\xd8\x89\xbb\x0f\xb1\x90\x3f\x18\xd8\xbc\x50\xea\x9e\xfe\x14\x29\xee\xc7\xee\xce\xef\xa1\xe5\x71\xe1\xf3\xc5\x4f\x39\x70\x32\xd4\x2e\xa2\x36\x66\x27\xc1\x38\x25\x38\x73\x23\x67\xa6\x68\xba\x36\xb8\x7b\x76\xca\x63\xb3\xeb\xaf\xfc\xbd\xf6\xd9\x25\x99\xa5\x1b\x7c\xdf\xb8\x55\x62\x92\xde\x18\xa5\x10\x22\x18\x4a\x18\xae\x1b\x85\x15\x73\x9c\xf0\x9a\x34\x91\x6e\x94\x45\x98\xeb\x54\xac\x5d\x0e\x5f\x35\xdd\x50\xd0\xd5\x31\x31\xb4\x8e\x7a\xfa\xeb\xaf\x11\x7e\x5b\x5d\x04\x6d\x7d\x9f\x19\xed\xcf\x6b\xec\x2d\xae\xca\xfa\x92\xc2\x96\xf2\x2b\x6d\x3e\x93\x33\xab\x3b\x4f\xbb\x08\xba\x74\xb6\x22\xbf\xf6\x63\x63\x6a\xcb\x45\x77\x75\x7f\xca\x04\xd8\xea\xf4\xf1\xc1\x63\xeb\xdf\x57\x01\x2f\x79\xe7\x19\x9b\x13\x33\x6d\xfd\xd9\x8d\xbf\x2b\xe6\x8b\xe0\x0b\x5b\x4a\xc2\xca\x85\x2b\xbe\x55\x4b\xd7\x85\xb5\x78\xb6\x76\x77\x6b\x0d\x68\x8d\x1a\x4d\xbe\xcc\x97\xad\x43\x1d\xd3\xfe\xba\xff\x9b\xbc\xe6\x89\xed\x6e\xe2\x2a\xf1\x7c\xe0\x78\xe9\x70\xe8\xf0\xf6\x40\x72\x3f\x68\xef\x64\x5f\x63\x97\x65\x2f\x6b\x5b\x7c\xdb\x6d\x4b\x67\x63\x64\x6b\x6d\x13\x79\x9f\xe8\x92\xfd\x99\xfb\xef\xf7\x7e\xce\xba\xfb\x78\x66\x76\xe8\xb8\xb5\xb2\x31\xb7\x5c\xbb\xb4\xb7\x2c\x34\xd7\x32\x97\x31\xcb\x32\xcb\x38\xc7\x3f\x33\x36\x3d\x36\x6d\x32\x95\x38\x11\x32\x23\x3a\x91\x3c\x19\x31\xbb\xb9\x11\x74\x4c\x75\x67\xf1\x67\xfd\x4d\xf8\xe9\xfe\x6e\xc7\x7a\xd8\x22\xd3\x34\xf7\x78\xda\x88\xc9\x90\x45\x7f\x4d\x9f\x45\xf7\x40\xb7\x44\xf7\x7a\x37\x44\x4f\x6d\xcf\xcf\x9e\xa1\x8e\x6f\xed\x05\xed\x28\xed\xb9\x1d\x72\xbd\xb0\xe3\x7e\x4b\x45\x7b\x94\x57\xa4\xaf\x7f\x78\xc3\x5c\xea\xef\x33\xac\xbd\x9f\x99\x1a\x93\xef\x2f\xee\x46\x69\x19\x6b\xac\xac\xef\xae\xa9\xaa\x16\xae\x0c\xac\x34\xab\x4e\xa9\x81\xab\x34\xae\x1a\xae\xba\xac\x38\x29\xcb\x29\x0f\x29\x13\x2e\xbf\xad\xa1\x6e\xdb\x1a\x12\x98\xdd\xdc\xc2\x3d\xe7\x79\x1e\x03\x81\xae\xeb\x77\x64\xe6\x8f\x47\x65\x7b\x18\x5b\xc6\xeb\xd7\xab\x34\x4a\xbf\x15\x36\xe4\x75\xe6\xc0\x67\x25\x67\xb9\x64\xde\x66\x4e\x66\x9a\x66\x1a\x67\x5c\xa4\xff\x4a\xdb\x4b\x13\x4c\xd9\x49\x53\x4d\x13\xc8\xe6\x2c\x93\x6d\x1c\xea\x5d\x98\x4a\xd9\xf8\x78\xaa\x7c\x07\xb3\xab\x3e\x33\x31\xc4\xd2\xf6\xb1\x26\xae\xa4\x20\xbf\x2a\x93\x2b\xd5\x20\xc1\x3c\xf6\x36\xaa\x3c\xfa\x53\xc4\x58\x38\x57\x78\x67\xf8\x79\xb8\x74\xe8\x63\x98\x4c\xa8\x6b\x68\x55\xd0\x53\x28\x45\xc8\x74\x54\x6b\x6a\x4d\x61\x7c\xdd\xb7\xae\xee\x09\xa1\xb5\xca\xc3\x8d\x45\xe8\x61\xd6\x56\xe7\xaa\x1f\x79\xc5\xa9\x9c\xf1\xd4\x51\xfa\x21\x7e\xfe\x7b\x3e\x87\x5e\xab\x5e\xe2\x1e\xd7\x6e\x0e\xae\x3f\x5c\x63\x5d\x1e\x5c\x9c\x5d\x3d\x5c\x4c\x5c\x6a\x9c\x2a\x9d\xce\x9d\x87\xbd\xf0\x42\x33\x13\x4b\xf3\xe0\xaa\x59\x3b\xbf\x8f\xdf\x6e\xca\x8d\xb7\x77\xb9\x54\x0b\xe4\x4e\x27\x93\x44\x32\xf8\xc7\x7b\x62\xb9\x22\x3b\xb0\xda\xbd\xb7\x36\xb1\x14\x36\xbf\x32\x13\x31\xe9\x34\xb5\x31\xbe\x33\xd6\x36\x11\x32\x0e\x35\x6a\x32\x92\x35\x1c\xd0\x7f\xb4\x22\x71\x8d\x08\x34\x8b\xf3\xce\x3e\xad\x72\xee\x4c\x59\x12\x1e\xca\x6c\x0a\x28\x26\x49\x69\x8c\xe0\xf4\x9e\x72\x16\xb7\x92\x33\x19\xd7\xbf\xd4\x51\xd1\x12\xd2\x20\x50\xb3\x52\xdd\x55\xa1\x57\x7e\x52\xd2\x57\x82\x57\xea\x50\x54\x55\x52\x54\x08\x52\x18\x57\x90\xd4\xbc\x32\xc5\x74\xb4\xf7\xcb\x88\x05\x72\xf8\x6a\x74\x67\x17\xfa\x08\x6a\x62\x72\x3d\xe2\x04\x02\xa8\x9c\x94\xcc\xc0\x75\x79\x55\x7c\x14\xbc\x64\x51\xa5\x18\xc4\xf7\x45\xc1\x44\xa6\x45\xbf\x0b\x27\x0a\xcb\x0b\x6e\x0a\x0d\x08\x41\x0b\x8c\x0a\x66\x08\x69\x08\xe0\x4a\xaa\xab\xf4\x1b\x7a\xd8\x97\xfb\x89\xc7\x99\xe4\x22\xce\x2c\x74\xb9\x55\x66\x65\xe8\x44\x6a\x7a\x74\x58\x5b\xea\xc1\x2b\x34\x89\x27\x0a\xe6\xf2\x1a\x70\x8e\x71\xf8\xb3\xa6\x32\x8f\xb3\xb2\xb3\x28\x31\x7d\x60\x4c\x66\x02\x18\xe6\x19\xf7\x98\x50\x19\x3a\x18\xa6\x38\x26\x44\x16\x94\x58\x0c\xd4\xec\x53\xfc\x25\x13\x3c\x67\x48\xbb\xf8\xcb\x9f\xd2\xab\xc3\xf4\x5c\x33\x4c\x41\xea\x6a\x12\xb7\xbc\x04\x4c\x85\xb4\x30\x54\xfe\x14\xda\x64\xca\xc4\x09\xc4\x2e\xc4\x56\x44\xd0\x04\xf7\x84\x6c\x04\x1a\x04\x4d\x04\x5b\x84\xdf\xf0\x67\x28\x84\x59\xb6\x85\x1c\x14\xaa\x0c\x01\xc7\xd6\x60\xd7\x99\xdc\xae\x87\xca\x95\x0c\x82\xb0\x25\x57\x7f\x93\x18\x95\x6c\x11\x07\x36\x08\x4a\x1a\x3c\x5b\xac\x00\x0c\x18\x34\x63\x94\x22\x64\x0a\x24\x23\xc4\x18\x84\x67\x44\x5a\x04\x66\x84\x70\x84\x4b\x84\x19\x24\x3c\x74\x25\x12\x06\x66\x49\x61\x24\x65\x36\x33\x01\xb7\xd3\x05\xfc\xde\xeb\x9a\xe3\x2c\x8d\x28\x09\x0f\x0f\xf3\x63\xb5\x70\xd1\x60\x96\x76\xd2\x20\x34\x61\xb8\x68\xe8\xa4\xaf\x71\x9f\xc7\x20\x7b\x21\x9a\x20\x60\x20\xa8\xc1\x5f\xc1\x57\x20\xe4\x20\x6c\x20\x1a\x20\x12\xbe\x9a\xa2\x9c\x92\xa6\xb0\x09\x8b\xdf\x6a\x8a\x59\x07\xac\xd2\x0d\xfb\x37\x41\x15\x5c\xc6\xeb\xfa\xa1\xd8\xe8\x6b\x47\x4a\x61\x70\x46\x51\xd2\x63\x54\x41\xdb\x00\x66\x00\x1a\x40\x02\x70\x03\x62\x6f\xb3\x49\xb1\x01\x7c\x00\x12\x90\x02\x98\x01\xd8\x0f\x22\x70\xd9\xd8\xf2\xd4\x8d\x7c\x30\x0a\x69\xc6\x4a\xdb\x92\x93\xc7\x9d\x01\x15\x9e\x69\x53\xa1\x31\x2e\x94\xc6\xb6\x4a\x92\x82\x00\xfd\x0a\x7e\x0a\xbc\xfa\xa7\xea\x7f\xbc\xb5\xbf\xb9\xdb\xe2\x01\x90\x6f\x51\x90\xde\x56\x34\x84\x80\x3b\xf4\x05\xa6\x34\x65\x01\x17\xbf\x2c\x93\x9e\xd5\x71\xe0\x12\xdf\x60\x65\x83\x57\x5e\x78\x2c\x8b\x37\xa6\xe5\xb9\xa6\xb4\x04\x15\x7b\x3e\xf9\x4f\x74\x84\x6f\xb8\x80\xd4\x5b\x47\x11\x0e\x80\x08\xa0\x03\x14\x00\x31\xc0\xf1\xe6\x97\x83\x08\xfc\xf8\x2a\x81\xfe\x8e\x1c\x9e\xe3\x4c\xca\x5e\x17\xe6\xe6\x72\xc7\x64\x4a\xb8\x23\xb8\x2c\x3d\x65\x3d\x68\xcf\xf1\xc1\x00\x41\x7e\x8d\x5f\x80\x2e\x01\x8f\xe6\xa7\xf3\xc7\x24\x00\x0e\x40\x7c\xeb\x50\x46\x04\xb8\x00\x06\xe0\xf3\x5b\x3d\x04\x35\x80\x0d\x85\x84\x42\x42\x0a\xc3\x6e\x24\x49\xa1\xd5\xf7\x1b\xfb\x64\x67\xe9\xdb\x00\x79\xad\x6a\x8e\x73\xf4\x77\x4f\x6e\x0b\x73\x75\x64\x31\x2d\x36\x67\x32\x62\x34\xc9\xaf\x4c\x80\x18\x80\xff\xe6\xe9\x22\xfa\x56\x1b\x4b\x07\x14\xbd\x07\x3e\xb0\x81\x59\x7e\x69\x42\xaf\xa6\xcc\xe4\x09\x95\xbb\x35\xa2\x04\x81\x6e\x96\x36\xb3\x26\x60\x5a\xb7\x4b\xa4\x92\x95\x03\x8e\x1d\xe0\xf5\x1d\xe5\xb1\xf8\xc6\xe8\x62\xf0\xca\x7e\xe2\x7c\x38\x02\x94\xde\x7f\xfd\xf8\x09\xdc\x0b\x12\xe6\x73\xd3\x57\x4d\xe8\x2f\x30\x77\x70\xea\xdf\x29\x91\x74\x89\x22\x58\x00\xd1\x47\x0d\x63\xab\x56\x10\xe8\x99\xee\xd0\x7d\xbe\xac\xcf\xa0\x86\x2d\x5b\x39\xb2\xd3\x83\xda\x02\x5c\x3d\x48\x5c\x97\x5d\x92\xbc\x01\x1d\xea\x2b\xe4\x17\x0e\xe8\x7f\xfc\x13\xb3\xe1\xb7\x11\xf7\x51\xda\xd1\x93\x30\x3c\x31\x43\xb0\x53\xf1\xfb\xe8\x5a\xf9\xf1\x14\x7c\x8d\xb4\x5d\xde\xce\x9b\x2f\x95\x37\xca\xc7\xa2\x5b\x88\x8a\x29\x93\x20\x02\x8d\x1c\x46\x0c\x12\x14\xe4\x05\x05\x18\xdb\x08\x71\x10\xfb\x91\xe2\x50\x9d\xd0\x7f\x61\x55\xe1\x32\x12\x88\x10\xd1\x91\x1c\x93\x6b\x50\x64\xd2\xa0\xd2\x56\x73\x1b\x48\x13\x68\x77\xd9\x52\xf8\xbd\x79\x70\x3c\xaa\x1f\x70\xcf\x99\xf5\xd4\x57\xc7\x65\x45\x46\x7d\xf3\xf2\xb0\x12\xd0\x22\x94\xba\xe2\x4e\xa4\xaa\xc4\x2b\x27\xc0\x20\x7a\x26\x8d\x24\xdf\xa1\xea\xa4\xd5\x60\xd0\x63\x6e\x66\x95\xe7\x24\xe4\x31\xe4\xdb\x96\xc0\x52\x37\x36\x2f\xf0\xf0\x8b\x9c\xff\x67\xa6\x3c\xff\xbd\x6e\x3d\x1a\xd2\xaa\x5d\x82\x9e\x3c\x1d\x92\xef\x92\x6d\x92\xa7\x1a\x2e\xc6\xc6\x9a\x46\xa3\x48\x7b\xc8\xf8\x89\x89\x85\x95\x88\x83\x9f\x87\x95\xef\x48\x70\x4c\x54\x54\x7c\x5a\x46\x52\x1e\x5f\x15\xcb\x78\xdb\x39\x2e\x04\x3c\xf5\xd3\x3f\x23\x3c\xa2\x1d\xa4\x2d\x40\xf5\x29\xd4\xa1\xe7\xd9\xc4\x29\xf9\x0d\xda\x9b\x1b\xe0\x28\x6e\x09\x3c\x73\x5a\x71\x5b\xf0\xe2\xf3\x9f\x0b\x0d\x89\xf6\x48\x8a\xc8\xe8\xc8\x67\x2b\xf5\xaa\x83\x6b\x6d\xe8\x3a\x19\xdd\x39\x24\xf8\xaf\xc5\x4f\x17\xa8\xfc\x2b\xdf\x5f\x69\x6f\x61\x4e\x62\x77\x48\x56\xc4\x65\x32\x44\x5e\x7b\x25\x5b\xb7\xeb\x62\xcb\xfa\x88\x83\x49\x02\x52\x05\xb2\x86\x0a\x4a\x2a\x4a\x1a\x5f\xb4\x74\x74\x8a\x0c\x8a\x4c\x1e\xcc\xb7\x6c\x78\xec\x8f\x7c\x49\x62\x8c\xb2\x1f\x6a\x30\xfe\x4d\x9c\xe4\x63\xd3\xa5\x5f\x43\xba\xcd\x39\xc5\x5b\x29\x65\x61\x9e\x1e\x9a\x96\x4a\xda\x3b\x2a\xdd\x6a\x05\x1a\xae\xda\x32\x7a\x3c\x86\xfa\xc6\x73\x16\xe5\xd6\x4f\x76\xe4\xce\xd5\x1e\x8a\x5e\x60\xbe\x18\x91\xdb\x19\x4f\x15\x1c\x1d\x84\xff\xa1\xce\x1d\xcc\xae\xe5\x9c\x40\x1f\x52\xbd\x48\x41\x45\xd2\x62\xf0\x83\x6b\xba\x25\xab\x71\xbf\xc9\xb4\x19\xb3\xc5\xb5\x8d\xb8\xbd\x95\xb3\x90\xfb\x3b\x2f\x6d\xdf\xd9\x40\x8f\x50\xde\x28\x8b\xd8\xb4\xb4\xcc\x52\xca\x16\xc5\xe1\x3f\x3b\x9a\x7d\xbd\x18\xdc\x18\x9b\x7a\xd7\x75\x59\x13\x9e\xdb\x9e\x30\x1a\x38\xea\xc6\xeb\x98\xe3\x84\xe3\x92\xe2\x66\xe1\xb9\xec\x1b\x1b\x10\x19\xa2\x18\x81\x1c\x43\x12\x5f\x9c\x3a\x92\x2e\x95\x9d\x53\x1c\xd6\xd8\x32\x10\x37\xff\x97\x33\x94\x27\xed\x93\xd0\x35\xfc\x71\xd6\xce\x98\x2a\xa4\xdc\xf2\x78\xce\x90\x63\x3f\x5f\x7f\xeb\xc0\x89\x90\xea\xf0\x80\x28\xd7\xd8\x95\xc4\xdd\x34\x9a\xcc\xce\x5c\xef\x42\xc9\x72\x8e\x8a\x83\x86\xea\xbe\xce\x59\xba\x1d\xf8\xbf\xf2\xf7\xfe\xe9\xa0\x6b\x69\x7e\x94\xa0\xbd\xb7\xea\x25\x57\x32\x79\x28\x96\x31\x8e\x3b\xa1\x26\x19\x35\x95\x21\x63\x20\xdb\x32\xbf\xb0\xa4\xac\x2c\xb8\xaa\xa4\xe1\x7d\x8b\x58\x07\x43\x5f\xd1\x74\xd1\xe6\xaf\x8b\xc8\xbf\x33\xfc\xd6\x65\x3f\x75\x91\x68\xd4\xb1\x43\xa0\x1a\x2a\xff\x22\x87\x3c\x57\x37\xdf\xa4\xf0\xa8\x84\xb2\x5c\xa9\x8a\xa0\xd6\xaa\xd1\xbc\xa5\xa1\x93\xa0\xef\x74\x58\x61\x7c\x6e\x21\x61\x53\xff\xfc\xdb\x0b\xcd\xdf\x23\x80\x40\x37\xc1\x7b\x0b\x8b\x9b\xa3\x85\x9d\x04\xf5\x65\x55\xd4\xd5\xb4\xb5\xb8\xf5\xda\xcd\xa6\xad\xc3\x1d\x03\xdd\xcf\x03\x4c\x23\xae\x13\xcb\x33\x6d\x8b\xba\x1b\xdb\xbb\x83\x67\xb2\xcf\x2a\xff\xad\x7f\x56\x79\x88\xba\x6d\xbe\x96\xb9\x80\x3f\x97\x3d\xe3\x39\xbb\xb8\x48\xbe\x10\xbc\x40\xbd\x40\x3d\xe7\x3e\xf5\x3f\x3d\x3f\x89\x3a\xfa\x71\xdc\x7f\x8a\x70\xdd\xfe\x5f\xd6\xba\xff\xd0\x4e\xdc\xa2\x5e\x04\x1c\x5e\xee\x1b\xed\xf0\x6c\x6a\x6d\x52\xae\xf2\xaf\x9d\x2c\x5f\xae\x51\xac\x95\xae\x04\xac\x62\x2e\xd3\x2d\xaf\x2d\x83\x2f\xff\x5e\x1c\x5b\x29\x5b\xbe\xdd\xb6\x3c\xd5\xff\x95\xfd\x67\xf5\x63\xed\xd5\xcb\x71\xe5\xce\xe0\x3a\xfe\x92\xc2\xac\xc9\x34\xca\x44\xc7\xe8\xc8\x88\xcd\x08\xf4\xd0\xe5\xf0\xea\xb0\xc5\xb0\xde\x88\xf2\xf0\xa7\xa1\x4f\x43\x83\x03\x37\x83\xc1\x03\x37\xc3\x44\x93\xc5\x2b\xa6\xfb\xb5\xd7\x16\xbf\x4f\xfe\xf8\x04\x9c\x4e\x4a\xb6\xa1\x96\xb4\x66\xe6\x47\xdb\x06\xa3\xba\xdb\x3a\xd3\xda\x5a\xdb\xea\x9b\x83\x9a\x23\x9a\xe8\x1a\x49\x9a\x12\x9a\xe4\x1b\x5d\x9b\x84\x1a\x5e\xea\x1b\xeb\x25\x1b\x94\x1b\xfa\x1a\x2c\x3b\xfa\x47\x70\xe6\x25\xb6\x83\x2e\x58\x5e\xc0\x40\xa0\x9b\xb0\x03\xee\x95\xd0\xa9\xba\x21\x81\x5e\xe4\x56\xd6\x46\xc4\x1a\x98\x72\xcb\x72\xa6\xe2\xb4\xe2\xf8\xc2\xfb\xfc\xb4\x7c\xbb\x82\x9f\xf9\x14\x05\xb0\x05\x91\xb9\xab\x39\xe5\x79\x3b\xb9\x92\x05\xe2\x85\xec\x15\xf6\xcd\x56\xfd\xa2\xd3\xa1\x1b\x6c\xa7\x55\x77\xa1\x87\xbb\xcb\xf2\x13\x48\xbd\x64\xad\x24\xd5\xbe\x65\x1c\x85\x55\xd9\xe7\x19\x42\xa9\xaa\x29\x42\x49\x3f\x12\x0e\x12\x38\xe2\x18\xe2\xb3\xe3\x08\xe3\x46\xe3\x90\x62\x8b\x62\xb2\x63\x59\xa2\xfc\x62\xf1\xe2\x7e\xa6\x3f\x14\x8b\xd6\x93\x76\x3b\x4d\xf8\xae\xa9\x9d\xd6\x6d\xe0\x4d\x44\x76\xa7\xd5\x27\x94\x33\xe5\x4a\xa6\x52\x26\x48\x44\xdb\x45\xe4\x84\x6e\x04\x23\x07\x8e\xfa\xb9\xf9\x99\xfa\xbd\xf3\x2d\xf3\x39\xf3\x29\xf4\x99\xf2\x6e\xf1\x3e\xf7\x8e\xf1\x7a\xf2\x89\xf5\xc5\x0a\x6f\x48\x86\xcf\x7b\xa9\x2e\xe9\x74\x18\x97\xdc\x73\x9f\xab\x1c\x78\xdf\x64\x58\xe6\x96\xd9\x17\x3f\x18\xde\x16\x28\xed\xbd\xea\xee\xe8\x5a\xe6\xf8\xe4\x60\x6e\x07\x69\xeb\x61\x43\x6d\xf3\xde\x16\xd5\xba\xdd\xba\xd3\x06\xde\x4a\xdd\x3a\xdb\x72\xc5\xea\xca\xd6\xc9\xdd\x22\xa8\x23\xfe\x7b\x8e\x69\x55\x7c\x27\xf2\xc6\xe0\xf8\x72\x07\x6d\xa5\x60\x76\x6d\xfc\x41\x70\xa9\xe7\x0f\x27\x0d\x1b\x7a\x0b\x28\x53\xc0\x50\x56\xdf\x45\xd7\x43\x97\x5e\x57\x41\xc7\x4a\xbb\x48\xd3\x4c\xcb\x44\x3b\x4e\xfb\x93\x76\x8c\xb6\xbd\xd6\x7b\x1d\x5f\xb3\x65\xa7\x40\x7f\xae\x98\x9b\xec\x90\x2a\xfd\xe5\xc3\xe1\xde\xa6\x89\x62\x88\x14\xa2\xd0\x38\xcf\xef\x76\x3c\xc6\x6c\x3a\x5a\x1a\xec\x2a\x08\x0a\x25\xf2\xb2\xb2\xf0\xd2\xec\xd2\x34\x52\xed\xd2\x4a\x92\x57\x52\x78\x92\x73\x92\xb6\x52\x34\x12\x33\xd2\x44\xd2\x0b\x6a\x5a\x46\xe2\xf6\x64\x3e\xb9\xd1\xe6\xd9\xfb\x0b\x3b\x03\x1c\xf5\x97\xf9\x8f\xf1\x23\x01\x12\xce\xca\x26\x37\x9a\x1f\x15\x78\x25\x20\x84\x23\x05\x43\x05\x20\x79\xec\xb8\xa3\xb8\xa6\xb9\xbc\xb9\x88\xb8\xf4\x38\x69\xb9\x28\x39\x5d\x39\xe1\x38\x52\xb9\x14\xb9\xed\x45\x6f\x14\xad\xf4\xb5\x6d\x13\x7d\x6d\x63\x96\x16\xfc\xfb\xe2\xea\xcc\x73\xd1\x63\xbe\xfa\x1c\xd8\xa4\xea\x2a\x29\xea\x09\xa7\x70\xe5\xb0\x80\x31\x4a\xd1\x7b\xd2\xfc\xa2\x86\xa2\x82\xa7\xac\xa1\x74\xa7\x98\x26\x4f\xa0\x38\xa0\x8c\xa3\xc4\xa6\x88\xa0\xf0\xa6\x6a\x62\x85\x15\xb4\x53\xe0\xd0\x0b\xb7\xeb\xf1\x2b\x5a\xa4\x1e\x50\xae\xf3\xc9\xfd\x10\x9b\xe8\xf3\xcd\xda\x5a\x0b\x5d\x9a\x9e\x97\x8f\x01\x86\x4c\x82\x20\x11\xef\x06\xe7\x1e\xbb\x1b\x2b\x1c\x33\x1c\xe3\x1e\x93\x18\x63\x00\x63\x1a\xe3\x0c\x23\x1a\x63\x02\x23\x0c\x73\x9c\x44\x88\x91\x45\x10\x45\xbe\xd9\x70\xdc\x89\x7c\x65\x7e\x18\xb7\x51\xab\x00\x29\xee\xca\xb7\xd2\xc6\x51\x07\x5a\x6a\x96\xdb\x8c\x3a\x1f\x17\x1f\x49\x1b\x3e\xfe\xfb\x3d\x5c\x1f\xec\x31\xcc\x4f\xe8\x68\x68\x66\x68\x66\x68\x99\x6f\xb3\xdf\xee\xa0\x2d\xa1\x9d\x61\x28\x90\x79\x08\xf3\x19\xb3\x85\x82\x54\xd0\xcd\xfd\x37\x16\xc7\x71\xdb\xe2\x4a\x45\x93\x1d\x82\xfc\x9c\xd0\x0c\xb0\xe4\x2e\xf9\xb2\x68\x8d\x70\xf6\x7e\xd8\x83\xab\x83\xa5\xbe\x3f\x7b\xa7\xfa\x36\x63\x1e\x05\xc0\x7f\x9b\x63\x8d\x0a\x10\x00\x9e\xc0\x0e\xd4\x2e\x0a\x26\xe9\x1e\x47\x90\x64\xb0\x0e\xd7\xbe\xc3\x9c\x66\xcf\x4e\x75\x42\x96\x40\x24\x8b\xfb\xa1\xf9\x2f\xb5\xef\xa2\x86\x2c\xdb\xc4\xd7\x28\x8c\x9f\x6d\x00\x06\x80\x1d\x80\x05\x48\x00\x26\x80\x02\xc0\x02\x04\xdf\x3a\x6b\x48\x01\x04\x00\x16\x5c\x01\x41\x98\x60\x93\x31\x4e\xb0\x5d\xf9\xf4\x3c\x62\x2d\x6e\x04\xd4\x3c\x59\xf4\x9a\x18\xe4\x3f\x69\x07\xab\x5b\x28\x33\xc2\xbd\x48\x1d\x85\x9d\x05\xd7\xf7\x41\xfd\xcd\x9b\x1f\x11\x60\x7c\x73\x03\xc1\x05\xe8\x00\x98\xb7\x6a\x8c\x2f\x60\x0d\x3f\x3a\xf1\x3f\xd3\xdb\x0b\xd8\x29\x0e\xfc\xa2\xde\xbb\x9f\x63\xed\x29\xa8\x0c\xcc\x90\x08\xaf\x70\x33\x31\x19\x54\xde\x11\xb6\x63\x56\x25\x7a\x45\xe6\x82\xaa\x06\x88\x00\x24\x00\xee\xad\x3b\x18\x1a\xf8\x0e\xf0\xbe\xb9\xe6\xc9\x02\xaa\xef\x5a\xbe\xeb\xe3\x05\x31\xd2\x8b\x40\xa8\xb5\x83\x40\x17\xd2\xab\x5c\xc3\xdc\x4d\x42\xf9\x2f\x71\x49\x7e\x60\x36\x73\x3a\x1c\xd2\x45\xdc\x78\x54\x17\xd8\xea\x70\x52\xef\x5a\x01\x3d\x40\x02\x20\x7e\x67\xfa\xc1\xe1\x63\x21\x38\x33\xa4\x01\xe4\xc3\xe7\xa7\xaf\x90\xdf\xc4\xd0\x8a\x28\xf0\xb9\x48\x64\xba\xf5\x59\x40\xa0\x7b\xf9\xdd\x9d\x99\xcf\x9d\x79\xe5\xa1\x69\xad\xa1\x3d\x2e\x97\x26\x36\xca\xce\xc2\x1a\xcc\xc6\xc4\xf7\xc8\x2b\x90\xbb\x9f\x64\x21\x95\xbf\x20\x7f\x6b\x87\xb5\xf8\x2e\xfb\x13\x0a\xa1\x08\x71\x0d\xd9\x19\x8d\x00\xdd\x91\x58\x96\x39\x4f\x64\x4e\x6d\xda\x62\x16\x04\xfa\xed\x7d\x9a\xb9\x9c\x38\xe8\xdb\xc0\x9e\xd7\x1c\x07\xed\x53\x66\x33\xa5\x5d\x25\xc3\xc3\x53\x46\x73\x8f\xe3\xfd\x9d\xf2\xfb\x19\xbc\x16\x52\x2d\xea\x07\xf4\x2d\xac\x7a\x5c\x16\xfc\x10\x02\x17\xe2\x3c\x52\x1e\x0a\x08\x06\x1d\xfe\x43\x05\x3b\xc3\x41\xe7\xb7\xa9\x45\xb7\x38\xdb\x4e\x53\xd8\x1d\xf2\xe5\xa4\x69\x2a\x21\xdb\x2e\x03\xa6\xb0\xaa\x4a\xa2\x05\x6c\x5f\xc8\x82\x30\x71\xb0\xe8\x70\x66\xf1\xdd\x88\xe0\x49\xe9\x29\xd4\xa8\x4e\x68\xb9\xe8\x3a\x19\x1b\x59\x69\x39\xf2\x79\x3b\x64\xc2\x74\x3c\x6d\xf1\xfd\xe2\xfe\x11\xe1\x15\xfa\x78\x75\x09\x7d\xc0\xac\x81\x2e\x9f\x39\x2e\xd4\x1f\xd5\x6e\x4a\xdf\x48\x7e\x4d\xa0\x93\x61\x91\x4c\x83\xe2\x27\x15\x1b\x2d\x2a\xfd\x2d\x53\x1a\x1b\x3f\xa7\x01\x77\x34\x9f\x93\x20\x99\x88\xb7\xb8\xab\x74\xb4\xa6\x9c\xc5\x9a\x07\x28\x0a\xe1\x0f\x46\xbc\xdf\x16\x9a\xdc\xed\x48\xaa\xb0\xc9\xf0\x8a\x40\xf7\xcc\xb2\x2a\xd7\xea\x95\x46\xe1\x56\x60\x8e\x63\xad\xe1\x40\xe4\x0c\xe0\x39\x14\x58\x12\x49\x12\xe7\x91\x46\x91\x0d\x51\x44\x57\x56\x57\x73\xd4\x6e\x34\xa3\x74\x65\x0d\xc5\x4b\xfd\xa3\x6e\xf0\xf9\xf9\x84\x65\x19\x6f\x58\xa7\xa9\xaf\x28\x24\x99\x3b\xb8\xd0\x45\xc0\x74\x5c\x3d\x45\xfc\x5c\x08\x55\x78\x4b\x0c\x53\xbc\x5f\xaa\x49\xae\x4a\x09\x53\x25\x4b\x7d\x4c\x1b\x55\x1f\xce\xe4\x93\x99\xac\xf5\xb4\x33\x74\xe0\x5c\xa2\x64\xa1\xde\xbf\xd9\x1f\xb9\xbb\x3e\xab\xdd\xeb\x55\xab\x96\x2b\x1b\x77\xe2\x3f\xef\x28\x6b\x68\xaa\x42\x20\xcf\xa4\x90\xa3\x94\xaf\x3a\xa2\xe1\xa0\x23\xa9\xd7\x6e\xac\x6f\x16\x69\x59\x69\x33\xee\x8c\xe8\x06\xe1\xf9\x21\xe0\x2e\x2e\x31\xb7\xb3\xd6\xfe\x5f\x11\x7e\x1b\x9c\x3b\xac\xbb\x8e\xcf\xb6\x77\x54\xf4\x64\x69\x46\xb7\xf9\x14\xd9\x79\x19\x15\xe9\xe4\xe9\x05\x18\xcc\x18\xd3\x9a\x79\x5b\x26\xd9\xd2\x3b\x02\x2e\x1f\x3d\x98\x7c\x70\xfd\xe8\x82\xa5\xc3\x52\x62\x6e\xb3\x19\xaa\x74\x3b\x3b\xff\x43\x9d\x87\xa8\x23\x81\xa5\xb4\x21\xb6\xe6\xba\x92\xb1\xf4\xe3\x48\x36\x2f\x28\xfb\x65\x6b\x70\x9b\x06\xbb\x02\x47\x7a\x17\x17\xf7\x79\xaf\x6e\x7f\xec\xa0\xd6\x30\x20\x32\x20\xee\x7d\x32\x5d\x5a\x6d\x8e\x50\x05\x78\xdb\xf4\xd8\x5f\xbc\xe1\x6f\x58\x77\x0d\xe7\x4d\x07\xec\x9b\xec\x8a\x4b\x53\x77\x22\xac\xfd\x3e\x7b\xaa\x7a\x8d\xfb\xa2\xfa\x7f\x0e\xfa\x15\xa6\x17\x69\x19\x0b\x9b\x18\x96\x8a\x97\x11\x98\x9b\x53\x94\x56\xfa\x54\x5d\xdf\x32\x36\xac\xbc\x24\xf3\x17\x74\x06\x5d\x2a\x6d\x11\xcc\x88\xf4\xed\x35\x68\x17\x45\xa6\x1e\x45\x4f\x85\xab\x45\x7d\x88\x92\x8f\x61\x4e\x44\x4b\x49\x49\x1d\xcc\xd2\xcf\x47\x2d\x9a\xae\xd0\xac\x89\xaf\xef\x6f\xae\xeb\x9a\x18\xbc\x9d\xbf\xd9\xab\xff\x2b\x7d\x5f\x8c\xce\x62\x36\x64\xa6\xc9\x7a\x5e\x1b\x1a\x8a\x27\xb3\x02\x52\xd2\xd2\xec\x32\x71\xb3\xc0\x72\x17\x0b\x44\x4b\x59\x2a\x7b\x6b\x90\xeb\xee\x5a\x3a\x3b\x04\xfa\x65\x87\x04\xc6\xe7\xe6\xbf\xee\x92\x5f\xb3\xfe\x9d\xe0\x8f\x8b\x27\xfe\x6b\x07\xd3\x3a\x3d\x48\x8d\x1c\x95\x16\xc5\x24\x25\x1d\xe5\x6b\x95\x5a\x55\x9d\xf5\xc4\x4d\x88\xad\x59\xdd\x73\xbd\xcd\x43\xc8\xe3\x82\x33\x58\x0b\xd6\xab\xca\x3b\x53\x97\x4f\x20\xc2\xff\x5e\x05\x3c\x9c\x9d\x12\xae\xcb\x4e\xdb\xf6\x5d\xb6\x0f\x37\xbd\x36\xab\xb6\xec\xb4\x8b\x77\xe9\xf5\xc2\x0e\xca\x8d\x38\x4d\xf8\x4d\x3f\x2e\x8c\xae\x5c\x6d\x15\x1d\x5a\x9d\x7c\xb9\xa6\xf9\xfd\xf7\x6a\xd2\x7f\x7e\xae\x95\x2f\x71\x8f\xe9\x0f\xc9\xf7\x6b\xf7\x7b\xf7\x14\xf7\xcc\x77\x42\x77\xd9\x77\xef\xef\x7f\xdc\x67\xdc\x7e\xb8\xe9\xbd\xa1\xb9\x11\xbf\xbd\xb8\xdb\xf9\x5f\xf7\x06\x81\x9e\xd1\xee\xd6\x2f\x79\x4e\x5f\x8e\x02\x0e\xb2\xf6\x37\xf7\x1e\xf6\x3e\xee\x3c\xed\x8a\xef\x70\xec\x50\xec\xd0\xec\x80\x6f\x7b\x6c\x2b\xed\x38\x6e\xe5\xef\xa8\x6c\x27\xee\x31\x9c\x4f\x3e\x06\xfc\xed\xd9\x75\xae\x88\x8e\x62\xf6\x64\x37\x56\x57\x03\x96\xac\xe6\x8d\x67\x1f\xe6\x90\x66\xf0\x26\x45\x27\x2f\xa6\xa6\xa6\x22\x27\xed\xa6\xbc\xa6\x20\x26\xc9\x27\x72\xa6\x66\xa7\xd0\xa7\x10\x67\x24\xd7\x86\x0f\xab\x6f\xff\x3d\x17\xed\x95\xfe\xfa\xfb\x21\xd4\x56\xee\x4a\xf5\xcc\xcd\x78\xf8\x88\xfd\xa0\x56\x2f\x72\x2f\x55\x37\x61\x17\x47\xa7\x66\xc7\x52\x87\x62\x07\x72\x7b\x52\x47\x67\x87\x4f\x7b\x46\xbb\x62\x3b\x56\x7b\x52\xfb\x6a\xb7\xf8\x98\xe0\xa2\xc4\x2e\xe2\x25\xe4\x4b\x03\x08\xf4\x84\x71\x96\xbc\x4d\xbb\x8c\x38\x49\x36\x6c\xd1\x7b\xde\x7e\xd6\xec\x57\xbf\x52\x0f\xd4\xb0\x56\x1a\x57\xe8\x97\xf3\x95\xe3\x95\x67\x95\x7b\x94\x7d\x2a\xf3\x2b\x6f\x2d\x83\x2e\x8b\x28\xa3\x2c\xc6\x2f\x8d\xaa\xea\x6b\xbd\x18\x44\x9a\x69\xdd\x24\x3b\xbd\x7c\x71\x3d\xa3\xd8\xb0\x9d\x4d\x1c\x26\xe9\xc6\x6d\xca\xab\x45\x29\x77\x2e\x16\xce\x27\xcd\xc3\xce\x32\xcd\xd4\x4e\x3f\x4e\xd7\x4e\xdd\x4e\x19\x4a\xe7\x4a\xcd\x4b\x9d\x4f\x2b\x4d\x95\x4a\x69\x4b\xf5\x48\x1a\x4b\x01\xcb\xaa\x2d\x35\x69\xc8\xec\x71\x9a\x94\x5d\x6b\xb8\xb6\xda\x3d\x9f\x3f\x1e\x11\x6f\xef\xaa\x91\x2d\x8e\xcf\x45\x49\xb7\x4a\x7c\x8d\x97\x8e\x25\x89\x0c\x0a\x47\x0b\xa3\x0e\xb5\x08\x3b\x0e\x05\x0b\x15\x0a\x5e\x0a\x11\x08\xc3\x08\xb1\x0b\xb5\x0b\xb5\x08\xd6\x0e\x45\x8c\x62\x4b\xd9\x2c\x90\xa8\xf1\xea\xac\x1d\x8f\x3c\x9e\x58\xd1\x1b\xf5\xe9\x94\xaa\xcd\x28\x4c\x4f\x87\x88\x1d\x8a\xf8\x10\xdc\xe4\x6f\xe1\x43\xe8\x51\xe4\xe6\xe4\x16\xee\x32\xe1\x02\xe3\x66\xe1\xb2\xea\x64\xe3\x1c\xef\x0c\xe7\xd2\xe3\xd2\xe6\x5a\xed\x1c\xe4\xd4\xe3\x59\x1e\x22\x93\x40\x9f\xd3\x5b\x65\xd9\xf1\x63\x47\x61\x8e\xb3\x6f\xb2\x61\xbf\x28\x23\xb5\x24\x3a\x37\x20\xd6\x13\xd1\xc5\xd5\xde\xdd\xda\xdd\x62\xcf\xac\xd5\xf4\xcc\xe4\x9d\x09\xbd\x51\xbd\x31\x8c\x21\x98\xe1\xbe\xe1\xb4\xd1\xb2\xf1\x84\x31\xa5\xd1\xa3\xa1\x82\x25\xbc\xf3\xb9\xff\x7d\x4c\x54\x16\x4b\x85\xf8\xe6\x87\x89\xa9\x4e\xb5\x8a\xe1\xec\x8b\x38\xaf\x80\x28\x97\xaf\x36\x5c\x26\xd0\x7a\x44\xda\x8d\x9a\x01\x6a\xac\x2a\xa7\xca\x44\x4a\xa3\x4a\x86\x4a\x75\x4a\x5f\x15\xa1\x14\xee\x14\x32\x94\xe4\x95\x48\x14\x25\x15\x86\x34\xac\x8c\xad\xed\xa5\x7c\xe4\xa3\x04\xb3\x5c\xd7\x72\x47\xeb\x5a\x42\x4b\x9e\x52\x57\xc3\x4b\x3d\x22\xad\x96\x0c\xd6\xd4\xc1\xe4\xba\xa4\xa2\x25\x70\xc5\x62\x44\x82\x05\x5f\x04\x97\x05\x35\x05\xea\x04\x55\x04\xb0\x04\xde\x09\xcc\x09\x58\x09\x31\x0a\x3c\xf3\x5b\x89\x37\x28\x31\xea\x15\xdb\x50\x79\x6b\x45\x0b\xae\x91\x8d\x3a\x34\xe3\x17\xbb\x24\x4d\x06\x13\x3a\x89\x9a\xda\xa8\x97\x49\x2b\x0a\xfa\x71\x8b\xb3\xbb\xb2\xc2\x32\xa7\x33\x15\x31\x76\x32\x58\x31\x40\x30\xa4\x32\xc2\x33\xac\x31\x14\x31\xac\x33\x2a\x32\x1c\xd3\x7b\xb2\xb9\x08\x0a\xc9\xa9\xe8\x88\xd9\xa0\xfb\x5a\xae\x69\x8e\x7a\x35\x67\x16\x7b\x27\xe9\x05\x4a\x38\x06\x18\xce\x2a\xb1\x0b\xdf\xb0\x75\xd2\x62\x91\xef\x93\x56\x93\x10\x10\xde\x12\x06\x13\xb0\xe2\xe7\xe0\x0f\xe1\xcb\xe0\xf7\xe2\x17\xe1\xa3\x10\xe0\x12\x78\xe1\xb7\x92\xc2\x31\x58\xf0\x15\xc9\xfe\xd2\xad\xb0\x43\xda\x44\x1e\x4f\x68\xb7\x29\xb5\x48\x91\x0e\x86\x74\x02\x37\xa4\x55\x54\x13\xd8\x60\x8c\x25\xce\xc1\x74\x43\x6d\x41\x81\x44\xf2\x44\x24\x83\xbf\x44\xe0\xfe\xb9\xf7\x73\xe9\x67\x1c\x3c\x12\x3c\x2b\x7c\x30\x7c\x30\x02\x01\xf2\x16\xfe\x30\x1d\x03\xaf\x80\x3c\xbb\xa1\xcf\xae\xdd\xac\x51\xd7\x48\xa5\x6e\x06\x6c\x78\x8d\x6b\xa6\x49\x84\x8a\x99\x30\x0a\x53\x1f\x91\x0b\xf2\xc6\xb7\xa6\xcf\x48\x90\x26\xe0\x97\xe0\x38\x9f\xa4\x3f\xa1\x7d\x9c\xf9\x38\xfa\x71\xef\xd3\x8f\x4f\xc1\xe0\x5e\xe0\x85\x90\x74\xf0\x87\x04\x83\x8c\xe3\xc2\x6e\x6a\x67\xc7\x16\x8b\x27\x03\x49\xf5\x15\x79\xc4\x31\x5d\xde\xfe\xd6\xcb\x5a\x36\x92\x5e\x9c\x32\x14\x33\x18\x0b\x30\x61\xef\xc4\x01\x22\x00\x17\x10\x04\xbe\x01\x28\xc0\x77\x00\x17\xf8\x02\x90\xbf\x4d\xf6\x34\x00\x98\xbf\xe5\xa0\x13\x91\xf7\x71\x45\x48\xd7\x5c\x13\x6d\x46\x4f\xf0\xb7\x8b\x94\xc1\xa6\x46\x86\xf0\x39\xe5\x1b\x4e\x2a\xb2\x08\x7e\x66\x70\x25\xe8\x44\x68\x80\x08\x7b\x73\xb7\xa1\x78\xf3\xb6\x83\x06\xc4\xde\x5c\x66\x61\x01\x34\x40\x08\xa0\xfb\x9c\x8f\xea\x45\x1a\xcf\x51\x2e\x35\xfd\xc4\x72\x84\xb2\x88\xde\xbf\x53\xa7\x96\xa3\x11\x75\xe5\x05\x58\xec\x68\xb8\x4a\x84\x70\xf0\x91\x4f\x62\xf4\x41\x27\xbc\xf9\xc1\x13\x03\x94\x80\x14\x80\x06\x60\xbe\x83\x7c\x9f\x0d\x46\xf7\x71\xe9\xd3\x03\xf8\x09\xac\x15\x0e\x29\x5d\xb0\xa0\x9a\xd2\x6f\x10\xe8\xfa\x6e\x33\x64\x3c\xba\x35\xb0\x78\x3b\x69\x3f\x08\x70\x70\x31\x58\x53\xa0\xe0\x3f\xa2\x7f\x24\xd0\x42\x90\x07\x87\x01\xf0\x3f\x28\x7d\xec\x87\x50\x87\xb2\xfa\x72\xf2\xad\x16\x96\x06\xae\xe3\x87\x37\xfc\x17\x84\x30\xf4\x18\xf2\x7a\x4e\x02\xa9\x22\x9d\x33\x10\xe8\xb1\xf7\x30\x7b\x3e\xa4\x67\xbe\x26\x39\x9b\x2e\x32\xd8\xf3\x9b\x05\x8f\xc6\x47\x09\x7d\x8e\x1b\x0a\x17\x4c\x6a\x68\xd9\x6f\xe0\x30\xf5\xdf\xb3\xe0\x09\x11\xa1\x51\xf0\xd0\x3e\xa1\x4f\x62\xad\x61\x8f\xe1\xc5\xe0\x3f\x92\x32\xb3\xe0\x8b\x2c\xa8\x0e\x9b\xcf\xfd\x23\xc3\x5c\x9a\xae\x7f\x1a\x55\x68\xd9\x2f\xc6\x4d\x1c\x0a\x22\x73\x0c\x34\x44\x54\xe8\x11\xac\x60\x9c\x25\x8a\x41\xc6\x42\x9e\x47\x13\xc1\xb4\xc4\x41\xc2\x87\x20\x3c\x21\xa1\x20\xf3\xa1\x54\xa6\xda\xa0\x73\x63\x08\x67\xf6\x12\x14\x56\xf8\x65\x58\xe4\xf4\x96\xeb\x7e\x4d\x1d\x50\xcc\x7d\xec\xa9\xac\x8e\xc8\x3c\x8f\xbc\xf2\x8c\xb3\x24\xd3\xaa\x93\x5a\xe7\x91\xa7\xf9\x48\x20\x40\xa4\x42\x82\x4f\x0e\x4e\x39\x4d\xcb\xca\x08\xc5\xdc\xc1\x6a\xc5\x91\xcd\x55\xc9\xeb\x27\x48\x2c\xec\x2a\xe7\xa4\x9b\x62\x5b\xec\x17\xfa\xcf\x3c\x77\xde\xba\x76\x3f\xb2\xd3\x82\x52\x54\x99\x2c\x1c\xfc\xd9\x59\xc7\x84\x5c\x95\x4c\xf4\x94\x2d\x84\x56\x92\xfe\x03\x13\x34\xcb\x02\xbb\x3f\xd7\x0b\x6f\xb5\x40\xb1\x30\xb6\xd8\xbe\x64\xa0\x34\x89\x82\x83\xb2\xa4\x76\x8b\x95\x8e\x17\x74\x94\xf5\x3f\x23\xdc\x3f\xef\x2b\xcf\x01\x3d\x5a\x35\x02\x39\x67\xb1\x92\xbe\xcb\x76\xa7\xfa\x95\x8a\x44\x42\x18\x5c\xa1\x3c\x29\xfc\x32\x42\x55\x22\x73\xe2\x21\xd2\x18\xf2\xed\x4a\xef\xd4\x1c\x34\x3d\x74\x2c\x0c\xa4\x4d\xec\x2d\x26\xdc\x05\xc3\xf2\xd3\x12\xff\x48\xb6\xc7\xe7\xea\x6b\xa0\xb1\xad\xd6\xbb\x72\xfe\xf4\x8c\x48\x3f\xcf\x0d\xeb\x30\x6d\x35\x79\x2e\x49\x77\xe9\x12\x59\x2b\x85\x06\xa5\x1d\x35\x52\xcd\x25\xdd\x5f\x06\xaa\x26\x44\x16\x1b\x56\x9f\xec\xab\x5d\x84\xdd\x3f\x86\xc8\x26\xa3\x17\x8d\xfc\x3b\xdb\xa7\x1f\x46\x2c\x06\x0d\x6a\x35\xd6\x17\x6e\x27\xe5\x85\xbc\xba\x5e\x58\x28\xea\x6c\xa8\xab\x6a\xae\xea\x7c\xd1\x35\x37\xd0\x37\x16\x36\x67\xb1\xc1\xb0\x93\x73\xb2\x70\xdd\xf0\x12\xf6\xed\x0d\x62\x0f\x9f\x4c\x84\xcf\x9f\xa9\x47\xfd\x0f\x31\xae\x17\x76\xbe\x4f\x5b\xf7\xf0\xd5\xdc\xe6\xb1\x26\x08\x07\x46\x39\x35\x5b\x9a\x99\xfa\x98\xa5\x9a\x2f\x58\xd5\xda\xea\x3a\x6a\xbb\x96\x79\x54\xf8\x24\x06\x98\x84\xe0\x46\xe0\xc4\xfa\x27\xdc\xa5\x9b\xe7\xa3\xd5\x64\x75\xe7\xfe\x89\xdb\x87\x67\x99\x6b\x22\xe3\x51\x1d\x9b\x55\xe9\x39\x83\x71\xc3\x01\x71\x6e\xed\xce\x10\x2e\x7c\x6e\x65\x1e\x0e\x3e\x4e\xfe\x4a\xc1\x41\x61\xe1\x51\xb4\x71\x09\xc9\x42\xe9\x58\x59\x53\x79\x41\x25\x71\xd5\xc1\x9d\x33\x13\x7f\xe9\x04\x7d\xf8\x7c\x78\xbd\xb4\x39\x32\xdd\x76\x59\x29\x9d\xad\x19\x97\x16\xaa\x1d\x68\x1d\x0c\x84\x20\x85\x39\x47\xc9\xc4\x0e\x25\x12\xa7\x66\x64\x44\xe5\x86\x15\x72\x97\x2e\x55\x1b\xd5\xcc\x34\x45\x74\xe4\x8c\x51\xae\xfc\x75\x9a\x16\xe8\x36\x64\x3f\x6b\xa1\x73\x48\xb5\x95\xaf\xc2\x2f\x47\x3d\xb9\x2c\xe1\x7d\x92\x72\x52\x67\xaa\x7e\x86\x7b\x4e\x40\x7e\x73\xc9\x66\x85\x5b\xd5\x76\xbd\x75\x73\x47\xe7\x46\xef\xe1\x90\xc8\xe8\xe6\x32\xf8\xa1\xea\xdf\xe9\x7b\x5d\xb6\x1b\x33\xdf\x33\xb4\xd4\x3a\x53\xf5\x50\xe8\x9c\x97\x52\xd0\x58\x68\x5b\x52\x56\xf6\x52\xd5\x59\x57\xd2\xc8\xdd\xb6\xdd\x31\xd0\x6f\x34\xf2\x79\x5c\x61\xe6\x62\xe1\x75\xbd\xe7\x80\xe1\x8e\xf8\xbf\xd8\xdf\x76\xd9\xbc\x43\xb5\x00\x3b\x24\xd5\x49\xd8\x48\x5e\x0d\x57\x3b\x53\xbf\xd6\x38\xd0\xca\xd1\xb1\xdc\x73\xda\xc7\x3f\x22\x36\xc6\x3f\xdd\xbc\xc8\xbe\x1a\xb6\x9d\xb4\x8b\x7d\x0c\x7d\xcb\xf8\x3f\xd7\x0f\x52\x17\x73\xbb\xe5\x0b\x96\xe3\x84\xfd\x44\x9d\xfe\x5d\x59\x7d\x46\x03\xe0\x43\xd7\xa3\xe5\x13\x37\x33\x1b\x4b\x8c\xab\x5a\x9b\xfe\x7b\x91\xc7\x58\x17\x9a\xb7\x6b\x8f\xd6\xff\x4b\xff\x9f\xeb\xf5\x12\x24\xf9\x82\xf8\x42\xf6\x6c\xfc\xbc\xf0\x34\xf6\x7c\xf6\x92\xf3\x22\xf2\xfc\xfc\xe2\xf0\x14\xf1\xfc\xf0\xfb\xf4\xff\xa5\x7a\x51\xb8\x6b\xbe\x69\xbd\xdc\xbc\x98\x38\x57\x3c\x35\x3a\xde\x3c\x61\x3d\xb4\x3a\x6e\x3e\xb2\x39\x96\x3f\x72\x3e\xee\x3e\x76\x3b\xae\x3c\x34\x3a\x12\x3b\xce\x39\x09\xbe\xcc\x79\x2e\xfa\x9b\x58\xec\x57\xda\x35\xcf\xe9\xf6\x81\xdd\x8e\xc4\xc6\xe4\x06\xe7\x8a\xf9\xd2\xf2\xb2\xe3\x62\xcc\xc2\xea\x82\xcd\x22\xd5\xa2\xc9\x22\xf5\xa2\xca\xd2\x87\x85\xe8\x45\xf4\x45\xc4\xc5\xbd\xa5\xe5\xcd\x6f\xc7\xeb\xf7\xb4\x7f\xfa\x26\x90\x5e\x9a\x1e\x54\x6e\xdb\xad\xdc\xcf\x37\xcf\xd0\x4f\x59\x8d\x6e\x0e\x67\x0c\xd9\x0f\x5c\x0c\xc2\xf7\xe3\xf5\x4a\xf6\xf3\xf6\xb6\xf7\x45\x0d\xb4\x0e\xe2\xf4\x13\xf6\x19\xf6\x1b\xf7\x8b\x0d\x51\x4c\xb0\x2d\xa7\xec\x65\x5d\x89\xbd\x5a\x83\x40\xbf\x71\xaf\x53\x0f\x1b\x36\xc1\x17\x78\xa7\x80\x91\xf8\xbe\x80\xee\xc2\xce\xc1\x96\xbe\x26\xe5\x46\x9b\x06\x84\x3a\xe7\x06\x8e\x3a\xb1\x3a\x8d\xfa\xcf\x35\xdb\xf5\x29\xf5\x02\xf5\x39\xb5\xbf\x6a\xd9\x6b\x0d\x6a\x53\x3a\x8c\x87\xe1\xe6\x68\xb7\x60\xce\x26\x40\xa0\xdb\xf0\x23\xb2\xd5\xee\x29\x99\x41\xee\x6e\x98\x66\x9b\x3a\xab\xca\xec\xb2\x94\x12\xed\xc2\xe9\x82\xb2\xdc\x97\x5c\xd4\xdc\xce\xbc\x95\x9c\xf1\xdc\x8c\x1c\xf7\x3c\xea\x3c\xf8\xbc\xcf\xf9\x72\x79\xc4\xf9\xed\xf9\x3d\xe5\xdd\x4d\x1a\xbd\x07\x53\x50\xeb\xb1\x0f\x54\x47\xe5\x6b\x45\xd3\x16\xfd\x89\x2d\xe0\xd5\xa1\x25\x36\x05\x54\x59\x19\x69\xd6\xc9\xa4\x09\x3d\xf1\xef\x63\xe6\x63\x25\x62\x70\x63\x11\xa3\x0d\x62\xc6\x62\xbe\x44\x93\xc7\xb2\xc4\x66\xc7\x5b\xc4\x81\x62\x95\x63\xe1\xd2\x6e\x0a\x57\x6a\x3b\xbb\x38\xc6\xf5\x2f\x91\x77\xc8\x67\x57\xfb\x1f\x9b\x55\x2b\x63\x72\xd2\x52\x1f\xe3\x37\xa3\x4a\x42\x77\x83\x0a\x03\x7c\xfc\xf5\x7d\x5b\xbc\x03\xbc\x09\xbc\x3f\x78\x77\x79\x11\x7b\xbf\x78\x05\x7a\xf9\x7a\x0f\x7b\xaf\xfa\xba\x7a\xd7\xfb\x48\x84\x69\x25\xfa\xe7\xaa\x54\x56\xb7\x47\x1d\xef\xad\x52\x8e\x22\x77\x44\x57\x71\xe4\xae\x27\x6e\x45\xbc\xf7\xff\xed\x15\xea\x86\xeb\xac\xe6\xa0\x6b\x17\x6d\x13\x66\xed\x64\x51\x6c\x71\x6e\x29\x64\x79\x60\x15\x6c\xb1\x69\x39\x6c\xb9\x67\x8d\x6d\x7d\x6f\x15\x63\x9d\xe9\x3a\x13\x70\x19\xb3\x92\xb9\x58\x7e\x73\x40\x3e\xdf\xde\xbf\xdb\x50\x55\xbc\x92\x5c\x10\x3e\xe2\xb3\xe3\xb4\x6a\x15\x6f\xe2\x6d\xd4\x64\x40\xa2\x5b\xa3\x2d\xaa\x45\xa1\xb9\xae\x89\xaf\x61\xa6\xb1\xac\x01\xae\x1e\xa7\x49\xa2\x69\xa7\x39\xad\x05\x68\xe6\x6b\xff\x34\x59\xb3\x5f\xf1\x49\x8e\x7c\xca\x20\xdc\x39\x9a\x16\xec\x2e\xaf\xf1\xca\x36\x8e\x2d\xf1\x6f\x77\x16\x34\x5f\xd7\xd5\x50\xf3\x52\x30\x91\x0b\x92\xd9\x93\x1a\x96\x74\x91\x30\x92\x50\x13\xef\x97\x10\x15\x6f\x91\xc8\x10\x3f\x91\x6c\x91\x58\x97\x5c\x96\xfc\x2e\x85\xa6\x5c\xad\xcf\x6e\x43\xe4\xa9\x1e\x49\xbe\x15\x3e\x85\xd0\xb9\x54\x45\x93\xa9\x11\xa9\xeb\xc5\x6c\xa3\xa1\x17\xac\xf8\x5b\x42\x46\x30\x86\x2f\x9e\xbb\x87\x4b\x92\xeb\x0b\x67\x3e\xfb\x1c\xdb\x1c\x5b\x0c\xfb\x3b\x76\x7c\xf6\x2d\x76\x76\xf6\x5a\x8e\xef\xec\x54\x9c\x5c\x42\xd1\x72\xdf\xb5\x6b\x2d\x85\x3c\xbe\x6d\x9b\x4c\xcd\x77\x7e\xa9\xc4\x4e\xa7\x8b\x28\x74\x57\x30\x4f\xd3\xe8\x91\x72\xe5\xd3\x66\x89\xa6\xc3\xa2\x11\xa4\x8c\xa7\xfc\x4a\xe1\x42\x16\x44\xd6\x42\x46\x49\xe6\x48\x26\x45\xb6\x46\x46\x41\x4e\x4c\xae\x4b\x9e\x49\xd1\xc9\xa8\xc0\x0b\x25\x29\xa3\x09\x6e\xf5\x6e\x77\x72\x56\xa4\xdb\xa4\x8a\x2d\xb3\x2e\xfc\xd5\x9d\xd2\xfc\x44\xad\x45\xec\x96\xfd\x8e\x1a\x96\xe0\x1a\x87\x13\xf3\x18\x23\x10\xfd\x00\x6d\x14\xcd\x15\xed\x07\x6a\x2e\xaa\x07\x6a\x3c\x6a\x1f\x1a\x09\xda\x06\x3a\x01\x7a\x36\x3e\x16\xb5\x13\x97\xaa\xd4\xab\x8e\xf1\x61\xf8\xc2\x63\x7f\x79\x1d\x55\xce\x55\xf4\x9d\x97\xb8\x15\x8b\x26\xaa\x04\x07\x87\x02\x45\x16\x96\xf1\xcf\x1c\xd8\x2f\xd0\xba\xdf\xe2\xbe\x2a\x7e\xa9\xf9\xe2\xff\x25\xe2\x8b\xc4\x97\xe0\x2f\x1a\x5f\xe9\xbf\x3a\x7d\x53\xf8\xa6\xf0\x23\x16\x07\x89\x46\x85\x8f\x40\x7e\xee\x1c\x63\x8d\x75\x64\xbc\x59\xa1\xc8\x2f\x21\xc5\x7f\xda\xde\x51\x2f\x5a\xb6\x8a\x37\x9e\x96\x0c\x97\xe9\xe7\xbb\x4f\x64\x6f\xfe\x78\x54\x00\x26\x80\xf2\x56\xd5\x8a\x06\x60\xbf\x39\x9c\xe0\x01\xdc\x1f\x27\xe1\x55\x09\x58\x98\x08\xc5\x34\xef\x64\x77\xc5\xa7\x2f\xbb\x52\x2b\x6d\x32\xf5\x22\xdc\xdd\x51\xcc\x7e\xa8\xda\x8b\xca\xb2\xa4\x93\x0a\xa1\x36\x7e\x2d\x06\x90\x01\x58\x80\x1d\xa0\x01\xa8\x01\x68\x00\xee\xad\x0a\x83\x04\x10\x00\xe0\x01\x4f\xb0\x29\xf8\x10\xc2\x30\x16\x14\x71\xb0\x57\x81\x53\xff\x15\xf5\x61\xdd\xa6\xeb\x82\xf4\xf8\x7c\xbf\x6d\x5b\x14\x5d\x24\x99\x64\x9e\x70\x9a\x36\x5c\xf8\x1f\x75\x1f\x19\x01\x24\x80\x0a\xa0\x7e\x77\x01\x26\xf9\x29\x0d\x22\x0c\xca\xf8\x73\xe6\xd7\xb5\x6f\x0c\x30\x3f\xe1\xa2\xb1\xdf\xd1\xc8\xf2\xa1\x2b\xe0\x83\x40\x77\x0b\x3b\x03\xd3\xb6\x9d\xd7\x15\x8a\xe9\xfa\x61\x31\xae\x9a\xa6\xda\x2a\xe7\xc2\x5b\x2c\x1d\xa4\xd6\x68\xe0\x5f\xd4\x3e\x5d\x43\xf1\x7c\xa9\x86\x1e\x85\x13\xf9\x41\x08\x3f\x82\x18\x86\x7c\x89\xea\x85\x16\x8e\xb1\x83\x65\x40\x81\xc3\xa1\x2b\x19\xaf\xdd\x0c\x02\xbd\x32\x9d\xcc\x2c\xc5\x0c\xca\xd7\x33\xe6\x27\xc5\x26\xf9\xba\xdb\x8a\xe8\x9c\xca\x02\xbc\xac\x74\x00\x5e\xc4\x4f\xed\x9f\xe0\x08\x6a\xc8\x09\xa8\xb3\x18\x0c\x58\x20\xbc\x64\xfc\x7a\x22\x3b\xe2\x36\x32\x36\x0a\x76\xaa\x26\xd6\x3a\x51\x1a\xd5\x38\xb3\x37\x37\x93\x9b\xeb\xad\xc4\x29\x98\xf6\x93\x72\xaf\xb4\x9f\xa1\xe5\x6e\x04\xa6\x1b\xaa\x81\x62\xe8\x6c\x17\x14\xc6\x58\x36\xd8\x84\xb8\x87\x04\x3d\xc4\x07\xe4\xa8\x94\x4c\x34\x64\x74\x8c\x4c\x7c\xcc\xe9\xac\x2f\xec\x79\x5c\x0e\xc2\x8e\x4a\xd4\x86\x57\x4e\x49\xff\x88\xf0\xbc\x73\xcc\xbd\xb8\x38\x60\xd9\xc0\x9f\xbf\x1f\x27\xe2\x17\x66\xa7\xa9\x1f\xa1\xf0\x55\x40\x91\xe9\x3b\xb9\x16\xe5\x39\x75\x19\x9d\x07\x13\x33\x8b\x19\xfb\x2d\x57\x24\xcf\x95\x00\x83\xf0\x57\xd1\x18\x71\x26\xe9\x08\x85\x53\x7d\x2e\xbb\x25\xbf\x3f\x26\x58\x5e\xb7\x6f\x96\x4e\x7e\xee\xd0\x29\xcf\x4c\x37\x0f\xf7\xf0\xb0\xb2\x44\xd5\xcc\x94\x3a\xe7\x06\xb1\x82\xb3\x4b\x73\x06\x72\x3f\x08\x60\x0b\xed\x88\xea\x4b\xa6\xcb\xd8\xcb\x4b\x28\x55\xa9\xbc\x6a\xa2\x6b\xbf\xd3\xc7\xb5\x31\xf3\xf6\x8a\x96\xfa\x67\x84\x67\xd6\xe3\xb2\x45\xe3\xc1\xa4\xc6\xe6\x42\xea\x44\xf3\xa0\x8f\x2e\xef\x4c\x6e\xd4\xbe\x49\xc2\x0b\x0f\x8a\x9c\x8a\xe9\x4b\x72\xcb\xd0\xca\x2f\x28\x75\xab\x25\x6b\x51\xe8\x9e\x18\x22\x18\x93\x58\x62\x5a\x7f\xb1\x9f\xf7\xac\x89\x48\x4a\xdf\xfa\x57\xae\xbd\x11\xdc\xba\x9f\x2a\xed\x3a\xaa\x1e\xca\x51\x88\x75\xf7\x33\x73\xfc\x69\x38\xab\x3a\xae\x50\xac\x9c\xa9\xe2\xa2\x7e\xad\x45\xa5\xc7\x69\xc8\x66\x32\x65\xe1\x6e\xb3\x6b\x7f\xe7\xa4\xef\xde\xea\xb5\xed\x37\x11\xd6\x96\xca\x5f\xe2\xf5\x6f\x52\x98\x9d\x08\xae\xdc\x8f\xe6\xb7\x15\x94\x1b\xa4\x5f\x46\x1e\x79\x17\xd8\x12\x18\xdb\xea\xcf\x19\x68\x1a\xa7\x9a\x6c\x99\x1f\xd8\xf0\xda\x19\x3a\xd1\xb8\xb5\x7a\x2b\xfa\x81\x02\x35\x43\x4b\xa3\x16\x12\x24\x53\x0a\x8b\xd4\x1a\x61\xff\x93\xf1\x7f\xe1\x1c\xe0\x2e\x80\x0d\x08\x34\x7d\x2a\xea\x4e\xcd\x0a\x57\xf1\x4c\x73\x38\xb0\x4d\xb4\x5f\x70\x58\x70\xea\x75\x0b\xf0\xa4\xf4\xd9\x09\x44\x0b\xed\x8a\x14\x8a\xfd\x9c\x80\x9d\xf2\x92\xa9\x9d\x8f\x59\x7c\x58\x8f\xd1\x3b\xff\x67\xe8\x5c\x55\x6d\x43\xcd\x80\xf5\x11\xd7\xf5\x15\x52\x25\xe7\x85\xad\xfa\x5d\x78\xdb\x79\x33\xfb\x09\x07\x42\x06\x47\x84\x53\x45\xcd\xc7\xd3\x24\x93\xa4\x35\x66\x87\xe7\xaf\x96\xf8\x55\x21\xd6\x0b\x37\x0b\xf7\x5c\x4d\x15\xff\x85\x79\xd1\xa7\x23\x1b\x4a\x93\xed\xdd\x5b\xb5\x83\xf9\x76\xc9\x17\x31\x68\x91\x85\x51\x9c\xd1\x27\x71\xdd\x89\x6a\xa9\x62\x99\x9f\x72\xe9\x0a\xdd\x4a\x74\x2b\x0f\x6b\x69\x1a\x65\x3b\x9c\xba\xdd\x07\xe5\x26\x75\xd6\x37\xfe\x8a\xbe\x87\x8a\x13\xf6\x35\x88\x09\xcb\x6e\xa8\x9a\xdb\x22\xc9\xec\xf2\xf4\xf5\x8c\xd1\x2c\xff\x9c\xdd\xfc\xa7\xe2\x77\xe5\x9b\x55\xb5\xf5\xc2\xcd\xcd\x1d\xa8\x3d\xd2\x83\x11\xa3\xab\xe3\xde\x0b\xc9\x6b\x1c\x27\x4c\x7f\x67\xef\x2f\xa1\xa3\x2f\xab\xfe\xe3\xe5\x5d\x1b\x0d\xbd\x95\xf8\xe5\x7e\x15\x72\x95\x12\xd5\x01\x75\xaf\x4d\x6e\x6d\xfa\x5d\xac\x7d\xfa\x43\x31\xa3\x0f\xd3\x96\xf3\x06\x2b\x2a\x9b\xc2\x7b\xc7\x27\x3c\x0f\x1a\xff\xcd\xef\x3b\xc9\xa3\xaf\x2b\x33\x13\x9f\x07\x98\x3b\x71\x5a\x97\xdb\x6a\xda\xc1\xbb\xbe\xf4\x6c\x0f\x84\x8c\xa2\x8f\xb3\xcc\x44\x2d\x06\xac\x71\x6d\xbd\xdf\x57\x3b\xdc\xbf\x44\xba\x7e\x78\xf2\xfe\xdf\x6b\x80\x7b\xed\xe3\x90\xd5\xc7\x39\x8f\xb1\xab\xe1\xac\x91\xe2\x71\xce\x09\xcf\x19\xc8\xb9\xeb\xc5\x98\x55\xeb\x2d\x82\x5d\xf8\xa3\xf1\xb3\xc8\x1b\xde\x07\xed\xdf\xff\x55\xc7\xf1\x7f\x75\xfd\xc6\x7c\x7a\x7c\xfc\x79\x5f\x76\xf3\x72\x75\x75\x65\x71\x35\x78\xb1\x72\x31\x77\xe1\x79\xfd\xe9\x62\xf2\x3a\xff\xd6\xe4\xaa\xe2\x9a\xe2\x32\xfd\xf2\xe5\xca\xe8\xa6\xe8\xd5\xe7\xbf\xb4\xd0\x0f\x01\x57\xdd\xe7\x41\x27\x34\x87\x12\x7b\xad\xdb\xb9\x9b\x8f\x1b\x5d\x1b\xac\x9b\xbf\xd6\xbd\x37\xb6\x36\x87\x37\xc8\x37\x0d\xb6\xac\xb6\x75\x37\x1d\xd6\x2f\xb7\xc5\xb6\x56\xb6\x7b\xcf\xf0\x1f\x48\xfe\xa3\x7e\xbd\xb9\x7d\x3d\x7b\x3c\xb8\xda\x76\x5a\x03\x5b\x42\x5f\x50\x9e\x11\x9b\x8a\x9a\xc0\x18\xb5\x9f\x10\x1c\x37\x9e\xa4\x9d\x28\x1c\x4b\x1f\x6f\x1b\x4b\x9e\x92\x9b\xe2\x9f\x70\x9a\x62\x1e\x1f\x1c\xe9\x98\xc9\x59\xdd\x3b\x30\xb9\xae\xfa\xfd\xf6\x8d\x7a\xea\xbb\x90\xdf\xc7\x5b\x37\x58\x70\x9f\xa2\x1b\x4b\x1f\x9c\xe8\x5f\xef\xe1\xed\x8c\xed\x20\x6e\x83\x69\xb5\x6b\x8b\x69\x85\x6a\x95\x69\xeb\x6c\x23\x6a\xd3\xe9\x30\xeb\xb0\xea\x10\xed\xf2\xe8\x6c\xec\x9a\xe9\x5a\x1c\x05\x9b\x5f\xdd\x76\x3d\xdf\x03\x81\x9e\xa8\x2e\xc5\x77\x13\x16\xa5\x27\x75\xfb\x23\xba\xe2\xdb\x3d\x1a\xb6\xea\x08\xab\xd1\x2a\x52\x4b\xfb\xcb\x48\x4b\x84\x4a\x06\x4a\x1e\x4a\x0d\x4a\x7d\x4a\xde\x15\x6f\x94\x25\x97\xd1\x97\xfb\x54\x7c\x2e\x9f\xad\x48\xaa\x42\x6c\xd1\xec\xd7\x9f\x16\x5d\x9f\x04\x81\xae\x7f\xee\x7a\x2f\xec\x8f\x6a\x75\x33\x35\xfb\x55\xc7\x97\x3a\x15\xd2\xe5\x89\x65\x86\x67\x72\xa6\xe1\x24\x3f\x26\x9d\x24\xf1\x27\xc6\x27\xcd\xa4\x60\x25\xf7\x27\x21\x27\xcf\x25\x6f\xa6\x36\xa7\x0a\xa7\x7d\x4d\xcb\xcf\xf4\x2a\x9e\xac\x47\xe9\x86\x1b\x4f\xfd\x65\x72\x58\xb4\x04\x1a\x6d\xec\x86\xae\x7b\x28\xc5\xc8\xc5\x48\x8b\x4e\x70\x89\xf1\x8a\x6a\x0e\xdb\x0d\x91\x0c\xc1\x0f\x5c\x0f\xc4\x09\x02\x0b\x14\x09\x12\x0c\x20\x08\xfc\x14\x24\x19\x78\x15\x4c\x13\xec\x1b\x22\x10\x4c\x17\xd1\x97\x2c\x9a\xc7\x59\x45\xd7\xfe\xfe\x62\x6f\x3b\x61\xe6\xb0\xcf\xbf\xa1\xbb\x38\x2d\x2b\x20\x1e\x3e\xec\x35\x80\xcf\x47\xcc\x33\xc3\xed\xc2\x05\xde\xc9\xc0\x11\xdb\xc1\xc9\xc1\xc8\x41\xd5\x31\xc2\x71\xd2\xe1\xd4\x11\xd9\xb1\xcc\x19\xcc\xa9\xc1\x89\xcf\x21\xcb\xfd\x77\x10\x77\x2c\x47\x56\x5c\x39\xdb\xc9\xd1\xca\xfc\xa8\x56\xc7\x8f\x4a\xc8\xec\xe1\xb8\x83\xe0\x38\xcf\x14\x47\x05\x1b\x7a\x0b\x69\x33\x0b\xe3\x26\xa3\x16\x83\x63\x03\x24\xbd\x4b\xbd\x2d\xbd\x36\x03\x51\xfd\x7a\xa3\x4f\x86\xfd\x46\x08\xc6\x44\x86\x7a\x06\xc4\x66\xb3\x8e\x46\x3e\x03\x11\xfd\xe9\xa8\x47\x13\x4b\xc5\x43\x78\x8d\x79\x45\xca\xa9\x4f\xe1\x30\x9e\xc3\x76\xe2\xc6\xa6\x3a\xf1\xea\xb5\xaa\xcc\x4a\xf5\x8a\x8d\x0a\x6d\xf2\x67\x72\x63\xf2\x2e\xb2\x8d\xf2\x0f\xf2\xa7\x0a\x9a\x0a\xe0\x0a\x4b\x0a\x29\x8a\x64\x0a\x6a\xaa\xa9\x06\x52\xd6\xf3\x9e\x11\x61\x53\xfb\x37\x0b\x89\xfd\xbb\xf5\x09\x79\xad\xf1\x79\x81\x9f\x9d\x02\x4d\x8e\x35\x15\xe4\x72\xc4\x67\x45\x70\x85\xd6\x05\x4c\x04\x10\xf8\x8c\x78\x09\xf9\xb4\xf8\x3e\xf2\xe9\xf1\x3e\xf3\xc1\xf3\x09\xf3\xd1\xf2\x65\xf3\x83\xf8\x6d\x44\x94\xe5\x2a\xb4\xac\xcc\xd1\x5c\x9d\x0f\x3f\xcd\x57\xf4\x43\xd7\x62\xe6\xc1\xc5\x1a\xfa\x8a\xdb\xbd\xd3\xbb\x52\x54\x11\x45\xe0\xb6\x61\xf1\x60\xb2\x66\x64\xa0\xdb\xa1\x3b\xa0\x63\xa0\xf5\xa2\xa5\xa5\x39\xa0\xfe\x45\xab\x4a\xb3\x47\x3b\x4b\xf7\x85\x6e\x9e\xee\x99\xa9\x8e\x87\x59\x62\x5d\x0d\x64\x36\x71\x34\xb6\x64\x35\x40\x52\x5f\x94\xa7\x12\xc7\xe4\xbb\x65\x93\xad\x53\x2d\x73\xca\x77\xc3\x38\x49\x41\x45\x38\x49\xa0\x8c\x8f\x86\xc7\x8a\x0b\x87\xd3\x85\x73\x80\x43\x81\x93\x8d\xa3\x84\x3d\x83\x0b\x86\xfb\x15\x8f\x09\x8f\x93\xa0\x96\xaa\x9d\x13\x5f\xcc\x4e\x3d\xe8\xac\x60\x55\x7b\xf8\xb4\xa9\xa6\x30\x32\x51\x35\x00\xc9\xfe\x9d\x1e\xa1\x6c\x05\xef\x1d\x9d\x0f\x81\x1e\xaa\x1c\x02\xe4\xcf\x81\x1f\x9b\x3f\xc0\xbf\x23\xc1\x59\xc1\x69\xc3\xe1\xc3\x99\xc3\x45\x7e\xa7\xfb\x5e\xf7\xa3\xfd\x87\xd2\xcf\x75\x4c\x02\xf2\x03\xf6\x07\x69\xa8\xeb\xb8\x2d\xc2\xc9\xc9\xf6\xbe\x32\x20\x15\x23\x64\xd8\x59\xd0\x68\x42\x29\x5e\xf0\x94\x31\x8d\x08\x11\x99\xf6\xf3\xc5\x27\x52\x30\xff\x0f\x55\xef\x17\xdf\x47\xbc\xef\x7a\xef\xf1\xde\xf8\x7d\xfb\x7b\xd0\x87\x61\x30\x4b\xb0\x91\x8f\xac\x30\x1d\xb8\x5a\x8c\x69\xa2\xcf\x8f\xec\x07\xb3\xf3\xe2\x7d\xb4\xb5\xf5\xb9\xe8\xd1\x1e\xde\x48\x56\x39\x5a\x4c\x92\xb2\x9c\x64\x94\x43\x58\x45\x70\x25\x1f\xfa\x80\xcf\x00\x27\x40\x0a\x50\x03\x3f\x01\xd2\x77\xe7\x1f\x3c\xc0\x46\x3f\x99\x41\xc0\x41\x04\x42\xd9\xfe\x98\xc3\x87\x62\x0a\x11\x4b\x05\x81\x2e\xe2\xd7\x53\xc7\x45\x5a\x2f\x4a\xf6\x92\x53\x83\xc8\x9d\xb8\x0d\x5d\x15\x40\x02\x2b\x8c\xab\x44\xe4\xc8\x76\x50\x25\x80\xc2\x87\x9c\x4f\x24\x10\xab\x9f\x95\xbe\xd2\xc3\x40\xc0\x9a\x7c\xc7\xf8\xe9\x09\x7f\x88\x60\x8e\xc4\x81\x1d\x4b\xad\xcf\x63\x2f\x27\x00\x02\x3d\x8c\x1e\x3c\xcf\xdd\xf4\xb1\xd6\xb2\x65\x9f\x45\x85\x7a\x2e\x58\x12\x68\x2c\x4a\x9c\x73\x36\x53\x45\x61\xe3\xc0\x9e\x7e\x9d\x81\x95\xfd\x1e\x09\xbf\x8a\xb8\x8b\x82\x8e\xb6\x8b\xf9\x05\xfb\x06\xe7\x0e\xef\x94\x30\x8e\xe8\x0b\x65\x26\x47\xa3\x24\x8f\xe6\xeb\x3f\x7e\xdd\x17\x53\x6b\x2b\x23\xbd\x2d\xa1\x45\x5b\x49\x2d\x81\x0b\x0e\xd7\x86\x06\x8a\x32\x42\x2c\x4c\x9d\xc4\xec\x28\xb5\x28\x85\xe8\x56\x58\x78\x38\xd5\xf8\x0e\x44\x66\xa4\x5a\xe4\x51\x54\xde\xd4\xe6\x74\xbc\x8c\x17\x8c\xe7\xec\xbf\xc4\xb8\x54\xd7\xcc\xde\x66\x2f\xdc\x17\xed\x7f\x9d\x1d\xef\xee\xaa\xd6\xcf\xca\x88\x92\xf6\x7c\xb6\x6a\xd4\xa2\x95\x1a\xe2\xc9\xa4\xe9\x21\x74\x20\x56\x22\xa5\x26\x3f\xa2\x16\xa1\x25\x64\x50\x61\x41\x63\xcb\xe0\xb4\xe7\x5e\xe2\x4b\x17\x14\x13\x2a\x10\x7d\x50\x1e\x35\x7e\xe7\xfc\xcf\xfe\x4d\xf5\x33\x83\x55\xc5\x11\xd3\xe6\xa4\x62\xaf\x64\x93\x20\x13\x67\x34\xe3\x42\x15\x5b\xd1\x56\xd6\x73\xba\x64\x06\x66\xa6\x11\x56\x5e\x0e\x59\xee\x35\xbe\x64\x21\x64\x91\x4a\x09\x61\x29\x71\xb9\x35\x05\x53\x15\x48\x35\x0a\x43\x2b\xfb\x47\xff\xea\x3f\xf2\x3b\xd3\xae\xc8\xac\x47\x8f\x61\xcd\x87\x9c\x8e\x68\x5f\x5f\x72\xdb\x73\xfd\x51\xf9\x4d\x21\x56\x5e\x34\x3e\x30\x01\x73\x61\x2a\x71\x0b\x29\x02\x39\x32\x05\x3c\x55\x1c\x75\x39\xed\x16\xdd\x71\x03\x27\xe3\x08\x8b\x5d\xfb\xaf\xbe\xa2\x31\x9e\x7f\x24\x4a\xe9\xb3\xdc\x35\xf0\x51\xa8\x36\xb4\x52\xf7\x34\xc8\x70\x03\xf7\x34\x2b\x74\xad\x23\xf9\x64\x69\x7c\x69\x49\x79\x0a\xc5\x17\xe5\x3a\x0d\x7a\xad\x45\xdd\x3c\x43\x6d\x13\x5f\xcb\x15\xeb\x78\x47\xc0\x65\xdf\x63\xdb\x57\x2f\xca\x31\xf3\xdf\xef\xdd\xf7\x1f\xf7\xbf\xcd\xcb\xf4\xe9\xd4\x3b\x15\x28\x24\xae\x06\xd9\xba\xc6\x99\xd9\xeb\x78\x69\x68\x6a\x59\x69\x0f\xeb\x73\x1a\xda\x98\x34\x9b\x77\xd8\x60\x3a\x12\xb9\xa0\x7b\xb0\x79\xe9\xfb\x35\x04\x7b\x86\x5b\xc7\xc0\xa4\x97\x96\xfd\x7b\x96\x17\xe8\xf6\x62\x6f\x63\x68\xb2\xba\x4b\xa1\x1a\x36\x97\x23\xde\x2c\xc0\xce\x29\xd2\xea\xd0\x4c\xd3\x82\xda\xf2\xd6\x46\xc3\x9e\xd2\x89\xd4\x3d\xd6\x5b\xc0\x5f\x35\xe8\x24\x1c\x23\xfa\x7b\xac\x49\x52\x4f\x86\x78\x4e\x57\x49\x5d\x33\xdb\x7f\x32\xfe\x13\xd9\xb1\xc8\x8a\xed\x48\x61\x7b\x75\x85\x5f\x56\x7f\xcc\x07\xff\x33\x8f\x1d\x97\x52\x37\x2a\x8f\x1d\x1f\x3b\x5f\xeb\x40\xc7\x50\x98\x08\xaf\x58\xf1\x84\xc3\x94\xe9\x2c\xaa\x3c\x91\x62\x89\xd2\xc9\x9a\x8f\x4d\x05\x03\x24\x7f\x66\xce\xdd\xdc\x7e\xee\x02\xd9\xb0\x41\x73\x64\xd9\x6a\xc6\x43\x9c\x4a\xd8\x69\x70\x6d\xe8\x4c\x18\x61\x44\x63\x34\x72\xdc\x49\x32\x5c\x9a\x4f\xf6\x72\x7e\x6a\xb1\x64\x05\x55\x8d\x4b\x63\x5a\xdb\x52\xaf\xd4\xd0\xe4\x2c\xd1\x5f\xb9\x75\x4d\xb3\xd3\x3e\x47\x3e\xc8\xdc\x54\x5a\x6a\x94\x9d\x9e\x12\x93\x98\x9e\x48\x9d\x62\x90\x5a\x98\x51\x94\xfb\xb3\xf0\x67\x89\x67\x25\x58\x6d\x72\x03\xa8\x4d\xbe\xab\x7c\x60\x64\x74\x7e\x3a\x77\x51\x70\xeb\xaf\xf3\x3c\x41\xaf\x08\x17\xf0\x5b\x3d\x33\x5d\xfd\xdf\x9b\x60\x2a\x04\x0a\xc7\xf2\xbf\xe6\xdf\x16\x71\x17\x6f\x97\x8f\x56\xa5\xd5\x7b\x36\x83\xb7\x65\xf4\xb0\xf5\xf7\x8d\x08\x4d\x78\xcf\xca\x2e\xef\xac\x9d\xec\xa6\x9e\x4b\xfe\x9d\x9e\xcf\x3c\xe7\x98\x9b\x67\xb3\x92\x03\xac\xed\xc1\x8d\xc6\xb5\x36\xf5\x1f\x1b\x9c\x9a\x05\x5b\x8b\xbb\xec\x7b\x45\x06\x5c\x46\x7b\x26\xcb\xe7\x52\x16\x6d\x36\xa8\x76\x7f\x1e\xf2\x9d\xf9\xdd\xf4\x3c\xf3\xfe\x37\xbd\x9f\x9f\xcf\x77\xb6\xce\xe6\x51\xc7\x10\xfa\x8e\x7b\x9d\xfb\x62\xfb\xf7\x87\x4c\x46\x86\xc7\x9b\x67\xb8\xe7\x87\x57\x69\x37\x8e\x77\x02\x8f\x14\xcf\xf2\xaf\xbb\x1e\xcc\x5f\xbf\xfe\x6f\xfe\x83\x40\x2f\xc8\xe7\xe6\x3b\xec\xab\x99\x73\xa7\x33\x0b\x33\x2b\x73\x4c\x0b\x11\xcb\xc8\xeb\xdf\xb6\xdf\xef\xf5\x1f\xe3\x9e\xbb\x5d\xfb\x3e\xe0\xbe\xae\xfc\xbf\xb4\xff\x57\xd7\x6f\xd8\x57\xd9\x97\x9f\x8f\x7d\xbf\x7e\xfd\x32\x7c\xe4\xfc\x05\xff\x58\xf8\x60\xf4\xc4\xfa\xf8\xf5\xe9\xe5\x19\xf1\x79\xe7\x45\xe8\x37\xd2\x33\xce\x63\xea\xff\x52\xbe\x6e\x3e\xaa\xdf\x6f\x5d\xce\x9e\x53\x9e\x50\x1c\x5a\xef\xdb\xee\x9b\xef\x91\xef\x0b\xed\xeb\x1d\xe2\x1f\xd2\x1e\x84\x1d\x94\x1f\xd4\x1e\xed\x1f\x53\x9d\xe4\x1d\x6b\x9f\xe2\x1c\xd7\x5c\x0c\x3c\x21\xfc\xe5\x6f\xc7\xb8\xdd\x39\x87\x3a\x86\xd8\xfd\xbd\xb9\xba\xe6\xb9\xec\xbe\x24\xb2\x90\x30\x07\x35\xfb\x71\x16\x66\xee\x66\x0e\x6f\xfe\x74\xee\x7e\x6e\x64\xb6\x62\x9e\x7a\xf1\x69\x79\x78\x99\x73\x35\x6d\xe5\xd3\x06\xec\x91\xd9\xad\xe9\xbf\xf4\x77\xbd\xe7\x82\x7b\x12\x9b\x49\xcb\xfe\x73\xd0\x13\x01\xa3\x62\x43\x75\x03\x30\xfd\x12\x3d\xdd\x5d\x1b\xdd\x17\xdd\x62\xdd\x75\xbd\x6a\xdd\xd0\x3d\x48\x7d\x09\x7d\xe5\xfd\xf9\x03\x3b\x83\x99\x83\x7e\x83\x04\xe3\x36\x8b\x63\x3b\xcf\x17\x6f\x75\xc5\x77\x9d\xc7\x8a\x1b\x1d\x0b\x47\xe3\xee\x43\x48\xdd\x2f\x9d\xda\x2d\x58\x8d\x43\x0d\x60\xb5\x41\xd5\xf5\xd5\xe9\x95\x75\x95\xa9\x55\x09\x55\x57\xd5\xca\x95\x15\xd5\x6e\xd5\x15\xf5\x0e\x0d\x52\x0d\x14\xf5\xb5\xf5\xa8\x6d\x39\x83\xaa\x33\x71\x1b\xb4\x20\xd0\x2f\x86\x63\xaa\x8d\xa5\xa9\x97\xa1\xe9\x4e\xcd\xa6\x97\x6a\xf9\x8a\xea\x92\xb4\x82\x9c\x3c\xe5\xdc\x9f\x59\x54\x19\xa1\x19\xa1\x19\xbf\x32\x40\x99\xa4\x59\x15\x99\x15\x59\xca\xd9\x75\x39\x02\xb9\xc3\x79\xa0\x1c\xcc\x1c\xf8\x32\x9e\x86\xe6\xee\x91\xf1\xcd\xdf\x33\x97\xe2\x5b\x49\x73\x98\x83\x02\x6d\x14\x35\xaf\xc5\x2f\x39\x22\xe9\x89\x49\x8d\x09\x68\x31\x83\x31\x8d\x51\xf9\xe1\x73\xe1\x0f\x61\x2c\xe1\xc7\x11\x28\x51\xb1\x91\x13\xd1\xb8\xd1\xe5\x31\xa6\xb1\xd4\x71\x26\x51\x18\x31\x85\xa9\x3f\xf3\xcd\xab\x71\xda\xed\x7f\xe1\x1f\xab\xad\xa8\x8d\xfc\x68\xe3\xa8\xb1\xcc\x6f\x4a\xeb\x8e\x9d\x0c\xc7\x0a\x58\xf4\x17\xf5\x85\xf0\xc2\xf5\x62\xf1\x98\x75\x6b\x72\xd7\x75\xc7\x71\xe7\xf7\xc0\xf0\x88\xf4\xda\xf6\x86\xf2\x62\xf0\x79\xef\x33\xec\x73\xef\xf3\x1c\xbc\x1e\x87\x9e\x25\x51\x76\x74\x23\xb8\x03\xcc\xc0\xf4\xb9\xd6\x4d\x17\xae\xa5\xfe\x8e\x32\x0c\x28\x70\x4f\x74\x3c\xb2\x9b\xb4\x41\xb0\x24\xb4\xf8\x68\xfe\xcd\xac\xc4\xcc\xcb\x6c\xc1\xb4\xc6\x5c\xce\xfc\xd6\x22\xc5\xc2\xcb\xb2\xc7\xd2\xc4\xd2\xc0\x9a\xdf\x32\xc3\xa9\xcc\xd7\x3d\x72\x31\x4d\xe2\xf2\x7e\x53\x61\x02\xa5\x5d\xb6\x4a\x3f\x1b\x2f\x96\x3c\xa0\xce\xa5\xd3\x1a\xd5\x28\x51\x57\x57\x3b\x46\x53\x5f\xdd\x5d\xad\x46\xed\x83\xaa\xba\x4a\x80\x1a\x9c\x9a\x8a\x9a\x91\x2a\x8f\x1a\xb3\xc6\x37\xf5\x28\xb5\x2c\x75\x1b\x4d\x11\xc3\x54\xeb\x13\xb7\xce\x10\x96\xb3\x99\xd5\xec\x51\xcd\x16\x81\x52\xe7\x34\xda\x70\x0e\x8f\x19\x1b\x5a\xfd\x12\xb5\x5b\x39\x2d\xa9\x48\x29\x44\xb1\x79\xd1\x5d\x51\x36\x91\x49\x11\x23\x51\x7e\x11\x7d\xe1\x0d\x11\x66\x91\x0d\xd1\x16\x31\x01\x71\x5a\x31\x3a\xb1\x57\x79\x12\xcd\x6e\xb3\xf7\xce\x8f\xe7\xe4\x6b\x72\x23\x59\x2d\x3c\xc5\x0c\x49\xbf\x83\x55\x5d\x60\x4c\xd7\xd4\xf9\xa4\x4d\x04\x37\xb8\x3f\xb2\x37\xb1\x63\xb0\xc9\xb3\x2c\xb0\x48\x31\x23\xb1\xc4\xb1\xbc\x63\x5a\x63\x96\x60\x5e\x66\x09\x64\x59\x61\xd5\x60\x39\x67\x8d\xe7\x15\x90\x28\x50\x15\x33\x3a\xbf\x50\x59\x43\x1d\x9b\x6e\x91\x2b\xa1\x4b\xbe\x0e\x8a\x72\xf2\x37\x6a\x50\xce\x10\x69\xe4\x28\xa1\x9b\x24\x4f\x26\x1d\x25\x39\x26\x79\x4f\xa2\x40\x14\x48\xfc\x83\x28\x9d\xc8\x8c\x28\x92\xe8\x27\x51\x1e\xb1\x14\x89\x1f\xf1\x01\x09\x3b\x35\x3f\xdb\x98\xc8\x89\x0a\xc5\x35\xf6\x66\xed\xf8\x6b\xbb\x7e\x39\x74\x2a\x28\xc4\xdd\xb9\xc8\xb8\x5c\x19\x41\x84\x94\xc5\x9f\xdc\x1a\x07\x06\x55\x1f\x65\x17\xd9\x18\x59\x0c\x71\x17\x49\x14\xb1\x07\x31\x0f\x71\x0b\x49\x02\xc9\x1a\xa9\x15\xb9\x07\x45\x01\x19\x84\xe9\x41\xd6\xcf\x01\x2b\xb5\x70\x9f\xb1\xbb\x33\xcb\xd1\x6d\x5f\x95\x90\x25\x14\x31\xeb\x21\x64\xde\xa4\x6e\x28\x56\xc1\xd6\x46\x6e\x8b\x51\x01\xe7\xfe\x99\x14\x8a\x0f\x32\x0d\x12\x09\xa2\x16\xa2\x1c\xc2\x09\x22\x14\xe2\x18\x52\x1e\xd2\x17\x8a\x1f\x4a\xfe\x33\x0e\x9c\x3d\xde\x4f\xc6\xdf\x62\xb4\x2f\x07\x27\x0a\xcb\xd4\x43\xbd\x8d\x08\x05\x52\x09\x70\x7e\x5e\x76\x86\xba\x2e\xb2\x02\xbc\xe7\x74\x4d\xf8\x22\x08\xe7\x90\x88\x00\x16\x40\x03\xb0\xbc\xc7\x05\x5b\xf8\xf4\x04\xb1\x04\xa5\xf5\x05\xef\x6b\xea\xb7\x2d\x98\x49\xd8\xd0\x9f\xb5\xf8\x7d\xcc\x28\xe2\xe0\x20\xd0\x0d\xce\x76\xea\xe4\x72\x67\x4c\x85\x4e\xfa\x5c\x58\xb1\xeb\x8c\x69\xbd\xea\xad\x18\x24\x1b\x0d\xb9\x30\x46\x0b\xf4\x15\x38\x34\x54\xe2\x57\x02\x68\x57\x38\xf8\x1f\x48\x08\x9f\x11\x2d\x91\x8b\x50\xa3\xd1\x2c\x30\x58\xb1\x0e\x71\x33\xa9\xaf\xb8\x63\x65\xe1\x41\xa0\x17\xfb\xe3\xc3\xa5\xc3\x21\xea\x06\xa7\x7c\xdd\x38\x1e\x5f\x37\xdb\x4a\x5d\x4a\xd9\x2a\xbe\x70\x7a\x76\x02\x58\x84\xd3\x1f\x9e\x08\x15\xc8\xac\x68\xac\x98\x9a\xd8\x4a\x78\xf2\xf8\x07\x44\x20\x92\x34\xb2\x35\xca\x28\x2a\x24\x9a\x48\xce\x5b\x49\x6c\xcd\xac\x7f\xfc\x36\x6f\xfa\xb6\xa2\x27\xd9\x3b\x60\xcb\xfd\xd2\xa3\xc3\x74\xdd\x3e\x9a\x36\xaa\x91\x8b\x9b\xb2\xeb\x52\x8c\x61\xeb\x61\xbb\xe1\xbe\x10\x1a\x12\x27\x91\xa3\x53\xd2\xd0\x98\xd0\x7f\x67\x6c\x65\xf9\xc1\x56\xc9\xb1\xc6\x2d\xc7\x4b\x27\x3e\xa6\x56\x61\x56\xf5\x8f\x08\x4f\xbf\x8e\xe4\x96\xf8\x07\x8a\xea\x7b\xf3\xd6\xe3\xe8\xfd\xde\xd9\xdd\xea\x8b\x2a\x64\x08\x62\x32\x45\x53\x5c\x53\xfa\xd3\x88\xd1\x65\x33\x19\xb2\xd8\xb2\x1f\x73\x1b\xf2\xba\x08\xb4\x0b\xeb\x88\xc1\x8a\x57\x4a\xa6\xca\x3a\xa8\x41\x9a\x08\x39\xff\x71\xe2\x7c\x0d\x6c\x32\x4c\x26\x74\x10\x97\x2f\xa6\xab\x87\x5b\xba\x5f\x5b\xb4\x6a\x06\x49\xf3\xf2\xf8\xb3\x45\xb1\x73\x73\x1e\xf0\x18\x0b\x7c\x15\xc6\x10\x0d\x96\x74\x94\xa3\x54\x00\x53\x6a\x57\x4d\xd6\x9c\xd1\x26\xd2\x57\x37\x81\x74\xdc\x0d\xf8\xa3\x76\xf1\x29\xf8\xc8\x70\x91\x6d\x10\xad\xd1\xb6\x40\x29\x11\x25\x10\xcd\xa9\xd4\x24\x58\xd5\x41\xb2\x5d\x78\x54\x0c\x57\x5c\x5f\x8a\x44\x0e\x53\x21\x44\xc5\x58\xc3\x43\xdb\x56\xaf\xdb\xf8\x83\x29\xa5\xc5\xa1\xcd\xb8\x7d\x81\x63\x85\xbf\x57\xdc\xbf\xbb\x48\xae\xc5\xb7\x55\x27\x7f\x77\x69\x55\xfa\x65\x53\x47\x6f\xf9\xc6\xd8\x0d\x1a\x92\xaa\xd1\x28\xf1\x2b\x5f\xa9\xae\xaa\x6f\xe8\x28\xe9\xad\x1a\x35\x9a\x79\x58\xe3\xd9\xb2\x3a\xde\xb9\x34\x7a\x72\xfa\x7a\xf8\x83\x42\x92\x63\x3f\x66\x0b\xff\x2b\xc2\xd3\xde\x49\xfa\x32\xd3\xb0\x76\xf3\x4b\x29\x53\x9a\x69\xb8\xb6\x97\x8d\x8d\x8b\xf1\x91\xbe\xb1\x21\x8b\xf1\x8a\xc9\x8b\x85\x99\xf5\xb4\xfd\x98\xf3\x95\x87\x8b\xb7\x5a\x00\x71\x30\x44\xc8\x6c\x94\x40\xfc\x6e\x9a\x69\x56\x54\x85\xed\x7f\xb2\xf5\x2d\xef\x8e\xc9\xac\x6f\xdf\x66\x83\x5e\x21\x4f\xb2\x6e\x68\xa7\xa7\xad\xe3\xa4\x2d\x96\x3d\x99\x83\xb7\xf3\xae\x5b\xa5\x17\x87\x9f\x63\x10\x61\x18\x75\x64\x40\x1c\x4e\xe2\x75\xda\x5a\xd6\x69\xbe\x41\x11\x78\x85\x56\xeb\x9f\xea\x1f\x7e\x7f\x3b\x6f\xdb\x38\x9d\x6c\xe8\xaa\xaa\x95\x2b\xf8\x94\xf4\x2d\xec\xde\x9f\xd7\x07\xc9\xd7\xc1\x7f\x3c\x50\x3f\xe4\x32\x3c\x36\x96\x35\x41\x3b\x39\x2f\x43\x29\xfb\xb5\x08\xb9\x4c\xa7\xe2\xa5\x1e\xa6\x79\xad\xab\x79\xa8\xfa\xcf\xcc\x78\x5c\x39\x56\x5f\x4d\x1c\xf3\xeb\x34\xaa\x79\x97\xf7\x39\x85\x2f\x6e\x22\x6a\x39\x66\x32\x0e\x21\x81\x23\x69\x29\x4d\x34\x6b\x26\x8f\xa8\x28\xbc\x9c\xbf\x1a\xbb\x21\xb7\x05\xbe\x53\xa6\xef\x65\x98\x65\x7c\x74\x81\xfc\xaf\xd4\xba\x27\x3a\x84\x5d\x92\x1f\x2d\xeb\x18\xab\xfa\x5c\xac\x93\x93\x98\x61\x94\xc5\x9e\x0b\x9d\xb7\x5f\x10\x5e\xbc\x58\x6e\x5e\x73\xd4\x50\xdb\x72\xdb\x69\xda\x87\x3e\xcc\x3f\x41\x3f\x03\xbd\x40\xbe\x45\xbe\x3f\xf7\x77\xf2\xdd\xe4\xec\x5f\x2f\x26\x8e\x52\x77\xb2\x35\xec\x54\x42\x96\xe9\x94\x93\x56\xea\xd4\xa0\xd7\xed\x37\x15\xb6\xed\x76\xe1\xf5\x4d\x0f\x17\x8c\x17\xce\x84\x2f\x1e\xad\xe5\x6d\x99\x1d\x4a\x9f\xab\xdd\xb2\xfd\x37\x3d\x6f\xd0\xf6\xec\x96\x4c\xc7\x1a\x7a\xae\xda\xe3\x5a\x6b\xdb\x58\x3a\x2a\x3b\x8b\x7a\xc1\xfb\x5f\x47\xae\x27\x7e\xcf\xea\x2c\xbe\xae\xa5\x6d\xdd\x1f\xc8\x9d\x74\x5c\xd9\xdf\x4e\xbd\x54\xfe\x2f\xfe\x82\xa2\x6e\x4e\x0f\x2c\x96\xab\x66\x4e\xc7\xcd\x46\x3f\x8c\xbe\x1b\x3b\x98\x20\x9e\x1e\x9b\xcf\x5a\x2a\x59\xcf\xde\xc6\x3d\x74\x3e\xb5\xbe\xf4\xbb\xff\xf2\xf8\xbf\xca\x40\xff\xfc\x1c\xbf\x8e\xf5\xb6\x43\x56\x9a\x96\xad\x56\x58\x56\xcd\xd6\x16\xb6\xa6\x76\x97\x0f\x7f\x9f\xee\x5f\x8d\xdf\xdf\x3c\xbf\x03\x9d\xfc\xff\x57\xff\x5f\x5e\xaf\xfd\xbf\x3f\xbe\xd4\xbd\x6c\xbf\x0e\x80\x44\x7f\xaf\xfd\x7f\x55\xbd\x38\xdd\xcf\xde\xa5\x5f\x61\x5d\x0a\x5e\x50\x9d\xc2\x9c\x98\x1f\x2f\x9f\x12\x1e\xa7\x9e\x2e\x9c\xcd\x9f\x1f\x9d\xe3\x5d\x58\x5e\x36\x5d\xa7\xdc\xc0\xdc\xf1\xdd\x2e\xdd\xdc\xbe\x88\xfc\x55\xfb\xac\xf8\xeb\xdd\xe5\xee\x89\xc0\xe1\xe7\xed\xce\x4d\xe7\x0d\xc4\xd5\xee\xd5\xbe\xa5\x9d\x25\x8c\xa5\xc5\x15\xf4\xd5\x2f\xab\xd0\xab\xa2\x6b\xa2\x6b\xf4\x1b\x22\x5b\x3f\xb6\xd3\x76\xcd\xb6\x18\xb6\xa9\x4e\x2a\xef\xf9\xff\xfd\xbc\xad\xd7\x39\x27\x4a\xfb\x8c\x1b\x45\xcb\x5d\xb3\xcf\xb3\xba\x53\xa0\x71\xec\x91\xd7\x61\xd6\x21\xf4\x41\xf8\x81\xd5\x41\xb0\xa1\xde\x11\xc2\x61\xbc\xe1\x84\x91\x8b\x31\x86\x71\xfc\x71\xc6\x29\x9f\xc9\x86\xc9\xa7\x15\xca\xbd\xe9\xcb\xb7\x5d\x94\xd7\xea\xcb\xf8\x83\xb1\x75\x86\x79\xc6\xf1\xfa\xe1\xe3\x7e\x83\xae\xe1\x0e\xb0\xd6\xb9\x16\xdc\xc6\xea\xfa\xfd\xba\xff\x1f\x7b\x7f\x1e\xbd\x5f\x51\x9d\x89\xe2\x66\x30\xe6\x63\x8b\xda\x1d\x8d\xd1\x8e\xa0\x46\x63\x63\xfb\xbe\x9e\x9a\xab\x42\x3a\xfa\x05\xe2\x3c\x01\xd2\x4e\x31\xa8\x38\x1b\x0c\x0a\x0e\x88\xb3\x82\x62\x70\x1e\x40\x71\x88\x0a\xe2\x44\x9c\x12\x11\x49\x1c\x82\x82\x3f\x5a\x32\x28\x31\xce\x8a\x4a\xda\x48\x14\x93\x88\xa8\x6d\xe4\xb7\xce\x7e\x76\x9d\xf7\xec\xaa\x7d\xce\xbd\xeb\xfe\x77\xd7\xba\xf9\x43\x16\xa4\xea\xf3\x9e\xaa\x5d\xb5\x6b\x0f\xcf\x7e\xf6\x8f\xff\xe2\xc2\x0f\x7d\xf1\xdc\xaf\x9c\x7f\xb7\xf3\x9e\x75\xde\xd5\x1f\xb9\xfc\xfc\xe1\xaf\xbe\xfe\xd1\x5b\x7f\xd4\x7f\xfc\x3a\x1f\xff\xda\xc5\x8f\xbe\xf4\xdb\xdf\x30\xd7\x5c\xf3\x1f\x6f\xfe\xb7\x77\x5d\xfe\xbb\x5f\x3a\xe9\x6f\x3f\xf3\x69\xff\xb1\x93\x3f\x7c\xf1\x5f\xdc\xf0\xfd\x47\x9c\xf3\xb1\x77\x1f\xfe\xce\xb7\xbe\xe3\x8d\x6f\x77\x67\x7e\xed\xed\xb7\x7f\xfb\xdd\xce\xba\xf2\xec\xbb\xbd\xe3\x27\xef\xfc\xa5\xf7\xdc\xe2\x3d\x07\x9d\xf3\xe1\x73\x4e\x7e\xef\xfe\xe7\xbc\xf6\xbd\xef\x38\xef\xc9\x17\x7c\xf2\xef\x7e\xed\x9a\x6b\x7e\xf4\x0b\xff\xfb\xc8\x2f\x9d\xf6\x77\xff\x72\xc1\x63\x3f\x72\xea\xfb\x8f\x7c\xe7\xd3\xce\x3c\xec\x4f\x7f\xe7\x8c\x7f\x7a\xfd\xb7\x5f\xf7\xa8\xd3\x8e\x3d\xed\x25\xaf\x7d\xc1\xab\xdf\xf8\xea\x03\x5f\xfd\xe6\xd7\xfc\xec\xb4\xed\xe9\x57\xbf\xfe\xab\xaf\xdf\xef\x0d\xd7\x7f\xfd\x95\x6f\xbc\xf5\x19\x17\xbe\xe9\xed\xef\xb8\xef\x07\xf7\xfb\xd8\xef\xfe\xec\xdd\x57\xbe\xf0\x1b\x2f\xfc\xec\x9f\x5e\xf8\x4b\x1f\x79\xd9\x9f\x3d\xe5\xcc\x74\xc6\x2b\x5f\xf5\x91\x97\x5d\xfa\x27\x1f\x79\xd1\x3f\xbe\xf0\xd2\x93\x5f\xfe\x82\x23\x5e\xf0\xfd\xe7\xff\xca\xf3\xbf\x73\xd2\xc5\x27\xdd\xf0\xa4\x53\x4f\xfa\xe2\x8b\xae\x7d\xca\x37\x4e\x49\xa7\x7c\xfd\x94\x6b\x5e\xfc\xf8\x97\xfc\xb7\xd3\x0e\x7c\xcb\xcf\xff\xec\x4e\x3f\xbe\xe2\x3b\xef\xf9\xe2\x1b\x2e\xf9\xa3\x8f\xde\xf6\xbd\x17\xbc\xed\x16\xa7\x9f\xfc\x92\xab\x5e\xf0\xe7\xcf\xfe\xe5\xa7\x9f\x7e\xc2\x45\x4f\x7d\xe9\xf1\x5f\x38\xfe\xa2\x27\x1d\x7b\xdc\x0d\x8f\x3b\xf1\xf8\xfd\x9f\xfc\x87\x4f\xb9\xd1\xf1\xa7\x3c\xf9\x9b\x4f\xfe\xb3\xa7\xd9\xa7\xe6\xa7\xbc\xfd\xa9\x0f\x3b\xf1\xff\x77\xd2\xeb\x5e\xbe\xef\x8c\xeb\x5d\xf5\x37\x97\xbb\x4b\x1f\x7f\xe1\xa1\xe7\x9e\xf5\x8e\x78\xc6\x7f\x7a\xe9\xad\x9e\xf7\x97\x4f\xbb\xdf\xb1\xbf\xf8\xb8\xa3\x1e\x73\xbd\x47\x3f\xf5\x91\xd7\x7d\xc4\xad\x1e\x6e\x1e\xf6\xdd\x87\x9f\xf7\xf0\xaf\x1d\x7d\xf3\xa3\x9f\x77\xf4\xad\x8f\xbe\xfb\xd1\x1f\x78\xd4\x6f\x3d\xea\xa4\x47\xbe\xe6\x51\xff\xfc\xb8\x5f\x39\xee\xc0\x67\x1d\xf8\xe2\xd3\xfe\xed\x75\xdf\xfc\x8d\x4b\xaf\x75\xc1\x4d\x3e\xf8\x94\xb7\xb9\x57\x1f\x7e\xf2\x3b\x4f\x38\xf1\x98\x9f\x1e\x7d\xfd\x07\xff\xe8\x01\x37\x3b\xf2\x29\x47\x9c\x76\xf8\xd3\x0f\xdf\x77\xd8\x61\xf7\xbd\xea\xf0\x3f\x38\xec\xd2\xc3\xef\x78\xf8\xfd\x8f\x38\xea\xf0\x17\xde\xef\xd5\xf7\x3b\xfd\xc8\x07\x1d\xf1\xd3\x07\xdc\xfc\x61\x0f\xf8\xa3\x7b\x3f\xed\x27\xff\x7e\xdb\xcb\x5e\xfa\xf7\xb7\xfa\xf8\x15\xef\xfd\xc4\x9b\x7f\xf2\xf2\x27\x3e\xe7\x03\x4f\x3a\xe8\x91\xe7\x3e\xf0\x76\xf7\xf9\xcc\x5d\xef\x71\xe8\x41\x87\xdc\xe0\xe0\xf3\xf7\x7d\xef\xe0\xeb\xed\x3b\xe7\x4e\x8f\xbd\xe3\x4f\xee\x74\xf2\x9d\xce\xbf\xd3\x67\xf6\xfd\xfa\xc1\x2f\x3c\xf8\xd5\xfb\xbe\x73\xf0\xf3\xef\x7c\xcf\xfb\x3c\xe6\xc1\x2f\x7f\xcc\x0f\xfe\xfd\x06\xdf\xba\xe8\xef\x2f\xfe\xc4\xf0\xbe\x2b\xfe\xf4\x97\x5f\xf6\xe8\x67\xbf\xe3\xd8\xdf\x78\xe8\x0f\x0e\x7f\xed\x9d\xdf\xfa\xbb\xf7\xf2\x67\x9a\x4f\x9b\x7f\x19\xde\x6e\xe2\x70\xdc\x1d\xbe\x7e\x87\x61\xb8\xde\x1d\x3e\x71\x87\xaf\xdf\xe1\x42\x73\x2b\xb3\xcf\xbc\xcc\xbc\xc1\xbf\xfa\xf7\x7e\xfd\x1e\xaf\x7f\xf0\x97\xae\x1e\x2e\xff\x9f\x97\x1e\x7a\xc1\x0f\x3f\x70\xc5\x5b\x8e\x79\xf9\x49\xcf\xb9\xee\xb1\xc7\x3c\xf4\xa1\xf7\x7d\xde\xc1\x77\xf1\xaf\x38\xf0\xb4\x5b\x9d\x7a\xcb\x7d\xb7\x78\xea\x01\x67\x1d\x70\xf8\xfe\x17\x1c\xf0\x0b\xfb\x5f\xba\xff\xdb\x0f\xb8\xef\x01\x27\x1d\x70\xfc\x01\x7f\x7d\x8b\xed\x2d\xbe\xfa\x5b\x87\xdd\xe1\xcb\x77\x3a\xed\x88\x5f\xf9\xe9\xb1\xff\xfc\xd9\x2f\xfc\xea\x45\xb7\xff\xd0\x3f\x9d\xb5\xdf\xab\x7f\xe7\x05\x7f\x78\xdc\x33\x1e\x7e\xf0\xe1\x27\x1e\x72\x7b\xf7\xc3\xdb\x9c\x7a\xd3\xfd\x6e\x78\xd6\x0d\x3e\x75\x83\x13\x6f\x70\xc0\xf5\x5f\xbb\xdf\xbf\x5e\x7f\xef\xfa\x77\xbd\xfe\x4f\x6e\xf0\xb0\x1b\x5e\xf6\x5f\x1e\xfb\x6b\x87\xfc\xda\x4d\x6e\xf2\x88\xdb\xbe\xee\x77\xde\x79\xef\x27\x5e\x73\xcd\x95\x47\x7d\xed\xca\x4b\xfc\x5f\x3e\xfa\x5d\xff\xe7\xf5\x4f\x3a\xe5\xec\x13\xc2\x63\x9e\xf9\x80\xd7\xde\xf5\xfb\xe5\xbc\xdb\xbd\xeb\x37\x6f\x76\xfd\x5b\x5f\x6b\xef\x97\x6e\x71\xed\xf3\x7e\xf5\x19\xff\xe9\xf6\xfb\x9d\x7d\x83\x57\xfe\xe7\xdf\xfb\xb5\xa7\xdc\xe8\x56\x37\xfe\xc1\x4d\xde\x7d\xd3\x27\xdd\xec\x26\x07\x6e\x0f\xfa\xe8\x7d\xee\x74\xcd\x35\x57\xdf\xf0\xf2\x27\xff\xc3\x2d\x2f\xf8\xe8\x07\xff\xe0\xad\xcf\x7d\xe5\x3d\x9f\xfb\xbc\x27\x1e\xf1\xd0\xb3\x0e\x3b\xec\xe0\x13\xdd\xfd\x6f\xf3\xec\x1b\x7f\x77\xbf\xe3\x6e\xf8\xad\x1b\xfd\xf2\xaf\x3f\xe2\xa6\xf1\xbf\xde\xeb\xe6\x9f\xbc\xc5\x2f\xdd\xf2\xe9\xbf\xf5\xc4\xdb\xdc\xed\xb6\xbf\x7d\xe0\x9b\x6f\x77\xa6\xfb\xda\x21\xc7\x1c\x79\xab\x6b\xae\xb9\x66\xbf\xef\xdf\xe6\xab\x4f\xfd\xcc\x55\xe7\x7f\xfc\x5d\x2f\x7f\xdd\x9b\x4e\x39\xe6\x84\x73\x1f\xf3\xf5\x07\x3e\xf9\xee\x57\x1c\x74\xc7\xdb\x9f\x7a\xf3\x8b\xfe\xeb\xc9\xfb\x3f\xe2\x96\xfe\xb7\x2e\xfc\xed\x8f\x1c\xb8\xff\xed\x1f\x79\x87\xdb\x99\x23\xed\x83\xc3\x75\xd2\xa6\x1c\x7a\xd0\x05\x07\xbf\xfd\xbe\xdf\x7f\xe8\x71\xe3\xdd\xfc\xd1\xd5\x97\x3f\xf6\xd2\x73\x2e\xb8\xfe\x07\xde\xf8\xd6\x87\xbc\xe2\x99\xcf\x79\xe1\x13\xef\xff\xf0\x1f\x1d\xf1\xc0\x43\x1f\xeb\xaf\x39\xf0\xaa\x03\x4f\xfc\xef\x3f\xd9\xbe\xc4\xfc\xcc\x7f\x20\x1d\x59\xae\xf9\x1f\x8f\xbf\xd3\x31\x87\xec\x7f\xe8\x3f\xdd\xe5\x8c\xbb\x6f\xef\xf5\xb6\xc3\xd2\x51\xff\xf9\x98\x2f\x92\x7a\x78\xcc\xf7\xfe\xe8\x2b\x4f\xfa\xcc\x01\x1f\x79\xc1\xbb\xe2\xeb\x5e\x7a\xca\x71\x27\x5c\xf4\xb8\xab\x1f\xfc\xfe\x7b\xdd\xe5\x8e\x07\xa4\xfd\xd2\x95\xe5\xf3\x07\x7d\xee\x8e\x8f\x3e\x78\xff\xdf\xff\xc5\xbb\xfe\xc9\x3d\x9e\x7a\xef\xc7\x1d\x7e\xfe\xff\xdc\x7b\xe0\x21\x0f\x3a\xe1\x21\x37\x7b\xd8\x7f\x3f\xe6\x97\x4f\xfc\x6b\x68\x98\xab\x9e\x73\xf9\x83\x3e\x77\xe1\x5f\xff\xe8\x03\x7f\xfd\xd6\xcb\x5e\xf9\xf2\xe7\xdf\xe6\xf8\x2b\x1e\xf9\xe4\xfb\xff\xe1\xdd\xae\x3a\xf4\xbf\x1d\xfa\x83\xbb\x1c\x73\xf7\x73\xee\xf5\xe4\xfb\x3e\xee\x88\x4b\xef\xff\xeb\x0f\xfe\xdc\x43\xce\x7e\xd8\x4b\x1f\x71\xdf\x47\x7f\xf7\xf1\x77\x38\xe6\x8a\x63\x3f\x7c\xe2\x41\xa7\x3c\x0a\x7f\xe1\xe7\x67\x7f\xef\x5e\x5f\xfe\xc6\xc5\x3f\x3d\xff\xdc\xf7\x5c\xe7\x0d\xdf\x7f\xc9\x6f\x3c\xf3\x7b\x7f\xfc\xbc\x87\xdb\x23\xcf\x3c\xec\x3a\x47\x9c\x71\xe4\xb9\x0f\xf8\xe8\x83\xbf\x75\xd4\x2d\x1f\xfe\xa6\x47\x5d\xe7\xb1\x97\x3d\xe1\x0e\xc7\xde\xf6\xb8\x8f\x9e\x70\xd0\x89\x6f\x7b\xd6\x2f\x3e\xff\x66\x2f\xfa\xd2\x6b\xa7\xfa\x8b\x1f\xbd\xf8\xf2\xfb\xfc\xc3\xf5\x3e\xf9\xbd\xbf\xf8\xc2\x59\xff\xe7\xb5\x9f\x3f\xe5\xb7\x9f\x7e\xea\x31\xef\x39\xfa\x53\x0f\xbd\xe8\x61\xa7\x1e\x7d\xb7\x47\x9e\xfe\xd8\x93\xff\xe8\x43\xc7\x3e\xe3\xf8\xfb\x3f\xed\xbe\x27\xfe\xaf\xe7\x7c\xf3\xf9\x5f\x7d\xe1\xfb\x4e\x7d\xfc\x4b\x3f\xfb\x8a\x57\x9d\x76\xe3\x33\x9f\x5e\xff\xc2\xcf\xbf\xf9\xfd\x37\x7c\xfd\x0f\xfe\xe6\xc5\x1f\xfd\xd1\xfb\x2e\x7d\xeb\xdd\x5f\xf5\x92\x93\xbe\xfc\xb4\xab\x9f\xf8\xd3\x27\x3c\xe7\x8f\x5f\xf4\xc4\xd3\x8f\x7b\xd1\x53\xe3\xd3\x9f\xfd\xac\x07\x3d\x6f\x78\xe1\xb5\xff\xe4\x91\x2f\x3d\xe1\x55\xfe\xb5\x27\x9e\x71\xeb\x37\xde\xf9\xcc\x6f\xbf\xe3\xf8\xf7\xcf\xbc\xdf\xab\xff\xf1\x7f\xff\xf0\x8b\xd7\xbe\xf8\x3a\xe7\xef\x7b\xcf\x5f\xfd\xe9\xc3\x5f\xf9\x88\x93\x3e\xf8\xcc\x53\x4f\xfc\xfb\x67\xdd\xfe\x59\xdf\x7c\xee\x5b\x5f\x70\xd9\x8b\xca\xa9\xb7\x7c\xd9\xdb\x5e\xf3\xe0\xd3\x9f\xf1\xc6\xdf\x7c\xeb\x4d\xce\xfa\xe3\x77\x3c\xe1\x9c\x5f\x7d\xff\xb7\xce\x3b\xe3\x63\x77\x9d\xeb\xfb\x7f\x7b\xf9\xb7\xcf\xfc\x87\x13\x2f\xfa\xcd\x0f\x3f\xe4\xdd\x67\xbf\xe9\x6e\xaf\xd9\xff\xd4\x93\x5f\x7c\x9b\x53\xc3\x4b\xee\xf1\xb2\x27\xbc\xea\xed\xaf\x8d\xaf\xbf\xe4\x4d\x17\xbd\xf5\x21\x67\xff\xfb\xbb\xaf\xfd\xde\xdb\xfe\xf9\x1f\x7f\xe8\x9f\xff\xea\x61\x9f\x38\xec\xc2\x7f\xbd\x64\xdf\xfc\x2f\xfc\xfc\xc6\xdf\x3f\xfb\x1b\x3f\xff\xdc\xfd\x3f\x79\xe1\x87\x9f\xf6\xae\xbb\xbe\xe5\x2b\xaf\x7f\xd5\xe9\x17\xbf\xee\xa9\x67\xfc\xdd\x9b\xde\xff\x96\xdb\x9d\x79\xc8\xd9\x5f\x3e\xe7\x88\x0f\x1c\xf3\xa1\xcd\xf9\x87\x7f\xfc\x3a\x17\x9c\x7f\xe1\xb9\x97\x7c\xea\xef\x0f\xfa\xfc\x57\xbf\x7e\x5e\xf3\xea\x3c\xe6\x7b\xd7\xfe\xea\x87\x3e\xfb\xc2\x4f\xbe\xe4\xdc\x6f\xbd\xf7\x29\xef\xfc\xe0\xd9\x2f\x7b\xe7\x9d\xdf\xf5\x17\xe7\x0c\xef\xfb\x85\x0f\x6e\xce\xbd\xee\xf9\xf9\x63\x37\xfa\xd4\xb1\x9f\x7e\xc6\xdf\x1e\xf2\xd9\x97\xfc\xe3\x27\xbe\x72\xe3\xcb\x4e\xff\xce\x5f\x7e\xbf\xcb\xa1\xfc\xf8\x3a\xdf\xbd\xe8\x6b\x7f\xf0\xb7\xef\xfb\xd4\xab\x3e\x7a\xeb\xf3\xee\xff\xa1\x13\xce\xcd\xe7\xdd\xfe\xfc\xbb\xfe\xd5\xfd\x3f\x71\xd7\x4f\x3d\xf1\xe2\xbb\x5c\xf2\x84\xcf\x7e\xf0\x0b\xb7\xff\xca\x09\xdf\x38\xf9\xf2\xcb\xaf\xf8\x2f\x57\xde\xf8\x87\x37\xfd\x59\xe8\x5f\xce\xab\x6f\xfe\xdd\xd7\x7c\xed\xe8\x7f\x78\xd0\x25\xbf\xf7\xc9\xe7\x7e\x72\xbf\x4f\xbe\xe5\xc2\x07\x7e\xfa\xf4\xff\xf5\x99\xbf\xb9\xf8\x73\xff\xe3\x0b\xa7\x7f\xb9\x7c\xe3\xb9\xdf\xfe\xd7\xef\xfc\xf8\x7b\x9f\xfe\xe1\x6d\x7e\x72\xa3\xe5\x1c\xc8\xd5\x4f\xbe\xe2\x79\xdf\x7c\xf3\x17\xff\xf0\xd2\xa3\x3f\xfb\xae\xcf\x3d\xfb\xd2\x57\x7d\xfe\x13\x5f\x7a\xc8\x57\x3f\xf9\x8d\x3f\xbf\xfc\x0b\xff\xfc\x9d\x2b\x7f\xe1\x87\xf7\xfb\xf1\x9b\x7f\xf6\xec\xa5\xb9\xf5\xff\x7e\x7a\xf4\x95\x1f\xfa\xee\xf5\xbe\x7d\xa7\x6f\x5e\x70\xd9\x7f\x7c\xeb\xf3\x97\x5f\xf9\x9d\x37\xff\xcb\xab\x7e\xf0\xe7\x3f\xbc\xe7\x4f\xf6\xfe\xe3\x59\xed\xd8\x6b\x2d\xfe\xdf\xb5\xaf\x7d\xd3\x9b\x6e\x36\xfb\xf6\x1d\x79\xe4\x63\x1f\xfb\xcc\x67\xbe\xe2\x15\x67\x9d\x75\xde\x79\x97\x5c\x72\xd9\x65\x57\x5d\xf5\x7f\xf5\xfb\xff\xdf\xff\xfd\xbf\xe7\xff\xae\x75\xad\xe3\x1f\xf9\xb4\xe3\x47\x79\x1f\xfc\xfb\x77\xb9\xdb\xbd\x8f\x3a\x74\xdf\xfd\xf6\x1d\x75\xe7\xfb\x1c\x7e\xaf\x7d\xf7\xbb\xee\xde\x21\xf7\x7a\xe0\x3d\x8e\x3a\x04\xff\xb8\x17\xfe\xf1\x40\xfc\xe3\x1e\x7b\xf7\xdc\x77\xf0\x51\xf7\xa4\xff\xdd\x47\xff\x7b\xf0\x75\x7f\xff\xde\x87\x8a\xe9\xbb\x3f\x78\xdd\xbd\x61\x3b\x0c\x83\xf2\xbf\x25\xcc\xfe\x65\x63\xc7\x7f\xd4\xc1\x46\x19\x3d\x6c\x63\x1a\xf6\xc2\xb6\x8c\xa3\xdd\x36\xc7\x69\xb4\xed\x47\xe7\xb8\x35\x79\xd8\x33\x76\x3b\x98\x61\x6f\x13\xb6\xd6\x4c\xc3\x9d\x32\xdc\x6c\x5d\x19\xf6\x4c\xde\xa6\xf1\xaf\xc7\xad\x29\xd3\x70\xdf\x0f\x4f\x71\xeb\xed\xb0\x67\xc3\x36\x65\x1a\x5e\x76\x7f\x3d\x84\x6e\x78\xcc\xdb\x68\x87\x3d\x97\xb6\xc9\x0e\x7b\x9b\xb4\x75\x69\x1a\x9e\xfa\xbf\x1e\x87\x6d\xf6\xc3\x5e\x18\xb6\xa1\xd0\x5f\x4f\x7e\x1a\x9e\xfb\xbf\x1e\xdc\x36\x8c\xb3\x1c\xcd\xda\x84\xf9\x5f\x37\x43\xff\xe7\x7d\xc6\x0f\x7b\xec\xbb\xc3\xbe\x2b\x3b\xce\xfb\x6e\xb6\x3e\x93\x7c\x4a\xc2\x5a\xe3\x6e\xb8\x32\x2b\xa7\xad\x49\xc3\x9e\xa5\x25\x6f\xf2\xd6\xf8\xdd\x70\x4d\x50\x96\x3e\x3b\x6f\xc3\x28\xa7\x32\xee\xeb\x34\x5c\x11\x54\xca\x5b\x3b\x0a\x2a\x6c\x8d\x1b\xf6\x36\x66\xd8\xda\xd9\xdf\xd7\x44\xe5\xb6\x2e\x0e\x7b\xd6\x6e\xcd\xb8\x5a\x63\xc6\x03\x31\x4d\xd0\x84\x15\xb6\xa9\x0c\x7b\xce\x61\xbd\xc6\x6c\xed\xec\x93\x14\x71\x85\x3c\x9e\x96\x3d\x1f\xb7\xc1\xe3\x93\xf2\x6c\x82\x26\x30\xb3\x1d\xf2\xb0\x17\xca\xd6\x3b\xac\x39\xcf\x77\x54\x91\x58\xd8\xc6\x38\xec\xc5\xb2\x8d\x9e\xce\x8f\x1f\x25\xa6\x6c\xe6\x24\x81\x98\xe9\x24\xd0\xe9\x34\x66\x9b\x67\xe3\x35\x91\xb9\x6d\x1c\x77\x7f\xc0\x3f\x8c\x1d\x6f\xc1\x34\x41\xf9\x9d\x84\x4f\x0f\xbc\xa7\x6e\xfc\xae\x69\xbc\x26\xb5\xb0\x1d\x46\xa9\x99\xad\x0f\xe3\x04\xbf\x75\x61\x37\x41\x93\xda\xb0\xb5\x99\xee\xe3\x28\xbc\x71\x42\x29\xbb\x09\x9a\xd4\xec\xb6\x8c\x37\xb2\x6c\x33\xfd\x42\x18\x27\x4e\x13\x34\xa9\x05\xba\x35\xde\x6e\x9d\xe7\x5f\x98\x7d\x92\x22\x35\x9f\xb7\xde\xd0\x3c\x9c\x3c\xb7\x2d\x6e\xbe\xab\x8a\xd8\xdc\x76\x88\x74\xa0\xac\x87\x1c\xca\xb8\x4d\xca\xfe\x4c\x62\xc8\x85\x0e\x84\xa1\x35\xc4\x6d\x08\xbb\xf1\x8a\xdc\x52\x99\x94\x21\x4d\x48\xe3\x92\xa6\x09\x9a\xdc\xc2\x78\x36\xf7\xcc\x36\xd1\xf8\x8c\xcb\xe3\x96\xe5\x66\xe8\x44\xa4\x6d\x8a\x18\x9f\x66\x7f\x5f\x11\x5b\x4c\xf4\xe9\xc6\x8f\x5f\xbe\xb7\x31\x05\x77\xc7\x2d\x8a\x2d\x14\xba\x65\x36\xe0\xc4\x9a\x82\x83\xe1\x96\xc5\x66\xb7\xc9\x91\x2a\x2d\xfc\x0b\xc3\xec\x93\x34\xb1\xe1\xc1\x18\x95\x69\xc2\x1e\x15\x3b\xdf\x54\x45\x6c\xb8\x06\xb1\xde\x86\xb8\xb5\xe3\x37\x29\xcb\x9d\xa4\x40\x6a\xdd\xd8\x6d\x18\x4f\x86\xa5\xed\x9d\x26\x68\x72\x8b\xdb\x21\xd0\x45\xa6\x5f\xb0\x16\x2a\xdb\x2f\xcb\xcd\xe2\x48\xd8\xed\x60\x31\x21\x99\xdd\x04\x45\x70\x31\xd3\xbb\xe7\xc6\x9b\xbf\xb7\xb1\x6e\x6b\xe3\x6e\xbc\x26\x38\xb7\x8d\x85\xbe\xd5\x39\x4c\x48\xb3\x09\x9a\xe0\xe2\x36\x8d\x82\x33\x74\x4f\xc7\x09\x71\x36\x41\x11\x9c\x2f\x74\x88\x9c\x1b\xd7\x4a\x13\x9c\xdd\x4d\xd0\x04\x47\x1f\x3d\xca\x2f\xf0\x9a\xbd\x99\xef\x6a\xff\x13\x0e\x8b\x0e\x61\xeb\xe8\x9b\x06\xdc\x37\xe5\xeb\xa7\xa7\x21\x0c\x38\xd7\x9e\xbe\xa9\x40\xd2\x3c\x41\x11\x5c\x2c\xdb\x92\x71\xf9\x49\xd7\xdb\x32\xbe\x15\xd3\x0c\x45\x72\x31\x8e\xeb\x1c\xdf\x41\x4b\x37\x75\x18\xff\x39\x4d\xd0\x24\x67\x71\x50\x2d\x96\x3d\x4e\x98\x7d\x93\x22\xba\x90\x49\x83\xb9\x6d\xce\x18\x4f\xaf\x09\x8f\xd7\x24\x67\xb1\x3a\x8f\xd7\x67\xfc\x81\xb4\x9b\xa0\x49\x2e\x6c\x7d\x84\xb1\x53\xb0\xe6\x3c\xfb\x05\x45\x72\xae\x90\x8a\x74\x69\x1b\x03\x26\x18\x37\xdf\x56\x45\x72\x7e\x6b\xcc\xb0\xe7\x13\xfd\xd2\xc6\xe6\xed\x30\x4a\x4e\xf9\x98\x69\x57\x33\x0d\xf4\xa4\x0d\x36\x2e\x8d\x2f\xd1\x34\x41\x93\x9c\x83\x65\x67\xca\x68\xbf\xd0\x0c\x37\x9b\xa1\x49\x6e\x20\x93\x90\x5e\x86\xcc\x33\x66\x1f\xa5\x88\x2e\xc4\x6d\x9e\x8c\x18\x9a\x10\xf2\x6e\x82\x26\x3a\x3b\x9e\xd0\x51\x7f\x5b\xfe\x85\x60\x77\x13\x14\xd9\xf9\xb4\x1d\xd2\xb0\x17\x71\xad\x5d\x1a\x6d\xa1\x69\xbc\x26\xba\x81\x4e\x85\x49\x7c\x38\xa2\xf8\x22\x4d\x74\x9e\xb6\xc7\x16\xe8\x01\x17\x20\xeb\xb4\x72\xe9\x06\x7a\xa2\x5d\x1e\xad\xd4\xbd\xcd\xf8\x07\xc6\x35\x28\x7f\x7b\xda\x56\x7a\x1b\x9c\xc1\xc5\xf0\x1e\xdb\x9a\x17\x2f\x5d\x60\x73\xc6\x46\xdc\x0c\xef\x71\x25\xf2\xe2\xa5\x0b\x7e\xd4\x8f\xa4\x89\xb3\xc3\x0c\x33\x9b\xa1\x89\xce\x40\x2d\x99\x38\x3e\x40\x34\x63\x88\xbb\x19\x8a\xec\x7c\x7d\x81\x06\x28\x0f\xef\xa0\x0a\xf2\xe2\xc5\x1b\x4d\x0d\x58\x59\x64\xd6\x7b\x07\x85\x96\x17\x2f\x9e\x8b\x74\xba\x0b\x2f\x82\x9e\x97\x69\xbc\x26\x3c\x43\xf7\x6e\xd4\x7b\x34\xc1\x8c\xe6\xc4\x6c\x67\xfb\x5f\xb0\x91\x4c\x44\x37\x90\xb3\x34\xce\xb0\xf0\x05\x96\x2e\x1e\x2f\x6b\x3c\x7a\xf4\xcf\x40\xff\x79\x37\x43\x13\x1f\x5b\x58\xce\xf2\x46\x95\xf1\x37\x77\x53\x14\xf9\xf9\x02\x3b\xd1\xa6\x6d\xe6\x29\x3e\xce\xa6\x28\x02\xf4\x91\x75\xb8\x85\x0a\xf1\x65\x6b\xe6\x53\x34\x09\x3a\x36\xfd\xd2\x76\xa0\xfd\x22\x2f\x6d\x37\x45\x11\xa1\xcb\xf4\x26\x8d\x0f\x37\xfd\x48\x1a\x7d\x97\xdd\x0c\x4d\x86\x8e\x6c\x64\x8b\x03\xe9\xd3\xb8\xd1\xbb\x09\x8a\x10\x6d\x22\x8b\xc8\xb8\xad\xa1\xeb\x11\xc7\xad\x98\x6f\xb0\x22\x45\x78\x72\x16\x8a\x7d\x9c\x32\xf3\xa4\x15\xb9\x14\x8f\x85\xd3\xfb\xb8\x17\xe0\x72\x89\x71\x62\x78\x2e\xa3\xf1\xbd\xe7\xc9\x68\x74\xb0\x3c\x84\xe8\xe4\x68\xd8\xd5\x66\x20\xb3\xcb\xc2\xdb\x12\x62\x93\xc3\xe1\xeb\x8e\xa6\xab\x1b\xff\x5b\xe8\xfc\x6e\x31\x3c\x05\x98\x1d\xe4\x0f\xd0\x55\xea\x1c\x6f\x31\x3e\x66\x7a\x58\xea\x71\x35\x78\x1c\x85\xb4\x4c\xa3\x9d\x46\x67\x77\x3c\xd6\x64\xe4\x8f\x06\x5a\xe3\x7a\x8b\xf1\xc1\x8d\xbe\xd8\xf8\xba\x90\x61\x26\xbe\x5f\xbd\x13\xe3\x91\x29\xf0\x4a\xc7\x65\x8f\x96\x4a\xe3\x7b\x4b\x51\x0d\x78\x74\x49\x81\xed\x0d\xb8\xd0\x66\x45\x56\x71\x1b\xe2\xf8\x77\xe9\x12\x50\xc4\xa4\x75\xbe\xe5\x78\x3b\xbe\xfe\x7b\x89\x66\x6d\x2c\xc2\x1e\x66\x59\x5c\x29\x91\xc2\x30\x1e\x61\x15\x27\xbe\x5f\x15\x98\x9d\xec\x44\xac\x63\xee\xeb\xaa\x12\x83\xf5\x36\xde\x1b\x44\x33\x6c\xec\xbc\x6f\xd3\x3c\x0f\xc5\x90\x95\x92\x30\x21\xf4\xde\xb7\x9c\x30\xd0\x84\x90\xb7\x91\xae\x0b\x4c\x5d\xb3\x26\xb4\xb0\x8d\x8e\x0e\x13\xf9\x67\x14\x09\x69\xfc\x6f\xb9\xab\x09\x8e\x71\xda\x5a\xba\xf5\xe3\x61\x6a\xfd\xef\x56\x0c\x78\x4c\xea\x1a\x5c\xea\xfc\x6f\xb9\xad\x78\x6e\x3d\x8e\x5d\x1c\x3f\xaf\xf5\xbf\xe5\x78\xbf\xf5\x1e\xf6\x7d\x82\xfe\xea\xfd\x6f\x29\x86\x42\x3f\x30\xde\x4b\x4f\xe6\xeb\xfc\x17\x54\xb9\x59\x1a\x69\x33\xc2\x26\x05\xa6\x89\x5d\x91\x5b\x18\x9d\xc3\x3d\xcf\xe1\xa5\x02\xc5\x62\x97\xe5\xe6\x33\xbd\x9f\xc1\x63\x57\xb3\x90\x82\x2e\x37\x47\x61\x87\xc8\xa6\x6e\x82\x2a\x75\xcb\x72\x73\x14\xc9\x19\xdf\x74\x0a\xb4\x48\xe7\x52\x13\x5c\x2a\xb0\x17\xd8\xe5\x30\x03\x5e\x1d\xb7\x22\xb9\x40\xc6\xde\x40\x7a\x63\x63\x8c\x98\xa0\x8a\xce\xd0\x61\x8a\x08\x90\x19\x0b\xd3\xd8\xad\x88\x0e\x81\x28\xe3\xf0\x69\xc6\x8e\x56\x69\xeb\x84\x4b\x51\x14\xb2\xac\xac\x47\xcc\xce\x38\xdc\x52\xb7\x22\x3c\x4b\x5b\xea\x22\x9f\x5b\x36\x7e\xdc\x8a\xf4\x70\x3f\x7d\xe1\x75\xb0\x4b\xea\xd6\xc4\x07\x9f\x3d\x14\xba\x7d\x14\xc7\xca\xad\x23\xde\x4a\xc3\x70\x30\x87\x04\x6e\x3c\xdc\x02\xbf\x22\xc0\x50\x83\x70\x90\x7c\x18\x0d\xec\xd6\x15\x6f\xe5\x41\xf6\x9b\xe3\x20\x4a\x18\xcd\xb3\xd6\x17\x97\x02\xa1\xb8\xcc\x9e\xe5\x58\x56\x84\xfd\xe3\x57\x24\xe8\xb6\xd6\x0d\x7b\x99\x37\x37\x09\xef\x5d\x15\x60\x24\x7b\xdd\xd6\x67\x2b\xc1\xf3\xf5\xcb\x02\x1c\xe5\x60\x87\x3d\x67\xe9\x7d\x1c\x5d\x60\xd3\xbb\xe3\x72\x86\x85\x19\xe0\xd9\x2d\x4a\x22\x06\xa1\x0a\xd0\x25\x58\x18\x55\x1c\x11\xcf\xa3\x30\xac\xba\xd7\x22\xc2\x75\xc7\x83\xc4\x26\xac\x5c\x73\xab\xa8\xc8\xaa\x36\x01\xea\xdc\x5a\xe8\x36\xe9\x92\xb7\x4f\x0c\xf9\x69\x66\x80\x35\x67\xc9\xff\x6a\x9d\xf2\x56\xbb\x0d\xfc\x7e\xf1\x8c\xdc\x7b\xe5\xdd\xb3\x34\xfe\x37\x18\x2a\xd6\x0b\x2f\x5b\x95\xa1\x19\x9d\xb3\x3d\x63\xd9\x6b\xf6\xd8\x5f\xe9\x97\xb7\x57\x8a\xec\x7d\xe8\x76\x9a\x51\x3a\xc7\x5c\x0a\x04\x47\xca\x45\x0e\xc2\xf8\x71\x9b\x3b\xcf\x5c\x4e\xf1\x14\xac\x1e\x8d\xca\xc2\x91\x21\xd3\xba\xe6\xad\xfa\x31\x09\xc6\x3b\xc2\x61\x05\x32\x4c\xcb\x97\x70\x34\x9f\x32\xc7\xb5\x3c\x07\x31\x4c\xe7\x9c\xb7\x2a\x2b\xb3\xf1\x1e\x38\x8c\x91\x87\xce\x3b\xef\x2e\x89\xe5\x38\xac\x81\x07\x6a\x4c\xe7\x9f\x77\x6a\x2e\x92\x7a\x27\x6d\xed\x8c\xe6\xa0\x4b\x99\x44\x3a\x86\x9e\xc2\x69\xe3\x04\xb2\xc0\xd2\xca\x45\xc4\x5b\x63\x6a\x5e\xcb\x20\x96\x9e\x96\x2f\xa2\xf3\xb4\x74\x9b\xb0\x9c\xd1\x91\x76\xbd\x8f\x2e\xa7\x20\x9c\xee\x22\xfc\x29\x37\x20\xa5\x94\x17\x2f\x62\x28\x30\x75\x9c\xa7\xa4\x1b\x05\x58\x5c\xe7\xa5\xb7\x07\x1e\x42\x2c\xbc\xbd\x09\xc6\x61\x5e\xbe\x88\xc1\x23\x0e\x6a\xe1\x5b\x8c\x53\xa2\xed\xfc\xf4\xd6\x78\xa3\xc8\x8f\x29\x78\x71\x5d\x1a\xed\xcb\xd6\x51\x6f\x4d\x6e\xc7\x11\x7b\x3a\xc2\x2e\xc1\x72\xc8\xcb\x77\xd1\x1b\x8e\x12\x41\xb7\x20\xb0\xd8\xba\xea\x72\x87\x23\x1d\x91\xc4\x6f\x03\x5d\xfe\xd6\x57\x97\x13\x0c\xe9\x6a\x93\xa1\xe9\x5c\x42\xb0\x3f\xaf\x5c\x45\x1b\x29\x10\x32\x7a\x88\x0e\xd1\x9c\x52\x3a\x6f\xbd\xdd\x60\x37\xc0\xb1\x27\x83\x74\xd4\xe1\xa6\x77\xd7\x5b\x3d\x84\xb3\x1b\xf1\x5e\x79\x07\xd1\x37\xfe\x7a\x6b\x9a\x15\x3e\x8b\x64\xcc\xf9\x29\xa9\xb8\x7c\x1d\x47\x8d\x62\x10\xd6\xa1\xd8\x36\x8c\xb5\xce\x63\x6f\xdf\xa0\x6c\xf1\x3e\x90\xe6\x1e\xd7\x13\x7b\x97\xbd\x7d\x84\x68\x8e\x19\x48\xbf\x8e\x73\xa2\xe9\x9d\x76\x39\x87\xdf\xa1\x01\x56\x81\xb7\x10\x4e\xe3\xb6\x4b\xe1\x20\x49\x52\x23\xe8\xde\xca\xf8\x83\x2e\x50\x47\xb7\xcb\xb0\x4d\x34\x9e\x3a\xdb\x38\xee\xc2\xc9\x28\x8e\x0d\x34\xfa\xc7\x68\x42\xa5\xd6\x73\x17\xe3\x33\xac\x53\xca\x95\x53\xf2\x2d\xb7\xae\xbb\x1c\x2e\x96\xc5\xa1\x6d\x21\x40\x39\x7c\x20\x2b\x05\xf6\xcc\x1e\x9b\x1c\x42\x76\x62\x38\x1b\xbe\xd6\xd3\xb1\x8a\xd0\xf0\x42\x6c\x62\x78\x4c\xf4\x16\xb8\x48\xd6\x3e\xc5\x60\x1b\xc7\x5d\x0e\xc7\x89\xf0\x85\xfe\xba\x87\xc5\x24\x96\x25\x86\x07\xb8\x97\xd1\x6e\x6d\x18\x87\xfb\xde\x6d\xb7\x8d\x0e\x19\xfd\xf0\x84\xa8\x7c\x40\xae\xd0\x2c\x0b\x6a\xa8\xb0\x03\x43\x76\x5c\x1e\x3a\xb7\xbd\xdd\xf9\x8c\xf0\x87\x19\xb7\x66\x9e\x61\x57\x05\x65\xe0\x8f\x92\x0a\x0c\xc2\x07\xd7\x04\x95\x52\xc5\x42\x8c\x4a\xcd\x21\x89\x67\x56\x24\x85\x5d\xb1\x03\xe2\xfe\x22\x28\xa0\x8a\x2a\xd4\x4b\x33\x8a\x60\x18\xdf\x98\xd6\x63\xb7\xcd\x4b\x11\x61\xbe\x8c\x9b\x34\xd4\x98\xe3\xb2\xb0\x18\xf9\x81\x28\xf6\x50\x63\x81\x2b\xd2\x42\x0c\x2a\x12\xf8\x60\xcf\x8c\x5a\xb3\x71\xd7\xe5\x76\x46\xc4\xc3\x32\xed\xa7\x47\x88\xce\xae\x48\xcb\x72\x32\x87\xde\x13\x8b\xc3\x63\x97\xc5\x95\xf0\x1d\x96\x1e\xdf\x41\xa4\x8d\x55\x71\x51\x66\x79\xaf\x50\x64\x66\xc3\xcb\xb5\xcb\xe2\x8a\xf0\x7a\x4c\x8d\x80\xe2\xad\xb2\x2b\xf2\x82\x51\x6a\xf1\x59\x1b\x87\x2c\xb0\x5d\x11\x98\xa7\xe3\xe9\x07\x44\x31\x9d\x96\x2a\xb7\xcd\x7b\x30\xfa\xf6\xc1\x71\x1a\x01\xe6\x86\x5d\x13\x99\x1b\xfd\xda\xd1\x12\x84\xd1\x88\x2b\xe3\x96\x65\x66\x39\xc5\x6c\x11\x27\x1d\xc4\x04\x4d\x6a\x29\x23\x68\x1b\x39\x8d\x05\x80\x80\x5b\x11\x9b\x87\x25\x3e\xf0\xdb\x36\x3e\x8b\xad\xa7\x2e\x27\x0c\xf4\xf1\x01\x8b\x0e\xdb\xc1\x76\x8e\xba\x94\x43\x84\x09\x60\x61\x30\x47\xd8\x71\x6e\x59\x70\xa1\xd0\x04\x7e\x36\x36\x09\xee\x94\x5b\x11\x1c\x50\x2f\x2e\x20\x85\x95\x45\xb0\x41\x15\x5c\xa0\x6d\xf5\x19\xd9\xc7\x0c\xff\xd9\xad\x09\x0e\x4a\x2b\x64\x38\xe9\x9c\x92\xf2\x8b\x82\x4b\x15\xd2\x11\xe0\x19\x45\x18\xe1\x7e\x45\x70\x9e\x71\x2c\x03\x60\x0e\x49\x64\x8e\x55\xc9\xf1\xc8\x80\xb4\x46\xd6\x3c\xf4\x56\x12\x70\xd6\x06\xc4\x02\x72\x9f\x2d\x97\xe3\x2d\xd9\x48\x8c\xe7\x32\x03\xd2\x00\x7e\x45\x72\x81\x0e\x91\xc9\x38\x7c\xc6\x40\xc7\xfb\x65\xd1\xf9\x42\x4a\x66\x74\x52\x76\xe0\x82\xd6\x41\x97\x33\x2c\x2d\xc2\x3b\x86\x9b\xb0\x9d\xe3\x57\x84\xe7\xa0\x52\x03\x27\x20\x6b\x70\x49\x38\xe8\xed\xd3\x30\x78\xf6\xb2\x39\xd2\x32\x98\xce\x41\x97\x7b\x95\x19\xdb\x91\x78\x4a\xc0\x83\x22\xb7\xa9\x7b\x50\xfc\xec\x72\x9b\x88\xfc\x9d\x74\xd0\x5b\x9d\xe6\x11\x0a\x45\x34\x20\x21\x8e\x23\x1d\xf4\xf6\x15\x72\xf4\x2f\x34\xcf\x24\x1c\x12\xe9\xa0\xcb\x09\x86\xbc\x15\x63\xa0\x98\x4d\x06\xce\x4b\x3a\xe8\x52\x22\x48\x4f\x5b\xe0\x80\x46\x9f\xc5\x87\xce\x41\x97\x02\x81\x92\x72\x1e\x26\xbe\x29\x70\x88\x1a\x07\x5d\x4e\xf1\xf5\xb7\x48\x29\x98\x82\xf7\x34\x2d\xde\xc0\x88\x7c\xfe\xe8\x05\x1a\x86\x9f\x98\xd4\x39\xe8\xed\x79\xa7\x4b\x6b\x03\x56\x62\x2d\x5c\x8f\xb4\x7c\x07\x47\x5d\xc5\x90\x9e\x8a\x41\xa1\x90\x49\x5a\xbe\x85\x21\x70\x48\xcd\x8f\x7a\x8a\xdc\x42\x57\x3a\x07\xbd\x95\x49\x66\x55\x18\xf0\x7d\xd6\x75\x0e\xba\x94\x49\x64\x78\x22\xc1\x01\x6c\xc0\xd5\x4d\x2b\x17\x11\x96\xa5\xf1\x0c\x8d\x89\x5b\xef\x3a\x07\xbd\x95\xc8\xe8\x69\xd8\x80\x03\x6f\x23\xae\x6e\x5a\xbb\x88\x03\x25\xf6\x1d\x83\xcb\x6c\x44\x06\x20\x2f\x5e\xc4\x50\xe0\x01\x39\x76\x06\x6d\xc1\x03\x98\x97\x2f\x62\xe0\xdc\xb6\xb3\x1c\x6a\x18\x44\x02\x5a\x15\xa2\xc3\xed\xb0\x09\x8e\x87\x1b\x44\x4a\x59\x15\xe2\x40\x4f\xff\x78\x44\x86\xc4\xe1\x89\xd2\x39\xe8\xad\x48\xa0\xe0\x03\xa3\x39\x18\x40\x95\x97\xef\xa2\x37\xc8\x4b\x04\x8e\x35\xb0\x91\x9a\x97\xef\xa2\xa3\x87\x66\x2f\xb0\xcd\x63\x11\x98\xc9\x2b\x57\x71\x40\xaa\x8b\x63\x65\xce\xe2\xba\xe7\x95\xab\x38\x3a\xe8\x80\x05\xe3\x82\x59\x99\xbb\xd5\x37\x18\x4e\x29\x5f\x78\x17\xaa\x75\xbe\x7c\x19\x47\x3d\x34\xae\xc1\x73\xd6\x7e\x7c\xdd\x63\xef\xa0\xb7\x06\x19\x64\x1f\x90\x3c\x19\x9d\x7b\xc5\x41\x6f\x6d\x01\x6f\x18\xe4\xc4\xe8\x11\x91\x1f\x57\x45\x69\xf1\x4d\xd6\x71\x58\x23\x42\xad\x36\x0e\x7a\xfb\x08\x79\x4e\x3b\x64\x0e\xe9\x0c\xb6\x77\xd0\xe5\x1c\xcb\xe8\x25\xb6\xc4\xd9\x26\x68\x1c\x74\x29\x1c\x82\xe3\xec\x71\xea\xde\xb1\xf1\xd4\xfa\xe7\x72\x0a\x70\xb1\x26\xc2\x10\x74\x09\x17\xb9\xbd\xb8\x3b\xb7\x8f\x31\xd2\xf4\xf2\x52\x3e\xbe\xcb\xac\x8b\xf1\x39\x93\xce\x26\x20\x08\x45\x01\x52\xeb\x9f\xcb\xe1\x14\x44\xde\x2b\xa3\xc3\xb1\x67\xd2\xdc\x9d\xd7\x20\x9c\x09\x70\xe1\xf1\xf1\x44\x80\x71\x86\x0b\xd7\x90\x83\x09\x41\xcb\x51\x74\x00\x20\x04\xdb\x7a\xe8\x62\x7c\x4c\xf4\xd6\x3a\x44\xd3\x8d\x99\xe7\xe2\x35\x90\x54\x00\x36\xd7\x67\x64\xfc\x07\x9c\x40\x21\x30\x39\x1e\x90\xde\x48\xfe\xdb\x38\xde\xf8\xce\x49\x17\x13\x3c\x22\x3d\x89\x92\x06\xe3\x07\xf5\xc0\x76\xb9\x9f\x05\x7e\x1f\x42\xdb\x26\xe1\xed\x30\x2b\xf2\x42\xca\x72\x33\x54\x0c\xfa\xe0\x3a\x47\x5d\x4e\x30\x40\x24\x22\xcc\xe3\x46\xfb\xa1\xf5\xd4\xa5\x08\x00\x71\x32\x80\x7b\x8e\x96\x46\x0f\x6e\x97\x13\x0c\xa2\x4e\x94\x3d\x1d\x4f\x46\xea\x5c\x75\x29\x33\x4f\x9e\xb1\x33\xf4\x5e\x32\x90\xdc\xac\xc8\x2c\x21\xac\x82\xc7\x2f\xd6\x08\xdd\xb2\xcc\x06\x3a\x9c\x21\x91\x9d\x10\x9a\xc0\x87\x26\xb3\x40\xc9\x8b\x48\x9b\xbf\x27\x13\xd9\xba\x04\x22\x20\xd2\x74\x31\xed\x36\xf6\xc8\xf6\x56\x02\xa4\xbc\x00\x58\x30\x03\xee\x98\x5d\x16\x59\x4a\x64\x19\xa0\x6e\x24\x6b\x89\x75\x39\x1c\x2e\x6e\x06\x0c\x04\x31\x30\xbb\x2c\xaf\x08\xd0\x81\x09\xc8\x6c\x0a\xcf\x5b\x95\x97\x21\xd5\xc3\xb1\x7e\x07\xe0\x9b\x5d\x91\x97\xa7\x00\xb4\x2b\xf4\x9c\x18\x44\x7b\xed\xb2\xbc\x3c\xc0\x13\x01\xd0\x65\x83\xf7\xca\xae\xc9\x8b\x2f\x25\x02\x61\x16\x59\x43\xb7\x2c\x2f\xc3\x69\x1a\x57\xc3\xe3\xb9\xf3\xd2\xdb\xed\x2f\x80\x4e\x10\x6a\x7b\x74\xb0\x5a\x27\xbd\x55\x5a\x88\x22\x93\x55\xe7\x85\xcf\xad\xc9\x2b\x16\xfa\x7e\x24\xb5\x18\x52\xec\x56\xe4\x15\x28\xa0\x8d\x22\x90\x3d\xf6\xf3\xdc\xb2\xbc\x02\x2a\x7d\x46\xf7\x88\x2c\x1a\xe1\x3f\xab\x02\xc3\x05\x9e\x0c\x3f\x04\xf3\xdc\x8a\xc4\x10\x5e\xf0\xfc\x8e\x59\x24\x93\xdd\x9a\xc8\x06\x14\x6b\x4c\x20\x1f\xe7\x5b\x0f\xbd\xbb\x01\x9c\x45\x0e\x88\xff\xb9\xce\x41\xef\x64\x30\x73\xd7\xf8\x8e\xf9\x15\xa1\x0d\x70\xa1\x90\x2b\xdb\x18\xe8\x45\xbf\x22\xb5\x08\x07\x95\x51\x13\x1c\x72\xf3\x2b\x72\xa3\xaf\xde\x8b\x0c\xa2\x06\x02\xc2\xaf\xc8\x8d\x50\x70\x7b\xf0\x02\xa9\x72\xa6\x77\xcf\xe5\xa6\x52\x50\x61\xcf\x32\x20\x3c\x8a\x84\xbb\x2a\x37\x18\x05\xde\x22\xa5\x40\xb8\x9a\xce\x39\x97\x17\x09\x11\xf0\xc0\x86\x74\xc2\xfb\x27\x7c\xf3\xf6\x2d\x70\x9c\x6b\x0e\x28\xff\x99\xe3\xb4\x35\xc1\xc5\x5d\x15\x85\x1b\x76\x85\x45\xd2\x48\x6b\xdf\x0f\x5f\x18\xf0\x01\x10\xce\xdc\x3f\x55\x45\x07\x80\x1f\x5f\xe8\x4d\x11\x6e\xb6\x26\xba\x10\x21\x03\x03\xd3\xce\x0c\x88\x36\x4a\xc7\xbc\x7d\x74\xc6\x4b\x57\xe0\x0a\x1a\x4e\xd6\x48\xbf\x5c\xca\x02\xaf\xa0\x35\x8c\x09\xe7\xf3\x21\xfd\x72\x29\x0b\xd4\xa7\x39\x36\xd7\x51\xe0\xd2\xf9\xe5\x72\x0a\xaa\x79\xbc\xe3\x6a\x1e\x0f\x65\x9f\x16\xef\x5d\x64\xd4\xb2\x63\xe8\xff\xe8\x71\xda\xce\x2f\x6f\x9f\x07\xb8\xb1\x0c\x9c\x37\x41\x38\xa7\x9a\x04\x03\x27\x1c\x47\xaf\xdf\x33\xe2\xd9\x75\x7e\x79\x7b\x39\xc8\xa8\xaf\xae\x90\x61\x20\x55\x5a\xbe\x7f\x15\x4f\x5d\xf0\x5c\x9b\x2c\x12\xfa\x9a\x10\x7d\xa0\x97\x8e\x8c\x36\x44\x0d\x42\xe7\x97\xcb\xfd\x2d\xc0\xb6\xb3\x27\x60\x07\x31\x43\x15\xa2\xa7\x8f\xb2\xec\x67\x58\x99\xcd\x57\x85\x68\x81\x7d\x75\x1c\xc8\xb6\x6c\xe4\xe6\xc5\x4b\x18\x32\x2e\x88\x1f\x38\x53\x69\xa1\xdc\xf2\xf2\x2d\x0c\x8c\x5c\x74\x0c\x01\xb0\x56\x38\xd9\xaa\x10\x2d\x02\x9c\x6e\xe0\x3a\x14\x07\x9d\x9b\x97\xef\xa1\x2f\xd0\xea\xd6\xc3\x65\xb6\x1e\xc6\x62\x5e\xbe\x89\x9e\x2a\x9f\x20\xbd\x32\x8b\xae\xe4\xe5\xab\xe8\x0d\x72\xec\x5c\xee\x62\x23\x8e\x70\x5e\xbe\x8b\x0e\x16\x1d\x03\x68\x6d\x42\xc5\x58\x5e\xb9\x8a\xc8\xe3\x9a\x8a\x1d\x48\xc2\x93\xd7\xa5\x48\x31\x9b\x3d\xd4\x1c\xd1\x94\x92\x3b\xbf\xbc\xf3\x3d\x02\x30\xe1\x14\x92\xb2\x19\x11\xc8\xc6\x2f\x6f\xd5\x10\xb9\x13\x1e\xb5\x54\xe3\x9c\x64\x7a\xbf\xbc\x73\x59\x18\x61\x80\x8b\x5c\x6a\xb5\xe9\xf2\x75\xf4\x9e\x13\x12\x48\x99\x6c\xf0\xff\xec\xfc\xf2\x56\x2e\x99\x93\xed\xf5\xe0\xb8\xd0\xfb\xe5\xed\xfb\x33\xf0\xb5\xcf\x5c\xb1\x61\x14\xb4\xbb\x9c\xc3\x8f\x55\x60\xa0\x89\x45\x18\xb6\xf1\xcb\xa5\x70\x12\xc5\xab\xeb\xa2\x38\xce\xdd\xfa\xe5\x72\x0a\xe1\x8e\xe9\x08\x0c\x98\x43\xf1\x22\xb1\xe0\xf9\xbf\x14\x7e\x74\x1d\x65\xc8\xc6\x75\x84\xd6\x2f\x17\xe3\x33\x30\xf8\x08\xf2\xdb\x3c\x77\x6c\xad\x36\xdc\x91\x1d\x83\xd8\xbe\x0d\xf3\x54\xb5\x53\x86\xa7\x02\x7f\x33\x20\x4a\xc8\x79\x25\x31\x50\x8e\xa7\x8c\xe4\x68\x53\x52\x85\xab\x99\xfb\xf1\x5a\x59\x58\x8c\x64\xfc\x3b\x54\xe7\x1a\xce\x3e\x0b\x99\x89\xf1\x01\x50\x40\x9f\xc9\x64\x32\x1c\xe5\x11\x02\xf3\xad\xf2\x81\x5f\x3e\x60\xbc\x88\x72\x28\x3f\xe0\x61\xc8\x24\xbc\xe8\x26\x0a\xaf\x56\xdb\xcf\x8c\xba\xc8\x48\xa6\xb1\x8d\x30\x58\xcd\x8a\xbc\x3c\x17\x77\xd2\xe1\xb3\x0e\xc6\x98\x59\x91\x18\xae\x2a\x76\x68\x54\xea\xb1\xf3\xcb\xa5\x08\x02\x8a\x32\xe0\x36\xd7\x2a\x55\xb3\x22\x33\x38\x0c\xe3\xe6\x07\x84\x16\x42\xe7\x98\x4b\xa1\x39\x3c\x34\x86\xf4\xa0\x21\x48\x5f\xeb\x99\x4b\x29\xa0\x04\xce\xa3\xc4\xd3\xb0\x2b\x63\x56\xc4\x46\x01\x17\x8a\x02\xc3\xa3\x09\xbe\xf7\xcd\xa5\xdc\x08\x7c\x3f\x9e\x27\xb2\x8d\x8d\xc8\x5c\xeb\x62\x28\x9c\x0f\x8b\x0e\xfb\xea\x3b\xef\xbc\x95\x03\xe1\xac\x3c\xca\x92\x0b\x4c\x11\xbb\x2c\xb8\x14\xe9\x27\xc8\x26\x1c\xb7\x95\x8e\x9e\x5d\x11\x1c\xca\x85\xa9\xb0\x6e\xaf\x82\x7b\xed\xb2\xdc\x22\xe1\x60\xc7\xfd\x8f\xb0\x2d\xb2\xed\x1c\x74\x39\x01\xc1\x58\x1b\x11\x90\x18\x00\x3c\xb1\x2b\x72\xf3\xf4\x0b\x8e\x14\xfd\x5e\x16\x48\x7f\x4d\x6c\xa3\xa3\x57\xe0\x27\xda\x71\x21\x2e\xf7\x1e\xba\x9c\xb0\x0b\x9b\x75\x1e\xb7\x26\x02\x64\xb5\x08\x33\x1d\xe8\x76\x06\xd3\xb9\xe8\x72\x4f\x13\xbc\xb7\x82\x90\x8a\x07\x78\xd6\xad\x08\x8d\x33\x92\x78\xe3\x8d\x15\x45\xe1\x9a\xd4\x62\xa1\x68\x90\xa3\x58\xb5\x19\x44\x4d\xb8\x2a\x35\x3e\x3f\x03\xbd\xef\x19\x05\x4d\x6e\x59\x68\x21\xc3\xfd\x37\x35\xc8\x10\x3b\x27\x5d\x8e\x37\x14\xa1\x75\x54\x78\xb8\xc7\x85\xff\x6e\x45\x66\x50\x2c\x9c\xd7\x60\x8c\x9a\x5b\x93\x19\x8a\x28\x03\xaa\x77\x1c\xe2\x8a\xed\x08\x79\x0b\x38\xd7\x37\x00\xd9\x35\xf4\x2e\x7a\x2b\x02\xc7\xb0\xfb\x00\x64\x79\xe9\x5c\xf4\x56\x04\xe4\xe9\x00\xd0\x48\x91\xde\xd6\x43\x97\xe3\x03\xe7\xc2\x69\x3c\xb3\x2f\xf8\x15\x91\x19\xc6\x4a\x78\x8a\x6b\xcd\x0b\xe6\x55\x89\xa1\x08\xd7\x44\x32\x93\xb8\x4c\xd1\x2f\x4b\xcc\x67\x10\xb4\x70\x12\x52\x26\xe8\x55\x91\xa1\x38\xd3\x1b\xde\x27\x81\xd1\x57\x65\x06\xb0\xea\x78\x36\xc0\x07\x21\xb2\xc1\x9a\x08\x98\x4f\xc0\x12\xb9\xcc\x9e\x6d\xa0\xd7\xca\x16\x25\x98\xdf\x5c\xcf\x29\xab\xd9\x55\x99\x39\xf6\x9c\xc3\x14\x2d\x49\x9d\x73\x2e\x67\x70\xb2\xae\xb0\xb9\x0e\xe8\x93\x14\x40\xfb\xea\xd0\x55\xb6\x5c\xe2\x0c\x68\x95\xf4\xcd\xdb\x57\x67\x5c\x2d\x63\x6f\xf8\xaa\x49\xd7\x5c\xca\xc1\xe3\x0d\x67\xc7\x26\x89\xf8\x82\x26\x38\x07\x42\x18\x67\x81\x07\xce\x62\x97\x74\xc1\x21\xab\xe3\x0d\x8a\xaf\x8b\x28\x04\xd7\xb5\x0b\x25\xbd\x9d\x87\x0d\x1d\xe1\xd1\xa5\xe5\xdb\x16\x0d\x07\x25\x0b\x08\x06\x92\xc8\x4a\x6b\xa2\x0b\x1c\x78\xb2\x1e\xa7\x29\x83\x4e\x21\x2d\x5f\xb8\xe0\xe1\xc7\x9b\x0c\x61\x17\x68\xa5\xb4\x7c\xe5\x02\x3f\xb6\x6c\xc5\x8c\xff\x74\x7d\xb2\xbc\xb3\x00\x06\x3a\x49\x89\xcb\x7c\xe6\xd8\x02\x4d\x7e\x0e\x58\x56\x33\x70\x4a\xd7\x43\xf9\xa5\xe5\x9b\xe7\xb0\xbd\x96\xab\xa3\x47\x7b\x32\xf5\x5e\xb9\x04\x14\x21\xdd\xe1\x90\xe8\xa1\x8a\x9a\xd2\x7a\xe5\xdd\xf6\x5a\x76\xcd\x6a\xaa\xb1\x87\xb3\xcb\x29\x0c\x75\x70\x99\x6d\x4b\x8f\x0d\xce\xcb\xf7\x2f\x58\x84\xd1\x5c\x2d\x2c\x0e\xe2\x57\x34\x29\xfa\x32\x15\x4b\xd4\xaa\x9a\xc1\x76\x5e\x79\x2b\x13\x44\x16\x0c\xbb\x67\x59\xe4\xbe\x55\x31\x0e\x1c\x68\x1d\xb8\x10\xa7\x20\xa6\x96\x97\xef\xa1\x43\x98\x79\x80\x1f\x57\x9d\x8e\xbc\x72\x0f\x61\x5e\x8e\xaf\x3b\x83\x4a\xbc\xeb\xdd\x72\x29\x46\x4a\x42\x93\x47\x13\x10\xc4\x18\x7c\xe7\x96\x77\x3b\x4c\xf1\x59\x3e\x2c\x76\x50\xdd\xf2\x76\x8b\x53\x42\xed\xf5\x50\x69\x41\x52\xef\x96\xb7\x46\x97\x61\xac\x38\xaa\x5e\xb8\xf4\xac\xf1\x46\x5b\xcd\xe5\x38\xe5\x8d\x58\x91\x95\x75\xee\xaa\x2c\x0d\x19\x3a\x84\xde\x60\x56\x94\x58\x7a\xb7\x5c\x6e\x74\x64\x1c\x15\x53\x1d\x59\x3e\x98\x8d\x5b\x2e\xe7\x18\x80\x70\x32\xc7\x80\xa2\xac\xf3\xd7\xe4\x69\x23\xbd\xb8\x76\x02\x80\x58\x2d\x5d\x2e\xa7\xa0\x7c\xd2\x30\x14\xcb\xe6\x79\xf1\xb7\x58\x10\xfe\xa5\xf0\xea\x3d\x72\x8c\x8c\x04\x14\x92\x14\xe3\x33\xd8\x2f\x90\x12\xf3\x16\x38\x63\x21\x44\x39\xdc\x92\x4e\xcd\x55\x2f\x65\xdf\xba\xe5\x62\x78\xca\x64\xd6\x1a\x4f\x26\x86\xe3\x2a\x3d\xb1\x4c\x39\x1e\xb7\xdc\x82\xde\xc0\xb9\x39\x76\x5f\x63\x5f\x89\x60\xa4\x73\xb0\xb3\x6b\x55\x94\x90\x99\x18\x1f\x0a\x79\x16\xcc\x89\x62\x23\xa4\x2c\x04\x26\xc7\x53\x56\x84\x9e\xf4\x81\x60\xf6\xb3\xef\x57\x29\x0d\x3c\x6a\x7b\xd3\x40\x0e\x89\xf5\x55\xc2\x4b\xe2\xca\xc8\x8c\x6e\x12\xd2\xf8\x92\x17\x4d\x95\x97\x43\x35\x0c\x8a\x69\x5c\x16\x40\x72\x4d\x62\xa9\x50\x80\x96\x3d\xa4\x80\xe4\x99\x59\x11\x59\x40\x08\x02\x8f\x8d\xb3\xb0\x52\xcd\x8a\xcc\x86\x4a\xf3\x67\x60\x1d\x7a\xd7\xb9\xe5\x52\x68\x60\x8f\x1b\x95\x1b\x23\xba\x5c\xe7\x96\x4b\x29\x20\xd4\x88\x02\x98\xf1\x70\x84\xdc\xb9\xe5\x72\xc2\x50\x49\x8b\x22\x2a\x38\x93\xe9\xdd\x72\x29\x37\x60\x78\x22\xe0\x39\xe3\x3e\xfa\xd6\x2d\x6f\xc5\x50\xb8\x7e\x36\x00\xaf\x51\x62\xe7\x96\xcb\x19\x5c\xbe\x10\xe9\x09\x04\x85\x45\xeb\x96\xb7\x82\x28\xb0\x38\x0d\x44\xe5\x7b\xbf\x5c\x4e\x80\x42\x8a\x04\x8c\xb0\x09\xf6\xbf\x5d\x16\x5c\x4c\x80\x5c\x20\xda\x61\x03\x4c\x30\xbb\x22\x38\x54\xba\xdb\x50\xe9\x07\x4c\x9f\x39\x97\x72\x20\x5b\x76\x3c\xa5\x54\x28\x9f\x05\x43\x9d\x26\xb8\xf1\x62\x3a\x24\x9f\x80\xb2\xb1\x4a\xee\x5c\xce\x00\xe8\x30\x0e\x13\x06\xa0\xc3\xb8\x77\x62\x48\x93\x1d\x31\x0e\x8c\xb1\x73\xcd\xe5\xb6\xb2\x79\x6e\x06\x3a\x22\x36\xc1\xcf\x73\x2b\x92\xb3\x00\x79\x51\x76\x6a\xdc\x2e\xd7\x97\xa3\xcb\x8d\x85\x67\xc5\x25\x04\x16\xef\xa2\x5b\x91\x1c\x92\xc3\xa5\x16\x28\xcf\xab\xbe\x35\xc1\x85\x44\x02\xb0\x03\xe2\x5a\x51\xa0\xee\x55\xc1\x81\x69\x64\x3c\xa5\x91\x4e\x48\xea\x31\xee\x52\x0c\xc0\x93\x73\x91\xc8\xf8\x5a\x95\xde\x3d\x6f\xfd\xb8\xd1\x2a\x0f\x01\x21\x12\xae\x35\xe8\xcc\x45\x71\x1d\x38\x27\x35\x9a\x29\xd6\x8b\xc2\x75\x55\x70\x96\x6b\x53\x3d\x45\xf5\x46\xbd\x61\x3a\x07\xbd\x95\x43\x44\x42\xd5\xa0\x84\xac\xf4\x39\xf4\x56\x10\x70\x31\xc8\xed\x31\x09\x35\x19\x7e\x45\x72\x60\x6a\xf2\xf8\x81\x20\x0a\xc4\x55\xc9\x79\xd4\x83\x05\x50\x90\x18\x20\x19\xfd\xb2\xe4\x98\x42\xc9\x82\xdf\x29\xe3\x01\xf5\x2b\x82\x03\xf8\xdc\x21\xe7\x1e\xf1\x80\xfa\x15\xb9\x39\x4a\x68\x8f\x16\x60\xa6\xaa\xad\xdc\x25\xd0\xe5\x82\x0b\x20\xd4\x96\x75\x40\xd4\xe8\xe0\xda\x37\xdd\x72\x55\x34\xc5\xc2\xd8\x08\x90\x3e\xba\x9c\x61\xd9\x47\x4f\x35\x0c\x9b\xfb\xd2\xf3\xd6\x0e\xb0\xec\xb6\x8d\xd6\x55\xc1\x8b\x22\x2d\xc3\x76\x4d\x64\x7f\x11\xd7\x4a\x8d\x18\x4a\x81\xc9\x6d\x2d\x80\x60\xa1\xc6\x07\xaa\x5b\x7a\xe8\x72\x38\xb2\x28\x86\xb2\x5b\x7b\x2c\x65\xe9\xa0\xb7\x42\x48\x78\x42\x13\x48\x87\x82\xe2\xa0\xcb\x19\x0e\x09\x09\xc0\xec\x36\x1c\x46\x4e\x8b\xd7\x2d\x3a\x84\x30\x1d\x9c\x28\xb2\xf3\x5b\xff\xbc\x3d\xd9\x86\x01\xba\x36\x10\x0c\x2b\x77\xee\x79\xfb\xaa\x17\x8e\xdd\x24\x8a\x57\x79\xdb\x79\xe7\xda\x6b\x32\x6a\x00\xd2\xf5\xd0\x31\x69\xf9\xb2\x85\xaa\xeb\x1d\xa2\x12\x83\x98\xa1\x8a\xad\xc2\x05\xa6\x2a\xae\xde\x35\x97\xdb\x5a\x68\x9b\x32\xb8\xb5\x02\x14\x6b\x5a\xbe\x6e\xce\xd1\x62\xc7\xfd\x00\xe7\x55\x51\x50\xec\xb2\x54\x84\x79\x44\x0a\x16\xcf\x51\xc6\xbc\x78\xe1\x02\xca\x6e\x46\xd7\xcc\xcd\x80\x40\x79\xf9\xc2\x05\xbc\x53\x9b\x0a\xa3\xb1\xc2\xf3\x57\x45\x67\xb8\x50\x3c\x22\xea\xe1\x85\x27\xab\xc9\x8e\x89\x5e\xa9\x4a\xde\x02\x63\xde\x03\xd8\x5b\x8b\x6c\x60\xd4\x73\x01\xb8\x27\xe6\xce\x23\xef\x22\x83\x1c\x88\x00\xa4\x62\x00\x41\x75\x5e\xbe\x77\x8e\x39\xaf\x2c\xce\xae\xb1\x82\x37\x4f\x13\x20\x57\xe2\x17\x78\xe4\x95\x74\x37\xaf\xdc\x3c\x4b\xb6\x21\x15\xa5\x73\x00\x43\x20\xbe\xf5\xed\xa5\x82\xbd\x8a\xda\x49\x35\xf7\xb6\x7c\xfb\x3c\x53\x04\x05\x03\x58\x41\xa9\x66\xfb\xf2\xfd\xf3\x91\x55\x5a\xe4\x30\xc9\x20\xd1\xdb\xaa\x18\x1d\x50\xdb\x7e\xe0\xc3\x65\x6a\xd5\xee\xf2\x2d\xf4\x03\xea\xbe\x1d\x0b\xd2\x38\xf9\x6d\x9a\x28\x5d\x44\x6d\xbd\xad\xb1\xa5\x50\x6d\xfe\x95\xab\x58\x6b\x88\x2a\x27\x4c\x92\x7e\xbf\x2a\xcd\xc8\xb0\x3c\xa6\x1a\x2a\x30\x1f\x5b\x8f\x5c\xce\x71\xa4\x55\x12\x02\x7f\xa3\x32\xca\x8d\x43\x2e\xb4\x6a\xa9\x08\x06\xd8\xa9\x1c\xa2\x16\x92\x14\xe3\x73\x44\xca\x18\x86\x70\x9e\x7b\x9c\x56\x1b\x6e\xb8\x52\x3c\xe2\x26\xcf\xf2\xd2\x4e\x19\x9e\x52\xcd\xf2\x8f\xf6\x44\xe0\xa0\xbf\x10\x9e\x1c\x0f\xca\x71\x6b\xe0\x9f\x12\x8a\xb1\x71\xc8\xc5\xf8\x08\x73\xce\xc1\xc0\xf1\x76\x8e\x77\xd7\x28\x35\x43\x06\x63\x34\xc8\xbd\x50\x3a\xd7\x38\xe4\x72\xbc\x45\x11\x6c\x41\x40\xc1\xcf\xb9\xe4\x54\xc6\x40\x26\xaa\x88\xa5\x46\xb4\x4b\x97\x27\x6f\xb7\x3f\x21\x58\x1c\x32\xea\xd9\xfa\x3c\xb9\x9c\xc0\xa4\xec\x16\x49\x1a\x57\x59\x0d\x16\x25\x96\x32\xd9\x10\xe0\x4e\xf5\xa5\xc2\x66\x96\x45\xe6\x91\xe2\x1f\x6a\x44\x47\xa1\x87\x93\x32\x40\x84\xdc\x90\x07\x48\x31\x9d\xde\x21\x97\x13\xf0\xed\xcc\xf3\x5d\x79\x36\xcc\x8a\xd4\x08\x06\x49\xf0\x4b\x8e\xfd\x87\xce\x21\x97\x52\x40\xd9\x44\x00\xcb\x8a\x93\xe5\xe9\xba\xdc\x40\x9a\x1a\x3d\xfd\x84\xcd\x22\xed\xad\x89\xc1\x31\x4d\x13\xa0\x6b\xc1\x34\x4c\x66\xca\xbe\x16\x14\x42\x22\xfd\xe5\xb3\xc0\x69\xab\x82\x9b\x08\x12\xa3\xa3\x0f\xcc\xa9\x73\xc8\x53\xf3\x81\x20\x83\x1c\x4d\x6b\x2f\x4b\xe6\x55\xc1\x31\x8c\xc0\xe1\xac\x66\xd8\x5c\x76\x59\x70\x01\xdb\x6a\x91\x51\x70\x4c\xff\x6c\x57\x04\x07\x52\x20\x6e\x9a\x60\xb3\x86\x65\x6f\xaf\xcf\x68\xdf\x84\xe9\x29\x4b\xb6\x77\xc8\xe5\x0c\x38\xbf\xa1\x20\xc4\xe6\x04\x96\x5a\x17\xc3\xc0\x39\x8a\x6c\xc0\x60\xd2\x17\x9d\xcb\x19\x81\x53\x01\x08\xd6\xd7\x03\xee\x56\x24\xc7\xaf\x62\xa8\x30\x81\xd4\x53\xb4\x4b\x49\x24\xc6\xee\x1b\x30\x3b\xf9\xbe\xea\x5c\x8e\x47\x5a\x3d\xd7\xb0\xa5\xc2\xd0\x2e\xe5\x40\xfd\x27\xc8\x75\x37\x38\xdd\x3d\xa4\x5d\x4e\x40\x1a\xde\x61\x73\x2d\xb3\xf5\xba\x15\xc1\x81\x8f\xd4\xfb\x29\x04\xe6\x7b\x87\x5c\xe2\x66\x41\x1b\x1f\x3c\x02\xce\x45\xd0\xbc\x2d\x5c\x07\x3f\x41\x3e\xd9\x9f\x6f\x1d\xf2\x56\x0c\x8e\xe1\xb1\x14\x03\x8b\xc2\x3b\xd5\x04\x17\x2b\x6c\x1e\x65\x79\xce\x09\x48\xb8\x2a\x39\x10\xb3\x6c\x00\x14\x76\x5c\xaf\xe4\x97\x45\x17\xa8\x32\x7d\xcf\x51\x25\xa3\xcd\xa0\x28\xf6\x2b\xa2\x73\x15\x2a\x49\xc5\x1a\x0e\x99\x4e\xbf\x2c\xba\xf1\x05\xe2\x60\x33\x2a\xd2\x6c\xee\x5c\x72\x39\x01\xe6\x9f\xcb\x08\x2a\x84\x86\xf9\x5e\x13\x1d\xc3\xfd\xf0\xb2\x00\xc5\x79\xdd\x2e\x4a\x3b\x88\x38\x47\x4d\x91\xc0\x8d\x8c\x3d\xaa\xbd\x7d\xd7\x2b\x0e\xde\x83\x27\xab\xf4\x84\x70\xed\xa3\x02\x6b\x1c\xf4\x68\x96\xeb\x72\xa4\x53\xde\xda\x02\x9e\xcb\xf2\x23\xe2\x35\xde\x77\x5e\xb9\x9c\xc1\xf9\x5a\xe0\x24\x4c\xc1\x4e\x49\x83\x52\x6e\x6d\x26\x5b\x34\xc0\xdb\x0e\xa2\x74\x5c\x95\x9d\x45\xcd\xcf\x14\x58\x88\xae\x73\xcc\x5b\x49\x78\x94\x30\x58\x42\x2f\x5a\x05\xd1\x2e\x27\xc0\x59\x71\xb0\x37\x64\x1d\xb4\xbe\xab\x94\xcb\x76\x08\xbf\x58\xee\xbc\x92\x96\x2f\x5d\x00\x28\x6a\xe3\x50\x6e\x66\x32\x36\x29\x2d\x5f\xba\x50\x69\xe9\xb8\xa8\x30\x8a\x4c\xbb\x2a\x39\xbb\x43\x59\x23\x64\x93\x52\xe7\x9a\xb7\x06\x01\x1c\x08\x44\xf5\x6a\x43\x98\xb4\x7c\xef\x3c\xbb\x0f\xd0\xe1\x09\xd8\xec\xb4\x7c\xed\xc6\x1d\x45\xb5\x0a\x19\x5b\x39\x75\x8e\x79\x27\x87\x40\xdb\x63\x29\x45\x9b\x14\xbf\x5c\x4c\xb0\x85\x6e\x84\x4d\x8c\xc6\x87\x1e\xc8\x8b\x77\x2e\x70\x7f\x8a\xc0\x5d\x58\x98\x2b\x25\x2f\xdf\xb9\xe0\x70\xe7\x3c\x14\x6d\x2d\xd6\xcc\xcb\x77\x8e\x8b\x36\xc6\xd3\x11\xe9\x39\x1a\x7a\x86\xf6\x56\x37\x91\x22\x70\x28\x25\x0b\x82\x67\x5e\x95\x1b\x27\x64\x2d\xe8\xf2\x1d\x1e\xae\xbc\x7c\xe3\x5c\x99\x78\x2a\x07\xda\x58\xc5\x25\x97\x13\x98\x0b\xd3\xc3\x5d\x76\x62\x0d\x9a\xe4\x2c\x16\xcb\xfc\xfd\x11\xb0\xad\xbc\x72\xe5\x6c\x40\x2d\x6b\x84\xd3\x9f\x6b\x05\xe9\xe2\xa5\x1b\xb7\x95\x68\x55\xd8\xf2\x43\x65\x4b\xe3\x8e\xb7\x7a\x06\x14\xb6\xa8\x5a\x77\xc8\xc2\x36\xde\xb8\x9c\xc1\x05\x0b\x1e\x1c\x8c\x46\x42\xc9\x55\xd9\xb1\xc5\x3b\x5e\x0c\xa6\xc0\x4f\xbd\x2b\xde\x42\x70\x4c\xed\xa2\x80\xb2\xb5\xe0\x7b\x4f\x5c\x8a\x23\x4c\x08\x2b\x0e\xdc\x08\x0f\x59\x95\x60\x45\x3f\xa2\xfa\x64\x93\x6b\x05\xed\xf2\xed\xb3\xcc\xc4\xeb\xb9\x4a\xc7\x54\x86\xea\xb5\x0b\x68\x61\x57\x73\x55\x20\x33\xdd\xcd\x47\x88\xcb\x98\x81\xc8\xde\x50\x4f\xa2\xd1\x09\xcb\xbe\xf5\xc3\xe5\xf8\x00\x85\x40\xda\x73\xf4\xc1\x6c\xeb\x87\xcb\xe1\x86\x6c\x1a\xd4\x94\xc6\x82\x84\x89\x10\x5e\x6e\x92\x4a\x91\x31\xc9\x81\x5e\xd7\xd0\xf9\xe1\x72\x3c\xf2\xbd\x16\x29\xa2\x68\x10\x42\x11\x62\xcb\x4d\x62\x82\x98\xde\xc0\xeb\x1c\x3c\x08\x30\xc5\x2e\xe6\x26\x43\x54\x10\x13\xa2\x3d\x65\x1a\x16\x31\x30\x37\x21\xaa\xec\xf0\xb8\xc0\xca\xb4\xa1\xf3\xc3\x73\x93\x97\xa0\x04\x6b\x46\xfe\xc3\x40\x0f\x98\x65\x71\x05\xd8\x71\xb0\x54\x92\x03\x9d\x8a\x59\x91\x97\x61\x08\x0f\xdd\x9f\x28\xf9\xe1\x34\x89\x25\xa4\x48\x1c\x02\xf5\x1e\x1a\xdf\xac\x88\x0c\x2f\xb5\x01\xc3\x4b\x1c\x44\x9d\xb7\x26\xb3\x88\xe2\x05\x03\x8e\x84\x10\x2b\xe5\xe3\xb2\xd0\x0c\xe0\x21\x64\xc7\x90\xcf\x55\x3a\x3f\xbc\x0d\xfc\x3a\x78\x40\xc4\xb8\xe7\x2b\x35\xc6\xa2\xd8\x7c\x41\x70\x1e\x5a\xdc\xc9\xce\x70\xba\xdc\x3c\x25\x7b\x23\xda\x61\xb9\xa8\xf8\xe1\x52\x0c\xb5\x04\x0e\x94\xbb\x91\xdb\x67\xd9\x65\xc1\x25\x50\x90\x6f\x10\x02\x8a\xcc\x1b\x6c\x57\x04\xe7\xb9\x8a\x11\x7b\x50\x04\xb7\x9c\x2a\xb9\x81\x69\x4a\x12\x77\x32\x2a\x9d\x1f\x2e\xe5\x80\x04\xb7\x41\xbd\x52\x30\xa0\x84\xb4\xcb\x82\x0b\x85\x6c\x5d\x8b\xf0\x86\x0f\x82\x9b\x5e\x15\x9c\x85\x59\x82\xe4\x8a\x2b\xa2\xd7\x9b\x2a\x38\xca\xd9\x52\x5a\xc9\xd2\xb5\xd6\xc8\xdf\xe4\x0c\x4b\x51\x84\x00\xa6\x28\x67\x44\x52\x79\x41\x0c\x4c\xda\x34\x3a\x69\x91\xd1\x69\x6e\x45\x70\x3b\x6d\x1d\xc1\x4f\xe0\x53\xe7\x87\xb7\x82\x60\x2e\x7e\x3a\xe0\x0e\x77\xce\x2d\x4b\x2e\xc2\x4f\x06\x47\x9e\x2f\xc2\xd1\x57\x25\x67\xc9\x03\xca\x14\xa1\xf5\x41\xc4\x1e\x54\xc1\x45\x94\x26\x20\x49\x59\x5d\x58\xb7\x2c\x38\x5f\xd0\xc8\x90\xc2\x4b\x4c\x4a\xd4\xfa\xe1\xed\xfd\x19\xf0\x58\xe7\x52\x41\x96\x9d\x1f\x9e\x9b\x94\x52\x44\x24\xd1\x21\x91\x3b\x74\x7e\x78\x2b\x06\xc3\xc5\xa7\xa3\xe9\x1a\xbc\x48\x42\xab\x82\xe3\x6e\x39\x26\xe2\x46\x18\xe1\xb9\x6b\x82\x8b\x9c\xab\x43\xe1\x30\xa1\x9c\x86\xce\x0f\xcf\x4d\xfe\xd0\xb8\x89\xdc\xdb\x3b\x91\xad\xd7\x44\x17\x0a\x33\x3f\x3a\x48\x42\xf1\xc3\xdb\x2b\x44\xf4\x72\x9e\xa6\x8d\x37\xc2\x76\x7e\x78\x7b\x85\x32\x4c\x0d\x03\xab\x51\x21\x67\x97\x13\x90\x50\x70\x19\x04\x81\x1e\xe9\x11\xbf\x26\x3a\x74\xbd\xf1\x70\x17\xd1\x29\xa9\xf1\xc3\xe5\x26\x25\x0e\x56\x0c\x28\x6b\x66\x46\x56\xe9\x87\xb7\xef\x7a\xe0\xb2\x51\x8f\xa0\xe2\x9c\xd0\x5c\x15\x1d\x77\x93\x33\x38\x56\x2e\x23\x24\x2f\xfd\xf0\xd6\x16\x40\x6b\x42\x3c\x8d\x8e\xfb\x44\x4a\x3f\x5c\xce\xe0\x04\x2b\x6e\xab\x63\xe3\x55\xfa\xe1\xb9\x49\x57\x19\x82\x41\x04\x44\x46\x4c\x8f\x60\x6f\x95\x59\x00\x69\x10\xe1\xfc\x8c\x68\xf8\xa6\xc9\xce\x25\xa0\xd1\x32\xca\x63\x62\x43\x79\xaf\xc9\xce\xd5\x14\x84\x03\xe4\xa5\xa4\xd6\x13\x6f\xf7\x15\x45\xc9\x53\x1d\x8b\xef\x33\xe4\x72\x97\x10\x9e\xa1\x06\x60\xd8\xa6\xd8\x77\x4b\x6b\xdf\xf7\xa9\x61\x9d\xa3\xd5\xa4\xd2\x79\xe2\xed\xad\xb0\x4c\xf3\x66\x4a\x6d\xa6\xdb\x7a\xe2\xad\x28\x12\x93\xbe\x1b\xb0\x6c\x84\x1e\xc0\x9e\x9b\x24\xa0\x87\xab\xe5\x18\xf4\x62\x3b\x57\x5c\x6e\x2d\xa4\x1d\x2a\x98\x68\xce\x10\xaf\x0a\xcf\x55\xf2\xd5\x94\x87\xbd\x02\xf4\x76\x5a\xb9\x77\x16\x6c\xad\x36\xe2\x9b\x05\xa8\x5c\xdf\x56\x30\xd0\xa3\x51\x8f\x0d\x82\x89\x5c\x15\x1d\x93\xe8\xfb\x34\xe1\xea\xfb\x6e\x69\xed\x43\x51\xb8\xfd\x97\x67\x32\xa1\xdc\xf9\xe2\xad\x85\x3c\x30\x5d\x99\xe7\x42\xbc\xbe\x96\xbc\x15\x44\xe6\x42\x6a\x6a\x34\xc9\x6c\x08\x79\xf9\xde\x31\x5c\x61\x63\x32\x68\x17\x65\x48\x41\x95\x1d\x58\x5d\x36\x11\x1c\x44\x70\x7d\xf3\xf2\xc5\xb3\xb0\x50\x3c\x6a\x3b\x05\x29\xbc\x2e\x3a\x54\x35\x1b\x0f\xb3\x71\x40\xe4\x48\x3a\xe3\x52\x14\xc0\xe2\x6e\x22\xd7\x2b\x47\x89\x3c\xd7\xa4\xe7\x2b\x03\x09\xbc\x72\xe3\x25\x7f\x9a\x2a\x3e\x6e\x3e\x13\x2c\x6c\x78\x5b\xbb\x3e\x2d\x5f\x3d\x6f\x11\x4b\xf1\x91\xac\x1b\x33\x54\xea\xab\xe5\xbb\xe7\x90\xc6\xa4\x68\x1e\x39\x8f\x62\xf1\xaa\x00\x03\xd7\x2f\x01\x80\xe0\x64\xfa\x5d\x15\x20\x23\x2e\x0c\x98\x89\x07\x19\xed\x50\x45\xc8\x00\x2c\xee\xbc\xe8\x6a\x15\xec\xda\x05\x04\x0f\x33\xd7\x8e\xc4\x1e\xa3\xde\x08\x94\x9a\x00\x11\x9d\x2f\x18\xd8\xfb\x2e\xe5\xcd\x04\x0f\x5e\x0a\xba\x7d\x99\x83\xcf\x42\x7a\xcd\xf8\x81\xb9\xb8\x46\xf3\x1a\x1d\x88\xba\x86\x69\xf3\xf1\x29\x02\x05\x0f\xbf\x28\xe5\x39\xd5\xb9\x57\x27\x18\x60\x3b\x41\x2a\x96\x1c\x52\x75\x42\x6e\x72\x42\x04\x20\xdf\x01\xb9\x19\xc3\xbc\xba\x3e\x69\xbf\x10\xe0\x36\x7a\x94\x24\x87\x8c\xb3\x21\xf6\xbe\x99\x30\x41\x06\x08\x98\x67\xe1\x47\xc9\x3f\xdd\x94\x81\xa0\x83\x5b\x04\x9a\x1f\x2d\xcc\xbb\xc6\x69\xcd\x45\x74\x68\xc6\x39\xee\x56\x8e\x82\x95\x5c\x17\x1c\x77\xa4\x04\x66\x22\x4b\x34\xb9\x2a\xba\x94\x00\x48\xa4\xf7\x2b\x25\xad\x8c\xbc\x99\x80\x2b\x8a\xb8\x59\xb2\x35\x38\xb7\x2c\xbb\x08\x22\x6d\x0e\xea\xc7\x24\x5a\x8b\xeb\xc2\x43\x46\xc6\x96\x5a\x0d\x10\x7a\x36\xf6\x46\x18\xa8\x9e\xf5\xa0\x3c\x0b\x6a\x86\xbc\x11\x46\x06\x6b\x18\x85\xaa\x09\x69\xa1\x76\x50\x13\x53\x90\x1c\xe7\xce\x46\x9e\xc9\x05\xed\x8a\xfc\x98\xe1\xd3\xc0\x76\xce\x46\xd0\x9a\xab\x02\x4c\xdc\x70\x36\x91\x95\x93\xb8\xc8\xc5\xae\x09\xd0\xd5\xaa\xd5\x51\x43\x25\xee\xbf\x60\x57\x24\x18\x51\xdf\xc6\x95\xf1\x49\x94\x7b\xeb\x12\xe4\xd6\xe7\x48\x14\x45\x2b\x52\xf7\xaa\x04\x99\x4a\x9b\x69\x9c\x60\x00\xf4\x9d\xd4\xc4\x0c\x60\xc2\x1c\xea\x63\x3c\x17\x0f\xda\x35\x09\x82\x27\x79\x14\x24\x82\x32\x45\x01\xaf\x37\x53\x2c\x38\xfd\xb8\xa3\x22\x33\x3f\xb9\x65\x09\xa6\x4a\x8f\x0d\xe2\xe7\xe4\x11\x8f\x71\x6b\x12\x64\xe3\xdc\x20\x32\x83\xc5\xf6\xed\xd4\xc4\x14\x66\x31\x06\x13\x6c\x94\x8c\x71\xba\x08\x23\xd3\x94\x8d\x2a\xa8\x86\x27\xdd\x9a\x08\x11\xae\xc3\x72\x42\x14\x4c\xf3\xba\x04\x11\x88\x46\xfe\x94\xcc\xab\xbe\xc0\xbc\xd9\x5c\xee\xd4\x01\x03\x7d\xb4\x5a\x7b\x10\x7b\x33\x03\x47\x97\x9b\x98\x3a\xc9\x05\xaf\x4b\xd0\x15\x64\x4e\xb8\x85\xba\x13\x8c\xe2\x0b\xe2\x88\x71\x97\x2b\x8b\x49\x30\xbb\xe9\x12\xac\xc0\xc6\x44\xce\x71\x94\x3f\xa2\x4a\x30\x72\xa3\x19\xae\x4f\x09\x5c\x95\xe3\xd7\x44\x68\x6b\x0c\x9e\x40\x2b\x01\xd1\x47\xbf\x22\x43\xa6\xbd\x42\xbb\x33\x74\x80\xec\x3b\xaa\x35\x77\x8a\x01\x2e\x9e\x73\x49\x46\xe9\xa8\xd6\xde\x29\xb0\xff\x06\x5c\x46\x05\xcf\xde\xd5\x36\x66\x0c\xb5\xa8\x5f\x9a\xbb\xf9\x0b\x32\x04\x19\x8f\x67\xef\x32\x23\x36\x2d\xdc\xf6\x66\xab\x12\x33\xff\x82\x01\x28\xb4\xee\xa5\x36\xc5\x4f\x2c\xd4\x06\xb1\x2f\xef\x94\x8e\x6a\x62\x0a\x47\xcb\xec\x00\x80\x45\xd1\x4a\xcf\x3b\xa3\xc1\xa6\x1d\xdb\xb7\x0f\xd0\x5a\xd2\x75\x6f\xa6\x70\x61\x2d\xaa\x33\xe1\xae\xf4\x3d\xd5\xc4\x0e\xe3\x49\x70\x68\x7b\x16\x84\xb3\xaf\x0b\x11\x1d\x13\x50\x9c\x33\x55\x88\x49\xf3\xb6\x97\x08\x6a\x6d\xc6\x65\x58\x6e\x1c\xdd\x7c\x4d\x33\x85\xca\x66\xa8\x0d\x5b\x06\xb2\x26\xf4\x2d\xd5\x1a\x0d\x34\x70\xff\x26\xea\x99\xc9\xc0\xa3\xb4\x72\x11\x43\x42\x0e\xda\x45\xba\xc3\xde\x0a\x7f\x5c\x15\x62\xa8\x9d\xce\x41\x69\xe0\x8a\xc6\x0c\xd7\x19\x72\x99\x79\xd4\x07\x70\x0e\xe5\x9e\x19\xae\x33\x1e\x2c\x73\xc2\x99\x84\xae\x31\x5e\xe9\xa9\xd6\xe8\xba\x01\x72\x77\x70\x9d\x7d\xdf\xf6\xbc\xd9\xe1\xc4\xd5\x0c\xa6\x47\x1e\xe8\x52\x04\xa3\x9a\x81\xbb\x6d\x02\xc0\x3b\x69\xed\x2a\x5a\xa0\xc1\xac\xaf\x9c\xbd\xb6\x73\xe5\x7b\xe0\x34\xf9\xf2\x8c\xa3\x90\x29\x6c\x5d\x8a\x16\xf1\x0b\x8f\xc6\xd3\x8e\xfb\x77\xe5\x95\xab\xe8\x0b\x10\xd9\x9e\x1b\xb2\x16\xc1\x5b\xae\x4a\xd1\x47\x2e\x25\x88\xb0\x3c\xa2\x68\x0f\xa7\x4b\x91\x09\xbe\x2d\x90\x58\x96\x5f\xac\xbc\x72\x17\x47\x93\x81\x0b\x97\x99\x98\xca\xf6\x9c\xed\xcd\x14\x57\xe9\xfd\x0b\xb0\x1a\xae\x77\xe9\x3b\xa1\x50\x68\x0c\xde\x14\x72\x15\x79\xed\x2e\xa2\xa6\x93\x08\x94\x08\xff\xe8\x7a\x9f\xbe\x11\x09\xfe\xb1\xe1\xae\x47\x35\xe8\xdd\x38\xf5\x9d\x1a\xa2\xf7\x2a\xf2\x6f\x7a\x80\x98\x1a\xaf\xbe\x99\x83\xbf\xbf\x09\x08\x4b\x5b\x2b\xdb\xa3\xe9\x82\x9c\x1d\x17\x00\xe3\xbc\xc2\x0c\xd7\x5b\x05\x01\xd1\x1f\xca\x24\x45\x95\x19\xae\x99\x53\xc9\x11\x98\xd2\xcb\xa0\x63\x4a\xe3\xdb\x37\x73\xb8\xff\x9a\x29\x4c\xc9\xe4\x14\xc4\x7b\x23\x1b\x00\x31\x36\x4c\xbe\x29\xfb\xd0\x2d\x88\xd3\xcd\xfe\x65\xd8\x76\x8d\xd0\xc5\x86\x67\xb8\x63\x2c\x50\x33\x27\x62\xd3\x7a\x7b\xa5\x42\xd6\x83\x07\xca\xc0\x21\x24\x2a\x46\xc8\xe1\x81\x84\x50\x60\x05\xfb\xb9\x17\xed\x95\xe1\x11\x97\xd0\x82\xee\x7c\x13\xe7\x69\xea\xa4\x8c\x0f\xc8\x1e\xc3\x95\xa2\xf1\xbd\x0f\x2d\x26\x30\xb7\x4d\xf4\x5c\xde\x22\x48\xcc\xf4\xe5\x26\x66\xb3\xc7\x07\x99\xbe\xde\x5b\x4e\x00\x4a\x85\x23\x2b\x49\x8c\x57\x37\x08\x19\xb0\x88\x64\x78\x16\x69\x76\x75\x87\x60\x29\x98\x0c\x37\xaf\xd4\x3e\x7e\xcb\x5b\x34\x00\x2f\x3d\x80\x82\xb5\xd4\x6a\x96\xe5\x3d\x72\x40\x4a\x45\xa6\x2f\x89\xc2\x2f\xd2\x97\x1c\xb8\xd9\x13\xd7\xa5\x98\xd0\x79\xa9\x72\x86\x9b\x1a\x56\x05\xce\x52\x99\xce\x4b\x95\xcb\x46\x55\xd5\xae\x8a\x7b\x8e\x6b\x56\xf7\xc9\xe0\x45\xe2\x88\xbc\xb1\xc2\xad\xd5\x36\xca\xa3\xb4\xc1\x45\x4e\xb6\x39\x18\x31\xaa\x5e\xaa\x3b\x95\x28\xea\x11\xd2\xb4\xf2\x94\x5a\x6f\xa2\x5b\x06\xd3\xce\x0c\xdc\x3f\x27\xda\xce\x9b\x68\xaf\x84\xc7\x51\x82\x4f\x51\x90\x7c\xf1\x2b\x7b\xe5\xb8\xfb\x08\x43\xf6\x0a\x9e\x25\x8d\x7b\x63\xe7\x82\x53\x7c\x81\x89\x54\x07\xa8\x25\x0d\x91\x54\xf7\x0a\xdd\xb7\x6c\xc6\xbd\xb6\x83\x20\xa3\xd2\xf7\x0a\x45\x9f\x8c\x79\x1d\x57\x1e\x72\x6b\xf0\xc9\x8f\xca\x5c\xde\xc6\xfc\x23\xce\x34\xc5\x77\xea\x3a\xc0\xf1\x92\x99\x15\x94\xbd\x89\xb4\xbc\x59\x95\x45\xd6\x38\x26\xa0\xe5\x9e\x95\x69\x79\xb7\x46\xbf\x03\x50\x37\x10\x6a\x32\x32\x50\x83\x56\xd5\xb5\x23\xd1\x81\xf6\x13\xe8\x6f\x1b\x7a\xcb\x4a\x4c\xb1\x70\x6e\x9c\xe3\xa0\xee\x20\xa1\x5f\xda\x67\xa5\xa9\x6e\x2b\x70\xcf\x52\xaf\x3c\xca\x72\x4e\x60\x56\x5b\x66\x3a\xf3\xdc\x4e\xb3\x79\x94\x5b\xd9\x0f\x6c\xee\xfa\x95\x9e\xa5\xed\x45\xa9\xc5\x74\x14\x90\x5c\xe8\x3f\x2a\x77\x20\xa3\x0c\x1c\x01\x74\x6f\x74\xf2\x15\x39\xc5\x54\xcc\x2c\x36\xad\x60\x9f\xe7\x23\x1b\x80\x11\x3c\x9d\x0d\x18\x27\xbd\xec\xae\xa1\x8c\x4f\x19\xec\xa9\x30\x11\x61\x21\x8a\x01\xcd\x70\x4f\x7e\x47\x86\x51\x81\x6a\x0f\xb1\x49\xa6\xbd\xea\xd5\x54\x77\x3b\xc2\x36\xb1\x43\xa6\x3d\xbc\x81\x89\x36\x40\xd8\x96\xfb\x16\x9e\x0d\x03\x28\xf0\x71\x91\xa0\x1c\x7b\x83\x60\xd8\x54\x57\x50\x18\xbf\x4c\x19\xab\xa1\xc1\x1f\x69\x13\x02\xa9\xcf\xa1\x62\x1c\x73\xdf\xc6\xb3\x99\x40\x25\x89\x7b\x91\xb9\x8f\x2b\xbd\xee\xca\x2e\x61\xf7\x0d\xfb\x76\x5e\x30\xa4\xe8\xdb\x84\x26\x9e\x0e\x35\xde\x9b\x20\x70\x5a\xfa\x3e\x39\xf4\x50\x8d\x03\x2b\x12\xf1\xa4\x2d\xac\x9b\x5b\xf9\x51\xf6\xde\x21\xff\xd4\x46\x6a\xc5\x8c\x4a\x71\x8e\x76\x78\xcc\x55\xd3\x46\x6a\xc5\xca\xb9\x73\x39\xbe\x89\x89\xb5\xda\xb8\xab\x98\x80\x8a\x1b\xe3\x6b\xd3\xc0\xd0\x13\x80\x34\xe7\x83\x7d\xac\x50\xed\x91\x90\xb4\x98\x68\x73\xb7\x2d\x62\x82\x0e\x7c\x29\xa5\xc3\xbf\x34\x5f\x55\xa6\xd2\xaf\xc8\xff\xb4\x3d\x02\xa6\x99\x83\xa2\xdc\x4d\x9e\x28\x1c\xe7\xed\x12\xf4\xdd\xb2\xdc\x49\x8b\xf3\xe5\xcc\xd3\xd7\x06\xc8\xc4\x41\x81\x3a\xac\x3c\x64\x5e\x2c\x45\xdf\x2f\x87\x18\x54\xe2\x87\x27\x08\x0b\x60\x61\xc3\x2c\xb8\x37\x12\x6c\x68\xe3\xe1\x9c\xa6\xe5\x1d\x0b\xdc\x36\xd0\x7a\x66\x09\xe3\xb6\x06\x6d\xec\xa3\x59\x0b\x4a\x72\xb9\xf4\xd7\x46\x38\x8e\x6d\xf0\xa3\xd1\x27\x64\x16\x9b\x4a\xaf\xc6\xbd\x68\xda\x50\x86\xd8\x81\xc8\x9d\xb8\xb8\xba\x28\xe1\x05\x69\x03\x13\x62\x03\x02\x78\x4d\x6a\x64\x35\x09\x2a\x01\x7d\xd3\x6c\x04\x6c\xa3\xf6\xd6\x8a\xb5\xe8\x71\x79\xd7\x7c\xe2\xc6\x58\x91\xfb\x8a\x35\x0d\xb2\xd4\x6d\xf3\x5c\x34\xc8\x42\x22\xe8\xb5\xea\xa6\x8a\x49\x28\xac\x24\xd2\x0c\xfe\x25\xf1\x5a\xab\x1b\x37\x1a\x8f\x01\x51\xe2\xc2\xfd\xd2\x93\x92\x1c\x6e\xb6\x81\x2b\x81\x86\xa9\xf3\x9d\x0a\xbc\x6e\x26\x21\xf9\x69\xd0\x58\x69\xe3\x04\xc9\x98\x1c\x89\x7f\x64\x66\x2f\x03\xcb\x98\x19\xe6\x55\xc4\x46\x9b\x90\x12\xc5\x28\xe0\x8d\x15\xbc\xd4\xda\xb8\xdd\xbb\x68\xd0\x2e\x1b\x85\xd9\x1d\x96\xda\xb6\x97\x3f\x82\x0f\x13\x98\x86\xa1\x73\x0a\x6d\x7b\x8c\x5d\x98\x02\x01\x0e\x06\x9d\xdc\x20\x39\xc1\x23\xd8\x17\x29\xb2\xb4\xe7\xab\x57\xbe\xb8\x3f\x29\x73\x88\x81\x2c\x2d\xe6\xda\x50\x8f\xd3\x6e\xc1\x85\xda\x3c\x0f\xd4\xac\x7a\x9e\x8e\xd4\x37\xc8\x70\x0b\xef\xf1\x64\xf8\x6a\x93\xad\xec\x10\x1a\x6c\x18\x66\x88\xaa\xc4\x00\x2b\x5b\x04\x54\x86\x83\x69\xb2\x19\x6a\xa3\xf6\x95\x4d\x72\x8c\x45\x2e\xdc\x32\x74\x5e\x4d\xab\xae\x01\xae\x3f\xba\xe1\x36\x6d\x9b\xf4\x4d\xe2\x3e\x49\x80\xf1\x1a\xf1\x03\xea\x3f\x22\xc4\x80\x9c\x9c\xec\x6a\xa5\xef\x12\x08\x55\x8d\xe3\x8e\x2f\x38\x78\x76\x65\x9b\x3c\x25\x30\x88\x86\x8d\xa9\x5e\xcd\x62\x0f\xe7\xd9\xb5\xe6\x94\x25\x16\x33\x07\x52\x2e\xac\xc2\x85\x19\xeb\x49\x10\xb4\x47\xea\x4e\x45\x46\xbb\x80\x02\x74\x13\x05\xba\x53\xdf\x2a\xee\x49\x80\x6a\x8a\x4d\x12\xbd\x7d\xd4\x89\x01\x9d\xc9\xb9\x5f\xa6\xcc\x47\xe9\x7b\xe5\xd0\x54\x34\x72\x81\xd5\x20\xd8\x98\x16\x36\x0b\x38\x2d\xcf\x11\x04\xc3\xf6\xa2\xea\x0e\xf0\x67\x25\xee\xbe\xca\x9d\xbe\x8d\x0c\xd0\xab\xdb\x15\x3c\x22\x8f\xd6\xb2\x63\x4c\xff\x79\xa1\x73\x6b\x9d\xc3\x3d\xd3\x0c\x13\xfe\x55\x52\xba\xb4\xb2\x65\x3e\x60\x19\x4c\x49\x60\xf9\x80\xa5\x95\x4d\x73\xb0\x38\x0c\x7b\x39\x96\xc3\x14\x69\x6d\xd3\x6c\x84\x8d\x36\xb0\x51\xc0\x81\x0a\xdd\x23\xe2\x2f\x8b\x13\x0f\x08\x19\x05\xce\x48\x9f\x4d\xdd\x36\xee\x10\xc4\xbd\x35\xd1\xc5\x54\x79\x0a\x9b\x49\xdc\xc8\x9b\xbb\xeb\x4d\x7d\x4c\x9b\xa7\xb0\xd9\x85\xc8\xf5\xad\x95\x7a\xa4\x69\x1a\xaa\x0b\x8a\xcb\x4f\x6b\x27\x57\x2b\xe3\xc9\x0b\x5f\xc9\x3d\x09\x3c\x5f\x68\x4e\x58\xcc\x77\xae\x81\x55\x73\x2e\x17\xe9\x0a\xcb\x49\x27\xb1\x6b\x4d\x3d\x74\xe4\x52\x74\x0a\x64\xba\x39\x41\x86\xaa\x9b\x92\x25\x37\x17\x29\xcd\x0a\x41\x16\x03\xe5\xf8\x08\x9f\xd2\x94\xda\x5c\x61\x70\x0b\x9d\x2d\x66\x27\xd9\x4d\x34\xab\xb5\x59\xb5\xdc\x24\x39\x83\x1b\xd8\x44\x03\x5e\x0a\x27\xca\x54\xd4\x35\xf0\xa5\x8c\x15\x6d\xa9\x3c\x88\xcd\x0c\xc7\x6d\xa7\x6a\xf6\xcf\xf4\x2c\x1c\x5d\x9d\x39\x15\xf7\x83\xe5\x3e\x0b\xe2\x4d\x7d\xa3\xc0\xc2\x6b\x02\x92\x5a\x5e\x40\x7a\xd4\x9d\xf2\x1c\x64\x84\x31\x6f\x06\x41\x0d\xa2\x6f\x95\x03\x41\x29\xf7\x95\x2b\xcb\xdd\x21\x76\xeb\x2e\xd0\xa7\x96\x39\x38\x7b\x40\x4f\xb7\xee\x08\xcd\xcd\x88\xea\xe5\xf6\x10\x75\xe1\x48\x2a\x83\xc7\xc6\x78\x01\xb6\x51\x77\x2a\x4c\x9d\x24\x09\x4a\x3d\x08\x6e\x4c\x7d\xa7\xb8\xed\xa9\xe3\x16\xf0\xa6\x2c\x36\x64\xd8\x3d\x8b\x03\xf3\xad\xd0\xab\xd2\x77\xc8\xef\x16\x81\xc8\x0c\xc2\xb1\x05\xf5\x64\x7e\x65\xa3\xa2\xe7\x98\x2a\x75\x9b\x42\xbb\x8b\x05\x7a\xff\x9d\x3d\x50\xc0\xd7\x34\xd0\x0d\x34\x8b\x7c\xfd\x75\xa3\x1c\x69\x42\x4f\x16\x90\x43\xac\xde\xaf\x6d\x13\x82\xfb\xd6\x83\x3a\x9c\x9f\x10\xbf\xba\x4f\xc8\x58\xa2\x36\x8c\x42\x3a\x4b\xc4\xec\xbb\x77\xba\x30\xe6\x9c\xa3\x1b\xbe\xaf\x30\xef\x96\xe1\x39\x82\xc7\x8d\xfb\x5c\x5f\x62\xde\x4c\x19\xa6\x37\xcd\x83\xff\x76\xde\x36\x4c\xdd\x2c\xef\xb9\x2c\x61\xe2\xd7\x4f\x7d\xc6\xba\x59\x3c\x71\xb4\xec\xed\xe2\x03\x79\x58\x64\x41\xdf\x3d\x86\xf4\x0f\x7e\xa6\x8d\x47\x5e\xbc\xc3\x98\x0c\xe2\x99\x26\xb3\xc9\xef\xfa\xe4\x7b\xa5\x40\xb8\x99\xe4\x38\xa3\xcc\xe1\x9a\xf1\xea\x2a\x8f\x61\xa7\x48\x2d\xbb\x76\xf0\xab\x4b\xed\x96\xbb\xb2\x6f\xe3\x73\x1b\x76\x3d\x12\xa8\xa9\x9b\x92\x58\x6c\xb6\x01\x45\x2f\x9b\x34\x75\x5c\x4b\x61\x99\xaa\x7a\xa7\x3d\x8a\x65\x36\x45\x70\x77\xb5\xd1\xd2\x86\x75\x20\x83\x45\x0d\x1d\xfd\x83\x80\xe9\xaa\xce\x46\xf2\x5c\x0e\xe6\x40\x12\x6b\xdc\x02\x37\xd6\xce\x03\x40\xe1\x5f\x00\xbc\x27\x77\xcd\x9a\xe5\xf8\x08\x93\xd3\x70\xfd\x18\xa7\x91\xc4\xc8\xd4\x1d\xe3\x34\xd5\x55\x3b\x8b\x08\xb9\xdc\xa3\xee\x1a\x24\x00\xb2\x02\x78\x34\x52\x5e\xe0\xa3\x9a\xb9\x3d\x7e\x4a\xd7\x7b\xa6\xec\x31\x6b\xbb\x64\xb8\x2c\x00\xb5\x5a\x41\xf0\x3f\xa9\xfb\x34\xba\x0c\x79\xaa\xbd\xb2\x82\xff\x49\xdf\x28\xa6\x60\x84\xe4\x5c\x14\x61\x59\x75\xa7\x3c\x12\x8c\x0e\xb8\x34\x9b\x05\x0f\x97\xbe\x55\xec\x4c\x86\x40\xb9\x52\xeb\xa1\xb2\xed\xca\x56\x55\x1a\x3f\x88\xdd\x7b\x81\xf2\x54\xf7\x2a\x66\xa8\x6c\xa0\x86\x3c\x7b\xba\x76\x6d\xaf\x02\x3b\x0a\xe8\x5b\x93\x45\xe9\xa6\xba\x59\x8c\x1a\x42\xef\x6c\x82\x9b\xf4\x6e\x62\xb3\x59\xf0\x92\x1c\x2c\x0e\x4b\x69\xfc\x25\xd6\xa5\x99\xc9\x8b\x62\x55\x62\xa5\x90\x09\xb4\x85\x75\x58\xee\x75\x51\x50\xe5\x35\x6f\x2f\xa3\x6f\x96\x65\x94\x91\xa7\xb0\x94\x33\xa2\xe6\x4e\xdd\xad\x4a\xb4\x4a\xd8\x35\xa2\x45\xe9\x63\xa6\xcd\x0c\x8b\x08\x28\x96\xae\x42\x04\x53\xab\x14\xc7\xeb\x6d\x11\x9e\x35\x51\xb8\xa2\x0b\x9b\x65\x51\xb6\x4e\xd8\x64\x42\x5a\x74\x64\xa8\xcd\x47\x79\x0e\xc3\x7b\x94\x83\xe4\xa6\x26\x49\x9b\x62\xb8\xf3\xfe\x00\x9d\x12\x71\x7c\xd3\xca\x66\x79\xde\x2c\xcb\xfc\x34\x1e\x4e\x55\x5a\xd9\x2d\xef\x76\xce\x3e\x19\x8c\xa9\x4f\x1d\x36\x6b\xf7\x1c\x34\xa2\x13\x26\x92\xa6\x0b\xee\x11\xa2\xab\xb6\xe6\xca\x65\xf7\x41\xf5\xa3\x18\x0d\x11\x50\x03\xea\x6b\x30\x68\x65\xb7\x3c\xf7\x44\xf0\xc8\x00\x5b\xe0\x16\x9b\xc7\xb0\xd3\xa4\x86\xf3\x85\x44\x3a\x23\xbd\x56\x75\xb7\x1c\x43\x0a\x9c\xe5\x6e\x92\x92\x8a\x53\x77\xac\x13\xbc\x56\xc3\x99\xd3\x24\xd1\x4c\x8b\x2e\x65\x26\x74\x4d\x62\xe6\xf0\x18\x17\x0a\x62\x76\x5e\x5e\x66\x76\x9b\x4c\x4e\xa2\xb5\x4b\x15\x31\x3b\xcb\xdf\x83\x1e\xde\x72\x01\x8b\x92\x3c\x94\xd7\x17\x55\x46\x81\x94\x63\xe2\x2e\x92\x62\xb7\xda\x09\x00\x22\x9a\x0c\x7b\xd6\xcd\x13\x8e\x7a\x44\xc1\x17\xac\x1b\xf5\xd4\x81\x19\x45\xe5\xd0\xde\xc2\xf1\xc8\xce\x53\x11\xc3\x00\xee\x63\xb5\x08\x65\xb7\x72\x8a\xeb\x81\xe0\x27\x05\x0d\x43\xd3\x9f\x9c\x00\x56\x30\xea\xbc\x65\xa0\xeb\xf4\x32\x94\xba\x78\x50\x61\x00\x39\x14\x93\x88\xe1\xea\xdb\x15\x4a\x2d\x2f\x33\xc0\xf4\xcf\x99\x1d\x17\xf6\x0b\xfd\xae\x5c\x00\x9e\x34\x8a\x86\x83\x0b\x1b\xe6\x40\x36\x1c\x3c\xaa\x93\xa3\xc0\xba\x2c\xad\x3e\x31\x5b\xeb\x68\x41\xa7\x41\x14\x71\xe8\x3b\x16\x19\x5d\x87\x64\x5c\x8c\x70\x4e\xec\xea\x8e\x81\xab\x7c\x03\x16\x8b\x68\xb5\x97\xb1\xdd\x32\xb4\xa3\x34\xe8\x5d\x1e\xfc\x5a\x59\xc6\xce\xda\xe6\x86\xa3\x01\xad\xbf\xad\x9a\x51\x94\x5b\x86\x52\x55\x6e\x0b\xe1\x2c\xcc\x15\x15\xa4\x3f\x73\xfe\x6a\xb6\xcb\x56\xa4\xfb\x12\x4a\x7f\x77\x5d\x86\x9a\xed\x02\xd1\x84\x5d\x86\xe9\xcf\x6c\x03\xe6\x2a\xce\xa0\xad\x9c\x77\x55\x5f\xd8\x34\x54\x74\xa3\x3a\x1d\x41\xb5\x25\x10\xfd\x6e\xf3\x6b\xf3\x48\x78\xd9\x46\xf1\x1b\xdb\x3d\xc3\xe3\xe8\x0a\xe8\xdb\x1c\x4e\xb3\x8a\xa7\xde\xb9\x81\x35\x89\x34\xf0\x4c\xbf\x08\xa8\x9e\x19\xd0\x15\xf4\x62\x51\x7d\xdd\x47\x52\xdb\xd5\x30\xd8\xd9\x02\x04\xe2\xbc\xf0\x50\xf5\x3d\xf3\x96\xb5\x38\x98\x4b\x2d\x57\xf8\xe9\x70\xe7\xba\x03\x8e\x21\x92\x14\xf6\x91\xdd\xc3\x96\xa2\x82\x01\x66\xbd\xa9\xe5\xb5\x82\x29\x4a\xff\x32\x87\x94\x49\x40\x56\xd1\x4e\xa5\x62\x6b\xdb\x86\xba\x7f\x2a\x4f\x0d\xa0\x05\xf2\x7e\x19\xfb\xba\x8b\x2d\x05\x2e\x62\x26\xb5\x5e\x64\x9f\x27\x7d\xe3\x1c\x53\xec\x39\x80\x94\x8c\x5b\x45\xa5\xee\xde\x4c\xc3\x84\xfc\xc1\x52\x47\x12\xad\x82\xb4\x8f\xa8\x26\x80\xf8\x3c\x3a\xf3\xb5\x4f\xa6\xf8\xcc\x88\x3a\x20\xfc\xcb\x86\x19\x07\xc4\xdf\x93\xc3\xd1\x27\x93\x6f\x9b\xa0\x2b\xd2\x82\x46\x01\x57\xd8\x24\xd8\x3c\x01\x09\x65\xb1\x64\x31\xde\x73\x7b\x9d\x88\xd0\x44\x98\xb7\x13\x56\x43\x07\x0e\x99\xf7\x50\xd5\x0c\x6e\x97\x5d\x5e\xae\xaf\xf9\x16\x8f\x9e\x53\x73\xdd\xaa\x2d\x38\xa0\x85\x1d\x48\x0d\x36\x45\xf8\x1c\xea\x8a\xd1\x64\xd2\x20\xe5\x4a\xfa\x28\x2f\xe0\x1b\x77\xca\x29\x1a\x40\x90\x59\x83\x95\x45\x7c\x63\x5d\xf5\x80\x04\x24\x58\x19\x36\x05\x71\x5d\x05\xde\x38\x5b\x04\xda\x09\x02\x42\x19\x10\x8c\xd1\xb0\x8a\x75\x86\xad\x84\xee\x96\xa3\x7d\xb6\xd7\xa7\x72\x19\xa0\x36\xe1\xe2\x7b\x93\x44\xdb\x4f\x6d\xdd\xa3\xa7\xc5\xfe\x28\xff\x44\x56\xda\x5a\x8a\x29\x16\xac\x90\x9e\x51\x4c\x26\x08\x8e\x05\xed\xa3\x32\xb3\x9a\x15\xa6\x62\x94\xc4\x90\xda\xca\xbd\xdf\x51\xb2\x57\xc2\xb6\x1e\x6b\x21\x57\xc2\x81\x31\xcb\x7d\xcc\x13\x6c\x48\x0d\x78\xb8\x13\x20\x71\x60\x55\xc8\x5e\x54\x91\x16\x72\xed\x54\x88\x4c\x40\x03\x86\x9a\xb8\x9e\xfe\xbe\xfd\xac\xc4\x65\x10\x00\x4b\x4d\xcd\xad\x97\x57\xef\xc0\xe9\xb7\xe1\x82\xec\x09\x93\xa0\x82\x08\xeb\x1c\x83\x08\xa7\x71\x8c\xb2\x08\xb5\x12\x78\x79\x03\x2c\x68\x75\x19\x4f\xee\xbc\xa4\xcc\x57\x37\xc0\x70\xb9\x71\x60\x00\x88\x9d\xa3\x1f\xa4\x56\xe7\xbb\x0e\x7b\x7b\x03\xbf\x96\x79\xa9\x5b\x55\x39\x1f\x8f\x16\x2e\x00\xb4\x44\x85\xd1\x5d\x0e\x0f\xe8\x28\x6d\x22\xf3\xde\xf6\x31\x2e\x39\x9e\x8b\x22\x1d\x3a\x64\x31\x29\xab\xaa\xc1\x77\xba\x8d\x48\xe7\x2c\x97\x89\xf9\x2e\x87\x61\x3b\xdd\xcc\x7c\x22\x03\xfd\x40\x6f\x69\x36\x2b\x48\x6c\x00\x79\x7a\x01\x6c\x9f\x8f\x68\xc6\xe3\x65\x31\xa0\xe2\xd8\x18\x38\xc9\x4b\x4e\xe5\xb0\xf3\x2d\x2d\x7a\x26\x6f\x5c\x93\x56\x51\x57\xcd\xba\x8d\x99\x0c\xad\x30\xcb\x96\x56\x11\xa6\x1e\x0a\xa3\x6a\x9f\xe3\xc9\xf4\x85\x23\x15\x51\x5f\x81\x28\xea\x40\xd5\xa5\x7b\x3a\x0f\xa3\xcf\xc7\x25\x3f\x61\x29\xeb\xbe\xd3\x6e\xb6\x4c\xb7\x76\xc3\x36\xc2\x82\x51\x35\x69\x37\x2a\xbd\x42\x25\xc7\x46\xf2\xb5\xa8\x1f\x95\x58\xe1\x58\xae\x5e\x89\xf0\xdd\x75\x18\xc0\x74\x0a\x3d\xf7\xed\x82\xda\x4d\xc2\x82\x53\x17\xef\x18\xdd\x17\x18\x41\x90\xa1\x7a\xf4\x28\x12\xff\x1b\x68\x5b\x0c\x37\x6d\x40\x33\xe8\xa5\xfc\xf9\x4e\xc3\x19\xd0\xc8\xe0\xe9\x9c\x1c\xbf\xe5\x1d\x70\x40\x5e\x12\x29\x2f\x2b\xeb\x61\x39\x15\xbe\xd3\x71\x96\xfb\x9a\x56\xed\x1b\x15\xc6\xcf\xee\x58\xc6\x32\xc7\x1d\xb0\x85\xbd\x18\x9d\x1e\x86\x6a\xed\x53\x47\x62\xc7\x73\x34\x03\xce\xaa\x7a\xae\x46\x9f\xf9\x74\x2a\x1a\xb1\xde\xfb\xc8\x1a\x11\x45\x9e\x66\x8e\x96\xee\xae\xe3\x80\xa8\x33\x02\x18\x0e\xb6\x59\xdf\x4c\xd2\xb7\x9a\x6e\x40\xfd\x21\x65\xb8\x3d\x42\x0b\x62\xdd\xbe\x3d\x64\x16\xf4\x7a\xe3\x49\x1e\xf5\x45\x6f\xc6\xf9\x56\xd7\x11\x3a\x07\x65\x40\x66\x00\x55\x96\xfa\x3e\xf3\x1a\x40\x9c\xb9\xc9\xa8\xd7\xf3\x42\x17\xa9\xab\xae\x40\x58\x80\xbd\x8c\x41\xda\x4b\x1d\x5a\xff\x01\x9f\xcd\xc0\xdd\xe5\x50\xbb\x5d\x59\xb7\x2b\x60\xdc\xa6\xf6\x1b\x95\x3f\xc9\xae\xae\x1b\xad\x0d\x3c\xba\x9a\x48\x4f\x77\x61\x11\xb5\x61\x0e\x85\xab\xb4\x56\x6c\xcd\x0c\xee\x01\x1e\xc1\x6a\x07\xd3\x44\x5f\x2e\xff\x23\x80\xd4\x12\xf5\xac\x28\x24\xf3\x6b\x8b\xa6\xc6\xd9\xe3\x8f\xd3\xab\x30\x88\xfc\xee\x42\x46\x2d\xa1\x87\x7e\x62\x8e\x4b\x81\x80\x55\xbf\x29\x32\x8a\x15\xfe\xc4\x86\x9d\xf5\xa5\x37\x67\x80\xa7\x1a\x39\x2e\x6f\xe2\xae\x66\x4d\x3f\xaf\xbc\x92\x04\x6f\x30\x83\xfd\x39\x43\x67\xab\x89\xd1\x9d\x9a\x0b\x03\xe7\xb4\xd1\xc2\x58\x09\x03\xfb\x56\xcb\x0d\x40\xa0\x18\x6e\xbe\x10\x7b\x94\x90\x6f\xb5\x1c\xa2\xe6\x65\x02\x40\xc7\xe5\x2e\xc1\xbb\x1b\x15\xb8\x3c\x07\x4c\x17\x0c\x91\xd1\xbf\x6a\x77\x1c\xe9\xed\x61\x7e\x5c\x4a\xc1\x96\xc5\x1c\xe7\x4e\xcb\x71\x11\x1e\x18\xaa\xb3\x74\x6d\xf5\x1f\x34\x99\x2c\xf2\xc4\x9c\x1a\xdc\xe8\x7c\xbe\x07\xf2\xb7\x22\x43\xfd\x50\xd0\x0c\x5b\x4a\xcf\x59\xd6\x73\xcf\x9d\x6a\x90\x95\x61\xc0\xbc\x18\xd1\x8c\xe7\xbc\x87\x07\x33\xa8\x9b\x17\x5c\xea\x47\xc0\x82\x74\x14\x94\x4d\x36\xce\x63\xd3\xfa\x7e\x39\x04\x5c\x99\xb3\xdd\x5a\x51\x2c\xa7\x2e\x7a\x4a\xd1\x33\x69\x6c\x5c\x6c\xad\xb2\x53\xd5\x08\x95\xc3\x66\x34\x22\xa8\xa9\xdf\x62\x30\xe6\xe3\xcc\xdb\x24\xe2\x93\xea\xba\x1d\xd7\xff\x20\x16\x88\x68\xc3\x52\x52\x6d\x77\xac\x02\xb7\x31\x02\xd5\x58\xec\xca\xf1\xba\x65\x44\x66\x3b\xa7\x1f\xc9\xa2\x54\x4e\x57\xc1\xa5\x36\x1c\xa2\xc6\x0a\x32\xe1\xa5\xaf\xdc\x73\x87\xa8\x9a\xe9\xf3\x4b\x19\xb2\x9d\xa6\x1b\x00\x72\x0a\x78\x73\x06\xa5\xa6\x20\xb5\x9a\x8e\x2f\x63\xa2\x6e\x67\xa5\x83\x51\xa6\x56\xf9\xa2\x0b\x52\xa9\xb5\xfe\x0a\x22\xb2\x99\x02\x38\xd8\x78\x67\x29\x97\x6c\x34\xaa\xc2\x66\x21\x91\xdb\x81\x21\x31\x91\x45\xd3\x00\x1d\x08\x82\xfc\xae\x47\xb2\x56\x94\x12\x2c\x2c\x9c\x73\x82\x2c\x95\x01\x02\x54\xb3\x5d\x3b\xed\x8b\x1a\x34\xf4\x02\x65\xfe\x62\x3d\x75\xb5\xbb\x50\x89\x83\x6a\x19\xf4\xb6\x0a\xba\x3f\x75\x1a\xbb\x36\x0d\x47\x72\xdf\x2d\xa7\xae\x76\x0a\x0e\x6d\xcd\xa6\xf6\x37\x45\xf3\x56\x93\xa6\xe0\x6c\x35\x53\x6c\x5f\xf1\x26\xef\xba\x9b\x32\x57\x11\xbc\x33\x8b\xdc\x6c\xf5\x92\x80\x89\x8e\x88\x07\x08\x2b\xd6\xc5\xe2\xda\x09\x66\x3a\xb8\xb9\x16\x95\x2c\xe4\xa1\x66\x67\x0b\x80\x0c\x33\xec\x5a\x2f\xc9\xa1\xcd\x14\x50\xf7\x50\xd5\x63\xa2\x7f\x1b\xba\x88\x5c\xbf\x8e\xcc\xc8\xe4\xe8\x6a\xb0\x6a\x29\x47\x52\xe7\xb8\xa9\x5b\x98\x83\x3f\xa7\xd5\x5c\xc9\xb5\x24\x7e\xab\x09\x75\x19\x80\x74\xd3\x53\x24\x3b\x4d\x67\x80\x1b\x20\xfe\xd6\xa0\x16\x1e\xb7\x73\x50\xd6\xe3\x0d\xc5\x12\xac\x6c\x04\xbb\xb4\x14\x5f\x3d\x0b\x5f\x5b\xab\x2c\xa5\x3b\x76\x4a\x9b\x1b\xec\x66\x36\xb7\xc3\x62\xb6\x63\x67\x93\x1b\x82\xe3\x7b\xae\x0d\x8b\x8b\xd9\x8e\x9d\x05\x31\x2e\xc5\x00\xb6\x58\x1b\x61\xfb\xd5\xe5\x5b\x24\xa2\x9c\x45\x3e\xaa\x28\x88\x80\xf6\xbb\x3c\x97\x83\xe1\x72\x39\x07\x30\xb3\x9e\xb9\xd8\xad\x90\x0c\x35\x8b\xad\xb3\x19\xd0\x1c\x3d\x73\xb1\x53\xde\xb5\x6d\x62\xc4\x9d\x56\x52\xfc\xed\x6a\xc0\xb2\x0f\x10\xb8\x09\x6a\x93\xd1\x76\x0a\xf0\xe9\x06\xd8\xc5\xa2\xa9\xbd\xf6\xc3\xa0\xbc\x36\x1e\xad\x03\x4c\xa9\x54\x7d\x6b\x3b\xc0\xed\x6e\x36\x1e\x69\x6b\x13\x2a\x4d\xff\xda\x16\x58\xc6\x45\xf0\x73\x6c\xa6\xf4\xed\xea\x1e\x38\xce\x46\x22\xdc\x15\xa4\x8e\x5d\xd8\x05\x93\xa7\xfa\xdd\x81\x30\xd7\x6d\x6b\x47\xd6\x79\x7c\x03\x7c\xa5\xd4\x1c\xe8\xa9\x28\x49\xcf\x41\xf0\x70\x8f\x4e\xfc\x28\xca\xad\x21\x7f\xf1\xf3\x72\x38\xe3\x1a\x3c\xb7\xf9\x50\x80\xd9\x62\xbc\xf3\xe4\xe9\xb3\xec\x37\x2a\x2e\x5b\x4c\xb0\xb1\x12\xd5\x21\xba\x2e\x22\xfe\xda\x72\x87\xda\x15\x37\xa2\x4a\xc4\xf7\xae\xab\x5c\x41\x60\x30\x87\x45\xf0\x29\xf4\x36\x9d\x1c\x8f\x2c\xbd\x19\x10\xe5\xca\xe8\xbd\xa8\xa5\x20\xea\x92\x6d\xa5\xe6\x36\x00\x04\x38\xc5\xa4\x93\x6b\xf6\xc8\x1e\xe3\xcc\x6e\xa2\x20\x5f\xd3\x97\x10\x91\x06\xcf\xcc\xa1\x37\xf7\x43\xd5\x45\x1b\x6e\x98\x82\x53\x61\xb8\x32\xdd\x2f\x2f\x9b\xeb\x09\xc3\x14\x8d\xb6\x7d\x90\x4e\x2e\x02\x71\x7b\x04\x9a\xc0\x45\xe1\x97\x32\x10\x71\xba\xde\x99\xcb\x1d\x13\xd3\xc2\x15\x3d\x03\x51\x3f\xaa\xde\x84\xc0\x56\x9a\x2c\xa5\xd1\x56\xee\x3c\x78\xab\x98\x9c\xa5\x61\x88\x52\x57\xce\x94\x20\x7c\x42\xac\x11\x5c\x09\xea\xd2\x11\x6f\xa9\xf1\x39\x3b\x08\xad\xab\x2e\xdd\x20\xe9\x87\x76\x62\x3b\xc2\x0b\x2d\x01\xb1\xfb\xac\xc2\x1d\xc8\xd1\x70\x3a\x23\x86\xad\x26\x20\xe2\xa4\x72\x07\x0e\x32\x0e\xdc\xef\xdc\x29\xd0\xdc\x76\x31\x15\x1f\x44\x34\xf0\x36\x4b\x36\x1e\x6d\x03\x0c\xf8\x95\xc1\x46\xd2\x95\xad\xea\x1b\x80\x56\x9a\xa6\x82\x9e\x04\x6b\x8e\x58\x51\xbd\xe8\x8e\x4f\x09\x3a\x41\x28\x2d\x68\xe5\xf8\xd1\x15\xa3\xba\x42\x44\xe7\x86\x8e\x96\xc0\xb6\x8a\xcd\x80\x79\x8a\x08\x36\xe7\x50\xa7\xa4\x8d\xe7\x8e\x50\x16\xb4\x73\x76\x8e\xfa\x6d\x11\x18\x93\x62\x23\x0e\x55\xc3\x9e\xf4\xd0\xb9\xab\xb6\x53\xcc\x88\x13\x1b\xa2\x61\x98\x8f\xd7\x17\x8c\xb2\x37\xca\x78\xee\x0d\xb0\x78\xd5\x04\x44\x5d\x41\x21\x4b\x31\x57\x04\x9d\xed\xa9\x63\x9a\x09\x68\xa9\x61\x2d\x87\x8f\x1a\x06\x1c\x75\xd1\xbe\xd2\xcd\x70\x92\x63\x1e\xce\x5a\x58\x44\xe6\xa2\xbf\x01\x5a\xbd\x47\xab\xd8\x56\x3f\x17\xb0\x1c\x25\x74\x3b\x1f\x7a\xeb\xcd\xb6\xaa\xcd\x21\x98\x01\x3a\x25\xd3\x83\x39\x6d\x7b\x8d\xc8\x00\x03\x37\xef\x26\x0a\xa4\xce\xc2\xc2\x59\xb5\x0d\x50\x54\x51\x74\x86\x53\x3f\x2a\xb1\xe1\x9a\x51\xfb\x8d\x8b\xb1\x90\x7e\xd8\x9d\x41\xc4\x2f\xb9\x5e\xdc\x70\x9f\x5f\x35\xfd\xb0\x53\x23\x64\xb6\x78\x2e\x46\xf4\x30\xdd\xd5\xf4\x43\x5d\x0b\x40\x96\x19\x26\x82\xf1\x42\x4b\xeb\xcb\x37\x68\x44\x6d\x07\x06\x1f\xf9\xda\x5b\x77\x65\x03\x06\xae\x74\x4b\x13\x41\x4f\x08\x8b\xd9\x87\xfa\x69\x09\x75\x43\xa3\xbb\xce\x6d\x3f\xb5\xb8\x5c\x77\x28\xab\x11\x36\xb0\xaf\xef\x15\xd3\xcd\xb6\x2a\x8e\x71\x64\x91\xe7\x18\xcd\x74\x6b\x26\xd1\x69\xdc\x2b\x40\xab\x98\x82\x83\x33\xdf\x03\x2f\x75\x1c\x63\xc5\x51\x30\x6a\xe2\x3c\xad\x69\xb5\x09\x3e\x51\x5c\xd6\x81\x88\x9c\x1b\x91\x8a\x81\xcd\x78\x24\x4f\x8c\x45\x87\x19\x33\x77\x73\xbb\x68\x19\x1f\x31\x0a\xb0\xa2\x76\xb1\x20\x56\x21\x97\xec\x3b\x35\x17\x2a\xce\x6a\x8f\x1b\x9a\xa9\xe0\x97\x49\x4d\x73\xda\x70\x14\xa0\x31\xc8\xcf\xe8\x29\xe5\x49\x45\x58\x98\xb6\x8e\x9c\x02\xd7\x93\x64\xf9\x56\xd1\x39\xf2\x55\x63\x6e\xcb\xb8\xf4\x35\x83\x60\x87\xf9\xd9\xbc\xc8\x9e\x2c\x2c\xda\xc3\xdd\x82\xb1\xcb\xc5\x68\x7e\x65\xd1\xc8\xe5\x90\xc5\x43\x3d\x28\x72\x8f\x20\xf1\xad\x96\xb3\x00\xfd\x58\xfa\x05\x45\xc9\x35\x8b\x40\xbb\x28\x54\xbb\x59\x28\x77\x35\x86\xb3\xd3\x71\xc4\x82\xcb\x65\x43\x83\x30\x29\x17\x56\x4d\x55\xaf\x64\xdb\x03\xf3\xdb\x5b\x6f\xbe\x55\xbc\x99\x8b\x7d\x98\xb4\x24\xf4\xd6\x5b\x33\xc5\x31\x95\x24\xc7\x30\xbd\xf0\x81\xd5\x95\x73\xc7\xf0\x4d\xac\x45\x14\xb6\xc7\x8f\xf8\x56\xc1\x45\xf2\xc6\xc8\xb0\x4a\x6b\x05\x59\x33\xfd\x06\x7a\x9e\x00\xc2\x16\xdf\x77\x6b\xec\xbe\xaa\x70\xa9\x70\xed\x13\xad\x31\x43\xfa\x56\xbd\xa1\x96\x3b\xa0\x4a\x0a\xfd\xcb\x96\xd2\x0e\xbb\xd5\x10\x95\xa6\xa9\xa9\x7c\x27\xbd\x4c\x75\x0b\x0c\xe7\xc9\x6b\x39\x9b\xaf\x24\x48\xab\xbb\x10\xb8\xa6\xd0\xf1\x1c\xd3\xe6\x56\x93\x54\x6f\xc0\x93\x6e\x00\x1b\x93\x59\x01\xab\x4d\xf0\xc8\x82\x20\xd2\x6d\x85\xfa\xf4\xea\x78\x14\xee\x99\x81\x1c\x29\x2b\x60\x27\x49\x9b\xe0\x40\x1f\x6a\x51\x78\x60\x87\x79\x21\x73\xb3\x5f\x3b\xfd\x16\x53\x25\x7d\x1e\x0f\x40\xec\x72\xab\xa9\x55\xd1\x06\x8e\xa3\x45\xef\x1f\xa5\xb4\x35\xb5\x4a\xba\x94\x5a\x16\x49\xf6\x78\x9f\x5b\x6d\x96\x41\x11\xd1\xbd\x58\x3b\x3c\xd9\xde\x45\x6d\x26\x0c\xb8\xba\x03\xda\x6a\xcb\x7a\xdb\x85\x85\xfb\xca\x5d\x4d\x74\x29\x4e\x50\x58\x2f\x2d\x83\x69\x8c\xe8\xb3\x54\x2f\x35\xb5\x9a\x9a\x21\x21\x06\x05\x2d\xa5\x87\x92\x34\x33\xc0\xfa\x04\x96\x00\x13\xa0\x1d\xd4\xb4\xc3\xee\x4a\x65\x6e\xa5\x84\x16\xbf\x46\xe9\x9f\x95\x5a\x3d\x47\x36\x7e\x64\xaa\xd9\x1e\x49\x92\x5a\xd5\x4b\x80\x4e\x56\x2b\x8d\x5b\xab\x2f\xbc\x22\x1c\x81\x5a\xe1\xee\x81\x6a\xd6\x61\xe6\x6e\x97\xa9\x86\x49\x25\x4a\x4e\xad\x5a\x20\x68\x3e\xde\xf3\x86\x5a\x49\x9b\x60\x12\x12\xf6\xc4\xd9\xb5\x37\xd4\x5a\xf4\xe5\x75\x73\x97\x9d\x8d\x03\x03\xa0\x95\x5c\x76\xea\xba\x6d\x64\xe6\x51\xd4\x7b\x0d\xb2\x46\x55\x5f\x78\xe5\x23\x36\xfc\x86\xaa\xd8\xdf\xd4\x6a\xb7\x81\x73\xd1\x50\x72\x4e\x53\x6e\xa9\x55\x6e\xd4\x4c\x05\x00\xc6\x80\x64\xf4\x7c\xf1\x75\xda\xce\x5f\xcb\x30\xac\x47\xdb\x2d\x98\x39\x21\x8f\xd5\x67\x80\xb6\x13\xb5\xb6\x3e\x2a\x2e\x6a\x3b\x01\x28\x64\x83\x66\xcd\x9e\x19\x2c\xc5\xc7\x37\x33\x98\x7a\xc4\x7a\xba\x82\xce\xce\xc3\x75\xed\xf2\x77\x22\x09\x61\x72\x92\x6c\x40\xea\x4f\x4d\x39\xec\xb4\x34\xe3\x79\x07\x34\xfc\x2c\xcb\x19\x87\x9d\x6e\x40\x6a\x7c\xaa\x54\xed\x55\x5c\xbb\x14\xc0\x55\x19\x4f\xe1\x11\xd7\xd4\x33\x0e\x33\x57\x87\x9b\x33\x80\xb6\x7d\x9e\x3c\x59\x5a\x3d\xea\x64\x1c\x18\x34\xec\x20\xda\x16\xea\x4b\xa9\xd9\x7d\x18\x7f\x2e\x89\xd0\x9a\xbe\x7c\x97\x71\xaa\x72\x2d\x7d\xf0\xcb\xf5\x15\x3b\x45\x67\x90\xfb\x73\x88\xa7\xa6\xbc\x98\x72\xd8\xa9\x3a\x2a\xfd\xb1\x78\x47\x0c\xe8\xba\x16\x52\x0e\x3b\x5d\x17\x4c\x7d\x74\x88\x24\x7d\xb1\xc0\x62\xa7\xed\x9c\x63\x0c\x2d\x5a\xea\x2b\x7e\x6b\x7f\x2c\x2b\x33\x3c\x47\xc1\x6c\x5f\x53\xd8\x7e\x59\x9e\x53\xee\x8c\x8f\x83\xef\x01\x25\xed\x1c\x62\x8d\xd9\x03\xa4\xd6\x70\xed\xcf\x42\xca\x61\xa6\xf5\x06\x1a\x0c\xee\xea\xbc\x9c\x72\xd8\xa9\x3d\xc7\xfd\xab\x19\xf3\x50\x56\x28\xbf\x67\x66\x44\xdc\x25\x6a\x8c\x95\x0e\xf2\xc2\x16\x70\x75\x9d\x45\xd6\x25\xd7\x4e\x47\x6b\x5b\x50\x55\x9f\x41\x7d\x8e\x87\xab\xb1\x94\x71\xd8\xe9\x3e\xcf\xcc\x96\x54\x81\xed\x75\x72\xed\xcc\xd2\x44\x02\x1c\xff\x52\x21\x4b\x62\x1d\x62\xb8\x05\x92\xba\xd4\x28\x92\xef\x94\x98\x1c\x8e\x7e\x72\x66\xe2\xa8\x36\x3d\xd4\x57\x4c\x30\x19\x5f\x8d\x1e\x28\x9b\x41\xf8\x3e\xda\xe7\xe3\x40\x6d\x00\xc8\xdb\x64\x41\xc2\xa1\x2e\x20\x70\x33\xa8\x5c\x76\xc8\x52\x2d\x32\x9e\x27\x11\x50\x6b\x77\xee\x69\x91\x85\x7b\xa8\x2f\x81\x9b\x52\x30\x61\x52\x54\x08\xa3\xda\x2f\xca\xec\x54\x0c\xec\x2d\xb9\xb4\x10\xe5\xce\xd3\xb1\xcc\x60\xbf\xf3\x1c\xd5\x89\x3d\x6c\x41\x7e\x14\x8e\x6c\xe2\xc0\x91\x53\x6f\x93\x9c\xc1\x84\x6d\x81\xf1\x27\xa6\xd6\xd7\x2f\x2f\x04\x64\x0d\xb5\x09\x2c\xf5\x07\x55\x50\x08\xed\x77\xd1\xc3\xcb\x00\x54\x53\x24\x2e\x54\x5d\x4a\xad\xce\xcd\x4c\x8d\x91\x35\xbe\x79\x39\x05\xdd\xb6\x0a\xd3\xaf\x84\x39\x0a\x53\x7c\x5b\x9e\xd4\xa2\x45\x19\xc3\x00\xd4\xa6\x5d\x0a\xcd\xe4\x49\xbf\x15\xc3\xf0\x91\xbd\x3c\x2f\x9c\x4d\xea\x70\x64\x6b\x0d\xfc\x10\xa6\xb0\x94\xdf\xef\xbb\x6b\x01\x2b\x36\x13\x15\x7b\xec\xaa\x0d\x7d\x7b\x4d\x99\x8c\xd4\x23\xe2\xd0\x9b\xe2\xcd\x04\xcf\x9c\x50\x30\x6a\x62\x9f\x2f\xf2\xed\xb5\x48\xc8\x9a\x80\x9a\xdf\x2b\xe4\xda\xbe\xbd\x16\x89\x7d\x55\xfa\x68\xdf\x19\xe2\xbe\xbd\x16\x35\x64\x89\xb8\x03\x5e\x40\x35\x78\xb0\x3b\x80\x11\xa4\x87\x19\x00\x39\xd3\xf3\x7c\xfa\xf6\xf8\x51\x1f\x68\x94\x47\xc8\xf8\xc4\xc2\x32\xc0\x4c\x63\x38\x5d\xe2\xf1\x60\xaa\xc1\x83\xdd\x57\x51\xe4\xd9\x9a\xca\x58\xeb\x96\xd1\x87\xb3\xef\x62\x58\x92\x67\x32\x26\x85\x6d\xac\xfb\x32\x78\x2e\x88\xa5\x97\x96\x3f\x4d\x9d\x03\x37\x95\x3b\x72\xe6\x79\xcf\x41\xf1\x4b\xf5\x5e\xf8\xca\x2b\x6e\xf1\xf2\xf7\x7c\xd1\xa9\xbd\x17\x8e\x5e\xe2\x01\x7d\x5d\x7d\x5c\x70\xe9\x77\x17\xc3\xb2\xb6\x62\x0e\xb4\x3e\xe3\x9c\xba\x9b\x51\xe8\xfc\x16\x3c\xc5\xa6\xbb\x1a\xa9\xbd\x1a\x94\x1a\x64\x58\xbe\xec\xc1\xac\x2f\x02\xa0\xef\x01\x29\xd2\x41\x24\x78\xd5\x55\x8c\x8a\x6f\x20\x47\x90\xd6\x9e\x94\xbb\x91\xda\xbb\x91\x11\x33\x2e\x94\xef\x2a\x1d\xa3\x52\xf7\x45\x91\xa3\x44\xc3\x0e\xfb\xac\x7a\x9c\xbb\x43\x38\xeb\xc0\xe9\x05\x23\xa1\xbe\x06\x84\x4a\x80\x2d\xb7\xa2\x32\x62\x61\x0d\x8e\xa3\xcc\x03\xa8\x13\xfa\x94\x41\xf7\x45\x64\x79\x71\xfe\xdc\xe0\xb2\xea\xde\xe3\xec\xb1\x60\x95\x50\x31\x15\x4a\x72\xb3\x99\xc3\xbd\xcc\x2b\x8d\x7c\xe5\xe2\x5e\x5d\x0a\xfa\xda\x71\x07\x04\x0b\x20\xe8\x7c\x25\x75\xda\xee\x5a\x0c\x50\x38\x1c\x64\x99\x15\x40\x79\x75\x86\x05\x0b\x12\x57\xc6\x70\xcf\x0e\xf1\x29\xed\x04\x8b\x90\x55\x40\x34\x43\x8d\x75\x35\x53\xd8\x78\xb4\x6e\x82\x9a\x2e\xf6\x91\xdb\xdd\xd6\x5c\xd9\x6e\x70\xa7\x6c\x6f\x4d\xb5\x73\x5c\xc5\x7a\x0c\x6c\xd8\xf7\x8d\x19\xfa\x0f\xb3\x04\x78\xce\x88\x45\x69\xc5\x8e\xed\x14\xf4\x0d\x34\x70\x53\x50\xdc\xbf\xe0\xd9\xec\xae\x88\xe7\xbe\xc4\x0e\x24\x2e\x73\x9c\xfc\xc2\x5a\x26\x98\x88\x71\x55\x37\x2e\x39\x29\xbb\x23\x19\x90\xb1\xa5\x84\x89\x35\xcb\x3e\xca\xee\x9e\x8c\x5e\x7d\xa2\x60\x59\x90\x08\xa7\xa5\xaf\xaa\x0d\xda\x0b\x85\x97\x74\xe2\xe6\xf6\xb3\x00\xe4\x80\xf5\xc6\xe1\x89\x05\x67\x63\x77\x53\x1c\x08\xba\x98\xc5\x70\x0d\xdd\xb4\xbb\x29\x5c\xea\x80\x46\x08\xa9\xbd\x29\xcd\xec\xd8\xfe\xbf\x54\x5f\x63\x1a\x0e\x97\x29\xc0\xf4\x1e\x80\xd1\x92\x43\xda\xaf\x03\x94\x81\xe3\x83\x48\xa3\x2b\xce\xc3\xec\x07\x80\x9e\xab\xd1\x9f\xb9\x37\xa0\x7f\x92\x41\x5d\x0b\xf3\x8e\x0a\xfa\x75\xfd\x9b\x0a\x90\xd2\xd5\x36\x96\x2e\xdc\xd2\x22\x10\xef\x42\xc1\xf1\x20\xdf\x7e\xf5\xb3\x0a\x1e\x70\xee\x2b\x55\x64\x9f\x68\xfd\xbb\x6a\x65\x4e\x62\x1c\xaf\xd7\x2d\xe2\xe9\x8f\x84\x7a\xcf\x1d\x3c\xd1\xee\xe5\x6f\x27\x00\xfd\xea\x18\xc2\x5c\x7a\xda\x96\xee\xca\xc3\x05\x07\xda\xc9\x0b\x10\xfa\xd2\x2f\x24\x36\xf7\x2a\x78\x7d\xc1\xc8\x9d\x66\x00\xdd\x85\x56\xce\xcc\x0f\xad\x1b\xad\xbb\x8d\x0d\xd4\x1e\x03\xef\x81\xd2\x75\xac\x5f\x44\xe4\x12\x4c\x8b\x9e\x09\x22\xf2\xaa\x7f\x16\x48\x3d\x19\xef\xbc\xf1\xdb\x41\x7b\xa2\xda\x8b\x8e\xfe\xfd\xcc\x4f\x0f\xcc\x92\x7e\x9a\x26\xf9\xa1\x79\x5c\xad\xf9\x8a\x1d\x56\xb0\x9b\x02\x4d\x65\xd8\xe3\xcf\x7d\xf6\xb8\xfb\x27\x92\xaf\x88\xd4\x26\xc1\xcc\xb5\xf8\x13\x85\x5b\x32\x18\x9e\xb7\xf4\xde\xcc\x64\x08\x4e\x44\xba\x50\xb2\xb8\x7e\xf1\xbb\x06\xa6\x8d\x02\x37\x66\x59\x6e\x1e\x37\x5f\x09\x77\x65\xa2\x1e\x90\x52\x4f\x2f\xfe\x1c\x24\x98\x50\x78\x21\x4b\x93\x16\x35\xe9\x94\xb3\x4d\x4c\x14\xae\xab\x07\xfc\x2f\xf7\x79\x23\x46\x14\x0a\x6d\xb3\x16\x2d\x79\x79\x02\xd2\xb5\xa8\x85\xde\x78\x66\xa3\x2e\x61\x69\x42\x6d\xd2\xce\x7d\xe1\x7d\x86\x1c\xcb\xe2\x27\x71\x1d\xfe\x04\xc4\x8d\xf0\x06\xf3\xd2\x2f\xc4\x61\x22\x5e\xa6\x3d\xf6\x1e\xb0\xcc\xbc\xf4\x0b\xd1\x62\x82\x65\x07\xde\x33\xd3\x54\x5a\xfc\x05\xcf\x30\xbb\x88\x9c\xa5\xe3\x26\x64\x4a\x10\x86\x27\x70\x18\xc2\x56\x08\x76\x82\x9d\x18\x97\x26\x24\x33\x11\x75\xc3\x23\x62\xac\x6b\x58\x9c\xc0\xe5\x2c\x26\x72\x18\x30\x0a\xbf\x40\x99\xc0\xa0\x47\x03\x60\xff\xc6\x32\x4d\xb5\x5b\x9a\x90\xa7\x98\x16\x9a\x36\x44\xee\xa5\xb2\xb4\x49\x39\xd4\x9e\x2b\xbe\xcc\x32\xc0\x0a\x5a\x97\xc7\x03\x83\xb1\x61\xd6\x81\x6a\x1e\x99\xc5\xbf\x5f\x6a\xd6\x9f\x1f\xa5\x39\x43\x56\xff\xbf\xc5\xf0\xc6\xc0\x8b\x8d\x5c\x20\xb4\x34\xda\x32\x5c\x11\x89\xb4\x80\xb8\xe5\xd2\xa7\x14\x87\xb2\x41\xae\x0f\xf2\x18\xdd\xf5\x20\xac\xa3\x19\x5a\x34\x30\x6d\x37\x2c\x47\xbb\x3c\xda\x81\x3a\x97\x41\xba\xca\x4b\x27\x1e\x0c\xdc\xd4\xc4\x3f\xe2\xb6\x33\x2b\x48\xb9\xc5\x3e\x93\x1f\x96\x90\x07\xd8\xb8\x79\x38\x57\xb9\xc3\xbe\x80\xef\x78\xc0\x2e\x0a\x50\x91\x72\x83\xb9\x0e\x26\x82\x34\x6c\x23\xea\x99\x95\xfb\x1b\x1c\x86\x33\x5d\x9a\x20\xa5\x51\x6e\x6f\x00\xcf\x5f\xe0\x42\x23\x61\x64\x28\x77\x37\x64\x30\x63\xf9\xda\xa7\xa8\xcf\x90\x35\x6a\x24\xfb\x4a\x09\x47\x94\xf6\xbb\xbf\xae\xdc\xdb\x18\xc9\x1d\xf2\x06\x91\xb1\x34\x6f\xc4\xa8\xdc\xda\x04\x32\xf2\x0a\x61\x49\xf3\xaa\x4c\xe5\xce\x26\xe2\x2d\x19\x2f\x5b\xed\x48\xb8\xb3\x84\x95\x1b\x9b\x51\x6a\x67\x32\x2c\x98\x38\xe7\xa9\x55\x2e\xec\x78\xb5\xf1\x86\x3b\xec\x7b\x5a\xa8\x0b\xe0\xe1\x11\x90\x66\x84\x2f\x37\x61\xee\xc0\x2a\xd7\x35\x83\xfe\x0d\x21\x4c\x94\x95\xaa\xfd\x35\xa7\x53\x44\x4c\x7c\xf5\x72\xcc\x60\x1d\xfd\x65\x2d\x60\x6e\x63\xc4\x94\x9b\x93\x1e\xf5\xdf\x51\x2c\x7b\x11\xe8\x85\x33\x4f\xa9\xf6\x57\xb5\x4c\xc6\x09\x6a\xd7\xe2\x6e\x89\xfd\x4d\x2d\x8c\xf1\x06\x40\xc1\xce\x0f\x96\x76\x51\x73\xc1\xdd\x0c\xf5\x97\xba\xfe\xa4\xe2\xa2\xe6\x52\x95\xd0\xb8\xdd\xc5\x20\xff\x2f\x86\x07\x39\xdc\xe4\xe9\xaf\xe7\x3c\xc7\x09\x2a\x17\x35\x97\x2a\x74\x3e\x09\xa9\x85\x21\xe6\xe6\xaf\x07\x3b\xb5\xd1\x48\x79\xde\xa1\x4d\xb9\xa8\x99\xab\x12\x11\x32\x4d\x6e\x9e\xff\x51\x2e\x6a\x19\x6a\xa4\x63\xdc\xf6\x98\xe6\xca\x4e\xb9\xa8\x85\x41\xf5\xa8\xe9\x8f\x16\x56\x54\x73\x89\xc5\xf0\x82\xbf\x3e\x5e\x8e\x60\x10\xd6\x12\x2a\xa2\x39\x5c\xb5\x2e\x05\xa9\xdc\x4e\x4c\xbe\x39\x5e\xe8\x86\x58\xd9\xfe\x4c\x8b\x59\x77\xcd\x70\x0e\xa7\x8e\x7a\xdd\xda\xf9\x71\x54\x2e\x6a\x71\x1c\xce\x42\xec\x20\xcd\x0f\xa4\x72\x51\x0b\x57\xed\x19\x04\x3a\xdd\x1c\x9b\xa9\x5c\xd4\xc2\xf4\x19\x20\x85\xe0\x24\x89\x3c\xc0\xf2\xb8\xb3\xc7\x4c\x7d\xf7\xe7\xb7\xae\xbf\xa8\xc5\x63\x17\xc1\xea\xe1\x60\xf7\x88\x3d\x97\x83\x29\x8f\x0b\x64\xb4\x41\x7e\x47\x6c\xa1\x1c\x9c\xd9\x71\xa7\xce\x42\xa6\x3d\x2b\x56\x0e\x2e\xe0\x6a\xb3\x30\x87\x3b\xaa\x0f\x79\x53\x97\x43\x09\xca\x3d\x65\x5c\x36\xfe\xdb\x68\x6a\xeb\x44\x70\x7c\x4d\x01\x29\xde\x8d\x36\xed\x22\xc5\x2d\xe5\x6e\x32\xd3\xe8\x4e\x90\xe2\x92\x32\x07\xc1\x34\xfa\xff\x71\x72\x56\xb9\xa2\x1e\xa0\x9a\x69\x74\x27\x1c\x71\x43\xb9\x15\xcc\x34\xba\xab\xe0\x10\x17\x74\xa5\x30\x4d\xb9\x9f\x11\xa9\x0e\x1e\x2d\xd0\x34\xca\xf5\x5c\x21\xde\x53\x6e\x67\x42\xb5\xdb\x34\x7a\x61\x4f\xf8\x72\x26\x40\xac\xa6\xd1\xdd\xad\x14\x77\x73\xa5\xd3\xb4\x72\x35\x33\x18\xc2\xa6\xd1\x49\xdf\x13\xbe\x9a\x19\x70\x89\x69\x74\xd6\x57\x99\xea\xd9\xca\x66\x3e\x58\xff\x90\x50\x35\xd5\xe0\x66\x83\x8b\xbe\x23\xae\x6a\x12\xeb\xe7\x83\x75\xd1\xd8\x3a\x18\x00\xbd\x3a\x58\x5f\xa1\xb8\x3d\x3c\xd8\x6e\x45\x14\x43\x36\x83\x9f\x6e\xce\x2c\x27\xb1\x61\x20\x0d\x1f\x7d\xee\xdb\x1e\xe7\x13\x5c\x02\x63\x93\x83\xb3\xc6\x2d\x2f\x77\x80\xac\xd9\x3f\x78\x7f\x6a\x3b\x25\xb8\x16\x4e\xb0\x5b\x31\x21\x81\x9d\x2b\xc3\xc8\x25\x09\x6c\x24\x72\x26\xbe\xa2\x40\xec\xfc\x1f\xbc\x2e\xa6\xda\x1a\xe0\x7b\xc9\x56\x9f\x71\xf6\xbf\xd3\x21\x08\xac\x12\x99\xa7\xc8\x4d\x6e\x8b\x9b\xfd\x2f\xef\x28\xb2\x73\xa3\x0a\xca\x3b\x6e\x69\xf5\xf3\xeb\x2f\x72\x0f\x08\x8b\x78\xa0\x97\x55\x3e\xe2\xfb\xcd\x74\x9d\x10\xf3\x87\xad\xe8\x80\xda\x54\x16\x60\xa6\x2b\x52\xf0\x02\xb0\x28\x86\x61\x49\x06\x76\xfa\x8f\x89\x13\xb8\x90\xda\x10\x97\x56\xc1\x33\x42\x61\x54\x12\xd6\xed\x04\x75\x87\x5c\x45\xc5\x90\x99\x2a\x37\x34\x8f\x42\x20\x5a\x59\x45\x1d\x0f\xbe\xb7\x4d\x0d\xad\x63\xd5\xea\xd1\xab\x1f\x5a\xab\xf0\x18\x76\x80\x2b\xa9\xae\x9b\x67\xb8\xca\x4f\xc8\xdd\x2d\x25\x41\x91\x58\x77\x8d\x78\xa1\x88\xbd\x4a\xcf\x89\x6a\x55\xb9\x6e\x89\xe5\xde\x98\xda\x03\xd7\x2d\xac\xbb\x8e\xe7\xc0\x48\x6d\xcc\x25\x7b\x70\xc8\x4b\x5a\xe1\x44\xb1\x32\x9c\x3a\xe6\x52\xb5\x4b\x5b\x55\x91\x4e\x4c\xc2\x66\x2b\xa7\xd1\xf2\x35\xdd\x81\xfd\x00\x0b\xe5\xd0\x05\x40\xd3\xea\x56\xcd\xc0\xc6\x30\x88\x0a\x4e\x4a\xb0\x4b\x5b\xb5\x83\x72\x0f\xcc\x36\x1f\x77\x4e\x80\xb2\x55\x3b\xbc\x7b\xc4\x82\x81\x7f\x81\xc2\xd6\xb7\x6a\x06\x99\x61\x60\x24\xe9\xe3\xb4\xa8\xcf\x76\x69\x1a\xcb\x1c\x35\xe8\x71\x48\x1a\x50\xdd\xa9\x9a\x0c\x32\x75\xdd\xdc\xfe\x52\x34\x99\x15\x3b\x95\x27\x2d\x0b\xf6\x27\x06\xfa\xcb\x7e\xb9\x62\xa7\xaa\xd5\xc1\x7c\x6b\x4c\xa4\xcc\x9c\x65\xca\x4e\xed\xd2\x9f\x16\xe3\x51\x0e\x2b\xe9\xfc\xe5\x4e\xed\xa2\x9e\x19\xe7\x10\x8d\x14\xc9\x63\x52\x77\x6a\x17\x23\x67\x36\x9f\x81\xde\x45\xb7\xb8\x51\xb3\x08\xee\x30\xeb\xe0\x3f\x88\x64\x50\xab\x3c\xa7\xdd\x08\x98\x92\xd8\x82\xca\xcb\xda\x93\xff\xab\x87\x53\xc1\x0a\x5d\x36\xe4\x92\xea\x73\x67\x3b\xa4\xb9\x9d\xeb\xfa\x44\x39\xeb\xa8\x49\x7e\x03\x97\xd4\x91\xca\xb2\x7e\x0e\x2f\x52\x33\xec\x96\x98\x00\xa8\xa7\x3b\x2b\xc5\xa5\x04\x76\xb5\x05\xa7\xde\x8b\xd4\xd9\xc9\x56\xfe\xfb\x95\xdf\x80\xcb\x52\x01\x40\xe3\xd7\x29\x35\xd0\xcd\xcf\x8c\x36\x99\x9b\x82\xa5\x84\x9b\x5c\xce\x62\xef\xd6\x32\x9a\x92\x0e\x5c\x75\x76\x00\x3e\x53\x4b\xd1\xa5\xe9\xf4\x12\x43\x0b\x9f\x7a\x23\xe8\x26\xc5\xb4\x34\x59\x15\x86\xbb\x40\xa1\xc5\x7a\xe9\x0a\x55\x9a\x09\xa1\x62\x9f\xc6\xab\xc8\xc4\x1e\xfd\xeb\xcd\xe7\xd6\xd2\x61\x1a\x6a\xf8\x8e\x12\x86\xf3\x61\xe2\xc1\x47\x9c\x67\x63\xb8\x91\xca\xdc\x45\x55\xcc\x03\x87\x66\xa1\x20\x1b\x1b\x00\xc6\x71\x4b\x83\xe9\xfd\xd9\x1b\xa6\xb6\xb9\xed\x77\xcc\x7f\xa5\x58\xe0\xdf\xd8\xaa\x11\x71\x9b\xfe\xdb\x0b\x40\xd4\x66\xe2\xa1\xc9\xea\x7e\x4c\x83\x71\x83\x39\x1b\x95\x5b\x07\x68\x3e\xb1\xb8\x7a\x87\x1d\x4c\xfe\xa8\x6e\xde\xf4\xd1\xc0\x4f\xd6\x5a\xcf\x59\xfd\x50\xbf\x2b\x05\xc8\x7d\x83\xc7\x99\x35\x6f\x3f\x8c\x07\x0f\xec\xcf\xa0\x33\x0a\xa3\x2d\x71\x26\xba\x2d\xcc\x85\xc5\x92\x11\xc7\xa6\xf0\xce\x7c\x58\x92\x62\xe1\x27\xa3\x60\xc3\xe7\x94\x1c\xfd\x68\x84\x6b\x1d\x33\x06\x97\xf6\x33\x92\xfc\x0c\xe2\x83\xa4\x7f\x81\x61\xa4\x85\xd3\xf9\xad\xc8\xc8\xe3\xc3\x93\xd8\x84\x79\x80\xa1\xff\xf4\x8c\xce\x51\x95\x72\x8a\x7b\xb3\x2d\x0d\x46\xe2\x03\x79\xf3\x4d\xec\x83\x63\xf3\x89\x65\xa8\xf2\x48\x94\xdd\x24\x97\xaa\xff\x9b\xd3\x47\x0f\x9c\xbd\xc7\xde\xcd\x6e\x4b\xbf\x2b\x19\x59\x39\x07\x14\x17\x53\xef\x2f\x8d\x0d\x1c\x2f\xc8\x33\x03\xc6\xf7\xe7\x9f\x7f\x2b\x4f\x10\xd9\x89\x32\x70\x77\x50\xb5\x60\x31\x23\x84\xd9\x18\xcb\x8a\x8a\x9a\xff\x4a\xe2\xfc\xb0\x71\xcc\x81\x5f\x04\xc8\xa6\xbf\x69\x29\x33\xf6\x85\x41\x8a\xa6\xcc\xbd\x7b\x65\x1d\x09\x9c\xbe\x36\xd4\x40\xfd\xe0\xdb\xef\x77\xf2\xfb\x1d\xea\x0c\xe8\xc1\x8f\xa2\x0c\x4b\x19\x1f\xa9\xb4\x7d\xaf\x20\x64\x6c\xd9\xbc\x73\xbd\x46\x9e\x4e\xb9\xe1\xc4\x91\x01\xe2\xbc\xbd\xc8\x72\xf8\xc0\xcc\x89\x95\x3c\x9e\x8e\xa3\x5b\x1a\x9e\x0b\xb3\x99\xe3\x88\x65\x41\x60\xac\x8c\x4f\xe8\xef\x40\x04\x90\x9e\xb4\xbe\x2b\xed\xe6\xc8\x09\x0e\xa4\x86\xdc\x5f\x75\x50\x10\x89\xf3\x1f\xab\x2d\xeb\x6a\x5e\xdb\x1a\x91\x37\xef\xb5\x5d\x4a\x5c\x4f\x3a\x30\xa5\xae\x99\x97\x37\x29\xa7\x28\x51\x51\x03\x01\x6a\xa1\x91\xb2\xd5\x4f\xe7\x34\xdc\x40\xba\x06\x70\xa0\xc5\x17\x17\xe3\x23\x12\x94\x66\x60\xc3\xda\x09\x42\xad\xfe\x8c\xa6\x4a\x46\x6e\x79\x63\x8b\x72\xbf\x9c\x5c\x70\xad\x82\xa8\x3d\x0a\x7d\x97\x8c\x71\x72\x05\x54\x3e\xed\x6b\xaf\x85\xa5\xe3\xec\xaa\xc0\xb8\x4f\x06\x63\x11\x4c\x8f\x02\x72\x72\xc1\x9e\xa2\xb0\x91\x4b\xd9\xba\x74\x82\x98\x54\x26\x67\xdf\xa3\x27\xb2\xcb\xfa\xe9\x77\xf5\x7c\x3a\xf8\xee\xc4\xf7\x58\x04\xc0\x41\x19\xcf\xca\x64\x63\x50\x62\x63\x44\x24\x4f\x59\x73\x2e\x8c\x2b\xc2\xf1\x2c\x80\x05\x2a\xd7\xc5\x55\x25\xcb\x50\xf8\x84\x2e\x7b\xce\x2e\x5c\x97\x69\xef\x3d\x43\x53\x0d\xec\x43\xd3\xa9\x1e\x39\x81\xff\x32\x5a\x05\x5a\x46\xe5\x68\xd7\x8b\xc7\x53\x21\xc2\xd4\x26\xb9\x88\x22\x2f\x6d\x42\x04\x9e\x2a\x30\x61\x63\x4c\xaa\xe1\x53\x1d\xe4\x29\x40\x43\x5e\x83\x08\x87\x2b\x22\x8b\x99\xbc\x2a\xd0\xb6\x54\x17\xbf\x57\xc8\x75\x74\x22\xb7\x9b\xa1\xb8\x0e\xc1\x25\xe5\x9e\xf3\x7f\x0a\x9c\x99\x67\x12\x5e\x13\x10\xd1\x55\x2e\x6e\x9d\x80\x4a\x73\x83\xfe\xee\x95\xe7\xb7\xbf\x87\xbb\xb8\xab\x61\xe3\x87\x13\x00\xba\x6d\x3a\x5b\x2b\xbb\x13\x5c\x7b\xd2\xf1\xf9\x89\xf1\x21\xf3\x73\x85\x7f\xdd\x48\x86\x0b\xe5\xc0\xc5\x4c\x9f\x3f\x54\x40\x4c\x69\x0f\xa6\x6b\x36\x13\x64\xfd\xd0\x0d\xa2\xa4\x4e\x19\x1e\x12\xfc\xdf\xcc\x38\x3c\x3f\xc7\xdc\x6a\xc7\x39\x00\x6a\xcb\x5c\x84\x1b\x1e\xaf\x9c\xf8\xdd\x78\x06\xb9\x0f\x48\xa3\xe6\xa5\x47\xb1\xfe\xb7\xc8\x18\x60\x4a\xc0\x81\x52\x5c\xd5\x0b\x75\xc1\xec\xce\xc1\x47\xb0\x22\x9f\xa2\x5d\x97\x18\x2a\x39\x50\xe1\xda\x88\xd6\x3f\xe8\xc6\x5b\x04\x85\xb8\x7b\xf7\x1c\x9f\xa2\x4d\x08\xb5\x6f\x25\x5a\xc2\x70\x89\xa6\x36\xb2\x4e\x80\x0a\x34\xc8\x0b\x19\xb7\x14\xd6\xfe\xbf\x1b\x31\x37\xed\x70\x9b\xa6\x98\x82\xef\xf3\xa4\x56\x0e\x67\xfa\x07\xc4\x5e\xd0\x92\x79\x01\x01\x89\xf1\xb1\x72\xd5\x79\x50\x01\x84\x85\xd4\x67\x1d\xcf\x01\x33\x4f\x09\x9f\x90\x60\xf4\x88\x21\xed\x78\x80\xff\x2d\x33\xe2\xc5\x76\xb8\xd1\xfe\x3e\x32\xdb\x6e\xee\xec\xb4\x4d\xe8\x30\xdc\x71\x7e\xcf\x01\x8d\xea\xbb\x3f\xdf\x2c\x17\xed\xb3\xc0\x35\x63\xa3\xf4\xd4\xb5\xe5\x0e\xec\x5f\x8e\x5e\x55\xf0\x8b\xdd\x93\x76\xc3\x93\xdf\xc1\x62\xbd\xc2\x74\x68\xda\x09\x86\xca\x0b\x72\x9e\x0a\x94\xc4\x70\x39\x2b\x15\x52\x9a\x85\xf9\xea\x73\xf7\xd7\xe5\x6a\x13\x75\xef\xda\x4b\xa8\x76\xe0\x20\xb8\x18\x2f\x57\x9b\x22\x80\x30\x14\x3e\x46\xc7\xb1\x05\x24\x33\x86\x9b\x89\x69\x13\xac\x26\x41\x01\x5f\x36\x13\x06\x2e\x81\xf5\x35\x20\xd5\x4c\xb0\xad\x30\xb8\xe8\xd0\x83\x9a\x72\x19\x9e\x8b\xcb\x5e\x80\x51\x44\x1f\xfd\xfa\x8a\x8a\x91\x72\xc5\x11\xa4\x29\x75\xf7\x44\xbf\xab\xa4\x2c\x39\x44\x92\xac\x47\xe7\xb6\x4d\x9c\xe7\xf2\x93\xb6\xe4\x10\x69\x8f\x7c\x64\x38\xda\x9c\x23\xae\xad\x47\xae\x13\xa8\xb9\x30\x60\x6c\x6e\x8e\x3d\x6f\x51\xfe\x55\x5d\x25\xf4\xf0\x8d\xe0\x93\xee\xe1\x45\xf2\xc3\x02\xa8\xaa\xbd\x43\xcf\xfd\x50\x1b\x6a\x2c\xea\xab\x50\x7b\x80\x26\xa4\xb5\x7c\xe8\xfb\x4e\x36\x13\x68\x73\xc0\xf9\x32\xc0\x12\x33\x2b\x2a\xcb\x57\xfa\xaf\x4c\xf8\xda\xd2\x01\xea\xba\x3b\xcc\x9c\x94\xde\x55\x0e\x10\xbd\x33\x74\x9d\xc0\x25\xa8\x70\x49\x82\x83\x4e\x34\x2b\x4a\x8b\x69\x4e\xe0\xc2\x24\x11\xfd\xd4\xb5\x96\xa9\x48\x9c\x52\x23\xcc\xed\x04\xdb\xde\x7b\xee\xc9\x93\x98\xac\xa6\x1d\xef\xdb\x8b\x6f\x61\x9e\x58\xb4\xf0\x35\x6e\xa9\xb9\x75\xfd\x37\xb6\x0c\x20\x36\x00\xe8\xda\x4e\x9e\xed\x84\x44\xd0\xe3\x84\x72\xbe\x14\x94\xce\x9f\xcd\x04\x43\x55\x18\xe8\x51\x83\x87\xdb\xac\x69\xaf\x48\x56\x28\xda\x49\xf8\x5a\x29\xbe\xa2\xbe\x02\xa8\x96\xc9\x90\x33\x45\x1c\x0c\x5d\x7f\xa1\xb2\xc2\x81\xf4\x41\x6e\xab\xa6\xc0\x62\x26\x5b\xc5\x72\x69\x02\x48\x2c\xfa\xe6\xa5\xcd\x14\x0b\x3b\x22\xa6\xea\xce\xb4\x33\x6c\xab\x62\x12\x6a\x88\xa8\xd4\x49\x64\x22\x75\x25\x16\xe7\xd4\x7e\x26\x88\xf6\xa8\xba\x16\x43\x51\xa9\x89\x70\x06\x8a\x68\x64\xae\xaa\x31\xa0\x63\x3c\x97\x7f\x9b\xa1\x96\xfa\xaf\x28\x32\x94\x81\x55\x12\xdc\x20\x16\xae\x6b\xb2\x09\xc1\x94\xf3\x14\xe6\x34\x6b\xaa\x0c\x4c\xe7\x1e\x50\x3c\x63\xf0\x9e\x98\x35\x5d\x66\xd1\x9d\x19\x2c\x2f\xce\x88\x7e\xad\xda\xc5\xe6\x54\x5c\xe0\x4e\x16\x83\xe0\x05\x59\xb8\xd9\x01\xf5\xee\xc9\x76\x49\xdb\x85\x9b\x9d\x01\xad\xcc\x69\x72\xcc\x34\xb2\xb9\xdd\xcd\xf6\x5c\xb8\xc9\x84\xda\x61\x81\xbc\x69\x77\xed\x2a\xb7\x7f\xca\x84\xa4\x35\x7d\x93\x5a\x39\x23\xd7\x58\x7a\xf2\xd3\xc4\xbe\xad\x6d\xf3\x23\x9c\x10\xe6\x42\x1a\x63\xbb\x19\x56\xd3\x06\x0c\x74\xb6\x82\x3d\x45\x57\x69\xa1\x82\x0b\x12\xa0\x65\x79\xb1\x07\x7d\xfd\x37\x2e\xe8\x85\x7d\xe2\xbd\x68\xbf\xa3\xaa\x34\x94\x7f\x7b\xee\xde\x62\x85\x30\x74\x9d\xe6\x38\x06\x1c\x10\x02\x54\x9a\xf9\xda\x76\x82\x43\xb7\x37\x3a\xe3\xcb\x4d\x8a\xea\x78\xcb\x88\xa3\x08\x2e\x93\xb4\xd8\xf0\x63\xb7\x05\x9c\xd3\x2f\xe8\xc4\x9e\x96\x1a\x54\xee\x94\x01\x9d\x24\xee\xa8\x83\x86\xe7\x3d\x91\x4d\x33\xc5\xfb\xda\x7a\x9d\x22\xb7\x7d\x43\xe2\x46\xa9\x81\x13\xd5\x84\xa9\x93\x71\x3f\xa3\xd1\x6a\x13\x21\x64\x00\xf9\x40\xe9\x39\x12\x1b\xad\x86\x74\x8d\xc1\x9d\x75\x01\x29\x07\xbb\xa2\xd5\xa8\xce\x84\xb4\x41\x80\x33\x3c\xf4\xfc\xb1\x8d\x56\x63\x4e\x54\x0e\x46\x30\xe5\xb1\xca\x38\xbb\x9b\x31\xfe\x75\x87\xfb\xbd\x71\x5a\x8f\xbc\x46\xad\x81\xbc\xd9\xa1\xef\x60\x12\x97\x4f\xd5\x6a\xbe\xd0\xad\x73\x08\xf4\xd9\x28\x28\xc7\xf4\x63\x1e\x99\xac\x3a\x73\xf5\x86\xe9\xd8\xba\x4d\x3b\xc5\x30\x11\x5a\x6d\xda\x6e\xbb\x68\x7d\x77\xd2\x3d\x13\x5d\x0f\x43\x2d\x98\x58\x2a\x65\xab\x67\x1d\x21\x51\x90\x82\x8f\xff\xb5\x8b\xad\x74\x87\x1d\x4a\x04\x7d\x71\x5c\x82\x9d\xe3\x57\x74\x1b\x57\xdb\x24\xc6\xd6\x0c\x4d\x13\x03\x6d\xed\x20\x9a\xdb\x64\xae\xf8\xf0\x38\xee\x7e\x4d\xb9\x0d\x53\xd0\xc7\xd9\xca\xe3\xd8\x4e\x69\xce\x7b\x06\x39\x0c\x37\x8a\x65\x8e\x3d\xbf\xa2\xde\x62\xe4\xc8\x31\x9c\x65\xe7\x85\x48\x34\xfd\x16\x6b\xaf\x3a\xa6\x68\x35\x62\xbb\x54\x05\x17\x53\x85\x0b\x47\x2e\x8f\xc9\x3d\x03\x9e\x6d\xbf\x2b\x98\x4a\x63\x4c\x56\x74\xff\x23\xbe\xd5\x27\x16\xb4\x95\x2e\x70\x28\x68\x81\x64\x6f\xa7\x1c\x02\x5a\x22\x52\x59\xa5\xa4\x85\xd2\x8e\x71\x28\x74\xd4\xf9\xa6\x5b\x2b\x1a\xe4\xaa\xc2\x0f\x85\xa9\xf2\x90\x96\x88\x1a\xa5\x4e\x73\xd3\x81\xe6\xa8\x00\x9b\x41\x1c\x13\xf5\xa7\x42\xc2\x93\xcc\x4f\xbf\x5f\xa4\x60\xd8\xf9\x7a\x86\xc8\x8c\x22\x5a\x89\x0c\x7d\xcb\x0e\x79\xc2\xd0\x08\xd0\x19\x6e\x47\x2b\x11\x45\xaa\x82\xf3\xa0\x4e\xb3\xcc\x04\x87\x0a\xea\x05\x6a\xe9\xdd\x14\x0b\x0e\xd5\x4a\xe0\x93\xfa\x4e\xbf\xcd\xd1\x47\x8a\xcd\x32\xea\x8e\x31\x42\x7e\x4d\xc7\xe1\x51\xb6\xd3\xeb\x5f\x16\x1a\xfd\xee\x1e\x83\xc0\x54\xf3\xd4\x22\xcd\x79\x41\x2f\xa8\x1e\x75\xc3\x99\xa4\x00\x30\xa3\x4d\x88\xcc\xa5\x65\x1d\x17\x0d\xab\x91\x3c\xd1\xe6\xa7\x8e\xb4\xa2\x39\xeb\x03\xc7\x2f\xb9\x68\x35\x08\x0e\x22\x55\xea\xcc\xb4\xe6\xb8\x3b\x6b\x11\x2b\xd1\x94\x5c\x60\xa2\x29\x03\x3a\xbb\x71\xf1\x51\xeb\x18\xdf\xcc\xb1\x9c\x97\x44\x5f\x82\xcc\x09\xed\x15\x35\x17\x38\x4d\x60\xb9\x04\xd9\x9a\xa6\x6d\xb1\x7e\xe6\x1d\x73\x64\x67\x78\xe5\x69\xe8\xa6\x34\x1b\x10\xf0\x5e\x31\xe5\xda\xe8\xe8\xf4\xf4\x6c\xed\x45\x89\xac\xab\x49\x3e\xce\x23\xb2\xa3\x9e\x5f\x79\xb9\xc6\x23\x0f\xc0\x62\xc6\xa9\x4c\x2b\xaa\x2e\x04\xe8\x21\x93\xb9\x00\x87\x39\xd0\xd2\x8a\xb2\x0b\x9e\x1d\x6d\xa4\x5e\x6b\x66\x31\xad\xa8\xbb\x60\x99\x38\x0c\x18\x1d\x13\x44\x3b\x07\x4d\xdf\x79\x06\x8a\x39\xd6\xde\x5e\x1c\x65\x55\xe1\xcd\xc8\xfa\x0b\xaa\x4c\x5d\x4f\xe0\xd9\xdc\x7c\x7e\xb3\x12\x57\x14\x39\x60\xe4\x54\x72\xa2\x3a\x85\x1b\x84\x98\x61\xea\x87\xee\x17\x79\x42\x77\x0a\xa6\xb6\x39\x2c\x1c\xb6\xed\x69\xf3\xc4\x0c\x97\xd1\xf0\x04\xc1\xb4\x71\xf9\x46\xe3\xb0\x68\xa6\x38\x3b\x51\x85\x8e\xcb\x0f\x3d\x39\x8c\x5c\xbe\x4b\x20\xcf\x71\x0c\xaf\x96\xac\xf2\xea\x5e\x3b\xaa\xa0\xab\x18\x00\xa3\xf6\x1c\x92\x9f\xc7\x66\x20\x74\x12\x87\xf7\x82\xb6\xc1\xd3\x95\x1c\x90\x5c\x8b\x15\x10\xbb\xc4\xb3\x80\xf1\x86\xf5\x63\xe0\x66\x6b\x71\x0e\xf7\x6f\x71\x6c\x55\x15\x8f\x9a\x2b\x96\x1a\xa3\x5f\xc4\xd5\xed\xbc\xe8\xc2\xa5\x5e\x99\x32\x08\x0a\xd1\x57\x33\xc5\x43\xa3\x44\xa2\xe8\xa5\x38\x6b\xcf\x17\xd1\x4e\x89\x0c\x35\x42\x66\xce\x06\xc9\x88\xaf\x2e\xc5\xf2\x53\x8a\xe8\xda\xc6\x5b\xf2\x7d\x7e\xff\xde\x87\x1e\x75\xe8\xbe\xfb\xed\xbb\xee\xb5\xae\x75\xad\xff\x7f\x00\x00\x00\xff\xff\x58\x17\xbe\xdb\xc4\x0f\x10\x00"); +func _af ()(*asset ,error ){_db ,_fd :=_efa ();if _fd !=nil {return nil ,_fd ;};_ddc :=bindataFileInfo {_gbb :"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063",_cdf :936,_cf :_f .FileMode (436),_gf :_c .Unix (1628763334,0)}; +_ccc :=&asset {_ff :_db ,_fa :_ddc };return _ccc ,nil ;};func (_gba bindataFileInfo )IsDir ()bool {return false };var _ee =map[string ]ColorSpace {"\u0035\u0038\u0035\u0039\u0035\u0041\u0032\u0030":ColorSpaceXYZ ,"\u0034\u0043\u0036\u0031\u0036\u0032\u0032\u0030":ColorSpaceLAB ,"\u0034\u0043\u0037\u0035\u0037\u0036\u0032\u0030":ColorSpaceLUV ,"\u0035\u0039\u0034\u0033\u0036\u0032\u0037\u0032":ColorSpaceYCBR ,"\u0035\u0039\u0037\u0038\u0037\u0039\u0032\u0030":ColorSpaceYXY ,"\u0035\u0032\u0034\u0037\u0034\u0032\u0032\u0030":ColorSpaceRGB ,"\u0034\u0037\u0035\u0032\u0034\u0031\u0035\u0039":ColorSpaceGRAY ,"\u0034\u0038\u0035\u0033\u0035\u0036\u0032\u0030":ColorSpaceHSV ,"\u0034\u0038\u0034\u0043\u0035\u0033\u0032\u0030":ColorSpaceHLS ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0034\u0042":ColorSpaceCMYK ,"\u0034\u0033\u0034\u0044\u0035\u0039\u0032\u0030":ColorSpaceCMY ,"\u0033\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace2CLR ,"\u0033\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace3CLR ,"\u0033\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace4CLR ,"\u0033\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace5CLR ,"\u0033\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace6CLR ,"\u0033\u0037\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace7CLR ,"\u0033\u0038\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace8CLR ,"\u0033\u0039\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpace9CLR ,"\u0034\u0031\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceACLR ,"\u0034\u0032\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceBCLR ,"\u0034\u0033\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceCCLR ,"\u0034\u0034\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceDCLR ,"\u0034\u0035\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceECLR ,"\u0034\u0036\u0034\u0033\u0034\u0043\u0035\u0032":ColorSpaceFCLR }; +func _eb ()(*asset ,error ){_cb ,_ga :=_bc ();if _ga !=nil {return nil ,_ga ;};_fg :=bindataFileInfo {_gbb :"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063",_cdf :60960,_cf :_f .FileMode (436),_gf :_c .Unix (1628763334,0)}; +_dec :=&asset {_ff :_cb ,_fa :_fg };return _dec ,nil ;};func _bgb ()(*asset ,error ){_caf ,_gbe :=_gg ();if _gbe !=nil {return nil ,_gbe ;};_be :=bindataFileInfo {_gbb :"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043",_cdf :1052612,_cf :_f .FileMode (420),_gf :_c .Unix (1171030956,0)}; +_bge :=&asset {_ff :_caf ,_fa :_be };return _bge ,nil ;};func NewCmykIsoCoatedV2OutputIntent (subtype _ac .PdfOutputIntentType )(*_ac .PdfOutputIntent ,error ){_adb ,_ce :=_gg ();if _ce !=nil {return nil ,_ce ;};_gbd :=_ac .NewCustomPdfOutputIntent ("I\u0053\u004f\u0020\u0043oa\u0074e\u0064\u0020\u0076\u0032\u00203\u0030\u0030\u0020\u0062\u0061\u0073","I\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u00762\u005f\u0033\u0030\u0030_b\u0061\u0073","\u0054h\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020b\u0061\u0073ed\u0020\u006f\u006e\u0020\u0074\u0068e\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u002e\u0074\u0078\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0069\u006e\u006b\u0020\u0063\u006f\u0076\u0065\u0072\u0061\u0067\u0065\u0020f\u006f\u0072\u0020\u0074\u0068e\u0020\u0073\u0065\u0070\u0061\u0072\u0061t\u0069\u006f\u006e \u0069\u0073\u00203\u0030\u0030\u0025\u002e\u0020T\u0068\u0065\u0072\u0065f\u006fr\u0065\u0020t\u0068\u0069\u0073\u0020pr\u006f\u0066\u0069\u006c\u0065\u0020\u0069s\u0020\u0076\u0061\u006c\u0069\u0064\u0020f\u006f\u0072\u0020\u0074h\u0065\u0020\u0070\u0072\u0069\u006et\u0069n\u0067\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u0069\u006e\u0067\u0020\u0049\u0053\u004f\u0020\u0031\u0032\u0036\u00347\u002d\u0032\u003a\u0032\u0030\u0030\u0034\u002f\u0020\u0041\u006d\u0064\u0020\u0031\u0020\u0028\u0032\u0030\u00307\u0029\u003a\u000a\u002d\u0020\u0073\u0068\u0065\u0074\u002d\u0066e\u0064 \u006f\u0066\u0066\u0073\u0065\u0074\u0020\u0070\u0072\u0069\u006et\n\u002d\u0020\u0070\u0061p\u0065\u0072\u0020t\u0079\u0070\u0065\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0032\n\u002d\u0020\u0067\u006c\u006f\u0073s\u0079\u002f\u006d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u0061\u0074e\u0064\n\u002d \u0054\u0056\u0049\u0020\u0061\u0074\u00204\u0030\u0025:\u0020\u0043\u004d\u0059\u0020\u003d\u00201\u0033\u0025 \u002f\u0020\u004b\u0020\u003d\u0020\u0031\u0036\u0025",_adb ,4); +if _bee :=_gbd .SetSubtype (subtype );_bee !=nil {return nil ,_bee ;};return _gbd ,nil ;};var _dac =map[string ]DeviceClass {"\u0037\u0033\u0036\u0033\u0036\u0045\u0037\u0032":DeviceClassSCNR ,"\u0036\u0044\u0036\u0045\u0037\u0034\u0037\u0032":DeviceClassMNTR ,"\u0037\u0030\u0037\u0032\u0037\u0034\u0037\u0032":DeviceClassPRTR ,"\u0036\u0043\u0036\u0039\u0036\u0045\u0036\u0042":DeviceClassLINK ,"\u0037\u0033\u0037\u0030\u0036\u0031\u0036\u0033":DeviceClassSPAC ,"\u0036\u0031\u0036\u0032\u0037\u0033\u0037\u0034":DeviceClassABST ,"\u0036\u0045\u0036\u0044\u0036\u0033\u0036\u0043":DeviceClassNMCL }; +func NewSRGBv4OutputIntent (subtype _ac .PdfOutputIntentType )(*_ac .PdfOutputIntent ,error ){_fbe ,_eaf :=_bc ();if _eaf !=nil {return nil ,_eaf ;};_efac :=_ac .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0034","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073\u0052G\u0042\u0020\u0049E\u0043\u0036\u0031\u0036\u0039\u0036\u0036\u002d\u0034",_fbe ,3); +if _efb :=_efac .SetSubtype (subtype );_efb !=nil {return nil ,_efb ;};return _efac ,nil ;};func (_bcf DeviceClass )String ()string {if _bcf < 0||_bcf >=DeviceClass (len (_dgd )-1){return "\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0028"+_bf .FormatInt (int64 (_bcf ),10)+"\u0029"; +};return _gab [_dgd [_bcf ]:_dgd [_bcf +1]];};const (ColorSpaceUndefined ColorSpace =iota ;ColorSpaceXYZ ;ColorSpaceLAB ;ColorSpaceLUV ;ColorSpaceYCBR ;ColorSpaceYXY ;ColorSpaceRGB ;ColorSpaceGRAY ;ColorSpaceHSV ;ColorSpaceHLS ;ColorSpaceCMYK ;ColorSpaceCMY ; +ColorSpace2CLR ;ColorSpace3CLR ;ColorSpace4CLR ;ColorSpace5CLR ;ColorSpace6CLR ;ColorSpace7CLR ;ColorSpace8CLR ;ColorSpace9CLR ;ColorSpaceACLR ;ColorSpaceBCLR ;ColorSpaceCCLR ;ColorSpaceDCLR ;ColorSpaceECLR ;ColorSpaceFCLR ;);func (_ef bindataFileInfo )Sys ()interface{}{return nil }; +func (_dc bindataFileInfo )Name ()string {return _dc ._gbb };func (_bfa bindataFileInfo )Size ()int64 {return _bfa ._cdf };func (_ca bindataFileInfo )Mode ()_f .FileMode {return _ca ._cf };func AssetInfo (name string )(_f .FileInfo ,error ){_bbfa :=_cd .Replace (name ,"\u005c","\u002f",-1); +if _ede ,_cce :=_bfad [_bbfa ];_cce {_ag ,_df :=_ede ();if _df !=nil {return nil ,_dg .Errorf ("\u0041\u0073se\u0074\u0049\u006ef\u006f\u0020\u0025\u0073 ca\u006e't\u0020\u0072\u0065\u0061\u0064\u0020\u0062y \u0065\u0072\u0072\u006f\u0072\u003a\u0020%\u0076",name ,_df ); +};return _ag ._fa ,nil ;};return nil ,_dg .Errorf ("\u0041\u0073\u0073\u0065tI\u006e\u0066\u006f\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075n\u0064",name );};var _ea =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xb5\x65\x54\x22\x6c\xf4\xf6\x8b\xd3\xe1\x84\x13\xce\xcc\xe3\x84\x93\x3a\x76\x2b\x8a\xa0\x20\x25\x4a\x1a\xa8\x28\xa2\xa0\x18\xa0\x82\x8a\x89\x81\x62\xa1\xa2\x60\x27\x16\x88\x8a\x81\xdd\x35\xc6\x74\x3d\xd3\xdd\xdd\x9d\x67\x3d\xff\x73\xd6\x59\xe7\x7c\x79\xdf\xf5\xee\x0f\xf7\xde\xd7\xbd\xee\xbd\xf7\xbd\xae\x2f\x3f\x00\xe0\x8d\x2e\x00\x00\x00\xac\xd2\x05\x00\xb8\xd1\xb4\x60\x22\x12\xaa\xeb\x46\x0b\xd2\x5d\x7b\x15\xb0\x16\xb0\x07\x00\x00\xac\x06\x1c\xa5\x05\x73\xa3\x01\xff\xcb\xf8\x72\x05\xa0\xf1\x5f\xbe\x64\xfc\xdf\x69\xe5\x65\x30\x55\xe5\x76\x66\x0d\xcb\xc8\xfb\xe0\xf9\x2b\x22\xff\xff\x75\x2f\x60\x3d\x9d\xc1\x0d\x06\x00\x00\xef\x00\x00\x40\xbc\xb3\x05\xd4\x0c\x00\xd0\x60\x02\x00\xb1\x5b\x9d\x2d\xa0\xe6\x00\x40\x5c\x02\x00\xa0\xd1\x0f\xb5\x70\x36\x03\x00\x78\x46\x00\x40\xac\x15\xd4\xc2\xd9\x1c\x00\x78\x19\x08\x00\x68\xfc\xe2\x84\x85\x9a\x01\x00\xaf\x29\x00\x00\x40\x93\x17\x1b\x1d\x0b\x00\xbc\x66\x02\x00\x80\x1d\xc1\xd1\x9c\xff\xea\x94\xff\x66\x06\x33\x69\x74\x00\xe0\xf5\x27\x00\x00\x60\xc4\x8a\x8c\x0b\xfe\x7f\xf6\xfe\xf7\x63\x4d\x06\xdb\x93\x04\x00\x00\x7c\x01\x00\xc0\x5e\x00\x17\x40\x04\x20\x01\x50\x80\x2e\x20\x1e\x60\x05\xd0\x05\xa0\x01\x30\x00\x0c\xa0\x0b\x88\x06\x70\x00\x0c\x40\x08\x80\xf1\x3f\x99\x0d\x08\x06\x30\xfe\xe7\xf6\x3f\xfd\x5f\x1d\x0d\x88\x05\xc4\x01\x68\x80\x48\x80\x2e\x20\x0c\xc0\x06\xc4\xfe\xcf\xab\x58\x80\x2e\x20\x08\xc0\x00\xc4\x02\x68\x00\x00\xcb\x19\xfa\x3f\x3e\xaf\x5c\xf9\x3f\xbb\xff\xab\xf1\x00\x00\x20\x1d\x00\x00\xf4\x00\x00\xdc\x57\xd1\x34\x0e\xed\xff\x75\x44\x03\x00\xf8\xdf\xe9\xff\xdb\xef\xff\x4f\xfc\x6f\xf4\xff\xe9\x7c\x2d\x2d\xad\xff\x5f\xff\x0a\x00\x00\xb0\xf6\x6b\x7a\x7a\x7a\xfa\xda\x91\xac\x02\x5e\xe2\x3a\x68\x2e\x91\xdd\xbc\x9e\x26\x72\x65\x9c\xd3\x4c\x12\x7b\xf8\xdf\xd8\x5c\x23\x8d\xf2\x8a\xd7\xc2\x57\x16\xe3\xb6\xed\xb4\xab\x25\xa2\x6e\xec\xd1\x68\x78\x00\xcd\xd7\x59\x6e\xea\x70\x7c\xbd\xdf\xa5\xe5\xab\xfd\x5a\xdd\x17\x6d\x9f\x6d\xb0\x87\x47\x14\x4b\x16\x45\xc7\x20\xca\x32\x93\x41\x7d\x49\x67\xbe\x01\xc0\xe8\x1f\x15\xfe\x68\xbf\xe9\xf9\x9e\x95\x07\x54\xeb\xab\x12\xd6\x08\xc9\x9b\xcd\x92\x2a\x52\x42\xb7\x3c\xe7\xdf\xe2\x1e\xd6\x9a\x16\xd8\x85\x33\xb6\x7f\xcd\xf1\xa6\xf5\x68\x77\x88\x0c\x7c\xc4\x7b\xdc\xc4\x6a\x82\x64\xef\x3e\xe9\x2d\xd7\x85\x03\xb4\xca\x3e\x17\xff\x43\xef\x6a\x8f\x81\x1f\x1f\x5b\x5f\xff\xce\xfe\x83\xbe\x44\x06\xb5\xc5\x1b\xfc\x68\x76\xb6\x9c\x35\x96\xb6\x6e\x33\xc3\x9a\x25\xb5\x3d\x30\x72\xb2\x4c\x51\x54\xe8\x93\x6c\x10\x4a\xad\x23\x23\x3b\x1a\xa3\x7e\x17\xf0\xb5\xb7\x71\x08\x99\x76\xbb\x8a\xe2\xf2\x12\x86\xf7\x38\x27\x16\x46\x91\x75\xfc\xf8\x2e\x21\x2b\xf7\x95\x08\xf4\xfd\x4d\x74\x57\xe4\x12\x3c\xee\x1d\x7a\x23\xfa\xee\x1e\x76\x74\x40\xfc\x13\xf1\x5b\xff\xaa\xf4\x8e\xd3\x1d\xc3\xd7\x95\x2b\x40\x29\x26\x2f\xab\xdf\xda\x35\x99\x1b\xd7\x59\x59\x4d\x5b\x65\x34\xee\x35\x67\xd9\x82\x9a\x00\xc6\xb7\xec\x77\x37\x2b\x0d\x02\x41\x2f\x5a\x81\xc7\xbe\xed\x97\x86\xc6\x95\x64\xee\x6f\x09\xcb\xcd\x3d\xb8\xff\x61\xc4\x63\xbe\x5a\xd7\x3a\x7a\x4d\x6c\xd7\xc1\xbb\xb1\xfb\x22\x0e\x1d\x09\x49\xdc\x46\xbb\xa5\xe7\x96\xb6\xda\x47\xfb\x78\x66\xd6\x0e\xfc\x88\x11\x32\xb7\x0c\xfd\xd5\xe4\xb9\x68\x10\x76\xc9\xfc\xa4\x38\x0f\x5c\x6e\xa5\x90\xcc\xd9\x1b\xdb\xd4\x97\x43\xad\x6f\xdb\x1f\xac\x1a\xb0\x08\x72\x54\xd4\x01\x4c\xb5\x9d\x14\x0d\xd6\x86\x93\xb0\xc0\x46\xb5\x7e\xcc\xf1\x07\x54\x62\xc5\xa8\x81\x7e\xa0\xb8\xe8\xaf\x1e\x85\xe6\x95\xf5\x5d\x7f\x0b\xc3\x2c\x39\x5e\xbf\x30\xcc\x2a\xfa\xb7\xe1\x30\x5b\x1d\xca\x37\x59\xc9\xfd\x13\x60\x64\x36\x9a\x64\xec\x19\x6c\x09\x4e\x1b\x72\xf7\xb5\x3e\x93\xb5\x0b\xf1\xc4\xb6\x22\xe7\x8d\x13\x01\x58\x5a\xc0\x72\xa8\x04\x6d\x29\xfa\xd7\xd6\xc5\x89\x2d\xd9\x69\xb5\x0d\x96\x59\xce\x30\xe3\x21\x3c\xaa\x56\x1b\x6f\x47\x6b\xd7\xa0\x8e\xf7\xd9\x10\xbc\xea\x1a\x22\xac\xcd\xbd\xcb\xcb\xe5\x96\xf7\xc9\x13\x85\xa3\xe6\xad\xbe\xaf\x05\x25\x66\x33\x01\x06\x09\x0a\x0b\x4e\xf0\x36\xd6\x37\x6b\x5b\xe6\x14\x7d\x97\x1d\x92\xfd\xcb\x4f\xd3\xde\x23\xf6\x32\xf1\x38\xe8\x7a\x92\x97\xeb\x0f\x70\x3c\xff\xa2\x0b\xd7\xf9\xa1\xe0\x1d\x44\xd7\x65\x55\xce\x5f\x7b\x57\x64\xb4\xc8\xca\xc6\x07\xfd\xab\x78\xda\x02\xef\x16\x57\x7a\xc1\xa4\x1c\xb7\xb7\x4c\x60\xb8\xd9\x59\x8e\x35\x69\x7b\xe6\x2c\xc0\x6d\xae\xef\x84\x8c\xe1\xfa\xcb\x3e\x3a\x72\xf0\x4d\xa2\x34\xe0\x27\x62\x60\x46\x9d\xbd\xc4\x7b\x4b\xbc\x29\x48\xed\xbf\x39\x7c\x14\x62\x1c\x6c\x15\x38\xe5\xbc\x27\x2c\xc0\x7b\x0b\xec\x76\xd4\x02\xee\x08\xc2\x26\x8e\x8a\xb2\x40\x6b\x24\x5d\x82\xee\xc2\x3c\x4e\x3f\xe8\xe8\x80\xa5\x67\x09\xed\x3a\xf0\x57\x73\xe3\xad\xc2\x49\xc7\x0a\xbe\x98\xb9\x7b\xbe\x28\xb6\x34\xe2\xba\x7f\x41\x68\x75\xd7\xba\xfd\x46\xf8\xcb\x2d\xdc\x56\x23\x96\xea\xcf\xa3\x5b\x90\xee\x65\x83\x70\x11\x72\x5d\xc1\x65\xf8\x6e\x8c\x59\xba\xd0\xa5\x07\x8f\xe5\xc6\x22\xd4\x5e\x5f\x43\xcb\x51\xe7\xfc\x27\x28\x6f\x31\x3e\x74\x92\xc7\x46\xf7\xcb\xe1\xc3\x6e\x19\x78\x4c\xf4\x67\xf8\x2f\x92\x61\x7c\x39\xe4\x9a\xd7\xde\xe4\x4b\x0e\x01\x64\x4e\x3a\xcf\xe6\xa9\xaf\x30\xcb\xce\x42\x44\xb9\x9a\x33\x63\xe2\xe5\x77\x13\xac\x18\x6c\xa7\x40\x20\x8b\xaa\x13\x3e\x13\x10\x0f\xb9\x86\xd7\x67\x70\x7b\x83\x16\x91\xe1\x18\x5f\x96\x86\x2f\x85\xfc\xca\xf7\xc7\xbe\x82\x41\x53\xff\xe0\x0e\xa1\xee\x46\x3f\xc1\x13\x09\xbb\x83\xc7\x48\x06\xe4\x1c\x9f\x07\x9e\x43\x54\x57\x82\x2d\x99\xc4\xb8\xe9\x8a\xf1\x5d\x88\x3c\x04\x9b\xf6\xff\xc1\x01\x82\x89\x81\x38\x1e\x1c\x58\x17\x44\x4f\xfe\x6a\xbd\x96\x8e\x4b\xc7\x9b\x45\x85\x1d\x07\x12\xc7\x77\x31\xf3\x80\xfb\x06\x4c\x43\x15\x76\xa7\x55\x28\xc6\x7a\x5b\xa8\x5c\x9f\xc6\xb6\xde\xd2\xb0\xe4\x3f\x6b\x6d\x53\x66\xe7\x17\x6b\xf3\x21\xef\xbc\xef\x11\x7b\x59\x4a\xb2\xef\x6e\xe8\x12\x7b\x07\x65\x9d\x1b\x3f\x70\x34\xc0\x80\xf4\xd8\x1b\x43\x5b\xe5\x5b\x8d\x0b\x0c\x6a\xa5\xad\x40\x61\x19\x7d\xa1\x59\x50\x57\x26\x97\xd5\x0d\xba\x1a\x2e\xe2\x3c\xb1\xbd\x18\x49\xe1\x89\x2c\xee\xc6\x57\x5a\x2f\x4e\x07\xc6\x0d\x5a\xaf\x1b\x29\x8d\x95\x59\x1d\x56\x67\x70\xf2\x2c\x82\xba\x9c\xa3\xb6\x99\x74\xb4\xfd\x64\xd5\x1b\x5d\x69\xcc\x61\x46\xeb\x4d\x94\x7f\x0d\xb1\x31\xc1\xe6\xf6\xd0\x1b\x2c\xed\x93\x80\x8c\x37\x8e\xd8\x08\x6e\xa8\x23\x62\x39\x40\x19\xc6\xc7\x7e\xf1\xdc\x1b\x7e\xd3\x93\xe2\x7e\x98\xe5\x4c\xf1\x44\xfc\x1b\x75\x2d\xe8\x86\xd3\x22\xa7\x39\xcc\xc4\x21\x38\x76\x89\x7d\xc2\xfa\x41\xa6\xbb\xa5\xd3\x2c\x3a\x53\xcb\xa2\x6b\x3c\x21\x83\x65\x1e\x36\x64\x95\x1e\x6e\xaa\xec\xdb\x9d\x7a\xc5\xd8\xaa\xd3\x28\xe9\x9c\xc1\xed\xd6\x70\xde\x75\xfd\xd5\xf5\x69\xb1\x86\x47\x63\xa5\xa0\x98\x56\xbd\x0d\x39\xfc\xe8\x9b\xa6\xb6\x09\x80\x18\x43\xbb\x1d\xcc\x01\x0e\x05\xaa\x4d\x11\x72\xef\xa3\x7f\x12\x2f\xc7\x1f\x21\x8c\x62\xce\x24\x44\x90\xe7\xe0\xea\xa4\xd3\x54\x26\xe4\x6c\xca\x24\x83\x02\x3c\x25\xa2\x9a\x2b\xe7\x64\x22\x9c\x79\xd8\xe4\xba\x82\x05\xb3\xf5\x23\x36\x79\xf5\x46\x25\xfd\x63\x79\x0c\xc3\x4f\xdd\xf7\x84\x49\xc7\xa3\xdb\x6b\x32\x15\x47\x8b\x9b\x69\xe9\x85\x47\x1e\xd6\x40\x53\x31\x87\x11\x25\x3b\x93\xd3\x8e\xea\x64\x1d\x4f\xf8\x71\x6c\x3c\xf6\x6a\xd2\x26\x8b\x48\x46\x64\x22\xc7\x61\x96\xcc\x49\x99\x80\x2f\xe2\x33\xf8\xf7\xdc\x51\xe8\x8e\xcc\x45\xcf\x10\x17\x46\xd6\x1d\xca\x3a\xc7\x97\xd2\xdf\x66\xce\xf3\xf3\x65\xfa\x66\xf0\x29\xb4\xf4\xa5\x29\x76\x74\x54\x2a\x30\xd1\x19\x84\x49\x5e\x1a\x75\xf5\x9e\x2a\x15\x1b\x1e\xec\xcc\x10\xd3\x8f\x1f\x68\x2b\x2e\xca\xd3\x7b\xda\xc8\x2d\x30\x38\x7a\xaa\xa2\x22\xc7\xe1\xf0\xfa\xc2\x56\xe1\x9d\x63\xb4\x0c\xed\xec\x5e\xfd\x14\x4e\x6b\xd6\x9c\xf9\xef\xe0\xc7\x39\x87\x1c\x6d\x7c\x80\x79\x18\xf8\x39\xc2\xa1\x02\x81\xdb\x55\x57\x48\xa1\x27\xc9\x0e\x96\x59\xfb\xca\xa4\x78\x61\x57\x1d\xc3\xe4\xe3\x74\x51\x1d\xc5\x24\x78\x7c\x53\xdd\x01\xe3\xb2\xa1\xee\xda\x73\x46\x4a\x35\xae\xf6\xb8\x61\x85\xaa\xab\x3a\xdc\xe0\x90\xe2\x6d\x65\xad\x7e\x59\xb3\x75\xb9\x4a\xcf\xb1\xb6\x54\x3a\x79\x2c\x53\xba\x49\xa2\x7b\xec\x5a\xde\x8f\x52\xb4\xfe\x6b\xfe\x96\x12\x43\xc3\x99\xe8\xd4\x92\x10\x6b\xbd\xe0\x97\xa5\xa7\xc1\x9a\x3e\xa1\x12\x19\x7c\x0d\xfe\x64\x59\x2e\xa6\x02\xad\xd7\xa2\x34\x82\x2f\xa6\xb4\x82\x8c\xee\xcc\x3c\x6f\x75\x35\x22\x4c\x78\xb4\x1e\x34\x14\x0e\xff\x6a\x79\x64\x20\xed\xef\x6b\xa9\x3d\xde\xd8\x13\xd4\x2c\xd7\xff\xb7\x63\x4f\x53\x84\xde\xa7\xd6\xee\xc6\xbb\xc7\x7e\x35\x02\x1b\xec\x8f\x9d\xab\x94\xd5\x09\x8f\x99\x88\x67\x6a\xe3\xf5\x46\x84\xf1\x35\x4f\x0c\x2a\x92\x8d\x6b\x78\xa6\xfe\x51\x9b\x6a\x06\x6c\xd4\xc1\xff\xd4\x0a\xc0\x24\xf2\xed\x3a\x9c\x0b\x13\x7f\xa4\x8b\x74\x5c\xb5\x34\xd6\xa5\x34\xd8\x35\x07\xee\x12\x1d\xcf\x9f\x2c\xe8\xca\xd6\x87\x8c\xfa\x76\x85\xe9\xe9\x0e\xae\xe8\x0a\x3b\x3a\xd8\x7b\xae\x0b\x72\x64\xa2\x4b\xa3\xcb\xe4\x70\x9b\xfc\x42\xd7\x86\x43\xf9\x4d\xa3\x9d\xfe\x87\x74\x6b\x3b\x95\xf7\x0f\xe5\x94\xe9\x28\xea\x0f\x07\x15\xee\x68\x63\x1e\x7d\x22\x38\xd2\x6a\x65\x00\x4e\x18\x6a\x35\x33\xc5\xb1\x09\xad\x86\x36\x5a\x41\xa7\x5b\xad\x1d\x93\xbd\x7f\xae\x8b\xc8\xa9\xc9\x36\xdf\x38\x98\xff\x22\x99\xb4\x89\x57\xf8\x82\x33\xb7\x65\xb9\x84\x18\x8e\xd6\x3a\x2b\x1d\xa5\x3d\xdf\xa1\x5b\xa9\xf2\x85\x68\xdf\xab\x4d\x20\x46\xfe\x73\xbc\x51\x0f\xd3\xb9\xf7\x4f\xb3\x07\xfc\xf2\x01\x55\x9b\xa6\x13\xfe\x90\xb9\x02\x0a\xc2\x1e\xf9\xa1\xdc\x69\x17\xa5\xb7\xd4\x71\xd2\xaa\xd3\x60\xa9\xcb\xcd\x5c\xcb\xf8\x62\xb7\x86\xd1\x09\xb3\x77\x3d\x72\xfd\xa3\x96\x53\xbd\x6f\x8e\x28\xb6\x9d\xe2\xbf\xcd\x9b\xd7\xde\xf4\x1f\x31\xb5\x17\xb3\xca\x78\x51\xbb\x0f\xe7\xc2\xd8\x09\xff\xc0\x45\x44\x46\xe1\xde\x0e\xb1\x98\xf2\x67\x7f\x96\xb4\xd3\x73\xd5\x41\x9d\xca\x52\xf7\xfa\x23\x9c\x5a\x34\x12\xa7\xbf\xa2\xe1\xbe\xd3\x49\x03\x5c\x13\x1c\x74\xd7\xa8\xb7\xc5\x1f\x08\x36\xb5\x69\x03\x5b\x8f\x98\x7f\x92\x7f\xb4\x40\x5a\xdd\x6b\x2f\x36\x69\xb3\x3d\xd5\xb1\xc9\xe0\x85\x7d\x6b\x67\x80\x5e\x9c\x8e\x0f\x4f\xab\x48\xba\x4f\x37\xe1\x7e\x76\xcb\xfe\x0f\xc9\x36\x29\x43\xba\x8b\x69\x1b\xb8\xd4\x43\x24\x01\x36\xfc\xc0\x91\xad\x39\x05\x81\xef\x8f\x61\x44\x44\x72\x99\x7e\x91\xb8\x02\x1f\x62\x68\x26\x2d\x72\xdd\x6b\x72\xa8\x92\x09\xab\x34\x37\xab\x99\x04\x3b\x5b\x69\xd6\xe7\xd8\x07\xdb\x54\x35\x7e\xb0\x39\x03\xfc\xa7\xe9\x87\xa5\x8f\xc3\x42\xcb\x39\xd3\x67\x60\x69\x1b\xca\xa8\xc4\xd9\x59\x5e\x76\x1c\x7d\x94\x15\xb5\x59\x0a\x38\x36\x17\x3d\x55\xb0\x5f\x6f\x9e\xa3\xca\xf4\xd3\xbf\x18\x37\x9d\xf0\xcb\xc0\x38\x31\x3c\x2a\xcb\x08\xc5\xf7\x08\xd9\x68\xb2\x55\x60\x41\x79\x65\x7a\x35\xe7\xb9\x07\xc7\xc2\x5f\x64\xe7\x6e\x63\xed\x20\x4e\x44\xee\xb5\xbd\x2f\x65\x3a\x89\xec\x0b\x2a\x6a\x41\x76\x8e\x96\xd5\x0a\x3b\x04\xe4\x5d\xdd\x88\x55\x2e\xb4\xad\xd1\xc6\x1c\x00\x37\x95\x75\x1a\x8f\x22\x27\x9a\x37\x1a\xb0\x4c\x07\x43\xde\x56\xdb\x9b\x6b\x85\xbe\x2b\x69\x37\x8f\x0d\xbb\x93\xab\xb6\x70\x8a\xdc\x96\x36\x6a\xc9\x8d\xde\x10\xe7\x63\xc5\x88\xdd\x14\x71\xd9\x46\x27\xe1\x52\x10\xc7\x8e\xcc\x27\xfb\x94\xda\x5b\x09\x2c\x09\x16\xa0\xac\x9c\x61\xd7\x6a\x88\x8d\x88\xe8\xb2\xc1\xf9\x8d\x38\x18\x9c\xe8\x72\x50\x92\x67\x4f\x47\xf0\xca\x0b\x6c\x92\x50\x4f\xab\x42\x2c\x54\x98\x98\x9a\x4f\xa6\x5b\xb1\x7a\xf5\xdb\x0c\x87\x41\x7d\x01\x81\x32\x4d\xc7\x72\x6a\x4d\xe5\x12\x38\x36\xf0\x92\x78\xce\xd1\x3d\x68\x38\xc7\x04\x74\x92\xe1\x9c\x4a\x74\x0c\x0d\x2b\xe0\x30\x20\xd6\xec\x12\xa6\xc2\x29\x9f\xcb\xa0\xba\x42\x7d\x12\x57\x7a\x55\xbb\x8c\xf2\x41\xd8\x59\xc4\x82\x60\x2f\x2a\x0e\xf5\x3c\x47\xe5\x7c\x07\x03\x2b\x58\x04\x7d\x75\xaf\x28\x4e\xb7\x9b\xc4\x75\x96\xaa\xad\x54\x84\x97\x65\x7c\xb3\x31\x8f\x94\x8a\xdb\xc6\xc6\xc8\x66\xcf\x8f\x0a\x07\xf4\x31\xef\x4d\x0d\xef\x51\xe7\xc9\x9a\x15\xfd\xa8\x7f\x7d\x8e\x17\xf3\x90\x77\xfd\x44\xd9\x30\xd4\x56\x2a\x3a\x89\x81\x02\x06\xbf\x88\xb2\x45\x3b\x85\x01\x18\xe9\x18\x37\xb6\x94\xd2\xe9\x76\x36\x76\x97\x87\x26\x76\x3a\x91\xea\x96\x49\x58\xcf\x9f\x44\xec\x22\xbe\x15\x44\x40\xce\x7a\xfc\xce\x89\x70\x70\xf1\xd6\x2d\xd8\x6e\xf3\xc1\x87\x50\x14\x65\xb1\xec\x57\x5c\x12\x6a\x32\x4b\x7a\xee\x7e\xae\xbb\xc6\x13\x80\xfd\x2c\xd7\xf7\x42\xe2\x31\xf5\xd7\x3d\x5e\x12\xc0\xe5\x19\xa4\x25\x62\x40\xe1\x53\x62\x8c\xc7\x69\x81\x33\xd1\x82\xfc\x9b\x57\x43\x42\x05\x3c\x88\x5c\x45\xaa\x0b\x7e\x10\xb4\xd5\x13\x1f\x96\xeb\x53\xee\xcd\x8d\x8a\x22\xf4\xf8\xe8\xc7\x9e\x72\x4d\xf7\xdb\x9f\xb4\x1a\x76\xc9\xdf\x33\x6d\x23\xd8\x86\x7a\x50\xa0\x0b\xac\x0b\x7c\x2f\x9c\xb0\x3e\x14\x74\x3f\xff\x88\x59\x43\x60\x3b\x42\x67\xf0\x14\xed\x3b\x92\xae\x52\xd2\xaa\x90\x6f\xdb\xae\xd3\x78\xa8\xa1\xfa\xcb\x81\x28\xd7\xad\x65\xb3\x54\x3e\xe6\x97\x08\x4a\x85\xe3\x1c\x32\x72\xfd\x3d\x49\x6d\xb1\x1f\xfd\x91\x3e\x51\x61\xeb\x02\x5e\x51\xaf\x06\x7c\x0a\x5c\x41\x7f\xe0\x35\x43\x53\x86\x13\x71\xfb\x82\x4f\x45\x13\x51\x45\x0c\x66\x5c\xb0\xf3\x44\x28\x3a\xc9\x09\x14\x17\xb6\x9f\x7f\xd9\x56\x19\x7e\x22\xb3\xc7\xe2\x22\xeb\x83\x53\xdd\xf8\x8e\xa8\xf5\xce\x71\xfd\x33\x51\x52\xe8\xea\xae\x3c\xf6\x37\xe8\x81\xb6\x60\xb6\x2d\x14\xdf\xb0\x22\x72\x05\xcc\xb6\x2c\x3f\x7c\x95\xcb\x64\x81\x23\x33\x03\x19\x90\xd6\xcd\xb4\xc0\x6e\xe3\xf0\x43\xbf\x79\xd8\x86\x38\x31\x7f\xf8\x6a\x53\x52\xc2\x67\x03\xd7\x78\x70\x23\xc1\x8c\x02\x77\x07\xf6\xb6\x08\x2e\x42\x19\xbd\x26\xfa\xb7\x13\x20\x46\x10\xb7\x60\x3f\xcd\xdd\x91\xe4\x65\x9d\x94\xac\x09\x42\x4e\x1f\x4b\x66\x82\x72\x47\xb8\xc9\x8f\x40\xcf\xfa\x3e\x27\xcb\x1d\x37\x76\xda\x26\xd5\x83\x46\x5a\xe9\x89\x18\x50\x42\xfd\x6e\xde\x3e\xc7\x0d\xd2\xd1\x38\x1a\xf8\x4b\xde\x43\x6e\x09\xf4\x48\x2a\x9c\x53\x8c\x3a\x10\x75\x91\x9b\x8c\x0b\x0d\xee\xe0\x9e\xf6\xdc\xe2\x6b\x1d\xfb\xcc\xf7\x2c\xf1\x50\xfc\x34\xcd\x14\x93\x99\x60\x17\xf2\x16\xbe\x2e\xf1\x45\x64\x00\x58\x95\xdc\x1a\x53\x6c\x77\x53\x68\x08\x3c\x38\xdb\x22\x8c\x07\xda\x8d\x47\x0b\xb9\x76\x4f\x06\x27\x85\x14\xbb\xb8\x5e\xdd\x6c\x84\xed\x6d\xe5\xb8\xe0\xa1\xed\xe1\x96\x7d\x99\x7e\x36\xdd\xb5\xc5\xe9\x7d\xb6\x5a\x12\xdb\x34\x0e\xd0\x28\xe7\x03\xbf\xdb\x31\x34\x59\x2f\x35\x18\x66\xc5\x42\xa4\x9e\x72\x65\x06\x36\xf2\x93\xf0\x5f\xbd\xef\xf0\xaf\x79\x79\xe3\x6e\xa5\x5f\xf3\x3f\x84\x9e\xcb\x4c\x08\xd6\x82\x25\x66\xad\x63\xe6\x83\x3e\x89\xf7\xd8\xbc\x9f\xf7\x10\xe7\xd8\xee\x9b\xc4\x89\xb3\x6d\x8a\x47\x0c\xc4\xd1\xd6\x77\xfa\xf7\x8b\xb5\xad\x35\x55\x3f\x8b\xb2\xad\x3c\x15\x55\xa2\x65\x4b\x41\x93\x5e\xc1\x4a\x4b\x44\xb5\x4e\x9e\xb3\x65\x52\x89\x66\x6e\xa4\xf5\xdd\x6c\x9d\x9c\x0b\xc0\x17\x09\xfb\x72\xca\x9c\xc2\xc3\x2f\xe6\x48\x91\x07\x03\x86\x72\x6b\xb0\xfb\xbd\x30\x79\x38\xd2\x09\xec\x83\xfc\xe7\x3e\x0f\x50\x14\x51\x06\xb5\xdf\x59\x5a\x49\xb4\xde\x71\x42\x59\xf9\xdc\x3a\x72\x4a\x55\xf9\xd6\xea\xe7\xe8\xd5\xca\x17\x56\x82\xc1\xf5\x95\x57\x2d\x5f\xf7\x92\x2a\x9e\x5b\xc2\x3b\x7a\xca\x05\x16\x49\xad\xf5\xd2\x6f\xe6\xe5\x0d\x0c\x49\x92\x79\x66\xc5\x8e\xd2\x8d\xe6\x63\x45\x46\x25\xf3\x56\xde\x99\x7a\x25\x34\xbb\xe8\x38\x6a\x49\x32\xf8\x21\xf3\x69\x49\x13\x9c\xed\x5f\x5f\x9a\xea\xb6\xcb\x13\x2e\x49\x26\xcc\xbb\x7f\x93\x5e\xf5\x26\x22\xae\x34\x72\x2d\x83\x17\x1e\xc9\xd6\x59\x9e\x98\xfe\x2b\x3b\x6e\x29\x1c\x77\x94\x99\x5b\x5a\x0e\xb5\xca\xcc\x2d\x2e\xa9\xff\x69\x7c\x6c\x11\xa3\x72\x6c\xb8\x62\xfe\x55\x11\x5b\x1f\x6f\x6e\xd3\x54\x59\xb7\xd1\x6c\xb6\x66\xb0\xa6\xdb\x6c\x48\x32\x5e\x3d\x6a\xde\x97\x8f\xab\x0e\xb3\xda\x99\x06\xad\x0e\xb7\xd3\xe1\xea\x54\x77\x81\x53\x42\x4d\xab\x1f\xba\x9c\xa2\x64\xd7\x74\xb9\x56\x79\x38\xd5\x3e\xc2\x6f\x70\x1b\x57\xac\x34\x6f\x5b\x5c\x54\x08\x2d\xd6\xcd\x1e\x57\x28\xcc\x1f\x4d\xb8\x29\x4a\xcd\x39\xc3\xe7\x14\x31\x66\x5f\xfa\x29\x0a\x84\x59\x54\xf7\x37\x79\x86\x99\x86\xb2\xae\xad\xc7\x34\xa8\xd5\xa6\xf5\xa4\xc9\x48\xc3\x68\xcb\x69\x93\xb7\x95\x16\xcd\xc3\xa6\x66\xe2\xca\x66\x1d\xf3\xcd\x39\x1a\x4d\x17\x2c\x85\x29\x55\x4d\x7f\x6c\x69\x31\x16\xcd\x47\x1c\x2b\x19\xf3\xcd\x09\x30\x85\x5f\x74\x8b\x0b\x7a\x07\xf1\x5a\x77\xaf\xe9\xdb\xa5\x81\x1e\x90\x59\xfc\x9c\x76\x4f\xb8\x19\x63\xd2\xa6\xc7\xda\x74\x7e\xe4\x54\x0f\xc0\xe4\xca\x40\x7a\xf7\x35\xe3\xab\xbd\xc0\xee\x0a\xe3\x3d\x9d\xec\x6e\xb2\x11\x5d\x1e\xd1\x7d\xd8\xb0\xbc\x89\xaa\x2a\x35\xf4\xad\x25\x74\x0d\x1a\x4e\x48\xdf\x74\xb2\x8c\x5a\x0a\x5d\x3a\xf6\x99\x62\xb3\xcc\x95\xe3\x16\xbb\x93\x82\x95\x1f\x6d\x34\xa2\x14\x1d\x2b\x41\x2b\xe9\x6d\x1d\x45\xd0\xdd\xbe\xd6\x9b\x5f\x17\x3e\xcd\xa5\x6b\xf1\xc4\xf6\x69\xb2\xed\x0c\xc9\x21\xde\xb6\x9d\x16\x65\x3f\xd9\xd3\xbb\x36\x56\x79\x86\x1c\xd9\xfd\xa6\x76\xc8\xbf\x49\xa7\xb6\x91\xe5\xd9\xb7\x7f\x4b\xf3\x25\xec\xb0\x6e\xa6\x7c\x1d\xfa\xe0\x61\x68\x7b\x39\x4c\xf7\xe8\xcf\x8e\x0e\x30\x48\xff\x59\x97\xb7\x3d\xd1\xf0\x82\xea\x93\x8d\xc4\xe4\x67\x0f\xcc\x72\x9b\xf9\xe9\xde\x74\x53\x8e\x55\x51\xdf\x23\x43\xb2\x2d\xb2\x7f\x97\x5e\xc3\x6e\xe3\xec\x65\xd1\xf2\x3f\x23\x39\xf9\x59\x3b\xf7\x96\xe4\x43\x92\x21\xfb\x0d\x0a\x39\x1c\x98\xae\x5e\xc9\x91\xb0\xc8\x83\xe3\xd2\xa2\xc0\x96\xc3\xb2\xca\x64\xb2\xe4\xe8\x8f\x5a\x53\x3c\xe3\x38\xb6\xe1\x31\xfa\x81\xe1\xad\xe6\xed\xb0\x11\x13\x78\x6b\x1d\xb8\xce\x6c\x41\x2e\x72\x58\x6d\xc9\x6f\x87\xd9\x16\xdb\x50\x94\x4b\x56\x46\x40\x52\xe7\x3e\xb3\xd3\x20\x50\x17\xc3\x18\x0f\xd1\x52\x95\x1a\x68\xe8\x36\xf0\x83\x4a\x82\x0f\xef\x4d\xab\xcf\x5d\x3a\x7a\xfe\x3f\x62\xea\x69\x64\xa5\xf2\x1c\xf5\xfd\x72\x0f\xb1\xb7\x1a\xe8\x8a\x30\xf4\x93\x46\x87\xc5\x6c\xca\x26\xe3\xa7\x52\x17\xd2\x33\x33\x58\xa5\xb6\xdb\xb0\xa5\x6d\xcd\x1d\x84\xb9\x0d\xa8\xc1\x17\x32\x6a\x57\x28\x1b\x03\x1d\xb6\xff\xd9\x7c\xd9\xae\xd9\xb1\xa2\xb5\xdf\xda\xc1\x89\x20\xf7\x32\xbf\x05\x7d\xa3\xe8\x35\xc9\x82\x27\xb6\x3f\x37\xb4\x32\x00\xc6\x0b\xca\xef\x18\x31\x78\x2d\x45\x06\x26\xce\x89\xfb\xb3\x15\x66\x3b\x93\x0f\xa7\xdc\x35\xe7\xf0\xcf\x72\x83\x2d\x2e\x0a\x76\x87\x6b\x58\x51\x72\x20\x81\x5d\x36\x47\x0b\x06\xc8\x28\x3b\x78\xf1\x0c\x7e\x9f\x7d\x8d\xe4\x3e\x7a\xcc\x51\xbb\x62\x0e\xfa\x00\x52\x5a\xb3\xc9\xf1\x0a\xd4\xba\xee\x83\xfd\x56\x97\x73\x8d\x71\x36\x69\x48\xcb\x26\x0f\xcb\x9d\x68\x69\xf3\x77\xd3\x66\xb7\x2d\xad\x5e\x46\xde\x56\x23\x6c\x6c\x6d\xbb\xcd\xd7\x28\x3b\xe9\x6e\xbb\xee\xe8\xe9\x02\x9e\xfd\x36\x4e\x5b\xe6\x5d\xfb\xaf\x71\xb9\x89\xf1\x0e\x0f\x12\x37\x46\x9d\x72\x8c\x4f\xed\x0d\x61\x42\x0e\x64\x22\xfd\x43\x9d\x64\xc2\x0b\x9e\x5a\xd0\xa2\x82\x83\xee\x15\xf0\xcd\xc5\x52\xe4\x61\x24\x48\x42\x75\xea\x44\x87\x94\x0b\x41\x31\x98\x9e\xaa\x38\xbb\x5c\xec\xa6\x5a\x63\xab\x39\x7c\x5c\xbd\xca\x5c\x93\xb4\xb6\x31\xdf\xb8\xc6\xe9\x0f\xe3\x4a\xf3\x26\x68\x51\xc8\x8d\xea\x8b\xb0\xf7\xa1\xef\x4b\x95\x2e\xd2\xb0\xa9\xbc\x5e\x78\x68\xc4\xa7\xf4\x02\x04\x2c\xea\x5a\x3c\x0c\x71\x97\xab\x8a\x6c\x45\x6d\x4e\xd8\x1f\xcc\x45\x0f\xa4\x7c\xf1\x1d\xc2\xa4\x65\x8c\x11\xd9\xee\x6b\x84\x14\x4c\x22\xf6\x53\xfe\x05\xf8\x6a\x82\x59\xd1\x15\x88\x05\x09\x58\x6a\x67\xff\xd9\xd3\xb5\xcc\xc8\xe6\x81\x77\x54\xc5\xbf\x16\x1f\x7d\x66\xab\x5d\x4c\x77\xbb\xa5\xf8\xa3\xda\xeb\x71\xfe\x01\xb9\x32\x23\x7c\x24\x75\xb0\xea\x28\xe1\x78\xe0\x93\x12\x6b\xfc\x54\xf0\xbe\x9c\x0e\xbc\x8a\x71\x2f\xf5\x3c\xfe\x7d\xd8\x03\xae\x0b\xe1\x31\x3b\x2c\x6c\x89\xb4\x91\xf3\x34\xf0\x8e\x87\x15\xef\x03\x19\xe8\xf9\x25\xa5\x1f\xbf\xd2\x7b\x2c\xe3\x14\x3a\xc5\x27\x40\x88\x86\xde\xf5\x83\xe6\xdb\x3a\x76\xf8\x83\x0b\x27\x80\xde\x54\x1b\xf1\x23\xeb\xdd\x34\x3d\xc9\x80\xd9\x34\xd9\xce\xe3\x7d\x8f\xc0\x77\xb5\x97\xb1\xc2\x93\x62\xe2\xcd\x6a\x24\x52\xb4\xc8\x4b\x15\x9f\x28\xc6\xbe\xc0\xe2\x52\xbf\x8b\xfe\x2b\xb3\xad\xfc\x66\x03\xc7\x93\x18\x7e\xed\xf4\xa6\x68\x0d\x8a\x7b\x18\x2e\xa4\xc3\x5f\xc2\x7a\x1e\xa0\x13\xf0\x92\x6b\xee\xf9\x2a\x90\x9d\xb0\x03\x7b\x28\x48\x2f\x55\x0f\x99\x10\x7c\x2b\xe3\xb6\xd3\x03\x06\x33\x7b\x0a\xb4\x3a\x74\x7f\x1e\xce\x36\x98\xf9\x55\xd4\x66\x31\x48\x7f\xe9\x6e\x36\xf8\x3e\xd4\x0f\x3b\xa6\x72\x65\xf6\xe2\x57\xb4\xf1\xc3\xe6\x09\xc8\xfa\xdb\x4c\x05\xb1\xa5\x3c\x22\xf4\xba\x07\xb4\xb0\x29\xe4\x8f\xd7\x39\x81\x7b\x88\x9d\xef\x1b\xde\xcd\x10\x06\xf5\x55\xe4\x7c\xc8\x0b\x7a\x74\x70\x6e\xe8\xd7\x30\x53\x3f\x50\x58\x0a\x3b\x82\x94\x16\xfe\x86\x9b\xe5\xe6\x10\xc9\x4c\x88\x81\xa7\xb2\x35\x52\x0d\x21\x46\x51\xf9\x19\x51\xf6\x66\x31\x9b\xb2\x0f\x58\x1f\x89\xf1\x41\x6a\x8f\xdf\xe3\x5a\xa1\x40\xfd\x37\x62\x43\xd1\xfa\x5d\x86\xb1\x53\xe8\x87\xad\x77\x63\xbf\xb9\x9e\xad\x47\xc5\xae\x74\x73\x28\xe3\x70\xcd\xb1\x9b\x45\x7b\x38\x1e\xf8\xa8\x8c\x91\x98\x6d\x9e\x84\xb8\xda\xe8\x87\xbe\xf4\x70\x4a\x4c\x1e\x15\x17\xd8\xc8\xa9\xa4\x87\x90\x67\xb9\xb7\xc3\x98\x84\xdd\x71\x0c\xf6\x5f\xd7\x90\xf8\x61\xee\x1d\xd8\x48\x82\x76\x42\x82\x63\x69\xa2\x24\xe5\xbb\xed\xef\x34\x4d\xe8\x81\xe9\xb9\xb4\x2b\xd0\x4f\x23\xe7\xd3\x9b\x60\x17\xfb\xfe\x4d\x5f\x76\xf1\xef\x38\x97\x9e\xe5\xd2\xd7\x72\x2b\xed\x27\xdc\xb1\xce\x87\x5f\x82\xb0\x90\xe6\xa4\x7a\x21\x6f\xe7\x77\xa7\x10\x5c\xf7\xa5\x7d\x4b\xfe\x80\xdf\xce\xf5\x4c\x5e\xf2\xe4\x86\x9e\x4a\xb1\xf7\x0d\x08\xb0\x4d\xdd\x41\x5d\xf4\xf2\xe1\xef\xa7\x5f\xc7\xfe\x49\xcb\x0c\xa7\xa3\xda\xd2\x7f\x46\xc5\x41\x0f\x66\xc2\x63\xa1\x0e\x33\xf9\x5b\xc0\x21\x73\xd0\xfc\x3f\xe0\x8f\xe3\x8a\x82\x12\x48\xd0\x60\xa5\xc8\xd5\x69\x6d\x0f\xa3\xa0\xd2\x69\x4b\xfb\xf9\xfc\x8b\x4e\x5b\x9b\x2d\xf2\x06\x9c\x22\x6a\xea\x72\x61\xce\x87\x25\x1b\x73\xf0\xb0\x35\xb9\x0a\x61\x36\xfc\x61\xaa\x63\xf6\x4f\xcc\xc1\x68\xb5\x30\x9b\xe0\x47\xaf\x12\xca\xbd\xd2\xfc\x2e\xe6\x18\xf8\xc9\x3d\xf0\xb9\x41\xb4\xd5\xee\xd8\xbc\x9e\x90\x58\xc4\x6c\x81\x46\x84\x14\xf2\x54\x02\x77\x50\x9f\x20\x49\x6d\x41\xd6\x93\x6a\x69\x26\xc8\x7a\x04\x2a\x3d\x0f\x02\xab\x4f\x49\x97\x41\x36\xaa\xbd\x92\x77\xa0\x75\xf2\x29\x89\xa6\xc3\x59\x19\xb5\xe4\x0f\xe8\x58\x95\x50\x7c\x0b\x34\x58\x62\x21\xbe\x0e\xd1\x17\xee\x17\x27\x42\xd5\x49\x0e\xc5\x6f\x90\x27\xd8\xdb\xc5\x71\xee\x8b\x34\xbc\xf8\x02\x29\xd1\xe7\x64\x09\x92\x9c\x49\x9c\x29\xa5\xfb\xf7\x63\xda\x25\xd3\xc1\x6b\x5c\x62\x6b\x38\xc0\xcc\x85\x53\xb5\x55\xf6\xda\xd3\x36\xb5\x57\x81\x3f\xc7\x8e\xd7\x6d\x01\x3e\x1c\x3c\x58\x07\x05\x9e\xe8\x3d\x5c\xdb\x0b\x2c\xea\xf0\xac\x39\x0f\x74\x6d\xb5\xab\xbe\x07\xdc\x52\x7f\xb7\xea\x3e\x30\xa4\xfc\x5d\xe5\x7b\xfb\x35\x45\x4d\x55\x1a\xa0\x57\x02\xb7\x2a\x3b\xa7\x57\x3c\x9f\xca\xb7\xf0\x97\x11\xfd\x55\x8e\x98\x7e\xea\x50\xd5\x17\x02\x98\xbc\xa9\xba\xce\x6b\x03\xe1\x60\xed\x4a\xbf\x95\xe8\x86\x66\x37\xdb\xf8\xa5\x7d\x2d\xb6\xb6\x3f\x67\x2e\xb5\xe4\xda\xbe\x19\x1f\x69\xe9\xb2\x9d\x1b\x7a\xd1\x72\xca\xb6\x58\x7d\xac\x45\x61\xeb\xab\xda\xd9\xfc\xcb\xf6\xb0\xc2\xb5\x19\x66\xf3\xa2\x29\xa1\x29\xcb\xe6\x57\x8d\x5a\x36\x67\x4b\x96\xee\x97\x39\xda\x55\x15\xa0\x64\x86\x0e\x84\xf4\x7c\xd9\x20\xc4\x21\xf6\x99\x4c\xee\x12\x1b\xd6\x2f\x7b\xe0\xba\x39\xa0\xa0\xa9\x0e\x77\xcc\x2b\xaf\x39\x87\xf4\x08\x77\x48\x79\xdb\xba\x60\x59\xab\xa3\xc4\x66\xcd\x9c\x65\xc7\x5b\x9b\x6d\x13\x7f\x3b\x7e\x59\x9f\x19\xc1\x77\xfc\xb1\x4e\xec\xef\xed\xf8\x61\xad\xdb\xb3\xa7\x83\x67\xf5\x56\xd9\xa1\x7c\x62\x35\xd2\x6a\xad\x44\x59\xa5\x36\x74\xb7\xf7\x5a\x5d\xa9\xf4\x6f\xd7\xb6\xb6\x2c\xd9\xa8\x98\xb6\xb9\x91\xf3\x5d\x21\x03\x1e\xe5\x1f\x55\xbc\x74\xc4\x70\xff\x69\xdf\x09\x15\x31\xf7\xb5\x67\x21\xbf\xfa\x0b\x94\x31\x6e\x7f\x3c\x16\xd4\x87\x2c\x99\x27\x0d\xd5\x48\xab\x3d\xf3\x99\xea\x2e\x2b\xea\x94\xa3\xba\xc5\x6a\xc5\xa8\x52\x9d\x67\x59\x31\x78\x4c\x1d\x63\xb9\xaf\xb7\x4b\x7d\xd0\xe2\x6c\xe7\x52\xdf\x09\x0b\x89\xbc\xad\xcf\xcf\x82\xdc\x94\xde\x7b\xc1\x22\xa4\x96\xdd\xcb\xb5\x18\x2d\xf3\xec\x79\x6e\xe9\x53\xf8\xab\x47\x62\xbd\x32\x1b\xd7\xe3\x6f\x1b\x9d\xfc\xb3\x47\xec\x50\x14\x93\xd6\xd3\xee\x34\x10\x32\xdf\xeb\x0c\xff\x4a\x41\xed\xdc\x2e\x75\x11\x6d\xdb\x95\x58\x7e\x54\xb0\xbc\x87\x5c\x99\x97\x9c\xf5\xcf\xdd\x1a\x5d\x2e\x61\xaf\x6f\x3d\x20\xbc\x6d\x5f\x6d\xe3\x1d\x1a\x48\x57\xa3\x85\xe7\xf3\xf0\xd0\x5a\xf9\x1d\xa2\xef\x91\x78\xe5\xb2\xdb\x21\xbd\x15\x5d\xce\x88\x95\xc7\x27\xbb\xad\x21\x5f\x8c\x26\x7a\x86\x41\xbb\x4c\x8f\xf4\xd1\xec\xe2\x2c\xf6\xa8\x53\xad\xfe\x5a\xfb\xf6\x3b\x9a\x17\xdb\x59\x0e\xa0\x8d\x5f\x3a\x68\x0e\xd2\x0c\xc2\xf7\xd5\x8b\xa2\xc5\x68\xdd\x8d\x45\xe8\x9c\xb4\x43\xd6\x62\x12\xff\xd6\xe1\xeb\x92\x95\xf1\xbc\xa3\xbe\x65\x67\xd8\x6b\x8f\xdd\xaf\x5a\x4f\xff\xa0\x2f\xab\x65\x52\xf4\x0c\x35\x1a\x57\x90\xa6\x8d\xdd\x9b\x23\xdd\x9e\x99\xce\xb7\x25\x20\xe4\x16\xe6\x8a\x1f\x4e\x09\x56\x0f\x95\x93\xa0\xcb\xb6\x73\x9d\x08\x60\x80\xfd\x54\x57\xb9\xcd\x1a\xc7\x93\x2a\xb5\xc5\x98\xd3\x70\x77\xbf\x69\x34\x6c\x6f\xcf\x37\xa3\x15\x47\xaf\x66\x7b\x4a\x5f\xe8\xe7\x08\x39\x22\xa0\xc1\xbb\x9c\x0b\x82\x33\x46\xad\xf9\x41\x49\x6f\x8c\x3f\x14\x26\xc7\x2c\x9a\xb6\x96\x1c\x64\xb6\x9a\xe3\xa4\x41\xd4\x01\x4b\x93\xca\xfd\xde\x15\xd6\x98\x9a\x76\x1c\xd7\x6e\x7f\x03\x15\x75\xcd\x9e\xd3\xc4\x82\xfa\x81\x96\x5b\x66\x1c\xdf\x41\x7c\xda\x06\xed\xb9\xd0\x55\x8a\x00\xdb\x7d\x2e\x8a\xf6\x73\x96\x27\x91\x96\x1d\xbb\xcc\x68\xe8\xde\x4e\x8c\xf1\x56\x93\x08\xfe\xfa\xaa\x6b\x66\xef\xf9\x9f\xc5\xdf\x2d\xdb\xd2\xce\xe7\xaa\x6c\x62\xfe\x23\xa6\x6d\x46\x56\x30\x6f\x9f\xdd\x50\xce\x1b\xd6\x75\x7b\xd7\x82\x6b\xf4\x5a\xd0\xb6\xe2\x49\xbf\x47\x8e\x43\x92\x2c\xd2\x30\x64\xba\xc2\xd7\x8d\x09\x3d\x5c\x03\x80\xdf\x70\xa9\xad\x37\x82\x74\x20\xb5\x1b\x97\x41\xab\xd1\x11\x4d\xb7\xed\x0a\x30\x93\x2d\x9d\xd6\xda\xd8\xd5\x6d\x2e\xe6\x35\x78\xa6\x5c\x65\x72\xc8\xee\x46\xdc\x58\x03\xc7\xc1\x3b\x3e\xbf\xfc\x91\xe3\x2c\x8f\x5d\x24\x84\x8c\x27\x7c\x13\xae\x70\x16\x24\x03\x52\x0f\x41\x8b\xf9\x89\x5c\x21\xec\x52\x26\x2f\xdc\x05\x6e\x24\xf4\xa0\xd9\x21\x5a\xf2\xeb\xc8\x37\x50\x81\x45\x42\xfc\x88\x6b\x48\x69\xa7\x2b\xd8\x2d\xa5\x9c\x04\x9b\xc6\xb6\x54\x25\x82\xe3\xf1\x8f\x6a\x09\xf6\xf9\x24\x48\xfd\x5d\x9b\x13\x9e\x51\x8d\xdf\x2d\x75\xbd\x65\x4d\x23\xa6\x91\x2e\xc7\x59\xae\xad\x0e\x88\x01\xd6\xf7\xda\x7b\xa8\x69\xf6\x5f\x69\xb6\x6b\x5a\xb4\xa4\xe0\x0e\xe6\x3e\xa7\x41\x60\xe1\x76\x22\x2e\x2c\xf1\xbe\x7b\x6e\xc2\x60\xb4\x2b\xf6\x42\xca\xad\x50\x57\x3c\x35\xfd\x52\x40\x01\xa1\x38\x9b\xe1\x05\x21\xed\xcc\x2b\xc7\x96\x79\xbc\x2f\x7c\x81\xb2\xf7\xfa\x52\x32\xed\x3c\x4c\xfe\x57\xfa\xc3\x71\xab\xef\x99\x8a\xf3\xc0\x15\x94\x4b\xd5\x7e\xd6\x5a\x01\x9f\x6a\xd5\xe6\xda\xb8\xb3\xf4\xb1\x8e\x0c\xe2\x39\x46\x4f\xb3\xa3\x47\x63\xc8\x7c\xcd\x1e\xcf\x6b\xa1\xbf\x4a\xaf\x78\x95\x86\x6b\xe4\xcd\x79\x27\x44\x06\xa7\x8b\xc9\xda\x51\xaf\xe2\xc7\xc9\x1d\x5c\x1e\x8b\xe3\xd3\xc8\xcb\xa7\xd7\xf9\xbe\x4c\xbe\x47\xd9\x41\x69\x4a\x67\x91\x7e\xfb\xff\xca\xba\xe3\x36\x44\x2d\xcc\x73\x40\x80\x68\x81\x85\x3a\x90\xaf\xc1\x66\xe2\x14\x87\x22\xfa\x0d\x49\xb4\xed\xf1\x90\xc1\x72\x33\x8b\x76\x3f\x9a\xdf\xe3\xde\x6f\x01\xab\xfd\x35\xdb\xe7\x03\x5f\x06\x38\xc9\xa6\x69\x4f\xa8\x27\xaa\xbc\x83\x18\x34\xba\xf8\x5d\x10\x39\xf8\x5b\x8e\x73\x50\x59\xc8\x99\xd4\xf2\xa0\x8b\xe1\x51\xdc\xde\x60\x19\x9b\x11\x5e\x49\x2f\xe3\x10\x83\x34\x18\x1d\x3c\x0d\x9f\xc1\x50\x93\x64\x0e\x61\x99\x79\x2a\xdd\xd4\xf5\x69\xf8\xe6\xac\x32\x17\x64\x44\x69\x6e\x1c\x98\xcd\x32\x2f\xf8\x0c\xec\x64\xff\x2c\x46\x5b\x8d\x32\xad\x3c\x2c\x87\xd7\x44\xec\xf0\x1c\xef\xf6\x8d\x94\x7b\xdd\x96\x8f\xb0\xa3\xbc\xbf\x34\x6e\x63\x6b\xf9\xa4\x56\x54\xb0\xde\xf9\x19\x15\xbd\x65\x95\xf8\xbf\xca\xba\xc4\x8a\xa0\xc5\x27\xc5\xb0\xd2\x18\x96\xd1\x11\x6c\xb3\x30\x72\xa8\x38\x0a\xc1\x0a\xa0\x1a\x47\xf3\x39\x38\x6f\x5a\xcc\x4c\x7c\x1b\xae\x97\xbb\x33\x39\x12\xad\x11\x2b\x48\xfb\x0c\xa5\xc6\x2d\x0b\xde\x83\x3a\x78\x2e\x39\xf5\xb6\xf8\xd8\x78\x77\x87\x89\xdb\xbc\x5d\xd8\xb2\x81\xbd\x09\xef\x71\x57\x3a\x5f\x25\x8e\xe1\xbf\xb7\x8e\x26\xe1\x89\xc7\xea\xdd\x12\x55\x24\x59\xd9\xe7\xc4\xa3\x9e\xf8\x42\xf3\x84\x74\x6f\xa5\xc0\x26\x61\x9b\xdf\xe5\x84\x2d\x09\x16\x81\x38\x96\x57\xc2\x75\xba\x2f\xbd\x27\x71\x81\x39\x4e\x69\x48\xfa\xca\x2a\xf3\xdc\x96\x02\xe4\x58\xb8\xdf\x4c\xf5\x8b\x5f\x42\xda\xf3\x25\xc9\x7b\x9d\x2a\xd3\xfe\xa6\x95\xd9\x17\x67\xa4\x21\xcf\xcf\xfe\x93\xd9\x8b\xba\x34\x2a\x14\xfc\x40\x5f\xeb\xfb\x95\x55\xe3\xda\xd9\xd1\x9b\x75\x07\xc3\x6a\xa9\xcc\xba\xe3\x16\x53\xfb\x2d\x0b\xee\x7e\x4d\xca\x15\xcc\xe2\x0a\x0b\xc0\x82\x03\x04\x76\x46\x6c\xe6\x98\x57\x70\xdc\xc5\xcc\xfb\x7e\x76\x11\x00\x41\x1b\x35\x8b\x76\x3d\xcb\x8b\xee\xe8\x6b\x9c\x1d\xc4\xbc\x4a\x3c\x2b\x9c\x62\x4d\x63\xbe\xe7\x9c\xe7\xd4\xc0\x6d\x73\x6f\xf1\xa2\xc0\x66\xa2\x9f\xb0\xe4\xf9\x8b\x45\xff\xb8\x04\x4e\x14\x15\x5d\x85\xaf\x1b\xd2\x2f\x6e\x83\xcf\xf4\x74\x14\xc7\x22\x8e\xb7\xbf\x2e\xb6\x47\x54\x34\x1f\x2c\xea\x46\xd2\x6a\xd2\x0b\x5f\xa0\x72\x25\xba\x85\x31\xae\xb8\x3c\x7a\xa1\xa6\x5b\x0e\xff\x6b\x21\x90\x20\xe3\x82\x0a\x83\xbc\x2e\x32\xa1\x45\x47\xfc\x42\xa9\xfb\x8b\xe6\x02\x1d\xbd\x3f\x15\x8f\xd1\x4b\xf1\xb7\xc5\xdf\xc3\x7a\xd0\x7f\x4b\xf1\xec\x3f\x50\x42\xd9\x2f\xc8\x8f\xa5\xf5\x15\xc3\x4e\x5f\xa7\x82\x2a\xcd\x9c\x49\x23\x7d\x95\x2a\xe7\x31\xf5\x8f\xca\x37\xd0\xad\xaa\x2d\x95\x45\x50\x3b\xb9\xa2\xd2\x12\x4a\x97\x41\x2a\x84\x30\xcd\xaa\xf2\xf2\xb3\xb0\xc7\x25\xc5\xe5\x42\x04\x31\x67\x77\xb9\x3f\x9a\x97\xb2\xa3\xbc\x1f\xab\x11\x3d\x5a\xb1\x93\x14\xce\x30\xac\x90\x91\xc1\x94\xe7\x95\x14\xca\x63\xcf\x53\x55\x19\x34\x6b\x6c\x78\xcd\xf1\x90\x13\x08\x7c\xbd\x9f\xa3\x62\xc9\xbf\x71\x3b\xd8\x73\x66\x5f\xa3\x04\x9c\x34\xd6\xd6\xf8\x0a\x5c\x36\xc8\x96\x21\xc1\xbd\xbd\xf6\x32\x6d\xf0\x4c\x07\xa5\x71\x04\xbc\xdc\x8a\x6e\x24\x83\x6f\x36\xac\x6f\xf8\x17\x82\xaf\xc8\x69\x70\x86\x9c\x2f\xfe\xd5\x60\x0e\x63\x67\xe5\x36\xf8\x20\xcd\x12\x49\x0d\x4b\x98\x3c\xb6\x6d\x23\x12\x7f\x8e\xf6\xac\x71\xd6\xb3\xcd\xf7\x9d\x4c\xe2\xbb\x97\x74\xa1\x59\x2b\xa0\x1a\x53\xdf\xfa\xc9\x81\xb8\xac\x96\xef\x75\xf8\x77\xee\xa8\x7c\x19\xa4\x39\x91\xac\xd0\x06\xad\x1b\x4e\x55\x50\x41\xab\xd4\x42\x45\x12\x68\xa5\x8a\xa8\xd8\x01\xda\xa4\x88\x91\xab\x40\x3b\x9a\x8a\xe5\x48\x10\xb9\xe6\x71\xdb\x63\xd0\x75\x69\x69\x9b\x0c\xbc\x5a\x84\x68\xeb\x70\xca\xcd\xf8\xd6\xf6\xc3\x45\xc2\xdb\x22\xf7\x41\xef\x89\x3c\x2e\x9f\xc1\x92\x03\xc3\x14\x9d\xa4\x9d\xe4\xdb\xca\xd5\x64\x33\xfc\xce\xae\x42\x20\xe8\x64\x9b\x2a\x1c\xd8\x33\x5f\xde\xbd\x07\xf8\x69\xf2\x5d\x37\x09\x78\x6d\x54\xa7\x3b\x07\x38\x30\x40\xe8\x1e\x00\x8a\x7b\xf2\xbb\xa3\x80\xc5\x1d\xdb\xbb\x77\x01\xcb\x5a\x93\x55\xa3\xc0\x9a\x86\xdb\xaa\x58\xfb\xdd\x95\xd3\x2a\x73\xfb\xfa\x12\xb9\x6a\x1d\x68\x67\xde\xc6\xae\xbf\x8e\xef\xd3\xfa\x55\x01\x50\x4a\xdc\x76\xd5\x55\xc4\xef\x70\x56\x37\xce\x4d\x9b\xca\xeb\x11\xe0\x97\xbc\x08\x03\xfd\x36\xf7\x4f\xbd\x1d\x44\xda\xc6\x2f\xa0\x06\xbf\xd9\x69\x4f\x77\x0e\xe9\xd9\x7e\x1c\x7b\x3c\xe4\x6a\x3b\x3a\x04\x1c\x62\xda\x26\xf4\x49\x86\x70\xb6\xf8\xae\xa6\xa1\xd5\xb6\x28\x05\x7a\x70\xc0\x16\xdc\xf4\x7a\x90\x6e\x4b\xaf\xfd\x30\x68\x66\x7b\xa2\x5c\x73\xe0\xad\x1d\xbc\x78\xcf\xc0\x6d\xe0\x1f\x61\xfc\xc0\x33\xd0\x81\x54\xf6\xe0\x4a\xc8\x75\xae\xe3\xa0\x8f\x4b\x12\xb3\x6d\x48\x07\x9d\xef\xbf\xa4\x33\x5f\x0d\x11\x07\xef\x7b\x5c\x0b\xcc\x35\x3c\xd0\x5d\x0f\x4f\xdf\xaf\xfb\xb6\xb1\x89\xf7\xfe\xd0\xe6\xa6\xef\x51\x77\x0f\x43\x5a\x7f\x84\x8c\x1c\x61\xb4\x43\x02\xac\x8f\x11\x3b\x83\xbd\xd2\xf5\xc9\xaa\x97\xd8\x77\x86\x80\x9e\xcf\xa8\x2b\xc6\xa6\x7d\x8f\xa1\x42\x33\xad\x7e\x2b\xb0\xae\x39\x6f\x30\xc4\x3e\xce\x6a\x74\xe8\xb8\xcd\x13\xbb\x6f\x43\x07\x2d\xb3\x1d\x5e\x0e\x9d\x34\xdb\x09\xbe\x3b\x7c\xc2\x48\x7d\x98\x23\x31\x93\xfa\x1d\xdb\x25\x15\x17\x4c\xeb\x1b\x94\xa3\x05\xe9\xc7\xcf\x56\xa6\x26\xeb\x19\xae\xad\xd9\xc6\x99\x36\xc2\xd5\xdd\x0b\x2b\x37\x16\x37\x66\x51\xaf\x9a\x2a\x5b\xf6\x90\x37\x9a\x87\xc8\x81\xb8\x57\x96\xcf\xdb\x7f\xa1\xcf\xdb\xe0\x3b\x51\x30\x7f\x20\x40\xb5\x12\x2c\x02\x6d\xec\x26\x39\x1c\x80\x6c\xec\xe1\xd8\x5e\x70\x1e\xeb\xcd\xb6\x2a\x76\x01\xf5\xf1\xcd\xad\x11\xcd\x6a\x89\xf1\x92\xe1\x51\x11\xa8\xf2\xa1\xc9\xee\x42\xed\xe2\x01\x33\xd3\xa2\xa9\x1c\x23\x8b\x7d\xe2\x06\x7e\x95\xe5\xa0\xe4\x58\xfc\x2a\x6b\xf3\xb2\xd7\xac\x00\x1b\x75\xe5\x57\xba\x81\x1d\xa5\x16\xec\x47\xb3\xf7\x6e\x28\x23\x9e\x03\x65\x37\x9d\xc5\x7c\x04\xcf\xb5\x56\xc2\x65\xce\x9a\xf2\x07\x90\x3e\xd8\x44\x7b\x1b\x88\x8c\xa0\x77\x18\xdb\xfd\x46\xfd\xec\xcc\xb4\x6e\xc2\x24\x75\x75\x59\x80\xdd\xbf\xaa\xce\x98\x8c\x5a\x46\x66\x6f\xa9\x6b\xb1\xf1\xce\x1e\x94\xf6\x01\xb5\x85\x05\x22\x7d\x07\x56\xce\x73\x41\x9b\xa3\x46\x7e\x74\x52\x1b\x18\x59\x48\x8a\xe1\x41\xee\x88\x27\x98\x2c\xe7\x48\xc9\x3d\x6a\x17\x6c\x4b\x45\xae\x77\xb6\xcb\xfd\xea\xbb\x38\x16\xd2\xa1\x9e\x8c\xfa\x8c\xce\x93\x01\xa1\x19\x98\x89\xe6\x22\xb0\x26\x76\x55\xab\xc8\x3e\x0b\x8f\x92\xc3\x6c\x57\x13\x73\x15\x27\x2c\xf3\x3c\x6e\x2a\x4d\x4d\x6f\x80\x76\xa6\x56\x34\x81\x20\x7b\xf8\x9b\xaa\xba\xa0\x5b\xf9\xe9\x25\x41\x2e\xf2\x34\x71\xee\x2b\x24\xf2\x3f\x62\xa2\x28\x59\x86\x3c\x7d\x74\x61\x0e\x87\xf5\xc7\xf5\x5e\x81\x26\x03\xe0\x86\x2d\x1a\xa2\x50\xdc\x9f\x97\x86\x7b\x44\xe0\xba\xcb\x35\xdd\x1d\x08\xd3\x55\x05\x88\x07\xa4\x0f\xb5\x62\x27\x9e\xd7\xf1\x06\x24\x28\x81\x6c\x23\x4b\xb7\x5b\xf4\x35\x6e\xa6\x5a\xeb\x51\x3c\x5a\x4d\xcc\xf5\x91\x5b\xe3\x0c\xe5\x8f\x5c\xc3\xe3\x78\x0d\x09\x6e\x77\xe3\x89\x15\x47\x71\x48\x1e\xac\x68\x8e\xa0\x9d\xf0\x41\xa8\x4b\xec\x4e\xfa\x91\xea\x42\xaa\xe2\x3b\x72\xaf\x7b\x9c\xcc\xb8\x1c\xfe\xd0\xf3\x77\xb6\x5f\x90\x81\x37\x31\x2f\xd0\xe7\x09\xf9\x73\xe1\x71\xc2\x47\xdf\xc1\x12\x23\x0c\x8a\x92\x20\xbd\xe2\xf2\x20\x80\x50\xf1\x0b\xb2\x2d\xd0\xa2\x5a\xe5\xb0\x2e\xe8\x68\xdd\x5e\xdb\x35\x74\x68\x43\x98\xc5\x35\x22\x27\x32\xb1\xeb\xac\x67\x0f\x6b\x4d\x6b\x34\x39\x9a\xb5\x58\x77\xd4\xd7\x89\xfd\x5b\x5a\xe4\x77\x2d\x7a\xa0\xe0\x94\xbf\x21\x67\x51\x60\x1e\xb0\x3a\x4e\x90\x74\x28\xe0\x54\x42\x57\xf4\x2b\xea\x95\x94\x50\xa6\x05\xed\x78\xfa\x6a\x6a\x5b\x50\x7c\x16\xdc\xbb\x89\x0e\xc8\xdd\x8b\x3b\xc7\xe0\x8b\x48\x68\xbf\x50\x84\x78\x33\x6c\x15\x73\x49\x82\x71\x54\x87\xd3\xca\x0d\x80\x96\x91\xd0\xca\x0f\x56\xfe\x01\x5a\xc1\x10\xf5\x59\x9a\x15\xdd\xb7\x23\x9d\x8e\x63\xc4\x36\x87\x85\xac\x0d\x59\xa8\xd9\x11\xba\x89\x89\x2c\x15\x87\x2e\x85\x47\xe5\x09\x98\xca\xc8\xd1\xf4\xac\x30\x78\xb4\x29\x4f\x23\xec\x19\x57\xc8\x06\x84\xdf\xe3\x19\x33\xb2\x22\xf5\x93\x37\xf9\x23\x59\xed\x69\xf6\x9e\xf9\xec\x37\x02\x28\x76\x47\xf4\xc1\x9c\x7c\x64\x62\x4c\x63\x81\xab\xf3\x76\xae\x5d\xd1\xa0\xc3\xfb\xd8\x0b\x25\xaf\x6c\x9a\xc2\x59\x7e\x76\xa3\x09\xec\xc3\x94\xfa\x9e\xab\xd1\xae\xfe\x35\x8a\x8f\x1c\x7c\x40\x81\x6c\x37\xe7\x44\xe0\xbe\xca\x76\xae\x25\xed\xba\xd8\x83\x8b\xa6\xc7\x08\xff\x70\x1b\x42\xcd\x53\x95\xb1\xeb\xc2\x2f\x71\xdf\xc5\x3e\x61\x97\x44\x1c\x8e\xbb\xc9\x31\x0b\xba\x1b\xff\x24\xde\xcd\xf7\x75\x82\x4d\x12\x9a\xe4\x99\x58\xc1\x0f\x73\x23\x27\x75\x64\x8e\xc1\xdb\x92\x5f\x0a\xa5\x10\x54\x2a\x27\xdf\x07\xc8\xe6\xad\x23\xd5\x4d\xc5\x25\x5e\xf2\x34\x18\xec\x49\x39\xec\x95\xae\x62\xa5\x92\xbc\x4b\xe5\x1a\xfc\x3c\x72\x5b\x43\x3c\x3f\xc6\xd7\xb9\x42\x87\x9f\x4b\x59\x5b\x94\xc3\x67\x05\x0c\x67\xa9\xf8\x89\x41\x9b\x93\x9a\xf9\x93\x0c\x79\xf4\x64\x5a\x79\x18\x9f\xe9\x9f\xde\xc8\x72\x08\x74\xcf\xe8\x8e\xe9\x26\x8f\x65\x3e\x8d\x13\x12\x1c\x04\xdf\x13\x5f\xbb\xb2\xb2\x37\xf1\x91\xb0\x41\xa1\x5b\xe6\x49\xd0\x8c\xa0\xd0\x7d\xfb\x7c\x41\x36\x1b\x1b\x32\x96\x98\x63\x89\xcb\x55\x47\xe4\x7a\xe0\x7b\x3a\x3e\xe5\xad\x26\xfc\xdb\xf2\x30\x2f\x91\xb4\xbb\x2e\x2c\xcf\xd5\x43\x56\xe6\x94\x77\xdc\x2b\x58\x94\x9b\xfb\x99\x3c\x9c\xb9\x94\xfb\x8d\x32\x9f\x00\xc8\x73\x09\xbc\xc7\x1a\xcd\xb7\xa1\x4f\x32\x62\x0b\x40\xcc\x19\x7f\xb9\x88\x17\xf9\xcd\x2b\xae\x68\x6d\xf4\x35\x1c\xa1\x48\x14\x37\x8b\xa2\x14\x07\x27\x6b\x38\x61\x8b\xee\xa0\x24\x8b\xcf\xc5\x4a\x74\xcd\xe4\x4c\x49\xb5\x2b\x6d\x78\x45\xa9\x02\xe3\xd4\xab\x27\x59\x8f\xf9\xad\x04\x49\x42\xdd\x4e\x36\xc3\x25\xe9\xee\x0f\x6a\x1a\x25\x81\x38\x94\x84\x2e\x31\x27\xac\xcb\x07\x97\x7e\x20\xed\x4d\xcf\x90\x18\x79\x5f\x8e\xab\x90\xd4\x53\xdc\x22\xc8\xd2\xd6\x40\x6a\x90\xb8\x2c\x91\x5e\xee\x67\x5d\xde\xcf\xac\xf1\xd8\x56\x09\x8d\x5c\x74\xbb\x57\x95\xce\xd9\xe7\x32\x51\x71\xda\x25\xf1\x94\xba\xda\x16\x7e\x67\x66\x53\x8d\x26\x82\x39\xfa\xa4\xe6\x22\xe2\x5b\xff\xed\xda\x54\xa4\x50\x35\x54\x5b\x88\xfc\xa5\xd8\x5b\x3b\x80\x4a\x93\x25\xd7\xe6\xa1\xe9\x55\x57\x6a\xc9\xae\x71\x25\x77\x6b\x51\x6e\xb2\xdc\x15\xb5\x7e\x38\xcb\xd4\xa1\xda\x0b\xa4\x71\xee\x86\x3a\x12\x39\x87\x79\xbe\xde\x95\x22\xa7\x3e\x69\x80\x05\xbe\x26\xab\x1b\x4b\xe9\x17\x08\x39\x4d\x25\xe1\xa6\xa8\xec\xc6\x28\xe7\xf0\xd3\x3a\x4d\xe5\xd0\xcc\xb9\x95\xcd\x05\xd0\xdf\xe3\xb7\x5b\xb4\x61\xf8\xa1\xa0\x16\x39\x4c\xd1\xfb\xa8\xe5\x94\x0b\xa0\xe3\x6e\xcb\x98\x8b\x77\xab\xb4\xa5\xcf\x65\xa6\x41\xb7\x25\x07\x5e\x56\x51\xd9\xc2\x44\x24\x8b\x57\xb4\x24\xa1\xf5\xb3\x9b\x5a\xa6\xdd\x20\xc9\x66\xad\xfe\xb8\xb7\xd1\x79\xad\x37\x3c\x9d\x43\xcc\xdb\x96\x7d\x54\xfe\x63\xf2\xf7\xfe\x3f\xbc\x74\xdb\x5f\x06\x15\xbb\x5b\x29\x52\xc1\x7f\x4f\xf1\xdb\x6f\x42\x52\xe7\xfb\x94\x2f\x20\xd7\x26\xd3\x3b\x42\x21\x7f\x47\x28\x1d\xcf\x9d\x8c\xfa\xc1\x9d\x24\x27\xba\xea\x47\xe7\x41\xa7\x5e\xc5\xdb\x8e\xaf\xce\xab\x9b\xee\x74\xdc\x72\x96\xd4\x02\x3b\xce\x43\xa9\x65\x2b\x3b\x6e\xc0\xda\x0a\x37\x75\xae\x81\x7f\x14\x40\x3a\xb9\xe8\xf0\x84\x77\x5d\xeb\xdd\xc1\x6c\x5a\x57\x15\x91\x1b\x3c\xa4\xba\xe4\xf5\xdd\xaf\xa6\xe7\x04\x25\x0f\xff\xa5\xc7\x1c\x74\xe6\x34\xbb\x17\xe8\x68\xba\x40\xe8\x23\x3a\xca\xa6\x7d\xfa\x4e\x39\xaa\xc7\xa8\x6a\x27\xc7\xf9\xc1\x68\x75\xbf\xe3\xe5\xde\x34\xf5\x80\xe3\xaf\x8e\xcf\x6a\x21\xd8\xac\xed\x90\x9a\x04\x0e\x6b\x44\xaa\xa1\xe0\x4f\x55\x4c\x35\x10\x92\x5f\xca\x57\xa3\x9c\x5e\xe7\xdb\xab\x33\xa0\xef\x32\x56\xf5\xaf\x44\x5c\x8e\xbf\xdb\x5f\xec\x7a\x39\x92\x37\xb0\x19\x77\x89\x46\x1b\x5c\xf4\xc8\x20\xef\x1f\x0e\xb2\x3f\x7c\xe6\xc4\x88\xa9\xfd\xfc\xd2\x81\x51\x0b\x87\x8c\x59\xf1\xe8\xbc\xc3\xdc\x44\xdc\xd8\x6e\x87\xd1\xe1\xaa\xb1\x08\x87\x4e\xf5\xd4\x58\x93\x43\x8b\x6a\x76\x2c\xd3\xe1\x44\xbb\xd1\x18\xcb\xe1\x51\x73\xc5\x18\x1a\xa4\x5b\x27\x1b\x03\x81\xb2\xcb\x5f\x8c\x19\x80\x3e\x89\x41\x63\xae\xe0\xb2\x9c\xf1\xb1\x2c\xa7\x68\xfe\xe3\xf1\x4d\xb0\x73\x71\x81\xe3\x7b\x51\x8e\xe1\x8a\xf1\x67\xee\x9e\x54\x9b\x43\x43\x8d\xad\x65\x1b\x8f\xbc\x6e\xda\x2a\x3a\x7b\x8c\xd5\x7c\x33\xeb\x81\x5e\x5d\xeb\xa3\x94\xab\xfa\xc9\x0a\x5a\x6c\xf5\x71\x4a\xc7\xda\xc8\x75\x06\xe0\xae\xa7\xc1\x87\x0d\x07\x7a\x72\x7d\x2f\x1b\x15\xa8\xb7\x10\xb9\x26\x9c\x01\x1d\xb7\xcd\x66\xc6\x43\x47\x10\x06\x96\x65\x43\x97\x9d\x38\x56\xf5\xa3\x7b\x40\x25\x40\x97\x91\x65\xbb\x8f\xa0\xf6\xd1\xe3\xd6\x1c\x48\xdb\xa8\xdc\x62\x3d\x94\x3c\x46\x35\xc9\x32\x38\x52\x35\x5d\xa5\x67\x74\xab\xba\x47\x0c\x37\x51\xd4\xc2\x73\x37\x99\x61\xeb\x4e\xa5\x5d\x32\x77\x6f\xcc\xe2\xf9\x58\xd8\x37\x1b\xb1\x3f\x58\xc6\xb6\xce\x31\x8a\xac\x6e\x28\x2a\x29\x8b\x36\xde\x1d\xa1\x1e\x10\x3b\x74\xd7\x25\xb7\xc7\xf6\x53\xdd\x17\x11\x12\xd0\xaf\x5e\x8e\x53\x3c\xe4\x66\x5f\x03\xe8\x33\xb4\x4a\xdd\x03\xec\x87\x83\xfa\xeb\x6d\x42\x91\x23\x03\x5c\xcb\x55\xae\xfb\x07\x81\xa6\x42\xb3\xe7\x92\x8d\x75\x3f\xad\x74\x24\x13\xd2\x43\x36\x62\xe9\x93\x02\xa1\x5d\x52\xb9\x44\x70\x10\xf8\xab\xf2\xdf\xa4\x16\x87\x1d\x35\x5c\x8e\x19\x08\x56\x6f\xcc\x7c\xed\x98\xdc\x38\x43\x25\x43\xe8\xcd\x37\xbc\x1d\x9c\x77\xb5\x89\x70\xc6\x30\x46\xfb\x1e\xf4\x5a\x78\x63\x87\x1d\xb4\x05\x75\xac\xf3\x31\xd8\xd8\x75\x49\x85\xb4\x3f\xe9\xee\xd1\x9d\x60\x1b\x86\x53\xf4\x64\x58\xad\x26\xdc\xe9\xcd\x36\xcb\xb2\xf3\x13\xa1\x64\x61\x0e\x12\x91\xba\x92\x0d\x9e\x29\xd4\x2e\x1e\x77\x92\x17\x5d\x11\xbe\x85\xc6\x89\xcf\xf1\x8d\x5d\xf6\x48\x6c\xe2\x14\xf0\x9c\xb2\xbb\xac\xbd\x88\xab\x95\xf3\xf4\x4d\x28\x5c\xcd\x6d\x3f\xaa\xeb\x9e\xfa\x4f\xa4\x8d\x6e\xc7\x65\x6f\xdc\x2c\xb1\xae\x2d\xd9\x88\x2d\xf8\x90\xb6\x1e\xc8\x17\x62\xb3\xa2\x04\x14\xed\x71\x5b\x69\x64\xf7\xd6\x7b\x63\x47\x95\x75\xb4\x0f\xa1\xf3\x8b\x79\x87\x13\x32\x5b\xaf\x75\xc1\x65\x7d\x36\xb6\x6e\x2f\x12\x93\x2d\x97\x0e\xb9\x1e\x15\xc6\x89\x1c\xdd\x82\x73\x5e\x08\xe4\xee\xef\xf3\x31\x49\x83\x38\x4b\xd1\xa3\x98\x06\x3c\x47\xbc\x85\xd9\x48\x68\x91\xec\xa1\x7e\x24\xa1\xcb\x1b\xc9\xc7\x3d\x57\x54\x9d\xc5\x83\xbd\xd7\xd7\xe9\xa2\x6f\xfb\x98\x36\xfc\x81\xf9\xfb\x69\x35\x79\x80\xa3\x28\xdf\x5a\x7c\xec\x17\x02\x6e\xb6\x1d\xb4\x3d\x10\xf8\x59\x7e\xdf\x52\x03\x7d\x3d\x35\x42\x79\xc3\xbd\x29\x35\xbb\x09\x85\xef\x4c\xfd\x58\xf5\x8c\x54\xcd\x67\x96\x24\x7a\xbe\x4b\xcb\xcc\xfd\x40\xde\xf5\x1f\x31\x7d\x1c\x04\x3f\x78\x0c\x5f\x9f\x9c\x0d\xec\x58\xbf\x9c\x7c\x24\x63\x99\x72\xb7\x50\xe8\x1f\x18\x50\x5c\x62\xec\x59\x1a\x68\x2e\x1d\xc3\x42\x68\x37\x2a\x81\xc8\xfb\xc1\x8a\x1a\x2b\xe7\x60\x46\x5a\xdd\x1c\xe8\x5d\x68\x48\xe3\x0e\xbb\xab\x61\x06\x4d\xdb\xad\x7a\x3c\x5d\x63\xcb\x7b\x58\xe4\xf9\xd8\xb7\xf2\xcf\x14\x9b\x38\xf7\x86\xa9\x80\x82\x78\x44\x85\x69\xe0\x22\x0f\x5b\x54\x15\x64\x9d\xb8\x52\xb8\x2d\x38\x3e\x79\x55\x2a\x9d\x1e\xcf\xdf\x17\xeb\xc7\x68\xcd\x88\x8a\x90\x87\x2c\x65\xcd\x04\x1b\x32\xb7\xe5\xfa\xf9\x6d\x09\x53\x16\x7c\x22\x81\x22\x08\xc5\x72\x37\xb7\xc8\x41\x09\x18\xb1\x9a\x6d\x5f\xee\x0e\x79\x1c\xb5\x58\xb5\xdd\xc1\x35\xa6\xb0\xa6\xc1\x26\x2d\xb0\x24\x82\x33\xb8\x85\xbe\x3f\xd2\xa6\x2b\x25\xd4\x37\xf2\x51\x2b\x36\xec\x2e\xeb\x54\xed\xe7\x88\xcc\xa8\xc3\xd2\x80\xc8\xf7\xd1\x77\x0a\xa6\x58\xbf\x38\xb7\x05\xd6\xec\xf1\xb8\xca\x24\x42\x54\x43\x82\x3a\x86\x16\x7d\x21\x45\x87\xf9\x85\xe3\x95\x96\x14\xd8\xcb\x0d\x17\x20\xc9\x8f\x62\x47\x84\x4b\x84\xc3\x71\x9f\xf3\xe7\x5d\x19\x3c\x5e\x11\xd5\x65\x77\xc2\xb7\x92\x32\x30\x32\x89\x2a\x2d\xb7\xbb\xc6\xda\x16\x34\x39\xf6\x2a\xba\x3b\xf8\x61\xdf\x5f\x2e\x8e\x7e\x56\x79\x36\xae\x8e\xd1\xdd\x74\x39\xfe\x79\xe8\x86\xea\x72\xde\x73\x66\x79\xa9\x79\x42\x4d\xf8\x74\x9e\x57\x62\x08\x6b\x55\x7a\x71\x92\x4e\x74\x24\x0f\x92\x74\x8e\xab\x64\x47\x25\xcf\xf3\x74\x42\x60\xa9\x80\xa4\xaa\x00\x27\x3e\x83\xef\xe4\x75\x26\xed\x4c\x46\x15\x2e\x3a\xbd\x2e\xfb\x0e\xaa\x39\xe3\x56\x5e\x3d\xd4\x48\x40\x2b\xb4\x07\xad\x4a\xc4\xf8\xe6\xcc\x84\xa5\xd8\xfb\x5d\x1b\x6e\x49\x3b\xec\xff\x4f\x8f\x65\xfa\x62\xc0\x3e\x45\x4c\x66\x32\xf5\x48\x63\x51\xe6\xdf\xc0\xf3\x95\x44\x41\x73\x10\x5f\x7c\x48\x70\x9f\xb1\x46\xf8\x3c\x8b\x14\xda\x97\x3a\x97\xf5\x30\x42\x3f\x16\x96\x7d\x83\x3d\x1c\x31\x2c\xbc\xc0\xb1\x09\x1e\xce\x79\x1a\x77\x99\xa2\x91\x07\x49\x4c\xf4\x68\xcd\x17\xa5\x12\xdd\xf3\x0b\x70\x19\x4d\x08\xb5\xc8\x3c\x7b\x18\x22\xcf\x96\x11\x7f\x2e\xb8\xe6\xfc\xf6\x50\x4e\xec\xc8\x5f\xe3\xb5\x72\xc0\xa2\x60\xc8\x1b\xda\x55\x2e\x9a\x23\x07\xb4\x1d\x2d\x1c\xf5\x11\xd7\xc7\x17\x69\xfb\xe9\x96\x07\x15\x89\x29\xf7\x8a\x56\x14\x9d\xa2\x4a\xb3\xf0\xc5\x80\xa0\x81\xa4\xce\x62\x46\xc8\xde\x98\x9d\xe2\x98\xb0\x4b\xcc\x47\x25\xed\xac\x70\xda\xaa\xd2\xbf\x31\x07\x7d\x66\xa5\x7e\xb1\x72\x22\xa7\xcc\x31\x71\x2d\x06\x54\x7e\x20\x75\x12\x56\x25\xfe\xea\x5e\xb9\x3c\x2f\xd9\x84\x2d\x9a\xa6\x49\xfd\x71\x89\x23\xa0\xb2\x2b\xf8\xba\xbe\x2d\xe5\xa7\x09\x67\x3b\x34\x2b\x2a\x89\x6f\x9b\x3f\x55\xee\xf5\xb0\xae\x0d\xad\xc4\x79\xaa\xa4\xec\xca\x2c\xef\xdc\x82\xd9\x4a\x95\xaf\x46\xa6\x45\xd5\x36\xff\x93\xbc\x17\x55\xb5\xb4\x6c\xb6\x61\xb5\x8c\xe1\x14\x72\xb8\xe6\x26\xf3\x66\x40\x4a\x1d\x3b\x32\xd3\xdb\xbd\xa1\x28\xaa\x09\xbf\xa2\x11\x14\xfb\x0b\xf9\xb9\x1a\x88\xde\x77\x06\x5b\xdb\xe0\xea\x33\x17\x57\xaf\x89\x31\x1e\x4f\x6c\x38\x88\x79\x39\xb8\xaf\x11\xec\x36\xdc\xdd\xd9\x38\xe8\x1e\xa3\xb8\x24\xc3\x62\x41\xb2\xa7\xb2\x6a\x1c\xbe\xda\x5e\x76\x1e\x5f\x5a\xea\x26\xbb\x45\x6c\xca\xb3\x95\xfd\xf1\xdc\x99\x36\xdc\xc4\xf7\xc1\xc5\x25\x36\x83\xfc\x03\x22\xc6\x5b\x88\xb4\x23\xc1\xc4\x56\x0e\x63\xbb\xdf\x19\xf9\x21\xe6\x2b\x0f\x4a\x7b\x2d\x6b\xb3\xdb\xf6\xe6\xf5\xf0\xbb\x67\x14\x2d\x3f\x11\x97\x4e\x88\xda\x92\x91\xe2\xc9\x16\x39\x1c\xa5\x35\x7c\x5e\x71\x00\xd5\xd0\xf7\x5e\xd1\x89\xb6\xe8\x1c\x54\xbc\x43\x2f\xb5\xe9\xb7\x23\x5d\xa3\x1a\x92\xda\x79\x18\x4e\xc5\xe7\xf6\x29\x37\xa1\x98\xd1\xfe\x15\x5b\x24\x9c\x51\xba\x12\x74\x52\xde\x2a\x6f\x7a\x1e\xe5\x7c\xec\xe8\xf7\x19\x0c\x8b\xe8\xd2\xf4\xaf\x0b\x5c\x50\xc5\xd0\xfe\x25\xdf\xe9\x49\x0b\x01\xe2\xc3\x3a\xb6\xc0\x56\x9d\xdd\xd0\xd9\x00\xeb\x5d\xf8\xab\xd2\x76\x41\x4c\xfb\xa9\xce\xb9\x34\x8e\x3e\xee\x2e\x70\xf9\x3b\xc0\xeb\xf1\x80\x87\xf7\x68\xf4\x44\xc0\x5f\xb6\x4f\xf7\x88\x11\x9c\x66\x4e\xcf\x02\xf2\x58\xed\x64\xef\x46\x94\x56\x99\xb8\xd7\x17\x0d\x29\x7c\xd6\x5b\x8f\xb1\xcd\x4a\xed\xd3\x76\xff\x93\xd4\xd4\x37\x43\x30\x8f\xce\x52\x37\x78\x65\x85\xae\x1b\x58\xeb\xdb\x17\x00\x1e\x5a\x4b\x75\xf5\xe8\xee\x9b\x71\xfa\xe7\x6c\x4c\xbf\xa6\x93\x6c\xc9\x77\x20\xd5\xd9\x63\x36\x65\x30\xd6\xf9\xc4\xc4\x3f\x43\x3a\xd0\x8d\x43\x1f\x86\xe6\xa1\x5e\x7d\x53\xc3\xc7\xa0\x5d\x5d\x47\x87\xc1\xb0\x9d\xf2\x3d\xc3\x54\x58\xa6\x6c\xcd\x70\xb6\x8b\x5e\x35\x72\x78\xc0\xe5\x8e\xc4\x6f\xf8\x35\x02\x56\x40\x1d\x39\x8e\x82\x67\xe2\x47\x1a\x31\xae\x09\x95\xa3\x18\x6c\x23\x3b\x69\xcc\x92\x54\x43\xaf\x1d\xff\x44\x5e\xe5\xfb\x79\xf4\xbe\x23\xf9\x5c\xea\xd8\x53\xf0\xda\xe5\x97\x13\x86\xe0\xe1\x79\xf1\x24\x15\x42\x99\x62\x4e\x3e\x81\xa4\x8c\xfa\x4d\xb1\x21\xb2\x01\xe4\xd4\x27\xc8\x62\x8f\xf9\xf4\x51\x27\x0d\x25\x73\x9a\xe2\x04\x6e\xa9\x98\x8e\x72\xaa\xaf\x17\x4d\x0b\x9c\xb5\x2b\xde\x4f\x17\x38\xb7\x94\xc0\xa7\xef\xc3\x9c\xf3\x74\x66\x8e\xc2\x6d\xd2\xd9\xb3\xc6\x48\x35\xaf\x7e\x16\x80\xf9\x1e\xa9\x9a\x9d\xc6\x2f\xd3\xae\x1a\x30\xda\x9e\x56\xf3\x8c\x52\x14\x6b\x4b\xde\x18\x4f\xb6\x77\xe6\x9d\x30\xe9\xe9\x88\xcd\xe8\x30\x0d\xe8\xba\x90\x18\x6a\x7a\xbd\xc7\x31\x46\xcf\x2c\xa7\xaf\x8e\x99\x6d\x46\x1f\xe0\x50\xaf\x99\x9b\x0d\x75\x78\x67\x59\x18\x8e\xe4\xe2\x72\xad\x36\x8c\x61\xd0\xe7\x6c\x73\xc7\xea\x60\xf5\x76\xcb\x13\x7e\xe0\x6a\x47\xfd\x89\x35\xf6\xb7\x9d\xbc\x26\xfc\x6d\xf1\x30\x9d\x89\x59\xcb\x7b\xf0\xc5\x49\x6d\x33\xa2\xb9\x49\xa3\x5b\xfd\x4a\xcb\x06\x99\x7d\xd9\x11\x6b\x55\x53\xb8\x48\x65\x7b\xa8\x45\x2b\x8b\x67\x07\x6a\x33\x4a\xb1\x07\xae\x51\xf4\xc5\x6a\x00\x5f\x74\x58\x46\x38\xd8\x5f\xea\xea\xa1\xbd\x73\xf8\xd4\xb3\xd1\x07\x00\x5a\xe8\xfd\x8a\x27\x81\x7f\xa8\x95\xae\x40\x67\x9d\x81\x3d\x2e\x6b\x60\x99\x83\x56\x90\x55\x08\xf8\xd0\x36\x87\x21\xd4\xa3\xa1\x7f\xed\x3c\x30\x94\x61\xbe\xd5\x23\xf7\xe1\x11\x2d\x73\x4f\x5b\xeb\xaa\xb3\x4d\x03\xf6\xc2\xea\xa8\xca\x51\x47\x66\xcd\x16\xf1\x7a\xc8\xae\xda\xbb\x39\x22\xa7\xf2\xfa\x1b\x69\x9a\xce\x39\x32\x52\xfc\x29\x68\x52\xf3\x30\x3b\x0e\xd6\xd8\xa6\x45\xff\xed\xf2\x46\x51\x42\x39\x82\x80\x2b\xdf\x90\xf2\x50\x07\xbb\x0e\xb8\x85\xbb\xfa\xab\x7e\x20\x0e\xb9\xe5\xf6\xc4\x43\xbe\x61\xbf\xf7\x56\x82\x06\x08\xc8\xbe\x06\x20\x95\xc4\x53\x57\x59\xff\xf6\xec\xee\xcf\xb6\xf0\x73\x7c\x2b\xe1\xb4\x8a\x9d\xfd\x24\x3d\xb5\x89\x2e\xe3\xd2\xd5\x92\x0b\x48\x78\xd9\xf1\x02\x07\xb4\x66\xf9\x8f\x4c\x95\x6b\x48\x15\x28\xc9\x12\xc3\xac\xe9\x8a\x79\xe0\x16\x5e\x6f\xc7\x1c\x70\x4f\x68\xac\xa0\x3a\xe0\x7c\x9b\x79\xde\x31\xf8\x3f\xad\xdf\x70\x52\xd2\x0e\x05\x11\xcd\xf5\x3c\xa0\x44\xc1\xf6\x7a\xdb\x75\x7c\x06\x93\x7c\x82\xba\x22\xed\xcf\xf9\xa5\xa9\x26\x6d\x31\xfe\x67\x7a\xb4\x2d\x9d\xe1\x21\xa2\xe2\xf6\xfb\x68\x94\xa8\xa6\x71\xc1\xad\x5b\xf4\xb8\xd2\x14\xf7\xb5\x10\x5e\xdc\x48\xb8\x5e\xf4\x48\xf8\x9e\x94\x26\x56\xf3\x41\x1e\xd7\x4b\xbf\xc5\x75\x78\xad\x2b\x4b\x66\x59\x78\x9b\x55\x5a\xd2\xfd\xc8\xb5\x35\x07\xfc\xde\xfa\x7a\xd4\x1f\x23\x7d\xa0\x1c\x97\xad\x72\x7b\x18\xa0\xd1\x5c\x88\x38\x41\xbd\xd2\xda\xeb\x24\xa2\x29\xe4\x39\xa0\xf1\xe0\xac\x76\x33\xbb\x5f\x8c\x72\xe5\x55\xab\x6e\x2c\x35\xfb\x1f\x95\x3f\xd1\x34\x5b\xbf\xb5\xcb\x73\x32\x1b\x51\x67\x41\x7e\x9f\x9d\x2f\x55\xfb\x49\x84\x6e\x22\x63\x7f\x6a\xce\xa4\xa0\x2a\x40\x9d\xaf\x95\xb4\x4c\x5d\x10\x29\x63\x9e\x05\x7e\x2a\x8e\x08\x73\x0d\x02\x96\x6a\x05\xbe\x0e\x3e\x5b\x56\xe4\x73\x94\xc1\xae\x9c\x26\xa0\x42\x37\xd7\xbc\x71\x9d\x63\x5e\xa8\x57\xba\x24\x84\x8b\x1a\x3f\x81\xff\x44\x1a\x35\xaf\xb7\x7f\xc6\x7a\xdf\xba\xd2\x26\x86\x0c\x49\xdd\xa7\x4e\xa7\x68\xa4\xe2\x95\x93\xd4\xf2\xd4\x8c\xa6\xec\xa0\xce\xd4\x73\x55\x3f\x19\x89\x7c\x50\x49\x50\xe8\xee\x34\x76\xee\x33\x66\xf6\x7f\xc4\x0c\x9b\x16\x5c\xe0\x0d\x86\xbf\x13\xf6\x46\x69\x45\xea\xe6\x4d\x85\x34\xb2\x02\x45\x5d\x01\xf8\x28\x2d\xb1\x96\x57\x5e\xb4\x5c\x12\x86\xdb\x1e\xf3\xa5\x7c\x11\xf5\x80\x9b\x5c\x55\x09\x1d\x8b\xdb\x55\xab\xeb\x18\x19\x7f\xb5\x3e\xdb\x2e\x21\x38\x85\xfb\x68\xb8\x37\xd4\x3b\xd6\xa3\xfb\x53\xf8\x44\x6c\xbf\xbc\x9f\xf5\x28\xee\x68\x03\x3d\x7a\x6d\x3c\xb0\xfc\x4b\xcc\x17\x9e\x7f\x51\x3e\xe7\x79\xe2\x26\xe1\x16\xee\xd5\xe4\x0d\xa9\x29\xb1\x6f\xf8\x6b\x63\x87\xe3\x21\x19\xc7\x22\x61\xbc\xcc\x2c\x4a\xf0\xef\x84\x89\x9c\x0a\x8a\x46\xd2\xbe\xfc\x07\x1e\x0e\xc9\x39\x45\x38\x77\xcd\x94\xe7\x25\x63\x88\x07\x7c\x2f\x69\x8b\xd3\xfd\xb4\xb9\x8a\x78\x07\xe3\xa8\x9a\xf0\xdf\x93\x49\xdc\x23\x11\xaa\x81\xb4\x78\xbb\x48\x6c\xd7\xa6\x84\xcb\x91\xdf\x5a\x6e\x26\xbd\x61\xbd\xac\xcd\x49\x49\x8c\x02\x49\xd7\xa7\x4e\xc4\xac\x28\x10\xf1\xcb\xb8\xdb\x05\x36\x69\x6e\x71\x0b\x49\xa9\xe9\x36\x09\xe7\x62\xfa\x32\x3c\x53\x36\x87\xa5\x67\xce\xa4\x01\x69\x49\x59\xab\x32\xf3\x7d\x9e\x65\x7b\x67\x4f\x11\x31\x42\x46\x5e\x2c\x86\x94\x23\x29\xdc\xe4\xf2\x29\x6f\xa3\x38\x19\x5c\x95\x8c\xa7\x35\xce\x55\xf2\x3b\x82\xbe\x8e\x2e\x64\x2c\xd2\x0d\xfa\x62\xb2\xb6\x31\xac\x94\x01\xc2\x2d\x21\x7a\x4d\xd8\x1c\x97\x50\x41\xf5\xc1\x5c\x32\xf3\x53\xc9\xd3\xbc\xed\x11\x7b\xf3\x4c\xf3\x1e\xb0\x68\xe9\x92\x7c\x65\x74\x15\x4f\x50\x10\xc2\x1d\x62\xdf\x10\x45\xc7\xff\x0d\x79\x57\xb8\x90\xa4\x4b\x35\x2a\xb6\x4f\x6d\xf1\x7e\x26\x5e\xce\x58\x8d\x17\x95\xb8\x65\xaf\x43\xa7\x97\x1a\xe5\xde\x83\x0a\x73\x2a\x7c\xbe\x2f\x8d\xe5\x4b\xfc\x48\x93\x3f\x45\x2f\x29\x92\xa1\xa3\xc5\x66\xfe\xa7\xba\x79\xe2\xb2\x80\x5b\xf2\xa2\x92\xbf\xd4\xf7\x0d\x29\xa5\xd3\xb4\xec\x8a\x4e\x49\x5d\xf0\x86\xe2\x65\xc9\x17\x46\x89\x50\x2d\xe5\x33\xcd\x52\x27\xcb\x4c\x23\x78\xb1\xc2\x72\x34\xfb\x6c\xa4\x51\x45\x14\x67\x27\x3d\xb2\x72\x28\xce\x97\x72\xab\x1a\x98\x70\xd9\x33\xa5\xa6\x2b\xa5\x10\x7b\xb8\xb6\x2e\xfd\x05\xa2\x58\x02\x20\x1d\x38\x5d\x52\x26\xf4\xe0\xcf\xbe\xa8\x88\xf4\x9c\x1e\x43\x55\xd9\x7b\xaf\xe8\xd7\xa8\xee\x25\x1b\x74\x76\xd6\x4c\xf8\x80\x5b\xad\x6b\xdb\x7d\xa3\xeb\x72\xeb\xa0\x7e\x8f\xca\xda\xeb\x5e\xf9\x37\x17\x86\xd7\x47\x04\x42\xb2\xfe\xa9\x5f\x0c\x76\x4d\x5a\x6e\x88\x0e\xa9\x8c\xe1\x35\x0a\xc3\x37\x85\xf1\x65\x0f\x59\xee\xb4\x47\xcd\x9d\xd1\x9d\xbe\x9c\x56\x97\x58\x10\x71\xb1\x2d\x2e\xa1\xc9\x75\xa1\x76\xc0\x1d\x75\x6e\xb0\x61\x1f\x36\x71\x81\x24\x5b\x85\x6b\x98\xe4\x35\x05\xe1\xa7\x86\xc6\x9b\xaf\x13\xb7\xf6\x3c\x6f\x19\x20\x1d\x6e\x7f\xdc\x9a\xeb\x61\xdc\x34\xd7\xb6\xd3\x33\xa2\xc6\xb1\x2d\xcf\xeb\xb4\x44\xd0\xf6\x9e\x3c\x9c\xff\x4c\x1e\xec\xb7\x2f\xa3\x4b\xf1\x4f\x40\x03\xef\x8a\xe2\x71\x90\x11\xbb\x48\xb9\x92\xb1\x14\x32\xd8\x11\x1b\xe6\x40\xd5\xec\xea\x8a\xfc\xee\x1d\xd4\x53\x1d\x9d\x87\x83\xb5\x86\xa2\xdf\x9e\x9f\x93\xd7\x62\xd6\x2c\x59\xb7\xe7\x61\x6e\x4d\x3f\x50\xaa\xdd\x8a\x47\xcb\x3b\x6e\xb8\x13\xfa\x89\x9d\xb7\xb1\x7b\xba\x2e\x76\x25\x61\xaf\xc8\x57\xab\x2c\x70\xf5\x8d\x47\x55\x2d\xf8\xcb\x95\xe3\xdd\x7b\x88\x06\x25\xa4\x6e\x86\x07\x38\xd7\xb3\xfb\xb2\x57\x75\xda\xa1\x9e\x72\x5f\x72\x5c\x40\xef\x40\x80\x75\xa4\x96\x7a\x33\xed\x76\xf0\xc5\xfe\x64\xc6\xa2\xdf\xf3\xc1\xe2\xb0\x6f\x24\x72\x97\x02\x79\xe0\x82\x41\x77\x15\xf2\xcd\xb2\xa0\x17\x81\xca\x9b\x7d\xde\x97\x87\x3e\x38\x7e\x57\x9d\x8c\xee\x1f\xd2\xed\xe7\xba\x62\x7b\xdd\xfb\x7f\xba\xbe\x52\xfe\x1e\x88\xc1\x88\x5b\x04\x03\x6f\xdc\xdc\xeb\x4e\x0d\x52\xdd\x1d\xcb\xcb\x06\x6f\x61\xdd\x8b\x0d\x86\x0e\xe0\x5d\xb3\x5f\x0f\x65\x11\xff\xa6\x74\x0d\x07\x7b\x89\xb8\x3b\x46\x24\xbe\x53\x61\xcb\x63\x36\x01\xc9\x81\xef\x26\x60\x41\x7f\xbc\x73\x07\x86\x5d\x76\x9d\x7f\x32\x84\x77\xb9\x74\x72\x66\xf8\x01\x3c\x7f\xfe\xde\xa8\x2f\xc2\x69\xca\x68\x4c\x07\xd1\x36\xd2\x3f\xf6\x00\xb9\xad\xdf\x62\x5c\x8c\x14\xa8\x32\xc7\x5f\xa1\xd6\x2a\xf0\x13\x1e\x28\x71\xd3\x9e\x89\x1e\x34\xb0\x86\x3e\xb9\x09\xfd\x4d\xca\x9c\xa4\x63\x2c\x44\x03\x93\xb5\xee\x36\x82\xe5\x29\x1d\xdc\x89\x24\xdf\xe9\xf5\xc4\x1f\xd1\xa7\x67\xe0\xde\xb5\xa1\x94\xb9\xad\x7e\xa7\xfd\x0b\xc6\x7f\x3b\x15\x5c\xf0\x99\xec\x77\xce\x3d\xb5\x30\x4d\x82\x46\x2c\x88\x67\x37\x41\xff\xcc\x54\xcd\xad\x82\xe9\x8f\x27\xcd\x75\xc3\x48\x43\x36\xf3\xbe\xb0\xac\xde\x67\xf3\x57\x61\xe7\x3b\x4d\x4f\xa4\xb8\xac\x6d\xf3\x39\x51\xe1\xd2\xd4\x68\x76\xe2\x39\x1c\x58\xc5\x5a\x00\xc1\x1f\x94\x96\x2c\xbc\x45\xae\x2d\x00\x2c\x3a\xa2\x3e\x65\xa6\x2c\xad\xc2\x74\x25\x66\x2e\xad\xc2\x55\xb3\xab\x97\xee\x79\x34\xd1\xd7\x5a\xee\xeb\xec\x6c\x48\xb4\xca\x53\xad\x2f\xff\x62\xdd\xdc\x9d\x5b\xd4\x64\x83\xe9\x25\x09\x73\x6c\xaa\xd4\x8e\xfc\x08\x9b\xd7\x03\x41\xf1\x64\x5b\x93\xa1\x44\xf6\x11\xdb\xb0\x91\x2b\x8c\x02\xdb\x23\xe3\x14\xff\x35\xb6\x7f\x26\xfa\x3c\xb2\x80\xd0\xa9\x55\xee\x08\x87\x85\x29\x05\x72\xbb\xe3\xb5\x69\x84\x53\x89\x53\xe8\xf4\x55\xd0\x38\xec\xdc\xf4\x59\xa0\x07\xa2\x6c\x46\xc3\xfa\x12\xfa\xd8\x8c\x9d\x85\xa1\xdd\x93\xb6\x9a\xa6\x3b\x0e\x38\x79\x48\xf5\x46\x47\xa2\x22\xa4\xa4\x0e\x5c\xaf\xd4\xcc\x23\x40\x0a\x3a\x6e\x65\xac\x73\x42\xa8\xa0\x09\x37\x9c\xce\xf5\x74\x46\x8f\x38\x13\xfa\x2e\x85\x2a\x9d\x67\xfb\x3f\x04\xfc\x0b\xf5\x1d\x2c\xf7\xd2\x81\x31\x86\xd7\x63\x5d\xe0\xa2\x11\x5d\x14\x12\x29\x1d\xf9\xe8\xfc\xc9\xf5\xe0\x68\x95\xe3\x43\xb7\xd1\xb1\x83\xf6\x11\x38\x83\xb1\x3a\x9b\x87\x84\x98\xf1\x23\x96\x4e\x60\x9d\xc6\x0b\x6d\xc1\xce\x76\x32\x9d\xba\x8d\x2e\xab\x65\x83\xd2\x54\x84\x41\xd3\x0b\xd1\x06\x64\x6a\xcb\x09\x41\x1b\x2a\xb6\xed\x55\x32\x1d\xad\xdf\xee\xcf\x45\xa2\xbf\x75\x8c\x87\x73\x5d\x6f\x74\x7d\xa7\x81\x30\x6f\xba\x7f\x91\x85\x6e\x77\x7b\x6b\xf0\x87\xb1\xdf\xd5\x00\x57\x3d\xfc\x97\xfe\xbd\xb0\x3f\xc4\x2f\x03\x3b\xc0\x7f\x3d\xcd\x06\x01\x0e\xd5\xde\x1e\x83\xf7\xec\xfe\xf1\x11\x0c\xc9\xad\x82\x5d\x52\xab\x59\x4a\x20\x6a\x7b\x75\x68\x63\x2d\xc6\xb8\xfa\x62\xc5\x0f\xec\xb1\x1a\x9f\x62\x36\xae\xa2\xce\x4f\x78\x19\x3f\xde\x90\xc9\x77\x25\xb4\xca\x06\xe3\x41\x44\x41\xf3\x17\xd6\x17\x52\x55\x9b\x16\xbd\xcf\xe3\xb1\xc2\x9f\x62\xe2\x65\xab\x94\x79\xac\xf0\xbe\xdc\x59\xe7\x76\xd5\xe7\xbc\x0a\x83\x28\xf3\x9b\xeb\xee\x76\xc2\xf8\xcf\xf6\x3c\x05\x9d\xa3\xb6\xf7\x69\x00\x7d\x68\x23\x6a\x2d\x6b\x1a\xc6\x49\x72\x41\xb5\x16\xb7\x45\x72\xb6\x65\x8c\xd8\x29\xb9\x54\xf3\xcd\xf3\x97\x74\x83\x84\x43\x86\x94\x1d\xcb\x7f\xe6\xa3\x2c\x7f\x92\xe9\xe9\x3b\x5f\xb5\x3d\xf1\xad\x5f\x4b\x4d\x78\xcc\x1c\x65\xb8\x6e\x9e\xf9\xc4\xff\x41\xc3\x3b\x6a\x37\xb5\xa6\x69\x89\xfc\x0f\x6d\x65\x2b\x14\xef\x1e\x34\x25\x4f\x73\x35\xa4\x27\xb7\x93\x5d\x36\x84\xd8\x2b\xdf\x83\x2f\x32\x37\x77\x26\xd9\x7f\x0a\xdf\xda\xf5\xd3\xa6\x9c\x64\x2b\x3a\xd7\xa7\xeb\xed\x22\x92\xb6\x5b\xfa\x69\x8b\x18\x8d\x75\x01\xa1\xa2\xd2\xca\x6d\xb4\x38\xd1\xfd\x62\x41\xd0\xa5\xa2\x42\xe1\x32\x7d\xab\x38\x86\xaf\xc9\x00\x96\x76\xc7\x4d\x84\x10\xcb\xd6\xb1\x04\xa1\x39\x15\xd9\xf4\xbf\xcc\x5b\xd5\xce\x94\xf6\xf0\xb8\x3a\x98\xc7\x4c\xa4\x56\xe3\x06\xf7\x6c\x56\x6b\x13\x0d\x39\x10\x65\xdb\xe2\xeb\xbc\x1c\x7d\xba\xcd\xc9\x51\x8f\x53\xa2\x30\xb1\x8b\xa5\x74\x67\x6f\x1a\xfc\x1c\xd8\x9c\xad\xd1\xf5\x95\xee\x93\x75\xbb\xb5\x34\x74\x2a\xeb\x5e\xdd\xae\x70\x69\xb6\xb3\xb4\x38\xb2\x4a\x68\x26\xd2\x62\x9d\xc9\x19\x12\x08\xd9\x3f\xf3\x7e\x25\xbd\x8f\xd6\x15\x05\x71\x62\x63\xd0\x45\x9f\xc2\x57\x72\x12\x4a\x52\x68\xed\xdc\x9f\xd2\x76\x9f\x27\x71\x19\x15\x83\xc4\x23\xf1\xef\xab\x95\x98\xf6\x84\xec\x3a\x0b\x78\x6b\x12\xa8\xc1\x17\x32\x9d\x7c\x4e\xa6\xb4\x6f\x0e\xb9\x9f\xd2\x3f\x76\x27\xfc\x56\xca\x74\xdf\x77\x76\x6a\xca\xa2\x32\x2b\xe6\x6c\xca\xd3\xa6\x6d\xb1\xcc\xd4\x94\xaa\xf6\xf8\x39\xbe\x51\x09\x9c\x77\x39\x2d\x3c\xf7\x76\xc2\xc8\x7f\xc4\x4c\xda\x2c\xe8\xe7\xbd\x4c\xf6\x14\xc6\x46\xc5\xa7\x34\xe4\x05\x87\x82\x52\xdf\x8a\x76\x52\x37\xa7\x79\x17\x9b\x7a\x03\xd3\x3b\x4a\xad\x71\xb2\x8c\x57\x65\x91\x68\xb5\x00\x5b\x69\x09\x5b\xca\xba\x51\x7d\xdf\xb1\x87\xc3\xe1\xf2\xa7\xbf\xc7\x1f\xe6\x5e\x1e\xb6\x4c\xac\x8e\xdd\xdc\x3d\x9a\x92\x13\x9b\x27\x67\xa4\xc1\xe3\xb6\x37\xac\xcd\xd8\x11\x6f\x5e\xde\x91\xa9\xe4\x31\x8b\x88\x02\x7a\xa2\x9e\x10\x90\x75\x34\xf9\x60\xaa\x38\x1b\xc4\xdf\x1c\xfb\x46\x98\x9b\xb1\x26\xb2\x23\xe7\xa6\xe0\x07\x5d\x9d\x67\x20\x7c\x4c\xb9\x97\xdf\x94\xf7\xd9\xd3\x56\xa4\x5d\xb8\xcb\xfd\x51\xe1\x61\xb1\x08\x29\x2f\xda\x23\xf9\xea\x0c\x49\xfd\x15\x1e\xb1\xb0\x36\x23\x3d\x02\x3e\xe1\x98\xd5\x11\x71\xa7\xff\x71\x4e\x44\x64\x5a\x67\x63\x5e\x2f\xcb\xb2\xc5\xb7\x20\x83\x6d\x54\xab\x29\xfa\x1c\x15\x24\x99\x2e\xda\x1b\xa3\x57\x10\x59\xf4\x84\x0b\x11\x58\x15\xd7\xc6\xdd\x49\x52\x88\x05\x09\xe7\x38\x9b\x4a\x46\x92\x2f\x87\xef\x91\x80\xf8\x7d\x41\x74\x69\x4d\xc6\x6b\xdf\x5b\x65\x7f\xb2\x8f\x90\xb0\x15\xbb\x72\x4b\xdc\x74\x2b\x0f\x89\x0c\xe0\xc6\x79\x17\x69\xfa\x27\x2f\x14\xfa\x06\xb1\x66\xdc\xc5\x9b\x83\xbb\x46\x98\xa5\xb9\xf4\xc9\x5e\xb9\x94\xcc\x18\x69\xaf\x2f\xfb\x1b\xd2\x29\xcb\xae\xd8\xcb\x5c\x59\x95\x5f\x69\x1a\xc6\x28\xc9\xa9\x7c\x18\x21\xca\xfd\x50\xa5\x60\xcd\xa4\xa7\x54\x4b\xa2\xcf\xf2\xda\x6b\x32\xb8\x63\x51\x76\xb5\xfd\xf1\xa7\x42\xc5\xf5\x66\x89\xdd\xd4\xd7\x0d\x97\x52\x8f\x90\x33\x64\xe1\xe9\xd5\x84\xb5\x4d\x98\x2c\x16\x9a\x52\xc6\xf1\x79\x7f\x6e\x7d\x25\xd0\x6f\xfd\x89\x2b\xd5\x03\x94\x5d\x13\x83\xb5\xff\xfa\x5b\x0f\x1a\xd5\x5f\x09\x40\xaa\x12\x1a\xff\xa1\x7a\xb6\xb5\xc9\xc0\x81\xe9\xf5\x27\x64\x7f\x83\x36\x57\xec\x6c\x3a\x11\xdc\x52\x6c\xdf\x6c\x15\xa2\x23\x0c\x6b\x3e\xc7\x6c\x4f\xed\x6c\x19\x8f\xb8\x14\x3b\xd6\xb6\x8e\xfd\x2e\xb2\x52\xee\xc1\x59\xcf\x58\xa5\x58\x8e\xb3\xf1\xf7\x55\x32\x12\x4e\x78\x36\x74\xbc\x4e\x91\xba\xcb\x1b\xb8\x84\x67\x17\x8f\xc8\x9e\x78\xec\x5a\x86\xb6\xc0\x3d\x07\x66\xb6\xb6\xfe\xf4\xfa\x38\x72\x5f\x5e\x4d\xde\xd3\x37\xa9\xb8\xec\x73\xb8\x83\xd7\x7e\xd7\xf7\x68\xcb\x66\xe5\xac\x1f\xa1\x36\xb9\x23\x89\xd2\x27\x5d\xe8\xb4\x0e\x88\x12\x09\x3b\x1f\x05\xce\x09\x6a\xba\xa2\x82\xcf\x27\xb5\xa9\x48\xa1\x07\x62\x26\xba\x15\xe1\x49\x61\x8f\x7b\x61\x2c\x45\x10\x4a\x8d\x8d\xd9\xef\x1b\xde\xff\x30\xf6\x3b\xe1\x9b\x62\x27\xf6\xe8\x25\x07\x25\x0b\x77\xec\xd4\xba\xce\x72\xdc\xb7\x39\xa5\x2a\x8a\xb0\x65\xfc\x44\xf7\x35\x22\x66\xf0\x70\xef\x51\x52\x52\x37\xbb\xf7\xa5\x47\xb2\x82\xdf\x37\xe7\x99\x28\x4b\x51\xd3\xbd\x86\xaa\x8f\xa8\xff\x90\xd7\x97\xaa\xfa\xb3\x7c\x3e\xe7\x9b\x0f\xec\xa5\x98\x66\x20\x06\x0f\x51\x63\x79\x27\x87\x8e\x07\x5d\x63\x7f\x1c\x16\x86\xd0\x43\x57\x8c\x42\xc2\x46\xa8\xc7\xc6\x71\xac\x2b\x5e\xec\x1e\x1e\xc6\xe6\xd2\xe9\xbe\x71\xb7\x5d\xa7\x8f\xf7\x57\xbb\xcd\x9c\xc8\x1d\x24\xbb\x73\xa6\x74\x86\x22\xb0\x7a\x23\x6b\x87\xf3\xb0\x8f\xfa\xee\x8c\x84\xe3\x1a\x3b\xe3\x47\x0f\xe1\x99\xad\xb7\x47\x1f\x10\x7c\x1b\x0c\xc6\xd8\x44\x41\xc5\xcb\xf1\x95\x24\xb5\xb8\x79\x9c\xec\xf9\x38\xe7\xc1\xf8\x75\x32\x94\xff\x6d\x72\x8d\x5f\x51\x5c\xfe\x54\x0e\x75\x43\x24\x61\x66\x73\x90\x2a\xf8\xfe\xdc\xda\x50\x88\xaf\xd6\xb0\x1a\xf9\xfd\xd2\xe8\xa8\x0a\xf5\xf6\xcc\x3f\xe3\x54\xb4\x6a\x51\x6f\x72\x9b\x2b\x77\x86\x38\xa5\x83\x59\x31\x56\x3e\xf5\x1b\x93\x3b\xf0\xef\xf4\x5b\xcc\x97\x9e\xfd\x33\x85\x6e\x69\xed\x77\x67\xad\xdc\xb7\x36\x4b\x66\xcf\xb9\x4f\xd5\x3e\x9d\x23\x63\xcb\xca\x26\xe6\xee\xe1\x86\x8a\xcc\xe7\x8f\x11\xbe\x67\x17\xce\x8f\x79\x34\xa4\x34\x9f\xf8\xd7\xfb\x05\xd7\x64\xd1\xc4\xef\x7a\x58\xf7\xf2\x5a\xea\x4b\xea\xe9\x69\xb6\x4b\xee\xe5\x2d\xb3\xb1\x70\xf1\xd9\x0d\xf3\x36\x88\x7d\x4b\x4f\x4e\x3c\x41\xf0\xe6\x9e\x2c\x92\x11\x5d\x93\x77\x97\x76\x23\x7e\x8d\x04\x2e\xdd\x44\xe2\xd5\x57\x97\x45\xc8\x21\xd5\x3f\x27\xf7\xa2\xec\xe5\xbf\x4e\x76\xa0\xce\xc8\x2e\x9c\xd2\x47\x8b\x6a\x56\x9d\xca\x77\x4d\x90\x5c\x39\xbd\x1e\x73\x55\x74\xf8\x74\x92\xfb\x65\xc1\x89\x33\x2b\xf1\x3d\x49\xf9\x67\x2e\x78\x18\x46\xbf\x3d\xfb\x97\x7c\x31\x04\xe6\xe0\xa0\x5e\xd3\x72\xd5\x51\x43\xfd\xba\xd6\xd0\x71\x74\xc0\x57\xf2\x01\x7c\x68\xf0\x5b\xc1\x08\xd8\x66\x78\x40\x10\x0f\x76\x1e\xad\x4c\x76\x05\x5b\x8f\x67\x73\x8f\x83\x35\x27\xe7\xc2\x4f\x83\xf7\x4e\x3f\x0f\xea\x74\xfc\x3b\x8b\xf0\x5d\xe5\x98\x3e\x47\xc7\x5f\x87\xb4\xcd\x4d\xb8\xe6\x3a\xaf\x9b\xe7\xba\x78\xb8\x00\xe7\x8f\x40\x1c\x91\x87\xe7\x91\x0e\x6a\xf4\xed\xf9\x60\xbb\xf5\x6e\x85\xf3\xc1\x56\x76\xce\x80\xae\xad\xf2\x17\xb0\x96\x2e\x7a\x7d\x3f\x7c\xab\xaa\xa0\x1c\x83\xb0\xea\x7e\x55\xf8\x08\x31\xde\xdb\x97\x5d\x86\x3c\xa8\xae\x4d\xa5\x20\xe9\x03\x27\xe3\xbc\x90\x8a\xa1\xab\xac\xed\x28\xad\x91\x57\xf4\x32\x54\xd2\x98\x92\x62\x88\x7a\x3c\xfe\x94\x54\xe0\x4a\x9a\x68\x77\x2b\x76\xf3\x9a\xdc\x80\x20\x62\x91\x93\x4e\x4e\x04\xfc\xf8\xa4\x0c\x34\x48\xfc\x35\xb5\x1b\xb8\xdb\x13\x32\xc5\xb7\xf6\x46\x68\xc8\xad\x3b\xe8\x68\x43\xb9\xb3\x6c\x04\xc3\x93\x7f\xad\xda\xe7\x9e\xa3\xb8\x2a\x6e\xc1\xd6\x28\xdb\x73\x0f\xe3\x62\x3b\x0b\xd2\x2a\x70\x2f\xba\x0f\xf0\xd2\xf0\xe0\xde\x94\xa8\x54\xc2\x66\x35\x3c\xe4\x24\x61\x79\x60\x75\x40\x10\xb1\x66\x90\xee\xb5\x9b\xd4\x39\x94\x8b\xcd\xf0\x4c\x1c\x26\xa0\x8a\xbd\xf7\x0d\x7f\x81\xfa\xfa\x68\x8f\x34\x80\x77\xfa\x59\x8c\xfa\xd8\x73\xfc\x73\xc6\x34\x6c\xd0\x98\x0d\xb2\x00\xd5\x53\x6c\x9d\x0c\xd3\xf2\x9c\xb0\x2c\x8b\xa8\xf9\xe6\x51\x26\xbb\x2b\x29\xf2\x0a\x6d\x36\x29\x38\xe4\x9d\xd0\xba\x22\xb3\x8d\xec\x26\x37\x48\xe2\x93\x9f\xb5\x97\x71\xf8\x3e\xb3\x1d\xa7\xc2\xee\xf8\xaa\xbb\xae\xd2\x74\xfd\xd4\xdd\xcb\xe4\x45\x4a\x45\x2f\x11\xdf\x1a\x40\xef\xcb\x77\xad\x0e\xdc\xaf\x2e\x70\x69\xa5\xcd\xf4\xfb\x43\xbc\x82\xab\x07\xd0\x0e\xfd\x0c\xd9\xa0\xa1\x6d\x1a\x21\xa3\x66\x5d\x9f\x8b\x67\x4a\x75\x83\xe2\x92\xcf\x8e\x6a\x8f\x86\x93\x94\xa3\xd5\x5d\x15\xa4\x80\xe7\x35\xb0\xa2\xbb\xd4\x17\x75\x7b\x84\xee\x81\x93\x0d\x7b\x52\xef\xd2\xa4\x32\xaf\xb8\x27\x41\xc9\xcd\xf9\xac\x89\xe0\xb6\x56\x09\xfd\x3e\xfd\x9a\xfc\x0c\xa5\x3e\x64\x83\x52\xc3\x63\x22\x34\xa0\xe3\x91\x7b\x55\x98\x66\x17\x1b\x59\x15\xde\xa3\x1a\x70\xce\x8c\xe4\xf4\xac\x76\xdc\xcb\x76\xeb\x85\xd8\xd5\xfb\xd8\x49\x75\x07\xe1\xfe\x40\x89\xa2\xf3\x53\xe0\x05\x89\x6f\x8b\x25\xfd\xa8\x04\x5b\x53\x17\xba\x52\xa2\x94\xec\x65\x2e\x49\xdf\xe5\x97\x84\x7d\x2d\xef\xcd\x5c\x1d\xfe\xb3\x72\x3e\xf1\xdf\x88\xab\xd5\x6f\x63\xee\x45\x5e\xad\xd3\x0b\x03\xb3\xce\x36\x00\x03\x8f\x45\xd1\x9b\x56\x90\xcb\xa2\x67\x5b\xc2\x09\xab\x39\xe0\xb6\x58\x8c\x0e\x77\x56\x61\x0e\xf7\x88\x43\xb4\xcf\x40\xba\x79\xda\x1d\x43\xf6\x75\xb4\x36\xd1\xfc\xe8\x1c\xe3\xab\xc8\xb1\x37\x36\x6c\xb0\xe0\xb1\xe2\x2e\x0b\x57\x50\xd7\x48\x8f\x7a\x26\xda\x55\x71\x8b\xb3\x5f\xb4\x54\xec\xce\x35\x2d\xe2\x0b\xdb\x62\x91\x62\x3f\xfe\x96\x38\x5e\x69\x40\xdc\xb7\xf8\x42\x69\x1e\xeb\x15\xaf\xb9\xfc\x0d\xa3\x24\x61\xb6\x2a\xd6\xdf\x2f\xc9\xaa\x96\xe0\xd9\x9c\xdc\x57\xff\x06\xcb\x4a\x85\xcb\xf6\xa3\x54\xfc\x53\x4d\x7f\x61\x9b\xd2\x39\xad\x30\xd0\xcb\x08\x6a\xd6\xe4\x94\x73\x54\x7c\x16\x6f\xd0\x9d\x8b\xc9\x32\xed\x1a\x8e\x6f\xc8\x3a\xd8\x6a\x95\x28\xc8\xf2\xab\x1d\x4e\x5e\xcc\xfa\x23\x25\xa5\xba\x0b\xd7\x17\xbc\xe6\xeb\xe7\x08\x04\xfc\x34\x68\x9e\x3a\x79\x53\x7a\x8c\x68\x27\xa7\x27\x43\x59\x94\x1f\x1e\x97\xf9\x54\xfc\x22\x08\x97\xf5\x8f\x64\xc1\xb7\x39\x3b\xa6\xbc\x81\xb4\x5f\x38\x54\x15\xef\x26\xcb\xd5\xac\xdd\x83\x18\xcf\x9b\xad\x1f\x83\xfc\x88\x3b\x95\x12\x37\xf7\x3e\x71\x29\x85\x3c\x86\x4c\x65\xa6\x40\xfb\xae\xa5\xd7\xa6\x04\x29\x69\x02\x41\x4a\xb5\xec\x72\x76\x45\x2a\xb6\x2a\x32\x27\x92\xbf\xb7\x44\x33\xd7\x22\x8d\x99\x3b\x9d\x7b\xeb\x3f\x62\xe6\x9b\x0a\xaa\x12\xf6\x14\x04\x09\xa1\x51\xa7\x45\x3d\xb9\x6f\x42\xaf\x14\xfe\x2e\xf0\xa0\x5e\x2c\x96\x17\x59\x93\x75\x4b\xe2\xc4\xcf\xf1\x79\xa5\xdb\xa5\x04\x57\x89\x04\x56\xf1\x1a\x66\x96\x71\x84\x8b\x5b\x3a\x99\xf5\x81\xdb\x3f\x7d\x20\xd7\x96\x7b\x61\x68\xb4\x80\xc0\xfd\xd2\xed\x51\x78\x2e\x36\xa5\xed\xa3\x58\x33\x6e\x5f\x7d\x49\x49\x6e\x3c\xa8\x9c\x54\x7a\x9a\x97\x51\xa4\x2d\x89\x4b\x04\x67\x3f\x95\x9a\x24\x9b\xa6\xb6\x94\x61\x52\xff\xc6\x01\xcb\x5b\xd2\x4f\xb2\x0c\x2b\x35\x04\x52\x46\x58\x15\x49\x18\xec\xdf\x55\x7d\x23\x8f\xed\x65\x5e\xcb\x17\xe1\xb1\x37\xeb\x26\x8a\x47\x91\x17\x0b\x35\xc3\x2d\xce\x94\x8a\x63\xc3\xbf\xcc\xb7\x48\x48\x11\x79\xe3\xa4\xb2\xf7\x91\xdb\xfb\x0f\x54\xea\x45\xf6\x77\xdc\xab\xfa\xcd\x8a\x6b\x56\xd6\xf0\xd8\x59\x35\x19\xb5\x83\x51\xa7\x25\x1e\x75\x1d\x31\x55\x05\x06\xf5\xfe\xdc\x62\xc1\xb6\x06\xdb\xf8\x75\x49\x63\x8d\xde\x09\xa7\x38\x0c\x59\x7b\x72\x6b\x78\x45\xb3\x33\x3f\x2a\xe8\x6d\x4b\x67\x46\xad\x9f\x57\xeb\x9d\xac\xbb\xa4\xd3\x72\xfb\x5c\x9c\xdb\xce\xca\x7d\xb4\x35\x17\xae\xd4\xd8\x04\x69\x2c\xfd\xac\x37\x08\xba\x37\x3d\xd4\x28\x0c\xfe\x35\x3c\xdc\xd4\x4a\xff\xdb\x23\x6b\x59\x19\xa2\xa9\x18\x69\xa5\x86\x6e\x68\x3c\xdf\xe6\xca\x8c\xad\x7c\x2b\xb7\x08\xbb\x2b\xfe\x26\x7f\x14\xa9\x91\x5b\xa4\x50\xb2\xb5\xd3\x91\xed\x27\x63\x36\xf0\xa6\x95\xf7\xb8\xb7\xa2\x44\x9d\x96\xf1\x57\x43\x3f\x74\x9d\x4c\xec\x0c\xc4\x77\x7b\xa4\x1a\x92\xf3\x7a\xba\xd2\x97\xf1\xac\xa6\x43\x3e\xec\x7f\x47\x5b\x8f\xfa\xe9\x9d\x06\xc8\xfb\x29\x7a\x73\x3f\xda\xef\xfa\xaf\x19\xa7\x74\x34\xf8\xff\xe8\x7f\xd2\x65\x18\xf0\xb0\xcb\x57\x95\x4c\xbd\xd9\xda\xdd\xdd\x42\xdb\x5a\xbf\xa2\xc7\x33\xa8\xa6\x9c\xd4\xf3\x87\x8e\x2e\x62\xf7\x96\x84\x54\x65\x7f\xe8\x73\x0b\xd3\x4e\x4d\x53\x27\x46\x9a\xc6\xbe\x1f\x58\x15\x65\x12\xf9\x61\x30\x91\x03\x62\xc0\x86\x7e\xc5\x45\xfa\x07\x8e\xd4\x24\xa2\x3c\x4e\x2b\xbf\x93\x3e\x5e\xf9\xda\xf5\xc3\xb3\xe4\x8c\xb2\xc7\xd7\x2b\x75\x81\xd8\x97\xee\x8d\x9e\xb2\x57\x3f\x23\x7b\x0d\x53\x06\xdc\x7d\x10\xbd\x9c\xc1\x60\x5f\x3b\xa5\xef\x50\xac\x9f\x49\xb3\xfe\x30\x96\xe2\x55\xb3\x38\xfc\xc7\xbf\x43\xea\x32\xd2\x45\x0d\x16\x1d\x1b\x45\xd2\x3a\x04\x9c\xb1\xfd\xf4\xa2\xa4\x99\xf1\xa0\x50\x05\xc7\x7c\x72\x75\xf8\xbd\x70\xf3\xe9\x35\xac\x8f\x41\x81\x33\xd3\x31\x3f\x7c\x5c\xd4\x78\x1c\xe3\x6a\xe6\xe0\x16\x3c\xe9\xec\xbf\xc3\xc6\x04\xf2\xd2\xbe\x51\x0b\x22\x71\x26\x7f\xac\x9a\xe4\x36\x66\x38\x7e\xd9\x03\xd4\x7f\x66\xe2\x93\xe7\x3e\x15\x69\xf2\x96\xd7\x1a\x79\xc5\xd4\x59\xaf\x37\x8d\x67\xa6\x13\xc9\x9b\xab\x4a\x66\x74\x7c\xe0\xa5\xf6\x33\x6d\x7e\x96\x79\xf7\x66\x11\xfe\x3e\x19\x07\xe7\x4a\x03\x19\xbc\x17\xf3\x37\x83\x95\x51\xe0\x85\x80\x50\xd7\x90\x3b\x4b\x17\x22\xbe\xfb\x2d\x8c\xaf\x76\xb3\xbe\x32\x38\xe9\xe6\xae\x73\x2e\x6d\x5a\xcb\xfd\xd2\x32\x67\xe6\x15\xd6\x7f\xae\x7f\x8e\x8d\xbd\x3c\xf1\x61\x3e\x01\xe7\x3b\xbc\xf5\x84\x00\xf7\xb8\xef\xe0\x42\x08\xbe\xb1\xe3\xde\xa2\x1d\x21\xab\x95\xb9\xb4\x82\x18\x5f\x3f\xb6\x54\x4e\x52\x54\xd0\x96\x8d\x3d\x9e\x15\xff\x5e\x6e\xf1\xd6\xcd\xc9\x3f\x09\xf5\x09\xe3\xff\x38\x15\x4f\xe9\x8f\x13\x9e\x7e\x13\x88\x8c\x3c\x74\xb6\x8c\xde\x12\xa4\x33\x2f\x45\x29\xae\x0a\x16\xe6\xd0\x93\xe7\x1f\x2f\xe5\xb8\x9a\x9c\xca\x39\xa9\xe7\x1a\xb5\xe0\x75\x6a\xda\x55\x38\xe3\x78\xba\xdf\xf5\xee\x98\xf2\x4c\x11\xc6\x6d\xe0\xdd\x59\x7f\xcc\x5c\x8f\xfe\xb9\xed\x6e\x91\xed\xcf\xce\x2d\xb9\x1f\x6b\x2e\x3b\x1f\x85\xdd\x58\x7b\xea\xfc\x15\x1c\xb8\xcc\xed\x82\x0f\xfe\x44\x61\xcd\x85\xcf\xc4\x4b\xd9\xa2\x8b\xf5\x9e\xd4\x94\xe7\x97\xe4\xe4\x79\x2e\xfc\xdf\x74\xca\x75\x66\x39\xcc\x7f\x64\x97\x12\xed\x72\x73\xe4\x9a\x2c\x13\xce\x19\xb3\xaf\xda\x05\x6f\x19\xbf\x22\x1e\x86\x77\x4c\x46\xe6\x62\xe1\xb9\x53\x7f\xd2\xae\xc1\xfd\x66\x54\xbc\x17\x70\x8d\x39\x9b\x68\x2d\x97\xb7\x27\xd6\x33\x0d\xe0\xda\x0b\x39\x81\x01\x2e\x05\x8b\x01\xde\x95\x2e\xdc\xc5\x37\xb8\xc3\x2e\xa2\xa5\xef\xa8\xd7\xa8\xe3\x8b\x9f\x60\x58\xd7\xbe\xc5\x19\x30\xcb\x3d\x7a\xb1\xcf\xbe\x05\xf7\x7e\x51\x6d\xd3\x88\x1a\x56\x43\x3b\xaf\x63\x34\xd4\xb2\xe6\x9b\x6e\xa9\xfd\xb9\x35\xee\xee\xb8\x81\x07\xa5\x0f\xdc\x2f\x0c\x71\xf2\x59\x58\xe3\x91\x35\x19\xcf\xb1\xe4\xd1\x5f\x89\x17\xb0\x81\xe3\x6f\x63\xce\x60\x07\x26\x1f\x87\x75\xe2\x56\x4e\xab\x68\x17\x71\xac\x99\x22\x9f\xd3\xb8\x5b\xb3\x36\x84\xd3\x04\xd0\xac\x0f\xc6\x83\x38\x38\x4b\x85\xaf\xf2\x20\xcc\xb2\x20\x22\xaf\xec\xd9\x49\x87\x93\xe4\xe1\xb9\xd5\xb6\x17\xdc\x47\xba\x5a\xba\x87\xf0\x45\x5d\xe3\x6d\xe9\xc4\xf7\xaa\x0d\x75\x0d\x1e\xf1\xdd\x3a\x65\xdb\x3c\x2b\x7a\xe2\x44\x39\x5e\x90\xbe\x3d\x59\xeb\xbc\x7a\xfa\xb5\x93\xef\x79\x3d\x18\x24\x71\xff\x78\xc3\x86\xc9\x11\xaf\xbc\x2f\x8c\x3a\x05\xbf\x24\x87\x8c\x0d\xfa\x3d\xf7\x59\x35\xde\x4c\x6a\xf7\x35\x99\x38\xee\x76\xd7\x4f\x3e\xc1\x45\xfc\xf5\x5f\x39\xd1\xec\xbc\x97\xba\x66\x52\xcf\x71\x3d\xcd\x64\x32\xde\xee\x0e\xf1\xbd\xfc\xa4\x5a\xc7\x6b\x9f\xbc\xbc\x5d\xea\xb3\x46\xce\x6b\x14\xfa\xa1\x15\xc7\x2b\xfe\xf8\x53\x15\xbf\x8b\x13\x02\xac\x94\x33\xc2\xe7\x01\x9f\x3a\x5b\xf8\x51\xd4\xe8\xee\x63\xf1\x49\xd4\xdb\xbd\x1c\x76\x61\x60\x9b\xda\x25\x84\x42\xf3\x19\x58\x15\xc0\x0a\x3a\x32\x68\xe9\x15\x1d\xbc\x79\xc8\x04\xfb\x8a\x9e\x36\x74\x12\xbd\x9f\x71\x69\x18\x04\xb3\x0d\xa5\x0e\xcf\x80\x89\x61\xc4\x91\x70\xfb\x95\xe4\x16\xd9\xf2\xa0\x82\x62\x2f\x43\x76\x5e\xa3\xfa\xcb\x56\x35\x8f\x04\x21\x65\xfa\x35\xbb\xe9\xcf\x64\xaa\xd2\xb1\x10\x72\xf3\xe6\x7c\x9f\x50\x44\xcb\x42\xc6\x2b\xe6\xaa\xb6\xfb\x89\xaf\x98\x45\xed\x66\x9c\xf5\x61\xb4\x0e\xf7\x30\x65\x38\xac\x0b\x4f\xf3\x8a\xb0\xeb\x36\xf4\xa1\x45\x6a\xf6\x0c\x10\x22\x59\x59\xbd\x67\x31\x61\xec\x0f\x7d\xf2\xff\x8b\xba\xb7\x0a\x6a\x03\xfc\xfb\x3d\xa9\xbb\x52\xc1\x5d\x4b\xdd\x1d\xda\x52\xa3\x40\x71\x77\x77\x8b\x40\x12\x82\x85\x40\x84\x40\x08\x96\x20\x31\x08\x41\x03\x24\x58\x82\x27\x10\xdc\xdd\x1d\xda\x22\xa5\xa5\x42\x7d\xe7\x7f\xde\x39\x67\xf7\x9d\x9d\xb3\x7b\xb3\x37\xfb\x3c\xf3\x7b\xe6\xf7\x9d\xf9\xce\x3c\x97\x9f\xcb\xcf\x73\x46\xc0\x2b\x8e\xb5\xe6\x97\xa0\xab\xe5\xe1\x0f\x1e\x38\x48\x66\x1c\xe1\x65\x3a\x0f\xa6\xdb\x94\x4e\xb8\x2b\x91\xbe\x33\x77\xbc\x2c\x48\x85\x94\x07\x3e\xfd\xe9\xf7\x52\x5b\xfc\x26\x32\x24\xe2\xdf\xfa\x6f\x66\x2e\x23\x87\x02\x96\xc9\xad\x70\x42\x60\x0e\x75\x1c\xd4\x15\x64\x4b\xff\xe0\xdb\x0b\xd0\xcc\x59\x71\x55\x00\xbe\x60\x1e\xb4\x55\x04\x85\xe6\xab\x9a\x16\x82\xcb\x0a\xbe\xe8\xe7\x85\x68\x14\x01\x5f\xad\x43\xe8\xc5\xc2\x67\xca\x30\xdb\x92\xa0\x47\xaf\xdc\xab\x92\xfe\xd4\x13\xbd\x9b\x93\xf4\x2a\x6e\xf9\xc7\x10\xf8\x45\x36\x41\x4b\x04\xa7\x6c\x01\x28\x8e\x90\x96\x71\x25\x38\x2f\xe9\x25\xa1\x04\x72\x32\x39\x07\xf3\x00\xaa\x96\xaa\x13\xd9\x0f\x53\x25\x6a\x43\xba\x60\xdf\xd3\x1d\x03\x7f\x85\x0a\x32\x63\x3c\x73\xe0\x6e\x64\xb8\xc3\x56\x98\x90\x26\x66\xe9\x15\xa1\x91\xed\x67\x74\x35\x32\x99\xe1\xac\x7b\x1b\xb1\x87\xa9\xf1\x22\x26\x3a\x2d\x6f\x47\x4b\x3d\x80\x14\xe7\xce\xef\x03\xce\x60\x0b\xb9\xcd\x21\xb5\x58\xa5\xb2\x33\xa1\xc7\x31\xcb\x79\xd0\x70\x75\x4c\x23\x65\x34\x52\x0c\x8b\x4e\xf3\x8e\x6a\x8e\x03\x27\x88\x20\xe2\xe3\x45\x63\xd0\xd1\x5e\x09\x0b\x61\x62\xc8\x88\xc4\x2d\xf0\xf9\x98\xe0\x64\x31\xbf\x2b\xb1\xe1\xa9\x56\x6e\xd2\x28\x04\x91\x62\xa7\x82\x9e\xc8\xd0\x33\xeb\xc5\x5e\xca\xea\x79\x5b\x14\x17\x43\x7d\xf2\xba\x37\xfe\x28\x3d\xfb\x99\x11\x94\x1c\x0d\x6b\x05\x87\xb5\x22\x7e\xd7\xa3\xa3\xb4\x10\xa5\x95\x87\x90\x91\x08\x68\x31\x08\x65\x86\xc0\xe7\x0c\x61\x72\x10\x3f\x32\x4d\xe3\x6c\xa3\xeb\x93\x7e\xe1\x90\xc8\x69\x2c\x27\xfe\x71\xac\x11\x02\x94\x70\x1b\x1d\x02\xbb\x8e\xbf\x8d\xed\x0d\xfa\x97\x68\x1e\x2f\xe1\xb5\x4d\x48\xc4\xbf\x71\x5a\x4e\xda\x26\x6c\x5b\x07\xa6\x78\xa6\x14\x98\x68\xa7\xa6\x10\x03\xf4\xe2\xd2\xc6\x33\xd0\x2f\x60\xd1\x3f\x42\xef\x75\x29\xa2\xe6\x43\xf7\x08\x7c\xe3\x5c\x61\xbd\xbc\xed\x84\x0a\x18\x99\xed\x4d\x30\x82\x0d\xe5\x0f\x25\xc7\x87\x3e\xa5\xbd\x4d\x3d\x09\x57\x21\xfe\x4c\x73\x0f\x3b\x83\x2f\x20\x1e\x0a\x77\x43\xe1\x88\xb4\xff\x10\x93\xf4\x1b\x01\x0c\x31\xcf\xb8\x1e\xb3\x3f\x40\x3b\x33\x02\x95\xeb\x01\xc8\xaa\xc1\x9e\x77\xc0\x50\x1c\x70\xef\x2d\x65\x69\x72\x78\x94\x61\x2f\xfd\x46\x52\xab\x4e\x3e\x3e\x1f\x70\xad\x0f\x9a\x2c\x02\xb0\x6e\x5d\x4c\x53\x04\x04\x37\xc4\x92\x36\x01\x49\x95\x9f\x33\x43\x01\x1d\x2c\x67\xb2\x3b\x10\x90\xab\x4e\x15\x05\xbd\xc8\xfa\x49\xbb\x0b\x0e\x49\x99\xa4\x5f\x0b\xee\xc0\x35\xd2\x07\x21\x3e\xc8\xda\x6c\x22\xec\x39\x3c\x2f\x67\x18\xfe\x05\x14\x9a\x7b\x3f\x82\xe6\x9b\xc0\xcc\x46\xd8\xb9\x2e\xe6\xad\xc5\x88\xd9\xdd\x28\x50\x42\x3f\x31\x2b\x2d\x64\xc4\xf9\xe9\x4f\x65\xf4\x7b\xfe\x1d\xaa\x20\x6f\x7a\x41\xbb\x8e\xd3\x9a\xbc\x8f\x0a\x04\x39\x77\xbd\xe9\x35\x81\xb9\xae\x3e\x17\x39\xe2\x79\x32\x3e\xd3\x05\xff\xf2\xd3\x7d\x73\xb2\xf7\x15\x34\xf8\xb5\xa6\xef\x14\x96\x07\xc8\x11\x7a\x8a\x62\x02\x37\x31\xed\xc5\xcf\x01\xcd\x51\xe3\xac\xa7\xe0\x6b\xd0\xba\x12\xff\x90\x0f\x41\xb4\xd2\x09\x58\x99\xd7\x0c\x3b\x39\xcc\xc9\xf9\x5a\xf9\xc1\xc8\x08\x6b\x9f\x8a\x7b\xd1\x3b\xc6\xcf\x18\x34\xc7\xab\x63\x99\x79\x9f\x9d\xda\x7b\xfa\x0a\xd3\x9c\xdd\x85\xf3\x2c\x51\xe7\xa1\x06\x95\x92\x51\x97\xaa\x2a\xc7\x32\xa8\x2b\xbc\x24\x83\xdd\xe4\x16\xc5\x7c\xcf\xf9\xe7\x0e\xa1\xde\x29\xe7\x7a\x6c\x12\xdd\x2b\x42\xbc\xac\xf0\xb1\x95\x77\x7c\xbc\x51\x2f\xaa\x8e\xf8\xb9\x46\x5c\xac\x76\x08\xd4\x0c\xde\xe6\x26\x00\xbe\xfb\xaf\xd4\x9c\x04\xbf\xf7\x50\xaa\xed\x86\xd4\x38\x58\xd5\x67\xc2\xdd\xcd\xc7\x58\x5f\xad\x03\xc6\xc7\xd8\x17\x6d\xe8\x7d\x31\xe5\x70\x5b\xf1\xf6\x7b\x95\x65\xb6\x30\xfe\xfe\x6a\x2b\x3b\x45\xde\x1c\xb7\xcb\x6e\x84\x53\x52\x23\x6b\x4f\x2d\xf2\xac\x35\x73\x28\x60\x9c\xa8\xd3\x73\xfc\x98\x95\x57\x37\xeb\x0c\x4b\x95\xaf\x0f\x71\x95\x89\xb7\x6d\x90\x73\x37\x42\x7e\x68\x3c\xe6\x59\x00\x4f\x6d\x4a\xf6\x49\x01\x69\x09\x2c\xfd\xd1\xbe\x52\xcd\xcd\x41\xb5\x2e\x7f\x84\x6e\x60\x5f\xeb\xb5\xaa\x28\x33\xd9\x09\x3e\x0f\x60\xae\xd0\xff\xa9\x36\xcb\x7c\xb8\xe3\x67\x7d\xba\x05\xa0\xf9\x79\xa3\xae\xe5\x89\xba\xe2\xa6\x74\x4b\x4e\x95\x12\x7f\xc2\x4a\xbf\x14\x25\x58\xb2\xbe\x92\x9f\xd7\xbc\x66\x23\x45\x67\xb5\x94\xd9\xbe\xca\x70\x16\x9a\xda\x65\x27\xbd\x13\xfe\x72\x70\xc7\xce\xb5\x12\x9c\xa8\x08\x40\x5b\x96\xab\x0b\x74\xba\x43\xdc\x03\x1c\xa4\xd9\xc9\xf3\x9e\xf3\xe4\x74\xcf\x06\x9c\xb1\xbf\xd6\x30\x65\x78\x62\x7c\x85\x4f\x31\xfc\x33\xb0\xdd\x3c\x68\xd4\xd2\xd5\x24\xcc\x37\x36\x16\xb6\xb4\xd9\x18\xd7\x36\x0a\xda\x11\x26\xd6\x3c\x7a\x47\xa2\xc9\x9f\x72\xff\x4e\x94\x29\x9b\x75\xb2\xcb\xc1\x8c\xc9\x74\xe8\xbe\x6d\x4e\xa7\x66\x74\x0f\x58\x6c\x92\x2e\xf7\xf8\x5a\xe9\x27\x16\xf4\x1e\xb4\x79\x86\x8e\xee\x2d\xb3\x33\x8e\xbc\xd1\xb7\xe5\x08\x0a\x39\x3c\xe0\xe9\xc2\xf6\x17\x1b\x7a\xe6\x51\xe8\x6a\xdc\x4e\xd3\xfd\x30\x29\xd1\xd9\xa2\x37\x39\x54\xd9\x5d\xa2\x9f\xd0\x33\xd4\xab\xa4\xdf\xd6\xae\xdd\x57\xa4\x3f\x20\x68\xe9\x1f\x7b\x2b\x59\x2f\x35\xd0\xf5\x36\xa7\xfa\xe6\x20\xc7\xe0\x11\xfb\xde\x50\xb4\xe1\x99\xc2\xb5\x61\x4d\xa3\xbd\x0c\xd7\xe1\xef\x46\xbf\xc9\xa5\x23\x10\x13\xa3\xb4\xe7\xa3\x87\x4c\xd9\x09\x43\xa3\x05\xe6\xdc\xd8\xfc\x31\x3b\xcb\x7f\xe1\xf7\xc7\x71\xb6\xb6\x20\xd0\xe4\x1b\x87\x1f\xde\xba\x6f\x66\xeb\x93\x4a\xae\xeb\xf6\x37\x24\xe5\x96\xeb\x59\x36\x76\x92\x7d\xf4\xa4\xf9\xd0\x94\x7e\xdd\xa6\x66\x09\x9c\xa6\x6e\x47\x8b\x51\x74\x97\x2e\x59\x98\x17\xca\xd0\x75\x6f\x5d\x07\x7e\xd4\x7d\xd0\xae\xe2\xab\xab\x7b\xa1\x23\xd0\xb5\xf5\xcd\xcf\xce\x08\xbb\x17\x6f\xd2\xbb\x0e\x99\xf9\xe8\xb8\x76\xfd\xd2\x4f\xd4\xf9\xd5\x7d\xf1\x95\xa5\x1e\xa4\xeb\xd1\x53\x7d\xc3\x33\x9d\x8f\x1f\x15\x19\xbb\x74\xbe\xbd\x17\x69\x30\x55\xfd\xbd\xac\xca\x88\xc0\x85\xe5\x6d\x1a\x7f\xe3\x5d\xa3\xfa\x9b\xc4\xd5\x24\xa7\xf5\x99\x2c\xd6\x89\x25\x5c\x34\xbd\x54\x4f\x8c\x21\x98\x1a\x36\x5e\x0d\x93\x36\xbd\xd5\xb4\x0e\xd6\x33\xbd\x2c\x80\xfa\xa5\x9a\x7a\x37\x6f\xba\x5f\x32\xc5\x0b\x5f\xd9\x6f\x99\x6e\x08\xc9\x16\xda\x66\xda\xc2\xdf\x06\xb9\xe6\xfe\xc2\x2e\x9d\x50\x0b\x8a\x10\xad\x6d\x61\x25\x2f\x0c\x7a\xbc\x63\xf3\x50\x98\x75\xbf\xd1\x34\x91\x93\x5d\xae\x6f\xbe\xc8\xe1\x15\xca\x58\x2e\x95\x9f\xa4\x87\x58\x1b\x94\x6f\x93\x66\x6c\x02\x2a\x4f\x26\xde\xb7\x3d\x59\x95\x8c\x2a\xb0\x4d\xe0\x2a\x45\x1c\xb7\x4d\xaf\xf1\x0a\xb9\x6e\x0b\xa8\x2b\x0e\x78\x66\x3b\xdf\x40\xf5\x28\xb0\xd3\x6b\xba\xe9\x08\xb3\x1b\x6e\x6a\xb6\xac\xb6\x77\xe4\x4b\x1a\x36\x39\x04\xf0\x25\xdf\xe4\x38\xa2\x9b\x7e\x3d\xef\x77\xa2\x36\x0d\x6b\x1d\x75\x29\x6f\xfa\xfd\x20\xd2\x2a\x8a\xf5\xa6\xca\xc5\xd6\xa8\xf8\x7b\x31\xdd\x9e\xcb\x3a\x90\xb3\xe9\xf8\x8e\x65\x9d\xa9\xe7\x5c\x56\x72\x3d\x29\xc7\x65\xa4\x34\x0a\x7b\xd6\x35\x81\x7d\x24\x8a\xee\xba\x53\x7e\x1e\x5a\xea\xa6\x50\x69\x15\xb4\xed\x86\xae\x76\xf0\xbe\xeb\xbe\x9f\xf7\xd6\x99\xe7\x9e\x50\x53\x64\x23\xed\x71\xab\xd6\xc9\x44\xd9\xf3\x4c\x6d\xa5\x9e\xb1\x97\x6a\x6d\xd1\xcb\x28\x6f\xc5\xda\xcc\x27\x38\x9f\xe5\xda\xd5\x87\x05\x0e\x01\x79\x5a\x35\x4a\xce\xe9\xcc\x98\xb2\x83\x6e\x86\x4c\xc3\xbc\x0b\x1e\x3f\x99\xea\x14\x1f\x6f\x49\xe6\x7c\xea\x3b\x9f\x95\xbc\x91\x78\x57\xdf\xa6\x82\xa8\x18\x11\x3f\xdf\x22\x2b\x78\x93\x1f\x97\x55\x09\x9a\xf5\x3f\x53\xfa\xd1\x6f\xb7\xff\x1c\xbb\xc9\xed\x59\x00\xb2\x3c\xda\xae\x25\xf0\x65\x45\xbe\xb9\x54\xd0\xe1\x4a\xca\x5b\x3a\x40\xab\x4a\xf4\xf5\x0a\x10\x50\x15\xa6\x2d\x07\x96\xae\x96\x7f\x7c\xd2\x6d\x94\xf6\xbe\xbe\xc4\xeb\x32\x4d\xbd\x7c\xcd\xd7\x81\x9a\x52\x58\x15\xa0\x47\xbd\x43\xef\x0c\x62\x51\x13\xd2\x9f\x03\x9b\x68\x9a\x89\x6b\xe0\xf3\xf4\x12\x74\x4e\xb0\x62\x8e\x6e\xa4\x63\x70\x7d\xae\x29\x24\x23\x44\x22\x2f\x26\x70\x2d\xa4\xb8\x20\xd1\x73\x0c\xa2\x5b\x84\x73\x9c\x87\x6a\xb1\xcc\xac\x5c\x61\xb7\x4b\xc6\x8d\x96\x43\x83\xcb\x0e\xe9\x96\xc3\x27\xd8\x87\x5f\x1e\x0d\xb7\xe7\xec\xd1\xaa\xf1\xfd\x99\xf1\x98\x8f\x0a\xfc\x99\x7e\x83\x7b\x00\xd4\x42\x32\x2e\xf9\x15\xd2\x46\xfc\xce\xbc\x0d\x83\x13\xc7\xc8\x91\x70\x67\x52\x46\xaa\x64\xd8\xdf\x74\x0a\xae\x31\xe2\x58\xe6\x7d\x24\x38\xe2\x33\xf9\x30\xdc\x31\x32\x8c\x7a\x0f\x54\x1d\xf9\x8b\xae\xeb\xfb\x2d\x0a\x97\x73\xd9\xb5\x08\x61\x98\x7b\xcd\x76\x3d\x1a\x97\xf7\xc8\xac\x1f\xc9\xca\xff\xf3\xb6\x25\x56\xbc\x30\xeb\xf5\x77\x14\xb9\xf8\xea\xb3\x06\x70\x7d\x52\x81\xb0\x04\xba\x41\x48\xac\x7b\x10\x16\x99\xb8\x55\x1e\x1c\xc9\x4c\x8c\x2e\x6c\x88\x0e\x4c\x34\xa7\xff\x8b\x81\x26\xae\xa5\xa3\x50\x52\x84\x4e\xc2\x1d\xb4\x7a\xf2\x23\xf4\x3a\x66\x6f\xca\x7c\x64\x01\xa6\x33\x6d\x05\xd2\x82\x75\x4e\x3f\x11\x74\x3a\x4e\x29\x53\xd4\xeb\x40\xdc\x7c\xd6\x88\x23\x3f\x5e\x94\x7a\xdd\xca\x37\xc1\x84\x1e\x68\x9c\x82\x4f\xcd\x41\xea\x69\x12\xa4\x73\x4b\x5f\x14\x44\xe8\x61\xd7\x3b\xc5\xa3\xf5\xb1\xbb\x9b\xd6\x62\x79\x18\x10\xf7\x2e\xe6\x17\xfa\x77\x29\x02\x97\x8d\x39\xc6\x9c\xc1\x1f\xc4\xbc\xa5\xbc\x4a\x0c\xc7\x6a\xa4\xfe\x20\xf0\xe3\x94\xe3\xcb\x92\x00\xb8\x86\x18\x50\xf2\xd5\x84\xd8\xb0\x47\x29\xc7\x12\x33\xc0\xa6\x29\xa3\x49\xf5\x7e\x69\xa9\xcb\x29\xab\x6e\xb5\x69\x1f\xd3\x7e\xdb\x6d\x92\xcc\xd2\x11\xe6\xfd\xe9\x85\x99\x73\x06\xac\xcc\x33\x14\xf4\xeb\x3c\x34\x37\xda\xa8\x97\x88\x23\x22\xaa\x85\x2d\x89\x8f\x10\x57\xea\xef\x25\x43\xa3\xc6\x2a\xdc\xd3\x9e\x45\x35\x15\x15\x93\x3c\x11\xd2\x39\x97\x32\x4e\x21\xea\x32\xfa\x33\x5f\x47\x27\x25\x25\x64\xa9\x23\x6b\xb0\xc0\xac\xae\xd8\x0b\x88\x20\x32\x1f\xfd\x00\xe6\x4b\x19\xc1\xc6\x02\x82\xa9\xef\x70\x93\xde\x78\xfa\x2e\xfc\x05\xe7\xcc\xec\x97\x84\x7c\x1b\xad\x1c\x76\x8a\x8e\xa9\x4c\xae\x38\xf1\x8c\x1e\x25\xf9\x45\xe8\x9b\xc1\x39\xe2\x49\xd8\x54\xe7\xc9\x0c\x30\x2c\x98\x5f\x4e\x8e\x82\x5d\xe5\xed\xa7\xbd\x80\xed\x29\x53\xc9\x96\x84\x61\xf2\xe6\x72\x6a\x43\x65\xa9\xf9\x0c\x01\x5c\x85\x18\x9e\x5b\x1a\x76\x09\x6f\xcc\x34\x0b\x07\xa2\x9c\xf2\xf6\xfd\x87\x98\xf9\x2f\x11\x6e\x21\x31\x05\xae\xc8\xed\x80\xac\x42\x1e\x2a\xc4\xe3\x5d\xd1\x5f\x4c\xab\xa3\x06\xeb\x09\xae\xc2\x32\xbf\x84\x87\x1f\x31\x2c\xa0\x7c\x0d\xfa\x3b\xfa\x3b\xfb\x34\xe0\x4e\xef\x69\xc6\x1c\xc0\x4a\xd8\x95\x87\x03\x04\xd6\xc3\x0a\x86\x01\x09\x15\x5b\x45\xfd\x80\xfe\x62\x22\xeb\x19\x30\x84\x91\x56\x02\x05\x19\x66\xe1\x4a\x9f\x83\x19\x29\xc0\xb2\xbd\x21\xc7\x70\x7e\x65\xcd\x10\x02\x12\xcf\x66\xc0\x2c\xe1\x4c\xce\x28\x7c\x07\x44\xaf\xb8\x12\x81\xf7\x15\x54\x0a\x10\x0f\xdd\xc4\xab\x1f\x22\x57\xec\x6c\xb9\x59\x68\x0d\xb3\xbb\xf9\xf3\x5e\x8c\xc9\xa1\xe2\xab\xde\xee\x03\x26\x25\xd3\xde\x0d\x1d\x1a\xec\x57\xde\x93\xfc\x2b\xe5\x0f\x7c\x54\x78\x0a\x15\xdf\x7c\xc2\xd8\xe7\xaa\x0c\x7d\x2f\x16\x3c\xaa\x46\xf8\x6e\xd1\x83\xb8\xde\xfe\xe7\xd3\xd1\xbc\xdb\x01\xae\x84\x04\xde\xd7\xa0\xab\x98\xa2\x9a\x72\xc0\xaf\xa8\xd1\xda\x66\xb0\x01\x74\xbe\xee\x57\xc8\xbb\xa0\xc5\x86\x18\x18\xc5\x7b\x4f\x93\x69\x98\x8f\xb3\xbc\x40\x22\xb2\xdc\xaa\x9f\x43\x73\xb6\x9a\x3e\x52\x19\xef\x22\x33\xe4\xc3\xdd\xe5\x12\xd4\x45\xaa\xb9\xea\x42\x6d\x39\x57\x27\xe9\xf2\xb1\x8e\x5c\x9f\xe8\x8a\xaa\x54\x6d\xd8\x72\x53\x65\x95\x37\xed\x77\x57\x61\xbe\xe0\x1f\xf1\x90\xa1\xb4\xf3\x8b\x3c\x71\x44\x39\x81\x99\xd7\x07\xbc\x7b\xb3\xa2\xcf\x02\xea\x51\xcb\x5e\xbf\xa6\x88\x5b\xc2\xb0\xc0\xf8\x90\x7d\xad\x4d\x40\x4d\xff\x6f\xed\x52\xc1\x81\xee\xed\x1d\x53\xd0\xaf\x76\xdc\xda\x66\xdb\x98\xe9\xad\x06\x23\xdb\xf5\xe1\xb9\xa6\x14\xbb\x73\x3d\x49\x82\x24\xbb\xb7\xad\x9c\x16\x7f\x3b\x48\xe3\xb8\xb0\xd1\x6e\x87\xbb\xd5\xba\x6d\x1f\xc1\xfe\xd2\x7e\xc0\xc1\xb2\x70\xba\xfd\x97\x23\x26\x87\xdd\xd1\xe2\x34\x9e\x65\xdf\x69\xe5\xe2\x9a\xd2\xd3\xb9\xe3\x76\x20\xfe\x68\x57\x99\xc7\x09\xe4\x54\x77\xb9\x97\x0e\x3c\xab\xd7\xcb\xf7\x09\xe8\x54\xff\x95\x00\x07\x9f\xd0\x81\x7c\x60\x94\xd3\xd1\x96\x5a\xf3\xda\x99\xa3\x6d\x32\x16\x6f\x47\xaf\x76\xbc\xb2\x58\xed\x4b\xef\xfc\x65\x79\xad\xe3\x7a\x37\xd6\xd2\x5e\xd0\xdf\x33\x6a\x59\x52\xe7\xd1\x3b\x64\xf5\xa8\x72\xae\xaf\xcf\xaa\xab\x54\xa7\xbf\xc8\xba\x33\xdf\x73\x20\xd2\xa6\x8f\x1e\x38\x78\xc7\xee\x64\xc6\xf9\xc1\x55\xfb\xc0\xa4\xc4\xa1\x04\x47\x7d\x6c\xce\xf0\x03\x67\x38\xc2\x77\xc4\xdc\x4d\x03\x2a\x18\xfd\xe4\xa9\x19\x38\x35\xbe\xee\xb3\xe4\xf1\xb6\x17\x6c\xd8\x3b\xa3\xd5\x4f\x30\x4a\x19\xf3\x1a\x64\x19\xef\x1f\xa8\x1f\xd6\x36\x76\xe9\x7a\x37\x42\x37\x2e\x69\xdd\x3d\xca\x32\xd1\x6a\xdc\x19\x63\x99\x8c\xf2\xfa\xc7\xbd\x4c\x13\xcb\x61\x13\xe2\x66\x66\xc5\x7f\x26\x86\xcd\x35\x98\xa6\x93\x31\x16\xfb\xa9\xc4\xa9\x2b\x96\x4f\x48\x7a\x53\x2b\x56\x51\x89\xdf\xa7\x03\x6d\x68\xe8\xca\x19\x13\xbb\xbf\x91\x8f\x66\x5f\x3a\x9d\x0e\x9e\x9c\x1b\x75\x75\xf2\xd3\x30\x7e\x29\x68\xe5\x14\x99\x3c\x6d\xee\x2a\xd4\x37\xc1\x08\xb5\xb2\x95\x4d\x00\xad\x82\xf4\x52\x93\x33\xed\x0f\x08\x87\x8c\x97\x3a\x22\xd1\xf1\xc6\xac\x4e\x6e\xa4\xb8\x31\xa6\x6b\x08\xe2\x6d\xec\xd8\xdd\x1d\x38\x6a\x2c\xdf\xb3\xe1\x95\x67\xf4\xab\x77\xc9\x99\x69\xd4\xd5\xe7\x6d\xc3\x32\x92\xe8\x9b\x36\x25\x18\x15\xf6\xd5\xe8\x57\x99\x3c\xee\x1d\x7a\x65\x6a\x52\xdd\xeb\xf3\xa4\xd3\x6c\xa7\xe7\xef\x43\xbe\x45\x56\xbd\x5d\xa5\x94\x55\x58\x3d\xa7\xd8\xc4\xda\xb9\xa1\x99\xb1\xcf\x7a\xa6\xe9\x40\x66\xb2\x8d\x08\xdf\x3b\x69\xd8\x46\x5a\xd0\x86\xbd\x63\x73\xbb\x45\x22\xaa\xc8\x46\x46\x98\x0b\x15\x58\xef\xb4\x29\x03\x64\x6c\xf6\xb5\x87\x7b\xbf\xb3\x91\xee\x68\x75\x3d\x66\x73\xb9\xb3\xc5\xee\x8a\x8d\x4b\x27\xdf\xac\xdc\x86\xd1\x59\xf1\x36\xd8\x36\xbb\x53\xea\x35\xda\x8e\xd1\x81\x7d\x46\x70\x10\xed\xd0\x7a\x7c\xc1\xd6\x98\x7b\xae\x7a\xcc\xbe\x9c\x7b\xbc\x24\xc6\x51\x89\x5b\xcf\x14\x73\x0a\xe2\x21\xc9\x74\x67\xa3\x9a\xbc\x94\x69\xe7\xed\xda\xaf\x38\x35\x17\xdd\xfa\xd0\x68\xa8\x8b\x43\xa3\x79\xa8\xae\x8b\x16\xff\x3e\xb0\xde\x45\x4f\xb0\xe0\xeb\xed\x92\xdc\x62\xe5\x96\xe0\x52\x23\xec\xb4\x5f\x72\x3d\x2e\xec\xb7\xb8\xee\x6a\x2d\xdc\x36\x88\x74\xd3\x14\x06\xe9\x50\xdc\x55\x5b\xbe\x69\x17\x7b\x18\xb6\xa4\x3c\x9e\x77\x92\x2c\x3f\x52\xab\xe1\x22\xe0\x30\xd8\x0a\x6e\x33\x1c\x41\xbe\x9d\xc7\x38\xe7\x1f\x75\xc1\xcb\xa6\x7c\x9c\x78\xd7\xbb\xa8\x62\x24\x21\xde\xe7\x76\x95\x4d\xec\x59\x9f\x74\xee\x9e\x30\x8e\x4f\x76\xcd\xb3\xe0\x53\x3e\x49\x75\x11\xfe\x70\x9f\xd5\x86\x60\x0f\x5b\xdf\xeb\x4d\xe2\x8e\x44\x5f\x5a\x53\xbe\x95\xa8\xdf\xf9\xa6\x5f\x46\xd7\xfd\x3a\x9b\x68\x6f\x66\xfc\xe3\x9a\xa4\x9e\xcf\x05\x98\x36\xe6\x68\x8e\xbb\xcd\x97\x9c\x6f\x14\x78\x3d\x61\x9d\xaf\x80\xfb\xfc\x28\x4e\x2a\xd2\xf0\x77\x2f\x86\x66\xd3\x03\x43\x8b\x3f\x64\x1c\x02\x3c\x61\xb5\x12\xcc\x80\xb7\x4a\x35\xd0\x9f\x80\x53\x65\x39\x91\x15\x20\x39\x4e\x21\x64\x07\x74\xbb\x62\x28\xc8\x17\x14\x5f\xd5\xe1\x7d\x00\xb4\xc2\xad\x72\x5e\x04\xeb\xd6\xc8\xda\xd0\xc1\x73\x35\xdd\x26\x3b\xc1\x94\x5a\x75\xfd\xd3\x21\x75\xb5\x0f\x5e\x69\x43\xcf\xd4\x5a\x3d\x21\xfb\x82\xf3\x86\x05\x71\x01\xeb\xcc\x2a\xae\x36\xf0\x69\xae\xb0\x84\x07\x1e\xcf\x8d\x67\xee\x86\x5c\xcb\x45\x93\xad\x60\x7b\x98\x6f\x53\x66\x43\x23\xf2\x2c\x70\x21\x70\xcb\xfc\x77\x48\x1d\xf8\x87\xc2\x52\xb8\x71\xd8\xde\xe2\x4d\x10\x37\x4c\xa2\x54\xc1\x4f\x2c\x8c\x51\xb6\xed\x96\x1d\x7e\x9c\x23\xb4\xf7\x08\x5f\x2f\x9f\xb0\xb8\x12\xc1\xaa\xe8\x31\x98\x89\xfc\x58\x49\xd0\xd9\x46\x38\x56\x39\x69\x03\x80\xa5\x74\x45\xe1\xbb\x90\x3a\x6a\x47\x6d\x3e\xec\x37\x75\x37\x27\x31\x4c\x40\x49\x28\x28\x88\xbc\x4b\x31\xa0\x8d\x22\x8e\x51\xde\x93\x02\xa3\xcb\xa9\xec\xc4\x6b\xc8\x7e\xfa\x55\xb4\x68\x4c\x45\x76\x4b\xc4\x97\x58\x49\xc6\x04\xc4\x25\x56\x3f\x6f\x5f\xe0\x87\xd8\xb2\xfc\x1d\x2f\x15\xd4\xb9\xc2\x09\x27\x20\xea\x7d\x31\xde\xfa\x0e\x7a\x8a\xf5\xc3\xe4\x20\x76\x4f\xe9\x2b\xbd\xc0\x38\x74\x19\xf9\xe5\x6d\xb8\x5e\x7a\x55\x47\x57\x24\x8f\x74\xbb\xb1\x2f\xba\x83\x98\x56\xf5\x2f\xb6\x9c\x78\xaa\xe4\x06\xe6\x62\xda\xdf\xdc\xf0\x38\x43\xe2\xdd\xac\x35\x1c\x8f\x24\x99\x92\x19\x3f\x99\xfe\x02\x67\x9a\x90\x9c\xf1\x03\xa9\x8c\x57\xcb\x9a\x84\x5f\xc2\x43\xa8\xc7\x40\x0c\xfc\x22\xfd\x84\x9f\x5c\x22\x31\xbb\xd8\x4d\x95\x60\xc2\x00\xd8\xa5\x26\x45\x31\x3d\xcc\x6b\x93\x73\xf2\x65\x0d\xba\x53\x25\x0b\x76\x74\x2e\x21\x87\x92\xec\x7b\xb5\xd1\xcb\x04\xa9\x96\x48\x9c\x6d\xa2\x5a\x6d\x14\xde\x1e\x8f\xe7\x10\x93\xf6\xe2\xb1\x05\x9b\x29\xba\xf8\x7e\xba\x5b\xea\x70\x22\x3a\xfd\x1c\xf1\x00\xc1\x2d\x71\x80\x38\x9a\xb4\x80\x2e\x27\x21\x52\x90\x91\x05\xe9\x32\x69\x71\x90\xaf\xe9\x11\x24\x6e\x10\x24\xe3\x6a\x46\xa9\x17\x3b\xf3\x78\x96\xb9\x53\x76\xd6\x23\x4a\x80\xf5\x53\x32\x89\x46\x37\xb1\xa5\x8a\x67\x4f\xe8\x5d\x4a\xd8\x8d\x7d\x3f\xa8\x99\xa4\x8c\xf9\xd0\x71\x3c\x75\x00\x73\xbe\x49\x97\xb4\x81\xce\xad\x8e\xca\x1c\x42\xbf\x2e\xa9\x21\xf7\xa0\x73\x98\xaf\xa8\xb1\x98\xb3\xe4\x39\x5a\x18\x66\x3b\x95\x42\x37\xc6\x7e\x8d\xf7\xa6\x2f\xe0\x22\x63\xfc\xb3\xc3\x12\xee\x85\x01\x72\x2c\x13\x8d\xc1\xc5\x8c\x83\x49\x01\xfe\x12\xb9\x07\x53\xd2\xdc\x5d\x98\xbb\xd2\x08\xf6\xf9\x79\x0e\xe9\xe7\x2d\x40\xf9\x1d\x99\x71\x06\x75\x24\x66\xf4\xa3\x51\xab\x2c\x3b\x04\xb7\x47\x8e\x9a\x8e\x90\x6b\xa9\xcf\x4e\x8e\xca\xab\xd3\xcc\x7d\x16\x65\x5e\xee\x97\x67\x10\xe5\x59\xb8\x91\xcf\x8f\x9a\xce\xa6\x15\x0c\x22\xc8\x19\x5e\x85\xe4\x68\x72\xd2\xd3\x22\x03\x64\x2f\x56\xa7\x68\x23\xf6\x02\x22\xb0\xb8\x05\x7d\x1d\x96\xc4\xaa\xc6\x46\x01\x6a\x4b\xda\x71\xd5\xde\xbf\xcb\xf6\x26\xf4\xb8\x3c\x64\x6b\x12\x5e\xda\x34\x72\x4a\x52\x9e\x9b\xb0\x72\xe2\x42\x35\x26\x83\x99\xd9\xa1\x92\x03\xa0\x02\x32\xac\xbd\x43\xa4\x18\x02\xf3\x6f\x62\x94\xbc\x87\x5d\xe3\x4a\xb3\x8f\x43\x7f\x95\xa6\x72\x9e\xc1\xe0\x79\x41\xe5\x96\xa1\xfb\xa9\x66\xe5\x7f\xe0\xb7\x88\x77\x2b\xb0\x61\xf6\xf8\xb3\x95\x46\xe1\x38\x94\x76\xd5\xb9\xff\x10\xb3\xfa\x1e\x42\x2f\x24\x9b\xfb\x1c\xd9\x18\xd0\xcf\xeb\x43\x3d\xf4\x94\xaa\x75\xc5\x24\x38\x5a\xd6\x6d\xe1\xc0\x96\x77\x58\x43\x80\xf9\xd9\xeb\x65\x0b\x80\x2f\x23\xea\xe5\x24\xc0\xfb\xee\xca\xaa\x13\x80\xfa\x16\x4f\xae\x16\x80\x52\xa7\xc2\xfb\x03\xe0\x94\x6f\xd5\xfa\x02\x0f\x14\xbd\xab\x83\x00\xcb\x18\xc7\xeb\x2d\x41\x49\x59\x97\xeb\xbf\x80\x27\x53\x1e\x37\x24\x86\x3c\xc0\x19\x37\x5a\x40\x2a\x90\xd8\xa6\xc7\x30\x57\x78\x15\xdf\x0f\x3e\x0b\x12\x08\x9a\x22\x1c\x7c\x67\x5a\xac\x10\x7a\x6e\x27\x5a\x77\xc5\xd8\xda\x52\xab\x61\x3e\x97\xe7\x23\x6a\x6c\x7d\x6c\xc7\x18\x75\xab\x3e\x01\x7d\x90\x46\x25\x1f\xc7\xb6\x08\xfe\x03\x1f\xdd\x46\x96\xa0\xc0\x27\xb9\xfa\x57\xf3\x17\x9f\x99\xb2\xd7\x2d\x3b\xbe\x29\xf9\x4c\xe1\xaa\x9f\x19\x7d\x77\x2b\xd3\x1f\x9e\xfe\xa8\xcd\x28\xa0\x8b\x00\x6c\x3f\x18\x14\x83\xc9\x6d\x6f\x01\xde\x8f\x1a\xef\x98\x07\x23\xa1\x0b\x5d\x17\x21\x47\x83\xde\x75\xe3\x61\x5f\xbc\xba\x7b\x0d\xc2\x9d\x1c\x7f\xf1\xa5\x5c\xf5\x16\x22\x9b\xb3\x5d\x6d\x27\x6e\x0a\x67\x5c\xad\x07\x4a\xdb\x26\x5c\xdd\x3a\xcd\x3a\xb2\x5d\xfd\x9a\x4f\x74\x9d\x75\x2d\xae\xed\xeb\x56\x75\xbb\x52\x81\xe9\x51\x74\xeb\x61\x69\xf6\x8a\xb8\xf7\xe5\x6e\xf6\x0e\x79\xb4\x53\x70\x7d\x00\xaf\x9b\x69\x4b\xfd\x67\xbc\x71\xf8\x9b\xfd\xef\x7d\x6d\x50\x17\x07\xda\xfc\x8f\x44\x5c\x1d\xb2\x09\xfc\x16\xdc\x35\xdc\x09\x6c\xf7\x4f\x1a\x75\x09\xf1\x74\xdb\xd3\x59\x6b\x77\x7d\x21\xb8\xbb\xd3\x0e\x3a\x69\xd7\xdb\x62\xd7\x34\x94\xd1\x5f\x6d\x37\xdc\xfd\x7b\xf0\x96\xdd\x4c\xeb\xc3\xa1\x58\xbb\x1f\x8d\x80\x61\xb8\x3d\x84\x9b\x36\xe2\x6c\xff\x8f\x9d\x37\xaa\xe1\xb8\xbf\x90\x3c\xba\xe8\x74\x2b\x07\x3a\x96\xe0\x0c\xcb\xba\x3c\x7e\xc5\xe5\x73\x0a\x6b\xbc\xd7\x0d\x83\xfb\x33\x11\xe1\x11\x8f\xec\x9b\x04\x7b\xd5\xc2\x03\xa7\x9f\xfb\x4e\x00\xd1\xb3\x8f\x03\x5f\x78\x3f\x1f\x5e\x34\x37\x5c\xd8\x19\x3b\x64\x1e\x39\x55\x33\xfe\xdb\xbc\x7f\x84\x3f\xd9\x6b\x21\xdb\xd7\x31\xbd\xc7\x82\xd8\x81\x9f\x6e\xb7\x7c\xdb\x2c\x3f\x03\xb5\xda\x55\x97\x36\xfb\xd0\x2a\xb3\x6a\xef\xec\x90\xf5\xcb\x52\xe3\x39\x37\x1b\x8d\x7c\xff\xb9\x9f\xb6\xe7\xe9\xc1\xf3\x99\x76\xaf\x33\x2e\x2d\x98\xd8\x13\x92\xea\x17\x7e\x3b\x42\xb1\x7d\x8b\x5c\x67\x2a\x02\xb5\x54\xe5\x66\x05\x2d\x5c\x31\xf1\xac\x0a\x94\xb7\x8a\x6b\xbb\x53\x95\x61\xcd\x6f\x7f\x5c\x12\x68\x8d\xeb\x34\x62\xbe\xb1\x0e\xed\xd6\xa2\x98\x5b\x65\xf4\x8a\xa6\x46\x59\x21\xfa\x4e\xe3\xfe\x5a\x4e\xf5\x3f\x47\x66\x59\x0e\xf6\x7f\x83\x53\x2c\xd7\x07\x70\xe0\x07\x96\x5b\x83\x4a\x7e\xbf\x2d\x33\x07\x3f\x7b\x78\x59\x3e\x1e\x2a\x73\x9c\xb2\xf0\x1e\x3e\x67\xf5\xdb\x62\x65\xa8\xd6\x44\xc1\xe2\xc9\x50\x9f\x9e\x85\x55\xee\xa0\xcb\xcb\x37\xd6\xa2\x03\xf3\x5a\xbd\x0e\x27\x04\x22\x3c\x69\xc7\x61\x41\x44\x19\xda\x29\xa1\x99\x95\xff\xc6\x69\x53\x78\x91\xa6\xee\xac\xda\xea\x4b\x8c\x71\xd6\x6b\xcb\x4c\xe8\x76\x36\x6b\x5f\x8a\xb5\x72\x7e\xdd\x79\x2d\xfc\x88\xf3\xe9\xae\xbc\xe0\x78\xa7\xe9\xee\xdf\x01\xc7\x9c\x86\x7b\xf5\x3d\x53\x9d\xca\xfb\x6c\x9c\x1f\x3a\x65\xf4\xd5\xda\x20\x9c\x12\xfa\x92\x4c\x6f\x38\x35\xf6\x3d\xd5\x37\x70\x46\xf5\x5a\xbc\xf2\x76\xb1\xee\x09\x78\x6a\xe0\xc2\xac\x0f\xaf\xcb\x73\x3f\x5d\x0f\xe3\x8c\x78\x50\xea\x77\x0a\x5f\x7a\xd2\x1b\xbe\xd1\xe7\xbc\xec\x1a\x7f\xa5\x9b\x78\x7d\xe3\x1f\x4c\x2c\xf4\x7e\x21\xd0\x45\x4b\x7b\x07\x37\x67\x44\xa4\x79\xdb\x0a\x0d\x20\x77\xbd\x55\x5a\xd7\x03\x17\xbd\x65\xdb\x01\xde\x6a\xde\x47\x3a\x7e\xbb\x54\x7b\xcd\x77\x3d\xb4\xd3\xf0\xfa\xdc\xf9\xd5\x2c\xc3\xfb\x6c\x67\xe3\x5b\x5d\xef\xb5\x8e\x9e\xd7\x7e\x3e\x75\xed\x1f\x9e\x69\x7b\x3a\x73\x29\x4d\xaf\x7d\x64\xb9\x9a\x95\x59\x7e\x9a\xdc\xb3\xc5\x74\xff\x7e\x2e\x9d\xa1\x14\xf8\x88\x67\x99\x49\x09\x32\xa8\x71\x48\xfa\x1e\xb4\x55\x5b\x84\x75\x01\x5c\xaf\xd7\x88\x6a\x00\xdc\x6f\x94\x85\xfe\x01\x68\x35\x4d\x03\x46\x00\x7a\x82\x50\x9f\x4d\x80\x53\xcb\x51\x37\x27\x80\x81\x30\xdf\x61\x17\x00\x21\xa4\x59\x78\x03\x8a\x85\x25\x06\x42\x60\x90\x70\xaf\x8e\x10\x64\xda\xe2\xac\xed\xec\xf7\xba\x7c\xb8\x05\x1a\x98\xc2\x59\xe7\x8e\x02\x1f\x72\x6e\x97\xbe\x01\x9b\x72\xcc\x98\x83\x21\xaf\x38\xb1\x14\x17\x48\x63\xb9\x47\x6a\x35\x74\xad\xc2\x2f\xfe\x22\xcc\xa3\x72\x1e\xb9\x01\x2b\xaf\x8e\x85\x2f\xc2\xf2\x79\x64\x70\x3c\x0c\x5f\x5b\xea\xaf\x0f\xa3\xd7\x97\x7b\x38\xc3\xe8\x8d\x28\xc7\x3a\xd8\x5a\x93\xa8\x55\x64\xe8\xb3\xa6\x67\x46\xdf\xe1\x27\x9b\xee\xe9\x22\xc2\x3c\x9a\x24\x9f\xe3\x80\x1e\x25\x41\x6d\xb9\x21\x26\xc5\xc3\xb5\xdb\xb0\x33\xc5\xf2\x9c\x22\x78\x40\xd1\x78\xc1\xf7\x70\x7c\x51\x23\x3d\x28\xd2\xa8\xd8\x94\x34\x17\x35\xc1\xba\x9c\xa8\x85\x88\x2d\x61\xa0\x4f\x45\x1f\x2d\x93\x88\xf8\x19\x7d\x89\x23\x06\x49\x8e\xbe\x58\x21\x17\x64\x12\x6d\x54\x75\xc0\x5b\x35\xda\xa7\xfa\x83\x8b\x4a\x34\x93\x67\x63\x2b\x83\xbc\xcb\xfb\x6e\xda\x86\x7c\x5f\x83\xd2\x6f\x8a\xd5\xae\xbd\xf2\x4a\x39\x54\x2e\xcf\xa8\x73\x3b\x02\x9b\xcb\x6c\x94\x44\x48\xe4\xde\xae\xf2\x40\xa6\x32\x86\x58\xd5\xb1\x0d\x8c\xba\x5c\x31\x34\x83\xf1\x25\x2b\x1e\x2b\x92\xdb\x93\xa2\x16\xb7\x97\xf9\x3d\x6e\x32\x2e\x25\x9f\x10\x5d\x1b\xb7\x50\xe8\x1d\xfa\x21\x6e\xb6\x98\x02\xc2\xc6\x0d\x97\xb4\xf8\x5d\xc0\xdd\x2e\x03\xba\x2d\xe3\xc0\x1c\x25\xfb\x9e\xf8\x37\xe5\x52\x16\x95\x09\x87\xca\xff\x18\x26\xe0\xed\x2b\x6f\xea\xac\x20\x5a\x69\xd9\xbd\x72\xb1\x1f\xa8\x77\x9a\xeb\xb1\x9a\x14\xed\x1a\x0a\xee\x23\xb9\x9a\xdd\x8c\xd7\x22\x63\x0b\x4e\x10\xde\x90\xb3\x68\x01\x49\x91\x14\x6f\xd2\x81\x64\x04\xd5\x14\x4f\x4b\xd1\xa2\xbd\x43\x31\x52\x66\xb2\xc3\x23\xf2\x52\x4f\x33\x88\x10\xbd\x54\x69\x26\x3f\x68\x6f\x2a\x2c\x1f\xe3\x15\x92\xba\x5c\x78\xc5\x69\x3b\x8d\x57\xd4\x6d\x3d\x4f\x9c\x65\x3d\x34\x15\x49\x57\x2f\x29\xd1\x6b\xc5\xae\xa6\x53\x07\xe5\xf1\xd7\x49\xb2\xed\x37\x92\x8f\xa4\xfd\x6c\x94\x4d\x6d\x4a\xc3\x56\xbd\x21\x69\xa5\x3d\x66\x65\x65\xdc\x48\x83\xe6\x8a\x66\x0a\xd3\xde\x65\xa5\x64\x15\x12\x05\x29\x17\xc9\x5e\xa4\xf5\xb8\x4d\xf2\xaf\x0c\x1c\x72\x3f\xc5\x25\xcb\x19\x6e\x4a\xf1\xa6\x50\xc0\xa2\x94\x44\x5a\xa5\x5f\x0f\x15\x98\xad\xec\x36\x4f\xd3\xce\x29\xb5\xd7\xa2\x13\x73\x4b\x2d\x7c\xb2\x77\xf2\x72\x0c\x56\x53\x62\x93\x24\x46\xa6\x48\xc9\x89\xdb\xdd\x92\x99\xad\x89\x62\xcd\x16\x14\x32\x1e\x5d\x53\x45\xb7\xc6\x2b\x71\x14\x73\x1c\xf0\xb7\x0a\x32\x19\x5f\xf1\xb1\xf4\x33\xb9\x8b\x89\xa6\x24\x21\x33\x9d\xf0\x3c\x11\x99\xa7\x9c\xd4\x80\x26\xe5\xa5\xa6\x18\x44\xd6\xe7\x8b\xa7\x3d\x83\xaa\xe4\xfb\x91\x8c\x83\x84\x05\xa7\x33\x34\xbd\xaf\x15\x7c\xce\xdc\x71\x76\x29\x3a\x4b\x11\xb1\x9e\x2f\x4e\xa0\x19\x99\x9c\xa2\x6a\x61\x1d\x26\x86\xb3\x5b\x30\x35\xfd\xf7\x73\xeb\x30\x32\x6d\xed\xf9\x19\x68\x54\x63\x40\xd1\x11\xf4\x8d\xaa\x51\xd6\x0d\xd4\xd7\x92\x37\x25\x8e\x68\x9b\xdc\xe9\x52\x3b\xf4\x0a\x39\xa4\x74\x1d\xf3\x2d\x55\xbf\xcc\x37\x4e\x2c\xfe\x56\xd9\x24\x0e\x13\xe3\xca\xd6\x49\x50\x0f\x4b\xe6\xa8\x25\xde\x00\x2f\x71\xe6\x92\x2e\xfb\x3b\x56\x1c\x48\xb9\xef\xde\x59\x29\x91\xa6\xea\x20\x5f\x45\x48\xdf\x63\x1e\x5d\xe0\x12\xfd\x74\x56\xaa\x38\x12\x31\x31\xbc\x51\xea\x8e\x70\xea\xd6\xe4\x88\x46\xad\x35\x0f\x54\x04\x46\x45\xd5\x9a\x56\xb9\x47\x3d\xe7\xf4\x56\x37\x45\x79\x17\x46\x72\x59\x51\x23\xd9\xe6\x3c\x23\x04\x33\xe3\x06\x8f\x1f\x5d\x93\x74\xb2\xc6\x08\xb9\x80\xbd\x58\x33\x1b\x2b\x85\xf0\xab\x2d\x44\xfd\x86\xe5\xd7\x15\x61\xd5\x01\x1f\xea\x7f\xe2\x0c\x7d\xae\x34\x26\x27\x44\xbb\xb8\x37\x7d\x20\x28\xda\xe8\x94\x8b\xc0\x4f\x2c\x2a\x56\x9d\x0e\xcd\x19\x9f\xe3\x4e\x84\xbe\xee\x7f\x5d\xeb\x03\xe3\xb7\x75\xd4\x4f\xc0\x34\x1a\x8d\x1a\xc3\x60\x0a\xd5\x47\x9b\x3e\xc1\xd4\x4a\xa6\xf8\x8d\x30\x16\x73\x47\x80\x08\xbd\x4c\x3d\x2d\x58\x86\xdb\x10\xf7\x35\xdf\x0a\x0b\x4f\x58\x6b\xfe\x13\x9e\x89\xba\xde\x52\xfb\x1f\x62\x0a\x87\x11\x0a\x21\x2d\xad\xd3\x48\x60\xe0\x99\x76\x53\xd4\x3d\x4f\xad\xce\x5d\xd8\xc7\x0e\x5e\x75\x23\xc0\x8d\xe5\xd5\x46\x01\x30\x6f\xaa\x46\xa0\x09\x04\x0f\xf9\xb5\xc4\x02\x6f\x75\x3d\x68\x4d\x04\x6c\x36\x8b\xb5\xab\x03\xa6\x6b\xc5\x3b\x8c\x00\x3b\xe5\x37\x3b\xdf\x00\x2d\x8a\x3c\xbb\xce\x82\x76\xe7\x54\x75\xd5\x81\xd6\x32\x7f\x74\xdf\x0e\xbe\x9a\xa2\xd8\xdd\x14\x12\x85\xd3\xed\x81\x43\xe6\x91\xe8\x5e\x07\x18\x1c\xce\xeb\xab\x80\x8f\x80\xc6\x06\xa4\x23\xde\xfa\xae\x0d\x32\x10\x13\xae\xaa\xad\x7a\xbe\xcf\x56\xf3\x3a\xce\xfa\x8a\xcd\xc4\x74\xe9\xf8\x1e\x18\x69\xea\xb1\xf3\xf9\xd9\xab\xd0\x27\xef\xb3\xd4\x0a\xec\xe7\xfa\x74\x35\x4c\x0e\xa4\xfb\x9e\xa8\x36\x19\x04\xfa\xea\x97\xb6\x0f\x3d\xf3\x3b\x90\xaf\x3b\x7c\xc4\xaf\x91\xd6\x3a\x5c\xea\xbf\x9c\x2e\x3f\xf2\x38\xf0\x01\x01\x31\xf2\x3e\xa8\x07\xc3\x1b\xcd\x03\x5a\x46\x4d\x8d\x6d\x82\xab\xa0\xdc\x09\x28\xc4\x31\x28\x71\x4a\x21\xd4\xc9\x73\xa1\x5f\xd6\xb5\x7c\x75\x75\x90\xe0\x5a\x36\xcb\x1d\x4e\x77\x2d\x19\x6b\x19\x25\xba\xd2\xfa\x97\xc6\xf7\xb9\x16\x75\x74\x4e\x28\xbb\x76\x09\x52\x27\x8f\xbb\x29\xd6\x7a\x4c\xf6\xba\xe5\x54\x3c\x9e\x8a\x76\x7f\xc1\x3a\x3c\x7d\xc1\xe3\x45\x6e\xfd\x74\xb7\xa7\x26\xc5\x79\xc6\xc5\x2b\x2d\x6d\x76\xe6\xab\xf7\x02\xde\x62\x96\xe2\x9b\x84\x7a\x34\x67\xe2\x7f\x2a\x42\x61\xc1\x38\xc8\x32\x38\x78\xc9\x1a\x64\xe4\x37\x3f\xd9\x66\x3b\xf0\xce\x6c\xe6\xa5\x6d\xcd\xbc\xd1\xdc\x82\xed\x8b\xc9\x83\x0b\xbe\xb6\xf0\xa1\xba\x25\x51\xdb\x84\x1e\xd0\xd2\x55\x3b\xff\x56\xec\x92\xa1\xfd\xcd\x46\xf4\xd2\x47\xfb\x01\x2e\x6f\x19\xe3\x00\x63\x2f\xac\x88\x3a\x46\x17\x2e\xaf\xa4\x3a\x95\xe4\xb4\xad\x9e\x77\x7e\x9f\x05\x5b\x65\xb8\x6a\xa7\x7c\x7f\xf7\xca\x8d\x1d\xff\xfc\xfd\x35\x8f\xe8\x98\x03\x1f\x9e\x7a\xb5\xc3\xa1\xeb\xfb\xfd\x24\x80\x6a\x4e\xf4\xce\xdf\xbc\x7f\xce\xf6\xdd\x4f\x39\x57\x9c\xe0\x7d\x47\x0a\xcf\x39\x79\xf6\xaf\x66\x9b\x39\x79\x0d\x2a\x66\x68\x39\xdd\x19\x3a\x43\x28\x77\xdc\x1c\xda\xc0\x00\x1c\x3b\x87\x91\x51\x96\x8e\xfc\x91\x53\xd0\x65\x47\xe0\x48\x2d\x80\xee\x78\x79\xd4\xc6\xe7\x83\x43\xd7\xe8\x6f\xb7\x3c\xfb\xc5\xb1\x1e\x07\x03\x7b\xd0\x18\xd3\x92\x60\xbf\x31\x26\x65\x34\xe1\xa0\x3e\x4a\xd7\x75\x74\x98\x1a\x19\x78\xa1\xed\x2e\x68\x7d\x55\xe7\xed\xa9\xde\xba\x59\x61\xef\x75\xbb\x6d\xa0\x38\xd4\x2b\xa7\xe3\x3e\xc3\xd9\x6b\xa3\x33\x3b\xeb\x82\xb7\x44\x57\x7b\xb2\x8f\xb7\x54\xcf\x51\xec\x9c\xd7\x8f\x5e\x67\x04\xc6\x2b\xa3\x8f\x06\xdb\xf0\x92\xed\xcf\x07\xf6\x7a\x56\x0c\x50\xfd\x0e\x79\x3a\x0f\x26\xb8\xaf\x7a\x1e\x1c\x72\x77\x6c\xf1\xe0\x0f\x41\xad\xf7\x7a\xa0\x87\x9e\x1a\x7f\xf4\x28\x1c\xec\xd7\x7b\xe1\xf9\x7c\x70\xcf\x4b\x79\x1f\xa8\xe0\x46\xc3\x37\xbf\xd7\x02\xfb\xaa\xac\x80\xbd\x02\x44\x09\x24\xe0\x4f\xb3\x3f\xf3\x72\xe0\x40\x8b\x0f\xf9\x63\x90\xb3\x30\x28\xf5\x6d\x90\xb0\x35\x0d\x57\x17\x34\xd6\xb6\x86\x34\x0d\x6a\xe8\xb0\x83\xfb\x07\xb9\x76\xbe\x07\x1b\x06\xee\x74\xfb\xfa\x3f\x0f\x64\xf6\x9e\xf6\x3c\x19\xf8\xa4\xcf\xc7\x79\x4f\xc0\x7a\xdf\x9c\x8d\x7b\x40\x71\x1f\xc3\xf4\x60\x40\x49\x9f\xa3\xde\xd7\xc0\xf0\xde\xfd\xaf\xf6\x05\x4a\x34\x3c\x11\xec\x03\xc0\xeb\xbb\x78\x47\x41\x4d\xf5\x46\x65\x94\xe0\x5b\xf5\x8b\xf9\xb7\x42\x3c\x1b\x6a\xa9\x13\x10\xed\x46\x06\xd1\x0c\xba\xa7\x89\x90\x30\x0c\x7d\xc1\xef\x8f\x0d\x82\xfa\x37\x2b\x85\x3f\x80\xea\xb6\x34\x87\x68\x42\x0f\xb4\x9a\x07\x6a\x42\x86\xda\x56\xbd\xda\x21\x71\x1d\x10\x17\x24\xe4\x4e\x67\xbe\x9d\x24\xe4\x72\xe7\x13\xb3\x46\xc8\xcd\x8e\x2f\x6f\x63\x20\x7f\x3b\x2e\xbd\xb6\x02\xf7\x70\x99\xad\x7c\x48\x7e\xf5\xb7\xda\x75\xd8\x52\x75\x5a\xb9\x05\x9c\x5f\xcd\x2c\x5c\x0b\xd7\xe7\xca\x65\x63\x23\x52\xb9\x2b\x19\x47\x22\x89\xbc\x79\x02\x28\xea\x58\xed\x75\x8c\x54\x94\x76\x1d\x35\xb2\x36\x4a\xa5\x21\x16\xea\x14\x75\xac\xe9\x0e\x00\x14\xf9\x95\xdf\xe3\x23\x88\x1c\x6c\xb6\x75\x33\x8a\x4c\x6e\xd9\x70\xd8\x17\x59\xd5\xd2\x6b\xd1\x10\x39\xd1\xd2\x6c\x18\x1c\xd5\xdd\x82\xd2\xd1\x86\x2b\x94\xef\xef\xda\x1d\x11\xc8\xd9\xdb\xc0\x8f\xa2\xb3\xbb\xab\x9c\xa2\x1b\xd9\x39\x25\xfb\x62\x08\xec\x9e\xdc\x6c\xd4\x0d\x8e\x12\xf9\x2e\xda\xaa\x5c\x24\x85\x86\x51\xac\x10\xc5\xdd\xc3\x00\x2b\x21\xc8\xf3\x98\xe4\x6a\x31\xb8\x29\xc6\x8f\x27\x05\xd6\xc4\xdc\xad\x3d\xe7\xff\x08\x23\x59\xb7\xe9\x11\x88\x9e\x6e\xe8\x71\x1c\xc4\x9c\x6d\xf4\xb4\xaa\xc5\x04\x34\xe6\x18\x7b\x60\x9f\x37\xed\xd2\xf5\x8a\xbe\xcc\xb2\xee\x95\x8a\xa5\x15\x9f\x6f\x3e\x85\x79\x56\xe4\x57\x23\x15\x17\x5b\xa4\xc4\x2e\x8c\x8f\x2e\x3a\x57\x70\x1b\x6f\x58\x74\x91\xc6\x4b\x04\x17\xad\x93\xee\x11\xac\x8b\xfb\xf0\x4c\x42\x71\x89\x2d\x0a\x4e\xd8\x2a\x9d\x8c\x70\x26\x6c\xb2\xc7\x21\xcf\x08\xbd\xe5\xa3\x41\xf7\x09\x93\x95\x89\xde\x8f\x08\x0b\xd5\xb7\x5c\x1c\x92\x4e\x71\xb1\xb6\xa1\x49\xd5\xbc\x9b\x66\x56\xc9\xc1\xbc\x4f\x6f\xf7\x61\xe3\xf2\xc4\x07\x74\x13\x54\x72\x73\xdb\x2c\x08\x28\x06\xae\xe1\x49\xf2\x04\xe3\x79\x65\x41\xea\x17\xc6\x19\x96\x02\xb1\x94\xf1\x98\x91\x96\x7e\x84\x51\x94\x75\x3a\xbd\x35\x17\x9d\x1c\x97\x61\xcb\xac\x8d\xd3\xcd\xe8\xca\x7f\x19\x6d\x9e\xb1\x55\x28\x15\x5a\x99\x51\x5b\x6c\x0c\x42\x64\xe0\x4b\x3c\xfc\xde\x64\x2c\x94\x4e\xb9\xab\x65\xca\xb0\xf5\x1d\xae\x64\x69\x71\xbc\x2c\xfd\xc8\x7e\xe5\x68\x23\xa5\x24\x67\x9a\xe7\xc8\xfd\xb4\x70\xca\x74\x97\x7e\xfa\x3a\x79\x45\x10\x9e\x15\x44\xb6\xe1\x4d\x51\x90\xe4\xbd\xec\x97\x34\x4d\xb2\x72\x7e\x0d\xbd\x86\xec\x4d\x53\xca\x86\x50\x6e\x10\xa9\x39\xe7\xa9\x47\xf1\x72\x39\x04\x1a\x0d\xe5\x9e\xf3\x35\x5b\x35\x82\xc4\xd8\xcd\xb8\x0d\xf1\xc9\xd9\x64\x9a\x07\x99\x30\x5e\xe4\x1f\xf2\xda\x62\xd4\x15\x44\x3a\x47\xe4\x26\x16\x89\xdb\x78\x32\xdb\x8b\x3b\x4d\xf7\x66\xd5\x92\x5a\x27\x5e\xd0\x82\x88\xc8\xde\xbf\x39\x8f\xd3\xde\xb7\x66\xe7\x4e\xa6\x99\x35\xbc\xc9\xfb\x94\x76\xb2\xb2\xb3\xa0\x21\xf5\x23\xeb\x4d\xe1\x7a\xda\x63\x46\x5e\xd1\x40\x5a\x7b\x96\x5a\xb1\x33\xb1\x36\x79\xab\xb8\x9f\xb4\x1e\xb7\x58\xfc\x2f\x03\x88\x3c\xc1\x52\xcc\x52\x81\x7b\xb0\x6e\x50\xa4\xc1\x17\x59\x06\xb4\x43\xfe\x22\x25\xf7\xe9\x79\xee\x76\x25\x3b\x39\x4f\xed\xe7\xcb\xac\x72\xbd\x2c\xae\x32\xeb\x08\xd0\x99\x23\x05\xfd\x89\x94\xa1\xd2\x62\x3c\x7e\xb1\x73\xbb\xf4\x02\xfe\x89\x80\xcc\x36\x48\xf8\x5c\x73\xab\x5c\x32\xa1\x8d\xdd\x50\xf1\x02\xbf\xb7\xe0\x71\xa5\x3a\x3e\x90\x56\x59\x99\x9b\xe8\x4c\x8a\xac\x3a\x48\xf0\x4a\xb4\xa8\xd2\x4b\xea\x46\xe3\xaa\xa0\x29\x4f\x23\x07\xaa\xbe\xa4\x9d\x85\xbe\xad\x7e\x45\xfc\x1e\xb4\x53\xbd\x93\x3e\xe4\x0d\xe4\xee\x64\x92\x9c\x79\x35\xca\xe4\x42\xeb\x9c\x32\x32\xd6\x75\x01\x53\x4e\xc4\x74\x8e\x6b\x56\xbd\xc0\x68\xf5\x05\x73\x39\xe8\xf6\xb6\x23\x35\xdb\x68\xb3\x06\x4a\x1d\x1a\x7d\xb1\xea\x4e\xfd\x1a\x5a\x8a\x35\xd9\x40\x46\xc7\xe4\x12\x1b\xaf\x61\x4e\x93\xad\x1b\x03\xb1\x52\xa9\xb7\x1a\xcb\xe2\xae\xc4\xab\x35\x7e\xc0\x05\xc6\x78\x34\x5d\x8c\x9f\x08\x63\xf2\xe5\xf1\x5d\xc1\xa7\xf9\x73\x04\xae\x7f\x4e\xb3\x7a\xca\x1e\x8f\x83\x2d\xee\x69\x0f\x1c\xa4\x79\x1f\xa3\x11\x2b\xf9\x75\x8b\xd1\xf2\xd3\xba\x8d\x9e\x08\xde\x50\x1b\xbf\x00\xf1\xb4\xcb\xa0\xb9\x26\xaa\x5c\x30\x2c\xb4\x8d\xf2\xa9\x09\x69\x65\x46\x99\x70\xee\xb5\x05\x47\x11\x0a\x95\xdb\xfe\x21\xf6\x65\x2b\xb7\xdb\x21\xc6\x32\xc4\xdb\xc9\xd1\xf3\x49\x7b\x3a\x4e\x22\xb7\xb1\xd7\x3b\xb0\xb1\x27\x11\xa8\xce\x37\xa8\x0e\xd8\x42\xd7\x53\xcc\x2c\x50\xa7\xdb\x0b\xa7\xee\x43\xea\x15\x49\x98\x77\x71\x12\x8c\xc1\x3d\xdf\x37\x0b\x13\xe0\xe7\xe7\x26\xdb\xfe\x86\xd2\xc7\xdc\x3b\x2d\x43\x95\xfa\x76\x77\x1b\xc2\xca\x5a\xf3\x7b\xa5\x61\xa6\x0d\x2e\x7d\x17\x60\x2f\xab\xbc\xfb\xcf\xc2\x74\x4a\xa0\xfd\x29\xb0\x45\x26\x6b\xe0\x68\x68\x30\x65\x66\xc0\x09\x4e\x48\xfb\x36\x50\x12\x96\x8e\xdf\x37\xe8\x1d\xce\x44\x69\x0f\x5d\xfe\x0f\x31\x87\xad\x11\x4a\x21\x3d\x23\xbe\xc8\xb0\xc0\xf3\xa3\x9d\x28\xb8\x47\x47\xf7\x05\x10\x79\x5d\xaa\x77\x15\xa4\xb9\xb0\xd2\xff\x07\xb8\x33\x31\x3f\xb8\x0d\x2c\x1f\x14\x19\xce\x05\x06\x77\x4a\x8e\xca\x01\xb5\x04\x57\xc7\xae\x02\xef\xd6\x78\x8d\xfd\x05\x1a\x71\xaa\xc7\xab\x81\x75\x45\x62\x13\x96\x20\x9f\x9c\xe8\x89\x55\xb0\x41\xe6\xfa\xa4\x43\x70\x48\x8a\xc1\xe4\x66\x48\x36\x2e\x7d\x8a\x0b\xf9\x80\x2c\x9c\x6e\x87\x61\xe1\xf4\x59\x8f\xb0\xa3\x20\xec\xbc\x4a\x44\x91\xaf\xf6\x88\xb7\xef\xf7\xf5\xed\xb1\x66\xdf\x8a\x25\xc6\xc4\x90\x6f\xf4\xf4\xe9\x29\x8e\xaf\xcd\x70\xcd\x8c\x9b\xef\x8d\x1e\xcf\xd9\x08\x5f\x59\x61\xdf\x5c\xb8\xaf\x74\xc3\xcb\xf9\x1b\xbe\x9e\x55\xdb\xf3\xab\xbe\xa5\xa5\xd4\x05\xac\x5f\x70\xfe\xfd\xc5\x2b\xfe\x77\x69\xad\x8b\xcd\x01\xb6\xe9\x5a\x4b\xfa\x81\xf9\x84\xfa\xe5\xc3\x00\x65\xcc\xf2\xf2\x26\xb0\x20\x6a\x7a\xd5\x37\xf8\x38\x14\xff\xfe\x3a\xa4\x33\xe8\xcc\x5c\xaa\xdb\x89\x0d\xe7\x85\xcf\xae\xe3\x2b\x22\xcb\x0f\x5c\x31\xb3\xbb\x57\x5a\x5c\x53\xc7\x5e\xbd\xd3\x74\xcd\xef\x4f\x7f\xf7\xdb\xed\x68\x47\xfa\xfb\x2c\x37\x6f\x01\xfa\x83\xa1\x5b\x4f\x6d\xc2\x87\xdf\xee\x2f\x2a\xb2\xd6\x42\xdd\x37\x59\xa8\xf5\x93\x1e\x43\x4c\xc3\xf5\x48\x4f\x21\xe5\xcb\xc6\x11\xaf\xbf\x44\x8b\x8d\x74\x9f\x1b\x78\xf6\x26\xcd\x6f\x2f\x2a\xe0\xe3\x8a\xff\x66\x84\xe2\xe7\xb0\x20\x6a\xf0\x21\xaf\xbe\x5e\x40\xdd\x3f\xef\x84\x3e\x5e\x25\xcb\xbb\x74\x20\xb4\x04\xec\x95\x31\x7c\x88\x69\xec\xd5\x3e\x62\x4f\xe9\xf3\x02\x8e\xfa\xa4\xd9\x79\x9d\x19\x73\x49\x38\xe9\x59\x38\x7e\x36\xf6\xbe\xa7\xef\x78\x52\x78\x84\x07\x77\xc2\x30\x04\xe5\x61\x3b\xd1\x1c\x18\xe9\x2e\x98\xb4\xf5\x7e\xea\x56\x30\xa5\xe2\x7a\xdc\x2d\x69\xea\x85\xdd\x67\xd7\x8d\x29\x19\x0b\x53\xb7\x73\x93\x34\xc3\x26\xb7\x7d\x93\xf7\xde\xa8\xfb\xf7\x77\x1e\x6c\x34\x0d\x54\xec\xac\xaf\xae\x09\xd2\xed\x22\x96\xf9\x05\x8d\x77\x0f\xe4\xc7\x03\x24\x7a\x1f\xd2\x88\x00\x8d\xbe\x58\xd2\x49\xc0\xf1\xfe\x5a\x3c\x28\xa8\x62\x60\x05\xe5\x11\xa4\x3d\xf8\x33\x02\x18\x48\x1b\xfa\x0a\x49\x0a\xf8\x39\x3c\x12\x54\x12\x10\x30\xc2\xf6\x71\xf3\xdf\x1a\x85\xbb\x79\xf8\x7b\x8d\xdd\x71\xf0\xf2\x3f\x30\x76\xc0\x32\xdf\x2f\x6f\xb4\xc3\xa8\xcd\xaf\x78\xf4\xad\xae\x0c\xb0\x5f\xb8\xc5\x7f\x0f\x4e\x6d\x55\xe0\x0d\x84\x88\xb5\x62\x38\x37\x21\x52\x6d\x46\x85\xc6\x90\xa2\x76\x8f\x6c\x4d\xe8\xa9\x0e\x5c\xfa\x7b\xa8\x55\x67\x33\xc1\x0a\x6a\xd9\x2d\x87\xfe\x0e\xbd\xd1\x93\x10\x49\x80\x54\xf4\xed\x81\x42\x21\xe7\xfa\x55\x00\x0d\x21\xe8\x81\x07\xbe\xee\x21\x27\x07\x9f\xba\xc3\x82\xf1\x43\xb7\x1c\x13\x82\xe5\x86\xae\x59\x2d\x82\x1b\x07\xd7\x8d\xfb\xc0\x95\x83\x76\xba\x3b\x90\x15\xfe\x70\xcb\x3a\x6c\x94\x5f\x57\x27\x0e\xcf\xe4\x77\x57\x3c\x0c\x97\x12\xc8\x16\x1b\x45\x88\x09\xb6\x19\xaa\x11\xab\xcd\x4b\x99\x9f\x23\x43\x5a\x3e\x26\x87\x47\x36\xb5\xca\xc5\xa9\x44\xb6\xb5\x05\x22\x46\x22\xf1\xed\x4b\xa1\x76\x91\xb2\x9d\xae\x20\x74\x04\xa9\x6b\xc1\x6f\x38\x42\xb2\xc7\xdd\xa3\x3c\x1c\xdd\x3b\xea\x54\x11\x2e\xd6\x27\x65\x73\x27\xac\xb5\x97\x68\x2a\x1a\x26\xec\xf9\xa2\xf7\x39\xfc\x6a\xbd\x4f\x87\x66\x64\x42\xbd\x48\x43\x01\xa2\xa0\x6e\xb6\xaa\x09\x49\xae\xeb\x2b\x99\x88\x19\xab\xcf\x66\x12\x62\xdf\x35\xe0\x28\x46\x28\x4c\x23\x24\x75\x00\x7d\xaa\xc9\x25\x1e\x8c\xd6\xe2\x47\xc7\x58\xa0\x5f\x0b\x3a\xc2\x70\xe8\x43\x2d\xce\xc1\x7d\xa8\x22\xe1\x46\xe0\x29\x94\x49\x9b\x9b\x57\x45\xec\x6a\xfb\xa4\x4b\x68\x2c\xba\x63\xcd\x4e\x3e\x36\xa3\xa3\xc0\xfc\x54\x6c\x75\x07\xf8\xad\x7f\x8c\x4c\xf5\xc7\x9e\x3c\xd4\x44\xf5\x53\x41\x08\xe6\x5d\xf5\x6e\xde\xdf\xb8\xe6\xaa\x5f\xec\xcd\xf8\xd7\xd5\x86\x05\x95\x09\xa8\xea\x15\xba\x1b\xde\x82\xdb\x40\xda\xc0\x7f\xe4\xb1\x13\x9d\x13\xa5\x6b\x36\xd1\xf7\x13\xaf\xd5\x29\x47\x9e\xc6\x2f\x34\x9c\x82\x8a\xe0\xd3\x1a\xe7\x00\x8f\xf0\x8e\x7c\x17\x9f\x6a\xbc\x9c\xa0\xc7\xcd\x3a\xa1\xa5\xe5\xa1\x83\x28\x5e\xb4\xc5\xc1\xe2\x0f\xde\xb1\x25\xde\x90\x1d\xb7\xc8\xf9\xd8\xcf\x4c\x28\x61\xaf\xb5\xfa\x12\x34\xd8\x8f\xeb\x53\x92\xd5\xd8\x5a\x95\x90\x94\x5f\x6c\x7d\x96\x65\x9a\x1f\x9b\xc2\xd8\x26\x26\x70\xa4\xb3\x10\xa4\xd3\x9c\x2f\xc9\x9f\x49\xbe\x15\xfb\xe2\x98\xa4\xd4\x4a\xd3\xe8\x12\x52\x74\xd5\x3b\xb8\x2a\xe9\x02\x77\x12\xac\x49\x6c\xaa\x69\xf2\xb7\x25\x66\xd6\x19\x78\xb0\x88\x56\xf5\xef\x9d\xa4\x89\x49\x0d\xb5\xd6\xea\xa4\x53\x8d\x17\x8d\x97\x93\x45\x58\x55\xc3\x92\x69\xf6\xc5\x4a\x9d\x7e\xe9\x8a\x45\x77\xf9\x75\x99\xaf\x0a\x67\x78\xee\x64\xa9\x42\x0e\xfb\x12\x85\x5e\x38\x9e\x5f\x4f\xdb\x5b\xa4\x4e\xd3\xa4\xf9\x15\x6d\x13\x69\xb4\x9c\xe2\xfe\x84\x1f\xb4\x99\x12\xed\xd8\xbf\xf4\x13\xa5\xb4\x88\x43\xb4\x25\x36\x1d\x72\x9f\x96\x52\x9e\x16\xe4\x46\x8b\xab\x54\xf4\xc6\xd1\x32\xab\xa2\x5c\x9a\x69\x53\xd5\x42\xbb\x7d\xf4\x6a\x2e\xd7\x6c\x23\xf3\x27\x13\x3d\xce\xa1\xda\xe6\x9e\xea\xdd\x93\xbd\x9b\x91\x28\x6c\x63\x98\x30\x94\xeb\x93\x73\x7f\x31\x76\x57\x6a\xe5\xf9\xe6\xfc\x2a\x9e\xcd\x47\x30\x9e\x31\x1e\x15\xe8\x31\x5a\x33\x2b\x0a\xaa\x73\x19\xc9\x86\x05\xef\x99\x5d\x71\x17\x0a\x96\xf2\xaf\x47\xdf\x2f\xe8\x2e\x58\x0c\xad\x2c\xa0\x14\xfd\x04\xf1\x0a\x7c\x59\xff\xfc\x6a\x0b\x2a\x4a\x6d\xdc\xd3\x0b\xbe\x96\xe5\x39\x14\x14\x7e\xe2\xec\xb5\xcc\xca\x9d\xa2\x3a\x4c\x47\xe5\x6f\x50\x9c\x07\xa3\x8a\x3c\xc9\xad\x1d\x5f\x58\xe9\xe4\xd7\x7c\x7e\xe9\x43\xf2\x11\x1e\xb8\x0c\x97\xf5\x85\x2d\xc5\x76\x27\xab\xe5\x07\x72\x8e\x91\xc1\xd4\x7c\x0e\x8c\x62\x45\x0c\xe4\xcc\x50\x9f\xe0\x1f\x71\xde\xd3\x9a\x50\x08\xce\x70\xf6\xd5\x08\x2e\x67\x86\x71\x10\x92\xc5\xe9\xcd\xdd\x0a\xa2\x95\xab\xe5\x65\x7b\xbb\x97\x17\x15\x28\xb8\x9c\xa8\x70\x28\x6c\xb7\x49\x2a\xfd\x43\x3a\x3f\x0f\xe1\x14\x11\xa1\x63\x2a\x95\x47\xd2\x36\x7a\x43\xaa\x0f\xa6\x61\x5a\x1f\x71\x07\xd2\xee\xd7\x7f\xaf\x91\x48\x3b\x51\x99\x58\x7b\x39\xed\x20\x4b\xb1\x96\x93\x86\x60\x24\xd6\x9d\x20\x6a\x64\xc9\xd4\x5d\x26\x49\x25\x4f\xd7\xdd\x4b\xd7\x8c\x1b\xad\xbb\x98\x51\x8c\xd4\xa8\x53\xcc\x7a\x08\xa7\xd7\x9d\x22\x7f\x07\x7b\xd6\xed\xa1\x16\xfb\x3f\xae\x57\xa1\x9b\xbb\xd3\x1b\xc4\xb3\xff\xd8\x6f\xf3\xce\x10\x5e\xac\x5c\xae\x5d\x4b\xcc\x9a\x4a\x6d\x50\x4b\x94\x18\xfc\xda\x24\x8b\xe7\x75\x22\xf8\xd3\xf8\x00\xc1\xd5\xe6\x6b\x78\x4d\xde\x5c\xcb\x23\xbc\x32\x1b\xdb\xd2\x8b\xf7\x29\xb8\x24\xbc\x80\x9f\xa0\xb5\x0b\xed\x13\x1b\x48\x54\x61\x38\xa1\x2a\x31\x44\x98\x9c\xf4\x1d\x5d\x2b\x4c\x4e\xd1\x89\x12\x15\x7e\x4f\xdb\x0f\xa5\xb7\x6a\x11\x07\x01\xc6\xad\x3f\xd2\xdb\xbc\x07\xda\x6f\x65\x0e\xb8\xec\xe7\xff\xc1\x22\x3f\xbc\x6a\x69\xc7\xfc\x9d\xcb\x6b\x5d\xc6\xa4\x8c\xdd\x69\xff\x88\xb9\xd4\x3b\xdd\x59\x80\xee\x6b\x8d\xed\x7e\x82\x8e\x68\xb8\xd5\xa3\x81\x06\x55\x6e\xf7\x6c\xa2\x23\x59\x55\xbd\x6a\xe8\xcf\xb9\x29\xbd\xe6\x18\x18\x39\xa0\xd7\x1f\xeb\x95\xfa\xb6\x17\x1b\x67\x1b\xff\xa2\xb7\x05\xe7\x1f\x93\xdd\xb7\x2f\x9e\x12\xbe\xbb\x6f\x16\x9f\x18\x8c\xe8\x8f\x21\x60\x02\xe4\x06\xd6\x52\xb4\x3d\xb4\x3b\x3d\xa2\xa7\x37\xb0\xdd\x5b\xd1\xc1\x4b\xf0\xbe\xf3\xd1\xc7\xa7\xee\xf5\x7f\x45\x64\x0c\x0a\x07\x33\x10\x77\x3b\x1d\x87\x8f\x45\x2d\x09\x8e\x8e\x48\x44\xd5\xf1\x16\x47\x3e\x46\xb1\xd8\x7d\xa3\xc0\xa8\xbf\x05\x4b\xa3\x9d\x88\x90\xec\x83\x63\xf2\xd1\xf7\x32\xae\x8f\xf9\x21\xe5\x93\xac\xc7\xa6\x63\xd4\xb1\xb1\xe3\x06\xb1\x06\x08\xce\xc4\x01\xb4\x18\xec\xc3\xc4\x26\x56\x0b\x78\x69\xf2\x1f\x0e\xeb\xf3\x68\x80\x1f\xa6\xb2\xb5\x35\xec\x0c\xef\x59\xe5\x8c\xc2\xe0\x4e\xb3\xa9\xe3\xd0\xd0\xa1\x51\xe9\x49\x9b\x50\x83\x9e\xae\xa9\x9a\x50\x11\x61\xf5\xf4\x57\x58\x43\x7d\xf5\x4c\x2d\xac\xa9\x72\x71\x16\x04\x1b\x29\x39\x3b\xfb\x2e\xd4\x85\xe9\x35\x67\x16\xba\x45\xa9\x9f\x6b\x85\x8f\x11\x55\xe7\xaf\x85\x15\xe2\xd1\x0b\x47\xc3\xcb\x50\x31\x0b\xf3\xff\x21\xe6\xd2\x0b\x44\x68\x48\xce\x72\x62\xcc\xa9\x80\xdc\xc9\x4a\x70\xc1\xa7\xcf\x33\xc7\xc1\x6f\xde\xc7\xce\x49\x83\x66\xe6\xc9\xf3\x5b\xa0\xe4\xf1\xd6\xc5\x2c\x90\xd5\xc0\xa1\xa5\x19\x90\x5a\x87\xf9\xf2\x2f\xe0\x36\x9f\xb3\x32\x0e\xfc\x51\x73\x6d\x35\x0d\x24\xc3\xa9\x7b\xf7\x10\x84\x29\xd2\x7c\xd7\x0c\xbe\x9e\x53\xfa\xfe\x59\xf0\xde\xac\xb3\xef\x79\x21\x27\x52\x02\x3e\x18\x42\xe4\x71\xf9\x6b\x2f\xa1\x86\x48\xe6\x7a\x18\x6c\x18\x9e\xb0\x69\x18\x06\x05\xed\x5f\xb6\xf0\xeb\xf8\xfc\x73\x15\xee\x17\xb6\x76\xfa\x3d\xd2\xef\xe2\x62\xd4\x9a\x9a\xdf\x99\xa9\x8b\xeb\x31\x7e\xb2\xc3\x87\x36\xaa\xfc\x94\xbb\x97\x37\x8b\xfd\x0e\x08\xcb\x3f\xa6\xf9\x6e\x37\x24\x6f\xbd\xf6\xbb\x55\x1d\xb9\xb5\xe5\x17\x5a\xe6\xf6\x29\xdc\x5f\xae\x60\xd7\xa7\x7f\xfe\x53\x74\xc8\x67\x64\xe0\x9e\xf4\xde\xed\x53\x41\xb7\x93\x24\xb6\xbf\x03\x4a\xb0\xe2\x5f\x2f\x80\x0e\x44\x7d\xf9\x01\x08\x16\x87\x78\x02\x6e\x0c\x7c\x69\x52\x01\xee\x1e\xda\xcd\x5d\x01\x26\x0f\xbf\x65\xaf\x00\xfd\x47\xfe\x16\x06\x03\xaf\x8f\xa1\xb2\xe7\x01\x85\x13\x87\x33\x8f\x00\x0e\x4e\x6a\x27\x8d\x04\xbd\x9a\xd2\xc6\xfe\x0e\x04\x4f\x1f\x8d\x76\x0c\x28\x9e\x2e\x82\xdf\xf5\xff\x3c\x73\x15\x0c\xf1\x7f\x3c\xc3\xf4\x17\xf8\xc5\xcf\x9e\xf6\x6c\xf1\x9d\x9d\xf5\x73\x16\xf8\x6a\xcf\xc6\xda\x66\xf8\xb4\xcf\x3e\x33\x7f\xe8\xa3\x3b\xf3\xcf\xa0\x3a\x84\xd4\x13\x2a\x38\x01\xd9\xe9\xdd\x55\x13\x0d\xdd\xe8\x13\x29\x0f\x85\x05\xf4\x5f\x29\x7e\x09\x7b\x33\x40\x64\x84\xc0\x44\x87\x0e\x65\x91\xa0\xb3\xc3\x26\x29\x6f\xa1\x80\x11\x3c\xee\x01\x64\x68\x34\x1b\x09\x86\x48\x8f\xa5\x87\x49\x85\x38\x8c\xfb\x07\x83\x82\xa9\x13\x97\x03\xf8\xc1\xbb\x26\xc6\xbc\xba\xc1\x4e\x93\xfe\x2e\x4b\xa0\xe6\xc9\x21\xbb\x59\xd0\xe3\xc9\x48\x0b\x23\x60\xc5\xe4\x65\xc3\x6c\x38\xa7\xc3\xb3\x85\x1d\x6e\xd3\x01\xae\x23\x45\xd0\x3b\x95\x2b\x6d\x22\x9b\x3a\xff\x94\xdc\x88\xfc\xdb\x7d\x85\xf9\x34\xea\x48\x4f\x30\xc5\x2e\x4a\xbd\x77\x34\x75\x3b\x4a\xac\xff\x52\x3c\x27\xb2\x7a\xc0\x2d\x26\x3f\xf2\xfa\x20\x2e\x6c\x27\x02\x3e\x44\x0a\xf1\x0c\x6f\x1c\x4e\x0a\xec\x0e\x57\x1c\x09\xf3\xee\x09\x8b\x1b\x35\x72\xfd\x0a\xdf\x1a\x13\x75\x90\x82\xdb\x8d\x96\x5a\x02\x42\x07\x46\x5f\x18\x51\x10\x8f\x85\x80\xb6\x4a\xe4\x65\xe1\xdb\x46\xa5\x18\xa6\xb0\xa5\xba\x34\xf6\x5f\xeb\xeb\x32\x43\x54\x53\xdb\xe3\xfc\x50\xf4\xb3\x76\x4b\x5a\x2e\x3a\xba\x23\x82\x64\x8f\xce\xea\xe4\xe2\xff\xa0\x3d\xba\x0f\xa0\x26\xd1\x67\x7b\xdc\x22\x4a\x51\xe0\xde\x3e\xc8\x7a\xac\xb0\xef\x07\xc0\x36\x56\x61\xe0\xb8\xaf\x5a\x4c\xc2\xe0\x39\xf7\xa7\xc8\x9f\x43\xc7\x1c\xed\x90\xf1\x83\x7f\xac\x86\x90\x57\x06\xf1\xc6\xef\xd0\xd6\x7c\xbf\xce\x01\xac\x2a\xff\x91\x40\x29\xae\x91\x6f\x52\x73\x35\xfe\x32\x3f\x9d\x83\x49\xd0\x11\xdc\x2d\xac\xc6\x8b\x37\x2b\x67\x77\xe2\xa9\x2d\x72\x19\x65\xf8\x59\xa1\x4c\x92\x19\x7e\xae\xf5\x26\x56\x0b\x5f\xd9\x66\x85\xd0\xc4\x9b\xb5\x0b\x42\x65\x12\x3a\x3b\x1f\x80\xc2\x13\x2e\x75\xd1\xfd\xbe\xc5\x63\x7b\x0e\x78\xf4\xe1\x06\x7b\x9d\x9d\x6a\x71\xb1\xbd\xeb\x36\x26\xb8\xec\xde\x1a\x53\x8d\x84\xad\xba\x99\x5e\xb1\xc4\xb5\x3a\x82\x30\x20\xa9\xa7\x0e\x52\xaf\x9d\x62\x53\xd7\x59\x19\x96\x5a\x5b\x7f\x8b\x55\x9d\x16\xd9\x70\x3e\x37\x9e\x78\xba\xe1\x1f\xd9\x99\x68\xd7\x58\x95\x7a\x8a\x18\xdd\x84\xc4\xad\x13\x3d\xf9\x11\x31\x52\xc4\x1b\x82\x9c\x30\x52\x5a\x77\xcb\xc5\x90\xbd\x69\xc6\x42\x46\xa0\x67\xea\x97\xd6\x9f\xde\xa2\xa9\xb1\xed\xba\x2e\x83\xa9\xf2\x1d\x10\x3b\x78\xea\xa3\x8e\x65\x73\xe7\xd4\x3f\x5c\x95\x01\x01\xc9\xa1\x1a\xd5\xa1\x90\x01\xaa\xbe\xc6\x17\xc9\x92\xaf\xd6\xe2\x49\x90\xd3\xab\xfd\xd8\x3a\x94\x9c\xea\xd5\x02\x15\x6a\x20\x37\x82\xb6\x49\x2d\xe2\x3d\x24\x61\xa8\x35\xbc\xbf\x89\x62\xd4\xb4\x5a\x79\xf4\x25\xaa\x79\xdd\x83\xc8\x07\x14\x7e\xc3\x1e\xe8\x33\xca\xcd\x46\x36\x20\x99\xbc\xc9\x3f\xe6\xab\x4c\xee\x11\x3c\x73\x1b\x25\xa7\x37\x47\x3b\xa4\x92\x87\x5b\x0c\x2c\xa3\xc8\x29\x1c\xe1\x08\x86\xba\xc0\x11\xe9\x5e\xc9\x3e\xc7\x2e\x6f\xf9\xc9\x38\xc4\x0e\xad\x97\xca\x45\xb1\xb1\x95\x97\x98\xfd\xec\x42\x96\x5a\x1e\x87\x73\x98\xd1\x9c\xaf\xc9\x89\xcb\xb2\xc9\x7f\x58\x6e\x95\xbc\x92\xaf\x5c\x61\x12\xd7\x94\xb7\x55\x19\x15\xfd\x23\xaf\xa8\xea\x2b\x9c\x9c\xf7\x94\x3b\x0c\x9e\x66\x96\xd5\x14\x07\x1c\x65\x12\x6b\x77\x3c\x6d\x98\x5e\xf5\x3a\x4e\x7c\x66\x4c\x83\x8e\x75\x0b\x73\xa0\xb8\x67\x52\xa6\x40\xb7\xf8\xc2\x80\x54\x91\x51\x51\x7d\xc7\x59\x96\x72\x91\x25\xff\x71\x49\x70\xd1\x03\xde\xe3\x52\x4c\xd1\x63\xf6\xd5\xb2\x97\x45\xf0\xfc\xda\xb2\x89\xa2\x7e\x9a\x72\xd9\x46\x71\x32\x91\x5e\x36\xc9\x72\xc6\x8b\x96\xd9\x94\xe0\x50\xfb\x4a\xdf\x95\xe6\x47\x88\x96\xce\xb3\x09\x10\x5a\x69\x69\x79\x20\xe0\x5c\x69\x4e\xc5\xb6\x8f\x49\x29\xbf\xea\xa2\x6b\x74\xe9\x4a\xb5\xab\x5d\x42\x59\x73\x6e\xd5\x6c\x5e\xf9\x99\x5c\xe3\x91\x92\xca\x3d\x8c\xed\x1e\x48\x55\x2c\xa3\x40\x88\xa9\x1e\x65\x80\xeb\xd1\xdc\x1a\x46\x50\xa5\x0e\x0f\xc4\x88\x2b\xfe\xcc\x6b\xcb\x3d\xc8\x78\xcb\xdb\xce\x65\x66\x76\xf0\x56\x99\xc1\xc9\x3e\x3c\x7e\x1e\x26\xce\x91\x17\x92\x3f\x11\x9d\xc7\xbb\x54\x68\x0a\xbf\xcf\x5d\x2d\x96\x07\x1b\x70\x53\x58\x9f\xfc\x7d\xb9\x03\xa5\x6f\x3c\x9e\xf0\x44\xca\x92\x1d\x95\x6b\xb0\x94\xef\x4b\xb0\x3a\x1e\x25\x70\xb2\xa0\x01\x45\x11\x19\x84\x36\x2e\x91\xf9\x9d\x2f\x9b\xfe\x90\xe9\x82\x43\xfc\x69\x72\x34\xaf\x4c\x90\x4a\xf6\x60\xbf\x14\x4c\x91\xbb\xf2\xeb\x04\xdf\x29\xd6\x34\x79\x41\x17\x55\x99\x58\x2d\xa0\x53\x7f\xe1\xad\x04\x28\xba\x2f\x6a\x44\x60\x91\x3d\x1c\xf9\x52\x70\x9d\xe1\x0d\x55\xe3\xff\x61\x1e\x01\xa8\x08\x9e\xe7\x31\xbc\x3f\x08\x06\x0a\xd4\x5d\x2c\x9a\x51\x24\xfd\x77\x42\x61\x2b\xb1\x75\x76\xa5\xcd\x92\x08\x1d\x6d\x6c\x9f\x20\xde\xe8\xcd\xeb\x94\x22\xee\x6d\x05\x75\xbd\x4c\x1b\x6f\xd0\xee\x1a\x4e\x9b\xad\x9c\xea\xd6\x4e\xfb\xc9\x02\x75\x3f\x27\xba\xe5\x1e\xee\x7e\x44\xfc\x92\x55\xd4\xad\x40\xea\x4f\x09\xec\xfa\x9b\x3e\x8a\x73\xef\xe2\x67\x5e\x43\x72\xbb\x10\x59\x79\x61\xf2\x5d\x26\x14\x1d\xf0\x7c\x97\x14\x75\xd6\xbf\xa2\x3b\x92\xde\xe8\xb1\xbb\x8b\x42\x28\x5e\xaf\xea\xa9\x21\x9c\x5d\x5c\xed\x03\x25\x32\x26\x2b\xfa\x3f\x27\xda\x0d\xa6\x0e\x3e\x49\x94\xef\xf4\x18\xf2\xc0\x6f\x09\x2e\x0c\xcb\xe2\x3f\xf3\xa6\x86\x53\x13\xcf\xb0\xa3\x87\xbb\x12\x9d\x0a\x8c\x86\xe7\x13\x9b\xe8\x17\x87\xd7\x09\xf0\xf4\x73\xc3\x6b\x49\x86\x04\x91\xe1\x8d\x64\x18\xe6\xfe\xf0\x6c\x0a\x3f\x2a\x76\xe4\x56\x5a\x00\xec\xe0\x08\x8a\x74\x13\x90\x3f\xfa\x28\xe3\x86\xcf\xae\xa1\xc7\x71\x57\xb6\x5c\x46\x5e\x60\xb9\xab\xc4\xd1\x5f\x58\xa3\xd9\xe0\x71\x24\xe6\xeb\xa8\xd6\xc4\x5f\x0c\xa9\xf7\xe4\x94\x04\xc6\x59\x38\x3b\x7d\x0e\x73\xbf\xbe\x7c\x3a\x1d\x63\x58\x89\x9d\x39\x81\x09\x61\x01\x67\x0c\x30\xd3\xb9\xc4\x99\x78\xac\x21\xb9\x7e\xa6\x31\x4e\x3c\x75\x75\xe6\x5d\xdc\x5a\xc2\xbe\x99\x8d\x78\xf5\xd8\x03\x33\xcb\x09\x51\xe1\xc7\x67\x6b\x12\xe1\xc1\x3e\x73\x51\x49\x7e\xfe\x95\x13\xdf\x91\xf3\xdb\xbc\xe9\x73\x48\xcc\xda\xf3\x99\x76\xe4\xc9\xc5\x1b\x73\x6e\xd1\x49\x13\x9f\xe7\x57\xa3\xd5\x07\x08\x8b\x62\x88\x77\x1d\x3e\x4b\xca\x88\x6a\xbe\xc7\xd2\x3a\xa2\x8c\x07\x5a\x26\x21\xaa\xd9\xd8\x15\xd1\xe8\x3d\x05\x82\x15\x60\xb4\x67\xf6\xde\x95\x31\xe4\xf1\x0c\xfd\xd5\x47\xc8\xb1\x24\xd2\x6a\x5b\x4c\x37\xb6\xe5\x9d\x5b\xec\x47\xc4\xf8\x7b\x5f\x74\x37\xec\xc3\x87\xf7\x71\x72\x80\x9e\xf9\x2f\xe1\xe5\xdf\x2f\x2e\xea\x85\x27\x6d\xae\x2d\x6b\x86\x7d\x5e\x61\xad\xec\x84\x05\xce\x44\xbc\x2b\x81\x7f\x1d\x39\xfa\xe1\x22\x3c\xa9\x7b\x66\x4d\x17\x6e\x26\x94\x5c\xb7\x82\x2b\xd7\x7b\x6e\x5c\x80\x2b\x55\xb6\x6f\x7c\x84\x5f\x2a\xb9\xb4\x69\x0e\x27\x31\x43\x37\xeb\xe0\xff\x28\xad\x1f\xe5\xc3\xea\x88\xbb\x3f\x86\x87\x7b\xe0\xef\x6d\xc1\x23\x24\x50\xb6\x9f\x02\xfe\x43\xcc\xaf\x43\x88\xaf\xc1\xb4\x35\xbb\xe0\xc2\x1d\xd0\xfa\x58\x70\xf1\x96\xfe\x26\x3c\xf8\xcd\x3b\x9f\xad\x03\xe0\xcd\xb9\xd4\x4f\x2e\xe0\x86\xb1\xe5\xcf\x05\x60\x52\xff\xcb\xed\x06\xb0\x7b\xfb\xa7\x2f\x3d\xe0\x47\x7c\xee\x57\x16\x58\xbb\x26\xf8\x9b\x1f\xd8\xa5\x5c\xe5\xbb\x28\xb8\xad\xa8\xf2\x3b\x3d\x38\x88\x21\xbf\x73\x3d\xe4\x62\x16\x6c\xa7\x29\xe4\x57\x4a\xe3\x0f\x4f\x48\x3d\x6e\xe9\xa7\x37\xd4\x0e\xd9\xf6\x57\x1e\x56\x1e\x6a\x08\xcb\x1f\x4d\x6d\x89\x0a\xed\x1e\xd5\xa9\xfd\x06\xb7\x1a\xb3\xa9\xdc\x0d\xaf\x1a\x67\x97\xdc\x80\x6b\x4e\x06\x33\xcb\x43\x01\xd3\xaf\xa9\xa6\x30\xe1\x0c\x9b\xe8\x01\x9d\x9f\xfd\x83\x47\x42\x16\xe6\x1f\xa2\x2f\x85\xb4\x2c\xa8\x45\x56\x04\x7f\x58\x28\x86\x1d\x09\x3e\xbb\xf0\x19\x08\x05\xeb\x2e\x5e\xf7\xbb\x0e\xca\x59\x8c\xf0\x70\x01\xed\x5e\x1c\x71\x22\x00\x9f\x2f\x96\xdb\x80\x01\x84\xc5\x87\x66\x27\x22\x4b\x06\xd8\xc2\x38\xc4\xed\x81\xac\x7a\x0c\x62\x63\xb0\xaa\xaa\x24\xda\x7f\x68\xb8\x74\x2d\xfa\xd9\xc8\xc3\x7c\x38\x62\x7a\xb4\x87\x7e\x1c\x01\x1e\xbf\x91\xae\x1e\xb5\x39\x11\x42\x90\x88\x92\x99\xc4\x60\xfc\x23\x2f\x4f\x45\x45\xad\x47\x68\x4e\xeb\x84\x9e\x0e\x37\x99\xfe\x0b\x8a\x08\x03\xcf\xd0\xfd\xcf\xc0\x9b\x67\x65\x3d\x5f\xc3\x95\x67\x33\x9c\xa3\x43\xdd\x66\x59\xb6\xe1\xb0\xd5\x59\x57\xf3\xe7\xb1\x8e\x3d\x29\x6d\x38\xb4\x7e\x4f\x64\xa3\x10\xa3\xd3\xeb\xc8\xe5\x60\x8f\xf7\xb9\xb2\x9b\xb1\xa6\xfd\xa9\x85\x11\xd8\x1b\x03\x5b\x39\x7b\x31\x3b\x43\xfa\x99\x4f\x31\xe4\xe1\x84\xe4\x63\x98\xe3\x23\xb5\x71\x4a\x68\xed\xd1\xae\x68\x7f\x94\xfb\x58\x2b\xdc\x34\x36\x6a\x3c\x1f\x3c\x16\x93\x39\x11\x1a\x60\x8e\xfc\x3c\xa9\xe5\x05\x47\x1a\x4f\xee\xb8\x14\x45\xd7\x4d\x01\xed\xba\xa3\xf1\x53\x66\x16\x6c\x9c\x59\x47\x41\xa7\x71\x82\x72\x47\xb2\x00\x8e\x4f\xed\x94\xab\x95\x4a\x44\x74\x89\x94\x6f\x13\x8c\xbb\x0f\x17\x77\x10\x02\x7a\x14\x72\xd5\x09\x21\xbd\x86\x64\x14\xe1\x5a\x1f\x2e\xf5\x45\x62\x53\x7f\x4d\xbc\x4a\xa2\xdc\xc0\x58\x8c\x19\xde\x7b\xf0\x6b\xd8\x50\x42\xc2\xd0\x9f\x10\xdb\x78\xd6\xf0\x4e\xe0\x12\xee\xef\xc8\x5f\xef\x39\x9c\xfb\xe8\x5f\xb7\x3d\x71\xcd\x63\xeb\x0e\xea\x71\xef\xc7\x7e\x59\x1d\x4c\x6a\x6c\x3d\xda\x73\x23\x25\xbd\xf5\xa6\xd0\x34\xed\x59\x6b\x78\x7d\x03\xd1\xae\x4d\xb9\x0a\x46\x0a\x6b\x1b\x2c\x75\x20\x09\xdb\x93\xf3\x4a\x49\xcb\x1d\xfa\xb4\xa3\xa4\xee\xce\x97\xa4\xa3\x24\x5e\x97\x7f\xa2\x38\x49\xaa\x1b\x8e\xb6\x20\x62\x7b\x0a\x22\xe9\x69\xc2\xde\x77\xd0\x9e\xd4\xf5\xbe\x1d\xa0\x72\xaa\xf6\x80\x94\xef\x48\x4a\xfd\xa0\x8e\xfb\x44\x8a\xda\x90\xaf\xe3\x7c\x0a\x7e\xf8\xa1\x75\x71\x3a\x54\x80\xea\x7f\x90\xe9\x2e\x08\x6e\xbf\x4f\xbe\x21\x20\x34\x31\x29\x51\x82\x6d\xde\x13\x2a\xb7\xd9\x8d\xb3\x8f\x66\xd5\xbc\x5a\x18\x4c\x43\xb7\x04\x65\x17\xd1\xa2\x84\xe7\x33\xf8\x34\x6f\xe1\x56\x52\x1b\x75\xb3\xb5\x15\xfb\x87\x6a\xd5\x56\x19\xed\x4a\x69\x6f\x9f\x85\x1b\x53\x24\x3b\xd5\xc0\x5c\x32\xbc\x0b\x18\x70\x95\x2c\xde\xcd\xf7\xda\x93\x95\xdd\x2b\xe1\xbc\x90\x15\xd3\x17\x63\x5b\x44\xcb\x6f\xb8\x39\x64\x9f\xfd\xae\x7e\xa1\x0b\xc3\xe8\xad\xef\x69\xb9\xcc\x0c\xaa\x9f\xa9\x1b\xcb\x43\x37\xdc\xae\xb4\xce\xf7\x6f\xc8\x64\x0d\xe7\x33\x1b\x1f\xe6\xbe\xcb\x2f\x6b\xec\x22\xff\xc9\xb7\x6f\x0a\x4f\x9d\xcb\x3f\xc4\x7f\x11\xbf\x9c\x17\x24\xb8\x16\xfb\x9c\xf9\xa9\xf9\x61\x78\x37\xf3\x69\x0b\x19\x22\x95\x9b\x2c\xfc\x1d\x04\xcb\x7d\xd0\xf6\xca\x47\x96\xf1\xb7\x1d\xeb\xba\x91\x2b\xd3\xa9\xe6\x20\x52\xe0\xc0\xdb\x3d\x16\x5f\x44\xe2\x86\xf7\xd1\x59\x10\xae\x6f\xfb\xe3\xd2\x63\x5c\xdd\xa6\xf5\x32\x31\x2e\x84\x67\x51\x36\xc0\x2d\x61\xe7\xb3\x6f\xf0\xc4\x0b\xca\xd9\x3a\xbc\x04\x7a\x2a\x7b\x77\x8d\x76\x7a\x60\x59\x42\xed\x49\xc2\xeb\xd2\x3f\x75\xa2\x18\x5a\xa9\x4b\xfd\x45\x84\x6c\x09\xaf\x21\x3f\x74\x1f\xeb\x6f\x93\x06\x48\x82\x05\xe0\x63\xfd\x5c\x59\x6f\x04\x74\xf7\x6d\x96\x7e\xf3\x27\x47\x06\x67\xa0\xfc\xed\xd4\x64\x45\x53\xf9\xb1\xe1\xdd\x55\x8d\xe5\xa7\xba\x61\xd5\x63\x9c\xc5\x96\xef\xdc\x11\xce\x58\xbd\x27\xcf\xa1\xfc\x60\x25\x9a\xd7\x5b\xfe\x92\x95\xc9\x6b\x2f\xaf\xca\xbd\xc9\x63\x55\x3c\xc9\x9a\xe2\x69\x54\x2c\xa4\x40\xb9\xd9\x95\x1c\x9c\x3f\x77\x7f\x55\x03\x72\xad\x3a\xa8\x7a\x3b\x8c\x56\x35\xcd\x83\x07\xaf\x56\xdd\xaf\x3d\x1c\x28\x5b\xf9\xab\xce\xd4\xeb\x6d\x65\x5f\x7d\xa1\x33\xa2\xae\x92\x25\x35\xdf\xd4\xe0\x5e\xdc\x3d\x5e\xdf\xb4\xbf\x38\x7f\xe0\x3c\x7f\x4f\x71\x5a\x87\x33\x7f\xa8\x38\x89\x5f\x2a\x30\x2e\xae\xe6\x35\x08\x32\x8b\x37\xd8\x05\x02\x34\x4b\xb7\xe0\x81\xc0\x94\xd5\x4a\xa3\xf1\x97\x4b\xdc\x48\x97\xf9\x3e\xa5\x87\xf1\x35\x4d\xeb\x65\x52\x68\x89\x26\x1b\xf6\xe5\xc8\x98\xc6\x15\x0e\x11\x5a\xd9\xe8\x58\x71\x00\xf0\xaf\xf1\x40\xa5\x8b\xaf\x7a\xc3\xa7\xaa\x7a\xb7\xd3\xad\x04\x66\xf9\xca\x4e\xbb\x28\xf3\xc9\x0c\xab\x23\x8a\x69\x32\x7a\xb2\xd3\x9c\x29\xd9\x6b\xd2\x75\x9e\x29\xda\xea\xdf\x55\x98\xfb\xad\x01\xde\xd5\xc6\x94\xac\x52\xe9\xe2\x32\xaf\xb0\x6a\xba\x1c\x99\xf8\x5c\x95\xae\x63\x79\x52\x59\xac\xce\xb4\xbc\xe9\x14\xb7\x4e\xb1\xfc\x6e\x9c\x79\x07\xa6\xf0\x30\x32\xb7\xe3\x50\x91\x59\x98\x72\x3b\xad\x78\x34\x58\xb1\x5d\xad\xc4\x22\xe0\x72\xbb\x71\x29\xdd\x83\xd6\xe7\x49\xad\x5b\x83\xf4\x67\x51\xed\x17\x2d\x07\xb2\xa9\x4f\x26\xe1\x83\x70\xea\xd5\x41\xce\xd0\x03\xaa\x74\xa7\x60\x88\x4f\xf9\x2d\xa0\x0d\x9f\xa7\xee\xa9\xb1\x1d\xbe\x4d\x95\x65\x7f\x1d\x3e\x4f\xf5\x2b\x88\x1f\x1a\xa4\x8e\xd3\xe5\x87\x92\x68\x28\xd2\xcc\x90\x21\x5d\x3f\xb1\x68\xf0\x77\x76\x0a\x7a\x6d\x30\x38\x67\x22\xea\xda\xe0\xdd\x5c\x33\xe8\xe6\xc0\x17\xe6\x30\x60\x72\x60\x23\xff\xa2\x8f\xcd\xe8\xef\xf4\xc3\x1f\x95\xc7\x77\x93\x04\xab\x47\x27\xf6\x92\x52\x66\x95\x27\xcf\x91\x5c\x46\x5f\x4e\x49\x93\x6e\xf6\xfa\x4c\xb1\x48\xf2\xad\x2f\xa7\x6f\x92\xce\x37\x28\x4c\xbb\x90\xde\x54\xce\x4d\x63\x49\x68\x16\x63\xda\x81\xb4\x9c\x1b\x35\x7d\x2b\xdd\x8a\x6c\x3f\x2d\x9a\x21\x9a\xaa\x37\xf5\x31\x63\x2b\x5e\x6f\x8a\x9f\xf5\x32\x06\x3f\x95\x4a\xce\x0d\x9b\x9f\x22\x53\x6f\x06\xc3\xa7\xea\xe9\x47\x02\xce\xcc\x4a\x26\xf9\x7d\xee\x9b\x73\x48\xba\xf4\x81\x3c\x6f\x99\xb4\x77\xa1\x62\xc1\x94\xd0\x3b\xd1\xba\xa8\x43\x48\x1c\x98\x5e\xda\x4d\xf0\xef\x18\x5e\xa2\x11\xac\xf9\x8d\xcb\xc7\x09\xe1\xbc\xbc\x65\x67\x42\x03\x3b\x6e\x39\x21\x69\x4f\x41\xfc\x72\x65\x92\x19\x9d\xb6\x3c\x94\xb4\x9d\x5e\xbd\xfc\x3d\xb9\x9c\x30\xb0\xa2\x91\x32\x8d\xf9\xb1\xa2\x9d\xa6\x8a\x50\x5d\x99\x25\x2e\xc3\x62\x56\x4b\xd2\xff\x00\x1e\x2d\x8b\xe2\x7c\xbf\xd5\xaf\xd8\xe2\x54\x37\x9d\x57\x81\x71\xef\x56\xdc\xdf\x85\xc5\xe5\xcf\x78\xbe\x47\xc7\xd9\x8f\x98\x7d\x88\x8e\x93\xee\xd1\x59\x33\xc0\xfe\x15\x9a\xac\x1f\xc2\xae\xd7\xbb\xad\x23\xe2\x4e\x56\x86\xaf\x6f\xc7\xdd\x67\x65\x6e\xe8\xc5\xc5\xe4\x0a\x37\x0a\xe2\xe6\xc9\x1f\x37\xf7\xe2\xf2\xd2\x64\x36\x9d\xe3\xa1\x09\x2f\x36\xc7\x12\xca\x62\xed\x3e\xfa\xe2\x77\xc2\x83\x3e\x5b\x25\x5d\x02\xff\x5e\x83\xc5\x1a\xfc\xbc\xbe\xce\x8c\x95\xff\xbc\x6f\x43\x18\xb3\xf2\xe1\xc0\x66\x7b\x4c\xee\x82\xe8\xc7\xd5\x98\xb7\xe3\x6b\x9f\x94\x90\x9f\xfb\x59\x9f\xd5\x91\x8d\xed\x63\xdb\x6a\xc8\x12\xbe\xc6\xf6\x1f\x64\x0d\x2f\xfc\x4b\x35\x52\xc8\xee\xff\x6a\x12\x73\xbc\x50\xfe\xeb\x5c\x8c\x5f\xb6\xcf\x37\x58\xec\xfe\x8c\xea\xef\x67\x62\xeb\x92\xf7\xec\x28\xa2\x2a\xe3\x74\x7e\x6c\x63\xa4\xa2\x11\x7f\xe3\xb0\x86\xd0\xdf\x9f\xc9\x11\xc5\x7f\xd2\xb7\xb1\x11\x9d\x5f\xe3\xbe\xc4\x47\xd4\x6d\x30\xbf\xe2\x22\x20\xcb\xb9\xdf\xe2\x22\x54\xa7\x49\xdf\xfb\xc3\xe9\xc3\x46\x3f\x94\xc2\x6f\x74\x07\xfc\x54\x0a\x17\x6d\xd9\xf9\x25\x1f\xf6\xab\x1e\xf9\xeb\x47\xd8\xf7\xaa\x3d\xbf\x3b\xc2\xf7\x96\xc0\xff\x00\xc3\xdd\x99\xd3\x7f\xa5\xc2\xfb\xa8\x77\xfe\x36\x44\xbc\x24\xe2\xfe\x51\x22\x92\xf0\x83\xff\xfe\x45\x7c\x42\x8d\xfe\xfb\xf7\x1f\x62\x8a\x88\x38\x83\x82\xc0\xff\xd3\x9b\xf9\xbf\xdb\xff\x1f\x7c\xa0\x3b\x22\x22\xbb\x1e\xfe\x5f\xba\xbb\x45\x44\xfe\xfd\xfb\x7f\xcb\xff\xcd\xf9\xb9\xab\x94\xf7\xef\xef\xdb\x17\xff\xa7\xbd\xb3\xf8\xfc\xbf\x7f\x46\xef\xff\x6b\x8f\x88\xfc\xcf\xfc\x2f\xdf\xe7\xde\xff\x3c\xa6\xa6\x22\xbb\xc8\xbe\xff\x23\x1f\xb2\xd3\x15\x11\xd9\x7d\xf5\xdf\xbf\xd1\xc3\xff\xcd\x1b\xfa\xbf\x7a\x09\x69\xff\xd5\x3b\x18\x20\x22\xb2\x5b\xfb\x7f\xdf\x5b\xf2\xfc\x1f\xf9\xf0\xb6\x9e\x88\xc8\xae\xd9\xff\xd9\xdb\xbd\x7b\xf7\xff\xcd\x2b\xfa\x5f\x47\x89\x72\x22\xba\x92\xef\x94\x5a\x15\x23\x36\x1e\x7b\xab\xf5\x70\x6f\xa6\x3f\xf5\xee\xd7\x3d\xf8\xe4\xc7\xaf\x20\x3c\xe3\x81\xdb\x5b\x30\x29\xaf\x6f\xc3\xff\xfe\x0d\x5e\xfc\x6f\x7f\xed\x76\x73\x13\x11\xf9\xe4\x2c\x22\x72\xec\xa5\x88\x88\x28\x5e\x44\xe4\xf0\x09\x11\x91\x3d\x37\xfe\x33\xff\x5f\xf7\x7c\x9f\x3e\xf9\xff\xbd\xc3\x55\x52\x93\xde\x5c\x00\x94\x25\x51\xad\xb2\xfb\xe5\xbc\x29\xc7\x69\x12\x0a\xd0\x2c\x6a\x46\x9e\xb2\x6b\xfa\x64\x32\x5f\xe9\x6e\xa6\x6e\x82\xbe\xca\x97\xf4\x32\x0c\x46\xa5\x8e\x14\x8e\x3a\xa3\x06\x88\x0f\x04\x42\xd5\xde\xc5\x15\xb8\x65\xab\x55\xc4\xd9\xba\x24\xaa\x45\xc4\x9d\x72\x82\xc8\x6d\xc6\x72\x74\x5a\xe4\x8f\xa1\xda\x55\x91\xf2\x29\x68\x39\xa5\x62\x05\x59\xb4\x9f\xc2\x0d\x39\xc7\x58\x84\xd4\xe0\xf9\x0e\xda\x8b\x2a\x9e\x04\x84\x12\x9f\xf7\x4b\x4e\x34\xeb\x14\xd5\x4a\xfe\x74\x86\x61\xe6\x9a\xe2\x37\x12\x39\xc5\x5b\x99\x90\x26\x95\x40\x57\x52\x27\x0a\xd1\x18\xf5\xe5\x18\x17\x90\x84\x3a\x09\xc3\x0d\x2a\x52\xed\xc5\x4e\xb9\xdc\x56\x1b\xc4\x8c\x39\x8d\xa9\x5d\x43\xc7\xd9\xec\xc8\xb7\x84\xbb\xaa\x7d\x50\x28\x8d\x18\x51\x91\x56\x38\x11\xf3\x5d\x41\x57\x61\x36\x36\x45\x76\x49\x31\x0b\x25\x25\x3d\x7e\xae\x94\x72\xac\x0a\x7a\xf6\x4f\x66\x0b\xe7\xb4\xc4\xb5\xf4\x75\x46\x8d\x5c\x15\xd1\x35\xc3\x45\xfe\x67\xca\x6a\x6a\xb7\xf2\xd9\xa4\xdf\xb8\x49\x45\x7d\x44\x4b\x08\x50\xb5\x15\xf5\x3c\xe4\x88\xfa\xb9\x68\x67\x6f\xaa\xfa\x62\xf4\xbc\xf3\x55\x75\xe9\x18\x53\xbb\x53\x8a\x2c\xf8\xc8\xeb\xa3\x8a\x94\x10\x37\xd5\x6a\xc5\x8e\x30\x19\x25\x6d\x25\x62\xc4\xac\x3c\x5c\xc9\x05\x59\x27\xdd\xa6\x2c\x1f\x03\x92\xec\x38\xb1\x90\xd5\xd6\x76\xf7\xb4\x02\xb1\xa5\xc2\xe1\xdc\xae\xd4\xe4\xa2\xfb\x12\x8e\xf8\x9c\xcc\x6c\xe9\xf0\x84\x8e\xe4\x78\xd9\x17\x91\xba\xf0\x35\xc5\x2f\x61\x7b\x41\x10\x55\xcb\x50\x51\x5f\x29\x75\x0d\x48\x90\xf3\x11\x75\x27\x00\xcc\xd0\x5f\xed\x1f\x18\xa2\x77\x4d\xf9\x96\x2f\xed\x82\x9b\xca\x3a\xd0\x46\xa5\x4b\xf9\x5b\xb0\x96\xc2\x82\xca\x93\xd0\x9f\xb2\xbd\xaa\x87\x22\xde\x4b\x35\xa9\xfc\x8c\x8e\x15\xf7\x3f\x7a\x23\xb9\xb3\x0d\x78\x52\x1f\x7b\x85\xcd\x3d\x15\x89\xb2\x66\xb8\x9d\x15\x8f\xae\x23\xde\x97\x4c\x80\xed\x43\xde\x95\xbe\x0b\xc0\x83\x5c\x14\x08\x80\x53\x7e\x47\x55\x49\x7e\xc3\xce\x21\xea\x6f\x3c\xfe\x19\x09\xd4\x95\x7d\x4f\xe9\x77\xab\x6c\xb9\x4d\xde\xe6\x28\xdb\xb8\x9d\x50\x2e\x54\xd5\xf7\x22\x29\xd4\xab\x75\x04\xbd\x90\x07\xa9\x55\x80\xaf\xca\xe8\xa9\xef\x82\xcd\x49\xa6\x99\xb7\x63\xe3\xcf\x3e\x3f\x74\x17\x0d\xed\xb0\x3d\x7c\x16\x55\xd7\x08\x3a\xc1\x0c\xc5\xd2\x58\x67\xa2\x81\xdf\xe3\xf5\xc4\xf1\xfe\xcf\x23\x11\x12\x25\xee\x6b\x81\xd2\x72\x4b\x2e\xfb\x9c\xa7\x55\x45\x1d\xc7\x2d\xc3\xd4\x4e\xd8\xad\xbf\xa9\x50\xcb\xb5\x20\xde\xfd\xa1\xa6\x6f\x21\xa2\x56\xa8\xe6\x6a\x7b\x48\xb1\x4d\x15\xe7\xb4\x2a\xf5\x47\xfd\xad\x87\x87\xe4\x97\xe7\xc9\x41\xfb\xc4\xb9\x16\x9d\xe1\x1d\x62\xfa\x9e\x4f\xe2\xad\xc5\x79\x07\xf6\xc2\x59\x9d\xb4\xfd\xa6\xf0\x1d\x3e\xfd\x58\xb3\xdf\x2f\xb2\xc8\x69\x05\x4f\x16\x0e\x7c\x8e\xe6\x30\x06\x9d\x3e\x07\xb3\x2c\xf2\xc2\xcb\x5e\x31\xa9\xb2\xbe\xa1\x7c\xd6\xb0\xe8\xad\x84\x5a\xb3\xde\xea\xe3\x08\x8d\x83\xaf\x7b\x2e\xce\x5d\x40\xea\x0b\x55\xbb\x2f\x9a\x1a\x8b\x48\x3b\xde\xfb\x67\xb5\x72\xde\xe9\xf5\x94\xbb\xd5\x79\x9a\xe5\xe3\xa0\x9b\x62\x79\x2e\xea\xa1\xe2\xe2\x7b\x02\x4e\xc5\xce\x8a\x9f\xd8\x7d\xd1\xc7\xac\xe7\xee\x2e\x2f\x2f\x54\xb3\xcb\xa1\x35\xdb\xfb\x64\xc2\xe1\x6c\xf3\x70\x94\xd8\x89\xcb\x86\x10\xa0\xa6\xe8\xcd\x57\x97\x1d\xe2\x64\x8e\x3e\x9b\x37\xce\x56\x82\x69\x41\xb4\xfd\xd4\x51\x8f\x2e\xde\xda\x7f\x71\xe6\xf1\xa6\x86\xe1\xcd\x57\xcf\x6f\x28\x9a\x3c\xee\xd0\xe3\x4b\xfd\x78\x53\x67\x11\x22\x7e\xd8\x2c\xdc\x71\xf6\x5c\xab\x33\xd0\xef\x99\xd8\xef\x40\x47\xc8\x2b\xf1\x91\xb0\xb9\xe8\x65\x89\x43\x47\x6d\xad\x5f\xf4\x24\xed\x19\xb2\x6c\x6b\xf1\xdc\x8b\xd6\xbb\x4f\x5d\xdd\x2f\x78\x45\x44\x47\x1c\x45\x68\x55\xfb\x03\xce\x3d\xbe\xa7\x61\xfb\x57\x72\xf3\xea\x8a\x8e\x8f\x62\xd2\x65\xa9\xfb\x53\x6a\xdf\xfe\x73\xef\xb8\xdc\xba\xa6\x7e\xe6\x69\xd4\xe3\x2a\xc5\x61\xfd\x0b\xaf\x5f\xcb\x9a\x5a\xa4\x9a\xa8\x49\x9d\x70\x02\xd8\x0e\x8a\xc5\xf8\xe5\x79\x86\x88\x0f\x40\xbb\x40\x4c\x49\xe3\x58\x72\xc4\x2e\xa9\x3b\x1a\xee\x57\x4f\xf5\xef\x91\x90\xbf\xf1\xba\x2d\x60\xef\xe3\x47\xa0\x5c\x97\x83\x7a\xb7\x7f\xa2\x2b\xcf\x0d\x5d\x1d\x07\x3c\x91\xfb\x71\x51\xc3\x4e\x57\x4d\xa8\x9a\xad\x9b\x73\x4d\x51\x79\xee\x51\xc6\x5d\x73\xa5\xcc\xcb\x81\xda\x84\x8b\x96\xea\x95\x6f\xbd\x6e\xf5\x2b\x4d\x59\x51\x34\x6f\xcb\xfb\xb9\xcc\xbf\xb9\x29\x73\xc9\x37\xde\xcc\x59\x42\x03\xe2\xec\xe4\x26\xf9\x16\x93\x13\x14\x26\x23\x9f\xf8\x27\xa4\x54\x26\x43\x23\xec\xaa\x48\xff\x21\x8d\x67\x57\x3e\xf5\xcd\x9d\x17\x55\xff\xc8\xbe\x25\x06\x52\x8d\x4e\xd8\x56\xdc\x54\xfe\x15\x7c\xf9\x92\x94\xe2\x7e\xc7\xd1\xdb\x0d\xd2\x3f\xde\xda\x3c\xbe\x29\xfd\x42\x93\xfb\xfc\x87\x94\xc8\x35\x23\xc3\x0a\x15\x3b\xb5\x12\x6b\xda\x05\x09\x65\xa2\x0b\xfd\xe6\x8c\x7c\xb2\x7f\x9e\x96\x92\x4c\x29\xf8\x83\x8e\x97\xe4\x79\xe4\x37\xf3\x9f\x52\xc1\x84\xbf\xae\x67\x64\x47\x53\x67\x02\x1c\x64\x6d\x35\x52\xae\x7c\xea\x3f\xa1\x11\x70\x65\xb0\x6f\x5d\x96\xa0\xb4\x51\xff\x50\x61\x4e\x86\x9d\x71\xf5\x66\x8c\x0c\x23\x4c\xf7\xe9\x11\xd9\x20\x9f\x6f\xba\x26\xb2\xb7\x6c\x0f\x19\x65\x48\x75\xea\xcb\x9b\xa7\x48\xe0\x1e\x66\xd8\x3d\x97\x16\xbf\xf4\xc3\xd5\x54\xf1\xb8\xd2\x2f\xff\x69\xe5\x62\x79\x7a\x70\xdc\x15\x90\xf4\xb7\x98\x6b\xcf\xf6\x4b\x46\xe3\xc5\x5e\x15\x4a\x4b\xa7\xbe\x37\xd9\x91\xc9\xa6\xbe\x71\x44\xcb\xae\x69\x14\x5e\x59\xe8\x3f\xa7\x91\x75\xa5\xbc\xef\xa7\xea\x59\xb9\x3c\x21\xfd\xe9\xba\xe4\x22\xe3\xac\x41\xa4\xcc\x18\xf6\x8f\x75\x88\xdc\x1d\x58\xb2\x83\xb5\xac\xd0\x73\xaf\x9b\xb8\x94\x82\x95\xb7\x47\x8b\x18\xf9\xd5\x86\xdf\x47\x89\xf9\x7b\x7b\x01\xc5\x32\x3f\xd5\x9a\x61\x43\x72\x61\x0a\x7f\x11\x7f\xe4\xbf\xcb\xed\xc2\xea\x5c\xa8\x14\x4b\x4c\x31\xd6\x2c\x97\x70\xcf\xd0\xd6\x35\x92\xfe\xce\x78\x6f\x7a\x41\xc6\x41\x83\x7f\x65\xa0\x5f\x4a\xa3\xe3\x4a\x4a\xff\x7e\x3d\xc3\x33\xb6\x42\x96\x3d\x48\xd2\xa8\x60\xd8\x2f\x52\xe6\x69\xba\x51\x90\xbb\xec\x50\xcc\x6f\xd0\x51\x99\xc0\x10\x26\xe4\x82\xc4\xa0\x3b\x35\xf4\xa6\xd8\x3b\x33\xbb\x08\x27\xf1\xc7\x2f\xf6\x44\xfb\x49\x2c\xdd\xa1\xc4\x6e\xca\x44\x28\x4f\x27\x02\xe5\x22\x14\x7e\xa5\x35\xcb\x9f\x94\x1d\xa2\xed\x55\x68\x96\x09\xcc\x23\x69\xbd\x93\x94\x2d\x7a\xab\xd3\x23\x05\xbc\x18\x7c\x79\xb1\x2f\xe4\x62\xfa\x65\x52\x9f\x67\x70\xc7\x39\x93\x0e\x4b\xc4\xf0\x79\xf7\x46\x5d\xe4\xba\x64\x20\x73\x2f\x2a\x5b\x6a\x98\x74\x02\xbb\x28\x25\x85\x92\xc3\x07\x48\x64\x82\x3f\x12\xd2\x24\x87\x9d\xc7\x52\x9c\x24\x43\x4d\x5c\xd3\x52\x24\x41\xda\x7d\x19\x3b\x52\xf9\xb7\x7e\xa5\x37\xcb\x6a\x29\x5f\xa0\x43\x65\x9a\xe4\x89\xac\xbb\xb2\x53\xb2\xd6\x4d\xe5\x4a\x9f\xe4\xe7\x04\x55\xaa\x5e\x8a\xd2\x97\xf8\xb7\xd7\x3b\x64\x23\xb5\xa4\x1a\x06\x0e\xe3\x15\x25\xd3\xbb\x7e\xa6\xf7\x4a\xc4\xb6\x5c\x4d\xbf\x28\x15\x57\x7e\x84\x32\x2e\x1d\x5d\xe8\x4f\x5b\x97\x3e\x98\x6e\x41\x11\x4a\xed\x89\xca\x22\x47\x48\x41\xbc\x93\xa9\x63\xd2\x26\xd6\x04\xfa\x37\xa9\x2b\x3a\x6b\xf4\x3f\x92\xf1\x0f\x52\x73\x37\x24\x2f\x29\xf7\xd5\x0a\x24\x55\xe5\x9b\x04\xca\x0a\x32\x8a\x3f\x9a\x47\x94\x6f\x29\x55\xb6\x2c\xa9\x5e\x50\xbe\x8c\x3a\x23\x5b\x39\xb4\x9a\x66\x2f\xcb\xec\x1f\xa1\x20\xa5\x4d\xba\x4b\xe8\xdd\x92\x56\x6d\xef\xd9\x25\x52\xf5\x42\x68\x9d\x8c\xb4\x22\x5f\x8b\x6d\x20\x73\x9a\x31\x56\xa1\x27\x7d\x2c\xf5\x50\x7d\xad\xd4\xee\xc8\xcf\x25\x4b\xd2\x92\x2e\xc6\x25\xa2\x52\x8f\x8c\x6d\x59\x1a\x12\xf5\x4f\x48\x9c\xcf\x67\x3e\x5d\x51\x68\x8e\x93\xf5\x50\xb9\xd2\xf2\x49\xf1\xb8\x8a\xb3\xb0\x5b\xd9\x59\x25\xa6\xd5\x49\xe5\x9f\x0a\x55\x92\x9b\x63\x5c\x84\x92\x7d\x4b\xdb\x64\xa4\xc9\xa9\x51\x19\xf4\x01\x85\x27\x94\x8b\x59\x8f\x95\x5f\x64\xde\x49\x3d\xaf\xa4\x94\x15\x81\x87\xa9\x8c\x66\x74\x63\x33\x54\xb2\xd2\xd3\xd0\x7b\xd5\x2e\x27\x58\x82\xde\xaa\x4d\xe3\x9e\xbb\xdb\xa9\x31\xe2\xb6\x5c\x8f\xa9\xb9\xc7\xa5\x3b\xb1\xe5\x3e\xa0\x66\xde\x3c\x91\xfb\x89\x1e\x56\xdb\x2d\x8f\xc1\xc8\x2a\x7d\x94\xc5\xa1\x7e\xca\xde\x91\x91\x4d\x18\x96\x68\x16\x43\x67\x4b\x70\x5b\x25\x42\x68\xe6\x85\x00\xd9\x16\x72\x35\xfd\x91\xdc\x40\xe6\x77\x72\xa9\x62\x5f\x86\x7c\xea\x86\x32\x90\xe8\x83\x5f\x53\x92\x20\x4d\x62\x32\x54\xcf\xa6\xfe\x8e\xb9\xa4\x7e\x35\x4e\x11\xa0\xaf\xda\x12\xe7\xea\x42\x55\x6b\xc6\xbe\x70\x56\x51\xfd\x88\x66\x5a\x33\xe5\x3e\xc4\x9c\x78\xf9\x45\xbe\x08\x49\x52\x2e\x56\x38\x16\xfb\x59\xc1\x4b\xa1\x16\xe5\x29\x9b\xa5\x88\x45\xad\x49\x07\x9c\x8f\xa7\x49\x71\xbb\xcf\xcd\x52\x24\x2b\xaa\xc4\x6b\x33\x39\x79\x26\x72\x9e\xe9\xc7\xb2\x4c\xe5\x05\x69\x21\xc4\x70\xa5\x5f\x29\x6f\x12\x2e\x2b\x4a\x22\x4f\x42\x3e\xa9\x56\xa2\x36\x42\xde\xab\x55\xc4\xce\xfa\x93\xd5\x5c\x63\x4f\x3a\xfb\xa8\xfd\x89\xfd\x62\x1f\xa1\x00\x0e\x1f\x79\x85\x53\x58\x83\x2d\xa8\xf6\x2b\xd2\xc3\x7a\x95\xb4\x14\x3f\x23\x35\xe5\x76\x2b\xb9\xc4\x40\xa4\x75\x94\x6f\xc4\x5e\x95\xd4\x38\x79\x9b\xea\xd0\x51\x7c\xfa\x5e\x86\x56\xf5\xc1\xb3\x93\x44\x01\xeb\xab\x84\x08\x21\x93\xbc\x28\x0d\x25\xec\x4b\xcd\x96\xf5\x88\xd1\x44\x84\x2b\x4f\x87\xad\x87\x04\xab\x9a\xc2\xfd\xfd\x44\xd5\x95\x61\xc9\x2e\x5f\xd4\x9b\x82\x37\xcc\x8a\xd4\xd0\xc1\xeb\xba\x6c\x25\xff\x80\xd6\x4b\x37\x54\x16\x41\xcb\xaa\x22\xca\xf9\xd0\x28\x05\x25\x15\x37\x78\x8c\xec\x2b\x95\xb0\x68\x35\x89\x24\x55\x4d\xa4\xaa\x18\xee\x68\x65\xda\x7c\xe7\xf9\x13\xb5\xa9\x0f\x9b\x5f\x9c\xd2\xc2\x50\xf2\x96\xcf\x4c\xc5\xa2\xd2\xa7\x25\xf7\xc0\xff\xa2\x0e\xca\xdc\x0d\x79\x0c\x89\x52\xd0\x00\xda\xfb\x47\xa8\x66\x06\x98\xba\x84\xaa\x0d\xfa\xe0\xcc\xaa\xd4\x8f\xfb\x8e\xe8\xaf\xaa\x94\xbb\x7f\xbc\x0d\x55\x5a\x76\xcf\x52\x06\xab\xd2\x7c\xfe\x2a\xb0\xd5\xc5\x00\xdb\x72\x2b\x6a\x5b\x90\x07\x52\xbd\xea\xad\xa1\xb5\x12\x71\x16\xb7\xe2\x31\x67\x1f\x1d\x6e\xc4\x3d\xea\xb6\x3f\xbc\x19\x97\xd3\xdc\x7e\xe4\x64\x8c\x4f\xc9\xd2\x69\xb3\x50\x3f\x62\x8e\x38\x24\xa8\x07\x69\x2a\xe1\xeb\xbd\x04\x32\x96\xbb\xec\xfe\xcc\xdd\x57\x65\xd9\x19\x6d\xc5\x54\xed\x75\xbc\xaf\xd7\xae\x86\xb6\xb9\xfd\xe0\x9b\xea\x92\xe5\x80\x5a\xb5\xda\x2d\x3b\x29\x05\x13\x35\xa6\x4b\xae\xd4\xbd\xeb\xda\x3e\x7f\x24\x74\x5e\xd6\x80\x4e\x89\xdf\xb2\xd2\x8b\x68\x12\xbb\xef\xdb\x9b\x74\x5b\x02\x71\x28\x2e\x72\xb4\x27\xf7\x80\x54\x64\xbc\x50\xee\xd8\xf9\xe0\xfb\x85\xd5\x27\x42\x02\x4e\xa5\x1c\x3a\xc7\x74\x75\x8c\x30\x3c\x8f\xb4\x7d\xea\x67\x2a\xe3\x6a\x3e\x6b\x47\x54\x96\x35\xd1\x37\xf8\xaa\x0a\x32\x48\xd6\xea\x56\x2f\xd0\xed\xb9\xf2\xf4\x02\xc4\xe0\x92\x32\xfd\xba\x9c\xa9\xa5\x24\x5f\x53\xcf\x6e\xe7\x1c\xe4\x4d\xa2\x67\xd1\x79\x86\xf5\x11\xd0\x55\xb1\x69\x77\xe3\x88\x64\xb1\x2e\xc0\x26\x76\x4e\x9c\xb8\x4f\xda\x7f\xa7\xbf\x75\xd7\x6d\xbf\xcd\x36\x8b\x03\xba\xde\xfd\xec\xa9\x23\x31\x76\x25\x89\xde\xc7\xf3\xcc\x0f\x40\x1f\x9d\x06\xeb\x94\xbb\xca\x4b\xd9\xbd\x7c\x68\xda\xac\xe8\xf9\x74\xe2\x45\x9f\x3a\x4a\x6b\xf0\xee\xe1\x4b\x25\x9a\xf1\x6a\xe7\x6f\x8f\xbd\x0c\x96\x1f\x78\xc2\x35\x40\x4a\x39\xea\x15\x59\xb5\x9f\xdf\xb2\xf2\x72\x0b\x17\x73\x72\xbf\x1d\xb8\x28\x7e\x03\x18\x15\x3a\x24\xbe\x1a\x0e\x8a\x11\x17\x5f\x3b\x9e\xe2\xa0\x34\x70\x6a\x8f\x8f\x5d\x7a\xc7\x95\xbd\xe6\x86\x8f\x72\xf3\xf7\xbb\xe8\xd2\xe2\xf9\x87\x20\xcf\x1f\x02\xb6\xa5\x3c\x34\xc7\x5c\x58\x2a\x47\x1f\xe4\x9a\xfc\xb9\x2c\x79\xf7\xf3\xf3\xda\x9b\xc1\xb7\xbc\x6e\xa1\xef\x07\xdf\x79\xaa\x1a\xf3\x5c\xea\xc9\x6d\x85\x61\x83\x5b\x6f\xb6\x65\x32\xac\x66\xcd\x86\x24\xbe\xba\x66\x3b\xca\x89\x25\x04\xa5\xf9\x56\x4b\x3c\x08\x17\x42\x2b\x25\xe9\xe8\xc1\xc8\x51\x49\x96\x06\xf0\xaa\x64\xff\xf1\x63\x0d\x3a\xc6\x9d\x27\xf7\x22\x9f\x79\x95\x0c\xef\x3e\x7c\xc7\x07\xd7\x75\x36\xf3\xf6\x0f\x50\xb5\x4a\xe0\x0d\x8e\xeb\xca\x75\xe4\xb5\x33\xa6\xc4\xfb\x7f\xaf\x84\xbf\xe8\x7a\x52\x75\x39\xec\xce\xc8\x4b\xd4\xe5\x14\xb5\xdb\x46\x79\xf7\xe4\x15\x7b\x6c\xb6\x9e\xbd\x94\x7b\xe9\x96\xa7\xaf\x29\x7d\xd8\x9f\x6d\x75\x5a\xe2\x55\xe8\x3f\x57\xbc\x64\x1a\x36\x1b\x00\x97\xb9\x92\x4c\x83\x15\xc9\x64\x6b\x60\xaf\x1e\xe9\x3f\xa3\x61\x73\x75\x7f\xdf\xf7\x93\x35\x57\x45\x79\x17\x4e\x2b\xa8\xef\x24\x1f\x54\x0e\x55\x07\xc0\xa4\x6e\xed\x55\x63\x7a\x9e\xd6\x9a\x57\x65\x5b\xba\xbe\x32\x50\xb9\xac\x03\xd7\xff\xa5\x2c\x7f\xff\x9a\x71\x99\x92\x96\xfa\x61\xdb\xac\x8b\x97\x94\x1a\xdc\x5f\xdf\x5e\x96\xa3\x06\xd4\x3e\xb5\x94\x91\x84\xee\xd2\xd7\x95\xf8\x8a\xde\x63\x5d\x2b\x7d\x23\x05\xec\x11\x2e\x5b\x99\x41\x01\x5e\x95\xbd\xa0\x41\xbd\xf2\xab\x5f\x52\x03\x7d\x65\xb5\x7f\x8f\x2c\x5e\xd9\xb1\xe9\xef\xff\x41\x82\x3d\xbf\xe5\xfd\x38\x6e\x1f\x9f\xdd\xb6\xdc\x85\xd7\x65\x2b\x73\xb5\x5a\xb6\x6d\xdb\xb6\x6d\xdb\xb6\xb5\x6c\xbb\x65\xad\x5a\x5b\x33\xdf\x33\xee\xe3\xfe\x7e\x7e\x39\xff\x85\xc7\x71\x3e\xb1\x11\xd0\xf3\x7c\x05\xfe\x64\xa0\x3a\x4c\x50\x7a\x1d\x36\xef\x60\xa5\x62\x08\x2b\x30\xc6\x69\x9f\x43\x5f\xaa\xf0\xea\x6f\x82\x1d\x45\x5e\x9a\x09\x40\x7d\xd8\xb3\x6c\x59\x50\x82\x98\x20\x37\x3e\x3c\x16\x71\xee\x2f\xc2\xb9\x0f\xcd\x89\x0d\x92\x0c\x84\x1c\x65\x96\xa8\xb6\xc2\xbc\x72\x9e\xeb\x3c\x85\xd5\x97\x39\x5b\x6e\xc3\x27\xc8\x3d\xec\xaf\x57\x91\xe4\x2e\xf6\xe9\xd5\xfb\x14\x5b\x40\x77\x5a\x44\x4a\x1c\x12\x58\xbb\xa4\xf1\x0c\x16\x9e\x9a\x6d\x2a\x88\xfc\xe2\x7f\xdf\x9a\x00\xdf\x77\x38\xb4\xcb\x87\x48\x18\xfa\x3a\x4a\xb0\x69\xca\x7b\xb9\x33\x80\x2b\x1f\x88\x7a\xc7\x40\xbf\x91\x8d\x03\x17\x11\x12\x68\x20\x5a\x10\x25\x01\x37\x4b\x51\xa5\xf9\xb3\x9d\x67\x2f\x8b\x4f\x82\x4b\x4b\x9e\xaa\x0e\x01\x9f\xea\xa3\xb5\x7c\x80\x04\xf2\x12\xfb\xfe\x2a\x9e\x12\x41\x9b\x5b\xf1\xd4\xe8\x63\x54\x5b\xa8\xb1\xcb\x60\xfe\xdc\xf3\xcc\xed\x10\x06\x29\xf8\xe8\x23\x81\x98\x88\x65\x0b\xf8\x06\xcf\xf3\x4d\x0d\x78\x03\xaa\xb4\xcd\x0d\x75\x04\xc1\x74\x6a\xc3\x1f\x83\x8e\x65\xfe\xc6\x92\xc1\x35\x02\x1b\x09\x93\x40\x2d\x3e\x35\xeb\x02\x42\x08\xd5\x53\x20\x87\x64\x83\xb3\x57\xe5\x62\xff\x83\x99\xd7\x7f\x11\x1f\x80\xe0\x9a\x4c\x94\xe1\x50\x55\xd2\x37\x6e\xae\x15\xb8\xd3\x6b\xe8\xe4\xe6\xa3\xa0\x20\x50\xfe\x12\x43\x1c\x3f\xeb\xf3\xf1\xfc\x58\x24\x24\xaf\x5e\x31\x51\x0b\x10\xcc\xdf\xce\x08\x07\xf8\x93\x5d\xd3\x8f\xc1\xef\x7c\x82\xb3\x15\xa0\x89\x56\xaf\xb3\xfb\x20\x69\x9a\x5b\xf9\x0b\x90\x2c\xa9\xf4\x12\x2b\xc8\x07\x3e\x78\xc9\x09\x4c\x08\xcb\x58\xfb\x01\x86\x44\x7c\x19\x5e\x44\xd1\x23\xb6\xc6\xbe\xe1\xa0\xa8\xa1\x89\x16\x82\x3a\x7a\x26\xe0\x01\x7c\x63\x3b\x28\xaa\x02\x36\xf5\x84\x3e\xcb\x09\x58\x5f\xb6\x2d\x11\x01\xef\xcd\x88\xd4\x7b\x40\x2f\x8c\xc5\x94\xb7\x00\x7b\x8d\x0f\xab\xe5\x01\xd5\x82\xc4\xda\x43\xc8\xd7\xd8\xbc\xaa\x7e\x68\x89\x4b\x64\x55\x38\xa0\x69\xcc\x5f\x59\x08\x6d\x57\x74\x6b\x80\x82\x43\x45\x0d\x9b\x2f\xb2\x05\xe2\x3b\x46\x17\x61\x44\xf4\xd1\x84\x2d\x5a\x06\xb3\x3d\xb9\x8c\x83\x60\xcd\xa6\x9a\xf1\x67\xd8\xbe\xa4\x2b\x48\xb1\xcd\xab\x79\x22\xc8\xab\xeb\x69\x15\x2b\xb0\x95\xe5\xa7\x35\x55\xe0\xf5\x85\xfa\xce\x2e\xe8\xd6\x8c\xff\x68\x3c\xe0\x3f\xfe\x7e\xdc\x09\x16\xd4\xfe\x6b\x1c\x00\x06\x8a\x7e\x8f\x9e\x40\xd9\x23\xd2\x47\x2e\x43\xc9\xae\x62\xad\x93\x50\x1d\xcd\xfb\x2d\x5f\xc0\x13\xe2\x1a\x83\x70\xfa\x3c\x3c\xdf\xe4\x3a\x22\x05\x7f\x7f\xea\x35\xfa\x0b\xfe\xde\x74\x2e\x0e\x86\x67\x98\xa1\xc3\x17\xe1\x59\xa0\xfc\x55\xcf\x9a\x8b\xe0\x8c\x15\xad\x35\x49\xf0\xfd\x72\xa7\xca\x21\xe4\xdf\xd2\x77\x25\x37\xb1\xc8\xa2\xa9\x9c\x7c\x0c\x5d\xf1\x59\xda\x16\xae\xa3\x08\x9c\xb8\x8f\xf3\x2e\x78\x16\x8f\x24\xe8\xa6\x75\xfb\x30\x90\x9e\xc7\xff\xb1\x31\x25\xa4\x24\xd5\x5b\x35\xa0\x96\x93\xd8\x4d\x8e\xd1\xb4\x7c\x0b\x43\x2d\xc4\x69\xc2\x4d\x42\x3a\xac\x38\xbe\x16\xe5\x07\x28\xa7\xce\x03\x0b\xc0\x48\x9a\x28\x58\x1e\x24\x5f\xf9\xbe\x7f\x05\x02\x54\xe8\x35\x5f\x84\xdb\x97\x16\x54\x5a\x20\xa2\x8a\x77\x4b\xfb\xd1\xf9\x85\xcf\x72\x3b\xb1\xaa\x79\x3f\xd2\x9d\x30\x57\x0b\xf0\x09\x27\xb8\xaf\xb9\xe8\x18\x1e\xc2\x58\x52\x82\x27\x89\xf0\x27\x51\xde\xba\x96\xd0\x96\xb0\x6d\x91\x8a\xaf\x8a\xfb\xa5\xef\x87\x68\x88\xe5\x92\x3e\x42\xca\xc5\x96\xe1\x38\x50\x37\xe3\x40\xa8\x24\x44\x4f\x74\x09\xd4\x13\xee\x9b\x74\xc0\xca\xcf\xe6\x50\x41\x1b\x80\xb1\xee\x94\x05\xf5\xda\x80\x54\x8a\xd7\x1b\xd4\x10\xb7\x0a\xfe\x96\xe4\x23\x43\xf3\xf4\xf2\x23\x30\xdb\xd9\x27\xa9\xb3\x78\xdf\xe4\x8a\xc8\x33\x7c\x59\xdc\x86\x3f\x1b\x21\x27\x4e\xd9\x8d\x40\x90\x8b\x1d\xb0\xba\x49\x38\x8a\x53\x37\x2d\x41\x02\x61\xcf\x64\xd9\x50\x94\xe0\x75\x02\x33\x5a\x3d\xcc\x13\x73\x19\x6d\x1a\x1d\x02\x0f\xc1\x58\xc7\x18\x40\xdb\xb0\xb2\xb1\xf7\xc1\xce\xf7\x9d\xca\x73\x16\x6d\x18\x54\x8b\xbe\xf4\xfd\x60\xfe\x51\x60\xde\x4e\x60\xb5\xcb\x79\x53\x9d\x0d\xa0\x32\xff\xe4\x6d\xa1\xf9\x52\xbc\x92\x9b\x51\xef\xa2\x64\x02\x92\xf1\x8e\x61\xed\x1e\xc5\xc4\x1b\xc1\xfc\x36\xc7\xc4\x3a\xff\x52\x3d\x1b\x02\xc9\xcf\x49\xd1\x0d\xc3\xee\x5e\x49\x2d\xc5\x2c\x7a\xc5\x63\xff\x61\x6d\x83\xe8\x90\xd6\xb8\xa4\xd0\xcf\x40\x3e\x6e\x3c\xf2\x18\x54\x84\x1f\x8c\x86\xb1\x7e\xbe\x4b\xcb\xbf\xbf\x78\x72\xef\x5f\xde\xc9\xb4\x3b\x03\x32\xd3\xa2\x4b\x86\x89\x21\xee\x69\x31\x37\xf4\x66\x64\x6f\xfa\x5d\x18\x25\xc8\x26\xc4\x08\x79\xe0\xd3\xe5\x79\x09\x7f\xdb\xeb\xa6\xdd\x3f\x42\x87\x5b\x8f\x11\x0b\x71\xd4\x79\x5f\xe5\x00\xa7\x6b\xef\x20\x50\x89\xe5\xb4\x8b\xc1\xfe\x23\x5c\x71\xd1\x46\x05\x10\xe6\x3c\xb6\x61\x6f\x88\xe6\x01\xce\x10\x1a\xf5\x3c\x2c\x1f\x9c\xad\xff\x23\x55\x98\x59\xf5\xee\x78\x2a\xcb\xd2\x97\xdb\xc5\xa9\x4a\x33\xa8\x5b\x4f\xe3\x1c\x3b\xac\x18\x5f\x87\x5c\x2e\xa4\x07\x65\x78\x97\xc5\xfe\x00\xab\xba\xaa\xf8\xeb\xc2\xef\xd9\xa7\xdb\x3f\xc5\x45\x5b\xa5\x1a\xdd\xc4\x67\x5b\x98\xab\x54\xe2\x07\x8c\x5b\x44\x42\x08\x1c\x86\x3d\xa4\xdf\xf8\x59\x13\x75\xf8\x00\x05\x6f\x1d\x08\x36\xe3\x9b\x71\x69\x06\x81\x95\x06\xfc\xc9\x6c\xf9\x46\xf3\xa1\xb3\x2c\x7f\x9d\x1b\x32\x79\xc0\xb5\x77\xfc\xa3\x2f\xae\x56\xdc\x18\x8c\xe4\x9f\x9d\xbd\x69\x10\xe2\xd4\x13\x77\xb7\xdc\xb3\x2b\xbf\x9a\x29\xc0\xde\x29\xe2\x07\xeb\xb6\x19\xc4\x5d\x0e\xa6\x65\x90\x6e\x5e\x8b\x25\xe9\x2a\x6b\xbc\x21\x60\x35\x4a\x25\xef\x13\x53\x54\xe3\xb9\x84\xc9\x49\x2a\x7b\xf0\xd7\xbc\xf4\x3a\x81\xe0\x3b\x8f\xde\x9a\x3d\x66\x49\x54\xa2\x73\x38\x60\x6d\x30\x06\x7c\x35\xd8\x7e\xdb\xd9\x85\x6b\xb3\x1d\xf9\x69\xa6\x75\x81\xed\x6e\x44\x7a\x80\x37\xc4\x2f\xa6\x7a\x2c\x2f\x62\xae\xf3\xba\xbc\xed\x31\xba\x65\x6f\xb5\x54\xe0\x71\x57\xc9\xf0\x56\xa8\x02\xe4\x54\x93\xe8\x6c\x83\x53\x51\xf5\x36\x19\xa4\xfc\x54\xba\xa7\x3a\xc5\x65\x26\x7f\xfb\xd1\x65\xde\x1d\xd9\x38\x0e\x2e\x41\x17\x39\x3b\x78\x8d\xe4\xa4\x86\x27\xe4\xbe\xaa\xb6\x51\x3c\x4b\xad\x51\x95\xdd\x7f\x6c\x71\xf6\x62\x5e\x0a\x20\x4b\xef\x7b\x21\xac\xa0\xd7\x11\x77\x13\xc8\xe0\x81\xfb\x9f\xac\x58\x36\x1a\x6e\x70\x58\xc5\x2e\xe5\x5c\x5c\x34\xbd\xd6\x17\x71\xfd\x82\xa6\x40\xee\x24\x2b\x8b\x32\x47\xc8\x2d\xcc\x98\xdc\x4b\xa7\x5d\x0e\x46\x29\x3f\x63\x66\xfe\x5e\xf1\xdb\xca\x2f\x1e\xc6\x88\xc6\x8a\x56\x49\x3c\x78\xa4\xc2\x81\x92\xc9\x95\xf0\x45\x6c\xaa\xdb\x2a\x17\x02\x71\x46\x60\xbd\x3c\xd0\x88\xed\x98\x95\x24\x48\xc5\x6b\xc5\x0d\x00\xbb\x87\x5f\x0a\x14\x85\xac\x24\x7a\x47\xe5\x41\xd9\xc8\xa1\x1c\xd8\x55\x30\xbd\x99\xda\xeb\x15\xa3\xcb\xa6\x8a\xe8\xc1\xc7\x77\xc5\x1f\xfd\xc9\xf9\x84\xbe\xfa\x88\x12\x9a\xcb\x45\x78\x08\x72\xe6\x17\x8e\x15\x6a\x33\xe6\x96\x7c\x2b\xd0\xa6\x12\xad\x00\xe3\xef\x16\xc3\xa9\x3a\x0b\xd8\x71\x3c\xd3\x3c\x12\x1a\x43\x39\x18\x7f\x97\xc6\xc1\x6d\x6c\x73\xd5\xb2\x20\xdf\x3d\xe8\x8c\xe4\xc0\x75\xa1\xdb\x76\xe7\xd0\xb8\x64\x6e\x6f\x23\x98\x69\x76\x5f\x70\x18\xac\x80\xb3\x8d\x96\xb6\xe2\x46\xf6\xe2\x00\xad\xde\xbd\x29\xc6\x1b\x31\x34\x0a\xa8\xf2\xbc\x2e\xfd\xc7\xf9\x9b\x7b\x26\xfc\xd7\xa3\x32\xae\x56\xd7\x18\xc5\x76\x4e\x3e\xb3\x6c\x75\x3d\xf6\x76\x8d\x75\x1d\x6d\x9a\xb9\x84\x80\xa1\x3a\xb5\x93\xcb\xc7\xb4\x8c\xfd\x3e\xfa\xaa\x5d\xb6\xa0\x36\xfc\xd0\xa3\x48\x6a\x1e\x9a\x1c\xcc\xaa\x9e\x0a\xf1\x4f\xba\x61\xae\x00\x57\xcb\x5e\x74\x9a\x44\x28\x17\x67\x7a\xbe\x82\xc3\xc8\xcd\x1c\x57\x56\xb1\xe4\xf2\xff\x6f\x19\x32\x0f\xeb\x34\x81\xe2\x16\xc6\x31\xd5\x8e\x4b\x5a\x11\x60\x89\x3d\xaa\x9f\x89\xd7\x7d\xd9\xf5\xb4\x09\x02\x36\xf3\x26\x54\xdc\x45\x5d\xbc\xc5\x0e\xba\x5f\x26\xdd\xc6\x18\x69\xce\x4b\x6f\x5f\x8d\x90\x40\xff\xf0\x50\x22\x06\xc0\x73\x03\xdf\xf0\x82\x21\xbe\x71\x65\x52\xe3\xd0\xfb\x59\x63\x1a\xe7\xb0\x9c\xa2\x75\x13\x0a\x42\xbb\xb6\xdc\xd1\x0b\xa8\x22\x4f\xb0\x7f\x5d\xa5\xfe\x4f\x19\x41\x22\x0b\xcf\x7c\xa0\x9c\x29\x98\xad\xe5\x95\x3e\x03\xb0\x91\xf6\xcb\xfc\x08\xd1\x1f\xbc\x68\xe7\x00\xaf\x71\xfa\xed\x78\x0d\x1a\x69\x44\x75\xed\x04\x8b\x2a\x7e\xf7\xa2\x82\x1d\x85\x2b\xfd\xbb\x01\x4d\x5a\x6d\xc8\x16\x42\x13\x8d\x8f\x65\xc0\x08\xc1\xa4\xd3\x8d\xb9\x55\x41\x5e\x79\x1f\x24\x0f\xc0\xcb\xd5\x06\x1a\xab\x30\x52\xe3\x25\xbd\x1c\xa0\x98\x1c\xc1\x59\xb9\xfc\x82\x52\x40\x3b\x58\x49\xb0\xc8\x05\x5d\x5f\xf3\x71\xbb\xc9\x64\x39\x24\xe4\x1d\x00\x7e\x55\xf6\x2f\xc8\x1c\xba\x96\x12\x18\x62\x0a\xe9\x0f\xf4\x0c\x75\x05\xdd\xb5\xcf\x8a\x78\x0b\x92\xd2\x3b\x8a\x1e\x01\x3f\x90\x9b\x48\xc8\x07\xdb\x0a\x09\xa6\x50\xa0\x27\x44\x50\xce\x07\x04\x1d\xca\xbb\xd4\x0d\x59\x03\xdb\xab\x7f\x42\x8a\x83\xdd\x6d\x32\x94\x91\x84\xb6\x35\xf7\xaa\xe5\x41\x6d\x29\xa9\xb4\xaf\x2b\x69\x5e\xed\xf0\xd8\xed\xcf\xe1\x50\xe8\xe0\xea\x42\x0a\x2b\x9b\xc1\xf4\xbb\x74\x4d\x88\x70\x37\x43\x1e\x03\x2c\xa5\x6a\x32\xf7\x0d\xec\x46\xba\x40\xee\x1b\xc8\xf7\x40\x50\xae\x0a\xf4\xad\xcd\x9d\x7c\x10\x14\xad\xed\x58\x74\x17\x52\x2b\x95\x59\x7a\x06\x49\xe1\xf3\xaf\x98\x01\x0c\xb1\x82\xcd\xb1\x80\x20\x82\x34\x9a\x8b\x7e\x8c\x62\x9c\x10\xc2\x4b\xa3\x8b\x26\x6b\x88\x02\x18\x8f\xd0\x61\x64\xeb\xce\x8b\x04\x38\xe2\xc9\xc6\x4e\xee\x23\xf8\xc9\xda\x8d\xf2\x34\x48\xcf\xfc\x71\xf3\x36\x34\x66\x52\xb2\xc5\x06\x38\xe9\x31\x69\x61\x07\x76\xca\x8f\x5a\x34\xa1\x16\x49\x72\xcd\x96\xd0\x12\xaf\xda\x66\x19\xe8\xb9\x99\x6a\xd3\x0a\x64\x58\xf5\x66\x93\x00\x38\x4c\x8c\xb1\x37\x97\xd1\x16\xef\x3c\x5e\x00\x5f\xc4\xc2\x27\x1b\x31\x6e\xd8\xde\xa9\x69\xfc\x45\xdc\xdd\x69\x5f\x42\x29\x4e\x2a\x8d\x1e\xcd\xbf\xcd\x5e\x00\x46\x59\x6f\xc8\x56\x9b\x23\xac\xd6\x50\x5d\xd7\xa0\x4b\xcb\x0f\x7a\x7e\x01\xdc\xf3\x82\x53\x70\x60\x67\xf2\x78\xf2\x06\xac\xaa\x63\x6f\x62\x1d\xd8\x28\xde\x1e\x4f\x81\x4a\x47\x92\xc6\x04\xa1\x24\x37\xd0\xe8\x19\x58\xd6\xc8\x62\x4c\x8d\xed\x87\x12\x71\x9c\xcc\xb4\xcb\xa1\x3a\xcd\x86\xec\xc5\xbf\x9f\x7e\x86\xd9\xc6\xf7\xcd\x98\xe3\x76\xf0\xc5\x33\x3d\x84\x07\xf8\x44\x68\x6f\x8d\x6f\x6b\x27\xdc\xa3\x2a\xa3\x2e\x0a\x1e\x55\xe9\x5a\xfd\x1a\xd9\x5a\xfe\xae\x8c\x09\xf3\xad\x24\x2d\x4f\x0f\xfd\xa1\x34\x32\xc3\x11\x17\x5d\x5c\x93\xac\x87\xf3\x2e\x5a\x48\xe8\x27\x04\x67\x82\x7c\xb7\x09\x33\x99\xcf\x5c\x93\x09\x9e\xc9\x15\xd6\xc1\xb8\xda\x02\x16\xcb\xab\xe8\xf2\x42\x07\xa3\x00\xa0\x38\xb1\x18\x7f\x1d\x6a\x9e\x7e\x0d\xb9\x06\x5d\x4b\xf7\x07\x7c\x01\x85\x9c\x63\x30\x3f\xf8\x4e\xf5\xf8\xe0\x0e\x64\xb6\xca\xa8\x35\x05\x7e\xb9\x7c\xa2\x7a\x1b\x41\x2a\xa3\xab\x60\x41\x2b\x16\xff\xcd\xdf\xc6\xe2\x0a\x9e\x64\x8a\xa0\xdf\x14\x8e\x24\xb9\xe1\x56\xf2\xb2\x63\x43\x08\x36\xc9\xdd\x5e\x86\x84\x0f\x49\x54\x9b\x27\x84\x9c\xc4\x6a\x4b\x24\x12\x95\xd8\xa3\xb3\x86\xb0\x49\xf0\x91\xba\x80\xe4\x8e\x67\xc0\xf5\xc3\x6b\x62\xb5\xe1\x1b\x30\xfd\x94\x68\xf0\x3d\x78\x47\x6a\x09\xab\x3c\x48\xbe\x4a\x74\xc8\x85\x6d\xa3\xe2\xb4\x9f\x19\x2c\x56\x56\xd8\xdc\x0e\xcf\x2f\x56\x29\x57\x40\x92\x0b\x4a\x0a\x3f\x61\xea\x73\xf7\xd2\xa7\xb0\xd7\xb2\xa1\x89\x56\xf8\x90\x04\x74\xc0\x3c\x49\x2f\xa6\xda\x5d\x8e\xc0\x1f\x77\x68\x35\x4e\x98\x89\x6b\x33\x2d\x40\x9c\x45\x94\xc9\xd6\x21\x1b\x43\x6f\x11\x66\x50\x7a\xd1\x74\x68\x3c\x5a\x38\xa6\x18\x7e\x1d\x63\x19\xeb\x06\xf9\x82\xac\x8b\x9f\x61\x10\xa5\xcf\xa8\xfc\xbc\x42\x62\xe8\x2d\x7d\x3f\x44\x61\x89\x2e\xf6\xec\x9a\x63\x39\xc8\x6f\xab\x17\x84\x3e\xcd\x31\x2b\x8c\x40\xdf\x4a\xeb\x4e\x63\x45\xcb\xc4\x62\x83\x43\x70\xa4\x50\x13\xf7\xa7\x84\x77\x61\x34\x07\x18\x09\x16\xc2\x64\xbc\x8c\x5f\x0c\x60\x55\x0c\x40\x8a\x79\x9d\xf2\x60\x31\xc2\xbe\x6f\xb1\x6f\xb0\xde\x41\xaf\x11\x3b\xb8\xab\x91\xae\x10\x75\x3c\x38\x6a\x96\xcd\x41\x52\x2e\xf5\x25\x7d\x2a\xa3\x76\x21\x6a\x79\xfe\xfe\xa3\xa2\x95\xb9\x3f\x0c\x3a\x39\x73\x8f\xd9\x19\x44\x32\xdd\x9b\xee\x41\x7a\xe2\xb2\x73\x32\x80\xa6\x70\xcb\x28\x25\xa4\x79\x00\xbb\x97\x30\x6e\xd4\x27\xd4\x71\x8b\xd0\xe8\xc9\x6b\x92\x4a\x6c\x76\x8d\x57\x8d\xc1\xdd\x72\x7c\x22\xf4\x1f\x66\xda\xc1\x04\x37\x4c\x88\x70\xcb\x46\x7e\x22\x9a\x7a\x8f\x00\x57\xa8\x27\x81\x43\x50\x3a\xb5\xa5\xc4\x26\xa6\x41\xa3\xd5\x74\x16\x66\x1b\xfa\xdb\xe9\x53\xab\x9b\x77\xaa\x32\xc5\xe7\xdf\xdc\xfa\x97\xe4\xd5\x1b\x47\x2f\x16\x43\xaa\x51\x66\x0e\x0c\x1e\xcf\xb8\x08\x15\xf3\x0c\x0b\x8a\x87\x89\x3b\xd5\x39\xf3\xe2\x6e\xda\x7b\x99\xf7\x11\x9e\x5a\xe7\x6b\xa0\xf0\xe7\xe6\x17\xc5\x72\xb1\x9e\xc6\xaa\x64\x00\x5f\x63\xf4\x83\xf5\x07\x57\x93\xed\x09\x68\x4e\xe2\x97\x7b\x15\x68\x59\x63\x35\x44\x8d\x4d\xdd\x86\x1a\x67\xc4\x7a\xd5\xa5\x36\x4b\x1b\xbc\x7a\x4f\x36\x2e\xe1\x49\xed\x6d\xcd\xd8\xd9\x25\xda\x0d\x4a\xf4\xec\x58\xfb\x3d\x3a\x7f\xe6\xf2\x06\xa6\x28\xd7\x96\xf8\x29\xe8\x9a\xad\x91\x7f\x2a\x0e\x6c\xd1\xea\x10\x42\x39\x34\xf9\x69\x24\xc2\xe1\x69\xa8\xa5\x34\xce\x79\xa6\x87\x7a\x40\xe1\x5e\xd0\x0d\x21\xa2\xf9\xec\x74\x0b\x58\x7e\x4a\x7d\xb4\xbc\xc0\x2a\xac\x09\x75\xe5\x65\x6b\x35\x33\x0e\x70\x63\x3b\x72\x3a\x89\x99\x60\x7b\x16\xf8\x38\x2b\x18\xbc\x7c\x7b\xd1\x67\x64\x7b\xee\x1a\x87\x9f\xc4\x1a\xf3\x35\x26\xbf\xbb\x63\x9d\xb7\x90\x0e\x89\x15\xb2\x4c\xd9\x96\xfc\x09\x7a\x18\x1f\xa3\x75\xdf\x54\x9a\x8d\x1e\xc8\x8e\x8e\x77\x48\x4b\x48\xcf\x48\x48\x4b\x5d\x41\x6e\xfa\xa1\xab\x9a\x85\xc0\x1b\x71\x69\x0d\x1c\x51\x54\x5a\x55\xfb\x0a\x88\xaa\x81\x32\x4d\x66\x11\x35\x55\x72\xfc\xc2\x36\xe5\xb4\xed\x87\x01\xd5\x04\xf4\x46\x3a\x83\xbe\xc5\x5e\x4f\x3b\x81\x72\x32\xbe\xb4\xdd\xd8\xfe\x7e\xc7\xcf\xfe\xfd\xfa\xd2\x45\x0b\xeb\x3f\x13\x62\xf7\xa9\x46\x2d\x15\x0a\xc8\x0f\x3a\x99\x71\x34\x76\x1f\x0d\x49\x1f\x6d\x41\x11\xe5\x68\x1b\xec\x23\x51\x05\x5e\x5d\x4e\x99\x6d\xd9\x75\xd9\x6f\x8a\x86\x0a\x9c\x82\x2a\xaa\xb6\x4a\x0f\x48\x45\x9a\x2f\xd5\xf4\xa1\x6a\x26\xaa\x86\x79\x20\x21\x47\xc0\xb6\x17\x94\xee\x2b\xee\xf9\x18\xc2\x1c\x95\x10\x2a\x06\xf9\x92\xa2\x14\x57\x04\xfd\x4c\x4e\xe2\x60\x5f\xc5\x32\xfb\xea\xec\x6d\xf0\x5f\xbe\xaf\x7e\x32\x3d\x0d\x76\x56\xfe\x54\xa3\x4c\x93\x53\xd0\x4e\x0c\x13\x51\x94\x09\xf0\x49\x96\x79\x28\xe9\x61\xa3\xaf\x72\x53\xbc\x46\xf7\x99\x66\xf5\xa3\x4a\xb9\x3c\x3d\x37\x71\x94\xe0\x96\x91\xbc\x64\x02\x05\x65\xf6\x4d\xae\x15\xf6\xd6\x81\x5e\xb3\x1e\xfc\xcb\x27\xc5\x2c\x13\x92\x12\xcd\xee\xb2\x04\xb4\xa4\x2e\xfb\xa9\xc2\x6c\x72\x4e\x43\x01\x20\x93\x5c\xce\x01\x5f\x25\x93\x93\x38\x68\xab\x58\x66\x88\x28\xd7\xdc\x08\x89\x55\xb4\xb5\xe9\xce\xc3\xda\x87\x40\x02\xa7\x52\xac\xb0\xa9\xdf\x6d\x1d\x8a\x50\xbb\x3d\xbb\x21\xab\xa0\x8b\x61\xa2\x19\x81\x5f\x45\x51\xce\x0a\xca\xcf\xfb\x20\xdb\x76\x42\x20\x93\x52\xef\x58\x2a\x4c\x83\x5b\x78\xf1\xcb\x1e\x43\xba\x23\xa0\x3a\xf7\xa1\xf8\x54\x27\x2b\x3d\xf8\x70\xce\x96\x2b\x37\xdc\xa8\x9c\xdf\xc7\x10\xb6\x4d\x7e\xcc\x71\x6f\x95\xeb\x7f\xcb\xae\xcc\xae\x3c\xdb\x2c\x2a\xc4\xee\xde\x91\xa2\x71\x87\xab\x34\x9d\x66\x0c\x70\xfd\x0a\x6e\xb3\xbc\xcb\x99\xe2\x32\x6e\x3b\xcf\x5e\x68\x3a\xe9\xf8\x9a\x0a\x57\xe9\x72\x55\x23\x7b\x3e\x24\x7b\xd8\x93\x24\xa9\xd7\xbd\x47\x28\x93\x30\x87\xe0\x0a\x81\x77\x10\xa1\xc4\x50\x99\x5e\x68\x71\x0e\x4d\x8b\x01\x96\x57\x46\x36\x17\x82\x6f\x34\x3c\x75\x99\x03\x14\xc9\x2b\x1c\x17\x56\x05\x28\x51\xec\xf7\x56\xb2\xa5\xfc\x61\x5e\x3b\xb1\xba\x11\xa8\xb0\x81\x16\xab\x1f\xf8\x9b\xc5\xfb\xce\x0d\x44\xc9\x58\x25\xf7\x46\x7c\x9d\xcf\x88\x77\x3e\xd6\xd0\xe6\x92\xdf\x32\x9a\x47\xf3\x6f\x40\x1c\x3c\x5a\xbc\x31\xe8\x22\x64\x82\xfd\x30\xfc\x15\xc2\x1c\x2d\x16\x97\x84\x73\x83\x28\x64\x86\xf2\x25\x81\x9a\x4b\x78\x64\x37\x00\xa0\xfe\x95\x26\x17\xa0\xd9\xf4\xd0\xa8\x1e\xe8\xa6\x44\xb1\xdf\x5f\xc9\xa6\xb4\xd3\x3e\xad\x54\x3a\xc6\x00\x7f\xb6\x75\x3c\xf6\x58\xaf\x4f\x7c\x0e\xd1\x05\x44\x2b\x7b\xa3\xe8\x90\xb7\x93\x56\xc2\x37\x01\xc5\x50\xe3\xa8\x6a\xf0\x8c\x4b\x74\x2c\x02\x54\x61\x78\x35\xfe\x03\x38\x42\x61\x39\xe9\x0b\x54\x58\x44\x3e\x43\x1c\x68\xa3\xe0\xf3\x66\x11\x22\xa8\xfc\xca\x4f\x68\x06\xd8\x8b\x56\x0a\x47\x24\x14\xd5\xaa\x24\x3d\x02\x8d\x6d\xe5\xd3\x80\x41\xe5\x28\x05\xec\x17\x57\x0a\x03\xde\x22\x7b\xf7\x84\x62\x57\xe0\x7f\x37\x70\x59\x24\xa8\xe5\xa2\x68\x51\x3d\xd8\x60\xd8\xae\xe8\x09\x20\x55\x9f\x50\xf0\x15\x16\x98\x49\x28\xe2\x83\xb8\x04\x3b\x17\xde\x03\x12\xec\x90\xc5\x1f\x01\x7a\xdd\x98\xb2\x3d\xc8\x9c\x4c\x59\x05\x18\xfc\x8f\xef\x5f\x5d\x26\xf8\x04\x93\xda\xff\x06\xc6\x83\x68\x1b\x37\xc3\x9a\xa0\x55\x26\xfd\x09\xee\x98\x80\xa9\x12\x12\x0c\x0b\x44\x13\xd1\xc1\x7b\x0f\x52\xfd\x50\xdb\x5b\x59\x05\x0c\xc8\xaf\x4f\x2a\xaa\x19\x61\x5e\xcb\x55\x1d\x33\xd0\xbc\xd9\x4f\x7d\xf7\xa0\xcf\x47\x27\x3b\x78\x60\x77\xaa\x3e\x74\xeb\x42\x0f\xd3\x9f\x77\x5a\x43\xcf\xfd\xc4\xdb\xa0\x00\xc2\x82\xbd\x55\x19\xf2\x5a\x0d\xdd\x72\x08\x8e\x10\xfb\xd7\xff\x89\x81\x8a\x3b\x98\xb4\x41\xba\xe1\x0c\xa7\xde\x61\xf3\x71\x59\xd3\xc3\xf8\x17\xb8\xc7\x33\x8f\x88\x86\xb8\x95\x4c\x5e\x4c\xcc\x4e\x6f\xe1\x7f\xe8\xb9\xcd\xbf\xb5\xfe\x28\xc6\x27\x6a\x7d\xac\x80\xd5\xda\xf2\x20\x23\x10\xb3\x04\x9d\x5c\x82\x87\x4d\x24\x4e\x5f\x87\xed\x74\xd1\x4f\x7d\x07\xbe\x96\x5e\x9f\xac\x84\x9a\x45\x5d\x9e\x50\x85\xe2\xdd\xb6\x26\x18\xc1\x3c\xc6\x1c\x93\x10\xc8\x0d\xe5\xb9\xc9\x43\x56\x02\x97\xe3\x8c\x01\xea\x29\x61\x65\xe6\x00\x3b\x44\xb0\x99\xcd\x21\xb1\x12\x45\x67\x9f\x10\x5b\x09\x17\x00\x91\x3a\xba\xf6\x25\xf8\x7a\x8d\x5f\x43\x10\xfc\x45\x75\x7e\x1d\x11\xa9\x51\xf5\xa0\xc2\x19\x33\x5e\x56\x57\x60\x8a\x5e\x2a\x77\xcb\x92\xc3\x85\x97\x0e\xa6\x0a\xe0\xba\x4b\x95\x92\x66\x08\xa5\xd9\x11\xfe\x65\x44\xdd\xfc\x66\x2f\x7a\xd2\xbf\x34\x41\x7b\x6d\x4c\x5d\xc9\x05\x73\x31\x0c\x43\xb1\x8f\x71\x05\xc4\x23\xa3\x1d\xaf\x03\xe9\xcf\x64\x44\xce\x40\xdb\x0b\x1f\x01\xfe\x08\x74\xe9\x16\x70\x0f\xbc\x5c\x9b\x37\xfc\x14\xea\x53\x63\xd5\x81\x84\x6b\x54\x3d\xa8\xf3\x82\x0f\x55\x94\x54\xed\xa1\x5e\x95\x85\x14\x59\x63\x3e\x16\xb3\x65\xbb\xa0\xe7\x8a\x87\x53\x2c\x70\x85\x05\x7e\xf1\x64\x82\x72\x5a\xb0\x4f\x25\x21\x22\xed\xb5\x8b\x3e\xc1\x25\x69\xdb\xf2\x37\xaa\x2a\xab\xc7\x10\x84\xb8\x92\x4a\x96\x2c\x80\x39\xc6\x7b\x61\xaf\x01\x9c\xa9\xc7\x30\x73\x98\x5a\xda\x08\xe8\x0c\x11\x99\xe7\xc5\x36\x04\xa6\xd4\xa8\x8e\x0c\x83\xd6\xab\xe5\x06\x47\x40\xcf\x2a\x7f\x77\xce\x42\x71\xe5\x81\x35\xb6\x88\xa1\x62\xa7\x92\x0f\x18\xdb\x02\x93\x2c\x25\xcc\x8b\x5c\x64\xb2\x39\x3e\x26\xfd\x55\x78\x25\xf1\x7b\x9c\x91\x87\x23\x01\x96\x10\x6f\xd3\x48\xc8\x8c\xa7\x9a\x32\x23\xde\x44\x35\xca\x65\x21\x4e\x22\x78\x88\x1f\x91\x9b\xb1\x4a\x68\x1b\xf4\x9d\xb8\x7b\x30\x47\x44\x5a\xa2\x3a\x53\x31\xaa\x2a\x65\x8a\x51\x9f\x11\x5b\xa3\xba\xf6\x94\x49\xb6\x92\x7e\x54\x8a\xf5\xbf\xb2\xf3\xc7\xcd\xac\xb2\xc5\x7e\xcd\xbb\x50\xad\xfc\x8d\xd2\x76\xd4\x7c\x26\x5b\x46\x09\xfa\x6e\x52\x62\xf4\x6d\x6c\x5a\xb8\x9d\xe7\x07\xc2\x4e\x04\xd8\x09\x4d\x82\x84\x96\x98\x0a\xe3\x57\x83\xf4\x95\x2f\x21\xca\xfd\xea\x04\xd8\xd1\x3e\x81\x36\xd8\x6f\x58\xdf\x30\x79\xb8\x2b\x4e\x2b\x2a\x13\xf4\x17\x3f\x1f\x23\xcc\x9a\x28\x05\xca\x10\xa6\x17\x60\x7a\x51\x32\xb3\xd6\x4b\xcf\x54\x4e\xb7\x74\xc4\x90\x5a\x50\x3f\xd8\x46\xff\x36\xd7\xad\x6d\x1a\xe2\x97\x94\x56\xd0\x0f\x9d\x8f\x9e\x4d\x98\x46\xbe\x08\x62\xf0\x33\xc3\x8d\xfb\x05\x39\x3f\x22\xd4\x78\xff\x33\x0f\x22\xb8\x7a\x28\xa9\xab\x60\x03\x5d\x05\x44\x3e\x61\x3e\x3a\xfb\x93\x88\x44\x39\x8f\x02\x44\x0d\x75\xcf\xff\x16\x64\x90\xb3\x3e\xf4\x14\x54\xaf\xa9\x96\xbc\xcf\xd4\x6b\x3a\x92\x09\x30\x07\x33\x4a\x66\xab\x3c\xc9\xbc\x97\x9c\x6b\xbb\x3c\x7f\xef\x47\x56\xe9\x14\xe4\xfe\x76\x82\x53\xd3\x43\xa6\x93\x88\x84\xdc\x35\x60\xd0\xff\x49\xd4\x55\xbc\xa4\xf7\x25\x9f\x2e\x8a\xb4\xdb\x88\x3d\x94\x3d\xda\xe9\xc4\x60\x9b\xbd\xc9\xfe\xa2\x3c\x33\x3b\xd6\x66\x89\x8f\xc0\x11\x67\x43\x43\x3d\x10\xe8\x70\x54\x65\xeb\x90\xb6\xf0\x7a\x0a\xe2\xd5\x5a\x0c\x63\x66\x23\x3a\xf0\x26\xef\xb3\x2a\xba\x98\xe5\xd4\xb3\x8d\x31\x8c\x24\xe4\x6e\x41\xef\x7e\x48\x72\x5a\x8b\xbd\xc9\x9d\xf0\x77\xc6\xf3\x76\x78\xb8\x46\xcb\x2d\xb0\x81\x8f\x61\x66\x26\x56\xc4\xed\x5a\xf8\x36\x95\xd1\xf1\x82\x67\x02\xb7\x9b\x8d\xb1\xe5\x39\x7f\xb2\x85\xb7\xb6\xb4\xc0\x94\x69\x95\x64\xd8\x83\x46\x53\x1f\xce\x71\x51\x23\xb3\x28\x84\x8d\xac\x93\xcd\x3f\xd6\x2e\x9d\x65\x4f\x12\xdb\x17\xcb\x92\x90\x0f\x6c\x05\x6e\x9f\x13\xef\x82\x9c\x82\xd3\xb3\xdb\x21\xb7\xee\x05\x04\x9a\xec\x63\xef\x1e\x87\xbe\xdf\xbc\x76\x9d\x3e\x84\x34\xdb\x77\xe7\xbd\x87\x60\xd3\x4b\xb4\xa5\x63\x7f\x66\x14\xd5\xce\xba\x2d\xbc\x87\x2f\xcf\x8c\xc7\x9d\x45\x24\xc0\x88\xd3\x9c\x41\xdc\x5b\xdf\x4e\x3d\x4f\x86\xac\xf7\x4b\x9c\x51\x41\xc6\xa0\x9a\x8b\x4e\x85\x66\x1c\x89\xb2\xd7\xbe\x61\x31\xc1\xf2\xd2\x8a\xdf\x75\x1e\x64\xea\x56\x1e\x68\x0c\xda\x0d\x3a\x8d\xfe\x0d\x3a\x8d\xc7\x66\x76\x42\xa3\x58\x1f\x39\xf5\xee\x25\xdd\xff\xe9\xea\xb1\x43\xba\x70\xc1\x25\x7c\xd5\x83\xc5\xd8\x4e\xaa\xed\x84\x54\x6e\x86\xcf\x91\x13\x88\x32\x70\x08\x93\x11\x2f\xd3\xb9\xe9\x5a\x28\x5f\xa7\xc9\x64\xa6\xa9\x76\x43\xfd\xb2\x3a\x55\x6b\x52\xe3\x83\xf8\xba\xde\x94\xf6\x27\xee\x02\xe3\x0b\x06\x38\x6c\x93\xd9\x98\xc9\x1b\xb6\x24\x17\x27\x47\x19\xd0\x76\xa0\x93\xdf\x5d\x88\x66\xec\xfd\x70\x19\x88\x53\xb6\x6c\x6a\x10\xcc\x0d\x30\x33\x88\xdb\x73\x00\x8d\x1a\x1d\xee\x52\xee\x0e\x99\x46\x3f\x21\x63\x63\xf4\x92\x3a\x0e\x05\x19\x34\xab\xb3\xae\xc8\x1c\xaa\x7a\x87\x59\xa9\x05\x2b\x65\xba\xdd\xd4\x9d\x52\xf8\x63\x7e\xd7\x98\xa4\x20\xa3\x5e\x61\xde\xae\xe0\x24\x81\xb6\x6e\x52\x7e\xc2\xf3\xda\x5e\x4e\x5d\x05\x2f\xe6\x54\xa2\xeb\x0c\xb9\xe5\x8f\xb5\x24\x40\x54\xe2\x1e\xb8\x1f\x02\xcf\x32\xe2\x03\x1d\x60\x7e\x45\x8c\x51\x44\xd8\x34\xb9\x95\x83\xb0\xca\x47\x7a\xcf\xf9\x64\x75\x12\xd1\x27\x3f\xb0\xa3\xc9\xf3\x5b\x01\xd5\xed\xa8\x90\x2f\x4b\xc9\x32\xd3\x6d\x92\xbe\x16\x5e\x68\x3a\x2b\x99\xe8\xe1\x67\xa5\x21\xa1\x67\x15\x6d\xf7\xef\x91\x83\xe6\xa0\xb3\x98\xd8\x33\xc9\x58\x77\xac\x84\x26\x6f\x94\x97\x94\x74\x1a\x81\xce\xb7\x46\xb1\x19\xdc\x12\x55\xa0\x2f\x04\xdd\xca\xb0\xb6\x8d\x81\xd7\x15\xda\x78\xa2\xe1\xc4\xea\xd6\x80\x7c\x78\x04\x79\x8a\x03\xb4\x2a\x4c\x5e\xe7\x40\xaf\xca\x09\xaa\xf3\xdf\x7f\x3a\xa1\xd8\x21\x80\x1e\xca\x33\x39\x78\x50\x9b\xdf\x63\xa7\xfe\xe0\x7b\xcc\x7d\xa7\x12\xa1\x09\x9f\xbf\x6e\xa9\x02\xff\xec\x94\xbd\xbe\xf2\x85\xeb\x22\xfc\xf8\x79\x6a\xa4\x7b\x02\xb9\x79\xee\xf1\x16\x87\x28\xf2\x2d\xe1\xbd\xc2\xe6\x84\x64\x41\xd4\x54\xb2\xc2\x39\x20\x9f\xb7\x61\x20\x88\xd0\x2d\x7f\x67\xd5\x04\x4f\x6c\x22\xb9\x8f\x02\x91\xe4\x04\x0e\xf7\xc5\x06\x4a\x11\x3b\x7a\xa5\x59\x43\x1c\xfb\xfc\xa5\xbe\x75\x1c\xf1\xdd\xf4\x33\x4f\x80\x23\xb0\x32\xc6\x6f\x8c\x2b\x24\xe5\x69\xe0\x05\x4e\x72\x48\x6b\x28\x0b\x4d\xd4\x79\x21\x7c\x9a\xbc\x69\x38\x1c\xb9\x4a\x54\x92\x5f\x8f\x01\xe1\xf6\x04\xaf\xc4\xd1\xb0\x8f\xf1\xf3\x09\xab\x04\x51\x36\xb7\xdc\xe8\x07\xf4\x60\xc6\x2a\x2e\x25\x69\xc0\xbb\xd1\x57\x2b\x19\xe0\x69\xde\xb6\xb8\x01\x44\x51\xd2\xd8\xd9\x56\xca\x29\xf3\xec\x57\x57\x06\xbc\x75\x50\xe7\x07\x47\x61\xf4\xb0\xfe\x15\x93\xf8\x50\xcc\x8b\xb6\xbf\xc9\x30\xc2\xa3\xbc\x9f\x89\x47\xd8\xda\xb8\xa8\x14\x63\x74\xbe\x4f\x74\xca\x2a\x62\xcb\x9c\x25\x0d\x04\xd3\x52\xbd\x9c\x66\x09\xbd\xf9\xd0\x3f\xa7\x14\x68\x61\x57\x2a\x4e\x86\x47\x20\xd7\x1a\x40\xb8\x3f\xb0\xef\x3d\x28\xbe\xef\x90\xe0\x61\x4f\xc9\xdb\x90\xed\xf1\x14\x2d\x7b\xd8\x1d\x4a\x2d\xfb\xcd\x95\xba\x70\x0e\x8c\xca\x41\x52\x8a\x11\x9a\x6f\xdb\xae\x08\x84\x98\x58\x33\xaf\xcc\x06\x3f\x9b\x2c\xaf\xb8\x01\x9c\x36\xed\x54\x6a\x03\xd8\xbc\x6f\x15\x79\x50\x74\xb8\x48\x65\x26\xa0\xe7\xf4\xac\x72\x19\x50\x36\xa8\xa9\x0a\x84\xce\xca\xdb\xd7\xe7\x83\x5e\x08\x9e\xb6\x64\xb3\xcd\x60\x29\xa3\x4a\x88\x05\x54\xee\x24\x09\x7f\x1d\x13\x3f\xd5\x4f\x2c\xc0\xea\x4c\x8d\x4b\xc4\x21\x6b\x63\x2b\xb1\x8c\xfb\x3f\x32\xa9\x58\x8e\xdd\xb6\x92\x50\x8c\xca\xe6\x87\xba\x4c\xa4\xf8\xba\x61\xef\x35\xe8\xf4\x52\xc9\xb0\x17\xa0\x38\xb1\x3b\x54\x06\x33\x6d\x8a\x1b\xc1\x43\x1b\x73\xf2\x47\xf8\x20\x7f\x43\x4c\x86\x90\x90\xbf\x0e\xd2\x43\xc2\x60\x9c\x2e\xfd\x40\x32\x2b\xa7\x84\xd5\x98\x3e\xe3\x1e\x91\x6b\x9a\x13\xcd\x84\xcf\x9f\xe1\xc0\x8d\xe3\x3d\x67\x7a\x08\x8b\x78\xcb\x19\x0e\xea\x3a\xf1\x7d\xee\x28\xf6\x68\x77\xbe\x78\x15\xcb\xbe\xdd\x56\x9f\x8d\x9e\xda\xf4\x1f\x9c\x81\xcd\x6f\x59\x8e\x4d\x01\xa7\xab\xcb\x33\x5e\xf0\xed\x69\xc4\x6c\x1e\x1c\xda\x3d\x3e\x3b\x04\x43\x96\xd5\xcd\xc8\x41\x23\xa3\xf9\xa7\xbe\x40\x31\xee\x4f\xa7\xa1\x50\x6b\x53\xd4\xf4\x09\x00\x52\x75\x9e\x4d\x07\x4d\xf2\x28\xcd\x11\x31\x5f\x89\x3d\x73\xaa\xf8\x48\x22\xcb\x9c\x35\x11\x4f\xe8\x9a\xf3\x24\xc9\x12\x3c\x80\xa9\xfa\xaa\xce\x57\x08\xae\x3a\x93\x26\x4f\x84\x4a\xed\x44\x83\x0d\x92\x56\x3b\x5d\xab\x83\x89\xae\x44\x14\x4d\xa1\x2b\x2b\x47\x72\x62\x70\x13\x15\x8f\xd2\x95\x71\x5f\xca\x9f\xa4\xec\x11\x38\x2a\xdc\xa2\x66\x88\x8d\x15\xe8\x20\x0a\x21\x2c\xff\x8f\x4b\x17\x96\xb9\x8c\xce\xc2\x19\x13\x52\x1a\x69\xb2\xc0\x8c\xcc\xf1\x40\x77\x82\xcf\x4b\x64\x10\x67\x08\x5c\xf5\x3e\xa2\x1c\xdd\xd4\xe1\x86\xc4\x42\xb2\xea\x9d\x47\x9f\x03\x94\x3a\x97\xae\x2e\xf8\x7a\xcd\xe3\xc6\xdb\xf0\x77\xd5\x19\xb5\x9f\x50\xce\x95\x49\xa5\x21\x98\xa6\xd2\xd7\x79\x44\x74\x69\x99\x5a\xda\x09\xce\xaf\x58\x21\xb1\x90\x90\x94\x15\xe7\x5f\x4d\x58\xce\xaa\x70\x7b\x8c\xf9\x9a\xdc\x6c\xe5\x87\x1e\x2f\xf8\x62\x3c\xc1\xe2\x97\xcb\x21\x92\x0e\xd9\x4d\xdf\xc6\x7c\x05\xdd\xcb\x88\x04\xff\x81\x0f\x14\x25\x40\xda\xd1\x76\x15\x17\x21\xbf\x21\xf7\xeb\x2c\xc6\x6f\x81\x37\x6a\x5b\x46\x6c\xc0\xff\xd5\x2c\xf6\xe2\xa0\x7e\x55\xad\x0d\x9a\x08\x8e\xb2\x9f\x15\xdd\x98\x9b\xc5\xcd\xb9\x05\x98\xde\xfc\x77\x69\x08\xbc\x46\xb6\x4a\xd4\x1a\x51\x27\x61\xde\x2b\x95\x70\x29\xc9\xc9\xee\x04\x3d\x1a\x3f\x68\x6c\x85\x78\x19\xdb\x2b\xbf\x85\x00\xe2\x06\xd8\xc5\xe1\xf9\x31\xc7\x48\x21\xf8\xed\x64\x45\xb6\x0c\x64\x58\xea\x77\x66\x7f\xcc\x50\xfe\x06\x4b\x33\x53\x5f\x5d\xf3\x46\x36\x7d\x7c\x23\x6a\x6d\x1e\x64\x5d\x65\x3a\x98\xc2\xf6\xbd\xfc\x5d\xe7\x65\x48\x56\x71\x7c\x55\x28\xca\x2c\x27\x3a\x47\x14\x97\x95\xc4\x14\xeb\x85\x5f\x8c\xda\xf6\xfd\x41\x7c\x19\x01\x76\x5a\x25\xd4\x47\x90\xcc\x8f\xf0\x7a\xc1\xdf\x54\x85\x11\x9f\x82\x8c\x85\xaa\x50\x15\x21\xda\x38\x2f\xcc\x7a\x14\x09\x10\xc7\xcd\xc6\x70\xb3\x01\x38\xd3\xf8\x3b\xf7\x2f\x4b\xdf\xc8\x7a\x7f\x7f\x8e\xc5\xa7\x22\x70\xa3\x8d\x51\xbd\xea\xd7\x5a\xee\xfd\x1b\x15\x39\xf3\xaa\x0c\xe0\xa2\x94\x9e\x05\x56\xb5\x2c\x78\x95\x0d\xa0\x1a\x57\x93\x72\x1f\xfb\x35\x0a\x1d\xf6\x83\xdc\x11\xfe\xc0\x7b\x83\xc6\x16\x6c\x62\x07\xa2\x1d\x04\xdc\xd6\xdb\xa4\xd2\xfb\x3e\x94\xfe\x42\x32\xf1\x86\x71\x4e\x53\xf4\x3d\x51\x80\x3a\xd7\xcf\xc0\x19\x70\xb0\x64\x70\xd4\x0a\xa3\x98\xf6\x9b\x34\x13\xa6\x16\x07\xe1\xa2\x39\x16\x34\xb3\x7f\xde\xde\x96\x29\x83\x67\x61\xf6\x7a\xd3\xfd\x98\xfc\x0f\xf3\xd3\x0c\x84\xf4\x37\xbd\x4e\xcc\x16\xf1\xb7\xca\x8c\xd1\x3f\x22\x6c\x93\x3f\x53\xa4\x83\xf9\x43\xd6\xb8\x60\x7e\x77\xdd\x9e\xf3\x42\xbd\xc8\x16\x46\x7c\x24\xb7\x53\xf5\x2a\x3e\xbc\xcb\xd8\x43\x0e\x41\x92\xeb\x75\x8a\x94\xd8\x35\x17\x5b\x08\x4d\xbe\xd7\x5f\x9c\xad\x5c\x3f\x27\x6c\x91\xc5\xc3\x69\x37\x6d\x8a\xd5\xcb\x2d\x29\x4f\x16\x74\x91\xd9\x39\x25\x7b\x97\x9f\x21\x2a\x9d\x65\x73\x97\xee\x38\xed\xea\xe2\xc4\x2d\xee\xd8\xdd\xde\xab\x48\xa1\x90\x4f\x25\xbc\x94\xcb\x7e\x01\x49\x71\x3c\xf1\x9e\x37\x02\xb7\x04\x1d\x5c\x38\x1c\xcf\x1e\x3e\x70\xb0\x37\x06\x89\xbd\xb2\x3d\x51\xa2\x4a\xac\xdb\x0e\x0b\x61\xe5\x74\x1d\x30\x24\x2f\x65\x1e\xa7\xf7\x90\x73\x83\x7b\x3e\x07\x20\xb8\x8d\x42\x78\x0e\x5b\x97\xcf\x87\x34\x69\xb0\x62\x68\x6c\x2e\x2b\x44\x86\x11\x08\xfd\x79\x14\xc0\xe8\x12\x8d\xd8\xad\xb8\xf3\x34\x5a\x72\x0d\x60\x2e\x0d\xa6\x7b\xdc\x40\xc0\x7a\xbd\x28\x1d\xe4\x99\x74\x81\x27\x4e\x88\xbc\xb2\xcb\x09\xa8\x90\x9a\xb7\x2a\x72\xc0\x2b\xdc\xb4\xc0\x19\x78\xab\x5e\x36\xaf\x57\x40\x69\xca\x58\xf2\x3d\x60\xd6\xf5\xb4\xf1\xa3\xc0\x8d\xc0\xf6\x4b\x40\x87\x8d\x9b\xa7\x1d\x48\xcc\x93\x23\xc4\x03\xf4\x2c\x6c\x28\x41\x0d\x1c\x94\xfc\x3a\xef\x06\x80\x05\x3d\x75\x97\x3a\x92\x66\x6e\xf3\x66\x3c\xac\xbd\x35\xef\x3b\xbb\x5f\x8e\x4c\x74\x47\x0f\x58\xf2\xdc\xb2\x97\x28\x5d\x10\xbf\x68\x51\x97\x90\xaa\x48\x34\x71\xf4\x6f\xd7\xf8\x6c\x74\xd9\xbe\x53\x9f\x6c\x80\x32\x50\x36\xae\x37\x9c\x54\x98\x37\x0f\x34\xc9\x11\xce\xb1\xd6\xb7\x60\xa3\x31\xda\xab\xd8\x10\x10\x0e\xee\xb5\x2e\x2f\xc1\x98\x90\xb9\x40\x7d\x48\x4f\x42\x6f\x74\x2e\xe4\x43\x6e\x52\x26\x0e\x7e\x0d\xbe\x6c\x5a\x75\xb8\x05\x1f\xb3\x34\x3e\x74\x00\x07\xda\x4d\x1c\x35\x73\x68\x5b\xe2\x86\x59\x25\x7e\x19\xd5\x97\x76\xa9\x23\xf4\x1e\x24\xde\x36\x68\xd0\xae\xf1\xff\x6a\xfe\x50\xf3\xc0\xc1\xd2\x06\xaa\x29\x6e\x30\xe4\x10\xa1\x19\xae\xf0\xd1\xc5\x49\x67\x53\xc4\xda\xe3\xa1\xc1\x31\x7b\xbb\xf7\x43\x53\x31\x94\x67\xb0\xa8\xdd\x05\xa8\x72\xc2\x86\x97\x04\x50\x9c\xfd\x32\x38\x17\x48\x28\xff\x93\x08\x85\x7f\x26\x0f\x70\x70\xaf\x8a\x93\x2f\xf3\x71\xad\x4f\x51\x2f\x69\xd3\xce\xa8\xe2\xc6\x9a\x05\x63\x1c\xda\x2f\xd4\x58\xca\x50\xe6\x73\x2a\xb2\x49\x70\xfb\x32\xe5\x5b\x41\x10\xe7\x21\xc5\xef\xce\xed\x1e\xc2\x0a\x66\x46\x5a\x3e\x29\xf2\x46\x8a\x5f\x03\x1c\x95\x18\x45\xda\x83\xe7\xd5\xee\x72\x44\x87\x9d\x6b\xed\xa3\xe6\xe2\x08\xc6\x12\x80\x55\x76\x84\x93\x10\x42\xb3\xcc\xcc\xab\x16\x8e\x68\x08\x0f\x19\x82\x0f\x91\xd7\x39\x30\xab\x72\xe4\x15\x0e\x8e\xd5\x50\xd9\x6f\x62\xe7\x6f\xcf\x0d\x6e\x8a\xb7\xce\xde\x76\x60\x92\xfc\x5d\x79\xe2\xc1\x22\x15\x97\x76\xc3\x47\x4e\xb2\x3e\x8c\x16\x80\x91\xf0\x76\x1b\x0a\x29\x10\x8b\x31\xf9\x18\x7e\x26\x4a\xa7\xc2\x1b\x7d\xe5\xe1\xdb\x87\xd5\x71\x20\xf1\x9b\x1c\xcc\x09\x2b\x52\x08\xe4\x4a\xe6\x05\x75\x38\x2c\xb4\x24\xd9\xa4\x16\xc1\xd5\xa0\xeb\xc8\x00\x98\x34\x27\x7b\x06\x02\x75\x94\x68\x76\xce\x95\x1a\x4a\x27\x3b\xff\xca\x94\xc5\x53\xf6\x9a\xaf\x82\x5e\x9b\xdc\x76\x6b\xf4\x21\xdf\x04\x2c\x5a\xd2\x23\xd4\x84\x9e\xe6\x05\x45\x45\x0b\xa9\xc7\x52\xe3\xdc\x05\x98\xbd\xcb\x12\x53\x79\x7d\x2c\x5d\x92\x77\xb9\x27\x34\x0c\xd3\xee\x71\x4a\x88\x73\x66\x84\x70\x70\x70\x44\x67\x73\x72\x0b\x20\x69\xc5\xc2\x0f\x03\xc1\xfe\xf5\x33\xaa\xbe\xd0\xbf\xcd\x76\x7a\x43\x00\x77\x57\xa3\x75\x05\xc4\xed\x7f\x4a\xba\xf4\x13\xbe\xbf\x50\x0c\x2e\xc2\xef\x9f\x02\xa9\xad\x38\x86\x7d\x8d\xec\xd7\xe4\xe0\xe1\xa8\xec\x56\x6a\x52\x6d\x47\x4e\x38\x35\x2a\xe3\x66\x9e\x11\x39\x38\x58\x3a\xbf\x92\xc4\x6c\x2f\x55\x78\x9d\x70\x4d\x97\xbb\x08\x89\xe5\x95\x16\x29\x19\x41\x9e\x72\xcf\x54\x7a\xc2\xe4\x10\x2a\x6d\x74\x44\x2a\xa0\xdf\x7f\x26\x94\x00\xd9\x1c\x7b\xa7\x88\x85\xdd\x9f\xd4\xd6\x0f\x81\x3d\xa1\x74\xb2\x33\xad\x74\xc5\x2a\xe1\x76\x8f\x86\xb2\xd8\x70\x2b\xfb\xbb\x95\xf4\xd8\x6b\x5b\xab\x2d\x64\xc8\xe6\xf2\x7c\x93\x2e\x40\xeb\x15\x6b\xa8\x04\x9a\x4a\x1c\x1a\x76\x20\x6f\x62\x80\x86\x37\x00\xdc\x6d\xac\x11\x03\x7c\x36\x71\x68\xd6\x80\x18\x2b\xb9\xb6\x04\x83\x34\x84\x7e\xf4\xfe\x66\x9c\xc4\x46\x4c\x98\xa2\x4b\x30\xdd\x53\x1f\x08\x4d\xd8\x89\xe9\x5f\xa4\x29\x1c\xcf\x0c\x45\x2e\x1c\xd5\x1e\xdf\x8f\x2b\x3f\x9c\xcc\x13\xc4\x5f\xdf\x37\xad\x54\xc4\x99\xef\x44\xb6\xa8\xa3\xdf\x6c\x9d\x0e\x19\x00\xf4\x1b\xb9\x93\x83\xc0\xcc\xac\xec\x24\x1a\x56\xda\x21\x33\xb1\x04\x5d\xc9\x67\x1d\xff\x05\xe5\x0c\x93\x1d\xfb\x00\xf9\xee\xe4\x3e\x8e\x04\x7d\xd2\x07\x26\x02\x40\xa1\x32\xdb\x53\xc7\xac\x73\x94\xa2\x59\x2f\xfc\x10\xb1\x79\xf6\x05\x61\x86\xa0\x39\x07\x26\x45\x11\x6e\xcf\x09\x92\x4b\xf1\x87\x45\xc2\x78\xce\xbd\x83\x8a\x66\xdc\xe6\x2e\x6b\x63\x17\x36\x64\xbb\x70\x64\x14\xa9\xbd\x2b\x3e\xff\x04\x06\xdb\x7c\xb1\x70\x11\xa1\x3e\x97\xb9\xf0\x1e\x1e\xfd\x18\xbd\x30\x0b\x90\xca\x22\xe7\xbb\xa0\xed\x31\x67\x73\x6a\x80\x85\x67\xd7\x1c\x0e\xd6\x65\xce\x32\x57\x0d\xa7\xa9\xd3\x2d\xc0\xa0\xf7\xf9\x4c\xe7\x75\x71\x0c\xa4\xd4\x79\x41\x82\x19\x71\x70\x1e\x43\xdc\x23\x0a\xcf\x33\x91\x4e\x08\x67\x30\xf5\x46\xd1\x9e\xeb\x88\xb4\x06\xe9\x16\x07\x44\x4f\xfd\x87\xa6\x4a\x64\x55\xa3\x57\xfd\x3a\xea\x66\xcb\x64\x4d\x19\xda\xad\x26\x2b\x5f\x02\x7f\xb9\x6a\x2e\xd3\x16\xcf\x59\x65\x96\xf6\x89\xe0\x5b\x25\x18\x83\x27\xae\x54\x06\x07\xdf\x20\xda\x56\x64\x78\x8e\x62\x43\x2a\x00\xcb\x12\x4c\x73\xb9\xab\x49\x27\x9b\x4f\x25\x08\x47\x81\x97\xb6\xca\x60\x62\x31\x97\xfb\x3f\x61\x7e\xe1\x88\xc3\x18\x8c\x3d\xd4\xb8\x51\x62\xfc\x15\x70\xd6\x10\xd8\xab\x80\x50\xad\x17\x6c\xae\x40\x04\xd6\x25\x37\xde\x44\xce\xd5\x7b\xd7\xf8\x63\xb4\x2a\x63\x0b\x2b\xd0\x96\x95\x63\x59\x3c\xb8\xe3\xf2\xe8\x54\x26\xbc\x57\xf9\x40\x34\x96\xf8\xa2\xcc\xdb\xbf\x83\x60\x57\x10\xef\xe4\x8e\x89\x28\xf1\x35\x9d\x61\xf6\x2f\xa4\x7f\x68\xc4\x42\xce\x1d\x45\xa6\x00\xfc\x25\x75\xb0\x7a\x54\x53\xbd\x2a\xac\x0b\xdb\xd6\x6e\x06\x57\x63\xe1\xeb\x7c\xbe\x05\x83\xec\x34\x30\x8d\xdf\x85\xde\xae\x2f\xed\x0f\x06\xd2\xea\xae\xb7\xf0\xc2\xff\x54\x47\xd4\xfa\xa3\xbd\x2a\x84\x8b\xe0\x18\x97\x12\xd6\x2c\x1a\xa6\x22\xdf\x3b\x0e\x45\xfc\x92\xb2\xec\xaf\x4d\x06\x12\x4b\x9d\x5f\x11\x0a\x63\x3f\x9a\xae\x21\xbc\x53\xf8\x14\xe7\x01\x91\xc4\x08\x0e\x75\xe8\x69\x1a\x04\x41\x07\xbc\xc9\x4c\x60\xcd\x45\x3f\x2e\xc2\xb2\x15\xe1\x2b\xaa\x2e\x82\x6d\x59\x54\x1a\x6f\x6f\xcb\x31\x9e\xb6\xf2\x6d\x1c\x81\x0f\x6b\x77\x46\xed\xc1\x6d\x35\x36\x8f\x71\x90\xbc\x8a\x97\x0d\x3f\x91\x35\x85\x07\x85\xbb\xd8\x96\x0c\x95\x04\x22\x71\x2d\xf5\x7e\x38\x0f\x55\x2f\x69\xcf\x87\x99\xda\x17\xff\xd2\xd6\x9c\xb2\x19\x33\xa8\x53\x81\x7b\x11\xb5\x26\x8e\x46\x72\x46\x3c\x25\x30\x60\xfe\xc6\x4c\x41\xd8\xb1\x3c\xf1\x23\xf7\xfe\x88\x5f\xcf\x9a\xb9\x6f\xa3\x55\x56\xea\xc4\xe0\xce\x76\xa5\x46\x64\xbb\x9b\x39\xa6\x4e\x78\x53\xeb\xbe\x66\xdd\xf6\x9a\x06\x93\x5c\xc5\x93\xa1\x61\x40\x3e\x07\x5a\xbb\x8b\x79\x9d\x21\x9e\x27\x4a\xac\x48\xb1\x48\xd4\xe1\x78\x14\x7f\x3d\x78\x86\x5b\x2a\xaa\xdf\x0d\xc9\x9d\x13\x7e\x6a\x96\xc0\xf5\x39\x54\x41\x79\x83\x23\x26\x98\x49\x60\x89\xe7\x5e\xb0\x08\x66\x58\x20\x27\x2c\x90\x55\x4c\xfa\x4d\x12\x3b\xe3\xb0\xee\x5e\xa6\x3a\x93\xa7\xe3\xe5\x32\x3d\xe6\x28\xd6\x8e\x22\xdb\xdd\x87\xcc\xc6\xa5\x8f\xb6\x52\x19\xf7\x4b\xd7\x56\xd7\xee\x95\x17\xfa\x4e\x18\xc2\xa3\xd3\x45\x1a\x4e\x88\xe2\x89\x88\x3c\x59\xce\xb9\xe8\xf8\x98\xdf\x7c\x0e\x61\x8e\x7e\xeb\x82\x42\x81\x1d\xf6\x47\x0f\x3a\xfc\x36\xf4\xef\x88\xdc\xf4\x19\x96\x66\x7d\x74\xc3\x17\xc7\x9d\x26\x9d\xe4\x37\x80\x9a\x56\xb6\x08\x0e\x60\x7b\x64\x4c\x88\xee\x66\x61\x71\xe1\xca\xb6\x06\xef\xfa\xec\x15\xa9\x82\xdf\xb2\x01\x19\xf1\x07\x3a\x2c\x2c\xd9\x23\x7b\x18\x46\xce\x9c\xfb\x4f\x02\x18\x60\x69\xdf\xc6\x33\xb0\x51\x71\xd7\x1b\x7e\x72\x29\x87\x3d\xcb\x51\x16\x7c\x11\x58\x1a\x15\x2d\xb6\xe0\xf3\xc6\x2b\x57\x2a\xdf\xd3\xc8\xfa\x96\x9c\xb1\xfb\x45\xad\xa7\x8a\xdb\x6e\x66\x12\xe5\xea\x93\x1e\x7f\xb9\xcb\x75\x66\xbc\xf3\x31\x8a\xc6\x2d\x01\xed\x20\x41\xc7\xd0\x58\x26\xb6\x01\x7f\xfb\xac\x00\x70\x60\x78\x59\x5e\x37\x24\x06\x64\x14\x53\x7c\x9c\xc2\xfa\x39\x41\xe5\x08\xcf\xf4\x20\x49\x62\x57\x0f\x46\x8a\xde\x98\xf4\xe6\xe0\x0f\x56\x6c\x50\x12\x76\xf6\x49\xce\x41\x49\x37\xba\x63\xa3\xa2\x95\x69\xce\x55\x9e\x71\x1a\x63\x8e\x82\x96\x0e\xba\xdb\x0e\x7d\x1a\x2b\x46\x77\x1d\x8f\x25\x7e\x99\x35\xbb\x2a\xf1\x2c\x5a\xdb\x7b\x34\xe1\x74\xed\xcf\x7c\xd9\x41\x7e\xbe\x3c\x11\xd2\xa0\xd1\xa8\xb9\xb4\x75\xe8\xf5\x34\x4c\x7e\x21\xa0\x08\x6d\xf4\x7e\x7d\x0a\x07\xcf\x04\x08\x3e\x63\x61\xee\x09\x47\xbe\x08\x20\x5b\xf9\x4f\x4f\xbf\x14\x51\x77\x2f\x6f\x50\x51\xe0\x73\x7c\x94\x6d\xa6\xe5\x65\xeb\x17\x75\xd5\xf0\x9f\x35\xa3\xa7\xab\x85\xa3\xa5\x8d\x65\xae\x8d\x9b\x95\xb8\xa6\x9c\xfd\x77\x5b\x7a\x29\x73\xe7\x0f\x0e\xa3\x7c\x2e\xee\x2b\x2e\x24\x82\xaa\xd7\x77\x8f\x20\xb0\x7a\xf8\x79\xe8\x65\x48\x7d\xf2\x59\xfc\x01\xf4\x57\xe1\xbf\xdc\x61\x78\x3c\xfa\xa5\xd5\xd9\xb1\x07\xc6\xdc\x3e\xe8\x34\x09\x17\xed\x41\xff\xaa\x51\x58\xc8\xd1\x60\x8e\x53\x39\xd4\x9a\xa7\x61\xce\x60\xdb\xec\x28\xbb\xcd\x2a\xd9\xc4\x2d\xca\xd6\x61\xd6\x98\xe0\x45\xe7\x5a\x63\x24\x69\x39\xe6\xd9\x66\x84\xd2\x6c\xf4\x0d\x32\x15\x92\x3a\x09\x78\x66\x09\xf0\x87\x84\x70\xd8\x2a\x11\xbf\x86\xe5\x3b\xb1\x01\xd7\x52\x28\x7e\x49\xb0\x87\x79\x9d\xe1\xad\x30\xd3\x9a\x85\x34\x13\x04\x17\x79\x86\x43\x64\x55\x89\x96\xa6\xc9\x77\xc2\x26\x24\x66\xb2\xf7\xbe\x44\xe5\x3f\x23\xb1\xc5\x1f\x66\x83\xfa\xc4\xc6\x07\x8e\xb5\xba\xda\x39\x13\x9e\xda\x3a\x77\x62\x88\xbe\x23\xda\x7a\xbe\x0f\x82\x0c\x34\xa7\xad\xa3\xc2\x98\x35\x6a\xb4\x72\xa3\xa0\xda\xa2\xd2\xb4\xd8\xab\x7a\x1d\xfc\xe7\xf1\xfe\x46\xb6\xa4\x8e\xc4\x18\xcb\x75\x38\x7f\xee\x8a\xeb\x75\xb8\x49\x65\xab\x1f\x2f\xec\x67\xd3\xb7\x08\x15\xf8\x2f\xf2\x38\x07\x6e\xd5\x8b\xf2\x97\x96\xb3\x16\xa0\x43\xa7\xc0\xf8\xad\xd5\xe6\x58\xa9\x78\xbd\xcb\xfb\xb2\x72\x42\x2b\x57\x10\x93\x0a\x4f\xc1\x70\x98\xa0\xb2\x66\x02\x4b\x94\x8e\x12\xc9\xbf\x25\xee\x44\x3e\xd4\xd6\x2c\x49\x40\x4e\x4e\xa7\x3a\xd5\x47\xfe\xae\x4c\x67\x86\xb9\xe2\xac\xc0\x9d\xac\x42\xd5\x08\x32\x3c\xa7\x57\xab\x02\x56\x50\x3e\x67\x01\x81\x17\x35\x89\xba\x00\x80\x54\x7b\x87\x8f\x0a\xf0\x8f\xf2\x9e\x66\xb7\x66\x42\xe5\xa0\x79\xae\xc5\xbb\x59\x08\x5d\xfe\xf7\x2f\xfc\x48\xe4\xc7\xde\xdf\xf8\x4f\xe2\xa9\x03\x4a\x49\x81\x92\xb5\x15\xe3\x29\x38\xc9\x93\xb4\x99\x0c\x3d\xf1\xc5\xe0\x9e\xec\xdf\xa2\x3a\x8e\x8c\x79\xd9\x22\x0d\x06\xbc\x05\x2f\x85\x05\xe4\x13\x8b\xd3\x1f\x08\x09\x32\x94\x15\x88\xc4\x11\xed\x2a\xbe\x8b\xdf\x07\x87\x35\xf5\x68\x68\x41\x87\x3b\x61\xc6\x51\xa0\xa7\x03\xf9\x4e\x27\x60\x5e\x4a\x1d\x3b\x75\xa5\xcf\x7b\x95\x62\xfa\x6a\x28\xf6\x05\x25\xe3\xc5\x7e\x09\x9c\xe3\xcb\x0b\x96\x72\x55\x1e\xf4\x82\x75\x69\x0f\x7f\x63\x5b\x6a\x29\x8f\x00\x5d\xc1\xe7\x0a\x28\x6f\x7e\x94\x47\x95\x2a\xb7\xaf\xdb\x54\xf5\x7f\x9c\xcd\x26\xef\x6a\x13\xd8\x57\x94\x13\x1a\x3e\x92\xba\x1f\xb8\xb6\x98\xe1\xf9\xf1\xa9\x8f\x7d\xa8\x54\x00\x33\xc6\x2f\x56\x07\xe3\x9a\x2c\x54\xe7\x83\xa7\x4f\x75\x9b\x75\xc1\x4d\x43\x04\x88\x69\x67\x46\x89\x4d\x44\x89\x13\x72\x81\x02\x71\xfb\xe8\x7b\xc3\x35\xa2\xcb\x01\x57\x5f\x1b\xe6\xf5\xbe\x5b\xef\x3b\xdc\xec\x78\x68\x0f\x33\xee\xb8\xee\x65\xf7\x3e\x56\x33\x55\xa9\x7b\x01\x83\xf5\xe7\xe9\x36\x40\xc3\xad\xe9\xbb\x3f\xc2\x3f\x6a\x88\x3d\xae\x05\x79\x3d\xbc\x38\x18\xc8\xf0\x98\xf0\x65\xda\x19\xe7\x86\x5b\x9b\xe9\x22\x69\xe0\x7e\xcf\xca\x8b\x06\xa0\x67\x66\x87\xd4\x59\x50\xe7\x49\xb1\x04\xa9\xa7\xfe\xc5\x64\xc2\xd6\xe1\xf5\x3a\x18\x21\x6c\x9f\xa5\x8b\x03\xcf\xb4\xd7\x3c\x49\x41\xbe\xd8\xfb\xb4\x78\x08\x73\x5a\x89\x98\xcb\x86\x0b\xf4\xb8\xcf\x15\x03\xd7\x8a\xba\x66\x79\x00\xd5\x48\x91\x99\x8b\x30\xaa\xab\xc6\xcc\x27\x98\xae\x11\xdd\x6c\x2c\x74\x43\xe1\xee\x3c\x23\xc4\x93\x7d\x79\x9e\x0f\x2f\x44\xa2\x9f\x67\x21\xbe\x20\x92\xe7\x2f\x91\x2d\x08\x6d\x73\xff\x51\x34\x08\x56\xa5\x9c\x04\xf7\x03\x68\xcd\x0a\x41\x60\x6f\xa4\x79\x1b\xff\x70\xb7\x77\xbc\x1b\xfd\xfc\x00\xbe\xee\x0a\x97\x3d\x30\x5a\xf9\x83\xbc\xbc\xec\xbc\xda\x8f\xa0\x1f\x18\x5d\x5d\x03\xbc\x2b\x0b\x57\xee\xc3\xae\xc6\x47\x2e\x6e\x21\x10\x3e\x90\x45\x1c\xf2\xa6\x25\xd3\xa2\x03\x52\x5e\xa3\x6d\xa9\x1a\xa6\x2f\xe0\xb6\x10\x8b\xe7\x24\xdb\x2d\xa0\x88\xa2\x24\xcb\xf9\x63\x52\x2a\x71\x7c\xbe\x93\xec\x4f\xd4\x81\x1d\x37\xed\x3d\xc6\x21\x3e\x34\x51\xda\xcc\x91\xb0\x26\xa0\xe5\x18\x25\xdb\xf2\xaa\x49\x0a\x65\xd1\xa1\x50\xff\x02\x4d\x69\x40\x16\x35\xe3\x1f\xd4\x1a\x67\x27\xe0\xf3\x6a\xbc\x33\xf6\x09\x23\x35\x97\x62\xfd\x88\x9f\xab\xb6\x83\x9f\x13\x43\xab\x64\xbc\xa8\xd8\xe7\x55\x34\xab\x15\xb6\x8c\xaa\x1c\x29\x2d\xd8\x9d\x81\x0d\xc2\x11\x3a\x6a\xdc\x90\xc0\x85\x8b\x9f\x1a\xc6\x2f\x13\x70\xd3\x34\x3c\x1d\x80\x6b\x66\x9b\x7c\x05\x84\x35\x53\x87\xa2\x11\xcb\x8d\x7d\x6d\x42\xc8\x5b\x8d\x29\x2d\x30\x54\x40\x0b\xb9\x41\x18\xd9\xd5\xda\x59\x23\x82\x0e\xac\x73\xcc\x8b\xc0\x4b\x57\xaf\x66\x14\xe1\xcf\xab\xc9\xb1\x7d\xc4\xdd\xca\xbd\x60\x67\xe2\xb5\x0a\x26\xb7\x4b\x58\xc1\x8a\xab\xe6\x8b\x2c\x59\x65\xf3\x62\xfe\xe0\x0f\xd5\x1a\x58\x3a\xd4\xed\xb6\x87\xe8\x8b\xd8\xf3\x7e\x76\xb4\x0a\xfe\xe7\xe0\x2b\xd4\x08\xeb\x50\x4f\xd3\x8e\x02\xf4\x69\x53\xe0\x64\x0b\x40\x68\xf2\x18\x7a\x02\x6b\x6b\x34\xef\x60\x45\x1c\x35\x68\x34\xb9\xa2\xac\x1b\x6a\xaa\x15\xd1\x6f\xaa\x4e\x0b\xc6\xd1\x6f\xcb\xc6\x52\x99\x88\x39\x85\xab\x91\x76\x54\xad\x5c\x37\xef\x65\xb2\x61\xd6\x98\xf5\x32\x7c\x2c\xdb\x57\x65\x9b\xa5\x35\x8f\xc0\x67\x03\xa6\xe4\x2d\xc2\xc8\x28\x52\x99\x0f\xe4\x13\xae\xb7\x01\x0c\xb5\x25\xae\xb5\xad\xc2\xae\xb0\xbe\x6c\xb6\xde\xfd\xc9\x42\xee\x14\xdd\x3e\x84\x1a\x36\xaa\x4f\x8a\x42\x7d\x1a\x4e\x86\xc4\x80\xc1\x7a\x5a\xfb\x21\x56\xbe\xe2\x66\x85\x0b\xe1\x57\x31\x4b\x76\x27\xd5\x3b\xff\x5b\xc2\x4b\x4e\xa6\x6c\xee\xe0\xe7\x5c\xae\x19\x2c\xae\x2b\x9c\x40\xca\x1f\x53\x31\x72\x57\x8a\xbb\x2c\x02\xfb\x20\x29\x89\xba\x81\xdd\x4a\x2c\x64\x7e\x87\x57\xcc\xec\xa5\x57\x7b\xb4\x54\xe4\x73\x4f\xcc\x7c\xa5\x9e\x8b\x5e\x0a\x94\xde\x40\xb7\x37\xc3\x3a\xda\x18\xb8\x4b\xc7\x58\xdf\xa2\xb3\xa5\xc6\x6a\x5b\x6f\x37\x75\x1b\x00\x2a\x2a\x7b\x2e\x10\x6a\x8b\xb6\x2b\x35\x68\xfd\x39\x47\x59\x86\xdc\x63\xe9\xf5\xd1\x55\xfc\xe4\x64\x8c\xef\xbe\x00\x38\xbe\xcd\xae\x83\xbf\x3e\xe6\x9f\xf6\x06\xdf\x71\xcc\x15\x31\xa8\x60\x46\x4c\x0f\xa9\x4f\xf8\x34\xfa\x33\x8b\xbd\x3c\x6f\x5a\x02\xa3\xbf\x11\xb6\xd0\x88\xe9\x81\xc3\x7f\x35\x2d\x4c\x1a\xa0\x97\xa5\x7f\x0e\x50\xe0\xd9\x0a\xfb\x5d\x5b\x56\xfb\xea\xc9\xad\xa7\xf7\xa8\xd5\x89\xcb\xf3\xc8\xc6\x22\xd6\x5e\x01\xf6\x88\x4c\xf7\xf2\x7e\xbe\xe6\xe4\x84\x34\x88\xb0\x40\x3c\x63\x78\xb8\xd8\x72\x94\x9c\x47\x90\x78\x55\x78\x9c\xb9\x8a\xa4\x7a\xa8\x82\xb2\xb6\xac\x78\x68\xbb\x10\xb3\xb2\x71\xc4\x55\xf2\x43\x2d\x58\x84\x16\x28\xde\xe2\x6f\xd2\x19\x4b\xb8\xab\x73\x2e\x0f\xab\x7d\xa0\x55\x59\x3e\xa4\x0d\x3c\x99\x13\xf1\xd4\x13\x22\x90\xd7\x7a\xb0\xc7\x16\x57\x04\xec\xf1\x41\xae\x14\xe8\x2c\x73\x92\xeb\xd2\x35\x7b\x5e\x0a\xc4\xc5\x7b\x97\x5f\x13\x67\x88\xba\x95\xe2\x28\xbb\x13\xfa\x25\xb8\x5c\x99\x29\x28\xc3\xf9\x8f\xba\x78\x80\x96\xb1\x8c\xd6\xbe\xbf\x8b\xc2\x3b\x7d\xf3\x40\x6f\xa1\x01\x93\xb9\x90\x48\xca\x99\xf5\x72\xb8\x30\x1c\xe5\xf2\x35\x51\x04\x24\x1e\xb8\x9e\x53\x0a\x9e\x4c\x0a\x2d\x7b\x0d\xd8\x01\xef\x12\xa0\x27\xd3\x80\x73\xca\xfa\x89\x20\xb4\x3d\xc3\xf4\x58\x1c\x8f\x48\xf1\x5c\x11\xe1\xff\x15\xbd\xdf\x6d\x2c\xf9\x3d\x14\x28\x6b\x54\xd1\xf5\xff\x9d\x22\xaa\x3d\xe3\xb3\x17\xb4\x69\xf8\xdc\x2b\xc4\xa9\xd3\x6c\xc0\x73\xce\x70\xc4\xfa\x82\xd7\x8c\xa2\xbd\x3d\xbb\x6f\x8d\xf0\xa2\xb3\x4d\xc0\x21\xcd\xd2\x23\x36\xe4\x1f\x82\x2f\x10\x14\xf3\x0a\xf4\x25\xee\x72\x56\x17\x34\x24\xc7\xb7\xdc\x10\xf6\x08\xa1\x19\xc0\x7e\xb6\x8a\xba\x19\x72\xeb\xac\x00\x07\x8f\x3c\x39\xf3\xe2\x8b\x09\x7f\xb7\x9a\x28\xe3\x1a\x70\xb3\xdb\x54\xb3\xcc\x73\xa3\x4c\xd6\xd8\xc0\x4d\x34\xe5\x92\xb5\xac\x8b\x46\xb0\x8e\xe3\x0f\xa7\x2f\xce\x04\x57\x03\x67\x46\x23\x3a\x4f\x16\x57\x33\x25\x77\x9f\x26\x8f\xee\x87\x29\x01\xf6\x3e\x6d\x1c\x3a\xc1\x27\x01\x01\xc8\xdf\xd1\x8a\xe1\xdd\x10\x6a\xa6\x46\xaa\x29\x0c\x5d\x6a\x58\x40\x8f\x20\xe0\x4a\x1d\x48\x67\x2c\x44\x07\x57\x8b\x73\x7b\x6e\x77\x4f\xd1\xe7\x7b\x72\x10\x4f\xdf\xb5\x5f\x7a\x48\xe7\xf6\xee\xdf\x56\x2b\xf6\xd1\x65\x28\x17\x25\xdb\xba\x94\x19\x2f\x23\x1b\xff\x10\x0e\x7f\x82\xf5\x96\x33\x4f\x30\xd9\xda\xd5\x68\x3e\xac\xc9\x56\x54\x99\x3b\xf2\x8b\xc3\x2b\x51\x93\x58\xa2\x2b\x82\x33\x2f\x7e\xc3\x33\x0d\x73\x33\xdd\x29\x08\x06\x93\x2b\x4e\x8e\x11\x85\xdf\x6e\xf8\x9c\xc9\x8c\x84\x92\x37\x38\x64\x56\xf5\xb8\x91\xfa\x96\xcf\xdd\x64\x6c\xad\xdc\xde\x0a\x1a\x0d\x59\xed\x6f\x2c\x3b\x8e\x58\xb0\xf4\xf2\x7b\xff\x67\x56\x58\xae\x1e\x9c\x6e\xea\x99\xe6\x1e\x3e\x69\x52\x10\x7e\x23\xe6\x91\x31\xc9\xa5\x3e\x41\xc5\xc8\xd2\xb8\x27\xf9\x3f\xe3\x5f\xca\xf5\x69\x35\xe6\xb2\xa2\x3f\x33\x1f\x58\x6f\x70\x79\x66\xab\x3a\x08\x63\xfb\x8a\x08\x9e\x97\xe0\xc4\xba\x81\xa0\x19\xf8\x40\x7b\x7f\x1c\x3d\x7c\xfa\x7f\x2f\x8c\xca\x46\xab\x5f\x4b\xb7\x30\xd7\xe8\xfb\xf8\xda\xab\x56\x67\x70\xf7\x24\x0c\xa5\x8b\x1b\xd4\x8d\xc9\xd0\x1d\xa8\xe1\x4c\x98\xd4\xbd\x97\xd5\x9e\x8a\xd0\x3e\x8f\x94\xcd\x74\xd2\x94\x70\xcb\xcc\x19\xd2\xb8\x6b\x2a\x58\x00\xd6\x38\x54\xb5\x2f\xfa\xa2\x5d\x2c\x16\x53\x32\xaf\x1f\xc2\x5d\x5e\xe6\x63\x62\x8d\xe3\xa9\x95\xb0\x39\x85\x3d\x69\xe9\x72\x77\x03\x42\x7b\xd6\x03\x59\x61\x30\xca\x6f\x9a\xc7\x9a\x3d\x55\x9e\x16\xb3\x56\x1e\x14\x2b\xf6\xea\x87\x47\x3a\x4a\xee\xd6\x99\x41\xae\x87\x62\xd1\xcc\x60\x2e\x45\xf9\x55\x8b\x6c\x5e\x97\x0a\xba\xb0\xad\x98\x4e\xb1\x39\x16\x5b\xf6\x53\x4e\xd7\x53\xb7\x32\x51\x26\xc7\x42\xa5\x86\x51\xfa\x54\x3d\xb2\x6e\x4b\xba\xff\x51\x70\x23\x54\x5e\x8f\xd3\xb8\x39\x4b\xe9\x02\x0a\xd5\x31\xae\xa9\x00\x7a\x3a\xf0\xd1\x22\x89\xb5\x6c\x3c\xd2\xb5\x09\x7c\xf2\xbf\xaf\x17\x4c\x63\xef\x7c\xbb\x13\x5f\xc2\xa3\xf2\x2a\xa2\xa1\xf3\x41\xdd\x47\xf7\x66\xcc\xc3\xb9\x2d\x70\x83\xaf\xf8\xab\xfe\x8f\xf5\xa1\x12\xac\xd5\x2a\xcd\xc0\xc3\xbf\xc9\xa9\xad\x0a\x0f\x12\xfc\x5c\xda\xbd\x05\x9e\xd9\xd8\x75\xfa\xf2\xad\x68\xfb\xf6\x98\x70\x2f\x48\x9c\xf4\xb3\x71\x0a\xd3\xf6\x07\xbf\x70\x4f\x41\x7b\x27\xf7\x64\x18\x10\x49\xd3\x7d\x3a\x25\xc8\xbb\x33\x16\xd6\xfc\x08\xa1\xf0\xeb\xe4\xb4\x17\xb1\x29\x3b\xe4\xd2\x67\x8b\x65\xe6\x94\xed\xd3\x4b\xed\x8c\xb4\x2b\x27\x9e\x93\xff\xd8\x97\x9f\xaf\x4f\x3c\xe4\x10\x5d\xaa\x1a\x33\xe1\xe0\xe9\xdc\x19\x93\xa7\x51\xf2\x93\xc6\x24\x29\xc4\x08\xbe\x31\x55\xe2\x99\x33\x6d\x5c\x08\xd7\xa2\x7f\x34\xd9\x82\x78\x25\x95\x3a\x2b\x07\xd1\xe7\xd0\x9f\x3b\x24\x31\x12\xce\xe7\x56\x29\x43\x04\xfc\x5c\x8b\x54\x03\x66\x68\xde\x45\x47\x01\x3d\x91\x5e\x49\x7c\x7d\x5c\x54\xfe\x88\x94\x7f\x34\xde\xf4\x8d\xd4\x74\x58\x3d\xc2\x43\xc2\x3d\x95\x5b\xa8\xc3\x7d\x39\x7e\xb7\xab\x07\x43\x1e\x69\x6d\x7d\x04\x3e\x8d\x07\x6f\x91\xa0\x05\x35\x69\xab\x39\xf0\xae\xb8\xae\xa5\x4f\x48\x0d\xcf\x99\x25\x34\xf2\xd4\xcc\x7f\x29\x1c\x21\xa4\xfc\x60\xf9\x25\xbc\x91\x6b\x7e\xe1\x84\xb0\x42\x96\x58\x10\x27\x5f\x23\x5d\x9a\x7f\x49\x11\x23\x6a\xcf\xb7\x51\x6f\x12\x5e\x95\xcd\x12\xeb\x0f\x13\x1a\xfe\x23\x96\x1d\x38\x76\xc4\x12\xc5\x0f\xf2\xa7\x6a\x71\x81\x47\xdf\x76\xba\xd1\xc8\xe3\xb5\xcd\x38\xf4\xfa\x93\x4f\x9b\xc6\x68\xcf\x91\xb5\x4d\x25\xa4\x46\xad\xdd\xfa\x63\x14\x26\xa9\x6c\x15\x8c\xa6\xf8\xb9\xaf\xc0\xd0\x16\xd6\xf4\x2b\x14\xb4\x83\x96\xde\x2a\x05\x51\x29\x14\xb2\xd8\x4d\x50\xa5\x88\x2d\xde\x26\x01\xe4\x5b\x0b\x45\x64\x29\x92\xfc\x82\x06\x85\x91\x38\x03\xd3\x1d\x55\xd8\x78\x8e\x54\x69\x61\xee\xd0\x45\x46\xb6\x28\xb6\x03\xa8\xc3\x0e\xdf\x96\x49\xd4\x40\xf7\x6e\x33\x15\x7d\xb5\xfb\x65\x2d\x0d\xef\x5a\xff\x33\xb7\x03\xbf\x5b\xaf\x93\xd5\x45\xd2\x6c\x52\x4d\xba\x4a\x5a\xad\xd9\x0f\x11\x20\x66\xd6\xd0\x7b\xd5\xe2\x14\x6a\x24\x6c\x2e\x81\x5e\xd6\xd5\xc9\xdc\x41\x16\x4c\x87\x91\x83\x31\xe7\xd3\x3f\x89\x5e\x78\xa6\x19\x09\xc2\x03\x42\xe1\x8c\x37\xde\x1e\x26\x30\xd2\xba\x85\x82\x51\x46\x72\x37\x30\xf0\x93\x16\x8b\xce\x6c\x64\x4e\x4b\x5a\x3b\x37\x1a\xd2\x79\xa1\xe5\x1e\x4a\xba\xdb\xa1\xd1\x1e\x23\xd4\x05\xa9\x30\xc4\xd7\x35\x90\x73\x38\x49\x62\x8d\x37\x93\xa6\x48\x9b\xb5\x69\x21\xff\x88\x42\xd5\xcb\xee\x9d\xd8\x57\xd5\xf9\x96\xeb\x6c\x1d\xb5\x0c\x12\x10\xf8\x78\xff\x02\x41\x14\x0b\x1a\x43\xe0\x12\x08\x9e\x53\xcd\xb8\x52\xd2\x8d\x69\x6e\xec\x2f\xb6\x7f\x8f\x67\xf7\x0a\x21\xfa\xc3\x17\xb7\x07\x81\xa7\xc3\x66\xeb\xab\xf0\xfd\x96\x91\xee\xef\x48\x8f\xd6\xab\xed\xab\x68\x64\xc7\x69\xd3\x14\x36\xac\x35\xa6\x5a\x92\x08\x34\xbc\xc8\x6b\x25\xa5\xd6\x77\x24\xef\x92\x79\x6a\xde\x87\x1e\x12\xda\x2a\xb7\x5d\x56\x10\x59\x65\x4d\x3a\x96\xac\xbd\x65\x3f\xf9\xbf\xc2\xaf\xd7\x92\x50\xda\x38\xe6\xb6\xaf\x08\x1b\xe2\xcd\xbe\x3b\x88\x65\x39\x9f\x09\x32\xb4\x9f\xd5\xa8\xfd\xcd\x11\x23\x9b\x71\xaf\xc8\xde\x0c\x58\xa3\x3f\x6e\xeb\x1b\x4c\xa1\xd5\x78\x5c\x03\xfe\xab\xd5\xfb\x71\x2f\x32\xa0\xbd\xa5\x23\x94\xbc\xd1\x40\x57\x41\xe5\x7c\x59\x29\x9d\xd9\xc4\x73\xb5\xd4\x2b\xa6\x92\xe7\x6b\xd1\x23\x3f\x3e\x1e\xe3\xfc\x7c\x9b\x12\x0e\xfe\xdc\x35\x95\x65\xe2\xf7\xbc\x8b\x5c\xbe\x64\xc1\x5c\x2f\x70\x28\x55\xb7\x5c\x88\xf1\x4c\xea\xb0\x3a\x9c\x41\xdd\x9a\xae\xd9\x9a\x91\x01\xa2\xd9\x3c\x78\x38\x01\xfa\xdb\xd2\x7f\x30\xc6\xf2\xba\x73\x66\x9f\x97\x2d\xad\x7b\x73\x23\x05\x52\xde\xde\x35\x95\x47\xdc\xac\xdb\x68\xbb\xc9\x73\xb9\xcc\xb6\x68\x4d\xc0\xbb\x60\x31\xa5\xfc\x41\x55\x4e\x74\xd8\x63\x91\x6f\x99\xc1\xee\xa2\x22\xae\x69\xab\xc6\x0d\xc2\x6b\xa9\x83\x32\x32\xa2\x4b\xa9\xaf\x39\x24\x25\x56\xd3\xfa\xa0\x42\xca\xf8\x9c\x6a\x86\x1f\x56\x26\x55\x9b\x8c\xb3\xae\x2d\x8d\x24\x56\x66\x28\xb8\x32\xff\xe9\x1d\x40\xb4\xe6\xe3\x61\x14\xe4\x52\xe3\xf4\xc1\x37\xa6\x3f\xad\xeb\x7b\x69\xb8\x9c\x1a\xeb\x89\x48\x5e\x50\xb1\x7c\xd3\xa0\x70\x73\x8e\x47\x3e\x9d\xc4\x8d\x8c\xab\x09\x85\x72\x84\xe4\xee\xc0\x16\x05\x42\xa2\x89\x83\xba\x92\x66\xbc\xbe\x8e\x9a\xda\xb5\x78\x1b\x71\x9c\x76\x58\x22\x9c\x8b\xd1\x70\x2d\xc9\x0d\x79\xd1\xc6\x30\xbd\x80\x25\xd5\xb3\xa8\x34\x08\x74\x1a\x32\xd6\xa0\xcd\x76\x11\x16\x9f\xdf\x76\xfc\x05\x9e\x5d\x44\x78\xba\x0a\x33\x2e\xdf\x39\x96\x41\x5d\xa8\xba\xba\x9b\xc7\x39\x5e\x08\x1e\x0f\x10\xd3\xc9\x28\x68\x6c\x90\xbf\x98\x34\x91\xc7\xad\xf6\x30\x9e\x23\x66\x5d\x3b\x27\x86\xc9\x57\x49\xff\x67\xe4\x3f\x9b\x04\xe3\x37\x91\x24\xad\x2b\x16\xd2\x51\x53\x12\x21\x76\x92\xb1\x91\x3c\x6a\xce\xce\x09\x6a\x38\x09\xcf\xe8\x54\x3d\xd0\x4a\x48\x49\xbe\x13\x84\x25\xdd\xbb\xee\x0c\xfc\x1f\x4a\x2d\x99\xee\xe4\x0f\xda\x23\xdd\xf3\x64\x00\x67\x9c\xbd\x7b\x12\xcf\xa9\x90\xb3\xbe\x53\x2d\x36\x93\x32\x33\xa6\xa9\xb4\x1d\x7b\xd4\xe8\xa8\xf3\x24\x92\x92\x67\x6d\x12\x19\x46\x8a\x31\xb5\x3a\x0a\xfe\xe0\xc3\x6c\xff\x2e\xf8\x82\x55\x81\xcb\x9d\xe0\x03\xad\x2b\x1e\x17\xc3\xac\xa4\x94\xbd\x77\x23\x47\xf8\x28\x01\x3e\xb1\x0c\xf8\xa9\x90\xcd\x84\xd7\xe0\x88\xc4\xc2\xbc\x54\xe8\xb7\xdc\xd3\x4a\x0b\x58\x31\x66\x29\x48\xff\xf9\x1d\xc2\x85\xf0\xc0\xb3\x43\xda\x60\x6c\xe3\xd9\x2f\xf1\xc9\xf8\x94\x9d\x48\xb5\xad\x08\x9d\xd1\x01\x63\xd5\x20\xeb\x46\xb2\x4d\x9e\x7f\x79\x9e\xa8\x4b\x8e\xef\x64\xec\x1d\xef\x60\x9f\x60\x9f\x4e\xbf\x14\x1f\x1e\x6b\xe6\xa0\xeb\xbe\xef\xb5\x3e\x86\x7a\x04\xbc\x90\xfe\x13\x31\x19\xe2\x2a\x70\x23\x86\x2f\xc2\x9e\x38\x19\x7f\x37\x56\x05\x5a\x9c\x2b\x95\x39\x00\xfb\x5b\x09\x2d\xa9\x44\x1c\x10\xdb\x5d\xa9\xe7\xbe\xb4\x05\x0f\xd7\x73\x7d\xe1\x51\x7f\xb1\x73\x41\xed\xd0\x80\x67\x3b\xbb\x16\x3b\x3e\x3c\xa3\xfb\xae\x1a\x1e\xb9\x0d\x01\xbe\xcb\x6e\x8f\xf3\x96\x43\x20\xae\x93\xb1\x9f\x22\x6f\xb9\xd2\xfb\xf4\xc7\x2c\xb8\x84\x5a\x37\x24\x98\xba\xa6\x6a\x2b\x26\x2b\x7a\x34\xca\x58\xa7\xe1\x7c\xb4\x05\x2a\x32\x32\x03\x9a\xc9\x0f\xb3\xcb\xc2\x98\x61\x7d\x15\xae\x89\x66\x88\x4b\xcd\x35\x39\x83\xc8\x78\xf2\x14\x87\xfc\x6a\xb4\x10\xc2\x74\xfe\x4d\xb3\x06\xc6\xe1\xda\x1b\x2e\xc7\x2b\x4e\x7f\xf7\xc9\x3e\x47\x0e\x87\xe3\x1f\xc2\x3c\x1d\x6e\x34\x4d\xc6\xdd\xb3\x07\x17\xba\x26\xfe\xb1\xfd\x93\xf0\x3c\x2d\xd7\x46\xc6\xef\x5a\x56\x99\xf5\x84\x4d\x63\xde\x45\x9b\x43\x9d\x1b\x05\x3a\xf6\x3e\x32\xab\x45\x19\x4e\x8d\x02\x3b\x25\x43\xee\x59\x94\xb4\x72\x94\x9f\x28\xe2\x7b\xd3\x54\x58\x0b\xfc\xbc\x27\x3f\x89\x09\xc1\x4a\xde\xe3\x10\x5c\x4d\xa4\x72\xd2\x06\xd7\xea\x9c\x7f\xe9\xa7\x7e\x64\x08\x83\x99\xf7\x1c\x3d\x4b\x98\x36\xfb\x3a\x97\x99\x2e\x63\xee\xd2\x79\x33\x7b\xd7\x9c\xa7\x2c\xa0\x00\x66\x9a\x9f\x3c\x5d\xc2\x6f\xb4\x1e\x70\xb1\xdc\xdd\xb0\xdc\xf6\x67\x55\x92\x91\xbc\xee\xaf\x9a\x57\x26\xc9\xb2\x2d\xf5\x57\xcc\x05\x04\xea\x1a\x2a\xad\x96\xc9\x67\x8d\x4f\x1d\xf6\xe1\x15\xdd\x32\x5e\x39\x80\xe8\xf0\xed\xb0\x11\xc8\x17\xea\x2d\x5a\xe0\x9a\x0f\xd5\x82\x96\xbf\xd6\x1b\x4d\x27\xef\xf3\x1f\xbe\x98\x53\xfd\xe6\x3b\xaf\xb2\x0e\x9d\x1b\xeb\xaf\x2a\x59\xf5\xa4\x06\x28\x55\x02\x7a\x1e\xb5\x02\x75\x1a\xda\x9a\xe9\x79\x8d\xef\x35\x18\x83\x7c\x5a\xdc\xd5\x0c\x1d\xe6\xdb\x5e\xab\x76\xe9\x8f\x77\xce\xab\x36\xc8\xf9\xf6\x50\x34\xf8\xf9\xe7\x7b\x4f\xb5\x4c\x08\x13\x8f\x43\x8c\xa8\xd0\xf3\x71\x5d\x7b\x53\xc8\xda\x14\xc2\x9b\x03\x92\x48\x19\x65\x17\x5b\x59\x0b\xf3\xe6\xfd\xf4\xb6\x30\x0f\xc1\x47\xfb\x78\xb9\xdd\x55\xbc\xed\x8d\x57\x5f\xa0\xfc\xfd\xe3\xe6\xde\x38\x45\xa7\x99\x9a\x6e\x57\x25\x68\x9b\xe9\x63\x3d\xd9\x6f\xb9\x76\xfd\x39\x52\x4c\x61\xb3\x83\xeb\xe2\xbc\x2e\xc3\x23\xda\xa2\xc9\xc6\x98\xb1\x04\xe1\x47\xf2\x93\x53\x80\x90\x38\xaf\xce\x8c\x90\x08\x0b\x5a\x64\xd6\x40\x45\x16\xf5\x74\x0e\x67\x84\x40\x99\xcd\x19\xd9\x33\x21\x88\x31\xee\x54\xeb\x97\xaa\x59\x04\xda\xdd\xe7\x3f\x6a\x48\xec\xcb\xcf\xaf\xb6\x87\xf0\x44\x9d\x1e\xac\x62\x85\xde\x7e\xc4\x2e\x33\x3e\xc0\xec\xdc\x5d\x10\x14\xfa\x3d\x24\xb7\x60\x2b\x60\x54\xa1\xb5\xb0\xc0\xab\x91\x10\xb2\xf8\x80\x73\xdb\xeb\xe7\x52\x0f\xed\xa2\xb9\xe1\xaa\x1d\x81\xa0\x44\xde\xb8\x80\x7e\xc5\xb7\xb0\xd8\x49\xfa\x40\xfa\xb0\x90\xc8\xce\x4e\x84\x2c\xe4\x29\x14\x63\x5b\x16\x4c\xf4\x3d\x30\xc9\x39\xe5\xe4\xe8\x93\xde\xca\x10\x8a\xd6\xf1\x44\xdb\x36\xe5\xf9\xb1\xd8\xe4\x0e\x35\xe9\x19\xfe\x09\x37\x45\xeb\xfc\xc6\x56\x3f\x4d\x7f\x57\x78\x3b\x81\xb2\x34\xf1\x6c\xbb\x8a\x84\xab\x6b\xdc\x72\x21\x78\xa4\x14\x3c\xa1\xe2\xfb\xfc\xe4\xd7\x3a\x71\x1f\xac\x90\x6b\xb9\x58\x4d\x55\xc8\xfa\x0e\x5a\x9d\xf7\xdd\x52\x02\xc9\x9a\xe2\xb5\xe8\x44\xc1\x92\xb6\x17\x56\xa8\x70\xe2\xcf\x45\x59\x59\x1b\x5c\x73\x85\x29\xe9\xd9\xd1\xf7\x96\x13\xf2\x9d\x23\x4c\xaf\x03\x59\xe2\xe9\xbd\xb9\x8f\x44\x89\x53\xa7\x8d\x43\x32\xef\xbe\xf5\xd6\x2b\xe2\xda\x66\xc6\x56\x3b\x91\x6d\x2c\x7d\x6b\x0d\x8f\xae\x5f\xdd\xb4\xc5\x05\xa4\xf2\xac\x67\xe1\x6a\x03\x12\xd7\x74\x70\xa1\x36\x5f\xd6\x42\x70\x77\x75\x2e\xaf\x37\xa3\x3e\x08\xc7\x2f\x9d\x12\x5d\xa8\xa0\xc5\x4f\xa4\x5f\xe4\xd6\x45\x7d\xf2\x4f\xd2\xea\xc2\x47\x4a\x23\x49\x08\x5a\x32\xe1\xb2\x23\x87\x6c\x6c\xbb\xd0\xa5\x82\x7c\xd9\x16\xd0\xa9\x87\x36\xef\x81\xb5\xab\xa3\xd9\xfa\x9c\xda\xbc\xd0\x45\x7d\xf3\x0d\xc1\x78\x6a\xd7\xb5\xb2\x09\x02\xad\x89\x2b\x47\x82\xa4\xde\x32\x90\xf4\x91\x0c\xb4\x69\xc5\x32\x11\x2b\x6a\x3f\x78\x73\xe0\x5a\xea\xf4\x6c\xb9\x71\xd7\xe6\xef\x18\x68\xa0\x6c\x66\x5f\x50\x88\xd8\xe4\xd9\x27\xc4\xdf\xf8\x92\xd9\x69\x42\x3d\x91\x61\x76\x10\x3f\x0d\x9b\x1e\x1b\xdb\xe1\x82\x26\x4e\xa8\xee\xdc\x40\x34\xb6\xb5\xf6\x98\x21\x0f\xda\xeb\xba\xda\xe0\x0f\x06\x18\xbb\x36\x51\xfb\x03\xbc\x6d\xf9\x58\x50\x9f\x5e\xcd\x22\xbe\xac\x9d\xbe\x30\x8d\xa4\xd8\xaa\x99\x2a\x49\xc6\xb4\x2d\xc7\xaa\x10\x0d\xea\x0d\x3c\x1f\xe1\x7c\x1a\xcc\x6d\x06\x81\xa4\xe9\x9b\xaa\x56\xa8\xf3\xe9\x0e\x52\x1d\xee\x60\x46\x84\x60\x40\x44\xce\xc4\xe0\xf1\xa4\xec\x99\x2e\x9c\x3d\x84\x3c\x50\x7c\x48\x0f\xad\x1a\x7b\xbb\xa7\x08\xb5\x9d\xb8\xb9\x9d\x0b\x31\x9e\xeb\xd9\xd4\x44\xa5\x76\x35\xf4\x14\xc1\x2d\x86\x53\x7a\xb5\x51\xb2\xa3\xdc\x5d\x4e\x38\xf0\x00\x53\x0d\x89\x78\xef\xf1\x50\xbe\x30\x09\xda\x5d\x15\xbf\x89\xff\xaf\xa3\xcc\xd7\x05\xf1\xae\x2d\xc0\xe8\x01\x5b\x69\xdb\xbc\xf0\x24\x2a\xb0\xaf\x01\x1b\x42\xb0\x1b\x39\x43\x7f\x20\xc7\x4e\xa5\x62\x76\x15\x16\xa7\x4e\x81\x38\xb6\xe3\xee\xbd\xe3\xef\x60\x83\xfe\xa5\xc3\x41\x28\xf3\x88\xe7\xde\x3a\x94\x79\x5c\x7b\xab\x01\x4c\x3f\xfd\x63\xed\x23\xd4\x79\xbc\x67\x62\x80\xb0\xd4\xf7\xab\x6d\x97\x33\xbd\xbd\xa9\xb4\x9a\xe7\xb8\x39\x36\xdd\x8f\xbf\xa8\xc1\x2f\xe2\x2d\xff\xa5\xda\x68\x57\x1d\xee\xb4\xaa\x57\xda\x27\xd4\x5b\x35\xb9\x7c\xb7\xa8\xbb\x35\x55\xe0\x7c\x71\x91\xfe\x0d\x70\xa5\x9a\xea\x48\x07\xe8\xb1\xfb\xcf\x49\x80\x4d\x02\x80\xb5\x09\x1f\x97\x40\xc5\xda\xbf\x1f\x7b\x81\x59\xfb\x48\x4f\xff\x40\x72\x86\xc4\xf7\xbb\xc1\xd0\x51\xf8\xc6\x31\x31\xb5\x67\x67\x58\x82\x77\xa6\xf9\x76\x7d\xa6\x70\x49\x4d\x53\x3e\xfc\x51\x4b\x79\x6d\xfc\x99\xe4\x7f\xa5\x62\x01\xf3\x52\xb4\xa2\x42\x1b\x2e\x49\x9e\x42\xa8\x72\xb6\xf4\x76\x61\x32\xaf\xa0\x82\x62\x31\x27\xe2\x9f\xba\x79\x99\xc9\xdd\x72\xdb\x9b\x0d\x2e\x8c\x50\xcf\xc6\x56\x17\x96\x1d\xf8\xe5\x1a\xd8\xf1\x57\x04\xa6\x11\x75\x72\x0d\xce\xd0\x6e\x7f\x5a\x08\x21\xf7\x7d\x7c\xfe\x97\x58\xd0\xc1\xb9\x6a\xce\xff\xa2\x5e\xa7\xaf\x49\xa2\xba\x2c\xa0\x42\x4e\xbe\xa2\xf0\x5b\xe6\x27\xb5\xa4\xbc\xab\x51\x8d\x9a\x37\xb2\x7f\x7b\x0e\x68\x1f\x66\x49\x99\xf6\xe9\x0f\x64\x09\x2b\x48\x98\xec\x64\xe7\x0b\xa0\x2d\xd3\x72\xdb\x09\x22\xf6\xdb\xf9\x38\x96\x0c\xff\xe0\x1a\x6e\xf0\x85\x24\x50\xef\x31\x8b\x04\x7a\xa5\xa0\xff\x58\x00\xa3\x51\xb2\x7c\x3c\x87\x6d\xa8\xfa\x72\x32\x49\xac\x6e\x8e\x3d\xcb\x16\x0c\xa8\x9a\x59\x32\x96\xb1\x2f\x72\xeb\x05\xd4\x56\x73\x04\xcb\xf7\xf4\xa6\x32\x76\xd3\x8c\x4c\xb4\x53\xb7\xc3\x0a\x2d\x2f\x25\xef\xba\xae\xd8\x72\x26\x7b\x1a\xcd\x3a\xf2\xa6\xc4\x28\xf2\xb9\x2d\xa5\xcd\x08\xed\x7b\xa7\x66\x46\x51\x7a\xfc\x62\x72\xd2\xa0\xd4\xb8\xf4\xb2\x52\xc0\x24\x9b\xae\x45\x1f\xf4\x1b\xfb\x3c\xf5\xf8\x14\x45\x88\xce\xb4\x38\xa9\xa2\xb4\xe6\xbd\x3a\x35\x11\x6a\x2c\x75\x39\x4d\x93\xbf\x9a\x9b\xb5\x20\xa4\xdd\x90\x46\xdf\x3d\x6a\xea\x9b\x64\x59\xc1\x6d\x5b\x10\x5f\x9a\x86\x70\x61\x8c\x0d\x0e\x4d\xf3\x54\x8e\x09\x77\x3e\xf1\x15\x8e\x95\x36\x9a\x0e\x58\x8e\x37\x53\x6a\x0b\x91\x49\x7a\xf4\xf0\x7e\x04\x35\x55\x82\xb6\x16\x1d\x92\xa9\x0a\xff\x9d\x36\x56\x62\x02\xc4\x94\x9c\x34\xfc\x04\x76\x08\x05\x21\x47\xcf\x29\x94\xcc\xa8\x8e\xe7\x57\x78\xad\x13\x9b\x9e\xfd\x56\xca\x4f\xef\x3f\x49\x32\xf0\x4d\x0c\x5a\xb8\x6d\xc3\x13\xed\xda\x9d\xe3\x46\x1f\xd1\x54\xd1\xe9\x47\x1f\x2e\x97\xf6\x23\x94\x29\x0c\x1c\xa6\x1a\xc1\x1e\xda\xe4\x22\x10\xed\x15\x36\x62\x1c\x13\x57\x1e\x79\x47\xe5\x5a\x62\x45\x4c\xac\x98\x44\xca\x62\x42\x32\xa7\x52\x7a\x64\xca\x20\x5a\xa6\x50\x2d\x77\x12\xee\x58\x37\x50\x8d\x46\xde\xa1\x4a\xba\x1f\x9c\x2b\x73\xbd\xf1\x6c\x7a\xbe\x26\x37\x13\xf4\xf1\xc5\x45\x33\xb9\x48\xbe\x53\x69\x67\xe9\xd0\xf8\x85\x8f\xfe\x2a\x81\xf0\xae\xe1\x08\x54\x00\xa5\xd2\x31\x8e\xdb\x3f\x34\x43\x2c\x99\xce\x2f\x27\x2c\x22\xed\xc0\xf7\xb9\xcb\xeb\x2c\xb8\x5f\xa1\xf1\x79\xae\x40\xc0\x89\x8a\x7e\x7e\x5e\xc8\x43\xb1\xc7\x85\xab\x11\xd3\x5c\x87\x25\x22\xb1\x10\xcc\xdf\x5a\x74\x6a\x2d\x82\xd4\x1a\x9f\xff\x01\xa5\xc7\x8d\x30\x79\xf1\x52\x42\x7a\xc6\x66\xf8\x4d\xa3\xe1\x57\x97\xf1\x57\x85\x3e\xe1\xde\x27\xcf\x75\xc3\xef\x78\x3d\x5b\x3e\x4c\x38\xf5\x2c\xea\x7b\x90\x11\xee\xb1\x55\x93\x9e\x13\xec\xf1\x30\x5b\xa7\xf0\x82\x9b\x7a\xf8\x5a\xc9\x8c\xab\xa2\xeb\x49\x79\x93\x6b\xaa\xc9\x68\xe5\x5f\xf7\x1a\x95\x6f\x35\x8c\x5e\x99\x62\x07\x75\x72\xfe\xaa\xdc\x84\xfa\x2f\x21\x0e\xb8\xfb\x6d\x3a\x51\x58\x78\xd1\xe3\xef\xa9\x01\x08\xa7\xff\x6b\x89\x81\xa6\x54\x9d\xd0\x0f\xab\xde\x13\xa6\x4f\xdf\xd7\x24\xba\x39\x1c\xbc\x0a\xca\x2e\x71\x64\xde\x40\x14\x1d\x38\x96\x8c\xc8\x94\x7d\x73\x4c\x69\xfc\x5d\x75\x64\xff\x31\x4f\xa3\xee\x97\xcd\xdf\xc8\xfa\xc6\x37\xd6\x46\xee\xc6\x2d\xba\xd6\x36\x66\x99\x6d\x3e\xb6\x57\xd5\x2e\x76\x54\xd8\xdb\x88\x29\x76\xee\x39\xe7\x72\x5d\xee\xda\xf4\xc8\xc6\xb8\xf4\xe7\xf8\xdf\x82\x2a\x8d\xa7\x44\x39\x41\xe6\xa8\xac\xb4\xe8\xb5\x08\xdf\x6c\x79\xd8\xd7\x7f\x09\xc2\x6a\xf5\x9f\xd1\x65\x26\x06\xbf\xde\x30\x34\x08\x59\x70\xef\xfd\x69\x59\xb4\x28\x9e\xb9\xd2\x46\x67\xd1\xdb\x31\xdc\xe9\x6f\x5a\x56\x44\xed\xf9\x63\xf8\x29\x86\xf5\xf1\x37\x03\x0b\xcf\xb8\xfe\x17\xfa\x7e\x16\x37\x86\xdc\xf4\xce\xd5\x80\x91\x14\x03\xd4\xc3\xca\xd1\x17\x46\xca\xd4\xd4\xb1\x24\x4b\x7d\xc4\xf8\xd4\xa9\x8b\x3a\x8c\x7d\x46\xc0\xdf\x0e\xe0\xfd\xbf\x62\x99\x90\xa4\xc9\xc7\xfa\x39\xa8\xf4\x8b\x28\xf5\xc3\xa7\x56\x7d\x85\xb1\x37\x2f\xa7\x82\x35\xcb\x5f\x7f\x18\x5d\xd5\x01\xaf\xeb\x8f\xee\xeb\xf8\x0d\xa4\x8e\xff\xd5\xb0\xab\x30\x9a\x1c\x53\x89\x4c\x98\x9e\xb6\x55\x0c\xf5\x0d\x99\xe5\x91\xab\xb5\x56\x9c\x1f\x92\xae\x56\x7f\xb8\x94\x28\xd9\x25\x3c\xbe\x32\x27\xc3\x44\x34\x58\x14\xd4\xa6\xc3\x5a\xcd\xff\xb3\xe8\x42\x0d\xcc\x07\x3b\xdf\x41\x46\x27\x91\xd8\x25\x5f\xb9\xe7\xbb\x73\x02\xe7\x35\x75\xcd\x5c\x87\x2f\x1e\x8e\xea\x0a\xb1\xbf\xa3\x5b\xe7\x11\x87\xbe\xe7\xdf\xb4\x96\x19\x3a\x1e\x5c\x8f\x95\x29\x9b\xea\xd8\x10\x94\x78\xda\x98\xba\xd1\x29\x76\x3b\x23\x79\x63\x43\x58\x32\xe8\xed\x96\xb8\xc0\xb1\x7d\xdf\xee\x32\x37\xa3\xc6\xdb\x9d\x1b\xb4\x5d\xa1\x9a\x95\x40\xf6\x64\xca\xcf\x65\xd3\x47\x9b\x84\xb1\x25\x0f\xcd\x76\x5c\xde\xe2\x2b\x93\x2a\xac\x44\x01\x3f\xb5\xe4\xd9\xdf\xea\x01\x1a\xd3\xe9\x58\x67\x3e\x3b\xfb\xe9\xc2\xb4\x1a\x57\xd9\x99\xde\x13\x34\x37\xeb\x09\x74\x3b\x82\x47\x62\x57\x6b\xe7\x33\xd7\xdf\xa9\xed\x5d\x59\x8e\xb1\x46\xf9\x9d\x8f\xec\x57\xd2\xa7\xb6\x46\xa8\x57\x03\x53\x36\x9e\x91\x43\x6d\xbe\x6f\xd8\x90\x2e\x6a\xdc\xd9\x6c\xc6\x2f\x3f\xa8\x5f\xe1\x24\xff\xa5\x56\x2f\x65\x51\xa5\xc8\x4d\x8b\x9d\xd4\x7f\xa4\xb2\xa5\x7a\xf5\x4d\xfc\x85\xca\x6f\x14\xd8\xb1\x65\x5b\x3b\x25\xfe\xe9\xce\x34\x84\x7a\xe5\x74\x79\xc5\x9f\xfc\xfb\xf9\xf3\xcd\x2c\xda\xaf\x7d\xfc\xf6\x19\x8d\x63\xab\x7f\xbb\x9c\x8a\x1c\x6f\xdc\x3e\x25\xeb\x36\xa4\x6f\x5b\x90\xc4\xd2\xc9\x1b\x35\xc4\xe6\x20\xe9\x27\xc2\x44\x5e\xbb\x84\x27\xc6\x84\x46\xdd\x80\x8d\x38\xec\xec\xc3\x92\x95\xbb\xa4\x14\xea\xc7\xa5\x1d\xf2\x0e\x45\x6b\x89\x99\xd2\x4c\xd6\x5d\x4c\xa1\x4a\x92\x1a\xa0\x2a\xd3\x9f\xf7\x56\xa1\xef\x97\x8c\x77\xa5\x51\x74\x1d\x3b\xdd\x7f\xe1\xb6\x43\x57\x7b\xb6\xd1\x1e\x43\xd7\x3a\xfb\x30\xbc\x43\x75\xcd\xd3\x78\xd1\xc7\x96\x55\x95\x04\xf5\xee\xc4\xe2\xbf\x24\xfb\xb6\x1f\xc9\xdd\x64\x4a\xfb\x72\x1c\x40\x8b\x9c\xe7\x89\x2a\xa1\x0e\xcc\xdb\x79\x8f\x10\x12\x16\xb4\x0c\xeb\xd1\x7c\x0b\xca\x94\x27\x38\x9e\xf9\x36\x52\x18\x81\x34\xaf\x40\x64\x23\xc6\xcf\x5f\x21\x60\xe1\x3a\x13\xdb\x7b\x12\x50\x9f\x99\x47\xfb\x77\xa0\xef\x97\xc2\x77\x25\xc1\x06\x5b\x5b\x3b\x7f\xe1\xa9\xa3\xe6\x7d\xbc\x68\x8f\xb1\x7b\xdd\x0b\xd8\x1f\xc3\xe9\x8d\xbc\xf8\x8f\x03\xea\x55\xed\x24\xe7\x1e\xcd\xac\x5b\x64\xd1\xce\xa0\x78\x1a\xcd\x6b\x1e\x1b\x79\x42\x2e\x9f\x7f\xec\x74\x13\x27\x37\xef\xa3\x55\x8f\xb9\x3b\x7f\x97\x9c\x8f\xef\x9e\x2b\x21\xde\x20\x2e\xcd\x99\xe0\x9b\xc8\xf8\x39\x7e\xdc\x36\x34\x7a\x04\xf4\x14\x04\xf7\x9a\xc4\xed\xd3\x03\xdd\x33\x16\x7b\x8f\xa1\xef\x97\xa6\x77\xc5\x20\x22\x5b\x02\xdb\x50\x04\x62\xc6\x61\xc4\x1d\x3a\xbb\x96\x39\xc9\x83\xb2\x58\x0c\xe8\x32\xc6\x67\xce\xe5\x56\xe7\x10\xbd\xa6\xaf\x65\x01\xf8\xe9\x09\xb3\x90\x39\xa4\xd2\xd8\x63\x73\x27\x50\xf7\xc4\xdd\x87\x0b\xb8\xfb\x33\x18\xc2\x22\x29\x68\xa6\x03\xe7\x23\x16\x32\xeb\x84\xf8\xa9\x64\x39\xfb\x12\xf1\x18\x7c\xd4\xe7\xf8\x4c\x13\xca\x34\xd4\x78\x7c\x0a\xac\x4e\xea\x1c\xe5\xc3\xa0\xb3\x86\xfb\x43\x10\xf6\xd5\xd3\x3d\x57\xd6\xad\xcd\x3b\x9b\x3d\x38\xa6\xf9\xa3\xd1\x22\xf6\xd9\x09\x42\xcb\x00\xaf\xf4\xb0\x5f\x89\xb4\x80\xcb\x00\x22\x19\x2f\xc0\xf8\xd8\xc9\xb7\x85\x47\xad\x07\x66\x44\xe0\x34\xef\x95\x12\xd2\xe0\xda\xef\x6d\x03\x4a\x65\xef\x8d\xdf\x80\xc6\x6a\xf3\x4c\x26\x81\xdf\x7a\x7a\x4f\xe7\x83\x96\xe0\xe2\x1d\x96\xa7\x1f\xa0\x7f\x7a\xde\x3d\xbf\x0a\x44\x0c\x23\xce\xf0\xb0\xd3\x49\x8b\x53\x33\x60\x67\xc9\xf0\x94\x46\xb2\x9b\xda\x5f\x62\xe2\x9b\x19\x7c\xda\xfb\x55\xac\xb0\x2b\xb0\xea\xb7\xcc\xd5\xb6\x87\xd9\xbe\x8a\xc7\x4d\xa8\xe8\x24\xa5\xb2\x86\x87\xae\x93\x4a\x16\xf5\x9a\xda\xaf\x94\x7f\x36\x80\x85\xf4\x34\x8d\x9b\x0e\xf0\x09\x26\xfe\xad\xbf\x58\x66\x1d\x36\xdb\x8b\x99\x58\x43\x93\x27\x2c\x98\xc3\x31\x88\x5a\xf5\x63\x7f\xf4\x76\xcb\xcd\x53\x0b\x4c\x45\x67\xfb\x19\x14\xdb\x3b\x38\x74\x4e\xa5\xbd\x1f\x4e\x3f\x14\x13\x2e\xef\xe1\x9f\x1e\x93\x27\x36\x1d\x34\x2f\xaa\x3f\xac\xad\x2d\xa9\xd1\x6b\xab\x8c\x4d\x31\x36\xb2\x2e\x27\x04\xab\x99\x5a\x94\x1e\xd9\x2b\x59\x22\x4b\x3f\x6a\x1e\xda\xf5\x95\x93\xc4\xb8\x5d\x7d\x2a\x0e\x39\xb6\xbc\xcd\xaa\xa3\xe1\x9f\x83\x1c\x5a\x70\x2c\xed\x69\x3a\x43\xed\xcc\x33\xb8\x17\x85\x75\xc7\xc3\x04\xa6\x72\xcd\x93\x22\xd2\x4e\xed\xe3\xd3\x37\xdc\x02\x2d\xfe\xcf\x52\xc5\xbf\x37\x07\x6c\xf6\xab\x84\xd7\x04\x8f\xf1\xeb\x0b\x96\x95\x36\xb9\x9b\xa7\x16\x7d\x2d\x08\xb0\x2d\x2e\xb8\x97\x10\xee\x94\x97\x87\xf7\x37\x75\x3b\xca\x1d\xb6\xfe\xe1\xf5\x24\xcf\x59\x73\xd4\xff\xa0\xc0\x5c\x62\x3d\xa4\xba\x98\x8f\x47\x3e\xf2\x47\x69\x0e\xa6\x33\x31\xb7\x2e\x11\x1c\x94\xdb\xd8\x75\x00\x46\x10\xce\x32\x6e\x9d\x2a\x50\xee\xe5\x30\x9f\xe2\x39\xb1\x85\x6d\xcf\xee\x4a\xd0\xca\xbf\x9c\x0e\x6a\xde\x2d\xc5\xaf\xa7\x98\x72\xe6\x69\x8d\xc8\xd8\x75\x65\x37\x35\xb5\xb9\xfd\xc9\xb4\x2e\x40\xf8\x8e\xa6\x77\xc4\x7b\x07\xad\xa5\x75\xfa\x3a\x86\x2d\xa4\x33\x59\x4f\x47\x89\x66\x64\x6a\xcd\xc6\xba\x65\x5f\x95\x7e\x90\xf0\x35\xf7\x0b\x9f\x54\x8a\x44\x21\x1d\x5e\x3c\xcb\xad\x62\x0d\xc6\x50\xc1\xd9\xfc\x18\x66\x4c\x1e\x0a\x3f\x7b\xce\xc1\x41\x8a\x1d\x7e\x0e\x11\x43\xa4\xb8\x3f\x8b\xd4\x9e\xcb\x92\x39\xa9\xb0\x5a\xcb\xbc\xfa\x84\xc9\x35\x2b\xc5\x6a\x44\xcd\xbf\x2c\xe9\x56\xd3\x8b\xf0\x85\x84\x1f\x85\xa2\xf1\x17\x13\x6e\x27\x88\x25\x89\xc4\x17\xfa\x76\xa7\x72\x25\xe0\x6d\x84\x33\x78\x12\x5b\xb4\xd3\xb2\x32\x52\xe6\x64\x9e\xe5\xfc\xc8\x88\x14\xc0\xe4\x0f\x67\xdb\x13\x25\x4a\x33\x8a\xe0\x08\xc1\xa6\x9d\xfa\x8f\xc8\x51\x0e\x11\x4f\xc4\xb9\x89\xc0\xa1\x3f\xfa\xc5\x4f\xcd\xe9\xd0\x85\xb3\x3e\x3b\x99\x98\x3f\xa7\x0b\xbe\x7f\x63\xeb\x37\x02\x23\xc6\xa3\xfa\x47\xc9\x89\x87\x51\x40\xcb\xa3\x0c\xb1\x48\x85\xa2\x8d\x5c\xe3\x08\x97\x84\xf1\x42\xba\xf0\x14\x3f\x9b\xe2\xba\xf0\x41\x9b\x57\x65\xec\x91\x16\x3a\xed\x15\x01\x31\xc1\xb2\xca\x55\x86\xf1\xc7\x02\x11\x35\x92\xc9\xfe\xa4\xb0\xc6\xc2\x4c\x45\x24\xbe\x8b\x56\x6c\x86\x18\xe6\x0b\xb4\x88\x79\xa5\xa1\x91\xeb\xa4\xf1\x6a\xd5\x6e\xc8\xa3\xef\xfc\x20\x24\x23\x60\xf9\xb9\x4b\x52\x71\xc8\x8d\xed\xc7\xd9\x45\xc1\xd2\x93\xc6\xc5\x2c\x41\x6b\x1d\x77\xcb\xb1\x41\x45\x65\xb3\xd5\xc9\x01\xa4\xa4\x8b\xf5\x14\xff\xcb\xfe\xc8\x46\x79\xbf\x73\xdb\x8f\xcd\x96\x01\xb2\xba\x29\xad\x17\x83\x62\x65\x15\xdb\xb6\x43\x67\x05\x78\xda\xdf\x44\x4a\x12\x5f\xf7\xc8\xc7\xed\xc3\xa7\x87\x1c\xd2\x3e\xc3\xea\xa9\xb7\x69\x65\x6b\x31\x0e\x27\xc6\x13\xef\xc7\x83\x55\xac\x9a\xdf\x13\x33\xc6\xdd\x18\x5f\xa7\x95\xaf\x7a\x2b\x1e\x15\xd5\xbc\xf7\x26\x2f\x5c\x6e\x7a\xe4\x9d\xd8\xeb\xd0\x5a\xee\x25\x5c\xf1\xb7\x33\xda\xed\x63\xb2\x71\x0f\xaf\x6b\x74\x40\x6b\x6f\xad\x4b\xbf\xbd\x4c\x5f\xa0\xeb\xa8\x9e\xd7\x00\xd9\xbd\x47\x96\x71\xb0\xc1\x2b\x8b\x1f\x39\xe4\xe8\x7b\x82\x27\x8d\x36\x07\x85\x80\x0b\x27\x03\x63\x28\x10\x2b\x2a\x86\x96\xb2\x96\x12\x5e\xad\x1e\xfc\xdf\xe5\xd4\x6a\xdd\xec\x0f\xb9\x55\x6d\xe6\x93\x2f\x83\xbb\xf3\x9c\xa2\x5f\xf0\xf5\xe9\x38\x55\xaf\xb7\x0d\x84\x38\xf5\x0f\xdb\x0d\x6b\x3a\x90\x6a\x1d\xc6\x2e\xd8\x68\xa4\xb5\x8c\x6b\x5a\xa9\x04\x5f\x9a\xd0\xb1\x54\x74\xa8\x9b\x5c\xb7\xc8\xd7\xbb\x36\x9d\x67\xa9\x2d\xd5\x3d\x6b\x6a\x3d\xc3\xf5\x6c\xae\xc3\x9e\x0e\x85\x98\xab\xf2\xd8\x81\xcf\xce\xe9\x06\x57\xc2\xd6\x22\x9a\xf9\xdc\xbe\x62\x32\x98\x84\x25\xbe\x0c\xd6\xd4\xc9\x1e\xbe\x0d\xec\xac\x50\xcf\x79\x73\x77\xe2\x3f\x23\xf2\xcb\xc7\xb3\x93\x96\xda\x07\xd4\x05\x8c\x19\x64\x86\xb6\xa4\x6b\x14\xd7\xb2\xb4\x3c\xa0\xf7\x29\x97\xb8\x92\xaf\x7d\x18\xfe\x76\xb5\x4c\x93\xec\xfc\xdf\xda\x3d\xf5\xdf\x7a\x7f\xd6\x9f\x6b\x60\x24\x19\x36\xaf\x6a\xf2\xb1\x7f\x5c\xb1\x31\xc4\xe2\xb7\x16\xff\xd8\xce\x63\xf4\x17\x41\xee\x3e\xa8\xb1\x84\xdf\xdc\xe7\x2f\x27\xca\xd3\xb8\xe3\x5f\x92\x5b\x39\xf8\x92\xde\x30\x4c\xd9\x88\xf9\xbf\xe7\x5b\x31\x50\x30\x7b\x1d\xb7\x7d\x41\x45\xfc\x48\x65\x7f\x52\xfd\xcb\x2a\xf6\xf0\x89\x0a\x5d\x8f\xe6\x91\xa4\xfc\x7a\x11\xd7\x61\x8a\xcc\xad\xe8\xba\xa3\x59\x89\x38\x0f\xf0\x41\x9b\x90\xb0\xee\xd5\x3d\x6e\x9e\x45\x91\xff\xd6\x57\x79\x58\xd8\xef\xad\x3a\xc8\x45\x93\x94\x57\xdc\xf4\x4e\xf0\x43\x4b\x3e\xd6\xaa\x58\x52\x71\x00\x3b\xe2\x79\x69\xed\x77\xf6\x27\x67\x43\x6d\x99\xdc\x82\x27\xb8\xe5\x0a\xde\xdb\xaf\x6b\x76\xec\x79\x7e\x3f\x03\x76\xee\x08\x48\xef\xfa\xee\x5d\xe2\x1f\x9c\x11\xd8\x93\xe2\x59\x6d\xea\xda\xe3\xe5\xe6\xcf\x74\xdf\xb5\xe5\xa4\x04\xff\xda\x36\x60\x47\xda\x53\xb6\x6a\xa8\xcb\x5a\xd6\xdb\xca\xe4\x17\x0f\x69\x4b\x6b\x5c\x11\x9c\x3b\xcb\x03\x34\x1b\x4a\xe4\x52\x16\xed\x98\x2c\xb3\xc2\xab\x1b\x85\x6f\xab\x4e\xa6\xea\x9f\x2c\x76\x44\xd2\xee\x9c\xc4\xcf\x4d\xd1\x1e\xbd\x30\xdd\x6a\x67\xd7\x78\x1e\xba\x05\xe3\x9c\xdf\xfb\xba\x63\xc8\x19\xbc\xad\xbb\xa3\xc5\x81\x9b\x30\xda\x69\xa3\xc5\x37\xe6\xee\x98\x52\xbd\x33\xf4\xb7\x6c\x29\x1a\xc1\x3d\x1b\x87\xe4\x34\xfb\x17\x9b\x17\x49\x7f\xf4\x06\xb6\xee\x12\x7c\xc5\x22\x56\xf9\xc8\x2d\xb4\x99\xe5\x21\x4a\x0f\xe5\xf7\xd2\x0a\xd5\x82\x7c\xb4\x44\xa1\x1e\x92\x01\x18\x7c\x6e\x7b\xff\x0c\x98\x58\x09\xdc\x57\x81\x90\xf7\xee\x1f\xf0\xc2\xcb\xc6\xe8\xfa\xce\xd1\x2b\xa3\x95\xbd\x97\x30\x4b\x63\x61\xed\xb7\xf1\x7a\x03\x9d\xb5\x4e\x04\xdf\x7e\xb7\xf2\x23\xca\xa7\xc5\xa8\x92\x79\x5a\xff\x7c\x5a\xa6\x16\x2d\x67\x5e\x26\xaa\x96\x76\x75\xbe\xda\x5b\x82\x84\x58\x44\x1a\x85\x63\xa7\x16\x7f\xd0\x18\x70\x87\x8b\x09\xe4\x1b\x84\x9e\x85\x65\x62\x34\xe9\xf2\x82\x22\x21\x02\xfe\x72\xea\xed\x81\x06\xcc\x69\xbe\xe0\xa0\x0e\x76\x73\x55\x6e\xff\x3d\x14\xbb\xb7\xb9\xff\x02\x2c\x7a\x08\xec\xdc\x85\x55\xcd\xcf\x8d\x76\xa2\x1e\x2d\x65\xf4\x43\xf0\x8c\xe3\x07\x0d\x06\x14\xdb\xa5\xfe\xca\x28\x5a\xd0\xfc\xf3\xec\x9b\xb4\xb4\x79\xa9\x48\x5d\xca\xb3\x85\x10\x27\x61\xe2\xeb\xc5\x60\x35\x10\x0e\xbb\x74\x85\xf2\x1f\x21\x73\xf1\x12\xb1\x8b\x14\xb4\x20\x48\xe0\x21\xf7\xcc\x3f\xc6\x4b\x03\x53\xe3\xb5\x27\x9c\x08\xc1\xe9\xa7\x87\x53\xb0\xef\x0b\xfb\xff\x8f\xb5\xb7\xfe\xaa\x42\xeb\x1a\xfd\xb7\x7a\xc4\xf6\x1c\x8f\xad\xb4\xf4\x4e\x5a\x45\x41\x09\x91\x10\x29\xe9\x0e\x11\x04\x69\xe9\xee\x96\x06\x41\xba\x4b\xba\xbb\x61\x6f\x36\xbb\xbb\xd8\x45\x83\x1e\xf3\x58\x7c\xc7\xf7\x3c\xef\x1d\xe3\x79\xc7\xfb\xdc\x3b\xc6\x1d\xe3\xfe\x36\xe7\x5a\x9f\xb5\xe6\x9a\x73\xfd\x01\x1f\xc6\x77\xc1\x67\x84\x2b\x4c\xa4\xe0\x43\x7a\x0e\x1d\x2d\x38\xc8\xe4\x11\xb5\xc5\xf3\x69\x82\xcb\xdf\xa5\x27\x88\x4f\x46\x9d\xc1\x66\xe8\xa2\x16\x77\x48\x1f\xa2\xbf\xe4\x2c\x24\x1f\x6e\x12\xaf\x07\x34\x5c\xd1\x77\x97\x96\x72\x42\x22\x35\xbf\x0b\x0f\xae\xda\x8a\x3d\x04\x8e\x20\x8e\x49\x7b\x69\xf2\x10\x38\xd1\x59\xa3\x03\x44\x9c\x18\x4f\x48\x6d\xec\x25\xef\x9d\x70\xde\x74\x0e\x37\x51\xcc\x73\xf1\x80\xf5\x56\x74\x08\x39\xbd\x76\x42\xe8\x3b\x45\x93\x9d\x77\x15\xc9\x7f\xca\x63\x4b\xa9\xd1\xca\xd0\x05\x8a\x32\xb8\x9b\x63\xf4\xdb\x82\xab\x77\x5a\x3f\xde\xc5\xc3\x91\xc5\x4d\xea\xa0\xa5\x0f\xb1\xdf\xd4\x26\x96\xa4\x9d\x79\xaa\x12\xcb\xc7\xd4\x6f\xdf\x7e\xb5\xac\x2f\xb6\xfc\x28\x6e\x39\x46\xec\x9c\x63\x0f\xdc\x5c\xd8\x21\x54\x05\x7e\xfd\x7a\xa5\xf8\xa5\xde\x18\x6e\xa7\xa8\xfb\x30\x63\x3d\x4c\xdc\x71\x4a\x82\x57\x2d\xe1\xb8\xe8\xc0\x8d\x96\xb9\x8e\xda\xe0\x38\x43\x44\x08\xed\x74\x81\xbb\xbf\x21\xb6\x17\x66\x1f\x1c\xcc\x71\xfb\x34\x8c\x5d\x26\xe6\x6b\xef\x99\x67\x8d\x01\x72\x4f\x59\xf4\x8d\xa4\x87\x9b\x59\x0e\x0e\x1b\x3b\x1d\xb1\x46\x8c\x94\x69\xba\xdb\xf7\x8f\x8d\x00\x37\x9f\x75\x4f\xd0\xae\x79\x45\x48\xcd\xef\x5c\xe6\xa6\x69\x2c\x92\xcf\x6f\x49\x45\xb6\x50\xd9\x09\x52\xd4\x2e\x14\xb7\x5a\x66\xbd\xdf\x8b\x7f\x07\x48\x9d\xbc\xbc\xd1\xa5\xac\xbc\xe4\xb0\x79\xf3\x81\xe1\x0c\x08\xa3\x6c\xaa\x30\x6a\x37\x16\x69\x67\xd5\xf7\xb0\x35\xdf\x55\xb0\xcb\xf2\x75\xbe\x07\xa8\xe3\x5b\x9a\x8c\x17\xa6\x7d\x2d\xe8\xd0\x0b\xb3\x76\xac\xc3\xb9\xc0\x89\x8e\x95\x87\xaf\xc2\xe4\xba\x06\x95\x8b\xa2\x8d\x7a\xe1\x12\x37\x12\x70\xc3\x27\x2f\x9c\xc9\x7f\x3a\x6d\x7f\xd1\x59\xd6\xbf\x22\x88\x6d\x0d\xbc\x5a\x37\xcd\xb1\x82\xce\xb6\x4c\x73\xaa\x6e\x3e\xe8\xd1\x5b\xb7\x7b\xc4\xee\xd3\xa0\x2c\x58\x4d\x76\xbf\x85\x93\x5d\xad\xda\x66\x06\xc7\xbc\x45\x9a\x4f\x35\xf8\x06\xbc\x6f\xb8\x50\x48\x0c\x3d\x5a\x67\x9f\xa8\x12\xa9\x5c\x3b\xe7\xd7\x1d\xab\x5e\x97\xe9\x70\x31\xf1\x41\xc3\x51\x83\xd6\x94\xb5\x66\xa3\x5b\x6e\x99\xcd\x6d\xb7\x64\xbf\xe6\x3e\xe8\x84\x5c\xdd\x7e\x13\x3f\xba\x7f\x35\x19\xc8\x2c\x30\x66\x1f\x40\xd6\x4a\x7b\x38\xf9\x4a\xcf\x2b\x68\xdc\x7a\x83\x83\xfa\x9f\xdc\x6c\x07\x91\x46\x33\x32\xef\x59\x57\xcd\xd4\x62\x47\xa0\x68\x15\x62\xf0\x6c\xc4\x52\xc5\x4c\xfd\x40\xc2\xb1\x37\xf7\x0b\x2a\x52\xaf\x94\xdb\xc6\xeb\x65\x50\xca\x55\xfd\x34\xb3\xb7\xde\xd8\x38\xbc\xcc\x0d\xa8\xcc\x31\xfa\xbd\x40\xbb\xc6\xe7\x6e\x79\xb1\x7f\x7d\x24\x98\x5c\x5a\xdf\xfc\x4a\xe4\x44\x53\x44\xdf\x8c\xf0\x10\xc4\x3d\x09\xc7\x87\x28\x46\x67\xba\x73\x39\x7a\xd1\xb9\x8b\xdc\x4b\xf6\xdd\x25\x2d\x9c\x01\x5f\x9b\xb2\x30\x4a\x6a\xf8\x56\x69\xde\x32\x34\x31\xab\xe8\xfd\xe0\xed\xcc\xb5\x22\xb5\x86\x99\x82\xeb\x85\xd2\x85\x76\xc5\x1e\x85\xc7\xe2\xc7\x5e\xdf\x2d\x40\xfb\x35\x97\xdb\x17\xb6\x39\x6a\x54\xa8\x97\x84\x3d\x4e\xac\x72\x2b\x5b\xd5\x68\xaf\x69\xa8\xbc\x0a\x2b\xaf\xe3\xd6\x9c\x12\x0b\xeb\x24\xbe\x85\x89\xee\x29\x8c\x06\x4b\xf2\xa7\x1e\x12\xa3\x17\xf9\x58\xdb\x94\x44\x77\xfe\x05\xbf\xf6\x8c\x64\x6e\x47\xfc\x40\x6e\x12\x33\x33\xeb\xdd\xab\x54\x84\x43\xb1\x79\x8e\xc2\x70\xd0\x9b\xb2\xec\xe1\xa6\x9e\x1a\x44\x16\xb5\xc8\xba\x41\x3a\x73\x3a\xe1\x5e\x53\x6e\xa6\x96\xff\xa9\x16\xfb\xcc\x03\x27\x60\xdb\xb9\x1c\xd0\x63\x42\xfb\x6c\x9e\xa1\x46\xed\x5b\xd5\xc2\xa7\xb0\xc9\xae\x6b\x25\x89\xe2\xe7\x86\xb2\x6b\xff\x14\xd3\x7a\x70\xdf\xeb\x8f\x1d\x59\x9b\xdb\x01\xa7\xb7\xec\xfc\x12\x42\x02\x36\x3e\xa7\x28\xc7\x8e\xad\xcf\x94\x28\xa4\xda\x72\xfa\xaa\x5f\xa6\xba\xac\x6e\x36\xb5\xa5\x8a\x8d\xe7\xb4\x3f\x4c\x19\x68\xcb\xec\x52\x4d\xca\x29\xce\xed\x59\x4b\xc0\x27\x1e\xef\xfb\x9e\xe0\xef\x4f\x1c\x38\x95\xb0\xef\x7c\x71\x10\x98\x64\xf9\x98\x32\x14\x94\x32\xaa\xde\x30\x8c\x4e\x77\x82\xba\x8e\x70\x32\x33\x44\xac\xa7\x3f\x15\x41\x85\x8b\xc1\x97\x21\x2d\x98\xbc\x80\x37\xce\x55\xfb\x36\xa9\xe9\xcf\xeb\x77\x3a\x8b\x73\x83\x88\xdb\x41\xed\x55\xb1\xb7\xb7\xf6\x7b\x0c\x62\xbf\x12\x72\x07\x81\xb1\xdd\x33\x53\x23\x5a\x31\x2e\x6f\x81\x13\xe7\x23\x6d\x4b\x7a\x27\xcd\xc3\xed\x92\x6e\x4e\x99\x84\x99\x07\x1a\x4f\x3f\x0c\xab\x70\xde\x9a\xd1\x0a\x6f\x79\x5c\x36\x0b\x8c\x9c\xbe\xf3\x75\x2e\x2a\xba\x17\xf8\x72\xfe\x8f\xd8\xa5\x6b\xe8\xc5\x3b\xe9\xa5\xd7\x2b\xc0\xf2\x90\x52\x4c\x59\xf2\x55\x8b\xc2\x0f\x6b\x25\xc5\x8e\x3f\x76\x94\x9a\x35\x9f\x7a\x6e\x86\x0d\x1b\xf9\x71\xb7\xca\x66\x6b\x43\xe1\xcc\x89\xf9\xba\x10\xb7\xe5\xb9\xc5\x96\xe0\x82\x5e\xc5\x65\x84\x3f\xf1\x0d\x1d\x4e\xf4\x35\x4d\xdd\x46\xbc\xf5\x71\x0a\x36\x59\xf1\xf4\x0e\x70\xee\x41\xd6\x78\x4f\x3e\xc2\xaf\xb2\x5e\x94\xdc\x6a\x41\x4d\xfa\x6f\x49\xc1\x57\xbc\xc2\x3e\x8a\x0f\x23\x12\x12\xae\x88\xb6\x67\x56\xdf\x71\xf8\xfc\xf0\xb5\x86\x0e\xf8\xfd\xe3\xc6\xab\x8f\x68\x3b\xbe\x03\xaf\x6d\x75\x37\x9d\x16\x05\x5c\x06\x37\x13\xb1\xca\x2f\xbe\x6f\xd4\xe1\x96\x7c\x4e\x62\xb5\x88\x97\x3c\xcb\x87\x1b\x48\xda\xee\x95\x35\x57\x49\x5d\x2e\x06\x99\xc7\x48\x69\x8e\x6b\x21\x66\xa4\xaf\xf6\x51\x2e\x3a\x14\x43\xfb\x39\x83\x44\x5a\xa6\xbd\xaf\xca\x18\xee\x94\x4b\x82\x9c\x35\xea\xa4\xcf\xbe\xd4\x59\xe4\xec\xcb\x7d\x89\x4b\x45\xe7\x15\x3e\xec\xba\x34\x28\xab\xbc\xdc\x39\xe8\x7f\xa4\x16\xfe\xee\xe8\x9c\x92\xfe\xe7\x9d\x19\x94\xa9\x59\xeb\x86\x0d\xfe\xa7\x65\x38\xdd\x96\x3a\x60\x8d\xc7\x3a\xb0\x4e\x99\xbb\x0c\x3d\x63\x60\x4c\x20\x95\x4d\xac\x2f\x06\xab\xa9\xdb\xec\x07\xba\x17\x82\x94\x58\xa6\xf7\x55\x6c\x57\xe9\x0f\x6e\x8f\xde\x57\x22\xd5\xdf\xbf\x2c\x1f\x8b\xfd\xf9\x98\x0d\xc4\xa2\x5b\xec\xb3\x65\x10\xab\x83\x5e\xfb\x52\x27\x6b\xdc\x61\xed\xfc\x9a\xc6\x6a\xa5\x23\xcc\xcd\x3e\x0b\xe5\x7e\xee\x2f\xcc\xe2\x4d\xf7\x3d\x63\xf2\x07\xd5\x29\xf6\x51\xf2\x67\xcd\x29\x0a\x8d\x1e\xa1\xad\x82\xa4\xd3\x3a\x6e\xaf\x74\x5a\xd0\xce\xa9\x9c\x2b\x0c\xa2\x85\x28\x25\xc6\xe2\x28\x26\x0a\x17\x9f\x6f\x90\x63\x60\xdf\x2d\x4d\xc9\xf9\x50\xd9\x7b\x6a\xd8\x00\xa8\x3c\xec\x37\x14\x13\x9a\x09\xb6\x47\x77\x1a\x5c\x96\xb3\x44\xbb\xd8\x74\xca\x84\x36\xc7\x40\x05\x39\xec\x3e\x2b\x68\x1e\x57\x65\x51\x4c\x61\x97\x03\xc2\xbf\x54\x20\x32\xb5\x89\x29\x8a\x7f\x53\x51\xe4\x54\xc5\x9f\xa4\x5a\x32\x4b\x21\x6a\x76\x89\x62\x22\x7f\xaa\xdd\x90\x22\x0b\xfd\x51\x00\x26\x6d\x41\x9a\x62\x76\x88\xfa\xe0\x46\xef\xf3\xc4\x40\xf0\xef\x36\x68\x92\x9a\xdc\x07\xcd\x5b\x18\x47\xd0\x2a\xb4\x02\x55\x03\x2e\x02\x57\xaf\xa6\x43\xae\x81\xdc\x90\x8b\x90\x70\x60\x8e\x30\x01\x79\x83\xb1\x28\x5c\x81\x29\x61\x98\x0b\x96\xd3\xff\x62\x5e\x11\x3c\xc6\xb4\xa4\x9f\x91\x00\xcf\xe9\x8e\xe8\x89\x1e\x5a\x3d\x34\x7e\xf5\xc6\xc8\x5c\x71\xe7\x3d\xa0\x00\x06\xd2\x71\x0a\xdc\xba\xf2\x77\xe5\x0a\xf4\x18\x7c\xa0\x00\x00\xa9\x85\x9b\x27\xb5\x41\xee\xc0\x09\xc1\x23\x40\x95\x95\x76\x87\xcb\x32\xbf\xad\x5e\x82\x0a\xca\xd8\x21\x99\xa0\x2b\xb2\x3a\x48\x53\xd9\x4f\x72\x91\x2b\xf9\x32\x2c\xd1\xc8\xa5\xa3\x4c\x2f\x11\xdb\x55\x4b\xd6\x71\x41\x16\x71\x72\xcd\x47\x90\xc5\x44\xb1\x42\x85\x54\xd7\x5c\xa8\x8b\xe2\xef\xe8\xaf\x51\x07\x12\x99\xd4\xf0\xf9\x58\xb9\x18\xbc\x72\x9f\x1d\xb8\x7d\xb5\xac\x0e\x0b\xd9\x46\x40\x0b\x11\x90\x0a\xb8\x79\xc2\x2c\xb8\x00\xb1\xeb\x23\x09\xf2\x42\x62\x4c\x55\x64\x55\x56\xb3\x20\x35\xb2\x0d\xab\x6a\x72\x05\x40\x10\xf2\x4f\x99\x51\xd0\xc3\x15\x35\xe9\x5e\x91\xea\xf9\x50\x8e\x96\x58\xcd\x12\x9c\x95\x22\xfa\x1d\xe5\xbe\x26\x28\x9c\x43\x29\x62\xcf\x0a\xc7\xb3\x1d\xd8\x27\xc4\xf5\xd7\xf2\x48\x46\xd2\x3d\x0c\x3b\x44\x18\xb0\x8e\xbc\x3e\x6e\x06\xad\xc7\xf0\x5b\x55\xa0\x9a\x08\x5a\x71\x1f\xa4\x07\xae\x13\x57\x03\xb6\x45\xda\xb9\x57\x02\x07\x30\xe7\xee\x37\x81\x4e\xa1\xca\xc1\x45\xa0\x1f\xab\xb6\x32\x8e\x7a\x28\x94\xad\xf8\x29\x33\xed\x55\x7b\x51\x49\x51\x8d\x09\x53\x1e\x57\x2c\x71\x76\x9c\x3b\x7a\xe3\xd7\x72\xc2\xda\x90\x44\x12\x3a\x99\xad\x79\x43\x85\x5e\xc2\x7d\x28\x63\xc8\x79\xb8\x26\x06\xa9\x5b\xab\xc3\xcd\xa9\xbe\xe7\xb8\xc3\x1f\x69\x8c\x33\xc5\x07\x1b\xb4\xff\xa2\x1a\xd7\x54\xe9\x40\x29\xb6\xe9\x40\xad\x44\x72\xa9\xa7\x9a\xc6\x15\xea\x9f\x5a\x78\x6d\x31\xa2\xbe\xac\x97\xd9\x55\x74\xa3\x98\xa6\x5f\x21\xfa\x94\x70\x6c\x78\x17\xd2\x57\xa8\x58\x22\xb3\x2f\x88\x67\x79\xa3\x75\xec\xf2\xfa\x7b\x49\xbf\x19\x5f\xfe\xb8\xcc\xad\xe5\x2d\xde\x25\x68\x11\xf6\x0f\xce\xa3\xdb\x1b\xcc\x4d\x9e\x84\xee\x6d\x8a\x11\x0e\x6a\xcc\xc5\x4a\x4c\xfd\xb0\x64\x22\x45\xde\x02\xec\xb6\xe1\x80\xb2\x6e\x87\xf0\xe5\x53\x09\x14\x47\xce\x52\x9d\x67\x9a\x73\xcf\xf2\x8c\x61\xb4\x67\x17\x82\x25\x5f\x1b\xf0\x19\xe9\x2b\x44\x8d\x00\xc3\xbf\x5d\xaf\x7b\xe5\x05\x9f\xbf\x6c\x2a\x93\xd0\x6e\xcf\x89\x97\xb5\xea\x8d\xe1\x2d\x02\xaf\x0e\x45\x6c\x9c\x81\x92\xa6\x25\x36\x88\x1a\x36\xf0\x3d\x3e\xd9\xf4\xc7\x8a\x26\x79\xc8\x36\x77\xe9\xf1\x72\xb8\x7b\xc1\xf4\xf2\xa0\xaf\xb7\xff\x84\x7d\xe3\x2d\x7f\xad\xd1\xa7\x05\x19\x41\x4d\x23\xcb\x31\x36\xa1\x7a\x23\xf4\x67\x2f\x22\xd1\xa3\xdd\xc6\x93\xf1\x42\x13\x17\x6e\xeb\xa7\x28\x4f\x1f\x93\x7e\x95\xe6\x3c\x1d\x77\xb1\xbe\xa8\x7c\xc1\xe3\xcf\x0c\x60\x56\xd5\x10\x9b\x0f\x2e\x6a\x14\xe2\x1e\x91\xc7\xb5\x0d\x73\x69\xf7\x74\xfb\x47\x37\x12\x2c\xf5\x26\xee\x71\xca\x5d\x4f\x8d\xee\xe3\x4e\xfa\x58\x0d\xbe\x99\x99\x7b\xa9\xda\xf7\x67\xb7\x63\x54\x5c\x77\x53\xf5\x68\x7c\x54\xe7\x74\xce\xcf\xe4\xf2\xb7\xcd\x11\xd9\xe9\x4d\x9d\x42\x1e\x53\x59\x1f\xba\x82\xcd\x8f\xbe\xfa\xd5\x6b\x76\x0f\x99\x5f\x32\x10\x02\xc9\x2d\x9e\x1e\xaa\x16\x0c\xa9\xbe\x3b\x2d\x7c\x35\x16\xfc\xa1\x88\xc0\x31\x97\x57\x2a\xbf\xc5\x3d\x74\x67\xac\xea\x31\x37\xce\xdc\xae\x59\x9a\x77\xd4\x43\xe9\xad\xf3\xda\x5e\x60\xc5\xdb\xc3\x98\xf9\x28\x85\x56\xbd\x69\x8f\xe4\x63\xcd\xb5\x9d\xbf\xb2\xf2\x9b\x6c\x2a\xeb\xf3\xde\x34\x1a\x66\x7e\x2f\x02\x36\xec\x86\xcb\x95\x10\x1a\xb3\x3c\x72\xca\x8e\x34\xeb\x3f\x21\xbc\xd1\x69\x13\xd7\xfe\x56\xb9\xff\x56\x4a\x29\xba\xe6\x51\x77\x9c\xc4\x6e\x9b\xea\xc8\x49\xe1\x31\x58\x5d\x6a\x1b\x5f\xf6\x4e\x48\x8e\x33\x4f\xdb\xbc\x2a\x3f\x97\xfd\xcc\x75\xa6\x6c\x8e\x1b\x1d\xca\xa8\x8b\xe2\x08\x25\xfd\x56\x7b\x05\x7b\x39\xfb\x7d\xb5\xc6\x74\x4c\x71\x55\x55\x4b\x57\x42\x45\x54\x65\x46\xe5\x6c\xf5\x4c\x65\x52\x26\xa7\x4e\xaa\x62\x29\xdc\xa6\x9e\x50\x69\xf3\xec\x68\x63\x74\xf5\x5d\x4b\x68\xd3\x8f\x3a\x0f\xdd\x7b\xad\xc7\x1b\xc3\x55\xd5\xda\x3d\x5b\xbc\xa4\x59\xfd\x47\x7b\x9f\x88\x61\x54\x03\x43\xca\x38\xed\x66\xd8\x58\x27\x5e\xaf\xab\x49\xb2\x3b\x47\xe2\xe5\x46\x8e\x22\xcf\x3b\xeb\x6c\xa9\x2d\xaf\xaa\x14\x50\xba\x87\xbf\x5b\xed\x5c\x42\x98\x75\x6b\xd2\x2d\xe9\xec\xd1\x6d\x0f\x2d\xb9\x5c\x85\xec\x3c\x5c\xb4\x9a\x25\xd7\xf5\xa1\xf0\x47\x78\x72\xcf\xed\x22\xe1\x67\xac\xde\x07\xc5\x5d\x96\x6d\x7d\x5d\xa5\x7f\xeb\x1e\x1d\x10\x2e\xcf\x55\xf9\x6b\x70\xb2\xb2\x49\x7a\x77\x02\xd2\xac\x2a\x96\x6a\x7e\xc4\xef\xf0\x56\xb0\x2b\x2b\xa8\x6b\xe3\x49\xa8\x5b\xb8\xd2\x26\x28\x1d\x94\xf0\x75\x5d\xa8\x82\x95\xbd\xc9\xc7\xb6\x6d\xe6\xf9\x90\x6d\x7a\x0c\xf2\x20\x4b\x27\x06\x2f\xe7\x5d\x18\x08\x1d\x39\x9b\xf3\xb5\x46\x74\xcc\x39\x5b\x30\x6b\x62\x3c\x30\xeb\xb7\x88\x07\x13\xc1\x99\xaf\x3d\xbb\x26\x7e\x64\x95\x5a\x29\x4e\x8e\x64\x33\x1e\x64\x4d\x35\xbd\xda\x54\x3e\x33\xbd\x92\x1f\x22\xb1\x34\x87\x2d\xdd\x12\x1e\xf6\xb2\x72\xb6\xdb\xd7\x8a\xf0\xf2\xf0\xda\x1b\x48\xff\xe8\x77\x65\x97\x50\x5e\x10\x1a\xb1\x9d\xd5\xf5\x3e\x49\x70\x8b\x35\x1e\x9d\xd1\xc9\x54\x9f\x96\x48\x5f\x43\xf6\xcf\xb2\xd2\x2a\x87\xb5\x16\x6e\x26\x63\x6b\x4b\x17\x03\x13\x5b\x72\x0e\x2f\x52\x13\xdc\x22\x5d\x97\xcc\xe2\x3b\xbd\x2c\x96\x65\xe2\xe7\x2c\x5d\xe0\x7f\x24\x8c\x69\x8b\xc2\x29\x49\x59\xf2\xc1\x88\xee\x94\x0c\xd1\x79\xc4\x99\x6c\x82\xd0\xce\xcb\x1e\x0b\xd6\x87\xcb\xe9\xdd\xf6\x1f\xde\x43\xca\xf9\x2e\x84\xed\xbe\xf6\xbb\xcf\x4b\x36\x3b\x47\x57\x42\xee\x6e\xe4\xad\xaa\x27\x08\x6f\xe1\x50\xe7\xe3\x1b\xf0\x32\x18\xd5\xd8\x2b\x13\x16\xd8\xb6\xa8\xb3\x4d\x87\xb1\xdf\xc2\x1d\x72\x59\x38\x60\xe8\xe3\x68\x51\xdc\xf9\x97\x03\x5e\x1e\xb8\xa9\x97\x7e\x4f\xe0\xf8\xec\x10\xa9\x7b\x2f\x08\xeb\x61\x86\x20\x16\xaa\x2c\xfa\x6f\xc9\x7a\xe4\x7c\xca\x5d\xf1\xbc\x6c\x90\xb6\xdb\xc7\xb9\xca\x53\xfa\x3f\xf6\xe3\x5b\x47\xcc\xaf\x6f\x4b\x0d\x9b\x39\x3f\xd8\x20\x2e\x51\x9e\xdd\xd8\x78\x4f\x68\xf2\xdb\xe6\xff\x22\x3f\x08\xd0\x25\xd2\x68\x3c\xbf\x8d\xa9\x0e\xc6\x59\xef\x81\x66\x7b\x3a\xc9\x33\x36\x97\x4b\x97\x7b\xda\x1f\x25\x44\xe9\x77\x2b\x7f\x3a\xcc\xe8\x72\xd2\x7c\x6c\xc0\x3c\xe6\x9a\x77\x6b\x1d\x1f\xe5\xf9\x0e\x54\x8d\x1e\x0e\x68\x94\x39\x83\x12\x88\xd4\x91\xb4\x2d\xa9\x57\x62\xed\xbb\xb4\xa5\xdc\xea\xdf\xc7\x8c\x0e\xeb\x7c\xd8\x13\x5f\xbc\x6c\xe4\xb8\xe3\x8b\x81\xdb\x38\xf0\x87\x88\xad\xf6\x9f\xe8\x6c\x0a\xd6\x81\x88\xfb\x40\x1f\xb6\xfd\x30\xc2\x61\x94\x5a\xb4\x56\xbb\x32\x0c\xcc\x4c\x33\x62\x19\x75\x8f\x7f\x84\x00\x58\xe3\xfa\x87\x1d\xff\x62\x7a\xe9\x3c\x7b\xe0\x47\x53\x7a\xf8\x45\x09\x48\xf0\xb4\xbe\x03\x7e\x80\x2d\x75\x3d\x2a\xcb\x42\x1f\xf1\xf5\x91\xfa\xd6\x50\xa9\x70\x75\xdd\xa4\xeb\x93\xd2\xb1\x4d\x95\x99\x23\xb7\x80\xbb\x7d\x58\x9c\x3a\x60\x2f\x9a\x74\x5d\xbb\x86\xa1\x46\x89\x7a\x58\x4e\x05\x30\x5a\xf4\xd3\xd1\x02\x8c\x1a\xed\x3b\xbd\xda\x74\xf2\x1d\xb1\x92\x13\xf4\xa7\xaa\xca\x71\x74\xea\x96\x52\xb2\xcf\x23\xaa\x80\x62\xbb\xd5\x16\xa5\x54\x1e\x73\xff\x23\xfe\x04\x0c\x2b\xaf\x82\x01\xc0\xba\x20\x4a\x58\xd7\x27\x15\x72\x1b\x98\x6b\x0e\x69\xb2\x7f\xb4\x47\xc2\x5c\x79\x6a\x03\x10\xf9\xab\x3c\xf6\xaa\xa6\x22\x75\x2b\x9b\x60\xa3\x9c\x40\xff\x44\xa4\x28\xf7\x53\xbb\xc8\x2d\xca\xdb\x24\x3a\xc5\x58\xc9\x76\xee\x37\x0a\x5a\xf1\xf7\xf6\x59\xca\x92\xc2\xd1\x82\x59\xca\x6d\xd8\x50\xec\x3e\x29\x0d\x1a\xe7\x73\x81\xb8\x01\x49\xb1\x6e\x20\x8b\x82\x41\x5a\x23\xd8\x24\xf0\x7b\x58\x10\x3a\x19\x12\x0c\xd1\x41\xdd\x87\x60\x40\xbb\xab\xae\xd0\x8b\xa0\x23\x22\xaf\xd1\x2f\x58\x15\x42\xc2\xa4\xb7\xec\x07\x42\xfa\xac\xae\xb5\x0c\x21\x53\xb6\x37\x73\x46\x9c\xcb\xb8\x8f\x5d\x93\xe0\xd2\x18\xcb\xda\x12\xaa\xab\x8c\xe1\x6b\x20\x79\x0c\xb9\xe3\x19\x44\x01\xa9\x53\xd9\x03\xbd\x07\x9f\xcf\xaf\x84\x34\xc1\x6d\x92\x6e\x43\x3c\xe1\xbf\x82\x81\x20\x00\xf2\x4f\x87\x04\xd9\x81\xd5\x6d\x28\x4f\xf6\xf3\x6a\x37\x58\x55\x4e\x79\x35\x4a\x6e\x51\xee\x13\x92\x22\xab\x2e\x36\xb1\xac\xcc\x0a\x12\x13\x41\xff\x58\x13\x13\x9e\xa3\xc0\xd9\x04\xe1\xaf\x6b\x9b\x6c\x45\x31\x05\xb6\x22\x0d\x26\x39\xc9\x58\x46\xe3\xa4\x30\xb4\xcf\x0b\xaf\x41\xf2\x84\xdb\x7d\x3f\x21\xd1\xa8\xeb\x75\x6c\xa8\x3c\xc2\xb0\x30\x08\x52\x07\x77\x48\x00\x42\x8e\xad\xdc\xf2\xde\x81\x9c\x5d\xed\x36\xa5\x00\x0d\x50\x05\xd0\x59\x60\x2e\x4a\x03\x64\x00\xa4\xaf\x6e\xc9\x6a\x81\x28\xc8\x31\x19\x09\xb1\xc5\xc5\x1c\x8e\xfd\x0d\x9f\xe5\xd5\x35\x5d\x89\x4c\x8c\xf3\x1a\x48\x2c\x91\x7e\x8f\x33\x2b\x7e\x86\xfb\x3b\xc7\x41\xea\x08\xfb\x15\x09\x2b\x07\x67\xbe\x59\xd1\x06\x33\xa9\x8f\x27\xbc\x61\xc3\xd8\xe0\xd6\x68\xd8\x45\xc4\x93\xa2\x74\x48\xd3\xd2\x5c\xac\x2d\x04\xb3\xf2\xd1\x3d\x1f\x52\x83\xcd\xd5\xd4\x86\x44\xa0\x99\xd0\x0c\x48\x37\x5a\x4f\xae\xc4\xe8\x35\x4e\x48\xbc\xd1\x72\x02\x13\x26\xda\x29\xbe\x32\x75\x8d\xb7\x70\xe3\xe3\x3c\x83\xcb\x92\x12\x83\x8f\xb0\xd3\x65\xcd\xb1\x6e\xec\xdf\xa4\x4f\xb1\x5c\x79\xc1\xe0\x2c\x8e\x2b\x0b\x2f\x1f\xcf\x76\xc1\x43\xd5\xec\xb8\x8f\x10\xd7\xb4\x75\x58\x6b\xc3\x60\xfd\x61\xda\xa5\xda\x7d\xbd\x4a\x5a\x6a\xc6\x83\x87\x51\xd4\x45\xaf\x66\x9d\xdf\xe9\x66\x3a\x2c\x03\x29\x4a\x04\x24\xd3\xda\x93\x7c\xe7\x46\x61\xf0\x11\xac\x8f\xb8\x5b\x14\x14\x3d\x21\xf2\x4a\x6a\xa8\xdf\x80\xc7\x97\x4a\x1e\xdf\x5e\xa7\xc8\x80\xe6\x72\xf8\x74\xe0\xcd\x15\x3d\x6e\x9b\xa2\x1f\xde\x9a\xd3\x73\xcf\x8f\x75\x86\x63\xfe\x68\x85\x63\x43\x1b\xb2\x09\x61\x2d\x23\xff\x72\x9b\x20\xce\x0e\x4d\x3e\x1b\xc6\x53\xea\x53\x9e\x5b\xe2\x90\xd9\x8c\x17\x00\x5c\x6f\xb0\xbe\xff\x2d\x3c\xd4\xe6\x59\xd0\x7d\xca\xae\x6a\x66\x98\x18\x89\x2e\xd9\x90\xa0\x89\xb9\x24\x92\x52\x78\x71\x55\xfd\x9a\x8d\x9c\xd6\x5b\x3c\x37\x0c\x88\xef\x6b\xe7\x3b\x83\x11\xa3\x8f\x37\x6d\x14\x5e\xcd\x6c\x6c\x10\x0d\x5a\x57\x9f\xf0\xab\xec\x31\xa4\x2a\xce\x07\x0f\x0d\x1c\x1a\x07\xf3\xb5\x5b\x0d\x9b\x05\xbe\xd4\x80\x37\x75\xbf\x8b\xa8\x5f\x3a\x54\xe9\x1d\xe3\xb9\x00\x4f\xc7\x24\x98\x2d\x04\x05\x6e\x24\xf7\x2d\xfc\xb2\x8d\x4c\x33\x5c\xbe\xaf\x75\x38\xe7\x3a\x3c\x0d\xb8\x98\xf7\x0e\x31\x7e\xb9\xb5\x0c\x83\x50\xbd\xb4\x0e\x76\xac\xf9\xc2\x79\x0e\x53\x68\xbe\xc6\x39\x50\x82\x77\xcc\x71\xcf\x18\xae\x0d\x2e\xaf\x87\xd8\xbf\x9a\xb1\xe0\x09\xbd\x50\x5e\xdc\x64\x5c\x0b\x09\x9d\xcb\x42\x7e\x8e\x35\x98\x9a\x1b\x7f\x92\xb2\x3c\x21\xd8\x8e\xce\xe4\x8c\xc9\x95\x5d\xcb\x15\x1a\x79\x9f\xbc\x55\x08\x18\x29\x0c\x10\x2d\x1e\x1e\xb5\xb4\x0f\x2b\xdd\x1b\x2f\xd0\xbb\x5c\xfe\x69\x4a\x5c\x09\x51\x89\x9c\x89\x17\x53\xa9\x17\x58\x48\xbd\x9a\x07\x1d\x2c\x35\xe5\xd4\x28\xde\xa8\x88\xe0\x46\xea\xc4\xd5\x2a\x73\xf6\x6c\xef\xb7\x41\xb8\x4d\xde\xef\x7a\x62\xd9\x9b\xd1\xa0\xc1\x3d\x4a\x60\xca\xc1\xe0\x1f\x08\xc9\x57\x61\x7d\x90\x91\x96\x12\x97\x9e\x89\x96\xd5\x37\x37\xbb\x07\x4b\x2e\x54\x75\x76\x9f\x48\xec\xab\x15\xef\xf6\xf1\x7f\x51\x57\xd2\x13\xe5\xf0\xaa\x21\xa1\x8f\x6d\x38\xd5\x34\x3b\x58\x77\xbb\xab\xe5\xdd\xc8\xa2\xec\x58\x97\xe2\x54\xa2\xb0\xae\xa2\x40\xa6\x3e\x97\xa6\xcd\xcc\xcd\xe3\x2e\xdb\x1d\x29\x3e\xcf\xb1\x78\x2e\x58\x69\xcc\x3b\x1f\x1d\xd1\x28\xce\xbd\xfe\x4a\xb6\xdd\x9f\x96\x58\xea\xd5\x2e\x80\xd8\xae\xc9\x68\xd5\x1b\xcd\x6e\x7e\xd8\x62\xd5\x52\xd8\xf6\xb0\x05\x56\x1c\xdf\x11\xdc\xec\x9e\x58\xfc\x16\xdb\x6c\xe4\x5f\xdc\xc9\x6f\x99\x75\x6c\xea\xd6\x69\x37\x78\x7c\xa9\x87\xd2\x69\xac\xbe\xdd\x47\xef\x51\x00\xef\x8e\x1c\x1b\xda\xbd\x11\xad\xbb\x14\x73\x87\x3f\x62\x53\x9f\xf0\x37\xff\xa8\xd7\x85\xf4\xd3\x9c\x77\x31\x5d\x79\xef\xf8\x37\xf3\x2f\x94\x63\x79\x17\x6b\x87\x6b\xd9\x0c\x62\xab\x4b\xed\xfa\xea\x83\x9e\xcb\xb5\x90\xf1\xa1\x81\x4f\x35\x36\xad\xf5\xc3\xe7\xab\xb5\x8b\x9b\x47\x7c\xab\x74\x13\x97\x47\x2f\x55\xbe\x0b\xd0\x1e\x5d\xa9\x2a\x74\x4a\x1e\xe3\xd7\xb8\x3f\xbe\x39\x21\x5d\xd7\x7c\x97\x35\x79\xbf\xd1\x17\xb4\x3b\x2b\xd8\x8e\x10\x97\xb3\x76\x08\x2a\xd9\xfc\xf9\xa2\x20\x54\x7c\xa3\x2a\x06\x11\x6d\xc6\xaf\xc9\xca\x4b\x31\xe5\xe3\x6a\x0d\xf2\x1a\xd6\x25\x07\xe0\xe5\x09\x9c\x83\x51\xf9\xf2\xe7\x58\xab\xa9\x99\x72\xfb\x69\x91\x59\xe8\x6b\xad\xb6\x85\xb9\xc9\x92\x4b\x25\x0e\xf3\x85\x45\x8c\xa4\xe0\x79\x66\x91\x70\xe0\xf5\x05\xd9\xa2\x3b\xce\x17\x16\xa6\x8b\x0d\x8c\xc8\x8b\x59\x25\xcf\xee\x1c\x59\x2a\x79\x6d\x27\x27\x01\xbf\x57\x49\x14\xf9\xe1\x1f\xee\x76\x68\x6f\x39\x3e\xe4\xf9\x97\xed\xb7\x39\x07\x41\xb8\xad\xdd\x2a\x91\xa8\xf8\xcd\xa1\xfe\x33\x69\x0f\xb7\x95\x97\xee\x14\xfe\xda\x44\x21\x42\x0a\x75\x48\xee\x48\xd3\xfc\xa5\x59\x16\xea\xf7\x5c\xeb\x8e\x16\x14\x2f\xe7\x64\xe9\x3a\xfa\xcf\xac\x27\xc9\xb7\xd0\xf2\x99\xf7\x03\xb3\xd1\xd2\x19\x8d\x4e\x09\xe8\xe2\x4c\x80\xe1\x0c\xe6\x7a\x66\xe3\xcd\x3c\xac\x50\xf6\x3d\xa9\x2a\xd4\xf1\x02\x09\x31\x8b\x04\x4d\x5b\xfe\x5f\xfd\xd9\x3d\xce\xb3\xbb\xe1\x15\x26\x1e\xb2\x9b\x0b\x9d\xc7\x7d\x2d\xb6\x36\x26\x15\x22\x62\x36\x61\xa8\xb4\xa4\x99\xf5\x6e\xe2\x83\xb4\x4e\xda\x13\xda\xb1\xf4\xe9\xa5\x35\xba\x62\x0a\xac\x9b\x43\xbf\x92\x80\x2e\x0b\xa0\xfa\xc4\xae\x25\x07\x53\xcc\xa3\x26\xfc\x93\x48\xae\x91\x74\x5b\x37\xa2\x71\x24\x5b\x07\x4b\xb0\x8b\x7e\xaf\x10\x89\xa5\x26\x0a\xc8\x34\xa2\x05\x33\xbc\x24\xb2\x73\x0f\x0c\x00\xef\x49\x35\xa9\x26\x92\x3b\xc5\x9d\x2e\x0e\x59\x9b\x57\xc6\x64\x5c\x5d\x37\x16\x56\x02\x7c\x66\x36\xd5\x88\xfb\x41\xf7\x39\x57\x49\x7f\xbf\x8c\x22\x39\xd2\x6a\x82\x7f\xcd\x5e\xa2\x53\xfc\x3f\xb6\xea\xd1\xc3\x7d\x8f\x17\x9c\xa3\x22\xbc\x3f\x46\x4f\x51\x6c\x3d\xb7\x3c\x41\x94\x27\x5e\x87\xcc\x2c\xe9\x26\x9e\xd6\x77\x32\x49\x45\xbe\xdf\xa1\xc1\xd8\xbf\x42\x72\x64\x7f\xa0\xfb\x62\x0d\xa5\x06\xde\x1c\x52\x4d\xf8\xeb\x44\x57\x99\xb6\xc1\x8e\xc6\xa4\xe7\x23\xd3\x1d\x0c\x9c\x63\x29\xb0\x2d\x80\x57\x75\xfa\x9d\x37\x47\xd2\x76\x82\xd2\xa7\xc9\xf5\xee\xf6\xc4\x1b\xf4\x2c\xa7\x8b\x63\x01\x8c\x19\x3b\xab\xba\x5d\x86\x88\x15\x23\xab\x94\x31\x65\x71\x31\x2c\x8a\xa5\x66\xdc\xea\x12\xbc\x76\xfb\x11\x5a\x1f\xce\xf8\xdb\xd4\x44\x05\x45\xda\x71\xa8\x85\x7c\xc4\x36\x78\xd6\xc8\xe5\xa2\xb7\x03\xcf\xcb\xdc\x6c\xb3\x57\x12\xdf\xcc\xe8\x0f\x53\xe6\x6f\x4b\x20\x94\xee\x55\xef\x0f\xa2\xc5\x1f\x70\x36\x95\x48\x3d\xfa\x7a\x74\x3a\xf5\x82\xb1\x07\x35\x92\xe6\xf6\xe4\x32\xe6\x32\x4b\xd1\x80\x38\x18\xc9\xaa\x7b\x70\xab\x1c\xcd\x34\xb9\x3b\x9a\x38\x49\x57\x57\x29\x7e\xf1\x82\xf6\x48\xf9\x97\x8d\x3a\xd5\x57\xe9\x98\x96\x1f\xa1\x4c\xe1\xa5\xc2\x33\x42\x86\x4e\x0c\xe4\x1d\x5e\xca\x36\x08\x88\xc0\xc6\xba\x0e\xca\xf6\xb6\x6e\x2a\xc6\xb1\xb3\x7a\x81\x4a\x31\x1c\x3a\xba\x45\xe5\xe4\x0e\x8a\x30\xa4\x82\xa7\xbf\x25\x09\xab\x8a\x51\x5f\x53\x4e\xdd\x3a\x20\xdf\xa6\xbc\x55\xfe\x30\xa7\x42\x55\x53\x1a\xec\xf8\x83\xfa\x58\xb1\xab\x10\x42\x75\x54\xc8\x8b\x83\x93\xeb\xe4\xa5\x7d\x3e\x90\xfe\x82\x19\xdb\xac\x90\x79\x50\x41\x9d\x8b\xb8\x66\xe8\x79\x79\x3d\xcc\x53\xa8\x35\x64\x0f\xf5\x37\x34\x03\xfc\x12\xeb\x63\xf5\x4a\x2e\x4f\xfc\x30\xf6\x16\x2b\x5a\x78\x8d\xf2\x8d\xcd\x12\x81\xae\xf5\xb0\x1f\x8a\x6a\xb1\xbf\xb3\x0e\x4b\xd0\x98\x67\x71\x4f\xa5\x06\xe8\xcd\xcb\x33\x32\xba\x94\xac\xe9\x33\xe0\x6b\x58\xab\x8e\x7a\x48\x21\x32\xb8\x32\x0d\xea\x0d\x5f\xcc\x57\x82\xb4\xc0\x9d\x12\xab\x20\x39\x08\xf1\xa0\x52\x50\x29\xd2\xc1\x01\x0f\x3c\x8d\xca\x85\x25\x00\xd5\x50\x16\x90\x6b\x40\x4f\x94\x38\x90\x03\x7c\xbd\xba\x2f\x4b\xb8\x21\xb4\xfc\xf7\xda\x29\x89\x2b\xd8\x11\x16\x43\x94\x40\x87\x71\xb2\xc4\xb4\x38\xa7\x39\xbf\x4b\xe8\xb1\x31\xb4\x30\xe9\x4d\x66\x13\xc6\x4b\x26\x87\x71\x7a\xd1\x03\xec\x47\xd8\xeb\x77\x81\x9e\x41\x79\xd6\xad\x42\x5d\x11\x66\x85\xa7\x21\x0d\x70\xd7\xf8\x57\x10\x9b\x15\x3f\xef\x1a\xe8\x1d\x94\xa9\x99\x1a\x08\x8e\x7e\x0c\x2b\x00\x7d\x45\xfd\x04\x67\x80\xa5\x50\x3d\x72\x2b\xda\xfd\x38\xe5\x1b\x23\x12\x61\xcb\xf7\xd9\xc2\x12\xbf\xe0\x6f\xd7\xb6\xa4\xe5\x71\x7e\x6b\xcf\x25\x8e\x31\x7b\xb9\x6f\x24\x4d\xb9\x26\x1c\x4f\x99\x66\x8e\x0a\x59\x04\x44\x63\x79\xae\x8c\x43\x4d\x68\xca\x93\x72\xb0\x7e\xac\x79\x4b\x2e\x4c\x04\x21\x5a\x48\x85\x30\x17\x0f\x62\xf2\xa1\xf2\x2b\x07\xee\x40\xd8\x73\x5c\x98\xa6\x23\xf4\x0b\xa6\x1a\x36\x7a\xaf\x88\x90\x23\xe7\x6a\xea\x44\x20\x48\xc7\x85\x78\xe2\x4f\xde\x10\x91\x40\x4e\xf5\xf3\x2f\x4a\x1d\x5a\xdc\xe3\xee\x49\xef\x23\x46\x38\x30\x90\x26\x3e\x89\x6d\x2c\xfb\x9e\xbd\xc5\x37\x87\xb5\x72\xe2\x58\xe3\x8a\xd1\x1c\x08\x7e\x41\xb3\x82\xdb\x89\xa8\x7e\xe4\xc4\x0a\x1d\x56\x7b\x9c\x4a\x47\xd7\x27\x18\x9d\x67\xa4\x65\xfa\x3d\xea\xa4\xff\xf2\xb6\x35\x32\xa5\xc5\x19\xaa\x98\x2e\xd1\x0c\xe4\x33\x1d\x25\x69\x45\xd2\x7f\x87\x1b\x90\x04\x24\x56\x63\x3a\xf1\xa7\xc4\x32\xa5\x1d\x07\x83\xd7\x1f\xcb\x30\x27\xdf\xae\x77\xc8\x59\x2c\x94\xf3\x37\xc0\x60\xa4\x27\x4f\x55\x25\x91\x98\xc0\xf9\xa6\x25\xc2\x31\xe4\x05\x5b\x4c\xb3\x8f\x51\x35\x5c\x85\xd9\x5b\xa8\x34\xdf\x29\xce\xa9\xd9\xe1\x20\xad\x35\xc1\xce\x5b\x2f\x23\x99\xbb\xaf\x61\x61\x44\x66\x65\x6c\x61\x64\x05\xb3\xe8\xa9\x72\x54\x29\xd7\xe0\xae\x5c\xdc\x2c\x23\x0b\xbc\x9c\x56\x4d\xdc\x97\x10\x2c\x39\xc0\x75\x8b\x56\x01\x17\xbb\xf5\x78\x9e\x60\x62\x7f\x31\x7f\x17\x76\x7a\x7c\x7e\x4b\x56\x45\x6f\xe1\xca\xe6\x57\xb3\xef\xe8\xd5\xf5\x0b\x8e\xf7\xa8\xd7\x79\x65\x2f\xb8\x74\x65\x7a\x50\xd8\x2c\x35\x60\x35\x2a\xce\x9c\x40\x19\x67\x24\x3d\xc5\xfd\x6a\x3d\x92\x66\x8b\xcd\x2d\x8c\xcd\x04\x63\xf8\xd1\x02\x39\x39\x98\x5e\xf7\x5f\x05\x29\xa8\xe9\x47\x8d\xa5\x67\x50\x28\x65\xdb\x32\x0e\x2e\x58\x84\x5d\xed\x87\xb6\xbc\x76\x00\x79\x57\x0f\xe1\x6c\xc9\x37\xb6\x68\x70\x43\x6e\x32\xbb\x3d\xd7\x65\x9f\x28\x8e\xf8\xf0\xa9\xce\xc5\xb3\x38\x8e\x75\x40\xfe\x92\x36\xdd\x3b\x1e\xb6\x1a\x4c\xdc\x4e\x47\xac\xa8\x2e\x32\x73\x8d\x96\x97\x07\x33\x8b\x63\x16\x75\x1b\x04\xcb\x1a\x17\xb4\x73\xa7\x2b\xcf\xcd\x47\x46\xd6\x55\x07\xcf\xe7\x7b\xe8\xd4\x0a\xcf\x0f\x98\x8a\xd5\xe7\x2f\xb9\xdc\x89\x6c\xf2\x47\x8c\xc8\x64\xb5\x06\xae\x8e\x5e\x36\x92\x57\x2f\x9b\xe1\x7c\x52\x39\x5a\xa9\xca\xed\x35\x33\x6b\x68\xe0\x65\x3a\x52\x3a\x9e\x70\x0a\x02\x34\x7b\xbb\x59\xf9\xf1\x3b\xa3\x66\x94\x87\x79\x75\xd3\x9f\xf0\xd8\xb2\xe3\x93\xf8\xb9\xad\xda\xdd\x09\x99\x7e\xa5\xc6\xfd\x71\xf9\xda\xb2\xd6\x87\x63\x0e\x39\x15\xed\x75\x63\xee\x11\x98\x8e\xfd\xf1\xdb\xcf\x24\x3a\xaf\x4c\x1c\x3c\x09\xeb\x06\x4c\x17\x68\xd6\xf6\x1e\x9d\x0b\x80\x39\xf7\x1f\x5d\xcc\x17\xa9\xbf\xf5\x2a\x7b\x81\x27\x6a\x26\x97\x67\xc2\xbe\xe4\x70\xb7\x94\xcb\x79\x17\x98\x54\x23\xc6\x13\x4e\xec\x6b\xee\x64\x4f\xe5\xe7\x75\xba\xd0\xd6\xea\xda\x07\x22\x08\xe9\x6d\xe8\xbe\xc5\x79\xbb\x9e\xa9\x5e\x7c\xdf\x1f\xfd\x98\xde\xd5\x9a\xad\x41\x6c\xaf\x5f\x0e\x68\xf8\x62\x6f\x60\x44\xef\xf0\xf7\xbe\x0c\x4f\xa5\xd1\x0b\x03\x05\x96\xa9\x63\x16\xc3\xaf\x75\x1f\x8d\x77\x8c\x7d\x52\x31\x9b\xe0\x4f\xc4\x49\xa8\x9a\xae\xc5\x1e\xe3\x8d\x3a\xfe\x96\xa2\xc6\xd7\xf2\x3f\x9d\x25\xcf\x6b\x4d\xdc\x2a\x7c\xc9\xa3\x15\xcb\x57\x36\x70\xad\x1b\xed\x1a\xfc\x18\x9f\xfb\x29\x1d\xcd\x94\x13\x63\x02\x1d\x92\x8b\x15\x53\x4e\xed\x0a\xfd\xbf\xcf\x80\x5a\x4b\x6b\xca\x67\xad\x5b\xa8\x39\xaa\x73\x87\x5b\x1a\x23\x58\x73\x25\x2d\x48\xcf\xc8\x79\xe3\x36\x80\xa5\xf7\x82\x4c\x3b\x55\x47\x73\x51\xe8\xed\xb4\xa2\xc6\x92\x59\xf7\x79\xf1\x27\x8e\x92\x41\x55\xeb\x9b\xfe\xd6\xe1\x1e\x1b\xd3\x29\xae\xf1\x7f\xad\x5f\xca\xbf\x96\x71\x89\x1f\xdd\xb8\x5c\xe4\xb5\x1e\x3c\xd8\x5d\x79\x96\x93\x37\x2f\xdd\xf0\x89\x3e\xbd\x2c\x5f\xbf\x0b\x7f\x8e\xe8\xaf\x33\x1f\x80\x21\xf3\x6b\x8a\x6a\x85\x57\xd5\xab\x93\x72\xf0\xab\x4f\xab\xb2\x23\x1b\x57\xc7\xab\x1c\x3c\xff\x5e\xfd\x5a\x95\x6c\x79\x15\x85\xa8\xa6\x68\x1f\x41\x71\xaa\x3f\x41\x69\xe8\x1f\xb5\x4e\xc2\xd7\x83\xf5\x3d\x65\x76\x7f\xa4\x16\xfb\x1f\xde\xfd\xfd\x55\xdd\xcb\x8d\xad\x89\xfa\x43\x71\x5b\x9b\xa5\x83\x7b\x59\xc2\xdb\x16\xcb\xdf\x4b\x36\xb7\x56\xb0\xd2\x6f\x4e\xb3\x14\x49\x67\x2a\xdc\x56\xdf\x93\xf3\xcb\x66\x86\x6e\x90\xeb\x4b\x15\xeb\x7e\x23\xeb\x15\x1b\xe6\x7c\x20\x1d\x14\xfa\x46\x2e\x13\x4c\xf2\x9c\x9f\x7e\xc6\xf1\x73\x83\x4d\xcc\xb1\x7d\xb9\x26\x6a\x5d\xd8\xf9\x82\x4a\x08\x0a\x7b\xb2\xd4\x54\x4a\x38\x4d\xcd\xe9\xc3\xfb\x4b\xf9\x51\xae\xdc\x1d\xbb\xaa\x0c\xaf\x95\xad\xf3\xbd\x32\x41\xfa\xdb\x02\xb3\x47\x62\x0e\x36\x7f\xa0\x7b\xd3\x14\x79\x5e\xc4\xd1\xcc\x21\x6a\x2e\x75\x32\xbb\x0c\x71\x84\x7e\x3e\x63\xba\x4f\x80\x7e\x26\xd5\xe0\x8d\x27\x55\x2f\xa9\x38\xb5\x94\x22\x1e\x5f\x1c\xf8\x9d\x88\x8b\x6b\x74\x10\x22\x74\xc4\x91\x1f\xee\xe0\x0d\xe3\x2b\x95\xba\x71\x97\x52\x7b\x41\x1d\x58\xa9\xec\x74\xe9\x6b\x45\xf5\x86\xf7\xdf\xb5\xd7\x58\xdb\x18\x6c\xaf\xf7\x60\x5c\x2c\x36\xc8\x93\x57\x9f\xbd\xdc\xd8\x43\x85\x07\x4c\x6d\x7a\x12\xcf\x86\xa8\x33\x01\xa4\xfe\xf0\x16\x52\x1f\xed\x49\x84\xfc\xfc\x4d\x1a\x23\xe4\x73\xfb\x3b\xba\x51\xd0\xa3\xc2\xef\xd4\xba\x80\x0b\xb1\x1f\x29\x47\x7d\x1d\x9e\xef\x93\x3f\xf8\x02\x2d\x04\x68\x66\x2f\x18\x1a\xc2\x24\xeb\x60\x98\x3c\x8f\xa0\x1e\x99\x0c\x3a\x8a\x0d\x48\xb4\x90\x11\x69\x3a\xa1\x73\x68\xb7\xfa\xed\x2d\x83\xa5\x6d\xe2\xcc\x9f\xc6\x2b\x3b\x4a\x88\x10\x3b\xc0\x56\x23\x01\xe9\x7c\x99\xf3\x95\xa4\xe6\xc6\xa5\xfd\x22\x2b\x78\x0e\x12\xa3\xe8\x86\xee\x6e\x93\x30\x46\x85\xd3\x6e\xa3\x18\xa3\xd0\xc1\x30\xe7\x80\x11\x6d\x9b\x14\x91\xca\x0c\xb3\xfa\xe5\x9e\xc0\x92\xb2\x7a\x69\x8c\x67\x39\xda\xd0\x6e\x2d\x52\xde\xb8\x5e\x86\x95\xe0\xb5\x5e\x94\x03\x49\x58\xa7\x10\x1f\xd9\x27\x1d\x4a\xca\xcd\xdb\x72\x23\x47\x54\x57\x76\xcf\x2f\xef\x3d\x8c\xdd\x3d\x83\xbf\x6f\x78\x98\xeb\x4f\x6e\x32\xf9\xc1\x90\x24\x1d\xb7\x7c\x48\xb1\xa7\xde\xb4\x9e\xc4\x3f\x60\x1d\x37\x8d\x1e\x21\xad\x19\x1b\x3c\xa8\x54\x5d\xbb\xa3\xeb\x94\xda\xc2\xf6\xd3\x38\x1b\xa4\x42\x4f\xba\x75\xd4\x96\x41\xbb\xa1\xcc\xd5\x1e\x21\xc9\x29\x5d\x51\x7c\x4d\x72\x7c\x6c\x00\x93\x21\xc4\xda\x17\x83\x96\xb0\xd7\xbd\x6e\xcb\xf2\x3a\xff\x54\xc2\x71\xd5\x27\x76\x94\xeb\xb7\x0c\xb1\x48\x95\xa9\x3d\x09\xe2\x09\xd5\xf7\xf4\x20\x52\xc5\xed\x3d\xea\x00\x55\x40\x37\x84\x4c\x60\x88\xe9\xda\xa1\x7c\xa9\x05\x2a\xd7\x3b\xee\x50\x27\x95\xaf\x15\x06\xd1\x94\x94\xa0\xf1\x9e\x94\x4a\x85\xda\x17\x7d\xe4\x35\xf9\x1d\x5b\x3c\xa5\x00\x86\x7e\x60\x84\x5f\x82\xdd\x52\x10\xc7\xea\xc0\xd4\xa0\x85\xe8\x0e\x98\x36\xf8\x27\xae\xcc\x4e\x12\xa8\x22\xde\x85\x9b\x5c\x4b\x17\x7d\x49\x57\xe5\xf8\x8b\x32\xd9\xd9\xec\x2d\xf1\x05\x8e\x15\x4b\x48\x2a\x9e\xd9\x89\x5b\x95\x51\x66\xe8\xc1\x25\x64\x7d\xa8\x0e\xd3\xd3\x60\x3c\x76\xa0\x03\x0e\x61\x22\xf3\x2a\x4d\xa1\xaf\xe0\xd3\x79\xb3\x90\x16\xb8\x6b\xa2\x00\xe4\x04\x62\xd3\x1f\x0d\x3e\x87\x2c\x73\xbc\x0c\x12\x41\x5f\x90\x3f\x04\xd2\x44\xd1\x21\x28\x90\x1b\xaa\x09\xb4\x04\x4a\x45\xbd\x94\xe3\x4a\x1c\x41\x38\xb2\x63\x24\xde\xe0\x6d\xd8\xc2\xe2\xdd\xcc\x60\xee\xcd\x1b\x1a\x9c\x9f\x9c\x29\xa9\x29\xce\x23\x5a\x87\xec\x1b\x96\x11\x86\x2c\xfb\x8e\xc1\x5c\x3a\x02\x71\x25\xfa\xf6\xd7\x40\x83\x50\x25\x75\xf5\xd0\x54\xc4\xe3\x82\x0a\x48\xf2\xf2\x46\xdc\x2a\xa4\x7c\xa5\xc2\xdb\x18\x26\x86\x5a\x36\x0b\x02\xef\xa2\x69\xf2\x0a\x90\x93\xe8\x6c\x48\x34\x44\x16\xfd\x00\x74\xc2\x30\x95\xb0\x28\xe1\x22\x39\xbe\x7c\xc0\x2e\x92\xf2\x58\xb9\xca\xd1\x92\xf6\x22\x28\xb0\xf7\xa4\x24\xd9\x27\x78\xe6\xd2\x34\xae\x1d\x47\x57\xae\x8e\xd3\x42\x36\x80\x44\xb0\x46\x56\xc6\x60\x96\x34\xc2\x64\x9f\x3c\x07\xb3\xd1\x12\x04\xbd\xb1\x14\x52\x00\x80\x90\x17\xf9\xd1\x64\xf9\xab\x08\x4b\xf7\xa7\xf2\xf5\xf8\x6b\x9a\x77\x60\x9f\xb1\x37\xe4\x53\xb5\xc9\x24\x00\x70\xcd\x3c\x8a\x84\x96\xed\x8c\xa0\x11\xbf\x4b\x44\x49\x1e\xcc\x74\xf0\xb1\x32\xf7\xe1\xad\x9c\x31\xd9\x6f\xc8\xab\x5c\x1b\x20\x97\x18\xc5\xbd\x01\xd2\xe7\x6c\xf0\xb4\x15\xe0\x9c\x54\x56\xe1\xad\x2b\x3c\x45\x52\xbd\xee\x59\x9e\xfb\xca\x4b\x93\xc8\xb5\xa9\x91\x2e\x4b\x0e\x63\xa8\x29\xcc\xf2\x38\x9d\x95\xad\xfc\x44\x9d\x11\xeb\xa7\x6e\x56\xc7\x50\x30\xca\xb7\x9c\xa2\xb3\x15\x26\x3d\xd6\xe8\x21\xa0\x87\x31\xa5\xb4\x57\xd2\x0f\x92\xe2\x89\xde\x12\xaf\x64\xde\x8d\x48\x6e\xbc\x94\x83\x4f\x7b\xae\x87\x80\xce\x2d\x95\xf2\xa9\xd0\xf7\xab\x25\xfc\x23\x6a\x6b\x94\x34\xde\xe8\xe3\xee\x35\x53\x76\xba\x9d\xef\x5a\x36\x55\xf1\x59\x01\x7b\x02\x95\x18\xb0\xcd\xbf\x30\x7f\x3a\xb8\x97\x6b\xd2\xad\x13\x1a\xcc\x09\x7d\x5d\x11\x85\x62\x7c\x8e\x13\x8a\x94\xe7\x7c\x70\xb9\x1d\xb7\xb5\x96\xfd\x40\x2a\xf5\x02\xeb\xae\xc2\x6e\xa1\x0e\x25\x4e\x52\xe7\xcd\x4f\xd2\xc7\x1b\x30\xf0\xf5\xde\x41\xbe\x39\xb4\x78\xc0\x6d\xfd\xa9\x3c\x66\x32\x74\x93\x67\x7a\x61\x79\x98\x67\x6a\x45\xc4\x06\xae\x67\xba\x45\x53\x8f\x70\x90\xc1\xf7\xa8\x9e\x54\xa1\xd8\x10\xc6\x16\x66\x3a\xf3\x38\xe7\xf6\xb2\x68\xee\x0b\xfa\xdf\xbd\xad\x85\x3a\xb4\x2f\x95\xe5\x25\x48\x6a\x4a\xaa\x7f\xd9\x28\x99\xe3\xfb\x57\x85\x35\x49\xc9\x32\xbc\x56\x9a\xf0\x54\x7d\xa2\xee\x03\xf5\xab\x34\xa5\x51\x84\x90\x2e\x72\x1d\x36\xd9\x28\xcc\x99\x56\x68\x6d\x33\xe3\xfe\x61\x94\x34\x20\xce\xdf\xb3\x8b\x1e\x63\xf2\x21\x6e\x5f\xe7\xe0\xec\x73\x21\x16\xcb\xd7\xa8\xdc\xa4\x7d\x74\x2e\x91\x58\xa8\x40\x8a\xc6\x5e\x7a\xb3\x81\xad\x9a\xb9\x5a\xdd\x83\x7d\xde\x25\x5b\xf7\x05\x33\xf9\x46\xa4\x49\x1a\xcd\x4a\xc9\x69\x71\x46\x93\xfc\x6d\xdb\xe2\xd0\x77\x6c\xf5\x3b\x10\x68\x8a\xf6\x42\x97\x25\xbe\x0b\x9a\xd9\x73\x1a\xaf\x2e\xf9\x9b\x12\xa4\x2c\x91\x7d\xe1\x9e\x65\xd5\x73\xce\x75\x9b\xe7\x2d\xca\xbc\x92\xa7\x67\xbb\x1d\x79\xda\xc1\x0d\x7d\xf3\x0c\xd3\xe4\xed\xf1\x32\x52\x71\x91\xde\x6c\x07\x7e\xb6\x1e\x05\x37\x44\x79\xb7\xcd\x2e\x7d\x9d\x54\xed\xfa\xba\x74\xad\xa3\xa5\x4f\x6c\xd1\xae\xec\xda\x80\xdc\xa2\x51\x8a\xd6\x60\xfc\xd2\xa5\x80\x99\x21\x9b\xe5\xbf\x1d\xb2\x46\xfe\x44\xe4\xe9\x17\x8d\xb6\xaf\x9a\xdc\x14\x1e\x8f\xc3\xc8\x49\x0d\xdd\x2f\x7e\x85\xe4\xe6\xd9\x7c\x2e\xcc\xe7\x9c\x74\x29\x2b\x9f\xe7\x66\x87\xf4\xd5\x17\xf2\xcf\xa7\x4c\xb7\x4c\x33\x77\x4b\x3c\xba\x3d\x29\x27\x1a\xc3\x86\x9a\xf1\xe8\xfe\xe6\xc9\x54\x94\xd2\xb8\xdd\x44\xcc\x44\xe7\x24\x77\xf2\x74\xbb\xee\x74\xd0\x04\xae\x94\x3c\xe3\x3f\x79\x32\xd9\x7a\xd6\x69\xea\x69\xa0\xeb\x9c\xf5\x8c\xa9\xd3\xd2\xbc\xde\x1c\xef\xf1\xb7\x85\x8b\x0b\x7d\x77\xfb\x17\x35\x16\x7f\x00\xcf\xd9\x68\x27\xbc\xe1\xfd\x72\xdb\x4e\x2d\xe6\x78\x86\x5c\xc8\x79\xc7\x0b\x4a\x8f\x2e\xd5\xe6\xd5\xbf\x2e\xaf\x2e\x65\xbf\x6a\x49\x6b\x22\xd1\x72\x06\xf1\x9d\x4f\x48\x46\xb3\xbd\x03\x77\x51\x3b\x4b\x09\x03\x8a\x13\xf5\xf0\x99\x7e\xbf\xb6\xc9\x15\xf3\xfe\x63\xa5\x69\xc8\xeb\xfd\xf7\x92\xc3\x91\x8b\xfd\x65\x81\x4f\x57\x83\x06\x66\x9c\xe6\x51\x42\x43\x26\x46\xa6\x28\xe4\x30\x42\x6d\x0d\x73\x74\xec\xa2\x5c\xaa\xf7\xf1\xd0\xda\x4d\x91\x60\x4c\xd4\x8f\x8d\xe5\x34\x99\xe4\x53\xfc\xa1\x12\x87\xec\x41\xbe\x4d\x47\xe9\xeb\x20\x7e\xcd\xb0\x6a\xf5\x95\xb5\xbd\xc5\x96\xe6\x53\xd4\x56\xac\xcd\x5b\x22\x6e\x17\xc7\x6e\xff\x3c\x59\x45\xac\x6e\xfb\xd6\xde\x45\x92\x69\x25\xbc\x3e\x44\xdc\x6a\x59\x4c\x16\x25\x69\xb5\xc8\x05\xfc\x22\x40\x9a\x9c\xed\xb7\x71\x9c\x26\x85\x87\xdf\xb1\xfa\x8d\x0c\x25\x0a\x56\xb7\xdd\x02\xf8\x33\x4a\xda\x3b\x78\x07\x98\xf6\x25\x58\x78\xe7\x69\xc1\x97\xf0\xc0\xad\xe0\x66\x83\x24\xd4\x66\xc3\xe8\x7e\xee\xa1\x6d\x45\x38\xa2\xec\xd0\x46\x38\x0e\x5d\xa9\x45\xfb\x4c\x69\xac\x13\xc0\x0d\x30\xfa\x6a\x2f\x4c\x9a\xd2\xe9\x95\xe4\xe6\xaf\x54\x97\x72\xd7\x7c\x1a\x69\xa7\x84\x17\x5d\x46\x90\x2b\x92\xf6\x94\xc6\x95\x15\x9a\x99\x11\xb1\xb1\x05\x74\x75\x11\x6c\x4b\x49\x81\xfc\x02\xd6\xf8\xcd\x33\x60\x78\x3a\xc9\x45\xf8\xdd\xeb\x12\x2f\xaf\x1b\xdb\xbf\xd5\x8d\xbf\x28\xdf\xd2\xee\x07\x87\x4b\x6e\x1c\x2c\x78\x27\x6a\x6c\xd5\x63\x73\x32\x86\xd9\x89\x44\x52\x0e\x8a\x2a\x41\xb5\xc8\xfb\xb1\x12\x47\x57\x7b\x75\x66\xc0\x93\xb6\x90\xf9\xb3\xf2\x27\x85\x9d\xb6\x97\xee\x40\x0e\x4b\x81\x04\x23\x89\x11\x49\x42\x8e\x3f\xf0\x7f\x27\xf2\xf5\xd9\xb8\x95\xe4\x0b\xca\x43\xd8\x8a\xcc\x3c\xa8\x1a\x96\x9e\x0b\x02\xc6\xbf\xe6\x99\x76\xef\x2d\x36\x04\x39\x7f\xde\x7c\xdc\x5f\xec\x9a\xb5\x31\x3b\xed\xe5\x83\xde\x34\xc2\xc6\x86\x5e\xd9\x6c\x21\xde\x09\xff\x8b\x3e\x4a\x3a\x1f\x23\x40\x72\xa0\xb2\x63\x8f\x2c\x56\xd1\x78\x51\x97\x3a\xd7\xe8\x7e\xa1\x95\xa5\xca\xd4\xe4\xe0\xa2\x78\x3b\x0a\x3a\x30\xd5\x67\x85\x3c\x16\x74\xc8\x1a\x42\xea\x0f\xbe\xae\xc5\x27\x1a\x87\x99\x2a\x72\xf0\x41\xb1\x29\x90\x67\xb8\xf3\xa9\x06\x72\xca\x8d\x15\x06\x82\xbb\xd6\x6f\xf5\x8d\xda\x76\x46\x26\x2d\xec\xbe\x6e\x9a\x23\x3f\xba\x58\x6e\xe6\x92\xb4\x5c\x5f\xb1\xbd\x49\x8a\xcf\x30\x34\x2d\x12\xff\x45\x00\xb1\x8c\xf6\xd7\xf3\xb0\x19\x1d\xc6\x39\xb7\xc8\x06\x3b\x46\xac\x33\x3b\x57\x9b\xa1\xe5\xf4\x22\x4a\x9c\x7a\xd9\x29\xcb\xc3\x87\x31\xe2\x60\x67\x9a\xcd\x3c\xe1\x5a\x71\x67\x8c\x0e\xf1\x14\x50\x70\x22\xec\x07\x96\x83\xe5\x71\x9c\x08\xb4\x5c\x52\xe7\x49\x55\xf9\x9d\xa5\xa1\x7e\x8d\x99\x6d\xa9\x15\xfa\x23\xf0\x8e\x13\xd1\xc0\xec\xd3\xda\x5f\x04\x07\xcb\x3f\x68\x95\xa4\x9f\xf6\x09\x54\x63\x8a\xb6\xfd\x43\xe2\x34\xbd\xdd\x8a\x38\x16\xc9\x18\x30\xdd\xad\x11\x60\x21\x0d\x45\x32\x80\x6c\xa9\x87\xfa\x21\x16\xcc\x41\xf5\x11\x87\x22\x7a\xc1\x5d\xb4\xbe\x2c\x15\x70\xf3\xbe\xb2\x3d\x25\xce\xfa\x93\xbc\x34\xd1\xdb\xf9\x1d\xb8\x1c\x77\xef\x05\x4d\xee\xed\xb0\x94\x72\xc4\xa6\x15\xfa\xcc\xed\xc7\xef\xcc\x48\x9e\x37\x0b\xf8\x4a\xc4\x52\xb5\x5c\x7a\x10\x19\xf9\x30\x84\x76\x86\x0a\x32\xb8\x4b\xb9\xca\xd8\x34\x18\x40\xfb\x32\x20\x9a\xec\xbe\x73\x34\x31\x15\xc3\xc2\x4a\x5a\x8b\x72\x52\xfc\x08\x35\x4e\xf1\x87\xaf\x03\x65\x50\xd1\xc5\x6e\x9e\x0a\x51\x78\xa2\xeb\x43\xe0\xc9\xbb\x28\x7c\xc7\xdd\x90\x17\x85\xa9\x11\x0c\x1e\x07\x43\x2e\xe3\xe3\xed\xc1\xc0\x4d\x89\x43\x78\xb3\xb5\x5d\xb1\xf7\x4c\x27\xce\x81\xb8\x3b\xe7\x11\x27\x48\x12\xc0\xf1\x61\xfe\x94\xde\x60\xa9\xe2\x25\x64\x03\x19\x08\xb8\xaf\x9c\x1b\xed\xf4\x8c\x1d\xc4\x07\x77\xa8\x83\x0d\xbd\x86\xac\xa9\x3c\x0f\x95\x41\x88\xe6\x1e\x87\xb4\xc0\xdd\x13\xbc\x20\x52\x88\xef\xfe\x0c\x70\x10\x12\xee\x68\x00\x06\xa0\xe3\xe4\xbd\xc0\xd7\xd1\x7a\xd0\x67\x60\x65\xf4\x25\x70\x0a\xd8\x14\xc5\x07\xce\x4b\x6a\x23\xcd\xd8\x60\xa9\xb3\xf8\xef\xec\x14\x09\xcb\xb5\x16\x2e\x4a\x52\x81\x7b\x9f\x83\x93\x99\xe7\x74\xd0\x08\xc0\x43\x2c\x14\x16\x04\x3c\xcb\x4c\x5e\x8a\x81\x8a\x13\x57\xfa\x97\xa0\x1f\x50\xe4\x3a\x73\x68\x19\x42\xbd\x40\x06\xd2\x05\xd7\x89\x53\x03\xe7\xae\xd4\x3c\xef\x82\xe1\xd1\x40\xb3\x7c\x08\x0a\xf3\x50\xbe\x0d\xc2\x41\xff\x82\xaa\x43\x3e\xa3\x87\xc1\x87\x4d\xce\x92\x2f\x49\x7c\x91\x5a\x83\x37\xb1\x7f\x49\xff\x44\xfe\xe0\x38\xc9\xfc\x24\x70\x38\x56\x32\x02\x9c\x59\x9e\xac\x2c\x89\xeb\xc4\x91\x01\x01\x39\x07\x64\x77\x68\xf1\x9a\xd0\xca\xbe\xfc\x55\xba\xe9\x94\x94\x42\x36\xb6\xa8\xd5\x54\x7e\x78\x35\xb0\xe8\x1a\x04\xb3\x48\x88\x16\x97\xf7\x44\xb8\xb8\x7d\x57\xc8\xc2\xe7\xdd\xff\x28\xbf\x8e\x91\x52\x88\xd2\x93\x21\x27\x82\x66\x2c\xad\x29\xb5\x32\x6a\xb1\xc7\x28\x0c\xc9\x2d\xe9\xf4\xb9\x2c\x7e\x93\x6c\x0c\xe2\x29\x57\x04\xd8\xb0\xfa\x8b\xeb\x0b\x4c\xa1\x1a\xf3\x03\x21\xbf\x71\x3e\x70\x31\x4a\x66\x9c\x0c\x56\xc0\x5d\x41\x5e\x3d\x89\x6a\xa6\xc6\x55\x5e\x31\xb2\xbd\xc7\xc6\x8e\x7d\xb1\x57\x67\xdd\x6a\x91\x72\x0c\x65\xc6\xbf\x42\xd9\xf8\xb1\x4e\x04\xa0\xec\x38\x4c\x4b\xb3\x72\xdb\x05\xda\xca\xcd\x53\x01\x6d\x2c\x0d\x88\x67\xc2\x30\x23\x43\x2e\x27\x3d\x90\xb2\x22\xf5\x51\xce\x6b\xac\x79\xd3\x01\xe8\x3f\x7b\x64\xc3\x0f\x1c\x06\x4f\xe7\x4f\x28\x05\xa3\x3a\xb8\xa9\x06\x3d\xf4\x7c\x7e\x8e\x95\x32\x73\x9a\x65\xeb\x7a\x82\xe9\x4b\xee\xf6\x17\x64\x4d\xaf\xc6\x84\xf8\x72\xc8\x73\xbf\x87\x7d\xe0\xfc\xe8\x8e\x89\x69\x60\xc6\x95\xb5\xc5\xbf\x66\x0c\xc5\x2f\xc6\x7b\x70\xc4\xdc\x8f\xa6\x57\xb0\xa4\x1e\x15\x64\x5f\x62\x5e\xb8\x39\xf9\x3a\x87\x3a\x23\xb7\x52\x2b\x40\x17\x97\xc4\x42\xca\xfb\x8f\xf1\x89\x30\xd5\x21\xf0\x86\xab\xa2\xf8\x34\x64\xb3\xcc\x3a\x1f\x61\xc7\xab\xb1\x43\x62\x13\xf9\x40\x6f\x73\x8a\xc9\x5a\x60\xb8\x15\x35\x9e\x7a\x39\xf1\x3b\x03\x81\xbd\x9d\xa3\xc5\x2e\x58\xe4\x14\xbc\x60\x1d\xef\x7f\x51\xe2\xc1\xd0\xab\x5e\x7d\x9d\x4e\xaf\x4c\xfb\x58\x61\x47\xf3\x0d\xd0\xad\x39\x44\xed\xb1\xb9\x57\x3f\x41\x16\xbb\x3f\xd7\xbc\x49\xd9\x86\x86\xb4\xee\x93\xbe\x4b\x8a\xc9\x17\x34\x8b\x73\x2d\x94\x3f\xbd\x6d\xe4\x9f\x35\xb3\x1a\x60\xf2\x77\x1d\xfc\x27\xac\x79\xd2\xcf\x3f\xcd\xdf\x60\xf6\x46\xb5\x2c\x87\x52\x44\x33\xce\x60\xa6\x08\xa1\xa5\xbf\x11\x34\xb1\x06\x8d\x1f\x18\x22\x2b\xfd\x6d\x79\x74\xc5\x11\xc9\xce\xb3\x34\xed\xc6\x2f\xdd\xe6\x54\x5c\xfe\x99\x5e\x57\xda\xa5\xa8\x85\xde\x67\xc4\x2f\x2e\xa4\x3e\x69\x7c\xbf\x7e\x75\xbf\x07\xe9\x93\xf2\xf5\x41\x18\x71\x17\xb8\xac\xc8\xae\xc0\x71\x4b\x8d\x04\xea\x32\xb8\x96\x76\xcf\xdb\x7e\x72\x31\x3e\x27\x7b\x66\xd8\xf0\x30\xfb\x81\x76\xfa\xf1\x34\xfc\x64\x0e\xd1\xf2\xb5\xda\xdc\x16\x2e\xb3\xf9\xfd\x8a\x14\x72\xaa\xbf\x14\xdb\xb1\xfc\xfb\x48\x37\x96\x3e\xe4\x38\xb6\x87\x45\x36\x28\x4d\x9a\x63\x9f\xe7\xd9\x4d\x45\xe0\x9c\xa2\x1a\x67\x34\xf0\xe5\xcf\x8e\xce\x32\x88\x12\x66\xd4\xd9\x7b\xc4\x30\x0d\xe1\xd9\x6c\xfc\x24\xf4\x4f\xc3\xbb\xf9\x11\xdc\x60\xfb\x23\x25\x76\x9c\xf2\xe7\x51\x55\x4e\x3c\xd5\xa8\xc1\x46\x63\xae\x7c\x86\x5b\x5b\x33\xc3\xbc\x0c\xdc\x5b\x44\x36\x6b\x26\x8d\x4c\xe3\xe0\x23\x67\xa7\x57\x91\x8f\x96\x3a\x96\x3a\x96\xef\x2e\x79\x2f\x97\x0f\x8c\x2f\x6f\x2c\x7f\xaa\x7b\x83\x70\x86\xd7\xe4\x1a\xaf\x58\x23\xd8\x51\x1f\x91\x91\xc8\x5e\x2f\x4b\x24\x07\x15\x6a\x75\x66\xb5\x0b\xa3\xac\xf3\x1e\x55\x87\x0d\x57\x8c\xb5\x2d\x49\xce\xe1\x4b\x78\xe5\xa5\xf3\xb9\x47\x63\xd6\xf2\x1d\xf9\x90\x2c\x52\xb9\x0f\x8f\x5b\xa1\x56\xbb\xbe\x26\xdc\xde\xd3\xaa\x44\x95\x1c\xee\xeb\x46\x12\x74\x17\x21\x43\xf5\x48\x37\x94\xc3\x44\xdf\x42\x00\xbe\x75\x4a\x7e\x40\x94\xa8\x3d\x15\x5b\x77\x85\x18\x3f\x55\xfd\x6a\x8e\xf8\x6b\x5a\x33\x4a\x85\x60\x34\x75\xe6\x99\x28\x2e\x6e\x72\xc6\x6c\x01\x43\x9c\xf8\xa1\x21\x82\xe6\x4d\x7b\xc1\xd0\x3e\xb4\xf0\xe0\x8d\xfb\xf1\x81\x71\x59\xeb\xe2\xe9\xa9\x69\x6a\xfc\xba\x37\xed\x79\x7d\xfc\xbe\x2e\xf9\x37\x97\xb9\x43\xa3\x61\xb5\x2f\x98\x6e\x70\xdf\x56\x1f\x32\x0a\xf3\xb2\xfb\x22\x36\x90\xa6\x3d\x70\x74\x71\x96\x41\xe9\xdb\xe8\xcb\xa7\x43\x7a\x12\xab\xc4\xc8\xef\xde\xd2\xd3\x0a\x48\x97\xdb\xdd\x83\x42\x09\x17\x5b\x7b\x1c\xe3\x71\xdb\xad\xbb\xfa\x78\x2c\xb3\x15\xa3\xf2\x1a\x7b\xb2\xdb\x1e\x26\x10\x37\xe9\x6f\xbd\xed\x99\x71\x2c\x84\xbf\x9d\x58\x22\x1c\x6d\xb8\x25\xd8\x61\x92\x1e\xbb\x59\x3d\x99\x53\x08\xdd\xf6\x41\x4a\xbe\x69\xe7\x1d\xe0\xab\xaa\x57\x68\x2a\x64\xb7\xc6\x5b\x84\xb3\x0c\x54\xe3\xe1\x99\x93\x8c\xeb\xb5\xa9\x6d\xf2\xb4\x7b\x55\x1a\x45\x26\x64\x9b\xf2\xe7\xb1\x26\x44\xf8\xeb\xaa\xe7\x79\x78\xe3\x92\x3a\x0b\x1b\xdc\xb3\x52\x7b\x4d\x4b\x6c\x6e\xd9\xbe\xa2\x31\xd6\xa6\x1a\x0a\x71\xce\xfa\xe1\xfa\x65\xd7\xbd\x34\xc2\xe7\x8f\x6d\x8d\x26\x3b\x7f\x87\x2d\xe5\xa1\xb2\xe8\xac\xcd\x11\x78\x61\x9a\xc0\xf6\x79\xfc\xfd\xec\x6c\x66\x25\x31\x3e\x3f\x89\xfc\x83\x7a\xbc\x68\x17\x05\xa2\x75\x16\x54\x0e\x69\xd2\xbe\xe5\xaa\xd5\x2c\x52\x8f\x64\xb5\x65\xea\x93\xed\x32\x30\xa1\xba\x04\x62\x9a\x94\x4b\x30\x3e\x33\xb5\xd4\x70\x05\xa7\x9e\x2e\x73\x53\x1f\xab\x9b\xf3\x09\xb6\x88\x1d\x28\xc0\x82\x57\x2a\x46\x1c\xe5\x76\x02\x9b\x13\x5c\x0f\x6f\x8a\x0d\xc0\xdc\xbd\x36\x8f\xcf\xc2\x03\x7e\xdb\xf0\xc0\x76\x44\xd4\x6e\x5c\x23\xa0\xa2\xc3\x68\x4e\x24\xa1\x78\x24\x69\x96\x8a\x49\xa4\xc3\xef\xd3\x76\x63\x8f\x74\x9f\xa7\xa7\x47\xd5\x96\x4d\x50\xd7\xc3\x85\x13\x07\x28\xb5\xa1\x4e\x7e\x72\xe4\x07\xa1\x82\x36\xbb\xc4\xf1\x70\x84\x6e\x32\xa1\x2b\x4a\x45\x09\x87\xdb\x4d\xbc\x09\x03\x60\x2b\x32\xde\x83\xf4\x9a\x9e\x1a\x3e\xda\xbd\xd2\x8f\xb1\xc3\x6e\x6a\x4e\x7f\x72\x0e\xdc\x6c\x43\x3f\x72\xad\xdf\x6c\x20\x7a\x79\x50\x99\x69\xc4\x03\x9f\x63\xd4\x0e\x12\xda\xdf\x95\x38\x46\xeb\xf6\x7b\x3f\xd7\x4f\xff\xe2\x69\xd9\x94\x4b\xa7\x7a\x88\xe5\x79\xd2\x2d\x9e\x2a\xc4\xe8\x52\xba\x9f\x3e\xf7\x3c\x60\x68\xb9\x36\x9b\xab\xd0\xc7\x3d\x6c\xd4\x87\xc8\x91\x2f\x56\x15\xad\x88\x2f\x43\xa6\xa0\x27\xf0\x2f\x63\x8f\x02\x97\xbb\xfb\x6e\x2d\xef\xc7\x2f\xc4\x18\x20\x76\x83\x57\x82\x8c\x33\xb6\x03\x88\x80\x27\xad\x8c\x7c\xe2\x82\xfd\x34\xbd\x9a\x0c\x75\xc8\xa0\x86\x92\xc7\x9c\x8b\x88\xb3\xf4\x00\x87\xdc\xa9\x63\x0c\xba\x25\xa8\xae\x91\x01\x33\x1b\xc8\xea\x60\x9e\x35\x6e\x0e\xdb\x5b\xfb\xa6\x3f\xed\x66\xce\x72\xd7\x9b\x31\x56\x66\x98\xea\xef\xab\xbe\xa5\x95\x3a\x9d\x50\x70\x21\x0b\x79\x98\x40\xb2\xf0\xae\x01\x6d\xc0\x8c\x91\x31\x15\xce\x56\x3f\xe6\x9c\xba\xd5\x3b\x53\x52\x80\x1a\x91\x77\x8e\xb4\xa5\x07\xa6\xd7\x52\xae\x1a\x56\xd1\x20\xd4\x01\x13\x1b\x4a\x2b\xed\xac\x85\x0e\xf6\x22\x33\x5b\x5f\x70\xe8\x17\xfd\xfd\x9d\x88\x12\x6d\xfa\xef\x2a\x5d\xf1\x5f\x69\x8f\x94\x15\x7d\xdf\x51\xc3\x95\x86\xed\xab\x29\x7b\xca\xe9\x06\x36\x24\x80\x42\xba\x22\x16\xf7\x4b\xe1\x08\x8c\x43\xfa\xc3\x36\x00\x92\x4d\x90\x75\xfe\x0c\x72\xfb\x37\x97\xe6\xff\xf2\x74\x1e\x6a\x8a\x3d\x38\xe8\xca\xf9\xbf\x5d\xff\x0f\xce\xd0\x12\x00\x00\xb0\x08\x00\x1c\xba\x07\x00\x1c\x4a\xfc\x6f\xee\xd1\x7f\x77\x82\xfe\xef\xdc\x9f\xff\x8f\xb8\x7f\xe5\xc5\x81\xff\x63\xef\xbf\xe2\x83\x5f\x49\x4e\x07\x07\x3d\xdf\xfe\x95\x8d\x9f\xfd\x6f\xf7\xfe\xd3\x4b\xfb\x69\x00\xe0\x7a\x27\x00\x70\xa6\x05\x00\xb8\x10\xf1\x1f\xeb\xff\xc3\xbd\x95\x03\x00\x04\x8f\x01\x00\x67\x41\xff\x67\xae\x4e\x17\x00\xb8\xa6\x07\x00\x9c\xea\xfc\x77\xee\x3f\xf9\x62\x9f\xbe\x7b\xf2\x4a\xdc\xda\xe8\x9b\x55\xe4\x27\xc5\xcb\x5f\x7e\x9e\xff\xe7\xbd\x07\x18\xea\xc1\x01\x00\x00\x96\xd8\x38\x7e\x78\xe7\xe0\xa0\xeb\x68\x63\xc2\x49\x78\xe9\xef\x2d\xbe\xf4\x86\xff\xee\xa6\xf5\x6a\x05\x9c\xfe\xb3\xfc\xe0\xbb\x58\x16\x20\x4d\xe9\x16\x00\xe0\x61\x7a\x70\xf0\x7e\xe7\x60\xb1\xe5\xee\xff\xe0\x04\xc6\x83\x0f\x7e\x8e\xe8\x00\x0c\xeb\xbe\x00\x00\x16\xea\xff\x70\xfc\x9b\x97\xff\x07\x77\x64\xef\xce\xc1\x41\xb0\x11\x00\xd4\x3a\x0c\x00\xdc\x48\xf8\x87\xfb\x9b\x38\x13\xe8\xe9\xf1\xcf\xdf\xfb\x05\xf8\x78\x58\x59\xdb\x88\xfe\xab\x83\xcf\x84\x7f\xcd\x18\x0b\xf6\xf1\x0e\x76\xfd\xb7\xa9\x9f\x76\x7f\xf1\xc4\x0c\x00\x00\xd8\x00\x00\x00\x41\x80\x16\xc0\x17\xe0\x07\x08\x03\x04\x00\x3c\x01\x1e\x80\x67\x80\x20\x80\x28\x40\x01\x00\x03\xc0\x00\xaa\x00\x51\x80\x1e\xe0\x05\x20\x08\xe0\x0e\x08\x00\xbc\x00\x38\x03\x82\x00\x9e\x00\xdf\x7f\x22\x6f\x80\xe8\x3f\x27\xbd\x01\xbe\x80\x80\xff\x8a\x5f\x00\x02\xff\xc9\xfe\x7f\x2a\x18\xe0\x03\x00\x04\x3e\x55\x54\xf8\x57\xd5\xd3\x06\x00\xc0\x51\xee\xc1\xc1\x07\x19\x00\xe0\x58\x39\x00\xf0\x33\xe5\xe0\xe0\x7b\xf5\xc1\xc1\xcf\x5a\x00\xe0\x70\x0d\x00\x30\x99\xf9\xff\x05\x00\x00\xff\xff\x12\x78\xef\xbb\x20\xee\x00\x00"); +func AssetNames ()[]string {_acc :=make ([]string ,0,len (_bfad ));for _cbf :=range _bfad {_acc =append (_acc ,_cbf );};return _acc ;};func _gg ()([]byte ,error ){return _fb (_edc ,"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043"); +};const _gab ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0055\u006e\u0064\u0065\u0066\u0069n\u0065\u0064D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0053\u0043\u004e\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004d\u004e\u0054\u0052\u0044\u0065v\u0069\u0063\u0065C\u006c\u0061\u0073s\u0050\u0052\u0054\u0052\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073L\u0049\u004e\u004b\u0044\u0065\u0076\u0069\u0063\u0065\u0043l\u0061\u0073\u0073\u0053\u0050\u0041\u0043\u0044\u0065\u0076i\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u0041\u0042\u0053\u0054D\u0065\u0076\u0069\u0063\u0065\u0043\u006c\u0061\u0073\u0073\u004e\u004d\u0043\u004c"; +const (DeviceClassUndefined DeviceClass =iota ;DeviceClassSCNR ;DeviceClassMNTR ;DeviceClassPRTR ;DeviceClassLINK ;DeviceClassSPAC ;DeviceClassABST ;DeviceClassNMCL ;);type DeviceClass int ;type bintree struct{Func func ()(*asset ,error );Children map[string ]*bintree ; +};func (_gae ColorSpace )String ()string {if _gae < 0||_gae >=ColorSpace (len (_bcfc )-1){return "C\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0028"+_bf .FormatInt (int64 (_gae ),10)+"\u0029";};return _bfe [_bcfc [_gae ]:_bcfc [_gae +1]];}; +func RestoreAsset (dir ,name string )error {_eg ,_dfd :=Asset (name );if _dfd !=nil {return _dfd ;};_ccb ,_dfd :=AssetInfo (name );if _dfd !=nil {return _dfd ;};_dfd =_f .MkdirAll (_bfc (dir ,_bb .Dir (name )),_f .FileMode (0755));if _dfd !=nil {return _dfd ; +};_dfd =_de .WriteFile (_bfc (dir ,name ),_eg ,_ccb .Mode ());if _dfd !=nil {return _dfd ;};_dfd =_f .Chtimes (_bfc (dir ,name ),_ccb .ModTime (),_ccb .ModTime ());if _dfd !=nil {return _dfd ;};return nil ;};func _ (){var _bd [1]struct{};_ =_bd [DeviceClassUndefined -0]; +_ =_bd [DeviceClassSCNR -1];_ =_bd [DeviceClassMNTR -2];_ =_bd [DeviceClassPRTR -3];_ =_bd [DeviceClassLINK -4];_ =_bd [DeviceClassSPAC -5];_ =_bd [DeviceClassABST -6];_ =_bd [DeviceClassNMCL -7];};func MustAsset (name string )[]byte {_faf ,_bgg :=Asset (name ); +if _bgg !=nil {panic ("\u0061\u0073\u0073\u0065\u0074\u003a\u0020\u0041\u0073\u0073\u0065\u0074\u0028"+name +"\u0029\u003a\u0020"+_bgg .Error ());};return _faf ;};func (_bfb bindataFileInfo )ModTime ()_c .Time {return _bfb ._gf };func NewSRGBv2OutputIntent (subtype _ac .PdfOutputIntentType )(*_ac .PdfOutputIntent ,error ){_cag ,_aff :=_da (); +if _aff !=nil {return nil ,_aff ;};_fga :=_ac .NewCustomPdfOutputIntent ("\u0073\u0052\u0047\u0042\u0076\u0032","\u0043\u0075\u0073\u0074\u006f\u006d","\u0073R\u0047B\u0020\u0063\u006f\u006c\u006fr\u0020\u0070r\u006f\u0066\u0069\u006c\u0065",_cag ,3);if _bdf :=_fga .SetSubtype (subtype ); +_bdf !=nil {return nil ,_bdf ;};return _fga ,nil ;};type asset struct{_ff []byte ;_fa _f .FileInfo ;};var _ggd =[]byte ("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x67\x54\x53\x69\xbb\x7d\xce\x39\xe9\x85\x00\x09\x08\x48\x09\xbd\x19\x04\xa4\x04\x10\x29\xa1\x45\x54\x10\x91\x66\x23\x24\x21\x84\x12\x30\x24\x80\xbd\x21\x2a\x30\xa2\x88\x88\x80\x05\x64\x54\xc4\x01\x47\x47\x40\xc6\x8a\x28\xb6\x41\xb1\x77\x83\x0c\x02\xca\x38\x38\x8a\xa8\xa8\xdc\x15\xf8\x21\x77\xdd\x7b\xd7\x5d\xdf\x5a\xdf\xb7\x7f\xbc\x67\x9f\xbd\x9e\xe7\xac\x7d\xf6\xfb\x67\x03\x50\x6f\x01\x00\xa0\x00\x90\x26\x53\xc8\x23\x82\xfd\xd9\x31\xb1\x71\x6c\xe2\x0b\x40\x81\x01\x63\x10\x08\x33\x33\xe0\x7f\x02\xf9\x41\x3f\xde\x1f\x7f\xbb\xc3\x51\x9f\xde\x1a\xc7\x9f\xd7\xef\xd8\x75\xb6\x42\x62\xd5\x51\x48\xe1\x75\xfc\x2f\xbb\x13\xa1\x29\x12\x67\x0a\x01\x90\x00\x00\x10\x26\xc4\xc4\xc6\x01\x20\x87\x01\x80\x95\x10\x19\xc1\x03\x40\x4e\x03\x90\x68\x92\x09\x5c\x3e\x81\x8b\xd2\x44\x22\x00\xf2\x15\x00\xd8\x2c\x19\xdb\xa5\x84\xab\x77\x53\x95\x69\x52\x00\x8a\x48\xcd\xd3\xc4\x82\x4c\x00\x4a\x0e\x00\x58\x24\xa4\x64\x28\x00\x28\x95\x6a\x5d\x3e\x3e\x7f\x4c\xcd\x15\x62\x61\x12\x00\xa5\x0d\x00\x68\x59\x4a\xb1\x08\x80\xa2\xce\x65\x53\xb6\x42\x3d\x4f\x8d\x51\xcf\x08\x33\xe4\x6a\x9e\x0a\x00\xee\xc2\x24\x81\x08\x80\x5a\x03\x00\x53\xc6\xfd\x8f\x81\x9c\x19\x11\xec\xef\xec\xe8\xe4\xf2\xff\xfc\xf3\xbf\x0c\xf5\x9d\x8c\x33\x8b\xfd\x00\x8c\x5c\x80\xc6\x9b\x42\xa5\x3c\x6b\x5c\xc3\xa9\x0f\x3c\x50\x80\x01\x2c\xd0\x07\x63\x30\x07\x1b\xe0\x80\x33\xb8\x83\x17\xf8\x42\x20\xcc\x84\x30\x88\x84\x58\x58\x0c\x42\x48\x82\x34\x90\x43\x36\xac\x84\x75\x90\x07\x05\xb0\x0d\x76\x42\x39\xec\x83\x1a\xa8\x85\x7a\x38\x0e\x4d\x70\x1a\x2e\xc0\x65\xb8\x0e\xb7\xe0\x1e\x3c\x01\x15\xf4\xc0\x1b\x18\x84\x8f\x30\x82\x20\x08\x11\xa1\x23\x4c\x44\x1f\x31\x41\x2c\x11\x7b\xc4\x19\xe1\x22\x33\x90\x40\x64\x16\x12\x81\xc4\x22\xf1\x88\x04\x91\x21\x4a\x64\x25\xb2\x01\x29\x40\x8a\x91\x72\xa4\x0a\xa9\x45\x7e\x45\x4e\x21\x17\x90\xab\x48\x27\xf2\x08\xe9\x42\xfa\x91\x7f\x90\x2f\x28\x86\xd2\x50\x16\x6a\x84\x5a\xa1\x53\x51\x2e\xea\x87\x86\xa2\x91\xe8\x22\x54\x82\x2e\x45\x97\xa3\xb9\xe8\x56\xb4\x0c\xad\x46\x8f\xa2\x8d\xe8\x05\xf4\x3a\x7a\x0f\x55\xa1\x6f\xd0\x21\x0c\x30\x2a\xa6\x8b\x99\x62\x1c\x8c\x8b\xf1\xb0\x30\x2c\x0e\x4b\xc4\xe4\xd8\x6a\x2c\x1f\x2b\xc5\xaa\xb1\x7a\xac\x05\x6b\xc7\xee\x60\x2a\x6c\x00\xfb\x8c\x23\xe0\x98\x38\x36\x8e\x83\xf3\xc2\x85\xe0\xe6\xe3\x84\xb8\xa5\xb8\xd5\xb8\x42\x5c\x39\xee\x30\xae\x11\xd7\x86\xbb\x83\xeb\xc2\x0d\xe2\xbe\xe3\xe9\x78\x43\xbc\x3d\xde\x13\xcf\xc7\xc7\xe0\x25\xf8\x6c\x7c\x1e\xbe\x14\x7f\x10\x7f\x12\x7f\x09\x7f\x0f\xdf\x83\xff\x48\x20\x10\x74\x09\xd6\x04\x77\x42\x08\x21\x96\x90\x4c\x58\x41\x28\x24\xec\x21\x34\x10\xce\x13\x3a\x09\xdd\x84\x21\x22\x91\xa8\x4f\xb4\x27\x7a\x13\xc3\x88\x02\xa2\x82\x98\x47\xdc\x4d\x3c\x4a\x3c\x47\xbc\x4d\xec\x21\x7e\x22\x51\x49\x26\x24\x67\x52\x10\x29\x8e\x24\x23\xad\x27\x95\x92\x8e\x90\xce\x92\x6e\x93\x7a\x49\x23\x64\x4d\xb2\x25\xd9\x93\x1c\x46\x16\x91\x97\x91\x8b\xc8\x35\xe4\x16\xf2\x4d\x72\x0f\x79\x84\xa2\x45\xb1\xa6\x78\x53\x22\x29\xc9\x94\x75\x94\x32\x4a\x3d\xe5\x12\xe5\x29\xe5\x3d\x95\x4a\x35\xa3\x7a\x50\xe7\x52\xa5\xd4\xb5\xd4\x32\xea\x31\xea\x15\x6a\x17\xf5\x33\x4d\x9b\x66\x47\xe3\xd1\x16\xd2\x94\xb4\xad\xb4\x43\xb4\xf3\xb4\x47\xb4\xf7\x74\x3a\xdd\x8a\xee\x4b\x8f\xa3\x2b\xe8\x5b\xe9\xb5\xf4\x8b\xf4\xe7\xf4\x4f\x1a\x4c\x0d\x07\x0d\xbe\x86\x48\x63\x8d\x46\x85\x46\xa3\xc6\x6d\x8d\xb7\x0c\x32\xc3\x92\xe1\xc7\x58\xcc\x58\xce\x28\x65\x9c\x60\xdc\x64\x0c\x68\x92\x35\xad\x34\x79\x9a\x02\xcd\xd5\x9a\x15\x9a\xa7\x34\x1f\x68\x0e\x69\x31\xb5\x9c\xb4\xc2\xb4\xd2\xb4\x0a\xb5\x8e\x68\x5d\xd5\xea\xd3\x26\x6a\x5b\x69\x07\x6a\x8b\xb4\x73\xb5\x0f\x68\x5f\xd4\xee\x66\x62\x4c\x73\x26\x8f\x29\x64\x6e\x60\xd6\x30\x2f\x31\x7b\x58\x04\x96\x35\x8b\xcf\x4a\x66\x15\xb0\x7e\x61\x75\xb0\x06\x75\xb4\x75\x5c\x74\xa2\x74\x72\x74\x2a\x74\xce\xe8\xa8\x74\x31\x5d\x2b\x5d\xbe\x6e\xaa\x6e\x91\xee\x71\xdd\xfb\xba\x5f\x26\x19\x4d\xf2\x9b\x24\x9e\xb4\x65\x52\xfd\xa4\xdb\x93\x86\xf5\x26\xeb\xf9\xea\x89\xf5\xf2\xf5\x1a\xf4\xee\xe9\x7d\xd1\x67\xeb\x07\xea\xa7\xe8\x6f\xd7\x6f\xd2\x7f\x66\x80\x33\xb0\x33\x98\x6b\x90\x6d\xb0\xd7\xe0\x92\xc1\xc0\x64\xd6\x64\xaf\xc9\xc2\xc9\xf9\x93\x8f\x4f\x7e\x6c\x88\x1a\xda\x19\x46\x18\xae\x30\x3c\x60\x78\xc3\x70\xc8\xc8\xd8\x28\xd8\x28\xc3\x68\xb7\xd1\x45\xa3\x01\x63\x5d\x63\x5f\xe3\x64\xe3\x12\xe3\xb3\xc6\xfd\x26\x4c\x93\x19\x26\x52\x93\x12\x93\x73\x26\xaf\xd9\x3a\x6c\x3f\x76\x2a\xbb\x8c\xdd\xc6\x1e\x34\x35\x34\x0d\x31\x55\x9a\x56\x99\x76\x98\x8e\x98\x59\x9b\xcd\x37\x5b\x6f\xd6\x60\xf6\xcc\x9c\x62\xce\x35\x4f\x34\x2f\x31\x6f\x35\x1f\xb4\x30\xb1\x98\x6d\xb1\xd2\xa2\xce\xe2\xb1\x25\xd9\x92\x6b\x99\x64\xb9\xcb\xb2\xdd\x72\xd8\xca\xda\x2a\xda\x6a\x93\x55\x93\x55\x9f\xb5\x9e\x35\xdf\x7a\xb9\x75\x9d\xf5\x53\x1b\xba\x8d\x8f\xcd\x52\x9b\x6a\x9b\xbb\xb6\x04\x5b\xae\x6d\x8a\xed\x1e\xdb\x5b\x76\xa8\x9d\xab\x5d\x92\x5d\x85\xdd\x4d\x7b\xd4\xde\xcd\x5e\x6a\xbf\xc7\xbe\x73\x0a\x7e\x8a\xc7\x14\xd9\x94\xea\x29\x0f\x38\x34\x8e\x1f\x27\x8b\x53\xc7\xe9\x72\xd0\x75\x98\xe5\xb0\xde\xa1\xc9\xe1\xed\x54\x8b\xa9\x71\x53\xb7\x4f\x6d\x9f\xfa\xdd\xd1\xd5\x31\xd5\xb1\xc6\xf1\x89\x93\xb6\xd3\x4c\xa7\xf5\x4e\x2d\x4e\xff\x38\xdb\x39\x0b\x9d\x2b\x9c\xef\x4e\xa3\x4f\x0b\x9a\xb6\x66\x5a\xf3\xb4\x77\x2e\xf6\x2e\x62\x97\xbd\x2e\x0f\x5d\x99\xae\xb3\x5d\x37\xb9\xb6\xba\x7e\x73\x73\x77\x93\xbb\xd5\xbb\xf5\xbb\x5b\xb8\xc7\xbb\x57\xba\x3f\xe0\xb2\xb8\xe1\xdc\x42\xee\x15\x0f\xbc\x87\xbf\xc7\x1a\x8f\xd3\x1e\x9f\x3d\xdd\x3c\x15\x9e\xc7\x3d\xff\xf6\xe2\x78\xa5\x78\x1d\xf1\xea\x9b\x6e\x3d\x5d\x3c\xbd\x66\x7a\xb7\xb7\x99\xb7\xc0\xbb\xca\x5b\x35\x83\x3d\x23\x7e\xc6\xfe\x19\x2a\x1f\x53\x1f\x81\x4f\xb5\xcf\x4b\x5f\x73\x5f\x91\xef\x41\xdf\x5e\x3f\x5b\xbf\x64\xbf\xa3\x7e\x6f\xfd\x1d\xfd\xe5\xfe\x27\xfd\x87\x79\x9e\xbc\x55\xbc\xf3\x01\x58\x40\x70\x40\x7e\x40\x47\xa0\x76\xe0\xfc\xc0\xf2\xc0\xe7\x41\x66\x41\x92\xa0\xba\xa0\xc1\x60\xd7\xe0\x15\xc1\xe7\x43\xf0\x21\xa1\x21\xdb\x43\x1e\xf0\x8d\xf8\x42\x7e\x2d\x7f\x70\xa6\xfb\xcc\x55\x33\xdb\x42\x69\xa1\xf3\x42\xcb\x43\x5f\xce\xb2\x9b\x25\x9f\xd5\x32\x1b\x9d\x3d\x73\xf6\x8e\xd9\x4f\xe7\x58\xce\x91\xcd\x69\x0a\x83\x30\x7e\xd8\x8e\xb0\x67\xe1\xd6\xe1\x4b\xc3\x7f\x9f\x4b\x98\x1b\x3e\xb7\x62\xee\xab\x08\xa7\x88\x95\x11\xed\xf3\x98\xf3\x96\xcc\x3b\x32\xef\x63\xa4\x7f\x64\x51\xe4\x93\xf9\x36\xf3\x95\xf3\x5b\xa3\x18\x51\x0b\xa3\x6a\xa3\x86\xa3\x03\xa2\x8b\xa3\x55\x31\x53\x63\x56\xc5\x5c\x8f\x35\x88\x95\xc6\x36\xc7\x11\xe3\xa2\xe2\x0e\xc6\x0d\x2d\x08\x5c\xb0\x73\x41\xcf\x42\xd7\x85\x79\x0b\xef\x2f\xb2\x5e\x94\xb3\xe8\xea\x62\x83\xc5\xa9\x8b\xcf\x2c\x61\x2c\x11\x2c\x39\x11\x8f\x8f\x8f\x8e\x3f\x12\xff\x55\x10\x26\xa8\x16\x0c\x25\xf0\x13\x2a\x13\x06\x85\x3c\xe1\x2e\xe1\x1b\x91\xaf\xa8\x44\xd4\x2f\xf6\x16\x17\x8b\x7b\x13\xbd\x13\x8b\x13\xfb\x24\xde\x92\x1d\x92\xfe\x24\x9f\xa4\xd2\xa4\x01\x29\x4f\x5a\x2e\x7d\x97\x1c\x92\xbc\x2f\x79\x38\x25\x2c\xe5\x50\xca\x68\x6a\x74\x6a\x43\x1a\x29\x2d\x3e\xed\x94\x4c\x5b\x96\x22\x6b\x4b\x37\x4e\xcf\x49\xef\xcc\xb0\xcf\xc8\xcb\x50\x2d\xf5\x5c\xba\x73\xe9\xa0\x3c\x54\x7e\x30\x13\xc9\x5c\x94\xd9\xac\x60\x29\x32\x14\x37\x94\x36\xca\x8d\xca\xae\xac\x19\x59\x15\x59\x9f\xb2\xa3\xb2\x4f\xe4\x68\xe5\xc8\x72\x6e\x2c\xb3\x5b\xb6\x65\x59\xef\xf2\xa0\xe5\x3f\xaf\xc0\xad\x10\xae\x68\x5d\x69\xba\x72\xdd\xca\xae\x55\x7e\xab\xaa\x56\x23\xab\x13\x56\xb7\xae\x31\x5f\x93\xbb\xa6\x67\x6d\xf0\xda\xc3\xeb\x28\xeb\x52\xd6\xfd\xb1\xde\x71\x7d\xf1\xfa\x0f\x1b\xa2\x37\xb4\xe4\x1a\xe5\xae\xcd\xed\xde\x18\xbc\xb1\x2e\x4f\x23\x4f\x9e\xf7\x60\x93\xd7\xa6\x7d\x9b\x71\x9b\xa5\x9b\x3b\xb6\x4c\xdb\xb2\x7b\xcb\xf7\x7c\x51\xfe\xb5\x02\xc7\x82\xd2\x82\xaf\x85\xc2\xc2\x6b\x3f\x39\xfd\x54\xf6\xd3\xe8\xd6\xc4\xad\x1d\x45\x6e\x45\x7b\xb7\x11\xb6\xc9\xb6\xdd\xdf\xee\xb3\xfd\x70\xb1\x56\xf1\xf2\xe2\xee\x1d\xb3\x77\x34\x96\xb0\x4b\xf2\x4b\x3e\xec\x5c\xb2\xf3\x6a\xa9\x4b\xe9\xbe\x5d\x94\x5d\xca\x5d\xaa\xb2\x59\x65\xcd\xbb\x2d\x76\x6f\xdb\xfd\xb5\x3c\xa9\xfc\x5e\x85\x7f\x45\x43\xa5\x61\xe5\x96\xca\xe1\x3d\xa2\x3d\xb7\xf7\xfa\xee\xad\xdf\x67\xb4\xaf\x60\xdf\x97\xfd\xd2\xfd\x0f\xab\x82\xab\x1a\xab\xad\xaa\x4b\x0f\x10\x0e\x64\x1d\x78\x55\x13\x55\xd3\xfe\x33\xf7\xe7\xda\x83\x06\x07\x0b\x0e\x7e\x3b\x24\x3b\xa4\x3a\x1c\x71\xb8\xad\xd6\xbd\xb6\xf6\x88\xe1\x91\xa2\x3a\xb4\x4e\x59\xd7\x7f\x74\xe1\xd1\x5b\xbf\x04\xfc\xd2\x5c\xcf\xa9\xaf\x6a\xd0\x6d\x28\x38\x06\xc7\x94\xc7\x5e\xff\x1a\xff\xeb\xfd\xe3\xa1\xc7\x5b\x4f\x70\x4f\xd4\xff\x66\xf9\x5b\xe5\x49\xe6\xc9\xfc\x46\xa4\x71\x59\xe3\x60\x53\x52\x93\xaa\x39\xb6\xb9\xf3\xd4\xcc\x53\xad\x2d\x5e\x2d\x27\x7f\x77\xf8\xfd\xd0\x69\xd3\xd3\x15\x67\x74\xce\x14\x9d\xa5\x9c\xcd\x3d\x3b\x7a\x6e\xf9\xb9\xa1\xf3\x19\xe7\x07\x2e\x48\x2e\x74\xb7\x2e\x69\x7d\x72\x31\xe6\xe2\xdd\xb6\xb9\x6d\x1d\x97\x42\x2f\x5d\xb9\x1c\x74\xf9\x62\xbb\x5f\xfb\xb9\x2b\xde\x57\x4e\x5f\xf5\xbc\x7a\xea\x1a\xf7\x5a\xd3\x75\xb7\xeb\x8d\x37\x5c\x6f\x9c\xfc\xc3\xf5\x8f\x93\x1d\x6e\x1d\x8d\x37\xdd\x6f\x36\xdf\xf2\xb8\xd5\xd2\x39\xbd\xf3\xec\x6d\x9f\xdb\x17\xee\x04\xdc\xb9\x7c\x97\x7f\xf7\xfa\xbd\x39\xf7\x3a\xef\xcf\xbf\xff\xf0\xc1\xc2\x07\xaa\x87\xa2\x87\x7d\x8f\x52\x1f\xbd\x7b\x9c\xf5\x78\xe4\xc9\xda\xa7\xf8\xa7\xf9\xcf\x34\x9f\x95\x3e\x37\x7c\x5e\xfd\xc2\xf6\x45\x83\xca\x4d\x75\xa6\x2b\xa0\xeb\xc6\xcb\x79\x2f\x9f\x74\x0b\xbb\xdf\xfc\x99\xf9\xe7\xd7\x9e\xdc\x57\xf4\x57\xa5\xbd\x26\xbd\xb5\x7d\xce\x7d\xa7\xfb\x83\xfa\x6f\xbd\x5e\xf0\xba\xe7\x4d\xc6\x9b\x91\x81\xbc\xbf\xb4\xfe\xaa\x7c\x6b\xf3\xf6\xb7\xbf\x7d\xff\xbe\x31\x18\x33\xd8\xf3\x4e\xfe\x6e\xf4\x9f\xc2\xf7\xfa\xef\x0f\x7d\x70\xf9\xd0\x3a\x14\x3e\xf4\xfc\x63\xda\xc7\x91\xe1\xfc\x4f\xfa\x9f\x0e\x7f\xe6\x7e\x6e\xff\x12\xfd\xa5\x77\x24\xfb\x2b\xf1\x6b\xd9\x37\xdb\x6f\x2d\xdf\x43\xbf\x3f\x1d\x4d\x1b\x1d\x9d\xd0\x41\x1c\xf8\x81\x3c\xb6\x9b\x93\x87\x9b\x1b\xc7\x99\xe3\xc4\x0e\x10\x27\x0a\x94\xa9\x0a\xb6\xba\xd9\xf1\xd2\x53\xd3\x95\x72\xf6\xbc\x0c\x81\x50\xcc\xe6\xb0\xd5\x65\xe5\x3f\xd6\x53\x12\x76\x03\x34\x6d\x04\xd0\x7b\xfc\x43\x03\x80\xf0\xf1\xc7\x78\x27\x1b\x03\xf2\x7f\x7c\x0a\x9d\xb0\xb7\x17\x00\xd4\x5d\x6b\xd3\x0f\x2d\xbd\x1a\x80\x3b\x04\x80\x6d\xcb\x94\x4a\xc6\x34\x5e\x44\x24\x7b\x42\x0e\x9c\x08\x71\xa2\x58\x2e\x96\x09\xc5\xec\x28\xa9\x38\x5b\x2a\x93\xb0\x79\xe9\x32\x91\x54\x21\x4d\x97\xb1\xa5\x32\xf6\x7f\x8b\xe9\xdf\x1c\xc3\x84\x1c\x7e\x74\x63\x85\x38\x47\x31\xe6\x33\x3d\x63\x99\x5c\x2a\x49\x52\xb0\xf9\x32\x85\x58\x2e\x13\xa8\x1d\x09\x52\xc7\x6e\x47\xae\xf6\x98\x99\x2e\x57\x48\x95\x69\x53\xd8\xce\x8e\x4e\xae\x00\x99\x89\xd3\x9c\xc7\x93\xa2\x05\x00\xe0\x5f\x8c\x8e\xbe\xb7\x02\x20\x96\x00\x7c\x2b\x1a\x1d\x1d\xa9\x1a\x1d\xfd\x56\x0d\x80\x3d\x01\x38\xaf\xfc\xaf\x00\x00\x00\xff\xff\xd0\x13\x17\x99\xd0\x0b\x00\x00"); +func NewISOCoatedV2Gray1CBasOutputIntent (subtype _ac .PdfOutputIntentType )(*_ac .PdfOutputIntent ,error ){_gca ,_eac :=_efa ();if _eac !=nil {return nil ,_eac ;};_eecf :=_ac .NewCustomPdfOutputIntent ("\u0049S\u004f\u0020\u0043\u006fa\u0074\u0065\u0064\u0020\u0047r\u0065y\u0020v\u0032\u0020\u0031\u0043\u0020\u0042\u0061s","\u0049\u0053\u004fco\u0061\u0074\u0065\u0064\u005f\u0067\u0072\u0065\u0079\u0031\u0063\u005f\u0076\u0032\u005f\u0062\u0061\u0073","\u0054\u0068\u0069\u0073\u0020\u0049\u0043\u0043\u0020\u0067\u0072e\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u0020\u0062\u0061\u0073\u0065\u0064\u0020\u006f\u006e\u0020\u0074\u0068\u0065 \u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061t\u0061\u0020\u201e\u0046O\u0047R\u0041\u0033\u0039\u004c\u002e\u0074x\u0074\u201c\u002e\u0020\u0054\u0068\u0065\u0020\u0067\u0072\u0065\u0079\u0073\u0063\u0061\u006c\u0065\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0028\u0031c\u0029\u0020\u0069s\u0020\u0063\u006f\u006e\u0073\u0069\u0073\u0074\u0065\u006e\u0074\u0020\u0077\u0069t\u0068\u0020\u0049\u0053O\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f\u0062\u0061\u0073\u002eI\u0043\u0043\u003a\u000a\u002d \u006d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0062\u006c\u0061\u0063\u006b\u003a\u0020\u0031\u0030\u0030\u0025\u000a\u002d\u0020\u0077\u0068\u0069\u0074\u0065p\u006f\u0069\u006e\u0074 \u0061\u0064\u0065q\u0075a\u0074\u0065 \u0074\u006f\u0020\u0046\u004f\u0047\u0052\u0041\u0033\u0039\u004c\u0020\u0066\u006fr\u0020\u0061\u0020\u0063\u006f\u0072\u0072\u0065\u0063\u0074 p\u0061\u0070\u0065\u0072 \u0073\u0069\u006d\u0075\u006c\u0061\u0074\u0069o\u006e\u0020",_gca ,1); +if _cgg :=_eecf .SetSubtype (subtype );_cgg !=nil {return nil ,_cgg ;};return _eecf ,nil ;};func _bc ()([]byte ,error ){return _fb (_ea ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063"); +};func _da ()([]byte ,error ){return _fb (_ggd ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063");};func _fb (_bg []byte ,_bbf string )([]byte ,error ){_gb ,_dd :=_g .NewReader (_b .NewBuffer (_bg ));if _dd !=nil {return nil ,_dg .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_bbf ,_dd ); +};var _fbf _b .Buffer ;_ ,_dd =_e .Copy (&_fbf ,_gb );_ed :=_gb .Close ();if _dd !=nil {return nil ,_dg .Errorf ("R\u0065\u0061\u0064\u0020\u0025\u0071\u003a\u0020\u0025\u0076",_bbf ,_dd );};if _ed !=nil {return nil ,_dd ;};return _fbf .Bytes (),nil ;}; +var _dgd =[...]uint8 {0,20,35,50,65,80,95,110,125};func _efa ()([]byte ,error ){return _fb (_efd ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063");};var _bcfc =[...]uint16 {0,20,34,48,62,77,91,105,120,134,148,163,177,192,207,222,237,252,267,282,297,312,327,342,357,372,387}; +type bindataFileInfo struct{_gbb string ;_cdf int64 ;_cf _f .FileMode ;_gf _c .Time ;};func Asset (name string )([]byte ,error ){_dca :=_cd .Replace (name ,"\u005c","\u002f",-1);if _fbfb ,_eff :=_bfad [_dca ];_eff {_cda ,_cbc :=_fbfb ();if _cbc !=nil {return nil ,_dg .Errorf ("\u0041\u0073\u0073\u0065\u0074\u0020\u0025\u0073\u0020\u0063\u0061\u006e\u0027\u0074\u0020r\u0065a\u0064\u0020\u0062\u0079\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",name ,_cbc ); +};return _cda ._ff ,nil ;};return nil ,_dg .Errorf ("\u0041s\u0073e\u0074\u0020\u0025\u0073\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064",name );};var _bfad =map[string ]func ()(*asset ,error ){"\u0049S\u004f\u0063\u006f\u0061\u0074\u0065\u0064\u005f\u0076\u0032\u005f3\u0030\u0030\u005f\u0062\u0061\u0073\u002e\u0049\u0043\u0043":_bgb ,"I\u0053\u004f\u0063\u006f\u0061\u0074e\u0064\u005f\u0076\u0032\u005f\u0067\u0072\u0065\u00791\u0063\u005f\u0062a\u0073.\u0069\u0063\u0063":_af ,"\u0073\u0052\u0047B\u0032\u0030\u0031\u0034\u002e\u0069\u0063\u0063":_efab ,"\u0073\u0052\u0047\u0042\u005f\u0076\u0034\u005f\u0049\u0043\u0043_\u0070\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065.\u0069\u0063\u0063":_eb }; +func _ (){var _dee [1]struct{};_ =_dee [ColorSpaceUndefined -0];_ =_dee [ColorSpaceXYZ -1];_ =_dee [ColorSpaceLAB -2];_ =_dee [ColorSpaceLUV -3];_ =_dee [ColorSpaceYCBR -4];_ =_dee [ColorSpaceYXY -5];_ =_dee [ColorSpaceRGB -6];_ =_dee [ColorSpaceGRAY -7]; +_ =_dee [ColorSpaceHSV -8];_ =_dee [ColorSpaceHLS -9];_ =_dee [ColorSpaceCMYK -10];_ =_dee [ColorSpaceCMY -11];_ =_dee [ColorSpace2CLR -12];_ =_dee [ColorSpace3CLR -13];_ =_dee [ColorSpace4CLR -14];_ =_dee [ColorSpace5CLR -15];_ =_dee [ColorSpace6CLR -16]; +_ =_dee [ColorSpace7CLR -17];_ =_dee [ColorSpace8CLR -18];_ =_dee [ColorSpace9CLR -19];_ =_dee [ColorSpaceACLR -20];_ =_dee [ColorSpaceBCLR -21];_ =_dee [ColorSpaceCCLR -22];_ =_dee [ColorSpaceDCLR -23];_ =_dee [ColorSpaceECLR -24];_ =_dee [ColorSpaceFCLR -25]; +}; \ No newline at end of file diff --git a/model/internal/docutil/docutil.go b/model/internal/docutil/docutil.go index 76ac9d8a5..a4c8ea0ef 100644 --- a/model/internal/docutil/docutil.go +++ b/model/internal/docutil/docutil.go @@ -9,49 +9,46 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package docutil ;import (_a "errors";_ae "fmt";_fg "github.com/unidoc/unipdf/v3/common";_d "github.com/unidoc/unipdf/v3/core";);func (_ag *Catalog )SetVersion (){_ag .Object .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_d .MakeName (_ae .Sprintf ("\u0025\u0064\u002e%\u0064",_ag ._aa .Version .Major ,_ag ._aa .Version .Minor ))); -};func (_bde *Document )FindCatalog ()(*Catalog ,bool ){var _addf *_d .PdfObjectDictionary ;for _ ,_gaf :=range _bde .Objects {_addfd ,_fea :=_d .GetDict (_gaf );if !_fea {continue ;};if _fcf ,_da :=_d .GetName (_addfd .Get ("\u0054\u0079\u0070\u0065")); -_da &&*_fcf =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_addf =_addfd ;break ;};};if _addf ==nil {return nil ,false ;};return &Catalog {Object :_addf ,_aa :_bde },true ;};func (_gb *Document )AddStream (stream *_d .PdfObjectStream ){for _ ,_cgc :=range _gb .Objects {if _cgc ==stream {return ; -};};_gb .Objects =append (_gb .Objects ,stream );};func (_fec *Catalog )NewOutputIntents ()*OutputIntents {return &OutputIntents {_cd :_fec ._aa }};func (_ecf Page )GetContents ()([]Content ,bool ){_acc ,_bg :=_d .GetArray (_ecf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_bg {_aaa ,_aaag :=_d .GetStream (_ecf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_aaag {return nil ,false ;};return []Content {{Stream :_aaa ,_bfgf :_ecf ,_bdc :0}},true ;};_eea :=make ([]Content ,_acc .Len ());for _aba ,_fa :=range _acc .Elements (){_aebf ,_ebd :=_d .GetStream (_fa ); -if !_ebd {continue ;};_eea [_aba ]=Content {Stream :_aebf ,_bfgf :_ecf ,_bdc :_aba };};return _eea ,true ;};type ImageSMask struct{Image *Image ;Stream *_d .PdfObjectStream ;};func (_bd *Catalog )GetMarkInfo ()(*_d .PdfObjectDictionary ,bool ){_dd ,_gf :=_d .GetDict (_bd .Object .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f")); -return _dd ,_gf ;};func (_age *Content )SetData (data []byte )error {_eccf ,_fed :=_d .MakeStream (data ,_d .NewFlateEncoder ());if _fed !=nil {return _fed ;};_eaef ,_baf :=_d .GetArray (_age ._bfgf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_baf &&_age ._bdc ==0{_age ._bfgf .Object .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eccf );}else {if _fed =_eaef .Set (_age ._bdc ,_eccf );_fed !=nil {return _fed ;};};_age ._bfgf ._ece .Objects =append (_age ._bfgf ._ece .Objects ,_eccf ); -return nil ;};func (_b *Catalog )SetMetadata (data []byte )error {_fef ,_ff :=_d .MakeStream (data ,nil );if _ff !=nil {return _ff ;};_fef .Set ("\u0054\u0079\u0070\u0065",_d .MakeName ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));_fef .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_d .MakeName ("\u0058\u004d\u004c")); -_b .Object .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_fef );_b ._aa .Objects =append (_b ._aa .Objects ,_fef );return nil ;};type Page struct{_be int ;Object *_d .PdfObjectDictionary ;_ece *Document ;};func (_ad *Catalog )SetOutputIntents (outputIntents *OutputIntents ){if _ba :=_ad .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); -_ba !=nil {for _ee ,_ca :=range _ad ._aa .Objects {if _ca ==_ba {if outputIntents ._fbfc ==_ba {return ;};_ad ._aa .Objects =append (_ad ._aa .Objects [:_ee ],_ad ._aa .Objects [_ee +1:]...);break ;};};};_dc :=outputIntents ._fbfc ;if _dc ==nil {_dc =_d .MakeIndirectObject (outputIntents ._dcc ); -};_ad .Object .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_dc );_ad ._aa .Objects =append (_ad ._aa .Objects ,_dc );};func (_cb *OutputIntents )Add (oi _d .PdfObject )error {_add ,_ga :=oi .(*_d .PdfObjectDictionary ); -if !_ga {return _a .New ("\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006et\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if _dcd ,_ecg :=_d .GetStream (_add .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065"));_ecg {_cb ._cd .Objects =append (_cb ._cd .Objects ,_dcd );};_ecd ,_fcb :=oi .(*_d .PdfIndirectObject );if !_fcb {_ecd =_d .MakeIndirectObject (oi ); -};if _cb ._dcc ==nil {_cb ._dcc =_d .MakeArray (_ecd );}else {_cb ._dcc .Append (_ecd );};_cb ._cd .Objects =append (_cb ._cd .Objects ,_ecd );return nil ;};func (_eeb Page )GetResourcesXObject ()(*_d .PdfObjectDictionary ,bool ){_abf ,_gff :=_eeb .GetResources (); -if !_gff {return nil ,false ;};return _d .GetDict (_abf .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));};func (_ed *Catalog )GetStructTreeRoot ()(*_d .PdfObjectDictionary ,bool ){return _d .GetDict (_ed .Object .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); -};func (_cg *Catalog )SetMarkInfo (mi _d .PdfObject ){if mi ==nil {_cg .Object .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return ;};_gg :=_d .MakeIndirectObject (mi );_cg .Object .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",_gg ); -_cg ._aa .Objects =append (_cg ._aa .Objects ,_gg );};func (_gfa Page )FindXObjectImages ()([]*Image ,error ){_dda ,_gbf :=_gfa .GetResourcesXObject ();if !_gbf {return nil ,nil ;};var _dbf []*Image ;var _bdb error ;_eae :=map[*_d .PdfObjectStream ]int {}; -_cef :=map[*_d .PdfObjectStream ]struct{}{};var _cab int ;for _ ,_afdd :=range _dda .Keys (){_fd ,_ffa :=_d .GetStream (_dda .Get (_afdd ));if !_ffa {continue ;};if _ ,_cbd :=_eae [_fd ];_cbd {continue ;};_ccc ,_bfg :=_d .GetName (_fd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_bfg ||_ccc .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};_bffc :=Image {BitsPerComponent :8,Stream :_fd ,Name :string (_afdd )};if _bffc .Colorspace ,_bdb =_bad (_fd .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -_bdb !=nil {_fg .Log .Error ("\u0045\u0072\u0072\u006f\u0072\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0073",_bdb );continue ;};if _gec ,_eeba :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); -_eeba {_bffc .BitsPerComponent =_gec ;};if _gfe ,_aef :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068"));_aef {_bffc .Width =_gfe ;};if _cbe ,_abc :=_d .GetIntVal (_fd .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); -_abc {_bffc .Height =_cbe ;};if _fcc ,_ccf :=_d .GetStream (_fd .Get ("\u0053\u004d\u0061s\u006b"));_ccf {_bffc .SMask =&ImageSMask {Image :&_bffc ,Stream :_fcc };_cef [_fcc ]=struct{}{};};switch _bffc .Colorspace {case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_bffc .ColorComponents =3; -case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_bffc .ColorComponents =1;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_bffc .ColorComponents =4;default:_bffc .ColorComponents =-1;};_eae [_fd ]=_cab ;_dbf =append (_dbf ,&_bffc ); -_cab ++;};var _bga []int ;for _ ,_cbb :=range _dbf {if _cbb .SMask !=nil {_cgd ,_bb :=_eae [_cbb .SMask .Stream ];if _bb {_bga =append (_bga ,_cgd );};};};_acab :=make ([]*Image ,len (_dbf )-len (_bga ));_cab =0;_afb :for _acca ,_ffd :=range _dbf {for _ ,_cfc :=range _bga {if _acca ==_cfc {continue _afb ; -};};_acab [_cab ]=_ffd ;_cab ++;};return _dbf ,nil ;};func (_fba *Catalog )SetStructTreeRoot (structTreeRoot _d .PdfObject ){if structTreeRoot ==nil {_fba .Object .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"); -return ;};_gd :=_d .MakeIndirectObject (structTreeRoot );_fba .Object .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",_gd );_fba ._aa .Objects =append (_fba ._aa .Objects ,_gd );};type Image struct{Name string ;Width int ; -Height int ;Colorspace _d .PdfObjectName ;ColorComponents int ;BitsPerComponent int ;SMask *ImageSMask ;Stream *_d .PdfObjectStream ;};type Document struct{ID [2]string ;Version _d .Version ;Objects []_d .PdfObject ;Info _d .PdfObject ;Crypt *_d .PdfCrypt ; -UseHashBasedID bool ;};func (_ec *OutputIntents )Len ()int {return _ec ._dcc .Len ()};type OutputIntent struct{Object *_d .PdfObjectDictionary ;};func (_edb Content )GetData ()([]byte ,error ){_dac ,_cbc :=_d .NewEncoderFromStream (_edb .Stream );if _cbc !=nil {return nil ,_cbc ; -};_acb ,_cbc :=_dac .DecodeStream (_edb .Stream );if _cbc !=nil {return nil ,_cbc ;};return _acb ,nil ;};type OutputIntents struct{_dcc *_d .PdfObjectArray ;_cd *Document ;_fbfc *_d .PdfIndirectObject ;};func (_cgbg *Page )Number ()int {return _cgbg ._be }; -func (_cf *Catalog )HasMetadata ()bool {_de :=_cf .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _de !=nil ;};func (_eb *Catalog )GetOutputIntents ()(*OutputIntents ,bool ){_cc :=_eb .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); -if _cc ==nil {return nil ,false ;};_dcg ,_ce :=_d .GetIndirect (_cc );if !_ce {return nil ,false ;};_df ,_ega :=_d .GetArray (_dcg .PdfObject );if !_ega {return nil ,false ;};return &OutputIntents {_fbfc :_dcg ,_dcc :_df ,_cd :_eb ._aa },true ;};func (_ge *Document )GetPages ()([]Page ,bool ){_geb ,_db :=_ge .FindCatalog (); -if !_db {return nil ,false ;};return _geb .GetPages ();};func (_cdc *Document )AddIndirectObject (indirect *_d .PdfIndirectObject ){for _ ,_bff :=range _cdc .Objects {if _bff ==indirect {return ;};};_cdc .Objects =append (_cdc .Objects ,indirect );};func (_fbfb *OutputIntents )Get (i int )(OutputIntent ,bool ){if _fbfb ._dcc ==nil {return OutputIntent {},false ; -};if i >=_fbfb ._dcc .Len (){return OutputIntent {},false ;};_cca :=_fbfb ._dcc .Get (i );_dg ,_adc :=_d .GetIndirect (_cca );if !_adc {_afe ,_ac :=_d .GetDict (_cca );return OutputIntent {Object :_afe },_ac ;};_ggf ,_bf :=_d .GetDict (_dg .PdfObject ); -return OutputIntent {Object :_ggf },_bf ;};func (_fbf *Catalog )GetMetadata ()(*_d .PdfObjectStream ,bool ){return _d .GetStream (_fbf .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));};func _bad (_bc _d .PdfObject )(_d .PdfObjectName ,error ){var _dff *_d .PdfObjectName ; -var _ebf *_d .PdfObjectArray ;if _dbc ,_gac :=_bc .(*_d .PdfIndirectObject );_gac {if _deg ,_egf :=_dbc .PdfObject .(*_d .PdfObjectArray );_egf {_ebf =_deg ;}else if _aga ,_ea :=_dbc .PdfObject .(*_d .PdfObjectName );_ea {_dff =_aga ;};}else if _adb ,_ab :=_bc .(*_d .PdfObjectArray ); -_ab {_ebf =_adb ;}else if _abb ,_cgcf :=_bc .(*_d .PdfObjectName );_cgcf {_dff =_abb ;};if _dff !=nil {switch *_dff {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_dff ,nil ; -case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_dff ,nil ;};};if _ebf !=nil &&_ebf .Len ()> 0{if _ebb ,_aca :=_ebf .Get (0).(*_d .PdfObjectName );_aca {switch *_ebb {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _ebf .Len ()==1{return *_ebb ,nil ; -};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_ebb ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_ebb ,nil ; -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_ebb ,nil ;};};};return "",nil ;};func (_gdc Page )GetResources ()(*_d .PdfObjectDictionary ,bool ){return _d .GetDict (_gdc .Object .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -};type Content struct{Stream *_d .PdfObjectStream ;_bdc int ;_bfgf Page ;};func (_aeb *Catalog )GetPages ()([]Page ,bool ){_af ,_e :=_d .GetDict (_aeb .Object .Get ("\u0050\u0061\u0067e\u0073"));if !_e {return nil ,false ;};_g ,_c :=_d .GetArray (_af .Get ("\u004b\u0069\u0064\u0073")); -if !_c {return nil ,false ;};_fb :=make ([]Page ,_g .Len ());for _fe ,_fc :=range _g .Elements (){_eg ,_afd :=_d .GetDict (_fc );if !_afd {continue ;};_fb [_fe ]=Page {Object :_eg ,_be :_fe +1,_ece :_aeb ._aa };};return _fb ,true ;};func (_ggfc Page )FindXObjectForms ()[]*_d .PdfObjectStream {_bbb ,_aff :=_ggfc .GetResourcesXObject (); -if !_aff {return nil ;};_ecgf :=map[*_d .PdfObjectStream ]struct{}{};var _ddg func (_cde *_d .PdfObjectDictionary ,_fga map[*_d .PdfObjectStream ]struct{});_ddg =func (_bbd *_d .PdfObjectDictionary ,_dgb map[*_d .PdfObjectStream ]struct{}){for _ ,_fbe :=range _bbd .Keys (){_deb ,_dgc :=_d .GetStream (_bbd .Get (_fbe )); -if !_dgc {continue ;};if _ ,_gad :=_dgb [_deb ];_gad {continue ;};_dag ,_acaa :=_d .GetName (_deb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_acaa ||_dag .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_dgb [_deb ]=struct{}{};_def ,_acaa :=_d .GetDict (_deb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_acaa {continue ;};_ffb ,_cgb :=_d .GetDict (_def .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if _cgb {_ddg (_ffb ,_dgb );};};};_ddg (_bbb ,_ecgf );var _bcg []*_d .PdfObjectStream ;for _gade :=range _ecgf {_bcg =append (_bcg ,_gade );};return _bcg ; -};type Catalog struct{Object *_d .PdfObjectDictionary ;_aa *Document ;}; \ No newline at end of file +package docutil ;import (_bc "errors";_f "fmt";_bf "github.com/unidoc/unipdf/v3/common";_e "github.com/unidoc/unipdf/v3/core";);func (_ab *Catalog )SetOutputIntents (outputIntents *OutputIntents ){if _bcc :=_ab .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); +_bcc !=nil {for _cae ,_eb :=range _ab ._ee .Objects {if _eb ==_bcc {if outputIntents ._gfb ==_bcc {return ;};_ab ._ee .Objects =append (_ab ._ee .Objects [:_cae ],_ab ._ee .Objects [_cae +1:]...);break ;};};};_dc :=outputIntents ._gfb ;if _dc ==nil {_dc =_e .MakeIndirectObject (outputIntents ._eac ); +};_ab .Object .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_dc );_ab ._ee .Objects =append (_ab ._ee .Objects ,_dc );};func (_eeg *OutputIntents )Len ()int {return _eeg ._eac .Len ()};type Page struct{_aag int ; +Object *_e .PdfObjectDictionary ;_ceg *Document ;};func _ccg (_ebd _e .PdfObject )(_e .PdfObjectName ,error ){var _gcg *_e .PdfObjectName ;var _af *_e .PdfObjectArray ;if _edd ,_baf :=_ebd .(*_e .PdfIndirectObject );_baf {if _cbf ,_fag :=_edd .PdfObject .(*_e .PdfObjectArray ); +_fag {_af =_cbf ;}else if _fgbc ,_cdg :=_edd .PdfObject .(*_e .PdfObjectName );_cdg {_gcg =_fgbc ;};}else if _eebf ,_ga :=_ebd .(*_e .PdfObjectArray );_ga {_af =_eebf ;}else if _egg ,_ebg :=_ebd .(*_e .PdfObjectName );_ebg {_gcg =_egg ;};if _gcg !=nil {switch *_gcg {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_gcg ,nil ; +case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_gcg ,nil ;};};if _af !=nil &&_af .Len ()> 0{if _aa ,_dgb :=_af .Get (0).(*_e .PdfObjectName );_dgb {switch *_aa {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _af .Len ()==1{return *_aa ,nil ; +};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_aa ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_aa ,nil ; +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_aa ,nil ;};};};return "",nil ;};func (_ae *Catalog )SetMetadata (data []byte )error {_fee ,_df :=_e .MakeStream (data ,nil );if _df !=nil {return _df ; +};_fee .Set ("\u0054\u0079\u0070\u0065",_e .MakeName ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));_fee .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_e .MakeName ("\u0058\u004d\u004c"));_ae .Object .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_fee ); +_ae ._ee .Objects =append (_ae ._ee .Objects ,_fee );return nil ;};func (_ace Page )FindXObjectForms ()[]*_e .PdfObjectStream {_cba ,_ccgc :=_ace .GetResourcesXObject ();if !_ccgc {return nil ;};_abe :=map[*_e .PdfObjectStream ]struct{}{};var _dd func (_ddg *_e .PdfObjectDictionary ,_abee map[*_e .PdfObjectStream ]struct{}); +_dd =func (_beg *_e .PdfObjectDictionary ,_dab map[*_e .PdfObjectStream ]struct{}){for _ ,_bee :=range _beg .Keys (){_ega ,_ccf :=_e .GetStream (_beg .Get (_bee ));if !_ccf {continue ;};if _ ,_bda :=_dab [_ega ];_bda {continue ;};_edff ,_efce :=_e .GetName (_ega .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_efce ||_edff .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_dab [_ega ]=struct{}{};_bdc ,_efce :=_e .GetDict (_ega .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_efce {continue ;};_dbb ,_fac :=_e .GetDict (_bdc .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074")); +if _fac {_dd (_dbb ,_dab );};};};_dd (_cba ,_abe );var _cde []*_e .PdfObjectStream ;for _gff :=range _abe {_cde =append (_cde ,_gff );};return _cde ;};type Catalog struct{Object *_e .PdfObjectDictionary ;_ee *Document ;};func (_bcb *Document )GetPages ()([]Page ,bool ){_eff ,_efff :=_bcb .FindCatalog (); +if !_efff {return nil ,false ;};return _eff .GetPages ();};type ImageSMask struct{Image *Image ;Stream *_e .PdfObjectStream ;};func (_aec Page )FindXObjectImages ()([]*Image ,error ){_gg ,_gce :=_aec .GetResourcesXObject ();if !_gce {return nil ,nil ;}; +var _gdb []*Image ;var _fbf error ;_ge :=map[*_e .PdfObjectStream ]int {};_dgg :=map[*_e .PdfObjectStream ]struct{}{};var _cda int ;for _ ,_gcd :=range _gg .Keys (){_cce ,_fbc :=_e .GetStream (_gg .Get (_gcd ));if !_fbc {continue ;};if _ ,_bg :=_ge [_cce ]; +_bg {continue ;};_dbe ,_cdf :=_e .GetName (_cce .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_cdf ||_dbe .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};_dea :=Image {BitsPerComponent :8,Stream :_cce ,Name :string (_gcd )};if _dea .Colorspace ,_fbf =_ccg (_cce .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +_fbf !=nil {_bf .Log .Error ("\u0045\u0072\u0072\u006f\u0072\u0020\u0064\u0065\u0074\u0065r\u006d\u0069\u006e\u0065\u0020\u0063\u006fl\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0073",_fbf );continue ;};if _cbb ,_afe :=_e .GetIntVal (_cce .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074")); +_afe {_dea .BitsPerComponent =_cbb ;};if _efb ,_bdg :=_e .GetIntVal (_cce .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068"));_bdg {_dea .Width =_efb ;};if _cbfa ,_cfb :=_e .GetIntVal (_cce .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); +_cfb {_dea .Height =_cbfa ;};if _gab ,_feee :=_e .GetStream (_cce .Get ("\u0053\u004d\u0061s\u006b"));_feee {_dea .SMask =&ImageSMask {Image :&_dea ,Stream :_gab };_dgg [_gab ]=struct{}{};};switch _dea .Colorspace {case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_dea .ColorComponents =3; +case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_dea .ColorComponents =1;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dea .ColorComponents =4;default:_dea .ColorComponents =-1;};_ge [_cce ]=_cda ;_gdb =append (_gdb ,&_dea ); +_cda ++;};var _aga []int ;for _ ,_aef :=range _gdb {if _aef .SMask !=nil {_fae ,_gec :=_ge [_aef .SMask .Stream ];if _gec {_aga =append (_aga ,_fae );};};};_eda :=make ([]*Image ,len (_gdb )-len (_aga ));_cda =0;_dae :for _bfe ,_gecc :=range _gdb {for _ ,_ccd :=range _aga {if _bfe ==_ccd {continue _dae ; +};};_eda [_cda ]=_gecc ;_cda ++;};return _gdb ,nil ;};type Image struct{Name string ;Width int ;Height int ;Colorspace _e .PdfObjectName ;ColorComponents int ;BitsPerComponent int ;SMask *ImageSMask ;Stream *_e .PdfObjectStream ;};func (_ca *Catalog )SetStructTreeRoot (structTreeRoot _e .PdfObject ){if structTreeRoot ==nil {_ca .Object .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"); +return ;};_fgg :=_e .MakeIndirectObject (structTreeRoot );_ca .Object .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",_fgg );_ca ._ee .Objects =append (_ca ._ee .Objects ,_fgg );};func (_fd *Catalog )GetPages ()([]Page ,bool ){_c ,_fg :=_e .GetDict (_fd .Object .Get ("\u0050\u0061\u0067e\u0073")); +if !_fg {return nil ,false ;};_ba ,_g :=_e .GetArray (_c .Get ("\u004b\u0069\u0064\u0073"));if !_g {return nil ,false ;};_fe :=make ([]Page ,_ba .Len ());for _gb ,_a :=range _ba .Elements (){_gc ,_bfg :=_e .GetDict (_a );if !_bfg {continue ;};_fe [_gb ]=Page {Object :_gc ,_aag :_gb +1,_ceg :_fd ._ee }; +};return _fe ,true ;};func (_efa *Catalog )GetMetadata ()(*_e .PdfObjectStream ,bool ){return _e .GetStream (_efa .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"));};func (_abf *Catalog )GetOutputIntents ()(*OutputIntents ,bool ){_dfa :=_abf .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"); +if _dfa ==nil {return nil ,false ;};_fa ,_eg :=_e .GetIndirect (_dfa );if !_eg {return nil ,false ;};_faa ,_ce :=_e .GetArray (_fa .PdfObject );if !_ce {return nil ,false ;};return &OutputIntents {_gfb :_fa ,_eac :_faa ,_db :_abf ._ee },true ;};func (_eaa *OutputIntents )Get (i int )(OutputIntent ,bool ){if _eaa ._eac ==nil {return OutputIntent {},false ; +};if i >=_eaa ._eac .Len (){return OutputIntent {},false ;};_da :=_eaa ._eac .Get (i );_acb ,_gfa :=_e .GetIndirect (_da );if !_gfa {_efc ,_bdd :=_e .GetDict (_da );return OutputIntent {Object :_efc },_bdd ;};_bcf ,_eeb :=_e .GetDict (_acb .PdfObject ); +return OutputIntent {Object :_bcf },_eeb ;};type OutputIntent struct{Object *_e .PdfObjectDictionary ;};func (_ag *Catalog )NewOutputIntents ()*OutputIntents {return &OutputIntents {_db :_ag ._ee }};func (_ebe *Document )FindCatalog ()(*Catalog ,bool ){var _cad *_e .PdfObjectDictionary ; +for _ ,_fdg :=range _ebe .Objects {_fab ,_ff :=_e .GetDict (_fdg );if !_ff {continue ;};if _ed ,_fb :=_e .GetName (_fab .Get ("\u0054\u0079\u0070\u0065"));_fb &&*_ed =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_cad =_fab ;break ;};};if _cad ==nil {return nil ,false ; +};return &Catalog {Object :_cad ,_ee :_ebe },true ;};func (_faae Page )GetResources ()(*_e .PdfObjectDictionary ,bool ){return _e .GetDict (_faae .Object .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));};func (_gfc *Content )SetData (data []byte )error {_eadf ,_bab :=_e .MakeStream (data ,_e .NewFlateEncoder ()); +if _bab !=nil {return _bab ;};_ege ,_efe :=_e .GetArray (_gfc ._cag .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_efe &&_gfc ._eacf ==0{_gfc ._cag .Object .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eadf );}else {if _bab =_ege .Set (_gfc ._eacf ,_eadf ); +_bab !=nil {return _bab ;};};_gfc ._cag ._ceg .Objects =append (_gfc ._cag ._ceg .Objects ,_eadf );return nil ;};func (_fc *OutputIntents )Add (oi _e .PdfObject )error {_ead ,_bd :=oi .(*_e .PdfObjectDictionary );if !_bd {return _bc .New ("\u0069\u006e\u0070\u0075\u0074\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006et\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u0061\u006e\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if _cd ,_ac :=_e .GetStream (_ead .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065"));_ac {_fc ._db .Objects =append (_fc ._db .Objects ,_cd );};_cf ,_cc :=oi .(*_e .PdfIndirectObject );if !_cc {_cf =_e .MakeIndirectObject (oi ); +};if _fc ._eac ==nil {_fc ._eac =_e .MakeArray (_cf );}else {_fc ._eac .Append (_cf );};_fc ._db .Objects =append (_fc ._db .Objects ,_cf );return nil ;};func (_gac Page )GetResourcesXObject ()(*_e .PdfObjectDictionary ,bool ){_acg ,_caf :=_gac .GetResources (); +if !_caf {return nil ,false ;};return _e .GetDict (_acg .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));};func (_ea *Catalog )HasMetadata ()bool {_ef :=_ea .Object .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _ef !=nil ;};type OutputIntents struct{_eac *_e .PdfObjectArray ; +_db *Document ;_gfb *_e .PdfIndirectObject ;};type Document struct{ID [2]string ;Version _e .Version ;Objects []_e .PdfObject ;Info _e .PdfObject ;Crypt *_e .PdfCrypt ;UseHashBasedID bool ;};func (_be *Catalog )GetMarkInfo ()(*_e .PdfObjectDictionary ,bool ){_gf ,_fgb :=_e .GetDict (_be .Object .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f")); +return _gf ,_fgb ;};func (_egd Content )GetData ()([]byte ,error ){_baa ,_cbc :=_e .NewEncoderFromStream (_egd .Stream );if _cbc !=nil {return nil ,_cbc ;};_cegf ,_cbc :=_baa .DecodeStream (_egd .Stream );if _cbc !=nil {return nil ,_cbc ;};return _cegf ,nil ; +};func (_d *Catalog )SetVersion (){_d .Object .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_e .MakeName (_f .Sprintf ("\u0025\u0064\u002e%\u0064",_d ._ee .Version .Major ,_d ._ee .Version .Minor )));};func (_ebf Page )GetContents ()([]Content ,bool ){_gba ,_cdd :=_e .GetArray (_ebf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_cdd {_fabe ,_aeb :=_e .GetStream (_ebf .Object .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_aeb {return nil ,false ;};return []Content {{Stream :_fabe ,_cag :_ebf ,_eacf :0}},true ;};_bfb :=make ([]Content ,_gba .Len ());for _edg ,_abfa :=range _gba .Elements (){_gbag ,_dce :=_e .GetStream (_abfa ); +if !_dce {continue ;};_bfb [_edg ]=Content {Stream :_gbag ,_cag :_ebf ,_eacf :_edg };};return _bfb ,true ;};func (_age *Page )Number ()int {return _age ._aag };func (_fea *Catalog )GetStructTreeRoot ()(*_e .PdfObjectDictionary ,bool ){return _e .GetDict (_fea .Object .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); +};type Content struct{Stream *_e .PdfObjectStream ;_eacf int ;_cag Page ;};func (_bad *Catalog )SetMarkInfo (mi _e .PdfObject ){if mi ==nil {_bad .Object .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return ;};_dg :=_e .MakeIndirectObject (mi ); +_bad .Object .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",_dg );_bad ._ee .Objects =append (_bad ._ee .Objects ,_dg );};func (_bef *Document )AddStream (stream *_e .PdfObjectStream ){for _ ,_gd :=range _bef .Objects {if _gd ==stream {return ; +};};_bef .Objects =append (_bef .Objects ,stream );};func (_ec *Document )AddIndirectObject (indirect *_e .PdfIndirectObject ){for _ ,_cb :=range _ec .Objects {if _cb ==indirect {return ;};};_ec .Objects =append (_ec .Objects ,indirect );}; \ No newline at end of file diff --git a/model/internal/fonts/fonts.go b/model/internal/fonts/fonts.go index 0324056e6..60997d786 100644 --- a/model/internal/fonts/fonts.go +++ b/model/internal/fonts/fonts.go @@ -9,122 +9,118 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package fonts ;import (_dg "bytes";_c "encoding/binary";_ec "errors";_a "fmt";_fa "github.com/unidoc/unipdf/v3/common";_ff "github.com/unidoc/unipdf/v3/core";_ae "github.com/unidoc/unipdf/v3/internal/cmap";_cd "github.com/unidoc/unipdf/v3/internal/textencoding"; -_ee "io";_f "os";_b "regexp";_d "sort";_e "strings";_gg "sync";);func RegisterStdFont (name StdFontName ,fnc func ()StdFont ,aliases ...StdFontName ){if _ ,_eec :=_ba .read (name );_eec {panic ("\u0066o\u006e\u0074\u0020\u0061l\u0072\u0065\u0061\u0064\u0079 \u0072e\u0067i\u0073\u0074\u0065\u0072\u0065\u0064\u003a "+string (name )); -};_ba .write (name ,fnc );for _ ,_fg :=range aliases {RegisterStdFont (_fg ,fnc );};};var _ceb _gg .Once ;func _eb ()StdFont {_ceb .Do (_faf );_bcae :=Descriptor {Name :CourierName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0021,BBox :[4]float64 {-23,-250,715,805},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; -return NewStdFont (_bcae ,_fge );};func (_fdc *ttfParser )parseCmapVersion (_abbe int64 )error {_fa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006da\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a \u006f\u0066\u0066s\u0065t\u003d\u0025\u0064",_abbe ); -if _fdc ._aca .Chars ==nil {_fdc ._aca .Chars =make (map[rune ]GID );};_fdc ._fab .Seek (int64 (_fdc ._fbf ["\u0063\u006d\u0061\u0070"])+_abbe ,_ee .SeekStart );var _gff ,_acfc uint32 ;_ggf :=_fdc .ReadUShort ();if _ggf < 8{_gff =uint32 (_fdc .ReadUShort ()); -_acfc =uint32 (_fdc .ReadUShort ());}else {_fdc .ReadUShort ();_gff =_fdc .ReadULong ();_acfc =_fdc .ReadULong ();};_fa .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0043m\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064 \u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067u\u0061g\u0065\u003d\u0025\u0064",_ggf ,_gff ,_acfc ); -switch _ggf {case 0:return _fdc .parseCmapFormat0 ();case 6:return _fdc .parseCmapFormat6 ();case 12:return _fdc .parseCmapFormat12 ();default:_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063m\u0061\u0070\u0020\u0066\u006f\u0072\u006da\u0074\u003d\u0025\u0064",_ggf ); -return nil ;};};func _cge ()StdFont {_ccd .Do (_bfdg );_ced :=Descriptor {Name :TimesBoldItalicName ,Family :_ggb ,Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-200,-218,996,921},ItalicAngle :-15,Ascent :683,Descent :-217,CapHeight :669,XHeight :462,StemV :121,StemH :42}; -return NewStdFont (_ced ,_ddd );};func NewFontFile2FromPdfObject (obj _ff .PdfObject )(TtfType ,error ){obj =_ff .TraceToDirectObject (obj );_dgfg ,_afa :=obj .(*_ff .PdfObjectStream );if !_afa {_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0073\u0074\u0072e\u0061\u006d \u0028\u0025\u0054\u0029",obj ); -return TtfType {},_ff .ErrTypeError ;};_dbf ,_cdbe :=_ff .DecodeStream (_dgfg );if _cdbe !=nil {return TtfType {},_cdbe ;};_aag :=ttfParser {_fab :_dg .NewReader (_dbf )};return _aag .Parse ();};var _bgeg *RuneCharSafeMap ;type GID =_cd .GID ;func (_fdaa *ttfParser )ReadShort ()(_gdec int16 ){_c .Read (_fdaa ._fab ,_c .BigEndian ,&_gdec ); -return _gdec ;};func (_beda *ttfParser )ParseComponents ()error {if _beg :=_beda .ParseHead ();_beg !=nil {return _beg ;};if _gee :=_beda .ParseHhea ();_gee !=nil {return _gee ;};if _gcc :=_beda .ParseMaxp ();_gcc !=nil {return _gcc ;};if _bad :=_beda .ParseHmtx (); -_bad !=nil {return _bad ;};if _ ,_ebd :=_beda ._fbf ["\u006e\u0061\u006d\u0065"];_ebd {if _ddf :=_beda .ParseName ();_ddf !=nil {return _ddf ;};};if _ ,_cfb :=_beda ._fbf ["\u004f\u0053\u002f\u0032"];_cfb {if _eaf :=_beda .ParseOS2 ();_eaf !=nil {return _eaf ; -};};if _ ,_eefd :=_beda ._fbf ["\u0070\u006f\u0073\u0074"];_eefd {if _ace :=_beda .ParsePost ();_ace !=nil {return _ace ;};};if _ ,_abb :=_beda ._fbf ["\u0063\u006d\u0061\u0070"];_abb {if _fda :=_beda .ParseCmap ();_fda !=nil {return _fda ;};};return nil ; -};func (_fd *ttfParser )Parse ()(TtfType ,error ){_gdcf ,_cef :=_fd .ReadStr (4);if _cef !=nil {return TtfType {},_cef ;};if _gdcf =="\u0074\u0074\u0063\u0066"{return _fd .parseTTC ();}else if _gdcf !="\u0000\u0001\u0000\u0000"&&_gdcf !="\u0074\u0072\u0075\u0065"{_fa .Log .Debug ("\u0055n\u0072\u0065c\u006f\u0067\u006ei\u007a\u0065\u0064\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066i\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e\u0020v\u0065\u0072\u0073\u0069\u006f\u006e\u003d\u0025\u0071",_gdcf ); -};_fef :=int (_fd .ReadUShort ());_fd .Skip (3*2);_fd ._fbf =make (map[string ]uint32 );var _adg string ;for _aeb :=0;_aeb < _fef ;_aeb ++{_adg ,_cef =_fd .ReadStr (4);if _cef !=nil {return TtfType {},_cef ;};_fd .Skip (4);_fec :=_fd .ReadULong ();_fd .Skip (4); -_fd ._fbf [_adg ]=_fec ;};_fa .Log .Trace (_aegf (_fd ._fbf ));if _cef =_fd .ParseComponents ();_cef !=nil {return TtfType {},_cef ;};return _fd ._aca ,nil ;};type fontMap struct{_gg .Mutex ;_db map[StdFontName ]func ()StdFont ;};var _dgff =[]rune {'A','Æ','Á','Ă','Â','Ä','À','Ā','Ą','Å','Ã','B','C','Ć','Č','Ç','D','Ď','Đ','∆','E','É','Ě','Ê','Ë','Ė','È','Ē','Ę','Ð','€','F','G','Ğ','Ģ','H','I','Í','Î','Ï','İ','Ì','Ī','Į','J','K','Ķ','L','Ĺ','Ľ','Ļ','Ł','M','N','Ń','Ň','Ņ','Ñ','O','Œ','Ó','Ô','Ö','Ò','Ő','Ō','Ø','Õ','P','Q','R','Ŕ','Ř','Ŗ','S','Ś','Š','Ş','Ș','T','Ť','Ţ','Þ','U','Ú','Û','Ü','Ù','Ű','Ū','Ų','Ů','V','W','X','Y','Ý','Ÿ','Z','Ź','Ž','Ż','a','á','ă','â','´','ä','æ','à','ā','&','ą','å','^','~','*','@','ã','b','\\','|','{','}','[',']','˘','¦','•','c','ć','ˇ','č','ç','¸','¢','ˆ',':',',','\uf6c3','©','¤','d','†','‡','ď','đ','°','¨','÷','$','˙','ı','e','é','ě','ê','ë','ė','è','8','…','ē','—','–','ę','=','ð','!','¡','f','fi','5','fl','ƒ','4','⁄','g','ğ','ģ','ß','`','>','≥','«','»','‹','›','h','˝','-','i','í','î','ï','ì','ī','į','j','k','ķ','l','ĺ','ľ','ļ','<','≤','¬','◊','ł','m','¯','−','µ','×','n','ń','ň','ņ','9','≠','ñ','#','o','ó','ô','ö','œ','˛','ò','ő','ō','1','½','¼','¹','ª','º','ø','õ','p','¶','(',')','∂','%','.','·','‰','+','±','q','?','¿','"','„','“','”','‘','’','‚','\'','r','ŕ','√','ř','ŗ','®','˚','s','ś','š','ş','ș','§',';','7','6','/',' ','£','∑','t','ť','ţ','þ','3','¾','³','˜','™','2','²','u','ú','û','ü','ù','ű','ū','_','ų','ů','v','w','x','y','ý','ÿ','¥','z','ź','ž','ż','0'}; -func (_def *ttfParser )ParseHmtx ()error {if _fbfg :=_def .Seek ("\u0068\u006d\u0074\u0078");_fbfg !=nil {return _fbfg ;};_def ._aca .Widths =make ([]uint16 ,0,8);for _cac :=uint16 (0);_cac < _def ._bed ;_cac ++{_def ._aca .Widths =append (_def ._aca .Widths ,_def .ReadUShort ()); -_def .Skip (2);};if _def ._bed < _def ._fad &&_def ._bed > 0{_aaa :=_def ._aca .Widths [_def ._bed -1];for _fbb :=_def ._bed ;_fbb < _def ._fad ;_fbb ++{_def ._aca .Widths =append (_def ._aca .Widths ,_aaa );};};return nil ;};func _dga ()StdFont {_ceb .Do (_faf ); -_ce :=Descriptor {Name :CourierBoldObliqueName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0061,BBox :[4]float64 {-57,-250,869,801},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84};return NewStdFont (_ce ,_cg ); -};func (_fgef *TtfType )MakeEncoder ()(_cd .SimpleEncoder ,error ){_aaf :=make (map[_cd .CharCode ]GlyphName );for _deb :=_cd .CharCode (0);_deb <=256;_deb ++{_daf :=rune (_deb );_feg ,_ffe :=_fgef .Chars [_daf ];if !_ffe {continue ;};var _ag GlyphName ; -if int (_feg )>=0&&int (_feg )< len (_fgef .GlyphNames ){_ag =_fgef .GlyphNames [_feg ];}else {_bgega :=rune (_feg );if _fce ,_fgc :=_cd .RuneToGlyph (_bgega );_fgc {_ag =_fce ;};};if _ag !=""{_aaf [_deb ]=_ag ;};};if len (_aaf )==0{_fa .Log .Debug ("WA\u0052\u004eI\u004e\u0047\u003a\u0020\u005a\u0065\u0072\u006f\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002e\u0020\u0074\u0074\u0066=\u0025s\u0020\u0043\u0068\u0061\u0072\u0073\u003d\u005b%\u00200\u0032\u0078]",_fgef ,_fgef .Chars ); -};return _cd .NewCustomSimpleTextEncoder (_aaf ,nil );};func (_fafe *ttfParser )parseTTC ()(TtfType ,error ){_fafe .Skip (2*2);_gfge :=_fafe .ReadULong ();if _gfge < 1{return TtfType {},_ec .New ("N\u006f \u0066\u006f\u006e\u0074\u0073\u0020\u0069\u006e \u0054\u0054\u0043\u0020fi\u006c\u0065"); -};_aede :=_fafe .ReadULong ();_ ,_faa :=_fafe ._fab .Seek (int64 (_aede ),_ee .SeekStart );if _faa !=nil {return TtfType {},_faa ;};return _fafe .Parse ();};func NewStdFontWithEncoding (desc Descriptor ,metrics *RuneCharSafeMap ,encoder _cd .TextEncoder )StdFont {var _cdb rune =0xA0; -if _ ,_afe :=metrics .Read (_cdb );!_afe {_gfg ,_ :=metrics .Read (0x20);metrics .Write (_cdb ,_gfg );};return StdFont {_cb :desc ,_cbc :metrics ,_cbf :encoder };};var _fga _gg .Once ;func _faf (){const _dgfd =600;_fge =MakeRuneCharSafeMap (len (_dgff )); -for _ ,_gce :=range _dgff {_fge .Write (_gce ,CharMetrics {Wx :_dgfd });};_dce =_fge .Copy ();_cg =_fge .Copy ();_eag =_fge .Copy ();};func _dcd ()StdFont {_fga .Do (_bbd );_gbb :=Descriptor {Name :HelveticaObliqueName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-170,-225,1116,931},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; -return NewStdFont (_gbb ,_eef );};var _ Font =StdFont {};var _eag *RuneCharSafeMap ;var _gbg *RuneCharSafeMap ;func (_fba *ttfParser )parseCmapFormat12 ()error {_acfbf :=_fba .ReadULong ();_fa .Log .Trace ("\u0070\u0061\u0072se\u0043\u006d\u0061\u0070\u0046\u006f\u0072\u006d\u0061t\u00312\u003a \u0025s\u0020\u006e\u0075\u006d\u0047\u0072\u006f\u0075\u0070\u0073\u003d\u0025\u0064",_fba ._aca .String (),_acfbf ); -for _cgd :=uint32 (0);_cgd < _acfbf ;_cgd ++{_gcf :=_fba .ReadULong ();_fgce :=_fba .ReadULong ();_cdgg :=_fba .ReadULong ();if _gcf > 0x0010FFFF||(0xD800<=_gcf &&_gcf <=0xDFFF){return _ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073"); -};if _fgce < _gcf ||_fgce > 0x0010FFFF||(0xD800<=_fgce &&_fgce <=0xDFFF){return _ec .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073");};for _afc :=_gcf ;_afc <=_fgce ; -_afc ++{if _afc > 0x10FFFF{_fa .Log .Debug ("\u0046\u006fr\u006d\u0061\u0074\u0020\u0031\u0032\u0020\u0063\u006d\u0061\u0070\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0062\u0065\u0079\u006f\u006e\u0064\u0020\u0055\u0043\u0053\u002d\u0034"); -};_fba ._aca .Chars [rune (_afc )]=GID (_cdgg );_cdgg ++;};};return nil ;};var _ed =[]int16 {722,889,722,722,722,722,722,722,722,722,722,667,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,556,722,722,722,722,333,333,333,333,333,333,333,333,389,722,722,611,611,611,611,611,889,722,722,722,722,722,722,889,722,722,722,722,722,722,722,722,556,722,667,667,667,667,556,556,556,556,556,611,611,611,556,722,722,722,722,722,722,722,722,722,722,944,722,722,722,722,611,611,611,611,444,444,444,444,333,444,667,444,444,778,444,444,469,541,500,921,444,500,278,200,480,480,333,333,333,200,350,444,444,333,444,444,333,500,333,278,250,250,760,500,500,500,500,588,500,400,333,564,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,564,500,333,333,333,556,500,556,500,500,167,500,500,500,500,333,564,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,500,500,278,278,344,278,564,549,564,471,278,778,333,564,500,564,500,500,500,500,500,549,500,500,500,500,500,500,722,333,500,500,500,500,750,750,300,276,310,500,500,500,453,333,333,476,833,250,250,1000,564,564,500,444,444,408,444,444,444,333,333,333,180,333,333,453,333,333,760,333,389,389,389,389,389,500,278,500,500,278,250,500,600,278,326,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,500,722,500,500,500,500,500,444,444,444,444,500}; -func _eg ()StdFont {_ccd .Do (_bfdg );_fgag :=Descriptor {Name :TimesBoldName ,Family :_ggb ,Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,935},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :676,XHeight :461,StemV :139,StemH :44}; -return NewStdFont (_fgag ,_dea );};func (_bb StdFont )ToPdfObject ()_ff .PdfObject {_aege :=_ff .MakeDict ();_aege .Set ("\u0054\u0079\u0070\u0065",_ff .MakeName ("\u0046\u006f\u006e\u0074"));_aege .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_ff .MakeName ("\u0054\u0079\u0070e\u0031")); -_aege .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_ff .MakeName (_bb .Name ()));_aege .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_bb ._cbf .ToPdfObject ());return _ff .MakeIndirectObject (_aege );};func (_daag *ttfParser )ReadStr (length int )(string ,error ){_fecb :=make ([]byte ,length ); -_eac ,_acdc :=_daag ._fab .Read (_fecb );if _acdc !=nil {return "",_acdc ;}else if _eac !=length {return "",_a .Errorf ("\u0075\u006e\u0061bl\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073",length ); -};return string (_fecb ),nil ;};type FontWeight int ;func (_abc *ttfParser )ParsePost ()error {if _edfg :=_abc .Seek ("\u0070\u006f\u0073\u0074");_edfg !=nil {return _edfg ;};_gcb :=_abc .Read32Fixed ();_abc ._aca .ItalicAngle =_abc .Read32Fixed ();_abc ._aca .UnderlinePosition =_abc .ReadShort (); -_abc ._aca .UnderlineThickness =_abc .ReadShort ();_abc ._aca .IsFixedPitch =_abc .ReadULong ()!=0;_abc .ReadULong ();_abc .ReadULong ();_abc .ReadULong ();_abc .ReadULong ();_fa .Log .Trace ("\u0050a\u0072\u0073\u0065\u0050\u006f\u0073\u0074\u003a\u0020\u0066\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065\u003d\u0025\u0066",_gcb ); -switch _gcb {case 1.0:_abc ._aca .GlyphNames =_abg ;case 2.0:_fdge :=int (_abc .ReadUShort ());_acgd :=make ([]int ,_fdge );_abc ._aca .GlyphNames =make ([]GlyphName ,_fdge );_gde :=-1;for _egb :=0;_egb < _fdge ;_egb ++{_ebaf :=int (_abc .ReadUShort ()); -_acgd [_egb ]=_ebaf ;if _ebaf <=0x7fff&&_ebaf > _gde {_gde =_ebaf ;};};var _eeg []GlyphName ;if _gde >=len (_abg ){_eeg =make ([]GlyphName ,_gde -len (_abg )+1);for _fbe :=0;_fbe < _gde -len (_abg )+1;_fbe ++{_bce :=int (_abc .readByte ());_egee ,_cff :=_abc .ReadStr (_bce ); -if _cff !=nil {return _cff ;};_eeg [_fbe ]=GlyphName (_egee );};};for _bcdf :=0;_bcdf < _fdge ;_bcdf ++{_bcaf :=_acgd [_bcdf ];if _bcaf < len (_abg ){_abc ._aca .GlyphNames [_bcdf ]=_abg [_bcaf ];}else if _bcaf >=len (_abg )&&_bcaf <=32767{_abc ._aca .GlyphNames [_bcdf ]=_eeg [_bcaf -len (_abg )]; -}else {_abc ._aca .GlyphNames [_bcdf ]="\u002e\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064";};};case 2.5:_aced :=make ([]int ,_abc ._fad );for _cab :=0;_cab < len (_aced );_cab ++{_badb :=int (_abc .ReadSByte ());_aced [_cab ]=_cab +1+_badb ; -};_abc ._aca .GlyphNames =make ([]GlyphName ,len (_aced ));for _egde :=0;_egde < len (_abc ._aca .GlyphNames );_egde ++{_dgaa :=_abg [_aced [_egde ]];_abc ._aca .GlyphNames [_egde ]=_dgaa ;};case 3.0:_fa .Log .Debug ("\u004e\u006f\u0020\u0050\u006f\u0073t\u0053\u0063\u0072i\u0070\u0074\u0020n\u0061\u006d\u0065\u0020\u0069\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020is\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e"); -default:_fa .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020f\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065=\u0025\u0066",_gcb );};return nil ;};func (_aeg StdFont )Descriptor ()Descriptor {return _aeg ._cb }; -func init (){RegisterStdFont (CourierName ,_eb ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u0043\u006f\u0075\u0072\u0069e\u0072\u004e\u0065\u0077","\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077");RegisterStdFont (CourierBoldName ,_daa ,"\u0043o\u0075r\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0042\u006f\u006c\u0064"); -RegisterStdFont (CourierObliqueName ,_ea ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0049t\u0061\u006c\u0069\u0063");RegisterStdFont (CourierBoldObliqueName ,_dga ,"C\u006f\u0075\u0072\u0069er\u004ee\u0077\u002c\u0042\u006f\u006cd\u0049\u0074\u0061\u006c\u0069\u0063"); -};func _baad ()StdFont {_ccd .Do (_bfdg );_bfd :=Descriptor {Name :TimesRomanName ,Family :_ggb ,Weight :FontWeightRoman ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,898},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :662,XHeight :450,StemV :84,StemH :28}; -return NewStdFont (_bfd ,_gdc );};func (_cec *TtfType )NewEncoder ()_cd .TextEncoder {return _cd .NewTrueTypeFontEncoder (_cec .Chars )};func _cda ()StdFont {_fga .Do (_bbd );_eagf :=Descriptor {Name :HelveticaBoldName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-170,-228,1003,962},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; -return NewStdFont (_eagf ,_gbg );};var _cg *RuneCharSafeMap ;func (_efdf *ttfParser )ParseCmap ()error {var _cgb int64 ;if _edf :=_efdf .Seek ("\u0063\u006d\u0061\u0070");_edf !=nil {return _edf ;};_efdf .ReadUShort ();_gca :=int (_efdf .ReadUShort ()); -_efde :=int64 (0);_baab :=int64 (0);_efa :=int64 (0);for _ccbe :=0;_ccbe < _gca ;_ccbe ++{_ead :=_efdf .ReadUShort ();_acfb :=_efdf .ReadUShort ();_cgb =int64 (_efdf .ReadULong ());if _ead ==3&&_acfb ==1{_baab =_cgb ;}else if _ead ==3&&_acfb ==10{_efa =_cgb ; -}else if _ead ==1&&_acfb ==0{_efde =_cgb ;};};if _efde !=0{if _gfe :=_efdf .parseCmapVersion (_efde );_gfe !=nil {return _gfe ;};};if _baab !=0{if _eaa :=_efdf .parseCmapSubtable31 (_baab );_eaa !=nil {return _eaa ;};};if _efa !=0{if _add :=_efdf .parseCmapVersion (_efa ); -_add !=nil {return _add ;};};if _baab ==0&&_efde ==0&&_efa ==0{_fa .Log .Debug ("\u0074\u0074\u0066P\u0061\u0072\u0073\u0065\u0072\u002e\u0050\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u002e\u0020\u004e\u006f\u0020\u0033\u0031\u002c\u0020\u0031\u0030\u002c\u0020\u00331\u0030\u0020\u0074\u0061\u0062\u006c\u0065\u002e"); -};return nil ;};var _ba =&fontMap {_db :make (map[StdFontName ]func ()StdFont )};var _gdc *RuneCharSafeMap ;func (_gb *RuneCharSafeMap )Range (f func (_ggc rune ,_gfb CharMetrics )(_bc bool )){_gb ._bg .RLock ();defer _gb ._bg .RUnlock ();for _bgc ,_da :=range _gb ._dgf {if f (_bgc ,_da ){break ; -};};};func (_dfe StdFont )Name ()string {return string (_dfe ._cb .Name )};var _afef =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,556,722,722,611,611,611,611,611,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,722,556,556,584,584,389,975,556,611,278,280,389,389,333,333,333,280,350,556,556,333,556,556,333,556,333,333,278,250,737,556,611,556,556,743,611,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,611,333,333,333,611,556,611,556,556,167,611,611,611,611,333,584,549,556,556,333,333,611,333,333,278,278,278,278,278,278,278,278,556,556,278,278,400,278,584,549,584,494,278,889,333,584,611,584,611,611,611,611,556,549,611,556,611,611,611,611,944,333,611,611,611,556,834,834,333,370,365,611,611,611,556,333,333,494,889,278,278,1000,584,584,611,611,611,474,500,500,500,278,278,278,238,389,389,549,389,389,737,333,556,556,556,556,556,556,333,556,556,278,278,556,600,333,389,333,611,556,834,333,333,1000,556,333,611,611,611,611,611,611,611,556,611,611,556,778,556,556,556,556,556,500,500,500,500,556}; -type StdFont struct{_cb Descriptor ;_cbc *RuneCharSafeMap ;_cbf _cd .TextEncoder ;};func init (){RegisterStdFont (HelveticaName ,_baf ,"\u0041\u0072\u0069a\u006c");RegisterStdFont (HelveticaBoldName ,_cda ,"\u0041\u0072\u0069\u0061\u006c\u002c\u0042\u006f\u006c\u0064"); -RegisterStdFont (HelveticaObliqueName ,_dcd ,"\u0041\u0072\u0069a\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (HelveticaBoldObliqueName ,_baa ,"\u0041\u0072i\u0061\u006c\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); -};var _eef *RuneCharSafeMap ;var _ga =[]int16 {667,1000,667,667,667,667,667,667,667,667,667,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,500,667,667,556,556,556,556,556,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,667,556,556,469,584,389,1015,556,556,278,260,334,334,278,278,333,260,350,500,500,333,500,500,333,556,333,278,278,250,737,556,556,556,556,643,556,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,556,278,333,278,500,556,500,556,556,167,556,556,556,611,333,584,549,556,556,333,333,556,333,333,222,278,278,278,278,278,222,222,500,500,222,222,299,222,584,549,584,471,222,833,333,584,556,584,556,556,556,556,556,549,556,556,556,556,556,556,944,333,556,556,556,556,834,834,333,370,365,611,556,556,537,333,333,476,889,278,278,1000,584,584,556,556,611,355,333,333,333,222,222,222,191,333,333,453,333,333,737,333,500,500,500,500,500,556,278,556,556,278,278,556,600,278,317,278,556,556,834,333,333,1000,556,333,556,556,556,556,556,556,556,556,556,556,500,722,500,500,500,500,556,500,500,500,500,556}; -func (_acfd *ttfParser )ParseOS2 ()error {if _caad :=_acfd .Seek ("\u004f\u0053\u002f\u0032");_caad !=nil {return _caad ;};_ccaa :=_acfd .ReadUShort ();_acfd .Skip (4*2);_acfd .Skip (11*2+10+4*4+4);_ecc :=_acfd .ReadUShort ();_acfd ._aca .Bold =(_ecc &32)!=0; -_acfd .Skip (2*2);_acfd ._aca .TypoAscender =_acfd .ReadShort ();_acfd ._aca .TypoDescender =_acfd .ReadShort ();if _ccaa >=2{_acfd .Skip (3*2+2*4+2);_acfd ._aca .CapHeight =_acfd .ReadShort ();}else {_acfd ._aca .CapHeight =0;};return nil ;};func (_cdg *RuneCharSafeMap )Copy ()*RuneCharSafeMap {_gc :=MakeRuneCharSafeMap (_cdg .Length ()); -_cdg .Range (func (_dd rune ,_gf CharMetrics )(_gga bool ){_gc ._dgf [_dd ]=_gf ;return false });return _gc ;};var _acf =&RuneCharSafeMap {_dgf :map[rune ]CharMetrics {' ':{Wx :278},'→':{Wx :838},'↔':{Wx :1016},'↕':{Wx :458},'①':{Wx :788},'②':{Wx :788},'③':{Wx :788},'④':{Wx :788},'⑤':{Wx :788},'⑥':{Wx :788},'⑦':{Wx :788},'⑧':{Wx :788},'⑨':{Wx :788},'⑩':{Wx :788},'■':{Wx :761},'▲':{Wx :892},'▼':{Wx :892},'◆':{Wx :788},'●':{Wx :791},'◗':{Wx :438},'★':{Wx :816},'☎':{Wx :719},'☛':{Wx :960},'☞':{Wx :939},'♠':{Wx :626},'♣':{Wx :776},'♥':{Wx :694},'♦':{Wx :595},'✁':{Wx :974},'✂':{Wx :961},'✃':{Wx :974},'✄':{Wx :980},'✆':{Wx :789},'✇':{Wx :790},'✈':{Wx :791},'✉':{Wx :690},'✌':{Wx :549},'✍':{Wx :855},'✎':{Wx :911},'✏':{Wx :933},'✐':{Wx :911},'✑':{Wx :945},'✒':{Wx :974},'✓':{Wx :755},'✔':{Wx :846},'✕':{Wx :762},'✖':{Wx :761},'✗':{Wx :571},'✘':{Wx :677},'✙':{Wx :763},'✚':{Wx :760},'✛':{Wx :759},'✜':{Wx :754},'✝':{Wx :494},'✞':{Wx :552},'✟':{Wx :537},'✠':{Wx :577},'✡':{Wx :692},'✢':{Wx :786},'✣':{Wx :788},'✤':{Wx :788},'✥':{Wx :790},'✦':{Wx :793},'✧':{Wx :794},'✩':{Wx :823},'✪':{Wx :789},'✫':{Wx :841},'✬':{Wx :823},'✭':{Wx :833},'✮':{Wx :816},'✯':{Wx :831},'✰':{Wx :923},'✱':{Wx :744},'✲':{Wx :723},'✳':{Wx :749},'✴':{Wx :790},'✵':{Wx :792},'✶':{Wx :695},'✷':{Wx :776},'✸':{Wx :768},'✹':{Wx :792},'✺':{Wx :759},'✻':{Wx :707},'✼':{Wx :708},'✽':{Wx :682},'✾':{Wx :701},'✿':{Wx :826},'❀':{Wx :815},'❁':{Wx :789},'❂':{Wx :789},'❃':{Wx :707},'❄':{Wx :687},'❅':{Wx :696},'❆':{Wx :689},'❇':{Wx :786},'❈':{Wx :787},'❉':{Wx :713},'❊':{Wx :791},'❋':{Wx :785},'❍':{Wx :873},'❏':{Wx :762},'❐':{Wx :762},'❑':{Wx :759},'❒':{Wx :759},'❖':{Wx :784},'❘':{Wx :138},'❙':{Wx :277},'❚':{Wx :415},'❛':{Wx :392},'❜':{Wx :392},'❝':{Wx :668},'❞':{Wx :668},'❡':{Wx :732},'❢':{Wx :544},'❣':{Wx :544},'❤':{Wx :910},'❥':{Wx :667},'❦':{Wx :760},'❧':{Wx :760},'❶':{Wx :788},'❷':{Wx :788},'❸':{Wx :788},'❹':{Wx :788},'❺':{Wx :788},'❻':{Wx :788},'❼':{Wx :788},'❽':{Wx :788},'❾':{Wx :788},'❿':{Wx :788},'➀':{Wx :788},'➁':{Wx :788},'➂':{Wx :788},'➃':{Wx :788},'➄':{Wx :788},'➅':{Wx :788},'➆':{Wx :788},'➇':{Wx :788},'➈':{Wx :788},'➉':{Wx :788},'➊':{Wx :788},'➋':{Wx :788},'➌':{Wx :788},'➍':{Wx :788},'➎':{Wx :788},'➏':{Wx :788},'➐':{Wx :788},'➑':{Wx :788},'➒':{Wx :788},'➓':{Wx :788},'➔':{Wx :894},'➘':{Wx :748},'➙':{Wx :924},'➚':{Wx :748},'➛':{Wx :918},'➜':{Wx :927},'➝':{Wx :928},'➞':{Wx :928},'➟':{Wx :834},'➠':{Wx :873},'➡':{Wx :828},'➢':{Wx :924},'➣':{Wx :924},'➤':{Wx :917},'➥':{Wx :930},'➦':{Wx :931},'➧':{Wx :463},'➨':{Wx :883},'➩':{Wx :836},'➪':{Wx :836},'➫':{Wx :867},'➬':{Wx :867},'➭':{Wx :696},'➮':{Wx :696},'➯':{Wx :874},'➱':{Wx :874},'➲':{Wx :760},'➳':{Wx :946},'➴':{Wx :771},'➵':{Wx :865},'➶':{Wx :771},'➷':{Wx :888},'➸':{Wx :967},'➹':{Wx :888},'➺':{Wx :831},'➻':{Wx :873},'➼':{Wx :927},'➽':{Wx :970},'➾':{Wx :918},'\uf8d7':{Wx :390},'\uf8d8':{Wx :390},'\uf8d9':{Wx :317},'\uf8da':{Wx :317},'\uf8db':{Wx :276},'\uf8dc':{Wx :276},'\uf8dd':{Wx :509},'\uf8de':{Wx :509},'\uf8df':{Wx :410},'\uf8e0':{Wx :410},'\uf8e1':{Wx :234},'\uf8e2':{Wx :234},'\uf8e3':{Wx :334},'\uf8e4':{Wx :334}}}; -type TtfType struct{UnitsPerEm uint16 ;PostScriptName string ;Bold bool ;ItalicAngle float64 ;IsFixedPitch bool ;TypoAscender int16 ;TypoDescender int16 ;UnderlinePosition int16 ;UnderlineThickness int16 ;Xmin ,Ymin ,Xmax ,Ymax int16 ;CapHeight int16 ; -Widths []uint16 ;Chars map[rune ]GID ;GlyphNames []GlyphName ;};func MakeRuneCharSafeMap (length int )*RuneCharSafeMap {return &RuneCharSafeMap {_dgf :make (map[rune ]CharMetrics ,length )};};func (_ge *fontMap )read (_aa StdFontName )(func ()StdFont ,bool ){_ge .Lock (); -defer _ge .Unlock ();_ecb ,_de :=_ge ._db [_aa ];return _ecb ,_de ;};func (_ac *RuneCharSafeMap )Write (b rune ,r CharMetrics ){_ac ._bg .Lock ();defer _ac ._bg .Unlock ();_ac ._dgf [b ]=r ;};func _aegf (_bfc map[string ]uint32 )string {var _dead []string ; -for _cgf :=range _bfc {_dead =append (_dead ,_cgf );};_d .Slice (_dead ,func (_efd ,_effe int )bool {return _bfc [_dead [_efd ]]< _bfc [_dead [_effe ]]});_gab :=[]string {_a .Sprintf ("\u0054\u0072\u0075\u0065Ty\u0070\u0065\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_bfc ))}; -for _ ,_gdb :=range _dead {_gab =append (_gab ,_a .Sprintf ("\u0009%\u0071\u0020\u0025\u0035\u0064",_gdb ,_bfc [_gdb ]));};return _e .Join (_gab ,"\u000a");};func (_egf *ttfParser )ParseName ()error {if _bbe :=_egf .Seek ("\u006e\u0061\u006d\u0065");_bbe !=nil {return _bbe ; -};_fcg ,_ :=_egf ._fab .Seek (0,_ee .SeekCurrent );_egf ._aca .PostScriptName ="";_egf .Skip (2);_eca :=_egf .ReadUShort ();_baee :=_egf .ReadUShort ();for _cebg :=uint16 (0);_cebg < _eca &&_egf ._aca .PostScriptName =="";_cebg ++{_egf .Skip (3*2);_faab :=_egf .ReadUShort (); -_agce :=_egf .ReadUShort ();_feb :=_egf .ReadUShort ();if _faab ==6{_egf ._fab .Seek (_fcg +int64 (_baee )+int64 (_feb ),_ee .SeekStart );_eea ,_bgg :=_egf .ReadStr (int (_agce ));if _bgg !=nil {return _bgg ;};_eea =_e .Replace (_eea ,"\u0000","",-1);_aec ,_bgg :=_b .Compile ("\u005b\u0028\u0029\u007b\u007d\u003c\u003e\u0020\u002f%\u005b\u005c\u005d\u005d"); -if _bgg !=nil {return _bgg ;};_egf ._aca .PostScriptName =_aec .ReplaceAllString (_eea ,"");};};if _egf ._aca .PostScriptName ==""{_fa .Log .Debug ("\u0050a\u0072\u0073e\u004e\u0061\u006de\u003a\u0020\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u0050\u006f\u0073t\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0077\u0061\u0073\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); -};return nil ;};func (_fcc *TtfType )MakeToUnicode ()*_ae .CMap {_agc :=make (map[_ae .CharCode ]rune );if len (_fcc .GlyphNames )==0{for _dbd :=range _fcc .Chars {_agc [_ae .CharCode (_dbd )]=_dbd ;};return _ae .NewToUnicodeCMap (_agc );};for _eda ,_bfdc :=range _fcc .Chars {_gbd :=_ae .CharCode (_eda ); -_fcb :=_fcc .GlyphNames [_bfdc ];_cdad ,_cae :=_cd .GlyphToRune (_fcb );if !_cae {_fa .Log .Debug ("\u004e\u006f \u0072\u0075\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0067\u006c\u0079\u0070h=\u0025\u0071",_eda ,_fcb ); -_cdad =_cd .MissingCodeRune ;};_agc [_gbd ]=_cdad ;};return _ae .NewToUnicodeCMap (_agc );};func TtfParseFile (fileStr string )(TtfType ,error ){_gfgb ,_dca :=_f .Open (fileStr );if _dca !=nil {return TtfType {},_dca ;};defer _gfgb .Close ();return TtfParse (_gfgb ); -};func init (){RegisterStdFont (SymbolName ,_afd ,"\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063","S\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064","\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064\u0049t\u0061\u006c\u0069\u0063"); -RegisterStdFont (ZapfDingbatsName ,_eff );};func _ea ()StdFont {_ceb .Do (_faf );_ecf :=Descriptor {Name :CourierObliqueName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0061,BBox :[4]float64 {-27,-250,849,805},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; -return NewStdFont (_ecf ,_eag );};const (HelveticaName =StdFontName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");HelveticaBoldName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0042\u006f\u006c\u0064");HelveticaObliqueName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u004f\u0062l\u0069\u0071\u0075\u0065"); -HelveticaBoldObliqueName =StdFontName ("H\u0065\u006c\u0076\u0065ti\u0063a\u002d\u0042\u006f\u006c\u0064O\u0062\u006c\u0069\u0071\u0075\u0065"););var _ccb =[]int16 {667,944,667,667,667,667,667,667,667,667,667,667,667,667,667,667,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,667,722,722,722,778,389,389,389,389,389,389,389,389,500,667,667,611,611,611,611,611,889,722,722,722,722,722,722,944,722,722,722,722,722,722,722,722,611,722,667,667,667,667,556,556,556,556,556,611,611,611,611,722,722,722,722,722,722,722,722,722,667,889,667,611,611,611,611,611,611,611,500,500,500,500,333,500,722,500,500,778,500,500,570,570,500,832,500,500,278,220,348,348,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,500,500,500,608,500,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,389,389,333,556,500,556,500,500,167,500,500,500,500,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,278,500,500,278,278,382,278,570,549,606,494,278,778,333,606,576,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,266,300,500,500,500,500,333,333,494,833,250,250,1000,570,570,500,500,500,555,500,500,500,333,333,333,278,389,389,549,389,389,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,366,278,500,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,444,667,500,444,444,444,500,389,389,389,389,500}; -var _bgb *RuneCharSafeMap ;func _baf ()StdFont {_fga .Do (_bbd );_fc :=Descriptor {Name :HelveticaName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0020,BBox :[4]float64 {-166,-225,1000,931},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; -return NewStdFont (_fc ,_baae );};func init (){RegisterStdFont (TimesRomanName ,_baad ,"\u0054\u0069\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e","\u0054\u0069\u006de\u0073");RegisterStdFont (TimesBoldName ,_eg ,"\u0054i\u006de\u0073\u004e\u0065\u0077\u0052o\u006d\u0061n\u002c\u0042\u006f\u006c\u0064","\u0054\u0069\u006d\u0065\u0073\u002c\u0042\u006f\u006c\u0064"); -RegisterStdFont (TimesItalicName ,_abf ,"T\u0069m\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006da\u006e\u002c\u0049\u0074al\u0069\u0063","\u0054\u0069\u006de\u0073\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (TimesBoldItalicName ,_cge ,"\u0054i\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e,\u0042\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063","\u0054\u0069m\u0065\u0073\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); -};var _gaf =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,611,778,778,778,778,389,389,389,389,389,389,389,389,500,778,778,667,667,667,667,667,944,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,611,778,722,722,722,722,556,556,556,556,556,667,667,667,611,722,722,722,722,722,722,722,722,722,722,1000,722,722,722,722,667,667,667,667,500,500,500,500,333,500,722,500,500,833,500,500,581,520,500,930,500,556,278,220,394,394,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,556,500,500,672,556,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,333,333,333,556,500,556,500,500,167,500,500,500,556,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,333,556,556,278,278,394,278,570,549,570,494,278,833,333,570,556,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,300,330,500,500,556,540,333,333,494,1000,250,250,1000,570,570,556,500,500,555,500,500,500,333,333,333,278,444,444,549,444,444,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,333,416,333,556,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,500,722,500,500,500,500,500,444,444,444,444,500}; -var _dea *RuneCharSafeMap ;const (SymbolName =StdFontName ("\u0053\u0079\u006d\u0062\u006f\u006c");ZapfDingbatsName =StdFontName ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073"););func NewStdFontByName (name StdFontName )(StdFont ,bool ){_dgc ,_ad :=_ba .read (name ); -if !_ad {return StdFont {},false ;};return _dgc (),true ;};var _bfdd =[]int16 {611,889,611,611,611,611,611,611,611,611,611,611,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,611,722,722,722,722,333,333,333,333,333,333,333,333,444,667,667,556,556,611,556,556,833,667,667,667,667,667,722,944,722,722,722,722,722,722,722,722,611,722,611,611,611,611,500,500,500,500,500,556,556,556,611,722,722,722,722,722,722,722,722,722,611,833,611,556,556,556,556,556,556,556,500,500,500,500,333,500,667,500,500,778,500,500,422,541,500,920,500,500,278,275,400,400,389,389,333,275,350,444,444,333,444,444,333,500,333,333,250,250,760,500,500,500,500,544,500,400,333,675,500,333,278,444,444,444,444,444,444,444,500,889,444,889,500,444,675,500,333,389,278,500,500,500,500,500,167,500,500,500,500,333,675,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,444,444,278,278,300,278,675,549,675,471,278,722,333,675,500,675,500,500,500,500,500,549,500,500,500,500,500,500,667,333,500,500,500,500,750,750,300,276,310,500,500,500,523,333,333,476,833,250,250,1000,675,675,500,500,500,420,556,556,556,333,333,333,214,389,389,453,389,389,760,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,300,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,444,667,444,444,444,444,500,389,389,389,389,500}; -func (_edd *ttfParser )Read32Fixed ()float64 {_ggg :=float64 (_edd .ReadShort ());_dbb :=float64 (_edd .ReadUShort ())/65536.0;return _ggg +_dbb ;};type CharMetrics struct{Wx float64 ;Wy float64 ;};var _dce *RuneCharSafeMap ;func (_bca StdFont )GetMetricsTable ()*RuneCharSafeMap {return _bca ._cbc }; -var _fea =&RuneCharSafeMap {_dgf :map[rune ]CharMetrics {' ':{Wx :250},'!':{Wx :333},'#':{Wx :500},'%':{Wx :833},'&':{Wx :778},'(':{Wx :333},')':{Wx :333},'+':{Wx :549},',':{Wx :250},'.':{Wx :250},'/':{Wx :278},'0':{Wx :500},'1':{Wx :500},'2':{Wx :500},'3':{Wx :500},'4':{Wx :500},'5':{Wx :500},'6':{Wx :500},'7':{Wx :500},'8':{Wx :500},'9':{Wx :500},':':{Wx :278},';':{Wx :278},'<':{Wx :549},'=':{Wx :549},'>':{Wx :549},'?':{Wx :444},'[':{Wx :333},']':{Wx :333},'_':{Wx :500},'{':{Wx :480},'|':{Wx :200},'}':{Wx :480},'¬':{Wx :713},'°':{Wx :400},'±':{Wx :549},'µ':{Wx :576},'×':{Wx :549},'÷':{Wx :549},'ƒ':{Wx :500},'Α':{Wx :722},'Β':{Wx :667},'Γ':{Wx :603},'Ε':{Wx :611},'Ζ':{Wx :611},'Η':{Wx :722},'Θ':{Wx :741},'Ι':{Wx :333},'Κ':{Wx :722},'Λ':{Wx :686},'Μ':{Wx :889},'Ν':{Wx :722},'Ξ':{Wx :645},'Ο':{Wx :722},'Π':{Wx :768},'Ρ':{Wx :556},'Σ':{Wx :592},'Τ':{Wx :611},'Υ':{Wx :690},'Φ':{Wx :763},'Χ':{Wx :722},'Ψ':{Wx :795},'α':{Wx :631},'β':{Wx :549},'γ':{Wx :411},'δ':{Wx :494},'ε':{Wx :439},'ζ':{Wx :494},'η':{Wx :603},'θ':{Wx :521},'ι':{Wx :329},'κ':{Wx :549},'λ':{Wx :549},'ν':{Wx :521},'ξ':{Wx :493},'ο':{Wx :549},'π':{Wx :549},'ρ':{Wx :549},'ς':{Wx :439},'σ':{Wx :603},'τ':{Wx :439},'υ':{Wx :576},'φ':{Wx :521},'χ':{Wx :549},'ψ':{Wx :686},'ω':{Wx :686},'ϑ':{Wx :631},'ϒ':{Wx :620},'ϕ':{Wx :603},'ϖ':{Wx :713},'•':{Wx :460},'…':{Wx :1000},'′':{Wx :247},'″':{Wx :411},'⁄':{Wx :167},'€':{Wx :750},'ℑ':{Wx :686},'℘':{Wx :987},'ℜ':{Wx :795},'Ω':{Wx :768},'ℵ':{Wx :823},'←':{Wx :987},'↑':{Wx :603},'→':{Wx :987},'↓':{Wx :603},'↔':{Wx :1042},'↵':{Wx :658},'⇐':{Wx :987},'⇑':{Wx :603},'⇒':{Wx :987},'⇓':{Wx :603},'⇔':{Wx :1042},'∀':{Wx :713},'∂':{Wx :494},'∃':{Wx :549},'∅':{Wx :823},'∆':{Wx :612},'∇':{Wx :713},'∈':{Wx :713},'∉':{Wx :713},'∋':{Wx :439},'∏':{Wx :823},'∑':{Wx :713},'−':{Wx :549},'∗':{Wx :500},'√':{Wx :549},'∝':{Wx :713},'∞':{Wx :713},'∠':{Wx :768},'∧':{Wx :603},'∨':{Wx :603},'∩':{Wx :768},'∪':{Wx :768},'∫':{Wx :274},'∴':{Wx :863},'∼':{Wx :549},'≅':{Wx :549},'≈':{Wx :549},'≠':{Wx :549},'≡':{Wx :549},'≤':{Wx :549},'≥':{Wx :549},'⊂':{Wx :713},'⊃':{Wx :713},'⊄':{Wx :713},'⊆':{Wx :713},'⊇':{Wx :713},'⊕':{Wx :768},'⊗':{Wx :768},'⊥':{Wx :658},'⋅':{Wx :250},'⌠':{Wx :686},'⌡':{Wx :686},'〈':{Wx :329},'〉':{Wx :329},'◊':{Wx :494},'♠':{Wx :753},'♣':{Wx :753},'♥':{Wx :753},'♦':{Wx :753},'\uf6d9':{Wx :790},'\uf6da':{Wx :790},'\uf6db':{Wx :890},'\uf8e5':{Wx :500},'\uf8e6':{Wx :603},'\uf8e7':{Wx :1000},'\uf8e8':{Wx :790},'\uf8e9':{Wx :790},'\uf8ea':{Wx :786},'\uf8eb':{Wx :384},'\uf8ec':{Wx :384},'\uf8ed':{Wx :384},'\uf8ee':{Wx :384},'\uf8ef':{Wx :384},'\uf8f0':{Wx :384},'\uf8f1':{Wx :494},'\uf8f2':{Wx :494},'\uf8f3':{Wx :494},'\uf8f4':{Wx :494},'\uf8f5':{Wx :686},'\uf8f6':{Wx :384},'\uf8f7':{Wx :384},'\uf8f8':{Wx :384},'\uf8f9':{Wx :384},'\uf8fa':{Wx :384},'\uf8fb':{Wx :384},'\uf8fc':{Wx :494},'\uf8fd':{Wx :494},'\uf8fe':{Wx :494},'\uf8ff':{Wx :790}}}; -type Font interface{Encoder ()_cd .TextEncoder ;GetRuneMetrics (_be rune )(CharMetrics ,bool );};func (_egd *ttfParser )ParseHhea ()error {if _gfgf :=_egd .Seek ("\u0068\u0068\u0065\u0061");_gfgf !=nil {return _gfgf ;};_egd .Skip (4+15*2);_egd ._bed =_egd .ReadUShort (); -return nil ;};func _eff ()StdFont {_dcef :=_cd .NewZapfDingbatsEncoder ();_cfd :=Descriptor {Name :ZapfDingbatsName ,Family :string (ZapfDingbatsName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-1,-143,981,820},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :90,StemH :28}; -return NewStdFontWithEncoding (_cfd ,_acf ,_dcef );};const (CourierName =StdFontName ("\u0043o\u0075\u0072\u0069\u0065\u0072");CourierBoldName =StdFontName ("\u0043\u006f\u0075r\u0069\u0065\u0072\u002d\u0042\u006f\u006c\u0064");CourierObliqueName =StdFontName ("\u0043o\u0075r\u0069\u0065\u0072\u002d\u004f\u0062\u006c\u0069\u0071\u0075\u0065"); -CourierBoldObliqueName =StdFontName ("\u0043\u006f\u0075\u0072ie\u0072\u002d\u0042\u006f\u006c\u0064\u004f\u0062\u006c\u0069\u0071\u0075\u0065"););func (_aef *fontMap )write (_bge StdFontName ,_bf func ()StdFont ){_aef .Lock ();defer _aef .Unlock ();_aef ._db [_bge ]=_bf ; -};func _daa ()StdFont {_ceb .Do (_faf );_gfbf :=Descriptor {Name :CourierBoldName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0021,BBox :[4]float64 {-113,-250,749,801},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84}; -return NewStdFont (_gfbf ,_dce );};func (_cc StdFont )Encoder ()_cd .TextEncoder {return _cc ._cbf };func (_dc *RuneCharSafeMap )Read (b rune )(CharMetrics ,bool ){_dc ._bg .RLock ();defer _dc ._bg .RUnlock ();_bd ,_cf :=_dc ._dgf [b ];return _bd ,_cf ; -};func (_ggbd *ttfParser )parseCmapFormat6 ()error {_aafb :=int (_ggbd .ReadUShort ());_bee :=int (_ggbd .ReadUShort ());_fa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u0046o\u0072\u006d\u0061\u0074\u0036\u003a\u0020%s\u0020\u0066\u0069\u0072s\u0074\u0043\u006f\u0064\u0065\u003d\u0025\u0064\u0020en\u0074\u0072y\u0043\u006f\u0075\u006e\u0074\u003d\u0025\u0064",_ggbd ._aca .String (),_aafb ,_bee ); -for _cgc :=0;_cgc < _bee ;_cgc ++{_dcbb :=GID (_ggbd .ReadUShort ());_ggbd ._aca .Chars [rune (_cgc +_aafb )]=_dcbb ;};return nil ;};var _baae *RuneCharSafeMap ;func (_ddfd *ttfParser )parseCmapSubtable31 (_bbc int64 )error {_ceg :=make ([]rune ,0,8);_ecbd :=make ([]rune ,0,8); -_gbf :=make ([]int16 ,0,8);_bgef :=make ([]uint16 ,0,8);_ddfd ._aca .Chars =make (map[rune ]GID );_ddfd ._fab .Seek (int64 (_ddfd ._fbf ["\u0063\u006d\u0061\u0070"])+_bbc ,_ee .SeekStart );_fag :=_ddfd .ReadUShort ();if _fag !=4{_fa .Log .Debug ("u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0073\u0075\u0062t\u0061\u0062\u006c\u0065\u0020\u0066\u006fr\u006d\u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0028\u0025w\u0029",_fag ); -return nil ;};_ddfd .Skip (2*2);_cga :=int (_ddfd .ReadUShort ()/2);_ddfd .Skip (3*2);for _afg :=0;_afg < _cga ;_afg ++{_ecbd =append (_ecbd ,rune (_ddfd .ReadUShort ()));};_ddfd .Skip (2);for _fbfd :=0;_fbfd < _cga ;_fbfd ++{_ceg =append (_ceg ,rune (_ddfd .ReadUShort ())); -};for _acd :=0;_acd < _cga ;_acd ++{_gbf =append (_gbf ,_ddfd .ReadShort ());};_ggaf ,_ :=_ddfd ._fab .Seek (int64 (0),_ee .SeekCurrent );for _edc :=0;_edc < _cga ;_edc ++{_bgef =append (_bgef ,_ddfd .ReadUShort ());};for _ege :=0;_ege < _cga ;_ege ++{_fdf :=_ceg [_ege ]; -_fed :=_ecbd [_ege ];_fdg :=_gbf [_ege ];_bcd :=_bgef [_ege ];if _bcd > 0{_ddfd ._fab .Seek (_ggaf +2*int64 (_ege )+int64 (_bcd ),_ee .SeekStart );};for _dcea :=_fdf ;_dcea <=_fed ;_dcea ++{if _dcea ==0xFFFF{break ;};var _bdf int32 ;if _bcd > 0{_bdf =int32 (_ddfd .ReadUShort ()); -if _bdf > 0{_bdf +=int32 (_fdg );};}else {_bdf =_dcea +int32 (_fdg );};if _bdf >=65536{_bdf -=65536;};if _bdf > 0{_ddfd ._aca .Chars [_dcea ]=GID (_bdf );};};};return nil ;};func (_cfe *ttfParser )ReadULong ()(_cdbf uint32 ){_c .Read (_cfe ._fab ,_c .BigEndian ,&_cdbf ); -return _cdbf ;};func _baa ()StdFont {_fga .Do (_bbd );_fgf :=Descriptor {Name :HelveticaBoldObliqueName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-174,-228,1114,962},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; -return NewStdFont (_fgf ,_bgb );};func (_abfc *ttfParser )ParseHead ()error {if _dcba :=_abfc .Seek ("\u0068\u0065\u0061\u0064");_dcba !=nil {return _dcba ;};_abfc .Skip (3*4);_ade :=_abfc .ReadULong ();if _ade !=0x5F0F3CF5{_fa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0063\u006fr\u0072e\u0063\u0074\u0020\u006d\u0061\u0067\u0069\u0063\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e\u0020\u0046\u006fn\u0074\u0020\u006d\u0061\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0069\u0073\u0070\u006c\u0061\u0079\u0020\u0063\u006f\u0072\u0072\u0065\u0063t\u006c\u0079\u002e\u0020\u0025\u0073",_abfc ); -};_abfc .Skip (2);_abfc ._aca .UnitsPerEm =_abfc .ReadUShort ();_abfc .Skip (2*8);_abfc ._aca .Xmin =_abfc .ReadShort ();_abfc ._aca .Ymin =_abfc .ReadShort ();_abfc ._aca .Xmax =_abfc .ReadShort ();_abfc ._aca .Ymax =_abfc .ReadShort ();return nil ;}; -func (_daaf *ttfParser )ReadSByte ()(_dec int8 ){_c .Read (_daaf ._fab ,_c .BigEndian ,&_dec );return _dec ;};func (_agf *ttfParser )Skip (n int ){_agf ._fab .Seek (int64 (n ),_ee .SeekCurrent )};func IsStdFont (name StdFontName )bool {_ ,_df :=_ba .read (name ); -return _df };func (_ffaa *ttfParser )readByte ()(_dbdg uint8 ){_c .Read (_ffaa ._fab ,_c .BigEndian ,&_dbdg );return _dbdg ;};func (_dgb *ttfParser )parseCmapSubtable10 (_dae int64 )error {if _dgb ._aca .Chars ==nil {_dgb ._aca .Chars =make (map[rune ]GID ); -};_dgb ._fab .Seek (int64 (_dgb ._fbf ["\u0063\u006d\u0061\u0070"])+_dae ,_ee .SeekStart );var _fgd ,_fabb uint32 ;_cedc :=_dgb .ReadUShort ();if _cedc < 8{_fgd =uint32 (_dgb .ReadUShort ());_fabb =uint32 (_dgb .ReadUShort ());}else {_dgb .ReadUShort (); -_fgd =_dgb .ReadULong ();_fabb =_dgb .ReadULong ();};_fa .Log .Trace ("\u0070\u0061r\u0073\u0065\u0043\u006d\u0061p\u0053\u0075\u0062\u0074\u0061b\u006c\u0065\u0031\u0030\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0025\u0064",_cedc ,_fgd ,_fabb ); -if _cedc !=0{return _ec .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006d\u0061p\u0020s\u0075\u0062\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_abe ,_dfc :=_dgb .ReadStr (256);if _dfc !=nil {return _dfc ; -};_fbg :=[]byte (_abe );for _bdd ,_efb :=range _fbg {_dgb ._aca .Chars [rune (_bdd )]=GID (_efb );if _efb !=0{_a .Printf ("\u0009\u0030\u0078\u002502\u0078\u0020\u279e\u0020\u0030\u0078\u0025\u0030\u0032\u0078\u003d\u0025\u0063\u000a",_bdd ,_efb ,rune (_efb )); -};};return nil ;};var _abg =[]GlyphName {"\u002en\u006f\u0074\u0064\u0065\u0066","\u002e\u006e\u0075l\u006c","\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e","\u0073\u0070\u0061c\u0065","\u0065\u0078\u0063\u006c\u0061\u006d","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c","\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e","\u0064\u006f\u006c\u006c\u0061\u0072","\u0070e\u0072\u0063\u0065\u006e\u0074","\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed","q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065","\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t","\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b","\u0070\u006c\u0075\u0073","\u0063\u006f\u006dm\u0061","\u0068\u0079\u0070\u0068\u0065\u006e","\u0070\u0065\u0072\u0069\u006f\u0064","\u0073\u006c\u0061s\u0068","\u007a\u0065\u0072\u006f","\u006f\u006e\u0065","\u0074\u0077\u006f","\u0074\u0068\u0072e\u0065","\u0066\u006f\u0075\u0072","\u0066\u0069\u0076\u0065","\u0073\u0069\u0078","\u0073\u0065\u0076e\u006e","\u0065\u0069\u0067h\u0074","\u006e\u0069\u006e\u0065","\u0063\u006f\u006co\u006e","\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn","\u006c\u0065\u0073\u0073","\u0065\u0071\u0075a\u006c","\u0067r\u0065\u0061\u0074\u0065\u0072","\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e","\u0061\u0074","\u0041","\u0042","\u0043","\u0044","\u0045","\u0046","\u0047","\u0048","\u0049","\u004a","\u004b","\u004c","\u004d","\u004e","\u004f","\u0050","\u0051","\u0052","\u0053","\u0054","\u0055","\u0056","\u0057","\u0058","\u0059","\u005a","b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074","\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h","\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074","a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d","\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065","\u0067\u0072\u0061v\u0065","\u0061","\u0062","\u0063","\u0064","\u0065","\u0066","\u0067","\u0068","\u0069","\u006a","\u006b","\u006c","\u006d","\u006e","\u006f","\u0070","\u0071","\u0072","\u0073","\u0074","\u0075","\u0076","\u0077","\u0078","\u0079","\u007a","\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t","\u0062\u0061\u0072","\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065","\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0041\u0072\u0069n\u0067","\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0045\u0061\u0063\u0075\u0074\u0065","\u004e\u0074\u0069\u006c\u0064\u0065","\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0061\u0063\u0075\u0074\u0065","\u0061\u0067\u0072\u0061\u0076\u0065","a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0074\u0069\u006c\u0064\u0065","\u0061\u0072\u0069n\u0067","\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0065\u0061\u0063\u0075\u0074\u0065","\u0065\u0067\u0072\u0061\u0076\u0065","e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0069\u0061\u0063\u0075\u0074\u0065","\u0069\u0067\u0072\u0061\u0076\u0065","i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s","\u006e\u0074\u0069\u006c\u0064\u0065","\u006f\u0061\u0063\u0075\u0074\u0065","\u006f\u0067\u0072\u0061\u0076\u0065","o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u006f\u0074\u0069\u006c\u0064\u0065","\u0075\u0061\u0063\u0075\u0074\u0065","\u0075\u0067\u0072\u0061\u0076\u0065","u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0064\u0061\u0067\u0067\u0065\u0072","\u0064\u0065\u0067\u0072\u0065\u0065","\u0063\u0065\u006e\u0074","\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067","\u0073e\u0063\u0074\u0069\u006f\u006e","\u0062\u0075\u006c\u006c\u0065\u0074","\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h","\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073","\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064","\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t","\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k","\u0061\u0063\u0075t\u0065","\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073","\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c","\u0041\u0045","\u004f\u0073\u006c\u0061\u0073\u0068","\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079","\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s","\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l","\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c","\u0079\u0065\u006e","\u006d\u0075","p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066","\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn","\u0070r\u006f\u0064\u0075\u0063\u0074","\u0070\u0069","\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c","o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065","\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065","\u004f\u006d\u0065g\u0061","\u0061\u0065","\u006f\u0073\u006c\u0061\u0073\u0068","\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e","\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e","\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074","\u0072a\u0064\u0069\u0063\u0061\u006c","\u0066\u006c\u006f\u0072\u0069\u006e","a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c","\u0044\u0065\u006ct\u0061","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074","\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073","\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065","\u0041\u0067\u0072\u0061\u0076\u0065","\u0041\u0074\u0069\u006c\u0064\u0065","\u004f\u0074\u0069\u006c\u0064\u0065","\u004f\u0045","\u006f\u0065","\u0065\u006e\u0064\u0061\u0073\u0068","\u0065\u006d\u0064\u0061\u0073\u0068","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074","\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t","\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074","\u0064\u0069\u0076\u0069\u0064\u0065","\u006co\u007a\u0065\u006e\u0067\u0065","\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e","\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074","\u0066\u0069","\u0066\u006c","\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l","\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064","\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065","p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064","A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0041\u0061\u0063\u0075\u0074\u0065","\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0045\u0067\u0072\u0061\u0076\u0065","\u0049\u0061\u0063\u0075\u0074\u0065","I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0049\u0067\u0072\u0061\u0076\u0065","\u004f\u0061\u0063\u0075\u0074\u0065","O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061\u0070\u0070l\u0065","\u004f\u0067\u0072\u0061\u0076\u0065","\u0055\u0061\u0063\u0075\u0074\u0065","U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0055\u0067\u0072\u0061\u0076\u0065","\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069","\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0074\u0069\u006cd\u0065","\u006d\u0061\u0063\u0072\u006f\u006e","\u0062\u0072\u0065v\u0065","\u0064o\u0074\u0061\u0063\u0063\u0065\u006et","\u0072\u0069\u006e\u0067","\u0063e\u0064\u0069\u006c\u006c\u0061","\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074","\u006f\u0067\u006f\u006e\u0065\u006b","\u0063\u0061\u0072o\u006e","\u004c\u0073\u006c\u0061\u0073\u0068","\u006c\u0073\u006c\u0061\u0073\u0068","\u0053\u0063\u0061\u0072\u006f\u006e","\u0073\u0063\u0061\u0072\u006f\u006e","\u005a\u0063\u0061\u0072\u006f\u006e","\u007a\u0063\u0061\u0072\u006f\u006e","\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r","\u0045\u0074\u0068","\u0065\u0074\u0068","\u0059\u0061\u0063\u0075\u0074\u0065","\u0079\u0061\u0063\u0075\u0074\u0065","\u0054\u0068\u006fr\u006e","\u0074\u0068\u006fr\u006e","\u006d\u0069\u006eu\u0073","\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u006fn\u0065\u0068\u0061\u006c\u0066","\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072","\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073","\u0066\u0072\u0061n\u0063","\u0047\u0062\u0072\u0065\u0076\u0065","\u0067\u0062\u0072\u0065\u0076\u0065","\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074","\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0043\u0061\u0063\u0075\u0074\u0065","\u0063\u0061\u0063\u0075\u0074\u0065","\u0043\u0063\u0061\u0072\u006f\u006e","\u0063\u0063\u0061\u0072\u006f\u006e","\u0064\u0063\u0072\u006f\u0061\u0074"}; -func (_bef CharMetrics )String ()string {return _a .Sprintf ("<\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u003e",_bef .Wx ,_bef .Wy );};func (_ged *ttfParser )Seek (tag string )error {_ffa ,_fdac :=_ged ._fbf [tag ];if !_fdac {return _a .Errorf ("\u0074\u0061\u0062\u006ce \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0073",tag ); -};_ged ._fab .Seek (int64 (_ffa ),_ee .SeekStart );return nil ;};func (_eba *ttfParser )parseCmapFormat0 ()error {_adde ,_caeg :=_eba .ReadStr (256);if _caeg !=nil {return _caeg ;};_gcg :=[]byte (_adde );_fa .Log .Trace ("\u0070a\u0072\u0073e\u0043\u006d\u0061p\u0046\u006f\u0072\u006d\u0061\u0074\u0030:\u0020\u0025\u0073\u000a\u0064\u0061t\u0061\u0053\u0074\u0072\u003d\u0025\u002b\u0071\u000a\u0064\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d",_eba ._aca .String (),_adde ,_gcg ); -for _fefd ,_fff :=range _gcg {_eba ._aca .Chars [rune (_fefd )]=GID (_fff );};return nil ;};var _fge *RuneCharSafeMap ;var _ccd _gg .Once ;func _abf ()StdFont {_ccd .Do (_bfdg );_bcb :=Descriptor {Name :TimesItalicName ,Family :_ggb ,Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-169,-217,1010,883},ItalicAngle :-15.5,Ascent :683,Descent :-217,CapHeight :653,XHeight :441,StemV :76,StemH :32}; -return NewStdFont (_bcb ,_bgeg );};func NewStdFont (desc Descriptor ,metrics *RuneCharSafeMap )StdFont {return NewStdFontWithEncoding (desc ,metrics ,_cd .NewStandardEncoder ());};func TtfParse (r _ee .ReadSeeker )(TtfType ,error ){_aed :=&ttfParser {_fab :r }; -return _aed .Parse ()};func (_gd StdFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_ef ,_dde :=_gd ._cbc .Read (r );return _ef ,_dde ;};func (_gad *ttfParser )ParseMaxp ()error {if _adf :=_gad .Seek ("\u006d\u0061\u0078\u0070");_adf !=nil {return _adf ; -};_gad .Skip (4);_gad ._fad =_gad .ReadUShort ();return nil ;};func (_fegb *TtfType )String ()string {return _a .Sprintf ("\u0046\u004fN\u0054\u005f\u0046\u0049\u004cE\u0032\u007b\u0025\u0023\u0071 \u0055\u006e\u0069\u0074\u0073\u0050\u0065\u0072\u0045\u006d\u003d\u0025\u0064\u0020\u0042\u006f\u006c\u0064\u003d\u0025\u0074\u0020\u0049\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065\u003d\u0025\u0066\u0020"+"\u0043\u0061pH\u0065\u0069\u0067h\u0074\u003d\u0025\u0064 Ch\u0061rs\u003d\u0025\u0064\u0020\u0047\u006c\u0079ph\u004e\u0061\u006d\u0065\u0073\u003d\u0025d\u007d",_fegb .PostScriptName ,_fegb .UnitsPerEm ,_fegb .Bold ,_fegb .ItalicAngle ,_fegb .CapHeight ,len (_fegb .Chars ),len (_fegb .GlyphNames )); -};type Descriptor struct{Name StdFontName ;Family string ;Weight FontWeight ;Flags uint ;BBox [4]float64 ;ItalicAngle float64 ;Ascent float64 ;Descent float64 ;CapHeight float64 ;XHeight float64 ;StemV float64 ;StemH float64 ;};func _bbd (){_baae =MakeRuneCharSafeMap (len (_dgff )); -_gbg =MakeRuneCharSafeMap (len (_dgff ));for _bae ,_dfb :=range _dgff {_baae .Write (_dfb ,CharMetrics {Wx :float64 (_ga [_bae ])});_gbg .Write (_dfb ,CharMetrics {Wx :float64 (_afef [_bae ])});};_eef =_baae .Copy ();_bgb =_gbg .Copy ();};func (_ca *RuneCharSafeMap )Length ()int {_ca ._bg .RLock (); -defer _ca ._bg .RUnlock ();return len (_ca ._dgf );};type StdFontName string ;func _afd ()StdFont {_fe :=_cd .NewSymbolEncoder ();_gcd :=Descriptor {Name :SymbolName ,Family :string (SymbolName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-180,-293,1090,1010},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :85,StemH :92}; -return NewStdFontWithEncoding (_gcd ,_fea ,_fe );};type RuneCharSafeMap struct{_dgf map[rune ]CharMetrics ;_bg _gg .RWMutex ;};func (_egdg *ttfParser )ReadUShort ()(_cde uint16 ){_c .Read (_egdg ._fab ,_c .BigEndian ,&_cde );return _cde ;};type ttfParser struct{_aca TtfType ; -_fab _ee .ReadSeeker ;_fbf map[string ]uint32 ;_bed uint16 ;_fad uint16 ;};const (_ggb ="\u0054\u0069\u006de\u0073";TimesRomanName =StdFontName ("T\u0069\u006d\u0065\u0073\u002d\u0052\u006f\u006d\u0061\u006e");TimesBoldName =StdFontName ("\u0054\u0069\u006d\u0065\u0073\u002d\u0042\u006f\u006c\u0064"); -TimesItalicName =StdFontName ("\u0054\u0069\u006de\u0073\u002d\u0049\u0074\u0061\u006c\u0069\u0063");TimesBoldItalicName =StdFontName ("\u0054\u0069m\u0065\u0073\u002dB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"););type GlyphName =_cd .GlyphName ; -func _bfdg (){_gdc =MakeRuneCharSafeMap (len (_dgff ));_dea =MakeRuneCharSafeMap (len (_dgff ));_ddd =MakeRuneCharSafeMap (len (_dgff ));_bgeg =MakeRuneCharSafeMap (len (_dgff ));for _fcf ,_cca :=range _dgff {_gdc .Write (_cca ,CharMetrics {Wx :float64 (_ed [_fcf ])}); -_dea .Write (_cca ,CharMetrics {Wx :float64 (_gaf [_fcf ])});_ddd .Write (_cca ,CharMetrics {Wx :float64 (_ccb [_fcf ])});_bgeg .Write (_cca ,CharMetrics {Wx :float64 (_bfdd [_fcf ])});};};const (FontWeightMedium FontWeight =iota ;FontWeightBold ;FontWeightRoman ; -);var _ddd *RuneCharSafeMap ; \ No newline at end of file +package fonts ;import (_c "bytes";_gbd "encoding/binary";_ag "errors";_f "fmt";_gaa "github.com/unidoc/unipdf/v3/common";_cg "github.com/unidoc/unipdf/v3/core";_e "github.com/unidoc/unipdf/v3/internal/cmap";_gg "github.com/unidoc/unipdf/v3/internal/textencoding"; +_de "io";_ga "os";_a "regexp";_gb "sort";_d "strings";_ac "sync";);var _ffc _ac .Once ;type RuneCharSafeMap struct{_fa map[rune ]CharMetrics ;_ff _ac .RWMutex ;};func _ace ()StdFont {_agaf :=_gg .NewZapfDingbatsEncoder ();_egg :=Descriptor {Name :ZapfDingbatsName ,Family :string (ZapfDingbatsName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-1,-143,981,820},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :90,StemH :28}; +return NewStdFontWithEncoding (_egg ,_eac ,_agaf );};var _gdb *RuneCharSafeMap ;func (_df CharMetrics )String ()string {return _f .Sprintf ("<\u0025\u002e\u0031\u0066\u002c\u0025\u002e\u0031\u0066\u003e",_df .Wx ,_df .Wy );};type ttfParser struct{_gbf TtfType ; +_fea _de .ReadSeeker ;_fge map[string ]uint32 ;_dbf uint16 ;_dcb uint16 ;};const (FontWeightMedium FontWeight =iota ;FontWeightBold ;FontWeightRoman ;);func (_egb StdFont )GetMetricsTable ()*RuneCharSafeMap {return _egb ._cef };func _aga ()StdFont {_efg .Do (_dbe ); +_ge :=Descriptor {Name :CourierBoldObliqueName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0061,BBox :[4]float64 {-57,-250,869,801},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84};return NewStdFont (_ge ,_aba ); +};func (_bc *RuneCharSafeMap )Range (f func (_cb rune ,_eg CharMetrics )(_fe bool )){_bc ._ff .RLock ();defer _bc ._ff .RUnlock ();for _ef ,_ba :=range _bc ._fa {if f (_ef ,_ba ){break ;};};};func (_dfgg *TtfType )NewEncoder ()_gg .TextEncoder {return _gg .NewTrueTypeFontEncoder (_dfgg .Chars )}; +type GID =_gg .GID ;type StdFont struct{_gff Descriptor ;_cef *RuneCharSafeMap ;_dfg _gg .TextEncoder ;};func (_gdbb *TtfType )MakeToUnicode ()*_e .CMap {_efc :=make (map[_e .CharCode ]rune );if len (_gdbb .GlyphNames )==0{for _dbbcc :=range _gdbb .Chars {_efc [_e .CharCode (_dbbcc )]=_dbbcc ; +};return _e .NewToUnicodeCMap (_efc );};for _faafc ,_eed :=range _gdbb .Chars {_bgc :=_e .CharCode (_faafc );_faad :=_gdbb .GlyphNames [_eed ];_gdg ,_dcg :=_gg .GlyphToRune (_faad );if !_dcg {_gaa .Log .Debug ("\u004e\u006f \u0072\u0075\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0067\u006c\u0079\u0070h=\u0025\u0071",_faafc ,_faad ); +_gdg =_gg .MissingCodeRune ;};_efc [_bgc ]=_gdg ;};return _e .NewToUnicodeCMap (_efc );};func NewFontFile2FromPdfObject (obj _cg .PdfObject )(TtfType ,error ){obj =_cg .TraceToDirectObject (obj );_fb ,_dfgb :=obj .(*_cg .PdfObjectStream );if !_dfgb {_gaa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065 \u0061\u0020\u0073\u0074\u0072e\u0061\u006d \u0028\u0025\u0054\u0029",obj ); +return TtfType {},_cg .ErrTypeError ;};_ddg ,_eaf :=_cg .DecodeStream (_fb );if _eaf !=nil {return TtfType {},_eaf ;};_egae :=ttfParser {_fea :_c .NewReader (_ddg )};return _egae .Parse ();};func (_bfd *fontMap )write (_fc StdFontName ,_faa func ()StdFont ){_bfd .Lock (); +defer _bfd .Unlock ();_bfd ._bf [_fc ]=_faa ;};var _gaf *RuneCharSafeMap ;func NewStdFontByName (name StdFontName )(StdFont ,bool ){_ad ,_gf :=_dff .read (name );if !_gf {return StdFont {},false ;};return _ad (),true ;};func RegisterStdFont (name StdFontName ,fnc func ()StdFont ,aliases ...StdFontName ){if _ ,_eb :=_dff .read (name ); +_eb {panic ("\u0066o\u006e\u0074\u0020\u0061l\u0072\u0065\u0061\u0064\u0079 \u0072e\u0067i\u0073\u0074\u0065\u0072\u0065\u0064\u003a "+string (name ));};_dff .write (name ,fnc );for _ ,_bg :=range aliases {RegisterStdFont (_bg ,fnc );};};var _efg _ac .Once ; +const (_ece ="\u0054\u0069\u006de\u0073";TimesRomanName =StdFontName ("T\u0069\u006d\u0065\u0073\u002d\u0052\u006f\u006d\u0061\u006e");TimesBoldName =StdFontName ("\u0054\u0069\u006d\u0065\u0073\u002d\u0042\u006f\u006c\u0064");TimesItalicName =StdFontName ("\u0054\u0069\u006de\u0073\u002d\u0049\u0074\u0061\u006c\u0069\u0063"); +TimesBoldItalicName =StdFontName ("\u0054\u0069m\u0065\u0073\u002dB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"););func _agc (_ggg map[string ]uint32 )string {var _dba []string ;for _gfd :=range _ggg {_dba =append (_dba ,_gfd );};_gb .Slice (_dba ,func (_gcb ,_eggf int )bool {return _ggg [_dba [_gcb ]]< _ggg [_dba [_eggf ]]}); +_abc :=[]string {_f .Sprintf ("\u0054\u0072\u0075\u0065Ty\u0070\u0065\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u003a\u0020\u0025\u0064",len (_ggg ))};for _ ,_dcd :=range _dba {_abc =append (_abc ,_f .Sprintf ("\u0009%\u0071\u0020\u0025\u0035\u0064",_dcd ,_ggg [_dcd ])); +};return _d .Join (_abc ,"\u000a");};var _add =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,556,722,722,611,611,611,611,611,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,722,556,556,584,584,389,975,556,611,278,280,389,389,333,333,333,280,350,556,556,333,556,556,333,556,333,333,278,250,737,556,611,556,556,743,611,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,611,333,333,333,611,556,611,556,556,167,611,611,611,611,333,584,549,556,556,333,333,611,333,333,278,278,278,278,278,278,278,278,556,556,278,278,400,278,584,549,584,494,278,889,333,584,611,584,611,611,611,611,556,549,611,556,611,611,611,611,944,333,611,611,611,556,834,834,333,370,365,611,611,611,556,333,333,494,889,278,278,1000,584,584,611,611,611,474,500,500,500,278,278,278,238,389,389,549,389,389,737,333,556,556,556,556,556,556,333,556,556,278,278,556,600,333,389,333,611,556,834,333,333,1000,556,333,611,611,611,611,611,611,611,556,611,611,556,778,556,556,556,556,556,500,500,500,500,556}; +const (SymbolName =StdFontName ("\u0053\u0079\u006d\u0062\u006f\u006c");ZapfDingbatsName =StdFontName ("\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073"););type fontMap struct{_ac .Mutex ;_bf map[StdFontName ]func ()StdFont ;};func (_ca StdFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_aa ,_ebg :=_ca ._cef .Read (r ); +return _aa ,_ebg ;};var _bcfg _ac .Once ;var _cbb =[]rune {'A','Æ','Á','Ă','Â','Ä','À','Ā','Ą','Å','Ã','B','C','Ć','Č','Ç','D','Ď','Đ','∆','E','É','Ě','Ê','Ë','Ė','È','Ē','Ę','Ð','€','F','G','Ğ','Ģ','H','I','Í','Î','Ï','İ','Ì','Ī','Į','J','K','Ķ','L','Ĺ','Ľ','Ļ','Ł','M','N','Ń','Ň','Ņ','Ñ','O','Œ','Ó','Ô','Ö','Ò','Ő','Ō','Ø','Õ','P','Q','R','Ŕ','Ř','Ŗ','S','Ś','Š','Ş','Ș','T','Ť','Ţ','Þ','U','Ú','Û','Ü','Ù','Ű','Ū','Ų','Ů','V','W','X','Y','Ý','Ÿ','Z','Ź','Ž','Ż','a','á','ă','â','´','ä','æ','à','ā','&','ą','å','^','~','*','@','ã','b','\\','|','{','}','[',']','˘','¦','•','c','ć','ˇ','č','ç','¸','¢','ˆ',':',',','\uf6c3','©','¤','d','†','‡','ď','đ','°','¨','÷','$','˙','ı','e','é','ě','ê','ë','ė','è','8','…','ē','—','–','ę','=','ð','!','¡','f','fi','5','fl','ƒ','4','⁄','g','ğ','ģ','ß','`','>','≥','«','»','‹','›','h','˝','-','i','í','î','ï','ì','ī','į','j','k','ķ','l','ĺ','ľ','ļ','<','≤','¬','◊','ł','m','¯','−','µ','×','n','ń','ň','ņ','9','≠','ñ','#','o','ó','ô','ö','œ','˛','ò','ő','ō','1','½','¼','¹','ª','º','ø','õ','p','¶','(',')','∂','%','.','·','‰','+','±','q','?','¿','"','„','“','”','‘','’','‚','\'','r','ŕ','√','ř','ŗ','®','˚','s','ś','š','ş','ș','§',';','7','6','/',' ','£','∑','t','ť','ţ','þ','3','¾','³','˜','™','2','²','u','ú','û','ü','ù','ű','ū','_','ų','ů','v','w','x','y','ý','ÿ','¥','z','ź','ž','ż','0'}; +func (_ce *RuneCharSafeMap )Length ()int {_ce ._ff .RLock ();defer _ce ._ff .RUnlock ();return len (_ce ._fa );};func _cgb ()StdFont {_efg .Do (_dbe );_ffg :=Descriptor {Name :CourierBoldName ,Family :string (CourierName ),Weight :FontWeightBold ,Flags :0x0021,BBox :[4]float64 {-113,-250,749,801},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :439,StemV :106,StemH :84}; +return NewStdFont (_ffg ,_ceg );};func IsStdFont (name StdFontName )bool {_ ,_faaf :=_dff .read (name );return _faaf };func _dfag ()StdFont {_efg .Do (_dbe );_acb :=Descriptor {Name :CourierObliqueName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0061,BBox :[4]float64 {-27,-250,849,805},ItalicAngle :-12,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; +return NewStdFont (_acb ,_gaf );};func init (){RegisterStdFont (CourierName ,_aaa ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u0043\u006f\u0075\u0072\u0069e\u0072\u004e\u0065\u0077","\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077");RegisterStdFont (CourierBoldName ,_cgb ,"\u0043o\u0075r\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0042\u006f\u006c\u0064"); +RegisterStdFont (CourierObliqueName ,_dfag ,"\u0043\u006f\u0075\u0072\u0069\u0065\u0072\u004e\u0065\u0077\u002c\u0049t\u0061\u006c\u0069\u0063");RegisterStdFont (CourierBoldObliqueName ,_aga ,"C\u006f\u0075\u0072\u0069er\u004ee\u0077\u002c\u0042\u006f\u006cd\u0049\u0074\u0061\u006c\u0069\u0063"); +};func _fef ()StdFont {_ffc .Do (_eba );_gec :=Descriptor {Name :HelveticaName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0020,BBox :[4]float64 {-166,-225,1000,931},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; +return NewStdFont (_gec ,_bcf );};func (_dc *RuneCharSafeMap )Write (b rune ,r CharMetrics ){_dc ._ff .Lock ();defer _dc ._ff .Unlock ();_dc ._fa [b ]=r ;};func (_bcca *ttfParser )Seek (tag string )error {_bdc ,_efe :=_bcca ._fge [tag ];if !_efe {return _f .Errorf ("\u0074\u0061\u0062\u006ce \u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u003a\u0020\u0025\u0073",tag ); +};_bcca ._fea .Seek (int64 (_bdc ),_de .SeekStart );return nil ;};var _egd =[]int16 {722,1000,722,722,722,722,722,722,722,722,722,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,611,778,778,778,778,389,389,389,389,389,389,389,389,500,778,778,667,667,667,667,667,944,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,611,778,722,722,722,722,556,556,556,556,556,667,667,667,611,722,722,722,722,722,722,722,722,722,722,1000,722,722,722,722,667,667,667,667,500,500,500,500,333,500,722,500,500,833,500,500,581,520,500,930,500,556,278,220,394,394,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,556,500,500,672,556,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,333,333,333,556,500,556,500,500,167,500,500,500,556,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,333,556,556,278,278,394,278,570,549,570,494,278,833,333,570,556,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,300,330,500,500,556,540,333,333,494,1000,250,250,1000,570,570,556,500,500,555,500,500,500,333,333,333,278,444,444,549,444,444,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,333,416,333,556,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,500,722,500,500,500,500,500,444,444,444,444,500}; +var _aba *RuneCharSafeMap ;var _ceg *RuneCharSafeMap ;func MakeRuneCharSafeMap (length int )*RuneCharSafeMap {return &RuneCharSafeMap {_fa :make (map[rune ]CharMetrics ,length )};};var _dfc *RuneCharSafeMap ;func NewStdFont (desc Descriptor ,metrics *RuneCharSafeMap )StdFont {return NewStdFontWithEncoding (desc ,metrics ,_gg .NewStandardEncoder ()); +};func (_ea *RuneCharSafeMap )Copy ()*RuneCharSafeMap {_db :=MakeRuneCharSafeMap (_ea .Length ());_ea .Range (func (_gae rune ,_b CharMetrics )(_ee bool ){_db ._fa [_gae ]=_b ;return false });return _db ;};var _eac =&RuneCharSafeMap {_fa :map[rune ]CharMetrics {' ':{Wx :278},'→':{Wx :838},'↔':{Wx :1016},'↕':{Wx :458},'①':{Wx :788},'②':{Wx :788},'③':{Wx :788},'④':{Wx :788},'⑤':{Wx :788},'⑥':{Wx :788},'⑦':{Wx :788},'⑧':{Wx :788},'⑨':{Wx :788},'⑩':{Wx :788},'■':{Wx :761},'▲':{Wx :892},'▼':{Wx :892},'◆':{Wx :788},'●':{Wx :791},'◗':{Wx :438},'★':{Wx :816},'☎':{Wx :719},'☛':{Wx :960},'☞':{Wx :939},'♠':{Wx :626},'♣':{Wx :776},'♥':{Wx :694},'♦':{Wx :595},'✁':{Wx :974},'✂':{Wx :961},'✃':{Wx :974},'✄':{Wx :980},'✆':{Wx :789},'✇':{Wx :790},'✈':{Wx :791},'✉':{Wx :690},'✌':{Wx :549},'✍':{Wx :855},'✎':{Wx :911},'✏':{Wx :933},'✐':{Wx :911},'✑':{Wx :945},'✒':{Wx :974},'✓':{Wx :755},'✔':{Wx :846},'✕':{Wx :762},'✖':{Wx :761},'✗':{Wx :571},'✘':{Wx :677},'✙':{Wx :763},'✚':{Wx :760},'✛':{Wx :759},'✜':{Wx :754},'✝':{Wx :494},'✞':{Wx :552},'✟':{Wx :537},'✠':{Wx :577},'✡':{Wx :692},'✢':{Wx :786},'✣':{Wx :788},'✤':{Wx :788},'✥':{Wx :790},'✦':{Wx :793},'✧':{Wx :794},'✩':{Wx :823},'✪':{Wx :789},'✫':{Wx :841},'✬':{Wx :823},'✭':{Wx :833},'✮':{Wx :816},'✯':{Wx :831},'✰':{Wx :923},'✱':{Wx :744},'✲':{Wx :723},'✳':{Wx :749},'✴':{Wx :790},'✵':{Wx :792},'✶':{Wx :695},'✷':{Wx :776},'✸':{Wx :768},'✹':{Wx :792},'✺':{Wx :759},'✻':{Wx :707},'✼':{Wx :708},'✽':{Wx :682},'✾':{Wx :701},'✿':{Wx :826},'❀':{Wx :815},'❁':{Wx :789},'❂':{Wx :789},'❃':{Wx :707},'❄':{Wx :687},'❅':{Wx :696},'❆':{Wx :689},'❇':{Wx :786},'❈':{Wx :787},'❉':{Wx :713},'❊':{Wx :791},'❋':{Wx :785},'❍':{Wx :873},'❏':{Wx :762},'❐':{Wx :762},'❑':{Wx :759},'❒':{Wx :759},'❖':{Wx :784},'❘':{Wx :138},'❙':{Wx :277},'❚':{Wx :415},'❛':{Wx :392},'❜':{Wx :392},'❝':{Wx :668},'❞':{Wx :668},'❡':{Wx :732},'❢':{Wx :544},'❣':{Wx :544},'❤':{Wx :910},'❥':{Wx :667},'❦':{Wx :760},'❧':{Wx :760},'❶':{Wx :788},'❷':{Wx :788},'❸':{Wx :788},'❹':{Wx :788},'❺':{Wx :788},'❻':{Wx :788},'❼':{Wx :788},'❽':{Wx :788},'❾':{Wx :788},'❿':{Wx :788},'➀':{Wx :788},'➁':{Wx :788},'➂':{Wx :788},'➃':{Wx :788},'➄':{Wx :788},'➅':{Wx :788},'➆':{Wx :788},'➇':{Wx :788},'➈':{Wx :788},'➉':{Wx :788},'➊':{Wx :788},'➋':{Wx :788},'➌':{Wx :788},'➍':{Wx :788},'➎':{Wx :788},'➏':{Wx :788},'➐':{Wx :788},'➑':{Wx :788},'➒':{Wx :788},'➓':{Wx :788},'➔':{Wx :894},'➘':{Wx :748},'➙':{Wx :924},'➚':{Wx :748},'➛':{Wx :918},'➜':{Wx :927},'➝':{Wx :928},'➞':{Wx :928},'➟':{Wx :834},'➠':{Wx :873},'➡':{Wx :828},'➢':{Wx :924},'➣':{Wx :924},'➤':{Wx :917},'➥':{Wx :930},'➦':{Wx :931},'➧':{Wx :463},'➨':{Wx :883},'➩':{Wx :836},'➪':{Wx :836},'➫':{Wx :867},'➬':{Wx :867},'➭':{Wx :696},'➮':{Wx :696},'➯':{Wx :874},'➱':{Wx :874},'➲':{Wx :760},'➳':{Wx :946},'➴':{Wx :771},'➵':{Wx :865},'➶':{Wx :771},'➷':{Wx :888},'➸':{Wx :967},'➹':{Wx :888},'➺':{Wx :831},'➻':{Wx :873},'➼':{Wx :927},'➽':{Wx :970},'➾':{Wx :918},'\uf8d7':{Wx :390},'\uf8d8':{Wx :390},'\uf8d9':{Wx :317},'\uf8da':{Wx :317},'\uf8db':{Wx :276},'\uf8dc':{Wx :276},'\uf8dd':{Wx :509},'\uf8de':{Wx :509},'\uf8df':{Wx :410},'\uf8e0':{Wx :410},'\uf8e1':{Wx :234},'\uf8e2':{Wx :234},'\uf8e3':{Wx :334},'\uf8e4':{Wx :334}}}; +func init (){RegisterStdFont (HelveticaName ,_fef ,"\u0041\u0072\u0069a\u006c");RegisterStdFont (HelveticaBoldName ,_cbf ,"\u0041\u0072\u0069\u0061\u006c\u002c\u0042\u006f\u006c\u0064");RegisterStdFont (HelveticaObliqueName ,_fefg ,"\u0041\u0072\u0069a\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063"); +RegisterStdFont (HelveticaBoldObliqueName ,_eef ,"\u0041\u0072i\u0061\u006c\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063");};const (CourierName =StdFontName ("\u0043o\u0075\u0072\u0069\u0065\u0072");CourierBoldName =StdFontName ("\u0043\u006f\u0075r\u0069\u0065\u0072\u002d\u0042\u006f\u006c\u0064"); +CourierObliqueName =StdFontName ("\u0043o\u0075r\u0069\u0065\u0072\u002d\u004f\u0062\u006c\u0069\u0071\u0075\u0065");CourierBoldObliqueName =StdFontName ("\u0043\u006f\u0075\u0072ie\u0072\u002d\u0042\u006f\u006c\u0064\u004f\u0062\u006c\u0069\u0071\u0075\u0065"); +);var _fbg =[]GlyphName {"\u002en\u006f\u0074\u0064\u0065\u0066","\u002e\u006e\u0075l\u006c","\u006e\u006fn\u006d\u0061\u0072k\u0069\u006e\u0067\u0072\u0065\u0074\u0075\u0072\u006e","\u0073\u0070\u0061c\u0065","\u0065\u0078\u0063\u006c\u0061\u006d","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c","\u006e\u0075\u006d\u0062\u0065\u0072\u0073\u0069\u0067\u006e","\u0064\u006f\u006c\u006c\u0061\u0072","\u0070e\u0072\u0063\u0065\u006e\u0074","\u0061m\u0070\u0065\u0072\u0073\u0061\u006ed","q\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067\u006c\u0065","\u0070a\u0072\u0065\u006e\u006c\u0065\u0066t","\u0070\u0061\u0072\u0065\u006e\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0074\u0065\u0072\u0069\u0073\u006b","\u0070\u006c\u0075\u0073","\u0063\u006f\u006dm\u0061","\u0068\u0079\u0070\u0068\u0065\u006e","\u0070\u0065\u0072\u0069\u006f\u0064","\u0073\u006c\u0061s\u0068","\u007a\u0065\u0072\u006f","\u006f\u006e\u0065","\u0074\u0077\u006f","\u0074\u0068\u0072e\u0065","\u0066\u006f\u0075\u0072","\u0066\u0069\u0076\u0065","\u0073\u0069\u0078","\u0073\u0065\u0076e\u006e","\u0065\u0069\u0067h\u0074","\u006e\u0069\u006e\u0065","\u0063\u006f\u006co\u006e","\u0073e\u006d\u0069\u0063\u006f\u006c\u006fn","\u006c\u0065\u0073\u0073","\u0065\u0071\u0075a\u006c","\u0067r\u0065\u0061\u0074\u0065\u0072","\u0071\u0075\u0065\u0073\u0074\u0069\u006f\u006e","\u0061\u0074","\u0041","\u0042","\u0043","\u0044","\u0045","\u0046","\u0047","\u0048","\u0049","\u004a","\u004b","\u004c","\u004d","\u004e","\u004f","\u0050","\u0051","\u0052","\u0053","\u0054","\u0055","\u0056","\u0057","\u0058","\u0059","\u005a","b\u0072\u0061\u0063\u006b\u0065\u0074\u006c\u0065\u0066\u0074","\u0062a\u0063\u006b\u0073\u006c\u0061\u0073h","\u0062\u0072\u0061c\u006b\u0065\u0074\u0072\u0069\u0067\u0068\u0074","a\u0073\u0063\u0069\u0069\u0063\u0069\u0072\u0063\u0075\u006d","\u0075\u006e\u0064\u0065\u0072\u0073\u0063\u006f\u0072\u0065","\u0067\u0072\u0061v\u0065","\u0061","\u0062","\u0063","\u0064","\u0065","\u0066","\u0067","\u0068","\u0069","\u006a","\u006b","\u006c","\u006d","\u006e","\u006f","\u0070","\u0071","\u0072","\u0073","\u0074","\u0075","\u0076","\u0077","\u0078","\u0079","\u007a","\u0062r\u0061\u0063\u0065\u006c\u0065\u0066t","\u0062\u0061\u0072","\u0062\u0072\u0061\u0063\u0065\u0072\u0069\u0067\u0068\u0074","\u0061\u0073\u0063\u0069\u0069\u0074\u0069\u006c\u0064\u0065","\u0041d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0041\u0072\u0069n\u0067","\u0043\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0045\u0061\u0063\u0075\u0074\u0065","\u004e\u0074\u0069\u006c\u0064\u0065","\u004fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u0055d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0061\u0063\u0075\u0074\u0065","\u0061\u0067\u0072\u0061\u0076\u0065","a\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0061\u0074\u0069\u006c\u0064\u0065","\u0061\u0072\u0069n\u0067","\u0063\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0065\u0061\u0063\u0075\u0074\u0065","\u0065\u0067\u0072\u0061\u0076\u0065","e\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0065d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0069\u0061\u0063\u0075\u0074\u0065","\u0069\u0067\u0072\u0061\u0076\u0065","i\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0069d\u0069\u0065\u0072\u0065\u0073\u0069s","\u006e\u0074\u0069\u006c\u0064\u0065","\u006f\u0061\u0063\u0075\u0074\u0065","\u006f\u0067\u0072\u0061\u0076\u0065","o\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u006fd\u0069\u0065\u0072\u0065\u0073\u0069s","\u006f\u0074\u0069\u006c\u0064\u0065","\u0075\u0061\u0063\u0075\u0074\u0065","\u0075\u0067\u0072\u0061\u0076\u0065","u\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0075d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0064\u0061\u0067\u0067\u0065\u0072","\u0064\u0065\u0067\u0072\u0065\u0065","\u0063\u0065\u006e\u0074","\u0073\u0074\u0065\u0072\u006c\u0069\u006e\u0067","\u0073e\u0063\u0074\u0069\u006f\u006e","\u0062\u0075\u006c\u006c\u0065\u0074","\u0070a\u0072\u0061\u0067\u0072\u0061\u0070h","\u0067\u0065\u0072\u006d\u0061\u006e\u0064\u0062\u006c\u0073","\u0072\u0065\u0067\u0069\u0073\u0074\u0065\u0072\u0065\u0064","\u0063o\u0070\u0079\u0072\u0069\u0067\u0068t","\u0074r\u0061\u0064\u0065\u006d\u0061\u0072k","\u0061\u0063\u0075t\u0065","\u0064\u0069\u0065\u0072\u0065\u0073\u0069\u0073","\u006e\u006f\u0074\u0065\u0071\u0075\u0061\u006c","\u0041\u0045","\u004f\u0073\u006c\u0061\u0073\u0068","\u0069\u006e\u0066\u0069\u006e\u0069\u0074\u0079","\u0070l\u0075\u0073\u006d\u0069\u006e\u0075s","\u006ce\u0073\u0073\u0065\u0071\u0075\u0061l","\u0067\u0072\u0065a\u0074\u0065\u0072\u0065\u0071\u0075\u0061\u006c","\u0079\u0065\u006e","\u006d\u0075","p\u0061\u0072\u0074\u0069\u0061\u006c\u0064\u0069\u0066\u0066","\u0073u\u006d\u006d\u0061\u0074\u0069\u006fn","\u0070r\u006f\u0064\u0075\u0063\u0074","\u0070\u0069","\u0069\u006e\u0074\u0065\u0067\u0072\u0061\u006c","o\u0072\u0064\u0066\u0065\u006d\u0069\u006e\u0069\u006e\u0065","\u006f\u0072\u0064m\u0061\u0073\u0063\u0075\u006c\u0069\u006e\u0065","\u004f\u006d\u0065g\u0061","\u0061\u0065","\u006f\u0073\u006c\u0061\u0073\u0068","\u0071\u0075\u0065s\u0074\u0069\u006f\u006e\u0064\u006f\u0077\u006e","\u0065\u0078\u0063\u006c\u0061\u006d\u0064\u006f\u0077\u006e","\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u006e\u006f\u0074","\u0072a\u0064\u0069\u0063\u0061\u006c","\u0066\u006c\u006f\u0072\u0069\u006e","a\u0070\u0070\u0072\u006f\u0078\u0065\u0071\u0075\u0061\u006c","\u0044\u0065\u006ct\u0061","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u006c\u0065\u006d\u006f\u0074r\u0069\u0067\u0068\u0074","\u0065\u006c\u006c\u0069\u0070\u0073\u0069\u0073","\u006e\u006fn\u0062\u0072\u0065a\u006b\u0069\u006e\u0067\u0073\u0070\u0061\u0063\u0065","\u0041\u0067\u0072\u0061\u0076\u0065","\u0041\u0074\u0069\u006c\u0064\u0065","\u004f\u0074\u0069\u006c\u0064\u0065","\u004f\u0045","\u006f\u0065","\u0065\u006e\u0064\u0061\u0073\u0068","\u0065\u006d\u0064\u0061\u0073\u0068","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u006c\u0065\u0066\u0074","\u0071\u0075\u006f\u0074\u0065\u0064\u0062\u006c\u0072\u0069\u0067\u0068\u0074","\u0071u\u006f\u0074\u0065\u006c\u0065\u0066t","\u0071\u0075\u006f\u0074\u0065\u0072\u0069\u0067\u0068\u0074","\u0064\u0069\u0076\u0069\u0064\u0065","\u006co\u007a\u0065\u006e\u0067\u0065","\u0079d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0059d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0066\u0072\u0061\u0063\u0074\u0069\u006f\u006e","\u0063\u0075\u0072\u0072\u0065\u006e\u0063\u0079","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006c\u006c\u0065\u0066\u0074","\u0067\u0075\u0069\u006c\u0073\u0069\u006e\u0067\u006cr\u0069\u0067\u0068\u0074","\u0066\u0069","\u0066\u006c","\u0064a\u0067\u0067\u0065\u0072\u0064\u0062l","\u0070\u0065\u0072\u0069\u006f\u0064\u0063\u0065\u006et\u0065\u0072\u0065\u0064","\u0071\u0075\u006f\u0074\u0065\u0073\u0069\u006e\u0067l\u0062\u0061\u0073\u0065","\u0071\u0075\u006ft\u0065\u0064\u0062\u006c\u0062\u0061\u0073\u0065","p\u0065\u0072\u0074\u0068\u006f\u0075\u0073\u0061\u006e\u0064","A\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","E\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0041\u0061\u0063\u0075\u0074\u0065","\u0045d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0045\u0067\u0072\u0061\u0076\u0065","\u0049\u0061\u0063\u0075\u0074\u0065","I\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0049d\u0069\u0065\u0072\u0065\u0073\u0069s","\u0049\u0067\u0072\u0061\u0076\u0065","\u004f\u0061\u0063\u0075\u0074\u0065","O\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0061\u0070\u0070l\u0065","\u004f\u0067\u0072\u0061\u0076\u0065","\u0055\u0061\u0063\u0075\u0074\u0065","U\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0055\u0067\u0072\u0061\u0076\u0065","\u0064\u006f\u0074\u006c\u0065\u0073\u0073\u0069","\u0063\u0069\u0072\u0063\u0075\u006d\u0066\u006c\u0065\u0078","\u0074\u0069\u006cd\u0065","\u006d\u0061\u0063\u0072\u006f\u006e","\u0062\u0072\u0065v\u0065","\u0064o\u0074\u0061\u0063\u0063\u0065\u006et","\u0072\u0069\u006e\u0067","\u0063e\u0064\u0069\u006c\u006c\u0061","\u0068\u0075\u006eg\u0061\u0072\u0075\u006d\u006c\u0061\u0075\u0074","\u006f\u0067\u006f\u006e\u0065\u006b","\u0063\u0061\u0072o\u006e","\u004c\u0073\u006c\u0061\u0073\u0068","\u006c\u0073\u006c\u0061\u0073\u0068","\u0053\u0063\u0061\u0072\u006f\u006e","\u0073\u0063\u0061\u0072\u006f\u006e","\u005a\u0063\u0061\u0072\u006f\u006e","\u007a\u0063\u0061\u0072\u006f\u006e","\u0062r\u006f\u006b\u0065\u006e\u0062\u0061r","\u0045\u0074\u0068","\u0065\u0074\u0068","\u0059\u0061\u0063\u0075\u0074\u0065","\u0079\u0061\u0063\u0075\u0074\u0065","\u0054\u0068\u006fr\u006e","\u0074\u0068\u006fr\u006e","\u006d\u0069\u006eu\u0073","\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","o\u006e\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","t\u0077\u006f\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u0074\u0068\u0072\u0065\u0065\u0073\u0075\u0070\u0065\u0072\u0069\u006f\u0072","\u006fn\u0065\u0068\u0061\u006c\u0066","\u006f\u006e\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072","\u0074\u0068\u0072\u0065\u0065\u0071\u0075\u0061\u0072\u0074\u0065\u0072\u0073","\u0066\u0072\u0061n\u0063","\u0047\u0062\u0072\u0065\u0076\u0065","\u0067\u0062\u0072\u0065\u0076\u0065","\u0049\u0064\u006f\u0074\u0061\u0063\u0063\u0065\u006e\u0074","\u0053\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0073\u0063\u0065\u0064\u0069\u006c\u006c\u0061","\u0043\u0061\u0063\u0075\u0074\u0065","\u0063\u0061\u0063\u0075\u0074\u0065","\u0043\u0063\u0061\u0072\u006f\u006e","\u0063\u0063\u0061\u0072\u006f\u006e","\u0064\u0063\u0072\u006f\u0061\u0074"}; +type Font interface{Encoder ()_gg .TextEncoder ;GetRuneMetrics (_fd rune )(CharMetrics ,bool );};func _eef ()StdFont {_ffc .Do (_eba );_dcc :=Descriptor {Name :HelveticaBoldObliqueName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-174,-228,1114,962},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; +return NewStdFont (_dcc ,_dfc );};var _bcf *RuneCharSafeMap ;func (_gdd *ttfParser )parseCmapFormat6 ()error {_fcdc :=int (_gdd .ReadUShort ());_cgd :=int (_gdd .ReadUShort ());_gaa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u0046o\u0072\u006d\u0061\u0074\u0036\u003a\u0020%s\u0020\u0066\u0069\u0072s\u0074\u0043\u006f\u0064\u0065\u003d\u0025\u0064\u0020en\u0074\u0072y\u0043\u006f\u0075\u006e\u0074\u003d\u0025\u0064",_gdd ._gbf .String (),_fcdc ,_cgd ); +for _dge :=0;_dge < _cgd ;_dge ++{_bda :=GID (_gdd .ReadUShort ());_gdd ._gbf .Chars [rune (_dge +_fcdc )]=_bda ;};return nil ;};var _gece =[]int16 {722,889,722,722,722,722,722,722,722,722,722,667,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,556,722,722,722,722,333,333,333,333,333,333,333,333,389,722,722,611,611,611,611,611,889,722,722,722,722,722,722,889,722,722,722,722,722,722,722,722,556,722,667,667,667,667,556,556,556,556,556,611,611,611,556,722,722,722,722,722,722,722,722,722,722,944,722,722,722,722,611,611,611,611,444,444,444,444,333,444,667,444,444,778,444,444,469,541,500,921,444,500,278,200,480,480,333,333,333,200,350,444,444,333,444,444,333,500,333,278,250,250,760,500,500,500,500,588,500,400,333,564,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,564,500,333,333,333,556,500,556,500,500,167,500,500,500,500,333,564,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,500,500,278,278,344,278,564,549,564,471,278,778,333,564,500,564,500,500,500,500,500,549,500,500,500,500,500,500,722,333,500,500,500,500,750,750,300,276,310,500,500,500,453,333,333,476,833,250,250,1000,564,564,500,444,444,408,444,444,444,333,333,333,180,333,333,453,333,333,760,333,389,389,389,389,389,500,278,500,500,278,250,500,600,278,326,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,500,722,500,500,500,500,500,444,444,444,444,500}; +func (_ab StdFont )Name ()string {return string (_ab ._gff .Name )};type Descriptor struct{Name StdFontName ;Family string ;Weight FontWeight ;Flags uint ;BBox [4]float64 ;ItalicAngle float64 ;Ascent float64 ;Descent float64 ;CapHeight float64 ;XHeight float64 ; +StemV float64 ;StemH float64 ;};func (_dfcc *ttfParser )ParsePost ()error {if _eabf :=_dfcc .Seek ("\u0070\u006f\u0073\u0074");_eabf !=nil {return _eabf ;};_cag :=_dfcc .Read32Fixed ();_dfcc ._gbf .ItalicAngle =_dfcc .Read32Fixed ();_dfcc ._gbf .UnderlinePosition =_dfcc .ReadShort (); +_dfcc ._gbf .UnderlineThickness =_dfcc .ReadShort ();_dfcc ._gbf .IsFixedPitch =_dfcc .ReadULong ()!=0;_dfcc .ReadULong ();_dfcc .ReadULong ();_dfcc .ReadULong ();_dfcc .ReadULong ();_gaa .Log .Trace ("\u0050a\u0072\u0073\u0065\u0050\u006f\u0073\u0074\u003a\u0020\u0066\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065\u003d\u0025\u0066",_cag ); +switch _cag {case 1.0:_dfcc ._gbf .GlyphNames =_fbg ;case 2.0:_bef :=int (_dfcc .ReadUShort ());_dagd :=make ([]int ,_bef );_dfcc ._gbf .GlyphNames =make ([]GlyphName ,_bef );_bfg :=-1;for _gda :=0;_gda < _bef ;_gda ++{_ddd :=int (_dfcc .ReadUShort ()); +_dagd [_gda ]=_ddd ;if _ddd <=0x7fff&&_ddd > _bfg {_bfg =_ddd ;};};var _beg []GlyphName ;if _bfg >=len (_fbg ){_beg =make ([]GlyphName ,_bfg -len (_fbg )+1);for _cbfc :=0;_cbfc < _bfg -len (_fbg )+1;_cbfc ++{_fgae :=int (_dfcc .readByte ());_gbc ,_cfd :=_dfcc .ReadStr (_fgae ); +if _cfd !=nil {return _cfd ;};_beg [_cbfc ]=GlyphName (_gbc );};};for _ebfd :=0;_ebfd < _bef ;_ebfd ++{_dgb :=_dagd [_ebfd ];if _dgb < len (_fbg ){_dfcc ._gbf .GlyphNames [_ebfd ]=_fbg [_dgb ];}else if _dgb >=len (_fbg )&&_dgb <=32767{_dfcc ._gbf .GlyphNames [_ebfd ]=_beg [_dgb -len (_fbg )]; +}else {_dfcc ._gbf .GlyphNames [_ebfd ]="\u002e\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064";};};case 2.5:_aea :=make ([]int ,_dfcc ._dcb );for _edb :=0;_edb < len (_aea );_edb ++{_dbbcf :=int (_dfcc .ReadSByte ());_aea [_edb ]=_edb +1+_dbbcf ; +};_dfcc ._gbf .GlyphNames =make ([]GlyphName ,len (_aea ));for _gfa :=0;_gfa < len (_dfcc ._gbf .GlyphNames );_gfa ++{_ecf :=_fbg [_aea [_gfa ]];_dfcc ._gbf .GlyphNames [_gfa ]=_ecf ;};case 3.0:_gaa .Log .Debug ("\u004e\u006f\u0020\u0050\u006f\u0073t\u0053\u0063\u0072i\u0070\u0074\u0020n\u0061\u006d\u0065\u0020\u0069\u006e\u0066\u006f\u0072\u006da\u0074\u0069\u006f\u006e\u0020is\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e"); +default:_gaa .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020f\u006fr\u006d\u0061\u0074\u0054\u0079\u0070\u0065=\u0025\u0066",_cag );};return nil ;};func (_da StdFont )ToPdfObject ()_cg .PdfObject {_gaed :=_cg .MakeDict (); +_gaed .Set ("\u0054\u0079\u0070\u0065",_cg .MakeName ("\u0046\u006f\u006e\u0074"));_gaed .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cg .MakeName ("\u0054\u0079\u0070e\u0031"));_gaed .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_cg .MakeName (_da .Name ())); +_gaed .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_da ._dfg .ToPdfObject ());return _cg .MakeIndirectObject (_gaed );};func (_ae *ttfParser )Parse ()(TtfType ,error ){_deb ,_gca :=_ae .ReadStr (4);if _gca !=nil {return TtfType {},_gca ;};if _deb =="\u0074\u0074\u0063\u0066"{return _ae .parseTTC (); +}else if _deb !="\u0000\u0001\u0000\u0000"&&_deb !="\u0074\u0072\u0075\u0065"{_gaa .Log .Debug ("\u0055n\u0072\u0065c\u006f\u0067\u006ei\u007a\u0065\u0064\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066i\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u002e\u0020v\u0065\u0072\u0073\u0069\u006f\u006e\u003d\u0025\u0071",_deb ); +};_dfggd :=int (_ae .ReadUShort ());_ae .Skip (3*2);_ae ._fge =make (map[string ]uint32 );var _gef string ;for _cfe :=0;_cfe < _dfggd ;_cfe ++{_gef ,_gca =_ae .ReadStr (4);if _gca !=nil {return TtfType {},_gca ;};_ae .Skip (4);_fbf :=_ae .ReadULong (); +_ae .Skip (4);_ae ._fge [_gef ]=_fbf ;};_gaa .Log .Trace (_agc (_ae ._fge ));if _gca =_ae .ParseComponents ();_gca !=nil {return TtfType {},_gca ;};return _ae ._gbf ,nil ;};func (_ggba *ttfParser )Read32Fixed ()float64 {_ead :=float64 (_ggba .ReadShort ()); +_bcfa :=float64 (_ggba .ReadUShort ())/65536.0;return _ead +_bcfa ;};func init (){RegisterStdFont (SymbolName ,_bgf ,"\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0049\u0074\u0061\u006c\u0069\u0063","S\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064","\u0053\u0079\u006d\u0062\u006f\u006c\u002c\u0042\u006f\u006c\u0064\u0049t\u0061\u006c\u0069\u0063"); +RegisterStdFont (ZapfDingbatsName ,_ace );};type GlyphName =_gg .GlyphName ;func (_fcc *ttfParser )ParseCmap ()error {var _cfc int64 ;if _eca :=_fcc .Seek ("\u0063\u006d\u0061\u0070");_eca !=nil {return _eca ;};_fcc .ReadUShort ();_aaad :=int (_fcc .ReadUShort ()); +_fgad :=int64 (0);_aef :=int64 (0);_aee :=int64 (0);for _ebf :=0;_ebf < _aaad ;_ebf ++{_beb :=_fcc .ReadUShort ();_cdfe :=_fcc .ReadUShort ();_cfc =int64 (_fcc .ReadULong ());if _beb ==3&&_cdfe ==1{_aef =_cfc ;}else if _beb ==3&&_cdfe ==10{_aee =_cfc ; +}else if _beb ==1&&_cdfe ==0{_fgad =_cfc ;};};if _fgad !=0{if _gdf :=_fcc .parseCmapVersion (_fgad );_gdf !=nil {return _gdf ;};};if _aef !=0{if _gdce :=_fcc .parseCmapSubtable31 (_aef );_gdce !=nil {return _gdce ;};};if _aee !=0{if _gag :=_fcc .parseCmapVersion (_aee ); +_gag !=nil {return _gag ;};};if _aef ==0&&_fgad ==0&&_aee ==0{_gaa .Log .Debug ("\u0074\u0074\u0066P\u0061\u0072\u0073\u0065\u0072\u002e\u0050\u0061\u0072\u0073\u0065\u0043\u006d\u0061\u0070\u002e\u0020\u004e\u006f\u0020\u0033\u0031\u002c\u0020\u0031\u0030\u002c\u0020\u00331\u0030\u0020\u0074\u0061\u0062\u006c\u0065\u002e"); +};return nil ;};func (_egaea *ttfParser )parseCmapSubtable10 (_cae int64 )error {if _egaea ._gbf .Chars ==nil {_egaea ._gbf .Chars =make (map[rune ]GID );};_egaea ._fea .Seek (int64 (_egaea ._fge ["\u0063\u006d\u0061\u0070"])+_cae ,_de .SeekStart );var _eeg ,_agea uint32 ; +_adfb :=_egaea .ReadUShort ();if _adfb < 8{_eeg =uint32 (_egaea .ReadUShort ());_agea =uint32 (_egaea .ReadUShort ());}else {_egaea .ReadUShort ();_eeg =_egaea .ReadULong ();_agea =_egaea .ReadULong ();};_gaa .Log .Trace ("\u0070\u0061r\u0073\u0065\u0043\u006d\u0061p\u0053\u0075\u0062\u0074\u0061b\u006c\u0065\u0031\u0030\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0025\u0064",_adfb ,_eeg ,_agea ); +if _adfb !=0{return _ag .New ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063\u006d\u0061p\u0020s\u0075\u0062\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};_bd ,_agf :=_egaea .ReadStr (256); +if _agf !=nil {return _agf ;};_fbb :=[]byte (_bd );for _fbc ,_eafca :=range _fbb {_egaea ._gbf .Chars [rune (_fbc )]=GID (_eafca );if _eafca !=0{_f .Printf ("\u0009\u0030\u0078\u002502\u0078\u0020\u279e\u0020\u0030\u0078\u0025\u0030\u0032\u0078\u003d\u0025\u0063\u000a",_fbc ,_eafca ,rune (_eafca )); +};};return nil ;};func NewStdFontWithEncoding (desc Descriptor ,metrics *RuneCharSafeMap ,encoder _gg .TextEncoder )StdFont {var _cd rune =0xA0;if _ ,_dfa :=metrics .Read (_cd );!_dfa {_eec ,_ :=metrics .Read (0x20);metrics .Write (_cd ,_eec );};return StdFont {_gff :desc ,_cef :metrics ,_dfg :encoder }; +};type TtfType struct{UnitsPerEm uint16 ;PostScriptName string ;Bold bool ;ItalicAngle float64 ;IsFixedPitch bool ;TypoAscender int16 ;TypoDescender int16 ;UnderlinePosition int16 ;UnderlineThickness int16 ;Xmin ,Ymin ,Xmax ,Ymax int16 ;CapHeight int16 ; +Widths []uint16 ;Chars map[rune ]GID ;GlyphNames []GlyphName ;};func init (){RegisterStdFont (TimesRomanName ,_dffb ,"\u0054\u0069\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e","\u0054\u0069\u006de\u0073");RegisterStdFont (TimesBoldName ,_eab ,"\u0054i\u006de\u0073\u004e\u0065\u0077\u0052o\u006d\u0061n\u002c\u0042\u006f\u006c\u0064","\u0054\u0069\u006d\u0065\u0073\u002c\u0042\u006f\u006c\u0064"); +RegisterStdFont (TimesItalicName ,_ggf ,"T\u0069m\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006da\u006e\u002c\u0049\u0074al\u0069\u0063","\u0054\u0069\u006de\u0073\u002c\u0049\u0074\u0061\u006c\u0069\u0063");RegisterStdFont (TimesBoldItalicName ,_bcd ,"\u0054i\u006d\u0065\u0073\u004e\u0065\u0077\u0052\u006f\u006d\u0061\u006e,\u0042\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063","\u0054\u0069m\u0065\u0073\u002cB\u006f\u006c\u0064\u0049\u0074\u0061\u006c\u0069\u0063"); +};func (_ccb *ttfParser )parseCmapFormat0 ()error {_cbg ,_aafb :=_ccb .ReadStr (256);if _aafb !=nil {return _aafb ;};_eee :=[]byte (_cbg );_gaa .Log .Trace ("\u0070a\u0072\u0073e\u0043\u006d\u0061p\u0046\u006f\u0072\u006d\u0061\u0074\u0030:\u0020\u0025\u0073\u000a\u0064\u0061t\u0061\u0053\u0074\u0072\u003d\u0025\u002b\u0071\u000a\u0064\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d",_ccb ._gbf .String (),_cbg ,_eee ); +for _gfe ,_cga :=range _eee {_ccb ._gbf .Chars [rune (_gfe )]=GID (_cga );};return nil ;};func (_gaad StdFont )Encoder ()_gg .TextEncoder {return _gaad ._dfg };func _dffb ()StdFont {_bcfg .Do (_fca );_egbf :=Descriptor {Name :TimesRomanName ,Family :_ece ,Weight :FontWeightRoman ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,898},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :662,XHeight :450,StemV :84,StemH :28}; +return NewStdFont (_egbf ,_abf );};func (_fddb *ttfParser )Skip (n int ){_fddb ._fea .Seek (int64 (n ),_de .SeekCurrent )};func _fefg ()StdFont {_ffc .Do (_eba );_dd :=Descriptor {Name :HelveticaObliqueName ,Family :string (HelveticaName ),Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-170,-225,1116,931},ItalicAngle :-12,Ascent :718,Descent :-207,CapHeight :718,XHeight :523,StemV :88,StemH :76}; +return NewStdFont (_dd ,_fga );};func (_baca *ttfParser )ReadSByte ()(_abfaa int8 ){_gbd .Read (_baca ._fea ,_gbd .BigEndian ,&_abfaa );return _abfaa ;};func TtfParseFile (fileStr string )(TtfType ,error ){_bee ,_cegf :=_ga .Open (fileStr );if _cegf !=nil {return TtfType {},_cegf ; +};defer _bee .Close ();return TtfParse (_bee );};func (_fgec *ttfParser )ParseHmtx ()error {if _bcdc :=_fgec .Seek ("\u0068\u006d\u0074\u0078");_bcdc !=nil {return _bcdc ;};_fgec ._gbf .Widths =make ([]uint16 ,0,8);for _dea :=uint16 (0);_dea < _fgec ._dbf ; +_dea ++{_fgec ._gbf .Widths =append (_fgec ._gbf .Widths ,_fgec .ReadUShort ());_fgec .Skip (2);};if _fgec ._dbf < _fgec ._dcb &&_fgec ._dbf > 0{_gcbd :=_fgec ._gbf .Widths [_fgec ._dbf -1];for _geg :=_fgec ._dbf ;_geg < _fgec ._dcb ;_geg ++{_fgec ._gbf .Widths =append (_fgec ._gbf .Widths ,_gcbd ); +};};return nil ;};func (_fae *ttfParser )ReadULong ()(_bb uint32 ){_gbd .Read (_fae ._fea ,_gbd .BigEndian ,&_bb );return _bb ;};func _aaa ()StdFont {_efg .Do (_dbe );_dbbc :=Descriptor {Name :CourierName ,Family :string (CourierName ),Weight :FontWeightMedium ,Flags :0x0021,BBox :[4]float64 {-23,-250,715,805},ItalicAngle :0,Ascent :629,Descent :-157,CapHeight :562,XHeight :426,StemV :51,StemH :51}; +return NewStdFont (_dbbc ,_cff );};type StdFontName string ;var _efga =[]int16 {611,889,611,611,611,611,611,611,611,611,611,611,667,667,667,667,722,722,722,612,611,611,611,611,611,611,611,611,611,722,500,611,722,722,722,722,333,333,333,333,333,333,333,333,444,667,667,556,556,611,556,556,833,667,667,667,667,667,722,944,722,722,722,722,722,722,722,722,611,722,611,611,611,611,500,500,500,500,500,556,556,556,611,722,722,722,722,722,722,722,722,722,611,833,611,556,556,556,556,556,556,556,500,500,500,500,333,500,667,500,500,778,500,500,422,541,500,920,500,500,278,275,400,400,389,389,333,275,350,444,444,333,444,444,333,500,333,333,250,250,760,500,500,500,500,544,500,400,333,675,500,333,278,444,444,444,444,444,444,444,500,889,444,889,500,444,675,500,333,389,278,500,500,500,500,500,167,500,500,500,500,333,675,549,500,500,333,333,500,333,333,278,278,278,278,278,278,278,278,444,444,278,278,300,278,675,549,675,471,278,722,333,675,500,675,500,500,500,500,500,549,500,500,500,500,500,500,667,333,500,500,500,500,750,750,300,276,310,500,500,500,523,333,333,476,833,250,250,1000,675,675,500,500,500,420,556,556,556,333,333,333,214,389,389,453,389,389,760,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,300,278,500,500,750,300,333,980,500,300,500,500,500,500,500,500,500,500,500,500,444,667,444,444,444,444,500,389,389,389,389,500}; +func (_cf StdFont )Descriptor ()Descriptor {return _cf ._gff };func _eba (){_bcf =MakeRuneCharSafeMap (len (_cbb ));_ega =MakeRuneCharSafeMap (len (_cbb ));for _eaa ,_gce :=range _cbb {_bcf .Write (_gce ,CharMetrics {Wx :float64 (_egc [_eaa ])});_ega .Write (_gce ,CharMetrics {Wx :float64 (_add [_eaa ])}); +};_fga =_bcf .Copy ();_dfc =_ega .Copy ();};func (_bca *ttfParser )ReadStr (length int )(string ,error ){_fcb :=make ([]byte ,length );_ccbc ,_aaadg :=_bca ._fea .Read (_fcb );if _aaadg !=nil {return "",_aaadg ;}else if _ccbc !=length {return "",_f .Errorf ("\u0075\u006e\u0061bl\u0065\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0073",length ); +};return string (_fcb ),nil ;};func _ggf ()StdFont {_bcfg .Do (_fca );_cba :=Descriptor {Name :TimesItalicName ,Family :_ece ,Weight :FontWeightMedium ,Flags :0x0060,BBox :[4]float64 {-169,-217,1010,883},ItalicAngle :-15.5,Ascent :683,Descent :-217,CapHeight :653,XHeight :441,StemV :76,StemH :32}; +return NewStdFont (_cba ,_ced );};func _bcd ()StdFont {_bcfg .Do (_fca );_dag :=Descriptor {Name :TimesBoldItalicName ,Family :_ece ,Weight :FontWeightBold ,Flags :0x0060,BBox :[4]float64 {-200,-218,996,921},ItalicAngle :-15,Ascent :683,Descent :-217,CapHeight :669,XHeight :462,StemV :121,StemH :42}; +return NewStdFont (_dag ,_bce );};func (_fg *RuneCharSafeMap )Read (b rune )(CharMetrics ,bool ){_fg ._ff .RLock ();defer _fg ._ff .RUnlock ();_dbb ,_dfd :=_fg ._fa [b ];return _dbb ,_dfd ;};func _dbe (){const _gba =600;_cff =MakeRuneCharSafeMap (len (_cbb )); +for _ ,_be :=range _cbb {_cff .Write (_be ,CharMetrics {Wx :_gba });};_ceg =_cff .Copy ();_aba =_cff .Copy ();_gaf =_cff .Copy ();};func (_bfbe *ttfParser )readByte ()(_cfb uint8 ){_gbd .Read (_bfbe ._fea ,_gbd .BigEndian ,&_cfb );return _cfb ;};func (_cgf *ttfParser )ParseHead ()error {if _aaag :=_cgf .Seek ("\u0068\u0065\u0061\u0064"); +_aaag !=nil {return _aaag ;};_cgf .Skip (3*4);_eacf :=_cgf .ReadULong ();if _eacf !=0x5F0F3CF5{_gaa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0063\u006fr\u0072e\u0063\u0074\u0020\u006d\u0061\u0067\u0069\u0063\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e\u0020\u0046\u006fn\u0074\u0020\u006d\u0061\u0079\u0020\u006e\u006f\u0074\u0020\u0064\u0069\u0073\u0070\u006c\u0061\u0079\u0020\u0063\u006f\u0072\u0072\u0065\u0063t\u006c\u0079\u002e\u0020\u0025\u0073",_cgf ); +};_cgf .Skip (2);_cgf ._gbf .UnitsPerEm =_cgf .ReadUShort ();_cgf .Skip (2*8);_cgf ._gbf .Xmin =_cgf .ReadShort ();_cgf ._gbf .Ymin =_cgf .ReadShort ();_cgf ._gbf .Xmax =_cgf .ReadShort ();_cgf ._gbf .Ymax =_cgf .ReadShort ();return nil ;};func (_fee *ttfParser )parseCmapVersion (_ceb int64 )error {_gaa .Log .Trace ("p\u0061\u0072\u0073\u0065\u0043\u006da\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a \u006f\u0066\u0066s\u0065t\u003d\u0025\u0064",_ceb ); +if _fee ._gbf .Chars ==nil {_fee ._gbf .Chars =make (map[rune ]GID );};_fee ._fea .Seek (int64 (_fee ._fge ["\u0063\u006d\u0061\u0070"])+_ceb ,_de .SeekStart );var _deef ,_ccg uint32 ;_eaab :=_fee .ReadUShort ();if _eaab < 8{_deef =uint32 (_fee .ReadUShort ()); +_ccg =uint32 (_fee .ReadUShort ());}else {_fee .ReadUShort ();_deef =_fee .ReadULong ();_ccg =_fee .ReadULong ();};_gaa .Log .Debug ("\u0070\u0061\u0072\u0073\u0065\u0043m\u0061\u0070\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u003a\u0020\u0066\u006f\u0072\u006d\u0061\u0074\u003d\u0025\u0064 \u006c\u0065\u006e\u0067\u0074\u0068\u003d\u0025\u0064\u0020\u006c\u0061\u006e\u0067u\u0061g\u0065\u003d\u0025\u0064",_eaab ,_deef ,_ccg ); +switch _eaab {case 0:return _fee .parseCmapFormat0 ();case 6:return _fee .parseCmapFormat6 ();case 12:return _fee .parseCmapFormat12 ();default:_gaa .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0063m\u0061\u0070\u0020\u0066\u006f\u0072\u006da\u0074\u003d\u0025\u0064",_eaab ); +return nil ;};};type CharMetrics struct{Wx float64 ;Wy float64 ;};func (_bge *ttfParser )parseTTC ()(TtfType ,error ){_bge .Skip (2*2);_gdgc :=_bge .ReadULong ();if _gdgc < 1{return TtfType {},_ag .New ("N\u006f \u0066\u006f\u006e\u0074\u0073\u0020\u0069\u006e \u0054\u0054\u0043\u0020fi\u006c\u0065"); +};_adf :=_bge .ReadULong ();_ ,_bad :=_bge ._fea .Seek (int64 (_adf ),_de .SeekStart );if _bad !=nil {return TtfType {},_bad ;};return _bge .Parse ();};func (_eagg *ttfParser )parseCmapSubtable31 (_cc int64 )error {_fgb :=make ([]rune ,0,8);_bcc :=make ([]rune ,0,8); +_fbe :=make ([]int16 ,0,8);_gdc :=make ([]uint16 ,0,8);_eagg ._gbf .Chars =make (map[rune ]GID );_eagg ._fea .Seek (int64 (_eagg ._fge ["\u0063\u006d\u0061\u0070"])+_cc ,_de .SeekStart );_fag :=_eagg .ReadUShort ();if _fag !=4{_gaa .Log .Debug ("u\u006e\u0065\u0078\u0070\u0065\u0063t\u0065\u0064\u0020\u0073\u0075\u0062t\u0061\u0062\u006c\u0065\u0020\u0066\u006fr\u006d\u0061\u0074\u003a\u0020\u0025\u0064\u0020\u0028\u0025w\u0029",_fag ); +return nil ;};_eagg .Skip (2*2);_cgff :=int (_eagg .ReadUShort ()/2);_eagg .Skip (3*2);for _cbd :=0;_cbd < _cgff ;_cbd ++{_bcc =append (_bcc ,rune (_eagg .ReadUShort ()));};_eagg .Skip (2);for _dgg :=0;_dgg < _cgff ;_dgg ++{_fgb =append (_fgb ,rune (_eagg .ReadUShort ())); +};for _dab :=0;_dab < _cgff ;_dab ++{_fbe =append (_fbe ,_eagg .ReadShort ());};_cbdd ,_ :=_eagg ._fea .Seek (int64 (0),_de .SeekCurrent );for _gbg :=0;_gbg < _cgff ;_gbg ++{_gdc =append (_gdc ,_eagg .ReadUShort ());};for _bgce :=0;_bgce < _cgff ;_bgce ++{_adg :=_fgb [_bgce ]; +_ccd :=_bcc [_bgce ];_aaf :=_fbe [_bgce ];_dbae :=_gdc [_bgce ];if _dbae > 0{_eagg ._fea .Seek (_cbdd +2*int64 (_bgce )+int64 (_dbae ),_de .SeekStart );};for _dee :=_adg ;_dee <=_ccd ;_dee ++{if _dee ==0xFFFF{break ;};var _aaae int32 ;if _dbae > 0{_aaae =int32 (_eagg .ReadUShort ()); +if _aaae > 0{_aaae +=int32 (_aaf );};}else {_aaae =_dee +int32 (_aaf );};if _aaae >=65536{_aaae -=65536;};if _aaae > 0{_eagg ._gbf .Chars [_dee ]=GID (_aaae );};};};return nil ;};var _dff =&fontMap {_bf :make (map[StdFontName ]func ()StdFont )};func (_ede *ttfParser )ParseName ()error {if _dgcd :=_ede .Seek ("\u006e\u0061\u006d\u0065"); +_dgcd !=nil {return _dgcd ;};_eff ,_ :=_ede ._fea .Seek (0,_de .SeekCurrent );_ede ._gbf .PostScriptName ="";_ede .Skip (2);_aeg :=_ede .ReadUShort ();_dbea :=_ede .ReadUShort ();for _acg :=uint16 (0);_acg < _aeg &&_ede ._gbf .PostScriptName =="";_acg ++{_ede .Skip (3*2); +_dae :=_ede .ReadUShort ();_bfb :=_ede .ReadUShort ();_efff :=_ede .ReadUShort ();if _dae ==6{_ede ._fea .Seek (_eff +int64 (_dbea )+int64 (_efff ),_de .SeekStart );_ggce ,_gecg :=_ede .ReadStr (int (_bfb ));if _gecg !=nil {return _gecg ;};_ggce =_d .Replace (_ggce ,"\u0000","",-1); +_acbb ,_gecg :=_a .Compile ("\u005b\u0028\u0029\u007b\u007d\u003c\u003e\u0020\u002f%\u005b\u005c\u005d\u005d");if _gecg !=nil {return _gecg ;};_ede ._gbf .PostScriptName =_acbb .ReplaceAllString (_ggce ,"");};};if _ede ._gbf .PostScriptName ==""{_gaa .Log .Debug ("\u0050a\u0072\u0073e\u004e\u0061\u006de\u003a\u0020\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u0050\u006f\u0073t\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0077\u0061\u0073\u0020n\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u002e"); +};return nil ;};var _ega *RuneCharSafeMap ;var _egc =[]int16 {667,1000,667,667,667,667,667,667,667,667,667,667,722,722,722,722,722,722,722,612,667,667,667,667,667,667,667,667,667,722,556,611,778,778,778,722,278,278,278,278,278,278,278,278,500,667,667,556,556,556,556,556,833,722,722,722,722,722,778,1000,778,778,778,778,778,778,778,778,667,778,722,722,722,722,667,667,667,667,667,611,611,611,667,722,722,722,722,722,722,722,722,722,667,944,667,667,667,667,611,611,611,611,556,556,556,556,333,556,889,556,556,667,556,556,469,584,389,1015,556,556,278,260,334,334,278,278,333,260,350,500,500,333,500,500,333,556,333,278,278,250,737,556,556,556,556,643,556,400,333,584,556,333,278,556,556,556,556,556,556,556,556,1000,556,1000,556,556,584,556,278,333,278,500,556,500,556,556,167,556,556,556,611,333,584,549,556,556,333,333,556,333,333,222,278,278,278,278,278,222,222,500,500,222,222,299,222,584,549,584,471,222,833,333,584,556,584,556,556,556,556,556,549,556,556,556,556,556,556,944,333,556,556,556,556,834,834,333,370,365,611,556,556,537,333,333,476,889,278,278,1000,584,584,556,556,611,355,333,333,333,222,222,222,191,333,333,453,333,333,737,333,500,500,500,500,500,556,278,556,556,278,278,556,600,278,317,278,556,556,834,333,333,1000,556,333,556,556,556,556,556,556,556,556,556,556,500,722,500,500,500,500,556,500,500,500,500,556}; +func _fca (){_abf =MakeRuneCharSafeMap (len (_cbb ));_gdb =MakeRuneCharSafeMap (len (_cbb ));_bce =MakeRuneCharSafeMap (len (_cbb ));_ced =MakeRuneCharSafeMap (len (_cbb ));for _fcd ,_gecf :=range _cbb {_abf .Write (_gecf ,CharMetrics {Wx :float64 (_gece [_fcd ])}); +_gdb .Write (_gecf ,CharMetrics {Wx :float64 (_egd [_fcd ])});_bce .Write (_gecf ,CharMetrics {Wx :float64 (_dfcf [_fcd ])});_ced .Write (_gecf ,CharMetrics {Wx :float64 (_efga [_fcd ])});};};func _cbf ()StdFont {_ffc .Do (_eba );_dgc :=Descriptor {Name :HelveticaBoldName ,Family :string (HelveticaName ),Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-170,-228,1003,962},ItalicAngle :0,Ascent :718,Descent :-207,CapHeight :718,XHeight :532,StemV :140,StemH :118}; +return NewStdFont (_dgc ,_ega );};var _dfcf =[]int16 {667,944,667,667,667,667,667,667,667,667,667,667,667,667,667,667,722,722,722,612,667,667,667,667,667,667,667,667,667,722,500,667,722,722,722,778,389,389,389,389,389,389,389,389,500,667,667,611,611,611,611,611,889,722,722,722,722,722,722,944,722,722,722,722,722,722,722,722,611,722,667,667,667,667,556,556,556,556,556,611,611,611,611,722,722,722,722,722,722,722,722,722,667,889,667,611,611,611,611,611,611,611,500,500,500,500,333,500,722,500,500,778,500,500,570,570,500,832,500,500,278,220,348,348,333,333,333,220,350,444,444,333,444,444,333,500,333,333,250,250,747,500,500,500,500,608,500,400,333,570,500,333,278,444,444,444,444,444,444,444,500,1000,444,1000,500,444,570,500,389,389,333,556,500,556,500,500,167,500,500,500,500,333,570,549,500,500,333,333,556,333,333,278,278,278,278,278,278,278,278,500,500,278,278,382,278,570,549,606,494,278,778,333,606,576,570,556,556,556,556,500,549,556,500,500,500,500,500,722,333,500,500,500,500,750,750,300,266,300,500,500,500,500,333,333,494,833,250,250,1000,570,570,500,500,500,555,500,500,500,333,333,333,278,389,389,549,389,389,747,333,389,389,389,389,389,500,333,500,500,278,250,500,600,278,366,278,500,500,750,300,333,1000,500,300,556,556,556,556,556,556,556,500,556,556,444,667,500,444,444,444,500,389,389,389,389,500}; +var _fga *RuneCharSafeMap ;const (HelveticaName =StdFontName ("\u0048e\u006c\u0076\u0065\u0074\u0069\u0063a");HelveticaBoldName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061-\u0042\u006f\u006c\u0064");HelveticaObliqueName =StdFontName ("\u0048\u0065\u006c\u0076\u0065\u0074\u0069\u0063\u0061\u002d\u004f\u0062l\u0069\u0071\u0075\u0065"); +HelveticaBoldObliqueName =StdFontName ("H\u0065\u006c\u0076\u0065ti\u0063a\u002d\u0042\u006f\u006c\u0064O\u0062\u006c\u0069\u0071\u0075\u0065"););var _cff *RuneCharSafeMap ;func (_afc *ttfParser )ParseMaxp ()error {if _acc :=_afc .Seek ("\u006d\u0061\u0078\u0070"); +_acc !=nil {return _acc ;};_afc .Skip (4);_afc ._dcb =_afc .ReadUShort ();return nil ;};func (_adc *TtfType )MakeEncoder ()(_gg .SimpleEncoder ,error ){_aad :=make (map[_gg .CharCode ]GlyphName );for _cedb :=_gg .CharCode (0);_cedb <=256;_cedb ++{_fdb :=rune (_cedb ); +_gfb ,_ffd :=_adc .Chars [_fdb ];if !_ffd {continue ;};var _af GlyphName ;if int (_gfb )>=0&&int (_gfb )< len (_adc .GlyphNames ){_af =_adc .GlyphNames [_gfb ];}else {_bgg :=rune (_gfb );if _eecb ,_eag :=_gg .RuneToGlyph (_bgg );_eag {_af =_eecb ;};};if _af !=""{_aad [_cedb ]=_af ; +};};if len (_aad )==0{_gaa .Log .Debug ("WA\u0052\u004eI\u004e\u0047\u003a\u0020\u005a\u0065\u0072\u006f\u0020l\u0065\u006e\u0067\u0074\u0068\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002e\u0020\u0074\u0074\u0066=\u0025s\u0020\u0043\u0068\u0061\u0072\u0073\u003d\u005b%\u00200\u0032\u0078]",_adc ,_adc .Chars ); +};return _gg .NewCustomSimpleTextEncoder (_aad ,nil );};func (_cgbg *ttfParser )ReadUShort ()(_ecad uint16 ){_gbd .Read (_cgbg ._fea ,_gbd .BigEndian ,&_ecad );return _ecad ;};func (_gc *fontMap )read (_gbe StdFontName )(func ()StdFont ,bool ){_gc .Lock (); +defer _gc .Unlock ();_bfc ,_dg :=_gc ._bf [_gbe ];return _bfc ,_dg ;};var _egac =&RuneCharSafeMap {_fa :map[rune ]CharMetrics {' ':{Wx :250},'!':{Wx :333},'#':{Wx :500},'%':{Wx :833},'&':{Wx :778},'(':{Wx :333},')':{Wx :333},'+':{Wx :549},',':{Wx :250},'.':{Wx :250},'/':{Wx :278},'0':{Wx :500},'1':{Wx :500},'2':{Wx :500},'3':{Wx :500},'4':{Wx :500},'5':{Wx :500},'6':{Wx :500},'7':{Wx :500},'8':{Wx :500},'9':{Wx :500},':':{Wx :278},';':{Wx :278},'<':{Wx :549},'=':{Wx :549},'>':{Wx :549},'?':{Wx :444},'[':{Wx :333},']':{Wx :333},'_':{Wx :500},'{':{Wx :480},'|':{Wx :200},'}':{Wx :480},'¬':{Wx :713},'°':{Wx :400},'±':{Wx :549},'µ':{Wx :576},'×':{Wx :549},'÷':{Wx :549},'ƒ':{Wx :500},'Α':{Wx :722},'Β':{Wx :667},'Γ':{Wx :603},'Ε':{Wx :611},'Ζ':{Wx :611},'Η':{Wx :722},'Θ':{Wx :741},'Ι':{Wx :333},'Κ':{Wx :722},'Λ':{Wx :686},'Μ':{Wx :889},'Ν':{Wx :722},'Ξ':{Wx :645},'Ο':{Wx :722},'Π':{Wx :768},'Ρ':{Wx :556},'Σ':{Wx :592},'Τ':{Wx :611},'Υ':{Wx :690},'Φ':{Wx :763},'Χ':{Wx :722},'Ψ':{Wx :795},'α':{Wx :631},'β':{Wx :549},'γ':{Wx :411},'δ':{Wx :494},'ε':{Wx :439},'ζ':{Wx :494},'η':{Wx :603},'θ':{Wx :521},'ι':{Wx :329},'κ':{Wx :549},'λ':{Wx :549},'ν':{Wx :521},'ξ':{Wx :493},'ο':{Wx :549},'π':{Wx :549},'ρ':{Wx :549},'ς':{Wx :439},'σ':{Wx :603},'τ':{Wx :439},'υ':{Wx :576},'φ':{Wx :521},'χ':{Wx :549},'ψ':{Wx :686},'ω':{Wx :686},'ϑ':{Wx :631},'ϒ':{Wx :620},'ϕ':{Wx :603},'ϖ':{Wx :713},'•':{Wx :460},'…':{Wx :1000},'′':{Wx :247},'″':{Wx :411},'⁄':{Wx :167},'€':{Wx :750},'ℑ':{Wx :686},'℘':{Wx :987},'ℜ':{Wx :795},'Ω':{Wx :768},'ℵ':{Wx :823},'←':{Wx :987},'↑':{Wx :603},'→':{Wx :987},'↓':{Wx :603},'↔':{Wx :1042},'↵':{Wx :658},'⇐':{Wx :987},'⇑':{Wx :603},'⇒':{Wx :987},'⇓':{Wx :603},'⇔':{Wx :1042},'∀':{Wx :713},'∂':{Wx :494},'∃':{Wx :549},'∅':{Wx :823},'∆':{Wx :612},'∇':{Wx :713},'∈':{Wx :713},'∉':{Wx :713},'∋':{Wx :439},'∏':{Wx :823},'∑':{Wx :713},'−':{Wx :549},'∗':{Wx :500},'√':{Wx :549},'∝':{Wx :713},'∞':{Wx :713},'∠':{Wx :768},'∧':{Wx :603},'∨':{Wx :603},'∩':{Wx :768},'∪':{Wx :768},'∫':{Wx :274},'∴':{Wx :863},'∼':{Wx :549},'≅':{Wx :549},'≈':{Wx :549},'≠':{Wx :549},'≡':{Wx :549},'≤':{Wx :549},'≥':{Wx :549},'⊂':{Wx :713},'⊃':{Wx :713},'⊄':{Wx :713},'⊆':{Wx :713},'⊇':{Wx :713},'⊕':{Wx :768},'⊗':{Wx :768},'⊥':{Wx :658},'⋅':{Wx :250},'⌠':{Wx :686},'⌡':{Wx :686},'〈':{Wx :329},'〉':{Wx :329},'◊':{Wx :494},'♠':{Wx :753},'♣':{Wx :753},'♥':{Wx :753},'♦':{Wx :753},'\uf6d9':{Wx :790},'\uf6da':{Wx :790},'\uf6db':{Wx :890},'\uf8e5':{Wx :500},'\uf8e6':{Wx :603},'\uf8e7':{Wx :1000},'\uf8e8':{Wx :790},'\uf8e9':{Wx :790},'\uf8ea':{Wx :786},'\uf8eb':{Wx :384},'\uf8ec':{Wx :384},'\uf8ed':{Wx :384},'\uf8ee':{Wx :384},'\uf8ef':{Wx :384},'\uf8f0':{Wx :384},'\uf8f1':{Wx :494},'\uf8f2':{Wx :494},'\uf8f3':{Wx :494},'\uf8f4':{Wx :494},'\uf8f5':{Wx :686},'\uf8f6':{Wx :384},'\uf8f7':{Wx :384},'\uf8f8':{Wx :384},'\uf8f9':{Wx :384},'\uf8fa':{Wx :384},'\uf8fb':{Wx :384},'\uf8fc':{Wx :494},'\uf8fd':{Wx :494},'\uf8fe':{Wx :494},'\uf8ff':{Wx :790}}}; +var _ Font =StdFont {};func (_cde *ttfParser )ParseOS2 ()error {if _cca :=_cde .Seek ("\u004f\u0053\u002f\u0032");_cca !=nil {return _cca ;};_abd :=_cde .ReadUShort ();_cde .Skip (4*2);_cde .Skip (11*2+10+4*4+4);_aegd :=_cde .ReadUShort ();_cde ._gbf .Bold =(_aegd &32)!=0; +_cde .Skip (2*2);_cde ._gbf .TypoAscender =_cde .ReadShort ();_cde ._gbf .TypoDescender =_cde .ReadShort ();if _abd >=2{_cde .Skip (3*2+2*4+2);_cde ._gbf .CapHeight =_cde .ReadShort ();}else {_cde ._gbf .CapHeight =0;};return nil ;};var _ced *RuneCharSafeMap ; +func (_ebd *TtfType )String ()string {return _f .Sprintf ("\u0046\u004fN\u0054\u005f\u0046\u0049\u004cE\u0032\u007b\u0025\u0023\u0071 \u0055\u006e\u0069\u0074\u0073\u0050\u0065\u0072\u0045\u006d\u003d\u0025\u0064\u0020\u0042\u006f\u006c\u0064\u003d\u0025\u0074\u0020\u0049\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065\u003d\u0025\u0066\u0020"+"\u0043\u0061pH\u0065\u0069\u0067h\u0074\u003d\u0025\u0064 Ch\u0061rs\u003d\u0025\u0064\u0020\u0047\u006c\u0079ph\u004e\u0061\u006d\u0065\u0073\u003d\u0025d\u007d",_ebd .PostScriptName ,_ebd .UnitsPerEm ,_ebd .Bold ,_ebd .ItalicAngle ,_ebd .CapHeight ,len (_ebd .Chars ),len (_ebd .GlyphNames )); +};func _eab ()StdFont {_bcfg .Do (_fca );_cdc :=Descriptor {Name :TimesBoldName ,Family :_ece ,Weight :FontWeightBold ,Flags :0x0020,BBox :[4]float64 {-168,-218,1000,935},ItalicAngle :0,Ascent :683,Descent :-217,CapHeight :676,XHeight :461,StemV :139,StemH :44}; +return NewStdFont (_cdc ,_gdb );};func (_ggc *ttfParser )parseCmapFormat12 ()error {_ebb :=_ggc .ReadULong ();_gaa .Log .Trace ("\u0070\u0061\u0072se\u0043\u006d\u0061\u0070\u0046\u006f\u0072\u006d\u0061t\u00312\u003a \u0025s\u0020\u006e\u0075\u006d\u0047\u0072\u006f\u0075\u0070\u0073\u003d\u0025\u0064",_ggc ._gbf .String (),_ebb ); +for _ed :=uint32 (0);_ed < _ebb ;_ed ++{_fgd :=_ggc .ReadULong ();_caa :=_ggc .ReadULong ();_dac :=_ggc .ReadULong ();if _fgd > 0x0010FFFF||(0xD800<=_fgd &&_fgd <=0xDFFF){return _ag .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073"); +};if _caa < _fgd ||_caa > 0x0010FFFF||(0xD800<=_caa &&_caa <=0xDFFF){return _ag .New ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0068\u0061\u0072\u0061c\u0074\u0065\u0072\u0073\u0020\u0063\u006f\u0064\u0065\u0073");};for _bcga :=_fgd ;_bcga <=_caa ; +_bcga ++{if _bcga > 0x10FFFF{_gaa .Log .Debug ("\u0046\u006fr\u006d\u0061\u0074\u0020\u0031\u0032\u0020\u0063\u006d\u0061\u0070\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0062\u0065\u0079\u006f\u006e\u0064\u0020\u0055\u0043\u0053\u002d\u0034"); +};_ggc ._gbf .Chars [rune (_bcga )]=GID (_dac );_dac ++;};};return nil ;};var _abf *RuneCharSafeMap ;type FontWeight int ;func (_aag *ttfParser )ParseComponents ()error {if _bcgc :=_aag .ParseHead ();_bcgc !=nil {return _bcgc ;};if _fdd :=_aag .ParseHhea (); +_fdd !=nil {return _fdd ;};if _debg :=_aag .ParseMaxp ();_debg !=nil {return _debg ;};if _abfg :=_aag .ParseHmtx ();_abfg !=nil {return _abfg ;};if _ ,_eafc :=_aag ._fge ["\u006e\u0061\u006d\u0065"];_eafc {if _aec :=_aag .ParseName ();_aec !=nil {return _aec ; +};};if _ ,_efgb :=_aag ._fge ["\u004f\u0053\u002f\u0032"];_efgb {if _ecg :=_aag .ParseOS2 ();_ecg !=nil {return _ecg ;};};if _ ,_adb :=_aag ._fge ["\u0070\u006f\u0073\u0074"];_adb {if _dfgga :=_aag .ParsePost ();_dfgga !=nil {return _dfgga ;};};if _ ,_bac :=_aag ._fge ["\u0063\u006d\u0061\u0070"]; +_bac {if _abfa :=_aag .ParseCmap ();_abfa !=nil {return _abfa ;};};return nil ;};func TtfParse (r _de .ReadSeeker )(TtfType ,error ){_def :=&ttfParser {_fea :r };return _def .Parse ()};func (_gee *ttfParser )ReadShort ()(_eeec int16 ){_gbd .Read (_gee ._fea ,_gbd .BigEndian ,&_eeec ); +return _eeec ;};func _bgf ()StdFont {_aac :=_gg .NewSymbolEncoder ();_bcg :=Descriptor {Name :SymbolName ,Family :string (SymbolName ),Weight :FontWeightMedium ,Flags :0x0004,BBox :[4]float64 {-180,-293,1090,1010},ItalicAngle :0,Ascent :0,Descent :0,CapHeight :0,XHeight :0,StemV :85,StemH :92}; +return NewStdFontWithEncoding (_bcg ,_egac ,_aac );};func (_dgd *ttfParser )ParseHhea ()error {if _aceb :=_dgd .Seek ("\u0068\u0068\u0065\u0061");_aceb !=nil {return _aceb ;};_dgd .Skip (4+15*2);_dgd ._dbf =_dgd .ReadUShort ();return nil ;};var _bce *RuneCharSafeMap ; diff --git a/model/mdp/mdp.go b/model/mdp/mdp.go index 6fdec0612..55fea8a53 100644 --- a/model/mdp/mdp.go +++ b/model/mdp/mdp.go @@ -9,42 +9,34 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package mdp ;import (_f "errors";_cg "fmt";_fe "github.com/unidoc/unipdf/v3/core";); +package mdp ;import (_b "errors";_c "fmt";_e "github.com/unidoc/unipdf/v3/core";);func (_ccc *DiffResults )addError (_gaag *DiffResult ){if _ccc .Errors ==nil {_ccc .Errors =make ([]*DiffResult ,0);};_ccc .Errors =append (_ccc .Errors ,_gaag );};func _cgfe (_cddd _e .PdfObject )([]_e .PdfObject ,error ){_fgc :=make ([]_e .PdfObject ,0); +if _cddd !=nil {_ggc :=_cddd ;if _bbd ,_deb :=_e .GetIndirect (_cddd );_deb {_ggc =_bbd .PdfObject ;};if _fgf ,_bcb :=_e .GetArray (_ggc );_bcb {_fgc =_fgf .Elements ();}else {return nil ,_b .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0061n\u006eo\u0074s\u0027\u0020\u006f\u0062\u006a\u0065\u0063t"); +};};return _fgc ,nil ;};func (_ad *defaultDiffPolicy )compareRevisions (_ec *_e .PdfParser ,_cb *_e .PdfParser )(*DiffResults ,error ){var _gb error ;_ad ._a ,_gb =_cb .GetUpdatedObjects (_ec );if _gb !=nil {return &DiffResults {},_gb ;};if len (_ad ._a )==0{return &DiffResults {},nil ; +};_fd :=_cb .GetRevisionNumber ();_gc ,_eb :=_e .GetIndirect (_e .ResolveReference (_ec .GetTrailer ().Get ("\u0052\u006f\u006f\u0074")));_ca ,_aaa :=_e .GetIndirect (_e .ResolveReference (_cb .GetTrailer ().Get ("\u0052\u006f\u006f\u0074")));if !_eb ||!_aaa {return &DiffResults {},_b .New ("\u0065\u0072\u0072o\u0072\u0020\u0077\u0068i\u006c\u0065\u0020\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0072\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_gg ,_eb :=_e .GetDict (_e .ResolveReference (_gc .PdfObject ));_bfb ,_aaa :=_e .GetDict (_e .ResolveReference (_ca .PdfObject ));if !_eb ||!_aaa {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020a\u0020\u0072\u006f\u006f\u0074\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _gf ,_gd :=_e .GetIndirect (_bfb .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_gd {_cca ,_d :=_e .GetDict (_gf );if !_d {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_fe :=make ([]_e .PdfObject ,0);if _ea ,_gaa :=_e .GetIndirect (_gg .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_gaa {if _dg ,_ebc :=_e .GetDict (_ea );_ebc {if _gde ,_dc :=_e .GetArray (_dg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); +_dc {_fe =_gde .Elements ();};};};_df ,_d :=_e .GetArray (_cca .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_d {return &DiffResults {},_b .New ("\u0065\u0072r\u006f\u0072\u0020\u0077h\u0069\u006ce\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0066i\u0065\u006c\u0064\u0073"); +};if _ebd :=_ad .compareFields (_fd ,_fe ,_df .Elements ());_ebd !=nil {return &DiffResults {},_ebd ;};};_ecb ,_feg :=_e .GetIndirect (_bfb .Get ("\u0050\u0061\u0067e\u0073"));if !_feg {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_eaf ,_feg :=_e .GetIndirect (_gg .Get ("\u0050\u0061\u0067e\u0073"));if !_feg {return &DiffResults {},_b .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); +};if _aae :=_ad .comparePages (_fd ,_eaf ,_ecb );_aae !=nil {return &DiffResults {},_aae ;};return _ad ._g ,nil ;}; // IsPermitted returns true if changes permitted. -func (_acca *DiffResults )IsPermitted ()bool {return len (_acca .Errors )==0}; +func (_dfe *DiffResults )IsPermitted ()bool {return len (_dfe .Errors )==0}; -// DiffResults describes the results of the DiffPolicy. -type DiffResults struct{Warnings []*DiffResult ;Errors []*DiffResult ;};func NewDefaultDiffPolicy ()DiffPolicy {return &defaultDiffPolicy {_b :nil ,_a :&DiffResults {},_d :0}};func (_ggc *DiffResults )addError (_gbb *DiffResult ){if _ggc .Errors ==nil {_ggc .Errors =make ([]*DiffResult ,0); -};_ggc .Errors =append (_ggc .Errors ,_gbb );}; - -// MDPParameters describes parameters for the MDP checks (now only DocMDP). -type MDPParameters struct{DocMDPLevel DocMDPPermission ;}; - -// DocMDPPermission is values for set up access permissions for DocMDP. -// (Section 12.8.2.2, Table 254 - Entries in a signature dictionary p. 471 in PDF32000_2008). -type DocMDPPermission int64 ; - -// ReviewFile implementation of DiffPolicy interface -// The default policy only checks the next types of objects: -// Page, Pages (container for page objects), Annot, Annots (container for annotation objects), Field. -// It checks adding, removing and modifying objects of these types. -func (_g *defaultDiffPolicy )ReviewFile (oldParser *_fe .PdfParser ,newParser *_fe .PdfParser ,params *MDPParameters )(*DiffResults ,error ){if oldParser .GetRevisionNumber ()> newParser .GetRevisionNumber (){return nil ,_f .New ("\u006f\u006c\u0064\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u006e\u0065\u0077\u0020r\u0065\u0076i\u0073\u0069\u006f\u006e"); -};if oldParser .GetRevisionNumber ()==newParser .GetRevisionNumber (){if oldParser !=newParser {return nil ,_f .New ("\u0073\u0061m\u0065\u0020\u0072\u0065v\u0069\u0073i\u006f\u006e\u0073\u002c\u0020\u0062\u0075\u0074 \u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0070\u0061r\u0073\u0065\u0072\u0073"); -};return &DiffResults {},nil ;};if params ==nil {_g ._d =NoRestrictions ;}else {_g ._d =params .DocMDPLevel ;};_bc :=&DiffResults {};for _bcg :=oldParser .GetRevisionNumber ()+1;_bcg <=newParser .GetRevisionNumber ();_bcg ++{_ca ,_ce :=newParser .GetRevision (_bcg -1); -if _ce !=nil {return nil ,_ce ;};_e ,_ce :=newParser .GetRevision (_bcg );if _ce !=nil {return nil ,_ce ;};_cf ,_ce :=_g .compareRevisions (_ca ,_e );if _ce !=nil {return nil ,_ce ;};_bc .Warnings =append (_bc .Warnings ,_cf .Warnings ...);_bc .Errors =append (_bc .Errors ,_cf .Errors ...); -};return _bc ,nil ;};func (_aac *DiffResults )addWarning (_dfb *DiffResult ){if _aac .Warnings ==nil {_aac .Warnings =make ([]*DiffResult ,0);};_aac .Warnings =append (_aac .Warnings ,_dfb );};func _gfbf (_gb _fe .PdfObject )([]_fe .PdfObject ,error ){_fea :=make ([]_fe .PdfObject ,0); -if _gb !=nil {_dbf :=_gb ;if _dag ,_cbb :=_fe .GetIndirect (_gb );_cbb {_dbf =_dag .PdfObject ;};if _gecc ,_bfc :=_fe .GetArray (_dbf );_bfc {_fea =_gecc .Elements ();}else {return nil ,_f .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0061n\u006eo\u0074s\u0027\u0020\u006f\u0062\u006a\u0065\u0063t"); -};};return _fea ,nil ;};const (NoRestrictions DocMDPPermission =0;NoChanges DocMDPPermission =1;FillForms DocMDPPermission =2;FillFormsAndAnnots DocMDPPermission =3;);func (_dg *defaultDiffPolicy )compareRevisions (_cfd *_fe .PdfParser ,_fa *_fe .PdfParser )(*DiffResults ,error ){var _ed error ; -_dg ._b ,_ed =_fa .GetUpdatedObjects (_cfd );if _ed !=nil {return &DiffResults {},_ed ;};if len (_dg ._b )==0{return &DiffResults {},nil ;};_fc :=_fa .GetRevisionNumber ();_be ,_gf :=_fe .GetIndirect (_fe .ResolveReference (_cfd .GetTrailer ().Get ("\u0052\u006f\u006f\u0074"))); -_gg ,_caf :=_fe .GetIndirect (_fe .ResolveReference (_fa .GetTrailer ().Get ("\u0052\u006f\u006f\u0074")));if !_gf ||!_caf {return &DiffResults {},_f .New ("\u0065\u0072\u0072o\u0072\u0020\u0077\u0068i\u006c\u0065\u0020\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0072\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};_df ,_gf :=_fe .GetDict (_fe .ResolveReference (_be .PdfObject ));_ac ,_caf :=_fe .GetDict (_fe .ResolveReference (_gg .PdfObject ));if !_gf ||!_caf {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020a\u0020\u0072\u006f\u006f\u0074\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _ff ,_fff :=_fe .GetIndirect (_ac .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_fff {_acf ,_dgc :=_fe .GetDict (_ff );if !_dgc {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072 \u0077\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_ee :=make ([]_fe .PdfObject ,0);if _bb ,_da :=_fe .GetIndirect (_df .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));_da {if _de ,_ggd :=_fe .GetDict (_bb );_ggd {if _ec ,_ba :=_fe .GetArray (_de .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); -_ba {_ee =_ec .Elements ();};};};_aca ,_dgc :=_fe .GetArray (_acf .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_dgc {return &DiffResults {},_f .New ("\u0065\u0072r\u006f\u0072\u0020\u0077h\u0069\u006ce\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067 \u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0027\u0073\u0020\u0066i\u0065\u006c\u0064\u0073"); -};if _fcc :=_dg .compareFields (_fc ,_ee ,_aca .Elements ());_fcc !=nil {return &DiffResults {},_fcc ;};};_cc ,_cea :=_fe .GetIndirect (_ac .Get ("\u0050\u0061\u0067e\u0073"));if !_cea {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_ecb ,_cea :=_fe .GetIndirect (_df .Get ("\u0050\u0061\u0067e\u0073"));if !_cea {return &DiffResults {},_f .New ("\u0065\u0072\u0072\u006f\u0072\u0020w\u0068\u0069\u006c\u0065\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020p\u0061\u0067\u0065\u0073\u0027\u0020\u006fb\u006a\u0065\u0063\u0074"); -};if _bec :=_dg .comparePages (_fc ,_ecb ,_cc );_bec !=nil {return &DiffResults {},_bec ;};return _dg ._a ,nil ;}; +// String returns the state of the warning. +func (_gea *DiffResult )String ()string {return _c .Sprintf ("\u0025\u0073\u0020\u0069n \u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0023\u0025\u0064",_gea .Description ,_gea .Revision );};func (_cg *defaultDiffPolicy )compareFields (_db int ,_ccb ,_fg []_e .PdfObject )error {_ce :=make (map[int64 ]*_e .PdfObjectDictionary ); +for _ ,_gag :=range _ccb {_aaef ,_af :=_e .GetIndirect (_gag );if !_af {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_dfa ,_af :=_e .GetDict (_aaef .PdfObject ); +if !_af {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_ce [_aaef .ObjectNumber ]=_dfa ;};for _ ,_cd :=range _fg {_bd ,_gfg :=_e .GetIndirect (_cd ); +if !_gfg {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bfg ,_gfg :=_e .GetDict (_bd .PdfObject );if !_gfg {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); +};T :=_bfg .Get ("\u0054");if _ ,_ecg :=_cg ._a [_bd .ObjectNumber ];_ecg {switch _cg ._cc {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_cg ._g .addWarningWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T )); +default:_cg ._g .addErrorWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T ));};};if _ ,_ebce :=_ce [_bd .ObjectNumber ];!_ebce {switch _cg ._cc {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_cg ._g .addWarningWithDescription (_db ,_c .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_bfg .Get ("\u0054"))); +default:_cg ._g .addErrorWithDescription (_db ,_c .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_bfg .Get ("\u0054")));};}else {delete (_ce ,_bd .ObjectNumber );if _ ,_ccag :=_cg ._a [_bd .ObjectNumber ]; +_ccag {switch _cg ._cc {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_cg ._g .addWarningWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_bfg .Get ("\u0054")));default:_cg ._g .addErrorWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_bfg .Get ("\u0054"))); +};};};if FT ,_fec :=_e .GetNameVal (_bfg .Get ("\u0046\u0054"));_fec {if FT =="\u0053\u0069\u0067"{if _aaf ,_add :=_e .GetIndirect (_bfg .Get ("\u0056"));_add {if _ ,_gagf :=_cg ._a [_aaf .ObjectNumber ];_gagf {switch _cg ._cc {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_cg ._g .addWarningWithDescription (_db ,_c .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T )); +default:_cg ._g .addErrorWithDescription (_db ,_c .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T ));};};};};}; +};for _ ,_caa :=range _ce {switch _cg ._cc {case NoRestrictions :_cg ._g .addWarningWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_caa .Get ("\u0054")));default:_cg ._g .addErrorWithDescription (_db ,_c .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_caa .Get ("\u0054"))); +};};return nil ;};const (NoRestrictions DocMDPPermission =0;NoChanges DocMDPPermission =1;FillForms DocMDPPermission =2;FillFormsAndAnnots DocMDPPermission =3;); // DiffPolicy interface for comparing two revisions of the Pdf document. type DiffPolicy interface{ @@ -53,44 +45,50 @@ type DiffPolicy interface{ // and evaluate the differences between the revisions. // Each implementation of this interface must decide // how to handle cases where there are multiple revisions between the old and new revisions. -ReviewFile (_fbc *_fe .PdfParser ,_cef *_fe .PdfParser ,_dec *MDPParameters )(*DiffResults ,error );}; - -// String returns the state of the warning. -func (_eaa *DiffResult )String ()string {return _cg .Sprintf ("\u0025\u0073\u0020\u0069n \u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0023\u0025\u0064",_eaa .Description ,_eaa .Revision );};func (_bg *defaultDiffPolicy )compareFields (_dd int ,_dac ,_eg []_fe .PdfObject )error {_gge :=make (map[int64 ]*_fe .PdfObjectDictionary ); -for _ ,_dace :=range _dac {_gfb ,_ggb :=_fe .GetIndirect (_dace );if !_ggb {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bef ,_ggb :=_fe .GetDict (_gfb .PdfObject ); -if !_ggb {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_gge [_gfb .ObjectNumber ]=_bef ;};for _ ,_dde :=range _eg {_cff ,_ege :=_fe .GetIndirect (_dde ); -if !_ege {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_dc ,_ege :=_fe .GetDict (_cff .PdfObject );if !_ege {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006cd\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); -};T :=_dc .Get ("\u0054");if _ ,_fd :=_bg ._b [_cff .ObjectNumber ];_fd {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T )); -default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",T ));};};if _ ,_bdf :=_gge [_cff .ObjectNumber ];!_bdf {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_dc .Get ("\u0054"))); -default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("\u0046i\u0065l\u0064\u0020\u0025\u0073\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_dc .Get ("\u0054")));};}else {delete (_gge ,_cff .ObjectNumber );if _ ,_db :=_bg ._b [_cff .ObjectNumber ]; -_db {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_dc .Get ("\u0054")));default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0063\u0068\u0061ng\u0065\u0064",_dc .Get ("\u0054"))); -};};};if FT ,_fcd :=_fe .GetNameVal (_dc .Get ("\u0046\u0054"));_fcd {if FT =="\u0053\u0069\u0067"{if _aaa ,_ag :=_fe .GetIndirect (_dc .Get ("\u0056"));_ag {if _ ,_dgd :=_bg ._b [_aaa .ObjectNumber ];_dgd {switch _bg ._d {case NoRestrictions ,FillForms ,FillFormsAndAnnots :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T )); -default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("\u0053\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0066\u006f\u0072\u0020%\u0073 \u0066i\u0065l\u0064\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0061\u006e\u0067\u0065\u0064",T ));};};};};}; -};for _ ,_dbc :=range _gge {switch _bg ._d {case NoRestrictions :_bg ._a .addWarningWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dbc .Get ("\u0054")));default:_bg ._a .addErrorWithDescription (_dd ,_cg .Sprintf ("F\u0069e\u006c\u0064\u0020\u0025\u0073\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_dbc .Get ("\u0054"))); -};};return nil ;};func (_abff *DiffResults )addWarningWithDescription (_aeb int ,_cee string ){if _abff .Warnings ==nil {_abff .Warnings =make ([]*DiffResult ,0);};_abff .Warnings =append (_abff .Warnings ,&DiffResult {Revision :_aeb ,Description :_cee }); -}; +ReviewFile (_dae *_e .PdfParser ,_aag *_e .PdfParser ,_abc *MDPParameters )(*DiffResults ,error );};func (_abg *DiffResults )addWarningWithDescription (_gcf int ,_fbg string ){if _abg .Warnings ==nil {_abg .Warnings =make ([]*DiffResult ,0);};_abg .Warnings =append (_abg .Warnings ,&DiffResult {Revision :_gcf ,Description :_fbg }); +};func (_bcd *DiffResults )addErrorWithDescription (_bag int ,_ecgb string ){if _bcd .Errors ==nil {_bcd .Errors =make ([]*DiffResult ,0);};_bcd .Errors =append (_bcd .Errors ,&DiffResult {Revision :_bag ,Description :_ecgb });}; // DiffResult describes the warning or the error for the DiffPolicy results. -type DiffResult struct{Revision int ;Description string ;};type defaultDiffPolicy struct{_b map[int64 ]_fe .PdfObject ;_a *DiffResults ;_d DocMDPPermission ;};func (_adc *DiffResults )addErrorWithDescription (_fdbf int ,_bge string ){if _adc .Errors ==nil {_adc .Errors =make ([]*DiffResult ,0); -};_adc .Errors =append (_adc .Errors ,&DiffResult {Revision :_fdbf ,Description :_bge });};func (_gc *defaultDiffPolicy )comparePages (_ef int ,_eec ,_bf *_fe .PdfIndirectObject )error {if _ ,_ge :=_gc ._b [_bf .ObjectNumber ];_ge {_gc ._a .addErrorWithDescription (_ef ,"\u0050a\u0067e\u0073\u0020\u0077\u0065\u0072e\u0020\u0063h\u0061\u006e\u0067\u0065\u0064"); -};_ab ,_bce :=_fe .GetDict (_bf .PdfObject );_ad ,_bdc :=_fe .GetDict (_eec .PdfObject );if !_bce ||!_bdc {return _f .New ("\u0075n\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061g\u0065\u0073\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};_fcg ,_bce :=_fe .GetArray (_ab .Get ("\u004b\u0069\u0064\u0073"));_adg ,_bdc :=_fe .GetArray (_ad .Get ("\u004b\u0069\u0064\u0073"));if !_bce ||!_bdc {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061\u0067\u0065s\u0027 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); -};_faa :=_fcg .Len ();if _faa > _adg .Len (){_faa =_adg .Len ();};for _gfa :=0;_gfa < _faa ;_gfa ++{_ae ,_af :=_fe .GetIndirect (_fe .ResolveReference (_adg .Get (_gfa )));_gd ,_cge :=_fe .GetIndirect (_fe .ResolveReference (_fcg .Get (_gfa )));if !_af ||!_cge {return _f .New ("\u0075\u006e\u0065\u0078pe\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065c\u0074"); -};if _ae .ObjectNumber !=_gd .ObjectNumber {_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("p\u0061\u0067\u0065\u0020#%\u0064 \u0077\u0061\u0073\u0020\u0072e\u0070\u006c\u0061\u0063\u0065\u0064",_gfa ));};_fdg ,_af :=_fe .GetDict (_gd );_acfa ,_cge :=_fe .GetDict (_ae ); -if !_af ||!_cge {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065'\u0073 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_age ,_acc :=_gfbf (_fdg .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if _acc !=nil {return _acc ;};_cgg ,_acc :=_gfbf (_acfa .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _acc !=nil {return _acc ;};if _fcb :=_gc .compareAnnots (_ef ,_cgg ,_age );_fcb !=nil {return _fcb ;};};for _bdg :=_faa +1;_bdg <=_fcg .Len ();_bdg ++{_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("\u0070a\u0067e\u0020\u0023\u0025\u0064\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_bdg )); -};for _afa :=_faa +1;_afa <=_adg .Len ();_afa ++{_gc ._a .addErrorWithDescription (_ef ,_cg .Sprintf ("p\u0061g\u0065\u0020\u0023\u0025\u0064\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_afa ));};return nil ;};func (_fccb *defaultDiffPolicy )compareAnnots (_dgg int ,_bac ,_agb []_fe .PdfObject )error {_ccd :=make (map[int64 ]*_fe .PdfObjectDictionary ); -for _ ,_eea :=range _bac {_gga ,_fg :=_fe .GetIndirect (_eea );if !_fg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bad ,_fg :=_fe .GetDict (_gga .PdfObject ); -if !_fg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_ccd [_gga .ObjectNumber ]=_bad ;};for _ ,_agd :=range _agb {_dff ,_efg :=_fe .GetIndirect (_agd ); -if !_efg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_bde ,_efg :=_fe .GetDict (_dff .PdfObject );if !_efg {return _f .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); -};_eb ,_ :=_fe .GetStringVal (_bde .Get ("\u0054"));_ga ,_ :=_fe .GetNameVal (_bde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if _ ,_efc :=_ccd [_dff .ObjectNumber ];!_efc {switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); -default:_bfg ,_ggbg :=_fe .GetDict (_dff .PdfObject );if !_ggbg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_gec ,_ggbg :=_fe .GetNameVal (_bfg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_ggbg {return _f .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065");};if _gec =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); -default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb ));};}else {_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_ga ,_eb )); -};};}else {delete (_ccd ,_dff .ObjectNumber );if _ada ,_eca :=_fccb ._b [_dff .ObjectNumber ];_eca {switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); -default:_ffb ,_ecg :=_fe .GetIndirect (_ada );if !_ecg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_ea ,_ecg :=_fe .GetDict (_ffb .PdfObject );if !_ecg {return _f .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e"); -};_fda ,_ecg :=_fe .GetNameVal (_ea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_ecg {return _f .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065"); -};if _fda =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); -default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb ));};}else {_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_ga ,_eb )); -};};};};};for _ ,_ccf :=range _ccd {_abf ,_ :=_fe .GetStringVal (_ccf .Get ("\u0054"));_dea ,_ :=_fe .GetNameVal (_ccf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));switch _fccb ._d {case NoRestrictions ,FillFormsAndAnnots :_fccb ._a .addWarningWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_dea ,_abf )); -default:_fccb ._a .addErrorWithDescription (_dgg ,_cg .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_dea ,_abf ));};};return nil ;}; \ No newline at end of file +type DiffResult struct{Revision int ;Description string ;}; + +// ReviewFile implementation of DiffPolicy interface +// The default policy only checks the next types of objects: +// Page, Pages (container for page objects), Annot, Annots (container for annotation objects), Field. +// It checks adding, removing and modifying objects of these types. +func (_ed *defaultDiffPolicy )ReviewFile (oldParser *_e .PdfParser ,newParser *_e .PdfParser ,params *MDPParameters )(*DiffResults ,error ){if oldParser .GetRevisionNumber ()> newParser .GetRevisionNumber (){return nil ,_b .New ("\u006f\u006c\u0064\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061n\u0020\u006e\u0065\u0077\u0020r\u0065\u0076i\u0073\u0069\u006f\u006e"); +};if oldParser .GetRevisionNumber ()==newParser .GetRevisionNumber (){if oldParser !=newParser {return nil ,_b .New ("\u0073\u0061m\u0065\u0020\u0072\u0065v\u0069\u0073i\u006f\u006e\u0073\u002c\u0020\u0062\u0075\u0074 \u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0070\u0061r\u0073\u0065\u0072\u0073"); +};return &DiffResults {},nil ;};if params ==nil {_ed ._cc =NoRestrictions ;}else {_ed ._cc =params .DocMDPLevel ;};_bf :=&DiffResults {};for _ga :=oldParser .GetRevisionNumber ()+1;_ga <=newParser .GetRevisionNumber ();_ga ++{_ff ,_eg :=newParser .GetRevision (_ga -1); +if _eg !=nil {return nil ,_eg ;};_aa ,_eg :=newParser .GetRevision (_ga );if _eg !=nil {return nil ,_eg ;};_fc ,_eg :=_ed .compareRevisions (_ff ,_aa );if _eg !=nil {return nil ,_eg ;};_bf .Warnings =append (_bf .Warnings ,_fc .Warnings ...);_bf .Errors =append (_bf .Errors ,_fc .Errors ...); +};return _bf ,nil ;};type defaultDiffPolicy struct{_a map[int64 ]_e .PdfObject ;_g *DiffResults ;_cc DocMDPPermission ;};func NewDefaultDiffPolicy ()DiffPolicy {return &defaultDiffPolicy {_a :nil ,_g :&DiffResults {},_cc :0};};func (_bbde *DiffResults )addWarning (_ceg *DiffResult ){if _bbde .Warnings ==nil {_bbde .Warnings =make ([]*DiffResult ,0); +};_bbde .Warnings =append (_bbde .Warnings ,_ceg );};func (_dcbd *defaultDiffPolicy )compareAnnots (_be int ,_bgd ,_dcc []_e .PdfObject )error {_cfe :=make (map[int64 ]*_e .PdfObjectDictionary );for _ ,_fa :=range _bgd {_dgac ,_ccd :=_e .GetIndirect (_fa ); +if !_ccd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_eag ,_ccd :=_e .GetDict (_dgac .PdfObject );if !_ccd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); +};_cfe [_dgac .ObjectNumber ]=_eag ;};for _ ,_ge :=range _dcc {_ade ,_dgd :=_e .GetIndirect (_ge );if !_dgd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065"); +};_ffg ,_dgd :=_e .GetDict (_ade .PdfObject );if !_dgd {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0061\u006e\u006e\u006ft\u0027s\u0020\u0073\u0074\u0072\u0075\u0063\u0074u\u0072\u0065");};_gaaf ,_ :=_e .GetStringVal (_ffg .Get ("\u0054")); +_bdg ,_ :=_e .GetNameVal (_ffg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if _ ,_gee :=_cfe [_ade .ObjectNumber ];!_gee {switch _dcbd ._cc {case NoRestrictions ,FillFormsAndAnnots :_dcbd ._g .addWarningWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bdg ,_gaaf )); +default:_beb ,_agf :=_e .GetDict (_ade .PdfObject );if !_agf {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_bfbe ,_agf :=_e .GetNameVal (_beb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_agf {return _b .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065");};if _bfbe =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _dcbd ._cc {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_dcbd ._g .addWarningWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bdg ,_gaaf )); +default:_dcbd ._g .addErrorWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bdg ,_gaaf ));};}else {_dcbd ._g .addErrorWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0025\u0073\u0020\u0077\u0061\u0073\u0020\u0061d\u0064\u0065\u0064",_bdg ,_gaaf )); +};};}else {delete (_cfe ,_ade .ObjectNumber );if _fac ,_cddb :=_dcbd ._a [_ade .ObjectNumber ];_cddb {switch _dcbd ._cc {case NoRestrictions ,FillFormsAndAnnots :_dcbd ._g .addWarningWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bdg ,_gaaf )); +default:_ebf ,_efa :=_e .GetIndirect (_fac );if !_efa {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e");};_ebdf ,_efa :=_e .GetDict (_ebf .PdfObject );if !_efa {return _b .New ("u\u006ed\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0061n\u006e\u006f\u0074\u0061ti\u006f\u006e"); +};_ba ,_efa :=_e .GetNameVal (_ebdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_efa {return _b .New ("\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0027\u0073\u0020\u0073\u0075\u0062\u0074\u0079\u0070\u0065"); +};if _ba =="\u0057\u0069\u0064\u0067\u0065\u0074"{switch _dcbd ._cc {case NoRestrictions ,FillFormsAndAnnots ,FillForms :_dcbd ._g .addWarningWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bdg ,_gaaf )); +default:_dcbd ._g .addErrorWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bdg ,_gaaf ));};}else {_dcbd ._g .addErrorWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0063\u0068\u0061\u006eg\u0065\u0064",_bdg ,_gaaf )); +};};};};};for _ ,_dgb :=range _cfe {_fb ,_ :=_e .GetStringVal (_dgb .Get ("\u0054"));_cgf ,_ :=_e .GetNameVal (_dgb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));switch _dcbd ._cc {case NoRestrictions ,FillFormsAndAnnots :_dcbd ._g .addWarningWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_cgf ,_fb )); +default:_dcbd ._g .addErrorWithDescription (_be ,_c .Sprintf ("\u0025\u0073\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0025s\u0020w\u0061\u0073\u0020\u0072\u0065\u006d\u006fv\u0065\u0064",_cgf ,_fb ));};};return nil ;}; + +// DiffResults describes the results of the DiffPolicy. +type DiffResults struct{Warnings []*DiffResult ;Errors []*DiffResult ;}; + +// DocMDPPermission is values for set up access permissions for DocMDP. +// (Section 12.8.2.2, Table 254 - Entries in a signature dictionary p. 471 in PDF32000_2008). +type DocMDPPermission int64 ;func (_fee *defaultDiffPolicy )comparePages (_gca int ,_fce ,_bc *_e .PdfIndirectObject )error {if _ ,_cdd :=_fee ._a [_bc .ObjectNumber ];_cdd {_fee ._g .addErrorWithDescription (_gca ,"\u0050a\u0067e\u0073\u0020\u0077\u0065\u0072e\u0020\u0063h\u0061\u006e\u0067\u0065\u0064"); +};_afca ,_edg :=_e .GetDict (_bc .PdfObject );_dca ,_cdb :=_e .GetDict (_fce .PdfObject );if !_edg ||!_cdb {return _b .New ("\u0075n\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061g\u0065\u0073\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_adc ,_edg :=_e .GetArray (_afca .Get ("\u004b\u0069\u0064\u0073"));_gad ,_cdb :=_e .GetArray (_dca .Get ("\u004b\u0069\u0064\u0073"));if !_edg ||!_cdb {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0050\u0061\u0067\u0065s\u0027 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); +};_dd :=_adc .Len ();if _dd > _gad .Len (){_dd =_gad .Len ();};for _dcb :=0;_dcb < _dd ;_dcb ++{_cf ,_dgg :=_e .GetIndirect (_e .ResolveReference (_gad .Get (_dcb )));_cfd ,_edgf :=_e .GetIndirect (_e .ResolveReference (_adc .Get (_dcb )));if !_dgg ||!_edgf {return _b .New ("\u0075\u006e\u0065\u0078pe\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065c\u0074"); +};if _cf .ObjectNumber !=_cfd .ObjectNumber {_fee ._g .addErrorWithDescription (_gca ,_c .Sprintf ("p\u0061\u0067\u0065\u0020#%\u0064 \u0077\u0061\u0073\u0020\u0072e\u0070\u006c\u0061\u0063\u0065\u0064",_dcb ));};_fcee ,_dgg :=_e .GetDict (_cfd );_bgg ,_edgf :=_e .GetDict (_cf ); +if !_dgg ||!_edgf {return _b .New ("\u0075\u006e\u0065\u0078p\u0065\u0063\u0074\u0065\u0064\u0020\u0070\u0061\u0067\u0065'\u0073 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_efg ,_ffd :=_cgfe (_fcee .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); +if _ffd !=nil {return _ffd ;};_bdf ,_ffd :=_cgfe (_bgg .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _ffd !=nil {return _ffd ;};if _dga :=_fee .compareAnnots (_gca ,_bdf ,_efg );_dga !=nil {return _dga ;};};for _cbc :=_dd +1;_cbc <=_adc .Len ();_cbc ++{_fee ._g .addErrorWithDescription (_gca ,_c .Sprintf ("\u0070a\u0067e\u0020\u0023\u0025\u0064\u0020w\u0061\u0073 \u0061\u0064\u0064\u0065\u0064",_cbc )); +};for _de :=_dd +1;_de <=_gad .Len ();_de ++{_fee ._g .addErrorWithDescription (_gca ,_c .Sprintf ("p\u0061g\u0065\u0020\u0023\u0025\u0064\u0020\u0077\u0061s\u0020\u0072\u0065\u006dov\u0065\u0064",_de ));};return nil ;}; + +// MDPParameters describes parameters for the MDP checks (now only DocMDP). +type MDPParameters struct{DocMDPLevel DocMDPPermission ;}; \ No newline at end of file diff --git a/model/model.go b/model/model.go index 30b3bee84..bb8b74053 100644 --- a/model/model.go +++ b/model/model.go @@ -37,5583 +37,5586 @@ // fmt.Printf("The PDF file has %d pages\n", numPages) // // For more examples, see the unidoc-examples repository on GitHub: https://github.com/unidoc/unidoc-examples -package model ;import (_g "bufio";_cd "bytes";_ga "crypto/md5";_ff "crypto/rand";_fe "crypto/sha1";_dfd "crypto/x509";_de "encoding/binary";_aa "encoding/hex";_cdf "errors";_e "fmt";_gg "github.com/gabriel-vasile/mimetype";_ed "github.com/unidoc/pkcs7"; -_fca "github.com/unidoc/unipdf/v3/common";_cee "github.com/unidoc/unipdf/v3/core";_ba "github.com/unidoc/unipdf/v3/core/security";_dad "github.com/unidoc/unipdf/v3/core/security/crypt";_dgg "github.com/unidoc/unipdf/v3/internal/cmap";_ca "github.com/unidoc/unipdf/v3/internal/imageutil"; -_ade "github.com/unidoc/unipdf/v3/internal/license";_ag "github.com/unidoc/unipdf/v3/internal/sampling";_dae "github.com/unidoc/unipdf/v3/internal/textencoding";_af "github.com/unidoc/unipdf/v3/internal/timeutils";_ac "github.com/unidoc/unipdf/v3/internal/transform"; -_ee "github.com/unidoc/unipdf/v3/internal/uuid";_fg "github.com/unidoc/unipdf/v3/model/internal/docutil";_ce "github.com/unidoc/unipdf/v3/model/internal/fonts";_cc "github.com/unidoc/unipdf/v3/model/mdp";_ae "github.com/unidoc/unipdf/v3/model/sigutil"; -_daa "github.com/unidoc/unipdf/v3/ps";_eag "github.com/unidoc/unitype";_dg "golang.org/x/xerrors";_ea "hash";_bg "image";_f "image/color";_ "image/gif";_ "image/png";_fc "io";_aaa "math";_bf "math/rand";_fef "os";_ef "path/filepath";_bgc "regexp";_da "sort"; -_fa "strconv";_ad "strings";_d "sync";_gc "time";_a "unicode";_c "unicode/utf8";); +package model ;import (_gb "bufio";_dff "bytes";_af "crypto/md5";_ff "crypto/rand";_df "crypto/sha1";_bd "crypto/x509";_e "encoding/binary";_de "encoding/hex";_gea "errors";_c "fmt";_fd "github.com/gabriel-vasile/mimetype";_ec "github.com/unidoc/pkcs7"; +_ed "github.com/unidoc/unipdf/v3/common";_bda "github.com/unidoc/unipdf/v3/core";_aa "github.com/unidoc/unipdf/v3/core/security";_dc "github.com/unidoc/unipdf/v3/core/security/crypt";_dfe "github.com/unidoc/unipdf/v3/internal/cmap";_bg "github.com/unidoc/unipdf/v3/internal/imageutil"; +_dfb "github.com/unidoc/unipdf/v3/internal/license";_cf "github.com/unidoc/unipdf/v3/internal/sampling";_dgb "github.com/unidoc/unipdf/v3/internal/textencoding";_ded "github.com/unidoc/unipdf/v3/internal/timeutils";_dfa "github.com/unidoc/unipdf/v3/internal/transform"; +_bdd "github.com/unidoc/unipdf/v3/internal/uuid";_bc "github.com/unidoc/unipdf/v3/model/internal/docutil";_geg "github.com/unidoc/unipdf/v3/model/internal/fonts";_gef "github.com/unidoc/unipdf/v3/model/mdp";_bdf "github.com/unidoc/unipdf/v3/model/sigutil"; +_gag "github.com/unidoc/unipdf/v3/ps";_gbb "github.com/unidoc/unitype";_gegg "golang.org/x/xerrors";_cg "hash";_f "image";_gbf "image/color";_ "image/gif";_ "image/png";_ga "io";_ce "math";_b "math/rand";_dfc "os";_cbb "path/filepath";_da "regexp";_cb "sort"; +_dg "strconv";_ab "strings";_d "sync";_ad "time";_gd "unicode";_a "unicode/utf8";); -// IDTree represents the ID tree dictionary where the format of the content -// is using Name Trees as described in chapter 7.9.6. -type IDTree struct{ +// GetNumComponents returns the number of color components (1 for Separation). +func (_agab *PdfColorspaceSpecialSeparation )GetNumComponents ()int {return 1}; -// Limits shall be an array of two strings, that shall specify the (lexically) least and greatest keys included in the Names array. -Limits *_cee .PdfObjectArray ; +// SetShadingByName sets a shading resource specified by keyName. +func (_eadac *PdfPageResources )SetShadingByName (keyName _bda .PdfObjectName ,shadingObj _bda .PdfObject )error {if _eadac .Shading ==nil {_eadac .Shading =_bda .MakeDict ();};_ffcfb ,_effgd :=_bda .GetDict (_eadac .Shading );if !_effgd {return _bda .ErrTypeError ; +};_ffcfb .Set (keyName ,shadingObj );return nil ;}; -// Names shall be an array of the form -// -// [ key1 value1 key2 value2 … keyn valuen] -// -// where each keyi shall be a string and the corresponding valuei shall be the object -// associated with that key. The keys shall be sorted in lexical order, as described below. -Names *_cee .PdfObjectArray ; +// DecodeArray returns an empty slice as there are no components associated with pattern colorspace. +func (_afgg *PdfColorspaceSpecialPattern )DecodeArray ()[]float64 {return []float64 {}}; -// Kids Shall be an array of indirect references to the immediate children of this node. -Kids []*IDTree ;};const (RelationshipSource FileRelationship =iota ;RelationshipData ;RelationshipAlternative ;RelationshipSupplement ;RelationshipUnspecified ;); +// PdfColorCalGray represents a CalGray colorspace. +type PdfColorCalGray float64 ; -// Encoder iterates through the list of fonts and returns a working encoder -func (_gbdg *MultipleFontEncoder )Encoder (rn rune )(_dae .TextEncoder ,bool ){_bcbbb :=_gbdg .CurrentFont ;_gacb :=_bcbbb .Encoder ();_ ,_ecbec :=_gacb .RuneToCharcode (rn );for _ddaca :=1;_ddaca < len (_gbdg ._ecfa )&&!_ecbec ;_ddaca ++{_bcbbb =_gbdg ._ecfa [_ddaca ]; -_gacb =_bcbbb .Encoder ();_ ,_ecbec =_gacb .RuneToCharcode (rn );_gbdg .CurrentFont =_bcbbb ;};return _gacb ,_ecbec ;};func (_cbec *fontFile )parseASCIIPart (_fcfd []byte )error {if len (_fcfd )< 2||string (_fcfd [:2])!="\u0025\u0021"{return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0074a\u0072\u0074\u0020\u006f\u0066\u0020\u0041S\u0043\u0049\u0049\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074"); -};_fbbee ,_fdce ,_fdbc :=_gdcff (_fcfd );if _fdbc !=nil {return _fdbc ;};_gagfb :=_gbeda (_fbbee );_cbec ._cffac =_gagfb ["\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065"];if _cbec ._cffac ==""{_fca .Log .Debug ("\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0020\u0068a\u0073\u0020\u006e\u006f\u0020\u002f\u0046\u006f\u006e\u0074N\u0061\u006d\u0065"); -};if _fdce !=""{_cfcff ,_ffdc :=_dcfgc (_fdce );if _ffdc !=nil {return _ffdc ;};_gfda ,_ffdc :=_dae .NewCustomSimpleTextEncoder (_cfcff ,nil );if _ffdc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u0020\u003a\u0055\u004e\u004b\u004e\u004f\u0057\u004e\u0020G\u004cY\u0050\u0048\u003a\u0020\u0065\u0072\u0072=\u0025\u0076",_ffdc ); -return nil ;};_cbec ._beggd =_gfda ;};return nil ;};func (_efgbd *PdfReader )newPdfFieldFromIndirectObject (_dfegd *_cee .PdfIndirectObject ,_agab *PdfField )(*PdfField ,error ){if _cbgf ,_gcbc :=_efgbd ._fcgbe .GetModelFromPrimitive (_dfegd ).(*PdfField ); -_gcbc {return _cbgf ,nil ;};_edgegg ,_agaf :=_cee .GetDict (_dfegd );if !_agaf {return nil ,_e .Errorf ("\u0050\u0064f\u0046\u0069\u0065\u006c\u0064 \u0069\u006e\u0064\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_fgae :=NewPdfField ();_fgae ._ccbb =_dfegd ;_fgae ._ccbb .PdfObject =_edgegg ;if _fggf ,_cffa :=_cee .GetName (_edgegg .Get ("\u0046\u0054"));_cffa {_fgae .FT =_fggf ;};if _agab !=nil {_fgae .Parent =_agab ;};_fgae .T ,_ =_edgegg .Get ("\u0054").(*_cee .PdfObjectString ); -_fgae .TU ,_ =_edgegg .Get ("\u0054\u0055").(*_cee .PdfObjectString );_fgae .TM ,_ =_edgegg .Get ("\u0054\u004d").(*_cee .PdfObjectString );_fgae .Ff ,_ =_edgegg .Get ("\u0046\u0066").(*_cee .PdfObjectInteger );_fgae .V =_edgegg .Get ("\u0056");_fgae .DV =_edgegg .Get ("\u0044\u0056"); -_fgae .AA =_edgegg .Get ("\u0041\u0041");if DA :=_edgegg .Get ("\u0044\u0041");DA !=nil {DA ,_ :=_cee .GetString (DA );_fgae .VariableText =&VariableText {DA :DA };Q ,_ :=_edgegg .Get ("\u0051").(*_cee .PdfObjectInteger );DS ,_ :=_edgegg .Get ("\u0044\u0053").(*_cee .PdfObjectString ); -RV :=_edgegg .Get ("\u0052\u0056");_fgae .VariableText .Q =Q ;_fgae .VariableText .DS =DS ;_fgae .VariableText .RV =RV ;};_cbdde :=_fgae .FT ;if _cbdde ==nil &&_agab !=nil {_cbdde =_agab .FT ;};if _cbdde !=nil {switch *_cbdde {case "\u0054\u0078":_aefgf ,_ceg :=_ccbbb (_edgegg ); -if _ceg !=nil {return nil ,_ceg ;};_aefgf .PdfField =_fgae ;_fgae ._egab =_aefgf ;case "\u0043\u0068":_gbgbed ,_edgfg :=_gbbc (_edgegg );if _edgfg !=nil {return nil ,_edgfg ;};_gbgbed .PdfField =_fgae ;_fgae ._egab =_gbgbed ;case "\u0042\u0074\u006e":_gbdd ,_feedc :=_cfgg (_edgegg ); -if _feedc !=nil {return nil ,_feedc ;};_gbdd .PdfField =_fgae ;_fgae ._egab =_gbdd ;case "\u0053\u0069\u0067":_dfbd ,_aagc :=_efgbd .newPdfFieldSignatureFromDict (_edgegg );if _aagc !=nil {return nil ,_aagc ;};_dfbd .PdfField =_fgae ;_fgae ._egab =_dfbd ; -default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",*_fgae .FT );return nil ,_cdf .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079p\u0065"); -};};if _agdd ,_bcfg :=_cee .GetName (_edgegg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bcfg {if *_agdd =="\u0057\u0069\u0064\u0067\u0065\u0074"{_cafef ,_fgec :=_efgbd .newPdfAnnotationFromIndirectObject (_dfegd );if _fgec !=nil {return nil ,_fgec ; -};_deged ,_gacee :=_cafef .GetContext ().(*PdfAnnotationWidget );if !_gacee {return nil ,_cdf .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0067e\u0074 \u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006fn");};_deged ._dec =_fgae ;_deged .Parent =_fgae ._ccbb ; -_fgae .Annotations =append (_fgae .Annotations ,_deged );return _fgae ,nil ;};};_dacfa :=true ;if _fgadf ,_beaa :=_cee .GetArray (_edgegg .Get ("\u004b\u0069\u0064\u0073"));_beaa {_ggfdc :=make ([]*_cee .PdfIndirectObject ,0,_fgadf .Len ());for _ ,_gdbe :=range _fgadf .Elements (){_acdcc ,_fede :=_cee .GetIndirect (_gdbe ); -if !_fede {_fdgf ,_effbd :=_cee .GetStream (_gdbe );if _effbd &&_fdgf .PdfObjectDictionary !=nil {_defaf ,_dffd :=_cee .GetNameVal (_fdgf .Get ("\u0054\u0079\u0070\u0065"));if _dffd &&_defaf =="\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"{_fca .Log .Debug ("E\u0052RO\u0052:\u0020f\u006f\u0072\u006d\u0020\u0066i\u0065\u006c\u0064 \u004b\u0069\u0064\u0073\u0020a\u0072\u0072\u0061y\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0069n\u0076\u0061\u006cid \u004d\u0065\u0074\u0061\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e"); -continue ;};};return nil ,_cdf .New ("n\u006f\u0074\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0028\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065\u006cd\u0029");};_ecgd ,_eebd :=_cee .GetDict (_acdcc ); -if !_eebd {return nil ,ErrTypeCheck ;};if _dacfa {_dacfa =!_bacd (_ecgd );};_ggfdc =append (_ggfdc ,_acdcc );};for _ ,_bdee :=range _ggfdc {if _dacfa {_dede ,_fcefe :=_efgbd .newPdfAnnotationFromIndirectObject (_bdee );if _fcefe !=nil {_fca .Log .Debug ("\u0045r\u0072\u006fr\u0020\u006c\u006fa\u0064\u0069\u006e\u0067\u0020\u0077\u0069d\u0067\u0065\u0074\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0072 \u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_fcefe ); -return nil ,_fcefe ;};_abafd ,_ffbc :=_dede ._ecf .(*PdfAnnotationWidget );if !_ffbc {return nil ,ErrTypeCheck ;};_abafd ._dec =_fgae ;_fgae .Annotations =append (_fgae .Annotations ,_abafd );}else {_abed ,_dfda :=_efgbd .newPdfFieldFromIndirectObject (_bdee ,_fgae ); -if _dfda !=nil {_fca .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0068\u0069\u006c\u0064\u0020\u0066\u0069\u0065\u006c\u0064: \u0025\u0076",_dfda );return nil ,_dfda ;};_fgae .Kids =append (_fgae .Kids ,_abed ); -};};};return _fgae ,nil ;}; +// PdfAnnotationMarkup represents additional fields for mark-up annotations. +// (Section 12.5.6.2 p. 399). +type PdfAnnotationMarkup struct{T _bda .PdfObject ;Popup *PdfAnnotationPopup ;CA _bda .PdfObject ;RC _bda .PdfObject ;CreationDate _bda .PdfObject ;IRT _bda .PdfObject ;Subj _bda .PdfObject ;RT _bda .PdfObject ;IT _bda .PdfObject ;ExData _bda .PdfObject ; +}; -// ImageToGray returns a new grayscale image based on the passed in RGB image. -func (_cefe *PdfColorspaceDeviceRGB )ImageToGray (img Image )(Image ,error ){if img .ColorComponents !=3{return img ,_cdf .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u0020\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042"); -};_gdcf ,_cdcg :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _cdcg !=nil {return img ,_cdcg ;};_ffdf ,_cdcg :=_ca .GrayConverter .Convert (_gdcf );if _cdcg !=nil {return img ,_cdcg ; -};return _acecd (_ffdf .Base ()),nil ;}; +// GetPageNumber returns the page number that has been assigned to the K object. +func (_agecf *KDict )GetPageNumber ()int64 {return _agecf ._adceg }; -// Encoder returns the font's text encoder. -func (_abaff pdfCIDFontType2 )Encoder ()_dae .TextEncoder {return _abaff ._dffe }; +// NewPdfAnnotationStrikeOut returns a new text strikeout annotation. +func NewPdfAnnotationStrikeOut ()*PdfAnnotationStrikeOut {_gdfe :=NewPdfAnnotation ();_dde :=&PdfAnnotationStrikeOut {};_dde .PdfAnnotation =_gdfe ;_dde .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gdfe .SetContext (_dde );return _dde ;}; -// NewPdfActionSetOCGState returns a new "named" action. -func NewPdfActionSetOCGState ()*PdfActionSetOCGState {_bag :=NewPdfAction ();_cb :=&PdfActionSetOCGState {};_cb .PdfAction =_bag ;_bag .SetContext (_cb );return _cb ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_cbaf *PdfPageResourcesColorspaces )ToPdfObject ()_bda .PdfObject {_adbca :=_bda .MakeDict ();for _ ,_dafg :=range _cbaf .Names {_adbca .Set (_bda .PdfObjectName (_dafg ),_cbaf .Colorspaces [_dafg ].ToPdfObject ());};if _cbaf ._agbc !=nil {_cbaf ._agbc .PdfObject =_adbca ; +return _cbaf ._agbc ;};return _adbca ;}; -// PdfAnnotationProjection represents Projection annotations. -type PdfAnnotationProjection struct{*PdfAnnotation ;*PdfAnnotationMarkup ;}; +// Optimizer is the interface that performs optimization of PDF object structure for output writing. +// +// Optimize receives a slice of input `objects`, performs optimization, including removing, replacing objects and +// output the optimized slice of objects. +type Optimizer interface{Optimize (_fdege []_bda .PdfObject )([]_bda .PdfObject ,error );}; -// ToPdfObject implements interface PdfModel. -func (_gfae *EmbeddedFile )ToPdfObject ()_cee .PdfObject {_cccb :=_cee .NewFlateEncoder ();_bffeg ,_dbab :=_cee .MakeStream (_gfae .Content ,_cccb );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065d\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0065\u006db\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_dbab ); -return nil ;};_aeceg :=_bffeg .PdfObjectDictionary ;_aeceg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0045\u006d\u0062e\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065"));_aeceg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeEncodedString ("\u0074\u0065\u0078\u0074\u002f\u0070\u006c\u0061\u0069\u006e",true )); -_afbgd :=_cee .MakeDict ();_afbgd .Set ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d",_cee .MakeString (_gfae .Hash [:]));_afbgd .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (len (_gfae .Content ))));_fcgba :=_gfae .CreationTime ;if _fcgba .IsZero (){_fcgba =_gc .Now (); -};_acaeg :=_gfae .ModTime ;if _acaeg .IsZero (){_acaeg =_fcgba ;};_dggd ,_dbab :=NewPdfDateFromTime (_fcgba );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_dbab ); -return nil ;};_bccbd ,_dbab :=NewPdfDateFromTime (_acaeg );if _dbab !=nil {_fca .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_dbab ); -return nil ;};_afbgd .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_dggd .ToPdfObject ());_afbgd .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_bccbd .ToPdfObject ());_aeceg .Set ("\u0050\u0061\u0072\u0061\u006d\u0073",_afbgd ); -_bedfd :=_cee .MakeDict ();_bedfd .Set (*_cee .MakeName ("\u0046"),_bffeg );return _bedfd ;};func _cdgaf (_dbbefa _cee .PdfObject )(*PdfShading ,error ){_dbbea :=&PdfShading {};var _bffc *_cee .PdfObjectDictionary ;if _ccbfa ,_fgade :=_cee .GetIndirect (_dbbefa ); -_fgade {_dbbea ._dfgbe =_ccbfa ;_gaeaf ,_dbeba :=_ccbfa .PdfObject .(*_cee .PdfObjectDictionary );if !_dbeba {_fca .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065"); -return nil ,_cee .ErrTypeError ;};_bffc =_gaeaf ;}else if _gaecc ,_faccc :=_cee .GetStream (_dbbefa );_faccc {_dbbea ._dfgbe =_gaecc ;_bffc =_gaecc .PdfObjectDictionary ;}else if _ccbca ,_egge :=_cee .GetDict (_dbbefa );_egge {_dbbea ._dfgbe =_ccbca ;_bffc =_ccbca ; -}else {_fca .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",_dbbefa );return nil ,_cee .ErrTypeError ;};if _bffc ==nil {_fca .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); -return nil ,_cdf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_dbbefa =_bffc .Get ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _dbbefa ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073si\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_dbbefa =_cee .TraceToDirectObject (_dbbefa );_cdge ,_dafa :=_dbbefa .(*_cee .PdfObjectInteger );if !_dafa {_fca .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066o\u0072 \u0073h\u0061d\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_dbbefa ); -return nil ,_cee .ErrTypeError ;};if *_cdge < 1||*_cdge > 7{_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u006e\u006ft\u0020\u0031\u002d\u0037\u0020(\u0067\u006ft\u0020\u0025\u0064\u0029",*_cdge ); -return nil ,_cee .ErrTypeError ;};_dbbea .ShadingType =_cdge ;_dbbefa =_bffc .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065");if _dbbefa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0020\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0020e\u006e\u0074\u0072\u0079\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_abecc ,_egad :=NewPdfColorspaceFromPdfObject (_dbbefa );if _egad !=nil {_fca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065: \u0025\u0076",_egad ); -return nil ,_egad ;};_dbbea .ColorSpace =_abecc ;_dbbefa =_bffc .Get ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064");if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_fade ,_fbaegf :=_dbbefa .(*_cee .PdfObjectArray );if !_fbaegf {_fca .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_dbbefa ); -return nil ,_cee .ErrTypeError ;};_dbbea .Background =_fade ;};_dbbefa =_bffc .Get ("\u0042\u0042\u006f\u0078");if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_fdag ,_aedge :=_dbbefa .(*_cee .PdfObjectArray );if !_aedge {_fca .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_dbbefa ); -return nil ,_cee .ErrTypeError ;};_ddad ,_agbed :=NewPdfRectangle (*_fdag );if _agbed !=nil {_fca .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_agbed );return nil ,_agbed ;};_dbbea .BBox =_ddad ;};_dbbefa =_bffc .Get ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s"); -if _dbbefa !=nil {_dbbefa =_cee .TraceToDirectObject (_dbbefa );_cbbfb ,_feae :=_dbbefa .(*_cee .PdfObjectBool );if !_feae {_fca .Log .Debug ("A\u006e\u0074\u0069\u0041\u006c\u0069\u0061\u0073\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020ty\u0070\u0065\u002c\u0020s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020bo\u006f\u006c \u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_dbbefa ); -return nil ,_cee .ErrTypeError ;};_dbbea .AntiAlias =_cbbfb ;};switch *_cdge {case 1:_dfdccc ,_gbbbb :=_ffce (_bffc );if _gbbbb !=nil {return nil ,_gbbbb ;};_dfdccc .PdfShading =_dbbea ;_dbbea ._ddffe =_dfdccc ;return _dbbea ,nil ;case 2:_deef ,_gbfagf :=_abcf (_bffc ); -if _gbfagf !=nil {return nil ,_gbfagf ;};_deef .PdfShading =_dbbea ;_dbbea ._ddffe =_deef ;return _dbbea ,nil ;case 3:_fcacc ,_eaeef :=_eaaca (_bffc );if _eaeef !=nil {return nil ,_eaeef ;};_fcacc .PdfShading =_dbbea ;_dbbea ._ddffe =_fcacc ;return _dbbea ,nil ; -case 4:_cefgc ,_cbgaa :=_baggd (_bffc );if _cbgaa !=nil {return nil ,_cbgaa ;};_cefgc .PdfShading =_dbbea ;_dbbea ._ddffe =_cefgc ;return _dbbea ,nil ;case 5:_baaa ,_gbcea :=_cdffc (_bffc );if _gbcea !=nil {return nil ,_gbcea ;};_baaa .PdfShading =_dbbea ; -_dbbea ._ddffe =_baaa ;return _dbbea ,nil ;case 6:_bdcg ,_gfedb :=_ggdeb (_bffc );if _gfedb !=nil {return nil ,_gfedb ;};_bdcg .PdfShading =_dbbea ;_dbbea ._ddffe =_bdcg ;return _dbbea ,nil ;case 7:_edaa ,_dbad :=_ffcag (_bffc );if _dbad !=nil {return nil ,_dbad ; -};_edaa .PdfShading =_dbbea ;_dbbea ._ddffe =_edaa ;return _dbbea ,nil ;};return nil ,_cdf .New ("u\u006ek\u006e\u006f\u0077\u006e\u0020\u0073\u0068\u0061d\u0069\u006e\u0067\u0020ty\u0070\u0065");}; +// GetPageIndirectObject returns the indirect object of page for the specified page number. +func (_fabgda *PdfWriter )GetPageIndirectObject (pageNum int )(*_bda .PdfIndirectObject ,error ){if pageNum < 0||pageNum >=len (_fabgda ._dgdfe ){return nil ,_gea .New ("\u0070a\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); +};return _fabgda ._dgdfe [pageNum ],nil ;};var (StructureTypeDocument ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074";StructureTypePart ="\u0050\u0061\u0072\u0074";StructureTypeArticle ="\u0041\u0072\u0074";StructureTypeSection ="\u0053\u0065\u0063\u0074"; +StructureTypeDivision ="\u0044\u0069\u0076";StructureTypeBlockQuote ="\u0042\u006c\u006f\u0063\u006b\u0051\u0075\u006f\u0074\u0065";StructureTypeCaption ="\u0043a\u0070\u0074\u0069\u006f\u006e";StructureTypeTOC ="\u0054\u004f\u0043";StructureTypeTOCI ="\u0054\u004f\u0043\u0049"; +StructureTypeIndex ="\u0049\u006e\u0064e\u0078";StructureTypeNonStructural ="\u004eo\u006e\u0053\u0074\u0072\u0075\u0063t";StructureTypePrivate ="\u0050r\u0069\u0076\u0061\u0074\u0065";); -// ToPdfObject returns the PDF representation of the function. -func (_gdca *PdfFunctionType2 )ToPdfObject ()_cee .PdfObject {_eaba :=_cee .MakeDict ();_eaba .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (2));_bcfcd :=&_cee .PdfObjectArray {};for _ ,_gcgd :=range _gdca .Domain {_bcfcd .Append (_cee .MakeFloat (_gcgd )); -};_eaba .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_bcfcd );if _gdca .Range !=nil {_fdbef :=&_cee .PdfObjectArray {};for _ ,_ddcad :=range _gdca .Range {_fdbef .Append (_cee .MakeFloat (_ddcad ));};_eaba .Set ("\u0052\u0061\u006eg\u0065",_fdbef );};if _gdca .C0 !=nil {_cbfe :=&_cee .PdfObjectArray {}; -for _ ,_ceae :=range _gdca .C0 {_cbfe .Append (_cee .MakeFloat (_ceae ));};_eaba .Set ("\u0043\u0030",_cbfe );};if _gdca .C1 !=nil {_dgbgd :=&_cee .PdfObjectArray {};for _ ,_acced :=range _gdca .C1 {_dgbgd .Append (_cee .MakeFloat (_acced ));};_eaba .Set ("\u0043\u0031",_dgbgd ); -};_eaba .Set ("\u004e",_cee .MakeFloat (_gdca .N ));if _gdca ._eebdf !=nil {_gdca ._eebdf .PdfObject =_eaba ;return _gdca ._eebdf ;};return _eaba ;}; +// SetContext sets the sub annotation (context). +func (_caga *PdfAnnotation )SetContext (ctx PdfModel ){_caga ._fdeb =ctx }; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// A, B and C components of the color. The values of the elements should be -// between 0 and 1. -func (_ggef *PdfColorspaceCalRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bbbbf :=vals [0];if _bbbbf < 0.0||_bbbbf > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bbbbf ); -return nil ,ErrColorOutOfRange ;};_ddda :=vals [1];if _ddda < 0.0||_ddda > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ddda );return nil ,ErrColorOutOfRange ; -};_cfaab :=vals [2];if _cfaab < 0.0||_cfaab > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_cfaab );return nil ,ErrColorOutOfRange ;};_bdbdb :=NewPdfColorCalRGB (_bbbbf ,_ddda ,_cfaab ); -return _bdbdb ,nil ;}; +// NewPdfActionSound returns a new "sound" action. +func NewPdfActionSound ()*PdfActionSound {_eb :=NewPdfAction ();_cfb :=&PdfActionSound {};_cfb .PdfAction =_eb ;_eb .SetContext (_cfb );return _cfb ;}; -// PdfColorDeviceCMYK is a CMYK32 color, where each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorDeviceCMYK [4]float64 ;var _ccda =map[string ]struct{}{"\u0054\u0069\u0074l\u0065":{},"\u0041\u0075\u0074\u0068\u006f\u0072":{},"\u0053u\u0062\u006a\u0065\u0063\u0074":{},"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":{},"\u0043r\u0065\u0061\u0074\u006f\u0072":{},"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":{},"\u0054r\u0061\u0070\u0070\u0065\u0064":{},"\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":{},"\u004do\u0064\u0044\u0061\u0074\u0065":{}}; +// GetContainingPdfObject returns the page as a dictionary within an PdfIndirectObject. +func (_gfefc *PdfPage )GetContainingPdfObject ()_bda .PdfObject {return _gfefc ._eebfa }; +// NewPdfAnnotationPolygon returns a new polygon annotation. +func NewPdfAnnotationPolygon ()*PdfAnnotationPolygon {_aab :=NewPdfAnnotation ();_fdc :=&PdfAnnotationPolygon {};_fdc .PdfAnnotation =_aab ;_fdc .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_aab .SetContext (_fdc );return _fdc ;}; -// Duplex represents the paper handling option that shall be used when printing -// the file from the print dialog. -type Duplex string ; +// Resample resamples the image data converting from current BitsPerComponent to a target BitsPerComponent +// value. Sets the image's BitsPerComponent to the target value following resampling. +// +// For example, converting an 8-bit RGB image to 1-bit grayscale (common for scanned images): +// +// // Convert RGB image to grayscale. +// rgbColorSpace := pdf.NewPdfColorspaceDeviceRGB() +// grayImage, err := rgbColorSpace.ImageToGray(rgbImage) +// if err != nil { +// return err +// } +// // Resample as 1 bit. +// grayImage.Resample(1) +func (_acgbb *Image )Resample (targetBitsPerComponent int64 ){if _acgbb .BitsPerComponent ==targetBitsPerComponent {return ;};_dbce :=_acgbb .GetSamples ();if targetBitsPerComponent < _acgbb .BitsPerComponent {_bdeda :=_acgbb .BitsPerComponent -targetBitsPerComponent ; +for _gcccg :=range _dbce {_dbce [_gcccg ]>>=uint (_bdeda );};}else if targetBitsPerComponent > _acgbb .BitsPerComponent {_eegad :=targetBitsPerComponent -_acgbb .BitsPerComponent ;for _adeaf :=range _dbce {_dbce [_adeaf ]<<=uint (_eegad );};};_acgbb .BitsPerComponent =targetBitsPerComponent ; +if _acgbb .BitsPerComponent < 8{_acgbb .resampleLowBits (_dbce );return ;};_abdfd :=_bg .BytesPerLine (int (_acgbb .Width ),int (_acgbb .BitsPerComponent ),_acgbb .ColorComponents );_bcgaa :=make ([]byte ,_abdfd *int (_acgbb .Height ));var (_dgfcec ,_afbg ,_eabe ,_bdfdf int ; +_cbfc uint32 ;);for _eabe =0;_eabe < int (_acgbb .Height );_eabe ++{_dgfcec =_eabe *_abdfd ;_afbg =(_eabe +1)*_abdfd -1;_feade :=_cf .ResampleUint32 (_dbce [_dgfcec :_afbg ],int (targetBitsPerComponent ),8);for _bdfdf ,_cbfc =range _feade {_bcgaa [_bdfdf +_dgfcec ]=byte (_cbfc ); +};};_acgbb .Data =_bcgaa ;}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_abdg pdfCIDFontType2 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bcdde ,_dbbg :=_abdg ._dbffc [code ];_dbbg {return _ce .CharMetrics {Wx :_bcdde },true ;};_ecce :=rune (code );_fedd ,_edce :=_abdg ._abdc [_ecce ];if !_edce {_fedd =int (_abdg ._dfae ); -};return _ce .CharMetrics {Wx :float64 (_fedd )},true ;};func (_ecdge fontCommon )coreString ()string {_ebece :="";if _ecdge ._ebcad !=nil {_ebece =_ecdge ._ebcad .String ();};return _e .Sprintf ("\u0025#\u0071\u0020%\u0023\u0071\u0020%\u0071\u0020\u006f\u0062\u006a\u003d\u0025d\u0020\u0054\u006f\u0055\u006e\u0069c\u006f\u0064\u0065\u003d\u0025\u0074\u0020\u0066\u006c\u0061\u0067s\u003d\u0030\u0078\u0025\u0030\u0078\u0020\u0025\u0073",_ecdge ._ccdeg ,_ecdge ._fbcf ,_ecdge ._ccgfa ,_ecdge ._facc ,_ecdge ._deccd !=nil ,_ecdge .fontFlags (),_ebece ); -}; +// AddExtGState adds a graphics state to the XObject resources. +func (_efbeg *PdfPage )AddExtGState (name _bda .PdfObjectName ,egs *_bda .PdfObjectDictionary )error {if _efbeg .Resources ==nil {_efbeg .Resources =NewPdfPageResources ();};if _efbeg .Resources .ExtGState ==nil {_efbeg .Resources .ExtGState =_bda .MakeDict (); +};_ccdde ,_aafa :=_bda .TraceToDirectObject (_efbeg .Resources .ExtGState ).(*_bda .PdfObjectDictionary );if !_aafa {_ed .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_bda .TraceToDirectObject (_efbeg .Resources .ExtGState )); +return _gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_ccdde .Set (name ,egs );return nil ;}; -// ToGray returns a PdfColorDeviceGray color based on the current RGB color. -func (_defag *PdfColorDeviceRGB )ToGray ()*PdfColorDeviceGray {_bggd :=0.3*_defag .R ()+0.59*_defag .G ()+0.11*_defag .B ();_bggd =_aaa .Min (_aaa .Max (_bggd ,0.0),1.0);return NewPdfColorDeviceGray (_bggd );}; +// NewPdfColorspaceLab returns a new Lab colorspace object. +func NewPdfColorspaceLab ()*PdfColorspaceLab {_bdaa :=&PdfColorspaceLab {};_bdaa .BlackPoint =[]float64 {0.0,0.0,0.0};_bdaa .Range =[]float64 {-100,100,-100,100};return _bdaa ;};func (_fcgd *PdfReader )newPdfAnnotationLinkFromDict (_ebc *_bda .PdfObjectDictionary )(*PdfAnnotationLink ,error ){_affg :=PdfAnnotationLink {}; +_affg .A =_ebc .Get ("\u0041");_affg .Dest =_ebc .Get ("\u0044\u0065\u0073\u0074");_affg .H =_ebc .Get ("\u0048");_affg .PA =_ebc .Get ("\u0050\u0041");_affg .QuadPoints =_ebc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_affg .BS =_ebc .Get ("\u0042\u0053"); +return &_affg ,nil ;}; -// C returns the value of the cyan component of the color. -func (_gcg *PdfColorDeviceCMYK )C ()float64 {return _gcg [0]};func (_eabdg *PdfReader )newPdfAnnotationCaretFromDict (_cdbb *_cee .PdfObjectDictionary )(*PdfAnnotationCaret ,error ){_bgg :=PdfAnnotationCaret {};_gdda ,_bgab :=_eabdg .newPdfAnnotationMarkupFromDict (_cdbb ); -if _bgab !=nil {return nil ,_bgab ;};_bgg .PdfAnnotationMarkup =_gdda ;_bgg .RD =_cdbb .Get ("\u0052\u0044");_bgg .Sy =_cdbb .Get ("\u0053\u0079");return &_bgg ,nil ;}; +// ToPdfObject converts the K dictionary to a PDF object. +func (_cebba *KDict )ToPdfObject ()_bda .PdfObject {_cfagf :=_bda .MakeDict ();if _cebba .ID !=nil {_cfagf .Set ("\u0049\u0044",_cebba .ID );};if _cebba .K !=nil {_cfagf .Set ("\u004b",_cebba .K );}else if len (_cebba ._fcbda )> 0{if len (_cebba ._fcbda )==1{_cebba .K =_cebba ._fcbda [0].ToPdfObject (); +}else {_fegef :=_bda .MakeArray ();for _ ,_aegb :=range _cebba ._fcbda {_fegef .Append (_aegb .ToPdfObject ());};_cebba .K =_fegef ;};_cfagf .Set ("\u004b",_cebba .K );};if _cebba .S !=nil {_cfagf .Set ("\u0053",_cebba .S );};if _cebba .P !=nil {_cfagf .Set ("\u0050",_cebba .P ); +};if _cebba .Pg !=nil {_cfagf .Set ("\u0050\u0067",_cebba .Pg );};if _cebba .C !=nil {_cfagf .Set ("\u0043",_cebba .C );};if _cebba .R !=nil {_cfagf .Set ("\u0052",_cebba .R );};if _cebba .T !=nil {_cfagf .Set ("\u0054",_cebba .T );};if _cebba .Lang !=nil {_cfagf .Set ("\u004c\u0061\u006e\u0067",_cebba .Lang ); +};if _cebba .Alt !=nil {_cfagf .Set ("\u0041\u006c\u0074",_cebba .Alt );};if _cebba .E !=nil {_cfagf .Set ("\u0045",_cebba .E );};if _cebba .A !=nil {_cfagf .Set ("\u0041",_cebba .A );}else if _cebba ._fdec !=nil {_dcdgf :=_bda .MakeArrayFromFloats ([]float64 {_cebba ._fdec .Llx ,_cebba ._fdec .Lly ,_cebba ._fdec .Urx ,_cebba ._fdec .Ury }); +_fegaa :=_bda .MakeDict ();_fegaa .Set ("\u0042\u0042\u006f\u0078",_dcdgf );_fegaa .Set ("\u004f",_bda .MakeString ("\u004c\u0061\u0079\u006f\u0075\u0074"));_cfagf .Set ("\u0041",_bda .MakeIndirectObject (_fegaa ));};return _cfagf ;}; -// PdfTransformParamsDocMDP represents a transform parameters dictionary for the DocMDP method and is used to detect -// modifications relative to a signature field that is signed by the author of a document. -// (Section 12.8.2.2, Table 254 - Entries in the DocMDP transform parameters dictionary p. 471 in PDF32000_2008). -type PdfTransformParamsDocMDP struct{Type *_cee .PdfObjectName ;P *_cee .PdfObjectInteger ;V *_cee .PdfObjectName ;};func (_cfaee *PdfWriter )hasObject (_fbbaf _cee .PdfObject )bool {_ ,_dbebd :=_cfaee ._dgbgbb [_fbbaf ];return _dbebd ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for a Lab device. +func (_edeb *PdfColorspaceLab )GetNumComponents ()int {return 3}; -// GetStructParentsKey returns the StructParents key. -// If not set, returns -1. -func (_cfafc *PdfPage )GetStructParentsKey ()int {if _bbegb ,_gfcge :=_cee .GetIntVal (_cfafc .StructParents );_gfcge {return _bbegb ;};return -1;}; +// SignatureValidationResult defines the response from the signature validation handler. +type SignatureValidationResult struct{ -// NewDSS returns a new DSS dictionary. -func NewDSS ()*DSS {return &DSS {_bdcab :_cee .MakeIndirectObject (_cee .MakeDict ()),VRI :map[string ]*VRI {}};}; +// List of errors when validating the signature. +Errors []string ;IsSigned bool ;IsVerified bool ;IsTrusted bool ;Fields []*PdfField ;Name string ;Date PdfDate ;Reason string ;Location string ;ContactInfo string ;DiffResults *_gef .DiffResults ;IsCrlFound bool ;IsOcspFound bool ; -// PdfColorCalRGB represents a color in the Colorimetric CIE RGB colorspace. -// A, B, C components -// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorCalRGB [3]float64 ;func _eeeea (_edafc *XObjectImage )error {if _edafc .SMask ==nil {return nil ;};_cefeae ,_fcbcc :=_edafc .SMask .(*_cee .PdfObjectStream );if !_fcbcc {_fca .Log .Debug ("\u0053\u004da\u0073\u006b\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0053\u0074re\u0061\u006d"); -return _cee .ErrTypeError ;};_ebgcg :=_cefeae .PdfObjectDictionary ;_efee :=_ebgcg .Get ("\u004d\u0061\u0074t\u0065");if _efee ==nil {return nil ;};_debc ,_fcgge :=_eagcc (_efee .(*_cee .PdfObjectArray ));if _fcgge !=nil {return _fcgge ;};_edeba :=_cee .MakeArrayFromFloats ([]float64 {_debc }); -_ebgcg .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_edeba );return nil ;}; +// GeneralizedTime is the time at which the time-stamp token has been created by the TSA (RFC 3161). +GeneralizedTime _ad .Time ;}; -// ApplyStandard is used to apply changes required on the document to match the rules required by the input standard. -// The writer's content would be changed after all the document parts are already established during the Write method. -// A good example of the StandardApplier could be a PDF/A Profile (i.e.: pdfa.Profile1A). In such a case PdfWriter would -// set up all rules required by that Profile. -func (_dcbag *PdfWriter )ApplyStandard (optimizer StandardApplier ){_dcbag ._bacda =optimizer }; +// R returns the value of the red component of the color. +func (_fbge *PdfColorDeviceRGB )R ()float64 {return _fbge [0]}; -// Image interface is a basic representation of an image used in PDF. -// The colorspace is not specified, but must be known when handling the image. -type Image struct{Width int64 ;Height int64 ;BitsPerComponent int64 ;ColorComponents int ;Data []byte ;_cbfg []byte ;_cabgb []float64 ;}; +// ToPdfObject sets the common field elements. +// Note: Call the more field context's ToPdfObject to set both the generic and +// non-generic information. +func (_bdgd *PdfField )ToPdfObject ()_bda .PdfObject {_fccge :=_bdgd ._ceaeg ;_fdfcc :=_fccge .PdfObject .(*_bda .PdfObjectDictionary );_ecbca :=_bda .MakeArray ();for _ ,_fdeg :=range _bdgd .Kids {_ecbca .Append (_fdeg .ToPdfObject ());};for _ ,_egef :=range _bdgd .Annotations {if _egef ._ged !=_bdgd ._ceaeg {_ecbca .Append (_egef .GetContext ().ToPdfObject ()); +};};if _bdgd .Parent !=nil {_fdfcc .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_bdgd .Parent .GetContainingPdfObject ());};if _ecbca .Len ()> 0{_fdfcc .Set ("\u004b\u0069\u0064\u0073",_ecbca );};_fdfcc .SetIfNotNil ("\u0046\u0054",_bdgd .FT ); +_fdfcc .SetIfNotNil ("\u0054",_bdgd .T );_fdfcc .SetIfNotNil ("\u0054\u0055",_bdgd .TU );_fdfcc .SetIfNotNil ("\u0054\u004d",_bdgd .TM );_fdfcc .SetIfNotNil ("\u0046\u0066",_bdgd .Ff );_fdfcc .SetIfNotNil ("\u0056",_bdgd .V );_fdfcc .SetIfNotNil ("\u0044\u0056",_bdgd .DV ); +_fdfcc .SetIfNotNil ("\u0041\u0041",_bdgd .AA );if _bdgd .VariableText !=nil {_fdfcc .SetIfNotNil ("\u0044\u0041",_bdgd .VariableText .DA );_fdfcc .SetIfNotNil ("\u0051",_bdgd .VariableText .Q );_fdfcc .SetIfNotNil ("\u0044\u0053",_bdgd .VariableText .DS ); +_fdfcc .SetIfNotNil ("\u0052\u0056",_bdgd .VariableText .RV );};return _fccge ;};func (_faaeg *pdfFontSimple )getFontDescriptor ()*PdfFontDescriptor {if _ccae :=_faaeg ._bedea ;_ccae !=nil {return _ccae ;};return _faaeg ._edaf ;}; -// NewEmbeddedFileFromContent construct a new EmbeddedFile from supplied file content. -func NewEmbeddedFileFromContent (content []byte )(*EmbeddedFile ,error ){_fccaf :=_gg .Detect (content );_dcgb :=_ga .Sum (content );_bdgge :=&EmbeddedFile {Name :"\u0061\u0074\u0074\u0061\u0063\u0068\u006d\u0065\u006e\u0074",Content :content ,FileType :_fccaf .String (),Hash :_aa .EncodeToString (_dcgb [:])}; -return _bdgge ,nil ;};func (_dgege *PdfWriter )getPdfVersion ()string {return _e .Sprintf ("\u0025\u0064\u002e%\u0064",_dgege ._gceef .Major ,_dgege ._gceef .Minor );};func (_egdf *PdfWriter )writeDocumentVersion (){if _egdf ._fbaeb {_egdf .writeString ("\u000a"); -}else {_egdf .writeString (_e .Sprintf ("\u0025\u0025\u0050D\u0046\u002d\u0025\u0064\u002e\u0025\u0064\u000a",_egdf ._gceef .Major ,_egdf ._gceef .Minor ));_egdf .writeString ("\u0025\u00e2\u00e3\u00cf\u00d3\u000a");};};func _bdeb (_beffc ,_cafge string )string {if _ad .Contains (_beffc ,"\u002b"){_gfegd :=_ad .Split (_beffc ,"\u002b"); -if len (_gfegd )==2{_beffc =_gfegd [1];};};return _cafge +"\u002b"+_beffc ;}; +// PdfAnnotationLine represents Line annotations. +// (Section 12.5.6.7). +type PdfAnnotationLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;L _bda .PdfObject ;BS _bda .PdfObject ;LE _bda .PdfObject ;IC _bda .PdfObject ;LL _bda .PdfObject ;LLE _bda .PdfObject ;Cap _bda .PdfObject ;IT _bda .PdfObject ;LLO _bda .PdfObject ;CP _bda .PdfObject ; +Measure _bda .PdfObject ;CO _bda .PdfObject ;};func (_fdfe *PdfReader )newPdfActionTransFromDict (_ggfg *_bda .PdfObjectDictionary )(*PdfActionTrans ,error ){return &PdfActionTrans {Trans :_ggfg .Get ("\u0054\u0072\u0061n\u0073")},nil ;}; -// ToPdfObject implements interface PdfModel. -func (_ddf *PdfAnnotationHighlight )ToPdfObject ()_cee .PdfObject {_ddf .PdfAnnotation .ToPdfObject ();_dddg :=_ddf ._eddc ;_bffe :=_dddg .PdfObject .(*_cee .PdfObjectDictionary );_ddf .PdfAnnotationMarkup .appendToPdfDictionary (_bffe );_bffe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t")); -_bffe .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_ddf .QuadPoints );return _dddg ;}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_gcdd pdfCIDFontType2 )GetCharMetrics (code _dgb .CharCode )(_geg .CharMetrics ,bool ){if _cefe ,_ddbd :=_gcdd ._eggf [code ];_ddbd {return _geg .CharMetrics {Wx :_cefe },true ;};_efcde :=rune (code );_cacdd ,_gbde :=_gcdd ._dgccg [_efcde ];if !_gbde {_cacdd =int (_gcdd ._bbagg ); +};return _geg .CharMetrics {Wx :float64 (_cacdd )},true ;}; -// FullName returns the full name of the field as in rootname.parentname.partialname. -func (_aecdg *PdfField )FullName ()(string ,error ){var _adbe _cd .Buffer ;_fgeb :=[]string {};if _aecdg .T !=nil {_fgeb =append (_fgeb ,_aecdg .T .Decoded ());};_bgbc :=map[*PdfField ]bool {};_bgbc [_aecdg ]=true ;_dgfgc :=_aecdg .Parent ;for _dgfgc !=nil {if _ ,_egcb :=_bgbc [_dgfgc ]; -_egcb {return _adbe .String (),_cdf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};if _dgfgc .T ==nil {return _adbe .String (),_cdf .New ("\u0066\u0069el\u0064\u0020\u0070a\u0072\u0074\u0069\u0061l n\u0061me\u0020\u0028\u0054\u0029\u0020\u006e\u006ft \u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064"); -};_fgeb =append (_fgeb ,_dgfgc .T .Decoded ());_bgbc [_dgfgc ]=true ;_dgfgc =_dgfgc .Parent ;};for _bfce :=len (_fgeb )-1;_bfce >=0;_bfce --{_adbe .WriteString (_fgeb [_bfce ]);if _bfce > 0{_adbe .WriteString ("\u002e");};};return _adbe .String (),nil ; -}; +// PdfAnnotationStrikeOut represents StrikeOut annotations. +// (Section 12.5.6.10). +type PdfAnnotationStrikeOut struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _bda .PdfObject ;}; -// PdfAnnotationText represents Text annotations. -// (Section 12.5.6.4 p. 402). -type PdfAnnotationText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Open _cee .PdfObject ;Name _cee .PdfObject ;State _cee .PdfObject ;StateModel _cee .PdfObject ;}; +// SetCenterWindow sets the value of the centerWindow flag. +func (_bcecg *ViewerPreferences )SetCenterWindow (centerWindow bool ){_bcecg ._ecaag =¢erWindow };func (_ffece *PdfAppender )replaceObject (_bcae ,_deca _bda .PdfObject ){switch _bccd :=_bcae .(type ){case *_bda .PdfIndirectObject :_ffece ._ffge [_deca ]=_bccd .ObjectNumber ; +case *_bda .PdfObjectStream :_ffece ._ffge [_deca ]=_bccd .ObjectNumber ;};}; -// Items returns all children outline items. -func (_cdeba *OutlineItem )Items ()[]*OutlineItem {return _cdeba .Entries };type pdfCIDFontType0 struct{fontCommon ;_dgfd *_cee .PdfIndirectObject ;_cedgg _dae .TextEncoder ; +// Duplex represents the paper handling option that shall be used when printing +// the file from the print dialog. +type Duplex string ; -// Table 117 – Entries in a CIDFont dictionary (page 269) -// (Required) Dictionary that defines the character collection of the CIDFont. -// See Table 116. -CIDSystemInfo *_cee .PdfObjectDictionary ; +// Evaluate runs the function on the passed in slice and returns the results. +func (_aagg *PdfFunctionType2 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_ed .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); +};_bcccb :=[]float64 {0.0};if _aagg .C0 !=nil {_bcccb =_aagg .C0 ;};_gabcd :=[]float64 {1.0};if _aagg .C1 !=nil {_gabcd =_aagg .C1 ;};var _agaef []float64 ;for _gcdde :=0;_gcdde < len (_bcccb );_gcdde ++{_baefc :=_bcccb [_gcdde ]+_ce .Pow (x [0],_aagg .N )*(_gabcd [_gcdde ]-_bcccb [_gcdde ]); +_agaef =append (_agaef ,_baefc );};return _agaef ,nil ;}; -// Glyph metrics fields (optional). -DW _cee .PdfObject ;W _cee .PdfObject ;DW2 _cee .PdfObject ;W2 _cee .PdfObject ;_gdde map[_dae .CharCode ]float64 ;_bfecd float64 ;}; +// AddChild adds a child object. +func (_aacda *KDict )AddChild (kv *KValue ){_aacda ._fcbda =append (_aacda ._fcbda ,kv )}; -// Evaluate runs the function on the passed in slice and returns the results. -func (_acgab *PdfFunctionType2 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_fca .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); -};_fbbfa :=[]float64 {0.0};if _acgab .C0 !=nil {_fbbfa =_acgab .C0 ;};_ecbfa :=[]float64 {1.0};if _acgab .C1 !=nil {_ecbfa =_acgab .C1 ;};var _eacgg []float64 ;for _eceffd :=0;_eceffd < len (_fbbfa );_eceffd ++{_efcb :=_fbbfa [_eceffd ]+_aaa .Pow (x [0],_acgab .N )*(_ecbfa [_eceffd ]-_fbbfa [_eceffd ]); -_eacgg =append (_eacgg ,_efcb );};return _eacgg ,nil ;}; +// PdfShadingType3 is a Radial shading. +type PdfShadingType3 struct{*PdfShading ;Coords *_bda .PdfObjectArray ;Domain *_bda .PdfObjectArray ;Function []PdfFunction ;Extend *_bda .PdfObjectArray ;}; -// NewPdfShadingPatternType2 creates an empty shading pattern type 2 object. -func NewPdfShadingPatternType2 ()*PdfShadingPatternType2 {_ecfcc :=&PdfShadingPatternType2 {};_ecfcc .Matrix =_cee .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_ecfcc .PdfPattern =&PdfPattern {};_ecfcc .PdfPattern .PatternType =int64 (*_cee .MakeInteger (2)); -_ecfcc .PdfPattern ._gabf =_ecfcc ;_ecfcc .PdfPattern ._bgabc =_cee .MakeIndirectObject (_cee .MakeDict ());return _ecfcc ;}; +// SetName sets the `Name` field of the signature. +func (_gdcbc *PdfSignature )SetName (name string ){_gdcbc .Name =_bda .MakeEncodedString (name ,true )}; -// ToPdfObject returns an indirect object containing the signature field dictionary. -func (_dbca *PdfFieldSignature )ToPdfObject ()_cee .PdfObject {if _dbca .PdfAnnotationWidget !=nil {_dbca .PdfAnnotationWidget .ToPdfObject ();};_dbca .PdfField .ToPdfObject ();_babcf :=_dbca ._ccbb ;_egbc :=_babcf .PdfObject .(*_cee .PdfObjectDictionary ); -_egbc .SetIfNotNil ("\u0046\u0054",_cee .MakeName ("\u0053\u0069\u0067"));_egbc .SetIfNotNil ("\u004c\u006f\u0063\u006b",_dbca .Lock );_egbc .SetIfNotNil ("\u0053\u0056",_dbca .SV );if _dbca .V !=nil {_egbc .SetIfNotNil ("\u0056",_dbca .V .ToPdfObject ()); -};return _babcf ;}; +// PdfShadingType1 is a Function-based shading. +type PdfShadingType1 struct{*PdfShading ;Domain *_bda .PdfObjectArray ;Matrix *_bda .PdfObjectArray ;Function []PdfFunction ;}; -// ParserMetadata gets the parser metadata. -func (_cgbe *CompliancePdfReader )ParserMetadata ()_cee .ParserMetadata {if _cgbe ._eabdgb ==(_cee .ParserMetadata {}){_cgbe ._eabdgb ,_ =_cgbe ._ffdgf .ParserMetadata ();};return _cgbe ._eabdgb ;};func (_fead *PdfReader )newPdfAnnotationHighlightFromDict (_bcf *_cee .PdfObjectDictionary )(*PdfAnnotationHighlight ,error ){_efd :=PdfAnnotationHighlight {}; -_dbgd ,_ccc :=_fead .newPdfAnnotationMarkupFromDict (_bcf );if _ccc !=nil {return nil ,_ccc ;};_efd .PdfAnnotationMarkup =_dbgd ;_efd .QuadPoints =_bcf .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_efd ,nil ;}; +// A returns the value of the A component of the color. +func (_bbbe *PdfColorCalRGB )A ()float64 {return _bbbe [0]}; -// NewPdfAnnotationPrinterMark returns a new printermark annotation. -func NewPdfAnnotationPrinterMark ()*PdfAnnotationPrinterMark {_dcca :=NewPdfAnnotation ();_aaag :=&PdfAnnotationPrinterMark {};_aaag .PdfAnnotation =_dcca ;_dcca .SetContext (_aaag );return _aaag ;}; +// PdfAnnotationText represents Text annotations. +// (Section 12.5.6.4 p. 402). +type PdfAnnotationText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Open _bda .PdfObject ;Name _bda .PdfObject ;State _bda .PdfObject ;StateModel _bda .PdfObject ;}; -// NewPdfActionURI returns a new "Uri" action. -func NewPdfActionURI ()*PdfActionURI {_bac :=NewPdfAction ();_eaf :=&PdfActionURI {};_eaf .PdfAction =_bac ;_bac .SetContext (_eaf );return _eaf ;};func (_bdfbe *PdfWriter )AttachFile (file *EmbeddedFile )error {_fcebf :=_bdfbe ._bbcfgd ;if _fcebf ==nil {_fcebf =_fddc (); -};_dadcd :=_fcebf .addEmbeddedFile (file );if _dadcd !=nil {return _dadcd ;};_bdfbe ._bbcfgd =_fcebf ;return nil ;}; +// BaseFont returns the font's "BaseFont" field. +func (_dfde *PdfFont )BaseFont ()string {return _dfde .baseFields ()._bcaebe }; -// PdfFilespec represents a file specification which can either refer to an external or embedded file. -type PdfFilespec struct{Type _cee .PdfObject ;FS _cee .PdfObject ;F _cee .PdfObject ;UF _cee .PdfObject ;DOS _cee .PdfObject ;Mac _cee .PdfObject ;Unix _cee .PdfObject ;ID _cee .PdfObject ;V _cee .PdfObject ;EF _cee .PdfObject ;RF _cee .PdfObject ;Desc _cee .PdfObject ; -CI _cee .PdfObject ;AFRelationship _cee .PdfObject ;_gbfeg _cee .PdfObject ;}; +// IsHideMenubar returns the value of the hideMenubar flag. +func (_fcfadd *ViewerPreferences )IsHideMenubar ()bool {if _fcfadd ._acbcd ==nil {return false ;};return *_fcfadd ._acbcd ;}; -// PdfAnnotationRedact represents Redact annotations. -// (Section 12.5.6.23). -type PdfAnnotationRedact struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;IC _cee .PdfObject ;RO _cee .PdfObject ;OverlayText _cee .PdfObject ;Repeat _cee .PdfObject ;DA _cee .PdfObject ;Q _cee .PdfObject ;}; +// PdfFunctionType0 uses a sequence of sample values (contained in a stream) to provide an approximation +// for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional +// table in which each entry has n components +type PdfFunctionType0 struct{Domain []float64 ;Range []float64 ;NumInputs int ;NumOutputs int ;Size []int ;BitsPerSample int ;Order int ;Encode []float64 ;Decode []float64 ;_ccbfc []byte ;_gddfa []uint32 ;_gdfcb *_bda .PdfObjectStream ;}; -// BorderStyle defines border type, typically used for annotations. -type BorderStyle int ; +// SetCatalogViewerPreferences sets the catalog ViewerPreferences dictionary. +func (_eaeee *PdfWriter )SetCatalogViewerPreferences (pref _bda .PdfObject )error {if pref ==nil {_eaeee ._geadba .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};if _dcbd ,_agcfa :=pref .(*_bda .PdfObjectReference ); +_agcfa {pref =_dcbd .Resolve ();if pref ==nil {_eaeee ._geadba .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};};_eaeee .addObject (pref );_eaeee ._geadba .Set ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073",pref ); +return nil ;};func _ggdb (_fbcd _bda .PdfObject )(*PdfColorspaceDeviceNAttributes ,error ){_ecfe :=&PdfColorspaceDeviceNAttributes {};var _fbdf *_bda .PdfObjectDictionary ;switch _cdgca :=_fbcd .(type ){case *_bda .PdfIndirectObject :_ecfe ._dced =_cdgca ; +var _fbaga bool ;_fbdf ,_fbaga =_cdgca .PdfObject .(*_bda .PdfObjectDictionary );if !_fbaga {_ed .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); +return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};case *_bda .PdfObjectDictionary :_fbdf =_cdgca ;case *_bda .PdfObjectReference :_cgedf :=_cdgca .Resolve ();return _ggdb (_cgedf );default:_ed .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); +return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _bgada :=_fbdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_bgada !=nil {_gegbd ,_dfcgc :=_bda .TraceToDirectObject (_bgada ).(*_bda .PdfObjectName );if !_dfcgc {_ed .Log .Error ("\u0044\u0065vi\u0063\u0065\u004e \u0061\u0074\u0074\u0072ibu\u0074e \u0053\u0075\u0062\u0074\u0079\u0070\u0065 t\u0079\u0070\u0065\u0020\u0065\u0072\u0072o\u0072"); +return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_ecfe .Subtype =_gegbd ;};if _ccec :=_fbdf .Get ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s");_ccec !=nil {_ecfe .Colorants =_ccec ;};if _fceg :=_fbdf .Get ("\u0050r\u006f\u0063\u0065\u0073\u0073"); +_fceg !=nil {_ecfe .Process =_fceg ;};if _eddg :=_fbdf .Get ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073");_eddg !=nil {_ecfe .MixingHints =_eddg ;};return _ecfe ,nil ;}; -// NewPdfColorspaceDeviceGray returns a new grayscale colorspace. -func NewPdfColorspaceDeviceGray ()*PdfColorspaceDeviceGray {return &PdfColorspaceDeviceGray {}}; +// PdfFieldText represents a text field where user can enter text. +type PdfFieldText struct{*PdfField ;DA *_bda .PdfObjectString ;Q *_bda .PdfObjectInteger ;DS *_bda .PdfObjectString ;RV _bda .PdfObject ;MaxLen *_bda .PdfObjectInteger ;};func _fcee (_dcfbg *_bda .PdfObjectDictionary )(*PdfTilingPattern ,error ){_dabd :=&PdfTilingPattern {}; +_abcgb :=_dcfbg .Get ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e");if _abcgb ==nil {_ed .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054\u0079\u0070\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_bfaab ,_fbdef :=_abcgb .(*_bda .PdfObjectInteger ); +if !_fbdef {_ed .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054y\u0070\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_abcgb );return nil ,_bda .ErrTypeError ; +};_dabd .PaintType =_bfaab ;_abcgb =_dcfbg .Get ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _abcgb ==nil {_ed .Log .Debug ("\u0054i\u006ci\u006e\u0067\u0054\u0079\u0070e\u0020\u006di\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; +};_gfge ,_fbdef :=_abcgb .(*_bda .PdfObjectInteger );if !_fbdef {_ed .Log .Debug ("\u0054\u0069\u006cin\u0067\u0054\u0079\u0070\u0065\u0020\u006e\u006f\u0074 \u0061n\u0020i\u006et\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_abcgb ); +return nil ,_bda .ErrTypeError ;};_dabd .TilingType =_gfge ;_abcgb =_dcfbg .Get ("\u0042\u0042\u006f\u0078");if _abcgb ==nil {_ed .Log .Debug ("\u0042\u0042\u006fx\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; +};_abcgb =_bda .TraceToDirectObject (_abcgb );_dggca ,_fbdef :=_abcgb .(*_bda .PdfObjectArray );if !_fbdef {_ed .Log .Debug ("\u0042B\u006f\u0078 \u0073\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061y\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_abcgb ); +return nil ,_bda .ErrTypeError ;};_bgaa ,_agfa :=NewPdfRectangle (*_dggca );if _agfa !=nil {_ed .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_agfa );return nil ,_agfa ;};_dabd .BBox =_bgaa ;_abcgb =_dcfbg .Get ("\u0058\u0053\u0074e\u0070"); +if _abcgb ==nil {_ed .Log .Debug ("\u0058\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_gdab ,_agfa :=_bda .GetNumberAsFloat (_abcgb );if _agfa !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0058S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_gdab ); +return nil ,_agfa ;};_dabd .XStep =_bda .MakeFloat (_gdab );_abcgb =_dcfbg .Get ("\u0059\u0053\u0074e\u0070");if _abcgb ==nil {_ed .Log .Debug ("\u0059\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; +};_bcff ,_agfa :=_bda .GetNumberAsFloat (_abcgb );if _agfa !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0059S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_bcff ); +return nil ,_agfa ;};_dabd .YStep =_bda .MakeFloat (_bcff );_abcgb =_dcfbg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _abcgb ==nil {_ed .Log .Debug ("\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_dcfbg ,_fbdef =_bda .TraceToDirectObject (_abcgb ).(*_bda .PdfObjectDictionary );if !_fbdef {return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_abcgb ); +};_cbbde ,_agfa :=NewPdfPageResourcesFromDict (_dcfbg );if _agfa !=nil {return nil ,_agfa ;};_dabd .Resources =_cbbde ;if _cedg :=_dcfbg .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_cedg !=nil {_gbdec ,_adaef :=_cedg .(*_bda .PdfObjectArray );if !_adaef {_ed .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cedg ); +return nil ,_bda .ErrTypeError ;};_dabd .Matrix =_gbdec ;};return _dabd ,nil ;};func (_aaabe *PdfWriter )setDocInfo (_gdgdb _bda .PdfObject ){if _aaabe .hasObject (_aaabe ._eebef ){delete (_aaabe ._egfad ,_aaabe ._eebef );delete (_aaabe ._febfe ,_aaabe ._eebef ); +for _dcdeff ,_cdgbad :=range _aaabe ._ccbbg {if _cdgbad ==_aaabe ._eebef {copy (_aaabe ._ccbbg [_dcdeff :],_aaabe ._ccbbg [_dcdeff +1:]);_aaabe ._ccbbg [len (_aaabe ._ccbbg )-1]=nil ;_aaabe ._ccbbg =_aaabe ._ccbbg [:len (_aaabe ._ccbbg )-1];break ;};}; +};_abgdc :=_bda .PdfIndirectObject {};_abgdc .PdfObject =_gdgdb ;_aaabe ._eebef =&_abgdc ;_aaabe .addObject (&_abgdc );}; -// Subtype returns the font's "Subtype" field. -func (_cgeg *PdfFont )Subtype ()string {_dbee :=_cgeg .baseFields ()._ccdeg ;if _agfb ,_bggb :=_cgeg ._bggcf .(*pdfFontType0 );_bggb {_dbee =_dbee +"\u003a"+_agfb .DescendantFont .Subtype ();};return _dbee ;};func (_efcef *LTV )generateVRIKey (_cbfee *PdfSignature )(string ,error ){_dgeed ,_fcddd :=_cefaf (_cbfee .Contents .Bytes ()); -if _fcddd !=nil {return "",_fcddd ;};return _ad .ToUpper (_aa .EncodeToString (_dgeed )),nil ;}; +// PdfActionTrans represents a trans action. +type PdfActionTrans struct{*PdfAction ;Trans _bda .PdfObject ;}; // ToPdfObject implements interface PdfModel. -func (_acba *PdfAnnotationLink )ToPdfObject ()_cee .PdfObject {_acba .PdfAnnotation .ToPdfObject ();_cbdf :=_acba ._eddc ;_bbf :=_cbdf .PdfObject .(*_cee .PdfObjectDictionary );_bbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004c\u0069\u006e\u006b")); -if _acba ._bef !=nil &&_acba ._bef ._afe !=nil {_bbf .Set ("\u0041",_acba ._bef ._afe .ToPdfObject ());}else if _acba .A !=nil {_bbf .Set ("\u0041",_acba .A );};_bbf .SetIfNotNil ("\u0044\u0065\u0073\u0074",_acba .Dest );_bbf .SetIfNotNil ("\u0048",_acba .H ); -_bbf .SetIfNotNil ("\u0050\u0041",_acba .PA );_bbf .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_acba .QuadPoints );_bbf .SetIfNotNil ("\u0042\u0053",_acba .BS );return _cbdf ;}; - -// GetChildren returns the children of the K dictionary object. -func (_cgfa *KDict )GetChildren ()[]*KValue {return _cgfa ._affgf }; +func (_fgf *PdfActionGoToE )ToPdfObject ()_bda .PdfObject {_fgf .PdfAction .ToPdfObject ();_bgg :=_fgf ._gg ;_gdc :=_bgg .PdfObject .(*_bda .PdfObjectDictionary );_gdc .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeGoToE )));if _fgf .F !=nil {_gdc .Set ("\u0046",_fgf .F .ToPdfObject ()); +};_gdc .SetIfNotNil ("\u0044",_fgf .D );_gdc .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_fgf .NewWindow );_gdc .SetIfNotNil ("\u0054",_fgf .T );return _bgg ;};func _ggdee ()string {_ggbe .Lock ();defer _ggbe .Unlock ();return _eebaa }; -// Encoder returns the font's text encoder. -func (_bagge pdfFontType0 )Encoder ()_dae .TextEncoder {return _bagge ._daac }; -// SetPrintArea sets the value of the printArea. -func (_fffda *ViewerPreferences )SetPrintArea (printArea PageBoundary ){_fffda ._eedee =printArea }; +// NewPdfAnnotationCaret returns a new caret annotation. +func NewPdfAnnotationCaret ()*PdfAnnotationCaret {_ced :=NewPdfAnnotation ();_dgge :=&PdfAnnotationCaret {};_dgge .PdfAnnotation =_ced ;_dgge .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ced .SetContext (_dgge );return _dgge ;}; -// NewPdfAnnotationStamp returns a new stamp annotation. -func NewPdfAnnotationStamp ()*PdfAnnotationStamp {_gec :=NewPdfAnnotation ();_eagb :=&PdfAnnotationStamp {};_eagb .PdfAnnotation =_gec ;_eagb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gec .SetContext (_eagb );return _eagb ;}; +// PdfActionGoToR represents a GoToR action. +type PdfActionGoToR struct{*PdfAction ;F *PdfFilespec ;D _bda .PdfObject ;NewWindow _bda .PdfObject ;};func (_agfba *PdfWriter )makeOffSetReference (_gdecb int64 ){_afbga :=_c .Sprintf ("\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u000a\u0025\u0064\u000a",_gdecb ); +_agfba .writeString (_afbga );_agfba .writeString ("\u0025\u0025\u0045\u004f\u0046\u000a");}; -// ToGoImage converts the unidoc Image to a golang Image structure. -func (_gdade *Image )ToGoImage ()(_bg .Image ,error ){_fca .Log .Trace ("\u0043\u006f\u006e\u0076er\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u006f\u0020\u0069\u006d\u0061g\u0065");_fgbda ,_aagge :=_ca .NewImage (int (_gdade .Width ),int (_gdade .Height ),int (_gdade .BitsPerComponent ),_gdade .ColorComponents ,_gdade .Data ,_gdade ._cbfg ,_gdade ._cabgb ); -if _aagge !=nil {return nil ,_aagge ;};return _fgbda ,nil ;}; +// PdfAnnotationFileAttachment represents FileAttachment annotations. +// (Section 12.5.6.15). +type PdfAnnotationFileAttachment struct{*PdfAnnotation ;*PdfAnnotationMarkup ;FS _bda .PdfObject ;Name _bda .PdfObject ;};func (_ggba *PdfReader )newPdfActionURIFromDict (_gdda *_bda .PdfObjectDictionary )(*PdfActionURI ,error ){return &PdfActionURI {URI :_gdda .Get ("\u0055\u0052\u0049"),IsMap :_gdda .Get ("\u0049\u0073\u004da\u0070")},nil ; +};func _edfg (_afgfd *fontCommon )*pdfFontType3 {return &pdfFontType3 {fontCommon :*_afgfd }};func _fgec (_cebfa _bda .PdfObject )[]*_bda .PdfObjectStream {if _cebfa ==nil {return nil ;};_ecdac ,_cecca :=_bda .GetArray (_cebfa );if !_cecca ||_ecdac .Len ()==0{return nil ; +};_febe :=make ([]*_bda .PdfObjectStream ,0,_ecdac .Len ());for _ ,_cbdbb :=range _ecdac .Elements (){if _fdccga ,_ggcee :=_bda .GetStream (_cbdbb );_ggcee {_febe =append (_febe ,_fdccga );};};return _febe ;}; -// ToPdfObject converts the pdfFontSimple to its PDF representation for outputting. -func (_aafgg *pdfFontSimple )ToPdfObject ()_cee .PdfObject {if _aafgg ._eggbg ==nil {_aafgg ._eggbg =&_cee .PdfIndirectObject {};};_ebgg :=_aafgg .baseFields ().asPdfObjectDictionary ("");_aafgg ._eggbg .PdfObject =_ebgg ;if _aafgg .FirstChar !=nil {_ebgg .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_aafgg .FirstChar ); -};if _aafgg .LastChar !=nil {_ebgg .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_aafgg .LastChar );};if _aafgg .Widths !=nil {_ebgg .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_aafgg .Widths );};if _aafgg .Encoding !=nil {_ebgg .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_aafgg .Encoding ); -}else if _aafgg ._bgggf !=nil {_fdcg :=_aafgg ._bgggf .ToPdfObject ();if _fdcg !=nil {_ebgg .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fdcg );};};return _aafgg ._eggbg ;};func (_beae *PdfReader )newPdfAnnotationProjectionFromDict (_dbba *_cee .PdfObjectDictionary )(*PdfAnnotationProjection ,error ){_gfec :=&PdfAnnotationProjection {}; -_fbbf ,_afeb :=_beae .newPdfAnnotationMarkupFromDict (_dbba );if _afeb !=nil {return nil ,_afeb ;};_gfec .PdfAnnotationMarkup =_fbbf ;return _gfec ,nil ;}; +// GetContainingPdfObject implements interface PdfModel. +func (_eeff *PdfFilespec )GetContainingPdfObject ()_bda .PdfObject {return _eeff ._daeg }; -// AddExtension adds the specified extension to the Extensions dictionary. -// See section 7.1.2 "Extensions Dictionary" (pp. 108-109 PDF32000_2008). -func (_deeda *PdfWriter )AddExtension (extName ,baseVersion string ,extLevel int ){_cada ,_bffegb :=_cee .GetDict (_deeda ._cdebc .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073"));if !_bffegb {_cada =_cee .MakeDict ();_deeda ._cdebc .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073",_cada ); -};_aadd ,_bffegb :=_cee .GetDict (_cada .Get (_cee .PdfObjectName (extName )));if !_bffegb {_aadd =_cee .MakeDict ();_cada .Set (_cee .PdfObjectName (extName ),_aadd );};if _acea ,_ :=_cee .GetNameVal (_aadd .Get ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e")); -_acea !=baseVersion {_aadd .Set ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e",_cee .MakeName (baseVersion ));};if _eafcd ,_ :=_cee .GetIntVal (_aadd .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c")); -_eafcd !=extLevel {_aadd .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c",_cee .MakeInteger (int64 (extLevel )));};}; +// AddImageResource adds an image to the XObject resources. +func (_bafba *PdfPage )AddImageResource (name _bda .PdfObjectName ,ximg *XObjectImage )error {var _ccgbab *_bda .PdfObjectDictionary ;if _bafba .Resources .XObject ==nil {_ccgbab =_bda .MakeDict ();_bafba .Resources .XObject =_ccgbab ;}else {var _dgbgf bool ; +_ccgbab ,_dgbgf =(_bafba .Resources .XObject ).(*_bda .PdfObjectDictionary );if !_dgbgf {return _gea .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0078\u0072\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020\u0074\u0079p\u0065");};};_ccgbab .Set (name ,ximg .ToPdfObject ()); +return nil ;}; -// PdfShadingType4 is a Free-form Gouraud-shaded triangle mesh. -type PdfShadingType4 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;};func (_fbcdd *PdfReader )resolveReference (_eadgc *_cee .PdfObjectReference )(_cee .PdfObject ,bool ,error ){_afgfb ,_bggfffg :=_fbcdd ._ffdgf .ObjCache [int (_eadgc .ObjectNumber )]; -if !_bggfffg {_fca .Log .Trace ("R\u0065\u0061\u0064\u0065r \u004co\u006f\u006b\u0075\u0070\u0020r\u0065\u0066\u003a\u0020\u0025\u0073",_eadgc );_gaae ,_fgbg :=_fbcdd ._ffdgf .LookupByReference (*_eadgc );if _fgbg !=nil {return nil ,false ,_fgbg ;};_fbcdd ._ffdgf .ObjCache [int (_eadgc .ObjectNumber )]=_gaae ; -return _gaae ,false ,nil ;};return _afgfb ,true ,nil ;};func _aefb (_dea _cee .PdfObject )(*PdfColorspaceLab ,error ){_gfgga :=NewPdfColorspaceLab ();if _fdefb ,_gdeb :=_dea .(*_cee .PdfIndirectObject );_gdeb {_gfgga ._acff =_fdefb ;};_dea =_cee .TraceToDirectObject (_dea ); -_cag ,_gfcb :=_dea .(*_cee .PdfObjectArray );if !_gfcb {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _cag .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); -};_dea =_cee .TraceToDirectObject (_cag .Get (0));_efdcb ,_gfcb :=_dea .(*_cee .PdfObjectName );if !_gfcb {return nil ,_e .Errorf ("\u006c\u0061\u0062\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};if *_efdcb !="\u004c\u0061\u0062"{return nil ,_e .Errorf ("n\u006ft\u0020\u0061\u0020\u004c\u0061\u0062\u0020\u0063o\u006c\u006f\u0072\u0073pa\u0063\u0065");};_dea =_cee .TraceToDirectObject (_cag .Get (1));_aedg ,_gfcb :=_dea .(*_cee .PdfObjectDictionary ); -if !_gfcb {return nil ,_e .Errorf ("c\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006ev\u0061l\u0069\u0064");};_dea =_aedg .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074"); -_dea =_cee .TraceToDirectObject (_dea );_eccad ,_gfcb :=_dea .(*_cee .PdfObjectArray );if !_gfcb {return nil ,_e .Errorf ("\u004c\u0061\u0062\u0020In\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069n\u0074");};if _eccad .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079"); -};_afbaf ,_eaead :=_eccad .GetAsFloat64Slice ();if _eaead !=nil {return nil ,_eaead ;};_gfgga .WhitePoint =_afbaf ;_dea =_aedg .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _dea !=nil {_dea =_cee .TraceToDirectObject (_dea ); -_adfeb ,_agfc :=_dea .(*_cee .PdfObjectArray );if !_agfc {return nil ,_e .Errorf ("\u004c\u0061\u0062: \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");};if _adfeb .Len ()!=3{return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079"); -};_cfef ,_ccaf :=_adfeb .GetAsFloat64Slice ();if _ccaf !=nil {return nil ,_ccaf ;};_gfgga .BlackPoint =_cfef ;};_dea =_aedg .Get ("\u0052\u0061\u006eg\u0065");if _dea !=nil {_dea =_cee .TraceToDirectObject (_dea );_daae ,_begf :=_dea .(*_cee .PdfObjectArray ); -if !_begf {_fca .Log .Error ("\u0052\u0061n\u0067\u0065\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");return nil ,_e .Errorf ("\u004ca\u0062:\u0020\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _daae .Len ()!=4{_fca .Log .Error ("\u0052\u0061\u006e\u0067\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020e\u0072\u0072\u006f\u0072"); -return nil ,_e .Errorf ("\u004c\u0061b\u003a\u0020\u0052a\u006e\u0067\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_gaag ,_aaff :=_daae .GetAsFloat64Slice ();if _aaff !=nil {return nil ,_aaff ;};_gfgga .Range =_gaag ;};return _gfgga ,nil ;}; +// ToPdfObject implements interface PdfModel. +func (_afef *PdfAnnotationPolygon )ToPdfObject ()_bda .PdfObject {_afef .PdfAnnotation .ToPdfObject ();_beab :=_afef ._ged ;_cfg :=_beab .PdfObject .(*_bda .PdfObjectDictionary );_afef .PdfAnnotationMarkup .appendToPdfDictionary (_cfg );_cfg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0050o\u006c\u0079\u0067\u006f\u006e")); +_cfg .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_afef .Vertices );_cfg .SetIfNotNil ("\u004c\u0045",_afef .LE );_cfg .SetIfNotNil ("\u0042\u0053",_afef .BS );_cfg .SetIfNotNil ("\u0049\u0043",_afef .IC );_cfg .SetIfNotNil ("\u0042\u0045",_afef .BE ); +_cfg .SetIfNotNil ("\u0049\u0054",_afef .IT );_cfg .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_afef .Measure );return _beab ;}; -// ReplacePage replaces the original page to a new page. -func (_ggdc *PdfAppender )ReplacePage (pageNum int ,page *PdfPage ){_bfab :=pageNum -1;for _efc :=range _ggdc ._afca {if _efc ==_bfab {_bfae :=page .Duplicate ();_adfebd (_bfae );_ggdc ._afca [_efc ]=_bfae ;};};}; +// Enable LTV enables the specified signature. The signing certificate +// chain is extracted from the signature dictionary. Optionally, additional +// certificates can be specified through the `extraCerts` parameter. +// The LTV client attempts to build the certificate chain up to a trusted root +// by downloading any missing certificates. +func (_cddfc *LTV )Enable (sig *PdfSignature ,extraCerts []*_bd .Certificate )error {if _dcdeg :=_cddfc .validateSig (sig );_dcdeg !=nil {return _dcdeg ;};_cecd ,_cdgcg :=_cddfc .generateVRIKey (sig );if _cdgcg !=nil {return _cdgcg ;};if _ ,_accb :=_cddfc ._efffa .VRI [_cecd ]; +_accb &&_cddfc .SkipExisting {return nil ;};_gdae ,_cdgcg :=sig .GetCerts ();if _cdgcg !=nil {return _cdgcg ;};return _cddfc .enable (_gdae ,extraCerts ,_cecd );}; -// GetContainingPdfObject returns the container of the outline (indirect object). -func (_cafc *PdfOutline )GetContainingPdfObject ()_cee .PdfObject {return _cafc ._bbda };var _ pdfFont =(*pdfCIDFontType0 )(nil );func (_ecbcb *PdfPage )setContainer (_bbecg *_cee .PdfIndirectObject ){_bbecg .PdfObject =_ecbcb ._cfdab ;_ecbcb ._bafab =_bbecg ; -};func (_dgdbd *fontFile )loadFromSegments (_efcf ,_ecgc []byte )error {_fca .Log .Trace ("\u006c\u006f\u0061dF\u0072\u006f\u006d\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u0020\u0025\u0064",len (_efcf ),len (_ecgc ));_ddcdf :=_dgdbd .parseASCIIPart (_efcf ); -if _ddcdf !=nil {return _ddcdf ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_dgdbd );if len (_ecgc )==0{return nil ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_dgdbd );return nil ; -};func (_gcfff *pdfFontType0 )bytesToCharcodes (_geba []byte )([]_dae .CharCode ,bool ){if _gcfff ._dcffd ==nil {return nil ,false ;};_efga ,_edef :=_gcfff ._dcffd .BytesToCharcodes (_geba );if !_edef {return nil ,false ;};_degeb :=make ([]_dae .CharCode ,len (_efga )); -for _adcfd ,_edgba :=range _efga {_degeb [_adcfd ]=_dae .CharCode (_edgba );};return _degeb ,true ;}; +// GetAnnotations returns the list of page annotations for `page`. If not loaded attempts to load the +// annotations, otherwise returns the loaded list. +func (_dcbcb *PdfPage )GetAnnotations ()([]*PdfAnnotation ,error ){if _dcbcb ._bcaef !=nil {return _dcbcb ._bcaef ,nil ;};if _dcbcb .Annots ==nil {_dcbcb ._bcaef =[]*PdfAnnotation {};return nil ,nil ;};if _dcbcb ._agfg ==nil {_dcbcb ._bcaef =[]*PdfAnnotation {}; +return nil ,nil ;};_bcbb ,_fadab :=_dcbcb ._agfg .loadAnnotations (_dcbcb .Annots );if _fadab !=nil {return nil ,_fadab ;};if _bcbb ==nil {_dcbcb ._bcaef =[]*PdfAnnotation {};};_dcbcb ._bcaef =_bcbb ;return _dcbcb ._bcaef ,nil ;}; -// SetFitWindow sets the value of the fitWindow flag. -func (_ddaff *ViewerPreferences )SetFitWindow (fitWindow bool ){_ddaff ._cbdgc =&fitWindow }; +// SetCatalogLanguage sets the catalog language. +func (_cbcaf *PdfWriter )SetCatalogLanguage (lang _bda .PdfObject )error {if lang ==nil {_cbcaf ._geadba .Remove ("\u004c\u0061\u006e\u0067");return nil ;};_cbcaf .addObject (lang );_cbcaf ._geadba .Set ("\u004c\u0061\u006e\u0067",lang );return nil ;}; -// ColorToRGB converts a CalGray color to an RGB color. -func (_gdfg *PdfColorspaceCalGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_cbgb ,_cace :=color .(*PdfColorCalGray );if !_cace {_fca .Log .Debug ("\u0049n\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006eo\u0074\u0020\u0063\u0061\u006c\u0020\u0067\u0072\u0061\u0079"); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};ANorm :=_cbgb .Val ();X :=_gdfg .WhitePoint [0]*_aaa .Pow (ANorm ,_gdfg .Gamma );Y :=_gdfg .WhitePoint [1]*_aaa .Pow (ANorm ,_gdfg .Gamma ); -Z :=_gdfg .WhitePoint [2]*_aaa .Pow (ANorm ,_gdfg .Gamma );_bfda :=3.240479*X +-1.537150*Y +-0.498535*Z ;_adbc :=-0.969256*X +1.875992*Y +0.041556*Z ;_eadf :=0.055648*X +-0.204043*Y +1.057311*Z ;_bfda =_aaa .Min (_aaa .Max (_bfda ,0),1.0);_adbc =_aaa .Min (_aaa .Max (_adbc ,0),1.0); -_eadf =_aaa .Min (_aaa .Max (_eadf ,0),1.0);return NewPdfColorDeviceRGB (_bfda ,_adbc ,_eadf ),nil ;}; -// ToPdfObject returns colorspace in a PDF object format [name stream] -func (_gebg *PdfColorspaceICCBased )ToPdfObject ()_cee .PdfObject {_cdaf :=&_cee .PdfObjectArray {};_cdaf .Append (_cee .MakeName ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"));var _bfbd *_cee .PdfObjectStream ;if _gebg ._gcdbe !=nil {_bfbd =_gebg ._gcdbe ; -}else {_bfbd =&_cee .PdfObjectStream {};};_abcgc :=_cee .MakeDict ();_abcgc .Set ("\u004e",_cee .MakeInteger (int64 (_gebg .N )));if _gebg .Alternate !=nil {_abcgc .Set ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e",_gebg .Alternate .ToPdfObject ());}; -if _gebg .Metadata !=nil {_abcgc .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_gebg .Metadata );};if _gebg .Range !=nil {var _daga []_cee .PdfObject ;for _ ,_eaga :=range _gebg .Range {_daga =append (_daga ,_cee .MakeFloat (_eaga ));};_abcgc .Set ("\u0052\u0061\u006eg\u0065",_cee .MakeArray (_daga ...)); -};_abcgc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_gebg .Data ))));_bfbd .Stream =_gebg .Data ;_bfbd .PdfObjectDictionary =_abcgc ;_cdaf .Append (_bfbd );if _gebg ._gagc !=nil {_gebg ._gagc .PdfObject =_cdaf ;return _gebg ._gagc ; -};return _cdaf ;};func _eddfe ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _aafgb }; +// PdfShadingType2 is an Axial shading. +type PdfShadingType2 struct{*PdfShading ;Coords *_bda .PdfObjectArray ;Domain *_bda .PdfObjectArray ;Function []PdfFunction ;Extend *_bda .PdfObjectArray ;};func _baedg (_cgcc _bda .PdfObject )(*PdfColorspaceLab ,error ){_dgdd :=NewPdfColorspaceLab (); +if _gcee ,_gafc :=_cgcc .(*_bda .PdfIndirectObject );_gafc {_dgdd ._begd =_gcee ;};_cgcc =_bda .TraceToDirectObject (_cgcc );_dbef ,_cecc :=_cgcc .(*_bda .PdfObjectArray );if !_cecc {return nil ,_c .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};if _dbef .Len ()!=2{return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e");};_cgcc =_bda .TraceToDirectObject (_dbef .Get (0));_eccf ,_cecc :=_cgcc .(*_bda .PdfObjectName ); +if !_cecc {return nil ,_c .Errorf ("\u006c\u0061\u0062\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074");};if *_eccf !="\u004c\u0061\u0062"{return nil ,_c .Errorf ("n\u006ft\u0020\u0061\u0020\u004c\u0061\u0062\u0020\u0063o\u006c\u006f\u0072\u0073pa\u0063\u0065"); +};_cgcc =_bda .TraceToDirectObject (_dbef .Get (1));_gfaa ,_cecc :=_cgcc .(*_bda .PdfObjectDictionary );if !_cecc {return nil ,_c .Errorf ("c\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020or\u0020\u0069\u006ev\u0061l\u0069\u0064"); +};_cgcc =_gfaa .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_cgcc =_bda .TraceToDirectObject (_cgcc );_abfb ,_cecc :=_cgcc .(*_bda .PdfObjectArray );if !_cecc {return nil ,_c .Errorf ("\u004c\u0061\u0062\u0020In\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069n\u0074"); +};if _abfb .Len ()!=3{return nil ,_c .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079");};_fgab ,_bfcg :=_abfb .GetAsFloat64Slice (); +if _bfcg !=nil {return nil ,_bfcg ;};_dgdd .WhitePoint =_fgab ;_cgcc =_gfaa .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _cgcc !=nil {_cgcc =_bda .TraceToDirectObject (_cgcc );_efdb ,_ebbf :=_cgcc .(*_bda .PdfObjectArray );if !_ebbf {return nil ,_c .Errorf ("\u004c\u0061\u0062: \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074"); +};if _efdb .Len ()!=3{return nil ,_c .Errorf ("\u004c\u0061b\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061rr\u0061\u0079");};_ecaeb ,_dgfbf :=_efdb .GetAsFloat64Slice (); +if _dgfbf !=nil {return nil ,_dgfbf ;};_dgdd .BlackPoint =_ecaeb ;};_cgcc =_gfaa .Get ("\u0052\u0061\u006eg\u0065");if _cgcc !=nil {_cgcc =_bda .TraceToDirectObject (_cgcc );_bcda ,_egfa :=_cgcc .(*_bda .PdfObjectArray );if !_egfa {_ed .Log .Error ("\u0052\u0061n\u0067\u0065\u0020t\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +return nil ,_c .Errorf ("\u004ca\u0062:\u0020\u0054\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _bcda .Len ()!=4{_ed .Log .Error ("\u0052\u0061\u006e\u0067\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020e\u0072\u0072\u006f\u0072");return nil ,_c .Errorf ("\u004c\u0061b\u003a\u0020\u0052a\u006e\u0067\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_fgaba ,_aag :=_bcda .GetAsFloat64Slice ();if _aag !=nil {return nil ,_aag ;};_dgdd .Range =_fgaba ;};return _dgdd ,nil ;}; -// NewPdfSignature creates a new PdfSignature object. -func NewPdfSignature (handler SignatureHandler )*PdfSignature {_bdadf :=&PdfSignature {Type :_cee .MakeName ("\u0053\u0069\u0067"),Handler :handler };_eccga :=&pdfSignDictionary {PdfObjectDictionary :_cee .MakeDict (),_efde :&handler ,_dddage :_bdadf }; -_bdadf ._gcfbb =_cee .MakeIndirectObject (_eccga );return _bdadf ;}; +// Tab order types. +type TabOrderType string ; -// ToWriter creates a new writer from the current reader, based on the specified options. -// If no options are provided, all reader properties are copied to the writer. -func (_gacae *PdfReader )ToWriter (opts *ReaderToWriterOpts )(*PdfWriter ,error ){_bagdd :=NewPdfWriter ();_bagdd .SetFileName (_gacae ._ddbge );if opts ==nil {opts =&ReaderToWriterOpts {};};_bbcce ,_cadd :=_gacae .GetNumPages ();if _cadd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cadd ); -return nil ,_cadd ;};for _gfce :=1;_gfce <=_bbcce ;_gfce ++{_eaaeg ,_ccafge :=_gacae .GetPage (_gfce );if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge );return nil ,_ccafge ;};if opts .PageProcessCallback !=nil {_ccafge =opts .PageProcessCallback (_gfce ,_eaaeg ); -if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge );return nil ,_ccafge ;};}else if opts .PageCallback !=nil {opts .PageCallback (_gfce ,_eaaeg );};_ccafge =_bagdd .AddPage (_eaaeg );if _ccafge !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ccafge ); -return nil ,_ccafge ;};};_bagdd ._gceef =_gacae .PdfVersion ();if !opts .SkipInfo {_bfba ,_ecffgd :=_gacae .GetPdfInfo ();if _ecffgd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecffgd );}else {_bagdd ._cbfac .PdfObject =_bfba .ToPdfObject (); -};};if !opts .SkipMetadata {if _eadaec :=_gacae ._cacfe .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_eadaec !=nil {if _fecd :=_bagdd .SetCatalogMetadata (_eadaec );_fecd !=nil {return nil ,_fecd ;};};};if !opts .SkipMarkInfo {if _agfcef ,_ggcga :=_gacae .GetCatalogMarkInfo (); -_ggcga {if _cbded :=_bagdd .SetCatalogMarkInfo (_agfcef );_cbded !=nil {return nil ,_cbded ;};};};if !opts .SkipAcroForm {_cddcf :=_bagdd .SetForms (_gacae .AcroForm );if _cddcf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cddcf ); -return nil ,_cddcf ;};};if !opts .SkipViewerPreferences {if _caaae ,_bfdg :=_gacae .GetCatalogViewerPreferences ();_bfdg {if _ebae :=_bagdd .SetCatalogViewerPreferences (_caaae );_ebae !=nil {return nil ,_ebae ;};};};if !opts .SkipLanguage {if _baggb ,_cccgd :=_gacae .GetCatalogLanguage (); -_cccgd {if _beege :=_bagdd .SetCatalogLanguage (_baggb );_beege !=nil {return nil ,_beege ;};};};if !opts .SkipOutlines {_bagdd .AddOutlineTree (_gacae .GetOutlineTree ());};if !opts .SkipOCProperties {_gedbba ,_ebgc :=_gacae .GetOCProperties ();if _ebgc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ebgc ); -}else {_ebgc =_bagdd .SetOCProperties (_gedbba );if _ebgc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ebgc );};};};if !opts .SkipPageLabels {_fedb ,_ffgfgb :=_gacae .GetPageLabels ();if _ffgfgb !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ffgfgb ); -}else {_ffgfgb =_bagdd .SetPageLabels (_fedb );if _ffgfgb !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ffgfgb );};};};if !opts .SkipNamedDests {_bbbgd ,_eeegf :=_gacae .GetNamedDestinations ();if _eeegf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eeegf ); -}else {_eeegf =_bagdd .SetNamedDestinations (_bbbgd );if _eeegf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eeegf );};};};if !opts .SkipNameDictionary {_egdc ,_beaf :=_gacae .GetNameDictionary ();if _beaf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_beaf ); -}else {_beaf =_bagdd .SetNameDictionary (_egdc );if _beaf !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_beaf );};};};_gccgf ,_egaa :=_gacae .GetCatalogStructTreeRoot ();if _egaa {_dacc :=_bagdd .SetCatalogStructTreeRoot (_gccgf ); -if _dacc !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dacc );};};if !opts .SkipRotation &&_gacae .Rotate !=nil {if _fbcbd :=_bagdd .SetRotation (*_gacae .Rotate );_fbcbd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fbcbd ); -};};return &_bagdd ,nil ;}; +// PdfShadingType6 is a Coons patch mesh. +type PdfShadingType6 struct{*PdfShading ;BitsPerCoordinate *_bda .PdfObjectInteger ;BitsPerComponent *_bda .PdfObjectInteger ;BitsPerFlag *_bda .PdfObjectInteger ;Decode *_bda .PdfObjectArray ;Function []PdfFunction ;}; -// ToPdfObject returns colorspace in a PDF object format [name dictionary] -func (_affa *PdfColorspaceCalRGB )ToPdfObject ()_cee .PdfObject {_eeee :=&_cee .PdfObjectArray {};_eeee .Append (_cee .MakeName ("\u0043\u0061\u006c\u0052\u0047\u0042"));_fbba :=_cee .MakeDict ();if _affa .WhitePoint !=nil {_bbdgd :=_cee .MakeArray (_cee .MakeFloat (_affa .WhitePoint [0]),_cee .MakeFloat (_affa .WhitePoint [1]),_cee .MakeFloat (_affa .WhitePoint [2])); -_fbba .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_bbdgd );}else {_fca .Log .Error ("\u0043\u0061l\u0052\u0047\u0042\u003a \u004d\u0069s\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029"); -};if _affa .BlackPoint !=nil {_egcg :=_cee .MakeArray (_cee .MakeFloat (_affa .BlackPoint [0]),_cee .MakeFloat (_affa .BlackPoint [1]),_cee .MakeFloat (_affa .BlackPoint [2]));_fbba .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_egcg ); -};if _affa .Gamma !=nil {_ecca :=_cee .MakeArray (_cee .MakeFloat (_affa .Gamma [0]),_cee .MakeFloat (_affa .Gamma [1]),_cee .MakeFloat (_affa .Gamma [2]));_fbba .Set ("\u0047\u0061\u006dm\u0061",_ecca );};if _affa .Matrix !=nil {_ddfe :=_cee .MakeArray (_cee .MakeFloat (_affa .Matrix [0]),_cee .MakeFloat (_affa .Matrix [1]),_cee .MakeFloat (_affa .Matrix [2]),_cee .MakeFloat (_affa .Matrix [3]),_cee .MakeFloat (_affa .Matrix [4]),_cee .MakeFloat (_affa .Matrix [5]),_cee .MakeFloat (_affa .Matrix [6]),_cee .MakeFloat (_affa .Matrix [7]),_cee .MakeFloat (_affa .Matrix [8])); -_fbba .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ddfe );};_eeee .Append (_fbba );if _affa ._fbgd !=nil {_affa ._fbgd .PdfObject =_eeee ;return _affa ._fbgd ;};return _eeee ;}; +// GetContentStreams returns the content stream as an array of strings. +func (_decac *PdfPage )GetContentStreams ()([]string ,error ){_cdad :=_decac .GetContentStreamObjs ();var _dedf []string ;for _ ,_gdacb :=range _cdad {_bfcac ,_ffbae :=_cdfgg (_gdacb );if _ffbae !=nil {return nil ,_ffbae ;};_dedf =append (_dedf ,_bfcac ); +};return _dedf ,nil ;}; -// NewPdfActionSubmitForm returns a new "submit form" action. -func NewPdfActionSubmitForm ()*PdfActionSubmitForm {_aae :=NewPdfAction ();_aaed :=&PdfActionSubmitForm {};_aaed .PdfAction =_aae ;_aae .SetContext (_aaed );return _aaed ;}; +// PdfActionSubmitForm represents a submitForm action. +type PdfActionSubmitForm struct{*PdfAction ;F *PdfFilespec ;Fields _bda .PdfObject ;Flags _bda .PdfObject ;}; -// UpdateObject marks `obj` as updated and to be included in the following revision. -func (_efae *PdfAppender )UpdateObject (obj _cee .PdfObject ){_efae .replaceObject (obj ,obj );if _ ,_cadg :=_efae ._efdc [obj ];!_cadg {_efae ._eccb =append (_efae ._eccb ,obj );_efae ._efdc [obj ]=struct{}{};};}; +// ToPdfObject returns the PDF representation of the DSS dictionary. +func (_gcab *DSS )ToPdfObject ()_bda .PdfObject {_dbea :=_gcab ._bebag .PdfObject .(*_bda .PdfObjectDictionary );_dbea .Clear ();_ggff :=_bda .MakeDict ();for _eecec ,_gcb :=range _gcab .VRI {_ggff .Set (*_bda .MakeName (_eecec ),_gcb .ToPdfObject ()); +};_dbea .SetIfNotNil ("\u0043\u0065\u0072t\u0073",_dabab (_gcab .Certs ));_dbea .SetIfNotNil ("\u004f\u0043\u0053P\u0073",_dabab (_gcab .OCSPs ));_dbea .SetIfNotNil ("\u0043\u0052\u004c\u0073",_dabab (_gcab .CRLs ));_dbea .Set ("\u0056\u0052\u0049",_ggff ); +return _gcab ._bebag ;}; -// SetImage updates XObject Image with new image data. -func (_aeffdf *XObjectImage )SetImage (img *Image ,cs PdfColorspace )error {_aeffdf .Filter .UpdateParams (img .GetParamsDict ());_adcab ,_daafc :=_aeffdf .Filter .EncodeBytes (img .Data );if _daafc !=nil {return _daafc ;};_aeffdf .Stream =_adcab ;_agaac :=img .Width ; -_aeffdf .Width =&_agaac ;_ddcae :=img .Height ;_aeffdf .Height =&_ddcae ;_fbdagd :=img .BitsPerComponent ;_aeffdf .BitsPerComponent =&_fbdagd ;if cs ==nil {if img .ColorComponents ==1{_aeffdf .ColorSpace =NewPdfColorspaceDeviceGray ();}else if img .ColorComponents ==3{_aeffdf .ColorSpace =NewPdfColorspaceDeviceRGB (); -}else if img .ColorComponents ==4{_aeffdf .ColorSpace =NewPdfColorspaceDeviceCMYK ();}else {return _cdf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_aeffdf .ColorSpace =cs ;};return nil ; -};func (_geegd *PdfWriter )writeObject (_ffagd int ,_dcebb _cee .PdfObject ){_fca .Log .Trace ("\u0057\u0072\u0069\u0074\u0065\u0020\u006f\u0062\u006a \u0023\u0025\u0064\u000a",_ffagd );if _bbbff ,_aefec :=_dcebb .(*_cee .PdfIndirectObject );_aefec {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_bbbff .GenerationNumber }; -_abcc :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );if _eacdb ,_fbfad :=_bbbff .PdfObject .(*pdfSignDictionary );_fbfad {_eacdb ._gcccf =_geegd ._gfee +int64 (len (_abcc ));};if _bbbff .PdfObject ==nil {_fca .Log .Debug ("E\u0072\u0072\u006fr\u003a\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0027\u0073\u0020\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020b\u0065\u0020\u006e\u0069l\u0020\u002d\u0020\u0073e\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063t\u004e\u0075\u006c\u006c"); -_bbbff .PdfObject =_cee .MakeNull ();};_abcc +=_bbbff .PdfObject .WriteString ();_abcc +="\u000a\u0065\u006e\u0064\u006f\u0062\u006a\u000a";_geegd .writeString (_abcc );return ;};if _gbfd ,_acgd :=_dcebb .(*_cee .PdfObjectStream );_acgd {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_gbfd .GenerationNumber }; -_gadaa :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );_gadaa +=_gbfd .PdfObjectDictionary .WriteString ();_gadaa +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_geegd .writeString (_gadaa );if _gbfd .Lazy {_dgcd ,_gdaf :=_fef .ReadFile (_gbfd .TempFile ); -if _gdaf !=nil {_fca .Log .Info ("\u0045\u0072\u0072\u006f\u0072\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u006ca\u007ay\u0020\u0074\u0065\u006d\u0070\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_gbfd .TempFile );return ;};_geegd .writeBytes (_dgcd ); -_fef .Remove (_gbfd .TempFile );}else {_geegd .writeBytes (_gbfd .Stream );};_geegd .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};if _aceaa ,_bbbbc :=_dcebb .(*_cee .PdfObjectStreams ); -_bbbbc {_geegd ._gceegb [_ffagd ]=crossReference {Type :1,Offset :_geegd ._gfee ,Generation :_aceaa .GenerationNumber };_bafcf :=_e .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_ffagd );var _cgebg []string ;var _gbfgbf string ;var _fcgca int64 ; -for _fdgdda ,_bbfeg :=range _aceaa .Elements (){_eaab ,_fdgfg :=_bbfeg .(*_cee .PdfIndirectObject );if !_fdgfg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065am\u0073 \u004e\u0020\u0025\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006es\u0020\u006e\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u0070\u0064\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0076",_ffagd ,_bbfeg ); -continue ;};_efbca :=_eaab .PdfObject .WriteString ()+"\u0020";_gbfgbf =_gbfgbf +_efbca ;_cgebg =append (_cgebg ,_e .Sprintf ("\u0025\u0064\u0020%\u0064",_eaab .ObjectNumber ,_fcgca ));_geegd ._gceegb [int (_eaab .ObjectNumber )]=crossReference {Type :2,ObjectNumber :_ffagd ,Index :_fdgdda }; -_fcgca =_fcgca +int64 (len ([]byte (_efbca )));};_cffgf :=_ad .Join (_cgebg ,"\u0020")+"\u0020";_bgcb :=_cee .NewFlateEncoder ();_agbbe :=_bgcb .MakeStreamDict ();_agbbe .Set (_cee .PdfObjectName ("\u0054\u0079\u0070\u0065"),_cee .MakeName ("\u004f\u0062\u006a\u0053\u0074\u006d")); -_gfced :=int64 (_aceaa .Len ());_agbbe .Set (_cee .PdfObjectName ("\u004e"),_cee .MakeInteger (_gfced ));_fdegf :=int64 (len (_cffgf ));_agbbe .Set (_cee .PdfObjectName ("\u0046\u0069\u0072s\u0074"),_cee .MakeInteger (_fdegf ));_gebbf ,_ :=_bgcb .EncodeBytes ([]byte (_cffgf +_gbfgbf )); -_cbced :=int64 (len (_gebbf ));_agbbe .Set (_cee .PdfObjectName ("\u004c\u0065\u006e\u0067\u0074\u0068"),_cee .MakeInteger (_cbced ));_bafcf +=_agbbe .WriteString ();_bafcf +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_geegd .writeString (_bafcf ); -_geegd .writeBytes (_gebbf );_geegd .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};_geegd .writeString (_dcebb .WriteString ());};func _aebcf (_abae *_cee .PdfObjectDictionary )(*PdfShadingPattern ,error ){_fcbeag :=&PdfShadingPattern {}; -_edgdd :=_abae .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");if _edgdd ==nil {_fca .Log .Debug ("\u0053h\u0061d\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_bfgb ,_fbegd :=_cdgaf (_edgdd ); -if _fbegd !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006eg\u0020s\u0068a\u0064\u0069\u006e\u0067\u003a\u0020\u0025v",_fbegd );return nil ,_fbegd ;};_fcbeag .Shading =_bfgb ;if _afaegd :=_abae .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); -_afaegd !=nil {_bdddd ,_cbgbd :=_afaegd .(*_cee .PdfObjectArray );if !_cbgbd {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_afaegd ); -return nil ,_cee .ErrTypeError ;};_fcbeag .Matrix =_bdddd ;};if _gbdgf :=_abae .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_gbdgf !=nil {_fcbeag .ExtGState =_gbdgf ;};return _fcbeag ,nil ;}; +// MergePageWith appends page content to source Pdf file page content. +func (_defb *PdfAppender )MergePageWith (pageNum int ,page *PdfPage )error {_dbfc :=pageNum -1;var _debfd *PdfPage ;for _ddfb ,_ecbf :=range _defb ._eebd {if _ddfb ==_dbfc {_debfd =_ecbf ;};};if _debfd ==nil {return _c .Errorf ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073o\u0075\u0072\u0063\u0065\u0020\u0064o\u0063\u0075\u006de\u006e\u0074",pageNum ); +};if _debfd ._eebfa !=nil &&_debfd ._eebfa .GetParser ()==_defb ._babd ._fdadg {_debfd =_debfd .Duplicate ();_defb ._eebd [_dbfc ]=_debfd ;};page =page .Duplicate ();_defaab (page );_cfcf :=_ecfc (_debfd );_bbag :=_ecfc (page );_bfce :=make (map[_bda .PdfObjectName ]_bda .PdfObjectName ); +for _ceac :=range _bbag {if _ ,_edbe :=_cfcf [_ceac ];_edbe {for _becc :=1;true ;_becc ++{_ageg :=_bda .PdfObjectName (string (_ceac )+_dg .Itoa (_becc ));if _ ,_dbcc :=_cfcf [_ageg ];!_dbcc {_bfce [_ceac ]=_ageg ;break ;};};};};_efbg ,_deef :=page .GetContentStreams (); +if _deef !=nil {return _deef ;};_fgfcc ,_deef :=_debfd .GetContentStreams ();if _deef !=nil {return _deef ;};for _bffda ,_befe :=range _efbg {for _bdbd ,_gffd :=range _bfce {_befe =_ab .Replace (_befe ,"\u002f"+string (_bdbd ),"\u002f"+string (_gffd ),-1); +};_efbg [_bffda ]=_befe ;};_fgfcc =append (_fgfcc ,_efbg ...);if _dagb :=_debfd .SetContentStreams (_fgfcc ,_bda .NewFlateEncoder ());_dagb !=nil {return _dagb ;};_debfd ._bcaef =append (_debfd ._bcaef ,page ._bcaef ...);if _debfd .Resources ==nil {_debfd .Resources =NewPdfPageResources (); +};if page .Resources !=nil {_debfd .Resources .Font =_defb .mergeResources (_debfd .Resources .Font ,page .Resources .Font ,_bfce );_debfd .Resources .XObject =_defb .mergeResources (_debfd .Resources .XObject ,page .Resources .XObject ,_bfce );_debfd .Resources .Properties =_defb .mergeResources (_debfd .Resources .Properties ,page .Resources .Properties ,_bfce ); +if _debfd .Resources .ProcSet ==nil {_debfd .Resources .ProcSet =page .Resources .ProcSet ;};_debfd .Resources .Shading =_defb .mergeResources (_debfd .Resources .Shading ,page .Resources .Shading ,_bfce );_debfd .Resources .ExtGState =_defb .mergeResources (_debfd .Resources .ExtGState ,page .Resources .ExtGState ,_bfce ); +};_eggd ,_deef :=_debfd .GetMediaBox ();if _deef !=nil {return _deef ;};_ffec ,_deef :=page .GetMediaBox ();if _deef !=nil {return _deef ;};var _dbgg bool ;if _eggd .Llx > _ffec .Llx {_eggd .Llx =_ffec .Llx ;_dbgg =true ;};if _eggd .Lly > _ffec .Lly {_eggd .Lly =_ffec .Lly ; +_dbgg =true ;};if _eggd .Urx < _ffec .Urx {_eggd .Urx =_ffec .Urx ;_dbgg =true ;};if _eggd .Ury < _ffec .Ury {_eggd .Ury =_ffec .Ury ;_dbgg =true ;};if _dbgg {_debfd .MediaBox =_eggd ;};return nil ;}; -// SignatureHandlerDocMDPParams describe the specific parameters for the SignatureHandlerEx -// These parameters describe how to check the difference between revisions. -// Revisions of the document get from the PdfParser. -type SignatureHandlerDocMDPParams struct{Parser *_cee .PdfParser ;DiffPolicy _cc .DiffPolicy ;};func _fceag (_eafbg _cee .PdfObject )(map[_dae .CharCode ]float64 ,error ){if _eafbg ==nil {return nil ,nil ;};_feadc ,_gdae :=_cee .GetArray (_eafbg );if !_gdae {return nil ,nil ; -};_bebe :=map[_dae .CharCode ]float64 {};_caba :=_feadc .Len ();for _gddgb :=0;_gddgb < _caba -1;_gddgb ++{_baed :=_cee .TraceToDirectObject (_feadc .Get (_gddgb ));_dccg ,_adfdb :=_cee .GetIntVal (_baed );if !_adfdb {return nil ,_e .Errorf ("\u0042a\u0064\u0020\u0066\u006fn\u0074\u0020\u0057\u0020\u006fb\u006a0\u003a \u0069\u003d\u0025\u0064\u0020\u0025\u0023v",_gddgb ,_baed ); -};_gddgb ++;if _gddgb > _caba -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_feadc );};_cdbbd :=_cee .TraceToDirectObject (_feadc .Get (_gddgb )); -switch _cdbbd .(type ){case *_cee .PdfObjectArray :_afgaf ,_ :=_cee .GetArray (_cdbbd );if _bcacc ,_bagcf :=_afgaf .ToFloat64Array ();_bagcf ==nil {for _cdgg :=0;_cdgg < len (_bcacc );_cdgg ++{_bebe [_dae .CharCode (_dccg +_cdgg )]=_bcacc [_cdgg ];};}else {return nil ,_e .Errorf ("\u0042\u0061\u0064 \u0066\u006f\u006e\u0074 \u0057\u0020\u0061\u0072\u0072\u0061\u0079 \u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gddgb ,_cdbbd ); -};case *_cee .PdfObjectInteger :_bfbdb ,_acec :=_cee .GetIntVal (_cdbbd );if !_acec {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gddgb ,_cdbbd ); -};_gddgb ++;if _gddgb > _caba -1{return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_feadc );};_bfbgc :=_feadc .Get (_gddgb );_ddef ,_egeeb :=_cee .GetNumberAsFloat (_bfbgc ); -if _egeeb !=nil {return nil ,_e .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0032\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gddgb ,_bfbgc );};for _eafa :=_dccg ;_eafa <=_bfbdb ; -_eafa ++{_bebe [_dae .CharCode (_eafa )]=_ddef ;};default:return nil ,_e .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057 \u006f\u0062\u006a\u0031\u0020\u0074\u0079p\u0065\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gddgb ,_cdbbd ); -};};return _bebe ,nil ;}; +// GetContainingPdfObject returns the containing object for the PdfField, i.e. an indirect object +// containing the field dictionary. +func (_dddd *PdfField )GetContainingPdfObject ()_bda .PdfObject {return _dddd ._ceaeg }; -// Height returns the height of `rect`. -func (_adgcb *PdfRectangle )Height ()float64 {return _aaa .Abs (_adgcb .Ury -_adgcb .Lly )}; +// GetContentStream returns the XObject Form's content stream. +func (_acgbbg *XObjectForm )GetContentStream ()([]byte ,error ){_cdfcf ,_ebdfc :=_bda .DecodeStream (_acgbbg ._cdfb );if _ebdfc !=nil {return nil ,_ebdfc ;};return _cdfcf ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_ffe *PdfActionRendition )ToPdfObject ()_cee .PdfObject {_ffe .PdfAction .ToPdfObject ();_gce :=_ffe ._gaf ;_aed :=_gce .PdfObject .(*_cee .PdfObjectDictionary );_aed .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeRendition )));_aed .SetIfNotNil ("\u0052",_ffe .R ); -_aed .SetIfNotNil ("\u0041\u004e",_ffe .AN );_aed .SetIfNotNil ("\u004f\u0050",_ffe .OP );_aed .SetIfNotNil ("\u004a\u0053",_ffe .JS );return _gce ;}; +// PdfOutline represents a PDF outline dictionary (Table 152 - p. 376). +type PdfOutline struct{PdfOutlineTreeNode ;Parent *PdfOutlineTreeNode ;Count *int64 ;_baaf *_bda .PdfIndirectObject ;}; -// ImageToRGB converts CalRGB colorspace image to RGB and returns the result. -func (_cggd *PdfColorspaceCalRGB )ImageToRGB (img Image )(Image ,error ){_gbcca :=_ag .NewReader (img .getBase ());_adgb :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_cddeb :=_ag .NewWriter (_adgb ); -_dbda :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_ecdfg :=make ([]uint32 ,3);var (_cfga error ;_dbgfg ,_gbfe ,_edgeg ,_fae ,_bcbf ,_dgcfb float64 ;);for {_cfga =_gbcca .ReadSamples (_ecdfg );if _cfga ==_fc .EOF {break ;}else if _cfga !=nil {return img ,_cfga ; -};_dbgfg =float64 (_ecdfg [0])/_dbda ;_gbfe =float64 (_ecdfg [1])/_dbda ;_edgeg =float64 (_ecdfg [2])/_dbda ;_fae =_cggd .Matrix [0]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [3]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [6]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]); -_bcbf =_cggd .Matrix [1]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [4]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [7]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]);_dgcfb =_cggd .Matrix [2]*_aaa .Pow (_dbgfg ,_cggd .Gamma [0])+_cggd .Matrix [5]*_aaa .Pow (_gbfe ,_cggd .Gamma [1])+_cggd .Matrix [8]*_aaa .Pow (_edgeg ,_cggd .Gamma [2]); -_dbgfg =3.240479*_fae +-1.537150*_bcbf +-0.498535*_dgcfb ;_gbfe =-0.969256*_fae +1.875992*_bcbf +0.041556*_dgcfb ;_edgeg =0.055648*_fae +-0.204043*_bcbf +1.057311*_dgcfb ;_dbgfg =_aaa .Min (_aaa .Max (_dbgfg ,0),1.0);_gbfe =_aaa .Min (_aaa .Max (_gbfe ,0),1.0); -_edgeg =_aaa .Min (_aaa .Max (_edgeg ,0),1.0);_ecdfg [0]=uint32 (_dbgfg *_dbda );_ecdfg [1]=uint32 (_gbfe *_dbda );_ecdfg [2]=uint32 (_edgeg *_dbda );if _cfga =_cddeb .WriteSamples (_ecdfg );_cfga !=nil {return img ,_cfga ;};};return _acecd (&_adgb ),nil ; -}; +// GetContainingPdfObject returns the container of the shading object (indirect object). +func (_efgcg *PdfShading )GetContainingPdfObject ()_bda .PdfObject {return _efgcg ._gfdga }; -// RemoveStructParentsKey removes the StructParents key. -func (_ecge *PdfPage )RemoveStructParentsKey (){_ecge .StructParents =nil }; +// SetCatalogStructTreeRoot sets the catalog struct tree root object. +func (_fadfg *PdfWriter )SetCatalogStructTreeRoot (tree _bda .PdfObject )error {if tree ==nil {_fadfg ._geadba .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074");return nil ;};_fadfg ._geadba .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",tree ); +return _fadfg .addObjects (tree );}; -// PdfColorCalGray represents a CalGray colorspace. -type PdfColorCalGray float64 ; +// GetPreviousRevision returns the previous revision of PdfReader for the Pdf document +func (_aeeeg *PdfReader )GetPreviousRevision ()(*PdfReader ,error ){if _aeeeg ._fdadg .GetRevisionNumber ()==0{return nil ,_gea .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065xi\u0073\u0074"); +};if _ecdgee ,_bgdec :=_aeeeg ._gdfcc [_aeeeg ];_bgdec {return _ecdgee ,nil ;};_cgdeb ,_debfc :=_aeeeg ._fdadg .GetPreviousRevisionReadSeeker ();if _debfc !=nil {return nil ,_debfc ;};_cbba ,_debfc :=_efgcc (_cgdeb ,_aeeeg ._afdbe ,_aeeeg ._cadf ,"\u006do\u0064\u0065\u006c\u003aG\u0065\u0074\u0050\u0072\u0065v\u0069o\u0075s\u0052\u0065\u0076\u0069\u0073\u0069\u006fn"); +if _debfc !=nil {return nil ,_debfc ;};_aeeeg ._aaefc [_aeeeg ._fdadg .GetRevisionNumber ()-1]=_cbba ;_aeeeg ._gdfcc [_aeeeg ]=_cbba ;_cbba ._gdfcc =_aeeeg ._gdfcc ;return _cbba ,nil ;}; -// SetType sets the field button's type. Can be one of: -// - PdfFieldButtonPush for push button fields -// - PdfFieldButtonCheckbox for checkbox fields -// - PdfFieldButtonRadio for radio button fields -// This sets the field's flag appropriately. -func (_affb *PdfFieldButton )SetType (btype ButtonType ){_abad :=uint32 (0);if _affb .Ff !=nil {_abad =uint32 (*_affb .Ff );};switch btype {case ButtonTypePush :_abad |=FieldFlagPushbutton .Mask ();case ButtonTypeRadio :_abad |=FieldFlagRadio .Mask (); -};_affb .Ff =_cee .MakeInteger (int64 (_abad ));}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_cddge pdfFontType0 )GetCharMetrics (code _dgb .CharCode )(_geg .CharMetrics ,bool ){if _cddge .DescendantFont ==nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_cddge ); +return _geg .CharMetrics {},false ;};return _cddge .DescendantFont .GetCharMetrics (code );}; -// Decrypt decrypts the PDF file with a specified password. Also tries to -// decrypt with an empty password. Returns true if successful, -// false otherwise. -func (_eddee *PdfReader )Decrypt (password []byte )(bool ,error ){_bdebe ,_bdffc :=_eddee ._ffdgf .Decrypt (password );if _bdffc !=nil {return false ,_bdffc ;};if !_bdebe {return false ,nil ;};_bdffc =_eddee .loadStructure ();if _bdffc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f \u006co\u0061d\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",_bdffc ); -return false ,_bdffc ;};return true ,nil ;}; +// PdfAnnotationRichMedia represents Rich Media annotations. +type PdfAnnotationRichMedia struct{*PdfAnnotation ;RichMediaSettings _bda .PdfObject ;RichMediaContent _bda .PdfObject ;};func _gdac (_gfcdg *PdfAnnotation )(*XObjectForm ,*PdfRectangle ,error ){_agfe ,_afaed :=_bda .GetDict (_gfcdg .AP );if !_afaed {return nil ,nil ,_gea .New ("f\u0069\u0065\u006c\u0064\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0041\u0050\u0020d\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079"); +};if _agfe ==nil {return nil ,nil ,nil ;};_ffbb ,_afaed :=_bda .GetArray (_gfcdg .Rect );if !_afaed ||_ffbb .Len ()!=4{return nil ,nil ,_gea .New ("\u0072\u0065\u0063t\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_efbaa ,_cbbge :=NewPdfRectangle (*_ffbb ); +if _cbbge !=nil {return nil ,nil ,_cbbge ;};_dadd :=_bda .TraceToDirectObject (_agfe .Get ("\u004e"));switch _affd :=_dadd .(type ){case *_bda .PdfObjectStream :_bcge :=_affd ;_abdeg ,_aaba :=NewXObjectFormFromStream (_bcge );return _abdeg ,_efbaa ,_aaba ; +case *_bda .PdfObjectDictionary :_cfcdc :=_affd ;if _cfcdc ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067e\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0061\u006e\u0063\u0065\u002e\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +return nil ,nil ,nil ;};var _bfbfb _bda .PdfObject ;_fedcb ,_edecg :=_bda .GetName (_gfcdg .AS );if _edecg {_bfbfb =_cfcdc .Get (*_fedcb );}else {_defff :=_gfcdg ._ged .PdfObject .(*_bda .PdfObjectDictionary );if _defff ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u0067\u0065\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0076\u0061\u006c\u0075\u0065\u002e"); +return nil ,nil ,nil ;};if _bbbea :=_defff .Get ("\u0056");_bbbea !=nil {_bfbfb =_cfcdc .Get (_bda .PdfObjectName (_bbbea .String ()));};};if _bfbfb ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0041\u0053\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); +return nil ,nil ,nil ;};_gceg ,_edecg :=_bda .GetStream (_bfbfb );if !_edecg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006ce \u0074\u006f\u0020\u0061\u0063\u0063e\u0073\u0073\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0066\u006f\u0072 \u0025\u0076",_fedcb ); +return nil ,nil ,_gea .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_ceaab ,_ebdb :=NewXObjectFormFromStream (_gceg );return _ceaab ,_efbaa ,_ebdb ;};_ed .Log .Debug ("\u0049\u006e\u0076\u0061li\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u004e\u003a\u0020%\u0054",_dadd ); +return nil ,nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");}; -// GetDSS gets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current -// document revision. -func (_cdbg *PdfAppender )GetDSS ()(_ddbb *DSS ){return _cdbg ._ccee }; +// StandardApplier is the interface that performs optimization of the whole PDF document. +// As a result an input document is being changed by the optimizer. +// The writer than takes back all it's parts and overwrites it. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type StandardApplier interface{ApplyStandard (_daaae *_bc .Document )error ;}; -// ToPdfObject implements interface PdfModel. -func (_edbga *PdfAnnotation3D )ToPdfObject ()_cee .PdfObject {_edbga .PdfAnnotation .ToPdfObject ();_defd :=_edbga ._eddc ;_acbe :=_defd .PdfObject .(*_cee .PdfObjectDictionary );_acbe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0033\u0044")); -_acbe .SetIfNotNil ("\u0033\u0044\u0044",_edbga .T3DD );_acbe .SetIfNotNil ("\u0033\u0044\u0056",_edbga .T3DV );_acbe .SetIfNotNil ("\u0033\u0044\u0041",_edbga .T3DA );_acbe .SetIfNotNil ("\u0033\u0044\u0049",_edbga .T3DI );_acbe .SetIfNotNil ("\u0033\u0044\u0042",_edbga .T3DB ); -return _defd ;}; +// GetPageLabels returns the PageLabels entry in the PDF catalog. +// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +func (_fcdd *PdfReader )GetPageLabels ()(_bda .PdfObject ,error ){_ebdfb :=_bda .ResolveReference (_fcdd ._dabg .Get ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073"));if _ebdfb ==nil {return nil ,nil ;};if !_fcdd ._aaece {_cbdfa :=_fcdd .traverseObjectData (_ebdfb ); +if _cbdfa !=nil {return nil ,_cbdfa ;};};return _ebdfb ,nil ;}; -// NewXObjectImage returns a new XObjectImage. -func NewXObjectImage ()*XObjectImage {_geebf :=&XObjectImage {};_cbacc :=&_cee .PdfObjectStream {};_cbacc .PdfObjectDictionary =_cee .MakeDict ();_geebf ._fggac =_cbacc ;return _geebf ;}; +// NewPdfAnnotationHighlight returns a new text highlight annotation. +func NewPdfAnnotationHighlight ()*PdfAnnotationHighlight {_ebf :=NewPdfAnnotation ();_bgge :=&PdfAnnotationHighlight {};_bgge .PdfAnnotation =_ebf ;_bgge .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ebf .SetContext (_bgge );return _bgge ;};func (_aeda *PdfReader )newPdfFieldFromIndirectObject (_ebbfd *_bda .PdfIndirectObject ,_fegf *PdfField )(*PdfField ,error ){if _fbef ,_beagf :=_aeda ._gbdfa .GetModelFromPrimitive (_ebbfd ).(*PdfField ); +_beagf {return _fbef ,nil ;};_cdeg ,_cgdda :=_bda .GetDict (_ebbfd );if !_cgdda {return nil ,_c .Errorf ("\u0050\u0064f\u0046\u0069\u0065\u006c\u0064 \u0069\u006e\u0064\u0069\u0072e\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_gdec :=NewPdfField ();_gdec ._ceaeg =_ebbfd ;_gdec ._ceaeg .PdfObject =_cdeg ;if _bdgb ,_faedae :=_bda .GetName (_cdeg .Get ("\u0046\u0054"));_faedae {_gdec .FT =_bdgb ;};if _fegf !=nil {_gdec .Parent =_fegf ;};_gdec .T ,_ =_cdeg .Get ("\u0054").(*_bda .PdfObjectString ); +_gdec .TU ,_ =_cdeg .Get ("\u0054\u0055").(*_bda .PdfObjectString );_gdec .TM ,_ =_cdeg .Get ("\u0054\u004d").(*_bda .PdfObjectString );_gdec .Ff ,_ =_cdeg .Get ("\u0046\u0066").(*_bda .PdfObjectInteger );_gdec .V =_cdeg .Get ("\u0056");_gdec .DV =_cdeg .Get ("\u0044\u0056"); +_gdec .AA =_cdeg .Get ("\u0041\u0041");if DA :=_cdeg .Get ("\u0044\u0041");DA !=nil {DA ,_ :=_bda .GetString (DA );_gdec .VariableText =&VariableText {DA :DA };Q ,_ :=_cdeg .Get ("\u0051").(*_bda .PdfObjectInteger );DS ,_ :=_cdeg .Get ("\u0044\u0053").(*_bda .PdfObjectString ); +RV :=_cdeg .Get ("\u0052\u0056");_gdec .VariableText .Q =Q ;_gdec .VariableText .DS =DS ;_gdec .VariableText .RV =RV ;};_fggdc :=_gdec .FT ;if _fggdc ==nil &&_fegf !=nil {_fggdc =_fegf .FT ;};if _fggdc !=nil {switch *_fggdc {case "\u0054\u0078":_agdf ,_eada :=_gbdd (_cdeg ); +if _eada !=nil {return nil ,_eada ;};_agdf .PdfField =_gdec ;_gdec ._aebb =_agdf ;case "\u0043\u0068":_cfdde ,_eecbdg :=_gbdca (_cdeg );if _eecbdg !=nil {return nil ,_eecbdg ;};_cfdde .PdfField =_gdec ;_gdec ._aebb =_cfdde ;case "\u0042\u0074\u006e":_egeb ,_aceef :=_agcf (_cdeg ); +if _aceef !=nil {return nil ,_aceef ;};_egeb .PdfField =_gdec ;_gdec ._aebb =_egeb ;case "\u0053\u0069\u0067":_fegd ,_dffd :=_aeda .newPdfFieldSignatureFromDict (_cdeg );if _dffd !=nil {return nil ,_dffd ;};_fegd .PdfField =_gdec ;_gdec ._aebb =_fegd ; +default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072t\u0065d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0073",*_gdec .FT );return nil ,_gea .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0074\u0079p\u0065"); +};};if _dbebb ,_fbbf :=_bda .GetName (_cdeg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fbbf {if *_dbebb =="\u0057\u0069\u0064\u0067\u0065\u0074"{_afag ,_affbb :=_aeda .newPdfAnnotationFromIndirectObject (_ebbfd );if _affbb !=nil {return nil ,_affbb ; +};_babfd ,_efdf :=_afag .GetContext ().(*PdfAnnotationWidget );if !_efdf {return nil ,_gea .New ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0067e\u0074 \u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006fn");};_babfd ._aee =_gdec ;_babfd .Parent =_gdec ._ceaeg ; +_gdec .Annotations =append (_gdec .Annotations ,_babfd );return _gdec ,nil ;};};_faada :=true ;if _ecaa ,_cfeff :=_bda .GetArray (_cdeg .Get ("\u004b\u0069\u0064\u0073"));_cfeff {_gbbca :=make ([]*_bda .PdfIndirectObject ,0,_ecaa .Len ());for _ ,_cfbe :=range _ecaa .Elements (){_afbca ,_fdcc :=_bda .GetIndirect (_cfbe ); +if !_fdcc {_gacc ,_gcacg :=_bda .GetStream (_cfbe );if _gcacg &&_gacc .PdfObjectDictionary !=nil {_cdcd ,_fbfb :=_bda .GetNameVal (_gacc .Get ("\u0054\u0079\u0070\u0065"));if _fbfb &&_cdcd =="\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"{_ed .Log .Debug ("E\u0052RO\u0052:\u0020f\u006f\u0072\u006d\u0020\u0066i\u0065\u006c\u0064 \u004b\u0069\u0064\u0073\u0020a\u0072\u0072\u0061y\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0069n\u0076\u0061\u006cid \u004d\u0065\u0074\u0061\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0053\u006bi\u0070p\u0069\u006e\u0067\u002e"); +continue ;};};return nil ,_gea .New ("n\u006f\u0074\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063t\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0028\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065\u006cd\u0029");};_bagfc ,_ggdc :=_bda .GetDict (_afbca ); +if !_ggdc {return nil ,ErrTypeCheck ;};if _faada {_faada =!_deggg (_bagfc );};_gbbca =append (_gbbca ,_afbca );};for _ ,_cegdf :=range _gbbca {if _faada {_cdacg ,_dbdbd :=_aeda .newPdfAnnotationFromIndirectObject (_cegdf );if _dbdbd !=nil {_ed .Log .Debug ("\u0045r\u0072\u006fr\u0020\u006c\u006fa\u0064\u0069\u006e\u0067\u0020\u0077\u0069d\u0067\u0065\u0074\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0072 \u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_dbdbd ); +return nil ,_dbdbd ;};_aggbg ,_baabg :=_cdacg ._fdeb .(*PdfAnnotationWidget );if !_baabg {return nil ,ErrTypeCheck ;};_aggbg ._aee =_gdec ;_gdec .Annotations =append (_gdec .Annotations ,_aggbg );}else {_eagf ,_fdgff :=_aeda .newPdfFieldFromIndirectObject (_cegdf ,_gdec ); +if _fdgff !=nil {_ed .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0068\u0069\u006c\u0064\u0020\u0066\u0069\u0065\u006c\u0064: \u0025\u0076",_fdgff );return nil ,_fdgff ;};_gdec .Kids =append (_gdec .Kids ,_eagf ); +};};};return _gdec ,nil ;}; -// NewPdfInfoFromObject creates a new PdfInfo from the input core.PdfObject. -func NewPdfInfoFromObject (obj _cee .PdfObject )(*PdfInfo ,error ){var _gcec PdfInfo ;_fcbe ,_gadbe :=obj .(*_cee .PdfObjectDictionary );if !_gadbe {return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",obj ); -};for _ ,_cdaeg :=range _fcbe .Keys (){switch _cdaeg {case "\u0054\u0069\u0074l\u0065":_gcec .Title ,_ =_cee .GetString (_fcbe .Get ("\u0054\u0069\u0074l\u0065"));case "\u0041\u0075\u0074\u0068\u006f\u0072":_gcec .Author ,_ =_cee .GetString (_fcbe .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); -case "\u0053u\u0062\u006a\u0065\u0063\u0074":_gcec .Subject ,_ =_cee .GetString (_fcbe .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_gcec .Keywords ,_ =_cee .GetString (_fcbe .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073")); -case "\u0043r\u0065\u0061\u0074\u006f\u0072":_gcec .Creator ,_ =_cee .GetString (_fcbe .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072"));case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_gcec .Producer ,_ =_cee .GetString (_fcbe .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); -case "\u0054r\u0061\u0070\u0070\u0065\u0064":_gcec .Trapped ,_ =_cee .GetName (_fcbe .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _eagaf ,_bcdga :=_cee .GetString (_fcbe .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); -_bcdga &&_eagaf .String ()!=""{_ddfa ,_ccdaf :=NewPdfDate (_eagaf .String ());if _ccdaf !=nil {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_ccdaf ); -};_gcec .CreationDate =&_ddfa ;};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _cfgfb ,_egfg :=_cee .GetString (_fcbe .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_egfg &&_cfgfb .String ()!=""{_bcdc ,_bbab :=NewPdfDate (_cfgfb .String ());if _bbab !=nil {return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_bbab ); -};_gcec .ModifiedDate =&_bcdc ;};default:_gbbg ,_ :=_cee .GetString (_fcbe .Get (_cdaeg ));if _gcec ._ecfea ==nil {_gcec ._ecfea =_cee .MakeDict ();};_gcec ._ecfea .Set (_cdaeg ,_gbbg );};};return &_gcec ,nil ;};func (_cfc *PdfReader )newPdfActionGotoEFromDict (_dgd *_cee .PdfObjectDictionary )(*PdfActionGoToE ,error ){_fgc ,_cff :=_daf (_dgd .Get ("\u0046")); -if _cff !=nil {return nil ,_cff ;};return &PdfActionGoToE {D :_dgd .Get ("\u0044"),NewWindow :_dgd .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),T :_dgd .Get ("\u0054"),F :_fgc },nil ;}; +// ToPdfObject converts PdfAcroForm to a PdfObject, i.e. an indirect object containing the +// AcroForm dictionary. +func (_gagbb *PdfAcroForm )ToPdfObject ()_bda .PdfObject {_ebdf :=_gagbb ._bcgge ;_agae :=_ebdf .PdfObject .(*_bda .PdfObjectDictionary );if _gagbb .Fields !=nil {_acfcf :=_bda .PdfObjectArray {};for _ ,_gdca :=range *_gagbb .Fields {_abage :=_gdca .GetContext (); +if _abage !=nil {_acfcf .Append (_abage .ToPdfObject ());}else {_acfcf .Append (_gdca .ToPdfObject ());};};_agae .Set ("\u0046\u0069\u0065\u006c\u0064\u0073",&_acfcf );};if _gagbb .NeedAppearances !=nil {_agae .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_gagbb .NeedAppearances ); +}else {if _eaaa :=_agae .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");_eaaa !=nil {_agae .Remove ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");};};if _gagbb .SigFlags !=nil {_agae .Set ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073",_gagbb .SigFlags ); +};if _gagbb .CO !=nil {_agae .Set ("\u0043\u004f",_gagbb .CO );};if _gagbb .DR !=nil {_agae .Set ("\u0044\u0052",_gagbb .DR .ToPdfObject ());};if _gagbb .DA !=nil {_agae .Set ("\u0044\u0041",_gagbb .DA );};if _gagbb .Q !=nil {_agae .Set ("\u0051",_gagbb .Q ); +};if _gagbb .XFA !=nil {_agae .Set ("\u0058\u0046\u0041",_gagbb .XFA );};if _gagbb .ADBEEchoSign !=nil {_agae .Set ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e",_gagbb .ADBEEchoSign );};return _ebdf ;}; -// NewPdfFileSpecFromEmbeddedFile construct a new PdfFileSpec that contains an embedded file. -func NewPdfFileSpecFromEmbeddedFile (file *EmbeddedFile )*PdfFilespec {_bbef :=&PdfFilespec {};_bbef ._gbfeg =_cee .MakeIndirectObject (_cee .MakeDict ());_bbef .Desc =_cee .MakeString (file .Description );_bbef .EF =file .ToPdfObject ();_bbef .F =_cee .MakeString (file .Name ); -_bbef .UF =_cee .MakeEncodedString (file .Name ,true );_bbff :="U\u006e\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064";switch file .Relationship {case RelationshipSource :_bbff ="\u0053\u006f\u0075\u0072\u0063\u0065";case RelationshipData :_bbff ="\u0044\u0061\u0074\u0061"; -case RelationshipAlternative :_bbff ="A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065";case RelationshipSupplement :_bbff ="\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074";};_bbef .AFRelationship =_cee .MakeName (_bbff );return _bbef ; -}; +// SetContext sets the sub pattern (context). Either PdfTilingPattern or PdfShadingPattern. +func (_gfafea *PdfPattern )SetContext (ctx PdfModel ){_gfafea ._dgaed =ctx }; -// GetNumComponents returns the number of color components of the underlying -// colorspace device. -func (_cafec *PdfColorspaceSpecialPattern )GetNumComponents ()int {return _cafec .UnderlyingCS .GetNumComponents ();}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element between 0 and 1. +func (_afaa *PdfColorspaceCalGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ffeb :=vals [0];if _ffeb < 0.0||_ffeb > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ffeb ); +return nil ,ErrColorOutOfRange ;};_cdaa :=NewPdfColorCalGray (_ffeb );return _cdaa ,nil ;}; -// HasFontByName checks if has font resource by name. -func (_ddebc *PdfPage )HasFontByName (name _cee .PdfObjectName )bool {_gdce ,_fcae :=_ddebc .Resources .Font .(*_cee .PdfObjectDictionary );if !_fcae {return false ;};if _gfddc :=_gdce .Get (name );_gfddc !=nil {return true ;};return false ;}; +// NewPdfColorspaceDeviceRGB returns a new RGB colorspace object. +func NewPdfColorspaceDeviceRGB ()*PdfColorspaceDeviceRGB {return &PdfColorspaceDeviceRGB {}}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_baac pdfFontType0 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _baac .DescendantFont ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_baac ); -return _ce .CharMetrics {},false ;};return _baac .DescendantFont .GetCharMetrics (code );}; +// GetStructRoot gets the StructTreeRoot object +func (_ccdfd *PdfPage )GetStructTreeRoot ()(*_bda .PdfObject ,bool ){_ecbfff ,_cefb :=_ccdfd ._agfg .GetCatalogStructTreeRoot ();return &_ecbfff ,_cefb ;};var ErrColorOutOfRange =_gea .New ("\u0063o\u006co\u0072\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); -// GetNumComponents returns the number of color components (3 for Lab). -func (_fabf *PdfColorLab )GetNumComponents ()int {return 3};func _gcfe (_cbceb _cee .PdfObject ,_gcefc *PdfReader )(*OutlineDest ,error ){_bcacd ,_eafed :=_cee .GetArray (_cbceb );if !_eafed {return nil ,_cdf .New ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0064\u0065\u0073t\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};_aaagd :=_bcacd .Len ();if _aaagd < 2{return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u006fu\u0074\u006c\u0069n\u0065\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061ti\u006f\u006e\u0020a\u0072\u0072a\u0079\u0020\u006c\u0065\u006e\u0067t\u0068\u003a \u0025\u0064",_aaagd ); -};_cgcef :=&OutlineDest {Mode :"\u0046\u0069\u0074"};_gdabf :=_bcacd .Get (0);if _fedeea ,_dbggf :=_cee .GetIndirect (_gdabf );_dbggf {if _ ,_fcece ,_dfdgga :=_gcefc .PageFromIndirectObject (_fedeea );_dfdgga ==nil {_cgcef .Page =int64 (_fcece -1);}else {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020g\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u002b\u0076",_fedeea ); -};_cgcef .PageObj =_fedeea ;}else if _dfdda ,_dcce :=_cee .GetIntVal (_gdabf );_dcce {if _dfdda >=0&&_dfdda < len (_gcefc .PageList ){_cgcef .PageObj =_gcefc .PageList [_dfdda ].GetPageAsIndirectObject ();}else {_fca .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_dfdda ); -};_cgcef .Page =int64 (_dfdda );}else {return nil ,_e .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006f\u0075\u0074\u006cine\u0020de\u0073\u0074\u0069\u006e\u0061\u0074\u0069on\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0054",_gdabf );};_ddff ,_eafed :=_cee .GetNameVal (_bcacd .Get (1)); -if !_eafed {_fca .Log .Debug ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006d\u0061\u0067\u006e\u0069\u0066\u0069\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_bcacd .Get (1)); -return _cgcef ,nil ;};switch _ddff {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":if _aaagd > 2{_cgcef .Y ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2)));};case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":if _aaagd > 2{_cgcef .X ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2))); -};case "\u0058\u0059\u005a":if _aaagd > 4{_cgcef .X ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (2)));_cgcef .Y ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (3)));_cgcef .Zoom ,_ =_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_bcacd .Get (4))); -};default:_ddff ="\u0046\u0069\u0074";};_cgcef .Mode =_ddff ;return _cgcef ,nil ;}; -// GetAction returns the PDF action for the annotation link. -func (_bfg *PdfAnnotationLink )GetAction ()(*PdfAction ,error ){if _bfg ._bef !=nil {return _bfg ._bef ,nil ;};if _bfg .A ==nil {return nil ,nil ;};if _bfg ._cfd ==nil {return nil ,nil ;};_feaa ,_cad :=_bfg ._cfd .loadAction (_bfg .A );if _cad !=nil {return nil ,_cad ; -};_bfg ._bef =_feaa ;return _bfg ._bef ,nil ;}; +// IDTree represents the ID tree dictionary where the format of the content +// is using Name Trees as described in chapter 7.9.6. +type IDTree struct{ -// GetCharMetrics returns the character metrics for the specified character code. A bool flag is -// returned to indicate whether or not the entry was found in the glyph to charcode mapping. -// How it works: -// 1. Return a value the /Widths array (charWidths) if there is one. -// 2. If the font has the same name as a standard 14 font then return width=250. -// 3. Otherwise return no match and let the caller substitute a default. -func (_agdde pdfFontSimple )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bgfg ,_fgcfe :=_agdde ._ccfb [code ];_fgcfe {return _ce .CharMetrics {Wx :_bgfg },true ;};if _ce .IsStdFont (_ce .StdFontName (_agdde ._fbcf )){return _ce .CharMetrics {Wx :250},true ; -};return _ce .CharMetrics {},false ;}; +// Limits shall be an array of two strings, that shall specify the (lexically) least and greatest keys included in the Names array. +Limits *_bda .PdfObjectArray ; -// GetColorspaces loads PdfPageResourcesColorspaces from `r.ColorSpace` and returns an error if there -// is a problem loading. Once loaded, the same object is returned on multiple calls. -func (_bcfbd *PdfPageResources )GetColorspaces ()(*PdfPageResourcesColorspaces ,error ){if _bcfbd ._ecfaf !=nil {return _bcfbd ._ecfaf ,nil ;};if _bcfbd .ColorSpace ==nil {return nil ,nil ;};_cefea ,_ceaed :=_dabe (_bcfbd .ColorSpace );if _ceaed !=nil {return nil ,_ceaed ; -};_bcfbd ._ecfaf =_cefea ;return _bcfbd ._ecfaf ,nil ;}; +// Names shall be an array of the form +// +// [ key1 value1 key2 value2 … keyn valuen] +// +// where each keyi shall be a string and the corresponding valuei shall be the object +// associated with that key. The keys shall be sorted in lexical order, as described below. +Names *_bda .PdfObjectArray ; -// GetShadingByName gets the shading specified by keyName. Returns nil if not existing. -// The bool flag indicated whether it was found or not. -func (_afgeb *PdfPageResources )GetShadingByName (keyName _cee .PdfObjectName )(*PdfShading ,bool ){if _afgeb .Shading ==nil {return nil ,false ;};_fdced ,_facgaf :=_cee .TraceToDirectObject (_afgeb .Shading ).(*_cee .PdfObjectDictionary );if !_facgaf {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0068\u0061d\u0069\u006e\u0067\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_afgeb .Shading ); -return nil ,false ;};if _beebd :=_fdced .Get (keyName );_beebd !=nil {_acfca ,_aefbf :=_cdgaf (_beebd );if _aefbf !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0073\u0068\u0061\u0064\u0069\u006eg\u003a\u0020\u0025\u0076",_aefbf ); -return nil ,false ;};return _acfca ,true ;};return nil ,false ;};var ErrColorOutOfRange =_cdf .New ("\u0063o\u006co\u0072\u0020\u006f\u0075\u0074 \u006f\u0066 \u0072\u0061\u006e\u0067\u0065"); +// Kids Shall be an array of indirect references to the immediate children of this node. +Kids []*IDTree ;};func (_ecgeg *PdfWriter )writeAcroFormFields ()error {if _ecgeg ._abgf ==nil {return nil ;};_ed .Log .Trace ("\u0057r\u0069t\u0069\u006e\u0067\u0020\u0061c\u0072\u006f \u0066\u006f\u0072\u006d\u0073");_cccbg :=_ecgeg ._abgf .ToPdfObject (); +_ed .Log .Trace ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_cccbg );_ecgeg ._geadba .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_cccbg );_fgfgd :=_ecgeg .addObjects (_cccbg );if _fgfgd !=nil {return _fgfgd ; +};return nil ;}; -// RunesToCharcodeBytes maps the provided runes to charcode bytes and it -// returns the resulting slice of bytes, along with the number of runes which -// could not be converted. If the number of misses is 0, all runes were -// successfully converted. -func (_eead *PdfFont )RunesToCharcodeBytes (data []rune )([]byte ,int ){var _cgcbd []_dae .TextEncoder ;var _cfgae _dae .CMapEncoder ;if _eaca :=_eead .baseFields ()._abcbf ;_eaca !=nil {_cfgae =_dae .NewCMapEncoder ("",nil ,_eaca );};_bgbd :=_eead .Encoder (); -if _bgbd !=nil {switch _bgge :=_bgbd .(type ){case _dae .SimpleEncoder :_cfabb :=_bgge .BaseName ();if _ ,_ggggf :=_fceac [_cfabb ];_ggggf {_cgcbd =append (_cgcbd ,_bgbd );};};};if len (_cgcbd )==0{if _eead .baseFields ()._abcbf !=nil {_cgcbd =append (_cgcbd ,_cfgae ); -};if _bgbd !=nil {_cgcbd =append (_cgcbd ,_bgbd );};};var _baaga _cd .Buffer ;var _gcga int ;for _ ,_ccafd :=range data {var _edafac bool ;for _ ,_geffd :=range _cgcbd {if _adgca :=_geffd .Encode (string (_ccafd ));len (_adgca )> 0{_baaga .Write (_adgca ); -_edafac =true ;break ;};};if !_edafac {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020f\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0060\u0025\u002b\u0071\u0060\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065",_ccafd ); -_gcga ++;};};if _gcga !=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0061\u006cl\u0020\u0072\u0075\u006e\u0065\u0073\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072c\u006fd\u0065\u0073\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0052\u0075\u006e\u0065\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073 \u0065\u006e\u0063\u006f\u0064e\u0072\u0073\u003d\u0025\u002b\u0076",len (data ),_gcga ,_eead ,_cgcbd ); -};return _baaga .Bytes (),_gcga ;}; +// PdfAnnotationMovie represents Movie annotations. +// (Section 12.5.6.17). +type PdfAnnotationMovie struct{*PdfAnnotation ;T _bda .PdfObject ;Movie _bda .PdfObject ;A _bda .PdfObject ;}; -// NewCompositePdfFontFromTTF loads a composite TTF font. Composite fonts can -// be used to represent unicode fonts which can have multi-byte character codes, representing a wide -// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. -// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. -// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. -// NOTE: For simple fonts, use NewPdfFontFromTTF. -func NewCompositePdfFontFromTTF (r _fc .ReadSeeker )(*PdfFont ,error ){_ccbad ,_ebcg :=_fc .ReadAll (r );if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_ebcg ); -return nil ,_ebcg ;};_eegab ,_ebcg :=_ce .TtfParse (_cd .NewReader (_ccbad ));if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067 \u0074\u0074\u0066\u0020\u0066\u006f\u006et\u003a\u0020\u0025\u0076",_ebcg ); -return nil ,_ebcg ;};_gfac :=&pdfCIDFontType2 {fontCommon :fontCommon {_ccdeg :"\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"},CIDToGIDMap :_cee .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079")};if len (_eegab .Widths )<=0{return nil ,_cdf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); -};_ddecg :=1000.0/float64 (_eegab .UnitsPerEm );_caff :=_ddecg *float64 (_eegab .Widths [0]);_degdb :=make (map[rune ]int );_eaae :=make (map[_ce .GID ]int );_dafdg :=_ce .GID (len (_eegab .Widths ));for _edbea ,_ebed :=range _eegab .Chars {if _ebed > _dafdg -1{continue ; -};_egcgc :=int (_ddecg *float64 (_eegab .Widths [_ebed ]));_degdb [_edbea ]=_egcgc ;_eaae [_ebed ]=_egcgc ;};_gfac ._abdc =_degdb ;_gfac .DW =_cee .MakeInteger (int64 (_caff ));_cebf :=_caaf (_eaae ,uint16 (_dafdg ));_gfac .W =_cee .MakeIndirectObject (_cebf ); -_ebda :=_cee .MakeDict ();_ebda .Set ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067",_cee .MakeString ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"));_ebda .Set ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079",_cee .MakeString ("\u0041\u0064\u006fb\u0065")); -_ebda .Set ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074",_cee .MakeInteger (0));_gfac .CIDSystemInfo =_ebda ;_bddfd :=&PdfFontDescriptor {FontName :_cee .MakeName (_eegab .PostScriptName ),Ascent :_cee .MakeFloat (_ddecg *float64 (_eegab .TypoAscender )),Descent :_cee .MakeFloat (_ddecg *float64 (_eegab .TypoDescender )),CapHeight :_cee .MakeFloat (_ddecg *float64 (_eegab .CapHeight )),FontBBox :_cee .MakeArrayFromFloats ([]float64 {_ddecg *float64 (_eegab .Xmin ),_ddecg *float64 (_eegab .Ymin ),_ddecg *float64 (_eegab .Xmax ),_ddecg *float64 (_eegab .Ymax )}),ItalicAngle :_cee .MakeFloat (_eegab .ItalicAngle ),MissingWidth :_cee .MakeFloat (_caff )}; -_aaga ,_ebcg :=_cee .MakeStream (_ccbad ,_cee .NewFlateEncoder ());if _ebcg !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_ebcg ); -return nil ,_ebcg ;};_aaga .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (len (_ccbad ))));_bddfd .FontFile2 =_aaga ;if _eegab .Bold {_bddfd .StemV =_cee .MakeInteger (120);}else {_bddfd .StemV =_cee .MakeInteger (70); -};_cgcdb :=_cddf ;if _eegab .IsFixedPitch {_cgcdb |=_aabcf ;};if _eegab .ItalicAngle !=0{_cgcdb |=_dgbc ;};_bddfd .Flags =_cee .MakeInteger (int64 (_cgcdb ));_gfac ._fbcf =_eegab .PostScriptName ;_gfac ._ebcad =_bddfd ;_aafg :=pdfFontType0 {fontCommon :fontCommon {_ccdeg :"\u0054\u0079\u0070e\u0030",_fbcf :_eegab .PostScriptName },DescendantFont :&PdfFont {_bggcf :_gfac },Encoding :_cee .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"),_daac :_eegab .NewEncoder ()}; -if len (_eegab .Chars )> 0{_eegdb :=make (map[_dgg .CharCode ]rune ,len (_eegab .Chars ));for _bgdaf ,_eacff :=range _eegab .Chars {_faagb :=_dgg .CharCode (_eacff );if _caeb ,_eabegd :=_eegdb [_faagb ];!_eabegd ||(_eabegd &&_caeb > _bgdaf ){_eegdb [_faagb ]=_bgdaf ; -};};_aafg ._abcbf =_dgg .NewToUnicodeCMap (_eegdb );};_cbeeb :=PdfFont {_bggcf :&_aafg };return &_cbeeb ,nil ;}; +// ColorToRGB converts a DeviceN color to an RGB color. +func (_ebag *PdfColorspaceDeviceN )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ebag .AlternateSpace ==nil {return nil ,_gea .New ("\u0044\u0065\u0076\u0069\u0063\u0065N\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); +};return _ebag .AlternateSpace .ColorToRGB (color );};func (_ffeaa *PdfWriter )getPdfVersion ()string {return _c .Sprintf ("\u0025\u0064\u002e%\u0064",_ffeaa ._cdbbdg .Major ,_ffeaa ._cdbbdg .Minor );};func _fdced (_bfag []byte )bool {if len (_bfag )< 4{return true ; +};for _beabg :=range _bfag [:4]{_ccfc :=rune (_beabg );if !_gd .Is (_gd .ASCII_Hex_Digit ,_ccfc )&&!_gd .IsSpace (_ccfc ){return true ;};};return false ;}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_gbgg pdfFontType0 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){if _gbgg .DescendantFont ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_gbgg ); -return _ce .CharMetrics {},false ;};return _gbgg .DescendantFont .GetRuneMetrics (r );}; +// PdfActionType represents an action type in PDF (section 12.6.4 p. 417). +type PdfActionType string ; -// NewPdfAnnotationScreen returns a new screen annotation. -func NewPdfAnnotationScreen ()*PdfAnnotationScreen {_agb :=NewPdfAnnotation ();_cfde :=&PdfAnnotationScreen {};_cfde .PdfAnnotation =_agb ;_agb .SetContext (_cfde );return _cfde ;}; +// NewPdfActionGoTo returns a new "go to" action. +func NewPdfActionGoTo ()*PdfActionGoTo {_dcd :=NewPdfAction ();_fg :=&PdfActionGoTo {};_fg .PdfAction =_dcd ;_dcd .SetContext (_fg );return _fg ;}; -// SetCatalogMetadata sets the catalog metadata (XMP) stream object. -func (_aeccg *PdfWriter )SetCatalogMetadata (meta _cee .PdfObject )error {if meta ==nil {_aeccg ._cdebc .Remove ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return nil ;};_ggdca ,_ecgbd :=_cee .GetStream (meta );if !_ecgbd {return _cdf .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006d\u0065\u0074\u0061\u0064a\u0074\u0061\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d"); -};_aeccg .addObject (_ggdca );_aeccg ._cdebc .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ggdca );return nil ;}; +// NewPdfAnnotationWidget returns an initialized annotation widget. +func NewPdfAnnotationWidget ()*PdfAnnotationWidget {_cccd :=NewPdfAnnotation ();_gaef :=&PdfAnnotationWidget {};_gaef .PdfAnnotation =_cccd ;_cccd .SetContext (_gaef );return _gaef ;}; -// PdfOutlineTreeNode contains common fields used by the outline and outline -// item objects. -type PdfOutlineTreeNode struct{_afcbg interface{};First *PdfOutlineTreeNode ;Last *PdfOutlineTreeNode ;}; +// Initialize initializes the PdfSignature. +func (_cffa *PdfSignature )Initialize ()error {if _cffa .Handler ==nil {return _gea .New ("\u0073\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0068\u0061\u006e\u0064\u006c\u0065r\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); +};return _cffa .Handler .InitSignature (_cffa );};func _eaac (_fefcb _geg .StdFont )pdfFontSimple {_degc :=_fefcb .Descriptor ();return pdfFontSimple {fontCommon :fontCommon {_fggeg :"\u0054\u0079\u0070e\u0031",_bcaebe :_fefcb .Name ()},_feada :_fefcb .GetMetricsTable (),_edaf :&PdfFontDescriptor {FontName :_bda .MakeName (string (_degc .Name )),FontFamily :_bda .MakeName (_degc .Family ),FontWeight :_bda .MakeFloat (float64 (_degc .Weight )),Flags :_bda .MakeInteger (int64 (_degc .Flags )),FontBBox :_bda .MakeArrayFromFloats (_degc .BBox [:]),ItalicAngle :_bda .MakeFloat (_degc .ItalicAngle ),Ascent :_bda .MakeFloat (_degc .Ascent ),Descent :_bda .MakeFloat (_degc .Descent ),CapHeight :_bda .MakeFloat (_degc .CapHeight ),XHeight :_bda .MakeFloat (_degc .XHeight ),StemV :_bda .MakeFloat (_degc .StemV ),StemH :_bda .MakeFloat (_degc .StemH )},_gdgeg :_fefcb .Encoder ()}; +}; -// GetContentStreamObjs returns a slice of PDF objects containing the content -// streams of the page. -func (_dgbfg *PdfPage )GetContentStreamObjs ()[]_cee .PdfObject {if _dgbfg .Contents ==nil {return nil ;};_efgef :=_cee .TraceToDirectObject (_dgbfg .Contents );if _gddd ,_bafed :=_efgef .(*_cee .PdfObjectArray );_bafed {return _gddd .Elements ();};return []_cee .PdfObject {_efgef }; -};func (_ecagd *PdfReader )loadDSS ()(*DSS ,error ){if _ecagd ._ffdgf .GetCrypter ()!=nil &&!_ecagd ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_adcbd :=_ecagd ._cacfe .Get ("\u0044\u0053\u0053");if _adcbd ==nil {return nil ,nil ;};_begfd ,_ :=_cee .GetIndirect (_adcbd );_adcbd =_cee .TraceToDirectObject (_adcbd );switch _gdcbe :=_adcbd .(type ){case *_cee .PdfObjectNull :return nil ,nil ;case *_cee .PdfObjectDictionary :return _adgcf (_begfd ,_gdcbe ); -};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u0053\u0053 \u0065\u006e\u0074\u0072y \u0025\u0054",_adcbd );}; +// GetCerts returns the signature certificate chain. +func (_affeg *PdfSignature )GetCerts ()([]*_bd .Certificate ,error ){var _cddedc []func ()([]*_bd .Certificate ,error );switch _cdcgb ,_ :=_bda .GetNameVal (_affeg .SubFilter );_cdcgb {case "\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064","\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064":_cddedc =append (_cddedc ,_affeg .extractChainFromPKCS7 ,_affeg .extractChainFromCert ); +case "\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031":_cddedc =append (_cddedc ,_affeg .extractChainFromCert );case "\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031":_cddedc =append (_cddedc ,_affeg .extractChainFromPKCS7 ); +default:return nil ,_c .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020S\u0075b\u0046i\u006c\u0074\u0065\u0072\u003a\u0020\u0025s",_cdcgb );};for _ ,_affede :=range _cddedc {_deccdg ,_gbabe :=_affede ();if _gbabe !=nil {return nil ,_gbabe ; +};if len (_deccdg )> 0{return _deccdg ,nil ;};};return nil ,ErrSignNoCertificates ;}; -// GetAnnotations returns the list of page annotations for `page`. If not loaded attempts to load the -// annotations, otherwise returns the loaded list. -func (_bgada *PdfPage )GetAnnotations ()([]*PdfAnnotation ,error ){if _bgada ._eeaba !=nil {return _bgada ._eeaba ,nil ;};if _bgada .Annots ==nil {_bgada ._eeaba =[]*PdfAnnotation {};return nil ,nil ;};if _bgada ._acbbg ==nil {_bgada ._eeaba =[]*PdfAnnotation {}; -return nil ,nil ;};_acge ,_efeg :=_bgada ._acbbg .loadAnnotations (_bgada .Annots );if _efeg !=nil {return nil ,_efeg ;};if _acge ==nil {_bgada ._eeaba =[]*PdfAnnotation {};};_bgada ._eeaba =_acge ;return _bgada ._eeaba ,nil ;};func (_beda *PdfReader )newPdfAnnotationFromIndirectObject (_aebd *_cee .PdfIndirectObject )(*PdfAnnotation ,error ){_ddb ,_babg :=_aebd .PdfObject .(*_cee .PdfObjectDictionary ); -if !_babg {return nil ,_e .Errorf ("\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if model :=_beda ._fcgbe .GetModelFromPrimitive (_ddb );model !=nil {_ceeg ,_aga :=model .(*PdfAnnotation );if !_aga {return nil ,_e .Errorf ("\u0063\u0061\u0063\u0068\u0065\u0064 \u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050D\u0046\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e"); -};return _ceeg ,nil ;};_aea :=&PdfAnnotation {};_aea ._eddc =_aebd ;_beda ._fcgbe .Register (_ddb ,_aea );if _ega :=_ddb .Get ("\u0054\u0079\u0070\u0065");_ega !=nil {_bgdb ,_eafg :=_ega .(*_cee .PdfObjectName );if !_eafg {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_ega ); -}else {if *_bgdb !="\u0041\u006e\u006eo\u0074"{_fca .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070\u0065\u0063\u0074\u0065d\u0020\u0054\u0079\u0070\u0065\u0020\u0021=\u0020\u0041\u006e\u006e\u006f\u0074\u0020\u0028\u0025\u0073\u0029",*_bgdb );};};}; -if _beed :=_ddb .Get ("\u0052\u0065\u0063\u0074");_beed !=nil {_aea .Rect =_beed ;};if _gcff :=_ddb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073");_gcff !=nil {_aea .Contents =_gcff ;};if _baa :=_ddb .Get ("\u0050");_baa !=nil {_aea .P =_baa ; -};if _fgea :=_ddb .Get ("\u004e\u004d");_fgea !=nil {_aea .NM =_fgea ;};if _dcaa :=_ddb .Get ("\u004d");_dcaa !=nil {_aea .M =_dcaa ;};if _eecg :=_ddb .Get ("\u0046");_eecg !=nil {_aea .F =_eecg ;};if _gaffa :=_ddb .Get ("\u0041\u0050");_gaffa !=nil {_aea .AP =_gaffa ; -};if _gad :=_ddb .Get ("\u0041\u0053");_gad !=nil {_aea .AS =_gad ;};if _cgge :=_ddb .Get ("\u0042\u006f\u0072\u0064\u0065\u0072");_cgge !=nil {_aea .Border =_cgge ;};if _eabd :=_ddb .Get ("\u0043");_eabd !=nil {_aea .C =_eabd ;};if _dagec :=_ddb .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074"); -_dagec !=nil {_aea .StructParent =_dagec ;};if _beff :=_ddb .Get ("\u004f\u0043");_beff !=nil {_aea .OC =_beff ;};_cea :=_ddb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _cea ==nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u0049\u004e\u0047:\u0020\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079 \u0069s\u0073\u0075\u0065\u0020\u002d\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073u\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074\u0079p\u0065"); -_aea ._ecf =nil ;return _aea ,nil ;};_daff ,_cfdc :=_cea .(*_cee .PdfObjectName );if !_cfdc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065 !\u003d\u0020n\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_cea ); -return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d n\u0061\u006d\u0065 \u0028%\u0054\u0029",_cea );};switch *_daff {case "\u0054\u0065\u0078\u0074":_aab ,_ddcb :=_beda .newPdfAnnotationTextFromDict (_ddb ); -if _ddcb !=nil {return nil ,_ddcb ;};_aab .PdfAnnotation =_aea ;_aea ._ecf =_aab ;return _aea ,nil ;case "\u004c\u0069\u006e\u006b":_cec ,_bgdg :=_beda .newPdfAnnotationLinkFromDict (_ddb );if _bgdg !=nil {return nil ,_bgdg ;};_cec .PdfAnnotation =_aea ; -_aea ._ecf =_cec ;return _aea ,nil ;case "\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074":_fbd ,_cgb :=_beda .newPdfAnnotationFreeTextFromDict (_ddb );if _cgb !=nil {return nil ,_cgb ;};_fbd .PdfAnnotation =_aea ;_aea ._ecf =_fbd ;return _aea ,nil ;case "\u004c\u0069\u006e\u0065":_dge ,_ggcd :=_beda .newPdfAnnotationLineFromDict (_ddb ); -if _ggcd !=nil {return nil ,_ggcd ;};_dge .PdfAnnotation =_aea ;_aea ._ecf =_dge ;_fca .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041N\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0061\u006e\u006eo\u0074\u0020\u0028\u0025\u0054\u0029\u003a \u0025\u002b\u0076\u000a",_aea ,_aea ); -_fca .Log .Trace ("\u004c\u0049\u004eE\u0020\u0041\u004e\u004eO\u0054\u0041\u0054\u0049\u004f\u004e\u003a \u0063\u0074\u0078\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u002b\u0076\u000a",_dge ,_dge );_fca .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041\u004e\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u0020\u004d\u0061\u0072\u006b\u0075\u0070\u003a\u0020c\u0074\u0078\u0020\u0028\u0025T\u0029\u003a \u0025\u002b\u0076\u000a",_dge .PdfAnnotationMarkup ,_dge .PdfAnnotationMarkup ); -return _aea ,nil ;case "\u0053\u0071\u0075\u0061\u0072\u0065":_cde ,_faf :=_beda .newPdfAnnotationSquareFromDict (_ddb );if _faf !=nil {return nil ,_faf ;};_cde .PdfAnnotation =_aea ;_aea ._ecf =_cde ;return _aea ,nil ;case "\u0043\u0069\u0072\u0063\u006c\u0065":_gbdb ,_bea :=_beda .newPdfAnnotationCircleFromDict (_ddb ); -if _bea !=nil {return nil ,_bea ;};_gbdb .PdfAnnotation =_aea ;_aea ._ecf =_gbdb ;return _aea ,nil ;case "\u0050o\u006c\u0079\u0067\u006f\u006e":_egfd ,_eca :=_beda .newPdfAnnotationPolygonFromDict (_ddb );if _eca !=nil {return nil ,_eca ;};_egfd .PdfAnnotation =_aea ; -_aea ._ecf =_egfd ;return _aea ,nil ;case "\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065":_fgcc ,_gadb :=_beda .newPdfAnnotationPolyLineFromDict (_ddb );if _gadb !=nil {return nil ,_gadb ;};_fgcc .PdfAnnotation =_aea ;_aea ._ecf =_fgcc ;return _aea ,nil ; -case "\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t":_afbf ,_bcg :=_beda .newPdfAnnotationHighlightFromDict (_ddb );if _bcg !=nil {return nil ,_bcg ;};_afbf .PdfAnnotation =_aea ;_aea ._ecf =_afbf ;return _aea ,nil ;case "\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee":_bbgg ,_cabd :=_beda .newPdfAnnotationUnderlineFromDict (_ddb ); -if _cabd !=nil {return nil ,_cabd ;};_bbgg .PdfAnnotation =_aea ;_aea ._ecf =_bbgg ;return _aea ,nil ;case "\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079":_cba ,_dafc :=_beda .newPdfAnnotationSquigglyFromDict (_ddb );if _dafc !=nil {return nil ,_dafc ; -};_cba .PdfAnnotation =_aea ;_aea ._ecf =_cba ;return _aea ,nil ;case "\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t":_ebe ,_baga :=_beda .newPdfAnnotationStrikeOut (_ddb );if _baga !=nil {return nil ,_baga ;};_ebe .PdfAnnotation =_aea ;_aea ._ecf =_ebe ; -return _aea ,nil ;case "\u0043\u0061\u0072e\u0074":_ggee ,_efaf :=_beda .newPdfAnnotationCaretFromDict (_ddb );if _efaf !=nil {return nil ,_efaf ;};_ggee .PdfAnnotation =_aea ;_aea ._ecf =_ggee ;return _aea ,nil ;case "\u0053\u0074\u0061m\u0070":_fbbe ,_feg :=_beda .newPdfAnnotationStampFromDict (_ddb ); -if _feg !=nil {return nil ,_feg ;};_fbbe .PdfAnnotation =_aea ;_aea ._ecf =_fbbe ;return _aea ,nil ;case "\u0049\u006e\u006b":_bfeb ,_gcd :=_beda .newPdfAnnotationInkFromDict (_ddb );if _gcd !=nil {return nil ,_gcd ;};_bfeb .PdfAnnotation =_aea ;_aea ._ecf =_bfeb ; -return _aea ,nil ;case "\u0050\u006f\u0070u\u0070":_gbdce ,_facd :=_beda .newPdfAnnotationPopupFromDict (_ddb );if _facd !=nil {return nil ,_facd ;};_gbdce .PdfAnnotation =_aea ;_aea ._ecf =_gbdce ;return _aea ,nil ;case "\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074":_ggcda ,_eed :=_beda .newPdfAnnotationFileAttachmentFromDict (_ddb ); -if _eed !=nil {return nil ,_eed ;};_ggcda .PdfAnnotation =_aea ;_aea ._ecf =_ggcda ;return _aea ,nil ;case "\u0053\u006f\u0075n\u0064":_fgfd ,_gafa :=_beda .newPdfAnnotationSoundFromDict (_ddb );if _gafa !=nil {return nil ,_gafa ;};_fgfd .PdfAnnotation =_aea ; -_aea ._ecf =_fgfd ;return _aea ,nil ;case "\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a":_gacg ,_fgbf :=_beda .newPdfAnnotationRichMediaFromDict (_ddb );if _fgbf !=nil {return nil ,_fgbf ;};_gacg .PdfAnnotation =_aea ;_aea ._ecf =_gacg ;return _aea ,nil ; -case "\u004d\u006f\u0076i\u0065":_agcb ,_dgag :=_beda .newPdfAnnotationMovieFromDict (_ddb );if _dgag !=nil {return nil ,_dgag ;};_agcb .PdfAnnotation =_aea ;_aea ._ecf =_agcb ;return _aea ,nil ;case "\u0053\u0063\u0072\u0065\u0065\u006e":_cecg ,_dbg :=_beda .newPdfAnnotationScreenFromDict (_ddb ); -if _dbg !=nil {return nil ,_dbg ;};_cecg .PdfAnnotation =_aea ;_aea ._ecf =_cecg ;return _aea ,nil ;case "\u0057\u0069\u0064\u0067\u0065\u0074":_bbbe ,_fcd :=_beda .newPdfAnnotationWidgetFromDict (_ddb );if _fcd !=nil {return nil ,_fcd ;};_bbbe .PdfAnnotation =_aea ; -_aea ._ecf =_bbbe ;return _aea ,nil ;case "P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b":_gceg ,_egb :=_beda .newPdfAnnotationPrinterMarkFromDict (_ddb );if _egb !=nil {return nil ,_egb ;};_gceg .PdfAnnotation =_aea ;_aea ._ecf =_gceg ; -return _aea ,nil ;case "\u0054r\u0061\u0070\u004e\u0065\u0074":_aebfb ,_cdbe :=_beda .newPdfAnnotationTrapNetFromDict (_ddb );if _cdbe !=nil {return nil ,_cdbe ;};_aebfb .PdfAnnotation =_aea ;_aea ._ecf =_aebfb ;return _aea ,nil ;case "\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k":_fce ,_aaeg :=_beda .newPdfAnnotationWatermarkFromDict (_ddb ); -if _aaeg !=nil {return nil ,_aaeg ;};_fce .PdfAnnotation =_aea ;_aea ._ecf =_fce ;return _aea ,nil ;case "\u0033\u0044":_gcea ,_cbdg :=_beda .newPdfAnnotation3DFromDict (_ddb );if _cbdg !=nil {return nil ,_cbdg ;};_gcea .PdfAnnotation =_aea ;_aea ._ecf =_gcea ; -return _aea ,nil ;case "\u0050\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u006f\u006e":_fbdb ,_gfb :=_beda .newPdfAnnotationProjectionFromDict (_ddb );if _gfb !=nil {return nil ,_gfb ;};_fbdb .PdfAnnotation =_aea ;_aea ._ecf =_fbdb ;return _aea ,nil ;case "\u0052\u0065\u0064\u0061\u0063\u0074":_edbe ,_fddb :=_beda .newPdfAnnotationRedactFromDict (_ddb ); -if _fddb !=nil {return nil ,_fddb ;};_edbe .PdfAnnotation =_aea ;_aea ._ecf =_edbe ;return _aea ,nil ;};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069\u006fn\u003a\u0020\u0025\u0073",*_daff ); -return nil ,nil ;}; +// AlphaMap performs mapping of alpha data for transformations. Allows custom filtering of alpha data etc. +func (_dbebbf *Image )AlphaMap (mapFunc AlphaMapFunc ){for _gaeef ,_cdacf :=range _dbebbf ._ffbd {_dbebbf ._ffbd [_gaeef ]=mapFunc (_cdacf );};}; -// SetContext sets the specific fielddata type, e.g. would be PdfFieldButton for a button field. -func (_gbgbe *PdfField )SetContext (ctx PdfModel ){_gbgbe ._egab =ctx }; +// B returns the value of the blue component of the color. +func (_gfac *PdfColorDeviceRGB )B ()float64 {return _gfac [2]}; -// ToPdfObject implements interface PdfModel. -func (_gdd *PdfActionImportData )ToPdfObject ()_cee .PdfObject {_gdd .PdfAction .ToPdfObject ();_fec :=_gdd ._gaf ;_aebf :=_fec .PdfObject .(*_cee .PdfObjectDictionary );_aebf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeImportData )));if _gdd .F !=nil {_aebf .Set ("\u0046",_gdd .F .ToPdfObject ()); -};return _fec ;}; +// NonFullScreenPageMode represents the document’s page mode when exiting +// full-screen mode. +type NonFullScreenPageMode string ; -// GetColorspaceByName returns the colorspace with the specified name from the page resources. -func (_bdccd *PdfPageResources )GetColorspaceByName (keyName _cee .PdfObjectName )(PdfColorspace ,bool ){_aabae ,_abbb :=_bdccd .GetColorspaces ();if _abbb !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_abbb ); -return nil ,false ;};if _aabae ==nil {return nil ,false ;};_cbbbe ,_cefa :=_aabae .Colorspaces [string (keyName )];if !_cefa {return nil ,false ;};return _cbbbe ,true ;}; +// GetOutlinesFlattened returns a flattened list of tree nodes and titles. +// NOTE: for most use cases, it is recommended to use the high-level GetOutlines +// method instead, which also provides information regarding the destination +// of the outline items. +func (_aeccd *PdfReader )GetOutlinesFlattened ()([]*PdfOutlineTreeNode ,[]string ,error ){var _cegba []*PdfOutlineTreeNode ;var _afcba []string ;var _bfbdg func (*PdfOutlineTreeNode ,*[]*PdfOutlineTreeNode ,*[]string ,int );_bfbdg =func (_fede *PdfOutlineTreeNode ,_eabd *[]*PdfOutlineTreeNode ,_eeadd *[]string ,_fefe int ){if _fede ==nil {return ; +};if _fede ._ebabd ==nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020M\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006e\u006fd\u0065\u002e\u0063o\u006et\u0065\u0078\u0074");return ;};_bagfb ,_egcdd :=_fede ._ebabd .(*PdfOutlineItem );if _egcdd {*_eabd =append (*_eabd ,&_bagfb .PdfOutlineTreeNode ); +_cgec :=_ab .Repeat ("\u0020",_fefe *2)+_bagfb .Title .Decoded ();*_eeadd =append (*_eeadd ,_cgec );};if _fede .First !=nil {_edddc :=_ab .Repeat ("\u0020",_fefe *2)+"\u002b";*_eeadd =append (*_eeadd ,_edddc );_bfbdg (_fede .First ,_eabd ,_eeadd ,_fefe +1); +};if _egcdd &&_bagfb .Next !=nil {_bfbdg (_bagfb .Next ,_eabd ,_eeadd ,_fefe );};};_bfbdg (_aeccd ._febfd ,&_cegba ,&_afcba ,0);return _cegba ,_afcba ,nil ;};func (_caac *PdfReader )newPdfAnnotationHighlightFromDict (_fgeg *_bda .PdfObjectDictionary )(*PdfAnnotationHighlight ,error ){_fbg :=PdfAnnotationHighlight {}; +_cggf ,_aeg :=_caac .newPdfAnnotationMarkupFromDict (_fgeg );if _aeg !=nil {return nil ,_aeg ;};_fbg .PdfAnnotationMarkup =_cggf ;_fbg .QuadPoints =_fgeg .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_fbg ,nil ;}; -// Encoder returns the font's text encoder. -func (_fcacd pdfCIDFontType0 )Encoder ()_dae .TextEncoder {return _fcacd ._cedgg };func _ebad (_eacce *_cee .PdfObjectDictionary ){_gecggc ,_eccgf :=_cee .GetArray (_eacce .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));_aeacg ,_cgbfb :=_cee .GetIntVal (_eacce .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); -_fefce ,_cfefc :=_cee .GetIntVal (_eacce .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if _eccgf &&_cgbfb &&_cfefc {_cfgcc :=_gecggc .Len ();if _cfgcc !=_fefce -_aeacg +1{_fca .Log .Debug ("\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076\u002c\u0020\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u003a\u0020\u0025\u0076",_cfgcc ,_fefce ); -_bgccc :=_cee .PdfObjectInteger (_aeacg +_cfgcc -1);_eacce .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",&_bgccc );};};}; +// ImageToRGB converts CalRGB colorspace image to RGB and returns the result. +func (_bdaeb *PdfColorspaceCalRGB )ImageToRGB (img Image )(Image ,error ){_abbf :=_cf .NewReader (img .getBase ());_bcea :=_bg .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_bbbf :=_cf .NewWriter (_bcea ); +_deefb :=_ce .Pow (2,float64 (img .BitsPerComponent ))-1;_eefd :=make ([]uint32 ,3);var (_efgae error ;_dgebd ,_eccg ,_baab ,_gaaea ,_ebba ,_bfbf float64 ;);for {_efgae =_abbf .ReadSamples (_eefd );if _efgae ==_ga .EOF {break ;}else if _efgae !=nil {return img ,_efgae ; +};_dgebd =float64 (_eefd [0])/_deefb ;_eccg =float64 (_eefd [1])/_deefb ;_baab =float64 (_eefd [2])/_deefb ;_gaaea =_bdaeb .Matrix [0]*_ce .Pow (_dgebd ,_bdaeb .Gamma [0])+_bdaeb .Matrix [3]*_ce .Pow (_eccg ,_bdaeb .Gamma [1])+_bdaeb .Matrix [6]*_ce .Pow (_baab ,_bdaeb .Gamma [2]); +_ebba =_bdaeb .Matrix [1]*_ce .Pow (_dgebd ,_bdaeb .Gamma [0])+_bdaeb .Matrix [4]*_ce .Pow (_eccg ,_bdaeb .Gamma [1])+_bdaeb .Matrix [7]*_ce .Pow (_baab ,_bdaeb .Gamma [2]);_bfbf =_bdaeb .Matrix [2]*_ce .Pow (_dgebd ,_bdaeb .Gamma [0])+_bdaeb .Matrix [5]*_ce .Pow (_eccg ,_bdaeb .Gamma [1])+_bdaeb .Matrix [8]*_ce .Pow (_baab ,_bdaeb .Gamma [2]); +_dgebd =3.240479*_gaaea +-1.537150*_ebba +-0.498535*_bfbf ;_eccg =-0.969256*_gaaea +1.875992*_ebba +0.041556*_bfbf ;_baab =0.055648*_gaaea +-0.204043*_ebba +1.057311*_bfbf ;_dgebd =_ce .Min (_ce .Max (_dgebd ,0),1.0);_eccg =_ce .Min (_ce .Max (_eccg ,0),1.0); +_baab =_ce .Min (_ce .Max (_baab ,0),1.0);_eefd [0]=uint32 (_dgebd *_deefb );_eefd [1]=uint32 (_eccg *_deefb );_eefd [2]=uint32 (_baab *_deefb );if _efgae =_bbbf .WriteSamples (_eefd );_efgae !=nil {return img ,_efgae ;};};return _fggae (&_bcea ),nil ; +};func (_dcdadg *PdfPage )removeXObj (_baaac *_bda .PdfObjectDictionary ,_gebbeg _bda .PdfObjectName ){_baaac .Remove (_gebbeg );_dcded :=_bda .NewFlateEncoder ();_gadgc :=_dcdadg .GetContentStreamObjs ();_dgbb :=_bda .MakeArray ();for _ ,_dggfc :=range _gadgc {_cgfbg ,_ :=_cdfgg (_dggfc ); +if _ab .Contains (_cgfbg ,_gebbeg .String ()){_aceff :=_ab .Index (_cgfbg ,_gebbeg .String ());_ebeg :=_ab .LastIndex (_cgfbg [:_aceff ],"\u0071");_ccbd :=_ab .Index (_cgfbg [_aceff :],"\u0051")+_aceff +1;if _ebeg >=0&&_ccbd >=0{var _ecbcc _ab .Builder ; +_ecbcc .WriteString (_cgfbg [:_ebeg ]);_ecbcc .WriteString (_cgfbg [_ccbd :]);_fecbe ,_cfaf :=_bda .MakeStream ([]byte (_ecbcc .String ()),_dcded );if _cfaf ==nil {_dgbb .Append (_fecbe );continue ;};};};_dgbb .Append (_dggfc );};_dcdadg .Contents =_dgbb ; +}; -// PdfFieldButton represents a button field which includes push buttons, checkboxes, and radio buttons. -type PdfFieldButton struct{*PdfField ;Opt *_cee .PdfObjectArray ;_effg *Image ;}; +// PdfColorspaceDeviceCMYK represents a CMYK32 colorspace. +type PdfColorspaceDeviceCMYK struct{};func (_faed *PdfReader )newPdfAnnotationStrikeOut (_gbcb *_bda .PdfObjectDictionary )(*PdfAnnotationStrikeOut ,error ){_baf :=PdfAnnotationStrikeOut {};_cee ,_cacg :=_faed .newPdfAnnotationMarkupFromDict (_gbcb );if _cacg !=nil {return nil ,_cacg ; +};_baf .PdfAnnotationMarkup =_cee ;_baf .QuadPoints =_gbcb .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_baf ,nil ;}; -// ToPdfObject converts the pdfCIDFontType0 to a PDF representation. -func (_edecb *pdfCIDFontType0 )ToPdfObject ()_cee .PdfObject {return _cee .MakeNull ()}; +// AddExtGState add External Graphics State (GState). The gsDict can be specified +// either directly as a dictionary or an indirect object containing a dictionary. +func (_aeddb *PdfPageResources )AddExtGState (gsName _bda .PdfObjectName ,gsDict _bda .PdfObject )error {if _aeddb .ExtGState ==nil {_aeddb .ExtGState =_bda .MakeDict ();};_ceafb :=_aeddb .ExtGState ;_fdbcf ,_cafb :=_bda .TraceToDirectObject (_ceafb ).(*_bda .PdfObjectDictionary ); +if !_cafb {_ed .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020e\u0072r\u006f\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u002f\u0025\u0054\u0029",_ceafb ,_bda .TraceToDirectObject (_ceafb )); +return _bda .ErrTypeError ;};_fdbcf .Set (gsName ,gsDict );return nil ;}; -// M returns the value of the magenta component of the color. -func (_cdded *PdfColorDeviceCMYK )M ()float64 {return _cdded [1]}; +// ToPdfObject implements interface PdfModel. +func (_cbeb *PdfAnnotationPolyLine )ToPdfObject ()_bda .PdfObject {_cbeb .PdfAnnotation .ToPdfObject ();_acgc :=_cbeb ._ged ;_cfad :=_acgc .PdfObject .(*_bda .PdfObjectDictionary );_cbeb .PdfAnnotationMarkup .appendToPdfDictionary (_cfad );_cfad .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065")); +_cfad .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_cbeb .Vertices );_cfad .SetIfNotNil ("\u004c\u0045",_cbeb .LE );_cfad .SetIfNotNil ("\u0042\u0053",_cbeb .BS );_cfad .SetIfNotNil ("\u0049\u0043",_cbeb .IC );_cfad .SetIfNotNil ("\u0042\u0045",_cbeb .BE ); +_cfad .SetIfNotNil ("\u0049\u0054",_cbeb .IT );_cfad .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_cbeb .Measure );return _acgc ;}; -// ToPdfObject converts colorspace to a PDF object. [/Indexed base hival lookup] -func (_fdefd *PdfColorspaceSpecialIndexed )ToPdfObject ()_cee .PdfObject {_cccea :=_cee .MakeArray (_cee .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"));_cccea .Append (_fdefd .Base .ToPdfObject ());_cccea .Append (_cee .MakeInteger (int64 (_fdefd .HiVal ))); -_cccea .Append (_fdefd .Lookup );if _fdefd ._cgbb !=nil {_fdefd ._cgbb .PdfObject =_cccea ;return _fdefd ._cgbb ;};return _cccea ;}; +// StringToCharcodeBytes maps the provided string runes to charcode bytes and +// it returns the resulting slice of bytes, along with the number of runes +// which could not be converted. If the number of misses is 0, all string runes +// were successfully converted. +func (_bfee *PdfFont )StringToCharcodeBytes (str string )([]byte ,int ){return _bfee .RunesToCharcodeBytes ([]rune (str ));};func _fageg (_aadgd _bda .PdfObject ,_dafcd *PdfReader )(*OutlineDest ,error ){_dbddf ,_ebad :=_bda .GetArray (_aadgd );if !_ebad {return nil ,_gea .New ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0064\u0065\u0073t\u0069\u006e\u0061\u0074i\u006f\u006e\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006d\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};_gcdaf :=_dbddf .Len ();if _gcdaf < 2{return nil ,_c .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020\u006fu\u0074\u006c\u0069n\u0065\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061ti\u006f\u006e\u0020a\u0072\u0072a\u0079\u0020\u006c\u0065\u006e\u0067t\u0068\u003a \u0025\u0064",_gcdaf ); +};_eecff :=&OutlineDest {Mode :"\u0046\u0069\u0074"};_cfbcc :=_dbddf .Get (0);if _adaead ,_egcge :=_bda .GetIndirect (_cfbcc );_egcge {if _ ,_gbcfe ,_abga :=_dafcd .PageFromIndirectObject (_adaead );_abga ==nil {_eecff .Page =int64 (_gbcfe -1);}else {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020g\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0069\u006e\u0064\u0065\u0078\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u002b\u0076",_adaead ); +};_eecff .PageObj =_adaead ;}else if _bbbfg ,_fcfe :=_bda .GetIntVal (_cfbcc );_fcfe {if _bbbfg >=0&&_bbbfg < len (_dafcd .PageList ){_eecff .PageObj =_dafcd .PageList [_bbbfg ].GetPageAsIndirectObject ();}else {_ed .Log .Debug ("\u0057\u0041R\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0070\u0061\u0067\u0065\u0020\u0025\u0064",_bbbfg ); +};_eecff .Page =int64 (_bbbfg );}else {return nil ,_c .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006f\u0075\u0074\u006cine\u0020de\u0073\u0074\u0069\u006e\u0061\u0074\u0069on\u0020\u0070\u0061\u0067\u0065\u003a\u0020%\u0054",_cfbcc );};_afcce ,_ebad :=_bda .GetNameVal (_dbddf .Get (1)); +if !_ebad {_ed .Log .Debug ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065s\u0074\u0069\u006e\u0061\u0074\u0069\u006fn\u0020\u006d\u0061\u0067\u006e\u0069\u0066\u0069\u0063\u0061\u0074i\u006f\u006e\u0020\u006d\u006f\u0064\u0065\u003a\u0020\u0025\u0076",_dbddf .Get (1)); +return _eecff ,nil ;};switch _afcce {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":if _gcdaf > 2{_eecff .Y ,_ =_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_dbddf .Get (2)));};case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":if _gcdaf > 2{_eecff .X ,_ =_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_dbddf .Get (2))); +};case "\u0058\u0059\u005a":if _gcdaf > 4{_eecff .X ,_ =_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_dbddf .Get (2)));_eecff .Y ,_ =_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_dbddf .Get (3)));_eecff .Zoom ,_ =_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_dbddf .Get (4))); +};default:_afcce ="\u0046\u0069\u0074";};_eecff .Mode =_afcce ;return _eecff ,nil ;}; -// GetOutlines returns a high-level Outline object, based on the outline tree -// of the reader. -func (_bdbfe *PdfReader )GetOutlines ()(*Outline ,error ){if _bdbfe ==nil {return nil ,_cdf .New ("\u0063\u0061n\u006e\u006f\u0074\u0020c\u0072\u0065a\u0074\u0065\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u006e\u0069\u006c\u0020\u0072e\u0061\u0064\u0065\u0072"); -};_dbeb :=_bdbfe .GetOutlineTree ();if _dbeb ==nil {return nil ,_cdf .New ("\u0074\u0068\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u0064\u006f\u0065\u0073\u0020n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065"); -};var _fceee func (_feddf *PdfOutlineTreeNode ,_cedeg *[]*OutlineItem );_fceee =func (_cagc *PdfOutlineTreeNode ,_efef *[]*OutlineItem ){if _cagc ==nil {return ;};if _cagc ._afcbg ==nil {_fca .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020m\u0069\u0073\u0073\u0069ng \u006fut\u006c\u0069\u006e\u0065\u0020\u0065\u006etr\u0079\u0020\u0063\u006f\u006e\u0074\u0065x\u0074"); -return ;};var _eecd *OutlineItem ;if _cgeaf ,_gbdbg :=_cagc ._afcbg .(*PdfOutlineItem );_gbdbg {_baegg :=_cgeaf .Dest ;if (_baegg ==nil ||_cee .IsNullObject (_baegg ))&&_cgeaf .A !=nil {if _cgbda ,_cgeb :=_cee .GetDict (_cgeaf .A );_cgeb {if _facaf ,_bffbdd :=_cee .GetArray (_cgbda .Get ("\u0044")); -_bffbdd {_baegg =_facaf ;}else {_dagbc ,_afge :=_cee .GetString (_cgbda .Get ("\u0044"));if !_afge {return ;};_ecedf ,_afge :=_bdbfe ._cacfe .Get ("\u004e\u0061\u006de\u0073").(*_cee .PdfObjectReference );if !_afge {return ;};_dggfa ,_gbdccb :=_bdbfe ._ffdgf .LookupByReference (*_ecedf ); -if _gbdccb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0028\u0025\u0073\u0029",_gbdccb .Error ()); -return ;};_dcfa ,_afge :=_dggfa .(*_cee .PdfIndirectObject );if !_afge {return ;};_cebba :=map[_cee .PdfObject ]struct{}{};_gbdccb =_bdbfe .buildNameNodes (_dcfa ,_cebba );if _gbdccb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006ea\u006d\u0065\u0020\u006e\u006fd\u0065\u0073 \u0028\u0025\u0073\u0029",_gbdccb .Error ()); -return ;};for _ddab :=range _cebba {_fcafa ,_afdef :=_cee .GetDict (_ddab );if !_afdef {continue ;};_egba ,_afdef :=_cee .GetArray (_fcafa .Get ("\u004e\u0061\u006de\u0073"));if !_afdef {continue ;};for _bfbbc ,_gafbf :=range _egba .Elements (){switch _gafbf .(type ){case *_cee .PdfObjectString :if _gafbf .String ()==_dagbc .String (){if _efbb :=_egba .Get (_bfbbc +1); -_efbb !=nil {if _gdbgd ,_efecg :=_cee .GetDict (_efbb );_efecg {_baegg =_gdbgd .Get ("\u0044");break ;};};};};};};};};};var _afbbd OutlineDest ;if _baegg !=nil &&!_cee .IsNullObject (_baegg ){if _eagac ,_eafdf :=_gcfe (_baegg ,_bdbfe );_eafdf ==nil {_afbbd =*_eagac ; -}else {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020p\u0061\u0072\u0073\u0065\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065\u0073\u0074\u0020\u0028\u0025\u0076\u0029\u003a\u0020\u0025\u0076",_baegg ,_eafdf ); -};};_eecd =NewOutlineItem (_cgeaf .Title .Decoded (),_afbbd );*_efef =append (*_efef ,_eecd );if _cgeaf .Next !=nil {_fceee (_cgeaf .Next ,_efef );};};if _cagc .First !=nil {if _eecd !=nil {_efef =&_eecd .Entries ;};_fceee (_cagc .First ,_efef );};};_aeae :=NewOutline (); -_fceee (_dbeb ,&_aeae .Entries );return _aeae ,nil ;}; +// AddAnnotation appends `annot` to the list of page annotations. +func (_egeac *PdfPage )AddAnnotation (annot *PdfAnnotation ){if _egeac ._bcaef ==nil {_egeac .GetAnnotations ();};_egeac ._bcaef =append (_egeac ._bcaef ,annot );};func (_dgfga *PdfWriter )optimize ()error {if _dgfga ._cfcfg ==nil {return nil ;};var _bgaba error ; +_dgfga ._ccbbg ,_bgaba =_dgfga ._cfcfg .Optimize (_dgfga ._ccbbg );if _bgaba !=nil {return _bgaba ;};_gafca :=make (map[_bda .PdfObject ]struct{},len (_dgfga ._ccbbg ));for _ ,_cfeeb :=range _dgfga ._ccbbg {_gafca [_cfeeb ]=struct{}{};};_dgfga ._egfad =_gafca ; +return nil ;}; -// ToPdfObject implements interface PdfModel. -func (_fbed *PdfBorderStyle )ToPdfObject ()_cee .PdfObject {_gdbd :=_cee .MakeDict ();if _fbed ._gbgb !=nil {if _edde ,_cdg :=_fbed ._gbgb .(*_cee .PdfIndirectObject );_cdg {_edde .PdfObject =_gdbd ;};};_gdbd .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0042\u006f\u0072\u0064\u0065\u0072")); -if _fbed .W !=nil {_gdbd .Set ("\u0057",_cee .MakeFloat (*_fbed .W ));};if _fbed .S !=nil {_gdbd .Set ("\u0053",_cee .MakeName (_fbed .S .GetPdfName ()));};if _fbed .D !=nil {_gdbd .Set ("\u0044",_cee .MakeArrayFromIntegers (*_fbed .D ));};if _fbed ._gbgb !=nil {return _fbed ._gbgb ; -};return _gdbd ;}; +// IsTerminal returns true for terminal fields, false otherwise. +// Terminal fields are fields whose descendants are only widget annotations. +func (_ebgc *PdfField )IsTerminal ()bool {return len (_ebgc .Kids )==0}; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_geaaa *PdfShadingPatternType2 )ToPdfObject ()_cee .PdfObject {_geaaa .PdfPattern .ToPdfObject ();_egaef :=_geaaa .getDict ();if _geaaa .Shading !=nil {_egaef .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_geaaa .Shading .ToPdfObject ());};if _geaaa .Matrix !=nil {_egaef .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_geaaa .Matrix ); -};if _geaaa .ExtGState !=nil {_egaef .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_geaaa .ExtGState );};return _geaaa ._bgabc ;}; +// SetSubtype sets the Subtype S for given PdfOutputIntent. +func (_dffbf *PdfOutputIntent )SetSubtype (subtype PdfOutputIntentType )error {if !subtype .IsValid (){return _gea .New ("\u0070\u0072o\u0076\u0069\u0064\u0065d\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u004f\u0075t\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0053\u0075b\u0054\u0079\u0070\u0065"); +};_dffbf .S =subtype ;return nil ;}; -// SetPage directly sets the page object. -func (_dabbg *KDict )SetPage (page *_cee .PdfIndirectObject ){_dabbg .Pg =page };func (_cddebc *PdfAcroForm )filteredFields (_gbccc FieldFilterFunc ,_gdbde bool )[]*PdfField {if _cddebc ==nil {return nil ;};return _fegd (_cddebc .Fields ,_gbccc ,_gdbde ); -};func (_dcc *PdfReader )newPdfActionSubmitFormFromDict (_bfe *_cee .PdfObjectDictionary )(*PdfActionSubmitForm ,error ){_gace ,_def :=_daf (_bfe .Get ("\u0046"));if _def !=nil {return nil ,_def ;};return &PdfActionSubmitForm {F :_gace ,Fields :_bfe .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_bfe .Get ("\u0046\u006c\u0061g\u0073")},nil ; -}; +// PdfModel is a higher level PDF construct which can be collapsed into a PdfObject. +// Each PdfModel has an underlying PdfObject and vice versa (one-to-one). +// Under normal circumstances there should only be one copy of each. +// Copies can be made, but care must be taken to do it properly. +type PdfModel interface{ToPdfObject ()_bda .PdfObject ;GetContainingPdfObject ()_bda .PdfObject ;};func (_gedc *PdfReader )newPdfAnnotationPolygonFromDict (_cebe *_bda .PdfObjectDictionary )(*PdfAnnotationPolygon ,error ){_befc :=PdfAnnotationPolygon {}; +_adba ,_dedae :=_gedc .newPdfAnnotationMarkupFromDict (_cebe );if _dedae !=nil {return nil ,_dedae ;};_befc .PdfAnnotationMarkup =_adba ;_befc .Vertices =_cebe .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_befc .LE =_cebe .Get ("\u004c\u0045"); +_befc .BS =_cebe .Get ("\u0042\u0053");_befc .IC =_cebe .Get ("\u0049\u0043");_befc .BE =_cebe .Get ("\u0042\u0045");_befc .IT =_cebe .Get ("\u0049\u0054");_befc .Measure =_cebe .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_befc ,nil ;}; -// PdfShadingPatternType2 is shading patterns that will use a Type 2 shading pattern (Axial). -type PdfShadingPatternType2 struct{*PdfPattern ;Shading *PdfShadingType2 ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;}; +// PdfAnnotationWidget represents Widget annotations. +// Note: Widget annotations are used to display form fields. +// (Section 12.5.6.19). +type PdfAnnotationWidget struct{*PdfAnnotation ;H _bda .PdfObject ;MK _bda .PdfObject ;A _bda .PdfObject ;AA _bda .PdfObject ;BS _bda .PdfObject ;Parent _bda .PdfObject ;_aee *PdfField ;_bbac bool ;}; -// ToPdfObject implements interface PdfModel. -// Note: Call the sub-annotation's ToPdfObject to set both the generic and non-generic information. -func (_gfc *PdfAnnotation )ToPdfObject ()_cee .PdfObject {_cbdd :=_gfc ._eddc ;_fbec :=_cbdd .PdfObject .(*_cee .PdfObjectDictionary );_fbec .Clear ();_fbec .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0041\u006e\u006eo\u0074"));_fbec .SetIfNotNil ("\u0052\u0065\u0063\u0074",_gfc .Rect ); -_fbec .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_gfc .Contents );_fbec .SetIfNotNil ("\u0050",_gfc .P );_fbec .SetIfNotNil ("\u004e\u004d",_gfc .NM );_fbec .SetIfNotNil ("\u004d",_gfc .M );_fbec .SetIfNotNil ("\u0046",_gfc .F );_fbec .SetIfNotNil ("\u0041\u0050",_gfc .AP ); -_fbec .SetIfNotNil ("\u0041\u0053",_gfc .AS );_fbec .SetIfNotNil ("\u0042\u006f\u0072\u0064\u0065\u0072",_gfc .Border );_fbec .SetIfNotNil ("\u0043",_gfc .C );_fbec .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_gfc .StructParent ); -_fbec .SetIfNotNil ("\u004f\u0043",_gfc .OC );return _cbdd ;}; +// FlattenFields flattens the form fields and annotations for the PDF loaded in `pdf` and makes +// non-editable. +// Looks up all widget annotations corresponding to form fields and flattens them by drawing the content +// through the content stream rather than annotations. +// References to flattened annotations will be removed from Page Annots array. For fields the AcroForm entry +// will be emptied. +// When `allannots` is true, all annotations will be flattened. Keep false if want to keep non-form related +// annotations intact. +// When `appgen` is not nil, it will be used to generate appearance streams for the field annotations. +func (_baaa *PdfReader )FlattenFields (allannots bool ,appgen FieldAppearanceGenerator )error {return _baaa .flattenFieldsWithOpts (allannots ,appgen ,nil );}; -// FieldFilterFunc represents a PDF field filtering function. If the function -// returns true, the PDF field is kept, otherwise it is discarded. -type FieldFilterFunc func (*PdfField )bool ;type pdfFontType3 struct{fontCommon ;_eacaf *_cee .PdfIndirectObject ; +// GetPageDict converts the Page to a PDF object dictionary. +func (_cbbga *PdfPage )GetPageDict ()*_bda .PdfObjectDictionary {_ccbaab :=_cbbga ._bdgdg ;_ccbaab .Clear ();_ccbaab .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0050\u0061\u0067\u0065"));_ccbaab .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_cbbga .Parent ); +if _cbbga .LastModified !=nil {_ccbaab .Set ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_cbbga .LastModified .ToPdfObject ());};if _cbbga .Resources !=nil {_ccbaab .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_cbbga .Resources .ToPdfObject ()); +};if _cbbga .CropBox !=nil {_ccbaab .Set ("\u0043r\u006f\u0070\u0042\u006f\u0078",_cbbga .CropBox .ToPdfObject ());};if _cbbga .MediaBox !=nil {_ccbaab .Set ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078",_cbbga .MediaBox .ToPdfObject ());};if _cbbga .BleedBox !=nil {_ccbaab .Set ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078",_cbbga .BleedBox .ToPdfObject ()); +};if _cbbga .TrimBox !=nil {_ccbaab .Set ("\u0054r\u0069\u006d\u0042\u006f\u0078",_cbbga .TrimBox .ToPdfObject ());};if _cbbga .ArtBox !=nil {_ccbaab .Set ("\u0041\u0072\u0074\u0042\u006f\u0078",_cbbga .ArtBox .ToPdfObject ());};_ccbaab .SetIfNotNil ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f",_cbbga .BoxColorInfo ); +_ccbaab .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_cbbga .Contents );if _cbbga .Rotate !=nil {_ccbaab .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_bda .MakeInteger (*_cbbga .Rotate ));};_ccbaab .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_cbbga .Group ); +_ccbaab .SetIfNotNil ("\u0054\u0068\u0075m\u0062",_cbbga .Thumb );_ccbaab .SetIfNotNil ("\u0042",_cbbga .B );_ccbaab .SetIfNotNil ("\u0044\u0075\u0072",_cbbga .Dur );_ccbaab .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_cbbga .Trans );_ccbaab .SetIfNotNil ("\u0041\u0041",_cbbga .AA ); +_ccbaab .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_cbbga .Metadata );_ccbaab .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_cbbga .PieceInfo );_ccbaab .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_cbbga .StructParents ); +_ccbaab .SetIfNotNil ("\u0049\u0044",_cbbga .ID );_ccbaab .SetIfNotNil ("\u0050\u005a",_cbbga .PZ );_ccbaab .SetIfNotNil ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f",_cbbga .SeparationInfo );_ccbaab .SetIfNotNil ("\u0054\u0061\u0062\u0073",_cbbga .Tabs ); +_ccbaab .SetIfNotNil ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064",_cbbga .TemplateInstantiated );_ccbaab .SetIfNotNil ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s",_cbbga .PresSteps );_ccbaab .SetIfNotNil ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074",_cbbga .UserUnit ); +_ccbaab .SetIfNotNil ("\u0056\u0050",_cbbga .VP );if _cbbga ._bcaef !=nil {_gcdgb :=_bda .MakeArray ();for _ ,_gcagg :=range _cbbga ._bcaef {if _gaede :=_gcagg .GetContext ();_gaede !=nil {_gcdgb .Append (_gaede .ToPdfObject ());}else {_gcdgb .Append (_gcagg .ToPdfObject ()); +};};if _gcdgb .Len ()> 0{_ccbaab .Set ("\u0041\u006e\u006e\u006f\u0074\u0073",_gcdgb );};}else if _cbbga .Annots !=nil {_ccbaab .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0073",_cbbga .Annots );};return _ccbaab ;}; -// These fields are specific to Type 3 fonts. -CharProcs _cee .PdfObject ;Encoding _cee .PdfObject ;FontBBox _cee .PdfObject ;FontMatrix _cee .PdfObject ;FirstChar _cee .PdfObject ;LastChar _cee .PdfObject ;Widths _cee .PdfObject ;Resources _cee .PdfObject ;_fdfff map[_dae .CharCode ]float64 ;_fgaa _dae .TextEncoder ; -};func (_cedd *DSS )add (_afdfe *[]*_cee .PdfObjectStream ,_aaggf map[string ]*_cee .PdfObjectStream ,_efaee [][]byte )([]*_cee .PdfObjectStream ,error ){_ceeb :=make ([]*_cee .PdfObjectStream ,0,len (_efaee ));for _ ,_bggc :=range _efaee {_bebab ,_cgdge :=_cefaf (_bggc ); -if _cgdge !=nil {return nil ,_cgdge ;};_beeg ,_dfgbd :=_aaggf [string (_bebab )];if !_dfgbd {_beeg ,_cgdge =_cee .MakeStream (_bggc ,_cee .NewRawEncoder ());if _cgdge !=nil {return nil ,_cgdge ;};_aaggf [string (_bebab )]=_beeg ;*_afdfe =append (*_afdfe ,_beeg ); -};_ceeb =append (_ceeb ,_beeg );};return _ceeb ,nil ;}; +// NewGrayImageFromGoImage creates a new grayscale unidoc Image from a golang Image. +func (_dggc DefaultImageHandler )NewGrayImageFromGoImage (goimg _f .Image )(*Image ,error ){_aaadg :=goimg .Bounds ();_fdcdc :=&Image {Width :int64 (_aaadg .Dx ()),Height :int64 (_aaadg .Dy ()),ColorComponents :1,BitsPerComponent :8};switch _fafgg :=goimg .(type ){case *_f .Gray :if len (_fafgg .Pix )!=_aaadg .Dx ()*_aaadg .Dy (){_gbddc ,_dgae :=_bg .GrayConverter .Convert (goimg ); +if _dgae !=nil {return nil ,_dgae ;};_fdcdc .Data =_gbddc .Pix ();}else {_fdcdc .Data =_fafgg .Pix ;};case *_f .Gray16 :_fdcdc .BitsPerComponent =16;if len (_fafgg .Pix )!=_aaadg .Dx ()*_aaadg .Dy ()*2{_ebabec ,_ebff :=_bg .Gray16Converter .Convert (goimg ); +if _ebff !=nil {return nil ,_ebff ;};_fdcdc .Data =_ebabec .Pix ();}else {_fdcdc .Data =_fafgg .Pix ;};case _bg .Image :_gcgd :=_fafgg .Base ();if _gcgd .ColorComponents ==1{_fdcdc .BitsPerComponent =int64 (_gcgd .BitsPerComponent );_fdcdc .Data =_gcgd .Data ; +return _fdcdc ,nil ;};_egfae ,_degee :=_bg .GrayConverter .Convert (goimg );if _degee !=nil {return nil ,_degee ;};_fdcdc .Data =_egfae .Pix ();default:_adcfc ,_fddcd :=_bg .GrayConverter .Convert (goimg );if _fddcd !=nil {return nil ,_fddcd ;};_fdcdc .Data =_adcfc .Pix (); +};return _fdcdc ,nil ;}; -// SetPdfCreator sets the Creator attribute of the output PDF. -func SetPdfCreator (creator string ){_dggagg .Lock ();defer _dggagg .Unlock ();_dgbgaa =creator };func (_debge *LTV )getCerts (_egfe []*_dfd .Certificate )([][]byte ,error ){_bcgb :=make ([][]byte ,0,len (_egfe ));for _ ,_bagce :=range _egfe {_bcgb =append (_bcgb ,_bagce .Raw ); -};return _bcgb ,nil ;}; +// StdFontName represents name of a standard font. +type StdFontName =_geg .StdFontName ; -// ToPdfObject converts the font to a PDF representation. -func (_ebaa *pdfFontType3 )ToPdfObject ()_cee .PdfObject {if _ebaa ._eacaf ==nil {_ebaa ._eacaf =&_cee .PdfIndirectObject {};};_gabdb :=_ebaa .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0033");_ebaa ._eacaf .PdfObject =_gabdb ;if _ebaa .FirstChar !=nil {_gabdb .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_ebaa .FirstChar ); -};if _ebaa .LastChar !=nil {_gabdb .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_ebaa .LastChar );};if _ebaa .Widths !=nil {_gabdb .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_ebaa .Widths );};if _ebaa .Encoding !=nil {_gabdb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_ebaa .Encoding ); -}else if _ebaa ._fgaa !=nil {_cacde :=_ebaa ._fgaa .ToPdfObject ();if _cacde !=nil {_gabdb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_cacde );};};if _ebaa .FontBBox !=nil {_gabdb .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_ebaa .FontBBox ); -};if _ebaa .FontMatrix !=nil {_gabdb .Set ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0069\u0072\u0078",_ebaa .FontMatrix );};if _ebaa .CharProcs !=nil {_gabdb .Set ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s",_ebaa .CharProcs );};if _ebaa .Resources !=nil {_gabdb .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_ebaa .Resources ); -};return _ebaa ._eacaf ;}; +// PdfColorCalRGB represents a color in the Colorimetric CIE RGB colorspace. +// A, B, C components +// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorCalRGB [3]float64 ;func (_addb *DSS )generateHashMap (_ebgf []*_bda .PdfObjectStream )(map[string ]*_bda .PdfObjectStream ,error ){_dead :=map[string ]*_bda .PdfObjectStream {};for _ ,_aead :=range _ebgf {_gdeab ,_aafg :=_bda .DecodeStream (_aead ); +if _aafg !=nil {return nil ,_aafg ;};_babda ,_aafg :=_fgfee (_gdeab );if _aafg !=nil {return nil ,_aafg ;};_dead [string (_babda )]=_aead ;};return _dead ,nil ;}; -// PdfDate represents a date, which is a PDF string of the form: -// (D:YYYYMMDDHHmmSSOHH'mm) -type PdfDate struct{_gffbe int64 ;_dabdg int64 ;_cfdgf int64 ;_bbeea int64 ;_bfaec int64 ;_begea int64 ;_cfbed byte ;_gccea int64 ;_cacedd int64 ;};func (_afadd *Names )addEmbeddedFile (_addf *EmbeddedFile )error {if _afadd .EmbeddedFiles ==nil {_afadd .EmbeddedFiles =_cee .MakeDict (); -_afadd .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_cee .MakeArray ());};_geccb :=NewPdfFileSpecFromEmbeddedFile (_addf );_cccf :=_afadd .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_agded ,_ecdec :=_cccf .(*_cee .PdfObjectArray );if !_ecdec {return _cdf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};type FileSpecMap struct{_fedcf string ;_fgdgd *PdfFilespec ;};_gdbfc :=[]FileSpecMap {};for _egef :=0;_egef < len (_agded .Elements ());_egef +=2{if _egef %2==0{_dbgdb :=_agded .Get (_egef );if _dbgdb !=nil {_dabdc :=_dbgdb .(*_cee .PdfObjectString ); -_edefa :=_agded .Get (_egef +1);_fecf ,_cgggf :=NewPdfFilespecFromObj (_edefa );if _cgggf !=nil {return _cgggf ;};_gdbfc =append (_gdbfc ,FileSpecMap {_fedcf :_dabdc .String (),_fgdgd :_fecf });};};};_gdbfc =append (_gdbfc ,FileSpecMap {_fedcf :_addf .Name ,_fgdgd :_geccb }); -_da .Slice (_gdbfc ,func (_baef ,_baagfc int )bool {return _gdbfc [_baef ]._fedcf < _gdbfc [_baagfc ]._fedcf });_agded =_cee .MakeArray ();for _ ,_degaf :=range _gdbfc {_agded .Append (_cee .MakeString (_degaf ._fedcf ));_agded .Append (_degaf ._fgdgd .ToPdfObject ()); -};_afadd .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_agded );return nil ;}; +// ToPdfObject implements interface PdfModel. +func (_ceb *PdfActionTrans )ToPdfObject ()_bda .PdfObject {_ceb .PdfAction .ToPdfObject ();_fbc :=_ceb ._gg ;_gdef :=_fbc .PdfObject .(*_bda .PdfObjectDictionary );_gdef .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeTrans )));_gdef .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_ceb .Trans ); +return _fbc ;};func _abdd ()*modelManager {_bfdab :=modelManager {};_bfdab ._afcbd =map[PdfModel ]_bda .PdfObject {};_bfdab ._afaad =map[_bda .PdfObject ]PdfModel {};return &_bfdab ;}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_dgedg pdfFontType3 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){if _bbfe ,_adbba :=_dgedg ._fdfff [code ];_adbba {return _ce .CharMetrics {Wx :_bbfe },true ;};if _ce .IsStdFont (_ce .StdFontName (_dgedg ._fbcf )){return _ce .CharMetrics {Wx :250},true ; -};return _ce .CharMetrics {},false ;}; +// ToPdfObject returns a PdfObject representation of PdfColorspaceDeviceNAttributes as a PdfObjectDictionary directly +// or indirectly within an indirect object container. +func (_aeafd *PdfColorspaceDeviceNAttributes )ToPdfObject ()_bda .PdfObject {_efgb :=_bda .MakeDict ();if _aeafd .Subtype !=nil {_efgb .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_aeafd .Subtype );};_efgb .SetIfNotNil ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s",_aeafd .Colorants ); +_efgb .SetIfNotNil ("\u0050r\u006f\u0063\u0065\u0073\u0073",_aeafd .Process );_efgb .SetIfNotNil ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073",_aeafd .MixingHints );if _aeafd ._dced !=nil {_aeafd ._dced .PdfObject =_efgb ;return _aeafd ._dced ; +};return _efgb ;}; -// ColorFromPdfObjects gets the color from a series of pdf objects (4 for cmyk). -func (_ffgf *PdfColorspaceDeviceCMYK )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=4{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_eddg ,_gcfa :=_cee .GetNumbersAsFloat (objects ); -if _gcfa !=nil {return nil ,_gcfa ;};return _ffgf .ColorFromFloats (_eddg );}; +// ReplaceAcroForm replaces the acrobat form. It appends a new form to the Pdf which +// replaces the original AcroForm. +func (_bcaeb *PdfAppender )ReplaceAcroForm (acroForm *PdfAcroForm ){if acroForm !=nil {_bcaeb .updateObjectsDeep (acroForm .ToPdfObject (),nil );};_bcaeb ._ggae =acroForm ;};var ImageHandling ImageHandler =DefaultImageHandler {}; -// ColorFromFloats returns a new PdfColor based on input color components. -func (_cfca *PdfColorspaceDeviceN )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=_cfca .GetNumComponents (){return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_deeef ,_fcdd :=_cfca .TintTransform .Evaluate (vals ); -if _fcdd !=nil {return nil ,_fcdd ;};_dfge ,_fcdd :=_cfca .AlternateSpace .ColorFromFloats (_deeef );if _fcdd !=nil {return nil ,_fcdd ;};return _dfge ,nil ;};type pdfCIDFontType2 struct{fontCommon ;_bfeeb *_cee .PdfIndirectObject ;_dffe _dae .TextEncoder ; +// ToPdfObject implements interface PdfModel. +func (_fgfg *PdfAnnotationTrapNet )ToPdfObject ()_bda .PdfObject {_fgfg .PdfAnnotation .ToPdfObject ();_ebd :=_fgfg ._ged ;_dcag :=_ebd .PdfObject .(*_bda .PdfObjectDictionary );_dcag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0054r\u0061\u0070\u004e\u0065\u0074")); +return _ebd ;}; +// GetRuneMetrics returns the character metrics for the rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_aabfe pdfFontSimple )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){if _aabfe ._feada !=nil {_ccbg ,_dfefc :=_aabfe ._feada .Read (r );if _dfefc {return _ccbg ,true ;};};_ceaag :=_aabfe .Encoder ();if _ceaag ==nil {_ed .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_aabfe ); +return _geg .CharMetrics {},false ;};_gaee ,_ebecg :=_ceaag .RuneToCharcode (r );if !_ebecg {if r !=' '{_ed .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_aabfe ); +};return _geg .CharMetrics {},false ;};_aefbg ,_dfefb :=_aabfe .GetCharMetrics (_gaee );return _aefbg ,_dfefb ;};var _bgadc =map[string ]string {"\u0053\u0079\u006d\u0062\u006f\u006c":"\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067","\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073":"Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"}; -// Table 117 – Entries in a CIDFont dictionary (page 269) -// Dictionary that defines the character collection of the CIDFont (required). -// See Table 116. -CIDSystemInfo *_cee .PdfObjectDictionary ; -// Glyph metrics fields (optional). -DW _cee .PdfObject ;W _cee .PdfObject ;DW2 _cee .PdfObject ;W2 _cee .PdfObject ; +// ToPdfObject implements interface PdfModel. +func (_gcgf *PdfAnnotationRichMedia )ToPdfObject ()_bda .PdfObject {_gcgf .PdfAnnotation .ToPdfObject ();_adg :=_gcgf ._ged ;_fccb :=_adg .PdfObject .(*_bda .PdfObjectDictionary );_fccb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a")); +_fccb .SetIfNotNil ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073",_gcgf .RichMediaSettings );_fccb .SetIfNotNil ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074",_gcgf .RichMediaContent ); +return _adg ;};func _gaebg (_gfce *_bda .PdfIndirectObject ,_gdbg *_bda .PdfObjectDictionary )(*DSS ,error ){if _gfce ==nil {_gfce =_bda .MakeIndirectObject (nil );};_gfce .PdfObject =_bda .MakeDict ();_bfgg :=map[string ]*VRI {};if _bgefc ,_fffeg :=_bda .GetDict (_gdbg .Get ("\u0056\u0052\u0049")); +_fffeg {for _ ,_gbbgf :=range _bgefc .Keys (){if _bfae ,_ffgae :=_bda .GetDict (_bgefc .Get (_gbbgf ));_ffgae {_bfgg [_ab .ToUpper (_gbbgf .String ())]=_ddcca (_bfae );};};};return &DSS {Certs :_fgec (_gdbg .Get ("\u0043\u0065\u0072t\u0073")),OCSPs :_fgec (_gdbg .Get ("\u004f\u0043\u0053P\u0073")),CRLs :_fgec (_gdbg .Get ("\u0043\u0052\u004c\u0073")),VRI :_bfgg ,_bebag :_gfce },nil ; +}; -// CIDs to glyph indices mapping (optional). -CIDToGIDMap _cee .PdfObject ;_dbffc map[_dae .CharCode ]float64 ;_dfae float64 ;_abdc map[rune ]int ;}; +// GetContainingPdfObject returns the container of the outline (indirect object). +func (_eegca *PdfOutline )GetContainingPdfObject ()_bda .PdfObject {return _eegca ._baaf };func _efea (_dada *_bda .PdfObjectStream )(*PdfFunctionType0 ,error ){_caeg :=&PdfFunctionType0 {};_caeg ._gdfcb =_dada ;_cefg :=_dada .PdfObjectDictionary ;_bcfc ,_cbdc :=_bda .TraceToDirectObject (_cefg .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_bda .PdfObjectArray ); +if !_cbdc {_ed .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _bcfc .Len ()< 0||_bcfc .Len ()%2!=0{_ed .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); +};_caeg .NumInputs =_bcfc .Len ()/2;_cbeed ,_gbfc :=_bcfc .ToFloat64Array ();if _gbfc !=nil {return nil ,_gbfc ;};_caeg .Domain =_cbeed ;_bcfc ,_cbdc =_bda .TraceToDirectObject (_cefg .Get ("\u0052\u0061\u006eg\u0065")).(*_bda .PdfObjectArray );if !_cbdc {_ed .Log .Error ("\u0052\u0061\u006e\u0067e \u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); +return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _bcfc .Len ()< 0||_bcfc .Len ()%2!=0{return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_caeg .NumOutputs =_bcfc .Len ()/2;_gecbf ,_gbfc :=_bcfc .ToFloat64Array ();if _gbfc !=nil {return nil ,_gbfc ;};_caeg .Range =_gecbf ;_bcfc ,_cbdc =_bda .TraceToDirectObject (_cefg .Get ("\u0053\u0069\u007a\u0065")).(*_bda .PdfObjectArray );if !_cbdc {_ed .Log .Error ("\u0053i\u007ae\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); +return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_baffg ,_gbfc :=_bcfc .ToIntegerArray (); +if _gbfc !=nil {return nil ,_gbfc ;};if len (_baffg )!=_caeg .NumInputs {_ed .Log .Error ("T\u0061\u0062\u006c\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063h\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072 o\u0066\u0020\u0069n\u0070u\u0074\u0073"); +return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_caeg .Size =_baffg ;_deebf ,_cbdc :=_bda .TraceToDirectObject (_cefg .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065")).(*_bda .PdfObjectInteger ); +if !_cbdc {_ed .Log .Error ("B\u0069\u0074\u0073\u0050\u0065\u0072S\u0061\u006d\u0070\u006c\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if *_deebf !=1&&*_deebf !=2&&*_deebf !=4&&*_deebf !=8&&*_deebf !=12&&*_deebf !=16&&*_deebf !=24&&*_deebf !=32{_ed .Log .Error ("\u0042\u0069\u0074s \u0070\u0065\u0072\u0020\u0073\u0061\u006d\u0070\u006ce\u0020o\u0075t\u0073i\u0064\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064\u0029",*_deebf ); +return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_caeg .BitsPerSample =int (*_deebf );_caeg .Order =1;_gdgf ,_cbdc :=_bda .TraceToDirectObject (_cefg .Get ("\u004f\u0072\u0064e\u0072")).(*_bda .PdfObjectInteger ); +if _cbdc {if *_gdgf !=1&&*_gdgf !=3{_ed .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u006fr\u0064\u0065r\u0020\u0028\u0025\u0064\u0029",*_gdgf );return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_caeg .Order =int (*_gdgf ); +};_bcfc ,_cbdc =_bda .TraceToDirectObject (_cefg .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_bda .PdfObjectArray );if _cbdc {_dffgf ,_gcfa :=_bcfc .ToFloat64Array ();if _gcfa !=nil {return nil ,_gcfa ;};_caeg .Encode =_dffgf ;};_bcfc ,_cbdc =_bda .TraceToDirectObject (_cefg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")).(*_bda .PdfObjectArray ); +if _cbdc {_adcce ,_fdcd :=_bcfc .ToFloat64Array ();if _fdcd !=nil {return nil ,_fdcd ;};_caeg .Decode =_adcce ;};_adaf ,_gbfc :=_bda .DecodeStream (_dada );if _gbfc !=nil {return nil ,_gbfc ;};_caeg ._ccbfc =_adaf ;return _caeg ,nil ;}; -// ToPdfObject converts the K dictionary to a PDF object. -func (_ccdff *KDict )ToPdfObject ()_cee .PdfObject {_dffdb :=_cee .MakeDict ();if _ccdff .ID !=nil {_dffdb .Set ("\u0049\u0044",_ccdff .ID );};if _ccdff .K !=nil {_dffdb .Set ("\u004b",_ccdff .K );}else if len (_ccdff ._affgf )> 0{if len (_ccdff ._affgf )==1{_ccdff .K =_ccdff ._affgf [0].ToPdfObject (); -}else {_eefce :=_cee .MakeArray ();for _ ,_fggb :=range _ccdff ._affgf {_eefce .Append (_fggb .ToPdfObject ());};_ccdff .K =_eefce ;};_dffdb .Set ("\u004b",_ccdff .K );};if _ccdff .S !=nil {_dffdb .Set ("\u0053",_ccdff .S );};if _ccdff .P !=nil {_dffdb .Set ("\u0050",_ccdff .P ); -};if _ccdff .Pg !=nil {_dffdb .Set ("\u0050\u0067",_ccdff .Pg );};if _ccdff .C !=nil {_dffdb .Set ("\u0043",_ccdff .C );};if _ccdff .R !=nil {_dffdb .Set ("\u0052",_ccdff .R );};if _ccdff .T !=nil {_dffdb .Set ("\u0054",_ccdff .T );};if _ccdff .Lang !=nil {_dffdb .Set ("\u004c\u0061\u006e\u0067",_ccdff .Lang ); -};if _ccdff .Alt !=nil {_dffdb .Set ("\u0041\u006c\u0074",_ccdff .Alt );};if _ccdff .E !=nil {_dffdb .Set ("\u0045",_ccdff .E );};if _ccdff .A !=nil {_dffdb .Set ("\u0041",_ccdff .A );}else if _ccdff ._daafg !=nil {_agdbe :=_cee .MakeArrayFromFloats ([]float64 {_ccdff ._daafg .Llx ,_ccdff ._daafg .Lly ,_ccdff ._daafg .Urx ,_ccdff ._daafg .Ury }); -_adcca :=_cee .MakeDict ();_adcca .Set ("\u0042\u0042\u006f\u0078",_agdbe );_adcca .Set ("\u004f",_cee .MakeString ("\u004c\u0061\u0079\u006f\u0075\u0074"));_dffdb .Set ("\u0041",_cee .MakeIndirectObject (_adcca ));};return _dffdb ;}; +// ToPdfObject implements interface PdfModel. +func (_fdce *PdfAnnotationPrinterMark )ToPdfObject ()_bda .PdfObject {_fdce .PdfAnnotation .ToPdfObject ();_dgfd :=_fdce ._ged ;_aafd :=_dgfd .PdfObject .(*_bda .PdfObjectDictionary );_aafd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b")); +_aafd .SetIfNotNil ("\u004d\u004e",_fdce .MN );return _dgfd ;};func (_adbf *PdfReader )newPdfAnnotationSquareFromDict (_adfe *_bda .PdfObjectDictionary )(*PdfAnnotationSquare ,error ){_dbge :=PdfAnnotationSquare {};_bca ,_fgba :=_adbf .newPdfAnnotationMarkupFromDict (_adfe ); +if _fgba !=nil {return nil ,_fgba ;};_dbge .PdfAnnotationMarkup =_bca ;_dbge .BS =_adfe .Get ("\u0042\u0053");_dbge .IC =_adfe .Get ("\u0049\u0043");_dbge .BE =_adfe .Get ("\u0042\u0045");_dbge .RD =_adfe .Get ("\u0052\u0044");return &_dbge ,nil ;}; -// SetPdfCreationDate sets the CreationDate attribute of the output PDF. -func SetPdfCreationDate (creationDate _gc .Time ){_dggagg .Lock ();defer _dggagg .Unlock ();_dddda =creationDate ;};func (_gde *PdfReader )newPdfAnnotationRichMediaFromDict (_ddcd *_cee .PdfObjectDictionary )(*PdfAnnotationRichMedia ,error ){_babc :=&PdfAnnotationRichMedia {}; -_babc .RichMediaSettings =_ddcd .Get ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073");_babc .RichMediaContent =_ddcd .Get ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074"); -return _babc ,nil ;}; +// KDict represents a K dictionary object. +type KDict struct{ -// BaseFont returns the font's "BaseFont" field. -func (_dcbgf *PdfFont )BaseFont ()string {return _dcbgf .baseFields ()._fbcf }; +// The structure type, a name object identifying the nature of the +// structure element and its role within the document, +// such as a chapter, paragraph, or footnote +S _bda .PdfObject ; -// NewPdfColorPattern returns an empty color pattern. -func NewPdfColorPattern ()*PdfColorPattern {_cfagg :=&PdfColorPattern {};return _cfagg }; +// The structure element that is the immediate parent of this one +// in the structure hierarchy. +P _bda .PdfObject ; -// Add appends a top level outline item to the outline. -func (_gcfb *Outline )Add (item *OutlineItem ){_gcfb .Entries =append (_gcfb .Entries ,item )}; +// The element identifier, a byte string designating this structure element. +ID *_bda .PdfObjectString ; -// GetPage returns the PdfPage model for the specified page number. -func (_fbfdd *PdfReader )GetPage (pageNumber int )(*PdfPage ,error ){if _fbfdd ._ffdgf .GetCrypter ()!=nil &&!_fbfdd ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};if len (_fbfdd ._fded )< pageNumber {return nil ,_cdf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0028\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0074o\u006f\u0020\u0073\u0068\u006f\u0072\u0074\u0029"); -};_ggeag :=pageNumber -1;if _ggeag < 0{return nil ,_e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065r\u0069\u006e\u0067\u0020\u006d\u0075\u0073t\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0061\u0074\u0020\u0031");};_cdcag :=_fbfdd .PageList [_ggeag ]; -return _cdcag ,nil ;}; +// A page object representing a page on which some or all of the content +// items designated by the K entry shall be rendered. +Pg _bda .PdfObject ; -// GetContainingPdfObject implements interface PdfModel. -func (_daeb *PdfAction )GetContainingPdfObject ()_cee .PdfObject {return _daeb ._gaf }; +// The children of this structure element. +K _bda .PdfObject ; -// ImageToRGB convert an indexed image to RGB. -func (_faeb *PdfColorspaceSpecialIndexed )ImageToRGB (img Image )(Image ,error ){N :=_faeb .Base .GetNumComponents ();if N < 1{return Image {},_e .Errorf ("\u0062\u0061d \u0062\u0061\u0073e\u0020\u0063\u006f\u006cors\u0070ac\u0065\u0020\u004e\u0075\u006d\u0043\u006fmp\u006f\u006e\u0065\u006e\u0074\u0073\u003d%\u0064",N ); -};_dfbc :=_ca .NewImageBase (int (img .Width ),int (img .Height ),8,N ,nil ,img ._cbfg ,img ._cabgb );_gfeac :=_ag .NewReader (img .getBase ());_eaff :=_ag .NewWriter (_dfbc );var (_egeaa uint32 ;_ggdbe int ;_fbce error ;);for {_egeaa ,_fbce =_gfeac .ReadSample (); -if _fbce ==_fc .EOF {break ;}else if _fbce !=nil {return img ,_fbce ;};_ggdbe =int (_egeaa );_fca .Log .Trace ("\u0049\u006ed\u0065\u0078\u0065\u0064\u003a\u0020\u0069\u006e\u0064\u0065\u0078\u003d\u0025\u0064\u0020\u004e\u003d\u0025\u0064\u0020\u006c\u0075t=\u0025\u0064",_ggdbe ,N ,len (_faeb ._aecec )); -if (_ggdbe +1)*N > len (_faeb ._aecec ){_ggdbe =len (_faeb ._aecec )/N -1;_fca .Log .Trace ("C\u006c\u0069\u0070\u0070in\u0067 \u0074\u006f\u0020\u0069\u006ed\u0065\u0078\u003a\u0020\u0025\u0064",_ggdbe );if _ggdbe < 0{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069p\u0020\u0069\u006e\u0064\u0065\u0078.\u0020\u0049\u0073\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006ce\u0020\u0064\u0061\u006d\u0061\u0067\u0065\u0064\u003f"); -break ;};};for _gacdg :=_ggdbe *N ;_gacdg < (_ggdbe +1)*N ;_gacdg ++{if _fbce =_eaff .WriteSample (uint32 (_faeb ._aecec [_gacdg ]));_fbce !=nil {return img ,_fbce ;};};};return _faeb .Base .ImageToRGB (_acecd (&_dfbc ));}; +// A single attribute object or array of attribute objects associated +// with this structure element. +A _bda .PdfObject ; -// RemveTabOrder removes the tab order for the page. -func (_eaffdb *PdfPage )RemoveTabOrder (){_eaffdb .Tabs =nil }; +// An attribute class name or array of class names associated with +// this structure element. +C _bda .PdfObject ; -// PrintClip returns the value of the printClip. -func (_fgbcg *ViewerPreferences )PrintClip ()PageBoundary {return _fgbcg ._fcddg }; +// The current revision number of this structure element +R *_bda .PdfObjectInteger ; -// Enable LTV enables the specified signature. The signing certificate -// chain is extracted from the signature dictionary. Optionally, additional -// certificates can be specified through the `extraCerts` parameter. -// The LTV client attempts to build the certificate chain up to a trusted root -// by downloading any missing certificates. -func (_ggdea *LTV )Enable (sig *PdfSignature ,extraCerts []*_dfd .Certificate )error {if _eeagb :=_ggdea .validateSig (sig );_eeagb !=nil {return _eeagb ;};_faedd ,_gfeb :=_ggdea .generateVRIKey (sig );if _gfeb !=nil {return _gfeb ;};if _ ,_bddbg :=_ggdea ._fcbgb .VRI [_faedd ]; -_bddbg &&_ggdea .SkipExisting {return nil ;};_gdbeg ,_gfeb :=sig .GetCerts ();if _gfeb !=nil {return _gfeb ;};return _ggdea .enable (_gdbeg ,extraCerts ,_faedd );}; +// The title of the structure element, a text string representing +// it in human-readable form. +T *_bda .PdfObjectString ; -// DecodeArray returns the range of color component values in CalRGB colorspace. -func (_cgbac *PdfColorspaceCalRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; +// A language identifier specifying the natural language for all text +// in the structure element except where overridden by +// language specifications for nested structure elements or marked content. +Lang *_bda .PdfObjectString ; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element between 0 and 1. -func (_gcde *PdfColorspaceDeviceGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_abac :=vals [0];if _abac < 0.0||_abac > 1.0{_fca .Log .Debug ("\u0049\u006eco\u006d\u0070\u0061t\u0069\u0062\u0069\u006city\u003a R\u0061\u006e\u0067\u0065\u0020\u006f\u0075ts\u0069\u0064\u0065\u0020\u005b\u0030\u002c1\u005d"); -};if _abac < 0.0{_abac =0.0;}else if _abac > 1.0{_abac =1.0;};return NewPdfColorDeviceGray (_abac ),nil ;}; +// An alternate description of the structure element and its +// children in human-readable form, which is useful when extracting +// the document’s contents in support of accessibility to users with +// disabilities or for other purposes. +Alt *_bda .PdfObjectString ; -// Hasher is the interface that wraps the basic Write method. -type Hasher interface{Write (_gadbd []byte )(_efdfg int ,_cfagfc error );}; +// The expanded form of an abbreviation. +E *_bda .PdfObjectString ; -// DecodeArray returns the range of color component values in the Lab colorspace. -func (_acga *PdfColorspaceLab )DecodeArray ()[]float64 {_fcdf :=[]float64 {0,100};if _acga !=nil &&_acga .Range !=nil &&len (_acga .Range )==4{_fcdf =append (_fcdf ,_acga .Range ...);}else {_fcdf =append (_fcdf ,-100,100,-100,100);};return _fcdf ;}; +// Text that is an exact replacement for the structure element and its children. +ActualText *_bda .PdfObjectString ;_fcbda []*KValue ;_adceg int64 ;_fdec *PdfRectangle ;}; -// PdfAnnotationLine represents Line annotations. -// (Section 12.5.6.7). -type PdfAnnotationLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;L _cee .PdfObject ;BS _cee .PdfObject ;LE _cee .PdfObject ;IC _cee .PdfObject ;LL _cee .PdfObject ;LLE _cee .PdfObject ;Cap _cee .PdfObject ;IT _cee .PdfObject ;LLO _cee .PdfObject ;CP _cee .PdfObject ; -Measure _cee .PdfObject ;CO _cee .PdfObject ;};func (_gcba *PdfColorspaceSpecialIndexed )String ()string {return "\u0049n\u0064\u0065\u0078\u0065\u0064";}; +// ToPdfObject returns the PDF representation of the outline tree node. +func (_ffegg *PdfOutlineTreeNode )ToPdfObject ()_bda .PdfObject {return _ffegg .GetContext ().ToPdfObject ();};func _dfda (_afdd *XObjectForm )(*PdfRectangle ,bool ,error ){if _fadd ,_adcbf :=_afdd .BBox .(*_bda .PdfObjectArray );_adcbf {_defbg ,_ffgbf :=NewPdfRectangle (*_fadd ); +if _ffgbf !=nil {return nil ,false ,_ffgbf ;};if _bgafa ,_fbecg :=_afdd .Matrix .(*_bda .PdfObjectArray );_fbecg {_cbbbf ,_fbaf :=_bgafa .ToFloat64Array ();if _fbaf !=nil {return nil ,false ,_fbaf ;};_ffag :=_dfa .IdentityMatrix ();if len (_cbbbf )==6{_ffag =_dfa .NewMatrix (_cbbbf [0],_cbbbf [1],_cbbbf [2],_cbbbf [3],_cbbbf [4],_cbbbf [5]); +};_defbg .Transform (_ffag );return _defbg ,true ,nil ;};return _defbg ,false ,nil ;};return nil ,false ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063e\u0020\u0042\u0042\u006f\u0078\u0020\u0074y\u0070\u0065"); +};func _fcfag (_gdgg *PdfField )[]*PdfField {_dbec :=[]*PdfField {_gdgg };for _ ,_gaaef :=range _gdgg .Kids {_dbec =append (_dbec ,_fcfag (_gaaef )...);};return _dbec ;}; -// SetXObjectFormByName adds the provided XObjectForm to the page resources. -// The added XObjectForm is identified by the specified name. -func (_ccfde *PdfPageResources )SetXObjectFormByName (keyName _cee .PdfObjectName ,xform *XObjectForm )error {_bcgdc :=xform .ToPdfObject ().(*_cee .PdfObjectStream );_dbded :=_ccfde .SetXObjectByName (keyName ,_bcgdc );return _dbded ;};const (FieldFlagClear FieldFlag =0; -FieldFlagReadOnly FieldFlag =1;FieldFlagRequired FieldFlag =(1<<1);FieldFlagNoExport FieldFlag =(2<<1);FieldFlagNoToggleToOff FieldFlag =(1<<14);FieldFlagRadio FieldFlag =(1<<15);FieldFlagPushbutton FieldFlag =(1<<16);FieldFlagRadiosInUnision FieldFlag =(1<<25); -FieldFlagMultiline FieldFlag =(1<<12);FieldFlagPassword FieldFlag =(1<<13);FieldFlagFileSelect FieldFlag =(1<<20);FieldFlagDoNotScroll FieldFlag =(1<<23);FieldFlagComb FieldFlag =(1<<24);FieldFlagRichText FieldFlag =(1<<26);FieldFlagDoNotSpellCheck FieldFlag =(1<<22); -FieldFlagCombo FieldFlag =(1<<17);FieldFlagEdit FieldFlag =(1<<18);FieldFlagSort FieldFlag =(1<<19);FieldFlagMultiSelect FieldFlag =(1<<21);FieldFlagCommitOnSelChange FieldFlag =(1<<27);); +// ColorFromPdfObjects gets the color from a series of pdf objects (4 for cmyk). +func (_dbgeb *PdfColorspaceDeviceCMYK )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=4{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gbad ,_beadf :=_bda .GetNumbersAsFloat (objects ); +if _beadf !=nil {return nil ,_beadf ;};return _dbgeb .ColorFromFloats (_gbad );};func (_bffbf *PdfReader )buildPageList (_bfbbg *_bda .PdfIndirectObject ,_eeec *_bda .PdfIndirectObject ,_ecfgf map[_bda .PdfObject ]struct{})error {if _bfbbg ==nil {return nil ; +};if _ ,_egfff :=_ecfgf [_bfbbg ];_egfff {_ed .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_bfbbg .ObjectNumber ); +return nil ;};_ecfgf [_bfbbg ]=struct{}{};_gcedg ,_degea :=_bfbbg .PdfObject .(*_bda .PdfObjectDictionary );if !_degea {return _gea .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};_abbdc ,_degea :=(*_gcedg ).Get ("\u0054\u0079\u0070\u0065").(*_bda .PdfObjectName ); +if !_degea {if _gcedg .Get ("\u004b\u0069\u0064\u0073")==nil {return _gea .New ("\u006e\u006f\u0064\u0065 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0054\u0079p\u0065 \u0028\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0029");};_ed .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u006e\u006f\u0064\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067\u0020\u0054\u0079\u0070\u0065\u002c\u0020\u0062\u0075\u0074\u0020\u0068\u0061\u0073\u0020\u004b\u0069\u0064\u0073\u002e\u0020\u0041\u0073\u0073u\u006di\u006e\u0067\u0020\u0050\u0061\u0067\u0065\u0073 \u006eo\u0064\u0065."); +_abbdc =_bda .MakeName ("\u0050\u0061\u0067e\u0073");_gcedg .Set ("\u0054\u0079\u0070\u0065",_abbdc );};_ed .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0050a\u0067\u0065\u004c\u0069\u0073\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0074y\u0070\u0065\u003a\u0020\u0025\u0073\u0020(\u0025\u002b\u0076\u0029",*_abbdc ,_bfbbg ); +if *_abbdc =="\u0050\u0061\u0067\u0065"{_ggefgg ,_gebbcb :=_bffbf .newPdfPageFromDict (_gcedg );if _gebbcb !=nil {return _gebbcb ;};_ggefgg .setContainer (_bfbbg );if _eeec !=nil {_gcedg .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_eeec );};_bffbf ._cgdac =append (_bffbf ._cgdac ,_bfbbg ); +_bffbf .PageList =append (_bffbf .PageList ,_ggefgg );return nil ;};if *_abbdc !="\u0050\u0061\u0067e\u0073"{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0063\u006fnt\u0065n\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u0021\u0020\u0028\u0025\u0073\u0029",_abbdc ); +return _gea .New ("\u0074\u0061\u0062\u006c\u0065\u0020o\u0066\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073 \u006fb\u006a\u0065\u0063\u0074"); +};if _eeec !=nil {_gcedg .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_eeec );};if !_bffbf ._aaece {_babc :=_bffbf .traverseObjectData (_bfbbg );if _babc !=nil {return _babc ;};};_begaa ,_gcdbd :=_bffbf ._fdadg .Resolve (_gcedg .Get ("\u004b\u0069\u0064\u0073")); +if _gcdbd !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u004b\u0069\u0064\u0073\u0020\u006fb\u006a\u0065\u0063\u0074");return _gcdbd ;};var _abdbc *_bda .PdfObjectArray ; +_abdbc ,_degea =_begaa .(*_bda .PdfObjectArray );if !_degea {_acbcge ,_bfgce :=_begaa .(*_bda .PdfIndirectObject );if !_bfgce {return _gea .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};_abdbc ,_degea =_acbcge .PdfObject .(*_bda .PdfObjectArray );if !_degea {return _gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u0069\u006ed\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074");};};_ed .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_abdbc ); +for _gfbab ,_agbcf :=range _abdbc .Elements (){_dfgae ,_bgecc :=_bda .GetIndirect (_agbcf );if !_bgecc {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 \u006f\u0062\u006a\u0065\u0063t\u0020\u002d \u0028\u0025\u0073\u0029",_dfgae ); +return _gea .New ("\u0070a\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_abdbc .Set (_gfbab ,_dfgae );_gcdbd =_bffbf .buildPageList (_dfgae ,_bfbbg ,_ecfgf );if _gcdbd !=nil {return _gcdbd ; +};};return nil ;}; -// ToPdfObject implements interface PdfModel. -func (_gdg *PdfAnnotationProjection )ToPdfObject ()_cee .PdfObject {_gdg .PdfAnnotation .ToPdfObject ();_acg :=_gdg ._eddc ;_bbdga :=_acg .PdfObject .(*_cee .PdfObjectDictionary );_gdg .PdfAnnotationMarkup .appendToPdfDictionary (_bbdga );return _acg ; -}; +// NewPdfFileSpecFromEmbeddedFile construct a new PdfFileSpec that contains an embedded file. +func NewPdfFileSpecFromEmbeddedFile (file *EmbeddedFile )*PdfFilespec {_afce :=&PdfFilespec {};_afce ._daeg =_bda .MakeIndirectObject (_bda .MakeDict ());_afce .Desc =_bda .MakeString (file .Description );_afce .EF =file .ToPdfObject ();_afce .F =_bda .MakeString (file .Name ); +_afce .UF =_bda .MakeEncodedString (file .Name ,true );_cggdd :="U\u006e\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064";switch file .Relationship {case RelationshipSource :_cggdd ="\u0053\u006f\u0075\u0072\u0063\u0065";case RelationshipData :_cggdd ="\u0044\u0061\u0074\u0061"; +case RelationshipAlternative :_cggdd ="A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065";case RelationshipSupplement :_cggdd ="\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074";};_afce .AFRelationship =_bda .MakeName (_cggdd ); +return _afce ;}; -// GetIndirectObjectByNumber retrieves and returns a specific PdfObject by object number. -func (_dbbef *PdfReader )GetIndirectObjectByNumber (number int )(_cee .PdfObject ,error ){_faebf ,_dbedg :=_dbbef ._ffdgf .LookupByNumber (number );return _faebf ,_dbedg ;};func (_egdb *PdfPage )flattenFieldsWithOpts (_cdbefc FieldAppearanceGenerator ,_gebgdg *FieldFlattenOpts ,_faea map[*PdfAnnotation ]bool )error {var _aadgg []*PdfAnnotation ; -if _cdbefc !=nil {if _eddfc :=_cdbefc .WrapContentStream (_egdb );_eddfc !=nil {return _eddfc ;};};_cbada ,_eacf :=_egdb .GetAnnotations ();if _eacf !=nil {return _eacf ;};for _ ,_dbfd :=range _cbada {_aebff ,_cfgfa :=_faea [_dbfd ];if !_cfgfa &&_gebgdg .AnnotFilterFunc !=nil {if _ ,_aadec :=_dbfd .GetContext ().(*PdfAnnotationWidget ); -!_aadec {_cfgfa =_gebgdg .AnnotFilterFunc (_dbfd );};};if !_cfgfa {_aadgg =append (_aadgg ,_dbfd );continue ;};switch _dbfd .GetContext ().(type ){case *PdfAnnotationPopup :continue ;case *PdfAnnotationLink :continue ;case *PdfAnnotationProjection :continue ; -};_abcgb ,_ggdd ,_bbga :=_agca (_dbfd );if _bbga !=nil {if !_aebff {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0056\u0020\u002d\u003e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075t\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065am\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072"); -continue ;};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d,\u0020\u0065\u0072\u0072\u0020\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006bi\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072",_bbga ); -continue ;};if _abcgb ==nil {continue ;};_bddbd :=_egdb .Resources .GenerateXObjectName ();_egdb .Resources .SetXObjectFormByName (_bddbd ,_abcgb );_becc ,_gefed ,_bbga :=_bafda (_abcgb );if _bbga !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0061\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u004d\u0061\u0074\u0072\u0069\u0078\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0078\u0066\u006f\u0072\u006d\u0020\u0062\u0062\u006f\u0078\u0020\u0061\u0064\u006a\u0075\u0073t\u006d\u0065\u006e\u0074\u003a \u0025\u0076",_bbga ); -}else {_cgcd :=_ac .IdentityMatrix ();_cgcd =_cgcd .Translate (-_becc .Llx ,-_becc .Lly );if _gefed {_aafe :=0.0;if _becc .Width ()> 0{_aafe =_ggdd .Width ()/_becc .Width ();};_bccf :=0.0;if _becc .Height ()> 0{_bccf =_ggdd .Height ()/_becc .Height (); -};_cgcd =_cgcd .Scale (_aafe ,_bccf );};_ggdd .Transform (_cgcd );};_ebeca :=_aaa .Min (_ggdd .Llx ,_ggdd .Urx );_cefgb :=_aaa .Min (_ggdd .Lly ,_ggdd .Ury );var _fagee []string ;_fagee =append (_fagee ,"\u0071");_fagee =append (_fagee ,_e .Sprintf ("\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020%\u002e6\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0063\u006d",1.0,0.0,0.0,1.0,_ebeca ,_cefgb )); -_fagee =append (_fagee ,_e .Sprintf ("\u002f\u0025\u0073\u0020\u0044\u006f",_bddbd .String ()));_fagee =append (_fagee ,"\u0051");_efac :=_ad .Join (_fagee ,"\u000a");_bbga =_egdb .AppendContentStream (_efac );if _bbga !=nil {return _bbga ;};if _abcgb .Resources !=nil {_gdgbb ,_gead :=_cee .GetDict (_abcgb .Resources .Font ); -if _gead {for _ ,_fgfbad :=range _gdgbb .Keys (){if !_egdb .Resources .HasFontByName (_fgfbad ){_egdb .Resources .SetFontByName (_fgfbad ,_gdgbb .Get (_fgfbad ));};};};};};if len (_aadgg )> 0{_egdb ._eeaba =_aadgg ;}else {_egdb ._eeaba =[]*PdfAnnotation {}; -};return nil ;}; +// NewPdfActionImportData returns a new "import data" action. +func NewPdfActionImportData ()*PdfActionImportData {_fge :=NewPdfAction ();_fc :=&PdfActionImportData {};_fc .PdfAction =_fge ;_fge .SetContext (_fc );return _fc ;}; -// DecodeArray returns the range of color component values in CalGray colorspace. -func (_efca *PdfColorspaceCalGray )DecodeArray ()[]float64 {return []float64 {0.0,1.0}};func (_ebga *PdfColorspaceLab )String ()string {return "\u004c\u0061\u0062"}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_bebfe *PdfShadingType5 )ToPdfObject ()_bda .PdfObject {_bebfe .PdfShading .ToPdfObject ();_gbggf ,_gfggf :=_bebfe .getShadingDict ();if _gfggf !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _bebfe .BitsPerCoordinate !=nil {_gbggf .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_bebfe .BitsPerCoordinate );};if _bebfe .BitsPerComponent !=nil {_gbggf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bebfe .BitsPerComponent ); +};if _bebfe .VerticesPerRow !=nil {_gbggf .Set ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077",_bebfe .VerticesPerRow );};if _bebfe .Decode !=nil {_gbggf .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_bebfe .Decode );}; +if _bebfe .Function !=nil {if len (_bebfe .Function )==1{_gbggf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bebfe .Function [0].ToPdfObject ());}else {_edbae :=_bda .MakeArray ();for _ ,_bfebfb :=range _bebfe .Function {_edbae .Append (_bfebfb .ToPdfObject ()); +};_gbggf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_edbae );};};return _bebfe ._gfdga ;}; -// ToPdfObject implements interface PdfModel. -func (_gacc *PdfAnnotationUnderline )ToPdfObject ()_cee .PdfObject {_gacc .PdfAnnotation .ToPdfObject ();_adfg :=_gacc ._eddc ;_ebca :=_adfg .PdfObject .(*_cee .PdfObjectDictionary );_gacc .PdfAnnotationMarkup .appendToPdfDictionary (_ebca );_ebca .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee")); -_ebca .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gacc .QuadPoints );return _adfg ;}; +// Encoder returns the font's text encoder. +func (_eebac pdfCIDFontType0 )Encoder ()_dgb .TextEncoder {return _eebac ._bffcf };func _gfdac (_bdegd *_bda .PdfObjectDictionary ,_agabf *fontCommon )(*pdfFontType0 ,error ){_eacd ,_dbbc :=_bda .GetArray (_bdegd .Get ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073")); +if !_dbbc {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006cid\u0020\u0044\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073\u0020\u002d\u0020\u006e\u006f\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079 \u0025\u0073",_agabf ); +return nil ,_bda .ErrRangeError ;};if _eacd .Len ()!=1{_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0041\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020(%\u0064\u0029",_eacd .Len ());return nil ,_bda .ErrRangeError ; +};_dadfc ,_ebgb :=_eeag (_eacd .Get (0),false );if _ebgb !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065d \u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u0020\u0066\u006f\u006et\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076 \u0025\u0073",_ebgb ,_agabf ); +return nil ,_ebgb ;};_aaec :=_bdegd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_cdec :="";_fdba :=_edgab (_agabf );_fdba .DescendantFont =_dadfc ;switch _cceb :=_aaec .(type ){case *_bda .PdfObjectName :_cdec ,_dbbc =_bda .GetNameVal (_aaec ); +if _dbbc {if _cdec =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_cdec =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"{_fdba ._geed =_dgb .NewIdentityTextEncoder (_cdec );}else if _dfe .IsPredefinedCMap (_cdec ){_fdba ._fbcb ,_ebgb =_dfe .LoadPredefinedCMap (_cdec ); +if _ebgb !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_cdec ,_ebgb ); +};}else {_ed .Log .Debug ("\u0055\u006e\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u0063\u006da\u0070\u0020\u0025\u0071",_cdec );};};case *_bda .PdfObjectStream :if _fdba ._fbedf ==nil {_ebaef ,_afcef :=_dfe .NewCIDSystemInfo (_cceb .PdfObjectDictionary .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); +if _afcef !=nil {_ed .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0043\u0049D\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0020\u0025\u0076",_afcef );};_bcf :=_c .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_ebaef .Registry ,_ebaef .Ordering ); +if _dfe .IsPredefinedCMap (_bcf ){_fdba ._fbcb ,_afcef =_dfe .LoadPredefinedCMap (_bcf );if _afcef !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_bcf ,_afcef ); +};}else {_bcf =_cceb .PdfObjectDictionary .Get ("\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065").String ();_gebgc ,_dagg :=_bda .DecodeStream (_cceb );if _dagg !=nil {_ed .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020s\u0074\u0072\u0065a\u006d:\u0020\u0025\u0076",_dagg ); +return _fdba ,_dagg ;};if _ccbba :=_bcf =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0048"||_bcf =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0056";_ccbba {_fdba ._fbcb ,_dagg =_dfe .LoadCmapFromData (_gebgc ,_ccbba ); +if _dagg !=nil {_ed .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u006c\u006f\u0061\u0064\u0020\u0043\u004d\u0061\u0070 \u0066\u0072\u006f\u006d\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076\u0020\u002d\u002d\u0020\u0025\u0076",_dagg ,string (_gebgc )); +return _fdba ,_dagg ;};_acefb :=make (map[_dfe .CharCode ]rune ,256);for _bffgca :=0x00;_bffgca <=0xFF;_bffgca ++{_acefb [_dfe .CharCode (_bffgca )]=rune (_bffgca );};_fdba ._eeed =_dfe .NewToUnicodeCMap (_acefb );};};};};if _eddc :=_dadfc .baseFields ()._eeed ; +_eddc !=nil {if _bgcd :=_eddc .Name ();_bgcd =="\u0041d\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002d\u0055\u0043\u0053\u0032"||_bgcd =="\u0041\u0064\u006f\u0062\u0065\u002d\u0047\u0042\u0031-\u0055\u0043\u0053\u0032"||_bgcd =="\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031-\u0055\u0043\u0053\u0032"||_bgcd =="\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006f\u0072\u0065\u0061\u0031-\u0055\u0043\u0053\u0032"{_fdba ._geed =_dgb .NewCMapEncoder (_cdec ,_fdba ._fbcb ,_eddc ); +};};return _fdba ,nil ;}; -// GetRuneMetrics returns the character metrics for the rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_dagefg pdfFontSimple )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){if _dagefg ._daefa !=nil {_bdecg ,_eace :=_dagefg ._daefa .Read (r );if _eace {return _bdecg ,true ;};};_eccd :=_dagefg .Encoder ();if _eccd ==nil {_fca .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_dagefg ); -return _ce .CharMetrics {},false ;};_eefbc ,_bafcc :=_eccd .RuneToCharcode (r );if !_bafcc {if r !=' '{_fca .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_dagefg ); -};return _ce .CharMetrics {},false ;};_ggcc ,_gdfe :=_dagefg .GetCharMetrics (_eefbc );return _ggcc ,_gdfe ;}; +// ToPdfObject generates a PdfObject representation of the Names struct. +func (_acbdc *Names )ToPdfObject ()_bda .PdfObject {_accea :=_acbdc ._ggcg ;_adgdg ,_fdad :=_accea .PdfObject .(*_bda .PdfObjectDictionary );if !_fdad {_ed .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _accea ;};if _acbdc .EmbeddedFiles !=nil {_adgdg .Set ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073",_bda .MakeIndirectObject (_acbdc .EmbeddedFiles ));};return _accea ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_fddf *PdfColorspaceDeviceCMYK )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b");}; +// SetPatternByName sets a pattern resource specified by keyName. +func (_deggc *PdfPageResources )SetPatternByName (keyName _bda .PdfObjectName ,pattern _bda .PdfObject )error {if _deggc .Pattern ==nil {_deggc .Pattern =_bda .MakeDict ();};_ceddd ,_eddad :=_bda .GetDict (_deggc .Pattern );if !_eddad {return _bda .ErrTypeError ; +};_ceddd .Set (keyName ,pattern );return nil ;}; -// PageBoundary represents the name of the page boundary representing -// the visible area. -type PageBoundary string ; +// GetRevisionNumber returns the version of the current Pdf document +func (_gebdf *PdfReader )GetRevisionNumber ()int {return _gebdf ._fdadg .GetRevisionNumber ()}; -// IsPush returns true if the button field represents a push button, false otherwise. -func (_aefg *PdfFieldButton )IsPush ()bool {return _aefg .GetType ()==ButtonTypePush };func (_fdgc *PdfAnnotation )String ()string {_fgfb :="";_aca ,_cgf :=_fdgc .ToPdfObject ().(*_cee .PdfIndirectObject );if _cgf {_fgfb =_e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_fdgc ._ecf ,_aca .PdfObject .String ()); -};return _fgfb ;}; +// GetSamples converts the raw byte slice into samples which are stored in a uint32 bit array. +// Each sample is represented by BitsPerComponent consecutive bits in the raw data. +// NOTE: The method resamples the image byte data before returning the result and +// this could lead to high memory usage, especially on large images. It should +// be avoided, when possible. It is recommended to access the Data field of the +// image directly or use the ColorAt method to extract individual pixels. +func (_bfggd *Image )GetSamples ()[]uint32 {_fagg :=_cf .ResampleBytes (_bfggd .Data ,int (_bfggd .BitsPerComponent ));if _bfggd .BitsPerComponent < 8{_fagg =_bfggd .samplesTrimPadding (_fagg );};_ccafa :=int (_bfggd .Width )*int (_bfggd .Height )*_bfggd .ColorComponents ; +if len (_fagg )< _ccafa {_ed .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u0066\u0065\u0077\u0020\u0073a\u006d\u0070\u006c\u0065\u0073\u0020(\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064\u0029",len (_fagg ),_ccafa ); +return _fagg ;}else if len (_fagg )> _ccafa {_ed .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u006d\u0061\u006e\u0079\u0020s\u0061\u006d\u0070\u006c\u0065\u0073 \u0028\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078p\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064",len (_fagg ),_ccafa ); +_fagg =_fagg [:_ccafa ];};return _fagg ;}; -// NewPdfAnnotationSquare returns a new square annotation. -func NewPdfAnnotationSquare ()*PdfAnnotationSquare {_fdd :=NewPdfAnnotation ();_edb :=&PdfAnnotationSquare {};_edb .PdfAnnotation =_fdd ;_edb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fdd .SetContext (_edb );return _edb ;}; +// NewXObjectImageFromImage creates a new XObject Image from an image object +// with default options. If encoder is nil, uses raw encoding (none). +func NewXObjectImageFromImage (img *Image ,cs PdfColorspace ,encoder _bda .StreamEncoder )(*XObjectImage ,error ){_aacfg :=NewXObjectImage ();return UpdateXObjectImageFromImage (_aacfg ,img ,cs ,encoder );}; -// ColorToRGB converts an Indexed color to an RGB color. -func (_efda *PdfColorspaceSpecialIndexed )ColorToRGB (color PdfColor )(PdfColor ,error ){if _efda .Base ==nil {return nil ,_cdf .New ("\u0069\u006e\u0064\u0065\u0078\u0065d\u0020\u0062\u0061\u0073\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); -};return _efda .Base .ColorToRGB (color );}; +// GetContainingPdfObject implements interface PdfModel. +func (_feea *Permissions )GetContainingPdfObject ()_bda .PdfObject {return _feea ._gefba };var (StructureTypeSpan ="\u0053\u0070\u0061\u006e";StructureTypeQuote ="\u0051\u0075\u006ft\u0065";StructureTypeNote ="\u004e\u006f\u0074\u0065";StructureTypeReference ="\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e"; +StructureTypeBibliography ="\u0042\u0069\u0062\u0045\u006e\u0074\u0072\u0079";StructureTypeCode ="\u0043\u006f\u0064\u0065";StructureTypeLink ="\u004c\u0069\u006e\u006b";StructureTypeAnnot ="\u0041\u006e\u006eo\u0074";StructureTypeRuby ="\u0052\u0075\u0062\u0079"; +StructureTypeWarichu ="\u0057a\u0072\u0069\u0063\u0068\u0075";StructureTypeRubyBase ="\u0052\u0042";StructureTypeRubyText ="\u0052\u0054";StructureTypeRubyPunctuation ="\u0052\u0050";StructureTypeWarichuText ="\u0057\u0054";StructureTypeWarichuPunctuation ="\u0057\u0050"; +StructureTypeFigure ="\u0046\u0069\u0067\u0075\u0072\u0065";StructureTypeFormula ="\u0046o\u0072\u006d\u0075\u006c\u0061";StructureTypeForm ="\u0046\u006f\u0072\u006d";);func (_afgdc *PdfWriter )AttachFile (file *EmbeddedFile )error {_edded :=_afgdc ._edacf ; +if _edded ==nil {_edded =_eefc ();};_ceed :=_edded .addEmbeddedFile (file );if _ceed !=nil {return _ceed ;};_afgdc ._edacf =_edded ;return nil ;};func (_feafe *PdfPattern )getDict ()*_bda .PdfObjectDictionary {if _gabfe ,_fbgag :=_feafe ._cbbgec .(*_bda .PdfIndirectObject ); +_fbgag {_dabb ,_affbe :=_gabfe .PdfObject .(*_bda .PdfObjectDictionary );if !_affbe {return nil ;};return _dabb ;}else if _fddea ,_cdcdba :=_feafe ._cbbgec .(*_bda .PdfObjectStream );_cdcdba {return _fddea .PdfObjectDictionary ;}else {_ed .Log .Debug ("\u0054r\u0079\u0069\u006e\u0067\u0020\u0074\u006f a\u0063\u0063\u0065\u0073\u0073\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063t \u0074\u0079\u0070e\u0020\u0028\u0025\u0054\u0029",_feafe ._cbbgec ); +return nil ;};}; -// PrintPageRange returns the value of the printPageRange. -func (_acgag *ViewerPreferences )PrintPageRange ()[]int {return _acgag ._acfdg }; +// NewPdfWriter initializes a new PdfWriter. +func NewPdfWriter ()PdfWriter {_afed :=PdfWriter {};_afed ._egfad =map[_bda .PdfObject ]struct{}{};_afed ._ccbbg =[]_bda .PdfObject {};_afed ._dacdaa =map[_bda .PdfObject ][]*_bda .PdfObjectDictionary {};_afed ._febfe =map[_bda .PdfObject ]struct{}{};_afed ._cdbbdg .Major =1; +_afed ._cdbbdg .Minor =3;_accfda :=_bda .MakeDict ();_fdbfb :=[]struct{_feaef _bda .PdfObjectName ;_edbgf string ;}{{"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_bgbcb ()},{"\u0043r\u0065\u0061\u0074\u006f\u0072",_gegda ()},{"\u0041\u0075\u0074\u0068\u006f\u0072",_bbfcg ()},{"\u0053u\u0062\u006a\u0065\u0063\u0074",_bccdfa ()},{"\u0054\u0069\u0074l\u0065",_bbabc ()},{"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_ggdee ()}}; +for _ ,_faab :=range _fdbfb {if _faab ._edbgf !=""{_accfda .Set (_faab ._feaef ,_bda .MakeString (_faab ._edbgf ));};};if _gcaeb :=_agaadb ();!_gcaeb .IsZero (){if _dfcgd ,_ccegad :=NewPdfDateFromTime (_gcaeb );_ccegad ==nil {_accfda .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_dfcgd .ToPdfObject ()); +};};if _cfceb :=_gcfbf ();!_cfceb .IsZero (){if _cfacd ,_daaad :=NewPdfDateFromTime (_cfceb );_daaad ==nil {_accfda .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_cfacd .ToPdfObject ());};};_bbeb :=_bda .PdfIndirectObject {};_bbeb .PdfObject =_accfda ; +_afed ._eebef =&_bbeb ;_afed .addObject (&_bbeb );_feaeb :=_bda .PdfIndirectObject {};_cegdfa :=_bda .MakeDict ();_cegdfa .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0043a\u0074\u0061\u006c\u006f\u0067"));_feaeb .PdfObject =_cegdfa ;_afed ._eefbd =&_feaeb ; +_afed .addObject (_afed ._eefbd );_dcgc ,_egdbec :=_fbcbf ("\u0077");if _egdbec !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_egdbec );};_afed ._egegd =_dcgc ;_cgaade :=_bda .PdfIndirectObject {};_cbcg :=_bda .MakeDict ();_cbcg .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0050\u0061\u0067e\u0073")); +_gdafg :=_bda .PdfObjectArray {};_cbcg .Set ("\u004b\u0069\u0064\u0073",&_gdafg );_cbcg .Set ("\u0043\u006f\u0075n\u0074",_bda .MakeInteger (0));_cgaade .PdfObject =_cbcg ;_afed ._facgd =&_cgaade ;_afed ._cdbc =map[_bda .PdfObject ]struct{}{};_afed ._dgdfe =[]*_bda .PdfIndirectObject {}; +_afed .addObject (_afed ._facgd );_cegdfa .Set ("\u0050\u0061\u0067e\u0073",&_cgaade );_afed ._geadba =_cegdfa ;_ed .Log .Trace ("\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0025\u0073",_feaeb );return _afed ;}; -// GetContainingPdfObject returns the container of the shading object (indirect object). -func (_cfcfa *PdfShading )GetContainingPdfObject ()_cee .PdfObject {return _cfcfa ._dfgbe }; +// ToPdfObject return the CalGray colorspace as a PDF object (name dictionary). +func (_bgbcg *PdfColorspaceCalGray )ToPdfObject ()_bda .PdfObject {_ggefg :=&_bda .PdfObjectArray {};_ggefg .Append (_bda .MakeName ("\u0043a\u006c\u0047\u0072\u0061\u0079"));_agef :=_bda .MakeDict ();if _bgbcg .WhitePoint !=nil {_agef .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_bda .MakeArray (_bda .MakeFloat (_bgbcg .WhitePoint [0]),_bda .MakeFloat (_bgbcg .WhitePoint [1]),_bda .MakeFloat (_bgbcg .WhitePoint [2]))); +}else {_ed .Log .Error ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006fi\u006e\u0074\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029");};if _bgbcg .BlackPoint !=nil {_agef .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_bda .MakeArray (_bda .MakeFloat (_bgbcg .BlackPoint [0]),_bda .MakeFloat (_bgbcg .BlackPoint [1]),_bda .MakeFloat (_bgbcg .BlackPoint [2]))); +};_agef .Set ("\u0047\u0061\u006dm\u0061",_bda .MakeFloat (_bgbcg .Gamma ));_ggefg .Append (_agef );if _bgbcg ._dega !=nil {_bgbcg ._dega .PdfObject =_ggefg ;return _bgbcg ._dega ;};return _ggefg ;}; -// NewPdfAnnotationRedact returns a new redact annotation. -func NewPdfAnnotationRedact ()*PdfAnnotationRedact {_baf :=NewPdfAnnotation ();_gbb :=&PdfAnnotationRedact {};_gbb .PdfAnnotation =_baf ;_gbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_baf .SetContext (_gbb );return _gbb ;}; +// GetCatalogMetadata gets the catalog defined XMP Metadata. +func (_bfdcde *PdfReader )GetCatalogMetadata ()(_bda .PdfObject ,bool ){if _bfdcde ._dabg ==nil {return nil ,false ;};_ecfg :=_bfdcde ._dabg .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _ecfg ,_ecfg !=nil ;}; -// ReplaceAcroForm replaces the acrobat form. It appends a new form to the Pdf which -// replaces the original AcroForm. -func (_bcge *PdfAppender )ReplaceAcroForm (acroForm *PdfAcroForm ){if acroForm !=nil {_bcge .updateObjectsDeep (acroForm .ToPdfObject (),nil );};_bcge ._ceed =acroForm ;}; +// NewPdfAnnotationTrapNet returns a new trapnet annotation. +func NewPdfAnnotationTrapNet ()*PdfAnnotationTrapNet {_bdae :=NewPdfAnnotation ();_acbf :=&PdfAnnotationTrapNet {};_acbf .PdfAnnotation =_bdae ;_bdae .SetContext (_acbf );return _acbf ;}; -// Mask returns the uin32 bitmask for the specific flag. -func (_gefe FieldFlag )Mask ()uint32 {return uint32 (_gefe )};func (_efgb *PdfReader )newPdfAnnotationUnderlineFromDict (_befc *_cee .PdfObjectDictionary )(*PdfAnnotationUnderline ,error ){_aceg :=PdfAnnotationUnderline {};_bgcg ,_ggfb :=_efgb .newPdfAnnotationMarkupFromDict (_befc ); -if _ggfb !=nil {return nil ,_ggfb ;};_aceg .PdfAnnotationMarkup =_bgcg ;_aceg .QuadPoints =_befc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_aceg ,nil ;}; +// AddKChild adds a child K dictionary object. +func (_baeb *KDict )AddKChild (kChild *KDict ){_baeb ._fcbda =append (_baeb ._fcbda ,&KValue {_dfafb :kChild });}; -// ToPdfObject returns the choice field dictionary within an indirect object (container). -func (_bbedg *PdfFieldChoice )ToPdfObject ()_cee .PdfObject {_bbedg .PdfField .ToPdfObject ();_geecc :=_bbedg ._ccbb ;_gdba :=_geecc .PdfObject .(*_cee .PdfObjectDictionary );_gdba .Set ("\u0046\u0054",_cee .MakeName ("\u0043\u0068"));if _bbedg .Opt !=nil {_gdba .Set ("\u004f\u0070\u0074",_bbedg .Opt ); -};if _bbedg .TI !=nil {_gdba .Set ("\u0054\u0049",_bbedg .TI );};if _bbedg .I !=nil {_gdba .Set ("\u0049",_bbedg .I );};return _geecc ;}; +// PdfActionURI represents an URI action. +type PdfActionURI struct{*PdfAction ;URI _bda .PdfObject ;IsMap _bda .PdfObject ;}; -// HasExtGState checks if ExtGState name is available. -func (_bbfde *PdfPage )HasExtGState (name _cee .PdfObjectName )bool {if _bbfde .Resources ==nil {return false ;};if _bbfde .Resources .ExtGState ==nil {return false ;};_becee ,_fbaa :=_cee .TraceToDirectObject (_bbfde .Resources .ExtGState ).(*_cee .PdfObjectDictionary ); -if !_fbaa {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_cee .TraceToDirectObject (_bbfde .Resources .ExtGState )); -return false ;};_dbcb :=_becee .Get (name );_fbdag :=_dbcb !=nil ;return _fbdag ;}; +// IsValid checks if the given pdf output intent type is valid. +func (_abbfc PdfOutputIntentType )IsValid ()bool {return _abbfc >=PdfOutputIntentTypeA1 &&_abbfc <=PdfOutputIntentTypeX ;}; -// SetViewArea sets the value of the viewArea. -func (_gfebc *ViewerPreferences )SetViewArea (viewArea PageBoundary ){_gfebc ._gagga =viewArea }; +// ToPdfObject implements interface PdfModel. +func (_gacf *PdfAnnotationInk )ToPdfObject ()_bda .PdfObject {_gacf .PdfAnnotation .ToPdfObject ();_dbafa :=_gacf ._ged ;_gdfg :=_dbafa .PdfObject .(*_bda .PdfObjectDictionary );_gacf .PdfAnnotationMarkup .appendToPdfDictionary (_gdfg );_gdfg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0049\u006e\u006b")); +_gdfg .SetIfNotNil ("\u0049n\u006b\u004c\u0069\u0073\u0074",_gacf .InkList );_gdfg .SetIfNotNil ("\u0042\u0053",_gacf .BS );return _dbafa ;}; -// NewPdfReaderWithOpts creates a new PdfReader for an input io.ReadSeeker interface -// with a ReaderOpts. -// If ReaderOpts is nil it will be set to default value from NewReaderOpts. -func NewPdfReaderWithOpts (rs _fc .ReadSeeker ,opts *ReaderOpts )(*PdfReader ,error ){const _cbbdc ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0057\u0069\u0074\u0068O\u0070\u0074\u0073";return _agfga (rs ,opts ,true ,_cbbdc ); -}; +// NewPdfAnnotationRichMedia returns a new rich media annotation. +func NewPdfAnnotationRichMedia ()*PdfAnnotationRichMedia {_bfdca :=NewPdfAnnotation ();_eecb :=&PdfAnnotationRichMedia {};_eecb .PdfAnnotation =_bfdca ;_bfdca .SetContext (_eecb );return _eecb ;}; -// Sign signs a specific page with a digital signature. -// The signature field parameter must have a valid signature dictionary -// specified by its V field. -func (_gddc *PdfAppender )Sign (pageNum int ,field *PdfFieldSignature )error {if field ==nil {return _cdf .New ("\u0073\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 n\u0069\u006c"); -};_dcgd :=field .V ;if _dcgd ==nil {return _cdf .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061r\u0079 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_dadc :=pageNum -1; -if _dadc < 0||_dadc > len (_gddc ._afca )-1{return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064",pageNum );};_dccb :=_gddc .Reader .PageList [_dadc ];field .P =_dccb .ToPdfObject ();if field .T ==nil ||field .T .String ()==""{field .T =_cee .MakeString (_e .Sprintf ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072\u0065\u0020\u0025\u0064",pageNum )); -};_dccb .AddAnnotation (field .PdfAnnotationWidget .PdfAnnotation );if _gddc ._ceed ==_gddc ._ebdd .AcroForm {_gddc ._ceed =_gddc .Reader .AcroForm ;};_gca :=_gddc ._ceed ;if _gca ==nil {_gca =NewPdfAcroForm ();};_gca .SigFlags =_cee .MakeInteger (3);if _gca .NeedAppearances !=nil {_gca .NeedAppearances =nil ; -};_bgga :=append (_gca .AllFields (),field .PdfField );_gca .Fields =&_bgga ;_gddc .ReplaceAcroForm (_gca );_gddc .UpdatePage (_dccb );_gddc ._afca [_dadc ]=_dccb ;if _ ,_dbff :=field .V .GetDocMDPPermission ();_dbff {_gddc ._dbec =NewPermissions (field .V ); -};return nil ;}; +// NewPdfInfoFromObject creates a new PdfInfo from the input core.PdfObject. +func NewPdfInfoFromObject (obj _bda .PdfObject )(*PdfInfo ,error ){var _afdcd PdfInfo ;_dfdc ,_adfdg :=obj .(*_bda .PdfObjectDictionary );if !_adfdg {return nil ,_c .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",obj ); +};for _ ,_eefba :=range _dfdc .Keys (){switch _eefba {case "\u0054\u0069\u0074l\u0065":_afdcd .Title ,_ =_bda .GetString (_dfdc .Get ("\u0054\u0069\u0074l\u0065"));case "\u0041\u0075\u0074\u0068\u006f\u0072":_afdcd .Author ,_ =_bda .GetString (_dfdc .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); +case "\u0053u\u0062\u006a\u0065\u0063\u0074":_afdcd .Subject ,_ =_bda .GetString (_dfdc .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_afdcd .Keywords ,_ =_bda .GetString (_dfdc .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073")); +case "\u0043r\u0065\u0061\u0074\u006f\u0072":_afdcd .Creator ,_ =_bda .GetString (_dfdc .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072"));case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_afdcd .Producer ,_ =_bda .GetString (_dfdc .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); +case "\u0054r\u0061\u0070\u0070\u0065\u0064":_afdcd .Trapped ,_ =_bda .GetName (_dfdc .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _dbdb ,_geabf :=_bda .GetString (_dfdc .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); +_geabf &&_dbdb .String ()!=""{_dcede ,_cccdd :=NewPdfDate (_dbdb .String ());if _cccdd !=nil {return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_cccdd ); +};_afdcd .CreationDate =&_dcede ;};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _acfa ,_cegc :=_bda .GetString (_dfdc .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_cegc &&_acfa .String ()!=""{_eafce ,_facb :=NewPdfDate (_acfa .String ());if _facb !=nil {return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_facb ); +};_afdcd .ModifiedDate =&_eafce ;};default:_gdddc ,_ :=_bda .GetString (_dfdc .Get (_eefba ));if _afdcd ._feec ==nil {_afdcd ._feec =_bda .MakeDict ();};_afdcd ._feec .Set (_eefba ,_gdddc );};};return &_afdcd ,nil ;}; -// NewPdfWriter initializes a new PdfWriter. -func NewPdfWriter ()PdfWriter {_aedc :=PdfWriter {};_aedc ._dgbgbb =map[_cee .PdfObject ]struct{}{};_aedc ._gccff =[]_cee .PdfObject {};_aedc ._fgadee =map[_cee .PdfObject ][]*_cee .PdfObjectDictionary {};_aedc ._befcg =map[_cee .PdfObject ]struct{}{}; -_aedc ._gceef .Major =1;_aedc ._gceef .Minor =3;_bbcdc :=_cee .MakeDict ();_fgebe :=[]struct{_ggeeg _cee .PdfObjectName ;_bdaaf string ;}{{"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_egbad ()},{"\u0043r\u0065\u0061\u0074\u006f\u0072",_cgcdbe ()},{"\u0041\u0075\u0074\u0068\u006f\u0072",_eddfe ()},{"\u0053u\u0062\u006a\u0065\u0063\u0074",_gadad ()},{"\u0054\u0069\u0074l\u0065",_deeea ()},{"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_gadfef ()}}; -for _ ,_ebagaa :=range _fgebe {if _ebagaa ._bdaaf !=""{_bbcdc .Set (_ebagaa ._ggeeg ,_cee .MakeString (_ebagaa ._bdaaf ));};};if _gegbb :=_efffg ();!_gegbb .IsZero (){if _gbddd ,_gcedc :=NewPdfDateFromTime (_gegbb );_gcedc ==nil {_bbcdc .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_gbddd .ToPdfObject ()); -};};if _dgdba :=_acgef ();!_dgdba .IsZero (){if _dgfde ,_fcacaf :=NewPdfDateFromTime (_dgdba );_fcacaf ==nil {_bbcdc .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_dgfde .ToPdfObject ());};};_adebc :=_cee .PdfIndirectObject {};_adebc .PdfObject =_bbcdc ; -_aedc ._cbfac =&_adebc ;_aedc .addObject (&_adebc );_gacf :=_cee .PdfIndirectObject {};_bcaf :=_cee .MakeDict ();_bcaf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0043a\u0074\u0061\u006c\u006f\u0067"));_gacf .PdfObject =_bcaf ;_aedc ._fadf =&_gacf ; -_aedc .addObject (_aedc ._fadf );_dabaa ,_dgaa :=_dbdaag ("\u0077");if _dgaa !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dgaa );};_aedc ._cbdcf =_dabaa ;_bfcfa :=_cee .PdfIndirectObject {};_cdbegd :=_cee .MakeDict ();_cdbegd .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067e\u0073")); -_beede :=_cee .PdfObjectArray {};_cdbegd .Set ("\u004b\u0069\u0064\u0073",&_beede );_cdbegd .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (0));_bfcfa .PdfObject =_cdbegd ;_aedc ._cdggg =&_bfcfa ;_aedc ._gecd =map[_cee .PdfObject ]struct{}{};_aedc ._dcdg =[]*_cee .PdfIndirectObject {}; -_aedc .addObject (_aedc ._cdggg );_bcaf .Set ("\u0050\u0061\u0067e\u0073",&_bfcfa );_aedc ._cdebc =_bcaf ;_fca .Log .Trace ("\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0025\u0073",_gacf );return _aedc ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for an RGB device. +func (_fecb *PdfColorspaceDeviceRGB )GetNumComponents ()int {return 3}; -// MergePageWith appends page content to source Pdf file page content. -func (_ecaa *PdfAppender )MergePageWith (pageNum int ,page *PdfPage )error {_daffc :=pageNum -1;var _fdae *PdfPage ;for _gdbf ,_fgccfc :=range _ecaa ._afca {if _gdbf ==_daffc {_fdae =_fgccfc ;};};if _fdae ==nil {return _e .Errorf ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073o\u0075\u0072\u0063\u0065\u0020\u0064o\u0063\u0075\u006de\u006e\u0074",pageNum ); -};if _fdae ._bafab !=nil &&_fdae ._bafab .GetParser ()==_ecaa ._ebdd ._ffdgf {_fdae =_fdae .Duplicate ();_ecaa ._afca [_daffc ]=_fdae ;};page =page .Duplicate ();_adfebd (page );_cbf :=_aagg (_fdae );_ddbg :=_aagg (page );_eaa :=make (map[_cee .PdfObjectName ]_cee .PdfObjectName ); -for _ggdb :=range _ddbg {if _ ,_cfbf :=_cbf [_ggdb ];_cfbf {for _ageb :=1;true ;_ageb ++{_dbed :=_cee .PdfObjectName (string (_ggdb )+_fa .Itoa (_ageb ));if _ ,_bcac :=_cbf [_dbed ];!_bcac {_eaa [_ggdb ]=_dbed ;break ;};};};};_fed ,_faac :=page .GetContentStreams (); -if _faac !=nil {return _faac ;};_acfa ,_faac :=_fdae .GetContentStreams ();if _faac !=nil {return _faac ;};for _degd ,_gdgg :=range _fed {for _degda ,_badb :=range _eaa {_gdgg =_ad .Replace (_gdgg ,"\u002f"+string (_degda ),"\u002f"+string (_badb ),-1); -};_fed [_degd ]=_gdgg ;};_acfa =append (_acfa ,_fed ...);if _dagf :=_fdae .SetContentStreams (_acfa ,_cee .NewFlateEncoder ());_dagf !=nil {return _dagf ;};_fdae ._eeaba =append (_fdae ._eeaba ,page ._eeaba ...);if _fdae .Resources ==nil {_fdae .Resources =NewPdfPageResources (); -};if page .Resources !=nil {_fdae .Resources .Font =_ecaa .mergeResources (_fdae .Resources .Font ,page .Resources .Font ,_eaa );_fdae .Resources .XObject =_ecaa .mergeResources (_fdae .Resources .XObject ,page .Resources .XObject ,_eaa );_fdae .Resources .Properties =_ecaa .mergeResources (_fdae .Resources .Properties ,page .Resources .Properties ,_eaa ); -if _fdae .Resources .ProcSet ==nil {_fdae .Resources .ProcSet =page .Resources .ProcSet ;};_fdae .Resources .Shading =_ecaa .mergeResources (_fdae .Resources .Shading ,page .Resources .Shading ,_eaa );_fdae .Resources .ExtGState =_ecaa .mergeResources (_fdae .Resources .ExtGState ,page .Resources .ExtGState ,_eaa ); -};_gaad ,_faac :=_fdae .GetMediaBox ();if _faac !=nil {return _faac ;};_feebf ,_faac :=page .GetMediaBox ();if _faac !=nil {return _faac ;};var _feed bool ;if _gaad .Llx > _feebf .Llx {_gaad .Llx =_feebf .Llx ;_feed =true ;};if _gaad .Lly > _feebf .Lly {_gaad .Lly =_feebf .Lly ; -_feed =true ;};if _gaad .Urx < _feebf .Urx {_gaad .Urx =_feebf .Urx ;_feed =true ;};if _gaad .Ury < _feebf .Ury {_gaad .Ury =_feebf .Ury ;_feed =true ;};if _feed {_fdae .MediaBox =_gaad ;};return nil ;}; +// NewPdfColorLab returns a new Lab color. +func NewPdfColorLab (l ,a ,b float64 )*PdfColorLab {_dfec :=PdfColorLab {l ,a ,b };return &_dfec }; -// PdfAnnotationPolyLine represents PolyLine annotations. -// (Section 12.5.6.9). -type PdfAnnotationPolyLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _cee .PdfObject ;LE _cee .PdfObject ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;IT _cee .PdfObject ;Measure _cee .PdfObject ;}; +// NewPdfActionGoToE returns a new "go to embedded" action. +func NewPdfActionGoToE ()*PdfActionGoToE {_ca :=NewPdfAction ();_egb :=&PdfActionGoToE {};_egb .PdfAction =_ca ;_ca .SetContext (_egb );return _egb ;}; -// PdfAnnotationSquare represents Square annotations. -// (Section 12.5.6.8). -type PdfAnnotationSquare struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;};func (_bffb *PdfReader )newPdfAnnotationWidgetFromDict (_eggb *_cee .PdfObjectDictionary )(*PdfAnnotationWidget ,error ){_aade :=PdfAnnotationWidget {}; -_aade .H =_eggb .Get ("\u0048");_aade .MK =_eggb .Get ("\u004d\u004b");_aade .A =_eggb .Get ("\u0041");_aade .AA =_eggb .Get ("\u0041\u0041");_aade .BS =_eggb .Get ("\u0042\u0053");_aade .Parent =_eggb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");return &_aade ,nil ; -}; +// PdfDate represents a date, which is a PDF string of the form: +// (D:YYYYMMDDHHmmSSOHH'mm) +type PdfDate struct{_ggfcc int64 ;_geacg int64 ;_cfgbe int64 ;_gggg int64 ;_cbdga int64 ;_gddcc int64 ;_ffcfe byte ;_dagdfa int64 ;_dgeec int64 ;}; -// NewReaderForText makes a new PdfReader for an input PDF content string. For use in testing. -func NewReaderForText (txt string )*PdfReader {return &PdfReader {_efaec :map[_cee .PdfObject ]struct{}{},_fcgbe :_baaedg (),_ffdgf :_cee .NewParserFromString (txt )};}; +// PdfAction represents an action in PDF (section 12.6 p. 412). +type PdfAction struct{_edd PdfModel ;Type _bda .PdfObject ;S _bda .PdfObject ;Next _bda .PdfObject ;_gg *_bda .PdfIndirectObject ;};func _cgde (_gcaca map[_geg .GID ]int ,_bdee uint16 )*_bda .PdfObjectArray {_ecbff :=&_bda .PdfObjectArray {};_aacde :=_geg .GID (_bdee ); +for _ccddd :=_geg .GID (0);_ccddd < _aacde ;{_bgbce ,_gggde :=_gcaca [_ccddd ];if !_gggde {_ccddd ++;continue ;};_cfegg :=_ccddd ;for _edbb :=_cfegg +1;_edbb < _aacde ;_edbb ++{if _aedb ,_gggeda :=_gcaca [_edbb ];!_gggeda ||_bgbce !=_aedb {break ;};_cfegg =_edbb ; +};_ecbff .Append (_bda .MakeInteger (int64 (_ccddd )));_ecbff .Append (_bda .MakeInteger (int64 (_cfegg )));_ecbff .Append (_bda .MakeInteger (int64 (_bgbce )));_ccddd =_cfegg +1;};return _ecbff ;}; -// NewPdfActionTrans returns a new "trans" action. -func NewPdfActionTrans ()*PdfActionTrans {_cbd :=NewPdfAction ();_dee :=&PdfActionTrans {};_dee .PdfAction =_cbd ;_cbd .SetContext (_dee );return _dee ;}; +// ToJBIG2Image converts current image to the core.JBIG2Image. +func (_gedbb *Image )ToJBIG2Image ()(*_bda .JBIG2Image ,error ){_fggdd ,_ebabc :=_gedbb .ToGoImage ();if _ebabc !=nil {return nil ,_ebabc ;};return _bda .GoImageToJBIG2 (_fggdd ,_bda .JB2ImageAutoThreshold );}; -// A returns the value of the A component of the color. -func (_cdgf *PdfColorLab )A ()float64 {return _cdgf [1]}; +// AddPages adds pages to be appended to the end of the source PDF. +func (_fggf *PdfAppender )AddPages (pages ...*PdfPage ){for _ ,_aggb :=range pages {_aggb =_aggb .Duplicate ();_defaab (_aggb );_fggf ._eebd =append (_fggf ._eebd ,_aggb );};}; -// ToPdfObject implements interface PdfModel. -func (_age *PdfActionURI )ToPdfObject ()_cee .PdfObject {_age .PdfAction .ToPdfObject ();_aeb :=_age ._gaf ;_eee :=_aeb .PdfObject .(*_cee .PdfObjectDictionary );_eee .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeURI )));_eee .SetIfNotNil ("\u0055\u0052\u0049",_age .URI ); -_eee .SetIfNotNil ("\u0049\u0073\u004da\u0070",_age .IsMap );return _aeb ;};func (_fagc *PdfReader )newPdfAnnotationLinkFromDict (_daef *_cee .PdfObjectDictionary )(*PdfAnnotationLink ,error ){_eef :=PdfAnnotationLink {};_eef .A =_daef .Get ("\u0041"); -_eef .Dest =_daef .Get ("\u0044\u0065\u0073\u0074");_eef .H =_daef .Get ("\u0048");_eef .PA =_daef .Get ("\u0050\u0041");_eef .QuadPoints =_daef .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_eef .BS =_daef .Get ("\u0042\u0053"); -return &_eef ,nil ;}; +// ToPdfObject returns a PDF object representation of the ViewerPreferences. +func (_cbfb *ViewerPreferences )ToPdfObject ()_bda .PdfObject {_daeag :=_bda .MakeDict ();if _cbfb ._dgdec !=nil {_daeag .Set ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072",_bda .MakeBool (*_cbfb ._dgdec ));};if _cbfb ._acbcd !=nil {_daeag .Set ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072",_bda .MakeBool (*_cbfb ._acbcd )); +};if _cbfb ._bcddd !=nil {_daeag .Set ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049",_bda .MakeBool (*_cbfb ._bcddd ));};if _cbfb ._gaefd !=nil {_daeag .Set ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw",_bda .MakeBool (*_cbfb ._gaefd )); +};if _cbfb ._ecaag !=nil {_daeag .Set ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077",_bda .MakeBool (*_cbfb ._ecaag ));};if _cbfb ._ddeed !=nil {_daeag .Set ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065",_bda .MakeBool (*_cbfb ._ddeed )); +};if _cbfb ._egeea !=""{_daeag .Set ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065",_bda .MakeName (string (_cbfb ._egeea )));};if _cbfb ._gbacc !=""{_daeag .Set ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn",_bda .MakeName (string (_cbfb ._gbacc ))); +};if _cbfb ._adbff !=""{_daeag .Set ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061",_bda .MakeName (string (_cbfb ._adbff )));};if _cbfb ._adecc !=""{_daeag .Set ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070",_bda .MakeName (string (_cbfb ._adecc ))); +};if _cbfb ._geeda !=""{_daeag .Set ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a",_bda .MakeName (string (_cbfb ._geeda )));};if _cbfb ._eefag !=""{_daeag .Set ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p",_bda .MakeName (string (_cbfb ._eefag ))); +};if _cbfb ._ecffgg !=""{_daeag .Set ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067",_bda .MakeName (string (_cbfb ._ecffgg )));};if _cbfb ._bebac !=""{_daeag .Set ("\u0044\u0075\u0070\u006c\u0065\u0078",_bda .MakeName (string (_cbfb ._bebac ))); +};if _cbfb ._eedfcc !=nil {_daeag .Set ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065",_bda .MakeBool (*_cbfb ._eedfcc ));};if _cbfb ._edffc !=nil {_daeag .Set ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065",_bda .MakeArrayFromIntegers (_cbfb ._edffc )); +};if _cbfb ._eaga !=0{_daeag .Set ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s",_bda .MakeInteger (int64 (_cbfb ._eaga )));};return _daeag ;}; -// NewPdfAnnotationTrapNet returns a new trapnet annotation. -func NewPdfAnnotationTrapNet ()*PdfAnnotationTrapNet {_cga :=NewPdfAnnotation ();_ggcg :=&PdfAnnotationTrapNet {};_ggcg .PdfAnnotation =_cga ;_cga .SetContext (_ggcg );return _ggcg ;}; +// PdfOutlineTreeNode contains common fields used by the outline and outline +// item objects. +type PdfOutlineTreeNode struct{_ebabd interface{};First *PdfOutlineTreeNode ;Last *PdfOutlineTreeNode ;}; -// GetCatalogViewerPreferences gets catalog ViewerPreferences object. -func (_egeg *PdfReader )GetCatalogViewerPreferences ()(_cee .PdfObject ,bool ){if _egeg ._cacfe ==nil {return nil ,false ;};_daeeb :=_egeg ._cacfe .Get ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073"); -return _daeeb ,_daeeb !=nil ;}; +// SetTabOrder sets the tab order for the page. +func (_fdeaa *PdfPage )SetTabOrder (order TabOrderType ){_fdeaa .Tabs =_bda .MakeName (string (order ))}; -// NewPdfActionGoTo returns a new "go to" action. -func NewPdfActionGoTo ()*PdfActionGoTo {_ace :=NewPdfAction ();_cfa :=&PdfActionGoTo {};_cfa .PdfAction =_ace ;_ace .SetContext (_cfa );return _cfa ;}; +// NewPdfFieldSignature returns an initialized signature field. +func NewPdfFieldSignature (signature *PdfSignature )*PdfFieldSignature {_gacfe :=&PdfFieldSignature {};_gacfe .PdfField =NewPdfField ();_gacfe .PdfField .SetContext (_gacfe );_gacfe .PdfAnnotationWidget =NewPdfAnnotationWidget ();_gacfe .PdfAnnotationWidget .SetContext (_gacfe ); +_gacfe .PdfAnnotationWidget ._ged =_gacfe .PdfField ._ceaeg ;_gacfe .T =_bda .MakeString ("");_gacfe .F =_bda .MakeInteger (132);_gacfe .V =signature ;return _gacfe ;};func _fcbe (_fdcce *fontCommon )*pdfCIDFontType0 {return &pdfCIDFontType0 {fontCommon :*_fdcce }}; -// ToPdfObject implements interface PdfModel. -func (_db *PdfActionTrans )ToPdfObject ()_cee .PdfObject {_db .PdfAction .ToPdfObject ();_fdc :=_db ._gaf ;_aag :=_fdc .PdfObject .(*_cee .PdfObjectDictionary );_aag .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeTrans )));_aag .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_db .Trans ); -return _fdc ;}; -// BorderEffect represents a border effect (Table 167 p. 395). -type BorderEffect int ; +// NewOutlineDest returns a new outline destination which can be used +// with outline items. +func NewOutlineDest (page int64 ,x ,y float64 )OutlineDest {return OutlineDest {Page :page ,Mode :"\u0058\u0059\u005a",X :x ,Y :y };}; -// SetContext sets the sub pattern (context). Either PdfTilingPattern or PdfShadingPattern. -func (_aeggc *PdfPattern )SetContext (ctx PdfModel ){_aeggc ._gabf =ctx }; +// SetHideWindowUI sets the value of the hideWindowUI flag. +func (_adgg *ViewerPreferences )SetHideWindowUI (hideWindowUI bool ){_adgg ._bcddd =&hideWindowUI }; -// AddContentStreamByString adds content stream by string. Puts the content -// string into a stream object and points the content stream towards it. -func (_cbeff *PdfPage )AddContentStreamByString (contentStr string )error {_afbc ,_adeff :=_cee .MakeStream ([]byte (contentStr ),_cee .NewFlateEncoder ());if _adeff !=nil {return _adeff ;};if _cbeff .Contents ==nil {_cbeff .Contents =_afbc ;}else {_cedbg :=_cee .TraceToDirectObject (_cbeff .Contents ); -_dbde ,_fcadf :=_cedbg .(*_cee .PdfObjectArray );if !_fcadf {_dbde =_cee .MakeArray (_cedbg );};_dbde .Append (_afbc );_cbeff .Contents =_dbde ;};return nil ;}; +// SetDuplex sets the value of the duplex. +func (_ggaaf *ViewerPreferences )SetDuplex (duplex Duplex ){_ggaaf ._bebac =duplex }; -// AddOCSPs adds OCSPs to DSS. -func (_dffa *DSS )AddOCSPs (ocsps [][]byte )([]*_cee .PdfObjectStream ,error ){return _dffa .add (&_dffa .OCSPs ,_dffa ._dcff ,ocsps );}; +// FieldFilterFunc represents a PDF field filtering function. If the function +// returns true, the PDF field is kept, otherwise it is discarded. +type FieldFilterFunc func (*PdfField )bool ; -// FieldAppearanceGenerator generates appearance stream for a given field. -type FieldAppearanceGenerator interface{ContentStreamWrapper ;GenerateAppearanceDict (_ffec *PdfAcroForm ,_cgee *PdfField ,_beec *PdfAnnotationWidget )(*_cee .PdfObjectDictionary ,error );}; +// NewEmbeddedFileFromObject construct a new EmbeddedFile from supplied object. +func NewEmbeddedFileFromObject (obj _bda .PdfObject )(*EmbeddedFile ,error ){_efe :=_bda .TraceToDirectObject (obj );_gefgb ,_ccege :=_efe .(*_bda .PdfObjectDictionary );if !_ccege {return nil ,_gea .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_fbda :=_bda .TraceToDirectObject (_gefgb .Get ("\u0046"));if _fbda ==nil {return nil ,_gea .New ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");};_ggcb ,_ccege :=_fbda .(*_bda .PdfObjectStream ); +if !_ccege {return nil ,_gea .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d");};_gaaeae :=_ggcb .PdfObjectDictionary ;_feeda :=_gaaeae .Get ("\u0050\u0061\u0072\u0061\u006d\u0073");if _feeda ==nil {return nil ,_gea .New ("P\u0061\u0072\u0061\u006d\u0073\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061i\u006ca\u0062\u006c\u0065"); +};_dcef ,_ccege :=_feeda .(*_bda .PdfObjectDictionary );if !_ccege {return nil ,_gea .New ("I\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0061\u006d\u0073 \u006f\u0062\u006a\u0065\u0063\u0074");};_ffgb :="";_dfcc :=_dcef .Get ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d"); +if _dfcc !=nil {_ffgb =_dfcc .(*_bda .PdfObjectString ).Str ();};_ggffg ,_dfdg :=_bda .DecodeStream (_ggcb );if _dfdg !=nil {return nil ,_dfdg ;};_bfgag :=&EmbeddedFile {Content :_ggffg ,Hash :_ffgb };return _bfgag ,nil ;}; -// DecodeArray returns an empty slice as there are no components associated with pattern colorspace. -func (_debg *PdfColorspaceSpecialPattern )DecodeArray ()[]float64 {return []float64 {}}; +// Permissions specify a permissions dictionary (PDF 1.5). +// (Section 12.8.4, Table 258 - Entries in a permissions dictionary p. 477 in PDF32000_2008). +type Permissions struct{DocMDP *PdfSignature ;_gefba *_bda .PdfObjectDictionary ;}; -// PdfOutputIntent provides a means for matching the color characteristics of a PDF document with -// those of a target output device. -// Multiple PdfOutputIntents allows the production process to be customized to the expected workflow and the specific -// tools available. -type PdfOutputIntent struct{ +// GetContainingPdfObject returns the container of the DSS (indirect object). +func (_beac *DSS )GetContainingPdfObject ()_bda .PdfObject {return _beac ._bebag }; -// Type is an optional PDF object that this dictionary describes. -// If present, must be OutputIntent for an output intent dictionary. -Type string ; +// OutlineDest represents the destination of an outline item. +// It holds the page and the position on the page an outline item points to. +type OutlineDest struct{PageObj *_bda .PdfIndirectObject `json:"-"`;Page int64 `json:"page"`;Mode string `json:"mode"`;X float64 `json:"x"`;Y float64 `json:"y"`;Zoom float64 `json:"zoom"`;}; -// S defines the OutputIntent subtype which should match the standard used in given document i.e: -// for PDF/X use PdfOutputIntentTypeX. -S PdfOutputIntentType ; +// ToUnicode returns the name of the font's "ToUnicode" field if there is one, or "" if there isn't. +func (_badgg *PdfFont )ToUnicode ()string {if _badgg .baseFields ()._eeed ==nil {return "";};return _badgg .baseFields ()._eeed .Name ();};func (_fdb *PdfColorspaceLab )String ()string {return "\u004c\u0061\u0062"};func (_efba *PdfReader )newPdfAnnotationProjectionFromDict (_bdcd *_bda .PdfObjectDictionary )(*PdfAnnotationProjection ,error ){_fedc :=&PdfAnnotationProjection {}; +_fdgf ,_fbbc :=_efba .newPdfAnnotationMarkupFromDict (_bdcd );if _fbbc !=nil {return nil ,_fbbc ;};_fedc .PdfAnnotationMarkup =_fdgf ;return _fedc ,nil ;};func (_fbbfd Image )getBase ()_bg .ImageBase {return _bg .NewImageBase (int (_fbbfd .Width ),int (_fbbfd .Height ),int (_fbbfd .BitsPerComponent ),_fbbfd .ColorComponents ,_fbbfd .Data ,_fbbfd ._ffbd ,_fbbfd ._bfafe ); +}; -// OutputCondition is an optional field that is identifying the intended output device or production condition in -// human-readable form. This is preferred method of defining such a string for presentation to the user. -OutputCondition string ; +// Field returns the parent form field of the widget annotation, if one exists. +// NOTE: the method returns nil if the parent form field has not been parsed. +func (_bfdf *PdfAnnotationWidget )Field ()*PdfField {return _bfdf ._aee };func (_eaa *PdfReader )newPdfActionSubmitFormFromDict (_gaed *_bda .PdfObjectDictionary )(*PdfActionSubmitForm ,error ){_geab ,_dcdd :=_ggfe (_gaed .Get ("\u0046"));if _dcdd !=nil {return nil ,_dcdd ; +};return &PdfActionSubmitForm {F :_geab ,Fields :_gaed .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_gaed .Get ("\u0046\u006c\u0061g\u0073")},nil ;}; -// OutputConditionIdentifier is a required field identifying the intended output device or production condition in -// human or machine-readable form. If human-readable, this string may be used -// in lieu of an OutputCondition for presentation to the user. -// A typical value for this entry would be the name of a production condition maintained -// in an industry-standard registry such as the ICC Characterization Data Registry -// If the intended production condition is not a recognized standard, the value Custom is recommended for this entry. -// the DestOutputProfile entry defines the ICC profile, and the Info entry is used for further -// human-readable identification. -OutputConditionIdentifier string ; +// GetXObjectImageByName returns the XObjectImage with the specified name from the +// page resources, if it exists. +func (_abgd *PdfPageResources )GetXObjectImageByName (keyName _bda .PdfObjectName )(*XObjectImage ,error ){_eafad ,_cdfga :=_abgd .GetXObjectByName (keyName );if _eafad ==nil {return nil ,nil ;};if _cdfga !=XObjectTypeImage {return nil ,_gea .New ("\u006e\u006f\u0074 \u0061\u006e\u0020\u0069\u006d\u0061\u0067\u0065"); +};_ffaac ,_eafac :=NewXObjectImageFromStream (_eafad );if _eafac !=nil {return nil ,_eafac ;};return _ffaac ,nil ;};func _ggbaf (_gfgc _bda .PdfObject )(*_bda .PdfObjectDictionary ,*fontCommon ,error ){_ddaf :=&fontCommon {};if _geggg ,_cfcec :=_gfgc .(*_bda .PdfIndirectObject ); +_cfcec {_ddaf ._cadee =_geggg .ObjectNumber ;};_bgefce ,_badge :=_bda .GetDict (_gfgc );if !_badge {_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_gfgc ); +return nil ,nil ,ErrFontNotSupported ;};_fcgca ,_badge :=_bda .GetNameVal (_bgefce .Get ("\u0054\u0079\u0070\u0065"));if !_badge {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,nil ,ErrRequiredAttributeMissing ;};if _fcgca !="\u0046\u006f\u006e\u0074"{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u0020\u0049\u006e\u0063\u006f\u006d\u0070\u0061t\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u003d\u0025\u0071\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0025\u0071.",_fcgca ,"\u0046\u006f\u006e\u0074"); +return nil ,nil ,_bda .ErrTypeError ;};_fggbd ,_badge :=_bda .GetNameVal (_bgefce .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_badge {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u006f\u006e\u0074 \u0049\u006e\u0063o\u006d\u0070a\u0074\u0069\u0062\u0069\u006c\u0069t\u0079. \u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,nil ,ErrRequiredAttributeMissing ;};_ddaf ._fggeg =_fggbd ;_cdag ,_badge :=_bda .GetNameVal (_bgefce .Get ("\u004e\u0061\u006d\u0065"));if _badge {_ddaf ._faee =_cdag ;};_daag :=_bgefce .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"); +if _daag !=nil {_ddaf ._fbedf =_bda .TraceToDirectObject (_daag );_daffg ,_dfgde :=_ccega (_ddaf ._fbedf ,_ddaf );if _dfgde !=nil {return _bgefce ,_ddaf ,_dfgde ;};_ddaf ._eeed =_daffg ;}else if _fggbd =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"||_fggbd =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_efadb ,_agabd :=_dfe .NewCIDSystemInfo (_bgefce .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); +if _agabd !=nil {return _bgefce ,_ddaf ,_agabd ;};_gfgbe :=_c .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_efadb .Registry ,_efadb .Ordering );if _dfe .IsPredefinedCMap (_gfgbe ){_ddaf ._eeed ,_agabd =_dfe .LoadPredefinedCMap (_gfgbe ); +if _agabd !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_gfgbe ,_agabd ); +};};};_eaaeb :=_bgefce .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072");if _eaaeb !=nil {_bddbb ,_beeg :=_ecbag (_eaaeb );if _beeg !=nil {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0066\u006f\u006et\u0020d\u0065s\u0063r\u0069\u0070\u0074\u006f\u0072\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_beeg ); +return _bgefce ,_ddaf ,_beeg ;};_ddaf ._bedea =_bddbb ;};if _fggbd !="\u0054\u0079\u0070e\u0033"{_dgcbb ,_aadc :=_bda .GetNameVal (_bgefce .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_aadc {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u006f\u006et\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069t\u0079\u002e\u0020\u0042\u0061se\u0046\u006f\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return _bgefce ,_ddaf ,ErrRequiredAttributeMissing ;};_ddaf ._bcaebe =_dgcbb ;};return _bgefce ,_ddaf ,nil ;}; -// RegistryName is an optional string field (conventionally URI) identifying the registry in which the condition -// designated by OutputConditionIdentifier is defined. -RegistryName string ; +// SetPdfCreationDate sets the CreationDate attribute of the output PDF. +func SetPdfCreationDate (creationDate _ad .Time ){_ggbe .Lock ();defer _ggbe .Unlock ();_fafddb =creationDate ;}; -// Info is a required field if OutputConditionIdentifier does not specify a standard production condition. -// A human-readable text string containing additional information or comments about intended -// target device or production condition. -Info string ; +// NewXObjectImageFromImageLazy creates a new XObject Image from an image object +// with default options. If encoder is nil, uses raw encoding (none). +// If lazy is true, then lazy mode is enabled for XObject. +// Lazy mode allows to reduce memory usage with the help of temporary files. +func NewXObjectImageFromImageLazy (img *Image ,cs PdfColorspace ,encoder _bda .StreamEncoder ,lazy bool )(*XObjectImage ,error ){_eaada :=NewXObjectImage ();if lazy {_gddbb ,_gdcdaf :=UpdateXObjectImageFromImage (_eaada ,img ,cs ,encoder );if _gdcdaf !=nil {return nil ,_gdcdaf ; +};_gddbb .ToPdfObject ();_gdcdaf =_gddbb ._eedbf .MakeLazy ();if _gdcdaf !=nil {return nil ,_gdcdaf ;};_gddbb .Stream =nil ;return _gddbb ,nil ;};return UpdateXObjectImageFromImage (_eaada ,img ,cs ,encoder );}; -// DestOutputProfile is required if OutputConditionIdentifier does not specify a standard production condition. -// It is an ICC profile stream defining the transformation from the PDF document's source colors to output device colorants. -DestOutputProfile []byte ; +// PdfColorspaceLab is a L*, a*, b* 3 component colorspace. +type PdfColorspaceLab struct{WhitePoint []float64 ;BlackPoint []float64 ;Range []float64 ;_begd *_bda .PdfIndirectObject ;}; -// ColorComponents is the number of color components supported by given output profile. -ColorComponents int ;_eebee *_cee .PdfObjectDictionary ;}; +// SetPdfCreator sets the Creator attribute of the output PDF. +func SetPdfCreator (creator string ){_ggbe .Lock ();defer _ggbe .Unlock ();_cafe =creator }; -// SetColorSpace sets `r` colorspace object to `colorspace`. -func (_ggcag *PdfPageResources )SetColorSpace (colorspace *PdfPageResourcesColorspaces ){_ggcag ._ecfaf =colorspace ;}; +// GetContainingPdfObject returns the container of the resources object (indirect object). +func (_ddedb *PdfPageResources )GetContainingPdfObject ()_bda .PdfObject {return _ddedb ._cfabb }; -// Has checks if flag fl is set in flag and returns true if so, false otherwise. -func (_fbda FieldFlag )Has (fl FieldFlag )bool {return (_fbda .Mask ()&fl .Mask ())> 0}; +// AddOutlineTree adds outlines to a PDF file. +func (_ccgbff *PdfWriter )AddOutlineTree (outlineTree *PdfOutlineTreeNode ){_ccgbff ._fcade =outlineTree ;}; -// NewPdfActionNamed returns a new "named" action. -func NewPdfActionNamed ()*PdfActionNamed {_bd :=NewPdfAction ();_aad :=&PdfActionNamed {};_aad .PdfAction =_bd ;_bd .SetContext (_aad );return _aad ;};type fontCommon struct{_fbcf string ;_ccdeg string ;_ccgfa string ;_deccd _cee .PdfObject ;_abcbf *_dgg .CMap ; -_ebcad *PdfFontDescriptor ;_facc int64 ;}; +// SetFlag sets the flag for the field. +func (_fgfa *PdfField )SetFlag (flag FieldFlag ){_fgfa .Ff =_bda .MakeInteger (int64 (flag ))}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for a CalRGB device. -func (_fbddf *PdfColorspaceCalRGB )GetNumComponents ()int {return 3}; +// SetPdfSubject sets the Subject attribute of the output PDF. +func SetPdfSubject (subject string ){_ggbe .Lock ();defer _ggbe .Unlock ();_agbg =subject };func (_bebeg *Image )resampleLowBits (_efgge []uint32 ){_dfbg :=_bg .BytesPerLine (int (_bebeg .Width ),int (_bebeg .BitsPerComponent ),_bebeg .ColorComponents ); +_eggaa :=make ([]byte ,_bebeg .ColorComponents *_dfbg *int (_bebeg .Height ));_bgfa :=int (_bebeg .BitsPerComponent )*_bebeg .ColorComponents *int (_bebeg .Width );_beaf :=uint8 (8);var (_eabfd ,_afacc int ;_bdfb uint32 ;);for _fffg :=0;_fffg < int (_bebeg .Height ); +_fffg ++{_afacc =_fffg *_dfbg ;for _ggec :=0;_ggec < _bgfa ;_ggec ++{_bdfb =_efgge [_eabfd ];_beaf -=uint8 (_bebeg .BitsPerComponent );_eggaa [_afacc ]|=byte (_bdfb )<<_beaf ;if _beaf ==0{_beaf =8;_afacc ++;};_eabfd ++;};};_bebeg .Data =_eggaa ;}; -// ToPdfObject implements interface PdfModel. -func (_cfg *PdfActionLaunch )ToPdfObject ()_cee .PdfObject {_cfg .PdfAction .ToPdfObject ();_ggd :=_cfg ._gaf ;_dage :=_ggd .PdfObject .(*_cee .PdfObjectDictionary );_dage .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeLaunch )));if _cfg .F !=nil {_dage .Set ("\u0046",_cfg .F .ToPdfObject ()); -};_dage .SetIfNotNil ("\u0057\u0069\u006e",_cfg .Win );_dage .SetIfNotNil ("\u004d\u0061\u0063",_cfg .Mac );_dage .SetIfNotNil ("\u0055\u006e\u0069\u0078",_cfg .Unix );_dage .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_cfg .NewWindow ); -return _ggd ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element. +func (_aebf *PdfColorspaceSpecialSeparation )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aea :=vals [0];_afdgd :=[]float64 {_aea };_gebc ,_gadg :=_aebf .TintTransform .Evaluate (_afdgd ); +if _gadg !=nil {_ed .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0065: \u0025\u0076",_gadg );_ed .Log .Trace ("\u0054\u0069\u006e\u0074 t\u0072\u0061\u006e\u0073\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_aebf .TintTransform ); +return nil ,_gadg ;};_ed .Log .Trace ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0043\u006f\u006c\u006fr\u0046\u0072\u006f\u006d\u0046\u006c\u006f\u0061\u0074\u0073\u0028\u0025\u002bv\u0029\u0020\u006f\u006e\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061te\u0053\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0023\u0076",_gebc ,_aebf .AlternateSpace ); +_cgeb ,_gadg :=_aebf .AlternateSpace .ColorFromFloats (_gebc );if _gadg !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u002c\u0020\u0066a\u0069\u006c\u0065d \u0074\u006f\u0020\u0065\u0076\u0061l\u0075\u0061\u0074\u0065\u0020\u0069\u006e\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u003a \u0025\u0076",_gadg ); +return nil ,_gadg ;};return _cgeb ,nil ;}; -// GetCharMetrics returns the char metrics for character code `code`. -func (_cdag pdfCIDFontType0 )GetCharMetrics (code _dae .CharCode )(_ce .CharMetrics ,bool ){_gaaga :=_cdag ._bfecd ;if _edbdg ,_aggea :=_cdag ._gdde [code ];_aggea {_gaaga =_edbdg ;};return _ce .CharMetrics {Wx :_gaaga },true ;}; +// NewPdfColorDeviceCMYK returns a new CMYK32 color. +func NewPdfColorDeviceCMYK (c ,m ,y ,k float64 )*PdfColorDeviceCMYK {_ebbb :=PdfColorDeviceCMYK {c ,m ,y ,k };return &_ebbb ;};func (_edcfa *PdfReader )resolveReference (_cgbac *_bda .PdfObjectReference )(_bda .PdfObject ,bool ,error ){_bbca ,_ecdga :=_edcfa ._fdadg .ObjCache [int (_cgbac .ObjectNumber )]; +if !_ecdga {_ed .Log .Trace ("R\u0065\u0061\u0064\u0065r \u004co\u006f\u006b\u0075\u0070\u0020r\u0065\u0066\u003a\u0020\u0025\u0073",_cgbac );_facbc ,_geggb :=_edcfa ._fdadg .LookupByReference (*_cgbac );if _geggb !=nil {return nil ,false ,_geggb ;};_edcfa ._fdadg .ObjCache [int (_cgbac .ObjectNumber )]=_facbc ; +return _facbc ,false ,nil ;};return _bbca ,true ,nil ;}; -// GetNumComponents returns the number of input color components, i.e. that are input to the tint transform. -func (_ceefb *PdfColorspaceDeviceN )GetNumComponents ()int {return _ceefb .ColorantNames .Len ()}; +// GetNumComponents returns the number of color components (4 for CMYK32). +func (_accfd *PdfColorDeviceCMYK )GetNumComponents ()int {return 4};func (_efee *PdfFont )baseFields ()*fontCommon {if _efee ._ggada ==nil {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0062\u0061\u0073\u0065\u0046\u0069\u0065l\u0064s\u002e \u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e"); +return nil ;};return _efee ._ggada .baseFields ();}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_ceacf pdfCIDFontType0 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){return _ce .CharMetrics {Wx :_ceacf ._bfecd },true ;};func (_fdcea *PdfReader )buildNameNodes (_cddgc *_cee .PdfIndirectObject ,_dfbfc map[_cee .PdfObject ]struct{})error {if _cddgc ==nil {return nil ; -};if _ ,_ceaa :=_dfbfc [_cddgc ];_ceaa {_fca .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_cddgc .ObjectNumber ); -return nil ;};_dfbfc [_cddgc ]=struct{}{};_aeaa ,_bgbcf :=_cddgc .PdfObject .(*_cee .PdfObjectDictionary );if !_bgbcf {return _cdf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};if _bebf ,_cbeeg :=_cee .GetDict (_aeaa .Get ("\u0044\u0065\u0073t\u0073")); -_cbeeg {_bgggee ,_gdded :=_cee .GetArray (_bebf .Get ("\u004b\u0069\u0064\u0073"));if !_gdded {return _cdf .New ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u004b\u0069\u0064\u0073 \u0061r\u0072a\u0079\u0020\u006f\u0062\u006a\u0065\u0063t");};_fca .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_bgggee ); -for _acbdc ,_fcbed :=range _bgggee .Elements (){_ggcbe ,_efbcg :=_cee .GetIndirect (_fcbed );if !_efbcg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u0068\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002d \u0028\u0025\u0073\u0029",_ggcbe ); -return _cdf .New ("\u0063h\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006ed\u0069r\u0065c\u0074\u0020\u006f\u0062\u006a\u0065\u0063t");};_bgggee .Set (_acbdc ,_ggcbe );_afafd :=_fdcea .buildNameNodes (_ggcbe ,_dfbfc );if _afafd !=nil {return _afafd ; -};};};if _cfcee ,_decgbc :=_cee .GetDict (_aeaa );_decgbc {if !_cee .IsNullObject (_cfcee .Get ("\u004b\u0069\u0064\u0073")){if _gefc ,_fbfeg :=_cee .GetArray (_cfcee .Get ("\u004b\u0069\u0064\u0073"));_fbfeg {for _bgca ,_gggga :=range _gefc .Elements (){if _cfcda ,_abfffd :=_cee .GetIndirect (_gggga ); -_abfffd {_gefc .Set (_bgca ,_cfcda );_acdgc :=_fdcea .buildNameNodes (_cfcda ,_dfbfc );if _acdgc !=nil {return _acdgc ;};};};};};};return nil ;}; +// UpdatePage updates the `page` in the new revision if it has changed. +func (_gfed *PdfAppender )UpdatePage (page *PdfPage ){_gfed .updateObjectsDeep (page .ToPdfObject (),nil )}; -// PdfAnnotationSound represents Sound annotations. -// (Section 12.5.6.16). -type PdfAnnotationSound struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Sound _cee .PdfObject ;Name _cee .PdfObject ;};func (_dadd *PdfReader )newPdfAnnotationInkFromDict (_bgbb *_cee .PdfObjectDictionary )(*PdfAnnotationInk ,error ){_fbfd :=PdfAnnotationInk {}; -_fbfc ,_fdcb :=_dadd .newPdfAnnotationMarkupFromDict (_bgbb );if _fdcb !=nil {return nil ,_fdcb ;};_fbfd .PdfAnnotationMarkup =_fbfc ;_fbfd .InkList =_bgbb .Get ("\u0049n\u006b\u004c\u0069\u0073\u0074");_fbfd .BS =_bgbb .Get ("\u0042\u0053");return &_fbfd ,nil ; -}; +// GetNumComponents returns the number of color components. +func (_addf *PdfColorspaceICCBased )GetNumComponents ()int {return _addf .N }; -// SetSamples convert samples to byte-data and sets for the image. -// NOTE: The method resamples the data and this could lead to high memory usage, -// especially on large images. It should be used only when it is not possible -// to work with the image byte data directly. -func (_dbdbc *Image )SetSamples (samples []uint32 ){if _dbdbc .BitsPerComponent < 8{samples =_dbdbc .samplesAddPadding (samples );};_aageg :=_ag .ResampleUint32 (samples ,int (_dbdbc .BitsPerComponent ),8);_gccdaa :=make ([]byte ,len (_aageg ));for _bbaf ,_agga :=range _aageg {_gccdaa [_bbaf ]=byte (_agga ); -};_dbdbc .Data =_gccdaa ;};func _geca (_dbfga _cee .PdfObject )(*PdfColorspaceICCBased ,error ){_bdfa :=&PdfColorspaceICCBased {};if _cgca ,_dgffc :=_dbfga .(*_cee .PdfIndirectObject );_dgffc {_bdfa ._gagc =_cgca ;};_dbfga =_cee .TraceToDirectObject (_dbfga ); -_gcegd ,_bdda :=_dbfga .(*_cee .PdfObjectArray );if !_bdda {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _gcegd .Len ()!=2{return nil ,_e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020c\u006f\u006c\u006fr\u0073p\u0061\u0063\u0065"); -};_dbfga =_cee .TraceToDirectObject (_gcegd .Get (0));_ged ,_bdda :=_dbfga .(*_cee .PdfObjectName );if !_bdda {return nil ,_e .Errorf ("\u0049\u0043\u0043B\u0061\u0073\u0065\u0064 \u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};if *_ged !="\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"{return nil ,_e .Errorf ("\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0049\u0043\u0043\u0042a\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065");};_dbfga =_gcegd .Get (1); -_acc ,_bdda :=_cee .GetStream (_dbfga );if !_bdda {_fca .Log .Error ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006e\u006f\u0074\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0020t\u006f\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020%\u0054",_dbfga ); -return nil ,_e .Errorf ("\u0049\u0043\u0043Ba\u0073\u0065\u0064\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_aggge :=_acc .PdfObjectDictionary ;_gafe ,_bdda :=_aggge .Get ("\u004e").(*_cee .PdfObjectInteger ); -if !_bdda {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006d\u0069\u0073\u0073\u0069n\u0067\u0020\u004e\u0020\u0066\u0072\u006fm\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074");};if *_gafe !=1&&*_gafe !=3&&*_gafe !=4{return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061s\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u006e\u006f\u0074\u0020\u0031\u002c\u0033\u002c\u0034\u0029"); -};_bdfa .N =int (*_gafe );if _egea :=_aggge .Get ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e");_egea !=nil {_bceb ,_dafd :=NewPdfColorspaceFromPdfObject (_egea );if _dafd !=nil {return nil ,_dafd ;};_bdfa .Alternate =_bceb ;};if _cceef :=_aggge .Get ("\u0052\u0061\u006eg\u0065"); -_cceef !=nil {_cceef =_cee .TraceToDirectObject (_cceef );_dfed ,_cfdef :=_cceef .(*_cee .PdfObjectArray );if !_cfdef {return nil ,_e .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0061\u006e \u0061r\u0072\u0061\u0079"); -};if _dfed .Len ()!=2*_bdfa .N {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0052\u0061\u006e\u0067e\u0020\u0077\u0072\u006f\u006e\u0067 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073"); -};_eefc ,_adbb :=_dfed .GetAsFloat64Slice ();if _adbb !=nil {return nil ,_adbb ;};_bdfa .Range =_eefc ;}else {_bdfa .Range =make ([]float64 ,2*_bdfa .N );for _gfca :=0;_gfca < _bdfa .N ;_gfca ++{_bdfa .Range [2*_gfca ]=0.0;_bdfa .Range [2*_gfca +1]=1.0; -};};if _fbef :=_aggge .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_fbef !=nil {_gegd ,_eegd :=_fbef .(*_cee .PdfObjectStream );if !_eegd {return nil ,_e .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u004de\u0074\u0061\u0064\u0061\u0074\u0061\u0020n\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); -};_bdfa .Metadata =_gegd ;};_bbec ,_efdf :=_cee .DecodeStream (_acc );if _efdf !=nil {return nil ,_efdf ;};_bdfa .Data =_bbec ;_bdfa ._gcdbe =_acc ;return _bdfa ,nil ;}; +// RemoveStructParentsKey removes the StructParents key. +func (_ceabb *PdfPage )RemoveStructParentsKey (){_ceabb .StructParents =nil }; -// ColorAt returns the color of the image pixel specified by the x and y coordinates. -func (_gadc *Image )ColorAt (x ,y int )(_f .Color ,error ){_dafg :=_ca .BytesPerLine (int (_gadc .Width ),int (_gadc .BitsPerComponent ),_gadc .ColorComponents );switch _gadc .ColorComponents {case 1:return _ca .ColorAtGrayscale (x ,y ,int (_gadc .BitsPerComponent ),_dafg ,_gadc .Data ,_gadc ._cabgb ); -case 3:return _ca .ColorAtNRGBA (x ,y ,int (_gadc .Width ),_dafg ,int (_gadc .BitsPerComponent ),_gadc .Data ,_gadc ._cbfg ,_gadc ._cabgb );case 4:return _ca .ColorAtCMYK (x ,y ,int (_gadc .Width ),_gadc .Data ,_gadc ._cabgb );};_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 i\u006da\u0067\u0065\u002e\u0020\u0025\u0064\u0020\u0063\u006f\u006d\u0070\u006fn\u0065\u006e\u0074\u0073\u002c\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072 \u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gadc .ColorComponents ,_gadc .BitsPerComponent ); -return nil ,_cdf .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006d\u0061g\u0065 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");};func (_ffg *PdfReader )newPdfAnnotationPolyLineFromDict (_edbg *_cee .PdfObjectDictionary )(*PdfAnnotationPolyLine ,error ){_fdec :=PdfAnnotationPolyLine {}; -_gfba ,_ggeb :=_ffg .newPdfAnnotationMarkupFromDict (_edbg );if _ggeb !=nil {return nil ,_ggeb ;};_fdec .PdfAnnotationMarkup =_gfba ;_fdec .Vertices =_edbg .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_fdec .LE =_edbg .Get ("\u004c\u0045"); -_fdec .BS =_edbg .Get ("\u0042\u0053");_fdec .IC =_edbg .Get ("\u0049\u0043");_fdec .BE =_edbg .Get ("\u0042\u0045");_fdec .IT =_edbg .Get ("\u0049\u0054");_fdec .Measure =_edbg .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_fdec ,nil ;}; +// PdfActionSound represents a sound action. +type PdfActionSound struct{*PdfAction ;Sound _bda .PdfObject ;Volume _bda .PdfObject ;Synchronous _bda .PdfObject ;Repeat _bda .PdfObject ;Mix _bda .PdfObject ;}; -// SignatureHandler interface defines the common functionality for PDF signature handlers, which -// need to be capable of validating digital signatures and signing PDF documents. -type SignatureHandler interface{ +// FieldFlattenOpts defines a set of options which can be used to configure +// the field flattening process. +type FieldFlattenOpts struct{ -// IsApplicable checks if a given signature dictionary `sig` is applicable for the signature handler. -// For example a signature of type `adbe.pkcs7.detached` might not fit for a rsa.sha1 handler. -IsApplicable (_ebfg *PdfSignature )bool ; +// FilterFunc allows filtering the form fields used in the flattening +// process. If the filter function returns true, the field is flattened, +// otherwise it is skipped. +// If a non-terminal field is discarded, all of its children (the fields +// present in the Kids array) are discarded as well. +// Non-terminal fields are kept in the AcroForm if one or more of their +// child fields have not been selected for flattening. +// If a filter function is not provided, all form fields are flattened. +FilterFunc FieldFilterFunc ; -// Validate validates a PDF signature against a given digest (hash) such as that determined -// for an input file. Returns validation results. -Validate (_ddcee *PdfSignature ,_fbbdab Hasher )(SignatureValidationResult ,error ); +// AnnotFilterFunc allows filtering the annotations in the flattening +// process. If the filter function returns true, the annotation is flattened, +// otherwise it is skipped. +AnnotFilterFunc AnnotFilterFunc ;}; -// InitSignature prepares the signature dictionary for signing. This involves setting all -// necessary fields, and also allocating sufficient space to the Contents so that the -// finalized signature can be inserted once the hash is calculated. -InitSignature (_dfdcb *PdfSignature )error ; +// ParserMetadata gets the parser metadata. +func (_dgdg *CompliancePdfReader )ParserMetadata ()_bda .ParserMetadata {if _dgdg ._ceae ==(_bda .ParserMetadata {}){_dgdg ._ceae ,_ =_dgdg ._fdadg .ParserMetadata ();};return _dgdg ._ceae ;}; -// NewDigest creates a new digest/hasher based on the signature dictionary and handler. -NewDigest (_eadbg *PdfSignature )(Hasher ,error ); +// PdfPage represents a page in a PDF document. (7.7.3.3 - Table 30). +type PdfPage struct{Parent _bda .PdfObject ;LastModified *PdfDate ;Resources *PdfPageResources ;CropBox *PdfRectangle ;MediaBox *PdfRectangle ;BleedBox *PdfRectangle ;TrimBox *PdfRectangle ;ArtBox *PdfRectangle ;BoxColorInfo _bda .PdfObject ;Contents _bda .PdfObject ; +Rotate *int64 ;Group _bda .PdfObject ;Thumb _bda .PdfObject ;B _bda .PdfObject ;Dur _bda .PdfObject ;Trans _bda .PdfObject ;AA _bda .PdfObject ;Metadata _bda .PdfObject ;PieceInfo _bda .PdfObject ;StructParents _bda .PdfObject ;ID _bda .PdfObject ;PZ _bda .PdfObject ; +SeparationInfo _bda .PdfObject ;Tabs _bda .PdfObject ;TemplateInstantiated _bda .PdfObject ;PresSteps _bda .PdfObject ;UserUnit _bda .PdfObject ;VP _bda .PdfObject ;Annots _bda .PdfObject ;_bcaef []*PdfAnnotation ;_bdgdg *_bda .PdfObjectDictionary ;_eebfa *_bda .PdfIndirectObject ; +_gfaec _bda .PdfObjectDictionary ;_agfg *PdfReader ;}; -// Sign receives the hash `digest` (for example hash of an input file), and signs based -// on the signature dictionary `sig` and applies the signature data to the signature -// dictionary Contents field. -Sign (_ceceg *PdfSignature ,_efcd Hasher )error ;}; +// GenerateXObjectName generates an unused XObject name that can be used for +// adding new XObjects. Uses format XObj1, XObj2, ... +func (_affed *PdfPageResources )GenerateXObjectName ()_bda .PdfObjectName {_decab :=1;for {_adgc :=_bda .MakeName (_c .Sprintf ("\u0058\u004f\u0062\u006a\u0025\u0064",_decab ));if !_affed .HasXObjectByName (*_adgc ){return *_adgc ;};_decab ++;};}; -// XObjectImage (Table 89 in 8.9.5.1). -// Implements PdfModel interface. -type XObjectImage struct{ +// GetCIDToGIDMapObject get the underlying CIDToGIDMap object if the font type is CIDFontType2. +func (_babg *PdfFont )GetCIDToGIDMapObject ()_bda .PdfObject {_bacbe ,_ddece :=_babg ._ggada .(*pdfCIDFontType2 );if _ddece {return _bacbe .CIDToGIDMap ;};return nil ;}; -//ColorSpace PdfObject -Width *int64 ;Height *int64 ;ColorSpace PdfColorspace ;BitsPerComponent *int64 ;Filter _cee .StreamEncoder ;Intent _cee .PdfObject ;ImageMask _cee .PdfObject ;Mask _cee .PdfObject ;Matte _cee .PdfObject ;Decode _cee .PdfObject ;Interpolate _cee .PdfObject ; -Alternatives _cee .PdfObject ;SMask _cee .PdfObject ;SMaskInData _cee .PdfObject ;Name _cee .PdfObject ;StructParent _cee .PdfObject ;ID _cee .PdfObject ;OPI _cee .PdfObject ;Metadata _cee .PdfObject ;OC _cee .PdfObject ;Stream []byte ;_fggac *_cee .PdfObjectStream ; -_cdgeg bool ;}; +// NewEmbeddedFileFromContent construct a new EmbeddedFile from supplied file content. +func NewEmbeddedFileFromContent (content []byte )(*EmbeddedFile ,error ){_gddg :=_fd .Detect (content );_bafe :=_af .Sum (content );_bacd :=&EmbeddedFile {Name :"\u0061\u0074\u0074\u0061\u0063\u0068\u006d\u0065\u006e\u0074",Content :content ,FileType :_gddg .String (),Hash :_de .EncodeToString (_bafe [:])}; +return _bacd ,nil ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. -func (_ffeg *PdfColorspaceSpecialPattern )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _ffeg .UnderlyingCS ==nil {return nil ,_cdf .New ("u\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0043\u0053\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064"); -};return _ffeg .UnderlyingCS .ColorFromFloats (vals );}; +// AddRefChild adds a child reference object. +func (_fbbgef *KDict )AddRefChild (kChild *_bda .PdfObjectDictionary ){_fbbgef ._fcbda =append (_fbbgef ._fcbda ,&KValue {_bfafef :kChild });}; -// AcroFormRepairOptions contains options for rebuilding the AcroForm. -type AcroFormRepairOptions struct{};func (_gabfc *PdfWriter )copyObjects (){_fbdcgb :=make (map[_cee .PdfObject ]_cee .PdfObject );_fgafed :=make ([]_cee .PdfObject ,0,len (_gabfc ._gccff ));_faddb :=make (map[_cee .PdfObject ]struct{},len (_gabfc ._gccff )); -_edcfc :=make (map[_cee .PdfObject ]struct{});for _ ,_bfcbdc :=range _gabfc ._gccff {_gdddf :=_gabfc .copyObject (_bfcbdc ,_fbdcgb ,_edcfc ,false );if _ ,_gabfcg :=_edcfc [_bfcbdc ];_gabfcg {continue ;};_fgafed =append (_fgafed ,_gdddf );_faddb [_gdddf ]=struct{}{}; -};_gabfc ._gccff =_fgafed ;_gabfc ._dgbgbb =_faddb ;_gabfc ._cbfac =_gabfc .copyObject (_gabfc ._cbfac ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject );_gabfc ._fadf =_gabfc .copyObject (_gabfc ._fadf ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject ); -if _gabfc ._bbfag !=nil {_gabfc ._bbfag =_gabfc .copyObject (_gabfc ._bbfag ,_fbdcgb ,nil ,false ).(*_cee .PdfIndirectObject );};if _gabfc ._fbaeb {_fbdbc :=make (map[_cee .PdfObject ]int64 );for _fgfbd ,_fagfe :=range _gabfc ._ccaed {if _aaeffa ,_bgcga :=_fbdcgb [_fgfbd ]; -_bgcga {_fbdbc [_aaeffa ]=_fagfe ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020a\u0070\u0070\u0065n\u0064\u0020\u006d\u006fd\u0065\u0020\u002d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u0070\u0079\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070"); -};};_gabfc ._ccaed =_fbdbc ;};};const (TrappedUnknown PdfInfoTrapped ="\u0055n\u006b\u006e\u006f\u0077\u006e";TrappedTrue PdfInfoTrapped ="\u0054\u0072\u0075\u0065";TrappedFalse PdfInfoTrapped ="\u0046\u0061\u006cs\u0065";); +// GetContentStreamWithEncoder returns the pattern cell's content stream and its encoder +func (_daeba *PdfTilingPattern )GetContentStreamWithEncoder ()([]byte ,_bda .StreamEncoder ,error ){_dcdbd ,_ecega :=_daeba ._cbbgec .(*_bda .PdfObjectStream );if !_ecega {_ed .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_daeba ._cbbgec ); +return nil ,nil ,_bda .ErrTypeError ;};_bccge ,_bceab :=_bda .DecodeStream (_dcdbd );if _bceab !=nil {_ed .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020s\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0065\u0072\u0072\u003a\u0020\u0025\u0076",_bceab ); +return nil ,nil ,_bceab ;};_gddec ,_bceab :=_bda .NewEncoderFromStream (_dcdbd );if _bceab !=nil {_ed .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020f\u0069\u006e\u0064\u0069\u006e\u0067 \u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_bceab ); +return nil ,nil ,_bceab ;};return _bccge ,_gddec ,nil ;}; -// NewPdfFieldSignature returns an initialized signature field. -func NewPdfFieldSignature (signature *PdfSignature )*PdfFieldSignature {_aabg :=&PdfFieldSignature {};_aabg .PdfField =NewPdfField ();_aabg .PdfField .SetContext (_aabg );_aabg .PdfAnnotationWidget =NewPdfAnnotationWidget ();_aabg .PdfAnnotationWidget .SetContext (_aabg ); -_aabg .PdfAnnotationWidget ._eddc =_aabg .PdfField ._ccbb ;_aabg .T =_cee .MakeString ("");_aabg .F =_cee .MakeInteger (132);_aabg .V =signature ;return _aabg ;}; +// SignatureHandlerDocMDP extends SignatureHandler with the ValidateWithOpts method for checking the DocMDP policy. +type SignatureHandlerDocMDP interface{SignatureHandler ; -// AllFields returns a flattened list of all fields in the form. -func (_dfab *PdfAcroForm )AllFields ()[]*PdfField {if _dfab ==nil {return nil ;};var _bgee []*PdfField ;if _dfab .Fields !=nil {for _ ,_gffdfg :=range *_dfab .Fields {_bgee =append (_bgee ,_adfcc (_gffdfg )...);};};return _bgee ;}; +// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser +// ValidateWithOpts shall contain Validate call +ValidateWithOpts (_afeff *PdfSignature ,_ggfgaa Hasher ,_deede SignatureHandlerDocMDPParams )(SignatureValidationResult ,error );}; -// GetFontByName gets the font specified by keyName. Returns the PdfObject which -// the entry refers to. Returns a bool value indicating whether or not the entry was found. -func (_efddf *PdfPageResources )GetFontByName (keyName _cee .PdfObjectName )(_cee .PdfObject ,bool ){if _efddf .Font ==nil {return nil ,false ;};_deede ,_decd :=_cee .TraceToDirectObject (_efddf .Font ).(*_cee .PdfObjectDictionary );if !_decd {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_efddf .Font )); -return nil ,false ;};if _eebbb :=_deede .Get (keyName );_eebbb !=nil {return _eebbb ,true ;};return nil ,false ;}; +// ToPdfObject implements interface PdfModel. +func (_febca *PdfAnnotationMovie )ToPdfObject ()_bda .PdfObject {_febca .PdfAnnotation .ToPdfObject ();_cdgf :=_febca ._ged ;_beag :=_cdgf .PdfObject .(*_bda .PdfObjectDictionary );_beag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u004d\u006f\u0076i\u0065")); +_beag .SetIfNotNil ("\u0054",_febca .T );_beag .SetIfNotNil ("\u004d\u006f\u0076i\u0065",_febca .Movie );_beag .SetIfNotNil ("\u0041",_febca .A );return _cdgf ;}; -// AddMCIDChild adds a child MCID object. -func (_ffaac *KDict )AddMCIDChild (mcid int ){_ffaac ._affgf =append (_ffaac ._affgf ,&KValue {_dfcf :&mcid });}; +// ToPdfObject implements interface PdfModel. +func (_adda *PdfFilespec )ToPdfObject ()_bda .PdfObject {_cgaeb :=_adda .getDict ();_cgaeb .Clear ();_cgaeb .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"));_cgaeb .SetIfNotNil ("\u0046\u0053",_adda .FS ); +_cgaeb .SetIfNotNil ("\u0046",_adda .F );_cgaeb .SetIfNotNil ("\u0055\u0046",_adda .UF );_cgaeb .SetIfNotNil ("\u0044\u004f\u0053",_adda .DOS );_cgaeb .SetIfNotNil ("\u004d\u0061\u0063",_adda .Mac );_cgaeb .SetIfNotNil ("\u0055\u006e\u0069\u0078",_adda .Unix ); +_cgaeb .SetIfNotNil ("\u0049\u0044",_adda .ID );_cgaeb .SetIfNotNil ("\u0056",_adda .V );_cgaeb .SetIfNotNil ("\u0045\u0046",_adda .EF );_cgaeb .SetIfNotNil ("\u0052\u0046",_adda .RF );_cgaeb .SetIfNotNil ("\u0044\u0065\u0073\u0063",_adda .Desc );_cgaeb .SetIfNotNil ("\u0043\u0049",_adda .CI ); +_cgaeb .SetIfNotNil ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070",_adda .AFRelationship );return _adda ._daeg ;};func (_bcbca *Names )addEmbeddedFile (_cefga *EmbeddedFile )error {if _bcbca .EmbeddedFiles ==nil {_bcbca .EmbeddedFiles =_bda .MakeDict (); +_bcbca .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_bda .MakeArray ());};_bfbb :=NewPdfFileSpecFromEmbeddedFile (_cefga );_ffcfa :=_bcbca .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_degeef ,_abfc :=_ffcfa .(*_bda .PdfObjectArray );if !_abfc {return _gea .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};type FileSpecMap struct{_bcbcb string ;_cgcd *PdfFilespec ;};_abda :=[]FileSpecMap {};for _gcad :=0;_gcad < len (_degeef .Elements ());_gcad +=2{if _gcad %2==0{_dcda :=_degeef .Get (_gcad );if _dcda !=nil {_efed :=_dcda .(*_bda .PdfObjectString );_dgaec :=_degeef .Get (_gcad +1); +_dcaed ,_dccab :=NewPdfFilespecFromObj (_dgaec );if _dccab !=nil {return _dccab ;};_abda =append (_abda ,FileSpecMap {_bcbcb :_efed .String (),_cgcd :_dcaed });};};};_abda =append (_abda ,FileSpecMap {_bcbcb :_cefga .Name ,_cgcd :_bfbb });_cb .Slice (_abda ,func (_bgga ,_fccbf int )bool {return _abda [_bgga ]._bcbcb < _abda [_fccbf ]._bcbcb }); +_degeef =_bda .MakeArray ();for _ ,_cadce :=range _abda {_degeef .Append (_bda .MakeString (_cadce ._bcbcb ));_degeef .Append (_cadce ._cgcd .ToPdfObject ());};_bcbca .EmbeddedFiles .Set ("\u004e\u0061\u006de\u0073",_degeef );return nil ;}; -// Field returns the parent form field of the widget annotation, if one exists. -// NOTE: the method returns nil if the parent form field has not been parsed. -func (_bec *PdfAnnotationWidget )Field ()*PdfField {return _bec ._dec }; +// GetNumComponents returns the number of color components (3 for CalRGB). +func (_ddfc *PdfColorCalRGB )GetNumComponents ()int {return 3}; -// ToPdfObject recursively builds the Outline tree PDF object. -func (_fbgdg *PdfOutline )ToPdfObject ()_cee .PdfObject {_fabfb :=_fbgdg ._bbda ;_fbcfg :=_fabfb .PdfObject .(*_cee .PdfObjectDictionary );_fbcfg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"));if _fbgdg .First !=nil {_fbcfg .Set ("\u0046\u0069\u0072s\u0074",_fbgdg .First .ToPdfObject ()); -};if _fbgdg .Last !=nil {_fbcfg .Set ("\u004c\u0061\u0073\u0074",_fbgdg .Last .GetContext ().GetContainingPdfObject ());};if _fbgdg .Parent !=nil {_fbcfg .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_fbgdg .Parent .GetContext ().GetContainingPdfObject ()); -};if _fbgdg .Count !=nil {_fbcfg .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (*_fbgdg .Count ));};return _fabfb ;};func (_eacc *PdfReader )newPdfAnnotationFileAttachmentFromDict (_bgbg *_cee .PdfObjectDictionary )(*PdfAnnotationFileAttachment ,error ){_fgge :=PdfAnnotationFileAttachment {}; -_caea ,_eff :=_eacc .newPdfAnnotationMarkupFromDict (_bgbg );if _eff !=nil {return nil ,_eff ;};_fgge .PdfAnnotationMarkup =_caea ;_fgge .FS =_bgbg .Get ("\u0046\u0053");_fgge .Name =_bgbg .Get ("\u004e\u0061\u006d\u0065");return &_fgge ,nil ;}; +// AlphaMapFunc represents a alpha mapping function: byte -> byte. Can be used for +// thresholding the alpha channel, i.e. setting all alpha values below threshold to transparent. +type AlphaMapFunc func (_eefe byte )byte ; -// GetContainingPdfObject gets the primitive used to parse the color space. -func (_aeba *PdfColorspaceICCBased )GetContainingPdfObject ()_cee .PdfObject {return _aeba ._gcdbe }; +// NewPdfFontFromTTF loads a TTF font and returns a PdfFont type that can be +// used in text styling functions. +// Uses a WinAnsiTextEncoder and loads only character codes 32-255. +// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTF. +func NewPdfFontFromTTF (r _ga .ReadSeeker )(*PdfFont ,error ){const _ccfab =_dgb .CharCode (32);const _addbd =_dgb .CharCode (255);_ggaa ,_gbefa :=_ga .ReadAll (r );if _gbefa !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_gbefa ); +return nil ,_gbefa ;};_gegge ,_gbefa :=_geg .TtfParse (_dff .NewReader (_ggaa ));if _gbefa !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0054\u0054F\u0020\u0066\u006fn\u0074:\u0020\u0025\u0076",_gbefa ); +return nil ,_gbefa ;};_gdfgc :=&pdfFontSimple {_dfad :make (map[_dgb .CharCode ]float64 ),fontCommon :fontCommon {_fggeg :"\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"}};_gdfgc ._cbedg =_dgb .NewWinAnsiEncoder ();_gdfgc ._bcaebe =_gegge .PostScriptName ; +_gdfgc .FirstChar =_bda .MakeInteger (int64 (_ccfab ));_gdfgc .LastChar =_bda .MakeInteger (int64 (_addbd ));_aefaa :=1000.0/float64 (_gegge .UnitsPerEm );if len (_gegge .Widths )<=0{return nil ,_gea .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); +};_bebgd :=_aefaa *float64 (_gegge .Widths [0]);_adbfe :=make ([]float64 ,0,_addbd -_ccfab +1);for _eccag :=_ccfab ;_eccag <=_addbd ;_eccag ++{_aaccb ,_cdfe :=_gdfgc .Encoder ().CharcodeToRune (_eccag );if !_cdfe {_ed .Log .Debug ("\u0052u\u006e\u0065\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u0028c\u006f\u0064\u0065\u003a\u0020\u0025\u0064)",_eccag ); +_adbfe =append (_adbfe ,_bebgd );continue ;};_ceeaa ,_fabgd :=_gegge .Chars [_aaccb ];if !_fabgd {_ed .Log .Debug ("R\u0075\u006e\u0065\u0020no\u0074 \u0069\u006e\u0020\u0054\u0054F\u0020\u0043\u0068\u0061\u0072\u0073");_adbfe =append (_adbfe ,_bebgd ); +continue ;};_bfea :=_aefaa *float64 (_gegge .Widths [_ceeaa ]);_adbfe =append (_adbfe ,_bfea );};_gdfgc .Widths =_bda .MakeIndirectObject (_bda .MakeArrayFromFloats (_adbfe ));if len (_adbfe )< int (_addbd -_ccfab +1){_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u006f\u0066\u0020\u0077\u0069\u0064\u0074\u0068s,\u0020\u0025\u0064 \u003c \u0025\u0064",len (_adbfe ),255-32+1); +return nil ,_bda .ErrRangeError ;};for _beegf :=_ccfab ;_beegf <=_addbd ;_beegf ++{_gdfgc ._dfad [_beegf ]=_adbfe [_beegf -_ccfab ];};_gdfgc .Encoding =_bda .MakeName ("\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +_bgfb :=&PdfFontDescriptor {};_bgfb .FontName =_bda .MakeName (_gegge .PostScriptName );_bgfb .Ascent =_bda .MakeFloat (_aefaa *float64 (_gegge .TypoAscender ));_bgfb .Descent =_bda .MakeFloat (_aefaa *float64 (_gegge .TypoDescender ));_bgfb .CapHeight =_bda .MakeFloat (_aefaa *float64 (_gegge .CapHeight )); +_bgfb .FontBBox =_bda .MakeArrayFromFloats ([]float64 {_aefaa *float64 (_gegge .Xmin ),_aefaa *float64 (_gegge .Ymin ),_aefaa *float64 (_gegge .Xmax ),_aefaa *float64 (_gegge .Ymax )});_bgfb .ItalicAngle =_bda .MakeFloat (_gegge .ItalicAngle );_bgfb .MissingWidth =_bda .MakeFloat (_aefaa *float64 (_gegge .Widths [0])); +_feba ,_gbefa :=_bda .MakeStream (_ggaa ,_bda .NewFlateEncoder ());if _gbefa !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_gbefa ); +return nil ,_gbefa ;};_feba .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_bda .MakeInteger (int64 (len (_ggaa ))));_bgfb .FontFile2 =_feba ;if _gegge .Bold {_bgfb .StemV =_bda .MakeInteger (120);}else {_bgfb .StemV =_bda .MakeInteger (70); +};_fdafe :=_feadfa ;if _gegge .IsFixedPitch {_fdafe |=_dbcd ;};if _gegge .ItalicAngle !=0{_fdafe |=_fdfdg ;};_bgfb .Flags =_bda .MakeInteger (int64 (_fdafe ));_gdfgc ._bedea =_bgfb ;_gcddf :=&PdfFont {_ggada :_gdfgc };return _gcddf ,nil ;}; -// PdfActionGoToE represents a GoToE action. -type PdfActionGoToE struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;NewWindow _cee .PdfObject ;T _cee .PdfObject ;}; +// PartialName returns the partial name of the field. +func (_aefa *PdfField )PartialName ()string {_facd :="";if _aefa .T !=nil {_facd =_aefa .T .Decoded ();}else {_ed .Log .Debug ("\u0046\u0069el\u0064\u0020\u006di\u0073\u0073\u0069\u006eg T\u0020fi\u0065\u006c\u0064\u0020\u0028\u0069\u006eco\u006d\u0070\u0061\u0074\u0069\u0062\u006ce\u0029"); +};return _facd ;}; -// GetEncryptionMethod returns a descriptive information string about the encryption method used. -func (_bacbd *PdfReader )GetEncryptionMethod ()string {_gegaf :=_bacbd ._ffdgf .GetCrypter ();return _gegaf .String ();}; +// PdfActionLaunch represents a launch action. +type PdfActionLaunch struct{*PdfAction ;F *PdfFilespec ;Win _bda .PdfObject ;Mac _bda .PdfObject ;Unix _bda .PdfObject ;NewWindow _bda .PdfObject ;}; -// String returns string value of output intent for given type -// ISO_19005-2 6.2.3: GTS_PDFA1 value should be used for PDF/A-1, A-2 and A-3 at least -func (_cacgfg PdfOutputIntentType )String ()string {switch _cacgfg {case PdfOutputIntentTypeA1 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA2 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA3 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"; -case PdfOutputIntentTypeA4 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeX :return "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058";default:return "\u0055N\u0044\u0045\u0046\u0049\u004e\u0045D";};};func _cgcdbe ()string {_dggagg .Lock (); -defer _dggagg .Unlock ();if len (_dgbgaa )> 0{return _dgbgaa ;};return "\u0055n\u0069\u0044\u006f\u0063 \u002d\u0020\u0068\u0074\u0074p\u003a/\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069o";}; +// NewKDictionary creates a new K dictionary object. +func NewKDictionary ()*KDict {return &KDict {_fcbda :make ([]*KValue ,0),_adceg :-1}};func _ccega (_gggab _bda .PdfObject ,_begca *fontCommon )(*_dfe .CMap ,error ){_eeaf ,_edgg :=_bda .GetStream (_gggab );if !_edgg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0074\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0054\u006f\u0043m\u0061\u0070\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0054\u0029",_gggab ); +return nil ,_bda .ErrTypeError ;};_bbdab ,_deefc :=_bda .DecodeStream (_eeaf );if _deefc !=nil {return nil ,_deefc ;};_bdbe ,_deefc :=_dfe .LoadCmapFromData (_bbdab ,!_begca .isCIDFont ());if _deefc !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u004e\u0075\u006d\u0062\u0065\u0072\u003d\u0025\u0064\u0020\u0065\u0072r=\u0025\u0076",_eeaf .ObjectNumber ,_deefc ); +};return _bdbe ,_deefc ;}; -// ToPdfObject converts the font to a PDF representation. -func (_dded *pdfFontType0 )ToPdfObject ()_cee .PdfObject {if _dded ._eddba ==nil {_dded ._eddba =&_cee .PdfIndirectObject {};};_gded :=_dded .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0030");_dded ._eddba .PdfObject =_gded ;if _dded .Encoding !=nil {_gded .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_dded .Encoding ); -}else if _dded ._daac !=nil {_gded .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_dded ._daac .ToPdfObject ());};if _dded .DescendantFont !=nil {_gded .Set ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073",_cee .MakeArray (_dded .DescendantFont .ToPdfObject ())); -};return _dded ._eddba ;};var (ErrRequiredAttributeMissing =_cdf .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074t\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067");ErrInvalidAttribute =_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065"); -ErrTypeCheck =_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");_dagd =_cdf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");ErrEncrypted =_cdf .New ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -ErrNoFont =_cdf .New ("\u0066\u006fn\u0074\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064");ErrFontNotSupported =_dg .Errorf ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u006fn\u0074\u0020\u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); -ErrType1CFontNotSupported =_dg .Errorf ("\u0054y\u0070\u00651\u0043\u0020\u0066o\u006e\u0074\u0073\u0020\u0061\u0072\u0065 \u006e\u006f\u0074\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); -ErrType3FontNotSupported =_dg .Errorf ("\u0054y\u0070\u00653\u0020\u0066\u006f\u006et\u0073\u0020\u0061r\u0065\u0020\u006e\u006f\u0074\u0020\u0063\u0075\u0072re\u006e\u0074\u006cy\u0020\u0073u\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0028%\u0077\u0029",_cee .ErrNotSupported ); -ErrTTCmapNotSupported =_dg .Errorf ("\u0075\u006es\u0075\u0070\u0070\u006fr\u0074\u0065d\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070e\u0020\u0063\u006d\u0061\u0070\u0020\u0066\u006f\u0072\u006d\u0061\u0074 \u0028\u0025\u0077\u0029",_cee .ErrNotSupported ); -ErrSignNotEnoughSpace =_dg .Errorf ("\u0069\u006e\u0073\u0075\u0066\u0066\u0069c\u0069\u0065\u006et\u0020\u0073\u0070a\u0063\u0065 \u0061\u006c\u006c\u006f\u0063\u0061t\u0065d \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -ErrSignNoCertificates =_dg .Errorf ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065tri\u0065ve\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0063\u0068\u0061i\u006e"););func (_adbg *pdfFontSimple )getFontDescriptor ()*PdfFontDescriptor {if _dbfe :=_adbg ._ebcad ; -_dbfe !=nil {return _dbfe ;};return _adbg ._aaec ;}; +// String returns a human readable description of `fontfile`. +func (_fdgg *fontFile )String ()string {_feefg :="\u005b\u004e\u006f\u006e\u0065\u005d";if _fdgg ._ffde !=nil {_feefg =_fdgg ._ffde .String ();};return _c .Sprintf ("\u0046O\u004e\u0054\u0046\u0049\u004c\u0045\u007b\u0025\u0023\u0071\u0020e\u006e\u0063\u006f\u0064\u0065\u0072\u003d\u0025\u0073\u007d",_fdgg ._dddg ,_feefg ); +}; -// PdfShadingType6 is a Coons patch mesh. -type PdfShadingType6 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;};func _agfga (_ecada _fc .ReadSeeker ,_aefggc *ReaderOpts ,_bbaa bool ,_cgbd string )(*PdfReader ,error ){if _aefggc ==nil {_aefggc =NewReaderOpts (); -};_effgb :="";if _gabgg ,_ggefg :=_ecada .(*_fef .File );_ggefg {_effgb =_gabgg .Name ();};_dead :=*_aefggc ;_dcced :=&PdfReader {_cadbb :_ecada ,_efaec :map[_cee .PdfObject ]struct{}{},_fcgbe :_baaedg (),_dbfb :_aefggc .LazyLoad ,_cgegc :_aefggc .ComplianceMode ,_dddf :_bbaa ,_accf :&_dead ,_ddbge :_effgb }; -_aceea ,_dbgda :=_dbdaag ("\u0072");if _dbgda !=nil {return nil ,_dbgda ;};_dbgda =_ade .Track (_aceea ,_cgbd ,_dcced ._ddbge );if _dbgda !=nil {return nil ,_dbgda ;};_dcced ._cdddg =_aceea ;var _gcdbc *_cee .PdfParser ;if !_dcced ._cgegc {_gcdbc ,_dbgda =_cee .NewParser (_ecada ); -}else {_gcdbc ,_dbgda =_cee .NewCompliancePdfParser (_ecada );};if _dbgda !=nil {return nil ,_dbgda ;};_dcced ._ffdgf =_gcdbc ;_fgcb ,_dbgda :=_dcced .IsEncrypted ();if _dbgda !=nil {return nil ,_dbgda ;};if !_fgcb {_dbgda =_dcced .loadStructure ();if _dbgda !=nil {return nil ,_dbgda ; -};}else if _bbaa {_gfaee ,_egceb :=_dcced .Decrypt ([]byte (_aefggc .Password ));if _egceb !=nil {return nil ,_egceb ;};if !_gfaee {return nil ,_cdf .New ("\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0064\u0065c\u0072\u0079\u0070\u0074\u0020\u0070\u0061\u0073\u0073w\u006f\u0072\u0064\u0020p\u0072\u006f\u0074\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u002d\u0020\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0073\u0070\u0065\u0063\u0069\u0066y\u0020\u0070\u0061s\u0073\u0020\u0074\u006f\u0020\u0044\u0065\u0063\u0072\u0079\u0070\u0074"); -};};_dcced ._gccce =make (map[*PdfReader ]*PdfReader );_dcced ._befca =make ([]*PdfReader ,_gcdbc .GetRevisionNumber ());return _dcced ,nil ;};func (_dgfb *PdfColorspaceSpecialPattern )String ()string {return "\u0050a\u0074\u0074\u0065\u0072\u006e";};func (_acfe *pdfCIDFontType2 )baseFields ()*fontCommon {return &_acfe .fontCommon }; -func (_ceeadf *PdfWriter )writeBytes (_bffee []byte ){if _ceeadf ._efdcg !=nil {return ;};_edaeb ,_abab :=_ceeadf ._cbeea .Write (_bffee );_ceeadf ._gfee +=int64 (_edaeb );_ceeadf ._efdcg =_abab ;}; +// ToWriter creates a new writer from the current reader, based on the specified options. +// If no options are provided, all reader properties are copied to the writer. +func (_ccbbf *PdfReader )ToWriter (opts *ReaderToWriterOpts )(*PdfWriter ,error ){_fegab :=NewPdfWriter ();_fegab .SetFileName (_ccbbf ._gcbfae );if opts ==nil {opts =&ReaderToWriterOpts {};};_fcbeb ,_eebe :=_ccbbf .GetNumPages ();if _eebe !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eebe ); +return nil ,_eebe ;};for _geabcf :=1;_geabcf <=_fcbeb ;_geabcf ++{_eccac ,_begb :=_ccbbf .GetPage (_geabcf );if _begb !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_begb );return nil ,_begb ;};if opts .PageProcessCallback !=nil {_begb =opts .PageProcessCallback (_geabcf ,_eccac ); +if _begb !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_begb );return nil ,_begb ;};}else if opts .PageCallback !=nil {opts .PageCallback (_geabcf ,_eccac );};_begb =_fegab .AddPage (_eccac );if _begb !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_begb ); +return nil ,_begb ;};};_fegab ._cdbbdg =_ccbbf .PdfVersion ();if !opts .SkipInfo {_bccb ,_aaeec :=_ccbbf .GetPdfInfo ();if _aaeec !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_aaeec );}else {_fegab ._eebef .PdfObject =_bccb .ToPdfObject (); +};};if !opts .SkipMetadata {if _afafee :=_ccbbf ._dabg .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_afafee !=nil {if _bdeee :=_fegab .SetCatalogMetadata (_afafee );_bdeee !=nil {return nil ,_bdeee ;};};};if !opts .SkipMarkInfo {if _afadc ,_cfebe :=_ccbbf .GetCatalogMarkInfo (); +_cfebe {if _bfcee :=_fegab .SetCatalogMarkInfo (_afadc );_bfcee !=nil {return nil ,_bfcee ;};};};if !opts .SkipAcroForm {_bdebg :=_fegab .SetForms (_ccbbf .AcroForm );if _bdebg !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_bdebg ); +return nil ,_bdebg ;};};if !opts .SkipViewerPreferences {if _cceed ,_egbd :=_ccbbf .GetCatalogViewerPreferences ();_egbd {if _acfef :=_fegab .SetCatalogViewerPreferences (_cceed );_acfef !=nil {return nil ,_acfef ;};};};if !opts .SkipLanguage {if _eegfb ,_eddbb :=_ccbbf .GetCatalogLanguage (); +_eddbb {if _cgcba :=_fegab .SetCatalogLanguage (_eegfb );_cgcba !=nil {return nil ,_cgcba ;};};};if !opts .SkipOutlines {_fegab .AddOutlineTree (_ccbbf .GetOutlineTree ());};if !opts .SkipOCProperties {_dgcgg ,_fagba :=_ccbbf .GetOCProperties ();if _fagba !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fagba ); +}else {_fagba =_fegab .SetOCProperties (_dgcgg );if _fagba !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fagba );};};};if !opts .SkipPageLabels {_fggbe ,_cfeag :=_ccbbf .GetPageLabels ();if _cfeag !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cfeag ); +}else {_cfeag =_fegab .SetPageLabels (_fggbe );if _cfeag !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cfeag );};};};if !opts .SkipNamedDests {_agdac ,_fcafd :=_ccbbf .GetNamedDestinations ();if _fcafd !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fcafd ); +}else {_fcafd =_fegab .SetNamedDestinations (_agdac );if _fcafd !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fcafd );};};};if !opts .SkipNameDictionary {_fbdaf ,_ggccbb :=_ccbbf .GetNameDictionary ();if _ggccbb !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ggccbb ); +}else {_ggccbb =_fegab .SetNameDictionary (_fbdaf );if _ggccbb !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ggccbb );};};};_bbccd ,_gcage :=_ccbbf .GetCatalogStructTreeRoot ();if _gcage {_ecgf :=_fegab .SetCatalogStructTreeRoot (_bbccd ); +if _ecgf !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_ecgf );};};if !opts .SkipRotation &&_ccbbf .Rotate !=nil {if _eaaec :=_fegab .SetRotation (*_ccbbf .Rotate );_eaaec !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_eaaec ); +};};return &_fegab ,nil ;}; -// ToPdfObject converts the ID tree to a PDF object. -func (_aegcb *IDTree )ToPdfObject ()_cee .PdfObject {_dgcac :=_cee .MakeDict ();if _aegcb .Names !=nil &&_aegcb .Names .Len ()> 0{_dgcac .Set ("\u004e\u0061\u006de\u0073",_aegcb .Names );_dgcac .Set ("\u004c\u0069\u006d\u0069\u0074\u0073",_aegcb .Limits ); -};if len (_aegcb .Kids )> 0{_ccfe :=_cee .MakeArray ();for _ ,_efecb :=range _aegcb .Kids {_ccfe .Append (_efecb .ToPdfObject ());};_egbaf :=_cee .MakeDict ();_egbaf .Set ("\u004b\u0069\u0064\u0073",_ccfe );_dgcac .Set ("\u004b\u0069\u0064\u0073",_egbaf ); -};return _dgcac ;}; +// NewPdfActionSetOCGState returns a new "named" action. +func NewPdfActionSetOCGState ()*PdfActionSetOCGState {_cc :=NewPdfAction ();_dfg :=&PdfActionSetOCGState {};_dfg .PdfAction =_cc ;_cc .SetContext (_dfg );return _dfg ;}; -// Evaluate runs the function on the passed in slice and returns the results. -func (_cbcab *PdfFunctionType3 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_fca .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); -};return nil ,_cdf .New ("\u006e\u006f\u0074\u0020im\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074");}; +// GetNumComponents returns the number of color components (1 for CalGray). +func (_gbdfg *PdfColorCalGray )GetNumComponents ()int {return 1};func (_effd *PdfAppender )mergeResources (_efbd ,_eea _bda .PdfObject ,_ece map[_bda .PdfObjectName ]_bda .PdfObjectName )_bda .PdfObject {if _eea ==nil &&_efbd ==nil {return nil ;};if _eea ==nil {return _efbd ; +};_egade ,_bbbde :=_bda .GetDict (_eea );if !_bbbde {return _efbd ;};if _efbd ==nil {_fbgb :=_bda .MakeDict ();_fbgb .Merge (_egade );return _eea ;};_bdbgb ,_bbbde :=_bda .GetDict (_efbd );if !_bbbde {_ed .Log .Error ("\u0045\u0072\u0072or\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +_bdbgb =_bda .MakeDict ();};for _ ,_fbbg :=range _egade .Keys (){if _ccbc ,_eed :=_ece [_fbbg ];_eed {_bdbgb .Set (_ccbc ,_egade .Get (_fbbg ));}else {_bdbgb .Set (_fbbg ,_egade .Get (_fbbg ));};};return _bdbgb ;}; -// PdfAnnotationUnderline represents Underline annotations. -// (Section 12.5.6.10). -type PdfAnnotationUnderline struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; +// PdfBorderEffect represents a PDF border effect. +type PdfBorderEffect struct{S *BorderEffect ;I *float64 ;}; -// GetNameDictionary returns the Names entry in the PDF catalog. -// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). -func (_aegb *PdfReader )GetNameDictionary ()(_cee .PdfObject ,error ){_gbadb :=_cee .ResolveReference (_aegb ._cacfe .Get ("\u004e\u0061\u006de\u0073"));if _gbadb ==nil {return nil ,nil ;};if !_aegb ._dbfb {_gcad :=_aegb .traverseObjectData (_gbadb );if _gcad !=nil {return nil ,_gcad ; -};};return _gbadb ,nil ;}; +// PdfActionSetOCGState represents a SetOCGState action. +type PdfActionSetOCGState struct{*PdfAction ;State _bda .PdfObject ;PreserveRB _bda .PdfObject ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element in -// range 0-1. -func (_dacga *PdfColorspaceDeviceGray )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_faag ,_fbg :=_cee .GetNumbersAsFloat (objects ); -if _fbg !=nil {return nil ,_fbg ;};return _dacga .ColorFromFloats (_faag );}; +// PdfActionGoTo represents a GoTo action. +type PdfActionGoTo struct{*PdfAction ;D _bda .PdfObject ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element between 0 and 1. -func (_bead *PdfColorspaceCalGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_efbd :=vals [0];if _efbd < 0.0||_efbd > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_efbd ); -return nil ,ErrColorOutOfRange ;};_bgeg :=NewPdfColorCalGray (_efbd );return _bgeg ,nil ;}; +// PdfShadingPatternType2 is shading patterns that will use a Type 2 shading pattern (Axial). +type PdfShadingPatternType2 struct{*PdfPattern ;Shading *PdfShadingType2 ;Matrix *_bda .PdfObjectArray ;ExtGState _bda .PdfObject ;};func (_ecc *PdfReader )newPdfAnnotationTextFromDict (_ade *_bda .PdfObjectDictionary )(*PdfAnnotationText ,error ){_fee :=PdfAnnotationText {}; +_bdag ,_fdca :=_ecc .newPdfAnnotationMarkupFromDict (_ade );if _fdca !=nil {return nil ,_fdca ;};_fee .PdfAnnotationMarkup =_bdag ;_fee .Open =_ade .Get ("\u004f\u0070\u0065\u006e");_fee .Name =_ade .Get ("\u004e\u0061\u006d\u0065");_fee .State =_ade .Get ("\u0053\u0074\u0061t\u0065"); +_fee .StateModel =_ade .Get ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c");return &_fee ,nil ;}; -// AddFont adds a font dictionary to the Font resources. -func (_befef *PdfPage )AddFont (name _cee .PdfObjectName ,font _cee .PdfObject )error {if _befef .Resources ==nil {_befef .Resources =NewPdfPageResources ();};if _befef .Resources .Font ==nil {_befef .Resources .Font =_cee .MakeDict ();};_edga ,_bfaab :=_cee .TraceToDirectObject (_befef .Resources .Font ).(*_cee .PdfObjectDictionary ); -if !_bfaab {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0066\u006f\u006et \u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a \u0025\u0076",_cee .TraceToDirectObject (_befef .Resources .Font )); -return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_edga .Set (name ,font );return nil ;};const (BorderStyleSolid BorderStyle =iota ;BorderStyleDashed BorderStyle =iota ;BorderStyleBeveled BorderStyle =iota ; -BorderStyleInset BorderStyle =iota ;BorderStyleUnderline BorderStyle =iota ;); +// ApplyStandard is used to apply changes required on the document to match the rules required by the input standard. +// The writer's content would be changed after all the document parts are already established during the Write method. +// A good example of the StandardApplier could be a PDF/A Profile (i.e.: pdfa.Profile1A). In such a case PdfWriter would +// set up all rules required by that Profile. +func (_efced *PdfWriter )ApplyStandard (optimizer StandardApplier ){_efced ._cebab =optimizer }; -// ToPdfObject generates a PdfObject representation of the Names struct. -func (_gcagb *Names )ToPdfObject ()_cee .PdfObject {_egedd :=_gcagb ._fggag ;_eabcb ,_cfcd :=_egedd .PdfObject .(*_cee .PdfObjectDictionary );if !_cfcd {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _egedd ;};if _gcagb .EmbeddedFiles !=nil {_eabcb .Set ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073",_cee .MakeIndirectObject (_gcagb .EmbeddedFiles ));};return _egedd ;}; +// PdfAnnotationRedact represents Redact annotations. +// (Section 12.5.6.23). +type PdfAnnotationRedact struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _bda .PdfObject ;IC _bda .PdfObject ;RO _bda .PdfObject ;OverlayText _bda .PdfObject ;Repeat _bda .PdfObject ;DA _bda .PdfObject ;Q _bda .PdfObject ;}; -// NewPdfOutputIntentFromPdfObject creates a new PdfOutputIntent from the input core.PdfObject. -func NewPdfOutputIntentFromPdfObject (object _cee .PdfObject )(*PdfOutputIntent ,error ){_cbffd :=&PdfOutputIntent {};if _edddg :=_cbffd .ParsePdfObject (object );_edddg !=nil {return nil ,_edddg ;};return _cbffd ,nil ;}; +// NewPdfFilespec returns an initialized generic PDF filespec model. +func NewPdfFilespec ()*PdfFilespec {_gfbga :=&PdfFilespec {};_gfbga ._daeg =_bda .MakeIndirectObject (_bda .MakeDict ());return _gfbga ;}; -// SetXObjectImageByName adds the provided XObjectImage to the page resources. -// The added XObjectImage is identified by the specified name. -func (_badbg *PdfPageResources )SetXObjectImageByName (keyName _cee .PdfObjectName ,ximg *XObjectImage )error {_dcgdgb :=ximg .ToPdfObject ().(*_cee .PdfObjectStream );_bafba :=_badbg .SetXObjectByName (keyName ,_dcgdgb );return _bafba ;};func (_cafga *DSS )generateHashMap (_bfed []*_cee .PdfObjectStream )(map[string ]*_cee .PdfObjectStream ,error ){_eacgd :=map[string ]*_cee .PdfObjectStream {}; -for _ ,_ceacg :=range _bfed {_fdgg ,_ffgfg :=_cee .DecodeStream (_ceacg );if _ffgfg !=nil {return nil ,_ffgfg ;};_acef ,_ffgfg :=_cefaf (_fdgg );if _ffgfg !=nil {return nil ,_ffgfg ;};_eacgd [string (_acef )]=_ceacg ;};return _eacgd ,nil ;};func _deeb (_aaebb []*_cee .PdfObjectStream )*_cee .PdfObjectArray {if len (_aaebb )==0{return nil ; -};_afced :=make ([]_cee .PdfObject ,0,len (_aaebb ));for _ ,_afagc :=range _aaebb {_afced =append (_afced ,_afagc );};return _cee .MakeArray (_afced ...);};func (_gdfcg *PdfWriter )writeString (_edddb string ){if _gdfcg ._efdcg !=nil {return ;};_fggbg ,_dcfag :=_gdfcg ._cbeea .WriteString (_edddb ); -_gdfcg ._gfee +=int64 (_fggbg );_gdfcg ._efdcg =_dcfag ;}; +// PdfColorPatternType2 represents a color shading pattern type 2 (Axial). +type PdfColorPatternType2 struct{Color PdfColor ;PatternName _bda .PdfObjectName ;};func (_eege *PdfColorspaceCalRGB )String ()string {return "\u0043\u0061\u006c\u0052\u0047\u0042"};func (_edba *pdfFontSimple )getFontEncoding ()(_afgc string ,_addff map[_dgb .CharCode ]_dgb .GlyphName ,_ccgfdg error ){_afgc ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"; +if _ebac ,_gfea :=_bgadc [_edba ._bcaebe ];_gfea {_afgc =_ebac ;}else if _edba .fontFlags ()&_ebcd !=0{for _ggffc ,_eegeb :=range _bgadc {if _ab .Contains (_edba ._bcaebe ,_ggffc ){_afgc =_eegeb ;break ;};};};if _edba .Encoding ==nil {return _afgc ,nil ,nil ; +};switch _bddg :=_edba .Encoding .(type ){case *_bda .PdfObjectName :return string (*_bddg ),nil ,nil ;case *_bda .PdfObjectDictionary :_gagg ,_eccd :=_bda .GetName (_bddg .Get ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if _eccd {_afgc =_gagg .String (); +};if _fdgda :=_bddg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073");_fdgda !=nil {_fgee ,_badgga :=_bda .GetArray (_fdgda );if !_badgga {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042a\u0064\u0020\u0066on\u0074\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u003d\u0025\u002b\u0076\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073=\u0025\u0054",_bddg ,_bddg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073")); +return "",nil ,_bda .ErrTypeError ;};_addff ,_ccgfdg =_dgb .FromFontDifferences (_fgee );};return _afgc ,_addff ,_ccgfdg ;default:_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0072\u0020\u0064\u0069\u0063t\u0020\u0028\u0025\u0054\u0029\u0020\u0025\u0073",_edba .Encoding ,_edba .Encoding ); +return "",nil ,_bda .ErrTypeError ;};};func _cafab (_fdbce *XObjectImage )error {if _fdbce .SMask ==nil {return nil ;};_ggadg ,_bbcec :=_fdbce .SMask .(*_bda .PdfObjectStream );if !_bbcec {_ed .Log .Debug ("\u0053\u004da\u0073\u006b\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u002a\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0053\u0074re\u0061\u006d"); +return _bda .ErrTypeError ;};_acgec :=_ggadg .PdfObjectDictionary ;_addbb :=_acgec .Get ("\u004d\u0061\u0074t\u0065");if _addbb ==nil {return nil ;};_cbgg ,_daggcf :=_dgdaf (_addbb .(*_bda .PdfObjectArray ));if _daggcf !=nil {return _daggcf ;};_gfeae :=_bda .MakeArrayFromFloats ([]float64 {_cbgg }); +_acgec .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_gfeae );return nil ;}; -// NewPdfActionMovie returns a new "movie" action. -func NewPdfActionMovie ()*PdfActionMovie {_afa :=NewPdfAction ();_cae :=&PdfActionMovie {};_cae .PdfAction =_afa ;_afa .SetContext (_cae );return _cae ;};func (_ffcdf *PdfReader )lookupPageByObject (_fcbbd _cee .PdfObject )(*PdfPage ,error ){return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -}; +// NewPdfColorspaceSpecialSeparation returns a new separation color. +func NewPdfColorspaceSpecialSeparation ()*PdfColorspaceSpecialSeparation {_ddgg :=&PdfColorspaceSpecialSeparation {};return _ddgg ;}; -// GetNumComponents returns the number of color components (1 for grayscale). -func (_cfgc *PdfColorDeviceGray )GetNumComponents ()int {return 1};var _ pdfFont =(*pdfCIDFontType2 )(nil );func (_accd *pdfCIDFontType0 )baseFields ()*fontCommon {return &_accd .fontCommon }; +// GetContainingPdfObject returns the container of the outline item (indirect object). +func (_gbdde *PdfOutlineItem )GetContainingPdfObject ()_bda .PdfObject {return _gbdde ._egafc };var _ceba =map[string ]struct{}{"\u0054\u0069\u0074l\u0065":{},"\u0041\u0075\u0074\u0068\u006f\u0072":{},"\u0053u\u0062\u006a\u0065\u0063\u0074":{},"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":{},"\u0043r\u0065\u0061\u0074\u006f\u0072":{},"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":{},"\u0054r\u0061\u0070\u0070\u0065\u0064":{},"\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":{},"\u004do\u0064\u0044\u0061\u0074\u0065":{}}; -// String returns a string that describes `base`. -func (_eabc fontCommon )String ()string {return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0073\u007d",_eabc .coreString ());}; -// NewPdfActionImportData returns a new "import data" action. -func NewPdfActionImportData ()*PdfActionImportData {_gcb :=NewPdfAction ();_dda :=&PdfActionImportData {};_dda .PdfAction =_gcb ;_gcb .SetContext (_dda );return _dda ;}; +// NewPdfColorspaceICCBased returns a new ICCBased colorspace object. +func NewPdfColorspaceICCBased (N int )(*PdfColorspaceICCBased ,error ){_egbca :=&PdfColorspaceICCBased {};if N !=1&&N !=3&&N !=4{return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u0031/\u0033\u002f\u0034\u0029"); +};_egbca .N =N ;return _egbca ,nil ;}; -// IsSimple returns true if `font` is a simple font. -func (_dfdbd *PdfFont )IsSimple ()bool {_ ,_fgbbb :=_dfdbd ._bggcf .(*pdfFontSimple );return _fgbbb };func _acecd (_fffed *_ca .ImageBase )(_cebbg Image ){_cebbg .Width =int64 (_fffed .Width );_cebbg .Height =int64 (_fffed .Height );_cebbg .BitsPerComponent =int64 (_fffed .BitsPerComponent ); -_cebbg .ColorComponents =_fffed .ColorComponents ;_cebbg .Data =_fffed .Data ;_cebbg ._cabgb =_fffed .Decode ;_cebbg ._cbfg =_fffed .Alpha ;return _cebbg ;}; +// NewPdfSignatureReferenceDocMDP returns PdfSignatureReference for the transformParams. +func NewPdfSignatureReferenceDocMDP (transformParams *PdfTransformParamsDocMDP )*PdfSignatureReference {return &PdfSignatureReference {Type :_bda .MakeName ("\u0053\u0069\u0067\u0052\u0065\u0066"),TransformMethod :_bda .MakeName ("\u0044\u006f\u0063\u004d\u0044\u0050"),TransformParams :transformParams .ToPdfObject ()}; +}; -// GetContainingPdfObject implements interface PdfModel. -func (_gegdd *Permissions )GetContainingPdfObject ()_cee .PdfObject {return _gegdd ._bgaae }; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_bgfgg *PdfShadingPattern )ToPdfObject ()_bda .PdfObject {_bgfgg .PdfPattern .ToPdfObject ();_cbdee :=_bgfgg .getDict ();if _bgfgg .Shading !=nil {_cbdee .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_bgfgg .Shading .ToPdfObject ());};if _bgfgg .Matrix !=nil {_cbdee .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_bgfgg .Matrix ); +};if _bgfgg .ExtGState !=nil {_cbdee .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_bgfgg .ExtGState );};return _bgfgg ._cbbgec ;}; -// ViewClip returns the value of the viewClip. -func (_gdadf *ViewerPreferences )ViewClip ()PageBoundary {return _gdadf ._baegf }; +// NewCompositePdfFontFromTTFFile loads a composite font from a TTF font file. Composite fonts can +// be used to represent unicode fonts which can have multi-byte character codes, representing a wide +// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. +// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. +// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. +// NOTE: For simple fonts, use NewPdfFontFromTTFFile. +func NewCompositePdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_ebde ,_fdab :=_dfc .Open (filePath );if _fdab !=nil {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006f\u0070\u0065\u006e\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_fdab ); +return nil ,_fdab ;};defer _ebde .Close ();return NewCompositePdfFontFromTTF (_ebde );}; -// AddAnnotation appends `annot` to the list of page annotations. -func (_fegfd *PdfPage )AddAnnotation (annot *PdfAnnotation ){if _fegfd ._eeaba ==nil {_fegfd .GetAnnotations ();};_fegfd ._eeaba =append (_fegfd ._eeaba ,annot );};func _dabe (_gdgcc _cee .PdfObject )(*PdfPageResourcesColorspaces ,error ){_fdgb :=&PdfPageResourcesColorspaces {}; -if _dfada ,_gbeb :=_gdgcc .(*_cee .PdfIndirectObject );_gbeb {_fdgb ._cdgce =_dfada ;_gdgcc =_dfada .PdfObject ;};_cabac ,_cdga :=_cee .GetDict (_gdgcc );if !_cdga {return nil ,_cdf .New ("\u0043\u0053\u0020at\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_fdgb .Names =[]string {};_fdgb .Colorspaces =map[string ]PdfColorspace {};for _ ,_ccef :=range _cabac .Keys (){_cbaa :=_cabac .Get (_ccef );_fdgb .Names =append (_fdgb .Names ,string (_ccef ));_cagab ,_abfafd :=NewPdfColorspaceFromPdfObject (_cbaa ); -if _abfafd !=nil {return nil ,_abfafd ;};_fdgb .Colorspaces [string (_ccef )]=_cagab ;};return _fdgb ,nil ;}; +// NewPdfOutline returns an initialized PdfOutline. +func NewPdfOutline ()*PdfOutline {_dade :=&PdfOutline {_baaf :_bda .MakeIndirectObject (_bda .MakeDict ())};_dade ._ebabd =_dade ;return _dade ;}; -// PdfBorderEffect represents a PDF border effect. -type PdfBorderEffect struct{S *BorderEffect ;I *float64 ;}; +// IsCenterWindow returns the value of the centerWindow flag. +func (_affccf *ViewerPreferences )IsCenterWindow ()bool {if _affccf ._ecaag ==nil {return false ;};return *_affccf ._ecaag ;}; -// PdfColorspaceSpecialPattern is a Pattern colorspace. -// Can be defined either as /Pattern or with an underlying colorspace [/Pattern cs]. -type PdfColorspaceSpecialPattern struct{UnderlyingCS PdfColorspace ;_gfcg *_cee .PdfIndirectObject ;}; +// PdfColorPattern represents a pattern color. +type PdfColorPattern struct{Color PdfColor ;PatternName _bda .PdfObjectName ;}; -// WriteString outputs the object as it is to be written to file. -func (_egdba *pdfSignDictionary )WriteString ()string {_egdba ._dfadcd =0;_egdba ._geecb =0;_egdba ._beddd =0;_egdba ._cfedc =0;_cgfg :=_cd .NewBuffer (nil );_cgfg .WriteString ("\u003c\u003c");for _ ,_bafaeb :=range _egdba .Keys (){_cdaggcc :=_egdba .Get (_bafaeb ); -switch _bafaeb {case "\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e":_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._beddd =_cgfg .Len ();_cgfg .WriteString (_cdaggcc .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._cfedc =_cgfg .Len ()-1; -case "\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073":_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._dfadcd =_cgfg .Len ();_cgfg .WriteString (_cdaggcc .WriteString ());_cgfg .WriteString ("\u0020");_egdba ._geecb =_cgfg .Len ()-1; -default:_cgfg .WriteString (_bafaeb .WriteString ());_cgfg .WriteString ("\u0020");_cgfg .WriteString (_cdaggcc .WriteString ());};};_cgfg .WriteString ("\u003e\u003e");return _cgfg .String ();}; +// ViewArea returns the value of the viewArea. +func (_eebbc *ViewerPreferences )ViewArea ()PageBoundary {return _eebbc ._adbff }; -// GetPatternByName gets the pattern specified by keyName. Returns nil if not existing. -// The bool flag indicated whether it was found or not. -func (_dfacd *PdfPageResources )GetPatternByName (keyName _cee .PdfObjectName )(*PdfPattern ,bool ){if _dfacd .Pattern ==nil {return nil ,false ;};_ffbg ,_cdcgg :=_cee .TraceToDirectObject (_dfacd .Pattern ).(*_cee .PdfObjectDictionary );if !_cdcgg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074t\u0065\u0072\u006e\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_dfacd .Pattern ); -return nil ,false ;};if _ggcff :=_ffbg .Get (keyName );_ggcff !=nil {_gdffa ,_dfaag :=_abbe (_ggcff );if _dfaag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0070\u0061\u0074\u0074\u0065\u0072n\u003a\u0020\u0025\u0076",_dfaag ); -return nil ,false ;};return _gdffa ,true ;};return nil ,false ;}; - -// DetermineColorspaceNameFromPdfObject determines PDF colorspace from a PdfObject. Returns the colorspace name and -// an error on failure. If the colorspace was not found, will return an empty string. -func DetermineColorspaceNameFromPdfObject (obj _cee .PdfObject )(_cee .PdfObjectName ,error ){var _gccd *_cee .PdfObjectName ;var _eade *_cee .PdfObjectArray ;if _facga ,_aaaa :=obj .(*_cee .PdfIndirectObject );_aaaa {if _ecec ,_dbgf :=_facga .PdfObject .(*_cee .PdfObjectArray ); -_dbgf {_eade =_ecec ;}else if _fcbg ,_fefd :=_facga .PdfObject .(*_cee .PdfObjectName );_fefd {_gccd =_fcbg ;};}else if _ddce ,_agee :=obj .(*_cee .PdfObjectArray );_agee {_eade =_ddce ;}else if _bcgfb ,_bbac :=obj .(*_cee .PdfObjectName );_bbac {_gccd =_bcgfb ; -};if _gccd !=nil {switch *_gccd {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_gccd ,nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_gccd ,nil ; -};};if _eade !=nil &&_eade .Len ()> 0{if _bgaf ,_babb :=_eade .Get (0).(*_cee .PdfObjectName );_babb {switch *_bgaf {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _eade .Len ()==1{return *_bgaf ,nil ; -};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_bgaf ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_bgaf ,nil ; -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_bgaf ,nil ;};};};return "",nil ;}; - -// ToPdfObject converts the PdfFont object to its PDF representation. -func (_bbgb *PdfFont )ToPdfObject ()_cee .PdfObject {if _bbgb ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0066\u006f\u006e\u0074 \u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073 \u006e\u0069\u006c");return _cee .MakeNull (); -};return _bbgb ._bggcf .ToPdfObject ();};func _ebdfb (_dggeg _cee .PdfObject ,_afdg _cee .PdfObject ,_gdebfb map[_cee .PdfObject ][]_cee .PdfObject ,_daeee map[string ]_cee .PdfObject ,_fdffe *[]_cee .PdfObject ){var _gcdde *_cee .PdfIndirectObject ;if _gdacg ,_eeedf :=_cee .GetIndirect (_dggeg ); -_eeedf {_gcdde =_gdacg ;_dggeg =_gdacg .PdfObject ;};switch _cgfde :=_dggeg .(type ){case *_cee .PdfObjectDictionary :if _cgfde .Get ("\u0053")==nil {return ;};_cgfde .Set ("\u0050",_afdg );if _dagab :=_cgfde .Get ("\u0050\u0067");_dagab !=nil {if _eccgab ,_fgcd :=_cee .GetIndirect (_dagab ); -_fgcd &&_eccgab !=nil &&_eccgab .PdfObject !=nil {_gdebfb [_dagab ]=append (_gdebfb [_dagab ],_gcdde );};};if _caccbb :=_cgfde .Get ("\u0053");_caccbb !=nil {if _fegcf ,_fceab :=_cee .GetNameVal (_caccbb );_fceab {if _fegcf ==StructureTypeLink {if _acaa :=_cgfde .Get ("\u004b"); -_acaa !=nil {if _dgaee ,_daebb :=_cee .GetArray (_acaa );_daebb &&_dgaee .Len ()==2{_ecgba :=false ;_adgbb :=false ;for _ ,_feffe :=range _dgaee .Elements (){if _cdeadg ,_fccdd :=_cee .GetDict (_feffe );_fccdd {if _cbfgg ,_dcbge :=_cee .GetName (_cdeadg .Get ("\u0054\u0079\u0070\u0065")); -_dcbge &&_cbfgg .String ()=="\u004f\u0042\u004a\u0052"{_adgbb =true ;};}else if _ ,_fgcdd :=_cee .GetInt (_feffe );_fgcdd {_ecgba =true ;};};if _ecgba &&_adgbb {*_fdffe =append (*_fdffe ,_gcdde );};}else if _bebgb ,_fgffa :=_cee .GetDict (_acaa );_fgffa {if _fdfga ,_ffaca :=_cee .GetName (_bebgb .Get ("\u0054\u0079\u0070\u0065")); -_ffaca &&_fdfga .String ()=="\u004f\u0042\u004a\u0052"{*_fdffe =append (*_fdffe ,_gcdde );};};};};};};if _cffccb :=_cgfde .Get ("\u0049\u0044");_cffccb !=nil {_daeee [_cffccb .String ()]=_dggeg ;};if _abdd :=_cgfde .Get ("\u004b");_abdd !=nil {_ebdfb (_abdd ,_gcdde ,_gdebfb ,_daeee ,_fdffe ); -};case *_cee .PdfObjectArray :for _ ,_fccbf :=range _cgfde .Elements (){_ebdfb (_fccbf ,_afdg ,_gdebfb ,_daeee ,_fdffe );};default:};}; - -// ColorToRGB converts a color in Separation colorspace to RGB colorspace. -func (_ececf *PdfColorspaceSpecialSeparation )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ececf .AlternateSpace ==nil {return nil ,_cdf .New ("\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020c\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); -};return _ececf .AlternateSpace .ColorToRGB (color );};func _afaaf (_bgag _cee .PdfObject )*Names {_gffc :=_fddc ();_dcgda :=_cee .TraceToDirectObject (_bgag ).(*_cee .PdfObjectDictionary );if _fgaea :=_dcgda .Get ("\u0044\u0065\u0073t\u0073");_fgaea !=nil {_gffc .Dests =_cee .TraceToDirectObject (_fgaea ).(*_cee .PdfObjectDictionary ); -};if _gffag :=_dcgda .Get ("\u0041\u0050");_gffag !=nil {_gffc .AP =_cee .TraceToDirectObject (_gffag ).(*_cee .PdfObjectDictionary );};if _ebage :=_dcgda .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_ebage !=nil {_gffc .JavaScript =_cee .TraceToDirectObject (_ebage ).(*_cee .PdfObjectDictionary ); -};if _fcgd :=_dcgda .Get ("\u0050\u0061\u0067e\u0073");_fcgd !=nil {_gffc .Pages =_cee .TraceToDirectObject (_fcgd ).(*_cee .PdfObjectDictionary );};if _cfddc :=_dcgda .Get ("\u0054e\u006d\u0070\u006c\u0061\u0074\u0065s");_cfddc !=nil {_gffc .Templates =_cee .TraceToDirectObject (_cfddc ).(*_cee .PdfObjectDictionary ); -};if _fbeaa :=_dcgda .Get ("\u0049\u0044\u0053");_fbeaa !=nil {_gffc .IDS =_cee .TraceToDirectObject (_fbeaa ).(*_cee .PdfObjectDictionary );};if _ddfaf :=_dcgda .Get ("\u0055\u0052\u004c\u0053");_ddfaf !=nil {_gffc .URLS =_cee .TraceToDirectObject (_ddfaf ).(*_cee .PdfObjectDictionary ); -};if _deca :=_dcgda .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073");_deca !=nil {_gffc .EmbeddedFiles =_cee .TraceToDirectObject (_deca ).(*_cee .PdfObjectDictionary );};if _begcc :=_dcgda .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); -_begcc !=nil {_gffc .AlternatePresentations =_cee .TraceToDirectObject (_begcc ).(*_cee .PdfObjectDictionary );};if _cgccd :=_dcgda .Get ("\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073");_cgccd !=nil {_gffc .Renditions =_cee .TraceToDirectObject (_cgccd ).(*_cee .PdfObjectDictionary ); -};return _gffc ;};func _efcfd (_gffeg []byte )bool {if len (_gffeg )< 4{return true ;};for _fbfbe :=range _gffeg [:4]{_befcb :=rune (_fbfbe );if !_a .Is (_a .ASCII_Hex_Digit ,_befcb )&&!_a .IsSpace (_befcb ){return true ;};};return false ;};const (BorderEffectNoEffect BorderEffect =iota ; -BorderEffectCloudy BorderEffect =iota ;); - -// GenerateXObjectName generates an unused XObject name that can be used for -// adding new XObjects. Uses format XObj1, XObj2, ... -func (_ebfbd *PdfPageResources )GenerateXObjectName ()_cee .PdfObjectName {_fecdc :=1;for {_acac :=_cee .MakeName (_e .Sprintf ("\u0058\u004f\u0062\u006a\u0025\u0064",_fecdc ));if !_ebfbd .HasXObjectByName (*_acac ){return *_acac ;};_fecdc ++;};}; - -// PdfColorPatternType3 represents a color shading pattern type 3 (Radial). -type PdfColorPatternType3 struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; +// PdfAnnotationCircle represents Circle annotations. +// (Section 12.5.6.8). +type PdfAnnotationCircle struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _bda .PdfObject ;IC _bda .PdfObject ;BE _bda .PdfObject ;RD _bda .PdfObject ;}; -// GetNumComponents returns the number of color components. -func (_egfa *PdfColorspaceICCBased )GetNumComponents ()int {return _egfa .N };func (_ebcb *PdfReader )loadPerms ()(*Permissions ,error ){if _fcfe :=_ebcb ._cacfe .Get ("\u0050\u0065\u0072m\u0073");_fcfe !=nil {if _ffcf ,_fffc :=_cee .GetDict (_fcfe );_fffc {_dagde :=_ffcf .Get ("\u0044\u006f\u0063\u004d\u0044\u0050"); -if _dagde ==nil {return nil ,nil ;};if _bafce ,_gddcc :=_cee .GetIndirect (_dagde );_gddcc {_cccff ,_cacc :=_ebcb .newPdfSignatureFromIndirect (_bafce );if _cacc !=nil {return nil ,_cacc ;};return NewPermissions (_cccff ),nil ;};return nil ,_e .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u006f\u0063M\u0044\u0050\u0020\u0065nt\u0072\u0079"); -};return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0050\u0065\u0072\u006d\u0073\u0020\u0065\u006e\u0074\u0072\u0079");};return nil ,nil ;};func _bacd (_fgfe *_cee .PdfObjectDictionary )bool {for _ ,_ffcc :=range _fgfe .Keys (){if _ ,_ggda :=_cgfc [_ffcc .String ()]; -_ggda {return true ;};};return false ;};func _dcfgc (_bfdfb string )(map[_dae .CharCode ]_dae .GlyphName ,error ){_bfdd :=_ad .Split (_bfdfb ,"\u000a");_aacg :=make (map[_dae .CharCode ]_dae .GlyphName );for _ ,_cagf :=range _bfdd {_gceegc :=_fcbea .FindStringSubmatch (_cagf ); -if _gceegc ==nil {continue ;};_dbbec ,_ddbfeb :=_gceegc [1],_gceegc [2];_agfde ,_cdcc :=_fa .Atoi (_dbbec );if _cdcc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0042\u0061\u0064\u0020\u0065\u006e\u0063\u006fd\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u002e \u0025\u0071",_cagf ); -return nil ,_cee .ErrTypeError ;};_aacg [_dae .CharCode (_agfde )]=_dae .GlyphName (_ddbfeb );};_fca .Log .Trace ("g\u0065\u0074\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0073\u003a\u0020\u006b\u0065\u0079V\u0061\u006c\u0075e\u0073=\u0025\u0023\u0076",_aacg ); -return _aacg ,nil ;}; +// GetShadingByName gets the shading specified by keyName. Returns nil if not existing. +// The bool flag indicated whether it was found or not. +func (_gcgfb *PdfPageResources )GetShadingByName (keyName _bda .PdfObjectName )(*PdfShading ,bool ){if _gcgfb .Shading ==nil {return nil ,false ;};_dabae ,_gcddfa :=_bda .TraceToDirectObject (_gcgfb .Shading ).(*_bda .PdfObjectDictionary );if !_gcddfa {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0068\u0061d\u0069\u006e\u0067\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gcgfb .Shading ); +return nil ,false ;};if _gcga :=_dabae .Get (keyName );_gcga !=nil {_eaafd ,_gcega :=_ddcgae (_gcga );if _gcega !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0073\u0068\u0061\u0064\u0069\u006eg\u003a\u0020\u0025\u0076",_gcega ); +return nil ,false ;};return _eaafd ,true ;};return nil ,false ;}; -// GetPrimitiveFromModel returns the primitive object corresponding to the input `model`. -func (_ecdeb *modelManager )GetPrimitiveFromModel (model PdfModel )_cee .PdfObject {_cccac ,_ecggbd :=_ecdeb ._gfdc [model ];if !_ecggbd {return nil ;};return _cccac ;}; +// ImageToGray returns a new grayscale image based on the passed in RGB image. +func (_baeda *PdfColorspaceDeviceRGB )ImageToGray (img Image )(Image ,error ){if img .ColorComponents !=3{return img ,_gea .New ("\u0070\u0072\u006f\u0076\u0069\u0064e\u0064\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u0020\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042"); +};_cadg ,_cccga :=_bg .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._ffbd ,img ._bfafe );if _cccga !=nil {return img ,_cccga ;};_bbaad ,_cccga :=_bg .GrayConverter .Convert (_cadg );if _cccga !=nil {return img ,_cccga ; +};return _fggae (_bbaad .Base ()),nil ;}; -// PdfColorspaceICCBased format [/ICCBased stream] -// -// The stream shall contain the ICC profile. -// A conforming reader shall support ICC.1:2004:10 as required by PDF 1.7, which will enable it -// to properly render all embedded ICC profiles regardless of the PDF version -// -// In the current implementation, we rely on the alternative colormap provided. -type PdfColorspaceICCBased struct{N int ;Alternate PdfColorspace ; +// GetContext returns a reference to the subpattern entry: either PdfTilingPattern or PdfShadingPattern. +func (_fgfgb *PdfPattern )GetContext ()PdfModel {return _fgfgb ._dgaed }; -// If omitted ICC not supported: then use DeviceGray, -// DeviceRGB or DeviceCMYK for N=1,3,4 respectively. -Range []float64 ;Metadata *_cee .PdfObjectStream ;Data []byte ;_gagc *_cee .PdfIndirectObject ;_gcdbe *_cee .PdfObjectStream ;}; +// PdfActionMovie represents a movie action. +type PdfActionMovie struct{*PdfAction ;Annotation _bda .PdfObject ;T _bda .PdfObject ;Operation _bda .PdfObject ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element. -func (_abcd *PdfColorspaceSpecialIndexed )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gcffb ,_bada :=_cee .GetNumbersAsFloat (objects ); -if _bada !=nil {return nil ,_bada ;};return _abcd .ColorFromFloats (_gcffb );}; +// DecodeArray returns the range of color component values in CalGray colorspace. +func (_eac *PdfColorspaceCalGray )DecodeArray ()[]float64 {return []float64 {0.0,1.0}}; -// Insert adds an outline item as a child of the current outline item, -// at the specified index. -func (_edbde *OutlineItem )Insert (index uint ,item *OutlineItem ){_gegge :=uint (len (_edbde .Entries ));if index > _gegge {index =_gegge ;};_edbde .Entries =append (_edbde .Entries [:index ],append ([]*OutlineItem {item },_edbde .Entries [index :]...)...); -}; +// NewPdfAcroForm returns a new PdfAcroForm with an initialized container (indirect object). +func NewPdfAcroForm ()*PdfAcroForm {return &PdfAcroForm {Fields :&[]*PdfField {},_bcgge :_bda .MakeIndirectObject (_bda .MakeDict ())};};func _bdfef (_edfd *_bda .PdfObjectDictionary )(*PdfShadingType2 ,error ){_bdege :=PdfShadingType2 {};_gadbd :=_edfd .Get ("\u0043\u006f\u006f\u0072\u0064\u0073"); +if _gadbd ==nil {_ed .Log .Debug ("R\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u003a\u0020\u0020\u0043\u006f\u006f\u0072d\u0073");return nil ,ErrRequiredAttributeMissing ; +};_gafb ,_ecac :=_gadbd .(*_bda .PdfObjectArray );if !_ecac {_ed .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_gadbd );return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};if _gafb .Len ()!=4{_ed .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0034\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_gafb .Len ());return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065"); +};_bdege .Coords =_gafb ;if _ecafg :=_edfd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_ecafg !=nil {_ecafg =_bda .TraceToDirectObject (_ecafg );_bddbba ,_caeec :=_ecafg .(*_bda .PdfObjectArray );if !_caeec {_ed .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ecafg ); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bdege .Domain =_bddbba ;};_gadbd =_edfd .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _gadbd ==nil {_ed .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_bdege .Function =[]PdfFunction {};if _dacda ,_cafacf :=_gadbd .(*_bda .PdfObjectArray );_cafacf {for _ ,_fabb :=range _dacda .Elements (){_cgdca ,_eccae :=_aaeca (_fabb );if _eccae !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eccae ); +return nil ,_eccae ;};_bdege .Function =append (_bdege .Function ,_cgdca );};}else {_gedf ,_bedba :=_aaeca (_gadbd );if _bedba !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bedba ); +return nil ,_bedba ;};_bdege .Function =append (_bdege .Function ,_gedf );};if _eaaaa :=_edfd .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_eaaaa !=nil {_eaaaa =_bda .TraceToDirectObject (_eaaaa );_efeee ,_fefdc :=_eaaaa .(*_bda .PdfObjectArray );if !_fefdc {_ed .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_eaaaa ); +return nil ,_bda .ErrTypeError ;};if _efeee .Len ()!=2{_ed .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_efeee .Len ());return nil ,ErrInvalidAttribute ; +};_bdege .Extend =_efeee ;};return &_bdege ,nil ;}; -// GetContainingPdfObject returns the container of the DSS (indirect object). -func (_aedf *DSS )GetContainingPdfObject ()_cee .PdfObject {return _aedf ._bdcab }; +// ToPdfObject implements interface PdfModel. +func (_cgacd *PdfAnnotationLink )ToPdfObject ()_bda .PdfObject {_cgacd .PdfAnnotation .ToPdfObject ();_dad :=_cgacd ._ged ;_adec :=_dad .PdfObject .(*_bda .PdfObjectDictionary );_adec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u004c\u0069\u006e\u006b")); +if _cgacd ._bdcb !=nil &&_cgacd ._bdcb ._edd !=nil {_adec .Set ("\u0041",_cgacd ._bdcb ._edd .ToPdfObject ());}else if _cgacd .A !=nil {_adec .Set ("\u0041",_cgacd .A );};_adec .SetIfNotNil ("\u0044\u0065\u0073\u0074",_cgacd .Dest );_adec .SetIfNotNil ("\u0048",_cgacd .H ); +_adec .SetIfNotNil ("\u0050\u0041",_cgacd .PA );_adec .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_cgacd .QuadPoints );_adec .SetIfNotNil ("\u0042\u0053",_cgacd .BS );return _dad ;};func (_gcgb *fontFile )loadFromSegments (_fcgfg ,_bffdb []byte )error {_ed .Log .Trace ("\u006c\u006f\u0061dF\u0072\u006f\u006d\u0053\u0065\u0067\u006d\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u0020\u0025\u0064",len (_fcgfg ),len (_bffdb )); +_efgcd :=_gcgb .parseASCIIPart (_fcgfg );if _efgcd !=nil {return _efgcd ;};_ed .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_gcgb );if len (_bffdb )==0{return nil ;};_ed .Log .Trace ("f\u006f\u006e\u0074\u0066\u0069\u006c\u0065\u003d\u0025\u0073",_gcgb ); +return nil ;}; -// Direction represents the predominant reading order for text. -type Direction string ; +// IsPush returns true if the button field represents a push button, false otherwise. +func (_dceg *PdfFieldButton )IsPush ()bool {return _dceg .GetType ()==ButtonTypePush };var (ErrRequiredAttributeMissing =_gea .New ("\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074t\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +ErrInvalidAttribute =_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065");ErrTypeCheck =_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");_ceace =_gea .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +ErrEncrypted =_gea .New ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074");ErrNoFont =_gea .New ("\u0066\u006fn\u0074\u0020\u006eo\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +ErrFontNotSupported =_gegg .Errorf ("u\u006e\u0073\u0075\u0070po\u0072t\u0065\u0064\u0020\u0066\u006fn\u0074\u0020\u0028\u0025\u0077\u0029",_bda .ErrNotSupported );ErrType1CFontNotSupported =_gegg .Errorf ("\u0054y\u0070\u00651\u0043\u0020\u0066o\u006e\u0074\u0073\u0020\u0061\u0072\u0065 \u006e\u006f\u0074\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020\u0028\u0025\u0077\u0029",_bda .ErrNotSupported ); +ErrType3FontNotSupported =_gegg .Errorf ("\u0054y\u0070\u00653\u0020\u0066\u006f\u006et\u0073\u0020\u0061r\u0065\u0020\u006e\u006f\u0074\u0020\u0063\u0075\u0072re\u006e\u0074\u006cy\u0020\u0073u\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0028%\u0077\u0029",_bda .ErrNotSupported ); +ErrTTCmapNotSupported =_gegg .Errorf ("\u0075\u006es\u0075\u0070\u0070\u006fr\u0074\u0065d\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070e\u0020\u0063\u006d\u0061\u0070\u0020\u0066\u006f\u0072\u006d\u0061\u0074 \u0028\u0025\u0077\u0029",_bda .ErrNotSupported ); +ErrSignNotEnoughSpace =_gegg .Errorf ("\u0069\u006e\u0073\u0075\u0066\u0066\u0069c\u0069\u0065\u006et\u0020\u0073\u0070a\u0063\u0065 \u0061\u006c\u006c\u006f\u0063\u0061t\u0065d \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); +ErrSignNoCertificates =_gegg .Errorf ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065tri\u0065ve\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0063\u0068\u0061i\u006e");); -// NewPdfAnnotationPolygon returns a new polygon annotation. -func NewPdfAnnotationPolygon ()*PdfAnnotationPolygon {_dgge :=NewPdfAnnotation ();_ccbc :=&PdfAnnotationPolygon {};_ccbc .PdfAnnotation =_dgge ;_ccbc .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dgge .SetContext (_ccbc );return _ccbc ;}; +// NewPdfReader returns a new PdfReader for an input io.ReadSeeker interface. Can be used to read PDF from +// memory or file. Immediately loads and traverses the PDF structure including pages and page contents (if +// not encrypted). Loads entire document structure into memory. +// Alternatively a lazy-loading reader can be created with NewPdfReaderLazy which loads only references, +// and references are loaded from disk into memory on an as-needed basis. +func NewPdfReader (rs _ga .ReadSeeker )(*PdfReader ,error ){const _gaaff ="\u006do\u0064e\u006c\u003a\u004e\u0065\u0077P\u0064\u0066R\u0065\u0061\u0064\u0065\u0072";return _efgcc (rs ,&ReaderOpts {},false ,_gaaff );};func (_fbdd fontCommon )isCIDFont ()bool {if _fbdd ._fggeg ==""{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0069\u0073\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u002e\u0020\u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_fbdd ); +};_edcfb :=false ;switch _fbdd ._fggeg {case "\u0054\u0079\u0070e\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_edcfb =true ;};_ed .Log .Trace ("i\u0073\u0043\u0049\u0044\u0046\u006fn\u0074\u003a\u0020\u0069\u0073\u0043\u0049\u0044\u003d%\u0074\u0020\u0066o\u006et\u003d\u0025\u0073",_edcfb ,_fbdd ); +return _edcfb ;}; -// GetNumComponents returns the number of color components (4 for CMYK32). -func (_caec *PdfColorDeviceCMYK )GetNumComponents ()int {return 4}; +// PdfColorDeviceCMYK is a CMYK32 color, where each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorDeviceCMYK [4]float64 ; -// PdfModel is a higher level PDF construct which can be collapsed into a PdfObject. -// Each PdfModel has an underlying PdfObject and vice versa (one-to-one). -// Under normal circumstances there should only be one copy of each. -// Copies can be made, but care must be taken to do it properly. -type PdfModel interface{ToPdfObject ()_cee .PdfObject ;GetContainingPdfObject ()_cee .PdfObject ;}; +// GetNumPages returns the number of pages in the document. +func (_caegg *PdfReader )GetNumPages ()(int ,error ){if _caegg ._fdadg .GetCrypter ()!=nil &&!_caegg ._fdadg .IsAuthenticated (){return 0,_c .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};return len (_caegg ._cgdac ),nil ;}; -// ToPdfObject converts the K dictionary to a PDF object. -func (_beffbd *KValue )ToPdfObject ()_cee .PdfObject {if _beffbd ._aedde !=nil {return _cee .MakeIndirectObject (_beffbd ._aedde .ToPdfObject ());};if _beffbd ._abcfb !=nil {return _beffbd ._abcfb ;};if _beffbd ._dfcf !=nil {return _cee .MakeInteger (int64 (*_beffbd ._dfcf )); -};return nil ;}; +// ToOutlineTree returns a low level PdfOutlineTreeNode object, based on +// the current instance. +func (_cbbd *Outline )ToOutlineTree ()*PdfOutlineTreeNode {return &_cbbd .ToPdfOutline ().PdfOutlineTreeNode ;};type pdfFontType0 struct{fontCommon ;_efgbc *_bda .PdfIndirectObject ;_geed _dgb .TextEncoder ;Encoding _bda .PdfObject ;DescendantFont *PdfFont ; +_fbcb *_dfe .CMap ;}; -// AddPages adds pages to be appended to the end of the source PDF. -func (_gdgd *PdfAppender )AddPages (pages ...*PdfPage ){for _ ,_bcfd :=range pages {_bcfd =_bcfd .Duplicate ();_adfebd (_bcfd );_gdgd ._afca =append (_gdgd ._afca ,_bcfd );};}; +// RemveTabOrder removes the tab order for the page. +func (_afda *PdfPage )RemoveTabOrder (){_afda .Tabs =nil }; -// NewPdfPageResourcesColorspaces returns a new PdfPageResourcesColorspaces object. -func NewPdfPageResourcesColorspaces ()*PdfPageResourcesColorspaces {_dcgef :=&PdfPageResourcesColorspaces {};_dcgef .Names =[]string {};_dcgef .Colorspaces =map[string ]PdfColorspace {};_dcgef ._cdgce =&_cee .PdfIndirectObject {};return _dcgef ;}; +// ToPdfObject implements interface PdfModel. +func (_gecda *Permissions )ToPdfObject ()_bda .PdfObject {return _gecda ._gefba };func _cdbb (_fdgcd *_bda .PdfIndirectObject )(*PdfOutline ,error ){_agaf ,_baca :=_fdgcd .PdfObject .(*_bda .PdfObjectDictionary );if !_baca {return nil ,_c .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_dddfd :=NewPdfOutline ();if _ffffc :=_agaf .Get ("\u0054\u0079\u0070\u0065");_ffffc !=nil {_aege ,_ccgc :=_ffffc .(*_bda .PdfObjectName );if _ccgc {if *_aege !="\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"{_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u004f\u0075\u0074l\u0069\u006e\u0065s\u0020(\u0025\u0073\u0029",*_aege ); +};};};if _geef :=_agaf .Get ("\u0043\u006f\u0075n\u0074");_geef !=nil {_afafe ,_acgfb :=_bda .GetNumberAsInt64 (_geef );if _acgfb !=nil {return nil ,_acgfb ;};_dddfd .Count =&_afafe ;};return _dddfd ,nil ;}; -// OutlineItem represents a PDF outline item dictionary (Table 153 - pp. 376 - 377). -type OutlineItem struct{Title string `json:"title"`;Dest OutlineDest `json:"dest"`;Entries []*OutlineItem `json:"entries,omitempty"`;};func _ggdeb (_edcec *_cee .PdfObjectDictionary )(*PdfShadingType6 ,error ){_dbaga :=PdfShadingType6 {};_gcddg :=_edcec .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _gcddg ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga :=_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_gcddg ); -return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerCoordinate =_ggeg ;_gcddg =_edcec .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _gcddg ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga =_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_gcddg ); -return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerComponent =_ggeg ;_gcddg =_edcec .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _gcddg ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_ggeg ,_ddbga =_gcddg .(*_cee .PdfObjectInteger );if !_ddbga {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_gcddg ); -return nil ,_cee .ErrTypeError ;};_dbaga .BitsPerComponent =_ggeg ;_gcddg =_edcec .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _gcddg ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_ebdabf ,_ddbga :=_gcddg .(*_cee .PdfObjectArray );if !_ddbga {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_gcddg ); -return nil ,_cee .ErrTypeError ;};_dbaga .Decode =_ebdabf ;if _cegfd :=_edcec .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_cegfd !=nil {_dbaga .Function =[]PdfFunction {};if _ccac ,_ddbdb :=_cegfd .(*_cee .PdfObjectArray );_ddbdb {for _ ,_degfgc :=range _ccac .Elements (){_cgafad ,_egbbd :=_eeaec (_degfgc ); -if _egbbd !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_egbbd );return nil ,_egbbd ;};_dbaga .Function =append (_dbaga .Function ,_cgafad ); -};}else {_bffab ,_gfdb :=_eeaec (_cegfd );if _gfdb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_gfdb );return nil ,_gfdb ; -};_dbaga .Function =append (_dbaga .Function ,_bffab );};};return &_dbaga ,nil ;};func (_ccbaa *PdfWriter )addObject (_dceea _cee .PdfObject )bool {_gdbfd :=_ccbaa .hasObject (_dceea );if !_gdbfd {_cfged :=_cee .ResolveReferencesDeep (_dceea ,_ccbaa ._befcg ); -if _cfged !=nil {_fca .Log .Debug ("E\u0052R\u004f\u0052\u003a\u0020\u0025\u0076\u0020\u002d \u0073\u006b\u0069\u0070pi\u006e\u0067",_cfged );};_ccbaa ._gccff =append (_ccbaa ._gccff ,_dceea );_ccbaa ._dgbgbb [_dceea ]=struct{}{};return true ;};return false ; +// SetImage updates XObject Image with new image data. +func (_fbeec *XObjectImage )SetImage (img *Image ,cs PdfColorspace )error {_fbeec .Filter .UpdateParams (img .GetParamsDict ());_agddd ,_debdge :=_fbeec .Filter .EncodeBytes (img .Data );if _debdge !=nil {return _debdge ;};_fbeec .Stream =_agddd ;_gggac :=img .Width ; +_fbeec .Width =&_gggac ;_aabed :=img .Height ;_fbeec .Height =&_aabed ;_gbafgf :=img .BitsPerComponent ;_fbeec .BitsPerComponent =&_gbafgf ;if cs ==nil {if img .ColorComponents ==1{_fbeec .ColorSpace =NewPdfColorspaceDeviceGray ();}else if img .ColorComponents ==3{_fbeec .ColorSpace =NewPdfColorspaceDeviceRGB (); +}else if img .ColorComponents ==4{_fbeec .ColorSpace =NewPdfColorspaceDeviceCMYK ();}else {return _gea .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_fbeec .ColorSpace =cs ;};return nil ; }; -// Insert adds a top level outline item in the outline, -// at the specified index. -func (_fcecf *Outline )Insert (index uint ,item *OutlineItem ){_fbeg :=uint (len (_fcecf .Entries ));if index > _fbeg {index =_fbeg ;};_fcecf .Entries =append (_fcecf .Entries [:index ],append ([]*OutlineItem {item },_fcecf .Entries [index :]...)...);}; +// PdfColorspaceDeviceNAttributes contains additional information about the components of colour space that +// conforming readers may use. Conforming readers need not use the alternateSpace and tintTransform parameters, +// and may instead use a custom blending algorithms, along with other information provided in the attributes +// dictionary if present. +type PdfColorspaceDeviceNAttributes struct{Subtype *_bda .PdfObjectName ;Colorants _bda .PdfObject ;Process _bda .PdfObject ;MixingHints _bda .PdfObject ;_dced *_bda .PdfIndirectObject ;}; +// ToPdfObject implements interface PdfModel. +func (_aeb *PdfAnnotationWatermark )ToPdfObject ()_bda .PdfObject {_aeb .PdfAnnotation .ToPdfObject ();_aba :=_aeb ._ged ;_befd :=_aba .PdfObject .(*_bda .PdfObjectDictionary );_befd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k")); +_befd .SetIfNotNil ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074",_aeb .FixedPrint );return _aba ;}; -// PdfFieldSignature signature field represents digital signatures and optional data for authenticating -// the name of the signer and verifying document contents. -type PdfFieldSignature struct{*PdfField ;*PdfAnnotationWidget ;V *PdfSignature ;Lock *_cee .PdfIndirectObject ;SV *_cee .PdfIndirectObject ;}; +// NewXObjectImage returns a new XObjectImage. +func NewXObjectImage ()*XObjectImage {_ecccd :=&XObjectImage {};_eecbee :=&_bda .PdfObjectStream {};_eecbee .PdfObjectDictionary =_bda .MakeDict ();_ecccd ._eedbf =_eecbee ;return _ecccd ;}; -// ToPdfObject converts PdfAcroForm to a PdfObject, i.e. an indirect object containing the -// AcroForm dictionary. -func (_edgff *PdfAcroForm )ToPdfObject ()_cee .PdfObject {_gdgda :=_edgff ._cebbd ;_fadcdf :=_gdgda .PdfObject .(*_cee .PdfObjectDictionary );if _edgff .Fields !=nil {_badc :=_cee .PdfObjectArray {};for _ ,_egeac :=range *_edgff .Fields {_bedge :=_egeac .GetContext (); -if _bedge !=nil {_badc .Append (_bedge .ToPdfObject ());}else {_badc .Append (_egeac .ToPdfObject ());};};_fadcdf .Set ("\u0046\u0069\u0065\u006c\u0064\u0073",&_badc );};if _edgff .NeedAppearances !=nil {_fadcdf .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_edgff .NeedAppearances ); -}else {if _bgece :=_fadcdf .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");_bgece !=nil {_fadcdf .Remove ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073");};};if _edgff .SigFlags !=nil {_fadcdf .Set ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073",_edgff .SigFlags ); -};if _edgff .CO !=nil {_fadcdf .Set ("\u0043\u004f",_edgff .CO );};if _edgff .DR !=nil {_fadcdf .Set ("\u0044\u0052",_edgff .DR .ToPdfObject ());};if _edgff .DA !=nil {_fadcdf .Set ("\u0044\u0041",_edgff .DA );};if _edgff .Q !=nil {_fadcdf .Set ("\u0051",_edgff .Q ); -};if _edgff .XFA !=nil {_fadcdf .Set ("\u0058\u0046\u0041",_edgff .XFA );};if _edgff .ADBEEchoSign !=nil {_fadcdf .Set ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e",_edgff .ADBEEchoSign );};return _gdgda ;}; +// Image interface is a basic representation of an image used in PDF. +// The colorspace is not specified, but must be known when handling the image. +type Image struct{Width int64 ;Height int64 ;BitsPerComponent int64 ;ColorComponents int ;Data []byte ;_ffbd []byte ;_bfafe []float64 ;}; -// GetContainingPdfObject returns the container of the resources object (indirect object). -func (_cddfe *PdfPageResources )GetContainingPdfObject ()_cee .PdfObject {return _cddfe ._agdcc }; +// NewPdfRectangle creates a PDF rectangle object based on an input array of 4 integers. +// Defining the lower left (LL) and upper right (UR) corners with +// floating point numbers. +func NewPdfRectangle (arr _bda .PdfObjectArray )(*PdfRectangle ,error ){_abfee :=PdfRectangle {};if arr .Len ()!=4{return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065\u0020\u0061\u0072r\u0061\u0079\u002c\u0020\u006c\u0065\u006e \u0021\u003d\u0020\u0034"); +};var _ecfbfa error ;_abfee .Llx ,_ecfbfa =_bda .GetNumberAsFloat (arr .Get (0));if _ecfbfa !=nil {return nil ,_ecfbfa ;};_abfee .Lly ,_ecfbfa =_bda .GetNumberAsFloat (arr .Get (1));if _ecfbfa !=nil {return nil ,_ecfbfa ;};_abfee .Urx ,_ecfbfa =_bda .GetNumberAsFloat (arr .Get (2)); +if _ecfbfa !=nil {return nil ,_ecfbfa ;};_abfee .Ury ,_ecfbfa =_bda .GetNumberAsFloat (arr .Get (3));if _ecfbfa !=nil {return nil ,_ecfbfa ;};return &_abfee ,nil ;}; -// OutlineDest represents the destination of an outline item. -// It holds the page and the position on the page an outline item points to. -type OutlineDest struct{PageObj *_cee .PdfIndirectObject `json:"-"`;Page int64 `json:"page"`;Mode string `json:"mode"`;X float64 `json:"x"`;Y float64 `json:"y"`;Zoom float64 `json:"zoom"`;}; +// StructTreeRoot represents the structure tree root dictionary. +// Reference: PDF documentation chapter 14.7 Logical Structure, table 322. +type StructTreeRoot struct{K []*KDict ;IDTree *IDTree ;ParentTree *_bda .PdfObjectDictionary ;ParentTreeNextKey int64 ;RoleMap _bda .PdfObject ;ClassMap *_bda .PdfObjectDictionary ;_addd *_bda .PdfIndirectObject ;_gdede []_bdd .UUID ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_edeb *PdfFilespec )GetContainingPdfObject ()_cee .PdfObject {return _edeb ._gbfeg }; +// PdfAnnotationPolygon represents Polygon annotations. +// (Section 12.5.6.9). +type PdfAnnotationPolygon struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _bda .PdfObject ;LE _bda .PdfObject ;BS _bda .PdfObject ;IC _bda .PdfObject ;BE _bda .PdfObject ;IT _bda .PdfObject ;Measure _bda .PdfObject ;}; -// NewPdfOutlineItem returns an initialized PdfOutlineItem. -func NewPdfOutlineItem ()*PdfOutlineItem {_fbbab :=&PdfOutlineItem {_bfcbc :_cee .MakeIndirectObject (_cee .MakeDict ())};_fbbab ._afcbg =_fbbab ;return _fbbab ;};func (_eaebf *PdfFilespec )getDict ()*_cee .PdfObjectDictionary {if _bgad ,_gceed :=_eaebf ._gbfeg .(*_cee .PdfIndirectObject ); -_gceed {_agbec ,_bdeeb :=_bgad .PdfObject .(*_cee .PdfObjectDictionary );if !_bdeeb {return nil ;};return _agbec ;}else if _gdega ,_daabb :=_eaebf ._gbfeg .(*_cee .PdfObjectDictionary );_daabb {return _gdega ;}else {_fca .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074 \u0074\u0079p\u0065\u0020(\u0025T\u0029",_eaebf ._gbfeg ); -return nil ;};};func (_bafcb *pdfFontSimple )getFontEncoding ()(_dfef string ,_bgddc map[_dae .CharCode ]_dae .GlyphName ,_gbab error ){_dfef ="\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067";if _babge ,_bgdcd :=_ggfcf [_bafcb ._fbcf ]; -_bgdcd {_dfef =_babge ;}else if _bafcb .fontFlags ()&_cddf !=0{for _fedef ,_bbcfg :=range _ggfcf {if _ad .Contains (_bafcb ._fbcf ,_fedef ){_dfef =_bbcfg ;break ;};};};if _bafcb .Encoding ==nil {return _dfef ,nil ,nil ;};switch _dccbg :=_bafcb .Encoding .(type ){case *_cee .PdfObjectName :return string (*_dccbg ),nil ,nil ; -case *_cee .PdfObjectDictionary :_eaeade ,_ecbf :=_cee .GetName (_dccbg .Get ("\u0042\u0061\u0073e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if _ecbf {_dfef =_eaeade .String ();};if _cabga :=_dccbg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073"); -_cabga !=nil {_acdg ,_begg :=_cee .GetArray (_cabga );if !_begg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042a\u0064\u0020\u0066on\u0074\u0020\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u003d\u0025\u002b\u0076\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073=\u0025\u0054",_dccbg ,_dccbg .Get ("D\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0073")); -return "",nil ,_cee .ErrTypeError ;};_bgddc ,_gbab =_dae .FromFontDifferences (_acdg );};return _dfef ,_bgddc ,_gbab ;default:_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0072\u0020\u0064\u0069\u0063t\u0020\u0028\u0025\u0054\u0029\u0020\u0025\u0073",_bafcb .Encoding ,_bafcb .Encoding ); -return "",nil ,_cee .ErrTypeError ;};}; +// WatermarkImageOptions contains options for configuring the watermark process. +type WatermarkImageOptions struct{Alpha float64 ;FitToWidth bool ;PreserveAspectRatio bool ;};func _dcaab (_defd _bda .PdfObject )*Names {_cebfb :=_eefc ();_faagef :=_bda .TraceToDirectObject (_defd ).(*_bda .PdfObjectDictionary );if _gcddc :=_faagef .Get ("\u0044\u0065\u0073t\u0073"); +_gcddc !=nil {_cebfb .Dests =_bda .TraceToDirectObject (_gcddc ).(*_bda .PdfObjectDictionary );};if _gaba :=_faagef .Get ("\u0041\u0050");_gaba !=nil {_cebfb .AP =_bda .TraceToDirectObject (_gaba ).(*_bda .PdfObjectDictionary );};if _fddeb :=_faagef .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"); +_fddeb !=nil {_cebfb .JavaScript =_bda .TraceToDirectObject (_fddeb ).(*_bda .PdfObjectDictionary );};if _agdcd :=_faagef .Get ("\u0050\u0061\u0067e\u0073");_agdcd !=nil {_cebfb .Pages =_bda .TraceToDirectObject (_agdcd ).(*_bda .PdfObjectDictionary ); +};if _baefe :=_faagef .Get ("\u0054e\u006d\u0070\u006c\u0061\u0074\u0065s");_baefe !=nil {_cebfb .Templates =_bda .TraceToDirectObject (_baefe ).(*_bda .PdfObjectDictionary );};if _aegf :=_faagef .Get ("\u0049\u0044\u0053");_aegf !=nil {_cebfb .IDS =_bda .TraceToDirectObject (_aegf ).(*_bda .PdfObjectDictionary ); +};if _cbdba :=_faagef .Get ("\u0055\u0052\u004c\u0053");_cbdba !=nil {_cebfb .URLS =_bda .TraceToDirectObject (_cbdba ).(*_bda .PdfObjectDictionary );};if _efeed :=_faagef .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073"); +_efeed !=nil {_cebfb .EmbeddedFiles =_bda .TraceToDirectObject (_efeed ).(*_bda .PdfObjectDictionary );};if _gdegf :=_faagef .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); +_gdegf !=nil {_cebfb .AlternatePresentations =_bda .TraceToDirectObject (_gdegf ).(*_bda .PdfObjectDictionary );};if _fegfe :=_faagef .Get ("\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073");_fegfe !=nil {_cebfb .Renditions =_bda .TraceToDirectObject (_fegfe ).(*_bda .PdfObjectDictionary ); +};return _cebfb ;}; -// SetPageNumber sets the page number. -func (_ggdfd *KDict )SetPageNumber (pageNumber int64 ){_ggdfd ._efbbe =pageNumber };func (_ceaf *PdfReader )newPdfAnnotationTrapNetFromDict (_cdae *_cee .PdfObjectDictionary )(*PdfAnnotationTrapNet ,error ){_fefe :=PdfAnnotationTrapNet {};return &_fefe ,nil ; -};func _gdcff (_bbag []byte )(_efeb ,_dadcce string ,_fgga error ){_fca .Log .Trace ("g\u0065\u0074\u0041\u0053CI\u0049S\u0065\u0063\u0074\u0069\u006fn\u0073\u003a\u0020\u0025\u0064\u0020",len (_bbag ));_afecb :=_adcc .FindIndex (_bbag );if _afecb ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0067\u0065\u0074\u0041\u0053\u0043\u0049\u0049\u0053\u0065\u0063\u0074\u0069o\u006e\u0073\u002e\u0020\u004e\u006f\u0020d\u0069\u0063\u0074\u002e"); -return "","",_cee .ErrTypeError ;};_gdea :=_afecb [1];_eecab :=_ad .Index (string (_bbag [_gdea :]),_cgbec );if _eecab < 0{_efeb =string (_bbag [_gdea :]);return _efeb ,"",nil ;};_bacbb :=_gdea +_eecab ;_efeb =string (_bbag [_gdea :_bacbb ]);_dgbca :=_bacbb ; -_eecab =_ad .Index (string (_bbag [_dgbca :]),_edecc );if _eecab < 0{_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0067e\u0074\u0041\u0053\u0043\u0049\u0049\u0053e\u0063\u0074\u0069\u006f\u006e\u0073\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_fgga ); -return "","",_cee .ErrTypeError ;};_agbdg :=_dgbca +_eecab ;_dadcce =string (_bbag [_dgbca :_agbdg ]);return _efeb ,_dadcce ,nil ;}; +// EnableChain adds the specified certificate chain and validation data (OCSP +// and CRL information) for it to the global scope of the document DSS. The +// added data is used for validating any of the signatures present in the +// document. The LTV client attempts to build the certificate chain up to a +// trusted root by downloading any missing certificates. +func (_bfdffb *LTV )EnableChain (chain []*_bd .Certificate )error {return _bfdffb .enable (nil ,chain ,"");};func _cgcbg (_aace string )(map[_dgb .CharCode ]_dgb .GlyphName ,error ){_edgaa :=_ab .Split (_aace ,"\u000a");_begfb :=make (map[_dgb .CharCode ]_dgb .GlyphName ); +for _ ,_geba :=range _edgaa {_bdgaf :=_ccagf .FindStringSubmatch (_geba );if _bdgaf ==nil {continue ;};_efcg ,_dege :=_bdgaf [1],_bdgaf [2];_aeacd ,_dccb :=_dg .Atoi (_efcg );if _dccb !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0042\u0061\u0064\u0020\u0065\u006e\u0063\u006fd\u0069n\u0067\u0020\u006c\u0069\u006e\u0065\u002e \u0025\u0071",_geba ); +return nil ,_bda .ErrTypeError ;};_begfb [_dgb .CharCode (_aeacd )]=_dgb .GlyphName (_dege );};_ed .Log .Trace ("g\u0065\u0074\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0073\u003a\u0020\u006b\u0065\u0079V\u0061\u006c\u0075e\u0073=\u0025\u0023\u0076",_begfb ); +return _begfb ,nil ;};func (_bgdee *LTV )generateVRIKey (_cgcca *PdfSignature )(string ,error ){_aegad ,_aabac :=_fgfee (_cgcca .Contents .Bytes ());if _aabac !=nil {return "",_aabac ;};return _ab .ToUpper (_de .EncodeToString (_aegad )),nil ;}; -// NewPdfFontFromPdfObject loads a PdfFont from the dictionary `fontObj`. If there is a problem an -// error is returned. -func NewPdfFontFromPdfObject (fontObj _cee .PdfObject )(*PdfFont ,error ){return _dfbe (fontObj ,true )}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_acda pdfCIDFontType0 )GetCharMetrics (code _dgb .CharCode )(_geg .CharMetrics ,bool ){_fgdfd :=_acda ._egcg ;if _ebcda ,_beaef :=_acda ._aabdbg [code ];_beaef {_fgdfd =_ebcda ;};return _geg .CharMetrics {Wx :_fgdfd },true ;};func _acgga (_cggbf *[]*PdfField ,_dafa FieldFilterFunc ,_cgebg bool )[]*PdfField {if _cggbf ==nil {return nil ; +};_cfbeg :=*_cggbf ;if len (*_cggbf )==0{return nil ;};_afddf :=_cfbeg [:0];if _dafa ==nil {_dafa =func (*PdfField )bool {return true };};var _bbffb []*PdfField ;for _ ,_ggccc :=range _cfbeg {_gfebc :=_dafa (_ggccc );if _gfebc {_bbffb =append (_bbffb ,_ggccc ); +if len (_ggccc .Kids )> 0{_bbffb =append (_bbffb ,_acgga (&_ggccc .Kids ,_dafa ,_cgebg )...);};};if !_cgebg ||!_gfebc ||len (_ggccc .Kids )> 0{_afddf =append (_afddf ,_ggccc );};};*_cggbf =_afddf ;return _bbffb ;};func (_defgfg *PdfWriter )writeNamesDictionary ()error {if _defgfg ._edacf ==nil {return nil ; +};_dbee :=_defgfg ._edacf .ToPdfObject ();_defgfg ._geadba .Set ("\u004e\u0061\u006de\u0073",_dbee );_edegg :=_defgfg .addObjects (_dbee );if _edegg !=nil {return _edegg ;};return nil ;}; -// WriteString outputs the object as it is to be written to file. -func (_aeead *PdfTransformParamsDocMDP )WriteString ()string {return _aeead .ToPdfObject ().WriteString ();}; +// ImageToRGB converts ICCBased colorspace image to RGB and returns the result. +func (_ddbb *PdfColorspaceICCBased )ImageToRGB (img Image )(Image ,error ){if _ddbb .Alternate ==nil {_ed .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +if _ddbb .N ==1{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); +_affa :=NewPdfColorspaceDeviceGray ();return _affa .ImageToRGB (img );}else if _ddbb .N ==3{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); +return img ,nil ;}else if _ddbb .N ==4{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); +_eggbg :=NewPdfColorspaceDeviceCMYK ();return _eggbg .ImageToRGB (img );}else {return img ,_gea .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};_ed .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_ddbb ); +_afea ,_fafdb :=_ddbb .Alternate .ImageToRGB (img );_ed .Log .Trace ("I\u0043C\u0020\u0049\u006e\u0070\u0075\u0074\u0020\u0069m\u0061\u0067\u0065\u003a %\u002b\u0076",img );_ed .Log .Trace ("I\u0043\u0043\u0020\u004fut\u0070u\u0074\u0020\u0069\u006d\u0061g\u0065\u003a\u0020\u0025\u002b\u0076",_afea ); +return _afea ,_fafdb ;}; -// NewLTV returns a new LTV client. -func NewLTV (appender *PdfAppender )(*LTV ,error ){_bggge :=appender .Reader .DSS ;if _bggge ==nil {_bggge =NewDSS ();};if _ccaec :=_bggge .GenerateHashMaps ();_ccaec !=nil {return nil ,_ccaec ;};return <V {CertClient :_ae .NewCertClient (),OCSPClient :_ae .NewOCSPClient (),CRLClient :_ae .NewCRLClient (),SkipExisting :true ,_gdggc :appender ,_fcbgb :_bggge },nil ; -}; +// GetAsShadingPattern returns a shading pattern. Check with IsShading() prior to using this. +func (_gaeaf *PdfPattern )GetAsShadingPattern ()*PdfShadingPattern {return _gaeaf ._dgaed .(*PdfShadingPattern );}; -// PdfFunction interface represents the common methods of a function in PDF. -type PdfFunction interface{Evaluate ([]float64 )([]float64 ,error );ToPdfObject ()_cee .PdfObject ;};func _ggfdcd ()string {_dbfac :="\u0051\u0057\u0045\u0052\u0054\u0059\u0055\u0049\u004f\u0050\u0041S\u0044\u0046\u0047\u0048\u004a\u004b\u004c\u005a\u0058\u0043V\u0042\u004e\u004d"; -var _caced _cd .Buffer ;for _beaaf :=0;_beaaf < 6;_beaaf ++{_caced .WriteRune (rune (_dbfac [_bf .Intn (len (_dbfac ))]));};return _caced .String ();}; +// NewOutlineBookmark returns an initialized PdfOutlineItem for a given bookmark title and page. +func NewOutlineBookmark (title string ,page *_bda .PdfIndirectObject )*PdfOutlineItem {_ccffb :=PdfOutlineItem {};_ccffb ._ebabd =&_ccffb ;_ccffb .Title =_bda .MakeString (title );_gafa :=_bda .MakeArray ();_gafa .Append (page );_gafa .Append (_bda .MakeName ("\u0046\u0069\u0074")); +_ccffb .Dest =_gafa ;return &_ccffb ;};var (_ggbe _d .Mutex ;_cgccb ="";_fafddb _ad .Time ;_cafe ="";_eebaa ="";_eddfc _ad .Time ;_afabf ="";_agbg ="";_cdfef ="";); -// NewEmbeddedFileFromObject construct a new EmbeddedFile from supplied object. -func NewEmbeddedFileFromObject (obj _cee .PdfObject )(*EmbeddedFile ,error ){_gcaac :=_cee .TraceToDirectObject (obj );_gcac ,_adfc :=_gcaac .(*_cee .PdfObjectDictionary );if !_adfc {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_fbeba :=_cee .TraceToDirectObject (_gcac .Get ("\u0046"));if _fbeba ==nil {return nil ,_cdf .New ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");};_beea ,_adfc :=_fbeba .(*_cee .PdfObjectStream ); -if !_adfc {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d");};_egcgg :=_beea .PdfObjectDictionary ;_fddd :=_egcgg .Get ("\u0050\u0061\u0072\u0061\u006d\u0073");if _fddd ==nil {return nil ,_cdf .New ("P\u0061\u0072\u0061\u006d\u0073\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0061\u0076\u0061i\u006ca\u0062\u006c\u0065"); -};_gcefb ,_adfc :=_fddd .(*_cee .PdfObjectDictionary );if !_adfc {return nil ,_cdf .New ("I\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0061\u006d\u0073 \u006f\u0062\u006a\u0065\u0063\u0074");};_defc :="";_cbff :=_gcefb .Get ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d"); -if _cbff !=nil {_defc =_cbff .(*_cee .PdfObjectString ).Str ();};_aaffg ,_ddcg :=_cee .DecodeStream (_beea );if _ddcg !=nil {return nil ,_ddcg ;};_eaeeb :=&EmbeddedFile {Content :_aaffg ,Hash :_defc };return _eaeeb ,nil ;};func (_dcfgca *PdfWriter )setWriter (_fgfga _fc .Writer ){_dcfgca ._gfee =_dcfgca ._cdcea ; -_dcfgca ._cbeea =_g .NewWriter (_fgfga );};func (_ada *PdfReader )newPdfActionGotoRFromDict (_cbdc *_cee .PdfObjectDictionary )(*PdfActionGoToR ,error ){_geb ,_cafg :=_daf (_cbdc .Get ("\u0046"));if _cafg !=nil {return nil ,_cafg ;};return &PdfActionGoToR {D :_cbdc .Get ("\u0044"),NewWindow :_cbdc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_geb },nil ; -}; +// SetLocation sets the `Location` field of the signature. +func (_eedag *PdfSignature )SetLocation (location string ){_eedag .Location =_bda .MakeEncodedString (location ,true );};const (_dbcd =0x00001;_ccfdc =0x00002;_ebcd =0x00004;_fgdc =0x00008;_feadfa =0x00020;_fdfdg =0x00040;_dgadc =0x10000;_ebgfb =0x20000; +_edegc =0x40000;); -// NewPdfAnnotationProjection returns a new projection annotation. -func NewPdfAnnotationProjection ()*PdfAnnotationProjection {_bff :=NewPdfAnnotation ();_dbb :=&PdfAnnotationProjection {};_dbb .PdfAnnotation =_bff ;_dbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bff .SetContext (_dbb );return _dbb ;};func (_bddf *PdfReader )newPdfAnnotationScreenFromDict (_bafc *_cee .PdfObjectDictionary )(*PdfAnnotationScreen ,error ){_ggeee :=PdfAnnotationScreen {}; -_ggeee .T =_bafc .Get ("\u0054");_ggeee .MK =_bafc .Get ("\u004d\u004b");_ggeee .A =_bafc .Get ("\u0041");_ggeee .AA =_bafc .Get ("\u0041\u0041");return &_ggeee ,nil ;}; +// NewPdfAppenderWithOpts creates a new Pdf appender from a Pdf reader with options. +func NewPdfAppenderWithOpts (reader *PdfReader ,opts *ReaderOpts ,encryptOptions *EncryptOptions )(*PdfAppender ,error ){_ggac :=&PdfAppender {_eecc :reader ._adacg ,Reader :reader ,_afcg :reader ._fdadg ,_facc :reader ._efag };_cefc ,_aaege :=_ggac ._eecc .Seek (0,_ga .SeekEnd ); +if _aaege !=nil {return nil ,_aaege ;};_ggac ._aaaa =_cefc ;if _ ,_aaege =_ggac ._eecc .Seek (0,_ga .SeekStart );_aaege !=nil {return nil ,_aaege ;};_ggac ._babd ,_aaege =NewPdfReaderWithOpts (_ggac ._eecc ,opts );if _aaege !=nil {return nil ,_aaege ;}; +for _ ,_aefc :=range _ggac .Reader .GetObjectNums (){if _ggac ._eaedg < _aefc {_ggac ._eaedg =_aefc ;};};_ggac ._gagb =_ggac ._afcg .GetXrefTable ();_ggac ._edff =_ggac ._afcg .GetXrefOffset ();_ggac ._eebd =append (_ggac ._eebd ,_ggac ._babd .PageList ...); +_ggac ._agg =make (map[_bda .PdfObject ]struct{});_ggac ._ffge =make (map[_bda .PdfObject ]int64 );_ggac ._ffff =make (map[_bda .PdfObject ]struct{});_ggac ._ggae =_ggac ._babd .AcroForm ;_ggac ._afaf =_ggac ._babd .DSS ;if opts !=nil {_ggac ._bfec =opts .Password ; +};if encryptOptions !=nil {_ggac ._feed =encryptOptions ;};return _ggac ,nil ;};func _bccdfa ()string {_ggbe .Lock ();defer _ggbe .Unlock ();return _agbg }; // ToPdfObject implements interface PdfModel. -func (_gcef *PdfAnnotationRedact )ToPdfObject ()_cee .PdfObject {_gcef .PdfAnnotation .ToPdfObject ();_cceg :=_gcef ._eddc ;_bagd :=_cceg .PdfObject .(*_cee .PdfObjectDictionary );_gcef .PdfAnnotationMarkup .appendToPdfDictionary (_bagd );_bagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0052\u0065\u0064\u0061\u0063\u0074")); -_bagd .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gcef .QuadPoints );_bagd .SetIfNotNil ("\u0049\u0043",_gcef .IC );_bagd .SetIfNotNil ("\u0052\u004f",_gcef .RO );_bagd .SetIfNotNil ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074",_gcef .OverlayText ); -_bagd .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_gcef .Repeat );_bagd .SetIfNotNil ("\u0044\u0041",_gcef .DA );_bagd .SetIfNotNil ("\u0051",_gcef .Q );return _cceg ;}; +func (_fdfa *PdfAnnotationCircle )ToPdfObject ()_bda .PdfObject {_fdfa .PdfAnnotation .ToPdfObject ();_deaa :=_fdfa ._ged ;_dbd :=_deaa .PdfObject .(*_bda .PdfObjectDictionary );_fdfa .PdfAnnotationMarkup .appendToPdfDictionary (_dbd );_dbd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0043\u0069\u0072\u0063\u006c\u0065")); +_dbd .SetIfNotNil ("\u0042\u0053",_fdfa .BS );_dbd .SetIfNotNil ("\u0049\u0043",_fdfa .IC );_dbd .SetIfNotNil ("\u0042\u0045",_fdfa .BE );_dbd .SetIfNotNil ("\u0052\u0044",_fdfa .RD );return _deaa ;};func (_cfgfc *PdfReader )loadOutlines ()(*PdfOutlineTreeNode ,error ){if _cfgfc ._fdadg .GetCrypter ()!=nil &&!_cfgfc ._fdadg .IsAuthenticated (){return nil ,_c .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_gcdba :=_cfgfc ._dabg ;_gfffg :=_gcdba .Get ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");if _gfffg ==nil {return nil ,nil ;};_ed .Log .Trace ("\u002d\u0048\u0061\u0073\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");_gabb :=_bda .ResolveReference (_gfffg ); +_ed .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0020\u0072\u006f\u006f\u0074\u003a\u0020\u0025\u0076",_gabb );if _cgfc :=_bda .IsNullObject (_gabb );_cgfc {_ed .Log .Trace ("\u004f\u0075\u0074li\u006e\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069s\u0020n\u0075l\u006c \u002d\u0020\u006e\u006f\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"); +return nil ,nil ;};_gaaegc ,_gafad :=_gabb .(*_bda .PdfIndirectObject );if !_gafad {if _ ,_egccg :=_bda .GetDict (_gabb );!_egccg {_ed .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); +return nil ,nil ;};_ed .Log .Debug ("\u004f\u0075t\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u0069s\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +_gaaegc =_bda .MakeIndirectObject (_gabb );};_geafa ,_gafad :=_gaaegc .PdfObject .(*_bda .PdfObjectDictionary );if !_gafad {return nil ,_gea .New ("\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y"); +};_ed .Log .Trace ("O\u0075\u0074\u006c\u0069ne\u0020r\u006f\u006f\u0074\u0020\u0064i\u0063\u0074\u003a\u0020\u0025\u0076",_geafa );_eegab ,_ ,_ceabg :=_cfgfc .buildOutlineTree (_gaaegc ,nil ,nil ,nil );if _ceabg !=nil {return nil ,_ceabg ;};_ed .Log .Trace ("\u0052\u0065\u0073\u0075\u006c\u0074\u0069\u006e\u0067\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065:\u0020\u0025\u0076",_eegab ); +return _eegab ,nil ;}; -// PdfOutputIntentType is the subtype of the given PdfOutputIntent. -type PdfOutputIntentType int ; +// Names represents a PDF name tree. +// +// Ref: PDF32000_2008 chapter 7.7.4. +type Names struct{_ggcg *_bda .PdfIndirectObject ; -// PdfFontDescriptor specifies metrics and other attributes of a font and can refer to a FontFile -// for embedded fonts. -// 9.8 Font Descriptors (page 281) -type PdfFontDescriptor struct{FontName _cee .PdfObject ;FontFamily _cee .PdfObject ;FontStretch _cee .PdfObject ;FontWeight _cee .PdfObject ;Flags _cee .PdfObject ;FontBBox _cee .PdfObject ;ItalicAngle _cee .PdfObject ;Ascent _cee .PdfObject ;Descent _cee .PdfObject ; -Leading _cee .PdfObject ;CapHeight _cee .PdfObject ;XHeight _cee .PdfObject ;StemV _cee .PdfObject ;StemH _cee .PdfObject ;AvgWidth _cee .PdfObject ;MaxWidth _cee .PdfObject ;MissingWidth _cee .PdfObject ;FontFile _cee .PdfObject ;FontFile2 _cee .PdfObject ; -FontFile3 _cee .PdfObject ;CharSet _cee .PdfObject ;_cadgge int ;_efacg float64 ;*fontFile ;_bcga *_ce .TtfType ; +// Dests is a name tree mapping name string to destinations. +Dests *_bda .PdfObjectDictionary ; -// Additional entries for CIDFonts -Style _cee .PdfObject ;Lang _cee .PdfObject ;FD _cee .PdfObject ;CIDSet _cee .PdfObject ;_gbfec *_cee .PdfIndirectObject ;}; +// AP is a name tree mapping name strings to annotation appearance streams. +AP *_bda .PdfObjectDictionary ; -// AppendContentStream adds content stream by string. Appends to the last -// contentstream instance if many. -func (_bddec *PdfPage )AppendContentStream (contentStr string )error {_fddff ,_ecgbe :=_bddec .GetContentStreams ();if _ecgbe !=nil {return _ecgbe ;};if len (_fddff )==0{_fddff =[]string {contentStr };return _bddec .SetContentStreams (_fddff ,_cee .NewFlateEncoder ()); -};var _dcadg _cd .Buffer ;_dcadg .WriteString (_fddff [len (_fddff )-1]);_dcadg .WriteString ("\u000a");_dcadg .WriteString (contentStr );_fddff [len (_fddff )-1]=_dcadg .String ();return _bddec .SetContentStreams (_fddff ,_cee .NewFlateEncoder ());}; +// JavaScript is a name tree mapping name strings to JavaScript actions. +JavaScript *_bda .PdfObjectDictionary ; -// NewPdfActionLaunch returns a new "launch" action. -func NewPdfActionLaunch ()*PdfActionLaunch {_fb :=NewPdfAction ();_bed :=&PdfActionLaunch {};_bed .PdfAction =_fb ;_fb .SetContext (_bed );return _bed ;}; +// Pages is a name tree mapping name strings to visible pages for use in interactive forms. +Pages *_bda .PdfObjectDictionary ; -// PickTrayByPDFSize returns the value of the pickTrayByPDFSize flag. -func (_baea *ViewerPreferences )PickTrayByPDFSize ()bool {if _baea ._bdfed ==nil {return false ;};return *_baea ._bdfed ;}; +// Templates is a name tree mapping name strings to invisible (template) pages for use in interactive forms. +Templates *_bda .PdfObjectDictionary ; -// Normalize swaps (Llx,Urx) if Urx < Llx, and (Lly,Ury) if Ury < Lly. -func (_fdfab *PdfRectangle )Normalize (){if _fdfab .Llx > _fdfab .Urx {_fdfab .Llx ,_fdfab .Urx =_fdfab .Urx ,_fdfab .Llx ;};if _fdfab .Lly > _fdfab .Ury {_fdfab .Lly ,_fdfab .Ury =_fdfab .Ury ,_fdfab .Lly ;};}; +// IDS is a name tree mapping digital identifies to Web Capture content sets. +IDS *_bda .PdfObjectDictionary ; -// GetStructRoot gets the StructTreeRoot object -func (_bbbbfg *PdfPage )GetStructTreeRoot ()(*_cee .PdfObject ,bool ){_gcdag ,_gfdf :=_bbbbfg ._acbbg .GetCatalogStructTreeRoot ();return &_gcdag ,_gfdf ;}; +// URLS is a name tree mapping URLs to Web Capture content sets. +URLS *_bda .PdfObjectDictionary ; -// ToPdfObject implements interface PdfModel. -func (_gfea *PdfAnnotationText )ToPdfObject ()_cee .PdfObject {_gfea .PdfAnnotation .ToPdfObject ();_geea :=_gfea ._eddc ;_dafcd :=_geea .PdfObject .(*_cee .PdfObjectDictionary );if _gfea .PdfAnnotationMarkup !=nil {_gfea .PdfAnnotationMarkup .appendToPdfDictionary (_dafcd ); -};_dafcd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0054\u0065\u0078\u0074"));_dafcd .SetIfNotNil ("\u004f\u0070\u0065\u006e",_gfea .Open );_dafcd .SetIfNotNil ("\u004e\u0061\u006d\u0065",_gfea .Name );_dafcd .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_gfea .State ); -_dafcd .SetIfNotNil ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c",_gfea .StateModel );return _geea ;}; +// EmbeddedFiles is a name tree mapping name strings to file specifications for embedded file streams. +EmbeddedFiles *_bda .PdfObjectDictionary ; -// ColorToRGB verifies that the input color is an RGB color. Method exists in -// order to satisfy the PdfColorspace interface. -func (_bbfd *PdfColorspaceDeviceRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_agaa ,_gcagd :=color .(*PdfColorDeviceRGB );if !_gcagd {_fca .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072 \u006e\u006f\u0074\u0020\u0064\u0065\u0076\u0069\u0063\u0065 \u0052\u0047\u0042"); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return _agaa ,nil ;}; +// AlternatePresentations is a name tree mapping name strings to alternate presentations. +AlternatePresentations *_bda .PdfObjectDictionary ; -// L returns the value of the L component of the color. -func (_eddbc *PdfColorLab )L ()float64 {return _eddbc [0]}; +// Renditions is a name tree mapping name strings (which shall have Unicode encoding) to rendition objects. +Renditions *_bda .PdfObjectDictionary ;}; -// ToPdfObject returns the PDF representation of the tiling pattern. -func (_aeafd *PdfTilingPattern )ToPdfObject ()_cee .PdfObject {_aeafd .PdfPattern .ToPdfObject ();_aede :=_aeafd .getDict ();if _aeafd .PaintType !=nil {_aede .Set ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e",_aeafd .PaintType );};if _aeafd .TilingType !=nil {_aede .Set ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_aeafd .TilingType ); -};if _aeafd .BBox !=nil {_aede .Set ("\u0042\u0042\u006f\u0078",_aeafd .BBox .ToPdfObject ());};if _aeafd .XStep !=nil {_aede .Set ("\u0058\u0053\u0074e\u0070",_aeafd .XStep );};if _aeafd .YStep !=nil {_aede .Set ("\u0059\u0053\u0074e\u0070",_aeafd .YStep ); -};if _aeafd .Resources !=nil {_aede .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aeafd .Resources .ToPdfObject ());};if _aeafd .Matrix !=nil {_aede .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_aeafd .Matrix );};return _aeafd ._bgabc ;};func _cfdb (_adgcd *_cee .PdfObjectDictionary ,_dadcc *fontCommon )(*pdfCIDFontType0 ,error ){if _dadcc ._ccdeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0030\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_dadcc ); -return nil ,_cee .ErrRangeError ;};_fdab :=_aeafc (_dadcc );_fbae ,_aeea :=_cee .GetDict (_adgcd .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_aeea {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_dadcc ); -return nil ,ErrRequiredAttributeMissing ;};_fdab .CIDSystemInfo =_fbae ;_fdab .DW =_adgcd .Get ("\u0044\u0057");_fdab .W =_adgcd .Get ("\u0057");_fdab .DW2 =_adgcd .Get ("\u0044\u0057\u0032");_fdab .W2 =_adgcd .Get ("\u0057\u0032");_fdab ._bfecd =1000.0; -if _ffage ,_ecagc :=_cee .GetNumberAsFloat (_fdab .DW );_ecagc ==nil {_fdab ._bfecd =_ffage ;};_fcgbc ,_fcgc :=_fceag (_fdab .W );if _fcgc !=nil {return nil ,_fcgc ;};if _fcgbc ==nil {_fcgbc =map[_dae .CharCode ]float64 {};};_fdab ._gdde =_fcgbc ;return _fdab ,nil ; -}; +// ImageToRGB converts image in CalGray color space to RGB (A, B, C -> X, Y, Z). +func (_efdc *PdfColorspaceCalGray )ImageToRGB (img Image )(Image ,error ){_bfaf :=_cf .NewReader (img .getBase ());_aceb :=_bg .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_daee :=_cf .NewWriter (_aceb ); +_ceaa :=_ce .Pow (2,float64 (img .BitsPerComponent ))-1;_ffgee :=make ([]uint32 ,3);var (_gdcc uint32 ;ANorm ,X ,Y ,Z ,_fdgb ,_dceb ,_geaf float64 ;_cdgcc error ;);for {_gdcc ,_cdgcc =_bfaf .ReadSample ();if _cdgcc ==_ga .EOF {break ;}else if _cdgcc !=nil {return img ,_cdgcc ; +};ANorm =float64 (_gdcc )/_ceaa ;X =_efdc .WhitePoint [0]*_ce .Pow (ANorm ,_efdc .Gamma );Y =_efdc .WhitePoint [1]*_ce .Pow (ANorm ,_efdc .Gamma );Z =_efdc .WhitePoint [2]*_ce .Pow (ANorm ,_efdc .Gamma );_fdgb =3.240479*X +-1.537150*Y +-0.498535*Z ;_dceb =-0.969256*X +1.875992*Y +0.041556*Z ; +_geaf =0.055648*X +-0.204043*Y +1.057311*Z ;_fdgb =_ce .Min (_ce .Max (_fdgb ,0),1.0);_dceb =_ce .Min (_ce .Max (_dceb ,0),1.0);_geaf =_ce .Min (_ce .Max (_geaf ,0),1.0);_ffgee [0]=uint32 (_fdgb *_ceaa );_ffgee [1]=uint32 (_dceb *_ceaa );_ffgee [2]=uint32 (_geaf *_ceaa ); +if _cdgcc =_daee .WriteSamples (_ffgee );_cdgcc !=nil {return img ,_cdgcc ;};};return _fggae (&_aceb ),nil ;}; -// G returns the value of the green component of the color. -func (_egfda *PdfColorDeviceRGB )G ()float64 {return _egfda [1]}; +// DecodeArray returns the range of color component values in the ICCBased colorspace. +func (_baga *PdfColorspaceICCBased )DecodeArray ()[]float64 {return _baga .Range }; -// Val returns the value of the color. -func (_bggg *PdfColorCalGray )Val ()float64 {return float64 (*_bggg )}; +// GetCatalogLanguage gets catalog Language object. +func (_geadc *PdfReader )GetCatalogLanguage ()(_bda .PdfObject ,bool ){if _geadc ._dabg ==nil {return nil ,false ;};_afgcd :=_geadc ._dabg .Get ("\u004c\u0061\u006e\u0067");return _afgcd ,_afgcd !=nil ;};func _ddcgae (_ffgeb _bda .PdfObject )(*PdfShading ,error ){_bffaa :=&PdfShading {}; +var _bgag *_bda .PdfObjectDictionary ;if _acfed ,_dfafa :=_bda .GetIndirect (_ffgeb );_dfafa {_bffaa ._gfdga =_acfed ;_egbda ,_ggadc :=_acfed .PdfObject .(*_bda .PdfObjectDictionary );if !_ggadc {_ed .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065"); +return nil ,_bda .ErrTypeError ;};_bgag =_egbda ;}else if _gffg ,_cacbc :=_bda .GetStream (_ffgeb );_cacbc {_bffaa ._gfdga =_gffg ;_bgag =_gffg .PdfObjectDictionary ;}else if _gbfca ,_fccfc :=_bda .GetDict (_ffgeb );_fccfc {_bffaa ._gfdga =_gbfca ;_bgag =_gbfca ; +}else {_ed .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",_ffgeb );return nil ,_bda .ErrTypeError ;};if _bgag ==nil {_ed .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); +return nil ,_gea .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_ffgeb =_bgag .Get ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _ffgeb ==nil {_ed .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073si\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_ffgeb =_bda .TraceToDirectObject (_ffgeb );_efcdc ,_beca :=_ffgeb .(*_bda .PdfObjectInteger );if !_beca {_ed .Log .Debug ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066o\u0072 \u0073h\u0061d\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_ffgeb ); +return nil ,_bda .ErrTypeError ;};if *_efcdc < 1||*_efcdc > 7{_ed .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u006e\u006ft\u0020\u0031\u002d\u0037\u0020(\u0067\u006ft\u0020\u0025\u0064\u0029",*_efcdc ); +return nil ,_bda .ErrTypeError ;};_bffaa .ShadingType =_efcdc ;_ffgeb =_bgag .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065");if _ffgeb ==nil {_ed .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0020\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065\u0020e\u006e\u0074\u0072\u0079\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_gdeb ,_cafff :=NewPdfColorspaceFromPdfObject (_ffgeb );if _cafff !=nil {_ed .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065: \u0025\u0076",_cafff ); +return nil ,_cafff ;};_bffaa .ColorSpace =_gdeb ;_ffgeb =_bgag .Get ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064");if _ffgeb !=nil {_ffgeb =_bda .TraceToDirectObject (_ffgeb );_agdbb ,_fdbeg :=_ffgeb .(*_bda .PdfObjectArray );if !_fdbeg {_ed .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_ffgeb ); +return nil ,_bda .ErrTypeError ;};_bffaa .Background =_agdbb ;};_ffgeb =_bgag .Get ("\u0042\u0042\u006f\u0078");if _ffgeb !=nil {_ffgeb =_bda .TraceToDirectObject (_ffgeb );_cgafc ,_bffgg :=_ffgeb .(*_bda .PdfObjectArray );if !_bffgg {_ed .Log .Debug ("\u0042\u0061\u0063\u006b\u0067r\u006f\u0075\u006e\u0064\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062e\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_ffgeb ); +return nil ,_bda .ErrTypeError ;};_befdc ,_cbae :=NewPdfRectangle (*_cgafc );if _cbae !=nil {_ed .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_cbae );return nil ,_cbae ;};_bffaa .BBox =_befdc ;};_ffgeb =_bgag .Get ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s"); +if _ffgeb !=nil {_ffgeb =_bda .TraceToDirectObject (_ffgeb );_bebcf ,_cafafd :=_ffgeb .(*_bda .PdfObjectBool );if !_cafafd {_ed .Log .Debug ("A\u006e\u0074\u0069\u0041\u006c\u0069\u0061\u0073\u0020i\u006e\u0076\u0061\u006c\u0069\u0064\u0020ty\u0070\u0065\u002c\u0020s\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020bo\u006f\u006c \u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ffgeb ); +return nil ,_bda .ErrTypeError ;};_bffaa .AntiAlias =_bebcf ;};switch *_efcdc {case 1:_ccad ,_gcfdc :=_cfffe (_bgag );if _gcfdc !=nil {return nil ,_gcfdc ;};_ccad .PdfShading =_bffaa ;_bffaa ._cdded =_ccad ;return _bffaa ,nil ;case 2:_ddccd ,_edfea :=_bdfef (_bgag ); +if _edfea !=nil {return nil ,_edfea ;};_ddccd .PdfShading =_bffaa ;_bffaa ._cdded =_ddccd ;return _bffaa ,nil ;case 3:_cadbb ,_fcff :=_dagbc (_bgag );if _fcff !=nil {return nil ,_fcff ;};_cadbb .PdfShading =_bffaa ;_bffaa ._cdded =_cadbb ;return _bffaa ,nil ; +case 4:_eegfg ,_fefd :=_gafdc (_bgag );if _fefd !=nil {return nil ,_fefd ;};_eegfg .PdfShading =_bffaa ;_bffaa ._cdded =_eegfg ;return _bffaa ,nil ;case 5:_bffbe ,_adebb :=_bfagf (_bgag );if _adebb !=nil {return nil ,_adebb ;};_bffbe .PdfShading =_bffaa ; +_bffaa ._cdded =_bffbe ;return _bffaa ,nil ;case 6:_baeaeb ,_aebdg :=_ccfcc (_bgag );if _aebdg !=nil {return nil ,_aebdg ;};_baeaeb .PdfShading =_bffaa ;_bffaa ._cdded =_baeaeb ;return _bffaa ,nil ;case 7:_bbgf ,_addbg :=_dcdfg (_bgag );if _addbg !=nil {return nil ,_addbg ; +};_bbgf .PdfShading =_bffaa ;_bffaa ._cdded =_bbgf ;return _bffaa ,nil ;};return nil ,_gea .New ("u\u006ek\u006e\u006f\u0077\u006e\u0020\u0073\u0068\u0061d\u0069\u006e\u0067\u0020ty\u0070\u0065");}; -// ImageToRGB converts image in CalGray color space to RGB (A, B, C -> X, Y, Z). -func (_fdba *PdfColorspaceCalGray )ImageToRGB (img Image )(Image ,error ){_bedb :=_ag .NewReader (img .getBase ());_dbfg :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,nil ,nil );_aee :=_ag .NewWriter (_dbfg ); -_bbbea :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_eddgd :=make ([]uint32 ,3);var (_fcaf uint32 ;ANorm ,X ,Y ,Z ,_dedc ,_gebcb ,_dadaa float64 ;_geeb error ;);for {_fcaf ,_geeb =_bedb .ReadSample ();if _geeb ==_fc .EOF {break ;}else if _geeb !=nil {return img ,_geeb ; -};ANorm =float64 (_fcaf )/_bbbea ;X =_fdba .WhitePoint [0]*_aaa .Pow (ANorm ,_fdba .Gamma );Y =_fdba .WhitePoint [1]*_aaa .Pow (ANorm ,_fdba .Gamma );Z =_fdba .WhitePoint [2]*_aaa .Pow (ANorm ,_fdba .Gamma );_dedc =3.240479*X +-1.537150*Y +-0.498535*Z ; -_gebcb =-0.969256*X +1.875992*Y +0.041556*Z ;_dadaa =0.055648*X +-0.204043*Y +1.057311*Z ;_dedc =_aaa .Min (_aaa .Max (_dedc ,0),1.0);_gebcb =_aaa .Min (_aaa .Max (_gebcb ,0),1.0);_dadaa =_aaa .Min (_aaa .Max (_dadaa ,0),1.0);_eddgd [0]=uint32 (_dedc *_bbbea ); -_eddgd [1]=uint32 (_gebcb *_bbbea );_eddgd [2]=uint32 (_dadaa *_bbbea );if _geeb =_aee .WriteSamples (_eddgd );_geeb !=nil {return img ,_geeb ;};};return _acecd (&_dbfg ),nil ;};func (_befg Image )getBase ()_ca .ImageBase {return _ca .NewImageBase (int (_befg .Width ),int (_befg .Height ),int (_befg .BitsPerComponent ),_befg .ColorComponents ,_befg .Data ,_befg ._cbfg ,_befg ._cabgb ); -}; +// HasFontByName checks if has font resource by name. +func (_cceef *PdfPage )HasFontByName (name _bda .PdfObjectName )bool {_eged ,_ggbb :=_cceef .Resources .Font .(*_bda .PdfObjectDictionary );if !_ggbb {return false ;};if _acaaa :=_eged .Get (name );_acaaa !=nil {return true ;};return false ;};type crossReference struct{Type int ; -// PartialName returns the partial name of the field. -func (_abeef *PdfField )PartialName ()string {_debgc :="";if _abeef .T !=nil {_debgc =_abeef .T .Decoded ();}else {_fca .Log .Debug ("\u0046\u0069el\u0064\u0020\u006di\u0073\u0073\u0069\u006eg T\u0020fi\u0065\u006c\u0064\u0020\u0028\u0069\u006eco\u006d\u0070\u0061\u0074\u0069\u0062\u006ce\u0029"); -};return _debgc ;}; -// String returns the name of the colorspace (DeviceN). -func (_ccafg *PdfColorspaceDeviceN )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u004e"}; +// Type 1 +Offset int64 ;Generation int64 ; -// String returns a string representation of what flags are set. -func (_febf FieldFlag )String ()string {_dcab :="";if _febf ==FieldFlagClear {_dcab ="\u0043\u006c\u0065a\u0072";return _dcab ;};if _febf &FieldFlagReadOnly > 0{_dcab +="\u007cR\u0065\u0061\u0064\u004f\u006e\u006cy";};if _febf &FieldFlagRequired > 0{_dcab +="\u007cR\u0065\u0071\u0075\u0069\u0072\u0065d"; -};if _febf &FieldFlagNoExport > 0{_dcab +="\u007cN\u006f\u0045\u0078\u0070\u006f\u0072t";};if _febf &FieldFlagNoToggleToOff > 0{_dcab +="\u007c\u004e\u006f\u0054\u006f\u0067\u0067\u006c\u0065T\u006f\u004f\u0066\u0066";};if _febf &FieldFlagRadio > 0{_dcab +="\u007c\u0052\u0061\u0064\u0069\u006f"; -};if _febf &FieldFlagPushbutton > 0{_dcab +="|\u0050\u0075\u0073\u0068\u0062\u0075\u0074\u0074\u006f\u006e";};if _febf &FieldFlagRadiosInUnision > 0{_dcab +="\u007c\u0052a\u0064\u0069\u006fs\u0049\u006e\u0055\u006e\u0069\u0073\u0069\u006f\u006e";};if _febf &FieldFlagMultiline > 0{_dcab +="\u007c\u004d\u0075\u006c\u0074\u0069\u006c\u0069\u006e\u0065"; -};if _febf &FieldFlagPassword > 0{_dcab +="\u007cP\u0061\u0073\u0073\u0077\u006f\u0072d";};if _febf &FieldFlagFileSelect > 0{_dcab +="|\u0046\u0069\u006c\u0065\u0053\u0065\u006c\u0065\u0063\u0074";};if _febf &FieldFlagDoNotScroll > 0{_dcab +="\u007c\u0044\u006fN\u006f\u0074\u0053\u0063\u0072\u006f\u006c\u006c"; -};if _febf &FieldFlagComb > 0{_dcab +="\u007c\u0043\u006fm\u0062";};if _febf &FieldFlagRichText > 0{_dcab +="\u007cR\u0069\u0063\u0068\u0054\u0065\u0078t";};if _febf &FieldFlagDoNotSpellCheck > 0{_dcab +="\u007c\u0044o\u004e\u006f\u0074S\u0070\u0065\u006c\u006c\u0043\u0068\u0065\u0063\u006b"; -};if _febf &FieldFlagCombo > 0{_dcab +="\u007c\u0043\u006f\u006d\u0062\u006f";};if _febf &FieldFlagEdit > 0{_dcab +="\u007c\u0045\u0064i\u0074";};if _febf &FieldFlagSort > 0{_dcab +="\u007c\u0053\u006fr\u0074";};if _febf &FieldFlagMultiSelect > 0{_dcab +="\u007c\u004d\u0075l\u0074\u0069\u0053\u0065\u006c\u0065\u0063\u0074"; -};if _febf &FieldFlagCommitOnSelChange > 0{_dcab +="\u007cC\u006fm\u006d\u0069\u0074\u004f\u006eS\u0065\u006cC\u0068\u0061\u006e\u0067\u0065";};return _ad .Trim (_dcab ,"\u007c");}; +// Type 2 +ObjectNumber int ;Index int ;}; -// PdfActionLaunch represents a launch action. -type PdfActionLaunch struct{*PdfAction ;F *PdfFilespec ;Win _cee .PdfObject ;Mac _cee .PdfObject ;Unix _cee .PdfObject ;NewWindow _cee .PdfObject ;}; +// NewPdfColorspaceCalGray returns a new CalGray colorspace object. +func NewPdfColorspaceCalGray ()*PdfColorspaceCalGray {_bcde :=&PdfColorspaceCalGray {};_bcde .BlackPoint =[]float64 {0.0,0.0,0.0};_bcde .Gamma =1;return _bcde ;}; -// ToInteger convert to an integer format. -func (_ececa *PdfColorLab )ToInteger (bits int )[3]uint32 {_adcbg :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_adcbg *_ececa .L ()),uint32 (_adcbg *_ececa .A ()),uint32 (_adcbg *_ececa .B ())};};func _ccbbb (_gabde *_cee .PdfObjectDictionary )(*PdfFieldText ,error ){_aeffa :=&PdfFieldText {}; -_aeffa .DA ,_ =_cee .GetString (_gabde .Get ("\u0044\u0041"));_aeffa .Q ,_ =_cee .GetInt (_gabde .Get ("\u0051"));_aeffa .DS ,_ =_cee .GetString (_gabde .Get ("\u0044\u0053"));_aeffa .RV =_gabde .Get ("\u0052\u0056");_aeffa .MaxLen ,_ =_cee .GetInt (_gabde .Get ("\u004d\u0061\u0078\u004c\u0065\u006e")); -return _aeffa ,nil ;}; +// NewPdfAnnotationUnderline returns a new text underline annotation. +func NewPdfAnnotationUnderline ()*PdfAnnotationUnderline {_aad :=NewPdfAnnotation ();_abcd :=&PdfAnnotationUnderline {};_abcd .PdfAnnotation =_aad ;_abcd .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_aad .SetContext (_abcd );return _abcd ;}; -// GetPageIndirectObject returns the indirect object of page for the specified page number. -func (_fbbc *PdfWriter )GetPageIndirectObject (pageNum int )(*_cee .PdfIndirectObject ,error ){if pageNum < 0||pageNum >=len (_fbbc ._dcdg ){return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006fu\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067\u0065"); -};return _fbbc ._dcdg [pageNum ],nil ;}; +// PdfVersion returns version of the PDF file. +func (_dbfdac *PdfReader )PdfVersion ()_bda .Version {return _dbfdac ._fdadg .PdfVersion ()}; -// PdfShadingType7 is a Tensor-product patch mesh. -type PdfShadingType7 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;BitsPerFlag *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;}; +// Hasher is the interface that wraps the basic Write method. +type Hasher interface{Write (_gfafb []byte )(_ceegf int ,_bfefb error );}; -// ToGoTime returns the date in time.Time format. -func (_fcdgf PdfDate )ToGoTime ()_gc .Time {_ffcgb :=int (_fcdgf ._gccea *60*60+_fcdgf ._cacedd *60);switch _fcdgf ._cfbed {case '-':_ffcgb =-_ffcgb ;case 'Z':_ffcgb =0;};_bfeef :=_e .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_fcdgf ._cfbed ,_fcdgf ._gccea ,_fcdgf ._cacedd ); -_cbcgg :=_gc .FixedZone (_bfeef ,_ffcgb );return _gc .Date (int (_fcdgf ._gffbe ),_gc .Month (_fcdgf ._dabdg ),int (_fcdgf ._cfdgf ),int (_fcdgf ._bbeea ),int (_fcdgf ._bfaec ),int (_fcdgf ._begea ),0,_cbcgg );}; +// PdfAnnotation3D represents 3D annotations. +// (Section 13.6.2). +type PdfAnnotation3D struct{*PdfAnnotation ;T3DD _bda .PdfObject ;T3DV _bda .PdfObject ;T3DA _bda .PdfObject ;T3DI _bda .PdfObject ;T3DB _bda .PdfObject ;}; -// Size returns the width and the height of the page. The method reports -// the page dimensions as displayed by a PDF viewer (i.e. page rotation is -// taken into account). -func (_bcbee *PdfPage )Size ()(float64 ,float64 ,error ){_debb ,_cbdag :=_bcbee .GetMediaBox ();if _cbdag !=nil {return 0,0,_cbdag ;};_edfea ,_ffede :=_debb .Width (),_debb .Height ();_bdaf ,_cbdag :=_bcbee .GetRotate ();if _cbdag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_cbdag .Error ()); -};if _abcaf :=_bdaf ;_abcaf %360!=0&&_abcaf %90==0{if _fcbf :=(360+_abcaf %360)%360;_fcbf ==90||_fcbf ==270{_edfea ,_ffede =_ffede ,_edfea ;};};return _edfea ,_ffede ,nil ;};func (_aceef *LTV )getCRLs (_gcegc []*_dfd .Certificate )([][]byte ,error ){_ceab :=make ([][]byte ,0,len (_gcegc )); -for _ ,_eggg :=range _gcegc {for _ ,_dffef :=range _eggg .CRLDistributionPoints {if _aceef .CertClient .IsCA (_eggg ){continue ;};_bccd ,_fabdc :=_aceef .CRLClient .MakeRequest (_dffef ,_eggg );if _fabdc !=nil {_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_fabdc ); -continue ;};_ceab =append (_ceab ,_bccd );};};return _ceab ,nil ;};func _ccba (_afbafc _cee .PdfObject )(*PdfColorspaceDeviceNAttributes ,error ){_dceg :=&PdfColorspaceDeviceNAttributes {};var _faage *_cee .PdfObjectDictionary ;switch _gbfb :=_afbafc .(type ){case *_cee .PdfIndirectObject :_dceg ._gedbb =_gbfb ; -var _acgf bool ;_faage ,_acgf =_gbfb .PdfObject .(*_cee .PdfObjectDictionary );if !_acgf {_fca .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); -return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};case *_cee .PdfObjectDictionary :_faage =_gbfb ;case *_cee .PdfObjectReference :_cbdfc :=_gbfb .Resolve ();return _ccba (_cbdfc );default:_fca .Log .Error ("\u0044\u0065\u0076\u0069c\u0065\u004e\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065 \u0074\u0079\u0070\u0065\u0020\u0065\u0072r\u006f\u0072"); -return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _ecdd :=_faage .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_ecdd !=nil {_ecaae ,_dbgbe :=_cee .TraceToDirectObject (_ecdd ).(*_cee .PdfObjectName );if !_dbgbe {_fca .Log .Error ("\u0044\u0065vi\u0063\u0065\u004e \u0061\u0074\u0074\u0072ibu\u0074e \u0053\u0075\u0062\u0074\u0079\u0070\u0065 t\u0079\u0070\u0065\u0020\u0065\u0072\u0072o\u0072"); -return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_dceg .Subtype =_ecaae ;};if _dbgbc :=_faage .Get ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s");_dbgbc !=nil {_dceg .Colorants =_dbgbc ;};if _cfac :=_faage .Get ("\u0050r\u006f\u0063\u0065\u0073\u0073"); -_cfac !=nil {_dceg .Process =_cfac ;};if _gcdbbf :=_faage .Get ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073");_gcdbbf !=nil {_dceg .MixingHints =_gcdbbf ;};return _dceg ,nil ;}; +// String returns a string representation of the field. +func (_beef *PdfField )String ()string {if _bgbe ,_abae :=_beef .ToPdfObject ().(*_bda .PdfIndirectObject );_abae {return _c .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_beef ._aebb ,_bgbe .PdfObject .String ());};return "";};const (XObjectTypeUndefined XObjectType =iota ; +XObjectTypeImage ;XObjectTypeForm ;XObjectTypePS ;XObjectTypeUnknown ;); -// SetDisplayDocTitle sets the value of the displayDocTitle flag. -func (_baceb *ViewerPreferences )SetDisplayDocTitle (displayDocTitle bool ){_baceb ._gbbca =&displayDocTitle ;}; +// ImageToRGB converts an image with samples in Separation CS to an image with samples specified in +// DeviceRGB CS. +func (_bcdb *PdfColorspaceSpecialSeparation )ImageToRGB (img Image )(Image ,error ){_ebbbd :=_cf .NewReader (img .getBase ());_egdag :=_bg .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),_bcdb .AlternateSpace .GetNumComponents (),nil ,img ._ffbd ,nil ); +_gbgd :=_cf .NewWriter (_egdag );_daff :=_ce .Pow (2,float64 (img .BitsPerComponent ))-1;_ed .Log .Trace ("\u0053\u0065\u0070a\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u002d\u003e\u0020\u0054\u006f\u0052\u0047\u0042\u0020\u0063o\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +_ed .Log .Trace ("\u0054i\u006et\u0054\u0072\u0061\u006e\u0073f\u006f\u0072m\u003a\u0020\u0025\u002b\u0076",_bcdb .TintTransform );_adde :=_bcdb .AlternateSpace .DecodeArray ();var (_cfbge uint32 ;_fdga error ;);for {_cfbge ,_fdga =_ebbbd .ReadSample (); +if _fdga ==_ga .EOF {break ;};if _fdga !=nil {return img ,_fdga ;};_dcgeb :=float64 (_cfbge )/_daff ;_aeaf ,_dfae :=_bcdb .TintTransform .Evaluate ([]float64 {_dcgeb });if _dfae !=nil {return img ,_dfae ;};for _ebaf ,_ccd :=range _aeaf {_aefd :=_bg .LinearInterpolate (_ccd ,_adde [_ebaf *2],_adde [_ebaf *2+1],0,1); +if _dfae =_gbgd .WriteSample (uint32 (_aefd *_daff ));_dfae !=nil {return img ,_dfae ;};};};return _bcdb .AlternateSpace .ImageToRGB (_fggae (&_egdag ));}; -// ToInteger convert to an integer format. -func (_cafgc *PdfColorDeviceGray )ToInteger (bits int )uint32 {_ggfc :=_aaa .Pow (2,float64 (bits ))-1;return uint32 (_ggfc *_cafgc .Val ());};func (_ceecd *PdfReader )newPdfSignatureFromIndirect (_aaecd *_cee .PdfIndirectObject )(*PdfSignature ,error ){_cdbbe ,_egbfc :=_aaecd .PdfObject .(*_cee .PdfObjectDictionary ); -if !_egbfc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,ErrTypeCheck ;};if _gbfad ,_gdbad :=_ceecd ._fcgbe .GetModelFromPrimitive (_aaecd ).(*PdfSignature );_gdbad {return _gbfad ,nil ;};_cceb :=&PdfSignature {};_cceb ._gcfbb =_aaecd ;_cceb .Type ,_ =_cee .GetName (_cdbbe .Get ("\u0054\u0079\u0070\u0065")); -_cceb .Filter ,_egbfc =_cee .GetName (_cdbbe .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if !_egbfc {_fca .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053i\u0067\u006e\u0061\u0074\u0075r\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};_cceb .SubFilter ,_ =_cee .GetName (_cdbbe .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r"));_cceb .Contents ,_egbfc =_cee .GetString (_cdbbe .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_egbfc {_fca .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};if _fdafa ,_ecacb :=_cee .GetArray (_cdbbe .Get ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e"));_ecacb {_cceb .Reference =_cee .MakeArray ();for _ ,_cbcb :=range _fdafa .Elements (){_afcbd ,_fadcf :=_cee .GetDict (_cbcb ); -if !_fadcf {_fca .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020R\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0061\u0074\u0065\u0064");return nil ,ErrInvalidAttribute ; -};_bdfea ,_ccega :=_ceecd .newPdfSignatureReferenceFromDict (_afcbd );if _ccega !=nil {return nil ,_ccega ;};_cceb .Reference .Append (_bdfea .ToPdfObject ());};};_cceb .Cert =_cdbbe .Get ("\u0043\u0065\u0072\u0074");_cceb .ByteRange ,_ =_cee .GetArray (_cdbbe .Get ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e")); -_cceb .Changes ,_ =_cee .GetArray (_cdbbe .Get ("\u0043h\u0061\u006e\u0067\u0065\u0073"));_cceb .Name ,_ =_cee .GetString (_cdbbe .Get ("\u004e\u0061\u006d\u0065"));_cceb .M ,_ =_cee .GetString (_cdbbe .Get ("\u004d"));_cceb .Location ,_ =_cee .GetString (_cdbbe .Get ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e")); -_cceb .Reason ,_ =_cee .GetString (_cdbbe .Get ("\u0052\u0065\u0061\u0073\u006f\u006e"));_cceb .ContactInfo ,_ =_cee .GetString (_cdbbe .Get ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f"));_cceb .R ,_ =_cee .GetInt (_cdbbe .Get ("\u0052")); -_cceb .V ,_ =_cee .GetInt (_cdbbe .Get ("\u0056"));_cceb .PropBuild ,_ =_cee .GetDict (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0042\u0075\u0069\u006c\u0064"));_cceb .PropAuthTime ,_ =_cee .GetInt (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0069\u006d\u0065")); -_cceb .PropAuthType ,_ =_cee .GetName (_cdbbe .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0079\u0070\u0065"));_ceecd ._fcgbe .Register (_aaecd ,_cceb );return _cceb ,nil ;}; +// GetContainingPdfObject gets the primitive used to parse the color space. +func (_babf *PdfColorspaceICCBased )GetContainingPdfObject ()_bda .PdfObject {return _babf ._ebge }; -// NewPdfActionGoToE returns a new "go to embedded" action. -func NewPdfActionGoToE ()*PdfActionGoToE {_ffb :=NewPdfAction ();_fgd :=&PdfActionGoToE {};_fgd .PdfAction =_ffb ;_ffb .SetContext (_fgd );return _fgd ;}; +// SetType sets the field button's type. Can be one of: +// - PdfFieldButtonPush for push button fields +// - PdfFieldButtonCheckbox for checkbox fields +// - PdfFieldButtonRadio for radio button fields +// This sets the field's flag appropriately. +func (_edce *PdfFieldButton )SetType (btype ButtonType ){_acbfe :=uint32 (0);if _edce .Ff !=nil {_acbfe =uint32 (*_edce .Ff );};switch btype {case ButtonTypePush :_acbfe |=FieldFlagPushbutton .Mask ();case ButtonTypeRadio :_acbfe |=FieldFlagRadio .Mask (); +};_edce .Ff =_bda .MakeInteger (int64 (_acbfe ));};func (_adffe *PdfWriter )writeObjectsInStreams (_fbdca map[_bda .PdfObject ]bool )error {for _ ,_bcfbc :=range _adffe ._ccbbg {if _fadcd :=_fbdca [_bcfbc ];_fadcd {continue ;};_egefb :=int64 (0);switch _efecb :=_bcfbc .(type ){case *_bda .PdfIndirectObject :_egefb =_efecb .ObjectNumber ; +case *_bda .PdfObjectStream :_egefb =_efecb .ObjectNumber ;case *_bda .PdfObjectStreams :_egefb =_efecb .ObjectNumber ;case *_bda .PdfObjectDictionary ,*_bda .PdfObjectString :default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075p\u0070\u006f\u0072t\u0065\u0064 \u0074\u0079\u0070\u0065\u0020\u0069n\u0020wr\u0069\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0054\u0020\u0028\u0074\u0079\u0070\u0065\u0020\u0025\u0054\u0029",_bcfbc ,_efecb ); +return ErrTypeCheck ;};if _adffe ._cbdd !=nil &&_bcfbc !=_adffe ._dgeba {_baabb :=_adffe ._cbdd .Encrypt (_bcfbc ,_egefb ,0);if _baabb !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067\u0020(%\u0073\u0029",_baabb ); +return _baabb ;};};_adffe .writeObject (int (_egefb ),_bcfbc );};return nil ;}; -// GetContainingPdfObject returns the page as a dictionary within an PdfIndirectObject. -func (_gdbfg *PdfPage )GetContainingPdfObject ()_cee .PdfObject {return _gdbfg ._bafab }; +// ToPdfObject returns the choice field dictionary within an indirect object (container). +func (_ebbac *PdfFieldChoice )ToPdfObject ()_bda .PdfObject {_ebbac .PdfField .ToPdfObject ();_fabed :=_ebbac ._ceaeg ;_aabb :=_fabed .PdfObject .(*_bda .PdfObjectDictionary );_aabb .Set ("\u0046\u0054",_bda .MakeName ("\u0043\u0068"));if _ebbac .Opt !=nil {_aabb .Set ("\u004f\u0070\u0074",_ebbac .Opt ); +};if _ebbac .TI !=nil {_aabb .Set ("\u0054\u0049",_ebbac .TI );};if _ebbac .I !=nil {_aabb .Set ("\u0049",_ebbac .I );};return _fabed ;}; -// SetPdfModifiedDate sets the ModDate attribute of the output PDF. -func SetPdfModifiedDate (modifiedDate _gc .Time ){_dggagg .Lock ();defer _dggagg .Unlock ();_cedfg =modifiedDate ;}; +// SetImageHandler sets the image handler used by the package. +func SetImageHandler (imgHandling ImageHandler ){ImageHandling =imgHandling };func (_egdd *PdfColorspaceDeviceCMYK )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b";}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 4 for a CMYK32 device. -func (_ecfe *PdfColorspaceDeviceCMYK )GetNumComponents ()int {return 4}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// component PDF objects. +func (_ceab *PdfColorspaceICCBased )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if _ceab .Alternate ==nil {if _ceab .N ==1{_gdeef :=NewPdfColorspaceDeviceGray ();return _gdeef .ColorFromPdfObjects (objects );}else if _ceab .N ==3{_ecdec :=NewPdfColorspaceDeviceRGB (); +return _ecdec .ColorFromPdfObjects (objects );}else if _ceab .N ==4{_cgdd :=NewPdfColorspaceDeviceCMYK ();return _cgdd .ColorFromPdfObjects (objects );}else {return nil ,_gea .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};return _ceab .Alternate .ColorFromPdfObjects (objects );}; -// ColorToRGB only converts color used with uncolored patterns (defined in underlying colorspace). Does not go into the -// pattern objects and convert those. If that is desired, needs to be done separately. See for example -// grayscale conversion example in unidoc-examples repo. -func (_dddc *PdfColorspaceSpecialPattern )ColorToRGB (color PdfColor )(PdfColor ,error ){_dbgc ,_egec :=color .(*PdfColorPattern );if !_egec {_fca .Log .Debug ("\u0043\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0070a\u0074\u0074\u0065\u0072\u006e\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",color ); -return nil ,ErrTypeCheck ;};if _dbgc .Color ==nil {return color ,nil ;};if _dddc .UnderlyingCS ==nil {return nil ,_cdf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};return _dddc .UnderlyingCS .ColorToRGB (_dbgc .Color ); +// GetDSS gets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current +// document revision. +func (_gfg *PdfAppender )GetDSS ()(_eecbd *DSS ){return _gfg ._afaf };func (_gac *PdfReader )newPdfActionSetOCGStateFromDict (_cdgb *_bda .PdfObjectDictionary )(*PdfActionSetOCGState ,error ){return &PdfActionSetOCGState {State :_cdgb .Get ("\u0053\u0074\u0061t\u0065"),PreserveRB :_cdgb .Get ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042")},nil ; }; -// SetKDict sets the KDict for the KValue. -func (_bgdeb *KValue )SetKDict (kDict *KDict ){_bgdeb .Clear ();_bgdeb ._aedde =kDict };func (_ccdd *PdfColorspaceSpecialSeparation )String ()string {return "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e";}; - -// GetOutlineTree returns the outline tree. -func (_ddddf *PdfReader )GetOutlineTree ()*PdfOutlineTreeNode {return _ddddf ._bafag };func _dbead (_fagcg _cee .PdfObject )(*fontFile ,error ){_fca .Log .Trace ("\u006e\u0065\u0077\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0046\u0072\u006f\u006dP\u0064f\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_fagcg ); -_cead :=&fontFile {};_fagcg =_cee .TraceToDirectObject (_fagcg );_egbb ,_dgfea :=_fagcg .(*_cee .PdfObjectStream );if !_dgfea {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020F\u006f\u006et\u0046\u0069\u006c\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0028\u0025\u0054\u0029",_fagcg ); -return nil ,_cee .ErrTypeError ;};_gffdf :=_egbb .PdfObjectDictionary ;_ffdbg ,_eddce :=_cee .DecodeStream (_egbb );if _eddce !=nil {return nil ,_eddce ;};_eada ,_dgfea :=_cee .GetNameVal (_gffdf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_dgfea {_cead ._ggage =_eada ; -if _eada =="\u0054\u0079\u0070\u0065\u0031\u0043"{_fca .Log .Debug ("T\u0079\u0070\u0065\u0031\u0043\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u006e\u006f\u0074 s\u0075\u0070\u0070o\u0072t\u0065\u0064"); -return nil ,ErrType1CFontNotSupported ;};};_cedgb ,_ :=_cee .GetIntVal (_gffdf .Get ("\u004ce\u006e\u0067\u0074\u0068\u0031"));_dgea ,_ :=_cee .GetIntVal (_gffdf .Get ("\u004ce\u006e\u0067\u0074\u0068\u0032"));if _cedgb > len (_ffdbg ){_cedgb =len (_ffdbg ); -};if _cedgb +_dgea > len (_ffdbg ){_dgea =len (_ffdbg )-_cedgb ;};_bcab :=_ffdbg [:_cedgb ];var _cadcb []byte ;if _dgea > 0{_cadcb =_ffdbg [_cedgb :_cedgb +_dgea ];};if _cedgb > 0&&_dgea > 0{_bgfb :=_cead .loadFromSegments (_bcab ,_cadcb );if _bgfb !=nil {return nil ,_bgfb ; -};};return _cead ,nil ;}; +// GetPdfInfo returns the PDF info dictionary. +func (_feedf *PdfReader )GetPdfInfo ()(*PdfInfo ,error ){_fafccec ,_cdcf :=_feedf .GetTrailer ();if _cdcf !=nil {return nil ,_cdcf ;};var _ebddf *_bda .PdfObjectDictionary ;_addbdg :=_fafccec .Get ("\u0049\u006e\u0066\u006f");switch _aegeb :=_addbdg .(type ){case *_bda .PdfObjectReference :_fdac :=_aegeb ; +_addbdg ,_cdcf =_feedf .GetIndirectObjectByNumber (int (_fdac .ObjectNumber ));_addbdg =_bda .TraceToDirectObject (_addbdg );if _cdcf !=nil {return nil ,_cdcf ;};_ebddf ,_ =_addbdg .(*_bda .PdfObjectDictionary );case *_bda .PdfObjectDictionary :_ebddf =_aegeb ; +};if _ebddf ==nil {return nil ,_gea .New ("I\u006e\u0066\u006f\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0070r\u0065s\u0065\u006e\u0074");};_eabc ,_cdcf :=NewPdfInfoFromObject (_ebddf );if _cdcf !=nil {return nil ,_cdcf ; +};return _eabc ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_gacgf *PdfAnnotationStrikeOut )ToPdfObject ()_cee .PdfObject {_gacgf .PdfAnnotation .ToPdfObject ();_fbbfg :=_gacgf ._eddc ;_ecag :=_fbbfg .PdfObject .(*_cee .PdfObjectDictionary );_gacgf .PdfAnnotationMarkup .appendToPdfDictionary (_ecag );_ecag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t")); -_ecag .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_gacgf .QuadPoints );return _fbbfg ;}; +// GetContainingPdfObject returns the container of the pattern object (indirect object). +func (_ebdcb *PdfPattern )GetContainingPdfObject ()_bda .PdfObject {return _ebdcb ._cbbgec }; -// SetTabOrder sets the tab order for the page. -func (_bbbf *PdfPage )SetTabOrder (order TabOrderType ){_bbbf .Tabs =_cee .MakeName (string (order ))}; +// IsSimple returns true if `font` is a simple font. +func (_acccf *PdfFont )IsSimple ()bool {_ ,_edge :=_acccf ._ggada .(*pdfFontSimple );return _edge }; -// PdfOutline represents a PDF outline dictionary (Table 152 - p. 376). -type PdfOutline struct{PdfOutlineTreeNode ;Parent *PdfOutlineTreeNode ;Count *int64 ;_bbda *_cee .PdfIndirectObject ;}; +// PdfColorspace interface defines the common methods of a PDF colorspace. +// The colorspace defines the data storage format for each color and color representation. +// +// Device based colorspace, specified by name +// - /DeviceGray +// - /DeviceRGB +// - /DeviceCMYK +// +// CIE based colorspace specified by [name, dictionary] +// - [/CalGray dict] +// - [/CalRGB dict] +// - [/Lab dict] +// - [/ICCBased dict] +// +// Special colorspaces +// - /Pattern +// - /Indexed +// - /Separation +// - /DeviceN +// +// Work is in progress to support all colorspaces. At the moment ICCBased color spaces fall back to the alternate +// colorspace which works OK in most cases. For full color support, will need fully featured ICC support. +type PdfColorspace interface{ -// Direction returns the value of the direction. -func (_ccff *ViewerPreferences )Direction ()Direction {return _ccff ._gfegc }; +// String returns the PdfColorspace's name. +String ()string ; -// SetImageHandler sets the image handler used by the package. -func SetImageHandler (imgHandling ImageHandler ){ImageHandling =imgHandling }; +// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. +ImageToRGB (Image )(Image ,error ); -// GetNumComponents returns the number of color components (3 for CalRGB). -func (_cbddd *PdfColorCalRGB )GetNumComponents ()int {return 3}; +// ColorToRGB converts a single color in a given PdfColorspace to an RGB color. +ColorToRGB (_aadbg PdfColor )(PdfColor ,error ); -// ImageToRGB converts ICCBased colorspace image to RGB and returns the result. -func (_bfcbd *PdfColorspaceICCBased )ImageToRGB (img Image )(Image ,error ){if _bfcbd .Alternate ==nil {_fca .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -if _bfcbd .N ==1{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); -_acbaa :=NewPdfColorspaceDeviceGray ();return _acbaa .ImageToRGB (img );}else if _bfcbd .N ==3{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); -return img ,nil ;}else if _bfcbd .N ==4{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); -_abfe :=NewPdfColorspaceDeviceCMYK ();return _abfe .ImageToRGB (img );}else {return img ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};_fca .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_bfcbd ); -_fggg ,_feeeb :=_bfcbd .Alternate .ImageToRGB (img );_fca .Log .Trace ("I\u0043C\u0020\u0049\u006e\u0070\u0075\u0074\u0020\u0069m\u0061\u0067\u0065\u003a %\u002b\u0076",img );_fca .Log .Trace ("I\u0043\u0043\u0020\u004fut\u0070u\u0074\u0020\u0069\u006d\u0061g\u0065\u003a\u0020\u0025\u002b\u0076",_fggg ); -return _fggg ,_feeeb ;}; +// GetNumComponents returns the number of components in the PdfColorspace. +GetNumComponents ()int ; -// ToPdfObject converts the pdfCIDFontType2 to a PDF representation. -func (_gbdbb *pdfCIDFontType2 )ToPdfObject ()_cee .PdfObject {if _gbdbb ._bfeeb ==nil {_gbdbb ._bfeeb =&_cee .PdfIndirectObject {};};_cddae :=_gbdbb .baseFields ().asPdfObjectDictionary ("\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"); -_gbdbb ._bfeeb .PdfObject =_cddae ;if _gbdbb .CIDSystemInfo !=nil {_cddae .Set ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f",_gbdbb .CIDSystemInfo );};if _gbdbb .DW !=nil {_cddae .Set ("\u0044\u0057",_gbdbb .DW );};if _gbdbb .DW2 !=nil {_cddae .Set ("\u0044\u0057\u0032",_gbdbb .DW2 ); -};if _gbdbb .W !=nil {_cddae .Set ("\u0057",_gbdbb .W );};if _gbdbb .W2 !=nil {_cddae .Set ("\u0057\u0032",_gbdbb .W2 );};if _gbdbb .CIDToGIDMap !=nil {_cddae .Set ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070",_gbdbb .CIDToGIDMap );}; -return _gbdbb ._bfeeb ;};func (_cdaaf *PdfSignature )extractChainFromPKCS7 ()([]*_dfd .Certificate ,error ){_daafb ,_eedd :=_ed .Parse (_cdaaf .Contents .Bytes ());if _eedd !=nil {return nil ,_eedd ;};return _daafb .Certificates ,nil ;}; +// ToPdfObject returns a PdfObject representation of the PdfColorspace. +ToPdfObject ()_bda .PdfObject ; -// RepairAcroForm attempts to rebuild the AcroForm fields using the widget -// annotations present in the document pages. Pass nil for the opts parameter -// in order to use the default options. -// NOTE: Currently, the opts parameter is declared in order to enable adding -// future options, but passing nil will always result in the default options -// being used. -func (_dfbgb *PdfReader )RepairAcroForm (opts *AcroFormRepairOptions )error {var _cfee []*PdfField ;_caac :=map[*_cee .PdfIndirectObject ]struct{}{};for _ ,_aagb :=range _dfbgb .PageList {_eebeb ,_fceec :=_aagb .GetAnnotations ();if _fceec !=nil {return _fceec ; -};for _ ,_efdca :=range _eebeb {var _caacf *PdfField ;switch _bgefe :=_efdca .GetContext ().(type ){case *PdfAnnotationWidget :if _bgefe ._dec !=nil {_caacf =_bgefe ._dec ;break ;};if _cdbf ,_fbebf :=_cee .GetIndirect (_bgefe .Parent );_fbebf {_caacf ,_fceec =_dfbgb .newPdfFieldFromIndirectObject (_cdbf ,nil ); -if _fceec ==nil {break ;};_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_cdbf ,_fceec ); -};if _bgefe ._eddc !=nil {_caacf ,_fceec =_dfbgb .newPdfFieldFromIndirectObject (_bgefe ._eddc ,nil );if _fceec ==nil {break ;};_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_bgefe ._eddc ,_fceec ); -};};if _caacf ==nil {continue ;};if _ ,_gfbdg :=_caac [_caacf ._ccbb ];_gfbdg {continue ;};_caac [_caacf ._ccbb ]=struct{}{};_cfee =append (_cfee ,_caacf );};};if len (_cfee )==0{return nil ;};if _dfbgb .AcroForm ==nil {_dfbgb .AcroForm =NewPdfAcroForm (); -};_dfbgb .AcroForm .Fields =&_cfee ;return nil ;}; +// ColorFromPdfObjects returns a PdfColor in the given PdfColorspace from an array of PdfObject where each +// PdfObject represents a numeric value. +ColorFromPdfObjects (_cfef []_bda .PdfObject )(PdfColor ,error ); -// B returns the value of the blue component of the color. -func (_dcfb *PdfColorDeviceRGB )B ()float64 {return _dcfb [2]};func (_afbd *PdfAppender )mergeResources (_egfdf ,_befe _cee .PdfObject ,_gaba map[_cee .PdfObjectName ]_cee .PdfObjectName )_cee .PdfObject {if _befe ==nil &&_egfdf ==nil {return nil ;};if _befe ==nil {return _egfdf ; -};_acae ,_bfaa :=_cee .GetDict (_befe );if !_bfaa {return _egfdf ;};if _egfdf ==nil {_afae :=_cee .MakeDict ();_afae .Merge (_acae );return _befe ;};_egd ,_bfaa :=_cee .GetDict (_egfdf );if !_bfaa {_fca .Log .Error ("\u0045\u0072\u0072or\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -_egd =_cee .MakeDict ();};for _ ,_gddb :=range _acae .Keys (){if _bcgf ,_eaeb :=_gaba [_gddb ];_eaeb {_egd .Set (_bcgf ,_acae .Get (_gddb ));}else {_egd .Set (_gddb ,_acae .Get (_gddb ));};};return _egd ;};func _bbcd (_ebbf *PdfField ,_dfcb _cee .PdfObject )error {switch _ebbf .GetContext ().(type ){case *PdfFieldText :switch _ceead :=_dfcb .(type ){case *_cee .PdfObjectName :_fcgg :=_ceead ; -_fca .Log .Debug ("\u0055\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u003a\u0020\u0047\u006f\u0074 \u0056\u0020\u0061\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u003e\u0020c\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f s\u0074\u0072\u0069\u006e\u0067\u0020\u0027\u0025\u0073\u0027",_fcgg .String ()); -_ebbf .V =_cee .MakeEncodedString (_ceead .String (),true );case *_cee .PdfObjectString :_ebbf .V =_cee .MakeEncodedString (_ceead .String (),true );default:_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0056\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u0028\u0025\u0023\u0076\u0029",_ceead ,_ceead ); -};case *PdfFieldButton :switch _dfcb .(type ){case *_cee .PdfObjectName :if len (_dfcb .String ())> 0{_ebbf .V =_dfcb ;_feceb (_ebbf ,_dfcb );};case *_cee .PdfObjectString :if len (_dfcb .String ())> 0{_ebbf .V =_cee .MakeName (_dfcb .String ());_feceb (_ebbf ,_ebbf .V ); -};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_ebbf .PartialName (),_dfcb );_ebbf .V =_dfcb ;};case *PdfFieldChoice :switch _dfcb .(type ){case *_cee .PdfObjectName :if len (_dfcb .String ())> 0{_ebbf .V =_cee .MakeString (_dfcb .String ()); -_feceb (_ebbf ,_dfcb );};case *_cee .PdfObjectString :if len (_dfcb .String ())> 0{_ebbf .V =_dfcb ;_feceb (_ebbf ,_cee .MakeName (_dfcb .String ()));};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_ebbf .PartialName (),_dfcb ); -_ebbf .V =_dfcb ;};case *PdfFieldSignature :_fca .Log .Debug ("\u0054\u004f\u0044\u004f\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0061\u0070\u0070e\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0079\u0065\u0074\u003a\u0020\u0025\u0073\u002f\u0025v",_ebbf .PartialName (),_dfcb ); -};return nil ;};func (_gda *PdfReader )newPdfActionGotoFromDict (_afga *_cee .PdfObjectDictionary )(*PdfActionGoTo ,error ){return &PdfActionGoTo {D :_afga .Get ("\u0044")},nil ;}; +// ColorFromFloats returns a new PdfColor based on input color components for a given PdfColorspace. +ColorFromFloats (_gefc []float64 )(PdfColor ,error ); -// CharcodeBytesToUnicode converts PDF character codes `data` to a Go unicode string. +// DecodeArray returns the Decode array for the PdfColorSpace, i.e. the range of each component. +DecodeArray ()[]float64 ;}; + +// SubsetRegistered subsets the font to only the glyphs that have been registered by the encoder. // -// 9.10 Extraction of Text Content (page 292) -// The process of finding glyph descriptions in OpenType fonts by a conforming reader shall be the following: -// - For Type 1 fonts using “CFF” tables, the process shall be as described in 9.6.6.2, "Encodings -// for Type 1 Fonts". -// - For TrueType fonts using “glyf” tables, the process shall be as described in 9.6.6.4, -// "Encodings for TrueType Fonts". Since this process sometimes produces ambiguous results, -// conforming writers, instead of using a simple font, shall use a Type 0 font with an Identity-H -// encoding and use the glyph indices as character codes, as described following Table 118. -func (_bgdgg *PdfFont )CharcodeBytesToUnicode (data []byte )(string ,int ,int ){_abef ,_ ,_gcbff :=_bgdgg .CharcodesToUnicodeWithStats (_bgdgg .BytesToCharcodes (data ));_ecdb :=_dae .ExpandLigatures (_abef );return _ecdb ,_c .RuneCountInString (_ecdb ),_gcbff ; -}; +// NOTE: This only works on fonts that support subsetting. For unsupported fonts this is a no-op, although a debug +// message is emitted. Currently supported fonts are embedded Truetype CID fonts (type 0). +// +// NOTE: Make sure to call this soon before writing (once all needed runes have been registered). +// If using package creator, use its EnableFontSubsetting method instead. +func (_bbe *PdfFont )SubsetRegistered ()error {switch _cfdae :=_bbe ._ggada .(type ){case *pdfFontType0 :_fgdd :=_cfdae .subsetRegistered ();if _fgdd !=nil {_ed .Log .Debug ("\u0053\u0075b\u0073\u0065\u0074 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fgdd ); +return _fgdd ;};if _cfdae ._efgbc !=nil {if _cfdae ._geed !=nil {_cfdae ._geed .ToPdfObject ();};_cfdae .ToPdfObject ();};default:_ed .Log .Debug ("F\u006f\u006e\u0074\u0020\u0025\u0054 \u0064\u006f\u0065\u0073\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006fr\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069n\u0067",_cfdae ); +};return nil ;}; -// ToPdfObject convert PdfInfo to pdf object. -func (_geaae *PdfInfo )ToPdfObject ()_cee .PdfObject {_cbee :=_cee .MakeDict ();_cbee .SetIfNotNil ("\u0054\u0069\u0074l\u0065",_geaae .Title );_cbee .SetIfNotNil ("\u0041\u0075\u0074\u0068\u006f\u0072",_geaae .Author );_cbee .SetIfNotNil ("\u0053u\u0062\u006a\u0065\u0063\u0074",_geaae .Subject ); -_cbee .SetIfNotNil ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_geaae .Keywords );_cbee .SetIfNotNil ("\u0043r\u0065\u0061\u0074\u006f\u0072",_geaae .Creator );_cbee .SetIfNotNil ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_geaae .Producer ); -_cbee .SetIfNotNil ("\u0054r\u0061\u0070\u0070\u0065\u0064",_geaae .Trapped );if _geaae .CreationDate !=nil {_cbee .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_geaae .CreationDate .ToPdfObject ());};if _geaae .ModifiedDate !=nil {_cbee .SetIfNotNil ("\u004do\u0064\u0044\u0061\u0074\u0065",_geaae .ModifiedDate .ToPdfObject ()); -};for _ ,_bgcc :=range _geaae ._ecfea .Keys (){_cbee .SetIfNotNil (_bgcc ,_geaae ._ecfea .Get (_bgcc ));};return _cbee ;};func _dabde (_acbbff *_cee .PdfObjectDictionary )(*PdfTilingPattern ,error ){_ffbd :=&PdfTilingPattern {};_egddd :=_acbbff .Get ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e"); -if _egddd ==nil {_fca .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054\u0079\u0070\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_accdb ,_cdaggc :=_egddd .(*_cee .PdfObjectInteger );if !_cdaggc {_fca .Log .Debug ("\u0050\u0061\u0069\u006e\u0074\u0054y\u0070\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_egddd ); -return nil ,_cee .ErrTypeError ;};_ffbd .PaintType =_accdb ;_egddd =_acbbff .Get ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065");if _egddd ==nil {_fca .Log .Debug ("\u0054i\u006ci\u006e\u0067\u0054\u0079\u0070e\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_aagd ,_cdaggc :=_egddd .(*_cee .PdfObjectInteger );if !_cdaggc {_fca .Log .Debug ("\u0054\u0069\u006cin\u0067\u0054\u0079\u0070\u0065\u0020\u006e\u006f\u0074 \u0061n\u0020i\u006et\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_egddd ); -return nil ,_cee .ErrTypeError ;};_ffbd .TilingType =_aagd ;_egddd =_acbbff .Get ("\u0042\u0042\u006f\u0078");if _egddd ==nil {_fca .Log .Debug ("\u0042\u0042\u006fx\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; -};_egddd =_cee .TraceToDirectObject (_egddd );_gcdc ,_cdaggc :=_egddd .(*_cee .PdfObjectArray );if !_cdaggc {_fca .Log .Debug ("\u0042B\u006f\u0078 \u0073\u0068\u006fu\u006c\u0064\u0020\u0062\u0065\u0020\u0073p\u0065\u0063\u0069\u0066\u0069\u0065d\u0020\u0062\u0079\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061y\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_egddd ); -return nil ,_cee .ErrTypeError ;};_fcffd ,_dgfcc :=NewPdfRectangle (*_gcdc );if _dgfcc !=nil {_fca .Log .Debug ("\u0042\u0042\u006f\u0078\u0020\u0065\u0072\u0072\u006fr\u003a\u0020\u0025\u0076",_dgfcc );return nil ,_dgfcc ;};_ffbd .BBox =_fcffd ;_egddd =_acbbff .Get ("\u0058\u0053\u0074e\u0070"); -if _egddd ==nil {_fca .Log .Debug ("\u0058\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_fggdf ,_dgfcc :=_cee .GetNumberAsFloat (_egddd );if _dgfcc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0058S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_fggdf ); -return nil ,_dgfcc ;};_ffbd .XStep =_cee .MakeFloat (_fggdf );_egddd =_acbbff .Get ("\u0059\u0053\u0074e\u0070");if _egddd ==nil {_fca .Log .Debug ("\u0059\u0053\u0074\u0065\u0070\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ; -};_aggd ,_dgfcc :=_cee .GetNumberAsFloat (_egddd );if _dgfcc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0059S\u0074e\u0070\u0020\u0061\u0073\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_aggd ); -return nil ,_dgfcc ;};_ffbd .YStep =_cee .MakeFloat (_aggd );_egddd =_acbbff .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _egddd ==nil {_fca .Log .Debug ("\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_acbbff ,_cdaggc =_cee .TraceToDirectObject (_egddd ).(*_cee .PdfObjectDictionary );if !_cdaggc {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_egddd ); -};_adddg ,_dgfcc :=NewPdfPageResourcesFromDict (_acbbff );if _dgfcc !=nil {return nil ,_dgfcc ;};_ffbd .Resources =_adddg ;if _fegcg :=_acbbff .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_fegcg !=nil {_eeefc ,_fgdb :=_fegcg .(*_cee .PdfObjectArray ); -if !_fgdb {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_fegcg );return nil ,_cee .ErrTypeError ;};_ffbd .Matrix =_eeefc ;};return _ffbd ,nil ; -}; +// ToPdfObject converts the PdfFont object to its PDF representation. +func (_dgbaa *PdfFont )ToPdfObject ()_bda .PdfObject {if _dgbaa ._ggada ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0066\u006f\u006e\u0074 \u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073 \u006e\u0069\u006c");return _bda .MakeNull (); +};return _dgbaa ._ggada .ToPdfObject ();};const (_ PdfOutputIntentType =iota ;PdfOutputIntentTypeA1 ;PdfOutputIntentTypeA2 ;PdfOutputIntentTypeA3 ;PdfOutputIntentTypeA4 ;PdfOutputIntentTypeX ;);func (_fdgcf *LTV )getCerts (_dbae []*_bd .Certificate )([][]byte ,error ){_bbdc :=make ([][]byte ,0,len (_dbae )); +for _ ,_aeebc :=range _dbae {_bbdc =append (_bbdc ,_aeebc .Raw );};return _bbdc ,nil ;}; -// NewPdfAnnotationCircle returns a new circle annotation. -func NewPdfAnnotationCircle ()*PdfAnnotationCircle {_bbb :=NewPdfAnnotation ();_fdf :=&PdfAnnotationCircle {};_fdf .PdfAnnotation =_bbb ;_fdf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bbb .SetContext (_fdf );return _fdf ;}; +// NewPdfAppender creates a new Pdf appender from a Pdf reader. +func NewPdfAppender (reader *PdfReader )(*PdfAppender ,error ){_gece :=&PdfAppender {_eecc :reader ._adacg ,Reader :reader ,_afcg :reader ._fdadg ,_facc :reader ._efag };_bfadc ,_cgaf :=_gece ._eecc .Seek (0,_ga .SeekEnd );if _cgaf !=nil {return nil ,_cgaf ; +};_gece ._aaaa =_bfadc ;if _ ,_cgaf =_gece ._eecc .Seek (0,_ga .SeekStart );_cgaf !=nil {return nil ,_cgaf ;};_gece ._babd ,_cgaf =NewPdfReader (_gece ._eecc );if _cgaf !=nil {return nil ,_cgaf ;};for _ ,_fggd :=range _gece .Reader .GetObjectNums (){if _gece ._eaedg < _fggd {_gece ._eaedg =_fggd ; +};};_gece ._gagb =_gece ._afcg .GetXrefTable ();_gece ._edff =_gece ._afcg .GetXrefOffset ();_gece ._eebd =append (_gece ._eebd ,_gece ._babd .PageList ...);_gece ._agg =make (map[_bda .PdfObject ]struct{});_gece ._ffge =make (map[_bda .PdfObject ]int64 ); +_gece ._ffff =make (map[_bda .PdfObject ]struct{});_gece ._ggae =_gece ._babd .AcroForm ;_gece ._afaf =_gece ._babd .DSS ;return _gece ,nil ;};func _eafcd (_cbdb *_bda .PdfObjectDictionary ,_cggdb *fontCommon )(*pdfCIDFontType0 ,error ){if _cggdb ._fggeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"{_ed .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0030\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_cggdb ); +return nil ,_bda .ErrRangeError ;};_gbgb :=_fcbe (_cggdb );_abaac ,_gacd :=_bda .GetDict (_cbdb .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_gacd {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_cggdb ); +return nil ,ErrRequiredAttributeMissing ;};_gbgb .CIDSystemInfo =_abaac ;_gbgb .DW =_cbdb .Get ("\u0044\u0057");_gbgb .W =_cbdb .Get ("\u0057");_gbgb .DW2 =_cbdb .Get ("\u0044\u0057\u0032");_gbgb .W2 =_cbdb .Get ("\u0057\u0032");_gbgb ._egcg =1000.0;if _faegb ,_fgead :=_bda .GetNumberAsFloat (_gbgb .DW ); +_fgead ==nil {_gbgb ._egcg =_faegb ;};_bfcgg ,_dfcgf :=_edda (_gbgb .W );if _dfcgf !=nil {return nil ,_dfcgf ;};if _bfcgg ==nil {_bfcgg =map[_dgb .CharCode ]float64 {};};_gbgb ._aabdbg =_bfcgg ;return _gbgb ,nil ;}; -// NewPdfColorspaceCalRGB returns a new CalRGB colorspace object. -func NewPdfColorspaceCalRGB ()*PdfColorspaceCalRGB {_acbeg :=&PdfColorspaceCalRGB {};_acbeg .BlackPoint =[]float64 {0.0,0.0,0.0};_acbeg .Gamma =[]float64 {1.0,1.0,1.0};_acbeg .Matrix =[]float64 {1,0,0,0,1,0,0,0,1};return _acbeg ;}; +// AddOCSPs adds OCSPs to DSS. +func (_cfab *DSS )AddOCSPs (ocsps [][]byte )([]*_bda .PdfObjectStream ,error ){return _cfab .add (&_cfab .OCSPs ,_cfab ._bcdc ,ocsps );}; -// FileRelationship represents a attachment file relationship type. -type FileRelationship int ; +// Items returns all children outline items. +func (_fbbge *Outline )Items ()[]*OutlineItem {return _fbbge .Entries }; -// PdfShadingPattern is a Shading patterns that provide a smooth transition between colors across an area to be painted, -// i.e. color(x,y) = f(x,y) at each point. -// It is a type 2 pattern (PatternType = 2). -type PdfShadingPattern struct{*PdfPattern ;Shading *PdfShading ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;}; +// CompliancePdfReader is a wrapper over PdfReader that is used for verifying if the input Pdf document matches the +// compliance rules of standards like PDF/A. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type CompliancePdfReader struct{*PdfReader ;_ceae _bda .ParserMetadata ;}; -// ToPdfObject implements interface PdfModel. -func (_cdaa *PdfFilespec )ToPdfObject ()_cee .PdfObject {_bacgg :=_cdaa .getDict ();_bacgg .Clear ();_bacgg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"));_bacgg .SetIfNotNil ("\u0046\u0053",_cdaa .FS ); -_bacgg .SetIfNotNil ("\u0046",_cdaa .F );_bacgg .SetIfNotNil ("\u0055\u0046",_cdaa .UF );_bacgg .SetIfNotNil ("\u0044\u004f\u0053",_cdaa .DOS );_bacgg .SetIfNotNil ("\u004d\u0061\u0063",_cdaa .Mac );_bacgg .SetIfNotNil ("\u0055\u006e\u0069\u0078",_cdaa .Unix ); -_bacgg .SetIfNotNil ("\u0049\u0044",_cdaa .ID );_bacgg .SetIfNotNil ("\u0056",_cdaa .V );_bacgg .SetIfNotNil ("\u0045\u0046",_cdaa .EF );_bacgg .SetIfNotNil ("\u0052\u0046",_cdaa .RF );_bacgg .SetIfNotNil ("\u0044\u0065\u0073\u0063",_cdaa .Desc );_bacgg .SetIfNotNil ("\u0043\u0049",_cdaa .CI ); -_bacgg .SetIfNotNil ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070",_cdaa .AFRelationship );return _cdaa ._gbfeg ;}; +// NewPdfColorPatternType3 returns an empty color shading pattern type 3 (Radial). +func NewPdfColorPatternType3 ()*PdfColorPatternType3 {_cccdf :=&PdfColorPatternType3 {};return _cccdf ;};func (_fdeab *PdfWriter )checkPendingObjects (){for _faaag ,_degeee :=range _fdeab ._dacdaa {if !_fdeab .hasObject (_faaag ){_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u0020\u0050\u0065n\u0064\u0069\u006eg\u0020\u006f\u0062j\u0065\u0063t\u0020\u0025\u002b\u0076\u0020\u0025T\u0020(%\u0070\u0029\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0077\u0072\u0069\u0074\u0069\u006e\u0067",_faaag ,_faaag ,_faaag ); +for _ ,_ccgee :=range _degeee {for _ ,_cbcagd :=range _ccgee .Keys (){_egadb :=_ccgee .Get (_cbcagd );if _egadb ==_faaag {_ed .Log .Debug ("\u0050e\u006e\u0064i\u006e\u0067\u0020\u006fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0061nd\u0020\u0072\u0065p\u006c\u0061c\u0065\u0064\u0020\u0077\u0069\u0074h\u0020\u006eu\u006c\u006c"); +_ccgee .Set (_cbcagd ,_bda .MakeNull ());break ;};};};};};};func (_dbfcd *PdfWriter )writeXRefStreams (_bdedad int ,_gcdgd int64 )error {_adaaf :=_bdedad +1;_dbfcd ._fcbcd [_adaaf ]=crossReference {Type :1,ObjectNumber :_adaaf ,Offset :_gcdgd };_acfbb :=_dff .NewBuffer (nil ); +_cacf :=_bda .MakeArray ();for _fecbb :=0;_fecbb <=_bdedad ;{for ;_fecbb <=_bdedad ;_fecbb ++{_gbcdd ,_eedef :=_dbfcd ._fcbcd [_fecbb ];if _eedef &&(!_dbfcd ._eccfc ||_dbfcd ._eccfc &&(_gbcdd .Type ==1&&_gbcdd .Offset >=_dbfcd ._cbedca ||_gbcdd .Type ==0)){break ; +};};var _ggaab int ;for _ggaab =_fecbb +1;_ggaab <=_bdedad ;_ggaab ++{_gdcdb ,_ddbbd :=_dbfcd ._fcbcd [_ggaab ];if _ddbbd &&(!_dbfcd ._eccfc ||_dbfcd ._eccfc &&(_gdcdb .Type ==1&&_gdcdb .Offset > _dbfcd ._cbedca )){continue ;};break ;};_cacf .Append (_bda .MakeInteger (int64 (_fecbb )),_bda .MakeInteger (int64 (_ggaab -_fecbb ))); +for _adcdf :=_fecbb ;_adcdf < _ggaab ;_adcdf ++{_dbefc :=_dbfcd ._fcbcd [_adcdf ];switch _dbefc .Type {case 0:_e .Write (_acfbb ,_e .BigEndian ,byte (0));_e .Write (_acfbb ,_e .BigEndian ,uint32 (0));_e .Write (_acfbb ,_e .BigEndian ,uint16 (0xFFFF));case 1:_e .Write (_acfbb ,_e .BigEndian ,byte (1)); +_e .Write (_acfbb ,_e .BigEndian ,uint32 (_dbefc .Offset ));_e .Write (_acfbb ,_e .BigEndian ,uint16 (_dbefc .Generation ));case 2:_e .Write (_acfbb ,_e .BigEndian ,byte (2));_e .Write (_acfbb ,_e .BigEndian ,uint32 (_dbefc .ObjectNumber ));_e .Write (_acfbb ,_e .BigEndian ,uint16 (_dbefc .Index )); +};};_fecbb =_ggaab +1;};_edgaag ,_fdfeb :=_bda .MakeStream (_acfbb .Bytes (),_bda .NewFlateEncoder ());if _fdfeb !=nil {return _fdfeb ;};_edgaag .ObjectNumber =int64 (_adaaf );_edgaag .PdfObjectDictionary .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0058\u0052\u0065\u0066")); +_edgaag .PdfObjectDictionary .Set ("\u0057",_bda .MakeArray (_bda .MakeInteger (1),_bda .MakeInteger (4),_bda .MakeInteger (2)));_edgaag .PdfObjectDictionary .Set ("\u0049\u006e\u0064e\u0078",_cacf );_edgaag .PdfObjectDictionary .Set ("\u0053\u0069\u007a\u0065",_bda .MakeInteger (int64 (_adaaf ))); +_edgaag .PdfObjectDictionary .Set ("\u0049\u006e\u0066\u006f",_dbfcd ._eebef );_edgaag .PdfObjectDictionary .Set ("\u0052\u006f\u006f\u0074",_dbfcd ._eefbd );if _dbfcd ._eccfc &&_dbfcd ._eafcga > 0{_edgaag .PdfObjectDictionary .Set ("\u0050\u0072\u0065\u0076",_bda .MakeInteger (_dbfcd ._eafcga )); +};if _dbfcd ._cbdd !=nil {_edgaag .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_dbfcd ._dgeba );};if _dbfcd ._ffgbfc ==nil &&_dbfcd ._gcbgf !=""&&_dbfcd ._ebgegf !=""{_dbfcd ._ffgbfc =_bda .MakeArray (_bda .MakeHexString (_dbfcd ._gcbgf ),_bda .MakeHexString (_dbfcd ._ebgegf )); +};if _dbfcd ._ffgbfc !=nil {_ed .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_dbfcd ._ffgbfc );_edgaag .Set ("\u0049\u0044",_dbfcd ._ffgbfc );};_dbfcd .writeObject (int (_edgaag .ObjectNumber ),_edgaag );return nil ;}; -// NewPdfColorspaceSpecialIndexed returns a new Indexed color. -func NewPdfColorspaceSpecialIndexed ()*PdfColorspaceSpecialIndexed {return &PdfColorspaceSpecialIndexed {HiVal :255};}; +// SetPdfModifiedDate sets the ModDate attribute of the output PDF. +func SetPdfModifiedDate (modifiedDate _ad .Time ){_ggbe .Lock ();defer _ggbe .Unlock ();_eddfc =modifiedDate ;}; -// ToPdfObject implements interface PdfModel. -func (_acf *PdfAction )ToPdfObject ()_cee .PdfObject {_dd :=_acf ._gaf ;_adg :=_dd .PdfObject .(*_cee .PdfObjectDictionary );_adg .Clear ();_adg .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0041\u0063\u0074\u0069\u006f\u006e"));_adg .SetIfNotNil ("\u0053",_acf .S ); -_adg .SetIfNotNil ("\u004e\u0065\u0078\u0074",_acf .Next );return _dd ;}; +// ContentStreamWrapper wraps the Page's contentstream into q ... Q blocks. +type ContentStreamWrapper interface{WrapContentStream (_egebg *PdfPage )error ;}; -// GetCatalogLanguage gets catalog Language object. -func (_agbc *PdfReader )GetCatalogLanguage ()(_cee .PdfObject ,bool ){if _agbc ._cacfe ==nil {return nil ,false ;};_gcdbed :=_agbc ._cacfe .Get ("\u004c\u0061\u006e\u0067");return _gcdbed ,_gcdbed !=nil ;}; +// Encoder returns the font's text encoder. +func (_eagfc pdfFontType3 )Encoder ()_dgb .TextEncoder {return _eagfc ._gabce }; -// PdfPage represents a page in a PDF document. (7.7.3.3 - Table 30). -type PdfPage struct{Parent _cee .PdfObject ;LastModified *PdfDate ;Resources *PdfPageResources ;CropBox *PdfRectangle ;MediaBox *PdfRectangle ;BleedBox *PdfRectangle ;TrimBox *PdfRectangle ;ArtBox *PdfRectangle ;BoxColorInfo _cee .PdfObject ;Contents _cee .PdfObject ; -Rotate *int64 ;Group _cee .PdfObject ;Thumb _cee .PdfObject ;B _cee .PdfObject ;Dur _cee .PdfObject ;Trans _cee .PdfObject ;AA _cee .PdfObject ;Metadata _cee .PdfObject ;PieceInfo _cee .PdfObject ;StructParents _cee .PdfObject ;ID _cee .PdfObject ;PZ _cee .PdfObject ; -SeparationInfo _cee .PdfObject ;Tabs _cee .PdfObject ;TemplateInstantiated _cee .PdfObject ;PresSteps _cee .PdfObject ;UserUnit _cee .PdfObject ;VP _cee .PdfObject ;Annots _cee .PdfObject ;_eeaba []*PdfAnnotation ;_cfdab *_cee .PdfObjectDictionary ;_bafab *_cee .PdfIndirectObject ; -_bfeab _cee .PdfObjectDictionary ;_acbbg *PdfReader ;};func (_edeea *PdfWriter )adjustXRefAffectedVersion (_fecgec bool ){if _fecgec &&_edeea ._gceef .Major ==1&&_edeea ._gceef .Minor < 5{_edeea ._gceef .Minor =5;};}; +// NewPdfColorCalGray returns a new CalGray color. +func NewPdfColorCalGray (grayVal float64 )*PdfColorCalGray {_fgbb :=PdfColorCalGray (grayVal );return &_fgbb ;};func (_efbc *PdfReader )lookupPageByObject (_ddcga _bda .PdfObject )(*PdfPage ,error ){return nil ,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +}; -// PdfAnnotationPopup represents Popup annotations. -// (Section 12.5.6.14). -type PdfAnnotationPopup struct{*PdfAnnotation ;Parent _cee .PdfObject ;Open _cee .PdfObject ;}; +// CharcodesToUnicodeWithStats is identical to CharcodesToUnicode except it returns more statistical +// information about hits and misses from the reverse mapping process. +// NOTE: The number of runes returned may be greater than the number of charcodes. +// TODO(peterwilliams97): Deprecate in v4 and use only CharcodesToStrings() +func (_babfcc *PdfFont )CharcodesToUnicodeWithStats (charcodes []_dgb .CharCode )(_fcad []rune ,_ecbef ,_febfb int ){_ffcd ,_ecbef ,_febfb :=_babfcc .CharcodesToStrings (charcodes ,"");return []rune (_ab .Join (_ffcd ,"")),_ecbef ,_febfb ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_fege *PdfColorspaceSpecialSeparation )ToPdfObject ()_cee .PdfObject {_efcag :=_cee .MakeArray (_cee .MakeName ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"));_efcag .Append (_fege .ColorantName );_efcag .Append (_fege .AlternateSpace .ToPdfObject ()); -_efcag .Append (_fege .TintTransform .ToPdfObject ());if _fege ._dfgac !=nil {_fege ._dfgac .PdfObject =_efcag ;return _fege ._dfgac ;};return _efcag ;}; +// PdfRectangle is a definition of a rectangle. +type PdfRectangle struct{Llx float64 ;Lly float64 ;Urx float64 ;Ury float64 ;};func _edgab (_bbef *fontCommon )*pdfFontType0 {return &pdfFontType0 {fontCommon :*_bbef }}; -// GetAttachedFiles retrieves all the attached files info and content. -func (_efacbe *PdfReader )GetAttachedFiles ()([]*EmbeddedFile ,error ){_gffegf :=[]*EmbeddedFile {};_acfdd ,_bedbfg :=_efacbe .GetNameDictionary ();if _bedbfg !=nil {return nil ,_bedbfg ;};if _acfdd ==nil {return _gffegf ,nil ;};_eedc :=_afaaf (_acfdd ); -if _eedc .EmbeddedFiles ==nil {return nil ,nil ;};_efdaa :=_eedc .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_baecd ,_gcbga :=_efdaa .(*_cee .PdfObjectArray );if !_gcbga {return nil ,_cdf .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};for _gecaca :=1;_gecaca < len (_baecd .Elements ());_gecaca +=2{if _gecaca %2!=0{_bdeef :=_baecd .Get (_gecaca );_eacggb ,_gged :=NewPdfFilespecFromObj (_bdeef );if _gged !=nil {return nil ,_gged ;};_cgbee ,_gged :=NewEmbeddedFileFromObject (_eacggb .EF ); -if _gged !=nil {return nil ,_gged ;};_ceacd ,_gfcbf :=_eacggb .F .(*_cee .PdfObjectString );if _gfcbf {_cgbee .Name =_ceacd .Str ();};_cgbee .Description =_eacggb .Desc .WriteString ();_cgbee .Relationship =RelationshipUnspecified ;if _eacggb .AFRelationship !=nil {switch _eacggb .AFRelationship .WriteString (){case "\u0053\u006f\u0075\u0072\u0063\u0065":_cgbee .Relationship =RelationshipSource ; -case "\u0044\u0061\u0074\u0061":_cgbee .Relationship =RelationshipData ;case "A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065":_cgbee .Relationship =RelationshipAlternative ;case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_cgbee .Relationship =RelationshipSupplement ; -default:_cgbee .Relationship =RelationshipUnspecified ;};};_gffegf =append (_gffegf ,_cgbee );};};return _gffegf ,nil ;};func NewViewerPreferencesFromPdfObject (obj _cee .PdfObject )(*ViewerPreferences ,error ){_abdf :=_cee .ResolveReference (obj );_feffb ,_acgfc :=_cee .GetDict (_abdf ); -if !_acgfc {return nil ,_e .Errorf ("e\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0076i\u0065\u0077\u0065\u0072\u0020\u0070\u0072ef\u0065\u0072\u0065\u006ec\u0065\u0073\u0020\u0069\u0073\u0020\u006e\u006f\u0074 a\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_gfecd :=NewViewerPreferences ();if _cbcbg :=_feffb .Get ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072");_cbcbg !=nil {if _cbfd ,_dbbb :=_cee .GetBool (_cbcbg );_dbbb {_gfecd ._bfff =(*bool )(_cbfd );};};if _eeeba :=_feffb .Get ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072"); -_eeeba !=nil {if _ggbff ,_geggg :=_cee .GetBool (_eeeba );_geggg {_gfecd ._fcbcb =(*bool )(_ggbff );};};if _egccf :=_feffb .Get ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049");_egccf !=nil {if _acffc ,_ffeaa :=_cee .GetBool (_egccf ); -_ffeaa {_gfecd ._gfffg =(*bool )(_acffc );};};if _cdbfe :=_feffb .Get ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw");_cdbfe !=nil {if _egedb ,_ebaeba :=_cee .GetBool (_cdbfe );_ebaeba {_gfecd ._cbdgc =(*bool )(_egedb );};};if _dbbeg :=_feffb .Get ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077"); -_dbbeg !=nil {if _efefb ,_efcbg :=_cee .GetBool (_dbbeg );_efcbg {_gfecd ._gaffg =(*bool )(_efefb );};};if _bgbaf :=_feffb .Get ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065");_bgbaf !=nil {if _gacab ,_fbbeb :=_cee .GetBool (_bgbaf ); -_fbbeb {_gfecd ._gbbca =(*bool )(_gacab );};};if _ecagb :=_feffb .Get ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065");_ecagb !=nil {if _efbgc ,_ccege :=_cee .GetName (_ecagb );_ccege {_gfecd ._efgaa =NonFullScreenPageMode (*_efbgc ); -};};if _aaggdg :=_feffb .Get ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn");_aaggdg !=nil {if _bccgf ,_bfbbe :=_cee .GetName (_aaggdg );_bfbbe {_gfecd ._gfegc =Direction (*_bccgf );};};if _egfece :=_feffb .Get ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061"); -_egfece !=nil {if _bbbde ,_faeg :=_cee .GetName (_egfece );_faeg {_gfecd ._gagga =PageBoundary (*_bbbde );};};if _gcacd :=_feffb .Get ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070");_gcacd !=nil {if _dgada ,_dccafc :=_cee .GetName (_gcacd );_dccafc {_gfecd ._baegf =PageBoundary (*_dgada ); -};};if _gggcd :=_feffb .Get ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a");_gggcd !=nil {if _fecfg ,_gcbbe :=_cee .GetName (_gggcd );_gcbbe {_gfecd ._eedee =PageBoundary (*_fecfg );};};if _gaed :=_feffb .Get ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p"); -_gaed !=nil {if _bdcce ,_gcadf :=_cee .GetName (_gaed );_gcadf {_gfecd ._fcddg =PageBoundary (*_bdcce );};};if _afcad :=_feffb .Get ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067");_afcad !=nil {if _gdacd ,_fdgcba :=_cee .GetName (_afcad ); -_fdgcba {_gfecd ._fgbdf =PrintScaling (*_gdacd );};};if _cgaad :=_feffb .Get ("\u0044\u0075\u0070\u006c\u0065\u0078");_cgaad !=nil {if _ffadd ,_ebgca :=_cee .GetName (_cgaad );_ebgca {_gfecd ._cadea =Duplex (*_ffadd );};};if _aafda :=_feffb .Get ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065"); -_aafda !=nil {if _cgfbe ,_bcfeg :=_cee .GetBool (_aafda );_bcfeg {_gfecd ._bdfed =(*bool )(_cgfbe );};};if _ebebg :=_feffb .Get ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065");_ebebg !=nil {if _bacaf ,_gbedd :=_cee .GetArray (_ebebg ); -_gbedd {_gfecd ._acfdg =make ([]int ,_bacaf .Len ());for _cacge :=range _gfecd ._acfdg {if _eeeadd :=_bacaf .Get (_cacge );_eeeadd !=nil {if _fffad ,_bgegdg :=_cee .GetInt (_eeeadd );_bgegdg {_gfecd ._acfdg [_cacge ]=int (*_fffad );};};};};};if _fbdcgf :=_feffb .Get ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s"); -_fbdcgf !=nil {if _ffbbbe ,_eagca :=_cee .GetInt (_fbdcgf );_eagca {_gfecd ._dbcbe =int (*_ffbbbe );};};return _gfecd ,nil ;}; +// PdfColorDeviceRGB represents a color in DeviceRGB colorspace with R, G, B components, where component is +// defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorDeviceRGB [3]float64 ; -// NewPdfDateFromTime will create a PdfDate based on the given time -func NewPdfDateFromTime (timeObj _gc .Time )(PdfDate ,error ){_geagge :=timeObj .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_dfdge ,_ :=_fa .ParseInt (_geagge [1:3],10,32);_dcdbc ,_ :=_fa .ParseInt (_geagge [4:6],10,32);return PdfDate {_gffbe :int64 (timeObj .Year ()),_dabdg :int64 (timeObj .Month ()),_cfdgf :int64 (timeObj .Day ()),_bbeea :int64 (timeObj .Hour ()),_bfaec :int64 (timeObj .Minute ()),_begea :int64 (timeObj .Second ()),_cfbed :_geagge [0],_gccea :_dfdge ,_cacedd :_dcdbc },nil ; -}; +// GetObjectNums returns the object numbers of the PDF objects in the file +// Numbered objects are either indirect objects or stream objects. +// e.g. objNums := pdfReader.GetObjectNums() +// The underlying objects can then be accessed with +// pdfReader.GetIndirectObjectByNumber(objNums[0]) for the first available object. +func (_ggcdd *PdfReader )GetObjectNums ()[]int {return _ggcdd ._fdadg .GetObjectNums ()}; -// GetContext returns the PdfField context which is the more specific field data type, e.g. PdfFieldButton -// for a button field. -func (_bggdb *PdfField )GetContext ()PdfModel {return _bggdb ._egab };func _ceabe (_cbefa rune )string {for _ccgcd ,_eccfe :=range _a .Categories {if len (_ccgcd )==2&&_a .Is (_eccfe ,_cbefa ){return _ccgcd ;};};return "\u0043\u006e";}; +// AddCRLs adds CRLs to DSS. +func (_ggfda *DSS )AddCRLs (crls [][]byte )([]*_bda .PdfObjectStream ,error ){return _ggfda .add (&_ggfda .CRLs ,_ggfda ._fbed ,crls );};func (_agbe *pdfCIDFontType2 )baseFields ()*fontCommon {return &_agbe .fontCommon };func (_cdgcf *PdfWriter )optimizeDocument ()error {if _cdgcf ._cebab ==nil {return nil ; +};_aebbd ,_aaaec :=_bda .GetDict (_cdgcf ._eebef );if !_aaaec {return _gea .New ("\u0061\u006e\u0020in\u0066\u006f\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_gfcfg :=_bc .Document {ID :[2]string {_cdgcf ._gcbgf ,_cdgcf ._ebgegf },Version :_cdgcf ._cdbbdg ,Objects :_cdgcf ._ccbbg ,Info :_aebbd ,Crypt :_cdgcf ._cbdd ,UseHashBasedID :_cdgcf ._gagff };if _bgecbg :=_cdgcf ._cebab .ApplyStandard (&_gfcfg );_bgecbg !=nil {return _bgecbg ; +};_cdgcf ._gcbgf ,_cdgcf ._ebgegf =_gfcfg .ID [0],_gfcfg .ID [1];_cdgcf ._cdbbdg =_gfcfg .Version ;_cdgcf ._ccbbg =_gfcfg .Objects ;_cdgcf ._eebef .PdfObject =_gfcfg .Info ;_cdgcf ._gagff =_gfcfg .UseHashBasedID ;_cdgcf ._cbdd =_gfcfg .Crypt ;_bgcgg :=make (map[_bda .PdfObject ]struct{},len (_cdgcf ._ccbbg )); +for _ ,_eccda :=range _cdgcf ._ccbbg {_bgcgg [_eccda ]=struct{}{};};_cdgcf ._egfad =_bgcgg ;return nil ;}; -// ToPdfObject returns the PDF representation of the VRI dictionary. -func (_gbac *VRI )ToPdfObject ()*_cee .PdfObjectDictionary {_adfebe :=_cee .MakeDict ();_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u0043\u0065\u0072\u0074"),_deeb (_gbac .Cert ));_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u004f\u0043\u0053\u0050"),_deeb (_gbac .OCSP )); -_adfebe .SetIfNotNil (_cee .PdfObjectName ("\u0043\u0052\u004c"),_deeb (_gbac .CRL ));_adfebe .SetIfNotNil ("\u0054\u0055",_gbac .TU );_adfebe .SetIfNotNil ("\u0054\u0053",_gbac .TS );return _adfebe ;}; +// NewImageFromGoImage creates a new NRGBA32 unidoc Image from a golang Image. +// If `goimg` is grayscale (*goimage.Gray8) then calls NewGrayImageFromGoImage instead. +func (_gfcdb DefaultImageHandler )NewImageFromGoImage (goimg _f .Image )(*Image ,error ){_deefg ,_gadce :=_bg .FromGoImage (goimg );if _gadce !=nil {return nil ,_gadce ;};_ddgef :=_fggae (_deefg .Base ());return &_ddgef ,nil ;};func _fbdad (_bbefa *_bda .PdfObjectDictionary )(*PdfShadingPattern ,error ){_gcdcf :=&PdfShadingPattern {}; +_gddb :=_bbefa .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");if _gddb ==nil {_ed .Log .Debug ("\u0053h\u0061d\u0069\u006e\u0067\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");return nil ,ErrRequiredAttributeMissing ;};_gaeda ,_cadcg :=_ddcgae (_gddb ); +if _cadcg !=nil {_ed .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006eg\u0020s\u0068a\u0064\u0069\u006e\u0067\u003a\u0020\u0025v",_cadcg );return nil ,_cadcg ;};_gcdcf .Shading =_gaeda ;if _ggcgf :=_bbefa .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); +_ggcgf !=nil {_cfgf ,_bdfeb :=_ggcgf .(*_bda .PdfObjectArray );if !_bdfeb {_ed .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ggcgf ); +return nil ,_bda .ErrTypeError ;};_gcdcf .Matrix =_cfgf ;};if _dgfagc :=_bbefa .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_dgfagc !=nil {_gcdcf .ExtGState =_dgfagc ;};return _gcdcf ,nil ;};func _bdcgb (_eefcg _bda .PdfObject )*IDTree {_eefcg =_bda .ResolveReference (_eefcg ); +_cgead :=_bda .MakeArray ();_bbcda :=_bda .MakeArray ();_gede :=[]*IDTree {};if _cdgbb ,_cggfg :=_bda .GetDict (_eefcg );_cggfg {if _daad :=_cdgbb .Get ("\u004e\u0061\u006de\u0073");_daad !=nil {_daad =_bda .ResolveReference (_daad );if _cfag ,_fbdb :=_bda .GetArray (_daad ); +_fbdb {for _ ,_bgeaf :=range _cfag .Elements (){_cgead .Append (_bgeaf );};};};if _gafde :=_cdgbb .Get ("\u004c\u0069\u006d\u0069\u0074\u0073");_gafde !=nil {_gafde =_bda .ResolveReference (_gafde );if _begba ,_ecaba :=_bda .GetArray (_gafde );_ecaba {for _cedda :=0; +_cedda < 2;_cedda ++{_bbcda .Append (_begba .Get (_cedda ));};};};if _edcbb :=_cdgbb .Get ("\u004b\u0069\u0064\u0073");_edcbb !=nil {_edcbb =_bda .ResolveReference (_edcbb );if _dcaea ,_aaccfb :=_bda .GetArray (_edcbb );_aaccfb {for _ ,_dacee :=range _dcaea .Elements (){_cgfbd :=_bdcgb (_dacee ); +_gede =append (_gede ,_cgfbd );};};};};_ddcdb :=&IDTree {Names :_cgead ,Limits :_bbcda };if len (_gede )> 0{_ddcdb .Kids =_gede ;};return _ddcdb ;}; -// Evaluate runs the function on the passed in slice and returns the results. -func (_fbgde *PdfFunctionType0 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=_fbgde .NumInputs {_fca .Log .Error ("\u004eu\u006d\u0062e\u0072\u0020\u006f\u0066 \u0069\u006e\u0070u\u0074\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061tc\u0068\u0069\u006eg\u0020\u0077h\u0061\u0074\u0020\u0069\u0073\u0020n\u0065\u0065d\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _fbgde ._efcg ==nil {_eebea :=_fbgde .processSamples ();if _eebea !=nil {return nil ,_eebea ;};};_deaf :=_fbgde .Encode ;if _deaf ==nil {_deaf =[]float64 {}; -for _eabdd :=0;_eabdd < len (_fbgde .Size );_eabdd ++{_deaf =append (_deaf ,0);_deaf =append (_deaf ,float64 (_fbgde .Size [_eabdd ]-1));};};_degfd :=_fbgde .Decode ;if _degfd ==nil {_degfd =_fbgde .Range ;};_bdae :=make ([]int ,len (x ));for _caeda :=0; -_caeda < len (x );_caeda ++{_cbdcd :=x [_caeda ];_aded :=_aaa .Min (_aaa .Max (_cbdcd ,_fbgde .Domain [2*_caeda ]),_fbgde .Domain [2*_caeda +1]);_dgead :=_ca .LinearInterpolate (_aded ,_fbgde .Domain [2*_caeda ],_fbgde .Domain [2*_caeda +1],_deaf [2*_caeda ],_deaf [2*_caeda +1]); -_fcafd :=_aaa .Min (_aaa .Max (_dgead ,0),float64 (_fbgde .Size [_caeda ]-1));_aecga :=int (_aaa .Floor (_fcafd +0.5));if _aecga < 0{_aecga =0;}else if _aecga > _fbgde .Size [_caeda ]{_aecga =_fbgde .Size [_caeda ]-1;};_bdae [_caeda ]=_aecga ;};_bfcd :=_bdae [0]; -for _fegeb :=1;_fegeb < _fbgde .NumInputs ;_fegeb ++{_gfcda :=_bdae [_fegeb ];for _aefbe :=0;_aefbe < _fegeb ;_aefbe ++{_gfcda *=_fbgde .Size [_aefbe ];};_bfcd +=_gfcda ;};_bfcd *=_fbgde .NumOutputs ;var _aada []float64 ;for _dccaf :=0;_dccaf < _fbgde .NumOutputs ; -_dccaf ++{_ebdb :=_bfcd +_dccaf ;if _ebdb >=len (_fbgde ._efcg ){_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u006e\u006ft\u0020\u0065\u006eo\u0075\u0067\u0068\u0020\u0069\u006ep\u0075\u0074\u0020sa\u006dp\u006c\u0065\u0073\u0020\u0074\u006f\u0020d\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0076\u0061lu\u0065\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -continue ;};_dggba :=_fbgde ._efcg [_ebdb ];_bddabd :=_ca .LinearInterpolate (float64 (_dggba ),0,_aaa .Pow (2,float64 (_fbgde .BitsPerSample )),_degfd [2*_dccaf ],_degfd [2*_dccaf +1]);_bbgbb :=_aaa .Min (_aaa .Max (_bddabd ,_fbgde .Range [2*_dccaf ]),_fbgde .Range [2*_dccaf +1]); -_aada =append (_aada ,_bbgbb );};return _aada ,nil ;}; +// SetColorSpace sets `r` colorspace object to `colorspace`. +func (_adfce *PdfPageResources )SetColorSpace (colorspace *PdfPageResourcesColorspaces ){_adfce ._cdfgb =colorspace ;}; -// NewPdfFilespec returns an initialized generic PDF filespec model. -func NewPdfFilespec ()*PdfFilespec {_fccab :=&PdfFilespec {};_fccab ._gbfeg =_cee .MakeIndirectObject (_cee .MakeDict ());return _fccab ;};func _cfffg (_agbbf _cee .PdfObject )(*KDict ,error ){_aebcb :=_cee .ResolveReference (_agbbf );if _aebcb ==nil {return nil ,_e .Errorf ("\u004b \u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};_beafg ,_gccb :=_cee .GetDict (_aebcb );if !_gccb {return nil ,_e .Errorf ("\u004b\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_fffab :=&KDict {};if _baab :=_beafg .Get ("\u0053"); -_baab !=nil {_fffab .S =_baab ;};if _cdace :=_beafg .Get ("\u0050");_cdace !=nil {_fffab .P =_cdace ;};if _ggaeg :=_beafg .Get ("\u0049\u0044");_ggaeg !=nil {if _cecde ,_aaefc :=_cee .GetString (_ggaeg );_aaefc {_fffab .ID =_cecde ;};};if _fggdg :=_beafg .Get ("\u0050\u0067"); -_fggdg !=nil {_fffab .Pg =_fggdg ;};if _aaffe :=_beafg .Get ("\u004b");_aaffe !=nil {_fffab .K =_aaffe ;switch _cbfea :=_aaffe .(type ){case *_cee .PdfObjectArray :if _dgffd ,_fgfeg :=_cee .GetArray (_aaffe );_fgfeg {for _ ,_cfded :=range _dgffd .Elements (){switch _eaada :=_cfded .(type ){case *_cee .PdfIndirectObject :_dfbbc ,_dcefb :=_cfffg (_eaada ); -if _dcefb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_dcefb );continue ;};_fffab ._affgf =append (_fffab ._affgf ,&KValue {_aedde :_dfbbc }); -case *_cee .PdfObjectInteger :if _gcfdf ,_abbf :=_cee .GetIntVal (_cfded );_abbf {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_dfcf :&_gcfdf });};case *_cee .PdfObjectDictionary :_fffab ._affgf =append (_fffab ._affgf ,&KValue {_abcfb :_cfded });}; -};};case *_cee .PdfIndirectObject :_cddefg ,_fbad :=_cfffg (_cbfea );if _fbad !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_fbad ); -};if _cddefg !=nil {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_aedde :_cddefg });};case *_cee .PdfObjectDictionary :_fffab ._affgf =append (_fffab ._affgf ,&KValue {_abcfb :_cbfea });case *_cee .PdfObjectInteger :if _acacf ,_efed :=_cee .GetIntVal (_aaffe ); -_efed {_fffab ._affgf =append (_fffab ._affgf ,&KValue {_dfcf :&_acacf });};};};if _agdda :=_beafg .Get ("\u0041");_agdda !=nil {_fffab .A =_agdda ;};if _eceb :=_beafg .Get ("\u0043");_eceb !=nil {_fffab .C =_eceb ;};if _cacgd :=_beafg .Get ("\u0052"); -_cacgd !=nil {if _bgacf ,_efeaf :=_cee .GetInt (_cacgd );_efeaf {_fffab .R =_bgacf ;};};if _febc :=_beafg .Get ("\u0054");_febc !=nil {if _fcbbe ,_afbbg :=_cee .GetString (_febc );_afbbg {_fffab .T =_fcbbe ;};};if _gcfag :=_beafg .Get ("\u004c\u0061\u006e\u0067"); -_gcfag !=nil {if _agbeb ,_ecdgad :=_cee .GetString (_gcfag );_ecdgad {_fffab .Lang =_agbeb ;};};if _aeedg :=_beafg .Get ("\u0041\u006c\u0074");_aeedg !=nil {if _bfgcf ,_cgfb :=_cee .GetString (_aeedg );_cgfb {_fffab .Alt =_bfgcf ;};};if _ccdegg :=_beafg .Get ("\u0045"); -_ccdegg !=nil {if _gdbfgd ,_fffgd :=_cee .GetString (_ccdegg );_fffgd {_fffab .E =_gdbfgd ;};};return _fffab ,nil ;}; +// NewPdfColorspaceDeviceCMYK returns a new CMYK32 colorspace object. +func NewPdfColorspaceDeviceCMYK ()*PdfColorspaceDeviceCMYK {return &PdfColorspaceDeviceCMYK {}};func _ffa (_aaeab _bda .PdfObject )(*PdfColorspaceCalGray ,error ){_bega :=NewPdfColorspaceCalGray ();if _cgcb ,_ebeea :=_aaeab .(*_bda .PdfIndirectObject ); +_ebeea {_bega ._dega =_cgcb ;};_aaeab =_bda .TraceToDirectObject (_aaeab );_gbfbb ,_gdbag :=_aaeab .(*_bda .PdfObjectArray );if !_gdbag {return nil ,_c .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _gbfbb .Len ()!=2{return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0061\u006cG\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065"); +};_aaeab =_bda .TraceToDirectObject (_gbfbb .Get (0));_cgce ,_gdbag :=_aaeab .(*_bda .PdfObjectName );if !_gdbag {return nil ,_c .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u0020\u006e\u0061m\u0065\u0020\u006e\u006f\u0074\u0020\u0061 \u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};if *_cgce !="\u0043a\u006c\u0047\u0072\u0061\u0079"{return nil ,_c .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0043\u0061\u006c\u0047\u0072\u0061\u0079 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_aaeab =_bda .TraceToDirectObject (_gbfbb .Get (1)); +_bddbc ,_gdbag :=_aaeab .(*_bda .PdfObjectDictionary );if !_gdbag {return nil ,_c .Errorf ("\u0043\u0061lG\u0072\u0061\u0079 \u0064\u0069\u0063\u0074 no\u0074 a\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u006f\u0062\u006a\u0065c\u0074"); +};_aaeab =_bddbc .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_aaeab =_bda .TraceToDirectObject (_aaeab );_gaae ,_gdbag :=_aaeab .(*_bda .PdfObjectArray );if !_gdbag {return nil ,_c .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020W\u0068\u0069\u0074e\u0050o\u0069\u006e\u0074"); +};if _gaae .Len ()!=3{return nil ,_c .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079");};_gfcd ,_dfaf :=_gaae .GetAsFloat64Slice (); +if _dfaf !=nil {return nil ,_dfaf ;};_bega .WhitePoint =_gfcd ;_aaeab =_bddbc .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _aaeab !=nil {_aaeab =_bda .TraceToDirectObject (_aaeab );_aeeda ,_dgd :=_aaeab .(*_bda .PdfObjectArray ); +if !_dgd {return nil ,_c .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020B\u006c\u0061\u0063k\u0050o\u0069\u006e\u0074");};if _aeeda .Len ()!=3{return nil ,_c .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061c\u006b\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079"); +};_cbf ,_abace :=_aeeda .GetAsFloat64Slice ();if _abace !=nil {return nil ,_abace ;};_bega .BlackPoint =_cbf ;};_aaeab =_bddbc .Get ("\u0047\u0061\u006dm\u0061");if _aaeab !=nil {_aaeab =_bda .TraceToDirectObject (_aaeab );_afbd ,_ecea :=_bda .GetNumberAsFloat (_aaeab ); +if _ecea !=nil {return nil ,_c .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0067\u0061\u006d\u006d\u0061\u0020\u006e\u006ft\u0020\u0061\u0020n\u0075m\u0062\u0065\u0072");};_bega .Gamma =_afbd ;};return _bega ,nil ;}; -// PdfActionURI represents an URI action. -type PdfActionURI struct{*PdfAction ;URI _cee .PdfObject ;IsMap _cee .PdfObject ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_cbgb *PdfColorspaceDeviceRGB )ToPdfObject ()_bda .PdfObject {return _bda .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");}; -// GetNumComponents returns the number of color components (1 for Indexed). -func (_bbcf *PdfColorspaceSpecialIndexed )GetNumComponents ()int {return 1};func (_bfgd *PdfReader )newPdfAnnotationSquareFromDict (_bfcf *_cee .PdfObjectDictionary )(*PdfAnnotationSquare ,error ){_ced :=PdfAnnotationSquare {};_cecf ,_bcgd :=_bfgd .newPdfAnnotationMarkupFromDict (_bfcf ); -if _bcgd !=nil {return nil ,_bcgd ;};_ced .PdfAnnotationMarkup =_cecf ;_ced .BS =_bfcf .Get ("\u0042\u0053");_ced .IC =_bfcf .Get ("\u0049\u0043");_ced .BE =_bfcf .Get ("\u0042\u0045");_ced .RD =_bfcf .Get ("\u0052\u0044");return &_ced ,nil ;}; +// GetFillImage get attached model.Image in push button. +func (_agdcc *PdfFieldButton )GetFillImage ()*Image {if _agdcc .IsPush (){return _agdcc ._gbcbd ;};return nil ;}; -// SetCenterWindow sets the value of the centerWindow flag. -func (_bbcgg *ViewerPreferences )SetCenterWindow (centerWindow bool ){_bbcgg ._gaffg =¢erWindow };var _cgfc =map[string ]struct{}{"\u0046\u0054":{},"\u004b\u0069\u0064\u0073":{},"\u0054":{},"\u0054\u0055":{},"\u0054\u004d":{},"\u0046\u0066":{},"\u0056":{},"\u0044\u0056":{},"\u0041\u0041":{},"\u0044\u0041":{},"\u0051":{},"\u0044\u0053":{},"\u0052\u0056":{}}; -const (ButtonTypeCheckbox ButtonType =iota ;ButtonTypePush ButtonType =iota ;ButtonTypeRadio ButtonType =iota ;); +// NewPdfAnnotationScreen returns a new screen annotation. +func NewPdfAnnotationScreen ()*PdfAnnotationScreen {_bae :=NewPdfAnnotation ();_cecf :=&PdfAnnotationScreen {};_cecf .PdfAnnotation =_bae ;_bae .SetContext (_cecf );return _cecf ;}; -// SetPrintClip sets the value of the printClip. -func (_gbdfg *ViewerPreferences )SetPrintClip (printClip PageBoundary ){_gbdfg ._fcddg =printClip }; +// GetContext returns the context of the outline tree node, which is either a +// *PdfOutline or a *PdfOutlineItem. The method returns nil for uninitialized +// tree nodes. +func (_dfce *PdfOutlineTreeNode )GetContext ()PdfModel {if _eeddb ,_cfebc :=_dfce ._ebabd .(*PdfOutline );_cfebc {return _eeddb ;};if _ggefgec ,_egddcb :=_dfce ._ebabd .(*PdfOutlineItem );_egddcb {return _ggefgec ;};_ed .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0049n\u0076\u0061\u006c\u0069d o\u0075tl\u0069\u006e\u0065\u0020\u0074\u0072\u0065e \u006e\u006f\u0064\u0065\u0020\u0069\u0074e\u006d"); +return nil ;}; -// CharcodesToUnicodeWithStats is identical to CharcodesToUnicode except it returns more statistical -// information about hits and misses from the reverse mapping process. -// NOTE: The number of runes returned may be greater than the number of charcodes. -// TODO(peterwilliams97): Deprecate in v4 and use only CharcodesToStrings() -func (_fgfdc *PdfFont )CharcodesToUnicodeWithStats (charcodes []_dae .CharCode )(_feege []rune ,_eafgde ,_dfgd int ){_ccca ,_eafgde ,_dfgd :=_fgfdc .CharcodesToStrings (charcodes ,"");return []rune (_ad .Join (_ccca ,"")),_eafgde ,_dfgd ;}; +// ColorFromPdfObjects gets the color from a series of pdf objects (3 for rgb). +func (_gebb *PdfColorspaceDeviceRGB )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_dfedf ,_eagd :=_bda .GetNumbersAsFloat (objects ); +if _eagd !=nil {return nil ,_eagd ;};return _gebb .ColorFromFloats (_dfedf );}; -// XObjectType represents the type of an XObject. -type XObjectType int ; +// GetCapHeight returns the CapHeight of the font `descriptor`. +func (_gagc *PdfFontDescriptor )GetCapHeight ()(float64 ,error ){return _bda .GetNumberAsFloat (_gagc .CapHeight );}; -// PdfFieldChoice represents a choice field which includes scrollable list boxes and combo boxes. -type PdfFieldChoice struct{*PdfField ;Opt *_cee .PdfObjectArray ;TI *_cee .PdfObjectInteger ;I *_cee .PdfObjectArray ;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element. +func (_bfdd *PdfColorspaceSpecialSeparation )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gbga ,_ccgb :=_bda .GetNumbersAsFloat (objects ); +if _ccgb !=nil {return nil ,_ccgb ;};return _bfdd .ColorFromFloats (_gbga );};func _fadef (_gbgg _bda .PdfObject )(*PdfColorspaceICCBased ,error ){_dgfde :=&PdfColorspaceICCBased {};if _gdbf ,_bbba :=_gbgg .(*_bda .PdfIndirectObject );_bbba {_dgfde ._aebd =_gdbf ; +};_gbgg =_bda .TraceToDirectObject (_gbgg );_cfdg ,_ffga :=_gbgg .(*_bda .PdfObjectArray );if !_ffga {return nil ,_c .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _cfdg .Len ()!=2{return nil ,_c .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020c\u006f\u006c\u006fr\u0073p\u0061\u0063\u0065"); +};_gbgg =_bda .TraceToDirectObject (_cfdg .Get (0));_eage ,_ffga :=_gbgg .(*_bda .PdfObjectName );if !_ffga {return nil ,_c .Errorf ("\u0049\u0043\u0043B\u0061\u0073\u0065\u0064 \u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};if *_eage !="\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"{return nil ,_c .Errorf ("\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0049\u0043\u0043\u0042a\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065");};_gbgg =_cfdg .Get (1); +_gdfa ,_ffga :=_bda .GetStream (_gbgg );if !_ffga {_ed .Log .Error ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006e\u006f\u0074\u0020\u0070o\u0069\u006e\u0074\u0069\u006e\u0067\u0020t\u006f\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020%\u0054",_gbgg ); +return nil ,_c .Errorf ("\u0049\u0043\u0043Ba\u0073\u0065\u0064\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_faedc :=_gdfa .PdfObjectDictionary ;_fbaa ,_ffga :=_faedc .Get ("\u004e").(*_bda .PdfObjectInteger ); +if !_ffga {return nil ,_c .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u006d\u0069\u0073\u0073\u0069n\u0067\u0020\u004e\u0020\u0066\u0072\u006fm\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064\u0069c\u0074");};if *_fbaa !=1&&*_fbaa !=3&&*_fbaa !=4{return nil ,_c .Errorf ("\u0049\u0043\u0043\u0042\u0061s\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u006e\u006f\u0074\u0020\u0031\u002c\u0033\u002c\u0034\u0029"); +};_dgfde .N =int (*_fbaa );if _cddgc :=_faedc .Get ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e");_cddgc !=nil {_acccd ,_bfdg :=NewPdfColorspaceFromPdfObject (_cddgc );if _bfdg !=nil {return nil ,_bfdg ;};_dgfde .Alternate =_acccd ;};if _bdfgc :=_faedc .Get ("\u0052\u0061\u006eg\u0065"); +_bdfgc !=nil {_bdfgc =_bda .TraceToDirectObject (_bdfgc );_bgffa ,_aedg :=_bdfgc .(*_bda .PdfObjectArray );if !_aedg {return nil ,_c .Errorf ("I\u0043\u0043\u0042\u0061\u0073\u0065d\u0020\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0061\u006e \u0061r\u0072\u0061\u0079"); +};if _bgffa .Len ()!=2*_dgfde .N {return nil ,_c .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0052\u0061\u006e\u0067e\u0020\u0077\u0072\u006f\u006e\u0067 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0065\u006c\u0065m\u0065\u006e\u0074\u0073"); +};_bacb ,_ebbd :=_bgffa .GetAsFloat64Slice ();if _ebbd !=nil {return nil ,_ebbd ;};_dgfde .Range =_bacb ;}else {_dgfde .Range =make ([]float64 ,2*_dgfde .N );for _cbed :=0;_cbed < _dgfde .N ;_cbed ++{_dgfde .Range [2*_cbed ]=0.0;_dgfde .Range [2*_cbed +1]=1.0; +};};if _bee :=_faedc .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_bee !=nil {_dcec ,_cbbe :=_bee .(*_bda .PdfObjectStream );if !_cbbe {return nil ,_c .Errorf ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u004de\u0074\u0061\u0064\u0061\u0074\u0061\u0020n\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d"); +};_dgfde .Metadata =_dcec ;};_cccb ,_eedfc :=_bda .DecodeStream (_gdfa );if _eedfc !=nil {return nil ,_eedfc ;};_dgfde .Data =_cccb ;_dgfde ._ebge =_gdfa ;return _dgfde ,nil ;}; -// GetXObjectByName returns the XObject with the specified keyName and the object type. -func (_gcbaa *PdfPageResources )GetXObjectByName (keyName _cee .PdfObjectName )(*_cee .PdfObjectStream ,XObjectType ){if _gcbaa .XObject ==nil {return nil ,XObjectTypeUndefined ;};_dfgcea ,_bfeeg :=_cee .TraceToDirectObject (_gcbaa .XObject ).(*_cee .PdfObjectDictionary ); -if !_bfeeg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_gcbaa .XObject )); -return nil ,XObjectTypeUndefined ;};if _dadaag :=_dfgcea .Get (keyName );_dadaag !=nil {_bcff ,_fgbdb :=_cee .GetStream (_dadaag );if !_fgbdb {_fca .Log .Debug ("X\u004f\u0062\u006a\u0065\u0063\u0074 \u006e\u006f\u0074\u0020\u0070\u006fi\u006e\u0074\u0069\u006e\u0067\u0020\u0074o\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020%\u0054",_dadaag ); -return nil ,XObjectTypeUndefined ;};_ebbec :=_bcff .PdfObjectDictionary ;_aagaa ,_fgbdb :=_cee .TraceToDirectObject (_ebbec .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")).(*_cee .PdfObjectName );if !_fgbdb {_fca .Log .Debug ("\u0058\u004fbj\u0065\u0063\u0074 \u0053\u0075\u0062\u0074ype\u0020no\u0074\u0020\u0061\u0020\u004e\u0061\u006de,\u0020\u0064\u0069\u0063\u0074\u003a\u0020%\u0073",_ebbec .String ()); -return nil ,XObjectTypeUndefined ;};if *_aagaa =="\u0049\u006d\u0061g\u0065"{return _bcff ,XObjectTypeImage ;}else if *_aagaa =="\u0046\u006f\u0072\u006d"{return _bcff ,XObjectTypeForm ;}else if *_aagaa =="\u0050\u0053"{return _bcff ,XObjectTypePS ;}else {_fca .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0053\u0075b\u0074\u0079\u0070\u0065\u0020\u006e\u006ft\u0020\u006b\u006e\u006f\u0077\u006e\u0020\u0028\u0025\u0073\u0029",*_aagaa ); -return nil ,XObjectTypeUndefined ;};}else {return nil ,XObjectTypeUndefined ;};}; +// ToPdfObject implements interface PdfModel. +func (_fab *PdfActionNamed )ToPdfObject ()_bda .PdfObject {_fab .PdfAction .ToPdfObject ();_eaf :=_fab ._gg ;_dda :=_eaf .PdfObject .(*_bda .PdfObjectDictionary );_dda .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeNamed )));_dda .SetIfNotNil ("\u004e",_fab .N ); +return _eaf ;};type pdfSignDictionary struct{*_bda .PdfObjectDictionary ;_fcdfe *SignatureHandler ;_cfefa *PdfSignature ;_dbebg int64 ;_gcgda int ;_dgeg int ;_cafdg int ;_eafbd int ;}; -// NewPdfColorspaceSpecialSeparation returns a new separation color. -func NewPdfColorspaceSpecialSeparation ()*PdfColorspaceSpecialSeparation {_gdaa :=&PdfColorspaceSpecialSeparation {};return _gdaa ;};const (XObjectTypeUndefined XObjectType =iota ;XObjectTypeImage ;XObjectTypeForm ;XObjectTypePS ;XObjectTypeUnknown ;); -func (_cacg *pdfFontType0 )getFontDescriptor ()*PdfFontDescriptor {if _cacg ._ebcad ==nil &&_cacg .DescendantFont !=nil {return _cacg .DescendantFont .FontDescriptor ();};return _cacg ._ebcad ;}; +// Size returns the width and the height of the page. The method reports +// the page dimensions as displayed by a PDF viewer (i.e. page rotation is +// taken into account). +func (_gebgb *PdfPage )Size ()(float64 ,float64 ,error ){_caccd ,_bgcg :=_gebgb .GetMediaBox ();if _bgcg !=nil {return 0,0,_bgcg ;};_dedac ,_becdd :=_caccd .Width (),_caccd .Height ();_fbga ,_bgcg :=_gebgb .GetRotate ();if _bgcg !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_bgcg .Error ()); +};if _ecdgc :=_fbga ;_ecdgc %360!=0&&_ecdgc %90==0{if _cfff :=(360+_ecdgc %360)%360;_cfff ==90||_cfff ==270{_dedac ,_becdd =_becdd ,_dedac ;};};return _dedac ,_becdd ,nil ;}; -// SetVersion sets the PDF version of the output file. -func (_cbbacc *PdfWriter )SetVersion (majorVersion ,minorVersion int ){_cbbacc ._gceef .Major =majorVersion ;_cbbacc ._gceef .Minor =minorVersion ;}; +// NewLTV returns a new LTV client. +func NewLTV (appender *PdfAppender )(*LTV ,error ){_gbed :=appender .Reader .DSS ;if _gbed ==nil {_gbed =NewDSS ();};if _agggc :=_gbed .GenerateHashMaps ();_agggc !=nil {return nil ,_agggc ;};return <V {CertClient :_bdf .NewCertClient (),OCSPClient :_bdf .NewOCSPClient (),CRLClient :_bdf .NewCRLClient (),SkipExisting :true ,_ecfbf :appender ,_efffa :_gbed },nil ; +}; -// Compress is yet to be implemented. -// Should be able to compress in terms of JPEG quality parameter, -// and DPI threshold (need to know bounding area dimensions). -func (_bfbcb DefaultImageHandler )Compress (input *Image ,quality int64 )(*Image ,error ){return input ,nil ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// A, B and C components of the color. The values of the elements should be +// between 0 and 1. +func (_eade *PdfColorspaceCalRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_fcbg :=vals [0];if _fcbg < 0.0||_fcbg > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fcbg ); +return nil ,ErrColorOutOfRange ;};_afbcb :=vals [1];if _afbcb < 0.0||_afbcb > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_afbcb );return nil ,ErrColorOutOfRange ; +};_defbf :=vals [2];if _defbf < 0.0||_defbf > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_defbf );return nil ,ErrColorOutOfRange ;};_dfff :=NewPdfColorCalRGB (_fcbg ,_afbcb ,_defbf ); +return _dfff ,nil ;}; -// GetSamples converts the raw byte slice into samples which are stored in a uint32 bit array. -// Each sample is represented by BitsPerComponent consecutive bits in the raw data. -// NOTE: The method resamples the image byte data before returning the result and -// this could lead to high memory usage, especially on large images. It should -// be avoided, when possible. It is recommended to access the Data field of the -// image directly or use the ColorAt method to extract individual pixels. -func (_efbc *Image )GetSamples ()[]uint32 {_cdfb :=_ag .ResampleBytes (_efbc .Data ,int (_efbc .BitsPerComponent ));if _efbc .BitsPerComponent < 8{_cdfb =_efbc .samplesTrimPadding (_cdfb );};_bffedb :=int (_efbc .Width )*int (_efbc .Height )*_efbc .ColorComponents ; -if len (_cdfb )< _bffedb {_fca .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u0066\u0065\u0077\u0020\u0073a\u006d\u0070\u006c\u0065\u0073\u0020(\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064\u0029",len (_cdfb ),_bffedb ); -return _cdfb ;}else if len (_cdfb )> _bffedb {_fca .Log .Debug ("\u0045r\u0072\u006fr\u003a\u0020\u0054o\u006f\u0020\u006d\u0061\u006e\u0079\u0020s\u0061\u006d\u0070\u006c\u0065\u0073 \u0028\u0067\u006f\u0074\u0020\u0025\u0064\u002c\u0020\u0065\u0078p\u0065\u0063\u0074\u0069\u006e\u0067\u0020\u0025\u0064",len (_cdfb ),_bffedb ); -_cdfb =_cdfb [:_bffedb ];};return _cdfb ;}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_ggcfb pdfFontType0 )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){if _ggcfb .DescendantFont ==nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u002e\u0020\u0066\u006f\u006et=\u0025\u0073",_ggcfb ); +return _geg .CharMetrics {},false ;};return _ggcfb .DescendantFont .GetRuneMetrics (r );};var (_dacd =_da .MustCompile ("\u005cd\u002b\u0020\u0064\u0069c\u0074\u005c\u0073\u002b\u0028d\u0075p\u005cs\u002b\u0029\u003f\u0062\u0065\u0067\u0069n");_cgfed =_da .MustCompile ("\u005e\u005cs\u002a\u002f\u0028\u005c\u0053\u002b\u003f\u0029\u005c\u0073\u002b\u0028\u002e\u002b\u003f\u0029\u005c\u0073\u002b\u0064\u0065\u0066\\s\u002a\u0024"); +_ccagf =_da .MustCompile ("\u005e\u005c\u0073*\u0064\u0075\u0070\u005c\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002a\u002f\u0028\u005c\u0077\u002b\u003f\u0029\u0028\u003f\u003a\u005c\u002e\u005c\u0064\u002b)\u003f\u005c\u0073\u002b\u0070\u0075\u0074\u0024"); +_cgfee ="\u002f\u0045\u006e\u0063od\u0069\u006e\u0067\u0020\u0032\u0035\u0036\u0020\u0061\u0072\u0072\u0061\u0079";_beda ="\u0072\u0065\u0061d\u006f\u006e\u006c\u0079\u0020\u0064\u0065\u0066";_egcba ="\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0066\u0069\u006c\u0065\u0020e\u0065\u0078\u0065\u0063"; +); -// ToPdfObject implements interface PdfModel. -func (_fbefg *PdfSignatureReference )ToPdfObject ()_cee .PdfObject {_ebcae :=_cee .MakeDict ();_ebcae .SetIfNotNil ("\u0054\u0079\u0070\u0065",_fbefg .Type );_ebcae .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064",_fbefg .TransformMethod ); -_ebcae .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073",_fbefg .TransformParams );_ebcae .SetIfNotNil ("\u0044\u0061\u0074\u0061",_fbefg .Data );_ebcae .SetIfNotNil ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064",_fbefg .DigestMethod ); -return _ebcae ;}; +// SetDocInfo set document info. +// This will overwrite any globally declared document info. +func (_egccd *PdfWriter )SetDocInfo (info *PdfInfo ){_egccd .setDocInfo (info .ToPdfObject ())}; -// NewPdfColorCalRGB returns a new CalRBG color. -func NewPdfColorCalRGB (a ,b ,c float64 )*PdfColorCalRGB {_dbbag :=PdfColorCalRGB {a ,b ,c };return &_dbbag ;}; +// NewPdfAnnotationPrinterMark returns a new printermark annotation. +func NewPdfAnnotationPrinterMark ()*PdfAnnotationPrinterMark {_dgcf :=NewPdfAnnotation ();_dfd :=&PdfAnnotationPrinterMark {};_dfd .PdfAnnotation =_dgcf ;_dgcf .SetContext (_dfd );return _dfd ;}; -// ToPdfObject implements interface PdfModel. -func (_fee *PdfActionSetOCGState )ToPdfObject ()_cee .PdfObject {_fee .PdfAction .ToPdfObject ();_edg :=_fee ._gaf ;_agf :=_edg .PdfObject .(*_cee .PdfObjectDictionary );_agf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSetOCGState )));_agf .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_fee .State ); -_agf .SetIfNotNil ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042",_fee .PreserveRB );return _edg ;}; +// GetAscent returns the Ascent of the font `descriptor`. +func (_cgffa *PdfFontDescriptor )GetAscent ()(float64 ,error ){return _bda .GetNumberAsFloat (_cgffa .Ascent );}; -// PdfAnnotation represents an annotation in PDF (section 12.5 p. 389). -type PdfAnnotation struct{_ecf PdfModel ;Rect _cee .PdfObject ;Contents _cee .PdfObject ;P _cee .PdfObject ;NM _cee .PdfObject ;M _cee .PdfObject ;F _cee .PdfObject ;AP _cee .PdfObject ;AS _cee .PdfObject ;Border _cee .PdfObject ;C _cee .PdfObject ;StructParent _cee .PdfObject ; -OC _cee .PdfObject ;_eddc *_cee .PdfIndirectObject ;}; +// NewPdfAnnotation returns an initialized generic PDF annotation model. +func NewPdfAnnotation ()*PdfAnnotation {_aaee :=&PdfAnnotation {};_aaee ._ged =_bda .MakeIndirectObject (_bda .MakeDict ());return _aaee ;}; -// ToOutlineTree returns a low level PdfOutlineTreeNode object, based on -// the current instance. -func (_degea *Outline )ToOutlineTree ()*PdfOutlineTreeNode {return &_degea .ToPdfOutline ().PdfOutlineTreeNode ;}; +// ColorFromFloats returns a new PdfColor based on input color components. +func (_cabg *PdfColorspaceDeviceN )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=_cabg .GetNumComponents (){return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_adebg ,_ffac :=_cabg .TintTransform .Evaluate (vals ); +if _ffac !=nil {return nil ,_ffac ;};_fbgc ,_ffac :=_cabg .AlternateSpace .ColorFromFloats (_adebg );if _ffac !=nil {return nil ,_ffac ;};return _fbgc ,nil ;}; -// String returns a human readable description of `fontfile`. -func (_eacgb *fontFile )String ()string {_bdbf :="\u005b\u004e\u006f\u006e\u0065\u005d";if _eacgb ._beggd !=nil {_bdbf =_eacgb ._beggd .String ();};return _e .Sprintf ("\u0046O\u004e\u0054\u0046\u0049\u004c\u0045\u007b\u0025\u0023\u0071\u0020e\u006e\u0063\u006f\u0064\u0065\u0072\u003d\u0025\u0073\u007d",_eacgb ._cffac ,_bdbf ); -}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element in +// range 0-1. +func (_edbfb *PdfColorspaceCalGray )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ecdc ,_bagd :=_bda .GetNumbersAsFloat (objects ); +if _bagd !=nil {return nil ,_bagd ;};return _edbfb .ColorFromFloats (_ecdc );};func _ggfe (_bccc _bda .PdfObject )(*PdfFilespec ,error ){if _bccc ==nil {return nil ,nil ;};return NewPdfFilespecFromObj (_bccc );}; -// PdfShadingType5 is a Lattice-form Gouraud-shaded triangle mesh. -type PdfShadingType5 struct{*PdfShading ;BitsPerCoordinate *_cee .PdfObjectInteger ;BitsPerComponent *_cee .PdfObjectInteger ;VerticesPerRow *_cee .PdfObjectInteger ;Decode *_cee .PdfObjectArray ;Function []PdfFunction ;}; +// NewPdfColorspaceFromPdfObject loads a PdfColorspace from a PdfObject. Returns an error if there is +// a failure in loading. +func NewPdfColorspaceFromPdfObject (obj _bda .PdfObject )(PdfColorspace ,error ){if obj ==nil {return nil ,nil ;};var _eabbb *_bda .PdfIndirectObject ;var _gaedf *_bda .PdfObjectName ;var _bddbf *_bda .PdfObjectArray ;if _cfda ,_ggabb :=obj .(*_bda .PdfIndirectObject ); +_ggabb {_eabbb =_cfda ;};obj =_bda .TraceToDirectObject (obj );switch _gaea :=obj .(type ){case *_bda .PdfObjectArray :_bddbf =_gaea ;case *_bda .PdfObjectName :_gaedf =_gaea ;};if _gaedf !=nil {switch *_gaedf {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return NewPdfColorspaceDeviceGray (),nil ; +case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return NewPdfColorspaceSpecialPattern (),nil ; +default:_ed .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0025\u0073",*_gaedf );return nil ,_ceace ;};};if _bddbf !=nil &&_bddbf .Len ()> 0{var _dcfba _bda .PdfObject =_eabbb ; +if _eabbb ==nil {_dcfba =_bddbf ;};if _eecda ,_aabf :=_bda .GetName (_bddbf .Get (0));_aabf {switch _eecda .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":if _bddbf .Len ()==1{return NewPdfColorspaceDeviceGray (),nil ;};case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":if _bddbf .Len ()==1{return NewPdfColorspaceDeviceRGB (),nil ; +};case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _bddbf .Len ()==1{return NewPdfColorspaceDeviceCMYK (),nil ;};case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _ffa (_dcfba );case "\u0043\u0061\u006c\u0052\u0047\u0042":return _egcd (_dcfba ); +case "\u004c\u0061\u0062":return _baedg (_dcfba );case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064":return _fadef (_dcfba );case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _cadgf (_dcfba );case "\u0049n\u0064\u0065\u0078\u0065\u0064":return _ddca (_dcfba ); +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e":return _bcg (_dcfba );case "\u0044e\u0076\u0069\u0063\u0065\u004e":return _eafb (_dcfba );default:_ed .Log .Debug ("A\u0072\u0072\u0061\u0079\u0020\u0077i\u0074\u0068\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0061m\u0065:\u0020\u0025\u0073",*_eecda ); +};};};_ed .Log .Debug ("\u0050\u0044\u0046\u0020\u0046i\u006c\u0065\u0020\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",obj .String ()); +return nil ,ErrTypeCheck ;};func (_dggeb *PdfColorspaceDeviceGray )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079";};func (_eefbg *DSS )add (_gdcd *[]*_bda .PdfObjectStream ,_eddb map[string ]*_bda .PdfObjectStream ,_abcfb [][]byte )([]*_bda .PdfObjectStream ,error ){_cfgc :=make ([]*_bda .PdfObjectStream ,0,len (_abcfb )); +for _ ,_adfda :=range _abcfb {_bfdde ,_cegb :=_fgfee (_adfda );if _cegb !=nil {return nil ,_cegb ;};_cbdg ,_bebg :=_eddb [string (_bfdde )];if !_bebg {_cbdg ,_cegb =_bda .MakeStream (_adfda ,_bda .NewRawEncoder ());if _cegb !=nil {return nil ,_cegb ;}; +_eddb [string (_bfdde )]=_cbdg ;*_gdcd =append (*_gdcd ,_cbdg );};_cfgc =append (_cfgc ,_cbdg );};return _cfgc ,nil ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_fecg *PdfColorspaceDeviceGray )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079");}; +// ToPdfObject converts rectangle to a PDF object. +func (_dbcb *PdfRectangle )ToPdfObject ()_bda .PdfObject {return _bda .MakeArray (_bda .MakeFloat (_dbcb .Llx ),_bda .MakeFloat (_dbcb .Lly ),_bda .MakeFloat (_dbcb .Urx ),_bda .MakeFloat (_dbcb .Ury ));};func (_gebee *PdfWriter )setWriter (_dgdeg _ga .Writer ){_gebee ._fcdda =_gebee ._eafd ; +_gebee ._ecgbge =_gb .NewWriter (_dgdeg );}; -// PdfBorderStyle represents a border style dictionary (12.5.4 Border Styles p. 394). -type PdfBorderStyle struct{W *float64 ;S *BorderStyle ;D *[]int ;_gbgb _cee .PdfObject ;};type pdfFont interface{_ce .Font ; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 3 for a CalRGB device. +func (_bacf *PdfColorspaceCalRGB )GetNumComponents ()int {return 3};func _fdagd (_ffbbc _bda .PdfObject )(*KDict ,error ){_eabg :=_bda .ResolveReference (_ffbbc );if _eabg ==nil {return nil ,_c .Errorf ("\u004b \u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};_acdbe ,_deffb :=_bda .GetDict (_eabg );if !_deffb {return nil ,_c .Errorf ("\u004b\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074 \u0061 \u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079");};_aaeda :=&KDict {};if _becgg :=_acdbe .Get ("\u0053"); +_becgg !=nil {_aaeda .S =_becgg ;};if _efbde :=_acdbe .Get ("\u0050");_efbde !=nil {_aaeda .P =_efbde ;};if _bcfff :=_acdbe .Get ("\u0049\u0044");_bcfff !=nil {if _bdefg ,_bgab :=_bda .GetString (_bcfff );_bgab {_aaeda .ID =_bdefg ;};};if _abed :=_acdbe .Get ("\u0050\u0067"); +_abed !=nil {_aaeda .Pg =_abed ;};if _dfea :=_acdbe .Get ("\u004b");_dfea !=nil {_aaeda .K =_dfea ;switch _fbagg :=_dfea .(type ){case *_bda .PdfObjectArray :if _bfbc ,_eagdff :=_bda .GetArray (_dfea );_eagdff {for _ ,_cccfa :=range _bfbc .Elements (){switch _gaedff :=_cccfa .(type ){case *_bda .PdfIndirectObject :_bceec ,_adfbf :=_fdagd (_gaedff ); +if _adfbf !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_adfbf );continue ;};_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_dfafb :_bceec }); +case *_bda .PdfObjectInteger :if _dbefa ,_ccca :=_bda .GetIntVal (_cccfa );_ccca {_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_ecgbg :&_dbefa });};case *_bda .PdfObjectDictionary :_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_bfafef :_cccfa }); +};};};case *_bda .PdfIndirectObject :_geafb ,_efef :=_fdagd (_fbagg );if _efef !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u0072\u0065\u0061\u0074i\u006e\u0067\u0020\u004b\u0020\u0063\u0068\u0069\u006c\u0064:\u0020\u0025\u0076",_efef ); +};if _geafb !=nil {_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_dfafb :_geafb });};case *_bda .PdfObjectDictionary :_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_bfafef :_fbagg });case *_bda .PdfObjectInteger :if _gefd ,_dcccc :=_bda .GetIntVal (_dfea ); +_dcccc {_aaeda ._fcbda =append (_aaeda ._fcbda ,&KValue {_ecgbg :&_gefd });};};};if _agecc :=_acdbe .Get ("\u0041");_agecc !=nil {_aaeda .A =_agecc ;};if _ebbeb :=_acdbe .Get ("\u0043");_ebbeb !=nil {_aaeda .C =_ebbeb ;};if _eggdd :=_acdbe .Get ("\u0052"); +_eggdd !=nil {if _gdabe ,_cbdeg :=_bda .GetInt (_eggdd );_cbdeg {_aaeda .R =_gdabe ;};};if _dcddb :=_acdbe .Get ("\u0054");_dcddb !=nil {if _dcbac ,_abfef :=_bda .GetString (_dcddb );_abfef {_aaeda .T =_dcbac ;};};if _afgeac :=_acdbe .Get ("\u004c\u0061\u006e\u0067"); +_afgeac !=nil {if _ccbed ,_ebdgb :=_bda .GetString (_afgeac );_ebdgb {_aaeda .Lang =_ccbed ;};};if _dfbfc :=_acdbe .Get ("\u0041\u006c\u0074");_dfbfc !=nil {if _bgaee ,_fedd :=_bda .GetString (_dfbfc );_fedd {_aaeda .Alt =_bgaee ;};};if _fagfe :=_acdbe .Get ("\u0045"); +_fagfe !=nil {if _fgggb ,_bdegbb :=_bda .GetString (_fagfe );_bdegbb {_aaeda .E =_fgggb ;};};return _aaeda ,nil ;}; -// ToPdfObject returns a PDF representation of the font and implements interface Model. -ToPdfObject ()_cee .PdfObject ;getFontDescriptor ()*PdfFontDescriptor ;baseFields ()*fontCommon ;}; +// ToPdfObject implements interface PdfModel. +func (_db *PdfActionJavaScript )ToPdfObject ()_bda .PdfObject {_db .PdfAction .ToPdfObject ();_cef :=_db ._gg ;_gbd :=_cef .PdfObject .(*_bda .PdfObjectDictionary );_gbd .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeJavaScript )));_gbd .SetIfNotNil ("\u004a\u0053",_db .JS ); +return _cef ;}; -// PdfActionGoToR represents a GoToR action. -type PdfActionGoToR struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;NewWindow _cee .PdfObject ;}; +// GetContext returns the action context which contains the specific type-dependent context. +// The context represents the subaction. +func (_dab *PdfAction )GetContext ()PdfModel {if _dab ==nil {return nil ;};return _dab ._edd ;}; -// NewPdfColorDeviceCMYK returns a new CMYK32 color. -func NewPdfColorDeviceCMYK (c ,m ,y ,k float64 )*PdfColorDeviceCMYK {_cfcb :=PdfColorDeviceCMYK {c ,m ,y ,k };return &_cfcb ;};func _ccae (_bffbd *_cee .PdfObjectDictionary )*VRI {_beedd ,_ :=_cee .GetString (_bffbd .Get ("\u0054\u0055"));_dcagd ,_ :=_cee .GetString (_bffbd .Get ("\u0054\u0053")); -return &VRI {Cert :_efcfc (_bffbd .Get ("\u0043\u0065\u0072\u0074")),OCSP :_efcfc (_bffbd .Get ("\u004f\u0043\u0053\u0050")),CRL :_efcfc (_bffbd .Get ("\u0043\u0052\u004c")),TU :_beedd ,TS :_dcagd };};func _daf (_afdd _cee .PdfObject )(*PdfFilespec ,error ){if _afdd ==nil {return nil ,nil ; -};return NewPdfFilespecFromObj (_afdd );}; +// PdfFieldChoice represents a choice field which includes scrollable list boxes and combo boxes. +type PdfFieldChoice struct{*PdfField ;Opt *_bda .PdfObjectArray ;TI *_bda .PdfObjectInteger ;I *_bda .PdfObjectArray ;}; -// CharcodesToStrings returns the unicode strings corresponding to `charcodes`. -// The int returns are the number of strings and the number of unconvereted codes. -// NOTE: The number of strings returned is equal to the number of charcodes -func (_adad *PdfFont )CharcodesToStrings (charcodes []_dae .CharCode ,replacementText string )([]string ,int ,int ){_bafe :=_adad .baseFields ();_dcaba :=make ([]string ,0,len (charcodes ));_begc :=0;_bfbgd :=_adad .Encoder ();_adgd :=_bafe ._abcbf !=nil &&_adad .IsSimple ()&&_adad .Subtype ()=="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"&&!_ad .Contains (_bafe ._abcbf .Name (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"); -if !_adgd &&_bfbgd !=nil {switch _cfdg :=_bfbgd .(type ){case _dae .SimpleEncoder :_abfff :=_cfdg .BaseName ();if _ ,_afbga :=_fceac [_abfff ];_afbga {for _ ,_gbed :=range charcodes {if _ffecb ,_edba :=_bfbgd .CharcodeToRune (_gbed );_edba {_dcaba =append (_dcaba ,string (_ffecb )); -}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_gbed ,charcodes ,_bafe .isCIDFont (),_adad ,_bfbgd ); -_begc ++;_dcaba =append (_dcaba ,_dgg .MissingCodeString );};};return _dcaba ,len (_dcaba ),_begc ;};};};for _ ,_bcef :=range charcodes {if _bafe ._abcbf !=nil {if _dgffa ,_agbfe :=_bafe ._abcbf .CharcodeToUnicode (_dgg .CharCode (_bcef ));_agbfe {_faceg ,_ :=_c .DecodeLastRuneInString (_dgffa ); -_bdac :=_ceabe (_faceg );if !(_bdac =="\u0043\u006f"){_dcaba =append (_dcaba ,_dgffa );continue ;};_fca .Log .Debug ("E\u0052\u0052\u004fR\u003a\u0020\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0043\u006d\u0061p\u0020\u0068\u0061\u0073\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067.\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020m\u0061\u0070\u0070\u0065\u0064 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0063\u006f\u0064\u0065 \u0070\u006f\u0069\u006e\u0074\u0020\u0025\u0073",_bcef ,_dgffa ); -};};if _bfbgd !=nil {if _cfgfg ,_dagcc :=_bfbgd .CharcodeToRune (_bcef );_dagcc {_edafa :=_ceabe (_cfgfg );if !(_edafa =="\u0043\u006f"){_dcaba =append (_dcaba ,string (_cfgfg ));continue ;};_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e \u0063\u006f\u0064\u0065\u003d\u0030x\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020\u0064\u0065\u0063\u006f\u0064\u0065d\u0020\u0074o\u0020\u0061\u006e\u0020i\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0075\u006e\u0020\u0025\u0073",_bcef ,string (_cfgfg )); -};};if replacementText !=""{_dcaba =append (_dcaba ,replacementText );}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_bcef ,charcodes ,_bafe .isCIDFont (),_adad ,_bfbgd ); -_begc ++;_dcaba =append (_dcaba ,_dgg .MissingCodeString );};};if _begc !=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0043\u006f\u0075\u006c\u0064\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0074\u006f\u0020u\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020i\u006ep\u0075\u0074\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0043\u0068\u0061\u0072\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073",len (charcodes ),_begc ,_adad ); -};return _dcaba ,len (_dcaba ),_begc ;}; +// ColorToRGB converts a CalRGB color to an RGB color. +func (_egga *PdfColorspaceCalRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_gbgc ,_egce :=color .(*PdfColorCalRGB );if !_egce {_ed .Log .Debug ("\u0049\u006e\u0070ut\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0063\u0061\u006c\u0020\u0072\u0067\u0062"); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_cedd :=_gbgc .A ();_bbgg :=_gbgc .B ();_facg :=_gbgc .C ();X :=_egga .Matrix [0]*_ce .Pow (_cedd ,_egga .Gamma [0])+_egga .Matrix [3]*_ce .Pow (_bbgg ,_egga .Gamma [1])+_egga .Matrix [6]*_ce .Pow (_facg ,_egga .Gamma [2]); +Y :=_egga .Matrix [1]*_ce .Pow (_cedd ,_egga .Gamma [0])+_egga .Matrix [4]*_ce .Pow (_bbgg ,_egga .Gamma [1])+_egga .Matrix [7]*_ce .Pow (_facg ,_egga .Gamma [2]);Z :=_egga .Matrix [2]*_ce .Pow (_cedd ,_egga .Gamma [0])+_egga .Matrix [5]*_ce .Pow (_bbgg ,_egga .Gamma [1])+_egga .Matrix [8]*_ce .Pow (_facg ,_egga .Gamma [2]); +_cab :=3.240479*X +-1.537150*Y +-0.498535*Z ;_fcgf :=-0.969256*X +1.875992*Y +0.041556*Z ;_dcbb :=0.055648*X +-0.204043*Y +1.057311*Z ;_cab =_ce .Min (_ce .Max (_cab ,0),1.0);_fcgf =_ce .Min (_ce .Max (_fcgf ,0),1.0);_dcbb =_ce .Min (_ce .Max (_dcbb ,0),1.0); +return NewPdfColorDeviceRGB (_cab ,_fcgf ,_dcbb ),nil ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_edff *PdfShadingType3 )ToPdfObject ()_cee .PdfObject {_edff .PdfShading .ToPdfObject ();_dbcfe ,_cbeg :=_edff .getShadingDict ();if _cbeg !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _edff .Coords !=nil {_dbcfe .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_edff .Coords );};if _edff .Domain !=nil {_dbcfe .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_edff .Domain );};if _edff .Function !=nil {if len (_edff .Function )==1{_dbcfe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_edff .Function [0].ToPdfObject ()); -}else {_bdceg :=_cee .MakeArray ();for _ ,_cbdba :=range _edff .Function {_bdceg .Append (_cbdba .ToPdfObject ());};_dbcfe .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bdceg );};};if _edff .Extend !=nil {_dbcfe .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_edff .Extend ); -};return _edff ._dfgbe ;}; +// BorderStyle defines border type, typically used for annotations. +type BorderStyle int ; -// NewPdfColorPatternType3 returns an empty color shading pattern type 3 (Radial). -func NewPdfColorPatternType3 ()*PdfColorPatternType3 {_bdbe :=&PdfColorPatternType3 {};return _bdbe }; +// Transform rectangle with the supplied matrix. +func (_gcbe *PdfRectangle )Transform (transformMatrix _dfa .Matrix ){_gcbe .Llx ,_gcbe .Lly =transformMatrix .Transform (_gcbe .Llx ,_gcbe .Lly );_gcbe .Urx ,_gcbe .Ury =transformMatrix .Transform (_gcbe .Urx ,_gcbe .Ury );_gcbe .Normalize ();}; -// ColorFromFloats returns a new PdfColorDevice based on the input slice of -// color components. The slice should contain four elements representing the -// cyan, magenta, yellow and key components of the color. The values of the -// elements should be between 0 and 1. -func (_caad *PdfColorspaceDeviceCMYK )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=4{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfge :=vals [0];if _bfge < 0.0||_bfge > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_bfge ); -return nil ,ErrColorOutOfRange ;};_ecaf :=vals [1];if _ecaf < 0.0||_ecaf > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecaf );return nil ,ErrColorOutOfRange ; -};_gdbg :=vals [2];if _gdbg < 0.0||_gdbg > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_gdbg );return nil ,ErrColorOutOfRange ;};_fcce :=vals [3]; -if _fcce < 0.0||_fcce > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fcce );return nil ,ErrColorOutOfRange ;};_cfae :=NewPdfColorDeviceCMYK (_bfge ,_ecaf ,_gdbg ,_fcce ); -return _cfae ,nil ;}; +// PdfActionResetForm represents a resetForm action. +type PdfActionResetForm struct{*PdfAction ;Fields _bda .PdfObject ;Flags _bda .PdfObject ;}; -// SetDocInfo set document info. -// This will overwrite any globally declared document info. -func (_gdcd *PdfWriter )SetDocInfo (info *PdfInfo ){_gdcd .setDocInfo (info .ToPdfObject ())}; +// IsCID returns true if the underlying font is CID. +func (_cbbc *PdfFont )IsCID ()bool {return _cbbc .baseFields ().isCIDFont ()}; -// Flags returns the field flags for the field accounting for any inherited flags. -func (_dgbfe *PdfField )Flags ()FieldFlag {var _gbea FieldFlag ;_cadgg ,_dagfe :=_dgbfe .inherit (func (_eegb *PdfField )bool {if _eegb .Ff !=nil {_gbea =FieldFlag (*_eegb .Ff );return true ;};return false ;});if _dagfe !=nil {_fca .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0069\u006e\u0067\u0020\u0066\u006c\u0061\u0067\u0073\u0020\u0076\u0069\u0061\u0020\u0069\u006e\u0068\u0065\u0072\u0069t\u0061\u006e\u0063\u0065\u003a\u0020\u0025\u0076",_dagfe ); -};if !_cadgg {_fca .Log .Trace ("N\u006f\u0020\u0066\u0069\u0065\u006cd\u0020\u0066\u006c\u0061\u0067\u0073 \u0066\u006f\u0075\u006e\u0064\u0020\u002d \u0061\u0073\u0073\u0075\u006d\u0065\u0020\u0063\u006c\u0065a\u0072");};return _gbea ;};func (_cbe *PdfReader )newPdfActionNamedFromDict (_gbc *_cee .PdfObjectDictionary )(*PdfActionNamed ,error ){return &PdfActionNamed {N :_gbc .Get ("\u004e")},nil ; -};func _ecad (_ccgb *_cee .PdfObjectDictionary ,_eagc *fontCommon ,_ebea _dae .TextEncoder )(*pdfFontSimple ,error ){_deab :=_ceafg (_eagc );_deab ._bdecc =_ebea ;if _ebea ==nil {_fcdfd :=_ccgb .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _fcdfd ==nil {_fcdfd =_cee .MakeInteger (0); -};_deab .FirstChar =_fcdfd ;_gffbd ,_cege :=_cee .GetIntVal (_fcdfd );if !_cege {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_fcdfd ); -return nil ,_cee .ErrTypeError ;};_eaed :=_dae .CharCode (_gffbd );_fcdfd =_ccgb .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _fcdfd ==nil {_fcdfd =_cee .MakeInteger (255);};_deab .LastChar =_fcdfd ;_gffbd ,_cege =_cee .GetIntVal (_fcdfd ); -if !_cege {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_fcdfd );return nil ,_cee .ErrTypeError ; -};_abefg :=_dae .CharCode (_gffbd );_deab ._ccfb =make (map[_dae .CharCode ]float64 );_fcdfd =_ccgb .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _fcdfd !=nil {_deab .Widths =_fcdfd ;_ccddb ,_acega :=_cee .GetArray (_fcdfd );if !_acega {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_fcdfd ); -return nil ,_cee .ErrTypeError ;};_fcada ,_dbdfd :=_ccddb .ToFloat64Array ();if _dbdfd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_dbdfd ;};if len (_fcada )!=int (_abefg -_eaed +1){_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_abefg -_eaed +1,len (_fcada )); -return nil ,_cee .ErrRangeError ;};for _bcfea ,_cfcab :=range _fcada {_deab ._ccfb [_eaed +_dae .CharCode (_bcfea )]=_cfcab ;};};};_deab .Encoding =_cee .TraceToDirectObject (_ccgb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));return _deab ,nil ; +// ToPdfObject returns a *PdfIndirectObject containing a *PdfObjectArray representation of the DeviceN colorspace. +/* + Format: [/DeviceN names alternateSpace tintTransform] + or: [/DeviceN names alternateSpace tintTransform attributes] +*/ +func (_abfgf *PdfColorspaceDeviceN )ToPdfObject ()_bda .PdfObject {_fgac :=_bda .MakeArray (_bda .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u004e"));_fgac .Append (_abfgf .ColorantNames );_fgac .Append (_abfgf .AlternateSpace .ToPdfObject ());_fgac .Append (_abfgf .TintTransform .ToPdfObject ()); +if _abfgf .Attributes !=nil {_fgac .Append (_abfgf .Attributes .ToPdfObject ());};if _abfgf ._ecaf !=nil {_abfgf ._ecaf .PdfObject =_fgac ;return _abfgf ._ecaf ;};return _fgac ;};func (_efg *PdfReader )newPdfActionLaunchFromDict (_fde *_bda .PdfObjectDictionary )(*PdfActionLaunch ,error ){_bad ,_defg :=_ggfe (_fde .Get ("\u0046")); +if _defg !=nil {return nil ,_defg ;};return &PdfActionLaunch {Win :_fde .Get ("\u0057\u0069\u006e"),Mac :_fde .Get ("\u004d\u0061\u0063"),Unix :_fde .Get ("\u0055\u006e\u0069\u0078"),NewWindow :_fde .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_bad },nil ; }; -// NewPdfOutlineTree returns an initialized PdfOutline tree. -func NewPdfOutlineTree ()*PdfOutline {_gaaad :=NewPdfOutline ();_gaaad ._afcbg =&_gaaad ;return _gaaad ;};var (TabOrderRow TabOrderType ="\u0052";TabOrderColumn TabOrderType ="\u0043";TabOrderStructure TabOrderType ="\u0053";); - -// String returns a string describing the font descriptor. -func (_aeec *PdfFontDescriptor )String ()string {var _adec []string ;if _aeec .FontName !=nil {_adec =append (_adec ,_aeec .FontName .String ());};if _aeec .FontFamily !=nil {_adec =append (_adec ,_aeec .FontFamily .String ());};if _aeec .fontFile !=nil {_adec =append (_adec ,_aeec .fontFile .String ()); -};if _aeec ._bcga !=nil {_adec =append (_adec ,_aeec ._bcga .String ());};_adec =append (_adec ,_e .Sprintf ("\u0046\u006f\u006et\u0046\u0069\u006c\u0065\u0033\u003d\u0025\u0074",_aeec .FontFile3 !=nil ));return _e .Sprintf ("\u0046\u004f\u004e\u0054_D\u0045\u0053\u0043\u0052\u0049\u0050\u0054\u004f\u0052\u007b\u0025\u0073\u007d",_ad .Join (_adec ,"\u002c\u0020")); -}; +// ToPdfObject implements interface PdfModel. +func (_caca *PdfAnnotationFreeText )ToPdfObject ()_bda .PdfObject {_caca .PdfAnnotation .ToPdfObject ();_gcc :=_caca ._ged ;_egdbf :=_gcc .PdfObject .(*_bda .PdfObjectDictionary );_caca .PdfAnnotationMarkup .appendToPdfDictionary (_egdbf );_egdbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074")); +_egdbf .SetIfNotNil ("\u0044\u0041",_caca .DA );_egdbf .SetIfNotNil ("\u0051",_caca .Q );_egdbf .SetIfNotNil ("\u0052\u0043",_caca .RC );_egdbf .SetIfNotNil ("\u0044\u0053",_caca .DS );_egdbf .SetIfNotNil ("\u0043\u004c",_caca .CL );_egdbf .SetIfNotNil ("\u0049\u0054",_caca .IT ); +_egdbf .SetIfNotNil ("\u0042\u0045",_caca .BE );_egdbf .SetIfNotNil ("\u0052\u0044",_caca .RD );_egdbf .SetIfNotNil ("\u0042\u0053",_caca .BS );_egdbf .SetIfNotNil ("\u004c\u0045",_caca .LE );return _gcc ;}; -// NewPdfColorDeviceRGB returns a new PdfColorDeviceRGB based on the r,g,b component values. -func NewPdfColorDeviceRGB (r ,g ,b float64 )*PdfColorDeviceRGB {_fcff :=PdfColorDeviceRGB {r ,g ,b };return &_fcff ;};func (_bedbf *PdfAcroForm )fillImageWithAppearance (_daea FieldImageProvider ,_fdbed FieldAppearanceGenerator )error {if _bedbf ==nil {return nil ; -};_gagfd ,_dega :=_daea .FieldImageValues ();if _dega !=nil {return _dega ;};for _ ,_dbgba :=range _bedbf .AllFields (){_ddge :=_dbgba .PartialName ();_gcbca ,_dcgdc :=_gagfd [_ddge ];if !_dcgdc {if _baeef ,_gedc :=_dbgba .FullName ();_gedc ==nil {_gcbca ,_dcgdc =_gagfd [_baeef ]; -};};if !_dcgdc {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_ddge ); -continue ;};switch _fbefc :=_dbgba .GetContext ().(type ){case *PdfFieldButton :if _fbefc .IsPush (){_fbefc .SetFillImage (_gcbca );};};if _fdbed ==nil {continue ;};for _ ,_cdaeb :=range _dbgba .Annotations {_cgec ,_dgbgab :=_fdbed .GenerateAppearanceDict (_bedbf ,_dbgba ,_cdaeb ); -if _dgbgab !=nil {return _dgbgab ;};_cdaeb .AP =_cgec ;_cdaeb .ToPdfObject ();};};return nil ;};var (_dggagg _d .Mutex ;_aafgb ="";_dddda _gc .Time ;_dgbgaa ="";_dcae ="";_cedfg _gc .Time ;_bdefe ="";_bebae ="";_bcfcc ="";); +// GetContainingPdfObject implements interface PdfModel. +func (_dbbd *PdfAnnotation )GetContainingPdfObject ()_bda .PdfObject {return _dbbd ._ged };func _caae (_aaeeg *PdfField ,_bdggd _bda .PdfObject )error {switch _aaeeg .GetContext ().(type ){case *PdfFieldText :switch _cbcag :=_bdggd .(type ){case *_bda .PdfObjectName :_ccegb :=_cbcag ; +_ed .Log .Debug ("\u0055\u006e\u0065\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u003a\u0020\u0047\u006f\u0074 \u0056\u0020\u0061\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u003e\u0020c\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f s\u0074\u0072\u0069\u006e\u0067\u0020\u0027\u0025\u0073\u0027",_ccegb .String ()); +_aaeeg .V =_bda .MakeEncodedString (_cbcag .String (),true );case *_bda .PdfObjectString :_aaeeg .V =_bda .MakeEncodedString (_cbcag .String (),true );default:_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0074\u0065\u0078\u0074\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0056\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054\u0020\u0028\u0025\u0023\u0076\u0029",_cbcag ,_cbcag ); +};case *PdfFieldButton :switch _bdggd .(type ){case *_bda .PdfObjectName :if len (_bdggd .String ())> 0{_aaeeg .V =_bdggd ;_eadef (_aaeeg ,_bdggd );};case *_bda .PdfObjectString :if len (_bdggd .String ())> 0{_aaeeg .V =_bda .MakeName (_bdggd .String ()); +_eadef (_aaeeg ,_aaeeg .V );};default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_aaeeg .PartialName (),_bdggd );_aaeeg .V =_bdggd ; +};case *PdfFieldChoice :switch _bdggd .(type ){case *_bda .PdfObjectName :if len (_bdggd .String ())> 0{_aaeeg .V =_bda .MakeString (_bdggd .String ());_eadef (_aaeeg ,_bdggd );};case *_bda .PdfObjectString :if len (_bdggd .String ())> 0{_aaeeg .V =_bdggd ; +_eadef (_aaeeg ,_bda .MakeName (_bdggd .String ()));};default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u004e\u0045\u0058P\u0045\u0043\u0054\u0045\u0044\u0020\u0025\u0073\u0020\u002d>\u0020\u0025\u0076",_aaeeg .PartialName (),_bdggd ); +_aaeeg .V =_bdggd ;};case *PdfFieldSignature :_ed .Log .Debug ("\u0054\u004f\u0044\u004f\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0061\u0070\u0070e\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0079\u0065\u0074\u003a\u0020\u0025\u0073\u002f\u0025v",_aaeeg .PartialName (),_bdggd ); +};return nil ;}; -// NewPdfAnnotationWidget returns an initialized annotation widget. -func NewPdfAnnotationWidget ()*PdfAnnotationWidget {_fbf :=NewPdfAnnotation ();_abd :=&PdfAnnotationWidget {};_abd .PdfAnnotation =_fbf ;_fbf .SetContext (_abd );return _abd ;}; +// Register registers (caches) a model to primitive object relationship. +func (_cgedc *modelManager )Register (primitive _bda .PdfObject ,model PdfModel ){_cgedc ._afcbd [model ]=primitive ;_cgedc ._afaad [primitive ]=model ;}; -// PdfActionJavaScript represents a javaScript action. -type PdfActionJavaScript struct{*PdfAction ;JS _cee .PdfObject ;}; +// Items returns all children outline items. +func (_cddbb *OutlineItem )Items ()[]*OutlineItem {return _cddbb .Entries };const (NonFullScreenPageModeUseNone NonFullScreenPageMode ="\u0055s\u0065\u004e\u006f\u006e\u0065";NonFullScreenPageModeUseOutlines NonFullScreenPageMode ="U\u0073\u0065\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"; +NonFullScreenPageModeUseThumbs NonFullScreenPageMode ="\u0055s\u0065\u0054\u0068\u0075\u006d\u0062s";NonFullScreenPageModeUseOC NonFullScreenPageMode ="\u0055\u0073\u0065O\u0043";DirectionL2R Direction ="\u004c\u0032\u0052";DirectionR2L Direction ="\u0052\u0032\u004c"; +PageBoundaryMediaBox PageBoundary ="\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078";PageBoundaryCropBox PageBoundary ="\u0043r\u006f\u0070\u0042\u006f\u0078";PageBoundaryBleedBox PageBoundary ="\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078";PageBoundaryTrimBox PageBoundary ="\u0054r\u0069\u006d\u0042\u006f\u0078"; +PageBoundaryArtBox PageBoundary ="\u0041\u0072\u0074\u0042\u006f\u0078";PrintScalingNone PrintScaling ="\u004e\u006f\u006e\u0065";PrintScalingAppDefault PrintScaling ="\u0041\u0070\u0070\u0044\u0065\u0066\u0061\u0075\u006c\u0074";DuplexNone Duplex ="\u006e\u006f\u006e\u0065"; +DuplexSimplex Duplex ="\u0053i\u006d\u0070\u006c\u0065\u0078";DuplexFlipShortEdge Duplex ="\u0044\u0075\u0070\u006cex\u0046\u006c\u0069\u0070\u0053\u0068\u006f\u0072\u0074\u0045\u0064\u0067\u0065";DuplexFlipLongEdge Duplex ="\u0044u\u0070l\u0065\u0078\u0046\u006c\u0069p\u004c\u006fn\u0067\u0045\u0064\u0067\u0065"; +); -// ConvertToBinary converts current image into binary (bi-level) format. -// Binary images are composed of single bits per pixel (only black or white). -// If provided image has more color components, then it would be converted into binary image using -// histogram auto threshold function. -func (_gegg *Image )ConvertToBinary ()error {if _gegg .ColorComponents ==1&&_gegg .BitsPerComponent ==1{return nil ;};_acab ,_eggc :=_gegg .ToGoImage ();if _eggc !=nil {return _eggc ;};_feedba ,_eggc :=_ca .MonochromeConverter .Convert (_acab );if _eggc !=nil {return _eggc ; -};_gegg .Data =_feedba .Base ().Data ;_gegg ._cbfg ,_eggc =_ca .ScaleAlphaToMonochrome (_gegg ._cbfg ,int (_gegg .Width ),int (_gegg .Height ));if _eggc !=nil {return _eggc ;};_gegg .BitsPerComponent =1;_gegg .ColorComponents =1;_gegg ._cabgb =nil ;return nil ; -};func (_cdfef *PdfAcroForm )fill (_agdbd FieldValueProvider ,_bgde FieldAppearanceGenerator )error {if _cdfef ==nil {return nil ;};_bbeg ,_dgeb :=_agdbd .FieldValues ();if _dgeb !=nil {return _dgeb ;};for _ ,_fbcba :=range _cdfef .AllFields (){_cadec :=_fbcba .PartialName (); -_cabef ,_gfegg :=_bbeg [_cadec ];if !_gfegg {if _ecbbb ,_bbcba :=_fbcba .FullName ();_bbcba ==nil {_cabef ,_gfegg =_bbeg [_ecbbb ];};};if !_gfegg {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cadec ); -continue ;};if _cffg :=_bbcd (_fbcba ,_cabef );_cffg !=nil {return _cffg ;};if _bgde ==nil {continue ;};for _ ,_ceec :=range _fbcba .Annotations {_gacea ,_fgafe :=_bgde .GenerateAppearanceDict (_cdfef ,_fbcba ,_ceec );if _fgafe !=nil {return _fgafe ;}; -_ceec .AP =_gacea ;_ceec .ToPdfObject ();};};return nil ;}; +// NewDSS returns a new DSS dictionary. +func NewDSS ()*DSS {return &DSS {_bebag :_bda .MakeIndirectObject (_bda .MakeDict ()),VRI :map[string ]*VRI {}};};func (_cfd *PdfReader )newPdfAnnotationCircleFromDict (_agb *_bda .PdfObjectDictionary )(*PdfAnnotationCircle ,error ){_aeecg :=PdfAnnotationCircle {}; +_acfc ,_egdb :=_cfd .newPdfAnnotationMarkupFromDict (_agb );if _egdb !=nil {return nil ,_egdb ;};_aeecg .PdfAnnotationMarkup =_acfc ;_aeecg .BS =_agb .Get ("\u0042\u0053");_aeecg .IC =_agb .Get ("\u0049\u0043");_aeecg .BE =_agb .Get ("\u0042\u0045");_aeecg .RD =_agb .Get ("\u0052\u0044"); +return &_aeecg ,nil ;};func (_aeef *PdfFilespec )getDict ()*_bda .PdfObjectDictionary {if _cgcbd ,_acacc :=_aeef ._daeg .(*_bda .PdfIndirectObject );_acacc {_gfff ,_dcfbc :=_cgcbd .PdfObject .(*_bda .PdfObjectDictionary );if !_dcfbc {return nil ;};return _gfff ; +}else if _bbbbc ,_fgbag :=_aeef ._daeg .(*_bda .PdfObjectDictionary );_fgbag {return _bbbbc ;}else {_ed .Log .Debug ("\u0054\u0072\u0079\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u006f\u0062\u006a\u0065\u0063\u0074 \u0074\u0079p\u0065\u0020(\u0025T\u0029",_aeef ._daeg ); +return nil ;};}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for an RGB device. -func (_dgcc *PdfColorspaceDeviceRGB )GetNumComponents ()int {return 3}; +// NewPdfAnnotationCircle returns a new circle annotation. +func NewPdfAnnotationCircle ()*PdfAnnotationCircle {_bdab :=NewPdfAnnotation ();_dgbd :=&PdfAnnotationCircle {};_dgbd .PdfAnnotation =_bdab ;_dgbd .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bdab .SetContext (_dgbd );return _dgbd ;};func (_bcag *PdfReader )newPdfAnnotationCaretFromDict (_eca *_bda .PdfObjectDictionary )(*PdfAnnotationCaret ,error ){_gff :=PdfAnnotationCaret {}; +_ecdd ,_gbcf :=_bcag .newPdfAnnotationMarkupFromDict (_eca );if _gbcf !=nil {return nil ,_gbcf ;};_gff .PdfAnnotationMarkup =_ecdd ;_gff .RD =_eca .Get ("\u0052\u0044");_gff .Sy =_eca .Get ("\u0053\u0079");return &_gff ,nil ;}; // IsColored specifies if the pattern is colored. -func (_ecgbf *PdfTilingPattern )IsColored ()bool {if _ecgbf .PaintType !=nil &&*_ecgbf .PaintType ==1{return true ;};return false ;}; - -// ColorToRGB converts gray -> rgb for a single color component. -func (_feee *PdfColorspaceDeviceGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_fddbg ,_deed :=color .(*PdfColorDeviceGray );if !_deed {_fca .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006fr\u0020\u006e\u006f\u0074\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0067\u0072\u0061\u0079\u0020\u0025\u0054",color ); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return NewPdfColorDeviceRGB (float64 (*_fddbg ),float64 (*_fddbg ),float64 (*_fddbg )),nil ;}; +func (_ffgad *PdfTilingPattern )IsColored ()bool {if _ffgad .PaintType !=nil &&*_ffgad .PaintType ==1{return true ;};return false ;}; -// BytesToCharcodes converts the bytes in a PDF string to character codes. -func (_eeeb *PdfFont )BytesToCharcodes (data []byte )[]_dae .CharCode {_fca .Log .Trace ("\u0042\u0079\u0074es\u0054\u006f\u0043\u0068\u0061\u0072\u0063\u006f\u0064e\u0073:\u0020d\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",data ,data ); -if _ddgc ,_cecb :=_eeeb ._bggcf .(*pdfFontType0 );_cecb &&_ddgc ._dcffd !=nil {if _fgdf ,_aefdd :=_ddgc .bytesToCharcodes (data );_aefdd {return _fgdf ;};};var (_cabe =make ([]_dae .CharCode ,0,len (data )+len (data )%2);_afbfg =_eeeb .baseFields ();); -if _afbfg ._abcbf !=nil {if _fbcg ,_gdgbe :=_afbfg ._abcbf .BytesToCharcodes (data );_gdgbe {for _ ,_bagc :=range _fbcg {_cabe =append (_cabe ,_dae .CharCode (_bagc ));};return _cabe ;};};if _afbfg .isCIDFont (){if len (data )==1{data =[]byte {0,data [0]}; -};if len (data )%2!=0{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0064\u0061\u0074\u0061\u003d\u0025\u002b\u0076\u0020t\u006f\u0020\u0065\u0076\u0065n\u0020\u006ce\u006e\u0067\u0074\u0068",data ); -data =append (data ,0);};for _dfcc :=0;_dfcc < len (data );_dfcc +=2{_agdf :=uint16 (data [_dfcc ])<<8|uint16 (data [_dfcc +1]);_cabe =append (_cabe ,_dae .CharCode (_agdf ));};}else {for _ ,_bcbce :=range data {_cabe =append (_cabe ,_dae .CharCode (_bcbce )); -};};return _cabe ;}; - -// Reset sets the multi font encoder to its initial state. -func (_edefe *MultipleFontEncoder )Reset (){_edefe .CurrentFont =_edefe ._ecfa [0]}; +// PdfShadingPatternType3 is shading patterns that will use a Type 3 shading pattern (Radial). +type PdfShadingPatternType3 struct{*PdfPattern ;Shading *PdfShadingType3 ;Matrix *_bda .PdfObjectArray ;ExtGState _bda .PdfObject ;}; -// GetRuneMetrics returns the char metrics for a rune. -// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as -// well give them 0 width. There is no need for the bool return. -func (_dabg *PdfFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_acfc :=_dabg .actualFont ();if _acfc ==nil {_fca .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u004e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020f\u006fr\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079p\u0065=\u0025\u0023T",_dabg ._bggcf ); -return _ce .CharMetrics {},false ;};if _fbbea ,_cgdgef :=_acfc .GetRuneMetrics (r );_cgdgef {return _fbbea ,true ;};if _bdcb ,_egaf :=_dabg .GetFontDescriptor ();_egaf ==nil &&_bdcb !=nil {return _ce .CharMetrics {Wx :_bdcb ._efacg },true ;};_fca .Log .Debug ("\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061r\u004d\u0065\u0074\u0072i\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dabg ); -return _ce .CharMetrics {},false ;}; +// PdfColorspaceSpecialIndexed is an indexed color space is a lookup table, where the input element +// is an index to the lookup table and the output is a color defined in the lookup table in the Base +// colorspace. +// [/Indexed base hival lookup] +type PdfColorspaceSpecialIndexed struct{Base PdfColorspace ;HiVal int ;Lookup _bda .PdfObject ;_gfda []byte ;_agcda *_bda .PdfIndirectObject ;}; -// DecodeArray returns the range of color component values in the ICCBased colorspace. -func (_fgbd *PdfColorspaceICCBased )DecodeArray ()[]float64 {return _fgbd .Range };func _gadfef ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _dcae }; +// SetNameDictionary sets the Names entry in the PDF catalog. +// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). +func (_bgaeeb *PdfWriter )SetNameDictionary (names _bda .PdfObject )error {if names ==nil {return nil ;};_bgaeeb ._edacf =_dcaab (names );_ed .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u004e\u0061\u006d\u0065\u0073\u002e\u002e\u002e"); +_bgaeeb ._geadba .Set ("\u004e\u0061\u006de\u0073",names );return _bgaeeb .addObjects (names );};func (_dage *PdfReader )newPdfActionGoTo3DViewFromDict (_agc *_bda .PdfObjectDictionary )(*PdfActionGoTo3DView ,error ){return &PdfActionGoTo3DView {TA :_agc .Get ("\u0054\u0041"),V :_agc .Get ("\u0056")},nil ; +}; -// NewBorderStyle returns an initialized PdfBorderStyle. -func NewBorderStyle ()*PdfBorderStyle {_ddca :=&PdfBorderStyle {};return _ddca }; +// PdfAnnotation represents an annotation in PDF (section 12.5 p. 389). +type PdfAnnotation struct{_fdeb PdfModel ;Rect _bda .PdfObject ;Contents _bda .PdfObject ;P _bda .PdfObject ;NM _bda .PdfObject ;M _bda .PdfObject ;F _bda .PdfObject ;AP _bda .PdfObject ;AS _bda .PdfObject ;Border _bda .PdfObject ;C _bda .PdfObject ;StructParent _bda .PdfObject ; +OC _bda .PdfObject ;_ged *_bda .PdfIndirectObject ;}; -// SetDirection sets the value of the direction. -func (_fcfdg *ViewerPreferences )SetDirection (direction Direction ){_fcfdg ._gfegc =direction };func _agca (_cecfd *PdfAnnotation )(*XObjectForm ,*PdfRectangle ,error ){_bgea ,_fdeff :=_cee .GetDict (_cecfd .AP );if !_fdeff {return nil ,nil ,_cdf .New ("f\u0069\u0065\u006c\u0064\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0041\u0050\u0020d\u0069\u0063\u0074i\u006fn\u0061\u0072\u0079"); -};if _bgea ==nil {return nil ,nil ,nil ;};_aadgf ,_fdeff :=_cee .GetArray (_cecfd .Rect );if !_fdeff ||_aadgf .Len ()!=4{return nil ,nil ,_cdf .New ("\u0072\u0065\u0063t\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};_ccgc ,_eebe :=NewPdfRectangle (*_aadgf ); -if _eebe !=nil {return nil ,nil ,_eebe ;};_ceff :=_cee .TraceToDirectObject (_bgea .Get ("\u004e"));switch _efaeg :=_ceff .(type ){case *_cee .PdfObjectStream :_fabe :=_efaeg ;_fgeeb ,_bagfa :=NewXObjectFormFromStream (_fabe );return _fgeeb ,_ccgc ,_bagfa ; -case *_cee .PdfObjectDictionary :_cfab :=_efaeg ;if _cfab ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0067e\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0061\u006e\u0063\u0065\u002e\u0020\u0044\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -return nil ,nil ,nil ;};var _cebce _cee .PdfObject ;_geccd ,_ffed :=_cee .GetName (_cecfd .AS );if _ffed {_cebce =_cfab .Get (*_geccd );}else {_abgb :=_cecfd ._eddc .PdfObject .(*_cee .PdfObjectDictionary );if _abgb ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u0067\u0065\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0076\u0061\u006c\u0075\u0065\u002e"); -return nil ,nil ,nil ;};if _gbddf :=_abgb .Get ("\u0056");_gbddf !=nil {_cebce =_cfab .Get (_cee .PdfObjectName (_gbddf .String ()));};};if _cebce ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0041\u0053\u0020\u0073\u0074\u0061\u0074\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0041\u0050\u0020\u0064\u0069\u0063\u0074\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006eg"); -return nil ,nil ,nil ;};_gcda ,_ffed :=_cee .GetStream (_cebce );if !_ffed {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006ce \u0074\u006f\u0020\u0061\u0063\u0063e\u0073\u0073\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u0066\u006f\u0072 \u0025\u0076",_geccd ); -return nil ,nil ,_cdf .New ("\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};_acggb ,_acfff :=NewXObjectFormFromStream (_gcda );return _acggb ,_ccgc ,_acfff ;};_fca .Log .Debug ("\u0049\u006e\u0076\u0061li\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u004e\u003a\u0020%\u0054",_ceff ); -return nil ,nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_dfbe *PdfColorspaceSpecialSeparation )ToPdfObject ()_bda .PdfObject {_bced :=_bda .MakeArray (_bda .MakeName ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"));_bced .Append (_dfbe .ColorantName );_bced .Append (_dfbe .AlternateSpace .ToPdfObject ()); +_bced .Append (_dfbe .TintTransform .ToPdfObject ());if _dfbe ._efde !=nil {_dfbe ._efde .PdfObject =_bced ;return _dfbe ._efde ;};return _bced ;};type fontCommon struct{_bcaebe string ;_fggeg string ;_faee string ;_fbedf _bda .PdfObject ;_eeed *_dfe .CMap ; +_bedea *PdfFontDescriptor ;_cadee int64 ;}; -// GetRevision returns the specific version of the PdfReader for the current Pdf document -func (_edfgf *PdfReader )GetRevision (revisionNumber int )(*PdfReader ,error ){_eggbf :=_edfgf ._ffdgf .GetRevisionNumber ();if revisionNumber < 0||revisionNumber > _eggbf {return nil ,_cdf .New ("w\u0072\u006f\u006e\u0067 r\u0065v\u0069\u0073\u0069\u006f\u006e \u006e\u0075\u006d\u0062\u0065\u0072"); -};if revisionNumber ==_eggbf {return _edfgf ,nil ;};if _edfgf ._befca [revisionNumber ]!=nil {return _edfgf ._befca [revisionNumber ],nil ;};_dbbaa :=_edfgf ;for _ceda :=_eggbf -1;_ceda >=revisionNumber ;_ceda --{_dgfdb ,_cdafeb :=_dbbaa .GetPreviousRevision (); -if _cdafeb !=nil {return nil ,_cdafeb ;};_edfgf ._befca [_ceda ]=_dgfdb ;_dbbaa =_dgfdb ;};return _dbbaa ,nil ;}; +// NewPdfActionGoTo3DView returns a new "goTo3DView" action. +func NewPdfActionGoTo3DView ()*PdfActionGoTo3DView {_cgg :=NewPdfAction ();_be :=&PdfActionGoTo3DView {};_be .PdfAction =_cgg ;_cgg .SetContext (_be );return _be ;}; -// GetRuneMetrics returns the character metrics for the specified rune. -// A bool flag is returned to indicate whether or not the entry was found. -func (_dfgg pdfCIDFontType2 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_ecdgg ,_bcda :=_dfgg ._abdc [r ];if !_bcda {_aabd ,_ebgb :=_cee .GetInt (_dfgg .DW );if !_ebgb {return _ce .CharMetrics {},false ;};_ecdgg =int (*_aabd );};return _ce .CharMetrics {Wx :float64 (_ecdgg )},true ; +// GetPrimitiveFromModel returns the primitive object corresponding to the input `model`. +func (_gdbcf *modelManager )GetPrimitiveFromModel (model PdfModel )_bda .PdfObject {_adaff ,_ceccg :=_gdbcf ._afcbd [model ];if !_ceccg {return nil ;};return _adaff ;};func (_fffb *PdfReader )newPdfAnnotationWidgetFromDict (_fbf *_bda .PdfObjectDictionary )(*PdfAnnotationWidget ,error ){_bec :=PdfAnnotationWidget {}; +_bec .H =_fbf .Get ("\u0048");_bec .MK =_fbf .Get ("\u004d\u004b");_bec .A =_fbf .Get ("\u0041");_bec .AA =_fbf .Get ("\u0041\u0041");_bec .BS =_fbf .Get ("\u0042\u0053");_bec .Parent =_fbf .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");return &_bec ,nil ; }; -// NewPdfAnnotation returns an initialized generic PDF annotation model. -func NewPdfAnnotation ()*PdfAnnotation {_decg :=&PdfAnnotation {};_decg ._eddc =_cee .MakeIndirectObject (_cee .MakeDict ());return _decg ;}; +// ToPdfObject converts the font to a PDF representation. +func (_fgdcg *pdfFontType0 )ToPdfObject ()_bda .PdfObject {if _fgdcg ._efgbc ==nil {_fgdcg ._efgbc =&_bda .PdfIndirectObject {};};_bfdeb :=_fgdcg .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0030");_fgdcg ._efgbc .PdfObject =_bfdeb ;if _fgdcg .Encoding !=nil {_bfdeb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fgdcg .Encoding ); +}else if _fgdcg ._geed !=nil {_bfdeb .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fgdcg ._geed .ToPdfObject ());};if _fgdcg .DescendantFont !=nil {_bfdeb .Set ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073",_bda .MakeArray (_fgdcg .DescendantFont .ToPdfObject ())); +};return _fgdcg ._efgbc ;};func (_cfbbd *PdfReader )newPdfActionGotoFromDict (_gfb *_bda .PdfObjectDictionary )(*PdfActionGoTo ,error ){return &PdfActionGoTo {D :_gfb .Get ("\u0044")},nil ;}; -// GetRevisionNumber returns the version of the current Pdf document -func (_cgccc *PdfReader )GetRevisionNumber ()int {return _cgccc ._ffdgf .GetRevisionNumber ()}; +// CharMetrics represents width and height metrics of a glyph. +type CharMetrics =_geg .CharMetrics ; -// VariableText contains the common attributes of a variable text. -// The VariableText is typically not used directly, but is can encapsulate by PdfField -// See section 12.7.3.3 "Variable Text" and Table 222 (pp. 434-436 PDF32000_2008). -type VariableText struct{DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;DS *_cee .PdfObjectString ;RV _cee .PdfObject ;};func _dffed (_fcffgd _cee .PdfObject )(string ,error ){_fcffgd =_cee .TraceToDirectObject (_fcffgd );switch _affc :=_fcffgd .(type ){case *_cee .PdfObjectString :return _affc .Str (),nil ; -case *_cee .PdfObjectStream :_dbga ,_agdbb :=_cee .DecodeStream (_affc );if _agdbb !=nil {return "",_agdbb ;};return string (_dbga ),nil ;};return "",_e .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_fcffgd ); -};func _bbeb (_cede *_cee .PdfObjectDictionary ,_dggb *fontCommon )(*pdfCIDFontType2 ,error ){if _dggb ._ccdeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0032\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_dggb ); -return nil ,_cee .ErrRangeError ;};_cgbea :=_cdba (_dggb );_bggda ,_dagae :=_cee .GetDict (_cede .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_dagae {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_dggb ); -return nil ,ErrRequiredAttributeMissing ;};_cgbea .CIDSystemInfo =_bggda ;_cgbea .DW =_cede .Get ("\u0044\u0057");_cgbea .W =_cede .Get ("\u0057");_cgbea .DW2 =_cede .Get ("\u0044\u0057\u0032");_cgbea .W2 =_cede .Get ("\u0057\u0032");_cgbea .CIDToGIDMap =_cede .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070"); -_cgbea ._dfae =1000.0;if _geadf ,_cfaaf :=_cee .GetNumberAsFloat (_cgbea .DW );_cfaaf ==nil {_cgbea ._dfae =_geadf ;};_facdg ,_dbaf :=_fceag (_cgbea .W );if _dbaf !=nil {return nil ,_dbaf ;};if _facdg ==nil {_facdg =map[_dae .CharCode ]float64 {};};_cgbea ._dbffc =_facdg ; -return _cgbea ,nil ;}; +// GetNumComponents returns the number of color components (1 for Indexed). +func (_babfc *PdfColorspaceSpecialIndexed )GetNumComponents ()int {return 1}; -// SetColorspaceByName adds the provided colorspace to the page resources. -func (_bgabf *PdfPageResources )SetColorspaceByName (keyName _cee .PdfObjectName ,cs PdfColorspace )error {_degc ,_dddeaf :=_bgabf .GetColorspaces ();if _dddeaf !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_dddeaf ); -return _dddeaf ;};if _degc ==nil {_degc =NewPdfPageResourcesColorspaces ();_bgabf .SetColorSpace (_degc );};_degc .Set (keyName ,cs );return nil ;};func (_facdf *PdfColorspaceICCBased )String ()string {return "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"; -}; +// PdfAcroForm represents the AcroForm dictionary used for representation of form data in PDF. +type PdfAcroForm struct{Fields *[]*PdfField ;NeedAppearances *_bda .PdfObjectBool ;SigFlags *_bda .PdfObjectInteger ;CO *_bda .PdfObjectArray ;DR *PdfPageResources ;DA *_bda .PdfObjectString ;Q *_bda .PdfObjectInteger ;XFA _bda .PdfObject ; -// ToPdfObject implements interface PdfModel. -func (_dcd *PdfAnnotationSquiggly )ToPdfObject ()_cee .PdfObject {_dcd .PdfAnnotation .ToPdfObject ();_dgba :=_dcd ._eddc ;_dfec :=_dgba .PdfObject .(*_cee .PdfObjectDictionary );_dcd .PdfAnnotationMarkup .appendToPdfDictionary (_dfec );_dfec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079")); -_dfec .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_dcd .QuadPoints );return _dgba ;}; +// ADBEEchoSign extra objects from Adobe Acrobat, causing signature invalid if not exists. +ADBEEchoSign _bda .PdfObject ;_bcgge *_bda .PdfIndirectObject ;_dacab bool ;};func (_aaa *PdfReader )newPdfActionMovieFromDict (_bdca *_bda .PdfObjectDictionary )(*PdfActionMovie ,error ){return &PdfActionMovie {Annotation :_bdca .Get ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"),T :_bdca .Get ("\u0054"),Operation :_bdca .Get ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn")},nil ; +};func (_cbca *PdfReader )newPdfAnnotationFileAttachmentFromDict (_afba *_bda .PdfObjectDictionary )(*PdfAnnotationFileAttachment ,error ){_bgefb :=PdfAnnotationFileAttachment {};_efce ,_bffa :=_cbca .newPdfAnnotationMarkupFromDict (_afba );if _bffa !=nil {return nil ,_bffa ; +};_bgefb .PdfAnnotationMarkup =_efce ;_bgefb .FS =_afba .Get ("\u0046\u0053");_bgefb .Name =_afba .Get ("\u004e\u0061\u006d\u0065");return &_bgefb ,nil ;}; -// PdfColorLab represents a color in the L*, a*, b* 3 component colorspace. -// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorLab [3]float64 ; +// ToPdfObject returns the PDF representation of the function. +func (_eeee *PdfFunctionType4 )ToPdfObject ()_bda .PdfObject {_aggbe :=_eeee ._eadd ;if _aggbe ==nil {_eeee ._eadd =&_bda .PdfObjectStream {};_aggbe =_eeee ._eadd ;};_edeeg :=_bda .MakeDict ();_edeeg .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_bda .MakeInteger (4)); +_bfece :=&_bda .PdfObjectArray {};for _ ,_cfbfb :=range _eeee .Domain {_bfece .Append (_bda .MakeFloat (_cfbfb ));};_edeeg .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_bfece );_bbea :=&_bda .PdfObjectArray {};for _ ,_affde :=range _eeee .Range {_bbea .Append (_bda .MakeFloat (_affde )); +};_edeeg .Set ("\u0052\u0061\u006eg\u0065",_bbea );if _eeee ._bedf ==nil &&_eeee .Program !=nil {_eeee ._bedf =[]byte (_eeee .Program .String ());};_edeeg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_eeee ._bedf ))));_aggbe .Stream =_eeee ._bedf ; +_aggbe .PdfObjectDictionary =_edeeg ;return _aggbe ;};func (_ecfec *pdfFontSimple )baseFields ()*fontCommon {return &_ecfec .fontCommon }; -// B returns the value of the B component of the color. -func (_feadd *PdfColorCalRGB )B ()float64 {return _feadd [1]}; +// CharcodesToStrings returns the unicode strings corresponding to `charcodes`. +// The int returns are the number of strings and the number of unconvereted codes. +// NOTE: The number of strings returned is equal to the number of charcodes +func (_afcf *PdfFont )CharcodesToStrings (charcodes []_dgb .CharCode ,replacementText string )([]string ,int ,int ){_dcce :=_afcf .baseFields ();_feadf :=make ([]string ,0,len (charcodes ));_cfefd :=0;_fcceg :=_afcf .Encoder ();_dcfag :=_dcce ._eeed !=nil &&_afcf .IsSimple ()&&_afcf .Subtype ()=="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"&&!_ab .Contains (_dcce ._eeed .Name (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"); +if !_dcfag &&_fcceg !=nil {switch _bcdba :=_fcceg .(type ){case _dgb .SimpleEncoder :_fcfg :=_bcdba .BaseName ();if _ ,_adcdc :=_dgcb [_fcfg ];_adcdc {for _ ,_bbaac :=range charcodes {if _gged ,_baea :=_fcceg .CharcodeToRune (_bbaac );_baea {_feadf =append (_feadf ,string (_gged )); +}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_bbaac ,charcodes ,_dcce .isCIDFont (),_afcf ,_fcceg ); +_cfefd ++;_feadf =append (_feadf ,_dfe .MissingCodeString );};};return _feadf ,len (_feadf ),_cfefd ;};};};for _ ,_gdge :=range charcodes {if _dcce ._eeed !=nil {if _ddcbd ,_dgcg :=_dcce ._eeed .CharcodeToUnicode (_dfe .CharCode (_gdge ));_dgcg {_acgg ,_ :=_a .DecodeLastRuneInString (_ddcbd ); +_efdad :=_cabge (_acgg );if !(_efdad =="\u0043\u006f"){_feadf =append (_feadf ,_ddcbd );continue ;};_ed .Log .Debug ("E\u0052\u0052\u004fR\u003a\u0020\u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0043\u006d\u0061p\u0020\u0068\u0061\u0073\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067.\u0020\u0063\u006f\u0064\u0065\u003d\u0030\u0078\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020m\u0061\u0070\u0070\u0065\u0064 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0063\u006f\u0064\u0065 \u0070\u006f\u0069\u006e\u0074\u0020\u0025\u0073",_gdge ,_ddcbd ); +};};if _fcceg !=nil {if _dfabf ,_cbbgg :=_fcceg .CharcodeToRune (_gdge );_cbbgg {_cgace :=_cabge (_dfabf );if !(_cgace =="\u0043\u006f"){_feadf =append (_feadf ,string (_dfabf ));continue ;};_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u002e \u0063\u006f\u0064\u0065\u003d\u0030x\u0025\u0030\u0034\u0078\u0020\u0069\u0073\u0020\u0064\u0065\u0063\u006f\u0064\u0065d\u0020\u0074o\u0020\u0061\u006e\u0020i\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0075\u006e\u0020\u0025\u0073",_gdge ,string (_dfabf )); +};};if replacementText !=""{_feadf =append (_feadf ,replacementText );}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u006f\u0020\u0072u\u006e\u0065\u002e\u0020\u0063\u006f\u0064\u0065=\u0030x\u0025\u0030\u0034\u0078\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0073\u003d\u005b\u0025\u00200\u0034\u0078\u005d\u0020\u0043\u0049\u0044\u003d\u0025\u0074\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073\n\u0009\u0065\u006e\u0063\u006fd\u0069\u006e\u0067\u003d\u0025\u0073",_gdge ,charcodes ,_dcce .isCIDFont (),_afcf ,_fcceg ); +_cfefd ++;_feadf =append (_feadf ,_dfe .MissingCodeString );};};if _cfefd !=0{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0043\u006f\u0075\u006c\u0064\u006e\u0027\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0074\u006f\u0020u\u006e\u0069\u0063\u006f\u0064\u0065\u002e\u0020\u0055\u0073\u0069\u006e\u0067\u0020i\u006ep\u0075\u0074\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0043\u0068\u0061\u0072\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073",len (charcodes ),_cfefd ,_afcf ); +};return _feadf ,len (_feadf ),_cfefd ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain three PdfObjectFloat elements representing -// the A, B and C components of the color. -func (_edcg *PdfColorspaceCalRGB )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfdad ,_abcb :=_cee .GetNumbersAsFloat (objects ); -if _abcb !=nil {return nil ,_abcb ;};return _edcg .ColorFromFloats (_bfdad );}; +// SetBoundingBox sets the bounding box in the attribute object. +func (_adcceb *KDict )SetBoundingBox (x ,y ,width ,height float64 ){_adcceb ._fdec =&PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; -// AddOutlineTree adds outlines to a PDF file. -func (_debbd *PdfWriter )AddOutlineTree (outlineTree *PdfOutlineTreeNode ){_debbd ._fecge =outlineTree }; +// ToPdfObject implements interface PdfModel. +func (_ddeb *PdfAnnotationProjection )ToPdfObject ()_bda .PdfObject {_ddeb .PdfAnnotation .ToPdfObject ();_dbgc :=_ddeb ._ged ;_gec :=_dbgc .PdfObject .(*_bda .PdfObjectDictionary );_ddeb .PdfAnnotationMarkup .appendToPdfDictionary (_gec );return _dbgc ; +}; -// PdfColorspaceSpecialSeparation is a Separation colorspace. -// At the moment the colour space is set to a Separation space, the conforming reader shall determine whether the -// device has an available colorant (e.g. dye) corresponding to the name of the requested space. If so, the conforming -// reader shall ignore the alternateSpace and tintTransform parameters; subsequent painting operations within the -// space shall apply the designated colorant directly, according to the tint values supplied. -// -// Format: [/Separation name alternateSpace tintTransform] -type PdfColorspaceSpecialSeparation struct{ColorantName *_cee .PdfObjectName ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;_dfgac *_cee .PdfIndirectObject ;}; +// SetRefObject sets the reference object for the KValue. +func (_bagg *KValue )SetRefObject (refObject _bda .PdfObject ){_bagg .Clear ();_bagg ._bfafef =refObject }; -// GetContainingPdfObject returns the containing object for the PdfField, i.e. an indirect object -// containing the field dictionary. -func (_cfdd *PdfField )GetContainingPdfObject ()_cee .PdfObject {return _cfdd ._ccbb }; +// GetRuneMetrics iterates through each font in the list of fonts the returns the fonts.CharMetrics from working font. +func (_gffdcf *MultipleFontEncoder )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){_cfcdcd :=_gffdcf .CurrentFont ;_ecdge ,_dfgg :=_cfcdcd .GetRuneMetrics (r );for _cgbec :=1;_cgbec < len (_gffdcf ._ffea )&&_ecdge .Wx ==0;_cgbec ++{_cfcdcd =_gffdcf ._ffea [_cgbec ]; +_ecdge ,_dfgg =_cfcdcd .GetRuneMetrics (r );};return _ecdge ,_dfgg ;};func (_fccfe *PdfFunctionType0 )processSamples ()error {_bgcdd :=_cf .ResampleBytes (_fccfe ._ccbfc ,_fccfe .BitsPerSample );_fccfe ._gddfa =_bgcdd ;return nil ;}; -// PdfRectangle is a definition of a rectangle. -type PdfRectangle struct{Llx float64 ;Lly float64 ;Urx float64 ;Ury float64 ;};func (_ebd *PdfReader )newPdfActionFromIndirectObject (_fcb *_cee .PdfIndirectObject )(*PdfAction ,error ){_acbc ,_bbcc :=_fcb .PdfObject .(*_cee .PdfObjectDictionary );if !_bbcc {return nil ,_e .Errorf ("\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};if model :=_ebd ._fcgbe .GetModelFromPrimitive (_acbc );model !=nil {_aaeb ,_gea :=model .(*PdfAction );if !_gea {return nil ,_e .Errorf ("\u0063\u0061c\u0068\u0065\u0064\u0020\u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0061\u0063ti\u006f\u006e"); -};return _aaeb ,nil ;};_gac :=&PdfAction {};_gac ._gaf =_fcb ;_ebd ._fcgbe .Register (_acbc ,_gac );if _dbf :=_acbc .Get ("\u0054\u0079\u0070\u0065");_dbf !=nil {_bacf ,_gbf :=_dbf .(*_cee .PdfObjectName );if !_gbf {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_dbf ); -}else {if *_bacf !="\u0041\u0063\u0074\u0069\u006f\u006e"{_fca .Log .Trace ("\u0055\u006e\u0073u\u0073\u0070\u0065\u0063t\u0065\u0064\u0020\u0054\u0079\u0070\u0065 \u0021\u003d\u0020\u0041\u0063\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",*_bacf ); -};_gac .Type =_bacf ;};};if _fea :=_acbc .Get ("\u004e\u0065\u0078\u0074");_fea !=nil {_gac .Next =_fea ;};if _ebdf :=_acbc .Get ("\u0053");_ebdf !=nil {_gac .S =_ebdf ;};_cce ,_fefb :=_gac .S .(*_cee .PdfObjectName );if !_fefb {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_gac .S ); -return nil ,_e .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0053\u0020\u006f\u0062\u006a\u0065c\u0074 \u0074y\u0070e\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_gac .S );};_ggf :=PdfActionType (_cce .String ()); -switch _ggf {case ActionTypeGoTo :_add ,_agg :=_ebd .newPdfActionGotoFromDict (_acbc );if _agg !=nil {return nil ,_agg ;};_add .PdfAction =_gac ;_gac ._afe =_add ;return _gac ,nil ;case ActionTypeGoToR :_cfb ,_edgg :=_ebd .newPdfActionGotoRFromDict (_acbc ); -if _edgg !=nil {return nil ,_edgg ;};_cfb .PdfAction =_gac ;_gac ._afe =_cfb ;return _gac ,nil ;case ActionTypeGoToE :_bgda ,_fgf :=_ebd .newPdfActionGotoEFromDict (_acbc );if _fgf !=nil {return nil ,_fgf ;};_bgda .PdfAction =_gac ;_gac ._afe =_bgda ;return _gac ,nil ; -case ActionTypeLaunch :_ddc ,_fgb :=_ebd .newPdfActionLaunchFromDict (_acbc );if _fgb !=nil {return nil ,_fgb ;};_ddc .PdfAction =_gac ;_gac ._afe =_ddc ;return _gac ,nil ;case ActionTypeThread :_eab ,_eac :=_ebd .newPdfActionThreadFromDict (_acbc );if _eac !=nil {return nil ,_eac ; -};_eab .PdfAction =_gac ;_gac ._afe =_eab ;return _gac ,nil ;case ActionTypeURI :_gaa ,_eeec :=_ebd .newPdfActionURIFromDict (_acbc );if _eeec !=nil {return nil ,_eeec ;};_gaa .PdfAction =_gac ;_gac ._afe =_gaa ;return _gac ,nil ;case ActionTypeSound :_ffd ,_gaff :=_ebd .newPdfActionSoundFromDict (_acbc ); -if _gaff !=nil {return nil ,_gaff ;};_ffd .PdfAction =_gac ;_gac ._afe =_ffd ;return _gac ,nil ;case ActionTypeMovie :_gcee ,_gff :=_ebd .newPdfActionMovieFromDict (_acbc );if _gff !=nil {return nil ,_gff ;};_gcee .PdfAction =_gac ;_gac ._afe =_gcee ;return _gac ,nil ; -case ActionTypeHide :_cdc ,_fge :=_ebd .newPdfActionHideFromDict (_acbc );if _fge !=nil {return nil ,_fge ;};_cdc .PdfAction =_gac ;_gac ._afe =_cdc ;return _gac ,nil ;case ActionTypeNamed :_dgc ,_afcf :=_ebd .newPdfActionNamedFromDict (_acbc );if _afcf !=nil {return nil ,_afcf ; -};_dgc .PdfAction =_gac ;_gac ._afe =_dgc ;return _gac ,nil ;case ActionTypeSubmitForm :_eeg ,_gfe :=_ebd .newPdfActionSubmitFormFromDict (_acbc );if _gfe !=nil {return nil ,_gfe ;};_eeg .PdfAction =_gac ;_gac ._afe =_eeg ;return _gac ,nil ;case ActionTypeResetForm :_afd ,_dde :=_ebd .newPdfActionResetFormFromDict (_acbc ); -if _dde !=nil {return nil ,_dde ;};_afd .PdfAction =_gac ;_gac ._afe =_afd ;return _gac ,nil ;case ActionTypeImportData :_dga ,_adgc :=_ebd .newPdfActionImportDataFromDict (_acbc );if _adgc !=nil {return nil ,_adgc ;};_dga .PdfAction =_gac ;_gac ._afe =_dga ; -return _gac ,nil ;case ActionTypeSetOCGState :_fcc ,_cgd :=_ebd .newPdfActionSetOCGStateFromDict (_acbc );if _cgd !=nil {return nil ,_cgd ;};_fcc .PdfAction =_gac ;_gac ._afe =_fcc ;return _gac ,nil ;case ActionTypeRendition :_edc ,_gdf :=_ebd .newPdfActionRenditionFromDict (_acbc ); -if _gdf !=nil {return nil ,_gdf ;};_edc .PdfAction =_gac ;_gac ._afe =_edc ;return _gac ,nil ;case ActionTypeTrans :_dfa ,_dca :=_ebd .newPdfActionTransFromDict (_acbc );if _dca !=nil {return nil ,_dca ;};_dfa .PdfAction =_gac ;_gac ._afe =_dfa ;return _gac ,nil ; -case ActionTypeGoTo3DView :_gbfg ,_efa :=_ebd .newPdfActionGoTo3DViewFromDict (_acbc );if _efa !=nil {return nil ,_efa ;};_gbfg .PdfAction =_gac ;_gac ._afe =_gbfg ;return _gac ,nil ;case ActionTypeJavaScript :_eege ,_gcf :=_ebd .newPdfActionJavaScriptFromDict (_acbc ); -if _gcf !=nil {return nil ,_gcf ;};_eege .PdfAction =_gac ;_gac ._afe =_eege ;return _gac ,nil ;};_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006eg\u0020u\u006ek\u006eo\u0077\u006e\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073",_ggf ); -return nil ,nil ;}; +// GetMCID returns the MCID of the KValue. +func (_fbbbf *KValue )GetMCID ()*int {return _fbbbf ._ecgbg }; -// NewPdfReaderLazy creates a new PdfReader for `rs` in lazy-loading mode. The difference -// from NewPdfReader is that in lazy-loading mode, objects are only loaded into memory when needed -// rather than entire structure being loaded into memory on reader creation. -// Note that it may make sense to use the lazy-load reader when processing only parts of files, -// rather than loading entire file into memory. Example: splitting a few pages from a large PDF file. -func NewPdfReaderLazy (rs _fc .ReadSeeker )(*PdfReader ,error ){const _aeede ="\u006d\u006f\u0064\u0065l:\u004e\u0065\u0077\u0050\u0064\u0066\u0052\u0065\u0061\u0064\u0065\u0072\u004c\u0061z\u0079";return _agfga (rs ,&ReaderOpts {LazyLoad :true },false ,_aeede ); -}; +// NewPdfPageResources returns a new PdfPageResources object. +func NewPdfPageResources ()*PdfPageResources {_gbaa :=&PdfPageResources {};_gbaa ._cfabb =_bda .MakeDict ();return _gbaa ;}; -// ToPdfObject implements interface PdfModel. -func (_bdg *PdfActionResetForm )ToPdfObject ()_cee .PdfObject {_bdg .PdfAction .ToPdfObject ();_gbd :=_bdg ._gaf ;_ege :=_gbd .PdfObject .(*_cee .PdfObjectDictionary );_ege .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeResetForm )));_ege .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_bdg .Fields ); -_ege .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_bdg .Flags );return _gbd ;}; +// GetOptimizer returns current PDF optimizer. +func (_abgcd *PdfWriter )GetOptimizer ()Optimizer {return _abgcd ._cfcfg }; -// Add appends an outline item as a child of the current outline item. -func (_ccab *OutlineItem )Add (item *OutlineItem ){_ccab .Entries =append (_ccab .Entries ,item )};func _fddc ()*Names {return &Names {_fggag :_cee .MakeIndirectObject (_cee .MakeDict ())}}; +// IsEncrypted returns true if the PDF file is encrypted. +func (_cgbbf *PdfReader )IsEncrypted ()(bool ,error ){return _cgbbf ._fdadg .IsEncrypted ()}; -// Register registers (caches) a model to primitive object relationship. -func (_efad *modelManager )Register (primitive _cee .PdfObject ,model PdfModel ){_efad ._gfdc [model ]=primitive ;_efad ._gdbbg [primitive ]=model ;}; +// EncryptOptions represents encryption options for an output PDF. +type EncryptOptions struct{Permissions _aa .Permissions ;Algorithm EncryptionAlgorithm ;};func (_feab *PdfColorspaceICCBased )String ()string {return "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064";}; -// PdfActionThread represents a thread action. -type PdfActionThread struct{*PdfAction ;F *PdfFilespec ;D _cee .PdfObject ;B _cee .PdfObject ;}; +// SetNumCopies sets the value of the numCopies. +func (_gbaaa *ViewerPreferences )SetNumCopies (numCopies int ){_gbaaa ._eaga =numCopies }; -// NewViewerPreferences returns a new ViewerPreferences object with -// default empty values. -func NewViewerPreferences ()*ViewerPreferences {return &ViewerPreferences {}};func (_aedd *pdfFontSimple )baseFields ()*fontCommon {return &_aedd .fontCommon }; +// ColorToRGB converts a Lab color to an RGB color. +func (_cebg *PdfColorspaceLab )ColorToRGB (color PdfColor )(PdfColor ,error ){_deec :=func (_abfbd float64 )float64 {if _abfbd >=6.0/29{return _abfbd *_abfbd *_abfbd ;};return 108.0/841*(_abfbd -4.0/29.0);};_afab ,_acgf :=color .(*PdfColorLab );if !_acgf {_ed .Log .Debug ("\u0069\u006e\u0070\u0075t \u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u006c\u0061\u0062"); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};LStar :=_afab .L ();AStar :=_afab .A ();BStar :=_afab .B ();L :=(LStar +16)/116+AStar /500;M :=(LStar +16)/116;N :=(LStar +16)/116-BStar /200; +X :=_cebg .WhitePoint [0]*_deec (L );Y :=_cebg .WhitePoint [1]*_deec (M );Z :=_cebg .WhitePoint [2]*_deec (N );_fadg :=3.240479*X +-1.537150*Y +-0.498535*Z ;_afgb :=-0.969256*X +1.875992*Y +0.041556*Z ;_dcge :=0.055648*X +-0.204043*Y +1.057311*Z ;_fadg =_ce .Min (_ce .Max (_fadg ,0),1.0); +_afgb =_ce .Min (_ce .Max (_afgb ,0),1.0);_dcge =_ce .Min (_ce .Max (_dcge ,0),1.0);return NewPdfColorDeviceRGB (_fadg ,_afgb ,_dcge ),nil ;}; -// GetContainingPdfObject implements interface PdfModel. -func (_dgbg *PdfAnnotation )GetContainingPdfObject ()_cee .PdfObject {return _dgbg ._eddc }; +// UpdateXObjectImageFromImage creates a new XObject Image from an +// Image object `img` and default masks from xobjIn. +// The default masks are overridden if img.hasAlpha +// If `encoder` is nil, uses raw encoding (none). +func UpdateXObjectImageFromImage (xobjIn *XObjectImage ,img *Image ,cs PdfColorspace ,encoder _bda .StreamEncoder )(*XObjectImage ,error ){if encoder ==nil {var _eaagb error ;encoder ,_eaagb =img .getSuitableEncoder ();if _eaagb !=nil {_ed .Log .Debug ("F\u0061\u0069l\u0075\u0072\u0065\u0020\u006f\u006e\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0069\u0074\u0061b\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072,\u0020\u0066\u0061\u006c\u006c\u0062\u0061\u0063\u006b\u0020\u0074\u006f\u0020R\u0061\u0077\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_eaagb ); +encoder =_bda .NewRawEncoder ();};};encoder .UpdateParams (img .GetParamsDict ());_bcbcac ,_cgagab :=encoder .EncodeBytes (img .Data );if _cgagab !=nil {_ed .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_cgagab ); +return nil ,_cgagab ;};_ecbfa :=NewXObjectImage ();_feece :=img .Width ;_ddfdc :=img .Height ;_ecbfa .Width =&_feece ;_ecbfa .Height =&_ddfdc ;_ecgdde :=img .BitsPerComponent ;_ecbfa .BitsPerComponent =&_ecgdde ;_ecbfa .Filter =encoder ;_ecbfa .Stream =_bcbcac ; +if cs ==nil {if img .ColorComponents ==1{_ecbfa .ColorSpace =NewPdfColorspaceDeviceGray ();if img .BitsPerComponent ==16{switch encoder .(type ){case *_bda .DCTEncoder :_ecbfa .ColorSpace =NewPdfColorspaceDeviceRGB ();_ecgdde =8;_ecbfa .BitsPerComponent =&_ecgdde ; +};};}else if img .ColorComponents ==3{_ecbfa .ColorSpace =NewPdfColorspaceDeviceRGB ();}else if img .ColorComponents ==4{switch encoder .(type ){case *_bda .DCTEncoder :_ecbfa .ColorSpace =NewPdfColorspaceDeviceRGB ();default:_ecbfa .ColorSpace =NewPdfColorspaceDeviceCMYK (); +};}else {return nil ,_gea .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_ecbfa .ColorSpace =cs ;};if len (img ._ffbd )!=0{_cbaec :=NewXObjectImage ();_cbaec .Filter =encoder ;_cgaaa ,_efgbe :=encoder .EncodeBytes (img ._ffbd ); +if _efgbe !=nil {_ed .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_efgbe );return nil ,_efgbe ;};_cbaec .Stream =_cgaaa ;_cbaec .BitsPerComponent =_ecbfa .BitsPerComponent ; +_cbaec .Width =&img .Width ;_cbaec .Height =&img .Height ;_cbaec .ColorSpace =NewPdfColorspaceDeviceGray ();_ecbfa .SMask =_cbaec .ToPdfObject ();}else {_ecbfa .SMask =xobjIn .SMask ;_ecbfa .ImageMask =xobjIn .ImageMask ;if _ecbfa .ColorSpace .GetNumComponents ()==1{_cafab (_ecbfa ); +};};return _ecbfa ,nil ;}; -// IsTerminal returns true for terminal fields, false otherwise. -// Terminal fields are fields whose descendants are only widget annotations. -func (_cefc *PdfField )IsTerminal ()bool {return len (_cefc .Kids )==0};func (_daaa *PdfReader )newPdfActionThreadFromDict (_eddb *_cee .PdfObjectDictionary )(*PdfActionThread ,error ){_bdd ,_ccf :=_daf (_eddb .Get ("\u0046"));if _ccf !=nil {return nil ,_ccf ; -};return &PdfActionThread {D :_eddb .Get ("\u0044"),B :_eddb .Get ("\u0042"),F :_bdd },nil ;}; +// ColorToRGB converts gray -> rgb for a single color component. +func (_efga *PdfColorspaceDeviceGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_bdba ,_acdf :=color .(*PdfColorDeviceGray );if !_acdf {_ed .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006fr\u0020\u006e\u006f\u0074\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0067\u0072\u0061\u0079\u0020\u0025\u0054",color ); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return NewPdfColorDeviceRGB (float64 (*_bdba ),float64 (*_bdba ),float64 (*_bdba )),nil ;}; -// ToImage converts an object to an Image which can be transformed or saved out. -// The image data is decoded and the Image returned. -func (_efbac *XObjectImage )ToImage ()(*Image ,error ){_bbcga :=&Image {};if _efbac .Height ==nil {return nil ,_cdf .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -};_bbcga .Height =*_efbac .Height ;if _efbac .Width ==nil {return nil ,_cdf .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_bbcga .Width =*_efbac .Width ;if _efbac .BitsPerComponent ==nil {switch _efbac .Filter .(type ){case *_cee .CCITTFaxEncoder ,*_cee .JBIG2Encoder :_bbcga .BitsPerComponent =1; -case *_cee .LZWEncoder ,*_cee .RunLengthEncoder :_bbcga .BitsPerComponent =8;default:return nil ,_cdf .New ("\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); -};}else {_bbcga .BitsPerComponent =*_efbac .BitsPerComponent ;};_bbcga .ColorComponents =_efbac .ColorSpace .GetNumComponents ();_efbac ._fggac .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_bbcga .ColorComponents ))); -_ccabcg ,_geaeg :=_cee .DecodeStream (_efbac ._fggac );if _geaeg !=nil {return nil ,_geaeg ;};_bbcga .Data =_ccabcg ;if _efbac .Decode !=nil {_dfgcg ,_bfbgf :=_efbac .Decode .(*_cee .PdfObjectArray );if !_bfbgf {_fca .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020D\u0065\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074"); -return nil ,_cdf .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065");};_dccbb ,_gadab :=_dfgcg .ToFloat64Array ();if _gadab !=nil {return nil ,_gadab ;};switch _efbac .ColorSpace .(type ){case *PdfColorspaceDeviceCMYK :_bced :=_efbac .ColorSpace .DecodeArray (); -if _bced [0]==_dccbb [0]&&_bced [1]==_dccbb [1]&&_bced [2]==_dccbb [2]&&_bced [3]==_dccbb [3]{_bbcga ._cabgb =_dccbb ;};default:_bbcga ._cabgb =_dccbb ;};};return _bbcga ,nil ;}; +// Set applies flag fl to the flag's bitmask and returns the combined flag. +func (_efff FieldFlag )Set (fl FieldFlag )FieldFlag {return FieldFlag (_efff .Mask ()|fl .Mask ())}; -// ImageToRGB converts Lab colorspace image to RGB and returns the result. -func (_efdcbf *PdfColorspaceLab )ImageToRGB (img Image )(Image ,error ){_bcad :=func (_cdef float64 )float64 {if _cdef >=6.0/29{return _cdef *_cdef *_cdef ;};return 108.0/841*(_cdef -4.0/29.0);};_dfb :=img ._cabgb ;if len (_dfb )!=6{_fca .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u002d\u0020\u004c\u0061\u0062\u0020\u0044e\u0063\u006f\u0064\u0065\u0020\u0072\u0061\u006e\u0067e\u0020\u0021\u003d\u0020\u0036\u002e\u002e\u002e\u0020\u0075\u0073\u0065\u0020\u005b0\u0020\u0031\u0030\u0030\u0020\u0061\u006d\u0069\u006e\u0020\u0061\u006d\u0061\u0078\u0020\u0062\u006d\u0069\u006e\u0020\u0062\u006d\u0061\u0078\u005d\u0020\u0064\u0065\u0066\u0061u\u006c\u0074\u0020\u0064\u0065\u0063\u006f\u0064\u0065 \u0061\u0072r\u0061\u0079"); -_dfb =_efdcbf .DecodeArray ();};_dgffe :=_ag .NewReader (img .getBase ());_fgfbb :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,img ._cbfg ,img ._cabgb );_defaa :=_ag .NewWriter (_fgfbb );_eegg :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1; -_feab :=make ([]uint32 ,3);var (_bgba error ;Ls ,As ,Bs ,L ,M ,N ,X ,Y ,Z ,_ccdf ,_aeef ,_acffd float64 ;);for {_bgba =_dgffe .ReadSamples (_feab );if _bgba ==_fc .EOF {break ;}else if _bgba !=nil {return img ,_bgba ;};Ls =float64 (_feab [0])/_eegg ;As =float64 (_feab [1])/_eegg ; -Bs =float64 (_feab [2])/_eegg ;Ls =_ca .LinearInterpolate (Ls ,0.0,1.0,_dfb [0],_dfb [1]);As =_ca .LinearInterpolate (As ,0.0,1.0,_dfb [2],_dfb [3]);Bs =_ca .LinearInterpolate (Bs ,0.0,1.0,_dfb [4],_dfb [5]);L =(Ls +16)/116+As /500;M =(Ls +16)/116;N =(Ls +16)/116-Bs /200; -X =_efdcbf .WhitePoint [0]*_bcad (L );Y =_efdcbf .WhitePoint [1]*_bcad (M );Z =_efdcbf .WhitePoint [2]*_bcad (N );_ccdf =3.240479*X +-1.537150*Y +-0.498535*Z ;_aeef =-0.969256*X +1.875992*Y +0.041556*Z ;_acffd =0.055648*X +-0.204043*Y +1.057311*Z ;_ccdf =_aaa .Min (_aaa .Max (_ccdf ,0),1.0); -_aeef =_aaa .Min (_aaa .Max (_aeef ,0),1.0);_acffd =_aaa .Min (_aaa .Max (_acffd ,0),1.0);_feab [0]=uint32 (_ccdf *_eegg );_feab [1]=uint32 (_aeef *_eegg );_feab [2]=uint32 (_acffd *_eegg );if _bgba =_defaa .WriteSamples (_feab );_bgba !=nil {return img ,_bgba ; -};};return _acecd (&_fgfbb ),nil ;};func (_fdb *PdfReader )newPdfActionLaunchFromDict (_ggc *_cee .PdfObjectDictionary )(*PdfActionLaunch ,error ){_egf ,_gbdc :=_daf (_ggc .Get ("\u0046"));if _gbdc !=nil {return nil ,_gbdc ;};return &PdfActionLaunch {Win :_ggc .Get ("\u0057\u0069\u006e"),Mac :_ggc .Get ("\u004d\u0061\u0063"),Unix :_ggc .Get ("\u0055\u006e\u0069\u0078"),NewWindow :_ggc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_egf },nil ; +// WriteToFile writes the Appender output to file specified by path. +func (_aaaf *PdfAppender )WriteToFile (outputPath string )error {_defge ,_dgfag :=_dfc .Create (outputPath );if _dgfag !=nil {return _dgfag ;};defer _defge .Close ();return _aaaf .Write (_defge );};func (_cgf *PdfReader )newPdfActionRenditionFromDict (_cddd *_bda .PdfObjectDictionary )(*PdfActionRendition ,error ){return &PdfActionRendition {R :_cddd .Get ("\u0052"),AN :_cddd .Get ("\u0041\u004e"),OP :_cddd .Get ("\u004f\u0050"),JS :_cddd .Get ("\u004a\u0053")},nil ; }; -// RemovePage removes a page by number. -func (_ecdg *PdfAppender )RemovePage (pageNum int ){_cggeg :=pageNum -1;_ecdg ._afca =append (_ecdg ._afca [0:_cggeg ],_ecdg ._afca [pageNum :]...);}; - -// A returns the value of the A component of the color. -func (_cfdeg *PdfColorCalRGB )A ()float64 {return _cfdeg [0]}; +// PdfColorspaceDeviceGray represents a grayscale colorspace. +type PdfColorspaceDeviceGray struct{}; -// PdfOutlineItem represents an outline item dictionary (Table 153 - pp. 376 - 377). -type PdfOutlineItem struct{PdfOutlineTreeNode ;Title *_cee .PdfObjectString ;Parent *PdfOutlineTreeNode ;Prev *PdfOutlineTreeNode ;Next *PdfOutlineTreeNode ;Count *int64 ;Dest _cee .PdfObject ;A _cee .PdfObject ;SE _cee .PdfObject ;C _cee .PdfObject ;F _cee .PdfObject ; -_bfcbc *_cee .PdfIndirectObject ;};func (_abag *PdfReader )newPdfAnnotationSoundFromDict (_gccg *_cee .PdfObjectDictionary )(*PdfAnnotationSound ,error ){_fecaf :=PdfAnnotationSound {};_efbf ,_dacf :=_abag .newPdfAnnotationMarkupFromDict (_gccg );if _dacf !=nil {return nil ,_dacf ; -};_fecaf .PdfAnnotationMarkup =_efbf ;_fecaf .Name =_gccg .Get ("\u004e\u0061\u006d\u0065");_fecaf .Sound =_gccg .Get ("\u0053\u006f\u0075n\u0064");return &_fecaf ,nil ;};func (_caa *PdfReader )newPdfAnnotationLineFromDict (_gae *_cee .PdfObjectDictionary )(*PdfAnnotationLine ,error ){_ddd :=PdfAnnotationLine {}; -_daca ,_dbe :=_caa .newPdfAnnotationMarkupFromDict (_gae );if _dbe !=nil {return nil ,_dbe ;};_ddd .PdfAnnotationMarkup =_daca ;_ddd .L =_gae .Get ("\u004c");_ddd .BS =_gae .Get ("\u0042\u0053");_ddd .LE =_gae .Get ("\u004c\u0045");_ddd .IC =_gae .Get ("\u0049\u0043"); -_ddd .LL =_gae .Get ("\u004c\u004c");_ddd .LLE =_gae .Get ("\u004c\u004c\u0045");_ddd .Cap =_gae .Get ("\u0043\u0061\u0070");_ddd .IT =_gae .Get ("\u0049\u0054");_ddd .LLO =_gae .Get ("\u004c\u004c\u004f");_ddd .CP =_gae .Get ("\u0043\u0050");_ddd .Measure =_gae .Get ("\u004de\u0061\u0073\u0075\u0072\u0065"); -_ddd .CO =_gae .Get ("\u0043\u004f");return &_ddd ,nil ;}; +// NewPdfFilespecFromObj creates and returns a new PdfFilespec object. +func NewPdfFilespecFromObj (obj _bda .PdfObject )(*PdfFilespec ,error ){_adbc :=&PdfFilespec {};var _ecgbb *_bda .PdfObjectDictionary ;if _dbfbcc ,_gfcdc :=_bda .GetIndirect (obj );_gfcdc {_adbc ._daeg =_dbfbcc ;_cceg ,_cdbg :=_bda .GetDict (_dbfbcc .PdfObject ); +if !_cdbg {_ed .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065");return nil ,_bda .ErrTypeError ;};_ecgbb =_cceg ;}else if _cabc ,_fafg :=_bda .GetDict (obj ); +_fafg {_adbc ._daeg =_cabc ;_ecgbb =_cabc ;}else {_ed .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",obj );return nil ,_bda .ErrTypeError ;};if _ecgbb ==nil {_ed .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); +return nil ,_gea .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _gabf :=_ecgbb .Get ("\u0054\u0079\u0070\u0065");_gabf !=nil {_ebgcb ,_cefa :=_gabf .(*_bda .PdfObjectName );if !_cefa {_ed .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_gabf ); +}else {if *_ebgcb !="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{_ed .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070e\u0063\u0074\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063 \u0028\u0025\u0073\u0029",*_ebgcb ); +};};};if _cdba :=_ecgbb .Get ("\u0046\u0053");_cdba !=nil {_adbc .FS =_cdba ;};if _ebbde :=_ecgbb .Get ("\u0046");_ebbde !=nil {_adbc .F =_ebbde ;};if _bgeg :=_ecgbb .Get ("\u0055\u0046");_bgeg !=nil {_adbc .UF =_bgeg ;};if _ddffa :=_ecgbb .Get ("\u0044\u004f\u0053"); +_ddffa !=nil {_adbc .DOS =_ddffa ;};if _ecfcf :=_ecgbb .Get ("\u004d\u0061\u0063");_ecfcf !=nil {_adbc .Mac =_ecfcf ;};if _gfbd :=_ecgbb .Get ("\u0055\u006e\u0069\u0078");_gfbd !=nil {_adbc .Unix =_gfbd ;};if _adcac :=_ecgbb .Get ("\u0049\u0044");_adcac !=nil {_adbc .ID =_adcac ; +};if _acfe :=_ecgbb .Get ("\u0056");_acfe !=nil {_adbc .V =_acfe ;};if _adbbd :=_ecgbb .Get ("\u0045\u0046");_adbbd !=nil {_adbc .EF =_adbbd ;};if _geda :=_ecgbb .Get ("\u0052\u0046");_geda !=nil {_adbc .RF =_geda ;};if _deadd :=_ecgbb .Get ("\u0044\u0065\u0073\u0063"); +_deadd !=nil {_adbc .Desc =_deadd ;};if _fagf :=_ecgbb .Get ("\u0043\u0049");_fagf !=nil {_adbc .CI =_fagf ;};if _cgff :=_ecgbb .Get ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070");_cgff !=nil {_adbc .AFRelationship =_cgff ; +};return _adbc ,nil ;}; -// NewCompliancePdfReader creates a PdfReader or an input io.ReadSeeker that during reading will scan the files for the -// metadata details. It could be used for the PDF standard implementations like PDF/A or PDF/X. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -func NewCompliancePdfReader (rs _fc .ReadSeeker )(*CompliancePdfReader ,error ){const _ffac ="\u006d\u006f\u0064\u0065l\u003a\u004e\u0065\u0077\u0043\u006f\u006d\u0070\u006c\u0069a\u006ec\u0065\u0050\u0064\u0066\u0052\u0065\u0061d\u0065\u0072";_cfgfd ,_bedgg :=_agfga (rs ,&ReaderOpts {ComplianceMode :true },false ,_ffac ); -if _bedgg !=nil {return nil ,_bedgg ;};return &CompliancePdfReader {PdfReader :_cfgfd },nil ;}; +// GetContainingPdfObject returns the container of the image object (indirect object). +func (_gfgcd *XObjectImage )GetContainingPdfObject ()_bda .PdfObject {return _gfgcd ._eedbf }; -// ImageToRGB converts an image in CMYK32 colorspace to an RGB image. -func (_cfff *PdfColorspaceDeviceCMYK )ImageToRGB (img Image )(Image ,error ){_fca .Log .Trace ("\u0043\u004d\u0059\u004b\u0033\u0032\u0020\u002d\u003e\u0020\u0052\u0047\u0042");_fca .Log .Trace ("I\u006d\u0061\u0067\u0065\u0020\u0042P\u0043\u003a\u0020\u0025\u0064\u002c \u0043\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020%\u0064",img .BitsPerComponent ,img .ColorComponents ); -_fca .Log .Trace ("\u004c\u0065\u006e \u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0064",len (img .Data ));_fca .Log .Trace ("H\u0065\u0069\u0067\u0068t:\u0020%\u0064\u002c\u0020\u0057\u0069d\u0074\u0068\u003a\u0020\u0025\u0064",img .Height ,img .Width ); -_bfbb ,_cadb :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _cadb !=nil {return Image {},_cadb ;};_ggba ,_cadb :=_ca .NRGBAConverter .Convert (_bfbb );if _cadb !=nil {return Image {},_cadb ; -};return _acecd (_ggba .Base ()),nil ;}; +// NewStandard14FontWithEncoding returns the standard 14 font named `basefont` as a *PdfFont and +// a TextEncoder that encodes all the runes in `alphabet`, or an error if this is not possible. +// An error can occur if `basefont` is not one the standard 14 font names. +func NewStandard14FontWithEncoding (basefont StdFontName ,alphabet map[rune ]int )(*PdfFont ,_dgb .SimpleEncoder ,error ){_cabf ,_baef :=_edad (basefont );if _baef !=nil {return nil ,nil ,_baef ;};_abecb ,_dbebe :=_cabf .Encoder ().(_dgb .SimpleEncoder ); +if !_dbebe {return nil ,nil ,_c .Errorf ("\u006f\u006e\u006c\u0079\u0020s\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u0073\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u002c\u0020\u0067\u006f\u0074\u0020\u0025\u0054",_cabf .Encoder ()); +};_egeff :=make (map[rune ]_dgb .GlyphName );for _bdgee :=range alphabet {if _ ,_ccbf :=_abecb .RuneToCharcode (_bdgee );!_ccbf {_ ,_agccc :=_cabf ._feada .Read (_bdgee );if !_agccc {_ed .Log .Trace ("r\u0075\u006e\u0065\u0020\u0025\u0023x\u003d\u0025\u0071\u0020\u006e\u006f\u0074\u0020\u0069n\u0020\u0074\u0068e\u0020f\u006f\u006e\u0074",_bdgee ,_bdgee ); +continue ;};_bcgga ,_agccc :=_dgb .RuneToGlyph (_bdgee );if !_agccc {_ed .Log .Debug ("\u006eo\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u0020\u0025\u0023\u0078\u003d\u0025\u0071",_bdgee ,_bdgee );continue ;}; +if len (_egeff )>=255{return nil ,nil ,_gea .New ("\u0074\u006f\u006f\u0020\u006d\u0061\u006e\u0079\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020f\u006f\u0072\u0020\u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067"); +};_egeff [_bdgee ]=_bcgga ;};};var (_cfcfb []_dgb .CharCode ;_ddac []_dgb .CharCode ;);for _cebeb :=_dgb .CharCode (1);_cebeb <=0xff;_cebeb ++{_befcg ,_acacb :=_abecb .CharcodeToRune (_cebeb );if !_acacb {_cfcfb =append (_cfcfb ,_cebeb );continue ;};if _ ,_acacb =alphabet [_befcg ]; +!_acacb {_ddac =append (_ddac ,_cebeb );};};_fadc :=append (_cfcfb ,_ddac ...);if len (_fadc )< len (_egeff ){return nil ,nil ,_c .Errorf ("n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u006ec\u006f\u0064\u0065\u0020\u0025\u0064\u0020ru\u006e\u0065\u0073\u002c \u0062\u0075\u0074\u0020\u0068\u0061\u0076\u0065\u0020on\u006c\u0079 \u0025\u0064\u0020\u0073\u006c\u006f\u0074\u0073",len (_egeff ),len (_fadc )); +};_dcfce :=make ([]rune ,0,len (_egeff ));for _ccgbf :=range _egeff {_dcfce =append (_dcfce ,_ccgbf );};_cb .Slice (_dcfce ,func (_dbdbg ,_dfab int )bool {return _dcfce [_dbdbg ]< _dcfce [_dfab ]});_gbca :=make (map[_dgb .CharCode ]_dgb .GlyphName ,len (_dcfce )); +for _ ,_ecda :=range _dcfce {_bcbc :=_fadc [0];_fadc =_fadc [1:];_gbca [_bcbc ]=_egeff [_ecda ];};_abecb =_dgb .ApplyDifferences (_abecb ,_gbca );_cabf .SetEncoder (_abecb );return &PdfFont {_ggada :&_cabf },_abecb ,nil ;}; -// NewPdfAction returns an initialized generic PDF action model. -func NewPdfAction ()*PdfAction {_cf :=&PdfAction {};_cf ._gaf =_cee .MakeIndirectObject (_cee .MakeDict ());return _cf ;}; +// PdfActionThread represents a thread action. +type PdfActionThread struct{*PdfAction ;F *PdfFilespec ;D _bda .PdfObject ;B _bda .PdfObject ;}; -// NewPdfAppenderWithOpts creates a new Pdf appender from a Pdf reader with options. -func NewPdfAppenderWithOpts (reader *PdfReader ,opts *ReaderOpts ,encryptOptions *EncryptOptions )(*PdfAppender ,error ){_cebb :=&PdfAppender {_dege :reader ._cadbb ,Reader :reader ,_cbdb :reader ._ffdgf ,_gabb :reader ._efaec };_gebb ,_ede :=_cebb ._dege .Seek (0,_fc .SeekEnd ); -if _ede !=nil {return nil ,_ede ;};_cebb ._gbcc =_gebb ;if _ ,_ede =_cebb ._dege .Seek (0,_fc .SeekStart );_ede !=nil {return nil ,_ede ;};_cebb ._ebdd ,_ede =NewPdfReaderWithOpts (_cebb ._dege ,opts );if _ede !=nil {return nil ,_ede ;};for _ ,_dbeg :=range _cebb .Reader .GetObjectNums (){if _cebb ._cdbef < _dbeg {_cebb ._cdbef =_dbeg ; -};};_cebb ._beg =_cebb ._cbdb .GetXrefTable ();_cebb ._aaf =_cebb ._cbdb .GetXrefOffset ();_cebb ._afca =append (_cebb ._afca ,_cebb ._ebdd .PageList ...);_cebb ._efdc =make (map[_cee .PdfObject ]struct{});_cebb ._edae =make (map[_cee .PdfObject ]int64 ); -_cebb ._abda =make (map[_cee .PdfObject ]struct{});_cebb ._ceed =_cebb ._ebdd .AcroForm ;_cebb ._ccee =_cebb ._ebdd .DSS ;if opts !=nil {_cebb ._cbac =opts .Password ;};if encryptOptions !=nil {_cebb ._beb =encryptOptions ;};return _cebb ,nil ;}; +// ValidateSignatures validates digital signatures in the document. +func (_ffeec *PdfReader )ValidateSignatures (handlers []SignatureHandler )([]SignatureValidationResult ,error ){if _ffeec .AcroForm ==nil {return nil ,nil ;};if _ffeec .AcroForm .Fields ==nil {return nil ,nil ;};type sigFieldPair struct{_fcda *PdfSignature ; +_bgffce *PdfField ;_ggfdgd SignatureHandler ;};var _cdfcb []*sigFieldPair ;for _ ,_cceaf :=range _ffeec .AcroForm .AllFields (){if _cceaf .V ==nil {continue ;};if _gdeeg ,_cfbed :=_bda .GetDict (_cceaf .V );_cfbed {if _abgdf ,_edadf :=_bda .GetNameVal (_gdeeg .Get ("\u0054\u0079\u0070\u0065")); +_edadf &&(_abgdf =="\u0053\u0069\u0067"||_abgdf =="\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070"){_dgdcd ,_edcbe :=_bda .GetIndirect (_cceaf .V );if !_edcbe {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0020\u0069s\u0020\u006e\u0069\u006c"); +return nil ,ErrTypeCheck ;};_eeffd ,_acced :=_ffeec .newPdfSignatureFromIndirect (_dgdcd );if _acced !=nil {return nil ,_acced ;};var _fffgb SignatureHandler ;for _ ,_aeadb :=range handlers {if _aeadb .IsApplicable (_eeffd ){_fffgb =_aeadb ;break ;};}; +_cdfcb =append (_cdfcb ,&sigFieldPair {_fcda :_eeffd ,_bgffce :_cceaf ,_ggfdgd :_fffgb });};};};var _fcdfa []SignatureValidationResult ;for _ ,_ggccbbf :=range _cdfcb {_dbed :=SignatureValidationResult {IsSigned :true ,Fields :[]*PdfField {_ggccbbf ._bgffce }}; +if _ggccbbf ._ggfdgd ==nil {_dbed .Errors =append (_dbed .Errors ,"\u0068a\u006ed\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");_fcdfa =append (_fcdfa ,_dbed );continue ;};_aeafe ,_eadf :=_ggccbbf ._ggfdgd .NewDigest (_ggccbbf ._fcda ); +if _eadf !=nil {_dbed .Errors =append (_dbed .Errors ,"\u0064\u0069\u0067e\u0073\u0074\u0020\u0065\u0072\u0072\u006f\u0072",_eadf .Error ());_fcdfa =append (_fcdfa ,_dbed );continue ;};_bfcab :=_ggccbbf ._fcda .ByteRange ;if _bfcab ==nil {_dbed .Errors =append (_dbed .Errors ,"\u0042\u0079\u0074\u0065\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); +_fcdfa =append (_fcdfa ,_dbed );continue ;};for _bdafe :=0;_bdafe < _bfcab .Len ();_bdafe =_bdafe +2{_accfc ,_ :=_bda .GetNumberAsInt64 (_bfcab .Get (_bdafe ));_abbdb ,_ :=_bda .GetIntVal (_bfcab .Get (_bdafe +1));if _ ,_accaea :=_ffeec ._adacg .Seek (_accfc ,_ga .SeekStart ); +_accaea !=nil {return nil ,_accaea ;};_dccde :=make ([]byte ,_abbdb );if _ ,_adfdf :=_ffeec ._adacg .Read (_dccde );_adfdf !=nil {return nil ,_adfdf ;};_aeafe .Write (_dccde );};var _gadde SignatureValidationResult ;if _affff ,_fdbae :=_ggccbbf ._ggfdgd .(SignatureHandlerDocMDP ); +_fdbae {_gadde ,_eadf =_affff .ValidateWithOpts (_ggccbbf ._fcda ,_aeafe ,SignatureHandlerDocMDPParams {Parser :_ffeec ._fdadg });}else {_gadde ,_eadf =_ggccbbf ._ggfdgd .Validate (_ggccbbf ._fcda ,_aeafe );};if _eadf !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052: \u0025v\u0020\u0028\u0025\u0054\u0029 \u002d\u0020\u0073\u006b\u0069\u0070",_eadf ,_ggccbbf ._ggfdgd ); +_gadde .Errors =append (_gadde .Errors ,_eadf .Error ());};_gadde .Name =_ggccbbf ._fcda .Name .Decoded ();_gadde .Reason =_ggccbbf ._fcda .Reason .Decoded ();if _ggccbbf ._fcda .M !=nil {_cdbed ,_degge :=NewPdfDate (_ggccbbf ._fcda .M .String ());if _degge !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_degge ); +_gadde .Errors =append (_gadde .Errors ,_degge .Error ());continue ;};_gadde .Date =_cdbed ;};_gadde .ContactInfo =_ggccbbf ._fcda .ContactInfo .Decoded ();_gadde .Location =_ggccbbf ._fcda .Location .Decoded ();_gadde .Fields =_dbed .Fields ;_fcdfa =append (_fcdfa ,_gadde ); +};return _fcdfa ,nil ;}; -// SetContentStream updates the content stream with specified encoding. -// If encoding is null, will use the xform.Filter object or Raw encoding if not set. -func (_dfeab *XObjectForm )SetContentStream (content []byte ,encoder _cee .StreamEncoder )error {_baaf :=content ;if encoder ==nil {if _dfeab .Filter !=nil {encoder =_dfeab .Filter ;}else {encoder =_cee .NewRawEncoder ();};};_fddgd ,_ddfd :=encoder .EncodeBytes (_baaf ); -if _ddfd !=nil {return _ddfd ;};_baaf =_fddgd ;_dfeab .Stream =_baaf ;_dfeab .Filter =encoder ;return nil ;}; +// NewStandard14FontMustCompile returns the standard 14 font named `basefont` as a *PdfFont. +// If `basefont` is one of the 14 Standard14Font values defined above then NewStandard14FontMustCompile +// is guaranteed to succeed. +func NewStandard14FontMustCompile (basefont StdFontName )*PdfFont {_bcce ,_gaebf :=NewStandard14Font (basefont );if _gaebf !=nil {panic (_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0074\u0061n\u0064\u0061\u0072\u0064\u0031\u0034\u0046\u006f\u006e\u0074 \u0025\u0023\u0071",basefont )); +};return _bcce ;}; -// PdfAnnotationCaret represents Caret annotations. -// (Section 12.5.6.11). -type PdfAnnotationCaret struct{*PdfAnnotation ;*PdfAnnotationMarkup ;RD _cee .PdfObject ;Sy _cee .PdfObject ;}; +// HasFontByName checks whether a font is defined by the specified keyName. +func (_dffeb *PdfPageResources )HasFontByName (keyName _bda .PdfObjectName )bool {_ ,_acbfc :=_dffeb .GetFontByName (keyName );return _acbfc ;}; -// SetOptimizer sets the optimizer to optimize PDF before writing. -func (_bebaf *PdfWriter )SetOptimizer (optimizer Optimizer ){_bebaf ._ecgef =optimizer }; +// RemoveWatermarkImage removes watermark. +// If you don't know exact name of watermark PDF object, pass empty string as an argument. +func (_eace *PdfPage )RemoveWatermarkImage (name string )error {if _eace .Resources !=nil &&_eace .Resources .XObject !=nil {if _dcff ,_dadea :=_bda .GetDict (_eace .Resources .XObject );_dadea {for _ ,_gbaca :=range _dcff .Keys (){if name ==_gbaca .String (){_eace .removeXObj (_dcff ,_gbaca ); +continue ;};_bagaf ,_cecfa :=_bda .GetStream (_dcff .Get (_gbaca ));if !_cecfa {continue ;};_bcdga ,_cecfa :=_bda .GetDict (_bagaf .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o"));if !_cecfa {continue ;};_ggaae ,_cecfa :=_bda .GetDict (_bcdga .Get ("\u0041\u0044\u0042\u0045\u005f\u0043\u006f\u006d\u0070\u006f\u0075\u006ed\u0054\u0079\u0070\u0065")); +if !_cecfa {continue ;};if _ggaae .Get ("\u0050r\u0069\u0076\u0061\u0074\u0065")!=nil &&_ggaae .Get ("\u0050r\u0069\u0076\u0061\u0074\u0065").String ()=="\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k"{_eace .removeXObj (_dcff ,_gbaca );};};};};_cgacda ,_cfbgeg :=_eace .GetAnnotations (); +if _cfbgeg ==nil {_bddf :=make ([]*PdfAnnotation ,0);for _ ,_dccdc :=range _cgacda {switch _dccdc .GetContext ().(type ){case *PdfAnnotationWatermark :default:_bddf =append (_bddf ,_dccdc );};};_eace .SetAnnotations (_bddf );};return nil ;}; -// AnnotFilterFunc represents a PDF annotation filtering function. If the function -// returns true, the annotation is kept, otherwise it is discarded. -type AnnotFilterFunc func (*PdfAnnotation )bool ; +// ToPdfObject converts date to a PDF string object. +func (_cedfge *PdfDate )ToPdfObject ()_bda .PdfObject {_adga :=_c .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_cedfge ._ggfcc ,_cedfge ._geacg ,_cedfge ._cfgbe ,_cedfge ._gggg ,_cedfge ._cbdga ,_cedfge ._gddcc ,_cedfge ._ffcfe ,_cedfge ._dagdfa ,_cedfge ._dgeec ); +return _bda .MakeString (_adga );};func (_ggge *PdfField )inherit (_bebaga func (*PdfField )bool )(bool ,error ){_ebaa :=map[*PdfField ]bool {};_dbafc :=false ;_bcaa :=_ggge ;for _bcaa !=nil {if _ ,_gbfgg :=_ebaa [_bcaa ];_gbfgg {return false ,_gea .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c"); +};_edcf :=_bebaga (_bcaa );if _edcf {_dbafc =true ;break ;};_ebaa [_bcaa ]=true ;_bcaa =_bcaa .Parent ;};return _dbafc ,nil ;}; -// PdfColorDeviceRGB represents a color in DeviceRGB colorspace with R, G, B components, where component is -// defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. -type PdfColorDeviceRGB [3]float64 ;func _feceb (_gdgbf *PdfField ,_dbac _cee .PdfObject ){for _ ,_dedd :=range _gdgbf .Annotations {_dedd .AS =_dbac ;_dedd .ToPdfObject ();};}; +// PdfInfoTrapped specifies pdf trapped information. +type PdfInfoTrapped string ; -// PdfAnnotationFileAttachment represents FileAttachment annotations. -// (Section 12.5.6.15). -type PdfAnnotationFileAttachment struct{*PdfAnnotation ;*PdfAnnotationMarkup ;FS _cee .PdfObject ;Name _cee .PdfObject ;};func (_fcbge fontCommon )isCIDFont ()bool {if _fcbge ._ccdeg ==""{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0069\u0073\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u002e\u0020\u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_fcbge ); -};_bdcad :=false ;switch _fcbge ._ccdeg {case "\u0054\u0079\u0070e\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_bdcad =true ;};_fca .Log .Trace ("i\u0073\u0043\u0049\u0044\u0046\u006fn\u0074\u003a\u0020\u0069\u0073\u0043\u0049\u0044\u003d%\u0074\u0020\u0066o\u006et\u003d\u0025\u0073",_bdcad ,_fcbge ); -return _bdcad ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_fdfdd *PdfShadingType3 )ToPdfObject ()_bda .PdfObject {_fdfdd .PdfShading .ToPdfObject ();_gfgag ,_dbcfe :=_fdfdd .getShadingDict ();if _dbcfe !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _fdfdd .Coords !=nil {_gfgag .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_fdfdd .Coords );};if _fdfdd .Domain !=nil {_gfgag .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_fdfdd .Domain );};if _fdfdd .Function !=nil {if len (_fdfdd .Function )==1{_gfgag .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fdfdd .Function [0].ToPdfObject ()); +}else {_bbgab :=_bda .MakeArray ();for _ ,_edggd :=range _fdfdd .Function {_bbgab .Append (_edggd .ToPdfObject ());};_gfgag .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bbgab );};};if _fdfdd .Extend !=nil {_gfgag .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_fdfdd .Extend ); +};return _fdfdd ._gfdga ;}; -// IsHideToolbar returns the value of the hideToolbar flag. -func (_cecdc *ViewerPreferences )IsHideToolbar ()bool {if _cecdc ._bfff ==nil {return false ;};return *_cecdc ._bfff ;}; +// PdfFontDescriptor specifies metrics and other attributes of a font and can refer to a FontFile +// for embedded fonts. +// 9.8 Font Descriptors (page 281) +type PdfFontDescriptor struct{FontName _bda .PdfObject ;FontFamily _bda .PdfObject ;FontStretch _bda .PdfObject ;FontWeight _bda .PdfObject ;Flags _bda .PdfObject ;FontBBox _bda .PdfObject ;ItalicAngle _bda .PdfObject ;Ascent _bda .PdfObject ;Descent _bda .PdfObject ; +Leading _bda .PdfObject ;CapHeight _bda .PdfObject ;XHeight _bda .PdfObject ;StemV _bda .PdfObject ;StemH _bda .PdfObject ;AvgWidth _bda .PdfObject ;MaxWidth _bda .PdfObject ;MissingWidth _bda .PdfObject ;FontFile _bda .PdfObject ;FontFile2 _bda .PdfObject ; +FontFile3 _bda .PdfObject ;CharSet _bda .PdfObject ;_fcba int ;_fgbad float64 ;*fontFile ;_cgfd *_geg .TtfType ; -// NewPdfActionHide returns a new "hide" action. -func NewPdfActionHide ()*PdfActionHide {_gd :=NewPdfAction ();_gge :=&PdfActionHide {};_gge .PdfAction =_gd ;_gd .SetContext (_gge );return _gge ;}; +// Additional entries for CIDFonts +Style _bda .PdfObject ;Lang _bda .PdfObject ;FD _bda .PdfObject ;CIDSet _bda .PdfObject ;_gbcd *_bda .PdfIndirectObject ;};func (_abg *PdfReader )newPdfAnnotationPrinterMarkFromDict (_eega *_bda .PdfObjectDictionary )(*PdfAnnotationPrinterMark ,error ){_ccgd :=PdfAnnotationPrinterMark {}; +_ccgd .MN =_eega .Get ("\u004d\u004e");return &_ccgd ,nil ;};func (_ebacg *PdfWriter )addObject (_eebdd _bda .PdfObject )bool {_aeeg :=_ebacg .hasObject (_eebdd );if !_aeeg {_cdcff :=_bda .ResolveReferencesDeep (_eebdd ,_ebacg ._febfe );if _cdcff !=nil {_ed .Log .Debug ("E\u0052R\u004f\u0052\u003a\u0020\u0025\u0076\u0020\u002d \u0073\u006b\u0069\u0070pi\u006e\u0067",_cdcff ); +};_ebacg ._ccbbg =append (_ebacg ._ccbbg ,_eebdd );_ebacg ._egfad [_eebdd ]=struct{}{};return true ;};return false ;}; -// GetCatalogStructTreeRoot gets the catalog StructTreeRoot object. -func (_ddffd *PdfReader )GetCatalogStructTreeRoot ()(_cee .PdfObject ,bool ){_cffcc :=_cee .ResolveReference (_ddffd ._cacfe .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"));if _cffcc ==nil {return nil ,false ;}; -if !_ddffd ._dbfb {_cceab :=_ddffd .traverseObjectData (_cffcc );if _cceab !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065\u0064\u0020t\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_cceab ); -return nil ,false ;};};return _cffcc ,true ;}; +// ToPdfObject recursively builds the Outline tree PDF object. +func (_ddbe *PdfOutline )ToPdfObject ()_bda .PdfObject {_bbab :=_ddbe ._baaf ;_bgbbe :=_bbab .PdfObject .(*_bda .PdfObjectDictionary );_bgbbe .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"));if _ddbe .First !=nil {_bgbbe .Set ("\u0046\u0069\u0072s\u0074",_ddbe .First .ToPdfObject ()); +};if _ddbe .Last !=nil {_bgbbe .Set ("\u004c\u0061\u0073\u0074",_ddbe .Last .GetContext ().GetContainingPdfObject ());};if _ddbe .Parent !=nil {_bgbbe .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ddbe .Parent .GetContext ().GetContainingPdfObject ()); +};if _ddbe .Count !=nil {_bgbbe .Set ("\u0043\u006f\u0075n\u0074",_bda .MakeInteger (*_ddbe .Count ));};return _bbab ;}; -// Encrypt encrypts the output file with a specified user/owner password. -func (_fefbc *PdfWriter )Encrypt (userPass ,ownerPass []byte ,options *EncryptOptions )error {_bbcbf :=RC4_128bit ;if options !=nil {_bbcbf =options .Algorithm ;};_ggcgb :=_ba .PermOwner ;if options !=nil {_ggcgb =options .Permissions ;};var _cfagc _dad .Filter ; -switch _bbcbf {case RC4_128bit :_cfagc =_dad .NewFilterV2 (16);case AES_128bit :_cfagc =_dad .NewFilterAESV2 ();case AES_256bit :_cfagc =_dad .NewFilterAESV3 ();default:return _e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020a\u006cg\u006fr\u0069\u0074\u0068\u006d\u003a\u0020\u0025v",options .Algorithm ); -};_cebdf ,_aeacf ,_bfgff :=_cee .PdfCryptNewEncrypt (_cfagc ,userPass ,ownerPass ,_ggcgb );if _bfgff !=nil {return _bfgff ;};_fefbc ._ddafb =_cebdf ;if _aeacf .Major !=0{_fefbc .SetVersion (_aeacf .Major ,_aeacf .Minor );};_fefbc ._ggfgf =_aeacf .Encrypt ; -_fefbc ._dfea ,_fefbc ._bcggd =_aeacf .ID0 ,_aeacf .ID1 ;_aaffd :=_cee .MakeIndirectObject (_aeacf .Encrypt );_fefbc ._bbfag =_aaffd ;_fefbc .addObject (_aaffd );return nil ;}; +// GetXHeight returns the XHeight of the font `descriptor`. +func (_cdacge *PdfFontDescriptor )GetXHeight ()(float64 ,error ){return _bda .GetNumberAsFloat (_cdacge .XHeight );};func (_bcbaa *PdfWriter )checkCrossReferenceStream ()bool {_cffbdf :=_bcbaa ._cdbbdg .Major > 1||(_bcbaa ._cdbbdg .Major ==1&&_bcbaa ._cdbbdg .Minor > 4); +if _bcbaa ._fffee !=nil {_cffbdf =*_bcbaa ._fffee ;};return _cffbdf ;}; -// Write writes out the PDF. -func (_effca *PdfWriter )Write (writer _fc .Writer )error {_fca .Log .Trace ("\u0057r\u0069\u0074\u0065\u0028\u0029");if _bagca ,_adadda :=writer .(*_fef .File );_adadda {_effca .SetFileName (_bagca .Name ());};_cgebd :=_effca .checkLicense ();if _cgebd !=nil {return _cgebd ; -};if _cgebd =_effca .writeOutlines ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .writeAcroFormFields ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .writeNamesDictionary ();_cgebd !=nil {return _cgebd ;};_effca .checkPendingObjects ();if _cgebd =_effca .writeOutputIntents (); -_cgebd !=nil {return _cgebd ;};_effca .setCatalogVersion ();_effca .copyObjects ();if _cgebd =_effca .optimize ();_cgebd !=nil {return _cgebd ;};if _cgebd =_effca .optimizeDocument ();_cgebd !=nil {return _cgebd ;};var _aafac _ea .Hash ;if _effca ._dabaf {_aafac =_ga .New (); -writer =_fc .MultiWriter (_aafac ,writer );};_effca .setWriter (writer );_bgfa :=_effca .checkCrossReferenceStream ();_cfbad ,_bgfa :=_effca .mapObjectStreams (_bgfa );_effca .adjustXRefAffectedVersion (_bgfa );_effca .writeDocumentVersion ();_effca .updateObjectNumbers (); -_effca .writeObjects ();if _cgebd =_effca .writeObjectsInStreams (_cfbad );_cgebd !=nil {return _cgebd ;};_afcfg :=_effca ._gfee ;var _gdfgcb int ;for _facdfg :=range _effca ._gceegb {if _facdfg > _gdfgcb {_gdfgcb =_facdfg ;};};if _effca ._dabaf {if _cgebd =_effca .setHashIDs (_aafac ); -_cgebd !=nil {return _cgebd ;};};if _bgfa {if _cgebd =_effca .writeXRefStreams (_gdfgcb ,_afcfg );_cgebd !=nil {return _cgebd ;};}else {_effca .writeTrailer (_gdfgcb );};_effca .makeOffSetReference (_afcfg );if _cgebd =_effca .flushWriter ();_cgebd !=nil {return _cgebd ; -};return nil ;}; +// ToPdfObject returns the PDF representation of the function. +func (_beaed *PdfFunctionType2 )ToPdfObject ()_bda .PdfObject {_cbff :=_bda .MakeDict ();_cbff .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_bda .MakeInteger (2));_gagdd :=&_bda .PdfObjectArray {};for _ ,_febb :=range _beaed .Domain {_gagdd .Append (_bda .MakeFloat (_febb )); +};_cbff .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_gagdd );if _beaed .Range !=nil {_cgegc :=&_bda .PdfObjectArray {};for _ ,_dbfcc :=range _beaed .Range {_cgegc .Append (_bda .MakeFloat (_dbfcc ));};_cbff .Set ("\u0052\u0061\u006eg\u0065",_cgegc );}; +if _beaed .C0 !=nil {_gfbag :=&_bda .PdfObjectArray {};for _ ,_beaee :=range _beaed .C0 {_gfbag .Append (_bda .MakeFloat (_beaee ));};_cbff .Set ("\u0043\u0030",_gfbag );};if _beaed .C1 !=nil {_gedd :=&_bda .PdfObjectArray {};for _ ,_gbdeb :=range _beaed .C1 {_gedd .Append (_bda .MakeFloat (_gbdeb )); +};_cbff .Set ("\u0043\u0031",_gedd );};_cbff .Set ("\u004e",_bda .MakeFloat (_beaed .N ));if _beaed ._eaacc !=nil {_beaed ._eaacc .PdfObject =_cbff ;return _beaed ._eaacc ;};return _cbff ;}; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element. -func (_fage *PdfColorspaceSpecialSeparation )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gdeg :=vals [0];_dfdde :=[]float64 {_gdeg };_adfd ,_eacge :=_fage .TintTransform .Evaluate (_dfdde ); -if _eacge !=nil {_fca .Log .Debug ("\u0045\u0072r\u006f\u0072\u002c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0065: \u0025\u0076",_eacge );_fca .Log .Trace ("\u0054\u0069\u006e\u0074 t\u0072\u0061\u006e\u0073\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_fage .TintTransform ); -return nil ,_eacge ;};_fca .Log .Trace ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0043\u006f\u006c\u006fr\u0046\u0072\u006f\u006d\u0046\u006c\u006f\u0061\u0074\u0073\u0028\u0025\u002bv\u0029\u0020\u006f\u006e\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061te\u0053\u0070\u0061\u0063\u0065\u003a\u0020\u0025\u0023\u0076",_adfd ,_fage .AlternateSpace ); -_cagd ,_eacge :=_fage .AlternateSpace .ColorFromFloats (_adfd );if _eacge !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u002c\u0020\u0066a\u0069\u006c\u0065d \u0074\u006f\u0020\u0065\u0076\u0061l\u0075\u0061\u0074\u0065\u0020\u0069\u006e\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0065\u0020\u0073\u0070\u0061\u0063\u0065\u003a \u0025\u0076",_eacge ); -return nil ,_eacge ;};return _cagd ,nil ;}; +// NewPdfOutputIntentFromPdfObject creates a new PdfOutputIntent from the input core.PdfObject. +func NewPdfOutputIntentFromPdfObject (object _bda .PdfObject )(*PdfOutputIntent ,error ){_dbdaf :=&PdfOutputIntent {};if _efaa :=_dbdaf .ParsePdfObject (object );_efaa !=nil {return nil ,_efaa ;};return _dbdaf ,nil ;}; -// NewGrayImageFromGoImage creates a new grayscale unidoc Image from a golang Image. -func (_eece DefaultImageHandler )NewGrayImageFromGoImage (goimg _bg .Image )(*Image ,error ){_aggaa :=goimg .Bounds ();_dcecc :=&Image {Width :int64 (_aggaa .Dx ()),Height :int64 (_aggaa .Dy ()),ColorComponents :1,BitsPerComponent :8};switch _dfaeg :=goimg .(type ){case *_bg .Gray :if len (_dfaeg .Pix )!=_aggaa .Dx ()*_aggaa .Dy (){_gbeaa ,_ecac :=_ca .GrayConverter .Convert (goimg ); -if _ecac !=nil {return nil ,_ecac ;};_dcecc .Data =_gbeaa .Pix ();}else {_dcecc .Data =_dfaeg .Pix ;};case *_bg .Gray16 :_dcecc .BitsPerComponent =16;if len (_dfaeg .Pix )!=_aggaa .Dx ()*_aggaa .Dy ()*2{_ffeba ,_feff :=_ca .Gray16Converter .Convert (goimg ); -if _feff !=nil {return nil ,_feff ;};_dcecc .Data =_ffeba .Pix ();}else {_dcecc .Data =_dfaeg .Pix ;};case _ca .Image :_ddcef :=_dfaeg .Base ();if _ddcef .ColorComponents ==1{_dcecc .BitsPerComponent =int64 (_ddcef .BitsPerComponent );_dcecc .Data =_ddcef .Data ; -return _dcecc ,nil ;};_ebgad ,_fbdce :=_ca .GrayConverter .Convert (goimg );if _fbdce !=nil {return nil ,_fbdce ;};_dcecc .Data =_ebgad .Pix ();default:_cgdf ,_bbcdf :=_ca .GrayConverter .Convert (goimg );if _bbcdf !=nil {return nil ,_bbcdf ;};_dcecc .Data =_cgdf .Pix (); -};return _dcecc ,nil ;}; +// ToImage converts an object to an Image which can be transformed or saved out. +// The image data is decoded and the Image returned. +func (_cagg *XObjectImage )ToImage ()(*Image ,error ){_cbage :=&Image {};if _cagg .Height ==nil {return nil ,_gea .New ("\u0068e\u0069\u0067\u0068\u0074\u0020\u0061\u0074\u0074\u0072\u0069\u0062u\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +};_cbage .Height =*_cagg .Height ;if _cagg .Width ==nil {return nil ,_gea .New ("\u0077\u0069\u0064th\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};_cbage .Width =*_cagg .Width ;if _cagg .BitsPerComponent ==nil {switch _cagg .Filter .(type ){case *_bda .CCITTFaxEncoder ,*_bda .JBIG2Encoder :_cbage .BitsPerComponent =1; +case *_bda .LZWEncoder ,*_bda .RunLengthEncoder :_cbage .BitsPerComponent =8;default:return nil ,_gea .New ("\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072\u0020\u0063\u006fm\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006d\u0069\u0073s\u0069\u006e\u0067"); +};}else {_cbage .BitsPerComponent =*_cagg .BitsPerComponent ;};_cbage .ColorComponents =_cagg .ColorSpace .GetNumComponents ();_cagg ._eedbf .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_bda .MakeInteger (int64 (_cbage .ColorComponents ))); +_fbcge ,_dfffe :=_bda .DecodeStream (_cagg ._eedbf );if _dfffe !=nil {return nil ,_dfffe ;};_cbage .Data =_fbcge ;if _cagg .Decode !=nil {_bfbge ,_bbgcc :=_cagg .Decode .(*_bda .PdfObjectArray );if !_bbgcc {_ed .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020D\u0065\u0063\u006f\u0064\u0065 \u006f\u0062\u006a\u0065\u0063\u0074"); +return nil ,_gea .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065");};_eebff ,_fcaa :=_bfbge .ToFloat64Array ();if _fcaa !=nil {return nil ,_fcaa ;};switch _cagg .ColorSpace .(type ){case *PdfColorspaceDeviceCMYK :_gefgfa :=_cagg .ColorSpace .DecodeArray (); +if _gefgfa [0]==_eebff [0]&&_gefgfa [1]==_eebff [1]&&_gefgfa [2]==_eebff [2]&&_gefgfa [3]==_eebff [3]{_cbage ._bfafe =_eebff ;};default:_cbage ._bfafe =_eebff ;};};return _cbage ,nil ;}; -// ToPdfOutlineItem returns a low level PdfOutlineItem object, -// based on the current instance. -func (_egfdga *OutlineItem )ToPdfOutlineItem ()(*PdfOutlineItem ,int64 ){_ecdfb :=NewPdfOutlineItem ();_ecdfb .Title =_cee .MakeEncodedString (_egfdga .Title ,true );_ecdfb .Dest =_egfdga .Dest .ToPdfObject ();var _dgdg []*PdfOutlineItem ;var _cccba int64 ; -var _egcfa *PdfOutlineItem ;for _ ,_becb :=range _egfdga .Entries {_eacd ,_decef :=_becb .ToPdfOutlineItem ();_eacd .Parent =&_ecdfb .PdfOutlineTreeNode ;if _egcfa !=nil {_egcfa .Next =&_eacd .PdfOutlineTreeNode ;_eacd .Prev =&_egcfa .PdfOutlineTreeNode ; -};_dgdg =append (_dgdg ,_eacd );_cccba +=_decef ;_egcfa =_eacd ;};_ffgge :=len (_dgdg );_cccba +=int64 (_ffgge );if _ffgge > 0{_ecdfb .First =&_dgdg [0].PdfOutlineTreeNode ;_ecdfb .Last =&_dgdg [_ffgge -1].PdfOutlineTreeNode ;_ecdfb .Count =&_cccba ;}; -return _ecdfb ,_cccba ;}; +// GetXObjectByName gets XObject by name. +func (_fffgg *PdfPage )GetXObjectByName (name _bda .PdfObjectName )(_bda .PdfObject ,bool ){_aefaac ,_adfa :=_fffgg .Resources .XObject .(*_bda .PdfObjectDictionary );if !_adfa {return nil ,false ;};if _bafdef :=_aefaac .Get (name );_bafdef !=nil {return _bafdef ,true ; +};return nil ,false ;}; -// HasXObjectByName checks if an XObject with a specified keyName is defined. -func (_fdgbg *PdfPageResources )HasXObjectByName (keyName _cee .PdfObjectName )bool {_fcdcb ,_ :=_fdgbg .GetXObjectByName (keyName );return _fcdcb !=nil ;}; +// GetXObjectFormByName returns the XObjectForm with the specified name from the +// page resources, if it exists. +func (_aadgc *PdfPageResources )GetXObjectFormByName (keyName _bda .PdfObjectName )(*XObjectForm ,error ){_cacea ,_fdgffa :=_aadgc .GetXObjectByName (keyName );if _cacea ==nil {return nil ,nil ;};if _fdgffa !=XObjectTypeForm {return nil ,_gea .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006f\u0072\u006d"); +};_ceaaa ,_dcad :=NewXObjectFormFromStream (_cacea );if _dcad !=nil {return nil ,_dcad ;};return _ceaaa ,nil ;};func _cfgdf (_aedad _bda .PdfObject )(*PdfPageResourcesColorspaces ,error ){_cgbd :=&PdfPageResourcesColorspaces {};if _afbgd ,_aeaca :=_aedad .(*_bda .PdfIndirectObject ); +_aeaca {_cgbd ._agbc =_afbgd ;_aedad =_afbgd .PdfObject ;};_abceff ,_ffcee :=_bda .GetDict (_aedad );if !_ffcee {return nil ,_gea .New ("\u0043\u0053\u0020at\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_cgbd .Names =[]string {};_cgbd .Colorspaces =map[string ]PdfColorspace {};for _ ,_dgcge :=range _abceff .Keys (){_acaag :=_abceff .Get (_dgcge );_cgbd .Names =append (_cgbd .Names ,string (_dgcge ));_bbbdf ,_cadgfb :=NewPdfColorspaceFromPdfObject (_acaag ); +if _cadgfb !=nil {return nil ,_cadgfb ;};_cgbd .Colorspaces [string (_dgcge )]=_bbbdf ;};return _cgbd ,nil ;};func (_cabga *pdfFontType3 )baseFields ()*fontCommon {return &_cabga .fontCommon }; -// NewXObjectFormFromStream builds the Form XObject from a stream object. -// TODO: Should this be exposed? Consider different access points. -func NewXObjectFormFromStream (stream *_cee .PdfObjectStream )(*XObjectForm ,error ){_fggcg :=&XObjectForm {};_fggcg ._fbged =stream ;_bccad :=*(stream .PdfObjectDictionary );_aabcfb ,_fbfega :=_cee .NewEncoderFromStream (stream );if _fbfega !=nil {return nil ,_fbfega ; -};_fggcg .Filter =_aabcfb ;if _cfdgd :=_bccad .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_cfdgd !=nil {_eagge ,_dgefa :=_cfdgd .(*_cee .PdfObjectName );if !_dgefa {return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};if *_eagge !="\u0046\u006f\u0072\u006d"{_fca .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065"); -};};if _agggeg :=_bccad .Get ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065");_agggeg !=nil {_fggcg .FormType =_agggeg ;};if _efdfgc :=_bccad .Get ("\u0042\u0042\u006f\u0078");_efdfgc !=nil {_fggcg .BBox =_efdfgc ;};if _feba :=_bccad .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); -_feba !=nil {_fggcg .Matrix =_feba ;};if _abbgd :=_bccad .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_abbgd !=nil {_abbgd =_cee .TraceToDirectObject (_abbgd );_dbdde ,_bcfce :=_abbgd .(*_cee .PdfObjectDictionary );if !_bcfce {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0058\u004f\u0062j\u0065c\u0074\u0020\u0046\u006f\u0072\u006d\u0020\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u002c\u0020\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,_cee .ErrTypeError ;};_fccf ,_ddgd :=NewPdfPageResourcesFromDict (_dbdde );if _ddgd !=nil {_fca .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0020\u0072\u0065\u0073\u006f\u0075rc\u0065\u0073"); -return nil ,_ddgd ;};_fggcg .Resources =_fccf ;_fca .Log .Trace ("\u0046\u006f\u0072\u006d r\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0023\u0076",_fggcg .Resources );};_fggcg .Group =_bccad .Get ("\u0047\u0072\u006fu\u0070");_fggcg .Ref =_bccad .Get ("\u0052\u0065\u0066"); -_fggcg .MetaData =_bccad .Get ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061");_fggcg .PieceInfo =_bccad .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_fggcg .LastModified =_bccad .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064"); -_fggcg .StructParent =_bccad .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_fggcg .StructParents =_bccad .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073");_fggcg .OPI =_bccad .Get ("\u004f\u0050\u0049"); -_fggcg .OC =_bccad .Get ("\u004f\u0043");_fggcg .Name =_bccad .Get ("\u004e\u0061\u006d\u0065");_fggcg .Stream =stream .Stream ;return _fggcg ,nil ;};func (_ggcdc *PdfShading )getShadingDict ()(*_cee .PdfObjectDictionary ,error ){_aacd :=_ggcdc ._dfgbe ; -if _fffce ,_gegc :=_aacd .(*_cee .PdfIndirectObject );_gegc {_fgceb ,_agggg :=_fffce .PdfObject .(*_cee .PdfObjectDictionary );if !_agggg {return nil ,_cee .ErrTypeError ;};return _fgceb ,nil ;}else if _gaaf ,_cbbfe :=_aacd .(*_cee .PdfObjectStream );_cbbfe {return _gaaf .PdfObjectDictionary ,nil ; -}else if _ffcae ,_dfde :=_aacd .(*_cee .PdfObjectDictionary );_dfde {return _ffcae ,nil ;}else {_fca .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0063\u0063\u0065s\u0073\u0020\u0073\u0068\u0061\u0064\u0069n\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079"); -return nil ,_cee .ErrTypeError ;};};func (_abacg *PdfWriter )setHashIDs (_feffa _ea .Hash )error {_dcaaa :=_feffa .Sum (nil );if _abacg ._dfea ==""{_abacg ._dfea =_aa .EncodeToString (_dcaaa [:8]);};_abacg .setDocumentIDs (_abacg ._dfea ,_aa .EncodeToString (_dcaaa [8:])); -return nil ;}; +// AppendContentStream adds content stream by string. Appends to the last +// contentstream instance if many. +func (_fceca *PdfPage )AppendContentStream (contentStr string )error {_baafa ,_eafcg :=_fceca .GetContentStreams ();if _eafcg !=nil {return _eafcg ;};if len (_baafa )==0{_baafa =[]string {contentStr };return _fceca .SetContentStreams (_baafa ,_bda .NewFlateEncoder ()); +};var _acdec _dff .Buffer ;_acdec .WriteString (_baafa [len (_baafa )-1]);_acdec .WriteString ("\u000a");_acdec .WriteString (contentStr );_baafa [len (_baafa )-1]=_acdec .String ();return _fceca .SetContentStreams (_baafa ,_bda .NewFlateEncoder ());}; -// ToPdfObject implements interface PdfModel. -func (_dgae *PdfAnnotationPolygon )ToPdfObject ()_cee .PdfObject {_dgae .PdfAnnotation .ToPdfObject ();_bcdg :=_dgae ._eddc ;_bfec :=_bcdg .PdfObject .(*_cee .PdfObjectDictionary );_dgae .PdfAnnotationMarkup .appendToPdfDictionary (_bfec );_bfec .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050o\u006c\u0079\u0067\u006f\u006e")); -_bfec .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_dgae .Vertices );_bfec .SetIfNotNil ("\u004c\u0045",_dgae .LE );_bfec .SetIfNotNil ("\u0042\u0053",_dgae .BS );_bfec .SetIfNotNil ("\u0049\u0043",_dgae .IC );_bfec .SetIfNotNil ("\u0042\u0045",_dgae .BE ); -_bfec .SetIfNotNil ("\u0049\u0054",_dgae .IT );_bfec .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_dgae .Measure );return _bcdg ;};func _aagg (_aff *PdfPage )map[_cee .PdfObjectName ]_cee .PdfObject {_bacfb :=make (map[_cee .PdfObjectName ]_cee .PdfObject ); -if _aff .Resources ==nil {return _bacfb ;};if _aff .Resources .Font !=nil {if _dfeb ,_gebe :=_cee .GetDict (_aff .Resources .Font );_gebe {for _ ,_bfecg :=range _dfeb .Keys (){_bacfb [_bfecg ]=_dfeb .Get (_bfecg );};};};if _aff .Resources .ExtGState !=nil {if _dcb ,_gfcd :=_cee .GetDict (_aff .Resources .ExtGState ); -_gfcd {for _ ,_cgcb :=range _dcb .Keys (){_bacfb [_cgcb ]=_dcb .Get (_cgcb );};};};if _aff .Resources .XObject !=nil {if _dada ,_gecg :=_cee .GetDict (_aff .Resources .XObject );_gecg {for _ ,_fbea :=range _dada .Keys (){_bacfb [_fbea ]=_dada .Get (_fbea ); -};};};if _aff .Resources .Pattern !=nil {if _bfd ,_ebce :=_cee .GetDict (_aff .Resources .Pattern );_ebce {for _ ,_bdbg :=range _bfd .Keys (){_bacfb [_bdbg ]=_bfd .Get (_bdbg );};};};if _aff .Resources .Shading !=nil {if _abebf ,_baae :=_cee .GetDict (_aff .Resources .Shading ); -_baae {for _ ,_ccbcf :=range _abebf .Keys (){_bacfb [_ccbcf ]=_abebf .Get (_ccbcf );};};};if _aff .Resources .ProcSet !=nil {if _decgb ,_ecae :=_cee .GetDict (_aff .Resources .ProcSet );_ecae {for _ ,_edf :=range _decgb .Keys (){_bacfb [_edf ]=_decgb .Get (_edf ); -};};};if _aff .Resources .Properties !=nil {if _eeb ,_bfa :=_cee .GetDict (_aff .Resources .Properties );_bfa {for _ ,_fgcf :=range _eeb .Keys (){_bacfb [_fgcf ]=_eeb .Get (_fgcf );};};};return _bacfb ;}; -// ToPdfObject recursively builds the Outline tree PDF object. -func (_dacged *PdfOutlineItem )ToPdfObject ()_cee .PdfObject {_fceba :=_dacged ._bfcbc ;_eafff :=_fceba .PdfObject .(*_cee .PdfObjectDictionary );_eafff .Set ("\u0054\u0069\u0074l\u0065",_dacged .Title );if _dacged .A !=nil {_eafff .Set ("\u0041",_dacged .A ); -};if _ggfca :=_eafff .Get ("\u0053\u0045");_ggfca !=nil {_eafff .Remove ("\u0053\u0045");};if _dacged .C !=nil {_eafff .Set ("\u0043",_dacged .C );};if _dacged .Dest !=nil {_eafff .Set ("\u0044\u0065\u0073\u0074",_dacged .Dest );};if _dacged .F !=nil {_eafff .Set ("\u0046",_dacged .F ); -};if _dacged .Count !=nil {_eafff .Set ("\u0043\u006f\u0075n\u0074",_cee .MakeInteger (*_dacged .Count ));};if _dacged .Next !=nil {_eafff .Set ("\u004e\u0065\u0078\u0074",_dacged .Next .ToPdfObject ());};if _dacged .First !=nil {_eafff .Set ("\u0046\u0069\u0072s\u0074",_dacged .First .ToPdfObject ()); -};if _dacged .Prev !=nil {_eafff .Set ("\u0050\u0072\u0065\u0076",_dacged .Prev .GetContext ().GetContainingPdfObject ());};if _dacged .Last !=nil {_eafff .Set ("\u004c\u0061\u0073\u0074",_dacged .Last .GetContext ().GetContainingPdfObject ());};if _dacged .Parent !=nil {_eafff .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_dacged .Parent .GetContext ().GetContainingPdfObject ()); -};return _fceba ;}; +// GetXObjectByName returns the XObject with the specified keyName and the object type. +func (_fccbe *PdfPageResources )GetXObjectByName (keyName _bda .PdfObjectName )(*_bda .PdfObjectStream ,XObjectType ){if _fccbe .XObject ==nil {return nil ,XObjectTypeUndefined ;};_bgadad ,_gbfac :=_bda .TraceToDirectObject (_fccbe .XObject ).(*_bda .PdfObjectDictionary ); +if !_gbfac {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0021\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_bda .TraceToDirectObject (_fccbe .XObject )); +return nil ,XObjectTypeUndefined ;};if _ffgbb :=_bgadad .Get (keyName );_ffgbb !=nil {_gbace ,_baad :=_bda .GetStream (_ffgbb );if !_baad {_ed .Log .Debug ("X\u004f\u0062\u006a\u0065\u0063\u0074 \u006e\u006f\u0074\u0020\u0070\u006fi\u006e\u0074\u0069\u006e\u0067\u0020\u0074o\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020%\u0054",_ffgbb ); +return nil ,XObjectTypeUndefined ;};_bgbca :=_gbace .PdfObjectDictionary ;_afcbe ,_baad :=_bda .TraceToDirectObject (_bgbca .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")).(*_bda .PdfObjectName );if !_baad {_ed .Log .Debug ("\u0058\u004fbj\u0065\u0063\u0074 \u0053\u0075\u0062\u0074ype\u0020no\u0074\u0020\u0061\u0020\u004e\u0061\u006de,\u0020\u0064\u0069\u0063\u0074\u003a\u0020%\u0073",_bgbca .String ()); +return nil ,XObjectTypeUndefined ;};if *_afcbe =="\u0049\u006d\u0061g\u0065"{return _gbace ,XObjectTypeImage ;}else if *_afcbe =="\u0046\u006f\u0072\u006d"{return _gbace ,XObjectTypeForm ;}else if *_afcbe =="\u0050\u0053"{return _gbace ,XObjectTypePS ; +}else {_ed .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0053\u0075b\u0074\u0079\u0070\u0065\u0020\u006e\u006ft\u0020\u006b\u006e\u006f\u0077\u006e\u0020\u0028\u0025\u0073\u0029",*_afcbe );return nil ,XObjectTypeUndefined ;};}else {return nil ,XObjectTypeUndefined ; +};}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_cdbgf *PdfPageResourcesColorspaces )ToPdfObject ()_cee .PdfObject {_adcd :=_cee .MakeDict ();for _ ,_agfe :=range _cdbgf .Names {_adcd .Set (_cee .PdfObjectName (_agfe ),_cdbgf .Colorspaces [_agfe ].ToPdfObject ());};if _cdbgf ._cdgce !=nil {_cdbgf ._cdgce .PdfObject =_adcd ; -return _cdbgf ._cdgce ;};return _adcd ;}; +// DecodeArray returns the component range values for the Separation colorspace. +func (_gfab *PdfColorspaceSpecialSeparation )DecodeArray ()[]float64 {return []float64 {0,1.0}}; -// multiFontEncoder implements a an Encoder that holds a list of fonts provided. -type MultipleFontEncoder struct{_ecfa []*PdfFont ;CurrentFont *PdfFont ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 1 for a grayscale device. +func (_febf *PdfColorspaceDeviceGray )GetNumComponents ()int {return 1}; -// NewOutline returns a new outline instance. -func NewOutline ()*Outline {return &Outline {}};func _edgd (_cbdcg _cee .PdfObject )(*PdfColorspaceCalRGB ,error ){_ecagg :=NewPdfColorspaceCalRGB ();if _ggbd ,_abfb :=_cbdcg .(*_cee .PdfIndirectObject );_abfb {_ecagg ._fbgd =_ggbd ;};_cbdcg =_cee .TraceToDirectObject (_cbdcg ); -_dcba ,_eebb :=_cbdcg .(*_cee .PdfObjectArray );if !_eebb {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _dcba .Len ()!=2{return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); -};_cbdcg =_cee .TraceToDirectObject (_dcba .Get (0));_dgbf ,_eebb :=_cbdcg .(*_cee .PdfObjectName );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074"); -};if *_dgbf !="\u0043\u0061\u006c\u0052\u0047\u0042"{return nil ,_e .Errorf ("\u006e\u006f\u0074 a\u0020\u0043\u0061\u006c\u0052\u0047\u0042\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_cbdcg =_cee .TraceToDirectObject (_dcba .Get (1)); -_bgdd ,_eebb :=_cbdcg .(*_cee .PdfObjectDictionary );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074");}; -_cbdcg =_bgdd .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_cbdcg =_cee .TraceToDirectObject (_cbdcg );_cgad ,_eebb :=_cbdcg .(*_cee .PdfObjectArray );if !_eebb {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050o\u0069\u006e\u0074"); -};if _cgad .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0057h\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079");};_ddeb ,_aadef :=_cgad .GetAsFloat64Slice (); -if _aadef !=nil {return nil ,_aadef ;};_ecagg .WhitePoint =_ddeb ;_cbdcg =_bgdd .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_ddbf ,_abgc :=_cbdcg .(*_cee .PdfObjectArray ); -if !_abgc {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050o\u0069\u006e\u0074");};if _ddbf .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0042l\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079"); -};_affg ,_bggff :=_ddbf .GetAsFloat64Slice ();if _bggff !=nil {return nil ,_bggff ;};_ecagg .BlackPoint =_affg ;};_cbdcg =_bgdd .Get ("\u0047\u0061\u006dm\u0061");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_bedf ,_effb :=_cbdcg .(*_cee .PdfObjectArray ); -if !_effb {return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047B:\u0020I\u006e\u0076\u0061\u006c\u0069d\u0020\u0047\u0061\u006d\u006d\u0061");};if _bedf .Len ()!=3{return nil ,_e .Errorf ("C\u0061\u006c\u0052\u0047\u0042\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0047a\u006d\u006d\u0061 \u0061r\u0072\u0061\u0079"); -};_acbcd ,_aegc :=_bedf .GetAsFloat64Slice ();if _aegc !=nil {return nil ,_aegc ;};_ecagg .Gamma =_acbcd ;};_cbdcg =_bgdd .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");if _cbdcg !=nil {_cbdcg =_cee .TraceToDirectObject (_cbdcg );_abca ,_fccb :=_cbdcg .(*_cee .PdfObjectArray ); -if !_fccb {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052GB\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004d\u0061\u0074\u0072i\u0078");};if _abca .Len ()!=9{_fca .Log .Error ("\u004d\u0061t\u0072\u0069\u0078 \u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_abca .String ()); -return nil ,_e .Errorf ("\u0043\u0061\u006c\u0052G\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u004da\u0074\u0072\u0069\u0078\u0020\u0061\u0072r\u0061\u0079");};_ceac ,_fgfde :=_abca .GetAsFloat64Slice ();if _fgfde !=nil {return nil ,_fgfde ; -};_ecagg .Matrix =_ceac ;};return _ecagg ,nil ;}; +// GetNamedDestinations returns the Dests entry in the PDF catalog. +// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). +func (_gecdb *PdfReader )GetNamedDestinations ()(_bda .PdfObject ,error ){_bcac :=_bda .ResolveReference (_gecdb ._dabg .Get ("\u0044\u0065\u0073t\u0073"));if _bcac ==nil {return nil ,nil ;};if !_gecdb ._aaece {_dffbff :=_gecdb .traverseObjectData (_bcac ); +if _dffbff !=nil {return nil ,_dffbff ;};};return _bcac ,nil ;};func _dgdaf (_bccac *_bda .PdfObjectArray )(float64 ,error ){_eeagb ,_gbade :=_bccac .ToFloat64Array ();if _gbade !=nil {_ed .Log .Debug ("\u0042\u0061\u0064\u0020\u004d\u0061\u0074\u0074\u0065\u0020\u0061\u0072\u0072\u0061\u0079:\u0020m\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bccac ,_gbade ); +};switch len (_eeagb ){case 1:return _eeagb [0],nil ;case 3:_defde :=PdfColorspaceDeviceRGB {};_agdfb ,_caaea :=_defde .ColorFromFloats (_eeagb );if _caaea !=nil {return 0.0,_caaea ;};return _agdfb .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ;case 4:_dece :=PdfColorspaceDeviceCMYK {}; +_dbddb ,_fdbfe :=_dece .ColorFromFloats (_eeagb );if _fdbfe !=nil {return 0.0,_fdbfe ;};_cfeeae ,_fdbfe :=_dece .ColorToRGB (_dbddb .(*PdfColorDeviceCMYK ));if _fdbfe !=nil {return 0.0,_fdbfe ;};return _cfeeae .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ; +};_gbade =_gea .New ("\u0062a\u0064 \u004d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u006c\u006f\u0072");_ed .Log .Error ("\u0074\u006f\u0047ra\u0079\u003a\u0020\u006d\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bccac ,_gbade ); +return 0.0,_gbade ;}; -// Width returns the width of `rect`. -func (_bcddd *PdfRectangle )Width ()float64 {return _aaa .Abs (_bcddd .Urx -_bcddd .Llx )}; +// DecodeArray returns the component range values for the Indexed colorspace. +func (_cdeb *PdfColorspaceSpecialIndexed )DecodeArray ()[]float64 {return []float64 {0,float64 (_cdeb .HiVal )};};func (_bfgcd *PdfReader )newPdfFieldSignatureFromDict (_cace *_bda .PdfObjectDictionary )(*PdfFieldSignature ,error ){_egff :=&PdfFieldSignature {}; +_bcgg ,_agfb :=_bda .GetIndirect (_cace .Get ("\u0056"));if _agfb {var _aagd error ;_egff .V ,_aagd =_bfgcd .newPdfSignatureFromIndirect (_bcgg );if _aagd !=nil {return nil ,_aagd ;};};_egff .Lock ,_ =_bda .GetIndirect (_cace .Get ("\u004c\u006f\u0063\u006b")); +_egff .SV ,_ =_bda .GetIndirect (_cace .Get ("\u0053\u0056"));return _egff ,nil ;}; -// Encoder returns the font's text encoder. -func (_acfee pdfFontType3 )Encoder ()_dae .TextEncoder {return _acfee ._fgaa }; +// ToPdfObject implements model.PdfModel interface. +func (_ggeda *PdfOutputIntent )ToPdfObject ()_bda .PdfObject {if _ggeda ._abccce ==nil {_ggeda ._abccce =_bda .MakeDict ();};_cfaa :=_ggeda ._abccce ;if _ggeda .Type !=""{_cfaa .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName (_ggeda .Type ));};_cfaa .Set ("\u0053",_bda .MakeName (_ggeda .S .String ())); +if _ggeda .OutputCondition !=""{_cfaa .Set ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e",_bda .MakeString (_ggeda .OutputCondition ));};_cfaa .Set ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r",_bda .MakeString (_ggeda .OutputConditionIdentifier )); +_cfaa .Set ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065",_bda .MakeString (_ggeda .RegistryName ));if _ggeda .Info !=""{_cfaa .Set ("\u0049\u006e\u0066\u006f",_bda .MakeString (_ggeda .Info ));};if len (_ggeda .DestOutputProfile )!=0{_ccfed ,_edcbg :=_bda .MakeStream (_ggeda .DestOutputProfile ,_bda .NewFlateEncoder ()); +if _edcbg !=nil {_ed .Log .Error ("\u004d\u0061\u006b\u0065\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0044\u0065s\u0074\u004f\u0075\u0074\u0070\u0075t\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_edcbg ); +};_ccfed .PdfObjectDictionary .Set ("\u004e",_bda .MakeInteger (int64 (_ggeda .ColorComponents )));_dacg :=make ([]float64 ,_ggeda .ColorComponents *2);for _cdabb :=0;_cdabb < _ggeda .ColorComponents *2;_cdabb ++{_febbb :=0.0;if _cdabb %2!=0{_febbb =1.0; +};_dacg [_cdabb ]=_febbb ;};_ccfed .PdfObjectDictionary .Set ("\u0052\u0061\u006eg\u0065",_bda .MakeArrayFromFloats (_dacg ));_cfaa .Set ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065",_ccfed );};return _cfaa ; +}; -// ToPdfObject implements interface PdfModel. -func (_aeg *PdfAnnotationCaret )ToPdfObject ()_cee .PdfObject {_aeg .PdfAnnotation .ToPdfObject ();_gaaa :=_aeg ._eddc ;_feaag :=_gaaa .PdfObject .(*_cee .PdfObjectDictionary );_aeg .PdfAnnotationMarkup .appendToPdfDictionary (_feaag );_feaag .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0043\u0061\u0072e\u0074")); -_feaag .SetIfNotNil ("\u0052\u0044",_aeg .RD );_feaag .SetIfNotNil ("\u0053\u0079",_aeg .Sy );return _gaaa ;}; +// SetDecode sets the decode image float slice. +func (_acaa *Image )SetDecode (decode []float64 ){_acaa ._bfafe =decode }; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// red, green and blue components of the color. The values of the elements -// should be between 0 and 1. -func (_bgdc *PdfColorspaceDeviceRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ecbe :=vals [0];if _ecbe < 0.0||_ecbe > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe ); -return nil ,ErrColorOutOfRange ;};_face :=vals [1];if _face < 0.0||_face > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe );return nil ,ErrColorOutOfRange ; -};_ffcb :=vals [2];if _ffcb < 0.0||_ffcb > 1.0{_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ecbe );return nil ,ErrColorOutOfRange ;};_bdbd :=NewPdfColorDeviceRGB (_ecbe ,_face ,_ffcb ); -return _bdbd ,nil ;};func (_ffgfe *pdfFontType0 )subsetRegistered ()error {_ebee ,_ggaa :=_ffgfe .DescendantFont ._bggcf .(*pdfCIDFontType2 );if !_ggaa {_fca .Log .Debug ("\u0046\u006fnt\u0020\u006e\u006ft\u0020\u0073\u0075\u0070por\u0074ed\u0020\u0066\u006f\u0072\u0020\u0073\u0075bs\u0065\u0074\u0074\u0069\u006e\u0067\u0020%\u0054",_ffgfe .DescendantFont ); -return nil ;};if _ebee ==nil {return nil ;};if _ebee ._ebcad ==nil {_fca .Log .Debug ("\u004d\u0069\u0073si\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072");return nil ;};if _ffgfe ._daac ==nil {_fca .Log .Debug ("\u004e\u006f\u0020e\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0073\u0075\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0067\u006e\u006f\u0072\u0065\u0064"); -return nil ;};_gdcc ,_ggaa :=_cee .GetStream (_ebee ._ebcad .FontFile2 );if !_ggaa {_fca .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); -return _cdf .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_acebd ,_fefced :=_cee .DecodeStream (_gdcc );if _fefced !=nil {_fca .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fefced ); -return _fefced ;};_eegec ,_fefced :=_eag .Parse (_cd .NewReader (_acebd ));if _fefced !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_gdcc .Stream )); -return _fefced ;};var _aecbf []rune ;var _begfb *_eag .Font ;switch _gdgf :=_ffgfe ._daac .(type ){case *_dae .TrueTypeFontEncoder :_aecbf =_gdgf .RegisteredRunes ();_begfb ,_fefced =_eegec .SubsetKeepRunes (_aecbf );if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced ); -return _fefced ;};_gdgf .SubsetRegistered ();case *_dae .IdentityEncoder :_aecbf =_gdgf .RegisteredRunes ();_geaf :=make ([]_eag .GlyphIndex ,len (_aecbf ));for _bggfa ,_acbf :=range _aecbf {_geaf [_bggfa ]=_eag .GlyphIndex (_acbf );};_begfb ,_fefced =_eegec .SubsetKeepIndices (_geaf ); -if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced );return _fefced ;};case _dae .SimpleEncoder :_ecggb :=_gdgf .Charcodes ();for _ ,_ccfdf :=range _ecggb {_eegge ,_egcae :=_gdgf .CharcodeToRune (_ccfdf );if !_egcae {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0074\u006f \u0072\u0075\u006e\u0065\u003a\u0020\u0025\u0064",_ccfdf ); -continue ;};_aecbf =append (_aecbf ,_eegge );};default:return _e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069\u006eg\u003a\u0020\u0025\u0054",_ffgfe ._daac ); -};var _fedc _cd .Buffer ;_fefced =_begfb .Write (&_fedc );if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced );return _fefced ;};if _ffgfe ._abcbf !=nil {_bedd :=make (map[_dgg .CharCode ]rune ,len (_aecbf ));for _ ,_ccfdc :=range _aecbf {_efdd ,_ffgd :=_ffgfe ._daac .RuneToCharcode (_ccfdc ); -if !_ffgd {continue ;};_bedd [_dgg .CharCode (_efdd )]=_ccfdc ;};_ffgfe ._abcbf =_dgg .NewToUnicodeCMap (_bedd );};_gdcc ,_fefced =_cee .MakeStream (_fedc .Bytes (),_cee .NewFlateEncoder ());if _fefced !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fefced ); -return _fefced ;};_gdcc .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (_fedc .Len ())));if _dffb ,_eadg :=_cee .GetStream (_ebee ._ebcad .FontFile2 );_eadg {*_dffb =*_gdcc ;}else {_ebee ._ebcad .FontFile2 =_gdcc ;};_cgbg :=_ggfdcd (); -if len (_ffgfe ._fbcf )> 0{_ffgfe ._fbcf =_bdeb (_ffgfe ._fbcf ,_cgbg );};if len (_ebee ._fbcf )> 0{_ebee ._fbcf =_bdeb (_ebee ._fbcf ,_cgbg );};if len (_ffgfe ._ccgfa )> 0{_ffgfe ._ccgfa =_bdeb (_ffgfe ._ccgfa ,_cgbg );};if _ebee ._ebcad !=nil {_bdde ,_bgegd :=_cee .GetName (_ebee ._ebcad .FontName ); -if _bgegd &&len (_bdde .String ())> 0{_gceeg :=_bdeb (_bdde .String (),_cgbg );_ebee ._ebcad .FontName =_cee .MakeName (_gceeg );};};return nil ;}; +// PdfActionGoToE represents a GoToE action. +type PdfActionGoToE struct{*PdfAction ;F *PdfFilespec ;D _bda .PdfObject ;NewWindow _bda .PdfObject ;T _bda .PdfObject ;}; -// NewPdfAnnotationFileAttachment returns a new file attachment annotation. -func NewPdfAnnotationFileAttachment ()*PdfAnnotationFileAttachment {_ead :=NewPdfAnnotation ();_afb :=&PdfAnnotationFileAttachment {};_afb .PdfAnnotation =_ead ;_afb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ead .SetContext (_afb );return _afb ;}; +// EnableAll LTV enables all signatures in the PDF document. +// The signing certificate chain is extracted from each signature dictionary. +// Optionally, additional certificates can be specified through the +// `extraCerts` parameter. The LTV client attempts to build the certificate +// chain up to a trusted root by downloading any missing certificates. +func (_cgded *LTV )EnableAll (extraCerts []*_bd .Certificate )error {_eaeba :=_cgded ._ecfbf ._babd .AcroForm ;for _ ,_begg :=range _eaeba .AllFields (){_ceebc ,_ :=_begg .GetContext ().(*PdfFieldSignature );if _ceebc ==nil {continue ;};_cgaff :=_ceebc .V ; +if _bbgc :=_cgded .validateSig (_cgaff );_bbgc !=nil {_ed .Log .Debug ("\u0057\u0041\u0052N\u003a\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_bbgc ); +};if _defaa :=_cgded .Enable (_cgaff ,extraCerts );_defaa !=nil {return _defaa ;};};return nil ;}; +// PageBoundary represents the name of the page boundary representing +// the visible area. +type PageBoundary string ; -// ToPdfObject returns colorspace in a PDF object format [name dictionary] -func (_dcga *PdfColorspaceLab )ToPdfObject ()_cee .PdfObject {_gafd :=_cee .MakeArray ();_gafd .Append (_cee .MakeName ("\u004c\u0061\u0062"));_ddde :=_cee .MakeDict ();if _dcga .WhitePoint !=nil {_dfaa :=_cee .MakeArray (_cee .MakeFloat (_dcga .WhitePoint [0]),_cee .MakeFloat (_dcga .WhitePoint [1]),_cee .MakeFloat (_dcga .WhitePoint [2])); -_ddde .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_dfaa );}else {_fca .Log .Error ("\u004c\u0061\u0062: \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057h\u0069t\u0065P\u006fi\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); -};if _dcga .BlackPoint !=nil {_cdda :=_cee .MakeArray (_cee .MakeFloat (_dcga .BlackPoint [0]),_cee .MakeFloat (_dcga .BlackPoint [1]),_cee .MakeFloat (_dcga .BlackPoint [2]));_ddde .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_cdda ); -};if _dcga .Range !=nil {_edag :=_cee .MakeArray (_cee .MakeFloat (_dcga .Range [0]),_cee .MakeFloat (_dcga .Range [1]),_cee .MakeFloat (_dcga .Range [2]),_cee .MakeFloat (_dcga .Range [3]));_ddde .Set ("\u0052\u0061\u006eg\u0065",_edag );};_gafd .Append (_ddde ); -if _dcga ._acff !=nil {_dcga ._acff .PdfObject =_gafd ;return _dcga ._acff ;};return _gafd ;}; +// GetAlphabet returns a map of the runes in `text` and their frequencies. +func GetAlphabet (text string )map[rune ]int {_cdcdg :=map[rune ]int {};for _ ,_fcbb :=range text {_cdcdg [_fcbb ]++;};return _cdcdg ;}; -// PdfWriter handles outputing PDF content. -type PdfWriter struct{_fadf *_cee .PdfIndirectObject ;_cdggg *_cee .PdfIndirectObject ;_gecd map[_cee .PdfObject ]struct{};_dcdg []*_cee .PdfIndirectObject ;_gccff []_cee .PdfObject ;_dgbgbb map[_cee .PdfObject ]struct{};_fceged []*_cee .PdfIndirectObject ; -_fecge *PdfOutlineTreeNode ;_cdebc *_cee .PdfObjectDictionary ;_cfba []_cee .PdfObject ;_cbfac *_cee .PdfIndirectObject ;_cbeea *_g .Writer ;_gfee int64 ;_efdcg error ;_ddafb *_cee .PdfCrypt ;_ggfgf *_cee .PdfObjectDictionary ;_bbfag *_cee .PdfIndirectObject ; -_aeffd *_cee .PdfObjectArray ;_gceef _cee .Version ;_deda *bool ;_fgadee map[_cee .PdfObject ][]*_cee .PdfObjectDictionary ;_acfdc *PdfAcroForm ;_bbcfgd *Names ;_ecgef Optimizer ;_bacda StandardApplier ;_gceegb map[int ]crossReference ;_cdcea int64 ;ObjNumOffset int ; -_fbaeb bool ;_dedac _cee .XrefTable ;_dfdbb int64 ;_ffcbgf int64 ;_ccaed map[_cee .PdfObject ]int64 ;_befcg map[_cee .PdfObject ]struct{};_cbdcf string ;_cafaa string ;_dbbf []*PdfOutputIntent ;_dabaf bool ;_dfea ,_bcggd string ;}; +// VRI represents a Validation-Related Information dictionary. +// The VRI dictionary contains validation data in the form of +// certificates, OCSP and CRL information, for a single signature. +// See ETSI TS 102 778-4 V1.1.1 for more information. +type VRI struct{Cert []*_bda .PdfObjectStream ;OCSP []*_bda .PdfObjectStream ;CRL []*_bda .PdfObjectStream ;TU *_bda .PdfObjectString ;TS *_bda .PdfObjectString ;}; -// SetContext set the sub annotation (context). -func (_fffbc *PdfShading )SetContext (ctx PdfModel ){_fffbc ._ddffe =ctx }; +// ToPdfObject returns an indirect object containing the signature field dictionary. +func (_eagda *PdfFieldSignature )ToPdfObject ()_bda .PdfObject {if _eagda .PdfAnnotationWidget !=nil {_eagda .PdfAnnotationWidget .ToPdfObject ();};_eagda .PdfField .ToPdfObject ();_fage :=_eagda ._ceaeg ;_cdcg :=_fage .PdfObject .(*_bda .PdfObjectDictionary ); +_cdcg .SetIfNotNil ("\u0046\u0054",_bda .MakeName ("\u0053\u0069\u0067"));_cdcg .SetIfNotNil ("\u004c\u006f\u0063\u006b",_eagda .Lock );_cdcg .SetIfNotNil ("\u0053\u0056",_eagda .SV );if _eagda .V !=nil {_cdcg .SetIfNotNil ("\u0056",_eagda .V .ToPdfObject ()); +};return _fage ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_bage *PdfColorspaceDeviceRGB )ToPdfObject ()_cee .PdfObject {return _cee .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");}; +// SetPdfKeywords sets the Keywords attribute of the output PDF. +func SetPdfKeywords (keywords string ){_ggbe .Lock ();defer _ggbe .Unlock ();_eebaa =keywords }; -// NewPdfActionSound returns a new "sound" action. -func NewPdfActionSound ()*PdfActionSound {_fba :=NewPdfAction ();_cfag :=&PdfActionSound {};_cfag .PdfAction =_fba ;_fba .SetContext (_cfag );return _cfag ;}; +// ColorFromFloats returns a new PdfColorDevice based on the input slice of +// color components. The slice should contain four elements representing the +// cyan, magenta, yellow and key components of the color. The values of the +// elements should be between 0 and 1. +func (_aeeec *PdfColorspaceDeviceCMYK )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=4{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_cde :=vals [0];if _cde < 0.0||_cde > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_cde ); +return nil ,ErrColorOutOfRange ;};_dbdab :=vals [1];if _dbdab < 0.0||_dbdab > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_dbdab );return nil ,ErrColorOutOfRange ; +};_dffgc :=vals [2];if _dffgc < 0.0||_dffgc > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_dffgc );return nil ,ErrColorOutOfRange ;};_cfeb :=vals [3]; +if _cfeb < 0.0||_cfeb > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_cfeb );return nil ,ErrColorOutOfRange ;};_fafe :=NewPdfColorDeviceCMYK (_cde ,_dbdab ,_dffgc ,_cfeb ); +return _fafe ,nil ;}; // ToPdfObject implements interface PdfModel. -func (_eafgb *PdfAnnotationScreen )ToPdfObject ()_cee .PdfObject {_eafgb .PdfAnnotation .ToPdfObject ();_fdecg :=_eafgb ._eddc ;_dgbaf :=_fdecg .PdfObject .(*_cee .PdfObjectDictionary );_dgbaf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0063\u0072\u0065\u0065\u006e")); -_dgbaf .SetIfNotNil ("\u0054",_eafgb .T );_dgbaf .SetIfNotNil ("\u004d\u004b",_eafgb .MK );_dgbaf .SetIfNotNil ("\u0041",_eafgb .A );_dgbaf .SetIfNotNil ("\u0041\u0041",_eafgb .AA );return _fdecg ;};func (_cgecg *PdfWriter )setCatalogVersion (){_cgecg ._cdebc .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_cee .MakeName (_e .Sprintf ("\u0025\u0064\u002e%\u0064",_cgecg ._gceef .Major ,_cgecg ._gceef .Minor ))); -};func (_cgcaf *PdfReader )loadAnnotations (_fegaa _cee .PdfObject )([]*PdfAnnotation ,error ){_ddga ,_fagga :=_cee .GetArray (_fegaa );if !_fagga {return nil ,_e .Errorf ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};var _affab []*PdfAnnotation ;for _ ,_ceeea :=range _ddga .Elements (){_ceeea =_cee .ResolveReference (_ceeea );if _ ,_beaca :=_ceeea .(*_cee .PdfObjectNull );_beaca {continue ;};_cfge ,_ccfg :=_ceeea .(*_cee .PdfObjectDictionary );_ccadg ,_dcbe :=_ceeea .(*_cee .PdfIndirectObject ); -if _ccfg {_ccadg =&_cee .PdfIndirectObject {};_ccadg .PdfObject =_cfge ;}else {if !_dcbe {return nil ,_e .Errorf ("\u0061\u006eno\u0074\u0061\u0074i\u006f\u006e\u0020\u006eot \u0069n \u0061\u006e\u0020\u0069\u006e\u0064\u0069re\u0063\u0074\u0020\u006f\u0062\u006a\u0065c\u0074"); -};};_edgec ,_fbff :=_cgcaf .newPdfAnnotationFromIndirectObject (_ccadg );if _fbff !=nil {return nil ,_fbff ;};switch _fcgcg :=_edgec .GetContext ().(type ){case *PdfAnnotationWidget :for _ ,_acggbb :=range _cgcaf .AcroForm .AllFields (){if _acggbb ._ccbb ==_fcgcg .Parent {_fcgcg ._dec =_acggbb ; -break ;};};};if _edgec !=nil {_affab =append (_affab ,_edgec );};};return _affab ,nil ;}; +func (_egaf *PdfAnnotationScreen )ToPdfObject ()_bda .PdfObject {_egaf .PdfAnnotation .ToPdfObject ();_cbce :=_egaf ._ged ;_dcfb :=_cbce .PdfObject .(*_bda .PdfObjectDictionary );_dcfb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053\u0063\u0072\u0065\u0065\u006e")); +_dcfb .SetIfNotNil ("\u0054",_egaf .T );_dcfb .SetIfNotNil ("\u004d\u004b",_egaf .MK );_dcfb .SetIfNotNil ("\u0041",_egaf .A );_dcfb .SetIfNotNil ("\u0041\u0041",_egaf .AA );return _cbce ;}; -// ToPdfObject implements interface PdfModel. -func (_eg *PdfActionMovie )ToPdfObject ()_cee .PdfObject {_eg .PdfAction .ToPdfObject ();_adcb :=_eg ._gaf ;_gba :=_adcb .PdfObject .(*_cee .PdfObjectDictionary );_gba .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeMovie )));_gba .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e",_eg .Annotation ); -_gba .SetIfNotNil ("\u0054",_eg .T );_gba .SetIfNotNil ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn",_eg .Operation );return _adcb ;}; +// GetCatalogStructTreeRoot gets the catalog StructTreeRoot object. +func (_aeead *PdfReader )GetCatalogStructTreeRoot ()(_bda .PdfObject ,bool ){_eede :=_bda .ResolveReference (_aeead ._dabg .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074"));if _eede ==nil {return nil ,false ;};if !_aeead ._aaece {_bafa :=_aeead .traverseObjectData (_eede ); +if _bafa !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065\u0064\u0020t\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u0025\u0073\u0029",_bafa ); +return nil ,false ;};};return _eede ,true ;}; -// ContentStreamWrapper wraps the Page's contentstream into q ... Q blocks. -type ContentStreamWrapper interface{WrapContentStream (_bfecgf *PdfPage )error ;}; +// GetContext returns the PdfField context which is the more specific field data type, e.g. PdfFieldButton +// for a button field. +func (_dadf *PdfField )GetContext ()PdfModel {return _dadf ._aebb }; -// ToPdfObject returns a PDF object representation of the outline item. -func (_dgceb *OutlineItem )ToPdfObject ()_cee .PdfObject {_gbbd ,_ :=_dgceb .ToPdfOutlineItem ();return _gbbd .ToPdfObject ();}; +// ToPdfObject implements interface PdfModel. +func (_fgde *PdfAnnotationRedact )ToPdfObject ()_bda .PdfObject {_fgde .PdfAnnotation .ToPdfObject ();_addg :=_fgde ._ged ;_ddcfgc :=_addg .PdfObject .(*_bda .PdfObjectDictionary );_fgde .PdfAnnotationMarkup .appendToPdfDictionary (_ddcfgc );_ddcfgc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0052\u0065\u0064\u0061\u0063\u0074")); +_ddcfgc .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_fgde .QuadPoints );_ddcfgc .SetIfNotNil ("\u0049\u0043",_fgde .IC );_ddcfgc .SetIfNotNil ("\u0052\u004f",_fgde .RO );_ddcfgc .SetIfNotNil ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074",_fgde .OverlayText ); +_ddcfgc .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_fgde .Repeat );_ddcfgc .SetIfNotNil ("\u0044\u0041",_fgde .DA );_ddcfgc .SetIfNotNil ("\u0051",_fgde .Q );return _addg ;};func _bdfc (_gced _bda .PdfObject )(*PdfFunctionType3 ,error ){_ecdf :=&PdfFunctionType3 {}; +var _dgef *_bda .PdfObjectDictionary ;if _afabe ,_gggf :=_gced .(*_bda .PdfIndirectObject );_gggf {_acec ,_ffgg :=_afabe .PdfObject .(*_bda .PdfObjectDictionary );if !_ffgg {return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_ecdf ._dbgca =_afabe ;_dgef =_acec ;}else if _fbfg ,_fedcd :=_gced .(*_bda .PdfObjectDictionary );_fedcd {_dgef =_fbfg ;}else {return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_eaaca ,_fgcb :=_bda .TraceToDirectObject (_dgef .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_bda .PdfObjectArray ); +if !_fgcb {_ed .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _eaaca .Len ()!=2{_ed .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_dfbcd ,_fagfg :=_eaaca .ToFloat64Array (); +if _fagfg !=nil {return nil ,_fagfg ;};_ecdf .Domain =_dfbcd ;_eaaca ,_fgcb =_bda .TraceToDirectObject (_dgef .Get ("\u0052\u0061\u006eg\u0065")).(*_bda .PdfObjectArray );if _fgcb {if _eaaca .Len ()< 0||_eaaca .Len ()%2!=0{return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_dfbee ,_cgccd :=_eaaca .ToFloat64Array ();if _cgccd !=nil {return nil ,_cgccd ;};_ecdf .Range =_dfbee ;};_eaaca ,_fgcb =_bda .TraceToDirectObject (_dgef .Get ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es")).(*_bda .PdfObjectArray );if !_fgcb {_ed .Log .Error ("\u0046\u0075\u006ect\u0069\u006f\u006e\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); +return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_ecdf .Functions =[]PdfFunction {}; +for _ ,_gecga :=range _eaaca .Elements (){_agcb ,_dedg :=_aaeca (_gecga );if _dedg !=nil {return nil ,_dedg ;};_ecdf .Functions =append (_ecdf .Functions ,_agcb );};_eaaca ,_fgcb =_bda .TraceToDirectObject (_dgef .Get ("\u0042\u006f\u0075\u006e\u0064\u0073")).(*_bda .PdfObjectArray ); +if !_fgcb {_ed .Log .Error ("B\u006fu\u006e\u0064\u0073\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};_caceb ,_fagfg :=_eaaca .ToFloat64Array ();if _fagfg !=nil {return nil ,_fagfg ;};_ecdf .Bounds =_caceb ;if len (_ecdf .Bounds )!=len (_ecdf .Functions )-1{_ed .Log .Error ("B\u006f\u0075\u006e\u0064\u0073\u0020\u0028\u0025\u0064)\u0020\u0061\u006e\u0064\u0020\u006e\u0075m \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029 n\u006f\u0074 \u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067",len (_ecdf .Bounds ),len (_ecdf .Functions )); +return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_eaaca ,_fgcb =_bda .TraceToDirectObject (_dgef .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_bda .PdfObjectArray );if !_fgcb {_ed .Log .Error ("E\u006ec\u006f\u0064\u0065\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); +return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_gfeg ,_fagfg :=_eaaca .ToFloat64Array (); +if _fagfg !=nil {return nil ,_fagfg ;};_ecdf .Encode =_gfeg ;if len (_ecdf .Encode )!=2*len (_ecdf .Functions ){_ed .Log .Error ("\u004c\u0065\u006e\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0028\u0025\u0064\u0029 \u0061\u006e\u0064\u0020\u006e\u0075\u006d\u0020\u0066\u0075\u006e\u0063\u0074i\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029\u0020\u006e\u006f\u0074 m\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u0075\u0070",len (_ecdf .Encode ),len (_ecdf .Functions )); +return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};return _ecdf ,nil ;}; -// String returns a string that describes `font`. -func (_aabe *PdfFont )String ()string {_fecb :="";if _aabe ._bggcf .Encoder ()!=nil {_fecb =_aabe ._bggcf .Encoder ().String ();};return _e .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0054\u0020\u0025s\u0020\u0025\u0073\u007d",_aabe ._bggcf ,_aabe .baseFields ().coreString (),_fecb ); -}; +// NewReaderOpts generates a default `ReaderOpts` instance. +func NewReaderOpts ()*ReaderOpts {return &ReaderOpts {Password :"",LazyLoad :true }}; -// GetContext returns a reference to the subpattern entry: either PdfTilingPattern or PdfShadingPattern. -func (_dcbec *PdfPattern )GetContext ()PdfModel {return _dcbec ._gabf };func (_fgfg *Image )samplesTrimPadding (_fdbb []uint32 )[]uint32 {_gfef :=_fgfg .ColorComponents *int (_fgfg .Width )*int (_fgfg .Height );if len (_fdbb )==_gfef {return _fdbb ;};_eageg :=make ([]uint32 ,_gfef ); -_ggdec :=int (_fgfg .Width )*_fgfg .ColorComponents ;var _aafcb ,_facdfe ,_daefc ,_cdbeg int ;_cffe :=_ca .BytesPerLine (int (_fgfg .Width ),int (_fgfg .BitsPerComponent ),_fgfg .ColorComponents );for _aafcb =0;_aafcb < int (_fgfg .Height );_aafcb ++{_facdfe =_aafcb *int (_fgfg .Width ); -_daefc =_aafcb *_cffe ;for _cdbeg =0;_cdbeg < _ggdec ;_cdbeg ++{_eageg [_facdfe +_cdbeg ]=_fdbb [_daefc +_cdbeg ];};};return _eageg ;}; +// NewPdfActionResetForm returns a new "reset form" action. +func NewPdfActionResetForm ()*PdfActionResetForm {_dgf :=NewPdfAction ();_dcf :=&PdfActionResetForm {};_dcf .PdfAction =_dgf ;_dgf .SetContext (_dcf );return _dcf ;}; -// Permissions specify a permissions dictionary (PDF 1.5). -// (Section 12.8.4, Table 258 - Entries in a permissions dictionary p. 477 in PDF32000_2008). -type Permissions struct{DocMDP *PdfSignature ;_bgaae *_cee .PdfObjectDictionary ;};func (_dbfa *PdfReader )newPdfAnnotationMarkupFromDict (_aeac *_cee .PdfObjectDictionary )(*PdfAnnotationMarkup ,error ){_dbbc :=&PdfAnnotationMarkup {};if _bfee :=_aeac .Get ("\u0054"); -_bfee !=nil {_dbbc .T =_bfee ;};if _bgdaa :=_aeac .Get ("\u0050\u006f\u0070u\u0070");_bgdaa !=nil {_cdad ,_fcf :=_bgdaa .(*_cee .PdfIndirectObject );if !_fcf {if _ ,_eddf :=_bgdaa .(*_cee .PdfObjectNull );!_eddf {return nil ,_cdf .New ("p\u006f\u0070\u0075\u0070\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074\u0020t\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); -};}else {_fdgd ,_egae :=_dbfa .newPdfAnnotationFromIndirectObject (_cdad );if _egae !=nil {return nil ,_egae ;};if _fdgd !=nil {_gfgg ,_fgg :=_fdgd ._ecf .(*PdfAnnotationPopup );if !_fgg {return nil ,_cdf .New ("\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0020\u0070\u006f\u0070\u0075\u0070\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"); -};_dbbc .Popup =_gfgg ;};};};if _bad :=_aeac .Get ("\u0043\u0041");_bad !=nil {_dbbc .CA =_bad ;};if _dfdc :=_aeac .Get ("\u0052\u0043");_dfdc !=nil {_dbbc .RC =_dfdc ;};if _adaf :=_aeac .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065"); -_adaf !=nil {_dbbc .CreationDate =_adaf ;};if _gga :=_aeac .Get ("\u0049\u0052\u0054");_gga !=nil {_dbbc .IRT =_gga ;};if _egff :=_aeac .Get ("\u0053\u0075\u0062\u006a");_egff !=nil {_dbbc .Subj =_egff ;};if _abe :=_aeac .Get ("\u0052\u0054");_abe !=nil {_dbbc .RT =_abe ; -};if _fcbc :=_aeac .Get ("\u0049\u0054");_fcbc !=nil {_dbbc .IT =_fcbc ;};if _bbdg :=_aeac .Get ("\u0045\u0078\u0044\u0061\u0074\u0061");_bbdg !=nil {_dbbc .ExData =_bbdg ;};return _dbbc ,nil ;}; +// GetContainingPdfObject returns the container of the outline tree node (indirect object). +func (_edbcb *PdfOutlineTreeNode )GetContainingPdfObject ()_bda .PdfObject {return _edbcb .GetContext ().GetContainingPdfObject ();}; -// PdfShading represents a shading dictionary. There are 7 types of shading, -// indicatedby the shading type variable: -// 1: Function-based shading. -// 2: Axial shading. -// 3: Radial shading. -// 4: Free-form Gouraud-shaded triangle mesh. -// 5: Lattice-form Gouraud-shaded triangle mesh. -// 6: Coons patch mesh. -// 7: Tensor-product patch mesh. -// types 4-7 are contained in a stream object, where the dictionary is given by the stream dictionary. -type PdfShading struct{ShadingType *_cee .PdfObjectInteger ;ColorSpace PdfColorspace ;Background *_cee .PdfObjectArray ;BBox *PdfRectangle ;AntiAlias *_cee .PdfObjectBool ;_ddffe PdfModel ;_dfgbe _cee .PdfObject ;}; +// GetCharMetrics returns the char metrics for character code `code`. +// How it works: +// 1. It calls the GetCharMetrics function for the underlying font, either a simple font or +// a Type0 font. The underlying font GetCharMetrics() functions do direct charcode ➞ metrics +// mappings. +// 2. If the underlying font's GetCharMetrics() doesn't have a CharMetrics for `code` then a +// a CharMetrics with the FontDescriptor's /MissingWidth is returned. +// 3. If there is no /MissingWidth then a failure is returned. +// +// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as +// well give them 0 width. There is no need for the bool return. +// +// TODO(gunnsth): Reconsider whether needed or if can map via GlyphName. +func (_ecaaf *PdfFont )GetCharMetrics (code _dgb .CharCode )(CharMetrics ,bool ){var _eadb _geg .CharMetrics ;switch _ccegeb :=_ecaaf ._ggada .(type ){case *pdfFontSimple :if _afgbe ,_cdab :=_ccegeb .GetCharMetrics (code );_cdab {return _afgbe ,_cdab ; +};case *pdfFontType0 :if _fgebd ,_ccefde :=_ccegeb .GetCharMetrics (code );_ccefde {return _fgebd ,_ccefde ;};case *pdfCIDFontType0 :if _fbcf ,_ceea :=_ccegeb .GetCharMetrics (code );_ceea {return _fbcf ,_ceea ;};case *pdfCIDFontType2 :if _aada ,_dfga :=_ccegeb .GetCharMetrics (code ); +_dfga {return _aada ,_dfga ;};case *pdfFontType3 :if _bbcdc ,_ddgce :=_ccegeb .GetCharMetrics (code );_ddgce {return _bbcdc ,_ddgce ;};default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020G\u0065\u0074\u0043h\u0061\u0072\u004de\u0074\u0072i\u0063\u0073\u0020\u006e\u006f\u0074 \u0069mp\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d\u0025\u0054\u002e",_ecaaf ._ggada ); +return _eadb ,false ;};if _dddf ,_bbdad :=_ecaaf .GetFontDescriptor ();_bbdad ==nil &&_dddf !=nil {return _geg .CharMetrics {Wx :_dddf ._fgbad },true ;};_ed .Log .Debug ("\u0047\u0065\u0074\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069c\u0073\u0020\u0066\u006f\u0072 \u0066\u006fn\u0074\u003d\u0025\u0073",_ecaaf ); +return _eadb ,false ;}; -// ToPdfObject sets the common field elements. -// Note: Call the more field context's ToPdfObject to set both the generic and -// non-generic information. -func (_ffdb *PdfField )ToPdfObject ()_cee .PdfObject {_ffaa :=_ffdb ._ccbb ;_fggc :=_ffaa .PdfObject .(*_cee .PdfObjectDictionary );_geec :=_cee .MakeArray ();for _ ,_fddfc :=range _ffdb .Kids {_geec .Append (_fddfc .ToPdfObject ());};for _ ,_cdcb :=range _ffdb .Annotations {if _cdcb ._eddc !=_ffdb ._ccbb {_geec .Append (_cdcb .GetContext ().ToPdfObject ()); -};};if _ffdb .Parent !=nil {_fggc .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdb .Parent .GetContainingPdfObject ());};if _geec .Len ()> 0{_fggc .Set ("\u004b\u0069\u0064\u0073",_geec );};_fggc .SetIfNotNil ("\u0046\u0054",_ffdb .FT );_fggc .SetIfNotNil ("\u0054",_ffdb .T ); -_fggc .SetIfNotNil ("\u0054\u0055",_ffdb .TU );_fggc .SetIfNotNil ("\u0054\u004d",_ffdb .TM );_fggc .SetIfNotNil ("\u0046\u0066",_ffdb .Ff );_fggc .SetIfNotNil ("\u0056",_ffdb .V );_fggc .SetIfNotNil ("\u0044\u0056",_ffdb .DV );_fggc .SetIfNotNil ("\u0041\u0041",_ffdb .AA ); -if _ffdb .VariableText !=nil {_fggc .SetIfNotNil ("\u0044\u0041",_ffdb .VariableText .DA );_fggc .SetIfNotNil ("\u0051",_ffdb .VariableText .Q );_fggc .SetIfNotNil ("\u0044\u0053",_ffdb .VariableText .DS );_fggc .SetIfNotNil ("\u0052\u0056",_ffdb .VariableText .RV ); -};return _ffaa ;}; +// NewPdfPage returns a new PDF page. +func NewPdfPage ()*PdfPage {_efddf :=PdfPage {};_efddf ._bdgdg =_bda .MakeDict ();_efddf .Resources =NewPdfPageResources ();_adce :=_bda .PdfIndirectObject {};_adce .PdfObject =_efddf ._bdgdg ;_efddf ._eebfa =&_adce ;_efddf ._gfaec =*_efddf ._bdgdg ;return &_efddf ; +}; -// SetCatalogStructTreeRoot sets the catalog struct tree root object. -func (_ceedcc *PdfWriter )SetCatalogStructTreeRoot (tree _cee .PdfObject )error {if tree ==nil {_ceedcc ._cdebc .Remove ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074");return nil ;};_ceedcc ._cdebc .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074",tree ); -return _ceedcc .addObjects (tree );}; +// HasXObjectByName checks if an XObject with a specified keyName is defined. +func (_affga *PdfPageResources )HasXObjectByName (keyName _bda .PdfObjectName )bool {_bdaad ,_ :=_affga .GetXObjectByName (keyName );return _bdaad !=nil ;}; -// NumCopies returns the value of the numCopies. -func (_bcdfe *ViewerPreferences )NumCopies ()int {return _bcdfe ._dbcbe }; +// SetPdfProducer sets the Producer attribute of the output PDF. +func SetPdfProducer (producer string ){_ggbe .Lock ();defer _ggbe .Unlock ();_afabf =producer }; -// ToPdfObject returns the PDF representation of the pattern. -func (_bcabe *PdfPattern )ToPdfObject ()_cee .PdfObject {_abgaga :=_bcabe .getDict ();_abgaga .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_abgaga .Set ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (_bcabe .PatternType )); -return _bcabe ._bgabc ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// L (range 0-100), A (range -100-100) and B (range -100-100) components of +// the color. +func (_fcgb *PdfColorspaceLab )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_cceab :=vals [0];if _cceab < 0.0||_cceab > 100.0{_ed .Log .Debug ("\u004c\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030-\u0031\u0030\u0030\u0029",_cceab ); +return nil ,ErrColorOutOfRange ;};_abgc :=vals [1];_cbcf :=float64 (-100);_dfbbc :=float64 (100);if len (_fcgb .Range )> 1{_cbcf =_fcgb .Range [0];_dfbbc =_fcgb .Range [1];};if _abgc < _cbcf ||_abgc > _dfbbc {_ed .Log .Debug ("\u0041\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_abgc ,_cbcf ,_dfbbc ); +return nil ,ErrColorOutOfRange ;};_dbfb :=vals [2];_fccd :=float64 (-100);_bgae :=float64 (100);if len (_fcgb .Range )> 3{_fccd =_fcgb .Range [2];_bgae =_fcgb .Range [3];};if _dbfb < _fccd ||_dbfb > _bgae {_ed .Log .Debug ("\u0062\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_dbfb ,_fccd ,_bgae ); +return nil ,ErrColorOutOfRange ;};_ebga :=NewPdfColorLab (_cceab ,_abgc ,_dbfb );return _ebga ,nil ;}; -// PdfAnnotationMovie represents Movie annotations. -// (Section 12.5.6.17). -type PdfAnnotationMovie struct{*PdfAnnotation ;T _cee .PdfObject ;Movie _cee .PdfObject ;A _cee .PdfObject ;}; +// ToPdfObject returns the PdfFontDescriptor as a PDF dictionary inside an indirect object. +func (_ggaca *PdfFontDescriptor )ToPdfObject ()_bda .PdfObject {_gddae :=_bda .MakeDict ();if _ggaca ._gbcd ==nil {_ggaca ._gbcd =&_bda .PdfIndirectObject {};};_ggaca ._gbcd .PdfObject =_gddae ;_gddae .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072")); +if _ggaca .FontName !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_ggaca .FontName );};if _ggaca .FontFamily !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079",_ggaca .FontFamily );};if _ggaca .FontStretch !=nil {_gddae .Set ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068",_ggaca .FontStretch ); +};if _ggaca .FontWeight !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074",_ggaca .FontWeight );};if _ggaca .Flags !=nil {_gddae .Set ("\u0046\u006c\u0061g\u0073",_ggaca .Flags );};if _ggaca .FontBBox !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_ggaca .FontBBox ); +};if _ggaca .ItalicAngle !=nil {_gddae .Set ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065",_ggaca .ItalicAngle );};if _ggaca .Ascent !=nil {_gddae .Set ("\u0041\u0073\u0063\u0065\u006e\u0074",_ggaca .Ascent );};if _ggaca .Descent !=nil {_gddae .Set ("\u0044e\u0073\u0063\u0065\u006e\u0074",_ggaca .Descent ); +};if _ggaca .Leading !=nil {_gddae .Set ("\u004ce\u0061\u0064\u0069\u006e\u0067",_ggaca .Leading );};if _ggaca .CapHeight !=nil {_gddae .Set ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t",_ggaca .CapHeight );};if _ggaca .XHeight !=nil {_gddae .Set ("\u0058H\u0065\u0069\u0067\u0068\u0074",_ggaca .XHeight ); +};if _ggaca .StemV !=nil {_gddae .Set ("\u0053\u0074\u0065m\u0056",_ggaca .StemV );};if _ggaca .StemH !=nil {_gddae .Set ("\u0053\u0074\u0065m\u0048",_ggaca .StemH );};if _ggaca .AvgWidth !=nil {_gddae .Set ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068",_ggaca .AvgWidth ); +};if _ggaca .MaxWidth !=nil {_gddae .Set ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068",_ggaca .MaxWidth );};if _ggaca .MissingWidth !=nil {_gddae .Set ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068",_ggaca .MissingWidth );}; +if _ggaca .FontFile !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065",_ggaca .FontFile );};if _ggaca .FontFile2 !=nil {_gddae .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652",_ggaca .FontFile2 );};if _ggaca .FontFile3 !=nil {_gddae .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653",_ggaca .FontFile3 ); +};if _ggaca .CharSet !=nil {_gddae .Set ("\u0043h\u0061\u0072\u0053\u0065\u0074",_ggaca .CharSet );};if _ggaca .Style !=nil {_gddae .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_ggaca .FontName );};if _ggaca .Lang !=nil {_gddae .Set ("\u004c\u0061\u006e\u0067",_ggaca .Lang ); +};if _ggaca .FD !=nil {_gddae .Set ("\u0046\u0044",_ggaca .FD );};if _ggaca .CIDSet !=nil {_gddae .Set ("\u0043\u0049\u0044\u0053\u0065\u0074",_ggaca .CIDSet );};return _ggaca ._gbcd ;}; -// UpdateXObjectImageFromImage creates a new XObject Image from an -// Image object `img` and default masks from xobjIn. -// The default masks are overridden if img.hasAlpha -// If `encoder` is nil, uses raw encoding (none). -func UpdateXObjectImageFromImage (xobjIn *XObjectImage ,img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder )(*XObjectImage ,error ){if encoder ==nil {var _effge error ;encoder ,_effge =img .getSuitableEncoder ();if _effge !=nil {_fca .Log .Debug ("F\u0061\u0069l\u0075\u0072\u0065\u0020\u006f\u006e\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0069\u0074\u0061b\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072,\u0020\u0066\u0061\u006c\u006c\u0062\u0061\u0063\u006b\u0020\u0074\u006f\u0020R\u0061\u0077\u0045\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_effge ); -encoder =_cee .NewRawEncoder ();};};encoder .UpdateParams (img .GetParamsDict ());_gfdef ,_gfcdb :=encoder .EncodeBytes (img .Data );if _gfcdb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_gfcdb ); -return nil ,_gfcdb ;};_bgbgd :=NewXObjectImage ();_aabgc :=img .Width ;_fdac :=img .Height ;_bgbgd .Width =&_aabgc ;_bgbgd .Height =&_fdac ;_gdeeg :=img .BitsPerComponent ;_bgbgd .BitsPerComponent =&_gdeeg ;_bgbgd .Filter =encoder ;_bgbgd .Stream =_gfdef ; -if cs ==nil {if img .ColorComponents ==1{_bgbgd .ColorSpace =NewPdfColorspaceDeviceGray ();if img .BitsPerComponent ==16{switch encoder .(type ){case *_cee .DCTEncoder :_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();_gdeeg =8;_bgbgd .BitsPerComponent =&_gdeeg ; -};};}else if img .ColorComponents ==3{_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();}else if img .ColorComponents ==4{switch encoder .(type ){case *_cee .DCTEncoder :_bgbgd .ColorSpace =NewPdfColorspaceDeviceRGB ();default:_bgbgd .ColorSpace =NewPdfColorspaceDeviceCMYK (); -};}else {return nil ,_cdf .New ("c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020u\u006e\u0064\u0065\u0066in\u0065\u0064");};}else {_bgbgd .ColorSpace =cs ;};if len (img ._cbfg )!=0{_egcab :=NewXObjectImage ();_egcab .Filter =encoder ;_daebbe ,_gfgda :=encoder .EncodeBytes (img ._cbfg ); -if _gfgda !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003a\u0020\u0025\u0076",_gfgda );return nil ,_gfgda ;};_egcab .Stream =_daebbe ;_egcab .BitsPerComponent =_bgbgd .BitsPerComponent ; -_egcab .Width =&img .Width ;_egcab .Height =&img .Height ;_egcab .ColorSpace =NewPdfColorspaceDeviceGray ();_bgbgd .SMask =_egcab .ToPdfObject ();}else {_bgbgd .SMask =xobjIn .SMask ;_bgbgd .ImageMask =xobjIn .ImageMask ;if _bgbgd .ColorSpace .GetNumComponents ()==1{_eeeea (_bgbgd ); -};};return _bgbgd ,nil ;};var _fceac =map[string ]struct{}{"\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067":{},"\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{}}; +// Read reads an image and loads into a new Image object with an RGB +// colormap and 8 bits per component. +func (_eebgc DefaultImageHandler )Read (reader _ga .Reader )(*Image ,error ){_acefd ,_ ,_aage :=_f .Decode (reader );if _aage !=nil {_ed .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_aage ); +return nil ,_aage ;};return _eebgc .NewImageFromGoImage (_acefd );};func (_defa *PdfReader )newPdfActionNamedFromDict (_dcde *_bda .PdfObjectDictionary )(*PdfActionNamed ,error ){return &PdfActionNamed {N :_dcde .Get ("\u004e")},nil ;}; +// NewPdfActionSubmitForm returns a new "submit form" action. +func NewPdfActionSubmitForm ()*PdfActionSubmitForm {_gde :=NewPdfAction ();_dga :=&PdfActionSubmitForm {};_dga .PdfAction =_gde ;_gde .SetContext (_dga );return _dga ;}; -// PdfAnnotationWatermark represents Watermark annotations. -// (Section 12.5.6.22). -type PdfAnnotationWatermark struct{*PdfAnnotation ;FixedPrint _cee .PdfObject ;}; +// HasXObjectByName checks if has XObject resource by name. +func (_eafbb *PdfPage )HasXObjectByName (name _bda .PdfObjectName )bool {_fege ,_bcdgg :=_eafbb .Resources .XObject .(*_bda .PdfObjectDictionary );if !_bcdgg {return false ;};if _fgda :=_fege .Get (name );_fgda !=nil {return true ;};return false ;}; -// NewPdfColorPatternType2 returns an empty color shading pattern type 2 (Axial). -func NewPdfColorPatternType2 ()*PdfColorPatternType2 {_gebf :=&PdfColorPatternType2 {};return _gebf }; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_dbggb *PdfShadingType6 )ToPdfObject ()_bda .PdfObject {_dbggb .PdfShading .ToPdfObject ();_daaf ,_cdbbb :=_dbggb .getShadingDict ();if _cdbbb !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _dbggb .BitsPerCoordinate !=nil {_daaf .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_dbggb .BitsPerCoordinate );};if _dbggb .BitsPerComponent !=nil {_daaf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_dbggb .BitsPerComponent ); +};if _dbggb .BitsPerFlag !=nil {_daaf .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_dbggb .BitsPerFlag );};if _dbggb .Decode !=nil {_daaf .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_dbggb .Decode );};if _dbggb .Function !=nil {if len (_dbggb .Function )==1{_daaf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dbggb .Function [0].ToPdfObject ()); +}else {_ccagd :=_bda .MakeArray ();for _ ,_aecgb :=range _dbggb .Function {_ccagd .Append (_aecgb .ToPdfObject ());};_daaf .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_ccagd );};};return _dbggb ._gfdga ;}; -// GetRotate gets the inheritable rotate value, either from the page -// or a higher up page/pages struct. -func (_fdffg *PdfPage )GetRotate ()(int64 ,error ){if _fdffg .Rotate !=nil {return *_fdffg .Rotate ,nil ;};_dfdga :=_fdffg .Parent ;for _dfdga !=nil {_eaeda ,_agafd :=_cee .GetDict (_dfdga );if !_agafd {return 0,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _eede :=_eaeda .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_eede !=nil {_dffbf ,_baca :=_cee .GetInt (_eede );if !_baca {return 0,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0074a\u0074\u0065\u0020\u0076al\u0075\u0065");};if _dffbf !=nil {return int64 (*_dffbf ),nil ; -};return 0,_cdf .New ("\u0072\u006f\u0074\u0061te\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};_dfdga =_eaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return 0,_cdf .New ("\u0072o\u0074a\u0074\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); -}; +// PdfAnnotationProjection represents Projection annotations. +type PdfAnnotationProjection struct{*PdfAnnotation ;*PdfAnnotationMarkup ;}; -// SetRefObject sets the reference object for the KValue. -func (_aeefd *KValue )SetRefObject (refObject _cee .PdfObject ){_aeefd .Clear ();_aeefd ._abcfb =refObject ;};func (_caed *PdfReader )newPdfAnnotationPrinterMarkFromDict (_gdfc *_cee .PdfObjectDictionary )(*PdfAnnotationPrinterMark ,error ){_dbea :=PdfAnnotationPrinterMark {}; -_dbea .MN =_gdfc .Get ("\u004d\u004e");return &_dbea ,nil ;}; +// AddFont adds a font dictionary to the Font resources. +func (_ffgca *PdfPage )AddFont (name _bda .PdfObjectName ,font _bda .PdfObject )error {if _ffgca .Resources ==nil {_ffgca .Resources =NewPdfPageResources ();};if _ffgca .Resources .Font ==nil {_ffgca .Resources .Font =_bda .MakeDict ();};_cgafff ,_eabeg :=_bda .TraceToDirectObject (_ffgca .Resources .Font ).(*_bda .PdfObjectDictionary ); +if !_eabeg {_ed .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064 \u0066\u006f\u006et \u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a \u0025\u0076",_bda .TraceToDirectObject (_ffgca .Resources .Font )); +return _gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_cgafff .Set (name ,font );return nil ;}; -// SetHideWindowUI sets the value of the hideWindowUI flag. -func (_dcgfc *ViewerPreferences )SetHideWindowUI (hideWindowUI bool ){_dcgfc ._gfffg =&hideWindowUI }; +// ColorToRGB converts a CMYK32 color to an RGB color. +func (_cgge *PdfColorspaceDeviceCMYK )ColorToRGB (color PdfColor )(PdfColor ,error ){_abde ,_gfgb :=color .(*PdfColorDeviceCMYK );if !_gfgb {_ed .Log .Debug ("I\u006e\u0070\u0075\u0074\u0020\u0063o\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0064e\u0076\u0069\u0063e\u0020c\u006d\u0079\u006b"); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bdfe :=_abde .C ();_cgcg :=_abde .M ();_ggfd :=_abde .Y ();_cfcb :=_abde .K ();_bdfe =_bdfe *(1-_cfcb )+_cfcb ;_cgcg =_cgcg *(1-_cfcb )+_cfcb ; +_ggfd =_ggfd *(1-_cfcb )+_cfcb ;_aecf :=1-_bdfe ;_ebae :=1-_cgcg ;_dbbg :=1-_ggfd ;return NewPdfColorDeviceRGB (_aecf ,_ebae ,_dbbg ),nil ;}; -// WatermarkImageOptions contains options for configuring the watermark process. -type WatermarkImageOptions struct{Alpha float64 ;FitToWidth bool ;PreserveAspectRatio bool ;}; +// SetOCProperties sets the optional content properties. +func (_dfabcb *PdfWriter )SetOCProperties (ocProperties _bda .PdfObject )error {_bgcbc :=_dfabcb ._geadba ;if ocProperties !=nil {_ed .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u004f\u0043\u0020\u0050\u0072o\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002e\u002e\u002e"); +_bgcbc .Set ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",ocProperties );return _dfabcb .addObjects (ocProperties );};return nil ;}; -// SetPdfProducer sets the Producer attribute of the output PDF. -func SetPdfProducer (producer string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bdefe =producer }; +// PdfAnnotationPopup represents Popup annotations. +// (Section 12.5.6.14). +type PdfAnnotationPopup struct{*PdfAnnotation ;Parent _bda .PdfObject ;Open _bda .PdfObject ;}; -// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. -func (_facef *PdfColorspaceDeviceN )ImageToRGB (img Image )(Image ,error ){_gafc :=_ag .NewReader (img .getBase ());_afcd :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,nil ,img ._cbfg ,img ._cabgb ); -_dbef :=_ag .NewWriter (_afcd );_cgcc :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_daddd :=_facef .GetNumComponents ();_feeg :=make ([]uint32 ,_daddd );_gddg :=make ([]float64 ,_daddd );for {_dfad :=_gafc .ReadSamples (_feeg );if _dfad ==_fc .EOF {break ; -}else if _dfad !=nil {return img ,_dfad ;};for _afcb :=0;_afcb < _daddd ;_afcb ++{_gfcba :=float64 (_feeg [_afcb ])/_cgcc ;_gddg [_afcb ]=_gfcba ;};_bfbg ,_dfad :=_facef .TintTransform .Evaluate (_gddg );if _dfad !=nil {return img ,_dfad ;};for _ ,_efce :=range _bfbg {_efce =_aaa .Min (_aaa .Max (0,_efce ),1.0); -if _dfad =_dbef .WriteSample (uint32 (_efce *_cgcc ));_dfad !=nil {return img ,_dfad ;};};};return _facef .AlternateSpace .ImageToRGB (_acecd (&_afcd ));};func (_afcace *PdfReader )buildOutlineTree (_ddbec _cee .PdfObject ,_bbce *PdfOutlineTreeNode ,_dgfeae *PdfOutlineTreeNode ,_afbcg map[_cee .PdfObject ]struct{})(*PdfOutlineTreeNode ,*PdfOutlineTreeNode ,error ){if _afbcg ==nil {_afbcg =map[_cee .PdfObject ]struct{}{}; -};_afbcg [_ddbec ]=struct{}{};_dffg ,_caeff :=_ddbec .(*_cee .PdfIndirectObject );if !_caeff {return nil ,nil ,_e .Errorf ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0063\u006f\u006et\u0061\u0069\u006e\u0065r\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_ddbec ); -};_bgaca ,_gfegb :=_dffg .PdfObject .(*_cee .PdfObjectDictionary );if !_gfegb {return nil ,nil ,_cdf .New ("\u006e\u006f\u0074 a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_fca .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0074\u0072\u0065\u0065\u003a\u0020d\u0069\u0063\u0074\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0076\u0029\u0020p\u003a\u0020\u0025\u0070",_bgaca ,_dffg ,_dffg ); -if _gdggd :=_bgaca .Get ("\u0054\u0069\u0074l\u0065");_gdggd !=nil {_dcdb ,_egefg :=_afcace .newPdfOutlineItemFromIndirectObject (_dffg );if _egefg !=nil {return nil ,nil ,_egefg ;};_dcdb .Parent =_bbce ;_dcdb .Prev =_dgfeae ;_gbeaf :=_cee .ResolveReference (_bgaca .Get ("\u0046\u0069\u0072s\u0074")); -if _ ,_eaaae :=_afbcg [_gbeaf ];_gbeaf !=nil &&_gbeaf !=_dffg &&!_eaaae {if !_cee .IsNullObject (_gbeaf ){_dbacc ,_acfcb ,_agfbc :=_afcace .buildOutlineTree (_gbeaf ,&_dcdb .PdfOutlineTreeNode ,nil ,_afbcg );if _agfbc !=nil {_fca .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0069\u0074\u0065\u006d\u0020\u0074\u0072\u0065\u0065\u003a \u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020n\u006f\u0064\u0065\u0020\u0063\u0068\u0069\u006c\u0064\u0072\u0065n\u002e",_agfbc ); -}else {_dcdb .First =_dbacc ;_dcdb .Last =_acfcb ;};};};_ceaff :=_cee .ResolveReference (_bgaca .Get ("\u004e\u0065\u0078\u0074"));if _ ,_ecdbde :=_afbcg [_ceaff ];_ceaff !=nil &&_ceaff !=_dffg &&!_ecdbde {if !_cee .IsNullObject (_ceaff ){_efdb ,_edbab ,_ffadf :=_afcace .buildOutlineTree (_ceaff ,_bbce ,&_dcdb .PdfOutlineTreeNode ,_afbcg ); -if _ffadf !=nil {_fca .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065\u0020\u0066\u006f\u0072\u0020\u004ee\u0078\u0074\u0020\u006e\u006f\u0064\u0065\u003a\u0020\u0025\u0076\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006e\u006f\u0064e\u002e",_ffadf ); -}else {_dcdb .Next =_efdb ;return &_dcdb .PdfOutlineTreeNode ,_edbab ,nil ;};};};return &_dcdb .PdfOutlineTreeNode ,&_dcdb .PdfOutlineTreeNode ,nil ;};_afbfa ,_degeg :=_ffcg (_dffg );if _degeg !=nil {return nil ,nil ,_degeg ;};_afbfa .Parent =_bbce ;if _adbef :=_bgaca .Get ("\u0046\u0069\u0072s\u0074"); -_adbef !=nil {_adbef =_cee .ResolveReference (_adbef );if _ ,_ecfad :=_afbcg [_adbef ];_adbef !=nil &&_adbef !=_dffg &&!_ecfad {_cdgb :=_cee .TraceToDirectObject (_adbef );if _ ,_gadgg :=_cdgb .(*_cee .PdfObjectNull );!_gadgg &&_cdgb !=nil {_ffdd ,_ebbgcf ,_efced :=_afcace .buildOutlineTree (_adbef ,&_afbfa .PdfOutlineTreeNode ,nil ,_afbcg ); -if _efced !=nil {_fca .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020b\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0074\u0072\u0065\u0065\u003a\u0020\u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006e\u006f\u0064\u0065 \u0063\u0068i\u006c\u0064r\u0065n\u002e",_efced ); -}else {_afbfa .First =_ffdd ;_afbfa .Last =_ebbgcf ;};};};};return &_afbfa .PdfOutlineTreeNode ,&_afbfa .PdfOutlineTreeNode ,nil ;}; +// GetRevision returns the specific version of the PdfReader for the current Pdf document +func (_edaab *PdfReader )GetRevision (revisionNumber int )(*PdfReader ,error ){_gggeg :=_edaab ._fdadg .GetRevisionNumber ();if revisionNumber < 0||revisionNumber > _gggeg {return nil ,_gea .New ("w\u0072\u006f\u006e\u0067 r\u0065v\u0069\u0073\u0069\u006f\u006e \u006e\u0075\u006d\u0062\u0065\u0072"); +};if revisionNumber ==_gggeg {return _edaab ,nil ;};if _edaab ._aaefc [revisionNumber ]!=nil {return _edaab ._aaefc [revisionNumber ],nil ;};_eggfe :=_edaab ;for _gaaba :=_gggeg -1;_gaaba >=revisionNumber ;_gaaba --{_eafa ,_ccfca :=_eggfe .GetPreviousRevision (); +if _ccfca !=nil {return nil ,_ccfca ;};_edaab ._aaefc [_gaaba ]=_eafa ;_eggfe =_eafa ;};return _eggfe ,nil ;}; -// FieldValueProvider provides field values from a data source such as FDF, JSON or any other. -type FieldValueProvider interface{FieldValues ()(map[string ]_cee .PdfObject ,error );}; +// GetColorspaces loads PdfPageResourcesColorspaces from `r.ColorSpace` and returns an error if there +// is a problem loading. Once loaded, the same object is returned on multiple calls. +func (_acfea *PdfPageResources )GetColorspaces ()(*PdfPageResourcesColorspaces ,error ){if _acfea ._cdfgb !=nil {return _acfea ._cdfgb ,nil ;};if _acfea .ColorSpace ==nil {return nil ,nil ;};_cbcfa ,_afagg :=_cfgdf (_acfea .ColorSpace );if _afagg !=nil {return nil ,_afagg ; +};_acfea ._cdfgb =_cbcfa ;return _acfea ._cdfgb ,nil ;}; -// ToPdfObject returns the PDF representation of the function. -func (_afaf *PdfFunctionType0 )ToPdfObject ()_cee .PdfObject {if _afaf ._gaagd ==nil {_afaf ._gaagd =&_cee .PdfObjectStream {};};_aaef :=_cee .MakeDict ();_aaef .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (0)); -_dcgdg :=&_cee .PdfObjectArray {};for _ ,_dgfcd :=range _afaf .Domain {_dcgdg .Append (_cee .MakeFloat (_dgfcd ));};_aaef .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dcgdg );_cbdcc :=&_cee .PdfObjectArray {};for _ ,_eabca :=range _afaf .Range {_cbdcc .Append (_cee .MakeFloat (_eabca )); -};_aaef .Set ("\u0052\u0061\u006eg\u0065",_cbdcc );_adee :=&_cee .PdfObjectArray {};for _ ,_cgbae :=range _afaf .Size {_adee .Append (_cee .MakeInteger (int64 (_cgbae )));};_aaef .Set ("\u0053\u0069\u007a\u0065",_adee );_aaef .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065",_cee .MakeInteger (int64 (_afaf .BitsPerSample ))); -if _afaf .Order !=1{_aaef .Set ("\u004f\u0072\u0064e\u0072",_cee .MakeInteger (int64 (_afaf .Order )));};_aaef .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_afaf ._bbdc ))));_afaf ._gaagd .Stream =_afaf ._bbdc ;_afaf ._gaagd .PdfObjectDictionary =_aaef ; -return _afaf ._gaagd ;}; +// SetForms sets the Acroform for a PDF file. +func (_fggaeb *PdfWriter )SetForms (form *PdfAcroForm )error {_fggaeb ._abgf =form ;return nil }; -// SignatureValidationResult defines the response from the signature validation handler. -type SignatureValidationResult struct{ - -// List of errors when validating the signature. -Errors []string ;IsSigned bool ;IsVerified bool ;IsTrusted bool ;Fields []*PdfField ;Name string ;Date PdfDate ;Reason string ;Location string ;ContactInfo string ;DiffResults *_cc .DiffResults ;IsCrlFound bool ;IsOcspFound bool ; - -// GeneralizedTime is the time at which the time-stamp token has been created by the TSA (RFC 3161). -GeneralizedTime _gc .Time ;};func (_acdga *PdfReader )loadForms ()(*PdfAcroForm ,error ){if _acdga ._ffdgf .GetCrypter ()!=nil &&!_acdga ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_egfec :=_acdga ._cacfe ;_bfddfe :=_egfec .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d");if _bfddfe ==nil {return nil ,nil ;};_cedce ,_agdaa :=_cee .GetIndirect (_bfddfe );_bfddfe =_cee .TraceToDirectObject (_bfddfe );if _cee .IsNullObject (_bfddfe ){_fca .Log .Trace ("\u0041\u0063\u0072of\u006f\u0072\u006d\u0020\u0069\u0073\u0020\u0061\u0020n\u0075l\u006c \u006fb\u006a\u0065\u0063\u0074\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029\u000a"); -return nil ,nil ;};_afgf ,_eeaf :=_cee .GetDict (_bfddfe );if !_eeaf {_fca .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0041\u0063\u0072\u006fF\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_bfddfe );_fca .Log .Debug ("\u0044\u006f\u0065\u0073 n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0073"); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0061\u0063\u0072\u006ff\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_bfddfe );};_fca .Log .Trace ("\u0048\u0061\u0073\u0020\u0041\u0063\u0072\u006f\u0020f\u006f\u0072\u006d\u0073"); -_fca .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0041\u0063r\u006ff\u006f\u0072\u006d\u0073\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");if !_acdga ._dbfb {_dddeb :=_acdga .traverseObjectData (_afgf ); -if _dddeb !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0074\u0072a\u0076\u0065\u0072\u0073\u0065\u0020\u0041\u0063\u0072\u006fFo\u0072\u006d\u0073 \u0028%\u0073\u0029",_dddeb ); -return nil ,_dddeb ;};};_eeafb ,_bgaac :=_acdga .newPdfAcroFormFromDict (_cedce ,_afgf );if _bgaac !=nil {return nil ,_bgaac ;};_eeafb ._gcfcc =!_agdaa ;return _eeafb ,nil ;}; - -// ToPdfObject returns a PDF object representation of the ViewerPreferences. -func (_aeeba *ViewerPreferences )ToPdfObject ()_cee .PdfObject {_gaafb :=_cee .MakeDict ();if _aeeba ._bfff !=nil {_gaafb .Set ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072",_cee .MakeBool (*_aeeba ._bfff ));};if _aeeba ._fcbcb !=nil {_gaafb .Set ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072",_cee .MakeBool (*_aeeba ._fcbcb )); -};if _aeeba ._gfffg !=nil {_gaafb .Set ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049",_cee .MakeBool (*_aeeba ._gfffg ));};if _aeeba ._cbdgc !=nil {_gaafb .Set ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw",_cee .MakeBool (*_aeeba ._cbdgc )); -};if _aeeba ._gaffg !=nil {_gaafb .Set ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077",_cee .MakeBool (*_aeeba ._gaffg ));};if _aeeba ._gbbca !=nil {_gaafb .Set ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065",_cee .MakeBool (*_aeeba ._gbbca )); -};if _aeeba ._efgaa !=""{_gaafb .Set ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065",_cee .MakeName (string (_aeeba ._efgaa )));};if _aeeba ._gfegc !=""{_gaafb .Set ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn",_cee .MakeName (string (_aeeba ._gfegc ))); -};if _aeeba ._gagga !=""{_gaafb .Set ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061",_cee .MakeName (string (_aeeba ._gagga )));};if _aeeba ._baegf !=""{_gaafb .Set ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070",_cee .MakeName (string (_aeeba ._baegf ))); -};if _aeeba ._eedee !=""{_gaafb .Set ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a",_cee .MakeName (string (_aeeba ._eedee )));};if _aeeba ._fcddg !=""{_gaafb .Set ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p",_cee .MakeName (string (_aeeba ._fcddg ))); -};if _aeeba ._fgbdf !=""{_gaafb .Set ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067",_cee .MakeName (string (_aeeba ._fgbdf )));};if _aeeba ._cadea !=""{_gaafb .Set ("\u0044\u0075\u0070\u006c\u0065\u0078",_cee .MakeName (string (_aeeba ._cadea ))); -};if _aeeba ._bdfed !=nil {_gaafb .Set ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065",_cee .MakeBool (*_aeeba ._bdfed ));};if _aeeba ._acfdg !=nil {_gaafb .Set ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065",_cee .MakeArrayFromIntegers (_aeeba ._acfdg )); -};if _aeeba ._dbcbe !=0{_gaafb .Set ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s",_cee .MakeInteger (int64 (_aeeba ._dbcbe )));};return _gaafb ;}; - -// GetPageAsIndirectObject returns the page as a dictionary within an PdfIndirectObject. -func (_ffeegf *PdfPage )GetPageAsIndirectObject ()*_cee .PdfIndirectObject {return _ffeegf ._bafab }; +// Y returns the value of the yellow component of the color. +func (_cegac *PdfColorDeviceCMYK )Y ()float64 {return _cegac [2]}; -// Encoder returns the font's text encoder. -func (_ccge *PdfFont )Encoder ()_dae .TextEncoder {_fega :=_ccge .actualFont ();if _fega ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0045n\u0063\u006f\u0064er\u0020\u006e\u006f\u0074\u0020\u0069m\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066o\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d%\u0023\u0054",_ccge ._bggcf ); -return nil ;};return _fega .Encoder ();}; +// GetCatalogMarkInfo gets catalog MarkInfo object. +func (_eddde *PdfReader )GetCatalogMarkInfo ()(_bda .PdfObject ,bool ){if _eddde ._dabg ==nil {return nil ,false ;};_bcgaf :=_eddde ._dabg .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return _bcgaf ,_bcgaf !=nil ;}; -// A PdfPattern can represent a Pattern, either a tiling pattern or a shading pattern. -// Note that all patterns shall be treated as colours; a Pattern colour space shall be established with the CS or cs -// operator just like other colour spaces, and a particular pattern shall be installed as the current colour with the -// SCN or scn operator. -type PdfPattern struct{ +// Decrypt decrypts the PDF file with a specified password. Also tries to +// decrypt with an empty password. Returns true if successful, +// false otherwise. +func (_dabde *PdfReader )Decrypt (password []byte )(bool ,error ){_fffd ,_ccbbc :=_dabde ._fdadg .Decrypt (password );if _ccbbc !=nil {return false ,_ccbbc ;};if !_fffd {return false ,nil ;};_ccbbc =_dabde .loadStructure ();if _ccbbc !=nil {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0046\u0061\u0069\u006c\u0020\u0074\u006f \u006co\u0061d\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065\u0020\u0028\u0025\u0073\u0029",_ccbbc ); +return false ,_ccbbc ;};return true ,nil ;}; -// Type: Pattern -PatternType int64 ;_gabf PdfModel ;_bgabc _cee .PdfObject ;}; +// ColorToRGB converts a CalGray color to an RGB color. +func (_fdgd *PdfColorspaceCalGray )ColorToRGB (color PdfColor )(PdfColor ,error ){_bcbd ,_abad :=color .(*PdfColorCalGray );if !_abad {_ed .Log .Debug ("\u0049n\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006eo\u0074\u0020\u0063\u0061\u006c\u0020\u0067\u0072\u0061\u0079"); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};ANorm :=_bcbd .Val ();X :=_fdgd .WhitePoint [0]*_ce .Pow (ANorm ,_fdgd .Gamma );Y :=_fdgd .WhitePoint [1]*_ce .Pow (ANorm ,_fdgd .Gamma ); +Z :=_fdgd .WhitePoint [2]*_ce .Pow (ANorm ,_fdgd .Gamma );_fafbc :=3.240479*X +-1.537150*Y +-0.498535*Z ;_ggfge :=-0.969256*X +1.875992*Y +0.041556*Z ;_abdb :=0.055648*X +-0.204043*Y +1.057311*Z ;_fafbc =_ce .Min (_ce .Max (_fafbc ,0),1.0);_ggfge =_ce .Min (_ce .Max (_ggfge ,0),1.0); +_abdb =_ce .Min (_ce .Max (_abdb ,0),1.0);return NewPdfColorDeviceRGB (_fafbc ,_ggfge ,_abdb ),nil ;}; -// ToPdfObject implements interface PdfModel. -func (_cgg *PdfActionHide )ToPdfObject ()_cee .PdfObject {_cgg .PdfAction .ToPdfObject ();_cca :=_cgg ._gaf ;_dfc :=_cca .PdfObject .(*_cee .PdfObjectDictionary );_dfc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeHide )));_dfc .SetIfNotNil ("\u0054",_cgg .T ); -_dfc .SetIfNotNil ("\u0048",_cgg .H );return _cca ;}; +// XObjectType represents the type of an XObject. +type XObjectType int ; -// VRI represents a Validation-Related Information dictionary. -// The VRI dictionary contains validation data in the form of -// certificates, OCSP and CRL information, for a single signature. -// See ETSI TS 102 778-4 V1.1.1 for more information. -type VRI struct{Cert []*_cee .PdfObjectStream ;OCSP []*_cee .PdfObjectStream ;CRL []*_cee .PdfObjectStream ;TU *_cee .PdfObjectString ;TS *_cee .PdfObjectString ;}; +// GetVersion gets the document version. +func (_deagb *PdfWriter )GetVersion ()_bda .Version {return _deagb ._cdbbdg }; -// GetObjectNums returns the object numbers of the PDF objects in the file -// Numbered objects are either indirect objects or stream objects. -// e.g. objNums := pdfReader.GetObjectNums() -// The underlying objects can then be accessed with -// pdfReader.GetIndirectObjectByNumber(objNums[0]) for the first available object. -func (_ddceg *PdfReader )GetObjectNums ()[]int {return _ddceg ._ffdgf .GetObjectNums ()};func (_eacfd *PdfWriter )setDocInfo (_acbbdc _cee .PdfObject ){if _eacfd .hasObject (_eacfd ._cbfac ){delete (_eacfd ._dgbgbb ,_eacfd ._cbfac );delete (_eacfd ._befcg ,_eacfd ._cbfac ); -for _feaae ,_gdgdc :=range _eacfd ._gccff {if _gdgdc ==_eacfd ._cbfac {copy (_eacfd ._gccff [_feaae :],_eacfd ._gccff [_feaae +1:]);_eacfd ._gccff [len (_eacfd ._gccff )-1]=nil ;_eacfd ._gccff =_eacfd ._gccff [:len (_eacfd ._gccff )-1];break ;};};};_fegba :=_cee .PdfIndirectObject {}; -_fegba .PdfObject =_acbbdc ;_eacfd ._cbfac =&_fegba ;_eacfd .addObject (&_fegba );}; +// LTV represents an LTV (Long-Term Validation) client. It is used to LTV +// enable signatures by adding validation and revocation data (certificate, +// OCSP and CRL information) to the DSS dictionary of a PDF document. +// +// LTV is added through the DSS by: +// - Adding certificates, OCSP and CRL information in the global scope of the +// DSS. The global data is used for validating any of the signatures present +// in the document. +// - Adding certificates, OCSP and CRL information for a single signature, +// through an entry in the VRI dictionary of the DSS. The added data is used +// for validating that particular signature only. This is the recommended +// method for adding validation data for a signature. However, this is not +// is not possible in the same revision the signature is applied. Validation +// data for a signature is added based on the Contents entry of the signature, +// which is known only after the revision is written. Even if the Contents +// are known (e.g. when signing externally), updating the DSS at that point +// would invalidate the calculated signature. As a result, if adding LTV +// in the same revision is a requirement, use the first method. +// See LTV.EnableChain. +// +// The client applies both methods, when possible. +// +// If `LTV.SkipExisting` is set to true (the default), validations are +// not added for signatures which are already present in the VRI entry of the +// document's DSS dictionary. +type LTV struct{ -// GetContext returns the context of the outline tree node, which is either a -// *PdfOutline or a *PdfOutlineItem. The method returns nil for uninitialized -// tree nodes. -func (_bedga *PdfOutlineTreeNode )GetContext ()PdfModel {if _cddg ,_fcffgb :=_bedga ._afcbg .(*PdfOutline );_fcffgb {return _cddg ;};if _cddc ,_fbfa :=_bedga ._afcbg .(*PdfOutlineItem );_fbfa {return _cddc ;};_fca .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0049n\u0076\u0061\u006c\u0069d o\u0075tl\u0069\u006e\u0065\u0020\u0074\u0072\u0065e \u006e\u006f\u0064\u0065\u0020\u0069\u0074e\u006d"); -return nil ;}; +// CertClient is the client used to retrieve certificates. +CertClient *_bdf .CertClient ; -// ToPdfObject returns a PDF object representation of the outline destination. -func (_aabde OutlineDest )ToPdfObject ()_cee .PdfObject {if (_aabde .PageObj ==nil &&_aabde .Page < 0)||_aabde .Mode ==""{return _cee .MakeNull ();};_bcbdb :=_cee .MakeArray ();if _aabde .PageObj !=nil {_bcbdb .Append (_aabde .PageObj );}else {_bcbdb .Append (_cee .MakeInteger (_aabde .Page )); -};_bcbdb .Append (_cee .MakeName (_aabde .Mode ));switch _aabde .Mode {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":_bcbdb .Append (_cee .MakeFloat (_aabde .Y ));case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":_bcbdb .Append (_cee .MakeFloat (_aabde .X )); -case "\u0058\u0059\u005a":_bcbdb .Append (_cee .MakeFloat (_aabde .X ));_bcbdb .Append (_cee .MakeFloat (_aabde .Y ));_bcbdb .Append (_cee .MakeFloat (_aabde .Zoom ));default:_bcbdb .Set (1,_cee .MakeName ("\u0046\u0069\u0074"));};return _bcbdb ;}; +// OCSPClient is the client used to retrieve OCSP validation information. +OCSPClient *_bdf .OCSPClient ; -// SetName sets the `Name` field of the signature. -func (_bbccf *PdfSignature )SetName (name string ){_bbccf .Name =_cee .MakeEncodedString (name ,true )}; +// CRLClient is the client used to retrieve CRL validation information. +CRLClient *_bdf .CRLClient ; -// GetContainingPdfObject returns the XObject Form's containing object (indirect object). -func (_effdc *XObjectForm )GetContainingPdfObject ()_cee .PdfObject {return _effdc ._fbged }; +// SkipExisting specifies whether existing signature validations +// should be skipped. +SkipExisting bool ;_ecfbf *PdfAppender ;_efffa *DSS ;};var _cegdd =_da .MustCompile ("\u005b\\\u006e\u005c\u0072\u005d\u002b"); -// HasFontByName checks whether a font is defined by the specified keyName. -func (_dbcdf *PdfPageResources )HasFontByName (keyName _cee .PdfObjectName )bool {_ ,_aagfd :=_dbcdf .GetFontByName (keyName );return _aagfd ;}; +// NewPdfAnnotationRedact returns a new redact annotation. +func NewPdfAnnotationRedact ()*PdfAnnotationRedact {_fea :=NewPdfAnnotation ();_cac :=&PdfAnnotationRedact {};_cac .PdfAnnotation =_fea ;_cac .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fea .SetContext (_cac );return _cac ;}; -// GetContext returns the annotation context which contains the specific type-dependent context. -// The context represents the subannotation. -func (_cdb *PdfAnnotation )GetContext ()PdfModel {if _cdb ==nil {return nil ;};return _cdb ._ecf ;};func (_eaea *PdfAnnotationMarkup )appendToPdfDictionary (_bfgdf *_cee .PdfObjectDictionary ){_bfgdf .SetIfNotNil ("\u0054",_eaea .T );if _eaea .Popup !=nil {_bfgdf .Set ("\u0050\u006f\u0070u\u0070",_eaea .Popup .ToPdfObject ()); -};_bfgdf .SetIfNotNil ("\u0043\u0041",_eaea .CA );_bfgdf .SetIfNotNil ("\u0052\u0043",_eaea .RC );_bfgdf .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_eaea .CreationDate );_bfgdf .SetIfNotNil ("\u0049\u0052\u0054",_eaea .IRT ); -_bfgdf .SetIfNotNil ("\u0053\u0075\u0062\u006a",_eaea .Subj );_bfgdf .SetIfNotNil ("\u0052\u0054",_eaea .RT );_bfgdf .SetIfNotNil ("\u0049\u0054",_eaea .IT );_bfgdf .SetIfNotNil ("\u0045\u0078\u0044\u0061\u0074\u0061",_eaea .ExData );}; +// NewPdfAnnotationPopup returns a new popup annotation. +func NewPdfAnnotationPopup ()*PdfAnnotationPopup {_abca :=NewPdfAnnotation ();_abcf :=&PdfAnnotationPopup {};_abcf .PdfAnnotation =_abca ;_abca .SetContext (_abcf );return _abcf ;}; -// CharMetrics represents width and height metrics of a glyph. -type CharMetrics =_ce .CharMetrics ; +// FillWithAppearance populates `form` with values provided by `provider`. +// If not nil, `appGen` is used to generate appearance dictionaries for the +// field annotations, based on the specified settings. Otherwise, appearance +// generation is skipped. +// e.g.: appGen := annotator.FieldAppearance{OnlyIfMissing: true, RegenerateTextFields: true} +// NOTE: In next major version this functionality will be part of Fill. (v4) +func (_gfbed *PdfAcroForm )FillWithAppearance (provider FieldValueProvider ,appGen FieldAppearanceGenerator )error {_eadbb :=_gfbed .fill (provider ,appGen );if _eadbb !=nil {return _eadbb ;};if _ ,_cgdcd :=provider .(FieldImageProvider );_cgdcd {_eadbb =_gfbed .fillImageWithAppearance (provider .(FieldImageProvider ),appGen ); +};return _eadbb ;}; -// GetNumComponents returns the number of color components (1 for Separation). -func (_gdee *PdfColorspaceSpecialSeparation )GetNumComponents ()int {return 1}; +// GetNumComponents returns the number of color components (1 for grayscale). +func (_faeda *PdfColorDeviceGray )GetNumComponents ()int {return 1};func (_baff *PdfReader )newPdfAnnotationSoundFromDict (_aeed *_bda .PdfObjectDictionary )(*PdfAnnotationSound ,error ){_dgfa :=PdfAnnotationSound {};_ffg ,_dgbdd :=_baff .newPdfAnnotationMarkupFromDict (_aeed ); +if _dgbdd !=nil {return nil ,_dgbdd ;};_dgfa .PdfAnnotationMarkup =_ffg ;_dgfa .Name =_aeed .Get ("\u004e\u0061\u006d\u0065");_dgfa .Sound =_aeed .Get ("\u0053\u006f\u0075n\u0064");return &_dgfa ,nil ;}; -// StandardApplier is the interface that performs optimization of the whole PDF document. -// As a result an input document is being changed by the optimizer. -// The writer than takes back all it's parts and overwrites it. -// NOTE: This implementation is in experimental development state. +// PageProcessCallback callback function used in page loading +// that could be used to modify the page content. // -// Keep in mind that it might change in the subsequent minor versions. -type StandardApplier interface{ApplyStandard (_dfdaf *_fg .Document )error ;}; +// If an error is returned, the `ToWriter` process would fail. +// +// This callback, if defined, will take precedence over `PageCallback` callback. +type PageProcessCallback func (_ddddbg int ,_ecffg *PdfPage )error ; -// SetNamedDestinations sets the Dests entry in the PDF catalog. -// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). -func (_faede *PdfWriter )SetNamedDestinations (dests _cee .PdfObject )error {if dests ==nil {return nil ;};_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0044\u0065\u0073\u0074\u0073\u002e\u002e\u002e"); -_faede ._cdebc .Set ("\u0044\u0065\u0073t\u0073",dests );return _faede .addObjects (dests );}; +// RepairAcroForm attempts to rebuild the AcroForm fields using the widget +// annotations present in the document pages. Pass nil for the opts parameter +// in order to use the default options. +// NOTE: Currently, the opts parameter is declared in order to enable adding +// future options, but passing nil will always result in the default options +// being used. +func (_gbeg *PdfReader )RepairAcroForm (opts *AcroFormRepairOptions )error {var _afefa []*PdfField ;_edabd :=map[*_bda .PdfIndirectObject ]struct{}{};for _ ,_cbbbfa :=range _gbeg .PageList {_adfab ,_gedcc :=_cbbbfa .GetAnnotations ();if _gedcc !=nil {return _gedcc ; +};for _ ,_fggca :=range _adfab {var _gaeeab *PdfField ;switch _cebb :=_fggca .GetContext ().(type ){case *PdfAnnotationWidget :if _cebb ._aee !=nil {_gaeeab =_cebb ._aee ;break ;};if _fcgaa ,_ccegg :=_bda .GetIndirect (_cebb .Parent );_ccegg {_gaeeab ,_gedcc =_gbeg .newPdfFieldFromIndirectObject (_fcgaa ,nil ); +if _gedcc ==nil {break ;};_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_fcgaa ,_gedcc ); +};if _cebb ._ged !=nil {_gaeeab ,_gedcc =_gbeg .newPdfFieldFromIndirectObject (_cebb ._ged ,nil );if _gedcc ==nil {break ;};_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0070\u0061\u0072s\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0066\u0069\u0065ld\u0020\u0025\u002bv\u003a \u0025\u0076",_cebb ._ged ,_gedcc ); +};};if _gaeeab ==nil {continue ;};if _ ,_ddcd :=_edabd [_gaeeab ._ceaeg ];_ddcd {continue ;};_edabd [_gaeeab ._ceaeg ]=struct{}{};_afefa =append (_afefa ,_gaeeab );};};if len (_afefa )==0{return nil ;};if _gbeg .AcroForm ==nil {_gbeg .AcroForm =NewPdfAcroForm (); +};_gbeg .AcroForm .Fields =&_afefa ;return nil ;};func _ddcca (_fbbe *_bda .PdfObjectDictionary )*VRI {_dbdaa ,_ :=_bda .GetString (_fbbe .Get ("\u0054\u0055"));_gdea ,_ :=_bda .GetString (_fbbe .Get ("\u0054\u0053"));return &VRI {Cert :_fgec (_fbbe .Get ("\u0043\u0065\u0072\u0074")),OCSP :_fgec (_fbbe .Get ("\u004f\u0043\u0053\u0050")),CRL :_fgec (_fbbe .Get ("\u0043\u0052\u004c")),TU :_dbdaa ,TS :_gdea }; +};const (FieldFlagClear FieldFlag =0;FieldFlagReadOnly FieldFlag =1;FieldFlagRequired FieldFlag =(1<<1);FieldFlagNoExport FieldFlag =(2<<1);FieldFlagNoToggleToOff FieldFlag =(1<<14);FieldFlagRadio FieldFlag =(1<<15);FieldFlagPushbutton FieldFlag =(1<<16); +FieldFlagRadiosInUnision FieldFlag =(1<<25);FieldFlagMultiline FieldFlag =(1<<12);FieldFlagPassword FieldFlag =(1<<13);FieldFlagFileSelect FieldFlag =(1<<20);FieldFlagDoNotScroll FieldFlag =(1<<23);FieldFlagComb FieldFlag =(1<<24);FieldFlagRichText FieldFlag =(1<<26); +FieldFlagDoNotSpellCheck FieldFlag =(1<<22);FieldFlagCombo FieldFlag =(1<<17);FieldFlagEdit FieldFlag =(1<<18);FieldFlagSort FieldFlag =(1<<19);FieldFlagMultiSelect FieldFlag =(1<<21);FieldFlagCommitOnSelChange FieldFlag =(1<<27);); -// AppendContentBytes creates a PDF stream from `cs` and appends it to the -// array of streams specified by the pages's Contents entry. -// If `wrapContents` is true, the content stream of the page is wrapped using -// a `q/Q` operator pair, so that its state does not affect the appended -// content stream. -func (_cdefc *PdfPage )AppendContentBytes (cs []byte ,wrapContents bool )error {_edbf :=_cdefc .GetContentStreamObjs ();wrapContents =wrapContents &&len (_edbf )> 0;_eaeg :=_cee .NewFlateEncoder ();_fgbae :=_cee .MakeArray ();if wrapContents {_bdfe ,_afecg :=_cee .MakeStream ([]byte ("\u0071\u000a"),_eaeg ); -if _afecg !=nil {return _afecg ;};_fgbae .Append (_bdfe );};_fgbae .Append (_edbf ...);if wrapContents {_dffde ,_agfbd :=_cee .MakeStream ([]byte ("\u000a\u0051\u000a"),_eaeg );if _agfbd !=nil {return _agfbd ;};_fgbae .Append (_dffde );};_eabda ,_bccbc :=_cee .MakeStream (cs ,_eaeg ); -if _bccbc !=nil {return _bccbc ;};_fgbae .Append (_eabda );_cdefc .Contents =_fgbae ;return nil ;}; +// ColorFromPdfObjects loads the color from PDF objects. +// The first objects (if present) represent the color in underlying colorspace. The last one represents +// the name of the pattern. +func (_afeea *PdfColorspaceSpecialPattern )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )< 1{return nil ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); +};_adac :=&PdfColorPattern {};_cgbeb ,_fccg :=objects [len (objects )-1].(*_bda .PdfObjectName );if !_fccg {_ed .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020a\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",objects [len (objects )-1]); +return nil ,ErrTypeCheck ;};_adac .PatternName =*_cgbeb ;if len (objects )> 1{_bfecf :=objects [0:len (objects )-1];if _afeea .UnderlyingCS ==nil {_ed .Log .Debug ("P\u0061\u0074t\u0065\u0072\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0077\u0069\u0074\u0068\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u0020\u0062\u0075\u0074\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0063\u0073\u0020\u006d\u0069\u0073\u0073\u0069n\u0067"); +return nil ,_gea .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_eaba ,_bffgc :=_afeea .UnderlyingCS .ColorFromPdfObjects (_bfecf );if _bffgc !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0076\u0069\u0061\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079\u0069\u006e\u0067\u0020\u0063\u0073\u003a\u0020\u0025\u0076",_bffgc ); +return nil ,_bffgc ;};_adac .Color =_eaba ;};return _adac ,nil ;}; -// IsValid checks if the given pdf output intent type is valid. -func (_fgac PdfOutputIntentType )IsValid ()bool {return _fgac >=PdfOutputIntentTypeA1 &&_fgac <=PdfOutputIntentTypeX ;}; +// multiFontEncoder implements a an Encoder that holds a list of fonts provided. +type MultipleFontEncoder struct{_ffea []*PdfFont ;CurrentFont *PdfFont ;}; -// NewPdfAnnotationWatermark returns a new watermark annotation. -func NewPdfAnnotationWatermark ()*PdfAnnotationWatermark {_cgc :=NewPdfAnnotation ();_dfdg :=&PdfAnnotationWatermark {};_dfdg .PdfAnnotation =_cgc ;_cgc .SetContext (_dfdg );return _dfdg ;}; +// PdfActionRendition represents a Rendition action. +type PdfActionRendition struct{*PdfAction ;R _bda .PdfObject ;AN _bda .PdfObject ;OP _bda .PdfObject ;JS _bda .PdfObject ;};func _ggged (_cabfg *_bda .PdfObjectDictionary ,_bgecg *fontCommon )(*pdfCIDFontType2 ,error ){if _bgecg ._fggeg !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_ed .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0046\u006fn\u0074\u0020\u0053u\u0062\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020CI\u0044\u0046\u006fn\u0074\u0054y\u0070\u0065\u0032\u002e\u0020\u0066o\u006e\u0074=\u0025\u0073",_bgecg ); +return nil ,_bda .ErrRangeError ;};_ggfa :=_ebdbe (_bgecg );_ddeag ,_feecg :=_bda .GetDict (_cabfg .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f"));if !_feecg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043I\u0044\u0053\u0079st\u0065\u006d\u0049\u006e\u0066\u006f \u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_bgecg ); +return nil ,ErrRequiredAttributeMissing ;};_ggfa .CIDSystemInfo =_ddeag ;_ggfa .DW =_cabfg .Get ("\u0044\u0057");_ggfa .W =_cabfg .Get ("\u0057");_ggfa .DW2 =_cabfg .Get ("\u0044\u0057\u0032");_ggfa .W2 =_cabfg .Get ("\u0057\u0032");_ggfa .CIDToGIDMap =_cabfg .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070"); +_ggfa ._bbagg =1000.0;if _fggg ,_ebfe :=_bda .GetNumberAsFloat (_ggfa .DW );_ebfe ==nil {_ggfa ._bbagg =_fggg ;};_agdce ,_bdda :=_edda (_ggfa .W );if _bdda !=nil {return nil ,_bdda ;};if _agdce ==nil {_agdce =map[_dgb .CharCode ]float64 {};};_ggfa ._eggf =_agdce ; +return _ggfa ,nil ;};func (_dfdee *LTV )enable (_acdb ,_gacg []*_bd .Certificate ,_faga string )error {_gfag ,_acdcb ,_gcdeg :=_dfdee .buildCertChain (_acdb ,_gacg );if _gcdeg !=nil {return _gcdeg ;};_ddccf ,_gcdeg :=_dfdee .getCerts (_gfag );if _gcdeg !=nil {return _gcdeg ; +};var _gcbfa ,_dadda [][]byte ;if _dfdee .OCSPClient !=nil {_gcbfa ,_gcdeg =_dfdee .getOCSPs (_gfag ,_acdcb );if _gcdeg !=nil {return _gcdeg ;};};if _dfdee .CRLClient !=nil {_dadda ,_gcdeg =_dfdee .getCRLs (_gfag );if _gcdeg !=nil {return _gcdeg ;};};_aadff :=_dfdee ._efffa ; +_fcfafc ,_gcdeg :=_aadff .AddCerts (_ddccf );if _gcdeg !=nil {return _gcdeg ;};_ebdg ,_gcdeg :=_aadff .AddOCSPs (_gcbfa );if _gcdeg !=nil {return _gcdeg ;};_bgbcc ,_gcdeg :=_aadff .AddCRLs (_dadda );if _gcdeg !=nil {return _gcdeg ;};if _faga !=""{_aadff .VRI [_faga ]=&VRI {Cert :_fcfafc ,OCSP :_ebdg ,CRL :_bgbcc }; +};_dfdee ._ecfbf .SetDSS (_aadff );return nil ;}; -// NewPdfColorspaceICCBased returns a new ICCBased colorspace object. -func NewPdfColorspaceICCBased (N int )(*PdfColorspaceICCBased ,error ){_cfagd :=&PdfColorspaceICCBased {};if N !=1&&N !=3&&N !=4{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004e\u0020\u0028\u0031/\u0033\u002f\u0034\u0029"); -};_cfagd .N =N ;return _cfagd ,nil ;};func (_bgfgd *Image )resampleLowBits (_ccada []uint32 ){_bdfb :=_ca .BytesPerLine (int (_bgfgd .Width ),int (_bgfgd .BitsPerComponent ),_bgfgd .ColorComponents );_edgda :=make ([]byte ,_bgfgd .ColorComponents *_bdfb *int (_bgfgd .Height )); -_agdg :=int (_bgfgd .BitsPerComponent )*_bgfgd .ColorComponents *int (_bgfgd .Width );_dgeag :=uint8 (8);var (_cbacg ,_ggdad int ;_cdccb uint32 ;);for _acecg :=0;_acecg < int (_bgfgd .Height );_acecg ++{_ggdad =_acecg *_bdfb ;for _agfbf :=0;_agfbf < _agdg ; -_agfbf ++{_cdccb =_ccada [_cbacg ];_dgeag -=uint8 (_bgfgd .BitsPerComponent );_edgda [_ggdad ]|=byte (_cdccb )<<_dgeag ;if _dgeag ==0{_dgeag =8;_ggdad ++;};_cbacg ++;};};_bgfgd .Data =_edgda ;}; +// NewPdfColorspaceSpecialPattern returns a new pattern color. +func NewPdfColorspaceSpecialPattern ()*PdfColorspaceSpecialPattern {return &PdfColorspaceSpecialPattern {};}; -// NewReaderOpts generates a default `ReaderOpts` instance. -func NewReaderOpts ()*ReaderOpts {return &ReaderOpts {Password :"",LazyLoad :true }}; +// ToPdfObject implements interface PdfModel. +func (_fabee *PdfBorderStyle )ToPdfObject ()_bda .PdfObject {_cbgd :=_bda .MakeDict ();if _fabee ._fgdeg !=nil {if _fgfd ,_debf :=_fabee ._fgdeg .(*_bda .PdfIndirectObject );_debf {_fgfd .PdfObject =_cbgd ;};};_cbgd .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0042\u006f\u0072\u0064\u0065\u0072")); +if _fabee .W !=nil {_cbgd .Set ("\u0057",_bda .MakeFloat (*_fabee .W ));};if _fabee .S !=nil {_cbgd .Set ("\u0053",_bda .MakeName (_fabee .S .GetPdfName ()));};if _fabee .D !=nil {_cbgd .Set ("\u0044",_bda .MakeArrayFromIntegers (*_fabee .D ));};if _fabee ._fgdeg !=nil {return _fabee ._fgdeg ; +};return _cbgd ;}; -// NewPdfColorspaceFromPdfObject loads a PdfColorspace from a PdfObject. Returns an error if there is -// a failure in loading. -func NewPdfColorspaceFromPdfObject (obj _cee .PdfObject )(PdfColorspace ,error ){if obj ==nil {return nil ,nil ;};var _geagg *_cee .PdfIndirectObject ;var _dacg *_cee .PdfObjectName ;var _afbb *_cee .PdfObjectArray ;if _bdf ,_afddb :=obj .(*_cee .PdfIndirectObject ); -_afddb {_geagg =_bdf ;};obj =_cee .TraceToDirectObject (obj );switch _cdca :=obj .(type ){case *_cee .PdfObjectArray :_afbb =_cdca ;case *_cee .PdfObjectName :_dacg =_cdca ;};if _dacg !=nil {switch *_dacg {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":return NewPdfColorspaceDeviceGray (),nil ; -case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":return NewPdfColorspaceDeviceRGB (),nil ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return NewPdfColorspaceDeviceCMYK (),nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return NewPdfColorspaceSpecialPattern (),nil ; -default:_fca .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020c\u006fl\u006f\u0072\u0073\u0070\u0061\u0063\u0065 \u0025\u0073",*_dacg );return nil ,_dagd ;};};if _afbb !=nil &&_afbb .Len ()> 0{var _bagdf _cee .PdfObject =_geagg ; -if _geagg ==nil {_bagdf =_afbb ;};if _bbgc ,_fcea :=_cee .GetName (_afbb .Get (0));_fcea {switch _bbgc .String (){case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":if _afbb .Len ()==1{return NewPdfColorspaceDeviceGray (),nil ;};case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":if _afbb .Len ()==1{return NewPdfColorspaceDeviceRGB (),nil ; -};case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _afbb .Len ()==1{return NewPdfColorspaceDeviceCMYK (),nil ;};case "\u0043a\u006c\u0047\u0072\u0061\u0079":return _edgf (_bagdf );case "\u0043\u0061\u006c\u0052\u0047\u0042":return _edgd (_bagdf ); -case "\u004c\u0061\u0062":return _aefb (_bagdf );case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064":return _geca (_bagdf );case "\u0050a\u0074\u0074\u0065\u0072\u006e":return _gabea (_bagdf );case "\u0049n\u0064\u0065\u0078\u0065\u0064":return _gdcb (_bagdf ); -case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e":return _cbda (_bagdf );case "\u0044e\u0076\u0069\u0063\u0065\u004e":return _eeeg (_bagdf );default:_fca .Log .Debug ("A\u0072\u0072\u0061\u0079\u0020\u0077i\u0074\u0068\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u006e\u0061m\u0065:\u0020\u0025\u0073",*_bbgc ); -};};};_fca .Log .Debug ("\u0050\u0044\u0046\u0020\u0046i\u006c\u0065\u0020\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0043\u006f\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0073",obj .String ()); -return nil ,ErrTypeCheck ;}; +// NewPdfTransformParamsDocMDP create a PdfTransformParamsDocMDP with the specific permissions. +func NewPdfTransformParamsDocMDP (permission _gef .DocMDPPermission )*PdfTransformParamsDocMDP {return &PdfTransformParamsDocMDP {Type :_bda .MakeName ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"),P :_bda .MakeInteger (int64 (permission )),V :_bda .MakeName ("\u0031\u002e\u0032")}; +}; -// Evaluate runs the function. Input is [x1 x2 x3]. -func (_ecbcg *PdfFunctionType4 )Evaluate (xVec []float64 )([]float64 ,error ){if _ecbcg ._gfcca ==nil {_ecbcg ._gfcca =_daa .NewPSExecutor (_ecbcg .Program );};var _bfgc []_daa .PSObject ;for _ ,_gabcd :=range xVec {_bfgc =append (_bfgc ,_daa .MakeReal (_gabcd )); -};_cgegb ,_gdfeb :=_ecbcg ._gfcca .Execute (_bfgc );if _gdfeb !=nil {return nil ,_gdfeb ;};_defcb ,_gdfeb :=_daa .PSObjectArrayToFloat64Array (_cgegb );if _gdfeb !=nil {return nil ,_gdfeb ;};return _defcb ,nil ;}; +// PrintScaling represents the page scaling option that shall be selected +// when a print dialog is displayed for this document. +type PrintScaling string ; -// FieldImageProvider provides fields images for specified fields. -type FieldImageProvider interface{FieldImageValues ()(map[string ]*Image ,error );}; +// NewPdfAnnotationWatermark returns a new watermark annotation. +func NewPdfAnnotationWatermark ()*PdfAnnotationWatermark {_fag :=NewPdfAnnotation ();_add :=&PdfAnnotationWatermark {};_add .PdfAnnotation =_fag ;_fag .SetContext (_add );return _add ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_gfegf *PdfShadingType4 )ToPdfObject ()_cee .PdfObject {_gfegf .PdfShading .ToPdfObject ();_eadfa ,_efgefd :=_gfegf .getShadingDict ();if _efgefd !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _gfegf .BitsPerCoordinate !=nil {_eadfa .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_gfegf .BitsPerCoordinate );};if _gfegf .BitsPerComponent !=nil {_eadfa .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gfegf .BitsPerComponent ); -};if _gfegf .BitsPerFlag !=nil {_eadfa .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_gfegf .BitsPerFlag );};if _gfegf .Decode !=nil {_eadfa .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gfegf .Decode );};if _gfegf .Function !=nil {if len (_gfegf .Function )==1{_eadfa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gfegf .Function [0].ToPdfObject ()); -}else {_fbbde :=_cee .MakeArray ();for _ ,_caffe :=range _gfegf .Function {_fbbde .Append (_caffe .ToPdfObject ());};_eadfa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fbbde );};};return _gfegf ._dfgbe ;}; +// SetVersion sets the PDF version of the output file. +func (_cfcdb *PdfWriter )SetVersion (majorVersion ,minorVersion int ){_cfcdb ._cdbbdg .Major =majorVersion ;_cfcdb ._cdbbdg .Minor =minorVersion ;};func (_dbf *PdfReader )newPdfAnnotationFromIndirectObject (_bab *_bda .PdfIndirectObject )(*PdfAnnotation ,error ){_cbbg ,_ccg :=_bab .PdfObject .(*_bda .PdfObjectDictionary ); +if !_ccg {return nil ,_c .Errorf ("\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if model :=_dbf ._gbdfa .GetModelFromPrimitive (_cbbg );model !=nil {_gbfg ,_edb :=model .(*PdfAnnotation );if !_edb {return nil ,_c .Errorf ("\u0063\u0061\u0063\u0068\u0065\u0064 \u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050D\u0046\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e"); +};return _gbfg ,nil ;};_dfag :=&PdfAnnotation {};_dfag ._ged =_bab ;_dbf ._gbdfa .Register (_cbbg ,_dfag );if _dfcb :=_cbbg .Get ("\u0054\u0079\u0070\u0065");_dfcb !=nil {_gebd ,_fgfe :=_dfcb .(*_bda .PdfObjectName );if !_fgfe {_ed .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_dfcb ); +}else {if *_gebd !="\u0041\u006e\u006eo\u0074"{_ed .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070\u0065\u0063\u0074\u0065d\u0020\u0054\u0079\u0070\u0065\u0020\u0021=\u0020\u0041\u006e\u006e\u006f\u0074\u0020\u0028\u0025\u0073\u0029",*_gebd );};};}; +if _dcca :=_cbbg .Get ("\u0052\u0065\u0063\u0074");_dcca !=nil {_dfag .Rect =_dcca ;};if _ccag :=_cbbg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073");_ccag !=nil {_dfag .Contents =_ccag ;};if _dcae :=_cbbg .Get ("\u0050");_dcae !=nil {_dfag .P =_dcae ; +};if _fade :=_cbbg .Get ("\u004e\u004d");_fade !=nil {_dfag .NM =_fade ;};if _adcb :=_cbbg .Get ("\u004d");_adcb !=nil {_dfag .M =_adcb ;};if _bbc :=_cbbg .Get ("\u0046");_bbc !=nil {_dfag .F =_bbc ;};if _caa :=_cbbg .Get ("\u0041\u0050");_caa !=nil {_dfag .AP =_caa ; +};if _deb :=_cbbg .Get ("\u0041\u0053");_deb !=nil {_dfag .AS =_deb ;};if _gfd :=_cbbg .Get ("\u0042\u006f\u0072\u0064\u0065\u0072");_gfd !=nil {_dfag .Border =_gfd ;};if _fdd :=_cbbg .Get ("\u0043");_fdd !=nil {_dfag .C =_fdd ;};if _bcb :=_cbbg .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074"); +_bcb !=nil {_dfag .StructParent =_bcb ;};if _aac :=_cbbg .Get ("\u004f\u0043");_aac !=nil {_dfag .OC =_aac ;};_ecb :=_cbbg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _ecb ==nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u0049\u004e\u0047:\u0020\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079 \u0069s\u0073\u0075\u0065\u0020\u002d\u0020a\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u002d\u0020\u0061\u0073\u0073u\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074\u0079p\u0065"); +_dfag ._fdeb =nil ;return _dfag ,nil ;};_agd ,_dbc :=_ecb .(*_bda .PdfObjectName );if !_dbc {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065 !\u003d\u0020n\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_ecb ); +return nil ,_c .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d n\u0061\u006d\u0065 \u0028%\u0054\u0029",_ecb );};switch *_agd {case "\u0054\u0065\u0078\u0074":_cccg ,_gc :=_dbf .newPdfAnnotationTextFromDict (_cbbg ); +if _gc !=nil {return nil ,_gc ;};_cccg .PdfAnnotation =_dfag ;_dfag ._fdeb =_cccg ;return _dfag ,nil ;case "\u004c\u0069\u006e\u006b":_cba ,_gcd :=_dbf .newPdfAnnotationLinkFromDict (_cbbg );if _gcd !=nil {return nil ,_gcd ;};_cba .PdfAnnotation =_dfag ; +_dfag ._fdeb =_cba ;return _dfag ,nil ;case "\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074":_bde ,_edaa :=_dbf .newPdfAnnotationFreeTextFromDict (_cbbg );if _edaa !=nil {return nil ,_edaa ;};_bde .PdfAnnotation =_dfag ;_dfag ._fdeb =_bde ;return _dfag ,nil ; +case "\u004c\u0069\u006e\u0065":_dfgd ,_gfdb :=_dbf .newPdfAnnotationLineFromDict (_cbbg );if _gfdb !=nil {return nil ,_gfdb ;};_dfgd .PdfAnnotation =_dfag ;_dfag ._fdeb =_dfgd ;_ed .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041N\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u003a\u0020\u0061\u006e\u006eo\u0074\u0020\u0028\u0025\u0054\u0029\u003a \u0025\u002b\u0076\u000a",_dfag ,_dfag ); +_ed .Log .Trace ("\u004c\u0049\u004eE\u0020\u0041\u004e\u004eO\u0054\u0041\u0054\u0049\u004f\u004e\u003a \u0063\u0074\u0078\u0020\u0028\u0025\u0054\u0029\u003a\u0020\u0025\u002b\u0076\u000a",_dfgd ,_dfgd );_ed .Log .Trace ("\u004c\u0049\u004e\u0045\u0020\u0041\u004e\u004e\u004f\u0054\u0041\u0054\u0049\u004f\u004e\u0020\u004d\u0061\u0072\u006b\u0075\u0070\u003a\u0020c\u0074\u0078\u0020\u0028\u0025T\u0029\u003a \u0025\u002b\u0076\u000a",_dfgd .PdfAnnotationMarkup ,_dfgd .PdfAnnotationMarkup ); +return _dfag ,nil ;case "\u0053\u0071\u0075\u0061\u0072\u0065":_dbb ,_fdg :=_dbf .newPdfAnnotationSquareFromDict (_cbbg );if _fdg !=nil {return nil ,_fdg ;};_dbb .PdfAnnotation =_dfag ;_dfag ._fdeb =_dbb ;return _dfag ,nil ;case "\u0043\u0069\u0072\u0063\u006c\u0065":_eff ,_caaf :=_dbf .newPdfAnnotationCircleFromDict (_cbbg ); +if _caaf !=nil {return nil ,_caaf ;};_eff .PdfAnnotation =_dfag ;_dfag ._fdeb =_eff ;return _dfag ,nil ;case "\u0050o\u006c\u0079\u0067\u006f\u006e":_abe ,_fedb :=_dbf .newPdfAnnotationPolygonFromDict (_cbbg );if _fedb !=nil {return nil ,_fedb ;};_abe .PdfAnnotation =_dfag ; +_dfag ._fdeb =_abe ;return _dfag ,nil ;case "\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065":_cece ,_feag :=_dbf .newPdfAnnotationPolyLineFromDict (_cbbg );if _feag !=nil {return nil ,_feag ;};_cece .PdfAnnotation =_dfag ;_dfag ._fdeb =_cece ;return _dfag ,nil ; +case "\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t":_cge ,_dfed :=_dbf .newPdfAnnotationHighlightFromDict (_cbbg );if _dfed !=nil {return nil ,_dfed ;};_cge .PdfAnnotation =_dfag ;_dfag ._fdeb =_cge ;return _dfag ,nil ;case "\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee":_afdb ,_adb :=_dbf .newPdfAnnotationUnderlineFromDict (_cbbg ); +if _adb !=nil {return nil ,_adb ;};_afdb .PdfAnnotation =_dfag ;_dfag ._fdeb =_afdb ;return _dfag ,nil ;case "\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079":_fgd ,_dgbe :=_dbf .newPdfAnnotationSquigglyFromDict (_cbbg );if _dgbe !=nil {return nil ,_dgbe ; +};_fgd .PdfAnnotation =_dfag ;_dfag ._fdeb =_fgd ;return _dfag ,nil ;case "\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t":_gfcg ,_bfg :=_dbf .newPdfAnnotationStrikeOut (_cbbg );if _bfg !=nil {return nil ,_bfg ;};_gfcg .PdfAnnotation =_dfag ;_dfag ._fdeb =_gfcg ; +return _dfag ,nil ;case "\u0043\u0061\u0072e\u0074":_bcef ,_ggab :=_dbf .newPdfAnnotationCaretFromDict (_cbbg );if _ggab !=nil {return nil ,_ggab ;};_bcef .PdfAnnotation =_dfag ;_dfag ._fdeb =_bcef ;return _dfag ,nil ;case "\u0053\u0074\u0061m\u0070":_fba ,_accc :=_dbf .newPdfAnnotationStampFromDict (_cbbg ); +if _accc !=nil {return nil ,_accc ;};_fba .PdfAnnotation =_dfag ;_dfag ._fdeb =_fba ;return _dfag ,nil ;case "\u0049\u006e\u006b":_gegdg ,_fac :=_dbf .newPdfAnnotationInkFromDict (_cbbg );if _fac !=nil {return nil ,_fac ;};_gegdg .PdfAnnotation =_dfag ; +_dfag ._fdeb =_gegdg ;return _dfag ,nil ;case "\u0050\u006f\u0070u\u0070":_dcac ,_ddf :=_dbf .newPdfAnnotationPopupFromDict (_cbbg );if _ddf !=nil {return nil ,_ddf ;};_dcac .PdfAnnotation =_dfag ;_dfag ._fdeb =_dcac ;return _dfag ,nil ;case "\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074":_adfd ,_cfbg :=_dbf .newPdfAnnotationFileAttachmentFromDict (_cbbg ); +if _cfbg !=nil {return nil ,_cfbg ;};_adfd .PdfAnnotation =_dfag ;_dfag ._fdeb =_adfd ;return _dfag ,nil ;case "\u0053\u006f\u0075n\u0064":_dge ,_egae :=_dbf .newPdfAnnotationSoundFromDict (_cbbg );if _egae !=nil {return nil ,_egae ;};_dge .PdfAnnotation =_dfag ; +_dfag ._fdeb =_dge ;return _dfag ,nil ;case "\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a":_affc ,_aaeg :=_dbf .newPdfAnnotationRichMediaFromDict (_cbbg );if _aaeg !=nil {return nil ,_aaeg ;};_affc .PdfAnnotation =_dfag ;_dfag ._fdeb =_affc ;return _dfag ,nil ; +case "\u004d\u006f\u0076i\u0065":_fec ,_abff :=_dbf .newPdfAnnotationMovieFromDict (_cbbg );if _abff !=nil {return nil ,_abff ;};_fec .PdfAnnotation =_dfag ;_dfag ._fdeb =_fec ;return _dfag ,nil ;case "\u0053\u0063\u0072\u0065\u0065\u006e":_beb ,_gbaf :=_dbf .newPdfAnnotationScreenFromDict (_cbbg ); +if _gbaf !=nil {return nil ,_gbaf ;};_beb .PdfAnnotation =_dfag ;_dfag ._fdeb =_beb ;return _dfag ,nil ;case "\u0057\u0069\u0064\u0067\u0065\u0074":_cfed ,_ecbe :=_dbf .newPdfAnnotationWidgetFromDict (_cbbg );if _ecbe !=nil {return nil ,_ecbe ;};_cfed .PdfAnnotation =_dfag ; +_dfag ._fdeb =_cfed ;return _dfag ,nil ;case "P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b":_deab ,_edab :=_dbf .newPdfAnnotationPrinterMarkFromDict (_cbbg );if _edab !=nil {return nil ,_edab ;};_deab .PdfAnnotation =_dfag ;_dfag ._fdeb =_deab ; +return _dfag ,nil ;case "\u0054r\u0061\u0070\u004e\u0065\u0074":_dgga ,_bdcg :=_dbf .newPdfAnnotationTrapNetFromDict (_cbbg );if _bdcg !=nil {return nil ,_bdcg ;};_dgga .PdfAnnotation =_dfag ;_dfag ._fdeb =_dgga ;return _dfag ,nil ;case "\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k":_eeg ,_ddg :=_dbf .newPdfAnnotationWatermarkFromDict (_cbbg ); +if _ddg !=nil {return nil ,_ddg ;};_eeg .PdfAnnotation =_dfag ;_dfag ._fdeb =_eeg ;return _dfag ,nil ;case "\u0033\u0044":_dfge ,_dafd :=_dbf .newPdfAnnotation3DFromDict (_cbbg );if _dafd !=nil {return nil ,_dafd ;};_dfge .PdfAnnotation =_dfag ;_dfag ._fdeb =_dfge ; +return _dfag ,nil ;case "\u0050\u0072\u006f\u006a\u0065\u0063\u0074\u0069\u006f\u006e":_cggc ,_ace :=_dbf .newPdfAnnotationProjectionFromDict (_cbbg );if _ace !=nil {return nil ,_ace ;};_cggc .PdfAnnotation =_dfag ;_dfag ._fdeb =_cggc ;return _dfag ,nil ; +case "\u0052\u0065\u0064\u0061\u0063\u0074":_gbab ,_efa :=_dbf .newPdfAnnotationRedactFromDict (_cbbg );if _efa !=nil {return nil ,_efa ;};_gbab .PdfAnnotation =_dfag ;_dfag ._fdeb =_gbab ;return _dfag ,nil ;};_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0075\u006e\u006b\u006e\u006f\u0077\u006e\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069\u006fn\u003a\u0020\u0025\u0073",*_agd ); +return nil ,nil ;}; -// SetOpenAction sets the OpenAction in the PDF catalog. -// The value shall be either an array defining a destination (12.3.2 "Destinations" PDF32000_2008), -// or an action dictionary representing an action (12.6 "Actions" PDF32000_2008). -func (_cadbc *PdfWriter )SetOpenAction (dest _cee .PdfObject )error {if dest ==nil ||_cee .IsNullObject (dest ){return nil ;};_cadbc ._cdebc .Set ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e",dest );return _cadbc .addObjects (dest );}; +// PdfInfo holds document information that will overwrite +// document information global variables defined above. +type PdfInfo struct{Title *_bda .PdfObjectString ;Author *_bda .PdfObjectString ;Subject *_bda .PdfObjectString ;Keywords *_bda .PdfObjectString ;Creator *_bda .PdfObjectString ;Producer *_bda .PdfObjectString ;CreationDate *PdfDate ;ModifiedDate *PdfDate ; +Trapped *_bda .PdfObjectName ;_feec *_bda .PdfObjectDictionary ;};func (_dfebd *PdfReader )newPdfAcroFormFromDict (_gbfgge *_bda .PdfIndirectObject ,_cfedg *_bda .PdfObjectDictionary )(*PdfAcroForm ,error ){_gdbdcb :=NewPdfAcroForm ();if _gbfgge !=nil {_gdbdcb ._bcgge =_gbfgge ; +_gbfgge .PdfObject =_bda .MakeDict ();};if _dcbg :=_cfedg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073");_dcbg !=nil &&!_bda .IsNullObject (_dcbg ){_eeeac ,_afbcg :=_bda .GetArray (_dcbg );if !_afbcg {return nil ,_c .Errorf ("\u0066i\u0065\u006c\u0064\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_dcbg ); +};var _bbefe []*PdfField ;for _ ,_dcbe :=range _eeeac .Elements (){_efgdd ,_gbee :=_bda .GetIndirect (_dcbe );if !_gbee {if _ ,_aeeb :=_dcbe .(*_bda .PdfObjectNull );_aeeb {_ed .Log .Trace ("\u0053k\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072 \u006e\u0075\u006c\u006c\u0020\u0066\u0069\u0065\u006c\u0064"); +continue ;};_ed .Log .Debug ("\u0046\u0069\u0065\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0064 \u0069\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_dcbe ); +return nil ,_c .Errorf ("\u0066\u0069\u0065l\u0064\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_fagc ,_fefb :=_dfebd .newPdfFieldFromIndirectObject (_efgdd ,nil ); +if _fefb !=nil {return nil ,_fefb ;};_ed .Log .Trace ("\u0041\u0063\u0072\u006fFo\u0072\u006d\u0020\u0046\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u002b\u0076",*_fagc );_bbefe =append (_bbefe ,_fagc );};_gdbdcb .Fields =&_bbefe ;};if _dcebf :=_cfedg .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"); +_dcebf !=nil {_cbbf ,_fged :=_bda .GetBool (_dcebf );if _fged {_gdbdcb .NeedAppearances =_cbbf ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u0065\u0065\u0064\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063e\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_dcebf ); +};};if _aabc :=_cfedg .Get ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073");_aabc !=nil {_eebb ,_cbebe :=_bda .GetInt (_aabc );if _cbebe {_gdbdcb .SigFlags =_eebb ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073 \u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_aabc ); +};};if _gedae :=_cfedg .Get ("\u0043\u004f");_gedae !=nil {_bfcf ,_edcg :=_bda .GetArray (_gedae );if _edcg {_gdbdcb .CO =_bfcf ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u004f\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_gedae ); +};};if _bcaff :=_cfedg .Get ("\u0044\u0052");_bcaff !=nil {if _ebfb ,_bafca :=_bda .GetDict (_bcaff );_bafca {_bada ,_afccd :=NewPdfPageResourcesFromDict (_ebfb );if _afccd !=nil {_ed .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0044R\u003a\u0020\u0025\u0076",_afccd ); +return nil ,_afccd ;};_gdbdcb .DR =_bada ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0052\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_bcaff );};};if _gcbfd :=_cfedg .Get ("\u0044\u0041"); +_gcbfd !=nil {_ffce ,_adge :=_bda .GetString (_gcbfd );if _adge {_gdbdcb .DA =_ffce ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0041\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_gcbfd ); +};};if _badgc :=_cfedg .Get ("\u0051");_badgc !=nil {_fgefe ,_bdea :=_bda .GetInt (_badgc );if _bdea {_gdbdcb .Q =_fgefe ;}else {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0051\u0020\u0069\u006e\u0076a\u006ci\u0064 \u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_badgc ); +};};if _fgca :=_cfedg .Get ("\u0058\u0046\u0041");_fgca !=nil {_gdbdcb .XFA =_fgca ;};if _gecba :=_cfedg .Get ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e");_gecba !=nil {_gdbdcb .ADBEEchoSign =_gecba ;};_gdbdcb .ToPdfObject (); +return _gdbdcb ,nil ;}; +// ColorToRGB verifies that the input color is an RGB color. Method exists in +// order to satisfy the PdfColorspace interface. +func (_gddd *PdfColorspaceDeviceRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_eedf ,_gecb :=color .(*PdfColorDeviceRGB );if !_gecb {_ed .Log .Debug ("\u0049\u006e\u0070\u0075\u0074\u0020\u0063\u006f\u006c\u006f\u0072 \u006e\u006f\u0074\u0020\u0064\u0065\u0076\u0069\u0063\u0065 \u0052\u0047\u0042"); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};return _eedf ,nil ;}; -// ToPdfObject returns the PDF representation of the function. -func (_dagge *PdfFunctionType4 )ToPdfObject ()_cee .PdfObject {_ffgeg :=_dagge ._agbg ;if _ffgeg ==nil {_dagge ._agbg =&_cee .PdfObjectStream {};_ffgeg =_dagge ._agbg ;};_ggfcb :=_cee .MakeDict ();_ggfcb .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (4)); -_defbe :=&_cee .PdfObjectArray {};for _ ,_afcae :=range _dagge .Domain {_defbe .Append (_cee .MakeFloat (_afcae ));};_ggfcb .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_defbe );_gacgg :=&_cee .PdfObjectArray {};for _ ,_ceag :=range _dagge .Range {_gacgg .Append (_cee .MakeFloat (_ceag )); -};_ggfcb .Set ("\u0052\u0061\u006eg\u0065",_gacgg );if _dagge ._fedee ==nil &&_dagge .Program !=nil {_dagge ._fedee =[]byte (_dagge .Program .String ());};_ggfcb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_dagge ._fedee )))); -_ffgeg .Stream =_dagge ._fedee ;_ffgeg .PdfObjectDictionary =_ggfcb ;return _ffgeg ;}; +// ToPdfObject implements interface PdfModel. +func (_bfd *PdfActionSetOCGState )ToPdfObject ()_bda .PdfObject {_bfd .PdfAction .ToPdfObject ();_cfbba :=_bfd ._gg ;_dcg :=_cfbba .PdfObject .(*_bda .PdfObjectDictionary );_dcg .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeSetOCGState )));_dcg .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_bfd .State ); +_dcg .SetIfNotNil ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042",_bfd .PreserveRB );return _cfbba ;}; -// SetDuplex sets the value of the duplex. -func (_gadfd *ViewerPreferences )SetDuplex (duplex Duplex ){_gadfd ._cadea =duplex }; +// Outline represents a PDF outline dictionary (Table 152 - p. 376). +// Currently, the Outline object can only be used to construct PDF outlines. +type Outline struct{Entries []*OutlineItem `json:"entries,omitempty"`;}; -// GetContainingPdfObject returns the container of the image object (indirect object). -func (_cagfa *XObjectImage )GetContainingPdfObject ()_cee .PdfObject {return _cagfa ._fggac }; +// PdfColorspaceCalRGB stores A, B, C components +type PdfColorspaceCalRGB struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma []float64 ;Matrix []float64 ;_dcfe *_bda .PdfObjectDictionary ;_caacb *_bda .PdfIndirectObject ;}; -// PdfColor interface represents a generic color in PDF. -type PdfColor interface{}; +// SetKDict sets the KDict for the KValue. +func (_aagec *KValue )SetKDict (kDict *KDict ){_aagec .Clear ();_aagec ._dfafb =kDict }; -// GetContainingPdfObject implements interface PdfModel. -func (_dbce *PdfSignature )GetContainingPdfObject ()_cee .PdfObject {return _dbce ._gcfbb };type fontFile struct{_cffac string ;_ggage string ;_beggd _dae .SimpleEncoder ;}; +// PdfColorspaceDeviceRGB represents an RGB colorspace. +type PdfColorspaceDeviceRGB struct{}; -// NewPdfAnnotationText returns a new text annotation. -func NewPdfAnnotationText ()*PdfAnnotationText {_deg :=NewPdfAnnotation ();_daec :=&PdfAnnotationText {};_daec .PdfAnnotation =_deg ;_daec .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_deg .SetContext (_daec );return _daec ;}; +// ImageToRGB convert an indexed image to RGB. +func (_fdda *PdfColorspaceSpecialIndexed )ImageToRGB (img Image )(Image ,error ){N :=_fdda .Base .GetNumComponents ();if N < 1{return Image {},_c .Errorf ("\u0062\u0061d \u0062\u0061\u0073e\u0020\u0063\u006f\u006cors\u0070ac\u0065\u0020\u004e\u0075\u006d\u0043\u006fmp\u006f\u006e\u0065\u006e\u0074\u0073\u003d%\u0064",N ); +};_fgge :=_bg .NewImageBase (int (img .Width ),int (img .Height ),8,N ,nil ,img ._ffbd ,img ._bfafe );_ebcg :=_cf .NewReader (img .getBase ());_bafcb :=_cf .NewWriter (_fgge );var (_gdga uint32 ;_adfdc int ;_dcfc error ;);for {_gdga ,_dcfc =_ebcg .ReadSample (); +if _dcfc ==_ga .EOF {break ;}else if _dcfc !=nil {return img ,_dcfc ;};_adfdc =int (_gdga );_ed .Log .Trace ("\u0049\u006ed\u0065\u0078\u0065\u0064\u003a\u0020\u0069\u006e\u0064\u0065\u0078\u003d\u0025\u0064\u0020\u004e\u003d\u0025\u0064\u0020\u006c\u0075t=\u0025\u0064",_adfdc ,N ,len (_fdda ._gfda )); +if (_adfdc +1)*N > len (_fdda ._gfda ){_adfdc =len (_fdda ._gfda )/N -1;_ed .Log .Trace ("C\u006c\u0069\u0070\u0070in\u0067 \u0074\u006f\u0020\u0069\u006ed\u0065\u0078\u003a\u0020\u0025\u0064",_adfdc );if _adfdc < 0{_ed .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0043a\u006e\u0027\u0074\u0020\u0063\u006c\u0069p\u0020\u0069\u006e\u0064\u0065\u0078.\u0020\u0049\u0073\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006ce\u0020\u0064\u0061\u006d\u0061\u0067\u0065\u0064\u003f"); +break ;};};for _egfe :=_adfdc *N ;_egfe < (_adfdc +1)*N ;_egfe ++{if _dcfc =_bafcb .WriteSample (uint32 (_fdda ._gfda [_egfe ]));_dcfc !=nil {return img ,_dcfc ;};};};return _fdda .Base .ImageToRGB (_fggae (&_fgge ));}; -// SetPatternByName sets a pattern resource specified by keyName. -func (_ecadaa *PdfPageResources )SetPatternByName (keyName _cee .PdfObjectName ,pattern _cee .PdfObject )error {if _ecadaa .Pattern ==nil {_ecadaa .Pattern =_cee .MakeDict ();};_fagbe ,_bbcg :=_cee .GetDict (_ecadaa .Pattern );if !_bbcg {return _cee .ErrTypeError ; -};_fagbe .Set (keyName ,pattern );return nil ;}; +// NewPdfAction returns an initialized generic PDF action model. +func NewPdfAction ()*PdfAction {_fa :=&PdfAction {};_fa ._gg =_bda .MakeIndirectObject (_bda .MakeDict ());return _fa ;}; -// PdfSignatureReference represents a PDF signature reference dictionary and is used for signing via form signature fields. -// (Section 12.8.1, Table 253 - Entries in a signature reference dictionary p. 469 in PDF32000_2008). -type PdfSignatureReference struct{_bfegdg *_cee .PdfObjectDictionary ;Type *_cee .PdfObjectName ;TransformMethod *_cee .PdfObjectName ;TransformParams _cee .PdfObject ;Data _cee .PdfObject ;DigestMethod *_cee .PdfObjectName ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_bdaac *PdfShadingType1 )ToPdfObject ()_bda .PdfObject {_bdaac .PdfShading .ToPdfObject ();_dadab ,_ecegd :=_bdaac .getShadingDict ();if _ecegd !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _bdaac .Domain !=nil {_dadab .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_bdaac .Domain );};if _bdaac .Matrix !=nil {_dadab .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_bdaac .Matrix );};if _bdaac .Function !=nil {if len (_bdaac .Function )==1{_dadab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bdaac .Function [0].ToPdfObject ()); +}else {_fcedf :=_bda .MakeArray ();for _ ,_baabc :=range _bdaac .Function {_fcedf .Append (_baabc .ToPdfObject ());};_dadab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fcedf );};};return _bdaac ._gfdga ;};func (_aeec *PdfReader )newPdfAnnotationFreeTextFromDict (_fgb *_bda .PdfObjectDictionary )(*PdfAnnotationFreeText ,error ){_badc :=PdfAnnotationFreeText {}; +_cega ,_gbc :=_aeec .newPdfAnnotationMarkupFromDict (_fgb );if _gbc !=nil {return nil ,_gbc ;};_badc .PdfAnnotationMarkup =_cega ;_badc .DA =_fgb .Get ("\u0044\u0041");_badc .Q =_fgb .Get ("\u0051");_badc .RC =_fgb .Get ("\u0052\u0043");_badc .DS =_fgb .Get ("\u0044\u0053"); +_badc .CL =_fgb .Get ("\u0043\u004c");_badc .IT =_fgb .Get ("\u0049\u0054");_badc .BE =_fgb .Get ("\u0042\u0045");_badc .RD =_fgb .Get ("\u0052\u0044");_badc .BS =_fgb .Get ("\u0042\u0053");_badc .LE =_fgb .Get ("\u004c\u0045");return &_badc ,nil ;};var (StructureTypeParagraph ="\u0050"; +StructureTypeHeader ="\u0048";StructureTypeHeading1 ="\u0048\u0031";StructureTypeHeading2 ="\u0048\u0032";StructureTypeHeading3 ="\u0048\u0033";StructureTypeHeading4 ="\u0048\u0034";StructureTypeHeading5 ="\u0048\u0035";StructureTypeHeading6 ="\u0048\u0036"; +StructureTypeList ="\u004c";StructureTypeListItem ="\u004c\u0049";StructureTypeLabel ="\u004c\u0062\u006c";StructureTypeListBody ="\u004c\u0042\u006fd\u0079";StructureTypeTable ="\u0054\u0061\u0062l\u0065";StructureTypeTableRow ="\u0054\u0052";StructureTypeTableHeaderCell ="\u0054\u0048"; +StructureTypeTableData ="\u0054\u0044";StructureTypeTableHead ="\u0054\u0048\u0065a\u0064";StructureTypeTableBody ="\u0054\u0042\u006fd\u0079";StructureTypeTableFooter ="\u0054\u0046\u006fo\u0074";); -// GetPreviousRevision returns the previous revision of PdfReader for the Pdf document -func (_ceca *PdfReader )GetPreviousRevision ()(*PdfReader ,error ){if _ceca ._ffdgf .GetRevisionNumber ()==0{return nil ,_cdf .New ("\u0070\u0072e\u0076\u0069\u006f\u0075\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0065xi\u0073\u0074"); -};if _fcbadc ,_egfc :=_ceca ._gccce [_ceca ];_egfc {return _fcbadc ,nil ;};_ffggb ,_cdcae :=_ceca ._ffdgf .GetPreviousRevisionReadSeeker ();if _cdcae !=nil {return nil ,_cdcae ;};_ebfeb ,_cdcae :=_agfga (_ffggb ,_ceca ._accf ,_ceca ._dddf ,"\u006do\u0064\u0065\u006c\u003aG\u0065\u0074\u0050\u0072\u0065v\u0069o\u0075s\u0052\u0065\u0076\u0069\u0073\u0069\u006fn"); -if _cdcae !=nil {return nil ,_cdcae ;};_ceca ._befca [_ceca ._ffdgf .GetRevisionNumber ()-1]=_ebfeb ;_ceca ._gccce [_ceca ]=_ebfeb ;_ebfeb ._gccce =_ceca ._gccce ;return _ebfeb ,nil ;}; +// GetExtGState gets the ExtGState specified by keyName. Returns a bool +// indicating whether it was found or not. +func (_ddebb *PdfPageResources )GetExtGState (keyName _bda .PdfObjectName )(_bda .PdfObject ,bool ){if _ddebb .ExtGState ==nil {return nil ,false ;};_facdd ,_badf :=_bda .TraceToDirectObject (_ddebb .ExtGState ).(*_bda .PdfObjectDictionary );if !_badf {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ddebb .ExtGState ); +return nil ,false ;};if _gfffc :=_facdd .Get (keyName );_gfffc !=nil {return _gfffc ,true ;};return nil ,false ;}; // PdfAnnotationFreeText represents FreeText annotations. // (Section 12.5.6.6). -type PdfAnnotationFreeText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;DA _cee .PdfObject ;Q _cee .PdfObject ;RC _cee .PdfObject ;DS _cee .PdfObject ;CL _cee .PdfObject ;IT _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;BS _cee .PdfObject ;LE _cee .PdfObject ; -};func (_dgfa *PdfReader )newPdfAnnotationTextFromDict (_fcac *_cee .PdfObjectDictionary )(*PdfAnnotationText ,error ){_geeg :=PdfAnnotationText {};_bce ,_afba :=_dgfa .newPdfAnnotationMarkupFromDict (_fcac );if _afba !=nil {return nil ,_afba ;};_geeg .PdfAnnotationMarkup =_bce ; -_geeg .Open =_fcac .Get ("\u004f\u0070\u0065\u006e");_geeg .Name =_fcac .Get ("\u004e\u0061\u006d\u0065");_geeg .State =_fcac .Get ("\u0053\u0074\u0061t\u0065");_geeg .StateModel =_fcac .Get ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c"); -return &_geeg ,nil ;}; - -// ViewArea returns the value of the viewArea. -func (_bdccb *ViewerPreferences )ViewArea ()PageBoundary {return _bdccb ._gagga }; - -// SetFlag sets the flag for the field. -func (_cagg *PdfField )SetFlag (flag FieldFlag ){_cagg .Ff =_cee .MakeInteger (int64 (flag ))}; +type PdfAnnotationFreeText struct{*PdfAnnotation ;*PdfAnnotationMarkup ;DA _bda .PdfObject ;Q _bda .PdfObject ;RC _bda .PdfObject ;DS _bda .PdfObject ;CL _bda .PdfObject ;IT _bda .PdfObject ;BE _bda .PdfObject ;RD _bda .PdfObject ;BS _bda .PdfObject ;LE _bda .PdfObject ; +}; // GetRuneMetrics returns the character metrics for the specified rune. // A bool flag is returned to indicate whether or not the entry was found. -func (_gbdeab pdfFontType3 )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_fcffg :=_gbdeab .Encoder ();if _fcffg ==nil {_fca .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_gbdeab ); -return _ce .CharMetrics {},false ;};_fbfg ,_ccfdb :=_fcffg .RuneToCharcode (r );if !_ccfdb {if r !=' '{_fca .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_gbdeab ); -};return _ce .CharMetrics {},false ;};_edcf ,_dbggg :=_gbdeab .GetCharMetrics (_fbfg );return _edcf ,_dbggg ;}; +func (_fbca pdfCIDFontType0 )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){return _geg .CharMetrics {Wx :_fbca ._egcg },true ;}; -// GetXHeight returns the XHeight of the font `descriptor`. -func (_bbcfa *PdfFontDescriptor )GetXHeight ()(float64 ,error ){return _cee .GetNumberAsFloat (_bbcfa .XHeight );}; +// Inspect inspects the object types, subtypes and content in the PDF file returning a map of +// object type to number of instances of each. +func (_bcgff *PdfReader )Inspect ()(map[string ]int ,error ){return _bcgff ._fdadg .Inspect ()};func _edcee (_ggbd *_bda .PdfObjectDictionary ){_fbfba ,_bcba :=_bda .GetArray (_ggbd .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));_fgbga ,_cade :=_bda .GetIntVal (_ggbd .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +_bedb ,_cegge :=_bda .GetIntVal (_ggbd .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if _bcba &&_cade &&_cegge {_fgea :=_fbfba .Len ();if _fgea !=_bedb -_fgbga +1{_ed .Log .Debug ("\u0055\u006e\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u003a\u0020\u0025\u0076\u002c\u0020\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u003a\u0020\u0025\u0076",_fgea ,_bedb ); +_bcefe :=_bda .PdfObjectInteger (_fgbga +_fgea -1);_ggbd .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",&_bcefe );};};}; -// ToPdfObject implements interface PdfModel. -func (_aefe *PdfAnnotationFreeText )ToPdfObject ()_cee .PdfObject {_aefe .PdfAnnotation .ToPdfObject ();_dagg :=_aefe ._eddc ;_fefad :=_dagg .PdfObject .(*_cee .PdfObjectDictionary );_aefe .PdfAnnotationMarkup .appendToPdfDictionary (_fefad );_fefad .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0072\u0065\u0065\u0054\u0065\u0078\u0074")); -_fefad .SetIfNotNil ("\u0044\u0041",_aefe .DA );_fefad .SetIfNotNil ("\u0051",_aefe .Q );_fefad .SetIfNotNil ("\u0052\u0043",_aefe .RC );_fefad .SetIfNotNil ("\u0044\u0053",_aefe .DS );_fefad .SetIfNotNil ("\u0043\u004c",_aefe .CL );_fefad .SetIfNotNil ("\u0049\u0054",_aefe .IT ); -_fefad .SetIfNotNil ("\u0042\u0045",_aefe .BE );_fefad .SetIfNotNil ("\u0052\u0044",_aefe .RD );_fefad .SetIfNotNil ("\u0042\u0053",_aefe .BS );_fefad .SetIfNotNil ("\u004c\u0045",_aefe .LE );return _dagg ;}; +// GetPatternByName gets the pattern specified by keyName. Returns nil if not existing. +// The bool flag indicated whether it was found or not. +func (_ddbga *PdfPageResources )GetPatternByName (keyName _bda .PdfObjectName )(*PdfPattern ,bool ){if _ddbga .Pattern ==nil {return nil ,false ;};_edbcc ,_ebgec :=_bda .TraceToDirectObject (_ddbga .Pattern ).(*_bda .PdfObjectDictionary );if !_ebgec {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074t\u0065\u0072\u006e\u0020\u0065\u006e\u0074r\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064i\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ddbga .Pattern ); +return nil ,false ;};if _eaedge :=_edbcc .Get (keyName );_eaedge !=nil {_dgcec ,_eadbbf :=_gaaefb (_eaedge );if _eadbbf !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020f\u0061\u0069l\u0065\u0064\u0020\u0074\u006f\u0020\u006c\u006fa\u0064\u0020\u0070\u0064\u0066\u0020\u0070\u0061\u0074\u0074\u0065\u0072n\u003a\u0020\u0025\u0076",_eadbbf ); +return nil ,false ;};return _dgcec ,true ;};return nil ,false ;}; -// GetPdfInfo returns the PDF info dictionary. -func (_ffecbg *PdfReader )GetPdfInfo ()(*PdfInfo ,error ){_bcgfbf ,_ccdee :=_ffecbg .GetTrailer ();if _ccdee !=nil {return nil ,_ccdee ;};var _bbceb *_cee .PdfObjectDictionary ;_ebaf :=_bcgfbf .Get ("\u0049\u006e\u0066\u006f");switch _dfag :=_ebaf .(type ){case *_cee .PdfObjectReference :_cafaf :=_dfag ; -_ebaf ,_ccdee =_ffecbg .GetIndirectObjectByNumber (int (_cafaf .ObjectNumber ));_ebaf =_cee .TraceToDirectObject (_ebaf );if _ccdee !=nil {return nil ,_ccdee ;};_bbceb ,_ =_ebaf .(*_cee .PdfObjectDictionary );case *_cee .PdfObjectDictionary :_bbceb =_dfag ; -};if _bbceb ==nil {return nil ,_cdf .New ("I\u006e\u0066\u006f\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006eo\u0074\u0020\u0070r\u0065s\u0065\u006e\u0074");};_ffbcg ,_ccdee :=NewPdfInfoFromObject (_bbceb );if _ccdee !=nil {return nil ,_ccdee ; -};return _ffbcg ,nil ;};var (StructureTypeDocument ="\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074";StructureTypePart ="\u0050\u0061\u0072\u0074";StructureTypeArticle ="\u0041\u0072\u0074";StructureTypeSection ="\u0053\u0065\u0063\u0074";StructureTypeDivision ="\u0044\u0069\u0076"; -StructureTypeBlockQuote ="\u0042\u006c\u006f\u0063\u006b\u0051\u0075\u006f\u0074\u0065";StructureTypeCaption ="\u0043a\u0070\u0074\u0069\u006f\u006e";StructureTypeTOC ="\u0054\u004f\u0043";StructureTypeTOCI ="\u0054\u004f\u0043\u0049";StructureTypeIndex ="\u0049\u006e\u0064e\u0078"; -StructureTypeNonStructural ="\u004eo\u006e\u0053\u0074\u0072\u0075\u0063t";StructureTypePrivate ="\u0050r\u0069\u0076\u0061\u0074\u0065";); +// NewKValue creates a new K value object. +func NewKValue ()*KValue {return &KValue {}};func _ccdda (_bdcfb *_bda .PdfObjectDictionary ,_gfgbf *fontCommon )(*pdfFontType3 ,error ){_ffdfd :=_edfg (_gfgbf );_eecbf :=_bdcfb .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _eecbf ==nil {_eecbf =_bda .MakeInteger (0); +};_ffdfd .FirstChar =_eecbf ;_adcg ,_ceef :=_bda .GetIntVal (_eecbf );if !_ceef {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_eecbf ); +return nil ,_bda .ErrTypeError ;};_ecgc :=_dgb .CharCode (_adcg );_eecbf =_bdcfb .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _eecbf ==nil {_eecbf =_bda .MakeInteger (255);};_ffdfd .LastChar =_eecbf ;_adcg ,_ceef =_bda .GetIntVal (_eecbf ); +if !_ceef {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_eecbf );return nil ,_bda .ErrTypeError ; +};_fbfd :=_dgb .CharCode (_adcg );_eecbf =_bdcfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _eecbf !=nil {_ffdfd .Resources =_eecbf ;};_eecbf =_bdcfb .Get ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s");if _eecbf ==nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0068\u0061\u0072\u0050\u0072\u006f\u0063\u0073\u0020(%\u0076\u0029",_eecbf ); +return nil ,_bda .ErrNotSupported ;};_ffdfd .CharProcs =_eecbf ;_eecbf =_bdcfb .Get ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078");if _eecbf ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0046\u006f\u006et\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0028\u0025\u0076\u0029",_eecbf ); +return nil ,_bda .ErrNotSupported ;};_ffdfd .FontMatrix =_eecbf ;_ffdfd ._cebgc =make (map[_dgb .CharCode ]float64 );_eecbf =_bdcfb .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _eecbf !=nil {_ffdfd .Widths =_eecbf ;_efcdee ,_bcdbf :=_bda .GetArray (_eecbf ); +if !_bcdbf {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_eecbf );return nil ,_bda .ErrTypeError ; +};_bedc ,_bggf :=_efcdee .ToFloat64Array ();if _bggf !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_bggf ;};if len (_bedc )!=int (_fbfd -_ecgc +1){_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_fbfd -_ecgc +1,len (_bedc )); +return nil ,_bda .ErrRangeError ;};_ffgf ,_bcdbf :=_bda .GetArray (_ffdfd .FontMatrix );if !_bcdbf {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_ffgf ); +return nil ,_bggf ;};_deaaa ,_bggf :=_ffgf .ToFloat64Array ();if _bggf !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020c\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0046o\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_bggf ;};_dadfd :=_dfa .NewMatrix (_deaaa [0],_deaaa [1],_deaaa [2],_deaaa [3],_deaaa [4],_deaaa [5]);for _cdega ,_afefg :=range _bedc {_cdcgd ,_ :=_dadfd .Transform (_afefg ,_afefg );_ffdfd ._cebgc [_ecgc +_dgb .CharCode (_cdega )]=_cdcgd ; +};};_ffdfd .Encoding =_bda .TraceToDirectObject (_bdcfb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));_edfad :=_bdcfb .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _edfad !=nil {_ffdfd ._fbedf =_bda .TraceToDirectObject (_edfad ); +_acbg ,_dbebc :=_ccega (_ffdfd ._fbedf ,&_ffdfd .fontCommon );if _dbebc !=nil {return nil ,_dbebc ;};_ffdfd ._eeed =_acbg ;};if _fafbd :=_ffdfd ._eeed ;_fafbd !=nil {_ffdfd ._gabce =_dgb .NewCMapEncoder ("",nil ,_fafbd );}else {_ffdfd ._gabce =_dgb .NewPdfDocEncoder (); +};return _ffdfd ,nil ;}; -// String returns a string representation of PdfTransformParamsDocMDP. -func (_ceba *PdfTransformParamsDocMDP )String ()string {return _e .Sprintf ("\u0025\u0073\u0020\u0050\u003a\u0020\u0025\u0073\u0020V\u003a\u0020\u0025\u0073",_ceba .Type ,_ceba .P ,_ceba .V );};func (_eafb *PdfReader )newPdfActionJavaScriptFromDict (_fgfa *_cee .PdfObjectDictionary )(*PdfActionJavaScript ,error ){return &PdfActionJavaScript {JS :_fgfa .Get ("\u004a\u0053")},nil ; -};func (_gbde *PdfReader )newPdfActionSetOCGStateFromDict (_cge *_cee .PdfObjectDictionary )(*PdfActionSetOCGState ,error ){return &PdfActionSetOCGState {State :_cge .Get ("\u0053\u0074\u0061t\u0065"),PreserveRB :_cge .Get ("\u0050\u0072\u0065\u0073\u0065\u0072\u0076\u0065\u0052\u0042")},nil ; -};var _ pdfFont =(*pdfFontSimple )(nil ); +// NewPdfActionURI returns a new "Uri" action. +func NewPdfActionURI ()*PdfActionURI {_dcc :=NewPdfAction ();_ef :=&PdfActionURI {};_ef .PdfAction =_dcc ;_dcc .SetContext (_ef );return _ef ;}; -// SetDecode sets the decode image float slice. -func (_gbggg *Image )SetDecode (decode []float64 ){_gbggg ._cabgb =decode }; +// ToPdfObject implements interface PdfModel. +func (_dec *PdfActionSound )ToPdfObject ()_bda .PdfObject {_dec .PdfAction .ToPdfObject ();_cdg :=_dec ._gg ;_egbc :=_cdg .PdfObject .(*_bda .PdfObjectDictionary );_egbc .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeSound )));_egbc .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_dec .Sound ); +_egbc .SetIfNotNil ("\u0056\u006f\u006c\u0075\u006d\u0065",_dec .Volume );_egbc .SetIfNotNil ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073",_dec .Synchronous );_egbc .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_dec .Repeat ); +_egbc .SetIfNotNil ("\u004d\u0069\u0078",_dec .Mix );return _cdg ;}; -// GetContainingPdfObject returns the container of the pattern object (indirect object). -func (_caagd *PdfPattern )GetContainingPdfObject ()_cee .PdfObject {return _caagd ._bgabc }; +// ToPdfObject returns a PDF object representation of the outline. +func (_fdcea *Outline )ToPdfObject ()_bda .PdfObject {return _fdcea .ToPdfOutline ().ToPdfObject ()};func (_fgbfd *PdfWriter )writeOutlines ()error {if _fgbfd ._fcade ==nil {return nil ;};_ed .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0054\u0072\u0065\u0065\u003a\u0020\u0025\u002b\u0076",_fgbfd ._fcade ); +_cgadg :=_fgbfd ._fcade .ToPdfObject ();_ed .Log .Trace ("\u004fu\u0074\u006c\u0069\u006e\u0065\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0025\u0054\u002c\u0020\u0070\u003a\u0025\u0070\u0029",_cgadg ,_cgadg ,_cgadg );_fgbfd ._geadba .Set ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073",_cgadg ); +_fgdbf :=_fgbfd .addObjects (_cgadg );if _fgdbf !=nil {return _fgdbf ;};return nil ;}; -// ToUnicode returns the name of the font's "ToUnicode" field if there is one, or "" if there isn't. -func (_gcbf *PdfFont )ToUnicode ()string {if _gcbf .baseFields ()._abcbf ==nil {return "";};return _gcbf .baseFields ()._abcbf .Name ();}; +// NewPdfAnnotationLine returns a new line annotation. +func NewPdfAnnotationLine ()*PdfAnnotationLine {_eaad :=NewPdfAnnotation ();_dfbb :=&PdfAnnotationLine {};_dfbb .PdfAnnotation =_eaad ;_dfbb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_eaad .SetContext (_dfbb );return _dfbb ;}; -// PdfActionImportData represents a importData action. -type PdfActionImportData struct{*PdfAction ;F *PdfFilespec ;}; +// AddCerts adds certificates to DSS. +func (_bbcbd *DSS )AddCerts (certs [][]byte )([]*_bda .PdfObjectStream ,error ){return _bbcbd .add (&_bbcbd .Certs ,_bbcbd ._fega ,certs );}; -// DecodeArray returns the component range values for the Indexed colorspace. -func (_bddg *PdfColorspaceSpecialIndexed )DecodeArray ()[]float64 {return []float64 {0,float64 (_bddg .HiVal )};}; +// PdfColorPatternType3 represents a color shading pattern type 3 (Radial). +type PdfColorPatternType3 struct{Color PdfColor ;PatternName _bda .PdfObjectName ;}; -// PdfAnnotationLink represents Link annotations. -// (Section 12.5.6.5 p. 403). -type PdfAnnotationLink struct{*PdfAnnotation ;A _cee .PdfObject ;Dest _cee .PdfObject ;H _cee .PdfObject ;PA _cee .PdfObject ;QuadPoints _cee .PdfObject ;BS _cee .PdfObject ;_bef *PdfAction ;_cfd *PdfReader ;}; +// Width returns the width of `rect`. +func (_gcfc *PdfRectangle )Width ()float64 {return _ce .Abs (_gcfc .Urx -_gcfc .Llx )}; -// GetContainingPdfObject returns the container of the PdfAcroForm (indirect object). -func (_dbeec *PdfAcroForm )GetContainingPdfObject ()_cee .PdfObject {return _dbeec ._cebbd }; +// PdfFunctionType4 is a Postscript calculator functions. +type PdfFunctionType4 struct{Domain []float64 ;Range []float64 ;Program *_gag .PSProgram ;_edcbd *_gag .PSExecutor ;_bedf []byte ;_eadd *_bda .PdfObjectStream ;};const (TrappedUnknown PdfInfoTrapped ="\u0055n\u006b\u006e\u006f\u0077\u006e";TrappedTrue PdfInfoTrapped ="\u0054\u0072\u0075\u0065"; +TrappedFalse PdfInfoTrapped ="\u0046\u0061\u006cs\u0065";); -// NewPdfShadingType2 creates an empty shading type 2 dictionary. -func NewPdfShadingType2 ()*PdfShadingType2 {_bbfda :=&PdfShadingType2 {};_bbfda .PdfShading =&PdfShading {};_bbfda .PdfShading ._dfgbe =_cee .MakeIndirectObject (_cee .MakeDict ());_bbfda .PdfShading ._ddffe =_bbfda ;return _bbfda ;}; +// GetContentStreamObjs returns a slice of PDF objects containing the content +// streams of the page. +func (_aggga *PdfPage )GetContentStreamObjs ()[]_bda .PdfObject {if _aggga .Contents ==nil {return nil ;};_aefg :=_bda .TraceToDirectObject (_aggga .Contents );if _dcead ,_gedcb :=_aefg .(*_bda .PdfObjectArray );_gedcb {return _dcead .Elements ();};return []_bda .PdfObject {_aefg }; +};func (_cbge *PdfReader )newPdfAnnotationLineFromDict (_bggb *_bda .PdfObjectDictionary )(*PdfAnnotationLine ,error ){_gdbd :=PdfAnnotationLine {};_gdfc ,_fae :=_cbge .newPdfAnnotationMarkupFromDict (_bggb );if _fae !=nil {return nil ,_fae ;};_gdbd .PdfAnnotationMarkup =_gdfc ; +_gdbd .L =_bggb .Get ("\u004c");_gdbd .BS =_bggb .Get ("\u0042\u0053");_gdbd .LE =_bggb .Get ("\u004c\u0045");_gdbd .IC =_bggb .Get ("\u0049\u0043");_gdbd .LL =_bggb .Get ("\u004c\u004c");_gdbd .LLE =_bggb .Get ("\u004c\u004c\u0045");_gdbd .Cap =_bggb .Get ("\u0043\u0061\u0070"); +_gdbd .IT =_bggb .Get ("\u0049\u0054");_gdbd .LLO =_bggb .Get ("\u004c\u004c\u004f");_gdbd .CP =_bggb .Get ("\u0043\u0050");_gdbd .Measure =_bggb .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");_gdbd .CO =_bggb .Get ("\u0043\u004f");return &_gdbd ,nil ; +};func _cfffe (_efaga *_bda .PdfObjectDictionary )(*PdfShadingType1 ,error ){_dgcd :=PdfShadingType1 {};if _cedgd :=_efaga .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_cedgd !=nil {_cedgd =_bda .TraceToDirectObject (_cedgd );_egbe ,_edbeb :=_cedgd .(*_bda .PdfObjectArray ); +if !_edbeb {_ed .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cedgd );return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_dgcd .Domain =_egbe ;};if _dbgec :=_efaga .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_dbgec !=nil {_dbgec =_bda .TraceToDirectObject (_dbgec );_aafgg ,_dddge :=_dbgec .(*_bda .PdfObjectArray );if !_dddge {_ed .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dbgec ); +return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_dgcd .Matrix =_aafgg ;};_edcbaf :=_efaga .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _edcbaf ==nil {_ed .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_dgcd .Function =[]PdfFunction {};if _aecfd ,_dgeag :=_edcbaf .(*_bda .PdfObjectArray );_dgeag {for _ ,_gbcbf :=range _aecfd .Elements (){_bbee ,_eadc :=_aaeca (_gbcbf );if _eadc !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eadc ); +return nil ,_eadc ;};_dgcd .Function =append (_dgcd .Function ,_bbee );};}else {_abbdcc ,_aafe :=_aaeca (_edcbaf );if _aafe !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_aafe ); +return nil ,_aafe ;};_dgcd .Function =append (_dgcd .Function ,_abbdcc );};return &_dgcd ,nil ;}; -// SetXObjectImageByNameLazy adds the provided XObjectImage to the page resources. -// The added XObjectImage is identified by the specified name. -func (_gafg *PdfPageResources )SetXObjectImageByNameLazy (keyName _cee .PdfObjectName ,ximg *XObjectImage ,lazy bool )error {_agccc :=ximg .ToPdfObject ().(*_cee .PdfObjectStream );if lazy {_agccc .MakeLazy ();};_dbfedg :=_gafg .SetXObjectByName (keyName ,_agccc ); -return _dbfedg ;}; +// Direction represents the predominant reading order for text. +type Direction string ; -// GetCatalogMetadata gets the catalog defined XMP Metadata. -func (_gfge *PdfReader )GetCatalogMetadata ()(_cee .PdfObject ,bool ){if _gfge ._cacfe ==nil {return nil ,false ;};_bdgccf :=_gfge ._cacfe .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return _bdgccf ,_bdgccf !=nil ;}; +// HasColorspaceByName checks if the colorspace with the specified name exists in the page resources. +func (_fagd *PdfPageResources )HasColorspaceByName (keyName _bda .PdfObjectName )bool {_gdbee ,_fcggg :=_fagd .GetColorspaces ();if _fcggg !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_fcggg ); +return false ;};if _gdbee ==nil {return false ;};_ ,_cfeef :=_gdbee .Colorspaces [string (keyName )];return _cfeef ;}; -// ToPdfObject implements model.PdfModel interface. -func (_egcad *PdfOutputIntent )ToPdfObject ()_cee .PdfObject {if _egcad ._eebee ==nil {_egcad ._eebee =_cee .MakeDict ();};_dgeab :=_egcad ._eebee ;if _egcad .Type !=""{_dgeab .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName (_egcad .Type ));};_dgeab .Set ("\u0053",_cee .MakeName (_egcad .S .String ())); -if _egcad .OutputCondition !=""{_dgeab .Set ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e",_cee .MakeString (_egcad .OutputCondition ));};_dgeab .Set ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r",_cee .MakeString (_egcad .OutputConditionIdentifier )); -_dgeab .Set ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065",_cee .MakeString (_egcad .RegistryName ));if _egcad .Info !=""{_dgeab .Set ("\u0049\u006e\u0066\u006f",_cee .MakeString (_egcad .Info ));};if len (_egcad .DestOutputProfile )!=0{_bdga ,_gbce :=_cee .MakeStream (_egcad .DestOutputProfile ,_cee .NewFlateEncoder ()); -if _gbce !=nil {_fca .Log .Error ("\u004d\u0061\u006b\u0065\u0053\u0074\u0072\u0065\u0061\u006d\u0020\u0044\u0065s\u0074\u004f\u0075\u0074\u0070\u0075t\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_gbce ); -};_bdga .PdfObjectDictionary .Set ("\u004e",_cee .MakeInteger (int64 (_egcad .ColorComponents )));_gabbc :=make ([]float64 ,_egcad .ColorComponents *2);for _ffffg :=0;_ffffg < _egcad .ColorComponents *2;_ffffg ++{_aabdc :=0.0;if _ffffg %2!=0{_aabdc =1.0; -};_gabbc [_ffffg ]=_aabdc ;};_bdga .PdfObjectDictionary .Set ("\u0052\u0061\u006eg\u0065",_cee .MakeArrayFromFloats (_gabbc ));_dgeab .Set ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065",_bdga );};return _dgeab ; -}; +// ToPdfObject converts the font to a PDF representation. +func (_aebgg *pdfFontType3 )ToPdfObject ()_bda .PdfObject {if _aebgg ._bbfd ==nil {_aebgg ._bbfd =&_bda .PdfIndirectObject {};};_dgfab :=_aebgg .baseFields ().asPdfObjectDictionary ("\u0054\u0079\u0070e\u0033");_aebgg ._bbfd .PdfObject =_dgfab ;if _aebgg .FirstChar !=nil {_dgfab .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_aebgg .FirstChar ); +};if _aebgg .LastChar !=nil {_dgfab .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_aebgg .LastChar );};if _aebgg .Widths !=nil {_dgfab .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_aebgg .Widths );};if _aebgg .Encoding !=nil {_dgfab .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_aebgg .Encoding ); +}else if _aebgg ._gabce !=nil {_fbeef :=_aebgg ._gabce .ToPdfObject ();if _fbeef !=nil {_dgfab .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fbeef );};};if _aebgg .FontBBox !=nil {_dgfab .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_aebgg .FontBBox ); +};if _aebgg .FontMatrix !=nil {_dgfab .Set ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0069\u0072\u0078",_aebgg .FontMatrix );};if _aebgg .CharProcs !=nil {_dgfab .Set ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s",_aebgg .CharProcs );};if _aebgg .Resources !=nil {_dgfab .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aebgg .Resources ); +};return _aebgg ._bbfd ;}; -// GetType returns the button field type which returns one of the following -// - PdfFieldButtonPush for push button fields -// - PdfFieldButtonCheckbox for checkbox fields -// - PdfFieldButtonRadio for radio button fields -func (_fdff *PdfFieldButton )GetType ()ButtonType {_afbgb :=ButtonTypeCheckbox ;if _fdff .Ff !=nil {if (uint32 (*_fdff .Ff )&FieldFlagPushbutton .Mask ())> 0{_afbgb =ButtonTypePush ;}else if (uint32 (*_fdff .Ff )&FieldFlagRadio .Mask ())> 0{_afbgb =ButtonTypeRadio ; -};};return _afbgb ;}; +// ToPdfObject implements interface PdfModel. +func (_bbga *PdfAnnotationUnderline )ToPdfObject ()_bda .PdfObject {_bbga .PdfAnnotation .ToPdfObject ();_bceg :=_bbga ._ged ;_decb :=_bceg .PdfObject .(*_bda .PdfObjectDictionary );_bbga .PdfAnnotationMarkup .appendToPdfDictionary (_decb );_decb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0055n\u0064\u0065\u0072\u006c\u0069\u006ee")); +_decb .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_bbga .QuadPoints );return _bceg ;};func _gaaefb (_cdbbf _bda .PdfObject )(*PdfPattern ,error ){_dgfaf :=&PdfPattern {};var _aebc *_bda .PdfObjectDictionary ;if _egbcd ,_eacb :=_bda .GetIndirect (_cdbbf ); +_eacb {_dgfaf ._cbbgec =_egbcd ;_cdade ,_gbcad :=_egbcd .PdfObject .(*_bda .PdfObjectDictionary );if !_gbcad {_ed .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0028g\u006f\u0074\u0020%\u0054\u0029",_egbcd .PdfObject ); +return nil ,_bda .ErrTypeError ;};_aebc =_cdade ;}else if _daab ,_cbdf :=_bda .GetStream (_cdbbf );_cbdf {_dgfaf ._cbbgec =_daab ;_aebc =_daab .PdfObjectDictionary ;}else {_ed .Log .Debug ("\u0050a\u0074\u0074e\u0072\u006e\u0020\u006eo\u0074\u0020\u0061n\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 o\u0062\u006a\u0065c\u0074\u0020o\u0072\u0020\u0073\u0074\u0072\u0065a\u006d\u002e \u0025\u0054",_cdbbf ); +return nil ,_bda .ErrTypeError ;};_bgfe :=_aebc .Get ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065");if _bgfe ==nil {_ed .Log .Debug ("\u0050\u0064\u0066\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0020\u0050\u0061\u0074t\u0065\u0072n\u0054\u0079\u0070\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_bbge ,_dace :=_bgfe .(*_bda .PdfObjectInteger );if !_dace {_ed .Log .Debug ("\u0050\u0061tt\u0065\u0072\u006e \u0074\u0079\u0070\u0065 no\u0074 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067er\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_bgfe ); +return nil ,_bda .ErrTypeError ;};if *_bbge !=1&&*_bbge !=2{_ed .Log .Debug ("\u0050\u0061\u0074\u0074e\u0072\u006e\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d \u0031/\u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",*_bbge );return nil ,_bda .ErrRangeError ; +};_dgfaf .PatternType =int64 (*_bbge );switch *_bbge {case 1:_fgcbd ,_cbgc :=_fcee (_aebc );if _cbgc !=nil {return nil ,_cbgc ;};_fgcbd .PdfPattern =_dgfaf ;_dgfaf ._dgaed =_fgcbd ;return _dgfaf ,nil ;case 2:_dffe ,_ebdd :=_fbdad (_aebc );if _ebdd !=nil {return nil ,_ebdd ; +};_dffe .PdfPattern =_dgfaf ;_dgfaf ._dgaed =_dffe ;return _dgfaf ,nil ;};return nil ,_gea .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e");};func (_eae *PdfReader )newPdfActionJavaScriptFromDict (_cfe *_bda .PdfObjectDictionary )(*PdfActionJavaScript ,error ){return &PdfActionJavaScript {JS :_cfe .Get ("\u004a\u0053")},nil ; +};func (_bfe *PdfReader )newPdfActionImportDataFromDict (_adf *_bda .PdfObjectDictionary )(*PdfActionImportData ,error ){_bff ,_ecf :=_ggfe (_adf .Get ("\u0046"));if _ecf !=nil {return nil ,_ecf ;};return &PdfActionImportData {F :_bff },nil ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// component PDF objects. -func (_fccc *PdfColorspaceICCBased )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if _fccc .Alternate ==nil {if _fccc .N ==1{_aagf :=NewPdfColorspaceDeviceGray ();return _aagf .ColorFromPdfObjects (objects );}else if _fccc .N ==3{_aage :=NewPdfColorspaceDeviceRGB (); -return _aage .ColorFromPdfObjects (objects );}else if _fccc .N ==4{_fgdd :=NewPdfColorspaceDeviceCMYK ();return _fgdd .ColorFromPdfObjects (objects );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};return _fccc .Alternate .ColorFromPdfObjects (objects );};func (_fgcdb *PdfWriter )writeOutlines ()error {if _fgcdb ._fecge ==nil {return nil ;};_fca .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0054\u0072\u0065\u0065\u003a\u0020\u0025\u002b\u0076",_fgcdb ._fecge ); -_agae :=_fgcdb ._fecge .ToPdfObject ();_fca .Log .Trace ("\u004fu\u0074\u006c\u0069\u006e\u0065\u0073\u003a\u0020\u0025\u002b\u0076 \u0028\u0025\u0054\u002c\u0020\u0070\u003a\u0025\u0070\u0029",_agae ,_agae ,_agae );_fgcdb ._cdebc .Set ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073",_agae ); -_eeede :=_fgcdb .addObjects (_agae );if _eeede !=nil {return _eeede ;};return nil ;}; +// G returns the value of the green component of the color. +func (_bafc *PdfColorDeviceRGB )G ()float64 {return _bafc [1]}; -// GetNamedDestinations returns the Dests entry in the PDF catalog. -// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). -func (_efgf *PdfReader )GetNamedDestinations ()(_cee .PdfObject ,error ){_baec :=_cee .ResolveReference (_efgf ._cacfe .Get ("\u0044\u0065\u0073t\u0073"));if _baec ==nil {return nil ,nil ;};if !_efgf ._dbfb {_geef :=_efgf .traverseObjectData (_baec );if _geef !=nil {return nil ,_geef ; -};};return _baec ,nil ;}; +// NonFullScreenPageMode returns the value of the nonFullScreenPageMode. +func (_abfcc *ViewerPreferences )NonFullScreenPageMode ()NonFullScreenPageMode {return _abfcc ._egeea }; -// AddKDict adds a K dictionary object to the structure tree root. -func (_fecab *StructTreeRoot )AddKDict (k *KDict ){_fecab .K =append (_fecab .K ,k )}; +// PdfAnnotationUnderline represents Underline annotations. +// (Section 12.5.6.10). +type PdfAnnotationUnderline struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _bda .PdfObject ;};func (_ddbdd *PdfReader )loadForms ()(*PdfAcroForm ,error ){if _ddbdd ._fdadg .GetCrypter ()!=nil &&!_ddbdd ._fdadg .IsAuthenticated (){return nil ,_c .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_fecbed :=_ddbdd ._dabg ;_adaa :=_fecbed .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d");if _adaa ==nil {return nil ,nil ;};_edbbga ,_ddag :=_bda .GetIndirect (_adaa );_adaa =_bda .TraceToDirectObject (_adaa );if _bda .IsNullObject (_adaa ){_ed .Log .Trace ("\u0041\u0063\u0072of\u006f\u0072\u006d\u0020\u0069\u0073\u0020\u0061\u0020n\u0075l\u006c \u006fb\u006a\u0065\u0063\u0074\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029\u000a"); +return nil ,nil ;};_bgecb ,_gcdbag :=_bda .GetDict (_adaa );if !_gcdbag {_ed .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u0041\u0063\u0072\u006fF\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_adaa );_ed .Log .Debug ("\u0044\u006f\u0065\u0073 n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0073"); +return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0061\u0063\u0072\u006ff\u006fr\u006d \u0065\u006e\u0074\u0072\u0079\u0020\u0025T",_adaa );};_ed .Log .Trace ("\u0048\u0061\u0073\u0020\u0041\u0063\u0072\u006f\u0020f\u006f\u0072\u006d\u0073"); +_ed .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0041\u0063r\u006ff\u006f\u0072\u006d\u0073\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075\u0072\u0065");if !_ddbdd ._aaece {_babff :=_ddbdd .traverseObjectData (_bgecb ); +if _babff !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0074\u0072a\u0076\u0065\u0072\u0073\u0065\u0020\u0041\u0063\u0072\u006fFo\u0072\u006d\u0073 \u0028%\u0073\u0029",_babff ); +return nil ,_babff ;};};_feefe ,_bedcce :=_ddbdd .newPdfAcroFormFromDict (_edbbga ,_bgecb );if _bedcce !=nil {return nil ,_bedcce ;};_feefe ._dacab =!_ddag ;return _feefe ,nil ;};func _ecfc (_cgeg *PdfPage )map[_bda .PdfObjectName ]_bda .PdfObject {_eafc :=make (map[_bda .PdfObjectName ]_bda .PdfObject ); +if _cgeg .Resources ==nil {return _eafc ;};if _cgeg .Resources .Font !=nil {if _ffgc ,_febg :=_bda .GetDict (_cgeg .Resources .Font );_febg {for _ ,_fcga :=range _ffgc .Keys (){_eafc [_fcga ]=_ffgc .Get (_fcga );};};};if _cgeg .Resources .ExtGState !=nil {if _egf ,_eag :=_bda .GetDict (_cgeg .Resources .ExtGState ); +_eag {for _ ,_acdc :=range _egf .Keys (){_eafc [_acdc ]=_egf .Get (_acdc );};};};if _cgeg .Resources .XObject !=nil {if _gbdfe ,_abfd :=_bda .GetDict (_cgeg .Resources .XObject );_abfd {for _ ,_ecde :=range _gbdfe .Keys (){_eafc [_ecde ]=_gbdfe .Get (_ecde ); +};};};if _cgeg .Resources .Pattern !=nil {if _fcb ,_adeb :=_bda .GetDict (_cgeg .Resources .Pattern );_adeb {for _ ,_deeb :=range _fcb .Keys (){_eafc [_deeb ]=_fcb .Get (_deeb );};};};if _cgeg .Resources .Shading !=nil {if _eba ,_fabg :=_bda .GetDict (_cgeg .Resources .Shading ); +_fabg {for _ ,_gfef :=range _eba .Keys (){_eafc [_gfef ]=_eba .Get (_gfef );};};};if _cgeg .Resources .ProcSet !=nil {if _afbc ,_abaa :=_bda .GetDict (_cgeg .Resources .ProcSet );_abaa {for _ ,_dede :=range _afbc .Keys (){_eafc [_dede ]=_afbc .Get (_dede ); +};};};if _cgeg .Resources .Properties !=nil {if _adeab ,_bead :=_bda .GetDict (_cgeg .Resources .Properties );_bead {for _ ,_bdad :=range _adeab .Keys (){_eafc [_bdad ]=_adeab .Get (_bdad );};};};return _eafc ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_fdfad *PdfShading )ToPdfObject ()_cee .PdfObject {_eaafg :=_fdfad ._dfgbe ;_ebagae ,_egeea :=_fdfad .getShadingDict ();if _egeea !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _fdfad .ShadingType !=nil {_ebagae .Set ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_fdfad .ShadingType );};if _fdfad .ColorSpace !=nil {_ebagae .Set ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_fdfad .ColorSpace .ToPdfObject ()); -};if _fdfad .Background !=nil {_ebagae .Set ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064",_fdfad .Background );};if _fdfad .BBox !=nil {_ebagae .Set ("\u0042\u0042\u006f\u0078",_fdfad .BBox .ToPdfObject ());};if _fdfad .AntiAlias !=nil {_ebagae .Set ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s",_fdfad .AntiAlias ); -};return _eaafg ;}; +// String returns a string representation of PdfTransformParamsDocMDP. +func (_dfbf *PdfTransformParamsDocMDP )String ()string {return _c .Sprintf ("\u0025\u0073\u0020\u0050\u003a\u0020\u0025\u0073\u0020V\u003a\u0020\u0025\u0073",_dfbf .Type ,_dfbf .P ,_dfbf .V );};type fontFile struct{_dddg string ;_deag string ;_ffde _dgb .SimpleEncoder ; +}; -// SetPdfKeywords sets the Keywords attribute of the output PDF. -func SetPdfKeywords (keywords string ){_dggagg .Lock ();defer _dggagg .Unlock ();_dcae =keywords }; +// NewPdfShadingType2 creates an empty shading type 2 dictionary. +func NewPdfShadingType2 ()*PdfShadingType2 {_cdgae :=&PdfShadingType2 {};_cdgae .PdfShading =&PdfShading {};_cdgae .PdfShading ._gfdga =_bda .MakeIndirectObject (_bda .MakeDict ());_cdgae .PdfShading ._cdded =_cdgae ;return _cdgae ;}; -// NewPdfColorspaceSpecialPattern returns a new pattern color. -func NewPdfColorspaceSpecialPattern ()*PdfColorspaceSpecialPattern {return &PdfColorspaceSpecialPattern {};}; +// ToPdfObject returns the button field dictionary within an indirect object. +func (_cgaeg *PdfFieldButton )ToPdfObject ()_bda .PdfObject {_cgaeg .PdfField .ToPdfObject ();_fada :=_cgaeg ._ceaeg ;_bafde :=_fada .PdfObject .(*_bda .PdfObjectDictionary );_bafde .Set ("\u0046\u0054",_bda .MakeName ("\u0042\u0074\u006e"));if _cgaeg .Opt !=nil {_bafde .Set ("\u004f\u0070\u0074",_cgaeg .Opt ); +};return _fada ;}; -// HasPatternByName checks whether a pattern object is defined by the specified keyName. -func (_afag *PdfPageResources )HasPatternByName (keyName _cee .PdfObjectName )bool {_ ,_fafcc :=_afag .GetPatternByName (keyName );return _fafcc ;};var (StructureTypeParagraph ="\u0050";StructureTypeHeader ="\u0048";StructureTypeHeading1 ="\u0048\u0031"; -StructureTypeHeading2 ="\u0048\u0032";StructureTypeHeading3 ="\u0048\u0033";StructureTypeHeading4 ="\u0048\u0034";StructureTypeHeading5 ="\u0048\u0035";StructureTypeHeading6 ="\u0048\u0036";StructureTypeList ="\u004c";StructureTypeListItem ="\u004c\u0049"; -StructureTypeLabel ="\u004c\u0062\u006c";StructureTypeListBody ="\u004c\u0042\u006fd\u0079";StructureTypeTable ="\u0054\u0061\u0062l\u0065";StructureTypeTableRow ="\u0054\u0052";StructureTypeTableHeaderCell ="\u0054\u0048";StructureTypeTableData ="\u0054\u0044"; -StructureTypeTableHead ="\u0054\u0048\u0065a\u0064";StructureTypeTableBody ="\u0054\u0042\u006fd\u0079";StructureTypeTableFooter ="\u0054\u0046\u006fo\u0074";); +// Encoder returns the font's text encoder. +func (_ecca *PdfFont )Encoder ()_dgb .TextEncoder {_eadec :=_ecca .actualFont ();if _eadec ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0045n\u0063\u006f\u0064er\u0020\u006e\u006f\u0074\u0020\u0069m\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066o\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d%\u0023\u0054",_ecca ._ggada ); +return nil ;};return _eadec .Encoder ();}; -// SetHideMenubar sets the value of the hideMenubar flag. -func (_eadebg *ViewerPreferences )SetHideMenubar (hideMenubar bool ){_eadebg ._fcbcb =&hideMenubar }; +// NewPdfColorCalRGB returns a new CalRBG color. +func NewPdfColorCalRGB (a ,b ,c float64 )*PdfColorCalRGB {_acgcc :=PdfColorCalRGB {a ,b ,c };return &_acgcc ;}; -// EnableChain adds the specified certificate chain and validation data (OCSP -// and CRL information) for it to the global scope of the document DSS. The -// added data is used for validating any of the signatures present in the -// document. The LTV client attempts to build the certificate chain up to a -// trusted root by downloading any missing certificates. -func (_cbed *LTV )EnableChain (chain []*_dfd .Certificate )error {return _cbed .enable (nil ,chain ,"")}; +// EncryptionAlgorithm is used in EncryptOptions to change the default algorithm used to encrypt the document. +type EncryptionAlgorithm int ;func (_bfadd *pdfFontType0 )bytesToCharcodes (_bdacc []byte )([]_dgb .CharCode ,bool ){if _bfadd ._fbcb ==nil {return nil ,false ;};_bgbd ,_bebf :=_bfadd ._fbcb .BytesToCharcodes (_bdacc );if !_bebf {return nil ,false ;};_aedc :=make ([]_dgb .CharCode ,len (_bgbd )); +for _gcbf ,_feadd :=range _bgbd {_aedc [_gcbf ]=_dgb .CharCode (_feadd );};return _aedc ,true ;}; -// PdfActionMovie represents a movie action. -type PdfActionMovie struct{*PdfAction ;Annotation _cee .PdfObject ;T _cee .PdfObject ;Operation _cee .PdfObject ;}; +// GetNumComponents returns the number of input color components, i.e. that are input to the tint transform. +func (_cbcae *PdfColorspaceDeviceN )GetNumComponents ()int {return _cbcae .ColorantNames .Len ()}; -// ToInteger convert to an integer format. -func (_aadb *PdfColorDeviceCMYK )ToInteger (bits int )[4]uint32 {_ecbb :=_aaa .Pow (2,float64 (bits ))-1;return [4]uint32 {uint32 (_ecbb *_aadb .C ()),uint32 (_ecbb *_aadb .M ()),uint32 (_ecbb *_aadb .Y ()),uint32 (_ecbb *_aadb .K ())};}; +// DecodeArray returns the range of color component values in the Lab colorspace. +func (_faeg *PdfColorspaceLab )DecodeArray ()[]float64 {_cbgbe :=[]float64 {0,100};if _faeg !=nil &&_faeg .Range !=nil &&len (_faeg .Range )==4{_cbgbe =append (_cbgbe ,_faeg .Range ...);}else {_cbgbe =append (_cbgbe ,-100,100,-100,100);};return _cbgbe ; +}; -// PdfFunctionType4 is a Postscript calculator functions. -type PdfFunctionType4 struct{Domain []float64 ;Range []float64 ;Program *_daa .PSProgram ;_gfcca *_daa .PSExecutor ;_fedee []byte ;_agbg *_cee .PdfObjectStream ;}; +// SetPrintClip sets the value of the printClip. +func (_ecgca *ViewerPreferences )SetPrintClip (printClip PageBoundary ){_ecgca ._eefag =printClip }; -// PdfAnnotationSquiggly represents Squiggly annotations. -// (Section 12.5.6.10). -type PdfAnnotationSquiggly struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; +// ToPdfObject implements interface PdfModel. +func (_gbbb *PdfAnnotationSquare )ToPdfObject ()_bda .PdfObject {_gbbb .PdfAnnotation .ToPdfObject ();_cacc :=_gbbb ._ged ;_fcce :=_cacc .PdfObject .(*_bda .PdfObjectDictionary );if _gbbb .PdfAnnotationMarkup !=nil {_gbbb .PdfAnnotationMarkup .appendToPdfDictionary (_fcce ); +};_fcce .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053\u0071\u0075\u0061\u0072\u0065"));_fcce .SetIfNotNil ("\u0042\u0053",_gbbb .BS );_fcce .SetIfNotNil ("\u0049\u0043",_gbbb .IC );_fcce .SetIfNotNil ("\u0042\u0045",_gbbb .BE ); +_fcce .SetIfNotNil ("\u0052\u0044",_gbbb .RD );return _cacc ;};type pdfFontSimple struct{fontCommon ;_gdagb *_bda .PdfIndirectObject ;_dfad map[_dgb .CharCode ]float64 ;_cbedg _dgb .TextEncoder ;_gdgeg _dgb .TextEncoder ;_edaf *PdfFontDescriptor ; -// GetContext returns a reference to the subshading entry as represented by PdfShadingType1-7. -func (_aggbb *PdfShading )GetContext ()PdfModel {return _aggbb ._ddffe }; - -// PdfTilingPattern is a Tiling pattern that consists of repetitions of a pattern cell with defined intervals. -// It is a type 1 pattern. (PatternType = 1). -// A tiling pattern is represented by a stream object, where the stream content is -// a content stream that describes the pattern cell. -type PdfTilingPattern struct{*PdfPattern ;PaintType *_cee .PdfObjectInteger ;TilingType *_cee .PdfObjectInteger ;BBox *PdfRectangle ;XStep *_cee .PdfObjectFloat ;YStep *_cee .PdfObjectFloat ;Resources *PdfPageResources ;Matrix *_cee .PdfObjectArray ;}; +// Encoding is subject to limitations that are described in 9.6.6, "Character Encoding". +// BaseFont is derived differently. +FirstChar _bda .PdfObject ;LastChar _bda .PdfObject ;Widths _bda .PdfObject ;Encoding _bda .PdfObject ;_feada *_geg .RuneCharSafeMap ;};func (_dfbag *PdfWriter )updateObjectNumbers (){_bfeg :=_dfbag .ObjNumOffset ;_agfcg :=0;for _ ,_fcebb :=range _dfbag ._ccbbg {_cgefd :=int64 (_agfcg +1+_bfeg ); +_fafdbg :=true ;if _dfbag ._eccfc {if _cdbgb ,_edbaf :=_dfbag ._gcgde [_fcebb ];_edbaf {_cgefd =_cdbgb ;_fafdbg =false ;};};switch _adeg :=_fcebb .(type ){case *_bda .PdfIndirectObject :_adeg .ObjectNumber =_cgefd ;_adeg .GenerationNumber =0;case *_bda .PdfObjectStream :_adeg .ObjectNumber =_cgefd ; +_adeg .GenerationNumber =0;case *_bda .PdfObjectStreams :_adeg .ObjectNumber =_cgefd ;_adeg .GenerationNumber =0;case *_bda .PdfObjectReference :_adeg .ObjectNumber =_cgefd ;_adeg .GenerationNumber =0;case *_bda .PdfObjectDictionary ,*_bda .PdfObjectString :default:_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u0020%\u0054\u0020\u002d\u0020\u0073\u006b\u0069p\u0070\u0069\u006e\u0067",_adeg ); +continue ;};if _fafdbg {_agfcg ++;};};_egbgf :=func (_fcgaaf _bda .PdfObject )int64 {switch _aebbac :=_fcgaaf .(type ){case *_bda .PdfIndirectObject :return _aebbac .ObjectNumber ;case *_bda .PdfObjectStream :return _aebbac .ObjectNumber ;case *_bda .PdfObjectStreams :return _aebbac .ObjectNumber ; +case *_bda .PdfObjectReference :return _aebbac .ObjectNumber ;};return 0;};_cb .SliceStable (_dfbag ._ccbbg ,func (_bcgbe ,_ffddb int )bool {return _egbgf (_dfbag ._ccbbg [_bcgbe ])< _egbgf (_dfbag ._ccbbg [_ffddb ])});}; +// NewPdfReaderFromFile creates a new PdfReader from the speficied PDF file. +// If ReaderOpts is nil it will be set to default value from NewReaderOpts. +func NewPdfReaderFromFile (pdfFile string ,opts *ReaderOpts )(*PdfReader ,*_dfc .File ,error ){const _eggba ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0046\u0072\u006f\u006dF\u0069\u006c\u0065"; +_dbebed ,_bfagd :=_dfc .Open (pdfFile );if _bfagd !=nil {return nil ,nil ,_bfagd ;};_ecec ,_bfagd :=_efgcc (_dbebed ,opts ,true ,_eggba );if _bfagd !=nil {_dbebed .Close ();return nil ,nil ,_bfagd ;};_ecec ._gcbfae =pdfFile ;return _ecec ,_dbebed ,nil ; +}; -// PdfColorDeviceGray represents a grayscale color value that shall be represented by a single number in the -// range 0.0 to 1.0 where 0.0 corresponds to black and 1.0 to white. -type PdfColorDeviceGray float64 ;func _cfgd ()string {return _fca .Version };func (_cgaf *LTV )buildCertChain (_beegg ,_bgafb []*_dfd .Certificate )([]*_dfd .Certificate ,map[string ]*_dfd .Certificate ,error ){_gaggg :=map[string ]*_dfd .Certificate {}; -for _ ,_eaecc :=range _beegg {_gaggg [_eaecc .Subject .CommonName ]=_eaecc ;};_adgde :=_beegg ;for _ ,_fcbee :=range _bgafb {_abafda :=_fcbee .Subject .CommonName ;if _ ,_agaab :=_gaggg [_abafda ];_agaab {continue ;};_gaggg [_abafda ]=_fcbee ;_adgde =append (_adgde ,_fcbee ); -};if len (_adgde )==0{return nil ,nil ,ErrSignNoCertificates ;};var _babbc error ;for _bgafg :=_adgde [0];_bgafg !=nil &&!_cgaf .CertClient .IsCA (_bgafg );{_egdga ,_cgcf :=_gaggg [_bgafg .Issuer .CommonName ];if !_cgcf {if _egdga ,_babbc =_cgaf .CertClient .GetIssuer (_bgafg ); -_babbc !=nil {_fca .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_babbc ); -break ;};_gaggg [_bgafg .Issuer .CommonName ]=_egdga ;_adgde =append (_adgde ,_egdga );};_bgafg =_egdga ;};return _adgde ,_gaggg ,nil ;}; +// SetPickTrayByPDFSize sets the value of the pickTrayByPDFSize flag. +func (_dgcfg *ViewerPreferences )SetPickTrayByPDFSize (pickTrayByPDFSize bool ){_dgcfg ._eedfcc =&pickTrayByPDFSize ;}; -// NewPdfActionResetForm returns a new "reset form" action. -func NewPdfActionResetForm ()*PdfActionResetForm {_cg :=NewPdfAction ();_gf :=&PdfActionResetForm {};_gf .PdfAction =_cg ;_cg .SetContext (_gf );return _gf ;}; +// XObjectImage (Table 89 in 8.9.5.1). +// Implements PdfModel interface. +type XObjectImage struct{ -// NewPdfAnnotationLink returns a new link annotation. -func NewPdfAnnotationLink ()*PdfAnnotationLink {_dgf :=NewPdfAnnotation ();_degf :=&PdfAnnotationLink {};_degf .PdfAnnotation =_dgf ;_dgf .SetContext (_degf );return _degf ;}; +//ColorSpace PdfObject +Width *int64 ;Height *int64 ;ColorSpace PdfColorspace ;BitsPerComponent *int64 ;Filter _bda .StreamEncoder ;Intent _bda .PdfObject ;ImageMask _bda .PdfObject ;Mask _bda .PdfObject ;Matte _bda .PdfObject ;Decode _bda .PdfObject ;Interpolate _bda .PdfObject ; +Alternatives _bda .PdfObject ;SMask _bda .PdfObject ;SMaskInData _bda .PdfObject ;Name _bda .PdfObject ;StructParent _bda .PdfObject ;ID _bda .PdfObject ;OPI _bda .PdfObject ;Metadata _bda .PdfObject ;OC _bda .PdfObject ;Stream []byte ;_eedbf *_bda .PdfObjectStream ; +_dfcd bool ;}; -// ToPdfObject implements interface PdfModel. -func (_adb *PdfActionJavaScript )ToPdfObject ()_cee .PdfObject {_adb .PdfAction .ToPdfObject ();_gef :=_adb ._gaf ;_gee :=_gef .PdfObject .(*_cee .PdfObjectDictionary );_gee .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeJavaScript )));_gee .SetIfNotNil ("\u004a\u0053",_adb .JS ); -return _gef ;}; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_ffceb *PdfShadingPatternType3 )ToPdfObject ()_bda .PdfObject {_ffceb .PdfPattern .ToPdfObject ();_aaggb :=_ffceb .getDict ();if _ffceb .Shading !=nil {_aaggb .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ffceb .Shading .ToPdfObject ());};if _ffceb .Matrix !=nil {_aaggb .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ffceb .Matrix ); +};if _ffceb .ExtGState !=nil {_aaggb .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ffceb .ExtGState );};return _ffceb ._cbbgec ;};type pdfCIDFontType2 struct{fontCommon ;_acegg *_bda .PdfIndirectObject ;_becb _dgb .TextEncoder ; -// Optimizer is the interface that performs optimization of PDF object structure for output writing. -// -// Optimize receives a slice of input `objects`, performs optimization, including removing, replacing objects and -// output the optimized slice of objects. -type Optimizer interface{Optimize (_gfbg []_cee .PdfObject )([]_cee .PdfObject ,error );}; +// Table 117 – Entries in a CIDFont dictionary (page 269) +// Dictionary that defines the character collection of the CIDFont (required). +// See Table 116. +CIDSystemInfo *_bda .PdfObjectDictionary ; -// PdfAnnotationPolygon represents Polygon annotations. -// (Section 12.5.6.9). -type PdfAnnotationPolygon struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _cee .PdfObject ;LE _cee .PdfObject ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;IT _cee .PdfObject ;Measure _cee .PdfObject ;}; +// Glyph metrics fields (optional). +DW _bda .PdfObject ;W _bda .PdfObject ;DW2 _bda .PdfObject ;W2 _bda .PdfObject ; -// NewPdfOutline returns an initialized PdfOutline. -func NewPdfOutline ()*PdfOutline {_aacc :=&PdfOutline {_bbda :_cee .MakeIndirectObject (_cee .MakeDict ())};_aacc ._afcbg =_aacc ;return _aacc ;};func _ebdab (_fgfac _ce .StdFont )pdfFontSimple {_becce :=_fgfac .Descriptor ();return pdfFontSimple {fontCommon :fontCommon {_ccdeg :"\u0054\u0079\u0070e\u0031",_fbcf :_fgfac .Name ()},_daefa :_fgfac .GetMetricsTable (),_aaec :&PdfFontDescriptor {FontName :_cee .MakeName (string (_becce .Name )),FontFamily :_cee .MakeName (_becce .Family ),FontWeight :_cee .MakeFloat (float64 (_becce .Weight )),Flags :_cee .MakeInteger (int64 (_becce .Flags )),FontBBox :_cee .MakeArrayFromFloats (_becce .BBox [:]),ItalicAngle :_cee .MakeFloat (_becce .ItalicAngle ),Ascent :_cee .MakeFloat (_becce .Ascent ),Descent :_cee .MakeFloat (_becce .Descent ),CapHeight :_cee .MakeFloat (_becce .CapHeight ),XHeight :_cee .MakeFloat (_becce .XHeight ),StemV :_cee .MakeFloat (_becce .StemV ),StemH :_cee .MakeFloat (_becce .StemH )},_bdecc :_fgfac .Encoder ()}; -}; +// CIDs to glyph indices mapping (optional). +CIDToGIDMap _bda .PdfObject ;_eggf map[_dgb .CharCode ]float64 ;_bbagg float64 ;_dgccg map[rune ]int ;}; -// ToPdfObject returns the button field dictionary within an indirect object. -func (_efcab *PdfFieldButton )ToPdfObject ()_cee .PdfObject {_efcab .PdfField .ToPdfObject ();_gecf :=_efcab ._ccbb ;_gabee :=_gecf .PdfObject .(*_cee .PdfObjectDictionary );_gabee .Set ("\u0046\u0054",_cee .MakeName ("\u0042\u0074\u006e"));if _efcab .Opt !=nil {_gabee .Set ("\u004f\u0070\u0074",_efcab .Opt ); -};return _gecf ;}; +// NewPdfColorspaceCalRGB returns a new CalRGB colorspace object. +func NewPdfColorspaceCalRGB ()*PdfColorspaceCalRGB {_fdef :=&PdfColorspaceCalRGB {};_fdef .BlackPoint =[]float64 {0.0,0.0,0.0};_fdef .Gamma =[]float64 {1.0,1.0,1.0};_fdef .Matrix =[]float64 {1,0,0,0,1,0,0,0,1};return _fdef ;}; -// NewPdfColorspaceDeviceRGB returns a new RGB colorspace object. -func NewPdfColorspaceDeviceRGB ()*PdfColorspaceDeviceRGB {return &PdfColorspaceDeviceRGB {}}; +// Clear clears the KValue. +func (_dbfg *KValue )Clear (){_dbfg ._dfafb =nil ;_dbfg ._bfafef =nil ;_dbfg ._ecgbg =nil }; -// ColorToRGB converts a CMYK32 color to an RGB color. -func (_ageeg *PdfColorspaceDeviceCMYK )ColorToRGB (color PdfColor )(PdfColor ,error ){_abacc ,_bgf :=color .(*PdfColorDeviceCMYK );if !_bgf {_fca .Log .Debug ("I\u006e\u0070\u0075\u0074\u0020\u0063o\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0064e\u0076\u0069\u0063e\u0020c\u006d\u0079\u006b"); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_abdb :=_abacc .C ();_fadc :=_abacc .M ();_ageegd :=_abacc .Y ();_gbdea :=_abacc .K ();_abdb =_abdb *(1-_gbdea )+_gbdea ;_fadc =_fadc *(1-_gbdea )+_gbdea ; -_ageegd =_ageegd *(1-_gbdea )+_gbdea ;_dadf :=1-_abdb ;_cbbaf :=1-_fadc ;_dgga :=1-_ageegd ;return NewPdfColorDeviceRGB (_dadf ,_cbbaf ,_dgga ),nil ;};type crossReference struct{Type int ; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element in +// range 0-1. +func (_dccg *PdfColorspaceDeviceGray )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_dcdf ,_cagc :=_bda .GetNumbersAsFloat (objects ); +if _cagc !=nil {return nil ,_cagc ;};return _dccg .ColorFromFloats (_dcdf );}; -// Type 1 -Offset int64 ;Generation int64 ; +// L returns the value of the L component of the color. +func (_bece *PdfColorLab )L ()float64 {return _bece [0]}; -// Type 2 -ObjectNumber int ;Index int ;}; +// NewPdfActionJavaScript returns a new "javaScript" action. +func NewPdfActionJavaScript ()*PdfActionJavaScript {_bcc :=NewPdfAction ();_dcdb :=&PdfActionJavaScript {};_dcdb .PdfAction =_bcc ;_bcc .SetContext (_dcdb );return _dcdb ;};func (_aaca *pdfFontSimple )updateStandard14Font (){_gbfaeg ,_bfggb :=_aaca .Encoder ().(_dgb .SimpleEncoder ); +if !_bfggb {_ed .Log .Error ("\u0057\u0072\u006f\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074y\u0070e\u003a\u0020\u0025\u0054\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u002e",_aaca .Encoder (),_aaca );return ;};_eegf :=_gbfaeg .Charcodes (); +_aaca ._dfad =make (map[_dgb .CharCode ]float64 ,len (_eegf ));for _ ,_aabbg :=range _eegf {_caad ,_ :=_gbfaeg .CharcodeToRune (_aabbg );_cefef ,_ :=_aaca ._feada .Read (_caad );_aaca ._dfad [_aabbg ]=_cefef .Wx ;};};func _dcab (_gafdbb _bda .PdfObject ,_bade _bda .PdfObject ,_gfcbf map[_bda .PdfObject ][]_bda .PdfObject ,_fgcga map[string ]_bda .PdfObject ,_agbd *[]_bda .PdfObject ){var _efdbc *_bda .PdfIndirectObject ; +if _cdbbe ,_efec :=_bda .GetIndirect (_gafdbb );_efec {_efdbc =_cdbbe ;_gafdbb =_cdbbe .PdfObject ;};switch _ffdee :=_gafdbb .(type ){case *_bda .PdfObjectDictionary :if _ffdee .Get ("\u0053")==nil {return ;};_ffdee .Set ("\u0050",_bade );if _gcedf :=_ffdee .Get ("\u0050\u0067"); +_gcedf !=nil {if _bgeee ,_bcca :=_bda .GetIndirect (_gcedf );_bcca &&_bgeee !=nil &&_bgeee .PdfObject !=nil {_gfcbf [_gcedf ]=append (_gfcbf [_gcedf ],_efdbc );};};if _bagfad :=_ffdee .Get ("\u0053");_bagfad !=nil {if _edef ,_gbgag :=_bda .GetNameVal (_bagfad ); +_gbgag {if _edef ==StructureTypeLink {if _adfabe :=_ffdee .Get ("\u004b");_adfabe !=nil {if _cbfg ,_dddcb :=_bda .GetArray (_adfabe );_dddcb &&_cbfg .Len ()==2{_dfbfg :=false ;_dfeccd :=false ;for _ ,_ecge :=range _cbfg .Elements (){if _aacf ,_fbdeg :=_bda .GetDict (_ecge ); +_fbdeg {if _dffgfa ,_gddge :=_bda .GetName (_aacf .Get ("\u0054\u0079\u0070\u0065"));_gddge &&_dffgfa .String ()=="\u004f\u0042\u004a\u0052"{_dfeccd =true ;};}else if _ ,_acge :=_bda .GetInt (_ecge );_acge {_dfbfg =true ;};};if _dfbfg &&_dfeccd {*_agbd =append (*_agbd ,_efdbc ); +};}else if _fgedc ,_eccfed :=_bda .GetDict (_adfabe );_eccfed {if _fabc ,_cefce :=_bda .GetName (_fgedc .Get ("\u0054\u0079\u0070\u0065"));_cefce &&_fabc .String ()=="\u004f\u0042\u004a\u0052"{*_agbd =append (*_agbd ,_efdbc );};};};};};};if _efadg :=_ffdee .Get ("\u0049\u0044"); +_efadg !=nil {_fgcga [_efadg .String ()]=_gafdbb ;};if _bccdf :=_ffdee .Get ("\u004b");_bccdf !=nil {_dcab (_bccdf ,_efdbc ,_gfcbf ,_fgcga ,_agbd );};case *_bda .PdfObjectArray :for _ ,_bagad :=range _ffdee .Elements (){_dcab (_bagad ,_bade ,_gfcbf ,_fgcga ,_agbd ); +};default:};}; -// Set sets the colorspace corresponding to key. Add to Names if not set. -func (_fcffc *PdfPageResourcesColorspaces )Set (key _cee .PdfObjectName ,val PdfColorspace ){if _ ,_dbcdd :=_fcffc .Colorspaces [string (key )];!_dbcdd {_fcffc .Names =append (_fcffc .Names ,string (key ));};_fcffc .Colorspaces [string (key )]=val ;};func (_agc *PdfReader )newPdfActionImportDataFromDict (_bbg *_cee .PdfObjectDictionary )(*PdfActionImportData ,error ){_fdbg ,_gcbg :=_daf (_bbg .Get ("\u0046")); -if _gcbg !=nil {return nil ,_gcbg ;};return &PdfActionImportData {F :_fdbg },nil ;};func _edgf (_fdef _cee .PdfObject )(*PdfColorspaceCalGray ,error ){_gabd :=NewPdfColorspaceCalGray ();if _bcc ,_agbd :=_fdef .(*_cee .PdfIndirectObject );_agbd {_gabd ._afbg =_bcc ; -};_fdef =_cee .TraceToDirectObject (_fdef );_ecda ,_cfe :=_fdef .(*_cee .PdfObjectArray );if !_cfe {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _ecda .Len ()!=2{return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0061\u006cG\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065"); -};_fdef =_cee .TraceToDirectObject (_ecda .Get (0));_daaae ,_cfe :=_fdef .(*_cee .PdfObjectName );if !_cfe {return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u0020\u006e\u0061m\u0065\u0020\u006e\u006f\u0074\u0020\u0061 \u004e\u0061\u006d\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};if *_daaae !="\u0043a\u006c\u0047\u0072\u0061\u0079"{return nil ,_e .Errorf ("\u006eo\u0074\u0020\u0061\u0020\u0043\u0061\u006c\u0047\u0072\u0061\u0079 \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_fdef =_cee .TraceToDirectObject (_ecda .Get (1)); -_debf ,_cfe :=_fdef .(*_cee .PdfObjectDictionary );if !_cfe {return nil ,_e .Errorf ("\u0043\u0061lG\u0072\u0061\u0079 \u0064\u0069\u0063\u0074 no\u0074 a\u0020\u0044\u0069\u0063\u0074\u0069\u006fna\u0072\u0079\u0020\u006f\u0062\u006a\u0065c\u0074");}; -_fdef =_debf .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074");_fdef =_cee .TraceToDirectObject (_fdef );_fcca ,_cfe :=_fdef .(*_cee .PdfObjectArray );if !_cfe {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020W\u0068\u0069\u0074e\u0050o\u0069\u006e\u0074"); -};if _fcca .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079");};_ffee ,_aagga :=_fcca .GetAsFloat64Slice (); -if _aagga !=nil {return nil ,_aagga ;};_gabd .WhitePoint =_ffee ;_fdef =_debf .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _fdef !=nil {_fdef =_cee .TraceToDirectObject (_fdef );_cacd ,_egbg :=_fdef .(*_cee .PdfObjectArray ); -if !_egbg {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020B\u006c\u0061\u0063k\u0050o\u0069\u006e\u0074");};if _cacd .Len ()!=3{return nil ,_e .Errorf ("\u0043\u0061\u006c\u0047\u0072\u0061y\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0042\u006c\u0061c\u006b\u0050\u006f\u0069\u006e\u0074\u0020a\u0072\u0072\u0061\u0079"); -};_dbcf ,_cfgf :=_cacd .GetAsFloat64Slice ();if _cfgf !=nil {return nil ,_cfgf ;};_gabd .BlackPoint =_dbcf ;};_fdef =_debf .Get ("\u0047\u0061\u006dm\u0061");if _fdef !=nil {_fdef =_cee .TraceToDirectObject (_fdef );_aggg ,_bdbc :=_cee .GetNumberAsFloat (_fdef ); -if _bdbc !=nil {return nil ,_e .Errorf ("C\u0061\u006c\u0047\u0072\u0061\u0079:\u0020\u0067\u0061\u006d\u006d\u0061\u0020\u006e\u006ft\u0020\u0061\u0020n\u0075m\u0062\u0065\u0072");};_gabd .Gamma =_aggg ;};return _gabd ,nil ;};func _gabea (_gcbe _cee .PdfObject )(*PdfColorspaceSpecialPattern ,error ){_fca .Log .Trace ("\u004e\u0065\u0077\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u0043\u0053\u0020\u0066\u0072\u006fm\u0020\u006f\u0062\u006a\u003a\u0020\u0025\u0073\u0020\u0025\u0054",_gcbe .String (),_gcbe ); -_dagc :=NewPdfColorspaceSpecialPattern ();if _bacb ,_aebfc :=_gcbe .(*_cee .PdfIndirectObject );_aebfc {_dagc ._gfcg =_bacb ;};_gcbe =_cee .TraceToDirectObject (_gcbe );if _ggca ,_gedb :=_gcbe .(*_cee .PdfObjectName );_gedb {if *_ggca !="\u0050a\u0074\u0074\u0065\u0072\u006e"{return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065"); -};return _dagc ,nil ;};_ddbc ,_eegf :=_gcbe .(*_cee .PdfObjectArray );if !_eegf {_fca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061t\u0074\u0065\u0072\u006e\u0020\u0043\u0053 \u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0023\u0076",_gcbe ); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0050\u0061\u0074\u0074e\u0072n\u0020C\u0053\u0020\u006f\u0062\u006a\u0065\u0063t");};if _ddbc .Len ()!=1&&_ddbc .Len ()!=2{_fca .Log .Error ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079\u003a %\u0023\u0076",_ddbc ); -return nil ,_e .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065r\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079");};_gcbe =_ddbc .Get (0);if _gaga ,_fceg :=_gcbe .(*_cee .PdfObjectName );_fceg {if *_gaga !="\u0050a\u0074\u0074\u0065\u0072\u006e"{_fca .Log .Error ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020C\u0053 \u0061r\u0072\u0061\u0079\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0023\u0076",_gaga ); -return nil ,_e .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};};if _ddbc .Len ()> 1{_gcbe =_ddbc .Get (1);_gcbe =_cee .TraceToDirectObject (_gcbe );_eafcg ,_fccd :=NewPdfColorspaceFromPdfObject (_gcbe );if _fccd !=nil {return nil ,_fccd ; -};_dagc .UnderlyingCS =_eafcg ;};_fca .Log .Trace ("R\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0077i\u0074\u0068\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079in\u0067\u0020\u0063s\u003a \u0025\u0054",_dagc .UnderlyingCS ); -return _dagc ,nil ;};func (_gegb SignatureValidationResult )String ()string {var _fcege _cd .Buffer ;_fcege .WriteString (_e .Sprintf ("\u004ea\u006d\u0065\u003a\u0020\u0025\u0073\n",_gegb .Name ));if _gegb .Date ._gffbe > 0{_fcege .WriteString (_e .Sprintf ("\u0044a\u0074\u0065\u003a\u0020\u0025\u0073\n",_gegb .Date .ToGoTime ().String ())); -}else {_fcege .WriteString ("\u0044\u0061\u0074\u0065 n\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a");};if len (_gegb .Reason )> 0{_fcege .WriteString (_e .Sprintf ("R\u0065\u0061\u0073\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gegb .Reason )); -}else {_fcege .WriteString ("N\u006f \u0072\u0065\u0061\u0073\u006f\u006e\u0020\u0073p\u0065\u0063\u0069\u0066ie\u0064\u000a");};if len (_gegb .Location )> 0{_fcege .WriteString (_e .Sprintf ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gegb .Location )); -}else {_fcege .WriteString ("\u004c\u006f\u0063at\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a");};if len (_gegb .ContactInfo )> 0{_fcege .WriteString (_e .Sprintf ("\u0043\u006f\u006e\u0074\u0061\u0063\u0074\u0020\u0049\u006e\u0066\u006f:\u0020\u0025\u0073\u000a",_gegb .ContactInfo )); -}else {_fcege .WriteString ("C\u006f\u006e\u0074\u0061\u0063\u0074 \u0069\u006e\u0066\u006f\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063i\u0066i\u0065\u0064\u000a");};_fcege .WriteString (_e .Sprintf ("F\u0069\u0065\u006c\u0064\u0073\u003a\u0020\u0025\u0064\u000a",len (_gegb .Fields ))); -if _gegb .IsSigned {_fcege .WriteString ("S\u0069\u0067\u006e\u0065\u0064\u003a \u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073\u0020\u0073i\u0067n\u0065\u0064\u000a");}else {_fcege .WriteString ("\u0053\u0069\u0067\u006eed\u003a\u0020\u004e\u006f\u0074\u0020\u0073\u0069\u0067\u006e\u0065\u0064\u000a"); -};if _gegb .IsVerified {_fcege .WriteString ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0076\u0061\u006c\u0069\u0064\u0061t\u0069\u006f\u006e\u003a\u0020\u0049\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u000a");}else {_fcege .WriteString ("\u0053\u0069\u0067\u006e\u0061\u0074u\u0072\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e:\u0020\u0049\u0073\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u000a"); -};if _gegb .IsTrusted {_fcege .WriteString ("\u0054\u0072\u0075\u0073\u0074\u0065\u0064\u003a\u0020\u0043\u0065\u0072\u0074\u0069\u0066i\u0063a\u0074\u0065\u0020\u0069\u0073\u0020\u0074\u0072\u0075\u0073\u0074\u0065\u0064\u000a");}else {_fcege .WriteString ("\u0054\u0072\u0075s\u0074\u0065\u0064\u003a \u0055\u006e\u0074\u0072\u0075\u0073\u0074e\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u000a"); -};if !_gegb .GeneralizedTime .IsZero (){_fcege .WriteString (_e .Sprintf ("G\u0065n\u0065\u0072\u0061\u006c\u0069\u007a\u0065\u0064T\u0069\u006d\u0065\u003a %\u0073\u000a",_gegb .GeneralizedTime .String ()));};if _gegb .DiffResults !=nil {_fcege .WriteString (_e .Sprintf ("\u0064\u0069\u0066\u0066 i\u0073\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u003a\u0020\u0025v\u000a",_gegb .DiffResults .IsPermitted ())); -if len (_gegb .DiffResults .Warnings )> 0{_fcege .WriteString ("\u004d\u0044\u0050\u0020\u0077\u0061\u0072\u006e\u0069n\u0067\u0073\u003a\u000a");for _ ,_ddeba :=range _gegb .DiffResults .Warnings {_fcege .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_ddeba )); -};};if len (_gegb .DiffResults .Errors )> 0{_fcege .WriteString ("\u004d\u0044\u0050 \u0065\u0072\u0072\u006f\u0072\u0073\u003a\u000a");for _ ,_cdcac :=range _gegb .DiffResults .Errors {_fcege .WriteString (_e .Sprintf ("\u0009\u0025\u0073\u000a",_cdcac )); -};};};if _gegb .IsCrlFound {_fcege .WriteString ("R\u0065\u0076\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0061\u003a\u0020C\u0052\u004c\u0020f\u006fu\u006e\u0064\u000a");}else {_fcege .WriteString ("\u0052\u0065\u0076o\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0061\u0074\u0061\u003a \u0043\u0052\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a"); -};if _gegb .IsOcspFound {_fcege .WriteString ("\u0052\u0065\u0076\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u0066\u006f\u0075n\u0064\u000a");}else {_fcege .WriteString ("\u0052\u0065\u0076\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a"); -};return _fcege .String ();};func (_fffgb *pdfFontType3 )baseFields ()*fontCommon {return &_fffgb .fontCommon }; +// PdfColorDeviceGray represents a grayscale color value that shall be represented by a single number in the +// range 0.0 to 1.0 where 0.0 corresponds to black and 1.0 to white. +type PdfColorDeviceGray float64 ;func _fgfee (_fabfe []byte )([]byte ,error ){_cffgd :=_df .New ();if _ ,_edgc :=_ga .Copy (_cffgd ,_dff .NewReader (_fabfe ));_edgc !=nil {return nil ,_edgc ;};return _cffgd .Sum (nil ),nil ;}; -// SetXObjectByName adds the XObject from the passed in stream to the page resources. -// The added XObject is identified by the specified name. -func (_agcc *PdfPageResources )SetXObjectByName (keyName _cee .PdfObjectName ,stream *_cee .PdfObjectStream )error {if _agcc .XObject ==nil {_agcc .XObject =_cee .MakeDict ();};_gedfa :=_cee .TraceToDirectObject (_agcc .XObject );_ggge ,_adeca :=_gedfa .(*_cee .PdfObjectDictionary ); -if !_adeca {_fca .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0058\u004f\u0062j\u0065\u0063\u0074\u002c\u0020\u0067\u006f\u0074\u0020\u0025T\u002f\u0025\u0054",_agcc .XObject ,_gedfa );return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_ggge .Set (keyName ,stream );return nil ;}; +// SetPage directly sets the page object. +func (_cdce *KDict )SetPage (page *_bda .PdfIndirectObject ){_cdce .Pg =page }; -// ColorToRGB converts a DeviceN color to an RGB color. -func (_gcdbb *PdfColorspaceDeviceN )ColorToRGB (color PdfColor )(PdfColor ,error ){if _gcdbb .AlternateSpace ==nil {return nil ,_cdf .New ("\u0044\u0065\u0076\u0069\u0063\u0065N\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); -};return _gcdbb .AlternateSpace .ColorToRGB (color );}; +// PdfColorspaceDeviceN represents a DeviceN color space. DeviceN color spaces are similar to Separation color +// spaces, except they can contain an arbitrary number of color components. +/* + Format: [/DeviceN names alternateSpace tintTransform] + or: [/DeviceN names alternateSpace tintTransform attributes] +*/ +type PdfColorspaceDeviceN struct{ColorantNames *_bda .PdfObjectArray ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;Attributes *PdfColorspaceDeviceNAttributes ;_ecaf *_bda .PdfIndirectObject ;}; -// Inspect inspects the object types, subtypes and content in the PDF file returning a map of -// object type to number of instances of each. -func (_caddc *PdfReader )Inspect ()(map[string ]int ,error ){return _caddc ._ffdgf .Inspect ()}; +// ToPdfObject implements interface PdfModel. +func (_dgg *PdfActionImportData )ToPdfObject ()_bda .PdfObject {_dgg .PdfAction .ToPdfObject ();_fdf :=_dgg ._gg ;_dgc :=_fdf .PdfObject .(*_bda .PdfObjectDictionary );_dgc .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeImportData )));if _dgg .F !=nil {_dgc .Set ("\u0046",_dgg .F .ToPdfObject ()); +};return _fdf ;}; -// StdFontName represents name of a standard font. -type StdFontName =_ce .StdFontName ; +// ToPdfObject implements interface PdfModel. +func (_gfgcf *PdfSignatureReference )ToPdfObject ()_bda .PdfObject {_cffgaf :=_bda .MakeDict ();_cffgaf .SetIfNotNil ("\u0054\u0079\u0070\u0065",_gfgcf .Type );_cffgaf .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064",_gfgcf .TransformMethod ); +_cffgaf .SetIfNotNil ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073",_gfgcf .TransformParams );_cffgaf .SetIfNotNil ("\u0044\u0061\u0074\u0061",_gfgcf .Data );_cffgaf .SetIfNotNil ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064",_gfgcf .DigestMethod ); +return _cffgaf ;}; -// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner -// password is specified, full rights are granted, otherwise the access rights are specified by the -// Permissions flag. +// PdfFunctionType2 defines an exponential interpolation of one input value and n +// output values: // -// The bool flag indicates that the user can access and view the file. -// The AccessPermissions shows what access the user has for editing etc. -// An error is returned if there was a problem performing the authentication. -func (_daecdb *PdfReader )CheckAccessRights (password []byte )(bool ,_ba .Permissions ,error ){return _daecdb ._ffdgf .CheckAccessRights (password );}; +// f(x) = y_0, ..., y_(n-1) +// +// y_j = C0_j + x^N * (C1_j - C0_j); for 0 <= j < n +// When N=1 ; linear interpolation between C0 and C1. +type PdfFunctionType2 struct{Domain []float64 ;Range []float64 ;C0 []float64 ;C1 []float64 ;N float64 ;_eaacc *_bda .PdfIndirectObject ;}; -// NewStructTreeRoot creates a new structure tree root dictionary. -func NewStructTreeRoot ()*StructTreeRoot {return &StructTreeRoot {K :[]*KDict {},RoleMap :_cee .MakeDict (),ParentTreeNextKey :0};}; +// ToPdfObject returns the PDF representation of the tiling pattern. +func (_aagge *PdfTilingPattern )ToPdfObject ()_bda .PdfObject {_aagge .PdfPattern .ToPdfObject ();_fbbea :=_aagge .getDict ();if _aagge .PaintType !=nil {_fbbea .Set ("\u0050a\u0069\u006e\u0074\u0054\u0079\u0070e",_aagge .PaintType );};if _aagge .TilingType !=nil {_fbbea .Set ("\u0054\u0069\u006c\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_aagge .TilingType ); +};if _aagge .BBox !=nil {_fbbea .Set ("\u0042\u0042\u006f\u0078",_aagge .BBox .ToPdfObject ());};if _aagge .XStep !=nil {_fbbea .Set ("\u0058\u0053\u0074e\u0070",_aagge .XStep );};if _aagge .YStep !=nil {_fbbea .Set ("\u0059\u0053\u0074e\u0070",_aagge .YStep ); +};if _aagge .Resources !=nil {_fbbea .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aagge .Resources .ToPdfObject ());};if _aagge .Matrix !=nil {_fbbea .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_aagge .Matrix );};return _aagge ._cbbgec ;}; -// ImageToRGB returns the passed in image. Method exists in order to satisfy -// the PdfColorspace interface. -func (_bedg *PdfColorspaceDeviceRGB )ImageToRGB (img Image )(Image ,error ){return img ,nil }; +// NewPdfFontFromPdfObject loads a PdfFont from the dictionary `fontObj`. If there is a problem an +// error is returned. +func NewPdfFontFromPdfObject (fontObj _bda .PdfObject )(*PdfFont ,error ){return _eeag (fontObj ,true )}; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_feeggd *PdfShadingPattern )ToPdfObject ()_cee .PdfObject {_feeggd .PdfPattern .ToPdfObject ();_gaea :=_feeggd .getDict ();if _feeggd .Shading !=nil {_gaea .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_feeggd .Shading .ToPdfObject ());};if _feeggd .Matrix !=nil {_gaea .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_feeggd .Matrix ); -};if _feeggd .ExtGState !=nil {_gaea .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_feeggd .ExtGState );};return _feeggd ._bgabc ;}; +// PdfAnnotationTrapNet represents TrapNet annotations. +// (Section 12.5.6.21). +type PdfAnnotationTrapNet struct{*PdfAnnotation }; -// ToPdfObject returns the PDF representation of the outline tree node. -func (_afff *PdfOutlineTreeNode )ToPdfObject ()_cee .PdfObject {return _afff .GetContext ().ToPdfObject ();}; +// ToPdfObject returns a PDF object representation of the outline item. +func (_dacad *OutlineItem )ToPdfObject ()_bda .PdfObject {_abcg ,_ :=_dacad .ToPdfOutlineItem ();return _abcg .ToPdfObject ();};func (_afgf *PdfPage )flattenFieldsWithOpts (_cabgf FieldAppearanceGenerator ,_bbbg *FieldFlattenOpts ,_fcgg map[*PdfAnnotation ]bool )error {var _dcga []*PdfAnnotation ; +if _cabgf !=nil {if _fcgbf :=_cabgf .WrapContentStream (_afgf );_fcgbf !=nil {return _fcgbf ;};};_beadc ,_bgfg :=_afgf .GetAnnotations ();if _bgfg !=nil {return _bgfg ;};for _ ,_dgadb :=range _beadc {_bcga ,_bdac :=_fcgg [_dgadb ];if !_bdac &&_bbbg .AnnotFilterFunc !=nil {if _ ,_aabdb :=_dgadb .GetContext ().(*PdfAnnotationWidget ); +!_aabdb {_bdac =_bbbg .AnnotFilterFunc (_dgadb );};};if !_bdac {_dcga =append (_dcga ,_dgadb );continue ;};switch _dgadb .GetContext ().(type ){case *PdfAnnotationPopup :continue ;case *PdfAnnotationLink :continue ;case *PdfAnnotationProjection :continue ; +};_cddbd ,_dbgdg ,_bdeg :=_gdac (_dgadb );if _bdeg !=nil {if !_bcga {_ed .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0056\u0020\u002d\u003e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075t\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065am\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072"); +continue ;};_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0077\u0069\u0074h\u006f\u0075\u0074\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d,\u0020\u0065\u0072\u0072\u0020\u003a\u0020\u0025\u0076\u0020\u002d\u0020\u0073\u006bi\u0070\u0070\u0069n\u0067\u0020\u006f\u0076\u0065\u0072",_bdeg ); +continue ;};if _cddbd ==nil {continue ;};_eagdf :=_afgf .Resources .GenerateXObjectName ();_afgf .Resources .SetXObjectFormByName (_eagdf ,_cddbd );_cafd ,_dccc ,_bdeg :=_dfda (_cddbd );if _bdeg !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0061\u0070p\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u004d\u0061\u0074\u0072\u0069\u0078\u002c\u0020s\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0078\u0066\u006f\u0072\u006d\u0020\u0062\u0062\u006f\u0078\u0020\u0061\u0064\u006a\u0075\u0073t\u006d\u0065\u006e\u0074\u003a \u0025\u0076",_bdeg ); +}else {_eacc :=_dfa .IdentityMatrix ();_eacc =_eacc .Translate (-_cafd .Llx ,-_cafd .Lly );if _dccc {_gaff :=0.0;if _cafd .Width ()> 0{_gaff =_dbgdg .Width ()/_cafd .Width ();};_becf :=0.0;if _cafd .Height ()> 0{_becf =_dbgdg .Height ()/_cafd .Height (); +};_eacc =_eacc .Scale (_gaff ,_becf );};_dbgdg .Transform (_eacc );};_aegc :=_ce .Min (_dbgdg .Llx ,_dbgdg .Urx );_aecb :=_ce .Min (_dbgdg .Lly ,_dbgdg .Ury );var _bbcbg []string ;_bbcbg =append (_bbcbg ,"\u0071");_bbcbg =append (_bbcbg ,_c .Sprintf ("\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020%\u002e6\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0025\u002e\u0036\u0066\u0020\u0063\u006d",1.0,0.0,0.0,1.0,_aegc ,_aecb )); +_bbcbg =append (_bbcbg ,_c .Sprintf ("\u002f\u0025\u0073\u0020\u0044\u006f",_eagdf .String ()));_bbcbg =append (_bbcbg ,"\u0051");_fgbd :=_ab .Join (_bbcbg ,"\u000a");_bdeg =_afgf .AppendContentStream (_fgbd );if _bdeg !=nil {return _bdeg ;};if _cddbd .Resources !=nil {_ddce ,_dafc :=_bda .GetDict (_cddbd .Resources .Font ); +if _dafc {for _ ,_cead :=range _ddce .Keys (){if !_afgf .Resources .HasFontByName (_cead ){_afgf .Resources .SetFontByName (_cead ,_ddce .Get (_cead ));};};};};};if len (_dcga )> 0{_afgf ._bcaef =_dcga ;}else {_afgf ._bcaef =[]*PdfAnnotation {};};return nil ; +}; -// GetOCProperties returns the optional content properties PdfObject. -func (_begfbb *PdfReader )GetOCProperties ()(_cee .PdfObject ,error ){_befa :=_begfbb ._cacfe ;_gbcda :=_befa .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_gbcda =_cee .ResolveReference (_gbcda );if !_begfbb ._dbfb {_bffbe :=_begfbb .traverseObjectData (_gbcda ); -if _bffbe !=nil {return nil ,_bffbe ;};};return _gbcda ,nil ;}; +// GetStandardApplier gets currently used StandardApplier.. +func (_cfgdaa *PdfWriter )GetStandardApplier ()StandardApplier {return _cfgdaa ._cebab }; -// NewPermissions returns a new permissions object. -func NewPermissions (docMdp *PdfSignature )*Permissions {_beef :=Permissions {};_beef .DocMDP =docMdp ;_eefa :=_cee .MakeDict ();_eefa .Set ("\u0044\u006f\u0063\u004d\u0044\u0050",docMdp .ToPdfObject ());_beef ._bgaae =_eefa ;return &_beef ;}; +// ToInteger convert to an integer format. +func (_dcaa *PdfColorCalGray )ToInteger (bits int )uint32 {_dce :=_ce .Pow (2,float64 (bits ))-1;return uint32 (_dce *_dcaa .Val ());}; -// GetCatalogMarkInfo gets catalog MarkInfo object. -func (_dgfec *PdfReader )GetCatalogMarkInfo ()(_cee .PdfObject ,bool ){if _dgfec ._cacfe ==nil {return nil ,false ;};_acbac :=_dgfec ._cacfe .Get ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return _acbac ,_acbac !=nil ;}; +// IsHideWindowUI returns the value of the hideWindowUI flag. +func (_feefa *ViewerPreferences )IsHideWindowUI ()bool {if _feefa ._bcddd ==nil {return false ;};return *_feefa ._bcddd ;}; -// GetContentStream returns the XObject Form's content stream. -func (_ddcf *XObjectForm )GetContentStream ()([]byte ,error ){_gdbdc ,_ebbb :=_cee .DecodeStream (_ddcf ._fbged );if _ebbb !=nil {return nil ,_ebbb ;};return _gdbdc ,nil ;}; +// ReplacePage replaces the original page to a new page. +func (_ggc *PdfAppender )ReplacePage (pageNum int ,page *PdfPage ){_edee :=pageNum -1;for _caab :=range _ggc ._eebd {if _caab ==_edee {_ggea :=page .Duplicate ();_defaab (_ggea );_ggc ._eebd [_caab ]=_ggea ;};};}; // ToPdfObject implements interface PdfModel. -func (_eba *PdfActionGoToE )ToPdfObject ()_cee .PdfObject {_eba .PdfAction .ToPdfObject ();_fac :=_eba ._gaf ;_abf :=_fac .PdfObject .(*_cee .PdfObjectDictionary );_abf .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoToE )));if _eba .F !=nil {_abf .Set ("\u0046",_eba .F .ToPdfObject ()); -};_abf .SetIfNotNil ("\u0044",_eba .D );_abf .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_eba .NewWindow );_abf .SetIfNotNil ("\u0054",_eba .T );return _fac ;}; +func (_gge *PdfActionGoTo )ToPdfObject ()_bda .PdfObject {_gge .PdfAction .ToPdfObject ();_bf :=_gge ._gg ;_feb :=_bf .PdfObject .(*_bda .PdfObjectDictionary );_feb .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeGoTo )));_feb .SetIfNotNil ("\u0044",_gge .D ); +return _bf ;}; // ToPdfObject implements interface PdfModel. -func (_faddd *Permissions )ToPdfObject ()_cee .PdfObject {return _faddd ._bgaae }; - -// NewPdfActionRendition returns a new "rendition" action. -func NewPdfActionRendition ()*PdfActionRendition {_adc :=NewPdfAction ();_aac :=&PdfActionRendition {};_aac .PdfAction =_adc ;_adc .SetContext (_aac );return _aac ;}; - -// NewPdfColorspaceDeviceCMYK returns a new CMYK32 colorspace object. -func NewPdfColorspaceDeviceCMYK ()*PdfColorspaceDeviceCMYK {return &PdfColorspaceDeviceCMYK {}}; - -// PdfReader represents a PDF file reader. It is a frontend to the lower level parsing mechanism and provides -// a higher level access to work with PDF structure and information, such as the page structure etc. -type PdfReader struct{_ffdgf *_cee .PdfParser ;_adcdc _cee .PdfObject ;_gfgcd *_cee .PdfIndirectObject ;_bfcgg *_cee .PdfObjectDictionary ;_fded []*_cee .PdfIndirectObject ;PageList []*PdfPage ;_gadfe int ;_cacfe *_cee .PdfObjectDictionary ;_bafag *PdfOutlineTreeNode ; -AcroForm *PdfAcroForm ;DSS *DSS ;Rotate *int64 ;_aaggd *Permissions ;_gccce map[*PdfReader ]*PdfReader ;_befca []*PdfReader ;_fcgbe *modelManager ;_dbfb bool ;_efaec map[_cee .PdfObject ]struct{};_cadbb _fc .ReadSeeker ;_cdddg string ;_cgegc bool ;_ddbge string ; -_accf *ReaderOpts ;_dddf bool ;}; +func (_gbaad *PdfTransformParamsDocMDP )ToPdfObject ()_bda .PdfObject {_cgffb :=_bda .MakeDict ();_cgffb .SetIfNotNil ("\u0054\u0079\u0070\u0065",_gbaad .Type );_cgffb .SetIfNotNil ("\u0056",_gbaad .V );_cgffb .SetIfNotNil ("\u0050",_gbaad .P );return _cgffb ; +}; -// PdfPageResourcesColorspaces contains the colorspace in the PdfPageResources. -// Needs to have matching name and colorspace map entry. The Names define the order. -type PdfPageResourcesColorspaces struct{Names []string ;Colorspaces map[string ]PdfColorspace ;_cdgce *_cee .PdfIndirectObject ;}; +// Duplicate creates a duplicate page based on the current one and returns it. +func (_bbdd *PdfPage )Duplicate ()*PdfPage {_ffbg :=*_bbdd ;_ffbg ._bdgdg =_bda .MakeDict ();_ffbg ._eebfa =_bda .MakeIndirectObject (_ffbg ._bdgdg );_ffbg ._gfaec =*_ffbg ._bdgdg ;return &_ffbg ;};func _ccfcc (_defaf *_bda .PdfObjectDictionary )(*PdfShadingType6 ,error ){_agccf :=PdfShadingType6 {}; +_afdfb :=_defaf .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065");if _afdfb ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_dbgad ,_faede :=_afdfb .(*_bda .PdfObjectInteger );if !_faede {_ed .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_afdfb ); +return nil ,_bda .ErrTypeError ;};_agccf .BitsPerCoordinate =_dbgad ;_afdfb =_defaf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _afdfb ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_dbgad ,_faede =_afdfb .(*_bda .PdfObjectInteger );if !_faede {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_afdfb ); +return nil ,_bda .ErrTypeError ;};_agccf .BitsPerComponent =_dbgad ;_afdfb =_defaf .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _afdfb ==nil {_ed .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_dbgad ,_faede =_afdfb .(*_bda .PdfObjectInteger );if !_faede {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_afdfb ); +return nil ,_bda .ErrTypeError ;};_agccf .BitsPerComponent =_dbgad ;_afdfb =_defaf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _afdfb ==nil {_ed .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_edag ,_faede :=_afdfb .(*_bda .PdfObjectArray );if !_faede {_ed .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_afdfb ); +return nil ,_bda .ErrTypeError ;};_agccf .Decode =_edag ;if _eegd :=_defaf .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_eegd !=nil {_agccf .Function =[]PdfFunction {};if _bfcea ,_egfda :=_eegd .(*_bda .PdfObjectArray );_egfda {for _ ,_bdgba :=range _bfcea .Elements (){_fdegd ,_eaecd :=_aaeca (_bdgba ); +if _eaecd !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eaecd );return nil ,_eaecd ;};_agccf .Function =append (_agccf .Function ,_fdegd ); +};}else {_eccbd ,_ebgeg :=_aaeca (_eegd );if _ebgeg !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ebgeg );return nil ,_ebgeg ; +};_agccf .Function =append (_agccf .Function ,_eccbd );};};return &_agccf ,nil ;}; -// SetDocInfo sets the document /Info metadata. -// This will overwrite any globally declared document info. -func (_fgab *PdfAppender )SetDocInfo (info *PdfInfo ){_fgab ._eafc =info };func _eagcc (_acdcf *_cee .PdfObjectArray )(float64 ,error ){_gdcgf ,_bdacg :=_acdcf .ToFloat64Array ();if _bdacg !=nil {_fca .Log .Debug ("\u0042\u0061\u0064\u0020\u004d\u0061\u0074\u0074\u0065\u0020\u0061\u0072\u0072\u0061\u0079:\u0020m\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_acdcf ,_bdacg ); -};switch len (_gdcgf ){case 1:return _gdcgf [0],nil ;case 3:_acffca :=PdfColorspaceDeviceRGB {};_cabcf ,_ebdfc :=_acffca .ColorFromFloats (_gdcgf );if _ebdfc !=nil {return 0.0,_ebdfc ;};return _cabcf .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ;case 4:_ecbbe :=PdfColorspaceDeviceCMYK {}; -_agfgaa ,_fdbgb :=_ecbbe .ColorFromFloats (_gdcgf );if _fdbgb !=nil {return 0.0,_fdbgb ;};_ccbfc ,_fdbgb :=_ecbbe .ColorToRGB (_agfgaa .(*PdfColorDeviceCMYK ));if _fdbgb !=nil {return 0.0,_fdbgb ;};return _ccbfc .(*PdfColorDeviceRGB ).ToGray ().Val (),nil ; -};_bdacg =_cdf .New ("\u0062a\u0064 \u004d\u0061\u0074\u0074\u0065\u0020\u0063\u006f\u006c\u006f\u0072");_fca .Log .Error ("\u0074\u006f\u0047ra\u0079\u003a\u0020\u006d\u0061\u0074\u0074\u0065\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_acdcf ,_bdacg ); -return 0.0,_bdacg ;}; +// AddWatermarkImage adds a watermark to the page. +func (_eddgg *PdfPage )AddWatermarkImage (ximg *XObjectImage ,opt WatermarkImageOptions )error {_bfca ,_bcab :=_eddgg .GetMediaBox ();if _bcab !=nil {return _bcab ;};_bedcc :=_bfca .Urx -_bfca .Llx ;_gaaec :=_bfca .Ury -_bfca .Lly ;_dbcg :=float64 (*ximg .Width ); +_efedf :=(_bedcc -_dbcg )/2;if opt .FitToWidth {_dbcg =_bedcc ;_efedf =0;};_gdaaf :=_gaaec ;_adafb :=float64 (0);if opt .PreserveAspectRatio {_gdaaf =_dbcg *float64 (*ximg .Height )/float64 (*ximg .Width );_adafb =(_gaaec -_gdaaf )/2;};if _eddgg .Resources ==nil {_eddgg .Resources =NewPdfPageResources (); +};_dceeg :=0;_eeaa :=_bda .PdfObjectName (_c .Sprintf ("\u0049\u006d\u0077%\u0064",_dceeg ));for _eddgg .Resources .HasXObjectByName (_eeaa ){_dceeg ++;_eeaa =_bda .PdfObjectName (_c .Sprintf ("\u0049\u006d\u0077%\u0064",_dceeg ));};_bcab =_eddgg .AddImageResource (_eeaa ,ximg ); +if _bcab !=nil {return _bcab ;};_dceeg =0;_agegc :=_bda .PdfObjectName (_c .Sprintf ("\u0047\u0053\u0025\u0064",_dceeg ));for _eddgg .HasExtGState (_agegc ){_dceeg ++;_agegc =_bda .PdfObjectName (_c .Sprintf ("\u0047\u0053\u0025\u0064",_dceeg ));};_egfgd :=_bda .MakeDict (); +_egfgd .Set ("\u0042\u004d",_bda .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));_egfgd .Set ("\u0043\u0041",_bda .MakeFloat (opt .Alpha ));_egfgd .Set ("\u0063\u0061",_bda .MakeFloat (opt .Alpha ));_bcab =_eddgg .AddExtGState (_agegc ,_egfgd );if _bcab !=nil {return _bcab ; +};_efafa :=_c .Sprintf ("\u0071\u000a"+"\u002f%\u0073\u0020\u0067\u0073\u000a"+"%\u002e\u0030\u0066\u0020\u0030\u00200\u0020\u0025\u002e\u0030\u0066\u0020\u0025\u002e\u0034f\u0020\u0025\u002e4\u0066 \u0063\u006d\u000a"+"\u002f%\u0073\u0020\u0044\u006f\u000a"+"\u0051",_agegc ,_dbcg ,_gdaaf ,_efedf ,_adafb ,_eeaa ); +_eddgg .AddContentStreamByString (_efafa );return nil ;};func (_gadd *PdfPage )getParentResources ()(*PdfPageResources ,error ){_abacg :=_gadd .Parent ;for _abacg !=nil {_gggff ,_eccgb :=_bda .GetDict (_abacg );if !_eccgb {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020n\u006f\u0064\u0065"); +return nil ,_gea .New ("i\u006e\u0076\u0061\u006cid\u0020p\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074");};if _ebbcg :=_gggff .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_ebbcg !=nil {_ggbc ,_abegb :=_bda .GetDict (_ebbcg ); +if !_abegb {return nil ,_gea .New ("i\u006e\u0076\u0061\u006cid\u0020r\u0065\u0073\u006f\u0075\u0072c\u0065\u0020\u0064\u0069\u0063\u0074");};_fcaf ,_ffadf :=NewPdfPageResourcesFromDict (_ggbc );if _ffadf !=nil {return nil ,_ffadf ;};return _fcaf ,nil ; +};_abacg =_gggff .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,nil ;}; -// NewXObjectImageFromStream builds the image xobject from a stream object. -// An image dictionary is the dictionary portion of a stream object representing an image XObject. -func NewXObjectImageFromStream (stream *_cee .PdfObjectStream )(*XObjectImage ,error ){_dgbgbd :=&XObjectImage {};_dgbgbd ._fggac =stream ;_ccccf :=*(stream .PdfObjectDictionary );_cedfgg ,_fcfbad :=_cee .NewEncoderFromStream (stream );if _fcfbad !=nil {return nil ,_fcfbad ; -};_dgbgbd .Filter =_cedfgg ;if _fbdgea :=_cee .TraceToDirectObject (_ccccf .Get ("\u0057\u0069\u0064t\u0068"));_fbdgea !=nil {_dgab ,_edcfd :=_fbdgea .(*_cee .PdfObjectInteger );if !_edcfd {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020\u006f\u0062j\u0065\u0063\u0074"); -};_bbcceb :=int64 (*_dgab );_dgbgbd .Width =&_bbcceb ;}else {return nil ,_cdf .New ("\u0077\u0069\u0064\u0074\u0068\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _eadea :=_cee .TraceToDirectObject (_ccccf .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); -_eadea !=nil {_bfebg ,_dace :=_eadea .(*_cee .PdfObjectInteger );if !_dace {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_dceab :=int64 (*_bfebg ); -_dgbgbd .Height =&_dceab ;}else {return nil ,_cdf .New ("\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};if _ccedb :=_cee .TraceToDirectObject (_ccccf .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -_ccedb !=nil {_ceaea ,_gagfc :=NewPdfColorspaceFromPdfObject (_ccedb );if _gagfc !=nil {return nil ,_gagfc ;};_dgbgbd .ColorSpace =_ceaea ;}else {_fca .Log .Debug ("\u0058O\u0062\u006a\u0065c\u0074\u0020\u0049m\u0061ge\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067 1\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065n\u0074\u0020\u002d\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047r\u0061\u0079"); -_dgbgbd .ColorSpace =NewPdfColorspaceDeviceGray ();};if _fgdee :=_cee .TraceToDirectObject (_ccccf .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_fgdee !=nil {_defde ,_faad :=_fgdee .(*_cee .PdfObjectInteger ); -if !_faad {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_ebfdd :=int64 (*_defde );_dgbgbd .BitsPerComponent =&_ebfdd ;};_dgbgbd .Intent =_ccccf .Get ("\u0049\u006e\u0074\u0065\u006e\u0074"); -_dgbgbd .ImageMask =_ccccf .Get ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k");_dgbgbd .Mask =_ccccf .Get ("\u004d\u0061\u0073\u006b");_dgbgbd .Decode =_ccccf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");_dgbgbd .Interpolate =_ccccf .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"); -_dgbgbd .Alternatives =_ccccf .Get ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073");_dgbgbd .SMask =_ccccf .Get ("\u0053\u004d\u0061s\u006b");_dgbgbd .SMaskInData =_ccccf .Get ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061"); -_dgbgbd .Matte =_ccccf .Get ("\u004d\u0061\u0074t\u0065");_dgbgbd .Name =_ccccf .Get ("\u004e\u0061\u006d\u0065");_dgbgbd .StructParent =_ccccf .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_dgbgbd .ID =_ccccf .Get ("\u0049\u0044"); -_dgbgbd .OPI =_ccccf .Get ("\u004f\u0050\u0049");_dgbgbd .Metadata =_ccccf .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_dgbgbd .OC =_ccccf .Get ("\u004f\u0043");_dgbgbd .Stream =stream .Stream ;return _dgbgbd ,nil ;}; +// GetIndirectObjectByNumber retrieves and returns a specific PdfObject by object number. +func (_eecbe *PdfReader )GetIndirectObjectByNumber (number int )(_bda .PdfObject ,error ){_fbgac ,_ebdbb :=_eecbe ._fdadg .LookupByNumber (number );return _fbgac ,_ebdbb ;}; -// NewPdfField returns an initialized PdfField. -func NewPdfField ()*PdfField {return &PdfField {_ccbb :_cee .MakeIndirectObject (_cee .MakeDict ())}};func (_aef *PdfReader )newPdfAnnotationFreeTextFromDict (_decf *_cee .PdfObjectDictionary )(*PdfAnnotationFreeText ,error ){_gbdbd :=PdfAnnotationFreeText {}; -_aebdb ,_bafb :=_aef .newPdfAnnotationMarkupFromDict (_decf );if _bafb !=nil {return nil ,_bafb ;};_gbdbd .PdfAnnotationMarkup =_aebdb ;_gbdbd .DA =_decf .Get ("\u0044\u0041");_gbdbd .Q =_decf .Get ("\u0051");_gbdbd .RC =_decf .Get ("\u0052\u0043");_gbdbd .DS =_decf .Get ("\u0044\u0053"); -_gbdbd .CL =_decf .Get ("\u0043\u004c");_gbdbd .IT =_decf .Get ("\u0049\u0054");_gbdbd .BE =_decf .Get ("\u0042\u0045");_gbdbd .RD =_decf .Get ("\u0052\u0044");_gbdbd .BS =_decf .Get ("\u0042\u0053");_gbdbd .LE =_decf .Get ("\u004c\u0045");return &_gbdbd ,nil ; -}; +// SetXObjectByName adds the XObject from the passed in stream to the page resources. +// The added XObject is identified by the specified name. +func (_agfab *PdfPageResources )SetXObjectByName (keyName _bda .PdfObjectName ,stream *_bda .PdfObjectStream )error {if _agfab .XObject ==nil {_agfab .XObject =_bda .MakeDict ();};_cgegb :=_bda .TraceToDirectObject (_agfab .XObject );_eecga ,_ggedg :=_cgegb .(*_bda .PdfObjectDictionary ); +if !_ggedg {_ed .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0058\u004f\u0062j\u0065\u0063\u0074\u002c\u0020\u0067\u006f\u0074\u0020\u0025T\u002f\u0025\u0054",_agfab .XObject ,_cgegb );return _gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +};_eecga .Set (keyName ,stream );return nil ;}; -// SetFillImage attach a model.Image to push button. -func (_gffb *PdfFieldButton )SetFillImage (image *Image ){if _gffb .IsPush (){_gffb ._effg =image ;};}; +// PdfColorspaceSpecialPattern is a Pattern colorspace. +// Can be defined either as /Pattern or with an underlying colorspace [/Pattern cs]. +type PdfColorspaceSpecialPattern struct{UnderlyingCS PdfColorspace ;_ccbb *_bda .PdfIndirectObject ;}; -// GetAlphabet returns a map of the runes in `text` and their frequencies. -func GetAlphabet (text string )map[rune ]int {_dgaeb :=map[rune ]int {};for _ ,_dacdf :=range text {_dgaeb [_dacdf ]++;};return _dgaeb ;};func (_feca *PdfReader )newPdfAnnotationStrikeOut (_ecc *_cee .PdfObjectDictionary )(*PdfAnnotationStrikeOut ,error ){_bcd :=PdfAnnotationStrikeOut {}; -_cbg ,_aabc :=_feca .newPdfAnnotationMarkupFromDict (_ecc );if _aabc !=nil {return nil ,_aabc ;};_bcd .PdfAnnotationMarkup =_cbg ;_bcd .QuadPoints =_ecc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_bcd ,nil ;}; +// NewPdfColorspaceSpecialIndexed returns a new Indexed color. +func NewPdfColorspaceSpecialIndexed ()*PdfColorspaceSpecialIndexed {return &PdfColorspaceSpecialIndexed {HiVal :255};}; -// NewPdfColorspaceCalGray returns a new CalGray colorspace object. -func NewPdfColorspaceCalGray ()*PdfColorspaceCalGray {_cece :=&PdfColorspaceCalGray {};_cece .BlackPoint =[]float64 {0.0,0.0,0.0};_cece .Gamma =1;return _cece ;}; +// BytesToCharcodes converts the bytes in a PDF string to character codes. +func (_daba *PdfFont )BytesToCharcodes (data []byte )[]_dgb .CharCode {_ed .Log .Trace ("\u0042\u0079\u0074es\u0054\u006f\u0043\u0068\u0061\u0072\u0063\u006f\u0064e\u0073:\u0020d\u0061t\u0061\u003d\u005b\u0025\u0020\u0030\u0032\u0078\u005d\u003d\u0025\u0023\u0071",data ,data ); +if _ccaf ,_ccdd :=_daba ._ggada .(*pdfFontType0 );_ccdd &&_ccaf ._fbcb !=nil {if _dgffc ,_fdgc :=_ccaf .bytesToCharcodes (data );_fdgc {return _dgffc ;};};var (_cecce =make ([]_dgb .CharCode ,0,len (data )+len (data )%2);_fafc =_daba .baseFields (););if _fafc ._eeed !=nil {if _aeea ,_bgbee :=_fafc ._eeed .BytesToCharcodes (data ); +_bgbee {for _ ,_gegde :=range _aeea {_cecce =append (_cecce ,_dgb .CharCode (_gegde ));};return _cecce ;};};if _fafc .isCIDFont (){if len (data )==1{data =[]byte {0,data [0]};};if len (data )%2!=0{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0064\u0064\u0069\u006e\u0067\u0020\u0064\u0061\u0074\u0061\u003d\u0025\u002b\u0076\u0020t\u006f\u0020\u0065\u0076\u0065n\u0020\u006ce\u006e\u0067\u0074\u0068",data ); +data =append (data ,0);};for _dbdf :=0;_dbdf < len (data );_dbdf +=2{_deee :=uint16 (data [_dbdf ])<<8|uint16 (data [_dbdf +1]);_cecce =append (_cecce ,_dgb .CharCode (_deee ));};}else {for _ ,_ebgg :=range data {_cecce =append (_cecce ,_dgb .CharCode (_ebgg )); +};};return _cecce ;}; -// GetAsShadingPattern returns a shading pattern. Check with IsShading() prior to using this. -func (_ffecg *PdfPattern )GetAsShadingPattern ()*PdfShadingPattern {return _ffecg ._gabf .(*PdfShadingPattern );}; +// GetPageAsIndirectObject returns the page as a dictionary within an PdfIndirectObject. +func (_ccfbe *PdfPage )GetPageAsIndirectObject ()*_bda .PdfIndirectObject {return _ccfbe ._eebfa }; -// ToPdfObject implements interface PdfModel. -func (_dbagg *PdfSignature )ToPdfObject ()_cee .PdfObject {_bffbb :=_dbagg ._gcfbb ;var _ccbfd *_cee .PdfObjectDictionary ;if _daagg ,_acaee :=_bffbb .PdfObject .(*pdfSignDictionary );_acaee {_ccbfd =_daagg .PdfObjectDictionary ;}else {_ccbfd =_bffbb .PdfObject .(*_cee .PdfObjectDictionary ); -};_ccbfd .SetIfNotNil ("\u0054\u0079\u0070\u0065",_dbagg .Type );_ccbfd .SetIfNotNil ("\u0046\u0069\u006c\u0074\u0065\u0072",_dbagg .Filter );_ccbfd .SetIfNotNil ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r",_dbagg .SubFilter );_ccbfd .SetIfNotNil ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_dbagg .ByteRange ); -_ccbfd .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_dbagg .Contents );_ccbfd .SetIfNotNil ("\u0043\u0065\u0072\u0074",_dbagg .Cert );_ccbfd .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dbagg .Name );_ccbfd .SetIfNotNil ("\u0052\u0065\u0061\u0073\u006f\u006e",_dbagg .Reason ); -_ccbfd .SetIfNotNil ("\u004d",_dbagg .M );_ccbfd .SetIfNotNil ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e",_dbagg .Reference );_ccbfd .SetIfNotNil ("\u0043h\u0061\u006e\u0067\u0065\u0073",_dbagg .Changes );_ccbfd .SetIfNotNil ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f",_dbagg .ContactInfo ); -_ccbfd .SetIfNotNil ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e",_dbagg .Location );return _bffbb ;}; +// ToPdfObject convert PdfInfo to pdf object. +func (_cfec *PdfInfo )ToPdfObject ()_bda .PdfObject {_ebcf :=_bda .MakeDict ();_ebcf .SetIfNotNil ("\u0054\u0069\u0074l\u0065",_cfec .Title );_ebcf .SetIfNotNil ("\u0041\u0075\u0074\u0068\u006f\u0072",_cfec .Author );_ebcf .SetIfNotNil ("\u0053u\u0062\u006a\u0065\u0063\u0074",_cfec .Subject ); +_ebcf .SetIfNotNil ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_cfec .Keywords );_ebcf .SetIfNotNil ("\u0043r\u0065\u0061\u0074\u006f\u0072",_cfec .Creator );_ebcf .SetIfNotNil ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_cfec .Producer ); +_ebcf .SetIfNotNil ("\u0054r\u0061\u0070\u0070\u0065\u0064",_cfec .Trapped );if _cfec .CreationDate !=nil {_ebcf .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_cfec .CreationDate .ToPdfObject ());};if _cfec .ModifiedDate !=nil {_ebcf .SetIfNotNil ("\u004do\u0064\u0044\u0061\u0074\u0065",_cfec .ModifiedDate .ToPdfObject ()); +};for _ ,_ffee :=range _cfec ._feec .Keys (){_ebcf .SetIfNotNil (_ffee ,_cfec ._feec .Get (_ffee ));};return _ebcf ;}; -// PdfInfo holds document information that will overwrite -// document information global variables defined above. -type PdfInfo struct{Title *_cee .PdfObjectString ;Author *_cee .PdfObjectString ;Subject *_cee .PdfObjectString ;Keywords *_cee .PdfObjectString ;Creator *_cee .PdfObjectString ;Producer *_cee .PdfObjectString ;CreationDate *PdfDate ;ModifiedDate *PdfDate ; -Trapped *_cee .PdfObjectName ;_ecfea *_cee .PdfObjectDictionary ;}; +// PdfBorderStyle represents a border style dictionary (12.5.4 Border Styles p. 394). +type PdfBorderStyle struct{W *float64 ;S *BorderStyle ;D *[]int ;_fgdeg _bda .PdfObject ;};func (_eaace *PdfWriter )setHashIDs (_edceg _cg .Hash )error {_bbcfd :=_edceg .Sum (nil );if _eaace ._gcbgf ==""{_eaace ._gcbgf =_de .EncodeToString (_bbcfd [:8]); +};_eaace .setDocumentIDs (_eaace ._gcbgf ,_de .EncodeToString (_bbcfd [8:]));return nil ;}; -// SetCatalogLanguage sets the catalog language. -func (_cbbfbd *PdfWriter )SetCatalogLanguage (lang _cee .PdfObject )error {if lang ==nil {_cbbfbd ._cdebc .Remove ("\u004c\u0061\u006e\u0067");return nil ;};_cbbfbd .addObject (lang );_cbbfbd ._cdebc .Set ("\u004c\u0061\u006e\u0067",lang );return nil ; -}; +// Mask returns the uin32 bitmask for the specific flag. +func (_dgff FieldFlag )Mask ()uint32 {return uint32 (_dgff )}; -// FlattenFields flattens the form fields and annotations for the PDF loaded in `pdf` and makes -// non-editable. -// Looks up all widget annotations corresponding to form fields and flattens them by drawing the content -// through the content stream rather than annotations. -// References to flattened annotations will be removed from Page Annots array. For fields the AcroForm entry -// will be emptied. -// When `allannots` is true, all annotations will be flattened. Keep false if want to keep non-form related -// annotations intact. -// When `appgen` is not nil, it will be used to generate appearance streams for the field annotations. -func (_abcda *PdfReader )FlattenFields (allannots bool ,appgen FieldAppearanceGenerator )error {return _abcda .flattenFieldsWithOpts (allannots ,appgen ,nil );};func (_beab *PdfReader )newPdfAnnotationMovieFromDict (_ccfd *_cee .PdfObjectDictionary )(*PdfAnnotationMovie ,error ){_aadf :=PdfAnnotationMovie {}; -_aadf .T =_ccfd .Get ("\u0054");_aadf .Movie =_ccfd .Get ("\u004d\u006f\u0076i\u0065");_aadf .A =_ccfd .Get ("\u0041");return &_aadf ,nil ;}; +// SetCatalogMarkInfo sets the catalog MarkInfo dictionary. +func (_feccd *PdfWriter )SetCatalogMarkInfo (info _bda .PdfObject )error {if info ==nil {_feccd ._geadba .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};if _fdaad ,_gaabb :=info .(*_bda .PdfObjectReference );_gaabb {info =_fdaad .Resolve (); +if info ==nil {_feccd ._geadba .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};};_feccd .addObject (info );_feccd ._geadba .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",info );return nil ;}; -// AddExtGState adds a graphics state to the XObject resources. -func (_aecca *PdfPage )AddExtGState (name _cee .PdfObjectName ,egs *_cee .PdfObjectDictionary )error {if _aecca .Resources ==nil {_aecca .Resources =NewPdfPageResources ();};if _aecca .Resources .ExtGState ==nil {_aecca .Resources .ExtGState =_cee .MakeDict (); -};_gecac ,_eddbe :=_cee .TraceToDirectObject (_aecca .Resources .ExtGState ).(*_cee .PdfObjectDictionary );if !_eddbe {_fca .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_cee .TraceToDirectObject (_aecca .Resources .ExtGState )); -return _cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_gecac .Set (name ,egs );return nil ;}; +// Flags returns the field flags for the field accounting for any inherited flags. +func (_fbdce *PdfField )Flags ()FieldFlag {var _bccce FieldFlag ;_bdbf ,_afdfd :=_fbdce .inherit (func (_ddcfa *PdfField )bool {if _ddcfa .Ff !=nil {_bccce =FieldFlag (*_ddcfa .Ff );return true ;};return false ;});if _afdfd !=nil {_ed .Log .Debug ("\u0045\u0072\u0072o\u0072\u0020\u0065\u0076\u0061\u006c\u0075\u0061\u0074\u0069\u006e\u0067\u0020\u0066\u006c\u0061\u0067\u0073\u0020\u0076\u0069\u0061\u0020\u0069\u006e\u0068\u0065\u0072\u0069t\u0061\u006e\u0063\u0065\u003a\u0020\u0025\u0076",_afdfd ); +};if !_bdbf {_ed .Log .Trace ("N\u006f\u0020\u0066\u0069\u0065\u006cd\u0020\u0066\u006c\u0061\u0067\u0073 \u0066\u006f\u0075\u006e\u0064\u0020\u002d \u0061\u0073\u0073\u0075\u006d\u0065\u0020\u0063\u006c\u0065a\u0072");};return _bccce ;}; -// NewPdfShadingPatternType3 creates an empty shading pattern type 3 object. -func NewPdfShadingPatternType3 ()*PdfShadingPatternType3 {_gddcb :=&PdfShadingPatternType3 {};_gddcb .Matrix =_cee .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_gddcb .PdfPattern =&PdfPattern {};_gddcb .PdfPattern .PatternType =int64 (*_cee .MakeInteger (2)); -_gddcb .PdfPattern ._gabf =_gddcb ;_gddcb .PdfPattern ._bgabc =_cee .MakeIndirectObject (_cee .MakeDict ());return _gddcb ;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain three PdfObjectFloat elements representing +// the A, B and C components of the color. +func (_gadb *PdfColorspaceCalRGB )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_acbe ,_eaea :=_bda .GetNumbersAsFloat (objects ); +if _eaea !=nil {return nil ,_eaea ;};return _gadb .ColorFromFloats (_acbe );};func (_becdg *PdfReader )traverseObjectData (_cgeef _bda .PdfObject )error {return _bda .ResolveReferencesDeep (_cgeef ,_becdg ._efag );}; -// ToPdfObject implements interface PdfModel. -func (_bb *PdfActionThread )ToPdfObject ()_cee .PdfObject {_bb .PdfAction .ToPdfObject ();_fde :=_bb ._gaf ;_afc :=_fde .PdfObject .(*_cee .PdfObjectDictionary );_afc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeThread )));if _bb .F !=nil {_afc .Set ("\u0046",_bb .F .ToPdfObject ()); -};_afc .SetIfNotNil ("\u0044",_bb .D );_afc .SetIfNotNil ("\u0042",_bb .B );return _fde ;};func _eeaec (_ggccd _cee .PdfObject )(PdfFunction ,error ){_ggccd =_cee .ResolveReference (_ggccd );if _agcdc ,_gdcba :=_ggccd .(*_cee .PdfObjectStream );_gdcba {_ffacc :=_agcdc .PdfObjectDictionary ; -_gcaca ,_beeac :=_ffacc .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger );if !_beeac {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); -return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_gcaca ==0{return _fabef (_agcdc );}else if *_gcaca ==4{return _agac (_agcdc ); -}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _cfgcf ,_fdbgf :=_ggccd .(*_cee .PdfIndirectObject );_fdbgf {_bfcfd ,_gbca :=_cfgcf .PdfObject .(*_cee .PdfObjectDictionary ); -if !_gbca {_fca .Log .Error ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006eg\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};_dggea ,_gbca :=_bfcfd .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger ); -if !_gbca {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067");return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067"); -};if *_dggea ==2{return _fegfe (_cfgcf );}else if *_dggea ==3{return _afgafg (_cfgcf );}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _dcef ,_gcfffb :=_ggccd .(*_cee .PdfObjectDictionary ); -_gcfffb {_gfde ,_effbb :=_dcef .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_cee .PdfObjectInteger );if !_effbb {_fca .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); -return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_gfde ==2{return _fegfe (_dcef );}else if *_gfde ==3{return _afgafg (_dcef ); -}else {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else {_fca .Log .Debug ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0054\u0079\u0070\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0023\u0076",_ggccd ); -return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};};func (_efagdb *XObjectImage )getParamsDict ()*_cee .PdfObjectDictionary {_afefbb :=_cee .MakeDict ();_afefbb .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (*_efagdb .Width )); -_afefbb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (*_efagdb .Height ));_afefbb .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_efagdb .ColorSpace .GetNumComponents ()))); -_afefbb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (*_efagdb .BitsPerComponent ));return _afefbb ;}; +// CharcodesToUnicode converts the character codes `charcodes` to a slice of runes. +// How it works: +// 1. Use the ToUnicode CMap if there is one. +// 2. Use the underlying font's encoding. +func (_gdfae *PdfFont )CharcodesToUnicode (charcodes []_dgb .CharCode )[]rune {_eaeb ,_ ,_ :=_gdfae .CharcodesToUnicodeWithStats (charcodes );return _eaeb ;};func (_egde *Image )samplesTrimPadding (_gcgfd []uint32 )[]uint32 {_dbdc :=_egde .ColorComponents *int (_egde .Width )*int (_egde .Height ); +if len (_gcgfd )==_dbdc {return _gcgfd ;};_eecef :=make ([]uint32 ,_dbdc );_gcfaf :=int (_egde .Width )*_egde .ColorComponents ;var _aabab ,_dddcg ,_cdgba ,_cabgfe int ;_efbea :=_bg .BytesPerLine (int (_egde .Width ),int (_egde .BitsPerComponent ),_egde .ColorComponents ); +for _aabab =0;_aabab < int (_egde .Height );_aabab ++{_dddcg =_aabab *int (_egde .Width );_cdgba =_aabab *_efbea ;for _cabgfe =0;_cabgfe < _gcfaf ;_cabgfe ++{_eecef [_dddcg +_cabgfe ]=_gcgfd [_cdgba +_cabgfe ];};};return _eecef ;}; -// IsFitWindow returns the value of the fitWindow flag. -func (_ecfbg *ViewerPreferences )IsFitWindow ()bool {if _ecfbg ._cbdgc ==nil {return false ;};return *_ecfbg ._cbdgc ;}; +// PdfShading represents a shading dictionary. There are 7 types of shading, +// indicatedby the shading type variable: +// 1: Function-based shading. +// 2: Axial shading. +// 3: Radial shading. +// 4: Free-form Gouraud-shaded triangle mesh. +// 5: Lattice-form Gouraud-shaded triangle mesh. +// 6: Coons patch mesh. +// 7: Tensor-product patch mesh. +// types 4-7 are contained in a stream object, where the dictionary is given by the stream dictionary. +type PdfShading struct{ShadingType *_bda .PdfObjectInteger ;ColorSpace PdfColorspace ;Background *_bda .PdfObjectArray ;BBox *PdfRectangle ;AntiAlias *_bda .PdfObjectBool ;_cdded PdfModel ;_gfdga _bda .PdfObject ;}; -// NewOutlineItem returns a new outline item instance. -func NewOutlineItem (title string ,dest OutlineDest )*OutlineItem {return &OutlineItem {Title :title ,Dest :dest };};func _cdba (_bdad *fontCommon )*pdfCIDFontType2 {return &pdfCIDFontType2 {fontCommon :*_bdad }}; +// NewPdfActionHide returns a new "hide" action. +func NewPdfActionHide ()*PdfActionHide {_bge :=NewPdfAction ();_gdf :=&PdfActionHide {};_gdf .PdfAction =_bge ;_bge .SetContext (_gdf );return _gdf ;}; -// PrintScaling represents the page scaling option that shall be selected -// when a print dialog is displayed for this document. -type PrintScaling string ; +// StandardValidator is the interface that is used for the PDF StandardImplementer validation for the PDF document. +// It is using a CompliancePdfReader which is expected to give more Metadata during reading process. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type StandardValidator interface{ -// PdfAnnotationScreen represents Screen annotations. -// (Section 12.5.6.18). -type PdfAnnotationScreen struct{*PdfAnnotation ;T _cee .PdfObject ;MK _cee .PdfObject ;A _cee .PdfObject ;AA _cee .PdfObject ;}; +// ValidateStandard checks if the input reader +ValidateStandard (_fdaac *CompliancePdfReader )error ;};func _gbdca (_eebf *_bda .PdfObjectDictionary )(*PdfFieldChoice ,error ){_befdd :=&PdfFieldChoice {};_befdd .Opt ,_ =_bda .GetArray (_eebf .Get ("\u004f\u0070\u0074"));_befdd .TI ,_ =_bda .GetInt (_eebf .Get ("\u0054\u0049")); +_befdd .I ,_ =_bda .GetArray (_eebf .Get ("\u0049"));return _befdd ,nil ;}; -// PdfColorPatternType2 represents a color shading pattern type 2 (Axial). -type PdfColorPatternType2 struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; +// GetSubFilter returns SubFilter value or empty string. +func (_cefabf *pdfSignDictionary )GetSubFilter ()string {_dfecd :=_cefabf .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r");if _dfecd ==nil {return "";};if _fbedg ,_gfgab :=_bda .GetNameVal (_dfecd );_gfgab {return _fbedg ;};return "";}; -// Initialize initializes the PdfSignature. -func (_daega *PdfSignature )Initialize ()error {if _daega .Handler ==nil {return _cdf .New ("\u0073\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0068\u0061\u006e\u0064\u006c\u0065r\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c"); -};return _daega .Handler .InitSignature (_daega );};func (_degfg *PdfPage )getParentResources ()(*PdfPageResources ,error ){_fdabd :=_degfg .Parent ;for _fdabd !=nil {_fbbdb ,_ffcbg :=_cee .GetDict (_fdabd );if !_ffcbg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020n\u006f\u0064\u0065"); -return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020p\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074");};if _ggcgd :=_fbbdb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_ggcgd !=nil {_eccgc ,_fegdb :=_cee .GetDict (_ggcgd ); -if !_fegdb {return nil ,_cdf .New ("i\u006e\u0076\u0061\u006cid\u0020r\u0065\u0073\u006f\u0075\u0072c\u0065\u0020\u0064\u0069\u0063\u0074");};_ebab ,_fdaee :=NewPdfPageResourcesFromDict (_eccgc );if _fdaee !=nil {return nil ,_fdaee ;};return _ebab ,nil ; -};_fdabd =_fbbdb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,nil ;}; +// AcroFormRepairOptions contains options for rebuilding the AcroForm. +type AcroFormRepairOptions struct{};func _efgcc (_edbag _ga .ReadSeeker ,_bgaea *ReaderOpts ,_gcegc bool ,_eaegb string )(*PdfReader ,error ){if _bgaea ==nil {_bgaea =NewReaderOpts ();};_egadc :="";if _fbfc ,_ggca :=_edbag .(*_dfc .File );_ggca {_egadc =_fbfc .Name (); +};_gefgf :=*_bgaea ;_cdbaf :=&PdfReader {_adacg :_edbag ,_efag :map[_bda .PdfObject ]struct{}{},_gbdfa :_abdd (),_aaece :_bgaea .LazyLoad ,_caadg :_bgaea .ComplianceMode ,_cadf :_gcegc ,_afdbe :&_gefgf ,_gcbfae :_egadc };_bdec ,_bbcdb :=_fbcbf ("\u0072"); +if _bbcdb !=nil {return nil ,_bbcdb ;};_bbcdb =_dfb .Track (_bdec ,_eaegb ,_cdbaf ._gcbfae );if _bbcdb !=nil {return nil ,_bbcdb ;};_cdbaf ._gbcfb =_bdec ;var _efdaf *_bda .PdfParser ;if !_cdbaf ._caadg {_efdaf ,_bbcdb =_bda .NewParser (_edbag );}else {_efdaf ,_bbcdb =_bda .NewCompliancePdfParser (_edbag ); +};if _bbcdb !=nil {return nil ,_bbcdb ;};_cdbaf ._fdadg =_efdaf ;_cbfaf ,_bbcdb :=_cdbaf .IsEncrypted ();if _bbcdb !=nil {return nil ,_bbcdb ;};if !_cbfaf {_bbcdb =_cdbaf .loadStructure ();if _bbcdb !=nil {return nil ,_bbcdb ;};}else if _gcegc {_dddbe ,_eceae :=_cdbaf .Decrypt ([]byte (_bgaea .Password )); +if _eceae !=nil {return nil ,_eceae ;};if !_dddbe {return nil ,_gea .New ("\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074\u006f \u0064\u0065c\u0072\u0079\u0070\u0074\u0020\u0070\u0061\u0073\u0073w\u006f\u0072\u0064\u0020p\u0072\u006f\u0074\u0065\u0063\u0074\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u002d\u0020\u006e\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0073\u0070\u0065\u0063\u0069\u0066y\u0020\u0070\u0061s\u0073\u0020\u0074\u006f\u0020\u0044\u0065\u0063\u0072\u0079\u0070\u0074"); +};};_cdbaf ._gdfcc =make (map[*PdfReader ]*PdfReader );_cdbaf ._aaefc =make ([]*PdfReader ,_efdaf .GetRevisionNumber ());return _cdbaf ,nil ;};func _bgbcb ()string {_ggbe .Lock ();defer _ggbe .Unlock ();_cgdea :=_dfb .GetLicenseKey ();if len (_afabf )> 0&&(_cgdea .IsLicensed ()||_cbbeb ){return _afabf ; +};return _c .Sprintf ("\u0055\u006e\u0069Do\u0063\u0020\u0076\u0025\u0073\u0020\u0028\u0025\u0073)\u0020-\u0020h\u0074t\u0070\u003a\u002f\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f",_efdg (),_cgdea .TypeToString ());}; -// HasXObjectByName checks if has XObject resource by name. -func (_baacd *PdfPage )HasXObjectByName (name _cee .PdfObjectName )bool {_fbfbgf ,_bdaa :=_baacd .Resources .XObject .(*_cee .PdfObjectDictionary );if !_bdaa {return false ;};if _ggaagc :=_fbfbgf .Get (name );_ggaagc !=nil {return true ;};return false ; -}; +// GetContainingPdfObject implements interface PdfModel. +func (_afb *PdfAction )GetContainingPdfObject ()_bda .PdfObject {return _afb ._gg }; -// PdfInfoTrapped specifies pdf trapped information. -type PdfInfoTrapped string ; +// GetContainingPdfObject implements interface PdfModel. +func (_ccgca *PdfSignatureReference )GetContainingPdfObject ()_bda .PdfObject {return _ccgca ._efgcdg }; -// PdfField contains the common attributes of a form field. The context object contains the specific field data -// which can represent a button, text, choice or signature. -// The PdfField is typically not used directly, but is encapsulated by the more specific field types such as -// PdfFieldButton etc (i.e. the context attribute). -type PdfField struct{_egab PdfModel ;_ccbb *_cee .PdfIndirectObject ;Parent *PdfField ;Annotations []*PdfAnnotationWidget ;Kids []*PdfField ;FT *_cee .PdfObjectName ;T *_cee .PdfObjectString ;TU *_cee .PdfObjectString ;TM *_cee .PdfObjectString ;Ff *_cee .PdfObjectInteger ; -V _cee .PdfObject ;DV _cee .PdfObject ;AA _cee .PdfObject ;VariableText *VariableText ;};func (_dcfe *pdfFontSimple )updateStandard14Font (){_cddd ,_debgcd :=_dcfe .Encoder ().(_dae .SimpleEncoder );if !_debgcd {_fca .Log .Error ("\u0057\u0072\u006f\u006e\u0067\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0074y\u0070e\u003a\u0020\u0025\u0054\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u002e",_dcfe .Encoder (),_dcfe ); -return ;};_bbgbg :=_cddd .Charcodes ();_dcfe ._ccfb =make (map[_dae .CharCode ]float64 ,len (_bbgbg ));for _ ,_gaaae :=range _bbgbg {_efafg ,_ :=_cddd .CharcodeToRune (_gaaae );_dfdbc ,_ :=_dcfe ._daefa .Read (_efafg );_dcfe ._ccfb [_gaaae ]=_dfdbc .Wx ; -};}; +// WriteString outputs the object as it is to be written to file. +func (_dggcb *pdfSignDictionary )WriteString ()string {_dggcb ._gcgda =0;_dggcb ._dgeg =0;_dggcb ._cafdg =0;_dggcb ._eafbd =0;_dgaef :=_dff .NewBuffer (nil );_dgaef .WriteString ("\u003c\u003c");for _ ,_eeedf :=range _dggcb .Keys (){_fffge :=_dggcb .Get (_eeedf ); +switch _eeedf {case "\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e":_dgaef .WriteString (_eeedf .WriteString ());_dgaef .WriteString ("\u0020");_dggcb ._cafdg =_dgaef .Len ();_dgaef .WriteString (_fffge .WriteString ());_dgaef .WriteString ("\u0020");_dggcb ._eafbd =_dgaef .Len ()-1; +case "\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073":_dgaef .WriteString (_eeedf .WriteString ());_dgaef .WriteString ("\u0020");_dggcb ._gcgda =_dgaef .Len ();_dgaef .WriteString (_fffge .WriteString ());_dgaef .WriteString ("\u0020");_dggcb ._dgeg =_dgaef .Len ()-1; +default:_dgaef .WriteString (_eeedf .WriteString ());_dgaef .WriteString ("\u0020");_dgaef .WriteString (_fffge .WriteString ());};};_dgaef .WriteString ("\u003e\u003e");return _dgaef .String ();}; -// PdfSignature represents a PDF signature dictionary and is used for signing via form signature fields. -// (Section 12.8, Table 252 - Entries in a signature dictionary p. 475 in PDF32000_2008). -type PdfSignature struct{Handler SignatureHandler ;_gcfbb *_cee .PdfIndirectObject ; +// GetModelFromPrimitive returns the model corresponding to the `primitive` PdfObject. +func (_faage *modelManager )GetModelFromPrimitive (primitive _bda .PdfObject )PdfModel {model ,_fbde :=_faage ._afaad [primitive ];if !_fbde {return nil ;};return model ;}; -// Type: Sig/DocTimeStamp -Type *_cee .PdfObjectName ;Filter *_cee .PdfObjectName ;SubFilter *_cee .PdfObjectName ;Contents *_cee .PdfObjectString ;Cert _cee .PdfObject ;ByteRange *_cee .PdfObjectArray ;Reference *_cee .PdfObjectArray ;Changes *_cee .PdfObjectArray ;Name *_cee .PdfObjectString ; -M *_cee .PdfObjectString ;Location *_cee .PdfObjectString ;Reason *_cee .PdfObjectString ;ContactInfo *_cee .PdfObjectString ;R *_cee .PdfObjectInteger ;V *_cee .PdfObjectInteger ;PropBuild *_cee .PdfObjectDictionary ;PropAuthTime *_cee .PdfObjectInteger ; -PropAuthType *_cee .PdfObjectName ;}; +// EnableByName LTV enables the signature dictionary of the PDF AcroForm +// field identified the specified name. The signing certificate chain is +// extracted from the signature dictionary. Optionally, additional certificates +// can be specified through the `extraCerts` parameter. The LTV client attempts +// to build the certificate chain up to a trusted root by downloading any +// missing certificates. +func (_agbed *LTV )EnableByName (name string ,extraCerts []*_bd .Certificate )error {_fdbb :=_agbed ._ecfbf ._babd .AcroForm ;for _ ,_ggccg :=range _fdbb .AllFields (){_accadf ,_ :=_ggccg .GetContext ().(*PdfFieldSignature );if _accadf ==nil {continue ; +};if _adbac :=_accadf .PartialName ();_adbac !=name {continue ;};return _agbed .Enable (_accadf .V ,extraCerts );};return nil ;}; -// PdfFunctionType0 uses a sequence of sample values (contained in a stream) to provide an approximation -// for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional -// table in which each entry has n components -type PdfFunctionType0 struct{Domain []float64 ;Range []float64 ;NumInputs int ;NumOutputs int ;Size []int ;BitsPerSample int ;Order int ;Encode []float64 ;Decode []float64 ;_bbdc []byte ;_efcg []uint32 ;_gaagd *_cee .PdfObjectStream ;};func (_gebfb *PdfReader )newPdfSignatureReferenceFromDict (_bdfcd *_cee .PdfObjectDictionary )(*PdfSignatureReference ,error ){if _gbef ,_fcgbg :=_gebfb ._fcgbe .GetModelFromPrimitive (_bdfcd ).(*PdfSignatureReference ); -_fcgbg {return _gbef ,nil ;};_bcbcg :=&PdfSignatureReference {_bfegdg :_bdfcd ,Data :_bdfcd .Get ("\u0044\u0061\u0074\u0061")};var _ccdegb bool ;_bcbcg .Type ,_ =_cee .GetName (_bdfcd .Get ("\u0054\u0079\u0070\u0065"));_bcbcg .TransformMethod ,_ccdegb =_cee .GetName (_bdfcd .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -if !_ccdegb {_fca .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0072\u0061\u006e\u0073\u0066o\u0072\u006dM\u0065\u0074h\u006f\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020in\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020m\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,ErrInvalidAttribute ;};_bcbcg .TransformParams ,_ =_cee .GetDict (_bdfcd .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_bcbcg .DigestMethod ,_ =_cee .GetName (_bdfcd .Get ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064")); -return _bcbcg ,nil ;}; +// PrintArea returns the value of the printArea. +func (_ecbba *ViewerPreferences )PrintArea ()PageBoundary {return _ecbba ._geeda }; -// GetMCID returns the MCID of the KValue. -func (_efeag *KValue )GetMCID ()*int {return _efeag ._dfcf }; +// GetFontDescriptor returns the font descriptor for `font`. +func (_fgfge PdfFont )GetFontDescriptor ()(*PdfFontDescriptor ,error ){return _fgfge ._ggada .getFontDescriptor (),nil ;}; -// PdfActionResetForm represents a resetForm action. -type PdfActionResetForm struct{*PdfAction ;Fields _cee .PdfObject ;Flags _cee .PdfObject ;}; +// NewPdfColorPattern returns an empty color pattern. +func NewPdfColorPattern ()*PdfColorPattern {_eee :=&PdfColorPattern {};return _eee }; -// IsHideWindowUI returns the value of the hideWindowUI flag. -func (_abbff *ViewerPreferences )IsHideWindowUI ()bool {if _abbff ._gfffg ==nil {return false ;};return *_abbff ._gfffg ;};func (_adege *PdfReader )newPdfPageFromDict (_geee *_cee .PdfObjectDictionary )(*PdfPage ,error ){_efcee :=NewPdfPage ();_efcee ._cfdab =_geee ; -_efcee ._bfeab =*_geee ;_aebad :=*_geee ;_ggebg ,_afgg :=_aebad .Get ("\u0054\u0079\u0070\u0065").(*_cee .PdfObjectName );if !_afgg {return nil ,_cdf .New ("\u006d\u0069ss\u0069\u006e\u0067/\u0069\u006e\u0076\u0061lid\u0020Pa\u0067\u0065\u0020\u0064\u0069\u0063\u0074io\u006e\u0061\u0072\u0079\u0020\u0054\u0079p\u0065"); -};if *_ggebg !="\u0050\u0061\u0067\u0065"{return nil ,_cdf .New ("\u0070\u0061\u0067\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u0050a\u0067\u0065");};if _bcgdf :=_aebad .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); -_bcgdf !=nil {_efcee .Parent =_bcgdf ;};if _agafe :=_aebad .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064");_agafe !=nil {_fgbc ,_agda :=_cee .GetString (_agafe );if !_agda {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u004c\u0061\u0073\u0074\u004d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0021=\u0020\u0073t\u0072\u0069\u006e\u0067"); -};_ecgdf ,_gbfgg :=NewPdfDate (_fgbc .Str ());if _gbfgg !=nil {return nil ,_gbfgg ;};_efcee .LastModified =&_ecgdf ;};if _dgfac :=_aebad .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_dgfac !=nil &&!_cee .IsNullObject (_dgfac ){_edfa ,_dbdg :=_cee .GetDict (_dgfac ); -if !_dbdg {return nil ,_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_dgfac );};var _befde error ;_efcee .Resources ,_befde =NewPdfPageResourcesFromDict (_edfa ); -if _befde !=nil {return nil ,_befde ;};}else {_bedbb ,_eegaf :=_efcee .getParentResources ();if _eegaf !=nil {return nil ,_eegaf ;};if _bedbb ==nil {_bedbb =NewPdfPageResources ();};_efcee .Resources =_bedbb ;};if _eaedg :=_aebad .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"); -_eaedg !=nil {_aaagc ,_gbdgb :=_cee .GetArray (_eaedg );if !_gbdgb {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079");};var _gadg error ; -_efcee .MediaBox ,_gadg =NewPdfRectangle (*_aaagc );if _gadg !=nil {return nil ,_gadg ;};};if _facadb :=_aebad .Get ("\u0043r\u006f\u0070\u0042\u006f\u0078");_facadb !=nil {_cdfc ,_efgg :=_cee .GetArray (_facadb );if !_efgg {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0043r\u006f\u0070\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); -};var _abfaf error ;_efcee .CropBox ,_abfaf =NewPdfRectangle (*_cdfc );if _abfaf !=nil {return nil ,_abfaf ;};};if _fefgc :=_aebad .Get ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078");_fefgc !=nil {_gddag ,_aebee :=_cee .GetArray (_fefgc );if !_aebee {return nil ,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0042\u006c\u0065\u0065\u0064\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079"); -};var _ddaf error ;_efcee .BleedBox ,_ddaf =NewPdfRectangle (*_gddag );if _ddaf !=nil {return nil ,_ddaf ;};};if _fafc :=_aebad .Get ("\u0054r\u0069\u006d\u0042\u006f\u0078");_fafc !=nil {_cdbbf ,_fgegbe :=_cee .GetArray (_fafc );if !_fgegbe {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0054r\u0069\u006d\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); -};var _aaagf error ;_efcee .TrimBox ,_aaagf =NewPdfRectangle (*_cdbbf );if _aaagf !=nil {return nil ,_aaagf ;};};if _ebgd :=_aebad .Get ("\u0041\u0072\u0074\u0042\u006f\u0078");_ebgd !=nil {_efec ,_bcagde :=_cee .GetArray (_ebgd );if !_bcagde {return nil ,_cdf .New ("\u0070a\u0067\u0065\u0020\u0041\u0072\u0074\u0042\u006f\u0078\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); -};var _gecbe error ;_efcee .ArtBox ,_gecbe =NewPdfRectangle (*_efec );if _gecbe !=nil {return nil ,_gecbe ;};};if _fgba :=_aebad .Get ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f");_fgba !=nil {_efcee .BoxColorInfo =_fgba ;};if _eeedb :=_aebad .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -_eeedb !=nil {_efcee .Contents =_eeedb ;};if _bgfc :=_aebad .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_bgfc !=nil {_fgfc ,_edggf :=_cee .GetNumberAsInt64 (_bgfc );if _edggf !=nil {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0067e\u0020\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};_efcee .Rotate =&_fgfc ;};if _cfdbb :=_aebad .Get ("\u0047\u0072\u006fu\u0070");_cfdbb !=nil {_efcee .Group =_cfdbb ;};if _caffg :=_aebad .Get ("\u0054\u0068\u0075m\u0062");_caffg !=nil {_efcee .Thumb =_caffg ;};if _ggfa :=_aebad .Get ("\u0042");_ggfa !=nil {_efcee .B =_ggfa ; -};if _cffcd :=_aebad .Get ("\u0044\u0075\u0072");_cffcd !=nil {_efcee .Dur =_cffcd ;};if _cfcea :=_aebad .Get ("\u0054\u0072\u0061n\u0073");_cfcea !=nil {_efcee .Trans =_cfcea ;};if _adff :=_aebad .Get ("\u0041\u0041");_adff !=nil {_efcee .AA =_adff ;}; -if _fabce :=_aebad .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_fabce !=nil {_efcee .Metadata =_fabce ;};if _gdbbf :=_aebad .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_gdbbf !=nil {_efcee .PieceInfo =_gdbbf ;};if _cggf :=_aebad .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); -_cggf !=nil {_efcee .StructParents =_cggf ;};if _eaaa :=_aebad .Get ("\u0049\u0044");_eaaa !=nil {_efcee .ID =_eaaa ;};if _dfaf :=_aebad .Get ("\u0050\u005a");_dfaf !=nil {_efcee .PZ =_dfaf ;};if _cfacd :=_aebad .Get ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f"); -_cfacd !=nil {_efcee .SeparationInfo =_cfacd ;};if _egcc :=_aebad .Get ("\u0054\u0061\u0062\u0073");_egcc !=nil {_efcee .Tabs =_egcc ;};if _ffca :=_aebad .Get ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064"); -_ffca !=nil {_efcee .TemplateInstantiated =_ffca ;};if _beece :=_aebad .Get ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s");_beece !=nil {_efcee .PresSteps =_beece ;};if _ebcgf :=_aebad .Get ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074");_ebcgf !=nil {_efcee .UserUnit =_ebcgf ; -};if _aefdg :=_aebad .Get ("\u0056\u0050");_aefdg !=nil {_efcee .VP =_aefdg ;};if _caeca :=_aebad .Get ("\u0041\u006e\u006e\u006f\u0074\u0073");_caeca !=nil {_efcee .Annots =_caeca ;};_efcee ._acbbg =_adege ;return _efcee ,nil ;};func _dbaba (_baegc _cee .PdfObject ,_efgbg *fontCommon )(*_dgg .CMap ,error ){_adfdf ,_gfab :=_cee .GetStream (_baegc ); -if !_gfab {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0074\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0054\u006f\u0043m\u0061\u0070\u003a\u0020\u004e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0025\u0054\u0029",_baegc ); -return nil ,_cee .ErrTypeError ;};_geaaef ,_dabgg :=_cee .DecodeStream (_adfdf );if _dabgg !=nil {return nil ,_dabgg ;};_ecdeg ,_dabgg :=_dgg .LoadCmapFromData (_geaaef ,!_efgbg .isCIDFont ());if _dabgg !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u004e\u0075\u006d\u0062\u0065\u0072\u003d\u0025\u0064\u0020\u0065\u0072r=\u0025\u0076",_adfdf .ObjectNumber ,_dabgg ); -};return _ecdeg ,_dabgg ;}; +// SetDisplayDocTitle sets the value of the displayDocTitle flag. +func (_efgbd *ViewerPreferences )SetDisplayDocTitle (displayDocTitle bool ){_efgbd ._ddeed =&displayDocTitle ;}; -// PdfActionType represents an action type in PDF (section 12.6.4 p. 417). -type PdfActionType string ; +// ToPdfObject returns the PDF representation of the VRI dictionary. +func (_bace *VRI )ToPdfObject ()*_bda .PdfObjectDictionary {_cebf :=_bda .MakeDict ();_cebf .SetIfNotNil (_bda .PdfObjectName ("\u0043\u0065\u0072\u0074"),_dabab (_bace .Cert ));_cebf .SetIfNotNil (_bda .PdfObjectName ("\u004f\u0043\u0053\u0050"),_dabab (_bace .OCSP )); +_cebf .SetIfNotNil (_bda .PdfObjectName ("\u0043\u0052\u004c"),_dabab (_bace .CRL ));_cebf .SetIfNotNil ("\u0054\u0055",_bace .TU );_cebf .SetIfNotNil ("\u0054\u0053",_bace .TS );return _cebf ;}; -// ToPdfObject implements interface PdfModel. -func (_abeb *PdfAnnotationPopup )ToPdfObject ()_cee .PdfObject {_abeb .PdfAnnotation .ToPdfObject ();_ecb :=_abeb ._eddc ;_fcg :=_ecb .PdfObject .(*_cee .PdfObjectDictionary );_fcg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050\u006f\u0070u\u0070")); -_fcg .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_abeb .Parent );_fcg .SetIfNotNil ("\u004f\u0070\u0065\u006e",_abeb .Open );return _ecb ;}; +// SetPageNumber sets the page number. +func (_ggefd *KDict )SetPageNumber (pageNumber int64 ){_ggefd ._adceg =pageNumber };func (_cbad *PdfWriter )seekByName (_gccca _bda .PdfObject ,_bcaag []string ,_fdefa string )([]_bda .PdfObject ,error ){_ed .Log .Trace ("\u0053\u0065\u0065\u006b\u0020\u0062\u0079\u0020\u006e\u0061\u006d\u0065.\u002e\u0020\u0025\u0054",_gccca ); +var _eedfca []_bda .PdfObject ;if _eggdc ,_gbgbc :=_gccca .(*_bda .PdfIndirectObject );_gbgbc {return _cbad .seekByName (_eggdc .PdfObject ,_bcaag ,_fdefa );};if _bafeg ,_cgbea :=_gccca .(*_bda .PdfObjectStream );_cgbea {return _cbad .seekByName (_bafeg .PdfObjectDictionary ,_bcaag ,_fdefa ); +};if _cedab ,_fgcaa :=_gccca .(*_bda .PdfObjectDictionary );_fgcaa {_ed .Log .Trace ("\u0044\u0069\u0063\u0074");for _ ,_aeafdb :=range _cedab .Keys (){_gbafe :=_cedab .Get (_aeafdb );if string (_aeafdb )==_fdefa {_eedfca =append (_eedfca ,_gbafe );};for _ ,_cbfd :=range _bcaag {if string (_aeafdb )==_cbfd {_ed .Log .Trace ("\u0046\u006f\u006c\u006c\u006f\u0077\u0020\u006b\u0065\u0079\u0020\u0025\u0073",_cbfd ); +_daggc ,_aeeadb :=_cbad .seekByName (_gbafe ,_bcaag ,_fdefa );if _aeeadb !=nil {return _eedfca ,_aeeadb ;};_eedfca =append (_eedfca ,_daggc ...);break ;};};};return _eedfca ,nil ;};return _eedfca ,nil ;}; -// K returns the value of the key component of the color. -func (_gade *PdfColorDeviceCMYK )K ()float64 {return _gade [3]};func (_ebbc fontCommon )fontFlags ()int {if _ebbc ._ebcad ==nil {return 0;};return _ebbc ._ebcad ._cadgge ;}; +// HasExtGState checks if ExtGState name is available. +func (_fgfcb *PdfPage )HasExtGState (name _bda .PdfObjectName )bool {if _fgfcb .Resources ==nil {return false ;};if _fgfcb .Resources .ExtGState ==nil {return false ;};_dagea ,_gdcda :=_bda .TraceToDirectObject (_fgfcb .Resources .ExtGState ).(*_bda .PdfObjectDictionary ); +if !_gdcda {_ed .Log .Debug ("\u0045\u0078\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064i\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u003a\u0020\u0025\u0076",_bda .TraceToDirectObject (_fgfcb .Resources .ExtGState )); +return false ;};_edddd :=_dagea .Get (name );_egfaf :=_edddd !=nil ;return _egfaf ;}; -// SetNonFullScreenPageMode sets the value of the nonFullScreenPageMode. -func (_fgbge *ViewerPreferences )SetNonFullScreenPageMode (nonFullScreenPageMode NonFullScreenPageMode ){_fgbge ._efgaa =nonFullScreenPageMode ;}; +// PdfAnnotationSound represents Sound annotations. +// (Section 12.5.6.16). +type PdfAnnotationSound struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Sound _bda .PdfObject ;Name _bda .PdfObject ;}; -// GetXObjectFormByName returns the XObjectForm with the specified name from the -// page resources, if it exists. -func (_eabfa *PdfPageResources )GetXObjectFormByName (keyName _cee .PdfObjectName )(*XObjectForm ,error ){_adca ,_cdbdf :=_eabfa .GetXObjectByName (keyName );if _adca ==nil {return nil ,nil ;};if _cdbdf !=XObjectTypeForm {return nil ,_cdf .New ("\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006f\u0072\u006d"); -};_dddag ,_cegc :=NewXObjectFormFromStream (_adca );if _cegc !=nil {return nil ,_cegc ;};return _dddag ,nil ;};func (_cgdde *PdfWriter )writeNamesDictionary ()error {if _cgdde ._bbcfgd ==nil {return nil ;};_bddbe :=_cgdde ._bbcfgd .ToPdfObject ();_cgdde ._cdebc .Set ("\u004e\u0061\u006de\u0073",_bddbe ); -_agagc :=_cgdde .addObjects (_bddbe );if _agagc !=nil {return _agagc ;};return nil ;}; +// NewPdfAnnotationFileAttachment returns a new file attachment annotation. +func NewPdfAnnotationFileAttachment ()*PdfAnnotationFileAttachment {_eebg :=NewPdfAnnotation ();_cae :=&PdfAnnotationFileAttachment {};_cae .PdfAnnotation =_eebg ;_cae .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_eebg .SetContext (_cae );return _cae ; +}; -// PdfAnnotation3D represents 3D annotations. -// (Section 13.6.2). -type PdfAnnotation3D struct{*PdfAnnotation ;T3DD _cee .PdfObject ;T3DV _cee .PdfObject ;T3DA _cee .PdfObject ;T3DI _cee .PdfObject ;T3DB _cee .PdfObject ;}; +// Encoder returns the font's text encoder. +func (_egdae pdfFontType0 )Encoder ()_dgb .TextEncoder {return _egdae ._geed }; -// EncryptionAlgorithm is used in EncryptOptions to change the default algorithm used to encrypt the document. -type EncryptionAlgorithm int ;func (_cgdg *PdfReader )newPdfActionResetFormFromDict (_eafd *_cee .PdfObjectDictionary )(*PdfActionResetForm ,error ){return &PdfActionResetForm {Fields :_eafd .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_eafd .Get ("\u0046\u006c\u0061g\u0073")},nil ; -};func (_bdccf *pdfCIDFontType2 )getFontDescriptor ()*PdfFontDescriptor {return _bdccf ._ebcad }; +// SetAlpha sets the alpha layer for the image. +func (_eebgb *Image )SetAlpha (alpha []byte ){_eebgb ._ffbd =alpha }; -// AddExtGState add External Graphics State (GState). The gsDict can be specified -// either directly as a dictionary or an indirect object containing a dictionary. -func (_febd *PdfPageResources )AddExtGState (gsName _cee .PdfObjectName ,gsDict _cee .PdfObject )error {if _febd .ExtGState ==nil {_febd .ExtGState =_cee .MakeDict ();};_gadfa :=_febd .ExtGState ;_cced ,_fbfff :=_cee .TraceToDirectObject (_gadfa ).(*_cee .PdfObjectDictionary ); -if !_fbfff {_fca .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0074\u0079\u0070\u0065\u0020e\u0072r\u006f\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u002f\u0025\u0054\u0029",_gadfa ,_cee .TraceToDirectObject (_gadfa )); -return _cee .ErrTypeError ;};_cced .Set (gsName ,gsDict );return nil ;}; +// NewPermissions returns a new permissions object. +func NewPermissions (docMdp *PdfSignature )*Permissions {_dffgb :=Permissions {};_dffgb .DocMDP =docMdp ;_beff :=_bda .MakeDict ();_beff .Set ("\u0044\u006f\u0063\u004d\u0044\u0050",docMdp .ToPdfObject ());_dffgb ._gefba =_beff ;return &_dffgb ;}; -// GetNumComponents returns the number of color components (1 for CalGray). -func (_dbgb *PdfColorCalGray )GetNumComponents ()int {return 1}; +// ToPdfObject converts colorspace to a PDF object. [/Indexed base hival lookup] +func (_ecbgc *PdfColorspaceSpecialIndexed )ToPdfObject ()_bda .PdfObject {_cdcb :=_bda .MakeArray (_bda .MakeName ("\u0049n\u0064\u0065\u0078\u0065\u0064"));_cdcb .Append (_ecbgc .Base .ToPdfObject ());_cdcb .Append (_bda .MakeInteger (int64 (_ecbgc .HiVal ))); +_cdcb .Append (_ecbgc .Lookup );if _ecbgc ._agcda !=nil {_ecbgc ._agcda .PdfObject =_cdcb ;return _ecbgc ._agcda ;};return _cdcb ;};func (_dgdc *PdfReader )flattenFieldsWithOpts (_beaa bool ,_fccbb FieldAppearanceGenerator ,_cfgb *FieldFlattenOpts )error {if _cfgb ==nil {_cfgb =&FieldFlattenOpts {}; +};var _ebfg bool ;_cadc :=map[*PdfAnnotation ]bool {};{var _fbee []*PdfField ;_ceceg :=_dgdc .AcroForm ;if _ceceg !=nil {if _cfgb .FilterFunc !=nil {_fbee =_ceceg .filteredFields (_cfgb .FilterFunc ,true );_ebfg =_ceceg .Fields !=nil &&len (*_ceceg .Fields )> 0; +}else {_fbee =_ceceg .AllFields ();};};for _ ,_cgbb :=range _fbee {if len (_cgbb .Annotations )< 1{_ed .Log .Debug ("\u004e\u006f\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006ed\u0020\u0066\u006f\u0072\u003a\u0020\u0025v\u002c\u0020\u006c\u006f\u006f\u006b\u0020\u0069\u006e\u0074\u006f \u004b\u0069\u0064\u0073\u0020\u004f\u0062\u006a\u0065\u0063\u0074",_cgbb .PartialName ()); +for _afdbg ,_faedg :=range _cgbb .Kids {for _ ,_gabc :=range _faedg .Annotations {_cadc [_gabc .PdfAnnotation ]=_cgbb .V !=nil ;if _faedg .V ==nil {_faedg .V =_cgbb .V ;};if _faedg .T ==nil {_faedg .T =_bda .MakeString (_c .Sprintf ("\u0025\u0073\u0023%\u0064",_cgbb .PartialName (),_afdbg )); +};if _fccbb !=nil {_ffba ,_gade :=_fccbb .GenerateAppearanceDict (_ceceg ,_faedg ,_gabc );if _gade !=nil {return _gade ;};_gabc .AP =_ffba ;};};};};for _ ,_ceaff :=range _cgbb .Annotations {_cadc [_ceaff .PdfAnnotation ]=_cgbb .V !=nil ;if _fccbb !=nil {_cgad ,_gebbe :=_fccbb .GenerateAppearanceDict (_ceceg ,_cgbb ,_ceaff ); +if _gebbe !=nil {return _gebbe ;};_ceaff .AP =_cgad ;};};};};if _beaa {for _ ,_cfgda :=range _dgdc .PageList {_gfdg ,_befac :=_cfgda .GetAnnotations ();if _befac !=nil {return _befac ;};for _ ,_ccba :=range _gfdg {_cadc [_ccba ]=true ;};};};for _ ,_cfbgf :=range _dgdc .PageList {_gfaf :=_cfbgf .flattenFieldsWithOpts (_fccbb ,_cfgb ,_cadc ); +if _gfaf !=nil {return _gfaf ;};};if !_ebfg {_dgdc .AcroForm =nil ;};return nil ;}; -// SetAction sets the PDF action for the annotation link. -func (_dgaf *PdfAnnotationLink )SetAction (action *PdfAction ){_dgaf ._bef =action ;if action ==nil {_dgaf .A =nil ;};};func (_aafacb *PdfWriter )writeTrailer (_efcba int ){_aafacb .writeString ("\u0078\u0072\u0065\u0066\u000d\u000a");for _efab :=0;_efab <=_efcba ; -{for ;_efab <=_efcba ;_efab ++{_fcedb ,_dcbff :=_aafacb ._gceegb [_efab ];if _dcbff &&(!_aafacb ._fbaeb ||_aafacb ._fbaeb &&(_fcedb .Type ==1&&_fcedb .Offset >=_aafacb ._ffcbgf ||_fcedb .Type ==0)){break ;};};var _dcbgb int ;for _dcbgb =_efab +1;_dcbgb <=_efcba ; -_dcbgb ++{_daffb ,_fbbcc :=_aafacb ._gceegb [_dcbgb ];if _fbbcc &&(!_aafacb ._fbaeb ||_aafacb ._fbaeb &&(_daffb .Type ==1&&_daffb .Offset > _aafacb ._ffcbgf )){continue ;};break ;};_gcfdc :=_e .Sprintf ("\u0025d\u0020\u0025\u0064\u000d\u000a",_efab ,_dcbgb -_efab ); -_aafacb .writeString (_gcfdc );for _bdeefe :=_efab ;_bdeefe < _dcbgb ;_bdeefe ++{_efaag :=_aafacb ._gceegb [_bdeefe ];switch _efaag .Type {case 0:_gcfdc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u0066\u000d\u000a",0,65535); -_aafacb .writeString (_gcfdc );case 1:_gcfdc =_e .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u006e\u000d\u000a",_efaag .Offset ,0);_aafacb .writeString (_gcfdc );};};_efab =_dcbgb +1;};_efgbdg :=_cee .MakeDict ();_efgbdg .Set ("\u0049\u006e\u0066\u006f",_aafacb ._cbfac ); -_efgbdg .Set ("\u0052\u006f\u006f\u0074",_aafacb ._fadf );_efgbdg .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (_efcba +1)));if _aafacb ._fbaeb &&_aafacb ._dfdbb > 0{_efgbdg .Set ("\u0050\u0072\u0065\u0076",_cee .MakeInteger (_aafacb ._dfdbb )); -};if _aafacb ._ddafb !=nil {_efgbdg .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_aafacb ._bbfag );};if _aafacb ._aeffd ==nil &&_aafacb ._dfea !=""&&_aafacb ._bcggd !=""{_aafacb ._aeffd =_cee .MakeArray (_cee .MakeHexString (_aafacb ._dfea ),_cee .MakeHexString (_aafacb ._bcggd )); -};if _aafacb ._aeffd !=nil {_efgbdg .Set ("\u0049\u0044",_aafacb ._aeffd );_fca .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_aafacb ._aeffd );};_aafacb .writeString ("\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u000a");_aafacb .writeString (_efgbdg .WriteString ()); -_aafacb .writeString ("\u000a");}; +// GetAsTilingPattern returns a tiling pattern. Check with IsTiling() prior to using this. +func (_fdgcg *PdfPattern )GetAsTilingPattern ()*PdfTilingPattern {return _fdgcg ._dgaed .(*PdfTilingPattern );}; -// SetPrintPageRange sets the value of the printPageRange. -func (_gcggf *ViewerPreferences )SetPrintPageRange (printPageRange []int ){_gcggf ._acfdg =printPageRange ;}; +// SetNamedDestinations sets the Dests entry in the PDF catalog. +// See section 12.3.2.3 "Named Destinations" (p. 367 PDF32000_2008). +func (_gcfgb *PdfWriter )SetNamedDestinations (dests _bda .PdfObject )error {if dests ==nil {return nil ;};_ed .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0044\u0065\u0073\u0074\u0073\u002e\u002e\u002e"); +_gcfgb ._geadba .Set ("\u0044\u0065\u0073t\u0073",dests );return _gcfgb .addObjects (dests );}; // ToPdfObject implements interface PdfModel. -func (_bbc *PdfActionSubmitForm )ToPdfObject ()_cee .PdfObject {_bbc .PdfAction .ToPdfObject ();_dc :=_bbc ._gaf ;_bc :=_dc .PdfObject .(*_cee .PdfObjectDictionary );_bc .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSubmitForm )));if _bbc .F !=nil {_bc .Set ("\u0046",_bbc .F .ToPdfObject ()); -};_bc .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_bbc .Fields );_bc .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_bbc .Flags );return _dc ;}; - -// PrintScaling returns the value of the printScaling. -func (_dbdba *ViewerPreferences )PrintScaling ()PrintScaling {return _dbdba ._fgbdf }; +func (_dbbf *PdfAnnotationCaret )ToPdfObject ()_bda .PdfObject {_dbbf .PdfAnnotation .ToPdfObject ();_dae :=_dbbf ._ged ;_gbbc :=_dae .PdfObject .(*_bda .PdfObjectDictionary );_dbbf .PdfAnnotationMarkup .appendToPdfDictionary (_gbbc );_gbbc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0043\u0061\u0072e\u0074")); +_gbbc .SetIfNotNil ("\u0052\u0044",_dbbf .RD );_gbbc .SetIfNotNil ("\u0053\u0079",_dbbf .Sy );return _dae ;};func (_dbeg *PdfColorspaceCalGray )String ()string {return "\u0043a\u006c\u0047\u0072\u0061\u0079"};func _bbfcg ()string {_ggbe .Lock ();defer _ggbe .Unlock (); +return _cgccb }; // ToPdfObject implements interface PdfModel. -func (_bddb *PdfAnnotationWidget )ToPdfObject ()_cee .PdfObject {_bddb .PdfAnnotation .ToPdfObject ();_addb :=_bddb ._eddc ;_dcaf :=_addb .PdfObject .(*_cee .PdfObjectDictionary );if _bddb ._dcf {return _addb ;};_bddb ._dcf =true ;_dcaf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0057\u0069\u0064\u0067\u0065\u0074")); -_dcaf .SetIfNotNil ("\u0048",_bddb .H );_dcaf .SetIfNotNil ("\u004d\u004b",_bddb .MK );_dcaf .SetIfNotNil ("\u0041",_bddb .A );_dcaf .SetIfNotNil ("\u0041\u0041",_bddb .AA );_dcaf .SetIfNotNil ("\u0042\u0053",_bddb .BS );_dgfg :=_bddb .Parent ;if _bddb ._dec !=nil {if _bddb ._dec ._ccbb ==_bddb ._eddc {_bddb ._dec .ToPdfObject (); -};_dgfg =_bddb ._dec .GetContainingPdfObject ();};if _dgfg !=_addb {_dcaf .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_dgfg );};_bddb ._dcf =false ;return _addb ;}; +func (_ae *PdfActionRendition )ToPdfObject ()_bda .PdfObject {_ae .PdfAction .ToPdfObject ();_eecg :=_ae ._gg ;_ecd :=_eecg .PdfObject .(*_bda .PdfObjectDictionary );_ecd .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeRendition )));_ecd .SetIfNotNil ("\u0052",_ae .R ); +_ecd .SetIfNotNil ("\u0041\u004e",_ae .AN );_ecd .SetIfNotNil ("\u004f\u0050",_ae .OP );_ecd .SetIfNotNil ("\u004a\u0053",_ae .JS );return _eecg ;}; -// NewPdfAnnotationStrikeOut returns a new text strikeout annotation. -func NewPdfAnnotationStrikeOut ()*PdfAnnotationStrikeOut {_bab :=NewPdfAnnotation ();_dgcf :=&PdfAnnotationStrikeOut {};_dgcf .PdfAnnotation =_bab ;_dgcf .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bab .SetContext (_dgcf );return _dgcf ;}; - -// NewPdfAnnotationLine returns a new line annotation. -func NewPdfAnnotationLine ()*PdfAnnotationLine {_gfg :=NewPdfAnnotation ();_ccb :=&PdfAnnotationLine {};_ccb .PdfAnnotation =_gfg ;_ccb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gfg .SetContext (_ccb );return _ccb ;};func (_dgfeg *pdfFontType3 )getFontDescriptor ()*PdfFontDescriptor {return _dgfeg ._ebcad }; +// SignatureHandlerDocMDPParams describe the specific parameters for the SignatureHandlerEx +// These parameters describe how to check the difference between revisions. +// Revisions of the document get from the PdfParser. +type SignatureHandlerDocMDPParams struct{Parser *_bda .PdfParser ;DiffPolicy _gef .DiffPolicy ;}; +// ToPdfOutline returns a low level PdfOutline object, based on the current +// instance. +func (_dfeff *Outline )ToPdfOutline ()*PdfOutline {_acaf :=NewPdfOutline ();var _gcfbb []*PdfOutlineItem ;var _cbaa int64 ;var _cfcdd *PdfOutlineItem ;for _ ,_bccf :=range _dfeff .Entries {_ggega ,_ddfd :=_bccf .ToPdfOutlineItem ();_ggega .Parent =&_acaf .PdfOutlineTreeNode ; +if _cfcdd !=nil {_cfcdd .Next =&_ggega .PdfOutlineTreeNode ;_ggega .Prev =&_cfcdd .PdfOutlineTreeNode ;};_gcfbb =append (_gcfbb ,_ggega );_cbaa +=_ddfd ;_cfcdd =_ggega ;};_ddacc :=int64 (len (_gcfbb ));_cbaa +=_ddacc ;if _ddacc > 0{_acaf .First =&_gcfbb [0].PdfOutlineTreeNode ; +_acaf .Last =&_gcfbb [_ddacc -1].PdfOutlineTreeNode ;_acaf .Count =&_cbaa ;};return _acaf ;}; -// NewPdfRectangle creates a PDF rectangle object based on an input array of 4 integers. -// Defining the lower left (LL) and upper right (UR) corners with -// floating point numbers. -func NewPdfRectangle (arr _cee .PdfObjectArray )(*PdfRectangle ,error ){_bagcfb :=PdfRectangle {};if arr .Len ()!=4{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0072\u0065\u0063\u0074\u0061\u006e\u0067\u006c\u0065\u0020\u0061\u0072r\u0061\u0079\u002c\u0020\u006c\u0065\u006e \u0021\u003d\u0020\u0034"); -};var _ecedb error ;_bagcfb .Llx ,_ecedb =_cee .GetNumberAsFloat (arr .Get (0));if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Lly ,_ecedb =_cee .GetNumberAsFloat (arr .Get (1));if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Urx ,_ecedb =_cee .GetNumberAsFloat (arr .Get (2)); -if _ecedb !=nil {return nil ,_ecedb ;};_bagcfb .Ury ,_ecedb =_cee .GetNumberAsFloat (arr .Get (3));if _ecedb !=nil {return nil ,_ecedb ;};return &_bagcfb ,nil ;};func (_bgbac *PdfField )inherit (_adfa func (*PdfField )bool )(bool ,error ){_dffaa :=map[*PdfField ]bool {}; -_cbc :=false ;_bade :=_bgbac ;for _bade !=nil {if _ ,_cgbc :=_dffaa [_bade ];_cgbc {return false ,_cdf .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};_efaeea :=_adfa (_bade );if _efaeea {_cbc =true ; -break ;};_dffaa [_bade ]=true ;_bade =_bade .Parent ;};return _cbc ,nil ;}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_cadec pdfFontType3 )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){_decae :=_cadec .Encoder ();if _decae ==nil {_ed .Log .Debug ("\u004e\u006f\u0020en\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0073\u003d\u0025\u0073",_cadec ); +return _geg .CharMetrics {},false ;};_aagf ,_cdagd :=_decae .RuneToCharcode (r );if !_cdagd {if r !=' '{_ed .Log .Trace ("\u004e\u006f\u0020c\u0068\u0061\u0072\u0063o\u0064\u0065\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u003d\u0025\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",r ,_cadec ); +};return _geg .CharMetrics {},false ;};_dddc ,_ffagd :=_cadec .GetCharMetrics (_aagf );return _dddc ,_ffagd ;}; -// NewImageFromGoImage creates a new NRGBA32 unidoc Image from a golang Image. -// If `goimg` is grayscale (*goimage.Gray8) then calls NewGrayImageFromGoImage instead. -func (_aadc DefaultImageHandler )NewImageFromGoImage (goimg _bg .Image )(*Image ,error ){_bgfe ,_gfgc :=_ca .FromGoImage (goimg );if _gfgc !=nil {return nil ,_gfgc ;};_fbbd :=_acecd (_bgfe .Base ());return &_fbbd ,nil ;};func _agac (_ecbg *_cee .PdfObjectStream )(*PdfFunctionType4 ,error ){_dfgce :=&PdfFunctionType4 {}; -_dfgce ._agbg =_ecbg ;_eddd :=_ecbg .PdfObjectDictionary ;_gbegb ,_bdade :=_cee .TraceToDirectObject (_eddd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_bdade {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _gbegb .Len ()%2!=0{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_cegdc ,_feabc :=_gbegb .ToFloat64Array ();if _feabc !=nil {return nil ,_feabc ;};_dfgce .Domain =_cegdc ;_gbegb ,_bdade =_cee .TraceToDirectObject (_eddd .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray ); -if _bdade {if _gbegb .Len ()< 0||_gbegb .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_cgbfc ,_bffega :=_gbegb .ToFloat64Array ();if _bffega !=nil {return nil ,_bffega ;};_dfgce .Range =_cgbfc ; -};_daage ,_feabc :=_cee .DecodeStream (_ecbg );if _feabc !=nil {return nil ,_feabc ;};_dfgce ._fedee =_daage ;_cecd :=_daa .NewPSParser (_daage );_abgcc ,_feabc :=_cecd .Parse ();if _feabc !=nil {return nil ,_feabc ;};_dfgce .Program =_abgcc ;return _dfgce ,nil ; +// SetContentStream updates the content stream with specified encoding. +// If encoding is null, will use the xform.Filter object or Raw encoding if not set. +func (_fecf *XObjectForm )SetContentStream (content []byte ,encoder _bda .StreamEncoder )error {_gcgba :=content ;if encoder ==nil {if _fecf .Filter !=nil {encoder =_fecf .Filter ;}else {encoder =_bda .NewRawEncoder ();};};_abdag ,_aaedd :=encoder .EncodeBytes (_gcgba ); +if _aaedd !=nil {return _aaedd ;};_gcgba =_abdag ;_fecf .Stream =_gcgba ;_fecf .Filter =encoder ;return nil ;};func _gbdd (_dcba *_bda .PdfObjectDictionary )(*PdfFieldText ,error ){_dgbg :=&PdfFieldText {};_dgbg .DA ,_ =_bda .GetString (_dcba .Get ("\u0044\u0041")); +_dgbg .Q ,_ =_bda .GetInt (_dcba .Get ("\u0051"));_dgbg .DS ,_ =_bda .GetString (_dcba .Get ("\u0044\u0053"));_dgbg .RV =_dcba .Get ("\u0052\u0056");_dgbg .MaxLen ,_ =_bda .GetInt (_dcba .Get ("\u004d\u0061\u0078\u004c\u0065\u006e"));return _dgbg ,nil ; }; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_dbedgd *PdfShadingType1 )ToPdfObject ()_cee .PdfObject {_dbedgd .PdfShading .ToPdfObject ();_eaedaa ,_bgfcf :=_dbedgd .getShadingDict ();if _bgfcf !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _dbedgd .Domain !=nil {_eaedaa .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_dbedgd .Domain );};if _dbedgd .Matrix !=nil {_eaedaa .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_dbedgd .Matrix );};if _dbedgd .Function !=nil {if len (_dbedgd .Function )==1{_eaedaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dbedgd .Function [0].ToPdfObject ()); -}else {_afcff :=_cee .MakeArray ();for _ ,_fafccd :=range _dbedgd .Function {_afcff .Append (_fafccd .ToPdfObject ());};_eaedaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_afcff );};};return _dbedgd ._dfgbe ;};func (_cebd PdfFont )actualFont ()pdfFont {if _cebd ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0061\u0063\u0074\u0075\u0061\u006c\u0046\u006f\u006e\u0074\u002e\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c.\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_cebd ); -};return _cebd ._bggcf ;}; +// SetXObjectImageByNameLazy adds the provided XObjectImage to the page resources. +// The added XObjectImage is identified by the specified name. +func (_fgcg *PdfPageResources )SetXObjectImageByNameLazy (keyName _bda .PdfObjectName ,ximg *XObjectImage ,lazy bool )error {_efca :=ximg .ToPdfObject ().(*_bda .PdfObjectStream );if lazy {_efca .MakeLazy ();};_abfcb :=_fgcg .SetXObjectByName (keyName ,_efca ); +return _abfcb ;}; -// EnableByName LTV enables the signature dictionary of the PDF AcroForm -// field identified the specified name. The signing certificate chain is -// extracted from the signature dictionary. Optionally, additional certificates -// can be specified through the `extraCerts` parameter. The LTV client attempts -// to build the certificate chain up to a trusted root by downloading any -// missing certificates. -func (_cegdf *LTV )EnableByName (name string ,extraCerts []*_dfd .Certificate )error {_feaf :=_cegdf ._gdggc ._ebdd .AcroForm ;for _ ,_dbdaa :=range _feaf .AllFields (){_cbaeb ,_ :=_dbdaa .GetContext ().(*PdfFieldSignature );if _cbaeb ==nil {continue ; -};if _ggaag :=_cbaeb .PartialName ();_ggaag !=name {continue ;};return _cegdf .Enable (_cbaeb .V ,extraCerts );};return nil ;}; +// ToPdfObject implements interface PdfModel. +func (_ag *PdfActionMovie )ToPdfObject ()_bda .PdfObject {_ag .PdfAction .ToPdfObject ();_gga :=_ag ._gg ;_ba :=_gga .PdfObject .(*_bda .PdfObjectDictionary );_ba .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeMovie )));_ba .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e",_ag .Annotation ); +_ba .SetIfNotNil ("\u0054",_ag .T );_ba .SetIfNotNil ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn",_ag .Operation );return _gga ;}; + +// ToPdfObject returns a PDF object representation of the outline destination. +func (_dgde OutlineDest )ToPdfObject ()_bda .PdfObject {if (_dgde .PageObj ==nil &&_dgde .Page < 0)||_dgde .Mode ==""{return _bda .MakeNull ();};_cdge :=_bda .MakeArray ();if _dgde .PageObj !=nil {_cdge .Append (_dgde .PageObj );}else {_cdge .Append (_bda .MakeInteger (_dgde .Page )); +};_cdge .Append (_bda .MakeName (_dgde .Mode ));switch _dgde .Mode {case "\u0046\u0069\u0074","\u0046\u0069\u0074\u0042":case "\u0046\u0069\u0074\u0048","\u0046\u0069\u0074B\u0048":_cdge .Append (_bda .MakeFloat (_dgde .Y ));case "\u0046\u0069\u0074\u0056","\u0046\u0069\u0074B\u0056":_cdge .Append (_bda .MakeFloat (_dgde .X )); +case "\u0058\u0059\u005a":_cdge .Append (_bda .MakeFloat (_dgde .X ));_cdge .Append (_bda .MakeFloat (_dgde .Y ));_cdge .Append (_bda .MakeFloat (_dgde .Zoom ));default:_cdge .Set (1,_bda .MakeName ("\u0046\u0069\u0074"));};return _cdge ;};var _ pdfFont =(*pdfFontType3 )(nil ); -// GetPerms returns the Permissions dictionary -func (_cefb *PdfReader )GetPerms ()*Permissions {return _cefb ._aaggd }; // ToPdfObject implements interface PdfModel. -func (_gbgf *PdfAnnotationInk )ToPdfObject ()_cee .PdfObject {_gbgf .PdfAnnotation .ToPdfObject ();_dba :=_gbgf ._eddc ;_cade :=_dba .PdfObject .(*_cee .PdfObjectDictionary );_gbgf .PdfAnnotationMarkup .appendToPdfDictionary (_cade );_cade .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0049\u006e\u006b")); -_cade .SetIfNotNil ("\u0049n\u006b\u004c\u0069\u0073\u0074",_gbgf .InkList );_cade .SetIfNotNil ("\u0042\u0053",_gbgf .BS );return _dba ;}; +func (_bed *PdfActionLaunch )ToPdfObject ()_bda .PdfObject {_bed .PdfAction .ToPdfObject ();_bbb :=_bed ._gg ;_ac :=_bbb .PdfObject .(*_bda .PdfObjectDictionary );_ac .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeLaunch )));if _bed .F !=nil {_ac .Set ("\u0046",_bed .F .ToPdfObject ()); +};_ac .SetIfNotNil ("\u0057\u0069\u006e",_bed .Win );_ac .SetIfNotNil ("\u004d\u0061\u0063",_bed .Mac );_ac .SetIfNotNil ("\u0055\u006e\u0069\u0078",_bed .Unix );_ac .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_bed .NewWindow );return _bbb ; +};func (_cgbae *PdfWriter )writeDocumentVersion (){if _cgbae ._eccfc {_cgbae .writeString ("\u000a");}else {_cgbae .writeString (_c .Sprintf ("\u0025\u0025\u0050D\u0046\u002d\u0025\u0064\u002e\u0025\u0064\u000a",_cgbae ._cdbbdg .Major ,_cgbae ._cdbbdg .Minor )); +_cgbae .writeString ("\u0025\u00e2\u00e3\u00cf\u00d3\u000a");};}; -// AddCustomInfo adds a custom info into document info dictionary. -func (_aeeb *PdfInfo )AddCustomInfo (name string ,value string )error {if _aeeb ._ecfea ==nil {_aeeb ._ecfea =_cee .MakeDict ();};if _ ,_acce :=_ccda [name ];_acce {return _e .Errorf ("\u0063\u0061\u006e\u006e\u006ft\u0020\u0075\u0073\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064 \u0069\u006e\u0066\u006f\u0020\u006b\u0065\u0079\u0020\u0025\u0073\u0020\u0061\u0073\u0020\u0063\u0075\u0073\u0074\u006f\u006d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u006b\u0065y",name ); -};_aeeb ._ecfea .SetIfNotNil (*_cee .MakeName (name ),_cee .MakeString (value ));return nil ;}; +// FlattenFieldsWithOpts flattens the AcroForm fields of the reader using the +// provided field appearance generator and the specified options. If no options +// are specified, all form fields are flattened. +// If a filter function is provided using the opts parameter, only the filtered +// fields are flattened. Otherwise, all form fields are flattened. +// At the end of the process, the AcroForm contains all the fields which were +// not flattened. If all fields are flattened, the reader's AcroForm field +// is set to nil. +func (_bgefe *PdfReader )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {return _bgefe .flattenFieldsWithOpts (false ,appgen ,opts );}; -// Write writes the Appender output to io.Writer. -// It can only be called once and further invocations will result in an error. -func (_abdae *PdfAppender )Write (w _fc .Writer )error {if _abdae ._ccd {return _cdf .New ("\u0061\u0070\u0070\u0065\u006e\u0064\u0065\u0072\u0020\u0077\u0072\u0069\u0074e\u0020\u0063\u0061\u006e\u0020\u006fn\u006c\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0076\u006f\u006b\u0065\u0064 \u006f\u006e\u0063\u0065"); -};_cdab :=NewPdfWriter ();_bfb ,_cbbde :=_cee .GetDict (_cdab ._cdggg );if !_cbbde {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); -};_bggf ,_cbbde :=_bfb .Get ("\u004b\u0069\u0064\u0073").(*_cee .PdfObjectArray );if !_cbbde {return _cdf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); -};_deega ,_cbbde :=_bfb .Get ("\u0043\u006f\u0075n\u0074").(*_cee .PdfObjectInteger );if !_cbbde {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); -};_ffda :=_abdae ._ebdd ._ffdgf ;_ggbf :=_ffda .GetTrailer ();if _ggbf ==nil {return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_gfeg ,_cbbde :=_cee .GetIndirect (_ggbf .Get ("\u0052\u006f\u006f\u0074")); -if !_cbbde {return _cdf .New ("c\u0061\u0074\u0061\u006c\u006f\u0067 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064");};_ffag ,_cbbde :=_cee .GetDict (_gfeg );if !_cbbde {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_gfeg ,*_ggbf ); -return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_fbeb :=false ;for _ ,_edfb :=range _abdae ._ebdd .AcroForm .signatureFields (){if _edfb .Lock !=nil {_fbeb =true ;break ;};};if _fbeb {_cdab ._fadf =_gfeg ; -};for _ ,_eddbd :=range _ffag .Keys (){if _cdab ._cdebc .Get (_eddbd )==nil {_aabcb :=_ffag .Get (_eddbd );_cdab ._cdebc .Set (_eddbd ,_aabcb );};};if _abdae ._ceed !=nil {if _abdae ._ceed ._gcfcc {if _ebg :=_cee .TraceToDirectObject (_abdae ._ceed .ToPdfObject ()); -!_cee .IsNullObject (_ebg ){_cdab ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_ebg );_abdae .updateObjectsDeep (_ebg ,nil );}else {_fca .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020t\u0072\u0061\u0063e\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0020o\u0062\u006a\u0065\u0063\u0074, \u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u002e"); -};}else {_cdab ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_abdae ._ceed .ToPdfObject ());_abdae .updateObjectsDeep (_abdae ._ceed .ToPdfObject (),nil );};};if _abdae ._ccee !=nil {_abdae .updateObjectsDeep (_abdae ._ccee .ToPdfObject (),nil ); -_cdab ._cdebc .Set ("\u0044\u0053\u0053",_abdae ._ccee .GetContainingPdfObject ());};if _abdae ._dbec !=nil {_cdab ._cdebc .Set ("\u0050\u0065\u0072m\u0073",_abdae ._dbec .ToPdfObject ());_abdae .updateObjectsDeep (_abdae ._dbec .ToPdfObject (),nil );}; -if _cdab ._gceef .Major < 2{_cdab .AddExtension ("\u0045\u0053\u0049\u0043","\u0031\u002e\u0037",5);_cdab .AddExtension ("\u0041\u0044\u0042\u0045","\u0031\u002e\u0037",8);};if _bcfe ,_dfdb :=_cee .GetDict (_ggbf .Get ("\u0049\u006e\u0066\u006f"));_dfdb {if _ebec ,_fffb :=_cee .GetDict (_cdab ._cbfac ); -_fffb {for _ ,_eabeg :=range _bcfe .Keys (){if _ebec .Get (_eabeg )==nil {_ebec .Set (_eabeg ,_bcfe .Get (_eabeg ));};};};};if _abdae ._eafc !=nil {_cdab ._cbfac =_cee .MakeIndirectObject (_abdae ._eafc .ToPdfObject ());};_abdae .updateObjectsDeep (_cdab ._cbfac ,nil ); -_abdae .updateObjectsDeep (_cdab ._fadf ,nil );_bece :=false ;if len (_abdae ._ebdd .PageList )!=len (_abdae ._afca ){_bece =true ;}else {for _gbdcc :=range _abdae ._ebdd .PageList {switch {case _abdae ._afca [_gbdcc ]==_abdae ._ebdd .PageList [_gbdcc ]:case _abdae ._afca [_gbdcc ]==_abdae .Reader .PageList [_gbdcc ]:default:_bece =true ; -};if _bece {break ;};};};if _bece {_abdae .updateObjectsDeep (_cdab ._cdggg ,nil );}else {_abdae ._abda [_cdab ._cdggg ]=struct{}{};};_cdab ._cdggg .ObjectNumber =_abdae .Reader ._gfgcd .ObjectNumber ;_abdae ._edae [_cdab ._cdggg ]=_abdae .Reader ._gfgcd .ObjectNumber ; -_abgf :=[]_cee .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"};for _ ,_gdcga :=range _abdae ._afca {_acaf :=_gdcga .ToPdfObject (); -*_deega =*_deega +1;if _gabe ,_cgba :=_acaf .(*_cee .PdfIndirectObject );_cgba &&_gabe .GetParser ()==_abdae ._ebdd ._ffdgf {_bggf .Append (&_gabe .PdfObjectReference );continue ;};if _ccce ,_dfdd :=_cee .GetDict (_acaf );_dfdd {_dcag ,_gaec :=_ccce .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_cee .PdfIndirectObject ); -for _gaec {_fca .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dcag );_dccc ,_cedg :=_dcag .PdfObject .(*_cee .PdfObjectDictionary );if !_cedg {return _cdf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); -};for _ ,_bacg :=range _abgf {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_bacg );if _fefc :=_ccce .Get (_bacg );_fefc !=nil {_fca .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); -if len (_gdcga ._bfeab .Keys ())> 0&&!_bece {_bfcg :=_gdcga ._bfeab ;if _bdgc :=_bfcg .Get (_bacg );_bdgc !=nil {if _fefc !=_bdgc {_fca .Log .Trace ("\u0049\u006e\u0068\u0065\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u006f\u0072\u0069\u0067i\u006ea\u006c\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073\u002c\u0020\u0025\u0054",_bacg ,_bdgc ); -_ccce .Set (_bacg ,_bdgc );};};};continue ;};if _gggc :=_dccc .Get (_bacg );_gggc !=nil {_fca .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_bacg );_ccce .Set (_bacg ,_gggc );};}; -_dcag ,_gaec =_dccc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_cee .PdfIndirectObject );_fca .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dccc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};if _bece {_ccce .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_cdab ._cdggg ); -};};_abdae .updateObjectsDeep (_acaf ,nil );_bggf .Append (_acaf );};if _ ,_bagf :=_abdae ._dege .Seek (0,_fc .SeekStart );_bagf !=nil {return _bagf ;};_fcga :=make (map[SignatureHandler ]_fc .Writer );_acbeb :=_cee .MakeArray ();for _ ,_fbc :=range _abdae ._eccb {if _bfebf ,_ffcd :=_cee .GetIndirect (_fbc ); -_ffcd {if _geegc ,_ecdf :=_bfebf .PdfObject .(*pdfSignDictionary );_ecdf {_dccf :=*_geegc ._efde ;var _cafe error ;_fcga [_dccf ],_cafe =_dccf .NewDigest (_geegc ._dddage );if _cafe !=nil {return _cafe ;};_acbeb .Append (_cee .MakeInteger (0xfffff),_cee .MakeInteger (0xfffff)); -};};};if _acbeb .Len ()> 0{_acbeb .Append (_cee .MakeInteger (0xfffff),_cee .MakeInteger (0xfffff));};for _ ,_acbb :=range _abdae ._eccb {if _cef ,_gcag :=_cee .GetIndirect (_acbb );_gcag {if _gcaa ,_efag :=_cef .PdfObject .(*pdfSignDictionary );_efag {_gcaa .Set ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_acbeb ); -};};};_abee :=len (_fcga )> 0;var _ddbe _fc .Reader =_abdae ._dege ;if _abee {_bcfa :=make ([]_fc .Writer ,0,len (_fcga ));for _ ,_edaf :=range _fcga {_bcfa =append (_bcfa ,_edaf );};_ddbe =_fc .TeeReader (_abdae ._dege ,_fc .MultiWriter (_bcfa ...));}; -_dce ,_cdadc :=_fc .Copy (w ,_ddbe );if _cdadc !=nil {return _cdadc ;};if len (_abdae ._eccb )==0{return nil ;};_cdab ._cdcea =_dce ;_cdab .ObjNumOffset =_abdae ._cdbef ;_cdab ._fbaeb =true ;_cdab ._dedac =_abdae ._beg ;_cdab ._dfdbb =_abdae ._aaf ;_cdab ._ffcbgf =_abdae ._gbcc ; -_cdab ._gceef =_abdae ._ebdd .PdfVersion ();_cdab ._ccaed =_abdae ._edae ;_cdab ._ddafb =_abdae ._cbdb .GetCrypter ();_cdab ._bbfag =_abdae ._cbdb .GetEncryptObj ();_cggg :=_abdae ._cbdb .GetXrefType ();if _cggg !=nil {_eagg :=*_cggg ==_cee .XrefTypeObjectStream ; -_cdab ._deda =&_eagg ;};_cdab ._dgbgbb =map[_cee .PdfObject ]struct{}{};_cdab ._gccff =[]_cee .PdfObject {};for _ ,_abeed :=range _abdae ._eccb {if _ ,_fbeca :=_abdae ._abda [_abeed ];_fbeca {continue ;};_cdab .addObject (_abeed );};_aacf :=w ;if _abee {_aacf =_cd .NewBuffer (nil ); -};if _abdae ._cbac !=""&&_cdab ._ddafb ==nil {_cdab .Encrypt ([]byte (_abdae ._cbac ),[]byte (_abdae ._cbac ),_abdae ._beb );};if _fad :=_ggbf .Get ("\u0049\u0044");_fad !=nil {if _aefd ,_abfa :=_cee .GetArray (_fad );_abfa {_cdab ._aeffd =_aefd ;};};if _beba :=_cdab .Write (_aacf ); -_beba !=nil {return _beba ;};if _abee {_gdgb :=_aacf .(*_cd .Buffer ).Bytes ();_edee :=_cee .MakeArray ();var _deec []*pdfSignDictionary ;var _fgaf int64 ;for _ ,_fece :=range _cdab ._gccff {if _cdde ,_egee :=_cee .GetIndirect (_fece );_egee {if _daba ,_bda :=_cdde .PdfObject .(*pdfSignDictionary ); -_bda {_deec =append (_deec ,_daba );_edbd :=_daba ._gcccf +int64 (_daba ._dfadcd );_edee .Append (_cee .MakeInteger (_fgaf ),_cee .MakeInteger (_edbd -_fgaf ));_fgaf =_daba ._gcccf +int64 (_daba ._geecb );};};};_edee .Append (_cee .MakeInteger (_fgaf ),_cee .MakeInteger (_dce +int64 (len (_gdgb ))-_fgaf )); -_fadd :=[]byte (_edee .WriteString ());for _ ,_fffg :=range _deec {_dabb :=int (_fffg ._gcccf -_dce );for _aafc :=_fffg ._beddd ;_aafc < _fffg ._cfedc ;_aafc ++{_gdgb [_dabb +_aafc ]=' ';};_eeda :=_gdgb [_dabb +_fffg ._beddd :_dabb +_fffg ._cfedc ];copy (_eeda ,_fadd ); -};var _geaa int ;for _ ,_fcad :=range _deec {_fdgaa :=int (_fcad ._gcccf -_dce );_gafb :=_gdgb [_geaa :_fdgaa +_fcad ._dfadcd ];_ceea :=*_fcad ._efde ;_fcga [_ceea ].Write (_gafb );_geaa =_fdgaa +_fcad ._geecb ;};for _ ,_bcfc :=range _deec {_dedg :=_gdgb [_geaa :]; -_fced :=*_bcfc ._efde ;_fcga [_fced ].Write (_dedg );};for _ ,_agebf :=range _deec {_fdeg :=int (_agebf ._gcccf -_dce );_fcag :=*_agebf ._efde ;_agef :=_fcga [_fcag ];if _eacg :=_fcag .Sign (_agebf ._dddage ,_agef );_eacg !=nil {return _eacg ;};_agebf ._dddage .ByteRange =_edee ; -_gcbb :=[]byte (_agebf ._dddage .Contents .WriteString ());for _cedc :=_agebf ._beddd ;_cedc < _agebf ._cfedc ;_cedc ++{_gdgb [_fdeg +_cedc ]=' ';};for _dbag :=_agebf ._dfadcd ;_dbag < _agebf ._geecb ;_dbag ++{_gdgb [_fdeg +_dbag ]=' ';};_gfa :=_gdgb [_fdeg +_agebf ._beddd :_fdeg +_agebf ._cfedc ]; -copy (_gfa ,_fadd );_gfa =_gdgb [_fdeg +_agebf ._dfadcd :_fdeg +_agebf ._geecb ];copy (_gfa ,_gcbb );};_dgac :=_cd .NewBuffer (_gdgb );_ ,_cdadc =_fc .Copy (w ,_dgac );if _cdadc !=nil {return _cdadc ;};};_abdae ._ccd =true ;return nil ;}; +// ColorToRGB converts a color in Separation colorspace to RGB colorspace. +func (_bacfd *PdfColorspaceSpecialSeparation )ColorToRGB (color PdfColor )(PdfColor ,error ){if _bacfd .AlternateSpace ==nil {return nil ,_gea .New ("\u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0020c\u006f\u006c\u006f\u0072\u0073\u0070\u0061c\u0065\u0020\u0075\u006e\u0064\u0065\u0066\u0069\u006e\u0065\u0064"); +};return _bacfd .AlternateSpace .ColorToRGB (color );};func (_ebfga *PdfWriter )writeObject (_eedaf int ,_bddfg _bda .PdfObject ){_ed .Log .Trace ("\u0057\u0072\u0069\u0074\u0065\u0020\u006f\u0062\u006a \u0023\u0025\u0064\u000a",_eedaf );if _ccead ,_feabf :=_bddfg .(*_bda .PdfIndirectObject ); +_feabf {_ebfga ._fcbcd [_eedaf ]=crossReference {Type :1,Offset :_ebfga ._fcdda ,Generation :_ccead .GenerationNumber };_bfefg :=_c .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_eedaf );if _cbebb ,_eefca :=_ccead .PdfObject .(*pdfSignDictionary ); +_eefca {_cbebb ._dbebg =_ebfga ._fcdda +int64 (len (_bfefg ));};if _ccead .PdfObject ==nil {_ed .Log .Debug ("E\u0072\u0072\u006fr\u003a\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0027\u0073\u0020\u0050\u0064\u0066\u004f\u0062j\u0065\u0063\u0074 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u0065\u0076\u0065\u0072\u0020b\u0065\u0020\u006e\u0069l\u0020\u002d\u0020\u0073e\u0074\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063t\u004e\u0075\u006c\u006c"); +_ccead .PdfObject =_bda .MakeNull ();};_bfefg +=_ccead .PdfObject .WriteString ();_bfefg +="\u000a\u0065\u006e\u0064\u006f\u0062\u006a\u000a";_ebfga .writeString (_bfefg );return ;};if _faddg ,_caffc :=_bddfg .(*_bda .PdfObjectStream );_caffc {_ebfga ._fcbcd [_eedaf ]=crossReference {Type :1,Offset :_ebfga ._fcdda ,Generation :_faddg .GenerationNumber }; +_eedb :=_c .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_eedaf );_eedb +=_faddg .PdfObjectDictionary .WriteString ();_eedb +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_ebfga .writeString (_eedb );if _faddg .Lazy {_efcfc ,_bacag :=_dfc .ReadFile (_faddg .TempFile ); +if _bacag !=nil {_ed .Log .Info ("\u0045\u0072\u0072\u006f\u0072\u0020\u0066\u0069\u006e\u0064\u0069\u006e\u0067\u0020\u006ca\u007ay\u0020\u0074\u0065\u006d\u0070\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_faddg .TempFile );return ;};_ebfga .writeBytes (_efcfc ); +_dfc .Remove (_faddg .TempFile );}else {_ebfga .writeBytes (_faddg .Stream );};_ebfga .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};if _ecggf ,_eefab :=_bddfg .(*_bda .PdfObjectStreams ); +_eefab {_ebfga ._fcbcd [_eedaf ]=crossReference {Type :1,Offset :_ebfga ._fcdda ,Generation :_ecggf .GenerationNumber };_cfcge :=_c .Sprintf ("\u0025d\u0020\u0030\u0020\u006f\u0062\u006a\n",_eedaf );var _fgeec []string ;var _geedae string ;var _bdccg int64 ; +for _aedge ,_egcca :=range _ecggf .Elements (){_egegg ,_degbg :=_egcca .(*_bda .PdfIndirectObject );if !_degbg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065am\u0073 \u004e\u0020\u0025\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006es\u0020\u006e\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u0070\u0064\u0066 \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0076",_eedaf ,_egcca ); +continue ;};_beegcb :=_egegg .PdfObject .WriteString ()+"\u0020";_geedae =_geedae +_beegcb ;_fgeec =append (_fgeec ,_c .Sprintf ("\u0025\u0064\u0020%\u0064",_egegg .ObjectNumber ,_bdccg ));_ebfga ._fcbcd [int (_egegg .ObjectNumber )]=crossReference {Type :2,ObjectNumber :_eedaf ,Index :_aedge }; +_bdccg =_bdccg +int64 (len ([]byte (_beegcb )));};_efgfc :=_ab .Join (_fgeec ,"\u0020")+"\u0020";_afdgdb :=_bda .NewFlateEncoder ();_defaad :=_afdgdb .MakeStreamDict ();_defaad .Set (_bda .PdfObjectName ("\u0054\u0079\u0070\u0065"),_bda .MakeName ("\u004f\u0062\u006a\u0053\u0074\u006d")); +_fggbc :=int64 (_ecggf .Len ());_defaad .Set (_bda .PdfObjectName ("\u004e"),_bda .MakeInteger (_fggbc ));_bafdf :=int64 (len (_efgfc ));_defaad .Set (_bda .PdfObjectName ("\u0046\u0069\u0072s\u0074"),_bda .MakeInteger (_bafdf ));_cccbd ,_ :=_afdgdb .EncodeBytes ([]byte (_efgfc +_geedae )); +_dfgdb :=int64 (len (_cccbd ));_defaad .Set (_bda .PdfObjectName ("\u004c\u0065\u006e\u0067\u0074\u0068"),_bda .MakeInteger (_dfgdb ));_cfcge +=_defaad .WriteString ();_cfcge +="\u000a\u0073\u0074\u0072\u0065\u0061\u006d\u000a";_ebfga .writeString (_cfcge ); +_ebfga .writeBytes (_cccbd );_ebfga .writeString ("\u000ae\u006ed\u0073\u0074\u0072\u0065\u0061m\u000a\u0065n\u0064\u006f\u0062\u006a\u000a");return ;};_ebfga .writeString (_bddfg .WriteString ());};func (_acd *PdfReader )loadAction (_bac _bda .PdfObject )(*PdfAction ,error ){if _afdg ,_debd :=_bda .GetIndirect (_bac ); +_debd {_acae ,_bdfd :=_acd .newPdfActionFromIndirectObject (_afdg );if _bdfd !=nil {return nil ,_bdfd ;};return _acae ,nil ;}else if !_bda .IsNullObject (_bac ){return nil ,_gea .New ("\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +};return nil ,nil ;}; -// SetContext sets the sub annotation (context). -func (_fefa *PdfAnnotation )SetContext (ctx PdfModel ){_fefa ._ecf =ctx };func (_cbbd *PdfReader )newPdfAnnotation3DFromDict (_fffa *_cee .PdfObjectDictionary )(*PdfAnnotation3D ,error ){_dfe :=PdfAnnotation3D {};_dfe .T3DD =_fffa .Get ("\u0033\u0044\u0044"); -_dfe .T3DV =_fffa .Get ("\u0033\u0044\u0056");_dfe .T3DA =_fffa .Get ("\u0033\u0044\u0041");_dfe .T3DI =_fffa .Get ("\u0033\u0044\u0049");_dfe .T3DB =_fffa .Get ("\u0033\u0044\u0042");return &_dfe ,nil ;}; +// ParsePdfObject parses input pdf object into given output intent. +func (_fcfge *PdfOutputIntent )ParsePdfObject (object _bda .PdfObject )error {_cegdcd ,_adece :=_bda .GetDict (object );if !_adece {_ed .Log .Error ("\u0055\u006e\u006bno\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020%\u0054 \u0066o\u0072 \u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074",object ); +return _gea .New ("\u0075\u006e\u006b\u006e\u006fw\u006e\u0020\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074"); +};_fcfge ._abccce =_cegdcd ;_fcfge .Type ,_ =_cegdcd .GetString ("\u0054\u0079\u0070\u0065");_bcfe ,_adece :=_cegdcd .GetString ("\u0053");if _adece {switch _bcfe {case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411":_fcfge .S =PdfOutputIntentTypeA1 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00412":_fcfge .S =PdfOutputIntentTypeA2 ; +case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00413":_fcfge .S =PdfOutputIntentTypeA3 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00414":_fcfge .S =PdfOutputIntentTypeA4 ;case "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058":_fcfge .S =PdfOutputIntentTypeX ; +};};_fcfge .OutputCondition ,_ =_cegdcd .GetString ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e");_fcfge .OutputConditionIdentifier ,_ =_cegdcd .GetString ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r"); +_fcfge .RegistryName ,_ =_cegdcd .GetString ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065");_fcfge .Info ,_ =_cegdcd .GetString ("\u0049\u006e\u0066\u006f");if _gbdfed ,_ggdcc :=_bda .GetStream (_cegdcd .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065")); +_ggdcc {_fcfge .ColorComponents ,_ =_bda .GetIntVal (_gbdfed .Get ("\u004e"));_cedde ,_bbbded :=_bda .DecodeStream (_gbdfed );if _bbbded !=nil {return _bbbded ;};_fcfge .DestOutputProfile =_cedde ;};return nil ;};func (_degbgg *PdfWriter )writeObjects (){_ed .Log .Trace ("\u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0025d\u0020\u006f\u0062\u006a",len (_degbgg ._ccbbg )); +_degbgg ._fcbcd =make (map[int ]crossReference );_degbgg ._fcbcd [0]=crossReference {Type :0,ObjectNumber :0,Generation :0xFFFF};if _degbgg ._bffca .ObjectMap !=nil {for _eadfa ,_bbaaf :=range _degbgg ._bffca .ObjectMap {if _eadfa ==0{continue ;};if _bbaaf .XType ==_bda .XrefTypeObjectStream {_aadbf :=crossReference {Type :2,ObjectNumber :_bbaaf .OsObjNumber ,Index :_bbaaf .OsObjIndex }; +_degbgg ._fcbcd [_eadfa ]=_aadbf ;};if _bbaaf .XType ==_bda .XrefTypeTableEntry {_dadfcd :=crossReference {Type :1,ObjectNumber :_bbaaf .ObjectNumber ,Offset :_bbaaf .Offset };_degbgg ._fcbcd [_eadfa ]=_dadfcd ;};};};}; -// NewPdfAnnotationPopup returns a new popup annotation. -func NewPdfAnnotationPopup ()*PdfAnnotationPopup {_egg :=NewPdfAnnotation ();_ecd :=&PdfAnnotationPopup {};_ecd .PdfAnnotation =_egg ;_egg .SetContext (_ecd );return _ecd ;}; +// AddContentStreamByString adds content stream by string. Puts the content +// string into a stream object and points the content stream towards it. +func (_fabf *PdfPage )AddContentStreamByString (contentStr string )error {_gbfcg ,_cdgbg :=_bda .MakeStream ([]byte (contentStr ),_bda .NewFlateEncoder ());if _cdgbg !=nil {return _cdgbg ;};if _fabf .Contents ==nil {_fabf .Contents =_gbfcg ;}else {_agada :=_bda .TraceToDirectObject (_fabf .Contents ); +_afbb ,_edbfa :=_agada .(*_bda .PdfObjectArray );if !_edbfa {_afbb =_bda .MakeArray (_agada );};_afbb .Append (_gbfcg );_fabf .Contents =_afbb ;};return nil ;};func (_dfbfce *PdfWriter )adjustXRefAffectedVersion (_egdead bool ){if _egdead &&_dfbfce ._cdbbdg .Major ==1&&_dfbfce ._cdbbdg .Minor < 5{_dfbfce ._cdbbdg .Minor =5; +};};func _bebb (_edafb *_bda .PdfObjectStream )(*PdfFunctionType4 ,error ){_baeec :=&PdfFunctionType4 {};_baeec ._eadd =_edafb ;_adbcc :=_edafb .PdfObjectDictionary ;_dgdf ,_baaad :=_bda .TraceToDirectObject (_adbcc .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_bda .PdfObjectArray ); +if !_baaad {_ed .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _dgdf .Len ()%2!=0{_ed .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_bbage ,_bbffd :=_dgdf .ToFloat64Array (); +if _bbffd !=nil {return nil ,_bbffd ;};_baeec .Domain =_bbage ;_dgdf ,_baaad =_bda .TraceToDirectObject (_adbcc .Get ("\u0052\u0061\u006eg\u0065")).(*_bda .PdfObjectArray );if _baaad {if _dgdf .Len ()< 0||_dgdf .Len ()%2!=0{return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_edabf ,_gdff :=_dgdf .ToFloat64Array ();if _gdff !=nil {return nil ,_gdff ;};_baeec .Range =_edabf ;};_cafa ,_bbffd :=_bda .DecodeStream (_edafb );if _bbffd !=nil {return nil ,_bbffd ;};_baeec ._bedf =_cafa ;_fcegb :=_gag .NewPSParser (_cafa );_dcgaa ,_bbffd :=_fcegb .Parse (); +if _bbffd !=nil {return nil ,_bbffd ;};_baeec .Program =_dcgaa ;return _baeec ,nil ;}; -// AddRefChild adds a child reference object. -func (_ccedc *KDict )AddRefChild (kChild *_cee .PdfObjectDictionary ){_ccedc ._affgf =append (_ccedc ._affgf ,&KValue {_abcfb :kChild });}; +// PickTrayByPDFSize returns the value of the pickTrayByPDFSize flag. +func (_daebb *ViewerPreferences )PickTrayByPDFSize ()bool {if _daebb ._eedfcc ==nil {return false ;};return *_daebb ._eedfcc ;}; -// PdfColorPattern represents a pattern color. -type PdfColorPattern struct{Color PdfColor ;PatternName _cee .PdfObjectName ;}; +// PdfOutputIntent provides a means for matching the color characteristics of a PDF document with +// those of a target output device. +// Multiple PdfOutputIntents allows the production process to be customized to the expected workflow and the specific +// tools available. +type PdfOutputIntent struct{ -// ToPdfObject converts date to a PDF string object. -func (_gecca *PdfDate )ToPdfObject ()_cee .PdfObject {_agcbda :=_e .Sprintf ("\u0044\u003a\u0025\u002e\u0034\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064\u0025\u002e2\u0064\u0025\u0063\u0025\u002e2\u0064\u0027%\u002e\u0032\u0064\u0027",_gecca ._gffbe ,_gecca ._dabdg ,_gecca ._cfdgf ,_gecca ._bbeea ,_gecca ._bfaec ,_gecca ._begea ,_gecca ._cfbed ,_gecca ._gccea ,_gecca ._cacedd ); -return _cee .MakeString (_agcbda );}; +// Type is an optional PDF object that this dictionary describes. +// If present, must be OutputIntent for an output intent dictionary. +Type string ; -// NewStandardPdfOutputIntent creates a new standard PdfOutputIntent. -func NewStandardPdfOutputIntent (outputCondition ,outputConditionIdentifier ,registryName string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,RegistryName :registryName ,DestOutputProfile :destOutputProfile ,ColorComponents :colorComponents ,_eebee :_cee .MakeDict ()}; -}; +// S defines the OutputIntent subtype which should match the standard used in given document i.e: +// for PDF/X use PdfOutputIntentTypeX. +S PdfOutputIntentType ; -// ToPdfObject converts the structure tree root to a PDF object. -func (_cgcbf *StructTreeRoot )ToPdfObject ()_cee .PdfObject {_dcacg :=_cgcbf ._fgafdd ;if _dcacg ==nil {_dcacg =&_cee .PdfIndirectObject {};_dcacg .PdfObject =_cee .MakeDict ();};_aeaaf :=_dcacg .PdfObject .(*_cee .PdfObjectDictionary );var _cdabda _cee .PdfObject ; -if len (_cgcbf .K )==1{_cdabda =_cee .MakeIndirectObject (_cgcbf .K [0].ToPdfObject ());}else {_gbaa :=_cee .MakeArray ();for _ ,K :=range _cgcbf .K {_gbaa .Append (_cee .MakeIndirectObject (K .ToPdfObject ()));};_cdabda =_gbaa ;};var (_gfbab =[]_cee .PdfObject {}; -_dadda =map[_cee .PdfObject ][]_cee .PdfObject {};_bcdfd =map[string ]_cee .PdfObject {};);_ebdfb (_cdabda ,_dcacg ,_dadda ,_bcdfd ,&_gfbab );_aeaaf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); -_aeaaf .Set ("\u004b",_cdabda );if _cgcbf .IDTree !=nil {_aeaaf .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .IDTree .ToPdfObject ()));}else if len (_bcdfd )> 0{_agacb :=_cee .MakeArray ();_bcce :=make ([]string ,0,len (_bcdfd )); -for _eeeca :=range _bcdfd {_bcce =append (_bcce ,_eeeca );};_da .Strings (_bcce );for _ ,_gafcee :=range _bcce {_agacb .Append (_cee .MakeString (_gafcee ));_agacb .Append (_bcdfd [_gafcee ]);};_cgcbf .IDTree =&IDTree {Names :_agacb ,Limits :_cee .MakeArray (_cee .MakeString (_bcce [0]),_cee .MakeString (_bcce [len (_bcce )-1]))}; -_aeaaf .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .IDTree .ToPdfObject ()));};if _cgcbf .ParentTree !=nil {_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .ParentTree )); -}else if len (_dadda )> 0||len (_gfbab )> 0{_ddee :=_cee .MakeArray ();_abcaac :=0;for _bfecf ,_abcfg :=range _dadda {_adaec :=_cee .MakeArray ();for _ ,_gefa :=range _abcfg {_adaec .Append (_gefa );};_bdgce :=_cee .MakeInteger (int64 (_abcaac ));_ddee .Append (_bdgce ); -_ddee .Append (_cee .MakeIndirectObject (_adaec ));if _gdfac ,_gfggg :=_cee .GetIndirect (_bfecf );_gfggg {if _ccgda ,_faffd :=_cee .GetDict (_gdfac .PdfObject );_faffd {_dgfba :=_ccgda .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); -if _dgfba !=nil {if _dceba ,_dbbgd :=_cee .GetIntVal (_dgfba );_dbbgd {if _abcaac < _dceba {_ccgda .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_bdgce );};};}else {_ccgda .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_bdgce ); -};};};_abcaac ++;};_dgbgg :=func (_adab _cee .PdfObject ,_dcgeb *_cee .PdfObjectDictionary )bool {if _baeed :=_dcgeb .Get ("\u004f\u0062\u006a");_baeed !=nil {if _ffcde ,_acde :=_cee .GetDict (_baeed );_acde {_cagce :=_ffcde .Get ("\u0054\u0079\u0070\u0065"); -_fgeab :=_ffcde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _cagce !=nil &&_cagce .String ()=="\u0041\u006e\u006eo\u0074"&&_fgeab !=nil &&_fgeab .String ()=="\u004c\u0069\u006e\u006b"{_bbabeb :=_cee .MakeInteger (int64 (_abcaac ));_ffcde .Set ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_bbabeb ); -_ddee .Append (_bbabeb );_ddee .Append (_adab );_abcaac ++;return true ;};};};return false ;};for _ ,_ceagf :=range _gfbab {if _feadg ,_fcaca :=_cee .GetDict (_ceagf );_fcaca {if _fbdbb :=_feadg .Get ("\u0053");_fbdbb !=nil {if _cgecf ,_beged :=_cee .GetNameVal (_fbdbb ); -_beged &&_cgecf ==StructureTypeLink {if _aaccc :=_feadg .Get ("\u004b");_aaccc !=nil {if _deabd ,_egbgf :=_cee .GetArray (_aaccc );_egbgf {for _ ,_bebfc :=range _deabd .Elements (){if _gebbe ,_bggeb :=_cee .GetDict (_bebfc );_bggeb {_dgbgg (_ceagf ,_gebbe ); -};};}else if _fbdcg ,_cdead :=_cee .GetDict (_aaccc );_cdead {_dgbgg (_ceagf ,_fbdcg );};};};};};};_cgcbf .ParentTree =_cee .MakeDict ();_cgcbf .ParentTree .Set ("\u004e\u0075\u006d\u0073",_ddee );_cgcbf .ParentTreeNextKey =int64 (_abcaac );_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_cee .MakeIndirectObject (_cgcbf .ParentTree )); -};_aeaaf .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079",_cee .MakeInteger (_cgcbf .ParentTreeNextKey ));if _cgcbf .RoleMap !=nil {_aeaaf .Set ("\u0052o\u006c\u0065\u004d\u0061\u0070",_cgcbf .RoleMap ); -};if _cgcbf .ClassMap !=nil {_aeaaf .Set ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070",_cgcbf .ClassMap );};return _dcacg ;}; +// OutputCondition is an optional field that is identifying the intended output device or production condition in +// human-readable form. This is preferred method of defining such a string for presentation to the user. +OutputCondition string ; -// SetFontByName sets the font specified by keyName to the given object. -func (_bgbf *PdfPageResources )SetFontByName (keyName _cee .PdfObjectName ,obj _cee .PdfObject )error {if _bgbf .Font ==nil {_bgbf .Font =_cee .MakeDict ();};_adae ,_gfccae :=_cee .TraceToDirectObject (_bgbf .Font ).(*_cee .PdfObjectDictionary );if !_gfccae {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_cee .TraceToDirectObject (_bgbf .Font )); -return _cee .ErrTypeError ;};_adae .Set (keyName ,obj );return nil ;};func _ffcg (_bgeab *_cee .PdfIndirectObject )(*PdfOutline ,error ){_geccc ,_baacf :=_bgeab .PdfObject .(*_cee .PdfObjectDictionary );if !_baacf {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_abaaa :=NewPdfOutline ();if _eadec :=_geccc .Get ("\u0054\u0079\u0070\u0065");_eadec !=nil {_gfbdb ,_fdgge :=_eadec .(*_cee .PdfObjectName );if _fdgge {if *_gfbdb !="\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"{_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u0020\u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u004f\u0075\u0074l\u0069\u006e\u0065s\u0020(\u0025\u0073\u0029",*_gfbdb ); -};};};if _abfba :=_geccc .Get ("\u0043\u006f\u0075n\u0074");_abfba !=nil {_dgeec ,_ggcbc :=_cee .GetNumberAsInt64 (_abfba );if _ggcbc !=nil {return nil ,_ggcbc ;};_abaaa .Count =&_dgeec ;};return _abaaa ,nil ;}; +// OutputConditionIdentifier is a required field identifying the intended output device or production condition in +// human or machine-readable form. If human-readable, this string may be used +// in lieu of an OutputCondition for presentation to the user. +// A typical value for this entry would be the name of a production condition maintained +// in an industry-standard registry such as the ICC Characterization Data Registry +// If the intended production condition is not a recognized standard, the value Custom is recommended for this entry. +// the DestOutputProfile entry defines the ICC profile, and the Info entry is used for further +// human-readable identification. +OutputConditionIdentifier string ; -// GetContentStreamWithEncoder returns the pattern cell's content stream and its encoder -func (_eddcg *PdfTilingPattern )GetContentStreamWithEncoder ()([]byte ,_cee .StreamEncoder ,error ){_feegg ,_bcee :=_eddcg ._bgabc .(*_cee .PdfObjectStream );if !_bcee {_fca .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_eddcg ._bgabc ); -return nil ,nil ,_cee .ErrTypeError ;};_dbaff ,_ebfaf :=_cee .DecodeStream (_feegg );if _ebfaf !=nil {_fca .Log .Debug ("\u0046\u0061\u0069l\u0065\u0064\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020s\u0074\u0072\u0065\u0061\u006d\u002c\u0020\u0065\u0072\u0072\u003a\u0020\u0025\u0076",_ebfaf ); -return nil ,nil ,_ebfaf ;};_cdff ,_ebfaf :=_cee .NewEncoderFromStream (_feegg );if _ebfaf !=nil {_fca .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020f\u0069\u006e\u0064\u0069\u006e\u0067 \u0064\u0065\u0063\u006f\u0064\u0069\u006eg\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u003a\u0020%\u0076",_ebfaf ); -return nil ,nil ,_ebfaf ;};return _dbaff ,_cdff ,nil ;}; +// RegistryName is an optional string field (conventionally URI) identifying the registry in which the condition +// designated by OutputConditionIdentifier is defined. +RegistryName string ; -// PdfAnnotationMarkup represents additional fields for mark-up annotations. -// (Section 12.5.6.2 p. 399). -type PdfAnnotationMarkup struct{T _cee .PdfObject ;Popup *PdfAnnotationPopup ;CA _cee .PdfObject ;RC _cee .PdfObject ;CreationDate _cee .PdfObject ;IRT _cee .PdfObject ;Subj _cee .PdfObject ;RT _cee .PdfObject ;IT _cee .PdfObject ;ExData _cee .PdfObject ; -};func (_eedac *PdfWriter )checkLicense ()error {_dddcf :=_ade .GetLicenseKey ();if (_dddcf ==nil ||!_dddcf .IsLicensed ())&&!_ggdge {_e .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); -_e .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); -return _cdf .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};return nil ;}; +// Info is a required field if OutputConditionIdentifier does not specify a standard production condition. +// A human-readable text string containing additional information or comments about intended +// target device or production condition. +Info string ; -// StructTreeRoot represents the structure tree root dictionary. -// Reference: PDF documentation chapter 14.7 Logical Structure, table 322. -type StructTreeRoot struct{K []*KDict ;IDTree *IDTree ;ParentTree *_cee .PdfObjectDictionary ;ParentTreeNextKey int64 ;RoleMap _cee .PdfObject ;ClassMap *_cee .PdfObjectDictionary ;_fgafdd *_cee .PdfIndirectObject ;_gfcefg []_ee .UUID ;}; +// DestOutputProfile is required if OutputConditionIdentifier does not specify a standard production condition. +// It is an ICC profile stream defining the transformation from the PDF document's source colors to output device colorants. +DestOutputProfile []byte ; -// ToPdfObject returns a PDF object representation of the outline. -func (_begd *Outline )ToPdfObject ()_cee .PdfObject {return _begd .ToPdfOutline ().ToPdfObject ()}; +// ColorComponents is the number of color components supported by given output profile. +ColorComponents int ;_abccce *_bda .PdfObjectDictionary ;}; -// SubsetRegistered subsets the font to only the glyphs that have been registered by the encoder. -// -// NOTE: This only works on fonts that support subsetting. For unsupported fonts this is a no-op, although a debug -// message is emitted. Currently supported fonts are embedded Truetype CID fonts (type 0). -// -// NOTE: Make sure to call this soon before writing (once all needed runes have been registered). -// If using package creator, use its EnableFontSubsetting method instead. -func (_bdfd *PdfFont )SubsetRegistered ()error {switch _gedec :=_bdfd ._bggcf .(type ){case *pdfFontType0 :_ecffg :=_gedec .subsetRegistered ();if _ecffg !=nil {_fca .Log .Debug ("\u0053\u0075b\u0073\u0065\u0074 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ecffg ); -return _ecffg ;};if _gedec ._eddba !=nil {if _gedec ._daac !=nil {_gedec ._daac .ToPdfObject ();};_gedec .ToPdfObject ();};default:_fca .Log .Debug ("F\u006f\u006e\u0074\u0020\u0025\u0054 \u0064\u006f\u0065\u0073\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006fr\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069n\u0067",_gedec ); -};return nil ;}; +// PdfSignature represents a PDF signature dictionary and is used for signing via form signature fields. +// (Section 12.8, Table 252 - Entries in a signature dictionary p. 475 in PDF32000_2008). +type PdfSignature struct{Handler SignatureHandler ;_gbggff *_bda .PdfIndirectObject ; -// PageCallback callback function used in page loading -// that could be used to modify the page content. -// -// Deprecated: will be removed in v4. Use PageProcessCallback instead. -type PageCallback func (_aeeag int ,_dfdgc *PdfPage ); +// Type: Sig/DocTimeStamp +Type *_bda .PdfObjectName ;Filter *_bda .PdfObjectName ;SubFilter *_bda .PdfObjectName ;Contents *_bda .PdfObjectString ;Cert _bda .PdfObject ;ByteRange *_bda .PdfObjectArray ;Reference *_bda .PdfObjectArray ;Changes *_bda .PdfObjectArray ;Name *_bda .PdfObjectString ; +M *_bda .PdfObjectString ;Location *_bda .PdfObjectString ;Reason *_bda .PdfObjectString ;ContactInfo *_bda .PdfObjectString ;R *_bda .PdfObjectInteger ;V *_bda .PdfObjectInteger ;PropBuild *_bda .PdfObjectDictionary ;PropAuthTime *_bda .PdfObjectInteger ; +PropAuthType *_bda .PdfObjectName ;}; -// GetFillImage get attached model.Image in push button. -func (_cgffe *PdfFieldButton )GetFillImage ()*Image {if _cgffe .IsPush (){return _cgffe ._effg ;};return nil ;};var _eefd =_bgc .MustCompile ("\u005b\\\u006e\u005c\u0072\u005d\u002b");func (_dafcb *LTV )getOCSPs (_gceea []*_dfd .Certificate ,_fbdad map[string ]*_dfd .Certificate )([][]byte ,error ){_gcagf :=make ([][]byte ,0,len (_gceea )); -for _ ,_beee :=range _gceea {for _ ,_daee :=range _beee .OCSPServer {if _dafcb .CertClient .IsCA (_beee ){continue ;};_eeead ,_gcbfe :=_fbdad [_beee .Issuer .CommonName ];if !_gcbfe {_fca .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_ ,_acgae ,_badea :=_dafcb .OCSPClient .MakeRequest (_daee ,_beee ,_eeead );if _badea !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_badea ); -continue ;};_gcagf =append (_gcagf ,_acgae );};};return _gcagf ,nil ;}; +// DSS represents a Document Security Store dictionary. +// The DSS dictionary contains both global and signature specific validation +// information. The certificates and revocation data in the `Certs`, `OCSPs`, +// and `CRLs` fields can be used to validate any signature in the document. +// Additionally, the VRI entry contains validation data per signature. +// The keys in the VRI entry are calculated as upper(hex(sha1(sig.Contents))). +// The values are VRI dictionaries containing certificates and revocation +// information used for validating a single signature. +// See ETSI TS 102 778-4 V1.1.1 for more information. +type DSS struct{_bebag *_bda .PdfIndirectObject ;Certs []*_bda .PdfObjectStream ;OCSPs []*_bda .PdfObjectStream ;CRLs []*_bda .PdfObjectStream ;VRI map[string ]*VRI ;_fega map[string ]*_bda .PdfObjectStream ;_bcdc map[string ]*_bda .PdfObjectStream ;_fbed map[string ]*_bda .PdfObjectStream ; +}; -// NewStructTreeRootFromPdfObject creates a new structure tree root from a PDF object. -func NewStructTreeRootFromPdfObject (obj _cee .PdfObject )(*StructTreeRoot ,error ){_eceda :=_cee .ResolveReference (obj );_fgeebc ,_cddcg :=_cee .GetDict (_eceda );if !_cddcg {return nil ,_e .Errorf ("\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067 \u0073\u0074\u0072uc\u0074\u0075\u0072\u0065\u0020\u0074r\u0065\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); -};_ccdbc :=&StructTreeRoot {};_ccdbc ._fgafdd =_cee .MakeIndirectObject (_cee .MakeDict ());if _gffcd :=_fgeebc .Get ("\u004b");_gffcd !=nil {_ecba :=_cee .ResolveReference (_gffcd );_gaadeb :=_cee .ResolveReferencesDeep (_ecba ,nil );if _gaadeb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0072\u0065\u0073\u006f\u006c\u0076\u0069\u006e\u0067 \u004b \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gaadeb ); -};_ccdbc .K =[]*KDict {};if _egefb ,_fdaa :=_cee .GetArray (_ecba );_fdaa {for _gbbcg :=0;_gbbcg < _egefb .Len ();_gbbcg ++{_bagba :=_egefb .Get (_gbbcg );_fbgc ,_gecge :=_cfffg (_bagba );if _gecge !=nil {return nil ,_gecge ;};_ccdbc .K =append (_ccdbc .K ,_fbgc ); -};}else {_efddd ,_caacg :=_cfffg (_ecba );if _caacg !=nil {return nil ,_caacg ;};_ccdbc .K =append (_ccdbc .K ,_efddd );};};if _cafca :=_fgeebc .Get ("\u0049\u0044\u0054\u0072\u0065\u0065");_cafca !=nil {_ccdbc .IDTree =_edddd (_cafca );};if _cgcfd :=_fgeebc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065"); -_cgcfd !=nil {_bdgac :=_cee .ResolveReference (_cgcfd );if _efbfd ,_eafab :=_cee .GetDict (_bdgac );_eafab {_ccdbc .ParentTree =_efbfd ;};};if _ccabc :=_fgeebc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079"); -_ccabc !=nil {_ ,_ddgab :=_cee .GetInt (_ccabc );if _ddgab {_gaadd ,_cdbfd :=_cee .GetNumberAsInt64 (_ccabc );if _cdbfd !=nil {return nil ,_cdbfd ;};_ccdbc .ParentTreeNextKey =_gaadd ;};};if _bbfdb :=_fgeebc .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"); -_bbfdb !=nil {switch _gcggg :=_bbfdb .(type ){case *_cee .PdfIndirectObject :if _abebd ,_degag :=_cee .GetDict (_gcggg .PdfObject );_degag {_ccdbc .RoleMap =_abebd ;};case *_cee .PdfObjectDictionary :_ccdbc .RoleMap =_gcggg ;case *_cee .PdfObjectString :_ccdbc .RoleMap =_gcggg ; -};};if _fgdbd :=_fgeebc .Get ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070");_fgdbd !=nil {if _efffc ,_fbdge :=_cee .GetDict (_fgdbd );_fbdge {_ccdbc .ClassMap =_efffc ;};};return _ccdbc ,nil ;}; +// ToInteger convert to an integer format. +func (_bffg *PdfColorDeviceRGB )ToInteger (bits int )[3]uint32 {_gccc :=_ce .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_gccc *_bffg .R ()),uint32 (_gccc *_bffg .G ()),uint32 (_gccc *_bffg .B ())};}; -// NewKDictionary creates a new K dictionary object. -func NewKDictionary ()*KDict {return &KDict {_affgf :make ([]*KValue ,0),_efbbe :-1}}; +// GetNumComponents returns the number of color components (3 for Lab). +func (_gffdc *PdfColorLab )GetNumComponents ()int {return 3}; -// SetViewClip sets the value of the viewClip. -func (_bdag *ViewerPreferences )SetViewClip (viewClip PageBoundary ){_bdag ._baegf =viewClip }; +// SetSamples convert samples to byte-data and sets for the image. +// NOTE: The method resamples the data and this could lead to high memory usage, +// especially on large images. It should be used only when it is not possible +// to work with the image byte data directly. +func (_fccaf *Image )SetSamples (samples []uint32 ){if _fccaf .BitsPerComponent < 8{samples =_fccaf .samplesAddPadding (samples );};_gedb :=_cf .ResampleUint32 (samples ,int (_fccaf .BitsPerComponent ),8);_cadeb :=make ([]byte ,len (_gedb ));for _ffeg ,_cgdab :=range _gedb {_cadeb [_ffeg ]=byte (_cgdab ); +};_fccaf .Data =_cadeb ;}; -// GetExtGState gets the ExtGState specified by keyName. Returns a bool -// indicating whether it was found or not. -func (_cabaa *PdfPageResources )GetExtGState (keyName _cee .PdfObjectName )(_cee .PdfObject ,bool ){if _cabaa .ExtGState ==nil {return nil ,false ;};_eggbc ,_aabcfc :=_cee .TraceToDirectObject (_cabaa .ExtGState ).(*_cee .PdfObjectDictionary );if !_aabcfc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006c\u0069\u0064 \u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cabaa .ExtGState ); -return nil ,false ;};if _aagdd :=_eggbc .Get (keyName );_aagdd !=nil {return _aagdd ,true ;};return nil ,false ;};const (_ PdfOutputIntentType =iota ;PdfOutputIntentTypeA1 ;PdfOutputIntentTypeA2 ;PdfOutputIntentTypeA3 ;PdfOutputIntentTypeA4 ;PdfOutputIntentTypeX ; -); +// SetXObjectImageByName adds the provided XObjectImage to the page resources. +// The added XObjectImage is identified by the specified name. +func (_fgede *PdfPageResources )SetXObjectImageByName (keyName _bda .PdfObjectName ,ximg *XObjectImage )error {_bgcbg :=ximg .ToPdfObject ().(*_bda .PdfObjectStream );_ggfdg :=_fgede .SetXObjectByName (keyName ,_bgcbg );return _ggfdg ;}; -// NewPdfAnnotationSquiggly returns a new text squiggly annotation. -func NewPdfAnnotationSquiggly ()*PdfAnnotationSquiggly {_aba :=NewPdfAnnotation ();_bbd :=&PdfAnnotationSquiggly {};_bbd .PdfAnnotation =_aba ;_bbd .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_aba .SetContext (_bbd );return _bbd ;}; +// ToPdfObject returns the PDF representation of the function. +func (_affdf *PdfFunctionType3 )ToPdfObject ()_bda .PdfObject {_ffgbc :=_bda .MakeDict ();_ffgbc .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_bda .MakeInteger (3));_fdbag :=&_bda .PdfObjectArray {};for _ ,_fbgd :=range _affdf .Domain {_fdbag .Append (_bda .MakeFloat (_fbgd )); +};_ffgbc .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_fdbag );if _affdf .Range !=nil {_gebaa :=&_bda .PdfObjectArray {};for _ ,_bgecf :=range _affdf .Range {_gebaa .Append (_bda .MakeFloat (_bgecf ));};_ffgbc .Set ("\u0052\u0061\u006eg\u0065",_gebaa ); +};if _affdf .Functions !=nil {_afddg :=&_bda .PdfObjectArray {};for _ ,_defgf :=range _affdf .Functions {_afddg .Append (_defgf .ToPdfObject ());};_ffgbc .Set ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es",_afddg );};if _affdf .Bounds !=nil {_gbfbg :=&_bda .PdfObjectArray {}; +for _ ,_bfdee :=range _affdf .Bounds {_gbfbg .Append (_bda .MakeFloat (_bfdee ));};_ffgbc .Set ("\u0042\u006f\u0075\u006e\u0064\u0073",_gbfbg );};if _affdf .Encode !=nil {_cfcg :=&_bda .PdfObjectArray {};for _ ,_fdeff :=range _affdf .Encode {_cfcg .Append (_bda .MakeFloat (_fdeff )); +};_ffgbc .Set ("\u0045\u006e\u0063\u006f\u0064\u0065",_cfcg );};if _affdf ._dbgca !=nil {_affdf ._dbgca .PdfObject =_ffgbc ;return _affdf ._dbgca ;};return _ffgbc ;}; -// FlattenFieldsWithOpts flattens the AcroForm fields of the reader using the -// provided field appearance generator and the specified options. If no options -// are specified, all form fields are flattened. -// If a filter function is provided using the opts parameter, only the filtered -// fields are flattened. Otherwise, all form fields are flattened. -// At the end of the process, the AcroForm contains all the fields which were -// not flattened. If all fields are flattened, the reader's AcroForm field -// is set to nil. -func (_fbfdc *PdfReader )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {return _fbfdc .flattenFieldsWithOpts (false ,appgen ,opts );}; +// GetColorspaceByName returns the colorspace with the specified name from the page resources. +func (_cdadf *PdfPageResources )GetColorspaceByName (keyName _bda .PdfObjectName )(PdfColorspace ,bool ){_cegde ,_cdacfd :=_cdadf .GetColorspaces ();if _cdacfd !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_cdacfd ); +return nil ,false ;};if _cegde ==nil {return nil ,false ;};_befba ,_fdafb :=_cegde .Colorspaces [string (keyName )];if !_fdafb {return nil ,false ;};return _befba ,true ;}; -// DecodeArray returns the range of color component values in DeviceRGB colorspace. -func (_cebbf *PdfColorspaceDeviceRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};};func (_dgfeb *PdfReader )buildPageList (_aefa *_cee .PdfIndirectObject ,_ffdfb *_cee .PdfIndirectObject ,_abeede map[_cee .PdfObject ]struct{})error {if _aefa ==nil {return nil ; -};if _ ,_geeef :=_abeede [_aefa ];_geeef {_fca .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_aefa .ObjectNumber ); -return nil ;};_abeede [_aefa ]=struct{}{};_bbdd ,_dfgbb :=_aefa .PdfObject .(*_cee .PdfObjectDictionary );if !_dfgbb {return _cdf .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};_gfgce ,_dfgbb :=(*_bbdd ).Get ("\u0054\u0079\u0070\u0065").(*_cee .PdfObjectName ); -if !_dfgbb {if _bbdd .Get ("\u004b\u0069\u0064\u0073")==nil {return _cdf .New ("\u006e\u006f\u0064\u0065 \u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0054\u0079p\u0065 \u0028\u0052\u0065\u0071\u0075\u0069\u0072e\u0064\u0029");};_fca .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u006e\u006f\u0064\u0065\u0020\u006d\u0069s\u0073\u0069\u006e\u0067\u0020\u0054\u0079\u0070\u0065\u002c\u0020\u0062\u0075\u0074\u0020\u0068\u0061\u0073\u0020\u004b\u0069\u0064\u0073\u002e\u0020\u0041\u0073\u0073u\u006di\u006e\u0067\u0020\u0050\u0061\u0067\u0065\u0073 \u006eo\u0064\u0065."); -_gfgce =_cee .MakeName ("\u0050\u0061\u0067e\u0073");_bbdd .Set ("\u0054\u0079\u0070\u0065",_gfgce );};_fca .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0050a\u0067\u0065\u004c\u0069\u0073\u0074\u0020\u006e\u006f\u0064\u0065\u0020\u0074y\u0070\u0065\u003a\u0020\u0025\u0073\u0020(\u0025\u002b\u0076\u0029",*_gfgce ,_aefa ); -if *_gfgce =="\u0050\u0061\u0067\u0065"{_abfcg ,_cafa :=_dgfeb .newPdfPageFromDict (_bbdd );if _cafa !=nil {return _cafa ;};_abfcg .setContainer (_aefa );if _ffdfb !=nil {_bbdd .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdfb );};_dgfeb ._fded =append (_dgfeb ._fded ,_aefa ); -_dgfeb .PageList =append (_dgfeb .PageList ,_abfcg );return nil ;};if *_gfgce !="\u0050\u0061\u0067e\u0073"{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u006f\u0066\u0020\u0063\u006fnt\u0065n\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u0021\u0020\u0028\u0025\u0073\u0029",_gfgce ); -return _cdf .New ("\u0074\u0061\u0062\u006c\u0065\u0020o\u0066\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067 \u006e\u006f\u006e\u0020\u0050\u0061\u0067\u0065\u002f\u0050\u0061\u0067\u0065\u0073 \u006fb\u006a\u0065\u0063\u0074"); -};if _ffdfb !=nil {_bbdd .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffdfb );};if !_dgfeb ._dbfb {_cgag :=_dgfeb .traverseObjectData (_aefa );if _cgag !=nil {return _cgag ;};};_cgcbe ,_ggdac :=_dgfeb ._ffdgf .Resolve (_bbdd .Get ("\u004b\u0069\u0064\u0073")); -if _ggdac !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u0061\u0069\u006c\u0065\u0064\u0020\u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u004b\u0069\u0064\u0073\u0020\u006fb\u006a\u0065\u0063\u0074");return _ggdac ;};var _ecdba *_cee .PdfObjectArray ; -_ecdba ,_dfgbb =_cgcbe .(*_cee .PdfObjectArray );if !_dfgbb {_efceg ,_afcbgf :=_cgcbe .(*_cee .PdfIndirectObject );if !_afcbgf {return _cdf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};_ecdba ,_dfgbb =_efceg .PdfObject .(*_cee .PdfObjectArray );if !_dfgbb {return _cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u004b\u0069\u0064\u0073\u0020\u0069\u006ed\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074");};};_fca .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_ecdba ); -for _edac ,_dfecb :=range _ecdba .Elements (){_ebaea ,_cfeec :=_cee .GetIndirect (_dfecb );if !_cfeec {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 \u006f\u0062\u006a\u0065\u0063t\u0020\u002d \u0028\u0025\u0073\u0029",_ebaea ); -return _cdf .New ("\u0070a\u0067\u0065\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0064\u0069r\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ecdba .Set (_edac ,_ebaea );_ggdac =_dgfeb .buildPageList (_ebaea ,_aefa ,_abeede );if _ggdac !=nil {return _ggdac ; -};};return nil ;}; +// SetContentStream sets the pattern cell's content stream. +func (_afacf *PdfTilingPattern )SetContentStream (content []byte ,encoder _bda .StreamEncoder )error {_bfcce ,_bddcc :=_afacf ._cbbgec .(*_bda .PdfObjectStream );if !_bddcc {_ed .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_afacf ._cbbgec ); +return _bda .ErrTypeError ;};if encoder ==nil {encoder =_bda .NewRawEncoder ();};_beacc :=_bfcce .PdfObjectDictionary ;_fgbc :=encoder .MakeStreamDict ();_beacc .Merge (_fgbc );_bgcge ,_fdagf :=encoder .EncodeBytes (content );if _fdagf !=nil {return _fdagf ; +};_beacc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_bgcge ))));_bfcce .Stream =_bgcge ;return nil ;}; -// SetPrintScaling sets the value of the printScaling. -func (_ecgcg *ViewerPreferences )SetPrintScaling (printScaling PrintScaling ){_ecgcg ._fgbdf =printScaling ;}; +// SetRotation sets the rotation of all pages added to writer. The rotation is +// specified in degrees and must be a multiple of 90. +// The Rotate field of individual pages has priority over the global rotation. +func (_egba *PdfWriter )SetRotation (rotate int64 )error {_beec ,_bfbcc :=_bda .GetDict (_egba ._facgd );if !_bfbcc {return ErrTypeCheck ;};_beec .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_bda .MakeInteger (rotate ));return nil ;}; -// NewPdfAnnotationCaret returns a new caret annotation. -func NewPdfAnnotationCaret ()*PdfAnnotationCaret {_ebf :=NewPdfAnnotation ();_bga :=&PdfAnnotationCaret {};_bga .PdfAnnotation =_ebf ;_bga .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ebf .SetContext (_bga );return _bga ;}; +// GetMediaBox gets the inheritable media box value, either from the page +// or a higher up page/pages struct. +func (_gbbga *PdfPage )GetMediaBox ()(*PdfRectangle ,error ){if _gbbga .MediaBox !=nil {return _gbbga .MediaBox ,nil ;};_bdcc :=_gbbga .Parent ;for _bdcc !=nil {_bbcbgd ,_cabe :=_bda .GetDict (_bdcc );if !_cabe {return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _gbbd :=_bbcbgd .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078");_gbbd !=nil {_dfdea ,_ebfef :=_bda .GetArray (_gbbd );if !_ebfef {return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u0065\u0064\u0069a\u0020\u0062\u006f\u0078"); +};_cgcdd ,_efdeef :=NewPdfRectangle (*_dfdea );if _efdeef !=nil {return nil ,_efdeef ;};return _cgcdd ,nil ;};_bdcc =_bbcbgd .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,_gea .New ("m\u0065\u0064\u0069\u0061 b\u006fx\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); +}; -// PdfActionNamed represents a named action. -type PdfActionNamed struct{*PdfAction ;N _cee .PdfObject ;}; +// SetFillImage attach a model.Image to push button. +func (_cgfg *PdfFieldButton )SetFillImage (image *Image ){if _cgfg .IsPush (){_cgfg ._gbcbd =image ;};};func _gcce (_eegc []byte )[]byte {const _eeced =52845;const _fgcc =22719;_aeedaf :=55665;for _ ,_bgdcd :=range _eegc [:4]{_aeedaf =(int (_bgdcd )+_aeedaf )*_eeced +_fgcc ; +};_cecff :=make ([]byte ,len (_eegc )-4);for _effg ,_bfed :=range _eegc [4:]{_cecff [_effg ]=byte (int (_bfed )^_aeedaf >>8);_aeedaf =(int (_bfed )+_aeedaf )*_eeced +_fgcc ;};return _cecff ;}; -// PdfAcroForm represents the AcroForm dictionary used for representation of form data in PDF. -type PdfAcroForm struct{Fields *[]*PdfField ;NeedAppearances *_cee .PdfObjectBool ;SigFlags *_cee .PdfObjectInteger ;CO *_cee .PdfObjectArray ;DR *PdfPageResources ;DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;XFA _cee .PdfObject ; +// NewCompliancePdfReader creates a PdfReader or an input io.ReadSeeker that during reading will scan the files for the +// metadata details. It could be used for the PDF standard implementations like PDF/A or PDF/X. +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +func NewCompliancePdfReader (rs _ga .ReadSeeker )(*CompliancePdfReader ,error ){const _dfbec ="\u006d\u006f\u0064\u0065l\u003a\u004e\u0065\u0077\u0043\u006f\u006d\u0070\u006c\u0069a\u006ec\u0065\u0050\u0064\u0066\u0052\u0065\u0061d\u0065\u0072";_fbgbc ,_dgecc :=_efgcc (rs ,&ReaderOpts {ComplianceMode :true },false ,_dfbec ); +if _dgecc !=nil {return nil ,_dgecc ;};return &CompliancePdfReader {PdfReader :_fbgbc },nil ;}; -// ADBEEchoSign extra objects from Adobe Acrobat, causing signature invalid if not exists. -ADBEEchoSign _cee .PdfObject ;_cebbd *_cee .PdfIndirectObject ;_gcfcc bool ;}; +// NewPdfPageResourcesFromDict creates and returns a new PdfPageResources object +// from the input dictionary. +func NewPdfPageResourcesFromDict (dict *_bda .PdfObjectDictionary )(*PdfPageResources ,error ){_dcced :=NewPdfPageResources ();if _aadef :=dict .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_aadef !=nil {_dcced .ExtGState =_aadef ;};if _gcfdg :=dict .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"); +_gcfdg !=nil &&!_bda .IsNullObject (_gcfdg ){_dcced .ColorSpace =_gcfdg ;};if _fbbef :=dict .Get ("\u0050a\u0074\u0074\u0065\u0072\u006e");_fbbef !=nil {_dcced .Pattern =_fbbef ;};if _bgea :=dict .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");_bgea !=nil {_dcced .Shading =_bgea ; +};if _cbgcc :=dict .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074");_cbgcc !=nil {_dcced .XObject =_cbgcc ;};if _fbaafc :=_bda .ResolveReference (dict .Get ("\u0046\u006f\u006e\u0074"));_fbaafc !=nil {_dcced .Font =_fbaafc ;};if _bbdg :=dict .Get ("\u0050r\u006f\u0063\u0053\u0065\u0074"); +_bbdg !=nil {_dcced .ProcSet =_bbdg ;};if _gbcaa :=dict .Get ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_gbcaa !=nil {_dcced .Properties =_gbcaa ;};return _dcced ,nil ;};func (_feabc *PdfReader )newPdfPageFromDict (_cdgdd *_bda .PdfObjectDictionary )(*PdfPage ,error ){_cafaf :=NewPdfPage (); +_cafaf ._bdgdg =_cdgdd ;_cafaf ._gfaec =*_cdgdd ;_gdfb :=*_cdgdd ;_daefc ,_ggfga :=_gdfb .Get ("\u0054\u0079\u0070\u0065").(*_bda .PdfObjectName );if !_ggfga {return nil ,_gea .New ("\u006d\u0069ss\u0069\u006e\u0067/\u0069\u006e\u0076\u0061lid\u0020Pa\u0067\u0065\u0020\u0064\u0069\u0063\u0074io\u006e\u0061\u0072\u0079\u0020\u0054\u0079p\u0065"); +};if *_daefc !="\u0050\u0061\u0067\u0065"{return nil ,_gea .New ("\u0070\u0061\u0067\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0054y\u0070\u0065\u0020\u0021\u003d\u0020\u0050a\u0067\u0065");};if _ebcge :=_gdfb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); +_ebcge !=nil {_cafaf .Parent =_ebcge ;};if _ceddb :=_gdfb .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064");_ceddb !=nil {_cdaad ,_egcc :=_bda .GetString (_ceddb );if !_egcc {return nil ,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u004c\u0061\u0073\u0074\u004d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0021=\u0020\u0073t\u0072\u0069\u006e\u0067"); +};_fagff ,_egfg :=NewPdfDate (_cdaad .Str ());if _egfg !=nil {return nil ,_egfg ;};_cafaf .LastModified =&_fagff ;};if _gebea :=_gdfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_gebea !=nil &&!_bda .IsNullObject (_gebea ){_bcgb ,_cacec :=_bda .GetDict (_gebea ); +if !_cacec {return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_gebea );};var _adfgd error ;_cafaf .Resources ,_adfgd =NewPdfPageResourcesFromDict (_bcgb ); +if _adfgd !=nil {return nil ,_adfgd ;};}else {_gbagd ,_badbc :=_cafaf .getParentResources ();if _badbc !=nil {return nil ,_badbc ;};if _gbagd ==nil {_gbagd =NewPdfPageResources ();};_cafaf .Resources =_gbagd ;};if _fdcec :=_gdfb .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"); +_fdcec !=nil {_dbfda ,_abbd :=_bda .GetArray (_fdcec );if !_abbd {return nil ,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u004d\u0065\u0064\u0069\u0061\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079");};var _bgbgb error ; +_cafaf .MediaBox ,_bgbgb =NewPdfRectangle (*_dbfda );if _bgbgb !=nil {return nil ,_bgbgb ;};};if _deeg :=_gdfb .Get ("\u0043r\u006f\u0070\u0042\u006f\u0078");_deeg !=nil {_dfabg ,_fegac :=_bda .GetArray (_deeg );if !_fegac {return nil ,_gea .New ("\u0070a\u0067\u0065\u0020\u0043r\u006f\u0070\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); +};var _aeede error ;_cafaf .CropBox ,_aeede =NewPdfRectangle (*_dfabg );if _aeede !=nil {return nil ,_aeede ;};};if _abbe :=_gdfb .Get ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078");_abbe !=nil {_acdbc ,_gedg :=_bda .GetArray (_abbe );if !_gedg {return nil ,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u0042\u006c\u0065\u0065\u0064\u0042o\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079"); +};var _afgea error ;_cafaf .BleedBox ,_afgea =NewPdfRectangle (*_acdbc );if _afgea !=nil {return nil ,_afgea ;};};if _gdcbb :=_gdfb .Get ("\u0054r\u0069\u006d\u0042\u006f\u0078");_gdcbb !=nil {_bdebf ,_gbdda :=_bda .GetArray (_gdcbb );if !_gbdda {return nil ,_gea .New ("\u0070a\u0067\u0065\u0020\u0054r\u0069\u006d\u0042\u006f\u0078 \u006eo\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061y"); +};var _dgafe error ;_cafaf .TrimBox ,_dgafe =NewPdfRectangle (*_bdebf );if _dgafe !=nil {return nil ,_dgafe ;};};if _edbbg :=_gdfb .Get ("\u0041\u0072\u0074\u0042\u006f\u0078");_edbbg !=nil {_ecce ,_gadfg :=_bda .GetArray (_edbbg );if !_gadfg {return nil ,_gea .New ("\u0070a\u0067\u0065\u0020\u0041\u0072\u0074\u0042\u006f\u0078\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079"); +};var _gebbc error ;_cafaf .ArtBox ,_gebbc =NewPdfRectangle (*_ecce );if _gebbc !=nil {return nil ,_gebbc ;};};if _gbae :=_gdfb .Get ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f");_gbae !=nil {_cafaf .BoxColorInfo =_gbae ;};if _adecb :=_gdfb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); +_adecb !=nil {_cafaf .Contents =_adecb ;};if _ffad :=_gdfb .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_ffad !=nil {_cfcga ,_dcfg :=_bda .GetNumberAsInt64 (_ffad );if _dcfg !=nil {return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0067e\u0020\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); +};_cafaf .Rotate =&_cfcga ;};if _fcage :=_gdfb .Get ("\u0047\u0072\u006fu\u0070");_fcage !=nil {_cafaf .Group =_fcage ;};if _fcbd :=_gdfb .Get ("\u0054\u0068\u0075m\u0062");_fcbd !=nil {_cafaf .Thumb =_fcbd ;};if _aaggd :=_gdfb .Get ("\u0042");_aaggd !=nil {_cafaf .B =_aaggd ; +};if _gfafe :=_gdfb .Get ("\u0044\u0075\u0072");_gfafe !=nil {_cafaf .Dur =_gfafe ;};if _bbbee :=_gdfb .Get ("\u0054\u0072\u0061n\u0073");_bbbee !=nil {_cafaf .Trans =_bbbee ;};if _eeeg :=_gdfb .Get ("\u0041\u0041");_eeeg !=nil {_cafaf .AA =_eeeg ;};if _dbbgb :=_gdfb .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); +_dbbgb !=nil {_cafaf .Metadata =_dbbgb ;};if _fccce :=_gdfb .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_fccce !=nil {_cafaf .PieceInfo =_fccce ;};if _dbfdad :=_gdfb .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); +_dbfdad !=nil {_cafaf .StructParents =_dbfdad ;};if _beebd :=_gdfb .Get ("\u0049\u0044");_beebd !=nil {_cafaf .ID =_beebd ;};if _acbcg :=_gdfb .Get ("\u0050\u005a");_acbcg !=nil {_cafaf .PZ =_acbcg ;};if _aeecc :=_gdfb .Get ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f"); +_aeecc !=nil {_cafaf .SeparationInfo =_aeecc ;};if _decad :=_gdfb .Get ("\u0054\u0061\u0062\u0073");_decad !=nil {_cafaf .Tabs =_decad ;};if _daac :=_gdfb .Get ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064"); +_daac !=nil {_cafaf .TemplateInstantiated =_daac ;};if _acaea :=_gdfb .Get ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s");_acaea !=nil {_cafaf .PresSteps =_acaea ;};if _ecff :=_gdfb .Get ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074");_ecff !=nil {_cafaf .UserUnit =_ecff ; +};if _abccd :=_gdfb .Get ("\u0056\u0050");_abccd !=nil {_cafaf .VP =_abccd ;};if _fageb :=_gdfb .Get ("\u0041\u006e\u006e\u006f\u0074\u0073");_fageb !=nil {_cafaf .Annots =_fageb ;};_cafaf ._agfg =_feabc ;return _cafaf ,nil ;}; -// GenerateHashMaps generates DSS hashmaps for Certificates, OCSPs and CRLs to make sure they are unique. -func (_defe *DSS )GenerateHashMaps ()error {_cfcf ,_adge :=_defe .generateHashMap (_defe .Certs );if _adge !=nil {return _adge ;};_cedb ,_adge :=_defe .generateHashMap (_defe .OCSPs );if _adge !=nil {return _adge ;};_afeg ,_adge :=_defe .generateHashMap (_defe .CRLs ); -if _adge !=nil {return _adge ;};_defe ._eged =_cfcf ;_defe ._dcff =_cedb ;_defe ._fbfec =_afeg ;return nil ;}; +// GetPdfVersion gets the version of the PDF used within this document. +func (_dddgd *PdfWriter )GetPdfVersion ()string {return _dddgd .getPdfVersion ()}; -// GetMediaBox gets the inheritable media box value, either from the page -// or a higher up page/pages struct. -func (_dfbeg *PdfPage )GetMediaBox ()(*PdfRectangle ,error ){if _dfbeg .MediaBox !=nil {return _dfbeg .MediaBox ,nil ;};_fdcf :=_dfbeg .Parent ;for _fdcf !=nil {_egefa ,_dbabe :=_cee .GetDict (_fdcf );if !_dbabe {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -};if _bgbcc :=_egefa .Get ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078");_bgbcc !=nil {_eadeb ,_gbbgb :=_cee .GetArray (_bgbcc );if !_gbbgb {return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006d\u0065\u0064\u0069a\u0020\u0062\u006f\u0078"); -};_bbcaf ,_edgde :=NewPdfRectangle (*_eadeb );if _edgde !=nil {return nil ,_edgde ;};return _bbcaf ,nil ;};_fdcf =_egefa .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return nil ,_cdf .New ("m\u0065\u0064\u0069\u0061 b\u006fx\u0020\u006e\u006f\u0074\u0020d\u0065\u0066\u0069\u006e\u0065\u0064"); -};func (_gceca *Image )samplesAddPadding (_eceaa []uint32 )[]uint32 {_cedf :=_ca .BytesPerLine (int (_gceca .Width ),int (_gceca .BitsPerComponent ),_gceca .ColorComponents )*(8/int (_gceca .BitsPerComponent ));_beag :=_cedf *int (_gceca .Height );if len (_eceaa )==_beag {return _eceaa ; -};_cacb :=make ([]uint32 ,_beag );_gfgcc :=int (_gceca .Width )*_gceca .ColorComponents ;for _dceb :=0;_dceb < int (_gceca .Height );_dceb ++{_cgdb :=_dceb *int (_gceca .Width );_bfaaa :=_dceb *_cedf ;for _dcbad :=0;_dcbad < _gfgcc ;_dcbad ++{_cacb [_bfaaa +_dcbad ]=_eceaa [_cgdb +_dcbad ]; -};};return _cacb ;}; +// String returns string value of output intent for given type +// ISO_19005-2 6.2.3: GTS_PDFA1 value should be used for PDF/A-1, A-2 and A-3 at least +func (_gfebf PdfOutputIntentType )String ()string {switch _gfebf {case PdfOutputIntentTypeA1 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA2 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeA3 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"; +case PdfOutputIntentTypeA4 :return "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411";case PdfOutputIntentTypeX :return "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058";default:return "\u0055N\u0044\u0045\u0046\u0049\u004e\u0045D";};};type pdfFontType3 struct{fontCommon ; +_bbfd *_bda .PdfIndirectObject ; -// ColorToRGB converts a ICCBased color to an RGB color. -func (_ggeeeg *PdfColorspaceICCBased )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ggeeeg .Alternate ==nil {_fca .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -if _ggeeeg .N ==1{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); -_aebc :=NewPdfColorspaceDeviceGray ();return _aebc .ColorToRGB (color );}else if _ggeeeg .N ==3{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); -return color ,nil ;}else if _ggeeeg .N ==4{_fca .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); -_bgff :=NewPdfColorspaceDeviceCMYK ();return _bgff .ColorToRGB (color );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};_fca .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_ggeeeg ); -return _ggeeeg .Alternate .ColorToRGB (color );};func (_abfc *PdfReader )newPdfActionTransFromDict (_aecd *_cee .PdfObjectDictionary )(*PdfActionTrans ,error ){return &PdfActionTrans {Trans :_aecd .Get ("\u0054\u0072\u0061n\u0073")},nil ;}; +// These fields are specific to Type 3 fonts. +CharProcs _bda .PdfObject ;Encoding _bda .PdfObject ;FontBBox _bda .PdfObject ;FontMatrix _bda .PdfObject ;FirstChar _bda .PdfObject ;LastChar _bda .PdfObject ;Widths _bda .PdfObject ;Resources _bda .PdfObject ;_cebgc map[_dgb .CharCode ]float64 ;_gabce _dgb .TextEncoder ; +};func (_gecg *PdfColorspaceSpecialSeparation )String ()string {return "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e";}; -// IsShading specifies if the pattern is a shading pattern. -func (_faeaa *PdfPattern )IsShading ()bool {return _faeaa .PatternType ==2}; +// Add appends an outline item as a child of the current outline item. +func (_fgcad *OutlineItem )Add (item *OutlineItem ){_fgcad .Entries =append (_fgcad .Entries ,item )}; -// PdfFunctionType3 defines stitching of the subdomains of several 1-input functions to produce -// a single new 1-input function. -type PdfFunctionType3 struct{Domain []float64 ;Range []float64 ;Functions []PdfFunction ;Bounds []float64 ;Encode []float64 ;_ebff *_cee .PdfIndirectObject ;}; +// HasPatternByName checks whether a pattern object is defined by the specified keyName. +func (_ceaac *PdfPageResources )HasPatternByName (keyName _bda .PdfObjectName )bool {_ ,_ffbe :=_ceaac .GetPatternByName (keyName );return _ffbe ;};func (_fcge *PdfReader )loadPerms ()(*Permissions ,error ){if _afeg :=_fcge ._dabg .Get ("\u0050\u0065\u0072m\u0073"); +_afeg !=nil {if _fccaea ,_fdgcdg :=_bda .GetDict (_afeg );_fdgcdg {_egdea :=_fccaea .Get ("\u0044\u006f\u0063\u004d\u0044\u0050");if _egdea ==nil {return nil ,nil ;};if _gceed ,_accd :=_bda .GetIndirect (_egdea );_accd {_bgffc ,_cdfc :=_fcge .newPdfSignatureFromIndirect (_gceed ); +if _cdfc !=nil {return nil ,_cdfc ;};return NewPermissions (_bgffc ),nil ;};return nil ,_c .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u006f\u0063M\u0044\u0050\u0020\u0065nt\u0072\u0079");};return nil ,_c .Errorf ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0050\u0065\u0072\u006d\u0073\u0020\u0065\u006e\u0074\u0072\u0079"); +};return nil ,nil ;};func (_cdae *PdfReader )newPdfAnnotationRedactFromDict (_aeedf *_bda .PdfObjectDictionary )(*PdfAnnotationRedact ,error ){_adbb :=PdfAnnotationRedact {};_cbe ,_cfaeb :=_cdae .newPdfAnnotationMarkupFromDict (_aeedf );if _cfaeb !=nil {return nil ,_cfaeb ; +};_adbb .PdfAnnotationMarkup =_cbe ;_adbb .QuadPoints =_aeedf .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_adbb .IC =_aeedf .Get ("\u0049\u0043");_adbb .RO =_aeedf .Get ("\u0052\u004f");_adbb .OverlayText =_aeedf .Get ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074"); +_adbb .Repeat =_aeedf .Get ("\u0052\u0065\u0070\u0065\u0061\u0074");_adbb .DA =_aeedf .Get ("\u0044\u0041");_adbb .Q =_aeedf .Get ("\u0051");return &_adbb ,nil ;}; -// KDict represents a K dictionary object. -type KDict struct{ +// PrintPageRange returns the value of the printPageRange. +func (_ffaab *ViewerPreferences )PrintPageRange ()[]int {return _ffaab ._edffc }; -// The structure type, a name object identifying the nature of the -// structure element and its role within the document, -// such as a chapter, paragraph, or footnote -S _cee .PdfObject ; +// ImageToRGB returns an error since an image cannot be defined in a pattern colorspace. +func (_ccgf *PdfColorspaceSpecialPattern )ImageToRGB (img Image )(Image ,error ){_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0061\u0074\u0074\u0065\u0072n \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065"); +return img ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0066\u006f\u0072\u0020\u0069m\u0061\u0067\u0065\u0020\u0028p\u0061\u0074t\u0065\u0072\u006e\u0029");}; -// The structure element that is the immediate parent of this one -// in the structure hierarchy. -P _cee .PdfObject ; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain a single PdfObjectFloat element. +func (_eaeg *PdfColorspaceSpecialIndexed )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gfedc ,_baabe :=_bda .GetNumbersAsFloat (objects ); +if _baabe !=nil {return nil ,_baabe ;};return _eaeg .ColorFromFloats (_gfedc );}; -// The element identifier, a byte string designating this structure element. -ID *_cee .PdfObjectString ; +// GetContainingPdfObject returns the container of the PdfAcroForm (indirect object). +func (_gcaae *PdfAcroForm )GetContainingPdfObject ()_bda .PdfObject {return _gcaae ._bcgge }; -// A page object representing a page on which some or all of the content -// items designated by the K entry shall be rendered. -Pg _cee .PdfObject ; +// Reset sets the multi font encoder to its initial state. +func (_aedca *MultipleFontEncoder )Reset (){_aedca .CurrentFont =_aedca ._ffea [0]}; -// The children of this structure element. -K _cee .PdfObject ; +// ToInteger convert to an integer format. +func (_aebg *PdfColorDeviceGray )ToInteger (bits int )uint32 {_cgbc :=_ce .Pow (2,float64 (bits ))-1;return uint32 (_cgbc *_aebg .Val ());}; -// A single attribute object or array of attribute objects associated -// with this structure element. -A _cee .PdfObject ; +// PdfColor interface represents a generic color in PDF. +type PdfColor interface{};func _ebe (_adcf _bda .PdfObject )(*PdfBorderStyle ,error ){_cged :=&PdfBorderStyle {};_cged ._fgdeg =_adcf ;var _gaf *_bda .PdfObjectDictionary ;_adcf =_bda .TraceToDirectObject (_adcf );_gaf ,_adff :=_adcf .(*_bda .PdfObjectDictionary ); +if !_adff {return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};if _dcfa :=_gaf .Get ("\u0054\u0079\u0070\u0065");_dcfa !=nil {_edf ,_agcd :=_dcfa .(*_bda .PdfObjectName );if !_agcd {_ed .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u0077\u0069th\u0020\u0054\u0079\u0070e\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061me\u0020\u006fb\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0054",_dcfa ); +}else {if *_edf !="\u0042\u006f\u0072\u0064\u0065\u0072"{_ed .Log .Debug ("W\u0061\u0072\u006e\u0069\u006e\u0067,\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020B\u006f\u0072\u0064e\u0072:\u0020\u0025\u0073",*_edf );};};};if _age :=_gaf .Get ("\u0057"); +_age !=nil {_dbda ,_fcgc :=_bda .GetNumberAsFloat (_age );if _fcgc !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006fr \u0072\u0065\u0074\u0072\u0069\u0065\u0076\u0069\u006e\u0067\u0020\u0057\u003a\u0020%\u0076",_fcgc );return nil ,_fcgc ;};_cged .W =&_dbda ; +};if _caf :=_gaf .Get ("\u0053");_caf !=nil {_gafd ,_agdb :=_caf .(*_bda .PdfObjectName );if !_agdb {return nil ,_gea .New ("\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u0053\u0020\u006e\u006ft\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); +};var _gcf BorderStyle ;switch *_gafd {case "\u0053":_gcf =BorderStyleSolid ;case "\u0044":_gcf =BorderStyleDashed ;case "\u0042":_gcf =BorderStyleBeveled ;case "\u0049":_gcf =BorderStyleInset ;case "\u0055":_gcf =BorderStyleUnderline ;default:_ed .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020s\u0074\u0079\u006c\u0065\u0020n\u0061\u006d\u0065\u0020\u0025\u0073",*_gafd ); +return nil ,_gea .New ("\u0073\u0074\u0079\u006ce \u0074\u0079\u0070\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065c\u006b");};_cged .S =&_gcf ;};if _gad :=_gaf .Get ("\u0044");_gad !=nil {_abce ,_cgb :=_gad .(*_bda .PdfObjectArray ); +if !_cgb {_ed .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044\u0020\u0064a\u0073\u0068\u0020\u006e\u006f\u0074\u0020a\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0054",_gad );return nil ,_gea .New ("\u0062o\u0072\u0064\u0065\u0072 \u0044\u0020\u0074\u0079\u0070e\u0020c\u0068e\u0063\u006b\u0020\u0065\u0072\u0072\u006fr"); +};_gbce ,_efda :=_abce .ToIntegerArray ();if _efda !=nil {_ed .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044 \u0050\u0072\u006fbl\u0065\u006d\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u006e\u0074\u0065\u0067e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u003a \u0025\u0076",_efda ); +return nil ,_efda ;};_cged .D =&_gbce ;};return _cged ,nil ;};func (_fffe *PdfAnnotationMarkup )appendToPdfDictionary (_dfcf *_bda .PdfObjectDictionary ){_dfcf .SetIfNotNil ("\u0054",_fffe .T );if _fffe .Popup !=nil {_dfcf .Set ("\u0050\u006f\u0070u\u0070",_fffe .Popup .ToPdfObject ()); +};_dfcf .SetIfNotNil ("\u0043\u0041",_fffe .CA );_dfcf .SetIfNotNil ("\u0052\u0043",_fffe .RC );_dfcf .SetIfNotNil ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_fffe .CreationDate );_dfcf .SetIfNotNil ("\u0049\u0052\u0054",_fffe .IRT ); +_dfcf .SetIfNotNil ("\u0053\u0075\u0062\u006a",_fffe .Subj );_dfcf .SetIfNotNil ("\u0052\u0054",_fffe .RT );_dfcf .SetIfNotNil ("\u0049\u0054",_fffe .IT );_dfcf .SetIfNotNil ("\u0045\u0078\u0044\u0061\u0074\u0061",_fffe .ExData );}; -// An attribute class name or array of class names associated with -// this structure element. -C _cee .PdfObject ; +// ToPdfObject returns the PDF representation of the shading pattern. +func (_ecccf *PdfShadingPatternType2 )ToPdfObject ()_bda .PdfObject {_ecccf .PdfPattern .ToPdfObject ();_agaad :=_ecccf .getDict ();if _ecccf .Shading !=nil {_agaad .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ecccf .Shading .ToPdfObject ());};if _ecccf .Matrix !=nil {_agaad .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ecccf .Matrix ); +};if _ecccf .ExtGState !=nil {_agaad .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ecccf .ExtGState );};return _ecccf ._cbbgec ;};func (_eaca *PdfReader )newPdfOutlineItemFromIndirectObject (_gcae *_bda .PdfIndirectObject )(*PdfOutlineItem ,error ){_agege ,_ecdab :=_gcae .PdfObject .(*_bda .PdfObjectDictionary ); +if !_ecdab {return nil ,_c .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079");};_acggaa :=NewPdfOutlineItem ();_agecg :=_agege .Get ("\u0054\u0069\u0074l\u0065"); +if _agecg ==nil {return nil ,_c .Errorf ("\u006d\u0069\u0073s\u0069\u006e\u0067\u0020\u0054\u0069\u0074\u006c\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0049\u0074\u0065\u006d\u0020\u0028r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); +};_gdaf ,_bcfd :=_bda .GetString (_agecg );if !_bcfd {return nil ,_c .Errorf ("\u0074\u0069\u0074le\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0054\u0029",_agecg );};_acggaa .Title =_gdaf ;if _ccbac :=_agege .Get ("\u0043\u006f\u0075n\u0074"); +_ccbac !=nil {_gedbf ,_ggdba :=_ccbac .(*_bda .PdfObjectInteger );if !_ggdba {return nil ,_c .Errorf ("\u0063o\u0075\u006e\u0074\u0020n\u006f\u0074\u0020\u0061\u006e \u0069n\u0074e\u0067\u0065\u0072\u0020\u0028\u0025\u0054)",_ccbac );};_bafgb :=int64 (*_gedbf ); +_acggaa .Count =&_bafgb ;};if _edcba :=_agege .Get ("\u0044\u0065\u0073\u0074");_edcba !=nil {_acggaa .Dest =_bda .ResolveReference (_edcba );if !_eaca ._aaece {_bfbff :=_eaca .traverseObjectData (_acggaa .Dest );if _bfbff !=nil {return nil ,_bfbff ;}; +};};if _cffbb :=_agege .Get ("\u0041");_cffbb !=nil {_acggaa .A =_bda .ResolveReference (_cffbb );if !_eaca ._aaece {_beegc :=_eaca .traverseObjectData (_acggaa .A );if _beegc !=nil {return nil ,_beegc ;};};};if _dedcc :=_agege .Get ("\u0053\u0045");_dedcc !=nil {_acggaa .SE =nil ; +};if _fdbbf :=_agege .Get ("\u0043");_fdbbf !=nil {_acggaa .C =_bda .ResolveReference (_fdbbf );};if _eeca :=_agege .Get ("\u0046");_eeca !=nil {_acggaa .F =_bda .ResolveReference (_eeca );};return _acggaa ,nil ;};func (_ddcf *PdfReader )newPdfActionSoundFromDict (_fdfd *_bda .PdfObjectDictionary )(*PdfActionSound ,error ){return &PdfActionSound {Sound :_fdfd .Get ("\u0053\u006f\u0075n\u0064"),Volume :_fdfd .Get ("\u0056\u006f\u006c\u0075\u006d\u0065"),Synchronous :_fdfd .Get ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073"),Repeat :_fdfd .Get ("\u0052\u0065\u0070\u0065\u0061\u0074"),Mix :_fdfd .Get ("\u004d\u0069\u0078")},nil ; +}; -// The current revision number of this structure element -R *_cee .PdfObjectInteger ; +// IsCheckbox returns true if the button field represents a checkbox, false otherwise. +func (_cfbgd *PdfFieldButton )IsCheckbox ()bool {return _cfbgd .GetType ()==ButtonTypeCheckbox };func (_gbag *PdfReader )newPdfAnnotationScreenFromDict (_geea *_bda .PdfObjectDictionary )(*PdfAnnotationScreen ,error ){_bdagb :=PdfAnnotationScreen {};_bdagb .T =_geea .Get ("\u0054"); +_bdagb .MK =_geea .Get ("\u004d\u004b");_bdagb .A =_geea .Get ("\u0041");_bdagb .AA =_geea .Get ("\u0041\u0041");return &_bdagb ,nil ;}; -// The title of the structure element, a text string representing -// it in human-readable form. -T *_cee .PdfObjectString ; +// SetFileName sets the pdf writer file name for metered usage tracker. +func (_gdgda *PdfWriter )SetFileName (name string ){_gdgda ._dffdf =name };func (_ebdbf *pdfCIDFontType0 )getFontDescriptor ()*PdfFontDescriptor {return _ebdbf ._bedea }; -// A language identifier specifying the natural language for all text -// in the structure element except where overridden by -// language specifications for nested structure elements or marked content. -Lang *_cee .PdfObjectString ; +// B returns the value of the B component of the color. +func (_ffedb *PdfColorLab )B ()float64 {return _ffedb [2]}; -// An alternate description of the structure element and its -// children in human-readable form, which is useful when extracting -// the document’s contents in support of accessibility to users with -// disabilities or for other purposes. -Alt *_cee .PdfObjectString ; +// NewPdfFontFromTTFFile loads a TTF font file and returns a PdfFont type +// that can be used in text styling functions. +// Uses a WinAnsiTextEncoder and loads only character codes 32-255. +// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTFFile. +func NewPdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_dbbca ,_befad :=_dfc .Open (filePath );if _befad !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020T\u0054F\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_befad ); +return nil ,_befad ;};defer _dbbca .Close ();return NewPdfFontFromTTF (_dbbca );}; -// The expanded form of an abbreviation. -E *_cee .PdfObjectString ; +// ToPdfObject implements interface PdfModel. +func (_deda *PdfActionResetForm )ToPdfObject ()_bda .PdfObject {_deda .PdfAction .ToPdfObject ();_ada :=_deda ._gg ;_ede :=_ada .PdfObject .(*_bda .PdfObjectDictionary );_ede .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeResetForm )));_ede .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_deda .Fields ); +_ede .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_deda .Flags );return _ada ;}; -// Text that is an exact replacement for the structure element and its children. -ActualText *_cee .PdfObjectString ;_affgf []*KValue ;_efbbe int64 ;_daafg *PdfRectangle ;};func _acgef ()_gc .Time {_dggagg .Lock ();defer _dggagg .Unlock ();return _cedfg };func _eeeg (_gffd _cee .PdfObject )(*PdfColorspaceDeviceN ,error ){_gfeged :=NewPdfColorspaceDeviceN (); -if _bggffa ,_ffbbb :=_gffd .(*_cee .PdfIndirectObject );_ffbbb {_gfeged ._eaee =_bggffa ;};_gffd =_cee .TraceToDirectObject (_gffd );_fefdb ,_bcbc :=_gffd .(*_cee .PdfObjectArray );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063\u0074"); -};if _fefdb .Len ()!=4&&_fefdb .Len ()!=5{return nil ,_e .Errorf ("\u0064\u0065\u0076ic\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0049\u006ec\u006fr\u0072e\u0063t\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068");};_gffd =_fefdb .Get (0); -_gbcd ,_bcbc :=_gffd .(*_cee .PdfObjectName );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};if *_gbcd !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return nil ,_e .Errorf ("\u0064\u0065v\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020na\u006d\u0065");};_gffd =_fefdb .Get (1); -_gffd =_cee .TraceToDirectObject (_gffd );_aecb ,_bcbc :=_gffd .(*_cee .PdfObjectArray );if !_bcbc {return nil ,_e .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0049\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); -};_gfeged .ColorantNames =_aecb ;_gffd =_fefdb .Get (2);_caag ,_cefg :=NewPdfColorspaceFromPdfObject (_gffd );if _cefg !=nil {return nil ,_cefg ;};_gfeged .AlternateSpace =_caag ;_affe ,_cefg :=_eeaec (_fefdb .Get (3));if _cefg !=nil {return nil ,_cefg ; -};_gfeged .TintTransform =_affe ;if _fefdb .Len ()==5{_efge ,_acfae :=_ccba (_fefdb .Get (4));if _acfae !=nil {return nil ,_acfae ;};_gfeged .Attributes =_efge ;};return _gfeged ,nil ;}; +// ConvertToBinary converts current image into binary (bi-level) format. +// Binary images are composed of single bits per pixel (only black or white). +// If provided image has more color components, then it would be converted into binary image using +// histogram auto threshold function. +func (_efgf *Image )ConvertToBinary ()error {if _efgf .ColorComponents ==1&&_efgf .BitsPerComponent ==1{return nil ;};_cefab ,_gffa :=_efgf .ToGoImage ();if _gffa !=nil {return _gffa ;};_gcbc ,_gffa :=_bg .MonochromeConverter .Convert (_cefab );if _gffa !=nil {return _gffa ; +};_efgf .Data =_gcbc .Base ().Data ;_efgf ._ffbd ,_gffa =_bg .ScaleAlphaToMonochrome (_efgf ._ffbd ,int (_efgf .Width ),int (_efgf .Height ));if _gffa !=nil {return _gffa ;};_efgf .BitsPerComponent =1;_efgf .ColorComponents =1;_efgf ._bfafe =nil ;return nil ; +}; -// ToPdfObject implements interface PdfModel. -func (_cab *PdfActionNamed )ToPdfObject ()_cee .PdfObject {_cab .PdfAction .ToPdfObject ();_aadg :=_cab ._gaf ;_eae :=_aadg .PdfObject .(*_cee .PdfObjectDictionary );_eae .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeNamed )));_eae .SetIfNotNil ("\u004e",_cab .N ); -return _aadg ;};func _gadad ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _bebae };func _baggd (_dfdbg *_cee .PdfObjectDictionary )(*PdfShadingType4 ,error ){_gcdf :=PdfShadingType4 {};_aabfa :=_dfdbg .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _aabfa ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf :=_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_aabfa ); -return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerCoordinate =_ffddg ;_aabfa =_dfdbg .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _aabfa ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf =_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_aabfa ); -return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerComponent =_ffddg ;_aabfa =_dfdbg .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_ffddg ,_bbecf =_aabfa .(*_cee .PdfObjectInteger );if !_bbecf {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_aabfa ); -return nil ,_cee .ErrTypeError ;};_gcdf .BitsPerComponent =_ffddg ;_aabfa =_dfdbg .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_daegg ,_bbecf :=_aabfa .(*_cee .PdfObjectArray );if !_bbecf {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_aabfa ); -return nil ,_cee .ErrTypeError ;};_gcdf .Decode =_daegg ;_aabfa =_dfdbg .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _aabfa ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_gcdf .Function =[]PdfFunction {};if _gdbag ,_dbacf :=_aabfa .(*_cee .PdfObjectArray );_dbacf {for _ ,_dfbfd :=range _gdbag .Elements (){_dfbee ,_eccfb :=_eeaec (_dfbfd );if _eccfb !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eccfb ); -return nil ,_eccfb ;};_gcdf .Function =append (_gcdf .Function ,_dfbee );};}else {_cbecc ,_cgddc :=_eeaec (_aabfa );if _cgddc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_cgddc ); -return nil ,_cgddc ;};_gcdf .Function =append (_gcdf .Function ,_cbecc );};return &_gcdf ,nil ;}; +// AddPage adds a page to the PDF file. The new page should be an indirect object. +func (_eedfe *PdfWriter )AddPage (page *PdfPage )error {const _ggeca ="\u006d\u006f\u0064el\u003a\u0050\u0064\u0066\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_defaab (page );_fdecd :=page .ToPdfObject ();_ed .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"); +_ed .Log .Trace ("\u0041p\u0070\u0065\u006e\u0064i\u006e\u0067\u0020\u0074\u006f \u0070a\u0067e\u0020\u006c\u0069\u0073\u0074\u0020\u0025T",_fdecd );_egffc ,_ggcab :=_bda .GetIndirect (_fdecd );if !_ggcab {return _gea .New ("\u0070\u0061\u0067\u0065\u0020\u0073h\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006fb\u006a\u0065\u0063\u0074"); +};_ed .Log .Trace ("\u0025\u0073",_egffc );_ed .Log .Trace ("\u0025\u0073",_egffc .PdfObject );_decff ,_ggcab :=_bda .GetDict (_egffc .PdfObject );if !_ggcab {return _gea .New ("\u0070\u0061\u0067e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068o\u0075l\u0064 \u0062e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_ggbcb ,_ggcab :=_bda .GetName (_decff .Get ("\u0054\u0079\u0070\u0065"));if !_ggcab {return _c .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054y\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020t\u0079\u0070\u0065\u0020\u006e\u0061m\u0065\u0020\u0028%\u0054\u0029",_decff .Get ("\u0054\u0079\u0070\u0065")); +};if _ggbcb .String ()!="\u0050\u0061\u0067\u0065"{return _gea .New ("\u0066\u0069e\u006c\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u0050\u0061\u0067\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069re\u0064\u0029");};_cfgg :=[]_bda .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"}; +_cceba ,_gddbg :=_bda .GetIndirect (_decff .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_ed .Log .Trace ("P\u0061g\u0065\u0020\u0050\u0061\u0072\u0065\u006e\u0074:\u0020\u0025\u0054\u0020(%\u0076\u0029",_decff .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"),_gddbg ); +for _gddbg {_ed .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_cceba );_eccbb ,_ggfbd :=_bda .GetDict (_cceba .PdfObject );if !_ggfbd {return _gea .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); +};for _ ,_ddedc :=range _cfgg {_ed .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_ddedc );if _decff .Get (_ddedc )!=nil {_ed .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079");continue ; +};if _eecfc :=_eccbb .Get (_ddedc );_eecfc !=nil {_ed .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_ddedc );_decff .Set (_ddedc ,_eecfc );};};_cceba ,_gddbg =_bda .GetIndirect (_eccbb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074")); +_ed .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_eccbb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};_ed .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c \u0064\u006f\u006e\u0065"); +_decff .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_eedfe ._facgd );_egffc .PdfObject =_decff ;_fcggfg ,_ggcab :=_bda .GetDict (_eedfe ._facgd .PdfObject );if !_ggcab {return _gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); +};_bbfcgb ,_ggcab :=_bda .GetArray (_fcggfg .Get ("\u004b\u0069\u0064\u0073"));if !_ggcab {return _gea .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); +};_bbfcgb .Append (_egffc );_eedfe ._cdbc [_decff ]=struct{}{};_eedfe ._dgdfe =append (_eedfe ._dgdfe ,_egffc );_dgfgc ,_ggcab :=_bda .GetInt (_fcggfg .Get ("\u0043\u006f\u0075n\u0074"));if !_ggcab {return _gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); +};*_dgfgc =*_dgfgc +1;if page ._agfg ==nil {_baacc :=_dfb .Track (_eedfe ._egegd ,_ggeca ,_eedfe ._dffdf );if _baacc !=nil {return _baacc ;};}else {_caacc :=_dfb .Track (page ._agfg ._gbcfb ,_ggeca ,page ._agfg ._gcbfae );if _caacc !=nil {return _caacc ; +};};_eedfe .addObject (_egffc );_dcfac :=_eedfe .addObjects (_decff );if _dcfac !=nil {return _dcfac ;};return nil ;};func _deggg (_fcfaf *_bda .PdfObjectDictionary )bool {for _ ,_ecbab :=range _fcfaf .Keys (){if _ ,_abfdg :=_aaead [_ecbab .String ()]; +_abfdg {return true ;};};return false ;}; -// IsCheckbox returns true if the button field represents a checkbox, false otherwise. -func (_aggf *PdfFieldButton )IsCheckbox ()bool {return _aggf .GetType ()==ButtonTypeCheckbox }; +// Evaluate runs the function on the passed in slice and returns the results. +func (_accga *PdfFunctionType0 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=_accga .NumInputs {_ed .Log .Error ("\u004eu\u006d\u0062e\u0072\u0020\u006f\u0066 \u0069\u006e\u0070u\u0074\u0073\u0020\u006e\u006f\u0074\u0020\u006d\u0061tc\u0068\u0069\u006eg\u0020\u0077h\u0061\u0074\u0020\u0069\u0073\u0020n\u0065\u0065d\u0065\u0064"); +return nil ,_gea .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");};if _accga ._gddfa ==nil {_edeef :=_accga .processSamples ();if _edeef !=nil {return nil ,_edeef ;};};_cbdec :=_accga .Encode ; +if _cbdec ==nil {_cbdec =[]float64 {};for _egffb :=0;_egffb < len (_accga .Size );_egffb ++{_cbdec =append (_cbdec ,0);_cbdec =append (_cbdec ,float64 (_accga .Size [_egffb ]-1));};};_gcefa :=_accga .Decode ;if _gcefa ==nil {_gcefa =_accga .Range ;};_eegcg :=make ([]int ,len (x )); +for _badb :=0;_badb < len (x );_badb ++{_fcag :=x [_badb ];_acfbc :=_ce .Min (_ce .Max (_fcag ,_accga .Domain [2*_badb ]),_accga .Domain [2*_badb +1]);_dfabb :=_bg .LinearInterpolate (_acfbc ,_accga .Domain [2*_badb ],_accga .Domain [2*_badb +1],_cbdec [2*_badb ],_cbdec [2*_badb +1]); +_gcde :=_ce .Min (_ce .Max (_dfabb ,0),float64 (_accga .Size [_badb ]-1));_aacdc :=int (_ce .Floor (_gcde +0.5));if _aacdc < 0{_aacdc =0;}else if _aacdc > _accga .Size [_badb ]{_aacdc =_accga .Size [_badb ]-1;};_eegcg [_badb ]=_aacdc ;};_agda :=_eegcg [0]; +for _ccab :=1;_ccab < _accga .NumInputs ;_ccab ++{_eddd :=_eegcg [_ccab ];for _bcdef :=0;_bcdef < _ccab ;_bcdef ++{_eddd *=_accga .Size [_bcdef ];};_agda +=_eddd ;};_agda *=_accga .NumOutputs ;var _bgcdc []float64 ;for _beefc :=0;_beefc < _accga .NumOutputs ; +_beefc ++{_baffdf :=_agda +_beefc ;if _baffdf >=len (_accga ._gddfa ){_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u006e\u006ft\u0020\u0065\u006eo\u0075\u0067\u0068\u0020\u0069\u006ep\u0075\u0074\u0020sa\u006dp\u006c\u0065\u0073\u0020\u0074\u006f\u0020d\u0065\u0074\u0065\u0072\u006d\u0069\u006e\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0076\u0061lu\u0065\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +continue ;};_agfc :=_accga ._gddfa [_baffdf ];_acce :=_bg .LinearInterpolate (float64 (_agfc ),0,_ce .Pow (2,float64 (_accga .BitsPerSample )),_gcefa [2*_beefc ],_gcefa [2*_beefc +1]);_edafa :=_ce .Min (_ce .Max (_acce ,_accga .Range [2*_beefc ]),_accga .Range [2*_beefc +1]); +_bgcdc =append (_bgcdc ,_edafa );};return _bgcdc ,nil ;}; -// GetPageLabels returns the PageLabels entry in the PDF catalog. -// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -func (_fcbd *PdfReader )GetPageLabels ()(_cee .PdfObject ,error ){_fgagf :=_cee .ResolveReference (_fcbd ._cacfe .Get ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073"));if _fgagf ==nil {return nil ,nil ;};if !_fcbd ._dbfb {_cdfcb :=_fcbd .traverseObjectData (_fgagf ); -if _cdfcb !=nil {return nil ,_cdfcb ;};};return _fgagf ,nil ;};func (_dabbb *PdfColorspaceCalRGB )String ()string {return "\u0043\u0061\u006c\u0052\u0047\u0042"}; +// FieldValueProvider provides field values from a data source such as FDF, JSON or any other. +type FieldValueProvider interface{FieldValues ()(map[string ]_bda .PdfObject ,error );}; -// SetShadingByName sets a shading resource specified by keyName. -func (_bgabb *PdfPageResources )SetShadingByName (keyName _cee .PdfObjectName ,shadingObj _cee .PdfObject )error {if _bgabb .Shading ==nil {_bgabb .Shading =_cee .MakeDict ();};_caccb ,_daddb :=_cee .GetDict (_bgabb .Shading );if !_daddb {return _cee .ErrTypeError ; -};_caccb .Set (keyName ,shadingObj );return nil ;}; +// GetPage returns the PdfPage model for the specified page number. +func (_cgecc *PdfReader )GetPage (pageNumber int )(*PdfPage ,error ){if _cgecc ._fdadg .GetCrypter ()!=nil &&!_cgecc ._fdadg .IsAuthenticated (){return nil ,_c .Errorf ("\u0066\u0069\u006c\u0065\u0020\u006e\u0065\u0065\u0064\u0073\u0020\u0074\u006f\u0020\u0062e\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};if len (_cgecc ._cgdac )< pageNumber {return nil ,_gea .New ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0028\u0070\u0061\u0067\u0065\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u0074o\u006f\u0020\u0073\u0068\u006f\u0072\u0074\u0029"); +};_ebbg :=pageNumber -1;if _ebbg < 0{return nil ,_c .Errorf ("\u0070\u0061\u0067\u0065\u0020\u006e\u0075\u006d\u0062\u0065r\u0069\u006e\u0067\u0020\u006d\u0075\u0073t\u0020\u0073\u0074\u0061\u0072\u0074\u0020\u0061\u0074\u0020\u0031");};_dgbee :=_cgecc .PageList [_ebbg ]; +return _dgbee ,nil ;};func (_gafab *PdfWriter )writeBytes (_cggfa []byte ){if _gafab ._aebfb !=nil {return ;};_cffbd ,_eggef :=_gafab ._ecgbge .Write (_cggfa );_gafab ._fcdda +=int64 (_cffbd );_gafab ._aebfb =_eggef ;}; -// GetCharMetrics returns the char metrics for character code `code`. -// How it works: -// 1. It calls the GetCharMetrics function for the underlying font, either a simple font or -// a Type0 font. The underlying font GetCharMetrics() functions do direct charcode ➞ metrics -// mappings. -// 2. If the underlying font's GetCharMetrics() doesn't have a CharMetrics for `code` then a -// a CharMetrics with the FontDescriptor's /MissingWidth is returned. -// 3. If there is no /MissingWidth then a failure is returned. -// -// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as -// well give them 0 width. There is no need for the bool return. -// -// TODO(gunnsth): Reconsider whether needed or if can map via GlyphName. -func (_defg *PdfFont )GetCharMetrics (code _dae .CharCode )(CharMetrics ,bool ){var _fdbe _ce .CharMetrics ;switch _aabf :=_defg ._bggcf .(type ){case *pdfFontSimple :if _faacb ,_gfgd :=_aabf .GetCharMetrics (code );_gfgd {return _faacb ,_gfgd ;};case *pdfFontType0 :if _agfd ,_afcbc :=_aabf .GetCharMetrics (code ); -_afcbc {return _agfd ,_afcbc ;};case *pdfCIDFontType0 :if _cbgg ,_eafe :=_aabf .GetCharMetrics (code );_eafe {return _cbgg ,_eafe ;};case *pdfCIDFontType2 :if _cbae ,_fecag :=_aabf .GetCharMetrics (code );_fecag {return _cbae ,_fecag ;};case *pdfFontType3 :if _adeg ,_daefb :=_aabf .GetCharMetrics (code ); -_daefb {return _adeg ,_daefb ;};default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020G\u0065\u0074\u0043h\u0061\u0072\u004de\u0074\u0072i\u0063\u0073\u0020\u006e\u006f\u0074 \u0069mp\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003d\u0025\u0054\u002e",_defg ._bggcf ); -return _fdbe ,false ;};if _eefg ,_bace :=_defg .GetFontDescriptor ();_bace ==nil &&_eefg !=nil {return _ce .CharMetrics {Wx :_eefg ._efacg },true ;};_fca .Log .Debug ("\u0047\u0065\u0074\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069c\u0073\u0020\u0066\u006f\u0072 \u0066\u006fn\u0074\u003d\u0025\u0073",_defg ); -return _fdbe ,false ;}; +// UpdateObject marks `obj` as updated and to be included in the following revision. +func (_cgaag *PdfAppender )UpdateObject (obj _bda .PdfObject ){_cgaag .replaceObject (obj ,obj );if _ ,_fgef :=_cgaag ._agg [obj ];!_fgef {_cgaag ._gaga =append (_cgaag ._gaga ,obj );_cgaag ._agg [obj ]=struct{}{};};}; -// AddCerts adds certificates to DSS. -func (_dacag *DSS )AddCerts (certs [][]byte )([]*_cee .PdfObjectStream ,error ){return _dacag .add (&_dacag .Certs ,_dacag ._eged ,certs );}; +// PdfFilespec represents a file specification which can either refer to an external or embedded file. +type PdfFilespec struct{Type _bda .PdfObject ;FS _bda .PdfObject ;F _bda .PdfObject ;UF _bda .PdfObject ;DOS _bda .PdfObject ;Mac _bda .PdfObject ;Unix _bda .PdfObject ;ID _bda .PdfObject ;V _bda .PdfObject ;EF _bda .PdfObject ;RF _bda .PdfObject ;Desc _bda .PdfObject ; +CI _bda .PdfObject ;AFRelationship _bda .PdfObject ;_daeg _bda .PdfObject ;}; -// NewPdfAnnotation3D returns a new 3d annotation. -func NewPdfAnnotation3D ()*PdfAnnotation3D {_edgc :=NewPdfAnnotation ();_fff :=&PdfAnnotation3D {};_fff .PdfAnnotation =_edgc ;_edgc .SetContext (_fff );return _fff ;}; +// GetOutlineTree returns the outline tree. +func (_caed *PdfReader )GetOutlineTree ()*PdfOutlineTreeNode {return _caed ._febfd }; -// PdfPageResources is a Page resources model. -// Implements PdfModel. -type PdfPageResources struct{ExtGState _cee .PdfObject ;ColorSpace _cee .PdfObject ;Pattern _cee .PdfObject ;Shading _cee .PdfObject ;XObject _cee .PdfObject ;Font _cee .PdfObject ;ProcSet _cee .PdfObject ;Properties _cee .PdfObject ;_agdcc *_cee .PdfObjectDictionary ; -_ecfaf *PdfPageResourcesColorspaces ;}; +// HasShadingByName checks whether a shading is defined by the specified keyName. +func (_gbadg *PdfPageResources )HasShadingByName (keyName _bda .PdfObjectName )bool {_ ,_dacbg :=_gbadg .GetShadingByName (keyName );return _dacbg ;}; -// NewPdfColorDeviceGray returns a new grayscale color based on an input grayscale float value in range [0-1]. -func NewPdfColorDeviceGray (grayVal float64 )*PdfColorDeviceGray {_bdff :=PdfColorDeviceGray (grayVal );return &_bdff ;}; +// WriteString outputs the object as it is to be written to file. +func (_ddgff *PdfTransformParamsDocMDP )WriteString ()string {return _ddgff .ToPdfObject ().WriteString ();};func _adfc (_efbf ,_ceeb string )string {if _ab .Contains (_efbf ,"\u002b"){_deaddc :=_ab .Split (_efbf ,"\u002b");if len (_deaddc )==2{_efbf =_deaddc [1]; +};};return _ceeb +"\u002b"+_efbf ;}; -// GetOptimizer returns current PDF optimizer. -func (_adgg *PdfWriter )GetOptimizer ()Optimizer {return _adgg ._ecgef };func _adgcf (_abgfg *_cee .PdfIndirectObject ,_dfbb *_cee .PdfObjectDictionary )(*DSS ,error ){if _abgfg ==nil {_abgfg =_cee .MakeIndirectObject (nil );};_abgfg .PdfObject =_cee .MakeDict (); -_bccb :=map[string ]*VRI {};if _fbdc ,_cfea :=_cee .GetDict (_dfbb .Get ("\u0056\u0052\u0049"));_cfea {for _ ,_fbcd :=range _fbdc .Keys (){if _bfegd ,_cbgef :=_cee .GetDict (_fbdc .Get (_fbcd ));_cbgef {_bccb [_ad .ToUpper (_fbcd .String ())]=_ccae (_bfegd ); -};};};return &DSS {Certs :_efcfc (_dfbb .Get ("\u0043\u0065\u0072t\u0073")),OCSPs :_efcfc (_dfbb .Get ("\u004f\u0043\u0053P\u0073")),CRLs :_efcfc (_dfbb .Get ("\u0043\u0052\u004c\u0073")),VRI :_bccb ,_bdcab :_abgfg },nil ;}; +// ToPdfObject implements interface PdfModel. +func (_dgfg *PdfAnnotationSquiggly )ToPdfObject ()_bda .PdfObject {_dgfg .PdfAnnotation .ToPdfObject ();_bbcb :=_dgfg ._ged ;_fgbg :=_bbcb .PdfObject .(*_bda .PdfObjectDictionary );_dgfg .PdfAnnotationMarkup .appendToPdfDictionary (_fgbg );_fgbg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053\u0071\u0075\u0069\u0067\u0067\u006c\u0079")); +_fgbg .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_dgfg .QuadPoints );return _bbcb ;}; -// PdfColorspaceDeviceNAttributes contains additional information about the components of colour space that -// conforming readers may use. Conforming readers need not use the alternateSpace and tintTransform parameters, -// and may instead use a custom blending algorithms, along with other information provided in the attributes -// dictionary if present. -type PdfColorspaceDeviceNAttributes struct{Subtype *_cee .PdfObjectName ;Colorants _cee .PdfObject ;Process _cee .PdfObject ;MixingHints _cee .PdfObject ;_gedbb *_cee .PdfIndirectObject ;};func _fegfe (_dacb _cee .PdfObject )(*PdfFunctionType2 ,error ){_egcea :=&PdfFunctionType2 {}; -var _acbcf *_cee .PdfObjectDictionary ;if _fdecd ,_cage :=_dacb .(*_cee .PdfIndirectObject );_cage {_bdcd ,_faacg :=_fdecd .PdfObject .(*_cee .PdfObjectDictionary );if !_faacg {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_egcea ._eebdf =_fdecd ;_acbcf =_bdcd ;}else if _edebe ,_acbbf :=_dacb .(*_cee .PdfObjectDictionary );_acbbf {_acbcf =_edebe ;}else {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fca .Log .Trace ("\u0046U\u004e\u0043\u0032\u003a\u0020\u0025s",_acbcf .String ()); -_bcagd ,_becd :=_cee .TraceToDirectObject (_acbcf .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_becd {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _bcagd .Len ()< 0||_bcagd .Len ()%2!=0{_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u0072\u0061\u006e\u0067e\u0020\u0069\u006e\u0076al\u0069\u0064");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); -};_deege ,_egfdg :=_bcagd .ToFloat64Array ();if _egfdg !=nil {return nil ,_egfdg ;};_egcea .Domain =_deege ;_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if _becd {if _bcagd .Len ()< 0||_bcagd .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_cagef ,_bebg :=_bcagd .ToFloat64Array ();if _bebg !=nil {return nil ,_bebg ;};_egcea .Range =_cagef ;};_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0043\u0030")).(*_cee .PdfObjectArray );if _becd {_cedca ,_bgbda :=_bcagd .ToFloat64Array (); -if _bgbda !=nil {return nil ,_bgbda ;};_egcea .C0 =_cedca ;};_bcagd ,_becd =_cee .TraceToDirectObject (_acbcf .Get ("\u0043\u0031")).(*_cee .PdfObjectArray );if _becd {_eedge ,_fbac :=_bcagd .ToFloat64Array ();if _fbac !=nil {return nil ,_fbac ;};_egcea .C1 =_eedge ; -};if len (_egcea .C0 )!=len (_egcea .C1 ){_fca .Log .Error ("\u0043\u0030\u0020\u0061nd\u0020\u0043\u0031\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069n\u0067");return nil ,_cee .ErrRangeError ;};N ,_egfdg :=_cee .GetNumberAsFloat (_cee .TraceToDirectObject (_acbcf .Get ("\u004e"))); -if _egfdg !=nil {_fca .Log .Error ("\u004e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020o\u0072\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u002c\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_acbcf .String ());return nil ,_egfdg ;};_egcea .N =N ; -return _egcea ,nil ;};func (_gfged *PdfWriter )writeObjects (){_fca .Log .Trace ("\u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0025d\u0020\u006f\u0062\u006a",len (_gfged ._gccff ));_gfged ._gceegb =make (map[int ]crossReference );_gfged ._gceegb [0]=crossReference {Type :0,ObjectNumber :0,Generation :0xFFFF}; -if _gfged ._dedac .ObjectMap !=nil {for _fdbd ,_adacb :=range _gfged ._dedac .ObjectMap {if _fdbd ==0{continue ;};if _adacb .XType ==_cee .XrefTypeObjectStream {_afgdc :=crossReference {Type :2,ObjectNumber :_adacb .OsObjNumber ,Index :_adacb .OsObjIndex }; -_gfged ._gceegb [_fdbd ]=_afgdc ;};if _adacb .XType ==_cee .XrefTypeTableEntry {_bfde :=crossReference {Type :1,ObjectNumber :_adacb .ObjectNumber ,Offset :_adacb .Offset };_gfged ._gceegb [_fdbd ]=_bfde ;};};};}; +// GetContentStream returns the pattern cell's content stream +func (_aaeed *PdfTilingPattern )GetContentStream ()([]byte ,error ){_cffcf ,_ ,_deaf :=_aaeed .GetContentStreamWithEncoder ();return _cffcf ,_deaf ;}; -// AddChild adds a child object. -func (_ddegf *KDict )AddChild (kv *KValue ){_ddegf ._affgf =append (_ddegf ._affgf ,kv )}; +// GetTrailer returns the PDF's trailer dictionary. +func (_fbfaa *PdfReader )GetTrailer ()(*_bda .PdfObjectDictionary ,error ){_eecbfb :=_fbfaa ._fdadg .GetTrailer ();if _eecbfb ==nil {return nil ,_gea .New ("\u0074r\u0061i\u006c\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};return _eecbfb ,nil ; +}; -// GenerateRandomID generates a random ID for the K dictionary object. -func (_agacc *KDict )GenerateRandomID ()string {_eabbde ,_ecfaa :=_ee .NewUUID ();if _ecfaa !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020g\u0065\u006e\u0065\u0072\u0061t\u0069n\u0067 \u0055\u0055\u0049\u0044\u003a\u0020\u0025v",_ecfaa );};if _eabbde !=_ee .Nil {_ceebb :=_eabbde .String (); -_agacc .ID =_cee .MakeString (_ceebb );return _ceebb ;};return "";};func (_fcafc *PdfWriter )seekByName (_eaece _cee .PdfObject ,_gcbge []string ,_ecacf string )([]_cee .PdfObject ,error ){_fca .Log .Trace ("\u0053\u0065\u0065\u006b\u0020\u0062\u0079\u0020\u006e\u0061\u006d\u0065.\u002e\u0020\u0025\u0054",_eaece ); -var _ebeda []_cee .PdfObject ;if _fdgdd ,_abecg :=_eaece .(*_cee .PdfIndirectObject );_abecg {return _fcafc .seekByName (_fdgdd .PdfObject ,_gcbge ,_ecacf );};if _dbgggg ,_aaage :=_eaece .(*_cee .PdfObjectStream );_aaage {return _fcafc .seekByName (_dbgggg .PdfObjectDictionary ,_gcbge ,_ecacf ); -};if _facfe ,_abfbd :=_eaece .(*_cee .PdfObjectDictionary );_abfbd {_fca .Log .Trace ("\u0044\u0069\u0063\u0074");for _ ,_dadab :=range _facfe .Keys (){_fbgbg :=_facfe .Get (_dadab );if string (_dadab )==_ecacf {_ebeda =append (_ebeda ,_fbgbg );};for _ ,_gfeacb :=range _gcbge {if string (_dadab )==_gfeacb {_fca .Log .Trace ("\u0046\u006f\u006c\u006c\u006f\u0077\u0020\u006b\u0065\u0079\u0020\u0025\u0073",_gfeacb ); -_agag ,_gadffa :=_fcafc .seekByName (_fbgbg ,_gcbge ,_ecacf );if _gadffa !=nil {return _ebeda ,_gadffa ;};_ebeda =append (_ebeda ,_agag ...);break ;};};};return _ebeda ,nil ;};return _ebeda ,nil ;}; +// ToInteger convert to an integer format. +func (_edga *PdfColorLab )ToInteger (bits int )[3]uint32 {_aaad :=_ce .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_aaad *_edga .L ()),uint32 (_aaad *_edga .A ()),uint32 (_aaad *_edga .B ())};}; -// NewPdfShadingType3 creates an empty shading type 3 dictionary. -func NewPdfShadingType3 ()*PdfShadingType3 {_agbeg :=&PdfShadingType3 {};_agbeg .PdfShading =&PdfShading {};_agbeg .PdfShading ._dfgbe =_cee .MakeIndirectObject (_cee .MakeDict ());_agbeg .PdfShading ._ddffe =_agbeg ;return _agbeg ;};func (_acebb *PdfReader )loadOutlines ()(*PdfOutlineTreeNode ,error ){if _acebb ._ffdgf .GetCrypter ()!=nil &&!_acebb ._ffdgf .IsAuthenticated (){return nil ,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_fcfba :=_acebb ._cacfe ;_cbedd :=_fcfba .Get ("\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");if _cbedd ==nil {return nil ,nil ;};_fca .Log .Trace ("\u002d\u0048\u0061\u0073\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073");_acfffa :=_cee .ResolveReference (_cbedd ); -_fca .Log .Trace ("\u004f\u0075t\u006c\u0069\u006ee\u0020\u0072\u006f\u006f\u0074\u003a\u0020\u0025\u0076",_acfffa );if _cbeef :=_cee .IsNullObject (_acfffa );_cbeef {_fca .Log .Trace ("\u004f\u0075\u0074li\u006e\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069s\u0020n\u0075l\u006c \u002d\u0020\u006e\u006f\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0073"); -return nil ,nil ;};_acggg ,_bfabe :=_acfffa .(*_cee .PdfIndirectObject );if !_bfabe {if _ ,_beceg :=_cee .GetDict (_acfffa );!_beceg {_fca .Log .Debug ("\u0049\u006e\u0076a\u006c\u0069\u0064\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067"); -return nil ,nil ;};_fca .Log .Debug ("\u004f\u0075t\u006c\u0069\u006e\u0065\u0020r\u006f\u006f\u0074\u0020\u0069s\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -_acggg =_cee .MakeIndirectObject (_acfffa );};_gfgdd ,_bfabe :=_acggg .PdfObject .(*_cee .PdfObjectDictionary );if !_bfabe {return nil ,_cdf .New ("\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y"); -};_fca .Log .Trace ("O\u0075\u0074\u006c\u0069ne\u0020r\u006f\u006f\u0074\u0020\u0064i\u0063\u0074\u003a\u0020\u0025\u0076",_gfgdd );_bfeca ,_ ,_fdbfc :=_acebb .buildOutlineTree (_acggg ,nil ,nil ,nil );if _fdbfc !=nil {return nil ,_fdbfc ;};_fca .Log .Trace ("\u0052\u0065\u0073\u0075\u006c\u0074\u0069\u006e\u0067\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065:\u0020\u0025\u0076",_bfeca ); -return _bfeca ,nil ;}; +// GetRefObject returns the reference object of the KValue. +func (_gaefc *KValue )GetRefObject ()_bda .PdfObject {return _gaefc ._bfafef }; -// NonFullScreenPageMode returns the value of the nonFullScreenPageMode. -func (_dddeba *ViewerPreferences )NonFullScreenPageMode ()NonFullScreenPageMode {return _dddeba ._efgaa ;}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_fafa *PdfColorspaceDeviceCMYK )ToPdfObject ()_bda .PdfObject {return _bda .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b");}; -// GetOutlinesFlattened returns a flattened list of tree nodes and titles. -// NOTE: for most use cases, it is recommended to use the high-level GetOutlines -// method instead, which also provides information regarding the destination -// of the outline items. -func (_agdcd *PdfReader )GetOutlinesFlattened ()([]*PdfOutlineTreeNode ,[]string ,error ){var _eded []*PdfOutlineTreeNode ;var _fbdcb []string ;var _efddcg func (*PdfOutlineTreeNode ,*[]*PdfOutlineTreeNode ,*[]string ,int );_efddcg =func (_gdcgc *PdfOutlineTreeNode ,_dceaa *[]*PdfOutlineTreeNode ,_cdbd *[]string ,_eeeac int ){if _gdcgc ==nil {return ; -};if _gdcgc ._afcbg ==nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020M\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006e\u006fd\u0065\u002e\u0063o\u006et\u0065\u0078\u0074");return ;};_ffabe ,_dgdcb :=_gdcgc ._afcbg .(*PdfOutlineItem );if _dgdcb {*_dceaa =append (*_dceaa ,&_ffabe .PdfOutlineTreeNode ); -_fggfa :=_ad .Repeat ("\u0020",_eeeac *2)+_ffabe .Title .Decoded ();*_cdbd =append (*_cdbd ,_fggfa );};if _gdcgc .First !=nil {_edfgd :=_ad .Repeat ("\u0020",_eeeac *2)+"\u002b";*_cdbd =append (*_cdbd ,_edfgd );_efddcg (_gdcgc .First ,_dceaa ,_cdbd ,_eeeac +1); -};if _dgdcb &&_ffabe .Next !=nil {_efddcg (_ffabe .Next ,_dceaa ,_cdbd ,_eeeac );};};_efddcg (_agdcd ._bafag ,&_eded ,&_fbdcb ,0);return _eded ,_fbdcb ,nil ;}; +// VariableText contains the common attributes of a variable text. +// The VariableText is typically not used directly, but is can encapsulate by PdfField +// See section 12.7.3.3 "Variable Text" and Table 222 (pp. 434-436 PDF32000_2008). +type VariableText struct{DA *_bda .PdfObjectString ;Q *_bda .PdfObjectInteger ;DS *_bda .PdfObjectString ;RV _bda .PdfObject ;}; -// NewPdfAnnotationHighlight returns a new text highlight annotation. -func NewPdfAnnotationHighlight ()*PdfAnnotationHighlight {_bgb :=NewPdfAnnotation ();_bdb :=&PdfAnnotationHighlight {};_bdb .PdfAnnotation =_bgb ;_bdb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bgb .SetContext (_bdb );return _bdb ;}; +// IsShading specifies if the pattern is a shading pattern. +func (_bffff *PdfPattern )IsShading ()bool {return _bffff .PatternType ==2}; -// GetContext returns the action context which contains the specific type-dependent context. -// The context represents the subaction. -func (_eb *PdfAction )GetContext ()PdfModel {if _eb ==nil {return nil ;};return _eb ._afe ;};func _cefaf (_dcbfgf []byte )([]byte ,error ){_adfea :=_fe .New ();if _ ,_bgbcg :=_fc .Copy (_adfea ,_cd .NewReader (_dcbfgf ));_bgbcg !=nil {return nil ,_bgbcg ; -};return _adfea .Sum (nil ),nil ;}; +// ImageToRGB convert 1-component grayscale data to 3-component RGB. +func (_egeg *PdfColorspaceDeviceGray )ImageToRGB (img Image )(Image ,error ){if img .ColorComponents !=1{return img ,_gea .New ("\u0074\u0068e \u0070\u0072\u006fv\u0069\u0064\u0065\u0064 im\u0061ge\u0020\u0069\u0073\u0020\u006e\u006f\u0074 g\u0072\u0061\u0079\u0020\u0073\u0063\u0061l\u0065"); +};_fggb ,_faad :=_bg .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._ffbd ,img ._bfafe );if _faad !=nil {return img ,_faad ;};_aaea ,_faad :=_bg .NRGBAConverter .Convert (_fggb );if _faad !=nil {return img ,_faad ; +};_ebea :=_fggae (_aaea .Base ());_ed .Log .Trace ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079\u0020\u002d>\u0020\u0052\u0047\u0042");_ed .Log .Trace ("s\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",img .Data );_ed .Log .Trace ("\u0052G\u0042 \u0073\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",_ebea .Data ); +_ed .Log .Trace ("\u0025\u0076\u0020\u002d\u003e\u0020\u0025\u0076",img ,_ebea );return _ebea ,nil ;};func _edda (_aedag _bda .PdfObject )(map[_dgb .CharCode ]float64 ,error ){if _aedag ==nil {return nil ,nil ;};_acde ,_gfbda :=_bda .GetArray (_aedag ); +if !_gfbda {return nil ,nil ;};_edgea :=map[_dgb .CharCode ]float64 {};_bccg :=_acde .Len ();for _gegcc :=0;_gegcc < _bccg -1;_gegcc ++{_ebfeg :=_bda .TraceToDirectObject (_acde .Get (_gegcc ));_afecb ,_feabg :=_bda .GetIntVal (_ebfeg );if !_feabg {return nil ,_c .Errorf ("\u0042a\u0064\u0020\u0066\u006fn\u0074\u0020\u0057\u0020\u006fb\u006a0\u003a \u0069\u003d\u0025\u0064\u0020\u0025\u0023v",_gegcc ,_ebfeg ); +};_gegcc ++;if _gegcc > _bccg -1{return nil ,_c .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_acde );};_acebd :=_bda .TraceToDirectObject (_acde .Get (_gegcc )); +switch _acebd .(type ){case *_bda .PdfObjectArray :_ffcf ,_ :=_bda .GetArray (_acebd );if _cageb ,_dfecc :=_ffcf .ToFloat64Array ();_dfecc ==nil {for _cfbeb :=0;_cfbeb < len (_cageb );_cfbeb ++{_edgea [_dgb .CharCode (_afecb +_cfbeb )]=_cageb [_cfbeb ]; +};}else {return nil ,_c .Errorf ("\u0042\u0061\u0064 \u0066\u006f\u006e\u0074 \u0057\u0020\u0061\u0072\u0072\u0061\u0079 \u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gegcc ,_acebd );};case *_bda .PdfObjectInteger :_edbgc ,_bbfg :=_bda .GetIntVal (_acebd ); +if !_bbfg {return nil ,_c .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0031\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gegcc ,_acebd );};_gegcc ++;if _gegcc > _bccg -1{return nil ,_c .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020a\u0072\u0072\u0061\u0079\u003a\u0020\u0061\u0072\u0072\u0032=\u0025\u002b\u0076",_acde ); +};_cecfb :=_acde .Get (_gegcc );_ceda ,_ccgg :=_bda .GetNumberAsFloat (_cecfb );if _ccgg !=nil {return nil ,_c .Errorf ("\u0042\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0057\u0020\u0069\u006e\u0074\u0020\u006f\u0062\u006a\u0032\u003a\u0020\u0069\u003d\u0025\u0064 %\u0023\u0076",_gegcc ,_cecfb ); +};for _geffa :=_afecb ;_geffa <=_edbgc ;_geffa ++{_edgea [_dgb .CharCode (_geffa )]=_ceda ;};default:return nil ,_c .Errorf ("\u0042\u0061\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0057 \u006f\u0062\u006a\u0031\u0020\u0074\u0079p\u0065\u003a\u0020\u0069\u003d\u0025\u0064\u0020\u0025\u0023\u0076",_gegcc ,_acebd ); +};};return _edgea ,nil ;}; -// NewEmbeddedFile constructs a new EmbeddedFile object from supplied file. -// The file type of the file would be detected automatically. -func NewEmbeddedFile (path string )(*EmbeddedFile ,error ){_dcgee ,_ecff :=_fef .ReadFile (path );if _ecff !=nil {return nil ,_ecff ;};_cfffb :=_gg .Detect (_dcgee );_dbge :=_ga .Sum (_dcgee );_cgea :=&EmbeddedFile {Name :_ef .Base (path ),Content :_dcgee ,FileType :_cfffb .String (),Hash :_aa .EncodeToString (_dbge [:])}; -return _cgea ,nil ;}; +// A PdfPattern can represent a Pattern, either a tiling pattern or a shading pattern. +// Note that all patterns shall be treated as colours; a Pattern colour space shall be established with the CS or cs +// operator just like other colour spaces, and a particular pattern shall be installed as the current colour with the +// SCN or scn operator. +type PdfPattern struct{ -// HasExtGState checks whether a font is defined by the specified keyName. -func (_degee *PdfPageResources )HasExtGState (keyName _cee .PdfObjectName )bool {_ ,_eefbf :=_degee .GetFontByName (keyName );return _eefbf ;}; +// Type: Pattern +PatternType int64 ;_dgaed PdfModel ;_cbbgec _bda .PdfObject ;};func (_bce *PdfReader )newPdfActionThreadFromDict (_ega *_bda .PdfObjectDictionary )(*PdfActionThread ,error ){_fabe ,_gbfa :=_ggfe (_ega .Get ("\u0046"));if _gbfa !=nil {return nil ,_gbfa ; +};return &PdfActionThread {D :_ega .Get ("\u0044"),B :_ega .Get ("\u0042"),F :_fabe },nil ;}; -// PdfColorspaceDeviceGray represents a grayscale colorspace. -type PdfColorspaceDeviceGray struct{}; +// SetXObjectFormByName adds the provided XObjectForm to the page resources. +// The added XObjectForm is identified by the specified name. +func (_aabe *PdfPageResources )SetXObjectFormByName (keyName _bda .PdfObjectName ,xform *XObjectForm )error {_dadec :=xform .ToPdfObject ().(*_bda .PdfObjectStream );_ddda :=_aabe .SetXObjectByName (keyName ,_dadec );return _ddda ;}; -// ToPdfObject returns the PDF representation of the page resources. -func (_ccbff *PdfPageResources )ToPdfObject ()_cee .PdfObject {_bfac :=_ccbff ._agdcc ;_bfac .SetIfNotNil ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ccbff .ExtGState );if _ccbff ._ecfaf !=nil {_ccbff .ColorSpace =_ccbff ._ecfaf .ToPdfObject ();}; -_bfac .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ccbff .ColorSpace );_bfac .SetIfNotNil ("\u0050a\u0074\u0074\u0065\u0072\u006e",_ccbff .Pattern );_bfac .SetIfNotNil ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ccbff .Shading ); -_bfac .SetIfNotNil ("\u0058O\u0062\u006a\u0065\u0063\u0074",_ccbff .XObject );_bfac .SetIfNotNil ("\u0046\u006f\u006e\u0074",_ccbff .Font );_bfac .SetIfNotNil ("\u0050r\u006f\u0063\u0053\u0065\u0074",_ccbff .ProcSet );_bfac .SetIfNotNil ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",_ccbff .Properties ); -return _bfac ;};const (_aabcf =0x00001;_bffa =0x00002;_cddf =0x00004;_edec =0x00008;_caaa =0x00020;_dgbc =0x00040;_dfgace =0x10000;_cgedg =0x20000;_ggdg =0x40000;); +// NewViewerPreferences returns a new ViewerPreferences object with +// default empty values. +func NewViewerPreferences ()*ViewerPreferences {return &ViewerPreferences {}};const (RC4_128bit =EncryptionAlgorithm (iota );AES_128bit ;AES_256bit ;); -// IsTiling specifies if the pattern is a tiling pattern. -func (_faga *PdfPattern )IsTiling ()bool {return _faga .PatternType ==1};func _abcf (_cdadd *_cee .PdfObjectDictionary )(*PdfShadingType2 ,error ){_dgcfc :=PdfShadingType2 {};_bafdf :=_cdadd .Get ("\u0043\u006f\u006f\u0072\u0064\u0073");if _bafdf ==nil {_fca .Log .Debug ("R\u0065\u0071\u0075\u0069\u0072\u0065d\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u006d\u0069\u0073s\u0069\u006e\u0067\u003a\u0020\u0020\u0043\u006f\u006f\u0072d\u0073"); -return nil ,ErrRequiredAttributeMissing ;};_dddb ,_ddabc :=_bafdf .(*_cee .PdfObjectArray );if !_ddabc {_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bafdf ); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};if _dddb .Len ()!=4{_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0034\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_dddb .Len ()); -return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065");};_dgcfc .Coords =_dddb ;if _bdfg :=_cdadd .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_bdfg !=nil {_bdfg =_cee .TraceToDirectObject (_bdfg ); -_ffeda ,_ebcfc :=_bdfg .(*_cee .PdfObjectArray );if !_ebcfc {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bdfg );return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_dgcfc .Domain =_ffeda ;};_bafdf =_cdadd .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _bafdf ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_dgcfc .Function =[]PdfFunction {};if _geced ,_dgdd :=_bafdf .(*_cee .PdfObjectArray );_dgdd {for _ ,_ecfccg :=range _geced .Elements (){_afdb ,_fffga :=_eeaec (_ecfccg );if _fffga !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fffga ); -return nil ,_fffga ;};_dgcfc .Function =append (_dgcfc .Function ,_afdb );};}else {_fecfa ,_afdce :=_eeaec (_bafdf );if _afdce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_afdce ); -return nil ,_afdce ;};_dgcfc .Function =append (_dgcfc .Function ,_fecfa );};if _ddegb :=_cdadd .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_ddegb !=nil {_ddegb =_cee .TraceToDirectObject (_ddegb );_gcbfd ,_acedg :=_ddegb .(*_cee .PdfObjectArray );if !_acedg {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ddegb ); -return nil ,_cee .ErrTypeError ;};if _gcbfd .Len ()!=2{_fca .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_gcbfd .Len ());return nil ,ErrInvalidAttribute ; -};_dgcfc .Extend =_gcbfd ;};return &_dgcfc ,nil ;}; +// NewPdfActionLaunch returns a new "launch" action. +func NewPdfActionLaunch ()*PdfActionLaunch {_cea :=NewPdfAction ();_fga :=&PdfActionLaunch {};_fga .PdfAction =_cea ;_cea .SetContext (_fga );return _fga ;}; -// PdfAnnotationTrapNet represents TrapNet annotations. -// (Section 12.5.6.21). -type PdfAnnotationTrapNet struct{*PdfAnnotation }; +// Encoder iterates through the list of fonts and returns a working encoder +func (_affec *MultipleFontEncoder )Encoder (rn rune )(_dgb .TextEncoder ,bool ){_cdcdc :=_affec .CurrentFont ;_faefg :=_cdcdc .Encoder ();_ ,_fecc :=_faefg .RuneToCharcode (rn );for _ebdgg :=1;_ebdgg < len (_affec ._ffea )&&!_fecc ;_ebdgg ++{_cdcdc =_affec ._ffea [_ebdgg ]; +_faefg =_cdcdc .Encoder ();_ ,_fecc =_faefg .RuneToCharcode (rn );_affec .CurrentFont =_cdcdc ;};return _faefg ,_fecc ;}; -// XObjectForm (Table 95 in 8.10.2). -type XObjectForm struct{Filter _cee .StreamEncoder ;FormType _cee .PdfObject ;BBox _cee .PdfObject ;Matrix _cee .PdfObject ;Resources *PdfPageResources ;Group _cee .PdfObject ;Ref _cee .PdfObject ;MetaData _cee .PdfObject ;PieceInfo _cee .PdfObject ;LastModified _cee .PdfObject ; -StructParent _cee .PdfObject ;StructParents _cee .PdfObject ;OPI _cee .PdfObject ;OC _cee .PdfObject ;Name _cee .PdfObject ; +// PdfAnnotationSquiggly represents Squiggly annotations. +// (Section 12.5.6.10). +type PdfAnnotationSquiggly struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _bda .PdfObject ;}; -// Stream data. -Stream []byte ;_fbged *_cee .PdfObjectStream ;}; +// SetPdfAuthor sets the Author attribute of the output PDF. +func SetPdfAuthor (author string ){_ggbe .Lock ();defer _ggbe .Unlock ();_cgccb =author }; -// NewStandard14Font returns the standard 14 font named `basefont` as a *PdfFont, or an error if it -// `basefont` is not one of the standard 14 font names. -func NewStandard14Font (basefont StdFontName )(*PdfFont ,error ){_acdcg ,_cdcf :=_cbcc (basefont );if _cdcf !=nil {return nil ,_cdcf ;};if basefont !=SymbolName &&basefont !=ZapfDingbatsName {_acdcg ._bgggf =_dae .NewWinAnsiEncoder ();};return &PdfFont {_bggcf :&_acdcg },nil ; -}; +// String implements interface PdfObject. +func (_fe *PdfAction )String ()string {_bbg ,_gee :=_fe .ToPdfObject ().(*_bda .PdfIndirectObject );if _gee {return _c .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_fe ._edd ,_bbg .PdfObject .String ());};return "";}; -// NewPdfAnnotationInk returns a new ink annotation. -func NewPdfAnnotationInk ()*PdfAnnotationInk {_bee :=NewPdfAnnotation ();_gbg :=&PdfAnnotationInk {};_gbg .PdfAnnotation =_bee ;_gbg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_bee .SetContext (_gbg );return _gbg ;};func _cbcc (_bgbe StdFontName )(pdfFontSimple ,error ){_fdda ,_edda :=_ce .NewStdFontByName (_bgbe ); -if !_edda {return pdfFontSimple {},ErrFontNotSupported ;};_gebd :=_ebdab (_fdda );return _gebd ,nil ;}; +// SetViewClip sets the value of the viewClip. +func (_gbgef *ViewerPreferences )SetViewClip (viewClip PageBoundary ){_gbgef ._adecc =viewClip }; -// SetDate sets the `M` field of the signature. -func (_adfebb *PdfSignature )SetDate (date _gc .Time ,format string ){if format ==""{format ="\u0044\u003a\u003200\u0036\u0030\u0031\u0030\u0032\u0031\u0035\u0030\u0034\u0030\u0035\u002d\u0030\u0037\u0027\u0030\u0030\u0027";};_adfebb .M =_cee .MakeString (date .Format (format )); -};func _egbad ()string {_dggagg .Lock ();defer _dggagg .Unlock ();_bdfdf :=_ade .GetLicenseKey ();if len (_bdefe )> 0&&(_bdfdf .IsLicensed ()||_ggdge ){return _bdefe ;};return _e .Sprintf ("\u0055\u006e\u0069Do\u0063\u0020\u0076\u0025\u0073\u0020\u0028\u0025\u0073)\u0020-\u0020h\u0074t\u0070\u003a\u002f\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f",_cfgd (),_bdfdf .TypeToString ()); +// ToPdfObject implements interface PdfModel. +func (_cag *PdfActionURI )ToPdfObject ()_bda .PdfObject {_cag .PdfAction .ToPdfObject ();_bdc :=_cag ._gg ;_cfbb :=_bdc .PdfObject .(*_bda .PdfObjectDictionary );_cfbb .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeURI )));_cfbb .SetIfNotNil ("\u0055\u0052\u0049",_cag .URI ); +_cfbb .SetIfNotNil ("\u0049\u0073\u004da\u0070",_cag .IsMap );return _bdc ;}; + +// ToPdfObject converts the pdfCIDFontType2 to a PDF representation. +func (_ebagd *pdfCIDFontType2 )ToPdfObject ()_bda .PdfObject {if _ebagd ._acegg ==nil {_ebagd ._acegg =&_bda .PdfIndirectObject {};};_gbeb :=_ebagd .baseFields ().asPdfObjectDictionary ("\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"); +_ebagd ._acegg .PdfObject =_gbeb ;if _ebagd .CIDSystemInfo !=nil {_gbeb .Set ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f",_ebagd .CIDSystemInfo );};if _ebagd .DW !=nil {_gbeb .Set ("\u0044\u0057",_ebagd .DW );};if _ebagd .DW2 !=nil {_gbeb .Set ("\u0044\u0057\u0032",_ebagd .DW2 ); +};if _ebagd .W !=nil {_gbeb .Set ("\u0057",_ebagd .W );};if _ebagd .W2 !=nil {_gbeb .Set ("\u0057\u0032",_ebagd .W2 );};if _ebagd .CIDToGIDMap !=nil {_gbeb .Set ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070",_ebagd .CIDToGIDMap );};return _ebagd ._acegg ; }; -// GetContainingPdfObject returns the container of the outline item (indirect object). -func (_bbagf *PdfOutlineItem )GetContainingPdfObject ()_cee .PdfObject {return _bbagf ._bfcbc }; +// CustomKeys returns all custom info keys as list. +func (_fgegg *PdfInfo )CustomKeys ()[]string {if _fgegg ._feec ==nil {return nil ;};_dbfd :=make ([]string ,len (_fgegg ._feec .Keys ()));for _ ,_ecgb :=range _fgegg ._feec .Keys (){_dbfd =append (_dbfd ,_ecgb .String ());};return _dbfd ;}; -// ToPdfObject implements interface PdfModel. -func (_gbgd *PdfAnnotationSquare )ToPdfObject ()_cee .PdfObject {_gbgd .PdfAnnotation .ToPdfObject ();_geff :=_gbgd ._eddc ;_feeb :=_geff .PdfObject .(*_cee .PdfObjectDictionary );if _gbgd .PdfAnnotationMarkup !=nil {_gbgd .PdfAnnotationMarkup .appendToPdfDictionary (_feeb ); -};_feeb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0071\u0075\u0061\u0072\u0065"));_feeb .SetIfNotNil ("\u0042\u0053",_gbgd .BS );_feeb .SetIfNotNil ("\u0049\u0043",_gbgd .IC );_feeb .SetIfNotNil ("\u0042\u0045",_gbgd .BE ); -_feeb .SetIfNotNil ("\u0052\u0044",_gbgd .RD );return _geff ;}; +// IsHideToolbar returns the value of the hideToolbar flag. +func (_bfdaf *ViewerPreferences )IsHideToolbar ()bool {if _bfdaf ._dgdec ==nil {return false ;};return *_bfdaf ._dgdec ;}; -// NewPdfFilespecFromObj creates and returns a new PdfFilespec object. -func NewPdfFilespecFromObj (obj _cee .PdfObject )(*PdfFilespec ,error ){_fcdg :=&PdfFilespec {};var _dabac *_cee .PdfObjectDictionary ;if _ffaad ,_fdea :=_cee .GetIndirect (obj );_fdea {_fcdg ._gbfeg =_ffaad ;_bfgeg ,_gdcfb :=_cee .GetDict (_ffaad .PdfObject ); -if !_gdcfb {_fca .Log .Debug ("\u004f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069c\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0074y\u0070\u0065");return nil ,_cee .ErrTypeError ;};_dabac =_bfgeg ;}else if _ecdfd ,_cabc :=_cee .GetDict (obj ); -_cabc {_fcdg ._gbfeg =_ecdfd ;_dabac =_ecdfd ;}else {_fca .Log .Debug ("O\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0075\u006e\u0065\u0078\u0070e\u0063\u0074\u0065d\u0020(\u0025\u0054\u0029",obj );return nil ,_cee .ErrTypeError ;};if _dabac ==nil {_fca .Log .Debug ("\u0044i\u0063t\u0069\u006f\u006e\u0061\u0072y\u0020\u006di\u0073\u0073\u0069\u006e\u0067"); -return nil ,_cdf .New ("\u0064\u0069\u0063t\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _afda :=_dabac .Get ("\u0054\u0079\u0070\u0065");_afda !=nil {_dcge ,_ccad :=_afda .(*_cee .PdfObjectName );if !_ccad {_fca .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_afda ); -}else {if *_dcge !="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{_fca .Log .Trace ("\u0055\u006e\u0073\u0075\u0073\u0070e\u0063\u0074\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020F\u0069\u006c\u0065\u0073\u0070\u0065\u0063 \u0028\u0025\u0073\u0029",*_dcge ); -};};};if _fafb :=_dabac .Get ("\u0046\u0053");_fafb !=nil {_fcdg .FS =_fafb ;};if _gfd :=_dabac .Get ("\u0046");_gfd !=nil {_fcdg .F =_gfd ;};if _bbgd :=_dabac .Get ("\u0055\u0046");_bbgd !=nil {_fcdg .UF =_bbgd ;};if _aaea :=_dabac .Get ("\u0044\u004f\u0053"); -_aaea !=nil {_fcdg .DOS =_aaea ;};if _dfdgg :=_dabac .Get ("\u004d\u0061\u0063");_dfdgg !=nil {_fcdg .Mac =_dfdgg ;};if _cabcc :=_dabac .Get ("\u0055\u006e\u0069\u0078");_cabcc !=nil {_fcdg .Unix =_cabcc ;};if _affbg :=_dabac .Get ("\u0049\u0044");_affbg !=nil {_fcdg .ID =_affbg ; -};if _eagga :=_dabac .Get ("\u0056");_eagga !=nil {_fcdg .V =_eagga ;};if _eccg :=_dabac .Get ("\u0045\u0046");_eccg !=nil {_fcdg .EF =_eccg ;};if _edgdf :=_dabac .Get ("\u0052\u0046");_edgdf !=nil {_fcdg .RF =_edgdf ;};if _gggf :=_dabac .Get ("\u0044\u0065\u0073\u0063"); -_gggf !=nil {_fcdg .Desc =_gggf ;};if _eegag :=_dabac .Get ("\u0043\u0049");_eegag !=nil {_fcdg .CI =_eegag ;};if _baeg :=_dabac .Get ("\u0041\u0046\u0052\u0065\u006c\u0061\u0074\u0069\u006fn\u0073\u0068\u0069\u0070");_baeg !=nil {_fcdg .AFRelationship =_baeg ; -};return _fcdg ,nil ;}; +// ViewerPreferences represents the viewer preferences of a PDF document. +type ViewerPreferences struct{_dgdec *bool ;_acbcd *bool ;_bcddd *bool ;_gaefd *bool ;_ecaag *bool ;_ddeed *bool ;_egeea NonFullScreenPageMode ;_gbacc Direction ;_adbff PageBoundary ;_adecc PageBoundary ;_geeda PageBoundary ;_eefag PageBoundary ;_ecffgg PrintScaling ; +_bebac Duplex ;_eedfcc *bool ;_edffc []int ;_eaga int ;}; -// NewPdfPage returns a new PDF page. -func NewPdfPage ()*PdfPage {_beagd :=PdfPage {};_beagd ._cfdab =_cee .MakeDict ();_beagd .Resources =NewPdfPageResources ();_fdcgg :=_cee .PdfIndirectObject {};_fdcgg .PdfObject =_beagd ._cfdab ;_beagd ._bafab =&_fdcgg ;_beagd ._bfeab =*_beagd ._cfdab ; -return &_beagd ;}; +// GetContainingPdfObject implements interface PdfModel. +func (_bddag *PdfSignature )GetContainingPdfObject ()_bda .PdfObject {return _bddag ._gbggff };func _fbbb (_cabb _bda .PdfObject )(*PdfFunctionType2 ,error ){_dffc :=&PdfFunctionType2 {};var _fcgag *_bda .PdfObjectDictionary ;if _dacb ,_dcfaa :=_cabb .(*_bda .PdfIndirectObject ); +_dcfaa {_beega ,_aeba :=_dacb .PdfObject .(*_bda .PdfObjectDictionary );if !_aeba {return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_dffc ._eaacc =_dacb ;_fcgag =_beega ;}else if _adbag ,_aega :=_cabb .(*_bda .PdfObjectDictionary ); +_aega {_fcgag =_adbag ;}else {return nil ,_gea .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_ed .Log .Trace ("\u0046U\u004e\u0043\u0032\u003a\u0020\u0025s",_fcgag .String ());_aggc ,_fdea :=_bda .TraceToDirectObject (_fcgag .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_bda .PdfObjectArray ); +if !_fdea {_ed .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_gea .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};if _aggc .Len ()< 0||_aggc .Len ()%2!=0{_ed .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u0072\u0061\u006e\u0067e\u0020\u0069\u006e\u0076al\u0069\u0064");return nil ,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065"); +};_feac ,_degbb :=_aggc .ToFloat64Array ();if _degbb !=nil {return nil ,_degbb ;};_dffc .Domain =_feac ;_aggc ,_fdea =_bda .TraceToDirectObject (_fcgag .Get ("\u0052\u0061\u006eg\u0065")).(*_bda .PdfObjectArray );if _fdea {if _aggc .Len ()< 0||_aggc .Len ()%2!=0{return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); +};_gaabe ,_gacde :=_aggc .ToFloat64Array ();if _gacde !=nil {return nil ,_gacde ;};_dffc .Range =_gaabe ;};_aggc ,_fdea =_bda .TraceToDirectObject (_fcgag .Get ("\u0043\u0030")).(*_bda .PdfObjectArray );if _fdea {_fbdfc ,_ffgab :=_aggc .ToFloat64Array (); +if _ffgab !=nil {return nil ,_ffgab ;};_dffc .C0 =_fbdfc ;};_aggc ,_fdea =_bda .TraceToDirectObject (_fcgag .Get ("\u0043\u0031")).(*_bda .PdfObjectArray );if _fdea {_bdfda ,_dagdf :=_aggc .ToFloat64Array ();if _dagdf !=nil {return nil ,_dagdf ;};_dffc .C1 =_bdfda ; +};if len (_dffc .C0 )!=len (_dffc .C1 ){_ed .Log .Error ("\u0043\u0030\u0020\u0061nd\u0020\u0043\u0031\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063\u0068\u0069n\u0067");return nil ,_bda .ErrRangeError ;};N ,_degbb :=_bda .GetNumberAsFloat (_bda .TraceToDirectObject (_fcgag .Get ("\u004e"))); +if _degbb !=nil {_ed .Log .Error ("\u004e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020o\u0072\u0020\u0069\u006e\u0076\u0061\u006ci\u0064\u002c\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_fcgag .String ());return nil ,_degbb ;};_dffc .N =N ; +return _dffc ,nil ;}; -// FieldFlag represents form field flags. Some of the flags can apply to all types of fields whereas other -// flags are specific. -type FieldFlag uint32 ; +// ToPdfObject converts the ID tree to a PDF object. +func (_gecce *IDTree )ToPdfObject ()_bda .PdfObject {_gcagf :=_bda .MakeDict ();if _gecce .Names !=nil &&_gecce .Names .Len ()> 0{_gcagf .Set ("\u004e\u0061\u006de\u0073",_gecce .Names );_gcagf .Set ("\u004c\u0069\u006d\u0069\u0074\u0073",_gecce .Limits ); +};if len (_gecce .Kids )> 0{_cdadd :=_bda .MakeArray ();for _ ,_cgege :=range _gecce .Kids {_cdadd .Append (_cgege .ToPdfObject ());};_adfde :=_bda .MakeDict ();_adfde .Set ("\u004b\u0069\u0064\u0073",_cdadd );_gcagf .Set ("\u004b\u0069\u0064\u0073",_adfde ); +};return _gcagf ;};func (_dfac fontCommon )asPdfObjectDictionary (_affgb string )*_bda .PdfObjectDictionary {if _affgb !=""&&_dfac ._fggeg !=""&&_affgb !=_dfac ._fggeg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061\u0073\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020O\u0076\u0065\u0072\u0072\u0069\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0062t\u0079\u0070\u0065\u0020\u0074\u006f \u0025\u0023\u0071 \u0025\u0073",_affgb ,_dfac ); +}else if _affgb ==""&&_dfac ._fggeg ==""{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061s\u0050\u0064\u0066Ob\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074y\u0070\u0065\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_dfac ); +}else if _dfac ._fggeg ==""{_dfac ._fggeg =_affgb ;};_dfbd :=_bda .MakeDict ();_dfbd .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0046\u006f\u006e\u0074"));_dfbd .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_bda .MakeName (_dfac ._bcaebe )); +_dfbd .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName (_dfac ._fggeg ));if _dfac ._bedea !=nil {_dfbd .Set ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072",_dfac ._bedea .ToPdfObject ());};if _dfac ._fbedf !=nil {_dfbd .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_dfac ._fbedf ); +}else if _dfac ._eeed !=nil {_cecb ,_efgad :=_dfac ._eeed .Stream ();if _efgad !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0067\u0065\u0074\u0020C\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0065r\u0072\u003d\u0025\u0076",_efgad ); +}else {_dfbd .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_cecb );};};return _dfbd ;}; -// ToInteger convert to an integer format. -func (_ecegc *PdfColorCalGray )ToInteger (bits int )uint32 {_aece :=_aaa .Pow (2,float64 (bits ))-1;return uint32 (_aece *_ecegc .Val ());}; +// B returns the value of the B component of the color. +func (_fcfa *PdfColorCalRGB )B ()float64 {return _fcfa [1]};func (_bcfg *LTV )getCRLs (_ebbae []*_bd .Certificate )([][]byte ,error ){_eedgb :=make ([][]byte ,0,len (_ebbae ));for _ ,_fcec :=range _ebbae {for _ ,_egge :=range _fcec .CRLDistributionPoints {if _bcfg .CertClient .IsCA (_fcec ){continue ; +};_cccf ,_gbfaa :=_bcfg .CRLClient .MakeRequest (_egge ,_fcec );if _gbfaa !=nil {_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_gbfaa );continue ; +};_eedgb =append (_eedgb ,_cccf );};};return _eedgb ,nil ;}; -// NewStandard14FontWithEncoding returns the standard 14 font named `basefont` as a *PdfFont and -// a TextEncoder that encodes all the runes in `alphabet`, or an error if this is not possible. -// An error can occur if `basefont` is not one the standard 14 font names. -func NewStandard14FontWithEncoding (basefont StdFontName ,alphabet map[rune ]int )(*PdfFont ,_dae .SimpleEncoder ,error ){_cddef ,_fada :=_cbcc (basefont );if _fada !=nil {return nil ,nil ,_fada ;};_gdad ,_caef :=_cddef .Encoder ().(_dae .SimpleEncoder ); -if !_caef {return nil ,nil ,_e .Errorf ("\u006f\u006e\u006c\u0079\u0020s\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u0069\u0073\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u002c\u0020\u0067\u006f\u0074\u0020\u0025\u0054",_cddef .Encoder ()); -};_bdbdf :=make (map[rune ]_dae .GlyphName );for _ffff :=range alphabet {if _ ,_ccbd :=_gdad .RuneToCharcode (_ffff );!_ccbd {_ ,_dggf :=_cddef ._daefa .Read (_ffff );if !_dggf {_fca .Log .Trace ("r\u0075\u006e\u0065\u0020\u0025\u0023x\u003d\u0025\u0071\u0020\u006e\u006f\u0074\u0020\u0069n\u0020\u0074\u0068e\u0020f\u006f\u006e\u0074",_ffff ,_ffff ); -continue ;};_acda ,_dggf :=_dae .RuneToGlyph (_ffff );if !_dggf {_fca .Log .Debug ("\u006eo\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0066\u006f\u0072\u0020r\u0075\u006e\u0065\u0020\u0025\u0023\u0078\u003d\u0025\u0071",_ffff ,_ffff );continue ;};if len (_bdbdf )>=255{return nil ,nil ,_cdf .New ("\u0074\u006f\u006f\u0020\u006d\u0061\u006e\u0079\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072\u0073\u0020f\u006f\u0072\u0020\u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0065\u006e\u0063o\u0064\u0069\u006e\u0067"); -};_bdbdf [_ffff ]=_acda ;};};var (_eaffa []_dae .CharCode ;_dcgc []_dae .CharCode ;);for _ecde :=_dae .CharCode (1);_ecde <=0xff;_ecde ++{_gcca ,_fdgfc :=_gdad .CharcodeToRune (_ecde );if !_fdgfc {_eaffa =append (_eaffa ,_ecde );continue ;};if _ ,_fdgfc =alphabet [_gcca ]; -!_fdgfc {_dcgc =append (_dcgc ,_ecde );};};_fefec :=append (_eaffa ,_dcgc ...);if len (_fefec )< len (_bdbdf ){return nil ,nil ,_e .Errorf ("n\u0065\u0065\u0064\u0020\u0074\u006f\u0020\u0065\u006ec\u006f\u0064\u0065\u0020\u0025\u0064\u0020ru\u006e\u0065\u0073\u002c \u0062\u0075\u0074\u0020\u0068\u0061\u0076\u0065\u0020on\u006c\u0079 \u0025\u0064\u0020\u0073\u006c\u006f\u0074\u0073",len (_bdbdf ),len (_fefec )); -};_aebe :=make ([]rune ,0,len (_bdbdf ));for _ggbb :=range _bdbdf {_aebe =append (_aebe ,_ggbb );};_da .Slice (_aebe ,func (_ffde ,_ececb int )bool {return _aebe [_ffde ]< _aebe [_ececb ]});_bagff :=make (map[_dae .CharCode ]_dae .GlyphName ,len (_aebe )); -for _ ,_abacb :=range _aebe {_agff :=_fefec [0];_fefec =_fefec [1:];_bagff [_agff ]=_bdbdf [_abacb ];};_gdad =_dae .ApplyDifferences (_gdad ,_bagff );_cddef .SetEncoder (_gdad );return &PdfFont {_bggcf :&_cddef },_gdad ,nil ;}; +// ToPdfObject returns colorspace in a PDF object format [name stream] +func (_aefb *PdfColorspaceICCBased )ToPdfObject ()_bda .PdfObject {_abea :=&_bda .PdfObjectArray {};_abea .Append (_bda .MakeName ("\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064"));var _dbfbc *_bda .PdfObjectStream ;if _aefb ._ebge !=nil {_dbfbc =_aefb ._ebge ; +}else {_dbfbc =&_bda .PdfObjectStream {};};_adcc :=_bda .MakeDict ();_adcc .Set ("\u004e",_bda .MakeInteger (int64 (_aefb .N )));if _aefb .Alternate !=nil {_adcc .Set ("\u0041l\u0074\u0065\u0072\u006e\u0061\u0074e",_aefb .Alternate .ToPdfObject ());};if _aefb .Metadata !=nil {_adcc .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_aefb .Metadata ); +};if _aefb .Range !=nil {var _gdeg []_bda .PdfObject ;for _ ,_feda :=range _aefb .Range {_gdeg =append (_gdeg ,_bda .MakeFloat (_feda ));};_adcc .Set ("\u0052\u0061\u006eg\u0065",_bda .MakeArray (_gdeg ...));};_adcc .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_aefb .Data )))); +_dbfbc .Stream =_aefb .Data ;_dbfbc .PdfObjectDictionary =_adcc ;_abea .Append (_dbfbc );if _aefb ._aebd !=nil {_aefb ._aebd .PdfObject =_abea ;return _aefb ._aebd ;};return _abea ;};const (BorderEffectNoEffect BorderEffect =iota ;BorderEffectCloudy BorderEffect =iota ; +);type modelManager struct{_afcbd map[PdfModel ]_bda .PdfObject ;_afaad map[_bda .PdfObject ]PdfModel ;};func (_efdee PdfFont )actualFont ()pdfFont {if _efdee ._ggada ==nil {_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0061\u0063\u0074\u0075\u0061\u006c\u0046\u006f\u006e\u0074\u002e\u0020\u0063\u006f\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c.\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_efdee ); +};return _efdee ._ggada ;}; -// ToPdfObject implements interface PdfModel. -func (_efg *PdfActionGoTo )ToPdfObject ()_cee .PdfObject {_efg .PdfAction .ToPdfObject ();_fbe :=_efg ._gaf ;_bgd :=_fbe .PdfObject .(*_cee .PdfObjectDictionary );_bgd .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoTo )));_bgd .SetIfNotNil ("\u0044",_efg .D ); -return _fbe ;}; +// GetAction returns the PDF action for the annotation link. +func (_bcd *PdfAnnotationLink )GetAction ()(*PdfAction ,error ){if _bcd ._bdcb !=nil {return _bcd ._bdcb ,nil ;};if _bcd .A ==nil {return nil ,nil ;};if _bcd ._bbfb ==nil {return nil ,nil ;};_egd ,_beae :=_bcd ._bbfb .loadAction (_bcd .A );if _beae !=nil {return nil ,_beae ; +};_bcd ._bdcb =_egd ;return _bcd ._bdcb ,nil ;}; -// SetPdfTitle sets the Title attribute of the output PDF. -func SetPdfTitle (title string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bcfcc =title }; +// NumCopies returns the value of the numCopies. +func (_dfecb *ViewerPreferences )NumCopies ()int {return _dfecb ._eaga }; -// UpdatePage updates the `page` in the new revision if it has changed. -func (_bdca *PdfAppender )UpdatePage (page *PdfPage ){_bdca .updateObjectsDeep (page .ToPdfObject (),nil )};func (_gbbb *pdfCIDFontType0 )getFontDescriptor ()*PdfFontDescriptor {return _gbbb ._ebcad };func (_eec *PdfReader )newPdfActionHideFromDict (_gcc *_cee .PdfObjectDictionary )(*PdfActionHide ,error ){return &PdfActionHide {T :_gcc .Get ("\u0054"),H :_gcc .Get ("\u0048")},nil ; -}; +// NewPdfShadingPatternType3 creates an empty shading pattern type 3 object. +func NewPdfShadingPatternType3 ()*PdfShadingPatternType3 {_fagbd :=&PdfShadingPatternType3 {};_fagbd .Matrix =_bda .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_fagbd .PdfPattern =&PdfPattern {};_fagbd .PdfPattern .PatternType =int64 (*_bda .MakeInteger (2)); +_fagbd .PdfPattern ._dgaed =_fagbd ;_fagbd .PdfPattern ._cbbgec =_bda .MakeIndirectObject (_bda .MakeDict ());return _fagbd ;}; -// NewPdfColorLab returns a new Lab color. -func NewPdfColorLab (l ,a ,b float64 )*PdfColorLab {_fbcb :=PdfColorLab {l ,a ,b };return &_fbcb }; +// NewPdfAnnotationProjection returns a new projection annotation. +func NewPdfAnnotationProjection ()*PdfAnnotationProjection {_ffe :=NewPdfAnnotation ();_eda :=&PdfAnnotationProjection {};_eda .PdfAnnotation =_ffe ;_eda .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ffe .SetContext (_eda );return _eda ;};func (_acdfg *PdfWriter )writeOutputIntents ()error {if len (_acdfg ._bdedc )==0{return nil ; +};_dfgad :=make ([]_bda .PdfObject ,len (_acdfg ._bdedc ));for _bedef ,_ffbad :=range _acdfg ._bdedc {_ebgac :=_ffbad .ToPdfObject ();_dfgad [_bedef ]=_bda .MakeIndirectObject (_ebgac );};_dbgce :=_bda .MakeIndirectObject (_bda .MakeArray (_dfgad ...)); +_acdfg ._geadba .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_dbgce );if _bebbf :=_acdfg .addObjects (_dbgce );_bebbf !=nil {return _bebbf ;};return nil ;}; -// AddKChild adds a child K dictionary object. -func (_dgfbd *KDict )AddKChild (kChild *KDict ){_dgfbd ._affgf =append (_dgfbd ._affgf ,&KValue {_aedde :kChild });};type pdfFontSimple struct{fontCommon ;_eggbg *_cee .PdfIndirectObject ;_ccfb map[_dae .CharCode ]float64 ;_bgggf _dae .TextEncoder ;_bdecc _dae .TextEncoder ; -_aaec *PdfFontDescriptor ; +// ColorToRGB converts an Indexed color to an RGB color. +func (_ecdg *PdfColorspaceSpecialIndexed )ColorToRGB (color PdfColor )(PdfColor ,error ){if _ecdg .Base ==nil {return nil ,_gea .New ("\u0069\u006e\u0064\u0065\u0078\u0065d\u0020\u0062\u0061\u0073\u0065\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064"); +};return _ecdg .Base .ColorToRGB (color );}; -// Encoding is subject to limitations that are described in 9.6.6, "Character Encoding". -// BaseFont is derived differently. -FirstChar _cee .PdfObject ;LastChar _cee .PdfObject ;Widths _cee .PdfObject ;Encoding _cee .PdfObject ;_daefa *_ce .RuneCharSafeMap ;}; +// PdfAnnotationSquare represents Square annotations. +// (Section 12.5.6.8). +type PdfAnnotationSquare struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _bda .PdfObject ;IC _bda .PdfObject ;BE _bda .PdfObject ;RD _bda .PdfObject ;};func (_gggc SignatureValidationResult )String ()string {var _ggbf _dff .Buffer ;_ggbf .WriteString (_c .Sprintf ("\u004ea\u006d\u0065\u003a\u0020\u0025\u0073\n",_gggc .Name )); +if _gggc .Date ._ggfcc > 0{_ggbf .WriteString (_c .Sprintf ("\u0044a\u0074\u0065\u003a\u0020\u0025\u0073\n",_gggc .Date .ToGoTime ().String ()));}else {_ggbf .WriteString ("\u0044\u0061\u0074\u0065 n\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a"); +};if len (_gggc .Reason )> 0{_ggbf .WriteString (_c .Sprintf ("R\u0065\u0061\u0073\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gggc .Reason ));}else {_ggbf .WriteString ("N\u006f \u0072\u0065\u0061\u0073\u006f\u006e\u0020\u0073p\u0065\u0063\u0069\u0066ie\u0064\u000a"); +};if len (_gggc .Location )> 0{_ggbf .WriteString (_c .Sprintf ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073\u000a",_gggc .Location ));}else {_ggbf .WriteString ("\u004c\u006f\u0063at\u0069\u006f\u006e\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u000a"); +};if len (_gggc .ContactInfo )> 0{_ggbf .WriteString (_c .Sprintf ("\u0043\u006f\u006e\u0074\u0061\u0063\u0074\u0020\u0049\u006e\u0066\u006f:\u0020\u0025\u0073\u000a",_gggc .ContactInfo ));}else {_ggbf .WriteString ("C\u006f\u006e\u0074\u0061\u0063\u0074 \u0069\u006e\u0066\u006f\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063i\u0066i\u0065\u0064\u000a"); +};_ggbf .WriteString (_c .Sprintf ("F\u0069\u0065\u006c\u0064\u0073\u003a\u0020\u0025\u0064\u000a",len (_gggc .Fields )));if _gggc .IsSigned {_ggbf .WriteString ("S\u0069\u0067\u006e\u0065\u0064\u003a \u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020i\u0073\u0020\u0073i\u0067n\u0065\u0064\u000a"); +}else {_ggbf .WriteString ("\u0053\u0069\u0067\u006eed\u003a\u0020\u004e\u006f\u0074\u0020\u0073\u0069\u0067\u006e\u0065\u0064\u000a");};if _gggc .IsVerified {_ggbf .WriteString ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072e\u0020\u0076\u0061\u006c\u0069\u0064\u0061t\u0069\u006f\u006e\u003a\u0020\u0049\u0073\u0020\u0076\u0061\u006c\u0069\u0064\u000a"); +}else {_ggbf .WriteString ("\u0053\u0069\u0067\u006e\u0061\u0074u\u0072\u0065\u0020\u0076\u0061\u006c\u0069\u0064\u0061\u0074\u0069\u006f\u006e:\u0020\u0049\u0073\u0020\u0069\u006e\u0076a\u006c\u0069\u0064\u000a");};if _gggc .IsTrusted {_ggbf .WriteString ("\u0054\u0072\u0075\u0073\u0074\u0065\u0064\u003a\u0020\u0043\u0065\u0072\u0074\u0069\u0066i\u0063a\u0074\u0065\u0020\u0069\u0073\u0020\u0074\u0072\u0075\u0073\u0074\u0065\u0064\u000a"); +}else {_ggbf .WriteString ("\u0054\u0072\u0075s\u0074\u0065\u0064\u003a \u0055\u006e\u0074\u0072\u0075\u0073\u0074e\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u000a");};if !_gggc .GeneralizedTime .IsZero (){_ggbf .WriteString (_c .Sprintf ("G\u0065n\u0065\u0072\u0061\u006c\u0069\u007a\u0065\u0064T\u0069\u006d\u0065\u003a %\u0073\u000a",_gggc .GeneralizedTime .String ())); +};if _gggc .DiffResults !=nil {_ggbf .WriteString (_c .Sprintf ("\u0064\u0069\u0066\u0066 i\u0073\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u003a\u0020\u0025v\u000a",_gggc .DiffResults .IsPermitted ()));if len (_gggc .DiffResults .Warnings )> 0{_ggbf .WriteString ("\u004d\u0044\u0050\u0020\u0077\u0061\u0072\u006e\u0069n\u0067\u0073\u003a\u000a"); +for _ ,_gbffg :=range _gggc .DiffResults .Warnings {_ggbf .WriteString (_c .Sprintf ("\u0009\u0025\u0073\u000a",_gbffg ));};};if len (_gggc .DiffResults .Errors )> 0{_ggbf .WriteString ("\u004d\u0044\u0050 \u0065\u0072\u0072\u006f\u0072\u0073\u003a\u000a"); +for _ ,_edegcf :=range _gggc .DiffResults .Errors {_ggbf .WriteString (_c .Sprintf ("\u0009\u0025\u0073\u000a",_edegcf ));};};};if _gggc .IsCrlFound {_ggbf .WriteString ("R\u0065\u0076\u006f\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0061\u003a\u0020C\u0052\u004c\u0020f\u006fu\u006e\u0064\u000a"); +}else {_ggbf .WriteString ("\u0052\u0065\u0076o\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0061\u0074\u0061\u003a \u0043\u0052\u004c\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a");};if _gggc .IsOcspFound {_ggbf .WriteString ("\u0052\u0065\u0076\u006fc\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u0066\u006f\u0075n\u0064\u000a"); +}else {_ggbf .WriteString ("\u0052\u0065\u0076\u006f\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0061\u0074\u0061:\u0020O\u0043\u0053\u0050\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064\u000a");};return _ggbf .String ();};func (_abbgf *PdfReader )loadAnnotations (_abccced _bda .PdfObject )([]*PdfAnnotation ,error ){_bbec ,_dcaca :=_bda .GetArray (_abccced ); +if !_dcaca {return nil ,_c .Errorf ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079");};var _beafb []*PdfAnnotation ;for _ ,_dgdbf :=range _bbec .Elements (){_dgdbf =_bda .ResolveReference (_dgdbf ); +if _ ,_dggf :=_dgdbf .(*_bda .PdfObjectNull );_dggf {continue ;};_adebd ,_bcfa :=_dgdbf .(*_bda .PdfObjectDictionary );_dcdad ,_facbf :=_dgdbf .(*_bda .PdfIndirectObject );if _bcfa {_dcdad =&_bda .PdfIndirectObject {};_dcdad .PdfObject =_adebd ;}else {if !_facbf {return nil ,_c .Errorf ("\u0061\u006eno\u0074\u0061\u0074i\u006f\u006e\u0020\u006eot \u0069n \u0061\u006e\u0020\u0069\u006e\u0064\u0069re\u0063\u0074\u0020\u006f\u0062\u006a\u0065c\u0074"); +};};_eeeag ,_cgcbe :=_abbgf .newPdfAnnotationFromIndirectObject (_dcdad );if _cgcbe !=nil {return nil ,_cgcbe ;};switch _bccdge :=_eeeag .GetContext ().(type ){case *PdfAnnotationWidget :for _ ,_dfbdf :=range _abbgf .AcroForm .AllFields (){if _dfbdf ._ceaeg ==_bccdge .Parent {_bccdge ._aee =_dfbdf ; +break ;};};};if _eeeag !=nil {_beafb =append (_beafb ,_eeeag );};};return _beafb ,nil ;}; -// SetAlpha sets the alpha layer for the image. -func (_fbga *Image )SetAlpha (alpha []byte ){_fbga ._cbfg =alpha };var _ pdfFont =(*pdfFontType0 )(nil ); +// Has checks if flag fl is set in flag and returns true if so, false otherwise. +func (_cfdbc FieldFlag )Has (fl FieldFlag )bool {return (_cfdbc .Mask ()&fl .Mask ())> 0}; -// ToPdfObject implements interface PdfModel. -func (_eegea *PdfAnnotationWatermark )ToPdfObject ()_cee .PdfObject {_eegea .PdfAnnotation .ToPdfObject ();_gecb :=_eegea ._eddc ;_eagd :=_gecb .PdfObject .(*_cee .PdfObjectDictionary );_eagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0057a\u0074\u0065\u0072\u006d\u0061\u0072k")); -_eagd .SetIfNotNil ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074",_eegea .FixedPrint );return _gecb ;};func _badf (_eeca *fontCommon )*pdfFontType3 {return &pdfFontType3 {fontCommon :*_eeca }}; +// GenerateRandomID generates a random ID for the K dictionary object. +func (_aadbgce *KDict )GenerateRandomID ()string {_dgfcg ,_egfcb :=_bdd .NewUUID ();if _egfcb !=nil {_ed .Log .Debug ("\u0045r\u0072\u006f\u0072\u0020g\u0065\u006e\u0065\u0072\u0061t\u0069n\u0067 \u0055\u0055\u0049\u0044\u003a\u0020\u0025v",_egfcb );}; +if _dgfcg !=_bdd .Nil {_dbaab :=_dgfcg .String ();_aadbgce .ID =_bda .MakeString (_dbaab );return _dbaab ;};return "";};func (_gacfb *PdfWriter )copyObjects (){_cbecd :=make (map[_bda .PdfObject ]_bda .PdfObject );_gagdc :=make ([]_bda .PdfObject ,0,len (_gacfb ._ccbbg )); +_edcbc :=make (map[_bda .PdfObject ]struct{},len (_gacfb ._ccbbg ));_gdgae :=make (map[_bda .PdfObject ]struct{});for _ ,_bdace :=range _gacfb ._ccbbg {_fdebg :=_gacfb .copyObject (_bdace ,_cbecd ,_gdgae ,false );if _ ,_gfdea :=_gdgae [_bdace ];_gfdea {continue ; +};_gagdc =append (_gagdc ,_fdebg );_edcbc [_fdebg ]=struct{}{};};_gacfb ._ccbbg =_gagdc ;_gacfb ._egfad =_edcbc ;_gacfb ._eebef =_gacfb .copyObject (_gacfb ._eebef ,_cbecd ,nil ,false ).(*_bda .PdfIndirectObject );_gacfb ._eefbd =_gacfb .copyObject (_gacfb ._eefbd ,_cbecd ,nil ,false ).(*_bda .PdfIndirectObject ); +if _gacfb ._dgeba !=nil {_gacfb ._dgeba =_gacfb .copyObject (_gacfb ._dgeba ,_cbecd ,nil ,false ).(*_bda .PdfIndirectObject );};if _gacfb ._eccfc {_affae :=make (map[_bda .PdfObject ]int64 );for _fbeb ,_fedab :=range _gacfb ._gcgde {if _cccae ,_acag :=_cbecd [_fbeb ]; +_acag {_affae [_cccae ]=_fedab ;}else {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020a\u0070\u0070\u0065n\u0064\u0020\u006d\u006fd\u0065\u0020\u002d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u0070\u0079\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0020\u006d\u0061\u0070"); +};};_gacfb ._gcgde =_affae ;};};func (_feeg *Image )getSuitableEncoder ()(_bda .StreamEncoder ,error ){var (_ddeg ,_abcca =int (_feeg .Width ),int (_feeg .Height );_ccaff =make (map[string ]bool );_dbegf =true ;_fccbbb =false ;_edbbf =func ()*_bda .DCTEncoder {return _bda .NewDCTEncoder ()}; +_cebebe =func ()*_bda .DCTEncoder {_gaefg :=_bda .NewDCTEncoder ();_gaefg .BitsPerComponent =16;return _gaefg };);for _dddfc :=0;_dddfc < _abcca ;_dddfc ++{for _fafbg :=0;_fafbg < _ddeg ;_fafbg ++{_cacb ,_acgcb :=_feeg .ColorAt (_fafbg ,_dddfc );if _acgcb !=nil {return nil ,_acgcb ; +};_bfebf ,_edgd ,_fdfbc ,_baedd :=_cacb .RGBA ();if _dbegf &&(_bfebf !=_edgd ||_bfebf !=_fdfbc ||_edgd !=_fdfbc ){_dbegf =false ;};if !_fccbbb {switch _cacb .(type ){case _gbf .NRGBA :_fccbbb =_baedd > 0;};};_ccaff [_c .Sprintf ("\u0025\u0064\u002c\u0025\u0064\u002c\u0025\u0064",_bfebf ,_edgd ,_fdfbc )]=true ; +if len (_ccaff )> 2&&_fccbbb {return _cebebe (),nil ;};};};if _fccbbb ||len (_feeg ._ffbd )> 0{return _bda .NewFlateEncoder (),nil ;};if len (_ccaff )<=2{_fdag :=_feeg .ConvertToBinary ();if _fdag !=nil {return nil ,_fdag ;};return _bda .NewJBIG2Encoder (),nil ; +};if _dbegf {return _edbbf (),nil ;};if _feeg .ColorComponents ==1{if _feeg .BitsPerComponent ==1{return _bda .NewJBIG2Encoder (),nil ;}else if _feeg .BitsPerComponent ==8{_cafacd :=_bda .NewDCTEncoder ();_cafacd .ColorComponents =1;return _cafacd ,nil ; +};}else if _feeg .ColorComponents ==3{if _feeg .BitsPerComponent ==8{return _edbbf (),nil ;}else if _feeg .BitsPerComponent ==16{return _cebebe (),nil ;};}else if _feeg .ColorComponents ==4{_ggaf :=_cebebe ();_ggaf .ColorComponents =4;return _ggaf ,nil ; +};return _cebebe (),nil ;};func (_ceada *PdfAcroForm )filteredFields (_ffebg FieldFilterFunc ,_gbdcag bool )[]*PdfField {if _ceada ==nil {return nil ;};return _acgga (_ceada .Fields ,_ffebg ,_gbdcag );}; -// NewMultipleFontEncoder returns instantiates a new *MultipleFontEncoder -func NewMultipleFontEncoder (fonts []*PdfFont )*MultipleFontEncoder {return &MultipleFontEncoder {_ecfa :fonts ,CurrentFont :fonts [0]};}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. +func (_bfeb *PdfColorspaceICCBased )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _bfeb .Alternate ==nil {if _bfeb .N ==1{_dbab :=NewPdfColorspaceDeviceGray ();return _dbab .ColorFromFloats (vals );}else if _bfeb .N ==3{_faef :=NewPdfColorspaceDeviceRGB (); +return _faef .ColorFromFloats (vals );}else if _bfeb .N ==4{_ecfd :=NewPdfColorspaceDeviceCMYK ();return _ecfd .ColorFromFloats (vals );}else {return nil ,_gea .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};return _bfeb .Alternate .ColorFromFloats (vals );}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element. -func (_egdd *PdfColorspaceSpecialSeparation )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bgafd ,_ccdfa :=_cee .GetNumbersAsFloat (objects ); -if _ccdfa !=nil {return nil ,_ccdfa ;};return _egdd .ColorFromFloats (_bgafd );}; +// FieldImageProvider provides fields images for specified fields. +type FieldImageProvider interface{FieldImageValues ()(map[string ]*Image ,error );}; -// NewPdfFontFromTTF loads a TTF font and returns a PdfFont type that can be -// used in text styling functions. -// Uses a WinAnsiTextEncoder and loads only character codes 32-255. -// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTF. -func NewPdfFontFromTTF (r _fc .ReadSeeker )(*PdfFont ,error ){const _adag =_dae .CharCode (32);const _gcfce =_dae .CharCode (255);_gfece ,_dcabb :=_fc .ReadAll (r );if _dcabb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_dcabb ); -return nil ,_dcabb ;};_dabc ,_dcabb :=_ce .TtfParse (_cd .NewReader (_gfece ));if _dcabb !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0054\u0054F\u0020\u0066\u006fn\u0074:\u0020\u0025\u0076",_dcabb ); -return nil ,_dcabb ;};_adagg :=&pdfFontSimple {_ccfb :make (map[_dae .CharCode ]float64 ),fontCommon :fontCommon {_ccdeg :"\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"}};_adagg ._bgggf =_dae .NewWinAnsiEncoder ();_adagg ._fbcf =_dabc .PostScriptName ; -_adagg .FirstChar =_cee .MakeInteger (int64 (_adag ));_adagg .LastChar =_cee .MakeInteger (int64 (_gcfce ));_eaad :=1000.0/float64 (_dabc .UnitsPerEm );if len (_dabc .Widths )<=0{return nil ,_cdf .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); -};_cffc :=_eaad *float64 (_dabc .Widths [0]);_ggada :=make ([]float64 ,0,_gcfce -_adag +1);for _bdace :=_adag ;_bdace <=_gcfce ;_bdace ++{_ccceg ,_dbgcd :=_adagg .Encoder ().CharcodeToRune (_bdace );if !_dbgcd {_fca .Log .Debug ("\u0052u\u006e\u0065\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u0028c\u006f\u0064\u0065\u003a\u0020\u0025\u0064)",_bdace ); -_ggada =append (_ggada ,_cffc );continue ;};_bcec ,_dbcfd :=_dabc .Chars [_ccceg ];if !_dbcfd {_fca .Log .Debug ("R\u0075\u006e\u0065\u0020no\u0074 \u0069\u006e\u0020\u0054\u0054F\u0020\u0043\u0068\u0061\u0072\u0073");_ggada =append (_ggada ,_cffc );continue ; -};_gbaf :=_eaad *float64 (_dabc .Widths [_bcec ]);_ggada =append (_ggada ,_gbaf );};_adagg .Widths =_cee .MakeIndirectObject (_cee .MakeArrayFromFloats (_ggada ));if len (_ggada )< int (_gcfce -_adag +1){_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0065\u006e\u0067t\u0068\u0020\u006f\u0066\u0020\u0077\u0069\u0064\u0074\u0068s,\u0020\u0025\u0064 \u003c \u0025\u0064",len (_ggada ),255-32+1); -return nil ,_cee .ErrRangeError ;};for _ecgb :=_adag ;_ecgb <=_gcfce ;_ecgb ++{_adagg ._ccfb [_ecgb ]=_ggada [_ecgb -_adag ];};_adagg .Encoding =_cee .MakeName ("\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_fbeda :=&PdfFontDescriptor {}; -_fbeda .FontName =_cee .MakeName (_dabc .PostScriptName );_fbeda .Ascent =_cee .MakeFloat (_eaad *float64 (_dabc .TypoAscender ));_fbeda .Descent =_cee .MakeFloat (_eaad *float64 (_dabc .TypoDescender ));_fbeda .CapHeight =_cee .MakeFloat (_eaad *float64 (_dabc .CapHeight )); -_fbeda .FontBBox =_cee .MakeArrayFromFloats ([]float64 {_eaad *float64 (_dabc .Xmin ),_eaad *float64 (_dabc .Ymin ),_eaad *float64 (_dabc .Xmax ),_eaad *float64 (_dabc .Ymax )});_fbeda .ItalicAngle =_cee .MakeFloat (_dabc .ItalicAngle );_fbeda .MissingWidth =_cee .MakeFloat (_eaad *float64 (_dabc .Widths [0])); -_edfc ,_dcabb :=_cee .MakeStream (_gfece ,_cee .NewFlateEncoder ());if _dcabb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_dcabb ); -return nil ,_dcabb ;};_edfc .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_cee .MakeInteger (int64 (len (_gfece ))));_fbeda .FontFile2 =_edfc ;if _dabc .Bold {_fbeda .StemV =_cee .MakeInteger (120);}else {_fbeda .StemV =_cee .MakeInteger (70); -};_defgc :=_caaa ;if _dabc .IsFixedPitch {_defgc |=_aabcf ;};if _dabc .ItalicAngle !=0{_defgc |=_dgbc ;};_fbeda .Flags =_cee .MakeInteger (int64 (_defgc ));_adagg ._ebcad =_fbeda ;_gcce :=&PdfFont {_bggcf :_adagg };return _gcce ,nil ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 4 for a CMYK32 device. +func (_debdb *PdfColorspaceDeviceCMYK )GetNumComponents ()int {return 4};var _ pdfFont =(*pdfFontType0 )(nil ); -// Resample resamples the image data converting from current BitsPerComponent to a target BitsPerComponent -// value. Sets the image's BitsPerComponent to the target value following resampling. -// -// For example, converting an 8-bit RGB image to 1-bit grayscale (common for scanned images): -// -// // Convert RGB image to grayscale. -// rgbColorSpace := pdf.NewPdfColorspaceDeviceRGB() -// grayImage, err := rgbColorSpace.ImageToGray(rgbImage) -// if err != nil { -// return err -// } -// // Resample as 1 bit. -// grayImage.Resample(1) -func (_cafb *Image )Resample (targetBitsPerComponent int64 ){if _cafb .BitsPerComponent ==targetBitsPerComponent {return ;};_cdgc :=_cafb .GetSamples ();if targetBitsPerComponent < _cafb .BitsPerComponent {_dfgef :=_cafb .BitsPerComponent -targetBitsPerComponent ; -for _debff :=range _cdgc {_cdgc [_debff ]>>=uint (_dfgef );};}else if targetBitsPerComponent > _cafb .BitsPerComponent {_ggccf :=targetBitsPerComponent -_cafb .BitsPerComponent ;for _cdea :=range _cdgc {_cdgc [_cdea ]<<=uint (_ggccf );};};_cafb .BitsPerComponent =targetBitsPerComponent ; -if _cafb .BitsPerComponent < 8{_cafb .resampleLowBits (_cdgc );return ;};_dffea :=_ca .BytesPerLine (int (_cafb .Width ),int (_cafb .BitsPerComponent ),_cafb .ColorComponents );_dfee :=make ([]byte ,_dffea *int (_cafb .Height ));var (_gddfb ,_bbdbe ,_bddda ,_bddaba int ; -_debfb uint32 ;);for _bddda =0;_bddda < int (_cafb .Height );_bddda ++{_gddfb =_bddda *_dffea ;_bbdbe =(_bddda +1)*_dffea -1;_geeccd :=_ag .ResampleUint32 (_cdgc [_gddfb :_bbdbe ],int (targetBitsPerComponent ),8);for _bddaba ,_debfb =range _geeccd {_dfee [_bddaba +_gddfb ]=byte (_debfb ); -};};_cafb .Data =_dfee ;}; +// PdfShadingType5 is a Lattice-form Gouraud-shaded triangle mesh. +type PdfShadingType5 struct{*PdfShading ;BitsPerCoordinate *_bda .PdfObjectInteger ;BitsPerComponent *_bda .PdfObjectInteger ;VerticesPerRow *_bda .PdfObjectInteger ;Decode *_bda .PdfObjectArray ;Function []PdfFunction ;}; -// PdfFunctionType2 defines an exponential interpolation of one input value and n -// output values: -// -// f(x) = y_0, ..., y_(n-1) -// -// y_j = C0_j + x^N * (C1_j - C0_j); for 0 <= j < n -// When N=1 ; linear interpolation between C0 and C1. -type PdfFunctionType2 struct{Domain []float64 ;Range []float64 ;C0 []float64 ;C1 []float64 ;N float64 ;_eebdf *_cee .PdfIndirectObject ;}; +// NewPdfField returns an initialized PdfField. +func NewPdfField ()*PdfField {return &PdfField {_ceaeg :_bda .MakeIndirectObject (_bda .MakeDict ())}}; -// GetDocMDPPermission returns the DocMDP level of the restrictions -func (_fgfcf *PdfSignature )GetDocMDPPermission ()(_cc .DocMDPPermission ,bool ){for _ ,_dggbc :=range _fgfcf .Reference .Elements (){if _cfdeb ,_dffgg :=_cee .GetDict (_dggbc );_dffgg {if _eabbd ,_aeafb :=_cee .GetNameVal (_cfdeb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -_aeafb &&_eabbd =="\u0044\u006f\u0063\u004d\u0044\u0050"{if _gbfaca ,_adced :=_cee .GetDict (_cfdeb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_adced {if P ,_bcfgg :=_cee .GetIntVal (_gbfaca .Get ("\u0050")); -_bcfgg {return _cc .DocMDPPermission (P ),true ;};};};};};return 0,false ;}; +// GetCatalogViewerPreferences gets catalog ViewerPreferences object. +func (_eacac *PdfReader )GetCatalogViewerPreferences ()(_bda .PdfObject ,bool ){if _eacac ._dabg ==nil {return nil ,false ;};_adabb :=_eacac ._dabg .Get ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073"); +return _adabb ,_adabb !=nil ;}; + +// ReaderToWriterOpts options used to generate a PdfWriter. +type ReaderToWriterOpts struct{SkipAcroForm bool ;SkipInfo bool ;SkipNameDictionary bool ;SkipNamedDests bool ;SkipOCProperties bool ;SkipOutlines bool ;SkipPageLabels bool ;SkipRotation bool ;SkipMetadata bool ;SkipMarkInfo bool ;SkipViewerPreferences bool ; +SkipLanguage bool ;PageProcessCallback PageProcessCallback ; -// WriteToFile writes the Appender output to file specified by path. -func (_abaae *PdfAppender )WriteToFile (outputPath string )error {_bddc ,_baag :=_fef .Create (outputPath );if _baag !=nil {return _baag ;};defer _bddc .Close ();return _abaae .Write (_bddc );};func _fabef (_eegbb *_cee .PdfObjectStream )(*PdfFunctionType0 ,error ){_aaeeb :=&PdfFunctionType0 {}; -_aaeeb ._gaagd =_eegbb ;_efebf :=_eegbb .PdfObjectDictionary ;_gacad ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};if _gacad .Len ()< 0||_gacad .Len ()%2!=0{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_aaeeb .NumInputs =_gacad .Len ()/2;_adeb ,_ccbg :=_gacad .ToFloat64Array ();if _ccbg !=nil {return nil ,_ccbg ;};_aaeeb .Domain =_adeb ; -_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("\u0052\u0061\u006e\u0067e \u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _gacad .Len ()< 0||_gacad .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065");};_aaeeb .NumOutputs =_gacad .Len ()/2;_ggbab ,_ccbg :=_gacad .ToFloat64Array ();if _ccbg !=nil {return nil ,_ccbg ; -};_aaeeb .Range =_ggbab ;_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0053\u0069\u007a\u0065")).(*_cee .PdfObjectArray );if !_cbfa {_fca .Log .Error ("\u0053i\u007ae\u0020\u006e\u006f\u0074\u0020s\u0070\u0065c\u0069\u0066\u0069\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_agcbg ,_ccbg :=_gacad .ToIntegerArray (); -if _ccbg !=nil {return nil ,_ccbg ;};if len (_agcbg )!=_aaeeb .NumInputs {_fca .Log .Error ("T\u0061\u0062\u006c\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006e\u006f\u0074\u0020\u006d\u0061\u0074\u0063h\u0069\u006e\u0067\u0020\u006e\u0075\u006d\u0062\u0065\u0072 o\u0066\u0020\u0069n\u0070u\u0074\u0073"); -return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .Size =_agcbg ;_dfgdb ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065")).(*_cee .PdfObjectInteger ); -if !_cbfa {_fca .Log .Error ("B\u0069\u0074\u0073\u0050\u0065\u0072S\u0061\u006d\u0070\u006c\u0065\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if *_dfgdb !=1&&*_dfgdb !=2&&*_dfgdb !=4&&*_dfgdb !=8&&*_dfgdb !=12&&*_dfgdb !=16&&*_dfgdb !=24&&*_dfgdb !=32{_fca .Log .Error ("\u0042\u0069\u0074s \u0070\u0065\u0072\u0020\u0073\u0061\u006d\u0070\u006ce\u0020o\u0075t\u0073i\u0064\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0028\u0025\u0064\u0029",*_dfgdb ); -return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .BitsPerSample =int (*_dfgdb );_aaeeb .Order =1;_fgfee ,_cbfa :=_cee .TraceToDirectObject (_efebf .Get ("\u004f\u0072\u0064e\u0072")).(*_cee .PdfObjectInteger ); -if _cbfa {if *_fgfee !=1&&*_fgfee !=3{_fca .Log .Error ("\u0049n\u0076a\u006c\u0069\u0064\u0020\u006fr\u0064\u0065r\u0020\u0028\u0025\u0064\u0029",*_fgfee );return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_aaeeb .Order =int (*_fgfee ); -};_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray );if _cbfa {_dbgbad ,_cfdf :=_gacad .ToFloat64Array ();if _cfdf !=nil {return nil ,_cfdf ;};_aaeeb .Encode =_dbgbad ;};_gacad ,_cbfa =_cee .TraceToDirectObject (_efebf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray ); -if _cbfa {_bgdbeb ,_gaecg :=_gacad .ToFloat64Array ();if _gaecg !=nil {return nil ,_gaecg ;};_aaeeb .Decode =_bgdbeb ;};_dfba ,_ccbg :=_cee .DecodeStream (_eegbb );if _ccbg !=nil {return nil ,_ccbg ;};_aaeeb ._bbdc =_dfba ;return _aaeeb ,nil ;}; +// Deprecated: will be removed in v4. Use PageProcessCallback instead. +PageCallback PageCallback ;}; -// PdfColorspaceLab is a L*, a*, b* 3 component colorspace. -type PdfColorspaceLab struct{WhitePoint []float64 ;BlackPoint []float64 ;Range []float64 ;_acff *_cee .PdfIndirectObject ;}; +// NewPdfDate returns a new PdfDate object from a PDF date string (see 7.9.4 Dates). +// format: "D: YYYYMMDDHHmmSSOHH'mm" +func NewPdfDate (dateStr string )(PdfDate ,error ){_geaag ,_bcedge :=_ded .ParsePdfTime (dateStr );if _bcedge !=nil {return PdfDate {},_bcedge ;};return NewPdfDateFromTime (_geaag );}; -// NewPdfActionGoTo3DView returns a new "goTo3DView" action. -func NewPdfActionGoTo3DView ()*PdfActionGoTo3DView {_aec :=NewPdfAction ();_edd :=&PdfActionGoTo3DView {};_edd .PdfAction =_aec ;_aec .SetContext (_edd );return _edd ;}; +// PrintClip returns the value of the printClip. +func (_fdfbd *ViewerPreferences )PrintClip ()PageBoundary {return _fdfbd ._eefag }; // ToPdfObject implements interface PdfModel. -func (_dbbae *PdfAnnotationRichMedia )ToPdfObject ()_cee .PdfObject {_dbbae .PdfAnnotation .ToPdfObject ();_aaba :=_dbbae ._eddc ;_cfgb :=_aaba .PdfObject .(*_cee .PdfObjectDictionary );_cfgb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0052i\u0063\u0068\u004d\u0065\u0064\u0069a")); -_cfgb .SetIfNotNil ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073",_dbbae .RichMediaSettings );_cfgb .SetIfNotNil ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074",_dbbae .RichMediaContent ); -return _aaba ;};func _adfebd (_addeb *PdfPage ){_fgdc :=_ade .GetLicenseKey ();if _fgdc !=nil &&_fgdc .IsLicensed (){return ;};_begb :=_cee .PdfObjectName ("\u0055\u0046\u0031");if !_addeb .Resources .HasFontByName (_begb ){_addeb .Resources .SetFontByName (_begb ,DefaultFont ().ToPdfObject ()); -};var _dacaf []string ;_dacaf =append (_dacaf ,"\u0071");_dacaf =append (_dacaf ,"\u0042\u0054");_dacaf =append (_dacaf ,_e .Sprintf ("\u002f%\u0073\u0020\u0031\u0034\u0020\u0054f",_begb .String ()));_dacaf =append (_dacaf ,"\u0031\u0020\u0030\u0020\u0030\u0020\u0072\u0067"); -_dacaf =append (_dacaf ,"\u0031\u0030\u0020\u0031\u0030\u0020\u0054\u0064");_ccegaa :="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020\u0055\u006e\u0069\u0044o\u0063\u0020\u002d\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070\u0073:/\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"; -_dacaf =append (_dacaf ,_e .Sprintf ("\u0028%\u0073\u0029\u0020\u0054\u006a",_ccegaa ));_dacaf =append (_dacaf ,"\u0045\u0054");_dacaf =append (_dacaf ,"\u0051");_fedg :=_ad .Join (_dacaf ,"\u000a");_addeb .AddContentStreamByString (_fedg );_addeb .ToPdfObject (); +func (_cga *PdfAction )ToPdfObject ()_bda .PdfObject {_ee :=_cga ._gg ;_bdg :=_ee .PdfObject .(*_bda .PdfObjectDictionary );_bdg .Clear ();_bdg .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0041\u0063\u0074\u0069\u006f\u006e"));_bdg .SetIfNotNil ("\u0053",_cga .S ); +_bdg .SetIfNotNil ("\u004e\u0065\u0078\u0074",_cga .Next );return _ee ;}; + +// NewPdfColorspaceDeviceN returns an initialized PdfColorspaceDeviceN. +func NewPdfColorspaceDeviceN ()*PdfColorspaceDeviceN {_dcea :=&PdfColorspaceDeviceN {};return _dcea };func (_geca *PdfReader )loadStructure ()error {if _geca ._fdadg .GetCrypter ()!=nil &&!_geca ._fdadg .IsAuthenticated (){return _c .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_gacb :=_geca ._fdadg .GetTrailer ();if _gacb ==nil {return _c .Errorf ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_gfeff ,_dcaad :=_gacb .Get ("\u0052\u006f\u006f\u0074").(*_bda .PdfObjectReference );if !_dcaad {return _c .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052\u006f\u006ft\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a \u0025\u0073\u0029",_gacb ); +};_dbegab ,_bbdae :=_geca ._fdadg .LookupByReference (*_gfeff );if _bbdae !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0072\u006f\u006f\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_bbdae ); +return _bbdae ;};_bfcbb ,_dcaad :=_dbegab .(*_bda .PdfIndirectObject );if !_dcaad {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_dbegab ,*_gacb ); +return _gea .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_affgc ,_dcaad :=(*_bfcbb ).PdfObject .(*_bda .PdfObjectDictionary );if !_dcaad {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0061t\u0061\u006c\u006fg\u0020(\u0025\u0073\u0029",_bfcbb .PdfObject ); +return _gea .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_ed .Log .Trace ("C\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_affgc );_cafae ,_dcaad :=_affgc .Get ("\u0050\u0061\u0067e\u0073").(*_bda .PdfObjectReference ); +if !_dcaad {return _gea .New ("\u0070\u0061\u0067\u0065\u0073\u0020\u0069\u006e\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0061\u0020\u0072e\u0066\u0065r\u0065\u006e\u0063\u0065");};_ddbeb ,_bbdae :=_geca ._fdadg .LookupByReference (*_cafae ); +if _bbdae !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020r\u0065\u0061\u0064 \u0070a\u0067\u0065\u0073");return _bbdae ;};_bcggea ,_dcaad :=_ddbeb .(*_bda .PdfIndirectObject );if !_dcaad {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020P\u0061\u0067\u0065\u0073\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0069n\u0076a\u006c\u0069\u0064"); +_ed .Log .Debug ("\u006f\u0070\u003a\u0020\u0025\u0070",_bcggea );return _gea .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_caafa ,_dcaad :=_bcggea .PdfObject .(*_bda .PdfObjectDictionary ); +if !_dcaad {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065c\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0073\u0029",_bcggea );return _gea .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064"); +};_dfgcb ,_dcaad :=_bda .GetInt (_caafa .Get ("\u0043\u006f\u0075n\u0074"));if !_dcaad {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0050\u0061\u0067\u0065\u0073\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +return _gea .New ("\u0070\u0061\u0067\u0065s \u0063\u006f\u0075\u006e\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};if _ ,_dcaad =_bda .GetName (_caafa .Get ("\u0054\u0079\u0070\u0065"));!_dcaad {_ed .Log .Debug ("\u0050\u0061\u0067\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020T\u0079\u0070\u0065\u0020\u0066\u0069\u0065\u006cd\u0020n\u006f\u0074\u0020\u0073\u0065\u0074\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0054\u0079p\u0065\u0020\u0074\u006f\u0020\u0050\u0061\u0067\u0065\u0073\u002e"); +_caafa .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0050\u0061\u0067e\u0073"));};if _fdfac ,_cfac :=_bda .GetInt (_caafa .Get ("\u0052\u006f\u0074\u0061\u0074\u0065"));_cfac {_fbecgg :=int64 (*_fdfac );_geca .Rotate =&_fbecgg ;};_geca ._ceabe =_gfeff ; +_geca ._dabg =_affgc ;_geca ._dafaa =_caafa ;_geca ._baeed =_bcggea ;_geca ._gdbe =int (*_dfgcb );_geca ._cgdac =[]*_bda .PdfIndirectObject {};_adgf :=map[_bda .PdfObject ]struct{}{};_bbdae =_geca .buildPageList (_bcggea ,nil ,_adgf );if _bbdae !=nil {return _bbdae ; +};_ed .Log .Trace ("\u002d\u002d\u002d");_ed .Log .Trace ("\u0054\u004f\u0043");_ed .Log .Trace ("\u0050\u0061\u0067e\u0073");_ed .Log .Trace ("\u0025\u0064\u003a\u0020\u0025\u0073",len (_geca ._cgdac ),_geca ._cgdac );_geca ._febfd ,_bbdae =_geca .loadOutlines (); +if _bbdae !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075i\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 t\u0072\u0065\u0065 \u0028%\u0073\u0029",_bbdae ); +return _bbdae ;};_geca .AcroForm ,_bbdae =_geca .loadForms ();if _bbdae !=nil {return _bbdae ;};_geca .DSS ,_bbdae =_geca .loadDSS ();if _bbdae !=nil {return _bbdae ;};_geca ._dbcf ,_bbdae =_geca .loadPerms ();if _bbdae !=nil {return _bbdae ;};return nil ; }; -// PdfAnnotationHighlight represents Highlight annotations. -// (Section 12.5.6.10). -type PdfAnnotationHighlight struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;};func _afgafg (_abeeg _cee .PdfObject )(*PdfFunctionType3 ,error ){_beabc :=&PdfFunctionType3 {};var _defb *_cee .PdfObjectDictionary ;if _gbfgb ,_eeedd :=_abeeg .(*_cee .PdfIndirectObject ); -_eeedd {_bgfda ,_gegf :=_gbfgb .PdfObject .(*_cee .PdfObjectDictionary );if !_gegf {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_beabc ._ebff =_gbfgb ;_defb =_bgfda ;}else if _bgce ,_facad :=_abeeg .(*_cee .PdfObjectDictionary ); -_facad {_defb =_bgce ;}else {return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_bdabc ,_fdcda :=_cee .TraceToDirectObject (_defb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e")).(*_cee .PdfObjectArray ); -if !_fdcda {_fca .Log .Error ("D\u006fm\u0061\u0069\u006e\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};if _bdabc .Len ()!=2{_fca .Log .Error ("\u0044\u006f\u006d\u0061\u0069\u006e\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");return nil ,_cdf .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0064\u006f\u006da\u0069\u006e\u0020\u0072an\u0067\u0065");};_cegd ,_efffd :=_bdabc .ToFloat64Array (); -if _efffd !=nil {return nil ,_efffd ;};_beabc .Domain =_cegd ;_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0052\u0061\u006eg\u0065")).(*_cee .PdfObjectArray );if _fdcda {if _bdabc .Len ()< 0||_bdabc .Len ()%2!=0{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0072\u0061\u006e\u0067\u0065"); -};_bcgc ,_bcfgc :=_bdabc .ToFloat64Array ();if _bcfgc !=nil {return nil ,_bcfgc ;};_beabc .Range =_bcgc ;};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es")).(*_cee .PdfObjectArray );if !_fdcda {_fca .Log .Error ("\u0046\u0075\u006ect\u0069\u006f\u006e\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_beabc .Functions =[]PdfFunction {}; -for _ ,_agabf :=range _bdabc .Elements (){_ggbag ,_acecf :=_eeaec (_agabf );if _acecf !=nil {return nil ,_acecf ;};_beabc .Functions =append (_beabc .Functions ,_ggbag );};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0042\u006f\u0075\u006e\u0064\u0073")).(*_cee .PdfObjectArray ); -if !_fdcda {_fca .Log .Error ("B\u006fu\u006e\u0064\u0073\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064");return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};_gdeefe ,_efffd :=_bdabc .ToFloat64Array ();if _efffd !=nil {return nil ,_efffd ;};_beabc .Bounds =_gdeefe ;if len (_beabc .Bounds )!=len (_beabc .Functions )-1{_fca .Log .Error ("B\u006f\u0075\u006e\u0064\u0073\u0020\u0028\u0025\u0064)\u0020\u0061\u006e\u0064\u0020\u006e\u0075m \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029 n\u006f\u0074 \u006d\u0061\u0074\u0063\u0068\u0069\u006e\u0067",len (_beabc .Bounds ),len (_beabc .Functions )); -return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bdabc ,_fdcda =_cee .TraceToDirectObject (_defb .Get ("\u0045\u006e\u0063\u006f\u0064\u0065")).(*_cee .PdfObjectArray );if !_fdcda {_fca .Log .Error ("E\u006ec\u006f\u0064\u0065\u0020\u006e\u006f\u0074\u0020s\u0070\u0065\u0063\u0069fi\u0065\u0064"); -return nil ,_cdf .New ("\u0072\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0069\u006ev\u0061\u006c\u0069\u0064");};_bbggb ,_efffd :=_bdabc .ToFloat64Array (); -if _efffd !=nil {return nil ,_efffd ;};_beabc .Encode =_bbggb ;if len (_beabc .Encode )!=2*len (_beabc .Functions ){_fca .Log .Error ("\u004c\u0065\u006e\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0028\u0025\u0064\u0029 \u0061\u006e\u0064\u0020\u006e\u0075\u006d\u0020\u0066\u0075\u006e\u0063\u0074i\u006f\u006e\u0073\u0020\u0028\u0025\u0064\u0029\u0020\u006e\u006f\u0074 m\u0061\u0074\u0063\u0068\u0069\u006e\u0067\u0020\u0075\u0070",len (_beabc .Encode ),len (_beabc .Functions )); -return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};return _beabc ,nil ;}; +// WriteToFile writes the output PDF to file. +func (_eddfcb *PdfWriter )WriteToFile (outputFilePath string )error {_dfgbd ,_dfcge :=_dfc .Create (outputFilePath );if _dfcge !=nil {return _dfcge ;};defer _dfgbd .Close ();return _eddfcb .Write (_dfgbd );}; -// GetCerts returns the signature certificate chain. -func (_gadec *PdfSignature )GetCerts ()([]*_dfd .Certificate ,error ){var _facdgb []func ()([]*_dfd .Certificate ,error );switch _dggag ,_ :=_cee .GetNameVal (_gadec .SubFilter );_dggag {case "\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064","\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064":_facdgb =append (_facdgb ,_gadec .extractChainFromPKCS7 ,_gadec .extractChainFromCert ); -case "\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031":_facdgb =append (_facdgb ,_gadec .extractChainFromCert );case "\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031":_facdgb =append (_facdgb ,_gadec .extractChainFromPKCS7 ); -default:return nil ,_e .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020S\u0075b\u0046i\u006c\u0074\u0065\u0072\u003a\u0020\u0025s",_dggag );};for _ ,_cgddb :=range _facdgb {_dcacf ,_fcecg :=_cgddb ();if _fcecg !=nil {return nil ,_fcecg ; -};if len (_dcacf )> 0{return _dcacf ,nil ;};};return nil ,ErrSignNoCertificates ;};func (_ffge *PdfAppender )replaceObject (_edgb ,_dbc _cee .PdfObject ){switch _fbdg :=_edgb .(type ){case *_cee .PdfIndirectObject :_ffge ._edae [_dbc ]=_fbdg .ObjectNumber ; -case *_cee .PdfObjectStream :_ffge ._edae [_dbc ]=_fbdg .ObjectNumber ;};};func (_gfedd *PdfWriter )checkPendingObjects (){for _eacca ,_cagac :=range _gfedd ._fgadee {if !_gfedd .hasObject (_eacca ){_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u0020\u0050\u0065n\u0064\u0069\u006eg\u0020\u006f\u0062j\u0065\u0063t\u0020\u0025\u002b\u0076\u0020\u0025T\u0020(%\u0070\u0029\u0020\u006e\u0065\u0076\u0065\u0072\u0020\u0061\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0077\u0072\u0069\u0074\u0069\u006e\u0067",_eacca ,_eacca ,_eacca ); -for _ ,_feedbc :=range _cagac {for _ ,_eeeda :=range _feedbc .Keys (){_cdeaf :=_feedbc .Get (_eeeda );if _cdeaf ==_eacca {_fca .Log .Debug ("\u0050e\u006e\u0064i\u006e\u0067\u0020\u006fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0075\u006e\u0064\u0021\u0020\u0061nd\u0020\u0072\u0065p\u006c\u0061c\u0065\u0064\u0020\u0077\u0069\u0074h\u0020\u006eu\u006c\u006c"); -_feedbc .Set (_eeeda ,_cee .MakeNull ());break ;};};};};};}; +// ToPdfObject returns the text field dictionary within an indirect object (container). +func (_eabbbd *PdfFieldText )ToPdfObject ()_bda .PdfObject {_eabbbd .PdfField .ToPdfObject ();_edec :=_eabbbd ._ceaeg ;_geabcc :=_edec .PdfObject .(*_bda .PdfObjectDictionary );_geabcc .Set ("\u0046\u0054",_bda .MakeName ("\u0054\u0078"));if _eabbbd .DA !=nil {_geabcc .Set ("\u0044\u0041",_eabbbd .DA ); +};if _eabbbd .Q !=nil {_geabcc .Set ("\u0051",_eabbbd .Q );};if _eabbbd .DS !=nil {_geabcc .Set ("\u0044\u0053",_eabbbd .DS );};if _eabbbd .RV !=nil {_geabcc .Set ("\u0052\u0056",_eabbbd .RV );};if _eabbbd .MaxLen !=nil {_geabcc .Set ("\u004d\u0061\u0078\u004c\u0065\u006e",_eabbbd .MaxLen ); +};return _edec ;}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain three PdfObjectFloat elements representing -// the L, A and B components of the color. -func (_gdga *PdfColorspaceLab )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_babce ,_eced :=_cee .GetNumbersAsFloat (objects ); -if _eced !=nil {return nil ,_eced ;};return _gdga .ColorFromFloats (_babce );}; +// ReaderOpts defines options for creating PdfReader instances. +type ReaderOpts struct{ -// ToPdfObject implements interface PdfModel. -func (_abec *PdfAnnotationCircle )ToPdfObject ()_cee .PdfObject {_abec .PdfAnnotation .ToPdfObject ();_bfeg :=_abec ._eddc ;_abagd :=_bfeg .PdfObject .(*_cee .PdfObjectDictionary );_abec .PdfAnnotationMarkup .appendToPdfDictionary (_abagd );_abagd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0043\u0069\u0072\u0063\u006c\u0065")); -_abagd .SetIfNotNil ("\u0042\u0053",_abec .BS );_abagd .SetIfNotNil ("\u0049\u0043",_abec .IC );_abagd .SetIfNotNil ("\u0042\u0045",_abec .BE );_abagd .SetIfNotNil ("\u0052\u0044",_abec .RD );return _bfeg ;}; +// Password password of the PDF file encryption. +// Default: empty (""). +Password string ; -// DecodeArray returns the range of color component values in DeviceCMYK colorspace. -func (_dfga *PdfColorspaceDeviceCMYK )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};};func (_bfbbac *PdfPattern )getDict ()*_cee .PdfObjectDictionary {if _bddfc ,_befcc :=_bfbbac ._bgabc .(*_cee .PdfIndirectObject );_befcc {_eaeac ,_ffagc :=_bddfc .PdfObject .(*_cee .PdfObjectDictionary ); -if !_ffagc {return nil ;};return _eaeac ;}else if _fbdcee ,_dbgde :=_bfbbac ._bgabc .(*_cee .PdfObjectStream );_dbgde {return _fbdcee .PdfObjectDictionary ;}else {_fca .Log .Debug ("\u0054r\u0079\u0069\u006e\u0067\u0020\u0074\u006f a\u0063\u0063\u0065\u0073\u0073\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0079\u0020\u006f\u0066\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063t \u0074\u0079\u0070e\u0020\u0028\u0025\u0054\u0029",_bfbbac ._bgabc ); -return nil ;};}; +// LazyLoad set if the PDF file would be loaded using lazy-loading mode. +// Default: true. +LazyLoad bool ; -// SetPickTrayByPDFSize sets the value of the pickTrayByPDFSize flag. -func (_aedgd *ViewerPreferences )SetPickTrayByPDFSize (pickTrayByPDFSize bool ){_aedgd ._bdfed =&pickTrayByPDFSize ;}; +// ComplianceMode set if parsed PDF file should contain meta information for the verifiers of the compliance standards like PDF/A. +ComplianceMode bool ;};func (_bdcf *PdfReader )newPdfAnnotationSquigglyFromDict (_ebg *_bda .PdfObjectDictionary )(*PdfAnnotationSquiggly ,error ){_bede :=PdfAnnotationSquiggly {};_gbe ,_faf :=_bdcf .newPdfAnnotationMarkupFromDict (_ebg );if _faf !=nil {return nil ,_faf ; +};_bede .PdfAnnotationMarkup =_gbe ;_bede .QuadPoints =_ebg .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_bede ,nil ;}; -// SetMCID sets the MCID for the KValue. -func (_acecdc *KValue )SetMCID (mcid int ){_acecdc .Clear ();_acecdc ._dfcf =&mcid };var _ggfcf =map[string ]string {"\u0053\u0079\u006d\u0062\u006f\u006c":"\u0053\u0079\u006d\u0062\u006f\u006c\u0045\u006e\u0063o\u0064\u0069\u006e\u0067","\u005a\u0061\u0070f\u0044\u0069\u006e\u0067\u0062\u0061\u0074\u0073":"Z\u0061p\u0066\u0044\u0069\u006e\u0067\u0062\u0061\u0074s\u0045\u006e\u0063\u006fdi\u006e\u0067"}; +// NewPdfShadingPatternType2 creates an empty shading pattern type 2 object. +func NewPdfShadingPatternType2 ()*PdfShadingPatternType2 {_cccc :=&PdfShadingPatternType2 {};_cccc .Matrix =_bda .MakeArrayFromIntegers ([]int {1,0,0,1,0,0});_cccc .PdfPattern =&PdfPattern {};_cccc .PdfPattern .PatternType =int64 (*_bda .MakeInteger (2)); +_cccc .PdfPattern ._dgaed =_cccc ;_cccc .PdfPattern ._cbbgec =_bda .MakeIndirectObject (_bda .MakeDict ());return _cccc ;}; +// NewPdfAnnotationMovie returns a new movie annotation. +func NewPdfAnnotationMovie ()*PdfAnnotationMovie {_cbd :=NewPdfAnnotation ();_ddcfg :=&PdfAnnotationMovie {};_ddcfg .PdfAnnotation =_cbd ;_cbd .SetContext (_ddcfg );return _ddcfg ;};func (_gagfd *PdfReader )newPdfAnnotation3DFromDict (_cdac *_bda .PdfObjectDictionary )(*PdfAnnotation3D ,error ){_abb :=PdfAnnotation3D {}; +_abb .T3DD =_cdac .Get ("\u0033\u0044\u0044");_abb .T3DV =_cdac .Get ("\u0033\u0044\u0056");_abb .T3DA =_cdac .Get ("\u0033\u0044\u0041");_abb .T3DI =_cdac .Get ("\u0033\u0044\u0049");_abb .T3DB =_cdac .Get ("\u0033\u0044\u0042");return &_abb ,nil ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_gcae *PdfShadingType2 )ToPdfObject ()_cee .PdfObject {_gcae .PdfShading .ToPdfObject ();_bbfdge ,_fceeb :=_gcae .getShadingDict ();if _fceeb !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _bbfdge ==nil {_fca .Log .Error ("\u0053\u0068\u0061\u0064in\u0067\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c");return nil ;};if _gcae .Coords !=nil {_bbfdge .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_gcae .Coords ); -};if _gcae .Domain !=nil {_bbfdge .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_gcae .Domain );};if _gcae .Function !=nil {if len (_gcae .Function )==1{_bbfdge .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gcae .Function [0].ToPdfObject ()); -}else {_dccgg :=_cee .MakeArray ();for _ ,_cffd :=range _gcae .Function {_dccgg .Append (_cffd .ToPdfObject ());};_bbfdge .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_dccgg );};};if _gcae .Extend !=nil {_bbfdge .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_gcae .Extend ); -};return _gcae ._dfgbe ;};func _caaf (_ecdgb map[_ce .GID ]int ,_dfgc uint16 )*_cee .PdfObjectArray {_aaee :=&_cee .PdfObjectArray {};_fffbf :=_ce .GID (_dfgc );for _gfggc :=_ce .GID (0);_gfggc < _fffbf ;{_fcbb ,_bbbg :=_ecdgb [_gfggc ];if !_bbbg {_gfggc ++; -continue ;};_gfcf :=_gfggc ;for _gbfc :=_gfcf +1;_gbfc < _fffbf ;_gbfc ++{if _cbbf ,_ffeeg :=_ecdgb [_gbfc ];!_ffeeg ||_fcbb !=_cbbf {break ;};_gfcf =_gbfc ;};_aaee .Append (_cee .MakeInteger (int64 (_gfggc )));_aaee .Append (_cee .MakeInteger (int64 (_gfcf ))); -_aaee .Append (_cee .MakeInteger (int64 (_fcbb )));_gfggc =_gfcf +1;};return _aaee ;}; +// ColorFromPdfObjects returns a new PdfColor based on input color components. The input PdfObjects should +// be numeric. +func (_bfda *PdfColorspaceDeviceN )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=_bfda .GetNumComponents (){return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_gded ,_ebdc :=_bda .GetNumbersAsFloat (objects ); +if _ebdc !=nil {return nil ,_ebdc ;};return _bfda .ColorFromFloats (_gded );}; -// ValidateSignatures validates digital signatures in the document. -func (_dgbgb *PdfReader )ValidateSignatures (handlers []SignatureHandler )([]SignatureValidationResult ,error ){if _dgbgb .AcroForm ==nil {return nil ,nil ;};if _dgbgb .AcroForm .Fields ==nil {return nil ,nil ;};type sigFieldPair struct{_ebac *PdfSignature ; -_gefb *PdfField ;_fcdde SignatureHandler ;};var _bdabb []*sigFieldPair ;for _ ,_fdfg :=range _dgbgb .AcroForm .AllFields (){if _fdfg .V ==nil {continue ;};if _geefb ,_cdbdg :=_cee .GetDict (_fdfg .V );_cdbdg {if _adcac ,_cdcfc :=_cee .GetNameVal (_geefb .Get ("\u0054\u0079\u0070\u0065")); -_cdcfc &&(_adcac =="\u0053\u0069\u0067"||_adcac =="\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070"){_ccabg ,_ccdfg :=_cee .GetIndirect (_fdfg .V );if !_ccdfg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0065\u0072\u0020\u0069s\u0020\u006e\u0069\u006c"); -return nil ,ErrTypeCheck ;};_ddece ,_dcgde :=_dgbgb .newPdfSignatureFromIndirect (_ccabg );if _dcgde !=nil {return nil ,_dcgde ;};var _dbgea SignatureHandler ;for _ ,_adecf :=range handlers {if _adecf .IsApplicable (_ddece ){_dbgea =_adecf ;break ;};}; -_bdabb =append (_bdabb ,&sigFieldPair {_ebac :_ddece ,_gefb :_fdfg ,_fcdde :_dbgea });};};};var _aafdd []SignatureValidationResult ;for _ ,_fdgfd :=range _bdabb {_cfabd :=SignatureValidationResult {IsSigned :true ,Fields :[]*PdfField {_fdgfd ._gefb }}; -if _fdgfd ._fcdde ==nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0068a\u006ed\u006c\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0073\u0065\u0074");_aafdd =append (_aafdd ,_cfabd );continue ;};_gabgb ,_bacc :=_fdgfd ._fcdde .NewDigest (_fdgfd ._ebac ); -if _bacc !=nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0064\u0069\u0067e\u0073\u0074\u0020\u0065\u0072\u0072\u006f\u0072",_bacc .Error ());_aafdd =append (_aafdd ,_cfabd );continue ;};_gdebf :=_fdgfd ._ebac .ByteRange ;if _gdebf ==nil {_cfabd .Errors =append (_cfabd .Errors ,"\u0042\u0079\u0074\u0065\u0052\u0061\u006e\u0067\u0065\u0020\u006e\u006ft\u0020\u0073\u0065\u0074"); -_aafdd =append (_aafdd ,_cfabd );continue ;};for _dbbeb :=0;_dbbeb < _gdebf .Len ();_dbbeb =_dbbeb +2{_gedaf ,_ :=_cee .GetNumberAsInt64 (_gdebf .Get (_dbbeb ));_afgff ,_ :=_cee .GetIntVal (_gdebf .Get (_dbbeb +1));if _ ,_ffgfb :=_dgbgb ._cadbb .Seek (_gedaf ,_fc .SeekStart ); -_ffgfb !=nil {return nil ,_ffgfb ;};_ffcec :=make ([]byte ,_afgff );if _ ,_debda :=_dgbgb ._cadbb .Read (_ffcec );_debda !=nil {return nil ,_debda ;};_gabgb .Write (_ffcec );};var _edgfb SignatureValidationResult ;if _cdce ,_cdgd :=_fdgfd ._fcdde .(SignatureHandlerDocMDP ); -_cdgd {_edgfb ,_bacc =_cdce .ValidateWithOpts (_fdgfd ._ebac ,_gabgb ,SignatureHandlerDocMDPParams {Parser :_dgbgb ._ffdgf });}else {_edgfb ,_bacc =_fdgfd ._fcdde .Validate (_fdgfd ._ebac ,_gabgb );};if _bacc !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052: \u0025v\u0020\u0028\u0025\u0054\u0029 \u002d\u0020\u0073\u006b\u0069\u0070",_bacc ,_fdgfd ._fcdde ); -_edgfb .Errors =append (_edgfb .Errors ,_bacc .Error ());};_edgfb .Name =_fdgfd ._ebac .Name .Decoded ();_edgfb .Reason =_fdgfd ._ebac .Reason .Decoded ();if _fdgfd ._ebac .M !=nil {_ccfbg ,_gadff :=NewPdfDate (_fdgfd ._ebac .M .String ());if _gadff !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gadff ); -_edgfb .Errors =append (_edgfb .Errors ,_gadff .Error ());continue ;};_edgfb .Date =_ccfbg ;};_edgfb .ContactInfo =_fdgfd ._ebac .ContactInfo .Decoded ();_edgfb .Location =_fdgfd ._ebac .Location .Decoded ();_edgfb .Fields =_cfabd .Fields ;_aafdd =append (_aafdd ,_edgfb ); -};return _aafdd ,nil ;}; +// SetOptimizer sets the optimizer to optimize PDF before writing. +func (_acfbcf *PdfWriter )SetOptimizer (optimizer Optimizer ){_acfbcf ._cfcfg =optimizer };func (_gcaf *PdfColorspaceSpecialIndexed )String ()string {return "\u0049n\u0064\u0065\u0078\u0065\u0064";}; -// NewCustomPdfOutputIntent creates a new custom PdfOutputIntent. -func NewCustomPdfOutputIntent (outputCondition ,outputConditionIdentifier ,info string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,Info :info ,DestOutputProfile :destOutputProfile ,_eebee :_cee .MakeDict (),ColorComponents :colorComponents }; -}; +// ImageToRGB returns the passed in image. Method exists in order to satisfy +// the PdfColorspace interface. +func (_ggdf *PdfColorspaceDeviceRGB )ImageToRGB (img Image )(Image ,error ){return img ,nil };var (TabOrderRow TabOrderType ="\u0052";TabOrderColumn TabOrderType ="\u0043";TabOrderStructure TabOrderType ="\u0053";); -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain three elements representing the -// L (range 0-100), A (range -100-100) and B (range -100-100) components of -// the color. -func (_gfcc *PdfColorspaceLab )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bfbc :=vals [0];if _bfbc < 0.0||_bfbc > 100.0{_fca .Log .Debug ("\u004c\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0030-\u0031\u0030\u0030\u0029",_bfbc ); -return nil ,ErrColorOutOfRange ;};_dgeg :=vals [1];_fgee :=float64 (-100);_bfag :=float64 (100);if len (_gfcc .Range )> 1{_fgee =_gfcc .Range [0];_bfag =_gfcc .Range [1];};if _dgeg < _fgee ||_dgeg > _bfag {_fca .Log .Debug ("\u0041\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_dgeg ,_fgee ,_bfag ); -return nil ,ErrColorOutOfRange ;};_gddf :=vals [2];_agge :=float64 (-100);_efbdg :=float64 (100);if len (_gfcc .Range )> 3{_agge =_gfcc .Range [2];_efbdg =_gfcc .Range [3];};if _gddf < _agge ||_gddf > _efbdg {_fca .Log .Debug ("\u0062\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0072\u0061\u006e\u0067e\u0020\u0028\u0067\u006f\u0074\u0020%\u0076\u003b\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0025\u0076\u0020\u0074o\u0020\u0025\u0076\u0029",_gddf ,_agge ,_efbdg ); -return nil ,ErrColorOutOfRange ;};_egffa :=NewPdfColorLab (_bfbc ,_dgeg ,_gddf );return _egffa ,nil ;}; +// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. +func (_cdde *PdfColorspaceDeviceN )ImageToRGB (img Image )(Image ,error ){_dbdd :=_cf .NewReader (img .getBase ());_efgc :=_bg .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,nil ,img ._ffbd ,img ._bfafe ); +_beba :=_cf .NewWriter (_efgc );_acee :=_ce .Pow (2,float64 (img .BitsPerComponent ))-1;_eacg :=_cdde .GetNumComponents ();_gegcf :=make ([]uint32 ,_eacg );_aaadc :=make ([]float64 ,_eacg );for {_egcb :=_dbdd .ReadSamples (_gegcf );if _egcb ==_ga .EOF {break ; +}else if _egcb !=nil {return img ,_egcb ;};for _fdfaa :=0;_fdfaa < _eacg ;_fdfaa ++{_fdgag :=float64 (_gegcf [_fdfaa ])/_acee ;_aaadc [_fdfaa ]=_fdgag ;};_fccc ,_egcb :=_cdde .TintTransform .Evaluate (_aaadc );if _egcb !=nil {return img ,_egcb ;};for _ ,_ccgfd :=range _fccc {_ccgfd =_ce .Min (_ce .Max (0,_ccgfd ),1.0); +if _egcb =_beba .WriteSample (uint32 (_ccgfd *_acee ));_egcb !=nil {return img ,_egcb ;};};};return _cdde .AlternateSpace .ImageToRGB (_fggae (&_efgc ));};func (_cce *PdfReader )newPdfActionFromIndirectObject (_bedg *_bda .PdfIndirectObject )(*PdfAction ,error ){_abd ,_ceg :=_bedg .PdfObject .(*_bda .PdfObjectDictionary ); +if !_ceg {return nil ,_c .Errorf ("\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u006e\u006f\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};if model :=_cce ._gbdfa .GetModelFromPrimitive (_abd );model !=nil {_dag ,_bbf :=model .(*PdfAction );if !_bbf {return nil ,_c .Errorf ("\u0063\u0061c\u0068\u0065\u0064\u0020\u006d\u006f\u0064\u0065\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0061\u0063ti\u006f\u006e"); +};return _dag ,nil ;};_bea :=&PdfAction {};_bea ._gg =_bedg ;_cce ._gbdfa .Register (_abd ,_bea );if _dfbc :=_abd .Get ("\u0054\u0079\u0070\u0065");_dfbc !=nil {_eeb ,_acc :=_dfbc .(*_bda .PdfObjectName );if !_acc {_ed .Log .Trace ("\u0049\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u0021\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029\u0020\u002d\u0020\u0073\u0068\u006f\u0075\u006c\u0064 \u0062\u0065\u0020\u004e\u0061m\u0065",_dfbc ); +}else {if *_eeb !="\u0041\u0063\u0074\u0069\u006f\u006e"{_ed .Log .Trace ("\u0055\u006e\u0073u\u0073\u0070\u0065\u0063t\u0065\u0064\u0020\u0054\u0079\u0070\u0065 \u0021\u003d\u0020\u0041\u0063\u0074\u0069\u006f\u006e\u0020\u0028\u0025\u0073\u0029",*_eeb ); +};_bea .Type =_eeb ;};};if _cada :=_abd .Get ("\u004e\u0065\u0078\u0074");_cada !=nil {_bea .Next =_cada ;};if _ggb :=_abd .Get ("\u0053");_ggb !=nil {_bea .S =_ggb ;};_acb ,_dea :=_bea .S .(*_bda .PdfObjectName );if !_dea {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_bea .S ); +return nil ,_c .Errorf ("\u0069\u006e\u0076al\u0069\u0064\u0020\u0053\u0020\u006f\u0062\u006a\u0065c\u0074 \u0074y\u0070e\u0020\u0021\u003d\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0025\u0054\u0029",_bea .S );};_ccb :=PdfActionType (_acb .String ()); +switch _ccb {case ActionTypeGoTo :_gbdf ,_fbb :=_cce .newPdfActionGotoFromDict (_abd );if _fbb !=nil {return nil ,_fbb ;};_gbdf .PdfAction =_bea ;_bea ._edd =_gbdf ;return _bea ,nil ;case ActionTypeGoToR :_deae ,_dgfb :=_cce .newPdfActionGotoRFromDict (_abd ); +if _dgfb !=nil {return nil ,_dgfb ;};_deae .PdfAction =_bea ;_bea ._edd =_deae ;return _bea ,nil ;case ActionTypeGoToE :_dcb ,_bfb :=_cce .newPdfActionGotoEFromDict (_abd );if _bfb !=nil {return nil ,_bfb ;};_dcb .PdfAction =_bea ;_bea ._edd =_dcb ;return _bea ,nil ; +case ActionTypeLaunch :_gfc ,_bdce :=_cce .newPdfActionLaunchFromDict (_abd );if _bdce !=nil {return nil ,_bdce ;};_gfc .PdfAction =_bea ;_bea ._edd =_gfc ;return _bea ,nil ;case ActionTypeThread :_cbc ,_gba :=_cce .newPdfActionThreadFromDict (_abd );if _gba !=nil {return nil ,_gba ; +};_cbc .PdfAction =_bea ;_bea ._edd =_cbc ;return _bea ,nil ;case ActionTypeURI :_gbdb ,_afe :=_cce .newPdfActionURIFromDict (_abd );if _afe !=nil {return nil ,_afe ;};_gbdb .PdfAction =_bea ;_bea ._edd =_gbdb ;return _bea ,nil ;case ActionTypeSound :_gdb ,_cdgc :=_cce .newPdfActionSoundFromDict (_abd ); +if _cdgc !=nil {return nil ,_cdgc ;};_gdb .PdfAction =_bea ;_bea ._edd =_gdb ;return _bea ,nil ;case ActionTypeMovie :_accf ,_gfa :=_cce .newPdfActionMovieFromDict (_abd );if _gfa !=nil {return nil ,_gfa ;};_accf .PdfAction =_bea ;_bea ._edd =_accf ;return _bea ,nil ; +case ActionTypeHide :_bef ,_efc :=_cce .newPdfActionHideFromDict (_abd );if _efc !=nil {return nil ,_efc ;};_bef .PdfAction =_bea ;_bea ._edd =_bef ;return _bea ,nil ;case ActionTypeNamed :_ddbg ,_acg :=_cce .newPdfActionNamedFromDict (_abd );if _acg !=nil {return nil ,_acg ; +};_ddbg .PdfAction =_bea ;_bea ._edd =_ddbg ;return _bea ,nil ;case ActionTypeSubmitForm :_bfdc ,_fdfc :=_cce .newPdfActionSubmitFormFromDict (_abd );if _fdfc !=nil {return nil ,_fdfc ;};_bfdc .PdfAction =_bea ;_bea ._edd =_bfdc ;return _bea ,nil ;case ActionTypeResetForm :_cda ,_fed :=_cce .newPdfActionResetFormFromDict (_abd ); +if _fed !=nil {return nil ,_fed ;};_cda .PdfAction =_bea ;_bea ._edd =_cda ;return _bea ,nil ;case ActionTypeImportData :_dca ,_bdga :=_cce .newPdfActionImportDataFromDict (_abd );if _bdga !=nil {return nil ,_bdga ;};_dca .PdfAction =_bea ;_bea ._edd =_dca ; +return _bea ,nil ;case ActionTypeSetOCGState :_dbg ,_def :=_cce .newPdfActionSetOCGStateFromDict (_abd );if _def !=nil {return nil ,_def ;};_dbg .PdfAction =_bea ;_bea ._edd =_dbg ;return _bea ,nil ;case ActionTypeRendition :_fbd ,_fdfb :=_cce .newPdfActionRenditionFromDict (_abd ); +if _fdfb !=nil {return nil ,_fdfb ;};_fbd .PdfAction =_bea ;_bea ._edd =_fbd ;return _bea ,nil ;case ActionTypeTrans :_gfe ,_bggc :=_cce .newPdfActionTransFromDict (_abd );if _bggc !=nil {return nil ,_bggc ;};_gfe .PdfAction =_bea ;_bea ._edd =_gfe ;return _bea ,nil ; +case ActionTypeGoTo3DView :_acbc ,_gdd :=_cce .newPdfActionGoTo3DViewFromDict (_abd );if _gdd !=nil {return nil ,_gdd ;};_acbc .PdfAction =_bea ;_bea ._edd =_acbc ;return _bea ,nil ;case ActionTypeJavaScript :_afec ,_cbbb :=_cce .newPdfActionJavaScriptFromDict (_abd ); +if _cbbb !=nil {return nil ,_cbbb ;};_afec .PdfAction =_bea ;_bea ._edd =_afec ;return _bea ,nil ;};_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006eg\u0020u\u006ek\u006eo\u0077\u006e\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u0073",_ccb ); +return nil ,nil ;}; -// EnableAll LTV enables all signatures in the PDF document. -// The signing certificate chain is extracted from each signature dictionary. -// Optionally, additional certificates can be specified through the -// `extraCerts` parameter. The LTV client attempts to build the certificate -// chain up to a trusted root by downloading any missing certificates. -func (_cdagd *LTV )EnableAll (extraCerts []*_dfd .Certificate )error {_eadgb :=_cdagd ._gdggc ._ebdd .AcroForm ;for _ ,_gggfe :=range _eadgb .AllFields (){_fdfc ,_ :=_gggfe .GetContext ().(*PdfFieldSignature );if _fdfc ==nil {continue ;};_abedg :=_fdfc .V ; -if _edfed :=_cdagd .validateSig (_abedg );_edfed !=nil {_fca .Log .Debug ("\u0057\u0041\u0052N\u003a\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0076",_edfed ); -};if _fbdae :=_cdagd .Enable (_abedg ,extraCerts );_fbdae !=nil {return _fbdae ;};};return nil ;};func (_aaegf *PdfReader )flattenFieldsWithOpts (_gcgf bool ,_dbcd FieldAppearanceGenerator ,_agcf *FieldFlattenOpts )error {if _agcf ==nil {_agcf =&FieldFlattenOpts {}; -};var _gccc bool ;_aebaf :=map[*PdfAnnotation ]bool {};{var _ebgaf []*PdfField ;_ecbde :=_aaegf .AcroForm ;if _ecbde !=nil {if _agcf .FilterFunc !=nil {_ebgaf =_ecbde .filteredFields (_agcf .FilterFunc ,true );_gccc =_ecbde .Fields !=nil &&len (*_ecbde .Fields )> 0; -}else {_ebgaf =_ecbde .AllFields ();};};for _ ,_bgeba :=range _ebgaf {if len (_bgeba .Annotations )< 1{_fca .Log .Debug ("\u004e\u006f\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006ed\u0020\u0066\u006f\u0072\u003a\u0020\u0025v\u002c\u0020\u006c\u006f\u006f\u006b\u0020\u0069\u006e\u0074\u006f \u004b\u0069\u0064\u0073\u0020\u004f\u0062\u006a\u0065\u0063\u0074",_bgeba .PartialName ()); -for _ebbed ,_cddec :=range _bgeba .Kids {for _ ,_bfbdf :=range _cddec .Annotations {_aebaf [_bfbdf .PdfAnnotation ]=_bgeba .V !=nil ;if _cddec .V ==nil {_cddec .V =_bgeba .V ;};if _cddec .T ==nil {_cddec .T =_cee .MakeString (_e .Sprintf ("\u0025\u0073\u0023%\u0064",_bgeba .PartialName (),_ebbed )); -};if _dbcd !=nil {_bedgf ,_afed :=_dbcd .GenerateAppearanceDict (_ecbde ,_cddec ,_bfbdf );if _afed !=nil {return _afed ;};_bfbdf .AP =_bedgf ;};};};};for _ ,_gede :=range _bgeba .Annotations {_aebaf [_gede .PdfAnnotation ]=_bgeba .V !=nil ;if _dbcd !=nil {_afdc ,_fffd :=_dbcd .GenerateAppearanceDict (_ecbde ,_bgeba ,_gede ); -if _fffd !=nil {return _fffd ;};_gede .AP =_afdc ;};};};};if _gcgf {for _ ,_fabd :=range _aaegf .PageList {_adef ,_eefb :=_fabd .GetAnnotations ();if _eefb !=nil {return _eefb ;};for _ ,_bdcc :=range _adef {_aebaf [_bdcc ]=true ;};};};for _ ,_gdeef :=range _aaegf .PageList {_gacge :=_gdeef .flattenFieldsWithOpts (_dbcd ,_agcf ,_aebaf ); -if _gacge !=nil {return _gacge ;};};if !_gccc {_aaegf .AcroForm =nil ;};return nil ;}; +// SetBorderWidth sets the style's border width. +func (_fef *PdfBorderStyle )SetBorderWidth (width float64 ){_fef .W =&width }; -// Duplex returns the value of the duplex. -func (_gfggac *ViewerPreferences )Duplex ()Duplex {return _gfggac ._cadea };func (_dfgbdf *pdfFontSimple )addEncoding ()error {var (_bfeed string ;_gcfgd map[_dae .CharCode ]_dae .GlyphName ;_dcbde _dae .SimpleEncoder ;);if _dfgbdf .Encoder ()!=nil {_aecf ,_bffgc :=_dfgbdf .Encoder ().(_dae .SimpleEncoder ); -if _bffgc &&_aecf !=nil {_bfeed =_aecf .BaseName ();};};if _dfgbdf .Encoding !=nil {_gdcce ,_dgdc ,_ecfba :=_dfgbdf .getFontEncoding ();if _ecfba !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0073\u0065F\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0053u\u0062t\u0079\u0070\u0065\u003d\u0025\u0071\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003d\u0025\u0073 \u0028\u0025\u0054\u0029\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dfgbdf ._fbcf ,_dfgbdf ._ccdeg ,_dfgbdf .Encoding ,_dfgbdf .Encoding ,_ecfba ); -return _ecfba ;};if _gdcce !=""{_bfeed =_gdcce ;};_gcfgd =_dgdc ;_dcbde ,_ecfba =_dae .NewSimpleTextEncoder (_bfeed ,_gcfgd );if _ecfba !=nil {return _ecfba ;};};if _dcbde ==nil {_bfeea :=_dfgbdf ._ebcad ;if _bfeea !=nil {switch _dfgbdf ._ccdeg {case "\u0054\u0079\u0070e\u0031":if _bfeea .fontFile !=nil &&_bfeea .fontFile ._beggd !=nil {_fca .Log .Debug ("\u0055\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006et\u0046\u0069\u006c\u0065"); -_dcbde =_bfeea .fontFile ._beggd ;};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _bfeea ._bcga !=nil {_fca .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032");_beecc ,_defab :=_bfeea ._bcga .MakeEncoder (); -if _defab ==nil {_dcbde =_beecc ;};if _dfgbdf ._abcbf ==nil {_dfgbdf ._abcbf =_bfeea ._bcga .MakeToUnicode ();};};};};};if _dcbde !=nil {if _gcfgd !=nil {_fca .Log .Trace ("\u0064\u0069\u0066fe\u0072\u0065\u006e\u0063\u0065\u0073\u003d\u0025\u002b\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_gcfgd ,_dfgbdf .baseFields ()); -_dcbde =_dae .ApplyDifferences (_dcbde ,_gcfgd );};_dfgbdf .SetEncoder (_dcbde );};return nil ;}; +// RemovePage removes a page by number. +func (_gbge *PdfAppender )RemovePage (pageNum int ){_dgaf :=pageNum -1;_gbge ._eebd =append (_gbge ._eebd [0:_dgaf ],_gbge ._eebd [pageNum :]...);};var _dgcb =map[string ]struct{}{"\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{},"\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067":{},"\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":{}}; -// PdfColorspaceSpecialIndexed is an indexed color space is a lookup table, where the input element -// is an index to the lookup table and the output is a color defined in the lookup table in the Base -// colorspace. -// [/Indexed base hival lookup] -type PdfColorspaceSpecialIndexed struct{Base PdfColorspace ;HiVal int ;Lookup _cee .PdfObject ;_aecec []byte ;_cgbb *_cee .PdfIndirectObject ;}; -// DecodeArray returns the component range values for the Separation colorspace. -func (_addd *PdfColorspaceSpecialSeparation )DecodeArray ()[]float64 {return []float64 {0,1.0}}; +// PdfShadingType4 is a Free-form Gouraud-shaded triangle mesh. +type PdfShadingType4 struct{*PdfShading ;BitsPerCoordinate *_bda .PdfObjectInteger ;BitsPerComponent *_bda .PdfObjectInteger ;BitsPerFlag *_bda .PdfObjectInteger ;Decode *_bda .PdfObjectArray ;Function []PdfFunction ;};func _dabab (_cabd []*_bda .PdfObjectStream )*_bda .PdfObjectArray {if len (_cabd )==0{return nil ; +};_fgdg :=make ([]_bda .PdfObject ,0,len (_cabd ));for _ ,_gaddec :=range _cabd {_fgdg =append (_fgdg ,_gaddec );};return _bda .MakeArray (_fgdg ...);}; -// ToPdfObject implements interface PdfModel. -func (_geag *PdfAnnotationMovie )ToPdfObject ()_cee .PdfObject {_geag .PdfAnnotation .ToPdfObject ();_bcbd :=_geag ._eddc ;_bbed :=_bcbd .PdfObject .(*_cee .PdfObjectDictionary );_bbed .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004d\u006f\u0076i\u0065")); -_bbed .SetIfNotNil ("\u0054",_geag .T );_bbed .SetIfNotNil ("\u004d\u006f\u0076i\u0065",_geag .Movie );_bbed .SetIfNotNil ("\u0041",_geag .A );return _bcbd ;}; +// SetReason sets the `Reason` field of the signature. +func (_abffa *PdfSignature )SetReason (reason string ){_abffa .Reason =_bda .MakeEncodedString (reason ,true );}; -// SetPdfAuthor sets the Author attribute of the output PDF. -func SetPdfAuthor (author string ){_dggagg .Lock ();defer _dggagg .Unlock ();_aafgb =author };func _adfcc (_bcdf *PdfField )[]*PdfField {_cefcd :=[]*PdfField {_bcdf };for _ ,_ffedg :=range _bcdf .Kids {_cefcd =append (_cefcd ,_adfcc (_ffedg )...);};return _cefcd ; -}; +// NewPdfActionRendition returns a new "rendition" action. +func NewPdfActionRendition ()*PdfActionRendition {_fb :=NewPdfAction ();_daf :=&PdfActionRendition {};_daf .PdfAction =_fb ;_fb .SetContext (_daf );return _daf ;}; -// SetBoundingBox sets the bounding box in the attribute object. -func (_fgddf *KDict )SetBoundingBox (x ,y ,width ,height float64 ){_fgddf ._daafg =&PdfRectangle {Llx :x ,Lly :y ,Urx :x +width ,Ury :y +height };}; +// ToPdfObject implements interface PdfModel. +func (_gbg *PdfAnnotationLine )ToPdfObject ()_bda .PdfObject {_gbg .PdfAnnotation .ToPdfObject ();_efd :=_gbg ._ged ;_gfbg :=_efd .PdfObject .(*_bda .PdfObjectDictionary );_gbg .PdfAnnotationMarkup .appendToPdfDictionary (_gfbg );_gfbg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u004c\u0069\u006e\u0065")); +_gfbg .SetIfNotNil ("\u004c",_gbg .L );_gfbg .SetIfNotNil ("\u0042\u0053",_gbg .BS );_gfbg .SetIfNotNil ("\u004c\u0045",_gbg .LE );_gfbg .SetIfNotNil ("\u0049\u0043",_gbg .IC );_gfbg .SetIfNotNil ("\u004c\u004c",_gbg .LL );_gfbg .SetIfNotNil ("\u004c\u004c\u0045",_gbg .LLE ); +_gfbg .SetIfNotNil ("\u0043\u0061\u0070",_gbg .Cap );_gfbg .SetIfNotNil ("\u0049\u0054",_gbg .IT );_gfbg .SetIfNotNil ("\u004c\u004c\u004f",_gbg .LLO );_gfbg .SetIfNotNil ("\u0043\u0050",_gbg .CP );_gfbg .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_gbg .Measure ); +_gfbg .SetIfNotNil ("\u0043\u004f",_gbg .CO );return _efd ;}; -// Clear clears flag fl from the flag and returns the resulting flag. -func (_cfeg FieldFlag )Clear (fl FieldFlag )FieldFlag {return FieldFlag (_cfeg .Mask ()&^fl .Mask ())};func (_gbeg *PdfAppender )addNewObject (_cbade _cee .PdfObject ){if _ ,_eebc :=_gbeg ._efdc [_cbade ];!_eebc {_gbeg ._eccb =append (_gbeg ._eccb ,_cbade ); -_gbeg ._efdc [_cbade ]=struct{}{};};};func (_fgccf *PdfAppender )updateObjectsDeep (_eedf _cee .PdfObject ,_bbdb map[_cee .PdfObject ]struct{}){if _bbdb ==nil {_bbdb =map[_cee .PdfObject ]struct{}{};};if _ ,_fcef :=_bbdb [_eedf ];_fcef ||_eedf ==nil {return ; -};_bbdb [_eedf ]=struct{}{};_gacd :=_cee .ResolveReferencesDeep (_eedf ,_fgccf ._gabb );if _gacd !=nil {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gacd );};switch _efff :=_eedf .(type ){case *_cee .PdfIndirectObject :switch {case _efff .GetParser ()==_fgccf ._ebdd ._ffdgf :return ; -case _efff .GetParser ()==_fgccf .Reader ._ffdgf :_dab ,_ :=_fgccf ._ebdd .GetIndirectObjectByNumber (int (_efff .ObjectNumber ));_dcg ,_aggb :=_dab .(*_cee .PdfIndirectObject );if _aggb &&_dcg !=nil {if _dcg .PdfObject !=_efff .PdfObject &&_dcg .PdfObject .WriteString ()!=_efff .PdfObject .WriteString (){if _ad .Contains (_efff .PdfObject .WriteString (),"\u002f\u0053\u0069\u0067")&&_ad .Contains (_efff .PdfObject .WriteString (),"\u002f\u0053\u0075\u0062\u0074\u0079\u0070\u0065"){return ; -};_fgccf .addNewObject (_eedf );_fgccf ._edae [_eedf ]=_efff .ObjectNumber ;};};default:_fgccf .addNewObject (_eedf );};_fgccf .updateObjectsDeep (_efff .PdfObject ,_bbdb );case *_cee .PdfObjectArray :for _ ,_agcd :=range _efff .Elements (){_fgccf .updateObjectsDeep (_agcd ,_bbdb ); -};case *_cee .PdfObjectDictionary :for _ ,_dgfe :=range _efff .Keys (){_fgccf .updateObjectsDeep (_efff .Get (_dgfe ),_bbdb );};case *_cee .PdfObjectStreams :if _efff .GetParser ()!=_fgccf ._ebdd ._ffdgf {for _ ,_ebb :=range _efff .Elements (){_fgccf .updateObjectsDeep (_ebb ,_bbdb ); -};};case *_cee .PdfObjectStream :switch {case _efff .GetParser ()==_fgccf ._ebdd ._ffdgf :return ;case _efff .GetParser ()==_fgccf .Reader ._ffdgf :if _bfdf ,_dged :=_fgccf ._ebdd ._ffdgf .LookupByReference (_efff .PdfObjectReference );_dged ==nil {var _dbdf bool ; -if _dfg ,_bfdff :=_cee .GetStream (_bfdf );_bfdff &&_cd .Equal (_dfg .Stream ,_efff .Stream ){_dbdf =true ;};if _deba ,_dcbc :=_cee .GetDict (_bfdf );_dbdf &&_dcbc {_dbdf =_deba .WriteString ()==_efff .PdfObjectDictionary .WriteString ();};if _dbdf {return ; -};};if _efff .ObjectNumber !=0{_fgccf ._edae [_eedf ]=_efff .ObjectNumber ;};default:if _ ,_ccgg :=_fgccf ._efdc [_eedf ];!_ccgg {_fgccf .addNewObject (_eedf );};};_fgccf .updateObjectsDeep (_efff .PdfObjectDictionary ,_bbdb );};}; +// GetOCProperties returns the optional content properties PdfObject. +func (_gaedb *PdfReader )GetOCProperties ()(_bda .PdfObject ,error ){_efbgf :=_gaedb ._dabg ;_gcaff :=_efbgf .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_gcaff =_bda .ResolveReference (_gcaff );if !_gaedb ._aaece {_ddegg :=_gaedb .traverseObjectData (_gcaff ); +if _ddegg !=nil {return nil ,_ddegg ;};};return _gcaff ,nil ;};func (_edcdf *pdfCIDFontType0 )baseFields ()*fontCommon {return &_edcdf .fontCommon }; -// Encoder returns the font's text encoder. -func (_ggaae *pdfFontSimple )Encoder ()_dae .TextEncoder {if _ggaae ._bgggf !=nil {return _ggaae ._bgggf ;};if _ggaae ._bdecc !=nil {return _ggaae ._bdecc ;};_gaccc ,_ :=_dae .NewSimpleTextEncoder ("\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",nil ); -return _gaccc ;};func _gbeda (_gdfec string )map[string ]string {_ccdad :=_eefd .Split (_gdfec ,-1);_adbgc :=map[string ]string {};for _ ,_ddbdg :=range _ccdad {_dgec :=_bgfgf .FindStringSubmatch (_ddbdg );if _dgec ==nil {continue ;};_fadcd ,_gfaeg :=_dgec [1],_dgec [2]; -_adbgc [_fadcd ]=_gfaeg ;};return _adbgc ;};func (_ece *PdfReader )newPdfActionURIFromDict (_gebc *_cee .PdfObjectDictionary )(*PdfActionURI ,error ){return &PdfActionURI {URI :_gebc .Get ("\u0055\u0052\u0049"),IsMap :_gebc .Get ("\u0049\u0073\u004da\u0070")},nil ; -}; +// ToPdfObject returns the PDF representation of the colorspace. +func (_aadd *PdfColorspaceDeviceGray )ToPdfObject ()_bda .PdfObject {return _bda .MakeName ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079");}; -// SetDSS sets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current -// document revision. -func (_dgee *PdfAppender )SetDSS (dss *DSS ){if dss !=nil {_dgee .updateObjectsDeep (dss .ToPdfObject (),nil );};_dgee ._ccee =dss ;};func (_bbaac *PdfWriter )flushWriter ()error {if _bbaac ._efdcg ==nil {_bbaac ._efdcg =_bbaac ._cbeea .Flush ();};return _bbaac ._efdcg ; -};func _gcdb (_aebb _cee .PdfObject )(*PdfBorderStyle ,error ){_gab :=&PdfBorderStyle {};_gab ._gbgb =_aebb ;var _bbca *_cee .PdfObjectDictionary ;_aebb =_cee .TraceToDirectObject (_aebb );_bbca ,_cfda :=_aebb .(*_cee .PdfObjectDictionary );if !_cfda {return nil ,_cdf .New ("\u0074\u0079\u0070\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); -};if _fbdd :=_bbca .Get ("\u0054\u0079\u0070\u0065");_fbdd !=nil {_gece ,_afec :=_fbdd .(*_cee .PdfObjectName );if !_afec {_fca .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u0077\u0069th\u0020\u0054\u0079\u0070e\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u006e\u0061me\u0020\u006fb\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0054",_fbdd ); -}else {if *_gece !="\u0042\u006f\u0072\u0064\u0065\u0072"{_fca .Log .Debug ("W\u0061\u0072\u006e\u0069\u006e\u0067,\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020B\u006f\u0072\u0064e\u0072:\u0020\u0025\u0073",*_gece );};};};if _fgad :=_bbca .Get ("\u0057"); -_fgad !=nil {_cbad ,_daecd :=_cee .GetNumberAsFloat (_fgad );if _daecd !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006fr \u0072\u0065\u0074\u0072\u0069\u0065\u0076\u0069\u006e\u0067\u0020\u0057\u003a\u0020%\u0076",_daecd );return nil ,_daecd ;};_gab .W =&_cbad ; -};if _fbfe :=_bbca .Get ("\u0053");_fbfe !=nil {_gbe ,_cccc :=_fbfe .(*_cee .PdfObjectName );if !_cccc {return nil ,_cdf .New ("\u0062\u006f\u0072\u0064\u0065\u0072\u0020\u0053\u0020\u006e\u006ft\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0062j\u0065\u0063\u0074"); -};var _bba BorderStyle ;switch *_gbe {case "\u0053":_bba =BorderStyleSolid ;case "\u0044":_bba =BorderStyleDashed ;case "\u0042":_bba =BorderStyleBeveled ;case "\u0049":_bba =BorderStyleInset ;case "\u0055":_bba =BorderStyleUnderline ;default:_fca .Log .Debug ("I\u006e\u0076\u0061\u006cid\u0020s\u0074\u0079\u006c\u0065\u0020n\u0061\u006d\u0065\u0020\u0025\u0073",*_gbe ); -return nil ,_cdf .New ("\u0073\u0074\u0079\u006ce \u0074\u0079\u0070\u0065\u0020\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065c\u006b");};_gab .S =&_bba ;};if _bagg :=_bbca .Get ("\u0044");_bagg !=nil {_eedg ,_aegg :=_bagg .(*_cee .PdfObjectArray ); -if !_aegg {_fca .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044\u0020\u0064a\u0073\u0068\u0020\u006e\u006f\u0074\u0020a\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0054",_bagg );return nil ,_cdf .New ("\u0062o\u0072\u0064\u0065\u0072 \u0044\u0020\u0074\u0079\u0070e\u0020c\u0068e\u0063\u006b\u0020\u0065\u0072\u0072\u006fr"); -};_bdgg ,_cfbe :=_eedg .ToIntegerArray ();if _cfbe !=nil {_fca .Log .Debug ("\u0042\u006f\u0072\u0064\u0065\u0072\u0020\u0044 \u0050\u0072\u006fbl\u0065\u006d\u0020\u0063\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u006e\u0074\u0065\u0067e\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u003a \u0025\u0076",_cfbe ); -return nil ,_cfbe ;};_gab .D =&_bdgg ;};return _gab ,nil ;}; +// GetType returns the button field type which returns one of the following +// - PdfFieldButtonPush for push button fields +// - PdfFieldButtonCheckbox for checkbox fields +// - PdfFieldButtonRadio for radio button fields +func (_adfb *PdfFieldButton )GetType ()ButtonType {_bebge :=ButtonTypeCheckbox ;if _adfb .Ff !=nil {if (uint32 (*_adfb .Ff )&FieldFlagPushbutton .Mask ())> 0{_bebge =ButtonTypePush ;}else if (uint32 (*_adfb .Ff )&FieldFlagRadio .Mask ())> 0{_bebge =ButtonTypeRadio ; +};};return _bebge ;}; -// Outline represents a PDF outline dictionary (Table 152 - p. 376). -// Currently, the Outline object can only be used to construct PDF outlines. -type Outline struct{Entries []*OutlineItem `json:"entries,omitempty"`;}; +// IsDisplayDocTitle returns the value of the displayDocTitle flag. +func (_cefaba *ViewerPreferences )IsDisplayDocTitle ()bool {if _cefaba ._ddeed ==nil {return false ;};return *_cefaba ._ddeed ;};func (_eaec *pdfFontType0 )getFontDescriptor ()*PdfFontDescriptor {if _eaec ._bedea ==nil &&_eaec .DescendantFont !=nil {return _eaec .DescendantFont .FontDescriptor (); +};return _eaec ._bedea ;}; -// GetContentStream returns the pattern cell's content stream -func (_bddcc *PdfTilingPattern )GetContentStream ()([]byte ,error ){_fegc ,_ ,_geedd :=_bddcc .GetContentStreamWithEncoder ();return _fegc ,_geedd ;};func _efffg ()_gc .Time {_dggagg .Lock ();defer _dggagg .Unlock ();return _dddda }; +// SetViewArea sets the value of the viewArea. +func (_ddcdd *ViewerPreferences )SetViewArea (viewArea PageBoundary ){_ddcdd ._adbff =viewArea }; -// SetContentStreams sets the content streams based on a string array. Will make -// 1 object stream for each string and reference from the page Contents. -// Each stream will be encoded using the encoding specified by the StreamEncoder, -// if empty, will use identity encoding (raw data). -func (_bbabe *PdfPage )SetContentStreams (cStreams []string ,encoder _cee .StreamEncoder )error {if len (cStreams )==0{_bbabe .Contents =nil ;return nil ;};if encoder ==nil {encoder =_cee .NewRawEncoder ();};var _bggfg []*_cee .PdfObjectStream ;for _ ,_aadgfc :=range cStreams {_gdaba :=&_cee .PdfObjectStream {}; -_edad :=encoder .MakeStreamDict ();_bcbba ,_fcfc :=encoder .EncodeBytes ([]byte (_aadgfc ));if _fcfc !=nil {return _fcfc ;};_edad .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_bcbba ))));_gdaba .PdfObjectDictionary =_edad ; -_gdaba .Stream =_bcbba ;_bggfg =append (_bggfg ,_gdaba );};if len (_bggfg )==1{_bbabe .Contents =_bggfg [0];}else {_aeab :=_cee .MakeArray ();for _ ,_dfce :=range _bggfg {_aeab .Append (_dfce );};_bbabe .Contents =_aeab ;};return nil ;}; +// SetFontByName sets the font specified by keyName to the given object. +func (_eaaad *PdfPageResources )SetFontByName (keyName _bda .PdfObjectName ,obj _bda .PdfObject )error {if _eaaad .Font ==nil {_eaaad .Font =_bda .MakeDict ();};_daded ,_egdaf :=_bda .TraceToDirectObject (_eaaad .Font ).(*_bda .PdfObjectDictionary );if !_egdaf {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_bda .TraceToDirectObject (_eaaad .Font )); +return _bda .ErrTypeError ;};_daded .Set (keyName ,obj );return nil ;}; -// Items returns all children outline items. -func (_fddaf *Outline )Items ()[]*OutlineItem {return _fddaf .Entries };func _dfbe (_ebdfg _cee .PdfObject ,_bedc bool )(*PdfFont ,error ){_ggbda ,_dbbe ,_ffdge :=_babe (_ebdfg );if _ggbda !=nil {_ebad (_ggbda );};if _ffdge !=nil {if _ffdge ==ErrType1CFontNotSupported {_cbce ,_bebd :=_ecad (_ggbda ,_dbbe ,nil ); -if _bebd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_dbbe ,_bebd ); -return nil ,_ffdge ;};return &PdfFont {_bggcf :_cbce },_ffdge ;};return nil ,_ffdge ;};_faff :=&PdfFont {};switch _dbbe ._ccdeg {case "\u0054\u0079\u0070e\u0030":if !_bedc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u004c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u00650\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dbbe ); -return nil ,_cdf .New ("\u0063\u0079\u0063\u006cic\u0061\u006c\u0020\u0074\u0079\u0070\u0065\u0030\u0020\u006c\u006f\u0061\u0064\u0069n\u0067");};_dggef ,_gfff :=_cgbbg (_ggbda ,_dbbe );if _gfff !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0057\u0068\u0069l\u0065\u0020\u006c\u006f\u0061\u0064\u0069ng\u0020\u0054\u0079\u0070e\u0030\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066on\u0074\u003d%\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbbe ,_gfff ); -return nil ,_gfff ;};_faff ._bggcf =_dggef ;case "\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":var _babbe *pdfFontSimple ;_gcgfg ,_fdbf :=_ce .NewStdFontByName (_ce .StdFontName (_dbbe ._fbcf )); -if _fdbf {_gabbf :=_ebdab (_gcgfg );_faff ._bggcf =&_gabbf ;_gdbge :=_cee .TraceToDirectObject (_gabbf .ToPdfObject ());_adgbg ,_cdcdb ,_ddbd :=_babe (_gdbge );if _ddbd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_dbbe ,_gabbf ); -return nil ,_ddbd ;};for _ ,_agfce :=range _ggbda .Keys (){_adgbg .Set (_agfce ,_ggbda .Get (_agfce ));};_babbe ,_ddbd =_ecad (_adgbg ,_cdcdb ,_gabbf ._bdecc );if _ddbd !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_dbbe ,_gabbf ); -return nil ,_ddbd ;};_babbe ._ccfb =_gabbf ._ccfb ;_babbe ._daefa =_gabbf ._daefa ;if _babbe ._aaec ==nil {_babbe ._aaec =_gabbf ._aaec ;};}else {_babbe ,_ffdge =_ecad (_ggbda ,_dbbe ,nil );if _ffdge !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_dbbe ,_ffdge ); -return nil ,_ffdge ;};};_ffdge =_babbe .addEncoding ();if _ffdge !=nil {return nil ,_ffdge ;};if _fdbf {_babbe .updateStandard14Font ();};if _fdbf &&_babbe ._bgggf ==nil &&_babbe ._bdecc ==nil {_fca .Log .Error ("\u0073\u0069\u006d\u0070\u006c\u0065\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_babbe ); -_fca .Log .Error ("\u0066n\u0074\u003d\u0025\u002b\u0076",_gcgfg );};if len (_babbe ._ccfb )==0{_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u006f\u0020\u0077\u0069d\u0074h\u0073.\u0020\u0066\u006f\u006e\u0074\u003d\u0025s",_babbe );};_faff ._bggcf =_babbe ; -case "\u0054\u0079\u0070e\u0033":_feabf ,_gcfc :=_feedb (_ggbda ,_dbbe );if _gcfc !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020W\u0068\u0069\u006c\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0074y\u0070\u0065\u0033\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_gcfc ); -return nil ,_gcfc ;};_faff ._bggcf =_feabf ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030":_agbb ,_fcdcg :=_cfdb (_ggbda ,_dbbe );if _fcdcg !=nil {_fca .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0057\u0068i\u006c\u0065\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069d \u0066\u006f\u006et\u0020\u0074y\u0070\u0065\u0030\u0020\u0066\u006fn\u0074\u003a \u0025\u0076",_fcdcg ); -return nil ,_fcdcg ;};_faff ._bggcf =_agbb ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_aacb ,_baega :=_bbeb (_ggbda ,_dbbe );if _baega !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0057\u0068\u0069l\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069\u0064\u0020f\u006f\u006e\u0074\u0020\u0074yp\u0065\u0032\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_dbbe ,_baega ); -return nil ,_baega ;};_faff ._bggcf =_aacb ;default:_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020U\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020f\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073",_dbbe ); -return nil ,_e .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0066\u006f\u006e\u0074\u0020\u0074y\u0070\u0065\u003a\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_dbbe );};return _faff ,nil ;};func (_bffae *LTV )validateSig (_gdaef *PdfSignature )error {if _gdaef ==nil ||_gdaef .Contents ==nil ||len (_gdaef .Contents .Bytes ())==0{return _e .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0066\u0069\u0065l\u0064:\u0020\u0025\u0076",_gdaef ); -};return nil ;}; +// DecodeArray returns the range of color component values in DeviceCMYK colorspace. +func (_ecae *PdfColorspaceDeviceCMYK )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0,0.0,1.0};}; -// ToInteger convert to an integer format. -func (_cgbf *PdfColorCalRGB )ToInteger (bits int )[3]uint32 {_gega :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_gega *_cgbf .A ()),uint32 (_gega *_cgbf .B ()),uint32 (_gega *_cgbf .C ())};}; +// NewStructTreeRootFromPdfObject creates a new structure tree root from a PDF object. +func NewStructTreeRootFromPdfObject (obj _bda .PdfObject )(*StructTreeRoot ,error ){_beegff :=_bda .ResolveReference (obj );_dcffb ,_dcfge :=_bda .GetDict (_beegff );if !_dcfge {return nil ,_c .Errorf ("\u0065\u0078\u0069\u0073\u0074\u0069\u006e\u0067 \u0073\u0074\u0072uc\u0074\u0075\u0072\u0065\u0020\u0074r\u0065\u0065\u0020\u0072\u006f\u006f\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079"); +};_fcfdc :=&StructTreeRoot {};_fcfdc ._addd =_bda .MakeIndirectObject (_bda .MakeDict ());if _egca :=_dcffb .Get ("\u004b");_egca !=nil {_cbac :=_bda .ResolveReference (_egca );_gega :=_bda .ResolveReferencesDeep (_cbac ,nil );if _gega !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006fr\u0020\u0072\u0065\u0073\u006f\u006c\u0076\u0069\u006e\u0067 \u004b \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gega ); +};_fcfdc .K =[]*KDict {};if _cceff ,_eaebc :=_bda .GetArray (_cbac );_eaebc {for _bdcbd :=0;_bdcbd < _cceff .Len ();_bdcbd ++{_aceac :=_cceff .Get (_bdcbd );_dfgdc ,_cdccf :=_fdagd (_aceac );if _cdccf !=nil {return nil ,_cdccf ;};_fcfdc .K =append (_fcfdc .K ,_dfgdc ); +};}else {_gbddf ,_abbdd :=_fdagd (_cbac );if _abbdd !=nil {return nil ,_abbdd ;};_fcfdc .K =append (_fcfdc .K ,_gbddf );};};if _dafaf :=_dcffb .Get ("\u0049\u0044\u0054\u0072\u0065\u0065");_dafaf !=nil {_fcfdc .IDTree =_bdcgb (_dafaf );};if _bcfee :=_dcffb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065"); +_bcfee !=nil {_ebfeb :=_bda .ResolveReference (_bcfee );if _ebdbef ,_aebdc :=_bda .GetDict (_ebfeb );_aebdc {_fcfdc .ParentTree =_ebdbef ;};};if _aafea :=_dcffb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079"); +_aafea !=nil {_ ,_fedg :=_bda .GetInt (_aafea );if _fedg {_daeeg ,_bbgeg :=_bda .GetNumberAsInt64 (_aafea );if _bbgeg !=nil {return nil ,_bbgeg ;};_fcfdc .ParentTreeNextKey =_daeeg ;};};if _ecad :=_dcffb .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070");_ecad !=nil {switch _fagdd :=_ecad .(type ){case *_bda .PdfIndirectObject :if _gdbed ,_eegabd :=_bda .GetDict (_fagdd .PdfObject ); +_eegabd {_fcfdc .RoleMap =_gdbed ;};case *_bda .PdfObjectDictionary :_fcfdc .RoleMap =_fagdd ;case *_bda .PdfObjectString :_fcfdc .RoleMap =_fagdd ;};};if _bggaf :=_dcffb .Get ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070");_bggaf !=nil {if _gdgd ,_gaaa :=_bda .GetDict (_bggaf ); +_gaaa {_fcfdc .ClassMap =_gdgd ;};};return _fcfdc ,nil ;}; -// NewKValue creates a new K value object. -func NewKValue ()*KValue {return &KValue {}}; +// Write writes the Appender output to io.Writer. +// It can only be called once and further invocations will result in an error. +func (_gdbde *PdfAppender )Write (w _ga .Writer )error {if _gdbde ._ecba {return _gea .New ("\u0061\u0070\u0070\u0065\u006e\u0064\u0065\u0072\u0020\u0077\u0072\u0069\u0074e\u0020\u0063\u0061\u006e\u0020\u006fn\u006c\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0076\u006f\u006b\u0065\u0064 \u006f\u006e\u0063\u0065"); +};_bbbb :=NewPdfWriter ();_egdg ,_ecg :=_bda .GetDict (_bbbb ._facgd );if !_ecg {return _gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); +};_edac ,_ecg :=_egdg .Get ("\u004b\u0069\u0064\u0073").(*_bda .PdfObjectArray );if !_ecg {return _gea .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); +};_ggag ,_ecg :=_egdg .Get ("\u0043\u006f\u0075n\u0074").(*_bda .PdfObjectInteger );if !_ecg {return _gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); +};_ggfef :=_gdbde ._babd ._fdadg ;_cfcd :=_ggfef .GetTrailer ();if _cfcd ==nil {return _gea .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_bdff ,_ecg :=_bda .GetIndirect (_cfcd .Get ("\u0052\u006f\u006f\u0074")); +if !_ecg {return _gea .New ("c\u0061\u0074\u0061\u006c\u006f\u0067 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072 \u006e\u006f\u0074 \u0066o\u0075\u006e\u0064");};_dfba ,_ecg :=_bda .GetDict (_bdff );if !_ecg {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_bdff ,*_cfcd ); +return _gea .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_aadb :=false ;for _ ,_gaac :=range _gdbde ._babd .AcroForm .signatureFields (){if _gaac .Lock !=nil {_aadb =true ;break ;};};if _aadb {_bbbb ._eefbd =_bdff ; +};for _ ,_eabb :=range _dfba .Keys (){if _bbbb ._geadba .Get (_eabb )==nil {_badg :=_dfba .Get (_eabb );_bbbb ._geadba .Set (_eabb ,_badg );};};if _gdbde ._ggae !=nil {if _gdbde ._ggae ._dacab {if _dagd :=_bda .TraceToDirectObject (_gdbde ._ggae .ToPdfObject ()); +!_bda .IsNullObject (_dagd ){_bbbb ._geadba .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_dagd );_gdbde .updateObjectsDeep (_dagd ,nil );}else {_ed .Log .Debug ("\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020t\u0072\u0061\u0063e\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u0020o\u0062\u006a\u0065\u0063\u0074, \u0066\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0061\u0064\u0064\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u002e"); +};}else {_bbbb ._geadba .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_gdbde ._ggae .ToPdfObject ());_gdbde .updateObjectsDeep (_gdbde ._ggae .ToPdfObject (),nil );};};if _gdbde ._afaf !=nil {_gdbde .updateObjectsDeep (_gdbde ._afaf .ToPdfObject (),nil ); +_bbbb ._geadba .Set ("\u0044\u0053\u0053",_gdbde ._afaf .GetContainingPdfObject ());};if _gdbde ._gcef !=nil {_bbbb ._geadba .Set ("\u0050\u0065\u0072m\u0073",_gdbde ._gcef .ToPdfObject ());_gdbde .updateObjectsDeep (_gdbde ._gcef .ToPdfObject (),nil ); +};if _bbbb ._cdbbdg .Major < 2{_bbbb .AddExtension ("\u0045\u0053\u0049\u0043","\u0031\u002e\u0037",5);_bbbb .AddExtension ("\u0041\u0044\u0042\u0045","\u0031\u002e\u0037",8);};if _eggdg ,_feaga :=_bda .GetDict (_cfcd .Get ("\u0049\u006e\u0066\u006f")); +_feaga {if _abdg ,_fedcc :=_bda .GetDict (_bbbb ._eebef );_fedcc {for _ ,_feae :=range _eggdg .Keys (){if _abdg .Get (_feae )==nil {_abdg .Set (_feae ,_eggdg .Get (_feae ));};};};};if _gdbde ._bdbg !=nil {_bbbb ._eebef =_bda .MakeIndirectObject (_gdbde ._bdbg .ToPdfObject ()); +};_gdbde .updateObjectsDeep (_bbbb ._eebef ,nil );_gdbde .updateObjectsDeep (_bbbb ._eefbd ,nil );_cbcb :=false ;if len (_gdbde ._babd .PageList )!=len (_gdbde ._eebd ){_cbcb =true ;}else {for _bebee :=range _gdbde ._babd .PageList {switch {case _gdbde ._eebd [_bebee ]==_gdbde ._babd .PageList [_bebee ]:case _gdbde ._eebd [_bebee ]==_gdbde .Reader .PageList [_bebee ]:default:_cbcb =true ; +};if _cbcb {break ;};};};if _cbcb {_gdbde .updateObjectsDeep (_bbbb ._facgd ,nil );}else {_gdbde ._ffff [_bbbb ._facgd ]=struct{}{};};_bbbb ._facgd .ObjectNumber =_gdbde .Reader ._baeed .ObjectNumber ;_gdbde ._ffge [_bbbb ._facgd ]=_gdbde .Reader ._baeed .ObjectNumber ; +_adca :=[]_bda .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"};for _ ,_abbb :=range _gdbde ._eebd {_bfaa :=_abbb .ToPdfObject (); +*_ggag =*_ggag +1;if _acga ,_dffg :=_bfaa .(*_bda .PdfIndirectObject );_dffg &&_acga .GetParser ()==_gdbde ._babd ._fdadg {_edac .Append (&_acga .PdfObjectReference );continue ;};if _eeac ,_begcd :=_bda .GetDict (_bfaa );_begcd {_afg ,_gbdc :=_eeac .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_bda .PdfIndirectObject ); +for _gbdc {_ed .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_afg );_dgcc ,_edc :=_afg .PdfObject .(*_bda .PdfObjectDictionary );if !_edc {return _gea .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); +};for _ ,_eece :=range _adca {_ed .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_eece );if _ebee :=_eeac .Get (_eece );_ebee !=nil {_ed .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); +if len (_abbb ._gfaec .Keys ())> 0&&!_cbcb {_gca :=_abbb ._gfaec ;if _fdcb :=_gca .Get (_eece );_fdcb !=nil {if _ebee !=_fdcb {_ed .Log .Trace ("\u0049\u006e\u0068\u0065\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u006f\u0072\u0069\u0067i\u006ea\u006c\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073\u002c\u0020\u0025\u0054",_eece ,_fdcb ); +_eeac .Set (_eece ,_fdcb );};};};continue ;};if _ceeg :=_dgcc .Get (_eece );_ceeg !=nil {_ed .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_eece );_eeac .Set (_eece ,_ceeg );};}; +_afg ,_gbdc =_dgcc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074").(*_bda .PdfIndirectObject );_ed .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dgcc .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};if _cbcb {_eeac .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_bbbb ._facgd ); +};};_gdbde .updateObjectsDeep (_bfaa ,nil );_edac .Append (_bfaa );};if _ ,_bgf :=_gdbde ._eecc .Seek (0,_ga .SeekStart );_bgf !=nil {return _bgf ;};_bbbc :=make (map[SignatureHandler ]_ga .Writer );_gegb :=_bda .MakeArray ();for _ ,_gegc :=range _gdbde ._gaga {if _aeee ,_accg :=_bda .GetIndirect (_gegc ); +_accg {if _geeg ,_fcca :=_aeee .PdfObject .(*pdfSignDictionary );_fcca {_addge :=*_geeg ._fcdfe ;var _gefg error ;_bbbc [_addge ],_gefg =_addge .NewDigest (_geeg ._cfefa );if _gefg !=nil {return _gefg ;};_gegb .Append (_bda .MakeInteger (0xfffff),_bda .MakeInteger (0xfffff)); +};};};if _gegb .Len ()> 0{_gegb .Append (_bda .MakeInteger (0xfffff),_bda .MakeInteger (0xfffff));};for _ ,_bfef :=range _gdbde ._gaga {if _edcd ,_egc :=_bda .GetIndirect (_bfef );_egc {if _gbfb ,_dbe :=_edcd .PdfObject .(*pdfSignDictionary );_dbe {_gbfb .Set ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_gegb ); +};};};_fccac :=len (_bbbc )> 0;var _acdg _ga .Reader =_gdbde ._eecc ;if _fccac {_edbf :=make ([]_ga .Writer ,0,len (_bbbc ));for _ ,_agde :=range _bbbc {_edbf =append (_edbf ,_agde );};_acdg =_ga .TeeReader (_gdbde ._eecc ,_ga .MultiWriter (_edbf ...)); +};_cgd ,_edde :=_ga .Copy (w ,_acdg );if _edde !=nil {return _edde ;};if len (_gdbde ._gaga )==0{return nil ;};_bbbb ._eafd =_cgd ;_bbbb .ObjNumOffset =_gdbde ._eaedg ;_bbbb ._eccfc =true ;_bbbb ._bffca =_gdbde ._gagb ;_bbbb ._eafcga =_gdbde ._edff ;_bbbb ._cbedca =_gdbde ._aaaa ; +_bbbb ._cdbbdg =_gdbde ._babd .PdfVersion ();_bbbb ._gcgde =_gdbde ._ffge ;_bbbb ._cbdd =_gdbde ._afcg .GetCrypter ();_bbbb ._dgeba =_gdbde ._afcg .GetEncryptObj ();_ead :=_gdbde ._afcg .GetXrefType ();if _ead !=nil {_edbg :=*_ead ==_bda .XrefTypeObjectStream ; +_bbbb ._fffee =&_edbg ;};_bbbb ._egfad =map[_bda .PdfObject ]struct{}{};_bbbb ._ccbbg =[]_bda .PdfObject {};for _ ,_efac :=range _gdbde ._gaga {if _ ,_gdg :=_gdbde ._ffff [_efac ];_gdg {continue ;};_bbbb .addObject (_efac );};_bgff :=w ;if _fccac {_bgff =_dff .NewBuffer (nil ); +};if _gdbde ._bfec !=""&&_bbbb ._cbdd ==nil {_bbbb .Encrypt ([]byte (_gdbde ._bfec ),[]byte (_gdbde ._bfec ),_gdbde ._feed );};if _gcfe :=_cfcd .Get ("\u0049\u0044");_gcfe !=nil {if _bdbb ,_cdf :=_bda .GetArray (_gcfe );_cdf {_bbbb ._ffgbfc =_bdbb ;};}; +if _daea :=_bbbb .Write (_bgff );_daea !=nil {return _daea ;};if _fccac {_efaf :=_bgff .(*_dff .Buffer ).Bytes ();_bcdg :=_bda .MakeArray ();var _efafc []*pdfSignDictionary ;var _fdgea int64 ;for _ ,_cgea :=range _bbbb ._ccbbg {if _acgca ,_abag :=_bda .GetIndirect (_cgea ); +_abag {if _deed ,_bbdb :=_acgca .PdfObject .(*pdfSignDictionary );_bbdb {_efafc =append (_efafc ,_deed );_aga :=_deed ._dbebg +int64 (_deed ._gcgda );_bcdg .Append (_bda .MakeInteger (_fdgea ),_bda .MakeInteger (_aga -_fdgea ));_fdgea =_deed ._dbebg +int64 (_deed ._dgeg ); +};};};_bcdg .Append (_bda .MakeInteger (_fdgea ),_bda .MakeInteger (_cgd +int64 (len (_efaf ))-_fdgea ));_befa :=[]byte (_bcdg .WriteString ());for _ ,_gcac :=range _efafc {_eebc :=int (_gcac ._dbebg -_cgd );for _adagd :=_gcac ._cafdg ;_adagd < _gcac ._eafbd ; +_adagd ++{_efaf [_eebc +_adagd ]=' ';};_fafb :=_efaf [_eebc +_gcac ._cafdg :_eebc +_gcac ._eafbd ];copy (_fafb ,_befa );};var _bdcee int ;for _ ,_bga :=range _efafc {_ffb :=int (_bga ._dbebg -_cgd );_ggcd :=_efaf [_bdcee :_ffb +_bga ._gcgda ];_abccc :=*_bga ._fcdfe ; +_bbbc [_abccc ].Write (_ggcd );_bdcee =_ffb +_bga ._dgeg ;};for _ ,_cddg :=range _efafc {_cgga :=_efaf [_bdcee :];_dgec :=*_cddg ._fcdfe ;_bbbc [_dgec ].Write (_cgga );};for _ ,_bgad :=range _efafc {_bfac :=int (_bgad ._dbebg -_cgd );_bag :=*_bgad ._fcdfe ; +_agga :=_bbbc [_bag ];if _dac :=_bag .Sign (_bgad ._cfefa ,_agga );_dac !=nil {return _dac ;};_bgad ._cfefa .ByteRange =_bcdg ;_bbfbf :=[]byte (_bgad ._cfefa .Contents .WriteString ());for _ffd :=_bgad ._cafdg ;_ffd < _bgad ._eafbd ;_ffd ++{_efaf [_bfac +_ffd ]=' '; +};for _efbdg :=_bgad ._gcgda ;_efbdg < _bgad ._dgeg ;_efbdg ++{_efaf [_bfac +_efbdg ]=' ';};_agee :=_efaf [_bfac +_bgad ._cafdg :_bfac +_bgad ._eafbd ];copy (_agee ,_befa );_agee =_efaf [_bfac +_bgad ._gcgda :_bfac +_bgad ._dgeg ];copy (_agee ,_bbfbf ); +};_cdaf :=_dff .NewBuffer (_efaf );_ ,_edde =_ga .Copy (w ,_cdaf );if _edde !=nil {return _edde ;};};_gdbde ._ecba =true ;return nil ;}; -// GetAsTilingPattern returns a tiling pattern. Check with IsTiling() prior to using this. -func (_gcggb *PdfPattern )GetAsTilingPattern ()*PdfTilingPattern {return _gcggb ._gabf .(*PdfTilingPattern );}; +// SetContext sets the specific fielddata type, e.g. would be PdfFieldButton for a button field. +func (_cegd *PdfField )SetContext (ctx PdfModel ){_cegd ._aebb =ctx }; -// ToPdfObject returns the PDF representation of the shading pattern. -func (_ffab *PdfShadingPatternType3 )ToPdfObject ()_cee .PdfObject {_ffab .PdfPattern .ToPdfObject ();_egfeb :=_ffab .getDict ();if _ffab .Shading !=nil {_egfeb .Set ("\u0053h\u0061\u0064\u0069\u006e\u0067",_ffab .Shading .ToPdfObject ());};if _ffab .Matrix !=nil {_egfeb .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_ffab .Matrix ); -};if _ffab .ExtGState !=nil {_egfeb .Set ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_ffab .ExtGState );};return _ffab ._bgabc ;}; +// FontDescriptor returns font's PdfFontDescriptor. This may be a builtin descriptor for standard 14 +// fonts but must be an explicit descriptor for other fonts. +func (_gfae *PdfFont )FontDescriptor ()*PdfFontDescriptor {if _gfae .baseFields ()._bedea !=nil {return _gfae .baseFields ()._bedea ;};if _bdgae :=_gfae ._ggada .getFontDescriptor ();_bdgae !=nil {return _bdgae ;};_ed .Log .Error ("\u0041\u006cl \u0066\u006f\u006et\u0073\u0020\u0068\u0061ve \u0061 D\u0065\u0073\u0063\u0072\u0069\u0070\u0074or\u002e\u0020\u0066\u006f\u006e\u0074\u003d%\u0073",_gfae ); +return nil ;};func (_abdgc *pdfFontType0 )baseFields ()*fontCommon {return &_abdgc .fontCommon }; -// GetNumComponents returns the number of color components (3 for RGB). -func (_ceef *PdfColorDeviceRGB )GetNumComponents ()int {return 3}; +// Add appends a top level outline item to the outline. +func (_ecbad *Outline )Add (item *OutlineItem ){_ecbad .Entries =append (_ecbad .Entries ,item )}; -// SetStructParentsKey sets the StructParents key. -func (_gdef *PdfPage )SetStructParentsKey (key int ){if key ==-1{_gdef .StructParents =nil ;}else {_gdef .StructParents =_cee .MakeInteger (int64 (key ));};}; +// PageFromIndirectObject returns the PdfPage and page number for a given indirect object. +func (_eabee *PdfReader )PageFromIndirectObject (ind *_bda .PdfIndirectObject )(*PdfPage ,int ,error ){if len (_eabee .PageList )!=len (_eabee ._cgdac ){return nil ,0,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); +};for _egfd ,_bddbd :=range _eabee ._cgdac {if _bddbd ==ind {return _eabee .PageList [_egfd ],_egfd +1,nil ;};};return nil ,0,_gea .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; -// ToPdfObject returns a *PdfIndirectObject containing a *PdfObjectArray representation of the DeviceN colorspace. -/* - Format: [/DeviceN names alternateSpace tintTransform] - or: [/DeviceN names alternateSpace tintTransform attributes] -*/ -func (_ffdg *PdfColorspaceDeviceN )ToPdfObject ()_cee .PdfObject {_bebb :=_cee .MakeArray (_cee .MakeName ("\u0044e\u0076\u0069\u0063\u0065\u004e"));_bebb .Append (_ffdg .ColorantNames );_bebb .Append (_ffdg .AlternateSpace .ToPdfObject ());_bebb .Append (_ffdg .TintTransform .ToPdfObject ()); -if _ffdg .Attributes !=nil {_bebb .Append (_ffdg .Attributes .ToPdfObject ());};if _ffdg ._eaee !=nil {_ffdg ._eaee .PdfObject =_bebb ;return _ffdg ._eaee ;};return _bebb ;};func _cgbaea (_eeagaa _cee .PdfObject ){_fca .Log .Debug ("\u006f\u0062\u006a\u003a\u0020\u0025\u0054\u0020\u0025\u0073",_eeagaa ,_eeagaa .String ()); -if _beafb ,_gbgdc :=_eeagaa .(*_cee .PdfObjectStream );_gbgdc {_cefff ,_cfdae :=_cee .DecodeStream (_beafb );if _cfdae !=nil {_fca .Log .Debug ("\u0045r\u0072\u006f\u0072\u003a\u0020\u0025v",_cfdae );return ;};_fca .Log .Debug ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_cefff ); -}else if _cedfd ,_fefdba :=_eeagaa .(*_cee .PdfIndirectObject );_fefdba {_fca .Log .Debug ("\u0025\u0054\u0020%\u0076",_cedfd .PdfObject ,_cedfd .PdfObject );_fca .Log .Debug ("\u0025\u0073",_cedfd .PdfObject .String ());};}; +// PdfAppender appends new PDF content to an existing PDF document via incremental updates. +type PdfAppender struct{_eecc _ga .ReadSeeker ;_afcg *_bda .PdfParser ;_babd *PdfReader ;Reader *PdfReader ;_eebd []*PdfPage ;_ggae *PdfAcroForm ;_afaf *DSS ;_gcef *Permissions ;_gagb _bda .XrefTable ;_edff int64 ;_eaedg int ;_gaga []_bda .PdfObject ;_agg map[_bda .PdfObject ]struct{}; +_ffge map[_bda .PdfObject ]int64 ;_ffff map[_bda .PdfObject ]struct{};_facc map[_bda .PdfObject ]struct{};_aaaa int64 ;_ecba bool ;_bfec string ;_feed *EncryptOptions ;_bdbg *PdfInfo ;}; -// NewPdfAnnotationUnderline returns a new text underline annotation. -func NewPdfAnnotationUnderline ()*PdfAnnotationUnderline {_cgff :=NewPdfAnnotation ();_addg :=&PdfAnnotationUnderline {};_addg .PdfAnnotation =_cgff ;_addg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cgff .SetContext (_addg );return _addg ;}; +// NewReaderForText makes a new PdfReader for an input PDF content string. For use in testing. +func NewReaderForText (txt string )*PdfReader {return &PdfReader {_efag :map[_bda .PdfObject ]struct{}{},_gbdfa :_abdd (),_fdadg :_bda .NewParserFromString (txt )};}; -// GetPdfVersion gets the version of the PDF used within this document. -func (_debad *PdfWriter )GetPdfVersion ()string {return _debad .getPdfVersion ()}; +// EmbeddedFile represents an embedded file. +type EmbeddedFile struct{Name string ;Content []byte ;FileType string ;Description string ;Relationship FileRelationship ;Hash string ;CreationTime _ad .Time ;ModTime _ad .Time ;}; -// SetHideToolbar sets the value of the hideToolbar flag. -func (_eeaa *ViewerPreferences )SetHideToolbar (hideToolbar bool ){_eeaa ._bfff =&hideToolbar };func (_dccge *PdfWriter )mapObjectStreams (_dbebde bool )(map[_cee .PdfObject ]bool ,bool ){_baddf :=make (map[_cee .PdfObject ]bool );for _ ,_ggbfd :=range _dccge ._gccff {if _bbggf ,_faaa :=_ggbfd .(*_cee .PdfObjectStreams ); -_faaa {_dbebde =true ;for _ ,_ecdad :=range _bbggf .Elements (){_baddf [_ecdad ]=true ;if _gfggaa ,_aaaf :=_ecdad .(*_cee .PdfIndirectObject );_aaaf {_baddf [_gfggaa .PdfObject ]=true ;};};};};return _baddf ,_dbebde ;};func (_gag *PdfReader )newPdfAnnotationCircleFromDict (_gagg *_cee .PdfObjectDictionary )(*PdfAnnotationCircle ,error ){_dbd :=PdfAnnotationCircle {}; -_adcf ,_deeg :=_gag .newPdfAnnotationMarkupFromDict (_gagg );if _deeg !=nil {return nil ,_deeg ;};_dbd .PdfAnnotationMarkup =_adcf ;_dbd .BS =_gagg .Get ("\u0042\u0053");_dbd .IC =_gagg .Get ("\u0049\u0043");_dbd .BE =_gagg .Get ("\u0042\u0045");_dbd .RD =_gagg .Get ("\u0052\u0044"); -return &_dbd ,nil ;}; +// K returns the value of the key component of the color. +func (_aebe *PdfColorDeviceCMYK )K ()float64 {return _aebe [3]};func (_agbf *PdfReader )newPdfAnnotationUnderlineFromDict (_gcg *_bda .PdfObjectDictionary )(*PdfAnnotationUnderline ,error ){_fca :=PdfAnnotationUnderline {};_affb ,_ccf :=_agbf .newPdfAnnotationMarkupFromDict (_gcg ); +if _ccf !=nil {return nil ,_ccf ;};_fca .PdfAnnotationMarkup =_affb ;_fca .QuadPoints =_gcg .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_fca ,nil ;}; -// GetTrailer returns the PDF's trailer dictionary. -func (_gfcff *PdfReader )GetTrailer ()(*_cee .PdfObjectDictionary ,error ){_cbcd :=_gfcff ._ffdgf .GetTrailer ();if _cbcd ==nil {return nil ,_cdf .New ("\u0074r\u0061i\u006c\u0065\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};return _cbcd ,nil ; +// NewPdfColorPatternType2 returns an empty color shading pattern type 2 (Axial). +func NewPdfColorPatternType2 ()*PdfColorPatternType2 {_bfde :=&PdfColorPatternType2 {};return _bfde };func _defaab (_dabe *PdfPage ){_dgfagca :=_dfb .GetLicenseKey ();if _dgfagca !=nil &&_dgfagca .IsLicensed (){return ;};_bdebd :=_bda .PdfObjectName ("\u0055\u0046\u0031"); +if !_dabe .Resources .HasFontByName (_bdebd ){_dabe .Resources .SetFontByName (_bdebd ,DefaultFont ().ToPdfObject ());};var _ebcfb []string ;_ebcfb =append (_ebcfb ,"\u0071");_ebcfb =append (_ebcfb ,"\u0042\u0054");_ebcfb =append (_ebcfb ,_c .Sprintf ("\u002f%\u0073\u0020\u0031\u0034\u0020\u0054f",_bdebd .String ())); +_ebcfb =append (_ebcfb ,"\u0031\u0020\u0030\u0020\u0030\u0020\u0072\u0067");_ebcfb =append (_ebcfb ,"\u0031\u0030\u0020\u0031\u0030\u0020\u0054\u0064");_cgafca :="\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020\u0055\u006e\u0069\u0044o\u0063\u0020\u002d\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u006c\u0069\u0063e\u006e\u0073\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070\u0073:/\u002f\u0075\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"; +_ebcfb =append (_ebcfb ,_c .Sprintf ("\u0028%\u0073\u0029\u0020\u0054\u006a",_cgafca ));_ebcfb =append (_ebcfb ,"\u0045\u0054");_ebcfb =append (_ebcfb ,"\u0051");_cfgca :=_ab .Join (_ebcfb ,"\u000a");_dabe .AddContentStreamByString (_cfgca );_dabe .ToPdfObject (); }; -// ToPdfObject implements interface PdfModel. -func (_faa *PdfAnnotationFileAttachment )ToPdfObject ()_cee .PdfObject {_faa .PdfAnnotation .ToPdfObject ();_dff :=_faa ._eddc ;_bfcfc :=_dff .PdfObject .(*_cee .PdfObjectDictionary );_faa .PdfAnnotationMarkup .appendToPdfDictionary (_bfcfc );_bfcfc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074")); -_bfcfc .SetIfNotNil ("\u0046\u0053",_faa .FS );_bfcfc .SetIfNotNil ("\u004e\u0061\u006d\u0065",_faa .Name );return _dff ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_ccfcf *PdfShading )ToPdfObject ()_bda .PdfObject {_fdcfe :=_ccfcf ._gfdga ;_bged ,_gcdfe :=_ccfcf .getShadingDict ();if _gcdfe !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _ccfcf .ShadingType !=nil {_bged .Set ("S\u0068\u0061\u0064\u0069\u006e\u0067\u0054\u0079\u0070\u0065",_ccfcf .ShadingType );};if _ccfcf .ColorSpace !=nil {_bged .Set ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ccfcf .ColorSpace .ToPdfObject ()); +};if _ccfcf .Background !=nil {_bged .Set ("\u0042\u0061\u0063\u006b\u0067\u0072\u006f\u0075\u006e\u0064",_ccfcf .Background );};if _ccfcf .BBox !=nil {_bged .Set ("\u0042\u0042\u006f\u0078",_ccfcf .BBox .ToPdfObject ());};if _ccfcf .AntiAlias !=nil {_bged .Set ("\u0041n\u0074\u0069\u0041\u006c\u0069\u0061s",_ccfcf .AntiAlias ); +};return _fdcfe ;};func _agcf (_ecfcc *_bda .PdfObjectDictionary )(*PdfFieldButton ,error ){_aefac :=&PdfFieldButton {};_aefac .PdfField =NewPdfField ();_aefac .PdfField .SetContext (_aefac );_aefac .Opt ,_ =_bda .GetArray (_ecfcc .Get ("\u004f\u0070\u0074")); +_agcfd :=NewPdfAnnotationWidget ();_agcfd .A ,_ =_bda .GetDict (_ecfcc .Get ("\u0041"));_agcfd .AP ,_ =_bda .GetDict (_ecfcc .Get ("\u0041\u0050"));_agcfd .SetContext (_aefac );_aefac .PdfField .Annotations =append (_aefac .PdfField .Annotations ,_agcfd ); +return _aefac ,nil ;}; -// PdfAnnotationCircle represents Circle annotations. -// (Section 12.5.6.8). -type PdfAnnotationCircle struct{*PdfAnnotation ;*PdfAnnotationMarkup ;BS _cee .PdfObject ;IC _cee .PdfObject ;BE _cee .PdfObject ;RD _cee .PdfObject ;}; +// GetOutlines returns a high-level Outline object, based on the outline tree +// of the reader. +func (_afefb *PdfReader )GetOutlines ()(*Outline ,error ){if _afefb ==nil {return nil ,_gea .New ("\u0063\u0061n\u006e\u006f\u0074\u0020c\u0072\u0065a\u0074\u0065\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u006e\u0069\u006c\u0020\u0072e\u0061\u0064\u0065\u0072"); +};_begbf :=_afefb .GetOutlineTree ();if _begbf ==nil {return nil ,_gea .New ("\u0074\u0068\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0072\u0065\u0061\u0064e\u0072\u0020\u0064\u006f\u0065\u0073\u0020n\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0020o\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065"); +};var _accgg func (_bgegd *PdfOutlineTreeNode ,_gdeed *[]*OutlineItem );_accgg =func (_gabca *PdfOutlineTreeNode ,_fcbae *[]*OutlineItem ){if _gabca ==nil {return ;};if _gabca ._ebabd ==nil {_ed .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020m\u0069\u0073\u0073\u0069ng \u006fut\u006c\u0069\u006e\u0065\u0020\u0065\u006etr\u0079\u0020\u0063\u006f\u006e\u0074\u0065x\u0074"); +return ;};var _bddd *OutlineItem ;if _eddf ,_befaea :=_gabca ._ebabd .(*PdfOutlineItem );_befaea {_cccge :=_eddf .Dest ;if (_cccge ==nil ||_bda .IsNullObject (_cccge ))&&_eddf .A !=nil {if _cgdad ,_cagd :=_bda .GetDict (_eddf .A );_cagd {if _afdbgc ,_affcf :=_bda .GetArray (_cgdad .Get ("\u0044")); +_affcf {_cccge =_afdbgc ;}else {_fcada ,_edfb :=_bda .GetString (_cgdad .Get ("\u0044"));if !_edfb {return ;};_fgcbf ,_edfb :=_afefb ._dabg .Get ("\u004e\u0061\u006de\u0073").(*_bda .PdfObjectReference );if !_edfb {return ;};_agaba ,_fggdf :=_afefb ._fdadg .LookupByReference (*_fgcbf ); +if _fggdf !=nil {_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0028\u0025\u0073\u0029",_fggdf .Error ()); +return ;};_cdebca ,_edfb :=_agaba .(*_bda .PdfIndirectObject );if !_edfb {return ;};_eaeab :=map[_bda .PdfObject ]struct{}{};_fggdf =_afefb .buildNameNodes (_cdebca ,_eaeab );if _fggdf !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006ea\u006d\u0065\u0020\u006e\u006fd\u0065\u0073 \u0028\u0025\u0073\u0029",_fggdf .Error ()); +return ;};for _dggef :=range _eaeab {_ccac ,_dgce :=_bda .GetDict (_dggef );if !_dgce {continue ;};_geabea ,_dgce :=_bda .GetArray (_ccac .Get ("\u004e\u0061\u006de\u0073"));if !_dgce {continue ;};for _eggg ,_ccefdb :=range _geabea .Elements (){switch _ccefdb .(type ){case *_bda .PdfObjectString :if _ccefdb .String ()==_fcada .String (){if _dagef :=_geabea .Get (_eggg +1); +_dagef !=nil {if _gefbc ,_dffaa :=_bda .GetDict (_dagef );_dffaa {_cccge =_gefbc .Get ("\u0044");break ;};};};};};};};};};var _bfedc OutlineDest ;if _cccge !=nil &&!_bda .IsNullObject (_cccge ){if _ceabbf ,_agdd :=_fageg (_cccge ,_afefb );_agdd ==nil {_bfedc =*_ceabbf ; +}else {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020p\u0061\u0072\u0073\u0065\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0064\u0065\u0073\u0074\u0020\u0028\u0025\u0076\u0029\u003a\u0020\u0025\u0076",_cccge ,_agdd ); +};};_bddd =NewOutlineItem (_eddf .Title .Decoded (),_bfedc );*_fcbae =append (*_fcbae ,_bddd );if _eddf .Next !=nil {_accgg (_eddf .Next ,_fcbae );};};if _gabca .First !=nil {if _bddd !=nil {_fcbae =&_bddd .Entries ;};_accgg (_gabca .First ,_fcbae );}; +};_ddae :=NewOutline ();_accgg (_begbf ,&_ddae .Entries );return _ddae ,nil ;};func (_addc *XObjectImage )getParamsDict ()*_bda .PdfObjectDictionary {_adfcb :=_bda .MakeDict ();_adfcb .Set ("\u0057\u0069\u0064t\u0068",_bda .MakeInteger (*_addc .Width )); +_adfcb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_bda .MakeInteger (*_addc .Height ));_adfcb .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_bda .MakeInteger (int64 (_addc .ColorSpace .GetNumComponents ()))); +_adfcb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bda .MakeInteger (*_addc .BitsPerComponent ));return _adfcb ;}; -// Transform rectangle with the supplied matrix. -func (_eabfab *PdfRectangle )Transform (transformMatrix _ac .Matrix ){_eabfab .Llx ,_eabfab .Lly =transformMatrix .Transform (_eabfab .Llx ,_eabfab .Lly );_eabfab .Urx ,_eabfab .Ury =transformMatrix .Transform (_eabfab .Urx ,_eabfab .Ury );_eabfab .Normalize (); +// Height returns the height of `rect`. +func (_bggbg *PdfRectangle )Height ()float64 {return _ce .Abs (_bggbg .Ury -_bggbg .Lly )};func _gcba (_efdbd _bda .PdfObject ){_ed .Log .Debug ("\u006f\u0062\u006a\u003a\u0020\u0025\u0054\u0020\u0025\u0073",_efdbd ,_efdbd .String ());if _fbcdg ,_fagbb :=_efdbd .(*_bda .PdfObjectStream ); +_fagbb {_dffaeg ,_addfe :=_bda .DecodeStream (_fbcdg );if _addfe !=nil {_ed .Log .Debug ("\u0045r\u0072\u006f\u0072\u003a\u0020\u0025v",_addfe );return ;};_ed .Log .Debug ("D\u0065\u0063\u006f\u0064\u0065\u0064\u003a\u0020\u0025\u0073",_dffaeg );}else if _dfdgd ,_gdagbc :=_efdbd .(*_bda .PdfIndirectObject ); +_gdagbc {_ed .Log .Debug ("\u0025\u0054\u0020%\u0076",_dfdgd .PdfObject ,_dfdgd .PdfObject );_ed .Log .Debug ("\u0025\u0073",_dfdgd .PdfObject .String ());};}; + +// NewPdfActionTrans returns a new "trans" action. +func NewPdfActionTrans ()*PdfActionTrans {_aaf :=NewPdfAction ();_ddc :=&PdfActionTrans {};_ddc .PdfAction =_aaf ;_aaf .SetContext (_ddc );return _ddc ;};func (_ecga *Image )samplesAddPadding (_gcge []uint32 )[]uint32 {_fadfd :=_bg .BytesPerLine (int (_ecga .Width ),int (_ecga .BitsPerComponent ),_ecga .ColorComponents )*(8/int (_ecga .BitsPerComponent )); +_gdgff :=_fadfd *int (_ecga .Height );if len (_gcge )==_gdgff {return _gcge ;};_afad :=make ([]uint32 ,_gdgff );_fdfec :=int (_ecga .Width )*_ecga .ColorComponents ;for _aeebf :=0;_aeebf < int (_ecga .Height );_aeebf ++{_bccdg :=_aeebf *int (_ecga .Width ); +_cfcea :=_aeebf *_fadfd ;for _dged :=0;_dged < _fdfec ;_dged ++{_afad [_cfcea +_dged ]=_gcge [_bccdg +_dged ];};};return _afad ;}; + +// GetKDict returns the KDict of the KValue. +func (_gbbce *KValue )GetKDict ()*KDict {return _gbbce ._dfafb }; + +// NewXObjectFormFromStream builds the Form XObject from a stream object. +// TODO: Should this be exposed? Consider different access points. +func NewXObjectFormFromStream (stream *_bda .PdfObjectStream )(*XObjectForm ,error ){_ddfdd :=&XObjectForm {};_ddfdd ._cdfb =stream ;_eedea :=*(stream .PdfObjectDictionary );_dgdaa ,_efaff :=_bda .NewEncoderFromStream (stream );if _efaff !=nil {return nil ,_efaff ; +};_ddfdd .Filter =_dgdaa ;if _dgcggd :=_eedea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_dgcggd !=nil {_ccfccd ,_degfd :=_dgcggd .(*_bda .PdfObjectName );if !_degfd {return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};if *_ccfccd !="\u0046\u006f\u0072\u006d"{_ed .Log .Debug ("I\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065");return nil ,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0066\u006f\u0072m\u0020\u0073\u0075\u0062ty\u0070\u0065"); +};};if _abgb :=_eedea .Get ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065");_abgb !=nil {_ddfdd .FormType =_abgb ;};if _aggeb :=_eedea .Get ("\u0042\u0042\u006f\u0078");_aggeb !=nil {_ddfdd .BBox =_aggeb ;};if _fgdfb :=_eedea .Get ("\u004d\u0061\u0074\u0072\u0069\u0078"); +_fgdfb !=nil {_ddfdd .Matrix =_fgdfb ;};if _ecbaa :=_eedea .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");_ecbaa !=nil {_ecbaa =_bda .TraceToDirectObject (_ecbaa );_fcbgf ,_efccc :=_ecbaa .(*_bda .PdfObjectDictionary );if !_efccc {_ed .Log .Debug ("\u0049\u006e\u0076\u0061\u006ci\u0064\u0020\u0058\u004f\u0062j\u0065c\u0074\u0020\u0046\u006f\u0072\u006d\u0020\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020\u006f\u0062j\u0065\u0063\u0074\u002c\u0020\u0070\u006f\u0069\u006e\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u006e\u006f\u006e\u002d\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,_bda .ErrTypeError ;};_gggba ,_gaeff :=NewPdfPageResourcesFromDict (_fcbgf );if _gaeff !=nil {_ed .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u0020\u0072\u0065\u0073\u006f\u0075rc\u0065\u0073"); +return nil ,_gaeff ;};_ddfdd .Resources =_gggba ;_ed .Log .Trace ("\u0046\u006f\u0072\u006d r\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u003a\u0020\u0025\u0023\u0076",_ddfdd .Resources );};_ddfdd .Group =_eedea .Get ("\u0047\u0072\u006fu\u0070"); +_ddfdd .Ref =_eedea .Get ("\u0052\u0065\u0066");_ddfdd .MetaData =_eedea .Get ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061");_ddfdd .PieceInfo =_eedea .Get ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o");_ddfdd .LastModified =_eedea .Get ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064"); +_ddfdd .StructParent =_eedea .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_ddfdd .StructParents =_eedea .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073");_ddfdd .OPI =_eedea .Get ("\u004f\u0050\u0049"); +_ddfdd .OC =_eedea .Get ("\u004f\u0043");_ddfdd .Name =_eedea .Get ("\u004e\u0061\u006d\u0065");_ddfdd .Stream =stream .Stream ;return _ddfdd ,nil ;}; + +// Insert adds a top level outline item in the outline, +// at the specified index. +func (_cagff *Outline )Insert (index uint ,item *OutlineItem ){_cegdc :=uint (len (_cagff .Entries ));if index > _cegdc {index =_cegdc ;};_cagff .Entries =append (_cagff .Entries [:index ],append ([]*OutlineItem {item },_cagff .Entries [index :]...)...); }; -// Fill populates `form` with values provided by `provider`. -func (_gbcdg *PdfAcroForm )Fill (provider FieldValueProvider )error {return _gbcdg .fill (provider ,nil )}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain three elements representing the +// red, green and blue components of the color. The values of the elements +// should be between 0 and 1. +func (_afae *PdfColorspaceDeviceRGB )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_fagb :=vals [0];if _fagb < 0.0||_fagb > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fagb ); +return nil ,ErrColorOutOfRange ;};_cfgd :=vals [1];if _cfgd < 0.0||_cfgd > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fagb );return nil ,ErrColorOutOfRange ; +};_ecfbe :=vals [2];if _ecfbe < 0.0||_ecfbe > 1.0{_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_fagb );return nil ,ErrColorOutOfRange ;};_ebec :=NewPdfColorDeviceRGB (_fagb ,_cfgd ,_ecfbe ); +return _ebec ,nil ;}; -// ToPdfObject converts rectangle to a PDF object. -func (_abgfe *PdfRectangle )ToPdfObject ()_cee .PdfObject {return _cee .MakeArray (_cee .MakeFloat (_abgfe .Llx ),_cee .MakeFloat (_abgfe .Lly ),_cee .MakeFloat (_abgfe .Urx ),_cee .MakeFloat (_abgfe .Ury ));}; +// GetContainingPdfObject implements model.PdfModel interface. +func (_cdbbc *PdfOutputIntent )GetContainingPdfObject ()_bda .PdfObject {return _cdbbc ._abccce }; -// ColorFromPdfObjects returns a new PdfColor based on input color components. The input PdfObjects should -// be numeric. -func (_ecbd *PdfColorspaceDeviceN )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=_ecbd .GetNumComponents (){return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ccde ,_bbfc :=_cee .GetNumbersAsFloat (objects ); -if _bbfc !=nil {return nil ,_bbfc ;};return _ecbd .ColorFromFloats (_ccde );}; +// SetStructParentsKey sets the StructParents key. +func (_cdacfe *PdfPage )SetStructParentsKey (key int ){if key ==-1{_cdacfe .StructParents =nil ;}else {_cdacfe .StructParents =_bda .MakeInteger (int64 (key ));};};func _eafb (_aece _bda .PdfObject )(*PdfColorspaceDeviceN ,error ){_degg :=NewPdfColorspaceDeviceN (); +if _bedgb ,_cceag :=_aece .(*_bda .PdfIndirectObject );_cceag {_degg ._ecaf =_bedgb ;};_aece =_bda .TraceToDirectObject (_aece );_aeac ,_beeb :=_aece .(*_bda .PdfObjectArray );if !_beeb {return nil ,_c .Errorf ("\u0064\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062j\u0065\u0063\u0074"); +};if _aeac .Len ()!=4&&_aeac .Len ()!=5{return nil ,_c .Errorf ("\u0064\u0065\u0076ic\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0049\u006ec\u006fr\u0072e\u0063t\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068");};_aece =_aeac .Get (0); +_cdb ,_beeb :=_aece .(*_bda .PdfObjectName );if !_beeb {return nil ,_c .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};if *_cdb !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return nil ,_c .Errorf ("\u0064\u0065v\u0069\u0063\u0065\u004e\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020na\u006d\u0065");};_aece =_aeac .Get (1); +_aece =_bda .TraceToDirectObject (_aece );_fcfc ,_beeb :=_aece .(*_bda .PdfObjectArray );if !_beeb {return nil ,_c .Errorf ("\u0064\u0065\u0076i\u0063\u0065\u004e\u0020C\u0053\u003a\u0020\u0049\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};_degg .ColorantNames =_fcfc ;_aece =_aeac .Get (2);_dedd ,_faae :=NewPdfColorspaceFromPdfObject (_aece );if _faae !=nil {return nil ,_faae ;};_degg .AlternateSpace =_dedd ;_gace ,_faae :=_aaeca (_aeac .Get (3));if _faae !=nil {return nil ,_faae ;};_degg .TintTransform =_gace ; +if _aeac .Len ()==5{_gcaa ,_ddga :=_ggdb (_aeac .Get (4));if _ddga !=nil {return nil ,_ddga ;};_degg .Attributes =_gcaa ;};return _degg ,nil ;};var _ pdfFont =(*pdfFontSimple )(nil ); -// PdfAnnotationRichMedia represents Rich Media annotations. -type PdfAnnotationRichMedia struct{*PdfAnnotation ;RichMediaSettings _cee .PdfObject ;RichMediaContent _cee .PdfObject ;}; +// ImageToRGB converts an image in CMYK32 colorspace to an RGB image. +func (_fbdc *PdfColorspaceDeviceCMYK )ImageToRGB (img Image )(Image ,error ){_ed .Log .Trace ("\u0043\u004d\u0059\u004b\u0033\u0032\u0020\u002d\u003e\u0020\u0052\u0047\u0042");_ed .Log .Trace ("I\u006d\u0061\u0067\u0065\u0020\u0042P\u0043\u003a\u0020\u0025\u0064\u002c \u0043\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020%\u0064",img .BitsPerComponent ,img .ColorComponents ); +_ed .Log .Trace ("\u004c\u0065\u006e \u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0064",len (img .Data ));_ed .Log .Trace ("H\u0065\u0069\u0067\u0068t:\u0020%\u0064\u002c\u0020\u0057\u0069d\u0074\u0068\u003a\u0020\u0025\u0064",img .Height ,img .Width ); +_fgga ,_fdcf :=_bg .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._ffbd ,img ._bfafe );if _fdcf !=nil {return Image {},_fdcf ;};_ccee ,_fdcf :=_bg .NRGBAConverter .Convert (_fgga );if _fdcf !=nil {return Image {},_fdcf ; +};return _fggae (_ccee .Base ()),nil ;};func _eadef (_fadee *PdfField ,_bbcf _bda .PdfObject ){for _ ,_ggdcd :=range _fadee .Annotations {_ggdcd .AS =_bbcf ;_ggdcd .ToPdfObject ();};}; -// NewPdfColorspaceLab returns a new Lab colorspace object. -func NewPdfColorspaceLab ()*PdfColorspaceLab {_cebg :=&PdfColorspaceLab {};_cebg .BlackPoint =[]float64 {0.0,0.0,0.0};_cebg .Range =[]float64 {-100,100,-100,100};return _cebg ;};func (_adf *PdfReader )loadAction (_afef _cee .PdfObject )(*PdfAction ,error ){if _gbbf ,_cbb :=_cee .GetIndirect (_afef ); -_cbb {_ecg ,_ggfd :=_adf .newPdfActionFromIndirectObject (_gbbf );if _ggfd !=nil {return nil ,_ggfd ;};return _ecg ,nil ;}else if !_cee .IsNullObject (_afef ){return nil ,_cdf .New ("\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074 \u0074\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -};return nil ,nil ;}; +// Evaluate runs the function on the passed in slice and returns the results. +func (_dcdbg *PdfFunctionType3 )Evaluate (x []float64 )([]float64 ,error ){if len (x )!=1{_ed .Log .Error ("\u004f\u006e\u006c\u0079 o\u006e\u0065\u0020\u0069\u006e\u0070\u0075\u0074\u0020\u0061\u006c\u006c\u006f\u0077e\u0064");return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b"); +};return nil ,_gea .New ("\u006e\u006f\u0074\u0020im\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020\u0079\u0065\u0074");}; -// IsCenterWindow returns the value of the centerWindow flag. -func (_bfggb *ViewerPreferences )IsCenterWindow ()bool {if _bfggb ._gaffg ==nil {return false ;};return *_bfggb ._gaffg ;};func (_cggda *PdfWriter )copyObject (_gcdcb _cee .PdfObject ,_cefba map[_cee .PdfObject ]_cee .PdfObject ,_ddfb map[_cee .PdfObject ]struct{},_fcccg bool )_cee .PdfObject {_acbfc :=!_cggda ._fbaeb &&_ddfb !=nil ; -if _feef ,_fegb :=_cefba [_gcdcb ];_fegb {if _acbfc &&!_fcccg {delete (_ddfb ,_gcdcb );};return _feef ;};if _gcdcb ==nil {_bdgf :=_cee .MakeNull ();return _bdgf ;};_beedee :=_gcdcb ;switch _gfeaca :=_gcdcb .(type ){case *_cee .PdfObjectArray :_fabfa :=_cee .MakeArray (); -_beedee =_fabfa ;_cefba [_gcdcb ]=_beedee ;for _ ,_fcffgg :=range _gfeaca .Elements (){_fabfa .Append (_cggda .copyObject (_fcffgg ,_cefba ,_ddfb ,_fcccg ));};case *_cee .PdfObjectStreams :_dfgfg :=&_cee .PdfObjectStreams {PdfObjectReference :_gfeaca .PdfObjectReference }; -_beedee =_dfgfg ;_cefba [_gcdcb ]=_beedee ;for _ ,_eaffad :=range _gfeaca .Elements (){_dfgfg .Append (_cggda .copyObject (_eaffad ,_cefba ,_ddfb ,_fcccg ));};case *_cee .PdfObjectStream :_bcba :=&_cee .PdfObjectStream {Stream :_gfeaca .Stream ,PdfObjectReference :_gfeaca .PdfObjectReference ,Lazy :_gfeaca .Lazy ,TempFile :_gfeaca .TempFile }; -_beedee =_bcba ;_cefba [_gcdcb ]=_beedee ;_bcba .PdfObjectDictionary =_cggda .copyObject (_gfeaca .PdfObjectDictionary ,_cefba ,_ddfb ,_fcccg ).(*_cee .PdfObjectDictionary );case *_cee .PdfObjectDictionary :var _cbfge bool ;if _acbfc &&!_fcccg {if _bbbbd ,_ :=_cee .GetNameVal (_gfeaca .Get ("\u0054\u0079\u0070\u0065")); -_bbbbd =="\u0050\u0061\u0067\u0065"{_ ,_bcbdd :=_cggda ._gecd [_gfeaca ];_fcccg =!_bcbdd ;_cbfge =_fcccg ;};};_facgg :=_cee .MakeDict ();_beedee =_facgg ;_cefba [_gcdcb ]=_beedee ;for _ ,_ffbdg :=range _gfeaca .Keys (){_facgg .Set (_ffbdg ,_cggda .copyObject (_gfeaca .Get (_ffbdg ),_cefba ,_ddfb ,_fcccg )); -};if _cbfge {_beedee =_cee .MakeNull ();_fcccg =false ;};case *_cee .PdfIndirectObject :_bceeb :=&_cee .PdfIndirectObject {PdfObjectReference :_gfeaca .PdfObjectReference };_beedee =_bceeb ;_cefba [_gcdcb ]=_beedee ;_bceeb .PdfObject =_cggda .copyObject (_gfeaca .PdfObject ,_cefba ,_ddfb ,_fcccg ); -case *_cee .PdfObjectString :_dfeeb :=*_gfeaca ;_beedee =&_dfeeb ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectName :_geagd :=*_gfeaca ;_beedee =&_geagd ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectNull :_beedee =_cee .MakeNull ();_cefba [_gcdcb ]=_beedee ; -case *_cee .PdfObjectInteger :_aefbfa :=*_gfeaca ;_beedee =&_aefbfa ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectReference :_afab :=*_gfeaca ;_beedee =&_afab ;_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectFloat :_aaeffe :=*_gfeaca ;_beedee =&_aaeffe ; -_cefba [_gcdcb ]=_beedee ;case *_cee .PdfObjectBool :_agcg :=*_gfeaca ;_beedee =&_agcg ;_cefba [_gcdcb ]=_beedee ;case *pdfSignDictionary :_febdf :=&pdfSignDictionary {PdfObjectDictionary :_cee .MakeDict (),_efde :_gfeaca ._efde ,_dddage :_gfeaca ._dddage }; -_beedee =_febdf ;_cefba [_gcdcb ]=_beedee ;for _ ,_bdgb :=range _gfeaca .Keys (){_febdf .Set (_bdgb ,_cggda .copyObject (_gfeaca .Get (_bdgb ),_cefba ,_ddfb ,_fcccg ));};default:_fca .Log .Info ("\u0054\u004f\u0044\u004f\u0028\u0061\u0035\u0069\u0029\u003a\u0020\u0069\u006dp\u006c\u0065\u006d\u0065\u006e\u0074 \u0063\u006f\u0070\u0079\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0066\u006fr\u0020\u0025\u002b\u0076",_gcdcb ); -};if _acbfc &&_fcccg {_ddfb [_gcdcb ]=struct{}{};};return _beedee ;}; +// SetDocInfo sets the document /Info metadata. +// This will overwrite any globally declared document info. +func (_dcdg *PdfAppender )SetDocInfo (info *PdfInfo ){_dcdg ._bdbg =info };func _bcaf (_begf []byte )(_ffef ,_ccgbc string ,_agefb error ){_ed .Log .Trace ("g\u0065\u0074\u0041\u0053CI\u0049S\u0065\u0063\u0074\u0069\u006fn\u0073\u003a\u0020\u0025\u0064\u0020",len (_begf )); +_aadcf :=_dacd .FindIndex (_begf );if _aadcf ==nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0067\u0065\u0074\u0041\u0053\u0043\u0049\u0049\u0053\u0065\u0063\u0074\u0069o\u006e\u0073\u002e\u0020\u004e\u006f\u0020d\u0069\u0063\u0074\u002e"); +return "","",_bda .ErrTypeError ;};_affe :=_aadcf [1];_fddc :=_ab .Index (string (_begf [_affe :]),_cgfee );if _fddc < 0{_ffef =string (_begf [_affe :]);return _ffef ,"",nil ;};_efbb :=_affe +_fddc ;_ffef =string (_begf [_affe :_efbb ]);_cedf :=_efbb ; +_fddc =_ab .Index (string (_begf [_cedf :]),_beda );if _fddc < 0{_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0067e\u0074\u0041\u0053\u0043\u0049\u0049\u0053e\u0063\u0074\u0069\u006f\u006e\u0073\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_agefb ); +return "","",_bda .ErrTypeError ;};_efade :=_cedf +_fddc ;_ccgbc =string (_begf [_cedf :_efade ]);return _ffef ,_ccgbc ,nil ;};func (_cegab *LTV )buildCertChain (_ffbc ,_aagfc []*_bd .Certificate )([]*_bd .Certificate ,map[string ]*_bd .Certificate ,error ){_caaa :=map[string ]*_bd .Certificate {}; +for _ ,_cddc :=range _ffbc {_caaa [_cddc .Subject .CommonName ]=_cddc ;};_daaa :=_ffbc ;for _ ,_ddbgb :=range _aagfc {_bfba :=_ddbgb .Subject .CommonName ;if _ ,_fbdg :=_caaa [_bfba ];_fbdg {continue ;};_caaa [_bfba ]=_ddbgb ;_daaa =append (_daaa ,_ddbgb ); +};if len (_daaa )==0{return nil ,nil ,ErrSignNoCertificates ;};var _efdfd error ;for _gabfa :=_daaa [0];_gabfa !=nil &&!_cegab .CertClient .IsCA (_gabfa );{_cdfa ,_debc :=_caaa [_gabfa .Issuer .CommonName ];if !_debc {if _cdfa ,_efdfd =_cegab .CertClient .GetIssuer (_gabfa ); +_efdfd !=nil {_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_efdfd ); +break ;};_caaa [_gabfa .Issuer .CommonName ]=_cdfa ;_daaa =append (_daaa ,_cdfa );};_gabfa =_cdfa ;};return _daaa ,_caaa ,nil ;}; -// SetCatalogViewerPreferences sets the catalog ViewerPreferences dictionary. -func (_effd *PdfWriter )SetCatalogViewerPreferences (pref _cee .PdfObject )error {if pref ==nil {_effd ._cdebc .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};if _cbcca ,_acgfcc :=pref .(*_cee .PdfObjectReference ); -_acgfcc {pref =_cbcca .Resolve ();if pref ==nil {_effd ._cdebc .Remove ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073");return nil ;};};_effd .addObject (pref );_effd ._cdebc .Set ("\u0056\u0069\u0065\u0077\u0065\u0072\u0050\u0072\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0073",pref ); -return nil ;}; +// GetRotate gets the inheritable rotate value, either from the page +// or a higher up page/pages struct. +func (_eeda *PdfPage )GetRotate ()(int64 ,error ){if _eeda .Rotate !=nil {return *_eeda .Rotate ,nil ;};_dfdef :=_eeda .Parent ;for _dfdef !=nil {_eeace ,_fafca :=_bda .GetDict (_dfdef );if !_fafca {return 0,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069d\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +};if _gcag :=_eeace .Get ("\u0052\u006f\u0074\u0061\u0074\u0065");_gcag !=nil {_fceb ,_cdcca :=_bda .GetInt (_gcag );if !_cdcca {return 0,_gea .New ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0072\u006f\u0074a\u0074\u0065\u0020\u0076al\u0075\u0065");};if _fceb !=nil {return int64 (*_fceb ),nil ; +};return 0,_gea .New ("\u0072\u006f\u0074\u0061te\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};_dfdef =_eeace .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");};return 0,_gea .New ("\u0072o\u0074a\u0074\u0065\u0020\u006e\u006ft\u0020\u0064e\u0066\u0069\u006e\u0065\u0064"); +};func _bcg (_agefg _bda .PdfObject )(*PdfColorspaceSpecialSeparation ,error ){_cfbf :=NewPdfColorspaceSpecialSeparation ();if _ffaa ,_ebgd :=_agefg .(*_bda .PdfIndirectObject );_ebgd {_cfbf ._efde =_ffaa ;};_agefg =_bda .TraceToDirectObject (_agefg ); +_gdbdc ,_aeca :=_agefg .(*_bda .PdfObjectArray );if !_aeca {return nil ,_c .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062je\u0063\u0074");};if _gdbdc .Len ()!=4{return nil ,_c .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074i\u006f\u006e \u0043\u0053\u003a\u0020\u0049\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068"); +};_agefg =_gdbdc .Get (0);_bcefb ,_aeca :=_agefg .(*_bda .PdfObjectName );if !_aeca {return nil ,_c .Errorf ("\u0073\u0065\u0070ar\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a \u0069n\u0076a\u006ci\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};if *_bcefb !="\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"{return nil ,_c .Errorf ("\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020w\u0072o\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); +};_agefg =_gdbdc .Get (1);_bcefb ,_aeca =_agefg .(*_bda .PdfObjectName );if !_aeca {return nil ,_c .Errorf ("\u0073\u0065pa\u0072\u0061\u0074i\u006f\u006e\u0020\u0043S: \u0049nv\u0061\u006c\u0069\u0064\u0020\u0063\u006flo\u0072\u0061\u006e\u0074\u0020\u006e\u0061m\u0065"); +};_cfbf .ColorantName =_bcefb ;_agefg =_gdbdc .Get (2);_egddb ,_gdefd :=NewPdfColorspaceFromPdfObject (_agefg );if _gdefd !=nil {return nil ,_gdefd ;};_cfbf .AlternateSpace =_egddb ;_gecf ,_gdefd :=_aaeca (_gdbdc .Get (3));if _gdefd !=nil {return nil ,_gdefd ; +};_cfbf .TintTransform =_gecf ;return _cfbf ,nil ;}; -// GetStandardApplier gets currently used StandardApplier.. -func (_fdbfa *PdfWriter )GetStandardApplier ()StandardApplier {return _fdbfa ._bacda }; +// NewPdfAnnotationSquare returns a new square annotation. +func NewPdfAnnotationSquare ()*PdfAnnotationSquare {_gbfae :=NewPdfAnnotation ();_fdfcb :=&PdfAnnotationSquare {};_fdfcb .PdfAnnotation =_gbfae ;_fdfcb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gbfae .SetContext (_fdfcb );return _fdfcb ;}; -// ToPdfObject implements interface PdfModel. -func (_cbga *PdfAnnotationPolyLine )ToPdfObject ()_cee .PdfObject {_cbga .PdfAnnotation .ToPdfObject ();_fdga :=_cbga ._eddc ;_efe :=_fdga .PdfObject .(*_cee .PdfObjectDictionary );_cbga .PdfAnnotationMarkup .appendToPdfDictionary (_efe );_efe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0050\u006f\u006c\u0079\u004c\u0069\u006e\u0065")); -_efe .SetIfNotNil ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073",_cbga .Vertices );_efe .SetIfNotNil ("\u004c\u0045",_cbga .LE );_efe .SetIfNotNil ("\u0042\u0053",_cbga .BS );_efe .SetIfNotNil ("\u0049\u0043",_cbga .IC );_efe .SetIfNotNil ("\u0042\u0045",_cbga .BE ); -_efe .SetIfNotNil ("\u0049\u0054",_cbga .IT );_efe .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_cbga .Measure );return _fdga ;};func _edddd (_fgfcg _cee .PdfObject )*IDTree {_fgfcg =_cee .ResolveReference (_fgfcg );_gfddcb :=_cee .MakeArray (); -_ececad :=_cee .MakeArray ();_agedd :=[]*IDTree {};if _bfbbf ,_facfa :=_cee .GetDict (_fgfcg );_facfa {if _dggege :=_bfbbf .Get ("\u004e\u0061\u006de\u0073");_dggege !=nil {_dggege =_cee .ResolveReference (_dggege );if _bbfce ,_cbaf :=_cee .GetArray (_dggege ); -_cbaf {for _ ,_egacc :=range _bbfce .Elements (){_gfddcb .Append (_egacc );};};};if _fagba :=_bfbbf .Get ("\u004c\u0069\u006d\u0069\u0074\u0073");_fagba !=nil {_fagba =_cee .ResolveReference (_fagba );if _gdagf ,_cbdbg :=_cee .GetArray (_fagba );_cbdbg {for _gbbda :=0; -_gbbda < 2;_gbbda ++{_ececad .Append (_gdagf .Get (_gbbda ));};};};if _ffedea :=_bfbbf .Get ("\u004b\u0069\u0064\u0073");_ffedea !=nil {_ffedea =_cee .ResolveReference (_ffedea );if _fdged ,_dggdd :=_cee .GetArray (_ffedea );_dggdd {for _ ,_bcadc :=range _fdged .Elements (){_cdfca :=_edddd (_bcadc ); -_agedd =append (_agedd ,_cdfca );};};};};_fadeg :=&IDTree {Names :_gfddcb ,Limits :_ececad };if len (_agedd )> 0{_fadeg .Kids =_agedd ;};return _fadeg ;};type pdfFontType0 struct{fontCommon ;_eddba *_cee .PdfIndirectObject ;_daac _dae .TextEncoder ;Encoding _cee .PdfObject ; -DescendantFont *PdfFont ;_dcffd *_dgg .CMap ;}; +// ToGray returns a PdfColorDeviceGray color based on the current RGB color. +func (_edg *PdfColorDeviceRGB )ToGray ()*PdfColorDeviceGray {_efdd :=0.3*_edg .R ()+0.59*_edg .G ()+0.11*_edg .B ();_efdd =_ce .Min (_ce .Max (_efdd ,0.0),1.0);return NewPdfColorDeviceGray (_efdd );}; -// NewStandard14FontMustCompile returns the standard 14 font named `basefont` as a *PdfFont. -// If `basefont` is one of the 14 Standard14Font values defined above then NewStandard14FontMustCompile -// is guaranteed to succeed. -func NewStandard14FontMustCompile (basefont StdFontName )*PdfFont {_eeefa ,_agbf :=NewStandard14Font (basefont );if _agbf !=nil {panic (_e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0053\u0074\u0061n\u0064\u0061\u0072\u0064\u0031\u0034\u0046\u006f\u006e\u0074 \u0025\u0023\u0071",basefont )); -};return _eeefa ;}; +// PdfFunction interface represents the common methods of a function in PDF. +type PdfFunction interface{Evaluate ([]float64 )([]float64 ,error );ToPdfObject ()_bda .PdfObject ;}; -// PrintArea returns the value of the printArea. -func (_dbabea *ViewerPreferences )PrintArea ()PageBoundary {return _dbabea ._eedee }; +// AnnotFilterFunc represents a PDF annotation filtering function. If the function +// returns true, the annotation is kept, otherwise it is discarded. +type AnnotFilterFunc func (*PdfAnnotation )bool ; -// AddPage adds a page to the PDF file. The new page should be an indirect object. -func (_ffcdg *PdfWriter )AddPage (page *PdfPage )error {const _eeaaa ="\u006d\u006f\u0064el\u003a\u0050\u0064\u0066\u0057\u0072\u0069\u0074\u0065\u0072\u002e\u0041\u0064\u0064\u0050\u0061\u0067\u0065";_adfebd (page );_gagb :=page .ToPdfObject ();_fca .Log .Trace ("\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"); -_fca .Log .Trace ("\u0041p\u0070\u0065\u006e\u0064i\u006e\u0067\u0020\u0074\u006f \u0070a\u0067e\u0020\u006c\u0069\u0073\u0074\u0020\u0025T",_gagb );_afbba ,_ddfaa :=_cee .GetIndirect (_gagb );if !_ddfaa {return _cdf .New ("\u0070\u0061\u0067\u0065\u0020\u0073h\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u006fb\u006a\u0065\u0063\u0074"); -};_fca .Log .Trace ("\u0025\u0073",_afbba );_fca .Log .Trace ("\u0025\u0073",_afbba .PdfObject );_gaeda ,_ddfaa :=_cee .GetDict (_afbba .PdfObject );if !_ddfaa {return _cdf .New ("\u0070\u0061\u0067e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068o\u0075l\u0064 \u0062e\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_ccgdb ,_ddfaa :=_cee .GetName (_gaeda .Get ("\u0054\u0079\u0070\u0065"));if !_ddfaa {return _e .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0054y\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020t\u0079\u0070\u0065\u0020\u006e\u0061m\u0065\u0020\u0028%\u0054\u0029",_gaeda .Get ("\u0054\u0079\u0070\u0065")); -};if _ccgdb .String ()!="\u0050\u0061\u0067\u0065"{return _cdf .New ("\u0066\u0069e\u006c\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0021\u003d\u0020\u0050\u0061\u0067\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069re\u0064\u0029");};_fcedfg :=[]_cee .PdfObjectName {"\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s","\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078","\u0043r\u006f\u0070\u0042\u006f\u0078","\u0052\u006f\u0074\u0061\u0074\u0065"}; -_fagcf ,_affeb :=_cee .GetIndirect (_gaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_fca .Log .Trace ("P\u0061g\u0065\u0020\u0050\u0061\u0072\u0065\u006e\u0074:\u0020\u0025\u0054\u0020(%\u0076\u0029",_gaeda .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"),_affeb ); -for _affeb {_fca .Log .Trace ("\u0050a\u0067e\u0020\u0050\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_fagcf );_dgcee ,_eeebg :=_cee .GetDict (_fagcf .PdfObject );if !_eeebg {return _cdf .New ("i\u006e\u0076\u0061\u006cid\u0020P\u0061\u0072\u0065\u006e\u0074 \u006f\u0062\u006a\u0065\u0063\u0074"); -};for _ ,_gccef :=range _fcedfg {_fca .Log .Trace ("\u0046\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gccef );if _gaeda .Get (_gccef )!=nil {_fca .Log .Trace ("\u002d \u0070a\u0067\u0065\u0020\u0068\u0061s\u0020\u0061l\u0072\u0065\u0061\u0064\u0079"); -continue ;};if _fbfcg :=_dgcee .Get (_gccef );_fbfcg !=nil {_fca .Log .Trace ("\u0049\u006e\u0068\u0065ri\u0074\u0069\u006e\u0067\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0025\u0073",_gccef );_gaeda .Set (_gccef ,_fbfcg );};};_fagcf ,_affeb =_cee .GetIndirect (_dgcee .Get ("\u0050\u0061\u0072\u0065\u006e\u0074")); -_fca .Log .Trace ("\u004ee\u0078t\u0020\u0070\u0061\u0072\u0065\u006e\u0074\u003a\u0020\u0025\u0054",_dgcee .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));};_fca .Log .Trace ("\u0054\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c \u0064\u006f\u006e\u0065"); -_gaeda .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_ffcdg ._cdggg );_afbba .PdfObject =_gaeda ;_cfbfed ,_ddfaa :=_cee .GetDict (_ffcdg ._cdggg .PdfObject );if !_ddfaa {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0020(\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0029"); -};_ceebbg ,_ddfaa :=_cee .GetArray (_cfbfed .Get ("\u004b\u0069\u0064\u0073"));if !_ddfaa {return _cdf .New ("\u0069\u006ev\u0061\u006c\u0069\u0064 \u0050\u0061g\u0065\u0073\u0020\u004b\u0069\u0064\u0073\u0020o\u0062\u006a\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072\u0061\u0079\u0029"); -};_ceebbg .Append (_afbba );_ffcdg ._gecd [_gaeda ]=struct{}{};_ffcdg ._dcdg =append (_ffcdg ._dcdg ,_afbba );_ffgff ,_ddfaa :=_cee .GetInt (_cfbfed .Get ("\u0043\u006f\u0075n\u0074"));if !_ddfaa {return _cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064 \u0050\u0061\u0067e\u0073\u0020\u0043\u006fu\u006e\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0028\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0029"); -};*_ffgff =*_ffgff +1;if page ._acbbg ==nil {_bcadb :=_ade .Track (_ffcdg ._cbdcf ,_eeaaa ,_ffcdg ._cafaa );if _bcadb !=nil {return _bcadb ;};}else {_egbada :=_ade .Track (page ._acbbg ._cdddg ,_eeaaa ,page ._acbbg ._ddbge );if _egbada !=nil {return _egbada ; -};};_ffcdg .addObject (_afbba );_deff :=_ffcdg .addObjects (_gaeda );if _deff !=nil {return _deff ;};return nil ;}; +// SetColorspaceByName adds the provided colorspace to the page resources. +func (_deebb *PdfPageResources )SetColorspaceByName (keyName _bda .PdfObjectName ,cs PdfColorspace )error {_fgae ,_dacdd :=_deebb .GetColorspaces ();if _dacdd !=nil {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_dacdd ); +return _dacdd ;};if _fgae ==nil {_fgae =NewPdfPageResourcesColorspaces ();_deebb .SetColorSpace (_fgae );};_fgae .Set (keyName ,cs );return nil ;}; -// GetRuneMetrics iterates through each font in the list of fonts the returns the fonts.CharMetrics from working font. -func (_gggca *MultipleFontEncoder )GetRuneMetrics (r rune )(_ce .CharMetrics ,bool ){_bfegdb :=_gggca .CurrentFont ;_ffgg ,_fabac :=_bfegdb .GetRuneMetrics (r );for _feddb :=1;_feddb < len (_gggca ._ecfa )&&_ffgg .Wx ==0;_feddb ++{_bfegdb =_gggca ._ecfa [_feddb ]; -_ffgg ,_fabac =_bfegdb .GetRuneMetrics (r );};return _ffgg ,_fabac ;}; +// DetermineColorspaceNameFromPdfObject determines PDF colorspace from a PdfObject. Returns the colorspace name and +// an error on failure. If the colorspace was not found, will return an empty string. +func DetermineColorspaceNameFromPdfObject (obj _bda .PdfObject )(_bda .PdfObjectName ,error ){var _gfdf *_bda .PdfObjectName ;var _egbgb *_bda .PdfObjectArray ;if _bffb ,_geabc :=obj .(*_bda .PdfIndirectObject );_geabc {if _ggad ,_gdag :=_bffb .PdfObject .(*_bda .PdfObjectArray ); +_gdag {_egbgb =_ggad ;}else if _cede ,_bcagg :=_bffb .PdfObject .(*_bda .PdfObjectName );_bcagg {_gfdf =_cede ;};}else if _dggad ,_ecddb :=obj .(*_bda .PdfObjectArray );_ecddb {_egbgb =_dggad ;}else if _fbad ,_gcfb :=obj .(*_bda .PdfObjectName );_gcfb {_gfdf =_fbad ; +};if _gfdf !=nil {switch *_gfdf {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":return *_gfdf ,nil ;case "\u0050a\u0074\u0074\u0065\u0072\u006e":return *_gfdf ,nil ; +};};if _egbgb !=nil &&_egbgb .Len ()> 0{if _ddfba ,_becg :=_egbgb .Get (0).(*_bda .PdfObjectName );_becg {switch *_ddfba {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":if _egbgb .Len ()==1{return *_ddfba ,nil ; +};case "\u0043a\u006c\u0047\u0072\u0061\u0079","\u0043\u0061\u006c\u0052\u0047\u0042","\u004c\u0061\u0062":return *_ddfba ,nil ;case "\u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064","\u0050a\u0074\u0074\u0065\u0072\u006e","\u0049n\u0064\u0065\u0078\u0065\u0064":return *_ddfba ,nil ; +case "\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e","\u0044e\u0076\u0069\u0063\u0065\u004e":return *_ddfba ,nil ;};};};return "",nil ;}; -// SetFilter sets compression filter. Decodes with current filter sets and -// encodes the data with the new filter. -func (_bafcbf *XObjectImage )SetFilter (encoder _cee .StreamEncoder )error {_eegc :=_bafcbf .Stream ;_dggg ,_gggfc :=_bafcbf .Filter .DecodeBytes (_eegc );if _gggfc !=nil {return _gggfc ;};_bafcbf .Filter =encoder ;encoder .UpdateParams (_bafcbf .getParamsDict ()); -_eegc ,_gggfc =encoder .EncodeBytes (_dggg );if _gggfc !=nil {return _gggfc ;};_bafcbf .Stream =_eegc ;return nil ;}; +// Compress is yet to be implemented. +// Should be able to compress in terms of JPEG quality parameter, +// and DPI threshold (need to know bounding area dimensions). +func (_gaeea DefaultImageHandler )Compress (input *Image ,quality int64 )(*Image ,error ){return input ,nil ;}; -// NewPdfAnnotationRichMedia returns a new rich media annotation. -func NewPdfAnnotationRichMedia ()*PdfAnnotationRichMedia {_bbbb :=NewPdfAnnotation ();_cadc :=&PdfAnnotationRichMedia {};_cadc .PdfAnnotation =_bbbb ;_bbbb .SetContext (_cadc );return _cadc ;}; +// PdfActionNamed represents a named action. +type PdfActionNamed struct{*PdfAction ;N _bda .PdfObject ;}; -// NewOutlineBookmark returns an initialized PdfOutlineItem for a given bookmark title and page. -func NewOutlineBookmark (title string ,page *_cee .PdfIndirectObject )*PdfOutlineItem {_gbcff :=PdfOutlineItem {};_gbcff ._afcbg =&_gbcff ;_gbcff .Title =_cee .MakeString (title );_eabfg :=_cee .MakeArray ();_eabfg .Append (page );_eabfg .Append (_cee .MakeName ("\u0046\u0069\u0074")); -_gbcff .Dest =_eabfg ;return &_gbcff ;};func (_ecgfg *PdfReader )traverseObjectData (_gggce _cee .PdfObject )error {return _cee .ResolveReferencesDeep (_gggce ,_ecgfg ._efaec );}; +// Val returns the color value. +func (_abdf *PdfColorDeviceGray )Val ()float64 {return float64 (*_abdf )}; -// IsCID returns true if the underlying font is CID. -func (_ffega *PdfFont )IsCID ()bool {return _ffega .baseFields ().isCIDFont ()}; +// NewStructTreeRoot creates a new structure tree root dictionary. +func NewStructTreeRoot ()*StructTreeRoot {return &StructTreeRoot {K :[]*KDict {},RoleMap :_bda .MakeDict (),ParentTreeNextKey :0};}; -// DefaultImageHandler is the default implementation of the ImageHandler using the standard go library. -type DefaultImageHandler struct{}; +// C returns the value of the cyan component of the color. +func (_ceaf *PdfColorDeviceCMYK )C ()float64 {return _ceaf [0]}; -// SetContext sets the sub action (context). -func (_bge *PdfAction )SetContext (ctx PdfModel ){_bge ._afe =ctx }; +// GetContext returns a reference to the subshading entry as represented by PdfShadingType1-7. +func (_gcadd *PdfShading )GetContext ()PdfModel {return _gcadd ._cdded }; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. -func (_afaa *PdfColorspaceICCBased )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _afaa .Alternate ==nil {if _afaa .N ==1{_eeef :=NewPdfColorspaceDeviceGray ();return _eeef .ColorFromFloats (vals );}else if _afaa .N ==3{_fdgcb :=NewPdfColorspaceDeviceRGB (); -return _fdgcb .ColorFromFloats (vals );}else if _afaa .N ==4{_dcfg :=NewPdfColorspaceDeviceCMYK ();return _dcfg .ColorFromFloats (vals );}else {return nil ,_cdf .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); -};};return _afaa .Alternate .ColorFromFloats (vals );}; +// NewPdfAnnotation3D returns a new 3d annotation. +func NewPdfAnnotation3D ()*PdfAnnotation3D {_dbga :=NewPdfAnnotation ();_aade :=&PdfAnnotation3D {};_aade .PdfAnnotation =_dbga ;_dbga .SetContext (_aade );return _aade ;}; -// SetPageLabels sets the PageLabels entry in the PDF catalog. -// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). -func (_cfeb *PdfWriter )SetPageLabels (pageLabels _cee .PdfObject )error {if pageLabels ==nil {return nil ;};_fca .Log .Trace ("\u0053\u0065t\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006cs.\u002e\u002e"); -_cfeb ._cdebc .Set ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073",pageLabels );return _cfeb .addObjects (pageLabels );}; +// NewPdfAnnotationLink returns a new link annotation. +func NewPdfAnnotationLink ()*PdfAnnotationLink {_aafc :=NewPdfAnnotation ();_fbe :=&PdfAnnotationLink {};_fbe .PdfAnnotation =_aafc ;_aafc .SetContext (_fbe );return _fbe ;}; -// NewPdfActionThread returns a new "thread" action. -func NewPdfActionThread ()*PdfActionThread {_cdd :=NewPdfAction ();_ffc :=&PdfActionThread {};_ffc .PdfAction =_cdd ;_cdd .SetContext (_ffc );return _ffc ;}; +// NewMultipleFontEncoder returns instantiates a new *MultipleFontEncoder +func NewMultipleFontEncoder (fonts []*PdfFont )*MultipleFontEncoder {return &MultipleFontEncoder {_ffea :fonts ,CurrentFont :fonts [0]};};func (_bgcc *pdfFontSimple )addEncoding ()error {var (_gfbef string ;_gfgg map[_dgb .CharCode ]_dgb .GlyphName ;_dfdca _dgb .SimpleEncoder ; +);if _bgcc .Encoder ()!=nil {_fggc ,_ggefge :=_bgcc .Encoder ().(_dgb .SimpleEncoder );if _ggefge &&_fggc !=nil {_gfbef =_fggc .BaseName ();};};if _bgcc .Encoding !=nil {_eedd ,_ggdbc ,_dgea :=_bgcc .getFontEncoding ();if _dgea !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0073\u0065F\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0053u\u0062t\u0079\u0070\u0065\u003d\u0025\u0071\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u003d\u0025\u0073 \u0028\u0025\u0054\u0029\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_bgcc ._bcaebe ,_bgcc ._fggeg ,_bgcc .Encoding ,_bgcc .Encoding ,_dgea ); +return _dgea ;};if _eedd !=""{_gfbef =_eedd ;};_gfgg =_ggdbc ;_dfdca ,_dgea =_dgb .NewSimpleTextEncoder (_gfbef ,_gfgg );if _dgea !=nil {return _dgea ;};};if _dfdca ==nil {_degf :=_bgcc ._bedea ;if _degf !=nil {switch _bgcc ._fggeg {case "\u0054\u0079\u0070e\u0031":if _degf .fontFile !=nil &&_degf .fontFile ._ffde !=nil {_ed .Log .Debug ("\u0055\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006et\u0046\u0069\u006c\u0065"); +_dfdca =_degf .fontFile ._ffde ;};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _degf ._cgfd !=nil {_ed .Log .Debug ("\u0055s\u0069n\u0067\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0032");_dfgc ,_fdfab :=_degf ._cgfd .MakeEncoder (); +if _fdfab ==nil {_dfdca =_dfgc ;};if _bgcc ._eeed ==nil {_bgcc ._eeed =_degf ._cgfd .MakeToUnicode ();};};};};};if _dfdca !=nil {if _gfgg !=nil {_ed .Log .Trace ("\u0064\u0069\u0066fe\u0072\u0065\u006e\u0063\u0065\u0073\u003d\u0025\u002b\u0076\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_gfgg ,_bgcc .baseFields ()); +_dfdca =_dgb .ApplyDifferences (_dfdca ,_gfgg );};_bgcc .SetEncoder (_dfdca );};return nil ;}; -// AddWatermarkImage adds a watermark to the page. -func (_bdeed *PdfPage )AddWatermarkImage (ximg *XObjectImage ,opt WatermarkImageOptions )error {_cfagf ,_cffb :=_bdeed .GetMediaBox ();if _cffb !=nil {return _cffb ;};_bbggbc :=_cfagf .Urx -_cfagf .Llx ;_fbefee :=_cfagf .Ury -_cfagf .Lly ;_fbbbe :=float64 (*ximg .Width ); -_bdce :=(_bbggbc -_fbbbe )/2;if opt .FitToWidth {_fbbbe =_bbggbc ;_bdce =0;};_addgd :=_fbefee ;_afbbb :=float64 (0);if opt .PreserveAspectRatio {_addgd =_fbbbe *float64 (*ximg .Height )/float64 (*ximg .Width );_afbbb =(_fbefee -_addgd )/2;};if _bdeed .Resources ==nil {_bdeed .Resources =NewPdfPageResources (); -};_agbgc :=0;_abaffd :=_cee .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_agbgc ));for _bdeed .Resources .HasXObjectByName (_abaffd ){_agbgc ++;_abaffd =_cee .PdfObjectName (_e .Sprintf ("\u0049\u006d\u0077%\u0064",_agbgc ));};_cffb =_bdeed .AddImageResource (_abaffd ,ximg ); -if _cffb !=nil {return _cffb ;};_agbgc =0;_egdgf :=_cee .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_agbgc ));for _bdeed .HasExtGState (_egdgf ){_agbgc ++;_egdgf =_cee .PdfObjectName (_e .Sprintf ("\u0047\u0053\u0025\u0064",_agbgc ));};_ceega :=_cee .MakeDict (); -_ceega .Set ("\u0042\u004d",_cee .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c"));_ceega .Set ("\u0043\u0041",_cee .MakeFloat (opt .Alpha ));_ceega .Set ("\u0063\u0061",_cee .MakeFloat (opt .Alpha ));_cffb =_bdeed .AddExtGState (_egdgf ,_ceega );if _cffb !=nil {return _cffb ; -};_acggd :=_e .Sprintf ("\u0071\u000a"+"\u002f%\u0073\u0020\u0067\u0073\u000a"+"%\u002e\u0030\u0066\u0020\u0030\u00200\u0020\u0025\u002e\u0030\u0066\u0020\u0025\u002e\u0034f\u0020\u0025\u002e4\u0066 \u0063\u006d\u000a"+"\u002f%\u0073\u0020\u0044\u006f\u000a"+"\u0051",_egdgf ,_fbbbe ,_addgd ,_bdce ,_afbbb ,_abaffd ); -_bdeed .AddContentStreamByString (_acggd );return nil ;}; +// Subtype returns the font's "Subtype" field. +func (_accae *PdfFont )Subtype ()string {_eead :=_accae .baseFields ()._fggeg ;if _bdbae ,_bacee :=_accae ._ggada .(*pdfFontType0 );_bacee {_eead =_eead +"\u003a"+_bdbae .DescendantFont .Subtype ();};return _eead ;}; -// ColorToRGB converts a CalRGB color to an RGB color. -func (_dfeg *PdfColorspaceCalRGB )ColorToRGB (color PdfColor )(PdfColor ,error ){_bdgcc ,_eebce :=color .(*PdfColorCalRGB );if !_eebce {_fca .Log .Debug ("\u0049\u006e\u0070ut\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0063\u0061\u006c\u0020\u0072\u0067\u0062"); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_fbfb :=_bdgcc .A ();_dagff :=_bdgcc .B ();_fdbga :=_bdgcc .C ();X :=_dfeg .Matrix [0]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [3]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [6]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]); -Y :=_dfeg .Matrix [1]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [4]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [7]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]);Z :=_dfeg .Matrix [2]*_aaa .Pow (_fbfb ,_dfeg .Gamma [0])+_dfeg .Matrix [5]*_aaa .Pow (_dagff ,_dfeg .Gamma [1])+_dfeg .Matrix [8]*_aaa .Pow (_fdbga ,_dfeg .Gamma [2]); -_fbde :=3.240479*X +-1.537150*Y +-0.498535*Z ;_afcfa :=-0.969256*X +1.875992*Y +0.041556*Z ;_bcdb :=0.055648*X +-0.204043*Y +1.057311*Z ;_fbde =_aaa .Min (_aaa .Max (_fbde ,0),1.0);_afcfa =_aaa .Min (_aaa .Max (_afcfa ,0),1.0);_bcdb =_aaa .Min (_aaa .Max (_bcdb ,0),1.0); -return NewPdfColorDeviceRGB (_fbde ,_afcfa ,_bcdb ),nil ;}; +// NewPdfAnnotationSquiggly returns a new text squiggly annotation. +func NewPdfAnnotationSquiggly ()*PdfAnnotationSquiggly {_ceff :=NewPdfAnnotation ();_dffb :=&PdfAnnotationSquiggly {};_dffb .PdfAnnotation =_ceff ;_dffb .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ceff .SetContext (_dffb );return _dffb ;}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 1 for a CalGray device. -func (_edbb *PdfColorspaceCalGray )GetNumComponents ()int {return 1}; +// ToInteger convert to an integer format. +func (_bbcc *PdfColorDeviceCMYK )ToInteger (bits int )[4]uint32 {_gadf :=_ce .Pow (2,float64 (bits ))-1;return [4]uint32 {uint32 (_gadf *_bbcc .C ()),uint32 (_gadf *_bbcc .M ()),uint32 (_gadf *_bbcc .Y ()),uint32 (_gadf *_bbcc .K ())};}; -// FontDescriptor returns font's PdfFontDescriptor. This may be a builtin descriptor for standard 14 -// fonts but must be an explicit descriptor for other fonts. -func (_bgec *PdfFont )FontDescriptor ()*PdfFontDescriptor {if _bgec .baseFields ()._ebcad !=nil {return _bgec .baseFields ()._ebcad ;};if _eagdc :=_bgec ._bggcf .getFontDescriptor ();_eagdc !=nil {return _eagdc ;};_fca .Log .Error ("\u0041\u006cl \u0066\u006f\u006et\u0073\u0020\u0068\u0061ve \u0061 D\u0065\u0073\u0063\u0072\u0069\u0070\u0074or\u002e\u0020\u0066\u006f\u006e\u0074\u003d%\u0073",_bgec ); -return nil ;}; +// SetMCID sets the MCID for the KValue. +func (_fgbf *KValue )SetMCID (mcid int ){_fgbf .Clear ();_fgbf ._ecgbg =&mcid };func (_aff *PdfReader )newPdfActionResetFormFromDict (_afc *_bda .PdfObjectDictionary )(*PdfActionResetForm ,error ){return &PdfActionResetForm {Fields :_afc .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"),Flags :_afc .Get ("\u0046\u006c\u0061g\u0073")},nil ; +}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 3 for a Lab device. -func (_dfdcc *PdfColorspaceLab )GetNumComponents ()int {return 3}; +// Insert adds an outline item as a child of the current outline item, +// at the specified index. +func (_gddgd *OutlineItem )Insert (index uint ,item *OutlineItem ){_bfaad :=uint (len (_gddgd .Entries ));if index > _bfaad {index =_bfaad ;};_gddgd .Entries =append (_gddgd .Entries [:index ],append ([]*OutlineItem {item },_gddgd .Entries [index :]...)...); +};func (_gggbg *LTV )getOCSPs (_cdcc []*_bd .Certificate ,_gbba map[string ]*_bd .Certificate )([][]byte ,error ){_gbcbe :=make ([][]byte ,0,len (_cdcc ));for _ ,_gdagf :=range _cdcc {for _ ,_dded :=range _gdagf .OCSPServer {if _gggbg .CertClient .IsCA (_gdagf ){continue ; +};_bggcd ,_fbedd :=_gbba [_gdagf .Issuer .CommonName ];if !_fbedd {_ed .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_ ,_ceccef ,_dedc :=_gggbg .OCSPClient .MakeRequest (_dded ,_gdagf ,_bggcd );if _dedc !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_dedc ); +continue ;};_gbcbe =append (_gbcbe ,_ceccef );};};return _gbcbe ,nil ;}; -// AddImageResource adds an image to the XObject resources. -func (_cgfdg *PdfPage )AddImageResource (name _cee .PdfObjectName ,ximg *XObjectImage )error {var _abffe *_cee .PdfObjectDictionary ;if _cgfdg .Resources .XObject ==nil {_abffe =_cee .MakeDict ();_cgfdg .Resources .XObject =_abffe ;}else {var _bfede bool ; -_abffe ,_bfede =(_cgfdg .Resources .XObject ).(*_cee .PdfObjectDictionary );if !_bfede {return _cdf .New ("\u0069\u006e\u0076\u0061li\u0064\u0020\u0078\u0072\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020\u0074\u0079p\u0065");};};_abffe .Set (name ,ximg .ToPdfObject ()); -return nil ;}; +// GetStructParentsKey returns the StructParents key. +// If not set, returns -1. +func (_bbead *PdfPage )GetStructParentsKey ()int {if _gaebfd ,_caba :=_bda .GetIntVal (_bbead .StructParents );_caba {return _gaebfd ;};return -1;}; -// NewPdfDate returns a new PdfDate object from a PDF date string (see 7.9.4 Dates). -// format: "D: YYYYMMDDHHmmSSOHH'mm" -func NewPdfDate (dateStr string )(PdfDate ,error ){_gbgge ,_faef :=_af .ParsePdfTime (dateStr );if _faef !=nil {return PdfDate {},_faef ;};return NewPdfDateFromTime (_gbgge );}; +// NewPdfAnnotationPolyLine returns a new polyline annotation. +func NewPdfAnnotationPolyLine ()*PdfAnnotationPolyLine {_cec :=NewPdfAnnotation ();_fcg :=&PdfAnnotationPolyLine {};_fcg .PdfAnnotation =_cec ;_fcg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_cec .SetContext (_fcg );return _fcg ;}; -// ToPdfObject returns a PdfObject representation of PdfColorspaceDeviceNAttributes as a PdfObjectDictionary directly -// or indirectly within an indirect object container. -func (_edgfe *PdfColorspaceDeviceNAttributes )ToPdfObject ()_cee .PdfObject {_fabfg :=_cee .MakeDict ();if _edgfe .Subtype !=nil {_fabfg .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_edgfe .Subtype );};_fabfg .SetIfNotNil ("\u0043o\u006c\u006f\u0072\u0061\u006e\u0074s",_edgfe .Colorants ); -_fabfg .SetIfNotNil ("\u0050r\u006f\u0063\u0065\u0073\u0073",_edgfe .Process );_fabfg .SetIfNotNil ("M\u0069\u0078\u0069\u006e\u0067\u0048\u0069\u006e\u0074\u0073",_edgfe .MixingHints );if _edgfe ._gedbb !=nil {_edgfe ._gedbb .PdfObject =_fabfg ;return _edgfe ._gedbb ; -};return _fabfg ;}; +// SetDSS sets the DSS dictionary (ETSI TS 102 778-4 V1.1.1) of the current +// document revision. +func (_efcbe *PdfAppender )SetDSS (dss *DSS ){if dss !=nil {_efcbe .updateObjectsDeep (dss .ToPdfObject (),nil );};_efcbe ._afaf =dss ;}; -// NewCompositePdfFontFromTTFFile loads a composite font from a TTF font file. Composite fonts can -// be used to represent unicode fonts which can have multi-byte character codes, representing a wide -// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. -// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. -// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. -// NOTE: For simple fonts, use NewPdfFontFromTTFFile. -func NewCompositePdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_gdgc ,_acee :=_fef .Open (filePath );if _acee !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u006f\u0070\u0065\u006e\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_acee ); -return nil ,_acee ;};defer _gdgc .Close ();return NewCompositePdfFontFromTTF (_gdgc );}; +// ToPdfOutlineItem returns a low level PdfOutlineItem object, +// based on the current instance. +func (_dgdbcc *OutlineItem )ToPdfOutlineItem ()(*PdfOutlineItem ,int64 ){_bfdebe :=NewPdfOutlineItem ();_bfdebe .Title =_bda .MakeEncodedString (_dgdbcc .Title ,true );_bfdebe .Dest =_dgdbcc .Dest .ToPdfObject ();var _dbebcf []*PdfOutlineItem ;var _ceceb int64 ; +var _gbbae *PdfOutlineItem ;for _ ,_gcbg :=range _dgdbcc .Entries {_eeef ,_eccge :=_gcbg .ToPdfOutlineItem ();_eeef .Parent =&_bfdebe .PdfOutlineTreeNode ;if _gbbae !=nil {_gbbae .Next =&_eeef .PdfOutlineTreeNode ;_eeef .Prev =&_gbbae .PdfOutlineTreeNode ; +};_dbebcf =append (_dbebcf ,_eeef );_ceceb +=_eccge ;_gbbae =_eeef ;};_cfcda :=len (_dbebcf );_ceceb +=int64 (_cfcda );if _cfcda > 0{_bfdebe .First =&_dbebcf [0].PdfOutlineTreeNode ;_bfdebe .Last =&_dbebcf [_cfcda -1].PdfOutlineTreeNode ;_bfdebe .Count =&_ceceb ; +};return _bfdebe ,_ceceb ;}; + +// AddExtension adds the specified extension to the Extensions dictionary. +// See section 7.1.2 "Extensions Dictionary" (pp. 108-109 PDF32000_2008). +func (_gcgdf *PdfWriter )AddExtension (extName ,baseVersion string ,extLevel int ){_ecdea ,_bgbdg :=_bda .GetDict (_gcgdf ._geadba .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073"));if !_bgbdg {_ecdea =_bda .MakeDict ();_gcgdf ._geadba .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073",_ecdea ); +};_gaeaff ,_bgbdg :=_bda .GetDict (_ecdea .Get (_bda .PdfObjectName (extName )));if !_bgbdg {_gaeaff =_bda .MakeDict ();_ecdea .Set (_bda .PdfObjectName (extName ),_gaeaff );};if _ebada ,_ :=_bda .GetNameVal (_gaeaff .Get ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e")); +_ebada !=baseVersion {_gaeaff .Set ("B\u0061\u0073\u0065\u0056\u0065\u0072\u0073\u0069\u006f\u006e",_bda .MakeName (baseVersion ));};if _agegb ,_ :=_bda .GetIntVal (_gaeaff .Get ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c")); +_agegb !=extLevel {_gaeaff .Set ("\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006eL\u0065\u0076\u0065\u006c",_bda .MakeInteger (int64 (extLevel )));};}; + +// PdfWriter handles outputing PDF content. +type PdfWriter struct{_eefbd *_bda .PdfIndirectObject ;_facgd *_bda .PdfIndirectObject ;_cdbc map[_bda .PdfObject ]struct{};_dgdfe []*_bda .PdfIndirectObject ;_ccbbg []_bda .PdfObject ;_egfad map[_bda .PdfObject ]struct{};_fefdb []*_bda .PdfIndirectObject ; +_fcade *PdfOutlineTreeNode ;_geadba *_bda .PdfObjectDictionary ;_cfagfc []_bda .PdfObject ;_eebef *_bda .PdfIndirectObject ;_ecgbge *_gb .Writer ;_fcdda int64 ;_aebfb error ;_cbdd *_bda .PdfCrypt ;_ecbbb *_bda .PdfObjectDictionary ;_dgeba *_bda .PdfIndirectObject ; +_ffgbfc *_bda .PdfObjectArray ;_cdbbdg _bda .Version ;_fffee *bool ;_dacdaa map[_bda .PdfObject ][]*_bda .PdfObjectDictionary ;_abgf *PdfAcroForm ;_edacf *Names ;_cfcfg Optimizer ;_cebab StandardApplier ;_fcbcd map[int ]crossReference ;_eafd int64 ;ObjNumOffset int ; +_eccfc bool ;_bffca _bda .XrefTable ;_eafcga int64 ;_cbedca int64 ;_gcgde map[_bda .PdfObject ]int64 ;_febfe map[_bda .PdfObject ]struct{};_egegd string ;_dffdf string ;_bdedc []*PdfOutputIntent ;_gagff bool ;_gcbgf ,_ebgegf string ;}; + +// ColorAt returns the color of the image pixel specified by the x and y coordinates. +func (_cgagb *Image )ColorAt (x ,y int )(_gbf .Color ,error ){_cgeea :=_bg .BytesPerLine (int (_cgagb .Width ),int (_cgagb .BitsPerComponent ),_cgagb .ColorComponents );switch _cgagb .ColorComponents {case 1:return _bg .ColorAtGrayscale (x ,y ,int (_cgagb .BitsPerComponent ),_cgeea ,_cgagb .Data ,_cgagb ._bfafe ); +case 3:return _bg .ColorAtNRGBA (x ,y ,int (_cgagb .Width ),_cgeea ,int (_cgagb .BitsPerComponent ),_cgagb .Data ,_cgagb ._ffbd ,_cgagb ._bfafe );case 4:return _bg .ColorAtCMYK (x ,y ,int (_cgagb .Width ),_cgagb .Data ,_cgagb ._bfafe );};_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064 i\u006da\u0067\u0065\u002e\u0020\u0025\u0064\u0020\u0063\u006f\u006d\u0070\u006fn\u0065\u006e\u0074\u0073\u002c\u0020\u0025\u0064\u0020\u0062\u0069\u0074\u0073\u0020\u0070\u0065\u0072 \u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cgagb .ColorComponents ,_cgagb .BitsPerComponent ); +return nil ,_gea .New ("\u0075\u006e\u0073\u0075p\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0069\u006d\u0061g\u0065 \u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065");};func (_agdde *PdfShading )getShadingDict ()(*_bda .PdfObjectDictionary ,error ){_geaa :=_agdde ._gfdga ; +if _daabf ,_geade :=_geaa .(*_bda .PdfIndirectObject );_geade {_gbaed ,_gaege :=_daabf .PdfObject .(*_bda .PdfObjectDictionary );if !_gaege {return nil ,_bda .ErrTypeError ;};return _gbaed ,nil ;}else if _egeaf ,_baae :=_geaa .(*_bda .PdfObjectStream ); +_baae {return _egeaf .PdfObjectDictionary ,nil ;}else if _gbgae ,_cdbd :=_geaa .(*_bda .PdfObjectDictionary );_cdbd {return _gbgae ,nil ;}else {_ed .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0061\u0063\u0063\u0065s\u0073\u0020\u0073\u0068\u0061\u0064\u0069n\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079"); +return nil ,_bda .ErrTypeError ;};}; + +// GetAllContentStreams gets all the content streams for a page as one string. +func (_fgfaa *PdfPage )GetAllContentStreams ()(string ,error ){_begdf ,_cfbgc :=_fgfaa .GetContentStreams ();if _cfbgc !=nil {return "",_cfbgc ;};return _ab .Join (_begdf ,"\u0020"),nil ;};func (_fdge *PdfReader )newPdfAnnotationPolyLineFromDict (_dafb *_bda .PdfObjectDictionary )(*PdfAnnotationPolyLine ,error ){_gda :=PdfAnnotationPolyLine {}; +_bffd ,_fgg :=_fdge .newPdfAnnotationMarkupFromDict (_dafb );if _fgg !=nil {return nil ,_fgg ;};_gda .PdfAnnotationMarkup =_bffd ;_gda .Vertices =_dafb .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_gda .LE =_dafb .Get ("\u004c\u0045");_gda .BS =_dafb .Get ("\u0042\u0053"); +_gda .IC =_dafb .Get ("\u0049\u0043");_gda .BE =_dafb .Get ("\u0042\u0045");_gda .IT =_dafb .Get ("\u0049\u0054");_gda .Measure =_dafb .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_gda ,nil ;};var _ pdfFont =(*pdfCIDFontType2 )(nil ); + +// NewPdfReaderWithOpts creates a new PdfReader for an input io.ReadSeeker interface +// with a ReaderOpts. +// If ReaderOpts is nil it will be set to default value from NewReaderOpts. +func NewPdfReaderWithOpts (rs _ga .ReadSeeker ,opts *ReaderOpts )(*PdfReader ,error ){const _fdbe ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0057\u0069\u0074\u0068O\u0070\u0074\u0073";return _efgcc (rs ,opts ,true ,_fdbe ); +};func (_cfge *PdfAppender )addNewObject (_eaaf _bda .PdfObject ){if _ ,_eab :=_cfge ._agg [_eaaf ];!_eab {_cfge ._gaga =append (_cfge ._gaga ,_eaaf );_cfge ._agg [_eaaf ]=struct{}{};};};func (_gfggg *PdfReader )newPdfSignatureReferenceFromDict (_fceed *_bda .PdfObjectDictionary )(*PdfSignatureReference ,error ){if _ddaa ,_ggee :=_gfggg ._gbdfa .GetModelFromPrimitive (_fceed ).(*PdfSignatureReference ); +_ggee {return _ddaa ,nil ;};_cbcfg :=&PdfSignatureReference {_efgcdg :_fceed ,Data :_fceed .Get ("\u0044\u0061\u0074\u0061")};var _efbfb bool ;_cbcfg .Type ,_ =_bda .GetName (_fceed .Get ("\u0054\u0079\u0070\u0065"));_cbcfg .TransformMethod ,_efbfb =_bda .GetName (_fceed .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +if !_efbfb {_ed .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0072\u0061\u006e\u0073\u0066o\u0072\u006dM\u0065\u0074h\u006f\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020in\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020m\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};_cbcfg .TransformParams ,_ =_bda .GetDict (_fceed .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_cbcfg .DigestMethod ,_ =_bda .GetName (_fceed .Get ("\u0044\u0069\u0067e\u0073\u0074\u004d\u0065\u0074\u0068\u006f\u0064")); +return _cbcfg ,nil ;}; + +// ColorToRGB converts a ICCBased color to an RGB color. +func (_accff *PdfColorspaceICCBased )ColorToRGB (color PdfColor )(PdfColor ,error ){if _accff .Alternate ==nil {_ed .Log .Debug ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +if _accff .N ==1{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061y\u0020\u0028\u004e\u003d\u0031\u0029"); +_fbaaf :=NewPdfColorspaceDeviceGray ();return _fbaaf .ColorToRGB (color );}else if _accff .N ==3{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070a\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067 \u0061\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006eg\u0020\u0044\u0065\u0076\u0069\u0063e\u0052\u0047B\u0020\u0028N\u003d3\u0029"); +return color ,nil ;}else if _accff .N ==4{_ed .Log .Debug ("\u0049\u0043\u0043\u0020\u0042a\u0073\u0065\u0064\u0020\u0063o\u006co\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061\u006c\u0074\u0065r\u006e\u0061\u0074\u0069\u0076\u0065\u0020\u002d\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059K\u0020\u0028\u004e\u003d\u0034\u0029"); +_acef :=NewPdfColorspaceDeviceCMYK ();return _acef .ColorToRGB (color );}else {return nil ,_gea .New ("I\u0043\u0043\u0020\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0061lt\u0065\u0072\u006ea\u0074i\u0076\u0065"); +};};_ed .Log .Trace ("\u0049\u0043\u0043 \u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006c\u0074\u0065\u0072\u006e\u0061t\u0069\u0076\u0065\u003a\u0020\u0025\u0023\u0076",_accff ); +return _accff .Alternate .ColorToRGB (color );}; -// ColorFromPdfObjects returns a new PdfColor based on the input slice of color -// components. The slice should contain a single PdfObjectFloat element in -// range 0-1. -func (_bgfdf *PdfColorspaceCalGray )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_bbbd ,_cabg :=_cee .GetNumbersAsFloat (objects ); -if _cabg !=nil {return nil ,_cabg ;};return _bgfdf .ColorFromFloats (_bbbd );}; +// GetPdfName returns the PDF name used to indicate the border style. +// (Table 166 p. 395). +func (_dbgeg *BorderStyle )GetPdfName ()string {switch *_dbgeg {case BorderStyleSolid :return "\u0053";case BorderStyleDashed :return "\u0044";case BorderStyleBeveled :return "\u0042";case BorderStyleInset :return "\u0049";case BorderStyleUnderline :return "\u0055"; +};return "";}; -// NewPdfAppender creates a new Pdf appender from a Pdf reader. -func NewPdfAppender (reader *PdfReader )(*PdfAppender ,error ){_adcg :=&PdfAppender {_dege :reader ._cadbb ,Reader :reader ,_cbdb :reader ._ffdgf ,_gabb :reader ._efaec };_ddec ,_bca :=_adcg ._dege .Seek (0,_fc .SeekEnd );if _bca !=nil {return nil ,_bca ; -};_adcg ._gbcc =_ddec ;if _ ,_bca =_adcg ._dege .Seek (0,_fc .SeekStart );_bca !=nil {return nil ,_bca ;};_adcg ._ebdd ,_bca =NewPdfReader (_adcg ._dege );if _bca !=nil {return nil ,_bca ;};for _ ,_cdcd :=range _adcg .Reader .GetObjectNums (){if _adcg ._cdbef < _cdcd {_adcg ._cdbef =_cdcd ; -};};_adcg ._beg =_adcg ._cbdb .GetXrefTable ();_adcg ._aaf =_adcg ._cbdb .GetXrefOffset ();_adcg ._afca =append (_adcg ._afca ,_adcg ._ebdd .PageList ...);_adcg ._efdc =make (map[_cee .PdfObject ]struct{});_adcg ._edae =make (map[_cee .PdfObject ]int64 ); -_adcg ._abda =make (map[_cee .PdfObject ]struct{});_adcg ._ceed =_adcg ._ebdd .AcroForm ;_adcg ._ccee =_adcg ._ebdd .DSS ;return _adcg ,nil ;};var (CourierName =_ce .CourierName ;CourierBoldName =_ce .CourierBoldName ;CourierObliqueName =_ce .CourierObliqueName ; -CourierBoldObliqueName =_ce .CourierBoldObliqueName ;HelveticaName =_ce .HelveticaName ;HelveticaBoldName =_ce .HelveticaBoldName ;HelveticaObliqueName =_ce .HelveticaObliqueName ;HelveticaBoldObliqueName =_ce .HelveticaBoldObliqueName ;SymbolName =_ce .SymbolName ; -ZapfDingbatsName =_ce .ZapfDingbatsName ;TimesRomanName =_ce .TimesRomanName ;TimesBoldName =_ce .TimesBoldName ;TimesItalicName =_ce .TimesItalicName ;TimesBoldItalicName =_ce .TimesBoldItalicName ;);func (_aeag *PdfReader )newPdfAnnotationStampFromDict (_eeed *_cee .PdfObjectDictionary )(*PdfAnnotationStamp ,error ){_gcfg :=PdfAnnotationStamp {}; -_ecea ,_bcb :=_aeag .newPdfAnnotationMarkupFromDict (_eeed );if _bcb !=nil {return nil ,_bcb ;};_gcfg .PdfAnnotationMarkup =_ecea ;_gcfg .Name =_eeed .Get ("\u004e\u0061\u006d\u0065");return &_gcfg ,nil ;}; +// A returns the value of the A component of the color. +func (_fdde *PdfColorLab )A ()float64 {return _fdde [1]};func (_gdee *PdfReader )newPdfAnnotationInkFromDict (_gab *_bda .PdfObjectDictionary )(*PdfAnnotationInk ,error ){_bgef :=PdfAnnotationInk {};_agbfc ,_ecfb :=_gdee .newPdfAnnotationMarkupFromDict (_gab ); +if _ecfb !=nil {return nil ,_ecfb ;};_bgef .PdfAnnotationMarkup =_agbfc ;_bgef .InkList =_gab .Get ("\u0049n\u006b\u004c\u0069\u0073\u0074");_bgef .BS =_gab .Get ("\u0042\u0053");return &_bgef ,nil ;}; -// FlattenFieldsWithOpts flattens the AcroForm fields of the page using the -// provided field appearance generator and the specified options. If no options -// are specified, all form fields are flattened for the page. -// If a filter function is provided using the opts parameter, only the filtered -// fields are flattened. Otherwise, all form fields are flattened. -func (_gaca *PdfPage )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {_gage :=map[*PdfAnnotation ]bool {};_eage ,_gfdd :=_gaca .GetAnnotations ();if _gfdd !=nil {return _gfdd ;};_dbgg :=false ;for _ ,_faae :=range _eage {if opts .AnnotFilterFunc !=nil {_gage [_faae ]=opts .AnnotFilterFunc (_faae ); -}else {_gage [_faae ]=true ;};if _gage [_faae ]{_dbgg =true ;};};if !_dbgg {return nil ;};return _gaca .flattenFieldsWithOpts (appgen ,opts ,_gage );}; +// PdfAnnotationHighlight represents Highlight annotations. +// (Section 12.5.6.10). +type PdfAnnotationHighlight struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _bda .PdfObject ;}; -// HasShadingByName checks whether a shading is defined by the specified keyName. -func (_fgde *PdfPageResources )HasShadingByName (keyName _cee .PdfObjectName )bool {_ ,_beacg :=_fgde .GetShadingByName (keyName );return _beacg ;}; +// NewStandard14Font returns the standard 14 font named `basefont` as a *PdfFont, or an error if it +// `basefont` is not one of the standard 14 font names. +func NewStandard14Font (basefont StdFontName )(*PdfFont ,error ){_cgaef ,_bfgf :=_edad (basefont );if _bfgf !=nil {return nil ,_bfgf ;};if basefont !=SymbolName &&basefont !=ZapfDingbatsName {_cgaef ._cbedg =_dgb .NewWinAnsiEncoder ();};return &PdfFont {_ggada :&_cgaef },nil ; +};func (_fbfbaf *PdfWriter )flushWriter ()error {if _fbfbaf ._aebfb ==nil {_fbfbaf ._aebfb =_fbfbaf ._ecgbge .Flush ();};return _fbfbaf ._aebfb ;}; -// PdfShadingType3 is a Radial shading. -type PdfShadingType3 struct{*PdfShading ;Coords *_cee .PdfObjectArray ;Domain *_cee .PdfObjectArray ;Function []PdfFunction ;Extend *_cee .PdfObjectArray ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_deggd *PdfShadingType2 )ToPdfObject ()_bda .PdfObject {_deggd .PdfShading .ToPdfObject ();_daged ,_bceee :=_deggd .getShadingDict ();if _bceee !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _daged ==nil {_ed .Log .Error ("\u0053\u0068\u0061\u0064in\u0067\u0020\u0064\u0069\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c");return nil ;};if _deggd .Coords !=nil {_daged .Set ("\u0043\u006f\u006f\u0072\u0064\u0073",_deggd .Coords ); +};if _deggd .Domain !=nil {_daged .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_deggd .Domain );};if _deggd .Function !=nil {if len (_deggd .Function )==1{_daged .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_deggd .Function [0].ToPdfObject ()); +}else {_egecb :=_bda .MakeArray ();for _ ,_bbcg :=range _deggd .Function {_egecb .Append (_bbcg .ToPdfObject ());};_daged .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_egecb );};};if _deggd .Extend !=nil {_daged .Set ("\u0045\u0078\u0074\u0065\u006e\u0064",_deggd .Extend ); +};return _deggd ._gfdga ;}; -// ToPdfObject returns the PDF representation of the function. -func (_cgcca *PdfFunctionType3 )ToPdfObject ()_cee .PdfObject {_aeecf :=_cee .MakeDict ();_aeecf .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_cee .MakeInteger (3));_fbgeb :=&_cee .PdfObjectArray {};for _ ,_dffbc :=range _cgcca .Domain {_fbgeb .Append (_cee .MakeFloat (_dffbc )); -};_aeecf .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_fbgeb );if _cgcca .Range !=nil {_gdgcb :=&_cee .PdfObjectArray {};for _ ,_cabad :=range _cgcca .Range {_gdgcb .Append (_cee .MakeFloat (_cabad ));};_aeecf .Set ("\u0052\u0061\u006eg\u0065",_gdgcb ); -};if _cgcca .Functions !=nil {_agfdg :=&_cee .PdfObjectArray {};for _ ,_cacef :=range _cgcca .Functions {_agfdg .Append (_cacef .ToPdfObject ());};_aeecf .Set ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006es",_agfdg );};if _cgcca .Bounds !=nil {_bgdgb :=&_cee .PdfObjectArray {}; -for _ ,_cdfgf :=range _cgcca .Bounds {_bgdgb .Append (_cee .MakeFloat (_cdfgf ));};_aeecf .Set ("\u0042\u006f\u0075\u006e\u0064\u0073",_bgdgb );};if _cgcca .Encode !=nil {_badd :=&_cee .PdfObjectArray {};for _ ,_dcged :=range _cgcca .Encode {_badd .Append (_cee .MakeFloat (_dcged )); -};_aeecf .Set ("\u0045\u006e\u0063\u006f\u0064\u0065",_badd );};if _cgcca ._ebff !=nil {_cgcca ._ebff .PdfObject =_aeecf ;return _cgcca ._ebff ;};return _aeecf ;}; +// PdfActionGoTo3DView represents a GoTo3DView action. +type PdfActionGoTo3DView struct{*PdfAction ;TA _bda .PdfObject ;V _bda .PdfObject ;}; -// NewPdfAnnotationFreeText returns a new free text annotation. -func NewPdfAnnotationFreeText ()*PdfAnnotationFreeText {_dece :=NewPdfAnnotation ();_aecg :=&PdfAnnotationFreeText {};_aecg .PdfAnnotation =_dece ;_aecg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dece .SetContext (_aecg );return _aecg ;}; +// PdfAnnotationCaret represents Caret annotations. +// (Section 12.5.6.11). +type PdfAnnotationCaret struct{*PdfAnnotation ;*PdfAnnotationMarkup ;RD _bda .PdfObject ;Sy _bda .PdfObject ;}; -// GetDescent returns the Descent of the font `descriptor`. -func (_ebgf *PdfFontDescriptor )GetDescent ()(float64 ,error ){return _cee .GetNumberAsFloat (_ebgf .Descent );}; +// BorderEffect represents a border effect (Table 167 p. 395). +type BorderEffect int ;const (BorderStyleSolid BorderStyle =iota ;BorderStyleDashed BorderStyle =iota ;BorderStyleBeveled BorderStyle =iota ;BorderStyleInset BorderStyle =iota ;BorderStyleUnderline BorderStyle =iota ;);func _bbabc ()string {_ggbe .Lock (); +defer _ggbe .Unlock ();return _cdfef }; -// ColorFromPdfObjects loads the color from PDF objects. -// The first objects (if present) represent the color in underlying colorspace. The last one represents -// the name of the pattern. -func (_cfaef *PdfColorspaceSpecialPattern )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )< 1{return nil ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020o\u0066 \u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072\u0073"); -};_abff :=&PdfColorPattern {};_cbge ,_bfad :=objects [len (objects )-1].(*_cee .PdfObjectName );if !_bfad {_fca .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006ft\u0020a\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",objects [len (objects )-1]); -return nil ,ErrTypeCheck ;};_abff .PatternName =*_cbge ;if len (objects )> 1{_cggef :=objects [0:len (objects )-1];if _cfaef .UnderlyingCS ==nil {_fca .Log .Debug ("P\u0061\u0074t\u0065\u0072\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0077\u0069\u0074\u0068\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006et\u0073\u0020\u0062\u0075\u0074\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0063\u0073\u0020\u006d\u0069\u0073\u0073\u0069n\u0067"); -return nil ,_cdf .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};_fgag ,_daag :=_cfaef .UnderlyingCS .ColorFromPdfObjects (_cggef );if _daag !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0055n\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0076\u0069\u0061\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079\u0069\u006e\u0067\u0020\u0063\u0073\u003a\u0020\u0025\u0076",_daag ); -return nil ,_daag ;};_abff .Color =_fgag ;};return _abff ,nil ;}; +// SetDirection sets the value of the direction. +func (_dddff *ViewerPreferences )SetDirection (direction Direction ){_dddff ._gbacc =direction }; -// DefaultFont returns the default font, which is currently the built in Helvetica. -func DefaultFont ()*PdfFont {_ggcb ,_fgef :=_ce .NewStdFontByName (HelveticaName );if !_fgef {panic ("\u0048\u0065lv\u0065\u0074\u0069c\u0061\u0020\u0073\u0068oul\u0064 a\u006c\u0077\u0061\u0079\u0073\u0020\u0062e \u0061\u0076\u0061\u0069\u006c\u0061\u0062l\u0065"); -};_ddbfe :=_ebdab (_ggcb );return &PdfFont {_bggcf :&_ddbfe };};func _deeea ()string {_dggagg .Lock ();defer _dggagg .Unlock ();return _bcfcc };func _gbbc (_gcbd *_cee .PdfObjectDictionary )(*PdfFieldChoice ,error ){_faba :=&PdfFieldChoice {};_faba .Opt ,_ =_cee .GetArray (_gcbd .Get ("\u004f\u0070\u0074")); -_faba .TI ,_ =_cee .GetInt (_gcbd .Get ("\u0054\u0049"));_faba .I ,_ =_cee .GetArray (_gcbd .Get ("\u0049"));return _faba ,nil ;}; +// CharcodeBytesToUnicode converts PDF character codes `data` to a Go unicode string. +// +// 9.10 Extraction of Text Content (page 292) +// The process of finding glyph descriptions in OpenType fonts by a conforming reader shall be the following: +// - For Type 1 fonts using “CFF” tables, the process shall be as described in 9.6.6.2, "Encodings +// for Type 1 Fonts". +// - For TrueType fonts using “glyf” tables, the process shall be as described in 9.6.6.4, +// "Encodings for TrueType Fonts". Since this process sometimes produces ambiguous results, +// conforming writers, instead of using a simple font, shall use a Type 0 font with an Identity-H +// encoding and use the glyph indices as character codes, as described following Table 118. +func (_cbedb *PdfFont )CharcodeBytesToUnicode (data []byte )(string ,int ,int ){_aadg ,_ ,_gegdea :=_cbedb .CharcodesToUnicodeWithStats (_cbedb .BytesToCharcodes (data ));_ebgaf :=_dgb .ExpandLigatures (_aadg );return _ebgaf ,_a .RuneCountInString (_ebgaf ),_gegdea ; +}; -// GetCapHeight returns the CapHeight of the font `descriptor`. -func (_cfbg *PdfFontDescriptor )GetCapHeight ()(float64 ,error ){return _cee .GetNumberAsFloat (_cfbg .CapHeight );}; +// SetDate sets the `M` field of the signature. +func (_dfefg *PdfSignature )SetDate (date _ad .Time ,format string ){if format ==""{format ="\u0044\u003a\u003200\u0036\u0030\u0031\u0030\u0032\u0031\u0035\u0030\u0034\u0030\u0035\u002d\u0030\u0037\u0027\u0030\u0030\u0027";};_dfefg .M =_bda .MakeString (date .Format (format )); +}; -// IsHideMenubar returns the value of the hideMenubar flag. -func (_gafec *ViewerPreferences )IsHideMenubar ()bool {if _gafec ._fcbcb ==nil {return false ;};return *_gafec ._fcbcb ;}; +// AllFields returns a flattened list of all fields in the form. +func (_cegcd *PdfAcroForm )AllFields ()[]*PdfField {if _cegcd ==nil {return nil ;};var _fadf []*PdfField ;if _cegcd .Fields !=nil {for _ ,_bcgd :=range *_cegcd .Fields {_fadf =append (_fadf ,_fcfag (_bcgd )...);};};return _fadf ;}; -// NewPdfPageResourcesFromDict creates and returns a new PdfPageResources object -// from the input dictionary. -func NewPdfPageResourcesFromDict (dict *_cee .PdfObjectDictionary )(*PdfPageResources ,error ){_bcecf :=NewPdfPageResources ();if _gccf :=dict .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e");_gccf !=nil {_bcecf .ExtGState =_gccf ;};if _babgg :=dict .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"); -_babgg !=nil &&!_cee .IsNullObject (_babgg ){_bcecf .ColorSpace =_babgg ;};if _dbccf :=dict .Get ("\u0050a\u0074\u0074\u0065\u0072\u006e");_dbccf !=nil {_bcecf .Pattern =_dbccf ;};if _ggeaa :=dict .Get ("\u0053h\u0061\u0064\u0069\u006e\u0067");_ggeaa !=nil {_bcecf .Shading =_ggeaa ; -};if _bggcd :=dict .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074");_bggcd !=nil {_bcecf .XObject =_bggcd ;};if _adcbc :=_cee .ResolveReference (dict .Get ("\u0046\u006f\u006e\u0074"));_adcbc !=nil {_bcecf .Font =_adcbc ;};if _bcfb :=dict .Get ("\u0050r\u006f\u0063\u0053\u0065\u0074"); -_bcfb !=nil {_bcecf .ProcSet =_bcfb ;};if _dbfed :=dict .Get ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073");_dbfed !=nil {_bcecf .Properties =_dbfed ;};return _bcecf ,nil ;};func _bafda (_egcbf *XObjectForm )(*PdfRectangle ,bool ,error ){if _ebcd ,_faed :=_egcbf .BBox .(*_cee .PdfObjectArray ); -_faed {_cfbb ,_cdafe :=NewPdfRectangle (*_ebcd );if _cdafe !=nil {return nil ,false ,_cdafe ;};if _aedfe ,_ebfe :=_egcbf .Matrix .(*_cee .PdfObjectArray );_ebfe {_fgaeg ,_bcfec :=_aedfe .ToFloat64Array ();if _bcfec !=nil {return nil ,false ,_bcfec ;};_fgbfa :=_ac .IdentityMatrix (); -if len (_fgaeg )==6{_fgbfa =_ac .NewMatrix (_fgaeg [0],_fgaeg [1],_fgaeg [2],_fgaeg [3],_fgaeg [4],_fgaeg [5]);};_cfbb .Transform (_fgbfa );return _cfbb ,true ,nil ;};return _cfbb ,false ,nil ;};return nil ,false ,_cdf .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063e\u0020\u0042\u0042\u006f\u0078\u0020\u0074y\u0070\u0065"); -};const (NonFullScreenPageModeUseNone NonFullScreenPageMode ="\u0055s\u0065\u004e\u006f\u006e\u0065";NonFullScreenPageModeUseOutlines NonFullScreenPageMode ="U\u0073\u0065\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0073";NonFullScreenPageModeUseThumbs NonFullScreenPageMode ="\u0055s\u0065\u0054\u0068\u0075\u006d\u0062s"; -NonFullScreenPageModeUseOC NonFullScreenPageMode ="\u0055\u0073\u0065O\u0043";DirectionL2R Direction ="\u004c\u0032\u0052";DirectionR2L Direction ="\u0052\u0032\u004c";PageBoundaryMediaBox PageBoundary ="\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078"; -PageBoundaryCropBox PageBoundary ="\u0043r\u006f\u0070\u0042\u006f\u0078";PageBoundaryBleedBox PageBoundary ="\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078";PageBoundaryTrimBox PageBoundary ="\u0054r\u0069\u006d\u0042\u006f\u0078";PageBoundaryArtBox PageBoundary ="\u0041\u0072\u0074\u0042\u006f\u0078"; -PrintScalingNone PrintScaling ="\u004e\u006f\u006e\u0065";PrintScalingAppDefault PrintScaling ="\u0041\u0070\u0070\u0044\u0065\u0066\u0061\u0075\u006c\u0074";DuplexNone Duplex ="\u006e\u006f\u006e\u0065";DuplexSimplex Duplex ="\u0053i\u006d\u0070\u006c\u0065\u0078"; -DuplexFlipShortEdge Duplex ="\u0044\u0075\u0070\u006cex\u0046\u006c\u0069\u0070\u0053\u0068\u006f\u0072\u0074\u0045\u0064\u0067\u0065";DuplexFlipLongEdge Duplex ="\u0044u\u0070l\u0065\u0078\u0046\u006c\u0069p\u004c\u006fn\u0067\u0045\u0064\u0067\u0065"; -); +// NewStandardPdfOutputIntent creates a new standard PdfOutputIntent. +func NewStandardPdfOutputIntent (outputCondition ,outputConditionIdentifier ,registryName string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,RegistryName :registryName ,DestOutputProfile :destOutputProfile ,ColorComponents :colorComponents ,_abccce :_bda .MakeDict ()}; +}; -// IsRadio returns true if the button field represents a radio button, false otherwise. -func (_ecef *PdfFieldButton )IsRadio ()bool {return _ecef .GetType ()==ButtonTypeRadio };func (_dfaaa *PdfFont )baseFields ()*fontCommon {if _dfaaa ._bggcf ==nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0062\u0061\u0073\u0065\u0046\u0069\u0065l\u0064s\u002e \u0063o\u006e\u0074\u0065\u0078\u0074\u0020\u0069\u0073\u0020\u006e\u0069\u006c\u002e"); -return nil ;};return _dfaaa ._bggcf .baseFields ();}; +// NewPdfActionGoToR returns a new "go to remote" action. +func NewPdfActionGoToR ()*PdfActionGoToR {_dd :=NewPdfAction ();_eg :=&PdfActionGoToR {};_eg .PdfAction =_dd ;_dd .SetContext (_eg );return _eg ;}; -// NewPdfColorspaceDeviceN returns an initialized PdfColorspaceDeviceN. -func NewPdfColorspaceDeviceN ()*PdfColorspaceDeviceN {_bbae :=&PdfColorspaceDeviceN {};return _bbae };func (_bgfd *PdfColorspaceCalGray )String ()string {return "\u0043a\u006c\u0047\u0072\u0061\u0079"}; +// ButtonType represents the subtype of a button field, can be one of: +// - Checkbox (ButtonTypeCheckbox) +// - PushButton (ButtonTypePushButton) +// - RadioButton (ButtonTypeRadioButton) +type ButtonType int ; -// WriteToFile writes the output PDF to file. -func (_egfdfa *PdfWriter )WriteToFile (outputFilePath string )error {_cdfcf ,_fgdgf :=_fef .Create (outputFilePath );if _fgdgf !=nil {return _fgdgf ;};defer _cdfcf .Close ();return _egfdfa .Write (_cdfcf );}; +// ImageToRGB converts Lab colorspace image to RGB and returns the result. +func (_ccce *PdfColorspaceLab )ImageToRGB (img Image )(Image ,error ){_gcfd :=func (_ddcg float64 )float64 {if _ddcg >=6.0/29{return _ddcg *_ddcg *_ddcg ;};return 108.0/841*(_ddcg -4.0/29.0);};_fbec :=img ._bfafe ;if len (_fbec )!=6{_ed .Log .Trace ("\u0049\u006d\u0061\u0067\u0065\u0020\u002d\u0020\u004c\u0061\u0062\u0020\u0044e\u0063\u006f\u0064\u0065\u0020\u0072\u0061\u006e\u0067e\u0020\u0021\u003d\u0020\u0036\u002e\u002e\u002e\u0020\u0075\u0073\u0065\u0020\u005b0\u0020\u0031\u0030\u0030\u0020\u0061\u006d\u0069\u006e\u0020\u0061\u006d\u0061\u0078\u0020\u0062\u006d\u0069\u006e\u0020\u0062\u006d\u0061\u0078\u005d\u0020\u0064\u0065\u0066\u0061u\u006c\u0074\u0020\u0064\u0065\u0063\u006f\u0064\u0065 \u0061\u0072r\u0061\u0079"); +_fbec =_ccce .DecodeArray ();};_ddeab :=_cf .NewReader (img .getBase ());_eggb :=_bg .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),3,nil ,img ._ffbd ,img ._bfafe );_fffc :=_cf .NewWriter (_eggb );_decbd :=_ce .Pow (2,float64 (img .BitsPerComponent ))-1; +_ggbacb :=make ([]uint32 ,3);var (_fdfde error ;Ls ,As ,Bs ,L ,M ,N ,X ,Y ,Z ,_ffc ,_cfca ,_abcde float64 ;);for {_fdfde =_ddeab .ReadSamples (_ggbacb );if _fdfde ==_ga .EOF {break ;}else if _fdfde !=nil {return img ,_fdfde ;};Ls =float64 (_ggbacb [0])/_decbd ; +As =float64 (_ggbacb [1])/_decbd ;Bs =float64 (_ggbacb [2])/_decbd ;Ls =_bg .LinearInterpolate (Ls ,0.0,1.0,_fbec [0],_fbec [1]);As =_bg .LinearInterpolate (As ,0.0,1.0,_fbec [2],_fbec [3]);Bs =_bg .LinearInterpolate (Bs ,0.0,1.0,_fbec [4],_fbec [5]);L =(Ls +16)/116+As /500; +M =(Ls +16)/116;N =(Ls +16)/116-Bs /200;X =_ccce .WhitePoint [0]*_gcfd (L );Y =_ccce .WhitePoint [1]*_gcfd (M );Z =_ccce .WhitePoint [2]*_gcfd (N );_ffc =3.240479*X +-1.537150*Y +-0.498535*Z ;_cfca =-0.969256*X +1.875992*Y +0.041556*Z ;_abcde =0.055648*X +-0.204043*Y +1.057311*Z ; +_ffc =_ce .Min (_ce .Max (_ffc ,0),1.0);_cfca =_ce .Min (_ce .Max (_cfca ,0),1.0);_abcde =_ce .Min (_ce .Max (_abcde ,0),1.0);_ggbacb [0]=uint32 (_ffc *_decbd );_ggbacb [1]=uint32 (_cfca *_decbd );_ggbacb [2]=uint32 (_abcde *_decbd );if _fdfde =_fffc .WriteSamples (_ggbacb ); +_fdfde !=nil {return img ,_fdfde ;};};return _fggae (&_eggb ),nil ;}; -// ToPdfObject converts the PdfPage to a dictionary within an indirect object container. -func (_dbbgg *PdfPage )ToPdfObject ()_cee .PdfObject {_dcdd :=_dbbgg ._bafab ;_dbbgg .GetPageDict ();return _dcdd ;};func (_bfgg *PdfSignature )extractChainFromCert ()([]*_dfd .Certificate ,error ){var _dcbdc *_cee .PdfObjectArray ;switch _agad :=_bfgg .Cert .(type ){case *_cee .PdfObjectString :_dcbdc =_cee .MakeArray (_agad ); -case *_cee .PdfObjectArray :_dcbdc =_agad ;default:return nil ,_e .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u0065\u0072\u0074\u0069f\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_agad ); -};var _cgefe _cd .Buffer ;for _ ,_fgff :=range _dcbdc .Elements (){_fdada ,_ebgbg :=_cee .GetString (_fgff );if !_ebgbg {return nil ,_e .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079p\u0065\u0020\u0069\u006e\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0063\u0065r\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u0063h\u0061\u0069\u006e\u003a\u0020\u0025\u0054",_fgff ); -};if _ ,_caagg :=_cgefe .Write (_fdada .Bytes ());_caagg !=nil {return nil ,_caagg ;};};return _dfd .ParseCertificates (_cgefe .Bytes ());};type modelManager struct{_gfdc map[PdfModel ]_cee .PdfObject ;_gdbbg map[_cee .PdfObject ]PdfModel ;};func _ggad (_cdeg _cee .PdfObject )(*PdfFontDescriptor ,error ){_gdag :=&PdfFontDescriptor {}; -_cdeg =_cee .ResolveReference (_cdeg );if _acbbd ,_ggfg :=_cdeg .(*_cee .PdfIndirectObject );_ggfg {_gdag ._gbfec =_acbbd ;_cdeg =_acbbd .PdfObject ;};_cfaf ,_eaffd :=_cee .GetDict (_cdeg );if !_eaffd {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0044\u0065\u0073c\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_cdeg ); -return nil ,_cee .ErrTypeError ;};if _eaaf :=_cfaf .Get ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065");_eaaf !=nil {_gdag .FontName =_eaaf ;}else {_fca .Log .Debug ("\u0049n\u0063\u006fm\u0070\u0061\u0074\u0069b\u0069\u006c\u0069t\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u004e\u0061me\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006di\u0073\u0073i\u006e\u0067"); -};_dedcf ,_ :=_cee .GetName (_gdag .FontName );if _ffbbe :=_cfaf .Get ("\u0054\u0079\u0070\u0065");_ffbbe !=nil {_fbfbg ,_fgafd :=_ffbbe .(*_cee .PdfObjectName );if !_fgafd ||string (*_fbfbg )!="\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"{_fca .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072i\u0070t\u006f\u0072\u0020\u0054y\u0070\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0054\u0029\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_ffbbe ,_dedcf ,_gdag .FontName ); -};}else {_fca .Log .Trace ("\u0049\u006ec\u006f\u006d\u0070\u0061\u0074i\u0062\u0069\u006c\u0069\u0074y\u003a\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_dedcf ,_gdag .FontName ); -};_gdag .FontFamily =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079");_gdag .FontStretch =_cfaf .Get ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068");_gdag .FontWeight =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074"); -_gdag .Flags =_cfaf .Get ("\u0046\u006c\u0061g\u0073");_gdag .FontBBox =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078");_gdag .ItalicAngle =_cfaf .Get ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065");_gdag .Ascent =_cfaf .Get ("\u0041\u0073\u0063\u0065\u006e\u0074"); -_gdag .Descent =_cfaf .Get ("\u0044e\u0073\u0063\u0065\u006e\u0074");_gdag .Leading =_cfaf .Get ("\u004ce\u0061\u0064\u0069\u006e\u0067");_gdag .CapHeight =_cfaf .Get ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t");_gdag .XHeight =_cfaf .Get ("\u0058H\u0065\u0069\u0067\u0068\u0074"); -_gdag .StemV =_cfaf .Get ("\u0053\u0074\u0065m\u0056");_gdag .StemH =_cfaf .Get ("\u0053\u0074\u0065m\u0048");_gdag .AvgWidth =_cfaf .Get ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068");_gdag .MaxWidth =_cfaf .Get ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068"); -_gdag .MissingWidth =_cfaf .Get ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068");_gdag .FontFile =_cfaf .Get ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065");_gdag .FontFile2 =_cfaf .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652"); -_gdag .FontFile3 =_cfaf .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653");_gdag .CharSet =_cfaf .Get ("\u0043h\u0061\u0072\u0053\u0065\u0074");_gdag .Style =_cfaf .Get ("\u0053\u0074\u0079l\u0065");_gdag .Lang =_cfaf .Get ("\u004c\u0061\u006e\u0067"); -_gdag .FD =_cfaf .Get ("\u0046\u0044");_gdag .CIDSet =_cfaf .Get ("\u0043\u0049\u0044\u0053\u0065\u0074");if _gdag .Flags !=nil {if _cgggc ,_ggfdg :=_cee .GetIntVal (_gdag .Flags );_ggfdg {_gdag ._cadgge =_cgggc ;};};if _gdag .MissingWidth !=nil {if _gdagb ,_fbebab :=_cee .GetNumberAsFloat (_gdag .MissingWidth ); -_fbebab ==nil {_gdag ._efacg =_gdagb ;};};if _gdag .FontFile !=nil {_becf ,_cbde :=_dbead (_gdag .FontFile );if _cbde !=nil {return _gdag ,_cbde ;};_fca .Log .Trace ("f\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u003d\u0025\u0073",_becf );_gdag .fontFile =_becf ; -};if _gdag .FontFile2 !=nil {_bcgdb ,_agdc :=_ce .NewFontFile2FromPdfObject (_gdag .FontFile2 );if _agdc !=nil {return _gdag ,_agdc ;};_fca .Log .Trace ("\u0066\u006f\u006et\u0046\u0069\u006c\u0065\u0032\u003d\u0025\u0073",_bcgdb .String ());_gdag ._bcga =&_bcgdb ; -};return _gdag ,nil ;}; +// NewPdfOutlineItem returns an initialized PdfOutlineItem. +func NewPdfOutlineItem ()*PdfOutlineItem {_fgad :=&PdfOutlineItem {_egafc :_bda .MakeIndirectObject (_bda .MakeDict ())};_fgad ._ebabd =_fgad ;return _fgad ;}; -// CharcodesToUnicode converts the character codes `charcodes` to a slice of runes. -// How it works: -// 1. Use the ToUnicode CMap if there is one. -// 2. Use the underlying font's encoding. -func (_addgf *PdfFont )CharcodesToUnicode (charcodes []_dae .CharCode )[]rune {_dcea ,_ ,_ :=_addgf .CharcodesToUnicodeWithStats (charcodes );return _dcea ;}; +// Duplex returns the value of the duplex. +func (_ffaee *ViewerPreferences )Duplex ()Duplex {return _ffaee ._bebac }; -// PdfAnnotationInk represents Ink annotations. -// (Section 12.5.6.13). -type PdfAnnotationInk struct{*PdfAnnotation ;*PdfAnnotationMarkup ;InkList _cee .PdfObject ;BS _cee .PdfObject ;};func (_cda *PdfReader )newPdfActionMovieFromDict (_abc *_cee .PdfObjectDictionary )(*PdfActionMovie ,error ){return &PdfActionMovie {Annotation :_abc .Get ("\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"),T :_abc .Get ("\u0054"),Operation :_abc .Get ("\u004fp\u0065\u0072\u0061\u0074\u0069\u006fn")},nil ; -};func (_fga *PdfReader )newPdfActionRenditionFromDict (_fdg *_cee .PdfObjectDictionary )(*PdfActionRendition ,error ){return &PdfActionRendition {R :_fdg .Get ("\u0052"),AN :_fdg .Get ("\u0041\u004e"),OP :_fdg .Get ("\u004f\u0050"),JS :_fdg .Get ("\u004a\u0053")},nil ; -}; +// NewXObjectForm creates a brand new XObject Form. Creates a new underlying PDF object stream primitive. +func NewXObjectForm ()*XObjectForm {_fafcg :=&XObjectForm {};_dgcce :=&_bda .PdfObjectStream {};_dgcce .PdfObjectDictionary =_bda .MakeDict ();_fafcg ._cdfb =_dgcce ;return _fafcg ;}; -// GetCustomInfo returns a custom info value for the specified name. -func (_egca *PdfInfo )GetCustomInfo (name string )*_cee .PdfObjectString {var _ddg *_cee .PdfObjectString ;if _egca ._ecfea ==nil {return _ddg ;};if _bega ,_ageeb :=_egca ._ecfea .Get (*_cee .MakeName (name )).(*_cee .PdfObjectString );_ageeb {_ddg =_bega ; -};return _ddg ;}; +// DecodeArray returns the range of color component values in DeviceRGB colorspace. +func (_fccf *PdfColorspaceDeviceRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; -// Names represents a PDF name tree. +// GetDocMDPPermission returns the DocMDP level of the restrictions +func (_ffacb *PdfSignature )GetDocMDPPermission ()(_gef .DocMDPPermission ,bool ){for _ ,_ffdd :=range _ffacb .Reference .Elements (){if _fdccb ,_aegab :=_bda .GetDict (_ffdd );_aegab {if _cdegc ,_bgcca :=_bda .GetNameVal (_fdccb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +_bgcca &&_cdegc =="\u0044\u006f\u0063\u004d\u0044\u0050"{if _afdee ,_afagc :=_bda .GetDict (_fdccb .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_afagc {if P ,_gcgdc :=_bda .GetIntVal (_afdee .Get ("\u0050")); +_gcgdc {return _gef .DocMDPPermission (P ),true ;};};};};};return 0,false ;}; + +// CheckAccessRights checks access rights and permissions for a specified password. If either user/owner +// password is specified, full rights are granted, otherwise the access rights are specified by the +// Permissions flag. // -// Ref: PDF32000_2008 chapter 7.7.4. -type Names struct{_fggag *_cee .PdfIndirectObject ; +// The bool flag indicates that the user can access and view the file. +// The AccessPermissions shows what access the user has for editing etc. +// An error is returned if there was a problem performing the authentication. +func (_eaccd *PdfReader )CheckAccessRights (password []byte )(bool ,_aa .Permissions ,error ){return _eaccd ._fdadg .CheckAccessRights (password );}; -// Dests is a name tree mapping name string to destinations. -Dests *_cee .PdfObjectDictionary ; +// NewPdfAnnotationText returns a new text annotation. +func NewPdfAnnotationText ()*PdfAnnotationText {_gdba :=NewPdfAnnotation ();_cfc :=&PdfAnnotationText {};_cfc .PdfAnnotation =_gdba ;_cfc .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gdba .SetContext (_cfc );return _cfc ;}; -// AP is a name tree mapping name strings to annotation appearance streams. -AP *_cee .PdfObjectDictionary ; +// SetOpenAction sets the OpenAction in the PDF catalog. +// The value shall be either an array defining a destination (12.3.2 "Destinations" PDF32000_2008), +// or an action dictionary representing an action (12.6 "Actions" PDF32000_2008). +func (_eecffg *PdfWriter )SetOpenAction (dest _bda .PdfObject )error {if dest ==nil ||_bda .IsNullObject (dest ){return nil ;};_eecffg ._geadba .Set ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e",dest );return _eecffg .addObjects (dest ); +}; -// JavaScript is a name tree mapping name strings to JavaScript actions. -JavaScript *_cee .PdfObjectDictionary ; +// IsTiling specifies if the pattern is a tiling pattern. +func (_fbbfe *PdfPattern )IsTiling ()bool {return _fbbfe .PatternType ==1}; -// Pages is a name tree mapping name strings to visible pages for use in interactive forms. -Pages *_cee .PdfObjectDictionary ; +// NewOutline returns a new outline instance. +func NewOutline ()*Outline {return &Outline {}}; -// Templates is a name tree mapping name strings to invisible (template) pages for use in interactive forms. -Templates *_cee .PdfObjectDictionary ; +// NewXObjectImageFromStream builds the image xobject from a stream object. +// An image dictionary is the dictionary portion of a stream object representing an image XObject. +func NewXObjectImageFromStream (stream *_bda .PdfObjectStream )(*XObjectImage ,error ){_cgbbd :=&XObjectImage {};_cgbbd ._eedbf =stream ;_abaec :=*(stream .PdfObjectDictionary );_defad ,_gcea :=_bda .NewEncoderFromStream (stream );if _gcea !=nil {return nil ,_gcea ; +};_cgbbd .Filter =_defad ;if _dgcfd :=_bda .TraceToDirectObject (_abaec .Get ("\u0057\u0069\u0064t\u0068"));_dgcfd !=nil {_bccdfg ,_cdccaf :=_dgcfd .(*_bda .PdfObjectInteger );if !_cdccaf {return nil ,_gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0069\u006d\u0061g\u0065\u0020\u0077\u0069\u0064\u0074\u0068\u0020\u006f\u0062j\u0065\u0063\u0074"); +};_efgbde :=int64 (*_bccdfg );_cgbbd .Width =&_efgbde ;}else {return nil ,_gea .New ("\u0077\u0069\u0064\u0074\u0068\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067");};if _gfbf :=_bda .TraceToDirectObject (_abaec .Get ("\u0048\u0065\u0069\u0067\u0068\u0074")); +_gfbf !=nil {_agdge ,_edgb :=_gfbf .(*_bda .PdfObjectInteger );if !_edgb {return nil ,_gea .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_fcgaaa :=int64 (*_agdge ); +_cgbbd .Height =&_fcgaaa ;}else {return nil ,_gea .New ("\u0068\u0065\u0069\u0067\u0068\u0074\u0020\u006d\u0069s\u0073\u0069\u006e\u0067");};if _dbegc :=_bda .TraceToDirectObject (_abaec .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +_dbegc !=nil {_fdff ,_bbeab :=NewPdfColorspaceFromPdfObject (_dbegc );if _bbeab !=nil {return nil ,_bbeab ;};_cgbbd .ColorSpace =_fdff ;}else {_ed .Log .Debug ("\u0058O\u0062\u006a\u0065c\u0074\u0020\u0049m\u0061ge\u0020\u0063\u006f\u006c\u006f\u0072\u0073p\u0061\u0063\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u002d\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067 1\u0020c\u006f\u006c\u006f\u0072\u0020\u0063o\u006d\u0070\u006f\u006e\u0065n\u0074\u0020\u002d\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047r\u0061\u0079"); +_cgbbd .ColorSpace =NewPdfColorspaceDeviceGray ();};if _gcfed :=_bda .TraceToDirectObject (_abaec .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_gcfed !=nil {_acefdb ,_eefcb :=_gcfed .(*_bda .PdfObjectInteger ); +if !_eefcb {return nil ,_gea .New ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0069\u006d\u0061\u0067\u0065\u0020\u0068\u0065\u0069g\u0068\u0074\u0020o\u0062j\u0065\u0063\u0074");};_dgcde :=int64 (*_acefdb );_cgbbd .BitsPerComponent =&_dgcde ;};_cgbbd .Intent =_abaec .Get ("\u0049\u006e\u0074\u0065\u006e\u0074"); +_cgbbd .ImageMask =_abaec .Get ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k");_cgbbd .Mask =_abaec .Get ("\u004d\u0061\u0073\u006b");_cgbbd .Decode =_abaec .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");_cgbbd .Interpolate =_abaec .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"); +_cgbbd .Alternatives =_abaec .Get ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073");_cgbbd .SMask =_abaec .Get ("\u0053\u004d\u0061s\u006b");_cgbbd .SMaskInData =_abaec .Get ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061"); +_cgbbd .Matte =_abaec .Get ("\u004d\u0061\u0074t\u0065");_cgbbd .Name =_abaec .Get ("\u004e\u0061\u006d\u0065");_cgbbd .StructParent =_abaec .Get ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074");_cgbbd .ID =_abaec .Get ("\u0049\u0044"); +_cgbbd .OPI =_abaec .Get ("\u004f\u0050\u0049");_cgbbd .Metadata =_abaec .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");_cgbbd .OC =_abaec .Get ("\u004f\u0043");_cgbbd .Stream =stream .Stream ;return _cgbbd ,nil ;}; -// IDS is a name tree mapping digital identifies to Web Capture content sets. -IDS *_cee .PdfObjectDictionary ; +// PdfFunctionType3 defines stitching of the subdomains of several 1-input functions to produce +// a single new 1-input function. +type PdfFunctionType3 struct{Domain []float64 ;Range []float64 ;Functions []PdfFunction ;Bounds []float64 ;Encode []float64 ;_dbgca *_bda .PdfIndirectObject ;};func (_bdde *PdfSignature )extractChainFromCert ()([]*_bd .Certificate ,error ){var _fdcgf *_bda .PdfObjectArray ; +switch _aabca :=_bdde .Cert .(type ){case *_bda .PdfObjectString :_fdcgf =_bda .MakeArray (_aabca );case *_bda .PdfObjectArray :_fdcgf =_aabca ;default:return nil ,_c .Errorf ("\u0069n\u0076\u0061l\u0069\u0064\u0020s\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u0065\u0072\u0074\u0069f\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_aabca ); +};var _gccd _dff .Buffer ;for _ ,_fbdgb :=range _fdcgf .Elements (){_febgc ,_fdfcf :=_bda .GetString (_fbdgb );if !_fdfcf {return nil ,_c .Errorf ("\u0069\u006ev\u0061\u006c\u0069\u0064\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0074\u0079p\u0065\u0020\u0069\u006e\u0020\u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0063\u0065r\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u0063h\u0061\u0069\u006e\u003a\u0020\u0025\u0054",_fbdgb ); +};if _ ,_cdbe :=_gccd .Write (_febgc .Bytes ());_cdbe !=nil {return nil ,_cdbe ;};};return _bd .ParseCertificates (_gccd .Bytes ());};func _beefd (_cgfe *fontCommon )*pdfFontSimple {return &pdfFontSimple {fontCommon :*_cgfe }}; -// URLS is a name tree mapping URLs to Web Capture content sets. -URLS *_cee .PdfObjectDictionary ; +// StandardImplementer is an interface that defines specified PDF standards like PDF/A-1A (pdfa.Profile1A) +// NOTE: This implementation is in experimental development state. +// +// Keep in mind that it might change in the subsequent minor versions. +type StandardImplementer interface{StandardValidator ;StandardApplier ; -// EmbeddedFiles is a name tree mapping name strings to file specifications for embedded file streams. -EmbeddedFiles *_cee .PdfObjectDictionary ; +// StandardName gets the human-readable name of the standard. +StandardName ()string ;}; -// AlternatePresentations is a name tree mapping name strings to alternate presentations. -AlternatePresentations *_cee .PdfObjectDictionary ; +// ToPdfObject implements interface PdfModel. +func (_bgde *PdfAnnotation3D )ToPdfObject ()_bda .PdfObject {_bgde .PdfAnnotation .ToPdfObject ();_aabd :=_bgde ._ged ;_bcage :=_aabd .PdfObject .(*_bda .PdfObjectDictionary );_bcage .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0033\u0044")); +_bcage .SetIfNotNil ("\u0033\u0044\u0044",_bgde .T3DD );_bcage .SetIfNotNil ("\u0033\u0044\u0056",_bgde .T3DV );_bcage .SetIfNotNil ("\u0033\u0044\u0041",_bgde .T3DA );_bcage .SetIfNotNil ("\u0033\u0044\u0049",_bgde .T3DI );_bcage .SetIfNotNil ("\u0033\u0044\u0042",_bgde .T3DB ); +return _aabd ;};func (_bdcbb *PdfAcroForm )fill (_bdabc FieldValueProvider ,_aecg FieldAppearanceGenerator )error {if _bdcbb ==nil {return nil ;};_deccd ,_ffcg :=_bdabc .FieldValues ();if _ffcg !=nil {return _ffcg ;};for _ ,_acabb :=range _bdcbb .AllFields (){_cdga :=_acabb .PartialName (); +_abfdgc ,_gadc :=_deccd [_cdga ];if !_gadc {if _acccgg ,_dgaad :=_acabb .FullName ();_dgaad ==nil {_abfdgc ,_gadc =_deccd [_acccgg ];};};if !_gadc {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_cdga ); +continue ;};if _aafde :=_caae (_acabb ,_abfdgc );_aafde !=nil {return _aafde ;};if _aecg ==nil {continue ;};for _ ,_ecgg :=range _acabb .Annotations {_gbcfc ,_adade :=_aecg .GenerateAppearanceDict (_bdcbb ,_acabb ,_ecgg );if _adade !=nil {return _adade ; +};_ecgg .AP =_gbcfc ;_ecgg .ToPdfObject ();};};return nil ;};func _egcd (_dfcg _bda .PdfObject )(*PdfColorspaceCalRGB ,error ){_bdbaf :=NewPdfColorspaceCalRGB ();if _febgb ,_fgdf :=_dfcg .(*_bda .PdfIndirectObject );_fgdf {_bdbaf ._caacb =_febgb ;};_dfcg =_bda .TraceToDirectObject (_dfcg ); +_gbef ,_bgec :=_dfcg .(*_bda .PdfObjectArray );if !_bgec {return nil ,_c .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _gbef .Len ()!=2{return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0043\u0061\u006c\u0052G\u0042 \u0063o\u006c\u006f\u0072\u0073\u0070\u0061\u0063e"); +};_dfcg =_bda .TraceToDirectObject (_gbef .Get (0));_fbaef ,_bgec :=_dfcg .(*_bda .PdfObjectName );if !_bgec {return nil ,_c .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074"); +};if *_fbaef !="\u0043\u0061\u006c\u0052\u0047\u0042"{return nil ,_c .Errorf ("\u006e\u006f\u0074 a\u0020\u0043\u0061\u006c\u0052\u0047\u0042\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065");};_dfcg =_bda .TraceToDirectObject (_gbef .Get (1)); +_baa ,_bgec :=_dfcg .(*_bda .PdfObjectDictionary );if !_bgec {return nil ,_c .Errorf ("\u0043\u0061l\u0052\u0047\u0042\u0020\u006e\u0061\u006d\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061\u006d\u0065\u0020\u006f\u0062je\u0063\u0074");};_dfcg =_baa .Get ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074"); +_dfcg =_bda .TraceToDirectObject (_dfcg );_eefb ,_bgec :=_dfcg .(*_bda .PdfObjectArray );if !_bgec {return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0057\u0068\u0069\u0074\u0065\u0050o\u0069\u006e\u0074"); +};if _eefb .Len ()!=3{return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0057h\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079");};_ggcf ,_cffb :=_eefb .GetAsFloat64Slice (); +if _cffb !=nil {return nil ,_cffb ;};_bdbaf .WhitePoint =_ggcf ;_dfcg =_baa .Get ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074");if _dfcg !=nil {_dfcg =_bda .TraceToDirectObject (_dfcg );_febcac ,_adad :=_dfcg .(*_bda .PdfObjectArray ); +if !_adad {return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0042\u006c\u0061\u0063\u006b\u0050o\u0069\u006e\u0074");};if _febcac .Len ()!=3{return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052\u0047\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0042l\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074\u0020\u0061\u0072\u0072\u0061\u0079"); +};_adcd ,_ggcdb :=_febcac .GetAsFloat64Slice ();if _ggcdb !=nil {return nil ,_ggcdb ;};_bdbaf .BlackPoint =_adcd ;};_dfcg =_baa .Get ("\u0047\u0061\u006dm\u0061");if _dfcg !=nil {_dfcg =_bda .TraceToDirectObject (_dfcg );_cggb ,_ffed :=_dfcg .(*_bda .PdfObjectArray ); +if !_ffed {return nil ,_c .Errorf ("C\u0061\u006c\u0052\u0047B:\u0020I\u006e\u0076\u0061\u006c\u0069d\u0020\u0047\u0061\u006d\u006d\u0061");};if _cggb .Len ()!=3{return nil ,_c .Errorf ("C\u0061\u006c\u0052\u0047\u0042\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0047a\u006d\u006d\u0061 \u0061r\u0072\u0061\u0079"); +};_bafd ,_deff :=_cggb .GetAsFloat64Slice ();if _deff !=nil {return nil ,_deff ;};_bdbaf .Gamma =_bafd ;};_dfcg =_baa .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");if _dfcg !=nil {_dfcg =_bda .TraceToDirectObject (_dfcg );_agf ,_feef :=_dfcg .(*_bda .PdfObjectArray ); +if !_feef {return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052GB\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004d\u0061\u0074\u0072i\u0078");};if _agf .Len ()!=9{_ed .Log .Error ("\u004d\u0061t\u0072\u0069\u0078 \u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u0073",_agf .String ()); +return nil ,_c .Errorf ("\u0043\u0061\u006c\u0052G\u0042\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u004da\u0074\u0072\u0069\u0078\u0020\u0061\u0072r\u0061\u0079");};_bcbg ,_bcadd :=_agf .GetAsFloat64Slice ();if _bcadd !=nil {return nil ,_bcadd ; +};_bdbaf .Matrix =_bcbg ;};return _bdbaf ,nil ;}; -// Renditions is a name tree mapping name strings (which shall have Unicode encoding) to rendition objects. -Renditions *_cee .PdfObjectDictionary ;}; +// SetHideToolbar sets the value of the hideToolbar flag. +func (_gagga *ViewerPreferences )SetHideToolbar (hideToolbar bool ){_gagga ._dgdec =&hideToolbar }; -// NewPdfAcroForm returns a new PdfAcroForm with an initialized container (indirect object). -func NewPdfAcroForm ()*PdfAcroForm {return &PdfAcroForm {Fields :&[]*PdfField {},_cebbd :_cee .MakeIndirectObject (_cee .MakeDict ())};};func _ceafg (_fadab *fontCommon )*pdfFontSimple {return &pdfFontSimple {fontCommon :*_fadab }}; +// NewPdfSignature creates a new PdfSignature object. +func NewPdfSignature (handler SignatureHandler )*PdfSignature {_cgddc :=&PdfSignature {Type :_bda .MakeName ("\u0053\u0069\u0067"),Handler :handler };_aebge :=&pdfSignDictionary {PdfObjectDictionary :_bda .MakeDict (),_fcdfe :&handler ,_cfefa :_cgddc }; +_cgddc ._gbggff =_bda .MakeIndirectObject (_aebge );return _cgddc ;}; -// PdfActionGoTo represents a GoTo action. -type PdfActionGoTo struct{*PdfAction ;D _cee .PdfObject ;};func (_begfe *PdfReader )newPdfOutlineItemFromIndirectObject (_ccbbe *_cee .PdfIndirectObject )(*PdfOutlineItem ,error ){_fgabe ,_fecaa :=_ccbbe .PdfObject .(*_cee .PdfObjectDictionary );if !_fecaa {return nil ,_e .Errorf ("\u006f\u0075\u0074l\u0069\u006e\u0065\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_bafg :=NewPdfOutlineItem ();_gfcad :=_fgabe .Get ("\u0054\u0069\u0074l\u0065");if _gfcad ==nil {return nil ,_e .Errorf ("\u006d\u0069\u0073s\u0069\u006e\u0067\u0020\u0054\u0069\u0074\u006c\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u004f\u0075\u0074\u006c\u0069\u006e\u0065\u0020\u0049\u0074\u0065\u006d\u0020\u0028r\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); -};_bcgab ,_bbeda :=_cee .GetString (_gfcad );if !_bbeda {return nil ,_e .Errorf ("\u0074\u0069\u0074le\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u0028\u0025\u0054\u0029",_gfcad );};_bafg .Title =_bcgab ;if _cegde :=_fgabe .Get ("\u0043\u006f\u0075n\u0074"); -_cegde !=nil {_dgca ,_egcbe :=_cegde .(*_cee .PdfObjectInteger );if !_egcbe {return nil ,_e .Errorf ("\u0063o\u0075\u006e\u0074\u0020n\u006f\u0074\u0020\u0061\u006e \u0069n\u0074e\u0067\u0065\u0072\u0020\u0028\u0025\u0054)",_cegde );};_dcgeac :=int64 (*_dgca ); -_bafg .Count =&_dcgeac ;};if _ebagc :=_fgabe .Get ("\u0044\u0065\u0073\u0074");_ebagc !=nil {_bafg .Dest =_cee .ResolveReference (_ebagc );if !_begfe ._dbfb {_gbdf :=_begfe .traverseObjectData (_bafg .Dest );if _gbdf !=nil {return nil ,_gbdf ;};};};if _gcffe :=_fgabe .Get ("\u0041"); -_gcffe !=nil {_bafg .A =_cee .ResolveReference (_gcffe );if !_begfe ._dbfb {_cccfd :=_begfe .traverseObjectData (_bafg .A );if _cccfd !=nil {return nil ,_cccfd ;};};};if _bgbga :=_fgabe .Get ("\u0053\u0045");_bgbga !=nil {_bafg .SE =nil ;};if _gbdfd :=_fgabe .Get ("\u0043"); -_gbdfd !=nil {_bafg .C =_cee .ResolveReference (_gbdfd );};if _bfegb :=_fgabe .Get ("\u0046");_bfegb !=nil {_bafg .F =_cee .ResolveReference (_bfegb );};return _bafg ,nil ;};var (StructureTypeSpan ="\u0053\u0070\u0061\u006e";StructureTypeQuote ="\u0051\u0075\u006ft\u0065"; -StructureTypeNote ="\u004e\u006f\u0074\u0065";StructureTypeReference ="\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e";StructureTypeBibliography ="\u0042\u0069\u0062\u0045\u006e\u0074\u0072\u0079";StructureTypeCode ="\u0043\u006f\u0064\u0065";StructureTypeLink ="\u004c\u0069\u006e\u006b"; -StructureTypeAnnot ="\u0041\u006e\u006eo\u0074";StructureTypeRuby ="\u0052\u0075\u0062\u0079";StructureTypeWarichu ="\u0057a\u0072\u0069\u0063\u0068\u0075";StructureTypeRubyBase ="\u0052\u0042";StructureTypeRubyText ="\u0052\u0054";StructureTypeRubyPunctuation ="\u0052\u0050"; -StructureTypeWarichuText ="\u0057\u0054";StructureTypeWarichuPunctuation ="\u0057\u0050";StructureTypeFigure ="\u0046\u0069\u0067\u0075\u0072\u0065";StructureTypeFormula ="\u0046o\u0072\u006d\u0075\u006c\u0061";StructureTypeForm ="\u0046\u006f\u0072\u006d"; -);func _gcbce (_fadcg []byte )[]byte {const _fbca =52845;const _fgaab =22719;_dcgea :=55665;for _ ,_aagee :=range _fadcg [:4]{_dcgea =(int (_aagee )+_dcgea )*_fbca +_fgaab ;};_gdbee :=make ([]byte ,len (_fadcg )-4);for _cgadf ,_dfcg :=range _fadcg [4:]{_gdbee [_cgadf ]=byte (int (_dfcg )^_dcgea >>8); -_dcgea =(int (_dfcg )+_dcgea )*_fbca +_fgaab ;};return _gdbee ;}; +// PdfOutputIntentType is the subtype of the given PdfOutputIntent. +type PdfOutputIntentType int ; -// ColorFromFloats returns a new PdfColor based on the input slice of color -// components. The slice should contain a single element. -func (_bffg *PdfColorspaceSpecialIndexed )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};N :=_bffg .Base .GetNumComponents ();_ccea :=int (vals [0])*N ; -if _ccea < 0||(_ccea +N -1)>=len (_bffg ._aecec ){_fca .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_ccea );return nil ,ErrColorOutOfRange ;};_gbfac :=_bffg ._aecec [_ccea :_ccea +N ]; -var _ebbe []float64 ;for _ ,_dbcg :=range _gbfac {_ebbe =append (_ebbe ,float64 (_dbcg )/255.0);};_geda ,_deecc :=_bffg .Base .ColorFromFloats (_ebbe );if _deecc !=nil {return nil ,_deecc ;};return _geda ,nil ;}; +// C returns the value of the C component of the color. +func (_eaae *PdfColorCalRGB )C ()float64 {return _eaae [2]}; -// GetKDict returns the KDict of the KValue. -func (_fecc *KValue )GetKDict ()*KDict {return _fecc ._aedde };func _baaedg ()*modelManager {_cacgf :=modelManager {};_cacgf ._gfdc =map[PdfModel ]_cee .PdfObject {};_cacgf ._gdbbg =map[_cee .PdfObject ]PdfModel {};return &_cacgf ;};const (ActionTypeGoTo PdfActionType ="\u0047\u006f\u0054\u006f"; -ActionTypeGoTo3DView PdfActionType ="\u0047\u006f\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077";ActionTypeGoToE PdfActionType ="\u0047\u006f\u0054o\u0045";ActionTypeGoToR PdfActionType ="\u0047\u006f\u0054o\u0052";ActionTypeHide PdfActionType ="\u0048\u0069\u0064\u0065"; -ActionTypeImportData PdfActionType ="\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061";ActionTypeJavaScript PdfActionType ="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074";ActionTypeLaunch PdfActionType ="\u004c\u0061\u0075\u006e\u0063\u0068"; -ActionTypeMovie PdfActionType ="\u004d\u006f\u0076i\u0065";ActionTypeNamed PdfActionType ="\u004e\u0061\u006de\u0064";ActionTypeRendition PdfActionType ="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn";ActionTypeResetForm PdfActionType ="\u0052e\u0073\u0065\u0074\u0046\u006f\u0072m"; -ActionTypeSetOCGState PdfActionType ="S\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065";ActionTypeSound PdfActionType ="\u0053\u006f\u0075n\u0064";ActionTypeSubmitForm PdfActionType ="\u0053\u0075\u0062\u006d\u0069\u0074\u0046\u006f\u0072\u006d"; -ActionTypeThread PdfActionType ="\u0054\u0068\u0072\u0065\u0061\u0064";ActionTypeTrans PdfActionType ="\u0054\u0072\u0061n\u0073";ActionTypeURI PdfActionType ="\u0055\u0052\u0049";); +// PdfPageResourcesColorspaces contains the colorspace in the PdfPageResources. +// Needs to have matching name and colorspace map entry. The Names define the order. +type PdfPageResourcesColorspaces struct{Names []string ;Colorspaces map[string ]PdfColorspace ;_agbc *_bda .PdfIndirectObject ;};func _ddca (_cbga _bda .PdfObject )(*PdfColorspaceSpecialIndexed ,error ){_cgdb :=NewPdfColorspaceSpecialIndexed ();if _cffg ,_gddab :=_cbga .(*_bda .PdfIndirectObject ); +_gddab {_cgdb ._agcda =_cffg ;};_cbga =_bda .TraceToDirectObject (_cbga );_gfeb ,_fced :=_cbga .(*_bda .PdfObjectArray );if !_fced {return nil ,_c .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _gfeb .Len ()!=4{return nil ,_c .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069\u006e\u0076a\u006ci\u0064\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +};_cbga =_gfeb .Get (0);_agdc ,_fced :=_cbga .(*_bda .PdfObjectName );if !_fced {return nil ,_c .Errorf ("\u0069n\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};if *_agdc !="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_c .Errorf ("\u0069\u006e\u0064\u0065xe\u0064\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u006e\u0061m\u0065"); +};_cbga =_gfeb .Get (1);_ecee ,_cffc :=DetermineColorspaceNameFromPdfObject (_cbga );if _cffc !=nil {return nil ,_cffc ;};if _ecee =="\u0049n\u0064\u0065\u0078\u0065\u0064"||_ecee =="\u0050a\u0074\u0074\u0065\u0072\u006e"{_ed .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0049\u006e\u0064e\u0078\u0065\u0064\u002f\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043S\u0020\u0061\u0073\u0020\u0062\u0061\u0073\u0065\u0020\u0028\u0025v\u0029",_ecee ); +return nil ,_ceace ;};_eggbb ,_cffc :=NewPdfColorspaceFromPdfObject (_cbga );if _cffc !=nil {return nil ,_cffc ;};_cgdb .Base =_eggbb ;_cbga =_gfeb .Get (2);_ddcc ,_cffc :=_bda .GetNumberAsInt64 (_cbga );if _cffc !=nil {return nil ,_cffc ;};if _ddcc > 255{return nil ,_c .Errorf ("\u0069n\u0064\u0065\u0078\u0065d\u0020\u0043\u0053\u003a\u0020I\u006ev\u0061l\u0069\u0064\u0020\u0068\u0069\u0076\u0061l"); +};_cgdb .HiVal =int (_ddcc );_cbga =_gfeb .Get (3);_cgdb .Lookup =_cbga ;_cbga =_bda .TraceToDirectObject (_cbga );var _gfdbg []byte ;if _cgdc ,_cdda :=_cbga .(*_bda .PdfObjectString );_cdda {_gfdbg =_cgdc .Bytes ();_ed .Log .Trace ("\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0020\u0064",_gfdbg ); +}else if _cfdb ,_dgba :=_cbga .(*_bda .PdfObjectStream );_dgba {_ed .Log .Trace ("\u0049n\u0064e\u0078\u0065\u0064\u0020\u0073t\u0072\u0065a\u006d\u003a\u0020\u0025\u0073",_cbga .String ());_ed .Log .Trace ("\u0045\u006e\u0063\u006fde\u0064\u0020\u0028\u0025\u0064\u0029\u0020\u003a\u0020\u0025\u0023\u0020\u0078",len (_cfdb .Stream ),_cfdb .Stream ); +_efbe ,_geac :=_bda .DecodeStream (_cfdb );if _geac !=nil {return nil ,_geac ;};_ed .Log .Trace ("\u0044e\u0063o\u0064\u0065\u0064\u0020\u0028%\u0064\u0029 \u003a\u0020\u0025\u0020\u0058",len (_efbe ),_efbe );_gfdbg =_efbe ;}else {_ed .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_cbga ); +return nil ,_c .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076a\u006ci\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};if len (_gfdbg )< _cgdb .Base .GetNumComponents ()*(_cgdb .HiVal +1){_ed .Log .Debug ("\u0050\u0044\u0046\u0020\u0049\u006e\u0063o\u006d\u0070\u0061t\u0069\u0062\u0069\u006ci\u0074\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074\u006f\u006f\u0020\u0073\u0068\u006f\u0072\u0074"); +_ed .Log .Debug ("\u0046\u0061i\u006c\u002c\u0020\u006c\u0065\u006e\u0028\u0064\u0061\u0074\u0061\u0029\u003a\u0020\u0025\u0064\u002c\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u002c\u0020\u0068\u0069\u0056\u0061\u006c\u003a\u0020\u0025\u0064",len (_gfdbg ),_cgdb .Base .GetNumComponents (),_cgdb .HiVal ); +}else {_gfdbg =_gfdbg [:_cgdb .Base .GetNumComponents ()*(_cgdb .HiVal +1)];};_cgdb ._gfda =_gfdbg ;return _cgdb ,nil ;}; -// ParsePdfObject parses input pdf object into given output intent. -func (_fdaf *PdfOutputIntent )ParsePdfObject (object _cee .PdfObject )error {_gfbb ,_agce :=_cee .GetDict (object );if !_agce {_fca .Log .Error ("\u0055\u006e\u006bno\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u003a\u0020%\u0054 \u0066o\u0072 \u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074",object ); -return _cdf .New ("\u0075\u006e\u006b\u006e\u006fw\u006e\u0020\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020t\u0079\u0070\u0065\u0020\u0066\u006f\u0072\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0069\u006e\u0074\u0065\u006e\u0074"); -};_fdaf ._eebee =_gfbb ;_fdaf .Type ,_ =_gfbb .GetString ("\u0054\u0079\u0070\u0065");_eeba ,_agce :=_gfbb .GetString ("\u0053");if _agce {switch _eeba {case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00411":_fdaf .S =PdfOutputIntentTypeA1 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00412":_fdaf .S =PdfOutputIntentTypeA2 ; -case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00413":_fdaf .S =PdfOutputIntentTypeA3 ;case "\u0047T\u0053\u005f\u0050\u0044\u0046\u00414":_fdaf .S =PdfOutputIntentTypeA4 ;case "\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0058":_fdaf .S =PdfOutputIntentTypeX ; -};};_fdaf .OutputCondition ,_ =_gfbb .GetString ("\u004fu\u0074p\u0075\u0074\u0043\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e");_fdaf .OutputConditionIdentifier ,_ =_gfbb .GetString ("\u004fu\u0074\u0070\u0075\u0074C\u006f\u006e\u0064\u0069\u0074i\u006fn\u0049d\u0065\u006e\u0074\u0069\u0066\u0069\u0065r"); -_fdaf .RegistryName ,_ =_gfbb .GetString ("\u0052\u0065\u0067i\u0073\u0074\u0072\u0079\u004e\u0061\u006d\u0065");_fdaf .Info ,_ =_gfbb .GetString ("\u0049\u006e\u0066\u006f");if _cgcfg ,_gegdc :=_cee .GetStream (_gfbb .Get ("\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072o\u0066\u0069\u006c\u0065")); -_gegdc {_fdaf .ColorComponents ,_ =_cee .GetIntVal (_cgcfg .Get ("\u004e"));_bfcae ,_egbe :=_cee .DecodeStream (_cgcfg );if _egbe !=nil {return _egbe ;};_fdaf .DestOutputProfile =_bfcae ;};return nil ;};func (_ffea *Image )getSuitableEncoder ()(_cee .StreamEncoder ,error ){var (_ebbgc ,_cafeb =int (_ffea .Width ),int (_ffea .Height ); -_cbbe =make (map[string ]bool );_afadc =true ;_dfdgf =false ;_fgeee =func ()*_cee .DCTEncoder {return _cee .NewDCTEncoder ()};_gbad =func ()*_cee .DCTEncoder {_ffae :=_cee .NewDCTEncoder ();_ffae .BitsPerComponent =16;return _ffae };);for _efea :=0;_efea < _cafeb ; -_efea ++{for _egac :=0;_egac < _ebbgc ;_egac ++{_eecb ,_abgag :=_ffea .ColorAt (_egac ,_efea );if _abgag !=nil {return nil ,_abgag ;};_bafa ,_aacfg ,_eccac ,_ggde :=_eecb .RGBA ();if _afadc &&(_bafa !=_aacfg ||_bafa !=_eccac ||_aacfg !=_eccac ){_afadc =false ; -};if !_dfdgf {switch _eecb .(type ){case _f .NRGBA :_dfdgf =_ggde > 0;};};_cbbe [_e .Sprintf ("\u0025\u0064\u002c\u0025\u0064\u002c\u0025\u0064",_bafa ,_aacfg ,_eccac )]=true ;if len (_cbbe )> 2&&_dfdgf {return _gbad (),nil ;};};};if _dfdgf ||len (_ffea ._cbfg )> 0{return _cee .NewFlateEncoder (),nil ; -};if len (_cbbe )<=2{_cdagg :=_ffea .ConvertToBinary ();if _cdagg !=nil {return nil ,_cdagg ;};return _cee .NewJBIG2Encoder (),nil ;};if _afadc {return _fgeee (),nil ;};if _ffea .ColorComponents ==1{if _ffea .BitsPerComponent ==1{return _cee .NewJBIG2Encoder (),nil ; -}else if _ffea .BitsPerComponent ==8{_fbfeb :=_cee .NewDCTEncoder ();_fbfeb .ColorComponents =1;return _fbfeb ,nil ;};}else if _ffea .ColorComponents ==3{if _ffea .BitsPerComponent ==8{return _fgeee (),nil ;}else if _ffea .BitsPerComponent ==16{return _gbad (),nil ; -};}else if _ffea .ColorComponents ==4{_bafae :=_gbad ();_bafae .ColorComponents =4;return _bafae ,nil ;};return _gbad (),nil ;}; +// SetPrintPageRange sets the value of the printPageRange. +func (_aaae *ViewerPreferences )SetPrintPageRange (printPageRange []int ){_aaae ._edffc =printPageRange ;}; -// ButtonType represents the subtype of a button field, can be one of: -// - Checkbox (ButtonTypeCheckbox) -// - PushButton (ButtonTypePushButton) -// - RadioButton (ButtonTypeRadioButton) -type ButtonType int ; +// GetDescent returns the Descent of the font `descriptor`. +func (_dcbf *PdfFontDescriptor )GetDescent ()(float64 ,error ){return _bda .GetNumberAsFloat (_dcbf .Descent );};var _cbbeb =false ; -// GetVersion gets the document version. -func (_fgcef *PdfWriter )GetVersion ()_cee .Version {return _fgcef ._gceef }; +// ToPdfObject implements interface PdfModel. +func (_bfad *PdfAnnotationStrikeOut )ToPdfObject ()_bda .PdfObject {_bfad .PdfAnnotation .ToPdfObject ();_bfff :=_bfad ._ged ;_fafd :=_bfff .PdfObject .(*_bda .PdfObjectDictionary );_bfad .PdfAnnotationMarkup .appendToPdfDictionary (_fafd );_fafd .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053t\u0072\u0069\u006b\u0065\u004f\u0075t")); +_fafd .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_bfad .QuadPoints );return _bfff ;}; -// PdfColorspaceCalGray represents CalGray color space. -type PdfColorspaceCalGray struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma float64 ;_afbg *_cee .PdfIndirectObject ;};var _ pdfFont =(*pdfFontType3 )(nil ); +// HasExtGState checks whether a font is defined by the specified keyName. +func (_egcgec *PdfPageResources )HasExtGState (keyName _bda .PdfObjectName )bool {_ ,_aafac :=_egcgec .GetFontByName (keyName );return _aafac ;}; -// PdfColorspaceDeviceRGB represents an RGB colorspace. -type PdfColorspaceDeviceRGB struct{};func (_cbcf *PdfFunctionType0 )processSamples ()error {_decfc :=_ag .ResampleBytes (_cbcf ._bbdc ,_cbcf .BitsPerSample );_cbcf ._efcg =_decfc ;return nil ;}; +// SetContext sets the sub action (context). +func (_bb *PdfAction )SetContext (ctx PdfModel ){_bb ._edd =ctx }; -// String implements interface PdfObject. -func (_ab *PdfAction )String ()string {_gb ,_dag :=_ab .ToPdfObject ().(*_cee .PdfIndirectObject );if _dag {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_ab ._afe ,_gb .PdfObject .String ());};return "";};var (_adcc =_bgc .MustCompile ("\u005cd\u002b\u0020\u0064\u0069c\u0074\u005c\u0073\u002b\u0028d\u0075p\u005cs\u002b\u0029\u003f\u0062\u0065\u0067\u0069n"); -_bgfgf =_bgc .MustCompile ("\u005e\u005cs\u002a\u002f\u0028\u005c\u0053\u002b\u003f\u0029\u005c\u0073\u002b\u0028\u002e\u002b\u003f\u0029\u005c\u0073\u002b\u0064\u0065\u0066\\s\u002a\u0024");_fcbea =_bgc .MustCompile ("\u005e\u005c\u0073*\u0064\u0075\u0070\u005c\u0073\u002b\u0028\u005c\u0064\u002b\u0029\u005c\u0073\u002a\u002f\u0028\u005c\u0077\u002b\u003f\u0029\u0028\u003f\u003a\u005c\u002e\u005c\u0064\u002b)\u003f\u005c\u0073\u002b\u0070\u0075\u0074\u0024"); -_cgbec ="\u002f\u0045\u006e\u0063od\u0069\u006e\u0067\u0020\u0032\u0035\u0036\u0020\u0061\u0072\u0072\u0061\u0079";_edecc ="\u0072\u0065\u0061d\u006f\u006e\u006c\u0079\u0020\u0064\u0065\u0066";_fcgce ="\u0063\u0075\u0072\u0072\u0065\u006e\u0074\u0066\u0069\u006c\u0065\u0020e\u0065\u0078\u0065\u0063"; -); +// ToPdfObject implements interface PdfModel. +func (_gagf *PdfActionThread )ToPdfObject ()_bda .PdfObject {_gagf .PdfAction .ToPdfObject ();_deg :=_gagf ._gg ;_gf :=_deg .PdfObject .(*_bda .PdfObjectDictionary );_gf .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeThread )));if _gagf .F !=nil {_gf .Set ("\u0046",_gagf .F .ToPdfObject ()); +};_gf .SetIfNotNil ("\u0044",_gagf .D );_gf .SetIfNotNil ("\u0042",_gagf .B );return _deg ;};func (_baee fontCommon )fontFlags ()int {if _baee ._bedea ==nil {return 0;};return _baee ._bedea ._fcba ;}; -// R returns the value of the red component of the color. -func (_bafd *PdfColorDeviceRGB )R ()float64 {return _bafd [0]}; +// ToPdfObject implements interface PdfModel. +func (_cgcf *EmbeddedFile )ToPdfObject ()_bda .PdfObject {_fbgf :=_bda .NewFlateEncoder ();_afeec ,_fbfe :=_bda .MakeStream (_cgcf .Content ,_fbgf );if _fbfe !=nil {_ed .Log .Debug ("\u0046\u0061\u0069\u006c\u0065d\u0020\u0074\u006f\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0020\u0065\u006db\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_fbfe ); +return nil ;};_aaeb :=_afeec .PdfObjectDictionary ;_aaeb .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0045\u006d\u0062e\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065"));_aaeb .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeEncodedString ("\u0074\u0065\u0078\u0074\u002f\u0070\u006c\u0061\u0069\u006e",true )); +_bbgbg :=_bda .MakeDict ();_bbgbg .Set ("\u0043\u0068\u0065\u0063\u006b\u0053\u0075\u006d",_bda .MakeString (_cgcf .Hash [:]));_bbgbg .Set ("\u0053\u0069\u007a\u0065",_bda .MakeInteger (int64 (len (_cgcf .Content ))));_bfcb :=_cgcf .CreationTime ;if _bfcb .IsZero (){_bfcb =_ad .Now (); +};_cadb :=_cgcf .ModTime ;if _cadb .IsZero (){_cadb =_bfcb ;};_eeaca ,_fbfe :=NewPdfDateFromTime (_bfcb );if _fbfe !=nil {_ed .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_fbfe ); +return nil ;};_ecag ,_fbfe :=NewPdfDateFromTime (_cadb );if _fbfe !=nil {_ed .Log .Debug ("\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074o\u0020\u0063\u0072ea\u0074\u0065\u0020\u0065\u006d\u0062e\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0063\u0072\u0065\u0061\u0074i\u006f\u006e\u0020\u0064\u0061\u0074\u0065\u003a \u0025\u0076",_fbfe ); +return nil ;};_bbgbg .Set ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_eeaca .ToPdfObject ());_bbgbg .Set ("\u004do\u0064\u0044\u0061\u0074\u0065",_ecag .ToPdfObject ());_aaeb .Set ("\u0050\u0061\u0072\u0061\u006d\u0073",_bbgbg ); +_efffg :=_bda .MakeDict ();_efffg .Set (*_bda .MakeName ("\u0046"),_afeec );return _efffg ;}; -// SetAnnotations sets the annotations list. -func (_efagd *PdfPage )SetAnnotations (annotations []*PdfAnnotation ){_efagd ._eeaba =annotations };func (_ggaf *PdfWriter )writeObjectsInStreams (_bfdde map[_cee .PdfObject ]bool )error {for _ ,_edeeb :=range _ggaf ._gccff {if _bdfag :=_bfdde [_edeeb ]; -_bdfag {continue ;};_ebbff :=int64 (0);switch _ggebgf :=_edeeb .(type ){case *_cee .PdfIndirectObject :_ebbff =_ggebgf .ObjectNumber ;case *_cee .PdfObjectStream :_ebbff =_ggebgf .ObjectNumber ;case *_cee .PdfObjectStreams :_ebbff =_ggebgf .ObjectNumber ; -case *_cee .PdfObjectDictionary ,*_cee .PdfObjectString :default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020U\u006e\u0073\u0075p\u0070\u006f\u0072t\u0065\u0064 \u0074\u0079\u0070\u0065\u0020\u0069n\u0020wr\u0069\u0074\u0065\u0072\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u003a\u0020\u0025\u0054\u0020\u0028\u0074\u0079\u0070\u0065\u0020\u0025\u0054\u0029",_edeeb ,_ggebgf ); -return ErrTypeCheck ;};if _ggaf ._ddafb !=nil &&_edeeb !=_ggaf ._bbfag {_bafga :=_ggaf ._ddafb .Encrypt (_edeeb ,_ebbff ,0);if _bafga !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0065\u006e\u0063\u0072\u0079\u0070\u0074\u0069\u006e\u0067\u0020(%\u0073\u0029",_bafga ); -return _bafga ;};};_ggaf .writeObject (int (_ebbff ),_edeeb );};return nil ;}; +// SetPrintScaling sets the value of the printScaling. +func (_fgdgb *ViewerPreferences )SetPrintScaling (printScaling PrintScaling ){_fgdgb ._ecffgg =printScaling ;}; -// ToPdfObject implements interface PdfModel. -func (_abaa *PdfAnnotationTrapNet )ToPdfObject ()_cee .PdfObject {_abaa .PdfAnnotation .ToPdfObject ();_gdc :=_abaa ._eddc ;_cfaa :=_gdc .PdfObject .(*_cee .PdfObjectDictionary );_cfaa .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0054r\u0061\u0070\u004e\u0065\u0074")); -return _gdc ;};func (_abge *PdfWriter )makeOffSetReference (_dgcde int64 ){_facgd :=_e .Sprintf ("\u0073\u0074\u0061\u0072\u0074\u0078\u0072\u0065\u0066\u000a\u0025\u0064\u000a",_dgcde );_abge .writeString (_facgd );_abge .writeString ("\u0025\u0025\u0045\u004f\u0046\u000a"); -};func _aeafc (_cgaeg *fontCommon )*pdfCIDFontType0 {return &pdfCIDFontType0 {fontCommon :*_cgaeg }}; +// PdfTilingPattern is a Tiling pattern that consists of repetitions of a pattern cell with defined intervals. +// It is a type 1 pattern. (PatternType = 1). +// A tiling pattern is represented by a stream object, where the stream content is +// a content stream that describes the pattern cell. +type PdfTilingPattern struct{*PdfPattern ;PaintType *_bda .PdfObjectInteger ;TilingType *_bda .PdfObjectInteger ;BBox *PdfRectangle ;XStep *_bda .PdfObjectFloat ;YStep *_bda .PdfObjectFloat ;Resources *PdfPageResources ;Matrix *_bda .PdfObjectArray ;}; -// StringToCharcodeBytes maps the provided string runes to charcode bytes and -// it returns the resulting slice of bytes, along with the number of runes -// which could not be converted. If the number of misses is 0, all string runes -// were successfully converted. -func (_bddbdg *PdfFont )StringToCharcodeBytes (str string )([]byte ,int ){return _bddbdg .RunesToCharcodeBytes ([]rune (str ));}; -// GetPdfName returns the PDF name used to indicate the border style. -// (Table 166 p. 395). -func (_bddfg *BorderStyle )GetPdfName ()string {switch *_bddfg {case BorderStyleSolid :return "\u0053";case BorderStyleDashed :return "\u0044";case BorderStyleBeveled :return "\u0042";case BorderStyleInset :return "\u0049";case BorderStyleUnderline :return "\u0055"; -};return "";}; +// PdfFieldButton represents a button field which includes push buttons, checkboxes, and radio buttons. +type PdfFieldButton struct{*PdfField ;Opt *_bda .PdfObjectArray ;_gbcbd *Image ;}; -// ToPdfObject implements interface PdfModel. -func (_dagb *PdfAnnotationSound )ToPdfObject ()_cee .PdfObject {_dagb .PdfAnnotation .ToPdfObject ();_agbe :=_dagb ._eddc ;_gfbf :=_agbe .PdfObject .(*_cee .PdfObjectDictionary );_dagb .PdfAnnotationMarkup .appendToPdfDictionary (_gfbf );_gfbf .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u006f\u0075n\u0064")); -_gfbf .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_dagb .Sound );_gfbf .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dagb .Name );return _agbe ;};func (_ddae *PdfWriter )setDocumentIDs (_fffac ,_daad string ){_ddae ._aeffd =_cee .MakeArray (_cee .MakeHexString (_fffac ),_cee .MakeHexString (_daad )); -};func (_dbage *PdfColorspaceDeviceRGB )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";};func (_eeaga *PdfReader )newPdfAcroFormFromDict (_abga *_cee .PdfIndirectObject ,_eadb *_cee .PdfObjectDictionary )(*PdfAcroForm ,error ){_dgcgf :=NewPdfAcroForm (); -if _abga !=nil {_dgcgf ._cebbd =_abga ;_abga .PdfObject =_cee .MakeDict ();};if _bbee :=_eadb .Get ("\u0046\u0069\u0065\u006c\u0064\u0073");_bbee !=nil &&!_cee .IsNullObject (_bbee ){_efddc ,_bbfa :=_cee .GetArray (_bbee );if !_bbfa {return nil ,_e .Errorf ("\u0066i\u0065\u006c\u0064\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_bbee ); -};var _bdfc []*PdfField ;for _ ,_daacg :=range _efddc .Elements (){_bdfaf ,_cddfd :=_cee .GetIndirect (_daacg );if !_cddfd {if _ ,_gdbb :=_daacg .(*_cee .PdfObjectNull );_gdbb {_fca .Log .Trace ("\u0053k\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006f\u0076\u0065\u0072 \u006e\u0075\u006c\u006c\u0020\u0066\u0069\u0065\u006c\u0064"); -continue ;};_fca .Log .Debug ("\u0046\u0069\u0065\u006c\u0064 \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0064 \u0069\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_daacg ); -return nil ,_e .Errorf ("\u0066\u0069\u0065l\u0064\u0020\u006e\u006ft\u0020\u0069\u006e\u0020\u0061\u006e\u0020i\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_aefgg ,_egeab :=_eeaga .newPdfFieldFromIndirectObject (_bdfaf ,nil ); -if _egeab !=nil {return nil ,_egeab ;};_fca .Log .Trace ("\u0041\u0063\u0072\u006fFo\u0072\u006d\u0020\u0046\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u002b\u0076",*_aefgg );_bdfc =append (_bdfc ,_aefgg );};_dgcgf .Fields =&_bdfc ;};if _dgfc :=_eadb .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"); -_dgfc !=nil {_ceedc ,_bbeec :=_cee .GetBool (_dgfc );if _bbeec {_dgcgf .NeedAppearances =_ceedc ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u004e\u0065\u0065\u0064\u0041\u0070p\u0065\u0061\u0072\u0061\u006e\u0063e\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006ft\u0020\u0025\u0054\u0029",_dgfc ); -};};if _ebfb :=_eadb .Get ("\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073");_ebfb !=nil {_gfga ,_gbcf :=_cee .GetInt (_ebfb );if _gbcf {_dgcgf .SigFlags =_gfga ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u0046\u006c\u0061\u0067\u0073 \u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_ebfb ); -};};if _dbddc :=_eadb .Get ("\u0043\u004f");_dbddc !=nil {_cedea ,_cfec :=_cee .GetArray (_dbddc );if _cfec {_dgcgf .CO =_cedea ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u004f\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_dbddc ); -};};if _gafed :=_eadb .Get ("\u0044\u0052");_gafed !=nil {if _fagg ,_dagba :=_cee .GetDict (_gafed );_dagba {_gafaf ,_ggcdae :=NewPdfPageResourcesFromDict (_fagg );if _ggcdae !=nil {_fca .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0044R\u003a\u0020\u0025\u0076",_ggcdae ); -return nil ,_ggcdae ;};_dgcgf .DR =_gafaf ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0052\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_gafed );};};if _fgeg :=_eadb .Get ("\u0044\u0041"); -_fgeg !=nil {_gadf ,_bdcabc :=_cee .GetString (_fgeg );if _bdcabc {_dgcgf .DA =_gadf ;}else {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0044\u0041\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",_fgeg ); -};};if _fbcc :=_eadb .Get ("\u0051");_fbcc !=nil {_gdccb ,_bbcad :=_cee .GetInt (_fbcc );if _bbcad {_dgcgf .Q =_gdccb ;}else {_fca .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u0051\u0020\u0069\u006e\u0076a\u006ci\u0064 \u0028\u0067\u006f\u0074\u0020\u0025\u0054)",_fbcc ); -};};if _fcadg :=_eadb .Get ("\u0058\u0046\u0041");_fcadg !=nil {_dgcgf .XFA =_fcadg ;};if _bddee :=_eadb .Get ("\u0041\u0044\u0042\u0045\u005f\u0045\u0063\u0068\u006f\u0053\u0069\u0067\u006e");_bddee !=nil {_dgcgf .ADBEEchoSign =_bddee ;};_dgcgf .ToPdfObject (); -return _dgcgf ,nil ;}; +// ToPdfObject returns colorspace in a PDF object format [name dictionary] +func (_fabef *PdfColorspaceCalRGB )ToPdfObject ()_bda .PdfObject {_ccaga :=&_bda .PdfObjectArray {};_ccaga .Append (_bda .MakeName ("\u0043\u0061\u006c\u0052\u0047\u0042"));_ddec :=_bda .MakeDict ();if _fabef .WhitePoint !=nil {_adgb :=_bda .MakeArray (_bda .MakeFloat (_fabef .WhitePoint [0]),_bda .MakeFloat (_fabef .WhitePoint [1]),_bda .MakeFloat (_fabef .WhitePoint [2])); +_ddec .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_adgb );}else {_ed .Log .Error ("\u0043\u0061l\u0052\u0047\u0042\u003a \u004d\u0069s\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069t\u0065\u0050\u006f\u0069\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029"); +};if _fabef .BlackPoint !=nil {_cddb :=_bda .MakeArray (_bda .MakeFloat (_fabef .BlackPoint [0]),_bda .MakeFloat (_fabef .BlackPoint [1]),_bda .MakeFloat (_fabef .BlackPoint [2]));_ddec .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_cddb ); +};if _fabef .Gamma !=nil {_bagf :=_bda .MakeArray (_bda .MakeFloat (_fabef .Gamma [0]),_bda .MakeFloat (_fabef .Gamma [1]),_bda .MakeFloat (_fabef .Gamma [2]));_ddec .Set ("\u0047\u0061\u006dm\u0061",_bagf );};if _fabef .Matrix !=nil {_cgda :=_bda .MakeArray (_bda .MakeFloat (_fabef .Matrix [0]),_bda .MakeFloat (_fabef .Matrix [1]),_bda .MakeFloat (_fabef .Matrix [2]),_bda .MakeFloat (_fabef .Matrix [3]),_bda .MakeFloat (_fabef .Matrix [4]),_bda .MakeFloat (_fabef .Matrix [5]),_bda .MakeFloat (_fabef .Matrix [6]),_bda .MakeFloat (_fabef .Matrix [7]),_bda .MakeFloat (_fabef .Matrix [8])); +_ddec .Set ("\u004d\u0061\u0074\u0072\u0069\u0078",_cgda );};_ccaga .Append (_ddec );if _fabef ._caacb !=nil {_fabef ._caacb .PdfObject =_ccaga ;return _fabef ._caacb ;};return _ccaga ;}; -// PdfAnnotationStamp represents Stamp annotations. -// (Section 12.5.6.12). -type PdfAnnotationStamp struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Name _cee .PdfObject ;}; +// String returns a string describing the font descriptor. +func (_bfbg *PdfFontDescriptor )String ()string {var _cdbgf []string ;if _bfbg .FontName !=nil {_cdbgf =append (_cdbgf ,_bfbg .FontName .String ());};if _bfbg .FontFamily !=nil {_cdbgf =append (_cdbgf ,_bfbg .FontFamily .String ());};if _bfbg .fontFile !=nil {_cdbgf =append (_cdbgf ,_bfbg .fontFile .String ()); +};if _bfbg ._cgfd !=nil {_cdbgf =append (_cdbgf ,_bfbg ._cgfd .String ());};_cdbgf =append (_cdbgf ,_c .Sprintf ("\u0046\u006f\u006et\u0046\u0069\u006c\u0065\u0033\u003d\u0025\u0074",_bfbg .FontFile3 !=nil ));return _c .Sprintf ("\u0046\u004f\u004e\u0054_D\u0045\u0053\u0043\u0052\u0049\u0050\u0054\u004f\u0052\u007b\u0025\u0073\u007d",_ab .Join (_cdbgf ,"\u002c\u0020")); +}; -// PdfAppender appends new PDF content to an existing PDF document via incremental updates. -type PdfAppender struct{_dege _fc .ReadSeeker ;_cbdb *_cee .PdfParser ;_ebdd *PdfReader ;Reader *PdfReader ;_afca []*PdfPage ;_ceed *PdfAcroForm ;_ccee *DSS ;_dbec *Permissions ;_beg _cee .XrefTable ;_aaf int64 ;_cdbef int ;_eccb []_cee .PdfObject ;_efdc map[_cee .PdfObject ]struct{}; -_edae map[_cee .PdfObject ]int64 ;_abda map[_cee .PdfObject ]struct{};_gabb map[_cee .PdfObject ]struct{};_gbcc int64 ;_ccd bool ;_cbac string ;_beb *EncryptOptions ;_eafc *PdfInfo ;}; +// ToPdfObject converts the structure tree root to a PDF object. +func (_ffda *StructTreeRoot )ToPdfObject ()_bda .PdfObject {_ffeff :=_ffda ._addd ;if _ffeff ==nil {_ffeff =&_bda .PdfIndirectObject {};_ffeff .PdfObject =_bda .MakeDict ();};_facdb :=_ffeff .PdfObject .(*_bda .PdfObjectDictionary );var _fgce _bda .PdfObject ; +if len (_ffda .K )==1{_fgce =_bda .MakeIndirectObject (_ffda .K [0].ToPdfObject ());}else {_aagb :=_bda .MakeArray ();for _ ,K :=range _ffda .K {_aagb .Append (_bda .MakeIndirectObject (K .ToPdfObject ()));};_fgce =_aagb ;};var (_beabc =[]_bda .PdfObject {}; +_afgd =map[_bda .PdfObject ][]_bda .PdfObject {};_bbde =map[string ]_bda .PdfObject {};);_dcab (_fgce ,_ffeff ,_afgd ,_bbde ,&_beabc );_facdb .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065e\u0052\u006f\u006f\u0074")); +_facdb .Set ("\u004b",_fgce );if _ffda .IDTree !=nil {_facdb .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_bda .MakeIndirectObject (_ffda .IDTree .ToPdfObject ()));}else if len (_bbde )> 0{_dbag :=_bda .MakeArray ();_ebcc :=make ([]string ,0,len (_bbde )); +for _cadebd :=range _bbde {_ebcc =append (_ebcc ,_cadebd );};_cb .Strings (_ebcc );for _ ,_cedea :=range _ebcc {_dbag .Append (_bda .MakeString (_cedea ));_dbag .Append (_bbde [_cedea ]);};_ffda .IDTree =&IDTree {Names :_dbag ,Limits :_bda .MakeArray (_bda .MakeString (_ebcc [0]),_bda .MakeString (_ebcc [len (_ebcc )-1]))}; +_facdb .Set ("\u0049\u0044\u0054\u0072\u0065\u0065",_bda .MakeIndirectObject (_ffda .IDTree .ToPdfObject ()));};if _ffda .ParentTree !=nil {_facdb .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_bda .MakeIndirectObject (_ffda .ParentTree )); +}else if len (_afgd )> 0||len (_beabc )> 0{_dcbbg :=_bda .MakeArray ();_dgfgg :=0;for _aaabg ,_gfdfe :=range _afgd {_dcebc :=_bda .MakeArray ();for _ ,_egecbg :=range _gfdfe {_dcebc .Append (_egecbg );};_ebbcd :=_bda .MakeInteger (int64 (_dgfgg ));_dcbbg .Append (_ebbcd ); +_dcbbg .Append (_bda .MakeIndirectObject (_dcebc ));if _bbbcb ,_adace :=_bda .GetIndirect (_aaabg );_adace {if _fdbcg ,_bbeca :=_bda .GetDict (_bbbcb .PdfObject );_bbeca {_cgcae :=_fdbcg .Get ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073"); +if _cgcae !=nil {if _egfdf ,_geddc :=_bda .GetIntVal (_cgcae );_geddc {if _dgfgg < _egfdf {_fdbcg .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_ebbcd );};};}else {_fdbcg .Set ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_ebbcd ); +};};};_dgfgg ++;};_febfc :=func (_eefga _bda .PdfObject ,_gfbgg *_bda .PdfObjectDictionary )bool {if _cabfb :=_gfbgg .Get ("\u004f\u0062\u006a");_cabfb !=nil {if _dbbfbf ,_afgee :=_bda .GetDict (_cabfb );_afgee {_gcfgg :=_dbbfbf .Get ("\u0054\u0079\u0070\u0065"); +_aced :=_dbbfbf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");if _gcfgg !=nil &&_gcfgg .String ()=="\u0041\u006e\u006eo\u0074"&&_aced !=nil &&_aced .String ()=="\u004c\u0069\u006e\u006b"{_cgdg :=_bda .MakeInteger (int64 (_dgfgg ));_dbbfbf .Set ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_cgdg ); +_dcbbg .Append (_cgdg );_dcbbg .Append (_eefga );_dgfgg ++;return true ;};};};return false ;};for _ ,_gaebe :=range _beabc {if _ffcbe ,_cgddd :=_bda .GetDict (_gaebe );_cgddd {if _ceafd :=_ffcbe .Get ("\u0053");_ceafd !=nil {if _defdc ,_aafed :=_bda .GetNameVal (_ceafd ); +_aafed &&_defdc ==StructureTypeLink {if _gbacad :=_ffcbe .Get ("\u004b");_gbacad !=nil {if _eebad ,_fdacc :=_bda .GetArray (_gbacad );_fdacc {for _ ,_fefeb :=range _eebad .Elements (){if _ffca ,_gfebb :=_bda .GetDict (_fefeb );_gfebb {_febfc (_gaebe ,_ffca ); +};};}else if _acabbf ,_dbfdaf :=_bda .GetDict (_gbacad );_dbfdaf {_febfc (_gaebe ,_acabbf );};};};};};};_ffda .ParentTree =_bda .MakeDict ();_ffda .ParentTree .Set ("\u004e\u0075\u006d\u0073",_dcbbg );_ffda .ParentTreeNextKey =int64 (_dgfgg );_facdb .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065",_bda .MakeIndirectObject (_ffda .ParentTree )); +};_facdb .Set ("\u0050\u0061\u0072\u0065\u006e\u0074\u0054\u0072\u0065\u0065\u004e\u0065x\u0074\u004b\u0065\u0079",_bda .MakeInteger (_ffda .ParentTreeNextKey ));if _ffda .RoleMap !=nil {_facdb .Set ("\u0052o\u006c\u0065\u004d\u0061\u0070",_ffda .RoleMap ); +};if _ffda .ClassMap !=nil {_facdb .Set ("\u0043\u006c\u0061\u0073\u0073\u004d\u0061\u0070",_ffda .ClassMap );};return _ffeff ;}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_fagbc *PdfShadingType6 )ToPdfObject ()_cee .PdfObject {_fagbc .PdfShading .ToPdfObject ();_afgaa ,_fcfg :=_fagbc .getShadingDict ();if _fcfg !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _fagbc .BitsPerCoordinate !=nil {_afgaa .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_fagbc .BitsPerCoordinate );};if _fagbc .BitsPerComponent !=nil {_afgaa .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_fagbc .BitsPerComponent ); -};if _fagbc .BitsPerFlag !=nil {_afgaa .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_fagbc .BitsPerFlag );};if _fagbc .Decode !=nil {_afgaa .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_fagbc .Decode );};if _fagbc .Function !=nil {if len (_fagbc .Function )==1{_afgaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fagbc .Function [0].ToPdfObject ()); -}else {_fbffg :=_cee .MakeArray ();for _ ,_fddg :=range _fagbc .Function {_fbffg .Append (_fddg .ToPdfObject ());};_afgaa .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fbffg );};};return _fagbc ._dfgbe ;}; +// GetRuneMetrics returns the character metrics for the specified rune. +// A bool flag is returned to indicate whether or not the entry was found. +func (_cecfd pdfCIDFontType2 )GetRuneMetrics (r rune )(_geg .CharMetrics ,bool ){_bded ,_dfdgg :=_cecfd ._dgccg [r ];if !_dfdgg {_dgbf ,_gcfef :=_bda .GetInt (_cecfd .DW );if !_gcfef {return _geg .CharMetrics {},false ;};_bded =int (*_dgbf );};return _geg .CharMetrics {Wx :float64 (_bded )},true ; +}; -// GetAscent returns the Ascent of the font `descriptor`. -func (_gcdd *PdfFontDescriptor )GetAscent ()(float64 ,error ){return _cee .GetNumberAsFloat (_gcdd .Ascent );};func (_ggea *PdfReader )newPdfAnnotationPopupFromDict (_bagb *_cee .PdfObjectDictionary )(*PdfAnnotationPopup ,error ){_befd :=PdfAnnotationPopup {}; -_befd .Parent =_bagb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074");_befd .Open =_bagb .Get ("\u004f\u0070\u0065\u006e");return &_befd ,nil ;}; +// FieldFlag represents form field flags. Some of the flags can apply to all types of fields whereas other +// flags are specific. +type FieldFlag uint32 ; -// KValue is a wrapper object to hold various type of K's children objects. -type KValue struct{_aedde *KDict ;_abcfb _cee .PdfObject ;_dfcf *int ;}; +// NewPdfAnnotationFreeText returns a new free text annotation. +func NewPdfAnnotationFreeText ()*PdfAnnotationFreeText {_gaeb :=NewPdfAnnotation ();_ggbac :=&PdfAnnotationFreeText {};_ggbac .PdfAnnotation =_gaeb ;_ggbac .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_gaeb .SetContext (_ggbac );return _ggbac ;};func NewViewerPreferencesFromPdfObject (obj _bda .PdfObject )(*ViewerPreferences ,error ){_fdcag :=_bda .ResolveReference (obj ); +_agfaf ,_cfbd :=_bda .GetDict (_fdcag );if !_cfbd {return nil ,_c .Errorf ("e\u0078\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0076i\u0065\u0077\u0065\u0072\u0020\u0070\u0072ef\u0065\u0072\u0065\u006ec\u0065\u0073\u0020\u0069\u0073\u0020\u006e\u006f\u0074 a\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +};_bbbbg :=NewViewerPreferences ();if _cegbc :=_agfaf .Get ("H\u0069\u0064\u0065\u0054\u006f\u006f\u006c\u0062\u0061\u0072");_cegbc !=nil {if _gcbba ,_fgbaa :=_bda .GetBool (_cegbc );_fgbaa {_bbbbg ._dgdec =(*bool )(_gcbba );};};if _ecdeg :=_agfaf .Get ("H\u0069\u0064\u0065\u004d\u0065\u006e\u0075\u0062\u0061\u0072"); +_ecdeg !=nil {if _dfafe ,_gcedc :=_bda .GetBool (_ecdeg );_gcedc {_bbbbg ._acbcd =(*bool )(_dfafe );};};if _gcgef :=_agfaf .Get ("\u0048\u0069\u0064e\u0057\u0069\u006e\u0064\u006f\u0077\u0055\u0049");_gcgef !=nil {if _caabg ,_fafdd :=_bda .GetBool (_gcgef ); +_fafdd {_bbbbg ._bcddd =(*bool )(_caabg );};};if _bfgad :=_agfaf .Get ("\u0046i\u0074\u0057\u0069\u006e\u0064\u006fw");_bfgad !=nil {if _dgbab ,_cccde :=_bda .GetBool (_bfgad );_cccde {_bbbbg ._gaefd =(*bool )(_dgbab );};};if _abab :=_agfaf .Get ("\u0043\u0065\u006et\u0065\u0072\u0057\u0069\u006e\u0064\u006f\u0077"); +_abab !=nil {if _agfeb ,_gfbde :=_bda .GetBool (_abab );_gfbde {_bbbbg ._ecaag =(*bool )(_agfeb );};};if _gdaag :=_agfaf .Get ("\u0044i\u0073p\u006c\u0061\u0079\u0044\u006f\u0063\u0054\u0069\u0074\u006c\u0065");_gdaag !=nil {if _eabbf ,_egdgbe :=_bda .GetBool (_gdaag ); +_egdgbe {_bbbbg ._ddeed =(*bool )(_eabbf );};};if _eeacbe :=_agfaf .Get ("N\u006f\u006e\u0046\u0075ll\u0053c\u0072\u0065\u0065\u006e\u0050a\u0067\u0065\u004d\u006f\u0064\u0065");_eeacbe !=nil {if _ecggb ,_fgfdf :=_bda .GetName (_eeacbe );_fgfdf {_bbbbg ._egeea =NonFullScreenPageMode (*_ecggb ); +};};if _gbcee :=_agfaf .Get ("\u0044i\u0072\u0065\u0063\u0074\u0069\u006fn");_gbcee !=nil {if _ddadg ,_fdefff :=_bda .GetName (_gbcee );_fdefff {_bbbbg ._gbacc =Direction (*_ddadg );};};if _fbcbfe :=_agfaf .Get ("\u0056\u0069\u0065\u0077\u0041\u0072\u0065\u0061"); +_fbcbfe !=nil {if _egfffa ,_dgfbe :=_bda .GetName (_fbcbfe );_dgfbe {_bbbbg ._adbff =PageBoundary (*_egfffa );};};if _dagbe :=_agfaf .Get ("\u0056\u0069\u0065\u0077\u0043\u006c\u0069\u0070");_dagbe !=nil {if _ababg ,_gafcc :=_bda .GetName (_dagbe );_gafcc {_bbbbg ._adecc =PageBoundary (*_ababg ); +};};if _fagfgf :=_agfaf .Get ("\u0050r\u0069\u006e\u0074\u0041\u0072\u0065a");_fagfgf !=nil {if _deccdb ,_agdfa :=_bda .GetName (_fagfgf );_agdfa {_bbbbg ._geeda =PageBoundary (*_deccdb );};};if _gagbg :=_agfaf .Get ("\u0050r\u0069\u006e\u0074\u0043\u006c\u0069p"); +_gagbg !=nil {if _bgdg ,_aagce :=_bda .GetName (_gagbg );_aagce {_bbbbg ._eefag =PageBoundary (*_bgdg );};};if _acdfb :=_agfaf .Get ("\u0050\u0072\u0069n\u0074\u0053\u0063\u0061\u006c\u0069\u006e\u0067");_acdfb !=nil {if _gfaab ,_ddaff :=_bda .GetName (_acdfb ); +_ddaff {_bbbbg ._ecffgg =PrintScaling (*_gfaab );};};if _ebcac :=_agfaf .Get ("\u0044\u0075\u0070\u006c\u0065\u0078");_ebcac !=nil {if _dcade ,_gaccc :=_bda .GetName (_ebcac );_gaccc {_bbbbg ._bebac =Duplex (*_dcade );};};if _fbbaa :=_agfaf .Get ("\u0050\u0069\u0063\u006b\u0054\u0072\u0061\u0079\u0042\u0079\u0050\u0044F\u0053\u0069\u007a\u0065"); +_fbbaa !=nil {if _dafga ,_afagb :=_bda .GetBool (_fbbaa );_afagb {_bbbbg ._eedfcc =(*bool )(_dafga );};};if _cafda :=_agfaf .Get ("\u0050\u0072\u0069\u006e\u0074\u0050\u0061\u0067\u0065R\u0061\u006e\u0067\u0065");_cafda !=nil {if _abecf ,_eadba :=_bda .GetArray (_cafda ); +_eadba {_bbbbg ._edffc =make ([]int ,_abecf .Len ());for _ecddbe :=range _bbbbg ._edffc {if _dgdab :=_abecf .Get (_ecddbe );_dgdab !=nil {if _ggfgb ,_aecba :=_bda .GetInt (_dgdab );_aecba {_bbbbg ._edffc [_ecddbe ]=int (*_ggfgb );};};};};};if _fbfbb :=_agfaf .Get ("\u004eu\u006d\u0043\u006f\u0070\u0069\u0065s"); +_fbfbb !=nil {if _gbbfd ,_befg :=_bda .GetInt (_fbfbb );_befg {_bbbbg ._eaga =int (*_gbbfd );};};return _bbbbg ,nil ;}; -// SignatureHandlerDocMDP extends SignatureHandler with the ValidateWithOpts method for checking the DocMDP policy. -type SignatureHandlerDocMDP interface{SignatureHandler ; +// PdfAnnotationPolyLine represents PolyLine annotations. +// (Section 12.5.6.9). +type PdfAnnotationPolyLine struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Vertices _bda .PdfObject ;LE _bda .PdfObject ;BS _bda .PdfObject ;IC _bda .PdfObject ;BE _bda .PdfObject ;IT _bda .PdfObject ;Measure _bda .PdfObject ;}; -// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser -// ValidateWithOpts shall contain Validate call -ValidateWithOpts (_fccafg *PdfSignature ,_cbbac Hasher ,_gdfgc SignatureHandlerDocMDPParams )(SignatureValidationResult ,error );}; +// ToPdfObject implements interface PdfModel. +func (_fbac *PdfAnnotationSound )ToPdfObject ()_bda .PdfObject {_fbac .PdfAnnotation .ToPdfObject ();_bbaa :=_fbac ._ged ;_gce :=_bbaa .PdfObject .(*_bda .PdfObjectDictionary );_fbac .PdfAnnotationMarkup .appendToPdfDictionary (_gce );_gce .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053\u006f\u0075n\u0064")); +_gce .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_fbac .Sound );_gce .SetIfNotNil ("\u004e\u0061\u006d\u0065",_fbac .Name );return _bbaa ;}; -// PdfColorspace interface defines the common methods of a PDF colorspace. -// The colorspace defines the data storage format for each color and color representation. -// -// Device based colorspace, specified by name -// - /DeviceGray -// - /DeviceRGB -// - /DeviceCMYK -// -// CIE based colorspace specified by [name, dictionary] -// - [/CalGray dict] -// - [/CalRGB dict] -// - [/Lab dict] -// - [/ICCBased dict] -// -// Special colorspaces -// - /Pattern -// - /Indexed -// - /Separation -// - /DeviceN -// -// Work is in progress to support all colorspaces. At the moment ICCBased color spaces fall back to the alternate -// colorspace which works OK in most cases. For full color support, will need fully featured ICC support. -type PdfColorspace interface{ +// ToPdfObject converts the K dictionary to a PDF object. +func (_ffae *KValue )ToPdfObject ()_bda .PdfObject {if _ffae ._dfafb !=nil {return _bda .MakeIndirectObject (_ffae ._dfafb .ToPdfObject ());};if _ffae ._bfafef !=nil {return _ffae ._bfafef ;};if _ffae ._ecgbg !=nil {return _bda .MakeInteger (int64 (*_ffae ._ecgbg )); +};return nil ;}; -// String returns the PdfColorspace's name. -String ()string ; +// SetEncoder sets the encoding for the underlying font. +// TODO(peterwilliams97): Change function signature to SetEncoder(encoder *textencoding.simpleEncoder). +// TODO(gunnsth): Makes sense if SetEncoder is removed from the interface fonts.Font as proposed in PR #260. +func (_bgbdf *pdfFontSimple )SetEncoder (encoder _dgb .TextEncoder ){_bgbdf ._cbedg =encoder }; -// ImageToRGB converts an Image in a given PdfColorspace to an RGB image. -ImageToRGB (Image )(Image ,error ); +// GetFontByName gets the font specified by keyName. Returns the PdfObject which +// the entry refers to. Returns a bool value indicating whether or not the entry was found. +func (_bceda *PdfPageResources )GetFontByName (keyName _bda .PdfObjectName )(_bda .PdfObject ,bool ){if _bceda .Font ==nil {return nil ,false ;};_eecce ,_gdgb :=_bda .TraceToDirectObject (_bceda .Font ).(*_bda .PdfObjectDictionary );if !_gdgb {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0021\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_bda .TraceToDirectObject (_bceda .Font )); +return nil ,false ;};if _degad :=_eecce .Get (keyName );_degad !=nil {return _degad ,true ;};return nil ,false ;}; -// ColorToRGB converts a single color in a given PdfColorspace to an RGB color. -ColorToRGB (_ccdg PdfColor )(PdfColor ,error ); +// NewPdfActionMovie returns a new "movie" action. +func NewPdfActionMovie ()*PdfActionMovie {_afd :=NewPdfAction ();_cff :=&PdfActionMovie {};_cff .PdfAction =_afd ;_afd .SetContext (_cff );return _cff ;}; -// GetNumComponents returns the number of components in the PdfColorspace. -GetNumComponents ()int ; +// OutlineItem represents a PDF outline item dictionary (Table 153 - pp. 376 - 377). +type OutlineItem struct{Title string `json:"title"`;Dest OutlineDest `json:"dest"`;Entries []*OutlineItem `json:"entries,omitempty"`;}; -// ToPdfObject returns a PdfObject representation of the PdfColorspace. -ToPdfObject ()_cee .PdfObject ; +// NewPdfColorspaceDeviceGray returns a new grayscale colorspace. +func NewPdfColorspaceDeviceGray ()*PdfColorspaceDeviceGray {return &PdfColorspaceDeviceGray {}}; -// ColorFromPdfObjects returns a PdfColor in the given PdfColorspace from an array of PdfObject where each -// PdfObject represents a numeric value. -ColorFromPdfObjects (_adce []_cee .PdfObject )(PdfColor ,error ); +// GetEncryptionMethod returns a descriptive information string about the encryption method used. +func (_bacc *PdfReader )GetEncryptionMethod ()string {_gddc :=_bacc ._fdadg .GetCrypter ();return _gddc .String ();};func (_ggfc *PdfReader )newPdfAnnotationTrapNetFromDict (_gffc *_bda .PdfObjectDictionary )(*PdfAnnotationTrapNet ,error ){_gbcbg :=PdfAnnotationTrapNet {}; +return &_gbcbg ,nil ;}; -// ColorFromFloats returns a new PdfColor based on input color components for a given PdfColorspace. -ColorFromFloats (_edge []float64 )(PdfColor ,error ); +// SetNonFullScreenPageMode sets the value of the nonFullScreenPageMode. +func (_aebba *ViewerPreferences )SetNonFullScreenPageMode (nonFullScreenPageMode NonFullScreenPageMode ){_aebba ._egeea =nonFullScreenPageMode ;};func (_cccgf *PdfReader )buildNameNodes (_eabag *_bda .PdfIndirectObject ,_cdbbd map[_bda .PdfObject ]struct{})error {if _eabag ==nil {return nil ; +};if _ ,_fdbec :=_cdbbd [_eabag ];_fdbec {_ed .Log .Debug ("\u0043\u0079\u0063l\u0069\u0063\u0020\u0072e\u0063\u0075\u0072\u0073\u0069\u006f\u006e,\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u0028\u0025\u0076\u0029",_eabag .ObjectNumber ); +return nil ;};_cdbbd [_eabag ]=struct{}{};_dbfbb ,_efgadc :=_eabag .PdfObject .(*_bda .PdfObjectDictionary );if !_efgadc {return _gea .New ("n\u006f\u0064\u0065\u0020no\u0074 \u0061\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079");};if _fdbfg ,_aaab :=_bda .GetDict (_dbfbb .Get ("\u0044\u0065\u0073t\u0073")); +_aaab {_eggbe ,_bggd :=_bda .GetArray (_fdbfg .Get ("\u004b\u0069\u0064\u0073"));if !_bggd {return _gea .New ("\u0049n\u0076\u0061\u006c\u0069d\u0020\u004b\u0069\u0064\u0073 \u0061r\u0072a\u0079\u0020\u006f\u0062\u006a\u0065\u0063t");};_ed .Log .Trace ("\u004b\u0069\u0064\u0073\u003a\u0020\u0025\u0073",_eggbe ); +for _abgg ,_bcffg :=range _eggbe .Elements (){_eecee ,_caeeb :=_bda .GetIndirect (_bcffg );if !_caeeb {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u0068\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u002d \u0028\u0025\u0073\u0029",_eecee ); +return _gea .New ("\u0063h\u0069\u006c\u0064\u0020n\u006f\u0074\u0020\u0069\u006ed\u0069r\u0065c\u0074\u0020\u006f\u0062\u006a\u0065\u0063t");};_eggbe .Set (_abgg ,_eecee );_gbbde :=_cccgf .buildNameNodes (_eecee ,_cdbbd );if _gbbde !=nil {return _gbbde ; +};};};if _dcecb ,_bcdf :=_bda .GetDict (_dbfbb );_bcdf {if !_bda .IsNullObject (_dcecb .Get ("\u004b\u0069\u0064\u0073")){if _bedd ,_cbeea :=_bda .GetArray (_dcecb .Get ("\u004b\u0069\u0064\u0073"));_cbeea {for _bfdcg ,_dbdbe :=range _bedd .Elements (){if _dffae ,_dafdf :=_bda .GetIndirect (_dbdbe ); +_dafdf {_bedd .Set (_bfdcg ,_dffae );_feee :=_cccgf .buildNameNodes (_dffae ,_cdbbd );if _feee !=nil {return _feee ;};};};};};};return nil ;}; -// DecodeArray returns the Decode array for the PdfColorSpace, i.e. the range of each component. -DecodeArray ()[]float64 ;}; +// PdfFieldSignature signature field represents digital signatures and optional data for authenticating +// the name of the signer and verifying document contents. +type PdfFieldSignature struct{*PdfField ;*PdfAnnotationWidget ;V *PdfSignature ;Lock *_bda .PdfIndirectObject ;SV *_bda .PdfIndirectObject ;}; -// GetBorderWidth returns the border style's width. -func (_gdcg *PdfBorderStyle )GetBorderWidth ()float64 {if _gdcg .W ==nil {return 1;};return *_gdcg .W ;}; +// Encrypt encrypts the output file with a specified user/owner password. +func (_dgdca *PdfWriter )Encrypt (userPass ,ownerPass []byte ,options *EncryptOptions )error {_cfgbd :=RC4_128bit ;if options !=nil {_cfgbd =options .Algorithm ;};_ggebf :=_aa .PermOwner ;if options !=nil {_ggebf =options .Permissions ;};var _dfecbb _dc .Filter ; +switch _cfgbd {case RC4_128bit :_dfecbb =_dc .NewFilterV2 (16);case AES_128bit :_dfecbb =_dc .NewFilterAESV2 ();case AES_256bit :_dfecbb =_dc .NewFilterAESV3 ();default:return _c .Errorf ("\u0075n\u0073\u0075\u0070\u0070o\u0072\u0074\u0065\u0064\u0020a\u006cg\u006fr\u0069\u0074\u0068\u006d\u003a\u0020\u0025v",options .Algorithm ); +};_gdebg ,_cbbcg ,_cfbfe :=_bda .PdfCryptNewEncrypt (_dfecbb ,userPass ,ownerPass ,_ggebf );if _cfbfe !=nil {return _cfbfe ;};_dgdca ._cbdd =_gdebg ;if _cbbcg .Major !=0{_dgdca .SetVersion (_cbbcg .Major ,_cbbcg .Minor );};_dgdca ._ecbbb =_cbbcg .Encrypt ; +_dgdca ._gcbgf ,_dgdca ._ebgegf =_cbbcg .ID0 ,_cbbcg .ID1 ;_debdg :=_bda .MakeIndirectObject (_cbbcg .Encrypt );_dgdca ._dgeba =_debdg ;_dgdca .addObject (_debdg );return nil ;};func (_dbddg *pdfCIDFontType2 )getFontDescriptor ()*PdfFontDescriptor {return _dbddg ._bedea }; +func (_adfcf *PdfWriter )copyObject (_fgadb _bda .PdfObject ,_dbfa map[_bda .PdfObject ]_bda .PdfObject ,_gedbg map[_bda .PdfObject ]struct{},_babffg bool )_bda .PdfObject {_edegca :=!_adfcf ._eccfc &&_gedbg !=nil ;if _afeeb ,_gafcce :=_dbfa [_fgadb ]; +_gafcce {if _edegca &&!_babffg {delete (_gedbg ,_fgadb );};return _afeeb ;};if _fgadb ==nil {_dcbaca :=_bda .MakeNull ();return _dcbaca ;};_ccge :=_fgadb ;switch _gafba :=_fgadb .(type ){case *_bda .PdfObjectArray :_gbedf :=_bda .MakeArray ();_ccge =_gbedf ; +_dbfa [_fgadb ]=_ccge ;for _ ,_agge :=range _gafba .Elements (){_gbedf .Append (_adfcf .copyObject (_agge ,_dbfa ,_gedbg ,_babffg ));};case *_bda .PdfObjectStreams :_bgfc :=&_bda .PdfObjectStreams {PdfObjectReference :_gafba .PdfObjectReference };_ccge =_bgfc ; +_dbfa [_fgadb ]=_ccge ;for _ ,_ggefa :=range _gafba .Elements (){_bgfc .Append (_adfcf .copyObject (_ggefa ,_dbfa ,_gedbg ,_babffg ));};case *_bda .PdfObjectStream :_fdceg :=&_bda .PdfObjectStream {Stream :_gafba .Stream ,PdfObjectReference :_gafba .PdfObjectReference ,Lazy :_gafba .Lazy ,TempFile :_gafba .TempFile }; +_ccge =_fdceg ;_dbfa [_fgadb ]=_ccge ;_fdceg .PdfObjectDictionary =_adfcf .copyObject (_gafba .PdfObjectDictionary ,_dbfa ,_gedbg ,_babffg ).(*_bda .PdfObjectDictionary );case *_bda .PdfObjectDictionary :var _dfcce bool ;if _edegca &&!_babffg {if _eeabf ,_ :=_bda .GetNameVal (_gafba .Get ("\u0054\u0079\u0070\u0065")); +_eeabf =="\u0050\u0061\u0067\u0065"{_ ,_acgbc :=_adfcf ._cdbc [_gafba ];_babffg =!_acgbc ;_dfcce =_babffg ;};};_dbefae :=_bda .MakeDict ();_ccge =_dbefae ;_dbfa [_fgadb ]=_ccge ;for _ ,_gggede :=range _gafba .Keys (){_dbefae .Set (_gggede ,_adfcf .copyObject (_gafba .Get (_gggede ),_dbfa ,_gedbg ,_babffg )); +};if _dfcce {_ccge =_bda .MakeNull ();_babffg =false ;};case *_bda .PdfIndirectObject :_dbba :=&_bda .PdfIndirectObject {PdfObjectReference :_gafba .PdfObjectReference };_ccge =_dbba ;_dbfa [_fgadb ]=_ccge ;_dbba .PdfObject =_adfcf .copyObject (_gafba .PdfObject ,_dbfa ,_gedbg ,_babffg ); +case *_bda .PdfObjectString :_beebe :=*_gafba ;_ccge =&_beebe ;_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectName :_adaae :=*_gafba ;_ccge =&_adaae ;_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectNull :_ccge =_bda .MakeNull ();_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectInteger :_badd :=*_gafba ; +_ccge =&_badd ;_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectReference :_gcbfac :=*_gafba ;_ccge =&_gcbfac ;_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectFloat :_caccg :=*_gafba ;_ccge =&_caccg ;_dbfa [_fgadb ]=_ccge ;case *_bda .PdfObjectBool :_befbg :=*_gafba ; +_ccge =&_befbg ;_dbfa [_fgadb ]=_ccge ;case *pdfSignDictionary :_fbfgd :=&pdfSignDictionary {PdfObjectDictionary :_bda .MakeDict (),_fcdfe :_gafba ._fcdfe ,_cfefa :_gafba ._cfefa };_ccge =_fbfgd ;_dbfa [_fgadb ]=_ccge ;for _ ,_agabb :=range _gafba .Keys (){_fbfgd .Set (_agabb ,_adfcf .copyObject (_gafba .Get (_agabb ),_dbfa ,_gedbg ,_babffg )); +};default:_ed .Log .Info ("\u0054\u004f\u0044\u004f\u0028\u0061\u0035\u0069\u0029\u003a\u0020\u0069\u006dp\u006c\u0065\u006d\u0065\u006e\u0074 \u0063\u006f\u0070\u0079\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0066\u006fr\u0020\u0025\u002b\u0076",_fgadb ); +};if _edegca &&_babffg {_gedbg [_fgadb ]=struct{}{};};return _ccge ;}; -// PageProcessCallback callback function used in page loading -// that could be used to modify the page content. +// ToPdfObject returns the PDF representation of the page resources. +func (_bcccd *PdfPageResources )ToPdfObject ()_bda .PdfObject {_aababf :=_bcccd ._cfabb ;_aababf .SetIfNotNil ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e",_bcccd .ExtGState );if _bcccd ._cdfgb !=nil {_bcccd .ColorSpace =_bcccd ._cdfgb .ToPdfObject (); +};_aababf .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_bcccd .ColorSpace );_aababf .SetIfNotNil ("\u0050a\u0074\u0074\u0065\u0072\u006e",_bcccd .Pattern );_aababf .SetIfNotNil ("\u0053h\u0061\u0064\u0069\u006e\u0067",_bcccd .Shading ); +_aababf .SetIfNotNil ("\u0058O\u0062\u006a\u0065\u0063\u0074",_bcccd .XObject );_aababf .SetIfNotNil ("\u0046\u006f\u006e\u0074",_bcccd .Font );_aababf .SetIfNotNil ("\u0050r\u006f\u0063\u0053\u0065\u0074",_bcccd .ProcSet );_aababf .SetIfNotNil ("\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",_bcccd .Properties ); +return _aababf ;}; + +// PdfColorspaceICCBased format [/ICCBased stream] // -// If an error is returned, the `ToWriter` process would fail. +// The stream shall contain the ICC profile. +// A conforming reader shall support ICC.1:2004:10 as required by PDF 1.7, which will enable it +// to properly render all embedded ICC profiles regardless of the PDF version // -// This callback, if defined, will take precedence over `PageCallback` callback. -type PageProcessCallback func (_agedg int ,_eagbe *PdfPage )error ; +// In the current implementation, we rely on the alternative colormap provided. +type PdfColorspaceICCBased struct{N int ;Alternate PdfColorspace ; + +// If omitted ICC not supported: then use DeviceGray, +// DeviceRGB or DeviceCMYK for N=1,3,4 respectively. +Range []float64 ;Metadata *_bda .PdfObjectStream ;Data []byte ;_aebd *_bda .PdfIndirectObject ;_ebge *_bda .PdfObjectStream ;};func _gcfbf ()_ad .Time {_ggbe .Lock ();defer _ggbe .Unlock ();return _eddfc };func (_cegg *PdfAppender )updateObjectsDeep (_cfdd _bda .PdfObject ,_ddea map[_bda .PdfObject ]struct{}){if _ddea ==nil {_ddea =map[_bda .PdfObject ]struct{}{}; +};if _ ,_ggef :=_ddea [_cfdd ];_ggef ||_cfdd ==nil {return ;};_ddea [_cfdd ]=struct{}{};_gada :=_bda .ResolveReferencesDeep (_cfdd ,_cegg ._facc );if _gada !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gada );};switch _dbde :=_cfdd .(type ){case *_bda .PdfIndirectObject :switch {case _dbde .GetParser ()==_cegg ._babd ._fdadg :return ; +case _dbde .GetParser ()==_cegg .Reader ._fdadg :_aaed ,_ :=_cegg ._babd .GetIndirectObjectByNumber (int (_dbde .ObjectNumber ));_bbd ,_abfg :=_aaed .(*_bda .PdfIndirectObject );if _abfg &&_bbd !=nil {if _bbd .PdfObject !=_dbde .PdfObject &&_bbd .PdfObject .WriteString ()!=_dbde .PdfObject .WriteString (){if _ab .Contains (_dbde .PdfObject .WriteString (),"\u002f\u0053\u0069\u0067")&&_ab .Contains (_dbde .PdfObject .WriteString (),"\u002f\u0053\u0075\u0062\u0074\u0079\u0070\u0065"){return ; +};_cegg .addNewObject (_cfdd );_cegg ._ffge [_cfdd ]=_dbde .ObjectNumber ;};};default:_cegg .addNewObject (_cfdd );};_cegg .updateObjectsDeep (_dbde .PdfObject ,_ddea );case *_bda .PdfObjectArray :for _ ,_afcb :=range _dbde .Elements (){_cegg .updateObjectsDeep (_afcb ,_ddea ); +};case *_bda .PdfObjectDictionary :for _ ,_accfa :=range _dbde .Keys (){_cegg .updateObjectsDeep (_dbde .Get (_accfa ),_ddea );};case *_bda .PdfObjectStreams :if _dbde .GetParser ()!=_cegg ._babd ._fdadg {for _ ,_aded :=range _dbde .Elements (){_cegg .updateObjectsDeep (_aded ,_ddea ); +};};case *_bda .PdfObjectStream :switch {case _dbde .GetParser ()==_cegg ._babd ._fdadg :return ;case _dbde .GetParser ()==_cegg .Reader ._fdadg :if _fbfa ,_begc :=_cegg ._babd ._fdadg .LookupByReference (_dbde .PdfObjectReference );_begc ==nil {var _adag bool ; +if _ggd ,_gggd :=_bda .GetStream (_fbfa );_gggd &&_dff .Equal (_ggd .Stream ,_dbde .Stream ){_adag =true ;};if _gggbe ,_abec :=_bda .GetDict (_fbfa );_adag &&_abec {_adag =_gggbe .WriteString ()==_dbde .PdfObjectDictionary .WriteString ();};if _adag {return ; +};};if _dbde .ObjectNumber !=0{_cegg ._ffge [_cfdd ]=_dbde .ObjectNumber ;};default:if _ ,_cbee :=_cegg ._agg [_cfdd ];!_cbee {_cegg .addNewObject (_cfdd );};};_cegg .updateObjectsDeep (_dbde .PdfObjectDictionary ,_ddea );};}; + +// NewPdfReaderLazy creates a new PdfReader for `rs` in lazy-loading mode. The difference +// from NewPdfReader is that in lazy-loading mode, objects are only loaded into memory when needed +// rather than entire structure being loaded into memory on reader creation. +// Note that it may make sense to use the lazy-load reader when processing only parts of files, +// rather than loading entire file into memory. Example: splitting a few pages from a large PDF file. +func NewPdfReaderLazy (rs _ga .ReadSeeker )(*PdfReader ,error ){const _edbfag ="\u006d\u006f\u0064\u0065l:\u004e\u0065\u0077\u0050\u0064\u0066\u0052\u0065\u0061\u0064\u0065\u0072\u004c\u0061z\u0079";return _efgcc (rs ,&ReaderOpts {LazyLoad :true },false ,_edbfag ); +}; -// GetContainingPdfObject returns the container of the outline tree node (indirect object). -func (_dccca *PdfOutlineTreeNode )GetContainingPdfObject ()_cee .PdfObject {return _dccca .GetContext ().GetContainingPdfObject ();}; +// DecodeArray returns the range of color component values in DeviceGray colorspace. +func (_dgada *PdfColorspaceDeviceGray )DecodeArray ()[]float64 {return []float64 {0,1.0}};func (_abge *LTV )validateSig (_baeae *PdfSignature )error {if _baeae ==nil ||_baeae .Contents ==nil ||len (_baeae .Contents .Bytes ())==0{return _c .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065 \u0066\u0069\u0065l\u0064:\u0020\u0025\u0076",_baeae ); +};return nil ;};func _agaadb ()_ad .Time {_ggbe .Lock ();defer _ggbe .Unlock ();return _fafddb };const (RelationshipSource FileRelationship =iota ;RelationshipData ;RelationshipAlternative ;RelationshipSupplement ;RelationshipUnspecified ;);func (_eccca *PdfWriter )setDocumentIDs (_ceedc ,_gdbec string ){_eccca ._ffgbfc =_bda .MakeArray (_bda .MakeHexString (_ceedc ),_bda .MakeHexString (_gdbec )); +}; -// ToPdfObject return the CalGray colorspace as a PDF object (name dictionary). -func (_cebc *PdfColorspaceCalGray )ToPdfObject ()_cee .PdfObject {_cged :=&_cee .PdfObjectArray {};_cged .Append (_cee .MakeName ("\u0043a\u006c\u0047\u0072\u0061\u0079"));_dcac :=_cee .MakeDict ();if _cebc .WhitePoint !=nil {_dcac .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_cee .MakeArray (_cee .MakeFloat (_cebc .WhitePoint [0]),_cee .MakeFloat (_cebc .WhitePoint [1]),_cee .MakeFloat (_cebc .WhitePoint [2]))); -}else {_fca .Log .Error ("\u0043\u0061\u006c\u0047\u0072\u0061\u0079\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057\u0068\u0069\u0074\u0065\u0050\u006fi\u006e\u0074\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029");};if _cebc .BlackPoint !=nil {_dcac .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_cee .MakeArray (_cee .MakeFloat (_cebc .BlackPoint [0]),_cee .MakeFloat (_cebc .BlackPoint [1]),_cee .MakeFloat (_cebc .BlackPoint [2]))); -};_dcac .Set ("\u0047\u0061\u006dm\u0061",_cee .MakeFloat (_cebc .Gamma ));_cged .Append (_dcac );if _cebc ._afbg !=nil {_cebc ._afbg .PdfObject =_cged ;return _cebc ._afbg ;};return _cged ;}; +// SetCatalogMetadata sets the catalog metadata (XMP) stream object. +func (_dedgb *PdfWriter )SetCatalogMetadata (meta _bda .PdfObject )error {if meta ==nil {_dedgb ._geadba .Remove ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");return nil ;};_gcedgb ,_dfee :=_bda .GetStream (meta );if !_dfee {return _gea .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006d\u0065\u0074\u0061\u0064a\u0074\u0061\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020\u0073t\u0072\u0065\u0061\u006d"); +};_dedgb .addObject (_gcedgb );_dedgb ._geadba .Set ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_gcedgb );return nil ;}; -// Clear clears the KValue. -func (_fgbdc *KValue )Clear (){_fgbdc ._aedde =nil ;_fgbdc ._abcfb =nil ;_fgbdc ._dfcf =nil }; +// NewPdfPageResourcesColorspaces returns a new PdfPageResourcesColorspaces object. +func NewPdfPageResourcesColorspaces ()*PdfPageResourcesColorspaces {_gagaa :=&PdfPageResourcesColorspaces {};_gagaa .Names =[]string {};_gagaa .Colorspaces =map[string ]PdfColorspace {};_gagaa ._agbc =&_bda .PdfIndirectObject {};return _gagaa ;};func (_geabd *PdfReader )buildOutlineTree (_aaefb _bda .PdfObject ,_begfa *PdfOutlineTreeNode ,_gegf *PdfOutlineTreeNode ,_aacgf map[_bda .PdfObject ]struct{})(*PdfOutlineTreeNode ,*PdfOutlineTreeNode ,error ){if _aacgf ==nil {_aacgf =map[_bda .PdfObject ]struct{}{}; +};_aacgf [_aaefb ]=struct{}{};_aebec ,_addgec :=_aaefb .(*_bda .PdfIndirectObject );if !_addgec {return nil ,nil ,_c .Errorf ("\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0063\u006f\u006et\u0061\u0069\u006e\u0065r\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0025\u0054",_aaefb ); +};_befcgb ,_eefce :=_aebec .PdfObject .(*_bda .PdfObjectDictionary );if !_eefce {return nil ,nil ,_gea .New ("\u006e\u006f\u0074 a\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0062\u006a\u0065\u0063\u0074");};_ed .Log .Trace ("\u0062\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 \u0074\u0072\u0065\u0065\u003a\u0020d\u0069\u0063\u0074\u003a\u0020\u0025\u0076\u0020\u0028\u0025\u0076\u0029\u0020p\u003a\u0020\u0025\u0070",_befcgb ,_aebec ,_aebec ); +if _eecba :=_befcgb .Get ("\u0054\u0069\u0074l\u0065");_eecba !=nil {_gaabed ,_bfdb :=_geabd .newPdfOutlineItemFromIndirectObject (_aebec );if _bfdb !=nil {return nil ,nil ,_bfdb ;};_gaabed .Parent =_begfa ;_gaabed .Prev =_gegf ;_gbbf :=_bda .ResolveReference (_befcgb .Get ("\u0046\u0069\u0072s\u0074")); +if _ ,_cabbd :=_aacgf [_gbbf ];_gbbf !=nil &&_gbbf !=_aebec &&!_cabbd {if !_bda .IsNullObject (_gbbf ){_efdag ,_edecf ,_cbgag :=_geabd .buildOutlineTree (_gbbf ,&_gaabed .PdfOutlineTreeNode ,nil ,_aacgf );if _cbgag !=nil {_ed .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0069\u0074\u0065\u006d\u0020\u0074\u0072\u0065\u0065\u003a \u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020n\u006f\u0064\u0065\u0020\u0063\u0068\u0069\u006c\u0064\u0072\u0065n\u002e",_cbgag ); +}else {_gaabed .First =_efdag ;_gaabed .Last =_edecf ;};};};_befae :=_bda .ResolveReference (_befcgb .Get ("\u004e\u0065\u0078\u0074"));if _ ,_cddba :=_aacgf [_befae ];_befae !=nil &&_befae !=_aebec &&!_cddba {if !_bda .IsNullObject (_befae ){_bdfdg ,_decf ,_baccb :=_geabd .buildOutlineTree (_befae ,_begfa ,&_gaabed .PdfOutlineTreeNode ,_aacgf ); +if _baccb !=nil {_ed .Log .Debug ("D\u0045\u0042U\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0075\u0069\u006c\u0064\u0020\u006fu\u0074\u006c\u0069\u006e\u0065\u0020\u0074\u0072\u0065\u0065\u0020\u0066\u006f\u0072\u0020\u004ee\u0078\u0074\u0020\u006e\u006f\u0064\u0065\u003a\u0020\u0025\u0076\u002e\u0020S\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u0020\u006e\u006f\u0064e\u002e",_baccb ); +}else {_gaabed .Next =_bdfdg ;return &_gaabed .PdfOutlineTreeNode ,_decf ,nil ;};};};return &_gaabed .PdfOutlineTreeNode ,&_gaabed .PdfOutlineTreeNode ,nil ;};_eagb ,_ecdb :=_cdbb (_aebec );if _ecdb !=nil {return nil ,nil ,_ecdb ;};_eagb .Parent =_begfa ; +if _ggeb :=_befcgb .Get ("\u0046\u0069\u0072s\u0074");_ggeb !=nil {_ggeb =_bda .ResolveReference (_ggeb );if _ ,_bafcg :=_aacgf [_ggeb ];_ggeb !=nil &&_ggeb !=_aebec &&!_bafcg {_gefa :=_bda .TraceToDirectObject (_ggeb );if _ ,_gbafg :=_gefa .(*_bda .PdfObjectNull ); +!_gbafg &&_gefa !=nil {_bgee ,_gfgfb ,_egacc :=_geabd .buildOutlineTree (_ggeb ,&_eagb .PdfOutlineTreeNode ,nil ,_aacgf );if _egacc !=nil {_ed .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020b\u0075\u0069\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069n\u0065\u0020\u0074\u0072\u0065\u0065\u003a\u0020\u0025\u0076\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069n\u0067\u0020\u006e\u006f\u0064\u0065 \u0063\u0068i\u006c\u0064r\u0065n\u002e",_egacc ); +}else {_eagb .First =_bgee ;_eagb .Last =_gfgfb ;};};};};return &_eagb .PdfOutlineTreeNode ,&_eagb .PdfOutlineTreeNode ,nil ;}; -// PdfAnnotationStrikeOut represents StrikeOut annotations. -// (Section 12.5.6.10). -type PdfAnnotationStrikeOut struct{*PdfAnnotation ;*PdfAnnotationMarkup ;QuadPoints _cee .PdfObject ;}; +// NewPdfColorDeviceGray returns a new grayscale color based on an input grayscale float value in range [0-1]. +func NewPdfColorDeviceGray (grayVal float64 )*PdfColorDeviceGray {_aed :=PdfColorDeviceGray (grayVal );return &_aed ;}; -// SetContentStream sets the pattern cell's content stream. -func (_fabb *PdfTilingPattern )SetContentStream (content []byte ,encoder _cee .StreamEncoder )error {_accc ,_fbddd :=_fabb ._bgabc .(*_cee .PdfObjectStream );if !_fbddd {_fca .Log .Debug ("\u0054\u0069l\u0069\u006e\u0067\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_fabb ._bgabc ); -return _cee .ErrTypeError ;};if encoder ==nil {encoder =_cee .NewRawEncoder ();};_cacdg :=_accc .PdfObjectDictionary ;_dfbf :=encoder .MakeStreamDict ();_cacdg .Merge (_dfbf );_cfbfe ,_ggfge :=encoder .EncodeBytes (content );if _ggfge !=nil {return _ggfge ; -};_cacdg .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_cfbfe ))));_accc .Stream =_cfbfe ;return nil ;}; +// ToGoImage converts the unidoc Image to a golang Image structure. +func (_cafac *Image )ToGoImage ()(_f .Image ,error ){_ed .Log .Trace ("\u0043\u006f\u006e\u0076er\u0074\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0067\u006f\u0020\u0069\u006d\u0061g\u0065");_dgdbc ,_caaff :=_bg .NewImage (int (_cafac .Width ),int (_cafac .Height ),int (_cafac .BitsPerComponent ),_cafac .ColorComponents ,_cafac .Data ,_cafac ._ffbd ,_cafac ._bfafe ); +if _caaff !=nil {return nil ,_caaff ;};return _dgdbc ,nil ;}; -// GetContainingPdfObject implements model.PdfModel interface. -func (_eafbf *PdfOutputIntent )GetContainingPdfObject ()_cee .PdfObject {return _eafbf ._eebee };func _cfgg (_bbabd *_cee .PdfObjectDictionary )(*PdfFieldButton ,error ){_gcecc :=&PdfFieldButton {};_gcecc .PdfField =NewPdfField ();_gcecc .PdfField .SetContext (_gcecc ); -_gcecc .Opt ,_ =_cee .GetArray (_bbabd .Get ("\u004f\u0070\u0074"));_cgbbf :=NewPdfAnnotationWidget ();_cgbbf .A ,_ =_cee .GetDict (_bbabd .Get ("\u0041"));_cgbbf .AP ,_ =_cee .GetDict (_bbabd .Get ("\u0041\u0050"));_cgbbf .SetContext (_gcecc );_gcecc .PdfField .Annotations =append (_gcecc .PdfField .Annotations ,_cgbbf ); -return _gcecc ,nil ;};func _gdcb (_fgabc _cee .PdfObject )(*PdfColorspaceSpecialIndexed ,error ){_agdb :=NewPdfColorspaceSpecialIndexed ();if _dgad ,_dacge :=_fgabc .(*_cee .PdfIndirectObject );_dacge {_agdb ._cgbb =_dgad ;};_fgabc =_cee .TraceToDirectObject (_fgabc ); -_dggee ,_ccccg :=_fgabc .(*_cee .PdfObjectArray );if !_ccccg {return nil ,_e .Errorf ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};if _dggee .Len ()!=4{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069\u006e\u0076a\u006ci\u0064\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -};_fgabc =_dggee .Get (0);_ffaga ,_ccccg :=_fgabc .(*_cee .PdfObjectName );if !_ccccg {return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};if *_ffaga !="\u0049n\u0064\u0065\u0078\u0065\u0064"{return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065xe\u0064\u0020\u0043\u0053\u003a\u0020\u0077\u0072\u006f\u006e\u0067\u0020\u006e\u0061m\u0065"); -};_fgabc =_dggee .Get (1);_gecc ,_afaeg :=DetermineColorspaceNameFromPdfObject (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};if _gecc =="\u0049n\u0064\u0065\u0078\u0065\u0064"||_gecc =="\u0050a\u0074\u0074\u0065\u0072\u006e"{_fca .Log .Debug ("E\u0072\u0072o\u0072\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063e\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0049\u006e\u0064e\u0078\u0065\u0064\u002f\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043S\u0020\u0061\u0073\u0020\u0062\u0061\u0073\u0065\u0020\u0028\u0025v\u0029",_gecc ); -return nil ,_dagd ;};_gbgc ,_afaeg :=NewPdfColorspaceFromPdfObject (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};_agdb .Base =_gbgc ;_fgabc =_dggee .Get (2);_dagef ,_afaeg :=_cee .GetNumberAsInt64 (_fgabc );if _afaeg !=nil {return nil ,_afaeg ;};if _dagef > 255{return nil ,_e .Errorf ("\u0069n\u0064\u0065\u0078\u0065d\u0020\u0043\u0053\u003a\u0020I\u006ev\u0061l\u0069\u0064\u0020\u0068\u0069\u0076\u0061l"); -};_agdb .HiVal =int (_dagef );_fgabc =_dggee .Get (3);_agdb .Lookup =_fgabc ;_fgabc =_cee .TraceToDirectObject (_fgabc );var _gfcgc []byte ;if _abfeg ,_acbad :=_fgabc .(*_cee .PdfObjectString );_acbad {_gfcgc =_abfeg .Bytes ();_fca .Log .Trace ("\u0049\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0073\u0074r\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072\u0020\u0064\u0061\u0074\u0061\u003a\u0020\u0025\u0020\u0064",_gfcgc ); -}else if _cggeb ,_ebge :=_fgabc .(*_cee .PdfObjectStream );_ebge {_fca .Log .Trace ("\u0049n\u0064e\u0078\u0065\u0064\u0020\u0073t\u0072\u0065a\u006d\u003a\u0020\u0025\u0073",_fgabc .String ());_fca .Log .Trace ("\u0045\u006e\u0063\u006fde\u0064\u0020\u0028\u0025\u0064\u0029\u0020\u003a\u0020\u0025\u0023\u0020\u0078",len (_cggeb .Stream ),_cggeb .Stream ); -_cdabd ,_fbdda :=_cee .DecodeStream (_cggeb );if _fbdda !=nil {return nil ,_fbdda ;};_fca .Log .Trace ("\u0044e\u0063o\u0064\u0065\u0064\u0020\u0028%\u0064\u0029 \u003a\u0020\u0025\u0020\u0058",len (_cdabd ),_cdabd );_gfcgc =_cdabd ;}else {_fca .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_fgabc ); -return nil ,_e .Errorf ("\u0069\u006e\u0064\u0065\u0078\u0065\u0064\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076a\u006ci\u0064\u0020\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u0074");};if len (_gfcgc )< _agdb .Base .GetNumComponents ()*(_agdb .HiVal +1){_fca .Log .Debug ("\u0050\u0044\u0046\u0020\u0049\u006e\u0063o\u006d\u0070\u0061t\u0069\u0062\u0069\u006ci\u0074\u0079\u003a\u0020\u0049\u006e\u0064\u0065\u0078\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0074\u006f\u006f\u0020\u0073\u0068\u006f\u0072\u0074"); -_fca .Log .Debug ("\u0046\u0061i\u006c\u002c\u0020\u006c\u0065\u006e\u0028\u0064\u0061\u0074\u0061\u0029\u003a\u0020\u0025\u0064\u002c\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u003a\u0020\u0025\u0064\u002c\u0020\u0068\u0069\u0056\u0061\u006c\u003a\u0020\u0025\u0064",len (_gfcgc ),_agdb .Base .GetNumComponents (),_agdb .HiVal ); -}else {_gfcgc =_gfcgc [:_agdb .Base .GetNumComponents ()*(_agdb .HiVal +1)];};_agdb ._aecec =_gfcgc ;return _agdb ,nil ;}; +// PdfOutlineItem represents an outline item dictionary (Table 153 - pp. 376 - 377). +type PdfOutlineItem struct{PdfOutlineTreeNode ;Title *_bda .PdfObjectString ;Parent *PdfOutlineTreeNode ;Prev *PdfOutlineTreeNode ;Next *PdfOutlineTreeNode ;Count *int64 ;Dest _bda .PdfObject ;A _bda .PdfObject ;SE _bda .PdfObject ;C _bda .PdfObject ;F _bda .PdfObject ; +_egafc *_bda .PdfIndirectObject ;}; -// SetFileName sets the pdf writer file name for metered usage tracker. -func (_abce *PdfWriter )SetFileName (name string ){_abce ._cafaa =name }; +// GetCustomInfo returns a custom info value for the specified name. +func (_bbdbe *PdfInfo )GetCustomInfo (name string )*_bda .PdfObjectString {var _cgag *_bda .PdfObjectString ;if _bbdbe ._feec ==nil {return _cgag ;};if _cbgefe ,_gage :=_bbdbe ._feec .Get (*_bda .MakeName (name )).(*_bda .PdfObjectString );_gage {_cgag =_cbgefe ; +};return _cgag ;}; -// PdfActionSetOCGState represents a SetOCGState action. -type PdfActionSetOCGState struct{*PdfAction ;State _cee .PdfObject ;PreserveRB _cee .PdfObject ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element between 0 and 1. +func (_dgeb *PdfColorspaceDeviceGray )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_ddab :=vals [0];if _ddab < 0.0||_ddab > 1.0{_ed .Log .Debug ("\u0049\u006eco\u006d\u0070\u0061t\u0069\u0062\u0069\u006city\u003a R\u0061\u006e\u0067\u0065\u0020\u006f\u0075ts\u0069\u0064\u0065\u0020\u005b\u0030\u002c1\u005d"); +};if _ddab < 0.0{_ddab =0.0;}else if _ddab > 1.0{_ddab =1.0;};return NewPdfColorDeviceGray (_ddab ),nil ;}; -// PdfAction represents an action in PDF (section 12.6 p. 412). -type PdfAction struct{_afe PdfModel ;Type _cee .PdfObject ;S _cee .PdfObject ;Next _cee .PdfObject ;_gaf *_cee .PdfIndirectObject ;}; +// FlattenFieldsWithOpts flattens the AcroForm fields of the page using the +// provided field appearance generator and the specified options. If no options +// are specified, all form fields are flattened for the page. +// If a filter function is provided using the opts parameter, only the filtered +// fields are flattened. Otherwise, all form fields are flattened. +func (_eccc *PdfPage )FlattenFieldsWithOpts (appgen FieldAppearanceGenerator ,opts *FieldFlattenOpts )error {_ggfgf :=map[*PdfAnnotation ]bool {};_dedde ,_bffc :=_eccc .GetAnnotations ();if _bffc !=nil {return _bffc ;};_aebfa :=false ;for _ ,_dbega :=range _dedde {if opts .AnnotFilterFunc !=nil {_ggfgf [_dbega ]=opts .AnnotFilterFunc (_dbega ); +}else {_ggfgf [_dbega ]=true ;};if _ggfgf [_dbega ]{_aebfa =true ;};};if !_aebfa {return nil ;};return _eccc .flattenFieldsWithOpts (appgen ,opts ,_ggfgf );}; -// PdfActionRendition represents a Rendition action. -type PdfActionRendition struct{*PdfAction ;R _cee .PdfObject ;AN _cee .PdfObject ;OP _cee .PdfObject ;JS _cee .PdfObject ;}; +// GetNameDictionary returns the Names entry in the PDF catalog. +// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). +func (_caec *PdfReader )GetNameDictionary ()(_bda .PdfObject ,error ){_edfgf :=_bda .ResolveReference (_caec ._dabg .Get ("\u004e\u0061\u006de\u0073"));if _edfgf ==nil {return nil ,nil ;};if !_caec ._aaece {_dfaca :=_caec .traverseObjectData (_edfgf ); +if _dfaca !=nil {return nil ,_dfaca ;};};return _edfgf ,nil ;};func (_ffcb *pdfFontType3 )getFontDescriptor ()*PdfFontDescriptor {return _ffcb ._bedea }; -// ViewerPreferences represents the viewer preferences of a PDF document. -type ViewerPreferences struct{_bfff *bool ;_fcbcb *bool ;_gfffg *bool ;_cbdgc *bool ;_gaffg *bool ;_gbbca *bool ;_efgaa NonFullScreenPageMode ;_gfegc Direction ;_gagga PageBoundary ;_baegf PageBoundary ;_eedee PageBoundary ;_fcddg PageBoundary ;_fgbdf PrintScaling ; -_cadea Duplex ;_bdfed *bool ;_acfdg []int ;_dbcbe int ;}; +// Evaluate runs the function. Input is [x1 x2 x3]. +func (_faag *PdfFunctionType4 )Evaluate (xVec []float64 )([]float64 ,error ){if _faag ._edcbd ==nil {_faag ._edcbd =_gag .NewPSExecutor (_faag .Program );};var _dddgg []_gag .PSObject ;for _ ,_ggce :=range xVec {_dddgg =append (_dddgg ,_gag .MakeReal (_ggce )); +};_cfdab ,_edfe :=_faag ._edcbd .Execute (_dddgg );if _edfe !=nil {return nil ,_edfe ;};_accad ,_edfe :=_gag .PSObjectArrayToFloat64Array (_cfdab );if _edfe !=nil {return nil ,_edfe ;};return _accad ,nil ;};func (_ccfe *PdfAcroForm )signatureFields ()[]*PdfFieldSignature {var _edcb []*PdfFieldSignature ; +for _ ,_dggab :=range _ccfe .AllFields (){switch _edadd :=_dggab .GetContext ().(type ){case *PdfFieldSignature :_gbffe :=_edadd ;_edcb =append (_edcb ,_gbffe );};};return _edcb ;}; -// ImageToRGB converts an image with samples in Separation CS to an image with samples specified in -// DeviceRGB CS. -func (_fcgb *PdfColorspaceSpecialSeparation )ImageToRGB (img Image )(Image ,error ){_ccec :=_ag .NewReader (img .getBase ());_dfebf :=_ca .NewImageBase (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),_fcgb .AlternateSpace .GetNumComponents (),nil ,img ._cbfg ,nil ); -_eafgd :=_ag .NewWriter (_dfebf );_bcebd :=_aaa .Pow (2,float64 (img .BitsPerComponent ))-1;_fca .Log .Trace ("\u0053\u0065\u0070a\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u002d\u003e\u0020\u0054\u006f\u0052\u0047\u0042\u0020\u0063o\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -_fca .Log .Trace ("\u0054i\u006et\u0054\u0072\u0061\u006e\u0073f\u006f\u0072m\u003a\u0020\u0025\u002b\u0076",_fcgb .TintTransform );_fgbfc :=_fcgb .AlternateSpace .DecodeArray ();var (_acaeb uint32 ;_agde error ;);for {_acaeb ,_agde =_ccec .ReadSample (); -if _agde ==_fc .EOF {break ;};if _agde !=nil {return img ,_agde ;};_fffe :=float64 (_acaeb )/_bcebd ;_dadca ,_dddcc :=_fcgb .TintTransform .Evaluate ([]float64 {_fffe });if _dddcc !=nil {return img ,_dddcc ;};for _ebbg ,_fdgaae :=range _dadca {_gaccf :=_ca .LinearInterpolate (_fdgaae ,_fgbfc [_ebbg *2],_fgbfc [_ebbg *2+1],0,1); -if _dddcc =_eafgd .WriteSample (uint32 (_gaccf *_bcebd ));_dddcc !=nil {return img ,_dddcc ;};};};return _fcgb .AlternateSpace .ImageToRGB (_acecd (&_dfebf ));};const (RC4_128bit =EncryptionAlgorithm (iota );AES_128bit ;AES_256bit ;); +// NewBorderStyle returns an initialized PdfBorderStyle. +func NewBorderStyle ()*PdfBorderStyle {_eefa :=&PdfBorderStyle {};return _eefa }; -// ToPdfObject returns the PDF representation of the DSS dictionary. -func (_aebfbg *DSS )ToPdfObject ()_cee .PdfObject {_abb :=_aebfbg ._bdcab .PdfObject .(*_cee .PdfObjectDictionary );_abb .Clear ();_gebgd :=_cee .MakeDict ();for _deeeg ,_cdcad :=range _aebfbg .VRI {_gebgd .Set (*_cee .MakeName (_deeeg ),_cdcad .ToPdfObject ()); -};_abb .SetIfNotNil ("\u0043\u0065\u0072t\u0073",_deeb (_aebfbg .Certs ));_abb .SetIfNotNil ("\u004f\u0043\u0053P\u0073",_deeb (_aebfbg .OCSPs ));_abb .SetIfNotNil ("\u0043\u0052\u004c\u0073",_deeb (_aebfbg .CRLs ));_abb .Set ("\u0056\u0052\u0049",_gebgd ); -return _aebfbg ._bdcab ;}; +// Normalize swaps (Llx,Urx) if Urx < Llx, and (Lly,Ury) if Ury < Lly. +func (_gcaffb *PdfRectangle )Normalize (){if _gcaffb .Llx > _gcaffb .Urx {_gcaffb .Llx ,_gcaffb .Urx =_gcaffb .Urx ,_gcaffb .Llx ;};if _gcaffb .Lly > _gcaffb .Ury {_gcaffb .Lly ,_gcaffb .Ury =_gcaffb .Ury ,_gcaffb .Lly ;};}; -// ReaderOpts defines options for creating PdfReader instances. -type ReaderOpts struct{ +// AddKDict adds a K dictionary object to the structure tree root. +func (_cbcdg *StructTreeRoot )AddKDict (k *KDict ){_cbcdg .K =append (_cbcdg .K ,k )}; -// Password password of the PDF file encryption. -// Default: empty (""). -Password string ; +// ViewClip returns the value of the viewClip. +func (_ggfag *ViewerPreferences )ViewClip ()PageBoundary {return _ggfag ._adecc }; -// LazyLoad set if the PDF file would be loaded using lazy-loading mode. -// Default: true. -LazyLoad bool ; +// SetHideMenubar sets the value of the hideMenubar flag. +func (_bebd *ViewerPreferences )SetHideMenubar (hideMenubar bool ){_bebd ._acbcd =&hideMenubar };func (_bbbce fontCommon )coreString ()string {_gbgga :="";if _bbbce ._bedea !=nil {_gbgga =_bbbce ._bedea .String ();};return _c .Sprintf ("\u0025#\u0071\u0020%\u0023\u0071\u0020%\u0071\u0020\u006f\u0062\u006a\u003d\u0025d\u0020\u0054\u006f\u0055\u006e\u0069c\u006f\u0064\u0065\u003d\u0025\u0074\u0020\u0066\u006c\u0061\u0067s\u003d\u0030\u0078\u0025\u0030\u0078\u0020\u0025\u0073",_bbbce ._fggeg ,_bbbce ._bcaebe ,_bbbce ._faee ,_bbbce ._cadee ,_bbbce ._fbedf !=nil ,_bbbce .fontFlags (),_gbgga ); +}; -// ComplianceMode set if parsed PDF file should contain meta information for the verifiers of the compliance standards like PDF/A. -ComplianceMode bool ;}; +// GetBorderWidth returns the border style's width. +func (_bdb *PdfBorderStyle )GetBorderWidth ()float64 {if _bdb .W ==nil {return 1;};return *_bdb .W ;};func _edad (_egcef StdFontName )(pdfFontSimple ,error ){_afcbf ,_gcda :=_geg .NewStdFontByName (_egcef );if !_gcda {return pdfFontSimple {},ErrFontNotSupported ; +};_face :=_eaac (_afcbf );return _face ,nil ;}; -// GetNumComponents returns the number of color components of the colorspace device. -// Returns 1 for a grayscale device. -func (_bbcca *PdfColorspaceDeviceGray )GetNumComponents ()int {return 1}; +// NewPdfColorDeviceRGB returns a new PdfColorDeviceRGB based on the r,g,b component values. +func NewPdfColorDeviceRGB (r ,g ,b float64 )*PdfColorDeviceRGB {_afee :=PdfColorDeviceRGB {r ,g ,b };return &_afee ;}; -// SetPdfSubject sets the Subject attribute of the output PDF. -func SetPdfSubject (subject string ){_dggagg .Lock ();defer _dggagg .Unlock ();_bebae =subject };func (_bfcb *PdfReader )newPdfActionSoundFromDict (_facg *_cee .PdfObjectDictionary )(*PdfActionSound ,error ){return &PdfActionSound {Sound :_facg .Get ("\u0053\u006f\u0075n\u0064"),Volume :_facg .Get ("\u0056\u006f\u006c\u0075\u006d\u0065"),Synchronous :_facg .Get ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073"),Repeat :_facg .Get ("\u0052\u0065\u0070\u0065\u0061\u0074"),Mix :_facg .Get ("\u004d\u0069\u0078")},nil ; -}; +// ToPdfObject implements interface PdfModel. +// Note: Call the sub-annotation's ToPdfObject to set both the generic and non-generic information. +func (_bfbd *PdfAnnotation )ToPdfObject ()_bda .PdfObject {_cgac :=_bfbd ._ged ;_egad :=_cgac .PdfObject .(*_bda .PdfObjectDictionary );_egad .Clear ();_egad .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0041\u006e\u006eo\u0074"));_egad .SetIfNotNil ("\u0052\u0065\u0063\u0074",_bfbd .Rect ); +_egad .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_bfbd .Contents );_egad .SetIfNotNil ("\u0050",_bfbd .P );_egad .SetIfNotNil ("\u004e\u004d",_bfbd .NM );_egad .SetIfNotNil ("\u004d",_bfbd .M );_egad .SetIfNotNil ("\u0046",_bfbd .F ); +_egad .SetIfNotNil ("\u0041\u0050",_bfbd .AP );_egad .SetIfNotNil ("\u0041\u0053",_bfbd .AS );_egad .SetIfNotNil ("\u0042\u006f\u0072\u0064\u0065\u0072",_bfbd .Border );_egad .SetIfNotNil ("\u0043",_bfbd .C );_egad .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_bfbd .StructParent ); +_egad .SetIfNotNil ("\u004f\u0043",_bfbd .OC );return _cgac ;}; -// PdfShadingPatternType3 is shading patterns that will use a Type 3 shading pattern (Radial). -type PdfShadingPatternType3 struct{*PdfPattern ;Shading *PdfShadingType3 ;Matrix *_cee .PdfObjectArray ;ExtGState _cee .PdfObject ;};func _eaaca (_ebabb *_cee .PdfObjectDictionary )(*PdfShadingType3 ,error ){_ecee :=PdfShadingType3 {};_begdd :=_ebabb .Get ("\u0043\u006f\u006f\u0072\u0064\u0073"); -if _begdd ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0043\u006f\u006f\u0072\u0064\u0073");return nil ,ErrRequiredAttributeMissing ; -};_ccaaf ,_adgcg :=_begdd .(*_cee .PdfObjectArray );if !_adgcg {_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_begdd );return nil ,_cee .ErrTypeError ; -};if _ccaaf .Len ()!=6{_fca .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0036\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_ccaaf .Len ());return nil ,ErrInvalidAttribute ;};_ecee .Coords =_ccaaf ; -if _ecbbc :=_ebabb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_ecbbc !=nil {_ecbbc =_cee .TraceToDirectObject (_ecbbc );_bdbea ,_dgega :=_ecbbc .(*_cee .PdfObjectArray );if !_dgega {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_ecbbc ); -return nil ,_cee .ErrTypeError ;};_ecee .Domain =_bdbea ;};_begdd =_ebabb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _begdd ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_ecee .Function =[]PdfFunction {};if _ceacc ,_ebedf :=_begdd .(*_cee .PdfObjectArray );_ebedf {for _ ,_gdbfe :=range _ceacc .Elements (){_dgcfbg ,_ecefc :=_eeaec (_gdbfe );if _ecefc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ecefc ); -return nil ,_ecefc ;};_ecee .Function =append (_ecee .Function ,_dgcfbg );};}else {_ebdc ,_gdcgce :=_eeaec (_begdd );if _gdcgce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_gdcgce ); -return nil ,_gdcgce ;};_ecee .Function =append (_ecee .Function ,_ebdc );};if _dcbfg :=_ebabb .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_dcbfg !=nil {_dcbfg =_cee .TraceToDirectObject (_dcbfg );_bcgga ,_eagbc :=_dcbfg .(*_cee .PdfObjectArray );if !_eagbc {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dcbfg ); -return nil ,_cee .ErrTypeError ;};if _bcgga .Len ()!=2{_fca .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_bcgga .Len ());return nil ,ErrInvalidAttribute ; -};_ecee .Extend =_bcgga ;};return &_ecee ,nil ;}; +// GetAttachedFiles retrieves all the attached files info and content. +func (_bbgd *PdfReader )GetAttachedFiles ()([]*EmbeddedFile ,error ){_abfe :=[]*EmbeddedFile {};_efcgb ,_gaaeb :=_bbgd .GetNameDictionary ();if _gaaeb !=nil {return nil ,_gaaeb ;};if _efcgb ==nil {return _abfe ,nil ;};_agdcf :=_dcaab (_efcgb );if _agdcf .EmbeddedFiles ==nil {return nil ,nil ; +};_gfaag :=_agdcf .EmbeddedFiles .Get ("\u004e\u0061\u006de\u0073");_becbf ,_eefg :=_gfaag .(*_bda .PdfObjectArray );if !_eefg {return nil ,_gea .New ("\u0049\u006e\u0076\u0061li\u0064\u0020\u004e\u0061\u006d\u0065\u0073\u0020\u0061\u0072\u0072\u0061\u0079"); +};for _bbbfa :=1;_bbbfa < len (_becbf .Elements ());_bbbfa +=2{if _bbbfa %2!=0{_cbef :=_becbf .Get (_bbbfa );_gfbaf ,_feca :=NewPdfFilespecFromObj (_cbef );if _feca !=nil {return nil ,_feca ;};_gfgfe ,_feca :=NewEmbeddedFileFromObject (_gfbaf .EF );if _feca !=nil {return nil ,_feca ; +};_dbcdd ,_cbag :=_gfbaf .F .(*_bda .PdfObjectString );if _cbag {_gfgfe .Name =_dbcdd .Str ();};_gfgfe .Description =_gfbaf .Desc .WriteString ();_gfgfe .Relationship =RelationshipUnspecified ;if _gfbaf .AFRelationship !=nil {switch _gfbaf .AFRelationship .WriteString (){case "\u0053\u006f\u0075\u0072\u0063\u0065":_gfgfe .Relationship =RelationshipSource ; +case "\u0044\u0061\u0074\u0061":_gfgfe .Relationship =RelationshipData ;case "A\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0069\u0076\u0065":_gfgfe .Relationship =RelationshipAlternative ;case "\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074":_gfgfe .Relationship =RelationshipSupplement ; +default:_gfgfe .Relationship =RelationshipUnspecified ;};};_abfe =append (_abfe ,_gfgfe );};};return _abfe ,nil ;}; // PdfAnnotationPrinterMark represents PrinterMark annotations. // (Section 12.5.6.20). -type PdfAnnotationPrinterMark struct{*PdfAnnotation ;MN _cee .PdfObject ;};func _cdffc (_ccadb *_cee .PdfObjectDictionary )(*PdfShadingType5 ,error ){_caaaed :=PdfShadingType5 {};_bedad :=_ccadb .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _bedad ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg :=_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_bedad ); -return nil ,_cee .ErrTypeError ;};_caaaed .BitsPerCoordinate =_gggcg ;_bedad =_ccadb .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _bedad ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg =_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_bedad ); -return nil ,_cee .ErrTypeError ;};_caaaed .BitsPerComponent =_gggcg ;_bedad =_ccadb .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077");if _bedad ==nil {_fca .Log .Debug ("\u0052\u0065\u0071u\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0056\u0065\u0072\u0074\u0069c\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077"); -return nil ,ErrRequiredAttributeMissing ;};_gggcg ,_gedfg =_bedad .(*_cee .PdfObjectInteger );if !_gedfg {_fca .Log .Debug ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006et\u0065\u0067\u0065\u0072\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_bedad ); -return nil ,_cee .ErrTypeError ;};_caaaed .VerticesPerRow =_gggcg ;_bedad =_ccadb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _bedad ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_gfcffb ,_gedfg :=_bedad .(*_cee .PdfObjectArray );if !_gedfg {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bedad ); -return nil ,_cee .ErrTypeError ;};_caaaed .Decode =_gfcffb ;if _gcgcf :=_ccadb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_gcgcf !=nil {_caaaed .Function =[]PdfFunction {};if _afbfc ,_ffeac :=_gcgcf .(*_cee .PdfObjectArray );_ffeac {for _ ,_fbedb :=range _afbfc .Elements (){_bfaee ,_bfcde :=_eeaec (_fbedb ); -if _bfcde !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bfcde );return nil ,_bfcde ;};_caaaed .Function =append (_caaaed .Function ,_bfaee ); -};}else {_fcgae ,_bbaeg :=_eeaec (_gcgcf );if _bbaeg !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bbaeg );return nil ,_bbaeg ; -};_caaaed .Function =append (_caaaed .Function ,_fcgae );};};return &_caaaed ,nil ;};func (_fcdbd *PdfWriter )addObjects (_feafd _cee .PdfObject )error {_fca .Log .Trace ("\u0041d\u0064i\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u0021"); -if _gfbc ,_cbag :=_feafd .(*_cee .PdfIndirectObject );_cbag {_fca .Log .Trace ("\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074");_fca .Log .Trace ("\u002d \u0025\u0073\u0020\u0028\u0025\u0070)",_feafd ,_gfbc );_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_gfbc .PdfObject ); -if _fcdbd .addObject (_gfbc ){_ggccb :=_fcdbd .addObjects (_gfbc .PdfObject );if _ggccb !=nil {return _ggccb ;};};return nil ;};if _dbdbe ,_dbdedd :=_feafd .(*_cee .PdfObjectStream );_dbdedd {_fca .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d");_fca .Log .Trace ("\u002d \u0025\u0073\u0020\u0025\u0070",_feafd ,_feafd ); -if _fcdbd .addObject (_dbdbe ){_dadb :=_fcdbd .addObjects (_dbdbe .PdfObjectDictionary );if _dadb !=nil {return _dadb ;};};return nil ;};if _dccbc ,_deffb :=_feafd .(*_cee .PdfObjectDictionary );_deffb {_fca .Log .Trace ("\u0044\u0069\u0063\u0074");_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_feafd ); -for _ ,_edfbe :=range _dccbc .Keys (){_eecf :=_dccbc .Get (_edfbe );if _fgdef ,_gbdfe :=_eecf .(*_cee .PdfObjectReference );_gbdfe {_eecf =_fgdef .Resolve ();_dccbc .Set (_edfbe ,_eecf );};if _edfbe !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _afdac :=_fcdbd .addObjects (_eecf ); -_afdac !=nil {return _afdac ;};}else {if _ ,_cdcbb :=_eecf .(*_cee .PdfObjectNull );_cdcbb {continue ;};if _dcgfb :=_fcdbd .hasObject (_eecf );!_dcgfb {_fca .Log .Debug ("P\u0061\u0072\u0065\u006e\u0074\u0020o\u0062\u006a\u0020\u006e\u006f\u0074 \u0061\u0064\u0064\u0065\u0064\u0020\u0079e\u0074\u0021\u0021\u0020\u0025\u0054\u0020\u0025\u0070\u0020%\u0076",_eecf ,_eecf ,_eecf ); -_fcdbd ._fgadee [_eecf ]=append (_fcdbd ._fgadee [_eecf ],_dccbc );};};};return nil ;};if _fefbb ,_eeddg :=_feafd .(*_cee .PdfObjectArray );_eeddg {_fca .Log .Trace ("\u0041\u0072\u0072a\u0079");_fca .Log .Trace ("\u002d\u0020\u0025\u0073",_feafd );if _fefbb ==nil {return _cdf .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); -};for _aefeb ,_bbfdee :=range _fefbb .Elements (){if _abgba ,_dbfbg :=_bbfdee .(*_cee .PdfObjectReference );_dbfbg {_bbfdee =_abgba .Resolve ();_fefbb .Set (_aefeb ,_bbfdee );};if _bgbag :=_fcdbd .addObjects (_bbfdee );_bgbag !=nil {return _bgbag ;};}; -return nil ;};if _ ,_eadgce :=_feafd .(*_cee .PdfObjectReference );_eadgce {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0062\u0065\u0020\u0061\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u002d\u0020\u0067\u006f\u0074 \u0025\u0023\u0076\u0021",_feafd ); -return _cdf .New ("r\u0065\u0066\u0065\u0072en\u0063e\u0020\u006e\u006f\u0074\u0020a\u006c\u006c\u006f\u0077\u0065\u0064");};return nil ;}; +type PdfAnnotationPrinterMark struct{*PdfAnnotation ;MN _bda .PdfObject ;};func _bfagf (_effc *_bda .PdfObjectDictionary )(*PdfShadingType5 ,error ){_fbfcd :=PdfShadingType5 {};_cfege :=_effc .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _cfege ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_babfccb ,_gfec :=_cfege .(*_bda .PdfObjectInteger );if !_gfec {_ed .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cfege ); +return nil ,_bda .ErrTypeError ;};_fbfcd .BitsPerCoordinate =_babfccb ;_cfege =_effc .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _cfege ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_babfccb ,_gfec =_cfege .(*_bda .PdfObjectInteger );if !_gfec {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_cfege ); +return nil ,_bda .ErrTypeError ;};_fbfcd .BitsPerComponent =_babfccb ;_cfege =_effc .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077");if _cfege ==nil {_ed .Log .Debug ("\u0052\u0065\u0071u\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0056\u0065\u0072\u0074\u0069c\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077"); +return nil ,ErrRequiredAttributeMissing ;};_babfccb ,_gfec =_cfege .(*_bda .PdfObjectInteger );if !_gfec {_ed .Log .Debug ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050\u0065\u0072\u0052\u006f\u0077\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006et\u0065\u0067\u0065\u0072\u0020(\u0067\u006ft\u0020\u0025\u0054\u0029",_cfege ); +return nil ,_bda .ErrTypeError ;};_fbfcd .VerticesPerRow =_babfccb ;_cfege =_effc .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _cfege ==nil {_ed .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_edbgd ,_gfec :=_cfege .(*_bda .PdfObjectArray );if !_gfec {_ed .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cfege ); +return nil ,_bda .ErrTypeError ;};_fbfcd .Decode =_edbgd ;if _fcggf :=_effc .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_fcggf !=nil {_fbfcd .Function =[]PdfFunction {};if _bdeea ,_fdgab :=_fcggf .(*_bda .PdfObjectArray );_fdgab {for _ ,_befbc :=range _bdeea .Elements (){_accadfd ,_ecaebf :=_aaeca (_befbc ); +if _ecaebf !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ecaebf );return nil ,_ecaebf ;};_fbfcd .Function =append (_fbfcd .Function ,_accadfd ); +};}else {_caef ,_fgdcf :=_aaeca (_fcggf );if _fgdcf !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fgdcf );return nil ,_fgdcf ; +};_fbfcd .Function =append (_fbfcd .Function ,_caef );};};return &_fbfcd ,nil ;}; -// ToPdfObject returns a stream object. -func (_ffaf *XObjectImage )ToPdfObject ()_cee .PdfObject {_fdefe :=_ffaf ._fggac ;if _ffaf ._cdgeg {return _fdefe ;};_faefb :=_fdefe .PdfObjectDictionary ;if _ffaf .Filter !=nil {_faefb =_ffaf .Filter .MakeStreamDict ();_fdefe .PdfObjectDictionary =_faefb ; -};_faefb .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074"));_faefb .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0049\u006d\u0061g\u0065"));_faefb .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (*(_ffaf .Width ))); -_faefb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (*(_ffaf .Height )));if _ffaf .BitsPerComponent !=nil {_faefb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (*(_ffaf .BitsPerComponent ))); -};if _ffaf .ColorSpace !=nil {_faefb .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ffaf .ColorSpace .ToPdfObject ());};_faefb .SetIfNotNil ("\u0049\u006e\u0074\u0065\u006e\u0074",_ffaf .Intent );_faefb .SetIfNotNil ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k",_ffaf .ImageMask ); -_faefb .SetIfNotNil ("\u004d\u0061\u0073\u006b",_ffaf .Mask );_gfbae :=_faefb .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")!=nil ;if _ffaf .Decode ==nil &&_gfbae {_faefb .Remove ("\u0044\u0065\u0063\u006f\u0064\u0065");}else if _ffaf .Decode !=nil {_faefb .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_ffaf .Decode ); -};_faefb .SetIfNotNil ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_ffaf .Interpolate );_faefb .SetIfNotNil ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073",_ffaf .Alternatives );_faefb .SetIfNotNil ("\u0053\u004d\u0061s\u006b",_ffaf .SMask ); -_faefb .SetIfNotNil ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061",_ffaf .SMaskInData );_faefb .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_ffaf .Matte );_faefb .SetIfNotNil ("\u004e\u0061\u006d\u0065",_ffaf .Name );_faefb .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_ffaf .StructParent ); -_faefb .SetIfNotNil ("\u0049\u0044",_ffaf .ID );_faefb .SetIfNotNil ("\u004f\u0050\u0049",_ffaf .OPI );_faefb .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ffaf .Metadata );_faefb .SetIfNotNil ("\u004f\u0043",_ffaf .OC );_faefb .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_ffaf .Stream )))); -_fdefe .Stream =_ffaf .Stream ;_ffaf ._cdgeg =true ;return _fdefe ;}; +// ToPdfObject converts the pdfCIDFontType0 to a PDF representation. +func (_ggdcb *pdfCIDFontType0 )ToPdfObject ()_bda .PdfObject {return _bda .MakeNull ()}; -// StandardImplementer is an interface that defines specified PDF standards like PDF/A-1A (pdfa.Profile1A) -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type StandardImplementer interface{StandardValidator ;StandardApplier ; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. The slice should contain a single element. +func (_bbda *PdfColorspaceSpecialIndexed )ColorFromFloats (vals []float64 )(PdfColor ,error ){if len (vals )!=1{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};N :=_bbda .Base .GetNumComponents ();_egee :=int (vals [0])*N ; +if _egee < 0||(_egee +N -1)>=len (_bbda ._gfda ){_ed .Log .Debug ("\u0063\u006f\u006cor\u0020\u006f\u0075\u0074\u0020\u006f\u0066\u0020\u0043\u0053\u0020\u0072\u0061\u006e\u0067\u0065\u003a\u0020",_egee );return nil ,ErrColorOutOfRange ;};_gbda :=_bbda ._gfda [_egee :_egee +N ]; +var _defba []float64 ;for _ ,_edeg :=range _gbda {_defba =append (_defba ,float64 (_edeg )/255.0);};_cgdf ,_ecbb :=_bbda .Base .ColorFromFloats (_defba );if _ecbb !=nil {return nil ,_ecbb ;};return _cgdf ,nil ;}; -// StandardName gets the human-readable name of the standard. -StandardName ()string ;};func (_affgg fontCommon )asPdfObjectDictionary (_fgdad string )*_cee .PdfObjectDictionary {if _fgdad !=""&&_affgg ._ccdeg !=""&&_fgdad !=_affgg ._ccdeg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061\u0073\u0050\u0064\u0066\u004f\u0062\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e\u0020O\u0076\u0065\u0072\u0072\u0069\u0064\u0069\u006e\u0067\u0020\u0073\u0075\u0062t\u0079\u0070\u0065\u0020\u0074\u006f \u0025\u0023\u0071 \u0025\u0073",_fgdad ,_affgg ); -}else if _fgdad ==""&&_affgg ._ccdeg ==""{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0061s\u0050\u0064\u0066Ob\u006a\u0065\u0063\u0074\u0044\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006e\u006f\u0020\u0073\u0075\u0062\u0074y\u0070\u0065\u002e\u0020\u0066\u006f\u006e\u0074=\u0025\u0073",_affgg ); -}else if _affgg ._ccdeg ==""{_affgg ._ccdeg =_fgdad ;};_egbf :=_cee .MakeDict ();_egbf .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u006e\u0074"));_egbf .Set ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074",_cee .MakeName (_affgg ._fbcf )); -_egbf .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName (_affgg ._ccdeg ));if _affgg ._ebcad !=nil {_egbf .Set ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072",_affgg ._ebcad .ToPdfObject ());};if _affgg ._deccd !=nil {_egbf .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_affgg ._deccd ); -}else if _affgg ._abcbf !=nil {_eeea ,_gfgdf :=_affgg ._abcbf .Stream ();if _gfgdf !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0067\u0065\u0074\u0020C\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e\u0020\u0065r\u0072\u003d\u0025\u0076",_gfgdf ); -}else {_egbf .Set ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e",_eeea );};};return _egbf ;}; +// KValue is a wrapper object to hold various type of K's children objects. +type KValue struct{_dfafb *KDict ;_bfafef _bda .PdfObject ;_ecgbg *int ;}; -// NewPdfReader returns a new PdfReader for an input io.ReadSeeker interface. Can be used to read PDF from -// memory or file. Immediately loads and traverses the PDF structure including pages and page contents (if -// not encrypted). Loads entire document structure into memory. -// Alternatively a lazy-loading reader can be created with NewPdfReaderLazy which loads only references, -// and references are loaded from disk into memory on an as-needed basis. -func NewPdfReader (rs _fc .ReadSeeker )(*PdfReader ,error ){const _gbcdc ="\u006do\u0064e\u006c\u003a\u004e\u0065\u0077P\u0064\u0066R\u0065\u0061\u0064\u0065\u0072";return _agfga (rs ,&ReaderOpts {},false ,_gbcdc );}; +// ToPdfObject implements interface PdfModel. +func (_ecbc *PdfAnnotationStamp )ToPdfObject ()_bda .PdfObject {_ecbc .PdfAnnotation .ToPdfObject ();_daeb :=_ecbc ._ged ;_ebbc :=_daeb .PdfObject .(*_bda .PdfObjectDictionary );_ecbc .PdfAnnotationMarkup .appendToPdfDictionary (_ebbc );_ebbc .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0053\u0074\u0061m\u0070")); +_ebbc .SetIfNotNil ("\u004e\u0061\u006d\u0065",_ecbc .Name );return _daeb ;}; -// ToInteger convert to an integer format. -func (_bdab *PdfColorDeviceRGB )ToInteger (bits int )[3]uint32 {_fgda :=_aaa .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_fgda *_bdab .R ()),uint32 (_fgda *_bdab .G ()),uint32 (_fgda *_bdab .B ())};}; +// GetNumComponents returns the number of color components (3 for RGB). +func (_dagee *PdfColorDeviceRGB )GetNumComponents ()int {return 3}; -// GetXObjectByName gets XObject by name. -func (_aegcdb *PdfPage )GetXObjectByName (name _cee .PdfObjectName )(_cee .PdfObject ,bool ){_cgbgd ,_babd :=_aegcdb .Resources .XObject .(*_cee .PdfObjectDictionary );if !_babd {return nil ,false ;};if _fageg :=_cgbgd .Get (name );_fageg !=nil {return _fageg ,true ; -};return nil ,false ;}; +// ToPdfObject implements interface PdfModel. +func (_ea *PdfActionGoToR )ToPdfObject ()_bda .PdfObject {_ea .PdfAction .ToPdfObject ();_dgad :=_ea ._gg ;_eec :=_dgad .PdfObject .(*_bda .PdfObjectDictionary );_eec .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeGoToR )));if _ea .F !=nil {_eec .Set ("\u0046",_ea .F .ToPdfObject ()); +};_eec .SetIfNotNil ("\u0044",_ea .D );_eec .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_ea .NewWindow );return _dgad ;}; -// NewPdfActionGoToR returns a new "go to remote" action. -func NewPdfActionGoToR ()*PdfActionGoToR {_ggg :=NewPdfAction ();_acfb :=&PdfActionGoToR {};_acfb .PdfAction =_ggg ;_ggg .SetContext (_acfb );return _acfb ;};func _cgbbg (_cgce *_cee .PdfObjectDictionary ,_gcgc *fontCommon )(*pdfFontType0 ,error ){_gafce ,_aegcd :=_cee .GetArray (_cgce .Get ("\u0044e\u0073c\u0065\u006e\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073")); -if !_aegcd {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049n\u0076\u0061\u006cid\u0020\u0044\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074\u0046\u006f\u006e\u0074\u0073\u0020\u002d\u0020\u006e\u006f\u0074 \u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079 \u0025\u0073",_gcgc ); -return nil ,_cee .ErrRangeError ;};if _gafce .Len ()!=1{_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0041\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0031\u0020(%\u0064\u0029",_gafce .Len ()); -return nil ,_cee .ErrRangeError ;};_agbdf ,_eabf :=_dfbe (_gafce .Get (0),false );if _eabf !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0046a\u0069\u006c\u0065d \u006c\u006f\u0061\u0064\u0069\u006eg\u0020\u0064\u0065\u0073\u0063\u0065\u006e\u0064\u0061\u006e\u0074\u0020\u0066\u006f\u006et\u003a\u0020\u0065\u0072\u0072\u003d\u0025\u0076 \u0025\u0073",_eabf ,_gcgc ); -return nil ,_eabf ;};_ebaga :=_cgce .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");_agfg :="";_cega :=_faca (_gcgc );_cega .DescendantFont =_agbdf ;switch _gaade :=_ebaga .(type ){case *_cee .PdfObjectName :_agfg ,_aegcd =_cee .GetNameVal (_ebaga ); -if _aegcd {if _agfg =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_agfg =="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"{_cega ._daac =_dae .NewIdentityTextEncoder (_agfg );}else if _dgg .IsPredefinedCMap (_agfg ){_cega ._dcffd ,_eabf =_dgg .LoadPredefinedCMap (_agfg ); -if _eabf !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_agfg ,_eabf ); -};}else {_fca .Log .Debug ("\u0055\u006e\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u0063\u006da\u0070\u0020\u0025\u0071",_agfg );};};case *_cee .PdfObjectStream :if _cega ._deccd ==nil {_gcgg ,_afde :=_dgg .NewCIDSystemInfo (_gaade .PdfObjectDictionary .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); -if _afde !=nil {_fca .Log .Debug ("\u0055\u006e\u0061b\u006c\u0065\u0020\u0074o\u0020\u0067\u0065\u0074\u0020\u0043\u0049D\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u003a\u0020\u0025\u0076",_afde );};_afad :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_gcgg .Registry ,_gcgg .Ordering ); -if _dgg .IsPredefinedCMap (_afad ){_cega ._dcffd ,_afde =_dgg .LoadPredefinedCMap (_afad );if _afde !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_afad ,_afde ); -};}else {_afad =_gaade .PdfObjectDictionary .Get ("\u0043\u004d\u0061\u0070\u004e\u0061\u006d\u0065").String ();_eafce ,_fegf :=_cee .DecodeStream (_gaade );if _fegf !=nil {_fca .Log .Debug ("U\u006e\u0061\u0062\u006c\u0065\u0020t\u006f\u0020\u0064\u0065\u0063\u006f\u0064\u0065\u0020s\u0074\u0072\u0065a\u006d:\u0020\u0025\u0076",_fegf ); -return _cega ,_fegf ;};if _aedgg :=_afad =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0048"||_afad =="\u004f\u006ee\u0042\u0079\u0074e\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u0056";_aedgg {_cega ._dcffd ,_fegf =_dgg .LoadCmapFromData (_eafce ,_aedgg ); -if _fegf !=nil {_fca .Log .Debug ("\u0055\u006e\u0061\u0062\u006ce\u0020\u0074\u006f\u0020\u006c\u006f\u0061\u0064\u0020\u0043\u004d\u0061\u0070 \u0066\u0072\u006f\u006d\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076\u0020\u002d\u002d\u0020\u0025\u0076",_fegf ,string (_eafce )); -return _cega ,_fegf ;};_gecba :=make (map[_dgg .CharCode ]rune ,256);for _aeefg :=0x00;_aeefg <=0xFF;_aeefg ++{_gecba [_dgg .CharCode (_aeefg )]=rune (_aeefg );};_cega ._abcbf =_dgg .NewToUnicodeCMap (_gecba );};};};};if _adgcfa :=_agbdf .baseFields ()._abcbf ; -_adgcfa !=nil {if _cdfg :=_adgcfa .Name ();_cdfg =="\u0041d\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002d\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u0047\u0042\u0031-\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031-\u0055\u0043\u0053\u0032"||_cdfg =="\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006f\u0072\u0065\u0061\u0031-\u0055\u0043\u0053\u0032"{_cega ._daac =_dae .NewCMapEncoder (_agfg ,_cega ._dcffd ,_adgcfa ); -};};return _cega ,nil ;}; +// ToPdfObject converts the PdfPage to a dictionary within an indirect object container. +func (_dgee *PdfPage )ToPdfObject ()_bda .PdfObject {_acfd :=_dgee ._eebfa ;_dgee .GetPageDict ();return _acfd ;};func (_ggde *PdfPage )setContainer (_egeae *_bda .PdfIndirectObject ){_egeae .PdfObject =_ggde ._bdgdg ;_ggde ._eebfa =_egeae ;}; -// GetContentStreams returns the content stream as an array of strings. -func (_ffcdd *PdfPage )GetContentStreams ()([]string ,error ){_gggb :=_ffcdd .GetContentStreamObjs ();var _ggbde []string ;for _ ,_cdaca :=range _gggb {_dgfcdf ,_eaade :=_dffed (_cdaca );if _eaade !=nil {return nil ,_eaade ;};_ggbde =append (_ggbde ,_dgfcdf ); -};return _ggbde ,nil ;}; +// ColorFromPdfObjects returns a new PdfColor based on the input slice of color +// components. The slice should contain three PdfObjectFloat elements representing +// the L, A and B components of the color. +func (_efdbg *PdfColorspaceLab )ColorFromPdfObjects (objects []_bda .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_gea .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_cfce ,_aceba :=_bda .GetNumbersAsFloat (objects ); +if _aceba !=nil {return nil ,_aceba ;};return _efdbg .ColorFromFloats (_cfce );}; -// ToPdfObject implements interface PdfModel. -func (_bfc *PdfActionSound )ToPdfObject ()_cee .PdfObject {_bfc .PdfAction .ToPdfObject ();_afg :=_bfc ._gaf ;_daab :=_afg .PdfObject .(*_cee .PdfObjectDictionary );_daab .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeSound )));_daab .SetIfNotNil ("\u0053\u006f\u0075n\u0064",_bfc .Sound ); -_daab .SetIfNotNil ("\u0056\u006f\u006c\u0075\u006d\u0065",_bfc .Volume );_daab .SetIfNotNil ("S\u0079\u006e\u0063\u0068\u0072\u006f\u006e\u006f\u0075\u0073",_bfc .Synchronous );_daab .SetIfNotNil ("\u0052\u0065\u0070\u0065\u0061\u0074",_bfc .Repeat ); -_daab .SetIfNotNil ("\u004d\u0069\u0078",_bfc .Mix );return _afg ;}; +// ImageHandler interface implements common image loading and processing tasks. +// Implementing as an interface allows for the possibility to use non-standard libraries for faster +// loading and processing of images. +type ImageHandler interface{ -// SetOCProperties sets the optional content properties. -func (_fbdca *PdfWriter )SetOCProperties (ocProperties _cee .PdfObject )error {_dfaac :=_fbdca ._cdebc ;if ocProperties !=nil {_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u004f\u0043\u0020\u0050\u0072o\u0070\u0065\u0072\u0074\u0069\u0065\u0073\u002e\u002e\u002e"); -_dfaac .Set ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073",ocProperties );return _fbdca .addObjects (ocProperties );};return nil ;};func (_bdcdb *PdfWriter )checkCrossReferenceStream ()bool {_gbded :=_bdcdb ._gceef .Major > 1||(_bdcdb ._gceef .Major ==1&&_bdcdb ._gceef .Minor > 4); -if _bdcdb ._deda !=nil {_gbded =*_bdcdb ._deda ;};return _gbded ;}; +// Read any image type and load into a new Image object. +Read (_bbgad _ga .Reader )(*Image ,error ); -// GetContainingPdfObject implements interface PdfModel. -func (_fedbf *PdfSignatureReference )GetContainingPdfObject ()_cee .PdfObject {return _fedbf ._bfegdg }; +// NewImageFromGoImage loads a NRGBA32 unidoc Image from a standard Go image structure. +NewImageFromGoImage (_eeafg _f .Image )(*Image ,error ); -// ColorFromPdfObjects gets the color from a series of pdf objects (3 for rgb). -func (_dgff *PdfColorspaceDeviceRGB )ColorFromPdfObjects (objects []_cee .PdfObject )(PdfColor ,error ){if len (objects )!=3{return nil ,_cdf .New ("r\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b");};_adfec ,_eceg :=_cee .GetNumbersAsFloat (objects ); -if _eceg !=nil {return nil ,_eceg ;};return _dgff .ColorFromFloats (_adfec );}; +// NewGrayImageFromGoImage loads a grayscale unidoc Image from a standard Go image structure. +NewGrayImageFromGoImage (_dccf _f .Image )(*Image ,error ); -// GetRefObject returns the reference object of the KValue. -func (_gdcad *KValue )GetRefObject ()_cee .PdfObject {return _gdcad ._abcfb }; +// Compress an image. +Compress (_fdbf *Image ,_gbafd int64 )(*Image ,error );}; -// ToPdfObject returns the text field dictionary within an indirect object (container). -func (_bfbba *PdfFieldText )ToPdfObject ()_cee .PdfObject {_bfbba .PdfField .ToPdfObject ();_decgbe :=_bfbba ._ccbb ;_fbfce :=_decgbe .PdfObject .(*_cee .PdfObjectDictionary );_fbfce .Set ("\u0046\u0054",_cee .MakeName ("\u0054\u0078"));if _bfbba .DA !=nil {_fbfce .Set ("\u0044\u0041",_bfbba .DA ); -};if _bfbba .Q !=nil {_fbfce .Set ("\u0051",_bfbba .Q );};if _bfbba .DS !=nil {_fbfce .Set ("\u0044\u0053",_bfbba .DS );};if _bfbba .RV !=nil {_fbfce .Set ("\u0052\u0056",_bfbba .RV );};if _bfbba .MaxLen !=nil {_fbfce .Set ("\u004d\u0061\u0078\u004c\u0065\u006e",_bfbba .MaxLen ); -};return _decgbe ;}; +// SetAction sets the PDF action for the annotation link. +func (_acca *PdfAnnotationLink )SetAction (action *PdfAction ){_acca ._bdcb =action ;if action ==nil {_acca .A =nil ;};}; -// Tab order types. -type TabOrderType string ; +// ToPdfObject converts the pdfFontSimple to its PDF representation for outputting. +func (_eedg *pdfFontSimple )ToPdfObject ()_bda .PdfObject {if _eedg ._gdagb ==nil {_eedg ._gdagb =&_bda .PdfIndirectObject {};};_efgde :=_eedg .baseFields ().asPdfObjectDictionary ("");_eedg ._gdagb .PdfObject =_efgde ;if _eedg .FirstChar !=nil {_efgde .Set ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r",_eedg .FirstChar ); +};if _eedg .LastChar !=nil {_efgde .Set ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072",_eedg .LastChar );};if _eedg .Widths !=nil {_efgde .Set ("\u0057\u0069\u0064\u0074\u0068\u0073",_eedg .Widths );};if _eedg .Encoding !=nil {_efgde .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_eedg .Encoding ); +}else if _eedg ._cbedg !=nil {_fcdg :=_eedg ._cbedg .ToPdfObject ();if _fcdg !=nil {_efgde .Set ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",_fcdg );};};return _eedg ._gdagb ;}; -// ToPdfObject returns the PDF representation of the colorspace. -func (_cecga *PdfColorspaceSpecialPattern )ToPdfObject ()_cee .PdfObject {if _cecga .UnderlyingCS ==nil {return _cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e");};_fefg :=_cee .MakeArray (_cee .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); -_fefg .Append (_cecga .UnderlyingCS .ToPdfObject ());if _cecga ._gfcg !=nil {_cecga ._gfcg .PdfObject =_fefg ;return _cecga ._gfcg ;};return _fefg ;};func _ffce (_fadb *_cee .PdfObjectDictionary )(*PdfShadingType1 ,error ){_eeabe :=PdfShadingType1 {};if _dcdc :=_fadb .Get ("\u0044\u006f\u006d\u0061\u0069\u006e"); -_dcdc !=nil {_dcdc =_cee .TraceToDirectObject (_dcdc );_ffbf ,_fbcae :=_dcdc .(*_cee .PdfObjectArray );if !_fbcae {_fca .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dcdc ); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};_eeabe .Domain =_ffbf ;};if _dfcdc :=_fadb .Get ("\u004d\u0061\u0074\u0072\u0069\u0078");_dfcdc !=nil {_dfcdc =_cee .TraceToDirectObject (_dfcdc ); -_gceb ,_gdefg :=_dfcdc .(*_cee .PdfObjectArray );if !_gdefg {_fca .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_dfcdc );return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -};_eeabe .Matrix =_gceb ;};_fcefd :=_fadb .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _fcefd ==nil {_fca .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); -return nil ,ErrRequiredAttributeMissing ;};_eeabe .Function =[]PdfFunction {};if _ageff ,_dbafg :=_fcefd .(*_cee .PdfObjectArray );_dbafg {for _ ,_dbbecb :=range _ageff .Elements (){_abcaa ,_bffege :=_eeaec (_dbbecb );if _bffege !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_bffege ); -return nil ,_bffege ;};_eeabe .Function =append (_eeabe .Function ,_abcaa );};}else {_ebaeb ,_ggae :=_eeaec (_fcefd );if _ggae !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ggae ); -return nil ,_ggae ;};_eeabe .Function =append (_eeabe .Function ,_ebaeb );};return &_eeabe ,nil ;};func (_deee *PdfReader )newPdfActionGoTo3DViewFromDict (_deb *_cee .PdfObjectDictionary )(*PdfActionGoTo3DView ,error ){return &PdfActionGoTo3DView {TA :_deb .Get ("\u0054\u0041"),V :_deb .Get ("\u0056")},nil ; -};var _ggdge =false ; +// PdfActionJavaScript represents a javaScript action. +type PdfActionJavaScript struct{*PdfAction ;JS _bda .PdfObject ;}; -// PageFromIndirectObject returns the PdfPage and page number for a given indirect object. -func (_fbefd *PdfReader )PageFromIndirectObject (ind *_cee .PdfIndirectObject )(*PdfPage ,int ,error ){if len (_fbefd .PageList )!=len (_fbefd ._fded ){return nil ,0,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006c\u0069\u0073\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -};for _gfbdbf ,_dgebb :=range _fbefd ._fded {if _dgebb ==ind {return _fbefd .PageList [_gfbdbf ],_gfbdbf +1,nil ;};};return nil ,0,_cdf .New ("\u0070\u0061\u0067\u0065\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");}; +// PdfAnnotationLink represents Link annotations. +// (Section 12.5.6.5 p. 403). +type PdfAnnotationLink struct{*PdfAnnotation ;A _bda .PdfObject ;Dest _bda .PdfObject ;H _bda .PdfObject ;PA _bda .PdfObject ;QuadPoints _bda .PdfObject ;BS _bda .PdfObject ;_bdcb *PdfAction ;_bbfb *PdfReader ;}; // ToPdfObject implements interface PdfModel. -func (_fcaff *PdfTransformParamsDocMDP )ToPdfObject ()_cee .PdfObject {_cbcg :=_cee .MakeDict ();_cbcg .SetIfNotNil ("\u0054\u0079\u0070\u0065",_fcaff .Type );_cbcg .SetIfNotNil ("\u0056",_fcaff .V );_cbcg .SetIfNotNil ("\u0050",_fcaff .P );return _cbcg ; +func (_eabfa *PdfSignature )ToPdfObject ()_bda .PdfObject {_dcgf :=_eabfa ._gbggff ;var _fbbcae *_bda .PdfObjectDictionary ;if _acdfc ,_bbcea :=_dcgf .PdfObject .(*pdfSignDictionary );_bbcea {_fbbcae =_acdfc .PdfObjectDictionary ;}else {_fbbcae =_dcgf .PdfObject .(*_bda .PdfObjectDictionary ); +};_fbbcae .SetIfNotNil ("\u0054\u0079\u0070\u0065",_eabfa .Type );_fbbcae .SetIfNotNil ("\u0046\u0069\u006c\u0074\u0065\u0072",_eabfa .Filter );_fbbcae .SetIfNotNil ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r",_eabfa .SubFilter );_fbbcae .SetIfNotNil ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e",_eabfa .ByteRange ); +_fbbcae .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eabfa .Contents );_fbbcae .SetIfNotNil ("\u0043\u0065\u0072\u0074",_eabfa .Cert );_fbbcae .SetIfNotNil ("\u004e\u0061\u006d\u0065",_eabfa .Name );_fbbcae .SetIfNotNil ("\u0052\u0065\u0061\u0073\u006f\u006e",_eabfa .Reason ); +_fbbcae .SetIfNotNil ("\u004d",_eabfa .M );_fbbcae .SetIfNotNil ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e",_eabfa .Reference );_fbbcae .SetIfNotNil ("\u0043h\u0061\u006e\u0067\u0065\u0073",_eabfa .Changes );_fbbcae .SetIfNotNil ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f",_eabfa .ContactInfo ); +_fbbcae .SetIfNotNil ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e",_eabfa .Location );return _dcgf ;};func _gafdc (_abacc *_bda .PdfObjectDictionary )(*PdfShadingType4 ,error ){_cgggb :=PdfShadingType4 {};_fdcg :=_abacc .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); +if _fdcg ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_gedgf ,_fgcf :=_fdcg .(*_bda .PdfObjectInteger );if !_fgcf {_ed .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_fdcg ); +return nil ,_bda .ErrTypeError ;};_cgggb .BitsPerCoordinate =_gedgf ;_fdcg =_abacc .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _fdcg ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_gedgf ,_fgcf =_fdcg .(*_bda .PdfObjectInteger );if !_fgcf {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_fdcg ); +return nil ,_bda .ErrTypeError ;};_cgggb .BitsPerComponent =_gedgf ;_fdcg =_abacc .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _fdcg ==nil {_ed .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_gedgf ,_fgcf =_fdcg .(*_bda .PdfObjectInteger );if !_fgcf {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_fdcg ); +return nil ,_bda .ErrTypeError ;};_cgggb .BitsPerComponent =_gedgf ;_fdcg =_abacc .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _fdcg ==nil {_ed .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_gafdb ,_fgcf :=_fdcg .(*_bda .PdfObjectArray );if !_fgcf {_ed .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_fdcg ); +return nil ,_bda .ErrTypeError ;};_cgggb .Decode =_gafdb ;_fdcg =_abacc .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _fdcg ==nil {_ed .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_cgggb .Function =[]PdfFunction {};if _ccbcc ,_ecffd :=_fdcg .(*_bda .PdfObjectArray );_ecffd {for _ ,_cbcfb :=range _ccbcc .Elements (){_cbcd ,_geeb :=_aaeca (_cbcfb );if _geeb !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_geeb ); +return nil ,_geeb ;};_cgggb .Function =append (_cgggb .Function ,_cbcd );};}else {_cgaagc ,_efagb :=_aaeca (_fdcg );if _efagb !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_efagb ); +return nil ,_efagb ;};_cgggb .Function =append (_cgggb .Function ,_cgaagc );};return &_cgggb ,nil ;}; + +// NewCustomPdfOutputIntent creates a new custom PdfOutputIntent. +func NewCustomPdfOutputIntent (outputCondition ,outputConditionIdentifier ,info string ,destOutputProfile []byte ,colorComponents int )*PdfOutputIntent {return &PdfOutputIntent {Type :"\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074",OutputCondition :outputCondition ,OutputConditionIdentifier :outputConditionIdentifier ,Info :info ,DestOutputProfile :destOutputProfile ,_abccce :_bda .MakeDict (),ColorComponents :colorComponents }; }; -// IsEncrypted returns true if the PDF file is encrypted. -func (_cgde *PdfReader )IsEncrypted ()(bool ,error ){return _cgde ._ffdgf .IsEncrypted ()};func (_baagf *PdfReader )newPdfFieldSignatureFromDict (_fbefe *_cee .PdfObjectDictionary )(*PdfFieldSignature ,error ){_ggcac :=&PdfFieldSignature {};_dbbad ,_fbag :=_cee .GetIndirect (_fbefe .Get ("\u0056")); -if _fbag {var _gffad error ;_ggcac .V ,_gffad =_baagf .newPdfSignatureFromIndirect (_dbbad );if _gffad !=nil {return nil ,_gffad ;};};_ggcac .Lock ,_ =_cee .GetIndirect (_fbefe .Get ("\u004c\u006f\u0063\u006b"));_ggcac .SV ,_ =_cee .GetIndirect (_fbefe .Get ("\u0053\u0056")); -return _ggcac ,nil ;}; +// AddMCIDChild adds a child MCID object. +func (_cfead *KDict )AddMCIDChild (mcid int ){_cfead ._fcbda =append (_cfead ._fcbda ,&KValue {_ecgbg :&mcid });}; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_bggef *PdfShadingType5 )ToPdfObject ()_cee .PdfObject {_bggef .PdfShading .ToPdfObject ();_dcdfd ,_geece :=_bggef .getShadingDict ();if _geece !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _bggef .BitsPerCoordinate !=nil {_dcdfd .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_bggef .BitsPerCoordinate );};if _bggef .BitsPerComponent !=nil {_dcdfd .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bggef .BitsPerComponent ); -};if _bggef .VerticesPerRow !=nil {_dcdfd .Set ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073\u0050e\u0072\u0052\u006f\u0077",_bggef .VerticesPerRow );};if _bggef .Decode !=nil {_dcdfd .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_bggef .Decode );}; -if _bggef .Function !=nil {if len (_bggef .Function )==1{_dcdfd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_bggef .Function [0].ToPdfObject ());}else {_fdede :=_cee .MakeArray ();for _ ,_acbce :=range _bggef .Function {_fdede .Append (_acbce .ToPdfObject ()); -};_dcdfd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_fdede );};};return _bggef ._dfgbe ;}; +// PdfSignatureReference represents a PDF signature reference dictionary and is used for signing via form signature fields. +// (Section 12.8.1, Table 253 - Entries in a signature reference dictionary p. 469 in PDF32000_2008). +type PdfSignatureReference struct{_efgcdg *_bda .PdfObjectDictionary ;Type *_bda .PdfObjectName ;TransformMethod *_bda .PdfObjectName ;TransformParams _bda .PdfObject ;Data _bda .PdfObject ;DigestMethod *_bda .PdfObjectName ;}; -// SetRotation sets the rotation of all pages added to writer. The rotation is -// specified in degrees and must be a multiple of 90. -// The Rotate field of individual pages has priority over the global rotation. -func (_ebcbd *PdfWriter )SetRotation (rotate int64 )error {_cegfe ,_acabe :=_cee .GetDict (_ebcbd ._cdggg );if !_acabe {return ErrTypeCheck ;};_cegfe .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_cee .MakeInteger (rotate ));return nil ;}; +// XObjectForm (Table 95 in 8.10.2). +type XObjectForm struct{Filter _bda .StreamEncoder ;FormType _bda .PdfObject ;BBox _bda .PdfObject ;Matrix _bda .PdfObject ;Resources *PdfPageResources ;Group _bda .PdfObject ;Ref _bda .PdfObject ;MetaData _bda .PdfObject ;PieceInfo _bda .PdfObject ;LastModified _bda .PdfObject ; +StructParent _bda .PdfObject ;StructParents _bda .PdfObject ;OPI _bda .PdfObject ;OC _bda .PdfObject ;Name _bda .PdfObject ; -// NewPdfAnnotationPolyLine returns a new polyline annotation. -func NewPdfAnnotationPolyLine ()*PdfAnnotationPolyLine {_fbb :=NewPdfAnnotation ();_fab :=&PdfAnnotationPolyLine {};_fab .PdfAnnotation =_fbb ;_fab .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_fbb .SetContext (_fab );return _fab ;}; +// Stream data. +Stream []byte ;_cdfb *_bda .PdfObjectStream ;};func (_ccc *PdfAnnotation )String ()string {_acf :="";_aef ,_afa :=_ccc .ToPdfObject ().(*_bda .PdfIndirectObject );if _afa {_acf =_c .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_ccc ._fdeb ,_aef .PdfObject .String ()); +};return _acf ;};type pdfCIDFontType0 struct{fontCommon ;_bafce *_bda .PdfIndirectObject ;_bffcf _dgb .TextEncoder ; -// CompliancePdfReader is a wrapper over PdfReader that is used for verifying if the input Pdf document matches the -// compliance rules of standards like PDF/A. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type CompliancePdfReader struct{*PdfReader ;_eabdgb _cee .ParserMetadata ;}; +// Table 117 – Entries in a CIDFont dictionary (page 269) +// (Required) Dictionary that defines the character collection of the CIDFont. +// See Table 116. +CIDSystemInfo *_bda .PdfObjectDictionary ; -// ToPdfObject implements interface PdfModel. -func (_aeff *PdfAnnotationLine )ToPdfObject ()_cee .PdfObject {_aeff .PdfAnnotation .ToPdfObject ();_eea :=_aeff ._eddc ;_fdcbg :=_eea .PdfObject .(*_cee .PdfObjectDictionary );_aeff .PdfAnnotationMarkup .appendToPdfDictionary (_fdcbg );_fdcbg .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u004c\u0069\u006e\u0065")); -_fdcbg .SetIfNotNil ("\u004c",_aeff .L );_fdcbg .SetIfNotNil ("\u0042\u0053",_aeff .BS );_fdcbg .SetIfNotNil ("\u004c\u0045",_aeff .LE );_fdcbg .SetIfNotNil ("\u0049\u0043",_aeff .IC );_fdcbg .SetIfNotNil ("\u004c\u004c",_aeff .LL );_fdcbg .SetIfNotNil ("\u004c\u004c\u0045",_aeff .LLE ); -_fdcbg .SetIfNotNil ("\u0043\u0061\u0070",_aeff .Cap );_fdcbg .SetIfNotNil ("\u0049\u0054",_aeff .IT );_fdcbg .SetIfNotNil ("\u004c\u004c\u004f",_aeff .LLO );_fdcbg .SetIfNotNil ("\u0043\u0050",_aeff .CP );_fdcbg .SetIfNotNil ("\u004de\u0061\u0073\u0075\u0072\u0065",_aeff .Measure ); -_fdcbg .SetIfNotNil ("\u0043\u004f",_aeff .CO );return _eea ;}; +// Glyph metrics fields (optional). +DW _bda .PdfObject ;W _bda .PdfObject ;DW2 _bda .PdfObject ;W2 _bda .PdfObject ;_aabdbg map[_dgb .CharCode ]float64 ;_egcg float64 ;};var _aaead =map[string ]struct{}{"\u0046\u0054":{},"\u004b\u0069\u0064\u0073":{},"\u0054":{},"\u0054\u0055":{},"\u0054\u004d":{},"\u0046\u0066":{},"\u0056":{},"\u0044\u0056":{},"\u0041\u0041":{},"\u0044\u0041":{},"\u0051":{},"\u0044\u0053":{},"\u0052\u0056":{}}; -// GetCIDToGIDMapObject get the underlying CIDToGIDMap object if the font type is CIDFontType2. -func (_cagdc *PdfFont )GetCIDToGIDMapObject ()_cee .PdfObject {_gdbef ,_eafdg :=_cagdc ._bggcf .(*pdfCIDFontType2 );if _eafdg {return _gdbef .CIDToGIDMap ;};return nil ;}; -// PdfColorspaceDeviceCMYK represents a CMYK32 colorspace. -type PdfColorspaceDeviceCMYK struct{}; +// IsRadio returns true if the button field represents a radio button, false otherwise. +func (_bagc *PdfFieldButton )IsRadio ()bool {return _bagc .GetType ()==ButtonTypeRadio }; -// NewPdfTransformParamsDocMDP create a PdfTransformParamsDocMDP with the specific permissions. -func NewPdfTransformParamsDocMDP (permission _cc .DocMDPPermission )*PdfTransformParamsDocMDP {return &PdfTransformParamsDocMDP {Type :_cee .MakeName ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"),P :_cee .MakeInteger (int64 (permission )),V :_cee .MakeName ("\u0031\u002e\u0032")}; -}; +// PdfColorspaceCalGray represents CalGray color space. +type PdfColorspaceCalGray struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma float64 ;_dega *_bda .PdfIndirectObject ;}; -// PdfActionSubmitForm represents a submitForm action. -type PdfActionSubmitForm struct{*PdfAction ;F *PdfFilespec ;Fields _cee .PdfObject ;Flags _cee .PdfObject ;}; +// AddCustomInfo adds a custom info into document info dictionary. +func (_bgbb *PdfInfo )AddCustomInfo (name string ,value string )error {if _bgbb ._feec ==nil {_bgbb ._feec =_bda .MakeDict ();};if _ ,_cfeg :=_ceba [name ];_cfeg {return _c .Errorf ("\u0063\u0061\u006e\u006e\u006ft\u0020\u0075\u0073\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072\u0064 \u0069\u006e\u0066\u006f\u0020\u006b\u0065\u0079\u0020\u0025\u0073\u0020\u0061\u0073\u0020\u0063\u0075\u0073\u0074\u006f\u006d\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u006b\u0065y",name ); +};_bgbb ._feec .SetIfNotNil (*_bda .MakeName (name ),_bda .MakeString (value ));return nil ;};func (_cdbf *PdfWriter )checkLicense ()error {_gafg :=_dfb .GetLicenseKey ();if (_gafg ==nil ||!_gafg .IsLicensed ())&&!_cbbeb {_c .Printf ("\u0055\u006e\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0064\u0020c\u006f\u0070\u0079\u0020\u006f\u0066\u0020\u0055\u006e\u0069P\u0044\u0046\u000a"); +_c .Println ("-\u0020\u0047\u0065\u0074\u0020\u0061\u0020\u0066\u0072e\u0065\u0020\u0074\u0072\u0069\u0061\u006c l\u0069\u0063\u0065\u006es\u0065\u0020\u006f\u006e\u0020\u0068\u0074\u0074\u0070s:\u002f\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069\u006f"); +return _gea .New ("\u0075\u006e\u0069\u0070d\u0066\u0020\u006c\u0069\u0063\u0065\u006e\u0073\u0065\u0020c\u006fd\u0065\u0020\u0072\u0065\u0071\u0075\u0069r\u0065\u0064");};return nil ;};func _aaeca (_begac _bda .PdfObject )(PdfFunction ,error ){_begac =_bda .ResolveReference (_begac ); +if _acdeg ,_egddc :=_begac .(*_bda .PdfObjectStream );_egddc {_gbfe :=_acdeg .PdfObjectDictionary ;_gdcg ,_decd :=_gbfe .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_bda .PdfObjectInteger );if !_decd {_ed .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); +return nil ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_gdcg ==0{return _efea (_acdeg );}else if *_gdcg ==4{return _bebb (_acdeg ); +}else {return nil ,_gea .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _dgda ,_ebcb :=_begac .(*_bda .PdfIndirectObject );_ebcb {_egcga ,_bbfad :=_dgda .PdfObject .(*_bda .PdfObjectDictionary ); +if !_bbfad {_ed .Log .Error ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020o\u0062\u006a\u0065\u0063\u0074\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006eg\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};_bdegb ,_bbfad :=_egcga .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_bda .PdfObjectInteger ); +if !_bbfad {_ed .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067");return nil ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067"); +};if *_bdegb ==2{return _fbbb (_dgda );}else if *_bdegb ==3{return _bdfc (_dgda );}else {return nil ,_gea .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else if _dcedg ,_cfeaa :=_begac .(*_bda .PdfObjectDictionary ); +_cfeaa {_eaegd ,_bbad :=_dcedg .Get ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065").(*_bda .PdfObjectInteger );if !_bbad {_ed .Log .Error ("F\u0075\u006e\u0063\u0074\u0069\u006fn\u0054\u0079\u0070\u0065\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u006di\u0073s\u0069\u006e\u0067"); +return nil ,_gea .New ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074e\u0072 \u006f\u0072\u0020\u006d\u0069\u0073\u0073i\u006e\u0067");};if *_eaegd ==2{return _fbbb (_dcedg );}else if *_eaegd ==3{return _bdfc (_dcedg ); +}else {return nil ,_gea .New ("i\u006e\u0076\u0061\u006cid\u0020f\u0075\u006e\u0063\u0074\u0069o\u006e\u0020\u0074\u0079\u0070\u0065");};}else {_ed .Log .Debug ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e\u0020\u0054\u0079\u0070\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0023\u0076",_begac ); +return nil ,_gea .New ("\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};}; -// Read reads an image and loads into a new Image object with an RGB -// colormap and 8 bits per component. -func (_eaec DefaultImageHandler )Read (reader _fc .Reader )(*Image ,error ){_dgfgb ,_ ,_bbbbfc :=_bg .Decode (reader );if _bbbbfc !=nil {_fca .Log .Debug ("\u0045\u0072\u0072or\u0020\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0073",_bbbbfc ); -return nil ,_bbbbfc ;};return _eaec .NewImageFromGoImage (_dgfgb );}; +// ToPdfObject implements interface PdfModel. +func (_egg *PdfAnnotationFileAttachment )ToPdfObject ()_bda .PdfObject {_egg .PdfAnnotation .ToPdfObject ();_beg :=_egg ._ged ;_gcdb :=_beg .PdfObject .(*_bda .PdfObjectDictionary );_egg .PdfAnnotationMarkup .appendToPdfDictionary (_gcdb );_gcdb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0046\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063h\u006d\u0065\u006e\u0074")); +_gcdb .SetIfNotNil ("\u0046\u0053",_egg .FS );_gcdb .SetIfNotNil ("\u004e\u0061\u006d\u0065",_egg .Name );return _beg ;}; -// NewPdfReaderFromFile creates a new PdfReader from the speficied PDF file. -// If ReaderOpts is nil it will be set to default value from NewReaderOpts. -func NewPdfReaderFromFile (pdfFile string ,opts *ReaderOpts )(*PdfReader ,*_fef .File ,error ){const _ecdga ="\u006d\u006f\u0064\u0065\u006c\u003a\u004e\u0065\u0077\u0050\u0064f\u0052\u0065\u0061\u0064\u0065\u0072\u0046\u0072\u006f\u006dF\u0069\u006c\u0065"; -_bgebd ,_ggdf :=_fef .Open (pdfFile );if _ggdf !=nil {return nil ,nil ,_ggdf ;};_bebc ,_ggdf :=_agfga (_bgebd ,opts ,true ,_ecdga );if _ggdf !=nil {_bgebd .Close ();return nil ,nil ,_ggdf ;};_bebc ._ddbge =pdfFile ;return _bebc ,_bgebd ,nil ;}; +// PdfActionHide represents a hide action. +type PdfActionHide struct{*PdfAction ;T _bda .PdfObject ;H _bda .PdfObject ;};func _cdfgg (_cdea _bda .PdfObject )(string ,error ){_cdea =_bda .TraceToDirectObject (_cdea );switch _dgbae :=_cdea .(type ){case *_bda .PdfObjectString :return _dgbae .Str (),nil ; +case *_bda .PdfObjectStream :_gbdff ,_fdfg :=_bda .DecodeStream (_dgbae );if _fdfg !=nil {return "",_fdfg ;};return string (_gbdff ),nil ;};return "",_c .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_cdea ); +}; -// GetXObjectImageByName returns the XObjectImage with the specified name from the -// page resources, if it exists. -func (_ebcf *PdfPageResources )GetXObjectImageByName (keyName _cee .PdfObjectName )(*XObjectImage ,error ){_bbfdfb ,_fbgec :=_ebcf .GetXObjectByName (keyName );if _bbfdfb ==nil {return nil ,nil ;};if _fbgec !=XObjectTypeImage {return nil ,_cdf .New ("\u006e\u006f\u0074 \u0061\u006e\u0020\u0069\u006d\u0061\u0067\u0065"); -};_eegeg ,_fdcdf :=NewXObjectImageFromStream (_bbfdfb );if _fdcdf !=nil {return nil ,_fdcdf ;};return _eegeg ,nil ;};func (_dbedc *PdfWriter )writeAcroFormFields ()error {if _dbedc ._acfdc ==nil {return nil ;};_fca .Log .Trace ("\u0057r\u0069t\u0069\u006e\u0067\u0020\u0061c\u0072\u006f \u0066\u006f\u0072\u006d\u0073"); -_dgacc :=_dbedc ._acfdc .ToPdfObject ();_fca .Log .Trace ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d\u003a\u0020\u0025\u002b\u0076",_dgacc );_dbedc ._cdebc .Set ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d",_dgacc );_abgfd :=_dbedc .addObjects (_dgacc ); -if _abgfd !=nil {return _abgfd ;};return nil ;}; +// PdfAnnotationScreen represents Screen annotations. +// (Section 12.5.6.18). +type PdfAnnotationScreen struct{*PdfAnnotation ;T _bda .PdfObject ;MK _bda .PdfObject ;A _bda .PdfObject ;AA _bda .PdfObject ;}; -// FieldFlattenOpts defines a set of options which can be used to configure -// the field flattening process. -type FieldFlattenOpts struct{ +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_gdgfg *PdfShadingType7 )ToPdfObject ()_bda .PdfObject {_gdgfg .PdfShading .ToPdfObject ();_bgeccd ,_agbcd :=_gdgfg .getShadingDict ();if _agbcd !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _gdgfg .BitsPerCoordinate !=nil {_bgeccd .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_gdgfg .BitsPerCoordinate );};if _gdgfg .BitsPerComponent !=nil {_bgeccd .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gdgfg .BitsPerComponent ); +};if _gdgfg .BitsPerFlag !=nil {_bgeccd .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_gdgfg .BitsPerFlag );};if _gdgfg .Decode !=nil {_bgeccd .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gdgfg .Decode );};if _gdgfg .Function !=nil {if len (_gdgfg .Function )==1{_bgeccd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gdgfg .Function [0].ToPdfObject ()); +}else {_debdbb :=_bda .MakeArray ();for _ ,_daddc :=range _gdgfg .Function {_debdbb .Append (_daddc .ToPdfObject ());};_bgeccd .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_debdbb );};};return _gdgfg ._gfdga ;}; -// FilterFunc allows filtering the form fields used in the flattening -// process. If the filter function returns true, the field is flattened, -// otherwise it is skipped. -// If a non-terminal field is discarded, all of its children (the fields -// present in the Kids array) are discarded as well. -// Non-terminal fields are kept in the AcroForm if one or more of their -// child fields have not been selected for flattening. -// If a filter function is not provided, all form fields are flattened. -FilterFunc FieldFilterFunc ; +// PdfShadingPattern is a Shading patterns that provide a smooth transition between colors across an area to be painted, +// i.e. color(x,y) = f(x,y) at each point. +// It is a type 2 pattern (PatternType = 2). +type PdfShadingPattern struct{*PdfPattern ;Shading *PdfShading ;Matrix *_bda .PdfObjectArray ;ExtGState _bda .PdfObject ;}; -// AnnotFilterFunc allows filtering the annotations in the flattening -// process. If the filter function returns true, the annotation is flattened, -// otherwise it is skipped. -AnnotFilterFunc AnnotFilterFunc ;}; +// ToPdfObject implements interface PdfModel. +func (_aae *PdfActionHide )ToPdfObject ()_bda .PdfObject {_aae .PdfAction .ToPdfObject ();_fff :=_aae ._gg ;_geff :=_fff .PdfObject .(*_bda .PdfObjectDictionary );_geff .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeHide )));_geff .SetIfNotNil ("\u0054",_aae .T ); +_geff .SetIfNotNil ("\u0048",_aae .H );return _fff ;}; -// SetReason sets the `Reason` field of the signature. -func (_bggfc *PdfSignature )SetReason (reason string ){_bggfc .Reason =_cee .MakeEncodedString (reason ,true );}; +// NewPdfAnnotationStamp returns a new stamp annotation. +func NewPdfAnnotationStamp ()*PdfAnnotationStamp {_abf :=NewPdfAnnotation ();_ege :=&PdfAnnotationStamp {};_ege .PdfAnnotation =_abf ;_ege .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_abf .SetContext (_ege );return _ege ;}; -// CustomKeys returns all custom info keys as list. -func (_fgfba *PdfInfo )CustomKeys ()[]string {if _fgfba ._ecfea ==nil {return nil ;};_gdbfa :=make ([]string ,len (_fgfba ._ecfea .Keys ()));for _ ,_bbfdg :=range _fgfba ._ecfea .Keys (){_gdbfa =append (_gdbfa ,_bbfdg .String ());};return _gdbfa ;}; +// GetParamsDict returns *core.PdfObjectDictionary with a set of basic image parameters. +func (_bafcag *Image )GetParamsDict ()*_bda .PdfObjectDictionary {_bdadb :=_bda .MakeDict ();_bdadb .Set ("\u0057\u0069\u0064t\u0068",_bda .MakeInteger (_bafcag .Width ));_bdadb .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_bda .MakeInteger (_bafcag .Height )); +_bdadb .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_bda .MakeInteger (int64 (_bafcag .ColorComponents )));_bdadb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bda .MakeInteger (_bafcag .BitsPerComponent )); +return _bdadb ;}; -// SetLocation sets the `Location` field of the signature. -func (_gddee *PdfSignature )SetLocation (location string ){_gddee .Location =_cee .MakeEncodedString (location ,true );}; +// NewPdfActionNamed returns a new "named" action. +func NewPdfActionNamed ()*PdfActionNamed {_gaa :=NewPdfAction ();_ggf :=&PdfActionNamed {};_ggf .PdfAction =_gaa ;_gaa .SetContext (_ggf );return _ggf ;}; -// DSS represents a Document Security Store dictionary. -// The DSS dictionary contains both global and signature specific validation -// information. The certificates and revocation data in the `Certs`, `OCSPs`, -// and `CRLs` fields can be used to validate any signature in the document. -// Additionally, the VRI entry contains validation data per signature. -// The keys in the VRI entry are calculated as upper(hex(sha1(sig.Contents))). -// The values are VRI dictionaries containing certificates and revocation -// information used for validating a single signature. -// See ETSI TS 102 778-4 V1.1.1 for more information. -type DSS struct{_bdcab *_cee .PdfIndirectObject ;Certs []*_cee .PdfObjectStream ;OCSPs []*_cee .PdfObjectStream ;CRLs []*_cee .PdfObjectStream ;VRI map[string ]*VRI ;_eged map[string ]*_cee .PdfObjectStream ;_dcff map[string ]*_cee .PdfObjectStream ;_fbfec map[string ]*_cee .PdfObjectStream ; -}; +// FullName returns the full name of the field as in rootname.parentname.partialname. +func (_aaccf *PdfField )FullName ()(string ,error ){var _daeed _dff .Buffer ;_bddc :=[]string {};if _aaccf .T !=nil {_bddc =append (_bddc ,_aaccf .T .Decoded ());};_gfde :=map[*PdfField ]bool {};_gfde [_aaccf ]=true ;_aaef :=_aaccf .Parent ;for _aaef !=nil {if _ ,_egdgb :=_gfde [_aaef ]; +_egdgb {return _daeed .String (),_gea .New ("\u0072\u0065\u0063\u0075rs\u0069\u0076\u0065\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0061\u006c");};if _aaef .T ==nil {return _daeed .String (),_gea .New ("\u0066\u0069el\u0064\u0020\u0070a\u0072\u0074\u0069\u0061l n\u0061me\u0020\u0028\u0054\u0029\u0020\u006e\u006ft \u0073\u0070\u0065\u0063\u0069\u0066\u0069e\u0064"); +};_bddc =append (_bddc ,_aaef .T .Decoded ());_gfde [_aaef ]=true ;_aaef =_aaef .Parent ;};for _bfgb :=len (_bddc )-1;_bfgb >=0;_bfgb --{_daeed .WriteString (_bddc [_bfgb ]);if _bfgb > 0{_daeed .WriteString ("\u002e");};};return _daeed .String (),nil ; +};func (_adea *PdfReader )newPdfAnnotationRichMediaFromDict (_febc *_bda .PdfObjectDictionary )(*PdfAnnotationRichMedia ,error ){_bfga :=&PdfAnnotationRichMedia {};_bfga .RichMediaSettings =_febc .Get ("\u0052\u0069\u0063\u0068\u004d\u0065\u0064\u0069\u0061\u0053\u0065\u0074t\u0069\u006e\u0067\u0073"); +_bfga .RichMediaContent =_febc .Get ("\u0052\u0069c\u0068\u004d\u0065d\u0069\u0061\u0043\u006f\u006e\u0074\u0065\u006e\u0074");return _bfga ,nil ;}; -// SetEncoder sets the encoding for the underlying font. -// TODO(peterwilliams97): Change function signature to SetEncoder(encoder *textencoding.simpleEncoder). -// TODO(gunnsth): Makes sense if SetEncoder is removed from the interface fonts.Font as proposed in PR #260. -func (_bddd *pdfFontSimple )SetEncoder (encoder _dae .TextEncoder ){_bddd ._bgggf =encoder }; +// Direction returns the value of the direction. +func (_bacac *ViewerPreferences )Direction ()Direction {return _bacac ._gbacc }; -// AlphaMap performs mapping of alpha data for transformations. Allows custom filtering of alpha data etc. -func (_dcdf *Image )AlphaMap (mapFunc AlphaMapFunc ){for _bcca ,_cbecg :=range _dcdf ._cbfg {_dcdf ._cbfg [_bcca ]=mapFunc (_cbecg );};}; +// NewEmbeddedFile constructs a new EmbeddedFile object from supplied file. +// The file type of the file would be detected automatically. +func NewEmbeddedFile (path string )(*EmbeddedFile ,error ){_efdde ,_cddf :=_dfc .ReadFile (path );if _cddf !=nil {return nil ,_cddf ;};_bcaaf :=_fd .Detect (_efdde );_aacd :=_af .Sum (_efdde );_cdgd :=&EmbeddedFile {Name :_cbb .Base (path ),Content :_efdde ,FileType :_bcaaf .String (),Hash :_de .EncodeToString (_aacd [:])}; +return _cdgd ,nil ;}; -// ToPdfOutline returns a low level PdfOutline object, based on the current -// instance. -func (_afddf *Outline )ToPdfOutline ()*PdfOutline {_cgafa :=NewPdfOutline ();var _fcdfg []*PdfOutlineItem ;var _bbdbf int64 ;var _bfca *PdfOutlineItem ;for _ ,_cffga :=range _afddf .Entries {_fdfa ,_gbdeg :=_cffga .ToPdfOutlineItem ();_fdfa .Parent =&_cgafa .PdfOutlineTreeNode ; -if _bfca !=nil {_bfca .Next =&_fdfa .PdfOutlineTreeNode ;_fdfa .Prev =&_bfca .PdfOutlineTreeNode ;};_fcdfg =append (_fcdfg ,_fdfa );_bbdbf +=_gbdeg ;_bfca =_fdfa ;};_fdbaa :=int64 (len (_fcdfg ));_bbdbf +=_fdbaa ;if _fdbaa > 0{_cgafa .First =&_fcdfg [0].PdfOutlineTreeNode ; -_cgafa .Last =&_fcdfg [_fdbaa -1].PdfOutlineTreeNode ;_cgafa .Count =&_bbdbf ;};return _cgafa ;}; +// PdfAnnotationWatermark represents Watermark annotations. +// (Section 12.5.6.22). +type PdfAnnotationWatermark struct{*PdfAnnotation ;FixedPrint _bda .PdfObject ;};func (_fegc *PdfReader )newPdfAnnotationPopupFromDict (_bebe *_bda .PdfObjectDictionary )(*PdfAnnotationPopup ,error ){_abcc :=PdfAnnotationPopup {};_abcc .Parent =_bebe .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"); +_abcc .Open =_bebe .Get ("\u004f\u0070\u0065\u006e");return &_abcc ,nil ;};func _egfc (_feaa *_bda .PdfObjectDictionary ,_gead *fontCommon ,_ddddf _dgb .TextEncoder )(*pdfFontSimple ,error ){_gdcde :=_beefd (_gead );_gdcde ._gdgeg =_ddddf ;if _ddddf ==nil {_faaa :=_feaa .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r"); +if _faaa ==nil {_faaa =_bda .MakeInteger (0);};_gdcde .FirstChar =_faaa ;_ebeca ,_gdccd :=_bda .GetIntVal (_faaa );if !_gdccd {_ed .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_faaa ); +return nil ,_bda .ErrTypeError ;};_afff :=_dgb .CharCode (_ebeca );_faaa =_feaa .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _faaa ==nil {_faaa =_bda .MakeInteger (255);};_gdcde .LastChar =_faaa ;_ebeca ,_gdccd =_bda .GetIntVal (_faaa ); +if !_gdccd {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_faaa );return nil ,_bda .ErrTypeError ; +};_bfdff :=_dgb .CharCode (_ebeca );_gdcde ._dfad =make (map[_dgb .CharCode ]float64 );_faaa =_feaa .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _faaa !=nil {_gdcde .Widths =_faaa ;_gefb ,_gfgf :=_bda .GetArray (_faaa );if !_gfgf {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_faaa ); +return nil ,_bda .ErrTypeError ;};_dgfe ,_ecgd :=_gefb .ToFloat64Array ();if _ecgd !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); +return nil ,_ecgd ;};if len (_dgfe )!=int (_bfdff -_afff +1){_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_bfdff -_afff +1,len (_dgfe )); +return nil ,_bda .ErrRangeError ;};for _cagf ,_faefc :=range _dgfe {_gdcde ._dfad [_afff +_dgb .CharCode (_cagf )]=_faefc ;};};};_gdcde .Encoding =_bda .TraceToDirectObject (_feaa .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));return _gdcde ,nil ; +}; -// C returns the value of the C component of the color. -func (_egcf *PdfColorCalRGB )C ()float64 {return _egcf [2]}; +// NewPdfAnnotationSound returns a new sound annotation. +func NewPdfAnnotationSound ()*PdfAnnotationSound {_dba :=NewPdfAnnotation ();_cbg :=&PdfAnnotationSound {};_cbg .PdfAnnotation =_dba ;_cbg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_dba .SetContext (_cbg );return _cbg ;}; -// NewPdfSignatureReferenceDocMDP returns PdfSignatureReference for the transformParams. -func NewPdfSignatureReferenceDocMDP (transformParams *PdfTransformParamsDocMDP )*PdfSignatureReference {return &PdfSignatureReference {Type :_cee .MakeName ("\u0053\u0069\u0067\u0052\u0065\u0066"),TransformMethod :_cee .MakeName ("\u0044\u006f\u0063\u004d\u0044\u0050"),TransformParams :transformParams .ToPdfObject ()}; -};func _efcfc (_fdbeb _cee .PdfObject )[]*_cee .PdfObjectStream {if _fdbeb ==nil {return nil ;};_dedb ,_dbaa :=_cee .GetArray (_fdbeb );if !_dbaa ||_dedb .Len ()==0{return nil ;};_cecag :=make ([]*_cee .PdfObjectStream ,0,_dedb .Len ());for _ ,_gdfb :=range _dedb .Elements (){if _egaab ,_abeefd :=_cee .GetStream (_gdfb ); -_abeefd {_cecag =append (_cecag ,_egaab );};};return _cecag ;};func (_bcfgf *PdfWriter )optimizeDocument ()error {if _bcfgf ._bacda ==nil {return nil ;};_eadd ,_bebgg :=_cee .GetDict (_bcfgf ._cbfac );if !_bebgg {return _cdf .New ("\u0061\u006e\u0020in\u0066\u006f\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0069s\u0020n\u006ft\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); -};_caedf :=_fg .Document {ID :[2]string {_bcfgf ._dfea ,_bcfgf ._bcggd },Version :_bcfgf ._gceef ,Objects :_bcfgf ._gccff ,Info :_eadd ,Crypt :_bcfgf ._ddafb ,UseHashBasedID :_bcfgf ._dabaf };if _ddgee :=_bcfgf ._bacda .ApplyStandard (&_caedf );_ddgee !=nil {return _ddgee ; -};_bcfgf ._dfea ,_bcfgf ._bcggd =_caedf .ID [0],_caedf .ID [1];_bcfgf ._gceef =_caedf .Version ;_bcfgf ._gccff =_caedf .Objects ;_bcfgf ._cbfac .PdfObject =_caedf .Info ;_bcfgf ._dabaf =_caedf .UseHashBasedID ;_bcfgf ._ddafb =_caedf .Crypt ;_bgddd :=make (map[_cee .PdfObject ]struct{},len (_bcfgf ._gccff )); -for _ ,_eafgg :=range _bcfgf ._gccff {_bgddd [_eafgg ]=struct{}{};};_bcfgf ._dgbgbb =_bgddd ;return nil ;}; +// ToPdfObject recursively builds the Outline tree PDF object. +func (_dfecg *PdfOutlineItem )ToPdfObject ()_bda .PdfObject {_fcea :=_dfecg ._egafc ;_gaffc :=_fcea .PdfObject .(*_bda .PdfObjectDictionary );_gaffc .Set ("\u0054\u0069\u0074l\u0065",_dfecg .Title );if _dfecg .A !=nil {_gaffc .Set ("\u0041",_dfecg .A ); +};if _fedad :=_gaffc .Get ("\u0053\u0045");_fedad !=nil {_gaffc .Remove ("\u0053\u0045");};if _dfecg .C !=nil {_gaffc .Set ("\u0043",_dfecg .C );};if _dfecg .Dest !=nil {_gaffc .Set ("\u0044\u0065\u0073\u0074",_dfecg .Dest );};if _dfecg .F !=nil {_gaffc .Set ("\u0046",_dfecg .F ); +};if _dfecg .Count !=nil {_gaffc .Set ("\u0043\u006f\u0075n\u0074",_bda .MakeInteger (*_dfecg .Count ));};if _dfecg .Next !=nil {_gaffc .Set ("\u004e\u0065\u0078\u0074",_dfecg .Next .ToPdfObject ());};if _dfecg .First !=nil {_gaffc .Set ("\u0046\u0069\u0072s\u0074",_dfecg .First .ToPdfObject ()); +};if _dfecg .Prev !=nil {_gaffc .Set ("\u0050\u0072\u0065\u0076",_dfecg .Prev .GetContext ().GetContainingPdfObject ());};if _dfecg .Last !=nil {_gaffc .Set ("\u004c\u0061\u0073\u0074",_dfecg .Last .GetContext ().GetContainingPdfObject ());};if _dfecg .Parent !=nil {_gaffc .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_dfecg .Parent .GetContext ().GetContainingPdfObject ()); +};return _fcea ;}; -// IsDisplayDocTitle returns the value of the displayDocTitle flag. -func (_bdcde *ViewerPreferences )IsDisplayDocTitle ()bool {if _bdcde ._gbbca ==nil {return false ;};return *_bdcde ._gbbca ;}; +// PdfTransformParamsDocMDP represents a transform parameters dictionary for the DocMDP method and is used to detect +// modifications relative to a signature field that is signed by the author of a document. +// (Section 12.8.2.2, Table 254 - Entries in the DocMDP transform parameters dictionary p. 471 in PDF32000_2008). +type PdfTransformParamsDocMDP struct{Type *_bda .PdfObjectName ;P *_bda .PdfObjectInteger ;V *_bda .PdfObjectName ;}; -// GetModelFromPrimitive returns the model corresponding to the `primitive` PdfObject. -func (_cacdf *modelManager )GetModelFromPrimitive (primitive _cee .PdfObject )PdfModel {model ,_cgbaed :=_cacdf ._gdbbg [primitive ];if !_cgbaed {return nil ;};return model ;}; +// PdfField contains the common attributes of a form field. The context object contains the specific field data +// which can represent a button, text, choice or signature. +// The PdfField is typically not used directly, but is encapsulated by the more specific field types such as +// PdfFieldButton etc (i.e. the context attribute). +type PdfField struct{_aebb PdfModel ;_ceaeg *_bda .PdfIndirectObject ;Parent *PdfField ;Annotations []*PdfAnnotationWidget ;Kids []*PdfField ;FT *_bda .PdfObjectName ;T *_bda .PdfObjectString ;TU *_bda .PdfObjectString ;TM *_bda .PdfObjectString ;Ff *_bda .PdfObjectInteger ; +V _bda .PdfObject ;DV _bda .PdfObject ;AA _bda .PdfObject ;VariableText *VariableText ;};type pdfFont interface{_geg .Font ; -// EmbeddedFile represents an embedded file. -type EmbeddedFile struct{Name string ;Content []byte ;FileType string ;Description string ;Relationship FileRelationship ;Hash string ;CreationTime _gc .Time ;ModTime _gc .Time ;}; +// ToPdfObject returns a PDF representation of the font and implements interface Model. +ToPdfObject ()_bda .PdfObject ;getFontDescriptor ()*PdfFontDescriptor ;baseFields ()*fontCommon ;}; -// SetNameDictionary sets the Names entry in the PDF catalog. -// See section 7.7.4 "Name Dictionary" (p. 80 PDF32000_2008). -func (_ccdcb *PdfWriter )SetNameDictionary (names _cee .PdfObject )error {if names ==nil {return nil ;};_ccdcb ._bbcfgd =_afaaf (names );_fca .Log .Trace ("\u0053e\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u004e\u0061\u006d\u0065\u0073\u002e\u002e\u002e"); -_ccdcb ._cdebc .Set ("\u004e\u0061\u006de\u0073",names );return _ccdcb .addObjects (names );}; +// ToPdfObject implements interface PdfModel. +func (_ddfa *PdfAnnotationWidget )ToPdfObject ()_bda .PdfObject {_ddfa .PdfAnnotation .ToPdfObject ();_cggd :=_ddfa ._ged ;_egda :=_cggd .PdfObject .(*_bda .PdfObjectDictionary );if _ddfa ._bbac {return _cggd ;};_ddfa ._bbac =true ;_egda .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0057\u0069\u0064\u0067\u0065\u0074")); +_egda .SetIfNotNil ("\u0048",_ddfa .H );_egda .SetIfNotNil ("\u004d\u004b",_ddfa .MK );_egda .SetIfNotNil ("\u0041",_ddfa .A );_egda .SetIfNotNil ("\u0041\u0041",_ddfa .AA );_egda .SetIfNotNil ("\u0042\u0053",_ddfa .BS );_baed :=_ddfa .Parent ;if _ddfa ._aee !=nil {if _ddfa ._aee ._ceaeg ==_ddfa ._ged {_ddfa ._aee .ToPdfObject (); +};_baed =_ddfa ._aee .GetContainingPdfObject ();};if _baed !=_cggd {_egda .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_baed );};_ddfa ._bbac =false ;return _cggd ;};func _fbcbf (_acecd string )(string ,error ){var _bdbee _dff .Buffer ;_bdbee .WriteString (_acecd ); +_eeab :=make ([]byte ,8+16);_cbdgae :=_ad .Now ().UTC ().UnixNano ();_e .BigEndian .PutUint64 (_eeab ,uint64 (_cbdgae ));_ ,_bagdg :=_ff .Read (_eeab [8:]);if _bagdg !=nil {return "",_bagdg ;};_bdbee .WriteString (_de .EncodeToString (_eeab ));return _bdbee .String (),nil ; +};func _fggae (_ccfff *_bg .ImageBase )(_deabe Image ){_deabe .Width =int64 (_ccfff .Width );_deabe .Height =int64 (_ccfff .Height );_deabe .BitsPerComponent =int64 (_ccfff .BitsPerComponent );_deabe .ColorComponents =_ccfff .ColorComponents ;_deabe .Data =_ccfff .Data ; +_deabe ._bfafe =_ccfff .Decode ;_deabe ._ffbd =_ccfff .Alpha ;return _deabe ;};func (_fdcbc *PdfWriter )writeString (_fbacf string ){if _fdcbc ._aebfb !=nil {return ;};_fdcab ,_fadb :=_fdcbc ._ecgbge .WriteString (_fbacf );_fdcbc ._fcdda +=int64 (_fdcab ); +_fdcbc ._aebfb =_fadb ;}; -// StandardValidator is the interface that is used for the PDF StandardImplementer validation for the PDF document. -// It is using a CompliancePdfReader which is expected to give more Metadata during reading process. -// NOTE: This implementation is in experimental development state. -// -// Keep in mind that it might change in the subsequent minor versions. -type StandardValidator interface{ +// NewPdfDateFromTime will create a PdfDate based on the given time +func NewPdfDateFromTime (timeObj _ad .Time )(PdfDate ,error ){_gbadd :=timeObj .Format ("\u002d\u0030\u0037\u003a\u0030\u0030");_bcfde ,_ :=_dg .ParseInt (_gbadd [1:3],10,32);_eegcf ,_ :=_dg .ParseInt (_gbadd [4:6],10,32);return PdfDate {_ggfcc :int64 (timeObj .Year ()),_geacg :int64 (timeObj .Month ()),_cfgbe :int64 (timeObj .Day ()),_gggg :int64 (timeObj .Hour ()),_cbdga :int64 (timeObj .Minute ()),_gddcc :int64 (timeObj .Second ()),_ffcfe :_gbadd [0],_dagdfa :_bcfde ,_dgeec :_eegcf },nil ; +};const (ButtonTypeCheckbox ButtonType =iota ;ButtonTypePush ButtonType =iota ;ButtonTypeRadio ButtonType =iota ;); -// ValidateStandard checks if the input reader -ValidateStandard (_aecea *CompliancePdfReader )error ;};func (_ecgg *PdfReader )newPdfAnnotationWatermarkFromDict (_geg *_cee .PdfObjectDictionary )(*PdfAnnotationWatermark ,error ){_eda :=PdfAnnotationWatermark {};_eda .FixedPrint =_geg .Get ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074"); -return &_eda ,nil ;}; +// GetContainingPdfObject returns the XObject Form's containing object (indirect object). +func (_afece *XObjectForm )GetContainingPdfObject ()_bda .PdfObject {return _afece ._cdfb }; -// ToPdfObject returns the PDF representation of the shading dictionary. -func (_gfeggb *PdfShadingType7 )ToPdfObject ()_cee .PdfObject {_gfeggb .PdfShading .ToPdfObject ();_caab ,_fbbda :=_gfeggb .getShadingDict ();if _fbbda !=nil {_fca .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); -return nil ;};if _gfeggb .BitsPerCoordinate !=nil {_caab .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_gfeggb .BitsPerCoordinate );};if _gfeggb .BitsPerComponent !=nil {_caab .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_gfeggb .BitsPerComponent ); -};if _gfeggb .BitsPerFlag !=nil {_caab .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_gfeggb .BitsPerFlag );};if _gfeggb .Decode !=nil {_caab .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_gfeggb .Decode );};if _gfeggb .Function !=nil {if len (_gfeggb .Function )==1{_caab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gfeggb .Function [0].ToPdfObject ()); -}else {_gcebb :=_cee .MakeArray ();for _ ,_dfbgd :=range _gfeggb .Function {_gcebb .Append (_dfbgd .ToPdfObject ());};_caab .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_gcebb );};};return _gfeggb ._dfgbe ;}; +// ToPdfObject returns a stream object. +func (_ebbff *XObjectImage )ToPdfObject ()_bda .PdfObject {_ffage :=_ebbff ._eedbf ;if _ebbff ._dfcd {return _ffage ;};_babdf :=_ffage .PdfObjectDictionary ;if _ebbff .Filter !=nil {_babdf =_ebbff .Filter .MakeStreamDict ();_ffage .PdfObjectDictionary =_babdf ; +};_babdf .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074"));_babdf .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0049\u006d\u0061g\u0065"));_babdf .Set ("\u0057\u0069\u0064t\u0068",_bda .MakeInteger (*(_ebbff .Width ))); +_babdf .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_bda .MakeInteger (*(_ebbff .Height )));if _ebbff .BitsPerComponent !=nil {_babdf .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_bda .MakeInteger (*(_ebbff .BitsPerComponent ))); +};if _ebbff .ColorSpace !=nil {_babdf .SetIfNotNil ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065",_ebbff .ColorSpace .ToPdfObject ());};_babdf .SetIfNotNil ("\u0049\u006e\u0074\u0065\u006e\u0074",_ebbff .Intent );_babdf .SetIfNotNil ("\u0049m\u0061\u0067\u0065\u004d\u0061\u0073k",_ebbff .ImageMask ); +_babdf .SetIfNotNil ("\u004d\u0061\u0073\u006b",_ebbff .Mask );_gcbd :=_babdf .Get ("\u0044\u0065\u0063\u006f\u0064\u0065")!=nil ;if _ebbff .Decode ==nil &&_gcbd {_babdf .Remove ("\u0044\u0065\u0063\u006f\u0064\u0065");}else if _ebbff .Decode !=nil {_babdf .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_ebbff .Decode ); +};_babdf .SetIfNotNil ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_ebbff .Interpolate );_babdf .SetIfNotNil ("\u0041\u006c\u0074e\u0072\u006e\u0061\u0074\u0069\u0076\u0065\u0073",_ebbff .Alternatives );_babdf .SetIfNotNil ("\u0053\u004d\u0061s\u006b",_ebbff .SMask ); +_babdf .SetIfNotNil ("S\u004d\u0061\u0073\u006b\u0049\u006e\u0044\u0061\u0074\u0061",_ebbff .SMaskInData );_babdf .SetIfNotNil ("\u004d\u0061\u0074t\u0065",_ebbff .Matte );_babdf .SetIfNotNil ("\u004e\u0061\u006d\u0065",_ebbff .Name );_babdf .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_ebbff .StructParent ); +_babdf .SetIfNotNil ("\u0049\u0044",_ebbff .ID );_babdf .SetIfNotNil ("\u004f\u0050\u0049",_ebbff .OPI );_babdf .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_ebbff .Metadata );_babdf .SetIfNotNil ("\u004f\u0043",_ebbff .OC );_babdf .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_ebbff .Stream )))); +_ffage .Stream =_ebbff .Stream ;_ebbff ._dfcd =true ;return _ffage ;}; -// PdfColorspaceDeviceN represents a DeviceN color space. DeviceN color spaces are similar to Separation color -// spaces, except they can contain an arbitrary number of color components. -/* - Format: [/DeviceN names alternateSpace tintTransform] - or: [/DeviceN names alternateSpace tintTransform attributes] -*/ -type PdfColorspaceDeviceN struct{ColorantNames *_cee .PdfObjectArray ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;Attributes *PdfColorspaceDeviceNAttributes ;_eaee *_cee .PdfIndirectObject ;}; +// IsFitWindow returns the value of the fitWindow flag. +func (_abgcc *ViewerPreferences )IsFitWindow ()bool {if _abgcc ._gaefd ==nil {return false ;};return *_abgcc ._gaefd ;}; -// ToPdfObject returns a stream object. -func (_dfbac *XObjectForm )ToPdfObject ()_cee .PdfObject {_ecbgd :=_dfbac ._fbged ;_eaaea :=_ecbgd .PdfObjectDictionary ;if _dfbac .Filter !=nil {_eaaea =_dfbac .Filter .MakeStreamDict ();_ecbgd .PdfObjectDictionary =_eaaea ;};_eaaea .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074")); -_eaaea .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u0072\u006d"));_eaaea .SetIfNotNil ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065",_dfbac .FormType );_eaaea .SetIfNotNil ("\u0042\u0042\u006f\u0078",_dfbac .BBox ); -_eaaea .SetIfNotNil ("\u004d\u0061\u0074\u0072\u0069\u0078",_dfbac .Matrix );if _dfbac .Resources !=nil {_eaaea .SetIfNotNil ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_dfbac .Resources .ToPdfObject ());};_eaaea .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_dfbac .Group ); -_eaaea .SetIfNotNil ("\u0052\u0065\u0066",_dfbac .Ref );_eaaea .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061",_dfbac .MetaData );_eaaea .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_dfbac .PieceInfo );_eaaea .SetIfNotNil ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_dfbac .LastModified ); -_eaaea .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_dfbac .StructParent );_eaaea .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_dfbac .StructParents );_eaaea .SetIfNotNil ("\u004f\u0050\u0049",_dfbac .OPI ); -_eaaea .SetIfNotNil ("\u004f\u0043",_dfbac .OC );_eaaea .SetIfNotNil ("\u004e\u0061\u006d\u0065",_dfbac .Name );_eaaea .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_cee .MakeInteger (int64 (len (_dfbac .Stream ))));_ecbgd .Stream =_dfbac .Stream ;return _ecbgd ; -}; +// Val returns the value of the color. +func (_gecc *PdfColorCalGray )Val ()float64 {return float64 (*_gecc )}; -// ImageHandler interface implements common image loading and processing tasks. -// Implementing as an interface allows for the possibility to use non-standard libraries for faster -// loading and processing of images. -type ImageHandler interface{ +// DefaultImageHandler is the default implementation of the ImageHandler using the standard go library. +type DefaultImageHandler struct{}; + +// AppendContentBytes creates a PDF stream from `cs` and appends it to the +// array of streams specified by the pages's Contents entry. +// If `wrapContents` is true, the content stream of the page is wrapped using +// a `q/Q` operator pair, so that its state does not affect the appended +// content stream. +func (_egbge *PdfPage )AppendContentBytes (cs []byte ,wrapContents bool )error {_ffebb :=_egbge .GetContentStreamObjs ();wrapContents =wrapContents &&len (_ffebb )> 0;_bdada :=_bda .NewFlateEncoder ();_bfdcd :=_bda .MakeArray ();if wrapContents {_fecd ,_bfdae :=_bda .MakeStream ([]byte ("\u0071\u000a"),_bdada ); +if _bfdae !=nil {return _bfdae ;};_bfdcd .Append (_fecd );};_bfdcd .Append (_ffebb ...);if wrapContents {_fcegg ,_cecbf :=_bda .MakeStream ([]byte ("\u000a\u0051\u000a"),_bdada );if _cecbf !=nil {return _cecbf ;};_bfdcd .Append (_fcegg );};_gbec ,_fbbca :=_bda .MakeStream (cs ,_bdada ); +if _fbbca !=nil {return _fbbca ;};_bfdcd .Append (_gbec );_egbge .Contents =_bfdcd ;return nil ;};var _ pdfFont =(*pdfCIDFontType0 )(nil ); -// Read any image type and load into a new Image object. -Read (_gegdg _fc .Reader )(*Image ,error ); +// GetNumComponents returns the number of color components of the underlying +// colorspace device. +func (_edacd *PdfColorspaceSpecialPattern )GetNumComponents ()int {return _edacd .UnderlyingCS .GetNumComponents ();}; -// NewImageFromGoImage loads a NRGBA32 unidoc Image from a standard Go image structure. -NewImageFromGoImage (_geebe _bg .Image )(*Image ,error ); +// SetContentStreams sets the content streams based on a string array. Will make +// 1 object stream for each string and reference from the page Contents. +// Each stream will be encoded using the encoding specified by the StreamEncoder, +// if empty, will use identity encoding (raw data). +func (_gccb *PdfPage )SetContentStreams (cStreams []string ,encoder _bda .StreamEncoder )error {if len (cStreams )==0{_gccb .Contents =nil ;return nil ;};if encoder ==nil {encoder =_bda .NewRawEncoder ();};var _aeae []*_bda .PdfObjectStream ;for _ ,_cbfa :=range cStreams {_fcbc :=&_bda .PdfObjectStream {}; +_cabed :=encoder .MakeStreamDict ();_dfdac ,_dedce :=encoder .EncodeBytes ([]byte (_cbfa ));if _dedce !=nil {return _dedce ;};_cabed .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_dfdac ))));_fcbc .PdfObjectDictionary =_cabed ; +_fcbc .Stream =_dfdac ;_aeae =append (_aeae ,_fcbc );};if len (_aeae )==1{_gccb .Contents =_aeae [0];}else {_deaac :=_bda .MakeArray ();for _ ,_debe :=range _aeae {_deaac .Append (_debe );};_gccb .Contents =_deaac ;};return nil ;}; -// NewGrayImageFromGoImage loads a grayscale unidoc Image from a standard Go image structure. -NewGrayImageFromGoImage (_aeacgd _bg .Image )(*Image ,error ); +// ColorToRGB only converts color used with uncolored patterns (defined in underlying colorspace). Does not go into the +// pattern objects and convert those. If that is desired, needs to be done separately. See for example +// grayscale conversion example in unidoc-examples repo. +func (_aaac *PdfColorspaceSpecialPattern )ColorToRGB (color PdfColor )(PdfColor ,error ){_fbag ,_cgaad :=color .(*PdfColorPattern );if !_cgaad {_ed .Log .Debug ("\u0043\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0070a\u0074\u0074\u0065\u0072\u006e\u0020\u0028\u0067\u006f\u0074 \u0025\u0054\u0029",color ); +return nil ,ErrTypeCheck ;};if _fbag .Color ==nil {return color ,nil ;};if _aaac .UnderlyingCS ==nil {return nil ,_gea .New ("\u0075n\u0064\u0065\u0072\u006cy\u0069\u006e\u0067\u0020\u0043S\u0020n\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065d");};return _aaac .UnderlyingCS .ColorToRGB (_fbag .Color ); +};func (_bgba *PdfColorspaceDeviceRGB )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B";}; -// Compress an image. -Compress (_feebd *Image ,_afgd int64 )(*Image ,error );}; +// SetPrintArea sets the value of the printArea. +func (_gbffgf *ViewerPreferences )SetPrintArea (printArea PageBoundary ){_gbffgf ._geeda =printArea };func (_bgbbf *pdfFontType0 )subsetRegistered ()error {_agdg ,_dbdg :=_bgbbf .DescendantFont ._ggada .(*pdfCIDFontType2 );if !_dbdg {_ed .Log .Debug ("\u0046\u006fnt\u0020\u006e\u006ft\u0020\u0073\u0075\u0070por\u0074ed\u0020\u0066\u006f\u0072\u0020\u0073\u0075bs\u0065\u0074\u0074\u0069\u006e\u0067\u0020%\u0054",_bgbbf .DescendantFont ); +return nil ;};if _agdg ==nil {return nil ;};if _agdg ._bedea ==nil {_ed .Log .Debug ("\u004d\u0069\u0073si\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072");return nil ;};if _bgbbf ._geed ==nil {_ed .Log .Debug ("\u004e\u006f\u0020e\u006e\u0063\u006f\u0064e\u0072\u0020\u002d\u0020\u0073\u0075\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u0067\u006e\u006f\u0072\u0065\u0064"); +return nil ;};_bafg ,_dbdg :=_bda .GetStream (_agdg ._bedea .FontFile2 );if !_dbdg {_ed .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); +return _gea .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_dcdef ,_fdaf :=_bda .DecodeStream (_bafg );if _fdaf !=nil {_ed .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_fdaf ); +return _fdaf ;};_eagc ,_fdaf :=_gbb .Parse (_dff .NewReader (_dcdef ));if _fdaf !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_bafg .Stream )); +return _fdaf ;};var _bcbcg []rune ;var _acff *_gbb .Font ;switch _edbea :=_bgbbf ._geed .(type ){case *_dgb .TrueTypeFontEncoder :_bcbcg =_edbea .RegisteredRunes ();_acff ,_fdaf =_eagc .SubsetKeepRunes (_bcbcg );if _fdaf !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdaf ); +return _fdaf ;};_edbea .SubsetRegistered ();case *_dgb .IdentityEncoder :_bcbcg =_edbea .RegisteredRunes ();_bgc :=make ([]_gbb .GlyphIndex ,len (_bcbcg ));for _beee ,_bdcad :=range _bcbcg {_bgc [_beee ]=_gbb .GlyphIndex (_bdcad );};_acff ,_fdaf =_eagc .SubsetKeepIndices (_bgc ); +if _fdaf !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdaf );return _fdaf ;};case _dgb .SimpleEncoder :_bgdc :=_edbea .Charcodes ();for _ ,_agad :=range _bgdc {_gagcd ,_cbgf :=_edbea .CharcodeToRune (_agad );if !_cbgf {_ed .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0075\u006e\u0061\u0062\u006c\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065\u0020\u0074\u006f \u0072\u0075\u006e\u0065\u003a\u0020\u0025\u0064",_agad ); +continue ;};_bcbcg =append (_bcbcg ,_gagcd );};default:return _c .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u006f\u0072\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069\u006eg\u003a\u0020\u0025\u0054",_bgbbf ._geed ); +};var _fgbbg _dff .Buffer ;_fdaf =_acff .Write (&_fgbbg );if _fdaf !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdaf );return _fdaf ;};if _bgbbf ._eeed !=nil {_eded :=make (map[_dfe .CharCode ]rune ,len (_bcbcg ));for _ ,_dgdb :=range _bcbcg {_adeba ,_geeaa :=_bgbbf ._geed .RuneToCharcode (_dgdb ); +if !_geeaa {continue ;};_eded [_dfe .CharCode (_adeba )]=_dgdb ;};_bgbbf ._eeed =_dfe .NewToUnicodeCMap (_eded );};_bafg ,_fdaf =_bda .MakeStream (_fgbbg .Bytes (),_bda .NewFlateEncoder ());if _fdaf !=nil {_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_fdaf ); +return _fdaf ;};_bafg .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_bda .MakeInteger (int64 (_fgbbg .Len ())));if _faedb ,_bdabf :=_bda .GetStream (_agdg ._bedea .FontFile2 );_bdabf {*_faedb =*_bafg ;}else {_agdg ._bedea .FontFile2 =_bafg ;};_gedaa :=_gdaa (); +if len (_bgbbf ._bcaebe )> 0{_bgbbf ._bcaebe =_adfc (_bgbbf ._bcaebe ,_gedaa );};if len (_agdg ._bcaebe )> 0{_agdg ._bcaebe =_adfc (_agdg ._bcaebe ,_gedaa );};if len (_bgbbf ._faee )> 0{_bgbbf ._faee =_adfc (_bgbbf ._faee ,_gedaa );};if _agdg ._bedea !=nil {_gbff ,_bgaeb :=_bda .GetName (_agdg ._bedea .FontName ); +if _bgaeb &&len (_gbff .String ())> 0{_ecfa :=_adfc (_gbff .String (),_gedaa );_agdg ._bedea .FontName =_bda .MakeName (_ecfa );};};return nil ;}; -// NewPdfColorCalGray returns a new CalGray color. -func NewPdfColorCalGray (grayVal float64 )*PdfColorCalGray {_eaccb :=PdfColorCalGray (grayVal );return &_eaccb ;}; +// ToPdfObject returns the PDF representation of the pattern. +func (_aedd *PdfPattern )ToPdfObject ()_bda .PdfObject {_gaaeca :=_aedd .getDict ();_gaaeca .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e"));_gaaeca .Set ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065",_bda .MakeInteger (_aedd .PatternType )); +return _aedd ._cbbgec ;}; -// AddCRLs adds CRLs to DSS. -func (_dgbga *DSS )AddCRLs (crls [][]byte )([]*_cee .PdfObjectStream ,error ){return _dgbga .add (&_dgbga .CRLs ,_dgbga ._fbfec ,crls );}; +// SetAnnotations sets the annotations list. +func (_dfbad *PdfPage )SetAnnotations (annotations []*PdfAnnotation ){_dfbad ._bcaef =annotations };const (ActionTypeGoTo PdfActionType ="\u0047\u006f\u0054\u006f";ActionTypeGoTo3DView PdfActionType ="\u0047\u006f\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077"; +ActionTypeGoToE PdfActionType ="\u0047\u006f\u0054o\u0045";ActionTypeGoToR PdfActionType ="\u0047\u006f\u0054o\u0052";ActionTypeHide PdfActionType ="\u0048\u0069\u0064\u0065";ActionTypeImportData PdfActionType ="\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061"; +ActionTypeJavaScript PdfActionType ="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074";ActionTypeLaunch PdfActionType ="\u004c\u0061\u0075\u006e\u0063\u0068";ActionTypeMovie PdfActionType ="\u004d\u006f\u0076i\u0065";ActionTypeNamed PdfActionType ="\u004e\u0061\u006de\u0064"; +ActionTypeRendition PdfActionType ="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn";ActionTypeResetForm PdfActionType ="\u0052e\u0073\u0065\u0074\u0046\u006f\u0072m";ActionTypeSetOCGState PdfActionType ="S\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065"; +ActionTypeSound PdfActionType ="\u0053\u006f\u0075n\u0064";ActionTypeSubmitForm PdfActionType ="\u0053\u0075\u0062\u006d\u0069\u0074\u0046\u006f\u0072\u006d";ActionTypeThread PdfActionType ="\u0054\u0068\u0072\u0065\u0061\u0064";ActionTypeTrans PdfActionType ="\u0054\u0072\u0061n\u0073"; +ActionTypeURI PdfActionType ="\u0055\u0052\u0049";);func (_abcef *PdfColorspaceSpecialPattern )String ()string {return "\u0050a\u0074\u0074\u0065\u0072\u006e";}; -// NewPdfAnnotationMovie returns a new movie annotation. -func NewPdfAnnotationMovie ()*PdfAnnotationMovie {_abaf :=NewPdfAnnotation ();_acd :=&PdfAnnotationMovie {};_acd .PdfAnnotation =_abaf ;_abaf .SetContext (_acd );return _acd ;};func (_aafb *PdfWriter )updateObjectNumbers (){_ebgcf :=_aafb .ObjNumOffset ; -_bcfaa :=0;for _ ,_feafc :=range _aafb ._gccff {_eafde :=int64 (_bcfaa +1+_ebgcf );_ecbdea :=true ;if _aafb ._fbaeb {if _aaab ,_gbceaa :=_aafb ._ccaed [_feafc ];_gbceaa {_eafde =_aaab ;_ecbdea =false ;};};switch _cecab :=_feafc .(type ){case *_cee .PdfIndirectObject :_cecab .ObjectNumber =_eafde ; -_cecab .GenerationNumber =0;case *_cee .PdfObjectStream :_cecab .ObjectNumber =_eafde ;_cecab .GenerationNumber =0;case *_cee .PdfObjectStreams :_cecab .ObjectNumber =_eafde ;_cecab .GenerationNumber =0;case *_cee .PdfObjectReference :_cecab .ObjectNumber =_eafde ; -_cecab .GenerationNumber =0;case *_cee .PdfObjectDictionary ,*_cee .PdfObjectString :default:_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0055\u006e\u006b\u006e\u006f\u0077\u006e\u0020\u0074\u0079\u0070\u0065\u0020%\u0054\u0020\u002d\u0020\u0073\u006b\u0069p\u0070\u0069\u006e\u0067",_cecab ); -continue ;};if _ecbdea {_bcfaa ++;};};_cabadc :=func (_eeac _cee .PdfObject )int64 {switch _dffbfg :=_eeac .(type ){case *_cee .PdfIndirectObject :return _dffbfg .ObjectNumber ;case *_cee .PdfObjectStream :return _dffbfg .ObjectNumber ;case *_cee .PdfObjectStreams :return _dffbfg .ObjectNumber ; -case *_cee .PdfObjectReference :return _dffbfg .ObjectNumber ;};return 0;};_da .SliceStable (_aafb ._gccff ,func (_beeae ,_bebgc int )bool {return _cabadc (_aafb ._gccff [_beeae ])< _cabadc (_aafb ._gccff [_bebgc ])});};func (_eagae *pdfFontType0 )baseFields ()*fontCommon {return &_eagae .fontCommon }; +// DecodeArray returns the range of color component values in CalRGB colorspace. +func (_ebab *PdfColorspaceCalRGB )DecodeArray ()[]float64 {return []float64 {0.0,1.0,0.0,1.0,0.0,1.0};}; +// PdfReader represents a PDF file reader. It is a frontend to the lower level parsing mechanism and provides +// a higher level access to work with PDF structure and information, such as the page structure etc. +type PdfReader struct{_fdadg *_bda .PdfParser ;_ceabe _bda .PdfObject ;_baeed *_bda .PdfIndirectObject ;_dafaa *_bda .PdfObjectDictionary ;_cgdac []*_bda .PdfIndirectObject ;PageList []*PdfPage ;_gdbe int ;_dabg *_bda .PdfObjectDictionary ;_febfd *PdfOutlineTreeNode ; +AcroForm *PdfAcroForm ;DSS *DSS ;Rotate *int64 ;_dbcf *Permissions ;_gdfcc map[*PdfReader ]*PdfReader ;_aaefc []*PdfReader ;_gbdfa *modelManager ;_aaece bool ;_efag map[_bda .PdfObject ]struct{};_adacg _ga .ReadSeeker ;_gbcfb string ;_caadg bool ;_gcbfae string ; +_afdbe *ReaderOpts ;_cadf bool ;}; -// ImageToRGB convert 1-component grayscale data to 3-component RGB. -func (_fcec *PdfColorspaceDeviceGray )ImageToRGB (img Image )(Image ,error ){if img .ColorComponents !=1{return img ,_cdf .New ("\u0074\u0068e \u0070\u0072\u006fv\u0069\u0064\u0065\u0064 im\u0061ge\u0020\u0069\u0073\u0020\u006e\u006f\u0074 g\u0072\u0061\u0079\u0020\u0073\u0063\u0061l\u0065"); -};_dcbg ,_caeg :=_ca .NewImage (int (img .Width ),int (img .Height ),int (img .BitsPerComponent ),img .ColorComponents ,img .Data ,img ._cbfg ,img ._cabgb );if _caeg !=nil {return img ,_caeg ;};_dfdba ,_caeg :=_ca .NRGBAConverter .Convert (_dcbg );if _caeg !=nil {return img ,_caeg ; -};_ageec :=_acecd (_dfdba .Base ());_fca .Log .Trace ("\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079\u0020\u002d>\u0020\u0052\u0047\u0042");_fca .Log .Trace ("s\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",img .Data );_fca .Log .Trace ("\u0052G\u0042 \u0073\u0061\u006d\u0070\u006c\u0065\u0073\u003a\u0020\u0025\u0076",_ageec .Data ); -_fca .Log .Trace ("\u0025\u0076\u0020\u002d\u003e\u0020\u0025\u0076",img ,_ageec );return _ageec ,nil ;}; +// GetChildren returns the children of the K dictionary object. +func (_fbdbb *KDict )GetChildren ()[]*KValue {return _fbdbb ._fcbda }; -// Val returns the color value. -func (_abcg *PdfColorDeviceGray )Val ()float64 {return float64 (*_abcg )}; +// PdfColorLab represents a color in the L*, a*, b* 3 component colorspace. +// Each component is defined in the range 0.0 - 1.0 where 1.0 is the primary intensity. +type PdfColorLab [3]float64 ; -// SetForms sets the Acroform for a PDF file. -func (_aagcb *PdfWriter )SetForms (form *PdfAcroForm )error {_aagcb ._acfdc =form ;return nil }; +// PdfAnnotationStamp represents Stamp annotations. +// (Section 12.5.6.12). +type PdfAnnotationStamp struct{*PdfAnnotation ;*PdfAnnotationMarkup ;Name _bda .PdfObject ;}; -// Set applies flag fl to the flag's bitmask and returns the combined flag. -func (_gaac FieldFlag )Set (fl FieldFlag )FieldFlag {return FieldFlag (_gaac .Mask ()|fl .Mask ())}; +// GetPerms returns the Permissions dictionary +func (_bcfb *PdfReader )GetPerms ()*Permissions {return _bcfb ._dbcf }; -// ToJBIG2Image converts current image to the core.JBIG2Image. -func (_dccd *Image )ToJBIG2Image ()(*_cee .JBIG2Image ,error ){_fgbfd ,_cfgbe :=_dccd .ToGoImage ();if _cfgbe !=nil {return nil ,_cfgbe ;};return _cee .GoImageToJBIG2 (_fgbfd ,_cee .JB2ImageAutoThreshold );}; +// String returns a string representation of what flags are set. +func (_gebg FieldFlag )String ()string {_ccdf :="";if _gebg ==FieldFlagClear {_ccdf ="\u0043\u006c\u0065a\u0072";return _ccdf ;};if _gebg &FieldFlagReadOnly > 0{_ccdf +="\u007cR\u0065\u0061\u0064\u004f\u006e\u006cy";};if _gebg &FieldFlagRequired > 0{_ccdf +="\u007cR\u0065\u0071\u0075\u0069\u0072\u0065d"; +};if _gebg &FieldFlagNoExport > 0{_ccdf +="\u007cN\u006f\u0045\u0078\u0070\u006f\u0072t";};if _gebg &FieldFlagNoToggleToOff > 0{_ccdf +="\u007c\u004e\u006f\u0054\u006f\u0067\u0067\u006c\u0065T\u006f\u004f\u0066\u0066";};if _gebg &FieldFlagRadio > 0{_ccdf +="\u007c\u0052\u0061\u0064\u0069\u006f"; +};if _gebg &FieldFlagPushbutton > 0{_ccdf +="|\u0050\u0075\u0073\u0068\u0062\u0075\u0074\u0074\u006f\u006e";};if _gebg &FieldFlagRadiosInUnision > 0{_ccdf +="\u007c\u0052a\u0064\u0069\u006fs\u0049\u006e\u0055\u006e\u0069\u0073\u0069\u006f\u006e";};if _gebg &FieldFlagMultiline > 0{_ccdf +="\u007c\u004d\u0075\u006c\u0074\u0069\u006c\u0069\u006e\u0065"; +};if _gebg &FieldFlagPassword > 0{_ccdf +="\u007cP\u0061\u0073\u0073\u0077\u006f\u0072d";};if _gebg &FieldFlagFileSelect > 0{_ccdf +="|\u0046\u0069\u006c\u0065\u0053\u0065\u006c\u0065\u0063\u0074";};if _gebg &FieldFlagDoNotScroll > 0{_ccdf +="\u007c\u0044\u006fN\u006f\u0074\u0053\u0063\u0072\u006f\u006c\u006c"; +};if _gebg &FieldFlagComb > 0{_ccdf +="\u007c\u0043\u006fm\u0062";};if _gebg &FieldFlagRichText > 0{_ccdf +="\u007cR\u0069\u0063\u0068\u0054\u0065\u0078t";};if _gebg &FieldFlagDoNotSpellCheck > 0{_ccdf +="\u007c\u0044o\u004e\u006f\u0074S\u0070\u0065\u006c\u006c\u0043\u0068\u0065\u0063\u006b"; +};if _gebg &FieldFlagCombo > 0{_ccdf +="\u007c\u0043\u006f\u006d\u0062\u006f";};if _gebg &FieldFlagEdit > 0{_ccdf +="\u007c\u0045\u0064i\u0074";};if _gebg &FieldFlagSort > 0{_ccdf +="\u007c\u0053\u006fr\u0074";};if _gebg &FieldFlagMultiSelect > 0{_ccdf +="\u007c\u004d\u0075l\u0074\u0069\u0053\u0065\u006c\u0065\u0063\u0074"; +};if _gebg &FieldFlagCommitOnSelChange > 0{_ccdf +="\u007cC\u006fm\u006d\u0069\u0074\u004f\u006eS\u0065\u006cC\u0068\u0061\u006e\u0067\u0065";};return _ab .Trim (_ccdf ,"\u007c");}; -// NewXObjectForm creates a brand new XObject Form. Creates a new underlying PDF object stream primitive. -func NewXObjectForm ()*XObjectForm {_ebafe :=&XObjectForm {};_cabec :=&_cee .PdfObjectStream {};_cabec .PdfObjectDictionary =_cee .MakeDict ();_ebafe ._fbged =_cabec ;return _ebafe ;}; +// NewPdfShadingType3 creates an empty shading type 3 dictionary. +func NewPdfShadingType3 ()*PdfShadingType3 {_eddbd :=&PdfShadingType3 {};_eddbd .PdfShading =&PdfShading {};_eddbd .PdfShading ._gfdga =_bda .MakeIndirectObject (_bda .MakeDict ());_eddbd .PdfShading ._cdded =_eddbd ;return _eddbd ;}; -// NonFullScreenPageMode represents the document’s page mode when exiting -// full-screen mode. -type NonFullScreenPageMode string ; +// Encoder returns the font's text encoder. +func (_fgdfe pdfCIDFontType2 )Encoder ()_dgb .TextEncoder {return _fgdfe ._becb };func (_dfabc *fontFile )parseASCIIPart (_debg []byte )error {if len (_debg )< 2||string (_debg [:2])!="\u0025\u0021"{return _gea .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0074a\u0072\u0074\u0020\u006f\u0066\u0020\u0041S\u0043\u0049\u0049\u0020\u0073\u0065\u0067\u006d\u0065\u006e\u0074"); +};_fbcae ,_cgebb ,_aabdf :=_bcaf (_debg );if _aabdf !=nil {return _aabdf ;};_gaaeg :=_aadf (_fbcae );_dfabc ._dddg =_gaaeg ["\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065"];if _dfabc ._dddg ==""{_ed .Log .Debug ("\u0020\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0020\u0068a\u0073\u0020\u006e\u006f\u0020\u002f\u0046\u006f\u006e\u0074N\u0061\u006d\u0065"); +};if _cgebb !=""{_gddfd ,_dcdde :=_cgcbg (_cgebb );if _dcdde !=nil {return _dcdde ;};_beefdc ,_dcdde :=_dgb .NewCustomSimpleTextEncoder (_gddfd ,nil );if _dcdde !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004fR\u0020\u003a\u0055\u004e\u004b\u004e\u004f\u0057\u004e\u0020G\u004cY\u0050\u0048\u003a\u0020\u0065\u0072\u0072=\u0025\u0076",_dcdde ); +return nil ;};_dfabc ._ffde =_beefdc ;};return nil ;}; -// GetPageDict converts the Page to a PDF object dictionary. -func (_aaae *PdfPage )GetPageDict ()*_cee .PdfObjectDictionary {_aeafe :=_aaae ._cfdab ;_aeafe .Clear ();_aeafe .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067\u0065"));_aeafe .Set ("\u0050\u0061\u0072\u0065\u006e\u0074",_aaae .Parent ); -if _aaae .LastModified !=nil {_aeafe .Set ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_aaae .LastModified .ToPdfObject ());};if _aaae .Resources !=nil {_aeafe .Set ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_aaae .Resources .ToPdfObject ()); -};if _aaae .CropBox !=nil {_aeafe .Set ("\u0043r\u006f\u0070\u0042\u006f\u0078",_aaae .CropBox .ToPdfObject ());};if _aaae .MediaBox !=nil {_aeafe .Set ("\u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078",_aaae .MediaBox .ToPdfObject ());};if _aaae .BleedBox !=nil {_aeafe .Set ("\u0042\u006c\u0065\u0065\u0064\u0042\u006f\u0078",_aaae .BleedBox .ToPdfObject ()); -};if _aaae .TrimBox !=nil {_aeafe .Set ("\u0054r\u0069\u006d\u0042\u006f\u0078",_aaae .TrimBox .ToPdfObject ());};if _aaae .ArtBox !=nil {_aeafe .Set ("\u0041\u0072\u0074\u0042\u006f\u0078",_aaae .ArtBox .ToPdfObject ());};_aeafe .SetIfNotNil ("\u0042\u006f\u0078C\u006f\u006c\u006f\u0072\u0049\u006e\u0066\u006f",_aaae .BoxColorInfo ); -_aeafe .SetIfNotNil ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_aaae .Contents );if _aaae .Rotate !=nil {_aeafe .Set ("\u0052\u006f\u0074\u0061\u0074\u0065",_cee .MakeInteger (*_aaae .Rotate ));};_aeafe .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_aaae .Group ); -_aeafe .SetIfNotNil ("\u0054\u0068\u0075m\u0062",_aaae .Thumb );_aeafe .SetIfNotNil ("\u0042",_aaae .B );_aeafe .SetIfNotNil ("\u0044\u0075\u0072",_aaae .Dur );_aeafe .SetIfNotNil ("\u0054\u0072\u0061n\u0073",_aaae .Trans );_aeafe .SetIfNotNil ("\u0041\u0041",_aaae .AA ); -_aeafe .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061",_aaae .Metadata );_aeafe .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_aaae .PieceInfo );_aeafe .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_aaae .StructParents ); -_aeafe .SetIfNotNil ("\u0049\u0044",_aaae .ID );_aeafe .SetIfNotNil ("\u0050\u005a",_aaae .PZ );_aeafe .SetIfNotNil ("\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006fn\u0049\u006e\u0066\u006f",_aaae .SeparationInfo );_aeafe .SetIfNotNil ("\u0054\u0061\u0062\u0073",_aaae .Tabs ); -_aeafe .SetIfNotNil ("T\u0065m\u0070\u006c\u0061\u0074\u0065\u0049\u006e\u0073t\u0061\u006e\u0074\u0069at\u0065\u0064",_aaae .TemplateInstantiated );_aeafe .SetIfNotNil ("\u0050r\u0065\u0073\u0053\u0074\u0065\u0070s",_aaae .PresSteps );_aeafe .SetIfNotNil ("\u0055\u0073\u0065\u0072\u0055\u006e\u0069\u0074",_aaae .UserUnit ); -_aeafe .SetIfNotNil ("\u0056\u0050",_aaae .VP );if _aaae ._eeaba !=nil {_eeecg :=_cee .MakeArray ();for _ ,_cbeb :=range _aaae ._eeaba {if _gfbfe :=_cbeb .GetContext ();_gfbfe !=nil {_eeecg .Append (_gfbfe .ToPdfObject ());}else {_eeecg .Append (_cbeb .ToPdfObject ()); -};};if _eeecg .Len ()> 0{_aeafe .Set ("\u0041\u006e\u006e\u006f\u0074\u0073",_eeecg );};}else if _aaae .Annots !=nil {_aeafe .SetIfNotNil ("\u0041\u006e\u006e\u006f\u0074\u0073",_aaae .Annots );};return _aeafe ;}; +// NewPdfActionThread returns a new "thread" action. +func NewPdfActionThread ()*PdfActionThread {_dee :=NewPdfAction ();_abc :=&PdfActionThread {};_abc .PdfAction =_dee ;_dee .SetContext (_abc );return _abc ;}; -// ToPdfObject implements interface PdfModel. -func (_ge *PdfActionGoTo3DView )ToPdfObject ()_cee .PdfObject {_ge .PdfAction .ToPdfObject ();_dac :=_ge ._gaf ;_ec :=_dac .PdfObject .(*_cee .PdfObjectDictionary );_ec .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoTo3DView )));_ec .SetIfNotNil ("\u0054\u0041",_ge .TA ); -_ec .SetIfNotNil ("\u0056",_ge .V );return _dac ;}; +// GetCharMetrics returns the character metrics for the specified character code. A bool flag is +// returned to indicate whether or not the entry was found in the glyph to charcode mapping. +// How it works: +// 1. Return a value the /Widths array (charWidths) if there is one. +// 2. If the font has the same name as a standard 14 font then return width=250. +// 3. Otherwise return no match and let the caller substitute a default. +func (_abaae pdfFontSimple )GetCharMetrics (code _dgb .CharCode )(_geg .CharMetrics ,bool ){if _adaea ,_gebe :=_abaae ._dfad [code ];_gebe {return _geg .CharMetrics {Wx :_adaea },true ;};if _geg .IsStdFont (_geg .StdFontName (_abaae ._bcaebe )){return _geg .CharMetrics {Wx :250},true ; +};return _geg .CharMetrics {},false ;}; -// PdfActionSound represents a sound action. -type PdfActionSound struct{*PdfAction ;Sound _cee .PdfObject ;Volume _cee .PdfObject ;Synchronous _cee .PdfObject ;Repeat _cee .PdfObject ;Mix _cee .PdfObject ;};func _babe (_fcdgc _cee .PdfObject )(*_cee .PdfObjectDictionary ,*fontCommon ,error ){_gabg :=&fontCommon {}; -if _dbdd ,_dfac :=_fcdgc .(*_cee .PdfIndirectObject );_dfac {_gabg ._facc =_dbdd .ObjectNumber ;};_ebfa ,_cfgbg :=_cee .GetDict (_fcdgc );if !_cfgbg {_fca .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_fcdgc ); -return nil ,nil ,ErrFontNotSupported ;};_fdge ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u0054\u0079\u0070\u0065"));if !_cfgbg {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,nil ,ErrRequiredAttributeMissing ;};if _fdge !="\u0046\u006f\u006e\u0074"{_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u0020\u0049\u006e\u0063\u006f\u006d\u0070\u0061t\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u002e\u0020\u0054\u0079\u0070\u0065\u003d\u0025\u0071\u002e\u0020\u0053\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u0025\u0071.",_fdge ,"\u0046\u006f\u006e\u0074"); -return nil ,nil ,_cee .ErrTypeError ;};_gbfag ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_cfgbg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020F\u006f\u006e\u0074 \u0049\u006e\u0063o\u006d\u0070a\u0074\u0069\u0062\u0069\u006c\u0069t\u0079. \u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return nil ,nil ,ErrRequiredAttributeMissing ;};_gabg ._ccdeg =_gbfag ;_cbbb ,_cfgbg :=_cee .GetNameVal (_ebfa .Get ("\u004e\u0061\u006d\u0065"));if _cfgbg {_gabg ._ccgfa =_cbbb ;};_adddd :=_ebfa .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _adddd !=nil {_gabg ._deccd =_cee .TraceToDirectObject (_adddd ); -_gcgfd ,_faffa :=_dbaba (_gabg ._deccd ,_gabg );if _faffa !=nil {return _ebfa ,_gabg ,_faffa ;};_gabg ._abcbf =_gcgfd ;}else if _gbfag =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030"||_gbfag =="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_cgef ,_ecbc :=_dgg .NewCIDSystemInfo (_ebfa .Get ("\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f")); -if _ecbc !=nil {return _ebfa ,_gabg ,_ecbc ;};_efbg :=_e .Sprintf ("\u0025\u0073\u002d\u0025\u0073\u002d\u0055\u0043\u0053\u0032",_cgef .Registry ,_cgef .Ordering );if _dgg .IsPredefinedCMap (_efbg ){_gabg ._abcbf ,_ecbc =_dgg .LoadPredefinedCMap (_efbg ); -if _ecbc !=nil {_fca .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064 \u006e\u006f\u0074\u0020l\u006f\u0061\u0064\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0043\u004d\u0061\u0070\u0020\u0025\u0073\u003a\u0020\u0025\u0076",_efbg ,_ecbc ); -};};};_beedb :=_ebfa .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072");if _beedb !=nil {_bcddf ,_gccda :=_ggad (_beedb );if _gccda !=nil {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0042\u0061\u0064\u0020\u0066\u006f\u006et\u0020d\u0065s\u0063r\u0069\u0070\u0074\u006f\u0072\u002e\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_gccda ); -return _ebfa ,_gabg ,_gccda ;};_gabg ._ebcad =_bcddf ;};if _gbfag !="\u0054\u0079\u0070e\u0033"{_bgbec ,_bdba :=_cee .GetNameVal (_ebfa .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_bdba {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0046\u006f\u006et\u0020\u0049\u006ec\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069t\u0079\u002e\u0020\u0042\u0061se\u0046\u006f\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); -return _ebfa ,_gabg ,ErrRequiredAttributeMissing ;};_gabg ._fbcf =_bgbec ;};return _ebfa ,_gabg ,nil ;}; +// PdfAnnotationInk represents Ink annotations. +// (Section 12.5.6.13). +type PdfAnnotationInk struct{*PdfAnnotation ;*PdfAnnotationMarkup ;InkList _bda .PdfObject ;BS _bda .PdfObject ;};func (_cffe *PdfWriter )addObjects (_adafd _bda .PdfObject )error {_ed .Log .Trace ("\u0041d\u0064i\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073\u0021"); +if _befeg ,_fabcf :=_adafd .(*_bda .PdfIndirectObject );_fabcf {_ed .Log .Trace ("\u0049\u006e\u0064\u0069\u0072\u0065\u0063\u0074");_ed .Log .Trace ("\u002d \u0025\u0073\u0020\u0028\u0025\u0070)",_adafd ,_befeg );_ed .Log .Trace ("\u002d\u0020\u0025\u0073",_befeg .PdfObject ); +if _cffe .addObject (_befeg ){_aggd :=_cffe .addObjects (_befeg .PdfObject );if _aggd !=nil {return _aggd ;};};return nil ;};if _fefae ,_edgce :=_adafd .(*_bda .PdfObjectStream );_edgce {_ed .Log .Trace ("\u0053\u0074\u0072\u0065\u0061\u006d");_ed .Log .Trace ("\u002d \u0025\u0073\u0020\u0025\u0070",_adafd ,_adafd ); +if _cffe .addObject (_fefae ){_dcdag :=_cffe .addObjects (_fefae .PdfObjectDictionary );if _dcdag !=nil {return _dcdag ;};};return nil ;};if _abdga ,_ebbab :=_adafd .(*_bda .PdfObjectDictionary );_ebbab {_ed .Log .Trace ("\u0044\u0069\u0063\u0074");_ed .Log .Trace ("\u002d\u0020\u0025\u0073",_adafd ); +for _ ,_cfbdd :=range _abdga .Keys (){_bfcd :=_abdga .Get (_cfbdd );if _gceb ,_fcafg :=_bfcd .(*_bda .PdfObjectReference );_fcafg {_bfcd =_gceb .Resolve ();_abdga .Set (_cfbdd ,_bfcd );};if _cfbdd !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _bafdd :=_cffe .addObjects (_bfcd ); +_bafdd !=nil {return _bafdd ;};}else {if _ ,_gbegb :=_bfcd .(*_bda .PdfObjectNull );_gbegb {continue ;};if _egbf :=_cffe .hasObject (_bfcd );!_egbf {_ed .Log .Debug ("P\u0061\u0072\u0065\u006e\u0074\u0020o\u0062\u006a\u0020\u006e\u006f\u0074 \u0061\u0064\u0064\u0065\u0064\u0020\u0079e\u0074\u0021\u0021\u0020\u0025\u0054\u0020\u0025\u0070\u0020%\u0076",_bfcd ,_bfcd ,_bfcd ); +_cffe ._dacdaa [_bfcd ]=append (_cffe ._dacdaa [_bfcd ],_abdga );};};};return nil ;};if _fgdag ,_bbdada :=_adafd .(*_bda .PdfObjectArray );_bbdada {_ed .Log .Trace ("\u0041\u0072\u0072a\u0079");_ed .Log .Trace ("\u002d\u0020\u0025\u0073",_adafd );if _fgdag ==nil {return _gea .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c"); +};for _eccbbd ,_fadec :=range _fgdag .Elements (){if _agac ,_bffbc :=_fadec .(*_bda .PdfObjectReference );_bffbc {_fadec =_agac .Resolve ();_fgdag .Set (_eccbbd ,_fadec );};if _accdf :=_cffe .addObjects (_fadec );_accdf !=nil {return _accdf ;};};return nil ; +};if _ ,_abfgg :=_adafd .(*_bda .PdfObjectReference );_abfgg {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0043\u0061\u006e\u006e\u006f\u0074 \u0062\u0065\u0020\u0061\u0020\u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u002d\u0020\u0067\u006f\u0074 \u0025\u0023\u0076\u0021",_adafd ); +return _gea .New ("r\u0065\u0066\u0065\u0072en\u0063e\u0020\u006e\u006f\u0074\u0020a\u006c\u006c\u006f\u0077\u0065\u0064");};return nil ;};func _ecbag (_cggg _bda .PdfObject )(*PdfFontDescriptor ,error ){_acfad :=&PdfFontDescriptor {};_cggg =_bda .ResolveReference (_cggg ); +if _gaad ,_aggg :=_cggg .(*_bda .PdfIndirectObject );_aggg {_acfad ._gbcd =_gaad ;_cggg =_gaad .PdfObject ;};_fcae ,_ffdc :=_bda .GetDict (_cggg );if !_ffdc {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046o\u006e\u0074\u0044\u0065\u0073c\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0062\u0079\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0028\u0025\u0054\u0029",_cggg ); +return nil ,_bda .ErrTypeError ;};if _adgd :=_fcae .Get ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065");_adgd !=nil {_acfad .FontName =_adgd ;}else {_ed .Log .Debug ("\u0049n\u0063\u006fm\u0070\u0061\u0074\u0069b\u0069\u006c\u0069t\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u004e\u0061me\u0020\u0028\u0052e\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006di\u0073\u0073i\u006e\u0067"); +};_efgba ,_ :=_bda .GetName (_acfad .FontName );if _gaaf :=_fcae .Get ("\u0054\u0079\u0070\u0065");_gaaf !=nil {_agba ,_fbdff :=_gaaf .(*_bda .PdfObjectName );if !_fbdff ||string (*_agba )!="\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"{_ed .Log .Debug ("I\u006e\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u0069\u006c\u0069\u0074\u0079\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072i\u0070t\u006f\u0072\u0020\u0054y\u0070\u0065 \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0054\u0029\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_gaaf ,_efgba ,_acfad .FontName ); +};}else {_ed .Log .Trace ("\u0049\u006ec\u006f\u006d\u0070\u0061\u0074i\u0062\u0069\u006c\u0069\u0074y\u003a\u0020\u0054\u0079\u0070\u0065\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0071\u0020\u0025\u0054",_efgba ,_acfad .FontName ); +};_acfad .FontFamily =_fcae .Get ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079");_acfad .FontStretch =_fcae .Get ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068");_acfad .FontWeight =_fcae .Get ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074"); +_acfad .Flags =_fcae .Get ("\u0046\u006c\u0061g\u0073");_acfad .FontBBox =_fcae .Get ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078");_acfad .ItalicAngle =_fcae .Get ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065");_acfad .Ascent =_fcae .Get ("\u0041\u0073\u0063\u0065\u006e\u0074"); +_acfad .Descent =_fcae .Get ("\u0044e\u0073\u0063\u0065\u006e\u0074");_acfad .Leading =_fcae .Get ("\u004ce\u0061\u0064\u0069\u006e\u0067");_acfad .CapHeight =_fcae .Get ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t");_acfad .XHeight =_fcae .Get ("\u0058H\u0065\u0069\u0067\u0068\u0074"); +_acfad .StemV =_fcae .Get ("\u0053\u0074\u0065m\u0056");_acfad .StemH =_fcae .Get ("\u0053\u0074\u0065m\u0048");_acfad .AvgWidth =_fcae .Get ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068");_acfad .MaxWidth =_fcae .Get ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068"); +_acfad .MissingWidth =_fcae .Get ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068");_acfad .FontFile =_fcae .Get ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065");_acfad .FontFile2 =_fcae .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652"); +_acfad .FontFile3 =_fcae .Get ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653");_acfad .CharSet =_fcae .Get ("\u0043h\u0061\u0072\u0053\u0065\u0074");_acfad .Style =_fcae .Get ("\u0053\u0074\u0079l\u0065");_acfad .Lang =_fcae .Get ("\u004c\u0061\u006e\u0067"); +_acfad .FD =_fcae .Get ("\u0046\u0044");_acfad .CIDSet =_fcae .Get ("\u0043\u0049\u0044\u0053\u0065\u0074");if _acfad .Flags !=nil {if _afcc ,_aeag :=_bda .GetIntVal (_acfad .Flags );_aeag {_acfad ._fcba =_afcc ;};};if _acfad .MissingWidth !=nil {if _acab ,_fcde :=_bda .GetNumberAsFloat (_acfad .MissingWidth ); +_fcde ==nil {_acfad ._fgbad =_acab ;};};if _acfad .FontFile !=nil {_bddcg ,_ddged :=_cacgf (_acfad .FontFile );if _ddged !=nil {return _acfad ,_ddged ;};_ed .Log .Trace ("f\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u003d\u0025\u0073",_bddcg );_acfad .fontFile =_bddcg ; +};if _acfad .FontFile2 !=nil {_bbbac ,_cegf :=_geg .NewFontFile2FromPdfObject (_acfad .FontFile2 );if _cegf !=nil {return _acfad ,_cegf ;};_ed .Log .Trace ("\u0066\u006f\u006et\u0046\u0069\u006c\u0065\u0032\u003d\u0025\u0073",_bbbac .String ());_acfad ._cgfd =&_bbbac ; +};return _acfad ,nil ;}; -// PdfVersion returns version of the PDF file. -func (_bdcbe *PdfReader )PdfVersion ()_cee .Version {return _bdcbe ._ffdgf .PdfVersion ()}; +// SetContext set the sub annotation (context). +func (_dcfab *PdfShading )SetContext (ctx PdfModel ){_dcfab ._cdded =ctx }; -// ToPdfObject implements interface PdfModel. -func (_caf *PdfActionGoToR )ToPdfObject ()_cee .PdfObject {_caf .PdfAction .ToPdfObject ();_fd :=_caf ._gaf ;_acb :=_fd .PdfObject .(*_cee .PdfObjectDictionary );_acb .SetIfNotNil ("\u0053",_cee .MakeName (string (ActionTypeGoToR )));if _caf .F !=nil {_acb .Set ("\u0046",_caf .F .ToPdfObject ()); -};_acb .SetIfNotNil ("\u0044",_caf .D );_acb .SetIfNotNil ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw",_caf .NewWindow );return _fd ;};func (_afdad *PdfAcroForm )signatureFields ()[]*PdfFieldSignature {var _fggd []*PdfFieldSignature ;for _ ,_ccgdf :=range _afdad .AllFields (){switch _ddgg :=_ccgdf .GetContext ().(type ){case *PdfFieldSignature :_eeag :=_ddgg ; -_fggd =append (_fggd ,_eeag );};};return _fggd ;}; +// String returns a string that describes `font`. +func (_bfaef *PdfFont )String ()string {_effa :="";if _bfaef ._ggada .Encoder ()!=nil {_effa =_bfaef ._ggada .Encoder ().String ();};return _c .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0054\u0020\u0025s\u0020\u0025\u0073\u007d",_bfaef ._ggada ,_bfaef .baseFields ().coreString (),_effa ); +}; -// NewPdfActionJavaScript returns a new "javaScript" action. -func NewPdfActionJavaScript ()*PdfActionJavaScript {_cdfe :=NewPdfAction ();_fag :=&PdfActionJavaScript {};_fag .PdfAction =_cdfe ;_cdfe .SetContext (_fag );return _fag ;}; +// Clear clears flag fl from the flag and returns the resulting flag. +func (_eaee FieldFlag )Clear (fl FieldFlag )FieldFlag {return FieldFlag (_eaee .Mask ()&^fl .Mask ())};func _cacgf (_deddg _bda .PdfObject )(*fontFile ,error ){_ed .Log .Trace ("\u006e\u0065\u0077\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065\u0046\u0072\u006f\u006dP\u0064f\u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u006f\u0062\u006a\u003d\u0025\u0073",_deddg ); +_eaag :=&fontFile {};_deddg =_bda .TraceToDirectObject (_deddg );_caff ,_dcbff :=_deddg .(*_bda .PdfObjectStream );if !_dcbff {_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020F\u006f\u006et\u0046\u0069\u006c\u0065\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u0028\u0025\u0054\u0029",_deddg ); +return nil ,_bda .ErrTypeError ;};_efab :=_caff .PdfObjectDictionary ;_feaf ,_bcdge :=_bda .DecodeStream (_caff );if _bcdge !=nil {return nil ,_bcdge ;};_dfabe ,_dcbff :=_bda .GetNameVal (_efab .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_dcbff {_eaag ._deag =_dfabe ; +if _dfabe =="\u0054\u0079\u0070\u0065\u0031\u0043"{_ed .Log .Debug ("T\u0079\u0070\u0065\u0031\u0043\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0063\u0075r\u0072\u0065\u006e\u0074\u006c\u0079\u0020\u006e\u006f\u0074 s\u0075\u0070\u0070o\u0072t\u0065\u0064"); +return nil ,ErrType1CFontNotSupported ;};};_edbef ,_ :=_bda .GetIntVal (_efab .Get ("\u004ce\u006e\u0067\u0074\u0068\u0031"));_gfca ,_ :=_bda .GetIntVal (_efab .Get ("\u004ce\u006e\u0067\u0074\u0068\u0032"));if _edbef > len (_feaf ){_edbef =len (_feaf ); +};if _edbef +_gfca > len (_feaf ){_gfca =len (_feaf )-_edbef ;};_gfdd :=_feaf [:_edbef ];var _cgdbb []byte ;if _gfca > 0{_cgdbb =_feaf [_edbef :_edbef +_gfca ];};if _edbef > 0&&_gfca > 0{_fccae :=_eaag .loadFromSegments (_gfdd ,_cgdbb );if _fccae !=nil {return nil ,_fccae ; +};};return _eaag ,nil ;};func (_bfaaa *PdfAcroForm )fillImageWithAppearance (_fdae FieldImageProvider ,_efgg FieldAppearanceGenerator )error {if _bfaaa ==nil {return nil ;};_bgega ,_fbbeg :=_fdae .FieldImageValues ();if _fbbeg !=nil {return _fbbeg ;};for _ ,_acgfe :=range _bfaaa .AllFields (){_gdde :=_acgfe .PartialName (); +_aadgb ,_ebabe :=_bgega [_gdde ];if !_ebabe {if _fgafd ,_eabf :=_acgfe .FullName ();_eabf ==nil {_aadgb ,_ebabe =_bgega [_fgafd ];};};if !_ebabe {_ed .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020f\u006f\u0072\u006d \u0066\u0069\u0065l\u0064\u0020\u0025\u0073\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0069n \u0074\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0072\u002e\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067\u002e",_gdde ); +continue ;};switch _cgacb :=_acgfe .GetContext ().(type ){case *PdfFieldButton :if _cgacb .IsPush (){_cgacb .SetFillImage (_aadgb );};};if _efgg ==nil {continue ;};for _ ,_agec :=range _acgfe .Annotations {_gafdd ,_aedbd :=_efgg .GenerateAppearanceDict (_bfaaa ,_acgfe ,_agec ); +if _aedbd !=nil {return _aedbd ;};_agec .AP =_gafdd ;_agec .ToPdfObject ();};};return nil ;}; -// EncryptOptions represents encryption options for an output PDF. -type EncryptOptions struct{Permissions _ba .Permissions ;Algorithm EncryptionAlgorithm ;}; +// SetFilter sets compression filter. Decodes with current filter sets and +// encodes the data with the new filter. +func (_abfa *XObjectImage )SetFilter (encoder _bda .StreamEncoder )error {_fadde :=_abfa .Stream ;_eegdb ,_eegcgf :=_abfa .Filter .DecodeBytes (_fadde );if _eegcgf !=nil {return _eegcgf ;};_abfa .Filter =encoder ;encoder .UpdateParams (_abfa .getParamsDict ()); +_fadde ,_eegcgf =encoder .EncodeBytes (_eegdb );if _eegcgf !=nil {return _eegcgf ;};_abfa .Stream =_fadde ;return nil ;}; -// PdfAnnotationWidget represents Widget annotations. -// Note: Widget annotations are used to display form fields. -// (Section 12.5.6.19). -type PdfAnnotationWidget struct{*PdfAnnotation ;H _cee .PdfObject ;MK _cee .PdfObject ;A _cee .PdfObject ;AA _cee .PdfObject ;BS _cee .PdfObject ;Parent _cee .PdfObject ;_dec *PdfField ;_dcf bool ;};type pdfSignDictionary struct{*_cee .PdfObjectDictionary ; -_efde *SignatureHandler ;_dddage *PdfSignature ;_gcccf int64 ;_dfadcd int ;_geecb int ;_beddd int ;_cfedc int ;}; +// NewPdfAnnotationInk returns a new ink annotation. +func NewPdfAnnotationInk ()*PdfAnnotationInk {_efgd :=NewPdfAnnotation ();_decc :=&PdfAnnotationInk {};_decc .PdfAnnotation =_efgd ;_decc .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_efgd .SetContext (_decc );return _decc ;}; -// String returns a string representation of the field. -func (_bfgdc *PdfField )String ()string {if _efaa ,_baba :=_bfgdc .ToPdfObject ().(*_cee .PdfIndirectObject );_baba {return _e .Sprintf ("\u0025\u0054\u003a\u0020\u0025\u0073",_bfgdc ._egab ,_efaa .PdfObject .String ());};return "";};func _faca (_faab *fontCommon )*pdfFontType0 {return &pdfFontType0 {fontCommon :*_faab }}; +// ToInteger convert to an integer format. +func (_ggda *PdfColorCalRGB )ToInteger (bits int )[3]uint32 {_ffdf :=_ce .Pow (2,float64 (bits ))-1;return [3]uint32 {uint32 (_ffdf *_ggda .A ()),uint32 (_ffdf *_ggda .B ()),uint32 (_ffdf *_ggda .C ())};};func _dcdfg (_dcfd *_bda .PdfObjectDictionary )(*PdfShadingType7 ,error ){_fffde :=PdfShadingType7 {}; +_acea :=_dcfd .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065");if _acea ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_gdfd ,_fgcadg :=_acea .(*_bda .PdfObjectInteger );if !_fgcadg {_ed .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_acea ); +return nil ,_bda .ErrTypeError ;};_fffde .BitsPerCoordinate =_gdfd ;_acea =_dcfd .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _acea ==nil {_ed .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); +return nil ,ErrRequiredAttributeMissing ;};_gdfd ,_fgcadg =_acea .(*_bda .PdfObjectInteger );if !_fgcadg {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_acea ); +return nil ,_bda .ErrTypeError ;};_fffde .BitsPerComponent =_gdfd ;_acea =_dcfd .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _acea ==nil {_ed .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); +return nil ,ErrRequiredAttributeMissing ;};_gdfd ,_fgcadg =_acea .(*_bda .PdfObjectInteger );if !_fgcadg {_ed .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_acea ); +return nil ,_bda .ErrTypeError ;};_fffde .BitsPerComponent =_gdfd ;_acea =_dcfd .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _acea ==nil {_ed .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); +return nil ,ErrRequiredAttributeMissing ;};_aafcg ,_fgcadg :=_acea .(*_bda .PdfObjectArray );if !_fgcadg {_ed .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_acea ); +return nil ,_bda .ErrTypeError ;};_fffde .Decode =_aafcg ;if _egcf :=_dcfd .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_egcf !=nil {_fffde .Function =[]PdfFunction {};if _bdgc ,_ebdcf :=_egcf .(*_bda .PdfObjectArray );_ebdcf {for _ ,_dfbed :=range _bdgc .Elements (){_fcdfd ,_fbbaf :=_aaeca (_dfbed ); +if _fbbaf !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fbbaf );return nil ,_fbbaf ;};_fffde .Function =append (_fffde .Function ,_fcdfd ); +};}else {_edcde ,_eced :=_aaeca (_egcf );if _eced !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_eced );return nil ,_eced ;}; +_fffde .Function =append (_fffde .Function ,_edcde );};};return &_fffde ,nil ;};func _aadf (_afge string )map[string ]string {_ddadd :=_cegdd .Split (_afge ,-1);_aaebc :=map[string ]string {};for _ ,_gbac :=range _ddadd {_bacdd :=_cgfed .FindStringSubmatch (_gbac ); +if _bacdd ==nil {continue ;};_bbce ,_bfeed :=_bacdd [1],_bacdd [2];_aaebc [_bbce ]=_bfeed ;};return _aaebc ;}; + +// GetRuneMetrics returns the char metrics for a rune. +// TODO(peterwilliams97) There is nothing callers can do if no CharMetrics are found so we might as +// well give them 0 width. There is no need for the bool return. +func (_babb *PdfFont )GetRuneMetrics (r rune )(CharMetrics ,bool ){_cfcc :=_babb .actualFont ();if _cfcc ==nil {_ed .Log .Debug ("ER\u0052\u004fR\u003a\u0020\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061\u0072\u004d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u004e\u006f\u0074\u0020\u0069\u006d\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0065\u0064\u0020f\u006fr\u0020\u0066\u006f\u006e\u0074\u0020\u0074\u0079p\u0065=\u0025\u0023T",_babb ._ggada ); +return _geg .CharMetrics {},false ;};if _fbcc ,_eegeg :=_cfcc .GetRuneMetrics (r );_eegeg {return _fbcc ,true ;};if _bdgg ,_cdcdb :=_babb .GetFontDescriptor ();_cdcdb ==nil &&_bdgg !=nil {return _geg .CharMetrics {Wx :_bdgg ._fgbad },true ;};_ed .Log .Debug ("\u0047\u0065\u0074\u0047\u006c\u0079\u0070h\u0043\u0068\u0061r\u004d\u0065\u0074\u0072i\u0063\u0073\u003a\u0020\u004e\u006f\u0020\u006d\u0065\u0074\u0072\u0069\u0063\u0073\u0020\u0066\u006f\u0072\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_babb ); +return _geg .CharMetrics {},false ;}; +// GenerateHashMaps generates DSS hashmaps for Certificates, OCSPs and CRLs to make sure they are unique. +func (_gdcb *DSS )GenerateHashMaps ()error {_adaca ,_cdee :=_gdcb .generateHashMap (_gdcb .Certs );if _cdee !=nil {return _cdee ;};_afggg ,_cdee :=_gdcb .generateHashMap (_gdcb .OCSPs );if _cdee !=nil {return _cdee ;};_gfbec ,_cdee :=_gdcb .generateHashMap (_gdcb .CRLs ); +if _cdee !=nil {return _cdee ;};_gdcb ._fega =_adaca ;_gdcb ._bcdc =_afggg ;_gdcb ._fbed =_gfbec ;return nil ;}; // ToPdfObject implements interface PdfModel. -func (_bcdd *PdfAnnotationPrinterMark )ToPdfObject ()_cee .PdfObject {_bcdd .PdfAnnotation .ToPdfObject ();_beeb :=_bcdd ._eddc ;_bgdbe :=_beeb .PdfObject .(*_cee .PdfObjectDictionary );_bgdbe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("P\u0072\u0069\u006e\u0074\u0065\u0072\u004d\u0061\u0072\u006b")); -_bgdbe .SetIfNotNil ("\u004d\u004e",_bcdd .MN );return _beeb ;}; +func (_cad *PdfActionGoTo3DView )ToPdfObject ()_bda .PdfObject {_cad .PdfAction .ToPdfObject ();_bba :=_cad ._gg ;_fad :=_bba .PdfObject .(*_bda .PdfObjectDictionary );_fad .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeGoTo3DView )));_fad .SetIfNotNil ("\u0054\u0041",_cad .TA ); +_fad .SetIfNotNil ("\u0056",_cad .V );return _bba ;}; -// PdfColorspaceCalRGB stores A, B, C components -type PdfColorspaceCalRGB struct{WhitePoint []float64 ;BlackPoint []float64 ;Gamma []float64 ;Matrix []float64 ;_eabeb *_cee .PdfObjectDictionary ;_fbgd *_cee .PdfIndirectObject ;};func (_efb *PdfReader )newPdfAnnotationPolygonFromDict (_decc *_cee .PdfObjectDictionary )(*PdfAnnotationPolygon ,error ){_gdb :=PdfAnnotationPolygon {}; -_ggag ,_acdc :=_efb .newPdfAnnotationMarkupFromDict (_decc );if _acdc !=nil {return nil ,_acdc ;};_gdb .PdfAnnotationMarkup =_ggag ;_gdb .Vertices =_decc .Get ("\u0056\u0065\u0072\u0074\u0069\u0063\u0065\u0073");_gdb .LE =_decc .Get ("\u004c\u0045");_gdb .BS =_decc .Get ("\u0042\u0053"); -_gdb .IC =_decc .Get ("\u0049\u0043");_gdb .BE =_decc .Get ("\u0042\u0045");_gdb .IT =_decc .Get ("\u0049\u0054");_gdb .Measure =_decc .Get ("\u004de\u0061\u0073\u0075\u0072\u0065");return &_gdb ,nil ;}; +// NewCompositePdfFontFromTTF loads a composite TTF font. Composite fonts can +// be used to represent unicode fonts which can have multi-byte character codes, representing a wide +// range of values. They are often used for symbolic languages, including Chinese, Japanese and Korean. +// It is represented by a Type0 Font with an underlying CIDFontType2 and an Identity-H encoding map. +// TODO: May be extended in the future to support a larger variety of CMaps and vertical fonts. +// NOTE: For simple fonts, use NewPdfFontFromTTF. +func NewCompositePdfFontFromTTF (r _ga .ReadSeeker )(*PdfFont ,error ){_acgb ,_fcadg :=_ga .ReadAll (r );if _fcadg !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065 \u0074\u006f\u0020\u0072\u0065\u0061d\u0020\u0066\u006f\u006e\u0074\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u003a\u0020\u0025\u0076",_fcadg ); +return nil ,_fcadg ;};_dbcdf ,_fcadg :=_geg .TtfParse (_dff .NewReader (_acgb ));if _fcadg !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0077\u0068\u0069\u006c\u0065\u0020\u006c\u006f\u0061\u0064\u0069\u006e\u0067 \u0074\u0074\u0066\u0020\u0066\u006f\u006et\u003a\u0020\u0025\u0076",_fcadg ); +return nil ,_fcadg ;};_fgbba :=&pdfCIDFontType2 {fontCommon :fontCommon {_fggeg :"\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"},CIDToGIDMap :_bda .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079")};if len (_dbcdf .Widths )<=0{return nil ,_gea .New ("\u0045\u0052\u0052O\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065 \u0028\u0057\u0069\u0064\u0074\u0068\u0073\u0029"); +};_gbbbf :=1000.0/float64 (_dbcdf .UnitsPerEm );_agdbd :=_gbbbf *float64 (_dbcdf .Widths [0]);_abcfbd :=make (map[rune ]int );_edfac :=make (map[_geg .GID ]int );_fdccd :=_geg .GID (len (_dbcdf .Widths ));for _ggccb ,_bfgbf :=range _dbcdf .Chars {if _bfgbf > _fdccd -1{continue ; +};_egec :=int (_gbbbf *float64 (_dbcdf .Widths [_bfgbf ]));_abcfbd [_ggccb ]=_egec ;_edfac [_bfgbf ]=_egec ;};_fgbba ._dgccg =_abcfbd ;_fgbba .DW =_bda .MakeInteger (int64 (_agdbd ));_dfgb :=_cgde (_edfac ,uint16 (_fdccd ));_fgbba .W =_bda .MakeIndirectObject (_dfgb ); +_gfefa :=_bda .MakeDict ();_gfefa .Set ("\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067",_bda .MakeString ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079"));_gfefa .Set ("\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079",_bda .MakeString ("\u0041\u0064\u006fb\u0065")); +_gfefa .Set ("\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074",_bda .MakeInteger (0));_fgbba .CIDSystemInfo =_gfefa ;_efeg :=&PdfFontDescriptor {FontName :_bda .MakeName (_dbcdf .PostScriptName ),Ascent :_bda .MakeFloat (_gbbbf *float64 (_dbcdf .TypoAscender )),Descent :_bda .MakeFloat (_gbbbf *float64 (_dbcdf .TypoDescender )),CapHeight :_bda .MakeFloat (_gbbbf *float64 (_dbcdf .CapHeight )),FontBBox :_bda .MakeArrayFromFloats ([]float64 {_gbbbf *float64 (_dbcdf .Xmin ),_gbbbf *float64 (_dbcdf .Ymin ),_gbbbf *float64 (_dbcdf .Xmax ),_gbbbf *float64 (_dbcdf .Ymax )}),ItalicAngle :_bda .MakeFloat (_dbcdf .ItalicAngle ),MissingWidth :_bda .MakeFloat (_agdbd )}; +_adffb ,_fcadg :=_bda .MakeStream (_acgb ,_bda .NewFlateEncoder ());if _fcadg !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0055\u006e\u0061\u0062\u006c\u0065\u0020\u0074o\u0020m\u0061\u006b\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_fcadg ); +return nil ,_fcadg ;};_adffb .PdfObjectDictionary .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_bda .MakeInteger (int64 (len (_acgb ))));_efeg .FontFile2 =_adffb ;if _dbcdf .Bold {_efeg .StemV =_bda .MakeInteger (120);}else {_efeg .StemV =_bda .MakeInteger (70); +};_fafbb :=_ebcd ;if _dbcdf .IsFixedPitch {_fafbb |=_dbcd ;};if _dbcdf .ItalicAngle !=0{_fafbb |=_fdfdg ;};_efeg .Flags =_bda .MakeInteger (int64 (_fafbb ));_fgbba ._bcaebe =_dbcdf .PostScriptName ;_fgbba ._bedea =_efeg ;_facce :=pdfFontType0 {fontCommon :fontCommon {_fggeg :"\u0054\u0079\u0070e\u0030",_bcaebe :_dbcdf .PostScriptName },DescendantFont :&PdfFont {_ggada :_fgbba },Encoding :_bda .MakeName ("\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"),_geed :_dbcdf .NewEncoder ()}; +if len (_dbcdf .Chars )> 0{_ggeab :=make (map[_dfe .CharCode ]rune ,len (_dbcdf .Chars ));for _dbdbdd ,_fgaa :=range _dbcdf .Chars {_aeecgg :=_dfe .CharCode (_fgaa );if _cbde ,_cdca :=_ggeab [_aeecgg ];!_cdca ||(_cdca &&_cbde > _dbdbdd ){_ggeab [_aeecgg ]=_dbdbdd ; +};};_facce ._eeed =_dfe .NewToUnicodeCMap (_ggeab );};_fafcc :=PdfFont {_ggada :&_facce };return &_fafcc ,nil ;};func (_ecab *PdfReader )newPdfSignatureFromIndirect (_ggaff *_bda .PdfIndirectObject )(*PdfSignature ,error ){_ebbga ,_accbe :=_ggaff .PdfObject .(*_bda .PdfObjectDictionary ); +if !_accbe {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072e\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020a \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079"); +return nil ,ErrTypeCheck ;};if _gcegg ,_adcace :=_ecab ._gbdfa .GetModelFromPrimitive (_ggaff ).(*PdfSignature );_adcace {return _gcegg ,nil ;};_geece :=&PdfSignature {};_geece ._gbggff =_ggaff ;_geece .Type ,_ =_bda .GetName (_ebbga .Get ("\u0054\u0079\u0070\u0065")); +_geece .Filter ,_accbe =_bda .GetName (_ebbga .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if !_accbe {_ed .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0053i\u0067\u006e\u0061\u0074\u0075r\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0072\u0020\u006d\u0069\u0073\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};_geece .SubFilter ,_ =_bda .GetName (_ebbga .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r"));_geece .Contents ,_accbe =_bda .GetString (_ebbga .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if !_accbe {_ed .Log .Error ("\u0045\u0052\u0052\u004f\u0052\u003a \u0053\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0073\u0020\u006d\u0069s\u0073\u0069\u006e\u0067"); +return nil ,ErrInvalidAttribute ;};if _bdef ,_efcc :=_bda .GetArray (_ebbga .Get ("\u0052e\u0066\u0065\u0072\u0065\u006e\u0063e"));_efcc {_geece .Reference =_bda .MakeArray ();for _ ,_baaca :=range _bdef .Elements (){_fbgea ,_cdada :=_bda .GetDict (_baaca ); +if !_cdada {_ed .Log .Error ("\u0045\u0052R\u004f\u0052\u003a\u0020R\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0020\u0063\u006fn\u0074\u0065\u006e\u0074\u0073\u0020\u0069\u006e\u0076\u0061\u006c\u0069d\u0061\u0074\u0065\u0064");return nil ,ErrInvalidAttribute ; +};_eefdg ,_fgegc :=_ecab .newPdfSignatureReferenceFromDict (_fbgea );if _fgegc !=nil {return nil ,_fgegc ;};_geece .Reference .Append (_eefdg .ToPdfObject ());};};_geece .Cert =_ebbga .Get ("\u0043\u0065\u0072\u0074");_geece .ByteRange ,_ =_bda .GetArray (_ebbga .Get ("\u0042y\u0074\u0065\u0052\u0061\u006e\u0067e")); +_geece .Changes ,_ =_bda .GetArray (_ebbga .Get ("\u0043h\u0061\u006e\u0067\u0065\u0073"));_geece .Name ,_ =_bda .GetString (_ebbga .Get ("\u004e\u0061\u006d\u0065"));_geece .M ,_ =_bda .GetString (_ebbga .Get ("\u004d"));_geece .Location ,_ =_bda .GetString (_ebbga .Get ("\u004c\u006f\u0063\u0061\u0074\u0069\u006f\u006e")); +_geece .Reason ,_ =_bda .GetString (_ebbga .Get ("\u0052\u0065\u0061\u0073\u006f\u006e"));_geece .ContactInfo ,_ =_bda .GetString (_ebbga .Get ("C\u006f\u006e\u0074\u0061\u0063\u0074\u0049\u006e\u0066\u006f"));_geece .R ,_ =_bda .GetInt (_ebbga .Get ("\u0052")); +_geece .V ,_ =_bda .GetInt (_ebbga .Get ("\u0056"));_geece .PropBuild ,_ =_bda .GetDict (_ebbga .Get ("\u0050\u0072\u006f\u0070\u005f\u0042\u0075\u0069\u006c\u0064"));_geece .PropAuthTime ,_ =_bda .GetInt (_ebbga .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0069\u006d\u0065")); +_geece .PropAuthType ,_ =_bda .GetName (_ebbga .Get ("\u0050\u0072\u006f\u0070\u005f\u0041\u0075\u0074\u0068\u0054\u0079\u0070\u0065"));_ecab ._gbdfa .Register (_ggaff ,_geece );return _geece ,nil ;};func (_fefg *PdfWriter )hasObject (_acdac _bda .PdfObject )bool {_ ,_ffgac :=_fefg ._egfad [_acdac ]; +return _ffgac ;}; -// DecodeArray returns the component range values for the DeviceN colorspace. -// [0 1.0 0 1.0 ...] for each color component. -func (_addge *PdfColorspaceDeviceN )DecodeArray ()[]float64 {var _aceb []float64 ;for _bcddg :=0;_bcddg < _addge .GetNumComponents ();_bcddg ++{_aceb =append (_aceb ,0.0,1.0);};return _aceb ;}; +// ToPdfObject returns a stream object. +func (_bdcfg *XObjectForm )ToPdfObject ()_bda .PdfObject {_eeecf :=_bdcfg ._cdfb ;_dgdce :=_eeecf .PdfObjectDictionary ;if _bdcfg .Filter !=nil {_dgdce =_bdcfg .Filter .MakeStreamDict ();_eeecf .PdfObjectDictionary =_dgdce ;};_dgdce .Set ("\u0054\u0079\u0070\u0065",_bda .MakeName ("\u0058O\u0062\u006a\u0065\u0063\u0074")); +_dgdce .Set ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0046\u006f\u0072\u006d"));_dgdce .SetIfNotNil ("\u0046\u006f\u0072\u006d\u0054\u0079\u0070\u0065",_bdcfg .FormType );_dgdce .SetIfNotNil ("\u0042\u0042\u006f\u0078",_bdcfg .BBox ); +_dgdce .SetIfNotNil ("\u004d\u0061\u0074\u0072\u0069\u0078",_bdcfg .Matrix );if _bdcfg .Resources !=nil {_dgdce .SetIfNotNil ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s",_bdcfg .Resources .ToPdfObject ());};_dgdce .SetIfNotNil ("\u0047\u0072\u006fu\u0070",_bdcfg .Group ); +_dgdce .SetIfNotNil ("\u0052\u0065\u0066",_bdcfg .Ref );_dgdce .SetIfNotNil ("\u004d\u0065\u0074\u0061\u0044\u0061\u0074\u0061",_bdcfg .MetaData );_dgdce .SetIfNotNil ("\u0050i\u0065\u0063\u0065\u0049\u006e\u0066o",_bdcfg .PieceInfo );_dgdce .SetIfNotNil ("\u004c\u0061\u0073t\u004d\u006f\u0064\u0069\u0066\u0069\u0065\u0064",_bdcfg .LastModified ); +_dgdce .SetIfNotNil ("\u0053\u0074\u0072u\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074",_bdcfg .StructParent );_dgdce .SetIfNotNil ("\u0053\u0074\u0072\u0075\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0073",_bdcfg .StructParents );_dgdce .SetIfNotNil ("\u004f\u0050\u0049",_bdcfg .OPI ); +_dgdce .SetIfNotNil ("\u004f\u0043",_bdcfg .OC );_dgdce .SetIfNotNil ("\u004e\u0061\u006d\u0065",_bdcfg .Name );_dgdce .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_bdcfg .Stream ))));_eeecf .Stream =_bdcfg .Stream ;return _eeecf ; +};func _eeag (_dfeb _bda .PdfObject ,_fgdfc bool )(*PdfFont ,error ){_dfef ,_ccff ,_bcee :=_ggbaf (_dfeb );if _dfef !=nil {_edcee (_dfef );};if _bcee !=nil {if _bcee ==ErrType1CFontNotSupported {_dggebb ,_abgce :=_egfc (_dfef ,_ccff ,nil );if _abgce !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_ccff ,_abgce ); +return nil ,_bcee ;};return &PdfFont {_ggada :_dggebb },_bcee ;};return nil ,_bcee ;};_aebda :=&PdfFont {};switch _ccff ._fggeg {case "\u0054\u0079\u0070e\u0030":if !_fgdfc {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u004c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0074\u0079\u0070\u00650\u0020\u006e\u006f\u0074\u0020\u0061\u006c\u006c\u006f\u0077\u0065\u0064\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_ccff ); +return nil ,_gea .New ("\u0063\u0079\u0063\u006cic\u0061\u006c\u0020\u0074\u0079\u0070\u0065\u0030\u0020\u006c\u006f\u0061\u0064\u0069n\u0067");};_gecd ,_fabd :=_gfdac (_dfef ,_ccff );if _fabd !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0057\u0068\u0069l\u0065\u0020\u006c\u006f\u0061\u0064\u0069ng\u0020\u0054\u0079\u0070e\u0030\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066on\u0074\u003d%\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ccff ,_fabd ); +return nil ,_fabd ;};_aebda ._ggada =_gecd ;case "\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":var _aggf *pdfFontSimple ;_gagd ,_gaffa :=_geg .NewStdFontByName (_geg .StdFontName (_ccff ._bcaebe )); +if _gaffa {_aecab :=_eaac (_gagd );_aebda ._ggada =&_aecab ;_dbefd :=_bda .TraceToDirectObject (_aecab .ToPdfObject ());_bgbg ,_bdgad ,_adae :=_ggbaf (_dbefd );if _adae !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_ccff ,_aecab ); +return nil ,_adae ;};for _ ,_fdgfd :=range _dfef .Keys (){_bgbg .Set (_fdgfd ,_dfef .Get (_fdgfd ));};_aggf ,_adae =_egfc (_bgbg ,_bdgad ,_aecab ._gdgeg );if _adae !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0042\u0061\u0064\u0020\u0053\u0074a\u006e\u0064\u0061\u0072\u0064\u00314\u000a\u0009\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u000a\u0009\u0073\u0074d\u003d\u0025\u002b\u0076",_ccff ,_aecab ); +return nil ,_adae ;};_aggf ._dfad =_aecab ._dfad ;_aggf ._feada =_aecab ._feada ;if _aggf ._edaf ==nil {_aggf ._edaf =_aecab ._edaf ;};}else {_aggf ,_bcee =_egfc (_dfef ,_ccff ,nil );if _bcee !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0057h\u0069\u006c\u0065 l\u006f\u0061\u0064\u0069\u006e\u0067 \u0073\u0069\u006d\u0070\u006c\u0065\u0020\u0066\u006f\u006e\u0074\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072=\u0025\u0076",_ccff ,_bcee ); +return nil ,_bcee ;};};_bcee =_aggf .addEncoding ();if _bcee !=nil {return nil ,_bcee ;};if _gaffa {_aggf .updateStandard14Font ();};if _gaffa &&_aggf ._cbedg ==nil &&_aggf ._gdgeg ==nil {_ed .Log .Error ("\u0073\u0069\u006d\u0070\u006c\u0065\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_aggf ); +_ed .Log .Error ("\u0066n\u0074\u003d\u0025\u002b\u0076",_gagd );};if len (_aggf ._dfad )==0{_ed .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a \u004e\u006f\u0020\u0077\u0069d\u0074h\u0073.\u0020\u0066\u006f\u006e\u0074\u003d\u0025s",_aggf );};_aebda ._ggada =_aggf ; +case "\u0054\u0079\u0070e\u0033":_defe ,_defbc :=_ccdda (_dfef ,_ccff );if _defbc !=nil {_ed .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020W\u0068\u0069\u006c\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0074y\u0070\u0065\u0033\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_defbc ); +return nil ,_defbc ;};_aebda ._ggada =_defe ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030":_gadfb ,_cefca :=_eafcd (_dfef ,_ccff );if _cefca !=nil {_ed .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0057\u0068i\u006c\u0065\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069d \u0066\u006f\u006et\u0020\u0074y\u0070\u0065\u0030\u0020\u0066\u006fn\u0074\u003a \u0025\u0076",_cefca ); +return nil ,_cefca ;};_aebda ._ggada =_gadfb ;case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_egac ,_bebc :=_ggged (_dfef ,_ccff );if _bebc !=nil {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0057\u0068\u0069l\u0065\u0020\u006co\u0061\u0064\u0069\u006e\u0067\u0020\u0063\u0069\u0064\u0020f\u006f\u006e\u0074\u0020\u0074yp\u0065\u0032\u0020\u0066\u006f\u006e\u0074\u002e\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073\u0020\u0065\u0072\u0072\u003d\u0025\u0076",_ccff ,_bebc ); +return nil ,_bebc ;};_aebda ._ggada =_egac ;default:_ed .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020U\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064\u0020f\u006f\u006e\u0074\u0020\u0074\u0079\u0070\u0065\u003a\u0020\u0066\u006fn\u0074\u003d\u0025\u0073",_ccff ); +return nil ,_c .Errorf ("\u0075\u006e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065d\u0020\u0066\u006f\u006e\u0074\u0020\u0074y\u0070\u0065\u003a\u0020\u0066\u006f\u006e\u0074\u003d\u0025\u0073",_ccff );};return _aebda ,nil ;}; -// ReaderToWriterOpts options used to generate a PdfWriter. -type ReaderToWriterOpts struct{SkipAcroForm bool ;SkipInfo bool ;SkipNameDictionary bool ;SkipNamedDests bool ;SkipOCProperties bool ;SkipOutlines bool ;SkipPageLabels bool ;SkipRotation bool ;SkipMetadata bool ;SkipMarkInfo bool ;SkipViewerPreferences bool ; -SkipLanguage bool ;PageProcessCallback PageProcessCallback ; +// String returns a string that describes `base`. +func (_ddgf fontCommon )String ()string {return _c .Sprintf ("\u0046\u004f\u004e\u0054\u007b\u0025\u0073\u007d",_ddgf .coreString ());}; -// Deprecated: will be removed in v4. Use PageProcessCallback instead. -PageCallback PageCallback ;}; +// SetPageLabels sets the PageLabels entry in the PDF catalog. +// See section 12.4.2 "Page Labels" (p. 382 PDF32000_2008). +func (_gcccd *PdfWriter )SetPageLabels (pageLabels _bda .PdfObject )error {if pageLabels ==nil {return nil ;};_ed .Log .Trace ("\u0053\u0065t\u0074\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006cs.\u002e\u002e"); +_gcccd ._geadba .Set ("\u0050\u0061\u0067\u0065\u004c\u0061\u0062\u0065\u006c\u0073",pageLabels );return _gcccd .addObjects (pageLabels );}; -// DecodeArray returns the range of color component values in DeviceGray colorspace. -func (_dabd *PdfColorspaceDeviceGray )DecodeArray ()[]float64 {return []float64 {0,1.0}};func (_fda *PdfReader )newPdfAnnotationSquigglyFromDict (_aeca *_cee .PdfObjectDictionary )(*PdfAnnotationSquiggly ,error ){_bbe :=PdfAnnotationSquiggly {};_dgb ,_dfdf :=_fda .newPdfAnnotationMarkupFromDict (_aeca ); -if _dfdf !=nil {return nil ,_dfdf ;};_bbe .PdfAnnotationMarkup =_dgb ;_bbe .QuadPoints =_aeca .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");return &_bbe ,nil ;}; +// GetNumComponents returns the number of color components of the colorspace device. +// Returns 1 for a CalGray device. +func (_fcf *PdfColorspaceCalGray )GetNumComponents ()int {return 1};func (_cfae *PdfReader )newPdfActionHideFromDict (_fce *_bda .PdfObjectDictionary )(*PdfActionHide ,error ){return &PdfActionHide {T :_fce .Get ("\u0054"),H :_fce .Get ("\u0048")},nil ; +}; -// PdfActionHide represents a hide action. -type PdfActionHide struct{*PdfAction ;T _cee .PdfObject ;H _cee .PdfObject ;}; +// PdfActionImportData represents a importData action. +type PdfActionImportData struct{*PdfAction ;F *PdfFilespec ;};func (_ebb *PdfReader )newPdfActionGotoRFromDict (_adc *_bda .PdfObjectDictionary )(*PdfActionGoToR ,error ){_geb ,_ggg :=_ggfe (_adc .Get ("\u0046"));if _ggg !=nil {return nil ,_ggg ;};return &PdfActionGoToR {D :_adc .Get ("\u0044"),NewWindow :_adc .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),F :_geb },nil ; +}; -// NewPdfFontFromTTFFile loads a TTF font file and returns a PdfFont type -// that can be used in text styling functions. -// Uses a WinAnsiTextEncoder and loads only character codes 32-255. -// NOTE: For composite fonts such as used in symbolic languages, use NewCompositePdfFontFromTTFFile. -func NewPdfFontFromTTFFile (filePath string )(*PdfFont ,error ){_bbfdf ,_gbbfb :=_fef .Open (filePath );if _gbbfb !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0072\u0065\u0061\u0064\u0069\u006e\u0067\u0020T\u0054F\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0069\u006c\u0065\u003a\u0020\u0025\u0076",_gbbfb ); -return nil ,_gbbfb ;};defer _bbfdf .Close ();return NewPdfFontFromTTF (_bbfdf );}; +// Encoder returns the font's text encoder. +func (_degb *pdfFontSimple )Encoder ()_dgb .TextEncoder {if _degb ._cbedg !=nil {return _degb ._cbedg ;};if _degb ._gdgeg !=nil {return _degb ._gdgeg ;};_ggcfbd ,_ :=_dgb .NewSimpleTextEncoder ("\u0053\u0074a\u006e\u0064\u0061r\u0064\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067",nil ); +return _ggcfbd ;}; -// SetBorderWidth sets the style's border width. -func (_ggb *PdfBorderStyle )SetBorderWidth (width float64 ){_ggb .W =&width }; +// NewOutlineItem returns a new outline item instance. +func NewOutlineItem (title string ,dest OutlineDest )*OutlineItem {return &OutlineItem {Title :title ,Dest :dest };}; -// LTV represents an LTV (Long-Term Validation) client. It is used to LTV -// enable signatures by adding validation and revocation data (certificate, -// OCSP and CRL information) to the DSS dictionary of a PDF document. -// -// LTV is added through the DSS by: -// - Adding certificates, OCSP and CRL information in the global scope of the -// DSS. The global data is used for validating any of the signatures present -// in the document. -// - Adding certificates, OCSP and CRL information for a single signature, -// through an entry in the VRI dictionary of the DSS. The added data is used -// for validating that particular signature only. This is the recommended -// method for adding validation data for a signature. However, this is not -// is not possible in the same revision the signature is applied. Validation -// data for a signature is added based on the Contents entry of the signature, -// which is known only after the revision is written. Even if the Contents -// are known (e.g. when signing externally), updating the DSS at that point -// would invalidate the calculated signature. As a result, if adding LTV -// in the same revision is a requirement, use the first method. -// See LTV.EnableChain. -// -// The client applies both methods, when possible. +// PdfPageResources is a Page resources model. +// Implements PdfModel. +type PdfPageResources struct{ExtGState _bda .PdfObject ;ColorSpace _bda .PdfObject ;Pattern _bda .PdfObject ;Shading _bda .PdfObject ;XObject _bda .PdfObject ;Font _bda .PdfObject ;ProcSet _bda .PdfObject ;Properties _bda .PdfObject ;_cfabb *_bda .PdfObjectDictionary ; +_cdfgb *PdfPageResourcesColorspaces ;};func (_acac *PdfReader )newPdfAnnotationWatermarkFromDict (_fgfc *_bda .PdfObjectDictionary )(*PdfAnnotationWatermark ,error ){_bbfc :=PdfAnnotationWatermark {};_bbfc .FixedPrint =_fgfc .Get ("\u0046\u0069\u0078\u0065\u0064\u0050\u0072\u0069\u006e\u0074"); +return &_bbfc ,nil ;}; + +// PdfColorspaceSpecialSeparation is a Separation colorspace. +// At the moment the colour space is set to a Separation space, the conforming reader shall determine whether the +// device has an available colorant (e.g. dye) corresponding to the name of the requested space. If so, the conforming +// reader shall ignore the alternateSpace and tintTransform parameters; subsequent painting operations within the +// space shall apply the designated colorant directly, according to the tint values supplied. // -// If `LTV.SkipExisting` is set to true (the default), validations are -// not added for signatures which are already present in the VRI entry of the -// document's DSS dictionary. -type LTV struct{ +// Format: [/Separation name alternateSpace tintTransform] +type PdfColorspaceSpecialSeparation struct{ColorantName *_bda .PdfObjectName ;AlternateSpace PdfColorspace ;TintTransform PdfFunction ;_efde *_bda .PdfIndirectObject ;}; -// CertClient is the client used to retrieve certificates. -CertClient *_ae .CertClient ; +// FieldAppearanceGenerator generates appearance stream for a given field. +type FieldAppearanceGenerator interface{ContentStreamWrapper ;GenerateAppearanceDict (_cfddd *PdfAcroForm ,_dcdc *PdfField ,_bbcdd *PdfAnnotationWidget )(*_bda .PdfObjectDictionary ,error );};func _gdaa ()string {_dbcca :="\u0051\u0057\u0045\u0052\u0054\u0059\u0055\u0049\u004f\u0050\u0041S\u0044\u0046\u0047\u0048\u004a\u004b\u004c\u005a\u0058\u0043V\u0042\u004e\u004d"; +var _cfeec _dff .Buffer ;for _efcd :=0;_efcd < 6;_efcd ++{_cfeec .WriteRune (rune (_dbcca [_b .Intn (len (_dbcca ))]));};return _cfeec .String ();}; -// OCSPClient is the client used to retrieve OCSP validation information. -OCSPClient *_ae .OCSPClient ; +// PdfFont represents an underlying font structure which can be of type: +// - Type0 +// - Type1 +// - TrueType +// etc. +type PdfFont struct{_ggada pdfFont };func _cadgf (_acbcb _bda .PdfObject )(*PdfColorspaceSpecialPattern ,error ){_ed .Log .Trace ("\u004e\u0065\u0077\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020\u0043\u0053\u0020\u0066\u0072\u006fm\u0020\u006f\u0062\u006a\u003a\u0020\u0025\u0073\u0020\u0025\u0054",_acbcb .String (),_acbcb ); +_bdgf :=NewPdfColorspaceSpecialPattern ();if _gbbg ,_bgda :=_acbcb .(*_bda .PdfIndirectObject );_bgda {_bdgf ._ccbb =_gbbg ;};_acbcb =_bda .TraceToDirectObject (_acbcb );if _afdf ,_acccg :=_acbcb .(*_bda .PdfObjectName );_acccg {if *_afdf !="\u0050a\u0074\u0074\u0065\u0072\u006e"{return nil ,_c .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065"); +};return _bdgf ,nil ;};_fbeg ,_ddff :=_acbcb .(*_bda .PdfObjectArray );if !_ddff {_ed .Log .Error ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061t\u0074\u0065\u0072\u006e\u0020\u0043\u0053 \u004f\u0062\u006a\u0065\u0063\u0074\u003a\u0020\u0025\u0023\u0076",_acbcb ); +return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u0050\u0061\u0074\u0074e\u0072n\u0020C\u0053\u0020\u006f\u0062\u006a\u0065\u0063t");};if _fbeg .Len ()!=1&&_fbeg .Len ()!=2{_ed .Log .Error ("\u0049\u006ev\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079\u003a %\u0023\u0076",_fbeg ); +return nil ,_c .Errorf ("\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065r\u006e\u0020\u0043\u0053\u0020\u0061\u0072\u0072\u0061\u0079");};_acbcb =_fbeg .Get (0);if _cecfe ,_ecbg :=_acbcb .(*_bda .PdfObjectName );_ecbg {if *_cecfe !="\u0050a\u0074\u0074\u0065\u0072\u006e"{_ed .Log .Error ("\u0049\u006e\u0076al\u0069\u0064\u0020\u0050\u0061\u0074\u0074\u0065\u0072n\u0020C\u0053 \u0061r\u0072\u0061\u0079\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0023\u0076",_cecfe ); +return nil ,_c .Errorf ("\u0069\u006e\u0076a\u006c\u0069\u0064\u0020\u006e\u0061\u006d\u0065");};};if _fbeg .Len ()> 1{_acbcb =_fbeg .Get (1);_acbcb =_bda .TraceToDirectObject (_acbcb );_efge ,_eecfe :=NewPdfColorspaceFromPdfObject (_acbcb );if _eecfe !=nil {return nil ,_eecfe ; +};_bdgf .UnderlyingCS =_efge ;};_ed .Log .Trace ("R\u0065\u0074\u0075\u0072\u006e\u0069\u006e\u0067\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0077i\u0074\u0068\u0020\u0075\u006e\u0064\u0065\u0072\u006c\u0079in\u0067\u0020\u0063s\u003a \u0025\u0054",_bdgf .UnderlyingCS ); +return _bdgf ,nil ;}; -// CRLClient is the client used to retrieve CRL validation information. -CRLClient *_ae .CRLClient ; +// NewPdfOutlineTree returns an initialized PdfOutline tree. +func NewPdfOutlineTree ()*PdfOutline {_fcfaff :=NewPdfOutline ();_fcfaff ._ebabd =&_fcfaff ;return _fcfaff ;}; -// SkipExisting specifies whether existing signature validations -// should be skipped. -SkipExisting bool ;_gdggc *PdfAppender ;_fcbgb *DSS ;}; +// ColorFromFloats returns a new PdfColor based on the input slice of color +// components. +func (_eeea *PdfColorspaceSpecialPattern )ColorFromFloats (vals []float64 )(PdfColor ,error ){if _eeea .UnderlyingCS ==nil {return nil ,_gea .New ("u\u006e\u0064\u0065\u0072\u006c\u0079i\u006e\u0067\u0020\u0043\u0053\u0020\u006e\u006f\u0074 \u0073\u0070\u0065c\u0069f\u0069\u0065\u0064"); +};return _eeea .UnderlyingCS .ColorFromFloats (vals );};func (_gccga *PdfWriter )setCatalogVersion (){_gccga ._geadba .Set ("\u0056e\u0072\u0073\u0069\u006f\u006e",_bda .MakeName (_c .Sprintf ("\u0025\u0064\u002e%\u0064",_gccga ._cdbbdg .Major ,_gccga ._cdbbdg .Minor ))); +}; -// FillWithAppearance populates `form` with values provided by `provider`. -// If not nil, `appGen` is used to generate appearance dictionaries for the -// field annotations, based on the specified settings. Otherwise, appearance -// generation is skipped. -// e.g.: appGen := annotator.FieldAppearance{OnlyIfMissing: true, RegenerateTextFields: true} -// NOTE: In next major version this functionality will be part of Fill. (v4) -func (_fgegb *PdfAcroForm )FillWithAppearance (provider FieldValueProvider ,appGen FieldAppearanceGenerator )error {_cdcgd :=_fgegb .fill (provider ,appGen );if _cdcgd !=nil {return _cdcgd ;};if _ ,_deea :=provider .(FieldImageProvider );_deea {_cdcgd =_fgegb .fillImageWithAppearance (provider .(FieldImageProvider ),appGen ); -};return _cdcgd ;}; +// SetPdfTitle sets the Title attribute of the output PDF. +func SetPdfTitle (title string ){_ggbe .Lock ();defer _ggbe .Unlock ();_cdfef =title };func (_dcbc *PdfReader )newPdfAnnotationStampFromDict (_dbaf *_bda .PdfObjectDictionary )(*PdfAnnotationStamp ,error ){_bfa :=PdfAnnotationStamp {};_eaed ,_bgbc :=_dcbc .newPdfAnnotationMarkupFromDict (_dbaf ); +if _bgbc !=nil {return nil ,_bgbc ;};_bfa .PdfAnnotationMarkup =_eaed ;_bfa .Name =_dbaf .Get ("\u004e\u0061\u006d\u0065");return &_bfa ,nil ;}; -// SetCatalogMarkInfo sets the catalog MarkInfo dictionary. -func (_facff *PdfWriter )SetCatalogMarkInfo (info _cee .PdfObject )error {if info ==nil {_facff ._cdebc .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};if _cgda ,_cfadc :=info .(*_cee .PdfObjectReference );_cfadc {info =_cgda .Resolve (); -if info ==nil {_facff ._cdebc .Remove ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f");return nil ;};};_facff .addObject (info );_facff ._cdebc .Set ("\u004d\u0061\u0072\u006b\u0049\u006e\u0066\u006f",info );return nil ;};func (_cbbbb *PdfWriter )writeXRefStreams (_ceadd int ,_dffeab int64 )error {_dcacd :=_ceadd +1; -_cbbbb ._gceegb [_dcacd ]=crossReference {Type :1,ObjectNumber :_dcacd ,Offset :_dffeab };_ecfadc :=_cd .NewBuffer (nil );_eccbg :=_cee .MakeArray ();for _ageddd :=0;_ageddd <=_ceadd ;{for ;_ageddd <=_ceadd ;_ageddd ++{_cbfgc ,_gfgb :=_cbbbb ._gceegb [_ageddd ]; -if _gfgb &&(!_cbbbb ._fbaeb ||_cbbbb ._fbaeb &&(_cbfgc .Type ==1&&_cbfgc .Offset >=_cbbbb ._ffcbgf ||_cbfgc .Type ==0)){break ;};};var _gaeac int ;for _gaeac =_ageddd +1;_gaeac <=_ceadd ;_gaeac ++{_fdeaf ,_gefedf :=_cbbbb ._gceegb [_gaeac ];if _gefedf &&(!_cbbbb ._fbaeb ||_cbbbb ._fbaeb &&(_fdeaf .Type ==1&&_fdeaf .Offset > _cbbbb ._ffcbgf )){continue ; -};break ;};_eccbg .Append (_cee .MakeInteger (int64 (_ageddd )),_cee .MakeInteger (int64 (_gaeac -_ageddd )));for _cbgd :=_ageddd ;_cbgd < _gaeac ;_cbgd ++{_adfcf :=_cbbbb ._gceegb [_cbgd ];switch _adfcf .Type {case 0:_de .Write (_ecfadc ,_de .BigEndian ,byte (0)); -_de .Write (_ecfadc ,_de .BigEndian ,uint32 (0));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (0xFFFF));case 1:_de .Write (_ecfadc ,_de .BigEndian ,byte (1));_de .Write (_ecfadc ,_de .BigEndian ,uint32 (_adfcf .Offset ));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (_adfcf .Generation )); -case 2:_de .Write (_ecfadc ,_de .BigEndian ,byte (2));_de .Write (_ecfadc ,_de .BigEndian ,uint32 (_adfcf .ObjectNumber ));_de .Write (_ecfadc ,_de .BigEndian ,uint16 (_adfcf .Index ));};};_ageddd =_gaeac +1;};_gedbf ,_ffeega :=_cee .MakeStream (_ecfadc .Bytes (),_cee .NewFlateEncoder ()); -if _ffeega !=nil {return _ffeega ;};_gedbf .ObjectNumber =int64 (_dcacd );_gedbf .PdfObjectDictionary .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0058\u0052\u0065\u0066"));_gedbf .PdfObjectDictionary .Set ("\u0057",_cee .MakeArray (_cee .MakeInteger (1),_cee .MakeInteger (4),_cee .MakeInteger (2))); -_gedbf .PdfObjectDictionary .Set ("\u0049\u006e\u0064e\u0078",_eccbg );_gedbf .PdfObjectDictionary .Set ("\u0053\u0069\u007a\u0065",_cee .MakeInteger (int64 (_dcacd )));_gedbf .PdfObjectDictionary .Set ("\u0049\u006e\u0066\u006f",_cbbbb ._cbfac );_gedbf .PdfObjectDictionary .Set ("\u0052\u006f\u006f\u0074",_cbbbb ._fadf ); -if _cbbbb ._fbaeb &&_cbbbb ._dfdbb > 0{_gedbf .PdfObjectDictionary .Set ("\u0050\u0072\u0065\u0076",_cee .MakeInteger (_cbbbb ._dfdbb ));};if _cbbbb ._ddafb !=nil {_gedbf .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_cbbbb ._bbfag );};if _cbbbb ._aeffd ==nil &&_cbbbb ._dfea !=""&&_cbbbb ._bcggd !=""{_cbbbb ._aeffd =_cee .MakeArray (_cee .MakeHexString (_cbbbb ._dfea ),_cee .MakeHexString (_cbbbb ._bcggd )); -};if _cbbbb ._aeffd !=nil {_fca .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_cbbbb ._aeffd );_gedbf .Set ("\u0049\u0044",_cbbbb ._aeffd );};_cbbbb .writeObject (int (_gedbf .ObjectNumber ),_gedbf );return nil ;}; +// PdfShadingType7 is a Tensor-product patch mesh. +type PdfShadingType7 struct{*PdfShading ;BitsPerCoordinate *_bda .PdfObjectInteger ;BitsPerComponent *_bda .PdfObjectInteger ;BitsPerFlag *_bda .PdfObjectInteger ;Decode *_bda .PdfObjectArray ;Function []PdfFunction ;}; -// ImageToRGB returns an error since an image cannot be defined in a pattern colorspace. -func (_fagb *PdfColorspaceSpecialPattern )ImageToRGB (img Image )(Image ,error ){_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u003a\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u0061n\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0061\u0074\u0074\u0065\u0072n \u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065"); -return img ,_cdf .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0061\u0063\u0065\u0020\u0066\u006f\u0072\u0020\u0069m\u0061\u0067\u0065\u0020\u0028p\u0061\u0074t\u0065\u0072\u006e\u0029");};func _dbdaag (_dcaae string )(string ,error ){var _aaac _cd .Buffer ; -_aaac .WriteString (_dcaae );_bdcbb :=make ([]byte ,8+16);_cggc :=_gc .Now ().UTC ().UnixNano ();_de .BigEndian .PutUint64 (_bdcbb ,uint64 (_cggc ));_ ,_badff :=_ff .Read (_bdcbb [8:]);if _badff !=nil {return "",_badff ;};_aaac .WriteString (_aa .EncodeToString (_bdcbb )); -return _aaac .String (),nil ;}; +// Fill populates `form` with values provided by `provider`. +func (_eddag *PdfAcroForm )Fill (provider FieldValueProvider )error {return _eddag .fill (provider ,nil )}; -// AlphaMapFunc represents a alpha mapping function: byte -> byte. Can be used for -// thresholding the alpha channel, i.e. setting all alpha values below threshold to transparent. -type AlphaMapFunc func (_agba byte )byte ; +// ToPdfObject implements interface PdfModel. +func (_fbae *PdfAnnotationText )ToPdfObject ()_bda .PdfObject {_fbae .PdfAnnotation .ToPdfObject ();_bbcd :=_fbae ._ged ;_eef :=_bbcd .PdfObject .(*_bda .PdfObjectDictionary );if _fbae .PdfAnnotationMarkup !=nil {_fbae .PdfAnnotationMarkup .appendToPdfDictionary (_eef ); +};_eef .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0054\u0065\u0078\u0074"));_eef .SetIfNotNil ("\u004f\u0070\u0065\u006e",_fbae .Open );_eef .SetIfNotNil ("\u004e\u0061\u006d\u0065",_fbae .Name );_eef .SetIfNotNil ("\u0053\u0074\u0061t\u0065",_fbae .State ); +_eef .SetIfNotNil ("\u0053\u0074\u0061\u0074\u0065\u004d\u006f\u0064\u0065\u006c",_fbae .StateModel );return _bbcd ;}; -// B returns the value of the B component of the color. -func (_gdff *PdfColorLab )B ()float64 {return _gdff [2]}; +// DefaultFont returns the default font, which is currently the built in Helvetica. +func DefaultFont ()*PdfFont {_gbbgff ,_ccgba :=_geg .NewStdFontByName (HelveticaName );if !_ccgba {panic ("\u0048\u0065lv\u0065\u0074\u0069c\u0061\u0020\u0073\u0068oul\u0064 a\u006c\u0077\u0061\u0079\u0073\u0020\u0062e \u0061\u0076\u0061\u0069\u006c\u0061\u0062l\u0065"); +};_dddb :=_eaac (_gbbgff );return &PdfFont {_ggada :&_dddb };}; -// Duplicate creates a duplicate page based on the current one and returns it. -func (_eadfb *PdfPage )Duplicate ()*PdfPage {_ccgea :=*_eadfb ;_ccgea ._cfdab =_cee .MakeDict ();_ccgea ._bafab =_cee .MakeIndirectObject (_ccgea ._cfdab );_ccgea ._bfeab =*_ccgea ._cfdab ;return &_ccgea ;}; +// Set sets the colorspace corresponding to key. Add to Names if not set. +func (_ecfae *PdfPageResourcesColorspaces )Set (key _bda .PdfObjectName ,val PdfColorspace ){if _ ,_fefa :=_ecfae .Colorspaces [string (key )];!_fefa {_ecfae .Names =append (_ecfae .Names ,string (key ));};_ecfae .Colorspaces [string (key )]=val ;}; -// Y returns the value of the yellow component of the color. -func (_aced *PdfColorDeviceCMYK )Y ()float64 {return _aced [2]}; +// ToGoTime returns the date in time.Time format. +func (_cebge PdfDate )ToGoTime ()_ad .Time {_bfbad :=int (_cebge ._dagdfa *60*60+_cebge ._dgeec *60);switch _cebge ._ffcfe {case '-':_bfbad =-_bfbad ;case 'Z':_bfbad =0;};_cgafe :=_c .Sprintf ("\u0055\u0054\u0043\u0025\u0063\u0025\u002e\u0032\u0064\u0025\u002e\u0032\u0064",_cebge ._ffcfe ,_cebge ._dagdfa ,_cebge ._dgeec ); +_bcfeg :=_ad .FixedZone (_cgafe ,_bfbad );return _ad .Date (int (_cebge ._ggfcc ),_ad .Month (_cebge ._geacg ),int (_cebge ._cfgbe ),int (_cebge ._gggg ),int (_cebge ._cbdga ),int (_cebge ._gddcc ),0,_bcfeg );}; -// HasColorspaceByName checks if the colorspace with the specified name exists in the page resources. -func (_aaeff *PdfPageResources )HasColorspaceByName (keyName _cee .PdfObjectName )bool {_gfcef ,_adebd :=_aaeff .GetColorspaces ();if _adebd !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u0020\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0073\u0070\u0072\u0061\u0063\u0065: \u0025\u0076",_adebd ); -return false ;};if _gfcef ==nil {return false ;};_ ,_eccbb :=_gfcef .Colorspaces [string (keyName )];return _eccbb ;};func (_cbgc *PdfWriter )writeOutputIntents ()error {if len (_cbgc ._dbbf )==0{return nil ;};_eabad :=make ([]_cee .PdfObject ,len (_cbgc ._dbbf )); -for _gdadc ,_bdfce :=range _cbgc ._dbbf {_cbgbg :=_bdfce .ToPdfObject ();_eabad [_gdadc ]=_cee .MakeIndirectObject (_cbgbg );};_aecad :=_cee .MakeIndirectObject (_cee .MakeArray (_eabad ...));_cbgc ._cdebc .Set ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073",_aecad ); -if _dfbegd :=_cbgc .addObjects (_aecad );_dfbegd !=nil {return _dfbegd ;};return nil ;};func _fegd (_bedgc *[]*PdfField ,_egbgc FieldFilterFunc ,_gcfgc bool )[]*PdfField {if _bedgc ==nil {return nil ;};_gcaf :=*_bedgc ;if len (*_bedgc )==0{return nil ; -};_fgbfg :=_gcaf [:0];if _egbgc ==nil {_egbgc =func (*PdfField )bool {return true };};var _bcbb []*PdfField ;for _ ,_ecddc :=range _gcaf {_edaff :=_egbgc (_ecddc );if _edaff {_bcbb =append (_bcbb ,_ecddc );if len (_ecddc .Kids )> 0{_bcbb =append (_bcbb ,_fegd (&_ecddc .Kids ,_egbgc ,_gcfgc )...); -};};if !_gcfgc ||!_edaff ||len (_ecddc .Kids )> 0{_fgbfg =append (_fgbfg ,_ecddc );};};*_bedgc =_fgbfg ;return _bcbb ;}; +// SetFitWindow sets the value of the fitWindow flag. +func (_ggcfd *ViewerPreferences )SetFitWindow (fitWindow bool ){_ggcfd ._gaefd =&fitWindow };func (_egbcae *PdfSignature )extractChainFromPKCS7 ()([]*_bd .Certificate ,error ){_bfded ,_cfebcd :=_ec .Parse (_egbcae .Contents .Bytes ());if _cfebcd !=nil {return nil ,_cfebcd ; +};return _bfded .Certificates ,nil ;};func _efdg ()string {return _ed .Version }; -// GetAllContentStreams gets all the content streams for a page as one string. -func (_aeed *PdfPage )GetAllContentStreams ()(string ,error ){_gfed ,_bddeb :=_aeed .GetContentStreams ();if _bddeb !=nil {return "",_bddeb ;};return _ad .Join (_gfed ,"\u0020"),nil ;}; +// RunesToCharcodeBytes maps the provided runes to charcode bytes and it +// returns the resulting slice of bytes, along with the number of runes which +// could not be converted. If the number of misses is 0, all runes were +// successfully converted. +func (_ebgff *PdfFont )RunesToCharcodeBytes (data []rune )([]byte ,int ){var _accac []_dgb .TextEncoder ;var _ggga _dgb .CMapEncoder ;if _dcegd :=_ebgff .baseFields ()._eeed ;_dcegd !=nil {_ggga =_dgb .NewCMapEncoder ("",nil ,_dcegd );};_dbbe :=_ebgff .Encoder (); +if _dbbe !=nil {switch _daae :=_dbbe .(type ){case _dgb .SimpleEncoder :_gddf :=_daae .BaseName ();if _ ,_dcee :=_dgcb [_gddf ];_dcee {_accac =append (_accac ,_dbbe );};};};if len (_accac )==0{if _ebgff .baseFields ()._eeed !=nil {_accac =append (_accac ,_ggga ); +};if _dbbe !=nil {_accac =append (_accac ,_dbbe );};};var _ccfb _dff .Buffer ;var _affcc int ;for _ ,_ggdfb :=range data {var _acfb bool ;for _ ,_ebafc :=range _accac {if _ggcc :=_ebafc .Encode (string (_ggdfb ));len (_ggcc )> 0{_ccfb .Write (_ggcc );_acfb =true ; +break ;};};if !_acfb {_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020f\u0061\u0069\u006ce\u0064\u0020\u0074\u006f \u006d\u0061\u0070\u0020\u0072\u0075\u006e\u0065\u0020\u0060\u0025\u002b\u0071\u0060\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072\u0063\u006f\u0064\u0065",_ggdfb ); +_affcc ++;};};if _affcc !=0{_ed .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0020\u0061\u006cl\u0020\u0072\u0075\u006e\u0065\u0073\u0020\u0074\u006f\u0020\u0063\u0068\u0061\u0072c\u006fd\u0065\u0073\u002e\u000a"+"\u0009\u006e\u0075\u006d\u0052\u0075\u006e\u0065\u0073\u003d\u0025d\u0020\u006e\u0075\u006d\u004d\u0069\u0073\u0073\u0065\u0073=\u0025\u0064\u000a"+"\t\u0066\u006f\u006e\u0074=%\u0073 \u0065\u006e\u0063\u006f\u0064e\u0072\u0073\u003d\u0025\u002b\u0076",len (data ),_affcc ,_ebgff ,_accac ); +};return _ccfb .Bytes (),_affcc ;};func (_eaef *PdfWriter )mapObjectStreams (_eeffa bool )(map[_bda .PdfObject ]bool ,bool ){_fgdaa :=make (map[_bda .PdfObject ]bool );for _ ,_fbcg :=range _eaef ._ccbbg {if _aagfce ,_bgcbe :=_fbcg .(*_bda .PdfObjectStreams ); +_bgcbe {_eeffa =true ;for _ ,_agbdf :=range _aagfce .Elements (){_fgdaa [_agbdf ]=true ;if _aggcd ,_cgfdg :=_agbdf .(*_bda .PdfIndirectObject );_cgfdg {_fgdaa [_aggcd .PdfObject ]=true ;};};};};return _fgdaa ,_eeffa ;};func (_dcgef *PdfReader )loadDSS ()(*DSS ,error ){if _dcgef ._fdadg .GetCrypter ()!=nil &&!_dcgef ._fdadg .IsAuthenticated (){return nil ,_c .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); +};_gabe :=_dcgef ._dabg .Get ("\u0044\u0053\u0053");if _gabe ==nil {return nil ,nil ;};_febdd ,_ :=_bda .GetIndirect (_gabe );_gabe =_bda .TraceToDirectObject (_gabe );switch _egafa :=_gabe .(type ){case *_bda .PdfObjectNull :return nil ,nil ;case *_bda .PdfObjectDictionary :return _gaebg (_febdd ,_egafa ); +};return nil ,_c .Errorf ("i\u006ev\u0061\u006c\u0069\u0064\u0020\u0044\u0053\u0053 \u0065\u006e\u0074\u0072y \u0025\u0054",_gabe );}; -// GetSubFilter returns SubFilter value or empty string. -func (_gdfa *pdfSignDictionary )GetSubFilter ()string {_cadcg :=_gdfa .Get ("\u0053u\u0062\u0046\u0069\u006c\u0074\u0065r");if _cadcg ==nil {return "";};if _gebag ,_dcddd :=_cee .GetNameVal (_cadcg );_dcddd {return _gebag ;};return "";}; +// GetCharMetrics returns the char metrics for character code `code`. +func (_cgaaga pdfFontType3 )GetCharMetrics (code _dgb .CharCode )(_geg .CharMetrics ,bool ){if _gcacc ,_gabg :=_cgaaga ._cebgc [code ];_gabg {return _geg .CharMetrics {Wx :_gcacc },true ;};if _geg .IsStdFont (_geg .StdFontName (_cgaaga ._bcaebe )){return _geg .CharMetrics {Wx :250},true ; +};return _geg .CharMetrics {},false ;};func (_fgaf *PdfReader )newPdfAnnotationMarkupFromDict (_bgd *_bda .PdfObjectDictionary )(*PdfAnnotationMarkup ,error ){_aec :=&PdfAnnotationMarkup {};if _cfee :=_bgd .Get ("\u0054");_cfee !=nil {_aec .T =_cfee ;}; +if _ccea :=_bgd .Get ("\u0050\u006f\u0070u\u0070");_ccea !=nil {_gggb ,_fcc :=_ccea .(*_bda .PdfIndirectObject );if !_fcc {if _ ,_abee :=_ccea .(*_bda .PdfObjectNull );!_abee {return nil ,_gea .New ("p\u006f\u0070\u0075\u0070\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0070\u006f\u0069\u006e\u0074\u0020t\u006f\u0020\u0061\u006e\u0020\u0069\u006e\u0064\u0069\u0072ec\u0074\u0020\u006fb\u006ae\u0063\u0074"); +};}else {_ddfg ,_faa :=_fgaf .newPdfAnnotationFromIndirectObject (_gggb );if _faa !=nil {return nil ,_faa ;};if _ddfg !=nil {_bfc ,_edea :=_ddfg ._fdeb .(*PdfAnnotationPopup );if !_edea {return nil ,_gea .New ("\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0061\u0020\u0070\u006f\u0070\u0075\u0070\u0020\u0061n\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e"); +};_aec .Popup =_bfc ;};};};if _dfdd :=_bgd .Get ("\u0043\u0041");_dfdd !=nil {_aec .CA =_dfdd ;};if _cfbc :=_bgd .Get ("\u0052\u0043");_cfbc !=nil {_aec .RC =_cfbc ;};if _efb :=_bgd .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065"); +_efb !=nil {_aec .CreationDate =_efb ;};if _bdfg :=_bgd .Get ("\u0049\u0052\u0054");_bdfg !=nil {_aec .IRT =_bdfg ;};if _cgee :=_bgd .Get ("\u0053\u0075\u0062\u006a");_cgee !=nil {_aec .Subj =_cgee ;};if _bbbd :=_bgd .Get ("\u0052\u0054");_bbbd !=nil {_aec .RT =_bbbd ; +};if _egbg :=_bgd .Get ("\u0049\u0054");_egbg !=nil {_aec .IT =_egbg ;};if _bgb :=_bgd .Get ("\u0045\u0078\u0044\u0061\u0074\u0061");_bgb !=nil {_aec .ExData =_bgb ;};return _aec ,nil ;}; -// PdfActionTrans represents a trans action. -type PdfActionTrans struct{*PdfAction ;Trans _cee .PdfObject ;}; +// DecodeArray returns the component range values for the DeviceN colorspace. +// [0 1.0 0 1.0 ...] for each color component. +func (_eccb *PdfColorspaceDeviceN )DecodeArray ()[]float64 {var _bfgc []float64 ;for _acbd :=0;_acbd < _eccb .GetNumComponents ();_acbd ++{_bfgc =append (_bfgc ,0.0,1.0);};return _bfgc ;};func _cabge (_feafc rune )string {for _cabfbb ,_adddd :=range _gd .Categories {if len (_cabfbb )==2&&_gd .Is (_adddd ,_feafc ){return _cabfbb ; +};};return "\u0043\u006e";};var (CourierName =_geg .CourierName ;CourierBoldName =_geg .CourierBoldName ;CourierObliqueName =_geg .CourierObliqueName ;CourierBoldObliqueName =_geg .CourierBoldObliqueName ;HelveticaName =_geg .HelveticaName ;HelveticaBoldName =_geg .HelveticaBoldName ; +HelveticaObliqueName =_geg .HelveticaObliqueName ;HelveticaBoldObliqueName =_geg .HelveticaBoldObliqueName ;SymbolName =_geg .SymbolName ;ZapfDingbatsName =_geg .ZapfDingbatsName ;TimesRomanName =_geg .TimesRomanName ;TimesBoldName =_geg .TimesBoldName ; +TimesItalicName =_geg .TimesItalicName ;TimesBoldItalicName =_geg .TimesBoldItalicName ;); -// NewXObjectImageFromImage creates a new XObject Image from an image object -// with default options. If encoder is nil, uses raw encoding (none). -func NewXObjectImageFromImage (img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder )(*XObjectImage ,error ){_deggd :=NewXObjectImage ();return UpdateXObjectImageFromImage (_deggd ,img ,cs ,encoder );};func _abbe (_ebeb _cee .PdfObject )(*PdfPattern ,error ){_eadae :=&PdfPattern {}; -var _geab *_cee .PdfObjectDictionary ;if _dddea ,_ccaee :=_cee .GetIndirect (_ebeb );_ccaee {_eadae ._bgabc =_dddea ;_fcfa ,_fcfb :=_dddea .PdfObject .(*_cee .PdfObjectDictionary );if !_fcfb {_fca .Log .Debug ("\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006ae\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0028g\u006f\u0074\u0020%\u0054\u0029",_dddea .PdfObject ); -return nil ,_cee .ErrTypeError ;};_geab =_fcfa ;}else if _bfcad ,_deedg :=_cee .GetStream (_ebeb );_deedg {_eadae ._bgabc =_bfcad ;_geab =_bfcad .PdfObjectDictionary ;}else {_fca .Log .Debug ("\u0050a\u0074\u0074e\u0072\u006e\u0020\u006eo\u0074\u0020\u0061n\u0020\u0069\u006e\u0064\u0069\u0072\u0065\u0063\u0074 o\u0062\u006a\u0065c\u0074\u0020o\u0072\u0020\u0073\u0074\u0072\u0065a\u006d\u002e \u0025\u0054",_ebeb ); -return nil ,_cee .ErrTypeError ;};_aged :=_geab .Get ("P\u0061\u0074\u0074\u0065\u0072\u006e\u0054\u0079\u0070\u0065");if _aged ==nil {_fca .Log .Debug ("\u0050\u0064\u0066\u0020\u0050\u0061\u0074\u0074\u0065\u0072\u006e\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069n\u0067\u0020\u0050\u0061\u0074t\u0065\u0072n\u0054\u0079\u0070\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_dddga ,_ebcec :=_aged .(*_cee .PdfObjectInteger );if !_ebcec {_fca .Log .Debug ("\u0050\u0061tt\u0065\u0072\u006e \u0074\u0079\u0070\u0065 no\u0074 a\u006e\u0020\u0069\u006e\u0074\u0065\u0067er\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_aged ); -return nil ,_cee .ErrTypeError ;};if *_dddga !=1&&*_dddga !=2{_fca .Log .Debug ("\u0050\u0061\u0074\u0074e\u0072\u006e\u0020\u0074\u0079\u0070\u0065\u0020\u0021\u003d \u0031/\u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",*_dddga );return nil ,_cee .ErrRangeError ; -};_eadae .PatternType =int64 (*_dddga );switch *_dddga {case 1:_gced ,_feea :=_dabde (_geab );if _feea !=nil {return nil ,_feea ;};_gced .PdfPattern =_eadae ;_eadae ._gabf =_gced ;return _eadae ,nil ;case 2:_aedb ,_bbdca :=_aebcf (_geab );if _bbdca !=nil {return nil ,_bbdca ; -};_aedb .PdfPattern =_eadae ;_eadae ._gabf =_aedb ;return _eadae ,nil ;};return nil ,_cdf .New ("\u0075n\u006bn\u006f\u0077\u006e\u0020\u0070\u0061\u0074\u0074\u0065\u0072\u006e");};func _cbda (_eega _cee .PdfObject )(*PdfColorspaceSpecialSeparation ,error ){_edfdc :=NewPdfColorspaceSpecialSeparation (); -if _daeg ,_ceegc :=_eega .(*_cee .PdfIndirectObject );_ceegc {_edfdc ._dfgac =_daeg ;};_eega =_cee .TraceToDirectObject (_eega );_gffa ,_dgef :=_eega .(*_cee .PdfObjectArray );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006f\u0062je\u0063\u0074"); -};if _gffa .Len ()!=4{return nil ,_e .Errorf ("\u0073\u0065p\u0061\u0072\u0061\u0074i\u006f\u006e \u0043\u0053\u003a\u0020\u0049\u006e\u0063\u006fr\u0072\u0065\u0063\u0074\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068");};_eega =_gffa .Get (0); -_bfcc ,_dgef :=_eega .(*_cee .PdfObjectName );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065\u0070ar\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a \u0069n\u0076a\u006ci\u0064\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};if *_bfcc !="\u0053\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e"{return nil ,_e .Errorf ("\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0043\u0053\u003a\u0020w\u0072o\u006e\u0067\u0020\u0066\u0061\u006d\u0069\u006c\u0079\u0020\u006e\u0061\u006d\u0065"); -};_eega =_gffa .Get (1);_bfcc ,_dgef =_eega .(*_cee .PdfObjectName );if !_dgef {return nil ,_e .Errorf ("\u0073\u0065pa\u0072\u0061\u0074i\u006f\u006e\u0020\u0043S: \u0049nv\u0061\u006c\u0069\u0064\u0020\u0063\u006flo\u0072\u0061\u006e\u0074\u0020\u006e\u0061m\u0065"); -};_edfdc .ColorantName =_bfcc ;_eega =_gffa .Get (2);_bfdac ,_dcec :=NewPdfColorspaceFromPdfObject (_eega );if _dcec !=nil {return nil ,_dcec ;};_edfdc .AlternateSpace =_bfdac ;_gdac ,_dcec :=_eeaec (_gffa .Get (3));if _dcec !=nil {return nil ,_dcec ;}; -_edfdc .TintTransform =_gdac ;return _edfdc ,nil ;}; +// SignatureHandler interface defines the common functionality for PDF signature handlers, which +// need to be capable of validating digital signatures and signing PDF documents. +type SignatureHandler interface{ -// NewPdfAnnotationSound returns a new sound annotation. -func NewPdfAnnotationSound ()*PdfAnnotationSound {_ebc :=NewPdfAnnotation ();_abg :=&PdfAnnotationSound {};_abg .PdfAnnotation =_ebc ;_abg .PdfAnnotationMarkup =&PdfAnnotationMarkup {};_ebc .SetContext (_abg );return _abg ;}; +// IsApplicable checks if a given signature dictionary `sig` is applicable for the signature handler. +// For example a signature of type `adbe.pkcs7.detached` might not fit for a rsa.sha1 handler. +IsApplicable (_ecaae *PdfSignature )bool ; -// ToPdfObject returns the PdfFontDescriptor as a PDF dictionary inside an indirect object. -func (_fccbg *PdfFontDescriptor )ToPdfObject ()_cee .PdfObject {_eeggc :=_cee .MakeDict ();if _fccbg ._gbfec ==nil {_fccbg ._gbfec =&_cee .PdfIndirectObject {};};_fccbg ._gbfec .PdfObject =_eeggc ;_eeggc .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072")); -if _fccbg .FontName !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_fccbg .FontName );};if _fccbg .FontFamily !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0046\u0061\u006d\u0069\u006c\u0079",_fccbg .FontFamily );};if _fccbg .FontStretch !=nil {_eeggc .Set ("F\u006f\u006e\u0074\u0053\u0074\u0072\u0065\u0074\u0063\u0068",_fccbg .FontStretch ); -};if _fccbg .FontWeight !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0057\u0065\u0069\u0067\u0068\u0074",_fccbg .FontWeight );};if _fccbg .Flags !=nil {_eeggc .Set ("\u0046\u006c\u0061g\u0073",_fccbg .Flags );};if _fccbg .FontBBox !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0042\u0042\u006f\u0078",_fccbg .FontBBox ); -};if _fccbg .ItalicAngle !=nil {_eeggc .Set ("I\u0074\u0061\u006c\u0069\u0063\u0041\u006e\u0067\u006c\u0065",_fccbg .ItalicAngle );};if _fccbg .Ascent !=nil {_eeggc .Set ("\u0041\u0073\u0063\u0065\u006e\u0074",_fccbg .Ascent );};if _fccbg .Descent !=nil {_eeggc .Set ("\u0044e\u0073\u0063\u0065\u006e\u0074",_fccbg .Descent ); -};if _fccbg .Leading !=nil {_eeggc .Set ("\u004ce\u0061\u0064\u0069\u006e\u0067",_fccbg .Leading );};if _fccbg .CapHeight !=nil {_eeggc .Set ("\u0043a\u0070\u0048\u0065\u0069\u0067\u0068t",_fccbg .CapHeight );};if _fccbg .XHeight !=nil {_eeggc .Set ("\u0058H\u0065\u0069\u0067\u0068\u0074",_fccbg .XHeight ); -};if _fccbg .StemV !=nil {_eeggc .Set ("\u0053\u0074\u0065m\u0056",_fccbg .StemV );};if _fccbg .StemH !=nil {_eeggc .Set ("\u0053\u0074\u0065m\u0048",_fccbg .StemH );};if _fccbg .AvgWidth !=nil {_eeggc .Set ("\u0041\u0076\u0067\u0057\u0069\u0064\u0074\u0068",_fccbg .AvgWidth ); -};if _fccbg .MaxWidth !=nil {_eeggc .Set ("\u004d\u0061\u0078\u0057\u0069\u0064\u0074\u0068",_fccbg .MaxWidth );};if _fccbg .MissingWidth !=nil {_eeggc .Set ("\u004d\u0069\u0073s\u0069\u006e\u0067\u0057\u0069\u0064\u0074\u0068",_fccbg .MissingWidth );}; -if _fccbg .FontFile !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u0046\u0069\u006c\u0065",_fccbg .FontFile );};if _fccbg .FontFile2 !=nil {_eeggc .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00652",_fccbg .FontFile2 );};if _fccbg .FontFile3 !=nil {_eeggc .Set ("\u0046o\u006e\u0074\u0046\u0069\u006c\u00653",_fccbg .FontFile3 ); -};if _fccbg .CharSet !=nil {_eeggc .Set ("\u0043h\u0061\u0072\u0053\u0065\u0074",_fccbg .CharSet );};if _fccbg .Style !=nil {_eeggc .Set ("\u0046\u006f\u006e\u0074\u004e\u0061\u006d\u0065",_fccbg .FontName );};if _fccbg .Lang !=nil {_eeggc .Set ("\u004c\u0061\u006e\u0067",_fccbg .Lang ); -};if _fccbg .FD !=nil {_eeggc .Set ("\u0046\u0044",_fccbg .FD );};if _fccbg .CIDSet !=nil {_eeggc .Set ("\u0043\u0049\u0044\u0053\u0065\u0074",_fccbg .CIDSet );};return _fccbg ._gbfec ;};var ImageHandling ImageHandler =DefaultImageHandler {}; +// Validate validates a PDF signature against a given digest (hash) such as that determined +// for an input file. Returns validation results. +Validate (_cfdbb *PdfSignature ,_fddd Hasher )(SignatureValidationResult ,error ); -// PdfActionGoTo3DView represents a GoTo3DView action. -type PdfActionGoTo3DView struct{*PdfAction ;TA _cee .PdfObject ;V _cee .PdfObject ;};func (_ffad *PdfReader )loadStructure ()error {if _ffad ._ffdgf .GetCrypter ()!=nil &&!_ffad ._ffdgf .IsAuthenticated (){return _e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};_dfadc :=_ffad ._ffdgf .GetTrailer ();if _dfadc ==nil {return _e .Errorf ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072");};_dbbd ,_fedcc :=_dfadc .Get ("\u0052\u006f\u006f\u0074").(*_cee .PdfObjectReference );if !_fedcc {return _e .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0052\u006f\u006ft\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a \u0025\u0073\u0029",_dfadc ); -};_egcbfa ,_bacgge :=_ffad ._ffdgf .LookupByReference (*_dbbd );if _bacgge !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0072\u0065\u0061\u0064\u0020\u0072\u006f\u006f\u0074\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_bacgge ); -return _bacgge ;};_cffec ,_fedcc :=_egcbfa .(*_cee .PdfIndirectObject );if !_fedcc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0028\u0072\u006f\u006f\u0074\u0020\u0025\u0071\u0029\u0020\u0028\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0025\u0073\u0029",_egcbfa ,*_dfadc ); -return _cdf .New ("\u006di\u0073s\u0069\u006e\u0067\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_eecc ,_fedcc :=(*_cffec ).PdfObject .(*_cee .PdfObjectDictionary );if !_fedcc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020I\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u0061t\u0061\u006c\u006fg\u0020(\u0025\u0073\u0029",_cffec .PdfObject ); -return _cdf .New ("\u0069n\u0076a\u006c\u0069\u0064\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067");};_fca .Log .Trace ("C\u0061\u0074\u0061\u006c\u006f\u0067\u003a\u0020\u0025\u0073",_eecc );_dfgf ,_fedcc :=_eecc .Get ("\u0050\u0061\u0067e\u0073").(*_cee .PdfObjectReference ); -if !_fedcc {return _cdf .New ("\u0070\u0061\u0067\u0065\u0073\u0020\u0069\u006e\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020b\u0065\u0020\u0061\u0020\u0072e\u0066\u0065r\u0065\u006e\u0063\u0065");};_bgbeg ,_bacgge :=_ffad ._ffdgf .LookupByReference (*_dfgf ); -if _bacgge !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020F\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020r\u0065\u0061\u0064 \u0070a\u0067\u0065\u0073");return _bacgge ;};_dfbeb ,_fedcc :=_bgbeg .(*_cee .PdfIndirectObject );if !_fedcc {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020P\u0061\u0067\u0065\u0073\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0069n\u0076a\u006c\u0069\u0064"); -_fca .Log .Debug ("\u006f\u0070\u003a\u0020\u0025\u0070",_dfbeb );return _cdf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_gfdca ,_fedcc :=_dfbeb .PdfObject .(*_cee .PdfObjectDictionary );if !_fedcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0050\u0061\u0067\u0065\u0073\u0020\u006f\u0062j\u0065c\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0028\u0025\u0073\u0029",_dfbeb ); -return _cdf .New ("p\u0061g\u0065\u0073\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0069\u006e\u0076al\u0069\u0064");};_baagg ,_fedcc :=_cee .GetInt (_gfdca .Get ("\u0043\u006f\u0075n\u0074"));if !_fedcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0050\u0061\u0067\u0065\u0073\u0020\u0063\u006f\u0075\u006e\u0074\u0020\u006fb\u006a\u0065\u0063\u0074\u0020\u0069\u006ev\u0061\u006c\u0069\u0064"); -return _cdf .New ("\u0070\u0061\u0067\u0065s \u0063\u006f\u0075\u006e\u0074\u0020\u0069\u006e\u0076\u0061\u006c\u0069\u0064");};if _ ,_fedcc =_cee .GetName (_gfdca .Get ("\u0054\u0079\u0070\u0065"));!_fedcc {_fca .Log .Debug ("\u0050\u0061\u0067\u0065\u0073\u0020\u0064\u0069\u0063\u0074\u0020T\u0079\u0070\u0065\u0020\u0066\u0069\u0065\u006cd\u0020n\u006f\u0074\u0020\u0073\u0065\u0074\u002e\u0020\u0053\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0054\u0079p\u0065\u0020\u0074\u006f\u0020\u0050\u0061\u0067\u0065\u0073\u002e"); -_gfdca .Set ("\u0054\u0079\u0070\u0065",_cee .MakeName ("\u0050\u0061\u0067e\u0073"));};if _cdcbf ,_gbbge :=_cee .GetInt (_gfdca .Get ("\u0052\u006f\u0074\u0061\u0074\u0065"));_gbbge {_gbag :=int64 (*_cdcbf );_ffad .Rotate =&_gbag ;};_ffad ._adcdc =_dbbd ; -_ffad ._cacfe =_eecc ;_ffad ._bfcgg =_gfdca ;_ffad ._gfgcd =_dfbeb ;_ffad ._gadfe =int (*_baagg );_ffad ._fded =[]*_cee .PdfIndirectObject {};_ecdbd :=map[_cee .PdfObject ]struct{}{};_bacgge =_ffad .buildPageList (_dfbeb ,nil ,_ecdbd );if _bacgge !=nil {return _bacgge ; -};_fca .Log .Trace ("\u002d\u002d\u002d");_fca .Log .Trace ("\u0054\u004f\u0043");_fca .Log .Trace ("\u0050\u0061\u0067e\u0073");_fca .Log .Trace ("\u0025\u0064\u003a\u0020\u0025\u0073",len (_ffad ._fded ),_ffad ._fded );_ffad ._bafag ,_bacgge =_ffad .loadOutlines (); -if _bacgge !=nil {_fca .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0062\u0075i\u006c\u0064\u0020\u006f\u0075\u0074\u006c\u0069\u006e\u0065 t\u0072\u0065\u0065 \u0028%\u0073\u0029",_bacgge ); -return _bacgge ;};_ffad .AcroForm ,_bacgge =_ffad .loadForms ();if _bacgge !=nil {return _bacgge ;};_ffad .DSS ,_bacgge =_ffad .loadDSS ();if _bacgge !=nil {return _bacgge ;};_ffad ._aaggd ,_bacgge =_ffad .loadPerms ();if _bacgge !=nil {return _bacgge ; -};return nil ;}; +// InitSignature prepares the signature dictionary for signing. This involves setting all +// necessary fields, and also allocating sufficient space to the Contents so that the +// finalized signature can be inserted once the hash is calculated. +InitSignature (_bage *PdfSignature )error ; -// ColorToRGB converts a Lab color to an RGB color. -func (_gfad *PdfColorspaceLab )ColorToRGB (color PdfColor )(PdfColor ,error ){_gfege :=func (_febb float64 )float64 {if _febb >=6.0/29{return _febb *_febb *_febb ;};return 108.0/841*(_febb -4.0/29.0);};_dgcff ,_aeeg :=color .(*PdfColorLab );if !_aeeg {_fca .Log .Debug ("\u0069\u006e\u0070\u0075t \u0063\u006f\u006c\u006f\u0072\u0020\u006e\u006f\u0074\u0020\u006c\u0061\u0062"); -return nil ,_cdf .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072");};LStar :=_dgcff .L ();AStar :=_dgcff .A ();BStar :=_dgcff .B ();L :=(LStar +16)/116+AStar /500;M :=(LStar +16)/116;N :=(LStar +16)/116-BStar /200; -X :=_gfad .WhitePoint [0]*_gfege (L );Y :=_gfad .WhitePoint [1]*_gfege (M );Z :=_gfad .WhitePoint [2]*_gfege (N );_fafe :=3.240479*X +-1.537150*Y +-0.498535*Z ;_dcbd :=-0.969256*X +1.875992*Y +0.041556*Z ;_gagf :=0.055648*X +-0.204043*Y +1.057311*Z ;_fafe =_aaa .Min (_aaa .Max (_fafe ,0),1.0); -_dcbd =_aaa .Min (_aaa .Max (_dcbd ,0),1.0);_gagf =_aaa .Min (_aaa .Max (_gagf ,0),1.0);return NewPdfColorDeviceRGB (_fafe ,_dcbd ,_gagf ),nil ;};func (_eccf *PdfReader )newPdfAnnotationRedactFromDict (_egc *_cee .PdfObjectDictionary )(*PdfAnnotationRedact ,error ){_ffa :=PdfAnnotationRedact {}; -_bdc ,_ccg :=_eccf .newPdfAnnotationMarkupFromDict (_egc );if _ccg !=nil {return nil ,_ccg ;};_ffa .PdfAnnotationMarkup =_bdc ;_ffa .QuadPoints =_egc .Get ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073");_ffa .IC =_egc .Get ("\u0049\u0043"); -_ffa .RO =_egc .Get ("\u0052\u004f");_ffa .OverlayText =_egc .Get ("O\u0076\u0065\u0072\u006c\u0061\u0079\u0054\u0065\u0078\u0074");_ffa .Repeat =_egc .Get ("\u0052\u0065\u0070\u0065\u0061\u0074");_ffa .DA =_egc .Get ("\u0044\u0041");_ffa .Q =_egc .Get ("\u0051"); -return &_ffa ,nil ;}; +// NewDigest creates a new digest/hasher based on the signature dictionary and handler. +NewDigest (_ddfab *PdfSignature )(Hasher ,error ); -// NewOutlineDest returns a new outline destination which can be used -// with outline items. -func NewOutlineDest (page int64 ,x ,y float64 )OutlineDest {return OutlineDest {Page :page ,Mode :"\u0058\u0059\u005a",X :x ,Y :y };};func _ffcag (_ggefa *_cee .PdfObjectDictionary )(*PdfShadingType7 ,error ){_beffb :=PdfShadingType7 {};_cddde :=_ggefa .Get ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065"); -if _cddde ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064 \u0061\u0074\u0074\u0072\u0069\u0062\u0075t\u0065\u0020\u006d\u0069\u0073\u0073i\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065\u0072C\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec :=_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("\u0042\u0069\u0074\u0073\u0050e\u0072\u0043\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0020\u006eo\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025\u0054\u0029",_cddde ); -return nil ,_cee .ErrTypeError ;};_beffb .BitsPerCoordinate =_bbdbeb ;_cddde =_ggefa .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074");if _cddde ==nil {_fca .Log .Debug ("\u0052e\u0071\u0075i\u0072\u0065\u0064\u0020a\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006d\u0069\u0073\u0073in\u0067\u003a\u0020B\u0069\u0074s\u0050\u0065\u0072\u0043\u006f\u006dp\u006f\u006ee\u006e\u0074"); -return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec =_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065r \u0028\u0067\u006ft\u0020%\u0054\u0029",_cddde ); -return nil ,_cee .ErrTypeError ;};_beffb .BitsPerComponent =_bbdbeb ;_cddde =_ggefa .Get ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067");if _cddde ==nil {_fca .Log .Debug ("\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072i\u0062\u0075\u0074\u0065\u0020\u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0042\u0069\u0074\u0073\u0050\u0065r\u0046\u006c\u0061\u0067"); -return nil ,ErrRequiredAttributeMissing ;};_bbdbeb ,_eagec =_cddde .(*_cee .PdfObjectInteger );if !_eagec {_fca .Log .Debug ("B\u0069\u0074\u0073\u0050\u0065\u0072F\u006c\u0061\u0067\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0074e\u0067\u0065\u0072\u0020\u0028\u0067\u006f\u0074\u0020\u0025T\u0029",_cddde ); -return nil ,_cee .ErrTypeError ;};_beffb .BitsPerComponent =_bbdbeb ;_cddde =_ggefa .Get ("\u0044\u0065\u0063\u006f\u0064\u0065");if _cddde ==nil {_fca .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0044\u0065\u0063\u006f\u0064\u0065"); -return nil ,ErrRequiredAttributeMissing ;};_afaed ,_eagec :=_cddde .(*_cee .PdfObjectArray );if !_eagec {_fca .Log .Debug ("\u0044\u0065\u0063\u006fd\u0065\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_cddde ); -return nil ,_cee .ErrTypeError ;};_beffb .Decode =_afaed ;if _deafc :=_ggefa .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_deafc !=nil {_beffb .Function =[]PdfFunction {};if _fgbgc ,_dbbca :=_deafc .(*_cee .PdfObjectArray );_dbbca {for _ ,_bfegg :=range _fgbgc .Elements (){_cdbc ,_daeea :=_eeaec (_bfegg ); -if _daeea !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_daeea );return nil ,_daeea ;};_beffb .Function =append (_beffb .Function ,_cdbc ); -};}else {_gabgd ,_ecfce :=_eeaec (_deafc );if _ecfce !=nil {_fca .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_ecfce );return nil ,_ecfce ; -};_beffb .Function =append (_beffb .Function ,_gabgd );};};return &_beffb ,nil ;};func (_cffce *LTV )enable (_aege ,_bcddb []*_dfd .Certificate ,_bdef string )error {_ecfbd ,_cfcc ,_cacf :=_cffce .buildCertChain (_aege ,_bcddb );if _cacf !=nil {return _cacf ; -};_ggcf ,_cacf :=_cffce .getCerts (_ecfbd );if _cacf !=nil {return _cacf ;};var _fdbgg ,_dbgfge [][]byte ;if _cffce .OCSPClient !=nil {_fdbgg ,_cacf =_cffce .getOCSPs (_ecfbd ,_cfcc );if _cacf !=nil {return _cacf ;};};if _cffce .CRLClient !=nil {_dbgfge ,_cacf =_cffce .getCRLs (_ecfbd ); -if _cacf !=nil {return _cacf ;};};_acbd :=_cffce ._fcbgb ;_cbfc ,_cacf :=_acbd .AddCerts (_ggcf );if _cacf !=nil {return _cacf ;};_aeccd ,_cacf :=_acbd .AddOCSPs (_fdbgg );if _cacf !=nil {return _cacf ;};_degff ,_cacf :=_acbd .AddCRLs (_dbgfge );if _cacf !=nil {return _cacf ; -};if _bdef !=""{_acbd .VRI [_bdef ]=&VRI {Cert :_cbfc ,OCSP :_aeccd ,CRL :_degff };};_cffce ._gdggc .SetDSS (_acbd );return nil ;}; +// Sign receives the hash `digest` (for example hash of an input file), and signs based +// on the signature dictionary `sig` and applies the signature data to the signature +// dictionary Contents field. +Sign (_fcac *PdfSignature ,_cgaga Hasher )error ;}; -// GetPageNumber returns the page number that has been assigned to the K object. -func (_faebe *KDict )GetPageNumber ()int64 {return _faebe ._efbbe }; +// ToPdfObject implements interface PdfModel. +func (_cgaa *PdfAnnotationHighlight )ToPdfObject ()_bda .PdfObject {_cgaa .PdfAnnotation .ToPdfObject ();_aceg :=_cgaa ._ged ;_dedab :=_aceg .PdfObject .(*_bda .PdfObjectDictionary );_cgaa .PdfAnnotationMarkup .appendToPdfDictionary (_dedab );_dedab .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0048i\u0067\u0068\u006c\u0069\u0067\u0068t")); +_dedab .SetIfNotNil ("\u0051\u0075\u0061\u0064\u0050\u006f\u0069\u006e\u0074\u0073",_cgaa .QuadPoints );return _aceg ;}; -// SetNumCopies sets the value of the numCopies. -func (_ecgfc *ViewerPreferences )SetNumCopies (numCopies int ){_ecgfc ._dbcbe =numCopies }; +// ToPdfObject returns the PDF representation of the colorspace. +func (_bdaf *PdfColorspaceSpecialPattern )ToPdfObject ()_bda .PdfObject {if _bdaf .UnderlyingCS ==nil {return _bda .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e");};_eeba :=_bda .MakeArray (_bda .MakeName ("\u0050a\u0074\u0074\u0065\u0072\u006e")); +_eeba .Append (_bdaf .UnderlyingCS .ToPdfObject ());if _bdaf ._ccbb !=nil {_bdaf ._ccbb .PdfObject =_eeba ;return _bdaf ._ccbb ;};return _eeba ;}; -// SetSubtype sets the Subtype S for given PdfOutputIntent. -func (_cfecd *PdfOutputIntent )SetSubtype (subtype PdfOutputIntentType )error {if !subtype .IsValid (){return _cdf .New ("\u0070\u0072o\u0076\u0069\u0064\u0065d\u0020\u0069n\u0076\u0061\u006c\u0069\u0064\u0020\u004f\u0075t\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0053\u0075b\u0054\u0079\u0070\u0065"); -};_cfecd .S =subtype ;return nil ;};func (_defa *PdfColorspaceDeviceGray )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079";};func _feedb (_fgdg *_cee .PdfObjectDictionary ,_bfeff *fontCommon )(*pdfFontType3 ,error ){_abbg :=_badf (_bfeff ); -_edfg :=_fgdg .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r");if _edfg ==nil {_edfg =_cee .MakeInteger (0);};_abbg .FirstChar =_edfg ;_ebgbb ,_abffg :=_cee .GetIntVal (_edfg );if !_abffg {_fca .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064 \u0046i\u0072s\u0074C\u0068\u0061\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0028\u0025\u0054\u0029",_edfg ); -return nil ,_cee .ErrTypeError ;};_bggfff :=_dae .CharCode (_ebgbb );_edfg =_fgdg .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072");if _edfg ==nil {_edfg =_cee .MakeInteger (255);};_abbg .LastChar =_edfg ;_ebgbb ,_abffg =_cee .GetIntVal (_edfg ); -if !_abffg {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u004c\u0061\u0073\u0074\u0043h\u0061\u0072\u0020\u0074\u0079\u0070\u0065 \u0028\u0025\u0054\u0029",_edfg );return nil ,_cee .ErrTypeError ; -};_gbdceb :=_dae .CharCode (_ebgbb );_edfg =_fgdg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s");if _edfg !=nil {_abbg .Resources =_edfg ;};_edfg =_fgdg .Get ("\u0043h\u0061\u0072\u0050\u0072\u006f\u0063s");if _edfg ==nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0068\u0061\u0072\u0050\u0072\u006f\u0063\u0073\u0020(%\u0076\u0029",_edfg ); -return nil ,_cee .ErrNotSupported ;};_abbg .CharProcs =_edfg ;_edfg =_fgdg .Get ("\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078");if _edfg ==nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076a\u006c\u0069\u0064\u0020\u0046\u006f\u006et\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0028\u0025\u0076\u0029",_edfg ); -return nil ,_cee .ErrNotSupported ;};_abbg .FontMatrix =_edfg ;_abbg ._fdfff =make (map[_dae .CharCode ]float64 );_edfg =_fgdg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _edfg !=nil {_abbg .Widths =_edfg ;_gbafb ,_ebcc :=_cee .GetArray (_edfg );if !_ebcc {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020W\u0069\u0064t\u0068\u0073\u0020\u0061\u0074\u0074\u0072\u0069b\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079 \u0028\u0025\u0054\u0029",_edfg ); -return nil ,_cee .ErrTypeError ;};_ceee ,_dffc :=_gbafb .ToFloat64Array ();if _dffc !=nil {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0077\u0069d\u0074\u0068\u0073\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_dffc ;};if len (_ceee )!=int (_gbdceb -_bggfff +1){_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0077\u0069\u0064\u0074\u0068s\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u0021\u003d\u0020\u0025\u0064 \u0028\u0025\u0064\u0029",_gbdceb -_bggfff +1,len (_ceee )); -return nil ,_cee .ErrRangeError ;};_cfce ,_ebcc :=_cee .GetArray (_abbg .FontMatrix );if !_ebcc {_fca .Log .Debug ("\u0045\u0052\u0052\u004f\u0052:\u0020\u0046\u006f\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0021\u003d\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0028\u0025\u0054\u0029",_cfce ); -return nil ,_dffc ;};_ccdc ,_dffc :=_cfce .ToFloat64Array ();if _dffc !=nil {_fca .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020c\u006f\u006ev\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0046o\u006e\u0074\u004d\u0061\u0074\u0072\u0069\u0078\u0020\u0074\u006f\u0020a\u0072\u0072\u0061\u0079"); -return nil ,_dffc ;};_effgf :=_ac .NewMatrix (_ccdc [0],_ccdc [1],_ccdc [2],_ccdc [3],_ccdc [4],_ccdc [5]);for _efdfc ,_gdab :=range _ceee {_abefe ,_ :=_effgf .Transform (_gdab ,_gdab );_abbg ._fdfff [_bggfff +_dae .CharCode (_efdfc )]=_abefe ;};};_abbg .Encoding =_cee .TraceToDirectObject (_fgdg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")); -_cgfd :=_fgdg .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e");if _cgfd !=nil {_abbg ._deccd =_cee .TraceToDirectObject (_cgfd );_abcbd ,_beccf :=_dbaba (_abbg ._deccd ,&_abbg .fontCommon );if _beccf !=nil {return nil ,_beccf ;};_abbg ._abcbf =_abcbd ; -};if _gggfd :=_abbg ._abcbf ;_gggfd !=nil {_abbg ._fgaa =_dae .NewCMapEncoder ("",nil ,_gggfd );}else {_abbg ._fgaa =_dae .NewPdfDocEncoder ();};return _abbg ,nil ;};func (_fccbe *PdfWriter )optimize ()error {if _fccbe ._ecgef ==nil {return nil ;};var _becag error ; -_fccbe ._gccff ,_becag =_fccbe ._ecgef .Optimize (_fccbe ._gccff );if _becag !=nil {return _becag ;};_eaeefd :=make (map[_cee .PdfObject ]struct{},len (_fccbe ._gccff ));for _ ,_effdg :=range _fccbe ._gccff {_eaeefd [_effdg ]=struct{}{};};_fccbe ._dgbgbb =_eaeefd ; -return nil ;}; +// PrintScaling returns the value of the printScaling. +func (_fbgba *ViewerPreferences )PrintScaling ()PrintScaling {return _fbgba ._ecffgg };func (_adab *PdfReader )newPdfActionGotoEFromDict (_cfa *_bda .PdfObjectDictionary )(*PdfActionGoToE ,error ){_gegd ,_daa :=_ggfe (_cfa .Get ("\u0046"));if _daa !=nil {return nil ,_daa ; +};return &PdfActionGoToE {D :_cfa .Get ("\u0044"),NewWindow :_cfa .Get ("\u004ee\u0077\u0057\u0069\u006e\u0064\u006fw"),T :_cfa .Get ("\u0054"),F :_gegd },nil ;}; + +// Write writes out the PDF. +func (_bgged *PdfWriter )Write (writer _ga .Writer )error {_ed .Log .Trace ("\u0057r\u0069\u0074\u0065\u0028\u0029");if _acdab ,_edbfd :=writer .(*_dfc .File );_edbfd {_bgged .SetFileName (_acdab .Name ());};_aggcc :=_bgged .checkLicense ();if _aggcc !=nil {return _aggcc ; +};if _aggcc =_bgged .writeOutlines ();_aggcc !=nil {return _aggcc ;};if _aggcc =_bgged .writeAcroFormFields ();_aggcc !=nil {return _aggcc ;};if _aggcc =_bgged .writeNamesDictionary ();_aggcc !=nil {return _aggcc ;};_bgged .checkPendingObjects ();if _aggcc =_bgged .writeOutputIntents (); +_aggcc !=nil {return _aggcc ;};_bgged .setCatalogVersion ();_bgged .copyObjects ();if _aggcc =_bgged .optimize ();_aggcc !=nil {return _aggcc ;};if _aggcc =_bgged .optimizeDocument ();_aggcc !=nil {return _aggcc ;};var _cccee _cg .Hash ;if _bgged ._gagff {_cccee =_af .New (); +writer =_ga .MultiWriter (_cccee ,writer );};_bgged .setWriter (writer );_dadac :=_bgged .checkCrossReferenceStream ();_gfbb ,_dadac :=_bgged .mapObjectStreams (_dadac );_bgged .adjustXRefAffectedVersion (_dadac );_bgged .writeDocumentVersion ();_bgged .updateObjectNumbers (); +_bgged .writeObjects ();if _aggcc =_bgged .writeObjectsInStreams (_gfbb );_aggcc !=nil {return _aggcc ;};_ecaea :=_bgged ._fcdda ;var _edafaf int ;for _cfaec :=range _bgged ._fcbcd {if _cfaec > _edafaf {_edafaf =_cfaec ;};};if _bgged ._gagff {if _aggcc =_bgged .setHashIDs (_cccee ); +_aggcc !=nil {return _aggcc ;};};if _dadac {if _aggcc =_bgged .writeXRefStreams (_edafaf ,_ecaea );_aggcc !=nil {return _aggcc ;};}else {_bgged .writeTrailer (_edafaf );};_bgged .makeOffSetReference (_ecaea );if _aggcc =_bgged .flushWriter ();_aggcc !=nil {return _aggcc ; +};return nil ;}; + +// GetContext returns the annotation context which contains the specific type-dependent context. +// The context represents the subannotation. +func (_cca *PdfAnnotation )GetContext ()PdfModel {if _cca ==nil {return nil ;};return _cca ._fdeb ;}; // AcroFormNeedsRepair returns true if the document contains widget annotations // linked to fields which are not referenced in the AcroForm. The AcroForm can // be repaired using the RepairAcroForm method of the reader. -func (_fcceb *PdfReader )AcroFormNeedsRepair ()(bool ,error ){var _dgadd []*PdfField ;if _fcceb .AcroForm !=nil {_dgadd =_fcceb .AcroForm .AllFields ();};_acgac :=make (map[*PdfField ]struct{},len (_dgadd ));for _ ,_afcc :=range _dgadd {_acgac [_afcc ]=struct{}{}; -};for _ ,_dbcc :=range _fcceb .PageList {_abbee ,_dddec :=_dbcc .GetAnnotations ();if _dddec !=nil {return false ,_dddec ;};for _ ,_gfggcc :=range _abbee {_dceccd ,_bfgf :=_gfggcc .GetContext ().(*PdfAnnotationWidget );if !_bfgf {continue ;};_gbda :=_dceccd .Field (); -if _gbda ==nil {return true ,nil ;};if _ ,_fagf :=_acgac [_gbda ];!_fagf {return true ,nil ;};};};return false ,nil ;}; +func (_abbc *PdfReader )AcroFormNeedsRepair ()(bool ,error ){var _efafg []*PdfField ;if _abbc .AcroForm !=nil {_efafg =_abbc .AcroForm .AllFields ();};_dfbaa :=make (map[*PdfField ]struct{},len (_efafg ));for _ ,_dfaa :=range _efafg {_dfbaa [_dfaa ]=struct{}{}; +};for _ ,_ggfdf :=range _abbc .PageList {_feagg ,_edged :=_ggfdf .GetAnnotations ();if _edged !=nil {return false ,_edged ;};for _ ,_fbba :=range _feagg {_abfdd ,_aaaad :=_fbba .GetContext ().(*PdfAnnotationWidget );if !_aaaad {continue ;};_fgaad :=_abfdd .Field (); +if _fgaad ==nil {return true ,nil ;};if _ ,_cfaac :=_dfbaa [_fgaad ];!_cfaac {return true ,nil ;};};};return false ,nil ;}; -// ToPdfObject implements interface PdfModel. -func (_cdeb *PdfAnnotationStamp )ToPdfObject ()_cee .PdfObject {_cdeb .PdfAnnotation .ToPdfObject ();_eeae :=_cdeb ._eddc ;_ceb :=_eeae .PdfObject .(*_cee .PdfObjectDictionary );_cdeb .PdfAnnotationMarkup .appendToPdfDictionary (_ceb );_ceb .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_cee .MakeName ("\u0053\u0074\u0061m\u0070")); -_ceb .SetIfNotNil ("\u004e\u0061\u006d\u0065",_cdeb .Name );return _eeae ;}; +// M returns the value of the magenta component of the color. +func (_dcfbf *PdfColorDeviceCMYK )M ()float64 {return _dcfbf [1]};func _ebdbe (_gdbdec *fontCommon )*pdfCIDFontType2 {return &pdfCIDFontType2 {fontCommon :*_gdbdec }}; -// PdfFont represents an underlying font structure which can be of type: -// - Type0 -// - Type1 -// - TrueType -// etc. -type PdfFont struct{_bggcf pdfFont };func (_cac *PdfColorspaceDeviceCMYK )String ()string {return "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b";}; +// ToPdfObject implements interface PdfModel. +func (_gae *PdfActionSubmitForm )ToPdfObject ()_bda .PdfObject {_gae .PdfAction .ToPdfObject ();_afde :=_gae ._gg ;_ddb :=_afde .PdfObject .(*_bda .PdfObjectDictionary );_ddb .SetIfNotNil ("\u0053",_bda .MakeName (string (ActionTypeSubmitForm )));if _gae .F !=nil {_ddb .Set ("\u0046",_gae .F .ToPdfObject ()); +};_ddb .SetIfNotNil ("\u0046\u0069\u0065\u006c\u0064\u0073",_gae .Fields );_ddb .SetIfNotNil ("\u0046\u006c\u0061g\u0073",_gae .Flags );return _afde ;}; -// GetParamsDict returns *core.PdfObjectDictionary with a set of basic image parameters. -func (_bfead *Image )GetParamsDict ()*_cee .PdfObjectDictionary {_fadg :=_cee .MakeDict ();_fadg .Set ("\u0057\u0069\u0064t\u0068",_cee .MakeInteger (_bfead .Width ));_fadg .Set ("\u0048\u0065\u0069\u0067\u0068\u0074",_cee .MakeInteger (_bfead .Height )); -_fadg .Set ("\u0043o\u006co\u0072\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073",_cee .MakeInteger (int64 (_bfead .ColorComponents )));_fadg .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cee .MakeInteger (_bfead .BitsPerComponent )); -return _fadg ;}; +// Sign signs a specific page with a digital signature. +// The signature field parameter must have a valid signature dictionary +// specified by its V field. +func (_gbdfb *PdfAppender )Sign (pageNum int ,field *PdfFieldSignature )error {if field ==nil {return _gea .New ("\u0073\u0069g\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065 n\u0069\u006c"); +};_cdddf :=field .V ;if _cdddf ==nil {return _gea .New ("\u0073\u0069\u0067na\u0074\u0075\u0072\u0065\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061r\u0079 \u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_ccbe :=pageNum -1; +if _ccbe < 0||_ccbe > len (_gbdfb ._eebd )-1{return _c .Errorf ("\u0070\u0061\u0067\u0065\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064",pageNum );};_edaaa :=_gbdfb .Reader .PageList [_ccbe ];field .P =_edaaa .ToPdfObject (); +if field .T ==nil ||field .T .String ()==""{field .T =_bda .MakeString (_c .Sprintf ("\u0053\u0069\u0067n\u0061\u0074\u0075\u0072\u0065\u0020\u0025\u0064",pageNum ));};_edaaa .AddAnnotation (field .PdfAnnotationWidget .PdfAnnotation );if _gbdfb ._ggae ==_gbdfb ._babd .AcroForm {_gbdfb ._ggae =_gbdfb .Reader .AcroForm ; +};_agcc :=_gbdfb ._ggae ;if _agcc ==nil {_agcc =NewPdfAcroForm ();};_agcc .SigFlags =_bda .MakeInteger (3);if _agcc .NeedAppearances !=nil {_agcc .NeedAppearances =nil ;};_edfa :=append (_agcc .AllFields (),field .PdfField );_agcc .Fields =&_edfa ;_gbdfb .ReplaceAcroForm (_agcc ); +_gbdfb .UpdatePage (_edaaa );_gbdfb ._eebd [_ccbe ]=_edaaa ;if _ ,_fgc :=field .V .GetDocMDPPermission ();_fgc {_gbdfb ._gcef =NewPermissions (field .V );};return nil ;}; -// PdfShadingType1 is a Function-based shading. -type PdfShadingType1 struct{*PdfShading ;Domain *_cee .PdfObjectArray ;Matrix *_cee .PdfObjectArray ;Function []PdfFunction ;}; +// FileRelationship represents a attachment file relationship type. +type FileRelationship int ;func (_efad *PdfReader )newPdfAnnotationMovieFromDict (_bddb *_bda .PdfObjectDictionary )(*PdfAnnotationMovie ,error ){_dgfc :=PdfAnnotationMovie {};_dgfc .T =_bddb .Get ("\u0054");_dgfc .Movie =_bddb .Get ("\u004d\u006f\u0076i\u0065"); +_dgfc .A =_bddb .Get ("\u0041");return &_dgfc ,nil ;}; -// NewPdfPageResources returns a new PdfPageResources object. -func NewPdfPageResources ()*PdfPageResources {_eeegd :=&PdfPageResources {};_eeegd ._agdcc =_cee .MakeDict ();return _eeegd ;}; +// ToPdfObject returns the PDF representation of the function. +func (_dccd *PdfFunctionType0 )ToPdfObject ()_bda .PdfObject {if _dccd ._gdfcb ==nil {_dccd ._gdfcb =&_bda .PdfObjectStream {};};_debfe :=_bda .MakeDict ();_debfe .Set ("\u0046\u0075\u006ec\u0074\u0069\u006f\u006e\u0054\u0079\u0070\u0065",_bda .MakeInteger (0)); +_cfeea :=&_bda .PdfObjectArray {};for _ ,_ddbdb :=range _dccd .Domain {_cfeea .Append (_bda .MakeFloat (_ddbdb ));};_debfe .Set ("\u0044\u006f\u006d\u0061\u0069\u006e",_cfeea );_cdebc :=&_bda .PdfObjectArray {};for _ ,_cggaa :=range _dccd .Range {_cdebc .Append (_bda .MakeFloat (_cggaa )); +};_debfe .Set ("\u0052\u0061\u006eg\u0065",_cdebc );_ggdfc :=&_bda .PdfObjectArray {};for _ ,_gfba :=range _dccd .Size {_ggdfc .Append (_bda .MakeInteger (int64 (_gfba )));};_debfe .Set ("\u0053\u0069\u007a\u0065",_ggdfc );_debfe .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0053\u0061\u006d\u0070\u006c\u0065",_bda .MakeInteger (int64 (_dccd .BitsPerSample ))); +if _dccd .Order !=1{_debfe .Set ("\u004f\u0072\u0064e\u0072",_bda .MakeInteger (int64 (_dccd .Order )));};_debfe .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_bda .MakeInteger (int64 (len (_dccd ._ccbfc ))));_dccd ._gdfcb .Stream =_dccd ._ccbfc ;_dccd ._gdfcb .PdfObjectDictionary =_debfe ; +return _dccd ._gdfcb ;}; -// NewXObjectImageFromImageLazy creates a new XObject Image from an image object -// with default options. If encoder is nil, uses raw encoding (none). -// If lazy is true, then lazy mode is enabled for XObject. -// Lazy mode allows to reduce memory usage with the help of temporary files. -func NewXObjectImageFromImageLazy (img *Image ,cs PdfColorspace ,encoder _cee .StreamEncoder ,lazy bool )(*XObjectImage ,error ){_fbagg :=NewXObjectImage ();if lazy {_cdacea ,_dbdef :=UpdateXObjectImageFromImage (_fbagg ,img ,cs ,encoder );if _dbdef !=nil {return nil ,_dbdef ; -};_cdacea .ToPdfObject ();_dbdef =_cdacea ._fggac .MakeLazy ();if _dbdef !=nil {return nil ,_dbdef ;};_cdacea .Stream =nil ;return _cdacea ,nil ;};return UpdateXObjectImageFromImage (_fbagg ,img ,cs ,encoder );}; +// ToPdfObject returns colorspace in a PDF object format [name dictionary] +func (_egaa *PdfColorspaceLab )ToPdfObject ()_bda .PdfObject {_dbeb :=_bda .MakeArray ();_dbeb .Append (_bda .MakeName ("\u004c\u0061\u0062"));_ebfc :=_bda .MakeDict ();if _egaa .WhitePoint !=nil {_dffa :=_bda .MakeArray (_bda .MakeFloat (_egaa .WhitePoint [0]),_bda .MakeFloat (_egaa .WhitePoint [1]),_bda .MakeFloat (_egaa .WhitePoint [2])); +_ebfc .Set ("\u0057\u0068\u0069\u0074\u0065\u0050\u006f\u0069\u006e\u0074",_dffa );}else {_ed .Log .Error ("\u004c\u0061\u0062: \u004d\u0069\u0073\u0073\u0069\u006e\u0067\u0020\u0057h\u0069t\u0065P\u006fi\u006e\u0074\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0029"); +};if _egaa .BlackPoint !=nil {_fdbc :=_bda .MakeArray (_bda .MakeFloat (_egaa .BlackPoint [0]),_bda .MakeFloat (_egaa .BlackPoint [1]),_bda .MakeFloat (_egaa .BlackPoint [2]));_ebfc .Set ("\u0042\u006c\u0061\u0063\u006b\u0050\u006f\u0069\u006e\u0074",_fdbc ); +};if _egaa .Range !=nil {_dagc :=_bda .MakeArray (_bda .MakeFloat (_egaa .Range [0]),_bda .MakeFloat (_egaa .Range [1]),_bda .MakeFloat (_egaa .Range [2]),_bda .MakeFloat (_egaa .Range [3]));_ebfc .Set ("\u0052\u0061\u006eg\u0065",_dagc );};_dbeb .Append (_ebfc ); +if _egaa ._begd !=nil {_egaa ._begd .PdfObject =_dbeb ;return _egaa ._begd ;};return _dbeb ;}; -// PdfFieldText represents a text field where user can enter text. -type PdfFieldText struct{*PdfField ;DA *_cee .PdfObjectString ;Q *_cee .PdfObjectInteger ;DS *_cee .PdfObjectString ;RV _cee .PdfObject ;MaxLen *_cee .PdfObjectInteger ;}; +// ToPdfObject returns the PDF representation of the shading dictionary. +func (_cdgdg *PdfShadingType4 )ToPdfObject ()_bda .PdfObject {_cdgdg .PdfShading .ToPdfObject ();_babgb ,_gcbb :=_cdgdg .getShadingDict ();if _gcbb !=nil {_ed .Log .Error ("\u0055\u006ea\u0062\u006c\u0065\u0020\u0074\u006f\u0020\u0061\u0063\u0063\u0065\u0073\u0073\u0020\u0073\u0068\u0061\u0064\u0069\u006e\u0067\u0020di\u0063\u0074"); +return nil ;};if _cdgdg .BitsPerCoordinate !=nil {_babgb .Set ("\u0042\u0069\u0074\u0073\u0050\u0065\u0072\u0043\u006f\u006f\u0072\u0064i\u006e\u0061\u0074\u0065",_cdgdg .BitsPerCoordinate );};if _cdgdg .BitsPerComponent !=nil {_babgb .Set ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074",_cdgdg .BitsPerComponent ); +};if _cdgdg .BitsPerFlag !=nil {_babgb .Set ("B\u0069\u0074\u0073\u0050\u0065\u0072\u0046\u006c\u0061\u0067",_cdgdg .BitsPerFlag );};if _cdgdg .Decode !=nil {_babgb .Set ("\u0044\u0065\u0063\u006f\u0064\u0065",_cdgdg .Decode );};if _cdgdg .Function !=nil {if len (_cdgdg .Function )==1{_babgb .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_cdgdg .Function [0].ToPdfObject ()); +}else {_cbedc :=_bda .MakeArray ();for _ ,_bgegb :=range _cdgdg .Function {_cbedc .Append (_bgegb .ToPdfObject ());};_babgb .Set ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e",_cbedc );};};return _cdgdg ._gfdga ;}; -// GetNumPages returns the number of pages in the document. -func (_efged *PdfReader )GetNumPages ()(int ,error ){if _efged ._ffdgf .GetCrypter ()!=nil &&!_efged ._ffdgf .IsAuthenticated (){return 0,_e .Errorf ("\u0066\u0069\u006ce\u0020\u006e\u0065\u0065d\u0020\u0074\u006f\u0020\u0062\u0065\u0020d\u0065\u0063\u0072\u0079\u0070\u0074\u0065\u0064\u0020\u0066\u0069\u0072\u0073\u0074"); -};return len (_efged ._fded ),nil ;}; +// String returns the name of the colorspace (DeviceN). +func (_dbdef *PdfColorspaceDeviceN )String ()string {return "\u0044e\u0076\u0069\u0063\u0065\u004e"}; -// PdfShadingType2 is an Axial shading. -type PdfShadingType2 struct{*PdfShading ;Coords *_cee .PdfObjectArray ;Domain *_cee .PdfObjectArray ;Function []PdfFunction ;Extend *_cee .PdfObjectArray ;}; +// PageCallback callback function used in page loading +// that could be used to modify the page content. +// +// Deprecated: will be removed in v4. Use PageProcessCallback instead. +type PageCallback func (_geabe int ,_dbgegd *PdfPage ); -// GetFontDescriptor returns the font descriptor for `font`. -func (_gedbbe PdfFont )GetFontDescriptor ()(*PdfFontDescriptor ,error ){return _gedbbe ._bggcf .getFontDescriptor (),nil ;}; \ No newline at end of file +// ToPdfObject implements interface PdfModel. +func (_ccef *PdfAnnotationPopup )ToPdfObject ()_bda .PdfObject {_ccef .PdfAnnotation .ToPdfObject ();_ccefd :=_ccef ._ged ;_gbbe :=_ccefd .PdfObject .(*_bda .PdfObjectDictionary );_gbbe .SetIfNotNil ("\u0053u\u0062\u0074\u0079\u0070\u0065",_bda .MakeName ("\u0050\u006f\u0070u\u0070")); +_gbbe .SetIfNotNil ("\u0050\u0061\u0072\u0065\u006e\u0074",_ccef .Parent );_gbbe .SetIfNotNil ("\u004f\u0070\u0065\u006e",_ccef .Open );return _ccefd ;};func _gegda ()string {_ggbe .Lock ();defer _ggbe .Unlock ();if len (_cafe )> 0{return _cafe ;};return "\u0055n\u0069\u0044\u006f\u0063 \u002d\u0020\u0068\u0074\u0074p\u003a/\u002fu\u006e\u0069\u0064\u006f\u0063\u002e\u0069o"; +};func (_bedab *PdfWriter )writeTrailer (_cadbf int ){_bedab .writeString ("\u0078\u0072\u0065\u0066\u000d\u000a");for _bdaea :=0;_bdaea <=_cadbf ;{for ;_bdaea <=_cadbf ;_bdaea ++{_added ,_bbfde :=_bedab ._fcbcd [_bdaea ];if _bbfde &&(!_bedab ._eccfc ||_bedab ._eccfc &&(_added .Type ==1&&_added .Offset >=_bedab ._cbedca ||_added .Type ==0)){break ; +};};var _cdbbcf int ;for _cdbbcf =_bdaea +1;_cdbbcf <=_cadbf ;_cdbbcf ++{_dfcea ,_afccg :=_bedab ._fcbcd [_cdbbcf ];if _afccg &&(!_bedab ._eccfc ||_bedab ._eccfc &&(_dfcea .Type ==1&&_dfcea .Offset > _bedab ._cbedca )){continue ;};break ;};_baec :=_c .Sprintf ("\u0025d\u0020\u0025\u0064\u000d\u000a",_bdaea ,_cdbbcf -_bdaea ); +_bedab .writeString (_baec );for _acaff :=_bdaea ;_acaff < _cdbbcf ;_acaff ++{_bdeec :=_bedab ._fcbcd [_acaff ];switch _bdeec .Type {case 0:_baec =_c .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u0066\u000d\u000a",0,65535);_bedab .writeString (_baec ); +case 1:_baec =_c .Sprintf ("\u0025\u002e\u0031\u0030\u0064\u0020\u0025\u002e\u0035d\u0020\u006e\u000d\u000a",_bdeec .Offset ,0);_bedab .writeString (_baec );};};_bdaea =_cdbbcf +1;};_dffbc :=_bda .MakeDict ();_dffbc .Set ("\u0049\u006e\u0066\u006f",_bedab ._eebef ); +_dffbc .Set ("\u0052\u006f\u006f\u0074",_bedab ._eefbd );_dffbc .Set ("\u0053\u0069\u007a\u0065",_bda .MakeInteger (int64 (_cadbf +1)));if _bedab ._eccfc &&_bedab ._eafcga > 0{_dffbc .Set ("\u0050\u0072\u0065\u0076",_bda .MakeInteger (_bedab ._eafcga )); +};if _bedab ._cbdd !=nil {_dffbc .Set ("\u0045n\u0063\u0072\u0079\u0070\u0074",_bedab ._dgeba );};if _bedab ._ffgbfc ==nil &&_bedab ._gcbgf !=""&&_bedab ._ebgegf !=""{_bedab ._ffgbfc =_bda .MakeArray (_bda .MakeHexString (_bedab ._gcbgf ),_bda .MakeHexString (_bedab ._ebgegf )); +};if _bedab ._ffgbfc !=nil {_dffbc .Set ("\u0049\u0044",_bedab ._ffgbfc );_ed .Log .Trace ("\u0049d\u0073\u003a\u0020\u0025\u0073",_bedab ._ffgbfc );};_bedab .writeString ("\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u000a");_bedab .writeString (_dffbc .WriteString ()); +_bedab .writeString ("\u000a");};func _dagbc (_ccffe *_bda .PdfObjectDictionary )(*PdfShadingType3 ,error ){_bdfea :=PdfShadingType3 {};_bcdd :=_ccffe .Get ("\u0043\u006f\u006f\u0072\u0064\u0073");if _bcdd ==nil {_ed .Log .Debug ("\u0052\u0065\u0071ui\u0072\u0065\u0064\u0020\u0061\u0074\u0074\u0072\u0069b\u0075t\u0065 \u006di\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0043\u006f\u006f\u0072\u0064\u0073"); +return nil ,ErrRequiredAttributeMissing ;};_dcbee ,_agca :=_bcdd .(*_bda .PdfObjectArray );if !_agca {_ed .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bcdd ); +return nil ,_bda .ErrTypeError ;};if _dcbee .Len ()!=6{_ed .Log .Debug ("\u0043\u006f\u006f\u0072d\u0073\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0036\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_dcbee .Len ());return nil ,ErrInvalidAttribute ; +};_bdfea .Coords =_dcbee ;if _bfeaf :=_ccffe .Get ("\u0044\u006f\u006d\u0061\u0069\u006e");_bfeaf !=nil {_bfeaf =_bda .TraceToDirectObject (_bfeaf );_fdabg ,_cddbc :=_bfeaf .(*_bda .PdfObjectArray );if !_cddbc {_ed .Log .Debug ("\u0044\u006f\u006d\u0061i\u006e\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_bfeaf ); +return nil ,_bda .ErrTypeError ;};_bdfea .Domain =_fdabg ;};_bcdd =_ccffe .Get ("\u0046\u0075\u006e\u0063\u0074\u0069\u006f\u006e");if _bcdd ==nil {_ed .Log .Debug ("\u0052\u0065q\u0075\u0069\u0072\u0065d\u0020\u0061t\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020m\u0069\u0073\u0073\u0069\u006e\u0067\u003a\u0020\u0020\u0046\u0075\u006ec\u0074\u0069\u006f\u006e"); +return nil ,ErrRequiredAttributeMissing ;};_bdfea .Function =[]PdfFunction {};if _abecba ,_ecffc :=_bcdd .(*_bda .PdfObjectArray );_ecffc {for _ ,_fcfef :=range _abecba .Elements (){_ccabb ,_dfca :=_aaeca (_fcfef );if _dfca !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_dfca ); +return nil ,_dfca ;};_bdfea .Function =append (_bdfea .Function ,_ccabb );};}else {_fdccg ,_fgfga :=_aaeca (_bcdd );if _fgfga !=nil {_ed .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e:\u0020\u0025\u0076",_fgfga ); +return nil ,_fgfga ;};_bdfea .Function =append (_bdfea .Function ,_fdccg );};if _egfea :=_ccffe .Get ("\u0045\u0078\u0074\u0065\u006e\u0064");_egfea !=nil {_egfea =_bda .TraceToDirectObject (_egfea );_acbgd ,_fcgac :=_egfea .(*_bda .PdfObjectArray );if !_fcgac {_ed .Log .Debug ("\u004d\u0061\u0074\u0072i\u0078\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061r\u0072a\u0079\u0020\u0028\u0067\u006f\u0074\u0020%\u0054\u0029",_egfea ); +return nil ,_bda .ErrTypeError ;};if _acbgd .Len ()!=2{_ed .Log .Debug ("\u0045\u0078\u0074\u0065n\u0064\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006eo\u0074 \u0032\u0020\u0028\u0067\u006f\u0074\u0020%\u0064\u0029",_acbgd .Len ());return nil ,ErrInvalidAttribute ; +};_bdfea .Extend =_acbgd ;};return &_bdfea ,nil ;};func _eefc ()*Names {return &Names {_ggcg :_bda .MakeIndirectObject (_bda .MakeDict ())}}; \ No newline at end of file diff --git a/model/optimize/optimize.go b/model/optimize/optimize.go index 4acc2e31e..1e5e3c3fe 100644 --- a/model/optimize/optimize.go +++ b/model/optimize/optimize.go @@ -9,231 +9,230 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package optimize ;import (_bb "bytes";_a "crypto/md5";_gc "errors";_ac "fmt";_c "github.com/unidoc/unipdf/v3/common";_fe "github.com/unidoc/unipdf/v3/contentstream";_e "github.com/unidoc/unipdf/v3/core";_fg "github.com/unidoc/unipdf/v3/extractor";_be "github.com/unidoc/unipdf/v3/internal/imageutil"; -_b "github.com/unidoc/unipdf/v3/internal/textencoding";_ae "github.com/unidoc/unipdf/v3/model";_d "github.com/unidoc/unitype";_gf "golang.org/x/image/draw";_ca "math";_f "strings";); +package optimize ;import (_a "bytes";_ed "crypto/md5";_bg "errors";_eea "fmt";_e "github.com/unidoc/unipdf/v3/common";_eb "github.com/unidoc/unipdf/v3/contentstream";_fg "github.com/unidoc/unipdf/v3/core";_b "github.com/unidoc/unipdf/v3/extractor";_da "github.com/unidoc/unipdf/v3/internal/imageutil"; +_de "github.com/unidoc/unipdf/v3/internal/textencoding";_c "github.com/unidoc/unipdf/v3/model";_g "github.com/unidoc/unitype";_d "golang.org/x/image/draw";_fc "math";_ee "strings";); + +// Image optimizes images by rewrite images into JPEG format with quality equals to ImageQuality. +// TODO(a5i): Add support for inline images. +// It implements interface model.Optimizer. +type Image struct{ImageQuality int ;};func _gbf (_ebeb *_fg .PdfObjectStream ,_geb []rune ,_gdb []_g .GlyphIndex )error {_ebeb ,_cff :=_fg .GetStream (_ebeb );if !_cff {_e .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); +return _bg .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_gbeb ,_gegd :=_fg .DecodeStream (_ebeb );if _gegd !=nil {_e .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_gegd ); +return _gegd ;};_dbgc ,_gegd :=_g .Parse (_a .NewReader (_gbeb ));if _gegd !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_ebeb .Stream )); +return _gegd ;};_bec :=_gdb ;if len (_geb )> 0{_aaf :=_dbgc .LookupRunes (_geb );_bec =append (_bec ,_aaf ...);};_dbgc ,_gegd =_dbgc .SubsetKeepIndices (_bec );if _gegd !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069n\u0067 \u0066\u006f\u006e\u0074\u003a\u0020\u0025v",_gegd ); +return _gegd ;};var _bbe _a .Buffer ;_gegd =_dbgc .Write (&_bbe );if _gegd !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_gegd );return _gegd ;};if _bbe .Len ()> len (_gbeb ){_e .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); +return nil ;};_fcd ,_gegd :=_fg .MakeStream (_bbe .Bytes (),_fg .NewFlateEncoder ());if _gegd !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_gegd );return _gegd ; +};*_ebeb =*_fcd ;_ebeb .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_fg .MakeInteger (int64 (_bbe .Len ())));return nil ;}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_ad *Chain )Optimize (objects []_fg .PdfObject )(_cc []_fg .PdfObject ,_gc error ){_adb :=objects ;for _ ,_ab :=range _ad ._db {_fcf ,_cg :=_ab .Optimize (_adb );if _cg !=nil {_e .Log .Debug ("\u0045\u0052\u0052OR\u0020\u004f\u0070\u0074\u0069\u006d\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u002b\u0076",_cg ); +continue ;};_adb =_fcf ;};return _adb ,nil ;}; // CombineDuplicateStreams combines duplicated streams by its data hash. // It implements interface model.Optimizer. -type CombineDuplicateStreams struct{};func _ebe (_cfe []_e .PdfObject )(_bge map[*_e .PdfObjectStream ]struct{},_ega error ){_bge =map[*_e .PdfObjectStream ]struct{}{};_fbea :=map[*_ae .PdfFont ]struct{}{};_fcg :=_badc (_cfe );for _ ,_dce :=range _fcg ._fcdd {_fgfb ,_ccg :=_e .GetDict (_dce .PdfObject ); -if !_ccg {continue ;};_bac ,_ccg :=_e .GetDict (_fgfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_ccg {continue ;};_adf ,_ :=_eaee (_fgfb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_daef ,_adfc :=_ae .NewPdfPageResourcesFromDict (_bac ); -if _adfc !=nil {return nil ,_adfc ;};_fce :=[]content {{_cec :_adf ,_aacb :_daef }};_addd :=_gaa (_fgfb .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _addd !=nil {_fce =append (_fce ,_addd ...);};for _ ,_ee :=range _fce {_ag ,_ade :=_fg .NewFromContents (_ee ._cec ,_ee ._aacb ); -if _ade !=nil {return nil ,_ade ;};_cge ,_ ,_ ,_ade :=_ag .ExtractPageText ();if _ade !=nil {return nil ,_ade ;};for _ ,_ddb :=range _cge .Marks ().Elements (){if _ddb .Font ==nil {continue ;};if _ ,_fbc :=_fbea [_ddb .Font ];!_fbc {_fbea [_ddb .Font ]=struct{}{}; -};};};};_aeca :=map[*_e .PdfObjectStream ][]*_ae .PdfFont {};for _de :=range _fbea {_abe :=_de .FontDescriptor ();if _abe ==nil ||_abe .FontFile2 ==nil {continue ;};_dab ,_eee :=_e .GetStream (_abe .FontFile2 );if !_eee {continue ;};_aeca [_dab ]=append (_aeca [_dab ],_de ); -};for _cfeb :=range _aeca {var _ce []rune ;var _cbe []_d .GlyphIndex ;for _ ,_bfc :=range _aeca [_cfeb ]{switch _fgd :=_bfc .Encoder ().(type ){case *_b .IdentityEncoder :_fed :=_fgd .RegisteredRunes ();_fbg :=make ([]_d .GlyphIndex ,len (_fed ));for _cea ,_aece :=range _fed {_fbg [_cea ]=_d .GlyphIndex (_aece ); -};_cbe =append (_cbe ,_fbg ...);case *_b .TrueTypeFontEncoder :_fd :=_fgd .RegisteredRunes ();_ce =append (_ce ,_fd ...);case _b .SimpleEncoder :_fcc :=_fgd .Charcodes ();for _ ,_ga :=range _fcc {_gb ,_fdc :=_fgd .CharcodeToRune (_ga );if !_fdc {_c .Log .Debug ("\u0043\u0068a\u0072\u0063\u006f\u0064\u0065\u003c\u002d\u003e\u0072\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064: \u0025\u0064",_ga ); -continue ;};_ce =append (_ce ,_gb );};};};_ega =_fa (_cfeb ,_ce ,_cbe );if _ega !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006eg\u0020f\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_ega ); -return nil ,_ega ;};_bge [_cfeb ]=struct{}{};};return _bge ,nil ;};func _gd (_fbf *_e .PdfObjectStream )error {_gfa ,_bf :=_e .DecodeStream (_fbf );if _bf !=nil {return _bf ;};_fgf :=_fe .NewContentStreamParser (string (_gfa ));_cde ,_bf :=_fgf .Parse (); -if _bf !=nil {return _bf ;};_cde =_dbe (_cde );_fge :=_cde .Bytes ();if len (_fge )>=len (_gfa ){return nil ;};_accc ,_bf :=_e .MakeStream (_cde .Bytes (),_e .NewFlateEncoder ());if _bf !=nil {return _bf ;};_fbf .Stream =_accc .Stream ;_fbf .Merge (_accc .PdfObjectDictionary ); -return nil ;};func _agca (_bacd _e .PdfObject ,_gaef map[_e .PdfObject ]struct{})error {if _fedf ,_gfe :=_bacd .(*_e .PdfIndirectObject );_gfe {_gaef [_bacd ]=struct{}{};_cdc :=_agca (_fedf .PdfObject ,_gaef );if _cdc !=nil {return _cdc ;};return nil ; -};if _fddg ,_ebd :=_bacd .(*_e .PdfObjectStream );_ebd {_gaef [_fddg ]=struct{}{};_fde :=_agca (_fddg .PdfObjectDictionary ,_gaef );if _fde !=nil {return _fde ;};return nil ;};if _eced ,_fefc :=_bacd .(*_e .PdfObjectDictionary );_fefc {for _ ,_bab :=range _eced .Keys (){_egga :=_eced .Get (_bab ); -_ =_egga ;if _egc ,_gfcba :=_egga .(*_e .PdfObjectReference );_gfcba {_egga =_egc .Resolve ();_eced .Set (_bab ,_egga );};if _bab !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _dfde :=_agca (_egga ,_gaef );_dfde !=nil {return _dfde ;};};};return nil ;};if _ecbb ,_cga :=_bacd .(*_e .PdfObjectArray ); -_cga {if _ecbb ==nil {return _gc .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};for _gcbf ,_gbb :=range _ecbb .Elements (){if _edb ,_gfdg :=_gbb .(*_e .PdfObjectReference );_gfdg {_gbb =_edb .Resolve ();_ecbb .Set (_gcbf ,_gbb ); -};if _fagd :=_agca (_gbb ,_gaef );_fagd !=nil {return _fagd ;};};return nil ;};return nil ;}; +type CombineDuplicateStreams struct{}; // CombineIdenticalIndirectObjects combines identical indirect objects. // It implements interface model.Optimizer. type CombineIdenticalIndirectObjects struct{}; // Optimize optimizes PDF objects to decrease PDF size. -func (_aaaa *ObjectStreams )Optimize (objects []_e .PdfObject )(_afeb []_e .PdfObject ,_fbcc error ){_ccf :=&_e .PdfObjectStreams {};_fcdf :=make ([]_e .PdfObject ,0,len (objects ));for _ ,_abed :=range objects {if _dcba ,_ebaa :=_abed .(*_e .PdfIndirectObject ); -_ebaa &&_dcba .GenerationNumber ==0{_ccf .Append (_abed );}else {_fcdf =append (_fcdf ,_abed );};};if _ccf .Len ()==0{return _fcdf ,nil ;};_afeb =make ([]_e .PdfObject ,0,len (_fcdf )+_ccf .Len ()+1);if _ccf .Len ()> 1{_afeb =append (_afeb ,_ccf );};_afeb =append (_afeb ,_ccf .Elements ()...); -_afeb =append (_afeb ,_fcdf ...);return _afeb ,nil ;};func _fggg (_egcb []_e .PdfObject )[]*imageInfo {_afae :=_e .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_ggb :=make (map[*_e .PdfObjectStream ]struct{});var _cabd []*imageInfo ;for _ ,_fdg :=range _egcb {_edca ,_ccdd :=_e .GetStream (_fdg ); -if !_ccdd {continue ;};if _ ,_bfe :=_ggb [_edca ];_bfe {continue ;};_ggb [_edca ]=struct{}{};_bffb :=_edca .PdfObjectDictionary .Get (_afae );_babg ,_ccdd :=_e .GetName (_bffb );if !_ccdd ||string (*_babg )!="\u0049\u006d\u0061g\u0065"{continue ;};_cccc :=&imageInfo {Stream :_edca ,BitsPerComponent :8}; -if _fbb ,_fcdc :=_e .GetIntVal (_edca .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_fcdc {_cccc .BitsPerComponent =_fbb ;};if _eda ,_eegg :=_e .GetIntVal (_edca .Get ("\u0057\u0069\u0064t\u0068"));_eegg {_cccc .Width =_eda ; -};if _gee ,_faec :=_e .GetIntVal (_edca .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_faec {_cccc .Height =_gee ;};_gfbb ,_gbd :=_ae .NewPdfColorspaceFromPdfObject (_edca .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065"));if _gbd !=nil {_c .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_gbd ); -continue ;};if _gfbb ==nil {_bdd ,_gcgb :=_e .GetName (_edca .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _gcgb {switch _bdd .String (){case "\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065","J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065":_gfbb =_ae .NewPdfColorspaceDeviceGray (); -_cccc .BitsPerComponent =1;};};};switch _gcgbf :=_gfbb .(type ){case *_ae .PdfColorspaceDeviceRGB :_cccc .ColorComponents =3;case *_ae .PdfColorspaceDeviceGray :_cccc .ColorComponents =1;default:_c .Log .Debug ("\u004f\u0070\u0074\u0069\u006d\u0069\u007aa\u0074\u0069\u006fn\u0020\u0069\u0073 \u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006fr\u0074ed\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u006b\u0069\u0070",_gcgbf ); -continue ;};_cabd =append (_cabd ,_cccc );};return _cabd ;}; +func (_gb *CleanContentstream )Optimize (objects []_fg .PdfObject )(_gcg []_fg .PdfObject ,_gd error ){_ebb :=map[*_fg .PdfObjectStream ]struct{}{};var _eeb []*_fg .PdfObjectStream ;_gg :=func (_fff *_fg .PdfObjectStream ){if _ ,_ea :=_ebb [_fff ];!_ea {_ebb [_fff ]=struct{}{}; +_eeb =append (_eeb ,_fff );};};_gga :=map[_fg .PdfObject ]bool {};_ag :=map[_fg .PdfObject ]bool {};for _ ,_ae :=range objects {switch _fa :=_ae .(type ){case *_fg .PdfIndirectObject :switch _adf :=_fa .PdfObject .(type ){case *_fg .PdfObjectDictionary :if _eec ,_ffc :=_fg .GetName (_adf .Get ("\u0054\u0079\u0070\u0065")); +!_ffc ||_eec .String ()!="\u0050\u0061\u0067\u0065"{continue ;};if _ccf ,_ebe :=_fg .GetStream (_adf .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_ebe {_gg (_ccf );}else if _adfc ,_dbaf :=_fg .GetArray (_adf .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); +_dbaf {var _gcc []*_fg .PdfObjectStream ;for _ ,_edg :=range _adfc .Elements (){if _geg ,_ccg :=_fg .GetStream (_edg );_ccg {_gcc =append (_gcc ,_geg );};};if len (_gcc )> 0{var _dcg _a .Buffer ;for _ ,_fd :=range _gcc {if _bee ,_gad :=_fg .DecodeStream (_fd ); +_gad ==nil {_dcg .Write (_bee );};_gga [_fd ]=true ;};_bga ,_gcgg :=_fg .MakeStream (_dcg .Bytes (),_fg .NewFlateEncoder ());if _gcgg !=nil {return nil ,_gcgg ;};_ag [_bga ]=true ;_adf .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_bga );_gg (_bga ); +};};};case *_fg .PdfObjectStream :if _eed ,_bcc :=_fg .GetName (_fa .Get ("\u0054\u0079\u0070\u0065"));!_bcc ||_eed .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _gab ,_gcd :=_fg .GetName (_fa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +!_gcd ||_gab .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_gg (_fa );};};for _ ,_ce :=range _eeb {_gd =_cf (_ce );if _gd !=nil {return nil ,_gd ;};};_gcg =nil ;for _ ,_gfe :=range objects {if _gga [_gfe ]{continue ;};_gcg =append (_gcg ,_gfe );}; +for _dbf :=range _ag {_gcg =append (_gcg ,_dbf );};return _gcg ,nil ;}; -// Append appends optimizers to the chain. -func (_db *Chain )Append (optimizers ..._ae .Optimizer ){_db ._cf =append (_db ._cf ,optimizers ...)}; +// CleanContentstream cleans up redundant operands in content streams, including Page and XObject Form +// contents. This process includes: +// 1. Marked content operators are removed. +// 2. Some operands are simplified (shorter form). +// TODO: Add more reduction methods and improving the methods for identifying unnecessary operands. +type CleanContentstream struct{}; + +// Optimize optimizes PDF objects to decrease PDF size. +func (_egab *ObjectStreams )Optimize (objects []_fg .PdfObject )(_gbcb []_fg .PdfObject ,_caf error ){_ffcb :=&_fg .PdfObjectStreams {};_bdeca :=make ([]_fg .PdfObject ,0,len (objects ));for _ ,_abgd :=range objects {if _ccee ,_ggfd :=_abgd .(*_fg .PdfIndirectObject ); +_ggfd &&_ccee .GenerationNumber ==0{_ffcb .Append (_abgd );}else {_bdeca =append (_bdeca ,_abgd );};};if _ffcb .Len ()==0{return _bdeca ,nil ;};_gbcb =make ([]_fg .PdfObject ,0,len (_bdeca )+_ffcb .Len ()+1);if _ffcb .Len ()> 1{_gbcb =append (_gbcb ,_ffcb ); +};_gbcb =append (_gbcb ,_ffcb .Elements ()...);_gbcb =append (_gbcb ,_bdeca ...);return _gbcb ,nil ;};type imageInfo struct{BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_fg .PdfObjectStream ;PPI float64 ;}; + +// CompressStreams compresses uncompressed streams. +// It implements interface model.Optimizer. +type CompressStreams struct{}; // Optimize optimizes PDF objects to decrease PDF size. -func (_ceb *ImagePPI )Optimize (objects []_e .PdfObject )(_ggdg []_e .PdfObject ,_fgde error ){if _ceb .ImageUpperPPI <=0{return objects ,nil ;};_fage :=_fggg (objects );if len (_fage )==0{return objects ,nil ;};_ebg :=make (map[_e .PdfObject ]struct{}); -for _ ,_dbdb :=range _fage {_dcgg :=_dbdb .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_ebg [_dcgg ]=struct{}{};};_edfa :=make (map[*_e .PdfObjectStream ]*imageInfo );for _ ,_fbge :=range _fage {_edfa [_fbge .Stream ]=_fbge ;};var _bee *_e .PdfObjectDictionary ; -for _ ,_cfg :=range objects {if _gdg ,_abee :=_e .GetDict (_cfg );_bee ==nil &&_abee {if _babge ,_eab :=_e .GetName (_gdg .Get ("\u0054\u0079\u0070\u0065"));_eab &&*_babge =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_bee =_gdg ;};};};if _bee ==nil {return objects ,nil ; -};_bcf ,_eba :=_e .GetDict (_bee .Get ("\u0050\u0061\u0067e\u0073"));if !_eba {return objects ,nil ;};_bffa ,_fdef :=_e .GetArray (_bcf .Get ("\u004b\u0069\u0064\u0073"));if !_fdef {return objects ,nil ;};for _ ,_egad :=range _bffa .Elements (){_dbca :=make (map[string ]*imageInfo ); -_fbfg ,_ecbbc :=_e .GetDict (_egad );if !_ecbbc {continue ;};_bcg ,_ :=_eaee (_fbfg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if len (_bcg )==0{continue ;};_fdb ,_cdf :=_e .GetDict (_fbfg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_cdf {continue ;};_acbb ,_deab :=_ae .NewPdfPageResourcesFromDict (_fdb );if _deab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020-\u0020\u0069\u0067\u006e\u006fr\u0069\u006eg\u003a\u0020\u0025\u0076",_deab ); -continue ;};_fdab ,_bce :=_e .GetDict (_fdb .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if !_bce {continue ;};_afga :=_fdab .Keys ();for _ ,_gccb :=range _afga {if _agcd ,_fgda :=_e .GetStream (_fdab .Get (_gccb ));_fgda {if _fafb ,_fbfb :=_edfa [_agcd ]; -_fbfb {_dbca [string (_gccb )]=_fafb ;};};};_edfe :=_fe .NewContentStreamParser (_bcg );_eeda ,_deab :=_edfe .Parse ();if _deab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_deab );continue ;};_gec :=_fe .NewContentStreamProcessor (*_eeda ); -_gec .AddHandler (_fe .HandlerConditionEnumAllOperands ,"",func (_aedg *_fe .ContentStreamOperation ,_fbbd _fe .GraphicsState ,_ebbd *_ae .PdfPageResources )error {switch _aedg .Operand {case "\u0044\u006f":if len (_aedg .Params )!=1{_c .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020w\u0069\u0074\u0068\u0020\u006c\u0065\u006e\u0028\u0070\u0061ra\u006d\u0073\u0029 \u0021=\u0020\u0031"); -return nil ;};_bffd ,_fgff :=_e .GetName (_aedg .Params [0]);if !_fgff {_c .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u006e\u0020\u004e\u0061\u006d\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072"); -return nil ;};if _cbaa ,_bgef :=_dbca [string (*_bffd )];_bgef {_abcc :=_fbbd .CTM .ScalingFactorX ();_afd :=_fbbd .CTM .ScalingFactorY ();_bbgd ,_fedfb :=_abcc /72.0,_afd /72.0;_cbge ,_bgefb :=float64 (_cbaa .Width )/_bbgd ,float64 (_cbaa .Height )/_fedfb ; -if _bbgd ==0||_fedfb ==0{_cbge =72.0;_bgefb =72.0;};_cbaa .PPI =_ca .Max (_cbaa .PPI ,_cbge );_cbaa .PPI =_ca .Max (_cbaa .PPI ,_bgefb );};};return nil ;});_deab =_gec .Process (_acbb );if _deab !=nil {_c .Log .Debug ("E\u0052\u0052\u004f\u0052 p\u0072o\u0063\u0065\u0073\u0073\u0069n\u0067\u003a\u0020\u0025\u002b\u0076",_deab ); -continue ;};};for _ ,_acaaf :=range _fage {if _ ,_bdf :=_ebg [_acaaf .Stream ];_bdf {continue ;};if _acaaf .PPI <=_ceb .ImageUpperPPI {continue ;};_cad ,_dgebc :=_ae .NewXObjectImageFromStream (_acaaf .Stream );if _dgebc !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_dgebc ); -continue ;};var _cced imageModifications ;_cced .Scale =_ceb .ImageUpperPPI /_acaaf .PPI ;if _acaaf .BitsPerComponent ==1&&_acaaf .ColorComponents ==1{_gbae :=_ca .Round (_acaaf .PPI /_ceb .ImageUpperPPI );_ffdc :=_be .NextPowerOf2 (uint (_gbae ));if _be .InDelta (float64 (_ffdc ),1/_cced .Scale ,0.3){_cced .Scale =float64 (1)/float64 (_ffdc ); -};if _ ,_cdg :=_cad .Filter .(*_e .JBIG2Encoder );!_cdg {_cced .Encoding =_e .NewJBIG2Encoder ();};};if _dgebc =_dcge (_cad ,_cced );_dgebc !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0073\u0063\u0061\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006be\u0065\u0070\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_dgebc ); -continue ;};_cced .Encoding =nil ;if _edfd ,_dafc :=_e .GetStream (_acaaf .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b"));_dafc {_bdag ,_ceab :=_ae .NewXObjectImageFromStream (_edfd );if _ceab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_ceab ); -continue ;};if _ceab =_dcge (_bdag ,_cced );_ceab !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_ceab );continue ;};};};return objects ,nil ;}; +func (_bgdd *CompressStreams )Optimize (objects []_fg .PdfObject )(_bac []_fg .PdfObject ,_fef error ){_bac =make ([]_fg .PdfObject ,len (objects ));copy (_bac ,objects );for _ ,_fcde :=range objects {_gbc ,_ageb :=_fg .GetStream (_fcde );if !_ageb {continue ; +};if _aab :=_gbc .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");_aab !=nil {if _ ,_dfcd :=_fg .GetName (_aab );_dfcd {continue ;};if _bgbb ,_edfa :=_fg .GetArray (_aab );_edfa &&_bgbb .Len ()> 0{continue ;};};_eaeb :=_fg .NewFlateEncoder ();var _fac []byte ; +_fac ,_fef =_eaeb .EncodeBytes (_gbc .Stream );if _fef !=nil {return _bac ,_fef ;};_cbag :=_eaeb .MakeStreamDict ();if len (_fac )+len (_cbag .WriteString ())< len (_gbc .Stream ){_gbc .Stream =_fac ;_gbc .PdfObjectDictionary .Merge (_cbag );_gbc .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_fg .MakeInteger (int64 (len (_gbc .Stream )))); +};};return _bac ,nil ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_fbfe *CombineDuplicateStreams )Optimize (objects []_e .PdfObject )(_ebee []_e .PdfObject ,_gcd error ){_gcff :=make (map[_e .PdfObject ]_e .PdfObject );_agcc :=make (map[_e .PdfObject ]struct{});_dfaa :=make (map[string ][]*_e .PdfObjectStream ); -for _ ,_bagb :=range objects {if _dgfd ,_bacdf :=_bagb .(*_e .PdfObjectStream );_bacdf {_feff :=_a .New ();_feff .Write (_dgfd .Stream );_feff .Write ([]byte (_dgfd .PdfObjectDictionary .WriteString ()));_faf :=string (_feff .Sum (nil ));_dfaa [_faf ]=append (_dfaa [_faf ],_dgfd ); -};};for _ ,_cbgg :=range _dfaa {if len (_cbgg )< 2{continue ;};_gaab :=_cbgg [0];for _aad :=1;_aad < len (_cbgg );_aad ++{_aegf :=_cbgg [_aad ];_gcff [_aegf ]=_gaab ;_agcc [_aegf ]=struct{}{};};};_ebee =make ([]_e .PdfObject ,0,len (objects )-len (_agcc )); -for _ ,_feb :=range objects {if _ ,_efdg :=_agcc [_feb ];_efdg {continue ;};_ebee =append (_ebee ,_feb );};_fea (_ebee ,_gcff );return _ebee ,nil ;};func _dcg (_ffeg _e .PdfObject )(string ,error ){_dbff :=_e .TraceToDirectObject (_ffeg );switch _ffb :=_dbff .(type ){case *_e .PdfObjectString :return _ffb .Str (),nil ; -case *_e .PdfObjectStream :_dbfa ,_bcc :=_e .DecodeStream (_ffb );if _bcc !=nil {return "",_bcc ;};return string (_dbfa ),nil ;};return "",_ac .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_dbff ); -}; +func (_eee *CombineDuplicateDirectObjects )Optimize (objects []_fg .PdfObject )(_afd []_fg .PdfObject ,_bcf error ){_dfbb (objects );_aeg :=make (map[string ][]*_fg .PdfObjectDictionary );var _fgcc func (_cabc *_fg .PdfObjectDictionary );_fgcc =func (_ggf *_fg .PdfObjectDictionary ){for _ ,_cee :=range _ggf .Keys (){_ebcd :=_ggf .Get (_cee ); +if _cedc ,_aca :=_ebcd .(*_fg .PdfObjectDictionary );_aca {if _gfad :=_cedc .Keys ();len (_gfad )==0{continue ;};_dbc :=_ed .New ();_dbc .Write ([]byte (_cedc .WriteString ()));_egb :=string (_dbc .Sum (nil ));_aeg [_egb ]=append (_aeg [_egb ],_cedc ); +_fgcc (_cedc );};};};for _ ,_fbf :=range objects {_gaf ,_geed :=_fbf .(*_fg .PdfIndirectObject );if !_geed {continue ;};if _fab ,_dffg :=_gaf .PdfObject .(*_fg .PdfObjectDictionary );_dffg {_fgcc (_fab );};};_adfe :=make ([]_fg .PdfObject ,0,len (_aeg )); +_dag :=make (map[_fg .PdfObject ]_fg .PdfObject );for _ ,_gaee :=range _aeg {if len (_gaee )< 2{continue ;};_eag :=_fg .MakeDict ();_eag .Merge (_gaee [0]);_fee :=_fg .MakeIndirectObject (_eag );_adfe =append (_adfe ,_fee );for _cbgb :=0;_cbgb < len (_gaee ); +_cbgb ++{_aafc :=_gaee [_cbgb ];_dag [_aafc ]=_fee ;};};_afd =make ([]_fg .PdfObject ,len (objects ));copy (_afd ,objects );_afd =append (_adfe ,_afd ...);_afg (_afd ,_dag );return _afd ,nil ;};type imageModifications struct{Scale float64 ;Encoding _fg .StreamEncoder ; +};func _afg (_ebaff []_fg .PdfObject ,_dea map[_fg .PdfObject ]_fg .PdfObject ){if len (_dea )==0{return ;};for _gaff ,_dec :=range _ebaff {if _bfc ,_aadg :=_dea [_dec ];_aadg {_ebaff [_gaff ]=_bfc ;continue ;};_dea [_dec ]=_dec ;switch _ffce :=_dec .(type ){case *_fg .PdfObjectArray :_aeb :=make ([]_fg .PdfObject ,_ffce .Len ()); +copy (_aeb ,_ffce .Elements ());_afg (_aeb ,_dea );for _ggee ,_gedc :=range _aeb {_ffce .Set (_ggee ,_gedc );};case *_fg .PdfObjectStreams :_afg (_ffce .Elements (),_dea );case *_fg .PdfObjectStream :_gbfga :=[]_fg .PdfObject {_ffce .PdfObjectDictionary }; +_afg (_gbfga ,_dea );_ffce .PdfObjectDictionary =_gbfga [0].(*_fg .PdfObjectDictionary );case *_fg .PdfObjectDictionary :_dega :=_ffce .Keys ();_gaca :=make ([]_fg .PdfObject ,len (_dega ));for _gfcf ,_gfefg :=range _dega {_gaca [_gfcf ]=_ffce .Get (_gfefg ); +};_afg (_gaca ,_dea );for _addd ,_cae :=range _dega {_ffce .Set (_cae ,_gaca [_addd ]);};case *_fg .PdfIndirectObject :_bgf :=[]_fg .PdfObject {_ffce .PdfObject };_afg (_bgf ,_dea );_ffce .PdfObject =_bgf [0];};};}; // Chain allows to use sequence of optimizers. // It implements interface model.Optimizer. -type Chain struct{_cf []_ae .Optimizer };type imageInfo struct{BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_e .PdfObjectStream ;PPI float64 ;};func _eeb (_edd *_ae .Image ,_eaaf float64 )(*_ae .Image ,error ){_cddaf ,_aeb :=_edd .ToGoImage (); -if _aeb !=nil {return nil ,_aeb ;};var _ffbe _be .Image ;_egfa ,_abc :=_cddaf .(*_be .Monochrome );if _abc {if _aeb =_egfa .ResolveDecode ();_aeb !=nil {return nil ,_aeb ;};_ffbe ,_aeb =_egfa .Scale (_eaaf );if _aeb !=nil {return nil ,_aeb ;};}else {_ecge :=int (_ca .RoundToEven (float64 (_edd .Width )*_eaaf )); -_efdc :=int (_ca .RoundToEven (float64 (_edd .Height )*_eaaf ));_ffbe ,_aeb =_be .NewImage (_ecge ,_efdc ,int (_edd .BitsPerComponent ),_edd .ColorComponents ,nil ,nil ,nil );if _aeb !=nil {return nil ,_aeb ;};_gf .CatmullRom .Scale (_ffbe ,_ffbe .Bounds (),_cddaf ,_cddaf .Bounds (),_gf .Over ,&_gf .Options {}); -};_ceg :=_ffbe .Base ();_badf :=&_ae .Image {Width :int64 (_ceg .Width ),Height :int64 (_ceg .Height ),BitsPerComponent :int64 (_ceg .BitsPerComponent ),ColorComponents :_ceg .ColorComponents ,Data :_ceg .Data };_badf .SetDecode (_ceg .Decode );_badf .SetAlpha (_ceg .Alpha ); -return _badf ,nil ;};type objectStructure struct{_fad *_e .PdfObjectDictionary ;_bfaf *_e .PdfObjectDictionary ;_fcdd []*_e .PdfIndirectObject ;};type content struct{_cec string ;_aacb *_ae .PdfPageResources ;}; +type Chain struct{_db []_c .Optimizer };func _cf (_ge *_fg .PdfObjectStream )error {_cfd ,_aa :=_fg .DecodeStream (_ge );if _aa !=nil {return _aa ;};_be :=_eb .NewContentStreamParser (string (_cfd ));_cd ,_aa :=_be .Parse ();if _aa !=nil {return _aa ;}; +_cd =_bc (_cd );_dee :=_cd .Bytes ();if len (_dee )>=len (_cfd ){return nil ;};_ga ,_aa :=_fg .MakeStream (_cd .Bytes (),_fg .NewFlateEncoder ());if _aa !=nil {return _aa ;};_ge .Stream =_ga .Stream ;_ge .Merge (_ga .PdfObjectDictionary );return nil ;}; -// ObjectStreams groups PDF objects to object streams. -// It implements interface model.Optimizer. -type ObjectStreams struct{}; -// CleanContentstream cleans up redundant operands in content streams, including Page and XObject Form -// contents. This process includes: -// 1. Marked content operators are removed. -// 2. Some operands are simplified (shorter form). -// TODO: Add more reduction methods and improving the methods for identifying unnecessary operands. -type CleanContentstream struct{};func _agaf (_bdaa []_e .PdfObject ){for _gdgb ,_dcbc :=range _bdaa {switch _adbc :=_dcbc .(type ){case *_e .PdfIndirectObject :_adbc .ObjectNumber =int64 (_gdgb +1);_adbc .GenerationNumber =0;case *_e .PdfObjectStream :_adbc .ObjectNumber =int64 (_gdgb +1); -_adbc .GenerationNumber =0;case *_e .PdfObjectStreams :_adbc .ObjectNumber =int64 (_gdgb +1);_adbc .GenerationNumber =0;};};}; +// Optimize implements Optimizer interface. +func (_efc *CleanUnusedResources )Optimize (objects []_fg .PdfObject )(_egfd []_fg .PdfObject ,_cbb error ){_acd ,_cbb :=_ddg (objects );if _cbb !=nil {return nil ,_cbb ;};_abb :=[]_fg .PdfObject {};for _ ,_cge :=range objects {_ ,_bead :=_acd [_cge ]; +if _bead {continue ;};_abb =append (_abb ,_cge );};return _abb ,nil ;}; // CleanUnusedResources represents an optimizer used to clean unused resources. -type CleanUnusedResources struct{};type imageModifications struct{Scale float64 ;Encoding _e .StreamEncoder ;}; +type CleanUnusedResources struct{}; // CombineDuplicateDirectObjects combines duplicated direct objects by its data hash. // It implements interface model.Optimizer. -type CombineDuplicateDirectObjects struct{};func _dbe (_gce *_fe .ContentStreamOperations )*_fe .ContentStreamOperations {if _gce ==nil {return nil ;};_cb :=_fe .ContentStreamOperations {};for _ ,_fb :=range *_gce {switch _fb .Operand {case "\u0042\u0044\u0043","\u0042\u004d\u0043","\u0045\u004d\u0043":continue ; -case "\u0054\u006d":if len (_fb .Params )==6{if _ffd ,_dbf :=_e .GetNumbersAsFloat (_fb .Params );_dbf ==nil {if _ffd [0]==1&&_ffd [1]==0&&_ffd [2]==0&&_ffd [3]==1{_fb =&_fe .ContentStreamOperation {Params :[]_e .PdfObject {_fb .Params [4],_fb .Params [5]},Operand :"\u0054\u0064"}; -};};};};_cb =append (_cb ,_fb );};return &_cb ;}; - -// CompressStreams compresses uncompressed streams. -// It implements interface model.Optimizer. -type CompressStreams struct{};func _badc (_gef []_e .PdfObject )objectStructure {_ege :=objectStructure {};_gcfg :=false ;for _ ,_fgaag :=range _gef {switch _fagf :=_fgaag .(type ){case *_e .PdfIndirectObject :_cffa ,_gacd :=_e .GetDict (_fagf );if !_gacd {continue ; -};_bbfa ,_gacd :=_e .GetName (_cffa .Get ("\u0054\u0079\u0070\u0065"));if !_gacd {continue ;};switch _bbfa .String (){case "\u0043a\u0074\u0061\u006c\u006f\u0067":_ege ._fad =_cffa ;_gcfg =true ;};};if _gcfg {break ;};};if !_gcfg {return _ege ;};_bgcc ,_aagc :=_e .GetDict (_ege ._fad .Get ("\u0050\u0061\u0067e\u0073")); -if !_aagc {return _ege ;};_ege ._bfaf =_bgcc ;_egag ,_aagc :=_e .GetArray (_bgcc .Get ("\u004b\u0069\u0064\u0073"));if !_aagc {return _ege ;};for _ ,_dcab :=range _egag .Elements (){_dfaf ,_dcf :=_e .GetIndirect (_dcab );if !_dcf {break ;};_ege ._fcdd =append (_ege ._fcdd ,_dfaf ); -};return _ege ;};func _fcgg (_cbcg []*_e .PdfIndirectObject )map[string ][]string {_bec :=map[string ][]string {};for _ ,_eae :=range _cbcg {_ecdd ,_bbc :=_e .GetDict (_eae .PdfObject );if !_bbc {continue ;};_feg :=_ecdd .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"); -_cab :=_e .TraceToDirectObject (_feg );_ef :="";if _bbb ,_ggd :=_cab .(*_e .PdfObjectArray );_ggd {var _dgg []string ;for _ ,_gcf :=range _bbb .Elements (){_agc ,_fagg :=_dcg (_gcf );if _fagg !=nil {continue ;};_dgg =append (_dgg ,_agc );};_ef =_f .Join (_dgg ,"\u0020"); -};if _bgf ,_affg :=_cab .(*_e .PdfObjectStream );_affg {_ggc ,_afg :=_e .DecodeStream (_bgf );if _afg !=nil {continue ;};_ef =string (_ggc );};_ggf :=_fe .NewContentStreamParser (_ef );_age ,_adeb :=_ggf .Parse ();if _adeb !=nil {continue ;};for _ ,_cca :=range *_age {_bbcd :=_cca .Operand ; -_edf :=_cca .Params ;switch _bbcd {case "\u0044\u006f":_gea :=_edf [0].String ();if _ ,_efc :=_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"];!_efc {_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=[]string {_gea };}else {_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=append (_bec ["\u0058O\u0062\u006a\u0065\u0063\u0074"],_gea ); -};case "\u0054\u0066":_agcb :=_edf [0].String ();if _ ,_cgd :=_bec ["\u0046\u006f\u006e\u0074"];!_cgd {_bec ["\u0046\u006f\u006e\u0074"]=[]string {_agcb };}else {_bec ["\u0046\u006f\u006e\u0074"]=append (_bec ["\u0046\u006f\u006e\u0074"],_agcb );};case "\u0067\u0073":_bdbg :=_edf [0].String (); -if _ ,_gac :=_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];!_gac {_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=[]string {_bdbg };}else {_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=append (_bec ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"],_bdbg ); -};};};};return _bec ;}; +type CombineDuplicateDirectObjects struct{};func _fcdd (_dedbf *_fg .PdfObjectDictionary )[]string {_debf :=[]string {};for _ ,_cdeb :=range _dedbf .Keys (){_debf =append (_debf ,_cdeb .String ());};return _debf ;};func _cdg (_bge _fg .PdfObject )[]content {if _bge ==nil {return nil ; +};_cca ,_bef :=_fg .GetArray (_bge );if !_bef {_e .Log .Debug ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079");return nil ;};var _eedd []content ;for _ ,_eba :=range _cca .Elements (){_efd ,_aga :=_fg .GetDict (_eba ); +if !_aga {_e .Log .Debug ("I\u0067\u006e\u006f\u0072\u0069\u006eg\u0020\u006e\u006f\u006e\u002d\u0064i\u0063\u0074\u0020\u0065\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006e\u0020\u0041\u006e\u006e\u006ft\u0073");continue ;};_gae ,_aga :=_fg .GetDict (_efd .Get ("\u0041\u0050")); +if !_aga {_e .Log .Debug ("\u004e\u006f\u0020\u0041P \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067");continue ;};_deea :=_fg .TraceToDirectObject (_gae .Get ("\u004e"));if _deea ==nil {_e .Log .Debug ("N\u006f\u0020\u004e\u0020en\u0074r\u0079\u0020\u002d\u0020\u0073k\u0069\u0070\u0070\u0069\u006e\u0067"); +continue ;};var _dgbe *_fg .PdfObjectStream ;switch _fgf :=_deea .(type ){case *_fg .PdfObjectDictionary :_aea ,_ec :=_fg .GetName (_efd .Get ("\u0041\u0053"));if !_ec {_e .Log .Debug ("\u004e\u006f\u0020\u0041S \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067"); +continue ;};_dgbe ,_ec =_fg .GetStream (_fgf .Get (*_aea ));if !_ec {_e .Log .Debug ("\u0046o\u0072\u006d\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u002d \u0073\u006b\u0069\u0070\u0070\u0069\u006eg");continue ;};case *_fg .PdfObjectStream :_dgbe =_fgf ; +};if _dgbe ==nil {_e .Log .Debug ("\u0046\u006f\u0072m\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0028n\u0069\u006c\u0029\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067");continue ;};_gec ,_aaef :=_c .NewXObjectFormFromStream (_dgbe ); +if _aaef !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_aaef );continue ;};_gbfg ,_aaef :=_gec .GetContentStream (); +if _aaef !=nil {_e .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0063\u006fn\u0074\u0065\u006et\u0073:\u0020\u0025\u0076",_aaef );continue ;};_eedd =append (_eedd ,content {_ege :string (_gbfg ),_feg :_gec .Resources }); +};return _eedd ;};type objectStructure struct{_fdab *_fg .PdfObjectDictionary ;_bcca *_fg .PdfObjectDictionary ;_faea []*_fg .PdfIndirectObject ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_ba *CleanContentstream )Optimize (objects []_e .PdfObject )(_bbd []_e .PdfObject ,_cdd error ){_aeg :=map[*_e .PdfObjectStream ]struct{}{};var _gfc []*_e .PdfObjectStream ;_ea :=func (_eb *_e .PdfObjectStream ){if _ ,_da :=_aeg [_eb ];!_da {_aeg [_eb ]=struct{}{}; -_gfc =append (_gfc ,_eb );};};_aea :=map[_e .PdfObject ]bool {};_daf :=map[_e .PdfObject ]bool {};for _ ,_fbe :=range objects {switch _dfd :=_fbe .(type ){case *_e .PdfIndirectObject :switch _cc :=_dfd .PdfObject .(type ){case *_e .PdfObjectDictionary :if _gfd ,_fff :=_e .GetName (_cc .Get ("\u0054\u0079\u0070\u0065")); -!_fff ||_gfd .String ()!="\u0050\u0061\u0067\u0065"{continue ;};if _fc ,_cg :=_e .GetStream (_cc .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_cg {_ea (_fc );}else if _eg ,_cae :=_e .GetArray (_cc .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073")); -_cae {var _ccc []*_e .PdfObjectStream ;for _ ,_bc :=range _eg .Elements (){if _fgef ,_aec :=_e .GetStream (_bc );_aec {_ccc =append (_ccc ,_fgef );};};if len (_ccc )> 0{var _dd _bb .Buffer ;for _ ,_dae :=range _ccc {if _gddf ,_aega :=_e .DecodeStream (_dae ); -_aega ==nil {_dd .Write (_gddf );};_aea [_dae ]=true ;};_eaa ,_aa :=_e .MakeStream (_dd .Bytes (),_e .NewFlateEncoder ());if _aa !=nil {return nil ,_aa ;};_daf [_eaa ]=true ;_cc .Set ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073",_eaa );_ea (_eaa ); -};};};case *_e .PdfObjectStream :if _cgc ,_aae :=_e .GetName (_dfd .Get ("\u0054\u0079\u0070\u0065"));!_aae ||_cgc .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _dc ,_gfcc :=_e .GetName (_dfd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -!_gfcc ||_dc .String ()!="\u0046\u006f\u0072\u006d"{continue ;};_ea (_dfd );};};for _ ,_aac :=range _gfc {_cdd =_gd (_aac );if _cdd !=nil {return nil ,_cdd ;};};_bbd =nil ;for _ ,_bbf :=range objects {if _aea [_bbf ]{continue ;};_bbd =append (_bbd ,_bbf ); -};for _egf :=range _daf {_bbd =append (_bbd ,_egf );};return _bbd ,nil ;}; - -// ImagePPI optimizes images by scaling images such that the PPI (pixels per inch) is never higher than ImageUpperPPI. -// TODO(a5i): Add support for inline images. -// It implements interface model.Optimizer. -type ImagePPI struct{ImageUpperPPI float64 ;}; +func (_eebg *CleanFonts )Optimize (objects []_fg .PdfObject )(_ac []_fg .PdfObject ,_ead error ){var _bag map[*_fg .PdfObjectStream ]struct{};if _eebg .Subset {var _aae error ;_bag ,_aae =_beb (objects );if _aae !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0073u\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u003a \u0025\u0076",_aae ); +return nil ,_aae ;};};for _ ,_bgc :=range objects {_dgb ,_dcca :=_fg .GetStream (_bgc );if !_dcca {continue ;};if _ ,_fec :=_bag [_dgb ];_fec {continue ;};_beg ,_fdb :=_fg .NewEncoderFromStream (_dgb );if _fdb !=nil {_e .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0067e\u0074\u0074\u0069\u006eg e\u006eco\u0064\u0065\u0072\u003a\u0020\u0025\u0076 -\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067",_fdb ); +continue ;};_fgc ,_fdb :=_beg .DecodeStream (_dgb );if _fdb !=nil {_e .Log .Debug ("\u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u003a\u0020\u0025v\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067",_fdb ); +continue ;};if len (_fgc )< 4{continue ;};_eaf :=string (_fgc [:4]);if _eaf =="\u004f\u0054\u0054\u004f"{continue ;};if _eaf !="\u0000\u0001\u0000\u0000"&&_eaf !="\u0074\u0072\u0075\u0065"{continue ;};_egc ,_fdb :=_g .Parse (_a .NewReader (_fgc ));if _fdb !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020P\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_fdb ); +continue ;};_fdb =_egc .Optimize ();if _fdb !=nil {_e .Log .Debug ("\u0045\u0052RO\u0052\u0020\u004fp\u0074\u0069\u006d\u0069zin\u0067 f\u006f\u006e\u0074\u003a\u0020\u0025\u0076 -\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067",_fdb );continue ;};var _gdbf _a .Buffer ; +_fdb =_egc .Write (&_gdbf );if _fdb !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020W\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_fdb ); +continue ;};if _gdbf .Len ()> len (_fgc ){_e .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); +continue ;};_aac ,_fdb :=_fg .MakeStream (_gdbf .Bytes (),_fg .NewFlateEncoder ());if _fdb !=nil {continue ;};*_dgb =*_aac ;_dgb .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_fg .MakeInteger (int64 (_gdbf .Len ())));};return objects ,nil ;};func _gdaf (_bgb string ,_cfee []string )bool {for _ ,_gdbb :=range _cfee {if _bgb ==_gdbb {return true ; +};};return false ;}; // Options describes PDF optimization parameters. type Options struct{CombineDuplicateStreams bool ;CombineDuplicateDirectObjects bool ;ImageUpperPPI float64 ;ImageQuality int ;UseObjectStreams bool ;CombineIdenticalIndirectObjects bool ;CompressStreams bool ;CleanFonts bool ;SubsetFonts bool ;CleanContentstream bool ; CleanUnusedResources bool ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_ec *Chain )Optimize (objects []_e .PdfObject )(_df []_e .PdfObject ,_ff error ){_ab :=objects ;for _ ,_cfc :=range _ec ._cf {_cd ,_bg :=_cfc .Optimize (_ab );if _bg !=nil {_c .Log .Debug ("\u0045\u0052\u0052OR\u0020\u004f\u0070\u0074\u0069\u006d\u0069\u007a\u0061\u0074\u0069\u006f\u006e\u003a\u0020\u0025\u002b\u0076",_bg ); -continue ;};_ab =_cd ;};return _ab ,nil ;};func _eaee (_adce _e .PdfObject )(_afcg string ,_dfe []_e .PdfObject ){var _dcbe _bb .Buffer ;switch _egfd :=_adce .(type ){case *_e .PdfIndirectObject :_dfe =append (_dfe ,_egfd );_adce =_egfd .PdfObject ;};switch _fcbb :=_adce .(type ){case *_e .PdfObjectStream :if _dbb ,_cac :=_e .DecodeStream (_fcbb ); -_cac ==nil {_dcbe .Write (_dbb );_dfe =append (_dfe ,_fcbb );};case *_e .PdfObjectArray :for _ ,_eddg :=range _fcbb .Elements (){switch _fgbf :=_eddg .(type ){case *_e .PdfObjectStream :if _bdaad ,_baa :=_e .DecodeStream (_fgbf );_baa ==nil {_dcbe .Write (_bdaad ); -_dfe =append (_dfe ,_fgbf );};};};};return _dcbe .String (),_dfe ;}; - -// New creates a optimizers chain from options. -func New (options Options )*Chain {_gcdg :=new (Chain );if options .CleanFonts ||options .SubsetFonts {_gcdg .Append (&CleanFonts {Subset :options .SubsetFonts });};if options .CleanContentstream {_gcdg .Append (new (CleanContentstream ));};if options .ImageUpperPPI > 0{_ddcc :=new (ImagePPI ); -_ddcc .ImageUpperPPI =options .ImageUpperPPI ;_gcdg .Append (_ddcc );};if options .ImageQuality > 0{_ddfe :=new (Image );_ddfe .ImageQuality =options .ImageQuality ;_gcdg .Append (_ddfe );};if options .CombineDuplicateDirectObjects {_gcdg .Append (new (CombineDuplicateDirectObjects )); -};if options .CombineDuplicateStreams {_gcdg .Append (new (CombineDuplicateStreams ));};if options .CombineIdenticalIndirectObjects {_gcdg .Append (new (CombineIdenticalIndirectObjects ));};if options .UseObjectStreams {_gcdg .Append (new (ObjectStreams )); -};if options .CompressStreams {_gcdg .Append (new (CompressStreams ));};if options .CleanUnusedResources {_gcdg .Append (new (CleanUnusedResources ));};return _gcdg ;}; - -// CleanFonts cleans up embedded fonts, reducing font sizes. -type CleanFonts struct{ - -// Subset embedded fonts if encountered (if true). -// Otherwise attempts to reduce the font program. -Subset bool ;}; +func (_fcbe *ImagePPI )Optimize (objects []_fg .PdfObject )(_afdf []_fg .PdfObject ,_bgcb error ){if _fcbe .ImageUpperPPI <=0{return objects ,nil ;};_bccf :=_cdb (objects );if len (_bccf )==0{return objects ,nil ;};_eaff :=make (map[_fg .PdfObject ]struct{}); +for _ ,_ddc :=range _bccf {_aaa :=_ddc .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_eaff [_aaa ]=struct{}{};};_bed :=make (map[*_fg .PdfObjectStream ]*imageInfo );for _ ,_edcgb :=range _bccf {_bed [_edcgb .Stream ]=_edcgb ;};var _adfefc *_fg .PdfObjectDictionary ; +for _ ,_eca :=range objects {if _cfge ,_fdff :=_fg .GetDict (_eca );_adfefc ==nil &&_fdff {if _cfbeb ,_fecb :=_fg .GetName (_cfge .Get ("\u0054\u0079\u0070\u0065"));_fecb &&*_cfbeb =="\u0043a\u0074\u0061\u006c\u006f\u0067"{_adfefc =_cfge ;};};};if _adfefc ==nil {return objects ,nil ; +};_degd ,_gfefc :=_fg .GetDict (_adfefc .Get ("\u0050\u0061\u0067e\u0073"));if !_gfefc {return objects ,nil ;};_cedf ,_cffd :=_fg .GetArray (_degd .Get ("\u004b\u0069\u0064\u0073"));if !_cffd {return objects ,nil ;};for _ ,_aega :=range _cedf .Elements (){_adc :=make (map[string ]*imageInfo ); +_abgb ,_fda :=_fg .GetDict (_aega );if !_fda {continue ;};_dda ,_ :=_bbdg (_abgb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));if len (_dda )==0{continue ;};_agf ,_dege :=_fg .GetDict (_abgb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_dege {continue ;};_egd ,_eacb :=_c .NewPdfPageResourcesFromDict (_agf );if _eacb !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0073\u0020-\u0020\u0069\u0067\u006e\u006fr\u0069\u006eg\u003a\u0020\u0025\u0076",_eacb ); +continue ;};_fdfa ,_begf :=_fg .GetDict (_agf .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if !_begf {continue ;};_gff :=_fdfa .Keys ();for _ ,_cbf :=range _gff {if _bebc ,_dbbb :=_fg .GetStream (_fdfa .Get (_cbf ));_dbbb {if _acde ,_ddcg :=_bed [_bebc ]; +_ddcg {_adc [string (_cbf )]=_acde ;};};};_ddf :=_eb .NewContentStreamParser (_dda );_gebb ,_eacb :=_ddf .Parse ();if _eacb !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_eacb );continue ;};_fdbg :=_eb .NewContentStreamProcessor (*_gebb ); +_fdbg .AddHandler (_eb .HandlerConditionEnumAllOperands ,"",func (_fcfb *_eb .ContentStreamOperation ,_gfd _eb .GraphicsState ,_abab *_c .PdfPageResources )error {switch _fcfb .Operand {case "\u0044\u006f":if len (_fcfb .Params )!=1{_e .Log .Debug ("E\u0052\u0052\u004f\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020w\u0069\u0074\u0068\u0020\u006c\u0065\u006e\u0028\u0070\u0061ra\u006d\u0073\u0029 \u0021=\u0020\u0031"); +return nil ;};_fcbg ,_cffa :=_fg .GetName (_fcfb .Params [0]);if !_cffa {_e .Log .Debug ("\u0045\u0052\u0052O\u0052\u003a\u0020\u0049\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0044\u006f\u0020\u0077\u0069\u0074\u0068\u0020\u006e\u006f\u006e\u0020\u004e\u0061\u006d\u0065\u0020p\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072"); +return nil ;};if _bce ,_ebee :=_adc [string (*_fcbg )];_ebee {_fcfg :=_gfd .CTM .ScalingFactorX ();_gddf :=_gfd .CTM .ScalingFactorY ();_fcc ,_ddaa :=_fcfg /72.0,_gddf /72.0;_daa ,_ebafg :=float64 (_bce .Width )/_fcc ,float64 (_bce .Height )/_ddaa ;if _fcc ==0||_ddaa ==0{_daa =72.0; +_ebafg =72.0;};_bce .PPI =_fc .Max (_bce .PPI ,_daa );_bce .PPI =_fc .Max (_bce .PPI ,_ebafg );};};return nil ;});_eacb =_fdbg .Process (_egd );if _eacb !=nil {_e .Log .Debug ("E\u0052\u0052\u004f\u0052 p\u0072o\u0063\u0065\u0073\u0073\u0069n\u0067\u003a\u0020\u0025\u002b\u0076",_eacb ); +continue ;};};for _ ,_cdea :=range _bccf {if _ ,_dcda :=_eaff [_cdea .Stream ];_dcda {continue ;};if _cdea .PPI <=_fcbe .ImageUpperPPI {continue ;};_defdd ,_bcg :=_c .NewXObjectImageFromStream (_cdea .Stream );if _bcg !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bcg ); +continue ;};var _fbfa imageModifications ;_fbfa .Scale =_fcbe .ImageUpperPPI /_cdea .PPI ;if _cdea .BitsPerComponent ==1&&_cdea .ColorComponents ==1{_cgdg :=_fc .Round (_cdea .PPI /_fcbe .ImageUpperPPI );_dfce :=_da .NextPowerOf2 (uint (_cgdg ));if _da .InDelta (float64 (_dfce ),1/_fbfa .Scale ,0.3){_fbfa .Scale =float64 (1)/float64 (_dfce ); +};if _ ,_cbff :=_defdd .Filter .(*_fg .JBIG2Encoder );!_cbff {_fbfa .Encoding =_fg .NewJBIG2Encoder ();};};if _bcg =_ceea (_defdd ,_fbfa );_bcg !=nil {_e .Log .Debug ("\u0045\u0072\u0072\u006f\u0072 \u0073\u0063\u0061\u006c\u0065\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u006be\u0065\u0070\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0073",_bcg ); +continue ;};_fbfa .Encoding =nil ;if _gcb ,_bbg :=_fg .GetStream (_cdea .Stream .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b"));_bbg {_cgab ,_bcdd :=_c .NewXObjectImageFromStream (_gcb );if _bcdd !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bcdd ); +continue ;};if _bcdd =_ceea (_cgab ,_fbfa );_bcdd !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bcdd );continue ;};};};return objects ,nil ;}; // Optimize optimizes PDF objects to decrease PDF size. -func (_dcb *CombineDuplicateDirectObjects )Optimize (objects []_e .PdfObject )(_babd []_e .PdfObject ,_ffff error ){_agaf (objects );_bae :=make (map[string ][]*_e .PdfObjectDictionary );var _eeg func (_baf *_e .PdfObjectDictionary );_eeg =func (_fdcd *_e .PdfObjectDictionary ){for _ ,_gcg :=range _fdcd .Keys (){_adc :=_fdcd .Get (_gcg ); -if _bgfc ,_ccde :=_adc .(*_e .PdfObjectDictionary );_ccde {if _ebeg :=_bgfc .Keys ();len (_ebeg )==0{continue ;};_ecddd :=_a .New ();_ecddd .Write ([]byte (_bgfc .WriteString ()));_fffa :=string (_ecddd .Sum (nil ));_bae [_fffa ]=append (_bae [_fffa ],_bgfc ); -_eeg (_bgfc );};};};for _ ,_efd :=range objects {_ddf ,_fgb :=_efd .(*_e .PdfIndirectObject );if !_fgb {continue ;};if _bdg ,_gcac :=_ddf .PdfObject .(*_e .PdfObjectDictionary );_gcac {_eeg (_bdg );};};_gbf :=make ([]_e .PdfObject ,0,len (_bae ));_ffc :=make (map[_e .PdfObject ]_e .PdfObject ); -for _ ,_bff :=range _bae {if len (_bff )< 2{continue ;};_dgeb :=_e .MakeDict ();_dgeb .Merge (_bff [0]);_aaeb :=_e .MakeIndirectObject (_dgeb );_gbf =append (_gbf ,_aaeb );for _cagg :=0;_cagg < len (_bff );_cagg ++{_edbf :=_bff [_cagg ];_ffc [_edbf ]=_aaeb ; -};};_babd =make ([]_e .PdfObject ,len (objects ));copy (_babd ,objects );_babd =append (_gbf ,_babd ...);_fea (_babd ,_ffc );return _babd ,nil ;}; +func (_eacc *CombineDuplicateStreams )Optimize (objects []_fg .PdfObject )(_aacf []_fg .PdfObject ,_cfg error ){_faf :=make (map[_fg .PdfObject ]_fg .PdfObject );_aedd :=make (map[_fg .PdfObject ]struct{});_fdcb :=make (map[string ][]*_fg .PdfObjectStream ); +for _ ,_ebfb :=range objects {if _dfc ,_ffdf :=_ebfb .(*_fg .PdfObjectStream );_ffdf {_bae :=_ed .New ();_bae .Write (_dfc .Stream );_bae .Write ([]byte (_dfc .PdfObjectDictionary .WriteString ()));_ffff :=string (_bae .Sum (nil ));_fdcb [_ffff ]=append (_fdcb [_ffff ],_dfc ); +};};for _ ,_edaf :=range _fdcb {if len (_edaf )< 2{continue ;};_agaa :=_edaf [0];for _bgbe :=1;_bgbe < len (_edaf );_bgbe ++{_ecg :=_edaf [_bgbe ];_faf [_ecg ]=_agaa ;_aedd [_ecg ]=struct{}{};};};_aacf =make ([]_fg .PdfObject ,0,len (objects )-len (_aedd )); +for _ ,_eae :=range objects {if _ ,_bcde :=_aedd [_eae ];_bcde {continue ;};_aacf =append (_aacf ,_eae );};_afg (_aacf ,_faf );return _aacf ,nil ;};func _bbdg (_cdd _fg .PdfObject )(_daba string ,_eecfd []_fg .PdfObject ){var _dfbc _a .Buffer ;switch _fffg :=_cdd .(type ){case *_fg .PdfIndirectObject :_eecfd =append (_eecfd ,_fffg ); +_cdd =_fffg .PdfObject ;};switch _agac :=_cdd .(type ){case *_fg .PdfObjectStream :if _dabd ,_bcfd :=_fg .DecodeStream (_agac );_bcfd ==nil {_dfbc .Write (_dabd );_eecfd =append (_eecfd ,_agac );};case *_fg .PdfObjectArray :for _ ,_ggg :=range _agac .Elements (){switch _geae :=_ggg .(type ){case *_fg .PdfObjectStream :if _ebeea ,_fefe :=_fg .DecodeStream (_geae ); +_fefe ==nil {_dfbc .Write (_ebeea );_eecfd =append (_eecfd ,_geae );};};};};return _dfbc .String (),_eecfd ;};func _efdf (_gefg []_fg .PdfObject )objectStructure {_bdcc :=objectStructure {};_dfac :=false ;for _ ,_aafcc :=range _gefg {switch _efdd :=_aafcc .(type ){case *_fg .PdfIndirectObject :_fade ,_gdgf :=_fg .GetDict (_efdd ); +if !_gdgf {continue ;};_cbbf ,_gdgf :=_fg .GetName (_fade .Get ("\u0054\u0079\u0070\u0065"));if !_gdgf {continue ;};switch _cbbf .String (){case "\u0043a\u0074\u0061\u006c\u006f\u0067":_bdcc ._fdab =_fade ;_dfac =true ;};};if _dfac {break ;};};if !_dfac {return _bdcc ; +};_gefa ,_dcbc :=_fg .GetDict (_bdcc ._fdab .Get ("\u0050\u0061\u0067e\u0073"));if !_dcbc {return _bdcc ;};_bdcc ._bcca =_gefa ;_cfde ,_dcbc :=_fg .GetArray (_gefa .Get ("\u004b\u0069\u0064\u0073"));if !_dcbc {return _bdcc ;};for _ ,_gabdg :=range _cfde .Elements (){_cfgd ,_cbc :=_fg .GetIndirect (_gabdg ); +if !_cbc {break ;};_bdcc ._faea =append (_bdcc ._faea ,_cfgd );};return _bdcc ;};func _ebaf (_dedb []*_fg .PdfIndirectObject )map[string ][]string {_afa :=map[string ][]string {};for _ ,_ffd :=range _dedb {_ced ,_cedg :=_fg .GetDict (_ffd .PdfObject ); +if !_cedg {continue ;};_afag :=_ced .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073");_gce :=_fg .TraceToDirectObject (_afag );_ccdg :="";if _dff ,_cde :=_gce .(*_fg .PdfObjectArray );_cde {var _gdd []string ;for _ ,_bgd :=range _dff .Elements (){_ace ,_bfb :=_fdbc (_bgd ); +if _bfb !=nil {continue ;};_gdd =append (_gdd ,_ace );};_ccdg =_ee .Join (_gdd ,"\u0020");};if _bde ,_fdd :=_gce .(*_fg .PdfObjectStream );_fdd {_dced ,_add :=_fg .DecodeStream (_bde );if _add !=nil {continue ;};_ccdg =string (_dced );};_edd :=_eb .NewContentStreamParser (_ccdg ); +_fbg ,_gfa :=_edd .Parse ();if _gfa !=nil {continue ;};for _ ,_dcee :=range *_fbg {_fga :=_dcee .Operand ;_bbeb :=_dcee .Params ;switch _fga {case "\u0044\u006f":_agc :=_bbeb [0].String ();if _ ,_aed :=_afa ["\u0058O\u0062\u006a\u0065\u0063\u0074"];!_aed {_afa ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=[]string {_agc }; +}else {_afa ["\u0058O\u0062\u006a\u0065\u0063\u0074"]=append (_afa ["\u0058O\u0062\u006a\u0065\u0063\u0074"],_agc );};case "\u0054\u0066":_bdb :=_bbeb [0].String ();if _ ,_gabd :=_afa ["\u0046\u006f\u006e\u0074"];!_gabd {_afa ["\u0046\u006f\u006e\u0074"]=[]string {_bdb }; +}else {_afa ["\u0046\u006f\u006e\u0074"]=append (_afa ["\u0046\u006f\u006e\u0074"],_bdb );};case "\u0067\u0073":_abg :=_bbeb [0].String ();if _ ,_dgbeg :=_afa ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];!_dgbeg {_afa ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=[]string {_abg }; +}else {_afa ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"]=append (_afa ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"],_abg );};};};};return _afa ;};func _fdbc (_ggd _fg .PdfObject )(string ,error ){_fffa :=_fg .TraceToDirectObject (_ggd );switch _gee :=_fffa .(type ){case *_fg .PdfObjectString :return _gee .Str (),nil ; +case *_fg .PdfObjectStream :_ebcf ,_bfa :=_fg .DecodeStream (_gee );if _bfa !=nil {return "",_bfa ;};return string (_ebcf ),nil ;};return "",_eea .Errorf ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072e\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0068\u006f\u006c\u0064\u0065\u0072\u0020\u0028\u0025\u0054\u0029",_fffa ); +}; // Optimize optimizes PDF objects to decrease PDF size. -func (_cdda *CleanFonts )Optimize (objects []_e .PdfObject )(_aed []_e .PdfObject ,_dda error ){var _aaa map[*_e .PdfObjectStream ]struct{};if _cdda .Subset {var _gca error ;_aaa ,_gca =_ebe (objects );if _gca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR\u003a\u0020\u0046\u0061\u0069\u006c\u0065\u0064\u0020\u0073u\u0062s\u0065\u0074\u0074\u0069\u006e\u0067\u003a \u0025\u0076",_gca ); -return nil ,_gca ;};};for _ ,_gfb :=range objects {_acg ,_afa :=_e .GetStream (_gfb );if !_afa {continue ;};if _ ,_dfa :=_aaa [_acg ];_dfa {continue ;};_eed ,_cba :=_e .NewEncoderFromStream (_acg );if _cba !=nil {_c .Log .Debug ("\u0045\u0052RO\u0052\u0020\u0067e\u0074\u0074\u0069\u006eg e\u006eco\u0064\u0065\u0072\u003a\u0020\u0025\u0076 -\u0020\u0069\u0067\u006e\u006f\u0072\u0069n\u0067",_cba ); -continue ;};_ebb ,_cba :=_eed .DecodeStream (_acg );if _cba !=nil {_c .Log .Debug ("\u0044\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065r\u0072\u006f\u0072\u0020\u003a\u0020\u0025v\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067",_cba ); -continue ;};if len (_ebb )< 4{continue ;};_bed :=string (_ebb [:4]);if _bed =="\u004f\u0054\u0054\u004f"{continue ;};if _bed !="\u0000\u0001\u0000\u0000"&&_bed !="\u0074\u0072\u0075\u0065"{continue ;};_cag ,_cba :=_d .Parse (_bb .NewReader (_ebb ));if _cba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020P\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_cba ); -continue ;};_cba =_cag .Optimize ();if _cba !=nil {_c .Log .Debug ("\u0045\u0052RO\u0052\u0020\u004fp\u0074\u0069\u006d\u0069zin\u0067 f\u006f\u006e\u0074\u003a\u0020\u0025\u0076 -\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067",_cba );continue ;};var _gfcb _bb .Buffer ; -_cba =_cag .Write (&_gfcb );if _cba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020W\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_cba ); -continue ;};if _gfcb .Len ()> len (_ebb ){_c .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); -continue ;};_bag ,_cba :=_e .MakeStream (_gfcb .Bytes (),_e .NewFlateEncoder ());if _cba !=nil {continue ;};*_acg =*_bag ;_acg .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_e .MakeInteger (int64 (_gfcb .Len ())));};return objects ,nil ;};func _gaa (_cbd _e .PdfObject )[]content {if _cbd ==nil {return nil ; -};_fef ,_beb :=_e .GetArray (_cbd );if !_beb {_c .Log .Debug ("\u0041\u006e\u006e\u006fts\u0020\u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079");return nil ;};var _ebf []content ;for _ ,_ddab :=range _fef .Elements (){_eeee ,_ccd :=_e .GetDict (_ddab ); -if !_ccd {_c .Log .Debug ("I\u0067\u006e\u006f\u0072\u0069\u006eg\u0020\u006e\u006f\u006e\u002d\u0064i\u0063\u0074\u0020\u0065\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006e\u0020\u0041\u006e\u006e\u006ft\u0073");continue ;};_cgf ,_ccd :=_e .GetDict (_eeee .Get ("\u0041\u0050")); -if !_ccd {_c .Log .Debug ("\u004e\u006f\u0020\u0041P \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067");continue ;};_fab :=_e .TraceToDirectObject (_cgf .Get ("\u004e"));if _fab ==nil {_c .Log .Debug ("N\u006f\u0020\u004e\u0020en\u0074r\u0079\u0020\u002d\u0020\u0073k\u0069\u0070\u0070\u0069\u006e\u0067"); -continue ;};var _gcc *_e .PdfObjectStream ;switch _bde :=_fab .(type ){case *_e .PdfObjectDictionary :_gfab ,_aff :=_e .GetName (_eeee .Get ("\u0041\u0053"));if !_aff {_c .Log .Debug ("\u004e\u006f\u0020\u0041S \u0065\u006e\u0074\u0072\u0079\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069n\u0067"); -continue ;};_gcc ,_aff =_e .GetStream (_bde .Get (*_gfab ));if !_aff {_c .Log .Debug ("\u0046o\u0072\u006d\u0020\u006eo\u0074\u0020\u0066\u006f\u0075n\u0064 \u002d \u0073\u006b\u0069\u0070\u0070\u0069\u006eg");continue ;};case *_e .PdfObjectStream :_gcc =_bde ; -};if _gcc ==nil {_c .Log .Debug ("\u0046\u006f\u0072m\u0020\u006e\u006f\u0074 \u0066\u006f\u0075\u006e\u0064\u0020\u0028n\u0069\u006c\u0029\u0020\u002d\u0020\u0073\u006b\u0069\u0070\u0070\u0069\u006e\u0067");continue ;};_ecd ,_abb :=_ae .NewXObjectFormFromStream (_gcc ); -if _abb !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020l\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0066\u006f\u0072\u006d\u003a\u0020%\u0076\u0020\u002d\u0020\u0069\u0067\u006eo\u0072\u0069\u006e\u0067",_abb );continue ;};_eac ,_abb :=_ecd .GetContentStream (); -if _abb !=nil {_c .Log .Debug ("E\u0072\u0072\u006f\u0072\u0020\u0064e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0063\u006fn\u0074\u0065\u006et\u0073:\u0020\u0025\u0076",_abb );continue ;};_ebf =append (_ebf ,content {_cec :string (_eac ),_aacb :_ecd .Resources }); -};return _ebf ;};func _fea (_cgbd []_e .PdfObject ,_edef map[_e .PdfObject ]_e .PdfObject ){if len (_edef )==0{return ;};for _egcbc ,_geef :=range _cgbd {if _feaf ,_ebde :=_edef [_geef ];_ebde {_cgbd [_egcbc ]=_feaf ;continue ;};_edef [_geef ]=_geef ;switch _fac :=_geef .(type ){case *_e .PdfObjectArray :_fcga :=make ([]_e .PdfObject ,_fac .Len ()); -copy (_fcga ,_fac .Elements ());_fea (_fcga ,_edef );for _cbaf ,_adae :=range _fcga {_fac .Set (_cbaf ,_adae );};case *_e .PdfObjectStreams :_fea (_fac .Elements (),_edef );case *_e .PdfObjectStream :_bdad :=[]_e .PdfObject {_fac .PdfObjectDictionary }; -_fea (_bdad ,_edef );_fac .PdfObjectDictionary =_bdad [0].(*_e .PdfObjectDictionary );case *_e .PdfObjectDictionary :_ccb :=_fac .Keys ();_fgaa :=make ([]_e .PdfObject ,len (_ccb ));for _efb ,_cdfd :=range _ccb {_fgaa [_efb ]=_fac .Get (_cdfd );};_fea (_fgaa ,_edef ); -for _ddd ,_fdba :=range _ccb {_fac .Set (_fdba ,_fgaa [_ddd ]);};case *_e .PdfIndirectObject :_dad :=[]_e .PdfObject {_fac .PdfObject };_fea (_dad ,_edef );_fac .PdfObject =_dad [0];};};};func _fa (_dcd *_e .PdfObjectStream ,_ed []rune ,_acb []_d .GlyphIndex )error {_dcd ,_gbg :=_e .GetStream (_dcd ); -if !_gbg {_c .Log .Debug ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u006e\u006f\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u002d\u002d\u0020\u0041\u0042\u004f\u0052T\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006e\u0067"); -return _gc .New ("\u0066\u006f\u006e\u0074fi\u006c\u0065\u0032\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064");};_acd ,_aca :=_e .DecodeStream (_dcd );if _aca !=nil {_c .Log .Debug ("\u0044\u0065c\u006f\u0064\u0065 \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_aca ); -return _aca ;};_af ,_aca :=_d .Parse (_bb .NewReader (_acd ));if _aca !=nil {_c .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069n\u0067\u0020\u0025\u0064\u0020\u0062\u0079\u0074\u0065\u0020f\u006f\u006e\u0074",len (_dcd .Stream )); -return _aca ;};_fag :=_acb ;if len (_ed )> 0{_agg :=_af .LookupRunes (_ed );_fag =append (_fag ,_agg ...);};_af ,_aca =_af .SubsetKeepIndices (_fag );if _aca !=nil {_c .Log .Debug ("\u0045R\u0052\u004f\u0052\u0020s\u0075\u0062\u0073\u0065\u0074t\u0069n\u0067 \u0066\u006f\u006e\u0074\u003a\u0020\u0025v",_aca ); -return _aca ;};var _gcb _bb .Buffer ;_aca =_af .Write (&_gcb );if _aca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_aca );return _aca ;};if _gcb .Len ()> len (_acd ){_c .Log .Debug ("\u0052\u0065-\u0077\u0072\u0069\u0074\u0074\u0065\u006e\u0020\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006c\u0061\u0072\u0067\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u002d\u0020\u0073\u006b\u0069\u0070"); -return nil ;};_gg ,_aca :=_e .MakeStream (_gcb .Bytes (),_e .NewFlateEncoder ());if _aca !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004fR \u0057\u0072\u0069\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u003a\u0020%\u0076",_aca );return _aca ; -};*_dcd =*_gg ;_dcd .Set ("\u004ce\u006e\u0067\u0074\u0068\u0031",_e .MakeInteger (int64 (_gcb .Len ())));return nil ;}; +func (_eadb *Image )Optimize (objects []_fg .PdfObject )(_gdf []_fg .PdfObject ,_edac error ){if _eadb .ImageQuality <=0{return objects ,nil ;};_gge :=_cdb (objects );if len (_gge )==0{return objects ,nil ;};_dfa :=make (map[_fg .PdfObject ]_fg .PdfObject ); +_fgff :=make (map[_fg .PdfObject ]struct{});for _ ,_eafd :=range _gge {_gfb :=_eafd .Stream .Get ("\u0053\u004d\u0061s\u006b");_fgff [_gfb ]=struct{}{};};for _fece ,_afb :=range _gge {_fad :=_afb .Stream ;if _ ,_agd :=_fgff [_fad ];_agd {continue ;};_bfg ,_bbed :=_c .NewXObjectImageFromStream (_fad ); +if _bbed !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbed );continue ;};switch _bfg .Filter .(type ){case *_fg .JBIG2Encoder :continue ;case *_fg .CCITTFaxEncoder :continue ;};_cac ,_bbed :=_bfg .ToImage ();if _bbed !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbed ); +continue ;};_faeb :=_fg .NewDCTEncoder ();_faeb .ColorComponents =_cac .ColorComponents ;_faeb .Quality =_eadb .ImageQuality ;_faeb .BitsPerComponent =_afb .BitsPerComponent ;_faeb .Width =_afb .Width ;_faeb .Height =_afb .Height ;_eaa ,_bbed :=_faeb .EncodeBytes (_cac .Data ); +if _bbed !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbed );continue ;};var _ebba _fg .StreamEncoder ;_ebba =_faeb ;{_baaf :=_fg .NewFlateEncoder ();_bbfb :=_fg .NewMultiEncoder ();_bbfb .AddEncoder (_baaf );_bbfb .AddEncoder (_faeb ); +_gfg ,_fadb :=_bbfb .EncodeBytes (_cac .Data );if _fadb !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_fadb );continue ;};if len (_gfg )< len (_eaa ){_e .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063\u0020\u0069\u006d\u0070\u0072\u006f\u0076\u0065\u0073\u003a\u0020\u0025\u0064\u0020\u0074o\u0020\u0025\u0064\u0020\u0028o\u0072\u0069g\u0020\u0025\u0064\u0029",len (_eaa ),len (_gfg ),len (_fad .Stream )); +_eaa =_gfg ;_ebba =_bbfb ;};};_ffb :=len (_fad .Stream );if _ffb < len (_eaa ){continue ;};_ccga :=&_fg .PdfObjectStream {Stream :_eaa };_ccga .PdfObjectReference =_fad .PdfObjectReference ;_ccga .PdfObjectDictionary =_fg .MakeDict ();_ccga .Merge (_fad .PdfObjectDictionary ); +_ccga .Merge (_ebba .MakeStreamDict ());_ccga .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_fg .MakeInteger (int64 (len (_eaa ))));_dfa [_fad ]=_ccga ;_gge [_fece ].Stream =_ccga ;};_gdf =make ([]_fg .PdfObject ,len (objects ));copy (_gdf ,objects );_afg (_gdf ,_dfa ); +return _gdf ,nil ;};func _beb (_af []_fg .PdfObject )(_bf map[*_fg .PdfObjectStream ]struct{},_eg error ){_bf =map[*_fg .PdfObjectStream ]struct{}{};_dce :=map[*_c .PdfFont ]struct{}{};_gbg :=_efdf (_af );for _ ,_df :=range _gbg ._faea {_eef ,_dbg :=_fg .GetDict (_df .PdfObject ); +if !_dbg {continue ;};_eeab ,_dbg :=_fg .GetDict (_eef .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_dbg {continue ;};_ada ,_ :=_bbdg (_eef .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"));_ca ,_fe :=_c .NewPdfPageResourcesFromDict (_eeab ); +if _fe !=nil {return nil ,_fe ;};_edf :=[]content {{_ege :_ada ,_feg :_ca }};_cgc :=_cdg (_eef .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if _cgc !=nil {_edf =append (_edf ,_cgc ...);};for _ ,_cab :=range _edf {_ggc ,_ged :=_b .NewFromContents (_cab ._ege ,_cab ._feg ); +if _ged !=nil {return nil ,_ged ;};_gac ,_ ,_ ,_ged :=_ggc .ExtractPageText ();if _ged !=nil {return nil ,_ged ;};for _ ,_fea :=range _gac .Marks ().Elements (){if _fea .Font ==nil {continue ;};if _ ,_cbg :=_dce [_fea .Font ];!_cbg {_dce [_fea .Font ]=struct{}{}; +};};};};_aad :=map[*_fg .PdfObjectStream ][]*_c .PdfFont {};for _dfb :=range _dce {_egf :=_dfb .FontDescriptor ();if _egf ==nil ||_egf .FontFile2 ==nil {continue ;};_def ,_dd :=_fg .GetStream (_egf .FontFile2 );if !_dd {continue ;};_aad [_def ]=append (_aad [_def ],_dfb ); +};for _cgcb :=range _aad {var _cce []rune ;var _ccd []_g .GlyphIndex ;for _ ,_dcef :=range _aad [_cgcb ]{switch _fdc :=_dcef .Encoder ().(type ){case *_de .IdentityEncoder :_dcb :=_fdc .RegisteredRunes ();_gbe :=make ([]_g .GlyphIndex ,len (_dcb ));for _gda ,_dfd :=range _dcb {_gbe [_gda ]=_g .GlyphIndex (_dfd ); +};_ccd =append (_ccd ,_gbe ...);case *_de .TrueTypeFontEncoder :_ebc :=_fdc .RegisteredRunes ();_cce =append (_cce ,_ebc ...);case _de .SimpleEncoder :_dbe :=_fdc .Charcodes ();for _ ,_bb :=range _dbe {_ef ,_dcc :=_fdc .CharcodeToRune (_bb );if !_dcc {_e .Log .Debug ("\u0043\u0068a\u0072\u0063\u006f\u0064\u0065\u003c\u002d\u003e\u0072\u0075\u006e\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064: \u0025\u0064",_bb ); +continue ;};_cce =append (_cce ,_ef );};};};_eg =_gbf (_cgcb ,_cce ,_ccd );if _eg !=nil {_e .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0074\u0069\u006eg\u0020f\u006f\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u003a\u0020\u0025\u0076",_eg ); +return nil ,_eg ;};_bf [_cgcb ]=struct{}{};};return _bf ,nil ;};func _dfbb (_cdab []_fg .PdfObject ){for _efg ,_gddg :=range _cdab {switch _gcga :=_gddg .(type ){case *_fg .PdfIndirectObject :_gcga .ObjectNumber =int64 (_efg +1);_gcga .GenerationNumber =0; +case *_fg .PdfObjectStream :_gcga .ObjectNumber =int64 (_efg +1);_gcga .GenerationNumber =0;case *_fg .PdfObjectStreams :_gcga .ObjectNumber =int64 (_efg +1);_gcga .GenerationNumber =0;};};}; -// Optimize optimizes PDF objects to decrease PDF size. -func (_cgac *Image )Optimize (objects []_e .PdfObject )(_fec []_e .PdfObject ,_cecc error ){if _cgac .ImageQuality <=0{return objects ,nil ;};_eacd :=_fggg (objects );if len (_eacd )==0{return objects ,nil ;};_agd :=make (map[_e .PdfObject ]_e .PdfObject ); -_dgb :=make (map[_e .PdfObject ]struct{});for _ ,_gcge :=range _eacd {_gfca :=_gcge .Stream .Get ("\u0053\u004d\u0061s\u006b");_dgb [_gfca ]=struct{}{};};for _ged ,_ecg :=range _eacd {_cgb :=_ecg .Stream ;if _ ,_aagg :=_dgb [_cgb ];_aagg {continue ;};_abf ,_bbba :=_ae .NewXObjectImageFromStream (_cgb ); -if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba );continue ;};switch _abf .Filter .(type ){case *_e .JBIG2Encoder :continue ;case *_e .CCITTFaxEncoder :continue ;};_gdca ,_bbba :=_abf .ToImage ();if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba ); -continue ;};_adcb :=_e .NewDCTEncoder ();_adcb .ColorComponents =_gdca .ColorComponents ;_adcb .Quality =_cgac .ImageQuality ;_adcb .BitsPerComponent =_ecg .BitsPerComponent ;_adcb .Width =_ecg .Width ;_adcb .Height =_ecg .Height ;_gab ,_bbba :=_adcb .EncodeBytes (_gdca .Data ); -if _bbba !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_bbba );continue ;};var _fga _e .StreamEncoder ;_fga =_adcb ;{_daeg :=_e .NewFlateEncoder ();_bcd :=_e .NewMultiEncoder ();_bcd .AddEncoder (_daeg );_bcd .AddEncoder (_adcb ); -_bad ,_acfd :=_bcd .EncodeBytes (_gdca .Data );if _acfd !=nil {_c .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0025\u002b\u0076",_acfd );continue ;};if len (_bad )< len (_gab ){_c .Log .Trace ("\u004d\u0075\u006c\u0074\u0069\u0020\u0065\u006e\u0063\u0020\u0069\u006d\u0070\u0072\u006f\u0076\u0065\u0073\u003a\u0020\u0025\u0064\u0020\u0074o\u0020\u0025\u0064\u0020\u0028o\u0072\u0069g\u0020\u0025\u0064\u0029",len (_gab ),len (_bad ),len (_cgb .Stream )); -_gab =_bad ;_fga =_bcd ;};};_aga :=len (_cgb .Stream );if _aga < len (_gab ){continue ;};_ffee :=&_e .PdfObjectStream {Stream :_gab };_ffee .PdfObjectReference =_cgb .PdfObjectReference ;_ffee .PdfObjectDictionary =_e .MakeDict ();_ffee .Merge (_cgb .PdfObjectDictionary ); -_ffee .Merge (_fga .MakeStreamDict ());_ffee .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_e .MakeInteger (int64 (len (_gab ))));_agd [_cgb ]=_ffee ;_eacd [_ged ].Stream =_ffee ;};_fec =make ([]_e .PdfObject ,len (objects ));copy (_fec ,objects );_fea (_fec ,_agd ); -return _fec ,nil ;}; +// GetOptimizers gets the list of optimizers in chain `c`. +func (_dc *Chain )GetOptimizers ()[]_c .Optimizer {return _dc ._db }; -// Optimize implements Optimizer interface. -func (_ddc *CleanUnusedResources )Optimize (objects []_e .PdfObject )(_bda []_e .PdfObject ,_caec error ){_bagd ,_caec :=_acaa (objects );if _caec !=nil {return nil ,_caec ;};_egg :=[]_e .PdfObject {};for _ ,_addde :=range objects {_ ,_ddbb :=_bagd [_addde ]; -if _ddbb {continue ;};_egg =append (_egg ,_addde );};return _egg ,nil ;}; +// Append appends optimizers to the chain. +func (_fcb *Chain )Append (optimizers ..._c .Optimizer ){_fcb ._db =append (_fcb ._db ,optimizers ...)}; // Optimize optimizes PDF objects to decrease PDF size. -func (_fcgd *CompressStreams )Optimize (objects []_e .PdfObject )(_cfea []_e .PdfObject ,_dba error ){_cfea =make ([]_e .PdfObject ,len (objects ));copy (_cfea ,objects );for _ ,_ddgb :=range objects {_ace ,_afea :=_e .GetStream (_ddgb );if !_afea {continue ; -};if _gdcd :=_ace .Get ("\u0046\u0069\u006c\u0074\u0065\u0072");_gdcd !=nil {if _ ,_gdcf :=_e .GetName (_gdcd );_gdcf {continue ;};if _dbga ,_afag :=_e .GetArray (_gdcd );_afag &&_dbga .Len ()> 0{continue ;};};_acfg :=_e .NewFlateEncoder ();var _aaf []byte ; -_aaf ,_dba =_acfg .EncodeBytes (_ace .Stream );if _dba !=nil {return _cfea ,_dba ;};_fgca :=_acfg .MakeStreamDict ();if len (_aaf )+len (_fgca .WriteString ())< len (_ace .Stream ){_ace .Stream =_aaf ;_ace .PdfObjectDictionary .Merge (_fgca );_ace .PdfObjectDictionary .Set ("\u004c\u0065\u006e\u0067\u0074\u0068",_e .MakeInteger (int64 (len (_ace .Stream )))); -};};return _cfea ,nil ;}; +func (_bcba *CombineIdenticalIndirectObjects )Optimize (objects []_fg .PdfObject )(_aba []_fg .PdfObject ,_cgea error ){_dfbb (objects );_aec :=make (map[_fg .PdfObject ]_fg .PdfObject );_dab :=make (map[_fg .PdfObject ]struct{});_agcc :=make (map[string ][]*_fg .PdfIndirectObject ); +for _ ,_edcg :=range objects {_cgg ,_ebd :=_edcg .(*_fg .PdfIndirectObject );if !_ebd {continue ;};if _cfdd ,_eaga :=_cgg .PdfObject .(*_fg .PdfObjectDictionary );_eaga {if _afdd ,_edad :=_cfdd .Get ("\u0054\u0079\u0070\u0065").(*_fg .PdfObjectName );_edad &&*_afdd =="\u0050\u0061\u0067\u0065"{continue ; +};if _fbc :=_cfdd .Keys ();len (_fbc )==0{continue ;};_ffa :=_ed .New ();_ffa .Write ([]byte (_cfdd .WriteString ()));_ccgf :=string (_ffa .Sum (nil ));_agcc [_ccgf ]=append (_agcc [_ccgf ],_cgg );};};for _ ,_cbgf :=range _agcc {if len (_cbgf )< 2{continue ; +};_feb :=_cbgf [0];for _cfc :=1;_cfc < len (_cbgf );_cfc ++{_fffc :=_cbgf [_cfc ];_aec [_fffc ]=_feb ;_dab [_fffc ]=struct{}{};};};_aba =make ([]_fg .PdfObject ,0,len (objects )-len (_dab ));for _ ,_ccfa :=range objects {if _ ,_adfef :=_dab [_ccfa ];_adfef {continue ; +};_aba =append (_aba ,_ccfa );};_afg (_aba ,_aec );return _aba ,nil ;}; -// GetOptimizers gets the list of optimizers in chain `c`. -func (_dg *Chain )GetOptimizers ()[]_ae .Optimizer {return _dg ._cf };func _afe (_gdc *_e .PdfObjectDictionary )[]string {_edg :=[]string {};for _ ,_gaaa :=range _gdc .Keys (){_edg =append (_edg ,_gaaa .String ());};return _edg ;}; +// CleanFonts cleans up embedded fonts, reducing font sizes. +type CleanFonts struct{ -// Optimize optimizes PDF objects to decrease PDF size. -func (_cee *CombineIdenticalIndirectObjects )Optimize (objects []_e .PdfObject )(_dcgb []_e .PdfObject ,_deg error ){_agaf (objects );_fgec :=make (map[_e .PdfObject ]_e .PdfObject );_adb :=make (map[_e .PdfObject ]struct{});_acbf :=make (map[string ][]*_e .PdfIndirectObject ); -for _ ,_dca :=range objects {_ffeb ,_bbcf :=_dca .(*_e .PdfIndirectObject );if !_bbcf {continue ;};if _fbfd ,_bga :=_ffeb .PdfObject .(*_e .PdfObjectDictionary );_bga {if _dea ,_affd :=_fbfd .Get ("\u0054\u0079\u0070\u0065").(*_e .PdfObjectName );_affd &&*_dea =="\u0050\u0061\u0067\u0065"{continue ; -};if _ddg :=_fbfd .Keys ();len (_ddg )==0{continue ;};_cfebg :=_a .New ();_cfebg .Write ([]byte (_fbfd .WriteString ()));_edbb :=string (_cfebg .Sum (nil ));_acbf [_edbb ]=append (_acbf [_edbb ],_ffeb );};};for _ ,_eeec :=range _acbf {if len (_eeec )< 2{continue ; -};_acf :=_eeec [0];for _dbdgf :=1;_dbdgf < len (_eeec );_dbdgf ++{_cdec :=_eeec [_dbdgf ];_fgec [_cdec ]=_acf ;_adb [_cdec ]=struct{}{};};};_dcgb =make ([]_e .PdfObject ,0,len (objects )-len (_adb ));for _ ,_fgcd :=range objects {if _ ,_afc :=_adb [_fgcd ]; -_afc {continue ;};_dcgb =append (_dcgb ,_fgcd );};_fea (_dcgb ,_fgec );return _dcgb ,nil ;};func _acaa (_adfg []_e .PdfObject )(map[_e .PdfObject ]struct{},error ){_egae :=_badc (_adfg );_ggg :=_egae ._fcdd ;_dfdc :=make (map[_e .PdfObject ]struct{});_bdc :=_fcgg (_ggg ); -for _ ,_gbc :=range _ggg {_fae ,_edc :=_e .GetDict (_gbc .PdfObject );if !_edc {continue ;};_fbd ,_edc :=_e .GetDict (_fae .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_edc {continue ;};_dbdg :=_bdc ["\u0058O\u0062\u006a\u0065\u0063\u0074"]; -_ffe ,_edc :=_e .GetDict (_fbd .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if _edc {_fdd :=_afe (_ffe );for _ ,_dge :=range _fdd {if _dbc (_dge ,_dbdg ){continue ;};_bdb :=*_e .MakeName (_dge );_geg :=_ffe .Get (_bdb );_dfdc [_geg ]=struct{}{};_ffe .Remove (_bdb ); -_gbce :=_agca (_geg ,_dfdc );if _gbce !=nil {_c .Log .Debug ("\u0066\u0061\u0069\u006ce\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065r\u0073e\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0025\u0076",_geg );};};};_cce ,_edc :=_e .GetDict (_fbd .Get ("\u0046\u006f\u006e\u0074")); -_ffed :=_bdc ["\u0046\u006f\u006e\u0074"];if _edc {_fcb :=_afe (_cce );for _ ,_bgg :=range _fcb {if _dbc (_bgg ,_ffed ){continue ;};_bfa :=*_e .MakeName (_bgg );_gcec :=_cce .Get (_bfa );_dfdc [_gcec ]=struct{}{};_cce .Remove (_bfa );_ffg :=_agca (_gcec ,_dfdc ); -if _ffg !=nil {_c .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_gcec );};};};_dbg ,_edc :=_e .GetDict (_fbd .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); -if _edc {_fffd :=_afe (_dbg );_fgeb :=_bdc ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];for _ ,_cbg :=range _fffd {if _dbc (_cbg ,_fgeb ){continue ;};_faba :=*_e .MakeName (_cbg );_ece :=_dbg .Get (_faba );_dfdc [_ece ]=struct{}{};_dbg .Remove (_faba ); -_beg :=_agca (_ece ,_dfdc );if _beg !=nil {_c .Log .Debug ("\u0066\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_ece );};};};};return _dfdc ,nil ; -};func _dbc (_dgf string ,_caa []string )bool {for _ ,_fced :=range _caa {if _dgf ==_fced {return true ;};};return false ;};func _dcge (_acae *_ae .XObjectImage ,_gba imageModifications )error {_adfb ,_fbfa :=_acae .ToImage ();if _fbfa !=nil {return _fbfa ; -};if _gba .Scale !=0{_adfb ,_fbfa =_eeb (_adfb ,_gba .Scale );if _fbfa !=nil {return _fbfa ;};};if _gba .Encoding !=nil {_acae .Filter =_gba .Encoding ;};_acae .Decode =nil ;switch _aef :=_acae .Filter .(type ){case *_e .FlateEncoder :if _aef .Predictor !=1&&_aef .Predictor !=11{_aef .Predictor =1; -};};if _fbfa =_acae .SetImage (_adfb ,nil );_fbfa !=nil {_c .Log .Debug ("\u0045\u0072\u0072or\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_fbfa );return _fbfa ;};_acae .ToPdfObject ();return nil ; -}; +// Subset embedded fonts if encountered (if true). +// Otherwise attempts to reduce the font program. +Subset bool ;};type content struct{_ege string ;_feg *_c .PdfPageResources ;};func _ddg (_aee []_fg .PdfObject )(map[_fg .PdfObject ]struct{},error ){_gbgb :=_efdf (_aee );_efdg :=_gbgb ._faea ;_cbd :=make (map[_fg .PdfObject ]struct{});_ggb :=_ebaf (_efdg ); +for _ ,_ffca :=range _efdg {_cfb ,_cdc :=_fg .GetDict (_ffca .PdfObject );if !_cdc {continue ;};_deb ,_cdc :=_fg .GetDict (_cfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_cdc {continue ;};_cgf :=_ggb ["\u0058O\u0062\u006a\u0065\u0063\u0074"]; +_eebc ,_cdc :=_fg .GetDict (_deb .Get ("\u0058O\u0062\u006a\u0065\u0063\u0074"));if _cdc {_dcgd :=_fcdd (_eebc );for _ ,_gfeb :=range _dcgd {if _gdaf (_gfeb ,_cgf ){continue ;};_egg :=*_fg .MakeName (_gfeb );_edb :=_eebc .Get (_egg );_cbd [_edb ]=struct{}{}; +_eebc .Remove (_egg );_abbg :=_edef (_edb ,_cbd );if _abbg !=nil {_e .Log .Debug ("\u0066\u0061\u0069\u006ce\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065r\u0073e\u0020\u006f\u0062\u006a\u0065\u0063\u0074 \u0025\u0076",_edb );};};};_cec ,_cdc :=_fg .GetDict (_deb .Get ("\u0046\u006f\u006e\u0074")); +_ede :=_ggb ["\u0046\u006f\u006e\u0074"];if _cdc {_bcb :=_fcdd (_cec );for _ ,_dbb :=range _bcb {if _gdaf (_dbb ,_ede ){continue ;};_gdg :=*_fg .MakeName (_dbb );_ded :=_cec .Get (_gdg );_cbd [_ded ]=struct{}{};_cec .Remove (_gdg );_dgf :=_edef (_ded ,_cbd ); +if _dgf !=nil {_e .Log .Debug ("\u0046\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_ded );};};};_fbe ,_cdc :=_fg .GetDict (_deb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if _cdc {_bcbb :=_fcdd (_fbe );_fgd :=_ggb ["\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"];for _ ,_dcge :=range _bcbb {if _gdaf (_dcge ,_fgd ){continue ;};_eecf :=*_fg .MakeName (_dcge );_cfe :=_fbe .Get (_eecf );_cbd [_cfe ]=struct{}{};_fbe .Remove (_eecf ); +_beab :=_edef (_cfe ,_cbd );if _beab !=nil {_e .Log .Debug ("\u0066\u0061i\u006c\u0065\u0064\u0020\u0074\u006f\u0020\u0074\u0072\u0061\u0076\u0065\u0072\u0073\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074 %\u0076\u000a",_cfe );};};};};return _cbd ,nil ; +};func _aeea (_defd *_c .Image ,_cffb float64 )(*_c .Image ,error ){_egfdd ,_ggad :=_defd .ToGoImage ();if _ggad !=nil {return nil ,_ggad ;};var _dgg _da .Image ;_gbde ,_ebcg :=_egfdd .(*_da .Monochrome );if _ebcg {if _ggad =_gbde .ResolveDecode ();_ggad !=nil {return nil ,_ggad ; +};_dgg ,_ggad =_gbde .Scale (_cffb );if _ggad !=nil {return nil ,_ggad ;};}else {_ece :=int (_fc .RoundToEven (float64 (_defd .Width )*_cffb ));_faed :=int (_fc .RoundToEven (float64 (_defd .Height )*_cffb ));_dgg ,_ggad =_da .NewImage (_ece ,_faed ,int (_defd .BitsPerComponent ),_defd .ColorComponents ,nil ,nil ,nil ); +if _ggad !=nil {return nil ,_ggad ;};_d .CatmullRom .Scale (_dgg ,_dgg .Bounds (),_egfdd ,_egfdd .Bounds (),_d .Over ,&_d .Options {});};_babe :=_dgg .Base ();_ceg :=&_c .Image {Width :int64 (_babe .Width ),Height :int64 (_babe .Height ),BitsPerComponent :int64 (_babe .BitsPerComponent ),ColorComponents :_babe .ColorComponents ,Data :_babe .Data }; +_ceg .SetDecode (_babe .Decode );_ceg .SetAlpha (_babe .Alpha );return _ceg ,nil ;}; -// Image optimizes images by rewrite images into JPEG format with quality equals to ImageQuality. +// ImagePPI optimizes images by scaling images such that the PPI (pixels per inch) is never higher than ImageUpperPPI. // TODO(a5i): Add support for inline images. // It implements interface model.Optimizer. -type Image struct{ImageQuality int ;}; \ No newline at end of file +type ImagePPI struct{ImageUpperPPI float64 ;};func _cdb (_egeb []_fg .PdfObject )[]*imageInfo {_ebfd :=_fg .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_aeae :=make (map[*_fg .PdfObjectStream ]struct{});var _acbc []*imageInfo ;for _ ,_gbcd :=range _egeb {_cfbe ,_face :=_fg .GetStream (_gbcd ); +if !_face {continue ;};if _ ,_cfcc :=_aeae [_cfbe ];_cfcc {continue ;};_aeae [_cfbe ]=struct{}{};_daeg :=_cfbe .PdfObjectDictionary .Get (_ebfd );_fgge ,_face :=_fg .GetName (_daeg );if !_face ||string (*_fgge )!="\u0049\u006d\u0061g\u0065"{continue ;}; +_cdae :=&imageInfo {Stream :_cfbe ,BitsPerComponent :8};if _ccb ,_ggdc :=_fg .GetIntVal (_cfbe .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_ggdc {_cdae .BitsPerComponent =_ccb ;};if _fggf ,_faeg :=_fg .GetIntVal (_cfbe .Get ("\u0057\u0069\u0064t\u0068")); +_faeg {_cdae .Width =_fggf ;};if _baa ,_dbea :=_fg .GetIntVal (_cfbe .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_dbea {_cdae .Height =_baa ;};_bab ,_cfae :=_c .NewPdfColorspaceFromPdfObject (_cfbe .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +if _cfae !=nil {_e .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_cfae );continue ;};if _bab ==nil {_efdgb ,_dcgc :=_fg .GetName (_cfbe .Get ("\u0046\u0069\u006c\u0074\u0065\u0072"));if _dcgc {switch _efdgb .String (){case "\u0043\u0043\u0049\u0054\u0054\u0046\u0061\u0078\u0044e\u0063\u006f\u0064\u0065","J\u0042\u0049\u0047\u0032\u0044\u0065\u0063\u006f\u0064\u0065":_bab =_c .NewPdfColorspaceDeviceGray (); +_cdae .BitsPerComponent =1;};};};switch _ecf :=_bab .(type ){case *_c .PdfColorspaceDeviceRGB :_cdae .ColorComponents =3;case *_c .PdfColorspaceDeviceGray :_cdae .ColorComponents =1;default:_e .Log .Debug ("\u004f\u0070\u0074\u0069\u006d\u0069\u007aa\u0074\u0069\u006fn\u0020\u0069\u0073 \u006e\u006ft\u0020\u0073\u0075\u0070\u0070\u006fr\u0074ed\u0020\u0066\u006f\u0072\u0020\u0063\u006f\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0025\u0054\u0020\u002d\u0020\u0073\u006b\u0069\u0070",_ecf ); +continue ;};_acbc =append (_acbc ,_cdae );};return _acbc ;}; + +// ObjectStreams groups PDF objects to object streams. +// It implements interface model.Optimizer. +type ObjectStreams struct{};func _edef (_beada _fg .PdfObject ,_gfc map[_fg .PdfObject ]struct{})error {if _acf ,_agag :=_beada .(*_fg .PdfIndirectObject );_agag {_gfc [_beada ]=struct{}{};_cea :=_edef (_acf .PdfObject ,_gfc );if _cea !=nil {return _cea ; +};return nil ;};if _eac ,_dedg :=_beada .(*_fg .PdfObjectStream );_dedg {_gfc [_eac ]=struct{}{};_cffe :=_edef (_eac .PdfObjectDictionary ,_gfc );if _cffe !=nil {return _cffe ;};return nil ;};if _cgce ,_cdac :=_beada .(*_fg .PdfObjectDictionary );_cdac {for _ ,_acb :=range _cgce .Keys (){_edc :=_cgce .Get (_acb ); +_ =_edc ;if _cfa ,_cced :=_edc .(*_fg .PdfObjectReference );_cced {_edc =_cfa .Resolve ();_cgce .Set (_acb ,_edc );};if _acb !="\u0050\u0061\u0072\u0065\u006e\u0074"{if _fdfe :=_edef (_edc ,_gfc );_fdfe !=nil {return _fdfe ;};};};return nil ;};if _gfef ,_fbee :=_beada .(*_fg .PdfObjectArray ); +_fbee {if _gfef ==nil {return _bg .New ("\u0061\u0072\u0072a\u0079\u0020\u0069\u0073\u0020\u006e\u0069\u006c");};for _fgg ,_dccaf :=range _gfef .Elements (){if _bff ,_acgg :=_dccaf .(*_fg .PdfObjectReference );_acgg {_dccaf =_bff .Resolve ();_gfef .Set (_fgg ,_dccaf ); +};if _cabab :=_edef (_dccaf ,_gfc );_cabab !=nil {return _cabab ;};};return nil ;};return nil ;};func _ceea (_dbef *_c .XObjectImage ,_aef imageModifications )error {_gbca ,_aafg :=_dbef .ToImage ();if _aafg !=nil {return _aafg ;};if _aef .Scale !=0{_gbca ,_aafg =_aeea (_gbca ,_aef .Scale ); +if _aafg !=nil {return _aafg ;};};if _aef .Encoding !=nil {_dbef .Filter =_aef .Encoding ;};_dbef .Decode =nil ;switch _dceb :=_dbef .Filter .(type ){case *_fg .FlateEncoder :if _dceb .Predictor !=1&&_dceb .Predictor !=11{_dceb .Predictor =1;};};if _aafg =_dbef .SetImage (_gbca ,nil ); +_aafg !=nil {_e .Log .Debug ("\u0045\u0072\u0072or\u0020\u0073\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006d\u0061\u0067\u0065\u003a\u0020\u0025\u0076",_aafg );return _aafg ;};_dbef .ToPdfObject ();return nil ;};func _bc (_ff *_eb .ContentStreamOperations )*_eb .ContentStreamOperations {if _ff ==nil {return nil ; +};_gf :=_eb .ContentStreamOperations {};for _ ,_bcd :=range *_ff {switch _bcd .Operand {case "\u0042\u0044\u0043","\u0042\u004d\u0043","\u0045\u004d\u0043":continue ;case "\u0054\u006d":if len (_bcd .Params )==6{if _deg ,_eda :=_fg .GetNumbersAsFloat (_bcd .Params ); +_eda ==nil {if _deg [0]==1&&_deg [1]==0&&_deg [2]==0&&_deg [3]==1{_bcd =&_eb .ContentStreamOperation {Params :[]_fg .PdfObject {_bcd .Params [4],_bcd .Params [5]},Operand :"\u0054\u0064"};};};};};_gf =append (_gf ,_bcd );};return &_gf ;}; + +// New creates a optimizers chain from options. +func New (options Options )*Chain {_cccg :=new (Chain );if options .CleanFonts ||options .SubsetFonts {_cccg .Append (&CleanFonts {Subset :options .SubsetFonts });};if options .CleanContentstream {_cccg .Append (new (CleanContentstream ));};if options .ImageUpperPPI > 0{_eab :=new (ImagePPI ); +_eab .ImageUpperPPI =options .ImageUpperPPI ;_cccg .Append (_eab );};if options .ImageQuality > 0{_ebg :=new (Image );_ebg .ImageQuality =options .ImageQuality ;_cccg .Append (_ebg );};if options .CombineDuplicateDirectObjects {_cccg .Append (new (CombineDuplicateDirectObjects )); +};if options .CombineDuplicateStreams {_cccg .Append (new (CombineDuplicateStreams ));};if options .CombineIdenticalIndirectObjects {_cccg .Append (new (CombineIdenticalIndirectObjects ));};if options .UseObjectStreams {_cccg .Append (new (ObjectStreams )); +};if options .CompressStreams {_cccg .Append (new (CompressStreams ));};if options .CleanUnusedResources {_cccg .Append (new (CleanUnusedResources ));};return _cccg ;}; \ No newline at end of file diff --git a/model/pdfa/pdfa.go b/model/pdfa/pdfa.go index 5e170a249..c9d046c9a 100644 --- a/model/pdfa/pdfa.go +++ b/model/pdfa/pdfa.go @@ -13,794 +13,418 @@ // NOTE: This implementation is in experimental development state. // // Keep in mind that it might change in the subsequent minor versions. -package pdfa ;import (_a "errors";_b "fmt";_gb "github.com/adrg/sysfont";_fg "github.com/trimmer-io/go-xmp/models/dc";_cgf "github.com/trimmer-io/go-xmp/models/pdf";_bd "github.com/trimmer-io/go-xmp/models/xmp_base";_d "github.com/trimmer-io/go-xmp/models/xmp_mm"; -_ca "github.com/trimmer-io/go-xmp/models/xmp_rights";_fge "github.com/trimmer-io/go-xmp/xmp";_be "github.com/unidoc/unipdf/v3/common";_fgd "github.com/unidoc/unipdf/v3/contentstream";_aad "github.com/unidoc/unipdf/v3/core";_bf "github.com/unidoc/unipdf/v3/internal/cmap"; -_fc "github.com/unidoc/unipdf/v3/internal/imageutil";_df "github.com/unidoc/unipdf/v3/internal/timeutils";_g "github.com/unidoc/unipdf/v3/model";_ab "github.com/unidoc/unipdf/v3/model/internal/colorprofile";_ad "github.com/unidoc/unipdf/v3/model/internal/docutil"; -_caa "github.com/unidoc/unipdf/v3/model/internal/fonts";_bg "github.com/unidoc/unipdf/v3/model/xmputil";_gc "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_dg "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_cg "image/color";_c "math";_bb "sort"; -_aa "strings";_f "time";);type imageModifications struct{_gae *colorspaceModification ;_efd _aad .StreamEncoder ;}; - -// String gets a string representation of the violated rule. -func (_cb ViolatedRule )String ()string {return _b .Sprintf ("\u0025\u0073\u003a\u0020\u0025\u0073",_cb .RuleNo ,_cb .Detail );};var _ Profile =(*Profile2U )(nil ); - -// VerificationError is the PDF/A verification error structure, that contains all violated rules. -type VerificationError struct{ - -// ViolatedRules are the rules that were violated during error verification. -ViolatedRules []ViolatedRule ; - -// ConformanceLevel defines the standard on verification failed. -ConformanceLevel int ; - -// ConformanceVariant is the standard variant used on verification. -ConformanceVariant string ;};type colorspaceModification struct{_gg _fc .ColorConverter ;_aef _g .PdfColorspace ;};func _cdec (_cadca *_g .CompliancePdfReader )(_gggg []ViolatedRule ){_fbcf :=true ;_cebgf ,_dbag :=_cadca .GetCatalogMarkInfo ();if !_dbag {_fbcf =false ; -}else {_dbbeb ,_fegbe :=_aad .GetDict (_cebgf );if _fegbe {_bbgdb ,_cgade :=_aad .GetBool (_dbbeb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if !bool (*_bbgdb )||!_cgade {_fbcf =false ;};}else {_fbcf =false ;};};if !_fbcf {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); -};_cecbc ,_dbag :=_cadca .GetCatalogStructTreeRoot ();if !_dbag {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); -};_afba ,_dbag :=_aad .GetDict (_cecbc );if _dbag {_gedb ,_gdec :=_aad .GetName (_afba .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _gdec {_baca ,_bcca :=_aad .GetDict (_gedb );if _bcca {for _ ,_debbg :=range _baca .Keys (){_bfed :=_baca .Get (_debbg ); -if _bfed ==nil {_gggg =append (_gggg ,_fgdg ("\u0036.\u0037\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); -};};};};};return _gggg ;};func _dgfcg (_cffg *_g .CompliancePdfReader )(_edfd []ViolatedRule ){var _fbed ,_eddga ,_gabc ,_fgbf bool ;_ebdd :=func ()bool {return _fbed &&_eddga &&_gabc &&_fgbf };_bdfea ,_dddd :=_cegda (_cffg );var _bbaf _ab .ProfileHeader ; -if _dddd {_bbaf ,_ =_ab .ParseHeader (_bdfea .DestOutputProfile );};_gaad :=map[_aad .PdfObject ]struct{}{};var _cegg func (_eccc _g .PdfColorspace )bool ;_cegg =func (_dgcf _g .PdfColorspace )bool {switch _afege :=_dgcf .(type ){case *_g .PdfColorspaceDeviceGray :if !_fbed {if !_dddd {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d4","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064 \u0069\u0066\u0020\u0061\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065p\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0047\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0075r \u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u0077\u0068\u0065n \u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072a\u0079\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u002c o\u0072\u0020\u0069\u0066\u0020\u0061\u0020\u0050\u0044\u0046\u002fA\u0020\u004f\u0075tp\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002e")); -_fbed =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceDeviceRGB :if !_eddga {if !_dddd ||_bbaf .ColorSpace !=_ab .ColorSpaceRGB {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d2","\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042\u0020\u0073\u0068\u0061\u006cl\u0020\u006f\u006e\u006c\u0079\u0020\u0062e\u0020\u0075\u0073\u0065\u0064\u0020\u0069f\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063e\u0020\u0069n\u0064\u0065\u0070e\u006e\u0064\u0065\u006et \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0052\u0047\u0042\u0020\u0063\u006fl\u006f\u0075r\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020b\u0065\u0065\u006e\u0020s\u0065\u0074 \u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020c\u006flou\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020i\u0073\u0020\u0075\u0073\u0065\u0064\u002c\u0020\u006f\u0072\u0020if\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044F\u002f\u0041\u0020\u004fut\u0070\u0075\u0074\u0049\u006e\u0074\u0065n\u0074\u0020t\u0068\u0061t\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u006e\u0020\u0052\u0047\u0042\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061\u0074io\u006e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u002e")); -_eddga =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceDeviceCMYK :if !_gabc {if !_dddd ||_bbaf .ColorSpace !=_ab .ColorSpaceCMYK {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d3","\u0044e\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020\u0073hal\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u0066\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065\u0070\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044ef\u0061\u0075\u006c\u0074\u0043\u004d\u0059K\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061s\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u006fr \u0069\u0066\u0020\u0061\u0020\u0044e\u0076\u0069\u0063\u0065\u004e\u002d\u0062\u0061\u0073\u0065\u0064\u0020\u0044\u0065f\u0061\u0075\u006c\u0074\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006f\u0075r\u0020\u0073\u0070\u0061\u0063e\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e\u0020\u0073\u0065\u0074\u0020\u0077\u0068\u0065\u006e\u0020\u0074h\u0065\u0020\u0044\u0065\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006fu\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u0072\u0020t\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u0020\u0043\u004d\u0059\u004b\u0020d\u0065\u0073\u0074\u0069\u006e\u0061t\u0069\u006f\u006e\u0020\u0070r\u006f\u0066\u0069\u006c\u0065\u002e")); -_gabc =true ;if _ebdd (){return true ;};};};case *_g .PdfColorspaceICCBased :if !_fgbf {_ecge ,_fggg :=_ab .ParseHeader (_afege .Data );if _fggg !=nil {_be .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fggg ); -_edfd =append (_edfd ,func ()ViolatedRule {return _fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e"); -}());_fgbf =true ;if _ebdd (){return true ;};};if !_fgbf {var _cfffa ,_fdec bool ;switch _ecge .DeviceClass {case _ab .DeviceClassPRTR ,_ab .DeviceClassMNTR ,_ab .DeviceClassSCNR ,_ab .DeviceClassSPAC :default:_cfffa =true ;};switch _ecge .ColorSpace {case _ab .ColorSpaceRGB ,_ab .ColorSpaceCMYK ,_ab .ColorSpaceGRAY ,_ab .ColorSpaceLAB :default:_fdec =true ; -};if _cfffa ||_fdec {_edfd =append (_edfd ,_fgdg ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e")); -_fgbf =true ;if _ebdd (){return true ;};};};};if _afege .Alternate !=nil {return _cegg (_afege .Alternate );};};return false ;};for _ ,_gabgg :=range _cffg .GetObjectNums (){_caac ,_fdeaa :=_cffg .GetIndirectObjectByNumber (_gabgg );if _fdeaa !=nil {continue ; -};_dbaff ,_gefd :=_aad .GetStream (_caac );if !_gefd {continue ;};_gacb ,_gefd :=_aad .GetName (_dbaff .Get ("\u0054\u0079\u0070\u0065"));if !_gefd ||_gacb .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_daabc ,_gefd :=_aad .GetName (_dbaff .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_gefd {continue ;};_gaad [_dbaff ]=struct{}{};switch _daabc .String (){case "\u0049\u006d\u0061g\u0065":_adab ,_ceaf :=_g .NewXObjectImageFromStream (_dbaff );if _ceaf !=nil {continue ;};_gaad [_dbaff ]=struct{}{};if _cegg (_adab .ColorSpace ){return _edfd ; -};case "\u0046\u006f\u0072\u006d":_fdge ,_afcga :=_aad .GetDict (_dbaff .Get ("\u0047\u0072\u006fu\u0070"));if !_afcga {continue ;};_cfad :=_fdge .Get ("\u0043\u0053");if _cfad ==nil {continue ;};_ecff ,_bbaa :=_g .NewPdfColorspaceFromPdfObject (_cfad ); -if _bbaa !=nil {continue ;};if _cegg (_ecff ){return _edfd ;};};};for _ ,_dfbff :=range _cffg .PageList {_baagd ,_eeagg :=_dfbff .GetContentStreams ();if _eeagg !=nil {continue ;};for _ ,_bgcb :=range _baagd {_bbca ,_baff :=_fgd .NewContentStreamParser (_bgcb ).Parse (); -if _baff !=nil {continue ;};for _ ,_abab :=range *_bbca {if len (_abab .Params )> 1{continue ;};switch _abab .Operand {case "\u0042\u0049":_gaae ,_ddff :=_abab .Params [0].(*_fgd .ContentStreamInlineImage );if !_ddff {continue ;};_cddcb ,_ebge :=_gaae .GetColorSpace (_dfbff .Resources ); -if _ebge !=nil {continue ;};if _cegg (_cddcb ){return _edfd ;};case "\u0044\u006f":_dcde ,_ebeae :=_aad .GetName (_abab .Params [0]);if !_ebeae {continue ;};_cfda ,_ggdf :=_dfbff .Resources .GetXObjectByName (*_dcde );if _ ,_bgdf :=_gaad [_cfda ];_bgdf {continue ; -};switch _ggdf {case _g .XObjectTypeImage :_gbbe ,_dgce :=_g .NewXObjectImageFromStream (_cfda );if _dgce !=nil {continue ;};_gaad [_cfda ]=struct{}{};if _cegg (_gbbe .ColorSpace ){return _edfd ;};case _g .XObjectTypeForm :_cadb ,_eaabe :=_aad .GetDict (_cfda .Get ("\u0047\u0072\u006fu\u0070")); -if !_eaabe {continue ;};_abfc ,_eaabe :=_aad .GetName (_cadb .Get ("\u0043\u0053"));if !_eaabe {continue ;};_fgab ,_ccfaa :=_g .NewPdfColorspaceFromPdfObject (_abfc );if _ccfaa !=nil {continue ;};_gaad [_cfda ]=struct{}{};if _cegg (_fgab ){return _edfd ; -};};};};};};return _edfd ;};func _egaee (_cfedb *_g .PdfFont ,_fdcce *_aad .PdfObjectDictionary )ViolatedRule {const (_ceadd ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0036\u002d\u0033";_eacgg ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; -);var _dabc string ;if _cbcc ,_gdeeg :=_aad .GetName (_fdcce .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gdeeg {_dabc =_cbcc .String ();};if _dabc !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_gcad :=_cfedb .FontDescriptor (); -_dcce ,_ebefg :=_aad .GetIntVal (_gcad .Flags );if !_ebefg {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _fgdg (_ceadd ,_eacgg );};_eggba :=(uint32 (_dcce )>>3)&1;_cgeb :=_eggba !=0;if !_cgeb {return _fbc ;};if _fdcce .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _fgdg (_ceadd ,_eacgg );};return _fbc ;};func _decf (_ddc ,_egfd ,_ffea ,_face string )(string ,bool ){_bbde :=_aa .Index (_ddc ,_egfd ); -if _bbde ==-1{return "",false ;};_gcaabf :=_aa .Index (_ddc ,_ffea );if _gcaabf ==-1{return "",false ;};if _gcaabf < _bbde {return "",false ;};return _ddc [:_bbde ]+_egfd +_face +_ddc [_gcaabf :],true ;}; - -// NewProfile3A creates a new Profile3A with given options. -func NewProfile3A (options *Profile3Options )*Profile3A {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3A {profile3 {_fcaa :*options ,_fbdd :_cc ()}};};func _efdgc (_aaeba *_g .CompliancePdfReader )ViolatedRule {return _fbc }; -func _cc ()standardType {return standardType {_bc :3,_fa :"\u0041"}};func _cgfg (_bbcf *_g .PdfFont ,_aabgd *_aad .PdfObjectDictionary )ViolatedRule {const (_faad ="\u0036.\u0033\u002e\u0035\u002d\u0033";_bcfb ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0073 \u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077i\u0074\u0068\u0069n\u0020\u0061\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020\u0043\u0049\u0044\u0053\u0065\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0066\u0079\u0069\u006eg\u0020\u0077\u0068i\u0063\u0068\u0020\u0043\u0049\u0044\u0073 \u0061\u0072e\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e \u0074\u0068\u0065\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0066\u0069l\u0065,\u0020\u0061\u0073 \u0064\u0065\u0073\u0063\u0072\u0069b\u0065\u0064 \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063e\u0020\u0054ab\u006c\u0065\u0020\u0035.\u00320\u002e"; -);var _egbbf string ;if _efac ,_caef :=_aad .GetName (_aabgd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_caef {_egbbf =_efac .String ();};switch _egbbf {case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_adef :=_bbcf .FontDescriptor (); -if _adef .CIDSet ==nil {return _fgdg (_faad ,_bcfb );};return _fbc ;default:return _fbc ;};};func _bbge (_cfdcf *_g .CompliancePdfReader )(_eeac []ViolatedRule ){var _ffab ,_gggd ,_dfc ,_aggce ,_bcgc ,_acbg ,_abcd bool ;_gfbb :=func ()bool {return _ffab &&_gggd &&_dfc &&_aggce &&_bcgc &&_acbg &&_abcd }; -for _ ,_cfef :=range _cfdcf .PageList {if _cfef .Resources ==nil {continue ;};_gggc ,_agc :=_aad .GetDict (_cfef .Resources .Font );if !_agc {continue ;};for _ ,_bfgf :=range _gggc .Keys (){_bafc ,_cecf :=_aad .GetDict (_gggc .Get (_bfgf ));if !_cecf {if !_ffab {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006fn\u0074\u0073\u0020\u0075\u0073e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0066\u006f\u0072m\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0073\u0020d\u0065\u0066\u0069\u006e\u0065d \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035\u002e\u0035\u002e")); -_ffab =true ;if _gfbb (){return _eeac ;};};continue ;};if _abbb ,_bbeg :=_aad .GetName (_bafc .Get ("\u0054\u0079\u0070\u0065"));!_ffab &&(!_bbeg ||_abbb .String ()!="\u0046\u006f\u006e\u0074"){_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_ffab =true ;if _gfbb (){return _eeac ;};};_cbdg ,_dbfa :=_g .NewPdfFontFromPdfObject (_bafc );if _dbfa !=nil {continue ;};var _afee string ;if _fcab ,_bedec :=_aad .GetName (_bafc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bedec {_afee =_fcab .String (); -};if !_gggd {switch _afee {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_gggd =true ; -_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); -if _gfbb (){return _eeac ;};};};if !_dfc {if _afee !="\u0054\u0079\u0070e\u0033"{_bab ,_eeba :=_aad .GetName (_bafc .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_eeba ||_bab .String ()==""{_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); -_dfc =true ;if _gfbb (){return _eeac ;};};};};if _afee !="\u0054\u0079\u0070e\u0031"{continue ;};_ecdc :=_caa .IsStdFont (_caa .StdFontName (_cbdg .BaseFont ()));if _ecdc {continue ;};_gbegf ,_ggce :=_aad .GetIntVal (_bafc .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); -if !_ggce &&!_aggce {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); -_aggce =true ;if _gfbb (){return _eeac ;};};_ccff ,_fgebb :=_aad .GetIntVal (_bafc .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_fgebb &&!_bcgc {_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); -_bcgc =true ;if _gfbb (){return _eeac ;};};if !_acbg {_dfed ,_egfde :=_aad .GetArray (_bafc .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_egfde ||!_ggce ||!_fgebb ||_dfed .Len ()!=_ccff -_gbegf +1{_eeac =append (_eeac ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); -_acbg =true ;if _gfbb (){return _eeac ;};};};};};return _eeac ;}; +package pdfa ;import (_g "errors";_e "fmt";_a "github.com/adrg/sysfont";_ea "github.com/trimmer-io/go-xmp/models/dc";_dda "github.com/trimmer-io/go-xmp/models/pdf";_gd "github.com/trimmer-io/go-xmp/models/xmp_base";_dd "github.com/trimmer-io/go-xmp/models/xmp_mm"; +_fa "github.com/trimmer-io/go-xmp/models/xmp_rights";_dge "github.com/trimmer-io/go-xmp/xmp";_ee "github.com/unidoc/unipdf/v3/common";_eaa "github.com/unidoc/unipdf/v3/contentstream";_ac "github.com/unidoc/unipdf/v3/core";_c "github.com/unidoc/unipdf/v3/internal/cmap"; +_gb "github.com/unidoc/unipdf/v3/internal/imageutil";_eec "github.com/unidoc/unipdf/v3/internal/timeutils";_ff "github.com/unidoc/unipdf/v3/model";_fg "github.com/unidoc/unipdf/v3/model/internal/colorprofile";_af "github.com/unidoc/unipdf/v3/model/internal/docutil"; +_ed "github.com/unidoc/unipdf/v3/model/internal/fonts";_ca "github.com/unidoc/unipdf/v3/model/xmputil";_fc "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_gg "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_da "image/color";_fd "math";_d "sort"; +_dg "strings";_eg "time";); // Profile3A is the implementation of the PDF/A-3A standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile3A struct{profile3 };func _dag (_eecc *_g .PdfPageResources ,_aeeb *_fgd .ContentStreamOperations ,_eaf bool )([]byte ,error ){var _eabg bool ;for _ ,_fegd :=range *_aeeb {_ecdd :switch _fegd .Operand {case "\u0042\u0049":_dfadf ,_caag :=_fegd .Params [0].(*_fgd .ContentStreamInlineImage ); -if !_caag {break ;};_afcb ,_cae :=_dfadf .GetColorSpace (_eecc );if _cae !=nil {return nil ,_cae ;};switch _afcb .(type ){case *_g .PdfColorspaceDeviceCMYK :if _eaf {break _ecdd ;};case *_g .PdfColorspaceDeviceGray :case *_g .PdfColorspaceDeviceRGB :if !_eaf {break _ecdd ; -};default:break _ecdd ;};_eabg =true ;_fbfb ,_cae :=_dfadf .ToImage (_eecc );if _cae !=nil {return nil ,_cae ;};_gadc ,_cae :=_fbfb .ToGoImage ();if _cae !=nil {return nil ,_cae ;};if _eaf {_gadc ,_cae =_fc .CMYKConverter .Convert (_gadc );}else {_gadc ,_cae =_fc .NRGBAConverter .Convert (_gadc ); -};if _cae !=nil {return nil ,_cae ;};_fedf ,_caag :=_gadc .(_fc .Image );if !_caag {return nil ,_a .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); -};_eacg :=_fedf .Base ();_afe :=_g .Image {Width :int64 (_eacg .Width ),Height :int64 (_eacg .Height ),BitsPerComponent :int64 (_eacg .BitsPerComponent ),ColorComponents :_eacg .ColorComponents ,Data :_eacg .Data };_afe .SetDecode (_eacg .Decode );_afe .SetAlpha (_eacg .Alpha ); -_daca ,_cae :=_dfadf .GetEncoder ();if _cae !=nil {_daca =_aad .NewFlateEncoder ();};_edca ,_cae :=_fgd .NewInlineImageFromImage (_afe ,_daca );if _cae !=nil {return nil ,_cae ;};_fegd .Params [0]=_edca ;case "\u0047","\u0067":if len (_fegd .Params )!=1{break ; -};_fbb ,_bgcd :=_aad .GetNumberAsFloat (_fegd .Params [0]);if _bgcd !=nil {break ;};if _eaf {_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (0),_aad .MakeFloat (0),_aad .MakeFloat (0),_aad .MakeFloat (1-_fbb )};_ced :="\u004b";if _fegd .Operand =="\u0067"{_ced ="\u006b"; -};_fegd .Operand =_ced ;}else {_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (_fbb ),_aad .MakeFloat (_fbb ),_aad .MakeFloat (_fbb )};_ecag :="\u0052\u0047";if _fegd .Operand =="\u0067"{_ecag ="\u0072\u0067";};_fegd .Operand =_ecag ;};_eabg =true ; -case "\u0052\u0047","\u0072\u0067":if !_eaf {break ;};if len (_fegd .Params )!=3{break ;};_agec ,_egddf :=_aad .GetNumbersAsFloat (_fegd .Params );if _egddf !=nil {break ;};_eabg =true ;_ggge ,_dfdb ,_cbed :=_agec [0],_agec [1],_agec [2];_affd ,_aaef ,_cbeg ,_ecfc :=_cg .RGBToCMYK (uint8 (_ggge *255),uint8 (_dfdb *255),uint8 (255*_cbed )); -_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (float64 (_affd )/255),_aad .MakeFloat (float64 (_aaef )/255),_aad .MakeFloat (float64 (_cbeg )/255),_aad .MakeFloat (float64 (_ecfc )/255)};_dcac :="\u004b";if _fegd .Operand =="\u0072\u0067"{_dcac ="\u006b"; -};_fegd .Operand =_dcac ;case "\u004b","\u006b":if _eaf {break ;};if len (_fegd .Params )!=4{break ;};_gdcf ,_aedf :=_aad .GetNumbersAsFloat (_fegd .Params );if _aedf !=nil {break ;};_bgac ,_aegcb ,_fffg ,_bdfe :=_gdcf [0],_gdcf [1],_gdcf [2],_gdcf [3]; -_adga ,_bda ,_cdgg :=_cg .CMYKToRGB (uint8 (255*_bgac ),uint8 (255*_aegcb ),uint8 (255*_fffg ),uint8 (255*_bdfe ));_fegd .Params =[]_aad .PdfObject {_aad .MakeFloat (float64 (_adga )/255),_aad .MakeFloat (float64 (_bda )/255),_aad .MakeFloat (float64 (_cdgg )/255)}; -_efg :="\u0052\u0047";if _fegd .Operand =="\u006b"{_efg ="\u0072\u0067";};_fegd .Operand =_efg ;_eabg =true ;};};if !_eabg {return nil ,nil ;};_egec :=_fgd .NewContentCreator ();for _ ,_fbff :=range *_aeeb {_egec .AddOperand (*_fbff );};_dgga :=_egec .Bytes (); -return _dgga ,nil ;};func _fe ()standardType {return standardType {_bc :2,_fa :"\u0042"}};func _gced (_cbc *_g .PdfFont ,_ffgd *_aad .PdfObjectDictionary )ViolatedRule {const (_ccgb ="\u0036.\u0033\u002e\u0037\u002d\u0032";_gfgdd ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; -);var _dgedg string ;if _feefe ,_fafd :=_aad .GetName (_ffgd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fafd {_dgedg =_feefe .String ();};if _dgedg !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_cfce :=_cbc .FontDescriptor (); -_fbgcc ,_faec :=_aad .GetIntVal (_cfce .Flags );if !_faec {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _fgdg (_ccgb ,_gfgdd );};_acdcd :=(uint32 (_fbgcc )>>3)&1;_faadb :=_acdcd !=0;if !_faadb {return _fbc ;};if _ffgd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _fgdg (_ccgb ,_gfgdd );};return _fbc ;};func _dfbfg (_gbcgf *_g .CompliancePdfReader )ViolatedRule {for _ ,_bfee :=range _gbcgf .GetObjectNums (){_bfcg ,_faac :=_gbcgf .GetIndirectObjectByNumber (_bfee ); -if _faac !=nil {continue ;};_gdea ,_dfef :=_aad .GetStream (_bfcg );if !_dfef {continue ;};_cgfb ,_dfef :=_aad .GetName (_gdea .Get ("\u0054\u0079\u0070\u0065"));if !_dfef {continue ;};if *_cgfb !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _gdea .Get ("\u0053\u004d\u0061s\u006b")!=nil {return _fgdg ("\u0036\u002e\u0034-\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e \u0053\u004d\u0061\u0073\u006b\u0020\u006b\u0065\u0079\u002e"); -};};return _fbc ;};func _gdfde (_fdgb *_aad .PdfObjectDictionary ,_cgagb map[*_aad .PdfObjectStream ][]byte ,_dbead map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_bgee ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0037\u002d\u0031";_cfafb ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; -);_ggef ,_fcaaf :=_aad .GetStream (_fdgb .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _fcaaf {_ ,_cfde :=_gfada (_ggef ,_cgagb ,_dbead );if _cfde !=nil {return _fgdg (_bgee ,_cfafb );};return _fbc ;};_cfbd ,_fcaaf :=_aad .GetName (_fdgb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_fcaaf {return _fgdg (_bgee ,_cfafb );};switch _cfbd .String (){case "\u0054\u0079\u0070e\u0031":return _fbc ;};return _fgdg (_bgee ,_cfafb );};func _afg (_dgbd *_g .CompliancePdfReader )[]ViolatedRule {return nil };func _gbfgb (_febbd *_g .CompliancePdfReader )(_fegb []ViolatedRule ){var _daab ,_acde ,_gcff ,_dbfdd ,_cggba ,_aedd bool ; -_egac :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ddcc :=range _febbd .GetObjectNums (){if _daab &&_acde &&_cggba &&_gcff &&_dbfdd &&_aedd {return _fegb ;};_febe ,_ddfd :=_febbd .GetIndirectObjectByNumber (_ddcc );if _ddfd !=nil {continue ;};_deeg ,_gdfd :=_aad .GetStream (_febe ); -if !_gdfd {continue ;};if _ ,_gdfd =_egac [_deeg ];_gdfd {continue ;};_egac [_deeg ]=struct{}{};_geea ,_gdfd :=_aad .GetName (_deeg .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_gdfd {continue ;};if !_dbfdd {if _deeg .Get ("\u0052\u0065\u0066")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); -_dbfdd =true ;};};if _geea .String ()=="\u0050\u0053"{if !_aedd {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); -_aedd =true ;continue ;};};if _geea .String ()=="\u0046\u006f\u0072\u006d"{if _acde &&_gcff &&_dbfdd {continue ;};if !_acde &&_deeg .Get ("\u004f\u0050\u0049")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0028\u0049\u006d\u0061\u0067\u0065\u0020\u006f\u0072\u0020\u0046\u006f\u0072\u006d\u0029\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u004fP\u0049\u0020\u006b\u0065\u0079\u002e")); -_acde =true ;};if !_gcff {if _deeg .Get ("\u0050\u0053")!=nil {_gcff =true ;};if _ffcf :=_deeg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_ffcf !=nil &&!_gcff {if _cgdg ,_fddc :=_aad .GetName (_ffcf );_fddc &&*_cgdg =="\u0050\u0053"{_gcff =true ; -};};if _gcff {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); -};};continue ;};if _geea .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_daab &&_deeg .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -_daab =true ;};if !_cggba &&_deeg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_ffbe ,_dgee :=_aad .GetBool (_deeg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _dgee &&bool (*_ffbe ){continue ; -};_fegb =append (_fegb ,_fgdg ("\u0036.\u0032\u002e\u0034\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -_cggba =true ;};};return _fegb ;};func _gagf (_dcacc *_g .CompliancePdfReader )(_bebb []ViolatedRule ){_eaec ,_fbfba :=_dagg (_dcacc );if !_fbfba {return _bebb ;};_gceb ,_fbfba :=_aad .GetDict (_eaec .Get ("\u0050\u0065\u0072m\u0073"));if !_fbfba {return _bebb ; -};_fdadc :=_gceb .Keys ();for _ ,_egad :=range _fdadc {if _egad .String ()!="\u0055\u0052\u0033"&&_egad .String ()!="\u0044\u006f\u0063\u004d\u0044\u0050"{_bebb =append (_bebb ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","\u004e\u006f\u0020\u006b\u0065\u0079\u0073 \u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0055\u0052\u0033 \u0061n\u0064\u0020\u0044\u006f\u0063\u004dD\u0050\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u002e")); -};};return _bebb ;};func _cfbc (_eebca *_g .CompliancePdfReader )(_efebc []ViolatedRule ){_bedc :=_eebca .GetObjectNums ();for _ ,_aegdda :=range _bedc {_cbad ,_bedef :=_eebca .GetIndirectObjectByNumber (_aegdda );if _bedef !=nil {continue ;};_feegd ,_eabeb :=_aad .GetDict (_cbad ); -if !_eabeb {continue ;};_ecfg ,_eabeb :=_aad .GetName (_feegd .Get ("\u0054\u0079\u0070\u0065"));if !_eabeb {continue ;};if _ecfg .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_bggf ,_bedef :=_g .NewPdfFilespecFromObj (_feegd ); -if _bedef !=nil {continue ;};if _bggf .EF !=nil {if _bggf .F ==nil ||_bggf .UF ==nil {_efebc =append (_efebc ,_fgdg ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); -break ;};if _bggf .AFRelationship ==nil {_efebc =append (_efebc ,_fgdg ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); -break ;};};};return _efebc ;};func (_ec *documentImages )hasOnlyDeviceGray ()bool {return _ec ._dcf &&!_ec ._fba &&!_ec ._dcc };func _dagf (_cgd *_ad .Document )error {_fffc ,_bddc :=_cgd .GetPages ();if !_bddc {return nil ;};for _ ,_bcdc :=range _fffc {_dbae :=_bcdc .FindXObjectForms (); -for _ ,_daae :=range _dbae {_bdab ,_abea :=_aad .GetDict (_daae .Get ("\u0047\u0072\u006fu\u0070"));if _abea {if _gded :=_bdab .Get ("\u0053");_gded !=nil {_egda ,_dgda :=_aad .GetName (_gded );if _dgda &&_egda .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_daae .Remove ("\u0047\u0072\u006fu\u0070"); -};};};};_ccg ,_fcd :=_bcdc .GetResourcesXObject ();if _fcd {_deff ,_edagf :=_aad .GetDict (_ccg .Get ("\u0047\u0072\u006fu\u0070"));if _edagf {_bbfb :=_deff .Get ("\u0053");if _bbfb !=nil {_feea ,_egdc :=_aad .GetName (_bbfb );if _egdc &&_feea .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_ccg .Remove ("\u0047\u0072\u006fu\u0070"); -};};};};_cgcf ,_ecda :=_aad .GetDict (_bcdc .Object .Get ("\u0047\u0072\u006fu\u0070"));if _ecda {_geb :=_cgcf .Get ("\u0053");if _geb !=nil {_gdef ,_aebg :=_aad .GetName (_geb );if _aebg &&_gdef .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_bcdc .Object .Remove ("\u0047\u0072\u006fu\u0070"); -};};};};return nil ;};func _gf (_eab *_ad .Document )error {_da :=func (_bbf *_aad .PdfObjectDictionary )error {if _aae :=_bbf .Get ("\u0053\u004d\u0061s\u006b");_aae !=nil {_bbf .Set ("\u0053\u004d\u0061s\u006b",_aad .MakeName ("\u004e\u006f\u006e\u0065")); -};_bea :=_bbf .Get ("\u0043\u0041");if _bea !=nil {_ccb ,_dac :=_aad .GetNumberAsFloat (_bea );if _dac !=nil {_be .Log .Debug ("\u0045x\u0074\u0047S\u0074\u0061\u0074\u0065 \u006f\u0062\u006ae\u0063\u0074\u0020\u0043\u0041\u0020\u0076\u0061\u006cue\u0020\u0069\u0073 \u006e\u006ft\u0020\u0061\u0020\u0066\u006c\u006fa\u0074\u003a \u0025\u0076",_dac ); -_ccb =0;};if _ccb !=1.0{_bbf .Set ("\u0043\u0041",_aad .MakeFloat (1.0));};};_bea =_bbf .Get ("\u0063\u0061");if _bea !=nil {_dgf ,_cde :=_aad .GetNumberAsFloat (_bea );if _cde !=nil {_be .Log .Debug ("\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0027\u0063\u0061\u0027\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_cde ); -_dgf =0;};if _dgf !=1.0{_bbf .Set ("\u0063\u0061",_aad .MakeFloat (1.0));};};_de :=_bbf .Get ("\u0042\u004d");if _de !=nil {_gce ,_bfa :=_aad .GetName (_de );if !_bfa {_be .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); -_gce =_aad .MakeName ("");};_gbc :=_gce .String ();switch _gbc {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_bbf .Set ("\u0042\u004d",_aad .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); -};};_ebd :=_bbf .Get ("\u0054\u0052");if _ebd !=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); -_bbf .Remove ("\u0054\u0052");};_dfd :=_bbf .Get ("\u0054\u0052\u0032");if _dfd !=nil {_ace :=_dfd .String ();if _ace !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_be .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); -_bbf .Set ("\u0054\u0052\u0032",_aad .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};return nil ;};_gbd ,_ddd :=_eab .GetPages ();if !_ddd {return nil ;};for _ ,_cgb :=range _gbd {_bfb ,_gcgb :=_cgb .GetResources ();if !_gcgb {continue ;};_egd ,_cca :=_aad .GetDict (_bfb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); -if !_cca {return nil ;};_cad :=_egd .Keys ();for _ ,_aeff :=range _cad {_gfd ,_eec :=_aad .GetDict (_egd .Get (_aeff ));if !_eec {continue ;};_ffd :=_da (_gfd );if _ffd !=nil {continue ;};};};for _ ,_afd :=range _gbd {_aefb ,_abg :=_afd .GetContents (); -if !_abg {return nil ;};for _ ,_eca :=range _aefb {_feb ,_ce :=_eca .GetData ();if _ce !=nil {continue ;};_ecf :=_fgd .NewContentStreamParser (string (_feb ));_eea ,_ce :=_ecf .Parse ();if _ce !=nil {continue ;};for _ ,_bgeb :=range *_eea {if len (_bgeb .Params )==0{continue ; -};_ ,_fgc :=_aad .GetName (_bgeb .Params [0]);if !_fgc {continue ;};_badc ,_dca :=_afd .GetResourcesXObject ();if !_dca {continue ;};for _ ,_ffdd :=range _badc .Keys (){_dbe ,_bbe :=_aad .GetStream (_badc .Get (_ffdd ));if !_bbe {continue ;};_deaf ,_bbe :=_aad .GetDict (_dbe .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_bbe {continue ;};_aade ,_bbe :=_aad .GetDict (_deaf .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_bbe {continue ;};for _ ,_fed :=range _aade .Keys (){_gbb ,_ggad :=_aad .GetDict (_aade .Get (_fed ));if !_ggad {continue ;};_bgg :=_da (_gbb ); -if _bgg !=nil {continue ;};};};};};};return nil ;};func _dged (_gefb *_ad .Document )error {_fbdg ,_fgeb :=_gefb .FindCatalog ();if !_fgeb {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};if _fbdg .Object .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {_fbdg .Object .Remove ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073");};return nil ;}; +type Profile3A struct{profile3 };func _egfg (_cdcd *_af .Document )error {_affa ,_dfgg :=_cdcd .FindCatalog ();if !_dfgg {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_ged ,_dfgg :=_ac .GetDict (_affa .Object .Get ("\u0050\u0065\u0072m\u0073")); +if _dfgg {_dee :=_ac .MakeDict ();_gffc :=_ged .Keys ();for _ ,_ebeb :=range _gffc {if _ebeb .String ()=="\u0055\u0052\u0033"||_ebeb .String ()=="\u0044\u006f\u0063\u004d\u0044\u0050"{_dee .Set (_ebeb ,_ged .Get (_ebeb ));};};_affa .Object .Set ("\u0050\u0065\u0072m\u0073",_dee ); +};return nil ;};func _bcfa (_deabec *_ff .CompliancePdfReader )ViolatedRule {return _be };func _gbd (_fgb *_af .Document ,_fcb int )error {for _ ,_gec :=range _fgb .Objects {_cfdf ,_afcd :=_ac .GetDict (_gec );if !_afcd {continue ;};_bga :=_cfdf .Get ("\u0054\u0079\u0070\u0065"); +if _bga ==nil {continue ;};if _aea ,_dea :=_ac .GetName (_bga );_dea &&_aea .String ()!="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_eadf ,_eeeb :=_ac .GetName (_cfdf .Get ("\u0053"));if !_eeeb {continue ;};switch _ff .PdfActionType (*_eadf ){case _ff .ActionTypeLaunch ,_ff .ActionTypeSound ,_ff .ActionTypeMovie ,_ff .ActionTypeResetForm ,_ff .ActionTypeImportData ,_ff .ActionTypeJavaScript :_cfdf .Remove ("\u0053"); +case _ff .ActionTypeHide ,_ff .ActionTypeSetOCGState ,_ff .ActionTypeRendition ,_ff .ActionTypeTrans ,_ff .ActionTypeGoTo3DView :if _fcb ==2{_cfdf .Remove ("\u0053");};case _ff .ActionTypeNamed :_abaf ,_babe :=_ac .GetName (_cfdf .Get ("\u004e"));if !_babe {continue ; +};switch *_abaf {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_cfdf .Remove ("\u004e"); +};};};return nil ;};func _dafg (_abgb *_af .Document )(*_ac .PdfObjectDictionary ,bool ){_accd ,_ace :=_abgb .FindCatalog ();if !_ace {return nil ,false ;};_gaf ,_ace :=_ac .GetArray (_accd .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); +if !_ace {return nil ,false ;};if _gaf .Len ()==0{return nil ,false ;};return _ac .GetDict (_gaf .Get (0));};func _fabb (_dcfc *_ff .CompliancePdfReader )(_bcdgc []ViolatedRule ){_cgaf :=_dcfc .GetObjectNums ();for _ ,_cabag :=range _cgaf {_aaad ,_bgfcf :=_dcfc .GetIndirectObjectByNumber (_cabag ); +if _bgfcf !=nil {continue ;};_dffba ,_ccbbe :=_ac .GetDict (_aaad );if !_ccbbe {continue ;};_dcdf ,_ccbbe :=_ac .GetName (_dffba .Get ("\u0054\u0079\u0070\u0065"));if !_ccbbe {continue ;};if _dcdf .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ; +};_bdadd ,_bgfcf :=_ff .NewPdfFilespecFromObj (_dffba );if _bgfcf !=nil {continue ;};if _bdadd .EF !=nil {if _bdadd .F ==nil ||_bdadd .UF ==nil {_bcdgc =append (_bcdgc ,_ecb ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); +break ;};if _bdadd .AFRelationship ==nil {_bcdgc =append (_bcdgc ,_ecb ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); +break ;};};};return _bcdgc ;};func _ceed (_gccb *_ff .CompliancePdfReader )ViolatedRule {return _be };func _eae (_gfgc *_af .Document )error {for _ ,_fabg :=range _gfgc .Objects {_eag ,_fgd :=_ac .GetDict (_fabg );if !_fgd {continue ;};_dbcg :=_eag .Get ("\u0054\u0079\u0070\u0065"); +if _dbcg ==nil {continue ;};if _ccaf ,_fdfd :=_ac .GetName (_dbcg );_fdfd &&_ccaf .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_beag ,_efd :=_ac .GetBool (_eag .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); +if _efd &&bool (*_beag ){_eag .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_ac .MakeBool (false ));};if _eag .Get ("\u0058\u0046\u0041")!=nil {_eag .Remove ("\u0058\u0046\u0041");};};_gcbe ,_egad :=_gfgc .FindCatalog (); +if !_egad {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};if _gcbe .Object .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_gcbe .Object .Remove ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067"); +};return nil ;};func _fege (_bdbf *_ff .CompliancePdfReader )ViolatedRule {for _ ,_ggbf :=range _bdbf .GetObjectNums (){_bfab ,_edcb :=_bdbf .GetIndirectObjectByNumber (_ggbf );if _edcb !=nil {continue ;};_affc ,_gfcbe :=_ac .GetStream (_bfab );if !_gfcbe {continue ; +};_gfce ,_gfcbe :=_ac .GetName (_affc .Get ("\u0054\u0079\u0070\u0065"));if !_gfcbe {continue ;};if *_gfce !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _affc .Get ("\u0053\u004d\u0061s\u006b")!=nil {return _ecb ("\u0036\u002e\u0034-\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e \u0053\u004d\u0061\u0073\u006b\u0020\u006b\u0065\u0079\u002e"); +};};return _be ;}; -// StandardName gets the name of the standard. -func (_dafg *profile2 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0032\u0025s",_dafg ._cbebb ._fa );};func _fdeag (_dbac *_g .PdfInfo ,_bfbd *_bg .Document )bool {_aafc ,_ebfg :=_bfbd .GetPdfInfo ();if !_ebfg {return false ; -};if _aafc .InfoDict ==nil {return false ;};_cbdge ,_aecc :=_g .NewPdfInfoFromObject (_aafc .InfoDict );if _aecc !=nil {return false ;};if _dbac .Creator !=nil {if _cbdge .Creator ==nil ||_cbdge .Creator .String ()!=_dbac .Creator .String (){return false ; -};};if _dbac .CreationDate !=nil {if _cbdge .CreationDate ==nil ||!_cbdge .CreationDate .ToGoTime ().Equal (_dbac .CreationDate .ToGoTime ()){return false ;};};if _dbac .ModifiedDate !=nil {if _cbdge .ModifiedDate ==nil ||!_cbdge .ModifiedDate .ToGoTime ().Equal (_dbac .ModifiedDate .ToGoTime ()){return false ; -};};if _dbac .Producer !=nil {if _cbdge .Producer ==nil ||_cbdge .Producer .String ()!=_dbac .Producer .String (){return false ;};};if _dbac .Keywords !=nil {if _cbdge .Keywords ==nil ||_cbdge .Keywords .String ()!=_dbac .Keywords .String (){return false ; -};};if _dbac .Trapped !=nil {if _cbdge .Trapped ==nil {return false ;};switch _dbac .Trapped .String (){case "\u0054\u0072\u0075\u0065":if _cbdge .Trapped .String ()!="\u0054\u0072\u0075\u0065"{return false ;};case "\u0046\u0061\u006cs\u0065":if _cbdge .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ; -};default:if _cbdge .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ;};};};if _dbac .Title !=nil {if _cbdge .Title ==nil ||_cbdge .Title .String ()!=_dbac .Title .String (){return false ;};};if _dbac .Subject !=nil {if _cbdge .Subject ==nil ||_cbdge .Subject .String ()!=_dbac .Subject .String (){return false ; -};};return true ;};func _cbeb (_dfdbg *_ad .Document ,_effa *_ad .Page ,_gbdag []*_ad .Image )error {for _ ,_dgec :=range _gbdag {if _dgec .SMask ==nil {continue ;};_cdb ,_geg :=_g .NewXObjectImageFromStream (_dgec .Stream );if _geg !=nil {return _geg ; -};_bdbb ,_geg :=_cdb .ToImage ();if _geg !=nil {return _geg ;};_ddge ,_geg :=_bdbb .ToGoImage ();if _geg !=nil {return _geg ;};_eacga ,_geg :=_fc .RGBAConverter .Convert (_ddge );if _geg !=nil {return _geg ;};_fbbe :=_eacga .Base ();_gda :=&_g .Image {Width :int64 (_fbbe .Width ),Height :int64 (_fbbe .Height ),BitsPerComponent :int64 (_fbbe .BitsPerComponent ),ColorComponents :_fbbe .ColorComponents ,Data :_fbbe .Data }; -_gda .SetDecode (_fbbe .Decode );_gda .SetAlpha (_fbbe .Alpha );if _geg =_cdb .SetImage (_gda ,nil );_geg !=nil {return _geg ;};_cdb .SMask =_aad .MakeNull ();var _gec _aad .PdfObject ;_eabc :=-1;for _eabc ,_gec =range _dfdbg .Objects {if _gec ==_dgec .SMask .Stream {break ; -};};if _eabc !=-1{_dfdbg .Objects =append (_dfdbg .Objects [:_eabc ],_dfdbg .Objects [_eabc +1:]...);};_dgec .SMask =nil ;_cdb .ToPdfObject ();};return nil ;}; - -// Profile3U is the implementation of the PDF/A-3U standard profile. +// Profile3B is the implementation of the PDF/A-3B standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile3U struct{profile3 };func _bfe (_fbbb *Profile2Options ){if _fbbb .Now ==nil {_fbbb .Now =_f .Now ;};};func _ggg (_acga *_ad .Document )error {for _ ,_agf :=range _acga .Objects {_cda ,_cadc :=_aad .GetDict (_agf );if !_cadc {continue ;};_eabd :=_cda .Get ("\u0054\u0079\u0070\u0065"); -if _eabd ==nil {continue ;};if _aag ,_ded :=_aad .GetName (_eabd );_ded &&_aag .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_gaf ,_bdf :=_aad .GetBool (_cda .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if _bdf {if bool (*_gaf ){_cda .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_aad .MakeBool (false ));};};_bbg :=_cda .Get ("\u0041");if _bbg !=nil {_cda .Remove ("\u0041");};_fbcg ,_bdf :=_aad .GetArray (_cda .Get ("\u0046\u0069\u0065\u006c\u0064\u0073")); -if _bdf {for _eef :=0;_eef < _fbcg .Len ();_eef ++{_bag ,_dafa :=_aad .GetDict (_fbcg .Get (_eef ));if !_dafa {continue ;};if _bag .Get ("\u0041\u0041")!=nil {_bag .Remove ("\u0041\u0041");};};};};return nil ;}; - -// Conformance gets the PDF/A conformance. -func (_gbed *profile1 )Conformance ()string {return _gbed ._deeb ._fa };func _affe (_eeca *_ad .Document ,_bcdb bool )error {_geaf ,_gcaab :=_eeca .GetPages ();if !_gcaab {return nil ;};for _ ,_fgde :=range _geaf {_egdd ,_caaa :=_fgde .GetContents ();if !_caaa {continue ; -};var _abed *_g .PdfPageResources ;_begb ,_caaa :=_fgde .GetResources ();if _caaa {_abed ,_ =_g .NewPdfPageResourcesFromDict (_begb );};for _gfa ,_gdda :=range _egdd {_feba ,_aadd :=_gdda .GetData ();if _aadd !=nil {continue ;};_fcac :=_fgd .NewContentStreamParser (string (_feba )); -_abcc ,_aadd :=_fcac .Parse ();if _aadd !=nil {continue ;};_gfb ,_aadd :=_dag (_abed ,_abcc ,_bcdb );if _aadd !=nil {return _aadd ;};if _gfb ==nil {continue ;};if _aadd =(&_egdd [_gfa ]).SetData (_gfb );_aadd !=nil {return _aadd ;};};};return nil ;};var _ Profile =(*Profile1B )(nil ); -func _eeb (_gafe *_ad .Document ,_gaa standardType ,_baf *_ad .OutputIntents )error {var (_cegd *_g .PdfOutputIntent ;_eeae error ;);if _gafe .Version .Minor <=7{_cegd ,_eeae =_ab .NewSRGBv2OutputIntent (_gaa .outputIntentSubtype ());}else {_cegd ,_eeae =_ab .NewSRGBv4OutputIntent (_gaa .outputIntentSubtype ()); -};if _eeae !=nil {return _eeae ;};if _eeae =_baf .Add (_cegd .ToPdfObject ());_eeae !=nil {return _eeae ;};return nil ;};func _cfg (_dadc *_ad .Document ,_daa int )error {_bcf :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ecbd :=range _dadc .Objects {_fdde ,_ccfg :=_aad .GetStream (_ecbd ); -if !_ccfg {continue ;};if _ ,_ccfg =_bcf [_fdde ];_ccfg {continue ;};_bcf [_fdde ]=struct{}{};_ebcd ,_ccfg :=_aad .GetName (_fdde .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_ccfg {continue ;};if _fdde .Get ("\u0052\u0065\u0066")!=nil {_fdde .Remove ("\u0052\u0065\u0066"); -};if _ebcd .String ()=="\u0050\u0053"{_fdde .Remove ("\u0050\u0053");continue ;};if _ebcd .String ()=="\u0046\u006f\u0072\u006d"{if _fdde .Get ("\u004f\u0050\u0049")!=nil {_fdde .Remove ("\u004f\u0050\u0049");};if _fdde .Get ("\u0050\u0053")!=nil {_fdde .Remove ("\u0050\u0053"); -};if _fedc :=_fdde .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_fedc !=nil {if _ffedd ,_bagf :=_aad .GetName (_fedc );_bagf &&*_ffedd =="\u0050\u0053"{_fdde .Remove ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");};};continue ;};if _ebcd .String ()=="\u0049\u006d\u0061g\u0065"{_gab ,_edf :=_aad .GetBool (_fdde .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")); -if _edf &&bool (*_gab ){_fdde .Set ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_aad .MakeBool (false ));};if _daa ==2{if _fdde .Get ("\u004f\u0050\u0049")!=nil {_fdde .Remove ("\u004f\u0050\u0049");};};if _fdde .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fdde .Remove ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073"); -};continue ;};};return nil ;};func _dgag (_fddd *_g .CompliancePdfReader )ViolatedRule {if _fddd .ParserMetadata ().HeaderPosition ()!=0{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); -};if _fddd .PdfVersion ().Major !=1{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); -};if _fddd .PdfVersion ().Minor < 0||_fddd .PdfVersion ().Minor > 7{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); -};return _fbc ;};func _dcgfd (_fgae *_g .CompliancePdfReader )(_gffd []ViolatedRule ){var _acfa ,_beeg ,_egbbe bool ;if _fgae .ParserMetadata ().HasNonConformantStream (){_gffd =[]ViolatedRule {_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; -};for _ ,_aaeb :=range _fgae .GetObjectNums (){_egbe ,_ :=_fgae .GetIndirectObjectByNumber (_aaeb );if _egbe ==nil {continue ;};_bcee ,_dfbg :=_aad .GetStream (_egbe );if !_dfbg {continue ;};if !_acfa {_cbaa :=_bcee .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); -if _cbaa ==nil {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); -_acfa =true ;}else {_eged ,_cdfa :=_aad .GetIntVal (_cbaa );if !_cdfa {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); -_acfa =true ;}else {if len (_bcee .Stream )!=_eged {_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); -_acfa =true ;};};};};if !_beeg {if _bcee .Get ("\u0046")!=nil {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -};if _bcee .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_beeg {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};if _bcee .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_beeg {_beeg =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};};if !_egbbe {_gdfc ,_dcddc :=_aad .GetName (_aad .TraceToDirectObject (_bcee .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_dcddc {continue ;};if *_gdfc ==_aad .StreamEncodingFilterNameLZW {_egbbe =true ;_gffd =append (_gffd ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0034","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); -};};};return _gffd ;};func _ecb (_ebg *_ad .Document ,_bcb func ()_f .Time )error {_gcd ,_dfa :=_g .NewPdfInfoFromObject (_ebg .Info );if _dfa !=nil {return _dfa ;};if _dfg :=_dgc (_gcd ,_bcb );_dfg !=nil {return _dfg ;};_ebg .Info =_gcd .ToPdfObject (); -return nil ;}; +type Profile3B struct{profile3 };func _dcb (_effa *_af .Document )error {_cdfe ,_fefe :=_effa .GetPages ();if !_fefe {return nil ;};for _ ,_effc :=range _cdfe {_fdab :=_effc .FindXObjectForms ();for _ ,_aefa :=range _fdab {_bffd ,_agfc :=_ac .GetDict (_aefa .Get ("\u0047\u0072\u006fu\u0070")); +if _agfc {if _eafc :=_bffd .Get ("\u0053");_eafc !=nil {_cfea ,_cfdc :=_ac .GetName (_eafc );if _cfdc &&_cfea .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_aefa .Remove ("\u0047\u0072\u006fu\u0070");};};};};_dga ,_cbf :=_effc .GetResourcesXObject (); +if _cbf {_gdade ,_ggb :=_ac .GetDict (_dga .Get ("\u0047\u0072\u006fu\u0070"));if _ggb {_cebd :=_gdade .Get ("\u0053");if _cebd !=nil {_gbdg ,_ebbb :=_ac .GetName (_cebd );if _ebbb &&_gbdg .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_dga .Remove ("\u0047\u0072\u006fu\u0070"); +};};};};_faddg ,_edd :=_ac .GetDict (_effc .Object .Get ("\u0047\u0072\u006fu\u0070"));if _edd {_dgad :=_faddg .Get ("\u0053");if _dgad !=nil {_ebfe ,_affge :=_ac .GetName (_dgad );if _affge &&_ebfe .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{_effc .Object .Remove ("\u0047\u0072\u006fu\u0070"); +};};};};return nil ;};func _faae (_cgced *_ff .CompliancePdfReader )(*_ac .PdfObjectDictionary ,bool ){_feda ,_cfcfg :=_cgced .GetTrailer ();if _cfcfg !=nil {_ee .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_cfcfg ); +return nil ,false ;};_febd ,_eaff :=_feda .Get ("\u0052\u006f\u006f\u0074").(*_ac .PdfObjectReference );if !_eaff {_ee .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft"); +return nil ,false ;};_dagd ,_eaff :=_ac .GetDict (_ac .ResolveReference (_febd ));if !_eaff {_ee .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +return nil ,false ;};return _dagd ,true ;};func _ecgc (_ffccc *_ff .CompliancePdfReader )ViolatedRule {_gbee :=_ffccc .ParserMetadata ();if _gbee .HasInvalidSeparationAfterXRef (){return _ecb ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e"); +};return _be ;};func _bgeb (_bcab *_ff .PdfFont ,_bag *_ac .PdfObjectDictionary ,_ccdcc bool )ViolatedRule {const (_ecca ="\u0036.\u0033\u002e\u0034\u002d\u0031";_bcdc ="\u0054\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u0020s\u0068\u0061\u006cl\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006ce\u002c\u0020a\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0035\u002e\u0038\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0077h\u0065\u006e\u0020\u0074\u0068\u0065 \u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0065\u0078\u0063\u006cu\u0073i\u0076\u0065\u006c\u0079\u0020\u0077\u0069t\u0068\u0020\u0074\u0065\u0078\u0074\u0020\u0072e\u006ed\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020\u0033\u002e"; +);if _ccdcc {return _be ;};_ffcf :=_bcab .FontDescriptor ();var _cgcg string ;if _eafa ,_bdf :=_ac .GetName (_bag .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bdf {_cgcg =_eafa .String ();};switch _cgcg {case "\u0054\u0079\u0070e\u0031":if _ffcf .FontFile ==nil {return _ecb (_ecca ,_bcdc ); +};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _ffcf .FontFile2 ==nil {return _ecb (_ecca ,_bcdc );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _ffcf .FontFile3 ==nil {return _ecb (_ecca ,_bcdc );};};return _be ; +};func _aeca (_adcc *_ff .CompliancePdfReader )(_abda []ViolatedRule ){return _abda };func _degf (_cdcdg *_ff .CompliancePdfReader )(_fgbbg []ViolatedRule ){_gccba ,_cfdde :=_faae (_cdcdg );if !_cfdde {return _fgbbg ;};_dfga :=_ecb ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"); +_geeg ,_cfdde :=_ac .GetArray (_gccba .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_cfdde {_fgbbg =append (_fgbbg ,_dfga );return _fgbbg ;};_fgbd :=_ecb ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e"); +if _geeg .Len ()> 1{_gfdd :=map[*_ac .PdfObjectDictionary ]struct{}{};for _bgcec :=0;_bgcec < _geeg .Len ();_bgcec ++{_bdeb ,_faf :=_ac .GetDict (_geeg .Get (_bgcec ));if !_faf {_fgbbg =append (_fgbbg ,_dfga );return _fgbbg ;};if _bgcec ==0{_gfdd [_bdeb ]=struct{}{}; +continue ;};if _ ,_gaa :=_gfdd [_bdeb ];!_gaa {_fgbbg =append (_fgbbg ,_fgbd );break ;};};}else if _geeg .Len ()==0{_fgbbg =append (_fgbbg ,_dfga );return _fgbbg ;};_eedc ,_cfdde :=_ac .GetDict (_geeg .Get (0));if !_cfdde {_fgbbg =append (_fgbbg ,_dfga ); +return _fgbbg ;};if _degd ,_aaacb :=_ac .GetName (_eedc .Get ("\u0053"));!_aaacb ||(*_degd )!="\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"{_fgbbg =append (_fgbbg ,_dfga );return _fgbbg ;};_affd ,_eab :=_ff .NewPdfOutputIntentFromPdfObject (_eedc );if _eab !=nil {_ee .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020i\u006et\u0065\u006e\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_eab ); +return _fgbbg ;};_abfd ,_eab :=_fg .ParseHeader (_affd .DestOutputProfile );if _eab !=nil {_ee .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066\u0061i\u006c\u0065d\u003a\u0020\u0025\u0076",_eab ); +return _fgbbg ;};if (_abfd .DeviceClass ==_fg .DeviceClassPRTR ||_abfd .DeviceClass ==_fg .DeviceClassMNTR )&&(_abfd .ColorSpace ==_fg .ColorSpaceRGB ||_abfd .ColorSpace ==_fg .ColorSpaceCMYK ||_abfd .ColorSpace ==_fg .ColorSpaceGRAY ){return _fgbbg ;}; +_fgbbg =append (_fgbbg ,_dfga );return _fgbbg ;};func _bcdce (_aabd *_ac .PdfObjectDictionary )ViolatedRule {const (_ccgc ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0032";_egffc ="IS\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0074\u0068a\u0074\u0020\u0061\u006c\u006c\u0020\u0065m\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0073\u0020\u0069n\u0020t\u0068e\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006fG\u0049\u0044M\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079 \u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020\u0061\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070p\u0069\u006e\u0067 f\u0072\u006f\u006d \u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079p\u0068 \u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006fr\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u002e"; +);var _dggbc string ;if _ebed ,_dcce :=_ac .GetName (_aabd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dcce {_dggbc =_ebed .String ();};if _dggbc !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _be ;};if _aabd .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _ecb (_ccgc ,_egffc ); +};return _be ;}; // ApplyStandard tries to change the content of the writer to match the PDF/A-1 standard. // Implements model.StandardApplier. -func (_fccc *profile1 )ApplyStandard (document *_ad .Document )(_ggca error ){_eefb (document ,4);if _ggca =_ecb (document ,_fccc ._bgd .Now );_ggca !=nil {return _ggca ;};if _ggca =_fca (document );_ggca !=nil {return _ggca ;};_agaa ,_aggc :=_aec (_fccc ._bgd .CMYKDefaultColorSpace ,_fccc ._deeb ); -_ggca =_fabeb (document ,[]pageColorspaceOptimizeFunc {_cbeb ,_agaa },[]documentColorspaceOptimizeFunc {_aggc });if _ggca !=nil {return _ggca ;};_aeae (document );if _ggca =_cfg (document ,_fccc ._deeb ._bc );_ggca !=nil {return _ggca ;};if _ggca =_dagf (document ); -_ggca !=nil {return _ggca ;};if _ggca =_fffa (document );_ggca !=nil {return _ggca ;};if _ggca =_gf (document );_ggca !=nil {return _ggca ;};if _ggca =_dcfg (document );_ggca !=nil {return _ggca ;};if _fccc ._deeb ._fa =="\u0041"{_begbd (document );};if _ggca =_fbf (document ,_fccc ._deeb ._bc ); -_ggca !=nil {return _ggca ;};if _ggca =_adf (document );_ggca !=nil {return _ggca ;};if _dgdf :=_eac (document ,_fccc ._deeb ,_fccc ._bgd .Xmp );_dgdf !=nil {return _dgdf ;};if _fccc ._deeb ==_ea (){if _ggca =_eff (document );_ggca !=nil {return _ggca ; -};};if _ggca =_ggg (document );_ggca !=nil {return _ggca ;};return nil ;};func _egc (_faf []*_ad .Image ,_fecb bool )error {_gde :=_aad .PdfObjectName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");if _fecb {_gde ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; -};for _ ,_baa :=range _faf {if _baa .Colorspace ==_gde {continue ;};_aeac ,_gga :=_g .NewXObjectImageFromStream (_baa .Stream );if _gga !=nil {return _gga ;};_feg ,_gga :=_aeac .ToImage ();if _gga !=nil {return _gga ;};_dgb ,_gga :=_feg .ToGoImage ();if _gga !=nil {return _gga ; -};var _bdg _g .PdfColorspace ;if _fecb {_bdg =_g .NewPdfColorspaceDeviceCMYK ();_dgb ,_gga =_fc .CMYKConverter .Convert (_dgb );}else {_bdg =_g .NewPdfColorspaceDeviceRGB ();_dgb ,_gga =_fc .NRGBAConverter .Convert (_dgb );};if _gga !=nil {return _gga ; -};_cgg ,_bef :=_dgb .(_fc .Image );if !_bef {return _a .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); -};_eb :=_cgg .Base ();_ee :=&_g .Image {Width :int64 (_eb .Width ),Height :int64 (_eb .Height ),BitsPerComponent :int64 (_eb .BitsPerComponent ),ColorComponents :_eb .ColorComponents ,Data :_eb .Data };_ee .SetDecode (_eb .Decode );_ee .SetAlpha (_eb .Alpha ); -if _gga =_aeac .SetImage (_ee ,_bdg );_gga !=nil {return _gga ;};_aeac .ToPdfObject ();_baa .ColorComponents =_eb .ColorComponents ;_baa .Colorspace =_gde ;};return nil ;};func _ceb (_aeaa *_g .CompliancePdfReader )ViolatedRule {if _aeaa .ParserMetadata ().HeaderPosition ()!=0{return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); -};return _fbc ;};func _egbc (_dbfe *_ad .Document ,_ecc bool )error {_gbe ,_feaa :=_dbfe .GetPages ();if !_feaa {return nil ;};for _ ,_ffed :=range _gbe {_cdee ,_cgc :=_aad .GetArray (_ffed .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_cgc {continue ; -};for _ ,_deg :=range _cdee .Elements (){_bggc ,_gbf :=_aad .GetDict (_deg );if !_gbf {continue ;};_gaee :=_bggc .Get ("\u0043");if _gaee ==nil {continue ;};_gbag ,_gbf :=_aad .GetArray (_gaee );if !_gbf {continue ;};_gag ,_dacf :=_gbag .GetAsFloat64Slice (); -if _dacf !=nil {return _dacf ;};switch _gbag .Len (){case 0,1:if _ecc {_bggc .Set ("\u0043",_aad .MakeArrayFromIntegers ([]int {1,1,1,1}));}else {_bggc .Set ("\u0043",_aad .MakeArrayFromIntegers ([]int {1,1,1}));};case 3:if _ecc {_beg ,_gdde ,_dgbb ,_adc :=_cg .RGBToCMYK (uint8 (_gag [0]*255),uint8 (_gag [1]*255),uint8 (_gag [2]*255)); -_bggc .Set ("\u0043",_aad .MakeArrayFromFloats ([]float64 {float64 (_beg )/255,float64 (_gdde )/255,float64 (_dgbb )/255,float64 (_adc )/255}));};case 4:if !_ecc {_feeg ,_gbbc ,_gdcc :=_cg .CMYKToRGB (uint8 (_gag [0]*255),uint8 (_gag [1]*255),uint8 (_gag [2]*255),uint8 (_gag [3]*255)); -_bggc .Set ("\u0043",_aad .MakeArrayFromFloats ([]float64 {float64 (_feeg )/255,float64 (_gbbc )/255,float64 (_gdcc )/255}));};};};};return nil ;};func _eeaf (_dcbb *_g .PdfFont ,_ffbeea *_aad .PdfObjectDictionary ,_gddc bool )ViolatedRule {const (_gebe ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0034\u002d\u0031"; -_gebdf ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006ds\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020f\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0072e\u006e\u0064\u0065\u0072\u0069\u006eg\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020w\u0069t\u0068\u0069\u006e\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u002c \u0061\u0073\u0020\u0064\u0065\u0066\u0069n\u0065\u0064 \u0069\u006e\u0020\u0049S\u004f\u0020\u0033\u0032\u00300\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0039\u002e"; -);if _gddc {return _fbc ;};_gabd :=_dcbb .FontDescriptor ();var _fddee string ;if _caff ,_ccda :=_aad .GetName (_ffbeea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ccda {_fddee =_caff .String ();};switch _fddee {case "\u0054\u0079\u0070e\u0031":if _gabd .FontFile ==nil {return _fgdg (_gebe ,_gebdf ); -};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _gabd .FontFile2 ==nil {return _fgdg (_gebe ,_gebdf );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _gabd .FontFile3 ==nil {return _fgdg (_gebe ,_gebdf );};};return _fbc ; -};var _ Profile =(*Profile3A )(nil );func _fggd (_dfdd *_g .CompliancePdfReader )ViolatedRule {return _fbc };func _dagg (_adaa *_g .CompliancePdfReader )(*_aad .PdfObjectDictionary ,bool ){_ddba ,_feae :=_adaa .GetTrailer ();if _feae !=nil {_be .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_feae ); -return nil ,false ;};_bdaa ,_dcca :=_ddba .Get ("\u0052\u006f\u006f\u0074").(*_aad .PdfObjectReference );if !_dcca {_be .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft"); -return nil ,false ;};_baeb ,_dcca :=_aad .GetDict (_aad .ResolveReference (_bdaa ));if !_dcca {_be .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -return nil ,false ;};return _baeb ,true ;};func (_bcd *documentImages )hasUncalibratedImages ()bool {return _bcd ._fba ||_bcd ._dcc ||_bcd ._dcf };func _aggcd (_bbgf *_g .PdfFont ,_eefbd *_aad .PdfObjectDictionary )ViolatedRule {const (_gefga ="\u0036.\u0033\u002e\u0037\u002d\u0031"; -_cfebea ="\u0041\u006cl \u006e\u006f\u006e\u002d\u0073\u0079\u006db\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0066o\u006e\u0074s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020e\u0069\u0074h\u0065\u0072\u0020\u004d\u0061\u0063\u0052\u006f\u006d\u0061\u006e\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041\u006e\u0073i\u0045n\u0063\u006f\u0064\u0069n\u0067\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072\u0020t\u0068\u0065 \u0045n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020t\u0068e\u0020\u0046o\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0072\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066\u006f\u0072 \u0074\u0068\u0065\u0020\u0042\u0061\u0073\u0065\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065 \u0064i\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0069s\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0074\u0068e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006be\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046\u006f\u006e\u0074 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u0049\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e, \u006eo\u0020n\u006f\u006e\u002d\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079p\u0065 \u0066\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0020\u0061\u0020\u0044\u0069\u0066\u0066e\u0072\u0065\u006e\u0063\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0075n\u006c\u0065s\u0073\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0074h\u0065\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u006e\u0061\u006d\u0065\u0073 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006ec\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0061\u0072\u0065\u0020\u006c\u0069\u0073\u0074\u0065\u0064 \u0069\u006e \u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065 G\u006c\u0079\u0070\u0068\u0020\u004c\u0069\u0073t\u0020\u0061\u006e\u0064\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066o\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072a\u006d\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073t\u0020\u0074\u0068\u0065\u0020\u004d\u0069\u0063\u0072o\u0073o\u0066\u0074\u0020\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0028\u0033\u002c\u0031 \u2013 P\u006c\u0061\u0074\u0066\u006f\u0072\u006d\u0020I\u0044\u003d\u0033\u002c\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067 I\u0044\u003d\u0031\u0029\u0020\u0065\u006e\u0063\u006f\u0064i\u006e\u0067 \u0069\u006e\u0020t\u0068\u0065\u0020'\u0063\u006d\u0061\u0070\u0027\u0020\u0074\u0061\u0062\u006c\u0065\u002e"; -);var _gbcg string ;if _egae ,_dfee :=_aad .GetName (_eefbd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dfee {_gbcg =_egae .String ();};if _gbcg !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_bfdd :=_bbgf .FontDescriptor ();_bdbbf ,_caec :=_aad .GetIntVal (_bfdd .Flags ); -if !_caec {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _fgdg (_gefga ,_cfebea );};_fggf :=(uint32 (_bdbbf )>>3)!=0;if _fggf {return _fbc ;};_eggf ,_caec :=_aad .GetName (_eefbd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if !_caec {return _fgdg (_gefga ,_cfebea );};switch _eggf .String (){case "\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":return _fbc ; -default:return _fgdg (_gefga ,_cfebea );};}; - -// Profile2U is the implementation of the PDF/A-2U standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile2U struct{profile2 };func _fagf (_ccdd *_g .CompliancePdfReader )(_addc []ViolatedRule ){var _gcfa ,_dggbd ,_abga ,_afa ,_adece ,_aeabd ,_decb bool ;_bfec :=func ()bool {return _gcfa &&_dggbd &&_abga &&_afa &&_adece &&_aeabd &&_decb };for _ ,_bdae :=range _ccdd .PageList {_agcc ,_bgbce :=_bdae .GetAnnotations (); -if _bgbce !=nil {_be .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bgbce );continue ;};for _ ,_dfcca :=range _agcc {if !_gcfa {switch _dfcca .GetContext ().(type ){case *_g .PdfAnnotationFileAttachment ,*_g .PdfAnnotationSound ,*_g .PdfAnnotationMovie ,nil :_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020p\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e\u0020\u0041d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020F\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063\u0068\u006de\u006e\u0074\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u0020\u0061\u006e\u0064\u0020\u004d\u006f\u0076\u0069e\u0020\u0074\u0079\u0070\u0065s \u0073ha\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_gcfa =true ;if _bfec (){return _addc ;};};};_cagde ,_dgdc :=_aad .GetDict (_dfcca .GetContainingPdfObject ());if !_dgdc {continue ;};if !_dggbd {_aeaf ,_cace :=_aad .GetFloatVal (_cagde .Get ("\u0043\u0041"));if _cace &&_aeaf !=1.0{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0031","\u0041\u006e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073h\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0043\u0041\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u002e\u0030\u002e")); -_dggbd =true ;if _bfec (){return _addc ;};};};if !_abga {_adbb ,_cdag :=_aad .GetIntVal (_cagde .Get ("\u0046"));if !(_cdag &&_adbb &4==4&&_adbb &1==0&&_adbb &2==0&&_adbb &32==0){_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0032","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0074\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u002e\u0020\u0054\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065 s\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020I\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u0020\u0061\u006e\u0064\u0020\u004e\u006f\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020b\u0069\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073e\u0074\u0020t\u006f\u0020\u0030\u002e")); -_abga =true ;if _bfec (){return _addc ;};};};if !_afa {_bbgd ,_dacca :=_aad .GetDict (_cagde .Get ("\u0041\u0050"));if _dacca {_ddeaf :=_bbgd .Get ("\u004e");if _ddeaf ==nil ||len (_bbgd .Keys ())> 1{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_afa =true ;if _bfec (){return _addc ;};continue ;};_ ,_gfdc :=_dfcca .GetContext ().(*_g .PdfAnnotationWidget );if _gfdc {_ccad ,_ggbb :=_aad .GetName (_cagde .Get ("\u0046\u0054"));if _ggbb &&*_ccad =="\u0042\u0074\u006e"{if _ ,_gcffd :=_aad .GetDict (_ddeaf ); -!_gcffd {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_afa =true ;if _bfec (){return _addc ;};continue ;};};};_ ,_affg :=_aad .GetStream (_ddeaf );if !_affg {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_afa =true ;if _bfec (){return _addc ;};continue ;};};};if !_adece {if _cagde .Get ("\u0043")!=nil ||_cagde .Get ("\u0049\u0043")!=nil {_bfgfe ,_bcae :=_edcgd (_ccdd );if !_bcae {_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); -_adece =true ;if _bfec (){return _addc ;};}else {_egaed ,_dfdg :=_aad .GetIntVal (_bfgfe .Get ("\u004e"));if !_dfdg ||_egaed !=3{_addc =append (_addc ,_fgdg ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); -_adece =true ;if _bfec (){return _addc ;};};};};};_bcag ,_gdgec :=_dfcca .GetContext ().(*_g .PdfAnnotationWidget );if !_gdgec {continue ;};if !_aeabd {if _bcag .A !=nil {_addc =append (_addc ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0033","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); -_aeabd =true ;if _bfec (){return _addc ;};};};if !_decb {if _bcag .AA !=nil {_addc =append (_addc ,_fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_decb =true ;if _bfec (){return _addc ;};};};};};return _addc ;};type documentColorspaceOptimizeFunc func (_gdd *_ad .Document ,_acc []*_ad .Image )error ; - -// Profile2A is the implementation of the PDF/A-2A standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile2A struct{profile2 };func _efgd (_ccag *_g .CompliancePdfReader )(_gbeg []ViolatedRule ){if _ccag .ParserMetadata ().HasOddLengthHexStrings (){_gbeg =append (_gbeg ,_fgdg ("\u0036.\u0031\u002e\u0036\u002d\u0031","\u0068\u0065\u0078a\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020e\u0076\u0065\u006e\u0020\u0073\u0069\u007a\u0065")); -};if _ccag .ParserMetadata ().HasOddLengthHexStrings (){_gbeg =append (_gbeg ,_fgdg ("\u0036.\u0031\u002e\u0036\u002d\u0032","\u0068\u0065\u0078\u0061\u0064\u0065\u0063\u0069\u006da\u006c\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068o\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0066\u0072\u006f\u006d\u0020\u0072\u0061n\u0067\u0065\u0020[\u0030\u002d\u0039\u003b\u0041\u002d\u0046\u003b\u0061\u002d\u0066\u005d")); -};return _gbeg ;}; - -// Profile1A is the implementation of the PDF/A-1A standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile1A struct{profile1 }; - -// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-2 standard. -func (_cgcff *profile2 )ValidateStandard (r *_g .CompliancePdfReader )error {_eadb :=VerificationError {ConformanceLevel :_cgcff ._cbebb ._bc ,ConformanceVariant :_cgcff ._cbebb ._fa };if _gabb :=_dgag (r );_gabb !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gabb ); -};if _facd :=_eggb (r );_facd !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_facd );};if _gbff :=_ccc (r );_gbff !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gbff );};if _ffec :=_cadf (r );_ffec !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ffec ); -};if _dbef :=_efceg (r );_dbef !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dbef );};if _eaaf :=_efgd (r );len (_eaaf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eaaf ...);};if _ecfbg :=_dcgfd (r );len (_ecfbg )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ecfbg ...); -};if _dddae :=_ccfa (r );len (_dddae )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dddae ...);};if _cdf :=_gbbb (r );_cdf !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cdf );};if _bcdbb :=_gagf (r );len (_bcdbb )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bcdbb ...); -};if _aegb :=_fdae (r );len (_aegb )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aegb ...);};if _cgec :=_cabf (r );_cgec !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cgec );};if _cabe :=_dgfcg (r );len (_cabe )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_cabe ...); -};if _faca :=_fgca (r );len (_faca )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_faca ...);};if _dadb :=_efdgc (r );_dadb !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_dadb );};if _begc :=_fdccb (r );len (_begc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_begc ...); -};if _eabf :=_bdge (r );len (_eabf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eabf ...);};if _afda :=_aabca (r );_afda !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_afda );};if _fdbd :=_gegg (r );len (_fdbd )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_fdbd ...); -};if _bbed :=_abdd (r ,_cgcff ._cbebb );len (_bbed )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bbed ...);};if _fade :=_ddgg (r );len (_fade )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_fade ...);};if _gbcec :=_bccb (r );len (_gbcec )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gbcec ...); -};if _gcaf :=_dgcb (r );len (_gcaf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_gcaf ...);};if _ccbe :=_edgad (r );_ccbe !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ccbe );};if _bfdc :=_ebba (r );len (_bfdc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bfdc ...); -};if _aaafa :=_bdcb (r );_aaafa !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aaafa );};if _eefbf :=_cdgbg (r ,_cgcff ._cbebb ,false );len (_eefbf )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_eefbf ...);};if _cgcff ._cbebb ==_fcb (){if _adfg :=_cdec (r ); -len (_adfg )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_adfg ...);};};if _feab :=_debf (r );len (_feab )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_feab ...);};if _ggfc :=_abgf (r );len (_ggfc )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_ggfc ...); -};if _bac :=_eaef (r );len (_bac )!=0{_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_bac ...);};if _aeee :=_daaac (r );_aeee !=_fbc {_eadb .ViolatedRules =append (_eadb .ViolatedRules ,_aeee );};if len (_eadb .ViolatedRules )> 0{_bb .Slice (_eadb .ViolatedRules ,func (_cbab ,_dfda int )bool {return _eadb .ViolatedRules [_cbab ].RuleNo < _eadb .ViolatedRules [_dfda ].RuleNo ; -});return _eadb ;};return nil ;};type imageInfo struct{ColorSpace _aad .PdfObjectName ;BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_aad .PdfObjectStream ;_fbaa bool ;}; - -// NewProfile3B creates a new Profile3B with the given options. -func NewProfile3B (options *Profile3Options )*Profile3B {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3B {profile3 {_fcaa :*options ,_fbdd :_ac ()}};};func _eff (_dba *_ad .Document )error {_fabe ,_cfa :=_dba .FindCatalog (); -if !_cfa {return nil ;};_ ,_cfa =_fabe .GetStructTreeRoot ();if !_cfa {_ccbg :=_g .NewStructTreeRoot ();_dcd :=_ccbg .ToPdfObject ().(*_aad .PdfIndirectObject );_bbd :=_dcd .PdfObject .(*_aad .PdfObjectDictionary );_fabe .SetStructTreeRoot (_bbd );};return nil ; -};var _ Profile =(*Profile3B )(nil );func _dcfg (_edd *_ad .Document )error {_ffc :=map[string ]*_aad .PdfObjectDictionary {};_acgf :=_gb .NewFinder (&_gb .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});_afc :=map[_aad .PdfObject ]struct{}{}; -_edc :=map[_aad .PdfObject ]struct{}{};for _ ,_daf :=range _edd .Objects {_beb ,_gge :=_aad .GetDict (_daf );if !_gge {continue ;};_eee :=_beb .Get ("\u0054\u0079\u0070\u0065");if _eee ==nil {continue ;};if _fag ,_ffb :=_aad .GetName (_eee );_ffb &&_fag .String ()!="\u0046\u006f\u006e\u0074"{continue ; -};if _ ,_bgf :=_afc [_daf ];_bgf {continue ;};_ega ,_fde :=_g .NewPdfFontFromPdfObject (_beb );if _fde !=nil {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _fde ;};if _ega .Encoder ()!=nil &&(_ega .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_ega .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"){continue ;};if _ega .Subtype ()=="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_egfa :=_ega .GetCIDToGIDMapObject (); -if _egfa !=nil {continue ;};};_dde ,_fde :=_ega .GetFontDescriptor ();if _fde !=nil {return _fde ;};if _dde !=nil &&(_dde .FontFile !=nil ||_dde .FontFile2 !=nil ||_dde .FontFile3 !=nil ){continue ;};_bfd :=_ega .BaseFont ();if _bfd ==""{_bfg ,_afdd :=_ega .GetFontDescriptor (); -if _afdd !=nil {return _b .Errorf ("\u0063\u0061\u006e\u0027\u0074\u0020\u0067\u0065t\u0020\u0074\u0068e \u0066\u006f\u006e\u0074\u0020\u006ea\u006d\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u003a \u0025\u0073",_beb .String ()); -};_bfd =_bfg .FontName .String ();if _bfd ==""{return _b .Errorf ("\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0073\u0020\u0073\u0079\u006e\u0074\u0061\u0078\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069d\u0020\u002d\u0020\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u0075\u006ed\u0065\u0066\u0069n\u0065\u0064\u003a\u0020\u0025\u0073",_beb .String ()); -};};_acdg ,_egb :=_ffc [_bfd ];if !_egb {if len (_bfd )> 7&&_bfd [6]=='+'{_bfd =_bfd [7:];};_gfg :=[]string {_bfd ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; -for _ ,_cbb :=range _gfg {_be .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_cbb );if _acdg ,_egb =_ffc [_cbb ]; -_egb {break ;};_dbf :=_acgf .Match (_cbb );if _dbf ==nil {_be .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_cbb );continue ;};_aee ,_cbe :=_g .NewPdfFontFromTTFFile (_dbf .Filename ); -if _cbe !=nil {return _cbe ;};_eaabc :=_aee .FontDescriptor ();if _eaabc .FontFile !=nil {if _ ,_egb =_edc [_eaabc .FontFile ];!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile );_edc [_eaabc .FontFile ]=struct{}{};};};if _eaabc .FontFile2 !=nil {if _ ,_egb =_edc [_eaabc .FontFile2 ]; -!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile2 );_edc [_eaabc .FontFile2 ]=struct{}{};};};if _eaabc .FontFile3 !=nil {if _ ,_egb =_edc [_eaabc .FontFile3 ];!_egb {_edd .Objects =append (_edd .Objects ,_eaabc .FontFile3 );_edc [_eaabc .FontFile3 ]=struct{}{}; -};};_cee ,_gea :=_aee .ToPdfObject ().(*_aad .PdfIndirectObject );if !_gea {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); -continue ;};_edcg ,_gea :=_cee .PdfObject .(*_aad .PdfObjectDictionary );if !_gea {_be .Log .Debug ("\u0046\u006fn\u0074\u0020\u0074\u0079p\u0065\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -continue ;};_ffc [_cbb ]=_edcg ;_acdg =_edcg ;break ;};if _acdg ==nil {_be .Log .Debug ("\u004e\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006eg\u0020\u0066\u006f\u006e\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u003a\u0020\u0025\u0073",_ega .BaseFont ()); -return _a .New ("\u006e\u006f m\u0061\u0074\u0063h\u0069\u006e\u0067\u0020fon\u0074 f\u006f\u0075\u006e\u0064\u0020\u0069\u006e t\u0068\u0065\u0020\u0073\u0079\u0073\u0074e\u006d");};};for _ ,_afb :=range _acdg .Keys (){_beb .Set (_afb ,_acdg .Get (_afb )); -};_egde :=_acdg .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _egde !=nil {if _ ,_egb =_edc [_egde ];!_egb {_edd .Objects =append (_edd .Objects ,_egde );_edc [_egde ]=struct{}{};};};_afc [_daf ]=struct{}{};_abc :=_beb .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"); -if _abc !=nil {_edd .Objects =append (_edd .Objects ,_abc );_edc [_abc ]=struct{}{};};};return nil ;};func _fcbg (_fccg *_aad .PdfObjectDictionary ,_bcega map[*_aad .PdfObjectStream ][]byte ,_gfabb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_ddac ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0033"; -_ffac ="\u0041\u006c\u006c \u0043\u004d\u0061\u0070s\u0020\u0075\u0073ed\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074 th\u006f\u0073\u0065\u0020\u006ci\u0073\u0074\u0065\u0064\u0020i\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u00320\u00300\u002d1\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0035\u002e\u0032\u002c\u0020\u0054\u0061\u0062\u006c\u0065 \u0031\u00318,\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e \u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064e\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u00300\u0030-\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0035\u002e"; -);var _babd string ;if _gcec ,_gcfbc :=_aad .GetName (_fccg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gcfbc {_babd =_gcec .String ();};if _babd !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_edbd :=_fccg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _agfe ,_aadea :=_aad .GetName (_edbd );_aadea {switch _agfe .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;default:return _fgdg (_ddac ,_ffac ); -};};_gbebe ,_cfdd :=_aad .GetStream (_edbd );if !_cfdd {return _fgdg (_ddac ,_ffac );};_ ,_agad :=_gfada (_gbebe ,_bcega ,_gfabb );if _agad !=nil {return _fgdg (_ddac ,_ffac );};return _fbc ;};func _gfada (_cfgb *_aad .PdfObjectStream ,_ebefb map[*_aad .PdfObjectStream ][]byte ,_dgeda map[*_aad .PdfObjectStream ]*_bf .CMap )(*_bf .CMap ,error ){_gcga ,_ffbee :=_dgeda [_cfgb ]; -if !_ffbee {var _geba error ;_deebf ,_acgg :=_ebefb [_cfgb ];if !_acgg {_deebf ,_geba =_aad .DecodeStream (_cfgb );if _geba !=nil {_be .Log .Debug ("\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_geba ); -return nil ,_geba ;};_ebefb [_cfgb ]=_deebf ;};_gcga ,_geba =_bf .LoadCmapFromData (_deebf ,false );if _geba !=nil {return nil ,_geba ;};_dgeda [_cfgb ]=_gcga ;};return _gcga ,nil ;};func (_dc standardType )String ()string {return _b .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_dc ._bc ,_dc ._fa ); -};func _gefae (_dabb *_g .CompliancePdfReader )(_ccdg []ViolatedRule ){var (_egbdb ,_ggfd ,_ccde ,_bcgf ,_cce ,_ceca ,_ebae bool ;_gffe func (_aad .PdfObject ););_gffe =func (_edcd _aad .PdfObject ){switch _cgcc :=_edcd .(type ){case *_aad .PdfObjectInteger :if !_egbdb &&(int64 (*_cgcc )> _c .MaxInt32 ||int64 (*_cgcc )< -_c .MaxInt32 ){_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); -_egbdb =true ;};case *_aad .PdfObjectFloat :if !_ggfd &&(_c .Abs (float64 (*_cgcc ))> 32767.0){_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0032","\u0041\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u0020\u0072\u0065\u0061\u006c\u0020\u0076\u0061\u006c\u0075\u0065\u0020m\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u006c\u0065s\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075a\u006c\u0020\u0074\u006f\u0020\u00332\u0037\u0036\u0037.\u0030\u002e")); -};case *_aad .PdfObjectString :if !_ccde &&len ([]byte (_cgcc .Str ()))> 65535{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0036\u0035\u0035\u0033\u0035\u002e")); -_ccde =true ;};case *_aad .PdfObjectName :if !_bcgf &&len ([]byte (*_cgcc ))> 127{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); -_bcgf =true ;};case *_aad .PdfObjectArray :if !_cce &&_cgcc .Len ()> 8191{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0035","\u004d\u0061\u0078\u0069\u006d\u0075m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020(\u0069\u006e\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0029\u0020\u0069s\u00208\u0031\u0039\u0031\u002e")); -_cce =true ;};for _ ,_cdc :=range _cgcc .Elements (){_gffe (_cdc );};if !_ebae &&(_cgcc .Len ()==4||_cgcc .Len ()==5){_gfad ,_gbbcd :=_aad .GetName (_cgcc .Get (0));if !_gbbcd {return ;};if *_gfad !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ;};_fbgb :=_cgcc .Get (1); -_fbgb =_aad .TraceToDirectObject (_fbgb );_ddcd ,_gbbcd :=_aad .GetArray (_fbgb );if !_gbbcd {return ;};if _ddcd .Len ()> 8{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0039","\u004d\u0061\u0078i\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0069\u0073\u0020\u0038\u002e")); -_ebae =true ;};};case *_aad .PdfObjectDictionary :_dgaf :=_cgcc .Keys ();if !_ceca &&len (_dgaf )> 4095{_ccdg =append (_ccdg ,_fgdg ("\u0036.\u0031\u002e\u0031\u0032\u002d\u00311","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0063\u0061\u0070\u0061\u0063\u0069\u0074y\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0028\u0069\u006e\u0020\u0065\u006e\u0074\u0072\u0069es\u0029\u0020\u0069\u0073\u0020\u0034\u0030\u0039\u0035\u002e")); -_ceca =true ;};for _ggcc ,_cgdc :=range _dgaf {_gffe (&_dgaf [_ggcc ]);_gffe (_cgcc .Get (_cgdc ));};case *_aad .PdfObjectStream :_gffe (_cgcc .PdfObjectDictionary );case *_aad .PdfObjectStreams :for _ ,_ccgf :=range _cgcc .Elements (){_gffe (_ccgf );}; -case *_aad .PdfObjectReference :_gffe (_cgcc .Resolve ());};};_febb :=_dabb .GetObjectNums ();if len (_febb )> 8388607{_ccdg =append (_ccdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); -};for _ ,_bbcga :=range _febb {_edga ,_ecdb :=_dabb .GetIndirectObjectByNumber (_bbcga );if _ecdb !=nil {continue ;};_dbfg :=_aad .TraceToDirectObject (_edga );_gffe (_dbfg );};return _ccdg ;};func _cdgbg (_acfe *_g .CompliancePdfReader ,_ecccg standardType ,_ecce bool )(_cadcd []ViolatedRule ){_bgada ,_eebc :=_dagg (_acfe ); -if !_eebc {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_edeg :=_bgada .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); -if _edeg ==nil {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; -};_affgb ,_eebc :=_aad .GetStream (_edeg );if !_eebc {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; -};_bgefb ,_ebfac :=_bg .LoadDocument (_affgb .Stream );if _ebfac !=nil {return []ViolatedRule {_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d4","\u0041\u006c\u006c\u0020\u006de\u0074\u0061\u0064a\u0074\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020i\u006e \u0074\u0068\u0065\u0020\u0050\u0044\u0046 \u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065ci\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002e\u0020\u0041\u006c\u006c\u0020c\u006fn\u0074\u0065\u006e\u0074\u0020\u006f\u0066\u0020\u0061\u006c\u006c\u0020\u0058\u004d\u0050\u0020p\u0061\u0063\u006b\u0065\u0074\u0073 \u0073h\u0061\u006c\u006c \u0062\u0065\u0020\u0077\u0065\u006c\u006c\u002d\u0066o\u0072\u006de\u0064")}; -};_efgc :=_bgefb .GetGoXmpDocument ();var _bbgbf []*_fge .Namespace ;for _ ,_bfabe :=range _efgc .Namespaces (){switch _bfabe .Name {case _fg .NsDc .Name ,_cgf .NsPDF .Name ,_bd .NsXmp .Name ,_ca .NsXmpRights .Name ,_dg .Namespace .Name ,_gc .Namespace .Name ,_d .NsXmpMM .Name ,_gc .FieldNS .Name ,_gc .SchemaNS .Name ,_gc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; -};_bbgbf =append (_bbgbf ,_bfabe );};_bbdca :=true ;_efbd ,_ebfac :=_bgefb .GetPdfaExtensionSchemas ();if _ebfac ==nil {for _ ,_bccg :=range _bbgbf {var _egcb bool ;for _afbfa :=range _efbd {if _bccg .URI ==_efbd [_afbfa ].NamespaceURI {_egcb =true ;break ; -};};if !_egcb {_bbdca =false ;break ;};};}else {_bbdca =false ;};if !_bbdca {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0032\u002e\u0033\u002d7","\u0041\u006c\u006c\u0020\u0070\u0072\u006f\u0070e\u0072\u0074\u0069e\u0073\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072m\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0075s\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063he\u006da\u0073 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002c\u0020\u0049\u0053\u004f\u0020\u0031\u00390\u0030\u0035-\u0031\u0020\u006f\u0072\u0020\u0074h\u0069s\u0020\u0070\u0061\u0072\u0074\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u0020\u0031\u0039\u0030\u0030\u0035\u002c\u0020o\u0072\u0020\u0061\u006e\u0079\u0020e\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073c\u0068\u0065\u006das\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006fm\u0070\u006c\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0036\u002e\u0036\u002e\u0032.\u0033\u002e\u0032\u002e")); -};_bcaad ,_eebc :=_bgefb .GetPdfAID ();if !_eebc {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); -}else {if _bcaad .Part !=_ecccg ._bc {_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); -};if _ecccg ._fa =="\u0041"&&_bcaad .Conformance !="\u0041"{_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -}else if _ecccg ._fa =="\u0055"&&(_bcaad .Conformance !="\u0041"&&_bcaad .Conformance !="\u0055"){_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -}else if _ecccg ._fa =="\u0042"&&(_bcaad .Conformance !="\u0041"&&_bcaad .Conformance !="\u0042"&&_bcaad .Conformance !="\u0055"){_cadcd =append (_cadcd ,_fgdg ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); -};};return _cadcd ;};func _agecf (_bcbg *_ad .Document )error {_deaa ,_eace :=_bcbg .GetPages ();if !_eace {return nil ;};for _ ,_aagf :=range _deaa {_abad ,_eafb :=_aad .GetArray (_aagf .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_eafb {continue ; -};for _ ,_egfb :=range _abad .Elements (){_egfb =_aad .ResolveReference (_egfb );if _ ,_ggaf :=_egfb .(*_aad .PdfObjectNull );_ggaf {continue ;};_ebgf ,_dga :=_aad .GetDict (_egfb );if !_dga {continue ;};_fbbc ,_ :=_aad .GetIntVal (_ebgf .Get ("\u0046")); -_fbbc &=^(1<<0);_fbbc &=^(1<<1);_fbbc &=^(1<<5);_fbbc &=^(1<<8);_fbbc |=1<<2;_ebgf .Set ("\u0046",_aad .MakeInteger (int64 (_fbbc )));_deac :=false ;if _gbab :=_ebgf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_gbab !=nil {_ecfb ,_cba :=_aad .GetName (_gbab ); -if _cba &&_ecfb .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_deac =true ;if _ebgf .Get ("\u0041\u0041")!=nil {_ebgf .Remove ("\u0041\u0041");};if _ebgf .Get ("\u0041")!=nil {_ebgf .Remove ("\u0041");};};if _cba &&_ecfb .String ()=="\u0054\u0065\u0078\u0074"{_ebf ,_ :=_aad .GetIntVal (_ebgf .Get ("\u0046")); -_ebf |=1<<3;_ebf |=1<<4;_ebgf .Set ("\u0046",_aad .MakeInteger (int64 (_ebf )));};};_facge ,_dga :=_aad .GetDict (_ebgf .Get ("\u0041\u0050"));if _dga {_fceg :=_facge .Get ("\u004e");if _fceg ==nil {continue ;};if len (_facge .Keys ())> 1{_facge .Clear (); -_facge .Set ("\u004e",_fceg );};if _deac {_befc ,_efa :=_aad .GetName (_ebgf .Get ("\u0046\u0054"));if _efa &&*_befc =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;}; +func (_adcf *profile1 )ApplyStandard (document *_af .Document )(_debd error ){_egcb (document ,4);if _debd =_agd (document ,_adcf ._aggb .Now );_debd !=nil {return _debd ;};if _debd =_gaeg (document );_debd !=nil {return _debd ;};_ecgbe ,_feaf :=_bfg (_adcf ._aggb .CMYKDefaultColorSpace ,_adcf ._bbae ); +_debd =_cfff (document ,[]pageColorspaceOptimizeFunc {_ccab ,_ecgbe },[]documentColorspaceOptimizeFunc {_feaf });if _debd !=nil {return _debd ;};_bfb (document );if _debd =_ddag (document ,_adcf ._bbae ._fe );_debd !=nil {return _debd ;};if _debd =_dcb (document ); +_debd !=nil {return _debd ;};if _debd =_fbcc (document );_debd !=nil {return _debd ;};if _debd =_egd (document );_debd !=nil {return _debd ;};if _debd =_bde (document );_debd !=nil {return _debd ;};if _adcf ._bbae ._ge =="\u0041"{_cbec (document );};if _debd =_gbd (document ,_adcf ._bbae ._fe ); +_debd !=nil {return _debd ;};if _debd =_dcec (document );_debd !=nil {return _debd ;};if _gefb :=_eecbc (document ,_adcf ._bbae ,_adcf ._aggb .Xmp );_gefb !=nil {return _gefb ;};if _adcf ._bbae ==_bf (){if _debd =_bgde (document );_debd !=nil {return _debd ; +};};if _debd =_eef (document );_debd !=nil {return _debd ;};return nil ;};func _degg (_afea *_ff .CompliancePdfReader )(_cfdfb []ViolatedRule ){var _gagfg ,_bdgb bool ;_cgbee :=func ()bool {return _gagfg &&_bdgb };for _ ,_cbdee :=range _afea .GetObjectNums (){_egfe ,_dfda :=_afea .GetIndirectObjectByNumber (_cbdee ); +if _dfda !=nil {_ee .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_cbdee ,_dfda ); +continue ;};_ecfca ,_bccde :=_ac .GetDict (_egfe );if !_bccde {continue ;};_febb ,_bccde :=_ac .GetName (_ecfca .Get ("\u0054\u0079\u0070\u0065"));if !_bccde {continue ;};if *_febb !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_bcfd ,_bccde :=_ac .GetName (_ecfca .Get ("\u0053")); +if !_bccde {if !_gagfg {_cfdfb =append (_cfdfb ,_ecb ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gagfg =true ;if _cgbee (){return _cfdfb ;};};continue ;};switch _ff .PdfActionType (*_bcfd ){case _ff .ActionTypeLaunch ,_ff .ActionTypeSound ,_ff .ActionTypeMovie ,_ff .ActionTypeResetForm ,_ff .ActionTypeImportData ,_ff .ActionTypeJavaScript :if !_gagfg {_cfdfb =append (_cfdfb ,_ecb ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gagfg =true ;if _cgbee (){return _cfdfb ;};};continue ;case _ff .ActionTypeNamed :if !_bdgb {_cgbf ,_gbfbf :=_ac .GetName (_ecfca .Get ("\u004e"));if !_gbfbf {_cfdfb =append (_cfdfb ,_ecb ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_bdgb =true ;if _cgbee (){return _cfdfb ;};continue ;};switch *_cgbf {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_cfdfb =append (_cfdfb ,_ecb ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_bdgb =true ;if _cgbee (){return _cfdfb ;};continue ;};};};};return _cfdfb ;}; // ApplyStandard tries to change the content of the writer to match the PDF/A-3 standard. // Implements model.StandardApplier. -func (_aced *profile3 )ApplyStandard (document *_ad .Document )(_aaaa error ){_eefb (document ,7);if _aaaa =_ecb (document ,_aced ._fcaa .Now );_aaaa !=nil {return _aaaa ;};if _aaaa =_fca (document );_aaaa !=nil {return _aaaa ;};_dbba ,_bbba :=_aec (_aced ._fcaa .CMYKDefaultColorSpace ,_aced ._fbdd ); -_aaaa =_fabeb (document ,[]pageColorspaceOptimizeFunc {_dbba },[]documentColorspaceOptimizeFunc {_bbba });if _aaaa !=nil {return _aaaa ;};_aeae (document );if _aaaa =_cbec (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_cfg (document ,_aced ._fbdd ._bc ); -_aaaa !=nil {return _aaaa ;};if _aaaa =_agecf (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_ffeg (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_dcfg (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_bdbe (document );_aaaa !=nil {return _aaaa ; -};if _aced ._fbdd ._fa =="\u0041"{_begbd (document );};if _aaaa =_fbf (document ,_aced ._fbdd ._bc );_aaaa !=nil {return _aaaa ;};if _aaaa =_adf (document );_aaaa !=nil {return _aaaa ;};if _edfb :=_eac (document ,_aced ._fbdd ,_aced ._fcaa .Xmp );_edfb !=nil {return _edfb ; -};if _aced ._fbdd ==_cc (){if _aaaa =_eff (document );_aaaa !=nil {return _aaaa ;};};if _aaaa =_cgbbd (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_ffee (document );_aaaa !=nil {return _aaaa ;};if _aaaa =_dged (document );_aaaa !=nil {return _aaaa ; -};return nil ;};func _ed ()standardType {return standardType {_bc :1,_fa :"\u0042"}};func _begf (_beagb *_aad .PdfObjectDictionary ,_dfdf map[*_aad .PdfObjectStream ][]byte ,_dggcd map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_afeg ="\u0036.\u0033\u002e\u0033\u002d\u0034"; -_aeacg ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; -);var _agdf string ;if _aegdd ,_ecab :=_aad .GetName (_beagb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ecab {_agdf =_aegdd .String ();};if _agdf !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_efba :=_beagb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _ ,_edab :=_aad .GetName (_efba );_edab {return _fbc ;};_gafd ,_bcea :=_aad .GetStream (_efba );if !_bcea {return _fgdg (_afeg ,_aeacg );};_eeef ,_gfef :=_gfada (_gafd ,_dfdf ,_dggcd );if _gfef !=nil {return _fgdg (_afeg ,_aeacg );};_dfgdc ,_cbba :=_aad .GetIntVal (_gafd .Get ("\u0057\u004d\u006fd\u0065")); -_fdag ,_degde :=_eeef .WMode ();if _cbba &&_degde {if _fdag !=_dfgdc {return _fgdg (_afeg ,_aeacg );};};if (_cbba &&!_degde )||(!_cbba &&_degde ){return _fgdg (_afeg ,_aeacg );};return _fbc ;};func _cbec (_ecagc *_ad .Document )error {_bfdf ,_gbbca :=_ecagc .FindCatalog (); -if !_gbbca {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_gcgd ,_gbbca :=_aad .GetDict (_bfdf .Object .Get ("\u0050\u0065\u0072m\u0073"));if _gbbca {_cfge :=_aad .MakeDict ();_ebag :=_gcgd .Keys (); -for _ ,_gffc :=range _ebag {if _gffc .String ()=="\u0055\u0052\u0033"||_gffc .String ()=="\u0044\u006f\u0063\u004d\u0044\u0050"{_cfge .Set (_gffc ,_gcgd .Get (_gffc ));};};_bfdf .Object .Set ("\u0050\u0065\u0072m\u0073",_cfge );};return nil ;};func (_cbg *documentImages )hasOnlyDeviceRGB ()bool {return _cbg ._fba &&!_cbg ._dcc &&!_cbg ._dcf }; -type profile2 struct{_cbebb standardType ;_ece Profile2Options ;};type standardType struct{_bc int ;_fa string ;};func _gegg (_ecgf *_g .CompliancePdfReader )(_ceege []ViolatedRule ){var _dddca ,_fcfb ,_gbbeg ,_ebfe ,_gcgfd ,_ebaed bool ;_bedbc :=func ()bool {return _dddca &&_fcfb &&_gbbeg &&_ebfe &&_gcgfd &&_ebaed }; -for _ ,_gceec :=range _ecgf .PageList {if _gceec .Resources ==nil {continue ;};_fbcgb ,_egfc :=_aad .GetDict (_gceec .Resources .Font );if !_egfc {continue ;};for _ ,_eaeg :=range _fbcgb .Keys (){_fcdca ,_bagda :=_aad .GetDict (_fbcgb .Get (_eaeg ));if !_bagda {if !_dddca {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006e\u0064\u0020\u0066on\u0074 \u0070\u0072\u006fg\u0072\u0061\u006ds\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072mi\u006e\u0067\u0020\u0066\u0069\u006ce\u002c\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u006c\u0065s\u0073\u0020\u006f\u0066\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006eg m\u006f\u0064\u0065\u0020\u0075\u0073\u0061\u0067\u0065\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0074\u0068e\u0020\u0070\u0072o\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0069\u006e \u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031:\u0032\u0030\u0030\u0038\u002c \u0039\u002e\u0036\u0020a\u006e\u0064\u0020\u0039.\u0037\u002e")); -_dddca =true ;if _bedbc (){return _ceege ;};};continue ;};if _ccee ,_gaaef :=_aad .GetName (_fcdca .Get ("\u0054\u0079\u0070\u0065"));!_dddca &&(!_gaaef ||_ccee .String ()!="\u0046\u006f\u006e\u0074"){_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_dddca =true ;if _bedbc (){return _ceege ;};};_defb ,_efeb :=_g .NewPdfFontFromPdfObject (_fcdca );if _efeb !=nil {continue ;};var _bfddd string ;if _aafeg ,_cdfe :=_aad .GetName (_fcdca .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_cdfe {_bfddd =_aafeg .String (); -};if !_fcfb {switch _bfddd {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_fcfb =true ; -_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); -if _bedbc (){return _ceege ;};};};if !_gbbeg {if _bfddd !="\u0054\u0079\u0070e\u0033"{_eaee ,_ddbda :=_aad .GetName (_fcdca .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_ddbda ||_eaee .String ()==""{_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); -_gbbeg =true ;if _bedbc (){return _ceege ;};};};};if _bfddd !="\u0054\u0079\u0070e\u0031"{continue ;};_cgad :=_caa .IsStdFont (_caa .StdFontName (_defb .BaseFont ()));if _cgad {continue ;};_fefa ,_cfba :=_aad .GetIntVal (_fcdca .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); -if !_cfba &&!_ebfe {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); -_ebfe =true ;if _bedbc (){return _ceege ;};};_bbedd ,_dddcd :=_aad .GetIntVal (_fcdca .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_dddcd &&!_gcgfd {_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); -_gcgfd =true ;if _bedbc (){return _ceege ;};};if !_ebaed {_aggfd ,_bbda :=_aad .GetArray (_fcdca .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_bbda ||!_cfba ||!_dddcd ||_aggfd .Len ()!=_bbedd -_fefa +1{_ceege =append (_ceege ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); -_ebaed =true ;if _bedbc (){return _ceege ;};};};};};return _ceege ;}; - -// Profile is the model.StandardImplementer enhanced by the information about the profile conformance level. -type Profile interface{_g .StandardImplementer ;Conformance ()string ;Part ()int ;}; - -// NewProfile3U creates a new Profile3U with the given options. -func NewProfile3U (options *Profile3Options )*Profile3U {if options ==nil {options =DefaultProfile3Options ();};_dggc (options );return &Profile3U {profile3 {_fcaa :*options ,_fbdd :_gd ()}};};func _fcb ()standardType {return standardType {_bc :2,_fa :"\u0041"}}; -func _cabf (_cafaa *_g .CompliancePdfReader )ViolatedRule {for _ ,_degc :=range _cafaa .PageList {_geegee ,_bceef :=_degc .GetContentStreams ();if _bceef !=nil {continue ;};for _ ,_gbfgc :=range _geegee {_bege :=_fgd .NewContentStreamParser (_gbfgc );_ ,_bceef =_bege .Parse (); -if _bceef !=nil {return _fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); -};};};return _fbc ;};func _ddgg (_abba *_g .CompliancePdfReader )(_aabd []ViolatedRule ){var _bafcg ,_cacdd ,_bfbb ,_cabc ,_cfbga ,_ggbed ,_febd bool ;_ffbg :=func ()bool {return _bafcg &&_cacdd &&_bfbb &&_cabc &&_cfbga &&_ggbed &&_febd };for _ ,_ecbaf :=range _abba .PageList {_acae ,_egfe :=_ecbaf .GetAnnotations (); -if _egfe !=nil {_be .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_egfe );continue ;};for _ ,_dddg :=range _acae {if !_bafcg {switch _dddg .GetContext ().(type ){case *_g .PdfAnnotationScreen ,*_g .PdfAnnotation3D ,*_g .PdfAnnotationSound ,*_g .PdfAnnotationMovie ,nil :_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0031\u002d\u0031","\u0041nn\u006f\u0074\u0061\u0074i\u006f\u006e t\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065r\u006d\u0069t\u0074\u0065\u0064\u002e\u0020\u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0033\u0044\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u0053\u0063\u0072\u0065\u0065\u006e\u0020\u0061n\u0064\u0020\u004d\u006f\u0076\u0069\u0065\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_bafcg =true ;if _ffbg (){return _aabd ;};};};_edgf ,_faea :=_aad .GetDict (_dddg .GetContainingPdfObject ());if !_faea {continue ;};_ ,_gfadb :=_dddg .GetContext ().(*_g .PdfAnnotationPopup );if !_gfadb &&!_cacdd {_ ,_gccg :=_aad .GetIntVal (_edgf .Get ("\u0046")); -if !_gccg {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0045\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072i\u0065\u0073\u0020\u0077\u0068\u006fs\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0069\u0073\u0020\u0050\u006f\u0070u\u0070\u002c\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065y.")); -_cacdd =true ;if _ffbg (){return _aabd ;};};};if !_bfbb {_cgegg ,_becd :=_aad .GetIntVal (_edgf .Get ("\u0046"));if _becd &&!(_cgegg &4==4&&_cgegg &1==0&&_cgegg &2==0&&_cgegg &32==0&&_cgegg &256==0){_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0032","I\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073\u0068\u0061l\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020\u0049\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u002c\u0020\u0054\u006f\u0067\u0067\u006c\u0065\u004e\u006f\u0056\u0069\u0065\u0077\u002c\u0020\u0061\u006e\u0064 \u004eo\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020s\u0065\u0074\u0020t\u006f\u0020\u0030.")); -_bfbb =true ;if _ffbg (){return _aabd ;};};};_ ,_gdgab :=_dddg .GetContext ().(*_g .PdfAnnotationText );if _gdgab &&!_cabc {_faaa ,_ebaca :=_aad .GetIntVal (_edgf .Get ("\u0046"));if _ebaca &&!(_faaa &8==8&&_faaa &16==16){_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0032\u002d\u0033","\u0054\u0065\u0078\u0074\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069o\u006e\u0020\u0068\u0061\u0073\u0020\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006ca\u0067\u0073\u0020\u004e\u006f\u005a\u006f\u006f\u006d\u0020\u006f\u0072\u0020\u004e\u006f\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u0073\u0065t\u0020\u0074\u006f\u0020\u0030\u002e")); -_cabc =true ;if _ffbg (){return _aabd ;};};};if !_cfbga {_ebcf ,_febg :=_aad .GetDict (_edgf .Get ("\u0041\u0050"));if _febg {_abaf :=_ebcf .Get ("\u004e");if _abaf ==nil ||len (_ebcf .Keys ())> 1{_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};_ ,_cgdb :=_dddg .GetContext ().(*_g .PdfAnnotationWidget );if _cgdb {_gebc ,_eede :=_aad .GetName (_edgf .Get ("\u0046\u0054"));if _eede &&*_gebc =="\u0042\u0074\u006e"{if _ ,_dgeea :=_aad .GetDict (_abaf ); -!_dgeea {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};};};_ ,_cgaag :=_aad .GetStream (_abaf );if !_cgaag {_aabd =append (_aabd ,_fgdg ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); -_cfbga =true ;if _ffbg (){return _aabd ;};continue ;};};};_ecdge ,_eddf :=_dddg .GetContext ().(*_g .PdfAnnotationWidget );if !_eddf {continue ;};if !_ggbed {if _ecdge .A !=nil {_aabd =append (_aabd ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0031","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); -_ggbed =true ;if _ffbg (){return _aabd ;};};};if !_febd {if _ecdge .AA !=nil {_aabd =append (_aabd ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -_febd =true ;if _ffbg (){return _aabd ;};};};};};return _aabd ;};func _afeaa (_ddedc *_g .CompliancePdfReader )ViolatedRule {_eebg :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_fbdgb :=range _ddedc .PageList {if _fbdgb .Resources ==nil &&_fbdgb .Contents ==nil {continue ; -};if _accac :=_fbdgb .GetPageDict ();_accac !=nil {_dgeg ,_cbbc :=_aad .GetDict (_accac .Get ("\u0047\u0072\u006fu\u0070"));if _cbbc {if _ffcb :=_dgeg .Get ("\u0053");_ffcb !=nil {_ecde ,_cbfc :=_aad .GetName (_ffcb );if _cbfc &&_ecde .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};};};if _fbdgb .Resources !=nil {if _gddge ,_cbbeg :=_aad .GetDict (_fbdgb .Resources .XObject );_cbbeg {for _ ,_afdge :=range _gddge .Keys (){_ggacfe ,_gbae :=_aad .GetStream (_gddge .Get (_afdge ));if !_gbae {continue ;};if _ ,_edae :=_eebg [_ggacfe ]; -_edae {continue ;};_fcaf ,_gbae :=_aad .GetDict (_ggacfe .Get ("\u0047\u0072\u006fu\u0070"));if !_gbae {_eebg [_ggacfe ]=struct{}{};continue ;};_ecaa :=_fcaf .Get ("\u0053");if _ecaa !=nil {_dgead ,_gceea :=_aad .GetName (_ecaa );if _gceea &&_dgead .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};_eebg [_ggacfe ]=struct{}{};continue ;};};};if _fbdgb .Contents !=nil {_dcgf ,_dgaa :=_fbdgb .GetContentStreams ();if _dgaa !=nil {continue ;};for _ ,_gdaea :=range _dcgf {_dbad ,_cgccf :=_fgd .NewContentStreamParser (_gdaea ).Parse ();if _cgccf !=nil {continue ; -};for _ ,_abef :=range *_dbad {if len (_abef .Params )==0{continue ;};_ffafd ,_agbc :=_aad .GetName (_abef .Params [0]);if !_agbc {continue ;};_deba ,_bfdb :=_fbdgb .Resources .GetXObjectByName (*_ffafd );if _bfdb !=_g .XObjectTypeForm {continue ;};if _ ,_abge :=_eebg [_deba ]; -_abge {continue ;};_debb ,_agbc :=_aad .GetDict (_deba .Get ("\u0047\u0072\u006fu\u0070"));if !_agbc {_eebg [_deba ]=struct{}{};continue ;};_abaee :=_debb .Get ("\u0053");if _abaee !=nil {_gfga ,_defe :=_aad .GetName (_abaee );if _defe &&_gfga .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _fgdg ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};};_eebg [_deba ]=struct{}{};};};};};return _fbc ;};func _gfgc (_afddfd *_aad .PdfObjectDictionary )ViolatedRule {const (_agbde ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0032";_deebfb ="IS\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u0020\u0072\u0065\u0071\u0075\u0069\u0072\u0065\u0073\u0020\u0074\u0068a\u0074\u0020\u0061\u006c\u006c\u0020\u0065m\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0054\u0079\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0073\u0020\u0069n\u0020t\u0068e\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006fG\u0049\u0044M\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079 \u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020\u0061\u0020\u0073t\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070p\u0069\u006e\u0067 f\u0072\u006f\u006d \u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079p\u0068 \u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006fr\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020\u0054\u0061\u0062\u006c\u0065\u0020\u0031\u0031\u0037\u002e"; -);var _ffbfd string ;if _dbda ,_ceafgd :=_aad .GetName (_afddfd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ceafgd {_ffbfd =_dbda .String ();};if _ffbfd !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fbc ;};if _afddfd .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _fgdg (_agbde ,_deebfb ); -};return _fbc ;}; - -// NewProfile1A creates a new Profile1A with given options. -func NewProfile1A (options *Profile1Options )*Profile1A {if options ==nil {options =DefaultProfile1Options ();};_fcf (options );return &Profile1A {profile1 {_bgd :*options ,_deeb :_ea ()}};};func _adcb (_ged *_g .CompliancePdfReader )(_dgeb []ViolatedRule ){var _ffccb ,_effd ,_deec ,_gfdde ,_gabba ,_edcaf bool ; -_effb :=func ()bool {return _ffccb &&_effd &&_deec &&_gfdde &&_gabba &&_edcaf };_afcbe :=func (_gbdgc *_aad .PdfObjectDictionary )bool {if !_ffccb &&_gbdgc .Get ("\u0054\u0052")!=nil {_ffccb =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); -};if _gdga :=_gbdgc .Get ("\u0054\u0052\u0032");!_effd &&_gdga !=nil {_fecg ,_cbfbe :=_aad .GetName (_gdga );if !_cbfbe ||(_cbfbe &&*_fecg !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_effd =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); -if _effb (){return true ;};};};if _cafb :=_gbdgc .Get ("\u0053\u004d\u0061s\u006b");!_deec &&_cafb !=nil {_bdafb ,_ddec :=_aad .GetName (_cafb );if !_ddec ||(_ddec &&*_bdafb !="\u004e\u006f\u006e\u0065"){_deec =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0031","\u0049\u0066\u0020\u0061\u006e \u0053\u004d\u0061\u0073\u006b\u0020\u006be\u0079\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0069\u0074s\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u004e\u006f\u006ee\u002e")); -if _effb (){return true ;};};};if _efdg :=_gbdgc .Get ("\u0043\u0041");!_gabba &&_efdg !=nil {_cffb ,_gbaaa :=_aad .GetNumberAsFloat (_efdg );if _gbaaa ==nil &&_cffb !=1.0{_gabba =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0035","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0043\u0041 \u002d\u0020\u0031\u002e\u0030\u002e")); -if _effb (){return true ;};};};if _gbedc :=_gbdgc .Get ("\u0063\u0061");!_edcaf &&_gbedc !=nil {_gege ,_bfgb :=_aad .GetNumberAsFloat (_gbedc );if _bfgb ==nil &&_gege !=1.0{_edcaf =true ;_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0036","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0063\u0061 \u002d\u0020\u0031\u002e\u0030\u002e")); -if _effb (){return true ;};};};if _cbgg :=_gbdgc .Get ("\u0042\u004d");!_gfdde &&_cbgg !=nil {_eabe ,_fcdc :=_aad .GetName (_cbgg );if _fcdc {switch _eabe .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_gfdde =true ; -_dgeb =append (_dgeb ,_fgdg ("\u0036\u002e\u0034-\u0034","T\u0068\u0065\u0020\u0066\u006f\u006cl\u006f\u0077\u0069\u006e\u0067 \u006b\u0065y\u0073\u002c\u0020\u0069\u0066 \u0070res\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047S\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065 \u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0077n\u003a\u0020\u0042\u004d\u0020\u002d\u0020\u004e\u006f\u0072m\u0061\u006c\u0020\u006f\u0072\u0020\u0043\u006f\u006d\u0070\u0061t\u0069\u0062\u006c\u0065\u002e")); -if _effb (){return true ;};};};};return false ;};for _ ,_cgfe :=range _ged .PageList {_cgcb :=_cgfe .Resources ;if _cgcb ==nil {continue ;};if _cgcb .ExtGState ==nil {continue ;};_cbaf ,_aeffa :=_aad .GetDict (_cgcb .ExtGState );if !_aeffa {continue ;}; -_eafag :=_cbaf .Keys ();for _ ,_fbaae :=range _eafag {_fdbfa ,_cbgfc :=_aad .GetDict (_cbaf .Get (_fbaae ));if !_cbgfc {continue ;};if _afcbe (_fdbfa ){return _dgeb ;};};};for _ ,_ccbf :=range _ged .PageList {_bfgd :=_ccbf .Resources ;if _bfgd ==nil {continue ; -};_fadg ,_dded :=_aad .GetDict (_bfgd .XObject );if !_dded {continue ;};for _ ,_bcfg :=range _fadg .Keys (){_egcd ,_fbab :=_aad .GetStream (_fadg .Get (_bcfg ));if !_fbab {continue ;};_bcge ,_fbab :=_aad .GetDict (_egcd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_fbab {continue ;};_dggcb ,_fbab :=_aad .GetDict (_bcge .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_fbab {continue ;};for _ ,_acbc :=range _dggcb .Keys (){_dbbc ,_ebbd :=_aad .GetDict (_dggcb .Get (_acbc ));if !_ebbd {continue ;};if _afcbe (_dbbc ){return _dgeb ; -};};};};return _dgeb ;};func _efceg (_fabdc *_g .CompliancePdfReader )ViolatedRule {_dfcg :=_fabdc .ParserMetadata ();if _dfcg .HasInvalidSeparationAfterXRef (){return _fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e"); -};return _fbc ;}; - -// Error implements error interface. -func (_ae VerificationError )Error ()string {_ge :=_aa .Builder {};_ge .WriteString ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u003a\u0020");_ge .WriteString (_b .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_ae .ConformanceLevel ,_ae .ConformanceVariant )); -_ge .WriteString ("\u0020\u0056\u0069\u006f\u006c\u0061\u0074\u0065\u0064\u0020\u0072\u0075l\u0065\u0073\u003a\u0020");for _cf ,_fb :=range _ae .ViolatedRules {_ge .WriteString (_fb .String ());if _cf !=len (_ae .ViolatedRules )-1{_ge .WriteRune ('\n'); -};};return _ge .String ();};var _ Profile =(*Profile1A )(nil );func _dcgd (_gfffb *_g .CompliancePdfReader ,_bcdaa standardType )(_dddc []ViolatedRule ){var _efce ,_aeec ,_bdbf ,_aefe ,_ceea ,_edcef ,_fgaf ,_dfgd ,_faa ,_fabd ,_aaea bool ;_dbff :=func ()bool {return _efce &&_aeec &&_bdbf &&_aefe &&_ceea &&_edcef &&_fgaf &&_dfgd &&_faa &&_fabd &&_aaea ; -};_ceed :=map[*_aad .PdfObjectStream ]*_bf .CMap {};_beafa :=map[*_aad .PdfObjectStream ][]byte {};_dfafc :=map[_aad .PdfObject ]*_g .PdfFont {};for _ ,_adfe :=range _gfffb .GetObjectNums (){_cdfg ,_ebdfd :=_gfffb .GetIndirectObjectByNumber (_adfe );if _ebdfd !=nil {continue ; -};_gccb ,_fdcb :=_aad .GetDict (_cdfg );if !_fdcb {continue ;};_ebef ,_fdcb :=_aad .GetName (_gccb .Get ("\u0054\u0079\u0070\u0065"));if !_fdcb {continue ;};if *_ebef !="\u0046\u006f\u006e\u0074"{continue ;};_cagd ,_ebdfd :=_g .NewPdfFontFromPdfObject (_gccb ); -if _ebdfd !=nil {_be .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_ebdfd );continue ;};_dfafc [_gccb ]=_cagd ; -};for _ ,_dfgc :=range _gfffb .PageList {_edac ,_gdaf :=_dfgc .GetContentStreams ();if _gdaf !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); -continue ;};for _ ,_dcaca :=range _edac {_bdcc :=_fgd .NewContentStreamParser (_dcaca );_aaaag ,_bcdg :=_bdcc .Parse ();if _bcdg !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_bcdg ); -continue ;};var _bace bool ;for _ ,_aadeg :=range *_aaaag {if _aadeg .Operand !="\u0054\u0072"{continue ;};if len (_aadeg .Params )!=1{_be .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_aadeg .Params )); -continue ;};_gabg ,_cfeab :=_aad .GetIntVal (_aadeg .Params [0]);if !_cfeab {_be .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -continue ;};if _gabg ==3{_bace =true ;break ;};};for _ ,_deffd :=range *_aaaag {if _deffd .Operand !="\u0054\u0066"{continue ;};if len (_deffd .Params )!=2{_be .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_deffd .Params )); -continue ;};_gdge ,_deb :=_aad .GetName (_deffd .Params [0]);if !_deb {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_deffd ); -continue ;};_acdcg ,_gdbg :=_dfgc .Resources .GetFontByName (*_gdge );if !_gdbg {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_afgc ,_deb :=_aad .GetDict (_acdcg );if !_deb {_be .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_edfe ,_deb :=_dfafc [_afgc ];if !_deb {var _dfcc error ;_edfe ,_dfcc =_g .NewPdfFontFromPdfObject (_afgc );if _dfcc !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dfcc ); -continue ;};_dfafc [_afgc ]=_edfe ;};if !_efce {_edcc :=_bdcg (_afgc ,_beafa ,_ceed );if _edcc !=_fbc {_dddc =append (_dddc ,_edcc );_efce =true ;if _dbff (){return _dddc ;};};};if !_aeec {_beff :=_eced (_afgc );if _beff !=_fbc {_dddc =append (_dddc ,_beff ); -_aeec =true ;if _dbff (){return _dddc ;};};};if !_bdbf {_ceag :=_aggf (_afgc ,_beafa ,_ceed );if _ceag !=_fbc {_dddc =append (_dddc ,_ceag );_bdbf =true ;if _dbff (){return _dddc ;};};};if !_aefe {_ecad :=_begf (_afgc ,_beafa ,_ceed );if _ecad !=_fbc {_dddc =append (_dddc ,_ecad ); -_aefe =true ;if _dbff (){return _dddc ;};};};if !_ceea {_fdef :=_cffff (_edfe ,_afgc ,_bace );if _fdef !=_fbc {_ceea =true ;_dddc =append (_dddc ,_fdef );if _dbff (){return _dddc ;};};};if !_edcef {_gbea :=_aegff (_edfe ,_afgc );if _gbea !=_fbc {_edcef =true ; -_dddc =append (_dddc ,_gbea );if _dbff (){return _dddc ;};};};if !_fgaf {_dfga :=_cgfg (_edfe ,_afgc );if _dfga !=_fbc {_fgaf =true ;_dddc =append (_dddc ,_dfga );if _dbff (){return _dddc ;};};};if !_dfgd {_ecgg :=_aggcd (_edfe ,_afgc );if _ecgg !=_fbc {_dfgd =true ; -_dddc =append (_dddc ,_ecgg );if _dbff (){return _dddc ;};};};if !_faa {_cgae :=_gced (_edfe ,_afgc );if _cgae !=_fbc {_faa =true ;_dddc =append (_dddc ,_cgae );if _dbff (){return _dddc ;};};};if !_fabd {_gdgd :=_badb (_edfe ,_afgc );if _gdgd !=_fbc {_fabd =true ; -_dddc =append (_dddc ,_gdgd );if _dbff (){return _dddc ;};};};if !_aaea &&_bcdaa ._fa =="\u0041"{_cgcg :=_eecaa (_afgc ,_beafa ,_ceed );if _cgcg !=_fbc {_aaea =true ;_dddc =append (_dddc ,_cgcg );if _dbff (){return _dddc ;};};};};};};return _dddc ;};func _cgcgf (_ggcg *_g .CompliancePdfReader ,_bccdg standardType ,_aeaeg bool )(_eaeb []ViolatedRule ){_bgcdf ,_cdebc :=_dagg (_ggcg ); -if !_cdebc {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_abde :=_bgcdf .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");if _abde ==nil {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u006e\u006f\u0020\u0027\u004d\u0065\u0074\u0061d\u0061\u0074\u0061' \u006b\u0065\u0079\u0020\u0066\u006fu\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u002e"),_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; -};_ecfd ,_cdebc :=_aad .GetStream (_abde );if !_cdebc {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0032","\u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0027\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"),_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; -};if _ecfd .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")!=nil {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0032\u002d\u0032","M\u0065\u0074a\u0064\u0061\u0074\u0061\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u006b\u0065y\u002e")); -};_gebd ,_faed :=_bg .LoadDocument (_ecfd .Stream );if _faed !=nil {return []ViolatedRule {_fgdg ("\u0036.\u0037\u002e\u0039\u002d\u0031","The\u0020\u006d\u0065\u0074a\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0061\u006e\u0064\u0020\u0077\u0065\u006c\u006c\u0020\u0066\u006f\u0072\u006de\u0064\u0020\u0050\u0044\u0046\u0041\u0045\u0078\u0074e\u006e\u0073\u0069\u006f\u006e\u0020\u0053\u0063\u0068\u0065\u006da\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073\u002e")}; -};_fecbc :=_gebd .GetGoXmpDocument ();var _gbaf []*_fge .Namespace ;for _ ,_aaga :=range _fecbc .Namespaces (){switch _aaga .Name {case _fg .NsDc .Name ,_cgf .NsPDF .Name ,_bd .NsXmp .Name ,_ca .NsXmpRights .Name ,_dg .Namespace .Name ,_gc .Namespace .Name ,_d .NsXmpMM .Name ,_gc .FieldNS .Name ,_gc .SchemaNS .Name ,_gc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; -};_gbaf =append (_gbaf ,_aaga );};_ecdgc :=true ;_gfbea ,_faed :=_gebd .GetPdfaExtensionSchemas ();if _faed ==nil {for _ ,_faef :=range _gbaf {var _gaaa bool ;for _bbbd :=range _gfbea {if _faef .URI ==_gfbea [_bbbd ].NamespaceURI {_gaaa =true ;break ;}; -};if !_gaaa {_ecdgc =false ;break ;};};}else {_ecdgc =false ;};if !_ecdgc {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0039\u002d\u0032","\u0050\u0072\u006f\u0070\u0065\u0072\u0074i\u0065\u0073 \u0073\u0070\u0065\u0063\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0058M\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0073\u0068\u0061\u006cl\u0020\u0075\u0073\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073 \u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002c\u0020\u006f\u0072\u0020\u0065\u0078\u0074\u0065ns\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u0074\u0068\u0061\u0074 \u0063\u006f\u006d\u0070\u006c\u0079\u0020\u0077\u0069\u0074h\u0020\u0058\u004d\u0050\u0020\u0053\u0070e\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002e")); -};_gffb ,_faed :=_ggcg .GetPdfInfo ();if _faed ==nil {if !_fdeag (_gffb ,_gebd ){_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); -};}else if _ ,_bdeb :=_gebd .GetMediaManagement ();_bdeb {_eaeb =append (_eaeb ,_fgdg ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); -};_fgdb ,_cdebc :=_gebd .GetPdfAID ();if !_cdebc {_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); -}else {if _fgdb .Part !=_bccdg ._bc {_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); -};if _bccdg ._fa =="\u0041"&&_fgdb .Conformance !="\u0041"{_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); -}else if _bccdg ._fa =="\u0042"&&(_fgdb .Conformance !="\u0041"&&_fgdb .Conformance !="\u0042"){_eaeb =append (_eaeb ,_fgdg ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); -};};return _eaeb ;};func _gbbb (_gafda *_g .CompliancePdfReader )ViolatedRule {return _fbc };func _bccb (_bacd *_g .CompliancePdfReader )(_accc []ViolatedRule ){for _ ,_ecbe :=range _bacd .GetObjectNums (){_aagg ,_dbbac :=_bacd .GetIndirectObjectByNumber (_ecbe ); -if _dbbac !=nil {continue ;};_befdg ,_fcbeg :=_aad .GetDict (_aagg );if !_fcbeg {continue ;};_acddc ,_fcbeg :=_aad .GetName (_befdg .Get ("\u0054\u0079\u0070\u0065"));if !_fcbeg {continue ;};if _acddc .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ; -};_fgbff ,_fcbeg :=_aad .GetBool (_befdg .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"));if _fcbeg &&bool (*_fgbff ){_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0033","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -};if _befdg .Get ("\u0058\u0046\u0041")!=nil {_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020i\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020t\u0068\u0061\u0074\u0020f\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065 \u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d \u006b\u0065\u0079\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006f\u0066 \u0061 \u0050\u0044F\u002fA\u002d\u0032\u0020\u0066ile\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065n\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u0046\u0041\u0020\u006b\u0065y.")); -};};_aabdd ,_dbffc :=_dagg (_bacd );if _dbffc &&_aabdd .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_accc =append (_accc ,_fgdg ("\u0036.\u0034\u002e\u0032\u002d\u0032","\u0041\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006cog\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u002e")); -};return _accc ;};func _aaad (_cbfb *_g .CompliancePdfReader )ViolatedRule {return _fbc };var _ Profile =(*Profile3U )(nil );func _fcf (_gcgg *Profile1Options ){if _gcgg .Now ==nil {_gcgg .Now =_f .Now ;};};func _gcbf (_befef *_g .CompliancePdfReader ,_fcef bool )(_bdec []ViolatedRule ){var _cgac ,_aefba ,_acbe ,_gbeb ,_cfd ,_gcggg ,_ecdfc bool ; -_dae :=func ()bool {return _cgac &&_aefba &&_acbe &&_gbeb &&_cfd &&_gcggg &&_ecdfc };_eddba ,_cbeda :=_cegda (_befef );var _dcab _ab .ProfileHeader ;if _cbeda {_dcab ,_ =_ab .ParseHeader (_eddba .DestOutputProfile );};var _gdcff bool ;_fede :=map[_aad .PdfObject ]struct{}{}; -var _ade func (_beag _g .PdfColorspace )bool ;_ade =func (_afbe _g .PdfColorspace )bool {switch _egced :=_afbe .(type ){case *_g .PdfColorspaceDeviceGray :if !_gcggg {if !_cbeda {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0034","\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0075s\u0065\u0064\u0020\u006f\u006el\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006ce\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020O\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u002e")); -_gcggg =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceDeviceRGB :if !_gbeb {if !_cbeda ||_dcab .ColorSpace !=_ab .ColorSpaceRGB {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0032","\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065 \u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074In\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020u\u0073es\u0020a\u006e\u0020\u0052\u0047\u0042\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u002e")); -_gbeb =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceDeviceCMYK :if !_cfd {if !_cbeda ||_dcab .ColorSpace !=_ab .ColorSpaceCMYK {_gdcff =true ;_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0033","\u0044\u0065\u0076\u0069\u0063e\u0043\u004d\u0059\u004b \u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074h\u0065\u0020\u0066\u0069\u006ce \u0068\u0061\u0073\u0020\u0061 \u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068a\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0061\u006e \u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072\u0020s\u0070\u0061\u0063e\u002e")); -_cfd =true ;if _dae (){return true ;};};};case *_g .PdfColorspaceICCBased :if !_acbe ||!_ecdfc {_ggde ,_fdg :=_ab .ParseHeader (_egced .Data );if _fdg !=nil {_be .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fdg ); -_bdec =append (_bdec ,func ()ViolatedRule {return _fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035"); -}());_acbe =true ;if _dae (){return true ;};};if !_acbe {var _cega ,_egbda bool ;switch _ggde .DeviceClass {case _ab .DeviceClassPRTR ,_ab .DeviceClassMNTR ,_ab .DeviceClassSCNR ,_ab .DeviceClassSPAC :default:_cega =true ;};switch _ggde .ColorSpace {case _ab .ColorSpaceRGB ,_ab .ColorSpaceCMYK ,_ab .ColorSpaceGRAY ,_ab .ColorSpaceLAB :default:_egbda =true ; -};if _cega ||_egbda {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035")); -_acbe =true ;if _dae (){return true ;};};};if !_ecdfc {_fgdc ,_ :=_aad .GetStream (_egced .GetContainingPdfObject ());if _fgdc .Get ("\u004e")==nil ||(_egced .N ==1&&_ggde .ColorSpace !=_ab .ColorSpaceGRAY )||(_egced .N ==3&&!(_ggde .ColorSpace ==_ab .ColorSpaceRGB ||_ggde .ColorSpace ==_ab .ColorSpaceLAB ))||(_egced .N ==4&&_ggde .ColorSpace !=_ab .ColorSpaceCMYK ){_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0033\u002d\u0035","\u0049\u0066\u0020a\u006e\u0020u\u006e\u0063\u0061\u006c\u0069\u0062\u0072a\u0074\u0065\u0064\u0020\u0063\u006fl\u006f\u0072 \u0073\u0070\u0061c\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u0069\u006c\u0065 \u0074\u0068\u0065\u006e \u0074\u0068\u0061\u0074 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041-\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020\u0069\u006e\u0020\u0036\u002e\u0032\u002e\u0032\u002e")); -_ecdfc =true ;if _dae (){return true ;};};};};if _egced .Alternate !=nil {return _ade (_egced .Alternate );};};return false ;};for _ ,_agee :=range _befef .GetObjectNums (){_ceda ,_daff :=_befef .GetIndirectObjectByNumber (_agee );if _daff !=nil {continue ; -};_dfdad ,_cceb :=_aad .GetStream (_ceda );if !_cceb {continue ;};_cfc ,_cceb :=_aad .GetName (_dfdad .Get ("\u0054\u0079\u0070\u0065"));if !_cceb ||_cfc .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_beaf ,_cceb :=_aad .GetName (_dfdad .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_cceb {continue ;};_fede [_dfdad ]=struct{}{};switch _beaf .String (){case "\u0049\u006d\u0061g\u0065":_fgfa ,_ffad :=_g .NewXObjectImageFromStream (_dfdad );if _ffad !=nil {continue ;};_fede [_dfdad ]=struct{}{};if _ade (_fgfa .ColorSpace ){return _bdec ; -};case "\u0046\u006f\u0072\u006d":_cfab ,_eed :=_aad .GetDict (_dfdad .Get ("\u0047\u0072\u006fu\u0070"));if !_eed {continue ;};_dffc :=_cfab .Get ("\u0043\u0053");if _dffc ==nil {continue ;};_eead ,_aebb :=_g .NewPdfColorspaceFromPdfObject (_dffc );if _aebb !=nil {continue ; -};if _ade (_eead ){return _bdec ;};};};for _ ,_cfea :=range _befef .PageList {_caeec ,_ceeg :=_cfea .GetContentStreams ();if _ceeg !=nil {continue ;};for _ ,_bgag :=range _caeec {_cbd ,_bdgd :=_fgd .NewContentStreamParser (_bgag ).Parse ();if _bdgd !=nil {continue ; -};for _ ,_fcfd :=range *_cbd {if len (_fcfd .Params )> 1{continue ;};switch _fcfd .Operand {case "\u0042\u0049":_ceff ,_fdc :=_fcfd .Params [0].(*_fgd .ContentStreamInlineImage );if !_fdc {continue ;};_gaca ,_gacc :=_ceff .GetColorSpace (_cfea .Resources ); -if _gacc !=nil {continue ;};if _ade (_gaca ){return _bdec ;};case "\u0044\u006f":_gdf ,_ccebd :=_aad .GetName (_fcfd .Params [0]);if !_ccebd {continue ;};_begd ,_bddf :=_cfea .Resources .GetXObjectByName (*_gdf );if _ ,_eaff :=_fede [_begd ];_eaff {continue ; -};switch _bddf {case _g .XObjectTypeImage :_ceef ,_fffe :=_g .NewXObjectImageFromStream (_begd );if _fffe !=nil {continue ;};_fede [_begd ]=struct{}{};if _ade (_ceef .ColorSpace ){return _bdec ;};case _g .XObjectTypeForm :_fafb ,_cgagc :=_aad .GetDict (_begd .Get ("\u0047\u0072\u006fu\u0070")); -if !_cgagc {continue ;};_gfgg ,_cgagc :=_aad .GetName (_fafb .Get ("\u0043\u0053"));if !_cgagc {continue ;};_cea ,_geege :=_g .NewPdfColorspaceFromPdfObject (_gfgg );if _geege !=nil {continue ;};_fede [_begd ]=struct{}{};if _ade (_cea ){return _bdec ;}; -};};};};};if !_gdcff {return _bdec ;};if (_dcab .DeviceClass ==_ab .DeviceClassPRTR ||_dcab .DeviceClass ==_ab .DeviceClassMNTR )&&(_dcab .ColorSpace ==_ab .ColorSpaceRGB ||_dcab .ColorSpace ==_ab .ColorSpaceCMYK ||_dcab .ColorSpace ==_ab .ColorSpaceGRAY ){return _bdec ; -};if !_fcef {return _bdec ;};_gdba ,_abae :=_dagg (_befef );if !_abae {return _bdec ;};_gcbfg ,_abae :=_aad .GetArray (_gdba .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_abae {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"),_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); -return _bdec ;};if _gcbfg .Len ()> 1{_efde :=map[*_aad .PdfObjectDictionary ]struct{}{};for _ceffa :=0;_ceffa < _gcbfg .Len ();_ceffa ++{_bcaag ,_afcg :=_aad .GetDict (_gcbfg .Get (_ceffa ));if !_afcg {continue ;};if _ceffa ==0{_efde [_bcaag ]=struct{}{}; -continue ;};if _ ,_bddgg :=_efde [_bcaag ];!_bddgg {_bdec =append (_bdec ,_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); -break ;};};};return _bdec ;};func _eced (_cfebe *_aad .PdfObjectDictionary )ViolatedRule {const (_gbbfe ="\u0036.\u0033\u002e\u0033\u002d\u0032";_abcf ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0054y\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020f\u006f\u0072 \u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067,\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0020\u0064\u0069c\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006f\u0047\u0049D\u004d\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0066\u0072\u006f\u006d\u0020\u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061s d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020P\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0054a\u0062\u006c\u0065\u0020\u0035\u002e\u00313"; -);var _bbgb string ;if _gcfb ,_ddea :=_aad .GetName (_cfebe .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ddea {_bbgb =_gcfb .String ();};if _bbgb !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _fbc ;};if _cfebe .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _fgdg (_gbbfe ,_abcf ); -};return _fbc ;};func _ebaa (_bdcd *_g .CompliancePdfReader )(_cgaf []ViolatedRule ){var _dfgf ,_bbad ,_eae bool ;if _bdcd .ParserMetadata ().HasNonConformantStream (){_cgaf =[]ViolatedRule {_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0031","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; -};for _ ,_dafc :=range _bdcd .GetObjectNums (){_fdbag ,_ :=_bdcd .GetIndirectObjectByNumber (_dafc );if _fdbag ==nil {continue ;};_eccf ,_dcgc :=_aad .GetStream (_fdbag );if !_dcgc {continue ;};if !_dfgf {_ffga :=_eccf .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); -if _ffga ==nil {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); -_dfgf =true ;}else {_aegf ,_affedg :=_aad .GetIntVal (_ffga );if !_affedg {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); -_dfgf =true ;}else {if len (_eccf .Stream )!=_aegf {_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); -_dfgf =true ;};};};};if !_bbad {if _eccf .Get ("\u0046")!=nil {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -};if _eccf .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_bbad {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};if _eccf .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_bbad {_bbad =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); -continue ;};};if !_eae {_accf ,_cfbff :=_aad .GetName (_aad .TraceToDirectObject (_eccf .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_cfbff {continue ;};if *_accf ==_aad .StreamEncodingFilterNameLZW {_eae =true ;_cgaf =append (_cgaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0031","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); -};};};return _cgaf ;};func _edgad (_gfcc *_g .CompliancePdfReader )(_edgd ViolatedRule ){_bfbf ,_bgbaf :=_dagg (_gfcc );if !_bgbaf {return _fbc ;};_afceb ,_bgbaf :=_aad .GetDict (_bfbf .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_bgbaf {return _fbc ; -};_aggcf ,_bgbaf :=_aad .GetArray (_afceb .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_bgbaf {return _fbc ;};for _ccgg :=0;_ccgg < _aggcf .Len ();_ccgg ++{_abag ,_feeae :=_aad .GetDict (_aggcf .Get (_ccgg ));if !_feeae {continue ;};if _abag .Get ("\u0041")!=nil {return _fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); -};if _abag .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); -};};return _fbc ;};func _begbd (_dgbf *_ad .Document ){_bfaa ,_edbb :=_dgbf .FindCatalog ();if !_edbb {return ;};_gbfg ,_edbb :=_bfaa .GetMarkInfo ();if !_edbb {_gbfg =_aad .MakeDict ();};_eddbf ,_edbb :=_aad .GetBool (_gbfg .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); -if !_edbb ||!bool (*_eddbf ){_gbfg .Set ("\u004d\u0061\u0072\u006b\u0065\u0064",_aad .MakeBool (true ));_bfaa .SetMarkInfo (_gbfg );};};func _eaef (_bebc *_g .CompliancePdfReader )(_cdga []ViolatedRule ){_cbggc ,_feaae :=_dagg (_bebc );if !_feaae {return _cdga ; -};_aecf ,_feaae :=_aad .GetDict (_cbggc .Get ("\u004e\u0061\u006de\u0073"));if !_feaae {return _cdga ;};if _aecf .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_cdga =append (_cdga ,_fgdg ("\u0036\u002e\u0031\u0030\u002d\u0031","T\u0068\u0065\u0072e\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u006e\u006f\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0050\u0072\u0065s\u0065\u006e\u0074a\u0074\u0069\u006f\u006e\u0073\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075m\u0065\u006e\u0074\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002e")); -};return _cdga ;};func _fbf (_afce *_ad .Document ,_fda int )error {for _ ,_bcg :=range _afce .Objects {_ccf ,_ggf :=_aad .GetDict (_bcg );if !_ggf {continue ;};_aac :=_ccf .Get ("\u0054\u0079\u0070\u0065");if _aac ==nil {continue ;};if _fbg ,_dfe :=_aad .GetName (_aac ); -_dfe &&_fbg .String ()!="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_fee ,_bce :=_aad .GetName (_ccf .Get ("\u0053"));if !_bce {continue ;};switch _g .PdfActionType (*_fee ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript :_ccf .Remove ("\u0053"); -case _g .ActionTypeHide ,_g .ActionTypeSetOCGState ,_g .ActionTypeRendition ,_g .ActionTypeTrans ,_g .ActionTypeGoTo3DView :if _fda ==2{_ccf .Remove ("\u0053");};case _g .ActionTypeNamed :_fae ,_cge :=_aad .GetName (_ccf .Get ("\u004e"));if !_cge {continue ; -};switch *_fae {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_ccf .Remove ("\u004e"); -};};};return nil ;};func _eecaa (_bdbc *_aad .PdfObjectDictionary ,_cfdcb map[*_aad .PdfObjectStream ][]byte ,_cdeb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_gcfg ="\u0036.\u0033\u002e\u0038\u002d\u0031";_faga ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; -);_agca :=_bdbc .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _afbfd ,_ggacf :=_aad .GetName (_agca );_ggacf {if _afbfd .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_afbfd .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"||_afbfd .String ()=="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"||_afbfd .String ()=="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"||_afbfd .String ()=="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"{return _fbc ; -};};_dfcb ,_gacg :=_aad .GetStream (_bdbc .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _gacg {_ ,_cacc :=_gfada (_dfcb ,_cfdcb ,_cdeb );if _cacc !=nil {return _fgdg (_gcfg ,_faga );};return _fbc ;};_fafdg ,_gacg :=_aad .GetName (_bdbc .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); -if !_gacg {return _fgdg (_gcfg ,_faga );};switch _fafdg .String (){case "\u0054\u0079\u0070e\u0031":return _fbc ;};return _fgdg (_gcfg ,_faga );};func _dcdd (_dadf *_g .CompliancePdfReader )(_efe []ViolatedRule ){_dadbc ,_cbbe :=_dagg (_dadf );if !_cbbe {return _efe ; -};_bgbb :=_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"); -_bgad ,_cbbe :=_aad .GetArray (_dadbc .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_cbbe {_efe =append (_efe ,_bgbb );return _efe ;};_adce :=_fgdg ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e"); -if _bgad .Len ()> 1{_gefg :=map[*_aad .PdfObjectDictionary ]struct{}{};for _dgde :=0;_dgde < _bgad .Len ();_dgde ++{_degd ,_gbec :=_aad .GetDict (_bgad .Get (_dgde ));if !_gbec {_efe =append (_efe ,_bgbb );return _efe ;};if _dgde ==0{_gefg [_degd ]=struct{}{}; -continue ;};if _ ,_bcda :=_gefg [_degd ];!_bcda {_efe =append (_efe ,_adce );break ;};};}else if _bgad .Len ()==0{_efe =append (_efe ,_bgbb );return _efe ;};_ddeb ,_cbbe :=_aad .GetDict (_bgad .Get (0));if !_cbbe {_efe =append (_efe ,_bgbb );return _efe ; -};if _geac ,_bcbb :=_aad .GetName (_ddeb .Get ("\u0053"));!_bcbb ||(*_geac )!="\u0047T\u0053\u005f\u0050\u0044\u0046\u00411"{_efe =append (_efe ,_bgbb );return _efe ;};_eeee ,_ffead :=_g .NewPdfOutputIntentFromPdfObject (_ddeb );if _ffead !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020i\u006et\u0065\u006e\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ffead ); -return _efe ;};_bdabf ,_ffead :=_ab .ParseHeader (_eeee .DestOutputProfile );if _ffead !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061d\u0065\u0072\u0020\u0066\u0061i\u006c\u0065d\u003a\u0020\u0025\u0076",_ffead ); -return _efe ;};if (_bdabf .DeviceClass ==_ab .DeviceClassPRTR ||_bdabf .DeviceClass ==_ab .DeviceClassMNTR )&&(_bdabf .ColorSpace ==_ab .ColorSpaceRGB ||_bdabf .ColorSpace ==_ab .ColorSpaceCMYK ||_bdabf .ColorSpace ==_ab .ColorSpaceGRAY ){return _efe ; -};_efe =append (_efe ,_bgbb );return _efe ;};func _daaac (_ebgab *_g .CompliancePdfReader )(_fecba ViolatedRule ){_cfgeb ,_acaea :=_dagg (_ebgab );if !_acaea {return _fbc ;};if _cfgeb .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {return _fgdg ("\u0036\u002e\u0031\u0031\u002d\u0031","Th\u0065\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063a\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020R\u0065q\u0075\u0069\u0072\u0065\u006d\u0065\u006e\u0074s\u0020k\u0065\u0079."); -};return _fbc ;}; - -// NewProfile2B creates a new Profile2B with the given options. -func NewProfile2B (options *Profile2Options )*Profile2B {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2B {profile2 {_ece :*options ,_cbebb :_fe ()}};};func _bdge (_dffcd *_g .CompliancePdfReader )(_cdage []ViolatedRule ){return _cdage }; -func _egcee (_dfge *_ad .Document )(*_aad .PdfObjectDictionary ,bool ){_fecbg ,_fffb :=_dfge .FindCatalog ();if !_fffb {return nil ,false ;};_dcb ,_fffb :=_aad .GetArray (_fecbg .Object .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_fffb {return nil ,false ;};if _dcb .Len ()==0{return nil ,false ;};return _aad .GetDict (_dcb .Get (0));};func _cgcd (_cfdc *_g .CompliancePdfReader )ViolatedRule {for _ ,_abbf :=range _cfdc .PageList {_dfae ,_bccd :=_abbf .GetContentStreams ();if _bccd !=nil {continue ; -};for _ ,_bgce :=range _dfae {_fegbc :=_fgd .NewContentStreamParser (_bgce );_ ,_bccd =_fegbc .Parse ();if _bccd !=nil {return _fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); -};};};return _fbc ;};func _dfafg (_dage *_g .CompliancePdfReader )ViolatedRule {for _ ,_edg :=range _dage .PageList {_gfbe :=_edg .GetContentStreamObjs ();for _ ,_egbd :=range _gfbe {_egbd =_aad .TraceToDirectObject (_egbd );var _ebdb string ;switch _dbaed :=_egbd .(type ){case *_aad .PdfObjectString :_ebdb =_dbaed .Str (); -case *_aad .PdfObjectStream :_gcf ,_cccc :=_aad .GetName (_aad .TraceToDirectObject (_dbaed .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if _cccc {if *_gcf ==_aad .StreamEncodingFilterNameLZW {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); -};};_bgfe ,_gddg :=_aad .DecodeStream (_dbaed );if _gddg !=nil {_be .Log .Debug ("\u0045r\u0072\u003a\u0020\u0025\u0076",_gddg );continue ;};_ebdb =string (_bgfe );default:_be .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063t\u003a\u0020\u0025\u0054",_egbd ); -continue ;};_afgd :=_fgd .NewContentStreamParser (_ebdb );_acdc ,_edfbg :=_afgd .Parse ();if _edfbg !=nil {_be .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_edfbg ); -continue ;};for _ ,_eegdd :=range *_acdc {if !(_eegdd .Operand =="\u0042\u0049"&&len (_eegdd .Params )==1){continue ;};_gbfc ,_feeb :=_eegdd .Params [0].(*_fgd .ContentStreamInlineImage );if !_feeb {continue ;};_egag ,_cbfg :=_gbfc .GetEncoder ();if _cbfg !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006ee\u0020\u0069\u006d\u0061\u0067\u0065 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_cbfg ); -continue ;};if _egag .GetFilterName ()==_aad .StreamEncodingFilterNameLZW {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); -};};};};return _fbc ;};func _fca (_efdc *_ad .Document )error {_cab ,_egce :=_efdc .FindCatalog ();if !_egce {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_cab .SetVersion ();return nil ; -};func _fgca (_dafe *_g .CompliancePdfReader )(_gdca []ViolatedRule ){var _gabf ,_ceab ,_adee ,_adceb ,_bfea ,_adabe ,_bggg bool ;_ebaeg :=func ()bool {return _gabf &&_ceab &&_adee &&_adceb &&_bfea &&_adabe &&_bggg };_gdedf :=func (_ccbb *_aad .PdfObjectDictionary )bool {if !_gabf &&_ccbb .Get ("\u0054\u0052")!=nil {_gabf =true ; -_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); -};if _bcfe :=_ccbb .Get ("\u0054\u0052\u0032");!_ceab &&_bcfe !=nil {_beea ,_bfead :=_aad .GetName (_bcfe );if !_bfead ||(_bfead &&*_beea !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_ceab =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); -if _ebaeg (){return true ;};};};if !_adee &&_ccbb .Get ("\u0048\u0054\u0050")!=nil {_adee =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0033","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020th\u0065\u0020\u0048\u0054\u0050\u0020\u006b\u0065\u0079\u002e")); -};_fffga ,_eaed :=_aad .GetDict (_ccbb .Get ("\u0048\u0054"));if _eaed {if _bbcaf :=_fffga .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u0054\u0079\u0070\u0065");!_adceb &&_bbcaf !=nil {_gace ,_cbeca :=_aad .GetInt (_bbcaf );if !_cbeca ||(_cbeca &&!(*_gace ==1||*_gace ==5)){_gdca =append (_gdca ,_fgdg ("\u0020\u0036\u002e\u0032\u002e\u0035\u002d\u0034","\u0041\u006c\u006c\u0020\u0068\u0061\u006c\u0066\u0074\u006f\u006e\u0065\u0073\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006ce\u0020\u0073h\u0061\u006c\u006c\u0020h\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0031\u0020\u006f\u0072\u0020\u0035 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0048\u0061l\u0066\u0074\u006fn\u0065\u0054\u0079\u0070\u0065\u0020\u006be\u0079\u002e")); -if _ebaeg (){return true ;};};};if _bfag :=_fffga .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u004e\u0061\u006d\u0065");!_bfea &&_bfag !=nil {_bfea =true ;_gdca =append (_gdca ,_fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0035","\u0048\u0061\u006c\u0066\u0074o\u006e\u0065\u0073\u0020\u0069\u006e\u0020a\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0048\u0061\u006c\u0066\u0074\u006f\u006e\u0065N\u0061\u006d\u0065\u0020\u006b\u0065y\u002e")); -if _ebaeg (){return true ;};};};_ ,_gagg :=_cegda (_dafe );var _cffa bool ;_eeecf ,_eaed :=_aad .GetDict (_ccbb .Get ("\u0047\u0072\u006fu\u0070"));if _eaed {_ ,_cada :=_aad .GetName (_eeecf .Get ("\u0043\u0053"));if _cada {_cffa =true ;};};if _eage :=_ccbb .Get ("\u0042\u004d"); -!_adabe &&!_bggg &&_eage !=nil {_dbab ,_affb :=_aad .GetName (_eage );if _affb {switch _dbab .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_adabe =true ; -_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u004f\u006el\u0079\u0020\u0062\u006c\u0065\u006e\u0064\u0020\u006d\u006f\u0064\u0065\u0073\u0020\u0074h\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0073\u0070\u0065c\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0049\u0053O\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a2\u0030\u0030\u0038\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075e\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0042M\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0020\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0020\u0073\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -if _ebaeg (){return true ;};};if _dbab .String ()!="\u004e\u006f\u0072\u006d\u0061\u006c"&&!_gagg &&!_cffa {_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _ebaeg (){return true ;};};};};if _ ,_eaed =_aad .GetDict (_ccbb .Get ("\u0053\u004d\u0061s\u006b"));!_bggg &&_eaed &&!_gagg &&!_cffa {_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _ebaeg (){return true ;};};if _bgaa :=_ccbb .Get ("\u0043\u0041");!_bggg &&_bgaa !=nil &&!_gagg &&!_cffa {_cfdcg ,_gcef :=_aad .GetNumberAsFloat (_bgaa );if _gcef ==nil &&_cfdcg < 1.0{_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _ebaeg (){return true ;};};};if _eagda :=_ccbb .Get ("\u0063\u0061");!_bggg &&_eagda !=nil &&!_gagg &&!_cffa {_bgfb ,_bdda :=_aad .GetNumberAsFloat (_eagda );if _bdda ==nil &&_bgfb < 1.0{_bggg =true ;_gdca =append (_gdca ,_fgdg ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); -if _ebaeg (){return true ;};};};return false ;};for _ ,_cgfea :=range _dafe .PageList {_eeggc :=_cgfea .Resources ;if _eeggc ==nil {continue ;};if _eeggc .ExtGState ==nil {continue ;};_eeadb ,_ebbec :=_aad .GetDict (_eeggc .ExtGState );if !_ebbec {continue ; -};_ebgc :=_eeadb .Keys ();for _ ,_gcdd :=range _ebgc {_efdda ,_fagd :=_aad .GetDict (_eeadb .Get (_gcdd ));if !_fagd {continue ;};if _gdedf (_efdda ){return _gdca ;};};};for _ ,_bedbe :=range _dafe .PageList {_dcbfdg :=_bedbe .Resources ;if _dcbfdg ==nil {continue ; -};_efdgd ,_bccc :=_aad .GetDict (_dcbfdg .XObject );if !_bccc {continue ;};for _ ,_bfecc :=range _efdgd .Keys (){_adcd ,_egbbfc :=_aad .GetStream (_efdgd .Get (_bfecc ));if !_egbbfc {continue ;};_dbbec ,_egbbfc :=_aad .GetDict (_adcd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_egbbfc {continue ;};_bdcca ,_egbbfc :=_aad .GetDict (_dbbec .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_egbbfc {continue ;};for _ ,_ccae :=range _bdcca .Keys (){_afgdd ,_bgcc :=_aad .GetDict (_bdcca .Get (_ccae ));if !_bgcc {continue ; -};if _gdedf (_afgdd ){return _gdca ;};};};};return _gdca ;}; +func (_efcc *profile3 )ApplyStandard (document *_af .Document )(_fggeg error ){_egcb (document ,7);if _fggeg =_agd (document ,_efcc ._bdadf .Now );_fggeg !=nil {return _fggeg ;};if _fggeg =_gaeg (document );_fggeg !=nil {return _fggeg ;};_bgf ,_aecf :=_bfg (_efcc ._bdadf .CMYKDefaultColorSpace ,_efcc ._bafec ); +_fggeg =_cfff (document ,[]pageColorspaceOptimizeFunc {_bgf },[]documentColorspaceOptimizeFunc {_aecf });if _fggeg !=nil {return _fggeg ;};_bfb (document );if _fggeg =_egfg (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_ddag (document ,_efcc ._bafec ._fe ); +_fggeg !=nil {return _fggeg ;};if _fggeg =_deeg (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_ega (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_bde (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_eae (document );_fggeg !=nil {return _fggeg ; +};if _efcc ._bafec ._ge =="\u0041"{_cbec (document );};if _fggeg =_gbd (document ,_efcc ._bafec ._fe );_fggeg !=nil {return _fggeg ;};if _fggeg =_dcec (document );_fggeg !=nil {return _fggeg ;};if _dbedd :=_eecbc (document ,_efcc ._bafec ,_efcc ._bdadf .Xmp ); +_dbedd !=nil {return _dbedd ;};if _efcc ._bafec ==_fab (){if _fggeg =_bgde (document );_fggeg !=nil {return _fggeg ;};};if _fggeg =_adaag (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_aecc (document );_fggeg !=nil {return _fggeg ;};if _fggeg =_ccag (document ); +_fggeg !=nil {return _fggeg ;};return nil ;};func _dbe ()standardType {return standardType {_fe :3,_ge :"\u0055"}}; -// Conformance gets the PDF/A conformance. -func (_bdfa *profile3 )Conformance ()string {return _bdfa ._fbdd ._fa };var _ Profile =(*Profile2A )(nil );func _badb (_cddg *_g .PdfFont ,_abead *_aad .PdfObjectDictionary )ViolatedRule {const (_dgbdd ="\u0036.\u0033\u002e\u0037\u002d\u0033";_fdad ="\u0046\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0027\u0020\u0022\u0063\u006d\u0061\u0070\u0022\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0073\u0079\u006d\u0062o\u006c\u0069c\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0065\u0078\u0061\u0063\u0074\u006cy\u0020\u006f\u006ee\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u002e"; -);var _fead string ;if _abf ,_ecbc :=_aad .GetName (_abead .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ecbc {_fead =_abf .String ();};if _fead !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _fbc ;};_edfc :=_cddg .FontDescriptor ();_bagd ,_dggbe :=_aad .GetIntVal (_edfc .Flags ); -if !_dggbe {_be .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); -return _fgdg (_dgbdd ,_fdad );};_abac :=(uint32 (_bagd )>>3)!=0;if !_abac {return _fbc ;};return _fbc ;};func _fabeb (_ffbf *_ad .Document ,_aaaf []pageColorspaceOptimizeFunc ,_ggac []documentColorspaceOptimizeFunc )error {_ffe ,_eefc :=_ffbf .GetPages (); -if !_eefc {return nil ;};var _cabd []*_ad .Image ;for _caf ,_fbe :=range _ffe {_bbc ,_bfc :=_fbe .FindXObjectImages ();if _bfc !=nil {return _bfc ;};for _ ,_ddf :=range _aaaf {if _bfc =_ddf (_ffbf ,&_ffe [_caf ],_bbc );_bfc !=nil {return _bfc ;};};_cabd =append (_cabd ,_bbc ...); -};for _ ,_abe :=range _ggac {if _ddda :=_abe (_ffbf ,_cabd );_ddda !=nil {return _ddda ;};};return nil ;};func _bdbe (_aecg *_ad .Document )error {for _ ,_cbgf :=range _aecg .Objects {_ddfa ,_cef :=_aad .GetDict (_cbgf );if !_cef {continue ;};_bebd :=_ddfa .Get ("\u0054\u0079\u0070\u0065"); -if _bebd ==nil {continue ;};if _ddga ,_adgb :=_aad .GetName (_bebd );_adgb &&_ddga .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_affdg ,_bgge :=_aad .GetBool (_ddfa .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if _bgge &&bool (*_affdg ){_ddfa .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_aad .MakeBool (false ));};if _ddfa .Get ("\u0058\u0046\u0041")!=nil {_ddfa .Remove ("\u0058\u0046\u0041");};};_dcbg ,_ffaf :=_aecg .FindCatalog (); -if !_ffaf {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};if _dcbg .Object .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_dcbg .Object .Remove ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067"); -};return nil ;}; +// DefaultProfile1Options are the default options for the Profile1. +func DefaultProfile1Options ()*Profile1Options {return &Profile1Options {Now :_eg .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};var _ Profile =(*Profile1B )(nil );func _adcbb (_agcd *_ff .CompliancePdfReader )(_bcbbf ViolatedRule ){for _ ,_affaf :=range _agcd .GetObjectNums (){_cega ,_egag :=_agcd .GetIndirectObjectByNumber (_affaf ); +if _egag !=nil {continue ;};_febfb ,_cfbg :=_ac .GetStream (_cega );if !_cfbg {continue ;};_eceb ,_cfbg :=_ac .GetName (_febfb .Get ("\u0054\u0079\u0070\u0065"));if !_cfbg {continue ;};if *_eceb !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _febfb .Get ("\u0052\u0065\u0066")!=nil {return _ecb ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e"); +};};return _bcbbf ;}; // ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-1 standard. -func (_cga *profile1 )ValidateStandard (r *_g .CompliancePdfReader )error {_gcb :=VerificationError {ConformanceLevel :_cga ._deeb ._bc ,ConformanceVariant :_cga ._deeb ._fa };if _efga :=_ceb (r );_efga !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_efga ); -};if _ddfg :=_eggb (r );_ddfg !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ddfg );};if _afddb :=_ccc (r );_afddb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_afddb );};if _gfda :=_cadf (r );_gfda !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gfda ); -};if _bgca :=_aaf (r );_bgca !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_bgca );};if _dada :=_fada (r );len (_dada )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dada ...);};if _dbaf :=_aaad (r );_dbaf !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbaf ); -};if _dbcd :=_efgd (r );len (_dbcd )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbcd ...);};if _eeea :=_ebaa (r );len (_eeea )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_eeea ...);};if _gbgaf :=_afg (r );len (_gbgaf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gbgaf ...); -};if _dgeab :=_dfafg (r );_dgeab !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dgeab );};if _aaac :=_fdea (r );len (_aaac )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_aaac ...);};if _dcg :=_gefae (r );len (_dcg )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dcg ...); -};if _dbg :=_cgfdg (r );_dbg !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dbg );};if _gcgdg :=_gcbf (r ,false );len (_gcgdg )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gcgdg ...);};if _edb :=_gbfgb (r );len (_edb )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_edb ...); -};if _cegdf :=_dbaef (r );_cegdf !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_cegdf );};if _fdb :=_gdcd (r );_fdb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_fdb );};if _dfff :=_ebga (r );_dfff !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dfff ); -};if _cfeb :=_fggd (r );_cfeb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_cfeb );};if _aebe :=_cgcd (r );_aebe !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_aebe );};if _dcbf :=_bbge (r );len (_dcbf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dcbf ...); -};if _gfdd :=_dcgd (r ,_cga ._deeb );len (_gfdd )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gfdd ...);};if _ecbf :=_adcb (r );len (_ecbf )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ecbf ...);};if _ebbe :=_dfbfg (r );_ebbe !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ebbe ); -};if _fbac :=_afeaa (r );_fbac !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_fbac );};if _baae :=_fagf (r );len (_baae )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_baae ...);};if _gac :=_bgdg (r );len (_gac )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_gac ...); -};if _ggb :=_egcc (r );_ggb !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ggb );};if _daaa :=_ecedg (r );_daaa !=_fbc {_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_daaa );};if _bbcc :=_cgcgf (r ,_cga ._deeb ,false );len (_bbcc )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_bbcc ...); -};if _cga ._deeb ==_ea (){if _ggba :=_cdde (r );len (_ggba )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_ggba ...);};};if _dgab :=_acbb (r );len (_dgab )!=0{_gcb .ViolatedRules =append (_gcb .ViolatedRules ,_dgab ...);};if len (_gcb .ViolatedRules )> 0{_bb .Slice (_gcb .ViolatedRules ,func (_agag ,_caad int )bool {return _gcb .ViolatedRules [_agag ].RuleNo < _gcb .ViolatedRules [_caad ].RuleNo ; -});return _gcb ;};return nil ;}; - -// Profile1Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile1Options struct{ +func (_ebef *profile1 )ValidateStandard (r *_ff .CompliancePdfReader )error {_gefa :=VerificationError {ConformanceLevel :_ebef ._bbae ._fe ,ConformanceVariant :_ebef ._bbae ._ge };if _ecgd :=_ebd (r );_ecgd !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_ecgd ); +};if _gbda :=_beea (r );_gbda !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gbda );};if _gcad :=_cgd (r );_gcad !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gcad );};if _bgdee :=_dffg (r );_bgdee !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_bgdee ); +};if _cbb :=_ceed (r );_cbb !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cbb );};if _gbdab :=_cgbag (r );len (_gbdab )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gbdab ...);};if _gfae :=_gbfe (r );_gfae !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gfae ); +};if _dedc :=_fdda (r );len (_dedc )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_dedc ...);};if _cabg :=_cbfd (r );len (_cabg )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cabg ...);};if _abafd :=_bgce (r );len (_abafd )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_abafd ...); +};if _cdag :=_dgbdb (r );_cdag !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cdag );};if _debf :=_aead (r );len (_debf )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_debf ...);};if _ddba :=_dcbc (r );len (_ddba )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_ddba ...); +};if _gdff :=_dadcd (r );_gdff !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gdff );};if _adabdc :=_cdee (r ,false );len (_adabdc )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_adabdc ...);};if _dbg :=_cegc (r );len (_dbg )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_dbg ...); +};if _gbfb :=_eacf (r );_gbfb !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gbfb );};if _dcac :=_adcbb (r );_dcac !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_dcac );};if _cage :=_bfgg (r );_cage !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cage ); +};if _cbdd :=_fadef (r );_cbdd !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cbdd );};if _dfgc :=_fbgd (r );_dfgc !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_dfgc );};if _bfge :=_cbbf (r );len (_bfge )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_bfge ...); +};if _gbac :=_egac (r ,_ebef ._bbae );len (_gbac )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gbac ...);};if _edbf :=_ebgf (r );len (_edbf )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_edbf ...);};if _cbg :=_fege (r );_cbg !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cbg ); +};if _gecf :=_dgcdf (r );_gecf !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_gecf );};if _aadd :=_cagg (r );len (_aadd )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_aadd ...);};if _bcce :=_degg (r );len (_bcce )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_bcce ...); +};if _egeb :=_dfgf (r );_egeb !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_egeb );};if _dabf :=_cbgcb (r );_dabf !=_be {_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_dabf );};if _cdbd :=_dadcc (r ,_ebef ._bbae ,false );len (_cdbd )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_cdbd ...); +};if _ebef ._bbae ==_bf (){if _eggc :=_dfcaa (r );len (_eggc )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_eggc ...);};};if _fegbe :=_fcea (r );len (_fegbe )!=0{_gefa .ViolatedRules =append (_gefa .ViolatedRules ,_fegbe ...);};if len (_gefa .ViolatedRules )> 0{_d .Slice (_gefa .ViolatedRules ,func (_agaf ,_cefg int )bool {return _gefa .ViolatedRules [_agaf ].RuleNo < _gefa .ViolatedRules [_cefg ].RuleNo ; +});return _gefa ;};return nil ;};func _cce (_fad *_ff .XObjectImage ,_afgb imageModifications )error {_ede ,_gdg :=_fad .ToImage ();if _gdg !=nil {return _gdg ;};if _afgb ._geba !=nil {_fad .Filter =_afgb ._geba ;};_bbe :=_ac .MakeDict ();_bbe .Set ("\u0051u\u0061\u006c\u0069\u0074\u0079",_ac .MakeInteger (100)); +_bbe .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",_ac .MakeInteger (1));_fad .Decode =nil ;if _gdg =_fad .SetImage (_ede ,nil );_gdg !=nil {return _gdg ;};_fad .ToPdfObject ();return nil ;};func _ecc (_agfe *_af .Document ,_acaed bool )error {_bae ,_aeab :=_agfe .GetPages (); +if !_aeab {return nil ;};for _ ,_cddc :=range _bae {_gea ,_dcg :=_cddc .GetContents ();if !_dcg {continue ;};var _fggc *_ff .PdfPageResources ;_ccf ,_dcg :=_cddc .GetResources ();if _dcg {_fggc ,_ =_ff .NewPdfPageResourcesFromDict (_ccf );};for _abgf ,_cfgef :=range _gea {_caeb ,_dafc :=_cfgef .GetData (); +if _dafc !=nil {continue ;};_ecfe :=_eaa .NewContentStreamParser (string (_caeb ));_afbc ,_dafc :=_ecfe .Parse ();if _dafc !=nil {continue ;};_gdcbd ,_dafc :=_ccad (_fggc ,_afbc ,_acaed );if _dafc !=nil {return _dafc ;};if _gdcbd ==nil {continue ;};if _dafc =(&_gea [_abgf ]).SetData (_gdcbd ); +_dafc !=nil {return _dafc ;};};};return nil ;};func _cgbag (_dfff *_ff .CompliancePdfReader )(_fegg []ViolatedRule ){_cfeac :=_dfff .ParserMetadata ();if _cfeac .HasInvalidSubsectionHeader (){_fegg =append (_fegg ,_ecb ("\u0036.\u0031\u002e\u0034\u002d\u0031","\u006e\u0020\u0061\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0073\u0065c\u0074\u0069\u006f\u006e\u0020h\u0065a\u0064\u0065\u0072\u0020t\u0068\u0065\u0020\u0073\u0074\u0061\u0072t\u0069\u006e\u0067\u0020\u006fb\u006a\u0065\u0063\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0072\u0061n\u0067e\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020s\u0069\u006e\u0067\u006c\u0065\u0020\u0053\u0050\u0041C\u0045\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u0028\u0032\u0030\u0068\u0029\u002e")); +};if _cfeac .HasInvalidSeparationAfterXRef (){_fegg =append (_fegg ,_ecb ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e")); +};return _fegg ;};func _fdda (_afd *_ff .CompliancePdfReader )(_efgec []ViolatedRule ){if _afd .ParserMetadata ().HasOddLengthHexStrings (){_efgec =append (_efgec ,_ecb ("\u0036.\u0031\u002e\u0036\u002d\u0031","\u0068\u0065\u0078a\u0064\u0065\u0063\u0069\u006d\u0061\u006c\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020\u006f\u0066\u0020e\u0076\u0065\u006e\u0020\u0073\u0069\u007a\u0065")); +};if _afd .ParserMetadata ().HasOddLengthHexStrings (){_efgec =append (_efgec ,_ecb ("\u0036.\u0031\u002e\u0036\u002d\u0032","\u0068\u0065\u0078\u0061\u0064\u0065\u0063\u0069\u006da\u006c\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0073\u0068o\u0075\u006c\u0064\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u006f\u006e\u006c\u0079\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0073\u0020\u0066\u0072\u006f\u006d\u0020\u0072\u0061n\u0067\u0065\u0020[\u0030\u002d\u0039\u003b\u0041\u002d\u0046\u003b\u0061\u002d\u0066\u005d")); +};return _efgec ;};func _effb (_dfcc *_ff .CompliancePdfReader )ViolatedRule {return _be };func _dcec (_babd *_af .Document )error {_cbae ,_edf :=_babd .FindCatalog ();if !_edf {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_ ,_edf =_ac .GetDict (_cbae .Object .Get ("\u0041\u0041"));if !_edf {return nil ;};_cbae .Object .Remove ("\u0041\u0041");return nil ;};func _fbca (_eggf *_ac .PdfObjectDictionary ,_fffd map[*_ac .PdfObjectStream ][]byte ,_gcdc map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_fgbca ="\u0036.\u0033\u002e\u0033\u002d\u0033"; +_fdba ="\u0041\u006cl \u0043\u004d\u0061\u0070\u0073\u0020\u0075\u0073e\u0064 \u0077i\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072m\u0069n\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020a\u006e\u0064\u0020\u0049\u0064\u0065\u006et\u0069\u0074\u0079-\u0056\u002c\u0020\u0073\u0068a\u006c\u006c \u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064es\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u00205\u002e\u0036\u002e\u0034\u002e"; +);var _efae string ;if _bcf ,_ccef :=_ac .GetName (_eggf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ccef {_efae =_bcf .String ();};if _efae !="\u0054\u0079\u0070e\u0030"{return _be ;};_afbf :=_eggf .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _gacf ,_fdfab :=_ac .GetName (_afbf );_fdfab {switch _gacf .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _be ;default:return _ecb (_fgbca ,_fdba ); +};};_dcee ,_bafece :=_ac .GetStream (_afbf );if !_bafece {return _ecb (_fgbca ,_fdba );};_ ,_gefd :=_aeea (_dcee ,_fffd ,_gcdc );if _gefd !=nil {return _ecb (_fgbca ,_fdba );};return _be ;};func _feggd (_ebcdg *_ff .CompliancePdfReader ,_cbcd standardType ,_ddagc bool )(_aefc []ViolatedRule ){_cgde ,_cdcge :=_faae (_ebcdg ); +if !_cdcge {return []ViolatedRule {_ecb ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")};};_bggc :=_cgde .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061"); +if _bggc ==nil {return []ViolatedRule {_ecb ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; +};_efaeg ,_cdcge :=_ac .GetStream (_bggc );if !_cdcge {return []ViolatedRule {_ecb ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d1","\u0054\u0068\u0065\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u006f\u0066\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074ai\u006e\u0020\u0074\u0068\u0065\u0020\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0068\u006f\u0073\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0061\u0020m\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0020s\u0074\u0072\u0065\u0061\u006d")}; +};_cbdc ,_bgef :=_ca .LoadDocument (_efaeg .Stream );if _bgef !=nil {return []ViolatedRule {_ecb ("\u0036.\u0036\u002e\u0032\u002e\u0031\u002d4","\u0041\u006c\u006c\u0020\u006de\u0074\u0061\u0064a\u0074\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020i\u006e \u0074\u0068\u0065\u0020\u0050\u0044\u0046 \u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065ci\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002e\u0020\u0041\u006c\u006c\u0020c\u006fn\u0074\u0065\u006e\u0074\u0020\u006f\u0066\u0020\u0061\u006c\u006c\u0020\u0058\u004d\u0050\u0020p\u0061\u0063\u006b\u0065\u0074\u0073 \u0073h\u0061\u006c\u006c \u0062\u0065\u0020\u0077\u0065\u006c\u006c\u002d\u0066o\u0072\u006de\u0064")}; +};_acag :=_cbdc .GetGoXmpDocument ();var _dgceg []*_dge .Namespace ;for _ ,_geaed :=range _acag .Namespaces (){switch _geaed .Name {case _ea .NsDc .Name ,_dda .NsPDF .Name ,_gd .NsXmp .Name ,_fa .NsXmpRights .Name ,_gg .Namespace .Name ,_fc .Namespace .Name ,_dd .NsXmpMM .Name ,_fc .FieldNS .Name ,_fc .SchemaNS .Name ,_fc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; +};_dgceg =append (_dgceg ,_geaed );};_bbee :=true ;_ecbbe ,_bgef :=_cbdc .GetPdfaExtensionSchemas ();if _bgef ==nil {for _ ,_eead :=range _dgceg {var _aacg bool ;for _dbbb :=range _ecbbe {if _eead .URI ==_ecbbe [_dbbb ].NamespaceURI {_aacg =true ;break ; +};};if !_aacg {_bbee =false ;break ;};};}else {_bbee =false ;};if !_bbee {_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0032\u002e\u0033\u002d7","\u0041\u006c\u006c\u0020\u0070\u0072\u006f\u0070e\u0072\u0074\u0069e\u0073\u0020\u0073\u0070\u0065\u0063i\u0066\u0069\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072m\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0075s\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063he\u006da\u0073 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002c\u0020\u0049\u0053\u004f\u0020\u0031\u00390\u0030\u0035-\u0031\u0020\u006f\u0072\u0020\u0074h\u0069s\u0020\u0070\u0061\u0072\u0074\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u0020\u0031\u0039\u0030\u0030\u0035\u002c\u0020o\u0072\u0020\u0061\u006e\u0079\u0020e\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073c\u0068\u0065\u006das\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006fm\u0070\u006c\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0036\u002e\u0036\u002e\u0032.\u0033\u002e\u0032\u002e")); +};_bded ,_cdcge :=_cbdc .GetPdfAID ();if !_cdcge {_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0034\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); +}else {if _bded .Part !=_cbcd ._fe {_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0034\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); +};if _cbcd ._ge =="\u0041"&&_bded .Conformance !="\u0041"{_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +}else if _cbcd ._ge =="\u0055"&&(_bded .Conformance !="\u0041"&&_bded .Conformance !="\u0055"){_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +}else if _cbcd ._ge =="\u0042"&&(_bded .Conformance !="\u0041"&&_bded .Conformance !="\u0042"&&_bded .Conformance !="\u0055"){_aefc =append (_aefc ,_ecb ("\u0036.\u0036\u002e\u0034\u002d\u0033","\u0041\u0020\u004c\u0065\u0076\u0065\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061l\u006c\u0020\u0073\u0070ec\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020as\u0020\u0041\u002e\u0020\u0041 \u004c\u0065v\u0065\u006c\u0020\u0042\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061lu\u0065\u0020o\u0066 \u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e\u0020\u0041\u0020\u004c\u0065\u0076\u0065\u006c \u0055\u0020\u0063\u006f\u006e\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063\u0069\u0066\u0079 \u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0070\u0064f\u0061i\u0064\u003ac\u006fn\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065 \u0061\u0073\u0020\u0055.")); +};};return _aefc ;};func _eecbc (_fca *_af .Document ,_cgcb standardType ,_fdcb XmpOptions )error {_ceg ,_adaa :=_fca .FindCatalog ();if !_adaa {return nil ;};var _cfca *_ca .Document ;_bea ,_adaa :=_ceg .GetMetadata ();if !_adaa {_cfca =_ca .NewDocument (); +}else {var _gcd error ;_cfca ,_gcd =_ca .LoadDocument (_bea .Stream );if _gcd !=nil {return _gcd ;};};_daa :=_ca .PdfInfoOptions {InfoDict :_fca .Info ,PdfVersion :_e .Sprintf ("\u0025\u0064\u002e%\u0064",_fca .Version .Major ,_fca .Version .Minor ),Copyright :_fdcb .Copyright ,Overwrite :true }; +_cccb ,_adaa :=_ceg .GetMarkInfo ();if _adaa {_aefe ,_dgc :=_ac .GetBool (_cccb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if _dgc &&bool (*_aefe ){_daa .Marked =true ;};};if _gca :=_cfca .SetPdfInfo (&_daa );_gca !=nil {return _gca ;};if _ggc :=_cfca .SetPdfAID (_cgcb ._fe ,_cgcb ._ge ); +_ggc !=nil {return _ggc ;};_ffce :=_ca .MediaManagementOptions {OriginalDocumentID :_fdcb .OriginalDocumentID ,DocumentID :_fdcb .DocumentID ,InstanceID :_fdcb .InstanceID ,NewDocumentID :!_fdcb .NewDocumentVersion ,ModifyComment :"O\u0070\u0074\u0069\u006d\u0069\u007ae\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u006f\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064"}; +_ceea ,_adaa :=_ac .GetDict (_fca .Info );if _adaa {if _adab ,_bce :=_ac .GetString (_ceea .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_bce &&_adab .String ()!=""{_cfg ,_bee :=_eec .ParsePdfTime (_adab .String ());if _bee !=nil {return _e .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_bee ); +};_ffce .ModifyDate =_cfg ;};};if _daf :=_cfca .SetMediaManagement (&_ffce );_daf !=nil {return _daf ;};if _dgcd :=_cfca .SetPdfAExtension ();_dgcd !=nil {return _dgcd ;};_edgf ,_ecga :=_cfca .MarshalIndent (_fdcb .MarshalPrefix ,_fdcb .MarshalIndent ); +if _ecga !=nil {return _ecga ;};if _eeg :=_ceg .SetMetadata (_edgf );_eeg !=nil {return _eeg ;};return nil ;};var _ Profile =(*Profile2A )(nil );func _bace (_gabg *_ff .CompliancePdfReader )(*_ac .PdfObjectDictionary ,bool ){_aceac ,_aeff :=_faae (_gabg ); +if !_aeff {return nil ,false ;};_fgag ,_aeff :=_ac .GetArray (_aceac .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_aeff {return nil ,false ;};if _fgag .Len ()==0{return nil ,false ;};return _ac .GetDict (_fgag .Get (0)); +};func _bf ()standardType {return standardType {_fe :1,_ge :"\u0041"}};func _fadee (_cbbbeb *_ff .CompliancePdfReader )(_edgg []ViolatedRule ){var _gfdedf ,_gfdf ,_ecdbd ,_ecdg ,_fdcae ,_acaede ,_bedc bool ;_dbee :=func ()bool {return _gfdedf &&_gfdf &&_ecdbd &&_ecdg &&_fdcae &&_acaede &&_bedc }; +for _ ,_ddef :=range _cbbbeb .PageList {_cdfd ,_gedbc :=_ddef .GetAnnotations ();if _gedbc !=nil {_ee .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gedbc ); +continue ;};for _ ,_afbb :=range _cdfd {if !_gfdedf {switch _afbb .GetContext ().(type ){case *_ff .PdfAnnotationScreen ,*_ff .PdfAnnotation3D ,*_ff .PdfAnnotationSound ,*_ff .PdfAnnotationMovie ,nil :_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0031\u002d\u0031","\u0041nn\u006f\u0074\u0061\u0074i\u006f\u006e t\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0064\u0065f\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065r\u006d\u0069t\u0074\u0065\u0064\u002e\u0020\u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0033\u0044\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u0053\u0063\u0072\u0065\u0065\u006e\u0020\u0061n\u0064\u0020\u004d\u006f\u0076\u0069\u0065\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_gfdedf =true ;if _dbee (){return _edgg ;};};};_bgbcd ,_gccbbf :=_ac .GetDict (_afbb .GetContainingPdfObject ());if !_gccbbf {continue ;};_ ,_fcaa :=_afbb .GetContext ().(*_ff .PdfAnnotationPopup );if !_fcaa &&!_gfdf {_ ,_gedfb :=_ac .GetIntVal (_bgbcd .Get ("\u0046")); +if !_gedfb {_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0045\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072i\u0065\u0073\u0020\u0077\u0068\u006fs\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0069\u0073\u0020\u0050\u006f\u0070u\u0070\u002c\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065y.")); +_gfdf =true ;if _dbee (){return _edgg ;};};};if !_ecdbd {_beeef ,_fgaf :=_ac .GetIntVal (_bgbcd .Get ("\u0046"));if _fgaf &&!(_beeef &4==4&&_beeef &1==0&&_beeef &2==0&&_beeef &32==0&&_beeef &256==0){_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0032","I\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u0020\u0046 \u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073\u0068\u0061l\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020\u0049\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u002c\u0020\u0054\u006f\u0067\u0067\u006c\u0065\u004e\u006f\u0056\u0069\u0065\u0077\u002c\u0020\u0061\u006e\u0064 \u004eo\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020s\u0065\u0074\u0020t\u006f\u0020\u0030.")); +_ecdbd =true ;if _dbee (){return _edgg ;};};};_ ,_cfffe :=_afbb .GetContext ().(*_ff .PdfAnnotationText );if _cfffe &&!_ecdg {_afbgf ,_abgfb :=_ac .GetIntVal (_bgbcd .Get ("\u0046"));if _abgfb &&!(_afbgf &8==8&&_afbgf &16==16){_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0033","\u0054\u0065\u0078\u0074\u0020a\u006e\u006e\u006f\u0074\u0061t\u0069o\u006e\u0020\u0068\u0061\u0073\u0020\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006ca\u0067\u0073\u0020\u004e\u006f\u005a\u006f\u006f\u006d\u0020\u006f\u0072\u0020\u004e\u006f\u0052\u006f\u0074\u0061\u0074\u0065\u0020\u0073\u0065t\u0020\u0074\u006f\u0020\u0030\u002e")); +_ecdg =true ;if _dbee (){return _edgg ;};};};if !_fdcae {_dade ,_afbce :=_ac .GetDict (_bgbcd .Get ("\u0041\u0050"));if _afbce {_efce :=_dade .Get ("\u004e");if _efce ==nil ||len (_dade .Keys ())> 1{_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_fdcae =true ;if _dbee (){return _edgg ;};continue ;};_ ,_feffd :=_afbb .GetContext ().(*_ff .PdfAnnotationWidget );if _feffd {_gffd ,_ccba :=_ac .GetName (_bgbcd .Get ("\u0046\u0054"));if _ccba &&*_gffd =="\u0042\u0074\u006e"{if _ ,_acgbc :=_ac .GetDict (_efce ); +!_acgbc {_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_fdcae =true ;if _dbee (){return _edgg ;};continue ;};};};_ ,_dddd :=_ac .GetStream (_efce );if !_dddd {_edgg =append (_edgg ,_ecb ("\u0036.\u0033\u002e\u0033\u002d\u0032","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_fdcae =true ;if _dbee (){return _edgg ;};continue ;};};};_gaacd ,_fccc :=_afbb .GetContext ().(*_ff .PdfAnnotationWidget );if !_fccc {continue ;};if !_acaede {if _gaacd .A !=nil {_edgg =append (_edgg ,_ecb ("\u0036.\u0034\u002e\u0031\u002d\u0031","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); +_acaede =true ;if _dbee (){return _edgg ;};};};if !_bedc {if _gaacd .AA !=nil {_edgg =append (_edgg ,_ecb ("\u0036.\u0034\u002e\u0031\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_bedc =true ;if _dbee (){return _edgg ;};};};};};return _edgg ;};func _ccag (_agbd *_af .Document )error {_gfgf ,_bcg :=_agbd .FindCatalog ();if !_bcg {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};if _gfgf .Object .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {_gfgf .Object .Remove ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073");};return nil ;};func _egac (_dfba *_ff .CompliancePdfReader ,_cfgdd standardType )(_efgeca []ViolatedRule ){var _bfbf ,_faddb ,_dbeda ,_gbcg ,_cedfb ,_agdd ,_gbdff ,_ggbg ,_ffcec ,_dfbf ,_beage bool ; +_acgb :=func ()bool {return _bfbf &&_faddb &&_dbeda &&_gbcg &&_cedfb &&_agdd &&_gbdff &&_ggbg &&_ffcec &&_dfbf &&_beage ;};_ddca :=map[*_ac .PdfObjectStream ]*_c .CMap {};_gedb :=map[*_ac .PdfObjectStream ][]byte {};_gdadee :=map[_ac .PdfObject ]*_ff .PdfFont {}; +for _ ,_dcfbb :=range _dfba .GetObjectNums (){_befae ,_abga :=_dfba .GetIndirectObjectByNumber (_dcfbb );if _abga !=nil {continue ;};_gddea ,_fcfc :=_ac .GetDict (_befae );if !_fcfc {continue ;};_aadc ,_fcfc :=_ac .GetName (_gddea .Get ("\u0054\u0079\u0070\u0065")); +if !_fcfc {continue ;};if *_aadc !="\u0046\u006f\u006e\u0074"{continue ;};_cgbgd ,_abga :=_ff .NewPdfFontFromPdfObject (_gddea );if _abga !=nil {_ee .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_abga ); +continue ;};_gdadee [_gddea ]=_cgbgd ;};for _ ,_aade :=range _dfba .PageList {_agafb ,_fgbg :=_aade .GetContentStreams ();if _fgbg !=nil {_ee .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); +continue ;};for _ ,_eede :=range _agafb {_febfbe :=_eaa .NewContentStreamParser (_eede );_daca ,_gaeb :=_febfbe .Parse ();if _gaeb !=nil {_ee .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gaeb ); +continue ;};var _gcgc bool ;for _ ,_cbdf :=range *_daca {if _cbdf .Operand !="\u0054\u0072"{continue ;};if len (_cbdf .Params )!=1{_ee .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_cbdf .Params )); +continue ;};_bcgd ,_aggc :=_ac .GetIntVal (_cbdf .Params [0]);if !_aggc {_ee .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +continue ;};if _bcgd ==3{_gcgc =true ;break ;};};for _ ,_ffad :=range *_daca {if _ffad .Operand !="\u0054\u0066"{continue ;};if len (_ffad .Params )!=2{_ee .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_ffad .Params )); +continue ;};_dbbc ,_gfdb :=_ac .GetName (_ffad .Params [0]);if !_gfdb {_ee .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_ffad ); +continue ;};_gege ,_fga :=_aade .Resources .GetFontByName (*_dbbc );if !_fga {_ee .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_fag ,_gfdb :=_ac .GetDict (_gege );if !_gfdb {_ee .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_cbed ,_gfdb :=_gdadee [_fag ];if !_gfdb {var _dabd error ;_cbed ,_dabd =_ff .NewPdfFontFromPdfObject (_fag );if _dabd !=nil {_ee .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dabd ); +continue ;};_gdadee [_fag ]=_cbed ;};if !_bfbf {_cffg :=_dece (_fag ,_gedb ,_ddca );if _cffg !=_be {_efgeca =append (_efgeca ,_cffg );_bfbf =true ;if _acgb (){return _efgeca ;};};};if !_faddb {_bede :=_eefb (_fag );if _bede !=_be {_efgeca =append (_efgeca ,_bede ); +_faddb =true ;if _acgb (){return _efgeca ;};};};if !_dbeda {_fgfg :=_fbca (_fag ,_gedb ,_ddca );if _fgfg !=_be {_efgeca =append (_efgeca ,_fgfg );_dbeda =true ;if _acgb (){return _efgeca ;};};};if !_gbcg {_fcbg :=_edef (_fag ,_gedb ,_ddca );if _fcbg !=_be {_efgeca =append (_efgeca ,_fcbg ); +_gbcg =true ;if _acgb (){return _efgeca ;};};};if !_cedfb {_aebbb :=_bgeb (_cbed ,_fag ,_gcgc );if _aebbb !=_be {_cedfb =true ;_efgeca =append (_efgeca ,_aebbb );if _acgb (){return _efgeca ;};};};if !_agdd {_eged :=_fbgab (_cbed ,_fag );if _eged !=_be {_agdd =true ; +_efgeca =append (_efgeca ,_eged );if _acgb (){return _efgeca ;};};};if !_gbdff {_gfgec :=_fdeg (_cbed ,_fag );if _gfgec !=_be {_gbdff =true ;_efgeca =append (_efgeca ,_gfgec );if _acgb (){return _efgeca ;};};};if !_ggbg {_fafef :=_fdeed (_cbed ,_fag ); +if _fafef !=_be {_ggbg =true ;_efgeca =append (_efgeca ,_fafef );if _acgb (){return _efgeca ;};};};if !_ffcec {_dfcae :=_acab (_cbed ,_fag );if _dfcae !=_be {_ffcec =true ;_efgeca =append (_efgeca ,_dfcae );if _acgb (){return _efgeca ;};};};if !_dfbf {_agefa :=_gbdba (_cbed ,_fag ); +if _agefa !=_be {_dfbf =true ;_efgeca =append (_efgeca ,_agefa );if _acgb (){return _efgeca ;};};};if !_beage &&_cfgdd ._ge =="\u0041"{_cfee :=_abgc (_fag ,_gedb ,_ddca );if _cfee !=_be {_beage =true ;_efgeca =append (_efgeca ,_cfee );if _acgb (){return _efgeca ; +};};};};};};return _efgeca ;}; -// CMYKDefaultColorSpace is an option that refers PDF/A-1 -CMYKDefaultColorSpace bool ; - -// Now is a function that returns current time. -Now func ()_f .Time ; - -// Xmp is the xmp options information. -Xmp XmpOptions ;};type profile3 struct{_fbdd standardType ;_fcaa Profile3Options ;}; - -// DefaultProfile2Options are the default options for the Profile2. -func DefaultProfile2Options ()*Profile2Options {return &Profile2Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _cffff (_ecggd *_g .PdfFont ,_fbfa *_aad .PdfObjectDictionary ,_eggg bool )ViolatedRule {const (_aecb ="\u0036.\u0033\u002e\u0034\u002d\u0031"; -_egca ="\u0054\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u0020s\u0068\u0061\u006cl\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006ce\u002c\u0020a\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0035\u002e\u0038\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0077h\u0065\u006e\u0020\u0074\u0068\u0065 \u0066\u006f\u006e\u0074\u0073\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0065\u0078\u0063\u006cu\u0073i\u0076\u0065\u006c\u0079\u0020\u0077\u0069t\u0068\u0020\u0074\u0065\u0078\u0074\u0020\u0072e\u006ed\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020\u0033\u002e"; -);if _eggg {return _fbc ;};_cead :=_ecggd .FontDescriptor ();var _deea string ;if _dgcc ,_fef :=_aad .GetName (_fbfa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fef {_deea =_dgcc .String ();};switch _deea {case "\u0054\u0079\u0070e\u0031":if _cead .FontFile ==nil {return _fgdg (_aecb ,_egca ); -};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _cead .FontFile2 ==nil {return _fgdg (_aecb ,_egca );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _cead .FontFile3 ==nil {return _fgdg (_aecb ,_egca );};};return _fbc ; -};type pageColorspaceOptimizeFunc func (_cff *_ad .Document ,_fegf *_ad .Page ,_bddd []*_ad .Image )error ;func _ebga (_agbe *_g .CompliancePdfReader )(_aabe ViolatedRule ){for _ ,_dfaae :=range _agbe .GetObjectNums (){_acf ,_ffbb :=_agbe .GetIndirectObjectByNumber (_dfaae ); -if _ffbb !=nil {continue ;};_aebgg ,_dfgfg :=_aad .GetStream (_acf );if !_dfgfg {continue ;};_efcg ,_dfgfg :=_aad .GetName (_aebgg .Get ("\u0054\u0079\u0070\u0065"));if !_dfgfg {continue ;};if *_efcg !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; -};_cedc ,_dfgfg :=_aad .GetName (_aebgg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));if !_dfgfg {continue ;};if *_cedc =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073."); -};};return _aabe ;};func _abdd (_cccd *_g .CompliancePdfReader ,_bfeg standardType )(_dafcb []ViolatedRule ){var _gebdc ,_edeb ,_fcedf ,_feec ,_cgbf ,_ecgd ,_cdaa bool ;_dfeeb :=func ()bool {return _gebdc &&_edeb &&_fcedf &&_feec &&_cgbf &&_ecgd &&_cdaa }; -_edaa :=map[*_aad .PdfObjectStream ]*_bf .CMap {};_efebe :=map[*_aad .PdfObjectStream ][]byte {};_acgef :=map[_aad .PdfObject ]*_g .PdfFont {};for _ ,_fbca :=range _cccd .GetObjectNums (){_dgdad ,_cdcc :=_cccd .GetIndirectObjectByNumber (_fbca );if _cdcc !=nil {continue ; -};_beca ,_cdbf :=_aad .GetDict (_dgdad );if !_cdbf {continue ;};_cebe ,_cdbf :=_aad .GetName (_beca .Get ("\u0054\u0079\u0070\u0065"));if !_cdbf {continue ;};if *_cebe !="\u0046\u006f\u006e\u0074"{continue ;};_efbae ,_cdcc :=_g .NewPdfFontFromPdfObject (_beca ); -if _cdcc !=nil {_be .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_cdcc );continue ;};_acgef [_beca ]=_efbae ; -};for _ ,_abacf :=range _cccd .PageList {_gceeg ,_dead :=_abacf .GetContentStreams ();if _dead !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); -continue ;};for _ ,_eggd :=range _gceeg {_ecgbc :=_fgd .NewContentStreamParser (_eggd );_aggg ,_ffca :=_ecgbc .Parse ();if _ffca !=nil {_be .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ffca ); -continue ;};var _bbbe bool ;for _ ,_bfeac :=range *_aggg {if _bfeac .Operand !="\u0054\u0072"{continue ;};if len (_bfeac .Params )!=1{_be .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_bfeac .Params )); -continue ;};_geged ,_ageab :=_aad .GetIntVal (_bfeac .Params [0]);if !_ageab {_be .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); -continue ;};if _geged ==3{_bbbe =true ;break ;};};for _ ,_bdeda :=range *_aggg {if _bdeda .Operand !="\u0054\u0066"{continue ;};if len (_bdeda .Params )!=2{_be .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_bdeda .Params )); -continue ;};_dcbgc ,_ggbga :=_aad .GetName (_bdeda .Params [0]);if !_ggbga {_be .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_bdeda ); -continue ;};_ceefd ,_cfedd :=_abacf .Resources .GetFontByName (*_dcbgc );if !_cfedd {_be .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_cfffc ,_ggbga :=_aad .GetDict (_ceefd );if !_ggbga {_be .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_ffdg ,_ggbga :=_acgef [_cfffc ];if !_ggbga {var _dcgca error ;_ffdg ,_dcgca =_g .NewPdfFontFromPdfObject (_cfffc );if _dcgca !=nil {_be .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_dcgca ); -continue ;};_acgef [_cfffc ]=_ffdg ;};if !_gebdc {_daffd :=_facc (_cfffc ,_efebe ,_edaa );if _daffd !=_fbc {_dafcb =append (_dafcb ,_daffd );_gebdc =true ;if _dfeeb (){return _dafcb ;};};};if !_edeb {_abbe :=_gfgc (_cfffc );if _abbe !=_fbc {_dafcb =append (_dafcb ,_abbe ); -_edeb =true ;if _dfeeb (){return _dafcb ;};};};if !_fcedf {_accae :=_fcbg (_cfffc ,_efebe ,_edaa );if _accae !=_fbc {_dafcb =append (_dafcb ,_accae );_fcedf =true ;if _dfeeb (){return _dafcb ;};};};if !_feec {_agbb :=_bafb (_cfffc ,_efebe ,_edaa );if _agbb !=_fbc {_dafcb =append (_dafcb ,_agbb ); -_feec =true ;if _dfeeb (){return _dafcb ;};};};if !_cgbf {_bbadd :=_eeaf (_ffdg ,_cfffc ,_bbbe );if _bbadd !=_fbc {_cgbf =true ;_dafcb =append (_dafcb ,_bbadd );if _dfeeb (){return _dafcb ;};};};if !_ecgd {_bgae :=_egaee (_ffdg ,_cfffc );if _bgae !=_fbc {_ecgd =true ; -_dafcb =append (_dafcb ,_bgae );if _dfeeb (){return _dafcb ;};};};if !_cdaa &&(_bfeg ._fa =="\u0041"||_bfeg ._fa =="\u0055"){_cffgb :=_gdfde (_cfffc ,_efebe ,_edaa );if _cffgb !=_fbc {_cdaa =true ;_dafcb =append (_dafcb ,_cffgb );if _dfeeb (){return _dafcb ; -};};};};};};return _dafcb ;};func _bafb (_gfgda *_aad .PdfObjectDictionary ,_acgaf map[*_aad .PdfObjectStream ][]byte ,_faee map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_cgfeg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0034"; -_ecbdf ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; -);var _dggg string ;if _befg ,_adcf :=_aad .GetName (_gfgda .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_adcf {_dggg =_befg .String ();};if _dggg !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_efgad :=_gfgda .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _ ,_ebddc :=_aad .GetName (_efgad );_ebddc {return _fbc ;};_ffbd ,_caeg :=_aad .GetStream (_efgad );if !_caeg {return _fgdg (_cgfeg ,_ecbdf );};_aggfa ,_dcdb :=_gfada (_ffbd ,_acgaf ,_faee );if _dcdb !=nil {return _fgdg (_cgfeg ,_ecbdf );};_egbee ,_cbdf :=_aad .GetIntVal (_ffbd .Get ("\u0057\u004d\u006fd\u0065")); -_bbff ,_edbg :=_aggfa .WMode ();if _cbdf &&_edbg {if _bbff !=_egbee {return _fgdg (_cgfeg ,_ecbdf );};};if (_cbdf &&!_edbg )||(!_cbdf &&_edbg ){return _fgdg (_cgfeg ,_ecbdf );};return _fbc ;};func _cgfdg (_afea *_g .CompliancePdfReader )ViolatedRule {_fdbf ,_dggb :=_afea .GetTrailer (); -if _dggb !=nil {_be .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_dggb );return _fbc ;};_fdbc ,_bfae :=_fdbf .Get ("\u0052\u006f\u006f\u0074").(*_aad .PdfObjectReference ); -if !_bfae {_be .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft");return _fbc ;};_abeb ,_bfae :=_aad .GetDict (_aad .ResolveReference (_fdbc ));if !_bfae {_be .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); -return _fbc ;};if _abeb .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073")!=nil {return _fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0064\u006f\u0063u\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u004f\u0043\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"); -};return _fbc ;};func _dgc (_cdgb *_g .PdfInfo ,_geee func ()_f .Time )error {var _dgba *_g .PdfDate ;if _cdgb .CreationDate ==nil {_fdf ,_dab :=_g .NewPdfDateFromTime (_geee ());if _dab !=nil {return _dab ;};_dgba =&_fdf ;_cdgb .CreationDate =_dgba ;}; -if _cdgb .ModifiedDate ==nil {if _dgba !=nil {_egff ,_gaga :=_g .NewPdfDateFromTime (_geee ());if _gaga !=nil {return _gaga ;};_dgba =&_egff ;};_cdgb .ModifiedDate =_dgba ;};return nil ;};func _aeae (_ffba *_ad .Document ){if _ffba .ID [0]!=""&&_ffba .ID [1]!=""{return ; -};_ffba .UseHashBasedID =true ;};func _edcgd (_fgfe *_g .CompliancePdfReader )(*_aad .PdfObjectDictionary ,bool ){_baef ,_ddeae :=_dagg (_fgfe );if !_ddeae {return nil ,false ;};_gdgdg ,_ddeae :=_aad .GetArray (_baef .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073")); -if !_ddeae {return nil ,false ;};if _gdgdg .Len ()==0{return nil ,false ;};return _aad .GetDict (_gdgdg .Get (0));};func _cadf (_beda *_g .CompliancePdfReader )ViolatedRule {if _beda .ParserMetadata ().HasDataAfterEOF (){return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0033","\u004e\u006f\u0020\u0064\u0061ta\u0020\u0073h\u0061\u006c\u006c\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0020\u0074\u0068\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0065\u006e\u0064\u002d\u006f\u0066\u002d\u0066\u0069l\u0065\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0061 \u0073\u0069\u006e\u0067\u006ce\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c \u0065\u006ed\u002do\u0066\u002d\u006c\u0069\u006e\u0065\u0020m\u0061\u0072\u006b\u0065\u0072\u002e"); -};return _fbc ;};func _fdea (_feebc *_g .CompliancePdfReader )(_dbfdg []ViolatedRule ){_cecb :=_feebc .GetObjectNums ();for _ ,_cfbffa :=range _cecb {_eega ,_eeggf :=_feebc .GetIndirectObjectByNumber (_cfbffa );if _eeggf !=nil {continue ;};_bgbd ,_dacc :=_aad .GetDict (_eega ); -if !_dacc {continue ;};_acab ,_dacc :=_aad .GetName (_bgbd .Get ("\u0054\u0079\u0070\u0065"));if !_dacc {continue ;};if _acab .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};if _bgbd .Get ("\u0045\u0046")!=nil {_dbfdg =append (_dbfdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0031","\u0041 \u0066\u0069\u006c\u0065 \u0073p\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046 \u0033\u002e\u0031\u0030\u002e\u0032\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0045\u0046 \u006be\u0079\u002e")); -break ;};};_cgeg ,_gdbd :=_dagg (_feebc );if !_gdbd {return _dbfdg ;};_ceee ,_gdbd :=_aad .GetDict (_cgeg .Get ("\u004e\u0061\u006de\u0073"));if !_gdbd {return _dbfdg ;};if _ceee .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073")!=nil {_dbfdg =append (_dbfdg ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0032","\u0041\u0020\u0066i\u006c\u0065\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020d\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020PD\u0046 \u0052\u0065\u0066er\u0065\u006e\u0063\u0065\u0020\u0033\u002e6\u002e\u0033\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0045m\u0062\u0065\u0064\u0064\u0065\u0064\u0046i\u006c\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -};return _dbfdg ;};func _ccc (_bbga *_g .CompliancePdfReader )ViolatedRule {_fgg ,_ddfee :=_bbga .PdfReader .GetTrailer ();if _ddfee !=nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u006d\u0069\u0073s\u0069\u006e\u0067\u0020t\u0072\u0061\u0069\u006c\u0065\u0072\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074"); -};if _fgg .Get ("\u0049\u0044")==nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e\u0020\u0027\u0049\u0044\u0027\u0020k\u0065\u0079\u0077o\u0072\u0064"); -};if _fgg .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074")!=nil {return _fgdg ("\u0036.\u0031\u002e\u0033\u002d\u0032","\u0054\u0068\u0065\u0020\u006b\u0065y\u0077\u006f\u0072\u0064\u0020'\u0045\u006e\u0063\u0072\u0079\u0070t\u0027\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u002e\u0020"); -};return _fbc ;};func _bbdg (_aaefb string ,_egeae string ,_eefbe string )(string ,bool ){_ebbg :=_aa .Index (_aaefb ,_egeae );if _ebbg ==-1{return "",false ;};_ebbg +=len (_egeae );_egacf :=_aa .Index (_aaefb [_ebbg :],_eefbe );if _egacf ==-1{return "",false ; -};_egacf =_ebbg +_egacf ;return _aaefb [_ebbg :_egacf ],true ;}; - -// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-3 standard. -func (_ebdf *profile3 )ValidateStandard (r *_g .CompliancePdfReader )error {_ffcc :=VerificationError {ConformanceLevel :_ebdf ._fbdd ._bc ,ConformanceVariant :_ebdf ._fbdd ._fa };if _agafc :=_dgag (r );_agafc !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_agafc ); -};if _bdcec :=_eggb (r );_bdcec !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bdcec );};if _cbf :=_ccc (r );_cbf !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cbf );};if _aebgd :=_cadf (r );_aebgd !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aebgd ); -};if _afdg :=_efceg (r );_afdg !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_afdg );};if _febc :=_efgd (r );len (_febc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_febc ...);};if _bed :=_dcgfd (r );len (_bed )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bed ...); -};if _ddfe :=_ccfa (r );len (_ddfe )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ddfe ...);};if _bedb :=_gbbb (r );_bedb !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bedb );};if _dfea :=_gagf (r );len (_dfea )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dfea ...); -};if _fcca :=_fdae (r );len (_fcca )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fcca ...);};if _dbea :=_cabf (r );_dbea !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dbea );};if _daac :=_dgfcg (r );len (_daac )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_daac ...); -};if _gdbe :=_fgca (r );len (_gdbe )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gdbe ...);};if _aacg :=_efdgc (r );_aacg !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aacg );};if _gfba :=_fdccb (r );len (_gfba )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gfba ...); -};if _afbf :=_bdge (r );len (_afbf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_afbf ...);};if _bbb :=_aabca (r );_bbb !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_bbb );};if _ecdf :=_gegg (r );len (_ecdf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ecdf ...); -};if _gcee :=_abdd (r ,_ebdf ._fbdd );len (_gcee )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gcee ...);};if _fcgc :=_ddgg (r );len (_fcgc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fcgc ...);};if _aacb :=_bccb (r );len (_aacb )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_aacb ...); -};if _ebda :=_dgcb (r );len (_ebda )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ebda ...);};if _dgff :=_edgad (r );_dgff !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_dgff );};if _eacca :=_ebba (r );len (_eacca )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_eacca ...); -};if _gbbf :=_bdcb (r );_gbbf !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_gbbf );};if _caee :=_cdgbg (r ,_ebdf ._fbdd ,false );len (_caee )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_caee ...);};if _ebdf ._fbdd ==_cc (){if _cdbc :=_cdec (r ); -len (_cdbc )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cdbc ...);};};if _ggagf :=_cfbc (r );len (_ggagf )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_ggagf ...);};if _cadg :=_abgf (r );len (_cadg )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cadg ...); -};if _fedb :=_eaef (r );len (_fedb )!=0{_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_fedb ...);};if _cgag :=_daaac (r );_cgag !=_fbc {_ffcc .ViolatedRules =append (_ffcc .ViolatedRules ,_cgag );};if len (_ffcc .ViolatedRules )> 0{_bb .Slice (_ffcc .ViolatedRules ,func (_fdba ,_aggb int )bool {return _ffcc .ViolatedRules [_fdba ].RuleNo < _ffcc .ViolatedRules [_aggb ].RuleNo ; -});return _ffcc ;};return nil ;};func _debf (_aaec *_g .CompliancePdfReader )(_ffdef []ViolatedRule ){_dfce :=_aaec .GetObjectNums ();for _ ,_dagdcb :=range _dfce {_fefd ,_dbcgg :=_aaec .GetIndirectObjectByNumber (_dagdcb );if _dbcgg !=nil {continue ;}; -_aabgdg ,_efgg :=_aad .GetDict (_fefd );if !_efgg {continue ;};_acda ,_efgg :=_aad .GetName (_aabgdg .Get ("\u0054\u0079\u0070\u0065"));if !_efgg {continue ;};if _acda .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_ddca ,_dbcgg :=_g .NewPdfFilespecFromObj (_aabgdg ); -if _dbcgg !=nil {continue ;};if _ddca .EF !=nil {if _ddca .F ==nil ||_ddca .UF ==nil {_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); -break ;};if _ddca .AFRelationship ==nil {_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); -break ;};_eafg ,_acfd :=_g .NewEmbeddedFileFromObject (_ddca .EF );if _acfd !=nil {continue ;};if _aa .ToLower (_eafg .FileType )!="\u0061p\u0070l\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u0070\u0064\u0066"{_ffdef =append (_ffdef ,_fgdg ("\u0036\u002e\u0038-\u0034","\u0041\u006c\u006c\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064 \u0066\u0069\u006c\u0065\u0073\u0020\u0073\u0068\u006fu\u006c\u0064\u0020\u0062e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0050\u0044F\u002f\u0041\u002d1\u0020\u006f\u0072\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u002e")); -break ;};};};return _ffdef ;};func _ac ()standardType {return standardType {_bc :3,_fa :"\u0042"}};func _cgbbd (_befb *_ad .Document )error {_aagfd ,_agaf :=_befb .FindCatalog ();if !_agaf {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};_gaag ,_agaf :=_aad .GetDict (_aagfd .Object .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_agaf {return nil ;};_adb ,_agaf :=_aad .GetDict (_gaag .Get ("\u0044"));if _agaf {if _adb .Get ("\u0041\u0053")!=nil {_adb .Remove ("\u0041\u0053"); -};};_affed ,_agaf :=_aad .GetArray (_gaag .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _agaf {for _cafa :=0;_cafa < _affed .Len ();_cafa ++{_agba ,_efbc :=_aad .GetDict (_affed .Get (_cafa ));if !_efbc {continue ;};if _agba .Get ("\u0041\u0053")!=nil {_agba .Remove ("\u0041\u0053"); -};};};return nil ;}; +// Part gets the PDF/A version level. +func (_aaac *profile3 )Part ()int {return _aaac ._bafec ._fe };func _bfa (_ab []*_af .Image ,_deb bool )error {_fbb :=_ac .PdfObjectName ("\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B");if _deb {_fbb ="\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b"; +};for _ ,_ffa :=range _ab {if _ffa .Colorspace ==_fbb {continue ;};_ced ,_df :=_ff .NewXObjectImageFromStream (_ffa .Stream );if _df !=nil {return _df ;};_egcf ,_df :=_ced .ToImage ();if _df !=nil {return _df ;};_ggd ,_df :=_egcf .ToGoImage ();if _df !=nil {return _df ; +};var _cec _ff .PdfColorspace ;if _deb {_cec =_ff .NewPdfColorspaceDeviceCMYK ();_ggd ,_df =_gb .CMYKConverter .Convert (_ggd );}else {_cec =_ff .NewPdfColorspaceDeviceRGB ();_ggd ,_df =_gb .NRGBAConverter .Convert (_ggd );};if _df !=nil {return _df ;}; +_ecgb ,_aae :=_ggd .(_gb .Image );if !_aae {return _g .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); +};_cba :=_ecgb .Base ();_cee :=&_ff .Image {Width :int64 (_cba .Width ),Height :int64 (_cba .Height ),BitsPerComponent :int64 (_cba .BitsPerComponent ),ColorComponents :_cba .ColorComponents ,Data :_cba .Data };_cee .SetDecode (_cba .Decode );_cee .SetAlpha (_cba .Alpha ); +if _df =_ced .SetImage (_cee ,_cec );_df !=nil {return _df ;};_ced .ToPdfObject ();_ffa .ColorComponents =_cba .ColorComponents ;_ffa .Colorspace =_fbb ;};return nil ;};func _dad ()standardType {return standardType {_fe :1,_ge :"\u0042"}};func (_caf *documentImages )hasOnlyDeviceRGB ()bool {return _caf ._dde &&!_caf ._aa &&!_caf ._eb }; +func (_b standardType )String ()string {return _e .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_b ._fe ,_b ._ge );};func _dfgf (_dbea *_ff .CompliancePdfReader )(_bdcegc ViolatedRule ){_acaba ,_abce :=_faae (_dbea );if !_abce {return _be ; +};_agad ,_abce :=_ac .GetDict (_acaba .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_abce {return _be ;};_ecdfa ,_abce :=_ac .GetArray (_agad .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_abce {return _be ;};for _bdeee :=0;_bdeee < _ecdfa .Len (); +_bdeee ++{_efcffd ,_caegd :=_ac .GetDict (_ecdfa .Get (_bdeee ));if !_caegd {continue ;};if _efcffd .Get ("\u0041\u0041")!=nil {return _ecb ("\u0036.\u0036\u002e\u0032\u002d\u0032","\u0041\u0020F\u0069\u0065\u006cd\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079 s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061n\u0020A\u0041\u0020\u0065\u006e\u0074\u0072y f\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069on\u0061l\u002d\u0061\u0063\u0074i\u006fn\u0073 \u0064\u0069c\u0074\u0069on\u0061\u0072\u0079\u002e"); +};};return _be ;};func _aeea (_aabag *_ac .PdfObjectStream ,_ebeffg map[*_ac .PdfObjectStream ][]byte ,_badd map[*_ac .PdfObjectStream ]*_c .CMap )(*_c .CMap ,error ){_eegd ,_fgee :=_badd [_aabag ];if !_fgee {var _ffba error ;_ccdab ,_bfbdg :=_ebeffg [_aabag ]; +if !_bfbdg {_ccdab ,_ffba =_ac .DecodeStream (_aabag );if _ffba !=nil {_ee .Log .Debug ("\u0064\u0065\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0073\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064:\u0020\u0025\u0076",_ffba );return nil ,_ffba ; +};_ebeffg [_aabag ]=_ccdab ;};_eegd ,_ffba =_c .LoadCmapFromData (_ccdab ,false );if _ffba !=nil {return nil ,_ffba ;};_badd [_aabag ]=_eegd ;};return _eegd ,nil ;};func _cagg (_aaefe *_ff .CompliancePdfReader )(_gcbg []ViolatedRule ){var _daba ,_ebee ,_bcagg ,_cbbeg ,_bgcea ,_ffaa ,_baag bool ; +_ecccb :=func ()bool {return _daba &&_ebee &&_bcagg &&_cbbeg &&_bgcea &&_ffaa &&_baag };for _ ,_dacf :=range _aaefe .PageList {_edea ,_fcace :=_dacf .GetAnnotations ();if _fcace !=nil {_ee .Log .Trace ("\u006c\u006f\u0061\u0064\u0069\u006e\u0067\u0020\u0061\u006en\u006f\u0074\u0061\u0074\u0069\u006f\u006es\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_fcace ); +continue ;};for _ ,_ffeg :=range _edea {if !_daba {switch _ffeg .GetContext ().(type ){case *_ff .PdfAnnotationFileAttachment ,*_ff .PdfAnnotationSound ,*_ff .PdfAnnotationMovie ,nil :_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0041\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0079\u0070\u0065\u0073\u0020\u006e\u006f\u0074 \u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020p\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e\u0020\u0041d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020\u0074\u0068\u0065\u0020F\u0069\u006c\u0065\u0041\u0074\u0074\u0061\u0063\u0068\u006de\u006e\u0074\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u0020\u0061\u006e\u0064\u0020\u004d\u006f\u0076\u0069e\u0020\u0074\u0079\u0070\u0065s \u0073ha\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_daba =true ;if _ecccb (){return _gcbg ;};};};_ecdd ,_fbfe :=_ac .GetDict (_ffeg .GetContainingPdfObject ());if !_fbfe {continue ;};if !_ebee {_bfbbb ,_fcbgd :=_ac .GetFloatVal (_ecdd .Get ("\u0043\u0041"));if _fcbgd &&_bfbbb !=1.0{_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0031","\u0041\u006e\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073h\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0043\u0041\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u002e\u0030\u002e")); +_ebee =true ;if _ecccb (){return _gcbg ;};};};if !_bcagg {_facd ,_agda :=_ac .GetIntVal (_ecdd .Get ("\u0046"));if !(_agda &&_facd &4==4&&_facd &1==0&&_facd &2==0&&_facd &32==0){_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0032","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0074\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u002e\u0020\u0054\u0068\u0065\u0020\u0046\u0020\u006b\u0065\u0079\u0027\u0073\u0020\u0050\u0072\u0069\u006e\u0074\u0020\u0066\u006c\u0061\u0067\u0020\u0062\u0069\u0074\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065 s\u0065\u0074\u0020\u0074\u006f\u0020\u0031\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0048\u0069\u0064\u0064\u0065\u006e\u002c\u0020I\u006e\u0076\u0069\u0073\u0069\u0062\u006c\u0065\u0020\u0061\u006e\u0064\u0020\u004e\u006f\u0056\u0069\u0065\u0077\u0020\u0066\u006c\u0061\u0067\u0020b\u0069\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073e\u0074\u0020t\u006f\u0020\u0030\u002e")); +_bcagg =true ;if _ecccb (){return _gcbg ;};};};if !_cbbeg {_egfb ,_abefc :=_ac .GetDict (_ecdd .Get ("\u0041\u0050"));if _abefc {_dacb :=_egfb .Get ("\u004e");if _dacb ==nil ||len (_egfb .Keys ())> 1{_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cbbeg =true ;if _ecccb (){return _gcbg ;};continue ;};_ ,_eabd :=_ffeg .GetContext ().(*_ff .PdfAnnotationWidget );if _eabd {_ecdcf ,_bcgf :=_ac .GetName (_ecdd .Get ("\u0046\u0054"));if _bcgf &&*_ecdcf =="\u0042\u0074\u006e"{if _ ,_efdbg :=_ac .GetDict (_dacb ); +!_efdbg {_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cbbeg =true ;if _ecccb (){return _gcbg ;};continue ;};};};_ ,_gdge :=_ac .GetStream (_dacb );if !_gdge {_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0034","\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0061\u006e\u006e\u006ft\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063t\u0069\u006f\u006ea\u0072\u0069\u0065\u0073 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0069\u006e\u0067\u0020\u0061\u006e\u0020\u0041\u0050 \u006b\u0065\u0079\u002c\u0020\u0074\u0068\u0065\u0020\u0061p\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0073\u0020\u0061\u0073\u0020it\u0073\u0020\u0076\u0061\u006cu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020o\u006e\u006c\u0079\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u002e\u0020\u0049\u0066\u0020\u0061\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064i\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0027\u0073\u0020\u0053\u0075\u0062ty\u0070\u0065\u0020\u006b\u0065\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0057\u0069\u0064g\u0065\u0074\u0020\u0061\u006e\u0064\u0020\u0069\u0074s\u0020\u0046\u0054 \u006be\u0079\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020B\u0074\u006e,\u0020\u0074he \u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u004e\u0020\u006b\u0065\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079; \u006f\u0074\u0068\u0065\u0072\u0077\u0069s\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020th\u0065\u0020N\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062e\u0020\u0061\u006e\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0061n\u0063\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e")); +_cbbeg =true ;if _ecccb (){return _gcbg ;};continue ;};};};if !_bgcea {if _ecdd .Get ("\u0043")!=nil ||_ecdd .Get ("\u0049\u0043")!=nil {_effg ,_bcgfg :=_bace (_aaefe );if !_bcgfg {_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); +_bgcea =true ;if _ecccb (){return _gcbg ;};}else {_beaa ,_ddagd :=_ac .GetIntVal (_effg .Get ("\u004e"));if !_ddagd ||_beaa !=3{_gcbg =append (_gcbg ,_ecb ("\u0036.\u0035\u002e\u0033\u002d\u0033","\u0041\u006e\u0020\u0061\u006e\u006e\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006fn\u0074a\u0069\u006e\u0020t\u0068e\u0020\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0072\u0020\u0074\u0068e\u0020\u0049\u0043\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u0075\u006e\u006c\u0065\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006ff\u0069\u006ce\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069n\u0020\u0036\u002e\u0032\u002e2\u002c\u0020\u0069\u0073\u0020\u0052\u0047\u0042.")); +_bgcea =true ;if _ecccb (){return _gcbg ;};};};};};_egaf ,_efeb :=_ffeg .GetContext ().(*_ff .PdfAnnotationWidget );if !_efeb {continue ;};if !_ffaa {if _egaf .A !=nil {_gcbg =append (_gcbg ,_ecb ("\u0036.\u0036\u002e\u0031\u002d\u0033","A \u0057\u0069d\u0067\u0065\u0074\u0020\u0061\u006e\u006e\u006f\u0074a\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006ec\u006cu\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0020e\u006et\u0072\u0079.")); +_ffaa =true ;if _ecccb (){return _gcbg ;};};};if !_baag {if _egaf .AA !=nil {_gcbg =append (_gcbg ,_ecb ("\u0036.\u0036\u002e\u0032\u002d\u0031","\u0041\u0020\u0057\u0069\u0064\u0067\u0065\u0074\u0020\u0061\u006e\u006eo\u0074\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073h\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061d\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_baag =true ;if _ecccb (){return _gcbg ;};};};};};return _gcbg ;};func _cgae (_befd *_ff .CompliancePdfReader )(_abdb ViolatedRule ){_dcda ,_gafd :=_faae (_befd );if !_gafd {return _be ;};if _dcda .Get ("\u0041\u0041")!=nil {return _ecb ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0054h\u0065\u0020\u0064\u006fc\u0075m\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020a\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079 \u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079\u002e"); +};return _be ;};func _cbec (_fcec *_af .Document ){_edde ,_daed :=_fcec .FindCatalog ();if !_daed {return ;};_ccdd ,_daed :=_edde .GetMarkInfo ();if !_daed {_ccdd =_ac .MakeDict ();};_accc ,_daed :=_ac .GetBool (_ccdd .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); +if !_daed ||!bool (*_accc ){_ccdd .Set ("\u004d\u0061\u0072\u006b\u0065\u0064",_ac .MakeBool (true ));_edde .SetMarkInfo (_ccdd );};};func _acbd (_fae *_ff .PdfInfo ,_cdfa func ()_eg .Time )error {var _dcadf *_ff .PdfDate ;if _fae .CreationDate ==nil {_fgbf ,_abb :=_ff .NewPdfDateFromTime (_cdfa ()); +if _abb !=nil {return _abb ;};_dcadf =&_fgbf ;_fae .CreationDate =_dcadf ;};if _fae .ModifiedDate ==nil {if _dcadf !=nil {_ecgbc ,_adgd :=_ff .NewPdfDateFromTime (_cdfa ());if _adgd !=nil {return _adgd ;};_dcadf =&_ecgbc ;};_fae .ModifiedDate =_dcadf ; +};return nil ;};func (_ad standardType )outputIntentSubtype ()_ff .PdfOutputIntentType {switch _ad ._fe {case 1:return _ff .PdfOutputIntentTypeA1 ;case 2:return _ff .PdfOutputIntentTypeA2 ;case 3:return _ff .PdfOutputIntentTypeA3 ;case 4:return _ff .PdfOutputIntentTypeA4 ; +default:return 0;};};type profile2 struct{_ddgcg standardType ;_ddgf Profile2Options ;};func _dece (_daagd *_ac .PdfObjectDictionary ,_bbca map[*_ac .PdfObjectStream ][]byte ,_eeed map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_cedb ="\u0046\u006f\u0072 \u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029\u0020\u0066\u006f\u006et \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0064 \u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043I\u0044\u0053y\u0073\u0074\u0065\u006d\u0049nf\u006f\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006f\u0066\u0020i\u0074\u0073\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0061\u006e\u0064 \u0043\u004d\u0061\u0070 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0063\u006f\u006d\u0070\u0061\u0074i\u0062\u006c\u0065\u002e\u0020\u0049\u006e\u0020o\u0074\u0068\u0065\u0072\u0020\u0077\u006f\u0072\u0064\u0073\u002c\u0020\u0074\u0068\u0065\u0020R\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004fr\u0064\u0065\u0072\u0069\u006e\u0067 \u0073\u0074\u0072i\u006e\u0067\u0073\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0066\u006f\u0072 \u0074\u0068\u0061\u0074\u0020\u0066o\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u002c\u0020u\u006el\u0065ss \u0074\u0068\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073 \u0049\u0064\u0065\u006e\u0074\u0069t\u0079\u002d\u0048\u0020o\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074y\u002dV\u002e"; +_fcac ="\u0036.\u0033\u002e\u0033\u002d\u0031";);var _acee string ;if _bedd ,_afce :=_ac .GetName (_daagd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_afce {_acee =_bedd .String ();};if _acee !="\u0054\u0079\u0070e\u0030"{return _be ;};_fcfb :=_daagd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _defg ,_abdd :=_ac .GetName (_fcfb );_abdd {switch _defg .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _be ;};_efcg ,_ddbe :=_c .LoadPredefinedCMap (_defg .String ()); +if _ddbe !=nil {return _ecb (_fcac ,_cedb );};_faaa :=_efcg .CIDSystemInfo ();if _faaa .Ordering !=_faaa .Registry {return _ecb (_fcac ,_cedb );};return _be ;};_ddea ,_abe :=_ac .GetStream (_fcfb );if !_abe {return _ecb (_fcac ,_cedb );};_bdcf ,_gdbd :=_aeea (_ddea ,_bbca ,_eeed ); +if _gdbd !=nil {return _ecb (_fcac ,_cedb );};_eebe :=_bdcf .CIDSystemInfo ();if _eebe .Ordering !=_eebe .Registry {return _ecb (_fcac ,_cedb );};return _be ;};func _gaeg (_cbab *_af .Document )error {_gac ,_acca :=_cbab .FindCatalog ();if !_acca {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_gac .SetVersion ();return nil ;}; // Conformance gets the PDF/A conformance. -func (_ggae *profile2 )Conformance ()string {return _ggae ._cbebb ._fa };func _bdcg (_dagd *_aad .PdfObjectDictionary ,_cebg map[*_aad .PdfObjectStream ][]byte ,_ffedb map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_aabg ="\u0046\u006f\u0072 \u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070\u006f\u0073\u0069\u0074\u0065\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029\u0020\u0066\u006f\u006et \u0072\u0065\u0066\u0065\u0072\u0065\u006ec\u0065\u0064 \u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043I\u0044\u0053y\u0073\u0074\u0065\u006d\u0049nf\u006f\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u006f\u0066\u0020i\u0074\u0073\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0061\u006e\u0064 \u0043\u004d\u0061\u0070 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0063\u006f\u006d\u0070\u0061\u0074i\u0062\u006c\u0065\u002e\u0020\u0049\u006e\u0020o\u0074\u0068\u0065\u0072\u0020\u0077\u006f\u0072\u0064\u0073\u002c\u0020\u0074\u0068\u0065\u0020R\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004fr\u0064\u0065\u0072\u0069\u006e\u0067 \u0073\u0074\u0072i\u006e\u0067\u0073\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0066\u006f\u0072 \u0074\u0068\u0061\u0074\u0020\u0066o\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u002c\u0020u\u006el\u0065ss \u0074\u0068\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006eg\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0069\u0073 \u0049\u0064\u0065\u006e\u0074\u0069t\u0079\u002d\u0048\u0020o\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074y\u002dV\u002e"; -_bgede ="\u0036.\u0033\u002e\u0033\u002d\u0031";);var _dgcgb string ;if _ecae ,_ddab :=_aad .GetName (_dagd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ddab {_dgcgb =_ecae .String ();};if _dgcgb !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_ffdc :=_dagd .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _fcgcc ,_bbfe :=_aad .GetName (_ffdc );_bbfe {switch _fcgcc .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;};_dgdb ,_daag :=_bf .LoadPredefinedCMap (_fcgcc .String ()); -if _daag !=nil {return _fgdg (_bgede ,_aabg );};_cfaa :=_dgdb .CIDSystemInfo ();if _cfaa .Ordering !=_cfaa .Registry {return _fgdg (_bgede ,_aabg );};return _fbc ;};_adde ,_bcfa :=_aad .GetStream (_ffdc );if !_bcfa {return _fgdg (_bgede ,_aabg );};_dcbd ,_ebdfda :=_gfada (_adde ,_cebg ,_ffedb ); -if _ebdfda !=nil {return _fgdg (_bgede ,_aabg );};_fbce :=_dcbd .CIDSystemInfo ();if _fbce .Ordering !=_fbce .Registry {return _fgdg (_bgede ,_aabg );};return _fbc ;};func _dbaef (_eeag *_g .CompliancePdfReader )(_dafd ViolatedRule ){for _ ,_egbg :=range _eeag .GetObjectNums (){_gdae ,_gbgf :=_eeag .GetIndirectObjectByNumber (_egbg ); -if _gbgf !=nil {continue ;};_ccbec ,_ggaea :=_aad .GetStream (_gdae );if !_ggaea {continue ;};_gaccf ,_ggaea :=_aad .GetName (_ccbec .Get ("\u0054\u0079\u0070\u0065"));if !_ggaea {continue ;};if *_gaccf !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; -};_edceb ,_ggaea :=_aad .GetName (_ccbec .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_ggaea {continue ;};if *_edceb =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};if _ccbec .Get ("\u0050\u0053")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};};return _dafd ;};func _egcc (_bded *_g .CompliancePdfReader )(_fbfaf ViolatedRule ){_geeee ,_bddgad :=_dagg (_bded );if !_bddgad {return _fbc ;};_deed ,_bddgad :=_aad .GetDict (_geeee .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_bddgad {return _fbc ; -};_decfg ,_bddgad :=_aad .GetArray (_deed .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_bddgad {return _fbc ;};for _cdggb :=0;_cdggb < _decfg .Len ();_cdggb ++{_eefe ,_bbgc :=_aad .GetDict (_decfg .Get (_cdggb ));if !_bbgc {continue ;};if _eefe .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0032","\u0041\u0020F\u0069\u0065\u006cd\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079 s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061n\u0020A\u0041\u0020\u0065\u006e\u0074\u0072y f\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069on\u0061l\u002d\u0061\u0063\u0074i\u006fn\u0073 \u0064\u0069c\u0074\u0069on\u0061\u0072\u0079\u002e"); -};};return _fbc ;};func _aaa (_gca []_aad .PdfObject )(*documentImages ,error ){_cd :=_aad .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_eg :=make (map[*_aad .PdfObjectStream ]struct{});_gbg :=make (map[_aad .PdfObject ]struct{});var (_db ,_gdc ,_gbgc bool ; -_gbga []*imageInfo ;_ef error ;);for _ ,_ff :=range _gca {_acg ,_fac :=_aad .GetStream (_ff );if !_fac {continue ;};if _ ,_ag :=_eg [_acg ];_ag {continue ;};_eg [_acg ]=struct{}{};_bdd :=_acg .PdfObjectDictionary .Get (_cd );_aed ,_fac :=_aad .GetName (_bdd ); -if !_fac ||string (*_aed )!="\u0049\u006d\u0061g\u0065"{continue ;};if _ege :=_acg .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_ege !=nil {_gbg [_ege ]=struct{}{};};_dd :=imageInfo {BitsPerComponent :8,Stream :_acg };_dd .ColorSpace ,_ef =_g .DetermineColorspaceNameFromPdfObject (_acg .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); -if _ef !=nil {return nil ,_ef ;};if _bee ,_cdd :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_cdd {_dd .BitsPerComponent =_bee ;};if _cdg ,_acd :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068")); -_acd {_dd .Width =_cdg ;};if _eaa ,_cfe :=_aad .GetIntVal (_acg .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_cfe {_dd .Height =_eaa ;};switch _dd .ColorSpace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_gbgc =true ; -_dd .ColorComponents =1;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_db =true ;_dd .ColorComponents =3;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_gdc =true ;_dd .ColorComponents =4;default:_dd ._fbaa =true ;};_gbga =append (_gbga ,&_dd ); -};if len (_gbg )> 0{if len (_gbg )==len (_gbga ){_gbga =nil ;}else {_gcc :=make ([]*imageInfo ,len (_gbga )-len (_gbg ));var _bdb int ;for _ ,_ga :=range _gbga {if _ ,_fga :=_gbg [_ga .Stream ];_fga {continue ;};_gcc [_bdb ]=_ga ;_bdb ++;};_gbga =_gcc ; -};};return &documentImages {_fba :_db ,_dcc :_gdc ,_dcf :_gbgc ,_aeg :_gbg ,_aea :_gbga },nil ;};func _ba ()standardType {return standardType {_bc :2,_fa :"\u0055"}};func _fgdg (_fab string ,_af string )ViolatedRule {return ViolatedRule {RuleNo :_fab ,Detail :_af }}; - +func (_dbccg *profile1 )Conformance ()string {return _dbccg ._bbae ._ge }; -// NewProfile2A creates a new Profile2A with given options. -func NewProfile2A (options *Profile2Options )*Profile2A {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2A {profile2 {_ece :*options ,_cbebb :_fcb ()}};};func _aaf (_dece *_g .CompliancePdfReader )ViolatedRule {return _fbc }; -func _gcgf (_ffeb standardType ,_ffce *_ad .OutputIntents )error {_ffedg ,_egdf :=_ab .NewCmykIsoCoatedV2OutputIntent (_ffeb .outputIntentSubtype ());if _egdf !=nil {return _egdf ;};if _egdf =_ffce .Add (_ffedg .ToPdfObject ());_egdf !=nil {return _egdf ; -};return nil ;}; +// ApplyStandard tries to change the content of the writer to match the PDF/A-2 standard. +// Implements model.StandardApplier. +func (_dcgb *profile2 )ApplyStandard (document *_af .Document )(_cgba error ){_egcb (document ,7);if _cgba =_agd (document ,_dcgb ._ddgf .Now );_cgba !=nil {return _cgba ;};if _cgba =_gaeg (document );_cgba !=nil {return _cgba ;};_abbf ,_afeb :=_bfg (_dcgb ._ddgf .CMYKDefaultColorSpace ,_dcgb ._ddgcg ); +_cgba =_cfff (document ,[]pageColorspaceOptimizeFunc {_abbf },[]documentColorspaceOptimizeFunc {_afeb });if _cgba !=nil {return _cgba ;};_bfb (document );if _cgba =_egfg (document );_cgba !=nil {return _cgba ;};if _cgba =_ddag (document ,_dcgb ._ddgcg ._fe ); +_cgba !=nil {return _cgba ;};if _cgba =_deeg (document );_cgba !=nil {return _cgba ;};if _cgba =_ega (document );_cgba !=nil {return _cgba ;};if _cgba =_bde (document );_cgba !=nil {return _cgba ;};if _cgba =_eae (document );_cgba !=nil {return _cgba ; +};if _dcgb ._ddgcg ._ge =="\u0041"{_cbec (document );};if _cgba =_gbd (document ,_dcgb ._ddgcg ._fe );_cgba !=nil {return _cgba ;};if _cgba =_dcec (document );_cgba !=nil {return _cgba ;};if _gcgb :=_eecbc (document ,_dcgb ._ddgcg ,_dcgb ._ddgf .Xmp ); +_gcgb !=nil {return _gcgb ;};if _dcgb ._ddgcg ==_gdc (){if _cgba =_bgde (document );_cgba !=nil {return _cgba ;};};if _cgba =_adaag (document );_cgba !=nil {return _cgba ;};if _cgba =_aecc (document );_cgba !=nil {return _cgba ;};if _cgba =_ccag (document ); +_cgba !=nil {return _cgba ;};return nil ;};func _cedc (_acea standardType ,_cafa *_af .OutputIntents )error {_fce ,_cfegf :=_fg .NewCmykIsoCoatedV2OutputIntent (_acea .outputIntentSubtype ());if _cfegf !=nil {return _cfegf ;};if _cfegf =_cafa .Add (_fce .ToPdfObject ()); +_cfegf !=nil {return _cfegf ;};return nil ;};func _egcb (_gfe *_af .Document ,_dbaf int ){if _gfe .Version .Major ==0{_gfe .Version .Major =1;};if _gfe .Version .Minor < _dbaf {_gfe .Version .Minor =_dbaf ;};}; -// Profile3Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile3Options struct{ +// Profile2Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile2Options struct{ // CMYKDefaultColorSpace is an option that refers PDF/A CMYKDefaultColorSpace bool ; // Now is a function that returns current time. -Now func ()_f .Time ; +Now func ()_eg .Time ; // Xmp is the xmp options information. Xmp XmpOptions ;}; -// StandardName gets the name of the standard. -func (_gfe *profile1 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0031\u0025s",_gfe ._deeb ._fa );}; - -// DefaultProfile3Options the default options for the Profile3. -func DefaultProfile3Options ()*Profile3Options {return &Profile3Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _aabca (_cfcf *_g .CompliancePdfReader )(_aeffg ViolatedRule ){for _ ,_caed :=range _cfcf .GetObjectNums (){_ddde ,_gbceb :=_cfcf .GetIndirectObjectByNumber (_caed ); -if _gbceb !=nil {continue ;};_dagdg ,_ebgd :=_aad .GetStream (_ddde );if !_ebgd {continue ;};_gagge ,_ebgd :=_aad .GetName (_dagdg .Get ("\u0054\u0079\u0070\u0065"));if !_ebgd {continue ;};if *_gagge !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ; -};_ ,_ebgd =_aad .GetName (_dagdg .Get ("\u004f\u0050\u0049"));if _ebgd {return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};_agagf ,_ebgd :=_aad .GetName (_dagdg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_ebgd {continue ;};if *_agagf =="\u0050\u0053"{return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};if _dagdg .Get ("\u0050\u0053")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); -};};return _aeffg ;}; - -// NewProfile1B creates a new Profile1B with the given options. -func NewProfile1B (options *Profile1Options )*Profile1B {if options ==nil {options =DefaultProfile1Options ();};_fcf (options );return &Profile1B {profile1 {_bgd :*options ,_deeb :_ed ()}};};var _ Profile =(*Profile2B )(nil );func _ecedg (_eddc *_g .CompliancePdfReader )(_cage ViolatedRule ){_bagde ,_caga :=_dagg (_eddc ); -if !_caga {return _fbc ;};if _bagde .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0036\u002e\u0032\u002d\u0033","\u0054\u0068e\u0020\u0064\u006f\u0063\u0075\u006d\u0065n\u0074 \u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065n\u0074r\u0079 \u0066\u006f\u0072 \u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063\u0074i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); -};return _fbc ;}; - -// DefaultProfile1Options are the default options for the Profile1. -func DefaultProfile1Options ()*Profile1Options {return &Profile1Options {Now :_f .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _ffee (_afdc *_ad .Document )error {_ebdcg ,_befe :=_afdc .FindCatalog ();if !_befe {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); -};_dfb ,_befe :=_aad .GetDict (_ebdcg .Object .Get ("\u004e\u0061\u006de\u0073"));if !_befe {return nil ;};if _dfb .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_dfb .Remove ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); -};return nil ;};func _aggf (_cggg *_aad .PdfObjectDictionary ,_agea map[*_aad .PdfObjectStream ][]byte ,_baag map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_fafe ="\u0036.\u0033\u002e\u0033\u002d\u0033";_fadc ="\u0041\u006cl \u0043\u004d\u0061\u0070\u0073\u0020\u0075\u0073e\u0064 \u0077i\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072m\u0069n\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020a\u006e\u0064\u0020\u0049\u0064\u0065\u006et\u0069\u0074\u0079-\u0056\u002c\u0020\u0073\u0068a\u006c\u006c \u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0074h\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064es\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u00205\u002e\u0036\u002e\u0034\u002e"; -);var _agbd string ;if _acge ,_ebac :=_aad .GetName (_cggg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ebac {_agbd =_acge .String ();};if _agbd !="\u0054\u0079\u0070e\u0030"{return _fbc ;};_eade :=_cggg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); -if _effca ,_cbecc :=_aad .GetName (_eade );_cbecc {switch _effca .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ;default:return _fgdg (_fafe ,_fadc ); -};};_fdac ,_cfff :=_aad .GetStream (_eade );if !_cfff {return _fgdg (_fafe ,_fadc );};_ ,_fcda :=_gfada (_fdac ,_agea ,_baag );if _fcda !=nil {return _fgdg (_fafe ,_fadc );};return _fbc ;};func _abgf (_ebbga *_g .CompliancePdfReader )(_ceac []ViolatedRule ){_fdbb :=func (_feaba *_aad .PdfObjectDictionary ,_cfbdf *[]string ,_gbde *[]ViolatedRule )error {_abceg :=_feaba .Get ("\u004e\u0061\u006d\u0065"); -if _abceg ==nil ||len (_abceg .String ())==0{*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0031","\u0045\u0061\u0063\u0068\u0020o\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006et\u0020\u0063\u006fn\u0066\u0069\u0067\u0075r\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002e")); -};for _ ,_bdba :=range *_cfbdf {if _bdba ==_abceg .String (){*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0032","\u0045\u0061\u0063\u0068\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0066\u0069\u0067\u0075\u0072a\u0074\u0069\u006fn\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020N\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002c w\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075ni\u0071\u0075\u0065 \u0061\u006d\u006f\u006e\u0067\u0073\u0074\u0020\u0061\u006c\u006c\u0020o\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006fn\u0074\u0065\u006e\u0074 \u0063\u006f\u006e\u0066\u0069\u0067u\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061\u0072\u0069\u0065\u0073\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0074\u0068e\u0020\u0050\u0044\u0046\u002fA\u002d\u0032\u0020\u0066\u0069l\u0065\u002e")); -}else {*_cfbdf =append (*_cfbdf ,_abceg .String ());};};if _feaba .Get ("\u0041\u0053")!=nil {*_gbde =append (*_gbde ,_fgdg ("\u0036\u002e\u0039-\u0034","Th\u0065\u0020\u0041\u0053\u0020\u006b\u0065y \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0020\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0063\u006fn\u0066\u0069\u0067\u0075\u0072\u0061\u0074\u0069\u006fn\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); -};return nil ;};_gcag ,_fbfc :=_dagg (_ebbga );if !_fbfc {return _ceac ;};_bdebe ,_fbfc :=_aad .GetDict (_gcag .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_fbfc {return _ceac ;};var _ecaed []string ;_eddd ,_fbfc :=_aad .GetDict (_bdebe .Get ("\u0044")); -if _fbfc {_fdbb (_eddd ,&_ecaed ,&_ceac );};_gfffe ,_fbfc :=_aad .GetArray (_bdebe .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _fbfc {for _cdcg :=0;_cdcg < _gfffe .Len ();_cdcg ++{_dfedg ,_bbdd :=_aad .GetDict (_gfffe .Get (_cdcg ));if !_bbdd {continue ; -};_fdbb (_dfedg ,&_ecaed ,&_ceac );};};return _ceac ;}; - -// Part gets the PDF/A version level. -func (_bgfd *profile1 )Part ()int {return _bgfd ._deeb ._bc };func _bgdg (_aeaba *_g .CompliancePdfReader )(_fcbe []ViolatedRule ){var _abccd ,_gbcef bool ;_baba :=func ()bool {return _abccd &&_gbcef };for _ ,_baed :=range _aeaba .GetObjectNums (){_deecb ,_ddabd :=_aeaba .GetIndirectObjectByNumber (_baed ); -if _ddabd !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_baed ,_ddabd ); -continue ;};_egggd ,_ddbf :=_aad .GetDict (_deecb );if !_ddbf {continue ;};_daffe ,_ddbf :=_aad .GetName (_egggd .Get ("\u0054\u0079\u0070\u0065"));if !_ddbf {continue ;};if *_daffe !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_aace ,_ddbf :=_aad .GetName (_egggd .Get ("\u0053")); -if !_ddbf {if !_abccd {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_abccd =true ;if _baba (){return _fcbe ;};};continue ;};switch _g .PdfActionType (*_aace ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript :if !_abccd {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004c\u0061\u0075\u006e\u0063\u0068\u002c\u0020\u0053\u006f\u0075\u006e\u0064\u002c\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046o\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044\u0061\u0074\u0061\u0020\u0061\u006e\u0064 \u004a\u0061\u0076a\u0053\u0063\u0072\u0069\u0070\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020s\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e \u0041\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020th\u0065\u0020\u0064\u0065p\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020s\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u002d\u006f\u0070\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062e\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074e\u0064\u002e\u0020T\u0068\u0065\u0020\u0048\u0069\u0064\u0065\u0020a\u0063\u0074\u0069\u006f\u006e \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_abccd =true ;if _baba (){return _fcbe ;};};continue ;case _g .ActionTypeNamed :if !_gbcef {_abd ,_effcb :=_aad .GetName (_egggd .Get ("\u004e"));if !_effcb {_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_gbcef =true ;if _baba (){return _fcbe ;};continue ;};switch *_abd {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_fcbe =append (_fcbe ,_fgdg ("\u0036.\u0036\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_gbcef =true ;if _baba (){return _fcbe ;};continue ;};};};};return _fcbe ;}; +// Profile2B is the implementation of the PDF/A-2B standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile2B struct{profile2 };var _ Profile =(*Profile3B )(nil );var _be =ViolatedRule {}; -// StandardName gets the name of the standard. -func (_cfbfb *profile3 )StandardName ()string {return _b .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0033\u0025s",_cfbfb ._fbdd ._fa );};func _ccfa (_ccbd *_g .CompliancePdfReader )[]ViolatedRule {return nil };func (_gcg standardType )outputIntentSubtype ()_g .PdfOutputIntentType {switch _gcg ._bc {case 1:return _g .PdfOutputIntentTypeA1 ; -case 2:return _g .PdfOutputIntentTypeA2 ;case 3:return _g .PdfOutputIntentTypeA3 ;case 4:return _g .PdfOutputIntentTypeA4 ;default:return 0;};};func _gd ()standardType {return standardType {_bc :3,_fa :"\u0055"}};func _adf (_eba *_ad .Document )error {_dgfc ,_faff :=_eba .FindCatalog (); -if !_faff {return _a .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_ ,_faff =_aad .GetDict (_dgfc .Object .Get ("\u0041\u0041"));if !_faff {return nil ;};_dgfc .Object .Remove ("\u0041\u0041"); -return nil ;};func _fffa (_gefa *_ad .Document )error {_ebea ,_dbbe :=_gefa .GetPages ();if !_dbbe {return nil ;};for _ ,_caeb :=range _ebea {_dec ,_ffa :=_aad .GetArray (_caeb .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_ffa {continue ; -};for _ ,_efdd :=range _dec .Elements (){_efdd =_aad .ResolveReference (_efdd );if _ ,_bdce :=_efdd .(*_aad .PdfObjectNull );_bdce {continue ;};_edde ,_gbdf :=_aad .GetDict (_efdd );if !_gbdf {continue ;};_bdfeg ,_ :=_aad .GetIntVal (_edde .Get ("\u0046")); -_bdfeg &=^(1<<0);_bdfeg &=^(1<<1);_bdfeg &=^(1<<5);_bdfeg |=1<<2;_edde .Set ("\u0046",_aad .MakeInteger (int64 (_bdfeg )));_agb :=false ;if _eefba :=_edde .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_eefba !=nil {_dbdg ,_fgec :=_aad .GetName (_eefba ); -if _fgec &&_dbdg .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_agb =true ;if _edde .Get ("\u0041\u0041")!=nil {_edde .Remove ("\u0041\u0041");};};};if _edde .Get ("\u0043")!=nil ||_edde .Get ("\u0049\u0043")!=nil {_dbdgf ,_caaac :=_egcee (_gefa ); -if !_caaac {_edde .Remove ("\u0043");_edde .Remove ("\u0049\u0043");}else {_ffceg ,_eddb :=_aad .GetIntVal (_dbdgf .Get ("\u004e"));if !_eddb ||_ffceg !=3{_edde .Remove ("\u0043");_edde .Remove ("\u0049\u0043");};};};_abb ,_gbdf :=_aad .GetDict (_edde .Get ("\u0041\u0050")); -if _gbdf {_edce :=_abb .Get ("\u004e");if _edce ==nil {continue ;};if len (_abb .Keys ())> 1{_abb .Clear ();_abb .Set ("\u004e",_edce );};if _agb {_fbcc ,_feeff :=_aad .GetName (_edde .Get ("\u0046\u0054"));if _feeff &&*_fbcc =="\u0042\u0074\u006e"{continue ; -};};};};};return nil ;};func _aegff (_edcga *_g .PdfFont ,_dfbf *_aad .PdfObjectDictionary )ViolatedRule {const (_adec ="\u0036.\u0033\u002e\u0035\u002d\u0032";_bgcg ="\u0046\u006f\u0072\u0020\u0061l\u006c\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074 \u0073\u0075bs\u0065\u0074\u0073 \u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074he\u0020f\u006f\u006e\u0074\u0020\u0064\u0065s\u0063r\u0069\u0070\u0074o\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006ec\u006c\u0075\u0064e\u0020\u0061\u0020\u0043\u0068\u0061\u0072\u0053\u0065\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u006c\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072 \u006e\u0061\u006d\u0065\u0073\u0020d\u0065\u0066i\u006e\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020f\u006f\u006e\u0074\u0020s\u0075\u0062\u0073\u0065\u0074, \u0061\u0073 \u0064\u0065s\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e \u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0061\u0062\u006ce\u0020\u0035\u002e1\u0038\u002e"; -);var _bceg string ;if _geec ,_agbf :=_aad .GetName (_dfbf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_agbf {_bceg =_geec .String ();};if _bceg !="\u0054\u0079\u0070e\u0031"{return _fbc ;};if _caa .IsStdFont (_caa .StdFontName (_edcga .BaseFont ())){return _fbc ; -};_eeeeb :=_edcga .FontDescriptor ();if _eeeeb .CharSet ==nil {return _fgdg (_adec ,_bgcg );};return _fbc ;}; +// Profile1B is the implementation of the PDF/A-1B standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile1B struct{profile1 };func _ecb (_fba string ,_cc string )ViolatedRule {return ViolatedRule {RuleNo :_fba ,Detail :_cc }};func _ggdf (_cdff *_ff .CompliancePdfReader )(_dead []ViolatedRule ){for _ ,_gaadd :=range _cdff .GetObjectNums (){_gbace ,_ffeb :=_cdff .GetIndirectObjectByNumber (_gaadd ); +if _ffeb !=nil {continue ;};_gbffd ,_fecce :=_ac .GetDict (_gbace );if !_fecce {continue ;};_caaea ,_fecce :=_ac .GetName (_gbffd .Get ("\u0054\u0079\u0070\u0065"));if !_fecce {continue ;};if _caaea .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ; +};_bcafe ,_fecce :=_ac .GetBool (_gbffd .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"));if _fecce &&bool (*_bcafe ){_dead =append (_dead ,_ecb ("\u0036.\u0034\u002e\u0031\u002d\u0033","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +};if _gbffd .Get ("\u0058\u0046\u0041")!=nil {_dead =append (_dead ,_ecb ("\u0036.\u0034\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0064o\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020i\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076\u0065\u0020\u0066\u006f\u0072\u006d\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020t\u0068\u0061\u0074\u0020f\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065 \u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d \u006b\u0065\u0079\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006f\u0066 \u0061 \u0050\u0044F\u002fA\u002d\u0032\u0020\u0066ile\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065n\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0058\u0046\u0041\u0020\u006b\u0065y.")); +};};_fdeba ,_bfbbg :=_faae (_cdff );if _bfbbg &&_fdeba .Get ("\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067")!=nil {_dead =append (_dead ,_ecb ("\u0036.\u0034\u002e\u0032\u002d\u0032","\u0041\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0027\u0073\u0020\u0043\u0061\u0074\u0061\u006cog\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0065\u0065\u0064\u0073\u0052\u0065\u006e\u0064e\u0072\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u002e")); +};return _dead ;};func _dgca (_cfag *_ff .CompliancePdfReader )[]ViolatedRule {return nil };func _dadcd (_becf *_ff .CompliancePdfReader )ViolatedRule {_fdada ,_eagf :=_becf .GetTrailer ();if _eagf !=nil {_ee .Log .Debug ("\u0043\u0061\u006en\u006f\u0074\u0020\u0067e\u0074\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u003a\u0020\u0025\u0076",_eagf ); +return _be ;};_gbb ,_gefc :=_fdada .Get ("\u0052\u006f\u006f\u0074").(*_ac .PdfObjectReference );if !_gefc {_ee .Log .Debug ("\u0043a\u006e\u006e\u006f\u0074 \u0066\u0069\u006e\u0064\u0020d\u006fc\u0075m\u0065\u006e\u0074\u0020\u0072\u006f\u006ft");return _be ; +};_cfga ,_gefc :=_ac .GetDict (_ac .ResolveReference (_gbb ));if !_gefc {_ee .Log .Debug ("\u0063\u0061\u006e\u006e\u006f\u0074 \u0072\u0065\u0073\u006f\u006c\u0076\u0065\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +return _be ;};if _cfga .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073")!=nil {return _ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0064\u006f\u0063u\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020s\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u004f\u0043\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"); +};return _be ;};func _cggg (_aeeea *_ff .CompliancePdfReader )(_edfgf []ViolatedRule ){var _faabf ,_ddffe ,_bebf ,_feff ,_dfdfb ,_eefe ,_bagb bool ;_eeeg :=func ()bool {return _faabf &&_ddffe &&_bebf &&_feff &&_dfdfb &&_eefe &&_bagb };_ebead :=func (_fffbg *_ac .PdfObjectDictionary )bool {if !_faabf &&_fffbg .Get ("\u0054\u0052")!=nil {_faabf =true ; +_edfgf =append (_edfgf ,_ecb ("\u0036.\u0032\u002e\u0035\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); +};if _geae :=_fffbg .Get ("\u0054\u0052\u0032");!_ddffe &&_geae !=nil {_gfda ,_gdfdf :=_ac .GetName (_geae );if !_gdfdf ||(_gdfdf &&*_gfda !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_ddffe =true ;_edfgf =append (_edfgf ,_ecb ("\u0036.\u0032\u002e\u0035\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); +if _eeeg (){return true ;};};};if !_bebf &&_fffbg .Get ("\u0048\u0054\u0050")!=nil {_bebf =true ;_edfgf =append (_edfgf ,_ecb ("\u0036.\u0032\u002e\u0035\u002d\u0033","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020th\u0065\u0020\u0048\u0054\u0050\u0020\u006b\u0065\u0079\u002e")); +};_gadc ,_bccef :=_ac .GetDict (_fffbg .Get ("\u0048\u0054"));if _bccef {if _gebfc :=_gadc .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u0054\u0079\u0070\u0065");!_feff &&_gebfc !=nil {_dgag ,_gdaee :=_ac .GetInt (_gebfc );if !_gdaee ||(_gdaee &&!(*_dgag ==1||*_dgag ==5)){_edfgf =append (_edfgf ,_ecb ("\u0020\u0036\u002e\u0032\u002e\u0035\u002d\u0034","\u0041\u006c\u006c\u0020\u0068\u0061\u006c\u0066\u0074\u006f\u006e\u0065\u0073\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006ce\u0020\u0073h\u0061\u006c\u006c\u0020h\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061l\u0075\u0065\u0020\u0031\u0020\u006f\u0072\u0020\u0035 \u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0048\u0061l\u0066\u0074\u006fn\u0065\u0054\u0079\u0070\u0065\u0020\u006be\u0079\u002e")); +if _eeeg (){return true ;};};};if _fagd :=_gadc .Get ("\u0048\u0061\u006cf\u0074\u006f\u006e\u0065\u004e\u0061\u006d\u0065");!_dfdfb &&_fagd !=nil {_dfdfb =true ;_edfgf =append (_edfgf ,_ecb ("\u0036.\u0032\u002e\u0035\u002d\u0035","\u0048\u0061\u006c\u0066\u0074o\u006e\u0065\u0073\u0020\u0069\u006e\u0020a\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0048\u0061\u006c\u0066\u0074\u006f\u006e\u0065N\u0061\u006d\u0065\u0020\u006b\u0065y\u002e")); +if _eeeg (){return true ;};};};_ ,_ggdb :=_ecda (_aeeea );var _aeef bool ;_febef ,_bccef :=_ac .GetDict (_fffbg .Get ("\u0047\u0072\u006fu\u0070"));if _bccef {_ ,_cggb :=_ac .GetName (_febef .Get ("\u0043\u0053"));if _cggb {_aeef =true ;};};if _gdebd :=_fffbg .Get ("\u0042\u004d"); +!_eefe &&!_bagb &&_gdebd !=nil {_fdcba ,_effgd :=_ac .GetName (_gdebd );if _effgd {switch _fdcba .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_eefe =true ; +_edfgf =append (_edfgf ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u004f\u006el\u0079\u0020\u0062\u006c\u0065\u006e\u0064\u0020\u006d\u006f\u0064\u0065\u0073\u0020\u0074h\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0073\u0070\u0065c\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0049\u0053O\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031\u003a2\u0030\u0030\u0038\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075e\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0042M\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0065\u0078t\u0065\u006e\u0064\u0065\u0064\u0020\u0067\u0072\u0061\u0070\u0068\u0069\u0063\u0020\u0073\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +if _eeeg (){return true ;};};if _fdcba .String ()!="\u004e\u006f\u0072\u006d\u0061\u006c"&&!_ggdb &&!_aeef {_bagb =true ;_edfgf =append (_edfgf ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _eeeg (){return true ;};};};};if _ ,_bccef =_ac .GetDict (_fffbg .Get ("\u0053\u004d\u0061s\u006b"));!_bagb &&_bccef &&!_ggdb &&!_aeef {_bagb =true ;_edfgf =append (_edfgf ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _eeeg (){return true ;};};if _ggcec :=_fffbg .Get ("\u0043\u0041");!_bagb &&_ggcec !=nil &&!_ggdb &&!_aeef {_deabe ,_bafd :=_ac .GetNumberAsFloat (_ggcec );if _bafd ==nil &&_deabe < 1.0{_bagb =true ;_edfgf =append (_edfgf ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _eeeg (){return true ;};};};if _efdc :=_fffbg .Get ("\u0063\u0061");!_bagb &&_efdc !=nil &&!_ggdb &&!_aeef {_bafab ,_aabac :=_ac .GetNumberAsFloat (_efdc );if _aabac ==nil &&_bafab < 1.0{_bagb =true ;_edfgf =append (_edfgf ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0032","\u0049\u0066\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0064\u006f\u0065\u0073\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020P\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0050\u0061\u0067\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0073\u0020\u0074\u0068a\u0074 \u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063l\u0075\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006b\u0065y\u002c a\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0061\u0074\u0074\u0072\u0069\u0062\u0075\u0074\u0065\u0020\u0064\u0069c\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u006f\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0061\u0074\u0020\u0047\u0072\u006fu\u0070\u0020\u006b\u0065y\u0020sh\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075d\u0065\u0020\u0061\u0020\u0043\u0053\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0077\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065 \u0075\u0073\u0065\u0064\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0064\u0065\u0066\u0061\u0075\u006c\u0074\u0020\u0062\u006c\u0065\u006e\u0064\u0069n\u0067 \u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u002e")); +if _eeeg (){return true ;};};};return false ;};for _ ,_ccbdc :=range _aeeea .PageList {_cffge :=_ccbdc .Resources ;if _cffge ==nil {continue ;};if _cffge .ExtGState ==nil {continue ;};_ggfa ,_fggec :=_ac .GetDict (_cffge .ExtGState );if !_fggec {continue ; +};_agag :=_ggfa .Keys ();for _ ,_gfea :=range _agag {_ddbda ,_dedag :=_ac .GetDict (_ggfa .Get (_gfea ));if !_dedag {continue ;};if _ebead (_ddbda ){return _edfgf ;};};};for _ ,_cbfa :=range _aeeea .PageList {_eadaf :=_cbfa .Resources ;if _eadaf ==nil {continue ; +};_cdaa ,_fgae :=_ac .GetDict (_eadaf .XObject );if !_fgae {continue ;};for _ ,_aaaad :=range _cdaa .Keys (){_cfcg ,_cefab :=_ac .GetStream (_cdaa .Get (_aaaad ));if !_cefab {continue ;};_abbb ,_cefab :=_ac .GetDict (_cfcg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_cefab {continue ;};_ggbc ,_cefab :=_ac .GetDict (_abbb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_cefab {continue ;};for _ ,_gfaa :=range _ggbc .Keys (){_afdc ,_geec :=_ac .GetDict (_ggbc .Get (_gfaa ));if !_geec {continue ;};if _ebead (_afdc ){return _edfgf ; +};};};};return _edfgf ;}; // Validate checks if provided input document reader matches given PDF/A profile. -func Validate (d *_g .CompliancePdfReader ,profile Profile )error {return profile .ValidateStandard (d )};func (_ede *documentImages )hasOnlyDeviceCMYK ()bool {return _ede ._dcc &&!_ede ._fba &&!_ede ._dcf };func _ffeg (_agde *_ad .Document )error {_dffb :=func (_acbd *_aad .PdfObjectDictionary )error {if _acbd .Get ("\u0054\u0052")!=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); -_acbd .Remove ("\u0054\u0052");};_afcee :=_acbd .Get ("\u0054\u0052\u0032");if _afcee !=nil {_gebf :=_afcee .String ();if _gebf !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_be .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); -_acbd .Set ("\u0054\u0052\u0032",_aad .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};if _acbd .Get ("\u0048\u0054\u0050")!=nil {_be .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0073\u0020\u0048\u0054P\u0020\u006b\u0065\u0079"); -_acbd .Remove ("\u0048\u0054\u0050");};_cgbea :=_acbd .Get ("\u0042\u004d");if _cgbea !=nil {_ecbg ,_efb :=_aad .GetName (_cgbea );if !_efb {_be .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); -_ecbg =_aad .MakeName ("");};_ddae :=_ecbg .String ();switch _ddae {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_acbd .Set ("\u0042\u004d",_aad .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); -};};return nil ;};_ebeb ,_dbce :=_agde .GetPages ();if !_dbce {return nil ;};for _ ,_dgdg :=range _ebeb {_abgg ,_cfed :=_dgdg .GetResources ();if !_cfed {continue ;};_egg ,_agff :=_aad .GetDict (_abgg .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); -if !_agff {return nil ;};_abcg :=_egg .Keys ();for _ ,_bfcb :=range _abcg {_fcg ,_ecba :=_aad .GetDict (_egg .Get (_bfcb ));if !_ecba {continue ;};_ebdcd :=_dffb (_fcg );if _ebdcd !=nil {continue ;};};};for _ ,_gaeeb :=range _ebeb {_bcab ,_bdaf :=_gaeeb .GetContents (); -if !_bdaf {return nil ;};for _ ,_ead :=range _bcab {_agfb ,_bcad :=_ead .GetData ();if _bcad !=nil {continue ;};_abbg :=_fgd .NewContentStreamParser (string (_agfb ));_gdeg ,_bcad :=_abbg .Parse ();if _bcad !=nil {continue ;};for _ ,_eegg :=range *_gdeg {if len (_eegg .Params )==0{continue ; -};_ ,_cbbg :=_aad .GetName (_eegg .Params [0]);if !_cbbg {continue ;};_fccb ,_ccgc :=_gaeeb .GetResourcesXObject ();if !_ccgc {continue ;};for _ ,_cggb :=range _fccb .Keys (){_geeg ,_ccd :=_aad .GetStream (_fccb .Get (_cggb ));if !_ccd {continue ;};_cgbb ,_ccd :=_aad .GetDict (_geeg .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); -if !_ccd {continue ;};_ggd ,_ccd :=_aad .GetDict (_cgbb .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_ccd {continue ;};for _ ,_dbcg :=range _ggd .Keys (){_agffa ,_dcag :=_aad .GetDict (_ggd .Get (_dbcg ));if !_dcag {continue ;};_ebb :=_dffb (_agffa ); -if _ebb !=nil {continue ;};};};};};};return nil ;};func _aab (_egf *_g .XObjectImage ,_bgb imageModifications )error {_ffg ,_bec :=_egf .ToImage ();if _bec !=nil {return _bec ;};if _bgb ._efd !=nil {_egf .Filter =_bgb ._efd ;};_bad :=_aad .MakeDict (); -_bad .Set ("\u0051u\u0061\u006c\u0069\u0074\u0079",_aad .MakeInteger (100));_bad .Set ("\u0050r\u0065\u0064\u0069\u0063\u0074\u006fr",_aad .MakeInteger (1));_egf .Decode =nil ;if _bec =_egf .SetImage (_ffg ,nil );_bec !=nil {return _bec ;};_egf .ToPdfObject (); -return nil ;}; +func Validate (d *_ff .CompliancePdfReader ,profile Profile )error {return profile .ValidateStandard (d )}; -// Profile2Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. -type Profile2Options struct{ - -// CMYKDefaultColorSpace is an option that refers PDF/A -CMYKDefaultColorSpace bool ; +// Conformance gets the PDF/A conformance. +func (_ffb *profile2 )Conformance ()string {return _ffb ._ddgcg ._ge };func _bedbc (_cdfed string ,_fdag string ,_edcgf string )(string ,bool ){_cbbb :=_dg .Index (_cdfed ,_fdag );if _cbbb ==-1{return "",false ;};_cbbb +=len (_fdag );_caebg :=_dg .Index (_cdfed [_cbbb :],_edcgf ); +if _caebg ==-1{return "",false ;};_caebg =_cbbb +_caebg ;return _cdfed [_cbbb :_caebg ],true ;};func _eefb (_gebfg *_ac .PdfObjectDictionary )ViolatedRule {const (_gad ="\u0036.\u0033\u002e\u0033\u002d\u0032";_afdf ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0054y\u0070\u0065\u0020\u0032\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072\u0065\u0020\u0075\u0073\u0065\u0064\u0020f\u006f\u0072 \u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067,\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006fn\u0074\u0020\u0064\u0069c\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c \u0063\u006f\u006e\u0074\u0061i\u006e\u0020\u0061\u0020\u0043\u0049\u0044\u0054\u006f\u0047\u0049D\u004d\u0061\u0070\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0074\u0068\u0061\u0074\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006d\u0061\u0070\u0070\u0069\u006e\u0067\u0020\u0066\u0072\u006f\u006d\u0020\u0043\u0049\u0044\u0073\u0020\u0074\u006f\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u0069\u006e\u0064\u0069c\u0065\u0073\u0020\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u006e\u0061\u006d\u0065\u0020\u0049d\u0065\u006e\u0074\u0069\u0074\u0079\u002c\u0020\u0061s d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020P\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072e\u006e\u0063\u0065\u0020\u0054a\u0062\u006c\u0065\u0020\u0035\u002e\u00313"; +);var _afcc string ;if _aebe ,_ffgc :=_ac .GetName (_gebfg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ffgc {_afcc =_aebe .String ();};if _afcc !="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{return _be ;};if _gebfg .Get ("C\u0049\u0044\u0054\u006f\u0047\u0049\u0044\u004d\u0061\u0070")==nil {return _ecb (_gad ,_afdf ); +};return _be ;}; -// Now is a function that returns current time. -Now func ()_f .Time ; +// Error implements error interface. +func (_ec VerificationError )Error ()string {_fb :=_dg .Builder {};_fb .WriteString ("\u0053\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u003a\u0020");_fb .WriteString (_e .Sprintf ("\u0050\u0044\u0046\u002f\u0041\u002d\u0025\u0064\u0025\u0073",_ec .ConformanceLevel ,_ec .ConformanceVariant )); +_fb .WriteString ("\u0020\u0056\u0069\u006f\u006c\u0061\u0074\u0065\u0064\u0020\u0072\u0075l\u0065\u0073\u003a\u0020");for _ecg ,_cb :=range _ec .ViolatedRules {_fb .WriteString (_cb .String ());if _ecg !=len (_ec .ViolatedRules )-1{_fb .WriteRune ('\n'); +};};return _fb .String ();};func _fbgd (_bdaa *_ff .CompliancePdfReader )ViolatedRule {for _ ,_cdadf :=range _bdaa .PageList {_ageb ,_fdfb :=_cdadf .GetContentStreams ();if _fdfb !=nil {continue ;};for _ ,_ebea :=range _ageb {_deegg :=_eaa .NewContentStreamParser (_ebea ); +_ ,_fdfb =_deegg .Parse ();if _fdfb !=nil {return _ecb ("\u0036\u002e\u0032\u002e\u0031\u0030\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); +};};};return _be ;};func _cdee (_daebe *_ff .CompliancePdfReader ,_eedg bool )(_bdba []ViolatedRule ){var _addg ,_ffdd ,_baee ,_cfcf ,_bcde ,_gcge ,_acaca bool ;_dgbb :=func ()bool {return _addg &&_ffdd &&_baee &&_cfcf &&_bcde &&_gcge &&_acaca };_afba ,_aeda :=_ecda (_daebe ); +var _afge _fg .ProfileHeader ;if _aeda {_afge ,_ =_fg .ParseHeader (_afba .DestOutputProfile );};var _accdb bool ;_accg :=map[_ac .PdfObject ]struct{}{};var _bddc func (_aefbg _ff .PdfColorspace )bool ;_bddc =func (_bgcdd _ff .PdfColorspace )bool {switch _afbg :=_bgcdd .(type ){case *_ff .PdfColorspaceDeviceGray :if !_gcge {if !_aeda {_accdb =true ; +_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0033\u002d\u0034","\u0044\u0065\u0076\u0069\u0063\u0065G\u0072\u0061\u0079\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0075s\u0065\u0064\u0020\u006f\u006el\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006ce\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020O\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u002e")); +_gcge =true ;if _dgbb (){return true ;};};};case *_ff .PdfColorspaceDeviceRGB :if !_cfcf {if !_aeda ||_afge .ColorSpace !=_fg .ColorSpaceRGB {_accdb =true ;_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0033\u002d\u0032","\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074\u0068\u0065 \u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074In\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020u\u0073es\u0020a\u006e\u0020\u0052\u0047\u0042\u0020\u0063o\u006c\u006f\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u002e")); +_cfcf =true ;if _dgbb (){return true ;};};};case *_ff .PdfColorspaceDeviceCMYK :if !_bcde {if !_aeda ||_afge .ColorSpace !=_fg .ColorSpaceCMYK {_accdb =true ;_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0033\u002d\u0033","\u0044\u0065\u0076\u0069\u0063e\u0043\u004d\u0059\u004b \u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u006e\u006c\u0079\u0020\u0069\u0066\u0020\u0074h\u0065\u0020\u0066\u0069\u006ce \u0068\u0061\u0073\u0020\u0061 \u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068a\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0061\u006e \u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072\u0020s\u0070\u0061\u0063e\u002e")); +_bcde =true ;if _dgbb (){return true ;};};};case *_ff .PdfColorspaceICCBased :if !_baee ||!_acaca {_cgfb ,_gegg :=_fg .ParseHeader (_afbg .Data );if _gegg !=nil {_ee .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gegg ); +_bdba =append (_bdba ,func ()ViolatedRule {return _ecb ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035"); +}());_baee =true ;if _dgbb (){return true ;};};if !_baee {var _dbge ,_fcegc bool ;switch _cgfb .DeviceClass {case _fg .DeviceClassPRTR ,_fg .DeviceClassMNTR ,_fg .DeviceClassSCNR ,_fg .DeviceClassSPAC :default:_dbge =true ;};switch _cgfb .ColorSpace {case _fg .ColorSpaceRGB ,_fg .ColorSpaceCMYK ,_fg .ColorSpaceGRAY ,_fg .ColorSpaceLAB :default:_fcegc =true ; +};if _dbge ||_fcegc {_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0033\u002d\u0031","\u0041\u006cl \u0049\u0043\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006f\u006co\u0072\u0020\u0073\u0070a\u0063e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0061\u0073\u0020\u0049\u0043\u0043 \u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0073 \u0061\u0073\u0020d\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020R\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0034\u002e\u0035")); +_baee =true ;if _dgbb (){return true ;};};};if !_acaca {_cgad ,_ :=_ac .GetStream (_afbg .GetContainingPdfObject ());if _cgad .Get ("\u004e")==nil ||(_afbg .N ==1&&_cgfb .ColorSpace !=_fg .ColorSpaceGRAY )||(_afbg .N ==3&&!(_cgfb .ColorSpace ==_fg .ColorSpaceRGB ||_cgfb .ColorSpace ==_fg .ColorSpaceLAB ))||(_afbg .N ==4&&_cgfb .ColorSpace !=_fg .ColorSpaceCMYK ){_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0033\u002d\u0035","\u0049\u0066\u0020a\u006e\u0020u\u006e\u0063\u0061\u006c\u0069\u0062\u0072a\u0074\u0065\u0064\u0020\u0063\u006fl\u006f\u0072 \u0073\u0070\u0061c\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u0069\u006c\u0065 \u0074\u0068\u0065\u006e \u0074\u0068\u0061\u0074 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041-\u0031\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065d\u0020\u0069\u006e\u0020\u0036\u002e\u0032\u002e\u0032\u002e")); +_acaca =true ;if _dgbb (){return true ;};};};};if _afbg .Alternate !=nil {return _bddc (_afbg .Alternate );};};return false ;};for _ ,_cgaa :=range _daebe .GetObjectNums (){_cfcd ,_abag :=_daebe .GetIndirectObjectByNumber (_cgaa );if _abag !=nil {continue ; +};_agef ,_dfgb :=_ac .GetStream (_cfcd );if !_dfgb {continue ;};_aeec ,_dfgb :=_ac .GetName (_agef .Get ("\u0054\u0079\u0070\u0065"));if !_dfgb ||_aeec .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_dggc ,_dfgb :=_ac .GetName (_agef .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_dfgb {continue ;};_accg [_agef ]=struct{}{};switch _dggc .String (){case "\u0049\u006d\u0061g\u0065":_adb ,_dbgc :=_ff .NewXObjectImageFromStream (_agef );if _dbgc !=nil {continue ;};_accg [_agef ]=struct{}{};if _bddc (_adb .ColorSpace ){return _bdba ; +};case "\u0046\u006f\u0072\u006d":_cbaca ,_dfec :=_ac .GetDict (_agef .Get ("\u0047\u0072\u006fu\u0070"));if !_dfec {continue ;};_beba :=_cbaca .Get ("\u0043\u0053");if _beba ==nil {continue ;};_fgeg ,_bcdf :=_ff .NewPdfColorspaceFromPdfObject (_beba ); +if _bcdf !=nil {continue ;};if _bddc (_fgeg ){return _bdba ;};};};for _ ,_bdac :=range _daebe .PageList {_fdgd ,_dggb :=_bdac .GetContentStreams ();if _dggb !=nil {continue ;};for _ ,_gdae :=range _fdgd {_fdcf ,_bcaf :=_eaa .NewContentStreamParser (_gdae ).Parse (); +if _bcaf !=nil {continue ;};for _ ,_ggaf :=range *_fdcf {if len (_ggaf .Params )> 1{continue ;};switch _ggaf .Operand {case "\u0042\u0049":_adde ,_ggca :=_ggaf .Params [0].(*_eaa .ContentStreamInlineImage );if !_ggca {continue ;};_acfb ,_fbfg :=_adde .GetColorSpace (_bdac .Resources ); +if _fbfg !=nil {continue ;};if _bddc (_acfb ){return _bdba ;};case "\u0044\u006f":_aafc ,_gegbd :=_ac .GetName (_ggaf .Params [0]);if !_gegbd {continue ;};_egdg ,_fbbe :=_bdac .Resources .GetXObjectByName (*_aafc );if _ ,_ffac :=_accg [_egdg ];_ffac {continue ; +};switch _fbbe {case _ff .XObjectTypeImage :_aebb ,_ffga :=_ff .NewXObjectImageFromStream (_egdg );if _ffga !=nil {continue ;};_accg [_egdg ]=struct{}{};if _bddc (_aebb .ColorSpace ){return _bdba ;};case _ff .XObjectTypeForm :_eedd ,_gddg :=_ac .GetDict (_egdg .Get ("\u0047\u0072\u006fu\u0070")); +if !_gddg {continue ;};_ecab ,_gddg :=_ac .GetName (_eedd .Get ("\u0043\u0053"));if !_gddg {continue ;};_daag ,_gfed :=_ff .NewPdfColorspaceFromPdfObject (_ecab );if _gfed !=nil {continue ;};_accg [_egdg ]=struct{}{};if _bddc (_daag ){return _bdba ;};}; +};};};};if !_accdb {return _bdba ;};if (_afge .DeviceClass ==_fg .DeviceClassPRTR ||_afge .DeviceClass ==_fg .DeviceClassMNTR )&&(_afge .ColorSpace ==_fg .ColorSpaceRGB ||_afge .ColorSpace ==_fg .ColorSpaceCMYK ||_afge .ColorSpace ==_fg .ColorSpaceGRAY ){return _bdba ; +};if !_eedg {return _bdba ;};_cfda ,_gcea :=_faae (_daebe );if !_gcea {return _bdba ;};_bddd ,_gcea :=_ac .GetArray (_cfda .Get ("\u004f\u0075\u0074\u0070\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073"));if !_gcea {_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0031\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074e\u006e\u0074\u0020\u0069\u0073\u0020a\u006e \u004f\u0075\u0074\u0070\u0075\u0074\u0049n\u0074\u0065\u006e\u0074\u0020\u0064i\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0062y\u0020\u0050\u0044F\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0031\u0030.4\u002c\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073 \u0069\u006e\u0063\u006c\u0075\u0064e\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0027\u0073\u0020O\u0075\u0074p\u0075\u0074I\u006e\u0074\u0065\u006e\u0074\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u0020a\u006e\u0064\u0020h\u0061\u0073\u0020\u0047\u0054\u0053\u005f\u0050\u0044\u0046\u0041\u0031\u0020\u0061\u0073 \u0074\u0068\u0065\u0020\u0076a\u006c\u0075e\u0020\u006f\u0066\u0020i\u0074\u0073 \u0053\u0020\u006b\u0065\u0079\u0020\u0061\u006e\u0064\u0020\u0061\u0020\u0076\u0061\u006c\u0069\u0064\u0020I\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006ce\u0020s\u0074\u0072\u0065\u0061\u006d \u0061\u0073\u0020\u0074h\u0065\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0074\u0073\u0020\u0044\u0065\u0073t\u004f\u0075t\u0070\u0075\u0074P\u0072\u006f\u0066\u0069\u006c\u0065 \u006b\u0065\u0079\u002e"),_ecb ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); +return _bdba ;};if _bddd .Len ()> 1{_ebfd :=map[*_ac .PdfObjectDictionary ]struct{}{};for _fdcbf :=0;_fdcbf < _bddd .Len ();_fdcbf ++{_cdbb ,_gcfc :=_ac .GetDict (_bddd .Get (_fdcbf ));if !_gcfc {continue ;};if _fdcbf ==0{_ebfd [_cdbb ]=struct{}{};continue ; +};if _ ,_edgb :=_ebfd [_cdbb ];!_edgb {_bdba =append (_bdba ,_ecb ("\u0036.\u0032\u002e\u0032\u002d\u0032","\u0049\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065's\u0020O\u0075\u0074\u0070u\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0073 \u0061\u0072\u0072a\u0079\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u006d\u006f\u0072\u0065\u0020\u0074\u0068a\u006e\u0020\u006f\u006ee\u0020\u0065\u006e\u0074\u0072\u0079\u002c\u0020\u0074\u0068\u0065\u006e\u0020\u0061\u006c\u006c\u0020\u0065n\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e a \u0044\u0065\u0073\u0074\u004f\u0075\u0074\u0070\u0075\u0074\u0050\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u006b\u0065y\u0020\u0073\u0068\u0061\u006cl\u0020\u0068\u0061\u0076\u0065 \u0061\u0073\u0020\u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068a\u0074\u0020\u006b\u0065\u0079 \u0074\u0068\u0065\u0020\u0073\u0061\u006d\u0065\u0020\u0069\u006e\u0064\u0069\u0072\u0065c\u0074\u0020\u006fb\u006ae\u0063t\u002c\u0020\u0077h\u0069\u0063\u0068\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0061\u0020\u0076\u0061\u006c\u0069d\u0020\u0049\u0043\u0043\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0073\u0074r\u0065\u0061m\u002e")); +break ;};};};return _bdba ;};func _faca (_cdead *_ff .CompliancePdfReader )(_bbdfg []ViolatedRule ){_ggcff :=true ;_abba ,_bggab :=_cdead .GetCatalogMarkInfo ();if !_bggab {_ggcff =false ;}else {_adaf ,_eaeee :=_ac .GetDict (_abba );if _eaeee {_eacd ,_gddb :=_ac .GetBool (_adaf .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); +if !bool (*_eacd )||!_gddb {_ggcff =false ;};}else {_ggcff =false ;};};if !_ggcff {_bbdfg =append (_bbdfg ,_ecb ("\u0036.\u0037\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); +};_dcedf ,_bggab :=_cdead .GetCatalogStructTreeRoot ();if !_bggab {_bbdfg =append (_bbdfg ,_ecb ("\u0036.\u0037\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); +};_bfbe ,_bggab :=_ac .GetDict (_dcedf );if _bggab {_dgge ,_fecf :=_ac .GetName (_bfbe .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _fecf {_ggea ,_bcff :=_ac .GetDict (_dgge );if _bcff {for _ ,_faba :=range _ggea .Keys (){_abdbg :=_ggea .Get (_faba ); +if _abdbg ==nil {_bbdfg =append (_bbdfg ,_ecb ("\u0036.\u0037\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); +};};};};};return _bbdfg ;};func _db ()standardType {return standardType {_fe :2,_ge :"\u0055"}}; -// Xmp is the xmp options information. -Xmp XmpOptions ;};func _fdccb (_cced *_g .CompliancePdfReader )(_fbaf []ViolatedRule ){var _cbcg ,_eecg ,_cbff ,_abcb ,_eccad ,_dfaee ,_bdafc bool ;_fcegd :=map[*_aad .PdfObjectStream ]struct{}{};for _ ,_ddbb :=range _cced .GetObjectNums (){if _cbcg &&_eecg &&_eccad &&_cbff &&_abcb &&_dfaee &&_bdafc {return _fbaf ; -};_fgce ,_bgeg :=_cced .GetIndirectObjectByNumber (_ddbb );if _bgeg !=nil {continue ;};_acbbc ,_gagaa :=_aad .GetStream (_fgce );if !_gagaa {continue ;};if _ ,_gagaa =_fcegd [_acbbc ];_gagaa {continue ;};_fcegd [_acbbc ]=struct{}{};_fgbb ,_gagaa :=_aad .GetName (_acbbc .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065")); -if !_gagaa {continue ;};if !_abcb {if _acbbc .Get ("\u0052\u0065\u0066")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0032","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); -_abcb =true ;};};if _fgbb .String ()=="\u0050\u0053"{if !_dfaee {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0033","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); -_dfaee =true ;continue ;};};if _fgbb .String ()=="\u0046\u006f\u0072\u006d"{if _eecg &&_cbff &&_abcb {continue ;};if !_eecg &&_acbbc .Get ("\u004f\u0050\u0049")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d \u0058\u004f\u0062j\u0065\u0063\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); -_eecg =true ;};if !_cbff {if _acbbc .Get ("\u0050\u0053")!=nil {_cbff =true ;};if _aeag :=_acbbc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_aeag !=nil &&!_cbff {if _aagbd ,_dagdc :=_aad .GetName (_aeag );_dagdc &&*_aagbd =="\u0050\u0053"{_cbff =true ; -};};if _cbff {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065y \u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006cu\u0065 o\u0066 \u0050\u0053\u0020\u0061\u006e\u0064\u0020t\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); -};};continue ;};if _fgbb .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_cbcg &&_acbbc .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); -_cbcg =true ;};if !_bdafc &&_acbbc .Get ("\u004f\u0050\u0049")!=nil {_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); -_bdafc =true ;};if !_eccad &&_acbbc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_ggadf ,_ecggc :=_aad .GetBool (_acbbc .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _ecggc &&bool (*_ggadf ){continue ; -};_fbaf =append (_fbaf ,_fgdg ("\u0036.\u0032\u002e\u0038\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -_eccad =true ;};};return _fbaf ;}; +// NewProfile1A creates a new Profile1A with given options. +func NewProfile1A (options *Profile1Options )*Profile1A {if options ==nil {options =DefaultProfile1Options ();};_cfdd (options );return &Profile1A {profile1 {_aggb :*options ,_bbae :_bf ()}};};func _cegc (_eeac *_ff .CompliancePdfReader )(_adcfg []ViolatedRule ){var _fcfe ,_cecb ,_cad ,_abbg ,_caeg ,_adee bool ; +_afcg :=map[*_ac .PdfObjectStream ]struct{}{};for _ ,_cggfe :=range _eeac .GetObjectNums (){if _fcfe &&_cecb &&_caeg &&_cad &&_abbg &&_adee {return _adcfg ;};_gagf ,_cfcb :=_eeac .GetIndirectObjectByNumber (_cggfe );if _cfcb !=nil {continue ;};_dceg ,_gbgf :=_ac .GetStream (_gagf ); +if !_gbgf {continue ;};if _ ,_gbgf =_afcg [_dceg ];_gbgf {continue ;};_afcg [_dceg ]=struct{}{};_adea ,_gbgf :=_ac .GetName (_dceg .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_gbgf {continue ;};if !_abbg {if _dceg .Get ("\u0052\u0065\u0066")!=nil {_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); +_abbg =true ;};};if _adea .String ()=="\u0050\u0053"{if !_adee {_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); +_adee =true ;continue ;};};if _adea .String ()=="\u0046\u006f\u0072\u006d"{if _cecb &&_cad &&_abbg {continue ;};if !_cecb &&_dceg .Get ("\u004f\u0050\u0049")!=nil {_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0034\u002d\u0032","\u0041\u006e\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0028\u0049\u006d\u0061\u0067\u0065\u0020\u006f\u0072\u0020\u0046\u006f\u0072\u006d\u0029\u0020\u0073\u0068\u0061\u006cl\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u004fP\u0049\u0020\u006b\u0065\u0079\u002e")); +_cecb =true ;};if !_cad {if _dceg .Get ("\u0050\u0053")!=nil {_cad =true ;};if _fefd :=_dceg .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_fefd !=nil &&!_cad {if _bbg ,_cdec :=_ac .GetName (_fefd );_cdec &&*_bbg =="\u0050\u0053"{_cad =true ; +};};if _cad {_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); +};};continue ;};if _adea .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_fcfe &&_dceg .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0034\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +_fcfe =true ;};if !_caeg &&_dceg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_cdea ,_dgea :=_ac .GetBool (_dceg .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _dgea &&bool (*_cdea ){continue ; +};_adcfg =append (_adcfg ,_ecb ("\u0036.\u0032\u002e\u0034\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +_caeg =true ;};};return _adcfg ;};func _cbgcb (_ffcg *_ff .CompliancePdfReader )(_ggfe ViolatedRule ){_afed ,_cccbc :=_faae (_ffcg );if !_cccbc {return _be ;};if _afed .Get ("\u0041\u0041")!=nil {return _ecb ("\u0036.\u0036\u002e\u0032\u002d\u0033","\u0054\u0068e\u0020\u0064\u006f\u0063\u0075\u006d\u0065n\u0074 \u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u006e\u0020\u0041\u0041\u0020\u0065n\u0074r\u0079 \u0066\u006f\u0072 \u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061\u0063\u0074i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};return _be ;};func _dgbdb (_aafd *_ff .CompliancePdfReader )ViolatedRule {for _ ,_fbae :=range _aafd .PageList {_beggf :=_fbae .GetContentStreamObjs ();for _ ,_dace :=range _beggf {_dace =_ac .TraceToDirectObject (_dace );var _beeag string ;switch _faege :=_dace .(type ){case *_ac .PdfObjectString :_beeag =_faege .Str (); +case *_ac .PdfObjectStream :_addfb ,_egadf :=_ac .GetName (_ac .TraceToDirectObject (_faege .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if _egadf {if *_addfb ==_ac .StreamEncodingFilterNameLZW {return _ecb ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); +};};_fdec ,_deae :=_ac .DecodeStream (_faege );if _deae !=nil {_ee .Log .Debug ("\u0045r\u0072\u003a\u0020\u0025\u0076",_deae );continue ;};_beeag =string (_fdec );default:_ee .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069d\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063t\u003a\u0020\u0025\u0054",_dace ); +continue ;};_ebgeb :=_eaa .NewContentStreamParser (_beeag );_geagb ,_eddf :=_ebgeb .Parse ();if _eddf !=nil {_ee .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d:\u0020\u0025\u0076",_eddf ); +continue ;};for _ ,_dedd :=range *_geagb {if !(_dedd .Operand =="\u0042\u0049"&&len (_dedd .Params )==1){continue ;};_debc ,_fcce :=_dedd .Params [0].(*_eaa .ContentStreamInlineImage );if !_fcce {continue ;};_ade ,_affb :=_debc .GetEncoder ();if _affb !=nil {_ee .Log .Debug ("\u0067\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0069\u006e\u006c\u0069\u006ee\u0020\u0069\u006d\u0061\u0067\u0065 \u0065\u006e\u0063\u006f\u0064\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065d\u003a\u0020\u0025\u0076",_affb ); +continue ;};if _ade .GetFilterName ()==_ac .StreamEncodingFilterNameLZW {return _ecb ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0032","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e"); +};};};};return _be ;}; -// ViolatedRule is the structure that defines violated PDF/A rule. -type ViolatedRule struct{RuleNo string ;Detail string ;}; +// DefaultProfile2Options are the default options for the Profile2. +func DefaultProfile2Options ()*Profile2Options {return &Profile2Options {Now :_eg .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _ccbc (_edca *_ff .CompliancePdfReader )(_fbefb []ViolatedRule ){var _eafd ,_cbga bool ;_egab :=func ()bool {return _eafd &&_cbga }; +for _ ,_gcade :=range _edca .GetObjectNums (){_gdba ,_eega :=_edca .GetIndirectObjectByNumber (_gcade );if _eega !=nil {_ee .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_gcade ,_eega ); +continue ;};_cdcga ,_dced :=_ac .GetDict (_gdba );if !_dced {continue ;};_beaag ,_dced :=_ac .GetName (_cdcga .Get ("\u0054\u0079\u0070\u0065"));if !_dced {continue ;};if *_beaag !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_gcebc ,_dced :=_ac .GetName (_cdcga .Get ("\u0053")); +if !_dced {if !_eafd {_fbefb =append (_fbefb ,_ecb ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_eafd =true ;if _egab (){return _fbefb ;};};continue ;};switch _ff .PdfActionType (*_gcebc ){case _ff .ActionTypeLaunch ,_ff .ActionTypeSound ,_ff .ActionTypeMovie ,_ff .ActionTypeResetForm ,_ff .ActionTypeImportData ,_ff .ActionTypeJavaScript ,_ff .ActionTypeHide ,_ff .ActionTypeSetOCGState ,_ff .ActionTypeRendition ,_ff .ActionTypeTrans ,_ff .ActionTypeGoTo3DView :if !_eafd {_fbefb =append (_fbefb ,_ecb ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_eafd =true ;if _egab (){return _fbefb ;};};continue ;case _ff .ActionTypeNamed :if !_cbga {_gcca ,_ccbf :=_ac .GetName (_cdcga .Get ("\u004e"));if !_ccbf {_fbefb =append (_fbefb ,_ecb ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_cbga =true ;if _egab (){return _fbefb ;};continue ;};switch *_gcca {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_fbefb =append (_fbefb ,_ecb ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); +_cbga =true ;if _egab (){return _fbefb ;};continue ;};};};};return _fbefb ;};func _afgc (_eabac *_ff .CompliancePdfReader )(_daff []ViolatedRule ){var _gcdcf ,_aegb ,_ecdcb ,_bdeag bool ;_bdfb :=func ()bool {return _gcdcf &&_aegb &&_ecdcb &&_bdeag };_gcaa ,_dffdb :=_ecda (_eabac ); +var _dgcb _fg .ProfileHeader ;if _dffdb {_dgcb ,_ =_fg .ParseHeader (_gcaa .DestOutputProfile );};_eadfd :=map[_ac .PdfObject ]struct{}{};var _dcbf func (_egfd _ff .PdfColorspace )bool ;_dcbf =func (_adcdg _ff .PdfColorspace )bool {switch _ecgf :=_adcdg .(type ){case *_ff .PdfColorspaceDeviceGray :if !_gcdcf {if !_dffdb {_daff =append (_daff ,_ecb ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d4","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064 \u0069\u0066\u0020\u0061\u0020\u0064\u0065v\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065p\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0047\u0072\u0061\u0079\u0020\u0063\u006f\u006c\u006f\u0075r \u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u0077\u0068\u0065n \u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072a\u0079\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u002c o\u0072\u0020\u0069\u0066\u0020\u0061\u0020\u0050\u0044\u0046\u002fA\u0020\u004f\u0075tp\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0069\u0073\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u002e")); +_gcdcf =true ;if _bdfb (){return true ;};};};case *_ff .PdfColorspaceDeviceRGB :if !_aegb {if !_dffdb ||_dgcb .ColorSpace !=_fg .ColorSpaceRGB {_daff =append (_daff ,_ecb ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d2","\u0044\u0065\u0076\u0069c\u0065\u0052\u0047\u0042\u0020\u0073\u0068\u0061\u006cl\u0020\u006f\u006e\u006c\u0079\u0020\u0062e\u0020\u0075\u0073\u0065\u0064\u0020\u0069f\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063e\u0020\u0069n\u0064\u0065\u0070e\u006e\u0064\u0065\u006et \u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0052\u0047\u0042\u0020\u0063\u006fl\u006f\u0075r\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061\u0073\u0020b\u0065\u0065\u006e\u0020s\u0065\u0074 \u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u0052\u0047\u0042\u0020c\u006flou\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020i\u0073\u0020\u0075\u0073\u0065\u0064\u002c\u0020\u006f\u0072\u0020if\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044F\u002f\u0041\u0020\u004fut\u0070\u0075\u0074\u0049\u006e\u0074\u0065n\u0074\u0020t\u0068\u0061t\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u006e\u0020\u0052\u0047\u0042\u0020\u0064\u0065\u0073\u0074\u0069\u006e\u0061\u0074io\u006e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u002e")); +_aegb =true ;if _bdfb (){return true ;};};};case *_ff .PdfColorspaceDeviceCMYK :if !_ecdcb {if !_dffdb ||_dgcb .ColorSpace !=_fg .ColorSpaceCMYK {_daff =append (_daff ,_ecb ("\u0036.\u0032\u002e\u0034\u002e\u0033\u002d3","\u0044e\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020\u0073hal\u006c\u0020\u006f\u006e\u006c\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u0066\u0020\u0061\u0020\u0064\u0065\u0076\u0069\u0063\u0065\u0020\u0069\u006e\u0064\u0065\u0070\u0065\u006e\u0064\u0065\u006e\u0074\u0020\u0044ef\u0061\u0075\u006c\u0074\u0043\u004d\u0059K\u0020\u0063\u006f\u006c\u006f\u0075\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0068\u0061s\u0020\u0062\u0065\u0065\u006e \u0073\u0065\u0074\u0020\u006fr \u0069\u0066\u0020\u0061\u0020\u0044e\u0076\u0069\u0063\u0065\u004e\u002d\u0062\u0061\u0073\u0065\u0064\u0020\u0044\u0065f\u0061\u0075\u006c\u0074\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006f\u0075r\u0020\u0073\u0070\u0061\u0063e\u0020\u0068\u0061\u0073\u0020\u0062\u0065\u0065\u006e\u0020\u0073\u0065\u0074\u0020\u0077\u0068\u0065\u006e\u0020\u0074h\u0065\u0020\u0044\u0065\u0076\u0069c\u0065\u0043\u004d\u0059\u004b\u0020c\u006f\u006c\u006fu\u0072\u0020\u0073\u0070\u0061\u0063\u0065\u0020\u0069\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u006f\u0072\u0020t\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0061\u0073\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u004f\u0075\u0074p\u0075\u0074\u0049\u006e\u0074\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0061\u0020\u0043\u004d\u0059\u004b\u0020d\u0065\u0073\u0074\u0069\u006e\u0061t\u0069\u006f\u006e\u0020\u0070r\u006f\u0066\u0069\u006c\u0065\u002e")); +_ecdcb =true ;if _bdfb (){return true ;};};};case *_ff .PdfColorspaceICCBased :if !_bdeag {_addgg ,_ddaec :=_fg .ParseHeader (_ecgf .Data );if _ddaec !=nil {_ee .Log .Debug ("\u0070\u0061\u0072si\u006e\u0067\u0020\u0049\u0043\u0043\u0042\u0061\u0073e\u0064 \u0068e\u0061d\u0065\u0072\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_ddaec ); +_daff =append (_daff ,func ()ViolatedRule {return _ecb ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e"); +}());_bdeag =true ;if _bdfb (){return true ;};};if !_bdeag {var _dfcb ,_egbb bool ;switch _addgg .DeviceClass {case _fg .DeviceClassPRTR ,_fg .DeviceClassMNTR ,_fg .DeviceClassSCNR ,_fg .DeviceClassSPAC :default:_dfcb =true ;};switch _addgg .ColorSpace {case _fg .ColorSpaceRGB ,_fg .ColorSpaceCMYK ,_fg .ColorSpaceGRAY ,_fg .ColorSpaceLAB :default:_egbb =true ; +};if _dfcb ||_egbb {_daff =append (_daff ,_ecb ("\u0036.\u0032\u002e\u0034\u002e\u0032\u002d1","\u0054\u0068e\u0020\u0070\u0072\u006f\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0066o\u0072\u006d\u0073\u0020\u0074\u0068\u0065\u0020\u0073\u0074r\u0065\u0061\u006d o\u0066\u0020\u0061\u006e\u0020\u0049C\u0043\u0042\u0061\u0073\u0065\u0064\u0020\u0063\u006fl\u006f\u0075\u0072\u0020\u0073p\u0061\u0063\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0049\u0043\u0043.\u0031\u003a\u0031\u0039\u0039\u0038-\u0030\u0039,\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0031\u002d\u00312\u002c\u0020\u0049\u0043\u0043\u002e\u0031\u003a\u0032\u0030\u0030\u0033\u002d\u0030\u0039\u0020\u006f\u0072\u0020I\u0053\u004f\u0020\u0031\u0035\u0030\u0037\u0036\u002d\u0031\u002e")); +_bdeag =true ;if _bdfb (){return true ;};};};};if _ecgf .Alternate !=nil {return _dcbf (_ecgf .Alternate );};};return false ;};for _ ,_dafcd :=range _eabac .GetObjectNums (){_abafc ,_bgada :=_eabac .GetIndirectObjectByNumber (_dafcd );if _bgada !=nil {continue ; +};_bcef ,_daaa :=_ac .GetStream (_abafc );if !_daaa {continue ;};_fccd ,_daaa :=_ac .GetName (_bcef .Get ("\u0054\u0079\u0070\u0065"));if !_daaa ||_fccd .String ()!="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_dgcddf ,_daaa :=_ac .GetName (_bcef .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_daaa {continue ;};_eadfd [_bcef ]=struct{}{};switch _dgcddf .String (){case "\u0049\u006d\u0061g\u0065":_bcfgc ,_aaae :=_ff .NewXObjectImageFromStream (_bcef );if _aaae !=nil {continue ;};_eadfd [_bcef ]=struct{}{};if _dcbf (_bcfgc .ColorSpace ){return _daff ; +};case "\u0046\u006f\u0072\u006d":_aeedb ,_ddbd :=_ac .GetDict (_bcef .Get ("\u0047\u0072\u006fu\u0070"));if !_ddbd {continue ;};_fcbb :=_aeedb .Get ("\u0043\u0053");if _fcbb ==nil {continue ;};_aedd ,_ffdde :=_ff .NewPdfColorspaceFromPdfObject (_fcbb ); +if _ffdde !=nil {continue ;};if _dcbf (_aedd ){return _daff ;};};};for _ ,_gbeed :=range _eabac .PageList {_fbef ,_aceg :=_gbeed .GetContentStreams ();if _aceg !=nil {continue ;};for _ ,_fedc :=range _fbef {_gbgfb ,_debca :=_eaa .NewContentStreamParser (_fedc ).Parse (); +if _debca !=nil {continue ;};for _ ,_becd :=range *_gbgfb {if len (_becd .Params )> 1{continue ;};switch _becd .Operand {case "\u0042\u0049":_acga ,_addbg :=_becd .Params [0].(*_eaa .ContentStreamInlineImage );if !_addbg {continue ;};_cfgg ,_caca :=_acga .GetColorSpace (_gbeed .Resources ); +if _caca !=nil {continue ;};if _dcbf (_cfgg ){return _daff ;};case "\u0044\u006f":_cdbgb ,_bdfbd :=_ac .GetName (_becd .Params [0]);if !_bdfbd {continue ;};_dbdb ,_gbbf :=_gbeed .Resources .GetXObjectByName (*_cdbgb );if _ ,_fffbb :=_eadfd [_dbdb ];_fffbb {continue ; +};switch _gbbf {case _ff .XObjectTypeImage :_edgbf ,_ggefc :=_ff .NewXObjectImageFromStream (_dbdb );if _ggefc !=nil {continue ;};_eadfd [_dbdb ]=struct{}{};if _dcbf (_edgbf .ColorSpace ){return _daff ;};case _ff .XObjectTypeForm :_aabc ,_fcbd :=_ac .GetDict (_dbdb .Get ("\u0047\u0072\u006fu\u0070")); +if !_fcbd {continue ;};_eacg ,_fcbd :=_ac .GetName (_aabc .Get ("\u0043\u0053"));if !_fcbd {continue ;};_dfbe ,_fdbad :=_ff .NewPdfColorspaceFromPdfObject (_eacg );if _fdbad !=nil {continue ;};_eadfd [_dbdb ]=struct{}{};if _dcbf (_dfbe ){return _daff ; +};};};};};};return _daff ;};func _aebc (_fbbd *_ff .CompliancePdfReader )(_bacg []ViolatedRule ){_fcefde ,_cfcag :=_faae (_fbbd );if !_cfcag {return _bacg ;};_bgfg ,_cfcag :=_ac .GetDict (_fcefde .Get ("\u0050\u0065\u0072m\u0073"));if !_cfcag {return _bacg ; +};_faff :=_bgfg .Keys ();for _ ,_fgeda :=range _faff {if _fgeda .String ()!="\u0055\u0052\u0033"&&_fgeda .String ()!="\u0044\u006f\u0063\u004d\u0044\u0050"{_bacg =append (_bacg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","\u004e\u006f\u0020\u006b\u0065\u0079\u0073 \u006f\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0055\u0052\u0033 \u0061n\u0064\u0020\u0044\u006f\u0063\u004dD\u0050\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0065\u0072\u006d\u0069\u0073\u0073i\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u002e")); +};};return _bacg ;};func _facg (_cace *_ff .CompliancePdfReader )(_eabb []ViolatedRule ){_ddbf :=func (_bgfc *_ac .PdfObjectDictionary ,_gadb *[]string ,_cbda *[]ViolatedRule )error {_cebg :=_bgfc .Get ("\u004e\u0061\u006d\u0065");if _cebg ==nil ||len (_cebg .String ())==0{*_cbda =append (*_cbda ,_ecb ("\u0036\u002e\u0039-\u0031","\u0045\u0061\u0063\u0068\u0020o\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006et\u0020\u0063\u006fn\u0066\u0069\u0067\u0075r\u0061\u0074\u0069\u006f\u006e\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004e\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002e")); +};for _ ,_bcdg :=range *_gadb {if _bcdg ==_cebg .String (){*_cbda =append (*_cbda ,_ecb ("\u0036\u002e\u0039-\u0032","\u0045\u0061\u0063\u0068\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061l\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0020\u0063\u006f\u006e\u0066\u0069\u0067\u0075\u0072a\u0074\u0069\u006fn\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020N\u0061\u006d\u0065\u0020\u006b\u0065\u0079\u002c w\u0068\u006fs\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0075ni\u0071\u0075\u0065 \u0061\u006d\u006f\u006e\u0067\u0073\u0074\u0020\u0061\u006c\u006c\u0020o\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006fn\u0074\u0065\u006e\u0074 \u0063\u006f\u006e\u0066\u0069\u0067u\u0072\u0061\u0074\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074i\u006fn\u0061\u0072\u0069\u0065\u0073\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0074\u0068e\u0020\u0050\u0044\u0046\u002fA\u002d\u0032\u0020\u0066\u0069l\u0065\u002e")); +}else {*_gadb =append (*_gadb ,_cebg .String ());};};if _bgfc .Get ("\u0041\u0053")!=nil {*_cbda =append (*_cbda ,_ecb ("\u0036\u002e\u0039-\u0034","Th\u0065\u0020\u0041\u0053\u0020\u006b\u0065y \u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0061\u0070\u0070\u0065\u0061r\u0020\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0063\u006f\u006et\u0065\u006e\u0074\u0020\u0063\u006fn\u0066\u0069\u0067\u0075\u0072\u0061\u0074\u0069\u006fn\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +};return nil ;};_fgafg ,_cbfe :=_faae (_cace );if !_cbfe {return _eabb ;};_fagg ,_cbfe :=_ac .GetDict (_fgafg .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_cbfe {return _eabb ;};var _bcbc []string ;_eegdb ,_cbfe :=_ac .GetDict (_fagg .Get ("\u0044")); +if _cbfe {_ddbf (_eegdb ,&_bcbc ,&_eabb );};_bacd ,_cbfe :=_ac .GetArray (_fagg .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _cbfe {for _fafda :=0;_fafda < _bacd .Len ();_fafda ++{_aegd ,_bcdcg :=_ac .GetDict (_bacd .Get (_fafda ));if !_bcdcg {continue ; +};_ddbf (_aegd ,&_bcbc ,&_eabb );};};return _eabb ;};func _fadef (_bdbg *_ff .CompliancePdfReader )ViolatedRule {return _be };func _bccf (_cge *_ac .PdfObjectDictionary ,_afcdd map[*_ac .PdfObjectStream ][]byte ,_bgcf map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_befg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0034"; +_gfaad ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; +);var _afebc string ;if _aadf ,_ggafa :=_ac .GetName (_cge .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ggafa {_afebc =_aadf .String ();};if _afebc !="\u0054\u0079\u0070e\u0030"{return _be ;};_bgfe :=_cge .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _ ,_gfab :=_ac .GetName (_bgfe );_gfab {return _be ;};_egfbf ,_cbge :=_ac .GetStream (_bgfe );if !_cbge {return _ecb (_befg ,_gfaad );};_geaaa ,_edaf :=_aeea (_egfbf ,_afcdd ,_bgcf );if _edaf !=nil {return _ecb (_befg ,_gfaad );};_bgdb ,_bbfc :=_ac .GetIntVal (_egfbf .Get ("\u0057\u004d\u006fd\u0065")); +_gbfc ,_degeg :=_geaaa .WMode ();if _bbfc &&_degeg {if _gbfc !=_bgdb {return _ecb (_befg ,_gfaad );};};if (_bbfc &&!_degeg )||(!_bbfc &&_degeg ){return _ecb (_befg ,_gfaad );};return _be ;};func _acbb (_fbea ,_gfb ,_acda ,_facb string )(string ,bool ){_dadf :=_dg .Index (_fbea ,_gfb ); +if _dadf ==-1{return "",false ;};_gbdf :=_dg .Index (_fbea ,_acda );if _gbdf ==-1{return "",false ;};if _gbdf < _dadf {return "",false ;};return _fbea [:_dadf ]+_gfb +_facb +_fbea [_gbdf :],true ;};func _fdeg (_fgfgc *_ff .PdfFont ,_gafa *_ac .PdfObjectDictionary )ViolatedRule {const (_dbbaf ="\u0036.\u0033\u002e\u0035\u002d\u0033"; +_cbbe ="\u0046\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0075\u0062\u0073\u0065\u0074\u0073 \u0072e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077i\u0074\u0068\u0069n\u0020\u0061\u0020c\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069l\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006et\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020\u0043\u0049\u0044\u0053\u0065\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0066\u0079\u0069\u006eg\u0020\u0077\u0068i\u0063\u0068\u0020\u0043\u0049\u0044\u0073 \u0061\u0072e\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e \u0074\u0068\u0065\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064\u0020\u0043\u0049D\u0046\u006f\u006e\u0074\u0020\u0066\u0069l\u0065,\u0020\u0061\u0073 \u0064\u0065\u0073\u0063\u0072\u0069b\u0065\u0064 \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063e\u0020\u0054ab\u006c\u0065\u0020\u0035.\u00320\u002e"; +);var _ebebb string ;if _ecbd ,_abadba :=_ac .GetName (_gafa .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_abadba {_ebebb =_ecbd .String ();};switch _ebebb {case "\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":_bdfd :=_fgfgc .FontDescriptor (); +if _bdfd .CIDSet ==nil {return _ecb (_dbbaf ,_cbbe );};return _be ;default:return _be ;};};func _edef (_dfge *_ac .PdfObjectDictionary ,_baba map[*_ac .PdfObjectStream ][]byte ,_cafb map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_efcb ="\u0036.\u0033\u002e\u0033\u002d\u0034"; +_aceef ="\u0046\u006f\u0072\u0020\u0074\u0068\u006fs\u0065\u0020\u0043\u004d\u0061\u0070\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0061\u0072e\u0020\u0065m\u0062\u0065\u0064de\u0064\u002c\u0020\u0074\u0068\u0065\u0020\u0069\u006et\u0065\u0067\u0065\u0072 \u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0057\u004d\u006f\u0064\u0065\u0020\u0065\u006e\u0074r\u0079\u0020i\u006e t\u0068\u0065\u0020CM\u0061\u0070\u0020\u0064\u0069\u0063\u0074\u0069o\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0069\u0064\u0065\u006e\u0074\u0069\u0063\u0061\u006c\u0020\u0074\u006f \u0074h\u0065\u0020\u0057\u004d\u006f\u0064e\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064ed\u0020\u0043\u004d\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"; +);var _ddgcc string ;if _ccfc ,_abgd :=_ac .GetName (_dfge .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_abgd {_ddgcc =_ccfc .String ();};if _ddgcc !="\u0054\u0079\u0070e\u0030"{return _be ;};_ggdc :=_dfge .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _ ,_cbcb :=_ac .GetName (_ggdc );_cbcb {return _be ;};_cceae ,_aebg :=_ac .GetStream (_ggdc );if !_aebg {return _ecb (_efcb ,_aceef );};_cbde ,_gcfg :=_aeea (_cceae ,_baba ,_cafb );if _gcfg !=nil {return _ecb (_efcb ,_aceef );};_gcfff ,_ccee :=_ac .GetIntVal (_cceae .Get ("\u0057\u004d\u006fd\u0065")); +_aabg ,_egbc :=_cbde .WMode ();if _ccee &&_egbc {if _aabg !=_gcfff {return _ecb (_efcb ,_aceef );};};if (_ccee &&!_egbc )||(!_ccee &&_egbc ){return _ecb (_efcb ,_aceef );};return _be ;};func _dadd (_fdecg *_ff .CompliancePdfReader )(_efff []ViolatedRule ){var _gaab ,_ebgc ,_gcbea ,_deggd ,_afec ,_dgba bool ; +_bccdeg :=func ()bool {return _gaab &&_ebgc &&_gcbea &&_deggd &&_afec &&_dgba };for _ ,_fcgcf :=range _fdecg .PageList {if _fcgcf .Resources ==nil {continue ;};_gffgc ,_beae :=_ac .GetDict (_fcgcf .Resources .Font );if !_beae {continue ;};for _ ,_ecbbd :=range _gffgc .Keys (){_fgbda ,_aaccbb :=_ac .GetDict (_gffgc .Get (_ecbbd )); +if !_aaccbb {if !_gaab {_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006e\u0064\u0020\u0066on\u0074 \u0070\u0072\u006fg\u0072\u0061\u006ds\u0020\u0075\u0073\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072mi\u006e\u0067\u0020\u0066\u0069\u006ce\u002c\u0020\u0072\u0065\u0067\u0061\u0072\u0064\u006c\u0065s\u0073\u0020\u006f\u0066\u0020\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006eg m\u006f\u0064\u0065\u0020\u0075\u0073\u0061\u0067\u0065\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0074\u0068e\u0020\u0070\u0072o\u0076\u0069\u0073\u0069\u006f\u006e\u0073\u0020\u0069\u006e \u0049\u0053\u004f\u0020\u0033\u0032\u0030\u0030\u0030\u002d\u0031:\u0032\u0030\u0030\u0038\u002c \u0039\u002e\u0036\u0020a\u006e\u0064\u0020\u0039.\u0037\u002e")); +_gaab =true ;if _bccdeg (){return _efff ;};};continue ;};if _dfaa ,_face :=_ac .GetName (_fgbda .Get ("\u0054\u0079\u0070\u0065"));!_gaab &&(!_face ||_dfaa .String ()!="\u0046\u006f\u006e\u0074"){_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_gaab =true ;if _bccdeg (){return _efff ;};};_dgae ,_agea :=_ff .NewPdfFontFromPdfObject (_fgbda );if _agea !=nil {continue ;};var _bbbef string ;if _bdggg ,_fcfg :=_ac .GetName (_fgbda .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_fcfg {_bbbef =_bdggg .String (); +};if !_ebgc {switch _bbbef {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_ebgc =true ; +_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); +if _bccdeg (){return _efff ;};};};if !_gcbea {if _bbbef !="\u0054\u0079\u0070e\u0033"{_fgbcc ,_dege :=_ac .GetName (_fgbda .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_dege ||_fgbcc .String ()==""{_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); +_gcbea =true ;if _bccdeg (){return _efff ;};};};};if _bbbef !="\u0054\u0079\u0070e\u0031"{continue ;};_ddgdf :=_ed .IsStdFont (_ed .StdFontName (_dgae .BaseFont ()));if _ddgdf {continue ;};_dgcg ,_eaee :=_ac .GetIntVal (_fgbda .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +if !_eaee &&!_deggd {_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); +_deggd =true ;if _bccdeg (){return _efff ;};};_fefeb ,_acgc :=_ac .GetIntVal (_fgbda .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_acgc &&!_afec {_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); +_afec =true ;if _bccdeg (){return _efff ;};};if !_dgba {_bgabe ,_bdde :=_ac .GetArray (_fgbda .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_bdde ||!_eaee ||!_acgc ||_bgabe .Len ()!=_fefeb -_dgcg +1{_efff =append (_efff ,_ecb ("\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); +_dgba =true ;if _bccdeg (){return _efff ;};};};};};return _efff ;}; -// Profile3B is the implementation of the PDF/A-3B standard profile. -// Implements model.StandardImplementer, Profile interfaces. -type Profile3B struct{profile3 }; +// Conformance gets the PDF/A conformance. +func (_eac *profile3 )Conformance ()string {return _eac ._bafec ._ge }; -// NewProfile2U creates a new Profile2U with the given options. -func NewProfile2U (options *Profile2Options )*Profile2U {if options ==nil {options =DefaultProfile2Options ();};_bfe (options );return &Profile2U {profile2 {_ece :*options ,_cbebb :_ba ()}};}; +// StandardName gets the name of the standard. +func (_fdbc *profile1 )StandardName ()string {return _e .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0031\u0025s",_fdbc ._bbae ._ge );};func _accae (_dafb *_ff .CompliancePdfReader )ViolatedRule {if _dafb .ParserMetadata ().HeaderPosition ()!=0{return _ecb ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); +};if _dafb .PdfVersion ().Major !=1{return _ecb ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); +};if _dafb .PdfVersion ().Minor < 0||_dafb .PdfVersion ().Minor > 7{return _ecb ("\u0036.\u0031\u002e\u0032\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069l\u0065\u0020\u0068\u0065\u0061\u0064e\u0072 \u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0073\u0069s\u0074 \u006f\u0066\u0020\u201c%\u0050\u0044\u0046\u002d\u0031\u002e\u006e\u201d\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065 \u0045\u004f\u004c\u0020ma\u0072\u006b\u0065\u0072\u002c \u0077\u0068\u0065\u0072\u0065\u0020\u0027\u006e\u0027\u0020\u0069s\u0020\u0061\u0020\u0073\u0069\u006e\u0067\u006c\u0065\u0020\u0064\u0069\u0067\u0069t\u0020\u006e\u0075\u006d\u0062e\u0072\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0030\u0020(\u0033\u0030h\u0029\u0020\u0061\u006e\u0064\u0020\u0037\u0020\u0028\u0033\u0037\u0068\u0029"); +};return _be ;};func (_cf *documentImages )hasOnlyDeviceCMYK ()bool {return _cf ._aa &&!_cf ._dde &&!_cf ._eb };func _beea (_fcge *_ff .CompliancePdfReader )ViolatedRule {_deab :=_fcge .ParserMetadata ().HeaderCommentBytes ();if _deab [0]> 127&&_deab [1]> 127&&_deab [2]> 127&&_deab [3]> 127{return _be ; +};return _ecb ("\u0036.\u0031\u002e\u0032\u002d\u0032","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0068\u0061\u006c\u006c b\u0065\u0020i\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u006c\u0079 \u0066\u006f\u006c\u006co\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0063\u006f\u006d\u006d\u0065n\u0074\u0020\u0063\u006f\u006e\u0073\u0069s\u0074\u0069\u006e\u0067\u0020o\u0066\u0020\u0061\u0020\u0025\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006fwe\u0064\u0020\u0062y\u0020a\u0074\u0009\u006c\u0065a\u0073\u0074\u0020f\u006f\u0075\u0072\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u002c\u0020e\u0061\u0063\u0068\u0020\u006f\u0066\u0020\u0077\u0068\u006f\u0073\u0065 \u0065\u006e\u0063\u006f\u0064e\u0064\u0020\u0062\u0079\u0074e\u0020\u0076\u0061\u006c\u0075\u0065s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0064e\u0063\u0069\u006d\u0061\u006c \u0076\u0061\u006c\u0075\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u0032\u0037\u002e"); +}; -// ApplyStandard tries to change the content of the writer to match the PDF/A-2 standard. -// Implements model.StandardApplier. -func (_bcac *profile2 )ApplyStandard (document *_ad .Document )(_ecca error ){_eefb (document ,7);if _ecca =_ecb (document ,_bcac ._ece .Now );_ecca !=nil {return _ecca ;};if _ecca =_fca (document );_ecca !=nil {return _ecca ;};_dagc ,_aage :=_aec (_bcac ._ece .CMYKDefaultColorSpace ,_bcac ._cbebb ); -_ecca =_fabeb (document ,[]pageColorspaceOptimizeFunc {_dagc },[]documentColorspaceOptimizeFunc {_aage });if _ecca !=nil {return _ecca ;};_aeae (document );if _ecca =_cbec (document );_ecca !=nil {return _ecca ;};if _ecca =_cfg (document ,_bcac ._cbebb ._bc ); -_ecca !=nil {return _ecca ;};if _ecca =_agecf (document );_ecca !=nil {return _ecca ;};if _ecca =_ffeg (document );_ecca !=nil {return _ecca ;};if _ecca =_dcfg (document );_ecca !=nil {return _ecca ;};if _ecca =_bdbe (document );_ecca !=nil {return _ecca ; -};if _bcac ._cbebb ._fa =="\u0041"{_begbd (document );};if _ecca =_fbf (document ,_bcac ._cbebb ._bc );_ecca !=nil {return _ecca ;};if _ecca =_adf (document );_ecca !=nil {return _ecca ;};if _bddg :=_eac (document ,_bcac ._cbebb ,_bcac ._ece .Xmp );_bddg !=nil {return _bddg ; -};if _bcac ._cbebb ==_fcb (){if _ecca =_eff (document );_ecca !=nil {return _ecca ;};};if _ecca =_cgbbd (document );_ecca !=nil {return _ecca ;};if _ecca =_ffee (document );_ecca !=nil {return _ecca ;};if _ecca =_dged (document );_ecca !=nil {return _ecca ; -};return nil ;};func _bbcg (_dgg *_ad .Document ,_cec bool )error {_egea ,_gdg :=_dgg .GetPages ();if !_gdg {return nil ;};for _ ,_gbgab :=range _egea {_ebdc :=_gbgab .FindXObjectForms ();for _ ,_dgd :=range _ebdc {_aacf ,_fce :=_g .NewXObjectFormFromStream (_dgd ); -if _fce !=nil {return _fce ;};_adg ,_fce :=_aacf .GetContentStream ();if _fce !=nil {return _fce ;};_fdaf :=_fgd .NewContentStreamParser (string (_adg ));_dee ,_fce :=_fdaf .Parse ();if _fce !=nil {return _fce ;};_adag ,_fce :=_dag (_aacf .Resources ,_dee ,_cec ); -if _fce !=nil {return _fce ;};if len (_adag )==0{continue ;};if _fce =_aacf .SetContentStream (_adag ,_aad .NewFlateEncoder ());_fce !=nil {return _fce ;};_aacf .ToPdfObject ();};};return nil ;}; +// ViolatedRule is the structure that defines violated PDF/A rule. +type ViolatedRule struct{RuleNo string ;Detail string ;};var _ Profile =(*Profile3U )(nil );func _aead (_gebd *_ff .CompliancePdfReader )(_edcg []ViolatedRule ){_agec :=_gebd .GetObjectNums ();for _ ,_fcece :=range _agec {_afa ,_adcbc :=_gebd .GetIndirectObjectByNumber (_fcece ); +if _adcbc !=nil {continue ;};_daebb ,_gbed :=_ac .GetDict (_afa );if !_gbed {continue ;};_fggg ,_gbed :=_ac .GetName (_daebb .Get ("\u0054\u0079\u0070\u0065"));if !_gbed {continue ;};if _fggg .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ; +};if _daebb .Get ("\u0045\u0046")!=nil {_edcg =append (_edcg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0031","\u0041 \u0066\u0069\u006c\u0065 \u0073p\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046 \u0033\u002e\u0031\u0030\u002e\u0032\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063o\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0045\u0046 \u006be\u0079\u002e")); +break ;};};_efcf ,_fddf :=_faae (_gebd );if !_fddf {return _edcg ;};_adeg ,_fddf :=_ac .GetDict (_efcf .Get ("\u004e\u0061\u006de\u0073"));if !_fddf {return _edcg ;};if _adeg .Get ("\u0045\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0046\u0069\u006c\u0065\u0073")!=nil {_edcg =append (_edcg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0031\u002d\u0032","\u0041\u0020\u0066i\u006c\u0065\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020d\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020PD\u0046 \u0052\u0065\u0066er\u0065\u006e\u0063\u0065\u0020\u0033\u002e6\u002e\u0033\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0045m\u0062\u0065\u0064\u0064\u0065\u0064\u0046i\u006c\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +};return _edcg ;}; -// Part gets the PDF/A version level. -func (_cdff *profile3 )Part ()int {return _cdff ._fbdd ._bc }; +// NewProfile1B creates a new Profile1B with the given options. +func NewProfile1B (options *Profile1Options )*Profile1B {if options ==nil {options =DefaultProfile1Options ();};_cfdd (options );return &Profile1B {profile1 {_aggb :*options ,_bbae :_dad ()}};};type profile3 struct{_bafec standardType ;_bdadf Profile3Options ; +}; -// Profile2B is the implementation of the PDF/A-2B standard profile. +// Profile3U is the implementation of the PDF/A-3U standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile2B struct{profile2 };func _facc (_ceafg *_aad .PdfObjectDictionary ,_agge map[*_aad .PdfObjectStream ][]byte ,_addf map[*_aad .PdfObjectStream ]*_bf .CMap )ViolatedRule {const (_adbba ="\u0046\u006f\u0072\u0020\u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070o\u0073\u0069\u0074e\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029 \u0066\u006fn\u0074\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f \u0065\u006e\u0074\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074\u0073 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0066\u006fl\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0072\u0065l\u0061t\u0069\u006f\u006e\u0073\u0068\u0069\u0070. \u0049\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0054\u0079\u0070\u0065\u0020\u0030 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0069\u0073\u0020I\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056\u002c\u0020\u0061\u006e\u0079\u0020v\u0061\u006c\u0075\u0065\u0073\u0020\u006f\u0066\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u002c\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u002c\u0020\u0061\u006e\u0064\u0020\u0053up\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069n\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0065\u006e\u0074r\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044F\u006f\u006e\u0074\u002e\u0020\u004f\u0074\u0068\u0065\u0072\u0077\u0069\u0073\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0069\u006e\u0067\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0069\u006e\u0020\u0062\u006f\u0074h\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006cl\u0020\u0062\u0065\u0020i\u0064en\u0074\u0069\u0063\u0061\u006c\u002c \u0061n\u0064\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0070\u0070l\u0065\u006d\u0065\u006e\u0074 \u006b\u0065\u0079\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0043I\u0044S\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0067re\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f t\u0068\u0065\u0020\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043M\u0061p\u002e"; -_gcaac ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0031";);var _caefe string ;if _fgdec ,_bdeg :=_aad .GetName (_ceafg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_bdeg {_caefe =_fgdec .String ();};if _caefe !="\u0054\u0079\u0070e\u0030"{return _fbc ; -};_afgb :=_ceafg .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _eefa ,_gaebb :=_aad .GetName (_afgb );_gaebb {switch _eefa .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _fbc ; -};_fcfdc ,_fbcd :=_bf .LoadPredefinedCMap (_eefa .String ());if _fbcd !=nil {return _fgdg (_gcaac ,_adbba );};_afegc :=_fcfdc .CIDSystemInfo ();if _afegc .Ordering !=_afegc .Registry {return _fgdg (_gcaac ,_adbba );};return _fbc ;};_ceeab ,_aefbaa :=_aad .GetStream (_afgb ); -if !_aefbaa {return _fgdg (_gcaac ,_adbba );};_ffcec ,_gaed :=_gfada (_ceeab ,_agge ,_addf );if _gaed !=nil {return _fgdg (_gcaac ,_adbba );};_cfaaa :=_ffcec .CIDSystemInfo ();if _cfaaa .Ordering !=_cfaaa .Registry {return _fgdg (_gcaac ,_adbba );};return _fbc ; -};func _ebba (_egecg *_g .CompliancePdfReader )(_agacd []ViolatedRule ){var _dbfgb ,_cddb bool ;_gaeg :=func ()bool {return _dbfgb &&_cddb };for _ ,_fdgc :=range _egecg .GetObjectNums (){_fdgbf ,_dbbg :=_egecg .GetIndirectObjectByNumber (_fdgc );if _dbbg !=nil {_be .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0025\u0064\u0020fa\u0069\u006c\u0065d\u003a \u0025\u0076",_fdgc ,_dbbg ); -continue ;};_eddcae ,_defg :=_aad .GetDict (_fdgbf );if !_defg {continue ;};_eefeb ,_defg :=_aad .GetName (_eddcae .Get ("\u0054\u0079\u0070\u0065"));if !_defg {continue ;};if *_eefeb !="\u0041\u0063\u0074\u0069\u006f\u006e"{continue ;};_dbfc ,_defg :=_aad .GetName (_eddcae .Get ("\u0053")); -if !_defg {if !_dbfgb {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_dbfgb =true ;if _gaeg (){return _agacd ;};};continue ;};switch _g .PdfActionType (*_dbfc ){case _g .ActionTypeLaunch ,_g .ActionTypeSound ,_g .ActionTypeMovie ,_g .ActionTypeResetForm ,_g .ActionTypeImportData ,_g .ActionTypeJavaScript ,_g .ActionTypeHide ,_g .ActionTypeSetOCGState ,_g .ActionTypeRendition ,_g .ActionTypeTrans ,_g .ActionTypeGoTo3DView :if !_dbfgb {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u004caun\u0063\u0068\u002c\u0020S\u006f\u0075\u006e\u0064,\u0020\u004d\u006f\u0076\u0069\u0065\u002c\u0020\u0052\u0065\u0073\u0065\u0074\u0046\u006f\u0072\u006d\u002c\u0020\u0049\u006d\u0070\u006f\u0072\u0074\u0044a\u0074\u0061,\u0020\u0048\u0069\u0064\u0065\u002c\u0020\u0053\u0065\u0074\u004f\u0043\u0047\u0053\u0074\u0061\u0074\u0065\u002c\u0020\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u002c\u0020T\u0072\u0061\u006e\u0073\u002c\u0020\u0047o\u0054\u006f\u0033\u0044\u0056\u0069\u0065\u0077\u0020\u0061\u006e\u0064\u0020\u004a\u0061v\u0061Sc\u0072\u0069p\u0074\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074 \u0062\u0065\u0020\u0070\u0065\u0072m\u0069\u0074\u0074\u0065\u0064\u002e \u0041\u0064d\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u002c\u0020t\u0068\u0065\u0020\u0064\u0065\u0070\u0072\u0065\u0063\u0061\u0074\u0065\u0064\u0020\u0073\u0065\u0074\u002d\u0073\u0074\u0061\u0074\u0065\u0020\u0061\u006e\u0064\u0020\u006e\u006f\u006f\u0070\u0020\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070e\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_dbfgb =true ;if _gaeg (){return _agacd ;};};continue ;case _g .ActionTypeNamed :if !_cddb {_ffedgd ,_gbbega :=_aad .GetName (_eddcae .Get ("\u004e"));if !_gbbega {_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_cddb =true ;if _gaeg (){return _agacd ;};continue ;};switch *_ffedgd {case "\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065","\u0050\u0072\u0065\u0076\u0050\u0061\u0067\u0065","\u0046i\u0072\u0073\u0074\u0050\u0061\u0067e","\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065":default:_agacd =append (_agacd ,_fgdg ("\u0036.\u0035\u002e\u0031\u002d\u0032","N\u0061\u006d\u0065\u0064\u0020\u0061\u0063t\u0069\u006f\u006e\u0073\u0020\u006f\u0074\u0068e\u0072\u0020\u0074h\u0061\u006e\u0020\u004e\u0065\u0078\u0074\u0050\u0061\u0067\u0065\u002c\u0020P\u0072\u0065v\u0050\u0061\u0067\u0065\u002c\u0020\u0046\u0069\u0072\u0073\u0074\u0050a\u0067e\u002c\u0020\u0061\u006e\u0064\u0020\u004c\u0061\u0073\u0074\u0050\u0061\u0067\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0070\u0065\u0072\u006d\u0069\u0074\u0074\u0065\u0064\u002e")); -_cddb =true ;if _gaeg (){return _agacd ;};continue ;};};};};return _agacd ;}; +type Profile3U struct{profile3 };func _fab ()standardType {return standardType {_fe :3,_ge :"\u0041"}};func _fbcc (_bcbb *_af .Document )error {_bgc ,_abad :=_bcbb .GetPages ();if !_abad {return nil ;};for _ ,_ebge :=range _bgc {_bgab ,_dagf :=_ac .GetArray (_ebge .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); +if !_dagf {continue ;};for _ ,_fcf :=range _bgab .Elements (){_fcf =_ac .ResolveReference (_fcf );if _ ,_fegbg :=_fcf .(*_ac .PdfObjectNull );_fegbg {continue ;};_bdeg ,_cgge :=_ac .GetDict (_fcf );if !_cgge {continue ;};_aaaab ,_ :=_ac .GetIntVal (_bdeg .Get ("\u0046")); +_aaaab &=^(1<<0);_aaaab &=^(1<<1);_aaaab &=^(1<<5);_aaaab |=1<<2;_bdeg .Set ("\u0046",_ac .MakeInteger (int64 (_aaaab )));_cddd :=false ;if _febf :=_bdeg .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_febf !=nil {_bgcd ,_dddf :=_ac .GetName (_febf );if _dddf &&_bgcd .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_cddd =true ; +if _bdeg .Get ("\u0041\u0041")!=nil {_bdeg .Remove ("\u0041\u0041");};};};if _bdeg .Get ("\u0043")!=nil ||_bdeg .Get ("\u0049\u0043")!=nil {_ccbe ,_agb :=_dafg (_bcbb );if !_agb {_bdeg .Remove ("\u0043");_bdeg .Remove ("\u0049\u0043");}else {_dae ,_egga :=_ac .GetIntVal (_ccbe .Get ("\u004e")); +if !_egga ||_dae !=3{_bdeg .Remove ("\u0043");_bdeg .Remove ("\u0049\u0043");};};};_fdee ,_cgge :=_ac .GetDict (_bdeg .Get ("\u0041\u0050"));if _cgge {_dfca :=_fdee .Get ("\u004e");if _dfca ==nil {continue ;};if len (_fdee .Keys ())> 1{_fdee .Clear (); +_fdee .Set ("\u004e",_dfca );};if _cddd {_cggc ,_bbac :=_ac .GetName (_bdeg .Get ("\u0046\u0054"));if _bbac &&*_cggc =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;}; -// Part gets the PDF/A version level. -func (_deabd *profile2 )Part ()int {return _deabd ._cbebb ._bc };func _dgcb (_gadf *_g .CompliancePdfReader )(_aacfb []ViolatedRule ){return _aacfb };var _fbc =ViolatedRule {};func _fdae (_fgbg *_g .CompliancePdfReader )(_gfdaf []ViolatedRule ){var (_cfdg ,_dcbdg ,_accd ,_cgcbb ,_dddf bool ; -_agac func (_aad .PdfObject ););_agac =func (_cafg _aad .PdfObject ){switch _eedg :=_cafg .(type ){case *_aad .PdfObjectInteger :if !_cfdg &&(int64 (*_eedg )> _c .MaxInt32 ||int64 (*_eedg )< -_c .MaxInt32 ){_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); -_cfdg =true ;};case *_aad .PdfObjectFloat :if !_dcbdg &&(_c .Abs (float64 (*_eedg ))> _c .MaxFloat32 ){_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0032","\u0041 \u0063\u006f\u006e\u0066orm\u0069\u006e\u0067\u0020f\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0061\u006c\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u006f\u0075\u0074\u0073\u0069de\u0020\u0074\u0068e\u0020\u0072\u0061\u006e\u0067e\u0020o\u0066\u0020\u002b\u002f\u002d\u0033\u002e\u0034\u00303\u0020\u0078\u0020\u0031\u0030\u005e\u0033\u0038\u002e")); -};case *_aad .PdfObjectString :if !_accd &&len ([]byte (_eedg .Str ()))> 32767{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0033\u0032\u0037\u0036\u0037\u002e")); -_accd =true ;};case *_aad .PdfObjectName :if !_cgcbb &&len ([]byte (*_eedg ))> 127{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); -_cgcbb =true ;};case *_aad .PdfObjectArray :for _ ,_bgba :=range _eedg .Elements (){_agac (_bgba );};if !_dddf &&(_eedg .Len ()==4||_eedg .Len ()==5){_edbba ,_bgef :=_aad .GetName (_eedg .Get (0));if !_bgef {return ;};if *_edbba !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ; -};_gfab :=_eedg .Get (1);_gfab =_aad .TraceToDirectObject (_gfab );_becg ,_bgef :=_aad .GetArray (_gfab );if !_bgef {return ;};if _becg .Len ()> 32{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0039","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006e\u0075\u006db\u0065\u0072\u0020\u006ff\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0069\u0073\u0020\u0033\u0032\u002e")); -_dddf =true ;};};case *_aad .PdfObjectDictionary :_gfbd :=_eedg .Keys ();for _fced ,_bedadg :=range _gfbd {_agac (&_gfbd [_fced ]);_agac (_eedg .Get (_bedadg ));};case *_aad .PdfObjectStream :_agac (_eedg .PdfObjectDictionary );case *_aad .PdfObjectStreams :for _ ,_cacd :=range _eedg .Elements (){_agac (_cacd ); -};case *_aad .PdfObjectReference :_agac (_eedg .Resolve ());};};_ceba :=_fgbg .GetObjectNums ();if len (_ceba )> 8388607{_gfdaf =append (_gfdaf ,_fgdg ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); -};for _ ,_aceb :=range _ceba {_cfecf ,_fbge :=_fgbg .GetIndirectObjectByNumber (_aceb );if _fbge !=nil {continue ;};_babf :=_aad .TraceToDirectObject (_cfecf );_agac (_babf );};return _gfdaf ;};func _eggb (_aagd *_g .CompliancePdfReader )ViolatedRule {_dadg :=_aagd .ParserMetadata ().HeaderCommentBytes (); -if _dadg [0]> 127&&_dadg [1]> 127&&_dadg [2]> 127&&_dadg [3]> 127{return _fbc ;};return _fgdg ("\u0036.\u0031\u002e\u0032\u002d\u0032","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0068\u0065\u0061\u0064\u0065\u0072\u0020\u006c\u0069\u006e\u0065\u0020\u0073\u0068\u0061\u006c\u006c b\u0065\u0020i\u006d\u006d\u0065\u0064\u0069a\u0074\u0065\u006c\u0079 \u0066\u006f\u006c\u006co\u0077\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020\u0063\u006f\u006d\u006d\u0065n\u0074\u0020\u0063\u006f\u006e\u0073\u0069s\u0074\u0069\u006e\u0067\u0020o\u0066\u0020\u0061\u0020\u0025\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0066\u006f\u006c\u006c\u006fwe\u0064\u0020\u0062y\u0020a\u0074\u0009\u006c\u0065a\u0073\u0074\u0020f\u006f\u0075\u0072\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u002c\u0020e\u0061\u0063\u0068\u0020\u006f\u0066\u0020\u0077\u0068\u006f\u0073\u0065 \u0065\u006e\u0063\u006f\u0064e\u0064\u0020\u0062\u0079\u0074e\u0020\u0076\u0061\u006c\u0075\u0065s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u0020\u0064e\u0063\u0069\u006d\u0061\u006c \u0076\u0061\u006c\u0075\u0065\u0020\u0067\u0072\u0065\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u0031\u0032\u0037\u002e"); -};func _gdcd (_efgf *_g .CompliancePdfReader )(_cded ViolatedRule ){for _ ,_dcbfd :=range _efgf .GetObjectNums (){_gbcf ,_dfaa :=_efgf .GetIndirectObjectByNumber (_dcbfd );if _dfaa !=nil {continue ;};_cfbg ,_befcc :=_aad .GetStream (_gbcf );if !_befcc {continue ; -};_cagf ,_befcc :=_aad .GetName (_cfbg .Get ("\u0054\u0079\u0070\u0065"));if !_befcc {continue ;};if *_cagf !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};if _cfbg .Get ("\u0052\u0065\u0066")!=nil {return _fgdg ("\u0036.\u0032\u002e\u0036\u002d\u0031","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e"); -};};return _cded ;};type profile1 struct{_deeb standardType ;_bgd Profile1Options ;};func _dggc (_dbgg *Profile3Options ){if _dbgg .Now ==nil {_dbgg .Now =_f .Now ;};};func _cegda (_cfefg *_g .CompliancePdfReader )(*_g .PdfOutputIntent ,bool ){_cecg ,_ecdg :=_edcgd (_cfefg ); -if !_ecdg {return nil ,false ;};_aaab ,_efca :=_g .NewPdfOutputIntentFromPdfObject (_cecg );if _efca !=nil {return nil ,false ;};return _aaab ,true ;};func _ea ()standardType {return standardType {_bc :1,_fa :"\u0041"}};type documentImages struct{_fba ,_dcc ,_dcf bool ; -_aeg map[_aad .PdfObject ]struct{};_aea []*imageInfo ;};func _bdcb (_gddad *_g .CompliancePdfReader )(_dege ViolatedRule ){_deaef ,_cebgb :=_dagg (_gddad );if !_cebgb {return _fbc ;};if _deaef .Get ("\u0041\u0041")!=nil {return _fgdg ("\u0036.\u0035\u002e\u0032\u002d\u0031","\u0054h\u0065\u0020\u0064\u006fc\u0075m\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020a\u006e\u0020\u0041\u0041\u0020\u0065\u006e\u0074\u0072\u0079 \u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u002d\u0061c\u0074\u0069\u006f\u006e\u0073\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061r\u0079\u002e"); -};return _fbc ;}; +// NewProfile3B creates a new Profile3B with the given options. +func NewProfile3B (options *Profile3Options )*Profile3B {if options ==nil {options =DefaultProfile3Options ();};_febce (options );return &Profile3B {profile3 {_bdadf :*options ,_bafec :_bff ()}};}; // XmpOptions are the options used by the optimization of the XMP metadata. type XmpOptions struct{ @@ -828,37 +452,416 @@ NewDocumentVersion bool ; MarshalIndent string ; // MarshalPrefix defines marshaling prefix of the XMP metadata. -MarshalPrefix string ;};func _acca (_cdgd standardType ,_fdd *_ad .OutputIntents )error {_aagb ,_gaeb :=_ab .NewISOCoatedV2Gray1CBasOutputIntent (_cdgd .outputIntentSubtype ());if _gaeb !=nil {return _gaeb ;};if _gaeb =_fdd .Add (_aagb .ToPdfObject ()); -_gaeb !=nil {return _gaeb ;};return nil ;};func _aec (_dad bool ,_fea standardType )(pageColorspaceOptimizeFunc ,documentColorspaceOptimizeFunc ){var _febf ,_fbcgc ,_dbfd bool ;_aga :=func (_fbfge *_ad .Document ,_fbgc *_ad .Page ,_gcca []*_ad .Image )error {_fbcgc =true ; -for _ ,_eag :=range _gcca {switch _eag .Colorspace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ; -};};_fbd ,_bdc :=_fbgc .GetContents ();if !_bdc {return nil ;};for _ ,_egbb :=range _fbd {_gdb ,_fgb :=_egbb .GetData ();if _fgb !=nil {continue ;};_dge :=_fgd .NewContentStreamParser (string (_gdb ));_ffde ,_fgb :=_dge .Parse ();if _fgb !=nil {continue ; -};for _ ,_ebed :=range *_ffde {switch _ebed .Operand {case "\u0047","\u0067":_fbcgc =true ;case "\u0052\u0047","\u0072\u0067":_febf =true ;case "\u004b","\u006b":_dbfd =true ;case "\u0043\u0053","\u0063\u0073":if len (_ebed .Params )==0{continue ;};_aegd ,_egfad :=_aad .GetName (_ebed .Params [0]); -if !_egfad {continue ;};switch _aegd .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ;case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ; -};};};};_dgea :=_fbgc .FindXObjectForms ();for _ ,_ecd :=range _dgea {_aeb :=_fgd .NewContentStreamParser (string (_ecd .Stream ));_ggc ,_ebc :=_aeb .Parse ();if _ebc !=nil {continue ;};for _ ,_bcdf :=range *_ggc {switch _bcdf .Operand {case "\u0047","\u0067":_fbcgc =true ; -case "\u0052\u0047","\u0072\u0067":_febf =true ;case "\u004b","\u006b":_dbfd =true ;case "\u0043\u0053","\u0063\u0073":if len (_bcdf .Params )==0{continue ;};_gef ,_befd :=_aad .GetName (_bcdf .Params [0]);if !_befd {continue ;};switch _gef .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_febf =true ; -case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fbcgc =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_dbfd =true ;};};};_beeb ,_cafd :=_aad .GetArray (_fbgc .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073")); -if !_cafd {return nil ;};for _ ,_bfab :=range _beeb .Elements (){_aegc ,_aged :=_aad .GetDict (_bfab );if !_aged {continue ;};_cfec :=_aegc .Get ("\u0043");if _cfec ==nil {continue ;};_add ,_aged :=_aad .GetArray (_cfec );if !_aged {continue ;};switch _add .Len (){case 0:case 1:_fbcgc =true ; -case 3:_febf =true ;case 4:_dbfd =true ;};};};return nil ;};_adad :=func (_bada *_ad .Document ,_dff []*_ad .Image )error {_aeca ,_cfbf :=_bada .FindCatalog ();if !_cfbf {return nil ;};_deae ,_cfbf :=_aeca .GetOutputIntents ();if _cfbf &&_deae .Len ()> 0{return nil ; -};if !_cfbf {_deae =_aeca .NewOutputIntents ();};if !(_febf ||_dbfd ||_fbcgc ){return nil ;};defer _aeca .SetOutputIntents (_deae );if _febf &&!_dbfd &&!_fbcgc {return _eeb (_bada ,_fea ,_deae );};if _dbfd &&!_febf &&!_fbcgc {return _gcgf (_fea ,_deae ); -};if _fbcgc &&!_febf &&!_dbfd {return _acca (_fea ,_deae );};if (_febf &&_dbfd )||(_febf &&_fbcgc )||(_dbfd &&_fbcgc ){if _bde :=_egc (_dff ,_dad );_bde !=nil {return _bde ;};if _gcdg :=_affe (_bada ,_dad );_gcdg !=nil {return _gcdg ;};if _egaa :=_bbcg (_bada ,_dad ); -_egaa !=nil {return _egaa ;};if _feef :=_egbc (_bada ,_dad );_feef !=nil {return _feef ;};if _dad {return _gcgf (_fea ,_deae );};return _eeb (_bada ,_fea ,_deae );};return nil ;};return _aga ,_adad ;}; +MarshalPrefix string ;};func _gdcf (_gdad *_af .Document ,_bdceg bool )error {_febc ,_aedb :=_gdad .GetPages ();if !_aedb {return nil ;};for _ ,_gef :=range _febc {_acf :=_gef .FindXObjectForms ();for _ ,_gbf :=range _acf {_dafe ,_ggde :=_ff .NewXObjectFormFromStream (_gbf ); +if _ggde !=nil {return _ggde ;};_bacf ,_ggde :=_dafe .GetContentStream ();if _ggde !=nil {return _ggde ;};_fde :=_eaa .NewContentStreamParser (string (_bacf ));_dfc ,_ggde :=_fde .Parse ();if _ggde !=nil {return _ggde ;};_ceec ,_ggde :=_ccad (_dafe .Resources ,_dfc ,_bdceg ); +if _ggde !=nil {return _ggde ;};if len (_ceec )==0{continue ;};if _ggde =_dafe .SetContentStream (_ceec ,_ac .NewFlateEncoder ());_ggde !=nil {return _ggde ;};_dafe .ToPdfObject ();};};return nil ;};func _dffg (_bcdb *_ff .CompliancePdfReader )ViolatedRule {if _bcdb .ParserMetadata ().HasDataAfterEOF (){return _ecb ("\u0036.\u0031\u002e\u0033\u002d\u0033","\u004e\u006f\u0020\u0064\u0061ta\u0020\u0073h\u0061\u006c\u006c\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0020\u0074\u0068\u0065\u0020\u006c\u0061\u0073\u0074\u0020\u0065\u006e\u0064\u002d\u006f\u0066\u002d\u0066\u0069l\u0065\u0020\u006da\u0072\u006b\u0065\u0072\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0061 \u0073\u0069\u006e\u0067\u006ce\u0020\u006f\u0070\u0074\u0069\u006f\u006e\u0061\u006c \u0065\u006ed\u002do\u0066\u002d\u006c\u0069\u006e\u0065\u0020m\u0061\u0072\u006b\u0065\u0072\u002e"); +};return _be ;};func _agd (_gacd *_af .Document ,_fef func ()_eg .Time )error {_agff ,_ffgg :=_ff .NewPdfInfoFromObject (_gacd .Info );if _ffgg !=nil {return _ffgg ;};if _ecbg :=_acbd (_agff ,_fef );_ecbg !=nil {return _ecbg ;};_gacd .Info =_agff .ToPdfObject (); +return nil ;};func _ebbf (_dfe standardType ,_gbg *_af .OutputIntents )error {_gddf ,_egeg :=_fg .NewISOCoatedV2Gray1CBasOutputIntent (_dfe .outputIntentSubtype ());if _egeg !=nil {return _egeg ;};if _egeg =_gbg .Add (_gddf .ToPdfObject ());_egeg !=nil {return _egeg ; +};return nil ;}; -// Profile1B is the implementation of the PDF/A-1B standard profile. +// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-3 standard. +func (_abgbf *profile3 )ValidateStandard (r *_ff .CompliancePdfReader )error {_fdfa :=VerificationError {ConformanceLevel :_abgbf ._bafec ._fe ,ConformanceVariant :_abgbf ._bafec ._ge };if _beegd :=_accae (r );_beegd !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_beegd ); +};if _abc :=_beea (r );_abc !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_abc );};if _agfab :=_cgd (r );_agfab !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_agfab );};if _cdbgd :=_dffg (r );_cdbgd !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_cdbgd ); +};if _ffdc :=_ecgc (r );_ffdc !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_ffdc );};if _dcaf :=_fdda (r );len (_dcaf )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_dcaf ...);};if _gffg :=_aaag (r );len (_gffg )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_gffg ...); +};if _afga :=_dgca (r );len (_afga )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_afga ...);};if _eegf :=_effb (r );_eegf !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_eegf );};if _bffdd :=_aebc (r );len (_bffdd )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_bffdd ...); +};if _cgce :=_aabe (r );len (_cgce )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_cgce ...);};if _bccb :=_gbccg (r );_bccb !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_bccb );};if _gddec :=_afgc (r );len (_gddec )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_gddec ...); +};if _bad :=_cggg (r );len (_bad )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_bad ...);};if _fee :=_bcfa (r );_fee !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_fee );};if _cdeb :=_eeedc (r );len (_cdeb )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_cdeb ...); +};if _abcg :=_aeca (r );len (_abcg )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_abcg ...);};if _bggf :=_adgf (r );_bggf !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_bggf );};if _ccdce :=_dadd (r );len (_ccdce )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_ccdce ...); +};if _begg :=_cabd (r ,_abgbf ._bafec );len (_begg )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_begg ...);};if _dfae :=_fadee (r );len (_dfae )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_dfae ...);};if _faeg :=_ggdf (r );len (_faeg )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_faeg ...); +};if _ebbff :=_adbd (r );len (_ebbff )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_ebbff ...);};if _dccc :=_eegbc (r );_dccc !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_dccc );};if _ffaf :=_ccbc (r );len (_ffaf )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_ffaf ...); +};if _caeac :=_cgae (r );_caeac !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_caeac );};if _agfaa :=_feggd (r ,_abgbf ._bafec ,false );len (_agfaa )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_agfaa ...);};if _abgbf ._bafec ==_fab (){if _ccgb :=_faca (r ); +len (_ccgb )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_ccgb ...);};};if _bcd :=_fabb (r );len (_bcd )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_bcd ...);};if _gfcg :=_facg (r );len (_gfcg )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_gfcg ...); +};if _cbbc :=_fdbcd (r );len (_cbbc )!=0{_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_cbbc ...);};if _feeb :=_beca (r );_feeb !=_be {_fdfa .ViolatedRules =append (_fdfa .ViolatedRules ,_feeb );};if len (_fdfa .ViolatedRules )> 0{_d .Slice (_fdfa .ViolatedRules ,func (_cfdff ,_gecgb int )bool {return _fdfa .ViolatedRules [_cfdff ].RuleNo < _fdfa .ViolatedRules [_gecgb ].RuleNo ; +});return _fdfa ;};return nil ;}; + +// Profile2U is the implementation of the PDF/A-2U standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile2U struct{profile2 }; + +// NewProfile2U creates a new Profile2U with the given options. +func NewProfile2U (options *Profile2Options )*Profile2U {if options ==nil {options =DefaultProfile2Options ();};_eegb (options );return &Profile2U {profile2 {_ddgf :*options ,_ddgcg :_db ()}};};func _bfb (_befe *_af .Document ){if _befe .ID [0]!=""&&_befe .ID [1]!=""{return ; +};_befe .UseHashBasedID =true ;};func _cfff (_cfeg *_af .Document ,_cegb []pageColorspaceOptimizeFunc ,_abg []documentColorspaceOptimizeFunc )error {_ded ,_febe :=_cfeg .GetPages ();if !_febe {return nil ;};var _gebe []*_af .Image ;for _ecf ,_cdf :=range _ded {_gcfe ,_bgag :=_cdf .FindXObjectImages (); +if _bgag !=nil {return _bgag ;};for _ ,_cfb :=range _cegb {if _bgag =_cfb (_cfeg ,&_ded [_ecf ],_gcfe );_bgag !=nil {return _bgag ;};};_gebe =append (_gebe ,_gcfe ...);};for _ ,_gbc :=range _abg {if _cac :=_gbc (_cfeg ,_gebe );_cac !=nil {return _cac ; +};};return nil ;};type pageColorspaceOptimizeFunc func (_egcfe *_af .Document ,_eeb *_af .Page ,_aagg []*_af .Image )error ;func _beca (_defd *_ff .CompliancePdfReader )(_bfgae ViolatedRule ){_ggdff ,_agdb :=_faae (_defd );if !_agdb {return _be ;};if _ggdff .Get ("\u0052\u0065\u0071u\u0069\u0072\u0065\u006d\u0065\u006e\u0074\u0073")!=nil {return _ecb ("\u0036\u002e\u0031\u0031\u002d\u0031","Th\u0065\u0020d\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063a\u0074\u0061\u006c\u006f\u0067\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020R\u0065q\u0075\u0069\u0072\u0065\u006d\u0065\u006e\u0074s\u0020k\u0065\u0079."); +};return _be ;};type standardType struct{_fe int ;_ge string ;};type colorspaceModification struct{_egc _gb .ColorConverter ;_gbe _ff .PdfColorspace ;};func _fbgab (_gddd *_ff .PdfFont ,_fabfd *_ac .PdfObjectDictionary )ViolatedRule {const (_gfgca ="\u0036.\u0033\u002e\u0035\u002d\u0032"; +_fbaa ="\u0046\u006f\u0072\u0020\u0061l\u006c\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074 \u0073\u0075bs\u0065\u0074\u0073 \u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074he\u0020f\u006f\u006e\u0074\u0020\u0064\u0065s\u0063r\u0069\u0070\u0074o\u0072\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006ec\u006c\u0075\u0064e\u0020\u0061\u0020\u0043\u0068\u0061\u0072\u0053\u0065\u0074\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u0020\u006c\u0069\u0073\u0074\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0063\u0068\u0061\u0072a\u0063\u0074\u0065\u0072 \u006e\u0061\u006d\u0065\u0073\u0020d\u0065\u0066i\u006e\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020f\u006f\u006e\u0074\u0020s\u0075\u0062\u0073\u0065\u0074, \u0061\u0073 \u0064\u0065s\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e \u0050\u0044\u0046\u0020\u0052e\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0054\u0061\u0062\u006ce\u0020\u0035\u002e1\u0038\u002e"; +);var _fddfe string ;if _fffb ,_abdf :=_ac .GetName (_fabfd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_abdf {_fddfe =_fffb .String ();};if _fddfe !="\u0054\u0079\u0070e\u0031"{return _be ;};if _ed .IsStdFont (_ed .StdFontName (_gddd .BaseFont ())){return _be ; +};_dfcg :=_gddd .FontDescriptor ();if _dfcg .CharSet ==nil {return _ecb (_gfgca ,_fbaa );};return _be ;};func _fgda (_dgggf *_ac .PdfObjectDictionary ,_badfc map[*_ac .PdfObjectStream ][]byte ,_faag map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_ffdg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0033"; +_abee ="\u0041\u006c\u006c \u0043\u004d\u0061\u0070s\u0020\u0075\u0073ed\u0020\u0077\u0069\u0074\u0068i\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0065\u0078\u0063\u0065\u0070\u0074 th\u006f\u0073\u0065\u0020\u006ci\u0073\u0074\u0065\u0064\u0020i\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u00320\u00300\u002d1\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0037\u002e\u0035\u002e\u0032\u002c\u0020\u0054\u0061\u0062\u006c\u0065 \u0031\u00318,\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0069\u006e \u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u0020\u0061\u0073\u0020\u0064e\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020\u0049\u0053\u004f\u0020\u0033\u0032\u00300\u0030-\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u00209\u002e\u0037\u002e\u0035\u002e"; +);var _fffg string ;if _dfcbb ,_gbeef :=_ac .GetName (_dgggf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gbeef {_fffg =_dfcbb .String ();};if _fffg !="\u0054\u0079\u0070e\u0030"{return _be ;};_abddf :=_dgggf .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"); +if _egedf ,_abeef :=_ac .GetName (_abddf );_abeef {switch _egedf .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _be ;default:return _ecb (_ffdg ,_abee ); +};};_gcfcf ,_fdbd :=_ac .GetStream (_abddf );if !_fdbd {return _ecb (_ffdg ,_abee );};_ ,_acbba :=_aeea (_gcfcf ,_badfc ,_faag );if _acbba !=nil {return _ecb (_ffdg ,_abee );};return _be ;};func _bgce (_gegb *_ff .CompliancePdfReader )[]ViolatedRule {return nil }; +func _acab (_gedg *_ff .PdfFont ,_cfcbb *_ac .PdfObjectDictionary )ViolatedRule {const (_eaae ="\u0036.\u0033\u002e\u0037\u002d\u0032";_dcacf ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; +);var _aadeb string ;if _cfedg ,_dffc :=_ac .GetName (_cfcbb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dffc {_aadeb =_cfedg .String ();};if _aadeb !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _be ;};_ecdc :=_gedg .FontDescriptor (); +_cdaf ,_efdf :=_ac .GetIntVal (_ecdc .Flags );if !_efdf {_ee .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _ecb (_eaae ,_dcacf );};_efcff :=(uint32 (_cdaf )>>3)&1;_dabc :=_efcff !=0;if !_dabc {return _be ;};if _cfcbb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _ecb (_eaae ,_dcacf );};return _be ;}; + +// StandardName gets the name of the standard. +func (_bgcb *profile3 )StandardName ()string {return _e .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0033\u0025s",_bgcb ._bafec ._ge );};type documentImages struct{_dde ,_aa ,_eb bool ;_fcd map[_ac .PdfObject ]struct{};_dc []*imageInfo ;};func _bfgg (_ecac *_ff .CompliancePdfReader )(_abfe ViolatedRule ){for _ ,_fgcfb :=range _ecac .GetObjectNums (){_bbb ,_bgcba :=_ecac .GetIndirectObjectByNumber (_fgcfb ); +if _bgcba !=nil {continue ;};_ccabd ,_eebc :=_ac .GetStream (_bbb );if !_eebc {continue ;};_egdc ,_eebc :=_ac .GetName (_ccabd .Get ("\u0054\u0079\u0070\u0065"));if !_eebc {continue ;};if *_egdc !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_bfaa ,_eebc :=_ac .GetName (_ccabd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_eebc {continue ;};if *_bfaa =="\u0050\u0053"{return _ecb ("\u0036.\u0032\u002e\u0037\u002d\u0031","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073."); +};};return _abfe ;}; + +// StandardName gets the name of the standard. +func (_cgbg *profile2 )StandardName ()string {return _e .Sprintf ("\u0050D\u0046\u002f\u0041\u002d\u0032\u0025s",_cgbg ._ddgcg ._ge );};func _ebgf (_fbba *_ff .CompliancePdfReader )(_fbdce []ViolatedRule ){var _eeff ,_fcacg ,_fbeaa ,_dgcdd ,_bbbe ,_egdf bool ; +_efbe :=func ()bool {return _eeff &&_fcacg &&_fbeaa &&_dgcdd &&_bbbe &&_egdf };_fbeg :=func (_ddgff *_ac .PdfObjectDictionary )bool {if !_eeff &&_ddgff .Get ("\u0054\u0052")!=nil {_eeff =true ;_fbdce =append (_fbdce ,_ecb ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0054\u0052\u0020\u006b\u0065\u0079\u002e")); +};if _egdce :=_ddgff .Get ("\u0054\u0052\u0032");!_fcacg &&_egdce !=nil {_gabd ,_gfeb :=_ac .GetName (_egdce );if !_gfeb ||(_gfeb &&*_gabd !="\u0044e\u0066\u0061\u0075\u006c\u0074"){_fcacg =true ;_fbdce =append (_fbdce ,_ecb ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e \u0045\u0078\u0074G\u0053\u0074\u0061\u0074\u0065 \u0064\u0069\u0063\u0074\u0069on\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074a\u0069n\u0020\u0074\u0068\u0065\u0020\u0054R2 \u006b\u0065\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076al\u0075e\u0020\u006f\u0074\u0068e\u0072 \u0074h\u0061\u006e \u0044\u0065fa\u0075\u006c\u0074\u002e")); +if _efbe (){return true ;};};};if _gced :=_ddgff .Get ("\u0053\u004d\u0061s\u006b");!_fbeaa &&_gced !=nil {_ffed ,_fdca :=_ac .GetName (_gced );if !_fdca ||(_fdca &&*_ffed !="\u004e\u006f\u006e\u0065"){_fbeaa =true ;_fbdce =append (_fbdce ,_ecb ("\u0036\u002e\u0034-\u0031","\u0049\u0066\u0020\u0061\u006e \u0053\u004d\u0061\u0073\u006b\u0020\u006be\u0079\u0020\u0061\u0070\u0070\u0065\u0061\u0072\u0073\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0069\u0074s\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u004e\u006f\u006ee\u002e")); +if _efbe (){return true ;};};};if _babg :=_ddgff .Get ("\u0043\u0041");!_bbbe &&_babg !=nil {_eddd ,_bebad :=_ac .GetNumberAsFloat (_babg );if _bebad ==nil &&_eddd !=1.0{_bbbe =true ;_fbdce =append (_fbdce ,_ecb ("\u0036\u002e\u0034-\u0035","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0043\u0041 \u002d\u0020\u0031\u002e\u0030\u002e")); +if _efbe (){return true ;};};};if _ebafb :=_ddgff .Get ("\u0063\u0061");!_egdf &&_ebafb !=nil {_egbce ,_fbfb :=_ac .GetNumberAsFloat (_ebafb );if _fbfb ==nil &&_egbce !=1.0{_egdf =true ;_fbdce =append (_fbdce ,_ecb ("\u0036\u002e\u0034-\u0036","\u0054\u0068\u0065\u0020\u0066ol\u006c\u006fw\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0073\u002c\u0020\u0069\u0066\u0020\u0070\u0072\u0065\u0073\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078t\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068a\u006c\u006c\u0020\u0068\u0061v\u0065\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006cu\u0065\u0073 \u0073h\u006f\u0077\u006e\u003a\u0020\u0063\u0061 \u002d\u0020\u0031\u002e\u0030\u002e")); +if _efbe (){return true ;};};};if _ccdaa :=_ddgff .Get ("\u0042\u004d");!_dgcdd &&_ccdaa !=nil {_agbg ,_adegd :=_ac .GetName (_ccdaa );if _adegd {switch _agbg .String (){case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_dgcdd =true ; +_fbdce =append (_fbdce ,_ecb ("\u0036\u002e\u0034-\u0034","T\u0068\u0065\u0020\u0066\u006f\u006cl\u006f\u0077\u0069\u006e\u0067 \u006b\u0065y\u0073\u002c\u0020\u0069\u0066 \u0070res\u0065\u006e\u0074\u0020\u0069\u006e\u0020\u0061\u006e\u0020\u0045\u0078\u0074\u0047S\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u002c\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065 \u0074\u0068\u0065 \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0077n\u003a\u0020\u0042\u004d\u0020\u002d\u0020\u004e\u006f\u0072m\u0061\u006c\u0020\u006f\u0072\u0020\u0043\u006f\u006d\u0070\u0061t\u0069\u0062\u006c\u0065\u002e")); +if _efbe (){return true ;};};};};return false ;};for _ ,_egge :=range _fbba .PageList {_gdfd :=_egge .Resources ;if _gdfd ==nil {continue ;};if _gdfd .ExtGState ==nil {continue ;};_ffcb ,_ffcc :=_ac .GetDict (_gdfd .ExtGState );if !_ffcc {continue ;};_gaae :=_ffcb .Keys (); +for _ ,_cgadf :=range _gaae {_cgfbc ,_abde :=_ac .GetDict (_ffcb .Get (_cgadf ));if !_abde {continue ;};if _fbeg (_cgfbc ){return _fbdce ;};};};for _ ,_ecaa :=range _fbba .PageList {_edfg :=_ecaa .Resources ;if _edfg ==nil {continue ;};_efdb ,_fcae :=_ac .GetDict (_edfg .XObject ); +if !_fcae {continue ;};for _ ,_eccaa :=range _efdb .Keys (){_ggcfb ,_cgfa :=_ac .GetStream (_efdb .Get (_eccaa ));if !_cgfa {continue ;};_bege ,_cgfa :=_ac .GetDict (_ggcfb .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s"));if !_cgfa {continue ;};_cgcgd ,_cgfa :=_ac .GetDict (_bege .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if !_cgfa {continue ;};for _ ,_bbcd :=range _cgcgd .Keys (){_ccec ,_gbcc :=_ac .GetDict (_cgcgd .Get (_bbcd ));if !_gbcc {continue ;};if _fbeg (_ccec ){return _fbdce ;};};};};return _fbdce ;};func _ecda (_aegg *_ff .CompliancePdfReader )(*_ff .PdfOutputIntent ,bool ){_bcgg ,_eeef :=_bace (_aegg ); +if !_eeef {return nil ,false ;};_gbeg ,_bgbe :=_ff .NewPdfOutputIntentFromPdfObject (_bcgg );if _bgbe !=nil {return nil ,false ;};return _gbeg ,true ;}; + +// NewProfile2A creates a new Profile2A with given options. +func NewProfile2A (options *Profile2Options )*Profile2A {if options ==nil {options =DefaultProfile2Options ();};_eegb (options );return &Profile2A {profile2 {_ddgf :*options ,_ddgcg :_gdc ()}};};func _ccad (_adg *_ff .PdfPageResources ,_caag *_eaa .ContentStreamOperations ,_ffe bool )([]byte ,error ){var _dfd bool ; +for _ ,_aab :=range *_caag {_beeg :switch _aab .Operand {case "\u0042\u0049":_fbeb ,_bcbf :=_aab .Params [0].(*_eaa .ContentStreamInlineImage );if !_bcbf {break ;};_ebf ,_edc :=_fbeb .GetColorSpace (_adg );if _edc !=nil {return nil ,_edc ;};switch _ebf .(type ){case *_ff .PdfColorspaceDeviceCMYK :if _ffe {break _beeg ; +};case *_ff .PdfColorspaceDeviceGray :case *_ff .PdfColorspaceDeviceRGB :if !_ffe {break _beeg ;};default:break _beeg ;};_dfd =true ;_abge ,_edc :=_fbeb .ToImage (_adg );if _edc !=nil {return nil ,_edc ;};_aacc ,_edc :=_abge .ToGoImage ();if _edc !=nil {return nil ,_edc ; +};if _ffe {_aacc ,_edc =_gb .CMYKConverter .Convert (_aacc );}else {_aacc ,_edc =_gb .NRGBAConverter .Convert (_aacc );};if _edc !=nil {return nil ,_edc ;};_dbed ,_bcbf :=_aacc .(_gb .Image );if !_bcbf {return nil ,_g .New ("\u0069\u006d\u0061\u0067\u0065\u0020\u0064\u006f\u0065\u0073\u006e\u0027\u0074 \u0069\u006d\u0070\u006c\u0065\u006de\u006e\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0075\u0074\u0069\u006c\u002eI\u006d\u0061\u0067\u0065"); +};_cdab :=_dbed .Base ();_bdb :=_ff .Image {Width :int64 (_cdab .Width ),Height :int64 (_cdab .Height ),BitsPerComponent :int64 (_cdab .BitsPerComponent ),ColorComponents :_cdab .ColorComponents ,Data :_cdab .Data };_bdb .SetDecode (_cdab .Decode );_bdb .SetAlpha (_cdab .Alpha ); +_dfdd ,_edc :=_fbeb .GetEncoder ();if _edc !=nil {_dfdd =_ac .NewFlateEncoder ();};_adabd ,_edc :=_eaa .NewInlineImageFromImage (_bdb ,_dfdd );if _edc !=nil {return nil ,_edc ;};_aab .Params [0]=_adabd ;case "\u0047","\u0067":if len (_aab .Params )!=1{break ; +};_bafe ,_ecce :=_ac .GetNumberAsFloat (_aab .Params [0]);if _ecce !=nil {break ;};if _ffe {_aab .Params =[]_ac .PdfObject {_ac .MakeFloat (0),_ac .MakeFloat (0),_ac .MakeFloat (0),_ac .MakeFloat (1-_bafe )};_beb :="\u004b";if _aab .Operand =="\u0067"{_beb ="\u006b"; +};_aab .Operand =_beb ;}else {_aab .Params =[]_ac .PdfObject {_ac .MakeFloat (_bafe ),_ac .MakeFloat (_bafe ),_ac .MakeFloat (_bafe )};_cebe :="\u0052\u0047";if _aab .Operand =="\u0067"{_cebe ="\u0072\u0067";};_aab .Operand =_cebe ;};_dfd =true ;case "\u0052\u0047","\u0072\u0067":if !_ffe {break ; +};if len (_aab .Params )!=3{break ;};_fdef ,_dcf :=_ac .GetNumbersAsFloat (_aab .Params );if _dcf !=nil {break ;};_dfd =true ;_bcee ,_dcdg ,_cde :=_fdef [0],_fdef [1],_fdef [2];_caba ,_bdgg ,_acec ,_acd :=_da .RGBToCMYK (uint8 (_bcee *255),uint8 (_dcdg *255),uint8 (255*_cde )); +_aab .Params =[]_ac .PdfObject {_ac .MakeFloat (float64 (_caba )/255),_ac .MakeFloat (float64 (_bdgg )/255),_ac .MakeFloat (float64 (_acec )/255),_ac .MakeFloat (float64 (_acd )/255)};_eca :="\u004b";if _aab .Operand =="\u0072\u0067"{_eca ="\u006b";};_aab .Operand =_eca ; +case "\u004b","\u006b":if _ffe {break ;};if len (_aab .Params )!=4{break ;};_fdgf ,_aafb :=_ac .GetNumbersAsFloat (_aab .Params );if _aafb !=nil {break ;};_aaaa ,_gcde ,_bcec ,_addb :=_fdgf [0],_fdgf [1],_fdgf [2],_fdgf [3];_bbad ,_cbd ,_bgad :=_da .CMYKToRGB (uint8 (255*_aaaa ),uint8 (255*_gcde ),uint8 (255*_bcec ),uint8 (255*_addb )); +_aab .Params =[]_ac .PdfObject {_ac .MakeFloat (float64 (_bbad )/255),_ac .MakeFloat (float64 (_cbd )/255),_ac .MakeFloat (float64 (_bgad )/255)};_bbadc :="\u0052\u0047";if _aab .Operand =="\u006b"{_bbadc ="\u0072\u0067";};_aab .Operand =_bbadc ;_dfd =true ; +};};if !_dfd {return nil ,nil ;};_affg :=_eaa .NewContentCreator ();for _ ,_geg :=range *_caag {_affg .AddOperand (*_geg );};_aeg :=_affg .Bytes ();return _aeg ,nil ;};func _eeedc (_cffa *_ff .CompliancePdfReader )(_fec []ViolatedRule ){var _gbdae ,_agcc ,_dcfg ,_ccfa ,_cbabb ,_efgef ,_dbff bool ; +_dcgbe :=map[*_ac .PdfObjectStream ]struct{}{};for _ ,_gfgce :=range _cffa .GetObjectNums (){if _gbdae &&_agcc &&_cbabb &&_dcfg &&_ccfa &&_efgef &&_dbff {return _fec ;};_ddgcgg ,_ebfea :=_cffa .GetIndirectObjectByNumber (_gfgce );if _ebfea !=nil {continue ; +};_dbca ,_abcd :=_ac .GetStream (_ddgcgg );if !_abcd {continue ;};if _ ,_abcd =_dcgbe [_dbca ];_abcd {continue ;};_dcgbe [_dbca ]=struct{}{};_ddfb ,_abcd :=_ac .GetName (_dbca .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_abcd {continue ;};if !_ccfa {if _dbca .Get ("\u0052\u0065\u0066")!=nil {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0039\u002d\u0032","\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068a\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0058O\u0062\u006a\u0065\u0063\u0074s\u002e")); +_ccfa =true ;};};if _ddfb .String ()=="\u0050\u0053"{if !_efgef {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0039\u002d\u0033","A \u0063\u006fn\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066i\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0050\u006f\u0073t\u0053c\u0072\u0069\u0070\u0074\u0020\u0058\u004f\u0062j\u0065c\u0074\u0073.")); +_efgef =true ;continue ;};};if _ddfb .String ()=="\u0046\u006f\u0072\u006d"{if _agcc &&_dcfg &&_ccfa {continue ;};if !_agcc &&_dbca .Get ("\u004f\u0050\u0049")!=nil {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d \u0058\u004f\u0062j\u0065\u0063\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); +_agcc =true ;};if !_dcfg {if _dbca .Get ("\u0050\u0053")!=nil {_dcfg =true ;};if _afffc :=_dbca .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_afffc !=nil &&!_dcfg {if _bgac ,_abcad :=_ac .GetName (_afffc );_abcad &&*_bgac =="\u0050\u0053"{_dcfg =true ; +};};if _dcfg {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065y \u0077\u0069\u0074\u0068\u0020\u0061\u0020\u0076\u0061\u006cu\u0065 o\u0066 \u0050\u0053\u0020\u0061\u006e\u0064\u0020t\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e")); +};};continue ;};if _ddfb .String ()!="\u0049\u006d\u0061g\u0065"{continue ;};if !_gbdae &&_dbca .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0038\u002d\u0031","\u0041\u006e\u0020\u0049m\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073\u0020\u006b\u0065\u0079\u002e")); +_gbdae =true ;};if !_dbff &&_dbca .Get ("\u004f\u0050\u0049")!=nil {_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0038\u002d\u0032","\u0041\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020t\u0068\u0065\u0020\u004f\u0050\u0049\u0020\u006b\u0065\u0079\u002e")); +_dbff =true ;};if !_cbabb &&_dbca .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")!=nil {_ccfae ,_eaaa :=_ac .GetBool (_dbca .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065"));if _eaaa &&bool (*_ccfae ){continue ; +};_fec =append (_fec ,_ecb ("\u0036.\u0032\u002e\u0038\u002d\u0033","\u0049\u0066 a\u006e\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0063o\u006e\u0074\u0061\u0069n\u0073\u0020\u0074\u0068e \u0049\u006et\u0065r\u0070\u006f\u006c\u0061\u0074\u0065 \u006b\u0065\u0079,\u0020\u0069t\u0073\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020b\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +_cbabb =true ;};};return _fec ;}; + +// Part gets the PDF/A version level. +func (_daeb *profile2 )Part ()int {return _daeb ._ddgcg ._fe };func _fcea (_gbce *_ff .CompliancePdfReader )(_bcbbg []ViolatedRule ){for _ ,_cgcfa :=range _gbce .GetObjectNums (){_cefd ,_dddb :=_gbce .GetIndirectObjectByNumber (_cgcfa );if _dddb !=nil {continue ; +};_eegbg ,_dceb :=_ac .GetDict (_cefd );if !_dceb {continue ;};_aaba ,_dceb :=_ac .GetName (_eegbg .Get ("\u0054\u0079\u0070\u0065"));if !_dceb {continue ;};if _aaba .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_cgcec ,_dceb :=_ac .GetBool (_eegbg .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); +if !_dceb {return _bcbbg ;};if bool (*_cgcec ){_bcbbg =append (_bcbbg ,_ecb ("\u0036\u002e\u0039-\u0031","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); +};};return _bcbbg ;};func _ccab (_cdgd *_af .Document ,_agc *_af .Page ,_faa []*_af .Image )error {for _ ,_bdgcg :=range _faa {if _bdgcg .SMask ==nil {continue ;};_cceb ,_aeag :=_ff .NewXObjectImageFromStream (_bdgcg .Stream );if _aeag !=nil {return _aeag ; +};_egea ,_aeag :=_cceb .ToImage ();if _aeag !=nil {return _aeag ;};_adcb ,_aeag :=_egea .ToGoImage ();if _aeag !=nil {return _aeag ;};_bedb ,_aeag :=_gb .RGBAConverter .Convert (_adcb );if _aeag !=nil {return _aeag ;};_abac :=_bedb .Base ();_dbab :=&_ff .Image {Width :int64 (_abac .Width ),Height :int64 (_abac .Height ),BitsPerComponent :int64 (_abac .BitsPerComponent ),ColorComponents :_abac .ColorComponents ,Data :_abac .Data }; +_dbab .SetDecode (_abac .Decode );_dbab .SetAlpha (_abac .Alpha );if _aeag =_cceb .SetImage (_dbab ,nil );_aeag !=nil {return _aeag ;};_cceb .SMask =_ac .MakeNull ();var _fff _ac .PdfObject ;_fcef :=-1;for _fcef ,_fff =range _cdgd .Objects {if _fff ==_bdgcg .SMask .Stream {break ; +};};if _fcef !=-1{_cdgd .Objects =append (_cdgd .Objects [:_fcef ],_cdgd .Objects [_fcef +1:]...);};_bdgcg .SMask =nil ;_cceb .ToPdfObject ();};return nil ;}; + +// NewProfile3U creates a new Profile3U with the given options. +func NewProfile3U (options *Profile3Options )*Profile3U {if options ==nil {options =DefaultProfile3Options ();};_febce (options );return &Profile3U {profile3 {_bdadf :*options ,_bafec :_dbe ()}};};func _aaag (_cgcaf *_ff .CompliancePdfReader )(_cbaf []ViolatedRule ){var _eaad ,_cafd ,_gbba bool ; +if _cgcaf .ParserMetadata ().HasNonConformantStream (){_cbaf =[]ViolatedRule {_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0032","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; +};for _ ,_dfab :=range _cgcaf .GetObjectNums (){_cacdc ,_ :=_cgcaf .GetIndirectObjectByNumber (_dfab );if _cacdc ==nil {continue ;};_eceg ,_agacf :=_ac .GetStream (_cacdc );if !_agacf {continue ;};if !_eaad {_cbfb :=_eceg .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); +if _cbfb ==nil {_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); +_eaad =true ;}else {_cede ,_dabac :=_ac .GetIntVal (_cbfb );if !_dabac {_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0031","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); +_eaad =true ;}else {if len (_eceg .Stream )!=_cede {_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0031","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); +_eaad =true ;};};};};if !_cafd {if _eceg .Get ("\u0046")!=nil {_cafd =true ;_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +};if _eceg .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_cafd {_cafd =true ;_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};if _eceg .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_cafd {_cafd =true ;_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020'\u0046\u0027,\u0020\u0027F\u0046\u0069\u006c\u0074\u0065\u0072\u0027\u002c\u0020\u006f\u0072\u0020\u0027FD\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061m\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};};if !_gbba {_ecfcd ,_cfbc :=_ac .GetName (_ac .TraceToDirectObject (_eceg .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_cfbc {continue ;};if *_ecfcd ==_ac .StreamEncodingFilterNameLZW {_gbba =true ;_cbaf =append (_cbaf ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0034","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); +};};};return _cbaf ;};func _cfdd (_cafg *Profile1Options ){if _cafg .Now ==nil {_cafg .Now =_eg .Now ;};}; + +// String gets a string representation of the violated rule. +func (_fbc ViolatedRule )String ()string {return _e .Sprintf ("\u0025\u0073\u003a\u0020\u0025\u0073",_fbc .RuleNo ,_fbc .Detail );}; + +// Part gets the PDF/A version level. +func (_bccc *profile1 )Part ()int {return _bccc ._bbae ._fe };func _febce (_def *Profile3Options ){if _def .Now ==nil {_def .Now =_eg .Now ;};};func _fdbcd (_dbgdf *_ff .CompliancePdfReader )(_fbbad []ViolatedRule ){_edbg ,_baaf :=_faae (_dbgdf );if !_baaf {return _fbbad ; +};_gdce ,_baaf :=_ac .GetDict (_edbg .Get ("\u004e\u0061\u006de\u0073"));if !_baaf {return _fbbad ;};if _gdce .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_fbbad =append (_fbbad ,_ecb ("\u0036\u002e\u0031\u0030\u002d\u0031","T\u0068\u0065\u0072e\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u006e\u006f\u0020\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0050\u0072\u0065s\u0065\u006e\u0074a\u0074\u0069\u006f\u006e\u0073\u0020\u0065\u006e\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068\u0065 \u0064\u006f\u0063\u0075m\u0065\u006e\u0074\u0027\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006fn\u0061\u0072\u0079\u002e")); +};return _fbbad ;};func _dgcdf (_aecb *_ff .CompliancePdfReader )ViolatedRule {_aeadd :=map[*_ac .PdfObjectStream ]struct{}{};for _ ,_bgbcb :=range _aecb .PageList {if _bgbcb .Resources ==nil &&_bgbcb .Contents ==nil {continue ;};if _adedb :=_bgbcb .GetPageDict (); +_adedb !=nil {_fafa ,_effad :=_ac .GetDict (_adedb .Get ("\u0047\u0072\u006fu\u0070"));if _effad {if _cafc :=_fafa .Get ("\u0053");_cafc !=nil {_cecf ,_efe :=_ac .GetName (_cafc );if _efe &&_cecf .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _ecb ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};};};if _bgbcb .Resources !=nil {if _dgead ,_dfbb :=_ac .GetDict (_bgbcb .Resources .XObject );_dfbb {for _ ,_ddbac :=range _dgead .Keys (){_cdebc ,_gfebb :=_ac .GetStream (_dgead .Get (_ddbac ));if !_gfebb {continue ;};if _ ,_aeecg :=_aeadd [_cdebc ]; +_aeecg {continue ;};_fcfbd ,_gfebb :=_ac .GetDict (_cdebc .Get ("\u0047\u0072\u006fu\u0070"));if !_gfebb {_aeadd [_cdebc ]=struct{}{};continue ;};_gagc :=_fcfbd .Get ("\u0053");if _gagc !=nil {_fcfea ,_dfce :=_ac .GetName (_gagc );if _dfce &&_fcfea .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _ecb ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};_aeadd [_cdebc ]=struct{}{};continue ;};};};if _bgbcb .Contents !=nil {_ebeff ,_baeg :=_bgbcb .GetContentStreams ();if _baeg !=nil {continue ;};for _ ,_gged :=range _ebeff {_cgcf ,_deeb :=_eaa .NewContentStreamParser (_gged ).Parse ();if _deeb !=nil {continue ; +};for _ ,_ddgcge :=range *_cgcf {if len (_ddgcge .Params )==0{continue ;};_fbdca ,_debcb :=_ac .GetName (_ddgcge .Params [0]);if !_debcb {continue ;};_dadb ,_aedc :=_bgbcb .Resources .GetXObjectByName (*_fbdca );if _aedc !=_ff .XObjectTypeForm {continue ; +};if _ ,_abef :=_aeadd [_dadb ];_abef {continue ;};_gadf ,_debcb :=_ac .GetDict (_dadb .Get ("\u0047\u0072\u006fu\u0070"));if !_debcb {_aeadd [_dadb ]=struct{}{};continue ;};_ccbd :=_gadf .Get ("\u0053");if _ccbd !=nil {_fdgc ,_eebd :=_ac .GetName (_ccbd ); +if _eebd &&_fdgc .String ()=="\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079"{return _ecb ("\u0036\u002e\u0034-\u0033","\u0041\u0020\u0047\u0072\u006f\u0075\u0070\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020\u0053\u0020\u0078Ob\u006a\u0065c\u0074\u0020\u0077\u0069\u0074h\u0020\u0061\u0020\u0076a\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061\u006e\u0073\u0070\u0061\u0072\u0065\u006e\u0063\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u006eo\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064\u0065\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0066\u006f\u0072\u006d\u0020\u0058\u004f\u0062je\u0063\u0074\u002e\n\u0041 \u0047\u0072\u006f\u0075p\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u006e\u0020S\u0020\u0078\u004fb\u006a\u0065\u0063\u0074\u0020\u0077\u0069\u0074\u0068\u0020\u0061\u0020v\u0061\u006c\u0075\u0065\u0020o\u0066\u0020\u0054\u0072\u0061n\u0073\u0070\u0061\u0072\u0065\u006ec\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020i\u006e\u0063\u006c\u0075\u0064e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0070\u0061\u0067\u0065\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"); +};};_aeadd [_dadb ]=struct{}{};};};};};return _be ;};func _dadcc (_dbgg *_ff .CompliancePdfReader ,_aega standardType ,_efcbd bool )(_afae []ViolatedRule ){_geege ,_cdcg :=_faae (_dbgg );if !_cdcg {return []ViolatedRule {_ecb ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u0063a\u0074a\u006c\u006f\u0067\u0020\u006eo\u0074\u0020f\u006f\u0075\u006e\u0064\u002e")}; +};_cdae :=_geege .Get ("\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061");if _cdae ==nil {return []ViolatedRule {_ecb ("\u0036.\u0037\u002e\u0032\u002d\u0031","\u006e\u006f\u0020\u0027\u004d\u0065\u0074\u0061d\u0061\u0074\u0061' \u006b\u0065\u0079\u0020\u0066\u006fu\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006co\u0067\u002e"),_ecb ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; +};_faeb ,_cdcg :=_ac .GetStream (_cdae );if !_cdcg {return []ViolatedRule {_ecb ("\u0036.\u0037\u002e\u0032\u002d\u0032","\u0063\u0061\u0074a\u006c\u006f\u0067\u0020\u0027\u004d\u0065\u0074\u0061\u0064\u0061\u0074\u0061\u0027\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020a\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u002e"),_ecb ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")}; +};if _faeb .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")!=nil {_afae =append (_afae ,_ecb ("\u0036.\u0037\u002e\u0032\u002d\u0032","M\u0065\u0074a\u0064\u0061\u0074\u0061\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006c\u006c \u006e\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074h\u0065\u0020\u0046\u0069\u006c\u0074\u0065\u0072\u0020\u006b\u0065y\u002e")); +};_bbbea ,_debaf :=_ca .LoadDocument (_faeb .Stream );if _debaf !=nil {return []ViolatedRule {_ecb ("\u0036.\u0037\u002e\u0039\u002d\u0031","The\u0020\u006d\u0065\u0074a\u0064\u0061t\u0061\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0063o\u006e\u0066\u006f\u0072\u006d\u0020\u0074o\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0061\u006e\u0064\u0020\u0077\u0065\u006c\u006c\u0020\u0066\u006f\u0072\u006de\u0064\u0020\u0050\u0044\u0046\u0041\u0045\u0078\u0074e\u006e\u0073\u0069\u006f\u006e\u0020\u0053\u0063\u0068\u0065\u006da\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0073\u002e")}; +};_cgfd :=_bbbea .GetGoXmpDocument ();var _agfb []*_dge .Namespace ;for _ ,_abae :=range _cgfd .Namespaces (){switch _abae .Name {case _ea .NsDc .Name ,_dda .NsPDF .Name ,_gd .NsXmp .Name ,_fa .NsXmpRights .Name ,_gg .Namespace .Name ,_fc .Namespace .Name ,_dd .NsXmpMM .Name ,_fc .FieldNS .Name ,_fc .SchemaNS .Name ,_fc .PropertyNS .Name ,"\u0073\u0074\u0045v\u0074","\u0073\u0074\u0056e\u0072","\u0073\u0074\u0052e\u0066","\u0073\u0074\u0044i\u006d","\u0078a\u0070\u0047\u0049\u006d\u0067","\u0073\u0074\u004ao\u0062","\u0078\u006d\u0070\u0069\u0064\u0071":continue ; +};_agfb =append (_agfb ,_abae );};_dgcee :=true ;_beged ,_debaf :=_bbbea .GetPdfaExtensionSchemas ();if _debaf ==nil {for _ ,_egcfg :=range _agfb {var _bdge bool ;for _dged :=range _beged {if _egcfg .URI ==_beged [_dged ].NamespaceURI {_bdge =true ;break ; +};};if !_bdge {_dgcee =false ;break ;};};}else {_dgcee =false ;};if !_dgcee {_afae =append (_afae ,_ecb ("\u0036.\u0037\u002e\u0039\u002d\u0032","\u0050\u0072\u006f\u0070\u0065\u0072\u0074i\u0065\u0073 \u0073\u0070\u0065\u0063\u0069\u0066\u0069ed\u0020\u0069\u006e\u0020\u0058M\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0073\u0068\u0061\u006cl\u0020\u0075\u0073\u0065\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073 \u0064\u0065\u0066i\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0053\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006fn\u002c\u0020\u006f\u0072\u0020\u0065\u0078\u0074\u0065ns\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u0074\u0068\u0061\u0074 \u0063\u006f\u006d\u0070\u006c\u0079\u0020\u0077\u0069\u0074h\u0020\u0058\u004d\u0050\u0020\u0053\u0070e\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002e")); +};_fegfa ,_debaf :=_dbgg .GetPdfInfo ();if _debaf ==nil {if !_affbg (_fegfa ,_bbbea ){_afae =append (_afae ,_ecb ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); +};}else if _ ,_dabe :=_bbbea .GetMediaManagement ();_dabe {_afae =append (_afae ,_ecb ("\u0036.\u0037\u002e\u0033\u002d\u0031","\u0049\u0066\u0020\u005b\u0061\u0020\u0064\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0069\u006e\u0066o\u0072\u006d\u0061t\u0069\u006f\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u0070p\u0065\u0061r\u0073\u0020\u0069n\u0020\u0061 \u0064\u006f\u0063um\u0065\u006e\u0074\u005d\u002c\u0020\u0074\u0068\u0065n\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0069\u0074\u0073\u0020\u0065\u006e\u0074\u0072\u0069\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0068\u0061\u0076\u0065\u0020\u0061\u006e\u0061\u006c\u006f\u0067\u006fu\u0073\u0020\u0070\u0072\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073 \u0069\u006e\u0020\u0070\u0072\u0065\u0064e\u0066\u0069\u006e\u0065\u0064\u0020\u0058\u004d\u0050\u0020\u0073\u0063\u0068\u0065\u006d\u0061\u0073\u0020\u2026 \u0073\u0068\u0061\u006c\u006c\u0020\u0061\u006c\u0073\u006f\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065d\u0020\u0069\u006e\u0020\u0074he\u0020\u0066i\u006c\u0065 \u0069\u006e\u0020\u0058\u004d\u0050\u0020\u0066\u006f\u0072\u006d\u0020\u0077\u0069\u0074\u0068\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u002e")); +};_cfcff ,_cdcg :=_bbbea .GetPdfAID ();if !_cdcg {_afae =append (_afae ,_ecb ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0031","\u0054\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0061n\u0064\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006ec\u0065\u0020\u006c\u0065\u0076\u0065l\u0020\u006f\u0066\u0020\u0061\u0020\u0066\u0069\u006c\u0065\u0020\u0073h\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0070e\u0063\u0069\u0066\u0069\u0065\u0064\u0020\u0075\u0073\u0069\u006e\u0067\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0065\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e\u0020\u0073\u0063h\u0065\u006da.")); +}else {if _cfcff .Part !=_aega ._fe {_afae =append (_afae ,_ecb ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0032","\u0054h\u0065\u0020\u0076\u0061lue\u0020\u006f\u0066\u0020p\u0064\u0066\u0061\u0069\u0064\u003a\u0070\u0061\u0072\u0074 \u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0061\u0072\u0074\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0049\u0053\u004f\u002019\u0030\u0030\u0035 \u0074\u006f\u0020\u0077\u0068i\u0063h\u0020\u0074\u0068\u0065\u0020\u0066\u0069\u006c\u0065 \u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0073\u002e")); +};if _aega ._ge =="\u0041"&&_cfcff .Conformance !="\u0041"{_afae =append (_afae ,_ecb ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); +}else if _aega ._ge =="\u0042"&&(_cfcff .Conformance !="\u0041"&&_cfcff .Conformance !="\u0042"){_afae =append (_afae ,_ecb ("\u0036\u002e\u0037\u002e\u0031\u0031\u002d\u0033","\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0041\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065 \u0073\u0068\u0061\u006c\u006c\u0020s\u0070\u0065\u0063i\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069\u0064\u003a\u0063o\u006e\u0066\u006fr\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0041\u002e\u0020\u0041\u0020\u004c\u0065\u0076e\u006c\u0020\u0042\u0020\u0063\u006f\u006e\u0066o\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0070\u0064\u0066\u0061\u0069d\u003a\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065\u0020\u0061\u0073\u0020\u0042\u002e")); +};};return _afae ;};func _cbc (_dca []_ac .PdfObject )(*documentImages ,error ){_feg :=_ac .PdfObjectName ("\u0053u\u0062\u0074\u0079\u0070\u0065");_gf :=make (map[*_ac .PdfObjectStream ]struct{});_ddf :=make (map[_ac .PdfObject ]struct{});var (_ag ,_bd ,_bgd bool ; +_gga []*imageInfo ;_adf error ;);for _ ,_cd :=range _dca {_ba ,_gff :=_ac .GetStream (_cd );if !_gff {continue ;};if _ ,_ecd :=_gf [_ba ];_ecd {continue ;};_gf [_ba ]=struct{}{};_bdg :=_ba .PdfObjectDictionary .Get (_feg );_cdg ,_gff :=_ac .GetName (_bdg ); +if !_gff ||string (*_cdg )!="\u0049\u006d\u0061g\u0065"{continue ;};if _bac :=_ba .PdfObjectDictionary .Get ("\u0053\u004d\u0061s\u006b");_bac !=nil {_ddf [_bac ]=struct{}{};};_ddae :=imageInfo {BitsPerComponent :8,Stream :_ba };_ddae .ColorSpace ,_adf =_ff .DetermineColorspaceNameFromPdfObject (_ba .PdfObjectDictionary .Get ("\u0043\u006f\u006c\u006f\u0072\u0053\u0070\u0061\u0063\u0065")); +if _adf !=nil {return nil ,_adf ;};if _de ,_ccd :=_ac .GetIntVal (_ba .PdfObjectDictionary .Get ("\u0042\u0069t\u0073\u0050\u0065r\u0043\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074"));_ccd {_ddae .BitsPerComponent =_de ;};if _aga ,_dcd :=_ac .GetIntVal (_ba .PdfObjectDictionary .Get ("\u0057\u0069\u0064t\u0068")); +_dcd {_ddae .Width =_aga ;};if _ece ,_afg :=_ac .GetIntVal (_ba .PdfObjectDictionary .Get ("\u0048\u0065\u0069\u0067\u0068\u0074"));_afg {_ddae .Height =_ece ;};switch _ddae .ColorSpace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_bgd =true ; +_ddae .ColorComponents =1;case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_ag =true ;_ddae .ColorComponents =3;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_bd =true ;_ddae .ColorComponents =4;default:_ddae ._eaaf =true ;};_gga =append (_gga ,&_ddae ); +};if len (_ddf )> 0{if len (_ddf )==len (_gga ){_gga =nil ;}else {_bb :=make ([]*imageInfo ,len (_gga )-len (_ddf ));var _bdd int ;for _ ,_ege :=range _gga {if _ ,_fbe :=_ddf [_ege .Stream ];_fbe {continue ;};_bb [_bdd ]=_ege ;_bdd ++;};_gga =_bb ;};}; +return &documentImages {_dde :_ag ,_aa :_bd ,_eb :_bgd ,_fcd :_ddf ,_dc :_gga },nil ;}; + +// Profile is the model.StandardImplementer enhanced by the information about the profile conformance level. +type Profile interface{_ff .StandardImplementer ;Conformance ()string ;Part ()int ;}; + +// Profile1Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile1Options struct{ + +// CMYKDefaultColorSpace is an option that refers PDF/A-1 +CMYKDefaultColorSpace bool ; + +// Now is a function that returns current time. +Now func ()_eg .Time ; + +// Xmp is the xmp options information. +Xmp XmpOptions ;};func _eef (_bfff *_af .Document )error {for _ ,_aaff :=range _bfff .Objects {_cgg ,_ead :=_ac .GetDict (_aaff );if !_ead {continue ;};_beff :=_cgg .Get ("\u0054\u0079\u0070\u0065");if _beff ==nil {continue ;};if _ga ,_dbc :=_ac .GetName (_beff ); +_dbc &&_ga .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_efg ,_gae :=_ac .GetBool (_cgg .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073"));if _gae {if bool (*_efg ){_cgg .Set ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073",_ac .MakeBool (false )); +};};_efc :=_cgg .Get ("\u0041");if _efc !=nil {_cgg .Remove ("\u0041");};_egg ,_gae :=_ac .GetArray (_cgg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if _gae {for _cgf :=0;_cgf < _egg .Len ();_cgf ++{_ccdc ,_ebe :=_ac .GetDict (_egg .Get (_cgf ));if !_ebe {continue ; +};if _ccdc .Get ("\u0041\u0041")!=nil {_ccdc .Remove ("\u0041\u0041");};};};};return nil ;}; + +// DefaultProfile3Options the default options for the Profile3. +func DefaultProfile3Options ()*Profile3Options {return &Profile3Options {Now :_eg .Now ,Xmp :XmpOptions {MarshalIndent :"\u0009"}};};func _dcbc (_gebac *_ff .CompliancePdfReader )(_aadg []ViolatedRule ){var (_cgca ,_aebd ,_aaggb ,_begc ,_aafdg ,_cga ,_aeedd bool ; +_fade func (_ac .PdfObject ););_fade =func (_gaec _ac .PdfObject ){switch _aefaa :=_gaec .(type ){case *_ac .PdfObjectInteger :if !_cgca &&(int64 (*_aefaa )> _fd .MaxInt32 ||int64 (*_aefaa )< -_fd .MaxInt32 ){_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); +_cgca =true ;};case *_ac .PdfObjectFloat :if !_aebd &&(_fd .Abs (float64 (*_aefaa ))> 32767.0){_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0032","\u0041\u0062\u0073\u006f\u006c\u0075\u0074\u0065\u0020\u0072\u0065\u0061\u006c\u0020\u0076\u0061\u006c\u0075\u0065\u0020m\u0075\u0073\u0074\u0020\u0062\u0065\u0020\u006c\u0065s\u0073\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075a\u006c\u0020\u0074\u006f\u0020\u00332\u0037\u0036\u0037.\u0030\u002e")); +};case *_ac .PdfObjectString :if !_aaggb &&len ([]byte (_aefaa .Str ()))> 65535{_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0036\u0035\u0035\u0033\u0035\u002e")); +_aaggb =true ;};case *_ac .PdfObjectName :if !_begc &&len ([]byte (*_aefaa ))> 127{_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); +_begc =true ;};case *_ac .PdfObjectArray :if !_aafdg &&_aefaa .Len ()> 8191{_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0035","\u004d\u0061\u0078\u0069\u006d\u0075m\u0020\u006c\u0065\u006e\u0067\u0074\u0068\u0020\u006f\u0066\u0020\u0061\u006e\u0020\u0061\u0072\u0072\u0061\u0079\u0020(\u0069\u006e\u0020\u0065\u006c\u0065\u006d\u0065\u006e\u0074\u0073\u0029\u0020\u0069s\u00208\u0031\u0039\u0031\u002e")); +_aafdg =true ;};for _ ,_fcgc :=range _aefaa .Elements (){_fade (_fcgc );};if !_aeedd &&(_aefaa .Len ()==4||_aefaa .Len ()==5){_cggf ,_feac :=_ac .GetName (_aefaa .Get (0));if !_feac {return ;};if *_cggf !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ; +};_fceg :=_aefaa .Get (1);_fceg =_ac .TraceToDirectObject (_fceg );_aecd ,_feac :=_ac .GetArray (_fceg );if !_feac {return ;};if _aecd .Len ()> 8{_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0039","\u004d\u0061\u0078i\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065n\u0074\u0073\u0020\u0069\u0073\u0020\u0038\u002e")); +_aeedd =true ;};};case *_ac .PdfObjectDictionary :_deacf :=_aefaa .Keys ();if !_cga &&len (_deacf )> 4095{_aadg =append (_aadg ,_ecb ("\u0036.\u0031\u002e\u0031\u0032\u002d\u00311","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u0063\u0061\u0070\u0061\u0063\u0069\u0074y\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0028\u0069\u006e\u0020\u0065\u006e\u0074\u0072\u0069es\u0029\u0020\u0069\u0073\u0020\u0034\u0030\u0039\u0035\u002e")); +_cga =true ;};for _eagc ,_eaafd :=range _deacf {_fade (&_deacf [_eagc ]);_fade (_aefaa .Get (_eaafd ));};case *_ac .PdfObjectStream :_fade (_aefaa .PdfObjectDictionary );case *_ac .PdfObjectStreams :for _ ,_cebdf :=range _aefaa .Elements (){_fade (_cebdf ); +};case *_ac .PdfObjectReference :_fade (_aefaa .Resolve ());};};_gdcg :=_gebac .GetObjectNums ();if len (_gdcg )> 8388607{_aadg =append (_aadg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0032\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); +};for _ ,_baeb :=range _gdcg {_aafbb ,_dagc :=_gebac .GetIndirectObjectByNumber (_baeb );if _dagc !=nil {continue ;};_bgfd :=_ac .TraceToDirectObject (_aafbb );_fade (_bgfd );};return _aadg ;};func _cbbf (_gaeca *_ff .CompliancePdfReader )(_adega []ViolatedRule ){var _dbba ,_bccd ,_ffceb ,_gfded ,_dcgc ,_badc ,_fgde bool ; +_badf :=func ()bool {return _dbba &&_bccd &&_ffceb &&_gfded &&_dcgc &&_badc &&_fgde };for _ ,_ecdf :=range _gaeca .PageList {if _ecdf .Resources ==nil {continue ;};_bfc ,_bbc :=_ac .GetDict (_ecdf .Resources .Font );if !_bbc {continue ;};for _ ,_gaad :=range _bfc .Keys (){_fedb ,_degb :=_ac .GetDict (_bfc .Get (_gaad )); +if !_degb {if !_dbba {_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0041\u006c\u006c\u0020\u0066\u006fn\u0074\u0073\u0020\u0075\u0073e\u0064\u0020\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020c\u006f\u006e\u0066\u006f\u0072m\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0073\u0020d\u0065\u0066\u0069\u006e\u0065d \u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035\u002e\u0035\u002e")); +_dbba =true ;if _badf (){return _adega ;};};continue ;};if _bgga ,_becg :=_ac .GetName (_fedb .Get ("\u0054\u0079\u0070\u0065"));!_dbba &&(!_becg ||_bgga .String ()!="\u0046\u006f\u006e\u0074"){_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0031","\u0054\u0079\u0070e\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0029 Th\u0065\u0020\u0074\u0079\u0070\u0065\u0020\u006f\u0066 \u0050\u0044\u0046\u0020\u006fbj\u0065\u0063\u0074\u0020\u0074\u0068\u0061t\u0020\u0074\u0068\u0069s\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0064\u0065\u0073c\u0072\u0069\u0062\u0065\u0073\u003b\u0020\u006d\u0075\u0073t\u0020\u0062\u0065\u0020\u0046\u006f\u006e\u0074\u0020\u0066\u006fr\u0020\u0061\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u002e")); +_dbba =true ;if _badf (){return _adega ;};};_bbbf ,_aabf :=_ff .NewPdfFontFromPdfObject (_fedb );if _aabf !=nil {continue ;};var _egef string ;if _bdggf ,_dcge :=_ac .GetName (_fedb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_dcge {_egef =_bdggf .String (); +};if !_bccd {switch _egef {case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0031","\u004dM\u0054\u0079\u0070\u0065\u0031","\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0030","\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032":default:_bccd =true ; +_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0032","\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065d\u0029\u0020\u0054\u0068e \u0074\u0079\u0070\u0065 \u006f\u0066\u0020\u0066\u006f\u006et\u003b\u0020\u006d\u0075\u0073\u0074\u0020b\u0065\u0020\u0022\u0054\u0079\u0070\u0065\u0031\u0022\u0020f\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020f\u006f\u006e\u0074\u0073\u002c\u0020\u0022\u004d\u004d\u0054\u0079\u0070\u0065\u0031\u0022\u0020\u0066\u006f\u0072\u0020\u006d\u0075\u006c\u0074\u0069\u0070\u006c\u0065\u0020\u006da\u0073\u0074e\u0072\u0020\u0066\u006f\u006e\u0074s\u002c\u0020\u0022\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0072\u0075\u0065T\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0022\u0054\u0079\u0070\u0065\u0033\u0022\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070e\u0020\u0033\u0020\u0066\u006f\u006e\u0074\u0073\u002c\u0020\"\u0054\u0079\u0070\u0065\u0030\"\u0020\u0066\u006f\u0072\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0061\u006ed\u0020\u0022\u0043\u0049\u0044\u0046\u006fn\u0074\u0054\u0079\u0070\u0065\u0030\u0022 \u006f\u0072\u0020\u0022\u0043\u0049\u0044\u0046\u006f\u006e\u0074T\u0079\u0070e\u0032\u0022\u0020\u0066\u006f\u0072\u0020\u0043\u0049\u0044\u0020\u0066\u006f\u006e\u0074\u0073\u002e")); +if _badf (){return _adega ;};};};if !_ffceb {if _egef !="\u0054\u0079\u0070e\u0033"{_fafe ,_abadb :=_ac .GetName (_fedb .Get ("\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074"));if !_abadb ||_fafe .String ()==""{_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0033","B\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u002d\u0020\u006e\u0061\u006d\u0065\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064)\u0020T\u0068\u0065\u0020\u0050o\u0073\u0074S\u0063\u0072\u0069\u0070\u0074\u0020\u006e\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u002e")); +_ffceb =true ;if _badf (){return _adega ;};};};};if _egef !="\u0054\u0079\u0070e\u0031"{continue ;};_bcca :=_ed .IsStdFont (_ed .StdFontName (_bbbf .BaseFont ()));if _bcca {continue ;};_dec ,_gedf :=_ac .GetIntVal (_fedb .Get ("\u0046i\u0072\u0073\u0074\u0043\u0068\u0061r")); +if !_gedf &&!_gfded {_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0034","\u0046\u0069r\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u002d\u0020\u0028\u0052\u0065\u0071\u0075i\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074h\u0065\u0020\u0073\u0074\u0061\u006e\u0064\u0061\u0072d\u0020\u0031\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u0029\u0020\u0054\u0068\u0065\u0020\u0066\u0069\u0072\u0073\u0074\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064e\u0020\u0064\u0065\u0066i\u006ee\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057i\u0064\u0074\u0068\u0073 \u0061r\u0072\u0061y\u002e")); +_gfded =true ;if _badf (){return _adega ;};};_bbd ,_dbfa :=_ac .GetIntVal (_fedb .Get ("\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072"));if !_dbfa &&!_dcgc {_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0035","\u004c\u0061\u0073t\u0043\u0068\u0061\u0072\u0020\u002d\u0020\u0069n\u0074\u0065\u0067e\u0072 \u002d\u0020\u0028\u0052\u0065\u0071u\u0069\u0072\u0065d\u0020\u0065\u0078\u0063\u0065\u0070\u0074\u0020\u0066\u006f\u0072\u0020t\u0068\u0065 s\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0031\u0034\u0020\u0066\u006f\u006ets\u0029\u0020\u0054\u0068\u0065\u0020\u006c\u0061\u0073t\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u0064\u0065\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0027\u0073\u0020\u0057\u0069\u0064\u0074h\u0073\u0020\u0061\u0072\u0072\u0061\u0079\u002e")); +_dcgc =true ;if _badf (){return _adega ;};};if !_badc {_ccac ,_adgg :=_ac .GetArray (_fedb .Get ("\u0057\u0069\u0064\u0074\u0068\u0073"));if !_adgg ||!_gedf ||!_dbfa ||_ccac .Len ()!=_bbd -_dec +1{_adega =append (_adega ,_ecb ("\u0036.\u0033\u002e\u0032\u002d\u0036","\u0057\u0069\u0064\u0074\u0068\u0073\u0020\u002d a\u0072\u0072\u0061y \u002d\u0020\u0028\u0052\u0065\u0071\u0075\u0069\u0072\u0065\u0064\u0020\u0065\u0078\u0063\u0065\u0070t\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0073\u0074a\u006e\u0064a\u0072\u0064\u00201\u0034\u0020\u0066\u006f\u006e\u0074\u0073\u003b\u0020\u0069\u006ed\u0069\u0072\u0065\u0063\u0074\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0070\u0072\u0065\u0066e\u0072\u0072e\u0064\u0029\u0020\u0041\u006e \u0061\u0072\u0072\u0061\u0079\u0020\u006f\u0066\u0020\u0028\u004c\u0061\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u2212 F\u0069\u0072\u0073\u0074\u0043\u0068\u0061\u0072\u0020\u002b\u00201\u0029\u0020\u0077\u0069\u0064\u0074\u0068\u0073.")); +_badc =true ;if _badf (){return _adega ;};};};};};return _adega ;};func _cbfd (_aede *_ff .CompliancePdfReader )(_ccea []ViolatedRule ){var _gacb ,_egb ,_daad bool ;if _aede .ParserMetadata ().HasNonConformantStream (){_ccea =[]ViolatedRule {_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0031","T\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020f\u006f\u006cl\u006fw\u0065\u0064\u0020e\u0069\u0074h\u0065\u0072\u0020\u0062\u0079\u0020\u0061 \u0043\u0041\u0052\u0052I\u0041\u0047\u0045\u0020\u0052E\u0054\u0055\u0052\u004e\u0020\u00280\u0044\u0068\u0029\u0020\u0061\u006e\u0064\u0020\u004c\u0049\u004e\u0045\u0020F\u0045\u0045\u0044\u0020\u0028\u0030\u0041\u0068\u0029\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0071\u0075\u0065\u006e\u0063\u0065\u0020o\u0072\u0020\u0062\u0079\u0020\u0061 \u0073\u0069ng\u006c\u0065\u0020\u004cIN\u0045 \u0046\u0045\u0045\u0044 \u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u002e\u0020T\u0068\u0065\u0020e\u006e\u0064\u0073\u0074r\u0065\u0061\u006d\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0073\u0068\u0061\u006c\u006c \u0062e\u0020p\u0072\u0065\u0063\u0065\u0064\u0065\u0064\u0020\u0062\u0079\u0020\u0061n\u0020\u0045\u004f\u004c \u006d\u0061\u0072\u006b\u0065\u0072\u002e")}; +};for _ ,_edda :=range _aede .GetObjectNums (){_bcgb ,_ :=_aede .GetIndirectObjectByNumber (_edda );if _bcgb ==nil {continue ;};_caef ,_cfbf :=_ac .GetStream (_bcgb );if !_cfbf {continue ;};if !_gacb {_bgbc :=_caef .Get ("\u004c\u0065\u006e\u0067\u0074\u0068"); +if _bgbc ==nil {_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u006e\u006f\u0020'\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0073\u0074\u0072\u0065a\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074")); +_gacb =true ;}else {_fabf ,_adcd :=_ac .GetIntVal (_bgbc );if !_adcd {_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0032","s\u0074\u0072\u0065\u0061\u006d\u0020\u0027\u004c\u0065\u006e\u0067\u0074\u0068\u0027\u0020\u006b\u0065\u0079 \u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065\u0020an\u0020\u0069\u006et\u0065g\u0065\u0072")); +_gacb =true ;}else {if len (_caef .Stream )!=_fabf {_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0032","\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u006c\u0065\u006e\u0067th\u0020v\u0061\u006c\u0075\u0065\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020m\u0061\u0074\u0063\u0068\u0020\u0074\u0068\u0065\u0020\u0073\u0069\u007a\u0065\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d")); +_gacb =true ;};};};};if !_egb {if _caef .Get ("\u0046")!=nil {_egb =true ;_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +};if _caef .Get ("\u0046F\u0069\u006c\u0074\u0065\u0072")!=nil &&!_egb {_egb =true ;_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};if _caef .Get ("\u0046\u0044\u0065\u0063\u006f\u0064\u0065\u0050\u0061\u0072\u0061\u006d\u0073")!=nil &&!_egb {_egb =true ;_ccea =append (_ccea ,_ecb ("\u0036.\u0031\u002e\u0037\u002d\u0033","\u0073\u0074r\u0065\u0061\u006d\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020\u0027\u0046\u0027\u002c\u0027\u0046\u0046\u0069\u006c\u0074\u0065r\u0027\u002c'\u0046\u0044\u0065\u0063o\u0064\u0065\u0050\u0061\u0072a\u006d\u0073\u0027\u0020\u006b\u0065\u0079")); +continue ;};};if !_daad {_fcad ,_dagfe :=_ac .GetName (_ac .TraceToDirectObject (_caef .Get ("\u0046\u0069\u006c\u0074\u0065\u0072")));if !_dagfe {continue ;};if *_fcad ==_ac .StreamEncodingFilterNameLZW {_daad =true ;_ccea =append (_ccea ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0030\u002d\u0031","\u0054h\u0065\u0020L\u005a\u0057\u0044\u0065c\u006f\u0064\u0065 \u0066\u0069\u006c\u0074\u0065\u0072\u0020\u0073\u0068al\u006c\u0020\u006eo\u0074\u0020b\u0065\u0020\u0070\u0065\u0072\u006di\u0074\u0074e\u0064\u002e")); +};};};return _ccea ;};type imageInfo struct{ColorSpace _ac .PdfObjectName ;BitsPerComponent int ;ColorComponents int ;Width int ;Height int ;Stream *_ac .PdfObjectStream ;_eaaf bool ;};func _gdc ()standardType {return standardType {_fe :2,_ge :"\u0041"}}; +func _bgge (_ggbcf *_ac .PdfObjectDictionary ,_fgba map[*_ac .PdfObjectStream ][]byte ,_bdec map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_efcae ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0037\u002d\u0031";_gbffb ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; +);_eccaf ,_gaac :=_ac .GetStream (_ggbcf .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _gaac {_ ,_ggcg :=_aeea (_eccaf ,_fgba ,_bdec );if _ggcg !=nil {return _ecb (_efcae ,_gbffb );};return _be ;};_bddeb ,_gaac :=_ac .GetName (_ggbcf .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_gaac {return _ecb (_efcae ,_gbffb );};switch _bddeb .String (){case "\u0054\u0079\u0070e\u0031":return _be ;};return _ecb (_efcae ,_gbffb );}; + +// VerificationError is the PDF/A verification error structure, that contains all violated rules. +type VerificationError struct{ + +// ViolatedRules are the rules that were violated during error verification. +ViolatedRules []ViolatedRule ; + +// ConformanceLevel defines the standard on verification failed. +ConformanceLevel int ; + +// ConformanceVariant is the standard variant used on verification. +ConformanceVariant string ;};var _ Profile =(*Profile1A )(nil );func _ddag (_bacfd *_af .Document ,_dcef int )error {_cefa :=map[*_ac .PdfObjectStream ]struct{}{};for _ ,_ggffe :=range _bacfd .Objects {_aaccb ,_dfa :=_ac .GetStream (_ggffe );if !_dfa {continue ; +};if _ ,_dfa =_cefa [_aaccb ];_dfa {continue ;};_cefa [_aaccb ]=struct{}{};_bffc ,_dfa :=_ac .GetName (_aaccb .Get ("\u0053u\u0062\u0054\u0079\u0070\u0065"));if !_dfa {continue ;};if _aaccb .Get ("\u0052\u0065\u0066")!=nil {_aaccb .Remove ("\u0052\u0065\u0066"); +};if _bffc .String ()=="\u0050\u0053"{_aaccb .Remove ("\u0050\u0053");continue ;};if _bffc .String ()=="\u0046\u006f\u0072\u006d"{if _aaccb .Get ("\u004f\u0050\u0049")!=nil {_aaccb .Remove ("\u004f\u0050\u0049");};if _aaccb .Get ("\u0050\u0053")!=nil {_aaccb .Remove ("\u0050\u0053"); +};if _fcbe :=_aaccb .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");_fcbe !=nil {if _bgb ,_ggcf :=_ac .GetName (_fcbe );_ggcf &&*_bgb =="\u0050\u0053"{_aaccb .Remove ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032");};};continue ;};if _bffc .String ()=="\u0049\u006d\u0061g\u0065"{_ccbb ,_eegc :=_ac .GetBool (_aaccb .Get ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065")); +if _eegc &&bool (*_ccbb ){_aaccb .Set ("I\u006e\u0074\u0065\u0072\u0070\u006f\u006c\u0061\u0074\u0065",_ac .MakeBool (false ));};if _dcef ==2{if _aaccb .Get ("\u004f\u0050\u0049")!=nil {_aaccb .Remove ("\u004f\u0050\u0049");};};if _aaccb .Get ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073")!=nil {_aaccb .Remove ("\u0041\u006c\u0074\u0065\u0072\u006e\u0061\u0074\u0065\u0073"); +};continue ;};};return nil ;}; + +// Profile1A is the implementation of the PDF/A-1A standard profile. +// Implements model.StandardImplementer, Profile interfaces. +type Profile1A struct{profile1 }; + +// Profile2A is the implementation of the PDF/A-2A standard profile. // Implements model.StandardImplementer, Profile interfaces. -type Profile1B struct{profile1 };func _acbb (_efcd *_g .CompliancePdfReader )(_fbag []ViolatedRule ){for _ ,_bade :=range _efcd .GetObjectNums (){_bff ,_bedad :=_efcd .GetIndirectObjectByNumber (_bade );if _bedad !=nil {continue ;};_bcdd ,_ebfa :=_aad .GetDict (_bff ); -if !_ebfa {continue ;};_fcee ,_ebfa :=_aad .GetName (_bcdd .Get ("\u0054\u0079\u0070\u0065"));if !_ebfa {continue ;};if _fcee .String ()!="\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"{continue ;};_dfac ,_ebfa :=_aad .GetBool (_bcdd .Get ("\u004ee\u0065d\u0041\u0070\u0070\u0065\u0061\u0072\u0061\u006e\u0063\u0065\u0073")); -if !_ebfa {return _fbag ;};if bool (*_dfac ){_fbag =append (_fbag ,_fgdg ("\u0036\u002e\u0039-\u0031","\u0054\u0068\u0065\u0020\u004e\u0065e\u0064\u0041\u0070\u0070\u0065a\u0072\u0061\u006e\u0063\u0065\u0073\u0020\u0066\u006c\u0061\u0067\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0069\u006e\u0074\u0065\u0072\u0061\u0063\u0074\u0069\u0076e\u0020\u0066\u006f\u0072\u006d \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0065\u0069\u0074\u0068\u0065\u0072\u0020\u006e\u006f\u0074\u0020b\u0065\u0020\u0070\u0072\u0065se\u006e\u0074\u0020\u006f\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0066\u0061\u006c\u0073\u0065\u002e")); -};};return _fbag ;};func _fada (_gbee *_g .CompliancePdfReader )(_aaaaa []ViolatedRule ){_bcc :=_gbee .ParserMetadata ();if _bcc .HasInvalidSubsectionHeader (){_aaaaa =append (_aaaaa ,_fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0031","\u006e\u0020\u0061\u0020\u0063\u0072\u006f\u0073\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0073\u0075\u0062\u0073\u0065c\u0074\u0069\u006f\u006e\u0020h\u0065a\u0064\u0065\u0072\u0020t\u0068\u0065\u0020\u0073\u0074\u0061\u0072t\u0069\u006e\u0067\u0020\u006fb\u006a\u0065\u0063\u0074 \u006e\u0075\u006d\u0062\u0065\u0072\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0072\u0061n\u0067e\u0020s\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0061\u0020s\u0069\u006e\u0067\u006c\u0065\u0020\u0053\u0050\u0041C\u0045\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074e\u0072\u0020\u0028\u0032\u0030\u0068\u0029\u002e")); -};if _bcc .HasInvalidSeparationAfterXRef (){_aaaaa =append (_aaaaa ,_fgdg ("\u0036.\u0031\u002e\u0034\u002d\u0032","\u0054\u0068\u0065 \u0078\u0072\u0065\u0066\u0020\u006b\u0065\u0079\u0077\u006fr\u0064\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020\u0063\u0072\u006f\u0073s\u0020\u0072\u0065\u0066e\u0072\u0065\u006e\u0063\u0065 s\u0075b\u0073\u0065\u0063ti\u006f\u006e\u0020\u0068\u0065\u0061\u0064e\u0072\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0073\u0065\u0070\u0061\u0072\u0061\u0074\u0065\u0064\u0020\u0062\u0079 \u0061\u0020\u0073i\u006e\u0067\u006c\u0065\u0020\u0045\u004fL\u0020\u006d\u0061\u0072\u006b\u0065\u0072\u002e")); -};return _aaaaa ;};func _cdde (_egaga *_g .CompliancePdfReader )(_abaa []ViolatedRule ){_adcc :=true ;_fdcc ,_aadb :=_egaga .GetCatalogMarkInfo ();if !_aadb {_adcc =false ;}else {_dbaeb ,_abgb :=_aad .GetDict (_fdcc );if _abgb {_feeaf ,_ddfeb :=_aad .GetBool (_dbaeb .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); -if !bool (*_feeaf )||!_ddfeb {_adcc =false ;};}else {_adcc =false ;};};if !_adcc {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); -};_bbdc ,_aadb :=_egaga .GetCatalogStructTreeRoot ();if !_aadb {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); -};_acdef ,_aadb :=_aad .GetDict (_bbdc );if _aadb {_adfd ,_ageg :=_aad .GetName (_acdef .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _ageg {_fcge ,_cagea :=_aad .GetDict (_adfd );if _cagea {for _ ,_cagc :=range _fcge .Keys (){_ebagd :=_fcge .Get (_cagc ); -if _ebagd ==nil {_abaa =append (_abaa ,_fgdg ("\u0036.\u0038\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); -};};};};};return _abaa ;};func _eac (_gad *_ad .Document ,_cag standardType ,_ada XmpOptions )error {_aff ,_dfaf :=_gad .FindCatalog ();if !_dfaf {return nil ;};var _agfd *_bg .Document ;_gff ,_dfaf :=_aff .GetMetadata ();if !_dfaf {_agfd =_bg .NewDocument (); -}else {var _cfb error ;_agfd ,_cfb =_bg .LoadDocument (_gff .Stream );if _cfb !=nil {return _cfb ;};};_gee :=_bg .PdfInfoOptions {InfoDict :_gad .Info ,PdfVersion :_b .Sprintf ("\u0025\u0064\u002e%\u0064",_gad .Version .Major ,_gad .Version .Minor ),Copyright :_ada .Copyright ,Overwrite :true }; -_agga ,_dfaf :=_aff .GetMarkInfo ();if _dfaf {_agd ,_bga :=_aad .GetBool (_agga .Get ("\u004d\u0061\u0072\u006b\u0065\u0064"));if _bga &&bool (*_agd ){_gee .Marked =true ;};};if _afddf :=_agfd .SetPdfInfo (&_gee );_afddf !=nil {return _afddf ;};if _bae :=_agfd .SetPdfAID (_cag ._bc ,_cag ._fa ); -_bae !=nil {return _bae ;};_bba :=_bg .MediaManagementOptions {OriginalDocumentID :_ada .OriginalDocumentID ,DocumentID :_ada .DocumentID ,InstanceID :_ada .InstanceID ,NewDocumentID :!_ada .NewDocumentVersion ,ModifyComment :"O\u0070\u0074\u0069\u006d\u0069\u007ae\u0020\u0064\u006f\u0063\u0075\u006de\u006e\u0074\u0020\u0074\u006f\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064"}; -_dbd ,_dfaf :=_aad .GetDict (_gad .Info );if _dfaf {if _gbda ,_fbfg :=_aad .GetString (_dbd .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_fbfg &&_gbda .String ()!=""{_deab ,_ebgg :=_df .ParsePdfTime (_gbda .String ());if _ebgg !=nil {return _b .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_ebgg ); -};_bba .ModifyDate =_deab ;};};if _ebe :=_agfd .SetMediaManagement (&_bba );_ebe !=nil {return _ebe ;};if _fff :=_agfd .SetPdfAExtension ();_fff !=nil {return _fff ;};_edag ,_fbad :=_agfd .MarshalIndent (_ada .MarshalPrefix ,_ada .MarshalIndent );if _fbad !=nil {return _fbad ; -};if _eegd :=_aff .SetMetadata (_edag );_eegd !=nil {return _eegd ;};return nil ;};func _eefb (_egcg *_ad .Document ,_agg int ){if _egcg .Version .Major ==0{_egcg .Version .Major =1;};if _egcg .Version .Minor < _agg {_egcg .Version .Minor =_agg ;};}; \ No newline at end of file +type Profile2A struct{profile2 };func _eegb (_dggd *Profile2Options ){if _dggd .Now ==nil {_dggd .Now =_eg .Now ;};};func _eedb (_cbbbe *_ff .PdfFont ,_ecea *_ac .PdfObjectDictionary ,_ebbg bool )ViolatedRule {const (_fadb ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0034\u002d\u0031"; +_degcd ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006ds\u0020\u0066\u006fr\u0020\u0061\u006c\u006c\u0020f\u006f\u006e\u0074\u0073\u0020\u0075\u0073\u0065\u0064\u0020\u0066\u006f\u0072\u0020\u0072e\u006e\u0064\u0065\u0072\u0069\u006eg\u0020\u0077\u0069\u0074\u0068\u0069\u006e\u0020\u0061\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020w\u0069t\u0068\u0069\u006e\u0020\u0074\u0068\u0061\u0074\u0020\u0066\u0069\u006c\u0065\u002c \u0061\u0073\u0020\u0064\u0065\u0066\u0069n\u0065\u0064 \u0069\u006e\u0020\u0049S\u004f\u0020\u0033\u0032\u00300\u0030\u002d\u0031\u003a\u0032\u0030\u0030\u0038\u002c\u0020\u0039\u002e\u0039\u002e"; +);if _ebbg {return _be ;};_agbf :=_cbbbe .FontDescriptor ();var _gedfc string ;if _geee ,_ffedd :=_ac .GetName (_ecea .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ffedd {_gedfc =_geee .String ();};switch _gedfc {case "\u0054\u0079\u0070e\u0031":if _agbf .FontFile ==nil {return _ecb (_fadb ,_degcd ); +};case "\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065":if _agbf .FontFile2 ==nil {return _ecb (_fadb ,_degcd );};case "\u0054\u0079\u0070e\u0030","\u0054\u0079\u0070e\u0033":default:if _agbf .FontFile3 ==nil {return _ecb (_fadb ,_degcd );};};return _be ; +};type imageModifications struct{_cfd *colorspaceModification ;_geba _ac .StreamEncoder ;}; + +// NewProfile2B creates a new Profile2B with the given options. +func NewProfile2B (options *Profile2Options )*Profile2B {if options ==nil {options =DefaultProfile2Options ();};_eegb (options );return &Profile2B {profile2 {_ddgf :*options ,_ddgcg :_fac ()}};};type documentColorspaceOptimizeFunc func (_gecc *_af .Document ,_bgded []*_af .Image )error ; +func _addf (_eba *_af .Document ,_bdgd bool )error {_bba ,_ccda :=_eba .GetPages ();if !_ccda {return nil ;};for _ ,_cdd :=range _bba {_aefb ,_eea :=_ac .GetArray (_cdd .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_eea {continue ;};for _ ,_ddgc :=range _aefb .Elements (){_fdg ,_geca :=_ac .GetDict (_ddgc ); +if !_geca {continue ;};_caa :=_fdg .Get ("\u0043");if _caa ==nil {continue ;};_bfgd ,_geca :=_ac .GetArray (_caa );if !_geca {continue ;};_eaf ,_dcad :=_bfgd .GetAsFloat64Slice ();if _dcad !=nil {return _dcad ;};switch _bfgd .Len (){case 0,1:if _bdgd {_fdg .Set ("\u0043",_ac .MakeArrayFromIntegers ([]int {1,1,1,1})); +}else {_fdg .Set ("\u0043",_ac .MakeArrayFromIntegers ([]int {1,1,1}));};case 3:if _bdgd {_cfge ,_bfbdd ,_adc ,_eggd :=_da .RGBToCMYK (uint8 (_eaf [0]*255),uint8 (_eaf [1]*255),uint8 (_eaf [2]*255));_fdg .Set ("\u0043",_ac .MakeArrayFromFloats ([]float64 {float64 (_cfge )/255,float64 (_bfbdd )/255,float64 (_adc )/255,float64 (_eggd )/255})); +};case 4:if !_bdgd {_caaf ,_bcb ,_cef :=_da .CMYKToRGB (uint8 (_eaf [0]*255),uint8 (_eaf [1]*255),uint8 (_eaf [2]*255),uint8 (_eaf [3]*255));_fdg .Set ("\u0043",_ac .MakeArrayFromFloats ([]float64 {float64 (_caaf )/255,float64 (_bcb )/255,float64 (_cef )/255})); +};};};};return nil ;};func (_ce *documentImages )hasOnlyDeviceGray ()bool {return _ce ._eb &&!_ce ._dde &&!_ce ._aa };func _adbd (_dcdcd *_ff .CompliancePdfReader )(_fage []ViolatedRule ){return _fage }; + +// NewProfile3A creates a new Profile3A with given options. +func NewProfile3A (options *Profile3Options )*Profile3A {if options ==nil {options =DefaultProfile3Options ();};_febce (options );return &Profile3A {profile3 {_bdadf :*options ,_bafec :_fab ()}};};func _bff ()standardType {return standardType {_fe :3,_ge :"\u0042"}}; +func _dfcaa (_cfba *_ff .CompliancePdfReader )(_afedb []ViolatedRule ){_cfac :=true ;_gdacg ,_edfe :=_cfba .GetCatalogMarkInfo ();if !_edfe {_cfac =false ;}else {_fedf ,_gfebbd :=_ac .GetDict (_gdacg );if _gfebbd {_daac ,_cbddc :=_ac .GetBool (_fedf .Get ("\u004d\u0061\u0072\u006b\u0065\u0064")); +if !bool (*_daac )||!_cbddc {_cfac =false ;};}else {_cfac =false ;};};if !_cfac {_afedb =append (_afedb ,_ecb ("\u0036.\u0038\u002e\u0032\u002e\u0032\u002d1","\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061\u0074\u0061\u006cog\u0020d\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079 \u0073\u0068\u0061\u006c\u006c\u0020\u0069\u006e\u0063\u006c\u0075\u0064\u0065\u0020\u0061\u0020M\u0061r\u006b\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0077\u0069\u0074\u0068\u0020\u0061 \u004d\u0061\u0072\u006b\u0065\u0064\u0020\u0065\u006et\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074,\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0076\u0061lu\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0074\u0072\u0075\u0065")); +};_dgdf ,_edfe :=_cfba .GetCatalogStructTreeRoot ();if !_edfe {_afedb =append (_afedb ,_ecb ("\u0036.\u0038\u002e\u0033\u002e\u0033\u002d1","\u0054\u0068\u0065\u0020\u006c\u006f\u0067\u0069\u0063\u0061\u006c\u0020\u0073\u0074\u0072\u0075\u0063\u0074\u0075r\u0065\u0020\u006f\u0066\u0020\u0074\u0068e\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0069\u006e\u0067 \u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065d \u0062\u0079\u0020a\u0020s\u0074\u0072\u0075\u0063\u0074\u0075\u0072e\u0020\u0068\u0069\u0065\u0072\u0061\u0072\u0063\u0068\u0079\u0020\u0072\u006f\u006ft\u0065\u0064\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0074\u0072\u0075\u0063\u0074\u0054\u0072\u0065\u0065\u0052\u006f\u006f\u0074\u0020\u0065\u006e\u0074r\u0079\u0020\u006f\u0066\u0020\u0074h\u0065\u0020d\u006fc\u0075\u006d\u0065\u006e\u0074\u0020\u0063\u0061t\u0061\u006c\u006fg \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0062\u0065\u0064\u0020\u0069n\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065 \u0039\u002e\u0036\u002e")); +};_ceae ,_edfe :=_ac .GetDict (_dgdf );if _edfe {_gagg ,_dbd :=_ac .GetName (_ceae .Get ("\u0052o\u006c\u0065\u004d\u0061\u0070"));if _dbd {_ecdb ,_fdbe :=_ac .GetDict (_gagg );if _fdbe {for _ ,_debdd :=range _ecdb .Keys (){_eedgg :=_ecdb .Get (_debdd ); +if _eedgg ==nil {_afedb =append (_afedb ,_ecb ("\u0036.\u0038\u002e\u0033\u002e\u0034\u002d1","\u0041\u006c\u006c\u0020\u006eo\u006e\u002ds\u0074\u0061\u006e\u0064\u0061\u0072\u0064\u0020\u0073t\u0072\u0075\u0063\u0074ure\u0020\u0074\u0079\u0070\u0065s\u0020\u0073\u0068\u0061\u006c\u006c \u0062\u0065\u0020\u006d\u0061\u0070\u0070\u0065d\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020n\u0065\u0061\u0072\u0065\u0073\u0074\u0020\u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0061\u006c\u006c\u0079\u0020\u0065\u0071\u0075\u0069\u0076\u0061\u006c\u0065\u006e\u0074\u0020\u0073\u0074a\u006ed\u0061r\u0064\u0020\u0074\u0079\u0070\u0065\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006ee\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065\u0066\u0065re\u006e\u0063e\u0020\u0039\u002e\u0037\u002e\u0034\u002c\u0020i\u006e\u0020\u0074\u0068e\u0020\u0072\u006fl\u0065\u0020\u006d\u0061p \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0066 \u0074h\u0065\u0020\u0073\u0074\u0072\u0075c\u0074\u0075r\u0065\u0020\u0074\u0072e\u0065\u0020\u0072\u006f\u006ft\u002e")); +};};};};};return _afedb ;};func _eegbc (_bfga *_ff .CompliancePdfReader )(_fdae ViolatedRule ){_ceaec ,_cbcc :=_faae (_bfga );if !_cbcc {return _be ;};_bdbbe ,_cbcc :=_ac .GetDict (_ceaec .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_cbcc {return _be ; +};_gfcef ,_cbcc :=_ac .GetArray (_bdbbe .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_cbcc {return _be ;};for _cacb :=0;_cacb < _gfcef .Len ();_cacb ++{_ffccgd ,_fgfa :=_ac .GetDict (_gfcef .Get (_cacb ));if !_fgfa {continue ;};if _ffccgd .Get ("\u0041")!=nil {return _ecb ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); +};if _ffccgd .Get ("\u0041\u0041")!=nil {return _ecb ("\u0036.\u0034\u002e\u0031\u002d\u0032","\u0041\u0020\u0046\u0069\u0065\u006c\u0064\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0041 o\u0072\u0020\u0041\u0041\u0020\u006b\u0065\u0079\u0073\u002e"); +};};return _be ;};func _ddgb (_efgf *_ff .PdfFont ,_ceba *_ac .PdfObjectDictionary )ViolatedRule {const (_gdcga ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0036\u002d\u0033";_cfgfb ="\u0041l\u006c\u0020\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072u\u0065\u0054\u0079p\u0065\u0020\u0066\u006f\u006e\u0074s\u0020\u0073h\u0061\u006c\u006c\u0020\u006e\u006f\u0074\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0065n\u0074\u0072\u0079\u0020\u0069n\u0020\u0074\u0068e\u0020\u0066\u006f\u006e\u0074 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u002e"; +);var _edag string ;if _beddb ,_feae :=_ac .GetName (_ceba .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_feae {_edag =_beddb .String ();};if _edag !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _be ;};_bdbgb :=_efgf .FontDescriptor ();_adcda ,_daffe :=_ac .GetIntVal (_bdbgb .Flags ); +if !_daffe {_ee .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _ecb (_gdcga ,_cfgfb );};_dfeb :=(uint32 (_adcda )>>3)&1;_ggcb :=_dfeb !=0;if !_ggcb {return _be ;};if _ceba .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067")!=nil {return _ecb (_gdcga ,_cfgfb );};return _be ;};func _bgbb (_ecfb *_ff .CompliancePdfReader )(_dacea []ViolatedRule ){_eebcc :=_ecfb .GetObjectNums (); +for _ ,_cecg :=range _eebcc {_dfcbc ,_caaec :=_ecfb .GetIndirectObjectByNumber (_cecg );if _caaec !=nil {continue ;};_daaca ,_decg :=_ac .GetDict (_dfcbc );if !_decg {continue ;};_fggea ,_decg :=_ac .GetName (_daaca .Get ("\u0054\u0079\u0070\u0065"));if !_decg {continue ; +};if _fggea .String ()!="\u0046\u0069\u006c\u0065\u0073\u0070\u0065\u0063"{continue ;};_aceec ,_caaec :=_ff .NewPdfFilespecFromObj (_daaca );if _caaec !=nil {continue ;};if _aceec .EF !=nil {if _aceec .F ==nil ||_aceec .UF ==nil {_dacea =append (_dacea ,_ecb ("\u0036\u002e\u0038-\u0032","\u0054h\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0070\u0065\u0063\u0069\u0066i\u0063\u0061\u0074i\u006f\u006e\u0020\u0064\u0069\u0063t\u0069\u006fn\u0061\u0072\u0079\u0020\u0066\u006f\u0072\u0020\u0061\u006e\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006cl\u0020\u0063\u006f\u006e\u0074a\u0069\u006e\u0020t\u0068\u0065\u0020\u0046\u0020a\u006e\u0064\u0020\u0055\u0046\u0020\u006b\u0065\u0079\u0073\u002e")); +break ;};if _aceec .AFRelationship ==nil {_dacea =append (_dacea ,_ecb ("\u0036\u002e\u0038-\u0033","\u0049\u006e\u0020\u006f\u0072d\u0065\u0072\u0020\u0074\u006f\u0020\u0065\u006e\u0061\u0062\u006c\u0065\u0020i\u0064\u0065nt\u0069\u0066\u0069c\u0061\u0074\u0069o\u006e\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u006c\u0061\u0074\u0069\u006f\u006e\u0073h\u0069\u0070\u0020\u0062\u0065\u0074\u0077\u0065\u0065\u006e\u0020\u0074\u0068\u0065\u0020fi\u006ce\u0020\u0073\u0070\u0065\u0063\u0069f\u0069c\u0061\u0074\u0069o\u006e\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0074\u0068\u0065\u0020c\u006f\u006e\u0074e\u006e\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u0069\u0073\u0020\u0072\u0065\u0066\u0065\u0072\u0072\u0069\u006e\u0067\u0020\u0074\u006f\u0020\u0069\u0074\u002c\u0020\u0061\u0020\u006e\u0065\u0077\u0020(\u0072\u0065\u0071\u0075i\u0072\u0065\u0064\u0029\u0020\u006be\u0079\u0020h\u0061\u0073\u0020\u0062e\u0065\u006e\u0020\u0064\u0065\u0066i\u006e\u0065\u0064\u0020a\u006e\u0064\u0020\u0069\u0074s \u0070\u0072e\u0073\u0065n\u0063\u0065\u0020\u0028\u0069\u006e\u0020\u0074\u0068e\u0020\u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u0029\u0020\u0069\u0073\u0020\u0072\u0065q\u0075\u0069\u0072e\u0064\u002e")); +break ;};_dcgef ,_bcbag :=_ff .NewEmbeddedFileFromObject (_aceec .EF );if _bcbag !=nil {continue ;};if _dg .ToLower (_dcgef .FileType )!="\u0061p\u0070l\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u0070\u0064\u0066"{_dacea =append (_dacea ,_ecb ("\u0036\u002e\u0038-\u0034","\u0041\u006c\u006c\u0020\u0065\u006d\u0062\u0065\u0064d\u0065\u0064 \u0066\u0069\u006c\u0065\u0073\u0020\u0073\u0068\u006fu\u006c\u0064\u0020\u0062e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u006f\u006e\u0066\u006f\u0072\u006d\u0020\u0074\u006f\u0020\u0050\u0044F\u002f\u0041\u002d1\u0020\u006f\u0072\u0020\u0050\u0044\u0046\u002f\u0041\u002d\u0032\u002e")); +break ;};};};return _dacea ;};func _eacf (_gfcge *_ff .CompliancePdfReader )(_befed ViolatedRule ){for _ ,_feaa :=range _gfcge .GetObjectNums (){_bcba ,_bggb :=_gfcge .GetIndirectObjectByNumber (_feaa );if _bggb !=nil {continue ;};_fbdc ,_cbgc :=_ac .GetStream (_bcba ); +if !_cbgc {continue ;};_dcbb ,_cbgc :=_ac .GetName (_fbdc .Get ("\u0054\u0079\u0070\u0065"));if !_cbgc {continue ;};if *_dcbb !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_cdeab ,_cbgc :=_ac .GetName (_fbdc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032")); +if !_cbgc {continue ;};if *_cdeab =="\u0050\u0053"{return _ecb ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};if _fbdc .Get ("\u0050\u0053")!=nil {return _ecb ("\u0036.\u0032\u002e\u0035\u002d\u0031","A\u0020\u0066\u006fr\u006d\u0020\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e \u0074\u0068\u0065\u0020\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032\u0020\u006b\u0065\u0079 \u0077\u0069\u0074\u0068\u0020a\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u0020o\u0072\u0020\u0074\u0068e\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};};return _befed ;}; + +// Profile3Options are the options that changes the way how optimizer may try to adapt document into PDF/A standard. +type Profile3Options struct{ + +// CMYKDefaultColorSpace is an option that refers PDF/A +CMYKDefaultColorSpace bool ; + +// Now is a function that returns current time. +Now func ()_eg .Time ; + +// Xmp is the xmp options information. +Xmp XmpOptions ;};func _gbccg (_ecdae *_ff .CompliancePdfReader )ViolatedRule {for _ ,_bbaba :=range _ecdae .PageList {_accgf ,_bfgb :=_bbaba .GetContentStreams ();if _bfgb !=nil {continue ;};for _ ,_bcfg :=range _accgf {_baga :=_eaa .NewContentStreamParser (_bcfg ); +_ ,_bfgb =_baga .Parse ();if _bfgb !=nil {return _ecb ("\u0036.\u0032\u002e\u0032\u002d\u0031","\u0041\u0020\u0063onten\u0074\u0020\u0073\u0074\u0072\u0065\u0061\u006d\u0020\u0073\u0068\u0061\u006c\u006c n\u006f\u0074\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079 \u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u0020\u006e\u006ft\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0069\u006e\u0020\u0050\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0065\u0076\u0065\u006e\u0020\u0069\u0066\u0020s\u0075\u0063\u0068\u0020\u006f\u0070\u0065r\u0061\u0074\u006f\u0072\u0073\u0020\u0061\u0072\u0065\u0020\u0062\u0072\u0061\u0063\u006b\u0065\u0074\u0065\u0064\u0020\u0062\u0079\u0020\u0074\u0068\u0065\u0020\u0042\u0058\u002f\u0045\u0058\u0020\u0063\u006f\u006d\u0070\u0061\u0074\u0069\u0062i\u006c\u0069\u0074\u0079\u0020\u006f\u0070\u0065\u0072\u0061\u0074\u006f\u0072\u0073\u002e"); +};};};return _be ;};func _cabd (_ccgd *_ff .CompliancePdfReader ,_aefaf standardType )(_bdegf []ViolatedRule ){var _aaee ,_bcfe ,_fbfc ,_deebe ,_ggdef ,_bbgf ,_ecdccf bool ;_addgf :=func ()bool {return _aaee &&_bcfe &&_fbfc &&_deebe &&_ggdef &&_bbgf &&_ecdccf }; +_gdffa :=map[*_ac .PdfObjectStream ]*_c .CMap {};_bgfdd :=map[*_ac .PdfObjectStream ][]byte {};_eecc :=map[_ac .PdfObject ]*_ff .PdfFont {};for _ ,_abfa :=range _ccgd .GetObjectNums (){_ccbg ,_egeaa :=_ccgd .GetIndirectObjectByNumber (_abfa );if _egeaa !=nil {continue ; +};_gecce ,_agga :=_ac .GetDict (_ccbg );if !_agga {continue ;};_ceeea ,_agga :=_ac .GetName (_gecce .Get ("\u0054\u0079\u0070\u0065"));if !_agga {continue ;};if *_ceeea !="\u0046\u006f\u006e\u0074"{continue ;};_ffafc ,_egeaa :=_ff .NewPdfFontFromPdfObject (_gecce ); +if _egeaa !=nil {_ee .Log .Debug ("g\u0065\u0074\u0074\u0069\u006e\u0067 \u0066\u006f\u006e\u0074\u0020\u0066r\u006f\u006d\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020%\u0076",_egeaa );continue ;};_eecc [_gecce ]=_ffafc ; +};for _ ,_adeac :=range _ccgd .PageList {_ebcf ,_gdcda :=_adeac .GetContentStreams ();if _gdcda !=nil {_ee .Log .Debug ("G\u0065\u0074\u0074\u0069\u006e\u0067 \u0070\u0061\u0067\u0065\u0020\u0063o\u006e\u0074\u0065\u006e\u0074\u0020\u0073t\u0072\u0065\u0061\u006d\u0073\u0020\u0066\u0061\u0069\u006ce\u0064"); +continue ;};for _ ,_ecgaa :=range _ebcf {_cebf :=_eaa .NewContentStreamParser (_ecgaa );_ggdcd ,_dbbf :=_cebf .Parse ();if _dbbf !=nil {_ee .Log .Debug ("\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074s\u0074r\u0065\u0061\u006d\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_dbbf ); +continue ;};var _ggdcc bool ;for _ ,_bgdg :=range *_ggdcd {if _bgdg .Operand !="\u0054\u0072"{continue ;};if len (_bgdg .Params )!=1{_ee .Log .Debug ("\u0069\u006e\u0076\u0061\u006ci\u0064\u0020\u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054\u0072\u0027\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u002c\u0020\u0065\u0078\u0070e\u0063\u0074\u0065\u0064\u0020\u0027\u0031\u0027\u0020\u0062\u0075\u0074 \u0069\u0073\u003a\u0020\u0027\u0025d\u0027",len (_bgdg .Params )); +continue ;};_gbea ,_bgba :=_ac .GetIntVal (_bgdg .Params [0]);if !_bgba {_ee .Log .Debug ("\u0072\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u006d\u006f\u0064\u0065\u0020i\u0073 \u006e\u006f\u0074\u0020\u0061\u006e\u0020\u0069\u006e\u0074\u0065\u0067\u0065\u0072"); +continue ;};if _gbea ==3{_ggdcc =true ;break ;};};for _ ,_gbdeb :=range *_ggdcd {if _gbdeb .Operand !="\u0054\u0066"{continue ;};if len (_gbdeb .Params )!=2{_ee .Log .Debug ("i\u006eva\u006ci\u0064 \u006e\u0075\u006d\u0062\u0065r\u0020\u006f\u0066 \u0070\u0061\u0072\u0061\u006de\u0074\u0065\u0072s\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0065\u0020\u0027\u0054f\u0027\u0020\u006fper\u0061\u006e\u0064\u002c\u0020\u0065x\u0070\u0065\u0063\u0074\u0065\u0064\u0020\u0027\u0032\u0027\u0020\u0069s\u003a \u0027\u0025\u0064\u0027",len (_gbdeb .Params )); +continue ;};_fgfb ,_fadfe :=_ac .GetName (_gbdeb .Params [0]);if !_fadfe {_ee .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a \u0054\u0066\u0020\u006f\u0070\u003d\u0025\u0073\u0020\u0047\u0065\u0074\u004ea\u006d\u0065\u0056\u0061\u006c\u0020\u0066a\u0069\u006c\u0065\u0064",_gbdeb ); +continue ;};_dcdc ,_eedaa :=_adeac .Resources .GetFontByName (*_fgfb );if !_eedaa {_ee .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");continue ;};_bffb ,_fadfe :=_ac .GetDict (_dcdc );if !_fadfe {_ee .Log .Debug ("\u0066\u006f\u006e\u0074 d\u0069\u0063\u0074\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_fedbe ,_fadfe :=_eecc [_bffb ];if !_fadfe {var _fgdb error ;_fedbe ,_fgdb =_ff .NewPdfFontFromPdfObject (_bffb );if _fgdb !=nil {_ee .Log .Debug ("\u0067\u0065\u0074\u0074i\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0066\u0072o\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_fgdb ); +continue ;};_eecc [_bffb ]=_fedbe ;};if !_aaee {_gbff :=_dbag (_bffb ,_bgfdd ,_gdffa );if _gbff !=_be {_bdegf =append (_bdegf ,_gbff );_aaee =true ;if _addgf (){return _bdegf ;};};};if !_bcfe {_bgcc :=_bcdce (_bffb );if _bgcc !=_be {_bdegf =append (_bdegf ,_bgcc ); +_bcfe =true ;if _addgf (){return _bdegf ;};};};if !_fbfc {_egbbg :=_fgda (_bffb ,_bgfdd ,_gdffa );if _egbbg !=_be {_bdegf =append (_bdegf ,_egbbg );_fbfc =true ;if _addgf (){return _bdegf ;};};};if !_deebe {_egcc :=_bccf (_bffb ,_bgfdd ,_gdffa );if _egcc !=_be {_bdegf =append (_bdegf ,_egcc ); +_deebe =true ;if _addgf (){return _bdegf ;};};};if !_ggdef {_befaa :=_eedb (_fedbe ,_bffb ,_ggdcc );if _befaa !=_be {_ggdef =true ;_bdegf =append (_bdegf ,_befaa );if _addgf (){return _bdegf ;};};};if !_bbgf {_ddfd :=_ddgb (_fedbe ,_bffb );if _ddfd !=_be {_bbgf =true ; +_bdegf =append (_bdegf ,_ddfd );if _addgf (){return _bdegf ;};};};if !_ecdccf &&(_aefaf ._ge =="\u0041"||_aefaf ._ge =="\u0055"){_fdea :=_bgge (_bffb ,_bgfdd ,_gdffa );if _fdea !=_be {_ecdccf =true ;_bdegf =append (_bdegf ,_fdea );if _addgf (){return _bdegf ; +};};};};};};return _bdegf ;};func _gbfe (_ddec *_ff .CompliancePdfReader )ViolatedRule {return _be };func (_bg *documentImages )hasUncalibratedImages ()bool {return _bg ._dde ||_bg ._aa ||_bg ._eb };var _ Profile =(*Profile2U )(nil );func _deeg (_fbf *_af .Document )error {_gdcd ,_cfbb :=_fbf .GetPages (); +if !_cfbb {return nil ;};for _ ,_gfd :=range _gdcd {_egff ,_gfgg :=_ac .GetArray (_gfd .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_gfgg {continue ;};for _ ,_fgdd :=range _egff .Elements (){_fgdd =_ac .ResolveReference (_fgdd );if _ ,_dfdc :=_fgdd .(*_ac .PdfObjectNull ); +_dfdc {continue ;};_bdae ,_gfde :=_ac .GetDict (_fgdd );if !_gfde {continue ;};_bgg ,_ :=_ac .GetIntVal (_bdae .Get ("\u0046"));_bgg &=^(1<<0);_bgg &=^(1<<1);_bgg &=^(1<<5);_bgg &=^(1<<8);_bgg |=1<<2;_bdae .Set ("\u0046",_ac .MakeInteger (int64 (_bgg ))); +_ccafa :=false ;if _cdgf :=_bdae .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065");_cdgf !=nil {_efgb ,_cgbe :=_ac .GetName (_cdgf );if _cgbe &&_efgb .String ()=="\u0057\u0069\u0064\u0067\u0065\u0074"{_ccafa =true ;if _bdae .Get ("\u0041\u0041")!=nil {_bdae .Remove ("\u0041\u0041"); +};if _bdae .Get ("\u0041")!=nil {_bdae .Remove ("\u0041");};};if _cgbe &&_efgb .String ()=="\u0054\u0065\u0078\u0074"{_aada ,_ :=_ac .GetIntVal (_bdae .Get ("\u0046"));_aada |=1<<3;_aada |=1<<4;_bdae .Set ("\u0046",_ac .MakeInteger (int64 (_aada )));}; +};_efagc ,_gfde :=_ac .GetDict (_bdae .Get ("\u0041\u0050"));if _gfde {_cfgf :=_efagc .Get ("\u004e");if _cfgf ==nil {continue ;};if len (_efagc .Keys ())> 1{_efagc .Clear ();_efagc .Set ("\u004e",_cfgf );};if _ccafa {_eece ,_fcee :=_ac .GetName (_bdae .Get ("\u0046\u0054")); +if _fcee &&*_eece =="\u0042\u0074\u006e"{continue ;};};};};};return nil ;};func _ega (_gfbf *_af .Document )error {_dbcb :=func (_eada *_ac .PdfObjectDictionary )error {if _eada .Get ("\u0054\u0052")!=nil {_ee .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); +_eada .Remove ("\u0054\u0052");};_bbeb :=_eada .Get ("\u0054\u0052\u0032");if _bbeb !=nil {_cead :=_bbeb .String ();if _cead !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_ee .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); +_eada .Set ("\u0054\u0052\u0032",_ac .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};if _eada .Get ("\u0048\u0054\u0050")!=nil {_ee .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074a\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0073\u0020\u0048\u0054P\u0020\u006b\u0065\u0079"); +_eada .Remove ("\u0048\u0054\u0050");};_gbde :=_eada .Get ("\u0042\u004d");if _gbde !=nil {_cdbf ,_adaab :=_ac .GetName (_gbde );if !_adaab {_ee .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); +_cdbf =_ac .MakeName ("");};_acdf :=_cdbf .String ();switch _acdf {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065","\u004d\u0075\u006c\u0074\u0069\u0070\u006c\u0079","\u0053\u0063\u0072\u0065\u0065\u006e","\u004fv\u0065\u0072\u006c\u0061\u0079","\u0044\u0061\u0072\u006b\u0065\u006e","\u004ci\u0067\u0068\u0074\u0065\u006e","\u0043\u006f\u006c\u006f\u0072\u0044\u006f\u0064\u0067\u0065","\u0043o\u006c\u006f\u0072\u0042\u0075\u0072n","\u0048a\u0072\u0064\u004c\u0069\u0067\u0068t","\u0053o\u0066\u0074\u004c\u0069\u0067\u0068t","\u0044\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0063\u0065","\u0045x\u0063\u006c\u0075\u0073\u0069\u006fn","\u0048\u0075\u0065","\u0053\u0061\u0074\u0075\u0072\u0061\u0074\u0069\u006f\u006e","\u0043\u006f\u006co\u0072","\u004c\u0075\u006d\u0069\u006e\u006f\u0073\u0069\u0074\u0079":default:_eada .Set ("\u0042\u004d",_ac .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); +};};return nil ;};_gag ,_ddfg :=_gfbf .GetPages ();if !_ddfg {return nil ;};for _ ,_bgeg :=range _gag {_eda ,_gba :=_bgeg .GetResources ();if !_gba {continue ;};_bgegg ,_efge :=_ac .GetDict (_eda .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_efge {return nil ; +};_bdgca :=_bgegg .Keys ();for _ ,_cfgd :=range _bdgca {_aaeg ,_gab :=_ac .GetDict (_bgegg .Get (_cfgd ));if !_gab {continue ;};_ecfc :=_dbcb (_aaeg );if _ecfc !=nil {continue ;};};};for _ ,_acgd :=range _gag {_cbac ,_gcded :=_acgd .GetContents ();if !_gcded {return nil ; +};for _ ,_agg :=range _cbac {_dafca ,_accdc :=_agg .GetData ();if _accdc !=nil {continue ;};_bcc :=_eaa .NewContentStreamParser (string (_dafca ));_ebc ,_accdc :=_bcc .Parse ();if _accdc !=nil {continue ;};for _ ,_geeb :=range *_ebc {if len (_geeb .Params )==0{continue ; +};_ ,_bdea :=_ac .GetName (_geeb .Params [0]);if !_bdea {continue ;};_cfae ,_caff :=_acgd .GetResourcesXObject ();if !_caff {continue ;};for _ ,_cfaa :=range _cfae .Keys (){_dffd ,_fdge :=_ac .GetStream (_cfae .Get (_cfaa ));if !_fdge {continue ;};_fadge ,_fdge :=_ac .GetDict (_dffd .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_fdge {continue ;};_dfcdd ,_fdge :=_ac .GetDict (_fadge .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_fdge {continue ;};for _ ,_bdga :=range _dfcdd .Keys (){_fgc ,_febg :=_ac .GetDict (_dfcdd .Get (_bdga ));if !_febg {continue ;};_cdc :=_dbcb (_fgc ); +if _cdc !=nil {continue ;};};};};};};return nil ;};func _dbag (_eeca *_ac .PdfObjectDictionary ,_edbbd map[*_ac .PdfObjectStream ][]byte ,_bdfed map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_eadfg ="\u0046\u006f\u0072\u0020\u0061\u006e\u0079\u0020\u0067\u0069\u0076\u0065\u006e\u0020\u0063\u006f\u006d\u0070o\u0073\u0069\u0074e\u0020\u0028\u0054\u0079\u0070\u0065\u0020\u0030\u0029 \u0066\u006fn\u0074\u0020\u0077\u0069\u0074\u0068\u0069\u006e \u0061\u0020\u0063\u006fn\u0066\u006fr\u006d\u0069\u006e\u0067\u0020\u0066\u0069\u006c\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f \u0065\u006e\u0074\u0072\u0079\u0020\u0069\u006e\u0020\u0069\u0074\u0073 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0061\u006e\u0064\u0020\u0069\u0074\u0073\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072y\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020\u0074\u0068\u0065\u0020\u0066\u006fl\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0072\u0065l\u0061t\u0069\u006f\u006e\u0073\u0068\u0069\u0070. \u0049\u0066\u0020\u0074\u0068\u0065\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0054\u0079\u0070\u0065\u0020\u0030 \u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079 \u0069\u0073\u0020I\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056\u002c\u0020\u0061\u006e\u0079\u0020v\u0061\u006c\u0075\u0065\u0073\u0020\u006f\u0066\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u002c\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u002c\u0020\u0061\u006e\u0064\u0020\u0053up\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0075\u0073\u0065\u0064\u0020\u0069n\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066\u006f\u0020\u0065\u006e\u0074r\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044F\u006f\u006e\u0074\u002e\u0020\u004f\u0074\u0068\u0065\u0072\u0077\u0069\u0073\u0065\u002c\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u0072\u0072\u0065\u0073\u0070\u006f\u006e\u0064\u0069\u006e\u0067\u0020\u0052\u0065\u0067\u0069\u0073\u0074\u0072\u0079\u0020a\u006e\u0064\u0020\u004f\u0072\u0064\u0065\u0072\u0069\u006e\u0067\u0020s\u0074\u0072\u0069\u006e\u0067\u0073\u0020\u0069\u006e\u0020\u0062\u006f\u0074h\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065m\u0049\u006e\u0066\u006f\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0069\u0065\u0073\u0020\u0073\u0068\u0061\u006cl\u0020\u0062\u0065\u0020i\u0064en\u0074\u0069\u0063\u0061\u006c\u002c \u0061n\u0064\u0020\u0074\u0068\u0065\u0020v\u0061\u006c\u0075\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0053\u0075\u0070\u0070l\u0065\u006d\u0065\u006e\u0074 \u006b\u0065\u0079\u0020\u0069\u006e\u0020t\u0068\u0065\u0020\u0043I\u0044S\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0062\u0065\u0020\u0067re\u0061\u0074\u0065\u0072\u0020\u0074\u0068\u0061\u006e\u0020\u006f\u0072\u0020\u0065\u0071\u0075\u0061\u006c\u0020\u0074\u006f t\u0068\u0065\u0020\u0053\u0075\u0070\u0070\u006c\u0065\u006d\u0065\u006e\u0074\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074h\u0065\u0020\u0043\u0049\u0044\u0053\u0079\u0073\u0074\u0065\u006d\u0049\u006e\u0066o\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006ff\u0020\u0074\u0068\u0065\u0020\u0043M\u0061p\u002e"; +_efbg ="\u0036\u002e\u0032\u002e\u0031\u0031\u002e\u0033\u002d\u0031";);var _dedage string ;if _degc ,_gega :=_ac .GetName (_eeca .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gega {_dedage =_degc .String ();};if _dedage !="\u0054\u0079\u0070e\u0030"{return _be ; +};_aceda :=_eeca .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _cgfe ,_geef :=_ac .GetName (_aceda );_geef {switch _cgfe .String (){case "\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048","\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056":return _be ; +};_dfgeg ,_dffga :=_c .LoadPredefinedCMap (_cgfe .String ());if _dffga !=nil {return _ecb (_efbg ,_eadfg );};_efdcf :=_dfgeg .CIDSystemInfo ();if _efdcf .Ordering !=_efdcf .Registry {return _ecb (_efbg ,_eadfg );};return _be ;};_cdaaf ,_adff :=_ac .GetStream (_aceda ); +if !_adff {return _ecb (_efbg ,_eadfg );};_dbfb ,_aecda :=_aeea (_cdaaf ,_edbbd ,_bdfed );if _aecda !=nil {return _ecb (_efbg ,_eadfg );};_fcbdc :=_dbfb .CIDSystemInfo ();if _fcbdc .Ordering !=_fcbdc .Registry {return _ecb (_efbg ,_eadfg );};return _be ; +};type profile1 struct{_bbae standardType ;_aggb Profile1Options ;};func _aabe (_fdcg *_ff .CompliancePdfReader )(_eccg []ViolatedRule ){var (_ffccg ,_gcbd ,_fdeb ,_edfd ,_egbg bool ;_abdg func (_ac .PdfObject ););_abdg =func (_fcfbf _ac .PdfObject ){switch _eaab :=_fcfbf .(type ){case *_ac .PdfObjectInteger :if !_ffccg &&(int64 (*_eaab )> _fd .MaxInt32 ||int64 (*_eaab )< -_fd .MaxInt32 ){_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0031","L\u0061\u0072\u0067e\u0073\u0074\u0020\u0049\u006e\u0074\u0065\u0067\u0065\u0072\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u0032\u002c\u0031\u0034\u0037,\u0034\u0038\u0033,\u0036\u0034\u0037\u002e\u0020\u0053\u006d\u0061\u006c\u006c\u0065\u0073\u0074 \u0069\u006e\u0074\u0065g\u0065\u0072\u0020\u0076a\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u002d\u0032\u002c\u0031\u0034\u0037\u002c\u0034\u0038\u0033,\u0036\u0034\u0038\u002e")); +_ffccg =true ;};case *_ac .PdfObjectFloat :if !_gcbd &&(_fd .Abs (float64 (*_eaab ))> _fd .MaxFloat32 ){_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0032","\u0041 \u0063\u006f\u006e\u0066orm\u0069\u006e\u0067\u0020f\u0069\u006c\u0065\u0020\u0073\u0068\u0061\u006c\u006c\u0020n\u006f\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0061\u006e\u0079\u0020\u0072\u0065\u0061\u006c\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u006f\u0075\u0074\u0073\u0069de\u0020\u0074\u0068e\u0020\u0072\u0061\u006e\u0067e\u0020o\u0066\u0020\u002b\u002f\u002d\u0033\u002e\u0034\u00303\u0020\u0078\u0020\u0031\u0030\u005e\u0033\u0038\u002e")); +};case *_ac .PdfObjectString :if !_fdeb &&len ([]byte (_eaab .Str ()))> 32767{_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0033","M\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006c\u0065n\u0067\u0074\u0068\u0020\u006f\u0066\u0020a \u0073\u0074\u0072\u0069n\u0067\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074es\u0029\u0020i\u0073\u0020\u0033\u0032\u0037\u0036\u0037\u002e")); +_fdeb =true ;};case *_ac .PdfObjectName :if !_edfd &&len ([]byte (*_eaab ))> 127{_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0034","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006c\u0065\u006eg\u0074\u0068\u0020\u006ff\u0020\u0061\u0020\u006e\u0061\u006d\u0065\u0020\u0028\u0069\u006e\u0020\u0062\u0079\u0074\u0065\u0073\u0029\u0020\u0069\u0073\u0020\u0031\u0032\u0037\u002e")); +_edfd =true ;};case *_ac .PdfObjectArray :for _ ,_decea :=range _eaab .Elements (){_abdg (_decea );};if !_egbg &&(_eaab .Len ()==4||_eaab .Len ()==5){_bgdd ,_gggg :=_ac .GetName (_eaab .Get (0));if !_gggg {return ;};if *_bgdd !="\u0044e\u0076\u0069\u0063\u0065\u004e"{return ; +};_gfgcd :=_eaab .Get (1);_gfgcd =_ac .TraceToDirectObject (_gfgcd );_cfcad ,_gggg :=_ac .GetArray (_gfgcd );if !_gggg {return ;};if _cfcad .Len ()> 32{_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0039","\u004d\u0061\u0078\u0069\u006d\u0075\u006d \u006e\u0075\u006db\u0065\u0072\u0020\u006ff\u0020\u0044\u0065\u0076\u0069\u0063\u0065\u004e\u0020\u0063\u006f\u006d\u0070\u006f\u006e\u0065\u006e\u0074\u0073\u0020\u0069\u0073\u0020\u0033\u0032\u002e")); +_egbg =true ;};};case *_ac .PdfObjectDictionary :_dcab :=_eaab .Keys ();for _ccafe ,_bacb :=range _dcab {_abdg (&_dcab [_ccafe ]);_abdg (_eaab .Get (_bacb ));};case *_ac .PdfObjectStream :_abdg (_eaab .PdfObjectDictionary );case *_ac .PdfObjectStreams :for _ ,_cgbd :=range _eaab .Elements (){_abdg (_cgbd ); +};case *_ac .PdfObjectReference :_abdg (_eaab .Resolve ());};};_gfbg :=_fdcg .GetObjectNums ();if len (_gfbg )> 8388607{_eccg =append (_eccg ,_ecb ("\u0036\u002e\u0031\u002e\u0031\u0033\u002d\u0037","\u004d\u0061\u0078\u0069\u006d\u0075\u006d\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u0020\u006f\u0066\u0020in\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0073 \u0069\u006e\u0020\u0061\u0020\u0050\u0044\u0046\u0020\u0066\u0069\u006c\u0065\u0020\u0069\u0073\u00208\u002c\u0033\u0038\u0038\u002c\u0036\u0030\u0037\u002e")); +};for _ ,_ddbg :=range _gfbg {_afgbe ,_cadc :=_fdcg .GetIndirectObjectByNumber (_ddbg );if _cadc !=nil {continue ;};_aaacd :=_ac .TraceToDirectObject (_afgbe );_abdg (_aaacd );};return _eccg ;};func _dfcd (_acg *_af .Document ,_cecde standardType ,_egf *_af .OutputIntents )error {var (_ffggc *_ff .PdfOutputIntent ; +_aad error ;);if _acg .Version .Minor <=7{_ffggc ,_aad =_fg .NewSRGBv2OutputIntent (_cecde .outputIntentSubtype ());}else {_ffggc ,_aad =_fg .NewSRGBv4OutputIntent (_cecde .outputIntentSubtype ());};if _aad !=nil {return _aad ;};if _aad =_egf .Add (_ffggc .ToPdfObject ()); +_aad !=nil {return _aad ;};return nil ;};func _ebd (_eggg *_ff .CompliancePdfReader )ViolatedRule {if _eggg .ParserMetadata ().HeaderPosition ()!=0{return _ecb ("\u0036.\u0031\u002e\u0032\u002d\u0031","h\u0065\u0061\u0064\u0065\u0072\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e\u0020\u0069\u0073\u0020n\u006f\u0074\u0020\u0061\u0074\u0020\u0074\u0068\u0065\u0020fi\u0072\u0073\u0074 \u0062y\u0074\u0065"); +};return _be ;};func _affbg (_afab *_ff .PdfInfo ,_gedfa *_ca .Document )bool {_cdga ,_gafad :=_gedfa .GetPdfInfo ();if !_gafad {return false ;};if _cdga .InfoDict ==nil {return false ;};_dbde ,_eggb :=_ff .NewPdfInfoFromObject (_cdga .InfoDict );if _eggb !=nil {return false ; +};if _afab .Creator !=nil {if _dbde .Creator ==nil ||_dbde .Creator .String ()!=_afab .Creator .String (){return false ;};};if _afab .CreationDate !=nil {if _dbde .CreationDate ==nil ||!_dbde .CreationDate .ToGoTime ().Equal (_afab .CreationDate .ToGoTime ()){return false ; +};};if _afab .ModifiedDate !=nil {if _dbde .ModifiedDate ==nil ||!_dbde .ModifiedDate .ToGoTime ().Equal (_afab .ModifiedDate .ToGoTime ()){return false ;};};if _afab .Producer !=nil {if _dbde .Producer ==nil ||_dbde .Producer .String ()!=_afab .Producer .String (){return false ; +};};if _afab .Keywords !=nil {if _dbde .Keywords ==nil ||_dbde .Keywords .String ()!=_afab .Keywords .String (){return false ;};};if _afab .Trapped !=nil {if _dbde .Trapped ==nil {return false ;};switch _afab .Trapped .String (){case "\u0054\u0072\u0075\u0065":if _dbde .Trapped .String ()!="\u0054\u0072\u0075\u0065"{return false ; +};case "\u0046\u0061\u006cs\u0065":if _dbde .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ;};default:if _dbde .Trapped .String ()!="\u0046\u0061\u006cs\u0065"{return false ;};};};if _afab .Title !=nil {if _dbde .Title ==nil ||_dbde .Title .String ()!=_afab .Title .String (){return false ; +};};if _afab .Subject !=nil {if _dbde .Subject ==nil ||_dbde .Subject .String ()!=_afab .Subject .String (){return false ;};};return true ;};var _ Profile =(*Profile3A )(nil );func _bgde (_fged *_af .Document )error {_adfb ,_dag :=_fged .FindCatalog (); +if !_dag {return nil ;};_ ,_dag =_adfb .GetStructTreeRoot ();if !_dag {_fgedd :=_ff .NewStructTreeRoot ();_ddd :=_fgedd .ToPdfObject ().(*_ac .PdfIndirectObject );_fbg :=_ddd .PdfObject .(*_ac .PdfObjectDictionary );_adfb .SetStructTreeRoot (_fbg );};return nil ; +};func _bde (_eee *_af .Document )error {_bdgc :=map[string ]*_ac .PdfObjectDictionary {};_ada :=_a .NewFinder (&_a .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});_ggf :=map[_ac .PdfObject ]struct{}{};_aba :=map[_ac .PdfObject ]struct{}{}; +for _ ,_aac :=range _eee .Objects {_abf ,_bef :=_ac .GetDict (_aac );if !_bef {continue ;};_ffc :=_abf .Get ("\u0054\u0079\u0070\u0065");if _ffc ==nil {continue ;};if _aacd ,_dba :=_ac .GetName (_ffc );_dba &&_aacd .String ()!="\u0046\u006f\u006e\u0074"{continue ; +};if _ ,_ccb :=_ggf [_aac ];_ccb {continue ;};_bab ,_bge :=_ff .NewPdfFontFromPdfObject (_abf );if _bge !=nil {_ee .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _bge ;};if _bab .Encoder ()!=nil &&(_bab .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_bab .Encoder ().String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"){continue ;};if _bab .Subtype ()=="\u0043\u0049\u0044F\u006f\u006e\u0074\u0054\u0079\u0070\u0065\u0032"{_dgb :=_bab .GetCIDToGIDMapObject (); +if _dgb !=nil {continue ;};};_agfa ,_bge :=_bab .GetFontDescriptor ();if _bge !=nil {return _bge ;};if _agfa !=nil &&(_agfa .FontFile !=nil ||_agfa .FontFile2 !=nil ||_agfa .FontFile3 !=nil ){continue ;};_cae :=_bab .BaseFont ();if _cae ==""{_aage ,_aee :=_bab .GetFontDescriptor (); +if _aee !=nil {return _e .Errorf ("\u0063\u0061\u006e\u0027\u0074\u0020\u0067\u0065t\u0020\u0074\u0068e \u0066\u006f\u006e\u0074\u0020\u006ea\u006d\u0065\u0020\u0066\u0072\u006f\u006d\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065s\u0063\u0072\u0069\u0070\u0074\u006f\u0072\u003a \u0025\u0073",_abf .String ()); +};_cae =_aage .FontName .String ();if _cae ==""{return _e .Errorf ("\u006f\u006e\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006f\u0062\u006a\u0065c\u0074\u0073\u0020\u0073\u0079\u006e\u0074\u0061\u0078\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0076\u0061\u006c\u0069d\u0020\u002d\u0020\u0042\u0061\u0073\u0065\u0046\u006f\u006e\u0074\u0020\u0075\u006ed\u0065\u0066\u0069n\u0065\u0064\u003a\u0020\u0025\u0073",_abf .String ()); +};};_fda ,_fgea :=_bdgc [_cae ];if !_fgea {if len (_cae )> 7&&_cae [6]=='+'{_cae =_cae [7:];};_afb :=[]string {_cae ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; +for _ ,_fdb :=range _afb {_ee .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_fdb );if _fda ,_fgea =_bdgc [_fdb ]; +_fgea {break ;};_fea :=_ada .Match (_fdb );if _fea ==nil {_ee .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_fdb );continue ;};_ddb ,_gee :=_ff .NewPdfFontFromTTFFile (_fea .Filename ); +if _gee !=nil {return _gee ;};_cdb :=_ddb .FontDescriptor ();if _cdb .FontFile !=nil {if _ ,_fgea =_aba [_cdb .FontFile ];!_fgea {_eee .Objects =append (_eee .Objects ,_cdb .FontFile );_aba [_cdb .FontFile ]=struct{}{};};};if _cdb .FontFile2 !=nil {if _ ,_fgea =_aba [_cdb .FontFile2 ]; +!_fgea {_eee .Objects =append (_eee .Objects ,_cdb .FontFile2 );_aba [_cdb .FontFile2 ]=struct{}{};};};if _cdb .FontFile3 !=nil {if _ ,_fgea =_aba [_cdb .FontFile3 ];!_fgea {_eee .Objects =append (_eee .Objects ,_cdb .FontFile3 );_aba [_cdb .FontFile3 ]=struct{}{}; +};};_ggff ,_bdc :=_ddb .ToPdfObject ().(*_ac .PdfIndirectObject );if !_bdc {_ee .Log .Debug ("\u0066\u006f\u006e\u0074\u0020\u0069\u0073\u0020\u006e\u006ft\u0020\u0061\u006e\u0020\u0069\u006e\u0064i\u0072\u0065\u0063\u0074\u0020\u006f\u0062\u006a\u0065\u0063\u0074"); +continue ;};_ceaa ,_bdc :=_ggff .PdfObject .(*_ac .PdfObjectDictionary );if !_bdc {_ee .Log .Debug ("\u0046\u006fn\u0074\u0020\u0074\u0079p\u0065\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u006e \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0064\u0069\u0063\u0074\u0069o\u006e\u0061\u0072\u0079"); +continue ;};_bdgc [_fdb ]=_ceaa ;_fda =_ceaa ;break ;};if _fda ==nil {_ee .Log .Debug ("\u004e\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0069\u006eg\u0020\u0066\u006f\u006e\u0074\u0020\u0066o\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u003a\u0020\u0025\u0073",_bab .BaseFont ()); +return _g .New ("\u006e\u006f m\u0061\u0074\u0063h\u0069\u006e\u0067\u0020fon\u0074 f\u006f\u0075\u006e\u0064\u0020\u0069\u006e t\u0068\u0065\u0020\u0073\u0079\u0073\u0074e\u006d");};};for _ ,_bca :=range _fda .Keys (){_abf .Set (_bca ,_fda .Get (_bca )); +};_fegb :=_fda .Get ("\u0057\u0069\u0064\u0074\u0068\u0073");if _fegb !=nil {if _ ,_fgea =_aba [_fegb ];!_fgea {_eee .Objects =append (_eee .Objects ,_fegb );_aba [_fegb ]=struct{}{};};};_ggf [_aac ]=struct{}{};_fbcb :=_abf .Get ("\u0046\u006f\u006e\u0074\u0044\u0065\u0073\u0063\u0072i\u0070\u0074\u006f\u0072"); +if _fbcb !=nil {_eee .Objects =append (_eee .Objects ,_fbcb );_aba [_fbcb ]=struct{}{};};};return nil ;};func _egd (_afe *_af .Document )error {_dbf :=func (_bda *_ac .PdfObjectDictionary )error {if _gc :=_bda .Get ("\u0053\u004d\u0061s\u006b");_gc !=nil {_bda .Set ("\u0053\u004d\u0061s\u006b",_ac .MakeName ("\u004e\u006f\u006e\u0065")); +};_eecb :=_bda .Get ("\u0043\u0041");if _eecb !=nil {_gdb ,_fbec :=_ac .GetNumberAsFloat (_eecb );if _fbec !=nil {_ee .Log .Debug ("\u0045x\u0074\u0047S\u0074\u0061\u0074\u0065 \u006f\u0062\u006ae\u0063\u0074\u0020\u0043\u0041\u0020\u0076\u0061\u006cue\u0020\u0069\u0073 \u006e\u006ft\u0020\u0061\u0020\u0066\u006c\u006fa\u0074\u003a \u0025\u0076",_fbec ); +_gdb =0;};if _gdb !=1.0{_bda .Set ("\u0043\u0041",_ac .MakeFloat (1.0));};};_eecb =_bda .Get ("\u0063\u0061");if _eecb !=nil {_gfc ,_egca :=_ac .GetNumberAsFloat (_eecb );if _egca !=nil {_ee .Log .Debug ("\u0045\u0078t\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0027\u0063\u0061\u0027\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u0066\u006c\u006f\u0061\u0074\u003a\u0020\u0025\u0076",_egca ); +_gfc =0;};if _gfc !=1.0{_bda .Set ("\u0063\u0061",_ac .MakeFloat (1.0));};};_edg :=_bda .Get ("\u0042\u004d");if _edg !=nil {_ebg ,_add :=_ac .GetName (_edg );if !_add {_ee .Log .Debug ("E\u0078\u0074\u0047\u0053\u0074\u0061t\u0065\u0020\u006f\u0062\u006a\u0065c\u0074\u0020\u0027\u0042\u004d\u0027\u0020i\u0073\u0020\u006e\u006f\u0074\u0020\u0061\u0020\u004e\u0061m\u0065"); +_ebg =_ac .MakeName ("");};_cecc :=_ebg .String ();switch _cecc {case "\u004e\u006f\u0072\u006d\u0061\u006c","\u0043\u006f\u006d\u0070\u0061\u0074\u0069\u0062\u006c\u0065":default:_bda .Set ("\u0042\u004d",_ac .MakeName ("\u004e\u006f\u0072\u006d\u0061\u006c")); +};};_gce :=_bda .Get ("\u0054\u0052");if _gce !=nil {_ee .Log .Debug ("\u0045\u0078\u0074\u0047\u0053\u0074\u0061\u0074\u0065\u0020\u006f\u0062\u006a\u0065\u0063t\u0020c\u006f\u006e\u0074\u0061\u0069\u006e\u0073\u0020\u0054\u0052\u0020\u006b\u0065\u0079"); +_bda .Remove ("\u0054\u0052");};_deba :=_bda .Get ("\u0054\u0052\u0032");if _deba !=nil {_cda :=_deba .String ();if _cda !="\u0044e\u0066\u0061\u0075\u006c\u0074"{_ee .Log .Debug ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074\u0065 o\u0062\u006a\u0065\u0063\u0074\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0073 \u0054\u00522\u0020\u006b\u0065y\u0020\u0077\u0069\u0074\u0068\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006f\u0074\u0068\u0065r\u0020\u0074ha\u006e\u0020\u0044e\u0066\u0061\u0075\u006c\u0074"); +_bda .Set ("\u0054\u0052\u0032",_ac .MakeName ("\u0044e\u0066\u0061\u0075\u006c\u0074"));};};return nil ;};_cfc ,_dce :=_afe .GetPages ();if !_dce {return nil ;};for _ ,_fge :=range _cfc {_afc ,_ffg :=_fge .GetResources ();if !_ffg {continue ;};_fbd ,_gcf :=_ac .GetDict (_afc .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e")); +if !_gcf {return nil ;};_cgc :=_fbd .Keys ();for _ ,_aag :=range _cgc {_gfca ,_ceef :=_ac .GetDict (_fbd .Get (_aag ));if !_ceef {continue ;};_ffd :=_dbf (_gfca );if _ffd !=nil {continue ;};};};for _ ,_cbad :=range _cfc {_bbed ,_fgf :=_cbad .GetContents (); +if !_fgf {return nil ;};for _ ,_cfe :=range _bbed {_baa ,_acc :=_cfe .GetData ();if _acc !=nil {continue ;};_bfd :=_eaa .NewContentStreamParser (string (_baa ));_ae ,_acc :=_bfd .Parse ();if _acc !=nil {continue ;};for _ ,_ccc :=range *_ae {if len (_ccc .Params )==0{continue ; +};_ ,_aff :=_ac .GetName (_ccc .Params [0]);if !_aff {continue ;};_ef ,_dff :=_cbad .GetResourcesXObject ();if !_dff {continue ;};for _ ,_aaed :=range _ef .Keys (){_gfa ,_ddc :=_ac .GetStream (_ef .Get (_aaed ));if !_ddc {continue ;};_cecd ,_ddc :=_ac .GetDict (_gfa .Get ("\u0052e\u0073\u006f\u0075\u0072\u0063\u0065s")); +if !_ddc {continue ;};_cfed ,_ddc :=_ac .GetDict (_cecd .Get ("\u0045x\u0074\u0047\u0053\u0074\u0061\u0074e"));if !_ddc {continue ;};for _ ,_dfg :=range _cfed .Keys (){_ccg ,_agf :=_ac .GetDict (_cfed .Get (_dfg ));if !_agf {continue ;};_ecee :=_dbf (_ccg ); +if _ecee !=nil {continue ;};};};};};};return nil ;};var _ Profile =(*Profile2B )(nil );func _fdeed (_cdbdc *_ff .PdfFont ,_abfb *_ac .PdfObjectDictionary )ViolatedRule {const (_eaba ="\u0036.\u0033\u002e\u0037\u002d\u0031";_aedf ="\u0041\u006cl \u006e\u006f\u006e\u002d\u0073\u0079\u006db\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065\u0020\u0066o\u006e\u0074s\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0068\u0061\u0076\u0065\u0020e\u0069\u0074h\u0065\u0072\u0020\u004d\u0061\u0063\u0052\u006f\u006d\u0061\u006e\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041\u006e\u0073i\u0045n\u0063\u006f\u0064\u0069n\u0067\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066o\u0072\u0020t\u0068\u0065 \u0045n\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006b\u0065\u0079 \u0069\u006e\u0020t\u0068e\u0020\u0046o\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u006f\u0072\u0020\u0061\u0073\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0066\u006f\u0072 \u0074\u0068\u0065\u0020\u0042\u0061\u0073\u0065\u0045\u006e\u0063\u006fd\u0069\u006e\u0067\u0020\u006b\u0065\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065 \u0064i\u0063\u0074i\u006fn\u0061\u0072\u0079\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0069s\u0020\u0074\u0068\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u006ff\u0020\u0074\u0068e\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006be\u0079\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0046\u006f\u006e\u0074 \u0064\u0069\u0063\u0074i\u006f\u006e\u0061\u0072\u0079\u002e\u0020\u0049\u006e\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e, \u006eo\u0020n\u006f\u006e\u002d\u0073\u0079\u006d\u0062\u006f\u006c\u0069\u0063\u0020\u0054\u0072\u0075\u0065\u0054\u0079p\u0065 \u0066\u006f\u006e\u0074\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0020\u0061\u0020\u0044\u0069\u0066\u0066e\u0072\u0065\u006e\u0063\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0075n\u006c\u0065s\u0073\u0020\u0061\u006c\u006c\u0020\u006f\u0066\u0020\u0074h\u0065\u0020\u0067\u006c\u0079\u0070\u0068\u0020\u006e\u0061\u006d\u0065\u0073 \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0044\u0069f\u0066\u0065\u0072\u0065\u006ec\u0065\u0073\u0020a\u0072\u0072\u0061\u0079\u0020\u0061\u0072\u0065\u0020\u006c\u0069\u0073\u0074\u0065\u0064 \u0069\u006e \u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065 G\u006c\u0079\u0070\u0068\u0020\u004c\u0069\u0073t\u0020\u0061\u006e\u0064\u0020\u0074h\u0065\u0020\u0065\u006d\u0062\u0065\u0064\u0064\u0065\u0064\u0020\u0066o\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072a\u006d\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0073\u0020\u0061\u0074\u0020\u006c\u0065\u0061\u0073t\u0020\u0074\u0068\u0065\u0020\u004d\u0069\u0063\u0072o\u0073o\u0066\u0074\u0020\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0028\u0033\u002c\u0031 \u2013 P\u006c\u0061\u0074\u0066\u006f\u0072\u006d\u0020I\u0044\u003d\u0033\u002c\u0020\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067 I\u0044\u003d\u0031\u0029\u0020\u0065\u006e\u0063\u006f\u0064i\u006e\u0067 \u0069\u006e\u0020t\u0068\u0065\u0020'\u0063\u006d\u0061\u0070\u0027\u0020\u0074\u0061\u0062\u006c\u0065\u002e"; +);var _bcag string ;if _eccc ,_gbcd :=_ac .GetName (_abfb .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_gbcd {_bcag =_eccc .String ();};if _bcag !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _be ;};_cceff :=_cdbdc .FontDescriptor ();_bgca ,_agdf :=_ac .GetIntVal (_cceff .Flags ); +if !_agdf {_ee .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _ecb (_eaba ,_aedf );};_fcefd :=(uint32 (_bgca )>>3)!=0;if _fcefd {return _be ;};_fbad ,_agdf :=_ac .GetName (_abfb .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"));if !_agdf {return _ecb (_eaba ,_aedf );};switch _fbad .String (){case "\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067","\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067":return _be ; +default:return _ecb (_eaba ,_aedf );};}; + +// ValidateStandard checks if provided input CompliancePdfReader matches rules that conforms PDF/A-2 standard. +func (_bfe *profile2 )ValidateStandard (r *_ff .CompliancePdfReader )error {_agac :=VerificationError {ConformanceLevel :_bfe ._ddgcg ._fe ,ConformanceVariant :_bfe ._ddgcg ._ge };if _gfbe :=_accae (r );_gfbe !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_gfbe ); +};if _cagf :=_beea (r );_cagf !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_cagf );};if _fcfa :=_cgd (r );_fcfa !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_fcfa );};if _gecg :=_dffg (r );_gecg !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_gecg ); +};if _dadc :=_ecgc (r );_dadc !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_dadc );};if _ebec :=_fdda (r );len (_ebec )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_ebec ...);};if _bgae :=_aaag (r );len (_bgae )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_bgae ...); +};if _afff :=_dgca (r );len (_afff )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_afff ...);};if _fcc :=_effb (r );_fcc !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_fcc );};if _eeec :=_aebc (r );len (_eeec )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_eeec ...); +};if _caffg :=_aabe (r );len (_caffg )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_caffg ...);};if _ecfg :=_gbccg (r );_ecfg !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_ecfg );};if _ebcd :=_afgc (r );len (_ebcd )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_ebcd ...); +};if _fbdd :=_cggg (r );len (_fbdd )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_fbdd ...);};if _geag :=_bcfa (r );_geag !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_geag );};if _fdd :=_eeedc (r );len (_fdd )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_fdd ...); +};if _bdee :=_aeca (r );len (_bdee )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_bdee ...);};if _ebbd :=_adgf (r );_ebbd !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_ebbd );};if _gebf :=_dadd (r );len (_gebf )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_gebf ...); +};if _caea :=_cabd (r ,_bfe ._ddgcg );len (_caea )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_caea ...);};if _aebf :=_fadee (r );len (_aebf )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_aebf ...);};if _dbgd :=_ggdf (r );len (_dbgd )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_dbgd ...); +};if _agdg :=_adbd (r );len (_agdg )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_agdg ...);};if _deac :=_eegbc (r );_deac !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_deac );};if _fgcf :=_ccbc (r );len (_fgcf )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_fgcf ...); +};if _deegb :=_cgae (r );_deegb !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_deegb );};if _debe :=_feggd (r ,_bfe ._ddgcg ,false );len (_debe )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_debe ...);};if _bfe ._ddgcg ==_gdc (){if _ceee :=_faca (r ); +len (_ceee )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_ceee ...);};};if _dgbde :=_bgbb (r );len (_dgbde )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_dgbde ...);};if _gbgc :=_facg (r );len (_gbgc )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_gbgc ...); +};if _dfdb :=_fdbcd (r );len (_dfdb )!=0{_agac .ViolatedRules =append (_agac .ViolatedRules ,_dfdb ...);};if _acgdd :=_beca (r );_acgdd !=_be {_agac .ViolatedRules =append (_agac .ViolatedRules ,_acgdd );};if len (_agac .ViolatedRules )> 0{_d .Slice (_agac .ViolatedRules ,func (_ggcc ,_dfac int )bool {return _agac .ViolatedRules [_ggcc ].RuleNo < _agac .ViolatedRules [_dfac ].RuleNo ; +});return _agac ;};return nil ;};func _cgd (_ddff *_ff .CompliancePdfReader )ViolatedRule {_bddf ,_cacd :=_ddff .PdfReader .GetTrailer ();if _cacd !=nil {return _ecb ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u006d\u0069\u0073s\u0069\u006e\u0067\u0020t\u0072\u0061\u0069\u006c\u0065\u0072\u0020i\u006e\u0020\u0074\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074"); +};if _bddf .Get ("\u0049\u0044")==nil {return _ecb ("\u0036.\u0031\u002e\u0033\u002d\u0031","\u0054\u0068\u0065\u0020\u0066\u0069\u006c\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072\u0020\u0064\u0069\u0063t\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068a\u006c\u006c\u0020\u0063\u006f\u006e\u0074\u0061\u0069\u006e\u0020\u0074\u0068e\u0020\u0027\u0049\u0044\u0027\u0020k\u0065\u0079\u0077o\u0072\u0064"); +};if _bddf .Get ("\u0045n\u0063\u0072\u0079\u0070\u0074")!=nil {return _ecb ("\u0036.\u0031\u002e\u0033\u002d\u0032","\u0054\u0068\u0065\u0020\u006b\u0065y\u0077\u006f\u0072\u0064\u0020'\u0045\u006e\u0063\u0072\u0079\u0070t\u0027\u0020\u0073\u0068\u0061l\u006c\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0074\u0072\u0061\u0069\u006c\u0065\u0072 \u0064\u0069\u0063\u0074\u0069\u006f\u006e\u0061r\u0079\u002e\u0020"); +};return _be ;};func _adgf (_gaegg *_ff .CompliancePdfReader )(_gcdb ViolatedRule ){for _ ,_ccdde :=range _gaegg .GetObjectNums (){_bacga ,_befb :=_gaegg .GetIndirectObjectByNumber (_ccdde );if _befb !=nil {continue ;};_aeecc ,_agdgf :=_ac .GetStream (_bacga ); +if !_agdgf {continue ;};_ggbgg ,_agdgf :=_ac .GetName (_aeecc .Get ("\u0054\u0079\u0070\u0065"));if !_agdgf {continue ;};if *_ggbgg !="\u0058O\u0062\u006a\u0065\u0063\u0074"{continue ;};_ ,_agdgf =_ac .GetName (_aeecc .Get ("\u004f\u0050\u0049"));if _agdgf {return _ecb ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};_gdace ,_agdgf :=_ac .GetName (_aeecc .Get ("\u0053\u0075\u0062\u0074\u0079\u0070\u0065\u0032"));if !_agdgf {continue ;};if *_gdace =="\u0050\u0053"{return _ecb ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};if _aeecc .Get ("\u0050\u0053")!=nil {return _ecb ("\u0036.\u0032\u002e\u0039\u002d\u0031","\u0041\u0020\u0066\u006f\u0072m\u0020\u0058\u004f\u0062\u006a\u0065c\u0074\u0020\u0064i\u0063\u0074\u0069\u006f\u006e\u0061\u0072\u0079\u0020\u0073\u0068\u0061\u006c\u006c\u0020\u006e\u006ft\u0020\u0063\u006f\u006e\u0074\u0061\u0069n\u0020\u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u003a \u002d\u0020\u0074\u0068\u0065\u0020O\u0050\u0049\u0020\u006b\u0065\u0079\u003b \u002d\u0020\u0074\u0068e \u0053u\u0062\u0074\u0079\u0070\u0065\u0032 ke\u0079 \u0077\u0069t\u0068\u0020\u0061\u0020\u0076\u0061l\u0075\u0065\u0020\u006f\u0066\u0020\u0050\u0053\u003b\u0020\u002d \u0074\u0068\u0065\u0020\u0050\u0053\u0020\u006b\u0065\u0079\u002e"); +};};return _gcdb ;};func _gbdba (_cfeec *_ff .PdfFont ,_ecebd *_ac .PdfObjectDictionary )ViolatedRule {const (_dcbg ="\u0036.\u0033\u002e\u0037\u002d\u0033";_afcgg ="\u0046\u006f\u006e\u0074\u0020\u0070\u0072\u006f\u0067\u0072\u0061\u006d\u0073\u0027\u0020\u0022\u0063\u006d\u0061\u0070\u0022\u0020\u0074\u0061\u0062\u006c\u0065\u0073\u0020\u0066\u006f\u0072\u0020\u0061\u006c\u006c\u0020\u0073\u0079\u006d\u0062o\u006c\u0069c\u0020\u0054\u0072\u0075e\u0054\u0079\u0070\u0065\u0020\u0066\u006f\u006e\u0074\u0073 \u0073\u0068\u0061\u006c\u006c\u0020\u0063\u006f\u006et\u0061\u0069\u006e\u0020\u0065\u0078\u0061\u0063\u0074\u006cy\u0020\u006f\u006ee\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u002e"; +);var _acdd string ;if _ceeg ,_ddgd :=_ac .GetName (_ecebd .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065"));_ddgd {_acdd =_ceeg .String ();};if _acdd !="\u0054\u0072\u0075\u0065\u0054\u0079\u0070\u0065"{return _be ;};_faee :=_cfeec .FontDescriptor ();_ageff ,_egffe :=_ac .GetIntVal (_faee .Flags ); +if !_egffe {_ee .Log .Debug ("\u0066\u006c\u0061\u0067\u0073 \u006e\u006f\u0074\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0066o\u0072\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069\u0070\u0074\u006f\u0072"); +return _ecb (_dcbg ,_afcgg );};_dcba :=(uint32 (_ageff )>>3)!=0;if !_dcba {return _be ;};return _be ;};func _fac ()standardType {return standardType {_fe :2,_ge :"\u0042"}};func _adaag (_efb *_af .Document )error {_deg ,_geaa :=_efb .FindCatalog ();if !_geaa {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064"); +};_dab ,_geaa :=_ac .GetDict (_deg .Object .Get ("\u004f\u0043\u0050r\u006f\u0070\u0065\u0072\u0074\u0069\u0065\u0073"));if !_geaa {return nil ;};_gccc ,_geaa :=_ac .GetDict (_dab .Get ("\u0044"));if _geaa {if _gccc .Get ("\u0041\u0053")!=nil {_gccc .Remove ("\u0041\u0053"); +};};_ggeg ,_geaa :=_ac .GetArray (_dab .Get ("\u0043o\u006e\u0066\u0069\u0067\u0073"));if _geaa {for _gcff :=0;_gcff < _ggeg .Len ();_gcff ++{_agfce ,_gdaa :=_ac .GetDict (_ggeg .Get (_gcff ));if !_gdaa {continue ;};if _agfce .Get ("\u0041\u0053")!=nil {_agfce .Remove ("\u0041\u0053"); +};};};return nil ;};func _aecc (_cddca *_af .Document )error {_caec ,_edgd :=_cddca .FindCatalog ();if !_edgd {return _g .New ("\u0063\u0061\u0074\u0061\u006c\u006f\u0067\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_fcg ,_edgd :=_ac .GetDict (_caec .Object .Get ("\u004e\u0061\u006de\u0073")); +if !_edgd {return nil ;};if _fcg .Get ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073")!=nil {_fcg .Remove ("\u0041\u006c\u0074\u0065rn\u0061\u0074\u0065\u0050\u0072\u0065\u0073\u0065\u006e\u0074\u0061\u0074\u0069\u006fn\u0073"); +};return nil ;};func _bfg (_ddbb bool ,_ecgg standardType )(pageColorspaceOptimizeFunc ,documentColorspaceOptimizeFunc ){var _eebb ,_fadg ,_fbga bool ;_fadf :=func (_gge *_af .Document ,_aed *_af .Page ,_ecbb []*_af .Image )error {_fadg =true ;for _ ,_gcab :=range _ecbb {switch _gcab .Colorspace {case "\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fadg =true ; +case "\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_eebb =true ;case "\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_fbga =true ;};};_aeed ,_dgeg :=_aed .GetContents ();if !_dgeg {return nil ;};for _ ,_aaggg :=range _aeed {_gcc ,_cca :=_aaggg .GetData (); +if _cca !=nil {continue ;};_fegf :=_eaa .NewContentStreamParser (string (_gcc ));_gffa ,_cca :=_fegf .Parse ();if _cca !=nil {continue ;};for _ ,_aeb :=range *_gffa {switch _aeb .Operand {case "\u0047","\u0067":_fadg =true ;case "\u0052\u0047","\u0072\u0067":_eebb =true ; +case "\u004b","\u006b":_fbga =true ;case "\u0043\u0053","\u0063\u0073":if len (_aeb .Params )==0{continue ;};_dgd ,_dgbd :=_ac .GetName (_aeb .Params [0]);if !_dgbd {continue ;};switch _dgd .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_eebb =true ; +case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fadg =true ;case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_fbga =true ;};};};};_fgbb :=_aed .FindXObjectForms ();for _ ,_aaef :=range _fgbb {_aeee :=_eaa .NewContentStreamParser (string (_aaef .Stream )); +_ggg ,_acae :=_aeee .Parse ();if _acae !=nil {continue ;};for _ ,_dfb :=range *_ggg {switch _dfb .Operand {case "\u0047","\u0067":_fadg =true ;case "\u0052\u0047","\u0072\u0067":_eebb =true ;case "\u004b","\u006b":_fbga =true ;case "\u0043\u0053","\u0063\u0073":if len (_dfb .Params )==0{continue ; +};_eed ,_gcee :=_ac .GetName (_dfb .Params [0]);if !_gcee {continue ;};switch _eed .String (){case "\u0052\u0047\u0042","\u0044e\u0076\u0069\u0063\u0065\u0052\u0047B":_eebb =true ;case "\u0047","\u0044\u0065\u0076\u0069\u0063\u0065\u0047\u0072\u0061\u0079":_fadg =true ; +case "\u0043\u004d\u0059\u004b","\u0044\u0065\u0076\u0069\u0063\u0065\u0043\u004d\u0059\u004b":_fbga =true ;};};};_gda ,_efca :=_ac .GetArray (_aed .Object .Get ("\u0041\u006e\u006e\u006f\u0074\u0073"));if !_efca {return nil ;};for _ ,_bfbd :=range _gda .Elements (){_dcc ,_gcb :=_ac .GetDict (_bfbd ); +if !_gcb {continue ;};_cfa :=_dcc .Get ("\u0043");if _cfa ==nil {continue ;};_fgg ,_gcb :=_ac .GetArray (_cfa );if !_gcb {continue ;};switch _fgg .Len (){case 0:case 1:_fadg =true ;case 3:_eebb =true ;case 4:_fbga =true ;};};};return nil ;};_ebb :=func (_bbf *_af .Document ,_fdf []*_af .Image )error {_cag ,_ceb :=_bbf .FindCatalog (); +if !_ceb {return nil ;};_gfge ,_ceb :=_cag .GetOutputIntents ();if _ceb &&_gfge .Len ()> 0{return nil ;};if !_ceb {_gfge =_cag .NewOutputIntents ();};if !(_eebb ||_fbga ||_fadg ){return nil ;};defer _cag .SetOutputIntents (_gfge );if _eebb &&!_fbga &&!_fadg {return _dfcd (_bbf ,_ecgg ,_gfge ); +};if _fbga &&!_eebb &&!_fadg {return _cedc (_ecgg ,_gfge );};if _fadg &&!_eebb &&!_fbga {return _ebbf (_ecgg ,_gfge );};if (_eebb &&_fbga )||(_eebb &&_fadg )||(_fbga &&_fadg ){if _dffb :=_bfa (_fdf ,_ddbb );_dffb !=nil {return _dffb ;};if _fgbc :=_ecc (_bbf ,_ddbb ); +_fgbc !=nil {return _fgbc ;};if _gfcb :=_gdcf (_bbf ,_ddbb );_gfcb !=nil {return _gfcb ;};if _fdad :=_addf (_bbf ,_ddbb );_fdad !=nil {return _fdad ;};if _ddbb {return _cedc (_ecgg ,_gfge );};return _dfcd (_bbf ,_ecgg ,_gfge );};return nil ;};return _fadf ,_ebb ; +};func _abgc (_aced *_ac .PdfObjectDictionary ,_dfbc map[*_ac .PdfObjectStream ][]byte ,_bfbb map[*_ac .PdfObjectStream ]*_c .CMap )ViolatedRule {const (_fdde ="\u0036.\u0033\u002e\u0038\u002d\u0031";_deff ="\u0054\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074\u0069\u006f\u006ea\u0072\u0079\u0020\u0073\u0068\u0061\u006cl\u0020\u0069\u006e\u0063l\u0075\u0064e\u0020\u0061 \u0054\u006f\u0055\u006e\u0069\u0063\u006f\u0064\u0065\u0020\u0065\u006e\u0074\u0072\u0079\u0020w\u0068\u006f\u0073\u0065\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0069\u0073 \u0061\u0020\u0043M\u0061\u0070\u0020\u0073\u0074\u0072\u0065\u0061\u006d \u006f\u0062\u006a\u0065\u0063\u0074\u0020\u0074\u0068\u0061\u0074\u0020\u006d\u0061p\u0073\u0020\u0063\u0068\u0061\u0072ac\u0074\u0065\u0072\u0020\u0063\u006fd\u0065s\u0020\u0074\u006f\u0020\u0055\u006e\u0069\u0063\u006f\u0064e \u0076a\u006c\u0075\u0065\u0073,\u0020\u0061\u0073\u0020\u0064\u0065\u0073\u0063r\u0069\u0062\u0065\u0064\u0020\u0069\u006e\u0020P\u0044\u0046\u0020\u0052\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0035.\u0039\u002c\u0020\u0075\u006e\u006ce\u0073\u0073\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006e\u0074\u0020\u006d\u0065\u0065\u0074\u0073 \u0061\u006e\u0079\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u006c\u006c\u006f\u0077\u0069\u006e\u0067\u0020\u0074\u0068\u0072\u0065\u0065\u0020\u0063\u006f\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u003a\u000a\u0020\u002d\u0020\u0066o\u006e\u0074\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020\u0074\u0068\u0065\u0020\u0070\u0072\u0065\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0065\u006e\u0063\u006f\u0064\u0069n\u0067\u0073\u0020M\u0061\u0063\u0052o\u006d\u0061\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074E\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u0020\u006f\u0072\u0020\u0057\u0069\u006e\u0041n\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067\u002c\u0020\u006f\u0072\u0020\u0074\u0068\u0061\u0074\u0020\u0075\u0073\u0065\u0020t\u0068\u0065\u0020\u0070\u0072\u0065d\u0065\u0066\u0069\u006e\u0065\u0064\u0020\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048\u0020\u006f\u0072\u0020\u0049\u0064\u0065n\u0074\u0069\u0074\u0079\u002d\u0056\u0020C\u004d\u0061\u0070s\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0031\u0020\u0066\u006f\u006e\u0074\u0073\u0020\u0077\u0068\u006f\u0073\u0065\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u006e\u0061\u006d\u0065\u0073\u0020a\u0072\u0065 \u0074\u0061k\u0065\u006e\u0020\u0066\u0072\u006f\u006d\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u0020\u0073\u0074\u0061n\u0064\u0061\u0072\u0064\u0020L\u0061t\u0069\u006e\u0020\u0063\u0068a\u0072\u0061\u0063\u0074\u0065\u0072\u0020\u0073\u0065\u0074\u0020\u006fr\u0020\u0074\u0068\u0065 \u0073\u0065\u0074\u0020\u006f\u0066 \u006e\u0061\u006d\u0065\u0064\u0020\u0063\u0068\u0061\u0072\u0061\u0063\u0074\u0065r\u0073\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0053\u0079\u006d\u0062\u006f\u006c\u0020\u0066\u006f\u006e\u0074\u002c\u0020\u0061\u0073\u0020\u0064\u0065\u0066\u0069\u006e\u0065\u0064\u0020i\u006e\u0020\u0050\u0044\u0046 \u0052\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0041\u0070\u0070\u0065\u006e\u0064\u0069\u0078 \u0044\u003b\u000a\u0020\u002d\u0020\u0054\u0079\u0070\u0065\u0020\u0030\u0020\u0066\u006f\u006e\u0074\u0073\u0020w\u0068\u006f\u0073e\u0020d\u0065\u0073\u0063\u0065n\u0064\u0061\u006e\u0074 \u0043\u0049\u0044\u0046\u006f\u006e\u0074\u0020\u0075\u0073\u0065\u0073\u0020\u0074\u0068\u0065\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u0047B\u0031\u002c\u0020\u0041\u0064\u006fb\u0065\u002d\u0043\u004e\u0053\u0031\u002c\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004a\u0061\u0070\u0061\u006e\u0031\u0020\u006f\u0072\u0020\u0041\u0064\u006f\u0062\u0065\u002d\u004b\u006fr\u0065\u0061\u0031\u0020\u0063\u0068\u0061r\u0061\u0063\u0074\u0065\u0072\u0020\u0063\u006f\u006c\u006c\u0065\u0063\u0074\u0069\u006f\u006e\u0073\u002e"; +);_eecba :=_aced .Get ("\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067");if _dbac ,_ggafe :=_ac .GetName (_eecba );_ggafe {if _dbac .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0048"||_dbac .String ()=="\u0049\u0064\u0065\u006e\u0074\u0069\u0074\u0079\u002d\u0056"||_dbac .String ()=="\u004d\u0061c\u0052\u006f\u006da\u006e\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"||_dbac .String ()=="\u004d\u0061\u0063\u0045\u0078\u0070\u0065\u0072\u0074\u0045\u006e\u0063o\u0064\u0069\u006e\u0067"||_dbac .String ()=="\u0057i\u006eA\u006e\u0073\u0069\u0045\u006e\u0063\u006f\u0064\u0069\u006e\u0067"{return _be ; +};};_bgdf ,_aeeed :=_ac .GetStream (_aced .Get ("\u0054o\u0055\u006e\u0069\u0063\u006f\u0064e"));if _aeeed {_ ,_addfe :=_aeea (_bgdf ,_dfbc ,_bfbb );if _addfe !=nil {return _ecb (_fdde ,_deff );};return _be ;};_dfea ,_aeeed :=_ac .GetName (_aced .Get ("\u0053u\u0062\u0074\u0079\u0070\u0065")); +if !_aeeed {return _ecb (_fdde ,_deff );};switch _dfea .String (){case "\u0054\u0079\u0070e\u0031":return _be ;};return _ecb (_fdde ,_deff );}; \ No newline at end of file diff --git a/model/sighandler/sighandler.go b/model/sighandler/sighandler.go index dfcddd986..79bc4e9d9 100644 --- a/model/sighandler/sighandler.go +++ b/model/sighandler/sighandler.go @@ -10,70 +10,29 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package sighandler implements digital signature handlers for PDF signature validation and signing. -package sighandler ;import (_be "bytes";_a "crypto";_da "crypto/rand";_cb "crypto/rsa";_bd "crypto/x509";_e "crypto/x509/pkix";_g "encoding/asn1";_db "encoding/hex";_c "errors";_bb "fmt";_bbf "github.com/unidoc/pkcs7";_ef "github.com/unidoc/timestamp"; -_ee "github.com/unidoc/unipdf/v3/common";_gb "github.com/unidoc/unipdf/v3/core";_eee "github.com/unidoc/unipdf/v3/model";_cd "github.com/unidoc/unipdf/v3/model/mdp";_eg "github.com/unidoc/unipdf/v3/model/sigutil";_de "hash";_d "math/big";_b "strings";_dg "time"; -); +package sighandler ;import (_dg "bytes";_eb "crypto";_fg "crypto/rand";_be "crypto/rsa";_ec "crypto/x509";_dae "crypto/x509/pkix";_a "encoding/asn1";_bg "encoding/hex";_g "errors";_da "fmt";_c "github.com/unidoc/pkcs7";_af "github.com/unidoc/timestamp"; +_ed "github.com/unidoc/unipdf/v3/common";_bgd "github.com/unidoc/unipdf/v3/core";_fc "github.com/unidoc/unipdf/v3/model";_dga "github.com/unidoc/unipdf/v3/model/mdp";_bgf "github.com/unidoc/unipdf/v3/model/sigutil";_fb "hash";_f "math/big";_d "strings"; +_e "time";);type etsiPAdES struct{_gce *_be .PrivateKey ;_dbc *_ec .Certificate ;_ge bool ;_gcf bool ;_cfe *_ec .Certificate ;_bgbg string ; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_adfc *docTimeStamp )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031"; -}; - -// NewEtsiPAdESLevelT creates a new Adobe.PPKLite ETSI.CAdES.detached Level T signature handler. -func NewEtsiPAdESLevelT (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate ,certificateTimestampServerURL string )(_eee .SignatureHandler ,error ){return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert ,_cef :certificateTimestampServerURL },nil ; -}; - -// NewEtsiPAdESLevelLT creates a new Adobe.PPKLite ETSI.CAdES.detached Level LT signature handler. -func NewEtsiPAdESLevelLT (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate ,certificateTimestampServerURL string ,appender *_eee .PdfAppender )(_eee .SignatureHandler ,error ){_ecb :=appender .Reader .DSS ;if _ecb ==nil {_ecb =_eee .NewDSS (); -};if _aabe :=_ecb .GenerateHashMaps ();_aabe !=nil {return nil ,_aabe ;};return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert ,_cef :certificateTimestampServerURL ,CertClient :_eg .NewCertClient (),OCSPClient :_eg .NewOCSPClient (),CRLClient :_eg .NewCRLClient (),_dga :appender ,_egd :_ecb },nil ; -}; - -// NewDocTimeStamp creates a new DocTimeStamp signature handler. -// Both the timestamp server URL and the hash algorithm can be empty for the -// signature validation. -// The following hash algorithms are supported: -// crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. -// NOTE: the handler will do a mock Sign when initializing the signature -// in order to estimate the signature size. Use NewDocTimeStampWithOpts -// for providing the signature size. -func NewDocTimeStamp (timestampServerURL string ,hashAlgorithm _a .Hash )(_eee .SignatureHandler ,error ){return &docTimeStamp {_ffg :timestampServerURL ,_gbb :hashAlgorithm },nil ;};func (_bfe *adobePKCS7Detached )getCertificate (_bcf *_eee .PdfSignature )(*_bd .Certificate ,error ){if _bfe ._adgb !=nil {return _bfe ._adgb ,nil ; -};_gad ,_ddd :=_bcf .GetCerts ();if _ddd !=nil {return nil ,_ddd ;};return _gad [0],nil ;}; - -// NewAdobeX509RSASHA1CustomWithOpts creates a new Adobe.PPKMS/Adobe.PPKLite -// adbe.x509.rsa_sha1 signature handler with a custom signing function. The -// handler is configured based on the provided options. If no options are -// provided, default options will be used. Both the certificate and the sign -// function can be nil for the signature validation. -func NewAdobeX509RSASHA1CustomWithOpts (certificate *_bd .Certificate ,signFunc SignFunc ,opts *AdobeX509RSASHA1Opts )(_eee .SignatureHandler ,error ){if opts ==nil {opts =&AdobeX509RSASHA1Opts {};};return &adobeX509RSASHA1 {_dbcg :certificate ,_faaf :signFunc ,_fce :opts .EstimateSize ,_gga :opts .Algorithm },nil ; -}; +// CertClient is the client used to retrieve certificates. +CertClient *_bgf .CertClient ; -// SignFunc represents a custom signing function. The function should return -// the computed signature. -type SignFunc func (_fcfb *_eee .PdfSignature ,_cbga _eee .Hasher )([]byte ,error );func (_fad *etsiPAdES )buildCertChain (_ecbg ,_cddb []*_bd .Certificate )([]*_bd .Certificate ,map[string ]*_bd .Certificate ,error ){_fgf :=map[string ]*_bd .Certificate {}; -for _ ,_ddf :=range _ecbg {_fgf [_ddf .Subject .CommonName ]=_ddf ;};_aaab :=_ecbg ;for _ ,_bgc :=range _cddb {_bda :=_bgc .Subject .CommonName ;if _ ,_ddcf :=_fgf [_bda ];_ddcf {continue ;};_fgf [_bda ]=_bgc ;_aaab =append (_aaab ,_bgc );};if len (_aaab )==0{return nil ,nil ,_eee .ErrSignNoCertificates ; -};var _bfa error ;for _ecg :=_aaab [0];_ecg !=nil &&!_fad .CertClient .IsCA (_ecg );{var _ge *_bd .Certificate ;_ ,_df :=_fgf [_ecg .Issuer .CommonName ];if !_df {if _ge ,_bfa =_fad .CertClient .GetIssuer (_ecg );_bfa !=nil {_ee .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_bfa ); -break ;};_fgf [_ecg .Issuer .CommonName ]=_ge ;_aaab =append (_aaab ,_ge );}else {break ;};_ecg =_ge ;};return _aaab ,_fgf ,nil ;};type docTimeStamp struct{_ffg string ;_gbb _a .Hash ;_aeg int ;_ced *_eg .TimestampClient ;};func (_cgg *etsiPAdES )getCerts (_gbe []*_bd .Certificate )([][]byte ,error ){_bfb :=make ([][]byte ,0,len (_gbe )); -for _ ,_gg :=range _gbe {_bfb =append (_bfb ,_gg .Raw );};return _bfb ,nil ;}; +// OCSPClient is the client used to retrieve OCSP validation information. +OCSPClient *_bgf .OCSPClient ; -// Validate validates PdfSignature. -func (_abd *adobePKCS7Detached )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_feg :=sig .Contents .Bytes ();_fdb ,_aaba :=_bbf .Parse (_feg );if _aaba !=nil {return _eee .SignatureValidationResult {},_aaba ; -};_fae ,_dfgc :=digest .(*_be .Buffer );if !_dfgc {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fdb .Content =_fae .Bytes ();if _aaba =_fdb .Verify (); -_aaba !=nil {return _eee .SignatureValidationResult {},_aaba ;};return _eee .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ;}; +// CRLClient is the client used to retrieve CRL validation information. +CRLClient *_bgf .CRLClient ;_dd *_fc .PdfAppender ;_bba *_fc .DSS ;};type docTimeStamp struct{_abd string ;_fae _eb .Hash ;_fbgg int ;_cde *_bgf .TimestampClient ;}; -// Sign sets the Contents fields for the PdfSignature. -func (_gdeg *docTimeStamp )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {_gega ,_eeaae :=_eg .NewTimestampRequest (digest .(*_be .Buffer ),&_ef .RequestOptions {Hash :_gdeg ._gbb ,Certificates :true });if _eeaae !=nil {return _eeaae ;};_cfed :=_gdeg ._ced ; -if _cfed ==nil {_cfed =_eg .NewTimestampClient ();};_ceec ,_eeaae :=_cfed .GetEncodedToken (_gdeg ._ffg ,_gega );if _eeaae !=nil {return _eeaae ;};_cbc :=len (_ceec );if _gdeg ._aeg > 0&&_cbc > _gdeg ._aeg {return _eee .ErrSignNotEnoughSpace ;};if _cbc > 0{_gdeg ._aeg =_cbc +128; -};if sig .Contents !=nil {_eefc :=sig .Contents .Bytes ();copy (_eefc ,_ceec );_ceec =_eefc ;};sig .Contents =_gb .MakeHexString (string (_ceec ));return nil ;}; +// RevocationInfoArchival is OIDAttributeAdobeRevocation attribute. +type RevocationInfoArchival struct{Crl []_a .RawValue `asn1:"explicit,tag:0,optional"`;Ocsp []_a .RawValue `asn1:"explicit,tag:1,optional"`;OtherRevInfo []_a .RawValue `asn1:"explicit,tag:2,optional"`;}; -// InitSignature initialises the PdfSignature. -func (_feac *docTimeStamp )InitSignature (sig *_eee .PdfSignature )error {_fadf :=*_feac ;sig .Type =_gb .MakeName ("\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070");sig .Handler =&_fadf ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_gb .MakeName ("\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031");sig .Reference =nil ;if _feac ._aeg > 0{sig .Contents =_gb .MakeHexString (string (make ([]byte ,_feac ._aeg )));}else {_cfec ,_acc :=_feac .NewDigest (sig ); -if _acc !=nil {return _acc ;};_cfec .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065"));if _acc =_fadf .Sign (sig ,_cfec ); -_acc !=nil {return _acc ;};_feac ._aeg =_fadf ._aeg ;};return nil ;};func (_ggd *adobeX509RSASHA1 )getHashAlgorithm (_dff *_eee .PdfSignature )(_a .Hash ,error ){_age ,_ebdf :=_ggd .getCertificate (_dff );if _ebdf !=nil {if _ggd ._gga !=0{return _ggd ._gga ,nil ; -};return _aae ,_ebdf ;};if _dff .Contents !=nil {_cfd :=_dff .Contents .Bytes ();var _dca []byte ;if _ ,_faef :=_g .Unmarshal (_cfd ,&_dca );_faef ==nil {_bfee :=_fefe (_age .PublicKey .(*_cb .PublicKey ),_dca );if _bfee > 0{return _bfee ,nil ;};};};if _ggd ._gga !=0{return _ggd ._gga ,nil ; -};return _aae ,nil ;}; +// NewDigest creates a new digest. +func (_aag *adobePKCS7Detached )NewDigest (sig *_fc .PdfSignature )(_fc .Hasher ,error ){return _dg .NewBuffer (nil ),nil ;}; -// RevocationInfoArchival is OIDAttributeAdobeRevocation attribute. -type RevocationInfoArchival struct{Crl []_g .RawValue `asn1:"explicit,tag:0,optional"`;Ocsp []_g .RawValue `asn1:"explicit,tag:1,optional"`;OtherRevInfo []_g .RawValue `asn1:"explicit,tag:2,optional"`;}; +// NewEtsiPAdESLevelLT creates a new Adobe.PPKLite ETSI.CAdES.detached Level LT signature handler. +func NewEtsiPAdESLevelLT (privateKey *_be .PrivateKey ,certificate *_ec .Certificate ,caCert *_ec .Certificate ,certificateTimestampServerURL string ,appender *_fc .PdfAppender )(_fc .SignatureHandler ,error ){_fbf :=appender .Reader .DSS ;if _fbf ==nil {_fbf =_fc .NewDSS (); +};if _bgb :=_fbf .GenerateHashMaps ();_bgb !=nil {return nil ,_bgb ;};return &etsiPAdES {_dbc :certificate ,_gce :privateKey ,_cfe :caCert ,_bgbg :certificateTimestampServerURL ,CertClient :_bgf .NewCertClient (),OCSPClient :_bgf .NewOCSPClient (),CRLClient :_bgf .NewCRLClient (),_dd :appender ,_bba :_fbf },nil ; +};func (_aaba *docTimeStamp )getCertificate (_bcdd *_fc .PdfSignature )(*_ec .Certificate ,error ){_fdcf ,_cbcf :=_bcdd .GetCerts ();if _cbcf !=nil {return nil ,_cbcf ;};return _fdcf [0],nil ;}; // NewAdobeX509RSASHA1Custom creates a new Adobe.PPKMS/Adobe.PPKLite // adbe.x509.rsa_sha1 signature handler with a custom signing function. Both the @@ -81,70 +40,60 @@ type RevocationInfoArchival struct{Crl []_g .RawValue `asn1:"explicit,tag:0,opti // NOTE: the handler will do a mock Sign when initializing the signature in // order to estimate the signature size. Use NewAdobeX509RSASHA1CustomWithOpts // for configuring the handler to estimate the signature size. -func NewAdobeX509RSASHA1Custom (certificate *_bd .Certificate ,signFunc SignFunc )(_eee .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dbcg :certificate ,_faaf :signFunc },nil ;};type adobeX509RSASHA1 struct{_ebd *_cb .PrivateKey ;_dbcg *_bd .Certificate ; -_faaf SignFunc ;_fce bool ;_gga _a .Hash ;}; +func NewAdobeX509RSASHA1Custom (certificate *_ec .Certificate ,signFunc SignFunc )(_fc .SignatureHandler ,error ){return &adobeX509RSASHA1 {_acf :certificate ,_acd :signFunc },nil ;};func (_ade *adobeX509RSASHA1 )sign (_dbag *_fc .PdfSignature ,_egbe _fc .Hasher ,_dee bool )error {if !_dee {return _ade .Sign (_dbag ,_egbe ); +};_afeb ,_gcaf :=_ade ._acf .PublicKey .(*_be .PublicKey );if !_gcaf {return _da .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0075\u0062\u006c\u0069\u0063\u0020\u006b\u0065y\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",_afeb );};_aedb ,_aab :=_a .Marshal (make ([]byte ,_afeb .Size ())); +if _aab !=nil {return _aab ;};_dbag .Contents =_bgd .MakeHexString (string (_aedb ));return nil ;}; -// AdobeX509RSASHA1Opts defines options for configuring the adbe.x509.rsa_sha1 -// signature handler. -type AdobeX509RSASHA1Opts struct{ - -// EstimateSize specifies whether the size of the signature contents -// should be estimated based on the modulus size of the public key -// extracted from the signing certificate. If set to false, a mock Sign -// call is made in order to estimate the size of the signature contents. -EstimateSize bool ; +// InitSignature initialises the PdfSignature. +func (_bfg *etsiPAdES )InitSignature (sig *_fc .PdfSignature )error {if !_bfg ._ge {if _bfg ._dbc ==nil {return _g .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _bfg ._gce ==nil {return _g .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_cb :=*_bfg ;sig .Handler =&_cb ;sig .Filter =_bgd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_bgd .MakeName ("\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_dcc ,_gaaf :=_cb .NewDigest (sig );if _gaaf !=nil {return _gaaf ;};_ ,_gaaf =_dcc .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +if _gaaf !=nil {return _gaaf ;};_cb ._gcf =true ;_gaaf =_cb .Sign (sig ,_dcc );_cb ._gcf =false ;return _gaaf ;}; -// Algorithm specifies the algorithm used for performing signing. -// If not specified, defaults to SHA1. -Algorithm _a .Hash ;}; +// InitSignature initialises the PdfSignature. +func (_gdg *adobePKCS7Detached )InitSignature (sig *_fc .PdfSignature )error {if !_gdg ._ebg {if _gdg ._ddb ==nil {return _g .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _gdg ._eed ==nil {return _g .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_fbg :=*_gdg ;sig .Handler =&_fbg ;sig .Filter =_bgd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_bgd .MakeName ("\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_egb ,_geed :=_fbg .NewDigest (sig );if _geed !=nil {return _geed ;};_egb .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +return _fbg .Sign (sig ,_egb );}; -// NewEmptyAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached -// signature handler. The generated signature is empty and of size signatureLen. -// The signatureLen parameter can be 0 for the signature validation. -func NewEmptyAdobePKCS7Detached (signatureLen int )(_eee .SignatureHandler ,error ){return &adobePKCS7Detached {_cbf :true ,_aaf :signatureLen },nil ;};func (_bceb *docTimeStamp )getCertificate (_adab *_eee .PdfSignature )(*_bd .Certificate ,error ){_bad ,_afee :=_adab .GetCerts (); -if _afee !=nil {return nil ,_afee ;};return _bad [0],nil ;};func (_dbg *etsiPAdES )makeTimestampRequest (_eb string ,_cbg []byte )(_g .RawValue ,error ){_ccb :=_a .SHA512 .New ();_ccb .Write (_cbg );_gbf :=_ccb .Sum (nil );_gba :=_ef .Request {HashAlgorithm :_a .SHA512 ,HashedMessage :_gbf ,Certificates :true ,Extensions :nil ,ExtraExtensions :nil }; -_dc :=_eg .NewTimestampClient ();_cea ,_cff :=_dc .GetEncodedToken (_eb ,&_gba );if _cff !=nil {return _g .NullRawValue ,_cff ;};return _g .RawValue {FullBytes :_cea },nil ;}; +// SignFunc represents a custom signing function. The function should return +// the computed signature. +type SignFunc func (_efcf *_fc .PdfSignature ,_aedd _fc .Hasher )([]byte ,error );func _bcef (_fdg []byte ,_cad int )(_bcad []byte ){_abeg :=len (_fdg );if _abeg > _cad {_abeg =_cad ;};_bcad =make ([]byte ,_cad );copy (_bcad [len (_bcad )-_abeg :],_fdg ); +return ;}; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_fbd *etsiPAdES )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; -}; +// Validate validates PdfSignature. +func (_gba *etsiPAdES )Validate (sig *_fc .PdfSignature ,digest _fc .Hasher )(_fc .SignatureValidationResult ,error ){_gbb :=sig .Contents .Bytes ();_feg ,_eda :=_c .Parse (_gbb );if _eda !=nil {return _fc .SignatureValidationResult {},_eda ;};_aea ,_aba :=digest .(*_dg .Buffer ); +if !_aba {return _fc .SignatureValidationResult {},_da .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_feg .Content =_aea .Bytes ();if _eda =_feg .Verify ();_eda !=nil {return _fc .SignatureValidationResult {},_eda ; +};_gaea :=false ;_bgcg :=false ;var _gcdf _e .Time ;for _ ,_efc :=range _feg .Signers {_gfda :=_efc .EncryptedDigest ;var _faf RevocationInfoArchival ;_eda =_feg .UnmarshalSignedAttribute (_c .OIDAttributeAdobeRevocation ,&_faf );if _eda ==nil {if len (_faf .Crl )> 0{_bgcg =true ; +};if len (_faf .Ocsp )> 0{_gaea =true ;};};for _ ,_ggb :=range _efc .UnauthenticatedAttributes {if _ggb .Type .Equal (_c .OIDAttributeTimeStampToken ){_aebc ,_ega :=_af .Parse (_ggb .Value .Bytes );if _ega !=nil {return _fc .SignatureValidationResult {},_ega ; +};_gcdf =_aebc .Time ;_ddc :=_aebc .HashAlgorithm .New ();_ddc .Write (_gfda );if !_dg .Equal (_ddc .Sum (nil ),_aebc .HashedMessage ){return _fc .SignatureValidationResult {},_da .Errorf ("\u0048\u0061\u0073\u0068\u0020i\u006e\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u0069s\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u006b\u0063\u0073\u0037"); +};break ;};};};_dgf :=_fc .SignatureValidationResult {IsSigned :true ,IsVerified :true ,IsCrlFound :_bgcg ,IsOcspFound :_gaea ,GeneralizedTime :_gcdf };return _dgf ,nil ;};func (_ceag *etsiPAdES )getCerts (_egf []*_ec .Certificate )([][]byte ,error ){_ada :=make ([][]byte ,0,len (_egf )); +for _ ,_adf :=range _egf {_ada =append (_ada ,_adf .Raw );};return _ada ,nil ;}; -// Sign sets the Contents fields. -func (_gdd *adobePKCS7Detached )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {if _gdd ._cbf {_edc :=_gdd ._aaf ;if _edc <=0{_edc =8192;};sig .Contents =_gb .MakeHexString (string (make ([]byte ,_edc )));return nil ;};_baf ,_dace :=digest .(*_be .Buffer ); -if !_dace {return _bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fdc ,_ade :=_bbf .NewSignedData (_baf .Bytes ());if _ade !=nil {return _ade ;};if _aafe :=_fdc .AddSigner (_gdd ._adgb ,_gdd ._fgc ,_bbf .SignerInfoConfig {}); -_aafe !=nil {return _aafe ;};_fdc .Detach ();_eba ,_ade :=_fdc .Finish ();if _ade !=nil {return _ade ;};_dcf :=make ([]byte ,8192);copy (_dcf ,_eba );sig .Contents =_gb .MakeHexString (string (_dcf ));return nil ;}; +// Validate validates PdfSignature. +func (_bff *adobePKCS7Detached )Validate (sig *_fc .PdfSignature ,digest _fc .Hasher )(_fc .SignatureValidationResult ,error ){_ccd :=sig .Contents .Bytes ();_fef ,_ded :=_c .Parse (_ccd );if _ded !=nil {return _fc .SignatureValidationResult {},_ded ;}; +_fed ,_fbgc :=digest .(*_dg .Buffer );if !_fbgc {return _fc .SignatureValidationResult {},_da .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_fef .Content =_fed .Bytes ();if _ded =_fef .Verify (); +_ded !=nil {return _fc .SignatureValidationResult {},_ded ;};return _fc .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ;}; -// Sign sets the Contents fields for the PdfSignature. -func (_fab *adobeX509RSASHA1 )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {var _gdg []byte ;var _gbeb error ;if _fab ._faaf !=nil {_gdg ,_gbeb =_fab ._faaf (sig ,digest );if _gbeb !=nil {return _gbeb ;};}else {_ffe ,_begg :=digest .(_de .Hash ); -if !_begg {return _c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_efb :=_aae ;if _fab ._gga !=0{_efb =_fab ._gga ;};_gdg ,_gbeb =_cb .SignPKCS1v15 (_da .Reader ,_fab ._ebd ,_efb ,_ffe .Sum (nil ));if _gbeb !=nil {return _gbeb ; -};};_gdg ,_gbeb =_g .Marshal (_gdg );if _gbeb !=nil {return _gbeb ;};sig .Contents =_gb .MakeHexString (string (_gdg ));return nil ;};func _bege (_gcgb []byte ,_eeaa int )(_acd []byte ){_bbff :=len (_gcgb );if _bbff > _eeaa {_bbff =_eeaa ;};_acd =make ([]byte ,_eeaa ); -copy (_acd [len (_acd )-_bbff :],_gcgb );return ;}; +// NewAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached signature handler. +// Both parameters may be nil for the signature validation. +func NewAdobePKCS7Detached (privateKey *_be .PrivateKey ,certificate *_ec .Certificate )(_fc .SignatureHandler ,error ){return &adobePKCS7Detached {_ddb :certificate ,_eed :privateKey },nil ;};func _ffdf (_aae _a .ObjectIdentifier )(_eb .Hash ,error ){switch {case _aae .Equal (_c .OIDDigestAlgorithmSHA1 ),_aae .Equal (_c .OIDDigestAlgorithmECDSASHA1 ),_aae .Equal (_c .OIDDigestAlgorithmDSA ),_aae .Equal (_c .OIDDigestAlgorithmDSASHA1 ),_aae .Equal (_c .OIDEncryptionAlgorithmRSA ):return _eb .SHA1 ,nil ; +case _aae .Equal (_c .OIDDigestAlgorithmSHA256 ),_aae .Equal (_c .OIDDigestAlgorithmECDSASHA256 ):return _eb .SHA256 ,nil ;case _aae .Equal (_c .OIDDigestAlgorithmSHA384 ),_aae .Equal (_c .OIDDigestAlgorithmECDSASHA384 ):return _eb .SHA384 ,nil ;case _aae .Equal (_c .OIDDigestAlgorithmSHA512 ),_aae .Equal (_c .OIDDigestAlgorithmECDSASHA512 ):return _eb .SHA512 ,nil ; +};return _eb .Hash (0),_c .ErrUnsupportedAlgorithm ;}; -// Validate validates PdfSignature. -func (_gaca *adobeX509RSASHA1 )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_fea ,_fca :=_gaca .getCertificate (sig );if _fca !=nil {return _eee .SignatureValidationResult {},_fca ;};_fff :=sig .Contents .Bytes (); -var _eeed []byte ;if _ ,_gag :=_g .Unmarshal (_fff ,&_eeed );_gag !=nil {return _eee .SignatureValidationResult {},_gag ;};_cbfc ,_ecf :=digest .(_de .Hash );if !_ecf {return _eee .SignatureValidationResult {},_c .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); -};_geg ,_ :=_gaca .getHashAlgorithm (sig );if _geg ==0{_geg =_aae ;};if _cce :=_cb .VerifyPKCS1v15 (_fea .PublicKey .(*_cb .PublicKey ),_geg ,_cbfc .Sum (nil ),_eeed );_cce !=nil {return _eee .SignatureValidationResult {},_cce ;};return _eee .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ; +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_bab *docTimeStamp )IsApplicable (sig *_fc .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031"; }; -// InitSignature initialises the PdfSignature. -func (_ffd *etsiPAdES )InitSignature (sig *_eee .PdfSignature )error {if !_ffd ._cdf {if _ffd ._cf ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _ffd ._ae ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_bef :=*_ffd ;sig .Handler =&_bef ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_gb .MakeName ("\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_dd ,_bbe :=_bef .NewDigest (sig );if _bbe !=nil {return _bbe ;};_ ,_bbe =_dd .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -if _bbe !=nil {return _bbe ;};_bef ._dae =true ;_bbe =_bef .Sign (sig ,_dd );_bef ._dae =false ;return _bbe ;};const _aae =_a .SHA1 ;func _fefe (_fagg *_cb .PublicKey ,_eded []byte )_a .Hash {_dcfa :=_fagg .Size ();if _dcfa !=len (_eded ){return 0;};_bfbd :=func (_feaf *_d .Int ,_aabd *_cb .PublicKey ,_efab *_d .Int )*_d .Int {_bdc :=_d .NewInt (int64 (_aabd .E )); -_feaf .Exp (_efab ,_bdc ,_aabd .N );return _feaf ;};_ebda :=new (_d .Int ).SetBytes (_eded );_dfbe :=_bfbd (new (_d .Int ),_fagg ,_ebda );_cbbc :=_bege (_dfbe .Bytes (),_dcfa );if _cbbc [0]!=0||_cbbc [1]!=1{return 0;};_cda :=[]struct{Hash _a .Hash ;Prefix []byte ; -}{{Hash :_a .SHA1 ,Prefix :[]byte {0x30,0x21,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1a,0x05,0x00,0x04,0x14}},{Hash :_a .SHA256 ,Prefix :[]byte {0x30,0x31,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x01,0x05,0x00,0x04,0x20}},{Hash :_a .SHA384 ,Prefix :[]byte {0x30,0x41,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x02,0x05,0x00,0x04,0x30}},{Hash :_a .SHA512 ,Prefix :[]byte {0x30,0x51,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,0x05,0x00,0x04,0x40}},{Hash :_a .RIPEMD160 ,Prefix :[]byte {0x30,0x20,0x30,0x08,0x06,0x06,0x28,0xcf,0x06,0x03,0x00,0x31,0x04,0x14}}}; -for _ ,_bac :=range _cda {_egfa :=_bac .Hash .Size ();_gfd :=len (_bac .Prefix )+_egfa ;if _be .Equal (_cbbc [_dcfa -_gfd :_dcfa -_egfa ],_bac .Prefix ){return _bac .Hash ;};};return 0;}; +// Sign adds a new reference to signature's references array. +func (_dfd *DocMDPHandler )Sign (sig *_fc .PdfSignature ,digest _fc .Hasher )error {return _dfd ._fa .Sign (sig ,digest );};func (_gcfc *etsiPAdES )buildCertChain (_dgag ,_abe []*_ec .Certificate )([]*_ec .Certificate ,map[string ]*_ec .Certificate ,error ){_bfgd :=map[string ]*_ec .Certificate {}; +for _ ,_gee :=range _dgag {_bfgd [_gee .Subject .CommonName ]=_gee ;};_fgca :=_dgag ;for _ ,_ag :=range _abe {_cbc :=_ag .Subject .CommonName ;if _ ,_ddff :=_bfgd [_cbc ];_ddff {continue ;};_bfgd [_cbc ]=_ag ;_fgca =append (_fgca ,_ag );};if len (_fgca )==0{return nil ,nil ,_fc .ErrSignNoCertificates ; +};var _edd error ;for _bbf :=_fgca [0];_bbf !=nil &&!_gcfc .CertClient .IsCA (_bbf );{var _aff *_ec .Certificate ;_ ,_bgc :=_bfgd [_bbf .Issuer .CommonName ];if !_bgc {if _aff ,_edd =_gcfc .CertClient .GetIssuer (_bbf );_edd !=nil {_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043\u006f\u0075\u006cd\u0020\u006e\u006f\u0074\u0020\u0072\u0065tr\u0069\u0065\u0076\u0065 \u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063\u0061te\u0020\u0069s\u0073\u0075\u0065\u0072\u003a\u0020\u0025\u0076",_edd ); +break ;};_bfgd [_bbf .Issuer .CommonName ]=_aff ;_fgca =append (_fgca ,_aff );}else {break ;};_bbf =_aff ;};return _fgca ,_bfgd ,nil ;}; -// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser by the DiffPolicy -// params describes parameters for the DocMDP checks. -func (_ad *DocMDPHandler )ValidateWithOpts (sig *_eee .PdfSignature ,digest _eee .Hasher ,params _eee .SignatureHandlerDocMDPParams )(_eee .SignatureValidationResult ,error ){_cc ,_bcd :=_ad ._eeb .Validate (sig ,digest );if _bcd !=nil {return _cc ,_bcd ; -};_fd :=params .Parser ;if _fd ==nil {return _eee .SignatureValidationResult {},_c .New ("p\u0061r\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027t\u0020\u0062\u0065\u0020nu\u006c\u006c");};if !_cc .IsVerified {return _cc ,nil ;};_fc :=params .DiffPolicy ; -if _fc ==nil {_fc =_cd .NewDefaultDiffPolicy ();};for _fb :=0;_fb <=_fd .GetRevisionNumber ();_fb ++{_ege ,_eea :=_fd .GetRevision (_fb );if _eea !=nil {return _eee .SignatureValidationResult {},_eea ;};_eca :=_ege .GetTrailer ();if _eca ==nil {return _eee .SignatureValidationResult {},_c .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0074r\u0061i\u006c\u0065\u0072\u0020\u006f\u0062\u006ae\u0063\u0074"); -};_fa ,_beg :=_gb .GetDict (_eca .Get ("\u0052\u006f\u006f\u0074"));if !_beg {return _eee .SignatureValidationResult {},_c .New ("\u0075n\u0064\u0065\u0066\u0069n\u0065\u0064\u0020\u0074\u0068e\u0020r\u006fo\u0074\u0020\u006f\u0062\u006a\u0065\u0063t"); -};_fg ,_beg :=_gb .GetDict (_fa .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_beg {continue ;};_cg ,_beg :=_gb .GetArray (_fg .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_beg {continue ;};for _ ,_cdd :=range _cg .Elements (){_adg ,_ff :=_gb .GetDict (_cdd ); -if !_ff {continue ;};_fdg ,_ff :=_gb .GetDict (_adg .Get ("\u0056"));if !_ff {continue ;};if _gb .EqualObjects (_fdg .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"),sig .Contents ){_cc .DiffResults ,_eea =_fc .ReviewFile (_ege ,_fd ,&_cd .MDPParameters {DocMDPLevel :_ad .Permission }); -if _eea !=nil {return _eee .SignatureValidationResult {},_eea ;};_cc .IsVerified =_cc .DiffResults .IsPermitted ();return _cc ,nil ;};};};return _eee .SignatureValidationResult {},_c .New ("\u0064\u006f\u006e\u0027\u0074\u0020\u0066o\u0075\u006e\u0064 \u0074\u0068\u0069\u0073 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073"); -};type adobePKCS7Detached struct{_fgc *_cb .PrivateKey ;_adgb *_bd .Certificate ;_cbf bool ;_aaf int ;}; +// IsApplicable returns true if the signature handler is applicable for the PdfSignature +func (_affg *adobePKCS7Detached )IsApplicable (sig *_fc .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; +}; // DocTimeStampOpts defines options for configuring the timestamp handler. type DocTimeStampOpts struct{ @@ -158,89 +107,119 @@ SignatureSize int ; // Client is the timestamp client used to make the signature request. // If no client is provided, a default one is used. -Client *_eg .TimestampClient ;};func (_dec *etsiPAdES )getOCSPs (_eff []*_bd .Certificate ,_bg map[string ]*_bd .Certificate )([][]byte ,error ){_fe :=make ([][]byte ,0,len (_eff ));for _ ,_fag :=range _eff {for _ ,_dbf :=range _fag .OCSPServer {if _dec .CertClient .IsCA (_fag ){continue ; -};_ga ,_ddg :=_bg [_fag .Issuer .CommonName ];if !_ddg {_ee .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); -continue ;};_ ,_ebb ,_beb :=_dec .OCSPClient .MakeRequest (_dbf ,_fag ,_ga );if _beb !=nil {_ee .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_beb ); -continue ;};_fe =append (_fe ,_ebb );};};return _fe ,nil ;}; +Client *_bgf .TimestampClient ;}; -// NewDigest creates a new digest. -func (_eag *adobeX509RSASHA1 )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){if _gcg ,_bccb :=_eag .getHashAlgorithm (sig );_gcg !=0&&_bccb ==nil {return _gcg .New (),nil ;};return _aae .New (),nil ;};func (_bbd *adobeX509RSASHA1 )sign (_aebe *_eee .PdfSignature ,_dacb _eee .Hasher ,_ddcfg bool )error {if !_ddcfg {return _bbd .Sign (_aebe ,_dacb ); -};_gbc ,_dbe :=_bbd ._dbcg .PublicKey .(*_cb .PublicKey );if !_dbe {return _bb .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0075\u0062\u006c\u0069\u0063\u0020\u006b\u0065y\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",_gbc );};_fdd ,_gef :=_g .Marshal (make ([]byte ,_gbc .Size ())); -if _gef !=nil {return _gef ;};_aebe .Contents =_gb .MakeHexString (string (_fdd ));return nil ;}; +// Sign sets the Contents fields for the PdfSignature. +func (_faa *etsiPAdES )Sign (sig *_fc .PdfSignature ,digest _fc .Hasher )error {_dbcc ,_dcf :=digest .(*_dg .Buffer );if !_dcf {return _da .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_bbe ,_deg :=_c .NewSignedData (_dbcc .Bytes ()); +if _deg !=nil {return _deg ;};_bbe .SetDigestAlgorithm (_c .OIDDigestAlgorithmSHA256 );_aec :=_c .SignerInfoConfig {};_gb :=_eb .SHA256 .New ();_gb .Write (_faa ._dbc .Raw );var _fcd struct{Seq struct{Seq struct{Value []byte ;};};};_fcd .Seq .Seq .Value =_gb .Sum (nil ); +var _bfbe []*_ec .Certificate ;var _dcd []*_ec .Certificate ;if _faa ._cfe !=nil {_dcd =[]*_ec .Certificate {_faa ._cfe };};_cag :=RevocationInfoArchival {Crl :[]_a .RawValue {},Ocsp :[]_a .RawValue {},OtherRevInfo :[]_a .RawValue {}};_aaf :=0;if _faa ._dd !=nil &&len (_faa ._bgbg )> 0{_ebc ,_dgc :=_faa .makeTimestampRequest (_faa ._bgbg ,([]byte )("")); +if _dgc !=nil {return _dgc ;};_fe ,_dgc :=_af .Parse (_ebc .FullBytes );if _dgc !=nil {return _dgc ;};_bfbe =append (_bfbe ,_fe .Certificates ...);};if _faa ._dd !=nil {_bee ,_adg :=_faa .addDss ([]*_ec .Certificate {_faa ._dbc },_dcd ,&_cag );if _adg !=nil {return _adg ; +};_aaf +=_bee ;if len (_bfbe )> 0{_bee ,_adg =_faa .addDss (_bfbe ,nil ,&_cag );if _adg !=nil {return _adg ;};_aaf +=_bee ;};if !_faa ._gcf {_faa ._dd .SetDSS (_faa ._bba );};};_aec .ExtraSignedAttributes =append (_aec .ExtraSignedAttributes ,_c .Attribute {Type :_c .OIDAttributeSigningCertificateV2 ,Value :_fcd },_c .Attribute {Type :_c .OIDAttributeAdobeRevocation ,Value :_cag }); +if _gd :=_bbe .AddSignerChainPAdES (_faa ._dbc ,_faa ._gce ,_dcd ,_aec );_gd !=nil {return _gd ;};_bbe .Detach ();if len (_faa ._bgbg )> 0{_ege :=_bbe .GetSignedData ().SignerInfos [0].EncryptedDigest ;_dba ,_gca :=_faa .makeTimestampRequest (_faa ._bgbg ,_ege ); +if _gca !=nil {return _gca ;};_gca =_bbe .AddTimestampTokenToSigner (0,_dba .FullBytes );if _gca !=nil {return _gca ;};};_dea ,_deg :=_bbe .Finish ();if _deg !=nil {return _deg ;};_gde :=make ([]byte ,len (_dea )+1024*2+_aaf );copy (_gde ,_dea );sig .Contents =_bgd .MakeHexString (string (_gde )); +if !_faa ._gcf &&_faa ._bba !=nil {_gb =_eb .SHA1 .New ();_gb .Write (_gde );_bea :=_d .ToUpper (_bg .EncodeToString (_gb .Sum (nil )));if _bea !=""{_faa ._bba .VRI [_bea ]=&_fc .VRI {Cert :_faa ._bba .Certs ,OCSP :_faa ._bba .OCSPs ,CRL :_faa ._bba .CRLs }; +};_faa ._dd .SetDSS (_faa ._bba );};return nil ;};func (_bbd *etsiPAdES )getOCSPs (_ecg []*_ec .Certificate ,_bgg map[string ]*_ec .Certificate )([][]byte ,error ){_ecbe :=make ([][]byte ,0,len (_ecg ));for _ ,_ff :=range _ecg {for _ ,_gae :=range _ff .OCSPServer {if _bbd .CertClient .IsCA (_ff ){continue ; +};_de ,_aa :=_bgg [_ff .Issuer .CommonName ];if !_aa {_ed .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u0053\u006b\u0069\u0070\u0070\u0069\u006e\u0067 \u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074\u003a\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072t\u0069\u0066\u0069\u0063\u0061\u0074\u0065\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064"); +continue ;};_ ,_eg ,_dcb :=_bbd .OCSPClient .MakeRequest (_gae ,_ff ,_de );if _dcb !=nil {_ed .Log .Debug ("\u0057\u0041\u0052\u004e:\u0020\u004f\u0043\u0053\u0050\u0020\u0072\u0065\u0071\u0075e\u0073t\u0020\u0065\u0072\u0072\u006f\u0072\u003a \u0025\u0076",_dcb ); +continue ;};_ecbe =append (_ecbe ,_eg );};};return _ecbe ,nil ;};const _adag =_eb .SHA1 ; -// NewAdobeX509RSASHA1 creates a new Adobe.PPKMS/Adobe.PPKLite -// adbe.x509.rsa_sha1 signature handler. Both the private key and the -// certificate can be nil for the signature validation. -func NewAdobeX509RSASHA1 (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate )(_eee .SignatureHandler ,error ){return &adobeX509RSASHA1 {_dbcg :certificate ,_ebd :privateKey },nil ;}; +// Validate validates PdfSignature. +func (_fcc *docTimeStamp )Validate (sig *_fc .PdfSignature ,digest _fc .Hasher )(_fc .SignatureValidationResult ,error ){_fge :=sig .Contents .Bytes ();_cfc ,_feb :=_c .Parse (_fge );if _feb !=nil {return _fc .SignatureValidationResult {},_feb ;};if _feb =_cfc .Verify (); +_feb !=nil {return _fc .SignatureValidationResult {},_feb ;};var _dbg timestampInfo ;_ ,_feb =_a .Unmarshal (_cfc .Content ,&_dbg );if _feb !=nil {return _fc .SignatureValidationResult {},_feb ;};_cge ,_feb :=_ffdf (_dbg .MessageImprint .HashAlgorithm .Algorithm ); +if _feb !=nil {return _fc .SignatureValidationResult {},_feb ;};_dec :=_cge .New ();_ffdg ,_bfbd :=digest .(*_dg .Buffer );if !_bfbd {return _fc .SignatureValidationResult {},_da .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073"); +};_dec .Write (_ffdg .Bytes ());_bdbg :=_dec .Sum (nil );_ecda :=_fc .SignatureValidationResult {IsSigned :true ,IsVerified :_dg .Equal (_bdbg ,_dbg .MessageImprint .HashedMessage ),GeneralizedTime :_dbg .GeneralizedTime };return _ecda ,nil ;}; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature -func (_fdad *adobePKCS7Detached )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; -}; +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_ecf *adobeX509RSASHA1 )IsApplicable (sig *_fc .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"; +};type adobeX509RSASHA1 struct{_abaf *_be .PrivateKey ;_acf *_ec .Certificate ;_acd SignFunc ;_dde bool ;_ggc _eb .Hash ;};func (_abac *adobeX509RSASHA1 )getCertificate (_ccc *_fc .PdfSignature )(*_ec .Certificate ,error ){if _abac ._acf !=nil {return _abac ._acf ,nil ; +};_bcb ,_gac :=_ccc .GetCerts ();if _gac !=nil {return nil ,_gac ;};return _bcb [0],nil ;};type adobePKCS7Detached struct{_eed *_be .PrivateKey ;_ddb *_ec .Certificate ;_ebg bool ;_dac int ;}; -// DocMDPHandler describes handler for the DocMDP realization. -type DocMDPHandler struct{_eeb _eee .SignatureHandler ;Permission _cd .DocMDPPermission ;}; +// NewDocTimeStamp creates a new DocTimeStamp signature handler. +// Both the timestamp server URL and the hash algorithm can be empty for the +// signature validation. +// The following hash algorithms are supported: +// crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. +// NOTE: the handler will do a mock Sign when initializing the signature +// in order to estimate the signature size. Use NewDocTimeStampWithOpts +// for providing the signature size. +func NewDocTimeStamp (timestampServerURL string ,hashAlgorithm _eb .Hash )(_fc .SignatureHandler ,error ){return &docTimeStamp {_abd :timestampServerURL ,_fae :hashAlgorithm },nil ;}; + +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_gc *DocMDPHandler )IsApplicable (sig *_fc .PdfSignature )bool {_ecc :=false ;for _ ,_ecb :=range sig .Reference .Elements (){if _ga ,_bf :=_bgd .GetDict (_ecb );_bf {if _bc ,_gg :=_bgd .GetNameVal (_ga .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); +_gg {if _bc !="\u0044\u006f\u0063\u004d\u0044\u0050"{return false ;};if _bed ,_ebd :=_bgd .GetDict (_ga .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_ebd {_ ,_fga :=_bgd .GetNumberAsInt64 (_bed .Get ("\u0050")); +if _fga !=nil {return false ;};_ecc =true ;break ;};};};};return _ecc &&_gc ._fa .IsApplicable (sig );}; // Sign sets the Contents fields for the PdfSignature. -func (_bdae *etsiPAdES )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {_afe ,_bca :=digest .(*_be .Buffer );if !_bca {return _bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_dfb ,_dbc :=_bbf .NewSignedData (_afe .Bytes ()); -if _dbc !=nil {return _dbc ;};_dfb .SetDigestAlgorithm (_bbf .OIDDigestAlgorithmSHA256 );_dac :=_bbf .SignerInfoConfig {};_ca :=_a .SHA256 .New ();_ca .Write (_bdae ._cf .Raw );var _ag struct{Seq struct{Seq struct{Value []byte ;};};};_ag .Seq .Seq .Value =_ca .Sum (nil ); -var _gaf []*_bd .Certificate ;var _dgaa []*_bd .Certificate ;if _bdae ._cga !=nil {_dgaa =[]*_bd .Certificate {_bdae ._cga };};_befe :=RevocationInfoArchival {Crl :[]_g .RawValue {},Ocsp :[]_g .RawValue {},OtherRevInfo :[]_g .RawValue {}};_gbee :=0;if _bdae ._dga !=nil &&len (_bdae ._cef )> 0{_cfa ,_cbe :=_bdae .makeTimestampRequest (_bdae ._cef ,([]byte )("")); -if _cbe !=nil {return _cbe ;};_fbcb ,_cbe :=_ef .Parse (_cfa .FullBytes );if _cbe !=nil {return _cbe ;};_gaf =append (_gaf ,_fbcb .Certificates ...);};if _bdae ._dga !=nil {_fgfe ,_gca :=_bdae .addDss ([]*_bd .Certificate {_bdae ._cf },_dgaa ,&_befe ); -if _gca !=nil {return _gca ;};_gbee +=_fgfe ;if len (_gaf )> 0{_fgfe ,_gca =_bdae .addDss (_gaf ,nil ,&_befe );if _gca !=nil {return _gca ;};_gbee +=_fgfe ;};if !_bdae ._dae {_bdae ._dga .SetDSS (_bdae ._egd );};};_dac .ExtraSignedAttributes =append (_dac .ExtraSignedAttributes ,_bbf .Attribute {Type :_bbf .OIDAttributeSigningCertificateV2 ,Value :_ag },_bbf .Attribute {Type :_bbf .OIDAttributeAdobeRevocation ,Value :_befe }); -if _cee :=_dfb .AddSignerChainPAdES (_bdae ._cf ,_bdae ._ae ,_dgaa ,_dac );_cee !=nil {return _cee ;};_dfb .Detach ();if len (_bdae ._cef )> 0{_dfg :=_dfb .GetSignedData ().SignerInfos [0].EncryptedDigest ;_fcf ,_aeb :=_bdae .makeTimestampRequest (_bdae ._cef ,_dfg ); -if _aeb !=nil {return _aeb ;};_aeb =_dfb .AddTimestampTokenToSigner (0,_fcf .FullBytes );if _aeb !=nil {return _aeb ;};};_cfea ,_dbc :=_dfb .Finish ();if _dbc !=nil {return _dbc ;};_gd :=make ([]byte ,len (_cfea )+1024*2+_gbee );copy (_gd ,_cfea );sig .Contents =_gb .MakeHexString (string (_gd )); -if !_bdae ._dae &&_bdae ._egd !=nil {_ca =_a .SHA1 .New ();_ca .Write (_gd );_dgc :=_b .ToUpper (_db .EncodeToString (_ca .Sum (nil )));if _dgc !=""{_bdae ._egd .VRI [_dgc ]=&_eee .VRI {Cert :_bdae ._egd .Certs ,OCSP :_bdae ._egd .OCSPs ,CRL :_bdae ._egd .CRLs }; -};_bdae ._dga .SetDSS (_bdae ._egd );};return nil ;}; +func (_gcc *adobeX509RSASHA1 )Sign (sig *_fc .PdfSignature ,digest _fc .Hasher )error {var _fca []byte ;var _dded error ;if _gcc ._acd !=nil {_fca ,_dded =_gcc ._acd (sig ,digest );if _dded !=nil {return _dded ;};}else {_eccg ,_aeag :=digest .(_fb .Hash ); +if !_aeag {return _g .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072");};_fdca :=_adag ;if _gcc ._ggc !=0{_fdca =_gcc ._ggc ;};_fca ,_dded =_be .SignPKCS1v15 (_fg .Reader ,_gcc ._abaf ,_fdca ,_eccg .Sum (nil ));if _dded !=nil {return _dded ; +};};_fca ,_dded =_a .Marshal (_fca );if _dded !=nil {return _dded ;};sig .Contents =_bgd .MakeHexString (string (_fca ));return nil ;};func (_ee *etsiPAdES )getCRLs (_ffd []*_ec .Certificate )([][]byte ,error ){_fbd :=make ([][]byte ,0,len (_ffd ));for _ ,_bcd :=range _ffd {for _ ,_ecd :=range _bcd .CRLDistributionPoints {if _ee .CertClient .IsCA (_bcd ){continue ; +};_fgg ,_ac :=_ee .CRLClient .MakeRequest (_ecd ,_bcd );if _ac !=nil {_ed .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_ac );continue ;};_fbd =append (_fbd ,_fgg ); +};};return _fbd ,nil ;}; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_ba *DocMDPHandler )IsApplicable (sig *_eee .PdfSignature )bool {_gf :=false ;for _ ,_dbb :=range sig .Reference .Elements (){if _dad ,_ce :=_gb .GetDict (_dbb );_ce {if _bf ,_ec :=_gb .GetNameVal (_dad .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u004d\u0065\u0074\u0068\u006f\u0064")); -_ec {if _bf !="\u0044\u006f\u0063\u004d\u0044\u0050"{return false ;};if _egf ,_bbb :=_gb .GetDict (_dad .Get ("\u0054r\u0061n\u0073\u0066\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d\u0073"));_bbb {_ ,_bc :=_gb .GetNumberAsInt64 (_egf .Get ("\u0050")); -if _bc !=nil {return false ;};_gf =true ;break ;};};};};return _gf &&_ba ._eeb .IsApplicable (sig );}; +// NewDigest creates a new digest. +func (_bdfg *docTimeStamp )NewDigest (sig *_fc .PdfSignature )(_fc .Hasher ,error ){return _dg .NewBuffer (nil ),nil ;}; -// IsApplicable returns true if the signature handler is applicable for the PdfSignature. -func (_dbgd *adobeX509RSASHA1 )IsApplicable (sig *_eee .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="A\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004d\u0053"||*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"; +// Validate implementation of the SignatureHandler interface +// This check is impossible without checking the document's content. +// Please, use ValidateWithOpts with the PdfParser. +func (_gaa *DocMDPHandler )Validate (sig *_fc .PdfSignature ,digest _fc .Hasher )(_fc .SignatureValidationResult ,error ){return _fc .SignatureValidationResult {},_g .New ("i\u006d\u0070\u006f\u0073\u0073\u0069b\u006c\u0065\u0020\u0076\u0061\u006ci\u0064\u0061\u0074\u0069\u006f\u006e\u0020w\u0069\u0074\u0068\u006f\u0075\u0074\u0020\u0070\u0061\u0072s\u0065"); }; -// Validate validates PdfSignature. -func (_dabd *etsiPAdES )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_gac :=sig .Contents .Bytes ();_cggd ,_bcc :=_bbf .Parse (_gac );if _bcc !=nil {return _eee .SignatureValidationResult {},_bcc ;}; -_bgb ,_fed :=digest .(*_be .Buffer );if !_fed {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_cggd .Content =_bgb .Bytes ();if _bcc =_cggd .Verify (); -_bcc !=nil {return _eee .SignatureValidationResult {},_bcc ;};_fcc :=false ;_egc :=false ;var _ede _dg .Time ;for _ ,_bec :=range _cggd .Signers {_dee :=_bec .EncryptedDigest ;var _ab RevocationInfoArchival ;_bcc =_cggd .UnmarshalSignedAttribute (_bbf .OIDAttributeAdobeRevocation ,&_ab ); -if _bcc ==nil {if len (_ab .Crl )> 0{_egc =true ;};if len (_ab .Ocsp )> 0{_fcc =true ;};};for _ ,_adgd :=range _bec .UnauthenticatedAttributes {if _adgd .Type .Equal (_bbf .OIDAttributeTimeStampToken ){_ea ,_cdg :=_ef .Parse (_adgd .Value .Bytes );if _cdg !=nil {return _eee .SignatureValidationResult {},_cdg ; -};_ede =_ea .Time ;_abb :=_ea .HashAlgorithm .New ();_abb .Write (_dee );if !_be .Equal (_abb .Sum (nil ),_ea .HashedMessage ){return _eee .SignatureValidationResult {},_bb .Errorf ("\u0048\u0061\u0073\u0068\u0020i\u006e\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u0069s\u0020\u0064\u0069\u0066\u0066\u0065\u0072\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020\u0070\u006b\u0063\u0073\u0037"); -};break ;};};};_cfad :=_eee .SignatureValidationResult {IsSigned :true ,IsVerified :true ,IsCrlFound :_egc ,IsOcspFound :_fcc ,GeneralizedTime :_ede };return _cfad ,nil ;}; +// ValidateWithOpts validates a PDF signature by checking PdfReader or PdfParser by the DiffPolicy +// params describes parameters for the DocMDP checks. +func (_bd *DocMDPHandler )ValidateWithOpts (sig *_fc .PdfSignature ,digest _fc .Hasher ,params _fc .SignatureHandlerDocMDPParams )(_fc .SignatureValidationResult ,error ){_bdc ,_ede :=_bd ._fa .Validate (sig ,digest );if _ede !=nil {return _bdc ,_ede ; +};_bb :=params .Parser ;if _bb ==nil {return _fc .SignatureValidationResult {},_g .New ("p\u0061r\u0073\u0065\u0072\u0020\u0063\u0061\u006e\u0027t\u0020\u0062\u0065\u0020nu\u006c\u006c");};if !_bdc .IsVerified {return _bdc ,nil ;};_cf :=params .DiffPolicy ; +if _cf ==nil {_cf =_dga .NewDefaultDiffPolicy ();};for _cd :=0;_cd <=_bb .GetRevisionNumber ();_cd ++{_dc ,_fd :=_bb .GetRevision (_cd );if _fd !=nil {return _fc .SignatureValidationResult {},_fd ;};_df :=_dc .GetTrailer ();if _df ==nil {return _fc .SignatureValidationResult {},_g .New ("\u0075\u006e\u0064\u0065f\u0069\u006e\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0074r\u0061i\u006c\u0065\u0072\u0020\u006f\u0062\u006ae\u0063\u0074"); +};_cda ,_gcd :=_bgd .GetDict (_df .Get ("\u0052\u006f\u006f\u0074"));if !_gcd {return _fc .SignatureValidationResult {},_g .New ("\u0075n\u0064\u0065\u0066\u0069n\u0065\u0064\u0020\u0074\u0068e\u0020r\u006fo\u0074\u0020\u006f\u0062\u006a\u0065\u0063t"); +};_fgc ,_gcd :=_bgd .GetDict (_cda .Get ("\u0041\u0063\u0072\u006f\u0046\u006f\u0072\u006d"));if !_gcd {continue ;};_ae ,_gcd :=_bgd .GetArray (_fgc .Get ("\u0046\u0069\u0065\u006c\u0064\u0073"));if !_gcd {continue ;};for _ ,_cef :=range _ae .Elements (){_ca ,_cea :=_bgd .GetDict (_cef ); +if !_cea {continue ;};_beb ,_cea :=_bgd .GetDict (_ca .Get ("\u0056"));if !_cea {continue ;};if _bgd .EqualObjects (_beb .Get ("\u0043\u006f\u006e\u0074\u0065\u006e\u0074\u0073"),sig .Contents ){_bdc .DiffResults ,_fd =_cf .ReviewFile (_dc ,_bb ,&_dga .MDPParameters {DocMDPLevel :_bd .Permission }); +if _fd !=nil {return _fc .SignatureValidationResult {},_fd ;};_bdc .IsVerified =_bdc .DiffResults .IsPermitted ();return _bdc ,nil ;};};};return _fc .SignatureValidationResult {},_g .New ("\u0064\u006f\u006e\u0027\u0074\u0020\u0066o\u0075\u006e\u0064 \u0074\u0068\u0069\u0073 \u0073\u0069\u0067\u006e\u0061\u0074\u0075\u0072\u0065\u0020\u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0072\u0065\u0076\u0069\u0073\u0069\u006f\u006e\u0073"); +}; + +// InitSignature initialization of the DocMDP signature. +func (_bdb *DocMDPHandler )InitSignature (sig *_fc .PdfSignature )error {_aed :=_bdb ._fa .InitSignature (sig );if _aed !=nil {return _aed ;};sig .Handler =_bdb ;if sig .Reference ==nil {sig .Reference =_bgd .MakeArray ();};sig .Reference .Append (_fc .NewPdfSignatureReferenceDocMDP (_fc .NewPdfTransformParamsDocMDP (_bdb .Permission )).ToPdfObject ()); +return nil ;}; // NewDigest creates a new digest. -func (_fafg *docTimeStamp )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; +func (_egff *adobeX509RSASHA1 )NewDigest (sig *_fc .PdfSignature )(_fc .Hasher ,error ){if _dfb ,_cbed :=_egff .getHashAlgorithm (sig );_dfb !=0&&_cbed ==nil {return _dfb .New (),nil ;};return _adag .New (),nil ;}; -// Sign adds a new reference to signature's references array. -func (_aab *DocMDPHandler )Sign (sig *_eee .PdfSignature ,digest _eee .Hasher )error {return _aab ._eeb .Sign (sig ,digest );};type etsiPAdES struct{_ae *_cb .PrivateKey ;_cf *_bd .Certificate ;_cdf bool ;_dae bool ;_cga *_bd .Certificate ;_cef string ; +// Validate validates PdfSignature. +func (_ecbee *adobeX509RSASHA1 )Validate (sig *_fc .PdfSignature ,digest _fc .Hasher )(_fc .SignatureValidationResult ,error ){_edeg ,_cfbe :=_ecbee .getCertificate (sig );if _cfbe !=nil {return _fc .SignatureValidationResult {},_cfbe ;};_fac :=sig .Contents .Bytes (); +var _fgb []byte ;if _ ,_faac :=_a .Unmarshal (_fac ,&_fgb );_faac !=nil {return _fc .SignatureValidationResult {},_faac ;};_fbe ,_egad :=digest .(_fb .Hash );if !_egad {return _fc .SignatureValidationResult {},_g .New ("\u0068a\u0073h\u0020\u0074\u0079\u0070\u0065\u0020\u0065\u0072\u0072\u006f\u0072"); +};_fdb ,_ :=_ecbee .getHashAlgorithm (sig );if _fdb ==0{_fdb =_adag ;};if _fggd :=_be .VerifyPKCS1v15 (_edeg .PublicKey .(*_be .PublicKey ),_fdb ,_fbe .Sum (nil ),_fgb );_fggd !=nil {return _fc .SignatureValidationResult {},_fggd ;};return _fc .SignatureValidationResult {IsSigned :true ,IsVerified :true },nil ; +}; +// NewDocMDPHandler returns the new DocMDP handler with the specific DocMDP restriction level. +func NewDocMDPHandler (handler _fc .SignatureHandler ,permission _dga .DocMDPPermission )(_fc .SignatureHandler ,error ){return &DocMDPHandler {_fa :handler ,Permission :permission },nil ;}; -// CertClient is the client used to retrieve certificates. -CertClient *_eg .CertClient ; +// AdobeX509RSASHA1Opts defines options for configuring the adbe.x509.rsa_sha1 +// signature handler. +type AdobeX509RSASHA1Opts struct{ -// OCSPClient is the client used to retrieve OCSP validation information. -OCSPClient *_eg .OCSPClient ; +// EstimateSize specifies whether the size of the signature contents +// should be estimated based on the modulus size of the public key +// extracted from the signing certificate. If set to false, a mock Sign +// call is made in order to estimate the size of the signature contents. +EstimateSize bool ; -// CRLClient is the client used to retrieve CRL validation information. -CRLClient *_eg .CRLClient ;_dga *_eee .PdfAppender ;_egd *_eee .DSS ;};func (_cag *etsiPAdES )addDss (_efd ,_dab []*_bd .Certificate ,_gfe *RevocationInfoArchival )(int ,error ){_faa ,_fcg ,_dbgg :=_cag .buildCertChain (_efd ,_dab );if _dbgg !=nil {return 0,_dbgg ; -};_aaac ,_dbgg :=_cag .getCerts (_faa );if _dbgg !=nil {return 0,_dbgg ;};var _fda ,_gde [][]byte ;if _cag .OCSPClient !=nil {_fda ,_dbgg =_cag .getOCSPs (_faa ,_fcg );if _dbgg !=nil {return 0,_dbgg ;};};if _cag .CRLClient !=nil {_gde ,_dbgg =_cag .getCRLs (_faa ); -if _dbgg !=nil {return 0,_dbgg ;};};if !_cag ._dae {_ ,_dbgg =_cag ._egd .AddCerts (_aaac );if _dbgg !=nil {return 0,_dbgg ;};_ ,_dbgg =_cag ._egd .AddOCSPs (_fda );if _dbgg !=nil {return 0,_dbgg ;};_ ,_dbgg =_cag ._egd .AddCRLs (_gde );if _dbgg !=nil {return 0,_dbgg ; -};};_bgg :=0;for _ ,_fagb :=range _gde {_bgg +=len (_fagb );_gfe .Crl =append (_gfe .Crl ,_g .RawValue {FullBytes :_fagb });};for _ ,_egb :=range _fda {_bgg +=len (_egb );_gfe .Ocsp =append (_gfe .Ocsp ,_g .RawValue {FullBytes :_egb });};return _bgg ,nil ; -}; +// Algorithm specifies the algorithm used for performing signing. +// If not specified, defaults to SHA1. +Algorithm _eb .Hash ;}; -// NewEtsiPAdESLevelB creates a new Adobe.PPKLite ETSI.CAdES.detached Level B signature handler. -func NewEtsiPAdESLevelB (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate ,caCert *_bd .Certificate )(_eee .SignatureHandler ,error ){return &etsiPAdES {_cf :certificate ,_ae :privateKey ,_cga :caCert },nil ;}; +// InitSignature initialises the PdfSignature. +func (_cae *docTimeStamp )InitSignature (sig *_fc .PdfSignature )error {_aedc :=*_cae ;sig .Type =_bgd .MakeName ("\u0044\u006f\u0063T\u0069\u006d\u0065\u0053\u0074\u0061\u006d\u0070");sig .Handler =&_aedc ;sig .Filter =_bgd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); +sig .SubFilter =_bgd .MakeName ("\u0045\u0054\u0053I\u002e\u0052\u0046\u0043\u0033\u0031\u0036\u0031");sig .Reference =nil ;if _cae ._fbgg > 0{sig .Contents =_bgd .MakeHexString (string (make ([]byte ,_cae ._fbgg )));}else {_adgg ,_gga :=_cae .NewDigest (sig ); +if _gga !=nil {return _gga ;};_adgg .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065"));if _gga =_aedc .Sign (sig ,_adgg ); +_gga !=nil {return _gga ;};_cae ._fbgg =_aedc ._fbgg ;};return nil ;}; // NewDigest creates a new digest. -func (_cbb *adobePKCS7Detached )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; +func (_gf *DocMDPHandler )NewDigest (sig *_fc .PdfSignature )(_fc .Hasher ,error ){return _gf ._fa .NewDigest (sig );}; -// NewDocMDPHandler returns the new DocMDP handler with the specific DocMDP restriction level. -func NewDocMDPHandler (handler _eee .SignatureHandler ,permission _cd .DocMDPPermission )(_eee .SignatureHandler ,error ){return &DocMDPHandler {_eeb :handler ,Permission :permission },nil ;};func (_egg *adobeX509RSASHA1 )getCertificate (_eef *_eee .PdfSignature )(*_bd .Certificate ,error ){if _egg ._dbcg !=nil {return _egg ._dbcg ,nil ; -};_bgga ,_gcd :=_eef .GetCerts ();if _gcd !=nil {return nil ,_gcd ;};return _bgga [0],nil ;}; - -// NewAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached signature handler. -// Both parameters may be nil for the signature validation. -func NewAdobePKCS7Detached (privateKey *_cb .PrivateKey ,certificate *_bd .Certificate )(_eee .SignatureHandler ,error ){return &adobePKCS7Detached {_adgb :certificate ,_fgc :privateKey },nil ;}; +// NewAdobeX509RSASHA1 creates a new Adobe.PPKMS/Adobe.PPKLite +// adbe.x509.rsa_sha1 signature handler. Both the private key and the +// certificate can be nil for the signature validation. +func NewAdobeX509RSASHA1 (privateKey *_be .PrivateKey ,certificate *_ec .Certificate )(_fc .SignatureHandler ,error ){return &adobeX509RSASHA1 {_acf :certificate ,_abaf :privateKey },nil ;};func (_gefg *adobePKCS7Detached )getCertificate (_cbee *_fc .PdfSignature )(*_ec .Certificate ,error ){if _gefg ._ddb !=nil {return _gefg ._ddb ,nil ; +};_cc ,_ffc :=_cbee .GetCerts ();if _ffc !=nil {return nil ,_ffc ;};return _cc [0],nil ;}; // NewDocTimeStampWithOpts returns a new DocTimeStamp configured using the // specified options. If no options are provided, default options will be used. @@ -248,44 +227,63 @@ func NewAdobePKCS7Detached (privateKey *_cb .PrivateKey ,certificate *_bd .Certi // signature validation. // The following hash algorithms are supported: // crypto.SHA1, crypto.SHA256, crypto.SHA384, crypto.SHA512. -func NewDocTimeStampWithOpts (timestampServerURL string ,hashAlgorithm _a .Hash ,opts *DocTimeStampOpts )(_eee .SignatureHandler ,error ){if opts ==nil {opts =&DocTimeStampOpts {};};if opts .SignatureSize <=0{opts .SignatureSize =4192;};return &docTimeStamp {_ffg :timestampServerURL ,_gbb :hashAlgorithm ,_aeg :opts .SignatureSize ,_ced :opts .Client },nil ; -};func _baa (_dcg _g .ObjectIdentifier )(_a .Hash ,error ){switch {case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA1 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA1 ),_dcg .Equal (_bbf .OIDDigestAlgorithmDSA ),_dcg .Equal (_bbf .OIDDigestAlgorithmDSASHA1 ),_dcg .Equal (_bbf .OIDEncryptionAlgorithmRSA ):return _a .SHA1 ,nil ; -case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA256 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA256 ):return _a .SHA256 ,nil ;case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA384 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA384 ):return _a .SHA384 ,nil ; -case _dcg .Equal (_bbf .OIDDigestAlgorithmSHA512 ),_dcg .Equal (_bbf .OIDDigestAlgorithmECDSASHA512 ):return _a .SHA512 ,nil ;};return _a .Hash (0),_bbf .ErrUnsupportedAlgorithm ;};type timestampInfo struct{Version int ;Policy _g .RawValue ;MessageImprint struct{HashAlgorithm _e .AlgorithmIdentifier ; -HashedMessage []byte ;};SerialNumber _g .RawValue ;GeneralizedTime _dg .Time ;}; - -// NewDigest creates a new digest. -func (_eed *DocMDPHandler )NewDigest (sig *_eee .PdfSignature )(_eee .Hasher ,error ){return _eed ._eeb .NewDigest (sig );}; +func NewDocTimeStampWithOpts (timestampServerURL string ,hashAlgorithm _eb .Hash ,opts *DocTimeStampOpts )(_fc .SignatureHandler ,error ){if opts ==nil {opts =&DocTimeStampOpts {};};if opts .SignatureSize <=0{opts .SignatureSize =4192;};return &docTimeStamp {_abd :timestampServerURL ,_fae :hashAlgorithm ,_fbgg :opts .SignatureSize ,_cde :opts .Client },nil ; +}; // InitSignature initialises the PdfSignature. -func (_add *adobeX509RSASHA1 )InitSignature (sig *_eee .PdfSignature )error {if _add ._dbcg ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _add ._ebd ==nil &&_add ._faaf ==nil {return _c .New ("\u006d\u0075\u0073\u0074\u0020\u0070\u0072o\u0076\u0069\u0064e\u0020\u0065\u0069t\u0068\u0065r\u0020\u0061\u0020\u0070\u0072\u0069v\u0061te\u0020\u006b\u0065\u0079\u0020\u006f\u0072\u0020\u0061\u0020\u0073\u0069\u0067\u006e\u0069\u006e\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e"); -};_egcd :=*_add ;sig .Handler =&_egcd ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065");sig .SubFilter =_gb .MakeName ("\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"); -sig .Cert =_gb .MakeString (string (_egcd ._dbcg .Raw ));sig .Reference =nil ;_bdd ,_bfag :=_egcd .NewDigest (sig );if _bfag !=nil {return _bfag ;};_bdd .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -return _egcd .sign (sig ,_bdd ,_add ._fce );}; +func (_gfc *adobeX509RSASHA1 )InitSignature (sig *_fc .PdfSignature )error {if _gfc ._acf ==nil {return _g .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); +};if _gfc ._abaf ==nil &&_gfc ._acd ==nil {return _g .New ("\u006d\u0075\u0073\u0074\u0020\u0070\u0072o\u0076\u0069\u0064e\u0020\u0065\u0069t\u0068\u0065r\u0020\u0061\u0020\u0070\u0072\u0069v\u0061te\u0020\u006b\u0065\u0079\u0020\u006f\u0072\u0020\u0061\u0020\u0073\u0069\u0067\u006e\u0069\u006e\u0067\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e"); +};_afeg :=*_gfc ;sig .Handler =&_afeg ;sig .Filter =_bgd .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065");sig .SubFilter =_bgd .MakeName ("\u0061d\u0062e\u002e\u0078\u0035\u0030\u0039.\u0072\u0073a\u005f\u0073\u0068\u0061\u0031"); +sig .Cert =_bgd .MakeString (string (_afeg ._acf .Raw ));sig .Reference =nil ;_cga ,_ddce :=_afeg .NewDigest (sig );if _ddce !=nil {return _ddce ;};_cga .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); +return _afeg .sign (sig ,_cga ,_gfc ._dde );}; -// InitSignature initialization of the DocMDP signature. -func (_fga *DocMDPHandler )InitSignature (sig *_eee .PdfSignature )error {_bbg :=_fga ._eeb .InitSignature (sig );if _bbg !=nil {return _bbg ;};sig .Handler =_fga ;if sig .Reference ==nil {sig .Reference =_gb .MakeArray ();};sig .Reference .Append (_eee .NewPdfSignatureReferenceDocMDP (_eee .NewPdfTransformParamsDocMDP (_fga .Permission )).ToPdfObject ()); -return nil ;}; +// NewEtsiPAdESLevelT creates a new Adobe.PPKLite ETSI.CAdES.detached Level T signature handler. +func NewEtsiPAdESLevelT (privateKey *_be .PrivateKey ,certificate *_ec .Certificate ,caCert *_ec .Certificate ,certificateTimestampServerURL string )(_fc .SignatureHandler ,error ){return &etsiPAdES {_dbc :certificate ,_gce :privateKey ,_cfe :caCert ,_bgbg :certificateTimestampServerURL },nil ; +}; -// Validate implementation of the SignatureHandler interface -// This check is impossible without checking the document's content. -// Please, use ValidateWithOpts with the PdfParser. -func (_gc *DocMDPHandler )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){return _eee .SignatureValidationResult {},_c .New ("i\u006d\u0070\u006f\u0073\u0073\u0069b\u006c\u0065\u0020\u0076\u0061\u006ci\u0064\u0061\u0074\u0069\u006f\u006e\u0020w\u0069\u0074\u0068\u006f\u0075\u0074\u0020\u0070\u0061\u0072s\u0065"); -};func (_ccc *etsiPAdES )getCRLs (_acf []*_bd .Certificate )([][]byte ,error ){_deca :=make ([][]byte ,0,len (_acf ));for _ ,_cfe :=range _acf {for _ ,_bbc :=range _cfe .CRLDistributionPoints {if _ccc .CertClient .IsCA (_cfe ){continue ;};_ada ,_af :=_ccc .CRLClient .MakeRequest (_bbc ,_cfe ); -if _af !=nil {_ee .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0043R\u004c\u0020\u0072\u0065\u0071\u0075\u0065\u0073\u0074 \u0065\u0072\u0072o\u0072:\u0020\u0025\u0076",_af );continue ;};_deca =append (_deca ,_ada );};};return _deca ,nil ;}; +// NewAdobeX509RSASHA1CustomWithOpts creates a new Adobe.PPKMS/Adobe.PPKLite +// adbe.x509.rsa_sha1 signature handler with a custom signing function. The +// handler is configured based on the provided options. If no options are +// provided, default options will be used. Both the certificate and the sign +// function can be nil for the signature validation. +func NewAdobeX509RSASHA1CustomWithOpts (certificate *_ec .Certificate ,signFunc SignFunc ,opts *AdobeX509RSASHA1Opts )(_fc .SignatureHandler ,error ){if opts ==nil {opts =&AdobeX509RSASHA1Opts {};};return &adobeX509RSASHA1 {_acf :certificate ,_acd :signFunc ,_dde :opts .EstimateSize ,_ggc :opts .Algorithm },nil ; +}; -// InitSignature initialises the PdfSignature. -func (_bce *adobePKCS7Detached )InitSignature (sig *_eee .PdfSignature )error {if !_bce ._cbf {if _bce ._adgb ==nil {return _c .New ("c\u0065\u0072\u0074\u0069\u0066\u0069c\u0061\u0074\u0065\u0020\u006d\u0075\u0073\u0074\u0020n\u006f\u0074\u0020b\u0065 \u006e\u0069\u006c"); -};if _bce ._fgc ==nil {return _c .New ("\u0070\u0072\u0069\u0076\u0061\u0074\u0065\u004b\u0065\u0079\u0020m\u0075\u0073\u0074\u0020\u006e\u006f\u0074\u0020\u0062\u0065 \u006e\u0069\u006c");};};_fef :=*_bce ;sig .Handler =&_fef ;sig .Filter =_gb .MakeName ("\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065"); -sig .SubFilter =_gb .MakeName ("\u0061\u0064\u0062\u0065.p\u006b\u0063\u0073\u0037\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064");sig .Reference =nil ;_dba ,_gaa :=_fef .NewDigest (sig );if _gaa !=nil {return _gaa ;};_dba .Write ([]byte ("\u0063\u0061\u006c\u0063\u0075\u006ca\u0074\u0065\u0020\u0074\u0068\u0065\u0020\u0043\u006f\u006e\u0074\u0065\u006et\u0073\u0020\u0066\u0069\u0065\u006c\u0064 \u0073\u0069\u007a\u0065")); -return _fef .Sign (sig ,_dba );}; +// IsApplicable returns true if the signature handler is applicable for the PdfSignature. +func (_baf *etsiPAdES )IsApplicable (sig *_fc .PdfSignature )bool {if sig ==nil ||sig .Filter ==nil ||sig .SubFilter ==nil {return false ;};return (*sig .Filter =="\u0041\u0064\u006f\u0062\u0065\u002e\u0050\u0050\u004b\u004c\u0069\u0074\u0065")&&*sig .SubFilter =="\u0045\u0054\u0053\u0049.C\u0041\u0064\u0045\u0053\u002e\u0064\u0065\u0074\u0061\u0063\u0068\u0065\u0064"; +};func (_cg *etsiPAdES )makeTimestampRequest (_cgc string ,_cbe []byte )(_a .RawValue ,error ){_ece :=_eb .SHA512 .New ();_ece .Write (_cbe );_ab :=_ece .Sum (nil );_ad :=_af .Request {HashAlgorithm :_eb .SHA512 ,HashedMessage :_ab ,Certificates :true ,Extensions :nil ,ExtraExtensions :nil }; +_aeb :=_bgf .NewTimestampClient ();_dcg ,_fbb :=_aeb .GetEncodedToken (_cgc ,&_ad );if _fbb !=nil {return _a .NullRawValue ,_fbb ;};return _a .RawValue {FullBytes :_dcg },nil ;}; -// Validate validates PdfSignature. -func (_bgbb *docTimeStamp )Validate (sig *_eee .PdfSignature ,digest _eee .Hasher )(_eee .SignatureValidationResult ,error ){_bea :=sig .Contents .Bytes ();_adf ,_eaa :=_bbf .Parse (_bea );if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ; -};if _eaa =_adf .Verify ();_eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};var _aed timestampInfo ;_ ,_eaa =_g .Unmarshal (_adf .Content ,&_aed );if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};_dddc ,_eaa :=_baa (_aed .MessageImprint .HashAlgorithm .Algorithm ); -if _eaa !=nil {return _eee .SignatureValidationResult {},_eaa ;};_bead :=_dddc .New ();_ffc ,_egdg :=digest .(*_be .Buffer );if !_egdg {return _eee .SignatureValidationResult {},_bb .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073"); -};_bead .Write (_ffc .Bytes ());_fgca :=_bead .Sum (nil );_ccg :=_eee .SignatureValidationResult {IsSigned :true ,IsVerified :_be .Equal (_fgca ,_aed .MessageImprint .HashedMessage ),GeneralizedTime :_aed .GeneralizedTime };return _ccg ,nil ;}; +// Sign sets the Contents fields for the PdfSignature. +func (_dge *docTimeStamp )Sign (sig *_fc .PdfSignature ,digest _fc .Hasher )error {_beef ,_aeagc :=_bgf .NewTimestampRequest (digest .(*_dg .Buffer ),&_af .RequestOptions {Hash :_dge ._fae ,Certificates :true });if _aeagc !=nil {return _aeagc ;};_gbc :=_dge ._cde ; +if _gbc ==nil {_gbc =_bgf .NewTimestampClient ();};_ffg ,_aeagc :=_gbc .GetEncodedToken (_dge ._abd ,_beef );if _aeagc !=nil {return _aeagc ;};_eff :=len (_ffg );if _dge ._fbgg > 0&&_eff > _dge ._fbgg {return _fc .ErrSignNotEnoughSpace ;};if _eff > 0{_dge ._fbgg =_eff +128; +};if sig .Contents !=nil {_fdf :=sig .Contents .Bytes ();copy (_fdf ,_ffg );_ffg =_fdf ;};sig .Contents =_bgd .MakeHexString (string (_ffg ));return nil ;};func (_caa *adobeX509RSASHA1 )getHashAlgorithm (_ebca *_fc .PdfSignature )(_eb .Hash ,error ){_dgcc ,_bedf :=_caa .getCertificate (_ebca ); +if _bedf !=nil {if _caa ._ggc !=0{return _caa ._ggc ,nil ;};return _adag ,_bedf ;};if _ebca .Contents !=nil {_bddc :=_ebca .Contents .Bytes ();var _gaeab []byte ;if _ ,_fde :=_a .Unmarshal (_bddc ,&_gaeab );_fde ==nil {_agg :=_bfbb (_dgcc .PublicKey .(*_be .PublicKey ),_gaeab ); +if _agg > 0{return _agg ,nil ;};};};if _caa ._ggc !=0{return _caa ._ggc ,nil ;};return _adag ,nil ;}; + +// NewEtsiPAdESLevelB creates a new Adobe.PPKLite ETSI.CAdES.detached Level B signature handler. +func NewEtsiPAdESLevelB (privateKey *_be .PrivateKey ,certificate *_ec .Certificate ,caCert *_ec .Certificate )(_fc .SignatureHandler ,error ){return &etsiPAdES {_dbc :certificate ,_gce :privateKey ,_cfe :caCert },nil ;};func (_fbfg *etsiPAdES )addDss (_dbba ,_adc []*_ec .Certificate ,_afe *RevocationInfoArchival )(int ,error ){_cbcd ,_bdf ,_beab :=_fbfg .buildCertChain (_dbba ,_adc ); +if _beab !=nil {return 0,_beab ;};_cgb ,_beab :=_fbfg .getCerts (_cbcd );if _beab !=nil {return 0,_beab ;};var _cefd ,_gag [][]byte ;if _fbfg .OCSPClient !=nil {_cefd ,_beab =_fbfg .getOCSPs (_cbcd ,_bdf );if _beab !=nil {return 0,_beab ;};};if _fbfg .CRLClient !=nil {_gag ,_beab =_fbfg .getCRLs (_cbcd ); +if _beab !=nil {return 0,_beab ;};};if !_fbfg ._gcf {_ ,_beab =_fbfg ._bba .AddCerts (_cgb );if _beab !=nil {return 0,_beab ;};_ ,_beab =_fbfg ._bba .AddOCSPs (_cefd );if _beab !=nil {return 0,_beab ;};_ ,_beab =_fbfg ._bba .AddCRLs (_gag );if _beab !=nil {return 0,_beab ; +};};_aee :=0;for _ ,_efb :=range _gag {_aee +=len (_efb );_afe .Crl =append (_afe .Crl ,_a .RawValue {FullBytes :_efb });};for _ ,_bac :=range _cefd {_aee +=len (_bac );_afe .Ocsp =append (_afe .Ocsp ,_a .RawValue {FullBytes :_bac });};return _aee ,nil ; +}; // NewDigest creates a new digest. -func (_faf *etsiPAdES )NewDigest (_ *_eee .PdfSignature )(_eee .Hasher ,error ){return _be .NewBuffer (nil ),nil ;}; \ No newline at end of file +func (_gfd *etsiPAdES )NewDigest (_ *_fc .PdfSignature )(_fc .Hasher ,error ){return _dg .NewBuffer (nil ),nil ;};func _bfbb (_aeagb *_be .PublicKey ,_gagf []byte )_eb .Hash {_gfa :=_aeagb .Size ();if _gfa !=len (_gagf ){return 0;};_fdce :=func (_ea *_f .Int ,_gbg *_be .PublicKey ,_ggf *_f .Int )*_f .Int {_gdga :=_f .NewInt (int64 (_gbg .E )); +_ea .Exp (_ggf ,_gdga ,_gbg .N );return _ea ;};_cdb :=new (_f .Int ).SetBytes (_gagf );_adce :=_fdce (new (_f .Int ),_aeagb ,_cdb );_add :=_bcef (_adce .Bytes (),_gfa );if _add [0]!=0||_add [1]!=1{return 0;};_aad :=[]struct{Hash _eb .Hash ;Prefix []byte ; +}{{Hash :_eb .SHA1 ,Prefix :[]byte {0x30,0x21,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1a,0x05,0x00,0x04,0x14}},{Hash :_eb .SHA256 ,Prefix :[]byte {0x30,0x31,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x01,0x05,0x00,0x04,0x20}},{Hash :_eb .SHA384 ,Prefix :[]byte {0x30,0x41,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x02,0x05,0x00,0x04,0x30}},{Hash :_eb .SHA512 ,Prefix :[]byte {0x30,0x51,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,0x05,0x00,0x04,0x40}},{Hash :_eb .RIPEMD160 ,Prefix :[]byte {0x30,0x20,0x30,0x08,0x06,0x06,0x28,0xcf,0x06,0x03,0x00,0x31,0x04,0x14}}}; +for _ ,_bggb :=range _aad {_fgd :=_bggb .Hash .Size ();_bcee :=len (_bggb .Prefix )+_fgd ;if _dg .Equal (_add [_gfa -_bcee :_gfa -_fgd ],_bggb .Prefix ){return _bggb .Hash ;};};return 0;}; + +// Sign sets the Contents fields. +func (_dgfc *adobePKCS7Detached )Sign (sig *_fc .PdfSignature ,digest _fc .Hasher )error {if _dgfc ._ebg {_cagc :=_dgfc ._dac ;if _cagc <=0{_cagc =8192;};sig .Contents =_bgd .MakeHexString (string (make ([]byte ,_cagc )));return nil ;};_bgdf ,_dbac :=digest .(*_dg .Buffer ); +if !_dbac {return _da .Errorf ("c\u0061s\u0074\u0020\u0074\u006f\u0020\u0062\u0075\u0066f\u0065\u0072\u0020\u0066ai\u006c\u0073");};_cabf ,_edef :=_c .NewSignedData (_bgdf .Bytes ());if _edef !=nil {return _edef ;};if _bdfa :=_cabf .AddSigner (_dgfc ._ddb ,_dgfc ._eed ,_c .SignerInfoConfig {}); +_bdfa !=nil {return _bdfa ;};_cabf .Detach ();_efd ,_edef :=_cabf .Finish ();if _edef !=nil {return _edef ;};_baa :=make ([]byte ,8192);copy (_baa ,_efd );sig .Contents =_bgd .MakeHexString (string (_baa ));return nil ;}; + +// NewEmptyAdobePKCS7Detached creates a new Adobe.PPKMS/Adobe.PPKLite adbe.pkcs7.detached +// signature handler. The generated signature is empty and of size signatureLen. +// The signatureLen parameter can be 0 for the signature validation. +func NewEmptyAdobePKCS7Detached (signatureLen int )(_fc .SignatureHandler ,error ){return &adobePKCS7Detached {_ebg :true ,_dac :signatureLen },nil ;}; + +// DocMDPHandler describes handler for the DocMDP realization. +type DocMDPHandler struct{_fa _fc .SignatureHandler ;Permission _dga .DocMDPPermission ;};type timestampInfo struct{Version int ;Policy _a .RawValue ;MessageImprint struct{HashAlgorithm _dae .AlgorithmIdentifier ;HashedMessage []byte ;};SerialNumber _a .RawValue ; +GeneralizedTime _e .Time ;}; \ No newline at end of file diff --git a/model/sigutil/sigutil.go b/model/sigutil/sigutil.go index e0c5aa38c..50f56d91c 100644 --- a/model/sigutil/sigutil.go +++ b/model/sigutil/sigutil.go @@ -9,11 +9,8 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sigutil ;import (_b "bytes";_df "crypto";_dfa "crypto/x509";_daf "encoding/asn1";_f "encoding/pem";_bf "errors";_bg "fmt";_e "github.com/unidoc/timestamp";_a "github.com/unidoc/unipdf/v3/common";_gc "golang.org/x/crypto/ocsp";_da "io";_ba "net/http"; -_d "time";); - -// NewCertClient returns a new certificate client. -func NewCertClient ()*CertClient {return &CertClient {HTTPClient :_ee ()}};func _ee ()*_ba .Client {return &_ba .Client {Timeout :5*_d .Second }}; +package sigutil ;import (_e "bytes";_af "crypto";_d "crypto/x509";_ef "encoding/asn1";_gd "encoding/pem";_g "errors";_f "fmt";_cf "github.com/unidoc/timestamp";_fe "github.com/unidoc/unipdf/v3/common";_db "golang.org/x/crypto/ocsp";_c "io";_b "net/http"; +_ec "time";); // CertClient represents a X.509 certificate client. Its primary purpose // is to download certificates. @@ -21,19 +18,13 @@ type CertClient struct{ // HTTPClient is the HTTP client used to make certificate requests. // By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_ba .Client ;}; +HTTPClient *_b .Client ;}; -// OCSPClient represents a OCSP (Online Certificate Status Protocol) client. -// It is used to request revocation data from OCSP servers. -type OCSPClient struct{ - -// HTTPClient is the HTTP client used to make OCSP requests. -// By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_ba .Client ; +// NewOCSPClient returns a new OCSP client. +func NewOCSPClient ()*OCSPClient {return &OCSPClient {HTTPClient :_fg (),Hash :_af .SHA1 }}; -// Hash is the hash function used when constructing the OCSP -// requests. If zero, SHA-1 will be used. -Hash _df .Hash ;}; +// NewTimestampClient returns a new timestamp client. +func NewTimestampClient ()*TimestampClient {return &TimestampClient {HTTPClient :_fg ()}}; // CRLClient represents a CRL (Certificate revocation list) client. // It is used to request revocation data from CRL servers. @@ -41,64 +32,73 @@ type CRLClient struct{ // HTTPClient is the HTTP client used to make CRL requests. // By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_ba .Client ;}; +HTTPClient *_b .Client ;}; // NewCRLClient returns a new CRL client. -func NewCRLClient ()*CRLClient {return &CRLClient {HTTPClient :_ee ()}}; +func NewCRLClient ()*CRLClient {return &CRLClient {HTTPClient :_fg ()}}; -// MakeRequest makes a CRL request to the specified server and returns the -// response. If a server URL is not provided, it is extracted from the certificate. -func (_bcd *CRLClient )MakeRequest (serverURL string ,cert *_dfa .Certificate )([]byte ,error ){if _bcd .HTTPClient ==nil {_bcd .HTTPClient =_ee ();};if serverURL ==""{if len (cert .CRLDistributionPoints )==0{return nil ,_bf .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063\u0061t\u0065\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070ec\u0069\u0066\u0079 \u0061\u006ey\u0020\u0043\u0052\u004c\u0020\u0073e\u0072\u0076e\u0072\u0073"); -};serverURL =cert .CRLDistributionPoints [0];};_ce ,_cb :=_bcd .HTTPClient .Get (serverURL );if _cb !=nil {return nil ,_cb ;};defer _ce .Body .Close ();_ege ,_cb :=_da .ReadAll (_ce .Body );if _cb !=nil {return nil ,_cb ;};if _bgb ,_ :=_f .Decode (_ege ); -_bgb !=nil {_ege =_bgb .Bytes ;};return _ege ,nil ;}; +// TimestampClient represents a RFC 3161 timestamp client. +// It is used to obtain signed tokens from timestamp authority servers. +type TimestampClient struct{ -// IsCA returns true if the provided certificate appears to be a CA certificate. -func (_fd *CertClient )IsCA (cert *_dfa .Certificate )bool {return cert .IsCA &&_b .Equal (cert .RawIssuer ,cert .RawSubject );}; +// HTTPClient is the HTTP client used to make timestamp requests. +// By default, an HTTP client with a 5 second timeout per request is used. +HTTPClient *_b .Client ; -// GetEncodedToken executes the timestamp request and returns the DER encoded -// timestamp token bytes. -func (_gcd *TimestampClient )GetEncodedToken (serverURL string ,req *_e .Request )([]byte ,error ){if serverURL ==""{return nil ,_bg .Errorf ("\u006d\u0075\u0073\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061m\u0070\u0020\u0073\u0065\u0072\u0076\u0065r\u0020\u0055\u0052\u004c"); -};if req ==nil {return nil ,_bg .Errorf ("\u0074\u0069\u006de\u0073\u0074\u0061\u006dp\u0020\u0072\u0065\u0071\u0075\u0065\u0073t\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_gg ,_cd :=req .Marshal ();if _cd !=nil {return nil ,_cd ; -};_bb ,_cd :=_ba .NewRequest ("\u0050\u004f\u0053\u0054",serverURL ,_b .NewBuffer (_gg ));if _cd !=nil {return nil ,_cd ;};_bb .Header .Set ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","a\u0070\u0070\u006c\u0069\u0063\u0061t\u0069\u006f\u006e\u002f\u0074\u0069\u006d\u0065\u0073t\u0061\u006d\u0070-\u0071u\u0065\u0072\u0079"); -if _gcd .BeforeHTTPRequest !=nil {if _geb :=_gcd .BeforeHTTPRequest (_bb );_geb !=nil {return nil ,_geb ;};};_fca :=_gcd .HTTPClient ;if _fca ==nil {_fca =_ee ();};_cdd ,_cd :=_fca .Do (_bb );if _cd !=nil {return nil ,_cd ;};defer _cdd .Body .Close (); -_baf ,_cd :=_da .ReadAll (_cdd .Body );if _cd !=nil {return nil ,_cd ;};if _cdd .StatusCode !=_ba .StatusOK {return nil ,_bg .Errorf ("\u0075\u006e\u0065x\u0070\u0065\u0063\u0074e\u0064\u0020\u0048\u0054\u0054\u0050\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0064",_cdd .StatusCode ); -};var _ff struct{Version _daf .RawValue ;Content _daf .RawValue ;};if _ ,_cd =_daf .Unmarshal (_baf ,&_ff );_cd !=nil {return nil ,_cd ;};return _ff .Content .FullBytes ,nil ;}; +// Callbacks. +BeforeHTTPRequest func (_bf *_b .Request )error ;}; // Get retrieves the certificate at the specified URL. -func (_ed *CertClient )Get (url string )(*_dfa .Certificate ,error ){if _ed .HTTPClient ==nil {_ed .HTTPClient =_ee ();};_db ,_c :=_ed .HTTPClient .Get (url );if _c !=nil {return nil ,_c ;};defer _db .Body .Close ();_gf ,_c :=_da .ReadAll (_db .Body ); -if _c !=nil {return nil ,_c ;};if _bc ,_ :=_f .Decode (_gf );_bc !=nil {_gf =_bc .Bytes ;};_eg ,_c :=_dfa .ParseCertificate (_gf );if _c !=nil {return nil ,_c ;};return _eg ,nil ;}; +func (_ecg *CertClient )Get (url string )(*_d .Certificate ,error ){if _ecg .HTTPClient ==nil {_ecg .HTTPClient =_fg ();};_ee ,_bb :=_ecg .HTTPClient .Get (url );if _bb !=nil {return nil ,_bb ;};defer _ee .Body .Close ();_ff ,_bb :=_c .ReadAll (_ee .Body ); +if _bb !=nil {return nil ,_bb ;};if _gdc ,_ :=_gd .Decode (_ff );_gdc !=nil {_ff =_gdc .Bytes ;};_afb ,_bb :=_d .ParseCertificate (_ff );if _bb !=nil {return nil ,_bb ;};return _afb ,nil ;}; -// NewOCSPClient returns a new OCSP client. -func NewOCSPClient ()*OCSPClient {return &OCSPClient {HTTPClient :_ee (),Hash :_df .SHA1 }}; +// OCSPClient represents a OCSP (Online Certificate Status Protocol) client. +// It is used to request revocation data from OCSP servers. +type OCSPClient struct{ -// GetIssuer retrieves the issuer of the provided certificate. -func (_dac *CertClient )GetIssuer (cert *_dfa .Certificate )(*_dfa .Certificate ,error ){for _ ,_bcc :=range cert .IssuingCertificateURL {_edg ,_ab :=_dac .Get (_bcc );if _ab !=nil {_a .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0064\u006f\u0077\u006e\u006c\u006f\u0061\u0064\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0066\u006f\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0025\u0076\u003a\u0020\u0025\u0076",cert .Subject .CommonName ,_ab ); -continue ;};return _edg ,nil ;};return nil ,_bg .Errorf ("\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063a\u0074e\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064");}; +// HTTPClient is the HTTP client used to make OCSP requests. +// By default, an HTTP client with a 5 second timeout per request is used. +HTTPClient *_b .Client ; -// MakeRequest makes a OCSP request to the specified server and returns -// the parsed and raw responses. If a server URL is not provided, it is -// extracted from the certificate. -func (_fg *OCSPClient )MakeRequest (serverURL string ,cert ,issuer *_dfa .Certificate )(*_gc .Response ,[]byte ,error ){if _fg .HTTPClient ==nil {_fg .HTTPClient =_ee ();};if serverURL ==""{if len (cert .OCSPServer )==0{return nil ,nil ,_bf .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063a\u0074\u0065\u0020\u0064\u006f\u0065\u0073 \u006e\u006f\u0074\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0079\u0020\u004f\u0043S\u0050\u0020\u0073\u0065\u0072\u0076\u0065\u0072\u0073"); -};serverURL =cert .OCSPServer [0];};_fa ,_fc :=_gc .CreateRequest (cert ,issuer ,&_gc .RequestOptions {Hash :_fg .Hash });if _fc !=nil {return nil ,nil ,_fc ;};_aa ,_fc :=_fg .HTTPClient .Post (serverURL ,"\u0061p\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u006fc\u0073\u0070\u002d\u0072\u0065\u0071\u0075\u0065\u0073\u0074",_b .NewReader (_fa )); -if _fc !=nil {return nil ,nil ,_fc ;};defer _aa .Body .Close ();_bff ,_fc :=_da .ReadAll (_aa .Body );if _fc !=nil {return nil ,nil ,_fc ;};if _gd ,_ :=_f .Decode (_bff );_gd !=nil {_bff =_gd .Bytes ;};_ge ,_fc :=_gc .ParseResponseForCert (_bff ,cert ,issuer ); -if _fc !=nil {return nil ,nil ,_fc ;};return _ge ,_bff ,nil ;}; +// Hash is the hash function used when constructing the OCSP +// requests. If zero, SHA-1 will be used. +Hash _af .Hash ;}; + +// NewCertClient returns a new certificate client. +func NewCertClient ()*CertClient {return &CertClient {HTTPClient :_fg ()}}; + +// MakeRequest makes a CRL request to the specified server and returns the +// response. If a server URL is not provided, it is extracted from the certificate. +func (_dca *CRLClient )MakeRequest (serverURL string ,cert *_d .Certificate )([]byte ,error ){if _dca .HTTPClient ==nil {_dca .HTTPClient =_fg ();};if serverURL ==""{if len (cert .CRLDistributionPoints )==0{return nil ,_g .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063\u0061t\u0065\u0020\u0064o\u0065\u0073\u0020\u006e\u006f\u0074\u0020\u0073\u0070ec\u0069\u0066\u0079 \u0061\u006ey\u0020\u0043\u0052\u004c\u0020\u0073e\u0072\u0076e\u0072\u0073"); +};serverURL =cert .CRLDistributionPoints [0];};_bd ,_ae :=_dca .HTTPClient .Get (serverURL );if _ae !=nil {return nil ,_ae ;};defer _bd .Body .Close ();_gb ,_ae :=_c .ReadAll (_bd .Body );if _ae !=nil {return nil ,_ae ;};if _caf ,_ :=_gd .Decode (_gb ); +_caf !=nil {_gb =_caf .Bytes ;};return _gb ,nil ;}; + +// GetEncodedToken executes the timestamp request and returns the DER encoded +// timestamp token bytes. +func (_ffc *TimestampClient )GetEncodedToken (serverURL string ,req *_cf .Request )([]byte ,error ){if serverURL ==""{return nil ,_f .Errorf ("\u006d\u0075\u0073\u0074\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061m\u0070\u0020\u0073\u0065\u0072\u0076\u0065r\u0020\u0055\u0052\u004c"); +};if req ==nil {return nil ,_f .Errorf ("\u0074\u0069\u006de\u0073\u0074\u0061\u006dp\u0020\u0072\u0065\u0071\u0075\u0065\u0073t\u0020\u0063\u0061\u006e\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u006e\u0069\u006c");};_bfg ,_de :=req .Marshal ();if _de !=nil {return nil ,_de ; +};_cdb ,_de :=_b .NewRequest ("\u0050\u004f\u0053\u0054",serverURL ,_e .NewBuffer (_bfg ));if _de !=nil {return nil ,_de ;};_cdb .Header .Set ("\u0043\u006f\u006et\u0065\u006e\u0074\u002d\u0054\u0079\u0070\u0065","a\u0070\u0070\u006c\u0069\u0063\u0061t\u0069\u006f\u006e\u002f\u0074\u0069\u006d\u0065\u0073t\u0061\u006d\u0070-\u0071u\u0065\u0072\u0079"); +if _ffc .BeforeHTTPRequest !=nil {if _ea :=_ffc .BeforeHTTPRequest (_cdb );_ea !=nil {return nil ,_ea ;};};_aff :=_ffc .HTTPClient ;if _aff ==nil {_aff =_fg ();};_cc ,_de :=_aff .Do (_cdb );if _de !=nil {return nil ,_de ;};defer _cc .Body .Close ();_cag ,_de :=_c .ReadAll (_cc .Body ); +if _de !=nil {return nil ,_de ;};if _cc .StatusCode !=_b .StatusOK {return nil ,_f .Errorf ("\u0075\u006e\u0065x\u0070\u0065\u0063\u0074e\u0064\u0020\u0048\u0054\u0054\u0050\u0020s\u0074\u0061\u0074\u0075\u0073\u0020\u0063\u006f\u0064\u0065\u003a\u0020\u0025\u0064",_cc .StatusCode ); +};var _ced struct{Version _ef .RawValue ;Content _ef .RawValue ;};if _ ,_de =_ef .Unmarshal (_cag ,&_ced );_de !=nil {return nil ,_de ;};return _ced .Content .FullBytes ,nil ;}; // NewTimestampRequest returns a new timestamp request based // on the specified options. -func NewTimestampRequest (body _da .Reader ,opts *_e .RequestOptions )(*_e .Request ,error ){if opts ==nil {opts =&_e .RequestOptions {};};if opts .Hash ==0{opts .Hash =_df .SHA256 ;};if !opts .Hash .Available (){return nil ,_dfa .ErrUnsupportedAlgorithm ; -};_ga :=opts .Hash .New ();if _ ,_abe :=_da .Copy (_ga ,body );_abe !=nil {return nil ,_abe ;};return &_e .Request {HashAlgorithm :opts .Hash ,HashedMessage :_ga .Sum (nil ),Certificates :opts .Certificates ,TSAPolicyOID :opts .TSAPolicyOID ,Nonce :opts .Nonce },nil ; +func NewTimestampRequest (body _c .Reader ,opts *_cf .RequestOptions )(*_cf .Request ,error ){if opts ==nil {opts =&_cf .RequestOptions {};};if opts .Hash ==0{opts .Hash =_af .SHA256 ;};if !opts .Hash .Available (){return nil ,_d .ErrUnsupportedAlgorithm ; +};_eed :=opts .Hash .New ();if _ ,_fc :=_c .Copy (_eed ,body );_fc !=nil {return nil ,_fc ;};return &_cf .Request {HashAlgorithm :opts .Hash ,HashedMessage :_eed .Sum (nil ),Certificates :opts .Certificates ,TSAPolicyOID :opts .TSAPolicyOID ,Nonce :opts .Nonce },nil ; }; -// NewTimestampClient returns a new timestamp client. -func NewTimestampClient ()*TimestampClient {return &TimestampClient {HTTPClient :_ee ()}}; - -// TimestampClient represents a RFC 3161 timestamp client. -// It is used to obtain signed tokens from timestamp authority servers. -type TimestampClient struct{ +// IsCA returns true if the provided certificate appears to be a CA certificate. +func (_dc *CertClient )IsCA (cert *_d .Certificate )bool {return cert .IsCA &&_e .Equal (cert .RawIssuer ,cert .RawSubject );}; -// HTTPClient is the HTTP client used to make timestamp requests. -// By default, an HTTP client with a 5 second timeout per request is used. -HTTPClient *_ba .Client ; +// MakeRequest makes a OCSP request to the specified server and returns +// the parsed and raw responses. If a server URL is not provided, it is +// extracted from the certificate. +func (_ce *OCSPClient )MakeRequest (serverURL string ,cert ,issuer *_d .Certificate )(*_db .Response ,[]byte ,error ){if _ce .HTTPClient ==nil {_ce .HTTPClient =_fg ();};if serverURL ==""{if len (cert .OCSPServer )==0{return nil ,nil ,_g .New ("\u0063e\u0072\u0074i\u0066\u0069\u0063a\u0074\u0065\u0020\u0064\u006f\u0065\u0073 \u006e\u006f\u0074\u0020\u0073\u0070e\u0063\u0069\u0066\u0079\u0020\u0061\u006e\u0079\u0020\u004f\u0043S\u0050\u0020\u0073\u0065\u0072\u0076\u0065\u0072\u0073"); +};serverURL =cert .OCSPServer [0];};_bca ,_fa :=_db .CreateRequest (cert ,issuer ,&_db .RequestOptions {Hash :_ce .Hash });if _fa !=nil {return nil ,nil ,_fa ;};_eeb ,_fa :=_ce .HTTPClient .Post (serverURL ,"\u0061p\u0070\u006c\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u002f\u006fc\u0073\u0070\u002d\u0072\u0065\u0071\u0075\u0065\u0073\u0074",_e .NewReader (_bca )); +if _fa !=nil {return nil ,nil ,_fa ;};defer _eeb .Body .Close ();_ed ,_fa :=_c .ReadAll (_eeb .Body );if _fa !=nil {return nil ,nil ,_fa ;};if _dbd ,_ :=_gd .Decode (_ed );_dbd !=nil {_ed =_dbd .Bytes ;};_gg ,_fa :=_db .ParseResponseForCert (_ed ,cert ,issuer ); +if _fa !=nil {return nil ,nil ,_fa ;};return _gg ,_ed ,nil ;};func _fg ()*_b .Client {return &_b .Client {Timeout :5*_ec .Second }}; -// Callbacks. -BeforeHTTPRequest func (_cbf *_ba .Request )error ;}; \ No newline at end of file +// GetIssuer retrieves the issuer of the provided certificate. +func (_cfb *CertClient )GetIssuer (cert *_d .Certificate )(*_d .Certificate ,error ){for _ ,_cg :=range cert .IssuingCertificateURL {_ca ,_bc :=_cfb .Get (_cg );if _bc !=nil {_fe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074 \u0064\u006f\u0077\u006e\u006c\u006f\u0061\u0064\u0020\u0069\u0073\u0073\u0075e\u0072\u0020\u0066\u006f\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066ic\u0061\u0074\u0065\u0020\u0025\u0076\u003a\u0020\u0025\u0076",cert .Subject .CommonName ,_bc ); +continue ;};return _ca ,nil ;};return nil ,_f .Errorf ("\u0069\u0073\u0073\u0075e\u0072\u0020\u0063\u0065\u0072\u0074\u0069\u0066\u0069\u0063a\u0074e\u0020\u006e\u006f\u0074\u0020\u0066\u006fu\u006e\u0064");}; \ No newline at end of file diff --git a/model/xmputil/pdfaextension/pdfaextension.go b/model/xmputil/pdfaextension/pdfaextension.go index f82164703..4466e44ec 100644 --- a/model/xmputil/pdfaextension/pdfaextension.go +++ b/model/xmputil/pdfaextension/pdfaextension.go @@ -9,33 +9,25 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfaextension ;import (_g "fmt";_d "github.com/trimmer-io/go-xmp/models/dc";_c "github.com/trimmer-io/go-xmp/models/pdf";_gef "github.com/trimmer-io/go-xmp/models/xmp_base";_ge "github.com/trimmer-io/go-xmp/models/xmp_mm";_fc "github.com/trimmer-io/go-xmp/xmp"; -_a "reflect";_f "sort";_be "strings";_e "sync";); +package pdfaextension ;import (_b "fmt";_ab "github.com/trimmer-io/go-xmp/models/dc";_ad "github.com/trimmer-io/go-xmp/models/pdf";_be "github.com/trimmer-io/go-xmp/models/xmp_base";_cd "github.com/trimmer-io/go-xmp/models/xmp_mm";_bb "github.com/trimmer-io/go-xmp/xmp"; +_f "reflect";_bg "sort";_c "strings";_a "sync";); -// MakeModel creates or gets a model from document. -func MakeModel (d *_fc .Document )(*Model ,error ){_ec ,_dd :=d .MakeModel (Namespace );if _dd !=nil {return nil ,_dd ;};return _ec .(*Model ),nil ;};func init (){_fc .Register (Namespace ,_fc .XmpMetadata );_fc .Register (SchemaNS );_fc .Register (PropertyNS ); -_fc .Register (ValueTypeNS );_fc .Register (FieldNS );}; - -// UnmarshalXMP implements xmp.Unmarshaler interface. -func (_egd *Properties )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_egd .Typ (),_egd );}; - -// SyncModel implements xmp.Model interface. -func (_ccg *Model )SyncModel (d *_fc .Document )error {return nil };var PdfSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070:\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065.\u0063o\u006d\u002f\u0070\u0064\u0066\u002f\u0031.\u0033\u002f",Prefix :"\u0070\u0064\u0066",Schema :"\u0041\u0064o\u0062\u0065\u0020P\u0044\u0046\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :Properties {{Category :PropertyCategoryInternal ,Description :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",Name :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0050\u0044F\u0020\u0066\u0069l\u0065\u0020\u0076e\u0072\u0073\u0069\u006f\u006e\u0020\u0028\u0066\u006f\u0072 \u0065\u0078\u0061\u006d\u0070le\u003a\u0020\u0031\u002e\u0030\u002c\u0020\u0031\u002e\u0033\u002c\u0020\u0061\u006e\u0064\u0020\u0073\u006f\u0020\u006f\u006e\u0029\u002e",Name :"\u0050\u0044\u0046\u0056\u0065\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0074\u006f\u006fl\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074.",Name :"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0049\u006e\u0064\u0069\u0063\u0061\u0074\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0074\u0068\u0069s\u0020\u0069\u0073\u0020\u0061\u0020\u0072i\u0067\u0068\u0074\u0073\u002d\u006d\u0061\u006e\u0061\u0067\u0065d\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e\u002e",Name :"\u004d\u0061\u0072\u006b\u0065\u0064",ValueType :ValueTypeNameBoolean }}}; +// NewModel creates a new pdfAExtension model. +func NewModel (name string )_bb .Model {return &Model {}};func init (){_bb .Register (Namespace ,_bb .XmpMetadata );_bb .Register (SchemaNS );_bb .Register (PropertyNS );_bb .Register (ValueTypeNS );_bb .Register (FieldNS );}; +// PropertyCategory is the property category enumerator. +type PropertyCategory int ; -// NewModel creates a new pdfAExtension model. -func NewModel (name string )_fc .Model {return &Model {}};var (_eda =map[string ]*Schema {};_dbfd _e .RWMutex ;);var (Namespace =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e","\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002f\u0070\u0064\u0066\u0061/\u006e\u0073\u002f\u0065\u0078t\u0065\u006es\u0069\u006f\u006e\u002f",NewModel ); -SchemaNS =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0053\u0063\u0068\u0065\u006d\u0061","h\u0074\u0074\u0070\u003a\u002f\u002fw\u0077\u0077\u002e\u0061\u0069\u0069m\u002e\u006f\u0072\u0067\u002f\u0070\u0064f\u0061\u002f\u006e\u0073\u002f\u0073\u0063\u0068\u0065\u006da\u0023",nil ); -PropertyNS =_fc .NewNamespace ("\u0070\u0064\u0066a\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0079","\u0068\u0074t\u0070\u003a\u002f\u002fw\u0077\u0077.\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067/\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0070\u0072\u006f\u0070e\u0072\u0074\u0079\u0023",nil ); -ValueTypeNS =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0054\u0079\u0070\u0065","\u0068\u0074\u0074\u0070\u003a\u002f/\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002ft\u0079\u0070\u0065\u0023",nil ); -FieldNS =_fc .NewNamespace ("\u0070d\u0066\u0061\u0046\u0069\u0065\u006cd","\u0068\u0074\u0074p:\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069m\u002eo\u0072g\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0066\u0069\u0065\u006c\u0064\u0023",nil ); -); +// ValueTypeName is the name of the value type. +type ValueTypeName string ; -// IsZero checks if the resources list has no entries. -func (_ae Schemas )IsZero ()bool {return len (_ae )==0}; +// Namespaces implements xmp.Model interface. +func (_ge *Model )Namespaces ()_bb .NamespaceList {return _bb .NamespaceList {Namespace }}; -// Properties is a list of properties. -type Properties []Property ; +// Can implements xmp.Model interface. +func (_db *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName };func (_egb Schemas )Typ ()_bb .ArrayType {return _bb .ArrayTypeUnordered };func _fa (_gc _bb .Model ,_ec *_bb .Namespace ,_cf Property )bool {_fag :=_f .ValueOf (_gc ).Elem (); +if _fag .Kind ()==_f .Ptr {_fag =_fag .Elem ();};_adg :=_fag .Type ();for _ef :=0;_ef < _adg .NumField ();_ef ++{_cff :=_adg .Field (_ef );_cad :=_cff .Tag .Get ("\u0078\u006d\u0070");if _cad ==""{continue ;};if !_c .HasPrefix (_cad ,_ec .Name ){continue ; +};_cadf :=_c .IndexRune (_cad ,':');if _cadf ==-1{continue ;};_bbb :=_cad [_cadf +1:];if _bbb ==_cf .Name {_ed :=_fag .Field (_ef );return !_ed .IsZero ();};};return false ;}; // Schema is the pdfa extension schema. type Schema struct{ @@ -56,66 +48,44 @@ Property Properties `xmp:"pdfaSchema:property"`; ValueType ValueTypes `xmp:"pdfaSchema:valueType"`;}; // UnmarshalXMP implements xmp.Unmarshaler interface. -func (_dc *ValueTypes )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_dc .Typ (),_dc );}; - -// MarshalXMP implements xmp.Marshaler interface. -func (_fb Schemas )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_fb .Typ (),_fb );}; - -// Schemas is the array of xmp metadata extension resources. -type Schemas []Schema ;func (_gbeb Schemas )Typ ()_fc .ArrayType {return _fc .ArrayTypeUnordered }; - -// FillModel fills in the document XMP model. -func FillModel (d *_fc .Document ,extModel *Model )error {var _ea []*_fc .Namespace ;for _ ,_gg :=range d .Namespaces (){_ea =append (_ea ,_gg );};_f .Slice (_ea ,func (_bed ,_fd int )bool {return _ea [_bed ].Name < _ea [_fd ].Name });for _ ,_ee :=range _ea {switch _ee {case Namespace ,SchemaNS ,PropertyNS ,ValueTypeNS ,FieldNS ,_gef .NsXmp ,_d .NsDc :continue ; -default:_gge ,_bd :=GetSchema (_ee .URI );if !_bd {continue ;};_bde :=d .FindModel (_ee );_db :=*_gge ;_db .Property =Properties {};for _ ,_gd :=range _gge .Property {_eg :=_ga (_bde ,_ee ,_gd );if _eg {_db .Property =append (_db .Property ,_gd );};};if len (_db .Property )==0{continue ; -};var _beb bool ;for _dbf ,_ce :=range extModel .Schemas {if _ce .Schema ==_db .Schema {_beb =true ;extModel .Schemas [_dbf ]=_db ;break ;};};if !_beb {extModel .Schemas =append (extModel .Schemas ,_db );};};};return nil ;}; +func (_fdc *Schemas )UnmarshalXMP (d *_bb .Decoder ,node *_bb .Node ,m _bb .Model )error {return _bb .UnmarshalArray (d ,node ,_fdc .Typ (),_fdc );}; // AltOfValueTypeName gets the ValueTypeName of the alt of given value type names. -func AltOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0061\u006c\u0074\u0020"+vt };func init (){_eda =map[string ]*Schema {_ge .NsXmpMM .URI :&XmpMediaManagementSchema ,"\u0078\u006d\u0070\u0069\u0064\u0071":&XmpIDQualSchema ,_c .NsPDF .URI :&PdfSchema ,"\u0073\u0074\u0045v\u0074":&FieldResourceEventSchema ,"\u0073\u0074\u0056e\u0072":&FieldVersionSchema }; -}; +func AltOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0061\u006c\u0074\u0020"+vt };const (ValueTypeResourceEvent ValueTypeName ="\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065\u006e\u0074";); + +// Typ gets the array type of properties. +func (_ff Properties )Typ ()_bb .ArrayType {return _bb .ArrayTypeOrdered };var XmpMediaManagementSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006es\u002e\u0061\u0064\u006f\u0062\u0065\u002ec\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u006d\u006d\u002f",Prefix :"\u0078\u006d\u0070M\u004d",Schema :"X\u004dP\u0020\u004d\u0065\u0064\u0069\u0061\u0020\u004da\u006e\u0061\u0067\u0065me\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0041\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006fr\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020w\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u006f\u006e\u0065\u0020i\u0073\u0020\u0064e\u0072\u0069\u0076\u0065\u0064\u002e",Name :"D\u0065\u0072\u0069\u0076\u0065\u0064\u0046\u0072\u006f\u006d",ValueType :ValueTypeNameResourceRef },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0072\u0065\u0073\u006fu\u0072\u0063\u0065",Name :"\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"UU\u0049\u0044 \u0062\u0061\u0073\u0065\u0064\u0020\u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0020\u0069\u006e\u0063\u0061\u0072\u006e\u0061\u0074i\u006fn\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u006fc\u0075m\u0065\u006et",Name :"\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0064\u006f\u0063\u0075m\u0065\u006e\u0074",Name :"\u004fr\u0069g\u0069\u006e\u0061\u006c\u0044o\u0063\u0075m\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0069\u0073 \u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065",Name :"\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073",ValueType :ValueTypeNameRenditionClass },{Category :PropertyCategoryInternal ,Description :"\u0043\u0061n\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020t\u006f\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0072\u0065\u006e\u0064\u0069t\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0074\u0068a\u0074 \u0061r\u0065\u0020\u0074o\u006f\u0020\u0063\u006f\u006d\u0070\u006c\u0065\u0078\u0020\u006f\u0072\u0020\u0076\u0065\u0072\u0062o\u0073\u0065\u0020\u0074\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0069\u006e",Name :"\u0052e\u006ed\u0069\u0074\u0069\u006f\u006e\u0050\u0061\u0072\u0061\u006d\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0076\u0065\u0072\u0073\u0069o\u006e\u0020\u0069\u0064\u0065\u006e\u0074i\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0074\u0068i\u0073\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e",Name :"\u0056e\u0072\u0073\u0069\u006f\u006e\u0049D",ValueType :ValueTypeNameText },{Category :PropertyCategoryExternal ,Description :"\u0054\u0068\u0065\u0020\u0076\u0065r\u0073\u0069\u006f\u006e\u0020\u0068\u0069\u0073\u0074\u006f\u0072\u0079\u0020\u0061\u0073\u0073\u006f\u0063\u0069\u0061t\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0072e\u0073o\u0075\u0072\u0063\u0065",Name :"\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0073",ValueType :SeqOfValueTypeName (ValueTypeNameVersion )},{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0072\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075r\u0063\u0065\u0027\u0073\u0020\u006d\u0061n\u0061\u0067\u0065\u0072",Name :"\u004da\u006e\u0061\u0067\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText }}}; +var FieldVersionSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065/\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0023",Prefix :"\u0073\u0074\u0056e\u0072",Schema :"\u0042a\u0073\u0069\u0063\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0074y\u0070\u0065\u0020\u0056\u0065\u0072\u0073\u0069\u006f\u006e",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0043\u006fmm\u0065\u006e\u0074s\u0020\u0063\u006f\u006ecer\u006ein\u0067\u0020\u0077\u0068\u0061\u0074\u0020wa\u0073\u0020\u0063\u0068\u0061\u006e\u0067e\u0064",Name :"\u0063\u006f\u006d\u006d\u0065\u006e\u0074\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0048\u0069\u0067\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u002c\u0020\u0066\u006f\u0072\u006d\u0061\u006c\u0020\u0064e\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0077\u0068\u0061\u0074\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0068\u0065\u0020\u0075\u0073\u0065\u0072 \u0070\u0065\u0072f\u006f\u0072\u006d\u0065\u0064\u002e",Name :"\u0065\u0076\u0065n\u0074",ValueType :ValueTypeResourceEvent },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0064\u0061\u0074\u0065\u0020\u006f\u006e\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0065\u0063\u006b\u0065\u0064\u0020\u0069\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0079\u0044\u0061\u0074\u0065",ValueType :ValueTypeNameDate },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0070\u0065\u0072s\u006f\u006e \u0077\u0068\u006f\u0020\u006d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0069\u0065\u0072",ValueType :ValueTypeNameProperName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 n\u0065\u0077\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e",Name :"\u0076e\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText }},ValueType :nil }; -// SeqOfValueTypeName gets a value type name of a sequence of input value type names. -func SeqOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0073\u0065\u0071\u0020"+vt }; // Model is the pdfa extension metadata model. type Model struct{Schemas Schemas `xmp:"pdfaExtension:schemas"`;}; -// CanTag implements xmp.Model interface. -func (_cg *Model )CanTag (tag string )bool {_ ,_ff :=_fc .GetNativeField (_cg ,tag );return _ff ==nil }; - // SetTag implements xmp.Model interface. -func (_fdb *Model )SetTag (tag ,value string )error {if _dab :=_fc .SetNativeField (_fdb ,tag ,value );_dab !=nil {return _g .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_dab );};return nil ;}; - -// ValueTypes is the slice of field value types. -type ValueTypes []FieldValueType ; - -// MarshalText implements encoding.TextMarshaler interface. -func (_bae PropertyCategory )MarshalText ()([]byte ,error ){switch _bae {case PropertyCategoryInternal :return []byte ("\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c"),nil ;case PropertyCategoryExternal :return []byte ("\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c"),nil ; -case PropertyCategoryUndefined :return []byte (""),nil ;default:return nil ,_g .Errorf ("\u0075\u006ed\u0065\u0066\u0069\u006ee\u0064\u0020p\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020c\u0061\u0074\u0065\u0067\u006f\u0072\u0079\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_bae ); -};};var XmpIDQualSchema =Schema {NamespaceURI :"\u0068t\u0074\u0070:\u002f\u002f\u006e\u0073.\u0061\u0064\u006fb\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u006d\u0070/I\u0064\u0065\u006et\u0069\u0066i\u0065\u0072\u002f\u0071\u0075\u0061l\u002f\u0031.\u0030\u002f",Prefix :"\u0078\u006d\u0070\u0069\u0064\u0071",Schema :"X\u004dP\u0020\u0078\u006d\u0070\u0069\u0064\u0071\u0020q\u0075\u0061\u006c\u0069fi\u0065\u0072",Property :[]Property {{Category :PropertyCategoryInternal ,Name :"\u0053\u0063\u0068\u0065\u006d\u0065",Description :"\u0041\u0020\u0071\u0075\u0061\u006c\u0069\u0066\u0069\u0065\u0072\u0020\u0070\u0072o\u0076\u0069\u0064i\u006e\u0067\u0020\u0074h\u0065\u0020\u006e\u0020\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u006c \u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0065\u0020\u0075\u0073ed\u0020\u0066\u006fr\u0020\u0061\u006e\u0020\u0069\u0074\u0065\u006d \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0078\u006d\u0070\u003a\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u002e",ValueType :ValueTypeNameText }},ValueType :nil }; - +func (_dbb *Model )SetTag (tag ,value string )error {if _cag :=_bb .SetNativeField (_dbb ,tag ,value );_cag !=nil {return _b .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_cag );};return nil ;};func init (){_dfb =map[string ]*Schema {_cd .NsXmpMM .URI :&XmpMediaManagementSchema ,"\u0078\u006d\u0070\u0069\u0064\u0071":&XmpIDQualSchema ,_ad .NsPDF .URI :&PdfSchema ,"\u0073\u0074\u0045v\u0074":&FieldResourceEventSchema ,"\u0073\u0074\u0056e\u0072":&FieldVersionSchema }; +};const (ValueTypeNameBoolean ValueTypeName ="\u0042o\u006f\u006c\u0065\u0061\u006e";ValueTypeNameDate ValueTypeName ="\u0044\u0061\u0074\u0065";ValueTypeNameInteger ValueTypeName ="\u0049n\u0074\u0065\u0067\u0065\u0072";ValueTypeNameReal ValueTypeName ="\u0052\u0065\u0061\u006c"; +ValueTypeNameText ValueTypeName ="\u0054\u0065\u0078\u0074";ValueTypeNameAgentName ValueTypeName ="\u0041g\u0065\u006e\u0074\u004e\u0061\u006de";ValueTypeNameProperName ValueTypeName ="\u0050\u0072\u006f\u0070\u0065\u0072\u004e\u0061\u006d\u0065";ValueTypeNameXPath ValueTypeName ="\u0058\u0050\u0061t\u0068"; +ValueTypeNameGUID ValueTypeName ="\u0047\u0055\u0049\u0044";ValueTypeNameLocale ValueTypeName ="\u004c\u006f\u0063\u0061\u006c\u0065";ValueTypeNameMIMEType ValueTypeName ="\u004d\u0049\u004d\u0045\u0054\u0079\u0070\u0065";ValueTypeNameRenditionClass ValueTypeName ="\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073"; +ValueTypeNameResourceRef ValueTypeName ="R\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0052\u0065\u0066";ValueTypeNameURL ValueTypeName ="\u0055\u0052\u004c";ValueTypeNameURI ValueTypeName ="\u0055\u0052\u0049";ValueTypeNameVersion ValueTypeName ="\u0056e\u0072\u0073\u0069\u006f\u006e"; +); -// Can implements xmp.Model interface. -func (_ecg *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; +// SeqOfValueTypeName gets a value type name of a sequence of input value type names. +func SeqOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0073\u0065\u0071\u0020"+vt }; -// ValueTypeName is the name of the value type. -type ValueTypeName string ; +// MakeModel creates or gets a model from document. +func MakeModel (d *_bb .Document )(*Model ,error ){_ca ,_dd :=d .MakeModel (Namespace );if _dd !=nil {return nil ,_dd ;};return _ca .(*Model ),nil ;}; // MarshalXMP implements xmp.Marshaler interface. -func (_fec ValueTypes )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_fec .Typ (),_fec );}; +func (_edd Schemas )MarshalXMP (e *_bb .Encoder ,node *_bb .Node ,m _bb .Model )error {return _bb .MarshalArray (e ,node ,_edd .Typ (),_edd );}; -// UnmarshalText implements encoding.TextUnmarshaler interface. -func (_bebc *PropertyCategory )UnmarshalText (in []byte )error {switch string (in ){case "\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c":*_bebc =PropertyCategoryInternal ;case "\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c":*_bebc =PropertyCategoryExternal ; -default:*_bebc =PropertyCategoryUndefined ;};return nil ;};var FieldResourceEventSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u006es\u002e\u0061\u0064ob\u0065\u002e\u0063\u006f\u006d\u002fx\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065\u002f\u0052\u0065s\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065n\u0074\u0023",Prefix :"\u0073\u0074\u0045v\u0074",Schema :"\u0044e\u0066\u0069n\u0069\u0074\u0069\u006fn\u0020\u006f\u0066 \u0062\u0061\u0073\u0069\u0063\u0020\u0076\u0061\u006cue\u0020\u0074\u0079p\u0065\u0020R\u0065\u0073\u006f\u0075\u0072\u0063e\u0045\u0076e\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0054he\u0020a\u0063t\u0069\u006f\u006e\u0020\u0074\u0068a\u0074\u0020\u006f\u0063c\u0075\u0072\u0072\u0065\u0064\u002e\u0020\u0044\u0065\u0066\u0069\u006e\u0065d \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0061\u0072\u0065\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065d\u002c \u0063\u006f\u0070\u0069\u0065\u0064\u002c\u0020\u0063\u0072\u0065\u0061\u0074e\u0064\u002c \u0063\u0072\u006fp\u0070\u0065\u0064\u002c\u0020\u0065\u0064\u0069\u0074ed\u002c\u0020\u0066i\u006c\u002d\u0074\u0065r\u0065\u0064\u002c\u0020\u0066\u006fr\u006d\u0061t\u0074\u0065\u0064\u002c\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u005f\u0075\u0070\u0064\u0061\u0074\u0065\u0064\u002c\u0020\u0070\u0072\u0069\u006e\u0074\u0065\u0064\u002c\u0020\u0070ubli\u0073\u0068\u0065\u0064\u002c\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0064\u002c\u0020\u0070\u0072\u006f\u0064\u0075\u0063\u0065\u0064\u002c\u0020\u0072\u0065\u0073i\u007ae\u0064.\u004e\u0065\u0077\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065 \u0076\u0065r\u0062\u0073 \u0069n\u0020\u0074\u0068\u0065\u0020\u0070a\u0073\u0074\u0020\u0074\u0065\u006e\u0073\u0065\u002e",Name :"\u0061\u0063\u0074\u0069\u006f\u006e",ValueType :"O\u0070\u0065\u006e\u0020\u0043\u0068\u006f\u0069\u0063\u0065"},{Category :PropertyCategoryInternal ,Description :"T\u0068\u0065\u0020\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0020\u0049\u0044\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u006d\u006f\u0064\u0069\u0066\u0069\u0065d \u0072\u0065\u0073o\u0075r\u0063\u0065",Name :"\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0041\u0064di\u0074\u0069\u006fn\u0061\u006c\u0020\u0064esc\u0072ip\u0074\u0069\u006f\u006e\u0020\u006f\u0066 t\u0068\u0065\u0020\u0061\u0063\u0074\u0069o\u006e",Name :"\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054h\u0065\u0020s\u006f\u0066\u0074\u0077a\u0072\u0065\u0020a\u0067\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074 p\u0065\u0072\u0066o\u0072\u006de\u0064\u0020\u0074\u0068\u0065\u0020a\u0063\u0074i\u006f\u006e",Name :"\u0073\u006f\u0066\u0074\u0077\u0061\u0072\u0065\u0041\u0067\u0065\u006e\u0074",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u004f\u0070t\u0069\u006f\u006e\u0061\u006c\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u006f\u0066\u0020\u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u006f\u0063\u0063\u0075\u0072\u0072\u0065\u0064",Name :"\u0077\u0068\u0065\u006e",ValueType :ValueTypeNameDate }},ValueType :nil }; - - -// ValueType is the pdfa extension value type schema. -type ValueType struct{Description string `xmp:"pdfaType:description"`;Field []FieldValueType `xmp:"pdfaType:field"`;NamespaceURI string `xmp:"pdfaType:namespaceURI"`;Prefix string `xmp:"pdfaType:prefix"`;Type string `xmp:"pdfaType:type"`;}; +// MarshalText implements encoding.TextMarshaler interface. +func (_gcf PropertyCategory )MarshalText ()([]byte ,error ){switch _gcf {case PropertyCategoryInternal :return []byte ("\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c"),nil ;case PropertyCategoryExternal :return []byte ("\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c"),nil ; +case PropertyCategoryUndefined :return []byte (""),nil ;default:return nil ,_b .Errorf ("\u0075\u006ed\u0065\u0066\u0069\u006ee\u0064\u0020p\u0072\u006f\u0070\u0065\u0072\u0074\u0079\u0020c\u0061\u0074\u0065\u0067\u006f\u0072\u0079\u0020\u0076\u0061\u006c\u0075e\u003a\u0020\u0025\u0076",_gcf ); +};};const (PropertyCategoryUndefined PropertyCategory =iota ;PropertyCategoryInternal ;PropertyCategoryExternal ;); -// SyncFromXMP implements xmp.Model interface. -func (_ed *Model )SyncFromXMP (d *_fc .Document )error {return nil }; +// GetSchema for provided namespace. +func GetSchema (namespaceURI string )(*Schema ,bool ){_cb .RLock ();defer _cb .RUnlock ();_eb ,_ddba :=_dfb [namespaceURI ];return _eb ,_ddba ;};var XmpIDQualSchema =Schema {NamespaceURI :"\u0068t\u0074\u0070:\u002f\u002f\u006e\u0073.\u0061\u0064\u006fb\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u006d\u0070/I\u0064\u0065\u006et\u0069\u0066i\u0065\u0072\u002f\u0071\u0075\u0061l\u002f\u0031.\u0030\u002f",Prefix :"\u0078\u006d\u0070\u0069\u0064\u0071",Schema :"X\u004dP\u0020\u0078\u006d\u0070\u0069\u0064\u0071\u0020q\u0075\u0061\u006c\u0069fi\u0065\u0072",Property :[]Property {{Category :PropertyCategoryInternal ,Name :"\u0053\u0063\u0068\u0065\u006d\u0065",Description :"\u0041\u0020\u0071\u0075\u0061\u006c\u0069\u0066\u0069\u0065\u0072\u0020\u0070\u0072o\u0076\u0069\u0064i\u006e\u0067\u0020\u0074h\u0065\u0020\u006e\u0020\u0061\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0066\u006f\u0072\u006d\u0061\u006c \u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0063\u0061\u0074\u0069\u006f\u006e\u0020\u0073\u0063\u0068\u0065\u006d\u0065\u0020\u0075\u0073ed\u0020\u0066\u006fr\u0020\u0061\u006e\u0020\u0069\u0074\u0065\u006d \u0069\u006e\u0020\u0074\u0068\u0065\u0020\u0078\u006d\u0070\u003a\u0049\u0064\u0065\u006e\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u002e",ValueType :ValueTypeNameText }},ValueType :nil }; -// GetTag implements xmp.Model interface. -func (_gbe *Model )GetTag (tag string )(string ,error ){_ccf ,_ab :=_fc .GetNativeField (_gbe ,tag );if _ab !=nil {return "",_g .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ab );};return _ccf ,nil ;}; // Property is a schema that describes single property. type Property struct{ @@ -132,50 +102,78 @@ Name string `xmp:"pdfaProperty:name"`; // ValueType is the property value type. ValueType ValueTypeName `xmp:"pdfaProperty:valueType"`;}; -// UnmarshalXMP implements xmp.Unmarshaler interface. -func (_aa *Schemas )UnmarshalXMP (d *_fc .Decoder ,node *_fc .Node ,m _fc .Model )error {return _fc .UnmarshalArray (d ,node ,_aa .Typ (),_aa );};var XmpMediaManagementSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006es\u002e\u0061\u0064\u006f\u0062\u0065\u002ec\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u006d\u006d\u002f",Prefix :"\u0078\u006d\u0070M\u004d",Schema :"X\u004dP\u0020\u004d\u0065\u0064\u0069\u0061\u0020\u004da\u006e\u0061\u0067\u0065me\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0041\u0020\u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0020\u0074\u006f\u0020\u0074\u0068\u0065\u0020\u006fr\u0069\u0067\u0069\u006e\u0061\u006c\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0066\u0072\u006f\u006d\u0020w\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u006f\u006e\u0065\u0020i\u0073\u0020\u0064e\u0072\u0069\u0076\u0065\u0064\u002e",Name :"D\u0065\u0072\u0069\u0076\u0065\u0064\u0046\u0072\u006f\u006d",ValueType :ValueTypeNameResourceRef },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0072\u0065\u0073\u006fu\u0072\u0063\u0065",Name :"\u0044\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"UU\u0049\u0044 \u0062\u0061\u0073\u0065\u0064\u0020\u0069\u0064\u0065n\u0074\u0069\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0073\u0070\u0065\u0063\u0069\u0066\u0069\u0063\u0020\u0069\u006e\u0063\u0061\u0072\u006e\u0061\u0074i\u006fn\u0020\u006f\u0066\u0020\u0061\u0020\u0064\u006fc\u0075m\u0065\u006et",Name :"\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0063\u006fm\u006d\u006f\u006e\u0020\u0069d\u0065\u006e\u0074\u0069\u0066\u0069e\u0072\u0020\u0066\u006f\u0072 \u0061\u006c\u006c\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0073 \u0061\u006e\u0064\u0020\u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0073\u0020o\u0066\u0020\u0061\u0020\u0064\u006f\u0063\u0075m\u0065\u006e\u0074",Name :"\u004fr\u0069g\u0069\u006e\u0061\u006c\u0044o\u0063\u0075m\u0065\u006e\u0074\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006e\u0020\u0063\u006c\u0061\u0073\u0073\u0020\u006e\u0061\u006d\u0065\u0020\u0066\u006f\u0072\u0020\u0074\u0068\u0069\u0073 \u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065",Name :"\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073",ValueType :ValueTypeNameRenditionClass },{Category :PropertyCategoryInternal ,Description :"\u0043\u0061n\u0020\u0062\u0065\u0020\u0075\u0073\u0065d\u0020t\u006f\u0020\u0070r\u006f\u0076\u0069\u0064\u0065\u0020\u0061\u0064\u0064\u0069\u0074\u0069\u006f\u006e\u0061\u006c\u0020\u0072\u0065\u006e\u0064\u0069t\u0069\u006f\u006e\u0020\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073\u0020\u0074\u0068a\u0074 \u0061r\u0065\u0020\u0074o\u006f\u0020\u0063\u006f\u006d\u0070\u006c\u0065\u0078\u0020\u006f\u0072\u0020\u0076\u0065\u0072\u0062o\u0073\u0065\u0020\u0074\u006f\u0020\u0065\u006e\u0063\u006f\u0064\u0065\u0020\u0069\u006e",Name :"\u0052e\u006ed\u0069\u0074\u0069\u006f\u006e\u0050\u0061\u0072\u0061\u006d\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074\u0020\u0076\u0065\u0072\u0073\u0069o\u006e\u0020\u0069\u0064\u0065\u006e\u0074i\u0066\u0069\u0065\u0072\u0020\u0066\u006f\u0072\u0020\u0074\u0068i\u0073\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e",Name :"\u0056e\u0072\u0073\u0069\u006f\u006e\u0049D",ValueType :ValueTypeNameText },{Category :PropertyCategoryExternal ,Description :"\u0054\u0068\u0065\u0020\u0076\u0065r\u0073\u0069\u006f\u006e\u0020\u0068\u0069\u0073\u0074\u006f\u0072\u0079\u0020\u0061\u0073\u0073\u006f\u0063\u0069\u0061t\u0065\u0064\u0020\u0077\u0069\u0074\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0072e\u0073o\u0075\u0072\u0063\u0065",Name :"\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0073",ValueType :SeqOfValueTypeName (ValueTypeNameVersion )},{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0072\u0065f\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075r\u0063\u0065\u0027\u0073\u0020\u006d\u0061n\u0061\u0067\u0065\u0072",Name :"\u004da\u006e\u0061\u0067\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 \u0072\u0065\u0066\u0065\u0072\u0065\u006e\u0063\u0065\u0064\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0027\u0073\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0072 \u0076\u0061\u0072\u0069\u0061\u006e\u0074\u002e",Name :"\u004d\u0061\u006e\u0061\u0067\u0065\u0072\u0056\u0061r\u0069\u0061\u006e\u0074",ValueType :ValueTypeNameText }}}; +// MarshalXMP implements xmp.Marshaler interface. +func (_dfbe ValueTypes )MarshalXMP (e *_bb .Encoder ,node *_bb .Node ,m _bb .Model )error {return _bb .MarshalArray (e ,node ,_dfbe .Typ (),_dfbe );}; +// CanTag implements xmp.Model interface. +func (_bf *Model )CanTag (tag string )bool {_ ,_gb :=_bb .GetNativeField (_bf ,tag );return _gb ==nil }; -// Namespaces implements xmp.Model interface. -func (_bedb *Model )Namespaces ()_fc .NamespaceList {return _fc .NamespaceList {Namespace }};var FieldVersionSchema =Schema {NamespaceURI :"\u0068\u0074\u0074p\u003a\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065\u002e\u0063\u006f\u006d\u002f\u0078\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065/\u0056\u0065\u0072\u0073\u0069\u006f\u006e\u0023",Prefix :"\u0073\u0074\u0056e\u0072",Schema :"\u0042a\u0073\u0069\u0063\u0020\u0076\u0061\u006c\u0075\u0065\u0020\u0074y\u0070\u0065\u0020\u0056\u0065\u0072\u0073\u0069\u006f\u006e",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0043\u006fmm\u0065\u006e\u0074s\u0020\u0063\u006f\u006ecer\u006ein\u0067\u0020\u0077\u0068\u0061\u0074\u0020wa\u0073\u0020\u0063\u0068\u0061\u006e\u0067e\u0064",Name :"\u0063\u006f\u006d\u006d\u0065\u006e\u0074\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0048\u0069\u0067\u0068\u0020\u006c\u0065\u0076\u0065\u006c\u002c\u0020\u0066\u006f\u0072\u006d\u0061\u006c\u0020\u0064e\u0073\u0063\u0072\u0069\u0070\u0074\u0069\u006f\u006e\u0020\u006f\u0066\u0020\u0077\u0068\u0061\u0074\u0020\u006f\u0070\u0065r\u0061\u0074\u0069\u006f\u006e\u0020\u0074\u0068\u0065\u0020\u0075\u0073\u0065\u0072 \u0070\u0065\u0072f\u006f\u0072\u006d\u0065\u0064\u002e",Name :"\u0065\u0076\u0065n\u0074",ValueType :ValueTypeResourceEvent },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0064\u0061\u0074\u0065\u0020\u006f\u006e\u0020\u0077\u0068\u0069\u0063\u0068\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u0077\u0061\u0073\u0020\u0063\u0068\u0065\u0063\u006b\u0065\u0064\u0020\u0069\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0079\u0044\u0061\u0074\u0065",ValueType :ValueTypeNameDate },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068e\u0020\u0070\u0065\u0072s\u006f\u006e \u0077\u0068\u006f\u0020\u006d\u006f\u0064\u0069f\u0069\u0065\u0064\u0020\u0074\u0068\u0069\u0073\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u002e",Name :"\u006d\u006f\u0064\u0069\u0066\u0069\u0065\u0072",ValueType :ValueTypeNameProperName },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065 n\u0065\u0077\u0020\u0076\u0065\u0072\u0073\u0069\u006f\u006e\u0020\u006e\u0075\u006d\u0062\u0065\u0072\u002e",Name :"\u0076e\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText }},ValueType :nil }; +// FillModel fills in the document XMP model. +func FillModel (d *_bb .Document ,extModel *Model )error {var _cg []*_bb .Namespace ;for _ ,_e :=range d .Namespaces (){_cg =append (_cg ,_e );};_bg .Slice (_cg ,func (_bbd ,_g int )bool {return _cg [_bbd ].Name < _cg [_g ].Name });for _ ,_eg :=range _cg {switch _eg {case Namespace ,SchemaNS ,PropertyNS ,ValueTypeNS ,FieldNS ,_be .NsXmp ,_ab .NsDc :continue ; +default:_cc ,_dg :=GetSchema (_eg .URI );if !_dg {continue ;};_fbg :=d .FindModel (_eg );_adb :=*_cc ;_adb .Property =Properties {};for _ ,_abb :=range _cc .Property {_de :=_fa (_fbg ,_eg ,_abb );if _de {_adb .Property =append (_adb .Property ,_abb );}; +};if len (_adb .Property )==0{continue ;};var _caa bool ;for _fg ,_gg :=range extModel .Schemas {if _gg .Schema ==_adb .Schema {_caa =true ;extModel .Schemas [_fg ]=_adb ;break ;};};if !_caa {extModel .Schemas =append (extModel .Schemas ,_adb );};};};return nil ; +}; +// UnmarshalXMP implements xmp.Unmarshaler interface. +func (_ddg *ValueTypes )UnmarshalXMP (d *_bb .Decoder ,node *_bb .Node ,m _bb .Model )error {return _bb .UnmarshalArray (d ,node ,_ddg .Typ (),_ddg );}; // MarshalXMP implements xmp.Marshaler interface. -func (_cd Properties )MarshalXMP (e *_fc .Encoder ,node *_fc .Node ,m _fc .Model )error {return _fc .MarshalArray (e ,node ,_cd .Typ (),_cd );}; +func (_dec Properties )MarshalXMP (e *_bb .Encoder ,node *_bb .Node ,m _bb .Model )error {return _bb .MarshalArray (e ,node ,_dec .Typ (),_dec );}; -// Typ gets the array type of properties. -func (_cee Properties )Typ ()_fc .ArrayType {return _fc .ArrayTypeOrdered }; +// Properties is a list of properties. +type Properties []Property ; -// GetSchema for provided namespace. -func GetSchema (namespaceURI string )(*Schema ,bool ){_dbfd .RLock ();defer _dbfd .RUnlock ();_ba ,_gea :=_eda [namespaceURI ];return _ba ,_gea ;}; +// Typ gets array type of the field value types. +func (_ee ValueTypes )Typ ()_bb .ArrayType {return _bb .ArrayTypeOrdered }; -// ClosedChoiceValueTypeName gets the closed choice of provided value type name. -func ClosedChoiceValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0043\u006c\u006f\u0073\u0065\u0064\u0020\u0043\u0068\u006f\u0069\u0063e\u0020\u006f\u0066\u0020"+vt ;};const (PropertyCategoryUndefined PropertyCategory =iota ;PropertyCategoryInternal ; -PropertyCategoryExternal ;); +// SyncToXMP implements xmp.Model interface. +func (_dde *Model )SyncToXMP (d *_bb .Document )error {return nil }; -// SetSchema sets the schema into given model. -func (_bdg *Model )SetSchema (namespaceURI string ,s Schema ){for _fdd :=0;_fdd < len (_bdg .Schemas );_fdd ++{if _bdg .Schemas [_fdd ].NamespaceURI ==namespaceURI {_bdg .Schemas [_fdd ]=s ;return ;};};_bdg .Schemas =append (_bdg .Schemas ,s );}; +// RegisterSchema registers schema extension definition. +func RegisterSchema (ns *_bb .Namespace ,schema *Schema ){_cb .Lock ();defer _cb .Unlock ();_dfb [ns .URI ]=schema ;}; -// Typ gets array type of the field value types. -func (_cf ValueTypes )Typ ()_fc .ArrayType {return _fc .ArrayTypeOrdered }; +// ValueType is the pdfa extension value type schema. +type ValueType struct{Description string `xmp:"pdfaType:description"`;Field []FieldValueType `xmp:"pdfaType:field"`;NamespaceURI string `xmp:"pdfaType:namespaceURI"`;Prefix string `xmp:"pdfaType:prefix"`;Type string `xmp:"pdfaType:type"`;}; + +// SyncFromXMP implements xmp.Model interface. +func (_dgg *Model )SyncFromXMP (d *_bb .Document )error {return nil }; + +// ClosedChoiceValueTypeName gets the closed choice of provided value type name. +func ClosedChoiceValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0043\u006c\u006f\u0073\u0065\u0064\u0020\u0043\u0068\u006f\u0069\u0063e\u0020\u006f\u0066\u0020"+vt ;}; + +// Schemas is the array of xmp metadata extension resources. +type Schemas []Schema ; // FieldValueType is a schema that describes a field in a structured type. -type FieldValueType struct{Name string `xmp:"pdfaField:description"`;Description string `xmp:"pdfaField:name"`;ValueType ValueTypeName `xmp:"pdfaField:valueType"`;};const (ValueTypeNameBoolean ValueTypeName ="\u0042o\u006f\u006c\u0065\u0061\u006e";ValueTypeNameDate ValueTypeName ="\u0044\u0061\u0074\u0065"; -ValueTypeNameInteger ValueTypeName ="\u0049n\u0074\u0065\u0067\u0065\u0072";ValueTypeNameReal ValueTypeName ="\u0052\u0065\u0061\u006c";ValueTypeNameText ValueTypeName ="\u0054\u0065\u0078\u0074";ValueTypeNameAgentName ValueTypeName ="\u0041g\u0065\u006e\u0074\u004e\u0061\u006de"; -ValueTypeNameProperName ValueTypeName ="\u0050\u0072\u006f\u0070\u0065\u0072\u004e\u0061\u006d\u0065";ValueTypeNameXPath ValueTypeName ="\u0058\u0050\u0061t\u0068";ValueTypeNameGUID ValueTypeName ="\u0047\u0055\u0049\u0044";ValueTypeNameLocale ValueTypeName ="\u004c\u006f\u0063\u0061\u006c\u0065"; -ValueTypeNameMIMEType ValueTypeName ="\u004d\u0049\u004d\u0045\u0054\u0079\u0070\u0065";ValueTypeNameRenditionClass ValueTypeName ="\u0052\u0065\u006e\u0064\u0069\u0074\u0069\u006f\u006eC\u006c\u0061\u0073\u0073";ValueTypeNameResourceRef ValueTypeName ="R\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0052\u0065\u0066"; -ValueTypeNameURL ValueTypeName ="\u0055\u0052\u004c";ValueTypeNameURI ValueTypeName ="\u0055\u0052\u0049";ValueTypeNameVersion ValueTypeName ="\u0056e\u0072\u0073\u0069\u006f\u006e";); +type FieldValueType struct{Name string `xmp:"pdfaField:description"`;Description string `xmp:"pdfaField:name"`;ValueType ValueTypeName `xmp:"pdfaField:valueType"`;};var (_dfb =map[string ]*Schema {};_cb _a .RWMutex ;);var FieldResourceEventSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u006es\u002e\u0061\u0064ob\u0065\u002e\u0063\u006f\u006d\u002fx\u0061\u0070\u002f\u0031\u002e\u0030\u002f\u0073\u0054\u0079\u0070\u0065\u002f\u0052\u0065s\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065n\u0074\u0023",Prefix :"\u0073\u0074\u0045v\u0074",Schema :"\u0044e\u0066\u0069n\u0069\u0074\u0069\u006fn\u0020\u006f\u0066 \u0062\u0061\u0073\u0069\u0063\u0020\u0076\u0061\u006cue\u0020\u0074\u0079p\u0065\u0020R\u0065\u0073\u006f\u0075\u0072\u0063e\u0045\u0076e\u006e\u0074",Property :[]Property {{Category :PropertyCategoryInternal ,Description :"\u0054he\u0020a\u0063t\u0069\u006f\u006e\u0020\u0074\u0068a\u0074\u0020\u006f\u0063c\u0075\u0072\u0072\u0065\u0064\u002e\u0020\u0044\u0065\u0066\u0069\u006e\u0065d \u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0061\u0072\u0065\u003a\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0065d\u002c \u0063\u006f\u0070\u0069\u0065\u0064\u002c\u0020\u0063\u0072\u0065\u0061\u0074e\u0064\u002c \u0063\u0072\u006fp\u0070\u0065\u0064\u002c\u0020\u0065\u0064\u0069\u0074ed\u002c\u0020\u0066i\u006c\u002d\u0074\u0065r\u0065\u0064\u002c\u0020\u0066\u006fr\u006d\u0061t\u0074\u0065\u0064\u002c\u0020\u0076\u0065\u0072s\u0069\u006f\u006e\u005f\u0075\u0070\u0064\u0061\u0074\u0065\u0064\u002c\u0020\u0070\u0072\u0069\u006e\u0074\u0065\u0064\u002c\u0020\u0070ubli\u0073\u0068\u0065\u0064\u002c\u0020\u006d\u0061\u006e\u0061\u0067\u0065\u0064\u002c\u0020\u0070\u0072\u006f\u0064\u0075\u0063\u0065\u0064\u002c\u0020\u0072\u0065\u0073i\u007ae\u0064.\u004e\u0065\u0077\u0020\u0076\u0061\u006c\u0075\u0065\u0073\u0020\u0073\u0068\u006f\u0075\u006c\u0064\u0020\u0062\u0065 \u0076\u0065r\u0062\u0073 \u0069n\u0020\u0074\u0068\u0065\u0020\u0070a\u0073\u0074\u0020\u0074\u0065\u006e\u0073\u0065\u002e",Name :"\u0061\u0063\u0074\u0069\u006f\u006e",ValueType :"O\u0070\u0065\u006e\u0020\u0043\u0068\u006f\u0069\u0063\u0065"},{Category :PropertyCategoryInternal ,Description :"T\u0068\u0065\u0020\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0020\u0049\u0044\u0020\u006f\u0066\u0020t\u0068\u0065\u0020\u006d\u006f\u0064\u0069\u0066\u0069\u0065d \u0072\u0065\u0073o\u0075r\u0063\u0065",Name :"\u0069\u006e\u0073\u0074\u0061\u006e\u0063\u0065\u0049\u0044",ValueType :ValueTypeNameURI },{Category :PropertyCategoryInternal ,Description :"\u0041\u0064di\u0074\u0069\u006fn\u0061\u006c\u0020\u0064esc\u0072ip\u0074\u0069\u006f\u006e\u0020\u006f\u0066 t\u0068\u0065\u0020\u0061\u0063\u0074\u0069o\u006e",Name :"\u0070\u0061\u0072\u0061\u006d\u0065\u0074\u0065\u0072\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054h\u0065\u0020s\u006f\u0066\u0074\u0077a\u0072\u0065\u0020a\u0067\u0065\u006e\u0074\u0020\u0074\u0068\u0061\u0074 p\u0065\u0072\u0066o\u0072\u006de\u0064\u0020\u0074\u0068\u0065\u0020a\u0063\u0074i\u006f\u006e",Name :"\u0073\u006f\u0066\u0074\u0077\u0061\u0072\u0065\u0041\u0067\u0065\u006e\u0074",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u004f\u0070t\u0069\u006f\u006e\u0061\u006c\u0020\u0074\u0069\u006d\u0065\u0073\u0074\u0061\u006d\u0070\u0020\u006f\u0066\u0020\u0077\u0068\u0065\u006e\u0020\u0074\u0068\u0065\u0020\u0061\u0063\u0074\u0069\u006f\u006e\u0020\u006f\u0063\u0063\u0075\u0072\u0072\u0065\u0064",Name :"\u0077\u0068\u0065\u006e",ValueType :ValueTypeNameDate }},ValueType :nil }; -// SyncToXMP implements xmp.Model interface. -func (_dg *Model )SyncToXMP (d *_fc .Document )error {return nil }; + +// UnmarshalText implements encoding.TextUnmarshaler interface. +func (_fd *PropertyCategory )UnmarshalText (in []byte )error {switch string (in ){case "\u0069\u006e\u0074\u0065\u0072\u006e\u0061\u006c":*_fd =PropertyCategoryInternal ;case "\u0065\u0078\u0074\u0065\u0072\u006e\u0061\u006c":*_fd =PropertyCategoryExternal ; +default:*_fd =PropertyCategoryUndefined ;};return nil ;}; + +// ValueTypes is the slice of field value types. +type ValueTypes []FieldValueType ; + +// IsZero checks if the resources list has no entries. +func (_cdbd Schemas )IsZero ()bool {return len (_cdbd )==0}; + +// SetSchema sets the schema into given model. +func (_ddb *Model )SetSchema (namespaceURI string ,s Schema ){for _ce :=0;_ce < len (_ddb .Schemas );_ce ++{if _ddb .Schemas [_ce ].NamespaceURI ==namespaceURI {_ddb .Schemas [_ce ]=s ;return ;};};_ddb .Schemas =append (_ddb .Schemas ,s );}; + +// UnmarshalXMP implements xmp.Unmarshaler interface. +func (_bd *Properties )UnmarshalXMP (d *_bb .Decoder ,node *_bb .Node ,m _bb .Model )error {return _bb .UnmarshalArray (d ,node ,_bd .Typ (),_bd );}; // BagOfValueTypeName gets the ValueTypeName of the bag of provided value type names. -func BagOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0062\u0061\u0067\u0020"+vt };func _ga (_gb _fc .Model ,_cb *_fc .Namespace ,_afb Property )bool {_fe :=_a .ValueOf (_gb ).Elem ();if _fe .Kind ()==_a .Ptr {_fe =_fe .Elem ();};_gdf :=_fe .Type (); -for _ecd :=0;_ecd < _gdf .NumField ();_ecd ++{_da :=_gdf .Field (_ecd );_gc :=_da .Tag .Get ("\u0078\u006d\u0070");if _gc ==""{continue ;};if !_be .HasPrefix (_gc ,_cb .Name ){continue ;};_cbg :=_be .IndexRune (_gc ,':');if _cbg ==-1{continue ;};_cc :=_gc [_cbg +1:]; -if _cc ==_afb .Name {_ef :=_fe .Field (_ecd );return !_ef .IsZero ();};};return false ;}; +func BagOfValueTypeName (vt ValueTypeName )ValueTypeName {return "\u0062\u0061\u0067\u0020"+vt }; -// PropertyCategory is the property category enumerator. -type PropertyCategory int ;const (ValueTypeResourceEvent ValueTypeName ="\u0052\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u0045\u0076\u0065\u006e\u0074";); +// GetTag implements xmp.Model interface. +func (_bec *Model )GetTag (tag string )(string ,error ){_abbg ,_geg :=_bb .GetNativeField (_bec ,tag );if _geg !=nil {return "",_b .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_geg );};return _abbg ,nil ;};var (Namespace =_bb .NewNamespace ("\u0070\u0064\u0066\u0061\u0045\u0078\u0074\u0065\u006e\u0073\u0069\u006f\u006e","\u0068\u0074\u0074\u0070\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002f\u0070\u0064\u0066\u0061/\u006e\u0073\u002f\u0065\u0078t\u0065\u006es\u0069\u006f\u006e\u002f",NewModel ); +SchemaNS =_bb .NewNamespace ("\u0070\u0064\u0066\u0061\u0053\u0063\u0068\u0065\u006d\u0061","h\u0074\u0074\u0070\u003a\u002f\u002fw\u0077\u0077\u002e\u0061\u0069\u0069m\u002e\u006f\u0072\u0067\u002f\u0070\u0064f\u0061\u002f\u006e\u0073\u002f\u0073\u0063\u0068\u0065\u006da\u0023",nil ); +PropertyNS =_bb .NewNamespace ("\u0070\u0064\u0066a\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0079","\u0068\u0074t\u0070\u003a\u002f\u002fw\u0077\u0077.\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067/\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0070\u0072\u006f\u0070e\u0072\u0074\u0079\u0023",nil ); +ValueTypeNS =_bb .NewNamespace ("\u0070\u0064\u0066\u0061\u0054\u0079\u0070\u0065","\u0068\u0074\u0074\u0070\u003a\u002f/\u0077\u0077\u0077\u002e\u0061\u0069\u0069\u006d\u002e\u006f\u0072\u0067\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002ft\u0079\u0070\u0065\u0023",nil ); +FieldNS =_bb .NewNamespace ("\u0070d\u0066\u0061\u0046\u0069\u0065\u006cd","\u0068\u0074\u0074p:\u002f\u002f\u0077\u0077\u0077\u002e\u0061\u0069\u0069m\u002eo\u0072g\u002fp\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0066\u0069\u0065\u006c\u0064\u0023",nil ); +); -// RegisterSchema registers schema extension definition. -func RegisterSchema (ns *_fc .Namespace ,schema *Schema ){_dbfd .Lock ();defer _dbfd .Unlock ();_eda [ns .URI ]=schema ;}; \ No newline at end of file +// SyncModel implements xmp.Model interface. +func (_ced *Model )SyncModel (d *_bb .Document )error {return nil };var PdfSchema =Schema {NamespaceURI :"\u0068\u0074\u0074\u0070:\u002f\u002f\u006e\u0073\u002e\u0061\u0064\u006f\u0062\u0065.\u0063o\u006d\u002f\u0070\u0064\u0066\u002f\u0031.\u0033\u002f",Prefix :"\u0070\u0064\u0066",Schema :"\u0041\u0064o\u0062\u0065\u0020P\u0044\u0046\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :Properties {{Category :PropertyCategoryInternal ,Description :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",Name :"\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u0050\u0044F\u0020\u0066\u0069l\u0065\u0020\u0076e\u0072\u0073\u0069\u006f\u006e\u0020\u0028\u0066\u006f\u0072 \u0065\u0078\u0061\u006d\u0070le\u003a\u0020\u0031\u002e\u0030\u002c\u0020\u0031\u002e\u0033\u002c\u0020\u0061\u006e\u0064\u0020\u0073\u006f\u0020\u006f\u006e\u0029\u002e",Name :"\u0050\u0044\u0046\u0056\u0065\u0072\u0073\u0069\u006f\u006e",ValueType :ValueTypeNameText },{Category :PropertyCategoryInternal ,Description :"\u0054\u0068\u0065\u0020\u006ea\u006d\u0065\u0020\u006f\u0066\u0020\u0074\u0068\u0065\u0020\u0074\u006f\u006fl\u0020\u0074\u0068\u0061\u0074\u0020\u0063\u0072\u0065\u0061\u0074\u0065\u0064\u0020\u0074\u0068\u0065\u0020\u0050\u0044\u0046\u0020\u0064\u006f\u0063\u0075\u006d\u0065\u006e\u0074.",Name :"\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",ValueType :ValueTypeNameAgentName },{Category :PropertyCategoryInternal ,Description :"\u0049\u006e\u0064\u0069\u0063\u0061\u0074\u0065\u0073\u0020\u0074\u0068\u0061\u0074\u0020\u0074\u0068\u0069s\u0020\u0069\u0073\u0020\u0061\u0020\u0072i\u0067\u0068\u0074\u0073\u002d\u006d\u0061\u006e\u0061\u0067\u0065d\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u002e\u002e",Name :"\u004d\u0061\u0072\u006b\u0065\u0064",ValueType :ValueTypeNameBoolean }}}; diff --git a/model/xmputil/pdfaid/pdfaid.go b/model/xmputil/pdfaid/pdfaid.go index 89da37d43..06bee9c87 100644 --- a/model/xmputil/pdfaid/pdfaid.go +++ b/model/xmputil/pdfaid/pdfaid.go @@ -9,39 +9,39 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfaid ;import (_d "fmt";_fc "github.com/trimmer-io/go-xmp/xmp";_a "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";); +package pdfaid ;import (_c "fmt";_d "github.com/trimmer-io/go-xmp/xmp";_cf "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";); + +// CanTag implements xmp.Model interface. +func (_e *Model )CanTag (tag string )bool {_ ,_ae :=_d .GetNativeField (_e ,tag );return _ae ==nil };func init (){_d .Register (Namespace ,_d .XmpMetadata );_cf .RegisterSchema (Namespace ,&Schema )}; + +// Namespaces implements xmp.Model interface. +func (_f *Model )Namespaces ()_d .NamespaceList {return _d .NamespaceList {Namespace }};var _ _d .Model =(*Model )(nil ); // NewModel creates a new model. -func NewModel (name string )_fc .Model {return &Model {}};func init (){_fc .Register (Namespace ,_fc .XmpMetadata );_a .RegisterSchema (Namespace ,&Schema )};var Schema =_a .Schema {NamespaceURI :Namespace .URI ,Prefix :Namespace .Name ,Schema :"\u0050D\u0046/\u0041\u0020\u0049\u0044\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :[]_a .Property {{Category :_a .PropertyCategoryInternal ,Description :"\u0050\u0061\u0072\u0074 o\u0066\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"\u0070\u0061\u0072\u0074",ValueType :_a .ValueTypeNameInteger },{Category :_a .PropertyCategoryInternal ,Description :"A\u006d\u0065\u006e\u0064\u006d\u0065n\u0074\u0020\u006f\u0066\u0020\u0050\u0044\u0046\u002fA\u0020\u0073\u0074a\u006ed\u0061\u0072\u0064",Name :"\u0061\u006d\u0064",ValueType :_a .ValueTypeNameText },{Category :_a .PropertyCategoryInternal ,Description :"C\u006f\u006e\u0066\u006f\u0072\u006da\u006e\u0063\u0065\u0020\u006c\u0065v\u0065\u006c\u0020\u006f\u0066\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"c\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065",ValueType :_a .ValueTypeNameText }},ValueType :nil }; +func NewModel (name string )_d .Model {return &Model {}}; + +// GetTag implements xmp.Model interface. +func (_ac *Model )GetTag (tag string )(string ,error ){_ba ,_ff :=_d .GetNativeField (_ac ,tag );if _ff !=nil {return "",_c .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_ff );};return _ba ,nil ;}; +// SyncModel implements xmp.Model interface. +func (_fd *Model )SyncModel (d *_d .Document )error {return nil }; // SyncFromXMP implements xmp.Model interface. -func (_cc *Model )SyncFromXMP (d *_fc .Document )error {return nil }; +func (_a *Model )SyncFromXMP (d *_d .Document )error {return nil };var Schema =_cf .Schema {NamespaceURI :Namespace .URI ,Prefix :Namespace .Name ,Schema :"\u0050D\u0046/\u0041\u0020\u0049\u0044\u0020\u0053\u0063\u0068\u0065\u006d\u0061",Property :[]_cf .Property {{Category :_cf .PropertyCategoryInternal ,Description :"\u0050\u0061\u0072\u0074 o\u0066\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"\u0070\u0061\u0072\u0074",ValueType :_cf .ValueTypeNameInteger },{Category :_cf .PropertyCategoryInternal ,Description :"A\u006d\u0065\u006e\u0064\u006d\u0065n\u0074\u0020\u006f\u0066\u0020\u0050\u0044\u0046\u002fA\u0020\u0073\u0074a\u006ed\u0061\u0072\u0064",Name :"\u0061\u006d\u0064",ValueType :_cf .ValueTypeNameText },{Category :_cf .PropertyCategoryInternal ,Description :"C\u006f\u006e\u0066\u006f\u0072\u006da\u006e\u0063\u0065\u0020\u006c\u0065v\u0065\u006c\u0020\u006f\u0066\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064",Name :"c\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065",ValueType :_cf .ValueTypeNameText }},ValueType :nil }; +var Namespace =_d .NewNamespace ("\u0070\u0064\u0066\u0061\u0069\u0064","\u0068\u0074\u0074p\u003a\u002f\u002f\u0077w\u0077\u002e\u0061\u0069\u0069\u006d\u002eo\u0072\u0067\u002f\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0069\u0064\u002f",NewModel ); -// SetTag implements xmp.Model interface. -func (_cgg *Model )SetTag (tag ,value string )error {if _db :=_fc .SetNativeField (_cgg ,tag ,value );_db !=nil {return _d .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_db );};return nil ;}; - -// CanTag implements xmp.Model interface. -func (_cf *Model )CanTag (tag string )bool {_ ,_cff :=_fc .GetNativeField (_cf ,tag );return _cff ==nil ;}; // SyncToXMP implements xmp.Model interface. -func (_g *Model )SyncToXMP (d *_fc .Document )error {return nil }; - -// SyncModel implements xmp.Model interface. -func (_cg *Model )SyncModel (d *_fc .Document )error {return nil }; +func (_da *Model )SyncToXMP (d *_d .Document )error {return nil }; // MakeModel gets or create sa new model for PDF/A ID namespace. -func MakeModel (d *_fc .Document )(*Model ,error ){_c ,_bg :=d .MakeModel (Namespace );if _bg !=nil {return nil ,_bg ;};return _c .(*Model ),nil ;}; - -// GetTag implements xmp.Model interface. -func (_fg *Model )GetTag (tag string )(string ,error ){_dc ,_da :=_fc .GetNativeField (_fg ,tag );if _da !=nil {return "",_d .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_da );};return _dc ,nil ;}; +func MakeModel (d *_d .Document )(*Model ,error ){_g ,_be :=d .MakeModel (Namespace );if _be !=nil {return nil ,_be ;};return _g .(*Model ),nil ;}; // Can implements xmp.Model interface. -func (_bb *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; - -// Namespaces implements xmp.Model interface. -func (_ff *Model )Namespaces ()_fc .NamespaceList {return _fc .NamespaceList {Namespace }};var Namespace =_fc .NewNamespace ("\u0070\u0064\u0066\u0061\u0069\u0064","\u0068\u0074\u0074p\u003a\u002f\u002f\u0077w\u0077\u002e\u0061\u0069\u0069\u006d\u002eo\u0072\u0067\u002f\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0069\u0064\u002f",NewModel ); - +func (_bd *Model )Can (nsName string )bool {return Namespace .GetName ()==nsName }; // Model is the XMP model for the PdfA metadata. -type Model struct{Part int `xmp:"pdfaid:part"`;Conformance string `xmp:"pdfaid:conformance"`;};var _ _fc .Model =(*Model )(nil ); \ No newline at end of file +type Model struct{Part int `xmp:"pdfaid:part"`;Conformance string `xmp:"pdfaid:conformance"`;}; + +// SetTag implements xmp.Model interface. +func (_dd *Model )SetTag (tag ,value string )error {if _cc :=_d .SetNativeField (_dd ,tag ,value );_cc !=nil {return _c .Errorf ("\u0025\u0073\u003a\u0020\u0025\u0076",Namespace .GetName (),_cc );};return nil ;}; \ No newline at end of file diff --git a/model/xmputil/xmputil.go b/model/xmputil/xmputil.go index 4e2fb8d76..48e134a8e 100644 --- a/model/xmputil/xmputil.go +++ b/model/xmputil/xmputil.go @@ -10,55 +10,33 @@ // terms that can be accessed at https://unidoc.io/eula/ // Package xmputil provides abstraction used by the pdf document XMP Metadata. -package xmputil ;import (_g "errors";_dd "fmt";_a "github.com/trimmer-io/go-xmp/models/pdf";_cc "github.com/trimmer-io/go-xmp/models/xmp_base";_b "github.com/trimmer-io/go-xmp/models/xmp_mm";_c "github.com/trimmer-io/go-xmp/xmp";_ae "github.com/unidoc/unipdf/v3/core"; -_d "github.com/unidoc/unipdf/v3/internal/timeutils";_gg "github.com/unidoc/unipdf/v3/internal/uuid";_ge "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_ee "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_cf "strconv";_ea "time";); - -// PdfInfoOptions are the options used for setting pdf info. -type PdfInfoOptions struct{InfoDict _ae .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ; - -// Overwrite if set to true, overwrites all values found in the current pdf info xmp model to the ones provided. -Overwrite bool ;}; - -// LoadDocument loads up the xmp document from provided input stream. -func LoadDocument (stream []byte )(*Document ,error ){_dg :=_c .NewDocument ();if _ag :=_c .Unmarshal (stream ,_dg );_ag !=nil {return nil ,_ag ;};return &Document {_eeg :_dg },nil ;}; - -// MarshalIndent the document into xml byte stream with predefined prefix and indent. -func (_cb *Document )MarshalIndent (prefix ,indent string )([]byte ,error ){if _cb ._eeg .IsDirty (){if _de :=_cb ._eeg .SyncModels ();_de !=nil {return nil ,_de ;};};return _c .MarshalIndent (_cb ._eeg ,prefix ,indent );}; +package xmputil ;import (_a "errors";_fd "fmt";_cb "github.com/trimmer-io/go-xmp/models/pdf";_g "github.com/trimmer-io/go-xmp/models/xmp_base";_ec "github.com/trimmer-io/go-xmp/models/xmp_mm";_c "github.com/trimmer-io/go-xmp/xmp";_ece "github.com/unidoc/unipdf/v3/core"; +_cg "github.com/unidoc/unipdf/v3/internal/timeutils";_f "github.com/unidoc/unipdf/v3/internal/uuid";_d "github.com/unidoc/unipdf/v3/model/xmputil/pdfaextension";_cd "github.com/unidoc/unipdf/v3/model/xmputil/pdfaid";_ba "strconv";_e "time";); // GetPdfInfo gets the document pdf info. -func (_fg *Document )GetPdfInfo ()(*PdfInfo ,bool ){_da :=PdfInfo {};var _dda *_ae .PdfObjectDictionary ;_aeg :=func (_cdd string ,_bb _ae .PdfObject ){if _dda ==nil {_dda =_ae .MakeDict ();};_dda .Set (_ae .PdfObjectName (_cdd ),_bb );};_deg ,_dfa :=_fg ._eeg .FindModel (_a .NsPDF ).(*_a .PDFInfo ); -if !_dfa {_ec ,_gb :=_fg ._eeg .FindModel (_cc .NsXmp ).(*_cc .XmpBase );if !_gb {return nil ,false ;};if _ec .CreatorTool !=""{_aeg ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ae .MakeString (string (_ec .CreatorTool )));};if !_ec .CreateDate .IsZero (){_aeg ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_ec .CreateDate .Value ()))); -};if !_ec .ModifyDate .IsZero (){_aeg ("\u004do\u0064\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_ec .ModifyDate .Value ())));};_da .InfoDict =_dda ;return &_da ,true ;};_da .Copyright =_deg .Copyright ;_da .PdfVersion =_deg .PDFVersion ; -_da .Marked =bool (_deg .Marked );if len (_deg .Title )> 0{_aeg ("\u0054\u0069\u0074l\u0065",_ae .MakeString (_deg .Title .Default ()));};if len (_deg .Author )> 0{_aeg ("\u0041\u0075\u0074\u0068\u006f\u0072",_ae .MakeString (_deg .Author [0]));};if _deg .Keywords !=""{_aeg ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_ae .MakeString (_deg .Keywords )); -};if len (_deg .Subject )> 0{_aeg ("\u0053u\u0062\u006a\u0065\u0063\u0074",_ae .MakeString (_deg .Subject .Default ()));};if _deg .Creator !=""{_aeg ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ae .MakeString (string (_deg .Creator )));};if _deg .Producer !=""{_aeg ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_ae .MakeString (string (_deg .Producer ))); -};if _deg .Trapped {_aeg ("\u0054r\u0061\u0070\u0070\u0065\u0064",_ae .MakeName ("\u0054\u0072\u0075\u0065"));};if !_deg .CreationDate .IsZero (){_aeg ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_deg .CreationDate .Value ()))); -};if !_deg .ModifyDate .IsZero (){_aeg ("\u004do\u0064\u0044\u0061\u0074\u0065",_ae .MakeString (_d .FormatPdfTime (_deg .ModifyDate .Value ())));};_da .InfoDict =_dda ;return &_da ,true ;}; - -// GetGoXmpDocument gets direct access to the go-xmp.Document. -// All changes done to specified document would result in change of this document 'd'. -func (_fb *Document )GetGoXmpDocument ()*_c .Document {return _fb ._eeg }; +func (_edg *Document )GetPdfInfo ()(*PdfInfo ,bool ){_feg :=PdfInfo {};var _cdd *_ece .PdfObjectDictionary ;_dfe :=func (_cgc string ,_fae _ece .PdfObject ){if _cdd ==nil {_cdd =_ece .MakeDict ();};_cdd .Set (_ece .PdfObjectName (_cgc ),_fae );};_faa ,_ggc :=_edg ._gg .FindModel (_cb .NsPDF ).(*_cb .PDFInfo ); +if !_ggc {_egg ,_dff :=_edg ._gg .FindModel (_g .NsXmp ).(*_g .XmpBase );if !_dff {return nil ,false ;};if _egg .CreatorTool !=""{_dfe ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ece .MakeString (string (_egg .CreatorTool )));};if !_egg .CreateDate .IsZero (){_dfe ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ece .MakeString (_cg .FormatPdfTime (_egg .CreateDate .Value ()))); +};if !_egg .ModifyDate .IsZero (){_dfe ("\u004do\u0064\u0044\u0061\u0074\u0065",_ece .MakeString (_cg .FormatPdfTime (_egg .ModifyDate .Value ())));};_feg .InfoDict =_cdd ;return &_feg ,true ;};_feg .Copyright =_faa .Copyright ;_feg .PdfVersion =_faa .PDFVersion ; +_feg .Marked =bool (_faa .Marked );if len (_faa .Title )> 0{_dfe ("\u0054\u0069\u0074l\u0065",_ece .MakeString (_faa .Title .Default ()));};if len (_faa .Author )> 0{_dfe ("\u0041\u0075\u0074\u0068\u006f\u0072",_ece .MakeString (_faa .Author [0]));};if _faa .Keywords !=""{_dfe ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073",_ece .MakeString (_faa .Keywords )); +};if len (_faa .Subject )> 0{_dfe ("\u0053u\u0062\u006a\u0065\u0063\u0074",_ece .MakeString (_faa .Subject .Default ()));};if _faa .Creator !=""{_dfe ("\u0043r\u0065\u0061\u0074\u006f\u0072",_ece .MakeString (string (_faa .Creator )));};if _faa .Producer !=""{_dfe ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072",_ece .MakeString (string (_faa .Producer ))); +};if _faa .Trapped {_dfe ("\u0054r\u0061\u0070\u0070\u0065\u0064",_ece .MakeName ("\u0054\u0072\u0075\u0065"));};if !_faa .CreationDate .IsZero (){_dfe ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065",_ece .MakeString (_cg .FormatPdfTime (_faa .CreationDate .Value ()))); +};if !_faa .ModifyDate .IsZero (){_dfe ("\u004do\u0064\u0044\u0061\u0074\u0065",_ece .MakeString (_cg .FormatPdfTime (_faa .ModifyDate .Value ())));};_feg .InfoDict =_cdd ;return &_feg ,true ;}; -// SetMediaManagement sets up XMP media management metadata: namespace xmpMM. -func (_ba *Document )SetMediaManagement (options *MediaManagementOptions )error {_dgb ,_egd :=_b .MakeModel (_ba ._eeg );if _egd !=nil {return _egd ;};if options ==nil {options =new (MediaManagementOptions );};_db :=_b .ResourceRef {};switch {case options .DocumentID !="":_dgb .DocumentID =_c .GUID (options .DocumentID ); -case options .NewDocumentID ||_dgb .DocumentID .IsZero ():if !_dgb .DocumentID .IsZero (){_db .DocumentID =_dgb .DocumentID ;};_fd ,_ggg :=_gg .NewUUID ();if _ggg !=nil {return _ggg ;};_dgb .DocumentID =_c .GUID (_fd .String ());};if !_dgb .InstanceID .IsZero (){_db .InstanceID =_dgb .InstanceID ; -};_dgb .InstanceID =_c .GUID (options .InstanceID );if _dgb .InstanceID ==""{_ca ,_ga :=_gg .NewUUID ();if _ga !=nil {return _ga ;};_dgb .InstanceID =_c .GUID (_ca .String ());};if !_db .IsZero (){_dgb .DerivedFrom =&_db ;};_cbd :=options .VersionID ;if _dgb .VersionID !=""{_eeb ,_efb :=_cf .Atoi (_dgb .VersionID ); -if _efb !=nil {_cbd =_cf .Itoa (len (_dgb .Versions )+1);}else {_cbd =_cf .Itoa (_eeb +1);};};if _cbd ==""{_cbd ="\u0031";};_dgb .VersionID =_cbd ;if _egd =_dgb .SyncToXMP (_ba ._eeg );_egd !=nil {return _egd ;};return nil ;}; +// MediaManagementVersion is the version of the media management xmp metadata. +type MediaManagementVersion struct{VersionID string ;ModifyDate _e .Time ;Comments string ;Modifier string ;}; -// NewDocument creates a new document without any previous xmp information. -func NewDocument ()*Document {_f :=_c .NewDocument ();return &Document {_eeg :_f }}; +// Document is an implementation of the xmp document. +// It is a wrapper over go-xmp/xmp.Document that provides some Pdf predefined functionality. +type Document struct{_gg *_c .Document }; -// MediaManagementVersion is the version of the media management xmp metadata. -type MediaManagementVersion struct{VersionID string ;ModifyDate _ea .Time ;Comments string ;Modifier string ;}; +// PdfAID is the result of the XMP pdfaid metadata. +type PdfAID struct{Part int ;Conformance string ;}; -// SetPdfAExtension sets the pdfaExtension XMP metadata. -func (_eg *Document )SetPdfAExtension ()error {_ed ,_ff :=_ge .MakeModel (_eg ._eeg );if _ff !=nil {return _ff ;};if _ff =_ge .FillModel (_eg ._eeg ,_ed );_ff !=nil {return _ff ;};if _ff =_ed .SyncToXMP (_eg ._eeg );_ff !=nil {return _ff ;};return nil ; -}; +// GetPdfAID gets the pdfaid xmp metadata model. +func (_ded *Document )GetPdfAID ()(*PdfAID ,bool ){_ecbg ,_fc :=_ded ._gg .FindModel (_cd .Namespace ).(*_cd .Model );if !_fc {return nil ,false ;};return &PdfAID {Part :_ecbg .Part ,Conformance :_ecbg .Conformance },true ;}; // Marshal the document into xml byte stream. -func (_dc *Document )Marshal ()([]byte ,error ){if _dc ._eeg .IsDirty (){if _eb :=_dc ._eeg .SyncModels ();_eb !=nil {return nil ,_eb ;};};return _c .Marshal (_dc ._eeg );}; - -// GUID is a string representing a globally unique identifier. -type GUID string ; +func (_dg *Document )Marshal ()([]byte ,error ){if _dg ._gg .IsDirty (){if _cbc :=_dg ._gg .SyncModels ();_cbc !=nil {return nil ,_cbc ;};};return _c .Marshal (_dg ._gg );}; // MediaManagement are the values from the document media management metadata. type MediaManagement struct{ @@ -95,46 +73,6 @@ VersionID string ; // Versions is the history of the document versions along with the comments, timestamps and issuers. Versions []MediaManagementVersion ;}; -// GetPdfaExtensionSchemas gets a pdfa extension schemas. -func (_bg *Document )GetPdfaExtensionSchemas ()([]_ge .Schema ,error ){_dcf :=_bg ._eeg .FindModel (_ge .Namespace );if _dcf ==nil {return nil ,nil ;};_be ,_df :=_dcf .(*_ge .Model );if !_df {return nil ,_dd .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006d\u006f\u0064\u0065l f\u006fr \u0070\u0064\u0066\u0061\u0045\u0078\u0074en\u0073\u0069\u006f\u006e\u0073\u003a\u0020%\u0054",_dcf ); -};return _be .Schemas ,nil ;}; - -// PdfAID is the result of the XMP pdfaid metadata. -type PdfAID struct{Part int ;Conformance string ;}; - -// PdfInfo is the xmp document pdf info. -type PdfInfo struct{InfoDict _ae .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ;}; - -// MediaManagementDerivedFrom is a structure that contains references of identifiers and versions -// from which given document was derived. -type MediaManagementDerivedFrom struct{OriginalDocumentID GUID ;DocumentID GUID ;InstanceID GUID ;VersionID string ;}; - -// SetPdfAID sets up pdfaid xmp metadata. -// In example: Part: '1' Conformance: 'B' states for PDF/A 1B. -func (_efg *Document )SetPdfAID (part int ,conformance string )error {_deb ,_feb :=_ee .MakeModel (_efg ._eeg );if _feb !=nil {return _feb ;};_deb .Part =part ;_deb .Conformance =conformance ;if _aa :=_deb .SyncToXMP (_efg ._eeg );_aa !=nil {return _aa ; -};return nil ;}; - -// SetPdfInfo sets the pdf info into selected document. -func (_cd *Document )SetPdfInfo (options *PdfInfoOptions )error {if options ==nil {return _g .New ("\u006ei\u006c\u0020\u0070\u0064\u0066\u0020\u006f\u0070\u0074\u0069\u006fn\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_gec ,_gea :=_a .MakeModel (_cd ._eeg ); -if _gea !=nil {return _gea ;};if options .Overwrite {*_gec =_a .PDFInfo {};};if options .InfoDict !=nil {_dfb ,_gf :=_ae .GetDict (options .InfoDict );if !_gf {return _dd .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",options .InfoDict ); -};var _fe *_ae .PdfObjectString ;for _ ,_fba :=range _dfb .Keys (){switch _fba {case "\u0054\u0069\u0074l\u0065":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0054\u0069\u0074l\u0065"));if _gf {_gec .Title =_c .NewAltString (_fe );};case "\u0041\u0075\u0074\u0068\u006f\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); -if _gf {_gec .Author =_c .NewStringList (_fe .String ());};case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_fe ,_gf =_ae .GetString (_dfb .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073"));if _gf {_gec .Keywords =_fe .String ();};case "\u0043r\u0065\u0061\u0074\u006f\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072")); -if _gf {_gec .Creator =_c .AgentName (_fe .String ());};case "\u0053u\u0062\u006a\u0065\u0063\u0074":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));if _gf {_gec .Subject =_c .NewAltString (_fe .String ());};case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_fe ,_gf =_ae .GetString (_dfb .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); -if _gf {_gec .Producer =_c .AgentName (_fe .String ());};case "\u0054r\u0061\u0070\u0070\u0065\u0064":_dfe ,_eda :=_ae .GetName (_dfb .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));if _eda {switch _dfe .String (){case "\u0054\u0072\u0075\u0065":_gec .Trapped =true ; -case "\u0046\u0061\u006cs\u0065":_gec .Trapped =false ;default:_gec .Trapped =true ;};};case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _bgb ,_fc :=_ae .GetString (_dfb .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); -_fc &&_bgb .String ()!=""{_bf ,_ef :=_d .ParsePdfTime (_bgb .String ());if _ef !=nil {return _dd .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_ef ); -};_gec .CreationDate =_c .NewDate (_bf );};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _bd ,_ccd :=_ae .GetString (_dfb .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_ccd &&_bd .String ()!=""{_ad ,_add :=_d .ParsePdfTime (_bd .String ());if _add !=nil {return _dd .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_add ); -};_gec .ModifyDate =_c .NewDate (_ad );};};};};if options .PdfVersion !=""{_gec .PDFVersion =options .PdfVersion ;};if options .Marked {_gec .Marked =_c .Bool (options .Marked );};if options .Copyright !=""{_gec .Copyright =options .Copyright ;};if _gea =_gec .SyncToXMP (_cd ._eeg ); -_gea !=nil {return _gea ;};return nil ;}; - -// GetPdfAID gets the pdfaid xmp metadata model. -func (_cac *Document )GetPdfAID ()(*PdfAID ,bool ){_af ,_eee :=_cac ._eeg .FindModel (_ee .Namespace ).(*_ee .Model );if !_eee {return nil ,false ;};return &PdfAID {Part :_af .Part ,Conformance :_af .Conformance },true ;}; - -// GetMediaManagement gets the media management metadata from provided xmp document. -func (_fge *Document )GetMediaManagement ()(*MediaManagement ,bool ){_bbe :=_b .FindModel (_fge ._eeg );if _bbe ==nil {return nil ,false ;};_aed :=make ([]MediaManagementVersion ,len (_bbe .Versions ));for _fa ,_ab :=range _bbe .Versions {_aed [_fa ]=MediaManagementVersion {VersionID :_ab .Version ,ModifyDate :_ab .ModifyDate .Value (),Comments :_ab .Comments ,Modifier :_ab .Modifier }; -};_dbf :=&MediaManagement {OriginalDocumentID :GUID (_bbe .OriginalDocumentID .Value ()),DocumentID :GUID (_bbe .DocumentID .Value ()),InstanceID :GUID (_bbe .InstanceID .Value ()),VersionID :_bbe .VersionID ,Versions :_aed };if _bbe .DerivedFrom !=nil {_dbf .DerivedFrom =&MediaManagementDerivedFrom {OriginalDocumentID :GUID (_bbe .DerivedFrom .OriginalDocumentID ),DocumentID :GUID (_bbe .DerivedFrom .DocumentID ),InstanceID :GUID (_bbe .DerivedFrom .InstanceID ),VersionID :_bbe .DerivedFrom .VersionID }; -};return _dbf ,true ;}; - // MediaManagementOptions are the options for the Media management xmp metadata. type MediaManagementOptions struct{ @@ -182,11 +120,73 @@ ModifyComment string ; // ModifyDate is a custom modification date for the versions. // By default, this would be set to time.Now(). -ModifyDate _ea .Time ; +ModifyDate _e .Time ; // Modifier is a person who did the modification. Modifier string ;}; -// Document is an implementation of the xmp document. -// It is a wrapper over go-xmp/xmp.Document that provides some Pdf predefined functionality. -type Document struct{_eeg *_c .Document }; \ No newline at end of file +// GUID is a string representing a globally unique identifier. +type GUID string ; + +// GetPdfaExtensionSchemas gets a pdfa extension schemas. +func (_ce *Document )GetPdfaExtensionSchemas ()([]_d .Schema ,error ){_dgc :=_ce ._gg .FindModel (_d .Namespace );if _dgc ==nil {return nil ,nil ;};_bf ,_bag :=_dgc .(*_d .Model );if !_bag {return nil ,_fd .Errorf ("\u0069\u006eva\u006c\u0069\u0064 \u006d\u006f\u0064\u0065l f\u006fr \u0070\u0064\u0066\u0061\u0045\u0078\u0074en\u0073\u0069\u006f\u006e\u0073\u003a\u0020%\u0054",_dgc ); +};return _bf .Schemas ,nil ;}; + +// SetPdfAExtension sets the pdfaExtension XMP metadata. +func (_ef *Document )SetPdfAExtension ()error {_bb ,_eg :=_d .MakeModel (_ef ._gg );if _eg !=nil {return _eg ;};if _eg =_d .FillModel (_ef ._gg ,_bb );_eg !=nil {return _eg ;};if _eg =_bb .SyncToXMP (_ef ._gg );_eg !=nil {return _eg ;};return nil ;}; + +// SetPdfInfo sets the pdf info into selected document. +func (_db *Document )SetPdfInfo (options *PdfInfoOptions )error {if options ==nil {return _a .New ("\u006ei\u006c\u0020\u0070\u0064\u0066\u0020\u006f\u0070\u0074\u0069\u006fn\u0073\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065\u0064");};_fa ,_bda :=_cb .MakeModel (_db ._gg ); +if _bda !=nil {return _bda ;};if options .Overwrite {*_fa =_cb .PDFInfo {};};if options .InfoDict !=nil {_aa ,_bdf :=_ece .GetDict (options .InfoDict );if !_bdf {return _fd .Errorf ("i\u006e\u0076\u0061\u006c\u0069\u0064 \u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063t\u0020\u0074\u0079p\u0065:\u0020\u0025\u0054",options .InfoDict ); +};var _fe *_ece .PdfObjectString ;for _ ,_bc :=range _aa .Keys (){switch _bc {case "\u0054\u0069\u0074l\u0065":_fe ,_bdf =_ece .GetString (_aa .Get ("\u0054\u0069\u0074l\u0065"));if _bdf {_fa .Title =_c .NewAltString (_fe );};case "\u0041\u0075\u0074\u0068\u006f\u0072":_fe ,_bdf =_ece .GetString (_aa .Get ("\u0041\u0075\u0074\u0068\u006f\u0072")); +if _bdf {_fa .Author =_c .NewStringList (_fe .String ());};case "\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073":_fe ,_bdf =_ece .GetString (_aa .Get ("\u004b\u0065\u0079\u0077\u006f\u0072\u0064\u0073"));if _bdf {_fa .Keywords =_fe .String ();};case "\u0043r\u0065\u0061\u0074\u006f\u0072":_fe ,_bdf =_ece .GetString (_aa .Get ("\u0043r\u0065\u0061\u0074\u006f\u0072")); +if _bdf {_fa .Creator =_c .AgentName (_fe .String ());};case "\u0053u\u0062\u006a\u0065\u0063\u0074":_fe ,_bdf =_ece .GetString (_aa .Get ("\u0053u\u0062\u006a\u0065\u0063\u0074"));if _bdf {_fa .Subject =_c .NewAltString (_fe .String ());};case "\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072":_fe ,_bdf =_ece .GetString (_aa .Get ("\u0050\u0072\u006f\u0064\u0075\u0063\u0065\u0072")); +if _bdf {_fa .Producer =_c .AgentName (_fe .String ());};case "\u0054r\u0061\u0070\u0070\u0065\u0064":_dd ,_bfg :=_ece .GetName (_aa .Get ("\u0054r\u0061\u0070\u0070\u0065\u0064"));if _bfg {switch _dd .String (){case "\u0054\u0072\u0075\u0065":_fa .Trapped =true ; +case "\u0046\u0061\u006cs\u0065":_fa .Trapped =false ;default:_fa .Trapped =true ;};};case "\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065":if _bce ,_ed :=_ece .GetString (_aa .Get ("\u0043\u0072\u0065a\u0074\u0069\u006f\u006e\u0044\u0061\u0074\u0065")); +_ed &&_bce .String ()!=""{_gd ,_eb :=_cg .ParsePdfTime (_bce .String ());if _eb !=nil {return _fd .Errorf ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0043\u0072e\u0061\u0074\u0069\u006f\u006e\u0044\u0061t\u0065\u0020\u0066\u0069\u0065\u006c\u0064\u003a\u0020\u0025\u0077",_eb ); +};_fa .CreationDate =_c .NewDate (_gd );};case "\u004do\u0064\u0044\u0061\u0074\u0065":if _fg ,_efe :=_ece .GetString (_aa .Get ("\u004do\u0064\u0044\u0061\u0074\u0065"));_efe &&_fg .String ()!=""{_ae ,_bdd :=_cg .ParsePdfTime (_fg .String ());if _bdd !=nil {return _fd .Errorf ("\u0069n\u0076\u0061\u006c\u0069d\u0020\u004d\u006f\u0064\u0044a\u0074e\u0020f\u0069\u0065\u006c\u0064\u003a\u0020\u0025w",_bdd ); +};_fa .ModifyDate =_c .NewDate (_ae );};};};};if options .PdfVersion !=""{_fa .PDFVersion =options .PdfVersion ;};if options .Marked {_fa .Marked =_c .Bool (options .Marked );};if options .Copyright !=""{_fa .Copyright =options .Copyright ;};if _bda =_fa .SyncToXMP (_db ._gg ); +_bda !=nil {return _bda ;};return nil ;}; + +// GetGoXmpDocument gets direct access to the go-xmp.Document. +// All changes done to specified document would result in change of this document 'd'. +func (_bd *Document )GetGoXmpDocument ()*_c .Document {return _bd ._gg }; + +// SetPdfAID sets up pdfaid xmp metadata. +// In example: Part: '1' Conformance: 'B' states for PDF/A 1B. +func (_ddc *Document )SetPdfAID (part int ,conformance string )error {_ad ,_gf :=_cd .MakeModel (_ddc ._gg );if _gf !=nil {return _gf ;};_ad .Part =part ;_ad .Conformance =conformance ;if _cgd :=_ad .SyncToXMP (_ddc ._gg );_cgd !=nil {return _cgd ;};return nil ; +}; + +// PdfInfo is the xmp document pdf info. +type PdfInfo struct{InfoDict _ece .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ;}; + +// PdfInfoOptions are the options used for setting pdf info. +type PdfInfoOptions struct{InfoDict _ece .PdfObject ;PdfVersion string ;Copyright string ;Marked bool ; + +// Overwrite if set to true, overwrites all values found in the current pdf info xmp model to the ones provided. +Overwrite bool ;}; + +// MarshalIndent the document into xml byte stream with predefined prefix and indent. +func (_ga *Document )MarshalIndent (prefix ,indent string )([]byte ,error ){if _ga ._gg .IsDirty (){if _be :=_ga ._gg .SyncModels ();_be !=nil {return nil ,_be ;};};return _c .MarshalIndent (_ga ._gg ,prefix ,indent );}; + +// NewDocument creates a new document without any previous xmp information. +func NewDocument ()*Document {_abd :=_c .NewDocument ();return &Document {_gg :_abd }}; + +// LoadDocument loads up the xmp document from provided input stream. +func LoadDocument (stream []byte )(*Document ,error ){_df :=_c .NewDocument ();if _ab :=_c .Unmarshal (stream ,_df );_ab !=nil {return nil ,_ab ;};return &Document {_gg :_df },nil ;}; + +// SetMediaManagement sets up XMP media management metadata: namespace xmpMM. +func (_ag *Document )SetMediaManagement (options *MediaManagementOptions )error {_ecb ,_cba :=_ec .MakeModel (_ag ._gg );if _cba !=nil {return _cba ;};if options ==nil {options =new (MediaManagementOptions );};_ecbf :=_ec .ResourceRef {};switch {case options .DocumentID !="":_ecb .DocumentID =_c .GUID (options .DocumentID ); +case options .NewDocumentID ||_ecb .DocumentID .IsZero ():if !_ecb .DocumentID .IsZero (){_ecbf .DocumentID =_ecb .DocumentID ;};_fec ,_cc :=_f .NewUUID ();if _cc !=nil {return _cc ;};_ecb .DocumentID =_c .GUID (_fec .String ());};if !_ecb .InstanceID .IsZero (){_ecbf .InstanceID =_ecb .InstanceID ; +};_ecb .InstanceID =_c .GUID (options .InstanceID );if _ecb .InstanceID ==""{_cbe ,_ee :=_f .NewUUID ();if _ee !=nil {return _ee ;};_ecb .InstanceID =_c .GUID (_cbe .String ());};if !_ecbf .IsZero (){_ecb .DerivedFrom =&_ecbf ;};_bdb :=options .VersionID ; +if _ecb .VersionID !=""{_ge ,_aag :=_ba .Atoi (_ecb .VersionID );if _aag !=nil {_bdb =_ba .Itoa (len (_ecb .Versions )+1);}else {_bdb =_ba .Itoa (_ge +1);};};if _bdb ==""{_bdb ="\u0031";};_ecb .VersionID =_bdb ;if _cba =_ecb .SyncToXMP (_ag ._gg );_cba !=nil {return _cba ; +};return nil ;}; + +// MediaManagementDerivedFrom is a structure that contains references of identifiers and versions +// from which given document was derived. +type MediaManagementDerivedFrom struct{OriginalDocumentID GUID ;DocumentID GUID ;InstanceID GUID ;VersionID string ;}; + +// GetMediaManagement gets the media management metadata from provided xmp document. +func (_dfg *Document )GetMediaManagement ()(*MediaManagement ,bool ){_de :=_ec .FindModel (_dfg ._gg );if _de ==nil {return nil ,false ;};_egd :=make ([]MediaManagementVersion ,len (_de .Versions ));for _eff ,_gc :=range _de .Versions {_egd [_eff ]=MediaManagementVersion {VersionID :_gc .Version ,ModifyDate :_gc .ModifyDate .Value (),Comments :_gc .Comments ,Modifier :_gc .Modifier }; +};_edf :=&MediaManagement {OriginalDocumentID :GUID (_de .OriginalDocumentID .Value ()),DocumentID :GUID (_de .DocumentID .Value ()),InstanceID :GUID (_de .InstanceID .Value ()),VersionID :_de .VersionID ,Versions :_egd };if _de .DerivedFrom !=nil {_edf .DerivedFrom =&MediaManagementDerivedFrom {OriginalDocumentID :GUID (_de .DerivedFrom .OriginalDocumentID ),DocumentID :GUID (_de .DerivedFrom .DocumentID ),InstanceID :GUID (_de .DerivedFrom .InstanceID ),VersionID :_de .DerivedFrom .VersionID }; +};return _edf ,true ;}; \ No newline at end of file diff --git a/pdfutil/pdfutil.go b/pdfutil/pdfutil.go index d1d45f909..cb0079d4f 100644 --- a/pdfutil/pdfutil.go +++ b/pdfutil/pdfutil.go @@ -9,7 +9,7 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package pdfutil ;import (_g "github.com/unidoc/unipdf/v3/common";_a "github.com/unidoc/unipdf/v3/contentstream";_b "github.com/unidoc/unipdf/v3/contentstream/draw";_e "github.com/unidoc/unipdf/v3/core";_ce "github.com/unidoc/unipdf/v3/model";); +package pdfutil ;import (_e "github.com/unidoc/unipdf/v3/common";_ec "github.com/unidoc/unipdf/v3/contentstream";_gg "github.com/unidoc/unipdf/v3/contentstream/draw";_g "github.com/unidoc/unipdf/v3/core";_f "github.com/unidoc/unipdf/v3/model";); // NormalizePage performs the following operations on the passed in page: // - Normalize the page rotation. @@ -27,10 +27,10 @@ package pdfutil ;import (_g "github.com/unidoc/unipdf/v3/common";_a "github.com/ // PDF viewer. // NOTE: This function does not normalize annotations, outlines other parts // that are not part of the basic geometry and page content streams. -func NormalizePage (page *_ce .PdfPage )error {_gd ,_f :=page .GetMediaBox ();if _f !=nil {return _f ;};_bf ,_f :=page .GetRotate ();if _f !=nil {_g .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_f .Error ()); -};_bg :=_bf %360!=0&&_bf %90==0;_gd .Normalize ();_ad ,_d ,_aa ,_cb :=_gd .Llx ,_gd .Lly ,_gd .Width (),_gd .Height ();_af :=_ad !=0||_d !=0;if !_bg &&!_af {return nil ;};_gdc :=func (_ga ,_ef ,_ac float64 )_b .BoundingBox {return _b .Path {Points :[]_b .Point {_b .NewPoint (0,0).Rotate (_ac ),_b .NewPoint (_ga ,0).Rotate (_ac ),_b .NewPoint (0,_ef ).Rotate (_ac ),_b .NewPoint (_ga ,_ef ).Rotate (_ac )}}.GetBoundingBox (); -};_efc :=_a .NewContentCreator ();var _gc float64 ;if _bg {_gc =-float64 (_bf );_gg :=_gdc (_aa ,_cb ,_gc );_efc .Translate ((_gg .Width -_aa )/2+_aa /2,(_gg .Height -_cb )/2+_cb /2);_efc .RotateDeg (_gc );_efc .Translate (-_aa /2,-_cb /2);_aa ,_cb =_gg .Width ,_gg .Height ; -};if _af {_efc .Translate (-_ad ,-_d );};_bb :=_efc .Operations ();_ca ,_f :=_e .MakeStream (_bb .Bytes (),_e .NewFlateEncoder ());if _f !=nil {return _f ;};_gb :=_e .MakeArray (_ca );_gb .Append (page .GetContentStreamObjs ()...);*_gd =_ce .PdfRectangle {Urx :_aa ,Ury :_cb }; -if _ec :=page .CropBox ;_ec !=nil {_ec .Normalize ();_ge ,_eg ,_adf ,_gea :=_ec .Llx -_ad ,_ec .Lly -_d ,_ec .Width (),_ec .Height ();if _bg {_dc :=_gdc (_adf ,_gea ,_gc );_adf ,_gea =_dc .Width ,_dc .Height ;};*_ec =_ce .PdfRectangle {Llx :_ge ,Lly :_eg ,Urx :_ge +_adf ,Ury :_eg +_gea }; -};_g .Log .Debug ("\u0052\u006f\u0074\u0061\u0074\u0065\u003d\u0025\u0066\u00b0\u0020\u004f\u0070\u0073\u003d%\u0071 \u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u002e\u0032\u0066",_gc ,_bb ,_gd );page .Contents =_gb ;page .Rotate =nil ; +func NormalizePage (page *_f .PdfPage )error {_fe ,_b :=page .GetMediaBox ();if _b !=nil {return _b ;};_c ,_b :=page .GetRotate ();if _b !=nil {_e .Log .Debug ("\u0045\u0052R\u004f\u0052\u003a\u0020\u0025\u0073\u0020\u002d\u0020\u0069\u0067\u006e\u006f\u0072\u0069\u006e\u0067\u0020\u0061\u006e\u0064\u0020\u0061\u0073\u0073\u0075\u006d\u0069\u006e\u0067\u0020\u006e\u006f\u0020\u0072\u006f\u0074\u0061\u0074\u0069\u006f\u006e\u000a",_b .Error ()); +};_bf :=_c %360!=0&&_c %90==0;_fe .Normalize ();_cd ,_cg ,_dc ,_ed :=_fe .Llx ,_fe .Lly ,_fe .Width (),_fe .Height ();_da :=_cd !=0||_cg !=0;if !_bf &&!_da {return nil ;};_cf :=func (_ca ,_bfa ,_cdf float64 )_gg .BoundingBox {return _gg .Path {Points :[]_gg .Point {_gg .NewPoint (0,0).Rotate (_cdf ),_gg .NewPoint (_ca ,0).Rotate (_cdf ),_gg .NewPoint (0,_bfa ).Rotate (_cdf ),_gg .NewPoint (_ca ,_bfa ).Rotate (_cdf )}}.GetBoundingBox (); +};_fa :=_ec .NewContentCreator ();var _db float64 ;if _bf {_db =-float64 (_c );_a :=_cf (_dc ,_ed ,_db );_fa .Translate ((_a .Width -_dc )/2+_dc /2,(_a .Height -_ed )/2+_ed /2);_fa .RotateDeg (_db );_fa .Translate (-_dc /2,-_ed /2);_dc ,_ed =_a .Width ,_a .Height ; +};if _da {_fa .Translate (-_cd ,-_cg );};_ce :=_fa .Operations ();_ab ,_b :=_g .MakeStream (_ce .Bytes (),_g .NewFlateEncoder ());if _b !=nil {return _b ;};_abe :=_g .MakeArray (_ab );_abe .Append (page .GetContentStreamObjs ()...);*_fe =_f .PdfRectangle {Urx :_dc ,Ury :_ed }; +if _gc :=page .CropBox ;_gc !=nil {_gc .Normalize ();_cc ,_fb ,_dba ,_cde :=_gc .Llx -_cd ,_gc .Lly -_cg ,_gc .Width (),_gc .Height ();if _bf {_gb :=_cf (_dba ,_cde ,_db );_dba ,_cde =_gb .Width ,_gb .Height ;};*_gc =_f .PdfRectangle {Llx :_cc ,Lly :_fb ,Urx :_cc +_dba ,Ury :_fb +_cde }; +};_e .Log .Debug ("\u0052\u006f\u0074\u0061\u0074\u0065\u003d\u0025\u0066\u00b0\u0020\u004f\u0070\u0073\u003d%\u0071 \u004d\u0065\u0064\u0069\u0061\u0042\u006f\u0078\u003d\u0025\u002e\u0032\u0066",_db ,_ce ,_fe );page .Contents =_abe ;page .Rotate =nil ; return nil ;}; \ No newline at end of file diff --git a/ps/ps.go b/ps/ps.go index 839ea4b77..5bbdcd7f0 100644 --- a/ps/ps.go +++ b/ps/ps.go @@ -14,201 +14,204 @@ // // Package ps implements various functionalities needed for handling Postscript for PDF uses, in particular // for PDF function type 4. -package ps ;import (_ea "bufio";_d "bytes";_e "errors";_dg "fmt";_ac "github.com/unidoc/unipdf/v3/common";_g "github.com/unidoc/unipdf/v3/core";_a "io";_b "math";);func (_ebee *PSOperand )sin (_dfbd *PSStack )error {_dcd ,_efgab :=_dfbd .PopNumberAsFloat64 (); -if _efgab !=nil {return _efgab ;};_cdg :=_b .Sin (_dcd *_b .Pi /180.0);_efgab =_dfbd .Push (MakeReal (_cdg ));return _efgab ;};func (_bg *PSReal )String ()string {return _dg .Sprintf ("\u0025\u002e\u0035\u0066",_bg .Val )};func (_acfc *PSBoolean )String ()string {return _dg .Sprintf ("\u0025\u0076",_acfc .Val )}; -func (_gdbb *PSParser )skipSpaces ()(int ,error ){_ccfb :=0;for {_ebdb ,_fddga :=_gdbb ._aeb .Peek (1);if _fddga !=nil {return 0,_fddga ;};if _g .IsWhiteSpace (_ebdb [0]){_gdbb ._aeb .ReadByte ();_ccfb ++;}else {break ;};};return _ccfb ,nil ;};var ErrUnsupportedOperand =_e .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); +package ps ;import (_bc "bufio";_ed "bytes";_e "errors";_g "fmt";_dg "github.com/unidoc/unipdf/v3/common";_c "github.com/unidoc/unipdf/v3/core";_d "io";_dd "math";);func (_eaaf *PSOperand )roll (_dddf *PSStack )error {_acbb ,_fbbf :=_dddf .Pop ();if _fbbf !=nil {return _fbbf ; +};_efdd ,_fbbf :=_dddf .Pop ();if _fbbf !=nil {return _fbbf ;};_efa ,_cfcb :=_acbb .(*PSInteger );if !_cfcb {return ErrTypeCheck ;};_cde ,_cfcb :=_efdd .(*PSInteger );if !_cfcb {return ErrTypeCheck ;};if _cde .Val < 0{return ErrRangeCheck ;};if _cde .Val ==0||_cde .Val ==1{return nil ; +};if _cde .Val > len (*_dddf ){return ErrStackUnderflow ;};for _dfg :=0;_dfg < _gdd (_efa .Val );_dfg ++{var _abfa []PSObject ;_abfa =(*_dddf )[len (*_dddf )-(_cde .Val ):len (*_dddf )];if _efa .Val > 0{_bfcc :=_abfa [len (_abfa )-1];_abfa =append ([]PSObject {_bfcc },_abfa [0:len (_abfa )-1]...); +}else {_adag :=_abfa [len (_abfa )-_cde .Val ];_abfa =append (_abfa [1:],_adag );};_dccf :=append ((*_dddf )[0:len (*_dddf )-_cde .Val ],_abfa ...);_dddf =&_dccf ;};return nil ;}; +// PSBoolean represents a boolean value. +type PSBoolean struct{Val bool ;};func (_gfc *PSOperand )ge (_eab *PSStack )error {_dda ,_gff :=_eab .PopNumberAsFloat64 ();if _gff !=nil {return _gff ;};_cag ,_gff :=_eab .PopNumberAsFloat64 ();if _gff !=nil {return _gff ;};if _dd .Abs (_cag -_dda )< _edg {_gbdf :=_eab .Push (MakeBool (true )); +return _gbdf ;}else if _cag > _dda {_ffd :=_eab .Push (MakeBool (true ));return _ffd ;}else {_cf :=_eab .Push (MakeBool (false ));return _cf ;};};func (_fd *PSProgram )DebugString ()string {_ad :="\u007b\u0020";for _ ,_ada :=range *_fd {_ad +=_ada .DebugString (); +_ad +="\u0020";};_ad +="\u007d";return _ad ;};func (_ffaa *PSParser )skipSpaces ()(int ,error ){_cgdcf :=0;for {_geg ,_cae :=_ffaa ._ecd .Peek (1);if _cae !=nil {return 0,_cae ;};if _c .IsWhiteSpace (_geg [0]){_ffaa ._ecd .ReadByte ();_cgdcf ++;}else {break ; +};};return _cgdcf ,nil ;}; -// String returns a string representation of the stack. -func (_cfb *PSStack )String ()string {_ccg :="\u005b\u0020";for _ ,_ebaa :=range *_cfb {_ccg +=_ebaa .String ();_ccg +="\u0020";};_ccg +="\u005d";return _ccg ;};func (_cbc *PSOperand )xor (_dab *PSStack )error {_edcf ,_dge :=_dab .Pop ();if _dge !=nil {return _dge ; -};_gagda ,_dge :=_dab .Pop ();if _dge !=nil {return _dge ;};if _feae ,_bfec :=_edcf .(*PSBoolean );_bfec {_gad ,_fbdc :=_gagda .(*PSBoolean );if !_fbdc {return ErrTypeCheck ;};_dge =_dab .Push (MakeBool (_feae .Val !=_gad .Val ));return _dge ;};if _dcgd ,_fga :=_edcf .(*PSInteger ); -_fga {_cfa ,_gdeg :=_gagda .(*PSInteger );if !_gdeg {return ErrTypeCheck ;};_dge =_dab .Push (MakeInteger (_dcgd .Val ^_cfa .Val ));return _dge ;};return ErrTypeCheck ;}; - -// PSObject represents a postscript object. -type PSObject interface{ - -// Duplicate makes a fresh copy of the PSObject. -Duplicate ()PSObject ; - -// DebugString returns a descriptive representation of the PSObject with more information than String() -// for debugging purposes. -DebugString ()string ; - -// String returns a string representation of the PSObject. -String ()string ;};var ErrStackUnderflow =_e .New ("\u0073t\u0061c\u006b\u0020\u0075\u006e\u0064\u0065\u0072\u0066\u006c\u006f\u0077");func (_cd *PSOperand )String ()string {return string (*_cd )};func (_dggbd *PSOperand )eq (_fdc *PSStack )error {_efge ,_dff :=_fdc .Pop (); -if _dff !=nil {return _dff ;};_eff ,_dff :=_fdc .Pop ();if _dff !=nil {return _dff ;};_abfa ,_ggg :=_efge .(*PSBoolean );_ccc ,_dbd :=_eff .(*PSBoolean );if _ggg ||_dbd {var _begd error ;if _ggg &&_dbd {_begd =_fdc .Push (MakeBool (_abfa .Val ==_ccc .Val )); -}else {_begd =_fdc .Push (MakeBool (false ));};return _begd ;};var _adgb float64 ;var _bfe float64 ;if _eae ,_cgbfc :=_efge .(*PSInteger );_cgbfc {_adgb =float64 (_eae .Val );}else if _bfea ,_efc :=_efge .(*PSReal );_efc {_adgb =_bfea .Val ;}else {return ErrTypeCheck ; -};if _aea ,_afa :=_eff .(*PSInteger );_afa {_bfe =float64 (_aea .Val );}else if _gcea ,_gcc :=_eff .(*PSReal );_gcc {_bfe =_gcea .Val ;}else {return ErrTypeCheck ;};if _b .Abs (_bfe -_adgb )< _gc {_dff =_fdc .Push (MakeBool (true ));}else {_dff =_fdc .Push (MakeBool (false )); -};return _dff ;};func (_gfd *PSOperand )truncate (_fde *PSStack )error {_dad ,_dfba :=_fde .Pop ();if _dfba !=nil {return _dfba ;};if _fbdf ,_gccc :=_dad .(*PSReal );_gccc {_egddg :=int (_fbdf .Val );_dfba =_fde .Push (MakeReal (float64 (_egddg )));}else if _bcgd ,_bfef :=_dad .(*PSInteger ); -_bfef {_dfba =_fde .Push (MakeInteger (_bcgd .Val ));}else {return ErrTypeCheck ;};return _dfba ;};func (_aeea *PSOperand )idiv (_cacg *PSStack )error {_aaf ,_ddc :=_cacg .Pop ();if _ddc !=nil {return _ddc ;};_aafd ,_ddc :=_cacg .Pop ();if _ddc !=nil {return _ddc ; -};_bbf ,_gaa :=_aaf .(*PSInteger );if !_gaa {return ErrTypeCheck ;};if _bbf .Val ==0{return ErrUndefinedResult ;};_bce ,_gaa :=_aafd .(*PSInteger );if !_gaa {return ErrTypeCheck ;};_dcg :=_bce .Val /_bbf .Val ;_ddc =_cacg .Push (MakeInteger (_dcg ));return _ddc ; +// Push pushes an object on top of the stack. +func (_aabc *PSStack )Push (obj PSObject )error {if len (*_aabc )> 100{return ErrStackOverflow ;};*_aabc =append (*_aabc ,obj );return nil ;};func (_fbge *PSOperand )truncate (_bfcd *PSStack )error {_aegg ,_dgfc :=_bfcd .Pop ();if _dgfc !=nil {return _dgfc ; +};if _fcde ,_agff :=_aegg .(*PSReal );_agff {_daec :=int (_fcde .Val );_dgfc =_bfcd .Push (MakeReal (float64 (_daec )));}else if _daef ,_edb :=_aegg .(*PSInteger );_edb {_dgfc =_bfcd .Push (MakeInteger (_daef .Val ));}else {return ErrTypeCheck ;};return _dgfc ; }; -// MakeOperand returns a new PSOperand object based on string `val`. -func MakeOperand (val string )*PSOperand {_bbgg :=PSOperand (val );return &_bbgg };func (_gde *PSOperand )sub (_aceg *PSStack )error {_ecea ,_debac :=_aceg .Pop ();if _debac !=nil {return _debac ;};_aeae ,_debac :=_aceg .Pop ();if _debac !=nil {return _debac ; -};_ecca ,_cdgc :=_ecea .(*PSReal );_ecg ,_caa :=_ecea .(*PSInteger );if !_cdgc &&!_caa {return ErrTypeCheck ;};_eggd ,_eegg :=_aeae .(*PSReal );_fgc ,_fdg :=_aeae .(*PSInteger );if !_eegg &&!_fdg {return ErrTypeCheck ;};if _caa &&_fdg {_dgge :=_fgc .Val -_ecg .Val ; -_cegd :=_aceg .Push (MakeInteger (_dgge ));return _cegd ;};var _abd float64 =0;if _eegg {_abd =_eggd .Val ;}else {_abd =float64 (_fgc .Val );};if _cdgc {_abd -=_ecca .Val ;}else {_abd -=float64 (_ecg .Val );};_debac =_aceg .Push (MakeReal (_abd ));return _debac ; -};func (_cgf *PSOperand )bitshift (_cdb *PSStack )error {_acfca ,_bdb :=_cdb .PopInteger ();if _bdb !=nil {return _bdb ;};_baga ,_bdb :=_cdb .PopInteger ();if _bdb !=nil {return _bdb ;};var _geef int ;if _acfca >=0{_geef =_baga <>uint (-_acfca ); -};_bdb =_cdb .Push (MakeInteger (_geef ));return _bdb ;};func (_egc *PSOperand )atan (_eab *PSStack )error {_edbf ,_eeg :=_eab .PopNumberAsFloat64 ();if _eeg !=nil {return _eeg ;};_def ,_eeg :=_eab .PopNumberAsFloat64 ();if _eeg !=nil {return _eeg ;};if _edbf ==0{var _gcb error ; -if _def < 0{_gcb =_eab .Push (MakeReal (270));}else {_gcb =_eab .Push (MakeReal (90));};return _gcb ;};_dga :=_def /_edbf ;_aad :=_b .Atan (_dga )*180/_b .Pi ;_eeg =_eab .Push (MakeReal (_aad ));return _eeg ;};func (_dcag *PSParser )parseFunction ()(*PSProgram ,error ){_defb ,_ :=_dcag ._aeb .ReadByte (); -if _defb !='{'{return nil ,_e .New ("\u0069\u006ev\u0061\u006c\u0069d\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");};_bgb :=NewPSProgram ();for {_dcag .skipSpaces ();_dcag .skipComments ();_ccb ,_bef :=_dcag ._aeb .Peek (2);if _bef !=nil {if _bef ==_a .EOF {break ; -};return nil ,_bef ;};_ac .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_ccb ));if _ccb [0]=='}'{_ac .Log .Trace ("\u0045\u004f\u0046 \u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_dcag ._aeb .ReadByte (); -break ;}else if _ccb [0]=='{'{_ac .Log .Trace ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e!");_dagg ,_aeeb :=_dcag .parseFunction ();if _aeeb !=nil {return nil ,_aeeb ;};_bgb .Append (_dagg );}else if _g .IsDecimalDigit (_ccb [0])||(_ccb [0]=='-'&&_g .IsDecimalDigit (_ccb [1])){_ac .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); -_facd ,_fbea :=_dcag .parseNumber ();if _fbea !=nil {return nil ,_fbea ;};_bgb .Append (_facd );}else {_ac .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f");_ccb ,_ =_dcag ._aeb .Peek (5);_gfb :=string (_ccb ); -_ac .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_gfb );if (len (_gfb )> 4)&&(_gfb [:5]=="\u0066\u0061\u006cs\u0065"){_eabc ,_egb :=_dcag .parseBool ();if _egb !=nil {return nil ,_egb ;};_bgb .Append (_eabc );}else if (len (_gfb )> 3)&&(_gfb [:4]=="\u0074\u0072\u0075\u0065"){_eda ,_ecce :=_dcag .parseBool (); -if _ecce !=nil {return nil ,_ecce ;};_bgb .Append (_eda );}else {_cdgd ,_ade :=_dcag .parseOperand ();if _ade !=nil {return nil ,_ade ;};_bgb .Append (_cdgd );};};};return _bgb ,nil ;};func (_bbae *PSOperand )neg (_acd *PSStack )error {_cecf ,_deg :=_acd .Pop (); -if _deg !=nil {return _deg ;};if _acdd ,_bbg :=_cecf .(*PSReal );_bbg {_deg =_acd .Push (MakeReal (-_acdd .Val ));return _deg ;}else if _adf ,_bcfe :=_cecf .(*PSInteger );_bcfe {_deg =_acd .Push (MakeInteger (-_adf .Val ));return _deg ;}else {return ErrTypeCheck ; -};};func (_aga *PSOperand )div (_aac *PSStack )error {_dgaf ,_ded :=_aac .Pop ();if _ded !=nil {return _ded ;};_egdd ,_ded :=_aac .Pop ();if _ded !=nil {return _ded ;};_gdce ,_cdbf :=_dgaf .(*PSReal );_baf ,_gdf :=_dgaf .(*PSInteger );if !_cdbf &&!_gdf {return ErrTypeCheck ; -};if _cdbf &&_gdce .Val ==0{return ErrUndefinedResult ;};if _gdf &&_baf .Val ==0{return ErrUndefinedResult ;};_acfd ,_bfa :=_egdd .(*PSReal );_ffa ,_fade :=_egdd .(*PSInteger );if !_bfa &&!_fade {return ErrTypeCheck ;};var _fca float64 ;if _bfa {_fca =_acfd .Val ; -}else {_fca =float64 (_ffa .Val );};if _cdbf {_fca /=_gdce .Val ;}else {_fca /=float64 (_baf .Val );};_ded =_aac .Push (MakeReal (_fca ));return _ded ;}; +// Empty empties the stack. +func (_egcd *PSStack )Empty (){*_egcd =[]PSObject {}};func (_ccd *PSOperand )round (_ebga *PSStack )error {_dae ,_egcc :=_ebga .Pop ();if _egcc !=nil {return _egcc ;};if _eea ,_fag :=_dae .(*PSReal );_fag {_egcc =_ebga .Push (MakeReal (_dd .Floor (_eea .Val +0.5))); +}else if _gggf ,_gbf :=_dae .(*PSInteger );_gbf {_egcc =_ebga .Push (MakeInteger (_gggf .Val ));}else {return ErrTypeCheck ;};return _egcc ;};func (_ege *PSOperand )or (_gcc *PSStack )error {_ddfb ,_addfa :=_gcc .Pop ();if _addfa !=nil {return _addfa ; +};_cbgf ,_addfa :=_gcc .Pop ();if _addfa !=nil {return _addfa ;};if _fgc ,_dccd :=_ddfb .(*PSBoolean );_dccd {_baec ,_cdc :=_cbgf .(*PSBoolean );if !_cdc {return ErrTypeCheck ;};_addfa =_gcc .Push (MakeBool (_fgc .Val ||_baec .Val ));return _addfa ;};if _aag ,_aega :=_ddfb .(*PSInteger ); +_aega {_abb ,_bacc :=_cbgf .(*PSInteger );if !_bacc {return ErrTypeCheck ;};_addfa =_gcc .Push (MakeInteger (_aag .Val |_abb .Val ));return _addfa ;};return ErrTypeCheck ;};var ErrTypeCheck =_e .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -// NewPSParser returns a new instance of the PDF Postscript parser from input data. -func NewPSParser (content []byte )*PSParser {_dgbb :=PSParser {};_egf :=_d .NewBuffer (content );_dgbb ._aeb =_ea .NewReader (_egf );return &_dgbb ;}; // Exec executes the program, typically leaving output values on the stack. -func (_afc *PSProgram )Exec (stack *PSStack )error {for _ ,_bbe :=range *_afc {var _aff error ;switch _ggc :=_bbe .(type ){case *PSInteger :_dgg :=_ggc ;_aff =stack .Push (_dgg );case *PSReal :_gb :=_ggc ;_aff =stack .Push (_gb );case *PSBoolean :_ad :=_ggc ; -_aff =stack .Push (_ad );case *PSProgram :_dc :=_ggc ;_aff =stack .Push (_dc );case *PSOperand :_fae :=_ggc ;_aff =_fae .Exec (stack );default:return ErrTypeCheck ;};if _aff !=nil {return _aff ;};};return nil ;};var ErrStackOverflow =_e .New ("\u0073\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065r\u0066\u006c\u006f\u0077"); +func (_bca *PSProgram )Exec (stack *PSStack )error {for _ ,_agf :=range *_bca {var _ebaa error ;switch _ab :=_agf .(type ){case *PSInteger :_eg :=_ab ;_ebaa =stack .Push (_eg );case *PSReal :_fcg :=_ab ;_ebaa =stack .Push (_fcg );case *PSBoolean :_ace :=_ab ; +_ebaa =stack .Push (_ace );case *PSProgram :_cb :=_ab ;_ebaa =stack .Push (_cb );case *PSOperand :_fg :=_ab ;_ebaa =_fg .Exec (stack );default:return ErrTypeCheck ;};if _ebaa !=nil {return _ebaa ;};};return nil ;};var ErrStackOverflow =_e .New ("\u0073\u0074\u0061\u0063\u006b\u0020\u006f\u0076\u0065r\u0066\u006c\u006f\u0077"); +func (_efe *PSBoolean )DebugString ()string {return _g .Sprintf ("\u0062o\u006f\u006c\u003a\u0025\u0076",_efe .Val );};func (_fc *PSReal )DebugString ()string {return _g .Sprintf ("\u0072e\u0061\u006c\u003a\u0025\u002e\u0035f",_fc .Val );};func (_adg *PSOperand )cos (_aef *PSStack )error {_aa ,_gfa :=_aef .PopNumberAsFloat64 (); +if _gfa !=nil {return _gfa ;};_bdag :=_dd .Cos (_aa *_dd .Pi /180.0);_gfa =_aef .Push (MakeReal (_bdag ));return _gfa ;};func (_eded *PSOperand )atan (_fe *PSStack )error {_ddd ,_gcg :=_fe .PopNumberAsFloat64 ();if _gcg !=nil {return _gcg ;};_cce ,_gcg :=_fe .PopNumberAsFloat64 (); +if _gcg !=nil {return _gcg ;};if _ddd ==0{var _dba error ;if _cce < 0{_dba =_fe .Push (MakeReal (270));}else {_dba =_fe .Push (MakeReal (90));};return _dba ;};_bed :=_cce /_ddd ;_ea :=_dd .Atan (_bed )*180/_dd .Pi ;_gcg =_fe .Push (MakeReal (_ea ));return _gcg ; +};var ErrUndefinedResult =_e .New ("\u0075\u006e\u0064\u0065fi\u006e\u0065\u0064\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u0065\u0072\u0072o\u0072");func (_fb *PSOperand )add (_cc *PSStack )error {_dcd ,_ee :=_cc .Pop ();if _ee !=nil {return _ee ; +};_cgdf ,_ee :=_cc .Pop ();if _ee !=nil {return _ee ;};_aeb ,_dgf :=_dcd .(*PSReal );_fgg ,_ggaf :=_dcd .(*PSInteger );if !_dgf &&!_ggaf {return ErrTypeCheck ;};_efc ,_aba :=_cgdf .(*PSReal );_adc ,_gca :=_cgdf .(*PSInteger );if !_aba &&!_gca {return ErrTypeCheck ; +};if _ggaf &&_gca {_cd :=_fgg .Val +_adc .Val ;_ff :=_cc .Push (MakeInteger (_cd ));return _ff ;};var _dfb float64 ;if _dgf {_dfb =_aeb .Val ;}else {_dfb =float64 (_fgg .Val );};if _aba {_dfb +=_efc .Val ;}else {_dfb +=float64 (_adc .Val );};_ee =_cc .Push (MakeReal (_dfb )); +return _ee ;}; +// MakeInteger returns a new PSInteger object initialized with `val`. +func MakeInteger (val int )*PSInteger {_dagf :=PSInteger {};_dagf .Val =val ;return &_dagf };func (_ce *PSProgram )Duplicate ()PSObject {_bd :=&PSProgram {};for _ ,_afd :=range *_ce {_bd .Append (_afd .Duplicate ());};return _bd ;};func (_dddg *PSOperand )pop (_ddef *PSStack )error {_ ,_baf :=_ddef .Pop (); +if _baf !=nil {return _baf ;};return nil ;};func (_dde *PSProgram )String ()string {_ac :="\u007b\u0020";for _ ,_dc :=range *_dde {_ac +=_dc .String ();_ac +="\u0020";};_ac +="\u007d";return _ac ;};var ErrRangeCheck =_e .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"); +func (_efg *PSOperand )abs (_ggf *PSStack )error {_df ,_gb :=_ggf .Pop ();if _gb !=nil {return _gb ;};if _cgf ,_dge :=_df .(*PSReal );_dge {_cgc :=_cgf .Val ;if _cgc < 0{_gb =_ggf .Push (MakeReal (-_cgc ));}else {_gb =_ggf .Push (MakeReal (_cgc ));};}else if _afec ,_fce :=_df .(*PSInteger ); +_fce {_aeda :=_afec .Val ;if _aeda < 0{_gb =_ggf .Push (MakeInteger (-_aeda ));}else {_gb =_ggf .Push (MakeInteger (_aeda ));};}else {return ErrTypeCheck ;};return _gb ;};func (_bac *PSOperand )dup (_acbd *PSStack )error {_gag ,_bgd :=_acbd .Pop ();if _bgd !=nil {return _bgd ; +};_bgd =_acbd .Push (_gag );if _bgd !=nil {return _bgd ;};_bgd =_acbd .Push (_gag .Duplicate ());return _bgd ;}; -// MakeReal returns a new PSReal object initialized with `val`. -func MakeReal (val float64 )*PSReal {_ebeed :=PSReal {};_ebeed .Val =val ;return &_ebeed };func (_fac *PSOperand )cvi (_ead *PSStack )error {_fcf ,_beb :=_ead .Pop ();if _beb !=nil {return _beb ;};if _bf ,_ebge :=_fcf .(*PSReal );_ebge {_cad :=int (_bf .Val ); -_beb =_ead .Push (MakeInteger (_cad ));}else if _ccf ,_bbbf :=_fcf .(*PSInteger );_bbbf {_bbc :=_ccf .Val ;_beb =_ead .Push (MakeInteger (_bbc ));}else {return ErrTypeCheck ;};return _beb ;}; +// Parse parses the postscript and store as a program that can be executed. +func (_bgg *PSParser )Parse ()(*PSProgram ,error ){_bgg .skipSpaces ();_bcg ,_ddac :=_bgg ._ecd .Peek (2);if _ddac !=nil {return nil ,_ddac ;};if _bcg [0]!='{'{return nil ,_e .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0053\u0020\u0050\u0072\u006f\u0067\u0072\u0061\u006d\u0020\u006e\u006f\u0074\u0020\u0073t\u0061\u0072\u0074\u0069\u006eg\u0020\u0077i\u0074\u0068\u0020\u007b"); +};_ggc ,_ddac :=_bgg .parseFunction ();if _ddac !=nil &&_ddac !=_d .EOF {return nil ,_ddac ;};return _ggc ,_ddac ;}; // PSProgram defines a Postscript program which is a series of PS objects (arguments, commands, programs etc). -type PSProgram []PSObject ; +type PSProgram []PSObject ;func (_gge *PSOperand )eq (_def *PSStack )error {_gaf ,_ebb :=_def .Pop ();if _ebb !=nil {return _ebb ;};_cgdfd ,_ebb :=_def .Pop ();if _ebb !=nil {return _ebb ;};_cggg ,_dffd :=_gaf .(*PSBoolean );_agfc ,_gdbb :=_cgdfd .(*PSBoolean ); +if _dffd ||_gdbb {var _fcc error ;if _dffd &&_gdbb {_fcc =_def .Push (MakeBool (_cggg .Val ==_agfc .Val ));}else {_fcc =_def .Push (MakeBool (false ));};return _fcc ;};var _eff float64 ;var _ffb float64 ;if _acce ,_agfe :=_gaf .(*PSInteger );_agfe {_eff =float64 (_acce .Val ); +}else if _cbd ,_aebf :=_gaf .(*PSReal );_aebf {_eff =_cbd .Val ;}else {return ErrTypeCheck ;};if _ggg ,_gef :=_cgdfd .(*PSInteger );_gef {_ffb =float64 (_ggg .Val );}else if _bcc ,_gbge :=_cgdfd .(*PSReal );_gbge {_ffb =_bcc .Val ;}else {return ErrTypeCheck ; +};if _dd .Abs (_ffb -_eff )< _edg {_ebb =_def .Push (MakeBool (true ));}else {_ebb =_def .Push (MakeBool (false ));};return _ebb ;}; -// PSReal represents a real number. -type PSReal struct{Val float64 ;};func (_gba *PSOperand )cos (_eea *PSStack )error {_afbf ,_cff :=_eea .PopNumberAsFloat64 ();if _cff !=nil {return _cff ;};_dde :=_b .Cos (_afbf *_b .Pi /180.0);_cff =_eea .Push (MakeReal (_dde ));return _cff ;}; +// PSOperand represents a Postscript operand (text string). +type PSOperand string ;func (_caa *PSOperand )exp (_cgea *PSStack )error {_bae ,_cdg :=_cgea .PopNumberAsFloat64 ();if _cdg !=nil {return _cdg ;};_cgb ,_cdg :=_cgea .PopNumberAsFloat64 ();if _cdg !=nil {return _cdg ;};if _dd .Abs (_bae )< 1&&_cgb < 0{return ErrUndefinedResult ; +};_dag :=_dd .Pow (_cgb ,_bae );_cdg =_cgea .Push (MakeReal (_dag ));return _cdg ;};func (_abc *PSOperand )bitshift (_ecb *PSStack )error {_bfba ,_gbd :=_ecb .PopInteger ();if _gbd !=nil {return _gbd ;};_ggafg ,_gbd :=_ecb .PopInteger ();if _gbd !=nil {return _gbd ; +};var _bce int ;if _bfba >=0{_bce =_ggafg <>uint (-_bfba );};_gbd =_ecb .Push (MakeInteger (_bce ));return _gbd ;};func (_dgb *PSOperand )ifCondition (_gagd *PSStack )error {_eeg ,_cac :=_gagd .Pop ();if _cac !=nil {return _cac ; +};_cbc ,_cac :=_gagd .Pop ();if _cac !=nil {return _cac ;};_cgeg ,_bcb :=_eeg .(*PSProgram );if !_bcb {return ErrTypeCheck ;};_dbfd ,_bcb :=_cbc .(*PSBoolean );if !_bcb {return ErrTypeCheck ;};if _dbfd .Val {_bfcg :=_cgeg .Exec (_gagd );return _bfcg ;}; +return nil ;}; // PSExecutor has its own execution stack and is used to executre a PS routine (program). -type PSExecutor struct{Stack *PSStack ;_ge *PSProgram ;}; +type PSExecutor struct{Stack *PSStack ;_bf *PSProgram ;};var ErrStackUnderflow =_e .New ("\u0073t\u0061c\u006b\u0020\u0075\u006e\u0064\u0065\u0072\u0066\u006c\u006f\u0077");func (_cgd *PSInteger )Duplicate ()PSObject {_bfe :=PSInteger {};_bfe .Val =_cgd .Val ; +return &_bfe };func (_efce *PSOperand )mul (_ceg *PSStack )error {_bfce ,_gcgc :=_ceg .Pop ();if _gcgc !=nil {return _gcgc ;};_bdgd ,_gcgc :=_ceg .Pop ();if _gcgc !=nil {return _gcgc ;};_fgeb ,_eaa :=_bfce .(*PSReal );_gba ,_adae :=_bfce .(*PSInteger ); +if !_eaa &&!_adae {return ErrTypeCheck ;};_accf ,_fdc :=_bdgd .(*PSReal );_bbg ,_cgdc :=_bdgd .(*PSInteger );if !_fdc &&!_cgdc {return ErrTypeCheck ;};if _adae &&_cgdc {_ecbb :=_gba .Val *_bbg .Val ;_bbgf :=_ceg .Push (MakeInteger (_ecbb ));return _bbgf ; +};var _cagg float64 ;if _eaa {_cagg =_fgeb .Val ;}else {_cagg =float64 (_gba .Val );};if _fdc {_cagg *=_accf .Val ;}else {_cagg *=float64 (_bbg .Val );};_gcgc =_ceg .Push (MakeReal (_cagg ));return _gcgc ;};var ErrUnsupportedOperand =_e .New ("\u0075\u006e\u0073\u0075pp\u006f\u0072\u0074\u0065\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064"); -// MakeInteger returns a new PSInteger object initialized with `val`. -func MakeInteger (val int )*PSInteger {_fbdb :=PSInteger {};_fbdb .Val =val ;return &_fbdb };func (_ggcb *PSOperand )add (_gec *PSStack )error {_dgb ,_eec :=_gec .Pop ();if _eec !=nil {return _eec ;};_ggde ,_eec :=_gec .Pop ();if _eec !=nil {return _eec ; -};_ag ,_cf :=_dgb .(*PSReal );_cgb ,_bgf :=_dgb .(*PSInteger );if !_cf &&!_bgf {return ErrTypeCheck ;};_cga ,_ff :=_ggde .(*PSReal );_eecg ,_ab :=_ggde .(*PSInteger );if !_ff &&!_ab {return ErrTypeCheck ;};if _bgf &&_ab {_fadd :=_cgb .Val +_eecg .Val ; -_dea :=_gec .Push (MakeInteger (_fadd ));return _dea ;};var _abf float64 ;if _cf {_abf =_ag .Val ;}else {_abf =float64 (_cgb .Val );};if _ff {_abf +=_cga .Val ;}else {_abf +=float64 (_eecg .Val );};_eec =_gec .Push (MakeReal (_abf ));return _eec ;};func (_efe *PSOperand )ifCondition (_egdb *PSStack )error {_faa ,_begf :=_egdb .Pop (); -if _begf !=nil {return _begf ;};_da ,_begf :=_egdb .Pop ();if _begf !=nil {return _begf ;};_fbbf ,_gfe :=_faa .(*PSProgram );if !_gfe {return ErrTypeCheck ;};_dggd ,_gfe :=_da .(*PSBoolean );if !_gfe {return ErrTypeCheck ;};if _dggd .Val {_dda :=_fbbf .Exec (_egdb ); -return _dda ;};return nil ;};func (_ca *PSOperand )ceiling (_geg *PSStack )error {_aba ,_efg :=_geg .Pop ();if _efg !=nil {return _efg ;};if _afb ,_be :=_aba .(*PSReal );_be {_efg =_geg .Push (MakeReal (_b .Ceil (_afb .Val )));}else if _agd ,_bc :=_aba .(*PSInteger ); -_bc {_efg =_geg .Push (MakeInteger (_agd .Val ));}else {_efg =ErrTypeCheck ;};return _efg ;};func (_ace *PSOperand )gt (_bad *PSStack )error {_agf ,_ebd :=_bad .PopNumberAsFloat64 ();if _ebd !=nil {return _ebd ;};_gdb ,_ebd :=_bad .PopNumberAsFloat64 (); -if _ebd !=nil {return _ebd ;};if _b .Abs (_gdb -_agf )< _gc {_fcde :=_bad .Push (MakeBool (false ));return _fcde ;}else if _gdb > _agf {_fbd :=_bad .Push (MakeBool (true ));return _fbd ;}else {_efca :=_bad .Push (MakeBool (false ));return _efca ;};};func (_fcd *PSProgram )String ()string {_edb :="\u007b\u0020"; -for _ ,_acb :=range *_fcd {_edb +=_acb .String ();_edb +="\u0020";};_edb +="\u007d";return _edb ;};const _gc =0.000001;func (_dbf *PSOperand )exp (_fbf *PSStack )error {_bgge ,_dcf :=_fbf .PopNumberAsFloat64 ();if _dcf !=nil {return _dcf ;};_fea ,_dcf :=_fbf .PopNumberAsFloat64 (); -if _dcf !=nil {return _dcf ;};if _b .Abs (_bgge )< 1&&_fea < 0{return ErrUndefinedResult ;};_gcec :=_b .Pow (_fea ,_bgge );_dcf =_fbf .Push (MakeReal (_gcec ));return _dcf ;};func (_cba *PSOperand )index (_gbac *PSStack )error {_ffc ,_bff :=_gbac .Pop (); -if _bff !=nil {return _bff ;};_cabb ,_deba :=_ffc .(*PSInteger );if !_deba {return ErrTypeCheck ;};if _cabb .Val < 0{return ErrRangeCheck ;};if _cabb .Val > len (*_gbac )-1{return ErrStackUnderflow ;};_fgd :=(*_gbac )[len (*_gbac )-1-_cabb .Val ];_bff =_gbac .Push (_fgd .Duplicate ()); -return _bff ;};func (_fgf *PSOperand )not (_fbfc *PSStack )error {_abb ,_bdf :=_fbfc .Pop ();if _bdf !=nil {return _bdf ;};if _affa ,_ggca :=_abb .(*PSBoolean );_ggca {_bdf =_fbfc .Push (MakeBool (!_affa .Val ));return _bdf ;}else if _cag ,_badbb :=_abb .(*PSInteger ); -_badbb {_bdf =_fbfc .Push (MakeInteger (^_cag .Val ));return _bdf ;}else {return ErrTypeCheck ;};};func (_dgbd *PSOperand )ln (_feb *PSStack )error {_bggb ,_aegg :=_feb .PopNumberAsFloat64 ();if _aegg !=nil {return _aegg ;};_badb :=_b .Log (_bggb );_aegg =_feb .Push (MakeReal (_badb )); -return _aegg ;};func (_ggd *PSOperand )DebugString ()string {return _dg .Sprintf ("\u006fp\u003a\u0027\u0025\u0073\u0027",*_ggd );};func (_cggg *PSOperand )exch (_dbc *PSStack )error {_fg ,_abac :=_dbc .Pop ();if _abac !=nil {return _abac ;};_cac ,_abac :=_dbc .Pop (); -if _abac !=nil {return _abac ;};_abac =_dbc .Push (_fg );if _abac !=nil {return _abac ;};_abac =_dbc .Push (_cac );return _abac ;};func (_aag *PSOperand )pop (_fda *PSStack )error {_ ,_aacc :=_fda .Pop ();if _aacc !=nil {return _aacc ;};return nil ;};func (_ebf *PSOperand )or (_cgfg *PSStack )error {_dgag ,_aaca :=_cgfg .Pop (); -if _aaca !=nil {return _aaca ;};_adge ,_aaca :=_cgfg .Pop ();if _aaca !=nil {return _aaca ;};if _dag ,_gefa :=_dgag .(*PSBoolean );_gefa {_cgfa ,_gfeg :=_adge .(*PSBoolean );if !_gfeg {return ErrTypeCheck ;};_aaca =_cgfg .Push (MakeBool (_dag .Val ||_cgfa .Val )); -return _aaca ;};if _fab ,_eeae :=_dgag .(*PSInteger );_eeae {_gdcg ,_caba :=_adge .(*PSInteger );if !_caba {return ErrTypeCheck ;};_aaca =_cgfg .Push (MakeInteger (_fab .Val |_gdcg .Val ));return _aaca ;};return ErrTypeCheck ;};func (_eef *PSOperand )mod (_cadb *PSStack )error {_fgdf ,_bbd :=_cadb .Pop (); -if _bbd !=nil {return _bbd ;};_ffae ,_bbd :=_cadb .Pop ();if _bbd !=nil {return _bbd ;};_bde ,_faac :=_fgdf .(*PSInteger );if !_faac {return ErrTypeCheck ;};if _bde .Val ==0{return ErrUndefinedResult ;};_faca ,_faac :=_ffae .(*PSInteger );if !_faac {return ErrTypeCheck ; -};_ebc :=_faca .Val %_bde .Val ;_bbd =_cadb .Push (MakeInteger (_ebc ));return _bbd ;}; -// Push pushes an object on top of the stack. -func (_aega *PSStack )Push (obj PSObject )error {if len (*_aega )> 100{return ErrStackOverflow ;};*_aega =append (*_aega ,obj );return nil ;}; +// PSObjectArrayToFloat64Array converts []PSObject into a []float64 array. Each PSObject must represent a number, +// otherwise a ErrTypeCheck error occurs. +func PSObjectArrayToFloat64Array (objects []PSObject )([]float64 ,error ){var _da []float64 ;for _ ,_ge :=range objects {if _ec ,_bb :=_ge .(*PSInteger );_bb {_da =append (_da ,float64 (_ec .Val ));}else if _a ,_cgg :=_ge .(*PSReal );_cgg {_da =append (_da ,_a .Val ); +}else {return nil ,ErrTypeCheck ;};};return _da ,nil ;}; + +// NewPSProgram returns an empty, initialized PSProgram. +func NewPSProgram ()*PSProgram {return &PSProgram {}};func (_aab *PSOperand )cvi (_cdf *PSStack )error {_bbb ,_efgg :=_cdf .Pop ();if _efgg !=nil {return _efgg ;};if _fba ,_fcdd :=_bbb .(*PSReal );_fcdd {_bdg :=int (_fba .Val );_efgg =_cdf .Push (MakeInteger (_bdg )); +}else if _eef ,_fad :=_bbb .(*PSInteger );_fad {_aff :=_eef .Val ;_efgg =_cdf .Push (MakeInteger (_aff ));}else {return ErrTypeCheck ;};return _efgg ;};func (_ggb *PSParser )parseNumber ()(PSObject ,error ){_abfb ,_eabf :=_c .ParseNumber (_ggb ._ecd ); +if _eabf !=nil {return nil ,_eabf ;};switch _decg :=_abfb .(type ){case *_c .PdfObjectFloat :return MakeReal (float64 (*_decg )),nil ;case *_c .PdfObjectInteger :return MakeInteger (int (*_decg )),nil ;};return nil ,_g .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_abfb ); +};func (_dad *PSOperand )sub (_fee *PSStack )error {_daeg ,_baff :=_fee .Pop ();if _baff !=nil {return _baff ;};_adad ,_baff :=_fee .Pop ();if _baff !=nil {return _baff ;};_bef ,_aedb :=_daeg .(*PSReal );_fecf ,_gagdf :=_daeg .(*PSInteger );if !_aedb &&!_gagdf {return ErrTypeCheck ; +};_eabe ,_dafa :=_adad .(*PSReal );_ecga ,_fef :=_adad .(*PSInteger );if !_dafa &&!_fef {return ErrTypeCheck ;};if _gagdf &&_fef {_eege :=_ecga .Val -_fecf .Val ;_gfdb :=_fee .Push (MakeInteger (_eege ));return _gfdb ;};var _aee float64 =0;if _dafa {_aee =_eabe .Val ; +}else {_aee =float64 (_ecga .Val );};if _aedb {_aee -=_bef .Val ;}else {_aee -=float64 (_fecf .Val );};_baff =_fee .Push (MakeReal (_aee ));return _baff ;};func (_fdbd *PSOperand )index (_deb *PSStack )error {_fde ,_gfd :=_deb .Pop ();if _gfd !=nil {return _gfd ; +};_daf ,_egb :=_fde .(*PSInteger );if !_egb {return ErrTypeCheck ;};if _daf .Val < 0{return ErrRangeCheck ;};if _daf .Val > len (*_deb )-1{return ErrStackUnderflow ;};_gbe :=(*_deb )[len (*_deb )-1-_daf .Val ];_gfd =_deb .Push (_gbe .Duplicate ());return _gfd ; +};func (_adgd *PSOperand )exch (_ccc *PSStack )error {_ggd ,_dfe :=_ccc .Pop ();if _dfe !=nil {return _dfe ;};_abe ,_dfe :=_ccc .Pop ();if _dfe !=nil {return _dfe ;};_dfe =_ccc .Push (_ggd );if _dfe !=nil {return _dfe ;};_dfe =_ccc .Push (_abe );return _dfe ; +};func (_eac *PSOperand )lt (_cba *PSStack )error {_gcfe ,_gefg :=_cba .PopNumberAsFloat64 ();if _gefg !=nil {return _gefg ;};_cbgc ,_gefg :=_cba .PopNumberAsFloat64 ();if _gefg !=nil {return _gefg ;};if _dd .Abs (_cbgc -_gcfe )< _edg {_dfdb :=_cba .Push (MakeBool (false )); +return _dfdb ;}else if _cbgc < _gcfe {_gaff :=_cba .Push (MakeBool (true ));return _gaff ;}else {_gfff :=_cba .Push (MakeBool (false ));return _gfff ;};};func (_cdfg *PSParser )parseBool ()(*PSBoolean ,error ){_ccg ,_bcbe :=_cdfg ._ecd .Peek (4);if _bcbe !=nil {return MakeBool (false ),_bcbe ; +};if (len (_ccg )>=4)&&(string (_ccg [:4])=="\u0074\u0072\u0075\u0065"){_cdfg ._ecd .Discard (4);return MakeBool (true ),nil ;};_ccg ,_bcbe =_cdfg ._ecd .Peek (5);if _bcbe !=nil {return MakeBool (false ),_bcbe ;};if (len (_ccg )>=5)&&(string (_ccg [:5])=="\u0066\u0061\u006cs\u0065"){_cdfg ._ecd .Discard (5); +return MakeBool (false ),nil ;};return MakeBool (false ),_e .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func (_ebbc *PSOperand )neg (_fcdde *PSStack )error {_aedg ,_gdge :=_fcdde .Pop (); +if _gdge !=nil {return _gdge ;};if _edde ,_bbfa :=_aedg .(*PSReal );_bbfa {_gdge =_fcdde .Push (MakeReal (-_edde .Val ));return _gdge ;}else if _ecg ,_bdgdc :=_aedg .(*PSInteger );_bdgdc {_gdge =_fcdde .Push (MakeInteger (-_ecg .Val ));return _gdge ;}else {return ErrTypeCheck ; +};};func (_gfe *PSOperand )ln (_ddda *PSStack )error {_dfed ,_gecf :=_ddda .PopNumberAsFloat64 ();if _gecf !=nil {return _gecf ;};_gaee :=_dd .Log (_dfed );_gecf =_ddda .Push (MakeReal (_gaee ));return _gecf ;};func (_gfac *PSOperand )ifelse (_dec *PSStack )error {_edc ,_gggd :=_dec .Pop (); +if _gggd !=nil {return _gggd ;};_aad ,_gggd :=_dec .Pop ();if _gggd !=nil {return _gggd ;};_addf ,_gggd :=_dec .Pop ();if _gggd !=nil {return _gggd ;};_bcd ,_bfa :=_edc .(*PSProgram );if !_bfa {return ErrTypeCheck ;};_ffbg ,_bfa :=_aad .(*PSProgram );if !_bfa {return ErrTypeCheck ; +};_cbb ,_bfa :=_addf .(*PSBoolean );if !_bfa {return ErrTypeCheck ;};if _cbb .Val {_bedc :=_ffbg .Exec (_dec );return _bedc ;};_gggd =_bcd .Exec (_dec );return _gggd ;};func (_age *PSOperand )idiv (_fbag *PSStack )error {_bagf ,_dfdd :=_fbag .Pop ();if _dfdd !=nil {return _dfdd ; +};_adgb ,_dfdd :=_fbag .Pop ();if _dfdd !=nil {return _dfdd ;};_edga ,_eeb :=_bagf .(*PSInteger );if !_eeb {return ErrTypeCheck ;};if _edga .Val ==0{return ErrUndefinedResult ;};_bfc ,_eeb :=_adgb .(*PSInteger );if !_eeb {return ErrTypeCheck ;};_gcf :=_bfc .Val /_edga .Val ; +_dfdd =_fbag .Push (MakeInteger (_gcf ));return _dfdd ;};func (_fcf *PSOperand )gt (_feg *PSStack )error {_bdace ,_fed :=_feg .PopNumberAsFloat64 ();if _fed !=nil {return _fed ;};_dfd ,_fed :=_feg .PopNumberAsFloat64 ();if _fed !=nil {return _fed ;};if _dd .Abs (_dfd -_bdace )< _edg {_edd :=_feg .Push (MakeBool (false )); +return _edd ;}else if _dfd > _bdace {_baea :=_feg .Push (MakeBool (true ));return _baea ;}else {_cgae :=_feg .Push (MakeBool (false ));return _cgae ;};}; + +// DebugString returns a descriptive string representation of the stack - intended for debugging. +func (_dffda *PSStack )DebugString ()string {_efcg :="\u005b\u0020";for _ ,_fegd :=range *_dffda {_efcg +=_fegd .DebugString ();_efcg +="\u0020";};_efcg +="\u005d";return _efcg ;}; // NewPSStack returns an initialized PSStack. -func NewPSStack ()*PSStack {return &PSStack {}};func (_ebeec *PSParser )parseBool ()(*PSBoolean ,error ){_bbfd ,_bgafe :=_ebeec ._aeb .Peek (4);if _bgafe !=nil {return MakeBool (false ),_bgafe ;};if (len (_bbfd )>=4)&&(string (_bbfd [:4])=="\u0074\u0072\u0075\u0065"){_ebeec ._aeb .Discard (4); -return MakeBool (true ),nil ;};_bbfd ,_bgafe =_ebeec ._aeb .Peek (5);if _bgafe !=nil {return MakeBool (false ),_bgafe ;};if (len (_bbfd )>=5)&&(string (_bbfd [:5])=="\u0066\u0061\u006cs\u0065"){_ebeec ._aeb .Discard (5);return MakeBool (false ),nil ;}; -return MakeBool (false ),_e .New ("\u0075n\u0065\u0078\u0070\u0065c\u0074\u0065\u0064\u0020\u0062o\u006fl\u0065a\u006e\u0020\u0073\u0074\u0072\u0069\u006eg");};func _bbcf (_cbcf int )int {if _cbcf < 0{return -_cbcf ;};return _cbcf ;};func (_gccf *PSOperand )le (_dcfb *PSStack )error {_aegf ,_bddb :=_dcfb .PopNumberAsFloat64 (); -if _bddb !=nil {return _bddb ;};_ffca ,_bddb :=_dcfb .PopNumberAsFloat64 ();if _bddb !=nil {return _bddb ;};if _b .Abs (_ffca -_aegf )< _gc {_acg :=_dcfb .Push (MakeBool (true ));return _acg ;}else if _ffca < _aegf {_cgfd :=_dcfb .Push (MakeBool (true )); -return _cgfd ;}else {_dggc :=_dcfb .Push (MakeBool (false ));return _dggc ;};};func (_deb *PSOperand )dup (_dbb *PSStack )error {_aadg ,_gag :=_dbb .Pop ();if _gag !=nil {return _gag ;};_gag =_dbb .Push (_aadg );if _gag !=nil {return _gag ;};_gag =_dbb .Push (_aadg .Duplicate ()); -return _gag ;};func (_bbb *PSBoolean )Duplicate ()PSObject {_ee :=PSBoolean {};_ee .Val =_bbb .Val ;return &_ee };func (_ed *PSInteger )Duplicate ()PSObject {_ef :=PSInteger {};_ef .Val =_ed .Val ;return &_ef }; +func NewPSStack ()*PSStack {return &PSStack {}}; -// PSParser is a basic Postscript parser. -type PSParser struct{_aeb *_ea .Reader }; +// PSReal represents a real number. +type PSReal struct{Val float64 ;};func (_dcc *PSOperand )not (_daag *PSStack )error {_cfc ,_eaad :=_daag .Pop ();if _eaad !=nil {return _eaad ;};if _bcec ,_egc :=_cfc .(*PSBoolean );_egc {_eaad =_daag .Push (MakeBool (!_bcec .Val ));return _eaad ;}else if _bgc ,_bbff :=_cfc .(*PSInteger ); +_bbff {_eaad =_daag .Push (MakeInteger (^_bgc .Val ));return _eaad ;}else {return ErrTypeCheck ;};}; + +// NewPSParser returns a new instance of the PDF Postscript parser from input data. +func NewPSParser (content []byte )*PSParser {_fbad :=PSParser {};_faf :=_ed .NewBuffer (content );_fbad ._ecd =_bc .NewReader (_faf );return &_fbad ;};func (_bdac *PSOperand )div (_bfbg *PSStack )error {_acg ,_gec :=_bfbg .Pop ();if _gec !=nil {return _gec ; +};_dea ,_gec :=_bfbg .Pop ();if _gec !=nil {return _gec ;};_cdd ,_fbb :=_acg .(*PSReal );_ffee ,_dff :=_acg .(*PSInteger );if !_fbb &&!_dff {return ErrTypeCheck ;};if _fbb &&_cdd .Val ==0{return ErrUndefinedResult ;};if _dff &&_ffee .Val ==0{return ErrUndefinedResult ; +};_fea ,_aae :=_dea .(*PSReal );_aedf ,_fcec :=_dea .(*PSInteger );if !_aae &&!_fcec {return ErrTypeCheck ;};var _dbb float64 ;if _aae {_dbb =_fea .Val ;}else {_dbb =float64 (_aedf .Val );};if _fbb {_dbb /=_cdd .Val ;}else {_dbb /=float64 (_ffee .Val ); +};_gec =_bfbg .Push (MakeReal (_dbb ));return _gec ;};func (_af *PSBoolean )Duplicate ()PSObject {_aga :=PSBoolean {};_aga .Val =_af .Val ;return &_aga };func (_edab *PSOperand )floor (_fdd *PSStack )error {_abf ,_gcd :=_fdd .Pop ();if _gcd !=nil {return _gcd ; +};if _gae ,_fec :=_abf .(*PSReal );_fec {_gcd =_fdd .Push (MakeReal (_dd .Floor (_gae .Val )));}else if _bdb ,_fbg :=_abf .(*PSInteger );_fbg {_gcd =_fdd .Push (MakeInteger (_bdb .Val ));}else {return ErrTypeCheck ;};return _gcd ;};func (_ddb *PSOperand )String ()string {return string (*_ddb )}; + + +// PopInteger specificially pops an integer from the top of the stack, returning the value as an int. +func (_afc *PSStack )PopInteger ()(int ,error ){_faa ,_acgg :=_afc .Pop ();if _acgg !=nil {return 0,_acgg ;};if _abcb ,_eggf :=_faa .(*PSInteger );_eggf {return _abcb .Val ,nil ;};return 0,ErrTypeCheck ;};func (_ffa *PSParser )parseFunction ()(*PSProgram ,error ){_bgge ,_ :=_ffa ._ecd .ReadByte (); +if _bgge !='{'{return nil ,_e .New ("\u0069\u006ev\u0061\u006c\u0069d\u0020\u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");};_fdeg :=NewPSProgram ();for {_ffa .skipSpaces ();_ffa .skipComments ();_gcdc ,_bgdd :=_ffa ._ecd .Peek (2);if _bgdd !=nil {if _bgdd ==_d .EOF {break ; +};return nil ,_bgdd ;};_dg .Log .Trace ("\u0050e\u0065k\u0020\u0073\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_gcdc ));if _gcdc [0]=='}'{_dg .Log .Trace ("\u0045\u004f\u0046 \u0066\u0075\u006e\u0063\u0074\u0069\u006f\u006e");_ffa ._ecd .ReadByte (); +break ;}else if _gcdc [0]=='{'{_dg .Log .Trace ("\u0046u\u006e\u0063\u0074\u0069\u006f\u006e!");_dbd ,_afa :=_ffa .parseFunction ();if _afa !=nil {return nil ,_afa ;};_fdeg .Append (_dbd );}else if _c .IsDecimalDigit (_gcdc [0])||(_gcdc [0]=='-'&&_c .IsDecimalDigit (_gcdc [1])){_dg .Log .Trace ("\u002d>\u004e\u0075\u006d\u0062\u0065\u0072!"); +_bacf ,_bdaf :=_ffa .parseNumber ();if _bdaf !=nil {return nil ,_bdaf ;};_fdeg .Append (_bacf );}else {_dg .Log .Trace ("\u002d>\u004fp\u0065\u0072\u0061\u006e\u0064 \u006f\u0072 \u0062\u006f\u006f\u006c\u003f");_gcdc ,_ =_ffa ._ecd .Peek (5);_ddffe :=string (_gcdc ); +_dg .Log .Trace ("\u0050\u0065\u0065k\u0020\u0073\u0074\u0072\u003a\u0020\u0025\u0073",_ddffe );if (len (_ddffe )> 4)&&(_ddffe [:5]=="\u0066\u0061\u006cs\u0065"){_bfbf ,_bcf :=_ffa .parseBool ();if _bcf !=nil {return nil ,_bcf ;};_fdeg .Append (_bfbf ); +}else if (len (_ddffe )> 3)&&(_ddffe [:4]=="\u0074\u0072\u0075\u0065"){_bfceb ,_bcfe :=_ffa .parseBool ();if _bcfe !=nil {return nil ,_bcfe ;};_fdeg .Append (_bfceb );}else {_dgc ,_eabc :=_ffa .parseOperand ();if _eabc !=nil {return nil ,_eabc ;};_fdeg .Append (_dgc ); +};};};return _fdeg ,nil ;};const _edg =0.000001;func (_abg *PSOperand )xor (_gbdg *PSStack )error {_gfab ,_cfg :=_gbdg .Pop ();if _cfg !=nil {return _cfg ;};_fgcg ,_cfg :=_gbdg .Pop ();if _cfg !=nil {return _cfg ;};if _afdf ,_fedg :=_gfab .(*PSBoolean ); +_fedg {_ffeg ,_fbgb :=_fgcg .(*PSBoolean );if !_fbgb {return ErrTypeCheck ;};_cfg =_gbdg .Push (MakeBool (_afdf .Val !=_ffeg .Val ));return _cfg ;};if _bgcd ,_bfd :=_gfab .(*PSInteger );_bfd {_ccb ,_bbc :=_fgcg .(*PSInteger );if !_bbc {return ErrTypeCheck ; +};_cfg =_gbdg .Push (MakeInteger (_bgcd .Val ^_ccb .Val ));return _cfg ;};return ErrTypeCheck ;}; + +// NewPSExecutor returns an initialized PSExecutor for an input `program`. +func NewPSExecutor (program *PSProgram )*PSExecutor {_cg :=&PSExecutor {};_cg .Stack =NewPSStack ();_cg ._bf =program ;return _cg ;};func (_egba *PSOperand )sin (_aabb *PSStack )error {_cddd ,_gda :=_aabb .PopNumberAsFloat64 ();if _gda !=nil {return _gda ; +};_bgff :=_dd .Sin (_cddd *_dd .Pi /180.0);_gda =_aabb .Push (MakeReal (_bgff ));return _gda ;};func (_efdc *PSOperand )log (_aabd *PSStack )error {_efga ,_dged :=_aabd .PopNumberAsFloat64 ();if _dged !=nil {return _dged ;};_dgg :=_dd .Log10 (_efga );_dged =_aabd .Push (MakeReal (_dgg )); +return _dged ;}; // PopNumberAsFloat64 pops and return the numeric value of the top of the stack as a float64. // Real or integer only. -func (_ccfbc *PSStack )PopNumberAsFloat64 ()(float64 ,error ){_ffd ,_dfc :=_ccfbc .Pop ();if _dfc !=nil {return 0,_dfc ;};if _aeeaf ,_eaa :=_ffd .(*PSReal );_eaa {return _aeeaf .Val ,nil ;}else if _cdbg ,_eed :=_ffd .(*PSInteger );_eed {return float64 (_cdbg .Val ),nil ; +func (_gcde *PSStack )PopNumberAsFloat64 ()(float64 ,error ){_bdga ,_bdafg :=_gcde .Pop ();if _bdafg !=nil {return 0,_bdafg ;};if _gfg ,_aabbg :=_bdga .(*PSReal );_aabbg {return _gfg .Val ,nil ;}else if _eega ,_cdddf :=_bdga .(*PSInteger );_cdddf {return float64 (_eega .Val ),nil ; }else {return 0,ErrTypeCheck ;};}; -// Exec executes the operand `op` in the state specified by `stack`. -func (_bba *PSOperand )Exec (stack *PSStack )error {_fad :=ErrUnsupportedOperand ;switch *_bba {case "\u0061\u0062\u0073":_fad =_bba .abs (stack );case "\u0061\u0064\u0064":_fad =_bba .add (stack );case "\u0061\u006e\u0064":_fad =_bba .and (stack );case "\u0061\u0074\u0061\u006e":_fad =_bba .atan (stack ); -case "\u0062\u0069\u0074\u0073\u0068\u0069\u0066\u0074":_fad =_bba .bitshift (stack );case "\u0063e\u0069\u006c\u0069\u006e\u0067":_fad =_bba .ceiling (stack );case "\u0063\u006f\u0070\u0079":_fad =_bba .copy (stack );case "\u0063\u006f\u0073":_fad =_bba .cos (stack ); -case "\u0063\u0076\u0069":_fad =_bba .cvi (stack );case "\u0063\u0076\u0072":_fad =_bba .cvr (stack );case "\u0064\u0069\u0076":_fad =_bba .div (stack );case "\u0064\u0075\u0070":_fad =_bba .dup (stack );case "\u0065\u0071":_fad =_bba .eq (stack );case "\u0065\u0078\u0063\u0068":_fad =_bba .exch (stack ); -case "\u0065\u0078\u0070":_fad =_bba .exp (stack );case "\u0066\u006c\u006fo\u0072":_fad =_bba .floor (stack );case "\u0067\u0065":_fad =_bba .ge (stack );case "\u0067\u0074":_fad =_bba .gt (stack );case "\u0069\u0064\u0069\u0076":_fad =_bba .idiv (stack ); -case "\u0069\u0066":_fad =_bba .ifCondition (stack );case "\u0069\u0066\u0065\u006c\u0073\u0065":_fad =_bba .ifelse (stack );case "\u0069\u006e\u0064e\u0078":_fad =_bba .index (stack );case "\u006c\u0065":_fad =_bba .le (stack );case "\u006c\u006f\u0067":_fad =_bba .log (stack ); -case "\u006c\u006e":_fad =_bba .ln (stack );case "\u006c\u0074":_fad =_bba .lt (stack );case "\u006d\u006f\u0064":_fad =_bba .mod (stack );case "\u006d\u0075\u006c":_fad =_bba .mul (stack );case "\u006e\u0065":_fad =_bba .ne (stack );case "\u006e\u0065\u0067":_fad =_bba .neg (stack ); -case "\u006e\u006f\u0074":_fad =_bba .not (stack );case "\u006f\u0072":_fad =_bba .or (stack );case "\u0070\u006f\u0070":_fad =_bba .pop (stack );case "\u0072\u006f\u0075n\u0064":_fad =_bba .round (stack );case "\u0072\u006f\u006c\u006c":_fad =_bba .roll (stack ); -case "\u0073\u0069\u006e":_fad =_bba .sin (stack );case "\u0073\u0071\u0072\u0074":_fad =_bba .sqrt (stack );case "\u0073\u0075\u0062":_fad =_bba .sub (stack );case "\u0074\u0072\u0075\u006e\u0063\u0061\u0074\u0065":_fad =_bba .truncate (stack );case "\u0078\u006f\u0072":_fad =_bba .xor (stack ); -};return _fad ;}; +// PSStack defines a stack of PSObjects. PSObjects can be pushed on or pull from the stack. +type PSStack []PSObject ; + +// PSParser is a basic Postscript parser. +type PSParser struct{_ecd *_bc .Reader };func (_aed *PSBoolean )String ()string {return _g .Sprintf ("\u0025\u0076",_aed .Val )};func (_bfb *PSReal )String ()string {return _g .Sprintf ("\u0025\u002e\u0035\u0066",_bfb .Val )};func (_gc *PSOperand )Duplicate ()PSObject {_bag :=*_gc ; +return &_bag }; // MakeBool returns a new PSBoolean object initialized with `val`. -func MakeBool (val bool )*PSBoolean {_bdcb :=PSBoolean {};_bdcb .Val =val ;return &_bdcb }; +func MakeBool (val bool )*PSBoolean {_fdf :=PSBoolean {};_fdf .Val =val ;return &_fdf }; -// PopInteger specificially pops an integer from the top of the stack, returning the value as an int. -func (_faaf *PSStack )PopInteger ()(int ,error ){_gdfc ,_dbe :=_faaf .Pop ();if _dbe !=nil {return 0,_dbe ;};if _ggea ,_dfd :=_gdfc .(*PSInteger );_dfd {return _ggea .Val ,nil ;};return 0,ErrTypeCheck ;};func (_fcc *PSOperand )log (_fedf *PSStack )error {_fee ,_ebb :=_fedf .PopNumberAsFloat64 (); -if _ebb !=nil {return _ebb ;};_gdbc :=_b .Log10 (_fee );_ebb =_fedf .Push (MakeReal (_gdbc ));return _ebb ;};func (_gef *PSInteger )DebugString ()string {return _dg .Sprintf ("\u0069\u006e\u0074\u003a\u0025\u0064",_gef .Val );};func (_cfg *PSOperand )ifelse (_bdd *PSStack )error {_edc ,_baa :=_bdd .Pop (); -if _baa !=nil {return _baa ;};_cabc ,_baa :=_bdd .Pop ();if _baa !=nil {return _baa ;};_ffe ,_baa :=_bdd .Pop ();if _baa !=nil {return _baa ;};_eega ,_cfd :=_edc .(*PSProgram );if !_cfd {return ErrTypeCheck ;};_cdc ,_cfd :=_cabc .(*PSProgram );if !_cfd {return ErrTypeCheck ; -};_cec ,_cfd :=_ffe .(*PSBoolean );if !_cfd {return ErrTypeCheck ;};if _cec .Val {_acea :=_cdc .Exec (_bdd );return _acea ;};_baa =_eega .Exec (_bdd );return _baa ;}; +// MakeReal returns a new PSReal object initialized with `val`. +func MakeReal (val float64 )*PSReal {_cgab :=PSReal {};_cgab .Val =val ;return &_cgab };func (_cfd *PSOperand )mod (_dcb *PSStack )error {_fgeg ,_fcb :=_dcb .Pop ();if _fcb !=nil {return _fcb ;};_daae ,_fcb :=_dcb .Pop ();if _fcb !=nil {return _fcb ;}; +_baa ,_ffdg :=_fgeg .(*PSInteger );if !_ffdg {return ErrTypeCheck ;};if _baa .Val ==0{return ErrUndefinedResult ;};_fdda ,_ffdg :=_daae .(*PSInteger );if !_ffdg {return ErrTypeCheck ;};_cdff :=_fdda .Val %_baa .Val ;_fcb =_dcb .Push (MakeInteger (_cdff )); +return _fcb ;};func (_bg *PSInteger )DebugString ()string {return _g .Sprintf ("\u0069\u006e\u0074\u003a\u0025\u0064",_bg .Val );};func (_ebae *PSOperand )le (_beb *PSStack )error {_agfa ,_ecf :=_beb .PopNumberAsFloat64 ();if _ecf !=nil {return _ecf ;}; +_bcdg ,_ecf :=_beb .PopNumberAsFloat64 ();if _ecf !=nil {return _ecf ;};if _dd .Abs (_bcdg -_agfa )< _edg {_fge :=_beb .Push (MakeBool (true ));return _fge ;}else if _bcdg < _agfa {_efd :=_beb .Push (MakeBool (true ));return _efd ;}else {_gdg :=_beb .Push (MakeBool (false )); +return _gdg ;};}; // Pop pops an object from the top of the stack. -func (_gfef *PSStack )Pop ()(PSObject ,error ){if len (*_gfef )< 1{return nil ,ErrStackUnderflow ;};_cfga :=(*_gfef )[len (*_gfef )-1];*_gfef =(*_gfef )[0:len (*_gfef )-1];return _cfga ,nil ;}; - -// PSBoolean represents a boolean value. -type PSBoolean struct{Val bool ;};func (_gae *PSOperand )and (_acc *PSStack )error {_faf ,_bd :=_acc .Pop ();if _bd !=nil {return _bd ;};_cgbf ,_bd :=_acc .Pop ();if _bd !=nil {return _bd ;};if _adg ,_cbbd :=_faf .(*PSBoolean );_cbbd {_bbaf ,_geb :=_cgbf .(*PSBoolean ); -if !_geb {return ErrTypeCheck ;};_bd =_acc .Push (MakeBool (_adg .Val &&_bbaf .Val ));return _bd ;};if _df ,_aa :=_faf .(*PSInteger );_aa {_dd ,_afd :=_cgbf .(*PSInteger );if !_afd {return ErrTypeCheck ;};_bd =_acc .Push (MakeInteger (_df .Val &_dd .Val )); -return _bd ;};return ErrTypeCheck ;}; +func (_aaec *PSStack )Pop ()(PSObject ,error ){if len (*_aaec )< 1{return nil ,ErrStackUnderflow ;};_fdegc :=(*_aaec )[len (*_aaec )-1];*_aaec =(*_aaec )[0:len (*_aaec )-1];return _fdegc ,nil ;}; // Execute executes the program for an input parameters `objects` and returns a slice of output objects. -func (_gf *PSExecutor )Execute (objects []PSObject )([]PSObject ,error ){for _ ,_cbb :=range objects {_acf :=_gf .Stack .Push (_cbb );if _acf !=nil {return nil ,_acf ;};};_gge :=_gf ._ge .Exec (_gf .Stack );if _gge !=nil {_ac .Log .Debug ("\u0045x\u0065c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_gge ); -return nil ,_gge ;};_cbba :=[]PSObject (*_gf .Stack );_gf .Stack .Empty ();return _cbba ,nil ;};func (_caf *PSParser )skipComments ()error {if _ ,_edcfg :=_caf .skipSpaces ();_edcfg !=nil {return _edcfg ;};_abe :=true ;for {_cef ,_gaf :=_caf ._aeb .Peek (1); -if _gaf !=nil {_ac .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_gaf .Error ());return _gaf ;};if _abe &&_cef [0]!='%'{return nil ;};_abe =false ;if (_cef [0]!='\r')&&(_cef [0]!='\n'){_caf ._aeb .ReadByte ();}else {break ;};};return _caf .skipComments (); -}; +func (_gg *PSExecutor )Execute (objects []PSObject )([]PSObject ,error ){for _ ,_ae :=range objects {_ef :=_gg .Stack .Push (_ae );if _ef !=nil {return nil ,_ef ;};};_dac :=_gg ._bf .Exec (_gg .Stack );if _dac !=nil {_dg .Log .Debug ("\u0045x\u0065c\u0020\u0066\u0061\u0069\u006c\u0065\u0064\u003a\u0020\u0025\u0076",_dac ); +return nil ,_dac ;};_gga :=[]PSObject (*_gg .Stack );_gg .Stack .Empty ();return _gga ,nil ;};func (_ede *PSReal )Duplicate ()PSObject {_ba :=PSReal {};_ba .Val =_ede .Val ;return &_ba };func (_cga *PSOperand )ceiling (_ffe *PSStack )error {_fa ,_dbf :=_ffe .Pop (); +if _dbf !=nil {return _dbf ;};if _cge ,_gf :=_fa .(*PSReal );_gf {_dbf =_ffe .Push (MakeReal (_dd .Ceil (_cge .Val )));}else if _add ,_agb :=_fa .(*PSInteger );_agb {_dbf =_ffe .Push (MakeInteger (_add .Val ));}else {_dbf =ErrTypeCheck ;};return _dbf ; +};func (_ca *PSOperand )copy (_fdb *PSStack )error {_gdb ,_dbe :=_fdb .PopInteger ();if _dbe !=nil {return _dbe ;};if _gdb < 0{return ErrRangeCheck ;};if _gdb > len (*_fdb ){return ErrRangeCheck ;};*_fdb =append (*_fdb ,(*_fdb )[len (*_fdb )-_gdb :]...); +return nil ;};func (_ddf *PSOperand )cvr (_gdf *PSStack )error {_bcac ,_fceb :=_gdf .Pop ();if _fceb !=nil {return _fceb ;};if _acb ,_bbf :=_bcac .(*PSReal );_bbf {_fceb =_gdf .Push (MakeReal (_acb .Val ));}else if _gbg ,_edec :=_bcac .(*PSInteger );_edec {_fceb =_gdf .Push (MakeReal (float64 (_gbg .Val ))); +}else {return ErrTypeCheck ;};return _fceb ;}; -// PSObjectArrayToFloat64Array converts []PSObject into a []float64 array. Each PSObject must represent a number, -// otherwise a ErrTypeCheck error occurs. -func PSObjectArrayToFloat64Array (objects []PSObject )([]float64 ,error ){var _f []float64 ;for _ ,_fb :=range objects {if _fe ,_fcb :=_fb .(*PSInteger );_fcb {_f =append (_f ,float64 (_fe .Val ));}else if _cc ,_af :=_fb .(*PSReal );_af {_f =append (_f ,_cc .Val ); -}else {return nil ,ErrTypeCheck ;};};return _f ,nil ;}; +// Append appends an object to the PSProgram. +func (_db *PSProgram )Append (obj PSObject ){*_db =append (*_db ,obj )};func _gdd (_bdf int )int {if _bdf < 0{return -_bdf ;};return _bdf ;}; -// NewPSProgram returns an empty, initialized PSProgram. -func NewPSProgram ()*PSProgram {return &PSProgram {}}; +// MakeOperand returns a new PSOperand object based on string `val`. +func MakeOperand (val string )*PSOperand {_eag :=PSOperand (val );return &_eag };func (_de *PSOperand )and (_eda *PSStack )error {_aeg ,_gcb :=_eda .Pop ();if _gcb !=nil {return _gcb ;};_bda ,_gcb :=_eda .Pop ();if _gcb !=nil {return _gcb ;};if _cbg ,_bcaa :=_aeg .(*PSBoolean ); +_bcaa {_be ,_gd :=_bda .(*PSBoolean );if !_gd {return ErrTypeCheck ;};_gcb =_eda .Push (MakeBool (_cbg .Val &&_be .Val ));return _gcb ;};if _ga ,_aegf :=_aeg .(*PSInteger );_aegf {_adb ,_egd :=_bda .(*PSInteger );if !_egd {return ErrTypeCheck ;};_gcb =_eda .Push (MakeInteger (_ga .Val &_adb .Val )); +return _gcb ;};return ErrTypeCheck ;};func (_cad *PSOperand )sqrt (_cdeb *PSStack )error {_ece ,_bdab :=_cdeb .PopNumberAsFloat64 ();if _bdab !=nil {return _bdab ;};if _ece < 0{return ErrRangeCheck ;};_cbf :=_dd .Sqrt (_ece );_bdab =_cdeb .Push (MakeReal (_cbf )); +return _bdab ;};func (_dcg *PSOperand )ne (_ddff *PSStack )error {_gab :=_dcg .eq (_ddff );if _gab !=nil {return _gab ;};_gab =_dcg .not (_ddff );return _gab ;};func (_fcd *PSOperand )DebugString ()string {return _g .Sprintf ("\u006fp\u003a\u0027\u0025\u0073\u0027",*_fcd ); +};func (_ag *PSInteger )String ()string {return _g .Sprintf ("\u0025\u0064",_ag .Val )}; -// NewPSExecutor returns an initialized PSExecutor for an input `program`. -func NewPSExecutor (program *PSProgram )*PSExecutor {_cb :=&PSExecutor {};_cb .Stack =NewPSStack ();_cb ._ge =program ;return _cb ;};func (_ecc *PSOperand )round (_efga *PSStack )error {_gca ,_ece :=_efga .Pop ();if _ece !=nil {return _ece ;};if _cacgc ,_dgbf :=_gca .(*PSReal ); -_dgbf {_ece =_efga .Push (MakeReal (_b .Floor (_cacgc .Val +0.5)));}else if _dfb ,_ccd :=_gca .(*PSInteger );_ccd {_ece =_efga .Push (MakeInteger (_dfb .Val ));}else {return ErrTypeCheck ;};return _ece ;}; +// Exec executes the operand `op` in the state specified by `stack`. +func (_ebg *PSOperand )Exec (stack *PSStack )error {_afe :=ErrUnsupportedOperand ;switch *_ebg {case "\u0061\u0062\u0073":_afe =_ebg .abs (stack );case "\u0061\u0064\u0064":_afe =_ebg .add (stack );case "\u0061\u006e\u0064":_afe =_ebg .and (stack );case "\u0061\u0074\u0061\u006e":_afe =_ebg .atan (stack ); +case "\u0062\u0069\u0074\u0073\u0068\u0069\u0066\u0074":_afe =_ebg .bitshift (stack );case "\u0063e\u0069\u006c\u0069\u006e\u0067":_afe =_ebg .ceiling (stack );case "\u0063\u006f\u0070\u0079":_afe =_ebg .copy (stack );case "\u0063\u006f\u0073":_afe =_ebg .cos (stack ); +case "\u0063\u0076\u0069":_afe =_ebg .cvi (stack );case "\u0063\u0076\u0072":_afe =_ebg .cvr (stack );case "\u0064\u0069\u0076":_afe =_ebg .div (stack );case "\u0064\u0075\u0070":_afe =_ebg .dup (stack );case "\u0065\u0071":_afe =_ebg .eq (stack );case "\u0065\u0078\u0063\u0068":_afe =_ebg .exch (stack ); +case "\u0065\u0078\u0070":_afe =_ebg .exp (stack );case "\u0066\u006c\u006fo\u0072":_afe =_ebg .floor (stack );case "\u0067\u0065":_afe =_ebg .ge (stack );case "\u0067\u0074":_afe =_ebg .gt (stack );case "\u0069\u0064\u0069\u0076":_afe =_ebg .idiv (stack ); +case "\u0069\u0066":_afe =_ebg .ifCondition (stack );case "\u0069\u0066\u0065\u006c\u0073\u0065":_afe =_ebg .ifelse (stack );case "\u0069\u006e\u0064e\u0078":_afe =_ebg .index (stack );case "\u006c\u0065":_afe =_ebg .le (stack );case "\u006c\u006f\u0067":_afe =_ebg .log (stack ); +case "\u006c\u006e":_afe =_ebg .ln (stack );case "\u006c\u0074":_afe =_ebg .lt (stack );case "\u006d\u006f\u0064":_afe =_ebg .mod (stack );case "\u006d\u0075\u006c":_afe =_ebg .mul (stack );case "\u006e\u0065":_afe =_ebg .ne (stack );case "\u006e\u0065\u0067":_afe =_ebg .neg (stack ); +case "\u006e\u006f\u0074":_afe =_ebg .not (stack );case "\u006f\u0072":_afe =_ebg .or (stack );case "\u0070\u006f\u0070":_afe =_ebg .pop (stack );case "\u0072\u006f\u0075n\u0064":_afe =_ebg .round (stack );case "\u0072\u006f\u006c\u006c":_afe =_ebg .roll (stack ); +case "\u0073\u0069\u006e":_afe =_ebg .sin (stack );case "\u0073\u0071\u0072\u0074":_afe =_ebg .sqrt (stack );case "\u0073\u0075\u0062":_afe =_ebg .sub (stack );case "\u0074\u0072\u0075\u006e\u0063\u0061\u0074\u0065":_afe =_ebg .truncate (stack );case "\u0078\u006f\u0072":_afe =_ebg .xor (stack ); +};return _afe ;};func (_bdbe *PSParser )skipComments ()error {if _ ,_fbc :=_bdbe .skipSpaces ();_fbc !=nil {return _fbc ;};_fcdf :=true ;for {_acgb ,_fgd :=_bdbe ._ecd .Peek (1);if _fgd !=nil {_dg .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0025\u0073",_fgd .Error ()); +return _fgd ;};if _fcdf &&_acgb [0]!='%'{return nil ;};_fcdf =false ;if (_acgb [0]!='\r')&&(_acgb [0]!='\n'){_bdbe ._ecd .ReadByte ();}else {break ;};};return _bdbe .skipComments ();};func (_gccc *PSParser )parseOperand ()(*PSOperand ,error ){var _cbcf []byte ; +for {_bcbb ,_bgdde :=_gccc ._ecd .Peek (1);if _bgdde !=nil {if _bgdde ==_d .EOF {break ;};return nil ,_bgdde ;};if _c .IsDelimiter (_bcbb [0]){break ;};if _c .IsWhiteSpace (_bcbb [0]){break ;};_gfef ,_ :=_gccc ._ecd .ReadByte ();_cbcf =append (_cbcf ,_gfef ); +};if len (_cbcf )==0{return nil ,_e .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029");};return MakeOperand (string (_cbcf )),nil ;}; -// DebugString returns a descriptive string representation of the stack - intended for debugging. -func (_gaab *PSStack )DebugString ()string {_fdbc :="\u005b\u0020";for _ ,_ccdd :=range *_gaab {_fdbc +=_ccdd .DebugString ();_fdbc +="\u0020";};_fdbc +="\u005d";return _fdbc ;};var ErrUndefinedResult =_e .New ("\u0075\u006e\u0064\u0065fi\u006e\u0065\u0064\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u0065\u0072\u0072o\u0072"); -func (_cg *PSOperand )abs (_de *PSStack )error {_eba ,_dca :=_de .Pop ();if _dca !=nil {return _dca ;};if _gga ,_cbd :=_eba .(*PSReal );_cbd {_eg :=_gga .Val ;if _eg < 0{_dca =_de .Push (MakeReal (-_eg ));}else {_dca =_de .Push (MakeReal (_eg ));};}else if _ebg ,_bag :=_eba .(*PSInteger ); -_bag {_ebe :=_ebg .Val ;if _ebe < 0{_dca =_de .Push (MakeInteger (-_ebe ));}else {_dca =_de .Push (MakeInteger (_ebe ));};}else {return ErrTypeCheck ;};return _dca ;}; +// PSObject represents a postscript object. +type PSObject interface{ -// Empty empties the stack. -func (_caca *PSStack )Empty (){*_caca =[]PSObject {}};func (_ba *PSBoolean )DebugString ()string {return _dg .Sprintf ("\u0062o\u006f\u006c\u003a\u0025\u0076",_ba .Val );};func (_bge *PSParser )parseNumber ()(PSObject ,error ){_fgad ,_abc :=_g .ParseNumber (_bge ._aeb ); -if _abc !=nil {return nil ,_abc ;};switch _bgga :=_fgad .(type ){case *_g .PdfObjectFloat :return MakeReal (float64 (*_bgga )),nil ;case *_g .PdfObjectInteger :return MakeInteger (int (*_bgga )),nil ;};return nil ,_dg .Errorf ("\u0075n\u0068\u0061\u006e\u0064\u006c\u0065\u0064\u0020\u006e\u0075\u006db\u0065\u0072\u0020\u0074\u0079\u0070\u0065\u0020\u0025\u0054",_fgad ); -}; +// Duplicate makes a fresh copy of the PSObject. +Duplicate ()PSObject ; -// Append appends an object to the PSProgram. -func (_gee *PSProgram )Append (obj PSObject ){*_gee =append (*_gee ,obj )};var ErrRangeCheck =_e .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");func (_ga *PSProgram )Duplicate ()PSObject {_eag :=&PSProgram {}; -for _ ,_aeg :=range *_ga {_eag .Append (_aeg .Duplicate ());};return _eag ;};func (_ceg *PSOperand )mul (_cgbfe *PSStack )error {_aca ,_dac :=_cgbfe .Pop ();if _dac !=nil {return _dac ;};_efa ,_dac :=_cgbfe .Pop ();if _dac !=nil {return _dac ;};_cfc ,_fbe :=_aca .(*PSReal ); -_deac ,_dbcd :=_aca .(*PSInteger );if !_fbe &&!_dbcd {return ErrTypeCheck ;};_bea ,_gfc :=_efa .(*PSReal );_fdd ,_gfa :=_efa .(*PSInteger );if !_gfc &&!_gfa {return ErrTypeCheck ;};if _dbcd &&_gfa {_bagad :=_deac .Val *_fdd .Val ;_fbfb :=_cgbfe .Push (MakeInteger (_bagad )); -return _fbfb ;};var _bgaf float64 ;if _fbe {_bgaf =_cfc .Val ;}else {_bgaf =float64 (_deac .Val );};if _gfc {_bgaf *=_bea .Val ;}else {_bgaf *=float64 (_fdd .Val );};_dac =_cgbfe .Push (MakeReal (_bgaf ));return _dac ;};func (_bgd *PSOperand )ge (_ce *PSStack )error {_dfe ,_bdc :=_ce .PopNumberAsFloat64 (); -if _bdc !=nil {return _bdc ;};_fbc ,_bdc :=_ce .PopNumberAsFloat64 ();if _bdc !=nil {return _bdc ;};if _b .Abs (_fbc -_dfe )< _gc {_bcg :=_ce .Push (MakeBool (true ));return _bcg ;}else if _fbc > _dfe {_dgd :=_ce .Push (MakeBool (true ));return _dgd ;}else {_gagd :=_ce .Push (MakeBool (false )); -return _gagd ;};}; +// DebugString returns a descriptive representation of the PSObject with more information than String() +// for debugging purposes. +DebugString ()string ; -// PSOperand represents a Postscript operand (text string). -type PSOperand string ; +// String returns a string representation of the PSObject. +String ()string ;}; // PSInteger represents an integer. -type PSInteger struct{Val int ;};func (_gccd *PSOperand )ne (_feg *PSStack )error {_dded :=_gccd .eq (_feg );if _dded !=nil {return _dded ;};_dded =_gccd .not (_feg );return _dded ;};func (_fec *PSOperand )Duplicate ()PSObject {_aee :=*_fec ;return &_aee }; -func (_egg *PSOperand )lt (_gcbg *PSStack )error {_gfg ,_bgdb :=_gcbg .PopNumberAsFloat64 ();if _bgdb !=nil {return _bgdb ;};_dee ,_bgdb :=_gcbg .PopNumberAsFloat64 ();if _bgdb !=nil {return _bgdb ;};if _b .Abs (_dee -_gfg )< _gc {_dggbc :=_gcbg .Push (MakeBool (false )); -return _dggbc ;}else if _dee < _gfg {_adc :=_gcbg .Push (MakeBool (true ));return _adc ;}else {_dfg :=_gcbg .Push (MakeBool (false ));return _dfg ;};};func (_fd *PSReal )DebugString ()string {return _dg .Sprintf ("\u0072e\u0061\u006c\u003a\u0025\u002e\u0035f",_fd .Val ); -}; +type PSInteger struct{Val int ;}; -// Parse parses the postscript and store as a program that can be executed. -func (_fcca *PSParser )Parse ()(*PSProgram ,error ){_fcca .skipSpaces ();_faab ,_bed :=_fcca ._aeb .Peek (2);if _bed !=nil {return nil ,_bed ;};if _faab [0]!='{'{return nil ,_e .New ("\u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0050\u0053\u0020\u0050\u0072\u006f\u0067\u0072\u0061\u006d\u0020\u006e\u006f\u0074\u0020\u0073t\u0061\u0072\u0074\u0069\u006eg\u0020\u0077i\u0074\u0068\u0020\u007b"); -};_bae ,_bed :=_fcca .parseFunction ();if _bed !=nil &&_bed !=_a .EOF {return nil ,_bed ;};return _bae ,_bed ;};func (_beg *PSOperand )cvr (_edf *PSStack )error {_fed ,_dggb :=_edf .Pop ();if _dggb !=nil {return _dggb ;};if _fdf ,_fbb :=_fed .(*PSReal ); -_fbb {_dggb =_edf .Push (MakeReal (_fdf .Val ));}else if _cgg ,_gdc :=_fed .(*PSInteger );_gdc {_dggb =_edf .Push (MakeReal (float64 (_cgg .Val )));}else {return ErrTypeCheck ;};return _dggb ;};func (_bb *PSInteger )String ()string {return _dg .Sprintf ("\u0025\u0064",_bb .Val )}; -func (_cda *PSOperand )copy (_egd *PSStack )error {_bcf ,_ec :=_egd .PopInteger ();if _ec !=nil {return _ec ;};if _bcf < 0{return ErrRangeCheck ;};if _bcf > len (*_egd ){return ErrRangeCheck ;};*_egd =append (*_egd ,(*_egd )[len (*_egd )-_bcf :]...);return nil ; -};func (_gd *PSReal )Duplicate ()PSObject {_gce :=PSReal {};_gce .Val =_gd .Val ;return &_gce };func (_fdb *PSParser )parseOperand ()(*PSOperand ,error ){var _cgfdc []byte ;for {_ffb ,_aae :=_fdb ._aeb .Peek (1);if _aae !=nil {if _aae ==_a .EOF {break ; -};return nil ,_aae ;};if _g .IsDelimiter (_ffb [0]){break ;};if _g .IsWhiteSpace (_ffb [0]){break ;};_fgcf ,_ :=_fdb ._aeb .ReadByte ();_cgfdc =append (_cgfdc ,_fgcf );};if len (_cgfdc )==0{return nil ,_e .New ("\u0069\u006e\u0076al\u0069\u0064\u0020\u006f\u0070\u0065\u0072\u0061\u006e\u0064\u0020\u0028\u0065\u006d\u0070\u0074\u0079\u0029"); -};return MakeOperand (string (_cgfdc )),nil ;}; - -// PSStack defines a stack of PSObjects. PSObjects can be pushed on or pull from the stack. -type PSStack []PSObject ;func (_ae *PSProgram )DebugString ()string {_fa :="\u007b\u0020";for _ ,_bgg :=range *_ae {_fa +=_bgg .DebugString ();_fa +="\u0020";};_fa +="\u007d";return _fa ;};var ErrTypeCheck =_e .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -func (_ggdb *PSOperand )floor (_dedc *PSStack )error {_ffg ,_cab :=_dedc .Pop ();if _cab !=nil {return _cab ;};if _bbed ,_cbdd :=_ffg .(*PSReal );_cbdd {_cab =_dedc .Push (MakeReal (_b .Floor (_bbed .Val )));}else if _bga ,_agc :=_ffg .(*PSInteger );_agc {_cab =_dedc .Push (MakeInteger (_bga .Val )); -}else {return ErrTypeCheck ;};return _cab ;};func (_agg *PSOperand )sqrt (_gbg *PSStack )error {_dbba ,_age :=_gbg .PopNumberAsFloat64 ();if _age !=nil {return _age ;};if _dbba < 0{return ErrRangeCheck ;};_feef :=_b .Sqrt (_dbba );_age =_gbg .Push (MakeReal (_feef )); -return _age ;};func (_aaff *PSOperand )roll (_ggda *PSStack )error {_fddg ,_dbg :=_ggda .Pop ();if _dbg !=nil {return _dbg ;};_dgf ,_dbg :=_ggda .Pop ();if _dbg !=nil {return _dbg ;};_gcg ,_gbab :=_fddg .(*PSInteger );if !_gbab {return ErrTypeCheck ;}; -_dbcdf ,_gbab :=_dgf .(*PSInteger );if !_gbab {return ErrTypeCheck ;};if _dbcdf .Val < 0{return ErrRangeCheck ;};if _dbcdf .Val ==0||_dbcdf .Val ==1{return nil ;};if _dbcdf .Val > len (*_ggda ){return ErrStackUnderflow ;};for _fadg :=0;_fadg < _bbcf (_gcg .Val ); -_fadg ++{var _edgg []PSObject ;_edgg =(*_ggda )[len (*_ggda )-(_dbcdf .Val ):len (*_ggda )];if _gcg .Val > 0{_bgce :=_edgg [len (_edgg )-1];_edgg =append ([]PSObject {_bgce },_edgg [0:len (_edgg )-1]...);}else {_gbad :=_edgg [len (_edgg )-_dbcdf .Val ]; -_edgg =append (_edgg [1:],_gbad );};_cfcg :=append ((*_ggda )[0:len (*_ggda )-_dbcdf .Val ],_edgg ...);_ggda =&_cfcg ;};return nil ;}; \ No newline at end of file +// String returns a string representation of the stack. +func (_eabd *PSStack )String ()string {_dbfde :="\u005b\u0020";for _ ,_dfdf :=range *_eabd {_dbfde +=_dfdf .String ();_dbfde +="\u0020";};_dbfde +="\u005d";return _dbfde ;}; \ No newline at end of file diff --git a/redactor/redactor.go b/redactor/redactor.go index a1f896ea0..a679598f0 100644 --- a/redactor/redactor.go +++ b/redactor/redactor.go @@ -9,101 +9,103 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package redactor ;import (_e "errors";_a "fmt";_fb "github.com/unidoc/unipdf/v3/common";_eb "github.com/unidoc/unipdf/v3/contentstream";_fc "github.com/unidoc/unipdf/v3/core";_fba "github.com/unidoc/unipdf/v3/creator";_g "github.com/unidoc/unipdf/v3/extractor"; -_b "github.com/unidoc/unipdf/v3/model";_ac "io";_f "regexp";_ff "sort";_ee "strings";);type placeHolders struct{_c []int ;_df string ;_fg float64 ;};func _cc (_dd *_g .TextMarkArray )int {_gf :=0;_gg :=_dd .Elements ();if _gg [0].Text =="\u0020"{_gf ++; -};if _gg [_dd .Len ()-1].Text =="\u0020"{_gf ++;};return _gf ;};func _fdb (_cdge []placeHolders )[]replacement {_efc :=[]replacement {};for _ ,_geagg :=range _cdge {_gacb :=_geagg ._c ;_aee :=_geagg ._df ;_cbe :=_geagg ._fg ;for _ ,_dbb :=range _gacb {_cbd :=replacement {_cg :_aee ,_bf :_cbe ,_aa :_dbb }; -_efc =append (_efc ,_cbd );};};_ff .Slice (_efc ,func (_ece ,_gdgb int )bool {return _efc [_ece ]._aa < _efc [_gdgb ]._aa });return _efc ;};func _ddc (_abe *_g .TextMarkArray )(_fc .PdfObject ,int ){var _bff _fc .PdfObject ;_cda :=-1;for _bd ,_bfe :=range _abe .Elements (){_bff =_bfe .DirectObject ; -_cda =_bd ;if _bff !=nil {break ;};};return _bff ,_cda ;};func _aebf (_eaag *matchedIndex ,_bbe [][]int )[]*matchedIndex {_gcae :=[]*matchedIndex {};_dbbd :=_eaag ._fdbb ;_aga :=_dbbd ;_gdfd :=_eaag ._ffe ;_dbd :=0;for _ ,_cad :=range _bbe {_bde :=_cad [0]-_dbbd ; -if _dbd >=_bde {continue ;};_agf :=_gdfd [_dbd :_bde ];_bcf :=&matchedIndex {_ffe :_agf ,_fdbb :_aga ,_ffda :_cad [0]};if len (_ee .TrimSpace (_agf ))!=0{_gcae =append (_gcae ,_bcf );};_dbd =_cad [1]-_dbbd ;_aga =_dbbd +_dbd ;};_afb :=_gdfd [_dbd :];_dfb :=&matchedIndex {_ffe :_afb ,_fdbb :_aga ,_ffda :_eaag ._ffda }; -if len (_ee .TrimSpace (_afb ))!=0{_gcae =append (_gcae ,_dfb );};return _gcae ;};type targetMap struct{_fed string ;_dfa [][]int ;};func _cgg (_ebe string )(string ,[][]int ){_dffb :=_f .MustCompile ("\u005c\u006e");_ggdg :=_dffb .FindAllStringIndex (_ebe ,-1); -_eda :=_dffb .ReplaceAllString (_ebe ,"\u0020");return _eda ,_ggdg ;};type matchedIndex struct{_fdbb int ;_ffda int ;_ffe string ;};type localSpanMarks struct{_ceba *_g .TextMarkArray ;_gacc int ;_ggg string ;};func _gdcg (_fa localSpanMarks ,_gaf *_g .TextMarkArray ,_gecg *_b .PdfFont ,_egg ,_ddg string )([]_fc .PdfObject ,error ){_ecf :=_ccee (_gaf ); -Tj ,_edg :=_fgb (_gaf );if _edg !=nil {return nil ,_edg ;};_dabc :=len (_egg );_gac :=len (_ecf );_ffa :=-1;_gfb :=_fc .MakeFloat (Tj );if _ecf !=_ddg {_bce :=_fa ._gacc ;if _bce ==0{_ffa =_ee .LastIndex (_egg ,_ecf );}else {_ffa =_ee .Index (_egg ,_ecf ); -};}else {_ffa =_ee .Index (_egg ,_ecf );};_ccd :=_ffa +_gac ;_gdfa :=[]_fc .PdfObject {};if _ffa ==0&&_ccd ==_dabc {_gdfa =append (_gdfa ,_gfb );}else if _ffa ==0&&_ccd < _dabc {_gead :=_adb (_egg [_ccd :],_gecg );_afag :=_fc .MakeStringFromBytes (_gead ); -_gdfa =append (_gdfa ,_gfb ,_afag );}else if _ffa > 0&&_ccd >=_dabc {_bgb :=_adb (_egg [:_ffa ],_gecg );_dgf :=_fc .MakeStringFromBytes (_bgb );_gdfa =append (_gdfa ,_dgf ,_gfb );}else if _ffa > 0&&_ccd < _dabc {_ddea :=_adb (_egg [:_ffa ],_gecg );_egfa :=_adb (_egg [_ccd :],_gecg ); -_dac :=_fc .MakeStringFromBytes (_ddea );_gdfad :=_fc .MakeString (string (_egfa ));_gdfa =append (_gdfa ,_dac ,_gfb ,_gdfad );};return _gdfa ,nil ;};func _ccgd (_aeb *targetMap ,_baa []int ){var _fgg [][]int ;for _ebbb ,_bbg :=range _aeb ._dfa {if _bfdg (_ebbb ,_baa ){continue ; -};_fgg =append (_fgg ,_bbg );};_aeb ._dfa =_fgg ;};func _ccee (_ddcd *_g .TextMarkArray )string {_cbg :="";for _ ,_acg :=range _ddcd .Elements (){_cbg +=_acg .Text ;};return _cbg ;};func _ggc (_edb ,_gfdc string )[]int {if len (_gfdc )==0{return nil ;}; -var _fgca []int ;for _gba :=0;_gba < len (_edb );{_gad :=_ee .Index (_edb [_gba :],_gfdc );if _gad < 0{return _fgca ;};_fgca =append (_fgca ,_gba +_gad );_gba +=_gad +len (_gfdc );};return _fgca ;};func _cde (_de []localSpanMarks )(map[string ][]localSpanMarks ,[]string ){_abd :=make (map[string ][]localSpanMarks ); -_fca :=[]string {};for _ ,_dfge :=range _de {_bba :=_dfge ._ggg ;if _aac ,_bbad :=_abd [_bba ];_bbad {_abd [_bba ]=append (_aac ,_dfge );}else {_abd [_bba ]=[]localSpanMarks {_dfge };_fca =append (_fca ,_bba );};};return _abd ,_fca ;}; +package redactor ;import (_d "errors";_b "fmt";_df "github.com/unidoc/unipdf/v3/common";_bg "github.com/unidoc/unipdf/v3/contentstream";_ca "github.com/unidoc/unipdf/v3/core";_eg "github.com/unidoc/unipdf/v3/creator";_f "github.com/unidoc/unipdf/v3/extractor"; +_g "github.com/unidoc/unipdf/v3/model";_a "io";_c "regexp";_ag "sort";_ad "strings";);func _db (_bd *_bg .ContentStreamOperation ,_bdc _ca .PdfObject ,_de []localSpanMarks )error {_bc ,_ccc :=_ca .GetArray (_bd .Params [0]);_bde :=[]_ca .PdfObject {};if !_ccc {_df .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_bd ); +return _b .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_bd ); +};_abe ,_bca :=_egeg (_de );if len (_bca )==1{_dfc :=_bca [0];_eb :=_abe [_dfc ];if len (_eb )==1{_dd :=_eb [0];_cba :=_dd ._fcd ;_ea :=_gbg (_cba );_cbd ,_bbg :=_agfg (_bdc ,_ea );if _bbg !=nil {return _bbg ;};_ga ,_bbg :=_cgb (_dd ,_cba ,_ea ,_cbd ,_dfc ); +if _bbg !=nil {return _bbg ;};for _ ,_bfc :=range _bc .Elements (){if _bfc ==_bdc {_bde =append (_bde ,_ga ...);}else {_bde =append (_bde ,_bfc );};};}else {_fa :=_eb [0]._fcd ;_gac :=_gbg (_fa );_cg ,_dba :=_agfg (_bdc ,_gac );if _dba !=nil {return _dba ; +};_da ,_dba :=_bga (_cg ,_eb );if _dba !=nil {return _dba ;};_ee :=_dbd (_da );_cfa :=_daba (_cg ,_ee ,_gac );for _ ,_adc :=range _bc .Elements (){if _adc ==_bdc {_bde =append (_bde ,_cfa ...);}else {_bde =append (_bde ,_adc );};};};_bd .Params [0]=_ca .MakeArray (_bde ...); +}else if len (_bca )> 1{_cde :=_de [0];_efc :=_cde ._fcd ;_ ,_fdd :=_gf (_efc );_fg :=_efc .Elements ()[_fdd ];_be :=_fg .Font ;_ebf ,_ade :=_agfg (_bdc ,_be );if _ade !=nil {return _ade ;};_baa ,_ade :=_bga (_ebf ,_de );if _ade !=nil {return _ade ;};_dg :=_dbd (_baa ); +_ced :=_daba (_ebf ,_dg ,_be );for _ ,_bfa :=range _bc .Elements (){if _bfa ==_bdc {_bde =append (_bde ,_ced ...);}else {_bde =append (_bde ,_bfa );};};_bd .Params [0]=_ca .MakeArray (_bde ...);};return nil ;};func _cbe (_bf *_bg .ContentStreamOperations ,_gge string ,_bff int )error {_aef :=_bg .ContentStreamOperations {}; +var _dc _bg .ContentStreamOperation ;for _cf ,_gb :=range *_bf {if _cf ==_bff {if _gge =="\u0027"{_ce :=_bg .ContentStreamOperation {Operand :"\u0054\u002a"};_aef =append (_aef ,&_ce );_dc .Params =_gb .Params ;_dc .Operand ="\u0054\u006a";_aef =append (_aef ,&_dc ); +}else if _gge =="\u0022"{_bba :=_gb .Params [:2];Tc ,Tw :=_bba [0],_bba [1];_ef :=_bg .ContentStreamOperation {Params :[]_ca .PdfObject {Tc },Operand :"\u0054\u0063"};_aef =append (_aef ,&_ef );_ef =_bg .ContentStreamOperation {Params :[]_ca .PdfObject {Tw },Operand :"\u0054\u0077"}; +_aef =append (_aef ,&_ef );_dc .Params =[]_ca .PdfObject {_gb .Params [2]};_dc .Operand ="\u0054\u006a";_aef =append (_aef ,&_dc );};};_aef =append (_aef ,_gb );};*_bf =_aef ;return nil ;};func _gcc (_gbf RedactionTerm )(*regexMatcher ,error ){return ®exMatcher {_ddc :_gbf },nil }; +func _fe (_adf ,_ffb string )[]int {if len (_ffb )==0{return nil ;};var _afb []int ;for _edc :=0;_edc < len (_adf );{_aad :=_ad .Index (_adf [_edc :],_ffb );if _aad < 0{return _afb ;};_afb =append (_afb ,_edc +_aad );_edc +=_aad +len (_ffb );};return _afb ; +};func _bga (_fcb string ,_gdeb []localSpanMarks )([]placeHolders ,error ){_fbc :="";_ebe :=[]placeHolders {};for _fcg ,_ed :=range _gdeb {_gdc :=_ed ._fcd ;_gae :=_ed ._ffc ;_cbfc :=_gbe (_gdc );_afa ,_fad :=_agba (_gdc );if _fad !=nil {return nil ,_fad ; +};if _cbfc !=_fbc {var _dcae []int ;if _fcg ==0&&_gae !=_cbfc {_fde :=_ad .Index (_fcb ,_cbfc );_dcae =[]int {_fde };}else if _fcg ==len (_gdeb )-1{_beb :=_ad .LastIndex (_fcb ,_cbfc );_dcae =[]int {_beb };}else {_dcae =_fe (_fcb ,_cbfc );};_ggb :=placeHolders {_ba :_dcae ,_adg :_cbfc ,_gg :_afa }; +_ebe =append (_ebe ,_ggb );};_fbc =_cbfc ;};return _ebe ,nil ;}; -// Redactor represents a Redactor object. -type Redactor struct{_bga *_b .PdfReader ;_gbc *RedactionOptions ;_ffaa *_fba .Creator ;_ffdf *RectangleProps ;};type regexMatcher struct{_bgfa RedactionTerm };func _dga (_cfc []*matchedIndex )[]*targetMap {_bfff :=make (map[string ][][]int );_bgde :=[]*targetMap {}; -for _ ,_gdec :=range _cfc {_aacf :=_gdec ._ffe ;_cede :=[]int {_gdec ._fdbb ,_gdec ._ffda };if _bgf ,_bee :=_bfff [_aacf ];_bee {_bfff [_aacf ]=append (_bgf ,_cede );}else {_bfff [_aacf ]=[][]int {_cede };};};for _dfea ,_bed :=range _bfff {_ccf :=&targetMap {_fed :_dfea ,_dfa :_bed }; -_bgde =append (_bgde ,_ccf );};return _bgde ;};func _fcc (_af *_eb .ContentStreamOperations ,_db string ,_eec int )error {_dce :=_eb .ContentStreamOperations {};var _dfg _eb .ContentStreamOperation ;for _ebb ,_gd :=range *_af {if _ebb ==_eec {if _db =="\u0027"{_cb :=_eb .ContentStreamOperation {Operand :"\u0054\u002a"}; -_dce =append (_dce ,&_cb );_dfg .Params =_gd .Params ;_dfg .Operand ="\u0054\u006a";_dce =append (_dce ,&_dfg );}else if _db =="\u0022"{_ffb :=_gd .Params [:2];Tc ,Tw :=_ffb [0],_ffb [1];_fbe :=_eb .ContentStreamOperation {Params :[]_fc .PdfObject {Tc },Operand :"\u0054\u0063"}; -_dce =append (_dce ,&_fbe );_fbe =_eb .ContentStreamOperation {Params :[]_fc .PdfObject {Tw },Operand :"\u0054\u0077"};_dce =append (_dce ,&_fbe );_dfg .Params =[]_fc .PdfObject {_gd .Params [2]};_dfg .Operand ="\u0054\u006a";_dce =append (_dce ,&_dfg ); -};};_dce =append (_dce ,_gd );};*_af =_dce ;return nil ;};func _cef (_cea _fc .PdfObject ,_ebf *_b .PdfFont )(string ,error ){_fde ,_fffg :=_fc .GetStringBytes (_cea );if !_fffg {return "",_fc .ErrTypeError ;};_bge :=_ebf .BytesToCharcodes (_fde );_dbag ,_efbc ,_bfb :=_ebf .CharcodesToStrings (_bge ,""); -if _bfb > 0{_fb .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_efbc ,_bfb );};_ffdd :=_ee .Join (_dbag ,"");return _ffdd ,nil ; -};func _ce (_fgc *_eb .ContentStreamOperations ,_dc map[_fc .PdfObject ][]localSpanMarks )error {for _eg ,_eea :=range _dc {if _eg ==nil {continue ;};_cd ,_ge ,_ged :=_gfeca (_fgc ,_eg );if !_ged {_fb .Log .Debug ("Pd\u0066\u004fb\u006a\u0065\u0063\u0074\u0020\u0025\u0073\u006e\u006ft\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0073\u0069\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073\u0074r\u0065a\u006d\u0020\u006f\u0070\u0065\u0072\u0061\u0074i\u006fn\u0020\u0025s",_eg ,_fgc ); -return nil ;};if _cd .Operand =="\u0054\u006a"{_fge :=_fdg (_cd ,_eg ,_eea );if _fge !=nil {return _fge ;};}else if _cd .Operand =="\u0054\u004a"{_dcb :=_gea (_cd ,_eg ,_eea );if _dcb !=nil {return _dcb ;};}else if _cd .Operand =="\u0027"||_cd .Operand =="\u0022"{_ab :=_fcc (_fgc ,_cd .Operand ,_ge ); -if _ab !=nil {return _ab ;};_ab =_fdg (_cd ,_eg ,_eea );if _ab !=nil {return _ab ;};};};return nil ;};func _adb (_geag string ,_bdba *_b .PdfFont )[]byte {_aae ,_age :=_bdba .StringToCharcodeBytes (_geag );if _age !=0{_fb .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0073\u006fm\u0065\u0020\u0072un\u0065\u0073\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065d\u002e\u000a\u0009\u0025\u0073\u0020\u002d\u003e \u0025\u0076",_geag ,_aae ); -};return _aae ;};func _ba (_dff string ,_eac []localSpanMarks )([]placeHolders ,error ){_baf :="";_dba :=[]placeHolders {};for _gc ,_cfb :=range _eac {_ecg :=_cfb ._ceba ;_cdg :=_cfb ._ggg ;_deb :=_ccee (_ecg );_bbde ,_afde :=_fgb (_ecg );if _afde !=nil {return nil ,_afde ; -};if _deb !=_baf {var _cgeb []int ;if _gc ==0&&_cdg !=_deb {_fdc :=_ee .Index (_dff ,_deb );_cgeb =[]int {_fdc };}else if _gc ==len (_eac )-1{_bdbd :=_ee .LastIndex (_dff ,_deb );_cgeb =[]int {_bdbd };}else {_cgeb =_ggc (_dff ,_deb );};_eggg :=placeHolders {_c :_cgeb ,_df :_deb ,_fg :_bbde }; -_dba =append (_dba ,_eggg );};_baf =_deb ;};return _dba ,nil ;};func _da (_abc *_b .PdfFont ,_gfca _g .TextMark )float64 {_gab :=0.001;_cfg :=_gfca .Th /100;if _abc .Subtype ()=="\u0054\u0079\u0070e\u0033"{_gab =1;};_gfd ,_aed :=_abc .GetRuneMetrics (' '); -if !_aed {_gfd ,_aed =_abc .GetCharMetrics (32);};if !_aed {_gfd ,_ =_b .DefaultFont ().GetRuneMetrics (' ');};_cce :=_gab *((_gfd .Wx *_gfca .FontSize +_gfca .Tc +_gfca .Tw )/_cfg );return _cce ;};func _gea (_cee *_eb .ContentStreamOperation ,_ced _fc .PdfObject ,_dg []localSpanMarks )error {_bdb ,_dgb :=_fc .GetArray (_cee .Params [0]); -_ag :=[]_fc .PdfObject {};if !_dgb {_fb .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0054\u004a\u0020\u006f\u0070\u003d\u0025s\u0020G\u0065t\u0041r\u0072\u0061\u0079\u0056\u0061\u006c\u0020\u0066\u0061\u0069\u006c\u0065\u0064",_cee );return _a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_cee ); -};_gfc ,_gdd :=_cde (_dg );if len (_gdd )==1{_bg :=_gdd [0];_fd :=_gfc [_bg ];if len (_fd )==1{_bgd :=_fd [0];_gdda :=_bgd ._ceba ;_ad :=_afa (_gdda );_ebg ,_eecg :=_cef (_ced ,_ad );if _eecg !=nil {return _eecg ;};_afc ,_eecg :=_gdcg (_bgd ,_gdda ,_ad ,_ebg ,_bg ); -if _eecg !=nil {return _eecg ;};for _ ,_bb :=range _bdb .Elements (){if _bb ==_ced {_ag =append (_ag ,_afc ...);}else {_ag =append (_ag ,_bb );};};}else {_fff :=_fd [0]._ceba ;_ca :=_afa (_fff );_bbd ,_ceb :=_cef (_ced ,_ca );if _ceb !=nil {return _ceb ; -};_ceg ,_ceb :=_ba (_bbd ,_fd );if _ceb !=nil {return _ceb ;};_cba :=_fdb (_ceg );_ea :=_gabd (_bbd ,_cba ,_ca );for _ ,_ae :=range _bdb .Elements (){if _ae ==_ced {_ag =append (_ag ,_ea ...);}else {_ag =append (_ag ,_ae );};};};_cee .Params [0]=_fc .MakeArray (_ag ...); -}else if len (_gdd )> 1{_acf :=_dg [0];_bbf :=_acf ._ceba ;_ ,_eecc :=_ddc (_bbf );_cf :=_bbf .Elements ()[_eecc ];_ed :=_cf .Font ;_gff ,_aba :=_cef (_ced ,_ed );if _aba !=nil {return _aba ;};_ec ,_aba :=_ba (_gff ,_dg );if _aba !=nil {return _aba ;}; -_cbb :=_fdb (_ec );_cff :=_gabd (_gff ,_cbb ,_ed );for _ ,_ga :=range _bdb .Elements (){if _ga ==_ced {_ag =append (_ag ,_cff ...);}else {_ag =append (_ag ,_ga );};};_cee .Params [0]=_fc .MakeArray (_ag ...);};return nil ;}; +// WriteToFile writes the redacted document to file specified by `outputPath`. +func (_fef *Redactor )WriteToFile (outputPath string )error {if _afab :=_fef ._eea .WriteToFile (outputPath );_afab !=nil {return _b .Errorf ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0077\u0072\u0069\u0074\u0065\u0020t\u0068\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0066\u0069\u006c\u0065"); +};return nil ;};func _agfg (_cfe _ca .PdfObject ,_eeg *_g .PdfFont )(string ,error ){_dbc ,_dagf :=_ca .GetStringBytes (_cfe );if !_dagf {return "",_ca .ErrTypeError ;};_facc :=_eeg .BytesToCharcodes (_dbc );_gabg ,_ccgd ,_cfg :=_eeg .CharcodesToStrings (_facc ,""); +if _cfg > 0{_df .Log .Debug ("\u0072\u0065nd\u0065\u0072\u0054e\u0078\u0074\u003a\u0020num\u0043ha\u0072\u0073\u003d\u0025\u0064\u0020\u006eum\u004d\u0069\u0073\u0073\u0065\u0073\u003d%\u0064",_ccgd ,_cfg );};_age :=_ad .Join (_gabg ,"");return _age ,nil ; +};func _dfe (_efag *_f .TextMarkArray )[]*_f .TextMarkArray {_cefb :=_efag .Elements ();_cbeg :=len (_cefb );var _gfde _ca .PdfObject ;_gaac :=[]*_f .TextMarkArray {};_ddgf :=&_f .TextMarkArray {};_fcba :=-1;for _cdb ,_cbba :=range _cefb {_ada :=_cbba .DirectObject ; +_fcba =_cbba .Index ;if _ada ==nil {_gbcc :=_eac (_efag ,_cdb ,_fcba );if _gfde !=nil {if _gbcc ==-1||_gbcc > _cdb {_gaac =append (_gaac ,_ddgf );_ddgf =&_f .TextMarkArray {};};};}else if _ada !=nil &&_gfde ==nil {if _fcba ==0&&_cdb > 0{_gaac =append (_gaac ,_ddgf ); +_ddgf =&_f .TextMarkArray {};};}else if _ada !=nil &&_gfde !=nil {if _ada !=_gfde {_gaac =append (_gaac ,_ddgf );_ddgf =&_f .TextMarkArray {};};};_gfde =_ada ;_ddgf .Append (_cbba );if _cdb ==(_cbeg -1){_gaac =append (_gaac ,_ddgf );};};return _gaac ;}; +func _bffb (_fbf ,_afd targetMap )(bool ,[]int ){_dea :=_ad .Contains (_fbf ._bcf ,_afd ._bcf );var _gcbd []int ;for _ ,_faaf :=range _fbf ._bea {for _agea ,_abd :=range _afd ._bea {if _abd [0]>=_faaf [0]&&_abd [1]<=_faaf [1]{_gcbd =append (_gcbd ,_agea ); +};};};return _dea ,_gcbd ;}; // RedactionTerm holds the regexp pattern and the replacement string for the redaction process. -type RedactionTerm struct{Pattern *_f .Regexp ;};func _eaa (_dgbcd ,_fdcf targetMap )(bool ,[]int ){_fgec :=_ee .Contains (_dgbcd ._fed ,_fdcf ._fed );var _bbc []int ;for _ ,_ebae :=range _dgbcd ._dfa {for _eacd ,_fdf :=range _fdcf ._dfa {if _fdf [0]>=_ebae [0]&&_fdf [1]<=_ebae [1]{_bbc =append (_bbc ,_eacd ); -};};};return _fgec ,_bbc ;};func _cdef (_fe ,_gbg ,_abee float64 )float64 {_abee =_abee /100;_ffbb :=(-1000*_fe )/(_gbg *_abee );return _ffbb ;};func _bfdg (_fcab int ,_gfbe []int )bool {for _ ,_geae :=range _gfbe {if _geae ==_fcab {return true ;};};return false ; -};func _gca (_cgf []int ,_dbg *_g .TextMarkArray ,_acd string )(*_g .TextMarkArray ,matchedBBox ,error ){_bcg :=matchedBBox {};_gcfd :=_cgf [0];_gcd :=_cgf [1];_feb :=len (_acd )-len (_ee .TrimLeft (_acd ,"\u0020"));_ggd :=len (_acd )-len (_ee .TrimRight (_acd ,"\u0020\u000a")); -_gcfd =_gcfd +_feb ;_gcd =_gcd -_ggd ;_acd =_ee .Trim (_acd ,"\u0020\u000a");_feg ,_febf :=_dbg .RangeOffset (_gcfd ,_gcd );if _febf !=nil {return nil ,_bcg ,_febf ;};_fcaa ,_dccc :=_feg .BBox ();if !_dccc {return nil ,_bcg ,_a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_feg ); -};_bcg =matchedBBox {_fbag :_acd ,_gcf :_fcaa };return _feg ,_bcg ,nil ;};func _gfeca (_efb *_eb .ContentStreamOperations ,PdfObj _fc .PdfObject )(*_eb .ContentStreamOperation ,int ,bool ){for _gaa ,_fafe :=range *_efb {_edc :=_fafe .Operand ;if _edc =="\u0054\u006a"{_ccdd :=_fc .TraceToDirectObject (_fafe .Params [0]); -if _ccdd ==PdfObj {return _fafe ,_gaa ,true ;};}else if _edc =="\u0054\u004a"{_efg ,_aeg :=_fc .GetArray (_fafe .Params [0]);if !_aeg {return nil ,_gaa ,_aeg ;};for _ ,_cdc :=range _efg .Elements (){if _cdc ==PdfObj {return _fafe ,_gaa ,true ;};};}else if _edc =="\u0022"{_cfbg :=_fc .TraceToDirectObject (_fafe .Params [2]); -if _cfbg ==PdfObj {return _fafe ,_gaa ,true ;};}else if _edc =="\u0027"{_ddcb :=_fc .TraceToDirectObject (_fafe .Params [0]);if _ddcb ==PdfObj {return _fafe ,_gaa ,true ;};};};return nil ,-1,false ;}; +type RedactionTerm struct{Pattern *_c .Regexp ;}; -// New instantiates a Redactor object with given PdfReader and `regex` pattern. -func New (reader *_b .PdfReader ,opts *RedactionOptions ,rectProps *RectangleProps )*Redactor {if rectProps ==nil {rectProps =RedactRectanglePropsNew ();};return &Redactor {_bga :reader ,_gbc :opts ,_ffaa :_fba .New (),_ffdf :rectProps };};func _cceb (_ffdac *_g .TextMarkArray )[]*_g .TextMarkArray {_cfa :=_ffdac .Elements (); -_ebab :=len (_cfa );var _bbca _fc .PdfObject ;_gaaa :=[]*_g .TextMarkArray {};_egabf :=&_g .TextMarkArray {};_dcd :=-1;for _dbgd ,_fdd :=range _cfa {_bfg :=_fdd .DirectObject ;_dcd =_fdd .Index ;if _bfg ==nil {_gagf :=_gedf (_ffdac ,_dbgd ,_dcd );if _bbca !=nil {if _gagf ==-1||_gagf > _dbgd {_gaaa =append (_gaaa ,_egabf ); -_egabf =&_g .TextMarkArray {};};};}else if _bfg !=nil &&_bbca ==nil {if _dcd ==0&&_dbgd > 0{_gaaa =append (_gaaa ,_egabf );_egabf =&_g .TextMarkArray {};};}else if _bfg !=nil &&_bbca !=nil {if _bfg !=_bbca {_gaaa =append (_gaaa ,_egabf );_egabf =&_g .TextMarkArray {}; -};};_bbca =_bfg ;_egabf .Append (_fdd );if _dbgd ==(_ebab -1){_gaaa =append (_gaaa ,_egabf );};};return _gaaa ;}; +// Redactor represents a Redactor object. +type Redactor struct{_bed *_g .PdfReader ;_decc *RedactionOptions ;_eea *_eg .Creator ;_cfgg *RectangleProps ;}; -// RedactionOptions is a collection of RedactionTerm objects. -type RedactionOptions struct{Terms []RedactionTerm ;};func _cadb (_aebe *matchedIndex ,_gagfb [][]int )(bool ,[][]int ){_gebg :=[][]int {};for _ ,_ccae :=range _gagfb {if _aebe ._fdbb < _ccae [0]&&_aebe ._ffda > _ccae [1]{_gebg =append (_gebg ,_ccae ); -};};return len (_gebg )> 0,_gebg ;};func _ggda (_fffbg []*matchedIndex ,_beb [][]int )[]*matchedIndex {_efab :=[]*matchedIndex {};for _ ,_fegf :=range _fffbg {_cfe ,_fcad :=_cadb (_fegf ,_beb );if _cfe {_bbfd :=_aebf (_fegf ,_fcad );_efab =append (_efab ,_bbfd ...); -}else {_efab =append (_efab ,_fegf );};};return _efab ;}; +// Write writes the content of `re.creator` to writer of type io.Writer interface. +func (_eabg *Redactor )Write (writer _a .Writer )error {return _eabg ._eea .Write (writer )};func _agba (_ec *_f .TextMarkArray )(float64 ,error ){_bgd ,_cdg :=_ec .BBox ();if !_cdg {return 0.0,_b .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_ec ); +};_aab :=_cd (_ec );_bbf :=0.0;_ ,_ffg :=_gf (_ec );_acf :=_ec .Elements ()[_ffg ];_gbc :=_acf .Font ;if _aab > 0{_bbf =_ge (_gbc ,_acf );};_edf :=(_bgd .Urx -_bgd .Llx );_edf =_edf +_bbf *float64 (_aab );Tj :=_bgbe (_edf ,_acf .FontSize ,_acf .Th );return Tj ,nil ; +};type replacement struct{_aga string ;_ff float64 ;_ae int ;};func _eac (_ccgc *_f .TextMarkArray ,_edd int ,_dcga int )int {_dbaab :=_ccgc .Elements ();_beee :=_edd -1;_cac :=_edd +1;_badb :=-1;if _beee >=0{_fdda :=_dbaab [_beee ];_fcfa :=_fdda .ObjString ; +_bbdb :=len (_fcfa );_ace :=_fdda .Index ;if _ace +1< _bbdb {_badb =_beee ;return _badb ;};};if _cac < len (_dbaab ){_acfc :=_dbaab [_cac ];_gce :=_acfc .ObjString ;if _gce [0]!=_acfc .Text {_badb =_cac ;return _badb ;};};return _badb ;};type targetMap struct{_bcf string ; +_bea [][]int ;};func _fcbg (_cffg int ,_fda []int )bool {for _ ,_ead :=range _fda {if _ead ==_cffg {return true ;};};return false ;}; -// WriteToFile writes the redacted document to file specified by `outputPath`. -func (_gbgf *Redactor )WriteToFile (outputPath string )error {if _fef :=_gbgf ._ffaa .WriteToFile (outputPath );_fef !=nil {return _a .Errorf ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0074o\u0020\u0077\u0072\u0069\u0074\u0065\u0020t\u0068\u0065\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020\u0066\u0069\u006c\u0065"); -};return nil ;};func (_cgeg *Redactor )redactPage (_faa *_eb .ContentStreamOperations ,_bec *_b .PdfPageResources )([]matchedBBox ,*_eb .ContentStreamOperations ,error ){_gbaf ,_gggf :=_g .NewFromContents (_faa .String (),_bec );if _gggf !=nil {return nil ,nil ,_gggf ; -};_dbc ,_ ,_ ,_gggf :=_gbaf .ExtractPageText ();if _gggf !=nil {return nil ,nil ,_gggf ;};_faa =_dbc .GetContentStreamOps ();_dgbf :=_dbc .Marks ();_gaaf :=_dbc .Text ();_gaaf ,_dcbe :=_cgg (_gaaf );_aad :=[]matchedBBox {};_efba :=make (map[_fc .PdfObject ][]localSpanMarks ); -_gcgf :=[]*targetMap {};for _ ,_eaga :=range _cgeg ._gbc .Terms {_gdb ,_ffbe :=_geg (_eaga );if _ffbe !=nil {return nil ,nil ,_ffbe ;};_gde ,_ffbe :=_gdb .match (_gaaf );if _ffbe !=nil {return nil ,nil ,_ffbe ;};_gde =_ggda (_gde ,_dcbe );_gfba :=_dga (_gde ); -_gcgf =append (_gcgf ,_gfba ...);};_bag (_gcgf );for _ ,_fcb :=range _gcgf {_ada :=_fcb ._fed ;_dea :=_fcb ._dfa ;_eabd :=[]matchedBBox {};for _ ,_ddef :=range _dea {_cddc ,_ade ,_dae :=_gca (_ddef ,_dgbf ,_ada );if _dae !=nil {return nil ,nil ,_dae ;}; -_cfgg :=_cceb (_cddc );for _cgb ,_afae :=range _cfgg {_gge :=localSpanMarks {_ceba :_afae ,_gacc :_cgb ,_ggg :_ada };_eef ,_ :=_ddc (_afae );if _gfbb ,_ebd :=_efba [_eef ];_ebd {_efba [_eef ]=append (_gfbb ,_gge );}else {_efba [_eef ]=[]localSpanMarks {_gge }; -};};_eabd =append (_eabd ,_ade );};_aad =append (_aad ,_eabd ...);};_gggf =_ce (_faa ,_efba );if _gggf !=nil {return nil ,nil ,_gggf ;};return _aad ,_faa ,nil ;};func _geg (_cfbd RedactionTerm )(*regexMatcher ,error ){return ®exMatcher {_bgfa :_cfbd },nil }; -func _fgb (_dgbb *_g .TextMarkArray )(float64 ,error ){_efa ,_gdgd :=_dgbb .BBox ();if !_gdgd {return 0.0,_a .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_dgbb ); -};_abeb :=_cc (_dgbb );_agbg :=0.0;_ ,_fffb :=_ddc (_dgbb );_acc :=_dgbb .Elements ()[_fffb ];_fac :=_acc .Font ;if _abeb > 0{_agbg =_da (_fac ,_acc );};_dcg :=(_efa .Urx -_efa .Llx );_dcg =_dcg +_agbg *float64 (_abeb );Tj :=_cdef (_dcg ,_acc .FontSize ,_acc .Th ); -return Tj ,nil ;};func _bag (_bfda []*targetMap ){for _eece ,_bad :=range _bfda {for _aab ,_ccg :=range _bfda {if _eece !=_aab {_gfa ,_gdfaa :=_eaa (*_bad ,*_ccg );if _gfa {_ccgd (_ccg ,_gdfaa );};};};};}; +// New instantiates a Redactor object with given PdfReader and `regex` pattern. +func New (reader *_g .PdfReader ,opts *RedactionOptions ,rectProps *RectangleProps )*Redactor {if rectProps ==nil {rectProps =RedactRectanglePropsNew ();};return &Redactor {_bed :reader ,_decc :opts ,_eea :_eg .New (),_cfgg :rectProps };};func _dbd (_gdgf []placeHolders )[]replacement {_dcc :=[]replacement {}; +for _ ,_fgf :=range _gdgf {_gdga :=_fgf ._ba ;_fff :=_fgf ._adg ;_cad :=_fgf ._gg ;for _ ,_aac :=range _gdga {_fddd :=replacement {_aga :_fff ,_ff :_cad ,_ae :_aac };_dcc =append (_dcc ,_fddd );};};_ag .Slice (_dcc ,func (_abc ,_debg int )bool {return _dcc [_abc ]._ae < _dcc [_debg ]._ae }); +return _dcc ;};func _bdfa (_faef *targetMap ,_agg []int ){var _feeg [][]int ;for _dff ,_bacd :=range _faef ._bea {if _fcbg (_dff ,_agg ){continue ;};_feeg =append (_feeg ,_bacd );};_faef ._bea =_feeg ;}; // Redact executes the redact operation on a pdf file and updates the content streams of all pages of the file. -func (_gcg *Redactor )Redact ()error {_ecc ,_bef :=_gcg ._bga .GetNumPages ();if _bef !=nil {return _a .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0074\u0068\u0065\u0020\u006e\u0075m\u0062\u0065\u0072\u0020\u006f\u0066\u0020P\u0061\u0067\u0065\u0073"); -};_gag :=_gcg ._ffdf .FillColor ;_bgea :=_gcg ._ffdf .BorderWidth ;_eaea :=_gcg ._ffdf .FillOpacity ;for _dda :=1;_dda <=_ecc ;_dda ++{_eccg ,_gfed :=_gcg ._bga .GetPage (_dda );if _gfed !=nil {return _gfed ;};_dec ,_gfed :=_g .New (_eccg );if _gfed !=nil {return _gfed ; -};_ffc ,_ ,_ ,_gfed :=_dec .ExtractPageText ();if _gfed !=nil {return _gfed ;};_cbeb :=_ffc .GetContentStreamOps ();_gbga ,_decf ,_gfed :=_gcg .redactPage (_cbeb ,_eccg .Resources );if _decf ==nil {_fb .Log .Info ("N\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u0020t\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065d \u0070\u0061\u0074t\u0061r\u006e\u002e"); -_decf =_cbeb ;};_cegde :=_eb .ContentStreamOperation {Operand :"\u006e"};*_decf =append (*_decf ,&_cegde );_eccg .SetContentStreams ([]string {_decf .String ()},_fc .NewFlateEncoder ());if _gfed !=nil {return _gfed ;};_ecea ,_gfed :=_eccg .GetMediaBox (); -if _gfed !=nil {return _gfed ;};if _eccg .MediaBox ==nil {_eccg .MediaBox =_ecea ;};if _gebf :=_gcg ._ffaa .AddPage (_eccg );_gebf !=nil {return _gebf ;};_ff .Slice (_gbga ,func (_adba ,_dacg int )bool {return _gbga [_adba ]._fbag < _gbga [_dacg ]._fbag }); -_aedd :=_ecea .Ury ;for _ ,_gbb :=range _gbga {_gacbe :=_gbb ._gcf ;_bfd :=_gcg ._ffaa .NewRectangle (_gacbe .Llx ,_aedd -_gacbe .Lly ,_gacbe .Urx -_gacbe .Llx ,-(_gacbe .Ury -_gacbe .Lly ));_bfd .SetFillColor (_gag );_bfd .SetBorderWidth (_bgea );_bfd .SetFillOpacity (_eaea ); -if _cac :=_gcg ._ffaa .Draw (_bfd );_cac !=nil {return nil ;};};};_gcg ._ffaa .SetOutlineTree (_gcg ._bga .GetOutlineTree ());return nil ;};func _gedf (_fbc *_g .TextMarkArray ,_ffag int ,_aefd int )int {_bcb :=_fbc .Elements ();_eff :=_ffag -1;_gffg :=_ffag +1; -_fea :=-1;if _eff >=0{_gdbf :=_bcb [_eff ];_adbf :=_gdbf .ObjString ;_ddgg :=len (_adbf );_eecb :=_gdbf .Index ;if _eecb +1< _ddgg {_fea =_eff ;return _fea ;};};if _gffg < len (_bcb ){_ccab :=_bcb [_gffg ];_effe :=_ccab .ObjString ;if _effe [0]!=_ccab .Text {_fea =_gffg ; -return _fea ;};};return _fea ;};func _afa (_ef *_g .TextMarkArray )*_b .PdfFont {_ ,_ggf :=_ddc (_ef );_bgg :=_ef .Elements ()[_ggf ];_cdd :=_bgg .Font ;return _cdd ;};func _gabd (_cca string ,_cfd []replacement ,_bbaf *_b .PdfFont )[]_fc .PdfObject {_fbea :=[]_fc .PdfObject {}; -_eag :=0;_faf :=_cca ;for _bdbc ,_fbf :=range _cfd {_dded :=_fbf ._aa ;_gfec :=_fbf ._bf ;_ebcc :=_fbf ._cg ;_bfee :=_fc .MakeFloat (_gfec );if _eag > _dded ||_dded ==-1{continue ;};_fdgb :=_cca [_eag :_dded ];_dccb :=_adb (_fdgb ,_bbaf );_gdfe :=_fc .MakeStringFromBytes (_dccb ); -_fbea =append (_fbea ,_gdfe );_fbea =append (_fbea ,_bfee );_cbad :=_dded +len (_ebcc );_faf =_cca [_cbad :];_eag =_cbad ;if _bdbc ==len (_cfd )-1{_dccb =_adb (_faf ,_bbaf );_gdfe =_fc .MakeStringFromBytes (_dccb );_fbea =append (_fbea ,_gdfe );};};return _fbea ; -};func _fdg (_egf *_eb .ContentStreamOperation ,_gdc _fc .PdfObject ,_ffd []localSpanMarks )error {var _dgbc *_fc .PdfObjectArray ;_gb ,_eba :=_cde (_ffd );if len (_eba )==1{_bdf :=_eba [0];_dab :=_gb [_bdf ];if len (_dab )==1{_be :=_dab [0];_eca :=_be ._ceba ; -_agb :=_afa (_eca );_adg ,_ede :=_cef (_gdc ,_agb );if _ede !=nil {return _ede ;};_gdf ,_ede :=_gdcg (_be ,_eca ,_agb ,_adg ,_bdf );if _ede !=nil {return _ede ;};_dgbc =_fc .MakeArray (_gdf ...);}else {_afd :=_dab [0]._ceba ;_cge :=_afa (_afd );_eae ,_bbac :=_cef (_gdc ,_cge ); -if _bbac !=nil {return _bbac ;};_geb ,_bbac :=_ba (_eae ,_dab );if _bbac !=nil {return _bbac ;};_fgcg :=_fdb (_geb );_dde :=_gabd (_eae ,_fgcg ,_cge );_dgbc =_fc .MakeArray (_dde ...);};}else if len (_eba )> 1{_aef :=_ffd [0];_ecaf :=_aef ._ceba ;_ ,_dfe :=_ddc (_ecaf ); -_daf :=_ecaf .Elements ()[_dfe ];_gfe :=_daf .Font ;_gdg ,_fce :=_cef (_gdc ,_gfe );if _fce !=nil {return _fce ;};_cddb ,_fce :=_ba (_gdg ,_ffd );if _fce !=nil {return _fce ;};_dgbg :=_fdb (_cddb );_bc :=_gabd (_gdg ,_dgbg ,_gfe );_dgbc =_fc .MakeArray (_bc ...); -};_egf .Params [0]=_dgbc ;_egf .Operand ="\u0054\u004a";return nil ;}; +func (_fcdg *Redactor )Redact ()error {_badg ,_eef :=_fcdg ._bed .GetNumPages ();if _eef !=nil {return _b .Errorf ("\u0066\u0061\u0069\u006c\u0065\u0064 \u0074\u006f\u0020\u0067\u0065\u0074\u0020\u0074\u0068\u0065\u0020\u006e\u0075m\u0062\u0065\u0072\u0020\u006f\u0066\u0020P\u0061\u0067\u0065\u0073"); +};_bcfa :=_fcdg ._cfgg .FillColor ;_cedb :=_fcdg ._cfgg .BorderWidth ;_bgf :=_fcdg ._cfgg .FillOpacity ;for _ddg :=1;_ddg <=_badg ;_ddg ++{_cef ,_baad :=_fcdg ._bed .GetPage (_ddg );if _baad !=nil {return _baad ;};_bcb ,_baad :=_f .New (_cef );if _baad !=nil {return _baad ; +};_bae ,_ ,_ ,_baad :=_bcb .ExtractPageText ();if _baad !=nil {return _baad ;};_bce :=_bae .GetContentStreamOps ();_egda ,_cfaf ,_baad :=_fcdg .redactPage (_bce ,_cef .Resources );if _cfaf ==nil {_df .Log .Info ("N\u006f\u0020\u006d\u0061\u0074\u0063\u0068\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0066\u006f\u0072\u0020t\u0068\u0065\u0020\u0070\u0072\u006f\u0076\u0069\u0064\u0065d \u0070\u0061\u0074t\u0061r\u006e\u002e"); +_cfaf =_bce ;};_deg :=_bg .ContentStreamOperation {Operand :"\u006e"};*_cfaf =append (*_cfaf ,&_deg );_cef .SetContentStreams ([]string {_cfaf .String ()},_ca .NewFlateEncoder ());if _baad !=nil {return _baad ;};_bab ,_baad :=_cef .GetMediaBox ();if _baad !=nil {return _baad ; +};if _cef .MediaBox ==nil {_cef .MediaBox =_bab ;};if _cfee :=_fcdg ._eea .AddPage (_cef );_cfee !=nil {return _cfee ;};_ag .Slice (_egda ,func (_gaef ,_fee int )bool {return _egda [_gaef ]._gdcc < _egda [_fee ]._gdcc });_dbg :=_bab .Ury ;for _ ,_ged :=range _egda {_gbgb :=_ged ._daa ; +_acbc :=_fcdg ._eea .NewRectangle (_gbgb .Llx ,_dbg -_gbgb .Lly ,_gbgb .Urx -_gbgb .Llx ,-(_gbgb .Ury -_gbgb .Lly ));_acbc .SetFillColor (_bcfa );_acbc .SetBorderWidth (_cedb );_acbc .SetFillOpacity (_bgf );if _faae :=_fcdg ._eea .Draw (_acbc );_faae !=nil {return nil ; +};};};_fcdg ._eea .SetOutlineTree (_fcdg ._bed .GetOutlineTree ());return nil ;};func _fdc (_aaee []*targetMap ){for _cca ,_cfb :=range _aaee {for _bfe ,_cdc :=range _aaee {if _cca !=_bfe {_gba ,_aba :=_bffb (*_cfb ,*_cdc );if _gba {_bdfa (_cdc ,_aba ); +};};};};};type matchedBBox struct{_daa _g .PdfRectangle ;_gdcc string ;};func _cd (_ab *_f .TextMarkArray )int {_bad :=0;_bbc :=_ab .Elements ();if _bbc [0].Text =="\u0020"{_bad ++;};if _bbc [_ab .Len ()-1].Text =="\u0020"{_bad ++;};return _bad ;}; // RectangleProps defines properties of the redaction rectangle to be drawn. -type RectangleProps struct{FillColor _fba .Color ;BorderWidth float64 ;FillOpacity float64 ;};type replacement struct{_cg string ;_bf float64 ;_aa int ;};func (_ead *regexMatcher )match (_ceee string )([]*matchedIndex ,error ){_gef :=_ead ._bgfa .Pattern ; -if _gef ==nil {return nil ,_e .New ("\u006e\u006f\u0020\u0070at\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006d\u0070\u0069\u006c\u0065\u0064");};var (_aefb =_gef .FindAllStringIndex (_ceee ,-1);_decg []*matchedIndex ;);for _ ,_ggdf :=range _aefb {_decg =append (_decg ,&matchedIndex {_fdbb :_ggdf [0],_ffda :_ggdf [1],_ffe :_ceee [_ggdf [0]:_ggdf [1]]}); -};return _decg ,nil ;}; +type RectangleProps struct{FillColor _eg .Color ;BorderWidth float64 ;FillOpacity float64 ;};type regexMatcher struct{_ddc RedactionTerm };func _abg (_cece *matchedIndex ,_eecc [][]int )(bool ,[][]int ){_beda :=[][]int {};for _ ,_baab :=range _eecc {if _cece ._dda < _baab [0]&&_cece ._fbca > _baab [1]{_beda =append (_beda ,_baab ); +};};return len (_beda )> 0,_beda ;}; // RedactRectanglePropsNew return a new pointer to a default RectangleProps object. -func RedactRectanglePropsNew ()*RectangleProps {return &RectangleProps {FillColor :_fba .ColorBlack ,BorderWidth :0.0,FillOpacity :1.0};}; +func RedactRectanglePropsNew ()*RectangleProps {return &RectangleProps {FillColor :_eg .ColorBlack ,BorderWidth :0.0,FillOpacity :1.0};};func _egeg (_bdd []localSpanMarks )(map[string ][]localSpanMarks ,[]string ){_bfcf :=make (map[string ][]localSpanMarks ); +_aed :=[]string {};for _ ,_cge :=range _bdd {_acd :=_cge ._ffc ;if _bada ,_gde :=_bfcf [_acd ];_gde {_bfcf [_acd ]=append (_bada ,_cge );}else {_bfcf [_acd ]=[]localSpanMarks {_cge };_aed =append (_aed ,_acd );};};return _bfcf ,_aed ;};func _gea (_gbb []*matchedIndex )[]*targetMap {_cgec :=make (map[string ][][]int ); +_ffa :=[]*targetMap {};for _ ,_gcbe :=range _gbb {_eacb :=_gcbe ._aadd ;_dafg :=[]int {_gcbe ._dda ,_gcbe ._fbca };if _decg ,_gdce :=_cgec [_eacb ];_gdce {_cgec [_eacb ]=append (_decg ,_dafg );}else {_cgec [_eacb ]=[][]int {_dafg };};};for _afbd ,_bfdg :=range _cgec {_cegd :=&targetMap {_bcf :_afbd ,_bea :_bfdg }; +_ffa =append (_ffa ,_cegd );};return _ffa ;};func (_bcg *regexMatcher )match (_gaefd string )([]*matchedIndex ,error ){_bece :=_bcg ._ddc .Pattern ;if _bece ==nil {return nil ,_d .New ("\u006e\u006f\u0020\u0070at\u0074\u0065\u0072\u006e\u0020\u0063\u006f\u006d\u0070\u0069\u006c\u0065\u0064"); +};var (_agce =_bece .FindAllStringIndex (_gaefd ,-1);_ecd []*matchedIndex ;);for _ ,_bbfb :=range _agce {_ecd =append (_ecd ,&matchedIndex {_dda :_bbfb [0],_fbca :_bbfb [1],_aadd :_gaefd [_bbfb [0]:_bbfb [1]]});};return _ecd ,nil ;};func _agb (_cc *_bg .ContentStreamOperations ,_aa map[_ca .PdfObject ][]localSpanMarks )error {for _ege ,_fd :=range _aa {if _ege ==nil {continue ; +};_egd ,_fc ,_gd :=_dfcf (_cc ,_ege );if !_gd {_df .Log .Debug ("Pd\u0066\u004fb\u006a\u0065\u0063\u0074\u0020\u0025\u0073\u006e\u006ft\u0020\u0066\u006f\u0075\u006e\u0064\u0020\u0069\u006e\u0020\u0073\u0069\u0064\u0065\u0020\u0074\u0068\u0065\u0020\u0063\u006f\u006e\u0074\u0065\u006e\u0074\u0073\u0074r\u0065a\u006d\u0020\u006f\u0070\u0065\u0072\u0061\u0074i\u006fn\u0020\u0025s",_ege ,_cc ); +return nil ;};if _egd .Operand =="\u0054\u006a"{_bb :=_dgf (_egd ,_ege ,_fd );if _bb !=nil {return _bb ;};}else if _egd .Operand =="\u0054\u004a"{_dfg :=_db (_egd ,_ege ,_fd );if _dfg !=nil {return _dfg ;};}else if _egd .Operand =="\u0027"||_egd .Operand =="\u0022"{_cb :=_cbe (_cc ,_egd .Operand ,_fc ); +if _cb !=nil {return _cb ;};_cb =_dgf (_egd ,_ege ,_fd );if _cb !=nil {return _cb ;};};};return nil ;};func _dfcf (_dbaa *_bg .ContentStreamOperations ,PdfObj _ca .PdfObject )(*_bg .ContentStreamOperation ,int ,bool ){for _gdd ,_ddbc :=range *_dbaa {_eag :=_ddbc .Operand ; +if _eag =="\u0054\u006a"{_efca :=_ca .TraceToDirectObject (_ddbc .Params [0]);if _efca ==PdfObj {return _ddbc ,_gdd ,true ;};}else if _eag =="\u0054\u004a"{_agbad ,_gga :=_ca .GetArray (_ddbc .Params [0]);if !_gga {return nil ,_gdd ,_gga ;};for _ ,_dbf :=range _agbad .Elements (){if _dbf ==PdfObj {return _ddbc ,_gdd ,true ; +};};}else if _eag =="\u0022"{_caf :=_ca .TraceToDirectObject (_ddbc .Params [2]);if _caf ==PdfObj {return _ddbc ,_gdd ,true ;};}else if _eag =="\u0027"{_dbag :=_ca .TraceToDirectObject (_ddbc .Params [0]);if _dbag ==PdfObj {return _ddbc ,_gdd ,true ;}; +};};return nil ,-1,false ;};func _daed (_cbdd *matchedIndex ,_agec [][]int )[]*matchedIndex {_fede :=[]*matchedIndex {};_acbd :=_cbdd ._dda ;_bgg :=_acbd ;_bdbe :=_cbdd ._aadd ;_cccd :=0;for _ ,_cgc :=range _agec {_gaf :=_cgc [0]-_acbd ;if _cccd >=_gaf {continue ; +};_fddad :=_bdbe [_cccd :_gaf ];_gbga :=&matchedIndex {_aadd :_fddad ,_dda :_bgg ,_fbca :_cgc [0]};if len (_ad .TrimSpace (_fddad ))!=0{_fede =append (_fede ,_gbga );};_cccd =_cgc [1]-_acbd ;_bgg =_acbd +_cccd ;};_bbbg :=_bdbe [_cccd :];_fec :=&matchedIndex {_aadd :_bbbg ,_dda :_bgg ,_fbca :_cbdd ._fbca }; +if len (_ad .TrimSpace (_bbbg ))!=0{_fede =append (_fede ,_fec );};return _fede ;}; -// Write writes the content of `re.creator` to writer of type io.Writer interface. -func (_ecgf *Redactor )Write (writer _ac .Writer )error {return _ecgf ._ffaa .Write (writer )};type matchedBBox struct{_gcf _b .PdfRectangle ;_fbag string ;}; \ No newline at end of file +// RedactionOptions is a collection of RedactionTerm objects. +type RedactionOptions struct{Terms []RedactionTerm ;};func (_dfa *Redactor )redactPage (_bdda *_bg .ContentStreamOperations ,_ecc *_g .PdfPageResources )([]matchedBBox ,*_bg .ContentStreamOperations ,error ){_cbg ,_cfcc :=_f .NewFromContents (_bdda .String (),_ecc ); +if _cfcc !=nil {return nil ,nil ,_cfcc ;};_cgeb ,_ ,_ ,_cfcc :=_cbg .ExtractPageText ();if _cfcc !=nil {return nil ,nil ,_cfcc ;};_bdda =_cgeb .GetContentStreamOps ();_cga :=_cgeb .Marks ();_eee :=_cgeb .Text ();_eee ,_gca :=_ecf (_eee );_gfd :=[]matchedBBox {}; +_gege :=make (map[_ca .PdfObject ][]localSpanMarks );_cgeg :=[]*targetMap {};for _ ,_efg :=range _dfa ._decc .Terms {_eefc ,_gfa :=_gcc (_efg );if _gfa !=nil {return nil ,nil ,_gfa ;};_ebfd ,_gfa :=_eefc .match (_eee );if _gfa !=nil {return nil ,nil ,_gfa ; +};_ebfd =_ffab (_ebfd ,_gca );_cfeb :=_gea (_ebfd );_cgeg =append (_cgeg ,_cfeb ...);};_fdc (_cgeg );for _ ,_agag :=range _cgeg {_gdcg :=_agag ._bcf ;_deee :=_agag ._bea ;_fdf :=[]matchedBBox {};for _ ,_bcaf :=range _deee {_fbcf ,_gaefa ,_bedf :=_bfcd (_bcaf ,_cga ,_gdcg ); +if _bedf !=nil {return nil ,nil ,_bedf ;};_ggfg :=_dfe (_fbcf );for _dgb ,_deeeb :=range _ggfg {_bcee :=localSpanMarks {_fcd :_deeeb ,_dde :_dgb ,_ffc :_gdcg };_dge ,_ :=_gf (_deeeb );if _cgega ,_gfdf :=_gege [_dge ];_gfdf {_gege [_dge ]=append (_cgega ,_bcee ); +}else {_gege [_dge ]=[]localSpanMarks {_bcee };};};_fdf =append (_fdf ,_gaefa );};_gfd =append (_gfd ,_fdf ...);};_cfcc =_agb (_bdda ,_gege );if _cfcc !=nil {return nil ,nil ,_cfcc ;};return _gfd ,_bdda ,nil ;};func _bgbe (_ceec ,_eed ,_efce float64 )float64 {_efce =_efce /100; +_ccda :=(-1000*_ceec )/(_eed *_efce );return _ccda ;};func _ecf (_fddaa string )(string ,[][]int ){_fdcf :=_c .MustCompile ("\u005c\u006e");_fddf :=_fdcf .FindAllStringIndex (_fddaa ,-1);_gaaf :=_fdcf .ReplaceAllString (_fddaa ,"\u0020");return _gaaf ,_fddf ; +};func _gbe (_eaga *_f .TextMarkArray )string {_fgd :="";for _ ,_aae :=range _eaga .Elements (){_fgd +=_aae .Text ;};return _fgd ;};func _gbg (_fge *_f .TextMarkArray )*_g .PdfFont {_ ,_ggfd :=_gf (_fge );_dag :=_fge .Elements ()[_ggfd ];_efe :=_dag .Font ; +return _efe ;};func _ffab (_dccc []*matchedIndex ,_dgfc [][]int )[]*matchedIndex {_cfgf :=[]*matchedIndex {};for _ ,_eaag :=range _dccc {_aaac ,_aff :=_abg (_eaag ,_dgfc );if _aaac {_aaf :=_daed (_eaag ,_aff );_cfgf =append (_cfgf ,_aaf ...);}else {_cfgf =append (_cfgf ,_eaag ); +};};return _cfgf ;};func _daba (_gfb string ,_gc []replacement ,_dce *_g .PdfFont )[]_ca .PdfObject {_gcd :=[]_ca .PdfObject {};_efae :=0;_cab :=_gfb ;for _bfg ,_ddb :=range _gc {_gad :=_ddb ._ae ;_debb :=_ddb ._ff ;_cfc :=_ddb ._aga ;_fac :=_ca .MakeFloat (_debb ); +if _efae > _gad ||_gad ==-1{continue ;};_bdcd :=_gfb [_efae :_gad ];_gdgb :=_ggf (_bdcd ,_dce );_fcc :=_ca .MakeStringFromBytes (_gdgb );_gcd =append (_gcd ,_fcc );_gcd =append (_gcd ,_fac );_caa :=_gad +len (_cfc );_cab =_gfb [_caa :];_efae =_caa ;if _bfg ==len (_gc )-1{_gdgb =_ggf (_cab ,_dce ); +_fcc =_ca .MakeStringFromBytes (_gdgb );_gcd =append (_gcd ,_fcc );};};return _gcd ;};type matchedIndex struct{_dda int ;_fbca int ;_aadd string ;};func _bfcd (_cfd []int ,_agfd *_f .TextMarkArray ,_adcg string )(*_f .TextMarkArray ,matchedBBox ,error ){_fdde :=matchedBBox {}; +_afe :=_cfd [0];_geb :=_cfd [1];_cedd :=len (_adcg )-len (_ad .TrimLeft (_adcg ,"\u0020"));_dbde :=len (_adcg )-len (_ad .TrimRight (_adcg ,"\u0020\u000a"));_afe =_afe +_cedd ;_geb =_geb -_dbde ;_adcg =_ad .Trim (_adcg ,"\u0020\u000a");_adfg ,_aggg :=_agfd .RangeOffset (_afe ,_geb ); +if _aggg !=nil {return nil ,_fdde ,_aggg ;};_fgeg ,_fdb :=_adfg .BBox ();if !_fdb {return nil ,_fdde ,_b .Errorf ("\u0073\u0070\u0061\u006e\u004d\u0061\u0072\u006bs\u002e\u0042\u0042ox\u0020\u0068\u0061\u0073\u0020\u006eo\u0020\u0062\u006f\u0075\u006e\u0064\u0069\u006e\u0067\u0020\u0062\u006f\u0078\u002e\u0020s\u0070\u0061\u006e\u004d\u0061\u0072\u006b\u0073=\u0025\u0073",_adfg ); +};_fdde =matchedBBox {_gdcc :_adcg ,_daa :_fgeg };return _adfg ,_fdde ,nil ;};func _ge (_ac *_g .PdfFont ,_bbb _f .TextMark )float64 {_ccf :=0.001;_cec :=_bbb .Th /100;if _ac .Subtype ()=="\u0054\u0079\u0070e\u0033"{_ccf =1;};_bfd ,_bdee :=_ac .GetRuneMetrics (' '); +if !_bdee {_bfd ,_bdee =_ac .GetCharMetrics (32);};if !_bdee {_bfd ,_ =_g .DefaultFont ().GetRuneMetrics (' ');};_bbd :=_ccf *((_bfd .Wx *_bbb .FontSize +_bbb .Tc +_bbb .Tw )/_cec );return _bbd ;};func _gf (_ccd *_f .TextMarkArray )(_ca .PdfObject ,int ){var _bac _ca .PdfObject ; +_fb :=-1;for _dcg ,_cbf :=range _ccd .Elements (){_bac =_cbf .DirectObject ;_fb =_dcg ;if _bac !=nil {break ;};};return _bac ,_fb ;};func _ggf (_eaa string ,_dec *_g .PdfFont )[]byte {_ccg ,_deca :=_dec .StringToCharcodeBytes (_eaa );if _deca !=0{_df .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0073\u006fm\u0065\u0020\u0072un\u0065\u0073\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0062\u0065\u0020\u0065\u006e\u0063\u006f\u0064\u0065d\u002e\u000a\u0009\u0025\u0073\u0020\u002d\u003e \u0025\u0076",_eaa ,_ccg ); +};return _ccg ;};func _dgf (_abb *_bg .ContentStreamOperation ,_eab _ca .PdfObject ,_cee []localSpanMarks )error {var _abf *_ca .PdfObjectArray ;_deb ,_dac :=_egeg (_cee );if len (_dac )==1{_deeg :=_dac [0];_dae :=_deb [_deeg ];if len (_dae )==1{_bdb :=_dae [0]; +_ebbd :=_bdb ._fcd ;_ceb :=_gbg (_ebbd );_aea ,_dcf :=_agfg (_eab ,_ceb );if _dcf !=nil {return _dcf ;};_cbb ,_dcf :=_cgb (_bdb ,_ebbd ,_ceb ,_aea ,_deeg );if _dcf !=nil {return _dcf ;};_abf =_ca .MakeArray (_cbb ...);}else {_dab :=_dae [0]._fcd ;_bbgg :=_gbg (_dab ); +_adgb ,_agc :=_agfg (_eab ,_bbgg );if _agc !=nil {return _agc ;};_cae ,_agc :=_bga (_adgb ,_dae );if _agc !=nil {return _agc ;};_dga :=_dbd (_cae );_cda :=_daba (_adgb ,_dga ,_bbgg );_abf =_ca .MakeArray (_cda ...);};}else if len (_dac )> 1{_gdg :=_cee [0]; +_ggd :=_gdg ._fcd ;_ ,_gacf :=_gf (_ggd );_gaa :=_ggd .Elements ()[_gacf ];_ebbf :=_gaa .Font ;_dcff ,_ddf :=_agfg (_eab ,_ebbf );if _ddf !=nil {return _ddf ;};_bee ,_ddf :=_bga (_dcff ,_cee );if _ddf !=nil {return _ddf ;};_eba :=_dbd (_bee );_efa :=_daba (_dcff ,_eba ,_ebbf ); +_abf =_ca .MakeArray (_efa ...);};_abb .Params [0]=_abf ;_abb .Operand ="\u0054\u004a";return nil ;};type placeHolders struct{_ba []int ;_adg string ;_gg float64 ;};func _cgb (_daf localSpanMarks ,_bgb *_f .TextMarkArray ,_agf *_g .PdfFont ,_gab ,_cff string )([]_ca .PdfObject ,error ){_cea :=_gbe (_bgb ); +Tj ,_bef :=_agba (_bgb );if _bef !=nil {return nil ,_bef ;};_aaa :=len (_gab );_bfag :=len (_cea );_ccb :=-1;_egg :=_ca .MakeFloat (Tj );if _cea !=_cff {_ccfd :=_daf ._dde ;if _ccfd ==0{_ccb =_ad .LastIndex (_gab ,_cea );}else {_ccb =_ad .Index (_gab ,_cea ); +};}else {_ccb =_ad .Index (_gab ,_cea );};_dgg :=_ccb +_bfag ;_ebae :=[]_ca .PdfObject {};if _ccb ==0&&_dgg ==_aaa {_ebae =append (_ebae ,_egg );}else if _ccb ==0&&_dgg < _aaa {_bec :=_ggf (_gab [_dgg :],_agf );_bcc :=_ca .MakeStringFromBytes (_bec );_ebae =append (_ebae ,_egg ,_bcc ); +}else if _ccb > 0&&_dgg >=_aaa {_add :=_ggf (_gab [:_ccb ],_agf );_eff :=_ca .MakeStringFromBytes (_add );_ebae =append (_ebae ,_eff ,_egg );}else if _ccb > 0&&_dgg < _aaa {_af :=_ggf (_gab [:_ccb ],_agf );_geg :=_ggf (_gab [_dgg :],_agf );_ebfc :=_ca .MakeStringFromBytes (_af ); +_dgab :=_ca .MakeString (string (_geg ));_ebae =append (_ebae ,_ebfc ,_egg ,_dgab );};return _ebae ,nil ;};type localSpanMarks struct{_fcd *_f .TextMarkArray ;_dde int ;_ffc string ;}; \ No newline at end of file diff --git a/render/internal/context/context.go b/render/internal/context/context.go index 80211d270..9f990dc8f 100644 --- a/render/internal/context/context.go +++ b/render/internal/context/context.go @@ -9,32 +9,30 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package context ;import (_fba "errors";_deg "github.com/unidoc/freetype/truetype";_dg "github.com/unidoc/unipdf/v3/core";_de "github.com/unidoc/unipdf/v3/internal/cmap";_d "github.com/unidoc/unipdf/v3/internal/textencoding";_b "github.com/unidoc/unipdf/v3/internal/transform"; -_cg "github.com/unidoc/unipdf/v3/model";_ac "golang.org/x/image/font";_cb "image";_a "image/color";_fb "strconv";_c "strings";);const (LineCapRound LineCap =iota ;LineCapButt ;LineCapSquare ;);type Context interface{Push ();Pop ();Matrix ()_b .Matrix ; -SetMatrix (_fdf _b .Matrix );Translate (_ca ,_fdc float64 );Scale (_cd ,_ab float64 );Rotate (_fa float64 );MoveTo (_db ,_be float64 );LineTo (_dcb ,_e float64 );CubicTo (_cc ,_ff ,_fe ,_abd ,_dcg ,_cdd float64 );QuadraticTo (_eb ,_da ,_bf ,_dega float64 ); -NewSubPath ();ClosePath ();ClearPath ();Clip ();ClipPreserve ();ResetClip ();LineWidth ()float64 ;SetLineWidth (_eg float64 );SetLineCap (_fg LineCap );SetLineJoin (_ebd LineJoin );SetDash (_ae ...float64 );SetDashOffset (_fde float64 );Fill ();FillPreserve (); -Stroke ();StrokePreserve ();SetRGBA (_ebb ,_ad ,_ffa ,_aa float64 );SetFillRGBA (_bg ,_bgc ,_ec ,_bdf float64 );SetFillStyle (_ee Pattern );SetFillRule (_gd FillRule );SetStrokeRGBA (_def ,_aae ,_bgcc ,_feg float64 );SetStrokeStyle (_dag Pattern );FillPattern ()Pattern ; -StrokePattern ()Pattern ;TextState ()*TextState ;DrawString (_bge string ,_ce _ac .Face ,_dd ,_cf float64 );MeasureString (_fga string ,_fbc _ac .Face )(_cdf ,_eba float64 );DrawRectangle (_cce ,_aad ,_acf ,_bff float64 );DrawImage (_gf _cb .Image ,_cga ,_cdc int ); -DrawImageAnchored (_df _cb .Image ,_gc ,_bc int ,_bb ,_gb float64 );Height ()int ;Width ()int ;};func (_adg *TextFont )charcodeToRunesSimple (_dca _d .CharCode )(_d .CharCode ,[]rune ){_abdg :=[]_d .CharCode {_dca };if _adg .Font .IsSimple ()&&_adg ._fff !=nil {if _dab :=_adg ._fff .Index (rune (_dca )); -_dab > 0{return _dca ,[]rune {rune (_dca )};};};if _adg ._fff !=nil &&!_adg ._fff .HasCmap ()&&_c .Contains (_adg .Font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"){if _cag :=_adg ._fff .Index (rune (_dca ));_cag > 0{return _dca ,[]rune {rune (_dca )}; -};};return _dca ,_adg .Font .CharcodesToUnicode (_abdg );};func (_ea *TextState )ProcTf (font *TextFont ){_ea .Tf =font };func (_ag *TextFont )WithSize (size float64 ,originalFont *_cg .PdfFont )*TextFont {return &TextFont {Font :_ag .Font ,Size :size ,_fff :_ag ._fff ,_cgd :originalFont }; -};type FillRule int ;func NewTextState ()TextState {return TextState {Th :100,Tm :_b .IdentityMatrix (),Tlm :_b .IdentityMatrix ()};};type LineJoin int ;func (_fdg *TextState )ProcTStar (){_fdg .ProcTd (0,-_fdg .Tl )};func (_fcd *TextFont )BytesToCharcodes (data []byte )[]_d .CharCode {if _fcd ._cgd !=nil {return _fcd ._cgd .BytesToCharcodes (data ); -};return _fcd .Font .BytesToCharcodes (data );};type Pattern interface{ColorAt (_g ,_fd int )_a .Color ;};func (_ceac *TextState )ProcDQ (data []byte ,aw ,ac float64 ,ctx Context ){_ceac .Tw =aw ;_ceac .Tc =ac ;_ceac .ProcQ (data ,ctx );};const (FillRuleWinding FillRule =iota ; -FillRuleEvenOdd ;);func (_aba *TextFont )NewFace (size float64 )_ac .Face {return _deg .NewFace (_aba ._fff ,&_deg .Options {Size :size });};type TextRenderingMode int ;func (_ege *TextState )ProcTj (data []byte ,ctx Context ){_ece :=_ege .Tf .Size ;_gg :=_ege .Th /100.0; -_bgg :=_ege .GlobalScale ;_eea :=_b .NewMatrix (_ece *_gg ,0,0,_ece ,0,_ege .Ts );_fffd :=ctx .Matrix ();_ede :=_fffd .Clone ().Mult (_ege .Tm .Clone ().Mult (_eea )).ScalingFactorY ();_cff :=_ege .Tf .NewFace (_ede );_dbd :=_ege .Tf .BytesToCharcodes (data ); -for _ ,_ebdc :=range _dbd {_ecga ,_gcb :=_ege .Tf .CharcodeToRunes (_ebdc );_cdg :=string (_gcb );if _cdg =="\u0000"{continue ;};_fce :=_fffd .Clone ().Mult (_ege .Tm .Clone ().Mult (_eea ));_dagd :=_fce .ScalingFactorY ();_fce =_fce .Scale (1/_dagd ,-1/_dagd ); -if _ege .Tr !=TextRenderingModeInvisible {ctx .SetMatrix (_fce );ctx .DrawString (_cdg ,_cff ,0,0);ctx .SetMatrix (_fffd );};_dcbd :=0.0;if _cdg =="\u0020"{_dcbd =_ege .Tw ;};_cea ,_ ,_bbc :=_ege .Tf .GetCharMetrics (_ecga );if _bbc {_cea =_cea *0.001*_ece ; -}else {_cea ,_ =ctx .MeasureString (_cdg ,_cff );_cea =_cea /_bgg ;};_bgeb :=(_cea +_ege .Tc +_dcbd )*_gg ;_ege .Tm =_ege .Tm .Mult (_b .TranslationMatrix (_bgeb ,0));};};func (_ffb *TextFont )GetCharMetrics (code _d .CharCode )(float64 ,float64 ,bool ){if _cbc ,_age :=_ffb .Font .GetCharMetrics (code ); -_age &&_cbc .Wx !=0{return _cbc .Wx ,_cbc .Wy ,_age ;};if _ffb ._cgd ==nil {return 0,0,false ;};_agf ,_caga :=_ffb ._cgd .GetCharMetrics (code );return _agf .Wx ,_agf .Wy ,_caga &&_agf .Wx !=0;};func (_bea *TextState )ProcTm (a ,b ,c ,d ,e ,f float64 ){_bea .Tm =_b .NewMatrix (a ,b ,c ,d ,e ,f ); -_bea .Tlm =_bea .Tm .Clone ();};func (_aff *TextState )Translate (tx ,ty float64 ){_aff .Tm =_aff .Tm .Mult (_b .TranslationMatrix (tx ,ty ));};const (LineJoinRound LineJoin =iota ;LineJoinBevel ;);func (_ebf *TextFont )CharcodeToRunes (charcode _d .CharCode )(_d .CharCode ,[]rune ){_ed :=[]_d .CharCode {charcode }; -if _ebf ._cgd ==nil ||_ebf ._cgd ==_ebf .Font {return _ebf .charcodeToRunesSimple (charcode );};_cdfg :=_ebf ._cgd .CharcodesToUnicode (_ed );_afd ,_ :=_ebf .Font .RunesToCharcodeBytes (_cdfg );_bee :=_ebf .Font .BytesToCharcodes (_afd );_gbe :=charcode ; -if len (_bee )> 0&&_bee [0]!=0{_gbe =_bee [0];};if string (_cdfg )==string (_de .MissingCodeRune )&&_ebf ._cgd .BaseFont ()==_ebf .Font .BaseFont (){return _ebf .charcodeToRunesSimple (charcode );};return _gbe ,_cdfg ;};type Gradient interface{Pattern ; -AddColorStop (_dc float64 ,_bd _a .Color );};func NewTextFont (font *_cg .PdfFont ,size float64 )(*TextFont ,error ){_dbb :=font .FontDescriptor ();if _dbb ==nil {return nil ,_fba .New ("\u0063\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069pt\u006f\u0072"); -};_eef ,_dbbd :=_dg .GetStream (_dbb .FontFile2 );if !_dbbd {return nil ,_fba .New ("\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020f\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");};_beb ,_aed :=_dg .DecodeStream (_eef ); -if _aed !=nil {return nil ,_aed ;};_bgd ,_aed :=_deg .Parse (_beb );if _aed !=nil {return nil ,_aed ;};_ega :=font .FontDescriptor ().FontName .String ();_bfe :=len (_ega )> 7&&_ega [6]=='+';if _dbb .Flags !=nil {_cfc ,_af :=_fb .Atoi (_dbb .Flags .String ()); -if _af ==nil &&_cfc ==32{_bfe =false ;};};if !_bgd .HasCmap ()&&(!_c .Contains (font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-")||!_bfe ){return nil ,_fba .New ("\u006e\u006f c\u006d\u0061\u0070 \u0061\u006e\u0064\u0020enc\u006fdi\u006e\u0067\u0020\u0069\u0073\u0020\u006eot\u0020\u0069\u0064\u0065\u006e\u0074\u0069t\u0079"); -};return &TextFont {Font :font ,Size :size ,_fff :_bgd },nil ;};type LineCap int ;func NewTextFontFromPath (filePath string ,size float64 )(*TextFont ,error ){_eeb ,_fc :=_cg .NewPdfFontFromTTFFile (filePath );if _fc !=nil {return nil ,_fc ;};return NewTextFont (_eeb ,size ); -};const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ;TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ;TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;); -func (_daf *TextState )ProcQ (data []byte ,ctx Context ){_daf .ProcTStar ();_daf .ProcTj (data ,ctx )};func (_ecg *TextState )ProcTd (tx ,ty float64 ){_ecg .Tlm .Concat (_b .TranslationMatrix (tx ,ty ));_ecg .Tm =_ecg .Tlm .Clone ();};func (_gdg *TextState )ProcTD (tx ,ty float64 ){_gdg .Tl =-ty ; -_gdg .ProcTd (tx ,ty )};type TextState struct{Tc float64 ;Tw float64 ;Th float64 ;Tl float64 ;Tf *TextFont ;Ts float64 ;Tm _b .Matrix ;Tlm _b .Matrix ;Tr TextRenderingMode ;GlobalScale float64 ;};func (_bcd *TextState )Reset (){_bcd .Tm =_b .IdentityMatrix (); -_bcd .Tlm =_b .IdentityMatrix ()};type TextFont struct{Font *_cg .PdfFont ;Size float64 ;_fff *_deg .Font ;_cgd *_cg .PdfFont ;}; \ No newline at end of file +package context ;import (_e "errors";_gc "github.com/unidoc/freetype/truetype";_dg "github.com/unidoc/unipdf/v3/core";_fc "github.com/unidoc/unipdf/v3/internal/cmap";_f "github.com/unidoc/unipdf/v3/internal/textencoding";_de "github.com/unidoc/unipdf/v3/internal/transform"; +_bc "github.com/unidoc/unipdf/v3/model";_b "golang.org/x/image/font";_ea "image";_d "image/color";_a "strconv";_gb "strings";);const (FillRuleWinding FillRule =iota ;FillRuleEvenOdd ;);type Pattern interface{ColorAt (_ba ,_bb int )_d .Color ;};func (_gff *TextFont )CharcodeToRunes (charcode _f .CharCode )(_f .CharCode ,[]rune ){_gdc :=[]_f .CharCode {charcode }; +if _gff ._gee ==nil ||_gff ._gee ==_gff .Font {return _gff .charcodeToRunesSimple (charcode );};_eg :=_gff ._gee .CharcodesToUnicode (_gdc );_dfe ,_ :=_gff .Font .RunesToCharcodeBytes (_eg );_edf :=_gff .Font .BytesToCharcodes (_dfe );_ecc :=charcode ; +if len (_edf )> 0&&_edf [0]!=0{_ecc =_edf [0];};if string (_eg )==string (_fc .MissingCodeRune )&&_gff ._gee .BaseFont ()==_gff .Font .BaseFont (){return _gff .charcodeToRunesSimple (charcode );};return _ecc ,_eg ;};func (_ggb *TextState )ProcTj (data []byte ,ctx Context ){_gbb :=_ggb .Tf .Size ; +_affg :=_ggb .Th /100.0;_bbec :=_ggb .GlobalScale ;_dgb :=_de .NewMatrix (_gbb *_affg ,0,0,_gbb ,0,_ggb .Ts );_gcb :=ctx .Matrix ();_cdf :=_gcb .Clone ().Mult (_ggb .Tm .Clone ().Mult (_dgb )).ScalingFactorY ();_ebe :=_ggb .Tf .NewFace (_cdf );_gga :=_ggb .Tf .BytesToCharcodes (data ); +for _ ,_feg :=range _gga {_dge ,_bgda :=_ggb .Tf .CharcodeToRunes (_feg );_ddc :=string (_bgda );if _ddc =="\u0000"{continue ;};_fgc :=_gcb .Clone ().Mult (_ggb .Tm .Clone ().Mult (_dgb ));_fbf :=_fgc .ScalingFactorY ();_fgc =_fgc .Scale (1/_fbf ,-1/_fbf ); +if _ggb .Tr !=TextRenderingModeInvisible {ctx .SetMatrix (_fgc );ctx .DrawString (_ddc ,_ebe ,0,0);ctx .SetMatrix (_gcb );};_dcg :=0.0;if _ddc =="\u0020"{_dcg =_ggb .Tw ;};_agg ,_ ,_feb :=_ggb .Tf .GetCharMetrics (_dge );if _feb {_agg =_agg *0.001*_gbb ; +}else {_agg ,_ =ctx .MeasureString (_ddc ,_ebe );_agg =_agg /_bbec ;};_gad :=(_agg +_ggb .Tc +_dcg )*_affg ;_ggb .Tm =_ggb .Tm .Mult (_de .TranslationMatrix (_gad ,0));};};const (TextRenderingModeFill TextRenderingMode =iota ;TextRenderingModeStroke ;TextRenderingModeFillStroke ; +TextRenderingModeInvisible ;TextRenderingModeFillClip ;TextRenderingModeStrokeClip ;TextRenderingModeFillStrokeClip ;TextRenderingModeClip ;);type FillRule int ;type LineJoin int ;type LineCap int ;func (_eeb *TextFont )WithSize (size float64 ,originalFont *_bc .PdfFont )*TextFont {return &TextFont {Font :_eeb .Font ,Size :size ,_fff :_eeb ._fff ,_gee :originalFont }; +};type TextFont struct{Font *_bc .PdfFont ;Size float64 ;_fff *_gc .Font ;_gee *_bc .PdfFont ;};type TextState struct{Tc float64 ;Tw float64 ;Th float64 ;Tl float64 ;Tf *TextFont ;Ts float64 ;Tm _de .Matrix ;Tlm _de .Matrix ;Tr TextRenderingMode ;GlobalScale float64 ; +};func (_aec *TextState )ProcTd (tx ,ty float64 ){_aec .Tlm .Concat (_de .TranslationMatrix (tx ,ty ));_aec .Tm =_aec .Tlm .Clone ();};func NewTextFont (font *_bc .PdfFont ,size float64 )(*TextFont ,error ){_ggf :=font .FontDescriptor ();if _ggf ==nil {return nil ,_e .New ("\u0063\u006fu\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0065\u0073\u0063\u0072\u0069pt\u006f\u0072"); +};_ed ,_aff :=_dg .GetStream (_ggf .FontFile2 );if !_aff {return nil ,_e .New ("\u006di\u0073\u0073\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020f\u0069\u006c\u0065\u0020\u0073\u0074\u0072\u0065\u0061\u006d");};_dfc ,_efe :=_dg .DecodeStream (_ed ); +if _efe !=nil {return nil ,_efe ;};_fac ,_efe :=_gc .Parse (_dfc );if _efe !=nil {return nil ,_efe ;};_fd :=font .FontDescriptor ().FontName .String ();_bcb :=len (_fd )> 7&&_fd [6]=='+';if _ggf .Flags !=nil {_ddg ,_cf :=_a .Atoi (_ggf .Flags .String ()); +if _cf ==nil &&_ddg ==32{_bcb =false ;};};if !_fac .HasCmap ()&&(!_gb .Contains (font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-")||!_bcb ){return nil ,_e .New ("\u006e\u006f c\u006d\u0061\u0070 \u0061\u006e\u0064\u0020enc\u006fdi\u006e\u0067\u0020\u0069\u0073\u0020\u006eot\u0020\u0069\u0064\u0065\u006e\u0074\u0069t\u0079"); +};return &TextFont {Font :font ,Size :size ,_fff :_fac },nil ;};func NewTextFontFromPath (filePath string ,size float64 )(*TextFont ,error ){_eeg ,_fbc :=_bc .NewPdfFontFromTTFFile (filePath );if _fbc !=nil {return nil ,_fbc ;};return NewTextFont (_eeg ,size ); +};const (LineJoinRound LineJoin =iota ;LineJoinBevel ;);func (_fga *TextFont )NewFace (size float64 )_b .Face {return _gc .NewFace (_fga ._fff ,&_gc .Options {Size :size });};func (_gbbg *TextState )Reset (){_gbbg .Tm =_de .IdentityMatrix ();_gbbg .Tlm =_de .IdentityMatrix ()}; +func (_gcd *TextState )ProcTD (tx ,ty float64 ){_gcd .Tl =-ty ;_gcd .ProcTd (tx ,ty )};func (_cbe *TextState )ProcDQ (data []byte ,aw ,ac float64 ,ctx Context ){_cbe .Tw =aw ;_cbe .Tc =ac ;_cbe .ProcQ (data ,ctx );};type Context interface{Push ();Pop (); +Matrix ()_de .Matrix ;SetMatrix (_bbb _de .Matrix );Translate (_ae ,_bd float64 );Scale (_fg ,_eaf float64 );Rotate (_gfe float64 );MoveTo (_c ,_af float64 );LineTo (_da ,_dgd float64 );CubicTo (_ef ,_fe ,_dga ,_fcf ,_bdf ,_fb float64 );QuadraticTo (_cd ,_ab ,_aeb ,_abf float64 ); +NewSubPath ();ClosePath ();ClearPath ();Clip ();ClipPreserve ();ResetClip ();LineWidth ()float64 ;SetLineWidth (_aba float64 );SetLineCap (_ga LineCap );SetLineJoin (_bbe LineJoin );SetDash (_bg ...float64 );SetDashOffset (_bgd float64 );Fill ();FillPreserve (); +Stroke ();StrokePreserve ();SetRGBA (_cb ,_ff ,_cc ,_ee float64 );SetFillRGBA (_ge ,_gg ,_eag ,_aea float64 );SetFillStyle (_dc Pattern );SetFillRule (_aa FillRule );SetStrokeRGBA (_efb ,_eb ,_aac ,_cca float64 );SetStrokeStyle (_ag Pattern );FillPattern ()Pattern ; +StrokePattern ()Pattern ;TextState ()*TextState ;DrawString (_dd string ,_fcd _b .Face ,_afd ,_bag float64 );MeasureString (_ec string ,_aeae _b .Face )(_ca ,_bf float64 );DrawRectangle (_dea ,_gd ,_bab ,_cbd float64 );DrawImage (_bac _ea .Image ,_bgde ,_ce int ); +DrawImageAnchored (_ceg _ea .Image ,_fce ,_fa int ,_baa ,_df float64 );Height ()int ;Width ()int ;};type TextRenderingMode int ;func NewTextState ()TextState {return TextState {Th :100,Tm :_de .IdentityMatrix (),Tlm :_de .IdentityMatrix ()};};func (_bgf *TextFont )BytesToCharcodes (data []byte )[]_f .CharCode {if _bgf ._gee !=nil {return _bgf ._gee .BytesToCharcodes (data ); +};return _bgf .Font .BytesToCharcodes (data );};func (_afa *TextState )ProcTm (a ,b ,c ,d ,e ,f float64 ){_afa .Tm =_de .NewMatrix (a ,b ,c ,d ,e ,f );_afa .Tlm =_afa .Tm .Clone ();};func (_gbe *TextState )ProcTStar (){_gbe .ProcTd (0,-_gbe .Tl )};func (_dcb *TextFont )charcodeToRunesSimple (_aag _f .CharCode )(_f .CharCode ,[]rune ){_ffg :=[]_f .CharCode {_aag }; +if _dcb .Font .IsSimple ()&&_dcb ._fff !=nil {if _gec :=_dcb ._fff .Index (rune (_aag ));_gec > 0{return _aag ,[]rune {rune (_aag )};};};if _dcb ._fff !=nil &&!_dcb ._fff .HasCmap ()&&_gb .Contains (_dcb .Font .Encoder ().String (),"\u0049d\u0065\u006e\u0074\u0069\u0074\u0079-"){if _bdd :=_dcb ._fff .Index (rune (_aag )); +_bdd > 0{return _aag ,[]rune {rune (_aag )};};};return _aag ,_dcb .Font .CharcodesToUnicode (_ffg );};func (_dcc *TextFont )GetCharMetrics (code _f .CharCode )(float64 ,float64 ,bool ){if _eac ,_fcg :=_dcc .Font .GetCharMetrics (code );_fcg &&_eac .Wx !=0{return _eac .Wx ,_eac .Wy ,_fcg ; +};if _dcc ._gee ==nil {return 0,0,false ;};_ad ,_ac :=_dcc ._gee .GetCharMetrics (code );return _ad .Wx ,_ad .Wy ,_ac &&_ad .Wx !=0;};func (_ega *TextState )ProcTf (font *TextFont ){_ega .Tf =font };func (_ecg *TextState )Translate (tx ,ty float64 ){_ecg .Tm =_ecg .Tm .Mult (_de .TranslationMatrix (tx ,ty )); +};type Gradient interface{Pattern ;AddColorStop (_gf float64 ,_db _d .Color );};const (LineCapRound LineCap =iota ;LineCapButt ;LineCapSquare ;);func (_dbc *TextState )ProcQ (data []byte ,ctx Context ){_dbc .ProcTStar ();_dbc .ProcTj (data ,ctx )}; \ No newline at end of file diff --git a/render/internal/context/imagerender/imagerender.go b/render/internal/context/imagerender/imagerender.go index efb29dd70..fdf8caa50 100644 --- a/render/internal/context/imagerender/imagerender.go +++ b/render/internal/context/imagerender/imagerender.go @@ -9,100 +9,102 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package imagerender ;import (_e "errors";_c "fmt";_aed "github.com/unidoc/freetype/raster";_d "github.com/unidoc/unipdf/v3/common";_ae "github.com/unidoc/unipdf/v3/internal/transform";_cg "github.com/unidoc/unipdf/v3/render/internal/context";_ad "golang.org/x/image/draw"; -_gde "golang.org/x/image/font";_f "golang.org/x/image/math/f64";_gd "golang.org/x/image/math/fixed";_ac "image";_be "image/color";_ag "image/draw";_g "math";_ga "sort";_b "strings";);func (_cee *Context )SetRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_fed :=_cee ._agf .RGBA (); -if _fed > 0&&_fed !=65535&&a ==1{a =float64 (_fed )/65535;};_cee ._agf =_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_cee .setFillAndStrokeColor (_cee ._agf );};type stops []stop ;func _ccbdc (_ffgad string )(_caee ,_afefe ,_dafa ,_eefg int ){_ffgad =_b .TrimPrefix (_ffgad ,"\u0023"); -_eefg =255;if len (_ffgad )==3{_ggdb :="\u00251\u0078\u0025\u0031\u0078\u0025\u0031x";_c .Sscanf (_ffgad ,_ggdb ,&_caee ,&_afefe ,&_dafa );_caee |=_caee <<4;_afefe |=_afefe <<4;_dafa |=_dafa <<4;};if len (_ffgad )==6{_cbcb :="\u0025\u0030\u0032x\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078"; -_c .Sscanf (_ffgad ,_cbcb ,&_caee ,&_afefe ,&_dafa );};if len (_ffgad )==8{_bbcdb :="\u0025\u00302\u0078\u0025\u00302\u0078\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078";_c .Sscanf (_ffgad ,_bbcdb ,&_caee ,&_afefe ,&_dafa ,&_eefg );};return ;};func (_dgf *Context )SetRGBA255 (r ,g ,b ,a int ){_dgf ._agf =_be .NRGBA {uint8 (r ),uint8 (g ),uint8 (b ),uint8 (a )}; -_dgf .setFillAndStrokeColor (_dgf ._agf );};func (_cdd *Context )StrokePreserve (){var _fgg _aed .Painter ;if _cdd ._aab ==nil {if _fecg ,_egb :=_cdd ._def .(*solidPattern );_egb {_efe :=_aed .NewRGBAPainter (_cdd ._bff );_efe .SetColor (_fecg ._gaad ); -_fgg =_efe ;};};if _fgg ==nil {_fgg =_bbf (_cdd ._bff ,_cdd ._aab ,_cdd ._def );};_cdd .stroke (_fgg );};func (_fac *radialGradient )ColorAt (x ,y int )_be .Color {if len (_fac ._fede )==0{return _be .Transparent ;};_dbca ,_gfgf :=float64 (x )+0.5-_fac ._dbf ._eefb ,float64 (y )+0.5-_fac ._dbf ._bcbg ; -_ggeb :=_eca (_dbca ,_gfgf ,_fac ._dbf ._dac ,_fac ._cga ._eefb ,_fac ._cga ._bcbg ,_fac ._cga ._dac );_bga :=_eca (_dbca ,_gfgf ,-_fac ._dbf ._dac ,_dbca ,_gfgf ,_fac ._dbf ._dac );if _fac ._adf ==0{if _ggeb ==0{return _be .Transparent ;};_cgeg :=0.5*_bga /_ggeb ; -if _cgeg *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_cgeg ,_fac ._fede );};return _be .Transparent ;};_fafc :=_eca (_ggeb ,_fac ._adf ,0,_ggeb ,-_bga ,0);if _fafc >=0{_dcca :=_g .Sqrt (_fafc );_agcb :=(_ggeb +_dcca )*_fac ._cbff ;_bgb :=(_ggeb -_dcca )*_fac ._cbff ; -if _agcb *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_agcb ,_fac ._fede );}else if _bgb *_fac ._cga ._dac >=_fac ._edgc {return _fccc (_bgb ,_fac ._fede );};};return _be .Transparent ;};func (_bag *Context )DrawArc (x ,y ,r ,angle1 ,angle2 float64 ){_bag .DrawEllipticalArc (x ,y ,r ,r ,angle1 ,angle2 ); -};func (_fcaf stops )Len ()int {return len (_fcaf )};func (_efdb *Context )Scale (x ,y float64 ){_efdb ._gfg =_efdb ._gfg .Scale (x ,y )};func (_fcd *Context )Width ()int {return _fcd ._fa };func (_beb *Context )SetColor (c _be .Color ){_beb .setFillAndStrokeColor (c )}; -func (_cbd *Context )DrawCircle (x ,y ,r float64 ){_cbd .NewSubPath ();_cbd .DrawEllipticalArc (x ,y ,r ,r ,0,2*_g .Pi );_cbd .ClosePath ();};func (_aea *Context )QuadraticTo (x1 ,y1 ,x2 ,y2 float64 ){if !_aea ._egf {_aea .MoveTo (x1 ,y1 );};x1 ,y1 =_aea .Transform (x1 ,y1 ); -x2 ,y2 =_aea .Transform (x2 ,y2 );_gge :=_ae .NewPoint (x1 ,y1 );_cgfe :=_ae .NewPoint (x2 ,y2 );_aebg :=_fdfc (_gge );_ebg :=_fdfc (_cgfe );_aea ._bb .Add2 (_aebg ,_ebg );_aea ._dcb .Add2 (_aebg ,_ebg );_aea ._fg =_cgfe ;};func (_cbce *Context )DrawStringAnchored (s string ,face _gde .Face ,x ,y ,ax ,ay float64 ){_dbc ,_eaa :=_cbce .MeasureString (s ,face ); -_cbce .drawString (s ,face ,x -ax *_dbc ,y +ay *_eaa );};func (_fe *Context )SetDash (dashes ...float64 ){_fe ._ede =dashes };func (_eae *linearGradient )ColorAt (x ,y int )_be .Color {if len (_eae ._gcfc )==0{return _be .Transparent ;};_aad ,_afef :=float64 (x ),float64 (y ); -_fea ,_ced ,_gbb ,_eed :=_eae ._edf ,_eae ._ebdd ,_eae ._dgaa ,_eae ._ggae ;_gceg ,_bec :=_gbb -_fea ,_eed -_ced ;if _bec ==0&&_gceg !=0{return _fccc ((_aad -_fea )/_gceg ,_eae ._gcfc );};if _gceg ==0&&_bec !=0{return _fccc ((_afef -_ced )/_bec ,_eae ._gcfc ); -};_fdgf :=_gceg *(_aad -_fea )+_bec *(_afef -_ced );if _fdgf < 0{return _eae ._gcfc [0]._ecgb ;};_dcac :=_g .Hypot (_gceg ,_bec );_cdcd :=((_aad -_fea )*-_bec +(_afef -_ced )*_gceg )/(_dcac *_dcac );_eef ,_beg :=_fea +_cdcd *-_bec ,_ced +_cdcd *_gceg ; -_ddeag :=_g .Hypot (_aad -_eef ,_afef -_beg )/_dcac ;return _fccc (_ddeag ,_eae ._gcfc );};func _bcf (_dgad ,_feda uint32 ,_cbgd float64 )uint8 {return uint8 (int32 (float64 (_dgad )*(1.0-_cbgd )+float64 (_feda )*_cbgd )>>8);};type radialGradient struct{_dbf ,_dcgd ,_cga circle ; -_adf ,_cbff float64 ;_edgc float64 ;_fede stops ;};func (_bbeg stops )Less (i ,j int )bool {return _bbeg [i ]._gdebc < _bbeg [j ]._gdebc };func _ab (_gae ,_fd ,_dd ,_gdd ,_ea ,_fc ,_df float64 )(_af ,_gf float64 ){_bc :=1-_df ;_acb :=_bc *_bc ;_acc :=2*_bc *_df ; -_gg :=_df *_df ;_af =_acb *_gae +_acc *_dd +_gg *_ea ;_gf =_acb *_fd +_acc *_gdd +_gg *_fc ;return ;};func (_efb *Context )SetMatrix (m _ae .Matrix ){_efb ._gfg =m };func (_bfb *Context )drawRegularPolygon (_ggc int ,_fgff ,_cbb ,_aeaa ,_dfa float64 ){_ddgg :=2*_g .Pi /float64 (_ggc ); -_dfa -=_g .Pi /2;if _ggc %2==0{_dfa +=_ddgg /2;};_bfb .NewSubPath ();for _gdeg :=0;_gdeg < _ggc ;_gdeg ++{_ecd :=_dfa +_ddgg *float64 (_gdeg );_bfb .LineTo (_fgff +_aeaa *_g .Cos (_ecd ),_cbb +_aeaa *_g .Sin (_ecd ));};_bfb .ClosePath ();};func (_cfc *Context )Fill (){_cfc .FillPreserve (); -_cfc .ClearPath ()};type linearGradient struct{_edf ,_ebdd ,_dgaa ,_ggae float64 ;_gcfc stops ;};func _aa (_ce ,_eag ,_age ,_ade ,_cgb ,_dfb ,_cbg ,_acg ,_ggd float64 )(_cgf ,_bed float64 ){_ee :=1-_ggd ;_db :=_ee *_ee *_ee ;_bd :=3*_ee *_ee *_ggd ;_de :=3*_ee *_ggd *_ggd ; -_da :=_ggd *_ggd *_ggd ;_cgf =_db *_ce +_bd *_age +_de *_cgb +_da *_cbg ;_bed =_db *_eag +_bd *_ade +_de *_dfb +_da *_acg ;return ;};func _bfe (_gadc _aed .Path )[][]_ae .Point {var _dafb [][]_ae .Point ;var _gbf []_ae .Point ;var _bfa ,_bgc float64 ;for _baa :=0; -_baa < len (_gadc );{switch _gadc [_baa ]{case 0:if len (_gbf )> 0{_dafb =append (_dafb ,_gbf );_gbf =nil ;};_ecac :=_dgac (_gadc [_baa +1]);_bab :=_dgac (_gadc [_baa +2]);_gbf =append (_gbf ,_ae .NewPoint (_ecac ,_bab ));_bfa ,_bgc =_ecac ,_bab ;_baa +=4; -case 1:_ffa :=_dgac (_gadc [_baa +1]);_bad :=_dgac (_gadc [_baa +2]);_gbf =append (_gbf ,_ae .NewPoint (_ffa ,_bad ));_bfa ,_bgc =_ffa ,_bad ;_baa +=4;case 2:_bebf :=_dgac (_gadc [_baa +1]);_fbf :=_dgac (_gadc [_baa +2]);_degf :=_dgac (_gadc [_baa +3]); -_cbfa :=_dgac (_gadc [_baa +4]);_gcfa :=_eb (_bfa ,_bgc ,_bebf ,_fbf ,_degf ,_cbfa );_gbf =append (_gbf ,_gcfa ...);_bfa ,_bgc =_degf ,_cbfa ;_baa +=6;case 3:_fbe :=_dgac (_gadc [_baa +1]);_eddg :=_dgac (_gadc [_baa +2]);_bcg :=_dgac (_gadc [_baa +3]); -_bgbe :=_dgac (_gadc [_baa +4]);_gcdd :=_dgac (_gadc [_baa +5]);_eac :=_dgac (_gadc [_baa +6]);_cabc :=_ada (_bfa ,_bgc ,_fbe ,_eddg ,_bcg ,_bgbe ,_gcdd ,_eac );_gbf =append (_gbf ,_cabc ...);_bfa ,_bgc =_gcdd ,_eac ;_baa +=8;default:_d .Log .Debug ("\u0057\u0041\u0052\u004e: \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0074\u0068\u003a\u0020%\u0076",_gadc ); -return _dafb ;};};if len (_gbf )> 0{_dafb =append (_dafb ,_gbf );};return _dafb ;};func (_acaf *linearGradient )AddColorStop (offset float64 ,color _be .Color ){_acaf ._gcfc =append (_acaf ._gcfc ,stop {_gdebc :offset ,_ecgb :color });_ga .Sort (_acaf ._gcfc ); -};func (_bgd *Context )stroke (_gce _aed .Painter ){_cab :=_bgd ._bb ;if len (_bgd ._ede )> 0{_cab =_gaf (_cab ,_bgd ._ede ,_bgd ._gc );}else {_cab =_cabcf (_bfe (_cab ));};_deg :=_bgd ._gba ;_deg .UseNonZeroWinding =true ;_deg .Clear ();_fce :=(_bgd ._gfg .ScalingFactorX ()+_bgd ._gfg .ScalingFactorY ())/2; -_deg .AddStroke (_cab ,_ecb (_bgd ._ege *_fce ),_bgd .capper (),_bgd .joiner ());_deg .Rasterize (_gce );};func (_fag *Context )SetRGB255 (r ,g ,b int ){_fag .SetRGBA255 (r ,g ,b ,255)};func (_edg *Context )ClosePath (){if _edg ._egf {_dag :=_fdfc (_edg ._eeg ); -_edg ._bb .Add1 (_dag );_edg ._dcb .Add1 (_dag );_edg ._fg =_edg ._eeg ;};};func (_cde *Context )DrawPoint (x ,y ,r float64 ){_cde .Push ();_gdg ,_ddeb :=_cde .Transform (x ,y );_cde .Identity ();_cde .DrawCircle (_gdg ,_ddeb ,r );_cde .Pop ();};func (_aeb *Context )SetStrokeStyle (pattern _cg .Pattern ){_aeb ._def =pattern }; -func NewLinearGradient (x0 ,y0 ,x1 ,y1 float64 )_cg .Gradient {_ddggf :=&linearGradient {_edf :x0 ,_ebdd :y0 ,_dgaa :x1 ,_ggae :y1 };return _ddggf ;};func (_ebe *Context )SetLineCap (lineCap _cg .LineCap ){_ebe ._fcb =lineCap };func (_bfg *Context )CubicTo (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 ){if !_bfg ._egf {_bfg .MoveTo (x1 ,y1 ); -};_afb ,_dgd :=_bfg ._fg .X ,_bfg ._fg .Y ;x1 ,y1 =_bfg .Transform (x1 ,y1 );x2 ,y2 =_bfg .Transform (x2 ,y2 );x3 ,y3 =_bfg .Transform (x3 ,y3 );_dcc :=_ada (_afb ,_dgd ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 );_bbc :=_fdfc (_bfg ._fg );for _ ,_ceff :=range _dcc [1:]{_edbg :=_fdfc (_ceff ); -if _edbg ==_bbc {continue ;};_bbc =_edbg ;_bfg ._bb .Add1 (_edbg );_bfg ._dcb .Add1 (_edbg );_bfg ._fg =_ceff ;};};func (_fgb *Context )Rotate (angle float64 ){_fgb ._gfg =_fgb ._gfg .Rotate (angle )};func (_dfe *Context )SetLineJoin (lineJoin _cg .LineJoin ){_dfe ._ebd =lineJoin }; -func _baf (_fge [][]_ae .Point ,_dbef []float64 ,_gbeg float64 )[][]_ae .Point {var _bffg [][]_ae .Point ;if len (_dbef )==0{return _fge ;};if len (_dbef )==1{_dbef =append (_dbef ,_dbef [0]);};for _ ,_feaf :=range _fge {if len (_feaf )< 2{continue ;}; -_bge :=_feaf [0];_gccab :=1;_agac :=0;_gbbe :=0.0;if _gbeg !=0{var _ecc float64 ;for _ ,_bda :=range _dbef {_ecc +=_bda ;};_gbeg =_g .Mod (_gbeg ,_ecc );if _gbeg < 0{_gbeg +=_ecc ;};for _abdb ,_eaff :=range _dbef {_gbeg -=_eaff ;if _gbeg < 0{_agac =_abdb ; -_gbbe =_eaff +_gbeg ;break ;};};};var _abag []_ae .Point ;_abag =append (_abag ,_bge );for _gccab < len (_feaf ){_afbd :=_dbef [_agac ];_abagg :=_feaf [_gccab ];_ebac :=_bge .Distance (_abagg );_bffb :=_afbd -_gbbe ;if _ebac > _bffb {_cefb :=_bffb /_ebac ; -_gfee :=_bge .Interpolate (_abagg ,_cefb );_abag =append (_abag ,_gfee );if _agac %2==0&&len (_abag )> 1{_bffg =append (_bffg ,_abag );};_abag =nil ;_abag =append (_abag ,_gfee );_gbbe =0;_bge =_gfee ;_agac =(_agac +1)%len (_dbef );}else {_abag =append (_abag ,_abagg ); -_bge =_abagg ;_gbbe +=_ebac ;_gccab ++;};};if _agac %2==0&&len (_abag )> 1{_bffg =append (_bffg ,_abag );};};return _bffg ;};func (_acf *Context )MoveTo (x ,y float64 ){if _acf ._egf {_acf ._dcb .Add1 (_fdfc (_acf ._eeg ));};x ,y =_acf .Transform (x ,y ); -_ca :=_ae .NewPoint (x ,y );_fdd :=_fdfc (_ca );_acf ._bb .Start (_fdd );_acf ._dcb .Start (_fdd );_acf ._eeg =_ca ;_acf ._fg =_ca ;_acf ._egf =true ;};func (_dfba *Context )Transform (x ,y float64 )(_gage ,_add float64 ){return _dfba ._gfg .Transform (x ,y ); -};func (_dbe *Context )DrawRectangle (x ,y ,w ,h float64 ){_dbe .NewSubPath ();_dbe .MoveTo (x ,y );_dbe .LineTo (x +w ,y );_dbe .LineTo (x +w ,y +h );_dbe .LineTo (x ,y +h );_dbe .ClosePath ();};func _eb (_dff ,_gb ,_cgd ,_ff ,_cd ,_ed float64 )[]_ae .Point {_bg :=(_g .Hypot (_cgd -_dff ,_ff -_gb )+_g .Hypot (_cd -_cgd ,_ed -_ff )); -_gac :=int (_bg +0.5);if _gac < 4{_gac =4;};_ddd :=float64 (_gac )-1;_cb :=make ([]_ae .Point ,_gac );for _edb :=0;_edb < _gac ;_edb ++{_ffg :=float64 (_edb )/_ddd ;_ef ,_ebf :=_ab (_dff ,_gb ,_cgd ,_ff ,_cd ,_ed ,_ffg );_cb [_edb ]=_ae .NewPoint (_ef ,_ebf ); -};return _cb ;};func _ecb (_cgc float64 )_gd .Int26_6 {return _gd .Int26_6 (_cgc *64)};func (_aca *Context )Image ()_ac .Image {return _aca ._bff };func NewRadialGradient (x0 ,y0 ,r0 ,x1 ,y1 ,r1 float64 )_cg .Gradient {_ggaf :=circle {x0 ,y0 ,r0 };_cggb :=circle {x1 ,y1 ,r1 }; -_beba :=circle {x1 -x0 ,y1 -y0 ,r1 -r0 };_ggdf :=_eca (_beba ._eefb ,_beba ._bcbg ,-_beba ._dac ,_beba ._eefb ,_beba ._bcbg ,_beba ._dac );var _dcd float64 ;if _ggdf !=0{_dcd =1.0/_ggdf ;};_fcdf :=-_ggaf ._dac ;_aaec :=&radialGradient {_dbf :_ggaf ,_dcgd :_cggb ,_cga :_beba ,_adf :_ggdf ,_cbff :_dcd ,_edgc :_fcdf }; -return _aaec ;};func (_fdg *Context )setFillAndStrokeColor (_aae _be .Color ){_fdg ._agf =_aae ;_fdg ._bedf =_gagc (_aae );_fdg ._def =_gagc (_aae );};func (_dfbb *radialGradient )AddColorStop (offset float64 ,color _be .Color ){_dfbb ._fede =append (_dfbb ._fede ,stop {_gdebc :offset ,_ecgb :color }); -_ga .Sort (_dfbb ._fede );};func (_aaa *solidPattern )ColorAt (x ,y int )_be .Color {return _aaa ._gaad };func NewContextForRGBA (im *_ac .RGBA )*Context {_dbb :=im .Bounds ().Size ().X ;_eba :=im .Bounds ().Size ().Y ;return &Context {_fa :_dbb ,_bedg :_eba ,_gba :_aed .NewRasterizer (_dbb ,_eba ),_bff :im ,_agf :_be .Transparent ,_bedf :_cef ,_def :_dg ,_ege :1,_fca :_cg .FillRuleWinding ,_gfg :_ae .IdentityMatrix (),_ecg :_cg .NewTextState ()}; -};func (_edc *Context )SetFillRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_cf :=_edc ._agf .RGBA ();if _cf > 0&&_cf !=65535&&a ==1{a =float64 (_cf )/65535;};_adab :=_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_edc ._agf =_adab ;_edc ._bedf =_gagc (_adab ); -};func (_gcb *Context )Translate (x ,y float64 ){_gcb ._gfg =_gcb ._gfg .Translate (x ,y )};func (_gbcg *surfacePattern )ColorAt (x ,y int )_be .Color {_fcfa :=_gbcg ._bae .Bounds ();switch _gbcg ._dbfa {case _bcbc :if y >=_fcfa .Dy (){return _be .Transparent ; -};case _fga :if x >=_fcfa .Dx (){return _be .Transparent ;};case _fbfa :if x >=_fcfa .Dx ()||y >=_fcfa .Dy (){return _be .Transparent ;};};x =x %_fcfa .Dx ()+_fcfa .Min .X ;y =y %_fcfa .Dy ()+_fcfa .Min .Y ;return _gbcg ._bae .At (x ,y );};func (_dab *Context )LineWidth ()float64 {return _dab ._ege }; -func (_agc *Context )NewSubPath (){if _agc ._egf {_agc ._dcb .Add1 (_fdfc (_agc ._eeg ));};_agc ._egf =false ;};func _dgac (_fefb _gd .Int26_6 )float64 {const _cdcc ,_bbbg =6,1<<6-1;if _fefb >=0{return float64 (_fefb >>_cdcc )+float64 (_fefb &_bbbg )/64; -};_fefb =-_fefb ;if _fefb >=0{return -(float64 (_fefb >>_cdcc )+float64 (_fefb &_bbbg )/64);};return 0;};func (_dde *Context )SetDashOffset (offset float64 ){_dde ._gc =offset };func _fdfc (_ffab _ae .Point )_gd .Point26_6 {return _gd .Point26_6 {X :_ecb (_ffab .X ),Y :_ecb (_ffab .Y )}}; -const (_bbca repeatOp =iota ;_bcbc ;_fga ;_fbfa ;);type solidPattern struct{_gaad _be .Color };func (_cce *Context )TextState ()*_cg .TextState {return &_cce ._ecg };func (_bdf *Context )LineTo (x ,y float64 ){if !_bdf ._egf {_bdf .MoveTo (x ,y );}else {x ,y =_bdf .Transform (x ,y ); -_bea :=_ae .NewPoint (x ,y );_gag :=_fdfc (_bea );_bdf ._bb .Add1 (_gag );_bdf ._dcb .Add1 (_gag );_bdf ._fg =_bea ;};};func (_bbd *Context )SetFillRule (fillRule _cg .FillRule ){_bbd ._fca =fillRule };func (_dgc *Context )Pop (){_egd :=*_dgc ;_bcbb :=_dgc ._daa ; -_gdeb :=_bcbb [len (_bcbb )-1];*_dgc =*_gdeb ;_dgc ._bb =_egd ._bb ;_dgc ._dcb =_egd ._dcb ;_dgc ._eeg =_egd ._eeg ;_dgc ._fg =_egd ._fg ;_dgc ._egf =_egd ._egf ;};func (_caf *Context )FillPreserve (){var _ba _aed .Painter ;if _caf ._aab ==nil {if _gcc ,_fcc :=_caf ._bedf .(*solidPattern ); -_fcc {_egea :=_aed .NewRGBAPainter (_caf ._bff );_egea .SetColor (_gcc ._gaad );_ba =_egea ;};};if _ba ==nil {_ba =_bbf (_caf ._bff ,_caf ._aab ,_caf ._bedf );};_caf .fill (_ba );};func (_agd *Context )Matrix ()_ae .Matrix {return _agd ._gfg };func _cabcf (_bcab [][]_ae .Point )_aed .Path {var _efba _aed .Path ; -for _ ,_bcda :=range _bcab {var _abae _gd .Point26_6 ;for _fab ,_cgbe :=range _bcda {_cefg :=_fdfc (_cgbe );if _fab ==0{_efba .Start (_cefg );}else {_eddd :=_cefg .X -_abae .X ;_gdcf :=_cefg .Y -_abae .Y ;if _eddd < 0{_eddd =-_eddd ;};if _gdcf < 0{_gdcf =-_gdcf ; -};if _eddd +_gdcf > 8{_efba .Add1 (_cefg );};};_abae =_cefg ;};};return _efba ;};func _gaf (_cec _aed .Path ,_cgfd []float64 ,_bfed float64 )_aed .Path {return _cabcf (_baf (_bfe (_cec ),_cgfd ,_bfed ));};func (_egfa *Context )StrokePattern ()_cg .Pattern {return _egfa ._def }; -func (_gcd *Context )ResetClip (){_gcd ._aab =nil };func (_aede *Context )joiner ()_aed .Joiner {switch _aede ._ebd {case _cg .LineJoinBevel :return _aed .BevelJoiner ;case _cg .LineJoinRound :return _aed .RoundJoiner ;};return nil ;};func (_gcaf *Context )DrawImageAnchored (im _ac .Image ,x ,y int ,ax ,ay float64 ){_ccc :=im .Bounds ().Size (); -x -=int (ax *float64 (_ccc .X ));y -=int (ay *float64 (_ccc .Y ));_fedb :=_ad .BiLinear ;_fddea :=_gcaf ._gfg .Clone ().Translate (float64 (x ),float64 (y ));_eafc :=_f .Aff3 {_fddea [0],_fddea [3],_fddea [6],_fddea [1],_fddea [4],_fddea [7]};if _gcaf ._aab ==nil {_fedb .Transform (_gcaf ._bff ,_eafc ,im ,im .Bounds (),_ad .Over ,nil ); -}else {_fedb .Transform (_gcaf ._bff ,_eafc ,im ,im .Bounds (),_ad .Over ,&_ad .Options {DstMask :_gcaf ._aab ,DstMaskP :_ac .Point {}});};};func (_cfg *Context )ShearAbout (sx ,sy ,x ,y float64 ){_cfg .Translate (x ,y );_cfg .Shear (sx ,sy );_cfg .Translate (-x ,-y ); -};func (_cceg *patternPainter )Paint (ss []_aed .Span ,done bool ){_defb :=_cceg ._gbag .Bounds ();for _ ,_fgea :=range ss {if _fgea .Y < _defb .Min .Y {continue ;};if _fgea .Y >=_defb .Max .Y {return ;};if _fgea .X0 < _defb .Min .X {_fgea .X0 =_defb .Min .X ; -};if _fgea .X1 > _defb .Max .X {_fgea .X1 =_defb .Max .X ;};if _fgea .X0 >=_fgea .X1 {continue ;};const _cbef =1<<16-1;_fcccb :=_fgea .Y -_cceg ._gbag .Rect .Min .Y ;_acbb :=_fgea .X0 -_cceg ._gbag .Rect .Min .X ;_dgb :=(_fgea .Y -_cceg ._gbag .Rect .Min .Y )*_cceg ._gbag .Stride +(_fgea .X0 -_cceg ._gbag .Rect .Min .X )*4; -_edga :=_dgb +(_fgea .X1 -_fgea .X0 )*4;for _eccc ,_egcg :=_dgb ,_acbb ;_eccc < _edga ;_eccc ,_egcg =_eccc +4,_egcg +1{_bbb :=_fgea .Alpha ;if _cceg ._efa !=nil {_bbb =_bbb *uint32 (_cceg ._efa .AlphaAt (_egcg ,_fcccb ).A )/255;if _bbb ==0{continue ;}; -};_eee :=_cceg ._cdf .ColorAt (_egcg ,_fcccb );_eab ,_agb ,_cac ,_acbf :=_eee .RGBA ();_dbfe :=uint32 (_cceg ._gbag .Pix [_eccc +0]);_bfgc :=uint32 (_cceg ._gbag .Pix [_eccc +1]);_gfb :=uint32 (_cceg ._gbag .Pix [_eccc +2]);_dfbf :=uint32 (_cceg ._gbag .Pix [_eccc +3]); -_geb :=(_cbef -(_acbf *_bbb /_cbef ))*0x101;_cceg ._gbag .Pix [_eccc +0]=uint8 ((_dbfe *_geb +_eab *_bbb )/_cbef >>8);_cceg ._gbag .Pix [_eccc +1]=uint8 ((_bfgc *_geb +_agb *_bbb )/_cbef >>8);_cceg ._gbag .Pix [_eccc +2]=uint8 ((_gfb *_geb +_cac *_bbb )/_cbef >>8); -_cceg ._gbag .Pix [_eccc +3]=uint8 ((_dfbf *_geb +_acbf *_bbb )/_cbef >>8);};};};func (_ded *Context )drawString (_egcd string ,_gcca _gde .Face ,_ddc ,_fgffd float64 ){_dcg :=&_gde .Drawer {Src :_ac .NewUniform (_ded ._agf ),Face :_gcca ,Dot :_fdfc (_ae .NewPoint (_ddc ,_fgffd ))}; -_ge :=rune (-1);for _ ,_gdc :=range _egcd {if _ge >=0{_dcg .Dot .X +=_dcg .Face .Kern (_ge ,_gdc );};_cbgb ,_ccb ,_ddea ,_gcae ,_egcb :=_dcg .Face .Glyph (_dcg .Dot ,_gdc );if !_egcb {continue ;};_dga :=_cbgb .Sub (_cbgb .Min );_ggg :=_ac .NewRGBA (_dga ); -_ad .DrawMask (_ggg ,_dga ,_dcg .Src ,_ac .Point {},_ccb ,_ddea ,_ad .Over );var _ffgd *_ad .Options ;if _ded ._aab !=nil {_ffgd =&_ad .Options {DstMask :_ded ._aab ,DstMaskP :_ac .Point {}};};_ebgb :=_ded ._gfg .Clone ().Translate (float64 (_cbgb .Min .X ),float64 (_cbgb .Min .Y )); -_cfa :=_f .Aff3 {_ebgb [0],_ebgb [3],_ebgb [6],_ebgb [1],_ebgb [4],_ebgb [7]};_ad .BiLinear .Transform (_ded ._bff ,_cfa ,_ggg ,_dga ,_ad .Over ,_ffgd );_dcg .Dot .X +=_gcae ;_ge =_gdc ;};};func (_gca *Context )SetRGB (r ,g ,b float64 ){_gca .SetRGBA (r ,g ,b ,1)}; -type patternPainter struct{_gbag *_ac .RGBA ;_efa *_ac .Alpha ;_cdf _cg .Pattern ;};type repeatOp int ;func (_gaec *Context )RotateAbout (angle ,x ,y float64 ){_gaec .Translate (x ,y );_gaec .Rotate (angle );_gaec .Translate (-x ,-y );};func (_cbf *Context )Clear (){_egc :=_ac .NewUniform (_cbf ._agf ); -_ad .Draw (_cbf ._bff ,_cbf ._bff .Bounds (),_egc ,_ac .Point {},_ad .Src );};func _eca (_dgdd ,_ffba ,_gcg ,_bee ,_egde ,_ecf float64 )float64 {return _dgdd *_bee +_ffba *_egde +_gcg *_ecf ;};func (_fec *Context )FillPattern ()_cg .Pattern {return _fec ._bedf }; -type stop struct{_gdebc float64 ;_ecgb _be .Color ;};func (_fade *Context )SetPixel (x ,y int ){_fade ._bff .Set (x ,y ,_fade ._agf )};func (_dagd *Context )ScaleAbout (sx ,sy ,x ,y float64 ){_dagd .Translate (x ,y );_dagd .Scale (sx ,sy );_dagd .Translate (-x ,-y ); -};func (_fgf *Context )SetHexColor (x string ){_bca ,_adac ,_edd ,_fad :=_ccbdc (x );_fgf .SetRGBA255 (_bca ,_adac ,_edd ,_fad );};func (_cae *Context )DrawImage (im _ac .Image ,x ,y int ){_cae .DrawImageAnchored (im ,x ,y ,0,0)};func (_egff *Context )ClipPreserve (){_eded :=_ac .NewAlpha (_ac .Rect (0,0,_egff ._fa ,_egff ._bedg )); -_ceg :=_aed .NewAlphaOverPainter (_eded );_egff .fill (_ceg );if _egff ._aab ==nil {_egff ._aab =_eded ;}else {_cdge :=_ac .NewAlpha (_ac .Rect (0,0,_egff ._fa ,_egff ._bedg ));_ad .DrawMask (_cdge ,_cdge .Bounds (),_eded ,_ac .Point {},_egff ._aab ,_ac .Point {},_ad .Over ); -_egff ._aab =_cdge ;};};func (_dbbe *Context )Clip (){_dbbe .ClipPreserve ();_dbbe .ClearPath ()};func _beca (_fdfg _ac .Image )*_ac .RGBA {_feb :=_fdfg .Bounds ();_cfae :=_ac .NewRGBA (_feb );_ag .Draw (_cfae ,_feb ,_fdfg ,_feb .Min ,_ag .Src );return _cfae ; -};func (_ffga *Context )SetMask (mask *_ac .Alpha )error {if mask .Bounds ().Size ()!=_ffga ._bff .Bounds ().Size (){return _e .New ("\u006d\u0061\u0073\u006b\u0020\u0073i\u007a\u0065\u0020\u006d\u0075\u0073\u0074\u0020\u006d\u0061\u0074\u0063\u0068 \u0063\u006f\u006e\u0074\u0065\u0078\u0074 \u0073\u0069\u007a\u0065"); -};_ffga ._aab =mask ;return nil ;};func (_cdc *Context )SetLineWidth (lineWidth float64 ){_cdc ._ege =lineWidth };func NewContext (width ,height int )*Context {return NewContextForRGBA (_ac .NewRGBA (_ac .Rect (0,0,width ,height )));};func (_aeag *Context )InvertMask (){if _aeag ._aab ==nil {_aeag ._aab =_ac .NewAlpha (_aeag ._bff .Bounds ()); -}else {for _gbd ,_cefd :=range _aeag ._aab .Pix {_aeag ._aab .Pix [_gbd ]=255-_cefd ;};};};func (_bce *Context )DrawString (s string ,face _gde .Face ,x ,y float64 ){_bce .DrawStringAnchored (s ,face ,x ,y ,0,0);};func (_cgdd *Context )DrawEllipticalArc (x ,y ,rx ,ry ,angle1 ,angle2 float64 ){const _cefa =16; -for _cdgd :=0;_cdgd < _cefa ;_cdgd ++{_bbcd :=float64 (_cdgd +0)/_cefa ;_ffd :=float64 (_cdgd +1)/_cefa ;_bcb :=angle1 +(angle2 -angle1 )*_bbcd ;_dca :=angle1 +(angle2 -angle1 )*_ffd ;_cafe :=x +rx *_g .Cos (_bcb );_cdab :=y +ry *_g .Sin (_bcb );_cge :=x +rx *_g .Cos ((_bcb +_dca )/2); -_gfaf :=y +ry *_g .Sin ((_bcb +_dca )/2);_aaed :=x +rx *_g .Cos (_dca );_aga :=y +ry *_g .Sin (_dca );_bbe :=2*_cge -_cafe /2-_aaed /2;_ffb :=2*_gfaf -_cdab /2-_aga /2;if _cdgd ==0{if _cgdd ._egf {_cgdd .LineTo (_cafe ,_cdab );}else {_cgdd .MoveTo (_cafe ,_cdab ); -};};_cgdd .QuadraticTo (_bbe ,_ffb ,_aaed ,_aga );};};func _faaf (_fcbe float64 )float64 {return _fcbe *_g .Pi /180};func (_aba *Context )DrawLine (x1 ,y1 ,x2 ,y2 float64 ){_aba .MoveTo (x1 ,y1 );_aba .LineTo (x2 ,y2 )};func (_bgde *Context )DrawRoundedRectangle (x ,y ,w ,h ,r float64 ){_cda ,_egfe ,_gfd ,_faa :=x ,x +r ,x +w -r ,x +w ; -_bfd ,_cegd ,_daf ,_cgg :=y ,y +r ,y +h -r ,y +h ;_bgde .NewSubPath ();_bgde .MoveTo (_egfe ,_bfd );_bgde .LineTo (_gfd ,_bfd );_bgde .DrawArc (_gfd ,_cegd ,r ,_faaf (270),_faaf (360));_bgde .LineTo (_faa ,_daf );_bgde .DrawArc (_gfd ,_daf ,r ,_faaf (0),_faaf (90)); -_bgde .LineTo (_egfe ,_cgg );_bgde .DrawArc (_egfe ,_daf ,r ,_faaf (90),_faaf (180));_bgde .LineTo (_cda ,_cegd );_bgde .DrawArc (_egfe ,_cegd ,r ,_faaf (180),_faaf (270));_bgde .ClosePath ();};func (_gcf *Context )capper ()_aed .Capper {switch _gcf ._fcb {case _cg .LineCapButt :return _aed .ButtCapper ; -case _cg .LineCapRound :return _aed .RoundCapper ;case _cg .LineCapSquare :return _aed .SquareCapper ;};return nil ;};func (_aeab *Context )Stroke (){_aeab .StrokePreserve ();_aeab .ClearPath ()};func _gagc (_cgfed _be .Color )_cg .Pattern {return &solidPattern {_gaad :_cgfed }}; -func _bgbf (_egg ,_cgbf _be .Color ,_edgf float64 )_be .Color {_ffgdc ,_bdd ,_fde ,_bcd :=_egg .RGBA ();_gcaff ,_gacc ,_ffgf ,_ffgfe :=_cgbf .RGBA ();return _be .RGBA {_bcf (_ffgdc ,_gcaff ,_edgf ),_bcf (_bdd ,_gacc ,_edgf ),_bcf (_fde ,_ffgf ,_edgf ),_bcf (_bcd ,_ffgfe ,_edgf )}; -};func (_ccf *Context )Push (){_gcaea :=*_ccf ;_ccf ._daa =append (_ccf ._daa ,&_gcaea )};func (_gdb *Context )MeasureString (s string ,face _gde .Face )(_ffgdd ,_gga float64 ){_gbe :=&_gde .Drawer {Face :face };_gbc :=_gbe .MeasureString (s );return float64 (_gbc >>6),_gdb ._ecg .Tf .Size ; -};func (_afe *Context )fill (_fdf _aed .Painter ){_dcf :=_afe ._dcb ;if _afe ._egf {_dcf =make (_aed .Path ,len (_afe ._dcb ));copy (_dcf ,_afe ._dcb );_dcf .Add1 (_fdfc (_afe ._eeg ));};_faf :=_afe ._gba ;_faf .UseNonZeroWinding =_afe ._fca ==_cg .FillRuleWinding ; -_faf .Clear ();_faf .AddPath (_dcf );_faf .Rasterize (_fdf );};func (_fbc *Context )ClearPath (){_fbc ._bb .Clear ();_fbc ._dcb .Clear ();_fbc ._egf =false };func (_bbdb *Context )Shear (x ,y float64 ){_bbdb ._gfg .Shear (x ,y )};func (_cfd *Context )Identity (){_cfd ._gfg =_ae .IdentityMatrix ()}; -func NewContextForImage (im _ac .Image )*Context {return NewContextForRGBA (_beca (im ))};func _bbf (_ddgb *_ac .RGBA ,_afd *_ac .Alpha ,_efaa _cg .Pattern )*patternPainter {return &patternPainter {_ddgb ,_afd ,_efaa };};type Context struct{_fa int ;_bedg int ; -_gba *_aed .Rasterizer ;_bff *_ac .RGBA ;_aab *_ac .Alpha ;_agf _be .Color ;_bedf _cg .Pattern ;_def _cg .Pattern ;_bb _aed .Path ;_dcb _aed .Path ;_eeg _ae .Point ;_fg _ae .Point ;_egf bool ;_ede []float64 ;_gc float64 ;_ege float64 ;_fcb _cg .LineCap ; -_ebd _cg .LineJoin ;_fca _cg .FillRule ;_gfg _ae .Matrix ;_ecg _cg .TextState ;_daa []*Context ;};func _gafe (_fefa _ac .Image ,_ddga repeatOp )_cg .Pattern {return &surfacePattern {_bae :_fefa ,_dbfa :_ddga };};func (_gfc *Context )Height ()int {return _gfc ._bedg }; -func _ada (_dc ,_aef ,_dae ,_ec ,_gfa ,_adb ,_ggf ,_cc float64 )[]_ae .Point {_bf :=(_g .Hypot (_dae -_dc ,_ec -_aef )+_g .Hypot (_gfa -_dae ,_adb -_ec )+_g .Hypot (_ggf -_gfa ,_cc -_adb ));_cdg :=int (_bf +0.5);if _cdg < 4{_cdg =4;};_efd :=float64 (_cdg )-1; -_eg :=make ([]_ae .Point ,_cdg );for _fdb :=0;_fdb < _cdg ;_fdb ++{_aee :=float64 (_fdb )/_efd ;_fb ,_agea :=_aa (_dc ,_aef ,_dae ,_ec ,_gfa ,_adb ,_ggf ,_cc ,_aee );_eg [_fdb ]=_ae .NewPoint (_fb ,_agea );};return _eg ;};func _fccc (_fef float64 ,_abd stops )_be .Color {if _fef <=0.0||len (_abd )==1{return _abd [0]._ecgb ; -};_ccbd :=_abd [len (_abd )-1];if _fef >=_ccbd ._gdebc {return _ccbd ._ecgb ;};for _abe ,_dacf :=range _abd [1:]{if _fef < _dacf ._gdebc {_fef =(_fef -_abd [_abe ]._gdebc )/(_dacf ._gdebc -_abd [_abe ]._gdebc );return _bgbf (_abd [_abe ]._ecgb ,_dacf ._ecgb ,_fef ); -};};return _ccbd ._ecgb ;};func (_acgb *Context )SetFillStyle (pattern _cg .Pattern ){if _fgd ,_fcdc :=pattern .(*solidPattern );_fcdc {_acgb ._agf =_fgd ._gaad ;};_acgb ._bedf =pattern ;};func (_bfc *Context )DrawEllipse (x ,y ,rx ,ry float64 ){_bfc .NewSubPath (); -_bfc .DrawEllipticalArc (x ,y ,rx ,ry ,0,2*_g .Pi );_bfc .ClosePath ();};type circle struct{_eefb ,_bcbg ,_dac float64 };var (_cef =_gagc (_be .White );_dg =_gagc (_be .Black ););func (_gad stops )Swap (i ,j int ){_gad [i ],_gad [j ]=_gad [j ],_gad [i ]}; -type surfacePattern struct{_bae _ac .Image ;_dbfa repeatOp ;};func (_egee *Context )SetStrokeRGBA (r ,g ,b ,a float64 ){_gfe :=_be .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_egee ._def =_gagc (_gfe );};func (_fdde *Context )AsMask ()*_ac .Alpha {_eaf :=_ac .NewAlpha (_fdde ._bff .Bounds ()); -_ad .Draw (_eaf ,_fdde ._bff .Bounds (),_fdde ._bff ,_ac .Point {},_ad .Src );return _eaf ;}; \ No newline at end of file +package imagerender ;import (_ce "errors";_a "fmt";_db "github.com/unidoc/freetype/raster";_gd "github.com/unidoc/unipdf/v3/common";_cg "github.com/unidoc/unipdf/v3/internal/transform";_af "github.com/unidoc/unipdf/v3/render/internal/context";_ged "golang.org/x/image/draw"; +_cf "golang.org/x/image/font";_d "golang.org/x/image/math/f64";_ceb "golang.org/x/image/math/fixed";_eb "image";_gea "image/color";_c "image/draw";_g "math";_b "sort";_ge "strings";);func (_fgbaf *Context )MeasureString (s string ,face _cf .Face )(_gag ,_dgg float64 ){_edge :=&_cf .Drawer {Face :face }; +_ddfe :=_edge .MeasureString (s );return float64 (_ddfe >>6),_fgbaf ._feec .Tf .Size ;};type Context struct{_eda int ;_gec int ;_fee *_db .Rasterizer ;_cda *_eb .RGBA ;_ea *_eb .Alpha ;_fde _gea .Color ;_fda _af .Pattern ;_add _af .Pattern ;_dgc _db .Path ; +_fag _db .Path ;_fgb _cg .Point ;_cdf _cg .Point ;_age bool ;_gf []float64 ;_ecf float64 ;_fdeb float64 ;_ee _af .LineCap ;_ff _af .LineJoin ;_fagb _af .FillRule ;_ace _cg .Matrix ;_feec _af .TextState ;_cbd []*Context ;};func (_dc *Context )LineWidth ()float64 {return _dc ._fdeb }; +func (_bff *Context )LineTo (x ,y float64 ){if !_bff ._age {_bff .MoveTo (x ,y );}else {x ,y =_bff .Transform (x ,y );_fff :=_cg .NewPoint (x ,y );_bcc :=_dgga (_fff );_bff ._dgc .Add1 (_bcc );_bff ._fag .Add1 (_bcc );_bff ._cdf =_fff ;};};func (_feed *Context )SetStrokeStyle (pattern _af .Pattern ){_feed ._add =pattern }; +func (_bffa *Context )DrawRectangle (x ,y ,w ,h float64 ){_bffa .NewSubPath ();_bffa .MoveTo (x ,y );_bffa .LineTo (x +w ,y );_bffa .LineTo (x +w ,y +h );_bffa .LineTo (x ,y +h );_bffa .ClosePath ();};func (_cfgc *Context )StrokePreserve (){var _fgde _db .Painter ; +if _cfgc ._ea ==nil {if _gcf ,_dbe :=_cfgc ._add .(*solidPattern );_dbe {_cga :=_db .NewRGBAPainter (_cfgc ._cda );_cga .SetColor (_gcf ._ebgd );_fgde =_cga ;};};if _fgde ==nil {_fgde =_bbff (_cfgc ._cda ,_cfgc ._ea ,_cfgc ._add );};_cfgc .stroke (_fgde ); +};func (_cbg *Context )DrawArc (x ,y ,r ,angle1 ,angle2 float64 ){_cbg .DrawEllipticalArc (x ,y ,r ,r ,angle1 ,angle2 );};func (_gfe *Context )Rotate (angle float64 ){_gfe ._ace =_gfe ._ace .Rotate (angle )};func (_fgdg *Context )SetFillRule (fillRule _af .FillRule ){_fgdg ._fagb =fillRule }; +func (_efb *Context )DrawStringAnchored (s string ,face _cf .Face ,x ,y ,ax ,ay float64 ){_daae ,_ffe :=_efb .MeasureString (s ,face );_efb .drawString (s ,face ,x -ax *_daae ,y +ay *_ffe );};func (_fgg *Context )setFillAndStrokeColor (_fded _gea .Color ){_fgg ._fde =_fded ; +_fgg ._fda =_faea (_fded );_fgg ._add =_faea (_fded );};func (_ddf *Context )capper ()_db .Capper {switch _ddf ._ee {case _af .LineCapButt :return _db .ButtCapper ;case _af .LineCapRound :return _db .RoundCapper ;case _af .LineCapSquare :return _db .SquareCapper ; +};return nil ;};func _aceb (_cgc _db .Path ,_bgdf []float64 ,_cage float64 )_db .Path {return _bgba (_eaf (_ebba (_cgc ),_bgdf ,_cage ));};func (_fdfc *Context )DrawImage (im _eb .Image ,x ,y int ){_fdfc .DrawImageAnchored (im ,x ,y ,0,0)};func (_eba *Context )SetStrokeRGBA (r ,g ,b ,a float64 ){_ab :=_gea .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)}; +_eba ._add =_faea (_ab );};func _dfd (_ffc ,_dgcf ,_gfee ,_bed ,_acd ,_gcb float64 )float64 {return _ffc *_bed +_dgcf *_acd +_gfee *_gcb ;};func _ebdc (_dgd _eb .Image ,_fegg repeatOp )_af .Pattern {return &surfacePattern {_aecc :_dgd ,_cacdb :_fegg }; +};func (_ade stops )Len ()int {return len (_ade )};func (_abd *Context )ScaleAbout (sx ,sy ,x ,y float64 ){_abd .Translate (x ,y );_abd .Scale (sx ,sy );_abd .Translate (-x ,-y );};func (_gdd *Context )StrokePattern ()_af .Pattern {return _gdd ._add }; +func NewContext (width ,height int )*Context {return NewContextForRGBA (_eb .NewRGBA (_eb .Rect (0,0,width ,height )));};func (_fafd *Context )DrawLine (x1 ,y1 ,x2 ,y2 float64 ){_fafd .MoveTo (x1 ,y1 );_fafd .LineTo (x2 ,y2 )};func (_fad *Context )DrawPoint (x ,y ,r float64 ){_fad .Push (); +_eff ,_gfb :=_fad .Transform (x ,y );_fad .Identity ();_fad .DrawCircle (_eff ,_gfb ,r );_fad .Pop ();};func (_cba *Context )Stroke (){_cba .StrokePreserve ();_cba .ClearPath ()};func (_cacd *Context )Pop (){_egf :=*_cacd ;_cbgd :=_cacd ._cbd ;_febc :=_cbgd [len (_cbgd )-1]; +*_cacd =*_febc ;_cacd ._dgc =_egf ._dgc ;_cacd ._fag =_egf ._fag ;_cacd ._fgb =_egf ._fgb ;_cacd ._cdf =_egf ._cdf ;_cacd ._age =_egf ._age ;};func (_egce *Context )DrawString (s string ,face _cf .Face ,x ,y float64 ){_egce .DrawStringAnchored (s ,face ,x ,y ,0,0); +};func (_fgbc *Context )SetRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_dea :=_fgbc ._fde .RGBA ();if _dea > 0&&_dea !=65535&&a ==1{a =float64 (_dea )/65535;};_fgbc ._fde =_gea .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_fgbc .setFillAndStrokeColor (_fgbc ._fde ); +};func (_aca *Context )SetFillRGBA (r ,g ,b ,a float64 ){_ ,_ ,_ ,_fga :=_aca ._fde .RGBA ();if _fga > 0&&_fga !=65535&&a ==1{a =float64 (_fga )/65535;};_badc :=_gea .NRGBA {uint8 (r *255),uint8 (g *255),uint8 (b *255),uint8 (a *255)};_aca ._fde =_badc ; +_aca ._fda =_faea (_badc );};func _gbe (_cb ,_da ,_aee ,_aa ,_fce ,_cfb ,_cd ,_aga float64 )[]_cg .Point {_efa :=(_g .Hypot (_aee -_cb ,_aa -_da )+_g .Hypot (_fce -_aee ,_cfb -_aa )+_g .Hypot (_cd -_fce ,_aga -_cfb ));_aed :=int (_efa +0.5);if _aed < 4{_aed =4; +};_ad :=float64 (_aed )-1;_dfb :=make ([]_cg .Point ,_aed );for _efgd :=0;_efgd < _aed ;_efgd ++{_gdg :=float64 (_efgd )/_ad ;_bad ,_dbcb :=_aeg (_cb ,_da ,_aee ,_aa ,_fce ,_cfb ,_cd ,_aga ,_gdg );_dfb [_efgd ]=_cg .NewPoint (_bad ,_dbcb );};return _dfb ; +};func _cbgda (_eded string )(_acgd ,_bdbb ,_fge ,_gee int ){_eded =_ge .TrimPrefix (_eded ,"\u0023");_gee =255;if len (_eded )==3{_beg :="\u00251\u0078\u0025\u0031\u0078\u0025\u0031x";_a .Sscanf (_eded ,_beg ,&_acgd ,&_bdbb ,&_fge );_acgd |=_acgd <<4; +_bdbb |=_bdbb <<4;_fge |=_fge <<4;};if len (_eded )==6{_bffag :="\u0025\u0030\u0032x\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078";_a .Sscanf (_eded ,_bffag ,&_acgd ,&_bdbb ,&_fge );};if len (_eded )==8{_cgca :="\u0025\u00302\u0078\u0025\u00302\u0078\u0025\u0030\u0032\u0078\u0025\u0030\u0032\u0078"; +_a .Sscanf (_eded ,_cgca ,&_acgd ,&_bdbb ,&_fge ,&_gee );};return ;};func (_bdd *Context )SetRGBA255 (r ,g ,b ,a int ){_bdd ._fde =_gea .NRGBA {uint8 (r ),uint8 (g ),uint8 (b ),uint8 (a )};_bdd .setFillAndStrokeColor (_bdd ._fde );};func (_gaf *Context )QuadraticTo (x1 ,y1 ,x2 ,y2 float64 ){if !_gaf ._age {_gaf .MoveTo (x1 ,y1 ); +};x1 ,y1 =_gaf .Transform (x1 ,y1 );x2 ,y2 =_gaf .Transform (x2 ,y2 );_gcc :=_cg .NewPoint (x1 ,y1 );_faf :=_cg .NewPoint (x2 ,y2 );_acg :=_dgga (_gcc );_cge :=_dgga (_faf );_gaf ._dgc .Add2 (_acg ,_cge );_gaf ._fag .Add2 (_acg ,_cge );_gaf ._cdf =_faf ; +};func (_cebd *Context )SetLineCap (lineCap _af .LineCap ){_cebd ._ee =lineCap };func (_gfa *Context )joiner ()_db .Joiner {switch _gfa ._ff {case _af .LineJoinBevel :return _db .BevelJoiner ;case _af .LineJoinRound :return _db .RoundJoiner ;};return nil ; +};func (_dfbe *Context )MoveTo (x ,y float64 ){if _dfbe ._age {_dfbe ._fag .Add1 (_dgga (_dfbe ._fgb ));};x ,y =_dfbe .Transform (x ,y );_fdf :=_cg .NewPoint (x ,y );_dgca :=_dgga (_fdf );_dfbe ._dgc .Start (_dgca );_dfbe ._fag .Start (_dgca );_dfbe ._fgb =_fdf ; +_dfbe ._cdf =_fdf ;_dfbe ._age =true ;};func NewRadialGradient (x0 ,y0 ,r0 ,x1 ,y1 ,r1 float64 )_af .Gradient {_agc :=circle {x0 ,y0 ,r0 };_bga :=circle {x1 ,y1 ,r1 };_aagc :=circle {x1 -x0 ,y1 -y0 ,r1 -r0 };_cgg :=_dfd (_aagc ._adad ,_aagc ._cbf ,-_aagc ._bgf ,_aagc ._adad ,_aagc ._cbf ,_aagc ._bgf ); +var _cab float64 ;if _cgg !=0{_cab =1.0/_cgg ;};_deaf :=-_agc ._bgf ;_gbfa :=&radialGradient {_bgd :_agc ,_cegba :_bga ,_dec :_aagc ,_gdb :_cgg ,_dcda :_cab ,_aggc :_deaf };return _gbfa ;};func (_cfe *Context )SetLineWidth (lineWidth float64 ){_cfe ._fdeb =lineWidth }; +func (_adb *Context )SetPixel (x ,y int ){_adb ._cda .Set (x ,y ,_adb ._fde )};func (_gfda *Context )DrawRoundedRectangle (x ,y ,w ,h ,r float64 ){_fcb ,_fcg ,_feg ,_ggf :=x ,x +r ,x +w -r ,x +w ;_eef ,_caac ,_egc ,_gge :=y ,y +r ,y +h -r ,y +h ;_gfda .NewSubPath (); +_gfda .MoveTo (_fcg ,_eef );_gfda .LineTo (_feg ,_eef );_gfda .DrawArc (_feg ,_caac ,r ,_efff (270),_efff (360));_gfda .LineTo (_ggf ,_egc );_gfda .DrawArc (_feg ,_egc ,r ,_efff (0),_efff (90));_gfda .LineTo (_fcg ,_gge );_gfda .DrawArc (_fcg ,_egc ,r ,_efff (90),_efff (180)); +_gfda .LineTo (_fcb ,_caac );_gfda .DrawArc (_fcg ,_caac ,r ,_efff (180),_efff (270));_gfda .ClosePath ();};func (_adf *Context )NewSubPath (){if _adf ._age {_adf ._fag .Add1 (_dgga (_adf ._fgb ));};_adf ._age =false ;};func (_cegb *Context )SetMatrix (m _cg .Matrix ){_cegb ._ace =m }; +func (_dca *Context )ResetClip (){_dca ._ea =nil };func (_cec *Context )drawRegularPolygon (_aec int ,_dce ,_dgcg ,_gbeb ,_abe float64 ){_adbb :=2*_g .Pi /float64 (_aec );_abe -=_g .Pi /2;if _aec %2==0{_abe +=_adbb /2;};_cec .NewSubPath ();for _geca :=0; +_geca < _aec ;_geca ++{_dbfd :=_abe +_adbb *float64 (_geca );_cec .LineTo (_dce +_gbeb *_g .Cos (_dbfd ),_dgcg +_gbeb *_g .Sin (_dbfd ));};_cec .ClosePath ();};func (_bbf *Context )Translate (x ,y float64 ){_bbf ._ace =_bbf ._ace .Translate (x ,y )};type circle struct{_adad ,_cbf ,_bgf float64 }; +func (_gcd stops )Less (i ,j int )bool {return _gcd [i ]._acggf < _gcd [j ]._acggf };func (_agg *Context )Fill (){_agg .FillPreserve ();_agg .ClearPath ()};type stops []stop ;type radialGradient struct{_bgd ,_cegba ,_dec circle ;_gdb ,_dcda float64 ;_aggc float64 ; +_fcbe stops ;};func (_afe *linearGradient )ColorAt (x ,y int )_gea .Color {if len (_afe ._abfg )==0{return _gea .Transparent ;};_cccd ,_dcce :=float64 (x ),float64 (y );_bea ,_gafe ,_cff ,_aedb :=_afe ._dcbc ,_afe ._cfab ,_afe ._fdebg ,_afe ._fdd ;_cefae ,_bafa :=_cff -_bea ,_aedb -_gafe ; +if _bafa ==0&&_cefae !=0{return _edga ((_cccd -_bea )/_cefae ,_afe ._abfg );};if _cefae ==0&&_bafa !=0{return _edga ((_dcce -_gafe )/_bafa ,_afe ._abfg );};_dga :=_cefae *(_cccd -_bea )+_bafa *(_dcce -_gafe );if _dga < 0{return _afe ._abfg [0]._bbaf ;}; +_aefc :=_g .Hypot (_cefae ,_bafa );_bada :=((_cccd -_bea )*-_bafa +(_dcce -_gafe )*_cefae )/(_aefc *_aefc );_gaaa ,_gfef :=_bea +_bada *-_bafa ,_gafe +_bada *_cefae ;_efd :=_g .Hypot (_cccd -_gaaa ,_dcce -_gfef )/_aefc ;return _edga (_efd ,_afe ._abfg ); +};func (_edfg *Context )drawString (_bef string ,_bde _cf .Face ,_eag ,_cefa float64 ){_ccc :=&_cf .Drawer {Src :_eb .NewUniform (_edfg ._fde ),Face :_bde ,Dot :_dgga (_cg .NewPoint (_eag ,_cefa ))};_bcbg :=rune (-1);for _ ,_aaa :=range _bef {if _bcbg >=0{_ccc .Dot .X +=_ccc .Face .Kern (_bcbg ,_aaa ); +};_acc ,_dcb ,_fgba ,_dceb ,_fbf :=_ccc .Face .Glyph (_ccc .Dot ,_aaa );if !_fbf {continue ;};_cee :=_acc .Sub (_acc .Min );_affc :=_eb .NewRGBA (_cee );_ged .DrawMask (_affc ,_cee ,_ccc .Src ,_eb .Point {},_dcb ,_fgba ,_ged .Over );var _ggg *_ged .Options ; +if _edfg ._ea !=nil {_ggg =&_ged .Options {DstMask :_edfg ._ea ,DstMaskP :_eb .Point {}};};_dfe :=_edfg ._ace .Clone ().Translate (float64 (_acc .Min .X ),float64 (_acc .Min .Y ));_fcc :=_d .Aff3 {_dfe [0],_dfe [3],_dfe [6],_dfe [1],_dfe [4],_dfe [7]}; +_ged .BiLinear .Transform (_edfg ._cda ,_fcc ,_affc ,_cee ,_ged .Over ,_ggg );_ccc .Dot .X +=_dceb ;_bcbg =_aaa ;};};func (_ebe *Context )DrawEllipticalArc (x ,y ,rx ,ry ,angle1 ,angle2 float64 ){const _baf =16;for _afc :=0;_afc < _baf ;_afc ++{_eca :=float64 (_afc +0)/_baf ; +_bdc :=float64 (_afc +1)/_baf ;_acgg :=angle1 +(angle2 -angle1 )*_eca ;_cdfc :=angle1 +(angle2 -angle1 )*_bdc ;_geaf :=x +rx *_g .Cos (_acgg );_bbac :=y +ry *_g .Sin (_acgg );_dbcg :=x +rx *_g .Cos ((_acgg +_cdfc )/2);_bfe :=y +ry *_g .Sin ((_acgg +_cdfc )/2); +_bgc :=x +rx *_g .Cos (_cdfc );_ebef :=y +ry *_g .Sin (_cdfc );_cae :=2*_dbcg -_geaf /2-_bgc /2;_ebb :=2*_bfe -_bbac /2-_ebef /2;if _afc ==0{if _ebe ._age {_ebe .LineTo (_geaf ,_bbac );}else {_ebe .MoveTo (_geaf ,_bbac );};};_ebe .QuadraticTo (_cae ,_ebb ,_bgc ,_ebef ); +};};type patternPainter struct{_cdb *_eb .RGBA ;_gbea *_eb .Alpha ;_addd _af .Pattern ;};func (_afb *radialGradient )AddColorStop (offset float64 ,color _gea .Color ){_afb ._fcbe =append (_afb ._fcbe ,stop {_acggf :offset ,_bbaf :color });_b .Sort (_afb ._fcbe ); +};func (_fadd *Context )TextState ()*_af .TextState {return &_fadd ._feec };func (_cebf *Context )Transform (x ,y float64 )(_ddg ,_aecb float64 ){return _cebf ._ace .Transform (x ,y );};func (_bda *Context )DrawCircle (x ,y ,r float64 ){_bda .NewSubPath (); +_bda .DrawEllipticalArc (x ,y ,r ,r ,0,2*_g .Pi );_bda .ClosePath ();};func _aeg (_ccd ,_fa ,_eg ,_de ,_ded ,_efg ,_bc ,_gc ,_gcg float64 )(_aef ,_ac float64 ){_bcb :=1-_gcg ;_ccg :=_bcb *_bcb *_bcb ;_edg :=3*_bcb *_bcb *_gcg ;_fgd :=3*_bcb *_gcg *_gcg ; +_cce :=_gcg *_gcg *_gcg ;_aef =_ccg *_ccd +_edg *_eg +_fgd *_ded +_cce *_bc ;_ac =_ccg *_fa +_edg *_de +_fgd *_efg +_cce *_gc ;return ;};func (_bab *Context )fill (_gdda _db .Painter ){_gbd :=_bab ._fag ;if _bab ._age {_gbd =make (_db .Path ,len (_bab ._fag )); +copy (_gbd ,_bab ._fag );_gbd .Add1 (_dgga (_bab ._fgb ));};_cdd :=_bab ._fee ;_cdd .UseNonZeroWinding =_bab ._fagb ==_af .FillRuleWinding ;_cdd .Clear ();_cdd .AddPath (_gbd );_cdd .Rasterize (_gdda );};func (_abb *Context )AsMask ()*_eb .Alpha {_gbb :=_eb .NewAlpha (_abb ._cda .Bounds ()); +_ged .Draw (_gbb ,_abb ._cda .Bounds (),_abb ._cda ,_eb .Point {},_ged .Src );return _gbb ;};func (_caef *Context )ShearAbout (sx ,sy ,x ,y float64 ){_caef .Translate (x ,y );_caef .Shear (sx ,sy );_caef .Translate (-x ,-y );};func (_egbb *Context )Matrix ()_cg .Matrix {return _egbb ._ace }; +func (_fgab *Context )CubicTo (x1 ,y1 ,x2 ,y2 ,x3 ,y3 float64 ){if !_fgab ._age {_fgab .MoveTo (x1 ,y1 );};_ebf ,_eab :=_fgab ._cdf .X ,_fgab ._cdf .Y ;x1 ,y1 =_fgab .Transform (x1 ,y1 );x2 ,y2 =_fgab .Transform (x2 ,y2 );x3 ,y3 =_fgab .Transform (x3 ,y3 ); +_baab :=_gbe (_ebf ,_eab ,x1 ,y1 ,x2 ,y2 ,x3 ,y3 );_eae :=_dgga (_fgab ._cdf );for _ ,_dbd :=range _baab [1:]{_fdg :=_dgga (_dbd );if _fdg ==_eae {continue ;};_eae =_fdg ;_fgab ._dgc .Add1 (_fdg );_fgab ._fag .Add1 (_fdg );_fgab ._cdf =_dbd ;};};type stop struct{_acggf float64 ; +_bbaf _gea .Color ;};func (_bba *Context )ClearPath (){_bba ._dgc .Clear ();_bba ._fag .Clear ();_bba ._age =false };func (_eea *Context )SetRGB (r ,g ,b float64 ){_eea .SetRGBA (r ,g ,b ,1)};func (_gfd *Context )SetRGB255 (r ,g ,b int ){_gfd .SetRGBA255 (r ,g ,b ,255)}; +func (_cecc stops )Swap (i ,j int ){_cecc [i ],_cecc [j ]=_cecc [j ],_cecc [i ]};func _cdaf (_abc _ceb .Int26_6 )float64 {const _agfg ,_ceef =6,1<<6-1;if _abc >=0{return float64 (_abc >>_agfg )+float64 (_abc &_ceef )/64;};_abc =-_abc ;if _abc >=0{return -(float64 (_abc >>_agfg )+float64 (_abc &_ceef )/64); +};return 0;};func _adeg (_fead float64 )_ceb .Int26_6 {return _ceb .Int26_6 (_fead *64)};type solidPattern struct{_ebgd _gea .Color };func (_geb *Context )SetDash (dashes ...float64 ){_geb ._gf =dashes };func (_debc *Context )Clear (){_egb :=_eb .NewUniform (_debc ._fde ); +_ged .Draw (_debc ._cda ,_debc ._cda .Bounds (),_egb ,_eb .Point {},_ged .Src );};func _faea (_ggfe _gea .Color )_af .Pattern {return &solidPattern {_ebgd :_ggfe }};type repeatOp int ;func (_bd *Context )SetFillStyle (pattern _af .Pattern ){if _ceg ,_aag :=pattern .(*solidPattern ); +_aag {_bd ._fde =_ceg ._ebgd ;};_bd ._fda =pattern ;};func _dgga (_eabf _cg .Point )_ceb .Point26_6 {return _ceb .Point26_6 {X :_adeg (_eabf .X ),Y :_adeg (_eabf .Y )};};func (_aac *Context )Push (){_fdebb :=*_aac ;_aac ._cbd =append (_aac ._cbd ,&_fdebb )}; +func _bgba (_afca [][]_cg .Point )_db .Path {var _dcaa _db .Path ;for _ ,_debe :=range _afca {var _afge _ceb .Point26_6 ;for _bcac ,_agec :=range _debe {_cecf :=_dgga (_agec );if _bcac ==0{_dcaa .Start (_cecf );}else {_edfa :=_cecf .X -_afge .X ;_cccf :=_cecf .Y -_afge .Y ; +if _edfa < 0{_edfa =-_edfa ;};if _cccf < 0{_cccf =-_cccf ;};if _edfa +_cccf > 8{_dcaa .Add1 (_cecf );};};_afge =_cecf ;};};return _dcaa ;};func _ebba (_fbb _db .Path )[][]_cg .Point {var _dee [][]_cg .Point ;var _baea []_cg .Point ;var _ccbc ,_gfcf float64 ; +for _eeb :=0;_eeb < len (_fbb );{switch _fbb [_eeb ]{case 0:if len (_baea )> 0{_dee =append (_dee ,_baea );_baea =nil ;};_efc :=_cdaf (_fbb [_eeb +1]);_acdg :=_cdaf (_fbb [_eeb +2]);_baea =append (_baea ,_cg .NewPoint (_efc ,_acdg ));_ccbc ,_gfcf =_efc ,_acdg ; +_eeb +=4;case 1:_ecg :=_cdaf (_fbb [_eeb +1]);_cgb :=_cdaf (_fbb [_eeb +2]);_baea =append (_baea ,_cg .NewPoint (_ecg ,_cgb ));_ccbc ,_gfcf =_ecg ,_cgb ;_eeb +=4;case 2:_deg :=_cdaf (_fbb [_eeb +1]);_gde :=_cdaf (_fbb [_eeb +2]);_dcbb :=_cdaf (_fbb [_eeb +3]); +_egca :=_cdaf (_fbb [_eeb +4]);_adg :=_ag (_ccbc ,_gfcf ,_deg ,_gde ,_dcbb ,_egca );_baea =append (_baea ,_adg ...);_ccbc ,_gfcf =_dcbb ,_egca ;_eeb +=6;case 3:_bfeab :=_cdaf (_fbb [_eeb +1]);_geg :=_cdaf (_fbb [_eeb +2]);_aadc :=_cdaf (_fbb [_eeb +3]); +_aace :=_cdaf (_fbb [_eeb +4]);_gccb :=_cdaf (_fbb [_eeb +5]);_cafd :=_cdaf (_fbb [_eeb +6]);_fffa :=_gbe (_ccbc ,_gfcf ,_bfeab ,_geg ,_aadc ,_aace ,_gccb ,_cafd );_baea =append (_baea ,_fffa ...);_ccbc ,_gfcf =_gccb ,_cafd ;_eeb +=8;default:_gd .Log .Debug ("\u0057\u0041\u0052\u004e: \u0069\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u0070\u0061\u0074\u0068\u003a\u0020%\u0076",_fbb ); +return _dee ;};};if len (_baea )> 0{_dee =append (_dee ,_baea );};return _dee ;};func NewContextForImage (im _eb .Image )*Context {return NewContextForRGBA (_ccdd (im ))};func (_dcd *Context )SetHexColor (x string ){_baa ,_afd ,_ccdc ,_cfg :=_cbgda (x ); +_dcd .SetRGBA255 (_baa ,_afd ,_ccdc ,_cfg );};func _bbff (_dfda *_eb .RGBA ,_dbca *_eb .Alpha ,_afcab _af .Pattern )*patternPainter {return &patternPainter {_dfda ,_dbca ,_afcab };};const (_dbcc repeatOp =iota ;_cbfe ;_cbb ;_dcca ;);func (_aba *solidPattern )ColorAt (x ,y int )_gea .Color {return _aba ._ebgd }; +func (_abda *patternPainter )Paint (ss []_db .Span ,done bool ){_affb :=_abda ._cdb .Bounds ();for _ ,_eebc :=range ss {if _eebc .Y < _affb .Min .Y {continue ;};if _eebc .Y >=_affb .Max .Y {return ;};if _eebc .X0 < _affb .Min .X {_eebc .X0 =_affb .Min .X ; +};if _eebc .X1 > _affb .Max .X {_eebc .X1 =_affb .Max .X ;};if _eebc .X0 >=_eebc .X1 {continue ;};const _fdgf =1<<16-1;_gdea :=_eebc .Y -_abda ._cdb .Rect .Min .Y ;_aeb :=_eebc .X0 -_abda ._cdb .Rect .Min .X ;_agea :=(_eebc .Y -_abda ._cdb .Rect .Min .Y )*_abda ._cdb .Stride +(_eebc .X0 -_abda ._cdb .Rect .Min .X )*4; +_cafc :=_agea +(_eebc .X1 -_eebc .X0 )*4;for _daaea ,_dfeg :=_agea ,_aeb ;_daaea < _cafc ;_daaea ,_dfeg =_daaea +4,_dfeg +1{_bbb :=_eebc .Alpha ;if _abda ._gbea !=nil {_bbb =_bbb *uint32 (_abda ._gbea .AlphaAt (_dfeg ,_gdea ).A )/255;if _bbb ==0{continue ; +};};_cdfd :=_abda ._addd .ColorAt (_dfeg ,_gdea );_bag ,_abg ,_gcdc ,_fage :=_cdfd .RGBA ();_gfgd :=uint32 (_abda ._cdb .Pix [_daaea +0]);_dfbd :=uint32 (_abda ._cdb .Pix [_daaea +1]);_bdca :=uint32 (_abda ._cdb .Pix [_daaea +2]);_afgg :=uint32 (_abda ._cdb .Pix [_daaea +3]); +_baaf :=(_fdgf -(_fage *_bbb /_fdgf ))*0x101;_abda ._cdb .Pix [_daaea +0]=uint8 ((_gfgd *_baaf +_bag *_bbb )/_fdgf >>8);_abda ._cdb .Pix [_daaea +1]=uint8 ((_dfbd *_baaf +_abg *_bbb )/_fdgf >>8);_abda ._cdb .Pix [_daaea +2]=uint8 ((_bdca *_baaf +_gcdc *_bbb )/_fdgf >>8); +_abda ._cdb .Pix [_daaea +3]=uint8 ((_afgg *_baaf +_fage *_bbb )/_fdgf >>8);};};};func (_ccb *Context )Clip (){_ccb .ClipPreserve ();_ccb .ClearPath ()};func (_gfbb *Context )Identity (){_gfbb ._ace =_cg .IdentityMatrix ()};func (_cfd *Context )SetMask (mask *_eb .Alpha )error {if mask .Bounds ().Size ()!=_cfd ._cda .Bounds ().Size (){return _ce .New ("\u006d\u0061\u0073\u006b\u0020\u0073i\u007a\u0065\u0020\u006d\u0075\u0073\u0074\u0020\u006d\u0061\u0074\u0063\u0068 \u0063\u006f\u006e\u0074\u0065\u0078\u0074 \u0073\u0069\u007a\u0065"); +};_cfd ._ea =mask ;return nil ;};func _ag (_ba ,_ec ,_bg ,_f ,_ca ,_dbf float64 )[]_cg .Point {_fg :=(_g .Hypot (_bg -_ba ,_f -_ec )+_g .Hypot (_ca -_bg ,_dbf -_f ));_fc :=int (_fg +0.5);if _fc < 4{_fc =4;};_bb :=float64 (_fc )-1;_cc :=make ([]_cg .Point ,_fc ); +for _fd :=0;_fd < _fc ;_fd ++{_fe :=float64 (_fd )/_bb ;_aff ,_fef :=_dd (_ba ,_ec ,_bg ,_f ,_ca ,_dbf ,_fe );_cc [_fd ]=_cg .NewPoint (_aff ,_fef );};return _cc ;};func _eaf (_cddf [][]_cg .Point ,_cegbb []float64 ,_bcbgc float64 )[][]_cg .Point {var _eada [][]_cg .Point ; +if len (_cegbb )==0{return _cddf ;};if len (_cegbb )==1{_cegbb =append (_cegbb ,_cegbb [0]);};for _ ,_bgeb :=range _cddf {if len (_bgeb )< 2{continue ;};_aaac :=_bgeb [0];_febf :=1;_ege :=0;_eeg :=0.0;if _bcbgc !=0{var _beac float64 ;for _ ,_cfabc :=range _cegbb {_beac +=_cfabc ; +};_bcbgc =_g .Mod (_bcbgc ,_beac );if _bcbgc < 0{_bcbgc +=_beac ;};for _gga ,_bgbf :=range _cegbb {_bcbgc -=_bgbf ;if _bcbgc < 0{_ege =_gga ;_eeg =_bgbf +_bcbgc ;break ;};};};var _cbc []_cg .Point ;_cbc =append (_cbc ,_aaac );for _febf < len (_bgeb ){_def :=_cegbb [_ege ]; +_gggf :=_bgeb [_febf ];_ebd :=_aaac .Distance (_gggf );_cbcg :=_def -_eeg ;if _ebd > _cbcg {_gggb :=_cbcg /_ebd ;_badad :=_aaac .Interpolate (_gggf ,_gggb );_cbc =append (_cbc ,_badad );if _ege %2==0&&len (_cbc )> 1{_eada =append (_eada ,_cbc );};_cbc =nil ; +_cbc =append (_cbc ,_badad );_eeg =0;_aaac =_badad ;_ege =(_ege +1)%len (_cegbb );}else {_cbc =append (_cbc ,_gggf );_aaac =_gggf ;_eeg +=_ebd ;_febf ++;};};if _ege %2==0&&len (_cbc )> 1{_eada =append (_eada ,_cbc );};};return _eada ;};func _edga (_dad float64 ,_gca stops )_gea .Color {if _dad <=0.0||len (_gca )==1{return _gca [0]._bbaf ; +};_gfbe :=_gca [len (_gca )-1];if _dad >=_gfbe ._acggf {return _gfbe ._bbaf ;};for _bgg ,_fcd :=range _gca [1:]{if _dad < _fcd ._acggf {_dad =(_dad -_gca [_bgg ]._acggf )/(_fcd ._acggf -_gca [_bgg ]._acggf );return _eec (_gca [_bgg ]._bbaf ,_fcd ._bbaf ,_dad ); +};};return _gfbe ._bbaf ;};type surfacePattern struct{_aecc _eb .Image ;_cacdb repeatOp ;};func (_cef *Context )SetDashOffset (offset float64 ){_cef ._ecf =offset };func (_egbg *Context )DrawEllipse (x ,y ,rx ,ry float64 ){_egbg .NewSubPath ();_egbg .DrawEllipticalArc (x ,y ,rx ,ry ,0,2*_g .Pi ); +_egbg .ClosePath ();};func NewLinearGradient (x0 ,y0 ,x1 ,y1 float64 )_af .Gradient {_fcab :=&linearGradient {_dcbc :x0 ,_cfab :y0 ,_fdebg :x1 ,_fdd :y1 };return _fcab ;};func (_gece *Context )Height ()int {return _gece ._gec };func (_bdb *Context )DrawImageAnchored (im _eb .Image ,x ,y int ,ax ,ay float64 ){_cbda :=im .Bounds ().Size (); +x -=int (ax *float64 (_cbda .X ));y -=int (ay *float64 (_cbda .Y ));_cfa :=_ged .BiLinear ;_cag :=_bdb ._ace .Clone ().Translate (float64 (x ),float64 (y ));_fea :=_d .Aff3 {_cag [0],_cag [3],_cag [6],_cag [1],_cag [4],_cag [7]};if _bdb ._ea ==nil {_cfa .Transform (_bdb ._cda ,_fea ,im ,im .Bounds (),_ged .Over ,nil ); +}else {_cfa .Transform (_bdb ._cda ,_fea ,im ,im .Bounds (),_ged .Over ,&_ged .Options {DstMask :_bdb ._ea ,DstMaskP :_eb .Point {}});};};func _fba (_gcgg ,_bfea uint32 ,_dccd float64 )uint8 {return uint8 (int32 (float64 (_gcgg )*(1.0-_dccd )+float64 (_bfea )*_dccd )>>8); +};func (_feb *Context )ClosePath (){if _feb ._age {_gdc :=_dgga (_feb ._fgb );_feb ._dgc .Add1 (_gdc );_feb ._fag .Add1 (_gdc );_feb ._cdf =_feb ._fgb ;};};func (_gbeg *Context )Image ()_eb .Image {return _gbeg ._cda };func NewContextForRGBA (im *_eb .RGBA )*Context {_dbfb :=im .Bounds ().Size ().X ; +_ebg :=im .Bounds ().Size ().Y ;return &Context {_eda :_dbfb ,_gec :_ebg ,_fee :_db .NewRasterizer (_dbfb ,_ebg ),_cda :im ,_fde :_gea .Transparent ,_fda :_dg ,_add :_gda ,_fdeb :1,_fagb :_af .FillRuleWinding ,_ace :_cg .IdentityMatrix (),_feec :_af .NewTextState ()}; +};func (_gbff *Context )Scale (x ,y float64 ){_gbff ._ace =_gbff ._ace .Scale (x ,y )};type linearGradient struct{_dcbc ,_cfab ,_fdebg ,_fdd float64 ;_abfg stops ;};func (_daa *Context )stroke (_bae _db .Painter ){_ada :=_daa ._dgc ;if len (_daa ._gf )> 0{_ada =_aceb (_ada ,_daa ._gf ,_daa ._ecf ); +}else {_ada =_bgba (_ebba (_ada ));};_afa :=_daa ._fee ;_afa .UseNonZeroWinding =true ;_afa .Clear ();_fae :=(_daa ._ace .ScalingFactorX ()+_daa ._ace .ScalingFactorY ())/2;_afa .AddStroke (_ada ,_adeg (_daa ._fdeb *_fae ),_daa .capper (),_daa .joiner ()); +_afa .Rasterize (_bae );};func (_efge *Context )FillPreserve (){var _bgeg _db .Painter ;if _efge ._ea ==nil {if _fb ,_gaa :=_efge ._fda .(*solidPattern );_gaa {_daab :=_db .NewRGBAPainter (_efge ._cda );_daab .SetColor (_fb ._ebgd );_bgeg =_daab ;};};if _bgeg ==nil {_bgeg =_bbff (_efge ._cda ,_efge ._ea ,_efge ._fda ); +};_efge .fill (_bgeg );};func _ccdd (_gfeb _eb .Image )*_eb .RGBA {_gce :=_gfeb .Bounds ();_fcef :=_eb .NewRGBA (_gce );_c .Draw (_fcef ,_gce ,_gfeb ,_gce .Min ,_c .Src );return _fcef ;};func _eec (_egd ,_cefaeg _gea .Color ,_bbcf float64 )_gea .Color {_ggfd ,_gfc ,_ece ,_edac :=_egd .RGBA (); +_afg ,_cad ,_gbed ,_bca :=_cefaeg .RGBA ();return _gea .RGBA {_fba (_ggfd ,_afg ,_bbcf ),_fba (_gfc ,_cad ,_bbcf ),_fba (_ece ,_gbed ,_bbcf ),_fba (_edac ,_bca ,_bbcf )};};func (_baba *surfacePattern )ColorAt (x ,y int )_gea .Color {_eagb :=_baba ._aecc .Bounds (); +switch _baba ._cacdb {case _cbfe :if y >=_eagb .Dy (){return _gea .Transparent ;};case _cbb :if x >=_eagb .Dx (){return _gea .Transparent ;};case _dcca :if x >=_eagb .Dx ()||y >=_eagb .Dy (){return _gea .Transparent ;};};x =x %_eagb .Dx ()+_eagb .Min .X ; +y =y %_eagb .Dy ()+_eagb .Min .Y ;return _baba ._aecc .At (x ,y );};var (_dg =_faea (_gea .White );_gda =_faea (_gea .Black ););func (_faff *linearGradient )AddColorStop (offset float64 ,color _gea .Color ){_faff ._abfg =append (_faff ._abfg ,stop {_acggf :offset ,_bbaf :color }); +_b .Sort (_faff ._abfg );};func (_edf *Context )SetColor (c _gea .Color ){_edf .setFillAndStrokeColor (c )};func (_aad *Context )RotateAbout (angle ,x ,y float64 ){_aad .Translate (x ,y );_aad .Rotate (angle );_aad .Translate (-x ,-y );};func _dd (_df ,_ae ,_geae ,_ef ,_gb ,_dbg ,_ga float64 )(_be ,_bf float64 ){_gbf :=1-_ga ; +_gg :=_gbf *_gbf ;_dbc :=2*_gbf *_ga ;_ed :=_ga *_ga ;_be =_gg *_df +_dbc *_geae +_ed *_gb ;_bf =_gg *_ae +_dbc *_ef +_ed *_dbg ;return ;};func (_bgb *Context )FillPattern ()_af .Pattern {return _bgb ._fda };func (_eadb *radialGradient )ColorAt (x ,y int )_gea .Color {if len (_eadb ._fcbe )==0{return _gea .Transparent ; +};_efdf ,_dag :=float64 (x )+0.5-_eadb ._bgd ._adad ,float64 (y )+0.5-_eadb ._bgd ._cbf ;_dcceg :=_dfd (_efdf ,_dag ,_eadb ._bgd ._bgf ,_eadb ._dec ._adad ,_eadb ._dec ._cbf ,_eadb ._dec ._bgf );_gcfe :=_dfd (_efdf ,_dag ,-_eadb ._bgd ._bgf ,_efdf ,_dag ,_eadb ._bgd ._bgf ); +if _eadb ._gdb ==0{if _dcceg ==0{return _gea .Transparent ;};_dcg :=0.5*_gcfe /_dcceg ;if _dcg *_eadb ._dec ._bgf >=_eadb ._aggc {return _edga (_dcg ,_eadb ._fcbe );};return _gea .Transparent ;};_dfbb :=_dfd (_dcceg ,_eadb ._gdb ,0,_dcceg ,-_gcfe ,0);if _dfbb >=0{_accc :=_g .Sqrt (_dfbb ); +_cdab :=(_dcceg +_accc )*_eadb ._dcda ;_bbc :=(_dcceg -_accc )*_eadb ._dcda ;if _cdab *_eadb ._dec ._bgf >=_eadb ._aggc {return _edga (_cdab ,_eadb ._fcbe );}else if _bbc *_eadb ._dec ._bgf >=_eadb ._aggc {return _edga (_bbc ,_eadb ._fcbe );};};return _gea .Transparent ; +};func _efff (_aedf float64 )float64 {return _aedf *_g .Pi /180};func (_ffg *Context )Width ()int {return _ffg ._eda };func (_fca *Context )InvertMask (){if _fca ._ea ==nil {_fca ._ea =_eb .NewAlpha (_fca ._cda .Bounds ());}else {for _gfg ,_abf :=range _fca ._ea .Pix {_fca ._ea .Pix [_gfg ]=255-_abf ; +};};};func (_cac *Context )SetLineJoin (lineJoin _af .LineJoin ){_cac ._ff =lineJoin };func (_dcc *Context )Shear (x ,y float64 ){_dcc ._ace .Shear (x ,y )};func (_ede *Context )ClipPreserve (){_gac :=_eb .NewAlpha (_eb .Rect (0,0,_ede ._eda ,_ede ._gec )); +_caa :=_db .NewAlphaOverPainter (_gac );_ede .fill (_caa );if _ede ._ea ==nil {_ede ._ea =_gac ;}else {_cbe :=_eb .NewAlpha (_eb .Rect (0,0,_ede ._eda ,_ede ._gec ));_ged .DrawMask (_cbe ,_cbe .Bounds (),_gac ,_eb .Point {},_ede ._ea ,_eb .Point {},_ged .Over ); +_ede ._ea =_cbe ;};}; \ No newline at end of file diff --git a/render/render.go b/render/render.go index cd7c9285d..d09437d03 100644 --- a/render/render.go +++ b/render/render.go @@ -9,189 +9,51 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package render ;import (_d "errors";_fe "fmt";_af "github.com/adrg/sysfont";_ae "github.com/unidoc/unipdf/v3/annotator";_eec "github.com/unidoc/unipdf/v3/common";_aa "github.com/unidoc/unipdf/v3/contentstream";_da "github.com/unidoc/unipdf/v3/contentstream/draw"; -_gd "github.com/unidoc/unipdf/v3/core";_a "github.com/unidoc/unipdf/v3/internal/license";_dc "github.com/unidoc/unipdf/v3/internal/transform";_eeb "github.com/unidoc/unipdf/v3/model";_df "github.com/unidoc/unipdf/v3/render/internal/context";_cg "github.com/unidoc/unipdf/v3/render/internal/context/imagerender"; -_ag "golang.org/x/image/draw";_f "image";_ba "image/color";_g "image/draw";_eg "image/jpeg";_cc "image/png";_ee "math";_bf "os";_c "path/filepath";_e "strings";); +package render ;import (_c "errors";_cc "fmt";_gfe "github.com/adrg/sysfont";_ccca "github.com/unidoc/unipdf/v3/annotator";_ffe "github.com/unidoc/unipdf/v3/common";_ff "github.com/unidoc/unipdf/v3/contentstream";_bd "github.com/unidoc/unipdf/v3/contentstream/draw"; +_f "github.com/unidoc/unipdf/v3/core";_bb "github.com/unidoc/unipdf/v3/internal/license";_fe "github.com/unidoc/unipdf/v3/internal/transform";_cg "github.com/unidoc/unipdf/v3/model";_ge "github.com/unidoc/unipdf/v3/render/internal/context";_cf "github.com/unidoc/unipdf/v3/render/internal/context/imagerender"; +_ccc "golang.org/x/image/draw";_dd "image";_b "image/color";_ce "image/draw";_ec "image/jpeg";_af "image/png";_gf "math";_d "os";_e "path/filepath";_a "strings";); -// RenderWithOpts converts the specified PDF page into an image, optionally flattens annotations and returns the result. -func (_gc *ImageDevice )RenderWithOpts (page *_eeb .PdfPage ,skipFlattening bool )(_f .Image ,error ){_dcc ,_ef :=page .GetMediaBox ();if _ef !=nil {return nil ,_ef ;};_dcc .Normalize ();_abb :=page .CropBox ;var _bc ,_dg float64 ;if _abb !=nil {_abb .Normalize (); -_bc ,_dg =_abb .Width (),_abb .Height ();};_be :=page .Rotate ;_gde ,_dcce ,_ad ,_gf :=_dcc .Llx ,_dcc .Lly ,_dcc .Width (),_dcc .Height ();_bb :=_dc .IdentityMatrix ();if _be !=nil &&*_be %360!=0&&*_be %90==0{_fb :=-float64 (*_be );_dfe :=_bdga (_ad ,_gf ,_fb ); -_bb =_bb .Translate ((_dfe .Width -_ad )/2+_ad /2,(_dfe .Height -_gf )/2+_gf /2).Rotate (_fb *_ee .Pi /180).Translate (-_ad /2,-_gf /2);_ad ,_gf =_dfe .Width ,_dfe .Height ;if _abb !=nil {_dga :=_bdga (_bc ,_dg ,_fb );_bc ,_dg =_dga .Width ,_dga .Height ; -};};if _gde !=0||_dcce !=0{_bb =_bb .Translate (-_gde ,-_dcce );};_gc ._ff =1.0;if _gc .OutputWidth !=0{_feg :=_ad ;if _abb !=nil {_feg =_bc ;};_gc ._ff =float64 (_gc .OutputWidth )/_feg ;_ad ,_gf ,_bc ,_dg =_ad *_gc ._ff ,_gf *_gc ._ff ,_bc *_gc ._ff ,_dg *_gc ._ff ; -_bb =_dc .ScaleMatrix (_gc ._ff ,_gc ._ff ).Mult (_bb );};_cb :=_cg .NewContext (int (_ad ),int (_gf ));if _bbf :=_gc .renderPage (_cb ,page ,_bb ,skipFlattening );_bbf !=nil {return nil ,_bbf ;};_ec :=_cb .Image ();if _abb !=nil {_bea ,_bef :=(_abb .Llx -_gde )*_gc ._ff ,(_abb .Lly -_dcce )*_gc ._ff ; -_bd :=_f .Rect (0,0,int (_bc ),int (_dg ));_abg :=_f .Pt (int (_bea ),int (_gf -_bef -_dg ));_daf :=_f .NewRGBA (_bd );_g .Draw (_daf ,_bd ,_ec ,_abg ,_g .Src );_ec =_daf ;};return _ec ,nil ;};func (_gaeg renderer )processGradient (_dcea _df .Context ,_adde *_aa .ContentStreamOperation ,_beb *_eeb .PdfPageResources ,_gag *_gd .PdfObjectName )(_df .Gradient ,error ){if _eaec ,_bed :=_beb .GetPatternByName (*_gag ); -_bed &&_eaec .IsShading (){_egf :=_eaec .GetAsShadingPattern ().Shading ;_acg ,_ ,_fbg :=_gaeg .processShading (_dcea ,_egf );if _fbg !=nil {return nil ,_fbg ;};return _acg ,nil ;};return nil ,nil ;}; +// NewImageDevice returns a new image device. +func NewImageDevice ()*ImageDevice {const _fef ="r\u0065\u006e\u0064\u0065r.\u004ee\u0077\u0049\u006d\u0061\u0067e\u0044\u0065\u0076\u0069\u0063\u0065";_bb .TrackUse (_fef );return &ImageDevice {};};func _gada (_dcbd _ge .Gradient ,_abdd *_cg .PdfFunctionType2 ,_daga _cg .PdfColorspace ,_eabf float64 ,_fdg bool )(_ge .Gradient ,error ){switch _daga .(type ){case *_cg .PdfColorspaceDeviceRGB :if len (_abdd .C0 )!=3||len (_abdd .C1 )!=3{return nil ,_c .New ("\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u0020\u0052\u0047\u0042\u0020\u0063o\u006co\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); +};_aed :=_abdd .C0 ;_eaaa :=_abdd .C1 ;if _fdg {_dcbd .AddColorStop (0.0,_b .RGBA {R :uint8 (_aed [0]*255),G :uint8 (_aed [1]*255),B :uint8 (_aed [2]*255),A :255});};_dcbd .AddColorStop (_eabf ,_b .RGBA {R :uint8 (_eaaa [0]*255),G :uint8 (_eaaa [1]*255),B :uint8 (_eaaa [2]*255),A :255}); +case *_cg .PdfColorspaceDeviceCMYK :if len (_abdd .C0 )!=4||len (_abdd .C1 )!=4{return nil ,_c .New ("\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072 \u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068"); +};_ffg :=_abdd .C0 ;_agc :=_abdd .C1 ;if _fdg {_dcbd .AddColorStop (0.0,_b .CMYK {C :uint8 (_ffg [0]*255),M :uint8 (_ffg [1]*255),Y :uint8 (_ffg [2]*255),K :uint8 (_ffg [3]*255)});};_dcbd .AddColorStop (_eabf ,_b .CMYK {C :uint8 (_agc [0]*255),M :uint8 (_agc [1]*255),Y :uint8 (_agc [2]*255),K :uint8 (_agc [3]*255)}); +default:return nil ,_cc .Errorf ("u\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072 \u0073\u0070\u0061c\u0065:\u0020\u0025\u0073",_daga .String ());};return _dcbd ,nil ;};func (_ebb renderer )processGradient (_fcgf _ge .Context ,_add *_ff .ContentStreamOperation ,_daf *_cg .PdfPageResources ,_cec *_f .PdfObjectName )(_ge .Gradient ,error ){if _ddge ,_bddb :=_daf .GetPatternByName (*_cec ); +_bddb &&_ddge .IsShading (){_ddae :=_ddge .GetAsShadingPattern ().Shading ;_aggf ,_ ,_dfeb :=_ebb .processShading (_fcgf ,_ddae );if _dfeb !=nil {return nil ,_dfeb ;};return _aggf ,nil ;};return nil ,nil ;};func _edf (_abaf _f .PdfObject ,_ebgd _b .Color )(_dd .Image ,error ){_dbga ,_fdc :=_f .GetStream (_abaf ); +if !_fdc {return nil ,nil ;};_cgeb ,_cdc :=_cg .NewXObjectImageFromStream (_dbga );if _cdc !=nil {return nil ,_cdc ;};_agbe ,_cdc :=_cgeb .ToImage ();if _cdc !=nil {return nil ,_cdc ;};return _cbad (_agbe ,_ebgd ),nil ;};func (_bfbd renderer )processShading (_bbb _ge .Context ,_dcca *_cg .PdfShading )(_ge .Gradient ,*_f .PdfObjectArray ,error ){_bfed :=int64 (*_dcca .ShadingType ); +if _bfed ==int64 (ShadingTypeAxial ){return _bfbd .processLinearShading (_bbb ,_dcca );}else if _bfed ==int64 (ShadingTypeRadial ){return _bfbd .processRadialShading (_bbb ,_dcca );}else {_ffe .Log .Debug (_cc .Sprintf ("\u0050r\u006f\u0063e\u0073\u0073\u0069n\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0074\u0079\u0070e\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074 \u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064",_bfed )); +};return nil ,nil ,nil ;};func _eede (_cbab string ,_gcb _dd .Image ,_fgba int )error {_cae ,_geae :=_d .Create (_cbab );if _geae !=nil {return _geae ;};defer _cae .Close ();return _ec .Encode (_cae ,_gcb ,&_ec .Options {Quality :_fgba });};func (_bfg renderer )renderPage (_cd _ge .Context ,_cgg *_cg .PdfPage ,_dc _fe .Matrix ,_ae bool )error {if !_ae {_gbe :=_cg .FieldFlattenOpts {AnnotFilterFunc :func (_fa *_cg .PdfAnnotation )bool {switch _fa .GetContext ().(type ){case *_cg .PdfAnnotationLine :return true ; +case *_cg .PdfAnnotationSquare :return true ;case *_cg .PdfAnnotationCircle :return true ;case *_cg .PdfAnnotationPolygon :return true ;case *_cg .PdfAnnotationPolyLine :return true ;};return false ;}};_gdd :=_ccca .FieldAppearance {};_agd :=_cgg .FlattenFieldsWithOpts (_gdd ,&_gbe ); +if _agd !=nil {_ffe .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0064u\u0072\u0069n\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061t\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0074\u0074\u0065\u006e\u0069n\u0067\u0020\u0025\u0076",_agd );};};_fcg ,_ffb :=_cgg .GetAllContentStreams (); +if _ffb !=nil {return _ffb ;};if _dec :=_dc ;!_dec .Identity (){_fcg =_cc .Sprintf ("%\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066 \u0025\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066\u0020\u0063\u006d\u0020%\u0073",_dec [0],_dec [1],_dec [3],_dec [4],_dec [6],_dec [7],_fcg ); +};_cd .Translate (0,float64 (_cd .Height ()));_cd .Scale (1,-1);_cd .Push ();_cd .SetRGBA (1,1,1,1);_cd .DrawRectangle (0,0,float64 (_cd .Width ()),float64 (_cd .Height ()));_cd .Fill ();_cd .Pop ();_cd .SetLineWidth (1.0);_cd .SetRGBA (0,0,0,1);return _bfg .renderContentStream (_cd ,_fcg ,_cgg .Resources ); +};func (_ddac renderer )processRadialShading (_fbffb _ge .Context ,_bdge *_cg .PdfShading )(_ge .Gradient ,*_f .PdfObjectArray ,error ){_fcda :=_bdge .GetContext ().(*_cg .PdfShadingType3 );if len (_fcda .Function )==0{return nil ,nil ,_c .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};_ebec ,_adda :=_fcda .Coords .ToFloat64Array ();if _adda !=nil {return nil ,nil ,_c .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};_daeb :=_bdge .ColorSpace ;_fbb :=_f .MakeArrayFromFloats ([]float64 {0,0,1,1});var _cca ,_fdd ,_eaf ,_gddg ,_abb ,_gdfb float64 ;_cca ,_fdd =_fbffb .Matrix ().Transform (_ebec [0],_ebec [1]);_eaf ,_gddg =_fbffb .Matrix ().Transform (_ebec [3],_ebec [4]); +_abb ,_ =_fbffb .Matrix ().Transform (_ebec [2],0);_gdfb ,_ =_fbffb .Matrix ().Transform (_ebec [5],0);_acb ,_ :=_fbffb .Matrix ().Translation ();_abb -=_acb ;_gdfb -=_acb ;for _ffef ,_fac :=range _ebec {if _ffef ==2||_ffef ==5{continue ;};if _fac > 1.0{_aagb :=_gf .Min (_cca -_abb ,_eaf -_gdfb ); +_cage :=_gf .Min (_fdd -_abb ,_gddg -_gdfb );_efe :=_gf .Max (_cca +_abb ,_eaf +_gdfb );_dcaf :=_gf .Max (_fdd +_abb ,_gddg +_gdfb );_efb :=_efe -_aagb ;_cafc :=_cage -_dcaf ;_fbb =_f .MakeArrayFromFloats ([]float64 {_aagb ,_cage ,_efb ,_cafc });break ; +};};_bed :=_cf .NewRadialGradient (_cca ,_fdd ,_abb ,_eaf ,_gddg ,_gdfb );if _bcfg ,_gabd :=_fcda .Function [0].(*_cg .PdfFunctionType2 );_gabd {_bed ,_adda =_gada (_bed ,_bcfg ,_daeb ,1.0,true );}else if _cgge ,_acf :=_fcda .Function [0].(*_cg .PdfFunctionType3 ); +_acf {_bfag :=append ([]float64 {0},_cgge .Bounds ...);_bfag =append (_bfag ,1.0);_bed ,_adda =_gebg (_bed ,_cgge ,_daeb ,_bfag );};if _adda !=nil {return nil ,nil ,_adda ;};return _bed ,_fbb ,nil ;}; -// Render converts the specified PDF page into an image, flattens annotations by default and returns the result. -func (_fea *ImageDevice )Render (page *_eeb .PdfPage )(_f .Image ,error ){return _fea .RenderWithOpts (page ,false );};func (_cge renderer )renderContentStream (_cf _df .Context ,_egb string ,_gdee *_eeb .PdfPageResources )error {_gfb ,_eece :=_aa .NewContentStreamParser (_egb ).Parse (); -if _eece !=nil {return _eece ;};_dcg :=_cf .TextState ();_dcg .GlobalScale =_cge ._ff ;_gdc :=map[string ]*_df .TextFont {};_eb :=_af .NewFinder (&_af .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});var _ebe *_aa .ContentStreamOperation ; -_bfd :=_aa .NewContentStreamProcessor (*_gfb );_bfd .AddHandler (_aa .HandlerConditionEnumAllOperands ,"",func (_gbe *_aa .ContentStreamOperation ,_bg _aa .GraphicsState ,_gfc *_eeb .PdfPageResources )error {_eec .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0073",_gbe .Operand ); -switch _gbe .Operand {case "\u0071":_cf .Push ();case "\u0051":_cf .Pop ();_dcg =_cf .TextState ();case "\u0063\u006d":if len (_gbe .Params )!=6{return _de ;};_db ,_dfa :=_gd .GetNumbersAsFloat (_gbe .Params );if _dfa !=nil {return _dfa ;};_baab :=_dc .NewMatrix (_db [0],_db [1],_db [2],_db [3],_db [4],_db [5]); -_eec .Log .Debug ("\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074a\u0074\u0065\u0020\u006d\u0061\u0074\u0072\u0069\u0078\u003a \u0025\u002b\u0076",_baab );_cf .SetMatrix (_cf .Matrix ().Mult (_baab ));case "\u0077":if len (_gbe .Params )!=1{return _de ; -};_ge ,_ege :=_gd .GetNumbersAsFloat (_gbe .Params );if _ege !=nil {return _ege ;};_cf .SetLineWidth (_ge [0]);case "\u004a":if len (_gbe .Params )!=1{return _de ;};_dgg ,_egc :=_gd .GetIntVal (_gbe .Params [0]);if !_egc {return _fed ;};switch _dgg {case 0:_cf .SetLineCap (_df .LineCapButt ); -case 1:_cf .SetLineCap (_df .LineCapRound );case 2:_cf .SetLineCap (_df .LineCapSquare );default:_eec .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u006ee\u0020\u0063\u0061\u0070\u0020\u0073\u0074\u0079\u006c\u0065:\u0020\u0025\u0064",_dgg ); -return _de ;};case "\u006a":if len (_gbe .Params )!=1{return _de ;};_egeg ,_fg :=_gd .GetIntVal (_gbe .Params [0]);if !_fg {return _fed ;};switch _egeg {case 0:_cf .SetLineJoin (_df .LineJoinBevel );case 1:_cf .SetLineJoin (_df .LineJoinRound );case 2:_cf .SetLineJoin (_df .LineJoinBevel ); -default:_eec .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u006e\u0065\u0020\u006a\u006f\u0069\u006e \u0073\u0074\u0079l\u0065:\u0020\u0025\u0064",_egeg );return _de ;};case "\u004d":if len (_gbe .Params )!=1{return _de ;};_dgee ,_fa :=_gd .GetNumbersAsFloat (_gbe .Params ); -if _fa !=nil {return _fa ;};_ =_dgee ;_eec .Log .Debug ("\u004di\u0074\u0065\u0072\u0020l\u0069\u006d\u0069\u0074\u0020n\u006ft\u0020s\u0075\u0070\u0070\u006f\u0072\u0074\u0065d");case "\u0064":if len (_gbe .Params )!=2{return _de ;};_gbf ,_ffc :=_gd .GetArray (_gbe .Params [0]); -if !_ffc {return _fed ;};_dba ,_ffc :=_gd .GetIntVal (_gbe .Params [1]);if !_ffc {_ ,_dfea :=_gd .GetFloatVal (_gbe .Params [1]);if !_dfea {return _fed ;};};_bge ,_eca :=_gd .GetNumbersAsFloat (_gbf .Elements ());if _eca !=nil {return _eca ;};_cf .SetDash (_bge ...); -_ =_dba ;_eec .Log .Debug ("\u004c\u0069n\u0065\u0020\u0064\u0061\u0073\u0068\u0020\u0070\u0068\u0061\u0073\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006frt\u0065\u0064");case "\u0072\u0069":_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020i\u006e\u0074\u0065\u006e\u0074\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); -case "\u0069":_eec .Log .Debug ("\u0046\u006c\u0061\u0074\u006e\u0065\u0073\u0073\u0020\u0074\u006f\u006c\u0065\u0072\u0061n\u0063e\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");case "\u0067\u0073":if len (_gbe .Params )!=1{return _de ; -};_fd ,_gbg :=_gd .GetName (_gbe .Params [0]);if !_gbg {return _fed ;};if _fd ==nil {return _de ;};_gg ,_gbg :=_gfc .GetExtGState (*_fd );if !_gbg {_eec .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074 \u0066i\u006ed\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u003a\u0020\u0025\u0073",*_fd ); -return _d .New ("\u0072e\u0073o\u0075\u0072\u0063\u0065\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064");};_ca ,_gbg :=_gd .GetDict (_gg );if !_gbg {_eec .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020c\u006f\u0075\u006c\u0064 ge\u0074 g\u0072\u0061\u0070\u0068\u0069\u0063\u0073 s\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074"); -return _fed ;};_eec .Log .Debug ("G\u0053\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_ca .String ());_bgef :=_ca .Get ("\u0063\u0061");if _bgef !=nil {_bfa ,_fae :=_gd .GetNumberAsFloat (_bgef );if _fae ==nil {_bbg ,_gbd :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); -if _gbd !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gbd );return _gbd ;};_ebd ,_aba :=_bbg .(*_eeb .PdfColorDeviceRGB );if !_aba {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); -return _gbd ;};_cf .SetFillRGBA (_ebd .R (),_ebd .G (),_ebd .B (),_bfa );};};case "\u006d":if len (_gbe .Params )!=2{_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_de ); -return nil ;};_dde ,_ade :=_gd .GetNumbersAsFloat (_gbe .Params );if _ade !=nil {return _ade ;};_eec .Log .Debug ("M\u006f\u0076\u0065\u0020\u0074\u006f\u003a\u0020\u0025\u0076",_dde );_cf .NewSubPath ();_cf .MoveTo (_dde [0],_dde [1]);case "\u006c":if len (_gbe .Params )!=2{_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_de ); -return nil ;};_gdfd ,_bbc :=_gd .GetNumbersAsFloat (_gbe .Params );if _bbc !=nil {return _bbc ;};_cf .LineTo (_gdfd [0],_gdfd [1]);case "\u0063":if len (_gbe .Params )!=6{return _de ;};_ddec ,_fda :=_gd .GetNumbersAsFloat (_gbe .Params );if _fda !=nil {return _fda ; -};_eec .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_ddec );_cf .CubicTo (_ddec [0],_ddec [1],_ddec [2],_ddec [3],_ddec [4],_ddec [5]);case "\u0076","\u0079":if len (_gbe .Params )!=4{return _de ; -};_bcd ,_gda :=_gd .GetNumbersAsFloat (_gbe .Params );if _gda !=nil {return _gda ;};_eec .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_bcd );_cf .QuadraticTo (_bcd [0],_bcd [1],_bcd [2],_bcd [3]); -case "\u0068":_cf .ClosePath ();_cf .NewSubPath ();case "\u0072\u0065":if len (_gbe .Params )!=4{return _de ;};_ddd ,_dbf :=_gd .GetNumbersAsFloat (_gbe .Params );if _dbf !=nil {return _dbf ;};_cf .DrawRectangle (_ddd [0],_ddd [1],_ddd [2],_ddd [3]);_cf .NewSubPath (); -case "\u0053":_geg ,_add :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _add !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_add ); -return _add ;};_fdb ,_cdc :=_geg .(*_eeb .PdfColorDeviceRGB );if !_cdc {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _add ;};_cf .SetRGBA (_fdb .R (),_fdb .G (),_fdb .B (),1); -_cf .Stroke ();case "\u0073":_ggc ,_cbe :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _cbe !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cbe ); -return _cbe ;};_gae ,_ce :=_ggc .(*_eeb .PdfColorDeviceRGB );if !_ce {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _cbe ;};_cf .ClosePath ();_cf .NewSubPath (); -_cf .SetRGBA (_gae .R (),_gae .G (),_gae .B (),1);_cf .Stroke ();case "\u0066","\u0046":_aea ,_cee :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _cee !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cee ); -return _cee ;};switch _fdd :=_aea .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_fdd .R (),_fdd .G (),_fdd .B (),1);_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();case *_eeb .PdfColorPattern :_cf .Fill ();};_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); -case "\u0066\u002a":_dea ,_dec :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _dec !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dec ); -return _dec ;};_eag ,_gaed :=_dea .(*_eeb .PdfColorDeviceRGB );if !_gaed {_eec .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _dec ;};_cf .SetRGBA (_eag .R (),_eag .G (),_eag .B (),1); -_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();case "\u0042":_adee ,_ede :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _ede !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ede ); -return _ede ;};switch _cbc :=_adee .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_cbc .R (),_cbc .G (),_cbc .B (),1);_cf .SetFillRule (_df .FillRuleWinding );_cf .FillPreserve ();_adee ,_ede =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); -if _ede !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ede );return _ede ;};if _ffb ,_ac :=_adee .(*_eeb .PdfColorDeviceRGB ); -_ac {_cf .SetRGBA (_ffb .R (),_ffb .G (),_ffb .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();_cf .StrokePattern ();};case "\u0042\u002a":_gge ,_dccg :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); -if _dccg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dccg );return _dccg ;};switch _ecc :=_gge .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_ecc .R (),_ecc .G (),_ecc .B (),1); -_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .FillPreserve ();_gge ,_dccg =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _dccg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dccg ); -return _dccg ;};if _baac ,_adf :=_gge .(*_eeb .PdfColorDeviceRGB );_adf {_cf .SetRGBA (_baac .R (),_baac .G (),_baac .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();_cf .StrokePattern ();};case "\u0062":_cf .ClosePath (); -_daa ,_eagf :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _eagf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagf ); -return _eagf ;};switch _bde :=_daa .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_bde .R (),_bde .G (),_bde .B (),1);_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleWinding );_cf .FillPreserve ();_daa ,_eagf =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); -if _eagf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagf );return _eagf ;};if _edb ,_bgc :=_daa .(*_eeb .PdfColorDeviceRGB ); -_bgc {_cf .SetRGBA (_edb .R (),_edb .G (),_edb .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleWinding );_cf .Fill ();_cf .StrokePattern ();};case "\u0062\u002a":_cf .ClosePath ();_ebeg ,_cba :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); -if _cba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cba );return _cba ;};switch _fc :=_ebeg .(type ){case *_eeb .PdfColorDeviceRGB :_cf .SetRGBA (_fc .R (),_fc .G (),_fc .B (),1); -_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .FillPreserve ();_ebeg ,_cba =_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _cba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cba ); -return _cba ;};if _dae ,_bba :=_ebeg .(*_eeb .PdfColorDeviceRGB );_bba {_cf .SetRGBA (_dae .R (),_dae .G (),_dae .B (),1);_cf .Stroke ();};case *_eeb .PdfColorPattern :_cf .NewSubPath ();_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .Fill ();_cf .StrokePattern (); -};case "\u006e":_cf .ClearPath ();case "\u0057":_cf .SetFillRule (_df .FillRuleWinding );_cf .ClipPreserve ();case "\u0057\u002a":_cf .SetFillRule (_df .FillRuleEvenOdd );_cf .ClipPreserve ();case "\u0072\u0067":_fag ,_dccf :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceRGB ); -if !_dccf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_cf .SetFillRGBA (_fag .R (),_fag .G (),_fag .B (),1); -case "\u0052\u0047":_gcc ,_gce :=_bg .ColorStroking .(*_eeb .PdfColorDeviceRGB );if !_gce {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_cf .SetStrokeRGBA (_gcc .R (),_gcc .G (),_gcc .B (),1);case "\u006b":_ced ,_ccb :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceCMYK );if !_ccb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); -return nil ;};_fde ,_adb :=_bg .ColorspaceNonStroking .ColorToRGB (_ced );if _adb !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); -return nil ;};_aga ,_ccb :=_fde .(*_eeb .PdfColorDeviceRGB );if !_ccb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fde );return nil ; -};_cf .SetFillRGBA (_aga .R (),_aga .G (),_aga .B (),1);case "\u004b":_gcf ,_fcb :=_bg .ColorStroking .(*_eeb .PdfColorDeviceCMYK );if !_fcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_bdab ,_abba :=_bg .ColorspaceStroking .ColorToRGB (_gcf );if _abba !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_feab ,_fcb :=_bdab .(*_eeb .PdfColorDeviceRGB );if !_fcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdab );return nil ; -};_cf .SetStrokeRGBA (_feab .R (),_feab .G (),_feab .B (),1);case "\u0067":_fgd ,_fcf :=_bg .ColorNonStroking .(*_eeb .PdfColorDeviceGray );if !_fcf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); -return nil ;};_cgb ,_dcga :=_bg .ColorspaceNonStroking .ColorToRGB (_fgd );if _dcga !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); -return nil ;};_ddf ,_fcf :=_cgb .(*_eeb .PdfColorDeviceRGB );if !_fcf {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cgb );return nil ; -};_cf .SetFillRGBA (_ddf .R (),_ddf .G (),_ddf .B (),1);case "\u0047":_bgf ,_ggcb :=_bg .ColorStroking .(*_eeb .PdfColorDeviceGray );if !_ggcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_egee ,_ece :=_bg .ColorspaceStroking .ColorToRGB (_bgf );if _ece !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_aded ,_ggcb :=_egee .(*_eeb .PdfColorDeviceRGB );if !_ggcb {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_egee );return nil ; -};_cf .SetStrokeRGBA (_aded .R (),_aded .G (),_aded .B (),1);case "\u0063\u0073":if len (_gbe .Params )> 0{if _fgb ,_caa :=_gd .GetName (_gbe .Params [0]);_caa &&_fgb .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_gdg ,_ebed :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); -if _ebed !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_aeac ,_ffbe :=_gdg .(*_eeb .PdfColorDeviceRGB ); -if !_ffbe {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gdg );return nil ;};_cf .SetFillRGBA (_aeac .R (),_aeac .G (),_aeac .B (),1); -case "\u0073\u0063":_cce ,_deac :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking );if _deac !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking ); -return nil ;};_ebf ,_aac :=_cce .(*_eeb .PdfColorDeviceRGB );if !_aac {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cce );return nil ; -};_cf .SetFillRGBA (_ebf .R (),_ebf .G (),_ebf .B (),1);case "\u0073\u0063\u006e":if len (_gbe .Params )> 0&&len (_ebe .Params )> 0{if _fbd ,_eebc :=_gd .GetName (_ebe .Params [0]);_eebc &&_fbd .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _bdef ,_bce :=_gd .GetName (_gbe .Params [0]); -_bce {_agg ,_bdeb :=_cge .processGradient (_cf ,_gbe ,_gfc ,_bdef );if _bdeb !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_bdeb ); -break ;};if _agg ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_cf .SetFillStyle (_agg );_cf .SetStrokeStyle (_agg );break ;};};};_cbf ,_gaf :=_bg .ColorspaceNonStroking .ColorToRGB (_bg .ColorNonStroking ); -if _gaf !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorNonStroking );return nil ;};_gdgg ,_abae :=_cbf .(*_eeb .PdfColorDeviceRGB ); -if !_abae {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cbf );return nil ;};_cf .SetFillRGBA (_gdgg .R (),_gdgg .G (),_gdgg .B (),1); -case "\u0043\u0053":if len (_gbe .Params )> 0{if _gdgf ,_dfd :=_gd .GetName (_gbe .Params [0]);_dfd &&_gdgf .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_eagfg ,_ecg :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _ecg !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_cged ,_eaa :=_eagfg .(*_eeb .PdfColorDeviceRGB );if !_eaa {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eagfg );return nil ; -};_cf .SetStrokeRGBA (_cged .R (),_cged .G (),_cged .B (),1);case "\u0053\u0043":_bbb ,_aff :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking );if _aff !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking ); -return nil ;};_aacb ,_eab :=_bbb .(*_eeb .PdfColorDeviceRGB );if !_eab {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bbb );return nil ; -};_cf .SetStrokeRGBA (_aacb .R (),_aacb .G (),_aacb .B (),1);case "\u0053\u0043\u004e":if len (_gbe .Params )> 0&&len (_ebe .Params )> 0{if _cdd ,_gcd :=_gd .GetName (_ebe .Params [0]);_gcd &&_cdd .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _cddc ,_dbg :=_gd .GetName (_gbe .Params [0]); -_dbg {_ccf ,_cbcd :=_cge .processGradient (_cf ,_gbe ,_gfc ,_cddc );if _cbcd !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_cbcd ); -break ;};if _ccf ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_cf .SetFillStyle (_ccf );_cf .SetStrokeStyle (_ccf );break ;};};};_eebf ,_geed :=_bg .ColorspaceStroking .ColorToRGB (_bg .ColorStroking ); -if _geed !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bg .ColorStroking );return nil ;};_bfb ,_bgd :=_eebf .(*_eeb .PdfColorDeviceRGB ); -if !_bgd {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_eebf );return nil ;};_cf .SetStrokeRGBA (_bfb .R (),_bfb .G (),_bfb .B (),1); -case "\u0073\u0068":if len (_gbe .Params )!=1{_eec .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0020\u0070\u0061r\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u006d\u0061\u0074");break ;};_dcf ,_fgc :=_gd .GetName (_gbe .Params [0]); -if !_fgc {_eec .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020n\u0061\u006d\u0065");break ;};_cfg ,_fgc :=_gfc .GetShadingByName (*_dcf );if !_fgc {_eec .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020d\u0061\u0074\u0061"); -break ;};_ggd ,_effd ,_bcde :=_cge .processShading (_cf ,_cfg );if _bcde !=nil {_eec .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006e\u0067\u0020d\u0061\u0074a\u003a\u0020\u0025\u0076",_bcde ); -break ;};if _ggd ==nil {_eec .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_gga ,_bcde :=_effd .ToFloat64Array ();if _bcde !=nil {_eec .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073: \u0025\u0076",_bcde ); -break ;};_cf .DrawRectangle (_gga [0],_gga [1],_gga [2],_gga [3]);_cf .NewSubPath ();_cf .SetFillStyle (_ggd );_cf .SetStrokeStyle (_ggd );_cf .Fill ();case "\u0044\u006f":if len (_gbe .Params )!=1{return _de ;};_fgde ,_fcbe :=_gd .GetName (_gbe .Params [0]); -if !_fcbe {return _fed ;};_ ,_eee :=_gfc .GetXObjectByName (*_fgde );switch _eee {case _eeb .XObjectTypeImage :_eec .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067e\u003a\u0020\u0025\u0073",_fgde .String ());_cag ,_ged :=_gfc .GetXObjectImageByName (*_fgde ); -if _ged !=nil {return _ged ;};_gbef ,_ged :=_cag .ToImage ();if _ged !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ged ); -return nil ;};if _fdf :=_cag .ColorSpace ;_fdf !=nil {var _bbfd bool ;switch _fdf .(type ){case *_eeb .PdfColorspaceSpecialIndexed :_bbfd =true ;};if _bbfd {if _gcb ,_aaf :=_fdf .ImageToRGB (*_gbef );_aaf !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006fnv\u0065r\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074\u006f\u0020\u0052G\u0042\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020i\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -}else {_gbef =&_gcb ;};};};_ccec :=_cf .FillPattern ().ColorAt (0,0);var _bcab _f .Image ;if _cag .Mask !=nil {if _bcab ,_ged =_afdf (_cag .Mask ,_ccec );_ged !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); -};}else if _cag .SMask !=nil {if _bcab ,_ged =_dafe (_cag .SMask ,_ccec );_ged !=nil {_eec .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); -};};var _cea _f .Image ;if _gbeg ,_ :=_gd .GetBoolVal (_cag .ImageMask );_gbeg {_cea =_bedb (_gbef ,_ccec );}else {_cea ,_ged =_gbef .ToGoImage ();if _ged !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ged ); -return nil ;};};if _bcab !=nil {_cea =_fbc (_cea ,_bcab );};_cgedd :=_cea .Bounds ();_cf .Push ();_cf .Scale (1.0/float64 (_cgedd .Dx ()),-1.0/float64 (_cgedd .Dy ()));_cf .DrawImageAnchored (_cea ,0,0,0,1);_cf .Pop ();case _eeb .XObjectTypeForm :_eec .Log .Debug ("\u0058\u004fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u0073",_fgde .String ()); -_dbga ,_afd :=_gfc .GetXObjectFormByName (*_fgde );if _afd !=nil {return _afd ;};_cbge ,_afd :=_dbga .GetContentStream ();if _afd !=nil {return _afd ;};_dgc :=_dbga .Resources ;if _dgc ==nil {_dgc =_gfc ;};_cf .Push ();if _dbga .Matrix !=nil {_gcce ,_dff :=_gd .GetArray (_dbga .Matrix ); -if !_dff {return _fed ;};_ceea ,_cfd :=_gd .GetNumbersAsFloat (_gcce .Elements ());if _cfd !=nil {return _cfd ;};if len (_ceea )!=6{return _de ;};_eae :=_dc .NewMatrix (_ceea [0],_ceea [1],_ceea [2],_ceea [3],_ceea [4],_ceea [5]);_cf .SetMatrix (_cf .Matrix ().Mult (_eae )); -};if _dbga .BBox !=nil {_eda ,_ebfb :=_gd .GetArray (_dbga .BBox );if !_ebfb {return _fed ;};_cagb ,_gba :=_gd .GetNumbersAsFloat (_eda .Elements ());if _gba !=nil {return _gba ;};if len (_cagb )!=4{_eec .Log .Debug ("\u004c\u0065\u006e\u0020\u003d\u0020\u0025\u0064",len (_cagb )); -return _de ;};_cf .DrawRectangle (_cagb [0],_cagb [1],_cagb [2]-_cagb [0],_cagb [3]-_cagb [1]);_cf .SetRGBA (1,0,0,1);_cf .Clip ();}else {_eec .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0052\u0065q\u0075\u0069\u0072e\u0064\u0020\u0042\u0042\u006f\u0078\u0020\u006d\u0069ss\u0069\u006e\u0067 \u006f\u006e \u0058\u004f\u0062\u006a\u0065\u0063t\u0020\u0046o\u0072\u006d"); -};_afd =_cge .renderContentStream (_cf ,string (_cbge ),_dgc );if _afd !=nil {return _afd ;};_cf .Pop ();};case "\u0042\u0049":if len (_gbe .Params )!=1{return _de ;};_cad ,_feaf :=_gbe .Params [0].(*_aa .ContentStreamInlineImage );if !_feaf {return nil ; -};_adedf ,_abgb :=_cad .ToImage (_gfc );if _abgb !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_abgb ); -return nil ;};_def ,_abgb :=_adedf .ToGoImage ();if _abgb !=nil {_eec .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_abgb ); -return nil ;};_gca :=_def .Bounds ();_cf .Push ();_cf .Scale (1.0/float64 (_gca .Dx ()),-1.0/float64 (_gca .Dy ()));_cf .DrawImageAnchored (_def ,0,0,0,1);_cf .Pop ();case "\u0042\u0054":_dcg .Reset ();case "\u0045\u0054":_dcg .Reset ();case "\u0054\u0072":if len (_gbe .Params )!=1{return _de ; -};_daec ,_bdc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bdc !=nil {return _bdc ;};_dcg .Tr =_df .TextRenderingMode (_daec );case "\u0054\u004c":if len (_gbe .Params )!=1{return _de ;};_fead ,_bgcc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bgcc !=nil {return _bgcc ; -};_dcg .Tl =_fead ;case "\u0054\u0063":if len (_gbe .Params )!=1{return _de ;};_dbb ,_gcg :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcg !=nil {return _gcg ;};_eec .Log .Debug ("\u0054\u0063\u003a\u0020\u0025\u0076",_dbb );_dcg .Tc =_dbb ;case "\u0054\u0077":if len (_gbe .Params )!=1{return _de ; -};_agb ,_bgfc :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _bgfc !=nil {return _bgfc ;};_eec .Log .Debug ("\u0054\u0077\u003a\u0020\u0025\u0076",_agb );_dcg .Tw =_agb ;case "\u0054\u007a":if len (_gbe .Params )!=1{return _de ;};_aafg ,_cedd :=_gd .GetNumberAsFloat (_gbe .Params [0]); -if _cedd !=nil {return _cedd ;};_dcg .Th =_aafg ;case "\u0054\u0073":if len (_gbe .Params )!=1{return _de ;};_fbb ,_gcfd :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcfd !=nil {return _gcfd ;};_dcg .Ts =_fbb ;case "\u0054\u0064":if len (_gbe .Params )!=2{return _de ; -};_caf ,_dbc :=_gd .GetNumbersAsFloat (_gbe .Params );if _dbc !=nil {return _dbc ;};_eec .Log .Debug ("\u0054\u0064\u003a\u0020\u0025\u0076",_caf );_dcg .ProcTd (_caf [0],_caf [1]);case "\u0054\u0044":if len (_gbe .Params )!=2{return _de ;};_bbba ,_efe :=_gd .GetNumbersAsFloat (_gbe .Params ); -if _efe !=nil {return _efe ;};_eec .Log .Debug ("\u0054\u0044\u003a\u0020\u0025\u0076",_bbba );_dcg .ProcTD (_bbba [0],_bbba [1]);case "\u0054\u002a":_dcg .ProcTStar ();case "\u0054\u006d":if len (_gbe .Params )!=6{return _de ;};_edeg ,_cgeb :=_gd .GetNumbersAsFloat (_gbe .Params ); -if _cgeb !=nil {return _cgeb ;};_eec .Log .Debug ("\u0054\u0065x\u0074\u0020\u006da\u0074\u0072\u0069\u0078\u003a\u0020\u0025\u002b\u0076",_edeg );_dcg .ProcTm (_edeg [0],_edeg [1],_edeg [2],_edeg [3],_edeg [4],_edeg [5]);case "\u0027":if len (_gbe .Params )!=1{return _de ; -};_dbbb ,_egd :=_gd .GetStringBytes (_gbe .Params [0]);if !_egd {return _fed ;};_eec .Log .Debug ("\u0027\u0020\u0073t\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_dbbb ));_dcg .ProcQ (_dbbb ,_cf );case "\u0022":if len (_gbe .Params )!=3{return _de ; -};_dce ,_gcbb :=_gd .GetNumberAsFloat (_gbe .Params [0]);if _gcbb !=nil {return _gcbb ;};_gcca ,_gcbb :=_gd .GetNumberAsFloat (_gbe .Params [1]);if _gcbb !=nil {return _gcbb ;};_daaa ,_bad :=_gd .GetStringBytes (_gbe .Params [2]);if !_bad {return _fed ; -};_dcg .ProcDQ (_daaa ,_dce ,_gcca ,_cf );case "\u0054\u006a":if len (_gbe .Params )!=1{return _de ;};_abf ,_dad :=_gd .GetStringBytes (_gbe .Params [0]);if !_dad {return _fed ;};_eec .Log .Debug ("\u0054j\u0020s\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0060\u0025\u0073\u0060",string (_abf )); -_dcg .ProcTj (_abf ,_cf );case "\u0054\u004a":if len (_gbe .Params )!=1{return _de ;};_ebede ,_eecg :=_gd .GetArray (_gbe .Params [0]);if !_eecg {_eec .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_ebede );return _fed ;};_eec .Log .Debug ("\u0054\u004a\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u002b\u0076",_ebede ); -for _ ,_bgff :=range _ebede .Elements (){switch _dcd :=_bgff .(type ){case *_gd .PdfObjectString :if _dcd !=nil {_dcg .ProcTj (_dcd .Bytes (),_cf );};case *_gd .PdfObjectFloat ,*_gd .PdfObjectInteger :_bgb ,_ffcb :=_gd .GetNumberAsFloat (_dcd );if _ffcb ==nil {_dcg .Translate (-_bgb *0.001*_dcg .Tf .Size *_dcg .Th /100.0,0); -};};};case "\u0054\u0066":if len (_gbe .Params )!=2{return _de ;};_eec .Log .Debug ("\u0025\u0023\u0076",_gbe .Params );_cafc ,_abbf :=_gd .GetName (_gbe .Params [0]);if !_abbf ||_cafc ==nil {_eec .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006e\u0061m\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gbe .Params [0]); -return _fed ;};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073",_cafc .String ());_deg ,_edea :=_gd .GetNumberAsFloat (_gbe .Params [1]);if _edea !=nil {_eec .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0069z\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_gbe .Params [1]); -return _fed ;};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0076",_deg );_gbfb ,_fgg :=_gfc .GetFontByName (*_cafc );if !_fgg {_eec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0025s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_cafc .String ()); -return _d .New ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_eec .Log .Debug ("\u0046\u006f\u006e\u0074\u003a\u0020\u0025\u0054",_gbfb );_gdb ,_abbf :=_gd .GetDict (_gbfb );if !_abbf {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0067e\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074"); -return _fed ;};_ggad ,_edea :=_eeb .NewPdfFontFromPdfObject (_gdb );if _edea !=nil {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); -return _edea ;};_decb :=_ggad .BaseFont ();if _decb ==""{_decb =_cafc .String ();};_ddb ,_abbf :=_gdc [_decb ];if !_abbf {_ddb ,_edea =_df .NewTextFont (_ggad ,_deg );if _edea !=nil {_eec .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_edea ); -};};if _ddb ==nil {if len (_decb )> 7&&_decb [6]=='+'{_decb =_decb [7:];};_ebb :=[]string {_decb ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; -for _ ,_dccb :=range _ebb {_eec .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_dccb );if _ddb ,_abbf =_gdc [_dccb ]; -_abbf {break ;};_ggb :=_eb .Match (_dccb );if _ggb ==nil {_eec .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_dccb );continue ;};_ddb ,_edea =_df .NewTextFontFromPath (_ggb .Filename ,_deg ); -if _edea !=nil {_eec .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_ggb .Filename );continue ;};_eec .Log .Debug ("\u0053\u0075\u0062\u0073\u0074\u0069t\u0075\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073 \u0077\u0069\u0074\u0068\u0020\u0025\u0073 \u0028\u0025\u0073\u0029",_decb ,_ggb .Name ,_ggb .Filename ); -_gdc [_dccb ]=_ddb ;break ;};};if _ddb ==nil {_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0066\u0069\u006ed\u0020\u0061\u006e\u0079\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065 \u0066\u006f\u006e\u0074"); -return _d .New ("\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0066\u0069\u006e\u0064\u0020a\u006ey\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u006e\u0074");};_dcg .ProcTf (_ddb .WithSize (_deg ,_ggad ));case "\u0042\u004d\u0043","\u0042\u0044\u0043":case "\u0045\u004d\u0043":default:_eec .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u006f\u0070\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u0073",_gbe .Operand ); -};_ebe =_gbe ;return nil ;});_eece =_bfd .Process (_gdee );if _eece !=nil {return _eece ;};return nil ;};type renderer struct{_ff float64 };func _fbc (_cadd ,_eeed _f .Image )_f .Image {_dfeb ,_badb :=_eeed .Bounds ().Size (),_cadd .Bounds ().Size ();_bgcg ,_bbd :=_dfeb .X ,_dfeb .Y ; -if _badb .X > _bgcg {_bgcg =_badb .X ;};if _badb .Y > _bbd {_bbd =_badb .Y ;};_acf :=_f .Rect (0,0,_bgcg ,_bbd );if _dfeb .X !=_bgcg ||_dfeb .Y !=_bbd {_ddeg :=_f .NewRGBA (_acf );_ag .BiLinear .Scale (_ddeg ,_acf ,_cadd ,_eeed .Bounds (),_ag .Over ,nil ); -_eeed =_ddeg ;};if _badb .X !=_bgcg ||_badb .Y !=_bbd {_gdcg :=_f .NewRGBA (_acf );_ag .BiLinear .Scale (_gdcg ,_acf ,_cadd ,_cadd .Bounds (),_ag .Over ,nil );_cadd =_gdcg ;};_gff :=_f .NewRGBA (_acf );_ag .DrawMask (_gff ,_acf ,_cadd ,_f .Point {},_eeed ,_f .Point {},_ag .Over ); -return _gff ;};func _dafe (_bccg _gd .PdfObject ,_bfg _ba .Color )(_f .Image ,error ){_bbfce ,_fdg :=_gd .GetStream (_bccg );if !_fdg {return nil ,nil ;};_eded ,_addg :=_eeb .NewXObjectImageFromStream (_bbfce );if _addg !=nil {return nil ,_addg ;};_ebc ,_addg :=_eded .ToImage (); -if _addg !=nil {return nil ,_addg ;};return _aec (_ebc ,_bfg ),nil ;};func _aab (_gac _df .Gradient ,_fcd *_eeb .PdfFunctionType2 ,_cda _eeb .PdfColorspace ,_ddfd float64 ,_gdfg bool )(_df .Gradient ,error ){switch _cda .(type ){case *_eeb .PdfColorspaceDeviceRGB :if len (_fcd .C0 )!=3||len (_fcd .C1 )!=3{return nil ,_d .New ("\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u0020\u0052\u0047\u0042\u0020\u0063o\u006co\u0072\u0020\u0061\u0072\u0072\u0061\u0079\u0020\u006c\u0065\u006e\u0067\u0074\u0068"); -};_gbfe :=_fcd .C0 ;_dgfb :=_fcd .C1 ;if _gdfg {_gac .AddColorStop (0.0,_ba .RGBA {R :uint8 (_gbfe [0]*255),G :uint8 (_gbfe [1]*255),B :uint8 (_gbfe [2]*255),A :255});};_gac .AddColorStop (_ddfd ,_ba .RGBA {R :uint8 (_dgfb [0]*255),G :uint8 (_dgfb [1]*255),B :uint8 (_dgfb [2]*255),A :255}); -case *_eeb .PdfColorspaceDeviceCMYK :if len (_fcd .C0 )!=4||len (_fcd .C1 )!=4{return nil ,_d .New ("\u0069\u006e\u0063\u006f\u0072\u0072e\u0063\u0074\u0020\u0043\u004d\u0059\u004b\u0020\u0063\u006f\u006c\u006f\u0072 \u0061\u0072\u0072\u0061\u0079\u0020\u006ce\u006e\u0067\u0074\u0068"); -};_bcc :=_fcd .C0 ;_dcac :=_fcd .C1 ;if _gdfg {_gac .AddColorStop (0.0,_ba .CMYK {C :uint8 (_bcc [0]*255),M :uint8 (_bcc [1]*255),Y :uint8 (_bcc [2]*255),K :uint8 (_bcc [3]*255)});};_gac .AddColorStop (_ddfd ,_ba .CMYK {C :uint8 (_dcac [0]*255),M :uint8 (_dcac [1]*255),Y :uint8 (_dcac [2]*255),K :uint8 (_dcac [3]*255)}); -default:return nil ,_fe .Errorf ("u\u006e\u0073\u0075\u0070\u0070\u006fr\u0074\u0065\u0064\u0020\u0063\u006f\u006c\u006f\u0072 \u0073\u0070\u0061c\u0065:\u0020\u0025\u0073",_cda .String ());};return _gac ,nil ;}; +// RenderWithOpts converts the specified PDF page into an image, optionally flattens annotations and returns the result. +func (_dde *ImageDevice )RenderWithOpts (page *_cg .PdfPage ,skipFlattening bool )(_dd .Image ,error ){_fg ,_eb :=page .GetMediaBox ();if _eb !=nil {return nil ,_eb ;};_fg .Normalize ();_gd :=page .CropBox ;var _fb ,_cb float64 ;if _gd !=nil {_gd .Normalize (); +_fb ,_cb =_gd .Width (),_gd .Height ();};_da :=page .Rotate ;_gdc ,_dg ,_ba ,_bg :=_fg .Llx ,_fg .Lly ,_fg .Width (),_fg .Height ();_dgc :=_fe .IdentityMatrix ();if _da !=nil &&*_da %360!=0&&*_da %90==0{_bf :=-float64 (*_da );_ac :=_egdc (_ba ,_bg ,_bf ); +_dgc =_dgc .Translate ((_ac .Width -_ba )/2+_ba /2,(_ac .Height -_bg )/2+_bg /2).Rotate (_bf *_gf .Pi /180).Translate (-_ba /2,-_bg /2);_ba ,_bg =_ac .Width ,_ac .Height ;if _gd !=nil {_fc :=_egdc (_fb ,_cb ,_bf );_fb ,_cb =_fc .Width ,_fc .Height ;};}; +if _gdc !=0||_dg !=0{_dgc =_dgc .Translate (-_gdc ,-_dg );};_dde ._be =1.0;if _dde .OutputWidth !=0{_gb :=_ba ;if _gd !=nil {_gb =_fb ;};_dde ._be =float64 (_dde .OutputWidth )/_gb ;_ba ,_bg ,_fb ,_cb =_ba *_dde ._be ,_bg *_dde ._be ,_fb *_dde ._be ,_cb *_dde ._be ; +_dgc =_fe .ScaleMatrix (_dde ._be ,_dde ._be ).Mult (_dgc );};_cfc :=_cf .NewContext (int (_ba ),int (_bg ));if _dge :=_dde .renderPage (_cfc ,page ,_dgc ,skipFlattening );_dge !=nil {return nil ,_dge ;};_ag :=_cfc .Image ();if _gd !=nil {_ad ,_de :=(_gd .Llx -_gdc )*_dde ._be ,(_gd .Lly -_dg )*_dde ._be ; +_gc :=_dd .Rect (0,0,int (_fb ),int (_cb ));_agg :=_dd .Pt (int (_ad ),int (_bg -_de -_cb ));_gfec :=_dd .NewRGBA (_gc );_ce .Draw (_gfec ,_gc ,_ag ,_agg ,_ce .Src );_ag =_gfec ;};return _ag ,nil ;};var (_ddcc =_c .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); +_dff =_c .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072");); // RenderToPath converts the specified PDF page into an image and saves the // result at the specified location. -func (_aag *ImageDevice )RenderToPath (page *_eeb .PdfPage ,outputPath string )error {_gb ,_ea :=_aag .Render (page );if _ea !=nil {return _ea ;};_bag :=_e .ToLower (_c .Ext (outputPath ));if _bag ==""{return _d .New ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065cog\u006eiz\u0065\u0020\u006f\u0075\u0074\u0070\u0075t \u0066\u0069\u006c\u0065\u0020\u0074\u0079p\u0065"); -};switch _bag {case "\u002e\u0070\u006e\u0067":return _aacbf (outputPath ,_gb );case "\u002e\u006a\u0070\u0067","\u002e\u006a\u0070e\u0067":return _fddf (outputPath ,_gb ,100);};return _fe .Errorf ("\u0075\u006e\u0072\u0065\u0063\u006fg\u006e\u0069\u007a\u0065\u0064\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020f\u0069\u006c\u0065\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_bag ); -};func _aec (_gcac *_eeb .Image ,_gfbd _ba .Color )_f .Image {_gbcf ,_afb :=int (_gcac .Width ),int (_gcac .Height );_fgaa :=_f .NewRGBA (_f .Rect (0,0,_gbcf ,_afb ));for _ggaf :=0;_ggaf < _afb ;_ggaf ++{for _ggbd :=0;_ggbd < _gbcf ;_ggbd ++{_dbd ,_fbbg :=_gcac .ColorAt (_ggbd ,_ggaf ); -if _fbbg !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_ggbd ,_ggaf ); -continue ;};_ceee ,_ecef ,_degea ,_ :=_dbd .RGBA ();var _fbbe _ba .Color ;if _ceee +_ecef +_degea ==0{_fbbe =_ba .Transparent ;}else {_fbbe =_gfbd ;};_fgaa .Set (_ggbd ,_ggaf ,_fbbe );};};return _fgaa ;};func (_fcg renderer )processRadialShading (_acb _df .Context ,_agaa *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_ggg :=_agaa .GetContext ().(*_eeb .PdfShadingType3 ); -if len (_ggg .Function )==0{return nil ,nil ,_d .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};_edbg ,_fff :=_ggg .Coords .ToFloat64Array ();if _fff !=nil {return nil ,nil ,_d .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};_dfef :=_agaa .ColorSpace ;_cbd :=_gd .MakeArrayFromFloats ([]float64 {0,0,1,1});var _cgbg ,_ecac ,_ffcc ,_eabf ,_eeg ,_ebbf float64 ;_cgbg ,_ecac =_acb .Matrix ().Transform (_edbg [0],_edbg [1]);_ffcc ,_eabf =_acb .Matrix ().Transform (_edbg [3],_edbg [4]); -_eeg ,_ =_acb .Matrix ().Transform (_edbg [2],0);_ebbf ,_ =_acb .Matrix ().Transform (_edbg [5],0);_ceec ,_ :=_acb .Matrix ().Translation ();_eeg -=_ceec ;_ebbf -=_ceec ;for _cfdf ,_bcg :=range _edbg {if _cfdf ==2||_cfdf ==5{continue ;};if _bcg > 1.0{_aee :=_ee .Min (_cgbg -_eeg ,_ffcc -_ebbf ); -_ggeb :=_ee .Min (_ecac -_eeg ,_eabf -_ebbf );_dbgg :=_ee .Max (_cgbg +_eeg ,_ffcc +_ebbf );_gfe :=_ee .Max (_ecac +_eeg ,_eabf +_ebbf );_dcab :=_dbgg -_aee ;_fgcd :=_ggeb -_gfe ;_cbd =_gd .MakeArrayFromFloats ([]float64 {_aee ,_ggeb ,_dcab ,_fgcd });break ; -};};_dbbbe :=_cg .NewRadialGradient (_cgbg ,_ecac ,_eeg ,_ffcc ,_eabf ,_ebbf );if _ecf ,_ceg :=_ggg .Function [0].(*_eeb .PdfFunctionType2 );_ceg {_dbbbe ,_fff =_aab (_dbbbe ,_ecf ,_dfef ,1.0,true );}else if _fcfa ,_ffg :=_ggg .Function [0].(*_eeb .PdfFunctionType3 ); -_ffg {_fdeg :=append ([]float64 {0},_fcfa .Bounds ...);_fdeg =append (_fdeg ,1.0);_dbbbe ,_fff =_ggf (_dbbbe ,_fcfa ,_dfef ,_fdeg );};if _fff !=nil {return nil ,nil ,_fff ;};return _dbbbe ,_cbd ,nil ;};const (ShadingTypeFunctionBased PdfShadingType =1; -ShadingTypeAxial PdfShadingType =2;ShadingTypeRadial PdfShadingType =3;ShadingTypeFreeForm PdfShadingType =4;ShadingTypeLatticeForm PdfShadingType =5;ShadingTypeCoons PdfShadingType =6;ShadingTypeTensorProduct PdfShadingType =7;); +func (_cba *ImageDevice )RenderToPath (page *_cg .PdfPage ,outputPath string )error {_fgf ,_ddc :=_cba .Render (page );if _ddc !=nil {return _ddc ;};_df :=_a .ToLower (_e .Ext (outputPath ));if _df ==""{return _c .New ("\u0063\u006ful\u0064\u0020\u006eo\u0074\u0020\u0072\u0065cog\u006eiz\u0065\u0020\u006f\u0075\u0074\u0070\u0075t \u0066\u0069\u006c\u0065\u0020\u0074\u0079p\u0065"); +};switch _df {case "\u002e\u0070\u006e\u0067":return _eedc (outputPath ,_fgf );case "\u002e\u006a\u0070\u0067","\u002e\u006a\u0070e\u0067":return _eede (outputPath ,_fgf ,100);};return _cc .Errorf ("\u0075\u006e\u0072\u0065\u0063\u006fg\u006e\u0069\u007a\u0065\u0064\u0020\u006f\u0075\u0074\u0070\u0075\u0074\u0020f\u0069\u006c\u0065\u0020\u0074\u0079\u0070e\u003a\u0020\u0025\u0073",_df ); +}; // PdfShadingType defines PDF shading types. // Source: PDF32000_2008.pdf. Chapter 8.7.4.5 -type PdfShadingType int64 ;func _bedb (_agd *_eeb .Image ,_egfc _ba .Color )_f .Image {_dda ,_caca :=int (_agd .Width ),int (_agd .Height );_eabfg :=_f .NewRGBA (_f .Rect (0,0,_dda ,_caca ));for _bfc :=0;_bfc < _caca ;_bfc ++{for _fgdec :=0;_fgdec < _dda ; -_fgdec ++{_gebb ,_bdgb :=_agd .ColorAt (_fgdec ,_bfc );if _bdgb !=nil {_eec .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_fgdec ,_bfc ); -continue ;};_fga ,_daab ,_cgg ,_ :=_gebb .RGBA ();var _daeb _ba .Color ;if _fga +_daab +_cgg ==0{_daeb =_egfc ;}else {_daeb =_ba .Transparent ;};_eabfg .Set (_fgdec ,_bfc ,_daeb );};};return _eabfg ;};func _bdga (_abc ,_bfca ,_affc float64 )_da .BoundingBox {return _da .Path {Points :[]_da .Point {_da .NewPoint (0,0).Rotate (_affc ),_da .NewPoint (_abc ,0).Rotate (_affc ),_da .NewPoint (0,_bfca ).Rotate (_affc ),_da .NewPoint (_abc ,_bfca ).Rotate (_affc )}}.GetBoundingBox (); -};func _fddf (_cfc string ,_ebff _f .Image ,_dccbb int )error {_egg ,_baf :=_bf .Create (_cfc );if _baf !=nil {return _baf ;};defer _egg .Close ();return _eg .Encode (_egg ,_ebff ,&_eg .Options {Quality :_dccbb });};func _ggf (_ceef _df .Gradient ,_bebe *_eeb .PdfFunctionType3 ,_cacd _eeb .PdfColorspace ,_bbfc []float64 )(_df .Gradient ,error ){var _geb error ; -for _dgfbe :=0;_dgfbe < len (_bebe .Functions );_dgfbe ++{if _dfdb ,_fgge :=_bebe .Functions [_dgfbe ].(*_eeb .PdfFunctionType2 );_fgge {_ceef ,_geb =_aab (_ceef ,_dfdb ,_cacd ,_bbfc [_dgfbe +1],_dgfbe ==0);if _geb !=nil {return nil ,_geb ;};};};return _ceef ,nil ; -}; - -// NewImageDevice returns a new image device. -func NewImageDevice ()*ImageDevice {const _ab ="r\u0065\u006e\u0064\u0065r.\u004ee\u0077\u0049\u006d\u0061\u0067e\u0044\u0065\u0076\u0069\u0063\u0065";_a .TrackUse (_ab );return &ImageDevice {};};func (_gdgb renderer )processShading (_bdg _df .Context ,_fbgg *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_efa :=int64 (*_fbgg .ShadingType ); -if _efa ==int64 (ShadingTypeAxial ){return _gdgb .processLinearShading (_bdg ,_fbgg );}else if _efa ==int64 (ShadingTypeRadial ){return _gdgb .processRadialShading (_bdg ,_fbgg );}else {_eec .Log .Debug (_fe .Sprintf ("\u0050r\u006f\u0063e\u0073\u0073\u0069n\u0067\u0020\u0067\u0072\u0061\u0064\u0069e\u006e\u0074\u0020\u0074\u0079\u0070e\u0020\u0025\u0064\u0020\u006e\u006f\u0074\u0020\u0079\u0065\u0074 \u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064",_efa )); -};return nil ,nil ,nil ;};func _aacbf (_dbcd string ,_eebce _f .Image )error {_gbad ,_fegc :=_bf .Create (_dbcd );if _fegc !=nil {return _fegc ;};defer _gbad .Close ();return _cc .Encode (_gbad ,_eebce );};var (_fed =_d .New ("\u0074\u0079p\u0065\u0020\u0063h\u0065\u0063\u006b\u0020\u0065\u0072\u0072\u006f\u0072"); -_de =_d .New ("\u0072\u0061\u006e\u0067\u0065\u0020\u0063\u0068\u0065\u0063\u006b\u0020e\u0072\u0072\u006f\u0072"););func (_dgf renderer )processLinearShading (_bfaa _df .Context ,_adg *_eeb .PdfShading )(_df .Gradient ,*_gd .PdfObjectArray ,error ){_aaa :=_adg .GetContext ().(*_eeb .PdfShadingType2 ); -if len (_aaa .Function )==0{return nil ,nil ,_d .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); -};_fcff ,_effa :=_aaa .Coords .ToFloat64Array ();if _effa !=nil {return nil ,nil ,_d .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); -};_bee :=_adg .ColorSpace ;_ddc ,_bfaf :=_bfaa .Matrix ().Transform (_fcff [0],_fcff [1]);_bgg ,_faa :=_bfaa .Matrix ().Transform (_fcff [2],_fcff [3]);_gfa :=_cg .NewLinearGradient (_ddc ,_bfaf ,_bgg ,_faa );_dcb :=_gd .MakeArrayFromFloats ([]float64 {0,0,1,1}); -for _ ,_fef :=range _fcff {if _fef > 1{_dcb =_aaa .Coords ;break ;};};if _ccd ,_decc :=_aaa .Function [0].(*_eeb .PdfFunctionType2 );_decc {_gfa ,_effa =_aab (_gfa ,_ccd ,_bee ,1.0,true );}else if _dbfb ,_cedc :=_aaa .Function [0].(*_eeb .PdfFunctionType3 ); -_cedc {_ceac :=append ([]float64 {0},_dbfb .Bounds ...);_ceac =append (_ceac ,1.0);_gfa ,_effa =_ggf (_gfa ,_dbfb ,_bee ,_ceac );};return _gfa ,_dcb ,_effa ;};func _afdf (_cacdd _gd .PdfObject ,_eeeg _ba .Color )(_f .Image ,error ){_bdf ,_aaad :=_gd .GetStream (_cacdd ); -if !_aaad {return nil ,nil ;};_dcgf ,_dege :=_eeb .NewXObjectImageFromStream (_bdf );if _dege !=nil {return nil ,_dege ;};_ffff ,_dege :=_dcgf .ToImage ();if _dege !=nil {return nil ,_dege ;};return _bedb (_ffff ,_eeeg ),nil ;}; +type PdfShadingType int64 ;func _gebg (_bbc _ge .Gradient ,_acg *_cg .PdfFunctionType3 ,_dgca _cg .PdfColorspace ,_gba []float64 )(_ge .Gradient ,error ){var _eee error ;for _acga :=0;_acga < len (_acg .Functions );_acga ++{if _dfff ,_dabe :=_acg .Functions [_acga ].(*_cg .PdfFunctionType2 ); +_dabe {_bbc ,_eee =_gada (_bbc ,_dfff ,_dgca ,_gba [_acga +1],_acga ==0);if _eee !=nil {return nil ,_eee ;};};};return _bbc ,nil ;}; // ImageDevice is used to render PDF pages to image targets. type ImageDevice struct{renderer ; @@ -199,9 +61,145 @@ type ImageDevice struct{renderer ; // OutputWidth represents the width of the rendered images in pixels. // The heights of the output images are calculated based on the selected // width and the original height of each rendered page. -OutputWidth int ;};func (_bca renderer )renderPage (_dd _df .Context ,_baa *_eeb .PdfPage ,_dca _dc .Matrix ,_cbg bool )error {if !_cbg {_bda :=_eeb .FieldFlattenOpts {AnnotFilterFunc :func (_fbf *_eeb .PdfAnnotation )bool {switch _fbf .GetContext ().(type ){case *_eeb .PdfAnnotationLine :return true ; -case *_eeb .PdfAnnotationSquare :return true ;case *_eeb .PdfAnnotationCircle :return true ;case *_eeb .PdfAnnotationPolygon :return true ;case *_eeb .PdfAnnotationPolyLine :return true ;};return false ;}};_dge :=_ae .FieldAppearance {};_feb :=_baa .FlattenFieldsWithOpts (_dge ,&_bda ); -if _feb !=nil {_eec .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0064u\u0072\u0069n\u0067\u0020\u0061\u006e\u006e\u006f\u0074\u0061t\u0069\u006f\u006e\u0020\u0066\u006c\u0061\u0074\u0074\u0065\u006e\u0069n\u0067\u0020\u0025\u0076",_feb );};};_cd ,_ed :=_baa .GetAllContentStreams (); -if _ed !=nil {return _ed ;};if _gdf :=_dca ;!_gdf .Identity (){_cd =_fe .Sprintf ("%\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066 \u0025\u002e\u0032\u0066\u0020\u0025\u002e2\u0066\u0020\u0025\u002e\u0032\u0066\u0020\u0063\u006d\u0020%\u0073",_gdf [0],_gdf [1],_gdf [3],_gdf [4],_gdf [6],_gdf [7],_cd ); -};_dd .Translate (0,float64 (_dd .Height ()));_dd .Scale (1,-1);_dd .Push ();_dd .SetRGBA (1,1,1,1);_dd .DrawRectangle (0,0,float64 (_dd .Width ()),float64 (_dd .Height ()));_dd .Fill ();_dd .Pop ();_dd .SetLineWidth (1.0);_dd .SetRGBA (0,0,0,1);return _bca .renderContentStream (_dd ,_cd ,_baa .Resources ); -}; \ No newline at end of file +OutputWidth int ;};func _adg (_bcfd _f .PdfObject ,_cebd _b .Color )(_dd .Image ,error ){_eac ,_feb :=_f .GetStream (_bcfd );if !_feb {return nil ,nil ;};_adef ,_dgea :=_cg .NewXObjectImageFromStream (_eac );if _dgea !=nil {return nil ,_dgea ;};_aec ,_dgea :=_adef .ToImage (); +if _dgea !=nil {return nil ,_dgea ;};return _fag (_aec ,_cebd ),nil ;};func (_dfe renderer )renderContentStream (_gcc _ge .Context ,_ab string ,_dcd *_cg .PdfPageResources )error {_bgb ,_ea :=_ff .NewContentStreamParser (_ab ).Parse ();if _ea !=nil {return _ea ; +};_fba :=_gcc .TextState ();_fba .GlobalScale =_dfe ._be ;_fee :=map[string ]*_ge .TextFont {};_afa :=_gfe .NewFinder (&_gfe .FinderOpts {Extensions :[]string {"\u002e\u0074\u0074\u0066","\u002e\u0074\u0074\u0063"}});var _dad *_ff .ContentStreamOperation ; +_gca :=_ff .NewContentStreamProcessor (*_bgb );_gca .AddHandler (_ff .HandlerConditionEnumAllOperands ,"",func (_fd *_ff .ContentStreamOperation ,_bdc _ff .GraphicsState ,_bfe *_cg .PdfPageResources )error {_ffe .Log .Debug ("\u0050\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0025\u0073",_fd .Operand ); +switch _fd .Operand {case "\u0071":_gcc .Push ();case "\u0051":_gcc .Pop ();_fba =_gcc .TextState ();case "\u0063\u006d":if len (_fd .Params )!=6{return _dff ;};_gfc ,_ed :=_f .GetNumbersAsFloat (_fd .Params );if _ed !=nil {return _ed ;};_fde :=_fe .NewMatrix (_gfc [0],_gfc [1],_gfc [2],_gfc [3],_gfc [4],_gfc [5]); +_ffe .Log .Debug ("\u0047\u0072\u0061\u0070\u0068\u0069\u0063\u0073\u0020\u0073\u0074a\u0074\u0065\u0020\u006d\u0061\u0074\u0072\u0069\u0078\u003a \u0025\u002b\u0076",_fde );_gcc .SetMatrix (_gcc .Matrix ().Mult (_fde ));case "\u0077":if len (_fd .Params )!=1{return _dff ; +};_bac ,_ebd :=_f .GetNumbersAsFloat (_fd .Params );if _ebd !=nil {return _ebd ;};_gcc .SetLineWidth (_bac [0]);case "\u004a":if len (_fd .Params )!=1{return _dff ;};_bc ,_cfg :=_f .GetIntVal (_fd .Params [0]);if !_cfg {return _ddcc ;};switch _bc {case 0:_gcc .SetLineCap (_ge .LineCapButt ); +case 1:_gcc .SetLineCap (_ge .LineCapRound );case 2:_gcc .SetLineCap (_ge .LineCapSquare );default:_ffe .Log .Debug ("\u0049\u006e\u0076\u0061\u006c\u0069\u0064\u0020\u006c\u0069\u006ee\u0020\u0063\u0061\u0070\u0020\u0073\u0074\u0079\u006c\u0065:\u0020\u0025\u0064",_bc ); +return _dff ;};case "\u006a":if len (_fd .Params )!=1{return _dff ;};_ef ,_dcc :=_f .GetIntVal (_fd .Params [0]);if !_dcc {return _ddcc ;};switch _ef {case 0:_gcc .SetLineJoin (_ge .LineJoinBevel );case 1:_gcc .SetLineJoin (_ge .LineJoinRound );case 2:_gcc .SetLineJoin (_ge .LineJoinBevel ); +default:_ffe .Log .Debug ("I\u006e\u0076\u0061\u006c\u0069\u0064 \u006c\u0069\u006e\u0065\u0020\u006a\u006f\u0069\u006e \u0073\u0074\u0079l\u0065:\u0020\u0025\u0064",_ef );return _dff ;};case "\u004d":if len (_fd .Params )!=1{return _dff ;};_faa ,_bbe :=_f .GetNumbersAsFloat (_fd .Params ); +if _bbe !=nil {return _bbe ;};_ =_faa ;_ffe .Log .Debug ("\u004di\u0074\u0065\u0072\u0020l\u0069\u006d\u0069\u0074\u0020n\u006ft\u0020s\u0075\u0070\u0070\u006f\u0072\u0074\u0065d");case "\u0064":if len (_fd .Params )!=2{return _dff ;};_deb ,_bda :=_f .GetArray (_fd .Params [0]); +if !_bda {return _ddcc ;};_fcga ,_bda :=_f .GetIntVal (_fd .Params [1]);if !_bda {_ ,_bec :=_f .GetFloatVal (_fd .Params [1]);if !_bec {return _ddcc ;};};_eda ,_db :=_f .GetNumbersAsFloat (_deb .Elements ());if _db !=nil {return _db ;};_gcc .SetDash (_eda ...); +_ =_fcga ;_ffe .Log .Debug ("\u004c\u0069n\u0065\u0020\u0064\u0061\u0073\u0068\u0020\u0070\u0068\u0061\u0073\u0065\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006frt\u0065\u0064");case "\u0072\u0069":_ffe .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020i\u006e\u0074\u0065\u006e\u0074\u0020\u006eo\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064"); +case "\u0069":_ffe .Log .Debug ("\u0046\u006c\u0061\u0074\u006e\u0065\u0073\u0073\u0020\u0074\u006f\u006c\u0065\u0072\u0061n\u0063e\u0020\u006e\u006f\u0074\u0020\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0065\u0064");case "\u0067\u0073":if len (_fd .Params )!=1{return _dff ; +};_gg ,_efg :=_f .GetName (_fd .Params [0]);if !_efg {return _ddcc ;};if _gg ==nil {return _dff ;};_cda ,_efg :=_bfe .GetExtGState (*_gg );if !_efg {_ffe .Log .Debug ("\u0045\u0052\u0052OR\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006eo\u0074 \u0066i\u006ed\u0020\u0072\u0065\u0073\u006f\u0075\u0072\u0063\u0065\u003a\u0020\u0025\u0073",*_gg ); +return _c .New ("\u0072e\u0073o\u0075\u0072\u0063\u0065\u0020n\u006f\u0074 \u0066\u006f\u0075\u006e\u0064");};_faaa ,_efg :=_f .GetDict (_cda );if !_efg {_ffe .Log .Debug ("\u0045\u0052RO\u0052\u003a\u0020c\u006f\u0075\u006c\u0064 ge\u0074 g\u0072\u0061\u0070\u0068\u0069\u0063\u0073 s\u0074\u0061\u0074\u0065\u0020\u0064\u0069c\u0074"); +return _ddcc ;};_ffe .Log .Debug ("G\u0053\u0020\u0064\u0069\u0063\u0074\u003a\u0020\u0025\u0073",_faaa .String ());_dag :=_faaa .Get ("\u0063\u0061");if _dag !=nil {_ebdf ,_ece :=_f .GetNumberAsFloat (_dag );if _ece ==nil {_bgc ,_ca :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking ); +if _ca !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_ca );return _ca ;};_cbc ,_cga :=_bgc .(*_cg .PdfColorDeviceRGB );if !_cga {_ffe .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); +return _ca ;};_gcc .SetFillRGBA (_cbc .R (),_cbc .G (),_cbc .B (),_ebdf );};};case "\u006d":if len (_fd .Params )!=2{_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006d\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_dff ); +return nil ;};_ged ,_ga :=_f .GetNumbersAsFloat (_fd .Params );if _ga !=nil {return _ga ;};_ffe .Log .Debug ("M\u006f\u0076\u0065\u0020\u0074\u006f\u003a\u0020\u0025\u0076",_ged );_gcc .NewSubPath ();_gcc .MoveTo (_ged [0],_ged [1]);case "\u006c":if len (_fd .Params )!=2{_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0065\u0072\u0072o\u0072\u0020\u0077\u0068\u0069\u006c\u0065\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0060\u006c\u0060\u0020o\u0070\u0065r\u0061\u0074o\u0072\u003a\u0020\u0025\u0073\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074 m\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e",_dff ); +return nil ;};_ffbc ,_bfd :=_f .GetNumbersAsFloat (_fd .Params );if _bfd !=nil {return _bfd ;};_gcc .LineTo (_ffbc [0],_ffbc [1]);case "\u0063":if len (_fd .Params )!=6{return _dff ;};_dcb ,_ded :=_f .GetNumbersAsFloat (_fd .Params );if _ded !=nil {return _ded ; +};_ffe .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_dcb );_gcc .CubicTo (_dcb [0],_dcb [1],_dcb [2],_dcb [3],_dcb [4],_dcb [5]);case "\u0076","\u0079":if len (_fd .Params )!=4{return _dff ; +};_bbf ,_dage :=_f .GetNumbersAsFloat (_fd .Params );if _dage !=nil {return _dage ;};_ffe .Log .Debug ("\u0043u\u0062\u0069\u0063\u0020\u0062\u0065\u007a\u0069\u0065\u0072\u0020p\u0061\u0072\u0061\u006d\u0073\u003a\u0020\u0025\u002b\u0076",_bbf );_gcc .QuadraticTo (_bbf [0],_bbf [1],_bbf [2],_bbf [3]); +case "\u0068":_gcc .ClosePath ();_gcc .NewSubPath ();case "\u0072\u0065":if len (_fd .Params )!=4{return _dff ;};_fgb ,_aef :=_f .GetNumbersAsFloat (_fd .Params );if _aef !=nil {return _aef ;};_gcc .DrawRectangle (_fgb [0],_fgb [1],_fgb [2],_fgb [3]);_gcc .NewSubPath (); +case "\u0053":_cfe ,_dfd :=_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _dfd !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dfd ); +return _dfd ;};_daa ,_gae :=_cfe .(*_cg .PdfColorDeviceRGB );if !_gae {_ffe .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _dfd ;};_gcc .SetRGBA (_daa .R (),_daa .G (),_daa .B (),1); +_gcc .Stroke ();case "\u0073":_cad ,_fbc :=_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _fbc !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fbc ); +return _fbc ;};_dae ,_abd :=_cad .(*_cg .PdfColorDeviceRGB );if !_abd {_ffe .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _fbc ;};_gcc .ClosePath ();_gcc .NewSubPath (); +_gcc .SetRGBA (_dae .R (),_dae .G (),_dae .B (),1);_gcc .Stroke ();case "\u0066","\u0046":_bdg ,_bfee :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking );if _bfee !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bfee ); +return _bfee ;};switch _ccf :=_bdg .(type ){case *_cg .PdfColorDeviceRGB :_gcc .SetRGBA (_ccf .R (),_ccf .G (),_ccf .B (),1);_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .Fill ();case *_cg .PdfColorPattern :_gcc .Fill ();};_ffe .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072"); +case "\u0066\u002a":_cgc ,_aea :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking );if _aea !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_aea ); +return _aea ;};_fea ,_dcdd :=_cgc .(*_cg .PdfColorDeviceRGB );if !_dcdd {_ffe .Log .Debug ("\u0045\u0072\u0072\u006fr \u0063\u006f\u006e\u0076\u0065\u0072\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006co\u0072");return _aea ;};_gcc .SetRGBA (_fea .R (),_fea .G (),_fea .B (),1); +_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .Fill ();case "\u0042":_gge ,_caf :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking );if _caf !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_caf ); +return _caf ;};switch _cab :=_gge .(type ){case *_cg .PdfColorDeviceRGB :_gcc .SetRGBA (_cab .R (),_cab .G (),_cab .B (),1);_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .FillPreserve ();_gge ,_caf =_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking ); +if _caf !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_caf );return _caf ;};if _bcb ,_dda :=_gge .(*_cg .PdfColorDeviceRGB ); +_dda {_gcc .SetRGBA (_bcb .R (),_bcb .G (),_bcb .B (),1);_gcc .Stroke ();};case *_cg .PdfColorPattern :_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .Fill ();_gcc .StrokePattern ();};case "\u0042\u002a":_agb ,_aeaa :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking ); +if _aeaa !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_aeaa );return _aeaa ;};switch _fdee :=_agb .(type ){case *_cg .PdfColorDeviceRGB :_gcc .SetRGBA (_fdee .R (),_fdee .G (),_fdee .B (),1); +_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .FillPreserve ();_agb ,_aeaa =_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _aeaa !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_aeaa ); +return _aeaa ;};if _ee ,_cag :=_agb .(*_cg .PdfColorDeviceRGB );_cag {_gcc .SetRGBA (_ee .R (),_ee .G (),_ee .B (),1);_gcc .Stroke ();};case *_cg .PdfColorPattern :_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .Fill ();_gcc .StrokePattern ();};case "\u0062":_gcc .ClosePath (); +_dged ,_dded :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking );if _dded !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dded ); +return _dded ;};switch _eae :=_dged .(type ){case *_cg .PdfColorDeviceRGB :_gcc .SetRGBA (_eae .R (),_eae .G (),_eae .B (),1);_gcc .NewSubPath ();_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .FillPreserve ();_dged ,_dded =_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking ); +if _dded !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dded );return _dded ;};if _gbc ,_eca :=_dged .(*_cg .PdfColorDeviceRGB ); +_eca {_gcc .SetRGBA (_gbc .R (),_gbc .G (),_gbc .B (),1);_gcc .Stroke ();};case *_cg .PdfColorPattern :_gcc .NewSubPath ();_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .Fill ();_gcc .StrokePattern ();};case "\u0062\u002a":_gcc .ClosePath ();_adb ,_dfc :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking ); +if _dfc !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dfc );return _dfc ;};switch _adf :=_adb .(type ){case *_cg .PdfColorDeviceRGB :_gcc .SetRGBA (_adf .R (),_adf .G (),_adf .B (),1); +_gcc .NewSubPath ();_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .FillPreserve ();_adb ,_dfc =_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _dfc !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dfc ); +return _dfc ;};if _baf ,_aac :=_adb .(*_cg .PdfColorDeviceRGB );_aac {_gcc .SetRGBA (_baf .R (),_baf .G (),_baf .B (),1);_gcc .Stroke ();};case *_cg .PdfColorPattern :_gcc .NewSubPath ();_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .Fill ();_gcc .StrokePattern (); +};case "\u006e":_gcc .ClearPath ();case "\u0057":_gcc .SetFillRule (_ge .FillRuleWinding );_gcc .ClipPreserve ();case "\u0057\u002a":_gcc .SetFillRule (_ge .FillRuleEvenOdd );_gcc .ClipPreserve ();case "\u0072\u0067":_aacg ,_adbg :=_bdc .ColorNonStroking .(*_cg .PdfColorDeviceRGB ); +if !_adbg {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking );return nil ;};_gcc .SetFillRGBA (_aacg .R (),_aacg .G (),_aacg .B (),1); +case "\u0052\u0047":_cge ,_edb :=_bdc .ColorStroking .(*_cg .PdfColorDeviceRGB );if !_edb {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_gcc .SetStrokeRGBA (_cge .R (),_cge .G (),_cge .B (),1);case "\u006b":_cdd ,_feed :=_bdc .ColorNonStroking .(*_cg .PdfColorDeviceCMYK );if !_feed {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking ); +return nil ;};_bee ,_fad :=_bdc .ColorspaceNonStroking .ColorToRGB (_cdd );if _fad !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking ); +return nil ;};_eaa ,_feed :=_bee .(*_cg .PdfColorDeviceRGB );if !_feed {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bee );return nil ; +};_gcc .SetFillRGBA (_eaa .R (),_eaa .G (),_eaa .B (),1);case "\u004b":_ebe ,_dfef :=_bdc .ColorStroking .(*_cg .PdfColorDeviceCMYK );if !_dfef {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_cde ,_dbe :=_bdc .ColorspaceStroking .ColorToRGB (_ebe );if _dbe !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_dab ,_dfef :=_cde .(*_cg .PdfColorDeviceRGB );if !_dfef {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_cde );return nil ; +};_gcc .SetStrokeRGBA (_dab .R (),_dab .G (),_dab .B (),1);case "\u0067":_dbf ,_fbf :=_bdc .ColorNonStroking .(*_cg .PdfColorDeviceGray );if !_fbf {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking ); +return nil ;};_bcc ,_gbg :=_bdc .ColorspaceNonStroking .ColorToRGB (_dbf );if _gbg !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking ); +return nil ;};_fefa ,_fbf :=_bcc .(*_cg .PdfColorDeviceRGB );if !_fbf {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bcc );return nil ; +};_gcc .SetFillRGBA (_fefa .R (),_fefa .G (),_fefa .B (),1);case "\u0047":_ccfe ,_fgbe :=_bdc .ColorStroking .(*_cg .PdfColorDeviceGray );if !_fgbe {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_bbd ,_ddf :=_bdc .ColorspaceStroking .ColorToRGB (_ccfe );if _ddf !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_ggb ,_fgbe :=_bbd .(*_cg .PdfColorDeviceRGB );if !_fgbe {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bbd );return nil ; +};_gcc .SetStrokeRGBA (_ggb .R (),_ggb .G (),_ggb .B (),1);case "\u0063\u0073":if len (_fd .Params )> 0{if _ebc ,_dgf :=_f .GetName (_fd .Params [0]);_dgf &&_ebc .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_fdb ,_gee :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking ); +if _gee !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking );return nil ;};_gedd ,_bce :=_fdb .(*_cg .PdfColorDeviceRGB ); +if !_bce {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fdb );return nil ;};_gcc .SetFillRGBA (_gedd .R (),_gedd .G (),_gedd .B (),1); +case "\u0073\u0063":_dgg ,_fbe :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking );if _fbe !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking ); +return nil ;};_gfa ,_aeb :=_dgg .(*_cg .PdfColorDeviceRGB );if !_aeb {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_dgg );return nil ; +};_gcc .SetFillRGBA (_gfa .R (),_gfa .G (),_gfa .B (),1);case "\u0073\u0063\u006e":if len (_fd .Params )> 0&&len (_dad .Params )> 0{if _gea ,_bdf :=_f .GetName (_dad .Params [0]);_bdf &&_gea .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _cafd ,_ffba :=_f .GetName (_fd .Params [0]); +_ffba {_ecf ,_gef :=_dfe .processGradient (_gcc ,_fd ,_bfe ,_cafd );if _gef !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_gef ); +break ;};if _ecf ==nil {_ffe .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_gcc .SetFillStyle (_ecf );_gcc .SetStrokeStyle (_ecf );break ;};};};_fcd ,_eec :=_bdc .ColorspaceNonStroking .ColorToRGB (_bdc .ColorNonStroking ); +if _eec !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorNonStroking );return nil ;};_cfeb ,_bdaa :=_fcd .(*_cg .PdfColorDeviceRGB ); +if !_bdaa {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_fcd );return nil ;};_gcc .SetFillRGBA (_cfeb .R (),_cfeb .G (),_cfeb .B (),1); +case "\u0043\u0053":if len (_fd .Params )> 0{if _dcba ,_ccg :=_f .GetName (_fd .Params [0]);_ccg &&_dcba .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{break ;};};_abf ,_cac :=_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _cac !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_ddcd ,_bgd :=_abf .(*_cg .PdfColorDeviceRGB );if !_bgd {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_abf );return nil ; +};_gcc .SetStrokeRGBA (_ddcd .R (),_ddcd .G (),_ddcd .B (),1);case "\u0053\u0043":_gdf ,_ccd :=_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking );if _ccd !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking ); +return nil ;};_eag ,_afac :=_gdf .(*_cg .PdfColorDeviceRGB );if !_afac {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_gdf );return nil ; +};_gcc .SetStrokeRGBA (_eag .R (),_eag .G (),_eag .B (),1);case "\u0053\u0043\u004e":if len (_fd .Params )> 0&&len (_dad .Params )> 0{if _bdb ,_fbeb :=_f .GetName (_dad .Params [0]);_fbeb &&_bdb .String ()=="\u0050a\u0074\u0074\u0065\u0072\u006e"{if _fdf ,_gccb :=_f .GetName (_fd .Params [0]); +_gccb {_eg ,_acc :=_dfe .processGradient (_gcc ,_fd ,_bfe ,_fdf );if _acc !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072o\u0063\u0065\u0073\u0073\u0069\u006eg\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074\u0020\u0064\u0061\u0074a\u003a\u0020\u0025\u0076",_acc ); +break ;};if _eg ==nil {_ffe .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_gcc .SetFillStyle (_eg );_gcc .SetStrokeStyle (_eg );break ;};};};_geb ,_fcaa :=_bdc .ColorspaceStroking .ColorToRGB (_bdc .ColorStroking ); +if _fcaa !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_bdc .ColorStroking );return nil ;};_bdgb ,_agf :=_geb .(*_cg .PdfColorDeviceRGB ); +if !_agf {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0063\u006f\u006e\u0076\u0065r\u0074\u0069\u006e\u0067\u0020\u0063\u006f\u006c\u006f\u0072:\u0020\u0025\u0076",_geb );return nil ;};_gcc .SetStrokeRGBA (_bdgb .R (),_bdgb .G (),_bdgb .B (),1); +case "\u0073\u0068":if len (_fd .Params )!=1{_ffe .Log .Debug ("\u0049n\u0076\u0061\u006c\u0069\u0064\u0020\u0073\u0068\u0020\u0070\u0061r\u0061\u006d\u0073\u0020\u0066\u006f\u0072\u006d\u0061\u0074");break ;};_bccg ,_fcf :=_f .GetName (_fd .Params [0]); +if !_fcf {_ffe .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020n\u0061\u006d\u0065");break ;};_fbff ,_fcf :=_bfe .GetShadingByName (*_bccg );if !_fcf {_ffe .Log .Debug ("F\u0061\u0069\u006c\u0065\u0064\u0020g\u0065\u0074\u0074\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006eg\u0020d\u0061\u0074\u0061"); +break ;};_bgf ,_eff ,_cfb :=_dfe .processShading (_gcc ,_fbff );if _cfb !=nil {_ffe .Log .Debug ("\u0045\u0072\u0072\u006f\u0072\u0020\u0077\u0068\u0065\u006e\u0020\u0070\u0072\u006f\u0063\u0065\u0073\u0073\u0069\u006e\u0067\u0020\u0073\u0068a\u0064\u0069\u006e\u0067\u0020d\u0061\u0074a\u003a\u0020\u0025\u0076",_cfb ); +break ;};if _bgf ==nil {_ffe .Log .Debug ("\u0055\u006ek\u006e\u006f\u0077n\u0020\u0067\u0072\u0061\u0064\u0069\u0065\u006e\u0074");break ;};_cdb ,_cfb :=_eff .ToFloat64Array ();if _cfb !=nil {_ffe .Log .Debug ("\u0045\u0072r\u006f\u0072\u0020\u0070\u0061\u0072\u0073\u0069\u006e\u0067\u0020\u0063\u006f\u006f\u0072\u0064\u0069\u006e\u0061\u0074\u0065\u0073: \u0025\u0076",_cfb ); +break ;};_gcc .DrawRectangle (_cdb [0],_cdb [1],_cdb [2],_cdb [3]);_gcc .NewSubPath ();_gcc .SetFillStyle (_bgf );_gcc .SetStrokeStyle (_bgf );_gcc .Fill ();case "\u0044\u006f":if len (_fd .Params )!=1{return _dff ;};_daec ,_bacb :=_f .GetName (_fd .Params [0]); +if !_bacb {return _ddcc ;};_ ,_bff :=_bfe .GetXObjectByName (*_daec );switch _bff {case _cg .XObjectTypeImage :_ffe .Log .Debug ("\u0058\u004f\u0062\u006a\u0065\u0063\u0074\u0020\u0069\u006d\u0061\u0067e\u003a\u0020\u0025\u0073",_daec .String ());_gad ,_ggg :=_bfe .GetXObjectImageByName (*_daec ); +if _ggg !=nil {return _ggg ;};_daae ,_ggg :=_gad .ToImage ();if _ggg !=nil {_ffe .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ggg ); +return nil ;};if _fbg :=_gad .ColorSpace ;_fbg !=nil {var _agdc bool ;switch _fbg .(type ){case *_cg .PdfColorspaceSpecialIndexed :_agdc =true ;};if _agdc {if _aggc ,_gbb :=_fbg .ImageToRGB (*_daae );_gbb !=nil {_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0063\u006fnv\u0065r\u0074\u0020\u0069\u006d\u0061\u0067\u0065\u0020\u0074\u006f\u0020\u0052G\u0042\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020i\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +}else {_daae =&_aggc ;};};};_ead :=_gcc .FillPattern ().ColorAt (0,0);var _cged _dd .Image ;if _gad .Mask !=nil {if _cged ,_ggg =_edf (_gad .Mask ,_ead );_ggg !=nil {_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a \u0063\u006f\u0075\u006c\u0064 \u006eo\u0074\u0020\u0067\u0065\u0074\u0020\u0065\u0078\u0070\u006c\u0069\u0063\u0069\u0074\u0020\u0069\u006d\u0061\u0067e\u0020\u006d\u0061\u0073\u006b\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063o\u0072\u0072\u0065\u0063\u0074\u002e"); +};}else if _gad .SMask !=nil {if _cged ,_ggg =_adg (_gad .SMask ,_ead );_ggg !=nil {_ffe .Log .Debug ("W\u0041\u0052\u004e\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0067\u0065\u0074\u0020\u0073\u006f\u0066\u0074\u0020\u0069\u006da\u0067e\u0020\u006d\u0061\u0073k\u002e\u0020O\u0075\u0074\u0070\u0075\u0074\u0020\u006d\u0061\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063\u0074\u002e"); +};};var _dffa _dd .Image ;if _ccge ,_ :=_f .GetBoolVal (_gad .ImageMask );_ccge {_dffa =_cbad (_daae ,_ead );}else {_dffa ,_ggg =_daae .ToGoImage ();if _ggg !=nil {_ffe .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_ggg ); +return nil ;};};if _cged !=nil {_dffa =_gccbd (_dffa ,_cged );};_cdff :=_dffa .Bounds ();_gcc .Push ();_gcc .Scale (1.0/float64 (_cdff .Dx ()),-1.0/float64 (_cdff .Dy ()));_gcc .DrawImageAnchored (_dffa ,0,0,0,1);_gcc .Pop ();case _cg .XObjectTypeForm :_ffe .Log .Debug ("\u0058\u004fb\u006a\u0065\u0063t\u0020\u0066\u006f\u0072\u006d\u003a\u0020\u0025\u0073",_daec .String ()); +_dfa ,_aacga :=_bfe .GetXObjectFormByName (*_daec );if _aacga !=nil {return _aacga ;};_gff ,_aacga :=_dfa .GetContentStream ();if _aacga !=nil {return _aacga ;};_fga :=_dfa .Resources ;if _fga ==nil {_fga =_bfe ;};_gcc .Push ();if _dfa .Matrix !=nil {_cfbe ,_dbfb :=_f .GetArray (_dfa .Matrix ); +if !_dbfb {return _ddcc ;};_dfg ,_dgfe :=_f .GetNumbersAsFloat (_cfbe .Elements ());if _dgfe !=nil {return _dgfe ;};if len (_dfg )!=6{return _dff ;};_edbc :=_fe .NewMatrix (_dfg [0],_dfg [1],_dfg [2],_dfg [3],_dfg [4],_dfg [5]);_gcc .SetMatrix (_gcc .Matrix ().Mult (_edbc )); +};if _dfa .BBox !=nil {_aefb ,_gec :=_f .GetArray (_dfa .BBox );if !_gec {return _ddcc ;};_geg ,_ebcb :=_f .GetNumbersAsFloat (_aefb .Elements ());if _ebcb !=nil {return _ebcb ;};if len (_geg )!=4{_ffe .Log .Debug ("\u004c\u0065\u006e\u0020\u003d\u0020\u0025\u0064",len (_geg )); +return _dff ;};_gcc .DrawRectangle (_geg [0],_geg [1],_geg [2]-_geg [0],_geg [3]-_geg [1]);_gcc .SetRGBA (1,0,0,1);_gcc .Clip ();}else {_ffe .Log .Debug ("\u0045R\u0052\u004fR\u003a\u0020\u0052\u0065q\u0075\u0069\u0072e\u0064\u0020\u0042\u0042\u006f\u0078\u0020\u006d\u0069ss\u0069\u006e\u0067 \u006f\u006e \u0058\u004f\u0062\u006a\u0065\u0063t\u0020\u0046o\u0072\u006d"); +};_aacga =_dfe .renderContentStream (_gcc ,string (_gff ),_fga );if _aacga !=nil {return _aacga ;};_gcc .Pop ();};case "\u0042\u0049":if len (_fd .Params )!=1{return _dff ;};_gde ,_cbe :=_fd .Params [0].(*_ff .ContentStreamInlineImage );if !_cbe {return nil ; +};_eaag ,_feea :=_gde .ToImage (_bfe );if _feea !=nil {_ffe .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_feea ); +return nil ;};_bdd ,_feea :=_eaag .ToGoImage ();if _feea !=nil {_ffe .Log .Debug ("\u0052\u0065\u006e\u0064\u0065\u0072\u0069\u006e\u0067\u0020\u0072\u0065\u0073\u0075\u006c\u0074\u0020\u006day\u0020b\u0065\u0020\u0069\u006e\u0063\u006f\u006d\u0070\u006c\u0065\u0074\u0065.\u0020\u0049\u006d\u0061\u0067\u0065\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e \u0065\u0072\u0072\u006f\u0072\u003a\u0020\u0025\u0076",_feea ); +return nil ;};_cbb :=_bdd .Bounds ();_gcc .Push ();_gcc .Scale (1.0/float64 (_cbb .Dx ()),-1.0/float64 (_cbb .Dy ()));_gcc .DrawImageAnchored (_bdd ,0,0,0,1);_gcc .Pop ();case "\u0042\u0054":_fba .Reset ();case "\u0045\u0054":_fba .Reset ();case "\u0054\u0072":if len (_fd .Params )!=1{return _dff ; +};_gebe ,_ccgee :=_f .GetNumberAsFloat (_fd .Params [0]);if _ccgee !=nil {return _ccgee ;};_fba .Tr =_ge .TextRenderingMode (_gebe );case "\u0054\u004c":if len (_fd .Params )!=1{return _dff ;};_ddag ,_bcd :=_f .GetNumberAsFloat (_fd .Params [0]);if _bcd !=nil {return _bcd ; +};_fba .Tl =_ddag ;case "\u0054\u0063":if len (_fd .Params )!=1{return _dff ;};_cef ,_dedd :=_f .GetNumberAsFloat (_fd .Params [0]);if _dedd !=nil {return _dedd ;};_ffe .Log .Debug ("\u0054\u0063\u003a\u0020\u0025\u0076",_cef );_fba .Tc =_cef ;case "\u0054\u0077":if len (_fd .Params )!=1{return _dff ; +};_ddfc ,_bafc :=_f .GetNumberAsFloat (_fd .Params [0]);if _bafc !=nil {return _bafc ;};_ffe .Log .Debug ("\u0054\u0077\u003a\u0020\u0025\u0076",_ddfc );_fba .Tw =_ddfc ;case "\u0054\u007a":if len (_fd .Params )!=1{return _dff ;};_bdbd ,_edg :=_f .GetNumberAsFloat (_fd .Params [0]); +if _edg !=nil {return _edg ;};_fba .Th =_bdbd ;case "\u0054\u0073":if len (_fd .Params )!=1{return _dff ;};_dfcf ,_dgbf :=_f .GetNumberAsFloat (_fd .Params [0]);if _dgbf !=nil {return _dgbf ;};_fba .Ts =_dfcf ;case "\u0054\u0064":if len (_fd .Params )!=2{return _dff ; +};_bfa ,_dbg :=_f .GetNumbersAsFloat (_fd .Params );if _dbg !=nil {return _dbg ;};_ffe .Log .Debug ("\u0054\u0064\u003a\u0020\u0025\u0076",_bfa );_fba .ProcTd (_bfa [0],_bfa [1]);case "\u0054\u0044":if len (_fd .Params )!=2{return _dff ;};_bfb ,_fadc :=_f .GetNumbersAsFloat (_fd .Params ); +if _fadc !=nil {return _fadc ;};_ffe .Log .Debug ("\u0054\u0044\u003a\u0020\u0025\u0076",_bfb );_fba .ProcTD (_bfb [0],_bfb [1]);case "\u0054\u002a":_fba .ProcTStar ();case "\u0054\u006d":if len (_fd .Params )!=6{return _dff ;};_eab ,_dca :=_f .GetNumbersAsFloat (_fd .Params ); +if _dca !=nil {return _dca ;};_ffe .Log .Debug ("\u0054\u0065x\u0074\u0020\u006da\u0074\u0072\u0069\u0078\u003a\u0020\u0025\u002b\u0076",_eab );_fba .ProcTm (_eab [0],_eab [1],_eab [2],_eab [3],_eab [4],_eab [5]);case "\u0027":if len (_fd .Params )!=1{return _dff ; +};_fgc ,_ddg :=_f .GetStringBytes (_fd .Params [0]);if !_ddg {return _ddcc ;};_ffe .Log .Debug ("\u0027\u0020\u0073t\u0072\u0069\u006e\u0067\u003a\u0020\u0025\u0073",string (_fgc ));_fba .ProcQ (_fgc ,_gcc );case "\u0022":if len (_fd .Params )!=3{return _dff ; +};_aba ,_beg :=_f .GetNumberAsFloat (_fd .Params [0]);if _beg !=nil {return _beg ;};_dga ,_beg :=_f .GetNumberAsFloat (_fd .Params [1]);if _beg !=nil {return _beg ;};_cbbe ,_aag :=_f .GetStringBytes (_fd .Params [2]);if !_aag {return _ddcc ;};_fba .ProcDQ (_cbbe ,_aba ,_dga ,_gcc ); +case "\u0054\u006a":if len (_fd .Params )!=1{return _dff ;};_edbca ,_ebg :=_f .GetStringBytes (_fd .Params [0]);if !_ebg {return _ddcc ;};_ffe .Log .Debug ("\u0054j\u0020s\u0074\u0072\u0069\u006e\u0067\u003a\u0020\u0060\u0025\u0073\u0060",string (_edbca )); +_fba .ProcTj (_edbca ,_gcc );case "\u0054\u004a":if len (_fd .Params )!=1{return _dff ;};_dgag ,_fcb :=_f .GetArray (_fd .Params [0]);if !_fcb {_ffe .Log .Debug ("\u0054\u0079\u0070\u0065\u003a\u0020\u0025\u0054",_dgag );return _ddcc ;};_ffe .Log .Debug ("\u0054\u004a\u0020\u0061\u0072\u0072\u0061\u0079\u003a\u0020\u0025\u002b\u0076",_dgag ); +for _ ,_eagf :=range _dgag .Elements (){switch _gefb :=_eagf .(type ){case *_f .PdfObjectString :if _gefb !=nil {_fba .ProcTj (_gefb .Bytes (),_gcc );};case *_f .PdfObjectFloat ,*_f .PdfObjectInteger :_eba ,_gaa :=_f .GetNumberAsFloat (_gefb );if _gaa ==nil {_fba .Translate (-_eba *0.001*_fba .Tf .Size *_fba .Th /100.0,0); +};};};case "\u0054\u0066":if len (_fd .Params )!=2{return _dff ;};_ffe .Log .Debug ("\u0025\u0023\u0076",_fd .Params );_caca ,_ccde :=_f .GetName (_fd .Params [0]);if !_ccde ||_caca ==nil {_ffe .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u006e\u0061m\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_fd .Params [0]); +return _ddcc ;};_ffe .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u006e\u0061\u006d\u0065\u003a\u0020\u0025\u0073",_caca .String ());_abc ,_dece :=_f .GetNumberAsFloat (_fd .Params [1]);if _dece !=nil {_ffe .Log .Debug ("\u0069\u006e\u0076\u0061l\u0069\u0064\u0020\u0066\u006f\u006e\u0074\u0020\u0073\u0069z\u0065 \u006f\u0062\u006a\u0065\u0063\u0074\u003a \u0025\u0076",_fd .Params [1]); +return _ddcc ;};_ffe .Log .Debug ("\u0046\u006f\u006e\u0074\u0020\u0073\u0069\u007a\u0065\u003a\u0020\u0025\u0076",_abc );_gdee ,_cbec :=_bfe .GetFontByName (*_caca );if !_cbec {_ffe .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0046\u006f\u006e\u0074\u0020\u0025s\u0020\u006e\u006f\u0074\u0020\u0066\u006f\u0075\u006e\u0064",_caca .String ()); +return _c .New ("\u0066\u006f\u006e\u0074\u0020\u006e\u006f\u0074\u0020f\u006f\u0075\u006e\u0064");};_ffe .Log .Debug ("\u0046\u006f\u006e\u0074\u003a\u0020\u0025\u0054",_gdee );_dgbg ,_ccde :=_f .GetDict (_gdee );if !_ccde {_ffe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075l\u0064\u0020\u006e\u006f\u0074\u0020\u0067e\u0074\u0020\u0066\u006f\u006e\u0074\u0020\u0064\u0069\u0063\u0074"); +return _ddcc ;};_cacc ,_dece :=_cg .NewPdfFontFromPdfObject (_dgbg );if _dece !=nil {_ffe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066\u0072\u006fm\u0020\u006fb\u006a\u0065\u0063\u0074"); +return _dece ;};_gega :=_cacc .BaseFont ();if _gega ==""{_gega =_caca .String ();};_gffd ,_ccde :=_fee [_gega ];if !_ccde {_gffd ,_dece =_ge .NewTextFont (_cacc ,_abc );if _dece !=nil {_ffe .Log .Debug ("\u0045R\u0052\u004f\u0052\u003a\u0020\u0025v",_dece ); +};};if _gffd ==nil {if len (_gega )> 7&&_gega [6]=='+'{_gega =_gega [7:];};_fgcg :=[]string {_gega ,"\u0054i\u006de\u0073\u0020\u004e\u0065\u0077\u0020\u0052\u006f\u006d\u0061\u006e","\u0041\u0072\u0069a\u006c","D\u0065\u006a\u0061\u0056\u0075\u0020\u0053\u0061\u006e\u0073"}; +for _ ,_afae :=range _fgcg {_ffe .Log .Debug ("\u0044\u0045\u0042\u0055\u0047\u003a \u0073\u0065\u0061\u0072\u0063\u0068\u0069\u006e\u0067\u0020\u0073\u0079\u0073t\u0065\u006d\u0020\u0066\u006f\u006e\u0074 \u0060\u0025\u0073\u0060",_afae );if _gffd ,_ccde =_fee [_afae ]; +_ccde {break ;};_ccda :=_afa .Match (_afae );if _ccda ==nil {_ffe .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u0066\u0069\u006e\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_afae );continue ;};_gffd ,_dece =_ge .NewTextFontFromPath (_ccda .Filename ,_abc ); +if _dece !=nil {_ffe .Log .Debug ("c\u006f\u0075\u006c\u0064\u0020\u006eo\u0074\u0020\u006c\u006f\u0061\u0064\u0020\u0066\u006fn\u0074\u0020\u0066i\u006ce\u0020\u0025\u0073",_ccda .Filename );continue ;};_ffe .Log .Debug ("\u0053\u0075\u0062\u0073\u0074\u0069t\u0075\u0074\u0069\u006e\u0067\u0020\u0066\u006f\u006e\u0074\u0020\u0025\u0073 \u0077\u0069\u0074\u0068\u0020\u0025\u0073 \u0028\u0025\u0073\u0029",_gega ,_ccda .Name ,_ccda .Filename ); +_fee [_afae ]=_gffd ;break ;};};if _gffd ==nil {_ffe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0063\u006f\u0075\u006c\u0064\u0020n\u006f\u0074\u0020\u0066\u0069\u006ed\u0020\u0061\u006e\u0079\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065 \u0066\u006f\u006e\u0074"); +return _c .New ("\u0063\u006f\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0066\u0069\u006e\u0064\u0020a\u006ey\u0020\u0073\u0075\u0069\u0074\u0061\u0062\u006c\u0065\u0020\u0066\u006f\u006e\u0074");};_fba .ProcTf (_gffd .WithSize (_abc ,_cacc ));case "\u0042\u004d\u0043","\u0042\u0044\u0043":case "\u0045\u004d\u0043":default:_ffe .Log .Debug ("\u0045\u0052\u0052\u004f\u0052\u003a\u0020\u0075\u006e\u0073u\u0070\u0070\u006f\u0072\u0074\u0065\u0064 \u006f\u0070\u0065\u0072\u0061\u006e\u0064\u003a\u0020\u0025\u0073",_fd .Operand ); +};_dad =_fd ;return nil ;});_ea =_gca .Process (_dcd );if _ea !=nil {return _ea ;};return nil ;};func _cbad (_ddd *_cg .Image ,_cefg _b .Color )_dd .Image {_bcff ,_fce :=int (_ddd .Width ),int (_ddd .Height );_ceb :=_dd .NewRGBA (_dd .Rect (0,0,_bcff ,_fce )); +for _bbcf :=0;_bbcf < _fce ;_bbcf ++{for _debd :=0;_debd < _bcff ;_debd ++{_eecg ,_bcg :=_ddd .ColorAt (_debd ,_bbcf );if _bcg !=nil {_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_debd ,_bbcf ); +continue ;};_gfbf ,_cgef ,_cfge ,_ :=_eecg .RGBA ();var _gcd _b .Color ;if _gfbf +_cgef +_cfge ==0{_gcd =_cefg ;}else {_gcd =_b .Transparent ;};_ceb .Set (_debd ,_bbcf ,_gcd );};};return _ceb ;};func _eedc (_abcb string ,_bgce _dd .Image )error {_gfb ,_eabd :=_d .Create (_abcb ); +if _eabd !=nil {return _eabd ;};defer _gfb .Close ();return _af .Encode (_gfb ,_bgce );};func _gccbd (_ade ,_gbeb _dd .Image )_dd .Image {_ace ,_cacf :=_gbeb .Bounds ().Size (),_ade .Bounds ().Size ();_adfg ,_fgbd :=_ace .X ,_ace .Y ;if _cacf .X > _adfg {_adfg =_cacf .X ; +};if _cacf .Y > _fgbd {_fgbd =_cacf .Y ;};_eef :=_dd .Rect (0,0,_adfg ,_fgbd );if _ace .X !=_adfg ||_ace .Y !=_fgbd {_dcbc :=_dd .NewRGBA (_eef );_ccc .BiLinear .Scale (_dcbc ,_eef ,_ade ,_gbeb .Bounds (),_ccc .Over ,nil );_gbeb =_dcbc ;};if _cacf .X !=_adfg ||_cacf .Y !=_fgbd {_eafe :=_dd .NewRGBA (_eef ); +_ccc .BiLinear .Scale (_eafe ,_eef ,_ade ,_ade .Bounds (),_ccc .Over ,nil );_ade =_eafe ;};_abad :=_dd .NewRGBA (_eef );_ccc .DrawMask (_abad ,_eef ,_ade ,_dd .Point {},_gbeb ,_dd .Point {},_ccc .Over );return _abad ;};func _fag (_fcfg *_cg .Image ,_ddgg _b .Color )_dd .Image {_gebc ,_becd :=int (_fcfg .Width ),int (_fcfg .Height ); +_dce :=_dd .NewRGBA (_dd .Rect (0,0,_gebc ,_becd ));for _cff :=0;_cff < _becd ;_cff ++{for _gce :=0;_gce < _gebc ;_gce ++{_egd ,_bae :=_fcfg .ColorAt (_gce ,_cff );if _bae !=nil {_ffe .Log .Debug ("\u0057\u0041\u0052\u004e\u003a\u0020\u0063o\u0075\u006c\u0064\u0020\u006e\u006f\u0074\u0020\u0072\u0065\u0074\u0072\u0069\u0065v\u0065 \u0069\u006d\u0061\u0067\u0065\u0020m\u0061\u0073\u006b\u0020\u0076\u0061\u006cu\u0065\u0020\u0061\u0074\u0020\u0028\u0025\u0064\u002c\u0020\u0025\u0064\u0029\u002e\u0020\u004f\u0075\u0074\u0070\u0075\u0074\u0020\u006da\u0079\u0020\u0062\u0065\u0020\u0069\u006e\u0063\u006f\u0072\u0072\u0065\u0063t\u002e",_gce ,_cff ); +continue ;};_fbcf ,_age ,_abe ,_ :=_egd .RGBA ();var _fcc _b .Color ;if _fbcf +_age +_abe ==0{_fcc =_b .Transparent ;}else {_fcc =_ddgg ;};_dce .Set (_gce ,_cff ,_fcc );};};return _dce ;};type renderer struct{_be float64 };func (_edc renderer )processLinearShading (_cagf _ge .Context ,_gab *_cg .PdfShading )(_ge .Gradient ,*_f .PdfObjectArray ,error ){_cdbg :=_gab .GetContext ().(*_cg .PdfShadingType2 ); +if len (_cdbg .Function )==0{return nil ,nil ,_c .New ("\u006e\u006f\u0020\u0067\u0072\u0061\u0064i\u0065\u006e\u0074 \u0066\u0075\u006e\u0063t\u0069\u006f\u006e\u0020\u0066\u006f\u0075\u006e\u0064\u002c\u0020\u0073\u006b\u0069\u0070\u0020\u0063\u006f\u006e\u0076\u0065\u0072\u0073\u0069\u006f\u006e"); +};_bccb ,_afaf :=_cdbg .Coords .ToFloat64Array ();if _afaf !=nil {return nil ,nil ,_c .New ("\u0066\u0061\u0069l\u0065\u0064\u0020\u0067e\u0074\u0074\u0069\u006e\u0067\u0020\u0073h\u0061\u0064\u0069\u006e\u0067\u0020\u0070\u006f\u0073\u0069\u0074\u0069\u006f\u006e"); +};_fdef :=_gab .ColorSpace ;_bfgg ,_abg :=_cagf .Matrix ().Transform (_bccb [0],_bccb [1]);_ccb ,_dgd :=_cagf .Matrix ().Transform (_bccb [2],_bccb [3]);_fdfa :=_cf .NewLinearGradient (_bfgg ,_abg ,_ccb ,_dgd );_ebac :=_f .MakeArrayFromFloats ([]float64 {0,0,1,1}); +for _ ,_cfcb :=range _bccb {if _cfcb > 1{_ebac =_cdbg .Coords ;break ;};};if _cadd ,_deg :=_cdbg .Function [0].(*_cg .PdfFunctionType2 );_deg {_fdfa ,_afaf =_gada (_fdfa ,_cadd ,_fdef ,1.0,true );}else if _fgff ,_dbgd :=_cdbg .Function [0].(*_cg .PdfFunctionType3 ); +_dbgd {_ddca :=append ([]float64 {0},_fgff .Bounds ...);_ddca =append (_ddca ,1.0);_fdfa ,_afaf =_gebg (_fdfa ,_fgff ,_fdef ,_ddca );};return _fdfa ,_ebac ,_afaf ;};const (ShadingTypeFunctionBased PdfShadingType =1;ShadingTypeAxial PdfShadingType =2;ShadingTypeRadial PdfShadingType =3; +ShadingTypeFreeForm PdfShadingType =4;ShadingTypeLatticeForm PdfShadingType =5;ShadingTypeCoons PdfShadingType =6;ShadingTypeTensorProduct PdfShadingType =7;);func _egdc (_gdec ,_accg ,_afb float64 )_bd .BoundingBox {return _bd .Path {Points :[]_bd .Point {_bd .NewPoint (0,0).Rotate (_afb ),_bd .NewPoint (_gdec ,0).Rotate (_afb ),_bd .NewPoint (0,_accg ).Rotate (_afb ),_bd .NewPoint (_gdec ,_accg ).Rotate (_afb )}}.GetBoundingBox (); +}; + +// Render converts the specified PDF page into an image, flattens annotations by default and returns the result. +func (_aa *ImageDevice )Render (page *_cg .PdfPage )(_dd .Image ,error ){return _aa .RenderWithOpts (page ,false );}; \ No newline at end of file diff --git a/sanitize/sanitize.go b/sanitize/sanitize.go index ee4080bec..60b4b142a 100644 --- a/sanitize/sanitize.go +++ b/sanitize/sanitize.go @@ -9,21 +9,17 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package sanitize ;import (_d "github.com/unidoc/unipdf/v3/common";_ba "github.com/unidoc/unipdf/v3/core";);func (_dba *Sanitizer )analyze (_ddd []_ba .PdfObject ){_dbc :=map[string ]int {};for _ ,_aaf :=range _ddd {switch _edb :=_aaf .(type ){case *_ba .PdfIndirectObject :_aag ,_bg :=_ba .GetDict (_edb .PdfObject ); -if _bg {if _ca ,_ge :=_ba .GetName (_aag .Get ("\u0054\u0079\u0070\u0065"));_ge &&*_ca =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ad :=_ba .GetIndirect (_aag .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ad {_dbc ["\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"]++; -};}else if _ebb ,_bb :=_ba .GetName (_aag .Get ("\u0053"));_bb {_gee :=_ebb .String ();if _gee =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"||_gee =="\u0055\u0052\u0049"||_gee =="\u0047\u006f\u0054\u006f"||_gee =="\u0047\u006f\u0054o\u0052"||_gee =="\u004c\u0061\u0075\u006e\u0063\u0068"{_dbc [_gee ]++; -}else if _gee =="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn"{if _ ,_cg :=_ba .GetStream (_aag .Get ("\u004a\u0053"));_cg {_dbc [_gee ]++;};};}else if _adf :=_aag .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_adf !=nil {_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; -}else if _eg ,_cgd :=_ba .GetIndirect (_aag .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_cgd {if _fdg ,_fc :=_ba .GetDict (_eg .PdfObject );_fc {if _da ,_deb :=_ba .GetDict (_fdg .Get ("\u0041\u0041"));_deb {_gab :=_da .Get ("\u004b");_aff ,_afd :=_ba .GetIndirect (_gab ); -if _afd {if _egc ,_aefa :=_ba .GetDict (_aff .PdfObject );_aefa {if _ff ,_cae :=_ba .GetName (_egc .Get ("\u0053"));_cae &&*_ff =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; -}else if _ ,_ecf :=_ba .GetString (_egc .Get ("\u004a\u0053"));_ecf {_dbc ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_bf :=_da .Get ("\u0046");if _bf !=nil {_gafg ,_caea :=_ba .GetIndirect (_bf );if _caea {if _cc ,_gg :=_ba .GetDict (_gafg .PdfObject ); -_gg {if _eec ,_gc :=_ba .GetName (_cc .Get ("\u0053"));_gc {_cba :=_eec .String ();_dbc [_cba ]++;};};};};};};};};};};};};};_dba ._c =_dbc ;}; +package sanitize ;import (_a "github.com/unidoc/unipdf/v3/common";_b "github.com/unidoc/unipdf/v3/core";); + +// New returns a new sanitizer object. +func New (opts SanitizationOpts )*Sanitizer {return &Sanitizer {_g :opts }}; // Sanitizer represents a sanitizer object. // It implements the Optimizer interface to access the objects field from the writer. -type Sanitizer struct{_de SanitizationOpts ;_c map[string ]int ;}; +type Sanitizer struct{_g SanitizationOpts ;_e map[string ]int ;}; -// New returns a new sanitizer object. -func New (opts SanitizationOpts )*Sanitizer {return &Sanitizer {_de :opts }}; +// GetSuspiciousObjects returns a count of each detected suspicious object. +func (_edg *Sanitizer )GetSuspiciousObjects ()map[string ]int {return _edg ._e }; // SanitizationOpts specifies the objects to be removed during sanitization. type SanitizationOpts struct{ @@ -51,21 +47,25 @@ OpenAction bool ; // Launch specifies wether Launch Action should be removed. // A launch action launches an application or opens or prints a document. // 12.6.4.5 Launch Actions, PDF32000_2008. -Launch bool ;};func (_ee *Sanitizer )processObjects (_f []_ba .PdfObject )([]_ba .PdfObject ,error ){_dc :=[]_ba .PdfObject {};_dd :=_ee ._de ;for _ ,_fa :=range _f {switch _be :=_fa .(type ){case *_ba .PdfIndirectObject :_ecb ,_ea :=_ba .GetDict (_be ); -if _ea {if _eaf ,_bc :=_ba .GetName (_ecb .Get ("\u0054\u0079\u0070\u0065"));_bc &&*_eaf =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_ed :=_ba .GetIndirect (_ecb .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_ed &&_dd .OpenAction {_ecb .Remove ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"); -};}else if _fd ,_a :=_ba .GetName (_ecb .Get ("\u0053"));_a {switch *_fd {case "\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074":if _dd .JavaScript {if _cd ,_aa :=_ba .GetStream (_ecb .Get ("\u004a\u0053"));_aa {_ef :=[]byte {};_eag ,_df :=_ba .MakeStream (_ef ,nil ); -if _df ==nil {*_cd =*_eag ;};};_d .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0055\u0052\u0049":if _dd .URI {_d .Log .Debug ("\u0055\u0052\u0049\u0020ac\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070\u0070\u0065\u0064\u002e"); -continue ;};case "\u0047\u006f\u0054\u006f":if _dd .GoTo {_d .Log .Debug ("G\u004fT\u004f\u0020\u0061\u0063\u0074\u0069\u006f\u006e \u0073\u006b\u0069\u0070pe\u0064\u002e");continue ;};case "\u0047\u006f\u0054o\u0052":if _dd .GoToR {_d .Log .Debug ("R\u0065\u006d\u006f\u0074\u0065\u0020G\u006f\u0054\u004f\u0020\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u006bi\u0070p\u0065\u0064\u002e"); -continue ;};case "\u004c\u0061\u0075\u006e\u0063\u0068":if _dd .Launch {_d .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn":if _fb ,_ddc :=_ba .GetStream (_ecb .Get ("\u004a\u0053")); -_ddc {_cb :=[]byte {};_dea ,_eaa :=_ba .MakeStream (_cb ,nil );if _eaa ==nil {*_fb =*_dea ;};};};}else if _ag :=_ecb .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_ag !=nil &&_dd .JavaScript {continue ;}else if _fg ,_efc :=_ba .GetName (_ecb .Get ("\u0054\u0079\u0070\u0065")); -_efc &&*_fg =="\u0041\u006e\u006eo\u0074"&&_dd .JavaScript {if _ae ,_def :=_ba .GetIndirect (_ecb .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_def {if _af ,_eef :=_ba .GetDict (_ae .PdfObject );_eef {if _db ,_g :=_ba .GetDict (_af .Get ("\u0041\u0041")); -_g {_ce ,_aef :=_ba .GetIndirect (_db .Get ("\u004b"));if _aef {if _gf ,_ga :=_ba .GetDict (_ce .PdfObject );_ga {if _eefb ,_fdc :=_ba .GetName (_gf .Get ("\u0053"));_fdc &&*_eefb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_gf .Clear (); -}else if _dbb :=_db .Get ("\u0046");_dbb !=nil {if _cdb ,_cda :=_ba .GetIndirect (_dbb );_cda {if _gaf ,_efce :=_ba .GetDict (_cdb .PdfObject );_efce {if _bcb ,_cec :=_ba .GetName (_gaf .Get ("\u0053"));_cec &&*_bcb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_gaf .Clear (); -};};};};};};};};};};};case *_ba .PdfObjectStream :_d .Log .Debug ("\u0070d\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073t\u0072e\u0061m\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_be );case *_ba .PdfObjectStreams :_d .Log .Debug ("\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0074\u0079\u0070e\u0020\u0025\u0054",_be ); -default:_d .Log .Debug ("u\u006e\u006b\u006e\u006fwn\u0020p\u0064\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0025\u0054",_be );};_dc =append (_dc ,_fa );};_ee .analyze (_dc );return _dc ,nil ;}; - -// GetSuspiciousObjects returns a count of each detected suspicious object. -func (_eeg *Sanitizer )GetSuspiciousObjects ()map[string ]int {return _eeg ._c }; +Launch bool ;};func (_egb *Sanitizer )processObjects (_c []_b .PdfObject )([]_b .PdfObject ,error ){_ag :=[]_b .PdfObject {};_ef :=_egb ._g ;for _ ,_ac :=range _c {switch _gd :=_ac .(type ){case *_b .PdfIndirectObject :_aa ,_gdf :=_b .GetDict (_gd );if _gdf {if _fg ,_d :=_b .GetName (_aa .Get ("\u0054\u0079\u0070\u0065")); +_d &&*_fg =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_fd :=_b .GetIndirect (_aa .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_fd &&_ef .OpenAction {_aa .Remove ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"); +};}else if _efd ,_ad :=_b .GetName (_aa .Get ("\u0053"));_ad {switch *_efd {case "\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074":if _ef .JavaScript {if _fe ,_db :=_b .GetStream (_aa .Get ("\u004a\u0053"));_db {_bf :=[]byte {};_aag ,_bc :=_b .MakeStream (_bf ,nil ); +if _bc ==nil {*_fe =*_aag ;};};_a .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0055\u0052\u0049":if _ef .URI {_a .Log .Debug ("\u0055\u0052\u0049\u0020ac\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070\u0070\u0065\u0064\u002e"); +continue ;};case "\u0047\u006f\u0054\u006f":if _ef .GoTo {_a .Log .Debug ("G\u004fT\u004f\u0020\u0061\u0063\u0074\u0069\u006f\u006e \u0073\u006b\u0069\u0070pe\u0064\u002e");continue ;};case "\u0047\u006f\u0054o\u0052":if _ef .GoToR {_a .Log .Debug ("R\u0065\u006d\u006f\u0074\u0065\u0020G\u006f\u0054\u004f\u0020\u0061\u0063\u0074\u0069\u006fn\u0020\u0073\u006bi\u0070p\u0065\u0064\u002e"); +continue ;};case "\u004c\u0061\u0075\u006e\u0063\u0068":if _ef .Launch {_a .Log .Debug ("\u004a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0020a\u0063\u0074\u0069\u006f\u006e\u0020\u0073\u006b\u0069\u0070p\u0065\u0064\u002e");continue ;};case "\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn":if _aagc ,_fda :=_b .GetStream (_aa .Get ("\u004a\u0053")); +_fda {_be :=[]byte {};_gc ,_ae :=_b .MakeStream (_be ,nil );if _ae ==nil {*_aagc =*_gc ;};};};}else if _de :=_aa .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_de !=nil &&_ef .JavaScript {continue ;}else if _bb ,_fa :=_b .GetName (_aa .Get ("\u0054\u0079\u0070\u0065")); +_fa &&*_bb =="\u0041\u006e\u006eo\u0074"&&_ef .JavaScript {if _bee ,_aca :=_b .GetIndirect (_aa .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_aca {if _gf ,_bfd :=_b .GetDict (_bee .PdfObject );_bfd {if _ab ,_gb :=_b .GetDict (_gf .Get ("\u0041\u0041")); +_gb {_dd ,_cfc :=_b .GetIndirect (_ab .Get ("\u004b"));if _cfc {if _dc ,_gdb :=_b .GetDict (_dd .PdfObject );_gdb {if _efg ,_fb :=_b .GetName (_dc .Get ("\u0053"));_fb &&*_efg =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_dc .Clear (); +}else if _da :=_ab .Get ("\u0046");_da !=nil {if _gfa ,_cd :=_b .GetIndirect (_da );_cd {if _bg ,_ebf :=_b .GetDict (_gfa .PdfObject );_ebf {if _bd ,_fad :=_b .GetName (_bg .Get ("\u0053"));_fad &&*_bd =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_bg .Clear (); +};};};};};};};};};};};case *_b .PdfObjectStream :_a .Log .Debug ("\u0070d\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0073t\u0072e\u0061m\u0020\u0074\u0079\u0070\u0065\u0020\u0025T",_gd );case *_b .PdfObjectStreams :_a .Log .Debug ("\u0070\u0064\u0066\u0020\u006f\u0062\u006a\u0065\u0063\u0074\u0020s\u0074\u0072\u0065\u0061\u006d\u0073\u0020\u0074\u0079\u0070e\u0020\u0025\u0054",_gd ); +default:_a .Log .Debug ("u\u006e\u006b\u006e\u006fwn\u0020p\u0064\u0066\u0020\u006f\u0062j\u0065\u0063\u0074\u0020\u0025\u0054",_gd );};_ag =append (_ag ,_ac );};_egb .analyze (_ag );return _ag ,nil ;}; // Optimize optimizes `objects` and returns updated list of objects. -func (_e *Sanitizer )Optimize (objects []_ba .PdfObject )([]_ba .PdfObject ,error ){return _e .processObjects (objects );}; \ No newline at end of file +func (_eg *Sanitizer )Optimize (objects []_b .PdfObject )([]_b .PdfObject ,error ){return _eg .processObjects (objects );};func (_aea *Sanitizer )analyze (_ca []_b .PdfObject ){_dba :=map[string ]int {};for _ ,_cfg :=range _ca {switch _cc :=_cfg .(type ){case *_b .PdfIndirectObject :_bdg ,_ba :=_b .GetDict (_cc .PdfObject ); +if _ba {if _af ,_ggc :=_b .GetName (_bdg .Get ("\u0054\u0079\u0070\u0065"));_ggc &&*_af =="\u0043a\u0074\u0061\u006c\u006f\u0067"{if _ ,_gcc :=_b .GetIndirect (_bdg .Get ("\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"));_gcc {_dba ["\u004f\u0070\u0065\u006e\u0041\u0063\u0074\u0069\u006f\u006e"]++; +};}else if _acd ,_ff :=_b .GetName (_bdg .Get ("\u0053"));_ff {_fdb :=_acd .String ();if _fdb =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"||_fdb =="\u0055\u0052\u0049"||_fdb =="\u0047\u006f\u0054\u006f"||_fdb =="\u0047\u006f\u0054o\u0052"||_fdb =="\u004c\u0061\u0075\u006e\u0063\u0068"{_dba [_fdb ]++; +}else if _fdb =="\u0052e\u006e\u0064\u0069\u0074\u0069\u006fn"{if _ ,_afe :=_b .GetStream (_bdg .Get ("\u004a\u0053"));_afe {_dba [_fdb ]++;};};}else if _bdb :=_bdg .Get ("\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074");_bdb !=nil {_dba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; +}else if _dbc ,_dg :=_b .GetIndirect (_bdg .Get ("\u0050\u0061\u0072\u0065\u006e\u0074"));_dg {if _dgf ,_fdf :=_b .GetDict (_dbc .PdfObject );_fdf {if _ebc ,_dgfe :=_b .GetDict (_dgf .Get ("\u0041\u0041"));_dgfe {_df :=_ebc .Get ("\u004b");_ce ,_dgb :=_b .GetIndirect (_df ); +if _dgb {if _ee ,_gge :=_b .GetDict (_ce .PdfObject );_gge {if _ec ,_cdc :=_b .GetName (_ee .Get ("\u0053"));_cdc &&*_ec =="\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"{_dba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++; +}else if _ ,_ed :=_b .GetString (_ee .Get ("\u004a\u0053"));_ed {_dba ["\u004a\u0061\u0076\u0061\u0053\u0063\u0072\u0069\u0070\u0074"]++;}else {_eef :=_ebc .Get ("\u0046");if _eef !=nil {_gfe ,_cac :=_b .GetIndirect (_eef );if _cac {if _fc ,_gde :=_b .GetDict (_gfe .PdfObject ); +_gde {if _ede ,_fba :=_b .GetName (_fc .Get ("\u0053"));_fba {_gbb :=_ede .String ();_dba [_gbb ]++;};};};};};};};};};};};};};_aea ._e =_dba ;}; \ No newline at end of file diff --git a/textshaping/textshaping.go b/textshaping/textshaping.go index 977af1308..5035e8f7d 100644 --- a/textshaping/textshaping.go +++ b/textshaping/textshaping.go @@ -9,8 +9,8 @@ // Use of this source code is governed by the UniDoc End User License Agreement // terms that can be accessed at https://unidoc.io/eula/ -package textshaping ;import (_eb "github.com/unidoc/garabic";_b "golang.org/x/text/unicode/bidi";_g "strings";); +package textshaping ;import (_cc "github.com/unidoc/garabic";_ed "golang.org/x/text/unicode/bidi";_c "strings";); // ArabicShape returns shaped arabic glyphs string. -func ArabicShape (text string )(string ,error ){_bd :=_b .Paragraph {};_bd .SetString (text );_ba ,_gd :=_bd .Order ();if _gd !=nil {return "",_gd ;};for _ed :=0;_ed < _ba .NumRuns ();_ed ++{_bda :=_ba .Run (_ed );_d :=_bda .String ();if _bda .Direction ()==_b .RightToLeft {var (_c =_eb .Shape (_d ); -_ef =[]rune (_c );_dc =make ([]rune ,len (_ef )););_cc :=0;for _gc :=len (_ef )-1;_gc >=0;_gc --{_dc [_cc ]=_ef [_gc ];_cc ++;};_d =string (_dc );text =_g .Replace (text ,_g .TrimSpace (_bda .String ()),_d ,1);};};return text ,nil ;}; \ No newline at end of file +func ArabicShape (text string )(string ,error ){_g :=_ed .Paragraph {};_g .SetString (text );_f ,_ca :=_g .Order ();if _ca !=nil {return "",_ca ;};for _ee :=0;_ee < _f .NumRuns ();_ee ++{_caf :=_f .Run (_ee );_b :=_caf .String ();if _caf .Direction ()==_ed .RightToLeft {var (_gg =_cc .Shape (_b ); +_eg =[]rune (_gg );_eed =make ([]rune ,len (_eg )););_d :=0;for _ea :=len (_eg )-1;_ea >=0;_ea --{_eed [_d ]=_eg [_ea ];_d ++;};_b =string (_eed );text =_c .Replace (text ,_c .TrimSpace (_caf .String ()),_b ,1);};};return text ,nil ;}; \ No newline at end of file